From e524bffac5ec81210fb26ad567d0fc0d2c78d70a Mon Sep 17 00:00:00 2001 From: josd Date: Tue, 7 Jan 2025 15:54:02 +0100 Subject: [PATCH] refreshing --- reasoning/goldbach/goldbach-answer.n3 | 4 - reasoning/goldbach/goldbach-proof.n3 | 3219 +- reasoning/goldbach/goldbach-query.n3 | 2 +- .../kaprekar-constant-answer.n3 | 999 - .../kaprekar-constant-proof.n3 | 177342 +++-------- .../kaprekar-constant-query.n3 | 2 +- .../README | 0 .../example1-answer.n3 | 0 .../example1-proof.n3 | 6 +- .../example1-query.n3 | 0 .../example1.n3 | 0 .../proof-by-induction/example2-answer.n3 | 1001 + .../proof-by-induction/example2-proof.n3 | 77767 +++++ .../example2-query.n3 | 7 +- .../example2.n3 | 0 .../test | 8 +- .../proof-by-recursion/example2-answer.n3 | 2000 - .../proof-by-recursion/example2-proof.n3 | 157255 ---------- reasoning/workplace-benchmark/gened.n3 | 2 +- .../workplace-benchmark/workplace-answer.n3 | 15000 - .../workplace-benchmark/workplace-data.ttl | 20000 -- .../workplace-benchmark/workplace-proof.n3 | 230120 ++------------- 22 files changed, 145438 insertions(+), 539296 deletions(-) rename reasoning/{proof-by-recursion => proof-by-induction}/README (100%) rename reasoning/{proof-by-recursion => proof-by-induction}/example1-answer.n3 (100%) rename reasoning/{proof-by-recursion => proof-by-induction}/example1-proof.n3 (99%) rename reasoning/{proof-by-recursion => proof-by-induction}/example1-query.n3 (100%) rename reasoning/{proof-by-recursion => proof-by-induction}/example1.n3 (100%) create mode 100644 reasoning/proof-by-induction/example2-answer.n3 create mode 100644 reasoning/proof-by-induction/example2-proof.n3 rename reasoning/{proof-by-recursion => proof-by-induction}/example2-query.n3 (59%) rename reasoning/{proof-by-recursion => proof-by-induction}/example2.n3 (100%) rename reasoning/{proof-by-recursion => proof-by-induction}/test (61%) delete mode 100644 reasoning/proof-by-recursion/example2-answer.n3 delete mode 100644 reasoning/proof-by-recursion/example2-proof.n3 diff --git a/reasoning/goldbach/goldbach-answer.n3 b/reasoning/goldbach/goldbach-answer.n3 index da154baf2..000282f9a 100644 --- a/reasoning/goldbach/goldbach-answer.n3 +++ b/reasoning/goldbach/goldbach-answer.n3 @@ -30,7 +30,3 @@ 536870912 :goldbach (3 536870909). 1073741824 :goldbach (41 1073741783). 2147483648 :goldbach (19 2147483629). -4294967296 :goldbach (5 4294967291). -8589934592 :goldbach (79 8589934513). -17179869184 :goldbach (41 17179869143). -34359738368 :goldbach (31 34359738337). diff --git a/reasoning/goldbach/goldbach-proof.n3 b/reasoning/goldbach/goldbach-proof.n3 index 506f82865..54ec2de33 100644 --- a/reasoning/goldbach/goldbach-proof.n3 +++ b/reasoning/goldbach/goldbach-proof.n3 @@ -37,10 +37,6 @@ skolem:proof a r:Proof, r:Conjunction; r:component skolem:lemma28; r:component skolem:lemma29; r:component skolem:lemma30; - r:component skolem:lemma31; - r:component skolem:lemma32; - r:component skolem:lemma33; - r:component skolem:lemma34; r:gives { 4 :goldbach (2 2). 8 :goldbach (3 5). @@ -72,10 +68,6 @@ skolem:proof a r:Proof, r:Conjunction; 536870912 :goldbach (3 536870909). 1073741824 :goldbach (41 1073741783). 2147483648 :goldbach (19 2147483629). - 4294967296 :goldbach (5 4294967291). - 8589934592 :goldbach (79 8589934513). - 17179869184 :goldbach (41 17179869143). - 34359738368 :goldbach (31 34359738337). }. skolem:lemma1 a r:Inference; @@ -83,555 +75,491 @@ skolem:lemma1 a r:Inference; 4 :goldbach (2 2). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 2}] + [ a r:Fact; r:gives {32 log:repeat 2}] [ a r:Fact; r:gives {(2 2) math:exponentiation 4}] [ a r:Fact; r:gives {(4 2) math:remainder 0}] - skolem:lemma35 + skolem:lemma31 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma2 a r:Inference; r:gives { 8 :goldbach (3 5). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 3}] + [ a r:Fact; r:gives {32 log:repeat 3}] [ a r:Fact; r:gives {(2 3) math:exponentiation 8}] [ a r:Fact; r:gives {(8 2) math:remainder 0}] - skolem:lemma37 + skolem:lemma33 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma3 a r:Inference; r:gives { 16 :goldbach (3 13). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 4}] + [ a r:Fact; r:gives {32 log:repeat 4}] [ a r:Fact; r:gives {(2 4) math:exponentiation 16}] [ a r:Fact; r:gives {(16 2) math:remainder 0}] - skolem:lemma38 + skolem:lemma34 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 13]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma4 a r:Inference; r:gives { 32 :goldbach (3 29). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 5}] + [ a r:Fact; r:gives {32 log:repeat 5}] [ a r:Fact; r:gives {(2 5) math:exponentiation 32}] [ a r:Fact; r:gives {(32 2) math:remainder 0}] - skolem:lemma39 + skolem:lemma35 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 29]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma5 a r:Inference; r:gives { 64 :goldbach (3 61). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 6}] + [ a r:Fact; r:gives {32 log:repeat 6}] [ a r:Fact; r:gives {(2 6) math:exponentiation 64}] [ a r:Fact; r:gives {(64 2) math:remainder 0}] - skolem:lemma40 + skolem:lemma36 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 61]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma6 a r:Inference; r:gives { 128 :goldbach (19 109). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 7}] + [ a r:Fact; r:gives {32 log:repeat 7}] [ a r:Fact; r:gives {(2 7) math:exponentiation 128}] [ a r:Fact; r:gives {(128 2) math:remainder 0}] - skolem:lemma41 + skolem:lemma37 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 109]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma7 a r:Inference; r:gives { 256 :goldbach (5 251). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 8}] + [ a r:Fact; r:gives {32 log:repeat 8}] [ a r:Fact; r:gives {(2 8) math:exponentiation 256}] [ a r:Fact; r:gives {(256 2) math:remainder 0}] - skolem:lemma42 + skolem:lemma38 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 256]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 251]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma8 a r:Inference; r:gives { 512 :goldbach (3 509). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 9}] + [ a r:Fact; r:gives {32 log:repeat 9}] [ a r:Fact; r:gives {(2 9) math:exponentiation 512}] [ a r:Fact; r:gives {(512 2) math:remainder 0}] - skolem:lemma43 + skolem:lemma39 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 512]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 509]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma9 a r:Inference; r:gives { 1024 :goldbach (3 1021). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 10}] + [ a r:Fact; r:gives {32 log:repeat 10}] [ a r:Fact; r:gives {(2 10) math:exponentiation 1024}] [ a r:Fact; r:gives {(1024 2) math:remainder 0}] - skolem:lemma44 + skolem:lemma40 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1024]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1021]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma10 a r:Inference; r:gives { 2048 :goldbach (19 2029). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 11}] + [ a r:Fact; r:gives {32 log:repeat 11}] [ a r:Fact; r:gives {(2 11) math:exponentiation 2048}] [ a r:Fact; r:gives {(2048 2) math:remainder 0}] - skolem:lemma45 + skolem:lemma41 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2048]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2029]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma11 a r:Inference; r:gives { 4096 :goldbach (3 4093). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 12}] + [ a r:Fact; r:gives {32 log:repeat 12}] [ a r:Fact; r:gives {(2 12) math:exponentiation 4096}] [ a r:Fact; r:gives {(4096 2) math:remainder 0}] - skolem:lemma46 + skolem:lemma42 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4096]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4093]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma12 a r:Inference; r:gives { 8192 :goldbach (13 8179). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 13}] + [ a r:Fact; r:gives {32 log:repeat 13}] [ a r:Fact; r:gives {(2 13) math:exponentiation 8192}] [ a r:Fact; r:gives {(8192 2) math:remainder 0}] - skolem:lemma47 + skolem:lemma43 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8192]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8179]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma13 a r:Inference; r:gives { 16384 :goldbach (3 16381). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 14}] + [ a r:Fact; r:gives {32 log:repeat 14}] [ a r:Fact; r:gives {(2 14) math:exponentiation 16384}] [ a r:Fact; r:gives {(16384 2) math:remainder 0}] - skolem:lemma48 + skolem:lemma44 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 16384]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 16381]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma14 a r:Inference; r:gives { 32768 :goldbach (19 32749). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 15}] + [ a r:Fact; r:gives {32 log:repeat 15}] [ a r:Fact; r:gives {(2 15) math:exponentiation 32768}] [ a r:Fact; r:gives {(32768 2) math:remainder 0}] - skolem:lemma49 + skolem:lemma45 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 32768]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 32749]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma15 a r:Inference; r:gives { 65536 :goldbach (17 65519). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 16}] + [ a r:Fact; r:gives {32 log:repeat 16}] [ a r:Fact; r:gives {(2 16) math:exponentiation 65536}] [ a r:Fact; r:gives {(65536 2) math:remainder 0}] - skolem:lemma50 + skolem:lemma46 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 65536]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 65519]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma16 a r:Inference; r:gives { 131072 :goldbach (13 131059). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 17}] + [ a r:Fact; r:gives {32 log:repeat 17}] [ a r:Fact; r:gives {(2 17) math:exponentiation 131072}] [ a r:Fact; r:gives {(131072 2) math:remainder 0}] - skolem:lemma51 + skolem:lemma47 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 131072]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 131059]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma17 a r:Inference; r:gives { 262144 :goldbach (5 262139). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 18}] + [ a r:Fact; r:gives {32 log:repeat 18}] [ a r:Fact; r:gives {(2 18) math:exponentiation 262144}] [ a r:Fact; r:gives {(262144 2) math:remainder 0}] - skolem:lemma52 + skolem:lemma48 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 262144]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 262139]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma18 a r:Inference; r:gives { 524288 :goldbach (19 524269). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 19}] + [ a r:Fact; r:gives {32 log:repeat 19}] [ a r:Fact; r:gives {(2 19) math:exponentiation 524288}] [ a r:Fact; r:gives {(524288 2) math:remainder 0}] - skolem:lemma53 + skolem:lemma49 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 524288]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 524269]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma19 a r:Inference; r:gives { 1048576 :goldbach (3 1048573). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 20}] + [ a r:Fact; r:gives {32 log:repeat 20}] [ a r:Fact; r:gives {(2 20) math:exponentiation 1048576}] [ a r:Fact; r:gives {(1048576 2) math:remainder 0}] - skolem:lemma54 + skolem:lemma50 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1048576]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1048573]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma20 a r:Inference; r:gives { 2097152 :goldbach (19 2097133). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 21}] + [ a r:Fact; r:gives {32 log:repeat 21}] [ a r:Fact; r:gives {(2 21) math:exponentiation 2097152}] [ a r:Fact; r:gives {(2097152 2) math:remainder 0}] - skolem:lemma55 + skolem:lemma51 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2097152]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2097133]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma21 a r:Inference; r:gives { 4194304 :goldbach (3 4194301). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 22}] + [ a r:Fact; r:gives {32 log:repeat 22}] [ a r:Fact; r:gives {(2 22) math:exponentiation 4194304}] [ a r:Fact; r:gives {(4194304 2) math:remainder 0}] - skolem:lemma56 + skolem:lemma52 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4194304]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4194301]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma22 a r:Inference; r:gives { 8388608 :goldbach (37 8388571). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 23}] + [ a r:Fact; r:gives {32 log:repeat 23}] [ a r:Fact; r:gives {(2 23) math:exponentiation 8388608}] [ a r:Fact; r:gives {(8388608 2) math:remainder 0}] - skolem:lemma57 + skolem:lemma53 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8388608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8388571]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma23 a r:Inference; r:gives { 16777216 :goldbach (3 16777213). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 24}] + [ a r:Fact; r:gives {32 log:repeat 24}] [ a r:Fact; r:gives {(2 24) math:exponentiation 16777216}] [ a r:Fact; r:gives {(16777216 2) math:remainder 0}] - skolem:lemma58 + skolem:lemma54 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 16777216]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 16777213]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma24 a r:Inference; r:gives { 33554432 :goldbach (61 33554371). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 25}] + [ a r:Fact; r:gives {32 log:repeat 25}] [ a r:Fact; r:gives {(2 25) math:exponentiation 33554432}] [ a r:Fact; r:gives {(33554432 2) math:remainder 0}] - skolem:lemma59 + skolem:lemma55 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 33554371]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma25 a r:Inference; r:gives { 67108864 :goldbach (5 67108859). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 26}] + [ a r:Fact; r:gives {32 log:repeat 26}] [ a r:Fact; r:gives {(2 26) math:exponentiation 67108864}] [ a r:Fact; r:gives {(67108864 2) math:remainder 0}] - skolem:lemma60 + skolem:lemma56 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 67108864]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 67108859]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma26 a r:Inference; r:gives { 134217728 :goldbach (79 134217649). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 27}] + [ a r:Fact; r:gives {32 log:repeat 27}] [ a r:Fact; r:gives {(2 27) math:exponentiation 134217728}] [ a r:Fact; r:gives {(134217728 2) math:remainder 0}] - skolem:lemma61 + skolem:lemma57 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 134217649]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma27 a r:Inference; r:gives { 268435456 :goldbach (89 268435367). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 28}] + [ a r:Fact; r:gives {32 log:repeat 28}] [ a r:Fact; r:gives {(2 28) math:exponentiation 268435456}] [ a r:Fact; r:gives {(268435456 2) math:remainder 0}] - skolem:lemma62 + skolem:lemma58 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 268435367]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma28 a r:Inference; r:gives { 536870912 :goldbach (3 536870909). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 29}] + [ a r:Fact; r:gives {32 log:repeat 29}] [ a r:Fact; r:gives {(2 29) math:exponentiation 536870912}] [ a r:Fact; r:gives {(536870912 2) math:remainder 0}] - skolem:lemma63 + skolem:lemma59 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 536870912]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 536870909]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma29 a r:Inference; r:gives { 1073741824 :goldbach (41 1073741783). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 30}] + [ a r:Fact; r:gives {32 log:repeat 30}] [ a r:Fact; r:gives {(2 30) math:exponentiation 1073741824}] [ a r:Fact; r:gives {(1073741824 2) math:remainder 0}] - skolem:lemma64 + skolem:lemma60 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1073741783]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. skolem:lemma30 a r:Inference; r:gives { 2147483648 :goldbach (19 2147483629). }; r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 31}] + [ a r:Fact; r:gives {32 log:repeat 31}] [ a r:Fact; r:gives {(2 31) math:exponentiation 2147483648}] [ a r:Fact; r:gives {(2147483648 2) math:remainder 0}] - skolem:lemma65 + skolem:lemma61 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2147483648]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2147483629]; - r:rule skolem:lemma36. - -skolem:lemma31 a r:Inference; - r:gives { - 4294967296 :goldbach (5 4294967291). - }; - r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 32}] - [ a r:Fact; r:gives {(2 32) math:exponentiation 4294967296}] - [ a r:Fact; r:gives {(4294967296 2) math:remainder 0}] - skolem:lemma66 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4294967296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4294967291]; - r:rule skolem:lemma36. - -skolem:lemma32 a r:Inference; - r:gives { - 8589934592 :goldbach (79 8589934513). - }; - r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 33}] - [ a r:Fact; r:gives {(2 33) math:exponentiation 8589934592}] - [ a r:Fact; r:gives {(8589934592 2) math:remainder 0}] - skolem:lemma67 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8589934513]; - r:rule skolem:lemma36. - -skolem:lemma33 a r:Inference; - r:gives { - 17179869184 :goldbach (41 17179869143). - }; - r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 34}] - [ a r:Fact; r:gives {(2 34) math:exponentiation 17179869184}] - [ a r:Fact; r:gives {(17179869184 2) math:remainder 0}] - skolem:lemma68 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 17179869143]; - r:rule skolem:lemma36. - -skolem:lemma34 a r:Inference; - r:gives { - 34359738368 :goldbach (31 34359738337). - }; - r:evidence ( - [ a r:Fact; r:gives {36 log:repeat 35}] - [ a r:Fact; r:gives {(2 35) math:exponentiation 34359738368}] - [ a r:Fact; r:gives {(34359738368 2) math:remainder 0}] - skolem:lemma69 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 34359738368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 34359738337]; - r:rule skolem:lemma36. + r:rule skolem:lemma32. -skolem:lemma35 a r:Extraction; +skolem:lemma31 a r:Extraction; r:gives { 4 :goldbach (2 2). }; r:because [ a r:Parsing; r:source ]. -skolem:lemma36 a r:Extraction; +skolem:lemma32 a r:Extraction; r:gives { @forAll var:x_0, var:x_1, var:x_2, var:x_3. { - 36 log:repeat var:x_0. + 32 log:repeat var:x_0. (2 var:x_0) math:exponentiation var:x_1. (var:x_1 2) math:remainder 0 . var:x_1 :goldbach (var:x_2 var:x_3). @@ -641,450 +569,398 @@ skolem:lemma36 a r:Extraction; }; r:because [ a r:Parsing; r:source ]. -skolem:lemma37 a r:Inference; +skolem:lemma33 a r:Inference; r:gives { 8 :goldbach (3 5). }; r:evidence ( [ a r:Fact; r:gives {(8 2) math:remainder 0}] [ a r:Fact; r:gives {8 math:greaterThan 4}] - skolem:lemma70 + skolem:lemma62 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma38 a r:Inference; +skolem:lemma34 a r:Inference; r:gives { 16 :goldbach (3 13). }; r:evidence ( [ a r:Fact; r:gives {(16 2) math:remainder 0}] [ a r:Fact; r:gives {16 math:greaterThan 4}] - skolem:lemma72 + skolem:lemma64 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 13)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma39 a r:Inference; +skolem:lemma35 a r:Inference; r:gives { 32 :goldbach (3 29). }; r:evidence ( [ a r:Fact; r:gives {(32 2) math:remainder 0}] [ a r:Fact; r:gives {32 math:greaterThan 4}] - skolem:lemma73 + skolem:lemma65 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 29)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma40 a r:Inference; +skolem:lemma36 a r:Inference; r:gives { 64 :goldbach (3 61). }; r:evidence ( [ a r:Fact; r:gives {(64 2) math:remainder 0}] [ a r:Fact; r:gives {64 math:greaterThan 4}] - skolem:lemma74 + skolem:lemma66 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 61)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma41 a r:Inference; +skolem:lemma37 a r:Inference; r:gives { 128 :goldbach (19 109). }; r:evidence ( [ a r:Fact; r:gives {(128 2) math:remainder 0}] [ a r:Fact; r:gives {128 math:greaterThan 4}] - skolem:lemma75 + skolem:lemma67 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (19 109)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma42 a r:Inference; +skolem:lemma38 a r:Inference; r:gives { 256 :goldbach (5 251). }; r:evidence ( [ a r:Fact; r:gives {(256 2) math:remainder 0}] [ a r:Fact; r:gives {256 math:greaterThan 4}] - skolem:lemma76 + skolem:lemma68 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 256]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (5 251)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma43 a r:Inference; +skolem:lemma39 a r:Inference; r:gives { 512 :goldbach (3 509). }; r:evidence ( [ a r:Fact; r:gives {(512 2) math:remainder 0}] [ a r:Fact; r:gives {512 math:greaterThan 4}] - skolem:lemma77 + skolem:lemma69 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 512]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 509)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma44 a r:Inference; +skolem:lemma40 a r:Inference; r:gives { 1024 :goldbach (3 1021). }; r:evidence ( [ a r:Fact; r:gives {(1024 2) math:remainder 0}] [ a r:Fact; r:gives {1024 math:greaterThan 4}] - skolem:lemma78 + skolem:lemma70 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1024]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1021)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma45 a r:Inference; +skolem:lemma41 a r:Inference; r:gives { 2048 :goldbach (19 2029). }; r:evidence ( [ a r:Fact; r:gives {(2048 2) math:remainder 0}] [ a r:Fact; r:gives {2048 math:greaterThan 4}] - skolem:lemma79 + skolem:lemma71 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2048]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (19 2029)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma46 a r:Inference; +skolem:lemma42 a r:Inference; r:gives { 4096 :goldbach (3 4093). }; r:evidence ( [ a r:Fact; r:gives {(4096 2) math:remainder 0}] [ a r:Fact; r:gives {4096 math:greaterThan 4}] - skolem:lemma80 + skolem:lemma72 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4096]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4093)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma47 a r:Inference; +skolem:lemma43 a r:Inference; r:gives { 8192 :goldbach (13 8179). }; r:evidence ( [ a r:Fact; r:gives {(8192 2) math:remainder 0}] [ a r:Fact; r:gives {8192 math:greaterThan 4}] - skolem:lemma81 + skolem:lemma73 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8192]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (13 8179)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma48 a r:Inference; +skolem:lemma44 a r:Inference; r:gives { 16384 :goldbach (3 16381). }; r:evidence ( [ a r:Fact; r:gives {(16384 2) math:remainder 0}] [ a r:Fact; r:gives {16384 math:greaterThan 4}] - skolem:lemma82 + skolem:lemma74 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16384]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 16381)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma49 a r:Inference; +skolem:lemma45 a r:Inference; r:gives { 32768 :goldbach (19 32749). }; r:evidence ( [ a r:Fact; r:gives {(32768 2) math:remainder 0}] [ a r:Fact; r:gives {32768 math:greaterThan 4}] - skolem:lemma83 + skolem:lemma75 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32768]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (19 32749)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma50 a r:Inference; +skolem:lemma46 a r:Inference; r:gives { 65536 :goldbach (17 65519). }; r:evidence ( [ a r:Fact; r:gives {(65536 2) math:remainder 0}] [ a r:Fact; r:gives {65536 math:greaterThan 4}] - skolem:lemma84 + skolem:lemma76 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65536]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (17 65519)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma51 a r:Inference; +skolem:lemma47 a r:Inference; r:gives { 131072 :goldbach (13 131059). }; r:evidence ( [ a r:Fact; r:gives {(131072 2) math:remainder 0}] [ a r:Fact; r:gives {131072 math:greaterThan 4}] - skolem:lemma85 + skolem:lemma77 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131072]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (13 131059)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma52 a r:Inference; +skolem:lemma48 a r:Inference; r:gives { 262144 :goldbach (5 262139). }; r:evidence ( [ a r:Fact; r:gives {(262144 2) math:remainder 0}] [ a r:Fact; r:gives {262144 math:greaterThan 4}] - skolem:lemma86 + skolem:lemma78 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262144]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (5 262139)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma53 a r:Inference; +skolem:lemma49 a r:Inference; r:gives { 524288 :goldbach (19 524269). }; r:evidence ( [ a r:Fact; r:gives {(524288 2) math:remainder 0}] [ a r:Fact; r:gives {524288 math:greaterThan 4}] - skolem:lemma87 + skolem:lemma79 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524288]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (19 524269)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma54 a r:Inference; +skolem:lemma50 a r:Inference; r:gives { 1048576 :goldbach (3 1048573). }; r:evidence ( [ a r:Fact; r:gives {(1048576 2) math:remainder 0}] [ a r:Fact; r:gives {1048576 math:greaterThan 4}] - skolem:lemma88 + skolem:lemma80 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1048576]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1048573)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma55 a r:Inference; +skolem:lemma51 a r:Inference; r:gives { 2097152 :goldbach (19 2097133). }; r:evidence ( [ a r:Fact; r:gives {(2097152 2) math:remainder 0}] [ a r:Fact; r:gives {2097152 math:greaterThan 4}] - skolem:lemma89 + skolem:lemma81 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2097152]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (19 2097133)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma56 a r:Inference; +skolem:lemma52 a r:Inference; r:gives { 4194304 :goldbach (3 4194301). }; r:evidence ( [ a r:Fact; r:gives {(4194304 2) math:remainder 0}] [ a r:Fact; r:gives {4194304 math:greaterThan 4}] - skolem:lemma90 + skolem:lemma82 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4194304]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4194301)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma57 a r:Inference; +skolem:lemma53 a r:Inference; r:gives { 8388608 :goldbach (37 8388571). }; r:evidence ( [ a r:Fact; r:gives {(8388608 2) math:remainder 0}] [ a r:Fact; r:gives {8388608 math:greaterThan 4}] - skolem:lemma91 + skolem:lemma83 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8388608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (37 8388571)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma58 a r:Inference; +skolem:lemma54 a r:Inference; r:gives { 16777216 :goldbach (3 16777213). }; r:evidence ( [ a r:Fact; r:gives {(16777216 2) math:remainder 0}] [ a r:Fact; r:gives {16777216 math:greaterThan 4}] - skolem:lemma92 + skolem:lemma84 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16777216]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 16777213)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma59 a r:Inference; +skolem:lemma55 a r:Inference; r:gives { 33554432 :goldbach (61 33554371). }; r:evidence ( [ a r:Fact; r:gives {(33554432 2) math:remainder 0}] [ a r:Fact; r:gives {33554432 math:greaterThan 4}] - skolem:lemma93 + skolem:lemma85 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma60 a r:Inference; +skolem:lemma56 a r:Inference; r:gives { 67108864 :goldbach (5 67108859). }; r:evidence ( [ a r:Fact; r:gives {(67108864 2) math:remainder 0}] [ a r:Fact; r:gives {67108864 math:greaterThan 4}] - skolem:lemma94 + skolem:lemma86 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67108864]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (5 67108859)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma61 a r:Inference; +skolem:lemma57 a r:Inference; r:gives { 134217728 :goldbach (79 134217649). }; r:evidence ( [ a r:Fact; r:gives {(134217728 2) math:remainder 0}] [ a r:Fact; r:gives {134217728 math:greaterThan 4}] - skolem:lemma95 + skolem:lemma87 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma62 a r:Inference; +skolem:lemma58 a r:Inference; r:gives { 268435456 :goldbach (89 268435367). }; r:evidence ( [ a r:Fact; r:gives {(268435456 2) math:remainder 0}] [ a r:Fact; r:gives {268435456 math:greaterThan 4}] - skolem:lemma96 + skolem:lemma88 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma63 a r:Inference; +skolem:lemma59 a r:Inference; r:gives { 536870912 :goldbach (3 536870909). }; r:evidence ( [ a r:Fact; r:gives {(536870912 2) math:remainder 0}] [ a r:Fact; r:gives {536870912 math:greaterThan 4}] - skolem:lemma97 + skolem:lemma89 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536870912]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 536870909)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma64 a r:Inference; +skolem:lemma60 a r:Inference; r:gives { 1073741824 :goldbach (41 1073741783). }; r:evidence ( [ a r:Fact; r:gives {(1073741824 2) math:remainder 0}] [ a r:Fact; r:gives {1073741824 math:greaterThan 4}] - skolem:lemma98 + skolem:lemma90 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (41 1073741783)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma65 a r:Inference; +skolem:lemma61 a r:Inference; r:gives { 2147483648 :goldbach (19 2147483629). }; r:evidence ( [ a r:Fact; r:gives {(2147483648 2) math:remainder 0}] [ a r:Fact; r:gives {2147483648 math:greaterThan 4}] - skolem:lemma99 + skolem:lemma91 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2147483648]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (19 2147483629)]; - r:rule skolem:lemma71. - -skolem:lemma66 a r:Inference; - r:gives { - 4294967296 :goldbach (5 4294967291). - }; - r:evidence ( - [ a r:Fact; r:gives {(4294967296 2) math:remainder 0}] - [ a r:Fact; r:gives {4294967296 math:greaterThan 4}] - skolem:lemma100 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4294967296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (5 4294967291)]; - r:rule skolem:lemma71. - -skolem:lemma67 a r:Inference; - r:gives { - 8589934592 :goldbach (79 8589934513). - }; - r:evidence ( - [ a r:Fact; r:gives {(8589934592 2) math:remainder 0}] - [ a r:Fact; r:gives {8589934592 math:greaterThan 4}] - skolem:lemma101 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma71. - -skolem:lemma68 a r:Inference; - r:gives { - 17179869184 :goldbach (41 17179869143). - }; - r:evidence ( - [ a r:Fact; r:gives {(17179869184 2) math:remainder 0}] - [ a r:Fact; r:gives {17179869184 math:greaterThan 4}] - skolem:lemma102 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (41 17179869143)]; - r:rule skolem:lemma71. - -skolem:lemma69 a r:Inference; - r:gives { - 34359738368 :goldbach (31 34359738337). - }; - r:evidence ( - [ a r:Fact; r:gives {(34359738368 2) math:remainder 0}] - [ a r:Fact; r:gives {34359738368 math:greaterThan 4}] - skolem:lemma103 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34359738368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (31 34359738337)]; - r:rule skolem:lemma71. + r:rule skolem:lemma63. -skolem:lemma70 a r:Inference; +skolem:lemma62 a r:Inference; r:gives { 8 :goldb ((3 5) 3). }; r:evidence ( [ a r:Fact; r:gives {(8 3) math:difference 5}] - skolem:lemma104 + skolem:lemma92 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma71 a r:Extraction; +skolem:lemma63 a r:Extraction; r:gives { @forAll var:x_0, var:x_1. { var:x_0 :goldbach var:x_1. @@ -1096,488 +972,428 @@ skolem:lemma71 a r:Extraction; }; r:because [ a r:Parsing; r:source ]. -skolem:lemma72 a r:Inference; +skolem:lemma64 a r:Inference; r:gives { 16 :goldb ((3 13) 3). }; r:evidence ( [ a r:Fact; r:gives {(16 3) math:difference 13}] - skolem:lemma106 + skolem:lemma94 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma73 a r:Inference; +skolem:lemma65 a r:Inference; r:gives { 32 :goldb ((3 29) 3). }; r:evidence ( [ a r:Fact; r:gives {(32 3) math:difference 29}] - skolem:lemma107 + skolem:lemma95 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma74 a r:Inference; +skolem:lemma66 a r:Inference; r:gives { 64 :goldb ((3 61) 3). }; r:evidence ( [ a r:Fact; r:gives {(64 3) math:difference 61}] - skolem:lemma108 + skolem:lemma96 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma75 a r:Inference; +skolem:lemma67 a r:Inference; r:gives { 128 :goldb ((19 109) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 128}] - skolem:lemma109 - skolem:lemma110 + skolem:lemma97 + skolem:lemma98 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 109)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma76 a r:Inference; +skolem:lemma68 a r:Inference; r:gives { 256 :goldb ((5 251) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 256}] - skolem:lemma109 - skolem:lemma112 + skolem:lemma97 + skolem:lemma100 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 256]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 251)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma77 a r:Inference; +skolem:lemma69 a r:Inference; r:gives { 512 :goldb ((3 509) 3). }; r:evidence ( [ a r:Fact; r:gives {(512 3) math:difference 509}] - skolem:lemma113 + skolem:lemma101 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 509]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 512]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma78 a r:Inference; +skolem:lemma70 a r:Inference; r:gives { 1024 :goldb ((3 1021) 3). }; r:evidence ( [ a r:Fact; r:gives {(1024 3) math:difference 1021}] - skolem:lemma114 + skolem:lemma102 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1021]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1024]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma79 a r:Inference; +skolem:lemma71 a r:Inference; r:gives { 2048 :goldb ((19 2029) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 2048}] - skolem:lemma109 - skolem:lemma115 + skolem:lemma97 + skolem:lemma103 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2048]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2029)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma80 a r:Inference; +skolem:lemma72 a r:Inference; r:gives { 4096 :goldb ((3 4093) 3). }; r:evidence ( [ a r:Fact; r:gives {(4096 3) math:difference 4093}] - skolem:lemma116 + skolem:lemma104 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4093]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4096]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma81 a r:Inference; +skolem:lemma73 a r:Inference; r:gives { 8192 :goldb ((13 8179) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 8192}] - skolem:lemma109 - skolem:lemma117 + skolem:lemma97 + skolem:lemma105 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8192]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (13 8179)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma82 a r:Inference; +skolem:lemma74 a r:Inference; r:gives { 16384 :goldb ((3 16381) 3). }; r:evidence ( [ a r:Fact; r:gives {(16384 3) math:difference 16381}] - skolem:lemma118 + skolem:lemma106 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 16381]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16384]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma83 a r:Inference; +skolem:lemma75 a r:Inference; r:gives { 32768 :goldb ((19 32749) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 32768}] - skolem:lemma109 - skolem:lemma119 + skolem:lemma97 + skolem:lemma107 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 32768]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 32749)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma84 a r:Inference; +skolem:lemma76 a r:Inference; r:gives { 65536 :goldb ((17 65519) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 65536}] - skolem:lemma109 - skolem:lemma120 + skolem:lemma97 + skolem:lemma108 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 65536]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (17 65519)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma85 a r:Inference; +skolem:lemma77 a r:Inference; r:gives { 131072 :goldb ((13 131059) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 131072}] + skolem:lemma97 skolem:lemma109 - skolem:lemma121 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 131072]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (13 131059)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma86 a r:Inference; +skolem:lemma78 a r:Inference; r:gives { 262144 :goldb ((5 262139) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 262144}] - skolem:lemma109 - skolem:lemma122 + skolem:lemma97 + skolem:lemma110 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 262144]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 262139)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma87 a r:Inference; +skolem:lemma79 a r:Inference; r:gives { 524288 :goldb ((19 524269) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 524288}] - skolem:lemma109 - skolem:lemma123 + skolem:lemma97 + skolem:lemma111 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 524288]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 524269)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma88 a r:Inference; +skolem:lemma80 a r:Inference; r:gives { 1048576 :goldb ((3 1048573) 3). }; r:evidence ( [ a r:Fact; r:gives {(1048576 3) math:difference 1048573}] - skolem:lemma124 + skolem:lemma112 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1048573]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1048576]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma89 a r:Inference; +skolem:lemma81 a r:Inference; r:gives { 2097152 :goldb ((19 2097133) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 2097152}] - skolem:lemma109 - skolem:lemma125 + skolem:lemma97 + skolem:lemma113 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2097152]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2097133)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma90 a r:Inference; +skolem:lemma82 a r:Inference; r:gives { 4194304 :goldb ((3 4194301) 3). }; r:evidence ( [ a r:Fact; r:gives {(4194304 3) math:difference 4194301}] - skolem:lemma126 + skolem:lemma114 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4194301]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4194304]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma91 a r:Inference; +skolem:lemma83 a r:Inference; r:gives { 8388608 :goldb ((37 8388571) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 8388608}] - skolem:lemma109 - skolem:lemma127 + skolem:lemma97 + skolem:lemma115 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8388608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (37 8388571)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma92 a r:Inference; +skolem:lemma84 a r:Inference; r:gives { 16777216 :goldb ((3 16777213) 3). }; r:evidence ( [ a r:Fact; r:gives {(16777216 3) math:difference 16777213}] - skolem:lemma128 + skolem:lemma116 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 16777213]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16777216]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma93 a r:Inference; +skolem:lemma85 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 33554432}] - skolem:lemma109 - skolem:lemma129 + skolem:lemma97 + skolem:lemma117 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma94 a r:Inference; +skolem:lemma86 a r:Inference; r:gives { 67108864 :goldb ((5 67108859) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 67108864}] - skolem:lemma109 - skolem:lemma130 + skolem:lemma97 + skolem:lemma118 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 67108864]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 67108859)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma95 a r:Inference; +skolem:lemma87 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 134217728}] - skolem:lemma109 - skolem:lemma131 + skolem:lemma97 + skolem:lemma119 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma96 a r:Inference; +skolem:lemma88 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 268435456}] - skolem:lemma109 - skolem:lemma132 + skolem:lemma97 + skolem:lemma120 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma97 a r:Inference; +skolem:lemma89 a r:Inference; r:gives { 536870912 :goldb ((3 536870909) 3). }; r:evidence ( [ a r:Fact; r:gives {(536870912 3) math:difference 536870909}] - skolem:lemma133 + skolem:lemma121 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 536870909]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536870912]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma98 a r:Inference; +skolem:lemma90 a r:Inference; r:gives { 1073741824 :goldb ((41 1073741783) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 1073741824}] - skolem:lemma109 - skolem:lemma134 + skolem:lemma97 + skolem:lemma122 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 1073741783)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma99 a r:Inference; +skolem:lemma91 a r:Inference; r:gives { 2147483648 :goldb ((19 2147483629) 3). }; r:evidence ( [ a r:Fact; r:gives {3 math:lessThan 2147483648}] - skolem:lemma109 - skolem:lemma135 + skolem:lemma97 + skolem:lemma123 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2147483648]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2147483629)]; - r:rule skolem:lemma111. - -skolem:lemma100 a r:Inference; - r:gives { - 4294967296 :goldb ((5 4294967291) 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3 math:lessThan 4294967296}] - skolem:lemma109 - skolem:lemma136 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4294967296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4294967291)]; - r:rule skolem:lemma111. - -skolem:lemma101 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3 math:lessThan 8589934592}] - skolem:lemma109 - skolem:lemma137 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. - -skolem:lemma102 a r:Inference; - r:gives { - 17179869184 :goldb ((41 17179869143) 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3 math:lessThan 17179869184}] - skolem:lemma109 - skolem:lemma138 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 17179869143)]; - r:rule skolem:lemma111. - -skolem:lemma103 a r:Inference; - r:gives { - 34359738368 :goldb ((31 34359738337) 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3 math:lessThan 34359738368}] - skolem:lemma109 - skolem:lemma139 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 34359738368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (31 34359738337)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma104 a r:Inference; +skolem:lemma92 a r:Inference; r:gives { true :is_prime 5 . }; r:evidence ( [ a r:Fact; r:gives {5 math:greaterThan 3}] [ a r:Fact; r:gives {(5 2) math:remainder 1}] - skolem:lemma140 + skolem:lemma124 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma105 a r:Extraction; +skolem:lemma93 a r:Extraction; r:gives { @forAll var:x_0, var:x_1, var:x_2. { var:x_0 :goldb ((var:x_1 var:x_2) var:x_1). @@ -1589,71 +1405,71 @@ skolem:lemma105 a r:Extraction; }; r:because [ a r:Parsing; r:source ]. -skolem:lemma106 a r:Inference; +skolem:lemma94 a r:Inference; r:gives { true :is_prime 13 . }; r:evidence ( [ a r:Fact; r:gives {13 math:greaterThan 3}] [ a r:Fact; r:gives {(13 2) math:remainder 1}] - skolem:lemma142 + skolem:lemma126 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma107 a r:Inference; +skolem:lemma95 a r:Inference; r:gives { true :is_prime 29 . }; r:evidence ( [ a r:Fact; r:gives {29 math:greaterThan 3}] [ a r:Fact; r:gives {(29 2) math:remainder 1}] - skolem:lemma143 + skolem:lemma127 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma108 a r:Inference; +skolem:lemma96 a r:Inference; r:gives { true :is_prime 61 . }; r:evidence ( [ a r:Fact; r:gives {61 math:greaterThan 3}] [ a r:Fact; r:gives {(61 2) math:remainder 1}] - skolem:lemma144 + skolem:lemma128 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma109 a r:Inference; +skolem:lemma97 a r:Inference; r:gives { 3 :next_prime 5 . }; r:evidence ( [ a r:Fact; r:gives {(3 2) math:sum 5}] - skolem:lemma104 + skolem:lemma92 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma110 a r:Inference; +skolem:lemma98 a r:Inference; r:gives { 128 :goldb ((19 109) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 128}] - skolem:lemma146 - skolem:lemma147 + skolem:lemma130 + skolem:lemma131 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 109)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma111 a r:Extraction; +skolem:lemma99 a r:Extraction; r:gives { @forAll var:x_0, var:x_1, var:x_2, var:x_3. { var:x_1 :goldb (var:x_3 var:x_0). @@ -1665,399 +1481,340 @@ skolem:lemma111 a r:Extraction; }; r:because [ a r:Parsing; r:source ]. -skolem:lemma112 a r:Inference; +skolem:lemma100 a r:Inference; r:gives { 256 :goldb ((5 251) 5). }; r:evidence ( [ a r:Fact; r:gives {(256 5) math:difference 251}] - skolem:lemma148 + skolem:lemma132 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 251]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 256]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma113 a r:Inference; +skolem:lemma101 a r:Inference; r:gives { true :is_prime 509 . }; r:evidence ( [ a r:Fact; r:gives {509 math:greaterThan 3}] [ a r:Fact; r:gives {(509 2) math:remainder 1}] - skolem:lemma149 + skolem:lemma133 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 509]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma114 a r:Inference; +skolem:lemma102 a r:Inference; r:gives { true :is_prime 1021 . }; r:evidence ( [ a r:Fact; r:gives {1021 math:greaterThan 3}] [ a r:Fact; r:gives {(1021 2) math:remainder 1}] - skolem:lemma150 + skolem:lemma134 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1021]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma115 a r:Inference; +skolem:lemma103 a r:Inference; r:gives { 2048 :goldb ((19 2029) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 2048}] - skolem:lemma146 - skolem:lemma151 + skolem:lemma130 + skolem:lemma135 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2048]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2029)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma116 a r:Inference; +skolem:lemma104 a r:Inference; r:gives { true :is_prime 4093 . }; r:evidence ( [ a r:Fact; r:gives {4093 math:greaterThan 3}] [ a r:Fact; r:gives {(4093 2) math:remainder 1}] - skolem:lemma152 + skolem:lemma136 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4093]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma117 a r:Inference; +skolem:lemma105 a r:Inference; r:gives { 8192 :goldb ((13 8179) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 8192}] - skolem:lemma146 - skolem:lemma153 + skolem:lemma130 + skolem:lemma137 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8192]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (13 8179)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma118 a r:Inference; +skolem:lemma106 a r:Inference; r:gives { true :is_prime 16381 . }; r:evidence ( [ a r:Fact; r:gives {16381 math:greaterThan 3}] [ a r:Fact; r:gives {(16381 2) math:remainder 1}] - skolem:lemma154 + skolem:lemma138 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16381]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma119 a r:Inference; +skolem:lemma107 a r:Inference; r:gives { 32768 :goldb ((19 32749) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 32768}] - skolem:lemma146 - skolem:lemma155 + skolem:lemma130 + skolem:lemma139 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 32768]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 32749)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma120 a r:Inference; +skolem:lemma108 a r:Inference; r:gives { 65536 :goldb ((17 65519) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 65536}] - skolem:lemma146 - skolem:lemma156 + skolem:lemma130 + skolem:lemma140 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 65536]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (17 65519)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma121 a r:Inference; +skolem:lemma109 a r:Inference; r:gives { 131072 :goldb ((13 131059) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 131072}] - skolem:lemma146 - skolem:lemma157 + skolem:lemma130 + skolem:lemma141 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 131072]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (13 131059)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma122 a r:Inference; +skolem:lemma110 a r:Inference; r:gives { 262144 :goldb ((5 262139) 5). }; r:evidence ( [ a r:Fact; r:gives {(262144 5) math:difference 262139}] - skolem:lemma158 + skolem:lemma142 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 262139]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262144]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma123 a r:Inference; +skolem:lemma111 a r:Inference; r:gives { 524288 :goldb ((19 524269) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 524288}] - skolem:lemma146 - skolem:lemma159 + skolem:lemma130 + skolem:lemma143 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 524288]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 524269)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma124 a r:Inference; +skolem:lemma112 a r:Inference; r:gives { true :is_prime 1048573 . }; r:evidence ( [ a r:Fact; r:gives {1048573 math:greaterThan 3}] [ a r:Fact; r:gives {(1048573 2) math:remainder 1}] - skolem:lemma160 + skolem:lemma144 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1048573]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma125 a r:Inference; +skolem:lemma113 a r:Inference; r:gives { 2097152 :goldb ((19 2097133) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 2097152}] - skolem:lemma146 - skolem:lemma161 + skolem:lemma130 + skolem:lemma145 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2097152]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2097133)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma126 a r:Inference; +skolem:lemma114 a r:Inference; r:gives { true :is_prime 4194301 . }; r:evidence ( [ a r:Fact; r:gives {4194301 math:greaterThan 3}] [ a r:Fact; r:gives {(4194301 2) math:remainder 1}] - skolem:lemma162 + skolem:lemma146 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4194301]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma127 a r:Inference; +skolem:lemma115 a r:Inference; r:gives { 8388608 :goldb ((37 8388571) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 8388608}] - skolem:lemma146 - skolem:lemma163 + skolem:lemma130 + skolem:lemma147 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8388608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (37 8388571)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma128 a r:Inference; +skolem:lemma116 a r:Inference; r:gives { true :is_prime 16777213 . }; r:evidence ( [ a r:Fact; r:gives {16777213 math:greaterThan 3}] [ a r:Fact; r:gives {(16777213 2) math:remainder 1}] - skolem:lemma164 + skolem:lemma148 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16777213]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma129 a r:Inference; +skolem:lemma117 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 33554432}] - skolem:lemma146 - skolem:lemma165 + skolem:lemma130 + skolem:lemma149 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma130 a r:Inference; +skolem:lemma118 a r:Inference; r:gives { 67108864 :goldb ((5 67108859) 5). }; r:evidence ( [ a r:Fact; r:gives {(67108864 5) math:difference 67108859}] - skolem:lemma166 + skolem:lemma150 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 67108859]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67108864]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma131 a r:Inference; +skolem:lemma119 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 134217728}] - skolem:lemma146 - skolem:lemma167 + skolem:lemma130 + skolem:lemma151 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma132 a r:Inference; +skolem:lemma120 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 268435456}] - skolem:lemma146 - skolem:lemma168 + skolem:lemma130 + skolem:lemma152 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma133 a r:Inference; +skolem:lemma121 a r:Inference; r:gives { true :is_prime 536870909 . }; r:evidence ( [ a r:Fact; r:gives {536870909 math:greaterThan 3}] [ a r:Fact; r:gives {(536870909 2) math:remainder 1}] - skolem:lemma169 + skolem:lemma153 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536870909]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma134 a r:Inference; +skolem:lemma122 a r:Inference; r:gives { 1073741824 :goldb ((41 1073741783) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 1073741824}] - skolem:lemma146 - skolem:lemma170 + skolem:lemma130 + skolem:lemma154 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 1073741783)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma135 a r:Inference; +skolem:lemma123 a r:Inference; r:gives { 2147483648 :goldb ((19 2147483629) 5). }; r:evidence ( [ a r:Fact; r:gives {5 math:lessThan 2147483648}] - skolem:lemma146 - skolem:lemma171 + skolem:lemma130 + skolem:lemma155 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2147483648]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2147483629)]; - r:rule skolem:lemma111. - -skolem:lemma136 a r:Inference; - r:gives { - 4294967296 :goldb ((5 4294967291) 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(4294967296 5) math:difference 4294967291}] - skolem:lemma172 - [ a r:Fact; r:gives {true log:callWithCut true}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4294967291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4294967296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma105. - -skolem:lemma137 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 5). - }; - r:evidence ( - [ a r:Fact; r:gives {5 math:lessThan 8589934592}] - skolem:lemma146 - skolem:lemma173 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. - -skolem:lemma138 a r:Inference; - r:gives { - 17179869184 :goldb ((41 17179869143) 5). - }; - r:evidence ( - [ a r:Fact; r:gives {5 math:lessThan 17179869184}] - skolem:lemma146 - skolem:lemma174 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 17179869143)]; - r:rule skolem:lemma111. - -skolem:lemma139 a r:Inference; - r:gives { - 34359738368 :goldb ((31 34359738337) 5). - }; - r:evidence ( - [ a r:Fact; r:gives {5 math:lessThan 34359738368}] - skolem:lemma146 - skolem:lemma175 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 34359738368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (31 34359738337)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma140 a r:Inference; +skolem:lemma124 a r:Inference; r:gives { 5 :not_has_factor 3 . }; @@ -2066,9 +1823,9 @@ skolem:lemma140 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma141 a r:Extraction; +skolem:lemma125 a r:Extraction; r:gives { @forAll var:x_0. { true :is_prime var:x_0. @@ -2080,7 +1837,7 @@ skolem:lemma141 a r:Extraction; }; r:because [ a r:Parsing; r:source ]. -skolem:lemma142 a r:Inference; +skolem:lemma126 a r:Inference; r:gives { 13 :not_has_factor 3 . }; @@ -2089,9 +1846,9 @@ skolem:lemma142 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma143 a r:Inference; +skolem:lemma127 a r:Inference; r:gives { 29 :not_has_factor 3 . }; @@ -2100,9 +1857,9 @@ skolem:lemma143 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma144 a r:Inference; +skolem:lemma128 a r:Inference; r:gives { 61 :not_has_factor 3 . }; @@ -2111,9 +1868,9 @@ skolem:lemma144 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma145 a r:Extraction; +skolem:lemma129 a r:Extraction; r:gives { @forAll var:x_0, var:x_1. { var:x_0 :next_prime var:x_1. @@ -2125,47 +1882,47 @@ skolem:lemma145 a r:Extraction; }; r:because [ a r:Parsing; r:source ]. -skolem:lemma146 a r:Inference; +skolem:lemma130 a r:Inference; r:gives { 5 :next_prime 7 . }; r:evidence ( [ a r:Fact; r:gives {(5 2) math:sum 7}] - skolem:lemma177 + skolem:lemma157 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma147 a r:Inference; +skolem:lemma131 a r:Inference; r:gives { 128 :goldb ((19 109) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 128}] - skolem:lemma178 - skolem:lemma179 + skolem:lemma158 + skolem:lemma159 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 109)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma148 a r:Inference; +skolem:lemma132 a r:Inference; r:gives { true :is_prime 251 . }; r:evidence ( [ a r:Fact; r:gives {251 math:greaterThan 3}] [ a r:Fact; r:gives {(251 2) math:remainder 1}] - skolem:lemma180 + skolem:lemma160 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 251]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma149 a r:Inference; +skolem:lemma133 a r:Inference; r:gives { 509 :not_has_factor 3 . }; @@ -2174,9 +1931,9 @@ skolem:lemma149 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 509]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma150 a r:Inference; +skolem:lemma134 a r:Inference; r:gives { 1021 :not_has_factor 3 . }; @@ -2185,24 +1942,24 @@ skolem:lemma150 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1021]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma151 a r:Inference; +skolem:lemma135 a r:Inference; r:gives { 2048 :goldb ((19 2029) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 2048}] - skolem:lemma178 - skolem:lemma181 + skolem:lemma158 + skolem:lemma161 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2048]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2029)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma152 a r:Inference; +skolem:lemma136 a r:Inference; r:gives { 4093 :not_has_factor 3 . }; @@ -2211,24 +1968,24 @@ skolem:lemma152 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4093]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma153 a r:Inference; +skolem:lemma137 a r:Inference; r:gives { 8192 :goldb ((13 8179) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 8192}] - skolem:lemma178 - skolem:lemma182 + skolem:lemma158 + skolem:lemma162 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8192]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (13 8179)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma154 a r:Inference; +skolem:lemma138 a r:Inference; r:gives { 16381 :not_has_factor 3 . }; @@ -2237,81 +1994,81 @@ skolem:lemma154 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16381]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma155 a r:Inference; +skolem:lemma139 a r:Inference; r:gives { 32768 :goldb ((19 32749) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 32768}] - skolem:lemma178 - skolem:lemma183 + skolem:lemma158 + skolem:lemma163 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 32768]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 32749)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma156 a r:Inference; +skolem:lemma140 a r:Inference; r:gives { 65536 :goldb ((17 65519) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 65536}] - skolem:lemma178 - skolem:lemma184 + skolem:lemma158 + skolem:lemma164 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 65536]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (17 65519)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma157 a r:Inference; +skolem:lemma141 a r:Inference; r:gives { 131072 :goldb ((13 131059) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 131072}] - skolem:lemma178 - skolem:lemma185 + skolem:lemma158 + skolem:lemma165 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 131072]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (13 131059)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma158 a r:Inference; +skolem:lemma142 a r:Inference; r:gives { true :is_prime 262139 . }; r:evidence ( [ a r:Fact; r:gives {262139 math:greaterThan 3}] [ a r:Fact; r:gives {(262139 2) math:remainder 1}] - skolem:lemma186 + skolem:lemma166 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262139]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma159 a r:Inference; +skolem:lemma143 a r:Inference; r:gives { 524288 :goldb ((19 524269) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 524288}] - skolem:lemma178 - skolem:lemma187 + skolem:lemma158 + skolem:lemma167 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 524288]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 524269)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma160 a r:Inference; +skolem:lemma144 a r:Inference; r:gives { 1048573 :not_has_factor 3 . }; @@ -2320,24 +2077,24 @@ skolem:lemma160 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1048573]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma161 a r:Inference; +skolem:lemma145 a r:Inference; r:gives { 2097152 :goldb ((19 2097133) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 2097152}] - skolem:lemma178 - skolem:lemma188 + skolem:lemma158 + skolem:lemma168 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2097152]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2097133)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma162 a r:Inference; +skolem:lemma146 a r:Inference; r:gives { 4194301 :not_has_factor 3 . }; @@ -2346,24 +2103,24 @@ skolem:lemma162 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4194301]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma163 a r:Inference; +skolem:lemma147 a r:Inference; r:gives { 8388608 :goldb ((37 8388571) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 8388608}] - skolem:lemma178 - skolem:lemma189 + skolem:lemma158 + skolem:lemma169 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8388608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (37 8388571)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma164 a r:Inference; +skolem:lemma148 a r:Inference; r:gives { 16777213 :not_has_factor 3 . }; @@ -2372,66 +2129,66 @@ skolem:lemma164 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16777213]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma165 a r:Inference; +skolem:lemma149 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 33554432}] - skolem:lemma178 - skolem:lemma190 + skolem:lemma158 + skolem:lemma170 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma166 a r:Inference; +skolem:lemma150 a r:Inference; r:gives { true :is_prime 67108859 . }; r:evidence ( [ a r:Fact; r:gives {67108859 math:greaterThan 3}] [ a r:Fact; r:gives {(67108859 2) math:remainder 1}] - skolem:lemma191 + skolem:lemma171 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67108859]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma167 a r:Inference; +skolem:lemma151 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 134217728}] - skolem:lemma178 - skolem:lemma192 + skolem:lemma158 + skolem:lemma172 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma168 a r:Inference; +skolem:lemma152 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 268435456}] - skolem:lemma178 - skolem:lemma193 + skolem:lemma158 + skolem:lemma173 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma169 a r:Inference; +skolem:lemma153 a r:Inference; r:gives { 536870909 :not_has_factor 3 . }; @@ -2440,96 +2197,39 @@ skolem:lemma169 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536870909]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma170 a r:Inference; +skolem:lemma154 a r:Inference; r:gives { 1073741824 :goldb ((41 1073741783) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 1073741824}] - skolem:lemma178 - skolem:lemma194 + skolem:lemma158 + skolem:lemma174 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 1073741783)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma171 a r:Inference; +skolem:lemma155 a r:Inference; r:gives { 2147483648 :goldb ((19 2147483629) 7). }; r:evidence ( [ a r:Fact; r:gives {7 math:lessThan 2147483648}] - skolem:lemma178 - skolem:lemma195 + skolem:lemma158 + skolem:lemma175 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2147483648]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2147483629)]; - r:rule skolem:lemma111. - -skolem:lemma172 a r:Inference; - r:gives { - true :is_prime 4294967291 . - }; - r:evidence ( - [ a r:Fact; r:gives {4294967291 math:greaterThan 3}] - [ a r:Fact; r:gives {(4294967291 2) math:remainder 1}] - skolem:lemma196 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4294967291]; - r:rule skolem:lemma141. - -skolem:lemma173 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 7). - }; - r:evidence ( - [ a r:Fact; r:gives {7 math:lessThan 8589934592}] - skolem:lemma178 - skolem:lemma197 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. - -skolem:lemma174 a r:Inference; - r:gives { - 17179869184 :goldb ((41 17179869143) 7). - }; - r:evidence ( - [ a r:Fact; r:gives {7 math:lessThan 17179869184}] - skolem:lemma178 - skolem:lemma198 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 17179869143)]; - r:rule skolem:lemma111. - -skolem:lemma175 a r:Inference; - r:gives { - 34359738368 :goldb ((31 34359738337) 7). - }; - r:evidence ( - [ a r:Fact; r:gives {7 math:lessThan 34359738368}] - skolem:lemma178 - skolem:lemma199 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 34359738368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (31 34359738337)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma176 a r:Extraction; +skolem:lemma156 a r:Extraction; r:gives { @forSome var:x_0, var:x_1. { var:x_0 :not_has_factor var:x_1. @@ -2537,47 +2237,47 @@ skolem:lemma176 a r:Extraction; }; r:because [ a r:Parsing; r:source ]. -skolem:lemma177 a r:Inference; +skolem:lemma157 a r:Inference; r:gives { true :is_prime 7 . }; r:evidence ( [ a r:Fact; r:gives {7 math:greaterThan 3}] [ a r:Fact; r:gives {(7 2) math:remainder 1}] - skolem:lemma200 + skolem:lemma176 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma178 a r:Inference; +skolem:lemma158 a r:Inference; r:gives { 7 :next_prime 11 . }; r:evidence ( [ a r:Fact; r:gives {(7 2) math:sum 9}] - skolem:lemma201 + skolem:lemma177 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma179 a r:Inference; +skolem:lemma159 a r:Inference; r:gives { 128 :goldb ((19 109) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 128}] - skolem:lemma203 - skolem:lemma204 + skolem:lemma179 + skolem:lemma180 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 109)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma180 a r:Inference; +skolem:lemma160 a r:Inference; r:gives { 251 :not_has_factor 3 . }; @@ -2586,84 +2286,84 @@ skolem:lemma180 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 251]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma181 a r:Inference; +skolem:lemma161 a r:Inference; r:gives { 2048 :goldb ((19 2029) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 2048}] - skolem:lemma203 - skolem:lemma205 + skolem:lemma179 + skolem:lemma181 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2048]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2029)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma182 a r:Inference; +skolem:lemma162 a r:Inference; r:gives { 8192 :goldb ((13 8179) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 8192}] - skolem:lemma203 - skolem:lemma206 + skolem:lemma179 + skolem:lemma182 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8192]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (13 8179)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma183 a r:Inference; +skolem:lemma163 a r:Inference; r:gives { 32768 :goldb ((19 32749) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 32768}] - skolem:lemma203 - skolem:lemma207 + skolem:lemma179 + skolem:lemma183 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 32768]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 32749)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma184 a r:Inference; +skolem:lemma164 a r:Inference; r:gives { 65536 :goldb ((17 65519) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 65536}] - skolem:lemma203 - skolem:lemma208 + skolem:lemma179 + skolem:lemma184 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 65536]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (17 65519)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma185 a r:Inference; +skolem:lemma165 a r:Inference; r:gives { 131072 :goldb ((13 131059) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 131072}] - skolem:lemma203 - skolem:lemma209 + skolem:lemma179 + skolem:lemma185 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 131072]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (13 131059)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma186 a r:Inference; +skolem:lemma166 a r:Inference; r:gives { 262139 :not_has_factor 3 . }; @@ -2672,69 +2372,69 @@ skolem:lemma186 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262139]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma187 a r:Inference; +skolem:lemma167 a r:Inference; r:gives { 524288 :goldb ((19 524269) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 524288}] - skolem:lemma203 - skolem:lemma210 + skolem:lemma179 + skolem:lemma186 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 524288]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 524269)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma188 a r:Inference; +skolem:lemma168 a r:Inference; r:gives { 2097152 :goldb ((19 2097133) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 2097152}] - skolem:lemma203 - skolem:lemma211 + skolem:lemma179 + skolem:lemma187 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2097152]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2097133)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma189 a r:Inference; +skolem:lemma169 a r:Inference; r:gives { 8388608 :goldb ((37 8388571) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 8388608}] - skolem:lemma203 - skolem:lemma212 + skolem:lemma179 + skolem:lemma188 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8388608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (37 8388571)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma190 a r:Inference; +skolem:lemma170 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 33554432}] - skolem:lemma203 - skolem:lemma213 + skolem:lemma179 + skolem:lemma189 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma191 a r:Inference; +skolem:lemma171 a r:Inference; r:gives { 67108859 :not_has_factor 3 . }; @@ -2743,125 +2443,69 @@ skolem:lemma191 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67108859]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma192 a r:Inference; +skolem:lemma172 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 134217728}] - skolem:lemma203 - skolem:lemma214 + skolem:lemma179 + skolem:lemma190 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma193 a r:Inference; +skolem:lemma173 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 268435456}] - skolem:lemma203 - skolem:lemma215 + skolem:lemma179 + skolem:lemma191 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma194 a r:Inference; +skolem:lemma174 a r:Inference; r:gives { 1073741824 :goldb ((41 1073741783) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 1073741824}] - skolem:lemma203 - skolem:lemma216 + skolem:lemma179 + skolem:lemma192 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 1073741783)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma195 a r:Inference; +skolem:lemma175 a r:Inference; r:gives { 2147483648 :goldb ((19 2147483629) 11). }; r:evidence ( [ a r:Fact; r:gives {11 math:lessThan 2147483648}] - skolem:lemma203 - skolem:lemma217 + skolem:lemma179 + skolem:lemma193 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2147483648]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2147483629)]; - r:rule skolem:lemma111. - -skolem:lemma196 a r:Inference; - r:gives { - 4294967291 :not_has_factor 3 . - }; - r:evidence ( - [ a r:Fact; r:gives true] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4294967291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma99. -skolem:lemma197 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 11). - }; - r:evidence ( - [ a r:Fact; r:gives {11 math:lessThan 8589934592}] - skolem:lemma203 - skolem:lemma218 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. - -skolem:lemma198 a r:Inference; - r:gives { - 17179869184 :goldb ((41 17179869143) 11). - }; - r:evidence ( - [ a r:Fact; r:gives {11 math:lessThan 17179869184}] - skolem:lemma203 - skolem:lemma219 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 17179869143)]; - r:rule skolem:lemma111. - -skolem:lemma199 a r:Inference; - r:gives { - 34359738368 :goldb ((31 34359738337) 11). - }; - r:evidence ( - [ a r:Fact; r:gives {11 math:lessThan 34359738368}] - skolem:lemma203 - skolem:lemma220 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 34359738368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (31 34359738337)]; - r:rule skolem:lemma111. - -skolem:lemma200 a r:Inference; +skolem:lemma176 a r:Inference; r:gives { 7 :not_has_factor 3 . }; @@ -2870,22 +2514,22 @@ skolem:lemma200 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma201 a r:Inference; +skolem:lemma177 a r:Inference; r:gives { 9 :next_prime 11 . }; r:evidence ( [ a r:Fact; r:gives {(9 2) math:sum 11}] - skolem:lemma221 + skolem:lemma194 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma202 a r:Extraction; +skolem:lemma178 a r:Extraction; r:gives { @forAll var:x_0, var:x_1, var:x_2. { var:x_0 :next_prime var:x_2. @@ -2896,546 +2540,456 @@ skolem:lemma202 a r:Extraction; }; r:because [ a r:Parsing; r:source ]. -skolem:lemma203 a r:Inference; +skolem:lemma179 a r:Inference; r:gives { 11 :next_prime 13 . }; r:evidence ( [ a r:Fact; r:gives {(11 2) math:sum 13}] - skolem:lemma106 + skolem:lemma94 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma204 a r:Inference; +skolem:lemma180 a r:Inference; r:gives { 128 :goldb ((19 109) 13). }; r:evidence ( [ a r:Fact; r:gives {13 math:lessThan 128}] - skolem:lemma222 - skolem:lemma223 + skolem:lemma195 + skolem:lemma196 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 109)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma205 a r:Inference; +skolem:lemma181 a r:Inference; r:gives { 2048 :goldb ((19 2029) 13). }; r:evidence ( [ a r:Fact; r:gives {13 math:lessThan 2048}] - skolem:lemma222 - skolem:lemma224 + skolem:lemma195 + skolem:lemma197 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2048]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2029)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma206 a r:Inference; +skolem:lemma182 a r:Inference; r:gives { 8192 :goldb ((13 8179) 13). }; r:evidence ( [ a r:Fact; r:gives {(8192 13) math:difference 8179}] - skolem:lemma225 + skolem:lemma198 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8179]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8192]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 13]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma207 a r:Inference; +skolem:lemma183 a r:Inference; r:gives { 32768 :goldb ((19 32749) 13). }; r:evidence ( [ a r:Fact; r:gives {13 math:lessThan 32768}] - skolem:lemma222 - skolem:lemma226 + skolem:lemma195 + skolem:lemma199 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 32768]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 32749)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma208 a r:Inference; +skolem:lemma184 a r:Inference; r:gives { 65536 :goldb ((17 65519) 13). }; r:evidence ( [ a r:Fact; r:gives {13 math:lessThan 65536}] - skolem:lemma222 - skolem:lemma227 + skolem:lemma195 + skolem:lemma200 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 65536]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (17 65519)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma209 a r:Inference; +skolem:lemma185 a r:Inference; r:gives { 131072 :goldb ((13 131059) 13). }; r:evidence ( [ a r:Fact; r:gives {(131072 13) math:difference 131059}] - skolem:lemma228 + skolem:lemma201 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 131059]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131072]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 13]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma210 a r:Inference; +skolem:lemma186 a r:Inference; r:gives { 524288 :goldb ((19 524269) 13). }; r:evidence ( [ a r:Fact; r:gives {13 math:lessThan 524288}] - skolem:lemma222 - skolem:lemma229 + skolem:lemma195 + skolem:lemma202 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 524288]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 524269)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma211 a r:Inference; +skolem:lemma187 a r:Inference; r:gives { 2097152 :goldb ((19 2097133) 13). }; r:evidence ( [ a r:Fact; r:gives {13 math:lessThan 2097152}] - skolem:lemma222 - skolem:lemma230 + skolem:lemma195 + skolem:lemma203 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2097152]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2097133)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma212 a r:Inference; +skolem:lemma188 a r:Inference; r:gives { 8388608 :goldb ((37 8388571) 13). }; r:evidence ( [ a r:Fact; r:gives {13 math:lessThan 8388608}] - skolem:lemma222 - skolem:lemma231 + skolem:lemma195 + skolem:lemma204 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8388608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (37 8388571)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma213 a r:Inference; +skolem:lemma189 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 13). }; r:evidence ( [ a r:Fact; r:gives {13 math:lessThan 33554432}] - skolem:lemma222 - skolem:lemma232 + skolem:lemma195 + skolem:lemma205 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma214 a r:Inference; +skolem:lemma190 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 13). }; r:evidence ( [ a r:Fact; r:gives {13 math:lessThan 134217728}] - skolem:lemma222 - skolem:lemma233 + skolem:lemma195 + skolem:lemma206 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma215 a r:Inference; +skolem:lemma191 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 13). }; r:evidence ( [ a r:Fact; r:gives {13 math:lessThan 268435456}] - skolem:lemma222 - skolem:lemma234 + skolem:lemma195 + skolem:lemma207 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma216 a r:Inference; +skolem:lemma192 a r:Inference; r:gives { 1073741824 :goldb ((41 1073741783) 13). }; r:evidence ( [ a r:Fact; r:gives {13 math:lessThan 1073741824}] - skolem:lemma222 - skolem:lemma235 + skolem:lemma195 + skolem:lemma208 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 1073741783)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma217 a r:Inference; +skolem:lemma193 a r:Inference; r:gives { 2147483648 :goldb ((19 2147483629) 13). }; r:evidence ( [ a r:Fact; r:gives {13 math:lessThan 2147483648}] - skolem:lemma222 - skolem:lemma236 + skolem:lemma195 + skolem:lemma209 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2147483648]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2147483629)]; - r:rule skolem:lemma111. - -skolem:lemma218 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 13). - }; - r:evidence ( - [ a r:Fact; r:gives {13 math:lessThan 8589934592}] - skolem:lemma222 - skolem:lemma237 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma219 a r:Inference; - r:gives { - 17179869184 :goldb ((41 17179869143) 13). - }; - r:evidence ( - [ a r:Fact; r:gives {13 math:lessThan 17179869184}] - skolem:lemma222 - skolem:lemma238 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 17179869143)]; - r:rule skolem:lemma111. - -skolem:lemma220 a r:Inference; - r:gives { - 34359738368 :goldb ((31 34359738337) 13). - }; - r:evidence ( - [ a r:Fact; r:gives {13 math:lessThan 34359738368}] - skolem:lemma222 - skolem:lemma239 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 34359738368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (31 34359738337)]; - r:rule skolem:lemma111. - -skolem:lemma221 a r:Inference; +skolem:lemma194 a r:Inference; r:gives { true :is_prime 11 . }; r:evidence ( [ a r:Fact; r:gives {11 math:greaterThan 3}] [ a r:Fact; r:gives {(11 2) math:remainder 1}] - skolem:lemma240 + skolem:lemma210 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma222 a r:Inference; +skolem:lemma195 a r:Inference; r:gives { 13 :next_prime 17 . }; r:evidence ( [ a r:Fact; r:gives {(13 2) math:sum 15}] - skolem:lemma241 + skolem:lemma211 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma223 a r:Inference; +skolem:lemma196 a r:Inference; r:gives { 128 :goldb ((19 109) 17). }; r:evidence ( [ a r:Fact; r:gives {17 math:lessThan 128}] - skolem:lemma242 - skolem:lemma243 + skolem:lemma212 + skolem:lemma213 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 109)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma224 a r:Inference; +skolem:lemma197 a r:Inference; r:gives { 2048 :goldb ((19 2029) 17). }; r:evidence ( [ a r:Fact; r:gives {17 math:lessThan 2048}] - skolem:lemma242 - skolem:lemma244 + skolem:lemma212 + skolem:lemma214 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2048]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2029)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma225 a r:Inference; +skolem:lemma198 a r:Inference; r:gives { true :is_prime 8179 . }; r:evidence ( [ a r:Fact; r:gives {8179 math:greaterThan 3}] [ a r:Fact; r:gives {(8179 2) math:remainder 1}] - skolem:lemma245 + skolem:lemma215 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8179]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma226 a r:Inference; +skolem:lemma199 a r:Inference; r:gives { 32768 :goldb ((19 32749) 17). }; r:evidence ( [ a r:Fact; r:gives {17 math:lessThan 32768}] - skolem:lemma242 - skolem:lemma246 + skolem:lemma212 + skolem:lemma216 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 32768]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 32749)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma227 a r:Inference; +skolem:lemma200 a r:Inference; r:gives { 65536 :goldb ((17 65519) 17). }; r:evidence ( [ a r:Fact; r:gives {(65536 17) math:difference 65519}] - skolem:lemma247 + skolem:lemma217 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 65519]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65536]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma228 a r:Inference; +skolem:lemma201 a r:Inference; r:gives { true :is_prime 131059 . }; r:evidence ( [ a r:Fact; r:gives {131059 math:greaterThan 3}] [ a r:Fact; r:gives {(131059 2) math:remainder 1}] - skolem:lemma248 + skolem:lemma218 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131059]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma229 a r:Inference; +skolem:lemma202 a r:Inference; r:gives { 524288 :goldb ((19 524269) 17). }; r:evidence ( [ a r:Fact; r:gives {17 math:lessThan 524288}] - skolem:lemma242 - skolem:lemma249 + skolem:lemma212 + skolem:lemma219 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 524288]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 524269)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma230 a r:Inference; +skolem:lemma203 a r:Inference; r:gives { 2097152 :goldb ((19 2097133) 17). }; r:evidence ( [ a r:Fact; r:gives {17 math:lessThan 2097152}] - skolem:lemma242 - skolem:lemma250 + skolem:lemma212 + skolem:lemma220 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2097152]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2097133)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma231 a r:Inference; +skolem:lemma204 a r:Inference; r:gives { 8388608 :goldb ((37 8388571) 17). }; r:evidence ( [ a r:Fact; r:gives {17 math:lessThan 8388608}] - skolem:lemma242 - skolem:lemma251 + skolem:lemma212 + skolem:lemma221 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8388608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (37 8388571)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma232 a r:Inference; +skolem:lemma205 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 17). }; r:evidence ( [ a r:Fact; r:gives {17 math:lessThan 33554432}] - skolem:lemma242 - skolem:lemma252 + skolem:lemma212 + skolem:lemma222 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma233 a r:Inference; +skolem:lemma206 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 17). }; r:evidence ( [ a r:Fact; r:gives {17 math:lessThan 134217728}] - skolem:lemma242 - skolem:lemma253 + skolem:lemma212 + skolem:lemma223 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma234 a r:Inference; +skolem:lemma207 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 17). }; r:evidence ( [ a r:Fact; r:gives {17 math:lessThan 268435456}] - skolem:lemma242 - skolem:lemma254 + skolem:lemma212 + skolem:lemma224 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma235 a r:Inference; +skolem:lemma208 a r:Inference; r:gives { 1073741824 :goldb ((41 1073741783) 17). }; r:evidence ( [ a r:Fact; r:gives {17 math:lessThan 1073741824}] - skolem:lemma242 - skolem:lemma255 + skolem:lemma212 + skolem:lemma225 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 1073741783)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma236 a r:Inference; +skolem:lemma209 a r:Inference; r:gives { 2147483648 :goldb ((19 2147483629) 17). }; r:evidence ( [ a r:Fact; r:gives {17 math:lessThan 2147483648}] - skolem:lemma242 - skolem:lemma256 + skolem:lemma212 + skolem:lemma226 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2147483648]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (19 2147483629)]; - r:rule skolem:lemma111. - -skolem:lemma237 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 17). - }; - r:evidence ( - [ a r:Fact; r:gives {17 math:lessThan 8589934592}] - skolem:lemma242 - skolem:lemma257 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. - -skolem:lemma238 a r:Inference; - r:gives { - 17179869184 :goldb ((41 17179869143) 17). - }; - r:evidence ( - [ a r:Fact; r:gives {17 math:lessThan 17179869184}] - skolem:lemma242 - skolem:lemma258 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 17179869143)]; - r:rule skolem:lemma111. - -skolem:lemma239 a r:Inference; - r:gives { - 34359738368 :goldb ((31 34359738337) 17). - }; - r:evidence ( - [ a r:Fact; r:gives {17 math:lessThan 34359738368}] - skolem:lemma242 - skolem:lemma259 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 34359738368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (31 34359738337)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma240 a r:Inference; +skolem:lemma210 a r:Inference; r:gives { 11 :not_has_factor 3 . }; @@ -3444,63 +2998,63 @@ skolem:lemma240 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma241 a r:Inference; +skolem:lemma211 a r:Inference; r:gives { 15 :next_prime 17 . }; r:evidence ( [ a r:Fact; r:gives {(15 2) math:sum 17}] - skolem:lemma260 + skolem:lemma227 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 15]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma242 a r:Inference; +skolem:lemma212 a r:Inference; r:gives { 17 :next_prime 19 . }; r:evidence ( [ a r:Fact; r:gives {(17 2) math:sum 19}] - skolem:lemma261 + skolem:lemma228 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma243 a r:Inference; +skolem:lemma213 a r:Inference; r:gives { 128 :goldb ((19 109) 19). }; r:evidence ( [ a r:Fact; r:gives {(128 19) math:difference 109}] - skolem:lemma262 + skolem:lemma229 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 109]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 19]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma244 a r:Inference; +skolem:lemma214 a r:Inference; r:gives { 2048 :goldb ((19 2029) 19). }; r:evidence ( [ a r:Fact; r:gives {(2048 19) math:difference 2029}] - skolem:lemma263 + skolem:lemma230 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2029]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2048]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 19]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma245 a r:Inference; +skolem:lemma215 a r:Inference; r:gives { 8179 :not_has_factor 3 . }; @@ -3509,35 +3063,35 @@ skolem:lemma245 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8179]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma246 a r:Inference; +skolem:lemma216 a r:Inference; r:gives { 32768 :goldb ((19 32749) 19). }; r:evidence ( [ a r:Fact; r:gives {(32768 19) math:difference 32749}] - skolem:lemma264 + skolem:lemma231 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 32749]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32768]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 19]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma247 a r:Inference; +skolem:lemma217 a r:Inference; r:gives { true :is_prime 65519 . }; r:evidence ( [ a r:Fact; r:gives {65519 math:greaterThan 3}] [ a r:Fact; r:gives {(65519 2) math:remainder 1}] - skolem:lemma265 + skolem:lemma232 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65519]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma248 a r:Inference; +skolem:lemma218 a r:Inference; r:gives { 131059 :not_has_factor 3 . }; @@ -3546,231 +3100,186 @@ skolem:lemma248 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131059]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma249 a r:Inference; +skolem:lemma219 a r:Inference; r:gives { 524288 :goldb ((19 524269) 19). }; r:evidence ( [ a r:Fact; r:gives {(524288 19) math:difference 524269}] - skolem:lemma266 + skolem:lemma233 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 524269]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524288]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 19]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma250 a r:Inference; +skolem:lemma220 a r:Inference; r:gives { 2097152 :goldb ((19 2097133) 19). }; r:evidence ( [ a r:Fact; r:gives {(2097152 19) math:difference 2097133}] - skolem:lemma267 + skolem:lemma234 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2097133]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2097152]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 19]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma251 a r:Inference; +skolem:lemma221 a r:Inference; r:gives { 8388608 :goldb ((37 8388571) 19). }; r:evidence ( [ a r:Fact; r:gives {19 math:lessThan 8388608}] - skolem:lemma268 - skolem:lemma269 + skolem:lemma235 + skolem:lemma236 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8388608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (37 8388571)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma252 a r:Inference; +skolem:lemma222 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 19). }; r:evidence ( [ a r:Fact; r:gives {19 math:lessThan 33554432}] - skolem:lemma268 - skolem:lemma270 + skolem:lemma235 + skolem:lemma237 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma253 a r:Inference; +skolem:lemma223 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 19). }; r:evidence ( [ a r:Fact; r:gives {19 math:lessThan 134217728}] - skolem:lemma268 - skolem:lemma271 + skolem:lemma235 + skolem:lemma238 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma254 a r:Inference; +skolem:lemma224 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 19). }; r:evidence ( [ a r:Fact; r:gives {19 math:lessThan 268435456}] - skolem:lemma268 - skolem:lemma272 + skolem:lemma235 + skolem:lemma239 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma255 a r:Inference; +skolem:lemma225 a r:Inference; r:gives { 1073741824 :goldb ((41 1073741783) 19). }; r:evidence ( [ a r:Fact; r:gives {19 math:lessThan 1073741824}] - skolem:lemma268 - skolem:lemma273 + skolem:lemma235 + skolem:lemma240 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 1073741783)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma256 a r:Inference; +skolem:lemma226 a r:Inference; r:gives { 2147483648 :goldb ((19 2147483629) 19). }; r:evidence ( [ a r:Fact; r:gives {(2147483648 19) math:difference 2147483629}] - skolem:lemma274 + skolem:lemma241 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2147483629]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2147483648]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 19]; - r:rule skolem:lemma105. - -skolem:lemma257 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 19). - }; - r:evidence ( - [ a r:Fact; r:gives {19 math:lessThan 8589934592}] - skolem:lemma268 - skolem:lemma275 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. - -skolem:lemma258 a r:Inference; - r:gives { - 17179869184 :goldb ((41 17179869143) 19). - }; - r:evidence ( - [ a r:Fact; r:gives {19 math:lessThan 17179869184}] - skolem:lemma268 - skolem:lemma276 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 17179869143)]; - r:rule skolem:lemma111. - -skolem:lemma259 a r:Inference; - r:gives { - 34359738368 :goldb ((31 34359738337) 19). - }; - r:evidence ( - [ a r:Fact; r:gives {19 math:lessThan 34359738368}] - skolem:lemma268 - skolem:lemma277 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 34359738368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (31 34359738337)]; - r:rule skolem:lemma111. + r:rule skolem:lemma93. -skolem:lemma260 a r:Inference; +skolem:lemma227 a r:Inference; r:gives { true :is_prime 17 . }; r:evidence ( [ a r:Fact; r:gives {17 math:greaterThan 3}] [ a r:Fact; r:gives {(17 2) math:remainder 1}] - skolem:lemma278 + skolem:lemma242 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma261 a r:Inference; +skolem:lemma228 a r:Inference; r:gives { true :is_prime 19 . }; r:evidence ( [ a r:Fact; r:gives {19 math:greaterThan 3}] [ a r:Fact; r:gives {(19 2) math:remainder 1}] - skolem:lemma279 + skolem:lemma243 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma262 a r:Inference; +skolem:lemma229 a r:Inference; r:gives { true :is_prime 109 . }; r:evidence ( [ a r:Fact; r:gives {109 math:greaterThan 3}] [ a r:Fact; r:gives {(109 2) math:remainder 1}] - skolem:lemma280 + skolem:lemma244 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 109]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma263 a r:Inference; +skolem:lemma230 a r:Inference; r:gives { true :is_prime 2029 . }; r:evidence ( [ a r:Fact; r:gives {2029 math:greaterThan 3}] [ a r:Fact; r:gives {(2029 2) math:remainder 1}] - skolem:lemma281 + skolem:lemma245 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2029]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma264 a r:Inference; +skolem:lemma231 a r:Inference; r:gives { true :is_prime 32749 . }; r:evidence ( [ a r:Fact; r:gives {32749 math:greaterThan 3}] [ a r:Fact; r:gives {(32749 2) math:remainder 1}] - skolem:lemma282 + skolem:lemma246 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32749]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma265 a r:Inference; +skolem:lemma232 a r:Inference; r:gives { 65519 :not_has_factor 3 . }; @@ -3779,200 +3288,155 @@ skolem:lemma265 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65519]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma266 a r:Inference; +skolem:lemma233 a r:Inference; r:gives { true :is_prime 524269 . }; r:evidence ( [ a r:Fact; r:gives {524269 math:greaterThan 3}] [ a r:Fact; r:gives {(524269 2) math:remainder 1}] - skolem:lemma283 + skolem:lemma247 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524269]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma267 a r:Inference; +skolem:lemma234 a r:Inference; r:gives { true :is_prime 2097133 . }; r:evidence ( [ a r:Fact; r:gives {2097133 math:greaterThan 3}] [ a r:Fact; r:gives {(2097133 2) math:remainder 1}] - skolem:lemma284 + skolem:lemma248 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2097133]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma268 a r:Inference; +skolem:lemma235 a r:Inference; r:gives { 19 :next_prime 23 . }; r:evidence ( [ a r:Fact; r:gives {(19 2) math:sum 21}] - skolem:lemma285 + skolem:lemma249 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma269 a r:Inference; +skolem:lemma236 a r:Inference; r:gives { 8388608 :goldb ((37 8388571) 23). }; r:evidence ( [ a r:Fact; r:gives {23 math:lessThan 8388608}] - skolem:lemma286 - skolem:lemma287 + skolem:lemma250 + skolem:lemma251 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8388608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (37 8388571)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma270 a r:Inference; +skolem:lemma237 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 23). }; r:evidence ( [ a r:Fact; r:gives {23 math:lessThan 33554432}] - skolem:lemma286 - skolem:lemma288 + skolem:lemma250 + skolem:lemma252 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma271 a r:Inference; +skolem:lemma238 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 23). }; r:evidence ( [ a r:Fact; r:gives {23 math:lessThan 134217728}] - skolem:lemma286 - skolem:lemma289 + skolem:lemma250 + skolem:lemma253 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma272 a r:Inference; +skolem:lemma239 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 23). }; r:evidence ( [ a r:Fact; r:gives {23 math:lessThan 268435456}] - skolem:lemma286 - skolem:lemma290 + skolem:lemma250 + skolem:lemma254 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma273 a r:Inference; +skolem:lemma240 a r:Inference; r:gives { 1073741824 :goldb ((41 1073741783) 23). }; r:evidence ( [ a r:Fact; r:gives {23 math:lessThan 1073741824}] - skolem:lemma286 - skolem:lemma291 + skolem:lemma250 + skolem:lemma255 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 1073741783)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma274 a r:Inference; +skolem:lemma241 a r:Inference; r:gives { true :is_prime 2147483629 . }; r:evidence ( [ a r:Fact; r:gives {2147483629 math:greaterThan 3}] [ a r:Fact; r:gives {(2147483629 2) math:remainder 1}] - skolem:lemma292 + skolem:lemma256 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2147483629]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma275 a r:Inference; +skolem:lemma242 a r:Inference; r:gives { - 8589934592 :goldb ((79 8589934513) 23). + 17 :not_has_factor 3 . }; r:evidence ( - [ a r:Fact; r:gives {23 math:lessThan 8589934592}] - skolem:lemma286 - skolem:lemma293 + [ a r:Fact; r:gives true] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma156. -skolem:lemma276 a r:Inference; +skolem:lemma243 a r:Inference; r:gives { - 17179869184 :goldb ((41 17179869143) 23). - }; - r:evidence ( - [ a r:Fact; r:gives {23 math:lessThan 17179869184}] - skolem:lemma286 - skolem:lemma294 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 17179869143)]; - r:rule skolem:lemma111. - -skolem:lemma277 a r:Inference; - r:gives { - 34359738368 :goldb ((31 34359738337) 23). - }; - r:evidence ( - [ a r:Fact; r:gives {23 math:lessThan 34359738368}] - skolem:lemma286 - skolem:lemma295 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 34359738368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (31 34359738337)]; - r:rule skolem:lemma111. - -skolem:lemma278 a r:Inference; - r:gives { - 17 :not_has_factor 3 . - }; - r:evidence ( - [ a r:Fact; r:gives true] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. - -skolem:lemma279 a r:Inference; - r:gives { - 19 :not_has_factor 3 . + 19 :not_has_factor 3 . }; r:evidence ( [ a r:Fact; r:gives true] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma280 a r:Inference; +skolem:lemma244 a r:Inference; r:gives { 109 :not_has_factor 3 . }; @@ -3981,9 +3445,9 @@ skolem:lemma280 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 109]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma281 a r:Inference; +skolem:lemma245 a r:Inference; r:gives { 2029 :not_has_factor 3 . }; @@ -3992,9 +3456,9 @@ skolem:lemma281 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2029]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma282 a r:Inference; +skolem:lemma246 a r:Inference; r:gives { 32749 :not_has_factor 3 . }; @@ -4003,9 +3467,9 @@ skolem:lemma282 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32749]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma283 a r:Inference; +skolem:lemma247 a r:Inference; r:gives { 524269 :not_has_factor 3 . }; @@ -4014,9 +3478,9 @@ skolem:lemma283 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524269]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma284 a r:Inference; +skolem:lemma248 a r:Inference; r:gives { 2097133 :not_has_factor 3 . }; @@ -4025,110 +3489,110 @@ skolem:lemma284 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2097133]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma285 a r:Inference; +skolem:lemma249 a r:Inference; r:gives { 21 :next_prime 23 . }; r:evidence ( [ a r:Fact; r:gives {(21 2) math:sum 23}] - skolem:lemma296 + skolem:lemma257 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 21]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma286 a r:Inference; +skolem:lemma250 a r:Inference; r:gives { 23 :next_prime 29 . }; r:evidence ( [ a r:Fact; r:gives {(23 2) math:sum 25}] - skolem:lemma297 + skolem:lemma258 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma287 a r:Inference; +skolem:lemma251 a r:Inference; r:gives { 8388608 :goldb ((37 8388571) 29). }; r:evidence ( [ a r:Fact; r:gives {29 math:lessThan 8388608}] - skolem:lemma298 - skolem:lemma299 + skolem:lemma259 + skolem:lemma260 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8388608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (37 8388571)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma288 a r:Inference; +skolem:lemma252 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 29). }; r:evidence ( [ a r:Fact; r:gives {29 math:lessThan 33554432}] - skolem:lemma298 - skolem:lemma300 + skolem:lemma259 + skolem:lemma261 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma289 a r:Inference; +skolem:lemma253 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 29). }; r:evidence ( [ a r:Fact; r:gives {29 math:lessThan 134217728}] - skolem:lemma298 - skolem:lemma301 + skolem:lemma259 + skolem:lemma262 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma290 a r:Inference; +skolem:lemma254 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 29). }; r:evidence ( [ a r:Fact; r:gives {29 math:lessThan 268435456}] - skolem:lemma298 - skolem:lemma302 + skolem:lemma259 + skolem:lemma263 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma291 a r:Inference; +skolem:lemma255 a r:Inference; r:gives { 1073741824 :goldb ((41 1073741783) 29). }; r:evidence ( [ a r:Fact; r:gives {29 math:lessThan 1073741824}] - skolem:lemma298 - skolem:lemma303 + skolem:lemma259 + skolem:lemma264 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 1073741783)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma292 a r:Inference; +skolem:lemma256 a r:Inference; r:gives { 2147483629 :not_has_factor 3 . }; @@ -4137,211 +3601,122 @@ skolem:lemma292 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2147483629]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. - -skolem:lemma293 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 29). - }; - r:evidence ( - [ a r:Fact; r:gives {29 math:lessThan 8589934592}] - skolem:lemma298 - skolem:lemma304 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. - -skolem:lemma294 a r:Inference; - r:gives { - 17179869184 :goldb ((41 17179869143) 29). - }; - r:evidence ( - [ a r:Fact; r:gives {29 math:lessThan 17179869184}] - skolem:lemma298 - skolem:lemma305 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 17179869143)]; - r:rule skolem:lemma111. + r:rule skolem:lemma156. -skolem:lemma295 a r:Inference; - r:gives { - 34359738368 :goldb ((31 34359738337) 29). - }; - r:evidence ( - [ a r:Fact; r:gives {29 math:lessThan 34359738368}] - skolem:lemma298 - skolem:lemma306 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 34359738368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (31 34359738337)]; - r:rule skolem:lemma111. - -skolem:lemma296 a r:Inference; +skolem:lemma257 a r:Inference; r:gives { true :is_prime 23 . }; r:evidence ( [ a r:Fact; r:gives {23 math:greaterThan 3}] [ a r:Fact; r:gives {(23 2) math:remainder 1}] - skolem:lemma307 + skolem:lemma265 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma297 a r:Inference; +skolem:lemma258 a r:Inference; r:gives { 25 :next_prime 29 . }; r:evidence ( [ a r:Fact; r:gives {(25 2) math:sum 27}] - skolem:lemma308 + skolem:lemma266 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma298 a r:Inference; +skolem:lemma259 a r:Inference; r:gives { 29 :next_prime 31 . }; r:evidence ( [ a r:Fact; r:gives {(29 2) math:sum 31}] - skolem:lemma309 + skolem:lemma267 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma299 a r:Inference; +skolem:lemma260 a r:Inference; r:gives { 8388608 :goldb ((37 8388571) 31). }; r:evidence ( [ a r:Fact; r:gives {31 math:lessThan 8388608}] - skolem:lemma310 - skolem:lemma311 + skolem:lemma268 + skolem:lemma269 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8388608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (37 8388571)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma300 a r:Inference; +skolem:lemma261 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 31). }; r:evidence ( [ a r:Fact; r:gives {31 math:lessThan 33554432}] - skolem:lemma310 - skolem:lemma312 + skolem:lemma268 + skolem:lemma270 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma301 a r:Inference; +skolem:lemma262 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 31). }; r:evidence ( [ a r:Fact; r:gives {31 math:lessThan 134217728}] - skolem:lemma310 - skolem:lemma313 + skolem:lemma268 + skolem:lemma271 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma302 a r:Inference; +skolem:lemma263 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 31). }; r:evidence ( [ a r:Fact; r:gives {31 math:lessThan 268435456}] - skolem:lemma310 - skolem:lemma314 + skolem:lemma268 + skolem:lemma272 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma303 a r:Inference; +skolem:lemma264 a r:Inference; r:gives { 1073741824 :goldb ((41 1073741783) 31). }; r:evidence ( [ a r:Fact; r:gives {31 math:lessThan 1073741824}] - skolem:lemma310 - skolem:lemma315 + skolem:lemma268 + skolem:lemma273 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 1073741783)]; - r:rule skolem:lemma111. - -skolem:lemma304 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 31). - }; - r:evidence ( - [ a r:Fact; r:gives {31 math:lessThan 8589934592}] - skolem:lemma310 - skolem:lemma316 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. - -skolem:lemma305 a r:Inference; - r:gives { - 17179869184 :goldb ((41 17179869143) 31). - }; - r:evidence ( - [ a r:Fact; r:gives {31 math:lessThan 17179869184}] - skolem:lemma310 - skolem:lemma317 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 17179869143)]; - r:rule skolem:lemma111. - -skolem:lemma306 a r:Inference; - r:gives { - 34359738368 :goldb ((31 34359738337) 31). - }; - r:evidence ( - [ a r:Fact; r:gives {(34359738368 31) math:difference 34359738337}] - skolem:lemma318 - [ a r:Fact; r:gives {true log:callWithCut true}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 34359738337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34359738368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 31]; - r:rule skolem:lemma105. + r:rule skolem:lemma99. -skolem:lemma307 a r:Inference; +skolem:lemma265 a r:Inference; r:gives { 23 :not_has_factor 3 . }; @@ -4350,163 +3725,121 @@ skolem:lemma307 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma308 a r:Inference; +skolem:lemma266 a r:Inference; r:gives { 27 :next_prime 29 . }; r:evidence ( [ a r:Fact; r:gives {(27 2) math:sum 29}] - skolem:lemma107 + skolem:lemma95 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 27]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma309 a r:Inference; +skolem:lemma267 a r:Inference; r:gives { true :is_prime 31 . }; r:evidence ( [ a r:Fact; r:gives {31 math:greaterThan 3}] [ a r:Fact; r:gives {(31 2) math:remainder 1}] - skolem:lemma319 + skolem:lemma274 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma310 a r:Inference; +skolem:lemma268 a r:Inference; r:gives { 31 :next_prime 37 . }; r:evidence ( [ a r:Fact; r:gives {(31 2) math:sum 33}] - skolem:lemma320 + skolem:lemma275 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma311 a r:Inference; +skolem:lemma269 a r:Inference; r:gives { 8388608 :goldb ((37 8388571) 37). }; r:evidence ( [ a r:Fact; r:gives {(8388608 37) math:difference 8388571}] - skolem:lemma321 + skolem:lemma276 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8388571]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8388608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 37]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma312 a r:Inference; +skolem:lemma270 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 37). }; r:evidence ( [ a r:Fact; r:gives {37 math:lessThan 33554432}] - skolem:lemma322 - skolem:lemma323 + skolem:lemma277 + skolem:lemma278 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma313 a r:Inference; +skolem:lemma271 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 37). }; r:evidence ( [ a r:Fact; r:gives {37 math:lessThan 134217728}] - skolem:lemma322 - skolem:lemma324 + skolem:lemma277 + skolem:lemma279 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma314 a r:Inference; +skolem:lemma272 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 37). }; r:evidence ( [ a r:Fact; r:gives {37 math:lessThan 268435456}] - skolem:lemma322 - skolem:lemma325 + skolem:lemma277 + skolem:lemma280 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma315 a r:Inference; +skolem:lemma273 a r:Inference; r:gives { 1073741824 :goldb ((41 1073741783) 37). }; r:evidence ( [ a r:Fact; r:gives {37 math:lessThan 1073741824}] - skolem:lemma322 - skolem:lemma326 + skolem:lemma277 + skolem:lemma281 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 1073741783)]; - r:rule skolem:lemma111. - -skolem:lemma316 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 37). - }; - r:evidence ( - [ a r:Fact; r:gives {37 math:lessThan 8589934592}] - skolem:lemma322 - skolem:lemma327 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. - -skolem:lemma317 a r:Inference; - r:gives { - 17179869184 :goldb ((41 17179869143) 37). - }; - r:evidence ( - [ a r:Fact; r:gives {37 math:lessThan 17179869184}] - skolem:lemma322 - skolem:lemma328 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (41 17179869143)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma318 a r:Inference; - r:gives { - true :is_prime 34359738337 . - }; - r:evidence ( - [ a r:Fact; r:gives {34359738337 math:greaterThan 3}] - [ a r:Fact; r:gives {(34359738337 2) math:remainder 1}] - skolem:lemma329 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34359738337]; - r:rule skolem:lemma141. - -skolem:lemma319 a r:Inference; +skolem:lemma274 a r:Inference; r:gives { 31 :not_has_factor 3 . }; @@ -4515,159 +3848,119 @@ skolem:lemma319 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma320 a r:Inference; +skolem:lemma275 a r:Inference; r:gives { 33 :next_prime 37 . }; r:evidence ( [ a r:Fact; r:gives {(33 2) math:sum 35}] - skolem:lemma330 + skolem:lemma282 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma321 a r:Inference; +skolem:lemma276 a r:Inference; r:gives { true :is_prime 8388571 . }; r:evidence ( [ a r:Fact; r:gives {8388571 math:greaterThan 3}] [ a r:Fact; r:gives {(8388571 2) math:remainder 1}] - skolem:lemma331 + skolem:lemma283 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8388571]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma322 a r:Inference; +skolem:lemma277 a r:Inference; r:gives { 37 :next_prime 41 . }; r:evidence ( [ a r:Fact; r:gives {(37 2) math:sum 39}] - skolem:lemma332 + skolem:lemma284 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma323 a r:Inference; +skolem:lemma278 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 41). }; r:evidence ( [ a r:Fact; r:gives {41 math:lessThan 33554432}] - skolem:lemma333 - skolem:lemma334 + skolem:lemma285 + skolem:lemma286 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma324 a r:Inference; +skolem:lemma279 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 41). }; r:evidence ( [ a r:Fact; r:gives {41 math:lessThan 134217728}] - skolem:lemma333 - skolem:lemma335 + skolem:lemma285 + skolem:lemma287 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma325 a r:Inference; +skolem:lemma280 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 41). }; r:evidence ( [ a r:Fact; r:gives {41 math:lessThan 268435456}] - skolem:lemma333 - skolem:lemma336 + skolem:lemma285 + skolem:lemma288 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma326 a r:Inference; +skolem:lemma281 a r:Inference; r:gives { 1073741824 :goldb ((41 1073741783) 41). }; r:evidence ( [ a r:Fact; r:gives {(1073741824 41) math:difference 1073741783}] - skolem:lemma337 + skolem:lemma289 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1073741783]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1073741824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 41]; - r:rule skolem:lemma105. - -skolem:lemma327 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 41). - }; - r:evidence ( - [ a r:Fact; r:gives {41 math:lessThan 8589934592}] - skolem:lemma333 - skolem:lemma338 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. - -skolem:lemma328 a r:Inference; - r:gives { - 17179869184 :goldb ((41 17179869143) 41). - }; - r:evidence ( - [ a r:Fact; r:gives {(17179869184 41) math:difference 17179869143}] - skolem:lemma339 - [ a r:Fact; r:gives {true log:callWithCut true}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17179869143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17179869184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 41]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma329 a r:Inference; - r:gives { - 34359738337 :not_has_factor 3 . - }; - r:evidence ( - [ a r:Fact; r:gives true] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34359738337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. - -skolem:lemma330 a r:Inference; +skolem:lemma282 a r:Inference; r:gives { 35 :next_prime 37 . }; r:evidence ( [ a r:Fact; r:gives {(35 2) math:sum 37}] - skolem:lemma340 + skolem:lemma290 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 35]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma331 a r:Inference; +skolem:lemma283 a r:Inference; r:gives { 8388571 :not_has_factor 3 . }; @@ -4676,213 +3969,186 @@ skolem:lemma331 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8388571]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma332 a r:Inference; +skolem:lemma284 a r:Inference; r:gives { 39 :next_prime 41 . }; r:evidence ( [ a r:Fact; r:gives {(39 2) math:sum 41}] - skolem:lemma341 + skolem:lemma291 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 39]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma333 a r:Inference; +skolem:lemma285 a r:Inference; r:gives { 41 :next_prime 43 . }; r:evidence ( [ a r:Fact; r:gives {(41 2) math:sum 43}] - skolem:lemma342 + skolem:lemma292 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma334 a r:Inference; +skolem:lemma286 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 43). }; r:evidence ( [ a r:Fact; r:gives {43 math:lessThan 33554432}] - skolem:lemma343 - skolem:lemma344 + skolem:lemma293 + skolem:lemma294 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma335 a r:Inference; +skolem:lemma287 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 43). }; r:evidence ( [ a r:Fact; r:gives {43 math:lessThan 134217728}] - skolem:lemma343 - skolem:lemma345 + skolem:lemma293 + skolem:lemma295 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma336 a r:Inference; +skolem:lemma288 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 43). }; r:evidence ( [ a r:Fact; r:gives {43 math:lessThan 268435456}] - skolem:lemma343 - skolem:lemma346 + skolem:lemma293 + skolem:lemma296 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma337 a r:Inference; +skolem:lemma289 a r:Inference; r:gives { true :is_prime 1073741783 . }; r:evidence ( [ a r:Fact; r:gives {1073741783 math:greaterThan 3}] [ a r:Fact; r:gives {(1073741783 2) math:remainder 1}] - skolem:lemma347 + skolem:lemma297 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1073741783]; - r:rule skolem:lemma141. - -skolem:lemma338 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 43). - }; - r:evidence ( - [ a r:Fact; r:gives {43 math:lessThan 8589934592}] - skolem:lemma343 - skolem:lemma348 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. - -skolem:lemma339 a r:Inference; - r:gives { - true :is_prime 17179869143 . - }; - r:evidence ( - [ a r:Fact; r:gives {17179869143 math:greaterThan 3}] - [ a r:Fact; r:gives {(17179869143 2) math:remainder 1}] - skolem:lemma349 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17179869143]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma340 a r:Inference; +skolem:lemma290 a r:Inference; r:gives { true :is_prime 37 . }; r:evidence ( [ a r:Fact; r:gives {37 math:greaterThan 3}] [ a r:Fact; r:gives {(37 2) math:remainder 1}] - skolem:lemma350 + skolem:lemma298 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma341 a r:Inference; +skolem:lemma291 a r:Inference; r:gives { true :is_prime 41 . }; r:evidence ( [ a r:Fact; r:gives {41 math:greaterThan 3}] [ a r:Fact; r:gives {(41 2) math:remainder 1}] - skolem:lemma351 + skolem:lemma299 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma342 a r:Inference; +skolem:lemma292 a r:Inference; r:gives { true :is_prime 43 . }; r:evidence ( [ a r:Fact; r:gives {43 math:greaterThan 3}] [ a r:Fact; r:gives {(43 2) math:remainder 1}] - skolem:lemma352 + skolem:lemma300 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma343 a r:Inference; +skolem:lemma293 a r:Inference; r:gives { 43 :next_prime 47 . }; r:evidence ( [ a r:Fact; r:gives {(43 2) math:sum 45}] - skolem:lemma353 + skolem:lemma301 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 47]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma344 a r:Inference; +skolem:lemma294 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 47). }; r:evidence ( [ a r:Fact; r:gives {47 math:lessThan 33554432}] - skolem:lemma354 - skolem:lemma355 + skolem:lemma302 + skolem:lemma303 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma345 a r:Inference; +skolem:lemma295 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 47). }; r:evidence ( [ a r:Fact; r:gives {47 math:lessThan 134217728}] - skolem:lemma354 - skolem:lemma356 + skolem:lemma302 + skolem:lemma304 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma346 a r:Inference; +skolem:lemma296 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 47). }; r:evidence ( [ a r:Fact; r:gives {47 math:lessThan 268435456}] - skolem:lemma354 - skolem:lemma357 + skolem:lemma302 + skolem:lemma305 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma347 a r:Inference; +skolem:lemma297 a r:Inference; r:gives { 1073741783 :not_has_factor 3 . }; @@ -4891,35 +4157,9 @@ skolem:lemma347 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1073741783]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. - -skolem:lemma348 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 47). - }; - r:evidence ( - [ a r:Fact; r:gives {47 math:lessThan 8589934592}] - skolem:lemma354 - skolem:lemma358 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. - -skolem:lemma349 a r:Inference; - r:gives { - 17179869143 :not_has_factor 3 . - }; - r:evidence ( - [ a r:Fact; r:gives true] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17179869143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma350 a r:Inference; +skolem:lemma298 a r:Inference; r:gives { 37 :not_has_factor 3 . }; @@ -4928,9 +4168,9 @@ skolem:lemma350 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma351 a r:Inference; +skolem:lemma299 a r:Inference; r:gives { 41 :not_has_factor 3 . }; @@ -4939,9 +4179,9 @@ skolem:lemma351 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma352 a r:Inference; +skolem:lemma300 a r:Inference; r:gives { 43 :not_has_factor 3 . }; @@ -4950,193 +4190,163 @@ skolem:lemma352 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma353 a r:Inference; +skolem:lemma301 a r:Inference; r:gives { 45 :next_prime 47 . }; r:evidence ( [ a r:Fact; r:gives {(45 2) math:sum 47}] - skolem:lemma359 + skolem:lemma306 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 45]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma354 a r:Inference; +skolem:lemma302 a r:Inference; r:gives { 47 :next_prime 53 . }; r:evidence ( [ a r:Fact; r:gives {(47 2) math:sum 49}] - skolem:lemma360 + skolem:lemma307 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 53]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma355 a r:Inference; +skolem:lemma303 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 53). }; r:evidence ( [ a r:Fact; r:gives {53 math:lessThan 33554432}] - skolem:lemma361 - skolem:lemma362 + skolem:lemma308 + skolem:lemma309 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma356 a r:Inference; +skolem:lemma304 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 53). }; r:evidence ( [ a r:Fact; r:gives {53 math:lessThan 134217728}] - skolem:lemma361 - skolem:lemma363 + skolem:lemma308 + skolem:lemma310 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma357 a r:Inference; +skolem:lemma305 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 53). }; r:evidence ( [ a r:Fact; r:gives {53 math:lessThan 268435456}] - skolem:lemma361 - skolem:lemma364 + skolem:lemma308 + skolem:lemma311 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. - -skolem:lemma358 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 53). - }; - r:evidence ( - [ a r:Fact; r:gives {53 math:lessThan 8589934592}] - skolem:lemma361 - skolem:lemma365 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma359 a r:Inference; +skolem:lemma306 a r:Inference; r:gives { true :is_prime 47 . }; r:evidence ( [ a r:Fact; r:gives {47 math:greaterThan 3}] [ a r:Fact; r:gives {(47 2) math:remainder 1}] - skolem:lemma366 + skolem:lemma312 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma360 a r:Inference; +skolem:lemma307 a r:Inference; r:gives { 49 :next_prime 53 . }; r:evidence ( [ a r:Fact; r:gives {(49 2) math:sum 51}] - skolem:lemma367 + skolem:lemma313 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 53]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma361 a r:Inference; +skolem:lemma308 a r:Inference; r:gives { 53 :next_prime 59 . }; r:evidence ( [ a r:Fact; r:gives {(53 2) math:sum 55}] - skolem:lemma368 + skolem:lemma314 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 59]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma362 a r:Inference; +skolem:lemma309 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 59). }; r:evidence ( [ a r:Fact; r:gives {59 math:lessThan 33554432}] - skolem:lemma369 - skolem:lemma370 + skolem:lemma315 + skolem:lemma316 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (61 33554371)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma363 a r:Inference; +skolem:lemma310 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 59). }; r:evidence ( [ a r:Fact; r:gives {59 math:lessThan 134217728}] - skolem:lemma369 - skolem:lemma371 + skolem:lemma315 + skolem:lemma317 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma364 a r:Inference; +skolem:lemma311 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 59). }; r:evidence ( [ a r:Fact; r:gives {59 math:lessThan 268435456}] - skolem:lemma369 - skolem:lemma372 + skolem:lemma315 + skolem:lemma318 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. - -skolem:lemma365 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 59). - }; - r:evidence ( - [ a r:Fact; r:gives {59 math:lessThan 8589934592}] - skolem:lemma369 - skolem:lemma373 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma366 a r:Inference; +skolem:lemma312 a r:Inference; r:gives { 47 :not_has_factor 3 . }; @@ -5145,202 +4355,172 @@ skolem:lemma366 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma367 a r:Inference; +skolem:lemma313 a r:Inference; r:gives { 51 :next_prime 53 . }; r:evidence ( [ a r:Fact; r:gives {(51 2) math:sum 53}] - skolem:lemma374 + skolem:lemma319 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 51]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma368 a r:Inference; +skolem:lemma314 a r:Inference; r:gives { 55 :next_prime 59 . }; r:evidence ( [ a r:Fact; r:gives {(55 2) math:sum 57}] - skolem:lemma375 + skolem:lemma320 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 57]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 59]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma369 a r:Inference; +skolem:lemma315 a r:Inference; r:gives { 59 :next_prime 61 . }; r:evidence ( [ a r:Fact; r:gives {(59 2) math:sum 61}] - skolem:lemma108 + skolem:lemma96 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma370 a r:Inference; +skolem:lemma316 a r:Inference; r:gives { 33554432 :goldb ((61 33554371) 61). }; r:evidence ( [ a r:Fact; r:gives {(33554432 61) math:difference 33554371}] - skolem:lemma376 + skolem:lemma321 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 33554371]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33554432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 61]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma371 a r:Inference; +skolem:lemma317 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 61). }; r:evidence ( [ a r:Fact; r:gives {61 math:lessThan 134217728}] - skolem:lemma377 - skolem:lemma378 + skolem:lemma322 + skolem:lemma323 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma372 a r:Inference; +skolem:lemma318 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 61). }; r:evidence ( [ a r:Fact; r:gives {61 math:lessThan 268435456}] - skolem:lemma377 - skolem:lemma379 + skolem:lemma322 + skolem:lemma324 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. - -skolem:lemma373 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 61). - }; - r:evidence ( - [ a r:Fact; r:gives {61 math:lessThan 8589934592}] - skolem:lemma377 - skolem:lemma380 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma374 a r:Inference; +skolem:lemma319 a r:Inference; r:gives { true :is_prime 53 . }; r:evidence ( [ a r:Fact; r:gives {53 math:greaterThan 3}] [ a r:Fact; r:gives {(53 2) math:remainder 1}] - skolem:lemma381 + skolem:lemma325 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma375 a r:Inference; +skolem:lemma320 a r:Inference; r:gives { 57 :next_prime 59 . }; r:evidence ( [ a r:Fact; r:gives {(57 2) math:sum 59}] - skolem:lemma382 + skolem:lemma326 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 57]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma376 a r:Inference; +skolem:lemma321 a r:Inference; r:gives { true :is_prime 33554371 . }; r:evidence ( [ a r:Fact; r:gives {33554371 math:greaterThan 3}] [ a r:Fact; r:gives {(33554371 2) math:remainder 1}] - skolem:lemma383 + skolem:lemma327 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33554371]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma377 a r:Inference; +skolem:lemma322 a r:Inference; r:gives { 61 :next_prime 67 . }; r:evidence ( [ a r:Fact; r:gives {(61 2) math:sum 63}] - skolem:lemma384 + skolem:lemma328 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 67]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma378 a r:Inference; +skolem:lemma323 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 67). }; r:evidence ( [ a r:Fact; r:gives {67 math:lessThan 134217728}] - skolem:lemma385 - skolem:lemma386 + skolem:lemma329 + skolem:lemma330 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma379 a r:Inference; +skolem:lemma324 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 67). }; r:evidence ( [ a r:Fact; r:gives {67 math:lessThan 268435456}] - skolem:lemma385 - skolem:lemma387 + skolem:lemma329 + skolem:lemma331 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. - -skolem:lemma380 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 67). - }; - r:evidence ( - [ a r:Fact; r:gives {67 math:lessThan 8589934592}] - skolem:lemma385 - skolem:lemma388 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma381 a r:Inference; +skolem:lemma325 a r:Inference; r:gives { 53 :not_has_factor 3 . }; @@ -5349,21 +4529,21 @@ skolem:lemma381 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma382 a r:Inference; +skolem:lemma326 a r:Inference; r:gives { true :is_prime 59 . }; r:evidence ( [ a r:Fact; r:gives {59 math:greaterThan 3}] [ a r:Fact; r:gives {(59 2) math:remainder 1}] - skolem:lemma389 + skolem:lemma332 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma383 a r:Inference; +skolem:lemma327 a r:Inference; r:gives { 33554371 :not_has_factor 3 . }; @@ -5372,80 +4552,65 @@ skolem:lemma383 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33554371]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma384 a r:Inference; +skolem:lemma328 a r:Inference; r:gives { 63 :next_prime 67 . }; r:evidence ( [ a r:Fact; r:gives {(63 2) math:sum 65}] - skolem:lemma390 + skolem:lemma333 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 67]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma385 a r:Inference; +skolem:lemma329 a r:Inference; r:gives { 67 :next_prime 71 . }; r:evidence ( [ a r:Fact; r:gives {(67 2) math:sum 69}] - skolem:lemma391 + skolem:lemma334 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 71]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma386 a r:Inference; +skolem:lemma330 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 71). }; r:evidence ( [ a r:Fact; r:gives {71 math:lessThan 134217728}] - skolem:lemma392 - skolem:lemma393 + skolem:lemma335 + skolem:lemma336 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma387 a r:Inference; +skolem:lemma331 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 71). }; r:evidence ( [ a r:Fact; r:gives {71 math:lessThan 268435456}] - skolem:lemma392 - skolem:lemma394 + skolem:lemma335 + skolem:lemma337 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma388 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 71). - }; - r:evidence ( - [ a r:Fact; r:gives {71 math:lessThan 8589934592}] - skolem:lemma392 - skolem:lemma395 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. - -skolem:lemma389 a r:Inference; +skolem:lemma332 a r:Inference; r:gives { 59 :not_has_factor 3 . }; @@ -5454,185 +4619,156 @@ skolem:lemma389 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma390 a r:Inference; +skolem:lemma333 a r:Inference; r:gives { 65 :next_prime 67 . }; r:evidence ( [ a r:Fact; r:gives {(65 2) math:sum 67}] - skolem:lemma396 + skolem:lemma338 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma391 a r:Inference; +skolem:lemma334 a r:Inference; r:gives { 69 :next_prime 71 . }; r:evidence ( [ a r:Fact; r:gives {(69 2) math:sum 71}] - skolem:lemma397 + skolem:lemma339 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 69]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma392 a r:Inference; +skolem:lemma335 a r:Inference; r:gives { 71 :next_prime 73 . }; r:evidence ( [ a r:Fact; r:gives {(71 2) math:sum 73}] - skolem:lemma398 + skolem:lemma340 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma393 a r:Inference; +skolem:lemma336 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 73). }; r:evidence ( [ a r:Fact; r:gives {73 math:lessThan 134217728}] - skolem:lemma399 - skolem:lemma400 + skolem:lemma341 + skolem:lemma342 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 134217649)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma394 a r:Inference; +skolem:lemma337 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 73). }; r:evidence ( [ a r:Fact; r:gives {73 math:lessThan 268435456}] - skolem:lemma399 - skolem:lemma401 + skolem:lemma341 + skolem:lemma343 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. - -skolem:lemma395 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 73). - }; - r:evidence ( - [ a r:Fact; r:gives {73 math:lessThan 8589934592}] - skolem:lemma399 - skolem:lemma402 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (79 8589934513)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma396 a r:Inference; +skolem:lemma338 a r:Inference; r:gives { true :is_prime 67 . }; r:evidence ( [ a r:Fact; r:gives {67 math:greaterThan 3}] [ a r:Fact; r:gives {(67 2) math:remainder 1}] - skolem:lemma403 + skolem:lemma344 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma397 a r:Inference; +skolem:lemma339 a r:Inference; r:gives { true :is_prime 71 . }; r:evidence ( [ a r:Fact; r:gives {71 math:greaterThan 3}] [ a r:Fact; r:gives {(71 2) math:remainder 1}] - skolem:lemma404 + skolem:lemma345 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma398 a r:Inference; +skolem:lemma340 a r:Inference; r:gives { true :is_prime 73 . }; r:evidence ( [ a r:Fact; r:gives {73 math:greaterThan 3}] [ a r:Fact; r:gives {(73 2) math:remainder 1}] - skolem:lemma405 + skolem:lemma346 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma399 a r:Inference; +skolem:lemma341 a r:Inference; r:gives { 73 :next_prime 79 . }; r:evidence ( [ a r:Fact; r:gives {(73 2) math:sum 75}] - skolem:lemma406 + skolem:lemma347 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 79]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma400 a r:Inference; +skolem:lemma342 a r:Inference; r:gives { 134217728 :goldb ((79 134217649) 79). }; r:evidence ( [ a r:Fact; r:gives {(134217728 79) math:difference 134217649}] - skolem:lemma407 + skolem:lemma348 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 134217649]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134217728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 79]; - r:rule skolem:lemma105. + r:rule skolem:lemma93. -skolem:lemma401 a r:Inference; +skolem:lemma343 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 79). }; r:evidence ( [ a r:Fact; r:gives {79 math:lessThan 268435456}] - skolem:lemma408 - skolem:lemma409 + skolem:lemma349 + skolem:lemma350 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. + r:rule skolem:lemma99. -skolem:lemma402 a r:Inference; - r:gives { - 8589934592 :goldb ((79 8589934513) 79). - }; - r:evidence ( - [ a r:Fact; r:gives {(8589934592 79) math:difference 8589934513}] - skolem:lemma410 - [ a r:Fact; r:gives {true log:callWithCut true}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8589934513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8589934592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 79]; - r:rule skolem:lemma105. - -skolem:lemma403 a r:Inference; +skolem:lemma344 a r:Inference; r:gives { 67 :not_has_factor 3 . }; @@ -5641,9 +4777,9 @@ skolem:lemma403 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma404 a r:Inference; +skolem:lemma345 a r:Inference; r:gives { 71 :not_has_factor 3 . }; @@ -5652,9 +4788,9 @@ skolem:lemma404 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma405 a r:Inference; +skolem:lemma346 a r:Inference; r:gives { 73 :not_has_factor 3 . }; @@ -5663,87 +4799,75 @@ skolem:lemma405 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma406 a r:Inference; +skolem:lemma347 a r:Inference; r:gives { 75 :next_prime 79 . }; r:evidence ( [ a r:Fact; r:gives {(75 2) math:sum 77}] - skolem:lemma411 + skolem:lemma351 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 79]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma407 a r:Inference; +skolem:lemma348 a r:Inference; r:gives { true :is_prime 134217649 . }; r:evidence ( [ a r:Fact; r:gives {134217649 math:greaterThan 3}] [ a r:Fact; r:gives {(134217649 2) math:remainder 1}] - skolem:lemma412 + skolem:lemma352 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134217649]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma408 a r:Inference; +skolem:lemma349 a r:Inference; r:gives { 79 :next_prime 83 . }; r:evidence ( [ a r:Fact; r:gives {(79 2) math:sum 81}] - skolem:lemma413 + skolem:lemma353 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 83]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma409 a r:Inference; +skolem:lemma350 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 83). }; r:evidence ( [ a r:Fact; r:gives {83 math:lessThan 268435456}] - skolem:lemma414 - skolem:lemma415 + skolem:lemma354 + skolem:lemma355 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (89 268435367)]; - r:rule skolem:lemma111. - -skolem:lemma410 a r:Inference; - r:gives { - true :is_prime 8589934513 . - }; - r:evidence ( - [ a r:Fact; r:gives {8589934513 math:greaterThan 3}] - [ a r:Fact; r:gives {(8589934513 2) math:remainder 1}] - skolem:lemma416 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8589934513]; - r:rule skolem:lemma141. + r:rule skolem:lemma99. -skolem:lemma411 a r:Inference; +skolem:lemma351 a r:Inference; r:gives { 77 :next_prime 79 . }; r:evidence ( [ a r:Fact; r:gives {(77 2) math:sum 79}] - skolem:lemma417 + skolem:lemma356 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 77]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma412 a r:Inference; +skolem:lemma352 a r:Inference; r:gives { 134217649 :not_has_factor 3 . }; @@ -5752,109 +4876,98 @@ skolem:lemma412 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134217649]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma413 a r:Inference; +skolem:lemma353 a r:Inference; r:gives { 81 :next_prime 83 . }; r:evidence ( [ a r:Fact; r:gives {(81 2) math:sum 83}] - skolem:lemma418 + skolem:lemma357 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 81]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma414 a r:Inference; +skolem:lemma354 a r:Inference; r:gives { 83 :next_prime 89 . }; r:evidence ( [ a r:Fact; r:gives {(83 2) math:sum 85}] - skolem:lemma419 + skolem:lemma358 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 89]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma415 a r:Inference; +skolem:lemma355 a r:Inference; r:gives { 268435456 :goldb ((89 268435367) 89). }; r:evidence ( [ a r:Fact; r:gives {(268435456 89) math:difference 268435367}] - skolem:lemma420 + skolem:lemma359 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 268435367]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268435456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 89]; - r:rule skolem:lemma105. - -skolem:lemma416 a r:Inference; - r:gives { - 8589934513 :not_has_factor 3 . - }; - r:evidence ( - [ a r:Fact; r:gives true] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8589934513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma93. -skolem:lemma417 a r:Inference; +skolem:lemma356 a r:Inference; r:gives { true :is_prime 79 . }; r:evidence ( [ a r:Fact; r:gives {79 math:greaterThan 3}] [ a r:Fact; r:gives {(79 2) math:remainder 1}] - skolem:lemma421 + skolem:lemma360 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma418 a r:Inference; +skolem:lemma357 a r:Inference; r:gives { true :is_prime 83 . }; r:evidence ( [ a r:Fact; r:gives {83 math:greaterThan 3}] [ a r:Fact; r:gives {(83 2) math:remainder 1}] - skolem:lemma422 + skolem:lemma361 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma419 a r:Inference; +skolem:lemma358 a r:Inference; r:gives { 85 :next_prime 89 . }; r:evidence ( [ a r:Fact; r:gives {(85 2) math:sum 87}] - skolem:lemma423 + skolem:lemma362 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 89]; - r:rule skolem:lemma202. + r:rule skolem:lemma178. -skolem:lemma420 a r:Inference; +skolem:lemma359 a r:Inference; r:gives { true :is_prime 268435367 . }; r:evidence ( [ a r:Fact; r:gives {268435367 math:greaterThan 3}] [ a r:Fact; r:gives {(268435367 2) math:remainder 1}] - skolem:lemma424 + skolem:lemma363 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268435367]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma421 a r:Inference; +skolem:lemma360 a r:Inference; r:gives { 79 :not_has_factor 3 . }; @@ -5863,9 +4976,9 @@ skolem:lemma421 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma422 a r:Inference; +skolem:lemma361 a r:Inference; r:gives { 83 :not_has_factor 3 . }; @@ -5874,22 +4987,22 @@ skolem:lemma422 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma423 a r:Inference; +skolem:lemma362 a r:Inference; r:gives { 87 :next_prime 89 . }; r:evidence ( [ a r:Fact; r:gives {(87 2) math:sum 89}] - skolem:lemma425 + skolem:lemma364 [ a r:Fact; r:gives {true log:callWithCut true}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 87]; - r:rule skolem:lemma145. + r:rule skolem:lemma129. -skolem:lemma424 a r:Inference; +skolem:lemma363 a r:Inference; r:gives { 268435367 :not_has_factor 3 . }; @@ -5898,21 +5011,21 @@ skolem:lemma424 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268435367]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. -skolem:lemma425 a r:Inference; +skolem:lemma364 a r:Inference; r:gives { true :is_prime 89 . }; r:evidence ( [ a r:Fact; r:gives {89 math:greaterThan 3}] [ a r:Fact; r:gives {(89 2) math:remainder 1}] - skolem:lemma426 + skolem:lemma365 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 89]; - r:rule skolem:lemma141. + r:rule skolem:lemma125. -skolem:lemma426 a r:Inference; +skolem:lemma365 a r:Inference; r:gives { 89 :not_has_factor 3 . }; @@ -5921,5 +5034,5 @@ skolem:lemma426 a r:Inference; ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma176. + r:rule skolem:lemma156. diff --git a/reasoning/goldbach/goldbach-query.n3 b/reasoning/goldbach/goldbach-query.n3 index 94eaafa0d..c8f55a7b8 100644 --- a/reasoning/goldbach/goldbach-query.n3 +++ b/reasoning/goldbach/goldbach-query.n3 @@ -3,7 +3,7 @@ @prefix : . { - 36 log:repeat ?I. + 32 log:repeat ?I. (2 ?I) math:exponentiation ?N. (?N 2) math:remainder 0. ?N :goldbach (?P1 ?P2). diff --git a/reasoning/kaprekar-constant/kaprekar-constant-answer.n3 b/reasoning/kaprekar-constant/kaprekar-constant-answer.n3 index 092600c27..4c3ab34c5 100644 --- a/reasoning/kaprekar-constant/kaprekar-constant-answer.n3 +++ b/reasoning/kaprekar-constant/kaprekar-constant-answer.n3 @@ -998,1002 +998,3 @@ 996 :recursionCount 3 . 997 :recursionCount 3 . 998 :recursionCount 4 . -999 :recursionCount 4 . -1000 :recursionCount 5 . -1001 :recursionCount 4 . -1002 :recursionCount 3 . -1003 :recursionCount 3 . -1004 :recursionCount 7 . -1005 :recursionCount 7 . -1006 :recursionCount 7 . -1007 :recursionCount 3 . -1008 :recursionCount 3 . -1009 :recursionCount 4 . -1010 :recursionCount 4 . -1011 :recursionCount 5 . -1012 :recursionCount 4 . -1013 :recursionCount 6 . -1014 :recursionCount 4 . -1015 :recursionCount 6 . -1016 :recursionCount 6 . -1017 :recursionCount 4 . -1018 :recursionCount 6 . -1019 :recursionCount 4 . -1020 :recursionCount 3 . -1021 :recursionCount 4 . -1022 :recursionCount 3 . -1023 :recursionCount 3 . -1024 :recursionCount 7 . -1025 :recursionCount 7 . -1026 :recursionCount 7 . -1027 :recursionCount 3 . -1028 :recursionCount 3 . -1029 :recursionCount 4 . -1030 :recursionCount 3 . -1031 :recursionCount 6 . -1032 :recursionCount 3 . -1033 :recursionCount 5 . -1034 :recursionCount 2 . -1035 :recursionCount 7 . -1036 :recursionCount 1 . -1037 :recursionCount 5 . -1038 :recursionCount 6 . -1039 :recursionCount 3 . -1040 :recursionCount 7 . -1041 :recursionCount 4 . -1042 :recursionCount 7 . -1043 :recursionCount 2 . -1044 :recursionCount 3 . -1045 :recursionCount 5 . -1046 :recursionCount 3 . -1047 :recursionCount 6 . -1048 :recursionCount 5 . -1049 :recursionCount 3 . -1050 :recursionCount 7 . -1051 :recursionCount 6 . -1052 :recursionCount 7 . -1053 :recursionCount 7 . -1054 :recursionCount 5 . -1055 :recursionCount 5 . -1056 :recursionCount 4 . -1057 :recursionCount 3 . -1058 :recursionCount 2 . -1059 :recursionCount 7 . -1060 :recursionCount 7 . -1061 :recursionCount 6 . -1062 :recursionCount 7 . -1063 :recursionCount 1 . -1064 :recursionCount 3 . -1065 :recursionCount 4 . -1066 :recursionCount 5 . -1067 :recursionCount 5 . -1068 :recursionCount 7 . -1069 :recursionCount 7 . -1070 :recursionCount 3 . -1071 :recursionCount 4 . -1072 :recursionCount 3 . -1073 :recursionCount 5 . -1074 :recursionCount 6 . -1075 :recursionCount 3 . -1076 :recursionCount 5 . -1077 :recursionCount 3 . -1078 :recursionCount 2 . -1079 :recursionCount 7 . -1080 :recursionCount 3 . -1081 :recursionCount 6 . -1082 :recursionCount 3 . -1083 :recursionCount 6 . -1084 :recursionCount 5 . -1085 :recursionCount 2 . -1086 :recursionCount 7 . -1087 :recursionCount 2 . -1088 :recursionCount 5 . -1089 :recursionCount 3 . -1090 :recursionCount 4 . -1091 :recursionCount 4 . -1092 :recursionCount 4 . -1093 :recursionCount 3 . -1094 :recursionCount 3 . -1095 :recursionCount 7 . -1096 :recursionCount 7 . -1097 :recursionCount 7 . -1098 :recursionCount 3 . -1099 :recursionCount 3 . -1100 :recursionCount 4 . -1101 :recursionCount 5 . -1102 :recursionCount 4 . -1103 :recursionCount 6 . -1104 :recursionCount 4 . -1105 :recursionCount 6 . -1106 :recursionCount 6 . -1107 :recursionCount 4 . -1108 :recursionCount 6 . -1109 :recursionCount 4 . -1110 :recursionCount 5 . -1112 :recursionCount 5 . -1113 :recursionCount 4 . -1114 :recursionCount 6 . -1115 :recursionCount 4 . -1116 :recursionCount 6 . -1117 :recursionCount 6 . -1118 :recursionCount 4 . -1119 :recursionCount 6 . -1120 :recursionCount 4 . -1121 :recursionCount 5 . -1122 :recursionCount 4 . -1123 :recursionCount 3 . -1124 :recursionCount 3 . -1125 :recursionCount 7 . -1126 :recursionCount 7 . -1127 :recursionCount 7 . -1128 :recursionCount 3 . -1129 :recursionCount 3 . -1130 :recursionCount 6 . -1131 :recursionCount 4 . -1132 :recursionCount 3 . -1133 :recursionCount 6 . -1134 :recursionCount 5 . -1135 :recursionCount 2 . -1136 :recursionCount 7 . -1137 :recursionCount 1 . -1138 :recursionCount 5 . -1139 :recursionCount 6 . -1140 :recursionCount 4 . -1141 :recursionCount 6 . -1142 :recursionCount 3 . -1143 :recursionCount 5 . -1144 :recursionCount 6 . -1145 :recursionCount 3 . -1146 :recursionCount 5 . -1147 :recursionCount 3 . -1148 :recursionCount 6 . -1149 :recursionCount 5 . -1150 :recursionCount 6 . -1151 :recursionCount 4 . -1152 :recursionCount 7 . -1153 :recursionCount 2 . -1154 :recursionCount 3 . -1155 :recursionCount 4 . -1156 :recursionCount 5 . -1157 :recursionCount 4 . -1158 :recursionCount 3 . -1159 :recursionCount 2 . -1160 :recursionCount 6 . -1161 :recursionCount 6 . -1162 :recursionCount 7 . -1163 :recursionCount 7 . -1164 :recursionCount 5 . -1165 :recursionCount 5 . -1166 :recursionCount 5 . -1167 :recursionCount 5 . -1168 :recursionCount 5 . -1169 :recursionCount 7 . -1170 :recursionCount 4 . -1171 :recursionCount 6 . -1172 :recursionCount 7 . -1173 :recursionCount 1 . -1174 :recursionCount 3 . -1175 :recursionCount 4 . -1176 :recursionCount 5 . -1177 :recursionCount 4 . -1178 :recursionCount 3 . -1179 :recursionCount 2 . -1180 :recursionCount 6 . -1181 :recursionCount 4 . -1182 :recursionCount 3 . -1183 :recursionCount 5 . -1184 :recursionCount 6 . -1185 :recursionCount 3 . -1186 :recursionCount 5 . -1187 :recursionCount 3 . -1188 :recursionCount 6 . -1189 :recursionCount 5 . -1190 :recursionCount 4 . -1191 :recursionCount 6 . -1192 :recursionCount 3 . -1193 :recursionCount 6 . -1194 :recursionCount 5 . -1195 :recursionCount 2 . -1196 :recursionCount 7 . -1197 :recursionCount 2 . -1198 :recursionCount 5 . -1199 :recursionCount 6 . -1200 :recursionCount 3 . -1201 :recursionCount 4 . -1202 :recursionCount 3 . -1203 :recursionCount 3 . -1204 :recursionCount 7 . -1205 :recursionCount 7 . -1206 :recursionCount 7 . -1207 :recursionCount 3 . -1208 :recursionCount 3 . -1209 :recursionCount 4 . -1210 :recursionCount 4 . -1211 :recursionCount 5 . -1212 :recursionCount 4 . -1213 :recursionCount 3 . -1214 :recursionCount 3 . -1215 :recursionCount 7 . -1216 :recursionCount 7 . -1217 :recursionCount 7 . -1218 :recursionCount 3 . -1219 :recursionCount 3 . -1220 :recursionCount 3 . -1221 :recursionCount 4 . -1222 :recursionCount 5 . -1223 :recursionCount 4 . -1224 :recursionCount 6 . -1225 :recursionCount 4 . -1226 :recursionCount 6 . -1227 :recursionCount 6 . -1228 :recursionCount 4 . -1229 :recursionCount 6 . -1230 :recursionCount 3 . -1231 :recursionCount 3 . -1232 :recursionCount 4 . -1233 :recursionCount 3 . -1234 :recursionCount 3 . -1235 :recursionCount 7 . -1236 :recursionCount 7 . -1237 :recursionCount 7 . -1238 :recursionCount 3 . -1239 :recursionCount 3 . -1240 :recursionCount 7 . -1241 :recursionCount 3 . -1242 :recursionCount 6 . -1243 :recursionCount 3 . -1244 :recursionCount 5 . -1245 :recursionCount 2 . -1246 :recursionCount 7 . -1247 :recursionCount 1 . -1248 :recursionCount 5 . -1249 :recursionCount 6 . -1250 :recursionCount 7 . -1251 :recursionCount 7 . -1252 :recursionCount 4 . -1253 :recursionCount 7 . -1254 :recursionCount 2 . -1255 :recursionCount 3 . -1256 :recursionCount 5 . -1257 :recursionCount 3 . -1258 :recursionCount 6 . -1259 :recursionCount 5 . -1260 :recursionCount 7 . -1261 :recursionCount 7 . -1262 :recursionCount 6 . -1263 :recursionCount 7 . -1264 :recursionCount 7 . -1265 :recursionCount 5 . -1266 :recursionCount 5 . -1267 :recursionCount 4 . -1268 :recursionCount 3 . -1269 :recursionCount 2 . -1270 :recursionCount 3 . -1271 :recursionCount 7 . -1272 :recursionCount 6 . -1273 :recursionCount 7 . -1274 :recursionCount 1 . -1275 :recursionCount 3 . -1276 :recursionCount 4 . -1277 :recursionCount 5 . -1278 :recursionCount 5 . -1279 :recursionCount 7 . -1280 :recursionCount 3 . -1281 :recursionCount 3 . -1282 :recursionCount 4 . -1283 :recursionCount 3 . -1284 :recursionCount 5 . -1285 :recursionCount 6 . -1286 :recursionCount 3 . -1287 :recursionCount 5 . -1288 :recursionCount 3 . -1289 :recursionCount 2 . -1290 :recursionCount 4 . -1291 :recursionCount 3 . -1292 :recursionCount 6 . -1293 :recursionCount 3 . -1294 :recursionCount 6 . -1295 :recursionCount 5 . -1296 :recursionCount 2 . -1297 :recursionCount 7 . -1298 :recursionCount 2 . -1299 :recursionCount 5 . -1300 :recursionCount 3 . -1301 :recursionCount 6 . -1302 :recursionCount 3 . -1303 :recursionCount 5 . -1304 :recursionCount 2 . -1305 :recursionCount 7 . -1306 :recursionCount 1 . -1307 :recursionCount 5 . -1308 :recursionCount 6 . -1309 :recursionCount 3 . -1310 :recursionCount 6 . -1311 :recursionCount 4 . -1312 :recursionCount 3 . -1313 :recursionCount 6 . -1314 :recursionCount 5 . -1315 :recursionCount 2 . -1316 :recursionCount 7 . -1317 :recursionCount 1 . -1318 :recursionCount 5 . -1319 :recursionCount 6 . -1320 :recursionCount 3 . -1321 :recursionCount 3 . -1322 :recursionCount 4 . -1323 :recursionCount 3 . -1324 :recursionCount 3 . -1325 :recursionCount 7 . -1326 :recursionCount 7 . -1327 :recursionCount 7 . -1328 :recursionCount 3 . -1329 :recursionCount 3 . -1330 :recursionCount 5 . -1331 :recursionCount 6 . -1332 :recursionCount 3 . -1333 :recursionCount 4 . -1334 :recursionCount 6 . -1335 :recursionCount 4 . -1336 :recursionCount 6 . -1337 :recursionCount 6 . -1338 :recursionCount 4 . -1339 :recursionCount 6 . -1340 :recursionCount 2 . -1341 :recursionCount 5 . -1342 :recursionCount 3 . -1343 :recursionCount 6 . -1344 :recursionCount 3 . -1345 :recursionCount 7 . -1346 :recursionCount 7 . -1347 :recursionCount 7 . -1348 :recursionCount 3 . -1349 :recursionCount 3 . -1350 :recursionCount 7 . -1351 :recursionCount 2 . -1352 :recursionCount 7 . -1353 :recursionCount 4 . -1354 :recursionCount 7 . -1355 :recursionCount 2 . -1356 :recursionCount 7 . -1357 :recursionCount 1 . -1358 :recursionCount 5 . -1359 :recursionCount 6 . -1360 :recursionCount 1 . -1361 :recursionCount 7 . -1362 :recursionCount 7 . -1363 :recursionCount 6 . -1364 :recursionCount 7 . -1365 :recursionCount 7 . -1366 :recursionCount 5 . -1367 :recursionCount 3 . -1368 :recursionCount 6 . -1369 :recursionCount 5 . -1370 :recursionCount 5 . -1371 :recursionCount 1 . -1372 :recursionCount 7 . -1373 :recursionCount 6 . -1374 :recursionCount 7 . -1375 :recursionCount 1 . -1376 :recursionCount 3 . -1377 :recursionCount 4 . -1378 :recursionCount 3 . -1379 :recursionCount 2 . -1380 :recursionCount 6 . -1381 :recursionCount 5 . -1382 :recursionCount 3 . -1383 :recursionCount 4 . -1384 :recursionCount 3 . -1385 :recursionCount 5 . -1386 :recursionCount 6 . -1387 :recursionCount 3 . -1388 :recursionCount 5 . -1389 :recursionCount 7 . -1390 :recursionCount 3 . -1391 :recursionCount 6 . -1392 :recursionCount 3 . -1393 :recursionCount 6 . -1394 :recursionCount 3 . -1395 :recursionCount 6 . -1396 :recursionCount 5 . -1397 :recursionCount 2 . -1398 :recursionCount 7 . -1399 :recursionCount 2 . -1400 :recursionCount 7 . -1401 :recursionCount 4 . -1402 :recursionCount 7 . -1403 :recursionCount 2 . -1404 :recursionCount 3 . -1405 :recursionCount 5 . -1406 :recursionCount 3 . -1407 :recursionCount 6 . -1408 :recursionCount 5 . -1409 :recursionCount 3 . -1410 :recursionCount 4 . -1411 :recursionCount 6 . -1412 :recursionCount 3 . -1413 :recursionCount 5 . -1414 :recursionCount 6 . -1415 :recursionCount 3 . -1416 :recursionCount 5 . -1417 :recursionCount 3 . -1418 :recursionCount 6 . -1419 :recursionCount 5 . -1420 :recursionCount 7 . -1421 :recursionCount 3 . -1422 :recursionCount 6 . -1423 :recursionCount 3 . -1424 :recursionCount 5 . -1425 :recursionCount 2 . -1426 :recursionCount 7 . -1427 :recursionCount 1 . -1428 :recursionCount 5 . -1429 :recursionCount 6 . -1430 :recursionCount 2 . -1431 :recursionCount 5 . -1432 :recursionCount 3 . -1433 :recursionCount 6 . -1434 :recursionCount 3 . -1435 :recursionCount 7 . -1436 :recursionCount 7 . -1437 :recursionCount 7 . -1438 :recursionCount 3 . -1439 :recursionCount 3 . -1440 :recursionCount 3 . -1441 :recursionCount 6 . -1442 :recursionCount 5 . -1443 :recursionCount 3 . -1444 :recursionCount 6 . -1445 :recursionCount 4 . -1446 :recursionCount 6 . -1447 :recursionCount 6 . -1448 :recursionCount 4 . -1449 :recursionCount 6 . -1450 :recursionCount 5 . -1451 :recursionCount 3 . -1452 :recursionCount 2 . -1453 :recursionCount 7 . -1454 :recursionCount 4 . -1455 :recursionCount 7 . -1456 :recursionCount 7 . -1457 :recursionCount 7 . -1458 :recursionCount 3 . -1459 :recursionCount 3 . -1460 :recursionCount 3 . -1461 :recursionCount 5 . -1462 :recursionCount 7 . -1463 :recursionCount 7 . -1464 :recursionCount 6 . -1465 :recursionCount 7 . -1466 :recursionCount 7 . -1467 :recursionCount 1 . -1468 :recursionCount 5 . -1469 :recursionCount 6 . -1470 :recursionCount 6 . -1471 :recursionCount 3 . -1472 :recursionCount 1 . -1473 :recursionCount 7 . -1474 :recursionCount 6 . -1475 :recursionCount 7 . -1476 :recursionCount 1 . -1477 :recursionCount 3 . -1478 :recursionCount 6 . -1479 :recursionCount 5 . -1480 :recursionCount 5 . -1481 :recursionCount 6 . -1482 :recursionCount 5 . -1483 :recursionCount 3 . -1484 :recursionCount 4 . -1485 :recursionCount 3 . -1486 :recursionCount 5 . -1487 :recursionCount 6 . -1488 :recursionCount 3 . -1489 :recursionCount 2 . -1490 :recursionCount 3 . -1491 :recursionCount 5 . -1492 :recursionCount 6 . -1493 :recursionCount 3 . -1494 :recursionCount 6 . -1495 :recursionCount 3 . -1496 :recursionCount 6 . -1497 :recursionCount 5 . -1498 :recursionCount 2 . -1499 :recursionCount 7 . -1500 :recursionCount 7 . -1501 :recursionCount 6 . -1502 :recursionCount 7 . -1503 :recursionCount 7 . -1504 :recursionCount 5 . -1505 :recursionCount 5 . -1506 :recursionCount 4 . -1507 :recursionCount 3 . -1508 :recursionCount 2 . -1509 :recursionCount 7 . -1510 :recursionCount 6 . -1511 :recursionCount 4 . -1512 :recursionCount 7 . -1513 :recursionCount 2 . -1514 :recursionCount 3 . -1515 :recursionCount 4 . -1516 :recursionCount 5 . -1517 :recursionCount 4 . -1518 :recursionCount 3 . -1519 :recursionCount 2 . -1520 :recursionCount 7 . -1521 :recursionCount 7 . -1522 :recursionCount 4 . -1523 :recursionCount 7 . -1524 :recursionCount 2 . -1525 :recursionCount 3 . -1526 :recursionCount 5 . -1527 :recursionCount 3 . -1528 :recursionCount 6 . -1529 :recursionCount 5 . -1530 :recursionCount 7 . -1531 :recursionCount 2 . -1532 :recursionCount 7 . -1533 :recursionCount 4 . -1534 :recursionCount 7 . -1535 :recursionCount 2 . -1536 :recursionCount 7 . -1537 :recursionCount 1 . -1538 :recursionCount 5 . -1539 :recursionCount 6 . -1540 :recursionCount 5 . -1541 :recursionCount 3 . -1542 :recursionCount 2 . -1543 :recursionCount 7 . -1544 :recursionCount 4 . -1545 :recursionCount 7 . -1546 :recursionCount 7 . -1547 :recursionCount 7 . -1548 :recursionCount 3 . -1549 :recursionCount 3 . -1550 :recursionCount 5 . -1551 :recursionCount 4 . -1552 :recursionCount 3 . -1553 :recursionCount 2 . -1554 :recursionCount 7 . -1555 :recursionCount 4 . -1556 :recursionCount 6 . -1557 :recursionCount 6 . -1558 :recursionCount 4 . -1559 :recursionCount 6 . -1560 :recursionCount 4 . -1561 :recursionCount 5 . -1562 :recursionCount 5 . -1563 :recursionCount 7 . -1564 :recursionCount 7 . -1565 :recursionCount 6 . -1566 :recursionCount 7 . -1567 :recursionCount 7 . -1568 :recursionCount 3 . -1569 :recursionCount 3 . -1570 :recursionCount 3 . -1571 :recursionCount 4 . -1572 :recursionCount 3 . -1573 :recursionCount 1 . -1574 :recursionCount 7 . -1575 :recursionCount 6 . -1576 :recursionCount 7 . -1577 :recursionCount 1 . -1578 :recursionCount 5 . -1579 :recursionCount 6 . -1580 :recursionCount 2 . -1581 :recursionCount 3 . -1582 :recursionCount 6 . -1583 :recursionCount 5 . -1584 :recursionCount 3 . -1585 :recursionCount 4 . -1586 :recursionCount 3 . -1587 :recursionCount 5 . -1588 :recursionCount 6 . -1589 :recursionCount 5 . -1590 :recursionCount 7 . -1591 :recursionCount 2 . -1592 :recursionCount 5 . -1593 :recursionCount 6 . -1594 :recursionCount 3 . -1595 :recursionCount 6 . -1596 :recursionCount 3 . -1597 :recursionCount 6 . -1598 :recursionCount 5 . -1599 :recursionCount 2 . -1600 :recursionCount 7 . -1601 :recursionCount 6 . -1602 :recursionCount 7 . -1603 :recursionCount 1 . -1604 :recursionCount 3 . -1605 :recursionCount 4 . -1606 :recursionCount 5 . -1607 :recursionCount 5 . -1608 :recursionCount 7 . -1609 :recursionCount 7 . -1610 :recursionCount 6 . -1611 :recursionCount 6 . -1612 :recursionCount 7 . -1613 :recursionCount 7 . -1614 :recursionCount 5 . -1615 :recursionCount 5 . -1616 :recursionCount 5 . -1617 :recursionCount 5 . -1618 :recursionCount 5 . -1619 :recursionCount 7 . -1620 :recursionCount 7 . -1621 :recursionCount 7 . -1622 :recursionCount 6 . -1623 :recursionCount 7 . -1624 :recursionCount 7 . -1625 :recursionCount 5 . -1626 :recursionCount 5 . -1627 :recursionCount 4 . -1628 :recursionCount 3 . -1629 :recursionCount 2 . -1630 :recursionCount 1 . -1631 :recursionCount 7 . -1632 :recursionCount 7 . -1633 :recursionCount 6 . -1634 :recursionCount 7 . -1635 :recursionCount 7 . -1636 :recursionCount 5 . -1637 :recursionCount 3 . -1638 :recursionCount 6 . -1639 :recursionCount 5 . -1640 :recursionCount 3 . -1641 :recursionCount 5 . -1642 :recursionCount 7 . -1643 :recursionCount 7 . -1644 :recursionCount 6 . -1645 :recursionCount 7 . -1646 :recursionCount 7 . -1647 :recursionCount 1 . -1648 :recursionCount 5 . -1649 :recursionCount 6 . -1650 :recursionCount 4 . -1651 :recursionCount 5 . -1652 :recursionCount 5 . -1653 :recursionCount 7 . -1654 :recursionCount 7 . -1655 :recursionCount 6 . -1656 :recursionCount 7 . -1657 :recursionCount 7 . -1658 :recursionCount 3 . -1659 :recursionCount 3 . -1660 :recursionCount 5 . -1661 :recursionCount 5 . -1662 :recursionCount 5 . -1663 :recursionCount 5 . -1664 :recursionCount 7 . -1665 :recursionCount 7 . -1666 :recursionCount 6 . -1667 :recursionCount 6 . -1668 :recursionCount 4 . -1669 :recursionCount 6 . -1670 :recursionCount 5 . -1671 :recursionCount 5 . -1672 :recursionCount 4 . -1673 :recursionCount 3 . -1674 :recursionCount 1 . -1675 :recursionCount 7 . -1676 :recursionCount 6 . -1677 :recursionCount 7 . -1678 :recursionCount 3 . -1679 :recursionCount 3 . -1680 :recursionCount 7 . -1681 :recursionCount 5 . -1682 :recursionCount 3 . -1683 :recursionCount 6 . -1684 :recursionCount 5 . -1685 :recursionCount 3 . -1686 :recursionCount 4 . -1687 :recursionCount 3 . -1688 :recursionCount 5 . -1689 :recursionCount 6 . -1690 :recursionCount 7 . -1691 :recursionCount 7 . -1692 :recursionCount 2 . -1693 :recursionCount 5 . -1694 :recursionCount 6 . -1695 :recursionCount 3 . -1696 :recursionCount 6 . -1697 :recursionCount 3 . -1698 :recursionCount 6 . -1699 :recursionCount 5 . -1700 :recursionCount 3 . -1701 :recursionCount 4 . -1702 :recursionCount 3 . -1703 :recursionCount 5 . -1704 :recursionCount 6 . -1705 :recursionCount 3 . -1706 :recursionCount 5 . -1707 :recursionCount 3 . -1708 :recursionCount 2 . -1709 :recursionCount 7 . -1710 :recursionCount 4 . -1711 :recursionCount 6 . -1712 :recursionCount 7 . -1713 :recursionCount 1 . -1714 :recursionCount 3 . -1715 :recursionCount 4 . -1716 :recursionCount 5 . -1717 :recursionCount 4 . -1718 :recursionCount 3 . -1719 :recursionCount 2 . -1720 :recursionCount 3 . -1721 :recursionCount 7 . -1722 :recursionCount 6 . -1723 :recursionCount 7 . -1724 :recursionCount 1 . -1725 :recursionCount 3 . -1726 :recursionCount 4 . -1727 :recursionCount 5 . -1728 :recursionCount 5 . -1729 :recursionCount 7 . -1730 :recursionCount 5 . -1731 :recursionCount 1 . -1732 :recursionCount 7 . -1733 :recursionCount 6 . -1734 :recursionCount 7 . -1735 :recursionCount 1 . -1736 :recursionCount 3 . -1737 :recursionCount 4 . -1738 :recursionCount 3 . -1739 :recursionCount 2 . -1740 :recursionCount 6 . -1741 :recursionCount 3 . -1742 :recursionCount 1 . -1743 :recursionCount 7 . -1744 :recursionCount 6 . -1745 :recursionCount 7 . -1746 :recursionCount 1 . -1747 :recursionCount 3 . -1748 :recursionCount 6 . -1749 :recursionCount 5 . -1750 :recursionCount 3 . -1751 :recursionCount 4 . -1752 :recursionCount 3 . -1753 :recursionCount 1 . -1754 :recursionCount 7 . -1755 :recursionCount 6 . -1756 :recursionCount 7 . -1757 :recursionCount 1 . -1758 :recursionCount 5 . -1759 :recursionCount 6 . -1760 :recursionCount 5 . -1761 :recursionCount 5 . -1762 :recursionCount 4 . -1763 :recursionCount 3 . -1764 :recursionCount 1 . -1765 :recursionCount 7 . -1766 :recursionCount 6 . -1767 :recursionCount 7 . -1768 :recursionCount 3 . -1769 :recursionCount 3 . -1770 :recursionCount 3 . -1771 :recursionCount 4 . -1772 :recursionCount 5 . -1773 :recursionCount 4 . -1774 :recursionCount 3 . -1775 :recursionCount 1 . -1776 :recursionCount 7 . -1777 :recursionCount 6 . -1778 :recursionCount 4 . -1779 :recursionCount 6 . -1780 :recursionCount 2 . -1781 :recursionCount 3 . -1782 :recursionCount 5 . -1783 :recursionCount 3 . -1784 :recursionCount 6 . -1785 :recursionCount 5 . -1786 :recursionCount 3 . -1787 :recursionCount 4 . -1788 :recursionCount 3 . -1789 :recursionCount 3 . -1790 :recursionCount 7 . -1791 :recursionCount 2 . -1792 :recursionCount 7 . -1793 :recursionCount 2 . -1794 :recursionCount 5 . -1795 :recursionCount 6 . -1796 :recursionCount 3 . -1797 :recursionCount 6 . -1798 :recursionCount 3 . -1799 :recursionCount 6 . -1800 :recursionCount 3 . -1801 :recursionCount 6 . -1802 :recursionCount 3 . -1803 :recursionCount 6 . -1804 :recursionCount 5 . -1805 :recursionCount 2 . -1806 :recursionCount 7 . -1807 :recursionCount 2 . -1808 :recursionCount 5 . -1809 :recursionCount 3 . -1810 :recursionCount 6 . -1811 :recursionCount 4 . -1812 :recursionCount 3 . -1813 :recursionCount 5 . -1814 :recursionCount 6 . -1815 :recursionCount 3 . -1816 :recursionCount 5 . -1817 :recursionCount 3 . -1818 :recursionCount 6 . -1819 :recursionCount 5 . -1820 :recursionCount 3 . -1821 :recursionCount 3 . -1822 :recursionCount 4 . -1823 :recursionCount 3 . -1824 :recursionCount 5 . -1825 :recursionCount 6 . -1826 :recursionCount 3 . -1827 :recursionCount 5 . -1828 :recursionCount 3 . -1829 :recursionCount 2 . -1830 :recursionCount 6 . -1831 :recursionCount 5 . -1832 :recursionCount 3 . -1833 :recursionCount 4 . -1834 :recursionCount 3 . -1835 :recursionCount 5 . -1836 :recursionCount 6 . -1837 :recursionCount 3 . -1838 :recursionCount 5 . -1839 :recursionCount 7 . -1840 :recursionCount 5 . -1841 :recursionCount 6 . -1842 :recursionCount 5 . -1843 :recursionCount 3 . -1844 :recursionCount 4 . -1845 :recursionCount 3 . -1846 :recursionCount 5 . -1847 :recursionCount 6 . -1848 :recursionCount 3 . -1849 :recursionCount 2 . -1850 :recursionCount 2 . -1851 :recursionCount 3 . -1852 :recursionCount 6 . -1853 :recursionCount 5 . -1854 :recursionCount 3 . -1855 :recursionCount 4 . -1856 :recursionCount 3 . -1857 :recursionCount 5 . -1858 :recursionCount 6 . -1859 :recursionCount 5 . -1860 :recursionCount 7 . -1861 :recursionCount 5 . -1862 :recursionCount 3 . -1863 :recursionCount 6 . -1864 :recursionCount 5 . -1865 :recursionCount 3 . -1866 :recursionCount 4 . -1867 :recursionCount 3 . -1868 :recursionCount 5 . -1869 :recursionCount 6 . -1870 :recursionCount 2 . -1871 :recursionCount 3 . -1872 :recursionCount 5 . -1873 :recursionCount 3 . -1874 :recursionCount 6 . -1875 :recursionCount 5 . -1876 :recursionCount 3 . -1877 :recursionCount 4 . -1878 :recursionCount 3 . -1879 :recursionCount 3 . -1880 :recursionCount 5 . -1881 :recursionCount 6 . -1882 :recursionCount 3 . -1883 :recursionCount 5 . -1884 :recursionCount 3 . -1885 :recursionCount 6 . -1886 :recursionCount 5 . -1887 :recursionCount 3 . -1888 :recursionCount 4 . -1889 :recursionCount 6 . -1890 :recursionCount 3 . -1891 :recursionCount 5 . -1892 :recursionCount 2 . -1893 :recursionCount 7 . -1894 :recursionCount 2 . -1895 :recursionCount 5 . -1896 :recursionCount 6 . -1897 :recursionCount 3 . -1898 :recursionCount 6 . -1899 :recursionCount 3 . -1900 :recursionCount 4 . -1901 :recursionCount 4 . -1902 :recursionCount 4 . -1903 :recursionCount 3 . -1904 :recursionCount 3 . -1905 :recursionCount 7 . -1906 :recursionCount 7 . -1907 :recursionCount 7 . -1908 :recursionCount 3 . -1909 :recursionCount 3 . -1910 :recursionCount 4 . -1911 :recursionCount 6 . -1912 :recursionCount 3 . -1913 :recursionCount 6 . -1914 :recursionCount 5 . -1915 :recursionCount 2 . -1916 :recursionCount 7 . -1917 :recursionCount 2 . -1918 :recursionCount 5 . -1919 :recursionCount 6 . -1920 :recursionCount 4 . -1921 :recursionCount 3 . -1922 :recursionCount 6 . -1923 :recursionCount 3 . -1924 :recursionCount 6 . -1925 :recursionCount 5 . -1926 :recursionCount 2 . -1927 :recursionCount 7 . -1928 :recursionCount 2 . -1929 :recursionCount 5 . -1930 :recursionCount 3 . -1931 :recursionCount 6 . -1932 :recursionCount 3 . -1933 :recursionCount 6 . -1934 :recursionCount 3 . -1935 :recursionCount 6 . -1936 :recursionCount 5 . -1937 :recursionCount 2 . -1938 :recursionCount 7 . -1939 :recursionCount 2 . -1940 :recursionCount 3 . -1941 :recursionCount 5 . -1942 :recursionCount 6 . -1943 :recursionCount 3 . -1944 :recursionCount 6 . -1945 :recursionCount 3 . -1946 :recursionCount 6 . -1947 :recursionCount 5 . -1948 :recursionCount 2 . -1949 :recursionCount 7 . -1950 :recursionCount 7 . -1951 :recursionCount 2 . -1952 :recursionCount 5 . -1953 :recursionCount 6 . -1954 :recursionCount 3 . -1955 :recursionCount 6 . -1956 :recursionCount 3 . -1957 :recursionCount 6 . -1958 :recursionCount 5 . -1959 :recursionCount 2 . -1960 :recursionCount 7 . -1961 :recursionCount 7 . -1962 :recursionCount 2 . -1963 :recursionCount 5 . -1964 :recursionCount 6 . -1965 :recursionCount 3 . -1966 :recursionCount 6 . -1967 :recursionCount 3 . -1968 :recursionCount 6 . -1969 :recursionCount 5 . -1970 :recursionCount 7 . -1971 :recursionCount 2 . -1972 :recursionCount 7 . -1973 :recursionCount 2 . -1974 :recursionCount 5 . -1975 :recursionCount 6 . -1976 :recursionCount 3 . -1977 :recursionCount 6 . -1978 :recursionCount 3 . -1979 :recursionCount 6 . -1980 :recursionCount 3 . -1981 :recursionCount 5 . -1982 :recursionCount 2 . -1983 :recursionCount 7 . -1984 :recursionCount 2 . -1985 :recursionCount 5 . -1986 :recursionCount 6 . -1987 :recursionCount 3 . -1988 :recursionCount 6 . -1989 :recursionCount 3 . -1990 :recursionCount 3 . -1991 :recursionCount 6 . -1992 :recursionCount 5 . -1993 :recursionCount 2 . -1994 :recursionCount 7 . -1995 :recursionCount 2 . -1996 :recursionCount 5 . -1997 :recursionCount 6 . -1998 :recursionCount 3 . diff --git a/reasoning/kaprekar-constant/kaprekar-constant-proof.n3 b/reasoning/kaprekar-constant/kaprekar-constant-proof.n3 index 1f8f79ca6..3b58c0757 100644 --- a/reasoning/kaprekar-constant/kaprekar-constant-proof.n3 +++ b/reasoning/kaprekar-constant/kaprekar-constant-proof.n3 @@ -1006,1005 +1006,6 @@ skolem:proof a r:Proof, r:Conjunction; r:component skolem:lemma996; r:component skolem:lemma997; r:component skolem:lemma998; - r:component skolem:lemma999; - r:component skolem:lemma1000; - r:component skolem:lemma1001; - r:component skolem:lemma1002; - r:component skolem:lemma1003; - r:component skolem:lemma1004; - r:component skolem:lemma1005; - r:component skolem:lemma1006; - r:component skolem:lemma1007; - r:component skolem:lemma1008; - r:component skolem:lemma1009; - r:component skolem:lemma1010; - r:component skolem:lemma1011; - r:component skolem:lemma1012; - r:component skolem:lemma1013; - r:component skolem:lemma1014; - r:component skolem:lemma1015; - r:component skolem:lemma1016; - r:component skolem:lemma1017; - r:component skolem:lemma1018; - r:component skolem:lemma1019; - r:component skolem:lemma1020; - r:component skolem:lemma1021; - r:component skolem:lemma1022; - r:component skolem:lemma1023; - r:component skolem:lemma1024; - r:component skolem:lemma1025; - r:component skolem:lemma1026; - r:component skolem:lemma1027; - r:component skolem:lemma1028; - r:component skolem:lemma1029; - r:component skolem:lemma1030; - r:component skolem:lemma1031; - r:component skolem:lemma1032; - r:component skolem:lemma1033; - r:component skolem:lemma1034; - r:component skolem:lemma1035; - r:component skolem:lemma1036; - r:component skolem:lemma1037; - r:component skolem:lemma1038; - r:component skolem:lemma1039; - r:component skolem:lemma1040; - r:component skolem:lemma1041; - r:component skolem:lemma1042; - r:component skolem:lemma1043; - r:component skolem:lemma1044; - r:component skolem:lemma1045; - r:component skolem:lemma1046; - r:component skolem:lemma1047; - r:component skolem:lemma1048; - r:component skolem:lemma1049; - r:component skolem:lemma1050; - r:component skolem:lemma1051; - r:component skolem:lemma1052; - r:component skolem:lemma1053; - r:component skolem:lemma1054; - r:component skolem:lemma1055; - r:component skolem:lemma1056; - r:component skolem:lemma1057; - r:component skolem:lemma1058; - r:component skolem:lemma1059; - r:component skolem:lemma1060; - r:component skolem:lemma1061; - r:component skolem:lemma1062; - r:component skolem:lemma1063; - r:component skolem:lemma1064; - r:component skolem:lemma1065; - r:component skolem:lemma1066; - r:component skolem:lemma1067; - r:component skolem:lemma1068; - r:component skolem:lemma1069; - r:component skolem:lemma1070; - r:component skolem:lemma1071; - r:component skolem:lemma1072; - r:component skolem:lemma1073; - r:component skolem:lemma1074; - r:component skolem:lemma1075; - r:component skolem:lemma1076; - r:component skolem:lemma1077; - r:component skolem:lemma1078; - r:component skolem:lemma1079; - r:component skolem:lemma1080; - r:component skolem:lemma1081; - r:component skolem:lemma1082; - r:component skolem:lemma1083; - r:component skolem:lemma1084; - r:component skolem:lemma1085; - r:component skolem:lemma1086; - r:component skolem:lemma1087; - r:component skolem:lemma1088; - r:component skolem:lemma1089; - r:component skolem:lemma1090; - r:component skolem:lemma1091; - r:component skolem:lemma1092; - r:component skolem:lemma1093; - r:component skolem:lemma1094; - r:component skolem:lemma1095; - r:component skolem:lemma1096; - r:component skolem:lemma1097; - r:component skolem:lemma1098; - r:component skolem:lemma1099; - r:component skolem:lemma1100; - r:component skolem:lemma1101; - r:component skolem:lemma1102; - r:component skolem:lemma1103; - r:component skolem:lemma1104; - r:component skolem:lemma1105; - r:component skolem:lemma1106; - r:component skolem:lemma1107; - r:component skolem:lemma1108; - r:component skolem:lemma1109; - r:component skolem:lemma1110; - r:component skolem:lemma1111; - r:component skolem:lemma1112; - r:component skolem:lemma1113; - r:component skolem:lemma1114; - r:component skolem:lemma1115; - r:component skolem:lemma1116; - r:component skolem:lemma1117; - r:component skolem:lemma1118; - r:component skolem:lemma1119; - r:component skolem:lemma1120; - r:component skolem:lemma1121; - r:component skolem:lemma1122; - r:component skolem:lemma1123; - r:component skolem:lemma1124; - r:component skolem:lemma1125; - r:component skolem:lemma1126; - r:component skolem:lemma1127; - r:component skolem:lemma1128; - r:component skolem:lemma1129; - r:component skolem:lemma1130; - r:component skolem:lemma1131; - r:component skolem:lemma1132; - r:component skolem:lemma1133; - r:component skolem:lemma1134; - r:component skolem:lemma1135; - r:component skolem:lemma1136; - r:component skolem:lemma1137; - r:component skolem:lemma1138; - r:component skolem:lemma1139; - r:component skolem:lemma1140; - r:component skolem:lemma1141; - r:component skolem:lemma1142; - r:component skolem:lemma1143; - r:component skolem:lemma1144; - r:component skolem:lemma1145; - r:component skolem:lemma1146; - r:component skolem:lemma1147; - r:component skolem:lemma1148; - r:component skolem:lemma1149; - r:component skolem:lemma1150; - r:component skolem:lemma1151; - r:component skolem:lemma1152; - r:component skolem:lemma1153; - r:component skolem:lemma1154; - r:component skolem:lemma1155; - r:component skolem:lemma1156; - r:component skolem:lemma1157; - r:component skolem:lemma1158; - r:component skolem:lemma1159; - r:component skolem:lemma1160; - r:component skolem:lemma1161; - r:component skolem:lemma1162; - r:component skolem:lemma1163; - r:component skolem:lemma1164; - r:component skolem:lemma1165; - r:component skolem:lemma1166; - r:component skolem:lemma1167; - r:component skolem:lemma1168; - r:component skolem:lemma1169; - r:component skolem:lemma1170; - r:component skolem:lemma1171; - r:component skolem:lemma1172; - r:component skolem:lemma1173; - r:component skolem:lemma1174; - r:component skolem:lemma1175; - r:component skolem:lemma1176; - r:component skolem:lemma1177; - r:component skolem:lemma1178; - r:component skolem:lemma1179; - r:component skolem:lemma1180; - r:component skolem:lemma1181; - r:component skolem:lemma1182; - r:component skolem:lemma1183; - r:component skolem:lemma1184; - r:component skolem:lemma1185; - r:component skolem:lemma1186; - r:component skolem:lemma1187; - r:component skolem:lemma1188; - r:component skolem:lemma1189; - r:component skolem:lemma1190; - r:component skolem:lemma1191; - r:component skolem:lemma1192; - r:component skolem:lemma1193; - r:component skolem:lemma1194; - r:component skolem:lemma1195; - r:component skolem:lemma1196; - r:component skolem:lemma1197; - r:component skolem:lemma1198; - r:component skolem:lemma1199; - r:component skolem:lemma1200; - r:component skolem:lemma1201; - r:component skolem:lemma1202; - r:component skolem:lemma1203; - r:component skolem:lemma1204; - r:component skolem:lemma1205; - r:component skolem:lemma1206; - r:component skolem:lemma1207; - r:component skolem:lemma1208; - r:component skolem:lemma1209; - r:component skolem:lemma1210; - r:component skolem:lemma1211; - r:component skolem:lemma1212; - r:component skolem:lemma1213; - r:component skolem:lemma1214; - r:component skolem:lemma1215; - r:component skolem:lemma1216; - r:component skolem:lemma1217; - r:component skolem:lemma1218; - r:component skolem:lemma1219; - r:component skolem:lemma1220; - r:component skolem:lemma1221; - r:component skolem:lemma1222; - r:component skolem:lemma1223; - r:component skolem:lemma1224; - r:component skolem:lemma1225; - r:component skolem:lemma1226; - r:component skolem:lemma1227; - r:component skolem:lemma1228; - r:component skolem:lemma1229; - r:component skolem:lemma1230; - r:component skolem:lemma1231; - r:component skolem:lemma1232; - r:component skolem:lemma1233; - r:component skolem:lemma1234; - r:component skolem:lemma1235; - r:component skolem:lemma1236; - r:component skolem:lemma1237; - r:component skolem:lemma1238; - r:component skolem:lemma1239; - r:component skolem:lemma1240; - r:component skolem:lemma1241; - r:component skolem:lemma1242; - r:component skolem:lemma1243; - r:component skolem:lemma1244; - r:component skolem:lemma1245; - r:component skolem:lemma1246; - r:component skolem:lemma1247; - r:component skolem:lemma1248; - r:component skolem:lemma1249; - r:component skolem:lemma1250; - r:component skolem:lemma1251; - r:component skolem:lemma1252; - r:component skolem:lemma1253; - r:component skolem:lemma1254; - r:component skolem:lemma1255; - r:component skolem:lemma1256; - r:component skolem:lemma1257; - r:component skolem:lemma1258; - r:component skolem:lemma1259; - r:component skolem:lemma1260; - r:component skolem:lemma1261; - r:component skolem:lemma1262; - r:component skolem:lemma1263; - r:component skolem:lemma1264; - r:component skolem:lemma1265; - r:component skolem:lemma1266; - r:component skolem:lemma1267; - r:component skolem:lemma1268; - r:component skolem:lemma1269; - r:component skolem:lemma1270; - r:component skolem:lemma1271; - r:component skolem:lemma1272; - r:component skolem:lemma1273; - r:component skolem:lemma1274; - r:component skolem:lemma1275; - r:component skolem:lemma1276; - r:component skolem:lemma1277; - r:component skolem:lemma1278; - r:component skolem:lemma1279; - r:component skolem:lemma1280; - r:component skolem:lemma1281; - r:component skolem:lemma1282; - r:component skolem:lemma1283; - r:component skolem:lemma1284; - r:component skolem:lemma1285; - r:component skolem:lemma1286; - r:component skolem:lemma1287; - r:component skolem:lemma1288; - r:component skolem:lemma1289; - r:component skolem:lemma1290; - r:component skolem:lemma1291; - r:component skolem:lemma1292; - r:component skolem:lemma1293; - r:component skolem:lemma1294; - r:component skolem:lemma1295; - r:component skolem:lemma1296; - r:component skolem:lemma1297; - r:component skolem:lemma1298; - r:component skolem:lemma1299; - r:component skolem:lemma1300; - r:component skolem:lemma1301; - r:component skolem:lemma1302; - r:component skolem:lemma1303; - r:component skolem:lemma1304; - r:component skolem:lemma1305; - r:component skolem:lemma1306; - r:component skolem:lemma1307; - r:component skolem:lemma1308; - r:component skolem:lemma1309; - r:component skolem:lemma1310; - r:component skolem:lemma1311; - r:component skolem:lemma1312; - r:component skolem:lemma1313; - r:component skolem:lemma1314; - r:component skolem:lemma1315; - r:component skolem:lemma1316; - r:component skolem:lemma1317; - r:component skolem:lemma1318; - r:component skolem:lemma1319; - r:component skolem:lemma1320; - r:component skolem:lemma1321; - r:component skolem:lemma1322; - r:component skolem:lemma1323; - r:component skolem:lemma1324; - r:component skolem:lemma1325; - r:component skolem:lemma1326; - r:component skolem:lemma1327; - r:component skolem:lemma1328; - r:component skolem:lemma1329; - r:component skolem:lemma1330; - r:component skolem:lemma1331; - r:component skolem:lemma1332; - r:component skolem:lemma1333; - r:component skolem:lemma1334; - r:component skolem:lemma1335; - r:component skolem:lemma1336; - r:component skolem:lemma1337; - r:component skolem:lemma1338; - r:component skolem:lemma1339; - r:component skolem:lemma1340; - r:component skolem:lemma1341; - r:component skolem:lemma1342; - r:component skolem:lemma1343; - r:component skolem:lemma1344; - r:component skolem:lemma1345; - r:component skolem:lemma1346; - r:component skolem:lemma1347; - r:component skolem:lemma1348; - r:component skolem:lemma1349; - r:component skolem:lemma1350; - r:component skolem:lemma1351; - r:component skolem:lemma1352; - r:component skolem:lemma1353; - r:component skolem:lemma1354; - r:component skolem:lemma1355; - r:component skolem:lemma1356; - r:component skolem:lemma1357; - r:component skolem:lemma1358; - r:component skolem:lemma1359; - r:component skolem:lemma1360; - r:component skolem:lemma1361; - r:component skolem:lemma1362; - r:component skolem:lemma1363; - r:component skolem:lemma1364; - r:component skolem:lemma1365; - r:component skolem:lemma1366; - r:component skolem:lemma1367; - r:component skolem:lemma1368; - r:component skolem:lemma1369; - r:component skolem:lemma1370; - r:component skolem:lemma1371; - r:component skolem:lemma1372; - r:component skolem:lemma1373; - r:component skolem:lemma1374; - r:component skolem:lemma1375; - r:component skolem:lemma1376; - r:component skolem:lemma1377; - r:component skolem:lemma1378; - r:component skolem:lemma1379; - r:component skolem:lemma1380; - r:component skolem:lemma1381; - r:component skolem:lemma1382; - r:component skolem:lemma1383; - r:component skolem:lemma1384; - r:component skolem:lemma1385; - r:component skolem:lemma1386; - r:component skolem:lemma1387; - r:component skolem:lemma1388; - r:component skolem:lemma1389; - r:component skolem:lemma1390; - r:component skolem:lemma1391; - r:component skolem:lemma1392; - r:component skolem:lemma1393; - r:component skolem:lemma1394; - r:component skolem:lemma1395; - r:component skolem:lemma1396; - r:component skolem:lemma1397; - r:component skolem:lemma1398; - r:component skolem:lemma1399; - r:component skolem:lemma1400; - r:component skolem:lemma1401; - r:component skolem:lemma1402; - r:component skolem:lemma1403; - r:component skolem:lemma1404; - r:component skolem:lemma1405; - r:component skolem:lemma1406; - r:component skolem:lemma1407; - r:component skolem:lemma1408; - r:component skolem:lemma1409; - r:component skolem:lemma1410; - r:component skolem:lemma1411; - r:component skolem:lemma1412; - r:component skolem:lemma1413; - r:component skolem:lemma1414; - r:component skolem:lemma1415; - r:component skolem:lemma1416; - r:component skolem:lemma1417; - r:component skolem:lemma1418; - r:component skolem:lemma1419; - r:component skolem:lemma1420; - r:component skolem:lemma1421; - r:component skolem:lemma1422; - r:component skolem:lemma1423; - r:component skolem:lemma1424; - r:component skolem:lemma1425; - r:component skolem:lemma1426; - r:component skolem:lemma1427; - r:component skolem:lemma1428; - r:component skolem:lemma1429; - r:component skolem:lemma1430; - r:component skolem:lemma1431; - r:component skolem:lemma1432; - r:component skolem:lemma1433; - r:component skolem:lemma1434; - r:component skolem:lemma1435; - r:component skolem:lemma1436; - r:component skolem:lemma1437; - r:component skolem:lemma1438; - r:component skolem:lemma1439; - r:component skolem:lemma1440; - r:component skolem:lemma1441; - r:component skolem:lemma1442; - r:component skolem:lemma1443; - r:component skolem:lemma1444; - r:component skolem:lemma1445; - r:component skolem:lemma1446; - r:component skolem:lemma1447; - r:component skolem:lemma1448; - r:component skolem:lemma1449; - r:component skolem:lemma1450; - r:component skolem:lemma1451; - r:component skolem:lemma1452; - r:component skolem:lemma1453; - r:component skolem:lemma1454; - r:component skolem:lemma1455; - r:component skolem:lemma1456; - r:component skolem:lemma1457; - r:component skolem:lemma1458; - r:component skolem:lemma1459; - r:component skolem:lemma1460; - r:component skolem:lemma1461; - r:component skolem:lemma1462; - r:component skolem:lemma1463; - r:component skolem:lemma1464; - r:component skolem:lemma1465; - r:component skolem:lemma1466; - r:component skolem:lemma1467; - r:component skolem:lemma1468; - r:component skolem:lemma1469; - r:component skolem:lemma1470; - r:component skolem:lemma1471; - r:component skolem:lemma1472; - r:component skolem:lemma1473; - r:component skolem:lemma1474; - r:component skolem:lemma1475; - r:component skolem:lemma1476; - r:component skolem:lemma1477; - r:component skolem:lemma1478; - r:component skolem:lemma1479; - r:component skolem:lemma1480; - r:component skolem:lemma1481; - r:component skolem:lemma1482; - r:component skolem:lemma1483; - r:component skolem:lemma1484; - r:component skolem:lemma1485; - r:component skolem:lemma1486; - r:component skolem:lemma1487; - r:component skolem:lemma1488; - r:component skolem:lemma1489; - r:component skolem:lemma1490; - r:component skolem:lemma1491; - r:component skolem:lemma1492; - r:component skolem:lemma1493; - r:component skolem:lemma1494; - r:component skolem:lemma1495; - r:component skolem:lemma1496; - r:component skolem:lemma1497; - r:component skolem:lemma1498; - r:component skolem:lemma1499; - r:component skolem:lemma1500; - r:component skolem:lemma1501; - r:component skolem:lemma1502; - r:component skolem:lemma1503; - r:component skolem:lemma1504; - r:component skolem:lemma1505; - r:component skolem:lemma1506; - r:component skolem:lemma1507; - r:component skolem:lemma1508; - r:component skolem:lemma1509; - r:component skolem:lemma1510; - r:component skolem:lemma1511; - r:component skolem:lemma1512; - r:component skolem:lemma1513; - r:component skolem:lemma1514; - r:component skolem:lemma1515; - r:component skolem:lemma1516; - r:component skolem:lemma1517; - r:component skolem:lemma1518; - r:component skolem:lemma1519; - r:component skolem:lemma1520; - r:component skolem:lemma1521; - r:component skolem:lemma1522; - r:component skolem:lemma1523; - r:component skolem:lemma1524; - r:component skolem:lemma1525; - r:component skolem:lemma1526; - r:component skolem:lemma1527; - r:component skolem:lemma1528; - r:component skolem:lemma1529; - r:component skolem:lemma1530; - r:component skolem:lemma1531; - r:component skolem:lemma1532; - r:component skolem:lemma1533; - r:component skolem:lemma1534; - r:component skolem:lemma1535; - r:component skolem:lemma1536; - r:component skolem:lemma1537; - r:component skolem:lemma1538; - r:component skolem:lemma1539; - r:component skolem:lemma1540; - r:component skolem:lemma1541; - r:component skolem:lemma1542; - r:component skolem:lemma1543; - r:component skolem:lemma1544; - r:component skolem:lemma1545; - r:component skolem:lemma1546; - r:component skolem:lemma1547; - r:component skolem:lemma1548; - r:component skolem:lemma1549; - r:component skolem:lemma1550; - r:component skolem:lemma1551; - r:component skolem:lemma1552; - r:component skolem:lemma1553; - r:component skolem:lemma1554; - r:component skolem:lemma1555; - r:component skolem:lemma1556; - r:component skolem:lemma1557; - r:component skolem:lemma1558; - r:component skolem:lemma1559; - r:component skolem:lemma1560; - r:component skolem:lemma1561; - r:component skolem:lemma1562; - r:component skolem:lemma1563; - r:component skolem:lemma1564; - r:component skolem:lemma1565; - r:component skolem:lemma1566; - r:component skolem:lemma1567; - r:component skolem:lemma1568; - r:component skolem:lemma1569; - r:component skolem:lemma1570; - r:component skolem:lemma1571; - r:component skolem:lemma1572; - r:component skolem:lemma1573; - r:component skolem:lemma1574; - r:component skolem:lemma1575; - r:component skolem:lemma1576; - r:component skolem:lemma1577; - r:component skolem:lemma1578; - r:component skolem:lemma1579; - r:component skolem:lemma1580; - r:component skolem:lemma1581; - r:component skolem:lemma1582; - r:component skolem:lemma1583; - r:component skolem:lemma1584; - r:component skolem:lemma1585; - r:component skolem:lemma1586; - r:component skolem:lemma1587; - r:component skolem:lemma1588; - r:component skolem:lemma1589; - r:component skolem:lemma1590; - r:component skolem:lemma1591; - r:component skolem:lemma1592; - r:component skolem:lemma1593; - r:component skolem:lemma1594; - r:component skolem:lemma1595; - r:component skolem:lemma1596; - r:component skolem:lemma1597; - r:component skolem:lemma1598; - r:component skolem:lemma1599; - r:component skolem:lemma1600; - r:component skolem:lemma1601; - r:component skolem:lemma1602; - r:component skolem:lemma1603; - r:component skolem:lemma1604; - r:component skolem:lemma1605; - r:component skolem:lemma1606; - r:component skolem:lemma1607; - r:component skolem:lemma1608; - r:component skolem:lemma1609; - r:component skolem:lemma1610; - r:component skolem:lemma1611; - r:component skolem:lemma1612; - r:component skolem:lemma1613; - r:component skolem:lemma1614; - r:component skolem:lemma1615; - r:component skolem:lemma1616; - r:component skolem:lemma1617; - r:component skolem:lemma1618; - r:component skolem:lemma1619; - r:component skolem:lemma1620; - r:component skolem:lemma1621; - r:component skolem:lemma1622; - r:component skolem:lemma1623; - r:component skolem:lemma1624; - r:component skolem:lemma1625; - r:component skolem:lemma1626; - r:component skolem:lemma1627; - r:component skolem:lemma1628; - r:component skolem:lemma1629; - r:component skolem:lemma1630; - r:component skolem:lemma1631; - r:component skolem:lemma1632; - r:component skolem:lemma1633; - r:component skolem:lemma1634; - r:component skolem:lemma1635; - r:component skolem:lemma1636; - r:component skolem:lemma1637; - r:component skolem:lemma1638; - r:component skolem:lemma1639; - r:component skolem:lemma1640; - r:component skolem:lemma1641; - r:component skolem:lemma1642; - r:component skolem:lemma1643; - r:component skolem:lemma1644; - r:component skolem:lemma1645; - r:component skolem:lemma1646; - r:component skolem:lemma1647; - r:component skolem:lemma1648; - r:component skolem:lemma1649; - r:component skolem:lemma1650; - r:component skolem:lemma1651; - r:component skolem:lemma1652; - r:component skolem:lemma1653; - r:component skolem:lemma1654; - r:component skolem:lemma1655; - r:component skolem:lemma1656; - r:component skolem:lemma1657; - r:component skolem:lemma1658; - r:component skolem:lemma1659; - r:component skolem:lemma1660; - r:component skolem:lemma1661; - r:component skolem:lemma1662; - r:component skolem:lemma1663; - r:component skolem:lemma1664; - r:component skolem:lemma1665; - r:component skolem:lemma1666; - r:component skolem:lemma1667; - r:component skolem:lemma1668; - r:component skolem:lemma1669; - r:component skolem:lemma1670; - r:component skolem:lemma1671; - r:component skolem:lemma1672; - r:component skolem:lemma1673; - r:component skolem:lemma1674; - r:component skolem:lemma1675; - r:component skolem:lemma1676; - r:component skolem:lemma1677; - r:component skolem:lemma1678; - r:component skolem:lemma1679; - r:component skolem:lemma1680; - r:component skolem:lemma1681; - r:component skolem:lemma1682; - r:component skolem:lemma1683; - r:component skolem:lemma1684; - r:component skolem:lemma1685; - r:component skolem:lemma1686; - r:component skolem:lemma1687; - r:component skolem:lemma1688; - r:component skolem:lemma1689; - r:component skolem:lemma1690; - r:component skolem:lemma1691; - r:component skolem:lemma1692; - r:component skolem:lemma1693; - r:component skolem:lemma1694; - r:component skolem:lemma1695; - r:component skolem:lemma1696; - r:component skolem:lemma1697; - r:component skolem:lemma1698; - r:component skolem:lemma1699; - r:component skolem:lemma1700; - r:component skolem:lemma1701; - r:component skolem:lemma1702; - r:component skolem:lemma1703; - r:component skolem:lemma1704; - r:component skolem:lemma1705; - r:component skolem:lemma1706; - r:component skolem:lemma1707; - r:component skolem:lemma1708; - r:component skolem:lemma1709; - r:component skolem:lemma1710; - r:component skolem:lemma1711; - r:component skolem:lemma1712; - r:component skolem:lemma1713; - r:component skolem:lemma1714; - r:component skolem:lemma1715; - r:component skolem:lemma1716; - r:component skolem:lemma1717; - r:component skolem:lemma1718; - r:component skolem:lemma1719; - r:component skolem:lemma1720; - r:component skolem:lemma1721; - r:component skolem:lemma1722; - r:component skolem:lemma1723; - r:component skolem:lemma1724; - r:component skolem:lemma1725; - r:component skolem:lemma1726; - r:component skolem:lemma1727; - r:component skolem:lemma1728; - r:component skolem:lemma1729; - r:component skolem:lemma1730; - r:component skolem:lemma1731; - r:component skolem:lemma1732; - r:component skolem:lemma1733; - r:component skolem:lemma1734; - r:component skolem:lemma1735; - r:component skolem:lemma1736; - r:component skolem:lemma1737; - r:component skolem:lemma1738; - r:component skolem:lemma1739; - r:component skolem:lemma1740; - r:component skolem:lemma1741; - r:component skolem:lemma1742; - r:component skolem:lemma1743; - r:component skolem:lemma1744; - r:component skolem:lemma1745; - r:component skolem:lemma1746; - r:component skolem:lemma1747; - r:component skolem:lemma1748; - r:component skolem:lemma1749; - r:component skolem:lemma1750; - r:component skolem:lemma1751; - r:component skolem:lemma1752; - r:component skolem:lemma1753; - r:component skolem:lemma1754; - r:component skolem:lemma1755; - r:component skolem:lemma1756; - r:component skolem:lemma1757; - r:component skolem:lemma1758; - r:component skolem:lemma1759; - r:component skolem:lemma1760; - r:component skolem:lemma1761; - r:component skolem:lemma1762; - r:component skolem:lemma1763; - r:component skolem:lemma1764; - r:component skolem:lemma1765; - r:component skolem:lemma1766; - r:component skolem:lemma1767; - r:component skolem:lemma1768; - r:component skolem:lemma1769; - r:component skolem:lemma1770; - r:component skolem:lemma1771; - r:component skolem:lemma1772; - r:component skolem:lemma1773; - r:component skolem:lemma1774; - r:component skolem:lemma1775; - r:component skolem:lemma1776; - r:component skolem:lemma1777; - r:component skolem:lemma1778; - r:component skolem:lemma1779; - r:component skolem:lemma1780; - r:component skolem:lemma1781; - r:component skolem:lemma1782; - r:component skolem:lemma1783; - r:component skolem:lemma1784; - r:component skolem:lemma1785; - r:component skolem:lemma1786; - r:component skolem:lemma1787; - r:component skolem:lemma1788; - r:component skolem:lemma1789; - r:component skolem:lemma1790; - r:component skolem:lemma1791; - r:component skolem:lemma1792; - r:component skolem:lemma1793; - r:component skolem:lemma1794; - r:component skolem:lemma1795; - r:component skolem:lemma1796; - r:component skolem:lemma1797; - r:component skolem:lemma1798; - r:component skolem:lemma1799; - r:component skolem:lemma1800; - r:component skolem:lemma1801; - r:component skolem:lemma1802; - r:component skolem:lemma1803; - r:component skolem:lemma1804; - r:component skolem:lemma1805; - r:component skolem:lemma1806; - r:component skolem:lemma1807; - r:component skolem:lemma1808; - r:component skolem:lemma1809; - r:component skolem:lemma1810; - r:component skolem:lemma1811; - r:component skolem:lemma1812; - r:component skolem:lemma1813; - r:component skolem:lemma1814; - r:component skolem:lemma1815; - r:component skolem:lemma1816; - r:component skolem:lemma1817; - r:component skolem:lemma1818; - r:component skolem:lemma1819; - r:component skolem:lemma1820; - r:component skolem:lemma1821; - r:component skolem:lemma1822; - r:component skolem:lemma1823; - r:component skolem:lemma1824; - r:component skolem:lemma1825; - r:component skolem:lemma1826; - r:component skolem:lemma1827; - r:component skolem:lemma1828; - r:component skolem:lemma1829; - r:component skolem:lemma1830; - r:component skolem:lemma1831; - r:component skolem:lemma1832; - r:component skolem:lemma1833; - r:component skolem:lemma1834; - r:component skolem:lemma1835; - r:component skolem:lemma1836; - r:component skolem:lemma1837; - r:component skolem:lemma1838; - r:component skolem:lemma1839; - r:component skolem:lemma1840; - r:component skolem:lemma1841; - r:component skolem:lemma1842; - r:component skolem:lemma1843; - r:component skolem:lemma1844; - r:component skolem:lemma1845; - r:component skolem:lemma1846; - r:component skolem:lemma1847; - r:component skolem:lemma1848; - r:component skolem:lemma1849; - r:component skolem:lemma1850; - r:component skolem:lemma1851; - r:component skolem:lemma1852; - r:component skolem:lemma1853; - r:component skolem:lemma1854; - r:component skolem:lemma1855; - r:component skolem:lemma1856; - r:component skolem:lemma1857; - r:component skolem:lemma1858; - r:component skolem:lemma1859; - r:component skolem:lemma1860; - r:component skolem:lemma1861; - r:component skolem:lemma1862; - r:component skolem:lemma1863; - r:component skolem:lemma1864; - r:component skolem:lemma1865; - r:component skolem:lemma1866; - r:component skolem:lemma1867; - r:component skolem:lemma1868; - r:component skolem:lemma1869; - r:component skolem:lemma1870; - r:component skolem:lemma1871; - r:component skolem:lemma1872; - r:component skolem:lemma1873; - r:component skolem:lemma1874; - r:component skolem:lemma1875; - r:component skolem:lemma1876; - r:component skolem:lemma1877; - r:component skolem:lemma1878; - r:component skolem:lemma1879; - r:component skolem:lemma1880; - r:component skolem:lemma1881; - r:component skolem:lemma1882; - r:component skolem:lemma1883; - r:component skolem:lemma1884; - r:component skolem:lemma1885; - r:component skolem:lemma1886; - r:component skolem:lemma1887; - r:component skolem:lemma1888; - r:component skolem:lemma1889; - r:component skolem:lemma1890; - r:component skolem:lemma1891; - r:component skolem:lemma1892; - r:component skolem:lemma1893; - r:component skolem:lemma1894; - r:component skolem:lemma1895; - r:component skolem:lemma1896; - r:component skolem:lemma1897; - r:component skolem:lemma1898; - r:component skolem:lemma1899; - r:component skolem:lemma1900; - r:component skolem:lemma1901; - r:component skolem:lemma1902; - r:component skolem:lemma1903; - r:component skolem:lemma1904; - r:component skolem:lemma1905; - r:component skolem:lemma1906; - r:component skolem:lemma1907; - r:component skolem:lemma1908; - r:component skolem:lemma1909; - r:component skolem:lemma1910; - r:component skolem:lemma1911; - r:component skolem:lemma1912; - r:component skolem:lemma1913; - r:component skolem:lemma1914; - r:component skolem:lemma1915; - r:component skolem:lemma1916; - r:component skolem:lemma1917; - r:component skolem:lemma1918; - r:component skolem:lemma1919; - r:component skolem:lemma1920; - r:component skolem:lemma1921; - r:component skolem:lemma1922; - r:component skolem:lemma1923; - r:component skolem:lemma1924; - r:component skolem:lemma1925; - r:component skolem:lemma1926; - r:component skolem:lemma1927; - r:component skolem:lemma1928; - r:component skolem:lemma1929; - r:component skolem:lemma1930; - r:component skolem:lemma1931; - r:component skolem:lemma1932; - r:component skolem:lemma1933; - r:component skolem:lemma1934; - r:component skolem:lemma1935; - r:component skolem:lemma1936; - r:component skolem:lemma1937; - r:component skolem:lemma1938; - r:component skolem:lemma1939; - r:component skolem:lemma1940; - r:component skolem:lemma1941; - r:component skolem:lemma1942; - r:component skolem:lemma1943; - r:component skolem:lemma1944; - r:component skolem:lemma1945; - r:component skolem:lemma1946; - r:component skolem:lemma1947; - r:component skolem:lemma1948; - r:component skolem:lemma1949; - r:component skolem:lemma1950; - r:component skolem:lemma1951; - r:component skolem:lemma1952; - r:component skolem:lemma1953; - r:component skolem:lemma1954; - r:component skolem:lemma1955; - r:component skolem:lemma1956; - r:component skolem:lemma1957; - r:component skolem:lemma1958; - r:component skolem:lemma1959; - r:component skolem:lemma1960; - r:component skolem:lemma1961; - r:component skolem:lemma1962; - r:component skolem:lemma1963; - r:component skolem:lemma1964; - r:component skolem:lemma1965; - r:component skolem:lemma1966; - r:component skolem:lemma1967; - r:component skolem:lemma1968; - r:component skolem:lemma1969; - r:component skolem:lemma1970; - r:component skolem:lemma1971; - r:component skolem:lemma1972; - r:component skolem:lemma1973; - r:component skolem:lemma1974; - r:component skolem:lemma1975; - r:component skolem:lemma1976; - r:component skolem:lemma1977; - r:component skolem:lemma1978; - r:component skolem:lemma1979; - r:component skolem:lemma1980; - r:component skolem:lemma1981; - r:component skolem:lemma1982; - r:component skolem:lemma1983; - r:component skolem:lemma1984; - r:component skolem:lemma1985; - r:component skolem:lemma1986; - r:component skolem:lemma1987; - r:component skolem:lemma1988; - r:component skolem:lemma1989; - r:component skolem:lemma1990; - r:component skolem:lemma1991; - r:component skolem:lemma1992; - r:component skolem:lemma1993; - r:component skolem:lemma1994; - r:component skolem:lemma1995; - r:component skolem:lemma1996; - r:component skolem:lemma1997; r:gives { 1 :recursionCount 5 . 2 :recursionCount 4 . @@ -3004,1005 +2005,6 @@ skolem:proof a r:Proof, r:Conjunction; 996 :recursionCount 3 . 997 :recursionCount 3 . 998 :recursionCount 4 . - 999 :recursionCount 4 . - 1000 :recursionCount 5 . - 1001 :recursionCount 4 . - 1002 :recursionCount 3 . - 1003 :recursionCount 3 . - 1004 :recursionCount 7 . - 1005 :recursionCount 7 . - 1006 :recursionCount 7 . - 1007 :recursionCount 3 . - 1008 :recursionCount 3 . - 1009 :recursionCount 4 . - 1010 :recursionCount 4 . - 1011 :recursionCount 5 . - 1012 :recursionCount 4 . - 1013 :recursionCount 6 . - 1014 :recursionCount 4 . - 1015 :recursionCount 6 . - 1016 :recursionCount 6 . - 1017 :recursionCount 4 . - 1018 :recursionCount 6 . - 1019 :recursionCount 4 . - 1020 :recursionCount 3 . - 1021 :recursionCount 4 . - 1022 :recursionCount 3 . - 1023 :recursionCount 3 . - 1024 :recursionCount 7 . - 1025 :recursionCount 7 . - 1026 :recursionCount 7 . - 1027 :recursionCount 3 . - 1028 :recursionCount 3 . - 1029 :recursionCount 4 . - 1030 :recursionCount 3 . - 1031 :recursionCount 6 . - 1032 :recursionCount 3 . - 1033 :recursionCount 5 . - 1034 :recursionCount 2 . - 1035 :recursionCount 7 . - 1036 :recursionCount 1 . - 1037 :recursionCount 5 . - 1038 :recursionCount 6 . - 1039 :recursionCount 3 . - 1040 :recursionCount 7 . - 1041 :recursionCount 4 . - 1042 :recursionCount 7 . - 1043 :recursionCount 2 . - 1044 :recursionCount 3 . - 1045 :recursionCount 5 . - 1046 :recursionCount 3 . - 1047 :recursionCount 6 . - 1048 :recursionCount 5 . - 1049 :recursionCount 3 . - 1050 :recursionCount 7 . - 1051 :recursionCount 6 . - 1052 :recursionCount 7 . - 1053 :recursionCount 7 . - 1054 :recursionCount 5 . - 1055 :recursionCount 5 . - 1056 :recursionCount 4 . - 1057 :recursionCount 3 . - 1058 :recursionCount 2 . - 1059 :recursionCount 7 . - 1060 :recursionCount 7 . - 1061 :recursionCount 6 . - 1062 :recursionCount 7 . - 1063 :recursionCount 1 . - 1064 :recursionCount 3 . - 1065 :recursionCount 4 . - 1066 :recursionCount 5 . - 1067 :recursionCount 5 . - 1068 :recursionCount 7 . - 1069 :recursionCount 7 . - 1070 :recursionCount 3 . - 1071 :recursionCount 4 . - 1072 :recursionCount 3 . - 1073 :recursionCount 5 . - 1074 :recursionCount 6 . - 1075 :recursionCount 3 . - 1076 :recursionCount 5 . - 1077 :recursionCount 3 . - 1078 :recursionCount 2 . - 1079 :recursionCount 7 . - 1080 :recursionCount 3 . - 1081 :recursionCount 6 . - 1082 :recursionCount 3 . - 1083 :recursionCount 6 . - 1084 :recursionCount 5 . - 1085 :recursionCount 2 . - 1086 :recursionCount 7 . - 1087 :recursionCount 2 . - 1088 :recursionCount 5 . - 1089 :recursionCount 3 . - 1090 :recursionCount 4 . - 1091 :recursionCount 4 . - 1092 :recursionCount 4 . - 1093 :recursionCount 3 . - 1094 :recursionCount 3 . - 1095 :recursionCount 7 . - 1096 :recursionCount 7 . - 1097 :recursionCount 7 . - 1098 :recursionCount 3 . - 1099 :recursionCount 3 . - 1100 :recursionCount 4 . - 1101 :recursionCount 5 . - 1102 :recursionCount 4 . - 1103 :recursionCount 6 . - 1104 :recursionCount 4 . - 1105 :recursionCount 6 . - 1106 :recursionCount 6 . - 1107 :recursionCount 4 . - 1108 :recursionCount 6 . - 1109 :recursionCount 4 . - 1110 :recursionCount 5 . - 1112 :recursionCount 5 . - 1113 :recursionCount 4 . - 1114 :recursionCount 6 . - 1115 :recursionCount 4 . - 1116 :recursionCount 6 . - 1117 :recursionCount 6 . - 1118 :recursionCount 4 . - 1119 :recursionCount 6 . - 1120 :recursionCount 4 . - 1121 :recursionCount 5 . - 1122 :recursionCount 4 . - 1123 :recursionCount 3 . - 1124 :recursionCount 3 . - 1125 :recursionCount 7 . - 1126 :recursionCount 7 . - 1127 :recursionCount 7 . - 1128 :recursionCount 3 . - 1129 :recursionCount 3 . - 1130 :recursionCount 6 . - 1131 :recursionCount 4 . - 1132 :recursionCount 3 . - 1133 :recursionCount 6 . - 1134 :recursionCount 5 . - 1135 :recursionCount 2 . - 1136 :recursionCount 7 . - 1137 :recursionCount 1 . - 1138 :recursionCount 5 . - 1139 :recursionCount 6 . - 1140 :recursionCount 4 . - 1141 :recursionCount 6 . - 1142 :recursionCount 3 . - 1143 :recursionCount 5 . - 1144 :recursionCount 6 . - 1145 :recursionCount 3 . - 1146 :recursionCount 5 . - 1147 :recursionCount 3 . - 1148 :recursionCount 6 . - 1149 :recursionCount 5 . - 1150 :recursionCount 6 . - 1151 :recursionCount 4 . - 1152 :recursionCount 7 . - 1153 :recursionCount 2 . - 1154 :recursionCount 3 . - 1155 :recursionCount 4 . - 1156 :recursionCount 5 . - 1157 :recursionCount 4 . - 1158 :recursionCount 3 . - 1159 :recursionCount 2 . - 1160 :recursionCount 6 . - 1161 :recursionCount 6 . - 1162 :recursionCount 7 . - 1163 :recursionCount 7 . - 1164 :recursionCount 5 . - 1165 :recursionCount 5 . - 1166 :recursionCount 5 . - 1167 :recursionCount 5 . - 1168 :recursionCount 5 . - 1169 :recursionCount 7 . - 1170 :recursionCount 4 . - 1171 :recursionCount 6 . - 1172 :recursionCount 7 . - 1173 :recursionCount 1 . - 1174 :recursionCount 3 . - 1175 :recursionCount 4 . - 1176 :recursionCount 5 . - 1177 :recursionCount 4 . - 1178 :recursionCount 3 . - 1179 :recursionCount 2 . - 1180 :recursionCount 6 . - 1181 :recursionCount 4 . - 1182 :recursionCount 3 . - 1183 :recursionCount 5 . - 1184 :recursionCount 6 . - 1185 :recursionCount 3 . - 1186 :recursionCount 5 . - 1187 :recursionCount 3 . - 1188 :recursionCount 6 . - 1189 :recursionCount 5 . - 1190 :recursionCount 4 . - 1191 :recursionCount 6 . - 1192 :recursionCount 3 . - 1193 :recursionCount 6 . - 1194 :recursionCount 5 . - 1195 :recursionCount 2 . - 1196 :recursionCount 7 . - 1197 :recursionCount 2 . - 1198 :recursionCount 5 . - 1199 :recursionCount 6 . - 1200 :recursionCount 3 . - 1201 :recursionCount 4 . - 1202 :recursionCount 3 . - 1203 :recursionCount 3 . - 1204 :recursionCount 7 . - 1205 :recursionCount 7 . - 1206 :recursionCount 7 . - 1207 :recursionCount 3 . - 1208 :recursionCount 3 . - 1209 :recursionCount 4 . - 1210 :recursionCount 4 . - 1211 :recursionCount 5 . - 1212 :recursionCount 4 . - 1213 :recursionCount 3 . - 1214 :recursionCount 3 . - 1215 :recursionCount 7 . - 1216 :recursionCount 7 . - 1217 :recursionCount 7 . - 1218 :recursionCount 3 . - 1219 :recursionCount 3 . - 1220 :recursionCount 3 . - 1221 :recursionCount 4 . - 1222 :recursionCount 5 . - 1223 :recursionCount 4 . - 1224 :recursionCount 6 . - 1225 :recursionCount 4 . - 1226 :recursionCount 6 . - 1227 :recursionCount 6 . - 1228 :recursionCount 4 . - 1229 :recursionCount 6 . - 1230 :recursionCount 3 . - 1231 :recursionCount 3 . - 1232 :recursionCount 4 . - 1233 :recursionCount 3 . - 1234 :recursionCount 3 . - 1235 :recursionCount 7 . - 1236 :recursionCount 7 . - 1237 :recursionCount 7 . - 1238 :recursionCount 3 . - 1239 :recursionCount 3 . - 1240 :recursionCount 7 . - 1241 :recursionCount 3 . - 1242 :recursionCount 6 . - 1243 :recursionCount 3 . - 1244 :recursionCount 5 . - 1245 :recursionCount 2 . - 1246 :recursionCount 7 . - 1247 :recursionCount 1 . - 1248 :recursionCount 5 . - 1249 :recursionCount 6 . - 1250 :recursionCount 7 . - 1251 :recursionCount 7 . - 1252 :recursionCount 4 . - 1253 :recursionCount 7 . - 1254 :recursionCount 2 . - 1255 :recursionCount 3 . - 1256 :recursionCount 5 . - 1257 :recursionCount 3 . - 1258 :recursionCount 6 . - 1259 :recursionCount 5 . - 1260 :recursionCount 7 . - 1261 :recursionCount 7 . - 1262 :recursionCount 6 . - 1263 :recursionCount 7 . - 1264 :recursionCount 7 . - 1265 :recursionCount 5 . - 1266 :recursionCount 5 . - 1267 :recursionCount 4 . - 1268 :recursionCount 3 . - 1269 :recursionCount 2 . - 1270 :recursionCount 3 . - 1271 :recursionCount 7 . - 1272 :recursionCount 6 . - 1273 :recursionCount 7 . - 1274 :recursionCount 1 . - 1275 :recursionCount 3 . - 1276 :recursionCount 4 . - 1277 :recursionCount 5 . - 1278 :recursionCount 5 . - 1279 :recursionCount 7 . - 1280 :recursionCount 3 . - 1281 :recursionCount 3 . - 1282 :recursionCount 4 . - 1283 :recursionCount 3 . - 1284 :recursionCount 5 . - 1285 :recursionCount 6 . - 1286 :recursionCount 3 . - 1287 :recursionCount 5 . - 1288 :recursionCount 3 . - 1289 :recursionCount 2 . - 1290 :recursionCount 4 . - 1291 :recursionCount 3 . - 1292 :recursionCount 6 . - 1293 :recursionCount 3 . - 1294 :recursionCount 6 . - 1295 :recursionCount 5 . - 1296 :recursionCount 2 . - 1297 :recursionCount 7 . - 1298 :recursionCount 2 . - 1299 :recursionCount 5 . - 1300 :recursionCount 3 . - 1301 :recursionCount 6 . - 1302 :recursionCount 3 . - 1303 :recursionCount 5 . - 1304 :recursionCount 2 . - 1305 :recursionCount 7 . - 1306 :recursionCount 1 . - 1307 :recursionCount 5 . - 1308 :recursionCount 6 . - 1309 :recursionCount 3 . - 1310 :recursionCount 6 . - 1311 :recursionCount 4 . - 1312 :recursionCount 3 . - 1313 :recursionCount 6 . - 1314 :recursionCount 5 . - 1315 :recursionCount 2 . - 1316 :recursionCount 7 . - 1317 :recursionCount 1 . - 1318 :recursionCount 5 . - 1319 :recursionCount 6 . - 1320 :recursionCount 3 . - 1321 :recursionCount 3 . - 1322 :recursionCount 4 . - 1323 :recursionCount 3 . - 1324 :recursionCount 3 . - 1325 :recursionCount 7 . - 1326 :recursionCount 7 . - 1327 :recursionCount 7 . - 1328 :recursionCount 3 . - 1329 :recursionCount 3 . - 1330 :recursionCount 5 . - 1331 :recursionCount 6 . - 1332 :recursionCount 3 . - 1333 :recursionCount 4 . - 1334 :recursionCount 6 . - 1335 :recursionCount 4 . - 1336 :recursionCount 6 . - 1337 :recursionCount 6 . - 1338 :recursionCount 4 . - 1339 :recursionCount 6 . - 1340 :recursionCount 2 . - 1341 :recursionCount 5 . - 1342 :recursionCount 3 . - 1343 :recursionCount 6 . - 1344 :recursionCount 3 . - 1345 :recursionCount 7 . - 1346 :recursionCount 7 . - 1347 :recursionCount 7 . - 1348 :recursionCount 3 . - 1349 :recursionCount 3 . - 1350 :recursionCount 7 . - 1351 :recursionCount 2 . - 1352 :recursionCount 7 . - 1353 :recursionCount 4 . - 1354 :recursionCount 7 . - 1355 :recursionCount 2 . - 1356 :recursionCount 7 . - 1357 :recursionCount 1 . - 1358 :recursionCount 5 . - 1359 :recursionCount 6 . - 1360 :recursionCount 1 . - 1361 :recursionCount 7 . - 1362 :recursionCount 7 . - 1363 :recursionCount 6 . - 1364 :recursionCount 7 . - 1365 :recursionCount 7 . - 1366 :recursionCount 5 . - 1367 :recursionCount 3 . - 1368 :recursionCount 6 . - 1369 :recursionCount 5 . - 1370 :recursionCount 5 . - 1371 :recursionCount 1 . - 1372 :recursionCount 7 . - 1373 :recursionCount 6 . - 1374 :recursionCount 7 . - 1375 :recursionCount 1 . - 1376 :recursionCount 3 . - 1377 :recursionCount 4 . - 1378 :recursionCount 3 . - 1379 :recursionCount 2 . - 1380 :recursionCount 6 . - 1381 :recursionCount 5 . - 1382 :recursionCount 3 . - 1383 :recursionCount 4 . - 1384 :recursionCount 3 . - 1385 :recursionCount 5 . - 1386 :recursionCount 6 . - 1387 :recursionCount 3 . - 1388 :recursionCount 5 . - 1389 :recursionCount 7 . - 1390 :recursionCount 3 . - 1391 :recursionCount 6 . - 1392 :recursionCount 3 . - 1393 :recursionCount 6 . - 1394 :recursionCount 3 . - 1395 :recursionCount 6 . - 1396 :recursionCount 5 . - 1397 :recursionCount 2 . - 1398 :recursionCount 7 . - 1399 :recursionCount 2 . - 1400 :recursionCount 7 . - 1401 :recursionCount 4 . - 1402 :recursionCount 7 . - 1403 :recursionCount 2 . - 1404 :recursionCount 3 . - 1405 :recursionCount 5 . - 1406 :recursionCount 3 . - 1407 :recursionCount 6 . - 1408 :recursionCount 5 . - 1409 :recursionCount 3 . - 1410 :recursionCount 4 . - 1411 :recursionCount 6 . - 1412 :recursionCount 3 . - 1413 :recursionCount 5 . - 1414 :recursionCount 6 . - 1415 :recursionCount 3 . - 1416 :recursionCount 5 . - 1417 :recursionCount 3 . - 1418 :recursionCount 6 . - 1419 :recursionCount 5 . - 1420 :recursionCount 7 . - 1421 :recursionCount 3 . - 1422 :recursionCount 6 . - 1423 :recursionCount 3 . - 1424 :recursionCount 5 . - 1425 :recursionCount 2 . - 1426 :recursionCount 7 . - 1427 :recursionCount 1 . - 1428 :recursionCount 5 . - 1429 :recursionCount 6 . - 1430 :recursionCount 2 . - 1431 :recursionCount 5 . - 1432 :recursionCount 3 . - 1433 :recursionCount 6 . - 1434 :recursionCount 3 . - 1435 :recursionCount 7 . - 1436 :recursionCount 7 . - 1437 :recursionCount 7 . - 1438 :recursionCount 3 . - 1439 :recursionCount 3 . - 1440 :recursionCount 3 . - 1441 :recursionCount 6 . - 1442 :recursionCount 5 . - 1443 :recursionCount 3 . - 1444 :recursionCount 6 . - 1445 :recursionCount 4 . - 1446 :recursionCount 6 . - 1447 :recursionCount 6 . - 1448 :recursionCount 4 . - 1449 :recursionCount 6 . - 1450 :recursionCount 5 . - 1451 :recursionCount 3 . - 1452 :recursionCount 2 . - 1453 :recursionCount 7 . - 1454 :recursionCount 4 . - 1455 :recursionCount 7 . - 1456 :recursionCount 7 . - 1457 :recursionCount 7 . - 1458 :recursionCount 3 . - 1459 :recursionCount 3 . - 1460 :recursionCount 3 . - 1461 :recursionCount 5 . - 1462 :recursionCount 7 . - 1463 :recursionCount 7 . - 1464 :recursionCount 6 . - 1465 :recursionCount 7 . - 1466 :recursionCount 7 . - 1467 :recursionCount 1 . - 1468 :recursionCount 5 . - 1469 :recursionCount 6 . - 1470 :recursionCount 6 . - 1471 :recursionCount 3 . - 1472 :recursionCount 1 . - 1473 :recursionCount 7 . - 1474 :recursionCount 6 . - 1475 :recursionCount 7 . - 1476 :recursionCount 1 . - 1477 :recursionCount 3 . - 1478 :recursionCount 6 . - 1479 :recursionCount 5 . - 1480 :recursionCount 5 . - 1481 :recursionCount 6 . - 1482 :recursionCount 5 . - 1483 :recursionCount 3 . - 1484 :recursionCount 4 . - 1485 :recursionCount 3 . - 1486 :recursionCount 5 . - 1487 :recursionCount 6 . - 1488 :recursionCount 3 . - 1489 :recursionCount 2 . - 1490 :recursionCount 3 . - 1491 :recursionCount 5 . - 1492 :recursionCount 6 . - 1493 :recursionCount 3 . - 1494 :recursionCount 6 . - 1495 :recursionCount 3 . - 1496 :recursionCount 6 . - 1497 :recursionCount 5 . - 1498 :recursionCount 2 . - 1499 :recursionCount 7 . - 1500 :recursionCount 7 . - 1501 :recursionCount 6 . - 1502 :recursionCount 7 . - 1503 :recursionCount 7 . - 1504 :recursionCount 5 . - 1505 :recursionCount 5 . - 1506 :recursionCount 4 . - 1507 :recursionCount 3 . - 1508 :recursionCount 2 . - 1509 :recursionCount 7 . - 1510 :recursionCount 6 . - 1511 :recursionCount 4 . - 1512 :recursionCount 7 . - 1513 :recursionCount 2 . - 1514 :recursionCount 3 . - 1515 :recursionCount 4 . - 1516 :recursionCount 5 . - 1517 :recursionCount 4 . - 1518 :recursionCount 3 . - 1519 :recursionCount 2 . - 1520 :recursionCount 7 . - 1521 :recursionCount 7 . - 1522 :recursionCount 4 . - 1523 :recursionCount 7 . - 1524 :recursionCount 2 . - 1525 :recursionCount 3 . - 1526 :recursionCount 5 . - 1527 :recursionCount 3 . - 1528 :recursionCount 6 . - 1529 :recursionCount 5 . - 1530 :recursionCount 7 . - 1531 :recursionCount 2 . - 1532 :recursionCount 7 . - 1533 :recursionCount 4 . - 1534 :recursionCount 7 . - 1535 :recursionCount 2 . - 1536 :recursionCount 7 . - 1537 :recursionCount 1 . - 1538 :recursionCount 5 . - 1539 :recursionCount 6 . - 1540 :recursionCount 5 . - 1541 :recursionCount 3 . - 1542 :recursionCount 2 . - 1543 :recursionCount 7 . - 1544 :recursionCount 4 . - 1545 :recursionCount 7 . - 1546 :recursionCount 7 . - 1547 :recursionCount 7 . - 1548 :recursionCount 3 . - 1549 :recursionCount 3 . - 1550 :recursionCount 5 . - 1551 :recursionCount 4 . - 1552 :recursionCount 3 . - 1553 :recursionCount 2 . - 1554 :recursionCount 7 . - 1555 :recursionCount 4 . - 1556 :recursionCount 6 . - 1557 :recursionCount 6 . - 1558 :recursionCount 4 . - 1559 :recursionCount 6 . - 1560 :recursionCount 4 . - 1561 :recursionCount 5 . - 1562 :recursionCount 5 . - 1563 :recursionCount 7 . - 1564 :recursionCount 7 . - 1565 :recursionCount 6 . - 1566 :recursionCount 7 . - 1567 :recursionCount 7 . - 1568 :recursionCount 3 . - 1569 :recursionCount 3 . - 1570 :recursionCount 3 . - 1571 :recursionCount 4 . - 1572 :recursionCount 3 . - 1573 :recursionCount 1 . - 1574 :recursionCount 7 . - 1575 :recursionCount 6 . - 1576 :recursionCount 7 . - 1577 :recursionCount 1 . - 1578 :recursionCount 5 . - 1579 :recursionCount 6 . - 1580 :recursionCount 2 . - 1581 :recursionCount 3 . - 1582 :recursionCount 6 . - 1583 :recursionCount 5 . - 1584 :recursionCount 3 . - 1585 :recursionCount 4 . - 1586 :recursionCount 3 . - 1587 :recursionCount 5 . - 1588 :recursionCount 6 . - 1589 :recursionCount 5 . - 1590 :recursionCount 7 . - 1591 :recursionCount 2 . - 1592 :recursionCount 5 . - 1593 :recursionCount 6 . - 1594 :recursionCount 3 . - 1595 :recursionCount 6 . - 1596 :recursionCount 3 . - 1597 :recursionCount 6 . - 1598 :recursionCount 5 . - 1599 :recursionCount 2 . - 1600 :recursionCount 7 . - 1601 :recursionCount 6 . - 1602 :recursionCount 7 . - 1603 :recursionCount 1 . - 1604 :recursionCount 3 . - 1605 :recursionCount 4 . - 1606 :recursionCount 5 . - 1607 :recursionCount 5 . - 1608 :recursionCount 7 . - 1609 :recursionCount 7 . - 1610 :recursionCount 6 . - 1611 :recursionCount 6 . - 1612 :recursionCount 7 . - 1613 :recursionCount 7 . - 1614 :recursionCount 5 . - 1615 :recursionCount 5 . - 1616 :recursionCount 5 . - 1617 :recursionCount 5 . - 1618 :recursionCount 5 . - 1619 :recursionCount 7 . - 1620 :recursionCount 7 . - 1621 :recursionCount 7 . - 1622 :recursionCount 6 . - 1623 :recursionCount 7 . - 1624 :recursionCount 7 . - 1625 :recursionCount 5 . - 1626 :recursionCount 5 . - 1627 :recursionCount 4 . - 1628 :recursionCount 3 . - 1629 :recursionCount 2 . - 1630 :recursionCount 1 . - 1631 :recursionCount 7 . - 1632 :recursionCount 7 . - 1633 :recursionCount 6 . - 1634 :recursionCount 7 . - 1635 :recursionCount 7 . - 1636 :recursionCount 5 . - 1637 :recursionCount 3 . - 1638 :recursionCount 6 . - 1639 :recursionCount 5 . - 1640 :recursionCount 3 . - 1641 :recursionCount 5 . - 1642 :recursionCount 7 . - 1643 :recursionCount 7 . - 1644 :recursionCount 6 . - 1645 :recursionCount 7 . - 1646 :recursionCount 7 . - 1647 :recursionCount 1 . - 1648 :recursionCount 5 . - 1649 :recursionCount 6 . - 1650 :recursionCount 4 . - 1651 :recursionCount 5 . - 1652 :recursionCount 5 . - 1653 :recursionCount 7 . - 1654 :recursionCount 7 . - 1655 :recursionCount 6 . - 1656 :recursionCount 7 . - 1657 :recursionCount 7 . - 1658 :recursionCount 3 . - 1659 :recursionCount 3 . - 1660 :recursionCount 5 . - 1661 :recursionCount 5 . - 1662 :recursionCount 5 . - 1663 :recursionCount 5 . - 1664 :recursionCount 7 . - 1665 :recursionCount 7 . - 1666 :recursionCount 6 . - 1667 :recursionCount 6 . - 1668 :recursionCount 4 . - 1669 :recursionCount 6 . - 1670 :recursionCount 5 . - 1671 :recursionCount 5 . - 1672 :recursionCount 4 . - 1673 :recursionCount 3 . - 1674 :recursionCount 1 . - 1675 :recursionCount 7 . - 1676 :recursionCount 6 . - 1677 :recursionCount 7 . - 1678 :recursionCount 3 . - 1679 :recursionCount 3 . - 1680 :recursionCount 7 . - 1681 :recursionCount 5 . - 1682 :recursionCount 3 . - 1683 :recursionCount 6 . - 1684 :recursionCount 5 . - 1685 :recursionCount 3 . - 1686 :recursionCount 4 . - 1687 :recursionCount 3 . - 1688 :recursionCount 5 . - 1689 :recursionCount 6 . - 1690 :recursionCount 7 . - 1691 :recursionCount 7 . - 1692 :recursionCount 2 . - 1693 :recursionCount 5 . - 1694 :recursionCount 6 . - 1695 :recursionCount 3 . - 1696 :recursionCount 6 . - 1697 :recursionCount 3 . - 1698 :recursionCount 6 . - 1699 :recursionCount 5 . - 1700 :recursionCount 3 . - 1701 :recursionCount 4 . - 1702 :recursionCount 3 . - 1703 :recursionCount 5 . - 1704 :recursionCount 6 . - 1705 :recursionCount 3 . - 1706 :recursionCount 5 . - 1707 :recursionCount 3 . - 1708 :recursionCount 2 . - 1709 :recursionCount 7 . - 1710 :recursionCount 4 . - 1711 :recursionCount 6 . - 1712 :recursionCount 7 . - 1713 :recursionCount 1 . - 1714 :recursionCount 3 . - 1715 :recursionCount 4 . - 1716 :recursionCount 5 . - 1717 :recursionCount 4 . - 1718 :recursionCount 3 . - 1719 :recursionCount 2 . - 1720 :recursionCount 3 . - 1721 :recursionCount 7 . - 1722 :recursionCount 6 . - 1723 :recursionCount 7 . - 1724 :recursionCount 1 . - 1725 :recursionCount 3 . - 1726 :recursionCount 4 . - 1727 :recursionCount 5 . - 1728 :recursionCount 5 . - 1729 :recursionCount 7 . - 1730 :recursionCount 5 . - 1731 :recursionCount 1 . - 1732 :recursionCount 7 . - 1733 :recursionCount 6 . - 1734 :recursionCount 7 . - 1735 :recursionCount 1 . - 1736 :recursionCount 3 . - 1737 :recursionCount 4 . - 1738 :recursionCount 3 . - 1739 :recursionCount 2 . - 1740 :recursionCount 6 . - 1741 :recursionCount 3 . - 1742 :recursionCount 1 . - 1743 :recursionCount 7 . - 1744 :recursionCount 6 . - 1745 :recursionCount 7 . - 1746 :recursionCount 1 . - 1747 :recursionCount 3 . - 1748 :recursionCount 6 . - 1749 :recursionCount 5 . - 1750 :recursionCount 3 . - 1751 :recursionCount 4 . - 1752 :recursionCount 3 . - 1753 :recursionCount 1 . - 1754 :recursionCount 7 . - 1755 :recursionCount 6 . - 1756 :recursionCount 7 . - 1757 :recursionCount 1 . - 1758 :recursionCount 5 . - 1759 :recursionCount 6 . - 1760 :recursionCount 5 . - 1761 :recursionCount 5 . - 1762 :recursionCount 4 . - 1763 :recursionCount 3 . - 1764 :recursionCount 1 . - 1765 :recursionCount 7 . - 1766 :recursionCount 6 . - 1767 :recursionCount 7 . - 1768 :recursionCount 3 . - 1769 :recursionCount 3 . - 1770 :recursionCount 3 . - 1771 :recursionCount 4 . - 1772 :recursionCount 5 . - 1773 :recursionCount 4 . - 1774 :recursionCount 3 . - 1775 :recursionCount 1 . - 1776 :recursionCount 7 . - 1777 :recursionCount 6 . - 1778 :recursionCount 4 . - 1779 :recursionCount 6 . - 1780 :recursionCount 2 . - 1781 :recursionCount 3 . - 1782 :recursionCount 5 . - 1783 :recursionCount 3 . - 1784 :recursionCount 6 . - 1785 :recursionCount 5 . - 1786 :recursionCount 3 . - 1787 :recursionCount 4 . - 1788 :recursionCount 3 . - 1789 :recursionCount 3 . - 1790 :recursionCount 7 . - 1791 :recursionCount 2 . - 1792 :recursionCount 7 . - 1793 :recursionCount 2 . - 1794 :recursionCount 5 . - 1795 :recursionCount 6 . - 1796 :recursionCount 3 . - 1797 :recursionCount 6 . - 1798 :recursionCount 3 . - 1799 :recursionCount 6 . - 1800 :recursionCount 3 . - 1801 :recursionCount 6 . - 1802 :recursionCount 3 . - 1803 :recursionCount 6 . - 1804 :recursionCount 5 . - 1805 :recursionCount 2 . - 1806 :recursionCount 7 . - 1807 :recursionCount 2 . - 1808 :recursionCount 5 . - 1809 :recursionCount 3 . - 1810 :recursionCount 6 . - 1811 :recursionCount 4 . - 1812 :recursionCount 3 . - 1813 :recursionCount 5 . - 1814 :recursionCount 6 . - 1815 :recursionCount 3 . - 1816 :recursionCount 5 . - 1817 :recursionCount 3 . - 1818 :recursionCount 6 . - 1819 :recursionCount 5 . - 1820 :recursionCount 3 . - 1821 :recursionCount 3 . - 1822 :recursionCount 4 . - 1823 :recursionCount 3 . - 1824 :recursionCount 5 . - 1825 :recursionCount 6 . - 1826 :recursionCount 3 . - 1827 :recursionCount 5 . - 1828 :recursionCount 3 . - 1829 :recursionCount 2 . - 1830 :recursionCount 6 . - 1831 :recursionCount 5 . - 1832 :recursionCount 3 . - 1833 :recursionCount 4 . - 1834 :recursionCount 3 . - 1835 :recursionCount 5 . - 1836 :recursionCount 6 . - 1837 :recursionCount 3 . - 1838 :recursionCount 5 . - 1839 :recursionCount 7 . - 1840 :recursionCount 5 . - 1841 :recursionCount 6 . - 1842 :recursionCount 5 . - 1843 :recursionCount 3 . - 1844 :recursionCount 4 . - 1845 :recursionCount 3 . - 1846 :recursionCount 5 . - 1847 :recursionCount 6 . - 1848 :recursionCount 3 . - 1849 :recursionCount 2 . - 1850 :recursionCount 2 . - 1851 :recursionCount 3 . - 1852 :recursionCount 6 . - 1853 :recursionCount 5 . - 1854 :recursionCount 3 . - 1855 :recursionCount 4 . - 1856 :recursionCount 3 . - 1857 :recursionCount 5 . - 1858 :recursionCount 6 . - 1859 :recursionCount 5 . - 1860 :recursionCount 7 . - 1861 :recursionCount 5 . - 1862 :recursionCount 3 . - 1863 :recursionCount 6 . - 1864 :recursionCount 5 . - 1865 :recursionCount 3 . - 1866 :recursionCount 4 . - 1867 :recursionCount 3 . - 1868 :recursionCount 5 . - 1869 :recursionCount 6 . - 1870 :recursionCount 2 . - 1871 :recursionCount 3 . - 1872 :recursionCount 5 . - 1873 :recursionCount 3 . - 1874 :recursionCount 6 . - 1875 :recursionCount 5 . - 1876 :recursionCount 3 . - 1877 :recursionCount 4 . - 1878 :recursionCount 3 . - 1879 :recursionCount 3 . - 1880 :recursionCount 5 . - 1881 :recursionCount 6 . - 1882 :recursionCount 3 . - 1883 :recursionCount 5 . - 1884 :recursionCount 3 . - 1885 :recursionCount 6 . - 1886 :recursionCount 5 . - 1887 :recursionCount 3 . - 1888 :recursionCount 4 . - 1889 :recursionCount 6 . - 1890 :recursionCount 3 . - 1891 :recursionCount 5 . - 1892 :recursionCount 2 . - 1893 :recursionCount 7 . - 1894 :recursionCount 2 . - 1895 :recursionCount 5 . - 1896 :recursionCount 6 . - 1897 :recursionCount 3 . - 1898 :recursionCount 6 . - 1899 :recursionCount 3 . - 1900 :recursionCount 4 . - 1901 :recursionCount 4 . - 1902 :recursionCount 4 . - 1903 :recursionCount 3 . - 1904 :recursionCount 3 . - 1905 :recursionCount 7 . - 1906 :recursionCount 7 . - 1907 :recursionCount 7 . - 1908 :recursionCount 3 . - 1909 :recursionCount 3 . - 1910 :recursionCount 4 . - 1911 :recursionCount 6 . - 1912 :recursionCount 3 . - 1913 :recursionCount 6 . - 1914 :recursionCount 5 . - 1915 :recursionCount 2 . - 1916 :recursionCount 7 . - 1917 :recursionCount 2 . - 1918 :recursionCount 5 . - 1919 :recursionCount 6 . - 1920 :recursionCount 4 . - 1921 :recursionCount 3 . - 1922 :recursionCount 6 . - 1923 :recursionCount 3 . - 1924 :recursionCount 6 . - 1925 :recursionCount 5 . - 1926 :recursionCount 2 . - 1927 :recursionCount 7 . - 1928 :recursionCount 2 . - 1929 :recursionCount 5 . - 1930 :recursionCount 3 . - 1931 :recursionCount 6 . - 1932 :recursionCount 3 . - 1933 :recursionCount 6 . - 1934 :recursionCount 3 . - 1935 :recursionCount 6 . - 1936 :recursionCount 5 . - 1937 :recursionCount 2 . - 1938 :recursionCount 7 . - 1939 :recursionCount 2 . - 1940 :recursionCount 3 . - 1941 :recursionCount 5 . - 1942 :recursionCount 6 . - 1943 :recursionCount 3 . - 1944 :recursionCount 6 . - 1945 :recursionCount 3 . - 1946 :recursionCount 6 . - 1947 :recursionCount 5 . - 1948 :recursionCount 2 . - 1949 :recursionCount 7 . - 1950 :recursionCount 7 . - 1951 :recursionCount 2 . - 1952 :recursionCount 5 . - 1953 :recursionCount 6 . - 1954 :recursionCount 3 . - 1955 :recursionCount 6 . - 1956 :recursionCount 3 . - 1957 :recursionCount 6 . - 1958 :recursionCount 5 . - 1959 :recursionCount 2 . - 1960 :recursionCount 7 . - 1961 :recursionCount 7 . - 1962 :recursionCount 2 . - 1963 :recursionCount 5 . - 1964 :recursionCount 6 . - 1965 :recursionCount 3 . - 1966 :recursionCount 6 . - 1967 :recursionCount 3 . - 1968 :recursionCount 6 . - 1969 :recursionCount 5 . - 1970 :recursionCount 7 . - 1971 :recursionCount 2 . - 1972 :recursionCount 7 . - 1973 :recursionCount 2 . - 1974 :recursionCount 5 . - 1975 :recursionCount 6 . - 1976 :recursionCount 3 . - 1977 :recursionCount 6 . - 1978 :recursionCount 3 . - 1979 :recursionCount 6 . - 1980 :recursionCount 3 . - 1981 :recursionCount 5 . - 1982 :recursionCount 2 . - 1983 :recursionCount 7 . - 1984 :recursionCount 2 . - 1985 :recursionCount 5 . - 1986 :recursionCount 6 . - 1987 :recursionCount 3 . - 1988 :recursionCount 6 . - 1989 :recursionCount 3 . - 1990 :recursionCount 3 . - 1991 :recursionCount 6 . - 1992 :recursionCount 5 . - 1993 :recursionCount 2 . - 1994 :recursionCount 7 . - 1995 :recursionCount 2 . - 1996 :recursionCount 5 . - 1997 :recursionCount 6 . - 1998 :recursionCount 3 . }. skolem:lemma1 a r:Inference; @@ -4010,145995 +2012,61513 @@ skolem:lemma1 a r:Inference; 1 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1}] - skolem:lemma1998 + [ a r:Fact; r:gives {999 log:repeat 1}] + skolem:lemma999 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma2 a r:Inference; r:gives { 2 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 2}] - skolem:lemma2000 + [ a r:Fact; r:gives {999 log:repeat 2}] + skolem:lemma1001 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma3 a r:Inference; r:gives { 3 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 3}] - skolem:lemma2001 + [ a r:Fact; r:gives {999 log:repeat 3}] + skolem:lemma1002 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma4 a r:Inference; r:gives { 4 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 4}] - skolem:lemma2002 + [ a r:Fact; r:gives {999 log:repeat 4}] + skolem:lemma1003 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma5 a r:Inference; r:gives { 5 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 5}] - skolem:lemma2003 + [ a r:Fact; r:gives {999 log:repeat 5}] + skolem:lemma1004 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma6 a r:Inference; r:gives { 6 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 6}] - skolem:lemma2004 + [ a r:Fact; r:gives {999 log:repeat 6}] + skolem:lemma1005 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma7 a r:Inference; r:gives { 7 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 7}] - skolem:lemma2005 + [ a r:Fact; r:gives {999 log:repeat 7}] + skolem:lemma1006 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma8 a r:Inference; r:gives { 8 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 8}] - skolem:lemma2006 + [ a r:Fact; r:gives {999 log:repeat 8}] + skolem:lemma1007 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma9 a r:Inference; r:gives { 9 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 9}] - skolem:lemma2007 + [ a r:Fact; r:gives {999 log:repeat 9}] + skolem:lemma1008 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma10 a r:Inference; r:gives { 10 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 10}] - skolem:lemma2008 + [ a r:Fact; r:gives {999 log:repeat 10}] + skolem:lemma1009 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma11 a r:Inference; r:gives { 11 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 11}] - skolem:lemma2009 + [ a r:Fact; r:gives {999 log:repeat 11}] + skolem:lemma1010 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma12 a r:Inference; r:gives { 12 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 12}] - skolem:lemma2010 + [ a r:Fact; r:gives {999 log:repeat 12}] + skolem:lemma1011 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma13 a r:Inference; r:gives { 13 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 13}] - skolem:lemma2011 + [ a r:Fact; r:gives {999 log:repeat 13}] + skolem:lemma1012 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma14 a r:Inference; r:gives { 14 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 14}] - skolem:lemma2012 + [ a r:Fact; r:gives {999 log:repeat 14}] + skolem:lemma1013 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma15 a r:Inference; r:gives { 15 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 15}] - skolem:lemma2013 + [ a r:Fact; r:gives {999 log:repeat 15}] + skolem:lemma1014 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma16 a r:Inference; r:gives { 16 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 16}] - skolem:lemma2014 + [ a r:Fact; r:gives {999 log:repeat 16}] + skolem:lemma1015 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma17 a r:Inference; r:gives { 17 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 17}] - skolem:lemma2015 + [ a r:Fact; r:gives {999 log:repeat 17}] + skolem:lemma1016 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma18 a r:Inference; r:gives { 18 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 18}] - skolem:lemma2016 + [ a r:Fact; r:gives {999 log:repeat 18}] + skolem:lemma1017 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma19 a r:Inference; r:gives { 19 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 19}] - skolem:lemma2017 + [ a r:Fact; r:gives {999 log:repeat 19}] + skolem:lemma1018 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma20 a r:Inference; r:gives { 20 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 20}] - skolem:lemma2018 + [ a r:Fact; r:gives {999 log:repeat 20}] + skolem:lemma1019 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma21 a r:Inference; r:gives { 21 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 21}] - skolem:lemma2019 + [ a r:Fact; r:gives {999 log:repeat 21}] + skolem:lemma1020 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma22 a r:Inference; r:gives { 22 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 22}] - skolem:lemma2020 + [ a r:Fact; r:gives {999 log:repeat 22}] + skolem:lemma1021 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma23 a r:Inference; r:gives { 23 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 23}] - skolem:lemma2021 + [ a r:Fact; r:gives {999 log:repeat 23}] + skolem:lemma1022 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma24 a r:Inference; r:gives { 24 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 24}] - skolem:lemma2022 + [ a r:Fact; r:gives {999 log:repeat 24}] + skolem:lemma1023 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma25 a r:Inference; r:gives { 25 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 25}] - skolem:lemma2023 + [ a r:Fact; r:gives {999 log:repeat 25}] + skolem:lemma1024 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma26 a r:Inference; r:gives { 26 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 26}] - skolem:lemma2024 + [ a r:Fact; r:gives {999 log:repeat 26}] + skolem:lemma1025 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma27 a r:Inference; r:gives { 27 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 27}] - skolem:lemma2025 + [ a r:Fact; r:gives {999 log:repeat 27}] + skolem:lemma1026 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma28 a r:Inference; r:gives { 28 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 28}] - skolem:lemma2026 + [ a r:Fact; r:gives {999 log:repeat 28}] + skolem:lemma1027 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma29 a r:Inference; r:gives { 29 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 29}] - skolem:lemma2027 + [ a r:Fact; r:gives {999 log:repeat 29}] + skolem:lemma1028 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma30 a r:Inference; r:gives { 30 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 30}] - skolem:lemma2028 + [ a r:Fact; r:gives {999 log:repeat 30}] + skolem:lemma1029 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma31 a r:Inference; r:gives { 31 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 31}] - skolem:lemma2029 + [ a r:Fact; r:gives {999 log:repeat 31}] + skolem:lemma1030 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma32 a r:Inference; r:gives { 32 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 32}] - skolem:lemma2030 + [ a r:Fact; r:gives {999 log:repeat 32}] + skolem:lemma1031 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma33 a r:Inference; r:gives { 33 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 33}] - skolem:lemma2031 + [ a r:Fact; r:gives {999 log:repeat 33}] + skolem:lemma1032 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma34 a r:Inference; r:gives { 34 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 34}] - skolem:lemma2032 + [ a r:Fact; r:gives {999 log:repeat 34}] + skolem:lemma1033 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma35 a r:Inference; r:gives { 35 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 35}] - skolem:lemma2033 + [ a r:Fact; r:gives {999 log:repeat 35}] + skolem:lemma1034 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma36 a r:Inference; r:gives { 36 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 36}] - skolem:lemma2034 + [ a r:Fact; r:gives {999 log:repeat 36}] + skolem:lemma1035 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 36]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma37 a r:Inference; r:gives { 37 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 37}] - skolem:lemma2035 + [ a r:Fact; r:gives {999 log:repeat 37}] + skolem:lemma1036 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma38 a r:Inference; r:gives { 38 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 38}] - skolem:lemma2036 + [ a r:Fact; r:gives {999 log:repeat 38}] + skolem:lemma1037 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma39 a r:Inference; r:gives { 39 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 39}] - skolem:lemma2037 + [ a r:Fact; r:gives {999 log:repeat 39}] + skolem:lemma1038 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma40 a r:Inference; r:gives { 40 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 40}] - skolem:lemma2038 + [ a r:Fact; r:gives {999 log:repeat 40}] + skolem:lemma1039 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma41 a r:Inference; r:gives { 41 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 41}] - skolem:lemma2039 + [ a r:Fact; r:gives {999 log:repeat 41}] + skolem:lemma1040 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma42 a r:Inference; r:gives { 42 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 42}] - skolem:lemma2040 + [ a r:Fact; r:gives {999 log:repeat 42}] + skolem:lemma1041 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 42]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma43 a r:Inference; r:gives { 43 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 43}] - skolem:lemma2041 + [ a r:Fact; r:gives {999 log:repeat 43}] + skolem:lemma1042 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma44 a r:Inference; r:gives { 44 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 44}] - skolem:lemma2042 + [ a r:Fact; r:gives {999 log:repeat 44}] + skolem:lemma1043 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 44]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma45 a r:Inference; r:gives { 45 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 45}] - skolem:lemma2043 + [ a r:Fact; r:gives {999 log:repeat 45}] + skolem:lemma1044 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma46 a r:Inference; r:gives { 46 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 46}] - skolem:lemma2044 + [ a r:Fact; r:gives {999 log:repeat 46}] + skolem:lemma1045 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 46]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma47 a r:Inference; r:gives { 47 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 47}] - skolem:lemma2045 + [ a r:Fact; r:gives {999 log:repeat 47}] + skolem:lemma1046 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma48 a r:Inference; r:gives { 48 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 48}] - skolem:lemma2046 + [ a r:Fact; r:gives {999 log:repeat 48}] + skolem:lemma1047 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 48]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma49 a r:Inference; r:gives { 49 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 49}] - skolem:lemma2047 + [ a r:Fact; r:gives {999 log:repeat 49}] + skolem:lemma1048 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma50 a r:Inference; r:gives { 50 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 50}] - skolem:lemma2048 + [ a r:Fact; r:gives {999 log:repeat 50}] + skolem:lemma1049 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma51 a r:Inference; r:gives { 51 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 51}] - skolem:lemma2049 + [ a r:Fact; r:gives {999 log:repeat 51}] + skolem:lemma1050 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma52 a r:Inference; r:gives { 52 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 52}] - skolem:lemma2050 + [ a r:Fact; r:gives {999 log:repeat 52}] + skolem:lemma1051 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 52]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma53 a r:Inference; r:gives { 53 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 53}] - skolem:lemma2051 + [ a r:Fact; r:gives {999 log:repeat 53}] + skolem:lemma1052 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma54 a r:Inference; r:gives { 54 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 54}] - skolem:lemma2052 + [ a r:Fact; r:gives {999 log:repeat 54}] + skolem:lemma1053 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 54]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma55 a r:Inference; r:gives { 55 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 55}] - skolem:lemma2053 + [ a r:Fact; r:gives {999 log:repeat 55}] + skolem:lemma1054 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma56 a r:Inference; r:gives { 56 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 56}] - skolem:lemma2054 + [ a r:Fact; r:gives {999 log:repeat 56}] + skolem:lemma1055 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma57 a r:Inference; r:gives { 57 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 57}] - skolem:lemma2055 + [ a r:Fact; r:gives {999 log:repeat 57}] + skolem:lemma1056 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 57]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma58 a r:Inference; r:gives { 58 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 58}] - skolem:lemma2056 + [ a r:Fact; r:gives {999 log:repeat 58}] + skolem:lemma1057 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 58]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma59 a r:Inference; r:gives { 59 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 59}] - skolem:lemma2057 + [ a r:Fact; r:gives {999 log:repeat 59}] + skolem:lemma1058 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma60 a r:Inference; r:gives { 60 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 60}] - skolem:lemma2058 + [ a r:Fact; r:gives {999 log:repeat 60}] + skolem:lemma1059 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma61 a r:Inference; r:gives { 61 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 61}] - skolem:lemma2059 + [ a r:Fact; r:gives {999 log:repeat 61}] + skolem:lemma1060 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma62 a r:Inference; r:gives { 62 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 62}] - skolem:lemma2060 + [ a r:Fact; r:gives {999 log:repeat 62}] + skolem:lemma1061 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 62]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma63 a r:Inference; r:gives { 63 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 63}] - skolem:lemma2061 + [ a r:Fact; r:gives {999 log:repeat 63}] + skolem:lemma1062 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma64 a r:Inference; r:gives { 64 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 64}] - skolem:lemma2062 + [ a r:Fact; r:gives {999 log:repeat 64}] + skolem:lemma1063 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma65 a r:Inference; r:gives { 65 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 65}] - skolem:lemma2063 + [ a r:Fact; r:gives {999 log:repeat 65}] + skolem:lemma1064 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma66 a r:Inference; r:gives { 66 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 66}] - skolem:lemma2064 + [ a r:Fact; r:gives {999 log:repeat 66}] + skolem:lemma1065 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma67 a r:Inference; r:gives { 67 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 67}] - skolem:lemma2065 + [ a r:Fact; r:gives {999 log:repeat 67}] + skolem:lemma1066 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma68 a r:Inference; r:gives { 68 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 68}] - skolem:lemma2066 + [ a r:Fact; r:gives {999 log:repeat 68}] + skolem:lemma1067 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 68]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma69 a r:Inference; r:gives { 69 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 69}] - skolem:lemma2067 + [ a r:Fact; r:gives {999 log:repeat 69}] + skolem:lemma1068 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma70 a r:Inference; r:gives { 70 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 70}] - skolem:lemma2068 + [ a r:Fact; r:gives {999 log:repeat 70}] + skolem:lemma1069 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma71 a r:Inference; r:gives { 71 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 71}] - skolem:lemma2069 + [ a r:Fact; r:gives {999 log:repeat 71}] + skolem:lemma1070 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma72 a r:Inference; r:gives { 72 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 72}] - skolem:lemma2070 + [ a r:Fact; r:gives {999 log:repeat 72}] + skolem:lemma1071 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 72]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma73 a r:Inference; r:gives { 73 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 73}] - skolem:lemma2071 + [ a r:Fact; r:gives {999 log:repeat 73}] + skolem:lemma1072 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma74 a r:Inference; r:gives { 74 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 74}] - skolem:lemma2072 + [ a r:Fact; r:gives {999 log:repeat 74}] + skolem:lemma1073 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 74]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma75 a r:Inference; r:gives { 75 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 75}] - skolem:lemma2073 + [ a r:Fact; r:gives {999 log:repeat 75}] + skolem:lemma1074 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma76 a r:Inference; r:gives { 76 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 76}] - skolem:lemma2074 + [ a r:Fact; r:gives {999 log:repeat 76}] + skolem:lemma1075 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma77 a r:Inference; r:gives { 77 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 77}] - skolem:lemma2075 + [ a r:Fact; r:gives {999 log:repeat 77}] + skolem:lemma1076 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma78 a r:Inference; r:gives { 78 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 78}] - skolem:lemma2076 + [ a r:Fact; r:gives {999 log:repeat 78}] + skolem:lemma1077 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 78]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma79 a r:Inference; r:gives { 79 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 79}] - skolem:lemma2077 + [ a r:Fact; r:gives {999 log:repeat 79}] + skolem:lemma1078 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma80 a r:Inference; r:gives { 80 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 80}] - skolem:lemma2078 + [ a r:Fact; r:gives {999 log:repeat 80}] + skolem:lemma1079 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma81 a r:Inference; r:gives { 81 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 81}] - skolem:lemma2079 + [ a r:Fact; r:gives {999 log:repeat 81}] + skolem:lemma1080 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma82 a r:Inference; r:gives { 82 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 82}] - skolem:lemma2080 + [ a r:Fact; r:gives {999 log:repeat 82}] + skolem:lemma1081 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma83 a r:Inference; r:gives { 83 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 83}] - skolem:lemma2081 + [ a r:Fact; r:gives {999 log:repeat 83}] + skolem:lemma1082 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma84 a r:Inference; r:gives { 84 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 84}] - skolem:lemma2082 + [ a r:Fact; r:gives {999 log:repeat 84}] + skolem:lemma1083 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 84]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma85 a r:Inference; r:gives { 85 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 85}] - skolem:lemma2083 + [ a r:Fact; r:gives {999 log:repeat 85}] + skolem:lemma1084 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma86 a r:Inference; r:gives { 86 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 86}] - skolem:lemma2084 + [ a r:Fact; r:gives {999 log:repeat 86}] + skolem:lemma1085 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma87 a r:Inference; r:gives { 87 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 87}] - skolem:lemma2085 + [ a r:Fact; r:gives {999 log:repeat 87}] + skolem:lemma1086 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma88 a r:Inference; r:gives { 88 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 88}] - skolem:lemma2086 + [ a r:Fact; r:gives {999 log:repeat 88}] + skolem:lemma1087 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 88]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma89 a r:Inference; r:gives { 89 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 89}] - skolem:lemma2087 + [ a r:Fact; r:gives {999 log:repeat 89}] + skolem:lemma1088 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma90 a r:Inference; r:gives { 90 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 90}] - skolem:lemma2088 + [ a r:Fact; r:gives {999 log:repeat 90}] + skolem:lemma1089 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma91 a r:Inference; r:gives { 91 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 91}] - skolem:lemma2089 + [ a r:Fact; r:gives {999 log:repeat 91}] + skolem:lemma1090 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma92 a r:Inference; r:gives { 92 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 92}] - skolem:lemma2090 + [ a r:Fact; r:gives {999 log:repeat 92}] + skolem:lemma1091 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 92]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma93 a r:Inference; r:gives { 93 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 93}] - skolem:lemma2091 + [ a r:Fact; r:gives {999 log:repeat 93}] + skolem:lemma1092 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 93]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma94 a r:Inference; r:gives { 94 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 94}] - skolem:lemma2092 + [ a r:Fact; r:gives {999 log:repeat 94}] + skolem:lemma1093 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 94]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma95 a r:Inference; r:gives { 95 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 95}] - skolem:lemma2093 + [ a r:Fact; r:gives {999 log:repeat 95}] + skolem:lemma1094 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 95]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma96 a r:Inference; r:gives { 96 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 96}] - skolem:lemma2094 + [ a r:Fact; r:gives {999 log:repeat 96}] + skolem:lemma1095 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma97 a r:Inference; r:gives { 97 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 97}] - skolem:lemma2095 + [ a r:Fact; r:gives {999 log:repeat 97}] + skolem:lemma1096 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 97]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma98 a r:Inference; r:gives { 98 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 98}] - skolem:lemma2096 + [ a r:Fact; r:gives {999 log:repeat 98}] + skolem:lemma1097 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 98]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma99 a r:Inference; r:gives { 99 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 99}] - skolem:lemma2097 + [ a r:Fact; r:gives {999 log:repeat 99}] + skolem:lemma1098 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 99]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma100 a r:Inference; r:gives { 100 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 100}] - skolem:lemma2098 + [ a r:Fact; r:gives {999 log:repeat 100}] + skolem:lemma1099 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma101 a r:Inference; r:gives { 101 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 101}] - skolem:lemma2099 + [ a r:Fact; r:gives {999 log:repeat 101}] + skolem:lemma1100 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 101]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma102 a r:Inference; r:gives { 102 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 102}] - skolem:lemma2100 + [ a r:Fact; r:gives {999 log:repeat 102}] + skolem:lemma1101 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 102]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma103 a r:Inference; r:gives { 103 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 103}] - skolem:lemma2101 + [ a r:Fact; r:gives {999 log:repeat 103}] + skolem:lemma1102 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 103]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma104 a r:Inference; r:gives { 104 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 104}] - skolem:lemma2102 + [ a r:Fact; r:gives {999 log:repeat 104}] + skolem:lemma1103 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 104]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma105 a r:Inference; r:gives { 105 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 105}] - skolem:lemma2103 + [ a r:Fact; r:gives {999 log:repeat 105}] + skolem:lemma1104 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 105]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma106 a r:Inference; r:gives { 106 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 106}] - skolem:lemma2104 + [ a r:Fact; r:gives {999 log:repeat 106}] + skolem:lemma1105 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 106]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma107 a r:Inference; r:gives { 107 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 107}] - skolem:lemma2105 + [ a r:Fact; r:gives {999 log:repeat 107}] + skolem:lemma1106 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 107]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma108 a r:Inference; r:gives { 108 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 108}] - skolem:lemma2106 + [ a r:Fact; r:gives {999 log:repeat 108}] + skolem:lemma1107 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 108]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma109 a r:Inference; r:gives { 109 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 109}] - skolem:lemma2107 + [ a r:Fact; r:gives {999 log:repeat 109}] + skolem:lemma1108 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 109]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma110 a r:Inference; r:gives { 110 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 110}] - skolem:lemma2108 + [ a r:Fact; r:gives {999 log:repeat 110}] + skolem:lemma1109 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 110]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma111 a r:Inference; r:gives { 111 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 111}] - skolem:lemma2109 + [ a r:Fact; r:gives {999 log:repeat 111}] + skolem:lemma1110 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 111]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma112 a r:Inference; r:gives { 112 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 112}] - skolem:lemma2110 + [ a r:Fact; r:gives {999 log:repeat 112}] + skolem:lemma1111 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 112]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma113 a r:Inference; r:gives { 113 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 113}] - skolem:lemma2111 + [ a r:Fact; r:gives {999 log:repeat 113}] + skolem:lemma1112 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 113]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma114 a r:Inference; r:gives { 114 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 114}] - skolem:lemma2112 + [ a r:Fact; r:gives {999 log:repeat 114}] + skolem:lemma1113 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 114]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma115 a r:Inference; r:gives { 115 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 115}] - skolem:lemma2113 + [ a r:Fact; r:gives {999 log:repeat 115}] + skolem:lemma1114 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 115]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma116 a r:Inference; r:gives { 116 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 116}] - skolem:lemma2114 + [ a r:Fact; r:gives {999 log:repeat 116}] + skolem:lemma1115 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 116]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma117 a r:Inference; r:gives { 117 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 117}] - skolem:lemma2115 + [ a r:Fact; r:gives {999 log:repeat 117}] + skolem:lemma1116 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 117]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma118 a r:Inference; r:gives { 118 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 118}] - skolem:lemma2116 + [ a r:Fact; r:gives {999 log:repeat 118}] + skolem:lemma1117 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 118]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma119 a r:Inference; r:gives { 119 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 119}] - skolem:lemma2117 + [ a r:Fact; r:gives {999 log:repeat 119}] + skolem:lemma1118 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 119]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma120 a r:Inference; r:gives { 120 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 120}] - skolem:lemma2118 + [ a r:Fact; r:gives {999 log:repeat 120}] + skolem:lemma1119 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 120]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma121 a r:Inference; r:gives { 121 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 121}] - skolem:lemma2119 + [ a r:Fact; r:gives {999 log:repeat 121}] + skolem:lemma1120 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 121]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma122 a r:Inference; r:gives { 122 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 122}] - skolem:lemma2120 + [ a r:Fact; r:gives {999 log:repeat 122}] + skolem:lemma1121 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 122]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma123 a r:Inference; r:gives { 123 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 123}] - skolem:lemma2121 + [ a r:Fact; r:gives {999 log:repeat 123}] + skolem:lemma1122 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 123]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma124 a r:Inference; r:gives { 124 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 124}] - skolem:lemma2122 + [ a r:Fact; r:gives {999 log:repeat 124}] + skolem:lemma1123 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 124]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma125 a r:Inference; r:gives { 125 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 125}] - skolem:lemma2123 + [ a r:Fact; r:gives {999 log:repeat 125}] + skolem:lemma1124 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 125]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma126 a r:Inference; r:gives { 126 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 126}] - skolem:lemma2124 + [ a r:Fact; r:gives {999 log:repeat 126}] + skolem:lemma1125 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 126]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma127 a r:Inference; r:gives { 127 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 127}] - skolem:lemma2125 + [ a r:Fact; r:gives {999 log:repeat 127}] + skolem:lemma1126 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 127]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma128 a r:Inference; r:gives { 128 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 128}] - skolem:lemma2126 + [ a r:Fact; r:gives {999 log:repeat 128}] + skolem:lemma1127 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma129 a r:Inference; r:gives { 129 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 129}] - skolem:lemma2127 + [ a r:Fact; r:gives {999 log:repeat 129}] + skolem:lemma1128 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 129]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma130 a r:Inference; r:gives { 130 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 130}] - skolem:lemma2128 + [ a r:Fact; r:gives {999 log:repeat 130}] + skolem:lemma1129 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 130]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma131 a r:Inference; r:gives { 131 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 131}] - skolem:lemma2129 + [ a r:Fact; r:gives {999 log:repeat 131}] + skolem:lemma1130 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma132 a r:Inference; r:gives { 132 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 132}] - skolem:lemma2130 + [ a r:Fact; r:gives {999 log:repeat 132}] + skolem:lemma1131 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 132]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma133 a r:Inference; r:gives { 133 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 133}] - skolem:lemma2131 + [ a r:Fact; r:gives {999 log:repeat 133}] + skolem:lemma1132 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 133]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma134 a r:Inference; r:gives { 134 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 134}] - skolem:lemma2132 + [ a r:Fact; r:gives {999 log:repeat 134}] + skolem:lemma1133 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma135 a r:Inference; r:gives { 135 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 135}] - skolem:lemma2133 + [ a r:Fact; r:gives {999 log:repeat 135}] + skolem:lemma1134 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 135]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma136 a r:Inference; r:gives { 136 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 136}] - skolem:lemma2134 + [ a r:Fact; r:gives {999 log:repeat 136}] + skolem:lemma1135 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 136]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma137 a r:Inference; r:gives { 137 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 137}] - skolem:lemma2135 + [ a r:Fact; r:gives {999 log:repeat 137}] + skolem:lemma1136 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 137]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma138 a r:Inference; r:gives { 138 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 138}] - skolem:lemma2136 + [ a r:Fact; r:gives {999 log:repeat 138}] + skolem:lemma1137 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 138]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma139 a r:Inference; r:gives { 139 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 139}] - skolem:lemma2137 + [ a r:Fact; r:gives {999 log:repeat 139}] + skolem:lemma1138 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 139]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma140 a r:Inference; r:gives { 140 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 140}] - skolem:lemma2138 + [ a r:Fact; r:gives {999 log:repeat 140}] + skolem:lemma1139 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 140]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma141 a r:Inference; r:gives { 141 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 141}] - skolem:lemma2139 + [ a r:Fact; r:gives {999 log:repeat 141}] + skolem:lemma1140 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 141]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma142 a r:Inference; r:gives { 142 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 142}] - skolem:lemma2140 + [ a r:Fact; r:gives {999 log:repeat 142}] + skolem:lemma1141 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 142]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma143 a r:Inference; r:gives { 143 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 143}] - skolem:lemma2141 + [ a r:Fact; r:gives {999 log:repeat 143}] + skolem:lemma1142 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 143]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma144 a r:Inference; r:gives { 144 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 144}] - skolem:lemma2142 + [ a r:Fact; r:gives {999 log:repeat 144}] + skolem:lemma1143 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 144]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma145 a r:Inference; r:gives { 145 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 145}] - skolem:lemma2143 + [ a r:Fact; r:gives {999 log:repeat 145}] + skolem:lemma1144 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 145]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma146 a r:Inference; r:gives { 146 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 146}] - skolem:lemma2144 + [ a r:Fact; r:gives {999 log:repeat 146}] + skolem:lemma1145 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 146]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma147 a r:Inference; r:gives { 147 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 147}] - skolem:lemma2145 + [ a r:Fact; r:gives {999 log:repeat 147}] + skolem:lemma1146 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 147]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma148 a r:Inference; r:gives { 148 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 148}] - skolem:lemma2146 + [ a r:Fact; r:gives {999 log:repeat 148}] + skolem:lemma1147 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 148]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma149 a r:Inference; r:gives { 149 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 149}] - skolem:lemma2147 + [ a r:Fact; r:gives {999 log:repeat 149}] + skolem:lemma1148 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 149]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma150 a r:Inference; r:gives { 150 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 150}] - skolem:lemma2148 + [ a r:Fact; r:gives {999 log:repeat 150}] + skolem:lemma1149 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 150]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma151 a r:Inference; r:gives { 151 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 151}] - skolem:lemma2149 + [ a r:Fact; r:gives {999 log:repeat 151}] + skolem:lemma1150 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 151]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma152 a r:Inference; r:gives { 152 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 152}] - skolem:lemma2150 + [ a r:Fact; r:gives {999 log:repeat 152}] + skolem:lemma1151 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 152]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma153 a r:Inference; r:gives { 153 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 153}] - skolem:lemma2151 + [ a r:Fact; r:gives {999 log:repeat 153}] + skolem:lemma1152 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 153]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma154 a r:Inference; r:gives { 154 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 154}] - skolem:lemma2152 + [ a r:Fact; r:gives {999 log:repeat 154}] + skolem:lemma1153 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 154]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma155 a r:Inference; r:gives { 155 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 155}] - skolem:lemma2153 + [ a r:Fact; r:gives {999 log:repeat 155}] + skolem:lemma1154 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 155]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma156 a r:Inference; r:gives { 156 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 156}] - skolem:lemma2154 + [ a r:Fact; r:gives {999 log:repeat 156}] + skolem:lemma1155 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 156]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma157 a r:Inference; r:gives { 157 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 157}] - skolem:lemma2155 + [ a r:Fact; r:gives {999 log:repeat 157}] + skolem:lemma1156 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 157]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma158 a r:Inference; r:gives { 158 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 158}] - skolem:lemma2156 + [ a r:Fact; r:gives {999 log:repeat 158}] + skolem:lemma1157 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 158]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma159 a r:Inference; r:gives { 159 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 159}] - skolem:lemma2157 + [ a r:Fact; r:gives {999 log:repeat 159}] + skolem:lemma1158 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 159]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma160 a r:Inference; r:gives { 160 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 160}] - skolem:lemma2158 + [ a r:Fact; r:gives {999 log:repeat 160}] + skolem:lemma1159 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 160]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma161 a r:Inference; r:gives { 161 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 161}] - skolem:lemma2159 + [ a r:Fact; r:gives {999 log:repeat 161}] + skolem:lemma1160 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 161]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma162 a r:Inference; r:gives { 162 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 162}] - skolem:lemma2160 + [ a r:Fact; r:gives {999 log:repeat 162}] + skolem:lemma1161 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 162]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma163 a r:Inference; r:gives { 163 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 163}] - skolem:lemma2161 + [ a r:Fact; r:gives {999 log:repeat 163}] + skolem:lemma1162 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 163]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma164 a r:Inference; r:gives { 164 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 164}] - skolem:lemma2162 + [ a r:Fact; r:gives {999 log:repeat 164}] + skolem:lemma1163 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 164]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma165 a r:Inference; r:gives { 165 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 165}] - skolem:lemma2163 + [ a r:Fact; r:gives {999 log:repeat 165}] + skolem:lemma1164 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 165]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma166 a r:Inference; r:gives { 166 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 166}] - skolem:lemma2164 + [ a r:Fact; r:gives {999 log:repeat 166}] + skolem:lemma1165 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 166]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma167 a r:Inference; r:gives { 167 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 167}] - skolem:lemma2165 + [ a r:Fact; r:gives {999 log:repeat 167}] + skolem:lemma1166 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 167]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma168 a r:Inference; r:gives { 168 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 168}] - skolem:lemma2166 + [ a r:Fact; r:gives {999 log:repeat 168}] + skolem:lemma1167 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 168]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma169 a r:Inference; r:gives { 169 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 169}] - skolem:lemma2167 + [ a r:Fact; r:gives {999 log:repeat 169}] + skolem:lemma1168 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 169]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma170 a r:Inference; r:gives { 170 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 170}] - skolem:lemma2168 + [ a r:Fact; r:gives {999 log:repeat 170}] + skolem:lemma1169 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 170]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma171 a r:Inference; r:gives { 171 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 171}] - skolem:lemma2169 + [ a r:Fact; r:gives {999 log:repeat 171}] + skolem:lemma1170 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 171]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma172 a r:Inference; r:gives { 172 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 172}] - skolem:lemma2170 + [ a r:Fact; r:gives {999 log:repeat 172}] + skolem:lemma1171 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 172]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma173 a r:Inference; r:gives { 173 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 173}] - skolem:lemma2171 + [ a r:Fact; r:gives {999 log:repeat 173}] + skolem:lemma1172 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 173]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma174 a r:Inference; r:gives { 174 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 174}] - skolem:lemma2172 + [ a r:Fact; r:gives {999 log:repeat 174}] + skolem:lemma1173 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 174]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma175 a r:Inference; r:gives { 175 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 175}] - skolem:lemma2173 + [ a r:Fact; r:gives {999 log:repeat 175}] + skolem:lemma1174 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 175]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma176 a r:Inference; r:gives { 176 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 176}] - skolem:lemma2174 + [ a r:Fact; r:gives {999 log:repeat 176}] + skolem:lemma1175 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 176]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma177 a r:Inference; r:gives { 177 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 177}] - skolem:lemma2175 + [ a r:Fact; r:gives {999 log:repeat 177}] + skolem:lemma1176 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 177]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma178 a r:Inference; r:gives { 178 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 178}] - skolem:lemma2176 + [ a r:Fact; r:gives {999 log:repeat 178}] + skolem:lemma1177 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 178]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma179 a r:Inference; r:gives { 179 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 179}] - skolem:lemma2177 + [ a r:Fact; r:gives {999 log:repeat 179}] + skolem:lemma1178 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 179]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma180 a r:Inference; r:gives { 180 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 180}] - skolem:lemma2178 + [ a r:Fact; r:gives {999 log:repeat 180}] + skolem:lemma1179 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 180]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma181 a r:Inference; r:gives { 181 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 181}] - skolem:lemma2179 + [ a r:Fact; r:gives {999 log:repeat 181}] + skolem:lemma1180 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 181]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma182 a r:Inference; r:gives { 182 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 182}] - skolem:lemma2180 + [ a r:Fact; r:gives {999 log:repeat 182}] + skolem:lemma1181 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 182]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma183 a r:Inference; r:gives { 183 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 183}] - skolem:lemma2181 + [ a r:Fact; r:gives {999 log:repeat 183}] + skolem:lemma1182 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 183]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma184 a r:Inference; r:gives { 184 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 184}] - skolem:lemma2182 + [ a r:Fact; r:gives {999 log:repeat 184}] + skolem:lemma1183 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 184]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma185 a r:Inference; r:gives { 185 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 185}] - skolem:lemma2183 + [ a r:Fact; r:gives {999 log:repeat 185}] + skolem:lemma1184 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 185]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma186 a r:Inference; r:gives { 186 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 186}] - skolem:lemma2184 + [ a r:Fact; r:gives {999 log:repeat 186}] + skolem:lemma1185 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 186]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma187 a r:Inference; r:gives { 187 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 187}] - skolem:lemma2185 + [ a r:Fact; r:gives {999 log:repeat 187}] + skolem:lemma1186 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 187]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma188 a r:Inference; r:gives { 188 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 188}] - skolem:lemma2186 + [ a r:Fact; r:gives {999 log:repeat 188}] + skolem:lemma1187 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 188]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma189 a r:Inference; r:gives { 189 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 189}] - skolem:lemma2187 + [ a r:Fact; r:gives {999 log:repeat 189}] + skolem:lemma1188 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 189]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma190 a r:Inference; r:gives { 190 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 190}] - skolem:lemma2188 + [ a r:Fact; r:gives {999 log:repeat 190}] + skolem:lemma1189 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 190]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma191 a r:Inference; r:gives { 191 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 191}] - skolem:lemma2189 + [ a r:Fact; r:gives {999 log:repeat 191}] + skolem:lemma1190 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 191]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma192 a r:Inference; r:gives { 192 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 192}] - skolem:lemma2190 + [ a r:Fact; r:gives {999 log:repeat 192}] + skolem:lemma1191 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 192]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma193 a r:Inference; r:gives { 193 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 193}] - skolem:lemma2191 + [ a r:Fact; r:gives {999 log:repeat 193}] + skolem:lemma1192 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 193]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma194 a r:Inference; r:gives { 194 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 194}] - skolem:lemma2192 + [ a r:Fact; r:gives {999 log:repeat 194}] + skolem:lemma1193 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 194]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma195 a r:Inference; r:gives { 195 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 195}] - skolem:lemma2193 + [ a r:Fact; r:gives {999 log:repeat 195}] + skolem:lemma1194 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 195]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma196 a r:Inference; r:gives { 196 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 196}] - skolem:lemma2194 + [ a r:Fact; r:gives {999 log:repeat 196}] + skolem:lemma1195 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 196]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma197 a r:Inference; r:gives { 197 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 197}] - skolem:lemma2195 + [ a r:Fact; r:gives {999 log:repeat 197}] + skolem:lemma1196 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 197]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma198 a r:Inference; r:gives { 198 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 198}] - skolem:lemma2196 + [ a r:Fact; r:gives {999 log:repeat 198}] + skolem:lemma1197 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 198]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma199 a r:Inference; r:gives { 199 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 199}] - skolem:lemma2197 + [ a r:Fact; r:gives {999 log:repeat 199}] + skolem:lemma1198 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 199]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma200 a r:Inference; r:gives { 200 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 200}] - skolem:lemma2198 + [ a r:Fact; r:gives {999 log:repeat 200}] + skolem:lemma1199 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma201 a r:Inference; r:gives { 201 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 201}] - skolem:lemma2199 + [ a r:Fact; r:gives {999 log:repeat 201}] + skolem:lemma1200 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 201]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma202 a r:Inference; r:gives { 202 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 202}] - skolem:lemma2200 + [ a r:Fact; r:gives {999 log:repeat 202}] + skolem:lemma1201 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 202]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma203 a r:Inference; r:gives { 203 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 203}] - skolem:lemma2201 + [ a r:Fact; r:gives {999 log:repeat 203}] + skolem:lemma1202 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 203]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma204 a r:Inference; r:gives { 204 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 204}] - skolem:lemma2202 + [ a r:Fact; r:gives {999 log:repeat 204}] + skolem:lemma1203 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 204]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma205 a r:Inference; r:gives { 205 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 205}] - skolem:lemma2203 + [ a r:Fact; r:gives {999 log:repeat 205}] + skolem:lemma1204 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 205]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma206 a r:Inference; r:gives { 206 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 206}] - skolem:lemma2204 + [ a r:Fact; r:gives {999 log:repeat 206}] + skolem:lemma1205 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 206]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma207 a r:Inference; r:gives { 207 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 207}] - skolem:lemma2205 + [ a r:Fact; r:gives {999 log:repeat 207}] + skolem:lemma1206 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 207]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma208 a r:Inference; r:gives { 208 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 208}] - skolem:lemma2206 + [ a r:Fact; r:gives {999 log:repeat 208}] + skolem:lemma1207 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 208]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma209 a r:Inference; r:gives { 209 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 209}] - skolem:lemma2207 + [ a r:Fact; r:gives {999 log:repeat 209}] + skolem:lemma1208 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 209]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma210 a r:Inference; r:gives { 210 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 210}] - skolem:lemma2208 + [ a r:Fact; r:gives {999 log:repeat 210}] + skolem:lemma1209 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 210]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma211 a r:Inference; r:gives { 211 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 211}] - skolem:lemma2209 + [ a r:Fact; r:gives {999 log:repeat 211}] + skolem:lemma1210 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 211]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma212 a r:Inference; r:gives { 212 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 212}] - skolem:lemma2210 + [ a r:Fact; r:gives {999 log:repeat 212}] + skolem:lemma1211 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 212]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma213 a r:Inference; r:gives { 213 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 213}] - skolem:lemma2211 + [ a r:Fact; r:gives {999 log:repeat 213}] + skolem:lemma1212 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 213]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma214 a r:Inference; r:gives { 214 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 214}] - skolem:lemma2212 + [ a r:Fact; r:gives {999 log:repeat 214}] + skolem:lemma1213 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 214]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma215 a r:Inference; r:gives { 215 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 215}] - skolem:lemma2213 + [ a r:Fact; r:gives {999 log:repeat 215}] + skolem:lemma1214 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 215]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma216 a r:Inference; r:gives { 216 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 216}] - skolem:lemma2214 + [ a r:Fact; r:gives {999 log:repeat 216}] + skolem:lemma1215 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 216]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma217 a r:Inference; r:gives { 217 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 217}] - skolem:lemma2215 + [ a r:Fact; r:gives {999 log:repeat 217}] + skolem:lemma1216 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 217]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma218 a r:Inference; r:gives { 218 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 218}] - skolem:lemma2216 + [ a r:Fact; r:gives {999 log:repeat 218}] + skolem:lemma1217 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 218]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma219 a r:Inference; r:gives { 219 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 219}] - skolem:lemma2217 + [ a r:Fact; r:gives {999 log:repeat 219}] + skolem:lemma1218 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 219]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma220 a r:Inference; r:gives { 220 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 220}] - skolem:lemma2218 + [ a r:Fact; r:gives {999 log:repeat 220}] + skolem:lemma1219 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 220]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma221 a r:Inference; r:gives { 221 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 221}] - skolem:lemma2219 + [ a r:Fact; r:gives {999 log:repeat 221}] + skolem:lemma1220 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 221]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma222 a r:Inference; r:gives { 222 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 222}] - skolem:lemma2220 + [ a r:Fact; r:gives {999 log:repeat 222}] + skolem:lemma1221 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 222]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma223 a r:Inference; r:gives { 223 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 223}] - skolem:lemma2221 + [ a r:Fact; r:gives {999 log:repeat 223}] + skolem:lemma1222 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 223]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma224 a r:Inference; r:gives { 224 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 224}] - skolem:lemma2222 + [ a r:Fact; r:gives {999 log:repeat 224}] + skolem:lemma1223 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 224]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma225 a r:Inference; r:gives { 225 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 225}] - skolem:lemma2223 + [ a r:Fact; r:gives {999 log:repeat 225}] + skolem:lemma1224 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 225]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma226 a r:Inference; r:gives { 226 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 226}] - skolem:lemma2224 + [ a r:Fact; r:gives {999 log:repeat 226}] + skolem:lemma1225 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 226]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma227 a r:Inference; r:gives { 227 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 227}] - skolem:lemma2225 + [ a r:Fact; r:gives {999 log:repeat 227}] + skolem:lemma1226 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 227]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma228 a r:Inference; r:gives { 228 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 228}] - skolem:lemma2226 + [ a r:Fact; r:gives {999 log:repeat 228}] + skolem:lemma1227 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 228]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma229 a r:Inference; r:gives { 229 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 229}] - skolem:lemma2227 + [ a r:Fact; r:gives {999 log:repeat 229}] + skolem:lemma1228 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 229]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma230 a r:Inference; r:gives { 230 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 230}] - skolem:lemma2228 + [ a r:Fact; r:gives {999 log:repeat 230}] + skolem:lemma1229 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 230]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma231 a r:Inference; r:gives { 231 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 231}] - skolem:lemma2229 + [ a r:Fact; r:gives {999 log:repeat 231}] + skolem:lemma1230 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 231]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma232 a r:Inference; r:gives { 232 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 232}] - skolem:lemma2230 + [ a r:Fact; r:gives {999 log:repeat 232}] + skolem:lemma1231 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 232]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma233 a r:Inference; r:gives { 233 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 233}] - skolem:lemma2231 + [ a r:Fact; r:gives {999 log:repeat 233}] + skolem:lemma1232 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 233]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma234 a r:Inference; r:gives { 234 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 234}] - skolem:lemma2232 + [ a r:Fact; r:gives {999 log:repeat 234}] + skolem:lemma1233 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 234]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma235 a r:Inference; r:gives { 235 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 235}] - skolem:lemma2233 + [ a r:Fact; r:gives {999 log:repeat 235}] + skolem:lemma1234 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 235]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma236 a r:Inference; r:gives { 236 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 236}] - skolem:lemma2234 + [ a r:Fact; r:gives {999 log:repeat 236}] + skolem:lemma1235 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 236]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma237 a r:Inference; r:gives { 237 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 237}] - skolem:lemma2235 + [ a r:Fact; r:gives {999 log:repeat 237}] + skolem:lemma1236 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 237]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma238 a r:Inference; r:gives { 238 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 238}] - skolem:lemma2236 + [ a r:Fact; r:gives {999 log:repeat 238}] + skolem:lemma1237 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 238]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma239 a r:Inference; r:gives { 239 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 239}] - skolem:lemma2237 + [ a r:Fact; r:gives {999 log:repeat 239}] + skolem:lemma1238 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 239]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma240 a r:Inference; r:gives { 240 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 240}] - skolem:lemma2238 + [ a r:Fact; r:gives {999 log:repeat 240}] + skolem:lemma1239 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 240]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma241 a r:Inference; r:gives { 241 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 241}] - skolem:lemma2239 + [ a r:Fact; r:gives {999 log:repeat 241}] + skolem:lemma1240 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 241]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma242 a r:Inference; r:gives { 242 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 242}] - skolem:lemma2240 + [ a r:Fact; r:gives {999 log:repeat 242}] + skolem:lemma1241 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 242]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma243 a r:Inference; r:gives { 243 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 243}] - skolem:lemma2241 + [ a r:Fact; r:gives {999 log:repeat 243}] + skolem:lemma1242 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 243]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma244 a r:Inference; r:gives { 244 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 244}] - skolem:lemma2242 + [ a r:Fact; r:gives {999 log:repeat 244}] + skolem:lemma1243 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 244]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma245 a r:Inference; r:gives { 245 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 245}] - skolem:lemma2243 + [ a r:Fact; r:gives {999 log:repeat 245}] + skolem:lemma1244 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 245]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma246 a r:Inference; r:gives { 246 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 246}] - skolem:lemma2244 + [ a r:Fact; r:gives {999 log:repeat 246}] + skolem:lemma1245 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 246]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma247 a r:Inference; r:gives { 247 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 247}] - skolem:lemma2245 + [ a r:Fact; r:gives {999 log:repeat 247}] + skolem:lemma1246 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 247]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma248 a r:Inference; r:gives { 248 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 248}] - skolem:lemma2246 + [ a r:Fact; r:gives {999 log:repeat 248}] + skolem:lemma1247 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 248]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma249 a r:Inference; r:gives { 249 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 249}] - skolem:lemma2247 + [ a r:Fact; r:gives {999 log:repeat 249}] + skolem:lemma1248 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 249]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma250 a r:Inference; r:gives { 250 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 250}] - skolem:lemma2248 + [ a r:Fact; r:gives {999 log:repeat 250}] + skolem:lemma1249 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 250]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma251 a r:Inference; r:gives { 251 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 251}] - skolem:lemma2249 + [ a r:Fact; r:gives {999 log:repeat 251}] + skolem:lemma1250 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 251]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma252 a r:Inference; r:gives { 252 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 252}] - skolem:lemma2250 + [ a r:Fact; r:gives {999 log:repeat 252}] + skolem:lemma1251 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 252]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma253 a r:Inference; r:gives { 253 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 253}] - skolem:lemma2251 + [ a r:Fact; r:gives {999 log:repeat 253}] + skolem:lemma1252 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 253]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma254 a r:Inference; r:gives { 254 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 254}] - skolem:lemma2252 + [ a r:Fact; r:gives {999 log:repeat 254}] + skolem:lemma1253 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 254]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma255 a r:Inference; r:gives { 255 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 255}] - skolem:lemma2253 + [ a r:Fact; r:gives {999 log:repeat 255}] + skolem:lemma1254 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 255]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma256 a r:Inference; r:gives { 256 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 256}] - skolem:lemma2254 + [ a r:Fact; r:gives {999 log:repeat 256}] + skolem:lemma1255 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 256]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma257 a r:Inference; r:gives { 257 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 257}] - skolem:lemma2255 + [ a r:Fact; r:gives {999 log:repeat 257}] + skolem:lemma1256 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 257]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma258 a r:Inference; r:gives { 258 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 258}] - skolem:lemma2256 + [ a r:Fact; r:gives {999 log:repeat 258}] + skolem:lemma1257 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 258]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma259 a r:Inference; r:gives { 259 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 259}] - skolem:lemma2257 + [ a r:Fact; r:gives {999 log:repeat 259}] + skolem:lemma1258 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 259]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma260 a r:Inference; r:gives { 260 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 260}] - skolem:lemma2258 + [ a r:Fact; r:gives {999 log:repeat 260}] + skolem:lemma1259 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 260]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma261 a r:Inference; r:gives { 261 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 261}] - skolem:lemma2259 + [ a r:Fact; r:gives {999 log:repeat 261}] + skolem:lemma1260 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 261]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma262 a r:Inference; r:gives { 262 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 262}] - skolem:lemma2260 + [ a r:Fact; r:gives {999 log:repeat 262}] + skolem:lemma1261 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma263 a r:Inference; r:gives { 263 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 263}] - skolem:lemma2261 + [ a r:Fact; r:gives {999 log:repeat 263}] + skolem:lemma1262 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 263]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma264 a r:Inference; r:gives { 264 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 264}] - skolem:lemma2262 + [ a r:Fact; r:gives {999 log:repeat 264}] + skolem:lemma1263 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 264]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma265 a r:Inference; r:gives { 265 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 265}] - skolem:lemma2263 + [ a r:Fact; r:gives {999 log:repeat 265}] + skolem:lemma1264 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 265]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma266 a r:Inference; r:gives { 266 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 266}] - skolem:lemma2264 + [ a r:Fact; r:gives {999 log:repeat 266}] + skolem:lemma1265 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 266]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma267 a r:Inference; r:gives { 267 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 267}] - skolem:lemma2265 + [ a r:Fact; r:gives {999 log:repeat 267}] + skolem:lemma1266 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 267]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma268 a r:Inference; r:gives { 268 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 268}] - skolem:lemma2266 + [ a r:Fact; r:gives {999 log:repeat 268}] + skolem:lemma1267 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma269 a r:Inference; r:gives { 269 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 269}] - skolem:lemma2267 + [ a r:Fact; r:gives {999 log:repeat 269}] + skolem:lemma1268 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 269]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma270 a r:Inference; r:gives { 270 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 270}] - skolem:lemma2268 + [ a r:Fact; r:gives {999 log:repeat 270}] + skolem:lemma1269 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 270]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma271 a r:Inference; r:gives { 271 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 271}] - skolem:lemma2269 + [ a r:Fact; r:gives {999 log:repeat 271}] + skolem:lemma1270 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 271]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma272 a r:Inference; r:gives { 272 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 272}] - skolem:lemma2270 + [ a r:Fact; r:gives {999 log:repeat 272}] + skolem:lemma1271 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 272]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma273 a r:Inference; r:gives { 273 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 273}] - skolem:lemma2271 + [ a r:Fact; r:gives {999 log:repeat 273}] + skolem:lemma1272 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 273]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma274 a r:Inference; r:gives { 274 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 274}] - skolem:lemma2272 + [ a r:Fact; r:gives {999 log:repeat 274}] + skolem:lemma1273 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 274]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma275 a r:Inference; r:gives { 275 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 275}] - skolem:lemma2273 + [ a r:Fact; r:gives {999 log:repeat 275}] + skolem:lemma1274 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 275]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma276 a r:Inference; r:gives { 276 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 276}] - skolem:lemma2274 + [ a r:Fact; r:gives {999 log:repeat 276}] + skolem:lemma1275 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 276]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma277 a r:Inference; r:gives { 277 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 277}] - skolem:lemma2275 + [ a r:Fact; r:gives {999 log:repeat 277}] + skolem:lemma1276 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 277]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma278 a r:Inference; r:gives { 278 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 278}] - skolem:lemma2276 + [ a r:Fact; r:gives {999 log:repeat 278}] + skolem:lemma1277 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 278]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma279 a r:Inference; r:gives { 279 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 279}] - skolem:lemma2277 + [ a r:Fact; r:gives {999 log:repeat 279}] + skolem:lemma1278 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 279]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma280 a r:Inference; r:gives { 280 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 280}] - skolem:lemma2278 + [ a r:Fact; r:gives {999 log:repeat 280}] + skolem:lemma1279 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 280]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma281 a r:Inference; r:gives { 281 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 281}] - skolem:lemma2279 + [ a r:Fact; r:gives {999 log:repeat 281}] + skolem:lemma1280 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 281]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma282 a r:Inference; r:gives { 282 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 282}] - skolem:lemma2280 + [ a r:Fact; r:gives {999 log:repeat 282}] + skolem:lemma1281 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 282]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma283 a r:Inference; r:gives { 283 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 283}] - skolem:lemma2281 + [ a r:Fact; r:gives {999 log:repeat 283}] + skolem:lemma1282 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 283]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma284 a r:Inference; r:gives { 284 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 284}] - skolem:lemma2282 + [ a r:Fact; r:gives {999 log:repeat 284}] + skolem:lemma1283 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 284]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma285 a r:Inference; r:gives { 285 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 285}] - skolem:lemma2283 + [ a r:Fact; r:gives {999 log:repeat 285}] + skolem:lemma1284 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 285]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma286 a r:Inference; r:gives { 286 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 286}] - skolem:lemma2284 + [ a r:Fact; r:gives {999 log:repeat 286}] + skolem:lemma1285 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 286]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma287 a r:Inference; r:gives { 287 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 287}] - skolem:lemma2285 + [ a r:Fact; r:gives {999 log:repeat 287}] + skolem:lemma1286 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 287]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma288 a r:Inference; r:gives { 288 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 288}] - skolem:lemma2286 + [ a r:Fact; r:gives {999 log:repeat 288}] + skolem:lemma1287 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 288]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma289 a r:Inference; r:gives { 289 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 289}] - skolem:lemma2287 + [ a r:Fact; r:gives {999 log:repeat 289}] + skolem:lemma1288 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 289]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma290 a r:Inference; r:gives { 290 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 290}] - skolem:lemma2288 + [ a r:Fact; r:gives {999 log:repeat 290}] + skolem:lemma1289 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 290]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma291 a r:Inference; r:gives { 291 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 291}] - skolem:lemma2289 + [ a r:Fact; r:gives {999 log:repeat 291}] + skolem:lemma1290 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 291]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma292 a r:Inference; r:gives { 292 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 292}] - skolem:lemma2290 + [ a r:Fact; r:gives {999 log:repeat 292}] + skolem:lemma1291 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 292]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma293 a r:Inference; r:gives { 293 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 293}] - skolem:lemma2291 + [ a r:Fact; r:gives {999 log:repeat 293}] + skolem:lemma1292 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 293]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma294 a r:Inference; r:gives { 294 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 294}] - skolem:lemma2292 + [ a r:Fact; r:gives {999 log:repeat 294}] + skolem:lemma1293 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 294]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma295 a r:Inference; r:gives { 295 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 295}] - skolem:lemma2293 + [ a r:Fact; r:gives {999 log:repeat 295}] + skolem:lemma1294 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 295]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma296 a r:Inference; r:gives { 296 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 296}] - skolem:lemma2294 + [ a r:Fact; r:gives {999 log:repeat 296}] + skolem:lemma1295 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 296]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma297 a r:Inference; r:gives { 297 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 297}] - skolem:lemma2295 + [ a r:Fact; r:gives {999 log:repeat 297}] + skolem:lemma1296 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 297]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma298 a r:Inference; r:gives { 298 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 298}] - skolem:lemma2296 + [ a r:Fact; r:gives {999 log:repeat 298}] + skolem:lemma1297 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 298]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma299 a r:Inference; r:gives { 299 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 299}] - skolem:lemma2297 + [ a r:Fact; r:gives {999 log:repeat 299}] + skolem:lemma1298 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 299]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma300 a r:Inference; r:gives { 300 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 300}] - skolem:lemma2298 + [ a r:Fact; r:gives {999 log:repeat 300}] + skolem:lemma1299 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma301 a r:Inference; r:gives { 301 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 301}] - skolem:lemma2299 + [ a r:Fact; r:gives {999 log:repeat 301}] + skolem:lemma1300 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 301]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma302 a r:Inference; r:gives { 302 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 302}] - skolem:lemma2300 + [ a r:Fact; r:gives {999 log:repeat 302}] + skolem:lemma1301 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 302]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma303 a r:Inference; r:gives { 303 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 303}] - skolem:lemma2301 + [ a r:Fact; r:gives {999 log:repeat 303}] + skolem:lemma1302 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 303]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma304 a r:Inference; r:gives { 304 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 304}] - skolem:lemma2302 + [ a r:Fact; r:gives {999 log:repeat 304}] + skolem:lemma1303 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 304]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma305 a r:Inference; r:gives { 305 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 305}] - skolem:lemma2303 + [ a r:Fact; r:gives {999 log:repeat 305}] + skolem:lemma1304 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 305]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma306 a r:Inference; r:gives { 306 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 306}] - skolem:lemma2304 + [ a r:Fact; r:gives {999 log:repeat 306}] + skolem:lemma1305 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 306]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma307 a r:Inference; r:gives { 307 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 307}] - skolem:lemma2305 + [ a r:Fact; r:gives {999 log:repeat 307}] + skolem:lemma1306 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 307]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma308 a r:Inference; r:gives { 308 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 308}] - skolem:lemma2306 + [ a r:Fact; r:gives {999 log:repeat 308}] + skolem:lemma1307 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 308]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma309 a r:Inference; r:gives { 309 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 309}] - skolem:lemma2307 + [ a r:Fact; r:gives {999 log:repeat 309}] + skolem:lemma1308 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 309]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma310 a r:Inference; r:gives { 310 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 310}] - skolem:lemma2308 + [ a r:Fact; r:gives {999 log:repeat 310}] + skolem:lemma1309 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 310]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma311 a r:Inference; r:gives { 311 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 311}] - skolem:lemma2309 + [ a r:Fact; r:gives {999 log:repeat 311}] + skolem:lemma1310 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 311]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma312 a r:Inference; r:gives { 312 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 312}] - skolem:lemma2310 + [ a r:Fact; r:gives {999 log:repeat 312}] + skolem:lemma1311 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 312]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma313 a r:Inference; r:gives { 313 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 313}] - skolem:lemma2311 + [ a r:Fact; r:gives {999 log:repeat 313}] + skolem:lemma1312 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 313]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma314 a r:Inference; r:gives { 314 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 314}] - skolem:lemma2312 + [ a r:Fact; r:gives {999 log:repeat 314}] + skolem:lemma1313 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 314]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma315 a r:Inference; r:gives { 315 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 315}] - skolem:lemma2313 + [ a r:Fact; r:gives {999 log:repeat 315}] + skolem:lemma1314 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 315]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma316 a r:Inference; r:gives { 316 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 316}] - skolem:lemma2314 + [ a r:Fact; r:gives {999 log:repeat 316}] + skolem:lemma1315 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 316]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma317 a r:Inference; r:gives { 317 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 317}] - skolem:lemma2315 + [ a r:Fact; r:gives {999 log:repeat 317}] + skolem:lemma1316 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 317]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma318 a r:Inference; r:gives { 318 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 318}] - skolem:lemma2316 + [ a r:Fact; r:gives {999 log:repeat 318}] + skolem:lemma1317 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 318]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma319 a r:Inference; r:gives { 319 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 319}] - skolem:lemma2317 + [ a r:Fact; r:gives {999 log:repeat 319}] + skolem:lemma1318 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 319]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma320 a r:Inference; r:gives { 320 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 320}] - skolem:lemma2318 + [ a r:Fact; r:gives {999 log:repeat 320}] + skolem:lemma1319 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 320]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma321 a r:Inference; r:gives { 321 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 321}] - skolem:lemma2319 + [ a r:Fact; r:gives {999 log:repeat 321}] + skolem:lemma1320 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 321]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma322 a r:Inference; r:gives { 322 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 322}] - skolem:lemma2320 + [ a r:Fact; r:gives {999 log:repeat 322}] + skolem:lemma1321 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 322]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma323 a r:Inference; r:gives { 323 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 323}] - skolem:lemma2321 + [ a r:Fact; r:gives {999 log:repeat 323}] + skolem:lemma1322 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 323]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma324 a r:Inference; r:gives { 324 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 324}] - skolem:lemma2322 + [ a r:Fact; r:gives {999 log:repeat 324}] + skolem:lemma1323 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 324]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma325 a r:Inference; r:gives { 325 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 325}] - skolem:lemma2323 + [ a r:Fact; r:gives {999 log:repeat 325}] + skolem:lemma1324 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 325]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma326 a r:Inference; r:gives { 326 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 326}] - skolem:lemma2324 + [ a r:Fact; r:gives {999 log:repeat 326}] + skolem:lemma1325 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 326]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma327 a r:Inference; r:gives { 327 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 327}] - skolem:lemma2325 + [ a r:Fact; r:gives {999 log:repeat 327}] + skolem:lemma1326 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 327]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma328 a r:Inference; r:gives { 328 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 328}] - skolem:lemma2326 + [ a r:Fact; r:gives {999 log:repeat 328}] + skolem:lemma1327 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 328]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma329 a r:Inference; r:gives { 329 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 329}] - skolem:lemma2327 + [ a r:Fact; r:gives {999 log:repeat 329}] + skolem:lemma1328 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 329]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma330 a r:Inference; r:gives { 330 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 330}] - skolem:lemma2328 + [ a r:Fact; r:gives {999 log:repeat 330}] + skolem:lemma1329 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 330]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma331 a r:Inference; r:gives { 331 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 331}] - skolem:lemma2329 + [ a r:Fact; r:gives {999 log:repeat 331}] + skolem:lemma1330 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 331]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma332 a r:Inference; r:gives { 332 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 332}] - skolem:lemma2330 + [ a r:Fact; r:gives {999 log:repeat 332}] + skolem:lemma1331 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 332]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma333 a r:Inference; r:gives { 333 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 333}] - skolem:lemma2331 + [ a r:Fact; r:gives {999 log:repeat 333}] + skolem:lemma1332 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 333]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma334 a r:Inference; r:gives { 334 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 334}] - skolem:lemma2332 + [ a r:Fact; r:gives {999 log:repeat 334}] + skolem:lemma1333 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 334]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma335 a r:Inference; r:gives { 335 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 335}] - skolem:lemma2333 + [ a r:Fact; r:gives {999 log:repeat 335}] + skolem:lemma1334 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 335]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma336 a r:Inference; r:gives { 336 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 336}] - skolem:lemma2334 + [ a r:Fact; r:gives {999 log:repeat 336}] + skolem:lemma1335 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 336]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma337 a r:Inference; r:gives { 337 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 337}] - skolem:lemma2335 + [ a r:Fact; r:gives {999 log:repeat 337}] + skolem:lemma1336 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 337]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma338 a r:Inference; r:gives { 338 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 338}] - skolem:lemma2336 + [ a r:Fact; r:gives {999 log:repeat 338}] + skolem:lemma1337 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 338]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma339 a r:Inference; r:gives { 339 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 339}] - skolem:lemma2337 + [ a r:Fact; r:gives {999 log:repeat 339}] + skolem:lemma1338 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 339]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma340 a r:Inference; r:gives { 340 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 340}] - skolem:lemma2338 + [ a r:Fact; r:gives {999 log:repeat 340}] + skolem:lemma1339 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 340]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma341 a r:Inference; r:gives { 341 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 341}] - skolem:lemma2339 + [ a r:Fact; r:gives {999 log:repeat 341}] + skolem:lemma1340 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 341]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma342 a r:Inference; r:gives { 342 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 342}] - skolem:lemma2340 + [ a r:Fact; r:gives {999 log:repeat 342}] + skolem:lemma1341 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 342]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma343 a r:Inference; r:gives { 343 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 343}] - skolem:lemma2341 + [ a r:Fact; r:gives {999 log:repeat 343}] + skolem:lemma1342 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 343]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma344 a r:Inference; r:gives { 344 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 344}] - skolem:lemma2342 + [ a r:Fact; r:gives {999 log:repeat 344}] + skolem:lemma1343 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 344]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma345 a r:Inference; r:gives { 345 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 345}] - skolem:lemma2343 + [ a r:Fact; r:gives {999 log:repeat 345}] + skolem:lemma1344 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 345]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma346 a r:Inference; r:gives { 346 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 346}] - skolem:lemma2344 + [ a r:Fact; r:gives {999 log:repeat 346}] + skolem:lemma1345 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 346]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma347 a r:Inference; r:gives { 347 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 347}] - skolem:lemma2345 + [ a r:Fact; r:gives {999 log:repeat 347}] + skolem:lemma1346 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 347]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma348 a r:Inference; r:gives { 348 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 348}] - skolem:lemma2346 + [ a r:Fact; r:gives {999 log:repeat 348}] + skolem:lemma1347 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 348]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma349 a r:Inference; r:gives { 349 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 349}] - skolem:lemma2347 + [ a r:Fact; r:gives {999 log:repeat 349}] + skolem:lemma1348 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 349]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma350 a r:Inference; r:gives { 350 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 350}] - skolem:lemma2348 + [ a r:Fact; r:gives {999 log:repeat 350}] + skolem:lemma1349 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 350]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma351 a r:Inference; r:gives { 351 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 351}] - skolem:lemma2349 + [ a r:Fact; r:gives {999 log:repeat 351}] + skolem:lemma1350 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 351]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma352 a r:Inference; r:gives { 352 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 352}] - skolem:lemma2350 + [ a r:Fact; r:gives {999 log:repeat 352}] + skolem:lemma1351 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 352]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma353 a r:Inference; r:gives { 353 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 353}] - skolem:lemma2351 + [ a r:Fact; r:gives {999 log:repeat 353}] + skolem:lemma1352 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 353]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma354 a r:Inference; r:gives { 354 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 354}] - skolem:lemma2352 + [ a r:Fact; r:gives {999 log:repeat 354}] + skolem:lemma1353 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 354]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma355 a r:Inference; r:gives { 355 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 355}] - skolem:lemma2353 + [ a r:Fact; r:gives {999 log:repeat 355}] + skolem:lemma1354 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 355]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma356 a r:Inference; r:gives { 356 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 356}] - skolem:lemma2354 + [ a r:Fact; r:gives {999 log:repeat 356}] + skolem:lemma1355 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 356]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma357 a r:Inference; r:gives { 357 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 357}] - skolem:lemma2355 + [ a r:Fact; r:gives {999 log:repeat 357}] + skolem:lemma1356 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 357]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma358 a r:Inference; r:gives { 358 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 358}] - skolem:lemma2356 + [ a r:Fact; r:gives {999 log:repeat 358}] + skolem:lemma1357 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 358]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma359 a r:Inference; r:gives { 359 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 359}] - skolem:lemma2357 + [ a r:Fact; r:gives {999 log:repeat 359}] + skolem:lemma1358 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 359]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma360 a r:Inference; r:gives { 360 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 360}] - skolem:lemma2358 + [ a r:Fact; r:gives {999 log:repeat 360}] + skolem:lemma1359 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 360]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma361 a r:Inference; r:gives { 361 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 361}] - skolem:lemma2359 + [ a r:Fact; r:gives {999 log:repeat 361}] + skolem:lemma1360 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 361]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma362 a r:Inference; r:gives { 362 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 362}] - skolem:lemma2360 + [ a r:Fact; r:gives {999 log:repeat 362}] + skolem:lemma1361 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 362]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma363 a r:Inference; r:gives { 363 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 363}] - skolem:lemma2361 + [ a r:Fact; r:gives {999 log:repeat 363}] + skolem:lemma1362 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 363]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma364 a r:Inference; r:gives { 364 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 364}] - skolem:lemma2362 + [ a r:Fact; r:gives {999 log:repeat 364}] + skolem:lemma1363 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 364]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma365 a r:Inference; r:gives { 365 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 365}] - skolem:lemma2363 + [ a r:Fact; r:gives {999 log:repeat 365}] + skolem:lemma1364 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 365]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma366 a r:Inference; r:gives { 366 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 366}] - skolem:lemma2364 + [ a r:Fact; r:gives {999 log:repeat 366}] + skolem:lemma1365 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 366]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma367 a r:Inference; r:gives { 367 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 367}] - skolem:lemma2365 + [ a r:Fact; r:gives {999 log:repeat 367}] + skolem:lemma1366 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 367]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma368 a r:Inference; r:gives { 368 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 368}] - skolem:lemma2366 + [ a r:Fact; r:gives {999 log:repeat 368}] + skolem:lemma1367 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 368]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma369 a r:Inference; r:gives { 369 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 369}] - skolem:lemma2367 + [ a r:Fact; r:gives {999 log:repeat 369}] + skolem:lemma1368 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 369]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma370 a r:Inference; r:gives { 370 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 370}] - skolem:lemma2368 + [ a r:Fact; r:gives {999 log:repeat 370}] + skolem:lemma1369 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 370]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma371 a r:Inference; r:gives { 371 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 371}] - skolem:lemma2369 + [ a r:Fact; r:gives {999 log:repeat 371}] + skolem:lemma1370 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 371]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma372 a r:Inference; r:gives { 372 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 372}] - skolem:lemma2370 + [ a r:Fact; r:gives {999 log:repeat 372}] + skolem:lemma1371 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 372]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma373 a r:Inference; r:gives { 373 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 373}] - skolem:lemma2371 + [ a r:Fact; r:gives {999 log:repeat 373}] + skolem:lemma1372 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 373]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma374 a r:Inference; r:gives { 374 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 374}] - skolem:lemma2372 + [ a r:Fact; r:gives {999 log:repeat 374}] + skolem:lemma1373 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 374]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma375 a r:Inference; r:gives { 375 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 375}] - skolem:lemma2373 + [ a r:Fact; r:gives {999 log:repeat 375}] + skolem:lemma1374 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 375]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma376 a r:Inference; r:gives { 376 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 376}] - skolem:lemma2374 + [ a r:Fact; r:gives {999 log:repeat 376}] + skolem:lemma1375 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 376]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma377 a r:Inference; r:gives { 377 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 377}] - skolem:lemma2375 + [ a r:Fact; r:gives {999 log:repeat 377}] + skolem:lemma1376 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 377]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma378 a r:Inference; r:gives { 378 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 378}] - skolem:lemma2376 + [ a r:Fact; r:gives {999 log:repeat 378}] + skolem:lemma1377 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 378]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma379 a r:Inference; r:gives { 379 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 379}] - skolem:lemma2377 + [ a r:Fact; r:gives {999 log:repeat 379}] + skolem:lemma1378 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 379]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma380 a r:Inference; r:gives { 380 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 380}] - skolem:lemma2378 + [ a r:Fact; r:gives {999 log:repeat 380}] + skolem:lemma1379 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 380]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma381 a r:Inference; r:gives { 381 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 381}] - skolem:lemma2379 + [ a r:Fact; r:gives {999 log:repeat 381}] + skolem:lemma1380 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 381]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma382 a r:Inference; r:gives { 382 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 382}] - skolem:lemma2380 + [ a r:Fact; r:gives {999 log:repeat 382}] + skolem:lemma1381 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 382]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma383 a r:Inference; r:gives { 383 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 383}] - skolem:lemma2381 + [ a r:Fact; r:gives {999 log:repeat 383}] + skolem:lemma1382 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 383]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma384 a r:Inference; r:gives { 384 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 384}] - skolem:lemma2382 + [ a r:Fact; r:gives {999 log:repeat 384}] + skolem:lemma1383 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 384]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma385 a r:Inference; r:gives { 385 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 385}] - skolem:lemma2383 + [ a r:Fact; r:gives {999 log:repeat 385}] + skolem:lemma1384 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 385]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma386 a r:Inference; r:gives { 386 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 386}] - skolem:lemma2384 + [ a r:Fact; r:gives {999 log:repeat 386}] + skolem:lemma1385 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 386]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma387 a r:Inference; r:gives { 387 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 387}] - skolem:lemma2385 + [ a r:Fact; r:gives {999 log:repeat 387}] + skolem:lemma1386 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 387]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma388 a r:Inference; r:gives { 388 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 388}] - skolem:lemma2386 + [ a r:Fact; r:gives {999 log:repeat 388}] + skolem:lemma1387 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 388]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma389 a r:Inference; r:gives { 389 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 389}] - skolem:lemma2387 + [ a r:Fact; r:gives {999 log:repeat 389}] + skolem:lemma1388 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 389]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma390 a r:Inference; r:gives { 390 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 390}] - skolem:lemma2388 + [ a r:Fact; r:gives {999 log:repeat 390}] + skolem:lemma1389 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 390]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma391 a r:Inference; r:gives { 391 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 391}] - skolem:lemma2389 + [ a r:Fact; r:gives {999 log:repeat 391}] + skolem:lemma1390 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 391]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma392 a r:Inference; r:gives { 392 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 392}] - skolem:lemma2390 + [ a r:Fact; r:gives {999 log:repeat 392}] + skolem:lemma1391 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 392]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma393 a r:Inference; r:gives { 393 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 393}] - skolem:lemma2391 + [ a r:Fact; r:gives {999 log:repeat 393}] + skolem:lemma1392 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 393]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma394 a r:Inference; r:gives { 394 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 394}] - skolem:lemma2392 + [ a r:Fact; r:gives {999 log:repeat 394}] + skolem:lemma1393 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 394]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma395 a r:Inference; r:gives { 395 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 395}] - skolem:lemma2393 + [ a r:Fact; r:gives {999 log:repeat 395}] + skolem:lemma1394 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 395]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma396 a r:Inference; r:gives { 396 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 396}] - skolem:lemma2394 + [ a r:Fact; r:gives {999 log:repeat 396}] + skolem:lemma1395 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 396]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma397 a r:Inference; r:gives { 397 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 397}] - skolem:lemma2395 + [ a r:Fact; r:gives {999 log:repeat 397}] + skolem:lemma1396 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 397]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma398 a r:Inference; r:gives { 398 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 398}] - skolem:lemma2396 + [ a r:Fact; r:gives {999 log:repeat 398}] + skolem:lemma1397 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 398]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma399 a r:Inference; r:gives { 399 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 399}] - skolem:lemma2397 + [ a r:Fact; r:gives {999 log:repeat 399}] + skolem:lemma1398 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 399]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma400 a r:Inference; r:gives { 400 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 400}] - skolem:lemma2398 + [ a r:Fact; r:gives {999 log:repeat 400}] + skolem:lemma1399 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma401 a r:Inference; r:gives { 401 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 401}] - skolem:lemma2399 + [ a r:Fact; r:gives {999 log:repeat 401}] + skolem:lemma1400 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 401]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma402 a r:Inference; r:gives { 402 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 402}] - skolem:lemma2400 + [ a r:Fact; r:gives {999 log:repeat 402}] + skolem:lemma1401 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 402]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma403 a r:Inference; r:gives { 403 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 403}] - skolem:lemma2401 + [ a r:Fact; r:gives {999 log:repeat 403}] + skolem:lemma1402 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 403]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma404 a r:Inference; r:gives { 404 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 404}] - skolem:lemma2402 + [ a r:Fact; r:gives {999 log:repeat 404}] + skolem:lemma1403 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 404]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma405 a r:Inference; r:gives { 405 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 405}] - skolem:lemma2403 + [ a r:Fact; r:gives {999 log:repeat 405}] + skolem:lemma1404 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 405]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma406 a r:Inference; r:gives { 406 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 406}] - skolem:lemma2404 + [ a r:Fact; r:gives {999 log:repeat 406}] + skolem:lemma1405 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 406]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma407 a r:Inference; r:gives { 407 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 407}] - skolem:lemma2405 + [ a r:Fact; r:gives {999 log:repeat 407}] + skolem:lemma1406 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 407]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma408 a r:Inference; r:gives { 408 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 408}] - skolem:lemma2406 + [ a r:Fact; r:gives {999 log:repeat 408}] + skolem:lemma1407 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 408]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma409 a r:Inference; r:gives { 409 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 409}] - skolem:lemma2407 + [ a r:Fact; r:gives {999 log:repeat 409}] + skolem:lemma1408 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 409]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma410 a r:Inference; r:gives { 410 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 410}] - skolem:lemma2408 + [ a r:Fact; r:gives {999 log:repeat 410}] + skolem:lemma1409 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 410]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma411 a r:Inference; r:gives { 411 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 411}] - skolem:lemma2409 + [ a r:Fact; r:gives {999 log:repeat 411}] + skolem:lemma1410 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 411]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma412 a r:Inference; r:gives { 412 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 412}] - skolem:lemma2410 + [ a r:Fact; r:gives {999 log:repeat 412}] + skolem:lemma1411 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 412]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma413 a r:Inference; r:gives { 413 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 413}] - skolem:lemma2411 + [ a r:Fact; r:gives {999 log:repeat 413}] + skolem:lemma1412 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 413]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma414 a r:Inference; r:gives { 414 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 414}] - skolem:lemma2412 + [ a r:Fact; r:gives {999 log:repeat 414}] + skolem:lemma1413 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 414]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma415 a r:Inference; r:gives { 415 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 415}] - skolem:lemma2413 + [ a r:Fact; r:gives {999 log:repeat 415}] + skolem:lemma1414 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 415]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma416 a r:Inference; r:gives { 416 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 416}] - skolem:lemma2414 + [ a r:Fact; r:gives {999 log:repeat 416}] + skolem:lemma1415 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 416]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma417 a r:Inference; r:gives { 417 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 417}] - skolem:lemma2415 + [ a r:Fact; r:gives {999 log:repeat 417}] + skolem:lemma1416 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 417]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma418 a r:Inference; r:gives { 418 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 418}] - skolem:lemma2416 + [ a r:Fact; r:gives {999 log:repeat 418}] + skolem:lemma1417 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 418]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma419 a r:Inference; r:gives { 419 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 419}] - skolem:lemma2417 + [ a r:Fact; r:gives {999 log:repeat 419}] + skolem:lemma1418 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 419]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma420 a r:Inference; r:gives { 420 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 420}] - skolem:lemma2418 + [ a r:Fact; r:gives {999 log:repeat 420}] + skolem:lemma1419 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 420]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma421 a r:Inference; r:gives { 421 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 421}] - skolem:lemma2419 + [ a r:Fact; r:gives {999 log:repeat 421}] + skolem:lemma1420 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 421]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma422 a r:Inference; r:gives { 422 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 422}] - skolem:lemma2420 + [ a r:Fact; r:gives {999 log:repeat 422}] + skolem:lemma1421 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 422]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma423 a r:Inference; r:gives { 423 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 423}] - skolem:lemma2421 + [ a r:Fact; r:gives {999 log:repeat 423}] + skolem:lemma1422 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 423]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma424 a r:Inference; r:gives { 424 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 424}] - skolem:lemma2422 + [ a r:Fact; r:gives {999 log:repeat 424}] + skolem:lemma1423 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 424]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma425 a r:Inference; r:gives { 425 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 425}] - skolem:lemma2423 + [ a r:Fact; r:gives {999 log:repeat 425}] + skolem:lemma1424 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 425]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma426 a r:Inference; r:gives { 426 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 426}] - skolem:lemma2424 + [ a r:Fact; r:gives {999 log:repeat 426}] + skolem:lemma1425 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 426]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma427 a r:Inference; r:gives { 427 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 427}] - skolem:lemma2425 + [ a r:Fact; r:gives {999 log:repeat 427}] + skolem:lemma1426 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 427]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma428 a r:Inference; r:gives { 428 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 428}] - skolem:lemma2426 + [ a r:Fact; r:gives {999 log:repeat 428}] + skolem:lemma1427 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 428]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma429 a r:Inference; r:gives { 429 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 429}] - skolem:lemma2427 + [ a r:Fact; r:gives {999 log:repeat 429}] + skolem:lemma1428 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 429]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma430 a r:Inference; r:gives { 430 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 430}] - skolem:lemma2428 + [ a r:Fact; r:gives {999 log:repeat 430}] + skolem:lemma1429 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 430]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma431 a r:Inference; r:gives { 431 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 431}] - skolem:lemma2429 + [ a r:Fact; r:gives {999 log:repeat 431}] + skolem:lemma1430 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 431]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma432 a r:Inference; r:gives { 432 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 432}] - skolem:lemma2430 + [ a r:Fact; r:gives {999 log:repeat 432}] + skolem:lemma1431 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma433 a r:Inference; r:gives { 433 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 433}] - skolem:lemma2431 + [ a r:Fact; r:gives {999 log:repeat 433}] + skolem:lemma1432 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 433]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma434 a r:Inference; r:gives { 434 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 434}] - skolem:lemma2432 + [ a r:Fact; r:gives {999 log:repeat 434}] + skolem:lemma1433 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 434]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma435 a r:Inference; r:gives { 435 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 435}] - skolem:lemma2433 + [ a r:Fact; r:gives {999 log:repeat 435}] + skolem:lemma1434 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 435]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma436 a r:Inference; r:gives { 436 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 436}] - skolem:lemma2434 + [ a r:Fact; r:gives {999 log:repeat 436}] + skolem:lemma1435 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 436]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma437 a r:Inference; r:gives { 437 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 437}] - skolem:lemma2435 + [ a r:Fact; r:gives {999 log:repeat 437}] + skolem:lemma1436 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 437]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma438 a r:Inference; r:gives { 438 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 438}] - skolem:lemma2436 + [ a r:Fact; r:gives {999 log:repeat 438}] + skolem:lemma1437 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 438]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma439 a r:Inference; r:gives { 439 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 439}] - skolem:lemma2437 + [ a r:Fact; r:gives {999 log:repeat 439}] + skolem:lemma1438 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 439]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma440 a r:Inference; r:gives { 440 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 440}] - skolem:lemma2438 + [ a r:Fact; r:gives {999 log:repeat 440}] + skolem:lemma1439 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 440]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma441 a r:Inference; r:gives { 441 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 441}] - skolem:lemma2439 + [ a r:Fact; r:gives {999 log:repeat 441}] + skolem:lemma1440 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 441]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma442 a r:Inference; r:gives { 442 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 442}] - skolem:lemma2440 + [ a r:Fact; r:gives {999 log:repeat 442}] + skolem:lemma1441 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 442]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma443 a r:Inference; r:gives { 443 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 443}] - skolem:lemma2441 + [ a r:Fact; r:gives {999 log:repeat 443}] + skolem:lemma1442 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 443]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma444 a r:Inference; r:gives { 444 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 444}] - skolem:lemma2442 + [ a r:Fact; r:gives {999 log:repeat 444}] + skolem:lemma1443 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 444]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma445 a r:Inference; r:gives { 445 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 445}] - skolem:lemma2443 + [ a r:Fact; r:gives {999 log:repeat 445}] + skolem:lemma1444 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 445]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma446 a r:Inference; r:gives { 446 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 446}] - skolem:lemma2444 + [ a r:Fact; r:gives {999 log:repeat 446}] + skolem:lemma1445 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 446]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma447 a r:Inference; r:gives { 447 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 447}] - skolem:lemma2445 + [ a r:Fact; r:gives {999 log:repeat 447}] + skolem:lemma1446 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 447]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma448 a r:Inference; r:gives { 448 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 448}] - skolem:lemma2446 + [ a r:Fact; r:gives {999 log:repeat 448}] + skolem:lemma1447 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 448]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma449 a r:Inference; r:gives { 449 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 449}] - skolem:lemma2447 + [ a r:Fact; r:gives {999 log:repeat 449}] + skolem:lemma1448 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 449]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma450 a r:Inference; r:gives { 450 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 450}] - skolem:lemma2448 + [ a r:Fact; r:gives {999 log:repeat 450}] + skolem:lemma1449 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 450]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma451 a r:Inference; r:gives { 451 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 451}] - skolem:lemma2449 + [ a r:Fact; r:gives {999 log:repeat 451}] + skolem:lemma1450 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 451]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma452 a r:Inference; r:gives { 452 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 452}] - skolem:lemma2450 + [ a r:Fact; r:gives {999 log:repeat 452}] + skolem:lemma1451 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 452]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma453 a r:Inference; r:gives { 453 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 453}] - skolem:lemma2451 + [ a r:Fact; r:gives {999 log:repeat 453}] + skolem:lemma1452 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 453]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma454 a r:Inference; r:gives { 454 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 454}] - skolem:lemma2452 + [ a r:Fact; r:gives {999 log:repeat 454}] + skolem:lemma1453 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 454]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma455 a r:Inference; r:gives { 455 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 455}] - skolem:lemma2453 + [ a r:Fact; r:gives {999 log:repeat 455}] + skolem:lemma1454 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 455]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma456 a r:Inference; r:gives { 456 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 456}] - skolem:lemma2454 + [ a r:Fact; r:gives {999 log:repeat 456}] + skolem:lemma1455 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma457 a r:Inference; r:gives { 457 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 457}] - skolem:lemma2455 + [ a r:Fact; r:gives {999 log:repeat 457}] + skolem:lemma1456 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 457]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma458 a r:Inference; r:gives { 458 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 458}] - skolem:lemma2456 + [ a r:Fact; r:gives {999 log:repeat 458}] + skolem:lemma1457 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 458]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma459 a r:Inference; r:gives { 459 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 459}] - skolem:lemma2457 + [ a r:Fact; r:gives {999 log:repeat 459}] + skolem:lemma1458 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 459]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma460 a r:Inference; r:gives { 460 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 460}] - skolem:lemma2458 + [ a r:Fact; r:gives {999 log:repeat 460}] + skolem:lemma1459 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 460]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma461 a r:Inference; r:gives { 461 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 461}] - skolem:lemma2459 + [ a r:Fact; r:gives {999 log:repeat 461}] + skolem:lemma1460 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 461]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma462 a r:Inference; r:gives { 462 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 462}] - skolem:lemma2460 + [ a r:Fact; r:gives {999 log:repeat 462}] + skolem:lemma1461 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 462]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma463 a r:Inference; r:gives { 463 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 463}] - skolem:lemma2461 + [ a r:Fact; r:gives {999 log:repeat 463}] + skolem:lemma1462 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 463]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma464 a r:Inference; r:gives { 464 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 464}] - skolem:lemma2462 + [ a r:Fact; r:gives {999 log:repeat 464}] + skolem:lemma1463 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 464]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma465 a r:Inference; r:gives { 465 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 465}] - skolem:lemma2463 + [ a r:Fact; r:gives {999 log:repeat 465}] + skolem:lemma1464 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 465]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma466 a r:Inference; r:gives { 466 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 466}] - skolem:lemma2464 + [ a r:Fact; r:gives {999 log:repeat 466}] + skolem:lemma1465 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 466]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma467 a r:Inference; r:gives { 467 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 467}] - skolem:lemma2465 + [ a r:Fact; r:gives {999 log:repeat 467}] + skolem:lemma1466 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 467]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma468 a r:Inference; r:gives { 468 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 468}] - skolem:lemma2466 + [ a r:Fact; r:gives {999 log:repeat 468}] + skolem:lemma1467 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 468]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma469 a r:Inference; r:gives { 469 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 469}] - skolem:lemma2467 + [ a r:Fact; r:gives {999 log:repeat 469}] + skolem:lemma1468 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 469]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma470 a r:Inference; r:gives { 470 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 470}] - skolem:lemma2468 + [ a r:Fact; r:gives {999 log:repeat 470}] + skolem:lemma1469 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 470]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma471 a r:Inference; r:gives { 471 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 471}] - skolem:lemma2469 + [ a r:Fact; r:gives {999 log:repeat 471}] + skolem:lemma1470 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 471]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma472 a r:Inference; r:gives { 472 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 472}] - skolem:lemma2470 + [ a r:Fact; r:gives {999 log:repeat 472}] + skolem:lemma1471 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 472]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma473 a r:Inference; r:gives { 473 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 473}] - skolem:lemma2471 + [ a r:Fact; r:gives {999 log:repeat 473}] + skolem:lemma1472 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 473]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma474 a r:Inference; r:gives { 474 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 474}] - skolem:lemma2472 + [ a r:Fact; r:gives {999 log:repeat 474}] + skolem:lemma1473 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 474]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma475 a r:Inference; r:gives { 475 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 475}] - skolem:lemma2473 + [ a r:Fact; r:gives {999 log:repeat 475}] + skolem:lemma1474 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 475]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma476 a r:Inference; r:gives { 476 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 476}] - skolem:lemma2474 + [ a r:Fact; r:gives {999 log:repeat 476}] + skolem:lemma1475 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 476]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma477 a r:Inference; r:gives { 477 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 477}] - skolem:lemma2475 + [ a r:Fact; r:gives {999 log:repeat 477}] + skolem:lemma1476 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 477]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma478 a r:Inference; r:gives { 478 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 478}] - skolem:lemma2476 + [ a r:Fact; r:gives {999 log:repeat 478}] + skolem:lemma1477 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 478]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma479 a r:Inference; r:gives { 479 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 479}] - skolem:lemma2477 + [ a r:Fact; r:gives {999 log:repeat 479}] + skolem:lemma1478 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 479]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma480 a r:Inference; r:gives { 480 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 480}] - skolem:lemma2478 + [ a r:Fact; r:gives {999 log:repeat 480}] + skolem:lemma1479 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 480]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma481 a r:Inference; r:gives { 481 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 481}] - skolem:lemma2479 + [ a r:Fact; r:gives {999 log:repeat 481}] + skolem:lemma1480 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 481]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma482 a r:Inference; r:gives { 482 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 482}] - skolem:lemma2480 + [ a r:Fact; r:gives {999 log:repeat 482}] + skolem:lemma1481 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 482]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma483 a r:Inference; r:gives { 483 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 483}] - skolem:lemma2481 + [ a r:Fact; r:gives {999 log:repeat 483}] + skolem:lemma1482 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 483]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma484 a r:Inference; r:gives { 484 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 484}] - skolem:lemma2482 + [ a r:Fact; r:gives {999 log:repeat 484}] + skolem:lemma1483 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 484]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma485 a r:Inference; r:gives { 485 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 485}] - skolem:lemma2483 + [ a r:Fact; r:gives {999 log:repeat 485}] + skolem:lemma1484 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 485]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma486 a r:Inference; r:gives { 486 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 486}] - skolem:lemma2484 + [ a r:Fact; r:gives {999 log:repeat 486}] + skolem:lemma1485 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 486]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma487 a r:Inference; r:gives { 487 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 487}] - skolem:lemma2485 + [ a r:Fact; r:gives {999 log:repeat 487}] + skolem:lemma1486 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 487]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma488 a r:Inference; r:gives { 488 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 488}] - skolem:lemma2486 + [ a r:Fact; r:gives {999 log:repeat 488}] + skolem:lemma1487 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 488]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma489 a r:Inference; r:gives { 489 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 489}] - skolem:lemma2487 + [ a r:Fact; r:gives {999 log:repeat 489}] + skolem:lemma1488 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 489]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma490 a r:Inference; r:gives { 490 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 490}] - skolem:lemma2488 + [ a r:Fact; r:gives {999 log:repeat 490}] + skolem:lemma1489 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 490]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma491 a r:Inference; r:gives { 491 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 491}] - skolem:lemma2489 + [ a r:Fact; r:gives {999 log:repeat 491}] + skolem:lemma1490 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 491]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma492 a r:Inference; r:gives { 492 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 492}] - skolem:lemma2490 + [ a r:Fact; r:gives {999 log:repeat 492}] + skolem:lemma1491 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 492]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma493 a r:Inference; r:gives { 493 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 493}] - skolem:lemma2491 + [ a r:Fact; r:gives {999 log:repeat 493}] + skolem:lemma1492 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 493]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma494 a r:Inference; r:gives { 494 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 494}] - skolem:lemma2492 + [ a r:Fact; r:gives {999 log:repeat 494}] + skolem:lemma1493 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 494]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma495 a r:Inference; r:gives { 495 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 495}] - skolem:lemma2493 + [ a r:Fact; r:gives {999 log:repeat 495}] + skolem:lemma1494 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 495]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma496 a r:Inference; r:gives { 496 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 496}] - skolem:lemma2494 + [ a r:Fact; r:gives {999 log:repeat 496}] + skolem:lemma1495 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 496]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma497 a r:Inference; r:gives { 497 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 497}] - skolem:lemma2495 + [ a r:Fact; r:gives {999 log:repeat 497}] + skolem:lemma1496 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 497]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma498 a r:Inference; r:gives { 498 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 498}] - skolem:lemma2496 + [ a r:Fact; r:gives {999 log:repeat 498}] + skolem:lemma1497 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 498]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma499 a r:Inference; r:gives { 499 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 499}] - skolem:lemma2497 + [ a r:Fact; r:gives {999 log:repeat 499}] + skolem:lemma1498 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 499]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma500 a r:Inference; r:gives { 500 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 500}] - skolem:lemma2498 + [ a r:Fact; r:gives {999 log:repeat 500}] + skolem:lemma1499 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma501 a r:Inference; r:gives { 501 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 501}] - skolem:lemma2499 + [ a r:Fact; r:gives {999 log:repeat 501}] + skolem:lemma1500 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 501]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma502 a r:Inference; r:gives { 502 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 502}] - skolem:lemma2500 + [ a r:Fact; r:gives {999 log:repeat 502}] + skolem:lemma1501 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 502]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma503 a r:Inference; r:gives { 503 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 503}] - skolem:lemma2501 + [ a r:Fact; r:gives {999 log:repeat 503}] + skolem:lemma1502 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 503]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma504 a r:Inference; r:gives { 504 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 504}] - skolem:lemma2502 + [ a r:Fact; r:gives {999 log:repeat 504}] + skolem:lemma1503 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 504]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma505 a r:Inference; r:gives { 505 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 505}] - skolem:lemma2503 + [ a r:Fact; r:gives {999 log:repeat 505}] + skolem:lemma1504 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 505]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma506 a r:Inference; r:gives { 506 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 506}] - skolem:lemma2504 + [ a r:Fact; r:gives {999 log:repeat 506}] + skolem:lemma1505 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 506]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma507 a r:Inference; r:gives { 507 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 507}] - skolem:lemma2505 + [ a r:Fact; r:gives {999 log:repeat 507}] + skolem:lemma1506 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 507]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma508 a r:Inference; r:gives { 508 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 508}] - skolem:lemma2506 + [ a r:Fact; r:gives {999 log:repeat 508}] + skolem:lemma1507 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 508]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma509 a r:Inference; r:gives { 509 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 509}] - skolem:lemma2507 + [ a r:Fact; r:gives {999 log:repeat 509}] + skolem:lemma1508 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 509]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma510 a r:Inference; r:gives { 510 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 510}] - skolem:lemma2508 + [ a r:Fact; r:gives {999 log:repeat 510}] + skolem:lemma1509 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 510]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma511 a r:Inference; r:gives { 511 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 511}] - skolem:lemma2509 + [ a r:Fact; r:gives {999 log:repeat 511}] + skolem:lemma1510 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 511]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma512 a r:Inference; r:gives { 512 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 512}] - skolem:lemma2510 + [ a r:Fact; r:gives {999 log:repeat 512}] + skolem:lemma1511 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 512]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma513 a r:Inference; r:gives { 513 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 513}] - skolem:lemma2511 + [ a r:Fact; r:gives {999 log:repeat 513}] + skolem:lemma1512 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 513]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma514 a r:Inference; r:gives { 514 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 514}] - skolem:lemma2512 + [ a r:Fact; r:gives {999 log:repeat 514}] + skolem:lemma1513 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 514]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma515 a r:Inference; r:gives { 515 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 515}] - skolem:lemma2513 + [ a r:Fact; r:gives {999 log:repeat 515}] + skolem:lemma1514 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 515]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma516 a r:Inference; r:gives { 516 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 516}] - skolem:lemma2514 + [ a r:Fact; r:gives {999 log:repeat 516}] + skolem:lemma1515 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 516]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma517 a r:Inference; r:gives { 517 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 517}] - skolem:lemma2515 + [ a r:Fact; r:gives {999 log:repeat 517}] + skolem:lemma1516 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 517]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma518 a r:Inference; r:gives { 518 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 518}] - skolem:lemma2516 + [ a r:Fact; r:gives {999 log:repeat 518}] + skolem:lemma1517 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 518]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma519 a r:Inference; r:gives { 519 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 519}] - skolem:lemma2517 + [ a r:Fact; r:gives {999 log:repeat 519}] + skolem:lemma1518 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 519]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma520 a r:Inference; r:gives { 520 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 520}] - skolem:lemma2518 + [ a r:Fact; r:gives {999 log:repeat 520}] + skolem:lemma1519 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 520]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma521 a r:Inference; r:gives { 521 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 521}] - skolem:lemma2519 + [ a r:Fact; r:gives {999 log:repeat 521}] + skolem:lemma1520 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 521]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma522 a r:Inference; r:gives { 522 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 522}] - skolem:lemma2520 + [ a r:Fact; r:gives {999 log:repeat 522}] + skolem:lemma1521 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 522]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma523 a r:Inference; r:gives { 523 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 523}] - skolem:lemma2521 + [ a r:Fact; r:gives {999 log:repeat 523}] + skolem:lemma1522 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 523]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma524 a r:Inference; r:gives { 524 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 524}] - skolem:lemma2522 + [ a r:Fact; r:gives {999 log:repeat 524}] + skolem:lemma1523 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma525 a r:Inference; r:gives { 525 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 525}] - skolem:lemma2523 + [ a r:Fact; r:gives {999 log:repeat 525}] + skolem:lemma1524 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 525]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma526 a r:Inference; r:gives { 526 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 526}] - skolem:lemma2524 + [ a r:Fact; r:gives {999 log:repeat 526}] + skolem:lemma1525 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 526]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma527 a r:Inference; r:gives { 527 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 527}] - skolem:lemma2525 + [ a r:Fact; r:gives {999 log:repeat 527}] + skolem:lemma1526 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 527]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma528 a r:Inference; r:gives { 528 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 528}] - skolem:lemma2526 + [ a r:Fact; r:gives {999 log:repeat 528}] + skolem:lemma1527 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 528]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma529 a r:Inference; r:gives { 529 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 529}] - skolem:lemma2527 + [ a r:Fact; r:gives {999 log:repeat 529}] + skolem:lemma1528 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 529]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma530 a r:Inference; r:gives { 530 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 530}] - skolem:lemma2528 + [ a r:Fact; r:gives {999 log:repeat 530}] + skolem:lemma1529 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 530]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma531 a r:Inference; r:gives { 531 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 531}] - skolem:lemma2529 + [ a r:Fact; r:gives {999 log:repeat 531}] + skolem:lemma1530 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 531]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma532 a r:Inference; r:gives { 532 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 532}] - skolem:lemma2530 + [ a r:Fact; r:gives {999 log:repeat 532}] + skolem:lemma1531 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 532]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma533 a r:Inference; r:gives { 533 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 533}] - skolem:lemma2531 + [ a r:Fact; r:gives {999 log:repeat 533}] + skolem:lemma1532 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 533]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma534 a r:Inference; r:gives { 534 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 534}] - skolem:lemma2532 + [ a r:Fact; r:gives {999 log:repeat 534}] + skolem:lemma1533 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 534]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma535 a r:Inference; r:gives { 535 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 535}] - skolem:lemma2533 + [ a r:Fact; r:gives {999 log:repeat 535}] + skolem:lemma1534 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 535]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma536 a r:Inference; r:gives { 536 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 536}] - skolem:lemma2534 + [ a r:Fact; r:gives {999 log:repeat 536}] + skolem:lemma1535 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma537 a r:Inference; r:gives { 537 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 537}] - skolem:lemma2535 + [ a r:Fact; r:gives {999 log:repeat 537}] + skolem:lemma1536 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 537]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma538 a r:Inference; r:gives { 538 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 538}] - skolem:lemma2536 + [ a r:Fact; r:gives {999 log:repeat 538}] + skolem:lemma1537 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 538]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma539 a r:Inference; r:gives { 539 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 539}] - skolem:lemma2537 + [ a r:Fact; r:gives {999 log:repeat 539}] + skolem:lemma1538 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 539]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma540 a r:Inference; r:gives { 540 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 540}] - skolem:lemma2538 + [ a r:Fact; r:gives {999 log:repeat 540}] + skolem:lemma1539 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 540]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma541 a r:Inference; r:gives { 541 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 541}] - skolem:lemma2539 + [ a r:Fact; r:gives {999 log:repeat 541}] + skolem:lemma1540 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 541]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma542 a r:Inference; r:gives { 542 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 542}] - skolem:lemma2540 + [ a r:Fact; r:gives {999 log:repeat 542}] + skolem:lemma1541 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 542]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma543 a r:Inference; r:gives { 543 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 543}] - skolem:lemma2541 + [ a r:Fact; r:gives {999 log:repeat 543}] + skolem:lemma1542 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 543]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma544 a r:Inference; r:gives { 544 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 544}] - skolem:lemma2542 + [ a r:Fact; r:gives {999 log:repeat 544}] + skolem:lemma1543 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 544]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma545 a r:Inference; r:gives { 545 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 545}] - skolem:lemma2543 + [ a r:Fact; r:gives {999 log:repeat 545}] + skolem:lemma1544 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 545]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma546 a r:Inference; r:gives { 546 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 546}] - skolem:lemma2544 + [ a r:Fact; r:gives {999 log:repeat 546}] + skolem:lemma1545 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 546]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma547 a r:Inference; r:gives { 547 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 547}] - skolem:lemma2545 + [ a r:Fact; r:gives {999 log:repeat 547}] + skolem:lemma1546 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 547]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma548 a r:Inference; r:gives { 548 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 548}] - skolem:lemma2546 + [ a r:Fact; r:gives {999 log:repeat 548}] + skolem:lemma1547 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 548]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma549 a r:Inference; r:gives { 549 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 549}] - skolem:lemma2547 + [ a r:Fact; r:gives {999 log:repeat 549}] + skolem:lemma1548 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 549]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma550 a r:Inference; r:gives { 550 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 550}] - skolem:lemma2548 + [ a r:Fact; r:gives {999 log:repeat 550}] + skolem:lemma1549 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 550]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma551 a r:Inference; r:gives { 551 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 551}] - skolem:lemma2549 + [ a r:Fact; r:gives {999 log:repeat 551}] + skolem:lemma1550 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 551]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma552 a r:Inference; r:gives { 552 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 552}] - skolem:lemma2550 + [ a r:Fact; r:gives {999 log:repeat 552}] + skolem:lemma1551 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 552]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma553 a r:Inference; r:gives { 553 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 553}] - skolem:lemma2551 + [ a r:Fact; r:gives {999 log:repeat 553}] + skolem:lemma1552 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 553]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma554 a r:Inference; r:gives { 554 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 554}] - skolem:lemma2552 + [ a r:Fact; r:gives {999 log:repeat 554}] + skolem:lemma1553 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 554]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma555 a r:Inference; r:gives { 555 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 555}] - skolem:lemma2553 + [ a r:Fact; r:gives {999 log:repeat 555}] + skolem:lemma1554 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 555]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma556 a r:Inference; r:gives { 556 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 556}] - skolem:lemma2554 + [ a r:Fact; r:gives {999 log:repeat 556}] + skolem:lemma1555 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 556]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma557 a r:Inference; r:gives { 557 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 557}] - skolem:lemma2555 + [ a r:Fact; r:gives {999 log:repeat 557}] + skolem:lemma1556 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 557]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma558 a r:Inference; r:gives { 558 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 558}] - skolem:lemma2556 + [ a r:Fact; r:gives {999 log:repeat 558}] + skolem:lemma1557 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 558]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma559 a r:Inference; r:gives { 559 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 559}] - skolem:lemma2557 + [ a r:Fact; r:gives {999 log:repeat 559}] + skolem:lemma1558 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 559]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma560 a r:Inference; r:gives { 560 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 560}] - skolem:lemma2558 + [ a r:Fact; r:gives {999 log:repeat 560}] + skolem:lemma1559 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 560]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma561 a r:Inference; r:gives { 561 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 561}] - skolem:lemma2559 + [ a r:Fact; r:gives {999 log:repeat 561}] + skolem:lemma1560 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 561]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma562 a r:Inference; r:gives { 562 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 562}] - skolem:lemma2560 + [ a r:Fact; r:gives {999 log:repeat 562}] + skolem:lemma1561 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 562]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma563 a r:Inference; r:gives { 563 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 563}] - skolem:lemma2561 + [ a r:Fact; r:gives {999 log:repeat 563}] + skolem:lemma1562 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 563]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma564 a r:Inference; r:gives { 564 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 564}] - skolem:lemma2562 + [ a r:Fact; r:gives {999 log:repeat 564}] + skolem:lemma1563 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 564]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma565 a r:Inference; r:gives { 565 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 565}] - skolem:lemma2563 + [ a r:Fact; r:gives {999 log:repeat 565}] + skolem:lemma1564 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 565]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma566 a r:Inference; r:gives { 566 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 566}] - skolem:lemma2564 + [ a r:Fact; r:gives {999 log:repeat 566}] + skolem:lemma1565 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 566]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma567 a r:Inference; r:gives { 567 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 567}] - skolem:lemma2565 + [ a r:Fact; r:gives {999 log:repeat 567}] + skolem:lemma1566 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 567]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma568 a r:Inference; r:gives { 568 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 568}] - skolem:lemma2566 + [ a r:Fact; r:gives {999 log:repeat 568}] + skolem:lemma1567 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 568]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma569 a r:Inference; r:gives { 569 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 569}] - skolem:lemma2567 + [ a r:Fact; r:gives {999 log:repeat 569}] + skolem:lemma1568 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 569]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma570 a r:Inference; r:gives { 570 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 570}] - skolem:lemma2568 + [ a r:Fact; r:gives {999 log:repeat 570}] + skolem:lemma1569 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 570]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma571 a r:Inference; r:gives { 571 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 571}] - skolem:lemma2569 + [ a r:Fact; r:gives {999 log:repeat 571}] + skolem:lemma1570 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 571]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma572 a r:Inference; r:gives { 572 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 572}] - skolem:lemma2570 + [ a r:Fact; r:gives {999 log:repeat 572}] + skolem:lemma1571 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 572]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma573 a r:Inference; r:gives { 573 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 573}] - skolem:lemma2571 + [ a r:Fact; r:gives {999 log:repeat 573}] + skolem:lemma1572 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 573]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma574 a r:Inference; r:gives { 574 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 574}] - skolem:lemma2572 + [ a r:Fact; r:gives {999 log:repeat 574}] + skolem:lemma1573 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 574]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma575 a r:Inference; r:gives { 575 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 575}] - skolem:lemma2573 + [ a r:Fact; r:gives {999 log:repeat 575}] + skolem:lemma1574 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 575]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma576 a r:Inference; r:gives { 576 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 576}] - skolem:lemma2574 + [ a r:Fact; r:gives {999 log:repeat 576}] + skolem:lemma1575 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 576]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma577 a r:Inference; r:gives { 577 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 577}] - skolem:lemma2575 + [ a r:Fact; r:gives {999 log:repeat 577}] + skolem:lemma1576 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 577]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma578 a r:Inference; r:gives { 578 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 578}] - skolem:lemma2576 + [ a r:Fact; r:gives {999 log:repeat 578}] + skolem:lemma1577 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 578]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma579 a r:Inference; r:gives { 579 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 579}] - skolem:lemma2577 + [ a r:Fact; r:gives {999 log:repeat 579}] + skolem:lemma1578 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 579]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma580 a r:Inference; r:gives { 580 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 580}] - skolem:lemma2578 + [ a r:Fact; r:gives {999 log:repeat 580}] + skolem:lemma1579 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 580]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma581 a r:Inference; r:gives { 581 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 581}] - skolem:lemma2579 + [ a r:Fact; r:gives {999 log:repeat 581}] + skolem:lemma1580 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 581]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma582 a r:Inference; r:gives { 582 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 582}] - skolem:lemma2580 + [ a r:Fact; r:gives {999 log:repeat 582}] + skolem:lemma1581 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 582]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma583 a r:Inference; r:gives { 583 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 583}] - skolem:lemma2581 + [ a r:Fact; r:gives {999 log:repeat 583}] + skolem:lemma1582 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 583]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma584 a r:Inference; r:gives { 584 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 584}] - skolem:lemma2582 + [ a r:Fact; r:gives {999 log:repeat 584}] + skolem:lemma1583 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 584]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma585 a r:Inference; r:gives { 585 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 585}] - skolem:lemma2583 + [ a r:Fact; r:gives {999 log:repeat 585}] + skolem:lemma1584 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 585]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma586 a r:Inference; r:gives { 586 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 586}] - skolem:lemma2584 + [ a r:Fact; r:gives {999 log:repeat 586}] + skolem:lemma1585 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 586]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma587 a r:Inference; r:gives { 587 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 587}] - skolem:lemma2585 + [ a r:Fact; r:gives {999 log:repeat 587}] + skolem:lemma1586 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 587]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma588 a r:Inference; r:gives { 588 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 588}] - skolem:lemma2586 + [ a r:Fact; r:gives {999 log:repeat 588}] + skolem:lemma1587 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 588]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma589 a r:Inference; r:gives { 589 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 589}] - skolem:lemma2587 + [ a r:Fact; r:gives {999 log:repeat 589}] + skolem:lemma1588 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 589]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma590 a r:Inference; r:gives { 590 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 590}] - skolem:lemma2588 + [ a r:Fact; r:gives {999 log:repeat 590}] + skolem:lemma1589 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 590]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma591 a r:Inference; r:gives { 591 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 591}] - skolem:lemma2589 + [ a r:Fact; r:gives {999 log:repeat 591}] + skolem:lemma1590 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 591]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma592 a r:Inference; r:gives { 592 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 592}] - skolem:lemma2590 + [ a r:Fact; r:gives {999 log:repeat 592}] + skolem:lemma1591 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 592]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma593 a r:Inference; r:gives { 593 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 593}] - skolem:lemma2591 + [ a r:Fact; r:gives {999 log:repeat 593}] + skolem:lemma1592 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 593]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma594 a r:Inference; r:gives { 594 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 594}] - skolem:lemma2592 + [ a r:Fact; r:gives {999 log:repeat 594}] + skolem:lemma1593 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 594]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma595 a r:Inference; r:gives { 595 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 595}] - skolem:lemma2593 + [ a r:Fact; r:gives {999 log:repeat 595}] + skolem:lemma1594 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 595]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma596 a r:Inference; r:gives { 596 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 596}] - skolem:lemma2594 + [ a r:Fact; r:gives {999 log:repeat 596}] + skolem:lemma1595 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 596]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma597 a r:Inference; r:gives { 597 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 597}] - skolem:lemma2595 + [ a r:Fact; r:gives {999 log:repeat 597}] + skolem:lemma1596 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 597]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma598 a r:Inference; r:gives { 598 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 598}] - skolem:lemma2596 + [ a r:Fact; r:gives {999 log:repeat 598}] + skolem:lemma1597 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 598]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma599 a r:Inference; r:gives { 599 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 599}] - skolem:lemma2597 + [ a r:Fact; r:gives {999 log:repeat 599}] + skolem:lemma1598 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 599]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma600 a r:Inference; r:gives { 600 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 600}] - skolem:lemma2598 + [ a r:Fact; r:gives {999 log:repeat 600}] + skolem:lemma1599 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 600]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma601 a r:Inference; r:gives { 601 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 601}] - skolem:lemma2599 + [ a r:Fact; r:gives {999 log:repeat 601}] + skolem:lemma1600 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 601]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma602 a r:Inference; r:gives { 602 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 602}] - skolem:lemma2600 + [ a r:Fact; r:gives {999 log:repeat 602}] + skolem:lemma1601 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 602]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma603 a r:Inference; r:gives { 603 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 603}] - skolem:lemma2601 + [ a r:Fact; r:gives {999 log:repeat 603}] + skolem:lemma1602 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 603]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma604 a r:Inference; r:gives { 604 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 604}] - skolem:lemma2602 + [ a r:Fact; r:gives {999 log:repeat 604}] + skolem:lemma1603 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 604]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma605 a r:Inference; r:gives { 605 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 605}] - skolem:lemma2603 + [ a r:Fact; r:gives {999 log:repeat 605}] + skolem:lemma1604 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 605]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma606 a r:Inference; r:gives { 606 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 606}] - skolem:lemma2604 + [ a r:Fact; r:gives {999 log:repeat 606}] + skolem:lemma1605 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 606]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma607 a r:Inference; r:gives { 607 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 607}] - skolem:lemma2605 + [ a r:Fact; r:gives {999 log:repeat 607}] + skolem:lemma1606 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 607]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma608 a r:Inference; r:gives { 608 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 608}] - skolem:lemma2606 + [ a r:Fact; r:gives {999 log:repeat 608}] + skolem:lemma1607 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma609 a r:Inference; r:gives { 609 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 609}] - skolem:lemma2607 + [ a r:Fact; r:gives {999 log:repeat 609}] + skolem:lemma1608 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 609]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma610 a r:Inference; r:gives { 610 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 610}] - skolem:lemma2608 + [ a r:Fact; r:gives {999 log:repeat 610}] + skolem:lemma1609 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 610]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma611 a r:Inference; r:gives { 611 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 611}] - skolem:lemma2609 + [ a r:Fact; r:gives {999 log:repeat 611}] + skolem:lemma1610 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 611]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma612 a r:Inference; r:gives { 612 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 612}] - skolem:lemma2610 + [ a r:Fact; r:gives {999 log:repeat 612}] + skolem:lemma1611 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 612]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma613 a r:Inference; r:gives { 613 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 613}] - skolem:lemma2611 + [ a r:Fact; r:gives {999 log:repeat 613}] + skolem:lemma1612 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 613]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma614 a r:Inference; r:gives { 614 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 614}] - skolem:lemma2612 + [ a r:Fact; r:gives {999 log:repeat 614}] + skolem:lemma1613 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 614]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma615 a r:Inference; r:gives { 615 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 615}] - skolem:lemma2613 + [ a r:Fact; r:gives {999 log:repeat 615}] + skolem:lemma1614 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 615]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma616 a r:Inference; r:gives { 616 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 616}] - skolem:lemma2614 + [ a r:Fact; r:gives {999 log:repeat 616}] + skolem:lemma1615 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 616]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma617 a r:Inference; r:gives { 617 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 617}] - skolem:lemma2615 + [ a r:Fact; r:gives {999 log:repeat 617}] + skolem:lemma1616 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 617]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma618 a r:Inference; r:gives { 618 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 618}] - skolem:lemma2616 + [ a r:Fact; r:gives {999 log:repeat 618}] + skolem:lemma1617 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 618]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma619 a r:Inference; r:gives { 619 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 619}] - skolem:lemma2617 + [ a r:Fact; r:gives {999 log:repeat 619}] + skolem:lemma1618 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 619]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma620 a r:Inference; r:gives { 620 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 620}] - skolem:lemma2618 + [ a r:Fact; r:gives {999 log:repeat 620}] + skolem:lemma1619 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 620]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma621 a r:Inference; r:gives { 621 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 621}] - skolem:lemma2619 + [ a r:Fact; r:gives {999 log:repeat 621}] + skolem:lemma1620 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 621]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma622 a r:Inference; r:gives { 622 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 622}] - skolem:lemma2620 + [ a r:Fact; r:gives {999 log:repeat 622}] + skolem:lemma1621 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 622]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma623 a r:Inference; r:gives { 623 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 623}] - skolem:lemma2621 + [ a r:Fact; r:gives {999 log:repeat 623}] + skolem:lemma1622 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 623]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma624 a r:Inference; r:gives { 624 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 624}] - skolem:lemma2622 + [ a r:Fact; r:gives {999 log:repeat 624}] + skolem:lemma1623 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 624]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma625 a r:Inference; r:gives { 625 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 625}] - skolem:lemma2623 + [ a r:Fact; r:gives {999 log:repeat 625}] + skolem:lemma1624 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 625]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma626 a r:Inference; r:gives { 626 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 626}] - skolem:lemma2624 + [ a r:Fact; r:gives {999 log:repeat 626}] + skolem:lemma1625 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 626]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma627 a r:Inference; r:gives { 627 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 627}] - skolem:lemma2625 + [ a r:Fact; r:gives {999 log:repeat 627}] + skolem:lemma1626 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 627]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma628 a r:Inference; r:gives { 628 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 628}] - skolem:lemma2626 + [ a r:Fact; r:gives {999 log:repeat 628}] + skolem:lemma1627 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 628]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma629 a r:Inference; r:gives { 629 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 629}] - skolem:lemma2627 + [ a r:Fact; r:gives {999 log:repeat 629}] + skolem:lemma1628 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 629]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma630 a r:Inference; r:gives { 630 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 630}] - skolem:lemma2628 + [ a r:Fact; r:gives {999 log:repeat 630}] + skolem:lemma1629 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 630]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma631 a r:Inference; r:gives { 631 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 631}] - skolem:lemma2629 + [ a r:Fact; r:gives {999 log:repeat 631}] + skolem:lemma1630 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 631]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma632 a r:Inference; r:gives { 632 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 632}] - skolem:lemma2630 + [ a r:Fact; r:gives {999 log:repeat 632}] + skolem:lemma1631 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 632]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma633 a r:Inference; r:gives { 633 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 633}] - skolem:lemma2631 + [ a r:Fact; r:gives {999 log:repeat 633}] + skolem:lemma1632 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 633]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma634 a r:Inference; r:gives { 634 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 634}] - skolem:lemma2632 + [ a r:Fact; r:gives {999 log:repeat 634}] + skolem:lemma1633 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 634]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma635 a r:Inference; r:gives { 635 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 635}] - skolem:lemma2633 + [ a r:Fact; r:gives {999 log:repeat 635}] + skolem:lemma1634 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 635]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma636 a r:Inference; r:gives { 636 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 636}] - skolem:lemma2634 + [ a r:Fact; r:gives {999 log:repeat 636}] + skolem:lemma1635 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 636]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma637 a r:Inference; r:gives { 637 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 637}] - skolem:lemma2635 + [ a r:Fact; r:gives {999 log:repeat 637}] + skolem:lemma1636 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 637]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma638 a r:Inference; r:gives { 638 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 638}] - skolem:lemma2636 + [ a r:Fact; r:gives {999 log:repeat 638}] + skolem:lemma1637 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 638]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma639 a r:Inference; r:gives { 639 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 639}] - skolem:lemma2637 + [ a r:Fact; r:gives {999 log:repeat 639}] + skolem:lemma1638 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 639]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma640 a r:Inference; r:gives { 640 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 640}] - skolem:lemma2638 + [ a r:Fact; r:gives {999 log:repeat 640}] + skolem:lemma1639 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 640]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma641 a r:Inference; r:gives { 641 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 641}] - skolem:lemma2639 + [ a r:Fact; r:gives {999 log:repeat 641}] + skolem:lemma1640 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 641]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma642 a r:Inference; r:gives { 642 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 642}] - skolem:lemma2640 + [ a r:Fact; r:gives {999 log:repeat 642}] + skolem:lemma1641 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 642]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma643 a r:Inference; r:gives { 643 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 643}] - skolem:lemma2641 + [ a r:Fact; r:gives {999 log:repeat 643}] + skolem:lemma1642 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 643]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma644 a r:Inference; r:gives { 644 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 644}] - skolem:lemma2642 + [ a r:Fact; r:gives {999 log:repeat 644}] + skolem:lemma1643 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 644]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma645 a r:Inference; r:gives { 645 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 645}] - skolem:lemma2643 + [ a r:Fact; r:gives {999 log:repeat 645}] + skolem:lemma1644 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 645]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma646 a r:Inference; r:gives { 646 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 646}] - skolem:lemma2644 + [ a r:Fact; r:gives {999 log:repeat 646}] + skolem:lemma1645 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 646]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma647 a r:Inference; r:gives { 647 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 647}] - skolem:lemma2645 + [ a r:Fact; r:gives {999 log:repeat 647}] + skolem:lemma1646 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 647]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma648 a r:Inference; r:gives { 648 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 648}] - skolem:lemma2646 + [ a r:Fact; r:gives {999 log:repeat 648}] + skolem:lemma1647 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 648]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma649 a r:Inference; r:gives { 649 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 649}] - skolem:lemma2647 + [ a r:Fact; r:gives {999 log:repeat 649}] + skolem:lemma1648 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 649]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma650 a r:Inference; r:gives { 650 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 650}] - skolem:lemma2648 + [ a r:Fact; r:gives {999 log:repeat 650}] + skolem:lemma1649 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 650]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma651 a r:Inference; r:gives { 651 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 651}] - skolem:lemma2649 + [ a r:Fact; r:gives {999 log:repeat 651}] + skolem:lemma1650 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 651]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma652 a r:Inference; r:gives { 652 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 652}] - skolem:lemma2650 + [ a r:Fact; r:gives {999 log:repeat 652}] + skolem:lemma1651 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 652]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma653 a r:Inference; r:gives { 653 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 653}] - skolem:lemma2651 + [ a r:Fact; r:gives {999 log:repeat 653}] + skolem:lemma1652 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 653]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma654 a r:Inference; r:gives { 654 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 654}] - skolem:lemma2652 + [ a r:Fact; r:gives {999 log:repeat 654}] + skolem:lemma1653 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 654]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma655 a r:Inference; r:gives { 655 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 655}] - skolem:lemma2653 + [ a r:Fact; r:gives {999 log:repeat 655}] + skolem:lemma1654 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 655]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma656 a r:Inference; r:gives { 656 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 656}] - skolem:lemma2654 + [ a r:Fact; r:gives {999 log:repeat 656}] + skolem:lemma1655 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 656]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma657 a r:Inference; r:gives { 657 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 657}] - skolem:lemma2655 + [ a r:Fact; r:gives {999 log:repeat 657}] + skolem:lemma1656 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 657]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma658 a r:Inference; r:gives { 658 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 658}] - skolem:lemma2656 + [ a r:Fact; r:gives {999 log:repeat 658}] + skolem:lemma1657 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 658]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma659 a r:Inference; r:gives { 659 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 659}] - skolem:lemma2657 + [ a r:Fact; r:gives {999 log:repeat 659}] + skolem:lemma1658 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 659]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma660 a r:Inference; r:gives { 660 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 660}] - skolem:lemma2658 + [ a r:Fact; r:gives {999 log:repeat 660}] + skolem:lemma1659 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 660]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma661 a r:Inference; r:gives { 661 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 661}] - skolem:lemma2659 + [ a r:Fact; r:gives {999 log:repeat 661}] + skolem:lemma1660 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 661]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma662 a r:Inference; r:gives { 662 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 662}] - skolem:lemma2660 + [ a r:Fact; r:gives {999 log:repeat 662}] + skolem:lemma1661 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 662]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma663 a r:Inference; r:gives { 663 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 663}] - skolem:lemma2661 + [ a r:Fact; r:gives {999 log:repeat 663}] + skolem:lemma1662 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 663]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma664 a r:Inference; r:gives { 664 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 664}] - skolem:lemma2662 + [ a r:Fact; r:gives {999 log:repeat 664}] + skolem:lemma1663 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 664]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma665 a r:Inference; r:gives { 665 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 665}] - skolem:lemma2663 + [ a r:Fact; r:gives {999 log:repeat 665}] + skolem:lemma1664 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 665]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma666 a r:Inference; r:gives { 666 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 666}] - skolem:lemma2664 + [ a r:Fact; r:gives {999 log:repeat 666}] + skolem:lemma1665 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 666]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma667 a r:Inference; r:gives { 667 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 667}] - skolem:lemma2665 + [ a r:Fact; r:gives {999 log:repeat 667}] + skolem:lemma1666 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 667]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma668 a r:Inference; r:gives { 668 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 668}] - skolem:lemma2666 + [ a r:Fact; r:gives {999 log:repeat 668}] + skolem:lemma1667 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 668]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma669 a r:Inference; r:gives { 669 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 669}] - skolem:lemma2667 + [ a r:Fact; r:gives {999 log:repeat 669}] + skolem:lemma1668 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 669]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma670 a r:Inference; r:gives { 670 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 670}] - skolem:lemma2668 + [ a r:Fact; r:gives {999 log:repeat 670}] + skolem:lemma1669 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 670]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma671 a r:Inference; r:gives { 671 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 671}] - skolem:lemma2669 + [ a r:Fact; r:gives {999 log:repeat 671}] + skolem:lemma1670 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 671]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma672 a r:Inference; r:gives { 672 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 672}] - skolem:lemma2670 + [ a r:Fact; r:gives {999 log:repeat 672}] + skolem:lemma1671 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 672]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma673 a r:Inference; r:gives { 673 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 673}] - skolem:lemma2671 + [ a r:Fact; r:gives {999 log:repeat 673}] + skolem:lemma1672 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 673]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma674 a r:Inference; r:gives { 674 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 674}] - skolem:lemma2672 + [ a r:Fact; r:gives {999 log:repeat 674}] + skolem:lemma1673 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 674]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma675 a r:Inference; r:gives { 675 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 675}] - skolem:lemma2673 + [ a r:Fact; r:gives {999 log:repeat 675}] + skolem:lemma1674 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 675]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma676 a r:Inference; r:gives { 676 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 676}] - skolem:lemma2674 + [ a r:Fact; r:gives {999 log:repeat 676}] + skolem:lemma1675 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 676]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma677 a r:Inference; r:gives { 677 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 677}] - skolem:lemma2675 + [ a r:Fact; r:gives {999 log:repeat 677}] + skolem:lemma1676 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 677]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma678 a r:Inference; r:gives { 678 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 678}] - skolem:lemma2676 + [ a r:Fact; r:gives {999 log:repeat 678}] + skolem:lemma1677 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 678]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma679 a r:Inference; r:gives { 679 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 679}] - skolem:lemma2677 + [ a r:Fact; r:gives {999 log:repeat 679}] + skolem:lemma1678 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 679]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma680 a r:Inference; r:gives { 680 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 680}] - skolem:lemma2678 + [ a r:Fact; r:gives {999 log:repeat 680}] + skolem:lemma1679 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 680]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma681 a r:Inference; r:gives { 681 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 681}] - skolem:lemma2679 + [ a r:Fact; r:gives {999 log:repeat 681}] + skolem:lemma1680 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 681]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma682 a r:Inference; r:gives { 682 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 682}] - skolem:lemma2680 + [ a r:Fact; r:gives {999 log:repeat 682}] + skolem:lemma1681 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 682]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma683 a r:Inference; r:gives { 683 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 683}] - skolem:lemma2681 + [ a r:Fact; r:gives {999 log:repeat 683}] + skolem:lemma1682 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 683]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma684 a r:Inference; r:gives { 684 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 684}] - skolem:lemma2682 + [ a r:Fact; r:gives {999 log:repeat 684}] + skolem:lemma1683 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 684]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma685 a r:Inference; r:gives { 685 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 685}] - skolem:lemma2683 + [ a r:Fact; r:gives {999 log:repeat 685}] + skolem:lemma1684 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 685]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma686 a r:Inference; r:gives { 686 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 686}] - skolem:lemma2684 + [ a r:Fact; r:gives {999 log:repeat 686}] + skolem:lemma1685 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 686]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma687 a r:Inference; r:gives { 687 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 687}] - skolem:lemma2685 + [ a r:Fact; r:gives {999 log:repeat 687}] + skolem:lemma1686 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 687]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma688 a r:Inference; r:gives { 688 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 688}] - skolem:lemma2686 + [ a r:Fact; r:gives {999 log:repeat 688}] + skolem:lemma1687 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 688]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma689 a r:Inference; r:gives { 689 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 689}] - skolem:lemma2687 + [ a r:Fact; r:gives {999 log:repeat 689}] + skolem:lemma1688 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 689]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma690 a r:Inference; r:gives { 690 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 690}] - skolem:lemma2688 + [ a r:Fact; r:gives {999 log:repeat 690}] + skolem:lemma1689 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 690]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma691 a r:Inference; r:gives { 691 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 691}] - skolem:lemma2689 + [ a r:Fact; r:gives {999 log:repeat 691}] + skolem:lemma1690 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 691]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma692 a r:Inference; r:gives { 692 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 692}] - skolem:lemma2690 + [ a r:Fact; r:gives {999 log:repeat 692}] + skolem:lemma1691 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 692]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma693 a r:Inference; r:gives { 693 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 693}] - skolem:lemma2691 + [ a r:Fact; r:gives {999 log:repeat 693}] + skolem:lemma1692 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 693]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma694 a r:Inference; r:gives { 694 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 694}] - skolem:lemma2692 + [ a r:Fact; r:gives {999 log:repeat 694}] + skolem:lemma1693 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 694]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma695 a r:Inference; r:gives { 695 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 695}] - skolem:lemma2693 + [ a r:Fact; r:gives {999 log:repeat 695}] + skolem:lemma1694 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 695]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma696 a r:Inference; r:gives { 696 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 696}] - skolem:lemma2694 + [ a r:Fact; r:gives {999 log:repeat 696}] + skolem:lemma1695 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 696]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma697 a r:Inference; r:gives { 697 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 697}] - skolem:lemma2695 + [ a r:Fact; r:gives {999 log:repeat 697}] + skolem:lemma1696 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 697]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma698 a r:Inference; r:gives { 698 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 698}] - skolem:lemma2696 + [ a r:Fact; r:gives {999 log:repeat 698}] + skolem:lemma1697 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 698]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma699 a r:Inference; r:gives { 699 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 699}] - skolem:lemma2697 + [ a r:Fact; r:gives {999 log:repeat 699}] + skolem:lemma1698 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 699]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma700 a r:Inference; r:gives { 700 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 700}] - skolem:lemma2698 + [ a r:Fact; r:gives {999 log:repeat 700}] + skolem:lemma1699 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 700]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma701 a r:Inference; r:gives { 701 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 701}] - skolem:lemma2699 + [ a r:Fact; r:gives {999 log:repeat 701}] + skolem:lemma1700 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 701]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma702 a r:Inference; r:gives { 702 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 702}] - skolem:lemma2700 + [ a r:Fact; r:gives {999 log:repeat 702}] + skolem:lemma1701 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 702]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma703 a r:Inference; r:gives { 703 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 703}] - skolem:lemma2701 + [ a r:Fact; r:gives {999 log:repeat 703}] + skolem:lemma1702 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 703]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma704 a r:Inference; r:gives { 704 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 704}] - skolem:lemma2702 + [ a r:Fact; r:gives {999 log:repeat 704}] + skolem:lemma1703 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 704]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma705 a r:Inference; r:gives { 705 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 705}] - skolem:lemma2703 + [ a r:Fact; r:gives {999 log:repeat 705}] + skolem:lemma1704 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 705]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma706 a r:Inference; r:gives { 706 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 706}] - skolem:lemma2704 + [ a r:Fact; r:gives {999 log:repeat 706}] + skolem:lemma1705 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 706]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma707 a r:Inference; r:gives { 707 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 707}] - skolem:lemma2705 + [ a r:Fact; r:gives {999 log:repeat 707}] + skolem:lemma1706 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 707]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma708 a r:Inference; r:gives { 708 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 708}] - skolem:lemma2706 + [ a r:Fact; r:gives {999 log:repeat 708}] + skolem:lemma1707 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 708]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma709 a r:Inference; r:gives { 709 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 709}] - skolem:lemma2707 + [ a r:Fact; r:gives {999 log:repeat 709}] + skolem:lemma1708 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 709]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma710 a r:Inference; r:gives { 710 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 710}] - skolem:lemma2708 + [ a r:Fact; r:gives {999 log:repeat 710}] + skolem:lemma1709 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 710]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma711 a r:Inference; r:gives { 711 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 711}] - skolem:lemma2709 + [ a r:Fact; r:gives {999 log:repeat 711}] + skolem:lemma1710 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 711]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma712 a r:Inference; r:gives { 712 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 712}] - skolem:lemma2710 + [ a r:Fact; r:gives {999 log:repeat 712}] + skolem:lemma1711 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 712]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma713 a r:Inference; r:gives { 713 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 713}] - skolem:lemma2711 + [ a r:Fact; r:gives {999 log:repeat 713}] + skolem:lemma1712 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 713]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma714 a r:Inference; r:gives { 714 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 714}] - skolem:lemma2712 + [ a r:Fact; r:gives {999 log:repeat 714}] + skolem:lemma1713 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 714]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma715 a r:Inference; r:gives { 715 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 715}] - skolem:lemma2713 + [ a r:Fact; r:gives {999 log:repeat 715}] + skolem:lemma1714 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 715]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma716 a r:Inference; r:gives { 716 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 716}] - skolem:lemma2714 + [ a r:Fact; r:gives {999 log:repeat 716}] + skolem:lemma1715 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 716]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma717 a r:Inference; r:gives { 717 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 717}] - skolem:lemma2715 + [ a r:Fact; r:gives {999 log:repeat 717}] + skolem:lemma1716 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 717]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma718 a r:Inference; r:gives { 718 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 718}] - skolem:lemma2716 + [ a r:Fact; r:gives {999 log:repeat 718}] + skolem:lemma1717 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 718]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma719 a r:Inference; r:gives { 719 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 719}] - skolem:lemma2717 + [ a r:Fact; r:gives {999 log:repeat 719}] + skolem:lemma1718 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 719]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma720 a r:Inference; r:gives { 720 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 720}] - skolem:lemma2718 + [ a r:Fact; r:gives {999 log:repeat 720}] + skolem:lemma1719 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 720]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma721 a r:Inference; r:gives { 721 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 721}] - skolem:lemma2719 + [ a r:Fact; r:gives {999 log:repeat 721}] + skolem:lemma1720 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 721]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma722 a r:Inference; r:gives { 722 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 722}] - skolem:lemma2720 + [ a r:Fact; r:gives {999 log:repeat 722}] + skolem:lemma1721 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 722]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma723 a r:Inference; r:gives { 723 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 723}] - skolem:lemma2721 + [ a r:Fact; r:gives {999 log:repeat 723}] + skolem:lemma1722 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 723]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma724 a r:Inference; r:gives { 724 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 724}] - skolem:lemma2722 + [ a r:Fact; r:gives {999 log:repeat 724}] + skolem:lemma1723 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 724]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma725 a r:Inference; r:gives { 725 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 725}] - skolem:lemma2723 + [ a r:Fact; r:gives {999 log:repeat 725}] + skolem:lemma1724 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 725]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma726 a r:Inference; r:gives { 726 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 726}] - skolem:lemma2724 + [ a r:Fact; r:gives {999 log:repeat 726}] + skolem:lemma1725 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 726]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma727 a r:Inference; r:gives { 727 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 727}] - skolem:lemma2725 + [ a r:Fact; r:gives {999 log:repeat 727}] + skolem:lemma1726 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 727]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma728 a r:Inference; r:gives { 728 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 728}] - skolem:lemma2726 + [ a r:Fact; r:gives {999 log:repeat 728}] + skolem:lemma1727 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma729 a r:Inference; r:gives { 729 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 729}] - skolem:lemma2727 + [ a r:Fact; r:gives {999 log:repeat 729}] + skolem:lemma1728 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 729]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma730 a r:Inference; r:gives { 730 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 730}] - skolem:lemma2728 + [ a r:Fact; r:gives {999 log:repeat 730}] + skolem:lemma1729 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 730]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma731 a r:Inference; r:gives { 731 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 731}] - skolem:lemma2729 + [ a r:Fact; r:gives {999 log:repeat 731}] + skolem:lemma1730 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 731]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma732 a r:Inference; r:gives { 732 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 732}] - skolem:lemma2730 + [ a r:Fact; r:gives {999 log:repeat 732}] + skolem:lemma1731 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 732]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma733 a r:Inference; r:gives { 733 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 733}] - skolem:lemma2731 + [ a r:Fact; r:gives {999 log:repeat 733}] + skolem:lemma1732 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 733]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma734 a r:Inference; r:gives { 734 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 734}] - skolem:lemma2732 + [ a r:Fact; r:gives {999 log:repeat 734}] + skolem:lemma1733 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 734]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma735 a r:Inference; r:gives { 735 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 735}] - skolem:lemma2733 + [ a r:Fact; r:gives {999 log:repeat 735}] + skolem:lemma1734 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 735]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma736 a r:Inference; r:gives { 736 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 736}] - skolem:lemma2734 + [ a r:Fact; r:gives {999 log:repeat 736}] + skolem:lemma1735 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 736]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma737 a r:Inference; r:gives { 737 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 737}] - skolem:lemma2735 + [ a r:Fact; r:gives {999 log:repeat 737}] + skolem:lemma1736 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 737]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma738 a r:Inference; r:gives { 738 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 738}] - skolem:lemma2736 + [ a r:Fact; r:gives {999 log:repeat 738}] + skolem:lemma1737 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 738]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma739 a r:Inference; r:gives { 739 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 739}] - skolem:lemma2737 + [ a r:Fact; r:gives {999 log:repeat 739}] + skolem:lemma1738 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 739]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma740 a r:Inference; r:gives { 740 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 740}] - skolem:lemma2738 + [ a r:Fact; r:gives {999 log:repeat 740}] + skolem:lemma1739 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 740]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma741 a r:Inference; r:gives { 741 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 741}] - skolem:lemma2739 + [ a r:Fact; r:gives {999 log:repeat 741}] + skolem:lemma1740 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 741]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma742 a r:Inference; r:gives { 742 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 742}] - skolem:lemma2740 + [ a r:Fact; r:gives {999 log:repeat 742}] + skolem:lemma1741 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 742]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma743 a r:Inference; r:gives { 743 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 743}] - skolem:lemma2741 + [ a r:Fact; r:gives {999 log:repeat 743}] + skolem:lemma1742 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 743]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma744 a r:Inference; r:gives { 744 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 744}] - skolem:lemma2742 + [ a r:Fact; r:gives {999 log:repeat 744}] + skolem:lemma1743 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 744]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma745 a r:Inference; r:gives { 745 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 745}] - skolem:lemma2743 + [ a r:Fact; r:gives {999 log:repeat 745}] + skolem:lemma1744 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 745]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma746 a r:Inference; r:gives { 746 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 746}] - skolem:lemma2744 + [ a r:Fact; r:gives {999 log:repeat 746}] + skolem:lemma1745 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 746]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma747 a r:Inference; r:gives { 747 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 747}] - skolem:lemma2745 + [ a r:Fact; r:gives {999 log:repeat 747}] + skolem:lemma1746 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 747]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma748 a r:Inference; r:gives { 748 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 748}] - skolem:lemma2746 + [ a r:Fact; r:gives {999 log:repeat 748}] + skolem:lemma1747 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 748]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma749 a r:Inference; r:gives { 749 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 749}] - skolem:lemma2747 + [ a r:Fact; r:gives {999 log:repeat 749}] + skolem:lemma1748 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 749]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma750 a r:Inference; r:gives { 750 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 750}] - skolem:lemma2748 + [ a r:Fact; r:gives {999 log:repeat 750}] + skolem:lemma1749 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 750]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma751 a r:Inference; r:gives { 751 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 751}] - skolem:lemma2749 + [ a r:Fact; r:gives {999 log:repeat 751}] + skolem:lemma1750 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 751]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma752 a r:Inference; r:gives { 752 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 752}] - skolem:lemma2750 + [ a r:Fact; r:gives {999 log:repeat 752}] + skolem:lemma1751 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 752]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma753 a r:Inference; r:gives { 753 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 753}] - skolem:lemma2751 + [ a r:Fact; r:gives {999 log:repeat 753}] + skolem:lemma1752 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 753]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma754 a r:Inference; r:gives { 754 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 754}] - skolem:lemma2752 + [ a r:Fact; r:gives {999 log:repeat 754}] + skolem:lemma1753 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 754]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma755 a r:Inference; r:gives { 755 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 755}] - skolem:lemma2753 + [ a r:Fact; r:gives {999 log:repeat 755}] + skolem:lemma1754 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 755]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma756 a r:Inference; r:gives { 756 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 756}] - skolem:lemma2754 + [ a r:Fact; r:gives {999 log:repeat 756}] + skolem:lemma1755 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 756]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma757 a r:Inference; r:gives { 757 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 757}] - skolem:lemma2755 + [ a r:Fact; r:gives {999 log:repeat 757}] + skolem:lemma1756 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 757]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma758 a r:Inference; r:gives { 758 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 758}] - skolem:lemma2756 + [ a r:Fact; r:gives {999 log:repeat 758}] + skolem:lemma1757 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 758]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma759 a r:Inference; r:gives { 759 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 759}] - skolem:lemma2757 + [ a r:Fact; r:gives {999 log:repeat 759}] + skolem:lemma1758 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 759]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma760 a r:Inference; r:gives { 760 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 760}] - skolem:lemma2758 + [ a r:Fact; r:gives {999 log:repeat 760}] + skolem:lemma1759 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 760]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma761 a r:Inference; r:gives { 761 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 761}] - skolem:lemma2759 + [ a r:Fact; r:gives {999 log:repeat 761}] + skolem:lemma1760 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 761]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma762 a r:Inference; r:gives { 762 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 762}] - skolem:lemma2760 + [ a r:Fact; r:gives {999 log:repeat 762}] + skolem:lemma1761 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 762]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma763 a r:Inference; r:gives { 763 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 763}] - skolem:lemma2761 + [ a r:Fact; r:gives {999 log:repeat 763}] + skolem:lemma1762 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 763]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma764 a r:Inference; r:gives { 764 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 764}] - skolem:lemma2762 + [ a r:Fact; r:gives {999 log:repeat 764}] + skolem:lemma1763 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 764]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma765 a r:Inference; r:gives { 765 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 765}] - skolem:lemma2763 + [ a r:Fact; r:gives {999 log:repeat 765}] + skolem:lemma1764 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 765]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma766 a r:Inference; r:gives { 766 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 766}] - skolem:lemma2764 + [ a r:Fact; r:gives {999 log:repeat 766}] + skolem:lemma1765 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 766]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma767 a r:Inference; r:gives { 767 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 767}] - skolem:lemma2765 + [ a r:Fact; r:gives {999 log:repeat 767}] + skolem:lemma1766 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 767]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma768 a r:Inference; r:gives { 768 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 768}] - skolem:lemma2766 + [ a r:Fact; r:gives {999 log:repeat 768}] + skolem:lemma1767 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 768]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma769 a r:Inference; r:gives { 769 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 769}] - skolem:lemma2767 + [ a r:Fact; r:gives {999 log:repeat 769}] + skolem:lemma1768 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 769]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma770 a r:Inference; r:gives { 770 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 770}] - skolem:lemma2768 + [ a r:Fact; r:gives {999 log:repeat 770}] + skolem:lemma1769 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 770]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma771 a r:Inference; r:gives { 771 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 771}] - skolem:lemma2769 + [ a r:Fact; r:gives {999 log:repeat 771}] + skolem:lemma1770 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 771]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma772 a r:Inference; r:gives { 772 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 772}] - skolem:lemma2770 + [ a r:Fact; r:gives {999 log:repeat 772}] + skolem:lemma1771 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 772]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma773 a r:Inference; r:gives { 773 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 773}] - skolem:lemma2771 + [ a r:Fact; r:gives {999 log:repeat 773}] + skolem:lemma1772 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 773]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma774 a r:Inference; r:gives { 774 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 774}] - skolem:lemma2772 + [ a r:Fact; r:gives {999 log:repeat 774}] + skolem:lemma1773 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 774]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma775 a r:Inference; r:gives { 775 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 775}] - skolem:lemma2773 + [ a r:Fact; r:gives {999 log:repeat 775}] + skolem:lemma1774 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 775]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma776 a r:Inference; r:gives { 776 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 776}] - skolem:lemma2774 + [ a r:Fact; r:gives {999 log:repeat 776}] + skolem:lemma1775 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 776]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma777 a r:Inference; r:gives { 777 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 777}] - skolem:lemma2775 + [ a r:Fact; r:gives {999 log:repeat 777}] + skolem:lemma1776 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 777]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma778 a r:Inference; r:gives { 778 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 778}] - skolem:lemma2776 + [ a r:Fact; r:gives {999 log:repeat 778}] + skolem:lemma1777 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 778]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma779 a r:Inference; r:gives { 779 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 779}] - skolem:lemma2777 + [ a r:Fact; r:gives {999 log:repeat 779}] + skolem:lemma1778 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 779]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma780 a r:Inference; r:gives { 780 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 780}] - skolem:lemma2778 + [ a r:Fact; r:gives {999 log:repeat 780}] + skolem:lemma1779 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 780]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma781 a r:Inference; r:gives { 781 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 781}] - skolem:lemma2779 + [ a r:Fact; r:gives {999 log:repeat 781}] + skolem:lemma1780 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 781]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma782 a r:Inference; r:gives { 782 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 782}] - skolem:lemma2780 + [ a r:Fact; r:gives {999 log:repeat 782}] + skolem:lemma1781 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 782]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma783 a r:Inference; r:gives { 783 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 783}] - skolem:lemma2781 + [ a r:Fact; r:gives {999 log:repeat 783}] + skolem:lemma1782 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 783]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma784 a r:Inference; r:gives { 784 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 784}] - skolem:lemma2782 + [ a r:Fact; r:gives {999 log:repeat 784}] + skolem:lemma1783 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 784]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma785 a r:Inference; r:gives { 785 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 785}] - skolem:lemma2783 + [ a r:Fact; r:gives {999 log:repeat 785}] + skolem:lemma1784 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 785]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma786 a r:Inference; r:gives { 786 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 786}] - skolem:lemma2784 + [ a r:Fact; r:gives {999 log:repeat 786}] + skolem:lemma1785 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 786]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma787 a r:Inference; r:gives { 787 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 787}] - skolem:lemma2785 + [ a r:Fact; r:gives {999 log:repeat 787}] + skolem:lemma1786 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 787]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma788 a r:Inference; r:gives { 788 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 788}] - skolem:lemma2786 + [ a r:Fact; r:gives {999 log:repeat 788}] + skolem:lemma1787 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 788]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma789 a r:Inference; r:gives { 789 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 789}] - skolem:lemma2787 + [ a r:Fact; r:gives {999 log:repeat 789}] + skolem:lemma1788 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 789]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma790 a r:Inference; r:gives { 790 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 790}] - skolem:lemma2788 + [ a r:Fact; r:gives {999 log:repeat 790}] + skolem:lemma1789 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 790]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma791 a r:Inference; r:gives { 791 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 791}] - skolem:lemma2789 + [ a r:Fact; r:gives {999 log:repeat 791}] + skolem:lemma1790 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 791]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma792 a r:Inference; r:gives { 792 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 792}] - skolem:lemma2790 + [ a r:Fact; r:gives {999 log:repeat 792}] + skolem:lemma1791 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 792]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma793 a r:Inference; r:gives { 793 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 793}] - skolem:lemma2791 + [ a r:Fact; r:gives {999 log:repeat 793}] + skolem:lemma1792 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 793]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma794 a r:Inference; r:gives { 794 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 794}] - skolem:lemma2792 + [ a r:Fact; r:gives {999 log:repeat 794}] + skolem:lemma1793 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 794]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma795 a r:Inference; r:gives { 795 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 795}] - skolem:lemma2793 + [ a r:Fact; r:gives {999 log:repeat 795}] + skolem:lemma1794 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 795]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma796 a r:Inference; r:gives { 796 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 796}] - skolem:lemma2794 + [ a r:Fact; r:gives {999 log:repeat 796}] + skolem:lemma1795 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 796]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma797 a r:Inference; r:gives { 797 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 797}] - skolem:lemma2795 + [ a r:Fact; r:gives {999 log:repeat 797}] + skolem:lemma1796 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 797]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma798 a r:Inference; r:gives { 798 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 798}] - skolem:lemma2796 + [ a r:Fact; r:gives {999 log:repeat 798}] + skolem:lemma1797 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 798]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma799 a r:Inference; r:gives { 799 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 799}] - skolem:lemma2797 + [ a r:Fact; r:gives {999 log:repeat 799}] + skolem:lemma1798 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 799]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma800 a r:Inference; r:gives { 800 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 800}] - skolem:lemma2798 + [ a r:Fact; r:gives {999 log:repeat 800}] + skolem:lemma1799 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 800]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma801 a r:Inference; r:gives { 801 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 801}] - skolem:lemma2799 + [ a r:Fact; r:gives {999 log:repeat 801}] + skolem:lemma1800 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 801]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma802 a r:Inference; r:gives { 802 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 802}] - skolem:lemma2800 + [ a r:Fact; r:gives {999 log:repeat 802}] + skolem:lemma1801 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 802]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma803 a r:Inference; r:gives { 803 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 803}] - skolem:lemma2801 + [ a r:Fact; r:gives {999 log:repeat 803}] + skolem:lemma1802 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 803]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma804 a r:Inference; r:gives { 804 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 804}] - skolem:lemma2802 + [ a r:Fact; r:gives {999 log:repeat 804}] + skolem:lemma1803 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 804]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma805 a r:Inference; r:gives { 805 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 805}] - skolem:lemma2803 + [ a r:Fact; r:gives {999 log:repeat 805}] + skolem:lemma1804 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 805]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma806 a r:Inference; r:gives { 806 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 806}] - skolem:lemma2804 + [ a r:Fact; r:gives {999 log:repeat 806}] + skolem:lemma1805 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 806]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma807 a r:Inference; r:gives { 807 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 807}] - skolem:lemma2805 + [ a r:Fact; r:gives {999 log:repeat 807}] + skolem:lemma1806 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 807]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma808 a r:Inference; r:gives { 808 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 808}] - skolem:lemma2806 + [ a r:Fact; r:gives {999 log:repeat 808}] + skolem:lemma1807 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 808]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma809 a r:Inference; r:gives { 809 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 809}] - skolem:lemma2807 + [ a r:Fact; r:gives {999 log:repeat 809}] + skolem:lemma1808 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 809]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma810 a r:Inference; r:gives { 810 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 810}] - skolem:lemma2808 + [ a r:Fact; r:gives {999 log:repeat 810}] + skolem:lemma1809 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 810]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma811 a r:Inference; r:gives { 811 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 811}] - skolem:lemma2809 + [ a r:Fact; r:gives {999 log:repeat 811}] + skolem:lemma1810 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 811]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma812 a r:Inference; r:gives { 812 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 812}] - skolem:lemma2810 + [ a r:Fact; r:gives {999 log:repeat 812}] + skolem:lemma1811 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 812]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma813 a r:Inference; r:gives { 813 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 813}] - skolem:lemma2811 + [ a r:Fact; r:gives {999 log:repeat 813}] + skolem:lemma1812 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 813]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma814 a r:Inference; r:gives { 814 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 814}] - skolem:lemma2812 + [ a r:Fact; r:gives {999 log:repeat 814}] + skolem:lemma1813 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 814]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma815 a r:Inference; r:gives { 815 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 815}] - skolem:lemma2813 + [ a r:Fact; r:gives {999 log:repeat 815}] + skolem:lemma1814 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 815]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma816 a r:Inference; r:gives { 816 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 816}] - skolem:lemma2814 + [ a r:Fact; r:gives {999 log:repeat 816}] + skolem:lemma1815 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 816]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma817 a r:Inference; r:gives { 817 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 817}] - skolem:lemma2815 + [ a r:Fact; r:gives {999 log:repeat 817}] + skolem:lemma1816 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 817]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma818 a r:Inference; r:gives { 818 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 818}] - skolem:lemma2816 + [ a r:Fact; r:gives {999 log:repeat 818}] + skolem:lemma1817 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 818]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma819 a r:Inference; r:gives { 819 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 819}] - skolem:lemma2817 + [ a r:Fact; r:gives {999 log:repeat 819}] + skolem:lemma1818 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 819]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma820 a r:Inference; r:gives { 820 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 820}] - skolem:lemma2818 + [ a r:Fact; r:gives {999 log:repeat 820}] + skolem:lemma1819 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 820]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma821 a r:Inference; r:gives { 821 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 821}] - skolem:lemma2819 + [ a r:Fact; r:gives {999 log:repeat 821}] + skolem:lemma1820 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 821]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma822 a r:Inference; r:gives { 822 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 822}] - skolem:lemma2820 + [ a r:Fact; r:gives {999 log:repeat 822}] + skolem:lemma1821 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 822]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma823 a r:Inference; r:gives { 823 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 823}] - skolem:lemma2821 + [ a r:Fact; r:gives {999 log:repeat 823}] + skolem:lemma1822 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 823]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma824 a r:Inference; r:gives { 824 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 824}] - skolem:lemma2822 + [ a r:Fact; r:gives {999 log:repeat 824}] + skolem:lemma1823 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma825 a r:Inference; r:gives { 825 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 825}] - skolem:lemma2823 + [ a r:Fact; r:gives {999 log:repeat 825}] + skolem:lemma1824 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 825]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma826 a r:Inference; r:gives { 826 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 826}] - skolem:lemma2824 + [ a r:Fact; r:gives {999 log:repeat 826}] + skolem:lemma1825 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 826]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma827 a r:Inference; r:gives { 827 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 827}] - skolem:lemma2825 + [ a r:Fact; r:gives {999 log:repeat 827}] + skolem:lemma1826 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 827]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma828 a r:Inference; r:gives { 828 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 828}] - skolem:lemma2826 + [ a r:Fact; r:gives {999 log:repeat 828}] + skolem:lemma1827 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 828]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma829 a r:Inference; r:gives { 829 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 829}] - skolem:lemma2827 + [ a r:Fact; r:gives {999 log:repeat 829}] + skolem:lemma1828 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 829]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma830 a r:Inference; r:gives { 830 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 830}] - skolem:lemma2828 + [ a r:Fact; r:gives {999 log:repeat 830}] + skolem:lemma1829 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 830]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma831 a r:Inference; r:gives { 831 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 831}] - skolem:lemma2829 + [ a r:Fact; r:gives {999 log:repeat 831}] + skolem:lemma1830 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 831]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma832 a r:Inference; r:gives { 832 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 832}] - skolem:lemma2830 + [ a r:Fact; r:gives {999 log:repeat 832}] + skolem:lemma1831 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 832]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma833 a r:Inference; r:gives { 833 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 833}] - skolem:lemma2831 + [ a r:Fact; r:gives {999 log:repeat 833}] + skolem:lemma1832 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 833]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma834 a r:Inference; r:gives { 834 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 834}] - skolem:lemma2832 + [ a r:Fact; r:gives {999 log:repeat 834}] + skolem:lemma1833 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 834]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma835 a r:Inference; r:gives { 835 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 835}] - skolem:lemma2833 + [ a r:Fact; r:gives {999 log:repeat 835}] + skolem:lemma1834 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 835]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma836 a r:Inference; r:gives { 836 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 836}] - skolem:lemma2834 + [ a r:Fact; r:gives {999 log:repeat 836}] + skolem:lemma1835 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 836]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma837 a r:Inference; r:gives { 837 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 837}] - skolem:lemma2835 + [ a r:Fact; r:gives {999 log:repeat 837}] + skolem:lemma1836 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 837]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma838 a r:Inference; r:gives { 838 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 838}] - skolem:lemma2836 + [ a r:Fact; r:gives {999 log:repeat 838}] + skolem:lemma1837 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 838]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma839 a r:Inference; r:gives { 839 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 839}] - skolem:lemma2837 + [ a r:Fact; r:gives {999 log:repeat 839}] + skolem:lemma1838 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 839]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma840 a r:Inference; r:gives { 840 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 840}] - skolem:lemma2838 + [ a r:Fact; r:gives {999 log:repeat 840}] + skolem:lemma1839 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 840]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma841 a r:Inference; r:gives { 841 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 841}] - skolem:lemma2839 + [ a r:Fact; r:gives {999 log:repeat 841}] + skolem:lemma1840 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 841]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma842 a r:Inference; r:gives { 842 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 842}] - skolem:lemma2840 + [ a r:Fact; r:gives {999 log:repeat 842}] + skolem:lemma1841 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 842]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma843 a r:Inference; r:gives { 843 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 843}] - skolem:lemma2841 + [ a r:Fact; r:gives {999 log:repeat 843}] + skolem:lemma1842 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 843]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma844 a r:Inference; r:gives { 844 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 844}] - skolem:lemma2842 + [ a r:Fact; r:gives {999 log:repeat 844}] + skolem:lemma1843 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 844]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma845 a r:Inference; r:gives { 845 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 845}] - skolem:lemma2843 + [ a r:Fact; r:gives {999 log:repeat 845}] + skolem:lemma1844 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 845]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma846 a r:Inference; r:gives { 846 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 846}] - skolem:lemma2844 + [ a r:Fact; r:gives {999 log:repeat 846}] + skolem:lemma1845 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 846]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma847 a r:Inference; r:gives { 847 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 847}] - skolem:lemma2845 + [ a r:Fact; r:gives {999 log:repeat 847}] + skolem:lemma1846 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 847]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma848 a r:Inference; r:gives { 848 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 848}] - skolem:lemma2846 + [ a r:Fact; r:gives {999 log:repeat 848}] + skolem:lemma1847 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 848]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma849 a r:Inference; r:gives { 849 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 849}] - skolem:lemma2847 + [ a r:Fact; r:gives {999 log:repeat 849}] + skolem:lemma1848 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 849]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma850 a r:Inference; r:gives { 850 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 850}] - skolem:lemma2848 + [ a r:Fact; r:gives {999 log:repeat 850}] + skolem:lemma1849 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 850]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma851 a r:Inference; r:gives { 851 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 851}] - skolem:lemma2849 + [ a r:Fact; r:gives {999 log:repeat 851}] + skolem:lemma1850 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 851]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma852 a r:Inference; r:gives { 852 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 852}] - skolem:lemma2850 + [ a r:Fact; r:gives {999 log:repeat 852}] + skolem:lemma1851 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 852]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma853 a r:Inference; r:gives { 853 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 853}] - skolem:lemma2851 + [ a r:Fact; r:gives {999 log:repeat 853}] + skolem:lemma1852 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 853]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma854 a r:Inference; r:gives { 854 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 854}] - skolem:lemma2852 + [ a r:Fact; r:gives {999 log:repeat 854}] + skolem:lemma1853 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 854]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma855 a r:Inference; r:gives { 855 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 855}] - skolem:lemma2853 + [ a r:Fact; r:gives {999 log:repeat 855}] + skolem:lemma1854 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 855]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma856 a r:Inference; r:gives { 856 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 856}] - skolem:lemma2854 + [ a r:Fact; r:gives {999 log:repeat 856}] + skolem:lemma1855 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 856]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma857 a r:Inference; r:gives { 857 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 857}] - skolem:lemma2855 + [ a r:Fact; r:gives {999 log:repeat 857}] + skolem:lemma1856 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 857]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma858 a r:Inference; r:gives { 858 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 858}] - skolem:lemma2856 + [ a r:Fact; r:gives {999 log:repeat 858}] + skolem:lemma1857 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 858]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma859 a r:Inference; r:gives { 859 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 859}] - skolem:lemma2857 + [ a r:Fact; r:gives {999 log:repeat 859}] + skolem:lemma1858 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 859]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma860 a r:Inference; r:gives { 860 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 860}] - skolem:lemma2858 + [ a r:Fact; r:gives {999 log:repeat 860}] + skolem:lemma1859 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 860]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma861 a r:Inference; r:gives { 861 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 861}] - skolem:lemma2859 + [ a r:Fact; r:gives {999 log:repeat 861}] + skolem:lemma1860 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 861]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma862 a r:Inference; r:gives { 862 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 862}] - skolem:lemma2860 + [ a r:Fact; r:gives {999 log:repeat 862}] + skolem:lemma1861 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 862]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma863 a r:Inference; r:gives { 863 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 863}] - skolem:lemma2861 + [ a r:Fact; r:gives {999 log:repeat 863}] + skolem:lemma1862 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 863]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma864 a r:Inference; r:gives { 864 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 864}] - skolem:lemma2862 + [ a r:Fact; r:gives {999 log:repeat 864}] + skolem:lemma1863 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 864]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma865 a r:Inference; r:gives { 865 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 865}] - skolem:lemma2863 + [ a r:Fact; r:gives {999 log:repeat 865}] + skolem:lemma1864 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 865]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma866 a r:Inference; r:gives { 866 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 866}] - skolem:lemma2864 + [ a r:Fact; r:gives {999 log:repeat 866}] + skolem:lemma1865 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 866]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma867 a r:Inference; r:gives { 867 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 867}] - skolem:lemma2865 + [ a r:Fact; r:gives {999 log:repeat 867}] + skolem:lemma1866 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 867]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma868 a r:Inference; r:gives { 868 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 868}] - skolem:lemma2866 + [ a r:Fact; r:gives {999 log:repeat 868}] + skolem:lemma1867 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 868]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma869 a r:Inference; r:gives { 869 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 869}] - skolem:lemma2867 + [ a r:Fact; r:gives {999 log:repeat 869}] + skolem:lemma1868 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 869]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma870 a r:Inference; r:gives { 870 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 870}] - skolem:lemma2868 + [ a r:Fact; r:gives {999 log:repeat 870}] + skolem:lemma1869 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 870]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma871 a r:Inference; r:gives { 871 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 871}] - skolem:lemma2869 + [ a r:Fact; r:gives {999 log:repeat 871}] + skolem:lemma1870 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 871]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma872 a r:Inference; r:gives { 872 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 872}] - skolem:lemma2870 + [ a r:Fact; r:gives {999 log:repeat 872}] + skolem:lemma1871 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 872]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma873 a r:Inference; r:gives { 873 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 873}] - skolem:lemma2871 + [ a r:Fact; r:gives {999 log:repeat 873}] + skolem:lemma1872 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 873]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma874 a r:Inference; r:gives { 874 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 874}] - skolem:lemma2872 + [ a r:Fact; r:gives {999 log:repeat 874}] + skolem:lemma1873 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 874]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma875 a r:Inference; r:gives { 875 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 875}] - skolem:lemma2873 + [ a r:Fact; r:gives {999 log:repeat 875}] + skolem:lemma1874 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 875]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma876 a r:Inference; r:gives { 876 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 876}] - skolem:lemma2874 + [ a r:Fact; r:gives {999 log:repeat 876}] + skolem:lemma1875 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 876]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma877 a r:Inference; r:gives { 877 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 877}] - skolem:lemma2875 + [ a r:Fact; r:gives {999 log:repeat 877}] + skolem:lemma1876 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 877]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma878 a r:Inference; r:gives { 878 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 878}] - skolem:lemma2876 + [ a r:Fact; r:gives {999 log:repeat 878}] + skolem:lemma1877 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 878]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma879 a r:Inference; r:gives { 879 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 879}] - skolem:lemma2877 + [ a r:Fact; r:gives {999 log:repeat 879}] + skolem:lemma1878 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 879]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma880 a r:Inference; r:gives { 880 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 880}] - skolem:lemma2878 + [ a r:Fact; r:gives {999 log:repeat 880}] + skolem:lemma1879 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 880]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma881 a r:Inference; r:gives { 881 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 881}] - skolem:lemma2879 + [ a r:Fact; r:gives {999 log:repeat 881}] + skolem:lemma1880 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 881]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma882 a r:Inference; r:gives { 882 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 882}] - skolem:lemma2880 + [ a r:Fact; r:gives {999 log:repeat 882}] + skolem:lemma1881 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 882]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma883 a r:Inference; r:gives { 883 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 883}] - skolem:lemma2881 + [ a r:Fact; r:gives {999 log:repeat 883}] + skolem:lemma1882 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 883]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma884 a r:Inference; r:gives { 884 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 884}] - skolem:lemma2882 + [ a r:Fact; r:gives {999 log:repeat 884}] + skolem:lemma1883 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 884]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma885 a r:Inference; r:gives { 885 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 885}] - skolem:lemma2883 + [ a r:Fact; r:gives {999 log:repeat 885}] + skolem:lemma1884 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 885]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma886 a r:Inference; r:gives { 886 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 886}] - skolem:lemma2884 + [ a r:Fact; r:gives {999 log:repeat 886}] + skolem:lemma1885 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 886]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma887 a r:Inference; r:gives { 887 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 887}] - skolem:lemma2885 + [ a r:Fact; r:gives {999 log:repeat 887}] + skolem:lemma1886 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 887]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma888 a r:Inference; r:gives { 888 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 888}] - skolem:lemma2886 + [ a r:Fact; r:gives {999 log:repeat 888}] + skolem:lemma1887 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 888]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma889 a r:Inference; r:gives { 889 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 889}] - skolem:lemma2887 + [ a r:Fact; r:gives {999 log:repeat 889}] + skolem:lemma1888 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 889]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma890 a r:Inference; r:gives { 890 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 890}] - skolem:lemma2888 + [ a r:Fact; r:gives {999 log:repeat 890}] + skolem:lemma1889 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 890]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma891 a r:Inference; r:gives { 891 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 891}] - skolem:lemma2889 + [ a r:Fact; r:gives {999 log:repeat 891}] + skolem:lemma1890 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 891]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma892 a r:Inference; r:gives { 892 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 892}] - skolem:lemma2890 + [ a r:Fact; r:gives {999 log:repeat 892}] + skolem:lemma1891 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 892]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma893 a r:Inference; r:gives { 893 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 893}] - skolem:lemma2891 + [ a r:Fact; r:gives {999 log:repeat 893}] + skolem:lemma1892 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 893]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma894 a r:Inference; r:gives { 894 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 894}] - skolem:lemma2892 + [ a r:Fact; r:gives {999 log:repeat 894}] + skolem:lemma1893 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 894]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma895 a r:Inference; r:gives { 895 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 895}] - skolem:lemma2893 + [ a r:Fact; r:gives {999 log:repeat 895}] + skolem:lemma1894 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 895]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma896 a r:Inference; r:gives { 896 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 896}] - skolem:lemma2894 + [ a r:Fact; r:gives {999 log:repeat 896}] + skolem:lemma1895 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 896]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma897 a r:Inference; r:gives { 897 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 897}] - skolem:lemma2895 + [ a r:Fact; r:gives {999 log:repeat 897}] + skolem:lemma1896 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 897]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma898 a r:Inference; r:gives { 898 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 898}] - skolem:lemma2896 + [ a r:Fact; r:gives {999 log:repeat 898}] + skolem:lemma1897 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 898]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma899 a r:Inference; r:gives { 899 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 899}] - skolem:lemma2897 + [ a r:Fact; r:gives {999 log:repeat 899}] + skolem:lemma1898 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 899]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma900 a r:Inference; r:gives { 900 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 900}] - skolem:lemma2898 + [ a r:Fact; r:gives {999 log:repeat 900}] + skolem:lemma1899 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 900]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma901 a r:Inference; r:gives { 901 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 901}] - skolem:lemma2899 + [ a r:Fact; r:gives {999 log:repeat 901}] + skolem:lemma1900 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 901]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma902 a r:Inference; r:gives { 902 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 902}] - skolem:lemma2900 + [ a r:Fact; r:gives {999 log:repeat 902}] + skolem:lemma1901 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 902]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma903 a r:Inference; r:gives { 903 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 903}] - skolem:lemma2901 + [ a r:Fact; r:gives {999 log:repeat 903}] + skolem:lemma1902 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 903]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma904 a r:Inference; r:gives { 904 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 904}] - skolem:lemma2902 + [ a r:Fact; r:gives {999 log:repeat 904}] + skolem:lemma1903 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 904]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma905 a r:Inference; r:gives { 905 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 905}] - skolem:lemma2903 + [ a r:Fact; r:gives {999 log:repeat 905}] + skolem:lemma1904 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 905]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma906 a r:Inference; r:gives { 906 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 906}] - skolem:lemma2904 + [ a r:Fact; r:gives {999 log:repeat 906}] + skolem:lemma1905 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 906]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma907 a r:Inference; r:gives { 907 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 907}] - skolem:lemma2905 + [ a r:Fact; r:gives {999 log:repeat 907}] + skolem:lemma1906 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 907]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma908 a r:Inference; r:gives { 908 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 908}] - skolem:lemma2906 + [ a r:Fact; r:gives {999 log:repeat 908}] + skolem:lemma1907 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 908]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma909 a r:Inference; r:gives { 909 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 909}] - skolem:lemma2907 + [ a r:Fact; r:gives {999 log:repeat 909}] + skolem:lemma1908 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 909]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma910 a r:Inference; r:gives { 910 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 910}] - skolem:lemma2908 + [ a r:Fact; r:gives {999 log:repeat 910}] + skolem:lemma1909 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 910]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma911 a r:Inference; r:gives { 911 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 911}] - skolem:lemma2909 + [ a r:Fact; r:gives {999 log:repeat 911}] + skolem:lemma1910 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 911]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma912 a r:Inference; r:gives { 912 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 912}] - skolem:lemma2910 + [ a r:Fact; r:gives {999 log:repeat 912}] + skolem:lemma1911 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 912]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma913 a r:Inference; r:gives { 913 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 913}] - skolem:lemma2911 + [ a r:Fact; r:gives {999 log:repeat 913}] + skolem:lemma1912 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 913]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma914 a r:Inference; r:gives { 914 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 914}] - skolem:lemma2912 + [ a r:Fact; r:gives {999 log:repeat 914}] + skolem:lemma1913 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 914]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma915 a r:Inference; r:gives { 915 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 915}] - skolem:lemma2913 + [ a r:Fact; r:gives {999 log:repeat 915}] + skolem:lemma1914 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 915]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma916 a r:Inference; r:gives { 916 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 916}] - skolem:lemma2914 + [ a r:Fact; r:gives {999 log:repeat 916}] + skolem:lemma1915 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 916]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma917 a r:Inference; r:gives { 917 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 917}] - skolem:lemma2915 + [ a r:Fact; r:gives {999 log:repeat 917}] + skolem:lemma1916 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 917]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma918 a r:Inference; r:gives { 918 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 918}] - skolem:lemma2916 + [ a r:Fact; r:gives {999 log:repeat 918}] + skolem:lemma1917 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 918]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma919 a r:Inference; r:gives { 919 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 919}] - skolem:lemma2917 + [ a r:Fact; r:gives {999 log:repeat 919}] + skolem:lemma1918 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 919]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma920 a r:Inference; r:gives { 920 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 920}] - skolem:lemma2918 + [ a r:Fact; r:gives {999 log:repeat 920}] + skolem:lemma1919 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 920]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma921 a r:Inference; r:gives { 921 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 921}] - skolem:lemma2919 + [ a r:Fact; r:gives {999 log:repeat 921}] + skolem:lemma1920 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 921]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma922 a r:Inference; r:gives { 922 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 922}] - skolem:lemma2920 + [ a r:Fact; r:gives {999 log:repeat 922}] + skolem:lemma1921 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 922]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma923 a r:Inference; r:gives { 923 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 923}] - skolem:lemma2921 + [ a r:Fact; r:gives {999 log:repeat 923}] + skolem:lemma1922 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 923]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma924 a r:Inference; r:gives { 924 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 924}] - skolem:lemma2922 + [ a r:Fact; r:gives {999 log:repeat 924}] + skolem:lemma1923 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 924]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma925 a r:Inference; r:gives { 925 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 925}] - skolem:lemma2923 + [ a r:Fact; r:gives {999 log:repeat 925}] + skolem:lemma1924 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 925]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma926 a r:Inference; r:gives { 926 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 926}] - skolem:lemma2924 + [ a r:Fact; r:gives {999 log:repeat 926}] + skolem:lemma1925 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 926]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma927 a r:Inference; r:gives { 927 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 927}] - skolem:lemma2925 + [ a r:Fact; r:gives {999 log:repeat 927}] + skolem:lemma1926 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 927]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma928 a r:Inference; r:gives { 928 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 928}] - skolem:lemma2926 + [ a r:Fact; r:gives {999 log:repeat 928}] + skolem:lemma1927 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 928]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma929 a r:Inference; r:gives { 929 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 929}] - skolem:lemma2927 + [ a r:Fact; r:gives {999 log:repeat 929}] + skolem:lemma1928 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 929]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma930 a r:Inference; r:gives { 930 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 930}] - skolem:lemma2928 + [ a r:Fact; r:gives {999 log:repeat 930}] + skolem:lemma1929 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 930]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma931 a r:Inference; r:gives { 931 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 931}] - skolem:lemma2929 + [ a r:Fact; r:gives {999 log:repeat 931}] + skolem:lemma1930 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 931]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma932 a r:Inference; r:gives { 932 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 932}] - skolem:lemma2930 + [ a r:Fact; r:gives {999 log:repeat 932}] + skolem:lemma1931 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 932]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma933 a r:Inference; r:gives { 933 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 933}] - skolem:lemma2931 + [ a r:Fact; r:gives {999 log:repeat 933}] + skolem:lemma1932 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 933]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma934 a r:Inference; r:gives { 934 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 934}] - skolem:lemma2932 + [ a r:Fact; r:gives {999 log:repeat 934}] + skolem:lemma1933 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 934]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma935 a r:Inference; r:gives { 935 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 935}] - skolem:lemma2933 + [ a r:Fact; r:gives {999 log:repeat 935}] + skolem:lemma1934 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 935]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma936 a r:Inference; r:gives { 936 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 936}] - skolem:lemma2934 + [ a r:Fact; r:gives {999 log:repeat 936}] + skolem:lemma1935 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 936]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma937 a r:Inference; r:gives { 937 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 937}] - skolem:lemma2935 + [ a r:Fact; r:gives {999 log:repeat 937}] + skolem:lemma1936 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 937]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma938 a r:Inference; r:gives { 938 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 938}] - skolem:lemma2936 + [ a r:Fact; r:gives {999 log:repeat 938}] + skolem:lemma1937 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 938]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma939 a r:Inference; r:gives { 939 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 939}] - skolem:lemma2937 + [ a r:Fact; r:gives {999 log:repeat 939}] + skolem:lemma1938 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 939]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma940 a r:Inference; r:gives { 940 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 940}] - skolem:lemma2938 + [ a r:Fact; r:gives {999 log:repeat 940}] + skolem:lemma1939 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 940]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma941 a r:Inference; r:gives { 941 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 941}] - skolem:lemma2939 + [ a r:Fact; r:gives {999 log:repeat 941}] + skolem:lemma1940 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 941]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma942 a r:Inference; r:gives { 942 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 942}] - skolem:lemma2940 + [ a r:Fact; r:gives {999 log:repeat 942}] + skolem:lemma1941 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 942]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma943 a r:Inference; r:gives { 943 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 943}] - skolem:lemma2941 + [ a r:Fact; r:gives {999 log:repeat 943}] + skolem:lemma1942 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 943]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma944 a r:Inference; r:gives { 944 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 944}] - skolem:lemma2942 + [ a r:Fact; r:gives {999 log:repeat 944}] + skolem:lemma1943 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 944]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma945 a r:Inference; r:gives { 945 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 945}] - skolem:lemma2943 + [ a r:Fact; r:gives {999 log:repeat 945}] + skolem:lemma1944 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 945]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma946 a r:Inference; r:gives { 946 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 946}] - skolem:lemma2944 + [ a r:Fact; r:gives {999 log:repeat 946}] + skolem:lemma1945 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 946]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma947 a r:Inference; r:gives { 947 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 947}] - skolem:lemma2945 + [ a r:Fact; r:gives {999 log:repeat 947}] + skolem:lemma1946 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 947]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma948 a r:Inference; r:gives { 948 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 948}] - skolem:lemma2946 + [ a r:Fact; r:gives {999 log:repeat 948}] + skolem:lemma1947 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 948]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma949 a r:Inference; r:gives { 949 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 949}] - skolem:lemma2947 + [ a r:Fact; r:gives {999 log:repeat 949}] + skolem:lemma1948 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 949]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma950 a r:Inference; r:gives { 950 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 950}] - skolem:lemma2948 + [ a r:Fact; r:gives {999 log:repeat 950}] + skolem:lemma1949 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 950]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma951 a r:Inference; r:gives { 951 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 951}] - skolem:lemma2949 + [ a r:Fact; r:gives {999 log:repeat 951}] + skolem:lemma1950 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 951]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma952 a r:Inference; r:gives { 952 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 952}] - skolem:lemma2950 + [ a r:Fact; r:gives {999 log:repeat 952}] + skolem:lemma1951 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 952]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma953 a r:Inference; r:gives { 953 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 953}] - skolem:lemma2951 + [ a r:Fact; r:gives {999 log:repeat 953}] + skolem:lemma1952 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 953]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma954 a r:Inference; r:gives { 954 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 954}] - skolem:lemma2952 + [ a r:Fact; r:gives {999 log:repeat 954}] + skolem:lemma1953 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 954]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma955 a r:Inference; r:gives { 955 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 955}] - skolem:lemma2953 + [ a r:Fact; r:gives {999 log:repeat 955}] + skolem:lemma1954 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 955]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma956 a r:Inference; r:gives { 956 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 956}] - skolem:lemma2954 + [ a r:Fact; r:gives {999 log:repeat 956}] + skolem:lemma1955 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 956]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma957 a r:Inference; r:gives { 957 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 957}] - skolem:lemma2955 + [ a r:Fact; r:gives {999 log:repeat 957}] + skolem:lemma1956 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 957]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma958 a r:Inference; r:gives { 958 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 958}] - skolem:lemma2956 + [ a r:Fact; r:gives {999 log:repeat 958}] + skolem:lemma1957 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 958]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma959 a r:Inference; r:gives { 959 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 959}] - skolem:lemma2957 + [ a r:Fact; r:gives {999 log:repeat 959}] + skolem:lemma1958 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 959]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma960 a r:Inference; r:gives { 960 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 960}] - skolem:lemma2958 + [ a r:Fact; r:gives {999 log:repeat 960}] + skolem:lemma1959 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 960]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma961 a r:Inference; r:gives { 961 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 961}] - skolem:lemma2959 + [ a r:Fact; r:gives {999 log:repeat 961}] + skolem:lemma1960 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 961]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma962 a r:Inference; r:gives { 962 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 962}] - skolem:lemma2960 + [ a r:Fact; r:gives {999 log:repeat 962}] + skolem:lemma1961 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 962]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma963 a r:Inference; r:gives { 963 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 963}] - skolem:lemma2961 + [ a r:Fact; r:gives {999 log:repeat 963}] + skolem:lemma1962 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 963]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma964 a r:Inference; r:gives { 964 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 964}] - skolem:lemma2962 + [ a r:Fact; r:gives {999 log:repeat 964}] + skolem:lemma1963 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 964]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma965 a r:Inference; r:gives { 965 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 965}] - skolem:lemma2963 + [ a r:Fact; r:gives {999 log:repeat 965}] + skolem:lemma1964 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 965]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma966 a r:Inference; r:gives { 966 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 966}] - skolem:lemma2964 + [ a r:Fact; r:gives {999 log:repeat 966}] + skolem:lemma1965 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 966]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma967 a r:Inference; r:gives { 967 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 967}] - skolem:lemma2965 + [ a r:Fact; r:gives {999 log:repeat 967}] + skolem:lemma1966 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 967]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma968 a r:Inference; r:gives { 968 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 968}] - skolem:lemma2966 + [ a r:Fact; r:gives {999 log:repeat 968}] + skolem:lemma1967 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 968]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma969 a r:Inference; r:gives { 969 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 969}] - skolem:lemma2967 + [ a r:Fact; r:gives {999 log:repeat 969}] + skolem:lemma1968 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 969]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma970 a r:Inference; r:gives { 970 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 970}] - skolem:lemma2968 + [ a r:Fact; r:gives {999 log:repeat 970}] + skolem:lemma1969 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 970]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma971 a r:Inference; r:gives { 971 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 971}] - skolem:lemma2969 + [ a r:Fact; r:gives {999 log:repeat 971}] + skolem:lemma1970 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 971]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma972 a r:Inference; r:gives { 972 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 972}] - skolem:lemma2970 + [ a r:Fact; r:gives {999 log:repeat 972}] + skolem:lemma1971 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 972]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma973 a r:Inference; r:gives { 973 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 973}] - skolem:lemma2971 + [ a r:Fact; r:gives {999 log:repeat 973}] + skolem:lemma1972 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 973]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma974 a r:Inference; r:gives { 974 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 974}] - skolem:lemma2972 + [ a r:Fact; r:gives {999 log:repeat 974}] + skolem:lemma1973 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 974]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma975 a r:Inference; r:gives { 975 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 975}] - skolem:lemma2973 + [ a r:Fact; r:gives {999 log:repeat 975}] + skolem:lemma1974 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 975]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma976 a r:Inference; r:gives { 976 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 976}] - skolem:lemma2974 + [ a r:Fact; r:gives {999 log:repeat 976}] + skolem:lemma1975 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 976]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma977 a r:Inference; r:gives { 977 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 977}] - skolem:lemma2975 + [ a r:Fact; r:gives {999 log:repeat 977}] + skolem:lemma1976 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 977]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma978 a r:Inference; r:gives { 978 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 978}] - skolem:lemma2976 + [ a r:Fact; r:gives {999 log:repeat 978}] + skolem:lemma1977 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 978]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma979 a r:Inference; r:gives { 979 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 979}] - skolem:lemma2977 + [ a r:Fact; r:gives {999 log:repeat 979}] + skolem:lemma1978 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 979]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma980 a r:Inference; r:gives { 980 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 980}] - skolem:lemma2978 + [ a r:Fact; r:gives {999 log:repeat 980}] + skolem:lemma1979 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 980]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma981 a r:Inference; r:gives { 981 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 981}] - skolem:lemma2979 + [ a r:Fact; r:gives {999 log:repeat 981}] + skolem:lemma1980 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 981]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma982 a r:Inference; r:gives { 982 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 982}] - skolem:lemma2980 + [ a r:Fact; r:gives {999 log:repeat 982}] + skolem:lemma1981 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 982]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma983 a r:Inference; r:gives { 983 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 983}] - skolem:lemma2981 + [ a r:Fact; r:gives {999 log:repeat 983}] + skolem:lemma1982 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 983]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma984 a r:Inference; r:gives { 984 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 984}] - skolem:lemma2982 + [ a r:Fact; r:gives {999 log:repeat 984}] + skolem:lemma1983 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 984]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma985 a r:Inference; r:gives { 985 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 985}] - skolem:lemma2983 + [ a r:Fact; r:gives {999 log:repeat 985}] + skolem:lemma1984 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 985]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma986 a r:Inference; r:gives { 986 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 986}] - skolem:lemma2984 + [ a r:Fact; r:gives {999 log:repeat 986}] + skolem:lemma1985 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 986]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma987 a r:Inference; r:gives { 987 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 987}] - skolem:lemma2985 + [ a r:Fact; r:gives {999 log:repeat 987}] + skolem:lemma1986 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 987]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma988 a r:Inference; r:gives { 988 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 988}] - skolem:lemma2986 + [ a r:Fact; r:gives {999 log:repeat 988}] + skolem:lemma1987 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 988]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma989 a r:Inference; r:gives { 989 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 989}] - skolem:lemma2987 + [ a r:Fact; r:gives {999 log:repeat 989}] + skolem:lemma1988 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 989]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma990 a r:Inference; r:gives { 990 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 990}] - skolem:lemma2988 + [ a r:Fact; r:gives {999 log:repeat 990}] + skolem:lemma1989 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 990]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma991 a r:Inference; r:gives { 991 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 991}] - skolem:lemma2989 + [ a r:Fact; r:gives {999 log:repeat 991}] + skolem:lemma1990 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 991]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma992 a r:Inference; r:gives { 992 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 992}] - skolem:lemma2990 + [ a r:Fact; r:gives {999 log:repeat 992}] + skolem:lemma1991 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 992]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma993 a r:Inference; r:gives { 993 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 993}] - skolem:lemma2991 + [ a r:Fact; r:gives {999 log:repeat 993}] + skolem:lemma1992 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 993]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma994 a r:Inference; r:gives { 994 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 994}] - skolem:lemma2992 + [ a r:Fact; r:gives {999 log:repeat 994}] + skolem:lemma1993 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 994]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma995 a r:Inference; r:gives { 995 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 995}] - skolem:lemma2993 + [ a r:Fact; r:gives {999 log:repeat 995}] + skolem:lemma1994 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 995]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma996 a r:Inference; r:gives { 996 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 996}] - skolem:lemma2994 + [ a r:Fact; r:gives {999 log:repeat 996}] + skolem:lemma1995 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 996]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma997 a r:Inference; r:gives { 997 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 997}] - skolem:lemma2995 + [ a r:Fact; r:gives {999 log:repeat 997}] + skolem:lemma1996 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 997]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma998 a r:Inference; r:gives { 998 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 998}] - skolem:lemma2996 + [ a r:Fact; r:gives {999 log:repeat 998}] + skolem:lemma1997 ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 998]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma1999. + r:rule skolem:lemma1000. skolem:lemma999 a r:Inference; r:gives { - 999 :recursionCount 4 . + 1 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 999}] - skolem:lemma2997 + skolem:lemma1998 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. -skolem:lemma1000 a r:Inference; +skolem:lemma1000 a r:Extraction; r:gives { - 1000 :recursionCount 5 . + @forAll var:x_0, var:x_1. { + 999 log:repeat var:x_0. + var:x_0 :recursionCount var:x_1. + } => { + var:x_0 :recursionCount var:x_1. + }. }; - r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1000}] - skolem:lemma2998 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma1999. + r:because [ a r:Parsing; r:source ]. skolem:lemma1001 a r:Inference; r:gives { - 1001 :recursionCount 4 . + 2 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1001}] - skolem:lemma2999 + skolem:lemma2000 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1001]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1002 a r:Inference; r:gives { - 1002 :recursionCount 3 . + 3 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1002}] - skolem:lemma3000 + skolem:lemma2001 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1002]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1003 a r:Inference; r:gives { - 1003 :recursionCount 3 . + 4 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1003}] - skolem:lemma3001 + skolem:lemma2002 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1003]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1004 a r:Inference; r:gives { - 1004 :recursionCount 7 . + 5 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1004}] - skolem:lemma3002 + skolem:lemma2003 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1004]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1005 a r:Inference; r:gives { - 1005 :recursionCount 7 . + 6 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1005}] - skolem:lemma3003 + skolem:lemma2004 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1005]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1006 a r:Inference; r:gives { - 1006 :recursionCount 7 . + 7 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1006}] - skolem:lemma3004 + skolem:lemma2005 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1006]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1007 a r:Inference; r:gives { - 1007 :recursionCount 3 . + 8 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1007}] - skolem:lemma3005 + skolem:lemma2006 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1007]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1008 a r:Inference; r:gives { - 1008 :recursionCount 3 . + 9 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1008}] - skolem:lemma3006 + skolem:lemma2007 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1008]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1009 a r:Inference; r:gives { - 1009 :recursionCount 4 . + 10 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1009}] - skolem:lemma3007 + skolem:lemma2008 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1009]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1010 a r:Inference; r:gives { - 1010 :recursionCount 4 . + 11 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1010}] - skolem:lemma3008 + skolem:lemma2009 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1010]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1011 a r:Inference; r:gives { - 1011 :recursionCount 5 . + 12 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1011}] - skolem:lemma3009 + skolem:lemma2010 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1011]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1012 a r:Inference; r:gives { - 1012 :recursionCount 4 . + 13 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1012}] - skolem:lemma3010 + skolem:lemma2011 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1012]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1013 a r:Inference; r:gives { - 1013 :recursionCount 6 . + 14 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1013}] - skolem:lemma3011 + skolem:lemma2012 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1013]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1014 a r:Inference; r:gives { - 1014 :recursionCount 4 . + 15 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1014}] - skolem:lemma3012 + skolem:lemma2013 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1014]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1015 a r:Inference; r:gives { - 1015 :recursionCount 6 . + 16 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1015}] - skolem:lemma3013 + skolem:lemma2014 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1015]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1016 a r:Inference; r:gives { - 1016 :recursionCount 6 . + 17 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1016}] - skolem:lemma3014 + skolem:lemma2015 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1016]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1017 a r:Inference; r:gives { - 1017 :recursionCount 4 . + 18 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1017}] - skolem:lemma3015 + skolem:lemma2016 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1017]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1018 a r:Inference; r:gives { - 1018 :recursionCount 6 . + 19 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1018}] - skolem:lemma3016 + skolem:lemma2017 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1018]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1019 a r:Inference; r:gives { - 1019 :recursionCount 4 . + 20 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1019}] - skolem:lemma3017 + skolem:lemma2018 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1019]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1020 a r:Inference; r:gives { - 1020 :recursionCount 3 . + 21 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1020}] - skolem:lemma3018 + skolem:lemma2019 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1020]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1021 a r:Inference; r:gives { - 1021 :recursionCount 4 . + 22 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1021}] - skolem:lemma3019 + skolem:lemma2020 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1021]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1022 a r:Inference; r:gives { - 1022 :recursionCount 3 . + 23 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1022}] - skolem:lemma3020 + skolem:lemma2021 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1022]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1023 a r:Inference; r:gives { - 1023 :recursionCount 3 . + 24 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1023}] - skolem:lemma3021 + skolem:lemma2022 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1023]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1024 a r:Inference; r:gives { - 1024 :recursionCount 7 . + 25 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1024}] - skolem:lemma3022 + skolem:lemma2023 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1024]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1025 a r:Inference; r:gives { - 1025 :recursionCount 7 . + 26 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1025}] - skolem:lemma3023 + skolem:lemma2024 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1025]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1026 a r:Inference; r:gives { - 1026 :recursionCount 7 . + 27 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1026}] - skolem:lemma3024 + skolem:lemma2025 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1026]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1027 a r:Inference; r:gives { - 1027 :recursionCount 3 . + 28 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1027}] - skolem:lemma3025 + skolem:lemma2026 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1027]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1028 a r:Inference; r:gives { - 1028 :recursionCount 3 . + 29 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1028}] - skolem:lemma3026 + skolem:lemma2027 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1028]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1029 a r:Inference; r:gives { - 1029 :recursionCount 4 . + 30 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1029}] - skolem:lemma3027 + skolem:lemma2028 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1029]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1030 a r:Inference; r:gives { - 1030 :recursionCount 3 . + 31 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1030}] - skolem:lemma3028 + skolem:lemma2029 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1030]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1031 a r:Inference; r:gives { - 1031 :recursionCount 6 . + 32 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1031}] - skolem:lemma3029 + skolem:lemma2030 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1031]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1032 a r:Inference; r:gives { - 1032 :recursionCount 3 . + 33 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1032}] - skolem:lemma3030 + skolem:lemma2031 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1032]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1033 a r:Inference; r:gives { - 1033 :recursionCount 5 . + 34 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1033}] - skolem:lemma3031 + skolem:lemma2032 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1033]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1034 a r:Inference; r:gives { - 1034 :recursionCount 2 . + 35 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1034}] - skolem:lemma3032 + skolem:lemma2033 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1034]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1035 a r:Inference; r:gives { - 1035 :recursionCount 7 . + 36 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1035}] - skolem:lemma3033 + skolem:lemma2034 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1035]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1036 a r:Inference; r:gives { - 1036 :recursionCount 1 . + 37 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1036}] - skolem:lemma3034 + skolem:lemma2035 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1036]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1037 a r:Inference; r:gives { - 1037 :recursionCount 5 . + 38 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1037}] - skolem:lemma3035 + skolem:lemma2036 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1037]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1038 a r:Inference; r:gives { - 1038 :recursionCount 6 . + 39 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1038}] - skolem:lemma3036 + skolem:lemma2037 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1038]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1039 a r:Inference; r:gives { - 1039 :recursionCount 3 . + 40 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1039}] - skolem:lemma3037 + skolem:lemma2038 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1039]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1040 a r:Inference; r:gives { - 1040 :recursionCount 7 . + 41 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1040}] - skolem:lemma3038 + skolem:lemma2039 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1040]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1041 a r:Inference; r:gives { - 1041 :recursionCount 4 . + 42 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1041}] - skolem:lemma3039 + skolem:lemma2040 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1041]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1042 a r:Inference; r:gives { - 1042 :recursionCount 7 . + 43 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1042}] - skolem:lemma3040 + skolem:lemma2041 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1042]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1043 a r:Inference; r:gives { - 1043 :recursionCount 2 . + 44 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1043}] - skolem:lemma3041 + skolem:lemma2042 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1043]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1044 a r:Inference; r:gives { - 1044 :recursionCount 3 . + 45 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1044}] - skolem:lemma3042 + skolem:lemma2043 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1044]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1045 a r:Inference; r:gives { - 1045 :recursionCount 5 . + 46 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1045}] - skolem:lemma3043 + skolem:lemma2044 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1045]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1046 a r:Inference; r:gives { - 1046 :recursionCount 3 . + 47 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1046}] - skolem:lemma3044 + skolem:lemma2045 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1046]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1047 a r:Inference; r:gives { - 1047 :recursionCount 6 . + 48 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1047}] - skolem:lemma3045 + skolem:lemma2046 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1047]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1048 a r:Inference; r:gives { - 1048 :recursionCount 5 . + 49 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1048}] - skolem:lemma3046 + skolem:lemma2047 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1048]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1049 a r:Inference; r:gives { - 1049 :recursionCount 3 . + 50 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1049}] - skolem:lemma3047 + skolem:lemma2048 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1049]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1050 a r:Inference; r:gives { - 1050 :recursionCount 7 . + 51 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1050}] - skolem:lemma3048 + skolem:lemma2049 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1050]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1051 a r:Inference; r:gives { - 1051 :recursionCount 6 . + 52 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1051}] - skolem:lemma3049 + skolem:lemma2050 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1051]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1052 a r:Inference; r:gives { - 1052 :recursionCount 7 . + 53 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1052}] - skolem:lemma3050 + skolem:lemma2051 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1052]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1053 a r:Inference; r:gives { - 1053 :recursionCount 7 . + 54 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1053}] - skolem:lemma3051 + skolem:lemma2052 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1053]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1054 a r:Inference; r:gives { - 1054 :recursionCount 5 . + 55 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1054}] - skolem:lemma3052 + skolem:lemma2053 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1054]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1055 a r:Inference; r:gives { - 1055 :recursionCount 5 . + 56 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1055}] - skolem:lemma3053 + skolem:lemma2054 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1055]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1056 a r:Inference; r:gives { - 1056 :recursionCount 4 . + 57 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1056}] - skolem:lemma3054 + skolem:lemma2055 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1056]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1057 a r:Inference; r:gives { - 1057 :recursionCount 3 . + 58 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1057}] - skolem:lemma3055 + skolem:lemma2056 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1057]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1058 a r:Inference; r:gives { - 1058 :recursionCount 2 . + 59 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1058}] - skolem:lemma3056 + skolem:lemma2057 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1058]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1059 a r:Inference; r:gives { - 1059 :recursionCount 7 . + 60 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1059}] - skolem:lemma3057 + skolem:lemma2058 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1059]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1060 a r:Inference; r:gives { - 1060 :recursionCount 7 . + 61 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1060}] - skolem:lemma3058 + skolem:lemma2059 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1060]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1061 a r:Inference; r:gives { - 1061 :recursionCount 6 . + 62 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1061}] - skolem:lemma3059 + skolem:lemma2060 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1061]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1062 a r:Inference; r:gives { - 1062 :recursionCount 7 . + 63 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1062}] - skolem:lemma3060 + skolem:lemma2061 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1062]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1063 a r:Inference; r:gives { - 1063 :recursionCount 1 . + 64 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1063}] - skolem:lemma3061 + skolem:lemma2062 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1063]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1064 a r:Inference; r:gives { - 1064 :recursionCount 3 . + 65 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1064}] - skolem:lemma3062 + skolem:lemma2063 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1064]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1065 a r:Inference; r:gives { - 1065 :recursionCount 4 . + 66 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1065}] - skolem:lemma3063 + skolem:lemma2064 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1065]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1066 a r:Inference; r:gives { - 1066 :recursionCount 5 . + 67 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1066}] - skolem:lemma3064 + skolem:lemma2065 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1066]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1067 a r:Inference; r:gives { - 1067 :recursionCount 5 . + 68 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1067}] - skolem:lemma3065 + skolem:lemma2066 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1067]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1068 a r:Inference; r:gives { - 1068 :recursionCount 7 . + 69 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1068}] - skolem:lemma3066 + skolem:lemma2067 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1068]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1069 a r:Inference; r:gives { - 1069 :recursionCount 7 . + 70 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1069}] - skolem:lemma3067 + skolem:lemma2068 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1069]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1070 a r:Inference; r:gives { - 1070 :recursionCount 3 . + 71 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1070}] - skolem:lemma3068 + skolem:lemma2069 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1070]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1071 a r:Inference; r:gives { - 1071 :recursionCount 4 . + 72 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1071}] - skolem:lemma3069 + skolem:lemma2070 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1071]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1072 a r:Inference; r:gives { - 1072 :recursionCount 3 . + 73 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1072}] - skolem:lemma3070 + skolem:lemma2071 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1072]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1073 a r:Inference; r:gives { - 1073 :recursionCount 5 . + 74 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1073}] - skolem:lemma3071 + skolem:lemma2072 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1073]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1074 a r:Inference; r:gives { - 1074 :recursionCount 6 . + 75 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1074}] - skolem:lemma3072 + skolem:lemma2073 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1074]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1075 a r:Inference; r:gives { - 1075 :recursionCount 3 . + 76 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1075}] - skolem:lemma3073 + skolem:lemma2074 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1075]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1076 a r:Inference; r:gives { - 1076 :recursionCount 5 . + 77 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1076}] - skolem:lemma3074 + skolem:lemma2075 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1076]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1077 a r:Inference; r:gives { - 1077 :recursionCount 3 . + 78 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1077}] - skolem:lemma3075 + skolem:lemma2076 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1077]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1078 a r:Inference; r:gives { - 1078 :recursionCount 2 . + 79 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1078}] - skolem:lemma3076 + skolem:lemma2077 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1078]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1079 a r:Inference; r:gives { - 1079 :recursionCount 7 . + 80 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1079}] - skolem:lemma3077 + skolem:lemma2078 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1079]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1080 a r:Inference; r:gives { - 1080 :recursionCount 3 . + 81 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1080}] - skolem:lemma3078 + skolem:lemma2079 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1080]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1081 a r:Inference; r:gives { - 1081 :recursionCount 6 . + 82 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1081}] - skolem:lemma3079 + skolem:lemma2080 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1082 a r:Inference; r:gives { - 1082 :recursionCount 3 . + 83 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1082}] - skolem:lemma3080 + skolem:lemma2081 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1083 a r:Inference; r:gives { - 1083 :recursionCount 6 . + 84 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1083}] - skolem:lemma3081 + skolem:lemma2082 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1084 a r:Inference; r:gives { - 1084 :recursionCount 5 . + 85 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1084}] - skolem:lemma3082 + skolem:lemma2083 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1085 a r:Inference; r:gives { - 1085 :recursionCount 2 . + 86 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1085}] - skolem:lemma3083 + skolem:lemma2084 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1086 a r:Inference; r:gives { - 1086 :recursionCount 7 . + 87 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1086}] - skolem:lemma3084 + skolem:lemma2085 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1087 a r:Inference; r:gives { - 1087 :recursionCount 2 . + 88 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1087}] - skolem:lemma3085 + skolem:lemma2086 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1088 a r:Inference; r:gives { - 1088 :recursionCount 5 . + 89 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1088}] - skolem:lemma3086 + skolem:lemma2087 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1089 a r:Inference; r:gives { - 1089 :recursionCount 3 . + 90 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1089}] - skolem:lemma3087 + skolem:lemma2088 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1090 a r:Inference; r:gives { - 1090 :recursionCount 4 . + 91 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1090}] - skolem:lemma3088 + skolem:lemma2089 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1090]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1091 a r:Inference; r:gives { - 1091 :recursionCount 4 . + 92 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1091}] - skolem:lemma3089 + skolem:lemma2090 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1091]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1092 a r:Inference; r:gives { - 1092 :recursionCount 4 . + 93 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1092}] - skolem:lemma3090 + skolem:lemma2091 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1092]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1093 a r:Inference; r:gives { - 1093 :recursionCount 3 . + 94 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1093}] - skolem:lemma3091 + skolem:lemma2092 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1093]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1094 a r:Inference; r:gives { - 1094 :recursionCount 3 . + 95 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1094}] - skolem:lemma3092 + skolem:lemma2093 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1094]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1095 a r:Inference; r:gives { - 1095 :recursionCount 7 . + 96 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1095}] - skolem:lemma3093 + skolem:lemma2094 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1095]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1096 a r:Inference; r:gives { - 1096 :recursionCount 7 . + 97 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1096}] - skolem:lemma3094 + skolem:lemma2095 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1096]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1097 a r:Inference; r:gives { - 1097 :recursionCount 7 . + 98 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1097}] - skolem:lemma3095 + skolem:lemma2096 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1097]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1098 a r:Inference; r:gives { - 1098 :recursionCount 3 . + 99 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1098}] - skolem:lemma3096 + skolem:lemma2097 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1098]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1099 a r:Inference; r:gives { - 1099 :recursionCount 3 . + 100 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1099}] - skolem:lemma3097 + skolem:lemma2098 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1099]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1100 a r:Inference; r:gives { - 1100 :recursionCount 4 . + 101 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1100}] - skolem:lemma3098 + skolem:lemma2099 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 101]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1101 a r:Inference; r:gives { - 1101 :recursionCount 5 . + 102 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1101}] - skolem:lemma3099 + skolem:lemma2100 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 102]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1102 a r:Inference; r:gives { - 1102 :recursionCount 4 . + 103 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1102}] - skolem:lemma3100 + skolem:lemma2101 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 103]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1103 a r:Inference; r:gives { - 1103 :recursionCount 6 . + 104 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1103}] - skolem:lemma3101 + skolem:lemma2102 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 104]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1104 a r:Inference; r:gives { - 1104 :recursionCount 4 . + 105 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1104}] - skolem:lemma3102 + skolem:lemma2103 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 105]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1105 a r:Inference; r:gives { - 1105 :recursionCount 6 . + 106 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1105}] - skolem:lemma3103 + skolem:lemma2104 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 106]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1106 a r:Inference; r:gives { - 1106 :recursionCount 6 . + 107 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1106}] - skolem:lemma3104 + skolem:lemma2105 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 107]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1107 a r:Inference; r:gives { - 1107 :recursionCount 4 . + 108 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1107}] - skolem:lemma3105 + skolem:lemma2106 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 108]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1108 a r:Inference; r:gives { - 1108 :recursionCount 6 . + 109 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1108}] - skolem:lemma3106 + skolem:lemma2107 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 109]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1109 a r:Inference; r:gives { - 1109 :recursionCount 4 . + 110 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1109}] - skolem:lemma3107 + skolem:lemma2108 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1109]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 110]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1110 a r:Inference; r:gives { - 1110 :recursionCount 5 . + 111 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1110}] - skolem:lemma3108 + skolem:lemma2109 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 111]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1111 a r:Inference; r:gives { - 1112 :recursionCount 5 . + 112 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1112}] - skolem:lemma3109 + skolem:lemma2110 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1112 a r:Inference; r:gives { - 1113 :recursionCount 4 . + 113 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1113}] - skolem:lemma3110 + skolem:lemma2111 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1113 a r:Inference; r:gives { - 1114 :recursionCount 6 . + 114 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1114}] - skolem:lemma3111 + skolem:lemma2112 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1114 a r:Inference; r:gives { - 1115 :recursionCount 4 . + 115 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1115}] - skolem:lemma3112 + skolem:lemma2113 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1115 a r:Inference; r:gives { - 1116 :recursionCount 6 . + 116 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1116}] - skolem:lemma3113 + skolem:lemma2114 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 116]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1116 a r:Inference; r:gives { - 1117 :recursionCount 6 . + 117 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1117}] - skolem:lemma3114 + skolem:lemma2115 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1117 a r:Inference; r:gives { - 1118 :recursionCount 4 . + 118 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1118}] - skolem:lemma3115 + skolem:lemma2116 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1118 a r:Inference; r:gives { - 1119 :recursionCount 6 . + 119 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1119}] - skolem:lemma3116 + skolem:lemma2117 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1119 a r:Inference; r:gives { - 1120 :recursionCount 4 . + 120 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1120}] - skolem:lemma3117 + skolem:lemma2118 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 120]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1120 a r:Inference; r:gives { - 1121 :recursionCount 5 . + 121 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1121}] - skolem:lemma3118 + skolem:lemma2119 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 121]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1121 a r:Inference; r:gives { - 1122 :recursionCount 4 . + 122 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1122}] - skolem:lemma3119 + skolem:lemma2120 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1122 a r:Inference; r:gives { - 1123 :recursionCount 3 . + 123 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1123}] - skolem:lemma3120 + skolem:lemma2121 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 123]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1123 a r:Inference; r:gives { - 1124 :recursionCount 3 . + 124 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1124}] - skolem:lemma3121 + skolem:lemma2122 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1124 a r:Inference; r:gives { - 1125 :recursionCount 7 . + 125 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1125}] - skolem:lemma3122 + skolem:lemma2123 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 125]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1125 a r:Inference; r:gives { - 1126 :recursionCount 7 . + 126 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1126}] - skolem:lemma3123 + skolem:lemma2124 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 126]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1126 a r:Inference; r:gives { - 1127 :recursionCount 7 . + 127 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1127}] - skolem:lemma3124 + skolem:lemma2125 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1127 a r:Inference; r:gives { - 1128 :recursionCount 3 . + 128 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1128}] - skolem:lemma3125 + skolem:lemma2126 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1128 a r:Inference; r:gives { - 1129 :recursionCount 3 . + 129 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1129}] - skolem:lemma3126 + skolem:lemma2127 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1129 a r:Inference; r:gives { - 1130 :recursionCount 6 . + 130 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1130}] - skolem:lemma3127 + skolem:lemma2128 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 130]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1130 a r:Inference; r:gives { - 1131 :recursionCount 4 . + 131 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1131}] - skolem:lemma3128 + skolem:lemma2129 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1131 a r:Inference; r:gives { - 1132 :recursionCount 3 . + 132 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1132}] - skolem:lemma3129 + skolem:lemma2130 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1132]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 132]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1132 a r:Inference; r:gives { - 1133 :recursionCount 6 . + 133 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1133}] - skolem:lemma3130 + skolem:lemma2131 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1133 a r:Inference; r:gives { - 1134 :recursionCount 5 . + 134 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1134}] - skolem:lemma3131 + skolem:lemma2132 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1134 a r:Inference; r:gives { - 1135 :recursionCount 2 . + 135 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1135}] - skolem:lemma3132 + skolem:lemma2133 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1135 a r:Inference; r:gives { - 1136 :recursionCount 7 . + 136 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1136}] - skolem:lemma3133 + skolem:lemma2134 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1136 a r:Inference; r:gives { - 1137 :recursionCount 1 . + 137 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1137}] - skolem:lemma3134 + skolem:lemma2135 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1137 a r:Inference; r:gives { - 1138 :recursionCount 5 . + 138 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1138}] - skolem:lemma3135 + skolem:lemma2136 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1138 a r:Inference; r:gives { - 1139 :recursionCount 6 . + 139 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1139}] - skolem:lemma3136 + skolem:lemma2137 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1139 a r:Inference; r:gives { - 1140 :recursionCount 4 . + 140 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1140}] - skolem:lemma3137 + skolem:lemma2138 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 140]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1140 a r:Inference; r:gives { - 1141 :recursionCount 6 . + 141 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1141}] - skolem:lemma3138 + skolem:lemma2139 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 141]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1141 a r:Inference; r:gives { - 1142 :recursionCount 3 . + 142 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1142}] - skolem:lemma3139 + skolem:lemma2140 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 142]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1142 a r:Inference; r:gives { - 1143 :recursionCount 5 . + 143 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1143}] - skolem:lemma3140 + skolem:lemma2141 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 143]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1143 a r:Inference; r:gives { - 1144 :recursionCount 6 . + 144 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1144}] - skolem:lemma3141 + skolem:lemma2142 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1144 a r:Inference; r:gives { - 1145 :recursionCount 3 . + 145 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1145}] - skolem:lemma3142 + skolem:lemma2143 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1145 a r:Inference; r:gives { - 1146 :recursionCount 5 . + 146 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1146}] - skolem:lemma3143 + skolem:lemma2144 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1146 a r:Inference; r:gives { - 1147 :recursionCount 3 . + 147 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1147}] - skolem:lemma3144 + skolem:lemma2145 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1147 a r:Inference; r:gives { - 1148 :recursionCount 6 . + 148 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1148}] - skolem:lemma3145 + skolem:lemma2146 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1148 a r:Inference; r:gives { - 1149 :recursionCount 5 . + 149 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1149}] - skolem:lemma3146 + skolem:lemma2147 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1149 a r:Inference; r:gives { - 1150 :recursionCount 6 . + 150 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1150}] - skolem:lemma3147 + skolem:lemma2148 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 150]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1150 a r:Inference; r:gives { - 1151 :recursionCount 4 . + 151 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1151}] - skolem:lemma3148 + skolem:lemma2149 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 151]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1151 a r:Inference; r:gives { - 1152 :recursionCount 7 . + 152 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1152}] - skolem:lemma3149 + skolem:lemma2150 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1152]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 152]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1152 a r:Inference; r:gives { - 1153 :recursionCount 2 . + 153 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1153}] - skolem:lemma3150 + skolem:lemma2151 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 153]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1153 a r:Inference; r:gives { - 1154 :recursionCount 3 . + 154 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1154}] - skolem:lemma3151 + skolem:lemma2152 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 154]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1154 a r:Inference; r:gives { - 1155 :recursionCount 4 . + 155 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1155}] - skolem:lemma3152 + skolem:lemma2153 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1155 a r:Inference; r:gives { - 1156 :recursionCount 5 . + 156 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1156}] - skolem:lemma3153 + skolem:lemma2154 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1156 a r:Inference; r:gives { - 1157 :recursionCount 4 . + 157 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1157}] - skolem:lemma3154 + skolem:lemma2155 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1157 a r:Inference; r:gives { - 1158 :recursionCount 3 . + 158 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1158}] - skolem:lemma3155 + skolem:lemma2156 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1158 a r:Inference; r:gives { - 1159 :recursionCount 2 . + 159 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1159}] - skolem:lemma3156 + skolem:lemma2157 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1159 a r:Inference; r:gives { - 1160 :recursionCount 6 . + 160 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1160}] - skolem:lemma3157 + skolem:lemma2158 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 160]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1160 a r:Inference; r:gives { - 1161 :recursionCount 6 . + 161 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1161}] - skolem:lemma3158 + skolem:lemma2159 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1161]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 161]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1161 a r:Inference; r:gives { - 1162 :recursionCount 7 . + 162 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1162}] - skolem:lemma3159 + skolem:lemma2160 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1162]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 162]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1162 a r:Inference; r:gives { - 1163 :recursionCount 7 . + 163 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1163}] - skolem:lemma3160 + skolem:lemma2161 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 163]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1163 a r:Inference; r:gives { - 1164 :recursionCount 5 . + 164 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1164}] - skolem:lemma3161 + skolem:lemma2162 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 164]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1164 a r:Inference; r:gives { - 1165 :recursionCount 5 . + 165 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1165}] - skolem:lemma3162 + skolem:lemma2163 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 165]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1165 a r:Inference; r:gives { - 1166 :recursionCount 5 . + 166 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1166}] - skolem:lemma3163 + skolem:lemma2164 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 166]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1166 a r:Inference; r:gives { - 1167 :recursionCount 5 . + 167 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1167}] - skolem:lemma3164 + skolem:lemma2165 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 167]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1167 a r:Inference; r:gives { - 1168 :recursionCount 5 . + 168 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1168}] - skolem:lemma3165 + skolem:lemma2166 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1168 a r:Inference; r:gives { - 1169 :recursionCount 7 . + 169 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1169}] - skolem:lemma3166 + skolem:lemma2167 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 169]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1169 a r:Inference; r:gives { - 1170 :recursionCount 4 . + 170 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1170}] - skolem:lemma3167 + skolem:lemma2168 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 170]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1170 a r:Inference; r:gives { - 1171 :recursionCount 6 . + 171 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1171}] - skolem:lemma3168 + skolem:lemma2169 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1171 a r:Inference; r:gives { - 1172 :recursionCount 7 . + 172 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1172}] - skolem:lemma3169 + skolem:lemma2170 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1172 a r:Inference; r:gives { - 1173 :recursionCount 1 . + 173 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1173}] - skolem:lemma3170 + skolem:lemma2171 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1173 a r:Inference; r:gives { - 1174 :recursionCount 3 . + 174 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1174}] - skolem:lemma3171 + skolem:lemma2172 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1174 a r:Inference; r:gives { - 1175 :recursionCount 4 . + 175 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1175}] - skolem:lemma3172 + skolem:lemma2173 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1175 a r:Inference; r:gives { - 1176 :recursionCount 5 . + 176 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1176}] - skolem:lemma3173 + skolem:lemma2174 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 176]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1176 a r:Inference; r:gives { - 1177 :recursionCount 4 . + 177 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1177}] - skolem:lemma3174 + skolem:lemma2175 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1177 a r:Inference; r:gives { - 1178 :recursionCount 3 . + 178 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1178}] - skolem:lemma3175 + skolem:lemma2176 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1178 a r:Inference; r:gives { - 1179 :recursionCount 2 . + 179 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1179}] - skolem:lemma3176 + skolem:lemma2177 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1179 a r:Inference; r:gives { - 1180 :recursionCount 6 . + 180 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1180}] - skolem:lemma3177 + skolem:lemma2178 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 180]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1180 a r:Inference; r:gives { - 1181 :recursionCount 4 . + 181 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1181}] - skolem:lemma3178 + skolem:lemma2179 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 181]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1181 a r:Inference; r:gives { - 1182 :recursionCount 3 . + 182 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1182}] - skolem:lemma3179 + skolem:lemma2180 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1182]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 182]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1182 a r:Inference; r:gives { - 1183 :recursionCount 5 . + 183 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1183}] - skolem:lemma3180 + skolem:lemma2181 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 183]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1183 a r:Inference; r:gives { - 1184 :recursionCount 6 . + 184 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1184}] - skolem:lemma3181 + skolem:lemma2182 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 184]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1184 a r:Inference; r:gives { - 1185 :recursionCount 3 . + 185 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1185}] - skolem:lemma3182 + skolem:lemma2183 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 185]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1185 a r:Inference; r:gives { - 1186 :recursionCount 5 . + 186 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1186}] - skolem:lemma3183 + skolem:lemma2184 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 186]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1186 a r:Inference; r:gives { - 1187 :recursionCount 3 . + 187 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1187}] - skolem:lemma3184 + skolem:lemma2185 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 187]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1187 a r:Inference; r:gives { - 1188 :recursionCount 6 . + 188 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1188}] - skolem:lemma3185 + skolem:lemma2186 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1188 a r:Inference; r:gives { - 1189 :recursionCount 5 . + 189 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1189}] - skolem:lemma3186 + skolem:lemma2187 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1189 a r:Inference; r:gives { - 1190 :recursionCount 4 . + 190 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1190}] - skolem:lemma3187 + skolem:lemma2188 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1190]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 190]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1190 a r:Inference; r:gives { - 1191 :recursionCount 6 . + 191 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1191}] - skolem:lemma3188 + skolem:lemma2189 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 191]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1191 a r:Inference; r:gives { - 1192 :recursionCount 3 . + 192 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1192}] - skolem:lemma3189 + skolem:lemma2190 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 192]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1192 a r:Inference; r:gives { - 1193 :recursionCount 6 . + 193 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1193}] - skolem:lemma3190 + skolem:lemma2191 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 193]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1193 a r:Inference; r:gives { - 1194 :recursionCount 5 . + 194 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1194}] - skolem:lemma3191 + skolem:lemma2192 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 194]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1194 a r:Inference; r:gives { - 1195 :recursionCount 2 . + 195 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1195}] - skolem:lemma3192 + skolem:lemma2193 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 195]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1195 a r:Inference; r:gives { - 1196 :recursionCount 7 . + 196 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1196}] - skolem:lemma3193 + skolem:lemma2194 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1196]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 196]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1196 a r:Inference; r:gives { - 1197 :recursionCount 2 . + 197 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1197}] - skolem:lemma3194 + skolem:lemma2195 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 197]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1197 a r:Inference; r:gives { - 1198 :recursionCount 5 . + 198 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1198}] - skolem:lemma3195 + skolem:lemma2196 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 198]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1198 a r:Inference; r:gives { - 1199 :recursionCount 6 . + 199 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1199}] - skolem:lemma3196 + skolem:lemma2197 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1199 a r:Inference; r:gives { - 1200 :recursionCount 3 . + 200 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1200}] - skolem:lemma3197 + skolem:lemma2198 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1200 a r:Inference; r:gives { - 1201 :recursionCount 4 . + 201 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1201}] - skolem:lemma3198 + skolem:lemma2199 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 201]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1201 a r:Inference; r:gives { - 1202 :recursionCount 3 . + 202 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1202}] - skolem:lemma3199 + skolem:lemma2200 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 202]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1202 a r:Inference; r:gives { - 1203 :recursionCount 3 . + 203 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1203}] - skolem:lemma3200 + skolem:lemma2201 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 203]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1203 a r:Inference; r:gives { - 1204 :recursionCount 7 . + 204 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1204}] - skolem:lemma3201 + skolem:lemma2202 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 204]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1204 a r:Inference; r:gives { - 1205 :recursionCount 7 . + 205 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1205}] - skolem:lemma3202 + skolem:lemma2203 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1205]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 205]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1205 a r:Inference; r:gives { - 1206 :recursionCount 7 . + 206 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1206}] - skolem:lemma3203 + skolem:lemma2204 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 206]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1206 a r:Inference; r:gives { - 1207 :recursionCount 3 . + 207 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1207}] - skolem:lemma3204 + skolem:lemma2205 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 207]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1207 a r:Inference; r:gives { - 1208 :recursionCount 3 . + 208 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1208}] - skolem:lemma3205 + skolem:lemma2206 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 208]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1208 a r:Inference; r:gives { - 1209 :recursionCount 4 . + 209 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1209}] - skolem:lemma3206 + skolem:lemma2207 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 209]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1209 a r:Inference; r:gives { - 1210 :recursionCount 4 . + 210 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1210}] - skolem:lemma3207 + skolem:lemma2208 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1210 a r:Inference; r:gives { - 1211 :recursionCount 5 . + 211 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1211}] - skolem:lemma3208 + skolem:lemma2209 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 211]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1211 a r:Inference; r:gives { - 1212 :recursionCount 4 . + 212 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1212}] - skolem:lemma3209 + skolem:lemma2210 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 212]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1212 a r:Inference; r:gives { - 1213 :recursionCount 3 . + 213 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1213}] - skolem:lemma3210 + skolem:lemma2211 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1213]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 213]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1213 a r:Inference; r:gives { - 1214 :recursionCount 3 . + 214 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1214}] - skolem:lemma3211 + skolem:lemma2212 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 214]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1214 a r:Inference; r:gives { - 1215 :recursionCount 7 . + 215 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1215}] - skolem:lemma3212 + skolem:lemma2213 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1215]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 215]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1215 a r:Inference; r:gives { - 1216 :recursionCount 7 . + 216 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1216}] - skolem:lemma3213 + skolem:lemma2214 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1216]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 216]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1216 a r:Inference; r:gives { - 1217 :recursionCount 7 . + 217 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1217}] - skolem:lemma3214 + skolem:lemma2215 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 217]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1217 a r:Inference; r:gives { - 1218 :recursionCount 3 . + 218 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1218}] - skolem:lemma3215 + skolem:lemma2216 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1218]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 218]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1218 a r:Inference; r:gives { - 1219 :recursionCount 3 . + 219 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1219}] - skolem:lemma3216 + skolem:lemma2217 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 219]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1219 a r:Inference; r:gives { - 1220 :recursionCount 3 . + 220 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1220}] - skolem:lemma3217 + skolem:lemma2218 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1220 a r:Inference; r:gives { - 1221 :recursionCount 4 . + 221 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1221}] - skolem:lemma3218 + skolem:lemma2219 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 221]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1221 a r:Inference; r:gives { - 1222 :recursionCount 5 . + 222 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1222}] - skolem:lemma3219 + skolem:lemma2220 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 222]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1222 a r:Inference; r:gives { - 1223 :recursionCount 4 . + 223 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1223}] - skolem:lemma3220 + skolem:lemma2221 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1223 a r:Inference; r:gives { - 1224 :recursionCount 6 . + 224 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1224}] - skolem:lemma3221 + skolem:lemma2222 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1224 a r:Inference; r:gives { - 1225 :recursionCount 4 . + 225 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1225}] - skolem:lemma3222 + skolem:lemma2223 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1225 a r:Inference; r:gives { - 1226 :recursionCount 6 . + 226 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1226}] - skolem:lemma3223 + skolem:lemma2224 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 226]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1226 a r:Inference; r:gives { - 1227 :recursionCount 6 . + 227 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1227}] - skolem:lemma3224 + skolem:lemma2225 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1227 a r:Inference; r:gives { - 1228 :recursionCount 4 . + 228 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1228}] - skolem:lemma3225 + skolem:lemma2226 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1228 a r:Inference; r:gives { - 1229 :recursionCount 6 . + 229 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1229}] - skolem:lemma3226 + skolem:lemma2227 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1229 a r:Inference; r:gives { - 1230 :recursionCount 3 . + 230 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1230}] - skolem:lemma3227 + skolem:lemma2228 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 230]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1230 a r:Inference; r:gives { - 1231 :recursionCount 3 . + 231 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1231}] - skolem:lemma3228 + skolem:lemma2229 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1231]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 231]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1231 a r:Inference; r:gives { - 1232 :recursionCount 4 . + 232 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1232}] - skolem:lemma3229 + skolem:lemma2230 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 232]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1232 a r:Inference; r:gives { - 1233 :recursionCount 3 . + 233 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1233}] - skolem:lemma3230 + skolem:lemma2231 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 233]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1233 a r:Inference; r:gives { - 1234 :recursionCount 3 . + 234 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1234}] - skolem:lemma3231 + skolem:lemma2232 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1234 a r:Inference; r:gives { - 1235 :recursionCount 7 . + 235 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1235}] - skolem:lemma3232 + skolem:lemma2233 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 235]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1235 a r:Inference; r:gives { - 1236 :recursionCount 7 . + 236 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1236}] - skolem:lemma3233 + skolem:lemma2234 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 236]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1236 a r:Inference; r:gives { - 1237 :recursionCount 7 . + 237 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1237}] - skolem:lemma3234 + skolem:lemma2235 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1237 a r:Inference; r:gives { - 1238 :recursionCount 3 . + 238 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1238}] - skolem:lemma3235 + skolem:lemma2236 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 238]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1238 a r:Inference; r:gives { - 1239 :recursionCount 3 . + 239 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1239}] - skolem:lemma3236 + skolem:lemma2237 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1239 a r:Inference; r:gives { - 1240 :recursionCount 7 . + 240 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1240}] - skolem:lemma3237 + skolem:lemma2238 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 240]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1240 a r:Inference; r:gives { - 1241 :recursionCount 3 . + 241 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1241}] - skolem:lemma3238 + skolem:lemma2239 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 241]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1241 a r:Inference; r:gives { - 1242 :recursionCount 6 . + 242 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1242}] - skolem:lemma3239 + skolem:lemma2240 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 242]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1242 a r:Inference; r:gives { - 1243 :recursionCount 3 . + 243 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1243}] - skolem:lemma3240 + skolem:lemma2241 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 243]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1243 a r:Inference; r:gives { - 1244 :recursionCount 5 . + 244 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1244}] - skolem:lemma3241 + skolem:lemma2242 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1244 a r:Inference; r:gives { - 1245 :recursionCount 2 . + 245 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1245}] - skolem:lemma3242 + skolem:lemma2243 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1245 a r:Inference; r:gives { - 1246 :recursionCount 7 . + 246 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1246}] - skolem:lemma3243 + skolem:lemma2244 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1246 a r:Inference; r:gives { - 1247 :recursionCount 1 . + 247 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1247}] - skolem:lemma3244 + skolem:lemma2245 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1247 a r:Inference; r:gives { - 1248 :recursionCount 5 . + 248 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1248}] - skolem:lemma3245 + skolem:lemma2246 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1248 a r:Inference; r:gives { - 1249 :recursionCount 6 . + 249 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1249}] - skolem:lemma3246 + skolem:lemma2247 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1249 a r:Inference; r:gives { - 1250 :recursionCount 7 . + 250 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1250}] - skolem:lemma3247 + skolem:lemma2248 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1250]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 250]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1250 a r:Inference; r:gives { - 1251 :recursionCount 7 . + 251 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1251}] - skolem:lemma3248 + skolem:lemma2249 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1251]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 251]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1251 a r:Inference; r:gives { - 1252 :recursionCount 4 . + 252 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1252}] - skolem:lemma3249 + skolem:lemma2250 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 252]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1252 a r:Inference; r:gives { - 1253 :recursionCount 7 . + 253 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1253}] - skolem:lemma3250 + skolem:lemma2251 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1253]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 253]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1253 a r:Inference; r:gives { - 1254 :recursionCount 2 . + 254 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1254}] - skolem:lemma3251 + skolem:lemma2252 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 254]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1254 a r:Inference; r:gives { - 1255 :recursionCount 3 . + 255 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1255}] - skolem:lemma3252 + skolem:lemma2253 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1255 a r:Inference; r:gives { - 1256 :recursionCount 5 . + 256 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1256}] - skolem:lemma3253 + skolem:lemma2254 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1256 a r:Inference; r:gives { - 1257 :recursionCount 3 . + 257 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1257}] - skolem:lemma3254 + skolem:lemma2255 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1257 a r:Inference; r:gives { - 1258 :recursionCount 6 . + 258 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1258}] - skolem:lemma3255 + skolem:lemma2256 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1258 a r:Inference; r:gives { - 1259 :recursionCount 5 . + 259 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1259}] - skolem:lemma3256 + skolem:lemma2257 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1259 a r:Inference; r:gives { - 1260 :recursionCount 7 . + 260 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1260}] - skolem:lemma3257 + skolem:lemma2258 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 260]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1260 a r:Inference; r:gives { - 1261 :recursionCount 7 . + 261 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1261}] - skolem:lemma3258 + skolem:lemma2259 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 261]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1261 a r:Inference; r:gives { - 1262 :recursionCount 6 . + 262 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1262}] - skolem:lemma3259 + skolem:lemma2260 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1262 a r:Inference; r:gives { - 1263 :recursionCount 7 . + 263 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1263}] - skolem:lemma3260 + skolem:lemma2261 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 263]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1263 a r:Inference; r:gives { - 1264 :recursionCount 7 . + 264 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1264}] - skolem:lemma3261 + skolem:lemma2262 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1264 a r:Inference; r:gives { - 1265 :recursionCount 5 . + 265 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1265}] - skolem:lemma3262 + skolem:lemma2263 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1265 a r:Inference; r:gives { - 1266 :recursionCount 5 . + 266 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1266}] - skolem:lemma3263 + skolem:lemma2264 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1266 a r:Inference; r:gives { - 1267 :recursionCount 4 . + 267 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1267}] - skolem:lemma3264 + skolem:lemma2265 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1267 a r:Inference; r:gives { - 1268 :recursionCount 3 . + 268 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1268}] - skolem:lemma3265 + skolem:lemma2266 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1268 a r:Inference; r:gives { - 1269 :recursionCount 2 . + 269 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1269}] - skolem:lemma3266 + skolem:lemma2267 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1269 a r:Inference; r:gives { - 1270 :recursionCount 3 . + 270 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1270}] - skolem:lemma3267 + skolem:lemma2268 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 270]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1270 a r:Inference; r:gives { - 1271 :recursionCount 7 . + 271 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1271}] - skolem:lemma3268 + skolem:lemma2269 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 271]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1271 a r:Inference; r:gives { - 1272 :recursionCount 6 . + 272 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1272}] - skolem:lemma3269 + skolem:lemma2270 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 272]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1272 a r:Inference; r:gives { - 1273 :recursionCount 7 . + 273 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1273}] - skolem:lemma3270 + skolem:lemma2271 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 273]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1273 a r:Inference; r:gives { - 1274 :recursionCount 1 . + 274 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1274}] - skolem:lemma3271 + skolem:lemma2272 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 274]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1274 a r:Inference; r:gives { - 1275 :recursionCount 3 . + 275 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1275}] - skolem:lemma3272 + skolem:lemma2273 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 275]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1275 a r:Inference; r:gives { - 1276 :recursionCount 4 . + 276 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1276}] - skolem:lemma3273 + skolem:lemma2274 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 276]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1276 a r:Inference; r:gives { - 1277 :recursionCount 5 . + 277 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1277}] - skolem:lemma3274 + skolem:lemma2275 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 277]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1277 a r:Inference; r:gives { - 1278 :recursionCount 5 . + 278 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1278}] - skolem:lemma3275 + skolem:lemma2276 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1278 a r:Inference; r:gives { - 1279 :recursionCount 7 . + 279 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1279}] - skolem:lemma3276 + skolem:lemma2277 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 279]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1279 a r:Inference; r:gives { - 1280 :recursionCount 3 . + 280 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1280}] - skolem:lemma3277 + skolem:lemma2278 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 280]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1280 a r:Inference; r:gives { - 1281 :recursionCount 3 . + 281 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1281}] - skolem:lemma3278 + skolem:lemma2279 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1281]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 281]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1281 a r:Inference; r:gives { - 1282 :recursionCount 4 . + 282 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1282}] - skolem:lemma3279 + skolem:lemma2280 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 282]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1282 a r:Inference; r:gives { - 1283 :recursionCount 3 . + 283 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1283}] - skolem:lemma3280 + skolem:lemma2281 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1283]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 283]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1283 a r:Inference; r:gives { - 1284 :recursionCount 5 . + 284 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1284}] - skolem:lemma3281 + skolem:lemma2282 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 284]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1284 a r:Inference; r:gives { - 1285 :recursionCount 6 . + 285 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1285}] - skolem:lemma3282 + skolem:lemma2283 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 285]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1285 a r:Inference; r:gives { - 1286 :recursionCount 3 . + 286 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1286}] - skolem:lemma3283 + skolem:lemma2284 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 286]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1286 a r:Inference; r:gives { - 1287 :recursionCount 5 . + 287 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1287}] - skolem:lemma3284 + skolem:lemma2285 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 287]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1287 a r:Inference; r:gives { - 1288 :recursionCount 3 . + 288 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1288}] - skolem:lemma3285 + skolem:lemma2286 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1288 a r:Inference; r:gives { - 1289 :recursionCount 2 . + 289 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1289}] - skolem:lemma3286 + skolem:lemma2287 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1289 a r:Inference; r:gives { - 1290 :recursionCount 4 . + 290 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1290}] - skolem:lemma3287 + skolem:lemma2288 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 290]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1290 a r:Inference; r:gives { - 1291 :recursionCount 3 . + 291 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1291}] - skolem:lemma3288 + skolem:lemma2289 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 291]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1291 a r:Inference; r:gives { - 1292 :recursionCount 6 . + 292 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1292}] - skolem:lemma3289 + skolem:lemma2290 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 292]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1292 a r:Inference; r:gives { - 1293 :recursionCount 3 . + 293 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1293}] - skolem:lemma3290 + skolem:lemma2291 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 293]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1293 a r:Inference; r:gives { - 1294 :recursionCount 6 . + 294 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1294}] - skolem:lemma3291 + skolem:lemma2292 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 294]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1294 a r:Inference; r:gives { - 1295 :recursionCount 5 . + 295 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1295}] - skolem:lemma3292 + skolem:lemma2293 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 295]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1295 a r:Inference; r:gives { - 1296 :recursionCount 2 . + 296 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1296}] - skolem:lemma3293 + skolem:lemma2294 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 296]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1296 a r:Inference; r:gives { - 1297 :recursionCount 7 . + 297 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1297}] - skolem:lemma3294 + skolem:lemma2295 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1297]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 297]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1297 a r:Inference; r:gives { - 1298 :recursionCount 2 . + 298 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1298}] - skolem:lemma3295 + skolem:lemma2296 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 298]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1298 a r:Inference; r:gives { - 1299 :recursionCount 5 . + 299 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1299}] - skolem:lemma3296 + skolem:lemma2297 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1299 a r:Inference; r:gives { - 1300 :recursionCount 3 . + 300 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1300}] - skolem:lemma3297 + skolem:lemma2298 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1300 a r:Inference; r:gives { - 1301 :recursionCount 6 . + 301 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1301}] - skolem:lemma3298 + skolem:lemma2299 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 301]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1301 a r:Inference; r:gives { - 1302 :recursionCount 3 . + 302 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1302}] - skolem:lemma3299 + skolem:lemma2300 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 302]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1302 a r:Inference; r:gives { - 1303 :recursionCount 5 . + 303 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1303}] - skolem:lemma3300 + skolem:lemma2301 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 303]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1303 a r:Inference; r:gives { - 1304 :recursionCount 2 . + 304 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1304}] - skolem:lemma3301 + skolem:lemma2302 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 304]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1304 a r:Inference; r:gives { - 1305 :recursionCount 7 . + 305 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1305}] - skolem:lemma3302 + skolem:lemma2303 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 305]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1305 a r:Inference; r:gives { - 1306 :recursionCount 1 . + 306 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1306}] - skolem:lemma3303 + skolem:lemma2304 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 306]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1306 a r:Inference; r:gives { - 1307 :recursionCount 5 . + 307 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1307}] - skolem:lemma3304 + skolem:lemma2305 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 307]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1307 a r:Inference; r:gives { - 1308 :recursionCount 6 . + 308 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1308}] - skolem:lemma3305 + skolem:lemma2306 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 308]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1308 a r:Inference; r:gives { - 1309 :recursionCount 3 . + 309 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1309}] - skolem:lemma3306 + skolem:lemma2307 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1309]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 309]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1309 a r:Inference; r:gives { - 1310 :recursionCount 6 . + 310 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1310}] - skolem:lemma3307 + skolem:lemma2308 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1310 a r:Inference; r:gives { - 1311 :recursionCount 4 . + 311 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1311}] - skolem:lemma3308 + skolem:lemma2309 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 311]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1311 a r:Inference; r:gives { - 1312 :recursionCount 3 . + 312 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1312}] - skolem:lemma3309 + skolem:lemma2310 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1312]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 312]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1312 a r:Inference; r:gives { - 1313 :recursionCount 6 . + 313 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1313}] - skolem:lemma3310 + skolem:lemma2311 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 313]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1313 a r:Inference; r:gives { - 1314 :recursionCount 5 . + 314 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1314}] - skolem:lemma3311 + skolem:lemma2312 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 314]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1314 a r:Inference; r:gives { - 1315 :recursionCount 2 . + 315 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1315}] - skolem:lemma3312 + skolem:lemma2313 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 315]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1315 a r:Inference; r:gives { - 1316 :recursionCount 7 . + 316 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1316}] - skolem:lemma3313 + skolem:lemma2314 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 316]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1316 a r:Inference; r:gives { - 1317 :recursionCount 1 . + 317 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1317}] - skolem:lemma3314 + skolem:lemma2315 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 317]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1317 a r:Inference; r:gives { - 1318 :recursionCount 5 . + 318 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1318}] - skolem:lemma3315 + skolem:lemma2316 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 318]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1318 a r:Inference; r:gives { - 1319 :recursionCount 6 . + 319 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1319}] - skolem:lemma3316 + skolem:lemma2317 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 319]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1319 a r:Inference; r:gives { - 1320 :recursionCount 3 . + 320 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1320}] - skolem:lemma3317 + skolem:lemma2318 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1320 a r:Inference; r:gives { - 1321 :recursionCount 3 . + 321 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1321}] - skolem:lemma3318 + skolem:lemma2319 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1321]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 321]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1321 a r:Inference; r:gives { - 1322 :recursionCount 4 . + 322 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1322}] - skolem:lemma3319 + skolem:lemma2320 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 322]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1322 a r:Inference; r:gives { - 1323 :recursionCount 3 . + 323 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1323}] - skolem:lemma3320 + skolem:lemma2321 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1323]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 323]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1323 a r:Inference; r:gives { - 1324 :recursionCount 3 . + 324 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1324}] - skolem:lemma3321 + skolem:lemma2322 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 324]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1324 a r:Inference; r:gives { - 1325 :recursionCount 7 . + 325 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1325}] - skolem:lemma3322 + skolem:lemma2323 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1325]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 325]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1325 a r:Inference; r:gives { - 1326 :recursionCount 7 . + 326 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1326}] - skolem:lemma3323 + skolem:lemma2324 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1326]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 326]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1326 a r:Inference; r:gives { - 1327 :recursionCount 7 . + 327 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1327}] - skolem:lemma3324 + skolem:lemma2325 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 327]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1327 a r:Inference; r:gives { - 1328 :recursionCount 3 . + 328 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1328}] - skolem:lemma3325 + skolem:lemma2326 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1328]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 328]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1328 a r:Inference; r:gives { - 1329 :recursionCount 3 . + 329 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1329}] - skolem:lemma3326 + skolem:lemma2327 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 329]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1329 a r:Inference; r:gives { - 1330 :recursionCount 5 . + 330 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1330}] - skolem:lemma3327 + skolem:lemma2328 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1330 a r:Inference; r:gives { - 1331 :recursionCount 6 . + 331 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1331}] - skolem:lemma3328 + skolem:lemma2329 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 331]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1331 a r:Inference; r:gives { - 1332 :recursionCount 3 . + 332 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1332}] - skolem:lemma3329 + skolem:lemma2330 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1332]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 332]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1332 a r:Inference; r:gives { - 1333 :recursionCount 4 . + 333 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1333}] - skolem:lemma3330 + skolem:lemma2331 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 333]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1333 a r:Inference; r:gives { - 1334 :recursionCount 6 . + 334 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1334}] - skolem:lemma3331 + skolem:lemma2332 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1334 a r:Inference; r:gives { - 1335 :recursionCount 4 . + 335 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1335}] - skolem:lemma3332 + skolem:lemma2333 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1335 a r:Inference; r:gives { - 1336 :recursionCount 6 . + 336 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1336}] - skolem:lemma3333 + skolem:lemma2334 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 336]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1336 a r:Inference; r:gives { - 1337 :recursionCount 6 . + 337 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1337}] - skolem:lemma3334 + skolem:lemma2335 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1337 a r:Inference; r:gives { - 1338 :recursionCount 4 . + 338 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1338}] - skolem:lemma3335 + skolem:lemma2336 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1338 a r:Inference; r:gives { - 1339 :recursionCount 6 . + 339 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1339}] - skolem:lemma3336 + skolem:lemma2337 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1339 a r:Inference; r:gives { - 1340 :recursionCount 2 . + 340 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1340}] - skolem:lemma3337 + skolem:lemma2338 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 340]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1340 a r:Inference; r:gives { - 1341 :recursionCount 5 . + 341 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1341}] - skolem:lemma3338 + skolem:lemma2339 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 341]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1341 a r:Inference; r:gives { - 1342 :recursionCount 3 . + 342 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1342}] - skolem:lemma3339 + skolem:lemma2340 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 342]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1342 a r:Inference; r:gives { - 1343 :recursionCount 6 . + 343 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1343}] - skolem:lemma3340 + skolem:lemma2341 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 343]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1343 a r:Inference; r:gives { - 1344 :recursionCount 3 . + 344 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1344}] - skolem:lemma3341 + skolem:lemma2342 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1344 a r:Inference; r:gives { - 1345 :recursionCount 7 . + 345 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1345}] - skolem:lemma3342 + skolem:lemma2343 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 345]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1345 a r:Inference; r:gives { - 1346 :recursionCount 7 . + 346 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1346}] - skolem:lemma3343 + skolem:lemma2344 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 346]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1346 a r:Inference; r:gives { - 1347 :recursionCount 7 . + 347 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1347}] - skolem:lemma3344 + skolem:lemma2345 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1347 a r:Inference; r:gives { - 1348 :recursionCount 3 . + 348 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1348}] - skolem:lemma3345 + skolem:lemma2346 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 348]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1348 a r:Inference; r:gives { - 1349 :recursionCount 3 . + 349 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1349}] - skolem:lemma3346 + skolem:lemma2347 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1349 a r:Inference; r:gives { - 1350 :recursionCount 7 . + 350 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1350}] - skolem:lemma3347 + skolem:lemma2348 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 350]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1350 a r:Inference; r:gives { - 1351 :recursionCount 2 . + 351 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1351}] - skolem:lemma3348 + skolem:lemma2349 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1351 a r:Inference; r:gives { - 1352 :recursionCount 7 . + 352 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1352}] - skolem:lemma3349 + skolem:lemma2350 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 352]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1352 a r:Inference; r:gives { - 1353 :recursionCount 4 . + 353 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1353}] - skolem:lemma3350 + skolem:lemma2351 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1353 a r:Inference; r:gives { - 1354 :recursionCount 7 . + 354 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1354}] - skolem:lemma3351 + skolem:lemma2352 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 354]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1354 a r:Inference; r:gives { - 1355 :recursionCount 2 . + 355 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1355}] - skolem:lemma3352 + skolem:lemma2353 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1355 a r:Inference; r:gives { - 1356 :recursionCount 7 . + 356 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1356}] - skolem:lemma3353 + skolem:lemma2354 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1356 a r:Inference; r:gives { - 1357 :recursionCount 1 . + 357 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1357}] - skolem:lemma3354 + skolem:lemma2355 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1357 a r:Inference; r:gives { - 1358 :recursionCount 5 . + 358 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1358}] - skolem:lemma3355 + skolem:lemma2356 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1358 a r:Inference; r:gives { - 1359 :recursionCount 6 . + 359 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1359}] - skolem:lemma3356 + skolem:lemma2357 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1359 a r:Inference; r:gives { - 1360 :recursionCount 1 . + 360 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1360}] - skolem:lemma3357 + skolem:lemma2358 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 360]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1360 a r:Inference; r:gives { - 1361 :recursionCount 7 . + 361 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1361}] - skolem:lemma3358 + skolem:lemma2359 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 361]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1361 a r:Inference; r:gives { - 1362 :recursionCount 7 . + 362 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1362}] - skolem:lemma3359 + skolem:lemma2360 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1362]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 362]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1362 a r:Inference; r:gives { - 1363 :recursionCount 6 . + 363 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1363}] - skolem:lemma3360 + skolem:lemma2361 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1363]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 363]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1363 a r:Inference; r:gives { - 1364 :recursionCount 7 . + 364 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1364}] - skolem:lemma3361 + skolem:lemma2362 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1364]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 364]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1364 a r:Inference; r:gives { - 1365 :recursionCount 7 . + 365 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1365}] - skolem:lemma3362 + skolem:lemma2363 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 365]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1365 a r:Inference; r:gives { - 1366 :recursionCount 5 . + 366 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1366}] - skolem:lemma3363 + skolem:lemma2364 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1366 a r:Inference; r:gives { - 1367 :recursionCount 3 . + 367 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1367}] - skolem:lemma3364 + skolem:lemma2365 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1367 a r:Inference; r:gives { - 1368 :recursionCount 6 . + 368 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1368}] - skolem:lemma3365 + skolem:lemma2366 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1368 a r:Inference; r:gives { - 1369 :recursionCount 5 . + 369 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1369}] - skolem:lemma3366 + skolem:lemma2367 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1369 a r:Inference; r:gives { - 1370 :recursionCount 5 . + 370 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1370}] - skolem:lemma3367 + skolem:lemma2368 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 370]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1370 a r:Inference; r:gives { - 1371 :recursionCount 1 . + 371 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1371}] - skolem:lemma3368 + skolem:lemma2369 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 371]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1371 a r:Inference; r:gives { - 1372 :recursionCount 7 . + 372 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1372}] - skolem:lemma3369 + skolem:lemma2370 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 372]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1372 a r:Inference; r:gives { - 1373 :recursionCount 6 . + 373 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1373}] - skolem:lemma3370 + skolem:lemma2371 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 373]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1373 a r:Inference; r:gives { - 1374 :recursionCount 7 . + 374 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1374}] - skolem:lemma3371 + skolem:lemma2372 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 374]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1374 a r:Inference; r:gives { - 1375 :recursionCount 1 . + 375 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1375}] - skolem:lemma3372 + skolem:lemma2373 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 375]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1375 a r:Inference; r:gives { - 1376 :recursionCount 3 . + 376 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1376}] - skolem:lemma3373 + skolem:lemma2374 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 376]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1376 a r:Inference; r:gives { - 1377 :recursionCount 4 . + 377 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1377}] - skolem:lemma3374 + skolem:lemma2375 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1377 a r:Inference; r:gives { - 1378 :recursionCount 3 . + 378 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1378}] - skolem:lemma3375 + skolem:lemma2376 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1378 a r:Inference; r:gives { - 1379 :recursionCount 2 . + 379 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1379}] - skolem:lemma3376 + skolem:lemma2377 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1379 a r:Inference; r:gives { - 1380 :recursionCount 6 . + 380 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1380}] - skolem:lemma3377 + skolem:lemma2378 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 380]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1380 a r:Inference; r:gives { - 1381 :recursionCount 5 . + 381 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1381}] - skolem:lemma3378 + skolem:lemma2379 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 381]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1381 a r:Inference; r:gives { - 1382 :recursionCount 3 . + 382 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1382}] - skolem:lemma3379 + skolem:lemma2380 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1382]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 382]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1382 a r:Inference; r:gives { - 1383 :recursionCount 4 . + 383 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1383}] - skolem:lemma3380 + skolem:lemma2381 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 383]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1383 a r:Inference; r:gives { - 1384 :recursionCount 3 . + 384 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1384}] - skolem:lemma3381 + skolem:lemma2382 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1384]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 384]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1384 a r:Inference; r:gives { - 1385 :recursionCount 5 . + 385 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1385}] - skolem:lemma3382 + skolem:lemma2383 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 385]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1385 a r:Inference; r:gives { - 1386 :recursionCount 6 . + 386 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1386}] - skolem:lemma3383 + skolem:lemma2384 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 386]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1386 a r:Inference; r:gives { - 1387 :recursionCount 3 . + 387 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1387}] - skolem:lemma3384 + skolem:lemma2385 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 387]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1387 a r:Inference; r:gives { - 1388 :recursionCount 5 . + 388 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1388}] - skolem:lemma3385 + skolem:lemma2386 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1388 a r:Inference; r:gives { - 1389 :recursionCount 7 . + 389 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1389}] - skolem:lemma3386 + skolem:lemma2387 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 389]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1389 a r:Inference; r:gives { - 1390 :recursionCount 3 . + 390 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1390}] - skolem:lemma3387 + skolem:lemma2388 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1390]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 390]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1390 a r:Inference; r:gives { - 1391 :recursionCount 6 . + 391 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1391}] - skolem:lemma3388 + skolem:lemma2389 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 391]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1391 a r:Inference; r:gives { - 1392 :recursionCount 3 . + 392 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1392}] - skolem:lemma3389 + skolem:lemma2390 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 392]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1392 a r:Inference; r:gives { - 1393 :recursionCount 6 . + 393 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1393}] - skolem:lemma3390 + skolem:lemma2391 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 393]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1393 a r:Inference; r:gives { - 1394 :recursionCount 3 . + 394 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1394}] - skolem:lemma3391 + skolem:lemma2392 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 394]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1394 a r:Inference; r:gives { - 1395 :recursionCount 6 . + 395 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1395}] - skolem:lemma3392 + skolem:lemma2393 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 395]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1395 a r:Inference; r:gives { - 1396 :recursionCount 5 . + 396 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1396}] - skolem:lemma3393 + skolem:lemma2394 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 396]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1396 a r:Inference; r:gives { - 1397 :recursionCount 2 . + 397 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1397}] - skolem:lemma3394 + skolem:lemma2395 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 397]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1397 a r:Inference; r:gives { - 1398 :recursionCount 7 . + 398 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1398}] - skolem:lemma3395 + skolem:lemma2396 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1398]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 398]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1398 a r:Inference; r:gives { - 1399 :recursionCount 2 . + 399 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1399}] - skolem:lemma3396 + skolem:lemma2397 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1399 a r:Inference; r:gives { - 1400 :recursionCount 7 . + 400 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1400}] - skolem:lemma3397 + skolem:lemma2398 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1400 a r:Inference; r:gives { - 1401 :recursionCount 4 . + 401 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1401}] - skolem:lemma3398 + skolem:lemma2399 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 401]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1401 a r:Inference; r:gives { - 1402 :recursionCount 7 . + 402 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1402}] - skolem:lemma3399 + skolem:lemma2400 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 402]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1402 a r:Inference; r:gives { - 1403 :recursionCount 2 . + 403 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1403}] - skolem:lemma3400 + skolem:lemma2401 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 403]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1403 a r:Inference; r:gives { - 1404 :recursionCount 3 . + 404 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1404}] - skolem:lemma3401 + skolem:lemma2402 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 404]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1404 a r:Inference; r:gives { - 1405 :recursionCount 5 . + 405 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1405}] - skolem:lemma3402 + skolem:lemma2403 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1405]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 405]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1405 a r:Inference; r:gives { - 1406 :recursionCount 3 . + 406 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1406}] - skolem:lemma3403 + skolem:lemma2404 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 406]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1406 a r:Inference; r:gives { - 1407 :recursionCount 6 . + 407 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1407}] - skolem:lemma3404 + skolem:lemma2405 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 407]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1407 a r:Inference; r:gives { - 1408 :recursionCount 5 . + 408 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1408}] - skolem:lemma3405 + skolem:lemma2406 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 408]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1408 a r:Inference; r:gives { - 1409 :recursionCount 3 . + 409 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1409}] - skolem:lemma3406 + skolem:lemma2407 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 409]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1409 a r:Inference; r:gives { - 1410 :recursionCount 4 . + 410 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1410}] - skolem:lemma3407 + skolem:lemma2408 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1410 a r:Inference; r:gives { - 1411 :recursionCount 6 . + 411 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1411}] - skolem:lemma3408 + skolem:lemma2409 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 411]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1411 a r:Inference; r:gives { - 1412 :recursionCount 3 . + 412 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1412}] - skolem:lemma3409 + skolem:lemma2410 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 412]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1412 a r:Inference; r:gives { - 1413 :recursionCount 5 . + 413 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1413}] - skolem:lemma3410 + skolem:lemma2411 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 413]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1413 a r:Inference; r:gives { - 1414 :recursionCount 6 . + 414 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1414}] - skolem:lemma3411 + skolem:lemma2412 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 414]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1414 a r:Inference; r:gives { - 1415 :recursionCount 3 . + 415 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1415}] - skolem:lemma3412 + skolem:lemma2413 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 415]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1415 a r:Inference; r:gives { - 1416 :recursionCount 5 . + 416 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1416}] - skolem:lemma3413 + skolem:lemma2414 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 416]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1416 a r:Inference; r:gives { - 1417 :recursionCount 3 . + 417 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1417}] - skolem:lemma3414 + skolem:lemma2415 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 417]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1417 a r:Inference; r:gives { - 1418 :recursionCount 6 . + 418 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1418}] - skolem:lemma3415 + skolem:lemma2416 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 418]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1418 a r:Inference; r:gives { - 1419 :recursionCount 5 . + 419 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1419}] - skolem:lemma3416 + skolem:lemma2417 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 419]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1419 a r:Inference; r:gives { - 1420 :recursionCount 7 . + 420 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1420}] - skolem:lemma3417 + skolem:lemma2418 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1420 a r:Inference; r:gives { - 1421 :recursionCount 3 . + 421 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1421}] - skolem:lemma3418 + skolem:lemma2419 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 421]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1421 a r:Inference; r:gives { - 1422 :recursionCount 6 . + 422 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1422}] - skolem:lemma3419 + skolem:lemma2420 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 422]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1422 a r:Inference; r:gives { - 1423 :recursionCount 3 . + 423 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1423}] - skolem:lemma3420 + skolem:lemma2421 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 423]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1423 a r:Inference; r:gives { - 1424 :recursionCount 5 . + 424 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1424}] - skolem:lemma3421 + skolem:lemma2422 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 424]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1424 a r:Inference; r:gives { - 1425 :recursionCount 2 . + 425 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1425}] - skolem:lemma3422 + skolem:lemma2423 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 425]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1425 a r:Inference; r:gives { - 1426 :recursionCount 7 . + 426 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1426}] - skolem:lemma3423 + skolem:lemma2424 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 426]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1426 a r:Inference; r:gives { - 1427 :recursionCount 1 . + 427 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1427}] - skolem:lemma3424 + skolem:lemma2425 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 427]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1427 a r:Inference; r:gives { - 1428 :recursionCount 5 . + 428 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1428}] - skolem:lemma3425 + skolem:lemma2426 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 428]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1428 a r:Inference; r:gives { - 1429 :recursionCount 6 . + 429 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1429}] - skolem:lemma3426 + skolem:lemma2427 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 429]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1429 a r:Inference; r:gives { - 1430 :recursionCount 2 . + 430 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1430}] - skolem:lemma3427 + skolem:lemma2428 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1430 a r:Inference; r:gives { - 1431 :recursionCount 5 . + 431 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1431}] - skolem:lemma3428 + skolem:lemma2429 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 431]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1431 a r:Inference; r:gives { - 1432 :recursionCount 3 . + 432 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1432}] - skolem:lemma3429 + skolem:lemma2430 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 432]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1432 a r:Inference; r:gives { - 1433 :recursionCount 6 . + 433 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1433}] - skolem:lemma3430 + skolem:lemma2431 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 433]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1433 a r:Inference; r:gives { - 1434 :recursionCount 3 . + 434 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1434}] - skolem:lemma3431 + skolem:lemma2432 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 434]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1434 a r:Inference; r:gives { - 1435 :recursionCount 7 . + 435 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1435}] - skolem:lemma3432 + skolem:lemma2433 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1435]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 435]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1435 a r:Inference; r:gives { - 1436 :recursionCount 7 . + 436 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1436}] - skolem:lemma3433 + skolem:lemma2434 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1436]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 436]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1436 a r:Inference; r:gives { - 1437 :recursionCount 7 . + 437 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1437}] - skolem:lemma3434 + skolem:lemma2435 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 437]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1437 a r:Inference; r:gives { - 1438 :recursionCount 3 . + 438 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1438}] - skolem:lemma3435 + skolem:lemma2436 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1438]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 438]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1438 a r:Inference; r:gives { - 1439 :recursionCount 3 . + 439 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1439}] - skolem:lemma3436 + skolem:lemma2437 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 439]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1439 a r:Inference; r:gives { - 1440 :recursionCount 3 . + 440 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1440}] - skolem:lemma3437 + skolem:lemma2438 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1440 a r:Inference; r:gives { - 1441 :recursionCount 6 . + 441 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1441}] - skolem:lemma3438 + skolem:lemma2439 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1441 a r:Inference; r:gives { - 1442 :recursionCount 5 . + 442 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1442}] - skolem:lemma3439 + skolem:lemma2440 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1442 a r:Inference; r:gives { - 1443 :recursionCount 3 . + 443 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1443}] - skolem:lemma3440 + skolem:lemma2441 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1443 a r:Inference; r:gives { - 1444 :recursionCount 6 . + 444 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1444}] - skolem:lemma3441 + skolem:lemma2442 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1444 a r:Inference; r:gives { - 1445 :recursionCount 4 . + 445 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1445}] - skolem:lemma3442 + skolem:lemma2443 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1445 a r:Inference; r:gives { - 1446 :recursionCount 6 . + 446 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1446}] - skolem:lemma3443 + skolem:lemma2444 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 446]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1446 a r:Inference; r:gives { - 1447 :recursionCount 6 . + 447 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1447}] - skolem:lemma3444 + skolem:lemma2445 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1447 a r:Inference; r:gives { - 1448 :recursionCount 4 . + 448 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1448}] - skolem:lemma3445 + skolem:lemma2446 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1448 a r:Inference; r:gives { - 1449 :recursionCount 6 . + 449 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1449}] - skolem:lemma3446 + skolem:lemma2447 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1449 a r:Inference; r:gives { - 1450 :recursionCount 5 . + 450 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1450}] - skolem:lemma3447 + skolem:lemma2448 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1450]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 450]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1450 a r:Inference; r:gives { - 1451 :recursionCount 3 . + 451 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1451}] - skolem:lemma3448 + skolem:lemma2449 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 451]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1451 a r:Inference; r:gives { - 1452 :recursionCount 2 . + 452 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1452}] - skolem:lemma3449 + skolem:lemma2450 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 452]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1452 a r:Inference; r:gives { - 1453 :recursionCount 7 . + 453 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1453}] - skolem:lemma3450 + skolem:lemma2451 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1453]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 453]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1453 a r:Inference; r:gives { - 1454 :recursionCount 4 . + 454 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1454}] - skolem:lemma3451 + skolem:lemma2452 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 454]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1454 a r:Inference; r:gives { - 1455 :recursionCount 7 . + 455 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1455}] - skolem:lemma3452 + skolem:lemma2453 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 455]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1455 a r:Inference; r:gives { - 1456 :recursionCount 7 . + 456 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1456}] - skolem:lemma3453 + skolem:lemma2454 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1456 a r:Inference; r:gives { - 1457 :recursionCount 7 . + 457 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1457}] - skolem:lemma3454 + skolem:lemma2455 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1457 a r:Inference; r:gives { - 1458 :recursionCount 3 . + 458 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1458}] - skolem:lemma3455 + skolem:lemma2456 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 458]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1458 a r:Inference; r:gives { - 1459 :recursionCount 3 . + 459 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1459}] - skolem:lemma3456 + skolem:lemma2457 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1459 a r:Inference; r:gives { - 1460 :recursionCount 3 . + 460 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1460}] - skolem:lemma3457 + skolem:lemma2458 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 460]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1460 a r:Inference; r:gives { - 1461 :recursionCount 5 . + 461 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1461}] - skolem:lemma3458 + skolem:lemma2459 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 461]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1461 a r:Inference; r:gives { - 1462 :recursionCount 7 . + 462 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1462}] - skolem:lemma3459 + skolem:lemma2460 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 462]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1462 a r:Inference; r:gives { - 1463 :recursionCount 7 . + 463 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1463}] - skolem:lemma3460 + skolem:lemma2461 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1463]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 463]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1463 a r:Inference; r:gives { - 1464 :recursionCount 6 . + 464 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1464}] - skolem:lemma3461 + skolem:lemma2462 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1464]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 464]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1464 a r:Inference; r:gives { - 1465 :recursionCount 7 . + 465 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1465}] - skolem:lemma3462 + skolem:lemma2463 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1465]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 465]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1465 a r:Inference; r:gives { - 1466 :recursionCount 7 . + 466 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1466}] - skolem:lemma3463 + skolem:lemma2464 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1466 a r:Inference; r:gives { - 1467 :recursionCount 1 . + 467 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1467}] - skolem:lemma3464 + skolem:lemma2465 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1467 a r:Inference; r:gives { - 1468 :recursionCount 5 . + 468 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1468}] - skolem:lemma3465 + skolem:lemma2466 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1468 a r:Inference; r:gives { - 1469 :recursionCount 6 . + 469 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1469}] - skolem:lemma3466 + skolem:lemma2467 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1469 a r:Inference; r:gives { - 1470 :recursionCount 6 . + 470 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1470}] - skolem:lemma3467 + skolem:lemma2468 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 470]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1470 a r:Inference; r:gives { - 1471 :recursionCount 3 . + 471 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1471}] - skolem:lemma3468 + skolem:lemma2469 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 471]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1471 a r:Inference; r:gives { - 1472 :recursionCount 1 . + 472 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1472}] - skolem:lemma3469 + skolem:lemma2470 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 472]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1472 a r:Inference; r:gives { - 1473 :recursionCount 7 . + 473 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1473}] - skolem:lemma3470 + skolem:lemma2471 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 473]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1473 a r:Inference; r:gives { - 1474 :recursionCount 6 . + 474 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1474}] - skolem:lemma3471 + skolem:lemma2472 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 474]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1474 a r:Inference; r:gives { - 1475 :recursionCount 7 . + 475 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1475}] - skolem:lemma3472 + skolem:lemma2473 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 475]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1475 a r:Inference; r:gives { - 1476 :recursionCount 1 . + 476 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1476}] - skolem:lemma3473 + skolem:lemma2474 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 476]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1476 a r:Inference; r:gives { - 1477 :recursionCount 3 . + 477 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1477}] - skolem:lemma3474 + skolem:lemma2475 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1477 a r:Inference; r:gives { - 1478 :recursionCount 6 . + 478 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1478}] - skolem:lemma3475 + skolem:lemma2476 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1478 a r:Inference; r:gives { - 1479 :recursionCount 5 . + 479 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1479}] - skolem:lemma3476 + skolem:lemma2477 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1479 a r:Inference; r:gives { - 1480 :recursionCount 5 . + 480 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1480}] - skolem:lemma3477 + skolem:lemma2478 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 480]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1480 a r:Inference; r:gives { - 1481 :recursionCount 6 . + 481 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1481}] - skolem:lemma3478 + skolem:lemma2479 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 481]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1481 a r:Inference; r:gives { - 1482 :recursionCount 5 . + 482 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1482}] - skolem:lemma3479 + skolem:lemma2480 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 482]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1482 a r:Inference; r:gives { - 1483 :recursionCount 3 . + 483 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1483}] - skolem:lemma3480 + skolem:lemma2481 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1483]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 483]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1483 a r:Inference; r:gives { - 1484 :recursionCount 4 . + 484 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1484}] - skolem:lemma3481 + skolem:lemma2482 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 484]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1484 a r:Inference; r:gives { - 1485 :recursionCount 3 . + 485 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1485}] - skolem:lemma3482 + skolem:lemma2483 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1485]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 485]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1485 a r:Inference; r:gives { - 1486 :recursionCount 5 . + 486 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1486}] - skolem:lemma3483 + skolem:lemma2484 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 486]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1486 a r:Inference; r:gives { - 1487 :recursionCount 6 . + 487 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1487}] - skolem:lemma3484 + skolem:lemma2485 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 487]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1487 a r:Inference; r:gives { - 1488 :recursionCount 3 . + 488 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1488}] - skolem:lemma3485 + skolem:lemma2486 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1488 a r:Inference; r:gives { - 1489 :recursionCount 2 . + 489 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1489}] - skolem:lemma3486 + skolem:lemma2487 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1489 a r:Inference; r:gives { - 1490 :recursionCount 3 . + 490 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1490}] - skolem:lemma3487 + skolem:lemma2488 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 490]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1490 a r:Inference; r:gives { - 1491 :recursionCount 5 . + 491 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1491}] - skolem:lemma3488 + skolem:lemma2489 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 491]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1491 a r:Inference; r:gives { - 1492 :recursionCount 6 . + 492 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1492}] - skolem:lemma3489 + skolem:lemma2490 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 492]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1492 a r:Inference; r:gives { - 1493 :recursionCount 3 . + 493 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1493}] - skolem:lemma3490 + skolem:lemma2491 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 493]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1493 a r:Inference; r:gives { - 1494 :recursionCount 6 . + 494 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1494}] - skolem:lemma3491 + skolem:lemma2492 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 494]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1494 a r:Inference; r:gives { - 1495 :recursionCount 3 . + 495 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1495}] - skolem:lemma3492 + skolem:lemma2493 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 495]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1495 a r:Inference; r:gives { - 1496 :recursionCount 6 . + 496 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1496}] - skolem:lemma3493 + skolem:lemma2494 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 496]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1496 a r:Inference; r:gives { - 1497 :recursionCount 5 . + 497 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1497}] - skolem:lemma3494 + skolem:lemma2495 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 497]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1497 a r:Inference; r:gives { - 1498 :recursionCount 2 . + 498 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1498}] - skolem:lemma3495 + skolem:lemma2496 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 498]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1498 a r:Inference; r:gives { - 1499 :recursionCount 7 . + 499 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1499}] - skolem:lemma3496 + skolem:lemma2497 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 499]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1499 a r:Inference; r:gives { - 1500 :recursionCount 7 . + 500 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1500}] - skolem:lemma3497 + skolem:lemma2498 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1500 a r:Inference; r:gives { - 1501 :recursionCount 6 . + 501 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1501}] - skolem:lemma3498 + skolem:lemma2499 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 501]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1501 a r:Inference; r:gives { - 1502 :recursionCount 7 . + 502 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1502}] - skolem:lemma3499 + skolem:lemma2500 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1502]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 502]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1502 a r:Inference; r:gives { - 1503 :recursionCount 7 . + 503 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1503}] - skolem:lemma3500 + skolem:lemma2501 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 503]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1503 a r:Inference; r:gives { - 1504 :recursionCount 5 . + 504 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1504}] - skolem:lemma3501 + skolem:lemma2502 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1504]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 504]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1504 a r:Inference; r:gives { - 1505 :recursionCount 5 . + 505 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1505}] - skolem:lemma3502 + skolem:lemma2503 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1505]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 505]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1505 a r:Inference; r:gives { - 1506 :recursionCount 4 . + 506 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1506}] - skolem:lemma3503 + skolem:lemma2504 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 506]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1506 a r:Inference; r:gives { - 1507 :recursionCount 3 . + 507 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1507}] - skolem:lemma3504 + skolem:lemma2505 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 507]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1507 a r:Inference; r:gives { - 1508 :recursionCount 2 . + 508 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1508}] - skolem:lemma3505 + skolem:lemma2506 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 508]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1508 a r:Inference; r:gives { - 1509 :recursionCount 7 . + 509 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1509}] - skolem:lemma3506 + skolem:lemma2507 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1509]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 509]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1509 a r:Inference; r:gives { - 1510 :recursionCount 6 . + 510 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1510}] - skolem:lemma3507 + skolem:lemma2508 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1510 a r:Inference; r:gives { - 1511 :recursionCount 4 . + 511 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1511}] - skolem:lemma3508 + skolem:lemma2509 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 511]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1511 a r:Inference; r:gives { - 1512 :recursionCount 7 . + 512 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1512}] - skolem:lemma3509 + skolem:lemma2510 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1512]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 512]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1512 a r:Inference; r:gives { - 1513 :recursionCount 2 . + 513 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1513}] - skolem:lemma3510 + skolem:lemma2511 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 513]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1513 a r:Inference; r:gives { - 1514 :recursionCount 3 . + 514 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1514}] - skolem:lemma3511 + skolem:lemma2512 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 514]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1514 a r:Inference; r:gives { - 1515 :recursionCount 4 . + 515 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1515}] - skolem:lemma3512 + skolem:lemma2513 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 515]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1515 a r:Inference; r:gives { - 1516 :recursionCount 5 . + 516 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1516}] - skolem:lemma3513 + skolem:lemma2514 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 516]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1516 a r:Inference; r:gives { - 1517 :recursionCount 4 . + 517 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1517}] - skolem:lemma3514 + skolem:lemma2515 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 517]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1517 a r:Inference; r:gives { - 1518 :recursionCount 3 . + 518 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1518}] - skolem:lemma3515 + skolem:lemma2516 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 518]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1518 a r:Inference; r:gives { - 1519 :recursionCount 2 . + 519 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1519}] - skolem:lemma3516 + skolem:lemma2517 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 519]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1519 a r:Inference; r:gives { - 1520 :recursionCount 7 . + 520 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1520}] - skolem:lemma3517 + skolem:lemma2518 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 520]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1520 a r:Inference; r:gives { - 1521 :recursionCount 7 . + 521 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1521}] - skolem:lemma3518 + skolem:lemma2519 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1521]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 521]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1521 a r:Inference; r:gives { - 1522 :recursionCount 4 . + 522 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1522}] - skolem:lemma3519 + skolem:lemma2520 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 522]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1522 a r:Inference; r:gives { - 1523 :recursionCount 7 . + 523 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1523}] - skolem:lemma3520 + skolem:lemma2521 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1523]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 523]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1523 a r:Inference; r:gives { - 1524 :recursionCount 2 . + 524 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1524}] - skolem:lemma3521 + skolem:lemma2522 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1524 a r:Inference; r:gives { - 1525 :recursionCount 3 . + 525 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1525}] - skolem:lemma3522 + skolem:lemma2523 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 525]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1525 a r:Inference; r:gives { - 1526 :recursionCount 5 . + 526 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1526}] - skolem:lemma3523 + skolem:lemma2524 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 526]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1526 a r:Inference; r:gives { - 1527 :recursionCount 3 . + 527 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1527}] - skolem:lemma3524 + skolem:lemma2525 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 527]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1527 a r:Inference; r:gives { - 1528 :recursionCount 6 . + 528 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1528}] - skolem:lemma3525 + skolem:lemma2526 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 528]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1528 a r:Inference; r:gives { - 1529 :recursionCount 5 . + 529 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1529}] - skolem:lemma3526 + skolem:lemma2527 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 529]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1529 a r:Inference; r:gives { - 1530 :recursionCount 7 . + 530 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1530}] - skolem:lemma3527 + skolem:lemma2528 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1530 a r:Inference; r:gives { - 1531 :recursionCount 2 . + 531 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1531}] - skolem:lemma3528 + skolem:lemma2529 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1531 a r:Inference; r:gives { - 1532 :recursionCount 7 . + 532 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1532}] - skolem:lemma3529 + skolem:lemma2530 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 532]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1532 a r:Inference; r:gives { - 1533 :recursionCount 4 . + 533 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1533}] - skolem:lemma3530 + skolem:lemma2531 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1533 a r:Inference; r:gives { - 1534 :recursionCount 7 . + 534 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1534}] - skolem:lemma3531 + skolem:lemma2532 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1534]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 534]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1534 a r:Inference; r:gives { - 1535 :recursionCount 2 . + 535 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1535}] - skolem:lemma3532 + skolem:lemma2533 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 535]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1535 a r:Inference; r:gives { - 1536 :recursionCount 7 . + 536 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1536}] - skolem:lemma3533 + skolem:lemma2534 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1536 a r:Inference; r:gives { - 1537 :recursionCount 1 . + 537 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1537}] - skolem:lemma3534 + skolem:lemma2535 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 537]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1537 a r:Inference; r:gives { - 1538 :recursionCount 5 . + 538 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1538}] - skolem:lemma3535 + skolem:lemma2536 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 538]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1538 a r:Inference; r:gives { - 1539 :recursionCount 6 . + 539 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1539}] - skolem:lemma3536 + skolem:lemma2537 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 539]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1539 a r:Inference; r:gives { - 1540 :recursionCount 5 . + 540 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1540}] - skolem:lemma3537 + skolem:lemma2538 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 540]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1540 a r:Inference; r:gives { - 1541 :recursionCount 3 . + 541 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1541}] - skolem:lemma3538 + skolem:lemma2539 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 541]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1541 a r:Inference; r:gives { - 1542 :recursionCount 2 . + 542 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1542}] - skolem:lemma3539 + skolem:lemma2540 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 542]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1542 a r:Inference; r:gives { - 1543 :recursionCount 7 . + 543 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1543}] - skolem:lemma3540 + skolem:lemma2541 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1543]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 543]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1543 a r:Inference; r:gives { - 1544 :recursionCount 4 . + 544 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1544}] - skolem:lemma3541 + skolem:lemma2542 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 544]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1544 a r:Inference; r:gives { - 1545 :recursionCount 7 . + 545 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1545}] - skolem:lemma3542 + skolem:lemma2543 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1545]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 545]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1545 a r:Inference; r:gives { - 1546 :recursionCount 7 . + 546 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1546}] - skolem:lemma3543 + skolem:lemma2544 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1546]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 546]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1546 a r:Inference; r:gives { - 1547 :recursionCount 7 . + 547 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1547}] - skolem:lemma3544 + skolem:lemma2545 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 547]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1547 a r:Inference; r:gives { - 1548 :recursionCount 3 . + 548 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1548}] - skolem:lemma3545 + skolem:lemma2546 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1548]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 548]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1548 a r:Inference; r:gives { - 1549 :recursionCount 3 . + 549 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1549}] - skolem:lemma3546 + skolem:lemma2547 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 549]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1549 a r:Inference; r:gives { - 1550 :recursionCount 5 . + 550 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1550}] - skolem:lemma3547 + skolem:lemma2548 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 550]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1550 a r:Inference; r:gives { - 1551 :recursionCount 4 . + 551 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1551}] - skolem:lemma3548 + skolem:lemma2549 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 551]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1551 a r:Inference; r:gives { - 1552 :recursionCount 3 . + 552 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1552}] - skolem:lemma3549 + skolem:lemma2550 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 552]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1552 a r:Inference; r:gives { - 1553 :recursionCount 2 . + 553 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1553}] - skolem:lemma3550 + skolem:lemma2551 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 553]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1553 a r:Inference; r:gives { - 1554 :recursionCount 7 . + 554 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1554}] - skolem:lemma3551 + skolem:lemma2552 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1554]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 554]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1554 a r:Inference; r:gives { - 1555 :recursionCount 4 . + 555 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1555}] - skolem:lemma3552 + skolem:lemma2553 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 555]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1555 a r:Inference; r:gives { - 1556 :recursionCount 6 . + 556 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1556}] - skolem:lemma3553 + skolem:lemma2554 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 556]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1556 a r:Inference; r:gives { - 1557 :recursionCount 6 . + 557 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1557}] - skolem:lemma3554 + skolem:lemma2555 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1557 a r:Inference; r:gives { - 1558 :recursionCount 4 . + 558 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1558}] - skolem:lemma3555 + skolem:lemma2556 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1558 a r:Inference; r:gives { - 1559 :recursionCount 6 . + 559 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1559}] - skolem:lemma3556 + skolem:lemma2557 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1559 a r:Inference; r:gives { - 1560 :recursionCount 4 . + 560 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1560}] - skolem:lemma3557 + skolem:lemma2558 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 560]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1560 a r:Inference; r:gives { - 1561 :recursionCount 5 . + 561 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1561}] - skolem:lemma3558 + skolem:lemma2559 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 561]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1561 a r:Inference; r:gives { - 1562 :recursionCount 5 . + 562 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1562}] - skolem:lemma3559 + skolem:lemma2560 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 562]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1562 a r:Inference; r:gives { - 1563 :recursionCount 7 . + 563 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1563}] - skolem:lemma3560 + skolem:lemma2561 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 563]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1563 a r:Inference; r:gives { - 1564 :recursionCount 7 . + 564 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1564}] - skolem:lemma3561 + skolem:lemma2562 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1564]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 564]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1564 a r:Inference; r:gives { - 1565 :recursionCount 6 . + 565 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1565}] - skolem:lemma3562 + skolem:lemma2563 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1565]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 565]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1565 a r:Inference; r:gives { - 1566 :recursionCount 7 . + 566 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1566}] - skolem:lemma3563 + skolem:lemma2564 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 566]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1566 a r:Inference; r:gives { - 1567 :recursionCount 7 . + 567 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1567}] - skolem:lemma3564 + skolem:lemma2565 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1567 a r:Inference; r:gives { - 1568 :recursionCount 3 . + 568 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1568}] - skolem:lemma3565 + skolem:lemma2566 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 568]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1568 a r:Inference; r:gives { - 1569 :recursionCount 3 . + 569 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1569}] - skolem:lemma3566 + skolem:lemma2567 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1569 a r:Inference; r:gives { - 1570 :recursionCount 3 . + 570 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1570}] - skolem:lemma3567 + skolem:lemma2568 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 570]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1570 a r:Inference; r:gives { - 1571 :recursionCount 4 . + 571 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1571}] - skolem:lemma3568 + skolem:lemma2569 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 571]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1571 a r:Inference; r:gives { - 1572 :recursionCount 3 . + 572 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1572}] - skolem:lemma3569 + skolem:lemma2570 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 572]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1572 a r:Inference; r:gives { - 1573 :recursionCount 1 . + 573 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1573}] - skolem:lemma3570 + skolem:lemma2571 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 573]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1573 a r:Inference; r:gives { - 1574 :recursionCount 7 . + 574 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1574}] - skolem:lemma3571 + skolem:lemma2572 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 574]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1574 a r:Inference; r:gives { - 1575 :recursionCount 6 . + 575 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1575}] - skolem:lemma3572 + skolem:lemma2573 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 575]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1575 a r:Inference; r:gives { - 1576 :recursionCount 7 . + 576 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1576}] - skolem:lemma3573 + skolem:lemma2574 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 576]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1576 a r:Inference; r:gives { - 1577 :recursionCount 1 . + 577 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1577}] - skolem:lemma3574 + skolem:lemma2575 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1577 a r:Inference; r:gives { - 1578 :recursionCount 5 . + 578 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1578}] - skolem:lemma3575 + skolem:lemma2576 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1578 a r:Inference; r:gives { - 1579 :recursionCount 6 . + 579 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1579}] - skolem:lemma3576 + skolem:lemma2577 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1579 a r:Inference; r:gives { - 1580 :recursionCount 2 . + 580 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1580}] - skolem:lemma3577 + skolem:lemma2578 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 580]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1580 a r:Inference; r:gives { - 1581 :recursionCount 3 . + 581 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1581}] - skolem:lemma3578 + skolem:lemma2579 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 581]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1581 a r:Inference; r:gives { - 1582 :recursionCount 6 . + 582 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1582}] - skolem:lemma3579 + skolem:lemma2580 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 582]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1582 a r:Inference; r:gives { - 1583 :recursionCount 5 . + 583 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1583}] - skolem:lemma3580 + skolem:lemma2581 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 583]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1583 a r:Inference; r:gives { - 1584 :recursionCount 3 . + 584 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1584}] - skolem:lemma3581 + skolem:lemma2582 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1584]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 584]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1584 a r:Inference; r:gives { - 1585 :recursionCount 4 . + 585 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1585}] - skolem:lemma3582 + skolem:lemma2583 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 585]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1585 a r:Inference; r:gives { - 1586 :recursionCount 3 . + 586 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1586}] - skolem:lemma3583 + skolem:lemma2584 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1586]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 586]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1586 a r:Inference; r:gives { - 1587 :recursionCount 5 . + 587 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1587}] - skolem:lemma3584 + skolem:lemma2585 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 587]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1587 a r:Inference; r:gives { - 1588 :recursionCount 6 . + 588 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1588}] - skolem:lemma3585 + skolem:lemma2586 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1588 a r:Inference; r:gives { - 1589 :recursionCount 5 . + 589 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1589}] - skolem:lemma3586 + skolem:lemma2587 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1589 a r:Inference; r:gives { - 1590 :recursionCount 7 . + 590 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1590}] - skolem:lemma3587 + skolem:lemma2588 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1590]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 590]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1590 a r:Inference; r:gives { - 1591 :recursionCount 2 . + 591 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1591}] - skolem:lemma3588 + skolem:lemma2589 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 591]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1591 a r:Inference; r:gives { - 1592 :recursionCount 5 . + 592 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1592}] - skolem:lemma3589 + skolem:lemma2590 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 592]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1592 a r:Inference; r:gives { - 1593 :recursionCount 6 . + 593 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1593}] - skolem:lemma3590 + skolem:lemma2591 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 593]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1593 a r:Inference; r:gives { - 1594 :recursionCount 3 . + 594 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1594}] - skolem:lemma3591 + skolem:lemma2592 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 594]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1594 a r:Inference; r:gives { - 1595 :recursionCount 6 . + 595 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1595}] - skolem:lemma3592 + skolem:lemma2593 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 595]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1595 a r:Inference; r:gives { - 1596 :recursionCount 3 . + 596 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1596}] - skolem:lemma3593 + skolem:lemma2594 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 596]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1596 a r:Inference; r:gives { - 1597 :recursionCount 6 . + 597 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1597}] - skolem:lemma3594 + skolem:lemma2595 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 597]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1597 a r:Inference; r:gives { - 1598 :recursionCount 5 . + 598 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1598}] - skolem:lemma3595 + skolem:lemma2596 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 598]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1598 a r:Inference; r:gives { - 1599 :recursionCount 2 . + 599 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1599}] - skolem:lemma3596 + skolem:lemma2597 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1599 a r:Inference; r:gives { - 1600 :recursionCount 7 . + 600 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1600}] - skolem:lemma3597 + skolem:lemma2598 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1600 a r:Inference; r:gives { - 1601 :recursionCount 6 . + 601 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1601}] - skolem:lemma3598 + skolem:lemma2599 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 601]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1601 a r:Inference; r:gives { - 1602 :recursionCount 7 . + 602 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1602}] - skolem:lemma3599 + skolem:lemma2600 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 602]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1602 a r:Inference; r:gives { - 1603 :recursionCount 1 . + 603 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1603}] - skolem:lemma3600 + skolem:lemma2601 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 603]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1603 a r:Inference; r:gives { - 1604 :recursionCount 3 . + 604 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1604}] - skolem:lemma3601 + skolem:lemma2602 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 604]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1604 a r:Inference; r:gives { - 1605 :recursionCount 4 . + 605 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1605}] - skolem:lemma3602 + skolem:lemma2603 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 605]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1605 a r:Inference; r:gives { - 1606 :recursionCount 5 . + 606 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1606}] - skolem:lemma3603 + skolem:lemma2604 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 606]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1606 a r:Inference; r:gives { - 1607 :recursionCount 5 . + 607 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1607}] - skolem:lemma3604 + skolem:lemma2605 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 607]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1607 a r:Inference; r:gives { - 1608 :recursionCount 7 . + 608 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1608}] - skolem:lemma3605 + skolem:lemma2606 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 608]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1608 a r:Inference; r:gives { - 1609 :recursionCount 7 . + 609 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1609}] - skolem:lemma3606 + skolem:lemma2607 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1609]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 609]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1609 a r:Inference; r:gives { - 1610 :recursionCount 6 . + 610 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1610}] - skolem:lemma3607 + skolem:lemma2608 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1610 a r:Inference; r:gives { - 1611 :recursionCount 6 . + 611 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1611}] - skolem:lemma3608 + skolem:lemma2609 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1611]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 611]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1611 a r:Inference; r:gives { - 1612 :recursionCount 7 . + 612 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1612}] - skolem:lemma3609 + skolem:lemma2610 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1612]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 612]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1612 a r:Inference; r:gives { - 1613 :recursionCount 7 . + 613 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1613}] - skolem:lemma3610 + skolem:lemma2611 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 613]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1613 a r:Inference; r:gives { - 1614 :recursionCount 5 . + 614 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1614}] - skolem:lemma3611 + skolem:lemma2612 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 614]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1614 a r:Inference; r:gives { - 1615 :recursionCount 5 . + 615 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1615}] - skolem:lemma3612 + skolem:lemma2613 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 615]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1615 a r:Inference; r:gives { - 1616 :recursionCount 5 . + 616 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1616}] - skolem:lemma3613 + skolem:lemma2614 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1616]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 616]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1616 a r:Inference; r:gives { - 1617 :recursionCount 5 . + 617 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1617}] - skolem:lemma3614 + skolem:lemma2615 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1617]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 617]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1617 a r:Inference; r:gives { - 1618 :recursionCount 5 . + 618 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1618}] - skolem:lemma3615 + skolem:lemma2616 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 618]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1618 a r:Inference; r:gives { - 1619 :recursionCount 7 . + 619 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1619}] - skolem:lemma3616 + skolem:lemma2617 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1619]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 619]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1619 a r:Inference; r:gives { - 1620 :recursionCount 7 . + 620 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1620}] - skolem:lemma3617 + skolem:lemma2618 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1620 a r:Inference; r:gives { - 1621 :recursionCount 7 . + 621 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1621}] - skolem:lemma3618 + skolem:lemma2619 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 621]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1621 a r:Inference; r:gives { - 1622 :recursionCount 6 . + 622 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1622}] - skolem:lemma3619 + skolem:lemma2620 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 622]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1622 a r:Inference; r:gives { - 1623 :recursionCount 7 . + 623 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1623}] - skolem:lemma3620 + skolem:lemma2621 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1623]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 623]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1623 a r:Inference; r:gives { - 1624 :recursionCount 7 . + 624 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1624}] - skolem:lemma3621 + skolem:lemma2622 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 624]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1624 a r:Inference; r:gives { - 1625 :recursionCount 5 . + 625 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1625}] - skolem:lemma3622 + skolem:lemma2623 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 625]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1625 a r:Inference; r:gives { - 1626 :recursionCount 5 . + 626 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1626}] - skolem:lemma3623 + skolem:lemma2624 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 626]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1626 a r:Inference; r:gives { - 1627 :recursionCount 4 . + 627 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1627}] - skolem:lemma3624 + skolem:lemma2625 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 627]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1627 a r:Inference; r:gives { - 1628 :recursionCount 3 . + 628 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1628}] - skolem:lemma3625 + skolem:lemma2626 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 628]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1628 a r:Inference; r:gives { - 1629 :recursionCount 2 . + 629 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1629}] - skolem:lemma3626 + skolem:lemma2627 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 629]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1629 a r:Inference; r:gives { - 1630 :recursionCount 1 . + 630 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1630}] - skolem:lemma3627 + skolem:lemma2628 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1630 a r:Inference; r:gives { - 1631 :recursionCount 7 . + 631 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1631}] - skolem:lemma3628 + skolem:lemma2629 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 631]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1631 a r:Inference; r:gives { - 1632 :recursionCount 7 . + 632 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1632}] - skolem:lemma3629 + skolem:lemma2630 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1632]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 632]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1632 a r:Inference; r:gives { - 1633 :recursionCount 6 . + 633 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1633}] - skolem:lemma3630 + skolem:lemma2631 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1633]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 633]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1633 a r:Inference; r:gives { - 1634 :recursionCount 7 . + 634 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1634}] - skolem:lemma3631 + skolem:lemma2632 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1634]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 634]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1634 a r:Inference; r:gives { - 1635 :recursionCount 7 . + 635 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1635}] - skolem:lemma3632 + skolem:lemma2633 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 635]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1635 a r:Inference; r:gives { - 1636 :recursionCount 5 . + 636 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1636}] - skolem:lemma3633 + skolem:lemma2634 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 636]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1636 a r:Inference; r:gives { - 1637 :recursionCount 3 . + 637 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1637}] - skolem:lemma3634 + skolem:lemma2635 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 637]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1637 a r:Inference; r:gives { - 1638 :recursionCount 6 . + 638 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1638}] - skolem:lemma3635 + skolem:lemma2636 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 638]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1638 a r:Inference; r:gives { - 1639 :recursionCount 5 . + 639 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1639}] - skolem:lemma3636 + skolem:lemma2637 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 639]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1639 a r:Inference; r:gives { - 1640 :recursionCount 3 . + 640 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1640}] - skolem:lemma3637 + skolem:lemma2638 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1640 a r:Inference; r:gives { - 1641 :recursionCount 5 . + 641 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1641}] - skolem:lemma3638 + skolem:lemma2639 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 641]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1641 a r:Inference; r:gives { - 1642 :recursionCount 7 . + 642 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1642}] - skolem:lemma3639 + skolem:lemma2640 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 642]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1642 a r:Inference; r:gives { - 1643 :recursionCount 7 . + 643 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1643}] - skolem:lemma3640 + skolem:lemma2641 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1643]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 643]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1643 a r:Inference; r:gives { - 1644 :recursionCount 6 . + 644 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1644}] - skolem:lemma3641 + skolem:lemma2642 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1644]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 644]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1644 a r:Inference; r:gives { - 1645 :recursionCount 7 . + 645 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1645}] - skolem:lemma3642 + skolem:lemma2643 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1645]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 645]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1645 a r:Inference; r:gives { - 1646 :recursionCount 7 . + 646 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1646}] - skolem:lemma3643 + skolem:lemma2644 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 646]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1646 a r:Inference; r:gives { - 1647 :recursionCount 1 . + 647 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1647}] - skolem:lemma3644 + skolem:lemma2645 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 647]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1647 a r:Inference; r:gives { - 1648 :recursionCount 5 . + 648 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1648}] - skolem:lemma3645 + skolem:lemma2646 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 648]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1648 a r:Inference; r:gives { - 1649 :recursionCount 6 . + 649 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1649}] - skolem:lemma3646 + skolem:lemma2647 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 649]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1649 a r:Inference; r:gives { - 1650 :recursionCount 4 . + 650 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1650}] - skolem:lemma3647 + skolem:lemma2648 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1650 a r:Inference; r:gives { - 1651 :recursionCount 5 . + 651 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1651}] - skolem:lemma3648 + skolem:lemma2649 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 651]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1651 a r:Inference; r:gives { - 1652 :recursionCount 5 . + 652 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1652}] - skolem:lemma3649 + skolem:lemma2650 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 652]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1652 a r:Inference; r:gives { - 1653 :recursionCount 7 . + 653 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1653}] - skolem:lemma3650 + skolem:lemma2651 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 653]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1653 a r:Inference; r:gives { - 1654 :recursionCount 7 . + 654 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1654}] - skolem:lemma3651 + skolem:lemma2652 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1654]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 654]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1654 a r:Inference; r:gives { - 1655 :recursionCount 6 . + 655 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1655}] - skolem:lemma3652 + skolem:lemma2653 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1655]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 655]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1655 a r:Inference; r:gives { - 1656 :recursionCount 7 . + 656 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1656}] - skolem:lemma3653 + skolem:lemma2654 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1656]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 656]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1656 a r:Inference; r:gives { - 1657 :recursionCount 7 . + 657 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1657}] - skolem:lemma3654 + skolem:lemma2655 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 657]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1657 a r:Inference; r:gives { - 1658 :recursionCount 3 . + 658 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1658}] - skolem:lemma3655 + skolem:lemma2656 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1658]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 658]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1658 a r:Inference; r:gives { - 1659 :recursionCount 3 . + 659 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1659}] - skolem:lemma3656 + skolem:lemma2657 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 659]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1659 a r:Inference; r:gives { - 1660 :recursionCount 5 . + 660 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1660}] - skolem:lemma3657 + skolem:lemma2658 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1660 a r:Inference; r:gives { - 1661 :recursionCount 5 . + 661 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1661}] - skolem:lemma3658 + skolem:lemma2659 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1661]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 661]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1661 a r:Inference; r:gives { - 1662 :recursionCount 5 . + 662 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1662}] - skolem:lemma3659 + skolem:lemma2660 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 662]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1662 a r:Inference; r:gives { - 1663 :recursionCount 5 . + 663 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1663}] - skolem:lemma3660 + skolem:lemma2661 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 663]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1663 a r:Inference; r:gives { - 1664 :recursionCount 7 . + 664 :recursionCount 1 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1664}] - skolem:lemma3661 + skolem:lemma2662 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 664]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; r:rule skolem:lemma1999. skolem:lemma1664 a r:Inference; r:gives { - 1665 :recursionCount 7 . + 665 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1665}] - skolem:lemma3662 + skolem:lemma2663 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1665]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 665]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1665 a r:Inference; r:gives { - 1666 :recursionCount 6 . + 666 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1666}] - skolem:lemma3663 + skolem:lemma2664 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1666]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 666]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1666 a r:Inference; r:gives { - 1667 :recursionCount 6 . + 667 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1667}] - skolem:lemma3664 + skolem:lemma2665 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1667 a r:Inference; r:gives { - 1668 :recursionCount 4 . + 668 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1668}] - skolem:lemma3665 + skolem:lemma2666 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1668 a r:Inference; r:gives { - 1669 :recursionCount 6 . + 669 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1669}] - skolem:lemma3666 + skolem:lemma2667 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1669 a r:Inference; r:gives { - 1670 :recursionCount 5 . + 670 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1670}] - skolem:lemma3667 + skolem:lemma2668 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 670]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1670 a r:Inference; r:gives { - 1671 :recursionCount 5 . + 671 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1671}] - skolem:lemma3668 + skolem:lemma2669 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1671]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 671]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1671 a r:Inference; r:gives { - 1672 :recursionCount 4 . + 672 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1672}] - skolem:lemma3669 + skolem:lemma2670 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 672]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1672 a r:Inference; r:gives { - 1673 :recursionCount 3 . + 673 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1673}] - skolem:lemma3670 + skolem:lemma2671 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 673]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1673 a r:Inference; r:gives { - 1674 :recursionCount 1 . + 674 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1674}] - skolem:lemma3671 + skolem:lemma2672 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 674]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1674 a r:Inference; r:gives { - 1675 :recursionCount 7 . + 675 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1675}] - skolem:lemma3672 + skolem:lemma2673 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 675]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1675 a r:Inference; r:gives { - 1676 :recursionCount 6 . + 676 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1676}] - skolem:lemma3673 + skolem:lemma2674 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 676]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1676 a r:Inference; r:gives { - 1677 :recursionCount 7 . + 677 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1677}] - skolem:lemma3674 + skolem:lemma2675 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1677 a r:Inference; r:gives { - 1678 :recursionCount 3 . + 678 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1678}] - skolem:lemma3675 + skolem:lemma2676 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 678]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1678 a r:Inference; r:gives { - 1679 :recursionCount 3 . + 679 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1679}] - skolem:lemma3676 + skolem:lemma2677 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1679 a r:Inference; r:gives { - 1680 :recursionCount 7 . + 680 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1680}] - skolem:lemma3677 + skolem:lemma2678 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 680]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1680 a r:Inference; r:gives { - 1681 :recursionCount 5 . + 681 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1681}] - skolem:lemma3678 + skolem:lemma2679 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 681]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1681 a r:Inference; r:gives { - 1682 :recursionCount 3 . + 682 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1682}] - skolem:lemma3679 + skolem:lemma2680 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 682]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1682 a r:Inference; r:gives { - 1683 :recursionCount 6 . + 683 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1683}] - skolem:lemma3680 + skolem:lemma2681 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 683]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1683 a r:Inference; r:gives { - 1684 :recursionCount 5 . + 684 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1684}] - skolem:lemma3681 + skolem:lemma2682 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 684]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1684 a r:Inference; r:gives { - 1685 :recursionCount 3 . + 685 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1685}] - skolem:lemma3682 + skolem:lemma2683 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1685]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 685]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1685 a r:Inference; r:gives { - 1686 :recursionCount 4 . + 686 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1686}] - skolem:lemma3683 + skolem:lemma2684 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 686]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1686 a r:Inference; r:gives { - 1687 :recursionCount 3 . + 687 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1687}] - skolem:lemma3684 + skolem:lemma2685 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1687]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 687]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1687 a r:Inference; r:gives { - 1688 :recursionCount 5 . + 688 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1688}] - skolem:lemma3685 + skolem:lemma2686 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1688 a r:Inference; r:gives { - 1689 :recursionCount 6 . + 689 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1689}] - skolem:lemma3686 + skolem:lemma2687 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1689 a r:Inference; r:gives { - 1690 :recursionCount 7 . + 690 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1690}] - skolem:lemma3687 + skolem:lemma2688 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1690]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 690]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1690 a r:Inference; r:gives { - 1691 :recursionCount 7 . + 691 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1691}] - skolem:lemma3688 + skolem:lemma2689 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1691]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 691]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1691 a r:Inference; r:gives { - 1692 :recursionCount 2 . + 692 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1692}] - skolem:lemma3689 + skolem:lemma2690 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 692]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1692 a r:Inference; r:gives { - 1693 :recursionCount 5 . + 693 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1693}] - skolem:lemma3690 + skolem:lemma2691 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 693]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1693 a r:Inference; r:gives { - 1694 :recursionCount 6 . + 694 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1694}] - skolem:lemma3691 + skolem:lemma2692 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 694]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1694 a r:Inference; r:gives { - 1695 :recursionCount 3 . + 695 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1695}] - skolem:lemma3692 + skolem:lemma2693 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 695]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1695 a r:Inference; r:gives { - 1696 :recursionCount 6 . + 696 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1696}] - skolem:lemma3693 + skolem:lemma2694 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 696]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1696 a r:Inference; r:gives { - 1697 :recursionCount 3 . + 697 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1697}] - skolem:lemma3694 + skolem:lemma2695 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 697]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1697 a r:Inference; r:gives { - 1698 :recursionCount 6 . + 698 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1698}] - skolem:lemma3695 + skolem:lemma2696 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 698]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1698 a r:Inference; r:gives { - 1699 :recursionCount 5 . + 699 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1699}] - skolem:lemma3696 + skolem:lemma2697 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1699 a r:Inference; r:gives { - 1700 :recursionCount 3 . + 700 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1700}] - skolem:lemma3697 + skolem:lemma2698 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1700 a r:Inference; r:gives { - 1701 :recursionCount 4 . + 701 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1701}] - skolem:lemma3698 + skolem:lemma2699 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 701]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1701 a r:Inference; r:gives { - 1702 :recursionCount 3 . + 702 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1702}] - skolem:lemma3699 + skolem:lemma2700 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 702]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1702 a r:Inference; r:gives { - 1703 :recursionCount 5 . + 703 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1703}] - skolem:lemma3700 + skolem:lemma2701 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 703]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1703 a r:Inference; r:gives { - 1704 :recursionCount 6 . + 704 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1704}] - skolem:lemma3701 + skolem:lemma2702 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 704]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1704 a r:Inference; r:gives { - 1705 :recursionCount 3 . + 705 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1705}] - skolem:lemma3702 + skolem:lemma2703 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 705]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1705 a r:Inference; r:gives { - 1706 :recursionCount 5 . + 706 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1706}] - skolem:lemma3703 + skolem:lemma2704 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 706]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1706 a r:Inference; r:gives { - 1707 :recursionCount 3 . + 707 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1707}] - skolem:lemma3704 + skolem:lemma2705 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 707]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1707 a r:Inference; r:gives { - 1708 :recursionCount 2 . + 708 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1708}] - skolem:lemma3705 + skolem:lemma2706 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 708]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1708 a r:Inference; r:gives { - 1709 :recursionCount 7 . + 709 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1709}] - skolem:lemma3706 + skolem:lemma2707 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 709]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1709 a r:Inference; r:gives { - 1710 :recursionCount 4 . + 710 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1710}] - skolem:lemma3707 + skolem:lemma2708 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1710 a r:Inference; r:gives { - 1711 :recursionCount 6 . + 711 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1711}] - skolem:lemma3708 + skolem:lemma2709 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1711 a r:Inference; r:gives { - 1712 :recursionCount 7 . + 712 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1712}] - skolem:lemma3709 + skolem:lemma2710 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 712]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1712 a r:Inference; r:gives { - 1713 :recursionCount 1 . + 713 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1713}] - skolem:lemma3710 + skolem:lemma2711 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 713]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1713 a r:Inference; r:gives { - 1714 :recursionCount 3 . + 714 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1714}] - skolem:lemma3711 + skolem:lemma2712 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 714]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1714 a r:Inference; r:gives { - 1715 :recursionCount 4 . + 715 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1715}] - skolem:lemma3712 + skolem:lemma2713 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 715]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1715 a r:Inference; r:gives { - 1716 :recursionCount 5 . + 716 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1716}] - skolem:lemma3713 + skolem:lemma2714 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1716]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 716]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1716 a r:Inference; r:gives { - 1717 :recursionCount 4 . + 717 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1717}] - skolem:lemma3714 + skolem:lemma2715 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 717]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1717 a r:Inference; r:gives { - 1718 :recursionCount 3 . + 718 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1718}] - skolem:lemma3715 + skolem:lemma2716 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 718]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1718 a r:Inference; r:gives { - 1719 :recursionCount 2 . + 719 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1719}] - skolem:lemma3716 + skolem:lemma2717 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 719]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1719 a r:Inference; r:gives { - 1720 :recursionCount 3 . + 720 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1720}] - skolem:lemma3717 + skolem:lemma2718 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1720 a r:Inference; r:gives { - 1721 :recursionCount 7 . + 721 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1721}] - skolem:lemma3718 + skolem:lemma2719 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 721]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1721 a r:Inference; r:gives { - 1722 :recursionCount 6 . + 722 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1722}] - skolem:lemma3719 + skolem:lemma2720 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 722]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1722 a r:Inference; r:gives { - 1723 :recursionCount 7 . + 723 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1723}] - skolem:lemma3720 + skolem:lemma2721 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 723]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1723 a r:Inference; r:gives { - 1724 :recursionCount 1 . + 724 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1724}] - skolem:lemma3721 + skolem:lemma2722 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 724]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1724 a r:Inference; r:gives { - 1725 :recursionCount 3 . + 725 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1725}] - skolem:lemma3722 + skolem:lemma2723 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 725]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1725 a r:Inference; r:gives { - 1726 :recursionCount 4 . + 726 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1726}] - skolem:lemma3723 + skolem:lemma2724 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 726]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1726 a r:Inference; r:gives { - 1727 :recursionCount 5 . + 727 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1727}] - skolem:lemma3724 + skolem:lemma2725 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1727]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 727]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1727 a r:Inference; r:gives { - 1728 :recursionCount 5 . + 728 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1728}] - skolem:lemma3725 + skolem:lemma2726 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 728]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1728 a r:Inference; r:gives { - 1729 :recursionCount 7 . + 729 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1729}] - skolem:lemma3726 + skolem:lemma2727 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1729]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 729]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1729 a r:Inference; r:gives { - 1730 :recursionCount 5 . + 730 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1730}] - skolem:lemma3727 + skolem:lemma2728 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1730 a r:Inference; r:gives { - 1731 :recursionCount 1 . + 731 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1731}] - skolem:lemma3728 + skolem:lemma2729 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 731]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1731 a r:Inference; r:gives { - 1732 :recursionCount 7 . + 732 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1732}] - skolem:lemma3729 + skolem:lemma2730 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 732]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1732 a r:Inference; r:gives { - 1733 :recursionCount 6 . + 733 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1733}] - skolem:lemma3730 + skolem:lemma2731 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 733]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1733 a r:Inference; r:gives { - 1734 :recursionCount 7 . + 734 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1734}] - skolem:lemma3731 + skolem:lemma2732 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 734]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1734 a r:Inference; r:gives { - 1735 :recursionCount 1 . + 735 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1735}] - skolem:lemma3732 + skolem:lemma2733 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 735]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1735 a r:Inference; r:gives { - 1736 :recursionCount 3 . + 736 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1736}] - skolem:lemma3733 + skolem:lemma2734 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 736]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1736 a r:Inference; r:gives { - 1737 :recursionCount 4 . + 737 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1737}] - skolem:lemma3734 + skolem:lemma2735 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 737]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1737 a r:Inference; r:gives { - 1738 :recursionCount 3 . + 738 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1738}] - skolem:lemma3735 + skolem:lemma2736 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 738]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1738 a r:Inference; r:gives { - 1739 :recursionCount 2 . + 739 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1739}] - skolem:lemma3736 + skolem:lemma2737 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 739]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1739 a r:Inference; r:gives { - 1740 :recursionCount 6 . + 740 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1740}] - skolem:lemma3737 + skolem:lemma2738 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1740 a r:Inference; r:gives { - 1741 :recursionCount 3 . + 741 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1741}] - skolem:lemma3738 + skolem:lemma2739 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 741]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1741 a r:Inference; r:gives { - 1742 :recursionCount 1 . + 742 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1742}] - skolem:lemma3739 + skolem:lemma2740 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 742]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1742 a r:Inference; r:gives { - 1743 :recursionCount 7 . + 743 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1743}] - skolem:lemma3740 + skolem:lemma2741 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 743]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1743 a r:Inference; r:gives { - 1744 :recursionCount 6 . + 744 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1744}] - skolem:lemma3741 + skolem:lemma2742 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 744]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1744 a r:Inference; r:gives { - 1745 :recursionCount 7 . + 745 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1745}] - skolem:lemma3742 + skolem:lemma2743 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 745]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1745 a r:Inference; r:gives { - 1746 :recursionCount 1 . + 746 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1746}] - skolem:lemma3743 + skolem:lemma2744 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 746]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1746 a r:Inference; r:gives { - 1747 :recursionCount 3 . + 747 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1747}] - skolem:lemma3744 + skolem:lemma2745 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 747]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1747 a r:Inference; r:gives { - 1748 :recursionCount 6 . + 748 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1748}] - skolem:lemma3745 + skolem:lemma2746 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 748]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1748 a r:Inference; r:gives { - 1749 :recursionCount 5 . + 749 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1749}] - skolem:lemma3746 + skolem:lemma2747 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 749]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1749 a r:Inference; r:gives { - 1750 :recursionCount 3 . + 750 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1750}] - skolem:lemma3747 + skolem:lemma2748 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1750 a r:Inference; r:gives { - 1751 :recursionCount 4 . + 751 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1751}] - skolem:lemma3748 + skolem:lemma2749 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 751]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1751 a r:Inference; r:gives { - 1752 :recursionCount 3 . + 752 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1752}] - skolem:lemma3749 + skolem:lemma2750 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 752]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1752 a r:Inference; r:gives { - 1753 :recursionCount 1 . + 753 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1753}] - skolem:lemma3750 + skolem:lemma2751 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 753]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1753 a r:Inference; r:gives { - 1754 :recursionCount 7 . + 754 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1754}] - skolem:lemma3751 + skolem:lemma2752 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 754]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1754 a r:Inference; r:gives { - 1755 :recursionCount 6 . + 755 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1755}] - skolem:lemma3752 + skolem:lemma2753 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 755]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1755 a r:Inference; r:gives { - 1756 :recursionCount 7 . + 756 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1756}] - skolem:lemma3753 + skolem:lemma2754 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 756]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1756 a r:Inference; r:gives { - 1757 :recursionCount 1 . + 757 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1757}] - skolem:lemma3754 + skolem:lemma2755 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 757]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1757 a r:Inference; r:gives { - 1758 :recursionCount 5 . + 758 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1758}] - skolem:lemma3755 + skolem:lemma2756 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 758]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1758 a r:Inference; r:gives { - 1759 :recursionCount 6 . + 759 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1759}] - skolem:lemma3756 + skolem:lemma2757 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 759]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1759 a r:Inference; r:gives { - 1760 :recursionCount 5 . + 760 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1760}] - skolem:lemma3757 + skolem:lemma2758 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1760 a r:Inference; r:gives { - 1761 :recursionCount 5 . + 761 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1761}] - skolem:lemma3758 + skolem:lemma2759 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1761]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 761]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1761 a r:Inference; r:gives { - 1762 :recursionCount 4 . + 762 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1762}] - skolem:lemma3759 + skolem:lemma2760 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 762]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1762 a r:Inference; r:gives { - 1763 :recursionCount 3 . + 763 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1763}] - skolem:lemma3760 + skolem:lemma2761 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 763]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1763 a r:Inference; r:gives { - 1764 :recursionCount 1 . + 764 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1764}] - skolem:lemma3761 + skolem:lemma2762 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 764]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1764 a r:Inference; r:gives { - 1765 :recursionCount 7 . + 765 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1765}] - skolem:lemma3762 + skolem:lemma2763 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 765]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1765 a r:Inference; r:gives { - 1766 :recursionCount 6 . + 766 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1766}] - skolem:lemma3763 + skolem:lemma2764 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 766]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1766 a r:Inference; r:gives { - 1767 :recursionCount 7 . + 767 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1767}] - skolem:lemma3764 + skolem:lemma2765 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 767]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1767 a r:Inference; r:gives { - 1768 :recursionCount 3 . + 768 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1768}] - skolem:lemma3765 + skolem:lemma2766 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1768]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 768]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1768 a r:Inference; r:gives { - 1769 :recursionCount 3 . + 769 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1769}] - skolem:lemma3766 + skolem:lemma2767 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 769]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1769 a r:Inference; r:gives { - 1770 :recursionCount 3 . + 770 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1770}] - skolem:lemma3767 + skolem:lemma2768 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1770 a r:Inference; r:gives { - 1771 :recursionCount 4 . + 771 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1771}] - skolem:lemma3768 + skolem:lemma2769 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 771]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1771 a r:Inference; r:gives { - 1772 :recursionCount 5 . + 772 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1772}] - skolem:lemma3769 + skolem:lemma2770 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1772]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 772]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1772 a r:Inference; r:gives { - 1773 :recursionCount 4 . + 773 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1773}] - skolem:lemma3770 + skolem:lemma2771 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 773]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1773 a r:Inference; r:gives { - 1774 :recursionCount 3 . + 774 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1774}] - skolem:lemma3771 + skolem:lemma2772 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 774]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1774 a r:Inference; r:gives { - 1775 :recursionCount 1 . + 775 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1775}] - skolem:lemma3772 + skolem:lemma2773 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 775]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1775 a r:Inference; r:gives { - 1776 :recursionCount 7 . + 776 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1776}] - skolem:lemma3773 + skolem:lemma2774 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 776]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1776 a r:Inference; r:gives { - 1777 :recursionCount 6 . + 777 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1777}] - skolem:lemma3774 + skolem:lemma2775 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 777]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1777 a r:Inference; r:gives { - 1778 :recursionCount 4 . + 778 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1778}] - skolem:lemma3775 + skolem:lemma2776 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1778 a r:Inference; r:gives { - 1779 :recursionCount 6 . + 779 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1779}] - skolem:lemma3776 + skolem:lemma2777 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1779 a r:Inference; r:gives { - 1780 :recursionCount 2 . + 780 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1780}] - skolem:lemma3777 + skolem:lemma2778 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 780]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1780 a r:Inference; r:gives { - 1781 :recursionCount 3 . + 781 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1781}] - skolem:lemma3778 + skolem:lemma2779 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 781]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1781 a r:Inference; r:gives { - 1782 :recursionCount 5 . + 782 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1782}] - skolem:lemma3779 + skolem:lemma2780 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 782]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1782 a r:Inference; r:gives { - 1783 :recursionCount 3 . + 783 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1783}] - skolem:lemma3780 + skolem:lemma2781 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 783]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1783 a r:Inference; r:gives { - 1784 :recursionCount 6 . + 784 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1784}] - skolem:lemma3781 + skolem:lemma2782 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 784]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1784 a r:Inference; r:gives { - 1785 :recursionCount 5 . + 785 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1785}] - skolem:lemma3782 + skolem:lemma2783 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 785]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1785 a r:Inference; r:gives { - 1786 :recursionCount 3 . + 786 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1786}] - skolem:lemma3783 + skolem:lemma2784 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1786]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 786]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1786 a r:Inference; r:gives { - 1787 :recursionCount 4 . + 787 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1787}] - skolem:lemma3784 + skolem:lemma2785 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 787]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1787 a r:Inference; r:gives { - 1788 :recursionCount 3 . + 788 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1788}] - skolem:lemma3785 + skolem:lemma2786 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 788]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1788 a r:Inference; r:gives { - 1789 :recursionCount 3 . + 789 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1789}] - skolem:lemma3786 + skolem:lemma2787 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1789 a r:Inference; r:gives { - 1790 :recursionCount 7 . + 790 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1790}] - skolem:lemma3787 + skolem:lemma2788 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 790]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1790 a r:Inference; r:gives { - 1791 :recursionCount 2 . + 791 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1791}] - skolem:lemma3788 + skolem:lemma2789 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 791]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1791 a r:Inference; r:gives { - 1792 :recursionCount 7 . + 792 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1792}] - skolem:lemma3789 + skolem:lemma2790 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1792]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 792]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1792 a r:Inference; r:gives { - 1793 :recursionCount 2 . + 793 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1793}] - skolem:lemma3790 + skolem:lemma2791 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 793]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1793 a r:Inference; r:gives { - 1794 :recursionCount 5 . + 794 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1794}] - skolem:lemma3791 + skolem:lemma2792 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 794]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1794 a r:Inference; r:gives { - 1795 :recursionCount 6 . + 795 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1795}] - skolem:lemma3792 + skolem:lemma2793 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 795]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1795 a r:Inference; r:gives { - 1796 :recursionCount 3 . + 796 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1796}] - skolem:lemma3793 + skolem:lemma2794 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 796]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1796 a r:Inference; r:gives { - 1797 :recursionCount 6 . + 797 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1797}] - skolem:lemma3794 + skolem:lemma2795 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 797]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1797 a r:Inference; r:gives { - 1798 :recursionCount 3 . + 798 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1798}] - skolem:lemma3795 + skolem:lemma2796 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 798]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1798 a r:Inference; r:gives { - 1799 :recursionCount 6 . + 799 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1799}] - skolem:lemma3796 + skolem:lemma2797 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1799 a r:Inference; r:gives { - 1800 :recursionCount 3 . + 800 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1800}] - skolem:lemma3797 + skolem:lemma2798 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1800 a r:Inference; r:gives { - 1801 :recursionCount 6 . + 801 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1801}] - skolem:lemma3798 + skolem:lemma2799 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 801]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1801 a r:Inference; r:gives { - 1802 :recursionCount 3 . + 802 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1802}] - skolem:lemma3799 + skolem:lemma2800 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 802]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1802 a r:Inference; r:gives { - 1803 :recursionCount 6 . + 803 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1803}] - skolem:lemma3800 + skolem:lemma2801 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 803]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1803 a r:Inference; r:gives { - 1804 :recursionCount 5 . + 804 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1804}] - skolem:lemma3801 + skolem:lemma2802 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 804]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1804 a r:Inference; r:gives { - 1805 :recursionCount 2 . + 805 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1805}] - skolem:lemma3802 + skolem:lemma2803 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 805]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1805 a r:Inference; r:gives { - 1806 :recursionCount 7 . + 806 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1806}] - skolem:lemma3803 + skolem:lemma2804 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 806]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1806 a r:Inference; r:gives { - 1807 :recursionCount 2 . + 807 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1807}] - skolem:lemma3804 + skolem:lemma2805 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 807]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1807 a r:Inference; r:gives { - 1808 :recursionCount 5 . + 808 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1808}] - skolem:lemma3805 + skolem:lemma2806 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 808]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1808 a r:Inference; r:gives { - 1809 :recursionCount 3 . + 809 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1809}] - skolem:lemma3806 + skolem:lemma2807 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1809]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 809]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1809 a r:Inference; r:gives { - 1810 :recursionCount 6 . + 810 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1810}] - skolem:lemma3807 + skolem:lemma2808 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1810 a r:Inference; r:gives { - 1811 :recursionCount 4 . + 811 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1811}] - skolem:lemma3808 + skolem:lemma2809 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 811]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1811 a r:Inference; r:gives { - 1812 :recursionCount 3 . + 812 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1812}] - skolem:lemma3809 + skolem:lemma2810 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1812]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 812]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1812 a r:Inference; r:gives { - 1813 :recursionCount 5 . + 813 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1813}] - skolem:lemma3810 + skolem:lemma2811 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 813]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1813 a r:Inference; r:gives { - 1814 :recursionCount 6 . + 814 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1814}] - skolem:lemma3811 + skolem:lemma2812 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 814]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1814 a r:Inference; r:gives { - 1815 :recursionCount 3 . + 815 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1815}] - skolem:lemma3812 + skolem:lemma2813 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 815]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1815 a r:Inference; r:gives { - 1816 :recursionCount 5 . + 816 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1816}] - skolem:lemma3813 + skolem:lemma2814 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 816]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1816 a r:Inference; r:gives { - 1817 :recursionCount 3 . + 817 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1817}] - skolem:lemma3814 + skolem:lemma2815 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 817]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1817 a r:Inference; r:gives { - 1818 :recursionCount 6 . + 818 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1818}] - skolem:lemma3815 + skolem:lemma2816 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 818]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1818 a r:Inference; r:gives { - 1819 :recursionCount 5 . + 819 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1819}] - skolem:lemma3816 + skolem:lemma2817 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 819]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1819 a r:Inference; r:gives { - 1820 :recursionCount 3 . + 820 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1820}] - skolem:lemma3817 + skolem:lemma2818 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1820 a r:Inference; r:gives { - 1821 :recursionCount 3 . + 821 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1821}] - skolem:lemma3818 + skolem:lemma2819 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1821]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 821]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1821 a r:Inference; r:gives { - 1822 :recursionCount 4 . + 822 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1822}] - skolem:lemma3819 + skolem:lemma2820 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 822]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1822 a r:Inference; r:gives { - 1823 :recursionCount 3 . + 823 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1823}] - skolem:lemma3820 + skolem:lemma2821 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1823]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 823]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1823 a r:Inference; r:gives { - 1824 :recursionCount 5 . + 824 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1824}] - skolem:lemma3821 + skolem:lemma2822 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 824]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1824 a r:Inference; r:gives { - 1825 :recursionCount 6 . + 825 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1825}] - skolem:lemma3822 + skolem:lemma2823 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 825]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1825 a r:Inference; r:gives { - 1826 :recursionCount 3 . + 826 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1826}] - skolem:lemma3823 + skolem:lemma2824 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 826]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1826 a r:Inference; r:gives { - 1827 :recursionCount 5 . + 827 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1827}] - skolem:lemma3824 + skolem:lemma2825 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 827]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1827 a r:Inference; r:gives { - 1828 :recursionCount 3 . + 828 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1828}] - skolem:lemma3825 + skolem:lemma2826 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 828]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1828 a r:Inference; r:gives { - 1829 :recursionCount 2 . + 829 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1829}] - skolem:lemma3826 + skolem:lemma2827 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 829]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1829 a r:Inference; r:gives { - 1830 :recursionCount 6 . + 830 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1830}] - skolem:lemma3827 + skolem:lemma2828 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1830 a r:Inference; r:gives { - 1831 :recursionCount 5 . + 831 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1831}] - skolem:lemma3828 + skolem:lemma2829 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 831]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1831 a r:Inference; r:gives { - 1832 :recursionCount 3 . + 832 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1832}] - skolem:lemma3829 + skolem:lemma2830 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1832]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 832]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1832 a r:Inference; r:gives { - 1833 :recursionCount 4 . + 833 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1833}] - skolem:lemma3830 + skolem:lemma2831 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 833]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1833 a r:Inference; r:gives { - 1834 :recursionCount 3 . + 834 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1834}] - skolem:lemma3831 + skolem:lemma2832 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1834]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 834]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1834 a r:Inference; r:gives { - 1835 :recursionCount 5 . + 835 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1835}] - skolem:lemma3832 + skolem:lemma2833 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 835]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1835 a r:Inference; r:gives { - 1836 :recursionCount 6 . + 836 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1836}] - skolem:lemma3833 + skolem:lemma2834 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 836]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1836 a r:Inference; r:gives { - 1837 :recursionCount 3 . + 837 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1837}] - skolem:lemma3834 + skolem:lemma2835 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 837]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1837 a r:Inference; r:gives { - 1838 :recursionCount 5 . + 838 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1838}] - skolem:lemma3835 + skolem:lemma2836 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 838]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1838 a r:Inference; r:gives { - 1839 :recursionCount 7 . + 839 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1839}] - skolem:lemma3836 + skolem:lemma2837 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1839]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 839]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1839 a r:Inference; r:gives { - 1840 :recursionCount 5 . + 840 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1840}] - skolem:lemma3837 + skolem:lemma2838 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1840 a r:Inference; r:gives { - 1841 :recursionCount 6 . + 841 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1841}] - skolem:lemma3838 + skolem:lemma2839 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 841]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1841 a r:Inference; r:gives { - 1842 :recursionCount 5 . + 842 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1842}] - skolem:lemma3839 + skolem:lemma2840 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 842]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1842 a r:Inference; r:gives { - 1843 :recursionCount 3 . + 843 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1843}] - skolem:lemma3840 + skolem:lemma2841 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1843]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 843]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1843 a r:Inference; r:gives { - 1844 :recursionCount 4 . + 844 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1844}] - skolem:lemma3841 + skolem:lemma2842 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 844]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1844 a r:Inference; r:gives { - 1845 :recursionCount 3 . + 845 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1845}] - skolem:lemma3842 + skolem:lemma2843 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1845]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 845]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1845 a r:Inference; r:gives { - 1846 :recursionCount 5 . + 846 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1846}] - skolem:lemma3843 + skolem:lemma2844 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 846]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1846 a r:Inference; r:gives { - 1847 :recursionCount 6 . + 847 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1847}] - skolem:lemma3844 + skolem:lemma2845 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 847]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1847 a r:Inference; r:gives { - 1848 :recursionCount 3 . + 848 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1848}] - skolem:lemma3845 + skolem:lemma2846 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 848]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1848 a r:Inference; r:gives { - 1849 :recursionCount 2 . + 849 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1849}] - skolem:lemma3846 + skolem:lemma2847 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 849]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1849 a r:Inference; r:gives { - 1850 :recursionCount 2 . + 850 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1850}] - skolem:lemma3847 + skolem:lemma2848 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1850 a r:Inference; r:gives { - 1851 :recursionCount 3 . + 851 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1851}] - skolem:lemma3848 + skolem:lemma2849 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 851]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1851 a r:Inference; r:gives { - 1852 :recursionCount 6 . + 852 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1852}] - skolem:lemma3849 + skolem:lemma2850 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 852]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1852 a r:Inference; r:gives { - 1853 :recursionCount 5 . + 853 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1853}] - skolem:lemma3850 + skolem:lemma2851 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 853]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1853 a r:Inference; r:gives { - 1854 :recursionCount 3 . + 854 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1854}] - skolem:lemma3851 + skolem:lemma2852 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1854]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 854]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1854 a r:Inference; r:gives { - 1855 :recursionCount 4 . + 855 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1855}] - skolem:lemma3852 + skolem:lemma2853 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 855]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1855 a r:Inference; r:gives { - 1856 :recursionCount 3 . + 856 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1856}] - skolem:lemma3853 + skolem:lemma2854 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1856]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 856]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1856 a r:Inference; r:gives { - 1857 :recursionCount 5 . + 857 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1857}] - skolem:lemma3854 + skolem:lemma2855 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 857]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1857 a r:Inference; r:gives { - 1858 :recursionCount 6 . + 858 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1858}] - skolem:lemma3855 + skolem:lemma2856 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 858]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1858 a r:Inference; r:gives { - 1859 :recursionCount 5 . + 859 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1859}] - skolem:lemma3856 + skolem:lemma2857 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 859]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1859 a r:Inference; r:gives { - 1860 :recursionCount 7 . + 860 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1860}] - skolem:lemma3857 + skolem:lemma2858 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1860 a r:Inference; r:gives { - 1861 :recursionCount 5 . + 861 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1861}] - skolem:lemma3858 + skolem:lemma2859 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 861]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1861 a r:Inference; r:gives { - 1862 :recursionCount 3 . + 862 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1862}] - skolem:lemma3859 + skolem:lemma2860 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 862]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1862 a r:Inference; r:gives { - 1863 :recursionCount 6 . + 863 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1863}] - skolem:lemma3860 + skolem:lemma2861 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 863]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1863 a r:Inference; r:gives { - 1864 :recursionCount 5 . + 864 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1864}] - skolem:lemma3861 + skolem:lemma2862 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 864]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1864 a r:Inference; r:gives { - 1865 :recursionCount 3 . + 865 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1865}] - skolem:lemma3862 + skolem:lemma2863 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1865]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 865]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1865 a r:Inference; r:gives { - 1866 :recursionCount 4 . + 866 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1866}] - skolem:lemma3863 + skolem:lemma2864 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 866]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1866 a r:Inference; r:gives { - 1867 :recursionCount 3 . + 867 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1867}] - skolem:lemma3864 + skolem:lemma2865 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1867]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 867]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1867 a r:Inference; r:gives { - 1868 :recursionCount 5 . + 868 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1868}] - skolem:lemma3865 + skolem:lemma2866 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 868]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1868 a r:Inference; r:gives { - 1869 :recursionCount 6 . + 869 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1869}] - skolem:lemma3866 + skolem:lemma2867 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 869]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1869 a r:Inference; r:gives { - 1870 :recursionCount 2 . + 870 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1870}] - skolem:lemma3867 + skolem:lemma2868 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1870 a r:Inference; r:gives { - 1871 :recursionCount 3 . + 871 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1871}] - skolem:lemma3868 + skolem:lemma2869 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 871]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1871 a r:Inference; r:gives { - 1872 :recursionCount 5 . + 872 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1872}] - skolem:lemma3869 + skolem:lemma2870 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 872]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1872 a r:Inference; r:gives { - 1873 :recursionCount 3 . + 873 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1873}] - skolem:lemma3870 + skolem:lemma2871 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 873]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1873 a r:Inference; r:gives { - 1874 :recursionCount 6 . + 874 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1874}] - skolem:lemma3871 + skolem:lemma2872 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 874]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1874 a r:Inference; r:gives { - 1875 :recursionCount 5 . + 875 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1875}] - skolem:lemma3872 + skolem:lemma2873 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 875]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1875 a r:Inference; r:gives { - 1876 :recursionCount 3 . + 876 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1876}] - skolem:lemma3873 + skolem:lemma2874 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1876]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 876]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1876 a r:Inference; r:gives { - 1877 :recursionCount 4 . + 877 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1877}] - skolem:lemma3874 + skolem:lemma2875 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 877]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1877 a r:Inference; r:gives { - 1878 :recursionCount 3 . + 878 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1878}] - skolem:lemma3875 + skolem:lemma2876 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1878]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 878]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1878 a r:Inference; r:gives { - 1879 :recursionCount 3 . + 879 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1879}] - skolem:lemma3876 + skolem:lemma2877 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 879]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1879 a r:Inference; r:gives { - 1880 :recursionCount 5 . + 880 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1880}] - skolem:lemma3877 + skolem:lemma2878 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1880 a r:Inference; r:gives { - 1881 :recursionCount 6 . + 881 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1881}] - skolem:lemma3878 + skolem:lemma2879 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 881]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1881 a r:Inference; r:gives { - 1882 :recursionCount 3 . + 882 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1882}] - skolem:lemma3879 + skolem:lemma2880 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 882]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1882 a r:Inference; r:gives { - 1883 :recursionCount 5 . + 883 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1883}] - skolem:lemma3880 + skolem:lemma2881 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 883]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1883 a r:Inference; r:gives { - 1884 :recursionCount 3 . + 884 :recursionCount 2 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1884}] - skolem:lemma3881 + skolem:lemma2882 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 884]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; r:rule skolem:lemma1999. skolem:lemma1884 a r:Inference; r:gives { - 1885 :recursionCount 6 . + 885 :recursionCount 5 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1885}] - skolem:lemma3882 + skolem:lemma2883 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 885]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; r:rule skolem:lemma1999. skolem:lemma1885 a r:Inference; r:gives { - 1886 :recursionCount 5 . + 886 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1886}] - skolem:lemma3883 + skolem:lemma2884 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 886]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1886 a r:Inference; r:gives { - 1887 :recursionCount 3 . + 887 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1887}] - skolem:lemma3884 + skolem:lemma2885 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1887]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 887]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1887 a r:Inference; r:gives { - 1888 :recursionCount 4 . + 888 :recursionCount 6 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1888}] - skolem:lemma3885 + skolem:lemma2886 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 888]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; r:rule skolem:lemma1999. skolem:lemma1888 a r:Inference; r:gives { - 1889 :recursionCount 6 . + 889 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1889}] - skolem:lemma3886 + skolem:lemma2887 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1889 a r:Inference; r:gives { - 1890 :recursionCount 3 . + 890 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1890}] - skolem:lemma3887 + skolem:lemma2888 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1890]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 890]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1890 a r:Inference; r:gives { - 1891 :recursionCount 5 . + 891 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1891}] - skolem:lemma3888 + skolem:lemma2889 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 891]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1891 a r:Inference; r:gives { - 1892 :recursionCount 2 . + 892 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1892}] - skolem:lemma3889 + skolem:lemma2890 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 892]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1892 a r:Inference; r:gives { - 1893 :recursionCount 7 . + 893 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1893}] - skolem:lemma3890 + skolem:lemma2891 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1893]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 893]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1893 a r:Inference; r:gives { - 1894 :recursionCount 2 . + 894 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1894}] - skolem:lemma3891 + skolem:lemma2892 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 894]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1894 a r:Inference; r:gives { - 1895 :recursionCount 5 . + 895 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1895}] - skolem:lemma3892 + skolem:lemma2893 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 895]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1895 a r:Inference; r:gives { - 1896 :recursionCount 6 . + 896 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1896}] - skolem:lemma3893 + skolem:lemma2894 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 896]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1896 a r:Inference; r:gives { - 1897 :recursionCount 3 . + 897 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1897}] - skolem:lemma3894 + skolem:lemma2895 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 897]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1897 a r:Inference; r:gives { - 1898 :recursionCount 6 . + 898 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1898}] - skolem:lemma3895 + skolem:lemma2896 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 898]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1898 a r:Inference; r:gives { - 1899 :recursionCount 3 . + 899 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1899}] - skolem:lemma3896 + skolem:lemma2897 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1899 a r:Inference; r:gives { - 1900 :recursionCount 4 . + 900 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1900}] - skolem:lemma3897 + skolem:lemma2898 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 900]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1900 a r:Inference; r:gives { - 1901 :recursionCount 4 . + 901 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1901}] - skolem:lemma3898 + skolem:lemma2899 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1901]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 901]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1901 a r:Inference; r:gives { - 1902 :recursionCount 4 . + 902 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1902}] - skolem:lemma3899 + skolem:lemma2900 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 902]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1902 a r:Inference; r:gives { - 1903 :recursionCount 3 . + 903 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1903}] - skolem:lemma3900 + skolem:lemma2901 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1903]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 903]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1903 a r:Inference; r:gives { - 1904 :recursionCount 3 . + 904 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1904}] - skolem:lemma3901 + skolem:lemma2902 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 904]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1904 a r:Inference; r:gives { - 1905 :recursionCount 7 . + 905 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1905}] - skolem:lemma3902 + skolem:lemma2903 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1905]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 905]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1905 a r:Inference; r:gives { - 1906 :recursionCount 7 . + 906 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1906}] - skolem:lemma3903 + skolem:lemma2904 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1906]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 906]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1906 a r:Inference; r:gives { - 1907 :recursionCount 7 . + 907 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1907}] - skolem:lemma3904 + skolem:lemma2905 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 907]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1907 a r:Inference; r:gives { - 1908 :recursionCount 3 . + 908 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1908}] - skolem:lemma3905 + skolem:lemma2906 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1908]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 908]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1908 a r:Inference; r:gives { - 1909 :recursionCount 3 . + 909 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1909}] - skolem:lemma3906 + skolem:lemma2907 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 909]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1909 a r:Inference; r:gives { - 1910 :recursionCount 4 . + 910 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1910}] - skolem:lemma3907 + skolem:lemma2908 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 910]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1910 a r:Inference; r:gives { - 1911 :recursionCount 6 . + 911 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1911}] - skolem:lemma3908 + skolem:lemma2909 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 911]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1911 a r:Inference; r:gives { - 1912 :recursionCount 3 . + 912 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1912}] - skolem:lemma3909 + skolem:lemma2910 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 912]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1912 a r:Inference; r:gives { - 1913 :recursionCount 6 . + 913 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1913}] - skolem:lemma3910 + skolem:lemma2911 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 913]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1913 a r:Inference; r:gives { - 1914 :recursionCount 5 . + 914 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1914}] - skolem:lemma3911 + skolem:lemma2912 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 914]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1914 a r:Inference; r:gives { - 1915 :recursionCount 2 . + 915 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1915}] - skolem:lemma3912 + skolem:lemma2913 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 915]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1915 a r:Inference; r:gives { - 1916 :recursionCount 7 . + 916 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1916}] - skolem:lemma3913 + skolem:lemma2914 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1916]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 916]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1916 a r:Inference; r:gives { - 1917 :recursionCount 2 . + 917 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1917}] - skolem:lemma3914 + skolem:lemma2915 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 917]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1917 a r:Inference; r:gives { - 1918 :recursionCount 5 . + 918 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1918}] - skolem:lemma3915 + skolem:lemma2916 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 918]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1918 a r:Inference; r:gives { - 1919 :recursionCount 6 . + 919 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1919}] - skolem:lemma3916 + skolem:lemma2917 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 919]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1919 a r:Inference; r:gives { - 1920 :recursionCount 4 . + 920 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1920}] - skolem:lemma3917 + skolem:lemma2918 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1920 a r:Inference; r:gives { - 1921 :recursionCount 3 . + 921 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1921}] - skolem:lemma3918 + skolem:lemma2919 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 921]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1921 a r:Inference; r:gives { - 1922 :recursionCount 6 . + 922 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1922}] - skolem:lemma3919 + skolem:lemma2920 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 922]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1922 a r:Inference; r:gives { - 1923 :recursionCount 3 . + 923 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1923}] - skolem:lemma3920 + skolem:lemma2921 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 923]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1923 a r:Inference; r:gives { - 1924 :recursionCount 6 . + 924 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1924}] - skolem:lemma3921 + skolem:lemma2922 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 924]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1924 a r:Inference; r:gives { - 1925 :recursionCount 5 . + 925 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1925}] - skolem:lemma3922 + skolem:lemma2923 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 925]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1925 a r:Inference; r:gives { - 1926 :recursionCount 2 . + 926 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1926}] - skolem:lemma3923 + skolem:lemma2924 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 926]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1926 a r:Inference; r:gives { - 1927 :recursionCount 7 . + 927 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1927}] - skolem:lemma3924 + skolem:lemma2925 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1927]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 927]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1927 a r:Inference; r:gives { - 1928 :recursionCount 2 . + 928 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1928}] - skolem:lemma3925 + skolem:lemma2926 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 928]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1928 a r:Inference; r:gives { - 1929 :recursionCount 5 . + 929 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1929}] - skolem:lemma3926 + skolem:lemma2927 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 929]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1929 a r:Inference; r:gives { - 1930 :recursionCount 3 . + 930 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1930}] - skolem:lemma3927 + skolem:lemma2928 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 930]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1930 a r:Inference; r:gives { - 1931 :recursionCount 6 . + 931 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1931}] - skolem:lemma3928 + skolem:lemma2929 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 931]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1931 a r:Inference; r:gives { - 1932 :recursionCount 3 . + 932 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1932}] - skolem:lemma3929 + skolem:lemma2930 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 932]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1932 a r:Inference; r:gives { - 1933 :recursionCount 6 . + 933 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1933}] - skolem:lemma3930 + skolem:lemma2931 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 933]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1933 a r:Inference; r:gives { - 1934 :recursionCount 3 . + 934 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1934}] - skolem:lemma3931 + skolem:lemma2932 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 934]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1934 a r:Inference; r:gives { - 1935 :recursionCount 6 . + 935 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1935}] - skolem:lemma3932 + skolem:lemma2933 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 935]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1935 a r:Inference; r:gives { - 1936 :recursionCount 5 . + 936 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1936}] - skolem:lemma3933 + skolem:lemma2934 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 936]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1936 a r:Inference; r:gives { - 1937 :recursionCount 2 . + 937 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1937}] - skolem:lemma3934 + skolem:lemma2935 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 937]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1937 a r:Inference; r:gives { - 1938 :recursionCount 7 . + 938 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1938}] - skolem:lemma3935 + skolem:lemma2936 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1938]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 938]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1938 a r:Inference; r:gives { - 1939 :recursionCount 2 . + 939 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1939}] - skolem:lemma3936 + skolem:lemma2937 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 939]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1939 a r:Inference; r:gives { - 1940 :recursionCount 3 . + 940 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1940}] - skolem:lemma3937 + skolem:lemma2938 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1940 a r:Inference; r:gives { - 1941 :recursionCount 5 . + 941 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1941}] - skolem:lemma3938 + skolem:lemma2939 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 941]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1941 a r:Inference; r:gives { - 1942 :recursionCount 6 . + 942 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1942}] - skolem:lemma3939 + skolem:lemma2940 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 942]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1942 a r:Inference; r:gives { - 1943 :recursionCount 3 . + 943 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1943}] - skolem:lemma3940 + skolem:lemma2941 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 943]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1943 a r:Inference; r:gives { - 1944 :recursionCount 6 . + 944 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1944}] - skolem:lemma3941 + skolem:lemma2942 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 944]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1944 a r:Inference; r:gives { - 1945 :recursionCount 3 . + 945 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1945}] - skolem:lemma3942 + skolem:lemma2943 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 945]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1945 a r:Inference; r:gives { - 1946 :recursionCount 6 . + 946 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1946}] - skolem:lemma3943 + skolem:lemma2944 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 946]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1946 a r:Inference; r:gives { - 1947 :recursionCount 5 . + 947 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1947}] - skolem:lemma3944 + skolem:lemma2945 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 947]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1947 a r:Inference; r:gives { - 1948 :recursionCount 2 . + 948 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1948}] - skolem:lemma3945 + skolem:lemma2946 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 948]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1948 a r:Inference; r:gives { - 1949 :recursionCount 7 . + 949 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1949}] - skolem:lemma3946 + skolem:lemma2947 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1949]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 949]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1949 a r:Inference; r:gives { - 1950 :recursionCount 7 . + 950 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1950}] - skolem:lemma3947 + skolem:lemma2948 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 950]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1950 a r:Inference; r:gives { - 1951 :recursionCount 2 . + 951 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1951}] - skolem:lemma3948 + skolem:lemma2949 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 951]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1951 a r:Inference; r:gives { - 1952 :recursionCount 5 . + 952 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1952}] - skolem:lemma3949 + skolem:lemma2950 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 952]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1952 a r:Inference; r:gives { - 1953 :recursionCount 6 . + 953 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1953}] - skolem:lemma3950 + skolem:lemma2951 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 953]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1953 a r:Inference; r:gives { - 1954 :recursionCount 3 . + 954 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1954}] - skolem:lemma3951 + skolem:lemma2952 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 954]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1954 a r:Inference; r:gives { - 1955 :recursionCount 6 . + 955 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1955}] - skolem:lemma3952 + skolem:lemma2953 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 955]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1955 a r:Inference; r:gives { - 1956 :recursionCount 3 . + 956 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1956}] - skolem:lemma3953 + skolem:lemma2954 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 956]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1956 a r:Inference; r:gives { - 1957 :recursionCount 6 . + 957 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1957}] - skolem:lemma3954 + skolem:lemma2955 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 957]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1957 a r:Inference; r:gives { - 1958 :recursionCount 5 . + 958 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1958}] - skolem:lemma3955 + skolem:lemma2956 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 958]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1958 a r:Inference; r:gives { - 1959 :recursionCount 2 . + 959 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1959}] - skolem:lemma3956 + skolem:lemma2957 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 959]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1959 a r:Inference; r:gives { - 1960 :recursionCount 7 . + 960 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1960}] - skolem:lemma3957 + skolem:lemma2958 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 960]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1960 a r:Inference; r:gives { - 1961 :recursionCount 7 . + 961 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1961}] - skolem:lemma3958 + skolem:lemma2959 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1961]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 961]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1961 a r:Inference; r:gives { - 1962 :recursionCount 2 . + 962 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1962}] - skolem:lemma3959 + skolem:lemma2960 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 962]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1962 a r:Inference; r:gives { - 1963 :recursionCount 5 . + 963 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1963}] - skolem:lemma3960 + skolem:lemma2961 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 963]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1963 a r:Inference; r:gives { - 1964 :recursionCount 6 . + 964 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1964}] - skolem:lemma3961 + skolem:lemma2962 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 964]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1964 a r:Inference; r:gives { - 1965 :recursionCount 3 . + 965 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1965}] - skolem:lemma3962 + skolem:lemma2963 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 965]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1965 a r:Inference; r:gives { - 1966 :recursionCount 6 . + 966 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1966}] - skolem:lemma3963 + skolem:lemma2964 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 966]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1966 a r:Inference; r:gives { - 1967 :recursionCount 3 . + 967 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1967}] - skolem:lemma3964 + skolem:lemma2965 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 967]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1967 a r:Inference; r:gives { - 1968 :recursionCount 6 . + 968 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1968}] - skolem:lemma3965 + skolem:lemma2966 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 968]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1968 a r:Inference; r:gives { - 1969 :recursionCount 5 . + 969 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1969}] - skolem:lemma3966 + skolem:lemma2967 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 969]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1969 a r:Inference; r:gives { - 1970 :recursionCount 7 . + 970 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1970}] - skolem:lemma3967 + skolem:lemma2968 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1970 a r:Inference; r:gives { - 1971 :recursionCount 2 . + 971 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1971}] - skolem:lemma3968 + skolem:lemma2969 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 971]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1971 a r:Inference; r:gives { - 1972 :recursionCount 7 . + 972 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1972}] - skolem:lemma3969 + skolem:lemma2970 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1972]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 972]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1972 a r:Inference; r:gives { - 1973 :recursionCount 2 . + 973 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1973}] - skolem:lemma3970 + skolem:lemma2971 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 973]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1973 a r:Inference; r:gives { - 1974 :recursionCount 5 . + 974 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1974}] - skolem:lemma3971 + skolem:lemma2972 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 974]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1974 a r:Inference; r:gives { - 1975 :recursionCount 6 . + 975 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1975}] - skolem:lemma3972 + skolem:lemma2973 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 975]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1975 a r:Inference; r:gives { - 1976 :recursionCount 3 . + 976 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1976}] - skolem:lemma3973 + skolem:lemma2974 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 976]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1976 a r:Inference; r:gives { - 1977 :recursionCount 6 . + 977 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1977}] - skolem:lemma3974 + skolem:lemma2975 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 977]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1977 a r:Inference; r:gives { - 1978 :recursionCount 3 . + 978 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1978}] - skolem:lemma3975 + skolem:lemma2976 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 978]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1978 a r:Inference; r:gives { - 1979 :recursionCount 6 . + 979 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1979}] - skolem:lemma3976 + skolem:lemma2977 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 979]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1979 a r:Inference; r:gives { - 1980 :recursionCount 3 . + 980 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1980}] - skolem:lemma3977 + skolem:lemma2978 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 980]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1980 a r:Inference; r:gives { - 1981 :recursionCount 5 . + 981 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1981}] - skolem:lemma3978 + skolem:lemma2979 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 981]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1981 a r:Inference; r:gives { - 1982 :recursionCount 2 . + 982 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1982}] - skolem:lemma3979 + skolem:lemma2980 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 982]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1982 a r:Inference; r:gives { - 1983 :recursionCount 7 . + 983 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1983}] - skolem:lemma3980 + skolem:lemma2981 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1983]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 983]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1983 a r:Inference; r:gives { - 1984 :recursionCount 2 . + 984 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1984}] - skolem:lemma3981 + skolem:lemma2982 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 984]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1984 a r:Inference; r:gives { - 1985 :recursionCount 5 . + 985 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1985}] - skolem:lemma3982 + skolem:lemma2983 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 985]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1985 a r:Inference; r:gives { - 1986 :recursionCount 6 . + 986 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1986}] - skolem:lemma3983 + skolem:lemma2984 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 986]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1986 a r:Inference; r:gives { - 1987 :recursionCount 3 . + 987 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1987}] - skolem:lemma3984 + skolem:lemma2985 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 987]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1987 a r:Inference; r:gives { - 1988 :recursionCount 6 . + 988 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1988}] - skolem:lemma3985 + skolem:lemma2986 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 988]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1988 a r:Inference; r:gives { - 1989 :recursionCount 3 . + 989 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1989}] - skolem:lemma3986 + skolem:lemma2987 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 989]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1989 a r:Inference; r:gives { - 1990 :recursionCount 3 . + 990 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1990}] - skolem:lemma3987 + skolem:lemma2988 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 990]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1990 a r:Inference; r:gives { - 1991 :recursionCount 6 . + 991 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1991}] - skolem:lemma3988 + skolem:lemma2989 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1991 a r:Inference; r:gives { - 1992 :recursionCount 5 . + 992 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1992}] - skolem:lemma3989 + skolem:lemma2990 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1992 a r:Inference; r:gives { - 1993 :recursionCount 2 . + 993 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1993}] - skolem:lemma3990 + skolem:lemma2991 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1993 a r:Inference; r:gives { - 1994 :recursionCount 7 . + 994 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1994}] - skolem:lemma3991 + skolem:lemma2992 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 994]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1994 a r:Inference; r:gives { - 1995 :recursionCount 2 . + 995 :recursionCount 7 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1995}] - skolem:lemma3992 + skolem:lemma2993 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; r:rule skolem:lemma1999. skolem:lemma1995 a r:Inference; r:gives { - 1996 :recursionCount 5 . + 996 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1996}] - skolem:lemma3993 + skolem:lemma2994 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1996 a r:Inference; r:gives { - 1997 :recursionCount 6 . + 997 :recursionCount 3 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1997}] - skolem:lemma3994 + skolem:lemma2995 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; r:rule skolem:lemma1999. skolem:lemma1997 a r:Inference; r:gives { - 1998 :recursionCount 3 . + 998 :recursionCount 4 . }; r:evidence ( - [ a r:Fact; r:gives {1999 log:repeat 1998}] - skolem:lemma3995 + skolem:lemma2996 ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; r:rule skolem:lemma1999. skolem:lemma1998 a r:Inference; r:gives { - 1 :recursionCount 5 . + 1 :kaprekar (0 5). }; r:evidence ( - skolem:lemma3996 + [ a r:Fact; r:gives {1 math:notEqualTo 0}] + skolem:lemma2997 + [ a r:Fact; r:gives {((0 0 0 1) "=<") list:sort (0 0 0 1)}] + [ a r:Fact; r:gives {((0 0 0 1) ">=") list:sort (1 0 0 0)}] + skolem:lemma2998 + skolem:lemma2999 + [ a r:Fact; r:gives {(1000 1) math:difference 999}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 999 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 999 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma1999 a r:Extraction; r:gives { @forAll var:x_0, var:x_1. { - 1999 log:repeat var:x_0. - var:x_0 :recursionCount var:x_1. - } => { var:x_0 :recursionCount var:x_1. + } <= { + var:x_0 :kaprekar (0 var:x_1). }. }; - r:because [ a r:Parsing; r:source ]. + r:because [ a r:Parsing; r:source ]. skolem:lemma2000 a r:Inference; r:gives { - 2 :recursionCount 4 . + 2 :kaprekar (0 4). }; r:evidence ( - skolem:lemma3998 + [ a r:Fact; r:gives {2 math:notEqualTo 0}] + skolem:lemma3001 + [ a r:Fact; r:gives {((0 0 0 2) "=<") list:sort (0 0 0 2)}] + [ a r:Fact; r:gives {((0 0 0 2) ">=") list:sort (2 0 0 0)}] + skolem:lemma3002 + skolem:lemma3003 + [ a r:Fact; r:gives {(2000 2) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2001 a r:Inference; r:gives { - 3 :recursionCount 6 . + 3 :kaprekar (0 6). }; r:evidence ( - skolem:lemma3999 + [ a r:Fact; r:gives {3 math:notEqualTo 0}] + skolem:lemma3004 + [ a r:Fact; r:gives {((0 0 0 3) "=<") list:sort (0 0 0 3)}] + [ a r:Fact; r:gives {((0 0 0 3) ">=") list:sort (3 0 0 0)}] + skolem:lemma3005 + skolem:lemma3006 + [ a r:Fact; r:gives {(3000 3) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma2002 a r:Inference; - r:gives { - 4 :recursionCount 4 . - }; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. + +skolem:lemma2002 a r:Inference; + r:gives { + 4 :kaprekar (0 4). + }; r:evidence ( - skolem:lemma4000 + [ a r:Fact; r:gives {4 math:notEqualTo 0}] + skolem:lemma3007 + [ a r:Fact; r:gives {((0 0 0 4) "=<") list:sort (0 0 0 4)}] + [ a r:Fact; r:gives {((0 0 0 4) ">=") list:sort (4 0 0 0)}] + skolem:lemma3008 + skolem:lemma3009 + [ a r:Fact; r:gives {(4000 4) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2003 a r:Inference; r:gives { - 5 :recursionCount 6 . + 5 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4001 + [ a r:Fact; r:gives {5 math:notEqualTo 0}] + skolem:lemma3010 + [ a r:Fact; r:gives {((0 0 0 5) "=<") list:sort (0 0 0 5)}] + [ a r:Fact; r:gives {((0 0 0 5) ">=") list:sort (5 0 0 0)}] + skolem:lemma3011 + skolem:lemma3012 + [ a r:Fact; r:gives {(5000 5) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2004 a r:Inference; r:gives { - 6 :recursionCount 6 . + 6 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4002 + [ a r:Fact; r:gives {6 math:notEqualTo 0}] + skolem:lemma3013 + [ a r:Fact; r:gives {((0 0 0 6) "=<") list:sort (0 0 0 6)}] + [ a r:Fact; r:gives {((0 0 0 6) ">=") list:sort (6 0 0 0)}] + skolem:lemma3014 + skolem:lemma3015 + [ a r:Fact; r:gives {(6000 6) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2005 a r:Inference; r:gives { - 7 :recursionCount 4 . + 7 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4003 + [ a r:Fact; r:gives {7 math:notEqualTo 0}] + skolem:lemma3016 + [ a r:Fact; r:gives {((0 0 0 7) "=<") list:sort (0 0 0 7)}] + [ a r:Fact; r:gives {((0 0 0 7) ">=") list:sort (7 0 0 0)}] + skolem:lemma3017 + skolem:lemma3018 + [ a r:Fact; r:gives {(7000 7) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2006 a r:Inference; r:gives { - 8 :recursionCount 6 . + 8 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4004 + [ a r:Fact; r:gives {8 math:notEqualTo 0}] + skolem:lemma3019 + [ a r:Fact; r:gives {((0 0 0 8) "=<") list:sort (0 0 0 8)}] + [ a r:Fact; r:gives {((0 0 0 8) ">=") list:sort (8 0 0 0)}] + skolem:lemma3020 + skolem:lemma3021 + [ a r:Fact; r:gives {(8000 8) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2007 a r:Inference; r:gives { - 9 :recursionCount 4 . + 9 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4005 + [ a r:Fact; r:gives {9 math:notEqualTo 0}] + skolem:lemma3022 + [ a r:Fact; r:gives {((0 0 0 9) "=<") list:sort (0 0 0 9)}] + [ a r:Fact; r:gives {((0 0 0 9) ">=") list:sort (9 0 0 0)}] + skolem:lemma3023 + skolem:lemma3024 + [ a r:Fact; r:gives {(9000 9) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2008 a r:Inference; r:gives { - 10 :recursionCount 5 . + 10 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4006 + [ a r:Fact; r:gives {10 math:notEqualTo 0}] + skolem:lemma3025 + [ a r:Fact; r:gives {((0 0 1 0) "=<") list:sort (0 0 0 1)}] + [ a r:Fact; r:gives {((0 0 1 0) ">=") list:sort (1 0 0 0)}] + skolem:lemma2998 + skolem:lemma2999 + [ a r:Fact; r:gives {(1000 1) math:difference 999}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 999 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 999 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2009 a r:Inference; r:gives { - 11 :recursionCount 4 . + 11 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4007 + [ a r:Fact; r:gives {11 math:notEqualTo 0}] + skolem:lemma3026 + [ a r:Fact; r:gives {((0 0 1 1) "=<") list:sort (0 0 1 1)}] + [ a r:Fact; r:gives {((0 0 1 1) ">=") list:sort (1 1 0 0)}] + skolem:lemma3027 + skolem:lemma3028 + [ a r:Fact; r:gives {(1100 11) math:difference 1089}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1089 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1089 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2010 a r:Inference; r:gives { - 12 :recursionCount 3 . + 12 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4008 + [ a r:Fact; r:gives {12 math:notEqualTo 0}] + skolem:lemma3029 + [ a r:Fact; r:gives {((0 0 1 2) "=<") list:sort (0 0 1 2)}] + [ a r:Fact; r:gives {((0 0 1 2) ">=") list:sort (2 1 0 0)}] + skolem:lemma3030 + skolem:lemma3031 + [ a r:Fact; r:gives {(2100 12) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2011 a r:Inference; r:gives { - 13 :recursionCount 3 . + 13 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4009 + [ a r:Fact; r:gives {13 math:notEqualTo 0}] + skolem:lemma3032 + [ a r:Fact; r:gives {((0 0 1 3) "=<") list:sort (0 0 1 3)}] + [ a r:Fact; r:gives {((0 0 1 3) ">=") list:sort (3 1 0 0)}] + skolem:lemma3033 + skolem:lemma3034 + [ a r:Fact; r:gives {(3100 13) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2012 a r:Inference; r:gives { - 14 :recursionCount 7 . + 14 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4010 + [ a r:Fact; r:gives {14 math:notEqualTo 0}] + skolem:lemma3035 + [ a r:Fact; r:gives {((0 0 1 4) "=<") list:sort (0 0 1 4)}] + [ a r:Fact; r:gives {((0 0 1 4) ">=") list:sort (4 1 0 0)}] + skolem:lemma3036 + skolem:lemma3037 + [ a r:Fact; r:gives {(4100 14) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2013 a r:Inference; r:gives { - 15 :recursionCount 7 . + 15 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4011 + [ a r:Fact; r:gives {15 math:notEqualTo 0}] + skolem:lemma3038 + [ a r:Fact; r:gives {((0 0 1 5) "=<") list:sort (0 0 1 5)}] + [ a r:Fact; r:gives {((0 0 1 5) ">=") list:sort (5 1 0 0)}] + skolem:lemma3039 + skolem:lemma3040 + [ a r:Fact; r:gives {(5100 15) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2014 a r:Inference; r:gives { - 16 :recursionCount 7 . + 16 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4012 + [ a r:Fact; r:gives {16 math:notEqualTo 0}] + skolem:lemma3041 + [ a r:Fact; r:gives {((0 0 1 6) "=<") list:sort (0 0 1 6)}] + [ a r:Fact; r:gives {((0 0 1 6) ">=") list:sort (6 1 0 0)}] + skolem:lemma3042 + skolem:lemma3043 + [ a r:Fact; r:gives {(6100 16) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2015 a r:Inference; r:gives { - 17 :recursionCount 3 . + 17 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4013 + [ a r:Fact; r:gives {17 math:notEqualTo 0}] + skolem:lemma3044 + [ a r:Fact; r:gives {((0 0 1 7) "=<") list:sort (0 0 1 7)}] + [ a r:Fact; r:gives {((0 0 1 7) ">=") list:sort (7 1 0 0)}] + skolem:lemma3045 + skolem:lemma3046 + [ a r:Fact; r:gives {(7100 17) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2016 a r:Inference; r:gives { - 18 :recursionCount 3 . + 18 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4014 + [ a r:Fact; r:gives {18 math:notEqualTo 0}] + skolem:lemma3047 + [ a r:Fact; r:gives {((0 0 1 8) "=<") list:sort (0 0 1 8)}] + [ a r:Fact; r:gives {((0 0 1 8) ">=") list:sort (8 1 0 0)}] + skolem:lemma3048 + skolem:lemma3049 + [ a r:Fact; r:gives {(8100 18) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2017 a r:Inference; r:gives { - 19 :recursionCount 4 . + 19 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4015 + [ a r:Fact; r:gives {19 math:notEqualTo 0}] + skolem:lemma3050 + [ a r:Fact; r:gives {((0 0 1 9) "=<") list:sort (0 0 1 9)}] + [ a r:Fact; r:gives {((0 0 1 9) ">=") list:sort (9 1 0 0)}] + skolem:lemma3051 + skolem:lemma3052 + [ a r:Fact; r:gives {(9100 19) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2018 a r:Inference; r:gives { - 20 :recursionCount 4 . + 20 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4016 + [ a r:Fact; r:gives {20 math:notEqualTo 0}] + skolem:lemma3053 + [ a r:Fact; r:gives {((0 0 2 0) "=<") list:sort (0 0 0 2)}] + [ a r:Fact; r:gives {((0 0 2 0) ">=") list:sort (2 0 0 0)}] + skolem:lemma3002 + skolem:lemma3003 + [ a r:Fact; r:gives {(2000 2) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2019 a r:Inference; r:gives { - 21 :recursionCount 3 . + 21 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4017 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + [ a r:Fact; r:gives {21 math:notEqualTo 0}] + skolem:lemma3054 + [ a r:Fact; r:gives {((0 0 2 1) "=<") list:sort (0 0 1 2)}] + [ a r:Fact; r:gives {((0 0 2 1) ">=") list:sort (2 1 0 0)}] + skolem:lemma3030 + skolem:lemma3031 + [ a r:Fact; r:gives {(2100 12) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2020 a r:Inference; r:gives { - 22 :recursionCount 6 . + 22 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4018 + [ a r:Fact; r:gives {22 math:notEqualTo 0}] + skolem:lemma3055 + [ a r:Fact; r:gives {((0 0 2 2) "=<") list:sort (0 0 2 2)}] + [ a r:Fact; r:gives {((0 0 2 2) ">=") list:sort (2 2 0 0)}] + skolem:lemma3056 + skolem:lemma3057 + [ a r:Fact; r:gives {(2200 22) math:difference 2178}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2178 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2178 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2021 a r:Inference; r:gives { - 23 :recursionCount 5 . + 23 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4019 + [ a r:Fact; r:gives {23 math:notEqualTo 0}] + skolem:lemma3058 + [ a r:Fact; r:gives {((0 0 2 3) "=<") list:sort (0 0 2 3)}] + [ a r:Fact; r:gives {((0 0 2 3) ">=") list:sort (3 2 0 0)}] + skolem:lemma3059 + skolem:lemma3060 + [ a r:Fact; r:gives {(3200 23) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2022 a r:Inference; r:gives { - 24 :recursionCount 2 . + 24 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4020 + [ a r:Fact; r:gives {24 math:notEqualTo 0}] + skolem:lemma3061 + [ a r:Fact; r:gives {((0 0 2 4) "=<") list:sort (0 0 2 4)}] + [ a r:Fact; r:gives {((0 0 2 4) ">=") list:sort (4 2 0 0)}] + skolem:lemma3062 + skolem:lemma3063 + [ a r:Fact; r:gives {(4200 24) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2023 a r:Inference; r:gives { - 25 :recursionCount 7 . + 25 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4021 + [ a r:Fact; r:gives {25 math:notEqualTo 0}] + skolem:lemma3064 + [ a r:Fact; r:gives {((0 0 2 5) "=<") list:sort (0 0 2 5)}] + [ a r:Fact; r:gives {((0 0 2 5) ">=") list:sort (5 2 0 0)}] + skolem:lemma3065 + skolem:lemma3066 + [ a r:Fact; r:gives {(5200 25) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2024 a r:Inference; r:gives { - 26 :recursionCount 1 . + 26 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4022 + [ a r:Fact; r:gives {26 math:notEqualTo 0}] + skolem:lemma3067 + [ a r:Fact; r:gives {((0 0 2 6) "=<") list:sort (0 0 2 6)}] + [ a r:Fact; r:gives {((0 0 2 6) ">=") list:sort (6 2 0 0)}] + skolem:lemma3068 + skolem:lemma3069 + [ a r:Fact; r:gives {(6200 26) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2025 a r:Inference; r:gives { - 27 :recursionCount 5 . + 27 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4023 + [ a r:Fact; r:gives {27 math:notEqualTo 0}] + skolem:lemma3070 + [ a r:Fact; r:gives {((0 0 2 7) "=<") list:sort (0 0 2 7)}] + [ a r:Fact; r:gives {((0 0 2 7) ">=") list:sort (7 2 0 0)}] + skolem:lemma3071 + skolem:lemma3072 + [ a r:Fact; r:gives {(7200 27) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2026 a r:Inference; r:gives { - 28 :recursionCount 6 . + 28 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4024 + [ a r:Fact; r:gives {28 math:notEqualTo 0}] + skolem:lemma3073 + [ a r:Fact; r:gives {((0 0 2 8) "=<") list:sort (0 0 2 8)}] + [ a r:Fact; r:gives {((0 0 2 8) ">=") list:sort (8 2 0 0)}] + skolem:lemma3074 + skolem:lemma3075 + [ a r:Fact; r:gives {(8200 28) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2027 a r:Inference; r:gives { - 29 :recursionCount 3 . + 29 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4025 + [ a r:Fact; r:gives {29 math:notEqualTo 0}] + skolem:lemma3076 + [ a r:Fact; r:gives {((0 0 2 9) "=<") list:sort (0 0 2 9)}] + [ a r:Fact; r:gives {((0 0 2 9) ">=") list:sort (9 2 0 0)}] + skolem:lemma3077 + skolem:lemma3078 + [ a r:Fact; r:gives {(9200 29) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2028 a r:Inference; r:gives { - 30 :recursionCount 6 . + 30 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4026 + [ a r:Fact; r:gives {30 math:notEqualTo 0}] + skolem:lemma3079 + [ a r:Fact; r:gives {((0 0 3 0) "=<") list:sort (0 0 0 3)}] + [ a r:Fact; r:gives {((0 0 3 0) ">=") list:sort (3 0 0 0)}] + skolem:lemma3005 + skolem:lemma3006 + [ a r:Fact; r:gives {(3000 3) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2029 a r:Inference; r:gives { - 31 :recursionCount 3 . + 31 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4027 + [ a r:Fact; r:gives {31 math:notEqualTo 0}] + skolem:lemma3080 + [ a r:Fact; r:gives {((0 0 3 1) "=<") list:sort (0 0 1 3)}] + [ a r:Fact; r:gives {((0 0 3 1) ">=") list:sort (3 1 0 0)}] + skolem:lemma3033 + skolem:lemma3034 + [ a r:Fact; r:gives {(3100 13) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2030 a r:Inference; r:gives { - 32 :recursionCount 5 . + 32 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4028 + [ a r:Fact; r:gives {32 math:notEqualTo 0}] + skolem:lemma3081 + [ a r:Fact; r:gives {((0 0 3 2) "=<") list:sort (0 0 2 3)}] + [ a r:Fact; r:gives {((0 0 3 2) ">=") list:sort (3 2 0 0)}] + skolem:lemma3059 + skolem:lemma3060 + [ a r:Fact; r:gives {(3200 23) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2031 a r:Inference; r:gives { - 33 :recursionCount 6 . + 33 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4029 + [ a r:Fact; r:gives {33 math:notEqualTo 0}] + skolem:lemma3082 + [ a r:Fact; r:gives {((0 0 3 3) "=<") list:sort (0 0 3 3)}] + [ a r:Fact; r:gives {((0 0 3 3) ">=") list:sort (3 3 0 0)}] + skolem:lemma3083 + skolem:lemma3084 + [ a r:Fact; r:gives {(3300 33) math:difference 3267}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3267 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 3267 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2032 a r:Inference; r:gives { - 34 :recursionCount 3 . + 34 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4030 + [ a r:Fact; r:gives {34 math:notEqualTo 0}] + skolem:lemma3085 + [ a r:Fact; r:gives {((0 0 3 4) "=<") list:sort (0 0 3 4)}] + [ a r:Fact; r:gives {((0 0 3 4) ">=") list:sort (4 3 0 0)}] + skolem:lemma3086 + skolem:lemma3087 + [ a r:Fact; r:gives {(4300 34) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2033 a r:Inference; r:gives { - 35 :recursionCount 5 . + 35 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4031 + [ a r:Fact; r:gives {35 math:notEqualTo 0}] + skolem:lemma3088 + [ a r:Fact; r:gives {((0 0 3 5) "=<") list:sort (0 0 3 5)}] + [ a r:Fact; r:gives {((0 0 3 5) ">=") list:sort (5 3 0 0)}] + skolem:lemma3089 + skolem:lemma3090 + [ a r:Fact; r:gives {(5300 35) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2034 a r:Inference; r:gives { - 36 :recursionCount 3 . + 36 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4032 + [ a r:Fact; r:gives {36 math:notEqualTo 0}] + skolem:lemma3091 + [ a r:Fact; r:gives {((0 0 3 6) "=<") list:sort (0 0 3 6)}] + [ a r:Fact; r:gives {((0 0 3 6) ">=") list:sort (6 3 0 0)}] + skolem:lemma3092 + skolem:lemma3093 + [ a r:Fact; r:gives {(6300 36) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2035 a r:Inference; r:gives { - 37 :recursionCount 6 . + 37 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4033 + [ a r:Fact; r:gives {37 math:notEqualTo 0}] + skolem:lemma3094 + [ a r:Fact; r:gives {((0 0 3 7) "=<") list:sort (0 0 3 7)}] + [ a r:Fact; r:gives {((0 0 3 7) ">=") list:sort (7 3 0 0)}] + skolem:lemma3095 + skolem:lemma3096 + [ a r:Fact; r:gives {(7300 37) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2036 a r:Inference; r:gives { - 38 :recursionCount 5 . + 38 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4034 + [ a r:Fact; r:gives {38 math:notEqualTo 0}] + skolem:lemma3097 + [ a r:Fact; r:gives {((0 0 3 8) "=<") list:sort (0 0 3 8)}] + [ a r:Fact; r:gives {((0 0 3 8) ">=") list:sort (8 3 0 0)}] + skolem:lemma3098 + skolem:lemma3099 + [ a r:Fact; r:gives {(8300 38) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma2037 a r:Inference; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. + +skolem:lemma2037 a r:Inference; r:gives { - 39 :recursionCount 3 . + 39 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4035 + [ a r:Fact; r:gives {39 math:notEqualTo 0}] + skolem:lemma3100 + [ a r:Fact; r:gives {((0 0 3 9) "=<") list:sort (0 0 3 9)}] + [ a r:Fact; r:gives {((0 0 3 9) ">=") list:sort (9 3 0 0)}] + skolem:lemma3101 + skolem:lemma3102 + [ a r:Fact; r:gives {(9300 39) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2038 a r:Inference; r:gives { - 40 :recursionCount 4 . + 40 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4036 + [ a r:Fact; r:gives {40 math:notEqualTo 0}] + skolem:lemma3103 + [ a r:Fact; r:gives {((0 0 4 0) "=<") list:sort (0 0 0 4)}] + [ a r:Fact; r:gives {((0 0 4 0) ">=") list:sort (4 0 0 0)}] + skolem:lemma3008 + skolem:lemma3009 + [ a r:Fact; r:gives {(4000 4) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2039 a r:Inference; r:gives { - 41 :recursionCount 7 . + 41 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4037 + [ a r:Fact; r:gives {41 math:notEqualTo 0}] + skolem:lemma3104 + [ a r:Fact; r:gives {((0 0 4 1) "=<") list:sort (0 0 1 4)}] + [ a r:Fact; r:gives {((0 0 4 1) ">=") list:sort (4 1 0 0)}] + skolem:lemma3036 + skolem:lemma3037 + [ a r:Fact; r:gives {(4100 14) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2040 a r:Inference; r:gives { - 42 :recursionCount 2 . + 42 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4038 + [ a r:Fact; r:gives {42 math:notEqualTo 0}] + skolem:lemma3105 + [ a r:Fact; r:gives {((0 0 4 2) "=<") list:sort (0 0 2 4)}] + [ a r:Fact; r:gives {((0 0 4 2) ">=") list:sort (4 2 0 0)}] + skolem:lemma3062 + skolem:lemma3063 + [ a r:Fact; r:gives {(4200 24) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2041 a r:Inference; r:gives { - 43 :recursionCount 3 . + 43 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4039 + [ a r:Fact; r:gives {43 math:notEqualTo 0}] + skolem:lemma3106 + [ a r:Fact; r:gives {((0 0 4 3) "=<") list:sort (0 0 3 4)}] + [ a r:Fact; r:gives {((0 0 4 3) ">=") list:sort (4 3 0 0)}] + skolem:lemma3086 + skolem:lemma3087 + [ a r:Fact; r:gives {(4300 34) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2042 a r:Inference; r:gives { - 44 :recursionCount 4 . + 44 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4040 + [ a r:Fact; r:gives {44 math:notEqualTo 0}] + skolem:lemma3107 + [ a r:Fact; r:gives {((0 0 4 4) "=<") list:sort (0 0 4 4)}] + [ a r:Fact; r:gives {((0 0 4 4) ">=") list:sort (4 4 0 0)}] + skolem:lemma3108 + skolem:lemma3109 + [ a r:Fact; r:gives {(4400 44) math:difference 4356}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4356 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 4356 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2043 a r:Inference; r:gives { - 45 :recursionCount 5 . + 45 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4041 + [ a r:Fact; r:gives {45 math:notEqualTo 0}] + skolem:lemma3110 + [ a r:Fact; r:gives {((0 0 4 5) "=<") list:sort (0 0 4 5)}] + [ a r:Fact; r:gives {((0 0 4 5) ">=") list:sort (5 4 0 0)}] + skolem:lemma3111 + skolem:lemma3112 + [ a r:Fact; r:gives {(5400 45) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2044 a r:Inference; r:gives { - 46 :recursionCount 4 . + 46 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4042 + [ a r:Fact; r:gives {46 math:notEqualTo 0}] + skolem:lemma3113 + [ a r:Fact; r:gives {((0 0 4 6) "=<") list:sort (0 0 4 6)}] + [ a r:Fact; r:gives {((0 0 4 6) ">=") list:sort (6 4 0 0)}] + skolem:lemma3114 + skolem:lemma3115 + [ a r:Fact; r:gives {(6400 46) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2045 a r:Inference; r:gives { - 47 :recursionCount 3 . + 47 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4043 + [ a r:Fact; r:gives {47 math:notEqualTo 0}] + skolem:lemma3116 + [ a r:Fact; r:gives {((0 0 4 7) "=<") list:sort (0 0 4 7)}] + [ a r:Fact; r:gives {((0 0 4 7) ">=") list:sort (7 4 0 0)}] + skolem:lemma3117 + skolem:lemma3118 + [ a r:Fact; r:gives {(7400 47) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2046 a r:Inference; r:gives { - 48 :recursionCount 2 . + 48 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4044 + [ a r:Fact; r:gives {48 math:notEqualTo 0}] + skolem:lemma3119 + [ a r:Fact; r:gives {((0 0 4 8) "=<") list:sort (0 0 4 8)}] + [ a r:Fact; r:gives {((0 0 4 8) ">=") list:sort (8 4 0 0)}] + skolem:lemma3120 + skolem:lemma3121 + [ a r:Fact; r:gives {(8400 48) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2047 a r:Inference; r:gives { - 49 :recursionCount 7 . + 49 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4045 + [ a r:Fact; r:gives {49 math:notEqualTo 0}] + skolem:lemma3122 + [ a r:Fact; r:gives {((0 0 4 9) "=<") list:sort (0 0 4 9)}] + [ a r:Fact; r:gives {((0 0 4 9) ">=") list:sort (9 4 0 0)}] + skolem:lemma3123 + skolem:lemma3124 + [ a r:Fact; r:gives {(9400 49) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2048 a r:Inference; r:gives { - 50 :recursionCount 6 . + 50 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4046 + [ a r:Fact; r:gives {50 math:notEqualTo 0}] + skolem:lemma3125 + [ a r:Fact; r:gives {((0 0 5 0) "=<") list:sort (0 0 0 5)}] + [ a r:Fact; r:gives {((0 0 5 0) ">=") list:sort (5 0 0 0)}] + skolem:lemma3011 + skolem:lemma3012 + [ a r:Fact; r:gives {(5000 5) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2049 a r:Inference; r:gives { - 51 :recursionCount 7 . + 51 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4047 + [ a r:Fact; r:gives {51 math:notEqualTo 0}] + skolem:lemma3126 + [ a r:Fact; r:gives {((0 0 5 1) "=<") list:sort (0 0 1 5)}] + [ a r:Fact; r:gives {((0 0 5 1) ">=") list:sort (5 1 0 0)}] + skolem:lemma3039 + skolem:lemma3040 + [ a r:Fact; r:gives {(5100 15) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2050 a r:Inference; r:gives { - 52 :recursionCount 7 . + 52 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4048 + [ a r:Fact; r:gives {52 math:notEqualTo 0}] + skolem:lemma3127 + [ a r:Fact; r:gives {((0 0 5 2) "=<") list:sort (0 0 2 5)}] + [ a r:Fact; r:gives {((0 0 5 2) ">=") list:sort (5 2 0 0)}] + skolem:lemma3065 + skolem:lemma3066 + [ a r:Fact; r:gives {(5200 25) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2051 a r:Inference; r:gives { - 53 :recursionCount 5 . + 53 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4049 + [ a r:Fact; r:gives {53 math:notEqualTo 0}] + skolem:lemma3128 + [ a r:Fact; r:gives {((0 0 5 3) "=<") list:sort (0 0 3 5)}] + [ a r:Fact; r:gives {((0 0 5 3) ">=") list:sort (5 3 0 0)}] + skolem:lemma3089 + skolem:lemma3090 + [ a r:Fact; r:gives {(5300 35) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2052 a r:Inference; r:gives { - 54 :recursionCount 5 . + 54 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4050 + [ a r:Fact; r:gives {54 math:notEqualTo 0}] + skolem:lemma3129 + [ a r:Fact; r:gives {((0 0 5 4) "=<") list:sort (0 0 4 5)}] + [ a r:Fact; r:gives {((0 0 5 4) ">=") list:sort (5 4 0 0)}] + skolem:lemma3111 + skolem:lemma3112 + [ a r:Fact; r:gives {(5400 45) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2053 a r:Inference; r:gives { - 55 :recursionCount 5 . + 55 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4051 + [ a r:Fact; r:gives {55 math:notEqualTo 0}] + skolem:lemma3130 + [ a r:Fact; r:gives {((0 0 5 5) "=<") list:sort (0 0 5 5)}] + [ a r:Fact; r:gives {((0 0 5 5) ">=") list:sort (5 5 0 0)}] + skolem:lemma3131 + skolem:lemma3132 + [ a r:Fact; r:gives {(5500 55) math:difference 5445}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5445 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5445 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2054 a r:Inference; r:gives { - 56 :recursionCount 5 . + 56 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4052 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - + [ a r:Fact; r:gives {56 math:notEqualTo 0}] + skolem:lemma3133 + [ a r:Fact; r:gives {((0 0 5 6) "=<") list:sort (0 0 5 6)}] + [ a r:Fact; r:gives {((0 0 5 6) ">=") list:sort (6 5 0 0)}] + skolem:lemma3134 + skolem:lemma3135 + [ a r:Fact; r:gives {(6500 56) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. + skolem:lemma2055 a r:Inference; r:gives { - 57 :recursionCount 5 . + 57 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4053 + [ a r:Fact; r:gives {57 math:notEqualTo 0}] + skolem:lemma3136 + [ a r:Fact; r:gives {((0 0 5 7) "=<") list:sort (0 0 5 7)}] + [ a r:Fact; r:gives {((0 0 5 7) ">=") list:sort (7 5 0 0)}] + skolem:lemma3137 + skolem:lemma3138 + [ a r:Fact; r:gives {(7500 57) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2056 a r:Inference; r:gives { - 58 :recursionCount 7 . + 58 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4054 + [ a r:Fact; r:gives {58 math:notEqualTo 0}] + skolem:lemma3139 + [ a r:Fact; r:gives {((0 0 5 8) "=<") list:sort (0 0 5 8)}] + [ a r:Fact; r:gives {((0 0 5 8) ">=") list:sort (8 5 0 0)}] + skolem:lemma3140 + skolem:lemma3141 + [ a r:Fact; r:gives {(8500 58) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2057 a r:Inference; r:gives { - 59 :recursionCount 7 . + 59 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4055 + [ a r:Fact; r:gives {59 math:notEqualTo 0}] + skolem:lemma3142 + [ a r:Fact; r:gives {((0 0 5 9) "=<") list:sort (0 0 5 9)}] + [ a r:Fact; r:gives {((0 0 5 9) ">=") list:sort (9 5 0 0)}] + skolem:lemma3143 + skolem:lemma3144 + [ a r:Fact; r:gives {(9500 59) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2058 a r:Inference; r:gives { - 60 :recursionCount 6 . + 60 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4056 + [ a r:Fact; r:gives {60 math:notEqualTo 0}] + skolem:lemma3145 + [ a r:Fact; r:gives {((0 0 6 0) "=<") list:sort (0 0 0 6)}] + [ a r:Fact; r:gives {((0 0 6 0) ">=") list:sort (6 0 0 0)}] + skolem:lemma3014 + skolem:lemma3015 + [ a r:Fact; r:gives {(6000 6) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2059 a r:Inference; r:gives { - 61 :recursionCount 7 . + 61 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4057 + [ a r:Fact; r:gives {61 math:notEqualTo 0}] + skolem:lemma3146 + [ a r:Fact; r:gives {((0 0 6 1) "=<") list:sort (0 0 1 6)}] + [ a r:Fact; r:gives {((0 0 6 1) ">=") list:sort (6 1 0 0)}] + skolem:lemma3042 + skolem:lemma3043 + [ a r:Fact; r:gives {(6100 16) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2060 a r:Inference; r:gives { - 62 :recursionCount 1 . + 62 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4058 + [ a r:Fact; r:gives {62 math:notEqualTo 0}] + skolem:lemma3147 + [ a r:Fact; r:gives {((0 0 6 2) "=<") list:sort (0 0 2 6)}] + [ a r:Fact; r:gives {((0 0 6 2) ">=") list:sort (6 2 0 0)}] + skolem:lemma3068 + skolem:lemma3069 + [ a r:Fact; r:gives {(6200 26) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2061 a r:Inference; r:gives { - 63 :recursionCount 3 . + 63 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4059 + [ a r:Fact; r:gives {63 math:notEqualTo 0}] + skolem:lemma3148 + [ a r:Fact; r:gives {((0 0 6 3) "=<") list:sort (0 0 3 6)}] + [ a r:Fact; r:gives {((0 0 6 3) ">=") list:sort (6 3 0 0)}] + skolem:lemma3092 + skolem:lemma3093 + [ a r:Fact; r:gives {(6300 36) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2062 a r:Inference; r:gives { - 64 :recursionCount 4 . + 64 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4060 + [ a r:Fact; r:gives {64 math:notEqualTo 0}] + skolem:lemma3149 + [ a r:Fact; r:gives {((0 0 6 4) "=<") list:sort (0 0 4 6)}] + [ a r:Fact; r:gives {((0 0 6 4) ">=") list:sort (6 4 0 0)}] + skolem:lemma3114 + skolem:lemma3115 + [ a r:Fact; r:gives {(6400 46) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2063 a r:Inference; r:gives { - 65 :recursionCount 5 . + 65 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4061 + [ a r:Fact; r:gives {65 math:notEqualTo 0}] + skolem:lemma3150 + [ a r:Fact; r:gives {((0 0 6 5) "=<") list:sort (0 0 5 6)}] + [ a r:Fact; r:gives {((0 0 6 5) ">=") list:sort (6 5 0 0)}] + skolem:lemma3134 + skolem:lemma3135 + [ a r:Fact; r:gives {(6500 56) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2064 a r:Inference; r:gives { - 66 :recursionCount 4 . + 66 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4062 + [ a r:Fact; r:gives {66 math:notEqualTo 0}] + skolem:lemma3151 + [ a r:Fact; r:gives {((0 0 6 6) "=<") list:sort (0 0 6 6)}] + [ a r:Fact; r:gives {((0 0 6 6) ">=") list:sort (6 6 0 0)}] + skolem:lemma3152 + skolem:lemma3153 + [ a r:Fact; r:gives {(6600 66) math:difference 6534}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6534 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6534 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2065 a r:Inference; r:gives { - 67 :recursionCount 3 . + 67 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4063 + [ a r:Fact; r:gives {67 math:notEqualTo 0}] + skolem:lemma3154 + [ a r:Fact; r:gives {((0 0 6 7) "=<") list:sort (0 0 6 7)}] + [ a r:Fact; r:gives {((0 0 6 7) ">=") list:sort (7 6 0 0)}] + skolem:lemma3155 + skolem:lemma3156 + [ a r:Fact; r:gives {(7600 67) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2066 a r:Inference; r:gives { - 68 :recursionCount 2 . + 68 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4064 + [ a r:Fact; r:gives {68 math:notEqualTo 0}] + skolem:lemma3157 + [ a r:Fact; r:gives {((0 0 6 8) "=<") list:sort (0 0 6 8)}] + [ a r:Fact; r:gives {((0 0 6 8) ">=") list:sort (8 6 0 0)}] + skolem:lemma3158 + skolem:lemma3159 + [ a r:Fact; r:gives {(8600 68) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2067 a r:Inference; r:gives { - 69 :recursionCount 7 . + 69 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4065 + [ a r:Fact; r:gives {69 math:notEqualTo 0}] + skolem:lemma3160 + [ a r:Fact; r:gives {((0 0 6 9) "=<") list:sort (0 0 6 9)}] + [ a r:Fact; r:gives {((0 0 6 9) ">=") list:sort (9 6 0 0)}] + skolem:lemma3161 + skolem:lemma3162 + [ a r:Fact; r:gives {(9600 69) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2068 a r:Inference; r:gives { - 70 :recursionCount 4 . + 70 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4066 + [ a r:Fact; r:gives {70 math:notEqualTo 0}] + skolem:lemma3163 + [ a r:Fact; r:gives {((0 0 7 0) "=<") list:sort (0 0 0 7)}] + [ a r:Fact; r:gives {((0 0 7 0) ">=") list:sort (7 0 0 0)}] + skolem:lemma3017 + skolem:lemma3018 + [ a r:Fact; r:gives {(7000 7) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2069 a r:Inference; r:gives { - 71 :recursionCount 3 . + 71 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4067 + [ a r:Fact; r:gives {71 math:notEqualTo 0}] + skolem:lemma3164 + [ a r:Fact; r:gives {((0 0 7 1) "=<") list:sort (0 0 1 7)}] + [ a r:Fact; r:gives {((0 0 7 1) ">=") list:sort (7 1 0 0)}] + skolem:lemma3045 + skolem:lemma3046 + [ a r:Fact; r:gives {(7100 17) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2070 a r:Inference; r:gives { - 72 :recursionCount 5 . + 72 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4068 + [ a r:Fact; r:gives {72 math:notEqualTo 0}] + skolem:lemma3165 + [ a r:Fact; r:gives {((0 0 7 2) "=<") list:sort (0 0 2 7)}] + [ a r:Fact; r:gives {((0 0 7 2) ">=") list:sort (7 2 0 0)}] + skolem:lemma3071 + skolem:lemma3072 + [ a r:Fact; r:gives {(7200 27) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2071 a r:Inference; r:gives { - 73 :recursionCount 6 . + 73 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4069 + [ a r:Fact; r:gives {73 math:notEqualTo 0}] + skolem:lemma3166 + [ a r:Fact; r:gives {((0 0 7 3) "=<") list:sort (0 0 3 7)}] + [ a r:Fact; r:gives {((0 0 7 3) ">=") list:sort (7 3 0 0)}] + skolem:lemma3095 + skolem:lemma3096 + [ a r:Fact; r:gives {(7300 37) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. + skolem:lemma2072 a r:Inference; r:gives { - 74 :recursionCount 3 . + 74 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4070 + [ a r:Fact; r:gives {74 math:notEqualTo 0}] + skolem:lemma3167 + [ a r:Fact; r:gives {((0 0 7 4) "=<") list:sort (0 0 4 7)}] + [ a r:Fact; r:gives {((0 0 7 4) ">=") list:sort (7 4 0 0)}] + skolem:lemma3117 + skolem:lemma3118 + [ a r:Fact; r:gives {(7400 47) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2073 a r:Inference; r:gives { - 75 :recursionCount 5 . + 75 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4071 + [ a r:Fact; r:gives {75 math:notEqualTo 0}] + skolem:lemma3168 + [ a r:Fact; r:gives {((0 0 7 5) "=<") list:sort (0 0 5 7)}] + [ a r:Fact; r:gives {((0 0 7 5) ">=") list:sort (7 5 0 0)}] + skolem:lemma3137 + skolem:lemma3138 + [ a r:Fact; r:gives {(7500 57) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2074 a r:Inference; r:gives { - 76 :recursionCount 3 . + 76 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4072 + [ a r:Fact; r:gives {76 math:notEqualTo 0}] + skolem:lemma3169 + [ a r:Fact; r:gives {((0 0 7 6) "=<") list:sort (0 0 6 7)}] + [ a r:Fact; r:gives {((0 0 7 6) ">=") list:sort (7 6 0 0)}] + skolem:lemma3155 + skolem:lemma3156 + [ a r:Fact; r:gives {(7600 67) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2075 a r:Inference; r:gives { - 77 :recursionCount 6 . + 77 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4073 + [ a r:Fact; r:gives {77 math:notEqualTo 0}] + skolem:lemma3170 + [ a r:Fact; r:gives {((0 0 7 7) "=<") list:sort (0 0 7 7)}] + [ a r:Fact; r:gives {((0 0 7 7) ">=") list:sort (7 7 0 0)}] + skolem:lemma3171 + skolem:lemma3172 + [ a r:Fact; r:gives {(7700 77) math:difference 7623}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7623 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7623 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2076 a r:Inference; r:gives { - 78 :recursionCount 5 . + 78 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4074 + [ a r:Fact; r:gives {78 math:notEqualTo 0}] + skolem:lemma3173 + [ a r:Fact; r:gives {((0 0 7 8) "=<") list:sort (0 0 7 8)}] + [ a r:Fact; r:gives {((0 0 7 8) ">=") list:sort (8 7 0 0)}] + skolem:lemma3174 + skolem:lemma3175 + [ a r:Fact; r:gives {(8700 78) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2077 a r:Inference; r:gives { - 79 :recursionCount 3 . + 79 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4075 + [ a r:Fact; r:gives {79 math:notEqualTo 0}] + skolem:lemma3176 + [ a r:Fact; r:gives {((0 0 7 9) "=<") list:sort (0 0 7 9)}] + [ a r:Fact; r:gives {((0 0 7 9) ">=") list:sort (9 7 0 0)}] + skolem:lemma3177 + skolem:lemma3178 + [ a r:Fact; r:gives {(9700 79) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2078 a r:Inference; r:gives { - 80 :recursionCount 6 . + 80 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4076 + [ a r:Fact; r:gives {80 math:notEqualTo 0}] + skolem:lemma3179 + [ a r:Fact; r:gives {((0 0 8 0) "=<") list:sort (0 0 0 8)}] + [ a r:Fact; r:gives {((0 0 8 0) ">=") list:sort (8 0 0 0)}] + skolem:lemma3020 + skolem:lemma3021 + [ a r:Fact; r:gives {(8000 8) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2079 a r:Inference; r:gives { - 81 :recursionCount 3 . + 81 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4077 + [ a r:Fact; r:gives {81 math:notEqualTo 0}] + skolem:lemma3180 + [ a r:Fact; r:gives {((0 0 8 1) "=<") list:sort (0 0 1 8)}] + [ a r:Fact; r:gives {((0 0 8 1) ">=") list:sort (8 1 0 0)}] + skolem:lemma3048 + skolem:lemma3049 + [ a r:Fact; r:gives {(8100 18) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2080 a r:Inference; r:gives { - 82 :recursionCount 6 . + 82 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4078 + [ a r:Fact; r:gives {82 math:notEqualTo 0}] + skolem:lemma3181 + [ a r:Fact; r:gives {((0 0 8 2) "=<") list:sort (0 0 2 8)}] + [ a r:Fact; r:gives {((0 0 8 2) ">=") list:sort (8 2 0 0)}] + skolem:lemma3074 + skolem:lemma3075 + [ a r:Fact; r:gives {(8200 28) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2081 a r:Inference; r:gives { - 83 :recursionCount 5 . + 83 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4079 + [ a r:Fact; r:gives {83 math:notEqualTo 0}] + skolem:lemma3182 + [ a r:Fact; r:gives {((0 0 8 3) "=<") list:sort (0 0 3 8)}] + [ a r:Fact; r:gives {((0 0 8 3) ">=") list:sort (8 3 0 0)}] + skolem:lemma3098 + skolem:lemma3099 + [ a r:Fact; r:gives {(8300 38) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2082 a r:Inference; r:gives { - 84 :recursionCount 2 . + 84 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4080 + [ a r:Fact; r:gives {84 math:notEqualTo 0}] + skolem:lemma3183 + [ a r:Fact; r:gives {((0 0 8 4) "=<") list:sort (0 0 4 8)}] + [ a r:Fact; r:gives {((0 0 8 4) ">=") list:sort (8 4 0 0)}] + skolem:lemma3120 + skolem:lemma3121 + [ a r:Fact; r:gives {(8400 48) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2083 a r:Inference; r:gives { - 85 :recursionCount 7 . + 85 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4081 + [ a r:Fact; r:gives {85 math:notEqualTo 0}] + skolem:lemma3184 + [ a r:Fact; r:gives {((0 0 8 5) "=<") list:sort (0 0 5 8)}] + [ a r:Fact; r:gives {((0 0 8 5) ">=") list:sort (8 5 0 0)}] + skolem:lemma3140 + skolem:lemma3141 + [ a r:Fact; r:gives {(8500 58) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2084 a r:Inference; r:gives { - 86 :recursionCount 2 . + 86 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4082 + [ a r:Fact; r:gives {86 math:notEqualTo 0}] + skolem:lemma3185 + [ a r:Fact; r:gives {((0 0 8 6) "=<") list:sort (0 0 6 8)}] + [ a r:Fact; r:gives {((0 0 8 6) ">=") list:sort (8 6 0 0)}] + skolem:lemma3158 + skolem:lemma3159 + [ a r:Fact; r:gives {(8600 68) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2085 a r:Inference; r:gives { - 87 :recursionCount 5 . + 87 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4083 + [ a r:Fact; r:gives {87 math:notEqualTo 0}] + skolem:lemma3186 + [ a r:Fact; r:gives {((0 0 8 7) "=<") list:sort (0 0 7 8)}] + [ a r:Fact; r:gives {((0 0 8 7) ">=") list:sort (8 7 0 0)}] + skolem:lemma3174 + skolem:lemma3175 + [ a r:Fact; r:gives {(8700 78) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2086 a r:Inference; r:gives { - 88 :recursionCount 6 . + 88 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4084 + [ a r:Fact; r:gives {88 math:notEqualTo 0}] + skolem:lemma3187 + [ a r:Fact; r:gives {((0 0 8 8) "=<") list:sort (0 0 8 8)}] + [ a r:Fact; r:gives {((0 0 8 8) ">=") list:sort (8 8 0 0)}] + skolem:lemma3188 + skolem:lemma3189 + [ a r:Fact; r:gives {(8800 88) math:difference 8712}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8712 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8712 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8712]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2087 a r:Inference; r:gives { - 89 :recursionCount 3 . + 89 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4085 + [ a r:Fact; r:gives {89 math:notEqualTo 0}] + skolem:lemma3190 + [ a r:Fact; r:gives {((0 0 8 9) "=<") list:sort (0 0 8 9)}] + [ a r:Fact; r:gives {((0 0 8 9) ">=") list:sort (9 8 0 0)}] + skolem:lemma3191 + skolem:lemma3192 + [ a r:Fact; r:gives {(9800 89) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2088 a r:Inference; r:gives { - 90 :recursionCount 4 . + 90 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4086 + [ a r:Fact; r:gives {90 math:notEqualTo 0}] + skolem:lemma3193 + [ a r:Fact; r:gives {((0 0 9 0) "=<") list:sort (0 0 0 9)}] + [ a r:Fact; r:gives {((0 0 9 0) ">=") list:sort (9 0 0 0)}] + skolem:lemma3023 + skolem:lemma3024 + [ a r:Fact; r:gives {(9000 9) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2089 a r:Inference; r:gives { - 91 :recursionCount 4 . + 91 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4087 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma2090 a r:Inference; + [ a r:Fact; r:gives {91 math:notEqualTo 0}] + skolem:lemma3194 + [ a r:Fact; r:gives {((0 0 9 1) "=<") list:sort (0 0 1 9)}] + [ a r:Fact; r:gives {((0 0 9 1) ">=") list:sort (9 1 0 0)}] + skolem:lemma3051 + skolem:lemma3052 + [ a r:Fact; r:gives {(9100 19) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. + +skolem:lemma2090 a r:Inference; r:gives { - 92 :recursionCount 3 . + 92 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4088 + [ a r:Fact; r:gives {92 math:notEqualTo 0}] + skolem:lemma3195 + [ a r:Fact; r:gives {((0 0 9 2) "=<") list:sort (0 0 2 9)}] + [ a r:Fact; r:gives {((0 0 9 2) ">=") list:sort (9 2 0 0)}] + skolem:lemma3077 + skolem:lemma3078 + [ a r:Fact; r:gives {(9200 29) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2091 a r:Inference; r:gives { - 93 :recursionCount 3 . + 93 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4089 + [ a r:Fact; r:gives {93 math:notEqualTo 0}] + skolem:lemma3196 + [ a r:Fact; r:gives {((0 0 9 3) "=<") list:sort (0 0 3 9)}] + [ a r:Fact; r:gives {((0 0 9 3) ">=") list:sort (9 3 0 0)}] + skolem:lemma3101 + skolem:lemma3102 + [ a r:Fact; r:gives {(9300 39) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2092 a r:Inference; r:gives { - 94 :recursionCount 7 . + 94 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4090 + [ a r:Fact; r:gives {94 math:notEqualTo 0}] + skolem:lemma3197 + [ a r:Fact; r:gives {((0 0 9 4) "=<") list:sort (0 0 4 9)}] + [ a r:Fact; r:gives {((0 0 9 4) ">=") list:sort (9 4 0 0)}] + skolem:lemma3123 + skolem:lemma3124 + [ a r:Fact; r:gives {(9400 49) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2093 a r:Inference; r:gives { - 95 :recursionCount 7 . + 95 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4091 + [ a r:Fact; r:gives {95 math:notEqualTo 0}] + skolem:lemma3198 + [ a r:Fact; r:gives {((0 0 9 5) "=<") list:sort (0 0 5 9)}] + [ a r:Fact; r:gives {((0 0 9 5) ">=") list:sort (9 5 0 0)}] + skolem:lemma3143 + skolem:lemma3144 + [ a r:Fact; r:gives {(9500 59) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2094 a r:Inference; r:gives { - 96 :recursionCount 7 . + 96 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4092 + [ a r:Fact; r:gives {96 math:notEqualTo 0}] + skolem:lemma3199 + [ a r:Fact; r:gives {((0 0 9 6) "=<") list:sort (0 0 6 9)}] + [ a r:Fact; r:gives {((0 0 9 6) ">=") list:sort (9 6 0 0)}] + skolem:lemma3161 + skolem:lemma3162 + [ a r:Fact; r:gives {(9600 69) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2095 a r:Inference; r:gives { - 97 :recursionCount 3 . + 97 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4093 + [ a r:Fact; r:gives {97 math:notEqualTo 0}] + skolem:lemma3200 + [ a r:Fact; r:gives {((0 0 9 7) "=<") list:sort (0 0 7 9)}] + [ a r:Fact; r:gives {((0 0 9 7) ">=") list:sort (9 7 0 0)}] + skolem:lemma3177 + skolem:lemma3178 + [ a r:Fact; r:gives {(9700 79) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2096 a r:Inference; r:gives { - 98 :recursionCount 3 . + 98 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4094 + [ a r:Fact; r:gives {98 math:notEqualTo 0}] + skolem:lemma3201 + [ a r:Fact; r:gives {((0 0 9 8) "=<") list:sort (0 0 8 9)}] + [ a r:Fact; r:gives {((0 0 9 8) ">=") list:sort (9 8 0 0)}] + skolem:lemma3191 + skolem:lemma3192 + [ a r:Fact; r:gives {(9800 89) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2097 a r:Inference; r:gives { - 99 :recursionCount 4 . + 99 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4095 + [ a r:Fact; r:gives {99 math:notEqualTo 0}] + skolem:lemma3202 + [ a r:Fact; r:gives {((0 0 9 9) "=<") list:sort (0 0 9 9)}] + [ a r:Fact; r:gives {((0 0 9 9) ">=") list:sort (9 9 0 0)}] + skolem:lemma3203 + skolem:lemma3204 + [ a r:Fact; r:gives {(9900 99) math:difference 9801}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9801 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9801 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9801]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2098 a r:Inference; r:gives { - 100 :recursionCount 5 . + 100 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4096 + [ a r:Fact; r:gives {100 math:notEqualTo 0}] + skolem:lemma3205 + [ a r:Fact; r:gives {((0 1 0 0) "=<") list:sort (0 0 0 1)}] + [ a r:Fact; r:gives {((0 1 0 0) ">=") list:sort (1 0 0 0)}] + skolem:lemma2998 + skolem:lemma2999 + [ a r:Fact; r:gives {(1000 1) math:difference 999}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 999 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 999 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2099 a r:Inference; r:gives { - 101 :recursionCount 4 . + 101 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4097 + [ a r:Fact; r:gives {101 math:notEqualTo 0}] + skolem:lemma3206 + [ a r:Fact; r:gives {((0 1 0 1) "=<") list:sort (0 0 1 1)}] + [ a r:Fact; r:gives {((0 1 0 1) ">=") list:sort (1 1 0 0)}] + skolem:lemma3027 + skolem:lemma3028 + [ a r:Fact; r:gives {(1100 11) math:difference 1089}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1089 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1089 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2100 a r:Inference; r:gives { - 102 :recursionCount 3 . + 102 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4098 + [ a r:Fact; r:gives {102 math:notEqualTo 0}] + skolem:lemma3207 + [ a r:Fact; r:gives {((0 1 0 2) "=<") list:sort (0 0 1 2)}] + [ a r:Fact; r:gives {((0 1 0 2) ">=") list:sort (2 1 0 0)}] + skolem:lemma3030 + skolem:lemma3031 + [ a r:Fact; r:gives {(2100 12) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2101 a r:Inference; r:gives { - 103 :recursionCount 3 . + 103 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4099 + [ a r:Fact; r:gives {103 math:notEqualTo 0}] + skolem:lemma3208 + [ a r:Fact; r:gives {((0 1 0 3) "=<") list:sort (0 0 1 3)}] + [ a r:Fact; r:gives {((0 1 0 3) ">=") list:sort (3 1 0 0)}] + skolem:lemma3033 + skolem:lemma3034 + [ a r:Fact; r:gives {(3100 13) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2102 a r:Inference; r:gives { - 104 :recursionCount 7 . + 104 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4100 + [ a r:Fact; r:gives {104 math:notEqualTo 0}] + skolem:lemma3209 + [ a r:Fact; r:gives {((0 1 0 4) "=<") list:sort (0 0 1 4)}] + [ a r:Fact; r:gives {((0 1 0 4) ">=") list:sort (4 1 0 0)}] + skolem:lemma3036 + skolem:lemma3037 + [ a r:Fact; r:gives {(4100 14) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2103 a r:Inference; r:gives { - 105 :recursionCount 7 . + 105 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4101 + [ a r:Fact; r:gives {105 math:notEqualTo 0}] + skolem:lemma3210 + [ a r:Fact; r:gives {((0 1 0 5) "=<") list:sort (0 0 1 5)}] + [ a r:Fact; r:gives {((0 1 0 5) ">=") list:sort (5 1 0 0)}] + skolem:lemma3039 + skolem:lemma3040 + [ a r:Fact; r:gives {(5100 15) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2104 a r:Inference; r:gives { - 106 :recursionCount 7 . + 106 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4102 + [ a r:Fact; r:gives {106 math:notEqualTo 0}] + skolem:lemma3211 + [ a r:Fact; r:gives {((0 1 0 6) "=<") list:sort (0 0 1 6)}] + [ a r:Fact; r:gives {((0 1 0 6) ">=") list:sort (6 1 0 0)}] + skolem:lemma3042 + skolem:lemma3043 + [ a r:Fact; r:gives {(6100 16) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2105 a r:Inference; r:gives { - 107 :recursionCount 3 . + 107 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4103 + [ a r:Fact; r:gives {107 math:notEqualTo 0}] + skolem:lemma3212 + [ a r:Fact; r:gives {((0 1 0 7) "=<") list:sort (0 0 1 7)}] + [ a r:Fact; r:gives {((0 1 0 7) ">=") list:sort (7 1 0 0)}] + skolem:lemma3045 + skolem:lemma3046 + [ a r:Fact; r:gives {(7100 17) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2106 a r:Inference; r:gives { - 108 :recursionCount 3 . + 108 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4104 + [ a r:Fact; r:gives {108 math:notEqualTo 0}] + skolem:lemma3213 + [ a r:Fact; r:gives {((0 1 0 8) "=<") list:sort (0 0 1 8)}] + [ a r:Fact; r:gives {((0 1 0 8) ">=") list:sort (8 1 0 0)}] + skolem:lemma3048 + skolem:lemma3049 + [ a r:Fact; r:gives {(8100 18) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2107 a r:Inference; r:gives { - 109 :recursionCount 4 . + 109 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4105 + [ a r:Fact; r:gives {109 math:notEqualTo 0}] + skolem:lemma3214 + [ a r:Fact; r:gives {((0 1 0 9) "=<") list:sort (0 0 1 9)}] + [ a r:Fact; r:gives {((0 1 0 9) ">=") list:sort (9 1 0 0)}] + skolem:lemma3051 + skolem:lemma3052 + [ a r:Fact; r:gives {(9100 19) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2108 a r:Inference; r:gives { - 110 :recursionCount 4 . + 110 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4106 + [ a r:Fact; r:gives {110 math:notEqualTo 0}] + skolem:lemma3215 + [ a r:Fact; r:gives {((0 1 1 0) "=<") list:sort (0 0 1 1)}] + [ a r:Fact; r:gives {((0 1 1 0) ">=") list:sort (1 1 0 0)}] + skolem:lemma3027 + skolem:lemma3028 + [ a r:Fact; r:gives {(1100 11) math:difference 1089}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1089 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1089 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2109 a r:Inference; r:gives { - 111 :recursionCount 5 . + 111 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4107 + [ a r:Fact; r:gives {111 math:notEqualTo 0}] + skolem:lemma3216 + [ a r:Fact; r:gives {((0 1 1 1) "=<") list:sort (0 1 1 1)}] + [ a r:Fact; r:gives {((0 1 1 1) ">=") list:sort (1 1 1 0)}] + skolem:lemma3217 + skolem:lemma3218 + [ a r:Fact; r:gives {(1110 111) math:difference 999}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 999 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 999 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 111]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2110 a r:Inference; r:gives { - 112 :recursionCount 4 . + 112 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4108 + [ a r:Fact; r:gives {112 math:notEqualTo 0}] + skolem:lemma3219 + [ a r:Fact; r:gives {((0 1 1 2) "=<") list:sort (0 1 1 2)}] + [ a r:Fact; r:gives {((0 1 1 2) ">=") list:sort (2 1 1 0)}] + skolem:lemma3220 + skolem:lemma3221 + [ a r:Fact; r:gives {(2110 112) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2111 a r:Inference; r:gives { - 113 :recursionCount 6 . + 113 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4109 + [ a r:Fact; r:gives {113 math:notEqualTo 0}] + skolem:lemma3222 + [ a r:Fact; r:gives {((0 1 1 3) "=<") list:sort (0 1 1 3)}] + [ a r:Fact; r:gives {((0 1 1 3) ">=") list:sort (3 1 1 0)}] + skolem:lemma3223 + skolem:lemma3224 + [ a r:Fact; r:gives {(3110 113) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2112 a r:Inference; r:gives { - 114 :recursionCount 4 . + 114 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4110 + [ a r:Fact; r:gives {114 math:notEqualTo 0}] + skolem:lemma3225 + [ a r:Fact; r:gives {((0 1 1 4) "=<") list:sort (0 1 1 4)}] + [ a r:Fact; r:gives {((0 1 1 4) ">=") list:sort (4 1 1 0)}] + skolem:lemma3226 + skolem:lemma3227 + [ a r:Fact; r:gives {(4110 114) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2113 a r:Inference; r:gives { - 115 :recursionCount 6 . + 115 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4111 + [ a r:Fact; r:gives {115 math:notEqualTo 0}] + skolem:lemma3228 + [ a r:Fact; r:gives {((0 1 1 5) "=<") list:sort (0 1 1 5)}] + [ a r:Fact; r:gives {((0 1 1 5) ">=") list:sort (5 1 1 0)}] + skolem:lemma3229 + skolem:lemma3230 + [ a r:Fact; r:gives {(5110 115) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2114 a r:Inference; r:gives { - 116 :recursionCount 6 . + 116 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4112 + [ a r:Fact; r:gives {116 math:notEqualTo 0}] + skolem:lemma3231 + [ a r:Fact; r:gives {((0 1 1 6) "=<") list:sort (0 1 1 6)}] + [ a r:Fact; r:gives {((0 1 1 6) ">=") list:sort (6 1 1 0)}] + skolem:lemma3232 + skolem:lemma3233 + [ a r:Fact; r:gives {(6110 116) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2115 a r:Inference; r:gives { - 117 :recursionCount 4 . + 117 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4113 + [ a r:Fact; r:gives {117 math:notEqualTo 0}] + skolem:lemma3234 + [ a r:Fact; r:gives {((0 1 1 7) "=<") list:sort (0 1 1 7)}] + [ a r:Fact; r:gives {((0 1 1 7) ">=") list:sort (7 1 1 0)}] + skolem:lemma3235 + skolem:lemma3236 + [ a r:Fact; r:gives {(7110 117) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2116 a r:Inference; r:gives { - 118 :recursionCount 6 . + 118 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4114 + [ a r:Fact; r:gives {118 math:notEqualTo 0}] + skolem:lemma3237 + [ a r:Fact; r:gives {((0 1 1 8) "=<") list:sort (0 1 1 8)}] + [ a r:Fact; r:gives {((0 1 1 8) ">=") list:sort (8 1 1 0)}] + skolem:lemma3238 + skolem:lemma3239 + [ a r:Fact; r:gives {(8110 118) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2117 a r:Inference; r:gives { - 119 :recursionCount 4 . + 119 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4115 + [ a r:Fact; r:gives {119 math:notEqualTo 0}] + skolem:lemma3240 + [ a r:Fact; r:gives {((0 1 1 9) "=<") list:sort (0 1 1 9)}] + [ a r:Fact; r:gives {((0 1 1 9) ">=") list:sort (9 1 1 0)}] + skolem:lemma3241 + skolem:lemma3242 + [ a r:Fact; r:gives {(9110 119) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2118 a r:Inference; r:gives { - 120 :recursionCount 3 . + 120 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4116 + [ a r:Fact; r:gives {120 math:notEqualTo 0}] + skolem:lemma3243 + [ a r:Fact; r:gives {((0 1 2 0) "=<") list:sort (0 0 1 2)}] + [ a r:Fact; r:gives {((0 1 2 0) ">=") list:sort (2 1 0 0)}] + skolem:lemma3030 + skolem:lemma3031 + [ a r:Fact; r:gives {(2100 12) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2119 a r:Inference; r:gives { - 121 :recursionCount 4 . + 121 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4117 + [ a r:Fact; r:gives {121 math:notEqualTo 0}] + skolem:lemma3244 + [ a r:Fact; r:gives {((0 1 2 1) "=<") list:sort (0 1 1 2)}] + [ a r:Fact; r:gives {((0 1 2 1) ">=") list:sort (2 1 1 0)}] + skolem:lemma3220 + skolem:lemma3221 + [ a r:Fact; r:gives {(2110 112) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2120 a r:Inference; r:gives { - 122 :recursionCount 3 . + 122 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4118 + [ a r:Fact; r:gives {122 math:notEqualTo 0}] + skolem:lemma3245 + [ a r:Fact; r:gives {((0 1 2 2) "=<") list:sort (0 1 2 2)}] + [ a r:Fact; r:gives {((0 1 2 2) ">=") list:sort (2 2 1 0)}] + skolem:lemma3246 + skolem:lemma3247 + [ a r:Fact; r:gives {(2210 122) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2121 a r:Inference; r:gives { - 123 :recursionCount 3 . + 123 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4119 + [ a r:Fact; r:gives {123 math:notEqualTo 0}] + skolem:lemma3248 + [ a r:Fact; r:gives {((0 1 2 3) "=<") list:sort (0 1 2 3)}] + [ a r:Fact; r:gives {((0 1 2 3) ">=") list:sort (3 2 1 0)}] + skolem:lemma3249 + skolem:lemma3250 + [ a r:Fact; r:gives {(3210 123) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2122 a r:Inference; r:gives { - 124 :recursionCount 7 . + 124 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4120 + [ a r:Fact; r:gives {124 math:notEqualTo 0}] + skolem:lemma3251 + [ a r:Fact; r:gives {((0 1 2 4) "=<") list:sort (0 1 2 4)}] + [ a r:Fact; r:gives {((0 1 2 4) ">=") list:sort (4 2 1 0)}] + skolem:lemma3252 + skolem:lemma3253 + [ a r:Fact; r:gives {(4210 124) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2123 a r:Inference; r:gives { - 125 :recursionCount 7 . + 125 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4121 + [ a r:Fact; r:gives {125 math:notEqualTo 0}] + skolem:lemma3254 + [ a r:Fact; r:gives {((0 1 2 5) "=<") list:sort (0 1 2 5)}] + [ a r:Fact; r:gives {((0 1 2 5) ">=") list:sort (5 2 1 0)}] + skolem:lemma3255 + skolem:lemma3256 + [ a r:Fact; r:gives {(5210 125) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2124 a r:Inference; r:gives { - 126 :recursionCount 7 . + 126 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4122 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma2125 a r:Inference; - r:gives { - 127 :recursionCount 3 . + [ a r:Fact; r:gives {126 math:notEqualTo 0}] + skolem:lemma3257 + [ a r:Fact; r:gives {((0 1 2 6) "=<") list:sort (0 1 2 6)}] + [ a r:Fact; r:gives {((0 1 2 6) ">=") list:sort (6 2 1 0)}] + skolem:lemma3258 + skolem:lemma3259 + [ a r:Fact; r:gives {(6210 126) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. + +skolem:lemma2125 a r:Inference; + r:gives { + 127 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4123 + [ a r:Fact; r:gives {127 math:notEqualTo 0}] + skolem:lemma3260 + [ a r:Fact; r:gives {((0 1 2 7) "=<") list:sort (0 1 2 7)}] + [ a r:Fact; r:gives {((0 1 2 7) ">=") list:sort (7 2 1 0)}] + skolem:lemma3261 + skolem:lemma3262 + [ a r:Fact; r:gives {(7210 127) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2126 a r:Inference; r:gives { - 128 :recursionCount 3 . + 128 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4124 + [ a r:Fact; r:gives {128 math:notEqualTo 0}] + skolem:lemma3263 + [ a r:Fact; r:gives {((0 1 2 8) "=<") list:sort (0 1 2 8)}] + [ a r:Fact; r:gives {((0 1 2 8) ">=") list:sort (8 2 1 0)}] + skolem:lemma3264 + skolem:lemma3265 + [ a r:Fact; r:gives {(8210 128) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2127 a r:Inference; r:gives { - 129 :recursionCount 4 . + 129 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4125 + [ a r:Fact; r:gives {129 math:notEqualTo 0}] + skolem:lemma3266 + [ a r:Fact; r:gives {((0 1 2 9) "=<") list:sort (0 1 2 9)}] + [ a r:Fact; r:gives {((0 1 2 9) ">=") list:sort (9 2 1 0)}] + skolem:lemma3267 + skolem:lemma3268 + [ a r:Fact; r:gives {(9210 129) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2128 a r:Inference; r:gives { - 130 :recursionCount 3 . + 130 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4126 + [ a r:Fact; r:gives {130 math:notEqualTo 0}] + skolem:lemma3269 + [ a r:Fact; r:gives {((0 1 3 0) "=<") list:sort (0 0 1 3)}] + [ a r:Fact; r:gives {((0 1 3 0) ">=") list:sort (3 1 0 0)}] + skolem:lemma3033 + skolem:lemma3034 + [ a r:Fact; r:gives {(3100 13) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2129 a r:Inference; r:gives { - 131 :recursionCount 6 . + 131 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4127 + [ a r:Fact; r:gives {131 math:notEqualTo 0}] + skolem:lemma3270 + [ a r:Fact; r:gives {((0 1 3 1) "=<") list:sort (0 1 1 3)}] + [ a r:Fact; r:gives {((0 1 3 1) ">=") list:sort (3 1 1 0)}] + skolem:lemma3223 + skolem:lemma3224 + [ a r:Fact; r:gives {(3110 113) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2130 a r:Inference; r:gives { - 132 :recursionCount 3 . + 132 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4128 + [ a r:Fact; r:gives {132 math:notEqualTo 0}] + skolem:lemma3271 + [ a r:Fact; r:gives {((0 1 3 2) "=<") list:sort (0 1 2 3)}] + [ a r:Fact; r:gives {((0 1 3 2) ">=") list:sort (3 2 1 0)}] + skolem:lemma3249 + skolem:lemma3250 + [ a r:Fact; r:gives {(3210 123) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2131 a r:Inference; r:gives { - 133 :recursionCount 5 . + 133 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4129 + [ a r:Fact; r:gives {133 math:notEqualTo 0}] + skolem:lemma3272 + [ a r:Fact; r:gives {((0 1 3 3) "=<") list:sort (0 1 3 3)}] + [ a r:Fact; r:gives {((0 1 3 3) ">=") list:sort (3 3 1 0)}] + skolem:lemma3273 + skolem:lemma3274 + [ a r:Fact; r:gives {(3310 133) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2132 a r:Inference; r:gives { - 134 :recursionCount 2 . + 134 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4130 + [ a r:Fact; r:gives {134 math:notEqualTo 0}] + skolem:lemma3275 + [ a r:Fact; r:gives {((0 1 3 4) "=<") list:sort (0 1 3 4)}] + [ a r:Fact; r:gives {((0 1 3 4) ">=") list:sort (4 3 1 0)}] + skolem:lemma3276 + skolem:lemma3277 + [ a r:Fact; r:gives {(4310 134) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2133 a r:Inference; r:gives { - 135 :recursionCount 7 . + 135 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4131 + [ a r:Fact; r:gives {135 math:notEqualTo 0}] + skolem:lemma3278 + [ a r:Fact; r:gives {((0 1 3 5) "=<") list:sort (0 1 3 5)}] + [ a r:Fact; r:gives {((0 1 3 5) ">=") list:sort (5 3 1 0)}] + skolem:lemma3279 + skolem:lemma3280 + [ a r:Fact; r:gives {(5310 135) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2134 a r:Inference; r:gives { - 136 :recursionCount 1 . + 136 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4132 + [ a r:Fact; r:gives {136 math:notEqualTo 0}] + skolem:lemma3281 + [ a r:Fact; r:gives {((0 1 3 6) "=<") list:sort (0 1 3 6)}] + [ a r:Fact; r:gives {((0 1 3 6) ">=") list:sort (6 3 1 0)}] + skolem:lemma3282 + skolem:lemma3283 + [ a r:Fact; r:gives {(6310 136) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2135 a r:Inference; r:gives { - 137 :recursionCount 5 . + 137 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4133 + [ a r:Fact; r:gives {137 math:notEqualTo 0}] + skolem:lemma3284 + [ a r:Fact; r:gives {((0 1 3 7) "=<") list:sort (0 1 3 7)}] + [ a r:Fact; r:gives {((0 1 3 7) ">=") list:sort (7 3 1 0)}] + skolem:lemma3285 + skolem:lemma3286 + [ a r:Fact; r:gives {(7310 137) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2136 a r:Inference; r:gives { - 138 :recursionCount 6 . + 138 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4134 + [ a r:Fact; r:gives {138 math:notEqualTo 0}] + skolem:lemma3287 + [ a r:Fact; r:gives {((0 1 3 8) "=<") list:sort (0 1 3 8)}] + [ a r:Fact; r:gives {((0 1 3 8) ">=") list:sort (8 3 1 0)}] + skolem:lemma3288 + skolem:lemma3289 + [ a r:Fact; r:gives {(8310 138) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2137 a r:Inference; r:gives { - 139 :recursionCount 3 . + 139 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4135 + [ a r:Fact; r:gives {139 math:notEqualTo 0}] + skolem:lemma3290 + [ a r:Fact; r:gives {((0 1 3 9) "=<") list:sort (0 1 3 9)}] + [ a r:Fact; r:gives {((0 1 3 9) ">=") list:sort (9 3 1 0)}] + skolem:lemma3291 + skolem:lemma3292 + [ a r:Fact; r:gives {(9310 139) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2138 a r:Inference; r:gives { - 140 :recursionCount 7 . + 140 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4136 + [ a r:Fact; r:gives {140 math:notEqualTo 0}] + skolem:lemma3293 + [ a r:Fact; r:gives {((0 1 4 0) "=<") list:sort (0 0 1 4)}] + [ a r:Fact; r:gives {((0 1 4 0) ">=") list:sort (4 1 0 0)}] + skolem:lemma3036 + skolem:lemma3037 + [ a r:Fact; r:gives {(4100 14) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2139 a r:Inference; r:gives { - 141 :recursionCount 4 . + 141 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4137 + [ a r:Fact; r:gives {141 math:notEqualTo 0}] + skolem:lemma3294 + [ a r:Fact; r:gives {((0 1 4 1) "=<") list:sort (0 1 1 4)}] + [ a r:Fact; r:gives {((0 1 4 1) ">=") list:sort (4 1 1 0)}] + skolem:lemma3226 + skolem:lemma3227 + [ a r:Fact; r:gives {(4110 114) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2140 a r:Inference; r:gives { - 142 :recursionCount 7 . + 142 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4138 + [ a r:Fact; r:gives {142 math:notEqualTo 0}] + skolem:lemma3295 + [ a r:Fact; r:gives {((0 1 4 2) "=<") list:sort (0 1 2 4)}] + [ a r:Fact; r:gives {((0 1 4 2) ">=") list:sort (4 2 1 0)}] + skolem:lemma3252 + skolem:lemma3253 + [ a r:Fact; r:gives {(4210 124) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2141 a r:Inference; r:gives { - 143 :recursionCount 2 . + 143 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4139 + [ a r:Fact; r:gives {143 math:notEqualTo 0}] + skolem:lemma3296 + [ a r:Fact; r:gives {((0 1 4 3) "=<") list:sort (0 1 3 4)}] + [ a r:Fact; r:gives {((0 1 4 3) ">=") list:sort (4 3 1 0)}] + skolem:lemma3276 + skolem:lemma3277 + [ a r:Fact; r:gives {(4310 134) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2142 a r:Inference; r:gives { - 144 :recursionCount 3 . + 144 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4140 + [ a r:Fact; r:gives {144 math:notEqualTo 0}] + skolem:lemma3297 + [ a r:Fact; r:gives {((0 1 4 4) "=<") list:sort (0 1 4 4)}] + [ a r:Fact; r:gives {((0 1 4 4) ">=") list:sort (4 4 1 0)}] + skolem:lemma3298 + skolem:lemma3299 + [ a r:Fact; r:gives {(4410 144) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2143 a r:Inference; r:gives { - 145 :recursionCount 5 . + 145 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4141 + [ a r:Fact; r:gives {145 math:notEqualTo 0}] + skolem:lemma3300 + [ a r:Fact; r:gives {((0 1 4 5) "=<") list:sort (0 1 4 5)}] + [ a r:Fact; r:gives {((0 1 4 5) ">=") list:sort (5 4 1 0)}] + skolem:lemma3301 + skolem:lemma3302 + [ a r:Fact; r:gives {(5410 145) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2144 a r:Inference; r:gives { - 146 :recursionCount 3 . + 146 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4142 + [ a r:Fact; r:gives {146 math:notEqualTo 0}] + skolem:lemma3303 + [ a r:Fact; r:gives {((0 1 4 6) "=<") list:sort (0 1 4 6)}] + [ a r:Fact; r:gives {((0 1 4 6) ">=") list:sort (6 4 1 0)}] + skolem:lemma3304 + skolem:lemma3305 + [ a r:Fact; r:gives {(6410 146) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2145 a r:Inference; r:gives { - 147 :recursionCount 6 . + 147 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4143 + [ a r:Fact; r:gives {147 math:notEqualTo 0}] + skolem:lemma3306 + [ a r:Fact; r:gives {((0 1 4 7) "=<") list:sort (0 1 4 7)}] + [ a r:Fact; r:gives {((0 1 4 7) ">=") list:sort (7 4 1 0)}] + skolem:lemma3307 + skolem:lemma3308 + [ a r:Fact; r:gives {(7410 147) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2146 a r:Inference; r:gives { - 148 :recursionCount 5 . + 148 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4144 + [ a r:Fact; r:gives {148 math:notEqualTo 0}] + skolem:lemma3309 + [ a r:Fact; r:gives {((0 1 4 8) "=<") list:sort (0 1 4 8)}] + [ a r:Fact; r:gives {((0 1 4 8) ">=") list:sort (8 4 1 0)}] + skolem:lemma3310 + skolem:lemma3311 + [ a r:Fact; r:gives {(8410 148) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2147 a r:Inference; r:gives { - 149 :recursionCount 3 . + 149 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4145 + [ a r:Fact; r:gives {149 math:notEqualTo 0}] + skolem:lemma3312 + [ a r:Fact; r:gives {((0 1 4 9) "=<") list:sort (0 1 4 9)}] + [ a r:Fact; r:gives {((0 1 4 9) ">=") list:sort (9 4 1 0)}] + skolem:lemma3313 + skolem:lemma3314 + [ a r:Fact; r:gives {(9410 149) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2148 a r:Inference; r:gives { - 150 :recursionCount 7 . + 150 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4146 + [ a r:Fact; r:gives {150 math:notEqualTo 0}] + skolem:lemma3315 + [ a r:Fact; r:gives {((0 1 5 0) "=<") list:sort (0 0 1 5)}] + [ a r:Fact; r:gives {((0 1 5 0) ">=") list:sort (5 1 0 0)}] + skolem:lemma3039 + skolem:lemma3040 + [ a r:Fact; r:gives {(5100 15) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2149 a r:Inference; r:gives { - 151 :recursionCount 6 . + 151 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4147 + [ a r:Fact; r:gives {151 math:notEqualTo 0}] + skolem:lemma3316 + [ a r:Fact; r:gives {((0 1 5 1) "=<") list:sort (0 1 1 5)}] + [ a r:Fact; r:gives {((0 1 5 1) ">=") list:sort (5 1 1 0)}] + skolem:lemma3229 + skolem:lemma3230 + [ a r:Fact; r:gives {(5110 115) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2150 a r:Inference; r:gives { - 152 :recursionCount 7 . + 152 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4148 + [ a r:Fact; r:gives {152 math:notEqualTo 0}] + skolem:lemma3317 + [ a r:Fact; r:gives {((0 1 5 2) "=<") list:sort (0 1 2 5)}] + [ a r:Fact; r:gives {((0 1 5 2) ">=") list:sort (5 2 1 0)}] + skolem:lemma3255 + skolem:lemma3256 + [ a r:Fact; r:gives {(5210 125) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2151 a r:Inference; r:gives { - 153 :recursionCount 7 . + 153 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4149 + [ a r:Fact; r:gives {153 math:notEqualTo 0}] + skolem:lemma3318 + [ a r:Fact; r:gives {((0 1 5 3) "=<") list:sort (0 1 3 5)}] + [ a r:Fact; r:gives {((0 1 5 3) ">=") list:sort (5 3 1 0)}] + skolem:lemma3279 + skolem:lemma3280 + [ a r:Fact; r:gives {(5310 135) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2152 a r:Inference; r:gives { - 154 :recursionCount 5 . + 154 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4150 + [ a r:Fact; r:gives {154 math:notEqualTo 0}] + skolem:lemma3319 + [ a r:Fact; r:gives {((0 1 5 4) "=<") list:sort (0 1 4 5)}] + [ a r:Fact; r:gives {((0 1 5 4) ">=") list:sort (5 4 1 0)}] + skolem:lemma3301 + skolem:lemma3302 + [ a r:Fact; r:gives {(5410 145) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2153 a r:Inference; r:gives { - 155 :recursionCount 5 . + 155 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4151 + [ a r:Fact; r:gives {155 math:notEqualTo 0}] + skolem:lemma3320 + [ a r:Fact; r:gives {((0 1 5 5) "=<") list:sort (0 1 5 5)}] + [ a r:Fact; r:gives {((0 1 5 5) ">=") list:sort (5 5 1 0)}] + skolem:lemma3321 + skolem:lemma3322 + [ a r:Fact; r:gives {(5510 155) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2154 a r:Inference; r:gives { - 156 :recursionCount 4 . + 156 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4152 + [ a r:Fact; r:gives {156 math:notEqualTo 0}] + skolem:lemma3323 + [ a r:Fact; r:gives {((0 1 5 6) "=<") list:sort (0 1 5 6)}] + [ a r:Fact; r:gives {((0 1 5 6) ">=") list:sort (6 5 1 0)}] + skolem:lemma3324 + skolem:lemma3325 + [ a r:Fact; r:gives {(6510 156) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2155 a r:Inference; r:gives { - 157 :recursionCount 3 . + 157 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4153 + [ a r:Fact; r:gives {157 math:notEqualTo 0}] + skolem:lemma3326 + [ a r:Fact; r:gives {((0 1 5 7) "=<") list:sort (0 1 5 7)}] + [ a r:Fact; r:gives {((0 1 5 7) ">=") list:sort (7 5 1 0)}] + skolem:lemma3327 + skolem:lemma3328 + [ a r:Fact; r:gives {(7510 157) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2156 a r:Inference; r:gives { - 158 :recursionCount 2 . + 158 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4154 + [ a r:Fact; r:gives {158 math:notEqualTo 0}] + skolem:lemma3329 + [ a r:Fact; r:gives {((0 1 5 8) "=<") list:sort (0 1 5 8)}] + [ a r:Fact; r:gives {((0 1 5 8) ">=") list:sort (8 5 1 0)}] + skolem:lemma3330 + skolem:lemma3331 + [ a r:Fact; r:gives {(8510 158) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2157 a r:Inference; r:gives { - 159 :recursionCount 7 . + 159 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4155 + [ a r:Fact; r:gives {159 math:notEqualTo 0}] + skolem:lemma3332 + [ a r:Fact; r:gives {((0 1 5 9) "=<") list:sort (0 1 5 9)}] + [ a r:Fact; r:gives {((0 1 5 9) ">=") list:sort (9 5 1 0)}] + skolem:lemma3333 + skolem:lemma3334 + [ a r:Fact; r:gives {(9510 159) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2158 a r:Inference; r:gives { - 160 :recursionCount 7 . + 160 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4156 + [ a r:Fact; r:gives {160 math:notEqualTo 0}] + skolem:lemma3335 + [ a r:Fact; r:gives {((0 1 6 0) "=<") list:sort (0 0 1 6)}] + [ a r:Fact; r:gives {((0 1 6 0) ">=") list:sort (6 1 0 0)}] + skolem:lemma3042 + skolem:lemma3043 + [ a r:Fact; r:gives {(6100 16) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2159 a r:Inference; r:gives { - 161 :recursionCount 6 . + 161 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4157 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma2160 a r:Inference; + [ a r:Fact; r:gives {161 math:notEqualTo 0}] + skolem:lemma3336 + [ a r:Fact; r:gives {((0 1 6 1) "=<") list:sort (0 1 1 6)}] + [ a r:Fact; r:gives {((0 1 6 1) ">=") list:sort (6 1 1 0)}] + skolem:lemma3232 + skolem:lemma3233 + [ a r:Fact; r:gives {(6110 116) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 161]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. + +skolem:lemma2160 a r:Inference; r:gives { - 162 :recursionCount 7 . + 162 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4158 + [ a r:Fact; r:gives {162 math:notEqualTo 0}] + skolem:lemma3337 + [ a r:Fact; r:gives {((0 1 6 2) "=<") list:sort (0 1 2 6)}] + [ a r:Fact; r:gives {((0 1 6 2) ">=") list:sort (6 2 1 0)}] + skolem:lemma3258 + skolem:lemma3259 + [ a r:Fact; r:gives {(6210 126) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2161 a r:Inference; r:gives { - 163 :recursionCount 1 . + 163 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4159 + [ a r:Fact; r:gives {163 math:notEqualTo 0}] + skolem:lemma3338 + [ a r:Fact; r:gives {((0 1 6 3) "=<") list:sort (0 1 3 6)}] + [ a r:Fact; r:gives {((0 1 6 3) ">=") list:sort (6 3 1 0)}] + skolem:lemma3282 + skolem:lemma3283 + [ a r:Fact; r:gives {(6310 136) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2162 a r:Inference; r:gives { - 164 :recursionCount 3 . + 164 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4160 + [ a r:Fact; r:gives {164 math:notEqualTo 0}] + skolem:lemma3339 + [ a r:Fact; r:gives {((0 1 6 4) "=<") list:sort (0 1 4 6)}] + [ a r:Fact; r:gives {((0 1 6 4) ">=") list:sort (6 4 1 0)}] + skolem:lemma3304 + skolem:lemma3305 + [ a r:Fact; r:gives {(6410 146) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2163 a r:Inference; r:gives { - 165 :recursionCount 4 . + 165 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4161 + [ a r:Fact; r:gives {165 math:notEqualTo 0}] + skolem:lemma3340 + [ a r:Fact; r:gives {((0 1 6 5) "=<") list:sort (0 1 5 6)}] + [ a r:Fact; r:gives {((0 1 6 5) ">=") list:sort (6 5 1 0)}] + skolem:lemma3324 + skolem:lemma3325 + [ a r:Fact; r:gives {(6510 156) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2164 a r:Inference; r:gives { - 166 :recursionCount 5 . + 166 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4162 + [ a r:Fact; r:gives {166 math:notEqualTo 0}] + skolem:lemma3341 + [ a r:Fact; r:gives {((0 1 6 6) "=<") list:sort (0 1 6 6)}] + [ a r:Fact; r:gives {((0 1 6 6) ">=") list:sort (6 6 1 0)}] + skolem:lemma3342 + skolem:lemma3343 + [ a r:Fact; r:gives {(6610 166) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2165 a r:Inference; r:gives { - 167 :recursionCount 5 . + 167 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4163 + [ a r:Fact; r:gives {167 math:notEqualTo 0}] + skolem:lemma3344 + [ a r:Fact; r:gives {((0 1 6 7) "=<") list:sort (0 1 6 7)}] + [ a r:Fact; r:gives {((0 1 6 7) ">=") list:sort (7 6 1 0)}] + skolem:lemma3345 + skolem:lemma3346 + [ a r:Fact; r:gives {(7610 167) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2166 a r:Inference; r:gives { - 168 :recursionCount 7 . + 168 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4164 + [ a r:Fact; r:gives {168 math:notEqualTo 0}] + skolem:lemma3347 + [ a r:Fact; r:gives {((0 1 6 8) "=<") list:sort (0 1 6 8)}] + [ a r:Fact; r:gives {((0 1 6 8) ">=") list:sort (8 6 1 0)}] + skolem:lemma3348 + skolem:lemma3349 + [ a r:Fact; r:gives {(8610 168) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2167 a r:Inference; r:gives { - 169 :recursionCount 7 . + 169 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4165 + [ a r:Fact; r:gives {169 math:notEqualTo 0}] + skolem:lemma3350 + [ a r:Fact; r:gives {((0 1 6 9) "=<") list:sort (0 1 6 9)}] + [ a r:Fact; r:gives {((0 1 6 9) ">=") list:sort (9 6 1 0)}] + skolem:lemma3351 + skolem:lemma3352 + [ a r:Fact; r:gives {(9610 169) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2168 a r:Inference; r:gives { - 170 :recursionCount 3 . + 170 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4166 + [ a r:Fact; r:gives {170 math:notEqualTo 0}] + skolem:lemma3353 + [ a r:Fact; r:gives {((0 1 7 0) "=<") list:sort (0 0 1 7)}] + [ a r:Fact; r:gives {((0 1 7 0) ">=") list:sort (7 1 0 0)}] + skolem:lemma3045 + skolem:lemma3046 + [ a r:Fact; r:gives {(7100 17) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2169 a r:Inference; r:gives { - 171 :recursionCount 4 . + 171 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4167 + [ a r:Fact; r:gives {171 math:notEqualTo 0}] + skolem:lemma3354 + [ a r:Fact; r:gives {((0 1 7 1) "=<") list:sort (0 1 1 7)}] + [ a r:Fact; r:gives {((0 1 7 1) ">=") list:sort (7 1 1 0)}] + skolem:lemma3235 + skolem:lemma3236 + [ a r:Fact; r:gives {(7110 117) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2170 a r:Inference; r:gives { - 172 :recursionCount 3 . + 172 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4168 + [ a r:Fact; r:gives {172 math:notEqualTo 0}] + skolem:lemma3355 + [ a r:Fact; r:gives {((0 1 7 2) "=<") list:sort (0 1 2 7)}] + [ a r:Fact; r:gives {((0 1 7 2) ">=") list:sort (7 2 1 0)}] + skolem:lemma3261 + skolem:lemma3262 + [ a r:Fact; r:gives {(7210 127) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2171 a r:Inference; r:gives { - 173 :recursionCount 5 . + 173 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4169 + [ a r:Fact; r:gives {173 math:notEqualTo 0}] + skolem:lemma3356 + [ a r:Fact; r:gives {((0 1 7 3) "=<") list:sort (0 1 3 7)}] + [ a r:Fact; r:gives {((0 1 7 3) ">=") list:sort (7 3 1 0)}] + skolem:lemma3285 + skolem:lemma3286 + [ a r:Fact; r:gives {(7310 137) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2172 a r:Inference; r:gives { - 174 :recursionCount 6 . + 174 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4170 + [ a r:Fact; r:gives {174 math:notEqualTo 0}] + skolem:lemma3357 + [ a r:Fact; r:gives {((0 1 7 4) "=<") list:sort (0 1 4 7)}] + [ a r:Fact; r:gives {((0 1 7 4) ">=") list:sort (7 4 1 0)}] + skolem:lemma3307 + skolem:lemma3308 + [ a r:Fact; r:gives {(7410 147) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2173 a r:Inference; r:gives { - 175 :recursionCount 3 . + 175 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4171 + [ a r:Fact; r:gives {175 math:notEqualTo 0}] + skolem:lemma3358 + [ a r:Fact; r:gives {((0 1 7 5) "=<") list:sort (0 1 5 7)}] + [ a r:Fact; r:gives {((0 1 7 5) ">=") list:sort (7 5 1 0)}] + skolem:lemma3327 + skolem:lemma3328 + [ a r:Fact; r:gives {(7510 157) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2174 a r:Inference; r:gives { - 176 :recursionCount 5 . + 176 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4172 + [ a r:Fact; r:gives {176 math:notEqualTo 0}] + skolem:lemma3359 + [ a r:Fact; r:gives {((0 1 7 6) "=<") list:sort (0 1 6 7)}] + [ a r:Fact; r:gives {((0 1 7 6) ">=") list:sort (7 6 1 0)}] + skolem:lemma3345 + skolem:lemma3346 + [ a r:Fact; r:gives {(7610 167) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2175 a r:Inference; r:gives { - 177 :recursionCount 3 . + 177 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4173 + [ a r:Fact; r:gives {177 math:notEqualTo 0}] + skolem:lemma3360 + [ a r:Fact; r:gives {((0 1 7 7) "=<") list:sort (0 1 7 7)}] + [ a r:Fact; r:gives {((0 1 7 7) ">=") list:sort (7 7 1 0)}] + skolem:lemma3361 + skolem:lemma3362 + [ a r:Fact; r:gives {(7710 177) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2176 a r:Inference; r:gives { - 178 :recursionCount 2 . + 178 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4174 + [ a r:Fact; r:gives {178 math:notEqualTo 0}] + skolem:lemma3363 + [ a r:Fact; r:gives {((0 1 7 8) "=<") list:sort (0 1 7 8)}] + [ a r:Fact; r:gives {((0 1 7 8) ">=") list:sort (8 7 1 0)}] + skolem:lemma3364 + skolem:lemma3365 + [ a r:Fact; r:gives {(8710 178) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2177 a r:Inference; r:gives { - 179 :recursionCount 7 . + 179 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4175 + [ a r:Fact; r:gives {179 math:notEqualTo 0}] + skolem:lemma3366 + [ a r:Fact; r:gives {((0 1 7 9) "=<") list:sort (0 1 7 9)}] + [ a r:Fact; r:gives {((0 1 7 9) ">=") list:sort (9 7 1 0)}] + skolem:lemma3367 + skolem:lemma3368 + [ a r:Fact; r:gives {(9710 179) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2178 a r:Inference; r:gives { - 180 :recursionCount 3 . + 180 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4176 + [ a r:Fact; r:gives {180 math:notEqualTo 0}] + skolem:lemma3369 + [ a r:Fact; r:gives {((0 1 8 0) "=<") list:sort (0 0 1 8)}] + [ a r:Fact; r:gives {((0 1 8 0) ">=") list:sort (8 1 0 0)}] + skolem:lemma3048 + skolem:lemma3049 + [ a r:Fact; r:gives {(8100 18) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2179 a r:Inference; r:gives { - 181 :recursionCount 6 . + 181 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4177 + [ a r:Fact; r:gives {181 math:notEqualTo 0}] + skolem:lemma3370 + [ a r:Fact; r:gives {((0 1 8 1) "=<") list:sort (0 1 1 8)}] + [ a r:Fact; r:gives {((0 1 8 1) ">=") list:sort (8 1 1 0)}] + skolem:lemma3238 + skolem:lemma3239 + [ a r:Fact; r:gives {(8110 118) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2180 a r:Inference; r:gives { - 182 :recursionCount 3 . + 182 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4178 + [ a r:Fact; r:gives {182 math:notEqualTo 0}] + skolem:lemma3371 + [ a r:Fact; r:gives {((0 1 8 2) "=<") list:sort (0 1 2 8)}] + [ a r:Fact; r:gives {((0 1 8 2) ">=") list:sort (8 2 1 0)}] + skolem:lemma3264 + skolem:lemma3265 + [ a r:Fact; r:gives {(8210 128) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2181 a r:Inference; r:gives { - 183 :recursionCount 6 . + 183 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4179 + [ a r:Fact; r:gives {183 math:notEqualTo 0}] + skolem:lemma3372 + [ a r:Fact; r:gives {((0 1 8 3) "=<") list:sort (0 1 3 8)}] + [ a r:Fact; r:gives {((0 1 8 3) ">=") list:sort (8 3 1 0)}] + skolem:lemma3288 + skolem:lemma3289 + [ a r:Fact; r:gives {(8310 138) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2182 a r:Inference; r:gives { - 184 :recursionCount 5 . + 184 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4180 + [ a r:Fact; r:gives {184 math:notEqualTo 0}] + skolem:lemma3373 + [ a r:Fact; r:gives {((0 1 8 4) "=<") list:sort (0 1 4 8)}] + [ a r:Fact; r:gives {((0 1 8 4) ">=") list:sort (8 4 1 0)}] + skolem:lemma3310 + skolem:lemma3311 + [ a r:Fact; r:gives {(8410 148) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2183 a r:Inference; r:gives { - 185 :recursionCount 2 . + 185 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4181 + [ a r:Fact; r:gives {185 math:notEqualTo 0}] + skolem:lemma3374 + [ a r:Fact; r:gives {((0 1 8 5) "=<") list:sort (0 1 5 8)}] + [ a r:Fact; r:gives {((0 1 8 5) ">=") list:sort (8 5 1 0)}] + skolem:lemma3330 + skolem:lemma3331 + [ a r:Fact; r:gives {(8510 158) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2184 a r:Inference; r:gives { - 186 :recursionCount 7 . + 186 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4182 + [ a r:Fact; r:gives {186 math:notEqualTo 0}] + skolem:lemma3375 + [ a r:Fact; r:gives {((0 1 8 6) "=<") list:sort (0 1 6 8)}] + [ a r:Fact; r:gives {((0 1 8 6) ">=") list:sort (8 6 1 0)}] + skolem:lemma3348 + skolem:lemma3349 + [ a r:Fact; r:gives {(8610 168) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2185 a r:Inference; r:gives { - 187 :recursionCount 2 . + 187 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4183 + [ a r:Fact; r:gives {187 math:notEqualTo 0}] + skolem:lemma3376 + [ a r:Fact; r:gives {((0 1 8 7) "=<") list:sort (0 1 7 8)}] + [ a r:Fact; r:gives {((0 1 8 7) ">=") list:sort (8 7 1 0)}] + skolem:lemma3364 + skolem:lemma3365 + [ a r:Fact; r:gives {(8710 178) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2186 a r:Inference; r:gives { - 188 :recursionCount 5 . + 188 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4184 + [ a r:Fact; r:gives {188 math:notEqualTo 0}] + skolem:lemma3377 + [ a r:Fact; r:gives {((0 1 8 8) "=<") list:sort (0 1 8 8)}] + [ a r:Fact; r:gives {((0 1 8 8) ">=") list:sort (8 8 1 0)}] + skolem:lemma3378 + skolem:lemma3379 + [ a r:Fact; r:gives {(8810 188) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2187 a r:Inference; r:gives { - 189 :recursionCount 3 . + 189 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4185 + [ a r:Fact; r:gives {189 math:notEqualTo 0}] + skolem:lemma3380 + [ a r:Fact; r:gives {((0 1 8 9) "=<") list:sort (0 1 8 9)}] + [ a r:Fact; r:gives {((0 1 8 9) ">=") list:sort (9 8 1 0)}] + skolem:lemma3381 + skolem:lemma3382 + [ a r:Fact; r:gives {(9810 189) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2188 a r:Inference; r:gives { - 190 :recursionCount 4 . + 190 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4186 + [ a r:Fact; r:gives {190 math:notEqualTo 0}] + skolem:lemma3383 + [ a r:Fact; r:gives {((0 1 9 0) "=<") list:sort (0 0 1 9)}] + [ a r:Fact; r:gives {((0 1 9 0) ">=") list:sort (9 1 0 0)}] + skolem:lemma3051 + skolem:lemma3052 + [ a r:Fact; r:gives {(9100 19) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2189 a r:Inference; r:gives { - 191 :recursionCount 4 . + 191 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4187 + [ a r:Fact; r:gives {191 math:notEqualTo 0}] + skolem:lemma3384 + [ a r:Fact; r:gives {((0 1 9 1) "=<") list:sort (0 1 1 9)}] + [ a r:Fact; r:gives {((0 1 9 1) ">=") list:sort (9 1 1 0)}] + skolem:lemma3241 + skolem:lemma3242 + [ a r:Fact; r:gives {(9110 119) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2190 a r:Inference; r:gives { - 192 :recursionCount 4 . + 192 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4188 + [ a r:Fact; r:gives {192 math:notEqualTo 0}] + skolem:lemma3385 + [ a r:Fact; r:gives {((0 1 9 2) "=<") list:sort (0 1 2 9)}] + [ a r:Fact; r:gives {((0 1 9 2) ">=") list:sort (9 2 1 0)}] + skolem:lemma3267 + skolem:lemma3268 + [ a r:Fact; r:gives {(9210 129) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2191 a r:Inference; r:gives { - 193 :recursionCount 3 . + 193 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4189 + [ a r:Fact; r:gives {193 math:notEqualTo 0}] + skolem:lemma3386 + [ a r:Fact; r:gives {((0 1 9 3) "=<") list:sort (0 1 3 9)}] + [ a r:Fact; r:gives {((0 1 9 3) ">=") list:sort (9 3 1 0)}] + skolem:lemma3291 + skolem:lemma3292 + [ a r:Fact; r:gives {(9310 139) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2192 a r:Inference; r:gives { - 194 :recursionCount 3 . + 194 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4190 + [ a r:Fact; r:gives {194 math:notEqualTo 0}] + skolem:lemma3387 + [ a r:Fact; r:gives {((0 1 9 4) "=<") list:sort (0 1 4 9)}] + [ a r:Fact; r:gives {((0 1 9 4) ">=") list:sort (9 4 1 0)}] + skolem:lemma3313 + skolem:lemma3314 + [ a r:Fact; r:gives {(9410 149) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2193 a r:Inference; r:gives { - 195 :recursionCount 7 . + 195 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4191 + [ a r:Fact; r:gives {195 math:notEqualTo 0}] + skolem:lemma3388 + [ a r:Fact; r:gives {((0 1 9 5) "=<") list:sort (0 1 5 9)}] + [ a r:Fact; r:gives {((0 1 9 5) ">=") list:sort (9 5 1 0)}] + skolem:lemma3333 + skolem:lemma3334 + [ a r:Fact; r:gives {(9510 159) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2194 a r:Inference; r:gives { - 196 :recursionCount 7 . + 196 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4192 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma2195 a r:Inference; - r:gives { - 197 :recursionCount 7 . + [ a r:Fact; r:gives {196 math:notEqualTo 0}] + skolem:lemma3389 + [ a r:Fact; r:gives {((0 1 9 6) "=<") list:sort (0 1 6 9)}] + [ a r:Fact; r:gives {((0 1 9 6) ">=") list:sort (9 6 1 0)}] + skolem:lemma3351 + skolem:lemma3352 + [ a r:Fact; r:gives {(9610 169) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 196]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. + +skolem:lemma2195 a r:Inference; + r:gives { + 197 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4193 + [ a r:Fact; r:gives {197 math:notEqualTo 0}] + skolem:lemma3390 + [ a r:Fact; r:gives {((0 1 9 7) "=<") list:sort (0 1 7 9)}] + [ a r:Fact; r:gives {((0 1 9 7) ">=") list:sort (9 7 1 0)}] + skolem:lemma3367 + skolem:lemma3368 + [ a r:Fact; r:gives {(9710 179) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2196 a r:Inference; r:gives { - 198 :recursionCount 3 . + 198 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4194 + [ a r:Fact; r:gives {198 math:notEqualTo 0}] + skolem:lemma3391 + [ a r:Fact; r:gives {((0 1 9 8) "=<") list:sort (0 1 8 9)}] + [ a r:Fact; r:gives {((0 1 9 8) ">=") list:sort (9 8 1 0)}] + skolem:lemma3381 + skolem:lemma3382 + [ a r:Fact; r:gives {(9810 189) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2197 a r:Inference; r:gives { - 199 :recursionCount 3 . + 199 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4195 + [ a r:Fact; r:gives {199 math:notEqualTo 0}] + skolem:lemma3392 + [ a r:Fact; r:gives {((0 1 9 9) "=<") list:sort (0 1 9 9)}] + [ a r:Fact; r:gives {((0 1 9 9) ">=") list:sort (9 9 1 0)}] + skolem:lemma3393 + skolem:lemma3394 + [ a r:Fact; r:gives {(9910 199) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2198 a r:Inference; r:gives { - 200 :recursionCount 4 . + 200 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4196 + [ a r:Fact; r:gives {200 math:notEqualTo 0}] + skolem:lemma3395 + [ a r:Fact; r:gives {((0 2 0 0) "=<") list:sort (0 0 0 2)}] + [ a r:Fact; r:gives {((0 2 0 0) ">=") list:sort (2 0 0 0)}] + skolem:lemma3002 + skolem:lemma3003 + [ a r:Fact; r:gives {(2000 2) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2199 a r:Inference; r:gives { - 201 :recursionCount 3 . + 201 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4197 + [ a r:Fact; r:gives {201 math:notEqualTo 0}] + skolem:lemma3396 + [ a r:Fact; r:gives {((0 2 0 1) "=<") list:sort (0 0 1 2)}] + [ a r:Fact; r:gives {((0 2 0 1) ">=") list:sort (2 1 0 0)}] + skolem:lemma3030 + skolem:lemma3031 + [ a r:Fact; r:gives {(2100 12) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2200 a r:Inference; r:gives { - 202 :recursionCount 6 . + 202 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4198 + [ a r:Fact; r:gives {202 math:notEqualTo 0}] + skolem:lemma3397 + [ a r:Fact; r:gives {((0 2 0 2) "=<") list:sort (0 0 2 2)}] + [ a r:Fact; r:gives {((0 2 0 2) ">=") list:sort (2 2 0 0)}] + skolem:lemma3056 + skolem:lemma3057 + [ a r:Fact; r:gives {(2200 22) math:difference 2178}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2178 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2178 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2201 a r:Inference; r:gives { - 203 :recursionCount 5 . + 203 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4199 + [ a r:Fact; r:gives {203 math:notEqualTo 0}] + skolem:lemma3398 + [ a r:Fact; r:gives {((0 2 0 3) "=<") list:sort (0 0 2 3)}] + [ a r:Fact; r:gives {((0 2 0 3) ">=") list:sort (3 2 0 0)}] + skolem:lemma3059 + skolem:lemma3060 + [ a r:Fact; r:gives {(3200 23) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2202 a r:Inference; r:gives { - 204 :recursionCount 2 . + 204 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4200 + [ a r:Fact; r:gives {204 math:notEqualTo 0}] + skolem:lemma3399 + [ a r:Fact; r:gives {((0 2 0 4) "=<") list:sort (0 0 2 4)}] + [ a r:Fact; r:gives {((0 2 0 4) ">=") list:sort (4 2 0 0)}] + skolem:lemma3062 + skolem:lemma3063 + [ a r:Fact; r:gives {(4200 24) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2203 a r:Inference; r:gives { - 205 :recursionCount 7 . + 205 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4201 + [ a r:Fact; r:gives {205 math:notEqualTo 0}] + skolem:lemma3400 + [ a r:Fact; r:gives {((0 2 0 5) "=<") list:sort (0 0 2 5)}] + [ a r:Fact; r:gives {((0 2 0 5) ">=") list:sort (5 2 0 0)}] + skolem:lemma3065 + skolem:lemma3066 + [ a r:Fact; r:gives {(5200 25) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2204 a r:Inference; r:gives { - 206 :recursionCount 1 . + 206 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4202 + [ a r:Fact; r:gives {206 math:notEqualTo 0}] + skolem:lemma3401 + [ a r:Fact; r:gives {((0 2 0 6) "=<") list:sort (0 0 2 6)}] + [ a r:Fact; r:gives {((0 2 0 6) ">=") list:sort (6 2 0 0)}] + skolem:lemma3068 + skolem:lemma3069 + [ a r:Fact; r:gives {(6200 26) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2205 a r:Inference; r:gives { - 207 :recursionCount 5 . + 207 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4203 + [ a r:Fact; r:gives {207 math:notEqualTo 0}] + skolem:lemma3402 + [ a r:Fact; r:gives {((0 2 0 7) "=<") list:sort (0 0 2 7)}] + [ a r:Fact; r:gives {((0 2 0 7) ">=") list:sort (7 2 0 0)}] + skolem:lemma3071 + skolem:lemma3072 + [ a r:Fact; r:gives {(7200 27) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2206 a r:Inference; r:gives { - 208 :recursionCount 6 . + 208 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4204 + [ a r:Fact; r:gives {208 math:notEqualTo 0}] + skolem:lemma3403 + [ a r:Fact; r:gives {((0 2 0 8) "=<") list:sort (0 0 2 8)}] + [ a r:Fact; r:gives {((0 2 0 8) ">=") list:sort (8 2 0 0)}] + skolem:lemma3074 + skolem:lemma3075 + [ a r:Fact; r:gives {(8200 28) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2207 a r:Inference; r:gives { - 209 :recursionCount 3 . + 209 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4205 + [ a r:Fact; r:gives {209 math:notEqualTo 0}] + skolem:lemma3404 + [ a r:Fact; r:gives {((0 2 0 9) "=<") list:sort (0 0 2 9)}] + [ a r:Fact; r:gives {((0 2 0 9) ">=") list:sort (9 2 0 0)}] + skolem:lemma3077 + skolem:lemma3078 + [ a r:Fact; r:gives {(9200 29) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2208 a r:Inference; r:gives { - 210 :recursionCount 3 . + 210 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4206 + [ a r:Fact; r:gives {210 math:notEqualTo 0}] + skolem:lemma3405 + [ a r:Fact; r:gives {((0 2 1 0) "=<") list:sort (0 0 1 2)}] + [ a r:Fact; r:gives {((0 2 1 0) ">=") list:sort (2 1 0 0)}] + skolem:lemma3030 + skolem:lemma3031 + [ a r:Fact; r:gives {(2100 12) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2209 a r:Inference; r:gives { - 211 :recursionCount 4 . + 211 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4207 + [ a r:Fact; r:gives {211 math:notEqualTo 0}] + skolem:lemma3406 + [ a r:Fact; r:gives {((0 2 1 1) "=<") list:sort (0 1 1 2)}] + [ a r:Fact; r:gives {((0 2 1 1) ">=") list:sort (2 1 1 0)}] + skolem:lemma3220 + skolem:lemma3221 + [ a r:Fact; r:gives {(2110 112) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2210 a r:Inference; r:gives { - 212 :recursionCount 3 . + 212 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4208 + [ a r:Fact; r:gives {212 math:notEqualTo 0}] + skolem:lemma3407 + [ a r:Fact; r:gives {((0 2 1 2) "=<") list:sort (0 1 2 2)}] + [ a r:Fact; r:gives {((0 2 1 2) ">=") list:sort (2 2 1 0)}] + skolem:lemma3246 + skolem:lemma3247 + [ a r:Fact; r:gives {(2210 122) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2211 a r:Inference; r:gives { - 213 :recursionCount 3 . + 213 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4209 + [ a r:Fact; r:gives {213 math:notEqualTo 0}] + skolem:lemma3408 + [ a r:Fact; r:gives {((0 2 1 3) "=<") list:sort (0 1 2 3)}] + [ a r:Fact; r:gives {((0 2 1 3) ">=") list:sort (3 2 1 0)}] + skolem:lemma3249 + skolem:lemma3250 + [ a r:Fact; r:gives {(3210 123) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2212 a r:Inference; r:gives { - 214 :recursionCount 7 . + 214 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4210 + [ a r:Fact; r:gives {214 math:notEqualTo 0}] + skolem:lemma3409 + [ a r:Fact; r:gives {((0 2 1 4) "=<") list:sort (0 1 2 4)}] + [ a r:Fact; r:gives {((0 2 1 4) ">=") list:sort (4 2 1 0)}] + skolem:lemma3252 + skolem:lemma3253 + [ a r:Fact; r:gives {(4210 124) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2213 a r:Inference; r:gives { - 215 :recursionCount 7 . + 215 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4211 + [ a r:Fact; r:gives {215 math:notEqualTo 0}] + skolem:lemma3410 + [ a r:Fact; r:gives {((0 2 1 5) "=<") list:sort (0 1 2 5)}] + [ a r:Fact; r:gives {((0 2 1 5) ">=") list:sort (5 2 1 0)}] + skolem:lemma3255 + skolem:lemma3256 + [ a r:Fact; r:gives {(5210 125) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2214 a r:Inference; r:gives { - 216 :recursionCount 7 . + 216 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4212 + [ a r:Fact; r:gives {216 math:notEqualTo 0}] + skolem:lemma3411 + [ a r:Fact; r:gives {((0 2 1 6) "=<") list:sort (0 1 2 6)}] + [ a r:Fact; r:gives {((0 2 1 6) ">=") list:sort (6 2 1 0)}] + skolem:lemma3258 + skolem:lemma3259 + [ a r:Fact; r:gives {(6210 126) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2215 a r:Inference; r:gives { - 217 :recursionCount 3 . + 217 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4213 + [ a r:Fact; r:gives {217 math:notEqualTo 0}] + skolem:lemma3412 + [ a r:Fact; r:gives {((0 2 1 7) "=<") list:sort (0 1 2 7)}] + [ a r:Fact; r:gives {((0 2 1 7) ">=") list:sort (7 2 1 0)}] + skolem:lemma3261 + skolem:lemma3262 + [ a r:Fact; r:gives {(7210 127) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2216 a r:Inference; r:gives { - 218 :recursionCount 3 . + 218 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4214 + [ a r:Fact; r:gives {218 math:notEqualTo 0}] + skolem:lemma3413 + [ a r:Fact; r:gives {((0 2 1 8) "=<") list:sort (0 1 2 8)}] + [ a r:Fact; r:gives {((0 2 1 8) ">=") list:sort (8 2 1 0)}] + skolem:lemma3264 + skolem:lemma3265 + [ a r:Fact; r:gives {(8210 128) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2217 a r:Inference; r:gives { - 219 :recursionCount 4 . + 219 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4215 + [ a r:Fact; r:gives {219 math:notEqualTo 0}] + skolem:lemma3414 + [ a r:Fact; r:gives {((0 2 1 9) "=<") list:sort (0 1 2 9)}] + [ a r:Fact; r:gives {((0 2 1 9) ">=") list:sort (9 2 1 0)}] + skolem:lemma3267 + skolem:lemma3268 + [ a r:Fact; r:gives {(9210 129) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2218 a r:Inference; r:gives { - 220 :recursionCount 6 . + 220 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4216 + [ a r:Fact; r:gives {220 math:notEqualTo 0}] + skolem:lemma3415 + [ a r:Fact; r:gives {((0 2 2 0) "=<") list:sort (0 0 2 2)}] + [ a r:Fact; r:gives {((0 2 2 0) ">=") list:sort (2 2 0 0)}] + skolem:lemma3056 + skolem:lemma3057 + [ a r:Fact; r:gives {(2200 22) math:difference 2178}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2178 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2178 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2219 a r:Inference; r:gives { - 221 :recursionCount 3 . + 221 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4217 + [ a r:Fact; r:gives {221 math:notEqualTo 0}] + skolem:lemma3416 + [ a r:Fact; r:gives {((0 2 2 1) "=<") list:sort (0 1 2 2)}] + [ a r:Fact; r:gives {((0 2 2 1) ">=") list:sort (2 2 1 0)}] + skolem:lemma3246 + skolem:lemma3247 + [ a r:Fact; r:gives {(2210 122) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2220 a r:Inference; r:gives { - 222 :recursionCount 4 . + 222 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4218 + [ a r:Fact; r:gives {222 math:notEqualTo 0}] + skolem:lemma3417 + [ a r:Fact; r:gives {((0 2 2 2) "=<") list:sort (0 2 2 2)}] + [ a r:Fact; r:gives {((0 2 2 2) ">=") list:sort (2 2 2 0)}] + skolem:lemma3418 + skolem:lemma3419 + [ a r:Fact; r:gives {(2220 222) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 222]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2221 a r:Inference; r:gives { - 223 :recursionCount 6 . + 223 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4219 + [ a r:Fact; r:gives {223 math:notEqualTo 0}] + skolem:lemma3420 + [ a r:Fact; r:gives {((0 2 2 3) "=<") list:sort (0 2 2 3)}] + [ a r:Fact; r:gives {((0 2 2 3) ">=") list:sort (3 2 2 0)}] + skolem:lemma3421 + skolem:lemma3422 + [ a r:Fact; r:gives {(3220 223) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2222 a r:Inference; r:gives { - 224 :recursionCount 4 . + 224 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4220 + [ a r:Fact; r:gives {224 math:notEqualTo 0}] + skolem:lemma3423 + [ a r:Fact; r:gives {((0 2 2 4) "=<") list:sort (0 2 2 4)}] + [ a r:Fact; r:gives {((0 2 2 4) ">=") list:sort (4 2 2 0)}] + skolem:lemma3424 + skolem:lemma3425 + [ a r:Fact; r:gives {(4220 224) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2223 a r:Inference; r:gives { - 225 :recursionCount 6 . + 225 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4221 + [ a r:Fact; r:gives {225 math:notEqualTo 0}] + skolem:lemma3426 + [ a r:Fact; r:gives {((0 2 2 5) "=<") list:sort (0 2 2 5)}] + [ a r:Fact; r:gives {((0 2 2 5) ">=") list:sort (5 2 2 0)}] + skolem:lemma3427 + skolem:lemma3428 + [ a r:Fact; r:gives {(5220 225) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2224 a r:Inference; r:gives { - 226 :recursionCount 6 . + 226 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4222 + [ a r:Fact; r:gives {226 math:notEqualTo 0}] + skolem:lemma3429 + [ a r:Fact; r:gives {((0 2 2 6) "=<") list:sort (0 2 2 6)}] + [ a r:Fact; r:gives {((0 2 2 6) ">=") list:sort (6 2 2 0)}] + skolem:lemma3430 + skolem:lemma3431 + [ a r:Fact; r:gives {(6220 226) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2225 a r:Inference; r:gives { - 227 :recursionCount 4 . + 227 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4223 + [ a r:Fact; r:gives {227 math:notEqualTo 0}] + skolem:lemma3432 + [ a r:Fact; r:gives {((0 2 2 7) "=<") list:sort (0 2 2 7)}] + [ a r:Fact; r:gives {((0 2 2 7) ">=") list:sort (7 2 2 0)}] + skolem:lemma3433 + skolem:lemma3434 + [ a r:Fact; r:gives {(7220 227) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2226 a r:Inference; r:gives { - 228 :recursionCount 6 . + 228 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4224 + [ a r:Fact; r:gives {228 math:notEqualTo 0}] + skolem:lemma3435 + [ a r:Fact; r:gives {((0 2 2 8) "=<") list:sort (0 2 2 8)}] + [ a r:Fact; r:gives {((0 2 2 8) ">=") list:sort (8 2 2 0)}] + skolem:lemma3436 + skolem:lemma3437 + [ a r:Fact; r:gives {(8220 228) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2227 a r:Inference; r:gives { - 229 :recursionCount 4 . + 229 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4225 + [ a r:Fact; r:gives {229 math:notEqualTo 0}] + skolem:lemma3438 + [ a r:Fact; r:gives {((0 2 2 9) "=<") list:sort (0 2 2 9)}] + [ a r:Fact; r:gives {((0 2 2 9) ">=") list:sort (9 2 2 0)}] + skolem:lemma3439 + skolem:lemma3440 + [ a r:Fact; r:gives {(9220 229) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2228 a r:Inference; r:gives { - 230 :recursionCount 5 . + 230 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4226 + [ a r:Fact; r:gives {230 math:notEqualTo 0}] + skolem:lemma3441 + [ a r:Fact; r:gives {((0 2 3 0) "=<") list:sort (0 0 2 3)}] + [ a r:Fact; r:gives {((0 2 3 0) ">=") list:sort (3 2 0 0)}] + skolem:lemma3059 + skolem:lemma3060 + [ a r:Fact; r:gives {(3200 23) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2229 a r:Inference; r:gives { - 231 :recursionCount 3 . + 231 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4227 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma2230 a r:Inference; + [ a r:Fact; r:gives {231 math:notEqualTo 0}] + skolem:lemma3442 + [ a r:Fact; r:gives {((0 2 3 1) "=<") list:sort (0 1 2 3)}] + [ a r:Fact; r:gives {((0 2 3 1) ">=") list:sort (3 2 1 0)}] + skolem:lemma3249 + skolem:lemma3250 + [ a r:Fact; r:gives {(3210 123) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 231]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + +skolem:lemma2230 a r:Inference; r:gives { - 232 :recursionCount 6 . + 232 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4228 + [ a r:Fact; r:gives {232 math:notEqualTo 0}] + skolem:lemma3443 + [ a r:Fact; r:gives {((0 2 3 2) "=<") list:sort (0 2 2 3)}] + [ a r:Fact; r:gives {((0 2 3 2) ">=") list:sort (3 2 2 0)}] + skolem:lemma3421 + skolem:lemma3422 + [ a r:Fact; r:gives {(3220 223) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2231 a r:Inference; r:gives { - 233 :recursionCount 3 . + 233 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4229 + [ a r:Fact; r:gives {233 math:notEqualTo 0}] + skolem:lemma3444 + [ a r:Fact; r:gives {((0 2 3 3) "=<") list:sort (0 2 3 3)}] + [ a r:Fact; r:gives {((0 2 3 3) ">=") list:sort (3 3 2 0)}] + skolem:lemma3445 + skolem:lemma3446 + [ a r:Fact; r:gives {(3320 233) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2232 a r:Inference; r:gives { - 234 :recursionCount 7 . + 234 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4230 + [ a r:Fact; r:gives {234 math:notEqualTo 0}] + skolem:lemma3447 + [ a r:Fact; r:gives {((0 2 3 4) "=<") list:sort (0 2 3 4)}] + [ a r:Fact; r:gives {((0 2 3 4) ">=") list:sort (4 3 2 0)}] + skolem:lemma3448 + skolem:lemma3449 + [ a r:Fact; r:gives {(4320 234) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2233 a r:Inference; r:gives { - 235 :recursionCount 7 . + 235 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4231 + [ a r:Fact; r:gives {235 math:notEqualTo 0}] + skolem:lemma3450 + [ a r:Fact; r:gives {((0 2 3 5) "=<") list:sort (0 2 3 5)}] + [ a r:Fact; r:gives {((0 2 3 5) ">=") list:sort (5 3 2 0)}] + skolem:lemma3451 + skolem:lemma3452 + [ a r:Fact; r:gives {(5320 235) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2234 a r:Inference; r:gives { - 236 :recursionCount 7 . + 236 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4232 + [ a r:Fact; r:gives {236 math:notEqualTo 0}] + skolem:lemma3453 + [ a r:Fact; r:gives {((0 2 3 6) "=<") list:sort (0 2 3 6)}] + [ a r:Fact; r:gives {((0 2 3 6) ">=") list:sort (6 3 2 0)}] + skolem:lemma3454 + skolem:lemma3455 + [ a r:Fact; r:gives {(6320 236) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2235 a r:Inference; r:gives { - 237 :recursionCount 3 . + 237 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4233 + [ a r:Fact; r:gives {237 math:notEqualTo 0}] + skolem:lemma3456 + [ a r:Fact; r:gives {((0 2 3 7) "=<") list:sort (0 2 3 7)}] + [ a r:Fact; r:gives {((0 2 3 7) ">=") list:sort (7 3 2 0)}] + skolem:lemma3457 + skolem:lemma3458 + [ a r:Fact; r:gives {(7320 237) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2236 a r:Inference; r:gives { - 238 :recursionCount 3 . + 238 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4234 + [ a r:Fact; r:gives {238 math:notEqualTo 0}] + skolem:lemma3459 + [ a r:Fact; r:gives {((0 2 3 8) "=<") list:sort (0 2 3 8)}] + [ a r:Fact; r:gives {((0 2 3 8) ">=") list:sort (8 3 2 0)}] + skolem:lemma3460 + skolem:lemma3461 + [ a r:Fact; r:gives {(8320 238) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2237 a r:Inference; r:gives { - 239 :recursionCount 4 . + 239 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4235 + [ a r:Fact; r:gives {239 math:notEqualTo 0}] + skolem:lemma3462 + [ a r:Fact; r:gives {((0 2 3 9) "=<") list:sort (0 2 3 9)}] + [ a r:Fact; r:gives {((0 2 3 9) ">=") list:sort (9 3 2 0)}] + skolem:lemma3463 + skolem:lemma3464 + [ a r:Fact; r:gives {(9320 239) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2238 a r:Inference; r:gives { - 240 :recursionCount 2 . + 240 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4236 + [ a r:Fact; r:gives {240 math:notEqualTo 0}] + skolem:lemma3465 + [ a r:Fact; r:gives {((0 2 4 0) "=<") list:sort (0 0 2 4)}] + [ a r:Fact; r:gives {((0 2 4 0) ">=") list:sort (4 2 0 0)}] + skolem:lemma3062 + skolem:lemma3063 + [ a r:Fact; r:gives {(4200 24) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2239 a r:Inference; r:gives { - 241 :recursionCount 7 . + 241 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4237 + [ a r:Fact; r:gives {241 math:notEqualTo 0}] + skolem:lemma3466 + [ a r:Fact; r:gives {((0 2 4 1) "=<") list:sort (0 1 2 4)}] + [ a r:Fact; r:gives {((0 2 4 1) ">=") list:sort (4 2 1 0)}] + skolem:lemma3252 + skolem:lemma3253 + [ a r:Fact; r:gives {(4210 124) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2240 a r:Inference; r:gives { - 242 :recursionCount 4 . + 242 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4238 + [ a r:Fact; r:gives {242 math:notEqualTo 0}] + skolem:lemma3467 + [ a r:Fact; r:gives {((0 2 4 2) "=<") list:sort (0 2 2 4)}] + [ a r:Fact; r:gives {((0 2 4 2) ">=") list:sort (4 2 2 0)}] + skolem:lemma3424 + skolem:lemma3425 + [ a r:Fact; r:gives {(4220 224) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2241 a r:Inference; r:gives { - 243 :recursionCount 7 . + 243 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4239 + [ a r:Fact; r:gives {243 math:notEqualTo 0}] + skolem:lemma3468 + [ a r:Fact; r:gives {((0 2 4 3) "=<") list:sort (0 2 3 4)}] + [ a r:Fact; r:gives {((0 2 4 3) ">=") list:sort (4 3 2 0)}] + skolem:lemma3448 + skolem:lemma3449 + [ a r:Fact; r:gives {(4320 234) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2242 a r:Inference; r:gives { - 244 :recursionCount 2 . + 244 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4240 + [ a r:Fact; r:gives {244 math:notEqualTo 0}] + skolem:lemma3469 + [ a r:Fact; r:gives {((0 2 4 4) "=<") list:sort (0 2 4 4)}] + [ a r:Fact; r:gives {((0 2 4 4) ">=") list:sort (4 4 2 0)}] + skolem:lemma3470 + skolem:lemma3471 + [ a r:Fact; r:gives {(4420 244) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2243 a r:Inference; r:gives { - 245 :recursionCount 7 . + 245 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4241 + [ a r:Fact; r:gives {245 math:notEqualTo 0}] + skolem:lemma3472 + [ a r:Fact; r:gives {((0 2 4 5) "=<") list:sort (0 2 4 5)}] + [ a r:Fact; r:gives {((0 2 4 5) ">=") list:sort (5 4 2 0)}] + skolem:lemma3473 + skolem:lemma3474 + [ a r:Fact; r:gives {(5420 245) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2244 a r:Inference; r:gives { - 246 :recursionCount 1 . + 246 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4242 + [ a r:Fact; r:gives {246 math:notEqualTo 0}] + skolem:lemma3475 + [ a r:Fact; r:gives {((0 2 4 6) "=<") list:sort (0 2 4 6)}] + [ a r:Fact; r:gives {((0 2 4 6) ">=") list:sort (6 4 2 0)}] + skolem:lemma3476 + skolem:lemma3477 + [ a r:Fact; r:gives {(6420 246) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2245 a r:Inference; r:gives { - 247 :recursionCount 5 . + 247 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4243 + [ a r:Fact; r:gives {247 math:notEqualTo 0}] + skolem:lemma3478 + [ a r:Fact; r:gives {((0 2 4 7) "=<") list:sort (0 2 4 7)}] + [ a r:Fact; r:gives {((0 2 4 7) ">=") list:sort (7 4 2 0)}] + skolem:lemma3479 + skolem:lemma3480 + [ a r:Fact; r:gives {(7420 247) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2246 a r:Inference; r:gives { - 248 :recursionCount 6 . + 248 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4244 + [ a r:Fact; r:gives {248 math:notEqualTo 0}] + skolem:lemma3481 + [ a r:Fact; r:gives {((0 2 4 8) "=<") list:sort (0 2 4 8)}] + [ a r:Fact; r:gives {((0 2 4 8) ">=") list:sort (8 4 2 0)}] + skolem:lemma3482 + skolem:lemma3483 + [ a r:Fact; r:gives {(8420 248) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2247 a r:Inference; r:gives { - 249 :recursionCount 3 . + 249 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4245 + [ a r:Fact; r:gives {249 math:notEqualTo 0}] + skolem:lemma3484 + [ a r:Fact; r:gives {((0 2 4 9) "=<") list:sort (0 2 4 9)}] + [ a r:Fact; r:gives {((0 2 4 9) ">=") list:sort (9 4 2 0)}] + skolem:lemma3485 + skolem:lemma3486 + [ a r:Fact; r:gives {(9420 249) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2248 a r:Inference; r:gives { - 250 :recursionCount 7 . + 250 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4246 + [ a r:Fact; r:gives {250 math:notEqualTo 0}] + skolem:lemma3487 + [ a r:Fact; r:gives {((0 2 5 0) "=<") list:sort (0 0 2 5)}] + [ a r:Fact; r:gives {((0 2 5 0) ">=") list:sort (5 2 0 0)}] + skolem:lemma3065 + skolem:lemma3066 + [ a r:Fact; r:gives {(5200 25) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2249 a r:Inference; r:gives { - 251 :recursionCount 7 . + 251 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4247 + [ a r:Fact; r:gives {251 math:notEqualTo 0}] + skolem:lemma3488 + [ a r:Fact; r:gives {((0 2 5 1) "=<") list:sort (0 1 2 5)}] + [ a r:Fact; r:gives {((0 2 5 1) ">=") list:sort (5 2 1 0)}] + skolem:lemma3255 + skolem:lemma3256 + [ a r:Fact; r:gives {(5210 125) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2250 a r:Inference; r:gives { - 252 :recursionCount 6 . + 252 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4248 + [ a r:Fact; r:gives {252 math:notEqualTo 0}] + skolem:lemma3489 + [ a r:Fact; r:gives {((0 2 5 2) "=<") list:sort (0 2 2 5)}] + [ a r:Fact; r:gives {((0 2 5 2) ">=") list:sort (5 2 2 0)}] + skolem:lemma3427 + skolem:lemma3428 + [ a r:Fact; r:gives {(5220 225) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2251 a r:Inference; r:gives { - 253 :recursionCount 7 . + 253 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4249 + [ a r:Fact; r:gives {253 math:notEqualTo 0}] + skolem:lemma3490 + [ a r:Fact; r:gives {((0 2 5 3) "=<") list:sort (0 2 3 5)}] + [ a r:Fact; r:gives {((0 2 5 3) ">=") list:sort (5 3 2 0)}] + skolem:lemma3451 + skolem:lemma3452 + [ a r:Fact; r:gives {(5320 235) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2252 a r:Inference; r:gives { - 254 :recursionCount 7 . + 254 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4250 + [ a r:Fact; r:gives {254 math:notEqualTo 0}] + skolem:lemma3491 + [ a r:Fact; r:gives {((0 2 5 4) "=<") list:sort (0 2 4 5)}] + [ a r:Fact; r:gives {((0 2 5 4) ">=") list:sort (5 4 2 0)}] + skolem:lemma3473 + skolem:lemma3474 + [ a r:Fact; r:gives {(5420 245) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2253 a r:Inference; r:gives { - 255 :recursionCount 5 . + 255 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4251 + [ a r:Fact; r:gives {255 math:notEqualTo 0}] + skolem:lemma3492 + [ a r:Fact; r:gives {((0 2 5 5) "=<") list:sort (0 2 5 5)}] + [ a r:Fact; r:gives {((0 2 5 5) ">=") list:sort (5 5 2 0)}] + skolem:lemma3493 + skolem:lemma3494 + [ a r:Fact; r:gives {(5520 255) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2254 a r:Inference; r:gives { - 256 :recursionCount 3 . + 256 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4252 + [ a r:Fact; r:gives {256 math:notEqualTo 0}] + skolem:lemma3495 + [ a r:Fact; r:gives {((0 2 5 6) "=<") list:sort (0 2 5 6)}] + [ a r:Fact; r:gives {((0 2 5 6) ">=") list:sort (6 5 2 0)}] + skolem:lemma3496 + skolem:lemma3497 + [ a r:Fact; r:gives {(6520 256) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2255 a r:Inference; r:gives { - 257 :recursionCount 6 . + 257 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4253 + [ a r:Fact; r:gives {257 math:notEqualTo 0}] + skolem:lemma3498 + [ a r:Fact; r:gives {((0 2 5 7) "=<") list:sort (0 2 5 7)}] + [ a r:Fact; r:gives {((0 2 5 7) ">=") list:sort (7 5 2 0)}] + skolem:lemma3499 + skolem:lemma3500 + [ a r:Fact; r:gives {(7520 257) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2256 a r:Inference; r:gives { - 258 :recursionCount 5 . + 258 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4254 + [ a r:Fact; r:gives {258 math:notEqualTo 0}] + skolem:lemma3501 + [ a r:Fact; r:gives {((0 2 5 8) "=<") list:sort (0 2 5 8)}] + [ a r:Fact; r:gives {((0 2 5 8) ">=") list:sort (8 5 2 0)}] + skolem:lemma3502 + skolem:lemma3503 + [ a r:Fact; r:gives {(8520 258) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2257 a r:Inference; r:gives { - 259 :recursionCount 3 . + 259 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4255 + [ a r:Fact; r:gives {259 math:notEqualTo 0}] + skolem:lemma3504 + [ a r:Fact; r:gives {((0 2 5 9) "=<") list:sort (0 2 5 9)}] + [ a r:Fact; r:gives {((0 2 5 9) ">=") list:sort (9 5 2 0)}] + skolem:lemma3505 + skolem:lemma3506 + [ a r:Fact; r:gives {(9520 259) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2258 a r:Inference; r:gives { - 260 :recursionCount 1 . + 260 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4256 + [ a r:Fact; r:gives {260 math:notEqualTo 0}] + skolem:lemma3507 + [ a r:Fact; r:gives {((0 2 6 0) "=<") list:sort (0 0 2 6)}] + [ a r:Fact; r:gives {((0 2 6 0) ">=") list:sort (6 2 0 0)}] + skolem:lemma3068 + skolem:lemma3069 + [ a r:Fact; r:gives {(6200 26) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2259 a r:Inference; r:gives { - 261 :recursionCount 7 . + 261 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4257 + [ a r:Fact; r:gives {261 math:notEqualTo 0}] + skolem:lemma3508 + [ a r:Fact; r:gives {((0 2 6 1) "=<") list:sort (0 1 2 6)}] + [ a r:Fact; r:gives {((0 2 6 1) ">=") list:sort (6 2 1 0)}] + skolem:lemma3258 + skolem:lemma3259 + [ a r:Fact; r:gives {(6210 126) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2260 a r:Inference; r:gives { - 262 :recursionCount 6 . + 262 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4258 + [ a r:Fact; r:gives {262 math:notEqualTo 0}] + skolem:lemma3509 + [ a r:Fact; r:gives {((0 2 6 2) "=<") list:sort (0 2 2 6)}] + [ a r:Fact; r:gives {((0 2 6 2) ">=") list:sort (6 2 2 0)}] + skolem:lemma3430 + skolem:lemma3431 + [ a r:Fact; r:gives {(6220 226) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2261 a r:Inference; r:gives { - 263 :recursionCount 7 . + 263 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4259 + [ a r:Fact; r:gives {263 math:notEqualTo 0}] + skolem:lemma3510 + [ a r:Fact; r:gives {((0 2 6 3) "=<") list:sort (0 2 3 6)}] + [ a r:Fact; r:gives {((0 2 6 3) ">=") list:sort (6 3 2 0)}] + skolem:lemma3454 + skolem:lemma3455 + [ a r:Fact; r:gives {(6320 236) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2262 a r:Inference; r:gives { - 264 :recursionCount 1 . + 264 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4260 + [ a r:Fact; r:gives {264 math:notEqualTo 0}] + skolem:lemma3511 + [ a r:Fact; r:gives {((0 2 6 4) "=<") list:sort (0 2 4 6)}] + [ a r:Fact; r:gives {((0 2 6 4) ">=") list:sort (6 4 2 0)}] + skolem:lemma3476 + skolem:lemma3477 + [ a r:Fact; r:gives {(6420 246) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2263 a r:Inference; r:gives { - 265 :recursionCount 3 . + 265 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4261 + [ a r:Fact; r:gives {265 math:notEqualTo 0}] + skolem:lemma3512 + [ a r:Fact; r:gives {((0 2 6 5) "=<") list:sort (0 2 5 6)}] + [ a r:Fact; r:gives {((0 2 6 5) ">=") list:sort (6 5 2 0)}] + skolem:lemma3496 + skolem:lemma3497 + [ a r:Fact; r:gives {(6520 256) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2264 a r:Inference; r:gives { - 266 :recursionCount 4 . + 266 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4262 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma2265 a r:Inference; - r:gives { - 267 :recursionCount 3 . + [ a r:Fact; r:gives {266 math:notEqualTo 0}] + skolem:lemma3513 + [ a r:Fact; r:gives {((0 2 6 6) "=<") list:sort (0 2 6 6)}] + [ a r:Fact; r:gives {((0 2 6 6) ">=") list:sort (6 6 2 0)}] + skolem:lemma3514 + skolem:lemma3515 + [ a r:Fact; r:gives {(6620 266) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. + +skolem:lemma2265 a r:Inference; + r:gives { + 267 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4263 + [ a r:Fact; r:gives {267 math:notEqualTo 0}] + skolem:lemma3516 + [ a r:Fact; r:gives {((0 2 6 7) "=<") list:sort (0 2 6 7)}] + [ a r:Fact; r:gives {((0 2 6 7) ">=") list:sort (7 6 2 0)}] + skolem:lemma3517 + skolem:lemma3518 + [ a r:Fact; r:gives {(7620 267) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2266 a r:Inference; r:gives { - 268 :recursionCount 2 . + 268 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4264 + [ a r:Fact; r:gives {268 math:notEqualTo 0}] + skolem:lemma3519 + [ a r:Fact; r:gives {((0 2 6 8) "=<") list:sort (0 2 6 8)}] + [ a r:Fact; r:gives {((0 2 6 8) ">=") list:sort (8 6 2 0)}] + skolem:lemma3520 + skolem:lemma3521 + [ a r:Fact; r:gives {(8620 268) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2267 a r:Inference; r:gives { - 269 :recursionCount 7 . + 269 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4265 + [ a r:Fact; r:gives {269 math:notEqualTo 0}] + skolem:lemma3522 + [ a r:Fact; r:gives {((0 2 6 9) "=<") list:sort (0 2 6 9)}] + [ a r:Fact; r:gives {((0 2 6 9) ">=") list:sort (9 6 2 0)}] + skolem:lemma3523 + skolem:lemma3524 + [ a r:Fact; r:gives {(9620 269) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2268 a r:Inference; r:gives { - 270 :recursionCount 5 . + 270 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4266 + [ a r:Fact; r:gives {270 math:notEqualTo 0}] + skolem:lemma3525 + [ a r:Fact; r:gives {((0 2 7 0) "=<") list:sort (0 0 2 7)}] + [ a r:Fact; r:gives {((0 2 7 0) ">=") list:sort (7 2 0 0)}] + skolem:lemma3071 + skolem:lemma3072 + [ a r:Fact; r:gives {(7200 27) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2269 a r:Inference; r:gives { - 271 :recursionCount 3 . + 271 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4267 + [ a r:Fact; r:gives {271 math:notEqualTo 0}] + skolem:lemma3526 + [ a r:Fact; r:gives {((0 2 7 1) "=<") list:sort (0 1 2 7)}] + [ a r:Fact; r:gives {((0 2 7 1) ">=") list:sort (7 2 1 0)}] + skolem:lemma3261 + skolem:lemma3262 + [ a r:Fact; r:gives {(7210 127) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2270 a r:Inference; r:gives { - 272 :recursionCount 4 . + 272 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4268 + [ a r:Fact; r:gives {272 math:notEqualTo 0}] + skolem:lemma3527 + [ a r:Fact; r:gives {((0 2 7 2) "=<") list:sort (0 2 2 7)}] + [ a r:Fact; r:gives {((0 2 7 2) ">=") list:sort (7 2 2 0)}] + skolem:lemma3433 + skolem:lemma3434 + [ a r:Fact; r:gives {(7220 227) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2271 a r:Inference; r:gives { - 273 :recursionCount 3 . + 273 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4269 + [ a r:Fact; r:gives {273 math:notEqualTo 0}] + skolem:lemma3528 + [ a r:Fact; r:gives {((0 2 7 3) "=<") list:sort (0 2 3 7)}] + [ a r:Fact; r:gives {((0 2 7 3) ">=") list:sort (7 3 2 0)}] + skolem:lemma3457 + skolem:lemma3458 + [ a r:Fact; r:gives {(7320 237) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2272 a r:Inference; r:gives { - 274 :recursionCount 5 . + 274 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4270 + [ a r:Fact; r:gives {274 math:notEqualTo 0}] + skolem:lemma3529 + [ a r:Fact; r:gives {((0 2 7 4) "=<") list:sort (0 2 4 7)}] + [ a r:Fact; r:gives {((0 2 7 4) ">=") list:sort (7 4 2 0)}] + skolem:lemma3479 + skolem:lemma3480 + [ a r:Fact; r:gives {(7420 247) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2273 a r:Inference; r:gives { - 275 :recursionCount 6 . + 275 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4271 + [ a r:Fact; r:gives {275 math:notEqualTo 0}] + skolem:lemma3530 + [ a r:Fact; r:gives {((0 2 7 5) "=<") list:sort (0 2 5 7)}] + [ a r:Fact; r:gives {((0 2 7 5) ">=") list:sort (7 5 2 0)}] + skolem:lemma3499 + skolem:lemma3500 + [ a r:Fact; r:gives {(7520 257) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2274 a r:Inference; r:gives { - 276 :recursionCount 3 . + 276 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4272 + [ a r:Fact; r:gives {276 math:notEqualTo 0}] + skolem:lemma3531 + [ a r:Fact; r:gives {((0 2 7 6) "=<") list:sort (0 2 6 7)}] + [ a r:Fact; r:gives {((0 2 7 6) ">=") list:sort (7 6 2 0)}] + skolem:lemma3517 + skolem:lemma3518 + [ a r:Fact; r:gives {(7620 267) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2275 a r:Inference; r:gives { - 277 :recursionCount 5 . + 277 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4273 + [ a r:Fact; r:gives {277 math:notEqualTo 0}] + skolem:lemma3532 + [ a r:Fact; r:gives {((0 2 7 7) "=<") list:sort (0 2 7 7)}] + [ a r:Fact; r:gives {((0 2 7 7) ">=") list:sort (7 7 2 0)}] + skolem:lemma3533 + skolem:lemma3534 + [ a r:Fact; r:gives {(7720 277) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2276 a r:Inference; r:gives { - 278 :recursionCount 7 . + 278 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4274 + [ a r:Fact; r:gives {278 math:notEqualTo 0}] + skolem:lemma3535 + [ a r:Fact; r:gives {((0 2 7 8) "=<") list:sort (0 2 7 8)}] + [ a r:Fact; r:gives {((0 2 7 8) ">=") list:sort (8 7 2 0)}] + skolem:lemma3536 + skolem:lemma3537 + [ a r:Fact; r:gives {(8720 278) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2277 a r:Inference; r:gives { - 279 :recursionCount 7 . + 279 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4275 + [ a r:Fact; r:gives {279 math:notEqualTo 0}] + skolem:lemma3538 + [ a r:Fact; r:gives {((0 2 7 9) "=<") list:sort (0 2 7 9)}] + [ a r:Fact; r:gives {((0 2 7 9) ">=") list:sort (9 7 2 0)}] + skolem:lemma3539 + skolem:lemma3540 + [ a r:Fact; r:gives {(9720 279) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2278 a r:Inference; r:gives { - 280 :recursionCount 6 . + 280 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4276 + [ a r:Fact; r:gives {280 math:notEqualTo 0}] + skolem:lemma3541 + [ a r:Fact; r:gives {((0 2 8 0) "=<") list:sort (0 0 2 8)}] + [ a r:Fact; r:gives {((0 2 8 0) ">=") list:sort (8 2 0 0)}] + skolem:lemma3074 + skolem:lemma3075 + [ a r:Fact; r:gives {(8200 28) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2279 a r:Inference; r:gives { - 281 :recursionCount 3 . + 281 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4277 + [ a r:Fact; r:gives {281 math:notEqualTo 0}] + skolem:lemma3542 + [ a r:Fact; r:gives {((0 2 8 1) "=<") list:sort (0 1 2 8)}] + [ a r:Fact; r:gives {((0 2 8 1) ">=") list:sort (8 2 1 0)}] + skolem:lemma3264 + skolem:lemma3265 + [ a r:Fact; r:gives {(8210 128) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2280 a r:Inference; r:gives { - 282 :recursionCount 6 . + 282 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4278 + [ a r:Fact; r:gives {282 math:notEqualTo 0}] + skolem:lemma3543 + [ a r:Fact; r:gives {((0 2 8 2) "=<") list:sort (0 2 2 8)}] + [ a r:Fact; r:gives {((0 2 8 2) ">=") list:sort (8 2 2 0)}] + skolem:lemma3436 + skolem:lemma3437 + [ a r:Fact; r:gives {(8220 228) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2281 a r:Inference; r:gives { - 283 :recursionCount 3 . + 283 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4279 + [ a r:Fact; r:gives {283 math:notEqualTo 0}] + skolem:lemma3544 + [ a r:Fact; r:gives {((0 2 8 3) "=<") list:sort (0 2 3 8)}] + [ a r:Fact; r:gives {((0 2 8 3) ">=") list:sort (8 3 2 0)}] + skolem:lemma3460 + skolem:lemma3461 + [ a r:Fact; r:gives {(8320 238) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2282 a r:Inference; r:gives { - 284 :recursionCount 6 . + 284 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4280 + [ a r:Fact; r:gives {284 math:notEqualTo 0}] + skolem:lemma3545 + [ a r:Fact; r:gives {((0 2 8 4) "=<") list:sort (0 2 4 8)}] + [ a r:Fact; r:gives {((0 2 8 4) ">=") list:sort (8 4 2 0)}] + skolem:lemma3482 + skolem:lemma3483 + [ a r:Fact; r:gives {(8420 248) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2283 a r:Inference; r:gives { - 285 :recursionCount 5 . + 285 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4281 + [ a r:Fact; r:gives {285 math:notEqualTo 0}] + skolem:lemma3546 + [ a r:Fact; r:gives {((0 2 8 5) "=<") list:sort (0 2 5 8)}] + [ a r:Fact; r:gives {((0 2 8 5) ">=") list:sort (8 5 2 0)}] + skolem:lemma3502 + skolem:lemma3503 + [ a r:Fact; r:gives {(8520 258) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2284 a r:Inference; r:gives { - 286 :recursionCount 2 . + 286 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4282 + [ a r:Fact; r:gives {286 math:notEqualTo 0}] + skolem:lemma3547 + [ a r:Fact; r:gives {((0 2 8 6) "=<") list:sort (0 2 6 8)}] + [ a r:Fact; r:gives {((0 2 8 6) ">=") list:sort (8 6 2 0)}] + skolem:lemma3520 + skolem:lemma3521 + [ a r:Fact; r:gives {(8620 268) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2285 a r:Inference; r:gives { - 287 :recursionCount 7 . + 287 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4283 + [ a r:Fact; r:gives {287 math:notEqualTo 0}] + skolem:lemma3548 + [ a r:Fact; r:gives {((0 2 8 7) "=<") list:sort (0 2 7 8)}] + [ a r:Fact; r:gives {((0 2 8 7) ">=") list:sort (8 7 2 0)}] + skolem:lemma3536 + skolem:lemma3537 + [ a r:Fact; r:gives {(8720 278) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2286 a r:Inference; r:gives { - 288 :recursionCount 2 . + 288 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4284 + [ a r:Fact; r:gives {288 math:notEqualTo 0}] + skolem:lemma3549 + [ a r:Fact; r:gives {((0 2 8 8) "=<") list:sort (0 2 8 8)}] + [ a r:Fact; r:gives {((0 2 8 8) ">=") list:sort (8 8 2 0)}] + skolem:lemma3550 + skolem:lemma3551 + [ a r:Fact; r:gives {(8820 288) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2287 a r:Inference; r:gives { - 289 :recursionCount 7 . + 289 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4285 + [ a r:Fact; r:gives {289 math:notEqualTo 0}] + skolem:lemma3552 + [ a r:Fact; r:gives {((0 2 8 9) "=<") list:sort (0 2 8 9)}] + [ a r:Fact; r:gives {((0 2 8 9) ">=") list:sort (9 8 2 0)}] + skolem:lemma3553 + skolem:lemma3554 + [ a r:Fact; r:gives {(9820 289) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2288 a r:Inference; r:gives { - 290 :recursionCount 3 . + 290 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4286 + [ a r:Fact; r:gives {290 math:notEqualTo 0}] + skolem:lemma3555 + [ a r:Fact; r:gives {((0 2 9 0) "=<") list:sort (0 0 2 9)}] + [ a r:Fact; r:gives {((0 2 9 0) ">=") list:sort (9 2 0 0)}] + skolem:lemma3077 + skolem:lemma3078 + [ a r:Fact; r:gives {(9200 29) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2289 a r:Inference; r:gives { - 291 :recursionCount 4 . + 291 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4287 + [ a r:Fact; r:gives {291 math:notEqualTo 0}] + skolem:lemma3556 + [ a r:Fact; r:gives {((0 2 9 1) "=<") list:sort (0 1 2 9)}] + [ a r:Fact; r:gives {((0 2 9 1) ">=") list:sort (9 2 1 0)}] + skolem:lemma3267 + skolem:lemma3268 + [ a r:Fact; r:gives {(9210 129) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2290 a r:Inference; r:gives { - 292 :recursionCount 4 . + 292 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4288 + [ a r:Fact; r:gives {292 math:notEqualTo 0}] + skolem:lemma3557 + [ a r:Fact; r:gives {((0 2 9 2) "=<") list:sort (0 2 2 9)}] + [ a r:Fact; r:gives {((0 2 9 2) ">=") list:sort (9 2 2 0)}] + skolem:lemma3439 + skolem:lemma3440 + [ a r:Fact; r:gives {(9220 229) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2291 a r:Inference; r:gives { - 293 :recursionCount 4 . + 293 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4289 + [ a r:Fact; r:gives {293 math:notEqualTo 0}] + skolem:lemma3558 + [ a r:Fact; r:gives {((0 2 9 3) "=<") list:sort (0 2 3 9)}] + [ a r:Fact; r:gives {((0 2 9 3) ">=") list:sort (9 3 2 0)}] + skolem:lemma3463 + skolem:lemma3464 + [ a r:Fact; r:gives {(9320 239) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2292 a r:Inference; r:gives { - 294 :recursionCount 3 . + 294 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4290 + [ a r:Fact; r:gives {294 math:notEqualTo 0}] + skolem:lemma3559 + [ a r:Fact; r:gives {((0 2 9 4) "=<") list:sort (0 2 4 9)}] + [ a r:Fact; r:gives {((0 2 9 4) ">=") list:sort (9 4 2 0)}] + skolem:lemma3485 + skolem:lemma3486 + [ a r:Fact; r:gives {(9420 249) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2293 a r:Inference; r:gives { - 295 :recursionCount 3 . + 295 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4291 + [ a r:Fact; r:gives {295 math:notEqualTo 0}] + skolem:lemma3560 + [ a r:Fact; r:gives {((0 2 9 5) "=<") list:sort (0 2 5 9)}] + [ a r:Fact; r:gives {((0 2 9 5) ">=") list:sort (9 5 2 0)}] + skolem:lemma3505 + skolem:lemma3506 + [ a r:Fact; r:gives {(9520 259) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2294 a r:Inference; r:gives { - 296 :recursionCount 7 . + 296 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4292 + [ a r:Fact; r:gives {296 math:notEqualTo 0}] + skolem:lemma3561 + [ a r:Fact; r:gives {((0 2 9 6) "=<") list:sort (0 2 6 9)}] + [ a r:Fact; r:gives {((0 2 9 6) ">=") list:sort (9 6 2 0)}] + skolem:lemma3523 + skolem:lemma3524 + [ a r:Fact; r:gives {(9620 269) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2295 a r:Inference; r:gives { - 297 :recursionCount 7 . + 297 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4293 + [ a r:Fact; r:gives {297 math:notEqualTo 0}] + skolem:lemma3562 + [ a r:Fact; r:gives {((0 2 9 7) "=<") list:sort (0 2 7 9)}] + [ a r:Fact; r:gives {((0 2 9 7) ">=") list:sort (9 7 2 0)}] + skolem:lemma3539 + skolem:lemma3540 + [ a r:Fact; r:gives {(9720 279) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2296 a r:Inference; r:gives { - 298 :recursionCount 7 . + 298 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4294 + [ a r:Fact; r:gives {298 math:notEqualTo 0}] + skolem:lemma3563 + [ a r:Fact; r:gives {((0 2 9 8) "=<") list:sort (0 2 8 9)}] + [ a r:Fact; r:gives {((0 2 9 8) ">=") list:sort (9 8 2 0)}] + skolem:lemma3553 + skolem:lemma3554 + [ a r:Fact; r:gives {(9820 289) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2297 a r:Inference; r:gives { - 299 :recursionCount 3 . + 299 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4295 + [ a r:Fact; r:gives {299 math:notEqualTo 0}] + skolem:lemma3564 + [ a r:Fact; r:gives {((0 2 9 9) "=<") list:sort (0 2 9 9)}] + [ a r:Fact; r:gives {((0 2 9 9) ">=") list:sort (9 9 2 0)}] + skolem:lemma3565 + skolem:lemma3566 + [ a r:Fact; r:gives {(9920 299) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2298 a r:Inference; r:gives { - 300 :recursionCount 6 . + 300 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4296 + [ a r:Fact; r:gives {300 math:notEqualTo 0}] + skolem:lemma3567 + [ a r:Fact; r:gives {((0 3 0 0) "=<") list:sort (0 0 0 3)}] + [ a r:Fact; r:gives {((0 3 0 0) ">=") list:sort (3 0 0 0)}] + skolem:lemma3005 + skolem:lemma3006 + [ a r:Fact; r:gives {(3000 3) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2299 a r:Inference; r:gives { - 301 :recursionCount 3 . + 301 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4297 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma2300 a r:Inference; + [ a r:Fact; r:gives {301 math:notEqualTo 0}] + skolem:lemma3568 + [ a r:Fact; r:gives {((0 3 0 1) "=<") list:sort (0 0 1 3)}] + [ a r:Fact; r:gives {((0 3 0 1) ">=") list:sort (3 1 0 0)}] + skolem:lemma3033 + skolem:lemma3034 + [ a r:Fact; r:gives {(3100 13) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 301]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + +skolem:lemma2300 a r:Inference; r:gives { - 302 :recursionCount 5 . + 302 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4298 + [ a r:Fact; r:gives {302 math:notEqualTo 0}] + skolem:lemma3569 + [ a r:Fact; r:gives {((0 3 0 2) "=<") list:sort (0 0 2 3)}] + [ a r:Fact; r:gives {((0 3 0 2) ">=") list:sort (3 2 0 0)}] + skolem:lemma3059 + skolem:lemma3060 + [ a r:Fact; r:gives {(3200 23) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2301 a r:Inference; r:gives { - 303 :recursionCount 6 . + 303 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4299 + [ a r:Fact; r:gives {303 math:notEqualTo 0}] + skolem:lemma3570 + [ a r:Fact; r:gives {((0 3 0 3) "=<") list:sort (0 0 3 3)}] + [ a r:Fact; r:gives {((0 3 0 3) ">=") list:sort (3 3 0 0)}] + skolem:lemma3083 + skolem:lemma3084 + [ a r:Fact; r:gives {(3300 33) math:difference 3267}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3267 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 3267 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2302 a r:Inference; r:gives { - 304 :recursionCount 3 . + 304 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4300 + [ a r:Fact; r:gives {304 math:notEqualTo 0}] + skolem:lemma3571 + [ a r:Fact; r:gives {((0 3 0 4) "=<") list:sort (0 0 3 4)}] + [ a r:Fact; r:gives {((0 3 0 4) ">=") list:sort (4 3 0 0)}] + skolem:lemma3086 + skolem:lemma3087 + [ a r:Fact; r:gives {(4300 34) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2303 a r:Inference; r:gives { - 305 :recursionCount 5 . + 305 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4301 + [ a r:Fact; r:gives {305 math:notEqualTo 0}] + skolem:lemma3572 + [ a r:Fact; r:gives {((0 3 0 5) "=<") list:sort (0 0 3 5)}] + [ a r:Fact; r:gives {((0 3 0 5) ">=") list:sort (5 3 0 0)}] + skolem:lemma3089 + skolem:lemma3090 + [ a r:Fact; r:gives {(5300 35) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2304 a r:Inference; r:gives { - 306 :recursionCount 3 . + 306 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4302 + [ a r:Fact; r:gives {306 math:notEqualTo 0}] + skolem:lemma3573 + [ a r:Fact; r:gives {((0 3 0 6) "=<") list:sort (0 0 3 6)}] + [ a r:Fact; r:gives {((0 3 0 6) ">=") list:sort (6 3 0 0)}] + skolem:lemma3092 + skolem:lemma3093 + [ a r:Fact; r:gives {(6300 36) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2305 a r:Inference; r:gives { - 307 :recursionCount 6 . + 307 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4303 + [ a r:Fact; r:gives {307 math:notEqualTo 0}] + skolem:lemma3574 + [ a r:Fact; r:gives {((0 3 0 7) "=<") list:sort (0 0 3 7)}] + [ a r:Fact; r:gives {((0 3 0 7) ">=") list:sort (7 3 0 0)}] + skolem:lemma3095 + skolem:lemma3096 + [ a r:Fact; r:gives {(7300 37) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2306 a r:Inference; r:gives { - 308 :recursionCount 5 . + 308 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4304 + [ a r:Fact; r:gives {308 math:notEqualTo 0}] + skolem:lemma3575 + [ a r:Fact; r:gives {((0 3 0 8) "=<") list:sort (0 0 3 8)}] + [ a r:Fact; r:gives {((0 3 0 8) ">=") list:sort (8 3 0 0)}] + skolem:lemma3098 + skolem:lemma3099 + [ a r:Fact; r:gives {(8300 38) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2307 a r:Inference; r:gives { - 309 :recursionCount 3 . + 309 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4305 + [ a r:Fact; r:gives {309 math:notEqualTo 0}] + skolem:lemma3576 + [ a r:Fact; r:gives {((0 3 0 9) "=<") list:sort (0 0 3 9)}] + [ a r:Fact; r:gives {((0 3 0 9) ">=") list:sort (9 3 0 0)}] + skolem:lemma3101 + skolem:lemma3102 + [ a r:Fact; r:gives {(9300 39) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2308 a r:Inference; r:gives { - 310 :recursionCount 3 . + 310 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4306 + [ a r:Fact; r:gives {310 math:notEqualTo 0}] + skolem:lemma3577 + [ a r:Fact; r:gives {((0 3 1 0) "=<") list:sort (0 0 1 3)}] + [ a r:Fact; r:gives {((0 3 1 0) ">=") list:sort (3 1 0 0)}] + skolem:lemma3033 + skolem:lemma3034 + [ a r:Fact; r:gives {(3100 13) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2309 a r:Inference; r:gives { - 311 :recursionCount 6 . + 311 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4307 + [ a r:Fact; r:gives {311 math:notEqualTo 0}] + skolem:lemma3578 + [ a r:Fact; r:gives {((0 3 1 1) "=<") list:sort (0 1 1 3)}] + [ a r:Fact; r:gives {((0 3 1 1) ">=") list:sort (3 1 1 0)}] + skolem:lemma3223 + skolem:lemma3224 + [ a r:Fact; r:gives {(3110 113) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2310 a r:Inference; r:gives { - 312 :recursionCount 3 . + 312 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4308 + [ a r:Fact; r:gives {312 math:notEqualTo 0}] + skolem:lemma3579 + [ a r:Fact; r:gives {((0 3 1 2) "=<") list:sort (0 1 2 3)}] + [ a r:Fact; r:gives {((0 3 1 2) ">=") list:sort (3 2 1 0)}] + skolem:lemma3249 + skolem:lemma3250 + [ a r:Fact; r:gives {(3210 123) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2311 a r:Inference; r:gives { - 313 :recursionCount 5 . + 313 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4309 + [ a r:Fact; r:gives {313 math:notEqualTo 0}] + skolem:lemma3580 + [ a r:Fact; r:gives {((0 3 1 3) "=<") list:sort (0 1 3 3)}] + [ a r:Fact; r:gives {((0 3 1 3) ">=") list:sort (3 3 1 0)}] + skolem:lemma3273 + skolem:lemma3274 + [ a r:Fact; r:gives {(3310 133) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2312 a r:Inference; r:gives { - 314 :recursionCount 2 . + 314 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4310 + [ a r:Fact; r:gives {314 math:notEqualTo 0}] + skolem:lemma3581 + [ a r:Fact; r:gives {((0 3 1 4) "=<") list:sort (0 1 3 4)}] + [ a r:Fact; r:gives {((0 3 1 4) ">=") list:sort (4 3 1 0)}] + skolem:lemma3276 + skolem:lemma3277 + [ a r:Fact; r:gives {(4310 134) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2313 a r:Inference; r:gives { - 315 :recursionCount 7 . + 315 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4311 + [ a r:Fact; r:gives {315 math:notEqualTo 0}] + skolem:lemma3582 + [ a r:Fact; r:gives {((0 3 1 5) "=<") list:sort (0 1 3 5)}] + [ a r:Fact; r:gives {((0 3 1 5) ">=") list:sort (5 3 1 0)}] + skolem:lemma3279 + skolem:lemma3280 + [ a r:Fact; r:gives {(5310 135) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2314 a r:Inference; r:gives { - 316 :recursionCount 1 . + 316 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4312 + [ a r:Fact; r:gives {316 math:notEqualTo 0}] + skolem:lemma3583 + [ a r:Fact; r:gives {((0 3 1 6) "=<") list:sort (0 1 3 6)}] + [ a r:Fact; r:gives {((0 3 1 6) ">=") list:sort (6 3 1 0)}] + skolem:lemma3282 + skolem:lemma3283 + [ a r:Fact; r:gives {(6310 136) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2315 a r:Inference; r:gives { - 317 :recursionCount 5 . + 317 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4313 + [ a r:Fact; r:gives {317 math:notEqualTo 0}] + skolem:lemma3584 + [ a r:Fact; r:gives {((0 3 1 7) "=<") list:sort (0 1 3 7)}] + [ a r:Fact; r:gives {((0 3 1 7) ">=") list:sort (7 3 1 0)}] + skolem:lemma3285 + skolem:lemma3286 + [ a r:Fact; r:gives {(7310 137) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2316 a r:Inference; r:gives { - 318 :recursionCount 6 . + 318 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4314 + [ a r:Fact; r:gives {318 math:notEqualTo 0}] + skolem:lemma3585 + [ a r:Fact; r:gives {((0 3 1 8) "=<") list:sort (0 1 3 8)}] + [ a r:Fact; r:gives {((0 3 1 8) ">=") list:sort (8 3 1 0)}] + skolem:lemma3288 + skolem:lemma3289 + [ a r:Fact; r:gives {(8310 138) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2317 a r:Inference; r:gives { - 319 :recursionCount 3 . + 319 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4315 + [ a r:Fact; r:gives {319 math:notEqualTo 0}] + skolem:lemma3586 + [ a r:Fact; r:gives {((0 3 1 9) "=<") list:sort (0 1 3 9)}] + [ a r:Fact; r:gives {((0 3 1 9) ">=") list:sort (9 3 1 0)}] + skolem:lemma3291 + skolem:lemma3292 + [ a r:Fact; r:gives {(9310 139) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2318 a r:Inference; r:gives { - 320 :recursionCount 5 . + 320 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4316 + [ a r:Fact; r:gives {320 math:notEqualTo 0}] + skolem:lemma3587 + [ a r:Fact; r:gives {((0 3 2 0) "=<") list:sort (0 0 2 3)}] + [ a r:Fact; r:gives {((0 3 2 0) ">=") list:sort (3 2 0 0)}] + skolem:lemma3059 + skolem:lemma3060 + [ a r:Fact; r:gives {(3200 23) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2319 a r:Inference; r:gives { - 321 :recursionCount 3 . + 321 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4317 + [ a r:Fact; r:gives {321 math:notEqualTo 0}] + skolem:lemma3588 + [ a r:Fact; r:gives {((0 3 2 1) "=<") list:sort (0 1 2 3)}] + [ a r:Fact; r:gives {((0 3 2 1) ">=") list:sort (3 2 1 0)}] + skolem:lemma3249 + skolem:lemma3250 + [ a r:Fact; r:gives {(3210 123) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2320 a r:Inference; r:gives { - 322 :recursionCount 6 . + 322 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4318 + [ a r:Fact; r:gives {322 math:notEqualTo 0}] + skolem:lemma3589 + [ a r:Fact; r:gives {((0 3 2 2) "=<") list:sort (0 2 2 3)}] + [ a r:Fact; r:gives {((0 3 2 2) ">=") list:sort (3 2 2 0)}] + skolem:lemma3421 + skolem:lemma3422 + [ a r:Fact; r:gives {(3220 223) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2321 a r:Inference; r:gives { - 323 :recursionCount 3 . + 323 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4319 + [ a r:Fact; r:gives {323 math:notEqualTo 0}] + skolem:lemma3590 + [ a r:Fact; r:gives {((0 3 2 3) "=<") list:sort (0 2 3 3)}] + [ a r:Fact; r:gives {((0 3 2 3) ">=") list:sort (3 3 2 0)}] + skolem:lemma3445 + skolem:lemma3446 + [ a r:Fact; r:gives {(3320 233) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2322 a r:Inference; r:gives { - 324 :recursionCount 7 . + 324 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4320 + [ a r:Fact; r:gives {324 math:notEqualTo 0}] + skolem:lemma3591 + [ a r:Fact; r:gives {((0 3 2 4) "=<") list:sort (0 2 3 4)}] + [ a r:Fact; r:gives {((0 3 2 4) ">=") list:sort (4 3 2 0)}] + skolem:lemma3448 + skolem:lemma3449 + [ a r:Fact; r:gives {(4320 234) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2323 a r:Inference; r:gives { - 325 :recursionCount 7 . + 325 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4321 + [ a r:Fact; r:gives {325 math:notEqualTo 0}] + skolem:lemma3592 + [ a r:Fact; r:gives {((0 3 2 5) "=<") list:sort (0 2 3 5)}] + [ a r:Fact; r:gives {((0 3 2 5) ">=") list:sort (5 3 2 0)}] + skolem:lemma3451 + skolem:lemma3452 + [ a r:Fact; r:gives {(5320 235) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2324 a r:Inference; r:gives { - 326 :recursionCount 7 . + 326 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4322 + [ a r:Fact; r:gives {326 math:notEqualTo 0}] + skolem:lemma3593 + [ a r:Fact; r:gives {((0 3 2 6) "=<") list:sort (0 2 3 6)}] + [ a r:Fact; r:gives {((0 3 2 6) ">=") list:sort (6 3 2 0)}] + skolem:lemma3454 + skolem:lemma3455 + [ a r:Fact; r:gives {(6320 236) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2325 a r:Inference; r:gives { - 327 :recursionCount 3 . + 327 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4323 + [ a r:Fact; r:gives {327 math:notEqualTo 0}] + skolem:lemma3594 + [ a r:Fact; r:gives {((0 3 2 7) "=<") list:sort (0 2 3 7)}] + [ a r:Fact; r:gives {((0 3 2 7) ">=") list:sort (7 3 2 0)}] + skolem:lemma3457 + skolem:lemma3458 + [ a r:Fact; r:gives {(7320 237) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2326 a r:Inference; r:gives { - 328 :recursionCount 3 . + 328 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4324 + [ a r:Fact; r:gives {328 math:notEqualTo 0}] + skolem:lemma3595 + [ a r:Fact; r:gives {((0 3 2 8) "=<") list:sort (0 2 3 8)}] + [ a r:Fact; r:gives {((0 3 2 8) ">=") list:sort (8 3 2 0)}] + skolem:lemma3460 + skolem:lemma3461 + [ a r:Fact; r:gives {(8320 238) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2327 a r:Inference; r:gives { - 329 :recursionCount 4 . + 329 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4325 + [ a r:Fact; r:gives {329 math:notEqualTo 0}] + skolem:lemma3596 + [ a r:Fact; r:gives {((0 3 2 9) "=<") list:sort (0 2 3 9)}] + [ a r:Fact; r:gives {((0 3 2 9) ">=") list:sort (9 3 2 0)}] + skolem:lemma3463 + skolem:lemma3464 + [ a r:Fact; r:gives {(9320 239) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2328 a r:Inference; r:gives { - 330 :recursionCount 6 . + 330 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4326 + [ a r:Fact; r:gives {330 math:notEqualTo 0}] + skolem:lemma3597 + [ a r:Fact; r:gives {((0 3 3 0) "=<") list:sort (0 0 3 3)}] + [ a r:Fact; r:gives {((0 3 3 0) ">=") list:sort (3 3 0 0)}] + skolem:lemma3083 + skolem:lemma3084 + [ a r:Fact; r:gives {(3300 33) math:difference 3267}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3267 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 3267 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2329 a r:Inference; r:gives { - 331 :recursionCount 5 . + 331 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4327 + [ a r:Fact; r:gives {331 math:notEqualTo 0}] + skolem:lemma3598 + [ a r:Fact; r:gives {((0 3 3 1) "=<") list:sort (0 1 3 3)}] + [ a r:Fact; r:gives {((0 3 3 1) ">=") list:sort (3 3 1 0)}] + skolem:lemma3273 + skolem:lemma3274 + [ a r:Fact; r:gives {(3310 133) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2330 a r:Inference; r:gives { - 332 :recursionCount 3 . + 332 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4328 + [ a r:Fact; r:gives {332 math:notEqualTo 0}] + skolem:lemma3599 + [ a r:Fact; r:gives {((0 3 3 2) "=<") list:sort (0 2 3 3)}] + [ a r:Fact; r:gives {((0 3 3 2) ">=") list:sort (3 3 2 0)}] + skolem:lemma3445 + skolem:lemma3446 + [ a r:Fact; r:gives {(3320 233) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2331 a r:Inference; r:gives { - 333 :recursionCount 6 . + 333 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4329 + [ a r:Fact; r:gives {333 math:notEqualTo 0}] + skolem:lemma3600 + [ a r:Fact; r:gives {((0 3 3 3) "=<") list:sort (0 3 3 3)}] + [ a r:Fact; r:gives {((0 3 3 3) ">=") list:sort (3 3 3 0)}] + skolem:lemma3601 + skolem:lemma3602 + [ a r:Fact; r:gives {(3330 333) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 333]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2332 a r:Inference; r:gives { - 334 :recursionCount 4 . + 334 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4330 + [ a r:Fact; r:gives {334 math:notEqualTo 0}] + skolem:lemma3603 + [ a r:Fact; r:gives {((0 3 3 4) "=<") list:sort (0 3 3 4)}] + [ a r:Fact; r:gives {((0 3 3 4) ">=") list:sort (4 3 3 0)}] + skolem:lemma3604 + skolem:lemma3605 + [ a r:Fact; r:gives {(4330 334) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2333 a r:Inference; r:gives { - 335 :recursionCount 6 . + 335 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4331 + [ a r:Fact; r:gives {335 math:notEqualTo 0}] + skolem:lemma3606 + [ a r:Fact; r:gives {((0 3 3 5) "=<") list:sort (0 3 3 5)}] + [ a r:Fact; r:gives {((0 3 3 5) ">=") list:sort (5 3 3 0)}] + skolem:lemma3607 + skolem:lemma3608 + [ a r:Fact; r:gives {(5330 335) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2334 a r:Inference; r:gives { - 336 :recursionCount 6 . + 336 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4332 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma2335 a r:Inference; - r:gives { - 337 :recursionCount 4 . + [ a r:Fact; r:gives {336 math:notEqualTo 0}] + skolem:lemma3609 + [ a r:Fact; r:gives {((0 3 3 6) "=<") list:sort (0 3 3 6)}] + [ a r:Fact; r:gives {((0 3 3 6) ">=") list:sort (6 3 3 0)}] + skolem:lemma3610 + skolem:lemma3611 + [ a r:Fact; r:gives {(6330 336) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. + +skolem:lemma2335 a r:Inference; + r:gives { + 337 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4333 + [ a r:Fact; r:gives {337 math:notEqualTo 0}] + skolem:lemma3612 + [ a r:Fact; r:gives {((0 3 3 7) "=<") list:sort (0 3 3 7)}] + [ a r:Fact; r:gives {((0 3 3 7) ">=") list:sort (7 3 3 0)}] + skolem:lemma3613 + skolem:lemma3614 + [ a r:Fact; r:gives {(7330 337) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2336 a r:Inference; r:gives { - 338 :recursionCount 6 . + 338 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4334 + [ a r:Fact; r:gives {338 math:notEqualTo 0}] + skolem:lemma3615 + [ a r:Fact; r:gives {((0 3 3 8) "=<") list:sort (0 3 3 8)}] + [ a r:Fact; r:gives {((0 3 3 8) ">=") list:sort (8 3 3 0)}] + skolem:lemma3616 + skolem:lemma3617 + [ a r:Fact; r:gives {(8330 338) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2337 a r:Inference; r:gives { - 339 :recursionCount 4 . + 339 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4335 + [ a r:Fact; r:gives {339 math:notEqualTo 0}] + skolem:lemma3618 + [ a r:Fact; r:gives {((0 3 3 9) "=<") list:sort (0 3 3 9)}] + [ a r:Fact; r:gives {((0 3 3 9) ">=") list:sort (9 3 3 0)}] + skolem:lemma3619 + skolem:lemma3620 + [ a r:Fact; r:gives {(9330 339) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2338 a r:Inference; r:gives { - 340 :recursionCount 3 . + 340 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4336 + [ a r:Fact; r:gives {340 math:notEqualTo 0}] + skolem:lemma3621 + [ a r:Fact; r:gives {((0 3 4 0) "=<") list:sort (0 0 3 4)}] + [ a r:Fact; r:gives {((0 3 4 0) ">=") list:sort (4 3 0 0)}] + skolem:lemma3086 + skolem:lemma3087 + [ a r:Fact; r:gives {(4300 34) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2339 a r:Inference; r:gives { - 341 :recursionCount 2 . + 341 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4337 + [ a r:Fact; r:gives {341 math:notEqualTo 0}] + skolem:lemma3622 + [ a r:Fact; r:gives {((0 3 4 1) "=<") list:sort (0 1 3 4)}] + [ a r:Fact; r:gives {((0 3 4 1) ">=") list:sort (4 3 1 0)}] + skolem:lemma3276 + skolem:lemma3277 + [ a r:Fact; r:gives {(4310 134) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2340 a r:Inference; r:gives { - 342 :recursionCount 7 . + 342 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4338 + [ a r:Fact; r:gives {342 math:notEqualTo 0}] + skolem:lemma3623 + [ a r:Fact; r:gives {((0 3 4 2) "=<") list:sort (0 2 3 4)}] + [ a r:Fact; r:gives {((0 3 4 2) ">=") list:sort (4 3 2 0)}] + skolem:lemma3448 + skolem:lemma3449 + [ a r:Fact; r:gives {(4320 234) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2341 a r:Inference; r:gives { - 343 :recursionCount 4 . + 343 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4339 + [ a r:Fact; r:gives {343 math:notEqualTo 0}] + skolem:lemma3624 + [ a r:Fact; r:gives {((0 3 4 3) "=<") list:sort (0 3 3 4)}] + [ a r:Fact; r:gives {((0 3 4 3) ">=") list:sort (4 3 3 0)}] + skolem:lemma3604 + skolem:lemma3605 + [ a r:Fact; r:gives {(4330 334) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2342 a r:Inference; r:gives { - 344 :recursionCount 7 . + 344 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4340 + [ a r:Fact; r:gives {344 math:notEqualTo 0}] + skolem:lemma3625 + [ a r:Fact; r:gives {((0 3 4 4) "=<") list:sort (0 3 4 4)}] + [ a r:Fact; r:gives {((0 3 4 4) ">=") list:sort (4 4 3 0)}] + skolem:lemma3626 + skolem:lemma3627 + [ a r:Fact; r:gives {(4430 344) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2343 a r:Inference; r:gives { - 345 :recursionCount 7 . + 345 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4341 + [ a r:Fact; r:gives {345 math:notEqualTo 0}] + skolem:lemma3628 + [ a r:Fact; r:gives {((0 3 4 5) "=<") list:sort (0 3 4 5)}] + [ a r:Fact; r:gives {((0 3 4 5) ">=") list:sort (5 4 3 0)}] + skolem:lemma3629 + skolem:lemma3630 + [ a r:Fact; r:gives {(5430 345) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2344 a r:Inference; r:gives { - 346 :recursionCount 7 . + 346 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4342 + [ a r:Fact; r:gives {346 math:notEqualTo 0}] + skolem:lemma3631 + [ a r:Fact; r:gives {((0 3 4 6) "=<") list:sort (0 3 4 6)}] + [ a r:Fact; r:gives {((0 3 4 6) ">=") list:sort (6 4 3 0)}] + skolem:lemma3632 + skolem:lemma3633 + [ a r:Fact; r:gives {(6430 346) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2345 a r:Inference; r:gives { - 347 :recursionCount 3 . + 347 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4343 + [ a r:Fact; r:gives {347 math:notEqualTo 0}] + skolem:lemma3634 + [ a r:Fact; r:gives {((0 3 4 7) "=<") list:sort (0 3 4 7)}] + [ a r:Fact; r:gives {((0 3 4 7) ">=") list:sort (7 4 3 0)}] + skolem:lemma3635 + skolem:lemma3636 + [ a r:Fact; r:gives {(7430 347) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2346 a r:Inference; r:gives { - 348 :recursionCount 3 . + 348 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4344 + [ a r:Fact; r:gives {348 math:notEqualTo 0}] + skolem:lemma3637 + [ a r:Fact; r:gives {((0 3 4 8) "=<") list:sort (0 3 4 8)}] + [ a r:Fact; r:gives {((0 3 4 8) ">=") list:sort (8 4 3 0)}] + skolem:lemma3638 + skolem:lemma3639 + [ a r:Fact; r:gives {(8430 348) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2347 a r:Inference; r:gives { - 349 :recursionCount 4 . + 349 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4345 + [ a r:Fact; r:gives {349 math:notEqualTo 0}] + skolem:lemma3640 + [ a r:Fact; r:gives {((0 3 4 9) "=<") list:sort (0 3 4 9)}] + [ a r:Fact; r:gives {((0 3 4 9) ">=") list:sort (9 4 3 0)}] + skolem:lemma3641 + skolem:lemma3642 + [ a r:Fact; r:gives {(9430 349) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2348 a r:Inference; r:gives { - 350 :recursionCount 5 . + 350 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4346 + [ a r:Fact; r:gives {350 math:notEqualTo 0}] + skolem:lemma3643 + [ a r:Fact; r:gives {((0 3 5 0) "=<") list:sort (0 0 3 5)}] + [ a r:Fact; r:gives {((0 3 5 0) ">=") list:sort (5 3 0 0)}] + skolem:lemma3089 + skolem:lemma3090 + [ a r:Fact; r:gives {(5300 35) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2349 a r:Inference; r:gives { - 351 :recursionCount 7 . + 351 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4347 + [ a r:Fact; r:gives {351 math:notEqualTo 0}] + skolem:lemma3644 + [ a r:Fact; r:gives {((0 3 5 1) "=<") list:sort (0 1 3 5)}] + [ a r:Fact; r:gives {((0 3 5 1) ">=") list:sort (5 3 1 0)}] + skolem:lemma3279 + skolem:lemma3280 + [ a r:Fact; r:gives {(5310 135) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2350 a r:Inference; r:gives { - 352 :recursionCount 7 . + 352 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4348 + [ a r:Fact; r:gives {352 math:notEqualTo 0}] + skolem:lemma3645 + [ a r:Fact; r:gives {((0 3 5 2) "=<") list:sort (0 2 3 5)}] + [ a r:Fact; r:gives {((0 3 5 2) ">=") list:sort (5 3 2 0)}] + skolem:lemma3451 + skolem:lemma3452 + [ a r:Fact; r:gives {(5320 235) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2351 a r:Inference; r:gives { - 353 :recursionCount 6 . + 353 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4349 + [ a r:Fact; r:gives {353 math:notEqualTo 0}] + skolem:lemma3646 + [ a r:Fact; r:gives {((0 3 5 3) "=<") list:sort (0 3 3 5)}] + [ a r:Fact; r:gives {((0 3 5 3) ">=") list:sort (5 3 3 0)}] + skolem:lemma3607 + skolem:lemma3608 + [ a r:Fact; r:gives {(5330 335) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2352 a r:Inference; r:gives { - 354 :recursionCount 7 . + 354 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4350 + [ a r:Fact; r:gives {354 math:notEqualTo 0}] + skolem:lemma3647 + [ a r:Fact; r:gives {((0 3 5 4) "=<") list:sort (0 3 4 5)}] + [ a r:Fact; r:gives {((0 3 5 4) ">=") list:sort (5 4 3 0)}] + skolem:lemma3629 + skolem:lemma3630 + [ a r:Fact; r:gives {(5430 345) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2353 a r:Inference; r:gives { - 355 :recursionCount 7 . + 355 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4351 + [ a r:Fact; r:gives {355 math:notEqualTo 0}] + skolem:lemma3648 + [ a r:Fact; r:gives {((0 3 5 5) "=<") list:sort (0 3 5 5)}] + [ a r:Fact; r:gives {((0 3 5 5) ">=") list:sort (5 5 3 0)}] + skolem:lemma3649 + skolem:lemma3650 + [ a r:Fact; r:gives {(5530 355) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2354 a r:Inference; r:gives { - 356 :recursionCount 1 . + 356 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4352 + [ a r:Fact; r:gives {356 math:notEqualTo 0}] + skolem:lemma3651 + [ a r:Fact; r:gives {((0 3 5 6) "=<") list:sort (0 3 5 6)}] + [ a r:Fact; r:gives {((0 3 5 6) ">=") list:sort (6 5 3 0)}] + skolem:lemma3652 + skolem:lemma3653 + [ a r:Fact; r:gives {(6530 356) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2355 a r:Inference; r:gives { - 357 :recursionCount 5 . + 357 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4353 + [ a r:Fact; r:gives {357 math:notEqualTo 0}] + skolem:lemma3654 + [ a r:Fact; r:gives {((0 3 5 7) "=<") list:sort (0 3 5 7)}] + [ a r:Fact; r:gives {((0 3 5 7) ">=") list:sort (7 5 3 0)}] + skolem:lemma3655 + skolem:lemma3656 + [ a r:Fact; r:gives {(7530 357) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2356 a r:Inference; r:gives { - 358 :recursionCount 6 . + 358 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4354 + [ a r:Fact; r:gives {358 math:notEqualTo 0}] + skolem:lemma3657 + [ a r:Fact; r:gives {((0 3 5 8) "=<") list:sort (0 3 5 8)}] + [ a r:Fact; r:gives {((0 3 5 8) ">=") list:sort (8 5 3 0)}] + skolem:lemma3658 + skolem:lemma3659 + [ a r:Fact; r:gives {(8530 358) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2357 a r:Inference; r:gives { - 359 :recursionCount 3 . + 359 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4355 + [ a r:Fact; r:gives {359 math:notEqualTo 0}] + skolem:lemma3660 + [ a r:Fact; r:gives {((0 3 5 9) "=<") list:sort (0 3 5 9)}] + [ a r:Fact; r:gives {((0 3 5 9) ">=") list:sort (9 5 3 0)}] + skolem:lemma3661 + skolem:lemma3662 + [ a r:Fact; r:gives {(9530 359) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2358 a r:Inference; r:gives { - 360 :recursionCount 3 . + 360 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4356 + [ a r:Fact; r:gives {360 math:notEqualTo 0}] + skolem:lemma3663 + [ a r:Fact; r:gives {((0 3 6 0) "=<") list:sort (0 0 3 6)}] + [ a r:Fact; r:gives {((0 3 6 0) ">=") list:sort (6 3 0 0)}] + skolem:lemma3092 + skolem:lemma3093 + [ a r:Fact; r:gives {(6300 36) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2359 a r:Inference; r:gives { - 361 :recursionCount 1 . + 361 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4357 + [ a r:Fact; r:gives {361 math:notEqualTo 0}] + skolem:lemma3664 + [ a r:Fact; r:gives {((0 3 6 1) "=<") list:sort (0 1 3 6)}] + [ a r:Fact; r:gives {((0 3 6 1) ">=") list:sort (6 3 1 0)}] + skolem:lemma3282 + skolem:lemma3283 + [ a r:Fact; r:gives {(6310 136) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2360 a r:Inference; r:gives { - 362 :recursionCount 7 . + 362 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4358 + [ a r:Fact; r:gives {362 math:notEqualTo 0}] + skolem:lemma3665 + [ a r:Fact; r:gives {((0 3 6 2) "=<") list:sort (0 2 3 6)}] + [ a r:Fact; r:gives {((0 3 6 2) ">=") list:sort (6 3 2 0)}] + skolem:lemma3454 + skolem:lemma3455 + [ a r:Fact; r:gives {(6320 236) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2361 a r:Inference; r:gives { - 363 :recursionCount 6 . + 363 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4359 + [ a r:Fact; r:gives {363 math:notEqualTo 0}] + skolem:lemma3666 + [ a r:Fact; r:gives {((0 3 6 3) "=<") list:sort (0 3 3 6)}] + [ a r:Fact; r:gives {((0 3 6 3) ">=") list:sort (6 3 3 0)}] + skolem:lemma3610 + skolem:lemma3611 + [ a r:Fact; r:gives {(6330 336) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2362 a r:Inference; r:gives { - 364 :recursionCount 7 . + 364 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4360 + [ a r:Fact; r:gives {364 math:notEqualTo 0}] + skolem:lemma3667 + [ a r:Fact; r:gives {((0 3 6 4) "=<") list:sort (0 3 4 6)}] + [ a r:Fact; r:gives {((0 3 6 4) ">=") list:sort (6 4 3 0)}] + skolem:lemma3632 + skolem:lemma3633 + [ a r:Fact; r:gives {(6430 346) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2363 a r:Inference; r:gives { - 365 :recursionCount 1 . + 365 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4361 + [ a r:Fact; r:gives {365 math:notEqualTo 0}] + skolem:lemma3668 + [ a r:Fact; r:gives {((0 3 6 5) "=<") list:sort (0 3 5 6)}] + [ a r:Fact; r:gives {((0 3 6 5) ">=") list:sort (6 5 3 0)}] + skolem:lemma3652 + skolem:lemma3653 + [ a r:Fact; r:gives {(6530 356) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2364 a r:Inference; r:gives { - 366 :recursionCount 3 . + 366 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4362 + [ a r:Fact; r:gives {366 math:notEqualTo 0}] + skolem:lemma3669 + [ a r:Fact; r:gives {((0 3 6 6) "=<") list:sort (0 3 6 6)}] + [ a r:Fact; r:gives {((0 3 6 6) ">=") list:sort (6 6 3 0)}] + skolem:lemma3670 + skolem:lemma3671 + [ a r:Fact; r:gives {(6630 366) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2365 a r:Inference; r:gives { - 367 :recursionCount 6 . + 367 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4363 + [ a r:Fact; r:gives {367 math:notEqualTo 0}] + skolem:lemma3672 + [ a r:Fact; r:gives {((0 3 6 7) "=<") list:sort (0 3 6 7)}] + [ a r:Fact; r:gives {((0 3 6 7) ">=") list:sort (7 6 3 0)}] + skolem:lemma3673 + skolem:lemma3674 + [ a r:Fact; r:gives {(7630 367) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2366 a r:Inference; r:gives { - 368 :recursionCount 5 . + 368 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4364 + [ a r:Fact; r:gives {368 math:notEqualTo 0}] + skolem:lemma3675 + [ a r:Fact; r:gives {((0 3 6 8) "=<") list:sort (0 3 6 8)}] + [ a r:Fact; r:gives {((0 3 6 8) ">=") list:sort (8 6 3 0)}] + skolem:lemma3676 + skolem:lemma3677 + [ a r:Fact; r:gives {(8630 368) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2367 a r:Inference; r:gives { - 369 :recursionCount 3 . + 369 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4365 + [ a r:Fact; r:gives {369 math:notEqualTo 0}] + skolem:lemma3678 + [ a r:Fact; r:gives {((0 3 6 9) "=<") list:sort (0 3 6 9)}] + [ a r:Fact; r:gives {((0 3 6 9) ">=") list:sort (9 6 3 0)}] + skolem:lemma3679 + skolem:lemma3680 + [ a r:Fact; r:gives {(9630 369) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2368 a r:Inference; r:gives { - 370 :recursionCount 6 . + 370 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4366 + [ a r:Fact; r:gives {370 math:notEqualTo 0}] + skolem:lemma3681 + [ a r:Fact; r:gives {((0 3 7 0) "=<") list:sort (0 0 3 7)}] + [ a r:Fact; r:gives {((0 3 7 0) ">=") list:sort (7 3 0 0)}] + skolem:lemma3095 + skolem:lemma3096 + [ a r:Fact; r:gives {(7300 37) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2369 a r:Inference; r:gives { - 371 :recursionCount 5 . + 371 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4367 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma2370 a r:Inference; + [ a r:Fact; r:gives {371 math:notEqualTo 0}] + skolem:lemma3682 + [ a r:Fact; r:gives {((0 3 7 1) "=<") list:sort (0 1 3 7)}] + [ a r:Fact; r:gives {((0 3 7 1) ">=") list:sort (7 3 1 0)}] + skolem:lemma3285 + skolem:lemma3286 + [ a r:Fact; r:gives {(7310 137) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 371]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. + +skolem:lemma2370 a r:Inference; r:gives { - 372 :recursionCount 3 . + 372 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4368 + [ a r:Fact; r:gives {372 math:notEqualTo 0}] + skolem:lemma3683 + [ a r:Fact; r:gives {((0 3 7 2) "=<") list:sort (0 2 3 7)}] + [ a r:Fact; r:gives {((0 3 7 2) ">=") list:sort (7 3 2 0)}] + skolem:lemma3457 + skolem:lemma3458 + [ a r:Fact; r:gives {(7320 237) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2371 a r:Inference; r:gives { - 373 :recursionCount 4 . + 373 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4369 + [ a r:Fact; r:gives {373 math:notEqualTo 0}] + skolem:lemma3684 + [ a r:Fact; r:gives {((0 3 7 3) "=<") list:sort (0 3 3 7)}] + [ a r:Fact; r:gives {((0 3 7 3) ">=") list:sort (7 3 3 0)}] + skolem:lemma3613 + skolem:lemma3614 + [ a r:Fact; r:gives {(7330 337) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2372 a r:Inference; r:gives { - 374 :recursionCount 3 . + 374 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4370 + [ a r:Fact; r:gives {374 math:notEqualTo 0}] + skolem:lemma3685 + [ a r:Fact; r:gives {((0 3 7 4) "=<") list:sort (0 3 4 7)}] + [ a r:Fact; r:gives {((0 3 7 4) ">=") list:sort (7 4 3 0)}] + skolem:lemma3635 + skolem:lemma3636 + [ a r:Fact; r:gives {(7430 347) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2373 a r:Inference; r:gives { - 375 :recursionCount 5 . + 375 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4371 + [ a r:Fact; r:gives {375 math:notEqualTo 0}] + skolem:lemma3686 + [ a r:Fact; r:gives {((0 3 7 5) "=<") list:sort (0 3 5 7)}] + [ a r:Fact; r:gives {((0 3 7 5) ">=") list:sort (7 5 3 0)}] + skolem:lemma3655 + skolem:lemma3656 + [ a r:Fact; r:gives {(7530 357) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2374 a r:Inference; r:gives { - 376 :recursionCount 6 . + 376 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4372 + [ a r:Fact; r:gives {376 math:notEqualTo 0}] + skolem:lemma3687 + [ a r:Fact; r:gives {((0 3 7 6) "=<") list:sort (0 3 6 7)}] + [ a r:Fact; r:gives {((0 3 7 6) ">=") list:sort (7 6 3 0)}] + skolem:lemma3673 + skolem:lemma3674 + [ a r:Fact; r:gives {(7630 367) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2375 a r:Inference; r:gives { - 377 :recursionCount 3 . + 377 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4373 + [ a r:Fact; r:gives {377 math:notEqualTo 0}] + skolem:lemma3688 + [ a r:Fact; r:gives {((0 3 7 7) "=<") list:sort (0 3 7 7)}] + [ a r:Fact; r:gives {((0 3 7 7) ">=") list:sort (7 7 3 0)}] + skolem:lemma3689 + skolem:lemma3690 + [ a r:Fact; r:gives {(7730 377) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2376 a r:Inference; r:gives { - 378 :recursionCount 2 . + 378 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4374 + [ a r:Fact; r:gives {378 math:notEqualTo 0}] + skolem:lemma3691 + [ a r:Fact; r:gives {((0 3 7 8) "=<") list:sort (0 3 7 8)}] + [ a r:Fact; r:gives {((0 3 7 8) ">=") list:sort (8 7 3 0)}] + skolem:lemma3692 + skolem:lemma3693 + [ a r:Fact; r:gives {(8730 378) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2377 a r:Inference; r:gives { - 379 :recursionCount 7 . + 379 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4375 + [ a r:Fact; r:gives {379 math:notEqualTo 0}] + skolem:lemma3694 + [ a r:Fact; r:gives {((0 3 7 9) "=<") list:sort (0 3 7 9)}] + [ a r:Fact; r:gives {((0 3 7 9) ">=") list:sort (9 7 3 0)}] + skolem:lemma3695 + skolem:lemma3696 + [ a r:Fact; r:gives {(9730 379) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2378 a r:Inference; r:gives { - 380 :recursionCount 5 . + 380 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4376 + [ a r:Fact; r:gives {380 math:notEqualTo 0}] + skolem:lemma3697 + [ a r:Fact; r:gives {((0 3 8 0) "=<") list:sort (0 0 3 8)}] + [ a r:Fact; r:gives {((0 3 8 0) ">=") list:sort (8 3 0 0)}] + skolem:lemma3098 + skolem:lemma3099 + [ a r:Fact; r:gives {(8300 38) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2379 a r:Inference; r:gives { - 381 :recursionCount 6 . + 381 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4377 + [ a r:Fact; r:gives {381 math:notEqualTo 0}] + skolem:lemma3698 + [ a r:Fact; r:gives {((0 3 8 1) "=<") list:sort (0 1 3 8)}] + [ a r:Fact; r:gives {((0 3 8 1) ">=") list:sort (8 3 1 0)}] + skolem:lemma3288 + skolem:lemma3289 + [ a r:Fact; r:gives {(8310 138) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2380 a r:Inference; r:gives { - 382 :recursionCount 3 . + 382 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4378 + [ a r:Fact; r:gives {382 math:notEqualTo 0}] + skolem:lemma3699 + [ a r:Fact; r:gives {((0 3 8 2) "=<") list:sort (0 2 3 8)}] + [ a r:Fact; r:gives {((0 3 8 2) ">=") list:sort (8 3 2 0)}] + skolem:lemma3460 + skolem:lemma3461 + [ a r:Fact; r:gives {(8320 238) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2381 a r:Inference; r:gives { - 383 :recursionCount 6 . + 383 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4379 + [ a r:Fact; r:gives {383 math:notEqualTo 0}] + skolem:lemma3700 + [ a r:Fact; r:gives {((0 3 8 3) "=<") list:sort (0 3 3 8)}] + [ a r:Fact; r:gives {((0 3 8 3) ">=") list:sort (8 3 3 0)}] + skolem:lemma3616 + skolem:lemma3617 + [ a r:Fact; r:gives {(8330 338) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2382 a r:Inference; r:gives { - 384 :recursionCount 3 . + 384 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4380 + [ a r:Fact; r:gives {384 math:notEqualTo 0}] + skolem:lemma3701 + [ a r:Fact; r:gives {((0 3 8 4) "=<") list:sort (0 3 4 8)}] + [ a r:Fact; r:gives {((0 3 8 4) ">=") list:sort (8 4 3 0)}] + skolem:lemma3638 + skolem:lemma3639 + [ a r:Fact; r:gives {(8430 348) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2383 a r:Inference; r:gives { - 385 :recursionCount 6 . + 385 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4381 + [ a r:Fact; r:gives {385 math:notEqualTo 0}] + skolem:lemma3702 + [ a r:Fact; r:gives {((0 3 8 5) "=<") list:sort (0 3 5 8)}] + [ a r:Fact; r:gives {((0 3 8 5) ">=") list:sort (8 5 3 0)}] + skolem:lemma3658 + skolem:lemma3659 + [ a r:Fact; r:gives {(8530 358) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2384 a r:Inference; r:gives { - 386 :recursionCount 5 . + 386 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4382 + [ a r:Fact; r:gives {386 math:notEqualTo 0}] + skolem:lemma3703 + [ a r:Fact; r:gives {((0 3 8 6) "=<") list:sort (0 3 6 8)}] + [ a r:Fact; r:gives {((0 3 8 6) ">=") list:sort (8 6 3 0)}] + skolem:lemma3676 + skolem:lemma3677 + [ a r:Fact; r:gives {(8630 368) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2385 a r:Inference; r:gives { - 387 :recursionCount 2 . + 387 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4383 + [ a r:Fact; r:gives {387 math:notEqualTo 0}] + skolem:lemma3704 + [ a r:Fact; r:gives {((0 3 8 7) "=<") list:sort (0 3 7 8)}] + [ a r:Fact; r:gives {((0 3 8 7) ">=") list:sort (8 7 3 0)}] + skolem:lemma3692 + skolem:lemma3693 + [ a r:Fact; r:gives {(8730 378) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2386 a r:Inference; r:gives { - 388 :recursionCount 7 . + 388 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4384 + [ a r:Fact; r:gives {388 math:notEqualTo 0}] + skolem:lemma3705 + [ a r:Fact; r:gives {((0 3 8 8) "=<") list:sort (0 3 8 8)}] + [ a r:Fact; r:gives {((0 3 8 8) ">=") list:sort (8 8 3 0)}] + skolem:lemma3706 + skolem:lemma3707 + [ a r:Fact; r:gives {(8830 388) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2387 a r:Inference; r:gives { - 389 :recursionCount 7 . + 389 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4385 + [ a r:Fact; r:gives {389 math:notEqualTo 0}] + skolem:lemma3708 + [ a r:Fact; r:gives {((0 3 8 9) "=<") list:sort (0 3 8 9)}] + [ a r:Fact; r:gives {((0 3 8 9) ">=") list:sort (9 8 3 0)}] + skolem:lemma3709 + skolem:lemma3710 + [ a r:Fact; r:gives {(9830 389) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2388 a r:Inference; r:gives { - 390 :recursionCount 3 . + 390 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4386 + [ a r:Fact; r:gives {390 math:notEqualTo 0}] + skolem:lemma3711 + [ a r:Fact; r:gives {((0 3 9 0) "=<") list:sort (0 0 3 9)}] + [ a r:Fact; r:gives {((0 3 9 0) ">=") list:sort (9 3 0 0)}] + skolem:lemma3101 + skolem:lemma3102 + [ a r:Fact; r:gives {(9300 39) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2389 a r:Inference; r:gives { - 391 :recursionCount 3 . + 391 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4387 + [ a r:Fact; r:gives {391 math:notEqualTo 0}] + skolem:lemma3712 + [ a r:Fact; r:gives {((0 3 9 1) "=<") list:sort (0 1 3 9)}] + [ a r:Fact; r:gives {((0 3 9 1) ">=") list:sort (9 3 1 0)}] + skolem:lemma3291 + skolem:lemma3292 + [ a r:Fact; r:gives {(9310 139) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2390 a r:Inference; r:gives { - 392 :recursionCount 4 . + 392 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4388 + [ a r:Fact; r:gives {392 math:notEqualTo 0}] + skolem:lemma3713 + [ a r:Fact; r:gives {((0 3 9 2) "=<") list:sort (0 2 3 9)}] + [ a r:Fact; r:gives {((0 3 9 2) ">=") list:sort (9 3 2 0)}] + skolem:lemma3463 + skolem:lemma3464 + [ a r:Fact; r:gives {(9320 239) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2391 a r:Inference; r:gives { - 393 :recursionCount 4 . + 393 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4389 + [ a r:Fact; r:gives {393 math:notEqualTo 0}] + skolem:lemma3714 + [ a r:Fact; r:gives {((0 3 9 3) "=<") list:sort (0 3 3 9)}] + [ a r:Fact; r:gives {((0 3 9 3) ">=") list:sort (9 3 3 0)}] + skolem:lemma3619 + skolem:lemma3620 + [ a r:Fact; r:gives {(9330 339) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2392 a r:Inference; r:gives { - 394 :recursionCount 4 . + 394 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4390 + [ a r:Fact; r:gives {394 math:notEqualTo 0}] + skolem:lemma3715 + [ a r:Fact; r:gives {((0 3 9 4) "=<") list:sort (0 3 4 9)}] + [ a r:Fact; r:gives {((0 3 9 4) ">=") list:sort (9 4 3 0)}] + skolem:lemma3641 + skolem:lemma3642 + [ a r:Fact; r:gives {(9430 349) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2393 a r:Inference; r:gives { - 395 :recursionCount 3 . + 395 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4391 + [ a r:Fact; r:gives {395 math:notEqualTo 0}] + skolem:lemma3716 + [ a r:Fact; r:gives {((0 3 9 5) "=<") list:sort (0 3 5 9)}] + [ a r:Fact; r:gives {((0 3 9 5) ">=") list:sort (9 5 3 0)}] + skolem:lemma3661 + skolem:lemma3662 + [ a r:Fact; r:gives {(9530 359) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2394 a r:Inference; r:gives { - 396 :recursionCount 3 . + 396 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4392 + [ a r:Fact; r:gives {396 math:notEqualTo 0}] + skolem:lemma3717 + [ a r:Fact; r:gives {((0 3 9 6) "=<") list:sort (0 3 6 9)}] + [ a r:Fact; r:gives {((0 3 9 6) ">=") list:sort (9 6 3 0)}] + skolem:lemma3679 + skolem:lemma3680 + [ a r:Fact; r:gives {(9630 369) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2395 a r:Inference; r:gives { - 397 :recursionCount 7 . + 397 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4393 + [ a r:Fact; r:gives {397 math:notEqualTo 0}] + skolem:lemma3718 + [ a r:Fact; r:gives {((0 3 9 7) "=<") list:sort (0 3 7 9)}] + [ a r:Fact; r:gives {((0 3 9 7) ">=") list:sort (9 7 3 0)}] + skolem:lemma3695 + skolem:lemma3696 + [ a r:Fact; r:gives {(9730 379) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2396 a r:Inference; r:gives { - 398 :recursionCount 7 . + 398 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4394 + [ a r:Fact; r:gives {398 math:notEqualTo 0}] + skolem:lemma3719 + [ a r:Fact; r:gives {((0 3 9 8) "=<") list:sort (0 3 8 9)}] + [ a r:Fact; r:gives {((0 3 9 8) ">=") list:sort (9 8 3 0)}] + skolem:lemma3709 + skolem:lemma3710 + [ a r:Fact; r:gives {(9830 389) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2397 a r:Inference; r:gives { - 399 :recursionCount 7 . + 399 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4395 + [ a r:Fact; r:gives {399 math:notEqualTo 0}] + skolem:lemma3720 + [ a r:Fact; r:gives {((0 3 9 9) "=<") list:sort (0 3 9 9)}] + [ a r:Fact; r:gives {((0 3 9 9) ">=") list:sort (9 9 3 0)}] + skolem:lemma3721 + skolem:lemma3722 + [ a r:Fact; r:gives {(9930 399) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2398 a r:Inference; r:gives { - 400 :recursionCount 4 . + 400 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4396 + [ a r:Fact; r:gives {400 math:notEqualTo 0}] + skolem:lemma3723 + [ a r:Fact; r:gives {((0 4 0 0) "=<") list:sort (0 0 0 4)}] + [ a r:Fact; r:gives {((0 4 0 0) ">=") list:sort (4 0 0 0)}] + skolem:lemma3008 + skolem:lemma3009 + [ a r:Fact; r:gives {(4000 4) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2399 a r:Inference; r:gives { - 401 :recursionCount 7 . + 401 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4397 + [ a r:Fact; r:gives {401 math:notEqualTo 0}] + skolem:lemma3724 + [ a r:Fact; r:gives {((0 4 0 1) "=<") list:sort (0 0 1 4)}] + [ a r:Fact; r:gives {((0 4 0 1) ">=") list:sort (4 1 0 0)}] + skolem:lemma3036 + skolem:lemma3037 + [ a r:Fact; r:gives {(4100 14) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2400 a r:Inference; r:gives { - 402 :recursionCount 2 . + 402 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4398 + [ a r:Fact; r:gives {402 math:notEqualTo 0}] + skolem:lemma3725 + [ a r:Fact; r:gives {((0 4 0 2) "=<") list:sort (0 0 2 4)}] + [ a r:Fact; r:gives {((0 4 0 2) ">=") list:sort (4 2 0 0)}] + skolem:lemma3062 + skolem:lemma3063 + [ a r:Fact; r:gives {(4200 24) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2401 a r:Inference; r:gives { - 403 :recursionCount 3 . + 403 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4399 + [ a r:Fact; r:gives {403 math:notEqualTo 0}] + skolem:lemma3726 + [ a r:Fact; r:gives {((0 4 0 3) "=<") list:sort (0 0 3 4)}] + [ a r:Fact; r:gives {((0 4 0 3) ">=") list:sort (4 3 0 0)}] + skolem:lemma3086 + skolem:lemma3087 + [ a r:Fact; r:gives {(4300 34) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2402 a r:Inference; r:gives { - 404 :recursionCount 4 . + 404 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4400 + [ a r:Fact; r:gives {404 math:notEqualTo 0}] + skolem:lemma3727 + [ a r:Fact; r:gives {((0 4 0 4) "=<") list:sort (0 0 4 4)}] + [ a r:Fact; r:gives {((0 4 0 4) ">=") list:sort (4 4 0 0)}] + skolem:lemma3108 + skolem:lemma3109 + [ a r:Fact; r:gives {(4400 44) math:difference 4356}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4356 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 4356 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2403 a r:Inference; r:gives { - 405 :recursionCount 5 . + 405 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4401 + [ a r:Fact; r:gives {405 math:notEqualTo 0}] + skolem:lemma3728 + [ a r:Fact; r:gives {((0 4 0 5) "=<") list:sort (0 0 4 5)}] + [ a r:Fact; r:gives {((0 4 0 5) ">=") list:sort (5 4 0 0)}] + skolem:lemma3111 + skolem:lemma3112 + [ a r:Fact; r:gives {(5400 45) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2404 a r:Inference; r:gives { - 406 :recursionCount 4 . + 406 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4402 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma2405 a r:Inference; - r:gives { - 407 :recursionCount 3 . + [ a r:Fact; r:gives {406 math:notEqualTo 0}] + skolem:lemma3729 + [ a r:Fact; r:gives {((0 4 0 6) "=<") list:sort (0 0 4 6)}] + [ a r:Fact; r:gives {((0 4 0 6) ">=") list:sort (6 4 0 0)}] + skolem:lemma3114 + skolem:lemma3115 + [ a r:Fact; r:gives {(6400 46) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 406]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. + +skolem:lemma2405 a r:Inference; + r:gives { + 407 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4403 + [ a r:Fact; r:gives {407 math:notEqualTo 0}] + skolem:lemma3730 + [ a r:Fact; r:gives {((0 4 0 7) "=<") list:sort (0 0 4 7)}] + [ a r:Fact; r:gives {((0 4 0 7) ">=") list:sort (7 4 0 0)}] + skolem:lemma3117 + skolem:lemma3118 + [ a r:Fact; r:gives {(7400 47) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2406 a r:Inference; r:gives { - 408 :recursionCount 2 . + 408 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4404 + [ a r:Fact; r:gives {408 math:notEqualTo 0}] + skolem:lemma3731 + [ a r:Fact; r:gives {((0 4 0 8) "=<") list:sort (0 0 4 8)}] + [ a r:Fact; r:gives {((0 4 0 8) ">=") list:sort (8 4 0 0)}] + skolem:lemma3120 + skolem:lemma3121 + [ a r:Fact; r:gives {(8400 48) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2407 a r:Inference; r:gives { - 409 :recursionCount 7 . + 409 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4405 + [ a r:Fact; r:gives {409 math:notEqualTo 0}] + skolem:lemma3732 + [ a r:Fact; r:gives {((0 4 0 9) "=<") list:sort (0 0 4 9)}] + [ a r:Fact; r:gives {((0 4 0 9) ">=") list:sort (9 4 0 0)}] + skolem:lemma3123 + skolem:lemma3124 + [ a r:Fact; r:gives {(9400 49) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2408 a r:Inference; r:gives { - 410 :recursionCount 7 . + 410 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4406 + [ a r:Fact; r:gives {410 math:notEqualTo 0}] + skolem:lemma3733 + [ a r:Fact; r:gives {((0 4 1 0) "=<") list:sort (0 0 1 4)}] + [ a r:Fact; r:gives {((0 4 1 0) ">=") list:sort (4 1 0 0)}] + skolem:lemma3036 + skolem:lemma3037 + [ a r:Fact; r:gives {(4100 14) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2409 a r:Inference; r:gives { - 411 :recursionCount 4 . + 411 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4407 + [ a r:Fact; r:gives {411 math:notEqualTo 0}] + skolem:lemma3734 + [ a r:Fact; r:gives {((0 4 1 1) "=<") list:sort (0 1 1 4)}] + [ a r:Fact; r:gives {((0 4 1 1) ">=") list:sort (4 1 1 0)}] + skolem:lemma3226 + skolem:lemma3227 + [ a r:Fact; r:gives {(4110 114) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2410 a r:Inference; r:gives { - 412 :recursionCount 7 . + 412 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4408 + [ a r:Fact; r:gives {412 math:notEqualTo 0}] + skolem:lemma3735 + [ a r:Fact; r:gives {((0 4 1 2) "=<") list:sort (0 1 2 4)}] + [ a r:Fact; r:gives {((0 4 1 2) ">=") list:sort (4 2 1 0)}] + skolem:lemma3252 + skolem:lemma3253 + [ a r:Fact; r:gives {(4210 124) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2411 a r:Inference; r:gives { - 413 :recursionCount 2 . + 413 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4409 + [ a r:Fact; r:gives {413 math:notEqualTo 0}] + skolem:lemma3736 + [ a r:Fact; r:gives {((0 4 1 3) "=<") list:sort (0 1 3 4)}] + [ a r:Fact; r:gives {((0 4 1 3) ">=") list:sort (4 3 1 0)}] + skolem:lemma3276 + skolem:lemma3277 + [ a r:Fact; r:gives {(4310 134) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2412 a r:Inference; r:gives { - 414 :recursionCount 3 . + 414 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4410 + [ a r:Fact; r:gives {414 math:notEqualTo 0}] + skolem:lemma3737 + [ a r:Fact; r:gives {((0 4 1 4) "=<") list:sort (0 1 4 4)}] + [ a r:Fact; r:gives {((0 4 1 4) ">=") list:sort (4 4 1 0)}] + skolem:lemma3298 + skolem:lemma3299 + [ a r:Fact; r:gives {(4410 144) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2413 a r:Inference; r:gives { - 415 :recursionCount 5 . + 415 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4411 + [ a r:Fact; r:gives {415 math:notEqualTo 0}] + skolem:lemma3738 + [ a r:Fact; r:gives {((0 4 1 5) "=<") list:sort (0 1 4 5)}] + [ a r:Fact; r:gives {((0 4 1 5) ">=") list:sort (5 4 1 0)}] + skolem:lemma3301 + skolem:lemma3302 + [ a r:Fact; r:gives {(5410 145) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2414 a r:Inference; r:gives { - 416 :recursionCount 3 . + 416 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4412 + [ a r:Fact; r:gives {416 math:notEqualTo 0}] + skolem:lemma3739 + [ a r:Fact; r:gives {((0 4 1 6) "=<") list:sort (0 1 4 6)}] + [ a r:Fact; r:gives {((0 4 1 6) ">=") list:sort (6 4 1 0)}] + skolem:lemma3304 + skolem:lemma3305 + [ a r:Fact; r:gives {(6410 146) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2415 a r:Inference; r:gives { - 417 :recursionCount 6 . + 417 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4413 + [ a r:Fact; r:gives {417 math:notEqualTo 0}] + skolem:lemma3740 + [ a r:Fact; r:gives {((0 4 1 7) "=<") list:sort (0 1 4 7)}] + [ a r:Fact; r:gives {((0 4 1 7) ">=") list:sort (7 4 1 0)}] + skolem:lemma3307 + skolem:lemma3308 + [ a r:Fact; r:gives {(7410 147) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2416 a r:Inference; r:gives { - 418 :recursionCount 5 . + 418 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4414 + [ a r:Fact; r:gives {418 math:notEqualTo 0}] + skolem:lemma3741 + [ a r:Fact; r:gives {((0 4 1 8) "=<") list:sort (0 1 4 8)}] + [ a r:Fact; r:gives {((0 4 1 8) ">=") list:sort (8 4 1 0)}] + skolem:lemma3310 + skolem:lemma3311 + [ a r:Fact; r:gives {(8410 148) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2417 a r:Inference; r:gives { - 419 :recursionCount 3 . + 419 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4415 + [ a r:Fact; r:gives {419 math:notEqualTo 0}] + skolem:lemma3742 + [ a r:Fact; r:gives {((0 4 1 9) "=<") list:sort (0 1 4 9)}] + [ a r:Fact; r:gives {((0 4 1 9) ">=") list:sort (9 4 1 0)}] + skolem:lemma3313 + skolem:lemma3314 + [ a r:Fact; r:gives {(9410 149) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2418 a r:Inference; r:gives { - 420 :recursionCount 2 . + 420 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4416 + [ a r:Fact; r:gives {420 math:notEqualTo 0}] + skolem:lemma3743 + [ a r:Fact; r:gives {((0 4 2 0) "=<") list:sort (0 0 2 4)}] + [ a r:Fact; r:gives {((0 4 2 0) ">=") list:sort (4 2 0 0)}] + skolem:lemma3062 + skolem:lemma3063 + [ a r:Fact; r:gives {(4200 24) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2419 a r:Inference; r:gives { - 421 :recursionCount 7 . + 421 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4417 + [ a r:Fact; r:gives {421 math:notEqualTo 0}] + skolem:lemma3744 + [ a r:Fact; r:gives {((0 4 2 1) "=<") list:sort (0 1 2 4)}] + [ a r:Fact; r:gives {((0 4 2 1) ">=") list:sort (4 2 1 0)}] + skolem:lemma3252 + skolem:lemma3253 + [ a r:Fact; r:gives {(4210 124) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2420 a r:Inference; r:gives { - 422 :recursionCount 4 . + 422 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4418 + [ a r:Fact; r:gives {422 math:notEqualTo 0}] + skolem:lemma3745 + [ a r:Fact; r:gives {((0 4 2 2) "=<") list:sort (0 2 2 4)}] + [ a r:Fact; r:gives {((0 4 2 2) ">=") list:sort (4 2 2 0)}] + skolem:lemma3424 + skolem:lemma3425 + [ a r:Fact; r:gives {(4220 224) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2421 a r:Inference; r:gives { - 423 :recursionCount 7 . + 423 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4419 + [ a r:Fact; r:gives {423 math:notEqualTo 0}] + skolem:lemma3746 + [ a r:Fact; r:gives {((0 4 2 3) "=<") list:sort (0 2 3 4)}] + [ a r:Fact; r:gives {((0 4 2 3) ">=") list:sort (4 3 2 0)}] + skolem:lemma3448 + skolem:lemma3449 + [ a r:Fact; r:gives {(4320 234) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2422 a r:Inference; r:gives { - 424 :recursionCount 2 . + 424 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4420 + [ a r:Fact; r:gives {424 math:notEqualTo 0}] + skolem:lemma3747 + [ a r:Fact; r:gives {((0 4 2 4) "=<") list:sort (0 2 4 4)}] + [ a r:Fact; r:gives {((0 4 2 4) ">=") list:sort (4 4 2 0)}] + skolem:lemma3470 + skolem:lemma3471 + [ a r:Fact; r:gives {(4420 244) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2423 a r:Inference; r:gives { - 425 :recursionCount 7 . + 425 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4421 + [ a r:Fact; r:gives {425 math:notEqualTo 0}] + skolem:lemma3748 + [ a r:Fact; r:gives {((0 4 2 5) "=<") list:sort (0 2 4 5)}] + [ a r:Fact; r:gives {((0 4 2 5) ">=") list:sort (5 4 2 0)}] + skolem:lemma3473 + skolem:lemma3474 + [ a r:Fact; r:gives {(5420 245) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2424 a r:Inference; r:gives { - 426 :recursionCount 1 . + 426 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4422 + [ a r:Fact; r:gives {426 math:notEqualTo 0}] + skolem:lemma3749 + [ a r:Fact; r:gives {((0 4 2 6) "=<") list:sort (0 2 4 6)}] + [ a r:Fact; r:gives {((0 4 2 6) ">=") list:sort (6 4 2 0)}] + skolem:lemma3476 + skolem:lemma3477 + [ a r:Fact; r:gives {(6420 246) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2425 a r:Inference; r:gives { - 427 :recursionCount 5 . + 427 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4423 + [ a r:Fact; r:gives {427 math:notEqualTo 0}] + skolem:lemma3750 + [ a r:Fact; r:gives {((0 4 2 7) "=<") list:sort (0 2 4 7)}] + [ a r:Fact; r:gives {((0 4 2 7) ">=") list:sort (7 4 2 0)}] + skolem:lemma3479 + skolem:lemma3480 + [ a r:Fact; r:gives {(7420 247) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2426 a r:Inference; r:gives { - 428 :recursionCount 6 . + 428 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4424 + [ a r:Fact; r:gives {428 math:notEqualTo 0}] + skolem:lemma3751 + [ a r:Fact; r:gives {((0 4 2 8) "=<") list:sort (0 2 4 8)}] + [ a r:Fact; r:gives {((0 4 2 8) ">=") list:sort (8 4 2 0)}] + skolem:lemma3482 + skolem:lemma3483 + [ a r:Fact; r:gives {(8420 248) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2427 a r:Inference; r:gives { - 429 :recursionCount 3 . + 429 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4425 + [ a r:Fact; r:gives {429 math:notEqualTo 0}] + skolem:lemma3752 + [ a r:Fact; r:gives {((0 4 2 9) "=<") list:sort (0 2 4 9)}] + [ a r:Fact; r:gives {((0 4 2 9) ">=") list:sort (9 4 2 0)}] + skolem:lemma3485 + skolem:lemma3486 + [ a r:Fact; r:gives {(9420 249) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2428 a r:Inference; r:gives { - 430 :recursionCount 3 . + 430 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4426 + [ a r:Fact; r:gives {430 math:notEqualTo 0}] + skolem:lemma3753 + [ a r:Fact; r:gives {((0 4 3 0) "=<") list:sort (0 0 3 4)}] + [ a r:Fact; r:gives {((0 4 3 0) ">=") list:sort (4 3 0 0)}] + skolem:lemma3086 + skolem:lemma3087 + [ a r:Fact; r:gives {(4300 34) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2429 a r:Inference; r:gives { - 431 :recursionCount 2 . + 431 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4427 + [ a r:Fact; r:gives {431 math:notEqualTo 0}] + skolem:lemma3754 + [ a r:Fact; r:gives {((0 4 3 1) "=<") list:sort (0 1 3 4)}] + [ a r:Fact; r:gives {((0 4 3 1) ">=") list:sort (4 3 1 0)}] + skolem:lemma3276 + skolem:lemma3277 + [ a r:Fact; r:gives {(4310 134) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2430 a r:Inference; r:gives { - 432 :recursionCount 7 . + 432 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4428 + [ a r:Fact; r:gives {432 math:notEqualTo 0}] + skolem:lemma3755 + [ a r:Fact; r:gives {((0 4 3 2) "=<") list:sort (0 2 3 4)}] + [ a r:Fact; r:gives {((0 4 3 2) ">=") list:sort (4 3 2 0)}] + skolem:lemma3448 + skolem:lemma3449 + [ a r:Fact; r:gives {(4320 234) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2431 a r:Inference; r:gives { - 433 :recursionCount 4 . + 433 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4429 + [ a r:Fact; r:gives {433 math:notEqualTo 0}] + skolem:lemma3756 + [ a r:Fact; r:gives {((0 4 3 3) "=<") list:sort (0 3 3 4)}] + [ a r:Fact; r:gives {((0 4 3 3) ">=") list:sort (4 3 3 0)}] + skolem:lemma3604 + skolem:lemma3605 + [ a r:Fact; r:gives {(4330 334) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2432 a r:Inference; r:gives { - 434 :recursionCount 7 . + 434 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4430 + [ a r:Fact; r:gives {434 math:notEqualTo 0}] + skolem:lemma3757 + [ a r:Fact; r:gives {((0 4 3 4) "=<") list:sort (0 3 4 4)}] + [ a r:Fact; r:gives {((0 4 3 4) ">=") list:sort (4 4 3 0)}] + skolem:lemma3626 + skolem:lemma3627 + [ a r:Fact; r:gives {(4430 344) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2433 a r:Inference; r:gives { - 435 :recursionCount 7 . + 435 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4431 + [ a r:Fact; r:gives {435 math:notEqualTo 0}] + skolem:lemma3758 + [ a r:Fact; r:gives {((0 4 3 5) "=<") list:sort (0 3 4 5)}] + [ a r:Fact; r:gives {((0 4 3 5) ">=") list:sort (5 4 3 0)}] + skolem:lemma3629 + skolem:lemma3630 + [ a r:Fact; r:gives {(5430 345) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2434 a r:Inference; r:gives { - 436 :recursionCount 7 . + 436 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4432 + [ a r:Fact; r:gives {436 math:notEqualTo 0}] + skolem:lemma3759 + [ a r:Fact; r:gives {((0 4 3 6) "=<") list:sort (0 3 4 6)}] + [ a r:Fact; r:gives {((0 4 3 6) ">=") list:sort (6 4 3 0)}] + skolem:lemma3632 + skolem:lemma3633 + [ a r:Fact; r:gives {(6430 346) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2435 a r:Inference; r:gives { - 437 :recursionCount 3 . + 437 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4433 + [ a r:Fact; r:gives {437 math:notEqualTo 0}] + skolem:lemma3760 + [ a r:Fact; r:gives {((0 4 3 7) "=<") list:sort (0 3 4 7)}] + [ a r:Fact; r:gives {((0 4 3 7) ">=") list:sort (7 4 3 0)}] + skolem:lemma3635 + skolem:lemma3636 + [ a r:Fact; r:gives {(7430 347) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2436 a r:Inference; r:gives { - 438 :recursionCount 3 . + 438 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4434 + [ a r:Fact; r:gives {438 math:notEqualTo 0}] + skolem:lemma3761 + [ a r:Fact; r:gives {((0 4 3 8) "=<") list:sort (0 3 4 8)}] + [ a r:Fact; r:gives {((0 4 3 8) ">=") list:sort (8 4 3 0)}] + skolem:lemma3638 + skolem:lemma3639 + [ a r:Fact; r:gives {(8430 348) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2437 a r:Inference; r:gives { - 439 :recursionCount 4 . + 439 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4435 + [ a r:Fact; r:gives {439 math:notEqualTo 0}] + skolem:lemma3762 + [ a r:Fact; r:gives {((0 4 3 9) "=<") list:sort (0 3 4 9)}] + [ a r:Fact; r:gives {((0 4 3 9) ">=") list:sort (9 4 3 0)}] + skolem:lemma3641 + skolem:lemma3642 + [ a r:Fact; r:gives {(9430 349) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2438 a r:Inference; r:gives { - 440 :recursionCount 4 . + 440 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4436 + [ a r:Fact; r:gives {440 math:notEqualTo 0}] + skolem:lemma3763 + [ a r:Fact; r:gives {((0 4 4 0) "=<") list:sort (0 0 4 4)}] + [ a r:Fact; r:gives {((0 4 4 0) ">=") list:sort (4 4 0 0)}] + skolem:lemma3108 + skolem:lemma3109 + [ a r:Fact; r:gives {(4400 44) math:difference 4356}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4356 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 4356 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2439 a r:Inference; r:gives { - 441 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma4437 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma2440 a r:Inference; - r:gives { - 442 :recursionCount 2 . + 441 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4438 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + [ a r:Fact; r:gives {441 math:notEqualTo 0}] + skolem:lemma3764 + [ a r:Fact; r:gives {((0 4 4 1) "=<") list:sort (0 1 4 4)}] + [ a r:Fact; r:gives {((0 4 4 1) ">=") list:sort (4 4 1 0)}] + skolem:lemma3298 + skolem:lemma3299 + [ a r:Fact; r:gives {(4410 144) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + +skolem:lemma2440 a r:Inference; + r:gives { + 442 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {442 math:notEqualTo 0}] + skolem:lemma3765 + [ a r:Fact; r:gives {((0 4 4 2) "=<") list:sort (0 2 4 4)}] + [ a r:Fact; r:gives {((0 4 4 2) ">=") list:sort (4 4 2 0)}] + skolem:lemma3470 + skolem:lemma3471 + [ a r:Fact; r:gives {(4420 244) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2441 a r:Inference; r:gives { - 443 :recursionCount 7 . + 443 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4439 + [ a r:Fact; r:gives {443 math:notEqualTo 0}] + skolem:lemma3766 + [ a r:Fact; r:gives {((0 4 4 3) "=<") list:sort (0 3 4 4)}] + [ a r:Fact; r:gives {((0 4 4 3) ">=") list:sort (4 4 3 0)}] + skolem:lemma3626 + skolem:lemma3627 + [ a r:Fact; r:gives {(4430 344) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2442 a r:Inference; r:gives { - 444 :recursionCount 4 . + 444 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4440 + [ a r:Fact; r:gives {444 math:notEqualTo 0}] + skolem:lemma3767 + [ a r:Fact; r:gives {((0 4 4 4) "=<") list:sort (0 4 4 4)}] + [ a r:Fact; r:gives {((0 4 4 4) ">=") list:sort (4 4 4 0)}] + skolem:lemma3768 + skolem:lemma3769 + [ a r:Fact; r:gives {(4440 444) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2443 a r:Inference; r:gives { - 445 :recursionCount 6 . + 445 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4441 + [ a r:Fact; r:gives {445 math:notEqualTo 0}] + skolem:lemma3770 + [ a r:Fact; r:gives {((0 4 4 5) "=<") list:sort (0 4 4 5)}] + [ a r:Fact; r:gives {((0 4 4 5) ">=") list:sort (5 4 4 0)}] + skolem:lemma3771 + skolem:lemma3772 + [ a r:Fact; r:gives {(5440 445) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2444 a r:Inference; r:gives { - 446 :recursionCount 6 . + 446 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4442 + [ a r:Fact; r:gives {446 math:notEqualTo 0}] + skolem:lemma3773 + [ a r:Fact; r:gives {((0 4 4 6) "=<") list:sort (0 4 4 6)}] + [ a r:Fact; r:gives {((0 4 4 6) ">=") list:sort (6 4 4 0)}] + skolem:lemma3774 + skolem:lemma3775 + [ a r:Fact; r:gives {(6440 446) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2445 a r:Inference; r:gives { - 447 :recursionCount 4 . + 447 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4443 + [ a r:Fact; r:gives {447 math:notEqualTo 0}] + skolem:lemma3776 + [ a r:Fact; r:gives {((0 4 4 7) "=<") list:sort (0 4 4 7)}] + [ a r:Fact; r:gives {((0 4 4 7) ">=") list:sort (7 4 4 0)}] + skolem:lemma3777 + skolem:lemma3778 + [ a r:Fact; r:gives {(7440 447) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2446 a r:Inference; r:gives { - 448 :recursionCount 6 . + 448 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4444 + [ a r:Fact; r:gives {448 math:notEqualTo 0}] + skolem:lemma3779 + [ a r:Fact; r:gives {((0 4 4 8) "=<") list:sort (0 4 4 8)}] + [ a r:Fact; r:gives {((0 4 4 8) ">=") list:sort (8 4 4 0)}] + skolem:lemma3780 + skolem:lemma3781 + [ a r:Fact; r:gives {(8440 448) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2447 a r:Inference; r:gives { - 449 :recursionCount 4 . + 449 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4445 + [ a r:Fact; r:gives {449 math:notEqualTo 0}] + skolem:lemma3782 + [ a r:Fact; r:gives {((0 4 4 9) "=<") list:sort (0 4 4 9)}] + [ a r:Fact; r:gives {((0 4 4 9) ">=") list:sort (9 4 4 0)}] + skolem:lemma3783 + skolem:lemma3784 + [ a r:Fact; r:gives {(9440 449) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2448 a r:Inference; r:gives { - 450 :recursionCount 5 . + 450 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4446 + [ a r:Fact; r:gives {450 math:notEqualTo 0}] + skolem:lemma3785 + [ a r:Fact; r:gives {((0 4 5 0) "=<") list:sort (0 0 4 5)}] + [ a r:Fact; r:gives {((0 4 5 0) ">=") list:sort (5 4 0 0)}] + skolem:lemma3111 + skolem:lemma3112 + [ a r:Fact; r:gives {(5400 45) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2449 a r:Inference; r:gives { - 451 :recursionCount 5 . + 451 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4447 + [ a r:Fact; r:gives {451 math:notEqualTo 0}] + skolem:lemma3786 + [ a r:Fact; r:gives {((0 4 5 1) "=<") list:sort (0 1 4 5)}] + [ a r:Fact; r:gives {((0 4 5 1) ">=") list:sort (5 4 1 0)}] + skolem:lemma3301 + skolem:lemma3302 + [ a r:Fact; r:gives {(5410 145) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2450 a r:Inference; r:gives { - 452 :recursionCount 7 . + 452 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4448 + [ a r:Fact; r:gives {452 math:notEqualTo 0}] + skolem:lemma3787 + [ a r:Fact; r:gives {((0 4 5 2) "=<") list:sort (0 2 4 5)}] + [ a r:Fact; r:gives {((0 4 5 2) ">=") list:sort (5 4 2 0)}] + skolem:lemma3473 + skolem:lemma3474 + [ a r:Fact; r:gives {(5420 245) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2451 a r:Inference; r:gives { - 453 :recursionCount 7 . + 453 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4449 + [ a r:Fact; r:gives {453 math:notEqualTo 0}] + skolem:lemma3788 + [ a r:Fact; r:gives {((0 4 5 3) "=<") list:sort (0 3 4 5)}] + [ a r:Fact; r:gives {((0 4 5 3) ">=") list:sort (5 4 3 0)}] + skolem:lemma3629 + skolem:lemma3630 + [ a r:Fact; r:gives {(5430 345) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2452 a r:Inference; r:gives { - 454 :recursionCount 6 . + 454 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4450 + [ a r:Fact; r:gives {454 math:notEqualTo 0}] + skolem:lemma3789 + [ a r:Fact; r:gives {((0 4 5 4) "=<") list:sort (0 4 4 5)}] + [ a r:Fact; r:gives {((0 4 5 4) ">=") list:sort (5 4 4 0)}] + skolem:lemma3771 + skolem:lemma3772 + [ a r:Fact; r:gives {(5440 445) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2453 a r:Inference; r:gives { - 455 :recursionCount 7 . + 455 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4451 + [ a r:Fact; r:gives {455 math:notEqualTo 0}] + skolem:lemma3790 + [ a r:Fact; r:gives {((0 4 5 5) "=<") list:sort (0 4 5 5)}] + [ a r:Fact; r:gives {((0 4 5 5) ">=") list:sort (5 5 4 0)}] + skolem:lemma3791 + skolem:lemma3792 + [ a r:Fact; r:gives {(5540 455) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2454 a r:Inference; r:gives { - 456 :recursionCount 7 . + 456 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4452 + [ a r:Fact; r:gives {456 math:notEqualTo 0}] + skolem:lemma3793 + [ a r:Fact; r:gives {((0 4 5 6) "=<") list:sort (0 4 5 6)}] + [ a r:Fact; r:gives {((0 4 5 6) ">=") list:sort (6 5 4 0)}] + skolem:lemma3794 + skolem:lemma3795 + [ a r:Fact; r:gives {(6540 456) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2455 a r:Inference; r:gives { - 457 :recursionCount 3 . + 457 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4453 + [ a r:Fact; r:gives {457 math:notEqualTo 0}] + skolem:lemma3796 + [ a r:Fact; r:gives {((0 4 5 7) "=<") list:sort (0 4 5 7)}] + [ a r:Fact; r:gives {((0 4 5 7) ">=") list:sort (7 5 4 0)}] + skolem:lemma3797 + skolem:lemma3798 + [ a r:Fact; r:gives {(7540 457) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2456 a r:Inference; r:gives { - 458 :recursionCount 3 . + 458 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4454 + [ a r:Fact; r:gives {458 math:notEqualTo 0}] + skolem:lemma3799 + [ a r:Fact; r:gives {((0 4 5 8) "=<") list:sort (0 4 5 8)}] + [ a r:Fact; r:gives {((0 4 5 8) ">=") list:sort (8 5 4 0)}] + skolem:lemma3800 + skolem:lemma3801 + [ a r:Fact; r:gives {(8540 458) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2457 a r:Inference; r:gives { - 459 :recursionCount 4 . + 459 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4455 - ); + [ a r:Fact; r:gives {459 math:notEqualTo 0}] + skolem:lemma3802 + [ a r:Fact; r:gives {((0 4 5 9) "=<") list:sort (0 4 5 9)}] + [ a r:Fact; r:gives {((0 4 5 9) ">=") list:sort (9 5 4 0)}] + skolem:lemma3803 + skolem:lemma3804 + [ a r:Fact; r:gives {(9540 459) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2458 a r:Inference; r:gives { - 460 :recursionCount 4 . + 460 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4456 + [ a r:Fact; r:gives {460 math:notEqualTo 0}] + skolem:lemma3805 + [ a r:Fact; r:gives {((0 4 6 0) "=<") list:sort (0 0 4 6)}] + [ a r:Fact; r:gives {((0 4 6 0) ">=") list:sort (6 4 0 0)}] + skolem:lemma3114 + skolem:lemma3115 + [ a r:Fact; r:gives {(6400 46) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2459 a r:Inference; r:gives { - 461 :recursionCount 3 . + 461 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4457 + [ a r:Fact; r:gives {461 math:notEqualTo 0}] + skolem:lemma3806 + [ a r:Fact; r:gives {((0 4 6 1) "=<") list:sort (0 1 4 6)}] + [ a r:Fact; r:gives {((0 4 6 1) ">=") list:sort (6 4 1 0)}] + skolem:lemma3304 + skolem:lemma3305 + [ a r:Fact; r:gives {(6410 146) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2460 a r:Inference; r:gives { - 462 :recursionCount 1 . + 462 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4458 + [ a r:Fact; r:gives {462 math:notEqualTo 0}] + skolem:lemma3807 + [ a r:Fact; r:gives {((0 4 6 2) "=<") list:sort (0 2 4 6)}] + [ a r:Fact; r:gives {((0 4 6 2) ">=") list:sort (6 4 2 0)}] + skolem:lemma3476 + skolem:lemma3477 + [ a r:Fact; r:gives {(6420 246) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2461 a r:Inference; r:gives { - 463 :recursionCount 7 . + 463 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4459 + [ a r:Fact; r:gives {463 math:notEqualTo 0}] + skolem:lemma3808 + [ a r:Fact; r:gives {((0 4 6 3) "=<") list:sort (0 3 4 6)}] + [ a r:Fact; r:gives {((0 4 6 3) ">=") list:sort (6 4 3 0)}] + skolem:lemma3632 + skolem:lemma3633 + [ a r:Fact; r:gives {(6430 346) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2462 a r:Inference; r:gives { - 464 :recursionCount 6 . + 464 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4460 + [ a r:Fact; r:gives {464 math:notEqualTo 0}] + skolem:lemma3809 + [ a r:Fact; r:gives {((0 4 6 4) "=<") list:sort (0 4 4 6)}] + [ a r:Fact; r:gives {((0 4 6 4) ">=") list:sort (6 4 4 0)}] + skolem:lemma3774 + skolem:lemma3775 + [ a r:Fact; r:gives {(6440 446) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2463 a r:Inference; r:gives { - 465 :recursionCount 7 . + 465 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4461 + [ a r:Fact; r:gives {465 math:notEqualTo 0}] + skolem:lemma3810 + [ a r:Fact; r:gives {((0 4 6 5) "=<") list:sort (0 4 5 6)}] + [ a r:Fact; r:gives {((0 4 6 5) ">=") list:sort (6 5 4 0)}] + skolem:lemma3794 + skolem:lemma3795 + [ a r:Fact; r:gives {(6540 456) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2464 a r:Inference; r:gives { - 466 :recursionCount 1 . + 466 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4462 + [ a r:Fact; r:gives {466 math:notEqualTo 0}] + skolem:lemma3811 + [ a r:Fact; r:gives {((0 4 6 6) "=<") list:sort (0 4 6 6)}] + [ a r:Fact; r:gives {((0 4 6 6) ">=") list:sort (6 6 4 0)}] + skolem:lemma3812 + skolem:lemma3813 + [ a r:Fact; r:gives {(6640 466) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2465 a r:Inference; r:gives { - 467 :recursionCount 5 . + 467 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4463 + [ a r:Fact; r:gives {467 math:notEqualTo 0}] + skolem:lemma3814 + [ a r:Fact; r:gives {((0 4 6 7) "=<") list:sort (0 4 6 7)}] + [ a r:Fact; r:gives {((0 4 6 7) ">=") list:sort (7 6 4 0)}] + skolem:lemma3815 + skolem:lemma3816 + [ a r:Fact; r:gives {(7640 467) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2466 a r:Inference; r:gives { - 468 :recursionCount 6 . + 468 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4464 + [ a r:Fact; r:gives {468 math:notEqualTo 0}] + skolem:lemma3817 + [ a r:Fact; r:gives {((0 4 6 8) "=<") list:sort (0 4 6 8)}] + [ a r:Fact; r:gives {((0 4 6 8) ">=") list:sort (8 6 4 0)}] + skolem:lemma3818 + skolem:lemma3819 + [ a r:Fact; r:gives {(8640 468) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2467 a r:Inference; r:gives { - 469 :recursionCount 3 . + 469 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4465 + [ a r:Fact; r:gives {469 math:notEqualTo 0}] + skolem:lemma3820 + [ a r:Fact; r:gives {((0 4 6 9) "=<") list:sort (0 4 6 9)}] + [ a r:Fact; r:gives {((0 4 6 9) ">=") list:sort (9 6 4 0)}] + skolem:lemma3821 + skolem:lemma3822 + [ a r:Fact; r:gives {(9640 469) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2468 a r:Inference; r:gives { - 470 :recursionCount 3 . + 470 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4466 + [ a r:Fact; r:gives {470 math:notEqualTo 0}] + skolem:lemma3823 + [ a r:Fact; r:gives {((0 4 7 0) "=<") list:sort (0 0 4 7)}] + [ a r:Fact; r:gives {((0 4 7 0) ">=") list:sort (7 4 0 0)}] + skolem:lemma3117 + skolem:lemma3118 + [ a r:Fact; r:gives {(7400 47) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2469 a r:Inference; r:gives { - 471 :recursionCount 6 . + 471 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4467 + [ a r:Fact; r:gives {471 math:notEqualTo 0}] + skolem:lemma3824 + [ a r:Fact; r:gives {((0 4 7 1) "=<") list:sort (0 1 4 7)}] + [ a r:Fact; r:gives {((0 4 7 1) ">=") list:sort (7 4 1 0)}] + skolem:lemma3307 + skolem:lemma3308 + [ a r:Fact; r:gives {(7410 147) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2470 a r:Inference; r:gives { - 472 :recursionCount 5 . + 472 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4468 + [ a r:Fact; r:gives {472 math:notEqualTo 0}] + skolem:lemma3825 + [ a r:Fact; r:gives {((0 4 7 2) "=<") list:sort (0 2 4 7)}] + [ a r:Fact; r:gives {((0 4 7 2) ">=") list:sort (7 4 2 0)}] + skolem:lemma3479 + skolem:lemma3480 + [ a r:Fact; r:gives {(7420 247) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2471 a r:Inference; r:gives { - 473 :recursionCount 3 . + 473 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4469 + [ a r:Fact; r:gives {473 math:notEqualTo 0}] + skolem:lemma3826 + [ a r:Fact; r:gives {((0 4 7 3) "=<") list:sort (0 3 4 7)}] + [ a r:Fact; r:gives {((0 4 7 3) ">=") list:sort (7 4 3 0)}] + skolem:lemma3635 + skolem:lemma3636 + [ a r:Fact; r:gives {(7430 347) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2472 a r:Inference; r:gives { - 474 :recursionCount 4 . + 474 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4470 + [ a r:Fact; r:gives {474 math:notEqualTo 0}] + skolem:lemma3827 + [ a r:Fact; r:gives {((0 4 7 4) "=<") list:sort (0 4 4 7)}] + [ a r:Fact; r:gives {((0 4 7 4) ">=") list:sort (7 4 4 0)}] + skolem:lemma3777 + skolem:lemma3778 + [ a r:Fact; r:gives {(7440 447) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2473 a r:Inference; r:gives { - 475 :recursionCount 3 . + 475 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4471 + [ a r:Fact; r:gives {475 math:notEqualTo 0}] + skolem:lemma3828 + [ a r:Fact; r:gives {((0 4 7 5) "=<") list:sort (0 4 5 7)}] + [ a r:Fact; r:gives {((0 4 7 5) ">=") list:sort (7 5 4 0)}] + skolem:lemma3797 + skolem:lemma3798 + [ a r:Fact; r:gives {(7540 457) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2474 a r:Inference; r:gives { - 476 :recursionCount 5 . + 476 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4472 + [ a r:Fact; r:gives {476 math:notEqualTo 0}] + skolem:lemma3829 + [ a r:Fact; r:gives {((0 4 7 6) "=<") list:sort (0 4 6 7)}] + [ a r:Fact; r:gives {((0 4 7 6) ">=") list:sort (7 6 4 0)}] + skolem:lemma3815 + skolem:lemma3816 + [ a r:Fact; r:gives {(7640 467) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2475 a r:Inference; r:gives { - 477 :recursionCount 6 . + 477 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4473 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma2476 a r:Inference; - r:gives { - 478 :recursionCount 5 . + [ a r:Fact; r:gives {477 math:notEqualTo 0}] + skolem:lemma3830 + [ a r:Fact; r:gives {((0 4 7 7) "=<") list:sort (0 4 7 7)}] + [ a r:Fact; r:gives {((0 4 7 7) ">=") list:sort (7 7 4 0)}] + skolem:lemma3831 + skolem:lemma3832 + [ a r:Fact; r:gives {(7740 477) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. + +skolem:lemma2476 a r:Inference; + r:gives { + 478 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4474 + [ a r:Fact; r:gives {478 math:notEqualTo 0}] + skolem:lemma3833 + [ a r:Fact; r:gives {((0 4 7 8) "=<") list:sort (0 4 7 8)}] + [ a r:Fact; r:gives {((0 4 7 8) ">=") list:sort (8 7 4 0)}] + skolem:lemma3834 + skolem:lemma3835 + [ a r:Fact; r:gives {(8740 478) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2477 a r:Inference; r:gives { - 479 :recursionCount 3 . + 479 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4475 + [ a r:Fact; r:gives {479 math:notEqualTo 0}] + skolem:lemma3836 + [ a r:Fact; r:gives {((0 4 7 9) "=<") list:sort (0 4 7 9)}] + [ a r:Fact; r:gives {((0 4 7 9) ">=") list:sort (9 7 4 0)}] + skolem:lemma3837 + skolem:lemma3838 + [ a r:Fact; r:gives {(9740 479) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2478 a r:Inference; r:gives { - 480 :recursionCount 2 . + 480 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4476 + [ a r:Fact; r:gives {480 math:notEqualTo 0}] + skolem:lemma3839 + [ a r:Fact; r:gives {((0 4 8 0) "=<") list:sort (0 0 4 8)}] + [ a r:Fact; r:gives {((0 4 8 0) ">=") list:sort (8 4 0 0)}] + skolem:lemma3120 + skolem:lemma3121 + [ a r:Fact; r:gives {(8400 48) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2479 a r:Inference; r:gives { - 481 :recursionCount 5 . + 481 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4477 + [ a r:Fact; r:gives {481 math:notEqualTo 0}] + skolem:lemma3840 + [ a r:Fact; r:gives {((0 4 8 1) "=<") list:sort (0 1 4 8)}] + [ a r:Fact; r:gives {((0 4 8 1) ">=") list:sort (8 4 1 0)}] + skolem:lemma3310 + skolem:lemma3311 + [ a r:Fact; r:gives {(8410 148) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2480 a r:Inference; r:gives { - 482 :recursionCount 6 . + 482 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4478 + [ a r:Fact; r:gives {482 math:notEqualTo 0}] + skolem:lemma3841 + [ a r:Fact; r:gives {((0 4 8 2) "=<") list:sort (0 2 4 8)}] + [ a r:Fact; r:gives {((0 4 8 2) ">=") list:sort (8 4 2 0)}] + skolem:lemma3482 + skolem:lemma3483 + [ a r:Fact; r:gives {(8420 248) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2481 a r:Inference; r:gives { - 483 :recursionCount 3 . + 483 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4479 + [ a r:Fact; r:gives {483 math:notEqualTo 0}] + skolem:lemma3842 + [ a r:Fact; r:gives {((0 4 8 3) "=<") list:sort (0 3 4 8)}] + [ a r:Fact; r:gives {((0 4 8 3) ">=") list:sort (8 4 3 0)}] + skolem:lemma3638 + skolem:lemma3639 + [ a r:Fact; r:gives {(8430 348) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2482 a r:Inference; r:gives { - 484 :recursionCount 6 . + 484 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4480 + [ a r:Fact; r:gives {484 math:notEqualTo 0}] + skolem:lemma3843 + [ a r:Fact; r:gives {((0 4 8 4) "=<") list:sort (0 4 4 8)}] + [ a r:Fact; r:gives {((0 4 8 4) ">=") list:sort (8 4 4 0)}] + skolem:lemma3780 + skolem:lemma3781 + [ a r:Fact; r:gives {(8440 448) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2483 a r:Inference; r:gives { - 485 :recursionCount 3 . + 485 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4481 + [ a r:Fact; r:gives {485 math:notEqualTo 0}] + skolem:lemma3844 + [ a r:Fact; r:gives {((0 4 8 5) "=<") list:sort (0 4 5 8)}] + [ a r:Fact; r:gives {((0 4 8 5) ">=") list:sort (8 5 4 0)}] + skolem:lemma3800 + skolem:lemma3801 + [ a r:Fact; r:gives {(8540 458) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2484 a r:Inference; r:gives { - 486 :recursionCount 6 . + 486 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4482 + [ a r:Fact; r:gives {486 math:notEqualTo 0}] + skolem:lemma3845 + [ a r:Fact; r:gives {((0 4 8 6) "=<") list:sort (0 4 6 8)}] + [ a r:Fact; r:gives {((0 4 8 6) ">=") list:sort (8 6 4 0)}] + skolem:lemma3818 + skolem:lemma3819 + [ a r:Fact; r:gives {(8640 468) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2485 a r:Inference; r:gives { - 487 :recursionCount 5 . + 487 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4483 + [ a r:Fact; r:gives {487 math:notEqualTo 0}] + skolem:lemma3846 + [ a r:Fact; r:gives {((0 4 8 7) "=<") list:sort (0 4 7 8)}] + [ a r:Fact; r:gives {((0 4 8 7) ">=") list:sort (8 7 4 0)}] + skolem:lemma3834 + skolem:lemma3835 + [ a r:Fact; r:gives {(8740 478) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2486 a r:Inference; r:gives { - 488 :recursionCount 2 . + 488 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4484 + [ a r:Fact; r:gives {488 math:notEqualTo 0}] + skolem:lemma3847 + [ a r:Fact; r:gives {((0 4 8 8) "=<") list:sort (0 4 8 8)}] + [ a r:Fact; r:gives {((0 4 8 8) ">=") list:sort (8 8 4 0)}] + skolem:lemma3848 + skolem:lemma3849 + [ a r:Fact; r:gives {(8840 488) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2487 a r:Inference; r:gives { - 489 :recursionCount 7 . + 489 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4485 + [ a r:Fact; r:gives {489 math:notEqualTo 0}] + skolem:lemma3850 + [ a r:Fact; r:gives {((0 4 8 9) "=<") list:sort (0 4 8 9)}] + [ a r:Fact; r:gives {((0 4 8 9) ">=") list:sort (9 8 4 0)}] + skolem:lemma3851 + skolem:lemma3852 + [ a r:Fact; r:gives {(9840 489) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2488 a r:Inference; r:gives { - 490 :recursionCount 7 . + 490 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4486 + [ a r:Fact; r:gives {490 math:notEqualTo 0}] + skolem:lemma3853 + [ a r:Fact; r:gives {((0 4 9 0) "=<") list:sort (0 0 4 9)}] + [ a r:Fact; r:gives {((0 4 9 0) ">=") list:sort (9 4 0 0)}] + skolem:lemma3123 + skolem:lemma3124 + [ a r:Fact; r:gives {(9400 49) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2489 a r:Inference; r:gives { - 491 :recursionCount 3 . + 491 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4487 + [ a r:Fact; r:gives {491 math:notEqualTo 0}] + skolem:lemma3854 + [ a r:Fact; r:gives {((0 4 9 1) "=<") list:sort (0 1 4 9)}] + [ a r:Fact; r:gives {((0 4 9 1) ">=") list:sort (9 4 1 0)}] + skolem:lemma3313 + skolem:lemma3314 + [ a r:Fact; r:gives {(9410 149) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2490 a r:Inference; r:gives { - 492 :recursionCount 3 . + 492 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4488 + [ a r:Fact; r:gives {492 math:notEqualTo 0}] + skolem:lemma3855 + [ a r:Fact; r:gives {((0 4 9 2) "=<") list:sort (0 2 4 9)}] + [ a r:Fact; r:gives {((0 4 9 2) ">=") list:sort (9 4 2 0)}] + skolem:lemma3485 + skolem:lemma3486 + [ a r:Fact; r:gives {(9420 249) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2491 a r:Inference; r:gives { - 493 :recursionCount 4 . + 493 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4489 + [ a r:Fact; r:gives {493 math:notEqualTo 0}] + skolem:lemma3856 + [ a r:Fact; r:gives {((0 4 9 3) "=<") list:sort (0 3 4 9)}] + [ a r:Fact; r:gives {((0 4 9 3) ">=") list:sort (9 4 3 0)}] + skolem:lemma3641 + skolem:lemma3642 + [ a r:Fact; r:gives {(9430 349) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2492 a r:Inference; r:gives { - 494 :recursionCount 4 . + 494 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4490 + [ a r:Fact; r:gives {494 math:notEqualTo 0}] + skolem:lemma3857 + [ a r:Fact; r:gives {((0 4 9 4) "=<") list:sort (0 4 4 9)}] + [ a r:Fact; r:gives {((0 4 9 4) ">=") list:sort (9 4 4 0)}] + skolem:lemma3783 + skolem:lemma3784 + [ a r:Fact; r:gives {(9440 449) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2493 a r:Inference; r:gives { - 495 :recursionCount 4 . + 495 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4491 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma2494 a r:Inference; + [ a r:Fact; r:gives {495 math:notEqualTo 0}] + skolem:lemma3858 + [ a r:Fact; r:gives {((0 4 9 5) "=<") list:sort (0 4 5 9)}] + [ a r:Fact; r:gives {((0 4 9 5) ">=") list:sort (9 5 4 0)}] + skolem:lemma3803 + skolem:lemma3804 + [ a r:Fact; r:gives {(9540 459) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 495]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. + +skolem:lemma2494 a r:Inference; r:gives { - 496 :recursionCount 3 . + 496 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4492 + [ a r:Fact; r:gives {496 math:notEqualTo 0}] + skolem:lemma3859 + [ a r:Fact; r:gives {((0 4 9 6) "=<") list:sort (0 4 6 9)}] + [ a r:Fact; r:gives {((0 4 9 6) ">=") list:sort (9 6 4 0)}] + skolem:lemma3821 + skolem:lemma3822 + [ a r:Fact; r:gives {(9640 469) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2495 a r:Inference; r:gives { - 497 :recursionCount 3 . + 497 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4493 + [ a r:Fact; r:gives {497 math:notEqualTo 0}] + skolem:lemma3860 + [ a r:Fact; r:gives {((0 4 9 7) "=<") list:sort (0 4 7 9)}] + [ a r:Fact; r:gives {((0 4 9 7) ">=") list:sort (9 7 4 0)}] + skolem:lemma3837 + skolem:lemma3838 + [ a r:Fact; r:gives {(9740 479) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2496 a r:Inference; r:gives { - 498 :recursionCount 7 . + 498 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4494 + [ a r:Fact; r:gives {498 math:notEqualTo 0}] + skolem:lemma3861 + [ a r:Fact; r:gives {((0 4 9 8) "=<") list:sort (0 4 8 9)}] + [ a r:Fact; r:gives {((0 4 9 8) ">=") list:sort (9 8 4 0)}] + skolem:lemma3851 + skolem:lemma3852 + [ a r:Fact; r:gives {(9840 489) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2497 a r:Inference; r:gives { - 499 :recursionCount 7 . + 499 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4495 + [ a r:Fact; r:gives {499 math:notEqualTo 0}] + skolem:lemma3862 + [ a r:Fact; r:gives {((0 4 9 9) "=<") list:sort (0 4 9 9)}] + [ a r:Fact; r:gives {((0 4 9 9) ">=") list:sort (9 9 4 0)}] + skolem:lemma3863 + skolem:lemma3864 + [ a r:Fact; r:gives {(9940 499) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2498 a r:Inference; r:gives { - 500 :recursionCount 6 . + 500 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4496 + [ a r:Fact; r:gives {500 math:notEqualTo 0}] + skolem:lemma3865 + [ a r:Fact; r:gives {((0 5 0 0) "=<") list:sort (0 0 0 5)}] + [ a r:Fact; r:gives {((0 5 0 0) ">=") list:sort (5 0 0 0)}] + skolem:lemma3011 + skolem:lemma3012 + [ a r:Fact; r:gives {(5000 5) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2499 a r:Inference; r:gives { - 501 :recursionCount 7 . + 501 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4497 + [ a r:Fact; r:gives {501 math:notEqualTo 0}] + skolem:lemma3866 + [ a r:Fact; r:gives {((0 5 0 1) "=<") list:sort (0 0 1 5)}] + [ a r:Fact; r:gives {((0 5 0 1) ">=") list:sort (5 1 0 0)}] + skolem:lemma3039 + skolem:lemma3040 + [ a r:Fact; r:gives {(5100 15) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2500 a r:Inference; r:gives { - 502 :recursionCount 7 . + 502 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4498 + [ a r:Fact; r:gives {502 math:notEqualTo 0}] + skolem:lemma3867 + [ a r:Fact; r:gives {((0 5 0 2) "=<") list:sort (0 0 2 5)}] + [ a r:Fact; r:gives {((0 5 0 2) ">=") list:sort (5 2 0 0)}] + skolem:lemma3065 + skolem:lemma3066 + [ a r:Fact; r:gives {(5200 25) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2501 a r:Inference; r:gives { - 503 :recursionCount 5 . + 503 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4499 + [ a r:Fact; r:gives {503 math:notEqualTo 0}] + skolem:lemma3868 + [ a r:Fact; r:gives {((0 5 0 3) "=<") list:sort (0 0 3 5)}] + [ a r:Fact; r:gives {((0 5 0 3) ">=") list:sort (5 3 0 0)}] + skolem:lemma3089 + skolem:lemma3090 + [ a r:Fact; r:gives {(5300 35) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2502 a r:Inference; r:gives { - 504 :recursionCount 5 . + 504 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4500 + [ a r:Fact; r:gives {504 math:notEqualTo 0}] + skolem:lemma3869 + [ a r:Fact; r:gives {((0 5 0 4) "=<") list:sort (0 0 4 5)}] + [ a r:Fact; r:gives {((0 5 0 4) ">=") list:sort (5 4 0 0)}] + skolem:lemma3111 + skolem:lemma3112 + [ a r:Fact; r:gives {(5400 45) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2503 a r:Inference; r:gives { - 505 :recursionCount 5 . + 505 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4501 + [ a r:Fact; r:gives {505 math:notEqualTo 0}] + skolem:lemma3870 + [ a r:Fact; r:gives {((0 5 0 5) "=<") list:sort (0 0 5 5)}] + [ a r:Fact; r:gives {((0 5 0 5) ">=") list:sort (5 5 0 0)}] + skolem:lemma3131 + skolem:lemma3132 + [ a r:Fact; r:gives {(5500 55) math:difference 5445}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5445 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5445 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2504 a r:Inference; r:gives { - 506 :recursionCount 5 . + 506 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4502 + [ a r:Fact; r:gives {506 math:notEqualTo 0}] + skolem:lemma3871 + [ a r:Fact; r:gives {((0 5 0 6) "=<") list:sort (0 0 5 6)}] + [ a r:Fact; r:gives {((0 5 0 6) ">=") list:sort (6 5 0 0)}] + skolem:lemma3134 + skolem:lemma3135 + [ a r:Fact; r:gives {(6500 56) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2505 a r:Inference; r:gives { - 507 :recursionCount 5 . + 507 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4503 + [ a r:Fact; r:gives {507 math:notEqualTo 0}] + skolem:lemma3872 + [ a r:Fact; r:gives {((0 5 0 7) "=<") list:sort (0 0 5 7)}] + [ a r:Fact; r:gives {((0 5 0 7) ">=") list:sort (7 5 0 0)}] + skolem:lemma3137 + skolem:lemma3138 + [ a r:Fact; r:gives {(7500 57) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2506 a r:Inference; r:gives { - 508 :recursionCount 7 . + 508 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4504 + [ a r:Fact; r:gives {508 math:notEqualTo 0}] + skolem:lemma3873 + [ a r:Fact; r:gives {((0 5 0 8) "=<") list:sort (0 0 5 8)}] + [ a r:Fact; r:gives {((0 5 0 8) ">=") list:sort (8 5 0 0)}] + skolem:lemma3140 + skolem:lemma3141 + [ a r:Fact; r:gives {(8500 58) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2507 a r:Inference; r:gives { - 509 :recursionCount 7 . + 509 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4505 + [ a r:Fact; r:gives {509 math:notEqualTo 0}] + skolem:lemma3874 + [ a r:Fact; r:gives {((0 5 0 9) "=<") list:sort (0 0 5 9)}] + [ a r:Fact; r:gives {((0 5 0 9) ">=") list:sort (9 5 0 0)}] + skolem:lemma3143 + skolem:lemma3144 + [ a r:Fact; r:gives {(9500 59) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2508 a r:Inference; r:gives { - 510 :recursionCount 7 . + 510 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4506 + [ a r:Fact; r:gives {510 math:notEqualTo 0}] + skolem:lemma3875 + [ a r:Fact; r:gives {((0 5 1 0) "=<") list:sort (0 0 1 5)}] + [ a r:Fact; r:gives {((0 5 1 0) ">=") list:sort (5 1 0 0)}] + skolem:lemma3039 + skolem:lemma3040 + [ a r:Fact; r:gives {(5100 15) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2509 a r:Inference; r:gives { - 511 :recursionCount 6 . + 511 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4507 + [ a r:Fact; r:gives {511 math:notEqualTo 0}] + skolem:lemma3876 + [ a r:Fact; r:gives {((0 5 1 1) "=<") list:sort (0 1 1 5)}] + [ a r:Fact; r:gives {((0 5 1 1) ">=") list:sort (5 1 1 0)}] + skolem:lemma3229 + skolem:lemma3230 + [ a r:Fact; r:gives {(5110 115) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2510 a r:Inference; r:gives { - 512 :recursionCount 7 . + 512 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4508 + [ a r:Fact; r:gives {512 math:notEqualTo 0}] + skolem:lemma3877 + [ a r:Fact; r:gives {((0 5 1 2) "=<") list:sort (0 1 2 5)}] + [ a r:Fact; r:gives {((0 5 1 2) ">=") list:sort (5 2 1 0)}] + skolem:lemma3255 + skolem:lemma3256 + [ a r:Fact; r:gives {(5210 125) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2511 a r:Inference; r:gives { - 513 :recursionCount 7 . + 513 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4509 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma2512 a r:Inference; + [ a r:Fact; r:gives {513 math:notEqualTo 0}] + skolem:lemma3878 + [ a r:Fact; r:gives {((0 5 1 3) "=<") list:sort (0 1 3 5)}] + [ a r:Fact; r:gives {((0 5 1 3) ">=") list:sort (5 3 1 0)}] + skolem:lemma3279 + skolem:lemma3280 + [ a r:Fact; r:gives {(5310 135) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 513]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. + +skolem:lemma2512 a r:Inference; r:gives { - 514 :recursionCount 5 . + 514 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4510 + [ a r:Fact; r:gives {514 math:notEqualTo 0}] + skolem:lemma3879 + [ a r:Fact; r:gives {((0 5 1 4) "=<") list:sort (0 1 4 5)}] + [ a r:Fact; r:gives {((0 5 1 4) ">=") list:sort (5 4 1 0)}] + skolem:lemma3301 + skolem:lemma3302 + [ a r:Fact; r:gives {(5410 145) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2513 a r:Inference; r:gives { - 515 :recursionCount 5 . + 515 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4511 + [ a r:Fact; r:gives {515 math:notEqualTo 0}] + skolem:lemma3880 + [ a r:Fact; r:gives {((0 5 1 5) "=<") list:sort (0 1 5 5)}] + [ a r:Fact; r:gives {((0 5 1 5) ">=") list:sort (5 5 1 0)}] + skolem:lemma3321 + skolem:lemma3322 + [ a r:Fact; r:gives {(5510 155) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2514 a r:Inference; r:gives { - 516 :recursionCount 4 . + 516 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4512 + [ a r:Fact; r:gives {516 math:notEqualTo 0}] + skolem:lemma3881 + [ a r:Fact; r:gives {((0 5 1 6) "=<") list:sort (0 1 5 6)}] + [ a r:Fact; r:gives {((0 5 1 6) ">=") list:sort (6 5 1 0)}] + skolem:lemma3324 + skolem:lemma3325 + [ a r:Fact; r:gives {(6510 156) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2515 a r:Inference; r:gives { - 517 :recursionCount 3 . + 517 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4513 + [ a r:Fact; r:gives {517 math:notEqualTo 0}] + skolem:lemma3882 + [ a r:Fact; r:gives {((0 5 1 7) "=<") list:sort (0 1 5 7)}] + [ a r:Fact; r:gives {((0 5 1 7) ">=") list:sort (7 5 1 0)}] + skolem:lemma3327 + skolem:lemma3328 + [ a r:Fact; r:gives {(7510 157) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2516 a r:Inference; r:gives { - 518 :recursionCount 2 . + 518 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4514 + [ a r:Fact; r:gives {518 math:notEqualTo 0}] + skolem:lemma3883 + [ a r:Fact; r:gives {((0 5 1 8) "=<") list:sort (0 1 5 8)}] + [ a r:Fact; r:gives {((0 5 1 8) ">=") list:sort (8 5 1 0)}] + skolem:lemma3330 + skolem:lemma3331 + [ a r:Fact; r:gives {(8510 158) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2517 a r:Inference; r:gives { - 519 :recursionCount 7 . + 519 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4515 + [ a r:Fact; r:gives {519 math:notEqualTo 0}] + skolem:lemma3884 + [ a r:Fact; r:gives {((0 5 1 9) "=<") list:sort (0 1 5 9)}] + [ a r:Fact; r:gives {((0 5 1 9) ">=") list:sort (9 5 1 0)}] + skolem:lemma3333 + skolem:lemma3334 + [ a r:Fact; r:gives {(9510 159) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2518 a r:Inference; r:gives { - 520 :recursionCount 7 . + 520 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4516 + [ a r:Fact; r:gives {520 math:notEqualTo 0}] + skolem:lemma3885 + [ a r:Fact; r:gives {((0 5 2 0) "=<") list:sort (0 0 2 5)}] + [ a r:Fact; r:gives {((0 5 2 0) ">=") list:sort (5 2 0 0)}] + skolem:lemma3065 + skolem:lemma3066 + [ a r:Fact; r:gives {(5200 25) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2519 a r:Inference; r:gives { - 521 :recursionCount 7 . + 521 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4517 + [ a r:Fact; r:gives {521 math:notEqualTo 0}] + skolem:lemma3886 + [ a r:Fact; r:gives {((0 5 2 1) "=<") list:sort (0 1 2 5)}] + [ a r:Fact; r:gives {((0 5 2 1) ">=") list:sort (5 2 1 0)}] + skolem:lemma3255 + skolem:lemma3256 + [ a r:Fact; r:gives {(5210 125) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2520 a r:Inference; r:gives { - 522 :recursionCount 6 . + 522 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4518 + [ a r:Fact; r:gives {522 math:notEqualTo 0}] + skolem:lemma3887 + [ a r:Fact; r:gives {((0 5 2 2) "=<") list:sort (0 2 2 5)}] + [ a r:Fact; r:gives {((0 5 2 2) ">=") list:sort (5 2 2 0)}] + skolem:lemma3427 + skolem:lemma3428 + [ a r:Fact; r:gives {(5220 225) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2521 a r:Inference; r:gives { - 523 :recursionCount 7 . + 523 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4519 + [ a r:Fact; r:gives {523 math:notEqualTo 0}] + skolem:lemma3888 + [ a r:Fact; r:gives {((0 5 2 3) "=<") list:sort (0 2 3 5)}] + [ a r:Fact; r:gives {((0 5 2 3) ">=") list:sort (5 3 2 0)}] + skolem:lemma3451 + skolem:lemma3452 + [ a r:Fact; r:gives {(5320 235) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2522 a r:Inference; r:gives { - 524 :recursionCount 7 . + 524 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4520 + [ a r:Fact; r:gives {524 math:notEqualTo 0}] + skolem:lemma3889 + [ a r:Fact; r:gives {((0 5 2 4) "=<") list:sort (0 2 4 5)}] + [ a r:Fact; r:gives {((0 5 2 4) ">=") list:sort (5 4 2 0)}] + skolem:lemma3473 + skolem:lemma3474 + [ a r:Fact; r:gives {(5420 245) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2523 a r:Inference; r:gives { - 525 :recursionCount 5 . + 525 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4521 + [ a r:Fact; r:gives {525 math:notEqualTo 0}] + skolem:lemma3890 + [ a r:Fact; r:gives {((0 5 2 5) "=<") list:sort (0 2 5 5)}] + [ a r:Fact; r:gives {((0 5 2 5) ">=") list:sort (5 5 2 0)}] + skolem:lemma3493 + skolem:lemma3494 + [ a r:Fact; r:gives {(5520 255) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2524 a r:Inference; r:gives { - 526 :recursionCount 3 . + 526 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4522 + [ a r:Fact; r:gives {526 math:notEqualTo 0}] + skolem:lemma3891 + [ a r:Fact; r:gives {((0 5 2 6) "=<") list:sort (0 2 5 6)}] + [ a r:Fact; r:gives {((0 5 2 6) ">=") list:sort (6 5 2 0)}] + skolem:lemma3496 + skolem:lemma3497 + [ a r:Fact; r:gives {(6520 256) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2525 a r:Inference; r:gives { - 527 :recursionCount 6 . + 527 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4523 + [ a r:Fact; r:gives {527 math:notEqualTo 0}] + skolem:lemma3892 + [ a r:Fact; r:gives {((0 5 2 7) "=<") list:sort (0 2 5 7)}] + [ a r:Fact; r:gives {((0 5 2 7) ">=") list:sort (7 5 2 0)}] + skolem:lemma3499 + skolem:lemma3500 + [ a r:Fact; r:gives {(7520 257) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2526 a r:Inference; r:gives { - 528 :recursionCount 5 . + 528 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4524 + [ a r:Fact; r:gives {528 math:notEqualTo 0}] + skolem:lemma3893 + [ a r:Fact; r:gives {((0 5 2 8) "=<") list:sort (0 2 5 8)}] + [ a r:Fact; r:gives {((0 5 2 8) ">=") list:sort (8 5 2 0)}] + skolem:lemma3502 + skolem:lemma3503 + [ a r:Fact; r:gives {(8520 258) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2527 a r:Inference; r:gives { - 529 :recursionCount 3 . + 529 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4525 + [ a r:Fact; r:gives {529 math:notEqualTo 0}] + skolem:lemma3894 + [ a r:Fact; r:gives {((0 5 2 9) "=<") list:sort (0 2 5 9)}] + [ a r:Fact; r:gives {((0 5 2 9) ">=") list:sort (9 5 2 0)}] + skolem:lemma3505 + skolem:lemma3506 + [ a r:Fact; r:gives {(9520 259) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2528 a r:Inference; r:gives { - 530 :recursionCount 5 . + 530 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4526 + [ a r:Fact; r:gives {530 math:notEqualTo 0}] + skolem:lemma3895 + [ a r:Fact; r:gives {((0 5 3 0) "=<") list:sort (0 0 3 5)}] + [ a r:Fact; r:gives {((0 5 3 0) ">=") list:sort (5 3 0 0)}] + skolem:lemma3089 + skolem:lemma3090 + [ a r:Fact; r:gives {(5300 35) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2529 a r:Inference; r:gives { - 531 :recursionCount 7 . + 531 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4527 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma2530 a r:Inference; + [ a r:Fact; r:gives {531 math:notEqualTo 0}] + skolem:lemma3896 + [ a r:Fact; r:gives {((0 5 3 1) "=<") list:sort (0 1 3 5)}] + [ a r:Fact; r:gives {((0 5 3 1) ">=") list:sort (5 3 1 0)}] + skolem:lemma3279 + skolem:lemma3280 + [ a r:Fact; r:gives {(5310 135) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. + +skolem:lemma2530 a r:Inference; r:gives { - 532 :recursionCount 7 . + 532 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4528 + [ a r:Fact; r:gives {532 math:notEqualTo 0}] + skolem:lemma3897 + [ a r:Fact; r:gives {((0 5 3 2) "=<") list:sort (0 2 3 5)}] + [ a r:Fact; r:gives {((0 5 3 2) ">=") list:sort (5 3 2 0)}] + skolem:lemma3451 + skolem:lemma3452 + [ a r:Fact; r:gives {(5320 235) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2531 a r:Inference; r:gives { - 533 :recursionCount 6 . + 533 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4529 + [ a r:Fact; r:gives {533 math:notEqualTo 0}] + skolem:lemma3898 + [ a r:Fact; r:gives {((0 5 3 3) "=<") list:sort (0 3 3 5)}] + [ a r:Fact; r:gives {((0 5 3 3) ">=") list:sort (5 3 3 0)}] + skolem:lemma3607 + skolem:lemma3608 + [ a r:Fact; r:gives {(5330 335) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2532 a r:Inference; r:gives { - 534 :recursionCount 7 . + 534 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4530 + [ a r:Fact; r:gives {534 math:notEqualTo 0}] + skolem:lemma3899 + [ a r:Fact; r:gives {((0 5 3 4) "=<") list:sort (0 3 4 5)}] + [ a r:Fact; r:gives {((0 5 3 4) ">=") list:sort (5 4 3 0)}] + skolem:lemma3629 + skolem:lemma3630 + [ a r:Fact; r:gives {(5430 345) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2533 a r:Inference; r:gives { - 535 :recursionCount 7 . + 535 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4531 + [ a r:Fact; r:gives {535 math:notEqualTo 0}] + skolem:lemma3900 + [ a r:Fact; r:gives {((0 5 3 5) "=<") list:sort (0 3 5 5)}] + [ a r:Fact; r:gives {((0 5 3 5) ">=") list:sort (5 5 3 0)}] + skolem:lemma3649 + skolem:lemma3650 + [ a r:Fact; r:gives {(5530 355) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2534 a r:Inference; r:gives { - 536 :recursionCount 1 . + 536 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4532 + [ a r:Fact; r:gives {536 math:notEqualTo 0}] + skolem:lemma3901 + [ a r:Fact; r:gives {((0 5 3 6) "=<") list:sort (0 3 5 6)}] + [ a r:Fact; r:gives {((0 5 3 6) ">=") list:sort (6 5 3 0)}] + skolem:lemma3652 + skolem:lemma3653 + [ a r:Fact; r:gives {(6530 356) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2535 a r:Inference; r:gives { - 537 :recursionCount 5 . + 537 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4533 + [ a r:Fact; r:gives {537 math:notEqualTo 0}] + skolem:lemma3902 + [ a r:Fact; r:gives {((0 5 3 7) "=<") list:sort (0 3 5 7)}] + [ a r:Fact; r:gives {((0 5 3 7) ">=") list:sort (7 5 3 0)}] + skolem:lemma3655 + skolem:lemma3656 + [ a r:Fact; r:gives {(7530 357) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2536 a r:Inference; r:gives { - 538 :recursionCount 6 . + 538 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4534 + [ a r:Fact; r:gives {538 math:notEqualTo 0}] + skolem:lemma3903 + [ a r:Fact; r:gives {((0 5 3 8) "=<") list:sort (0 3 5 8)}] + [ a r:Fact; r:gives {((0 5 3 8) ">=") list:sort (8 5 3 0)}] + skolem:lemma3658 + skolem:lemma3659 + [ a r:Fact; r:gives {(8530 358) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2537 a r:Inference; r:gives { - 539 :recursionCount 3 . + 539 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4535 + [ a r:Fact; r:gives {539 math:notEqualTo 0}] + skolem:lemma3904 + [ a r:Fact; r:gives {((0 5 3 9) "=<") list:sort (0 3 5 9)}] + [ a r:Fact; r:gives {((0 5 3 9) ">=") list:sort (9 5 3 0)}] + skolem:lemma3661 + skolem:lemma3662 + [ a r:Fact; r:gives {(9530 359) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2538 a r:Inference; r:gives { - 540 :recursionCount 5 . + 540 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4536 + [ a r:Fact; r:gives {540 math:notEqualTo 0}] + skolem:lemma3905 + [ a r:Fact; r:gives {((0 5 4 0) "=<") list:sort (0 0 4 5)}] + [ a r:Fact; r:gives {((0 5 4 0) ">=") list:sort (5 4 0 0)}] + skolem:lemma3111 + skolem:lemma3112 + [ a r:Fact; r:gives {(5400 45) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2539 a r:Inference; r:gives { - 541 :recursionCount 5 . + 541 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4537 + [ a r:Fact; r:gives {541 math:notEqualTo 0}] + skolem:lemma3906 + [ a r:Fact; r:gives {((0 5 4 1) "=<") list:sort (0 1 4 5)}] + [ a r:Fact; r:gives {((0 5 4 1) ">=") list:sort (5 4 1 0)}] + skolem:lemma3301 + skolem:lemma3302 + [ a r:Fact; r:gives {(5410 145) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2540 a r:Inference; r:gives { - 542 :recursionCount 7 . + 542 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4538 + [ a r:Fact; r:gives {542 math:notEqualTo 0}] + skolem:lemma3907 + [ a r:Fact; r:gives {((0 5 4 2) "=<") list:sort (0 2 4 5)}] + [ a r:Fact; r:gives {((0 5 4 2) ">=") list:sort (5 4 2 0)}] + skolem:lemma3473 + skolem:lemma3474 + [ a r:Fact; r:gives {(5420 245) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2541 a r:Inference; r:gives { - 543 :recursionCount 7 . + 543 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4539 + [ a r:Fact; r:gives {543 math:notEqualTo 0}] + skolem:lemma3908 + [ a r:Fact; r:gives {((0 5 4 3) "=<") list:sort (0 3 4 5)}] + [ a r:Fact; r:gives {((0 5 4 3) ">=") list:sort (5 4 3 0)}] + skolem:lemma3629 + skolem:lemma3630 + [ a r:Fact; r:gives {(5430 345) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2542 a r:Inference; r:gives { - 544 :recursionCount 6 . + 544 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4540 + [ a r:Fact; r:gives {544 math:notEqualTo 0}] + skolem:lemma3909 + [ a r:Fact; r:gives {((0 5 4 4) "=<") list:sort (0 4 4 5)}] + [ a r:Fact; r:gives {((0 5 4 4) ">=") list:sort (5 4 4 0)}] + skolem:lemma3771 + skolem:lemma3772 + [ a r:Fact; r:gives {(5440 445) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2543 a r:Inference; r:gives { - 545 :recursionCount 7 . + 545 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4541 + [ a r:Fact; r:gives {545 math:notEqualTo 0}] + skolem:lemma3910 + [ a r:Fact; r:gives {((0 5 4 5) "=<") list:sort (0 4 5 5)}] + [ a r:Fact; r:gives {((0 5 4 5) ">=") list:sort (5 5 4 0)}] + skolem:lemma3791 + skolem:lemma3792 + [ a r:Fact; r:gives {(5540 455) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2544 a r:Inference; r:gives { - 546 :recursionCount 7 . + 546 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4542 + [ a r:Fact; r:gives {546 math:notEqualTo 0}] + skolem:lemma3911 + [ a r:Fact; r:gives {((0 5 4 6) "=<") list:sort (0 4 5 6)}] + [ a r:Fact; r:gives {((0 5 4 6) ">=") list:sort (6 5 4 0)}] + skolem:lemma3794 + skolem:lemma3795 + [ a r:Fact; r:gives {(6540 456) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2545 a r:Inference; r:gives { - 547 :recursionCount 3 . + 547 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4543 + [ a r:Fact; r:gives {547 math:notEqualTo 0}] + skolem:lemma3912 + [ a r:Fact; r:gives {((0 5 4 7) "=<") list:sort (0 4 5 7)}] + [ a r:Fact; r:gives {((0 5 4 7) ">=") list:sort (7 5 4 0)}] + skolem:lemma3797 + skolem:lemma3798 + [ a r:Fact; r:gives {(7540 457) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2546 a r:Inference; r:gives { - 548 :recursionCount 3 . + 548 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4544 + [ a r:Fact; r:gives {548 math:notEqualTo 0}] + skolem:lemma3913 + [ a r:Fact; r:gives {((0 5 4 8) "=<") list:sort (0 4 5 8)}] + [ a r:Fact; r:gives {((0 5 4 8) ">=") list:sort (8 5 4 0)}] + skolem:lemma3800 + skolem:lemma3801 + [ a r:Fact; r:gives {(8540 458) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2547 a r:Inference; r:gives { - 549 :recursionCount 4 . + 549 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4545 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma2548 a r:Inference; + [ a r:Fact; r:gives {549 math:notEqualTo 0}] + skolem:lemma3914 + [ a r:Fact; r:gives {((0 5 4 9) "=<") list:sort (0 4 5 9)}] + [ a r:Fact; r:gives {((0 5 4 9) ">=") list:sort (9 5 4 0)}] + skolem:lemma3803 + skolem:lemma3804 + [ a r:Fact; r:gives {(9540 459) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 549]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. + +skolem:lemma2548 a r:Inference; r:gives { - 550 :recursionCount 5 . + 550 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4546 + [ a r:Fact; r:gives {550 math:notEqualTo 0}] + skolem:lemma3915 + [ a r:Fact; r:gives {((0 5 5 0) "=<") list:sort (0 0 5 5)}] + [ a r:Fact; r:gives {((0 5 5 0) ">=") list:sort (5 5 0 0)}] + skolem:lemma3131 + skolem:lemma3132 + [ a r:Fact; r:gives {(5500 55) math:difference 5445}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5445 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5445 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2549 a r:Inference; r:gives { - 551 :recursionCount 5 . + 551 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4547 + [ a r:Fact; r:gives {551 math:notEqualTo 0}] + skolem:lemma3916 + [ a r:Fact; r:gives {((0 5 5 1) "=<") list:sort (0 1 5 5)}] + [ a r:Fact; r:gives {((0 5 5 1) ">=") list:sort (5 5 1 0)}] + skolem:lemma3321 + skolem:lemma3322 + [ a r:Fact; r:gives {(5510 155) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2550 a r:Inference; r:gives { - 552 :recursionCount 5 . + 552 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4548 + [ a r:Fact; r:gives {552 math:notEqualTo 0}] + skolem:lemma3917 + [ a r:Fact; r:gives {((0 5 5 2) "=<") list:sort (0 2 5 5)}] + [ a r:Fact; r:gives {((0 5 5 2) ">=") list:sort (5 5 2 0)}] + skolem:lemma3493 + skolem:lemma3494 + [ a r:Fact; r:gives {(5520 255) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2551 a r:Inference; r:gives { - 553 :recursionCount 7 . + 553 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4549 + [ a r:Fact; r:gives {553 math:notEqualTo 0}] + skolem:lemma3918 + [ a r:Fact; r:gives {((0 5 5 3) "=<") list:sort (0 3 5 5)}] + [ a r:Fact; r:gives {((0 5 5 3) ">=") list:sort (5 5 3 0)}] + skolem:lemma3649 + skolem:lemma3650 + [ a r:Fact; r:gives {(5530 355) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2552 a r:Inference; r:gives { - 554 :recursionCount 7 . + 554 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4550 + [ a r:Fact; r:gives {554 math:notEqualTo 0}] + skolem:lemma3919 + [ a r:Fact; r:gives {((0 5 5 4) "=<") list:sort (0 4 5 5)}] + [ a r:Fact; r:gives {((0 5 5 4) ">=") list:sort (5 5 4 0)}] + skolem:lemma3791 + skolem:lemma3792 + [ a r:Fact; r:gives {(5540 455) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2553 a r:Inference; r:gives { - 555 :recursionCount 6 . + 555 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4551 + [ a r:Fact; r:gives {555 math:notEqualTo 0}] + skolem:lemma3920 + [ a r:Fact; r:gives {((0 5 5 5) "=<") list:sort (0 5 5 5)}] + [ a r:Fact; r:gives {((0 5 5 5) ">=") list:sort (5 5 5 0)}] + skolem:lemma3921 + skolem:lemma3922 + [ a r:Fact; r:gives {(5550 555) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 555]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2554 a r:Inference; r:gives { - 556 :recursionCount 6 . + 556 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4552 + [ a r:Fact; r:gives {556 math:notEqualTo 0}] + skolem:lemma3923 + [ a r:Fact; r:gives {((0 5 5 6) "=<") list:sort (0 5 5 6)}] + [ a r:Fact; r:gives {((0 5 5 6) ">=") list:sort (6 5 5 0)}] + skolem:lemma3924 + skolem:lemma3925 + [ a r:Fact; r:gives {(6550 556) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2555 a r:Inference; r:gives { - 557 :recursionCount 4 . + 557 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4553 + [ a r:Fact; r:gives {557 math:notEqualTo 0}] + skolem:lemma3926 + [ a r:Fact; r:gives {((0 5 5 7) "=<") list:sort (0 5 5 7)}] + [ a r:Fact; r:gives {((0 5 5 7) ">=") list:sort (7 5 5 0)}] + skolem:lemma3927 + skolem:lemma3928 + [ a r:Fact; r:gives {(7550 557) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2556 a r:Inference; r:gives { - 558 :recursionCount 6 . + 558 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4554 + [ a r:Fact; r:gives {558 math:notEqualTo 0}] + skolem:lemma3929 + [ a r:Fact; r:gives {((0 5 5 8) "=<") list:sort (0 5 5 8)}] + [ a r:Fact; r:gives {((0 5 5 8) ">=") list:sort (8 5 5 0)}] + skolem:lemma3930 + skolem:lemma3931 + [ a r:Fact; r:gives {(8550 558) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2557 a r:Inference; r:gives { - 559 :recursionCount 4 . + 559 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4555 + [ a r:Fact; r:gives {559 math:notEqualTo 0}] + skolem:lemma3932 + [ a r:Fact; r:gives {((0 5 5 9) "=<") list:sort (0 5 5 9)}] + [ a r:Fact; r:gives {((0 5 5 9) ">=") list:sort (9 5 5 0)}] + skolem:lemma3933 + skolem:lemma3934 + [ a r:Fact; r:gives {(9550 559) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2558 a r:Inference; r:gives { - 560 :recursionCount 5 . + 560 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4556 + [ a r:Fact; r:gives {560 math:notEqualTo 0}] + skolem:lemma3935 + [ a r:Fact; r:gives {((0 5 6 0) "=<") list:sort (0 0 5 6)}] + [ a r:Fact; r:gives {((0 5 6 0) ">=") list:sort (6 5 0 0)}] + skolem:lemma3134 + skolem:lemma3135 + [ a r:Fact; r:gives {(6500 56) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2559 a r:Inference; r:gives { - 561 :recursionCount 4 . + 561 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4557 + [ a r:Fact; r:gives {561 math:notEqualTo 0}] + skolem:lemma3936 + [ a r:Fact; r:gives {((0 5 6 1) "=<") list:sort (0 1 5 6)}] + [ a r:Fact; r:gives {((0 5 6 1) ">=") list:sort (6 5 1 0)}] + skolem:lemma3324 + skolem:lemma3325 + [ a r:Fact; r:gives {(6510 156) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2560 a r:Inference; r:gives { - 562 :recursionCount 3 . + 562 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4558 + [ a r:Fact; r:gives {562 math:notEqualTo 0}] + skolem:lemma3937 + [ a r:Fact; r:gives {((0 5 6 2) "=<") list:sort (0 2 5 6)}] + [ a r:Fact; r:gives {((0 5 6 2) ">=") list:sort (6 5 2 0)}] + skolem:lemma3496 + skolem:lemma3497 + [ a r:Fact; r:gives {(6520 256) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2561 a r:Inference; r:gives { - 563 :recursionCount 1 . + 563 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4559 + [ a r:Fact; r:gives {563 math:notEqualTo 0}] + skolem:lemma3938 + [ a r:Fact; r:gives {((0 5 6 3) "=<") list:sort (0 3 5 6)}] + [ a r:Fact; r:gives {((0 5 6 3) ">=") list:sort (6 5 3 0)}] + skolem:lemma3652 + skolem:lemma3653 + [ a r:Fact; r:gives {(6530 356) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2562 a r:Inference; r:gives { - 564 :recursionCount 7 . + 564 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4560 + [ a r:Fact; r:gives {564 math:notEqualTo 0}] + skolem:lemma3939 + [ a r:Fact; r:gives {((0 5 6 4) "=<") list:sort (0 4 5 6)}] + [ a r:Fact; r:gives {((0 5 6 4) ">=") list:sort (6 5 4 0)}] + skolem:lemma3794 + skolem:lemma3795 + [ a r:Fact; r:gives {(6540 456) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2563 a r:Inference; r:gives { - 565 :recursionCount 6 . + 565 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4561 + [ a r:Fact; r:gives {565 math:notEqualTo 0}] + skolem:lemma3940 + [ a r:Fact; r:gives {((0 5 6 5) "=<") list:sort (0 5 5 6)}] + [ a r:Fact; r:gives {((0 5 6 5) ">=") list:sort (6 5 5 0)}] + skolem:lemma3924 + skolem:lemma3925 + [ a r:Fact; r:gives {(6550 556) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2564 a r:Inference; r:gives { - 566 :recursionCount 7 . + 566 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4562 + [ a r:Fact; r:gives {566 math:notEqualTo 0}] + skolem:lemma3941 + [ a r:Fact; r:gives {((0 5 6 6) "=<") list:sort (0 5 6 6)}] + [ a r:Fact; r:gives {((0 5 6 6) ">=") list:sort (6 6 5 0)}] + skolem:lemma3942 + skolem:lemma3943 + [ a r:Fact; r:gives {(6650 566) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2565 a r:Inference; r:gives { - 567 :recursionCount 3 . + 567 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4563 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma2566 a r:Inference; + [ a r:Fact; r:gives {567 math:notEqualTo 0}] + skolem:lemma3944 + [ a r:Fact; r:gives {((0 5 6 7) "=<") list:sort (0 5 6 7)}] + [ a r:Fact; r:gives {((0 5 6 7) ">=") list:sort (7 6 5 0)}] + skolem:lemma3945 + skolem:lemma3946 + [ a r:Fact; r:gives {(7650 567) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + +skolem:lemma2566 a r:Inference; r:gives { - 568 :recursionCount 3 . + 568 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4564 + [ a r:Fact; r:gives {568 math:notEqualTo 0}] + skolem:lemma3947 + [ a r:Fact; r:gives {((0 5 6 8) "=<") list:sort (0 5 6 8)}] + [ a r:Fact; r:gives {((0 5 6 8) ">=") list:sort (8 6 5 0)}] + skolem:lemma3948 + skolem:lemma3949 + [ a r:Fact; r:gives {(8650 568) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2567 a r:Inference; r:gives { - 569 :recursionCount 4 . + 569 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4565 + [ a r:Fact; r:gives {569 math:notEqualTo 0}] + skolem:lemma3950 + [ a r:Fact; r:gives {((0 5 6 9) "=<") list:sort (0 5 6 9)}] + [ a r:Fact; r:gives {((0 5 6 9) ">=") list:sort (9 6 5 0)}] + skolem:lemma3951 + skolem:lemma3952 + [ a r:Fact; r:gives {(9650 569) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2568 a r:Inference; r:gives { - 570 :recursionCount 5 . + 570 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4566 + [ a r:Fact; r:gives {570 math:notEqualTo 0}] + skolem:lemma3953 + [ a r:Fact; r:gives {((0 5 7 0) "=<") list:sort (0 0 5 7)}] + [ a r:Fact; r:gives {((0 5 7 0) ">=") list:sort (7 5 0 0)}] + skolem:lemma3137 + skolem:lemma3138 + [ a r:Fact; r:gives {(7500 57) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2569 a r:Inference; r:gives { - 571 :recursionCount 3 . + 571 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4567 + [ a r:Fact; r:gives {571 math:notEqualTo 0}] + skolem:lemma3954 + [ a r:Fact; r:gives {((0 5 7 1) "=<") list:sort (0 1 5 7)}] + [ a r:Fact; r:gives {((0 5 7 1) ">=") list:sort (7 5 1 0)}] + skolem:lemma3327 + skolem:lemma3328 + [ a r:Fact; r:gives {(7510 157) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2570 a r:Inference; r:gives { - 572 :recursionCount 6 . + 572 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4568 + [ a r:Fact; r:gives {572 math:notEqualTo 0}] + skolem:lemma3955 + [ a r:Fact; r:gives {((0 5 7 2) "=<") list:sort (0 2 5 7)}] + [ a r:Fact; r:gives {((0 5 7 2) ">=") list:sort (7 5 2 0)}] + skolem:lemma3499 + skolem:lemma3500 + [ a r:Fact; r:gives {(7520 257) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2571 a r:Inference; r:gives { - 573 :recursionCount 5 . + 573 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4569 + [ a r:Fact; r:gives {573 math:notEqualTo 0}] + skolem:lemma3956 + [ a r:Fact; r:gives {((0 5 7 3) "=<") list:sort (0 3 5 7)}] + [ a r:Fact; r:gives {((0 5 7 3) ">=") list:sort (7 5 3 0)}] + skolem:lemma3655 + skolem:lemma3656 + [ a r:Fact; r:gives {(7530 357) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2572 a r:Inference; r:gives { - 574 :recursionCount 3 . + 574 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4570 + [ a r:Fact; r:gives {574 math:notEqualTo 0}] + skolem:lemma3957 + [ a r:Fact; r:gives {((0 5 7 4) "=<") list:sort (0 4 5 7)}] + [ a r:Fact; r:gives {((0 5 7 4) ">=") list:sort (7 5 4 0)}] + skolem:lemma3797 + skolem:lemma3798 + [ a r:Fact; r:gives {(7540 457) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2573 a r:Inference; r:gives { - 575 :recursionCount 4 . + 575 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4571 + [ a r:Fact; r:gives {575 math:notEqualTo 0}] + skolem:lemma3958 + [ a r:Fact; r:gives {((0 5 7 5) "=<") list:sort (0 5 5 7)}] + [ a r:Fact; r:gives {((0 5 7 5) ">=") list:sort (7 5 5 0)}] + skolem:lemma3927 + skolem:lemma3928 + [ a r:Fact; r:gives {(7550 557) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2574 a r:Inference; r:gives { - 576 :recursionCount 3 . + 576 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4572 + [ a r:Fact; r:gives {576 math:notEqualTo 0}] + skolem:lemma3959 + [ a r:Fact; r:gives {((0 5 7 6) "=<") list:sort (0 5 6 7)}] + [ a r:Fact; r:gives {((0 5 7 6) ">=") list:sort (7 6 5 0)}] + skolem:lemma3945 + skolem:lemma3946 + [ a r:Fact; r:gives {(7650 567) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2575 a r:Inference; r:gives { - 577 :recursionCount 5 . + 577 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4573 + [ a r:Fact; r:gives {577 math:notEqualTo 0}] + skolem:lemma3960 + [ a r:Fact; r:gives {((0 5 7 7) "=<") list:sort (0 5 7 7)}] + [ a r:Fact; r:gives {((0 5 7 7) ">=") list:sort (7 7 5 0)}] + skolem:lemma3961 + skolem:lemma3962 + [ a r:Fact; r:gives {(7750 577) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2576 a r:Inference; r:gives { - 578 :recursionCount 6 . + 578 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4574 + [ a r:Fact; r:gives {578 math:notEqualTo 0}] + skolem:lemma3963 + [ a r:Fact; r:gives {((0 5 7 8) "=<") list:sort (0 5 7 8)}] + [ a r:Fact; r:gives {((0 5 7 8) ">=") list:sort (8 7 5 0)}] + skolem:lemma3964 + skolem:lemma3965 + [ a r:Fact; r:gives {(8750 578) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2577 a r:Inference; r:gives { - 579 :recursionCount 3 . + 579 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4575 + [ a r:Fact; r:gives {579 math:notEqualTo 0}] + skolem:lemma3966 + [ a r:Fact; r:gives {((0 5 7 9) "=<") list:sort (0 5 7 9)}] + [ a r:Fact; r:gives {((0 5 7 9) ">=") list:sort (9 7 5 0)}] + skolem:lemma3967 + skolem:lemma3968 + [ a r:Fact; r:gives {(9750 579) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2578 a r:Inference; r:gives { - 580 :recursionCount 7 . + 580 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4576 + [ a r:Fact; r:gives {580 math:notEqualTo 0}] + skolem:lemma3969 + [ a r:Fact; r:gives {((0 5 8 0) "=<") list:sort (0 0 5 8)}] + [ a r:Fact; r:gives {((0 5 8 0) ">=") list:sort (8 5 0 0)}] + skolem:lemma3140 + skolem:lemma3141 + [ a r:Fact; r:gives {(8500 58) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2579 a r:Inference; r:gives { - 581 :recursionCount 2 . + 581 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4577 + [ a r:Fact; r:gives {581 math:notEqualTo 0}] + skolem:lemma3970 + [ a r:Fact; r:gives {((0 5 8 1) "=<") list:sort (0 1 5 8)}] + [ a r:Fact; r:gives {((0 5 8 1) ">=") list:sort (8 5 1 0)}] + skolem:lemma3330 + skolem:lemma3331 + [ a r:Fact; r:gives {(8510 158) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2580 a r:Inference; r:gives { - 582 :recursionCount 5 . + 582 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4578 + [ a r:Fact; r:gives {582 math:notEqualTo 0}] + skolem:lemma3971 + [ a r:Fact; r:gives {((0 5 8 2) "=<") list:sort (0 2 5 8)}] + [ a r:Fact; r:gives {((0 5 8 2) ">=") list:sort (8 5 2 0)}] + skolem:lemma3502 + skolem:lemma3503 + [ a r:Fact; r:gives {(8520 258) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2581 a r:Inference; r:gives { - 583 :recursionCount 6 . + 583 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4579 + [ a r:Fact; r:gives {583 math:notEqualTo 0}] + skolem:lemma3972 + [ a r:Fact; r:gives {((0 5 8 3) "=<") list:sort (0 3 5 8)}] + [ a r:Fact; r:gives {((0 5 8 3) ">=") list:sort (8 5 3 0)}] + skolem:lemma3658 + skolem:lemma3659 + [ a r:Fact; r:gives {(8530 358) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2582 a r:Inference; r:gives { - 584 :recursionCount 3 . + 584 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4580 + [ a r:Fact; r:gives {584 math:notEqualTo 0}] + skolem:lemma3973 + [ a r:Fact; r:gives {((0 5 8 4) "=<") list:sort (0 4 5 8)}] + [ a r:Fact; r:gives {((0 5 8 4) ">=") list:sort (8 5 4 0)}] + skolem:lemma3800 + skolem:lemma3801 + [ a r:Fact; r:gives {(8540 458) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2583 a r:Inference; r:gives { - 585 :recursionCount 6 . + 585 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4581 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma2584 a r:Inference; + [ a r:Fact; r:gives {585 math:notEqualTo 0}] + skolem:lemma3974 + [ a r:Fact; r:gives {((0 5 8 5) "=<") list:sort (0 5 5 8)}] + [ a r:Fact; r:gives {((0 5 8 5) ">=") list:sort (8 5 5 0)}] + skolem:lemma3930 + skolem:lemma3931 + [ a r:Fact; r:gives {(8550 558) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 585]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. + +skolem:lemma2584 a r:Inference; r:gives { - 586 :recursionCount 3 . + 586 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4582 + [ a r:Fact; r:gives {586 math:notEqualTo 0}] + skolem:lemma3975 + [ a r:Fact; r:gives {((0 5 8 6) "=<") list:sort (0 5 6 8)}] + [ a r:Fact; r:gives {((0 5 8 6) ">=") list:sort (8 6 5 0)}] + skolem:lemma3948 + skolem:lemma3949 + [ a r:Fact; r:gives {(8650 568) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2585 a r:Inference; r:gives { - 587 :recursionCount 6 . + 587 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4583 + [ a r:Fact; r:gives {587 math:notEqualTo 0}] + skolem:lemma3976 + [ a r:Fact; r:gives {((0 5 8 7) "=<") list:sort (0 5 7 8)}] + [ a r:Fact; r:gives {((0 5 8 7) ">=") list:sort (8 7 5 0)}] + skolem:lemma3964 + skolem:lemma3965 + [ a r:Fact; r:gives {(8750 578) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2586 a r:Inference; r:gives { - 588 :recursionCount 5 . + 588 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4584 + [ a r:Fact; r:gives {588 math:notEqualTo 0}] + skolem:lemma3977 + [ a r:Fact; r:gives {((0 5 8 8) "=<") list:sort (0 5 8 8)}] + [ a r:Fact; r:gives {((0 5 8 8) ">=") list:sort (8 8 5 0)}] + skolem:lemma3978 + skolem:lemma3979 + [ a r:Fact; r:gives {(8850 588) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2587 a r:Inference; r:gives { - 589 :recursionCount 3 . + 589 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4585 + [ a r:Fact; r:gives {589 math:notEqualTo 0}] + skolem:lemma3980 + [ a r:Fact; r:gives {((0 5 8 9) "=<") list:sort (0 5 8 9)}] + [ a r:Fact; r:gives {((0 5 8 9) ">=") list:sort (9 8 5 0)}] + skolem:lemma3981 + skolem:lemma3982 + [ a r:Fact; r:gives {(9850 589) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2588 a r:Inference; r:gives { - 590 :recursionCount 7 . + 590 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4586 + [ a r:Fact; r:gives {590 math:notEqualTo 0}] + skolem:lemma3983 + [ a r:Fact; r:gives {((0 5 9 0) "=<") list:sort (0 0 5 9)}] + [ a r:Fact; r:gives {((0 5 9 0) ">=") list:sort (9 5 0 0)}] + skolem:lemma3143 + skolem:lemma3144 + [ a r:Fact; r:gives {(9500 59) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2589 a r:Inference; r:gives { - 591 :recursionCount 7 . + 591 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4587 + [ a r:Fact; r:gives {591 math:notEqualTo 0}] + skolem:lemma3984 + [ a r:Fact; r:gives {((0 5 9 1) "=<") list:sort (0 1 5 9)}] + [ a r:Fact; r:gives {((0 5 9 1) ">=") list:sort (9 5 1 0)}] + skolem:lemma3333 + skolem:lemma3334 + [ a r:Fact; r:gives {(9510 159) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2590 a r:Inference; r:gives { - 592 :recursionCount 3 . + 592 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4588 + [ a r:Fact; r:gives {592 math:notEqualTo 0}] + skolem:lemma3985 + [ a r:Fact; r:gives {((0 5 9 2) "=<") list:sort (0 2 5 9)}] + [ a r:Fact; r:gives {((0 5 9 2) ">=") list:sort (9 5 2 0)}] + skolem:lemma3505 + skolem:lemma3506 + [ a r:Fact; r:gives {(9520 259) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2591 a r:Inference; r:gives { - 593 :recursionCount 3 . + 593 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4589 + [ a r:Fact; r:gives {593 math:notEqualTo 0}] + skolem:lemma3986 + [ a r:Fact; r:gives {((0 5 9 3) "=<") list:sort (0 3 5 9)}] + [ a r:Fact; r:gives {((0 5 9 3) ">=") list:sort (9 5 3 0)}] + skolem:lemma3661 + skolem:lemma3662 + [ a r:Fact; r:gives {(9530 359) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2592 a r:Inference; r:gives { - 594 :recursionCount 4 . + 594 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4590 + [ a r:Fact; r:gives {594 math:notEqualTo 0}] + skolem:lemma3987 + [ a r:Fact; r:gives {((0 5 9 4) "=<") list:sort (0 4 5 9)}] + [ a r:Fact; r:gives {((0 5 9 4) ">=") list:sort (9 5 4 0)}] + skolem:lemma3803 + skolem:lemma3804 + [ a r:Fact; r:gives {(9540 459) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2593 a r:Inference; r:gives { - 595 :recursionCount 4 . + 595 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4591 + [ a r:Fact; r:gives {595 math:notEqualTo 0}] + skolem:lemma3988 + [ a r:Fact; r:gives {((0 5 9 5) "=<") list:sort (0 5 5 9)}] + [ a r:Fact; r:gives {((0 5 9 5) ">=") list:sort (9 5 5 0)}] + skolem:lemma3933 + skolem:lemma3934 + [ a r:Fact; r:gives {(9550 559) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2594 a r:Inference; r:gives { - 596 :recursionCount 4 . + 596 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4592 + [ a r:Fact; r:gives {596 math:notEqualTo 0}] + skolem:lemma3989 + [ a r:Fact; r:gives {((0 5 9 6) "=<") list:sort (0 5 6 9)}] + [ a r:Fact; r:gives {((0 5 9 6) ">=") list:sort (9 6 5 0)}] + skolem:lemma3951 + skolem:lemma3952 + [ a r:Fact; r:gives {(9650 569) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2595 a r:Inference; r:gives { - 597 :recursionCount 3 . + 597 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4593 + [ a r:Fact; r:gives {597 math:notEqualTo 0}] + skolem:lemma3990 + [ a r:Fact; r:gives {((0 5 9 7) "=<") list:sort (0 5 7 9)}] + [ a r:Fact; r:gives {((0 5 9 7) ">=") list:sort (9 7 5 0)}] + skolem:lemma3967 + skolem:lemma3968 + [ a r:Fact; r:gives {(9750 579) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2596 a r:Inference; r:gives { - 598 :recursionCount 3 . + 598 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4594 + [ a r:Fact; r:gives {598 math:notEqualTo 0}] + skolem:lemma3991 + [ a r:Fact; r:gives {((0 5 9 8) "=<") list:sort (0 5 8 9)}] + [ a r:Fact; r:gives {((0 5 9 8) ">=") list:sort (9 8 5 0)}] + skolem:lemma3981 + skolem:lemma3982 + [ a r:Fact; r:gives {(9850 589) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2597 a r:Inference; r:gives { - 599 :recursionCount 7 . + 599 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4595 + [ a r:Fact; r:gives {599 math:notEqualTo 0}] + skolem:lemma3992 + [ a r:Fact; r:gives {((0 5 9 9) "=<") list:sort (0 5 9 9)}] + [ a r:Fact; r:gives {((0 5 9 9) ">=") list:sort (9 9 5 0)}] + skolem:lemma3993 + skolem:lemma3994 + [ a r:Fact; r:gives {(9950 599) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2598 a r:Inference; r:gives { - 600 :recursionCount 6 . + 600 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4596 + [ a r:Fact; r:gives {600 math:notEqualTo 0}] + skolem:lemma3995 + [ a r:Fact; r:gives {((0 6 0 0) "=<") list:sort (0 0 0 6)}] + [ a r:Fact; r:gives {((0 6 0 0) ">=") list:sort (6 0 0 0)}] + skolem:lemma3014 + skolem:lemma3015 + [ a r:Fact; r:gives {(6000 6) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2599 a r:Inference; r:gives { - 601 :recursionCount 7 . + 601 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4597 + [ a r:Fact; r:gives {601 math:notEqualTo 0}] + skolem:lemma3996 + [ a r:Fact; r:gives {((0 6 0 1) "=<") list:sort (0 0 1 6)}] + [ a r:Fact; r:gives {((0 6 0 1) ">=") list:sort (6 1 0 0)}] + skolem:lemma3042 + skolem:lemma3043 + [ a r:Fact; r:gives {(6100 16) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2600 a r:Inference; r:gives { - 602 :recursionCount 1 . + 602 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4598 + [ a r:Fact; r:gives {602 math:notEqualTo 0}] + skolem:lemma3997 + [ a r:Fact; r:gives {((0 6 0 2) "=<") list:sort (0 0 2 6)}] + [ a r:Fact; r:gives {((0 6 0 2) ">=") list:sort (6 2 0 0)}] + skolem:lemma3068 + skolem:lemma3069 + [ a r:Fact; r:gives {(6200 26) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2601 a r:Inference; r:gives { - 603 :recursionCount 3 . + 603 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4599 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma2602 a r:Inference; - r:gives { - 604 :recursionCount 4 . + [ a r:Fact; r:gives {603 math:notEqualTo 0}] + skolem:lemma3998 + [ a r:Fact; r:gives {((0 6 0 3) "=<") list:sort (0 0 3 6)}] + [ a r:Fact; r:gives {((0 6 0 3) ">=") list:sort (6 3 0 0)}] + skolem:lemma3092 + skolem:lemma3093 + [ a r:Fact; r:gives {(6300 36) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 603]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + +skolem:lemma2602 a r:Inference; + r:gives { + 604 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4600 + [ a r:Fact; r:gives {604 math:notEqualTo 0}] + skolem:lemma3999 + [ a r:Fact; r:gives {((0 6 0 4) "=<") list:sort (0 0 4 6)}] + [ a r:Fact; r:gives {((0 6 0 4) ">=") list:sort (6 4 0 0)}] + skolem:lemma3114 + skolem:lemma3115 + [ a r:Fact; r:gives {(6400 46) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2603 a r:Inference; r:gives { - 605 :recursionCount 5 . + 605 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4601 + [ a r:Fact; r:gives {605 math:notEqualTo 0}] + skolem:lemma4000 + [ a r:Fact; r:gives {((0 6 0 5) "=<") list:sort (0 0 5 6)}] + [ a r:Fact; r:gives {((0 6 0 5) ">=") list:sort (6 5 0 0)}] + skolem:lemma3134 + skolem:lemma3135 + [ a r:Fact; r:gives {(6500 56) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2604 a r:Inference; r:gives { - 606 :recursionCount 4 . + 606 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4602 + [ a r:Fact; r:gives {606 math:notEqualTo 0}] + skolem:lemma4001 + [ a r:Fact; r:gives {((0 6 0 6) "=<") list:sort (0 0 6 6)}] + [ a r:Fact; r:gives {((0 6 0 6) ">=") list:sort (6 6 0 0)}] + skolem:lemma3152 + skolem:lemma3153 + [ a r:Fact; r:gives {(6600 66) math:difference 6534}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6534 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6534 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2605 a r:Inference; r:gives { - 607 :recursionCount 3 . + 607 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4603 + [ a r:Fact; r:gives {607 math:notEqualTo 0}] + skolem:lemma4002 + [ a r:Fact; r:gives {((0 6 0 7) "=<") list:sort (0 0 6 7)}] + [ a r:Fact; r:gives {((0 6 0 7) ">=") list:sort (7 6 0 0)}] + skolem:lemma3155 + skolem:lemma3156 + [ a r:Fact; r:gives {(7600 67) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2606 a r:Inference; r:gives { - 608 :recursionCount 2 . + 608 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4604 + [ a r:Fact; r:gives {608 math:notEqualTo 0}] + skolem:lemma4003 + [ a r:Fact; r:gives {((0 6 0 8) "=<") list:sort (0 0 6 8)}] + [ a r:Fact; r:gives {((0 6 0 8) ">=") list:sort (8 6 0 0)}] + skolem:lemma3158 + skolem:lemma3159 + [ a r:Fact; r:gives {(8600 68) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2607 a r:Inference; r:gives { - 609 :recursionCount 7 . + 609 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4605 + [ a r:Fact; r:gives {609 math:notEqualTo 0}] + skolem:lemma4004 + [ a r:Fact; r:gives {((0 6 0 9) "=<") list:sort (0 0 6 9)}] + [ a r:Fact; r:gives {((0 6 0 9) ">=") list:sort (9 6 0 0)}] + skolem:lemma3161 + skolem:lemma3162 + [ a r:Fact; r:gives {(9600 69) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2608 a r:Inference; r:gives { - 610 :recursionCount 7 . + 610 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4606 + [ a r:Fact; r:gives {610 math:notEqualTo 0}] + skolem:lemma4005 + [ a r:Fact; r:gives {((0 6 1 0) "=<") list:sort (0 0 1 6)}] + [ a r:Fact; r:gives {((0 6 1 0) ">=") list:sort (6 1 0 0)}] + skolem:lemma3042 + skolem:lemma3043 + [ a r:Fact; r:gives {(6100 16) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2609 a r:Inference; r:gives { - 611 :recursionCount 6 . + 611 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4607 + [ a r:Fact; r:gives {611 math:notEqualTo 0}] + skolem:lemma4006 + [ a r:Fact; r:gives {((0 6 1 1) "=<") list:sort (0 1 1 6)}] + [ a r:Fact; r:gives {((0 6 1 1) ">=") list:sort (6 1 1 0)}] + skolem:lemma3232 + skolem:lemma3233 + [ a r:Fact; r:gives {(6110 116) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2610 a r:Inference; r:gives { - 612 :recursionCount 7 . + 612 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4608 + [ a r:Fact; r:gives {612 math:notEqualTo 0}] + skolem:lemma4007 + [ a r:Fact; r:gives {((0 6 1 2) "=<") list:sort (0 1 2 6)}] + [ a r:Fact; r:gives {((0 6 1 2) ">=") list:sort (6 2 1 0)}] + skolem:lemma3258 + skolem:lemma3259 + [ a r:Fact; r:gives {(6210 126) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2611 a r:Inference; r:gives { - 613 :recursionCount 1 . + 613 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4609 + [ a r:Fact; r:gives {613 math:notEqualTo 0}] + skolem:lemma4008 + [ a r:Fact; r:gives {((0 6 1 3) "=<") list:sort (0 1 3 6)}] + [ a r:Fact; r:gives {((0 6 1 3) ">=") list:sort (6 3 1 0)}] + skolem:lemma3282 + skolem:lemma3283 + [ a r:Fact; r:gives {(6310 136) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2612 a r:Inference; r:gives { - 614 :recursionCount 3 . + 614 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4610 + [ a r:Fact; r:gives {614 math:notEqualTo 0}] + skolem:lemma4009 + [ a r:Fact; r:gives {((0 6 1 4) "=<") list:sort (0 1 4 6)}] + [ a r:Fact; r:gives {((0 6 1 4) ">=") list:sort (6 4 1 0)}] + skolem:lemma3304 + skolem:lemma3305 + [ a r:Fact; r:gives {(6410 146) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2613 a r:Inference; r:gives { - 615 :recursionCount 4 . + 615 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4611 + [ a r:Fact; r:gives {615 math:notEqualTo 0}] + skolem:lemma4010 + [ a r:Fact; r:gives {((0 6 1 5) "=<") list:sort (0 1 5 6)}] + [ a r:Fact; r:gives {((0 6 1 5) ">=") list:sort (6 5 1 0)}] + skolem:lemma3324 + skolem:lemma3325 + [ a r:Fact; r:gives {(6510 156) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2614 a r:Inference; r:gives { - 616 :recursionCount 5 . + 616 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4612 + [ a r:Fact; r:gives {616 math:notEqualTo 0}] + skolem:lemma4011 + [ a r:Fact; r:gives {((0 6 1 6) "=<") list:sort (0 1 6 6)}] + [ a r:Fact; r:gives {((0 6 1 6) ">=") list:sort (6 6 1 0)}] + skolem:lemma3342 + skolem:lemma3343 + [ a r:Fact; r:gives {(6610 166) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2615 a r:Inference; r:gives { - 617 :recursionCount 5 . + 617 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4613 + [ a r:Fact; r:gives {617 math:notEqualTo 0}] + skolem:lemma4012 + [ a r:Fact; r:gives {((0 6 1 7) "=<") list:sort (0 1 6 7)}] + [ a r:Fact; r:gives {((0 6 1 7) ">=") list:sort (7 6 1 0)}] + skolem:lemma3345 + skolem:lemma3346 + [ a r:Fact; r:gives {(7610 167) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2616 a r:Inference; r:gives { - 618 :recursionCount 7 . + 618 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4614 + [ a r:Fact; r:gives {618 math:notEqualTo 0}] + skolem:lemma4013 + [ a r:Fact; r:gives {((0 6 1 8) "=<") list:sort (0 1 6 8)}] + [ a r:Fact; r:gives {((0 6 1 8) ">=") list:sort (8 6 1 0)}] + skolem:lemma3348 + skolem:lemma3349 + [ a r:Fact; r:gives {(8610 168) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2617 a r:Inference; r:gives { - 619 :recursionCount 7 . + 619 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4615 + [ a r:Fact; r:gives {619 math:notEqualTo 0}] + skolem:lemma4014 + [ a r:Fact; r:gives {((0 6 1 9) "=<") list:sort (0 1 6 9)}] + [ a r:Fact; r:gives {((0 6 1 9) ">=") list:sort (9 6 1 0)}] + skolem:lemma3351 + skolem:lemma3352 + [ a r:Fact; r:gives {(9610 169) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2618 a r:Inference; r:gives { - 620 :recursionCount 1 . + 620 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4616 + [ a r:Fact; r:gives {620 math:notEqualTo 0}] + skolem:lemma4015 + [ a r:Fact; r:gives {((0 6 2 0) "=<") list:sort (0 0 2 6)}] + [ a r:Fact; r:gives {((0 6 2 0) ">=") list:sort (6 2 0 0)}] + skolem:lemma3068 + skolem:lemma3069 + [ a r:Fact; r:gives {(6200 26) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2619 a r:Inference; r:gives { - 621 :recursionCount 7 . + 621 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4617 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - + [ a r:Fact; r:gives {621 math:notEqualTo 0}] + skolem:lemma4016 + [ a r:Fact; r:gives {((0 6 2 1) "=<") list:sort (0 1 2 6)}] + [ a r:Fact; r:gives {((0 6 2 1) ">=") list:sort (6 2 1 0)}] + skolem:lemma3258 + skolem:lemma3259 + [ a r:Fact; r:gives {(6210 126) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. + skolem:lemma2620 a r:Inference; r:gives { - 622 :recursionCount 6 . + 622 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4618 + [ a r:Fact; r:gives {622 math:notEqualTo 0}] + skolem:lemma4017 + [ a r:Fact; r:gives {((0 6 2 2) "=<") list:sort (0 2 2 6)}] + [ a r:Fact; r:gives {((0 6 2 2) ">=") list:sort (6 2 2 0)}] + skolem:lemma3430 + skolem:lemma3431 + [ a r:Fact; r:gives {(6220 226) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2621 a r:Inference; r:gives { - 623 :recursionCount 7 . + 623 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4619 + [ a r:Fact; r:gives {623 math:notEqualTo 0}] + skolem:lemma4018 + [ a r:Fact; r:gives {((0 6 2 3) "=<") list:sort (0 2 3 6)}] + [ a r:Fact; r:gives {((0 6 2 3) ">=") list:sort (6 3 2 0)}] + skolem:lemma3454 + skolem:lemma3455 + [ a r:Fact; r:gives {(6320 236) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2622 a r:Inference; r:gives { - 624 :recursionCount 1 . + 624 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4620 + [ a r:Fact; r:gives {624 math:notEqualTo 0}] + skolem:lemma4019 + [ a r:Fact; r:gives {((0 6 2 4) "=<") list:sort (0 2 4 6)}] + [ a r:Fact; r:gives {((0 6 2 4) ">=") list:sort (6 4 2 0)}] + skolem:lemma3476 + skolem:lemma3477 + [ a r:Fact; r:gives {(6420 246) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2623 a r:Inference; r:gives { - 625 :recursionCount 3 . + 625 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4621 + [ a r:Fact; r:gives {625 math:notEqualTo 0}] + skolem:lemma4020 + [ a r:Fact; r:gives {((0 6 2 5) "=<") list:sort (0 2 5 6)}] + [ a r:Fact; r:gives {((0 6 2 5) ">=") list:sort (6 5 2 0)}] + skolem:lemma3496 + skolem:lemma3497 + [ a r:Fact; r:gives {(6520 256) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2624 a r:Inference; r:gives { - 626 :recursionCount 4 . + 626 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4622 + [ a r:Fact; r:gives {626 math:notEqualTo 0}] + skolem:lemma4021 + [ a r:Fact; r:gives {((0 6 2 6) "=<") list:sort (0 2 6 6)}] + [ a r:Fact; r:gives {((0 6 2 6) ">=") list:sort (6 6 2 0)}] + skolem:lemma3514 + skolem:lemma3515 + [ a r:Fact; r:gives {(6620 266) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2625 a r:Inference; r:gives { - 627 :recursionCount 3 . + 627 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4623 + [ a r:Fact; r:gives {627 math:notEqualTo 0}] + skolem:lemma4022 + [ a r:Fact; r:gives {((0 6 2 7) "=<") list:sort (0 2 6 7)}] + [ a r:Fact; r:gives {((0 6 2 7) ">=") list:sort (7 6 2 0)}] + skolem:lemma3517 + skolem:lemma3518 + [ a r:Fact; r:gives {(7620 267) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2626 a r:Inference; r:gives { - 628 :recursionCount 2 . + 628 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4624 + [ a r:Fact; r:gives {628 math:notEqualTo 0}] + skolem:lemma4023 + [ a r:Fact; r:gives {((0 6 2 8) "=<") list:sort (0 2 6 8)}] + [ a r:Fact; r:gives {((0 6 2 8) ">=") list:sort (8 6 2 0)}] + skolem:lemma3520 + skolem:lemma3521 + [ a r:Fact; r:gives {(8620 268) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2627 a r:Inference; r:gives { - 629 :recursionCount 7 . + 629 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4625 + [ a r:Fact; r:gives {629 math:notEqualTo 0}] + skolem:lemma4024 + [ a r:Fact; r:gives {((0 6 2 9) "=<") list:sort (0 2 6 9)}] + [ a r:Fact; r:gives {((0 6 2 9) ">=") list:sort (9 6 2 0)}] + skolem:lemma3523 + skolem:lemma3524 + [ a r:Fact; r:gives {(9620 269) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2628 a r:Inference; r:gives { - 630 :recursionCount 3 . + 630 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4626 + [ a r:Fact; r:gives {630 math:notEqualTo 0}] + skolem:lemma4025 + [ a r:Fact; r:gives {((0 6 3 0) "=<") list:sort (0 0 3 6)}] + [ a r:Fact; r:gives {((0 6 3 0) ">=") list:sort (6 3 0 0)}] + skolem:lemma3092 + skolem:lemma3093 + [ a r:Fact; r:gives {(6300 36) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2629 a r:Inference; r:gives { - 631 :recursionCount 1 . + 631 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4627 + [ a r:Fact; r:gives {631 math:notEqualTo 0}] + skolem:lemma4026 + [ a r:Fact; r:gives {((0 6 3 1) "=<") list:sort (0 1 3 6)}] + [ a r:Fact; r:gives {((0 6 3 1) ">=") list:sort (6 3 1 0)}] + skolem:lemma3282 + skolem:lemma3283 + [ a r:Fact; r:gives {(6310 136) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2630 a r:Inference; r:gives { - 632 :recursionCount 7 . + 632 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4628 + [ a r:Fact; r:gives {632 math:notEqualTo 0}] + skolem:lemma4027 + [ a r:Fact; r:gives {((0 6 3 2) "=<") list:sort (0 2 3 6)}] + [ a r:Fact; r:gives {((0 6 3 2) ">=") list:sort (6 3 2 0)}] + skolem:lemma3454 + skolem:lemma3455 + [ a r:Fact; r:gives {(6320 236) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2631 a r:Inference; r:gives { - 633 :recursionCount 6 . + 633 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4629 + [ a r:Fact; r:gives {633 math:notEqualTo 0}] + skolem:lemma4028 + [ a r:Fact; r:gives {((0 6 3 3) "=<") list:sort (0 3 3 6)}] + [ a r:Fact; r:gives {((0 6 3 3) ">=") list:sort (6 3 3 0)}] + skolem:lemma3610 + skolem:lemma3611 + [ a r:Fact; r:gives {(6330 336) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2632 a r:Inference; r:gives { - 634 :recursionCount 7 . + 634 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4630 + [ a r:Fact; r:gives {634 math:notEqualTo 0}] + skolem:lemma4029 + [ a r:Fact; r:gives {((0 6 3 4) "=<") list:sort (0 3 4 6)}] + [ a r:Fact; r:gives {((0 6 3 4) ">=") list:sort (6 4 3 0)}] + skolem:lemma3632 + skolem:lemma3633 + [ a r:Fact; r:gives {(6430 346) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2633 a r:Inference; r:gives { - 635 :recursionCount 1 . + 635 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4631 + [ a r:Fact; r:gives {635 math:notEqualTo 0}] + skolem:lemma4030 + [ a r:Fact; r:gives {((0 6 3 5) "=<") list:sort (0 3 5 6)}] + [ a r:Fact; r:gives {((0 6 3 5) ">=") list:sort (6 5 3 0)}] + skolem:lemma3652 + skolem:lemma3653 + [ a r:Fact; r:gives {(6530 356) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2634 a r:Inference; r:gives { - 636 :recursionCount 3 . + 636 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4632 + [ a r:Fact; r:gives {636 math:notEqualTo 0}] + skolem:lemma4031 + [ a r:Fact; r:gives {((0 6 3 6) "=<") list:sort (0 3 6 6)}] + [ a r:Fact; r:gives {((0 6 3 6) ">=") list:sort (6 6 3 0)}] + skolem:lemma3670 + skolem:lemma3671 + [ a r:Fact; r:gives {(6630 366) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2635 a r:Inference; r:gives { - 637 :recursionCount 6 . + 637 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4633 + [ a r:Fact; r:gives {637 math:notEqualTo 0}] + skolem:lemma4032 + [ a r:Fact; r:gives {((0 6 3 7) "=<") list:sort (0 3 6 7)}] + [ a r:Fact; r:gives {((0 6 3 7) ">=") list:sort (7 6 3 0)}] + skolem:lemma3673 + skolem:lemma3674 + [ a r:Fact; r:gives {(7630 367) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2636 a r:Inference; r:gives { - 638 :recursionCount 5 . + 638 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4634 + [ a r:Fact; r:gives {638 math:notEqualTo 0}] + skolem:lemma4033 + [ a r:Fact; r:gives {((0 6 3 8) "=<") list:sort (0 3 6 8)}] + [ a r:Fact; r:gives {((0 6 3 8) ">=") list:sort (8 6 3 0)}] + skolem:lemma3676 + skolem:lemma3677 + [ a r:Fact; r:gives {(8630 368) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2637 a r:Inference; r:gives { - 639 :recursionCount 3 . + 639 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4635 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma2638 a r:Inference; - r:gives { - 640 :recursionCount 4 . + [ a r:Fact; r:gives {639 math:notEqualTo 0}] + skolem:lemma4034 + [ a r:Fact; r:gives {((0 6 3 9) "=<") list:sort (0 3 6 9)}] + [ a r:Fact; r:gives {((0 6 3 9) ">=") list:sort (9 6 3 0)}] + skolem:lemma3679 + skolem:lemma3680 + [ a r:Fact; r:gives {(9630 369) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 639]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + +skolem:lemma2638 a r:Inference; + r:gives { + 640 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4636 + [ a r:Fact; r:gives {640 math:notEqualTo 0}] + skolem:lemma4035 + [ a r:Fact; r:gives {((0 6 4 0) "=<") list:sort (0 0 4 6)}] + [ a r:Fact; r:gives {((0 6 4 0) ">=") list:sort (6 4 0 0)}] + skolem:lemma3114 + skolem:lemma3115 + [ a r:Fact; r:gives {(6400 46) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2639 a r:Inference; r:gives { - 641 :recursionCount 3 . + 641 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4637 + [ a r:Fact; r:gives {641 math:notEqualTo 0}] + skolem:lemma4036 + [ a r:Fact; r:gives {((0 6 4 1) "=<") list:sort (0 1 4 6)}] + [ a r:Fact; r:gives {((0 6 4 1) ">=") list:sort (6 4 1 0)}] + skolem:lemma3304 + skolem:lemma3305 + [ a r:Fact; r:gives {(6410 146) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2640 a r:Inference; r:gives { - 642 :recursionCount 1 . + 642 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4638 + [ a r:Fact; r:gives {642 math:notEqualTo 0}] + skolem:lemma4037 + [ a r:Fact; r:gives {((0 6 4 2) "=<") list:sort (0 2 4 6)}] + [ a r:Fact; r:gives {((0 6 4 2) ">=") list:sort (6 4 2 0)}] + skolem:lemma3476 + skolem:lemma3477 + [ a r:Fact; r:gives {(6420 246) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2641 a r:Inference; r:gives { - 643 :recursionCount 7 . + 643 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4639 + [ a r:Fact; r:gives {643 math:notEqualTo 0}] + skolem:lemma4038 + [ a r:Fact; r:gives {((0 6 4 3) "=<") list:sort (0 3 4 6)}] + [ a r:Fact; r:gives {((0 6 4 3) ">=") list:sort (6 4 3 0)}] + skolem:lemma3632 + skolem:lemma3633 + [ a r:Fact; r:gives {(6430 346) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2642 a r:Inference; r:gives { - 644 :recursionCount 6 . + 644 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4640 + [ a r:Fact; r:gives {644 math:notEqualTo 0}] + skolem:lemma4039 + [ a r:Fact; r:gives {((0 6 4 4) "=<") list:sort (0 4 4 6)}] + [ a r:Fact; r:gives {((0 6 4 4) ">=") list:sort (6 4 4 0)}] + skolem:lemma3774 + skolem:lemma3775 + [ a r:Fact; r:gives {(6440 446) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2643 a r:Inference; r:gives { - 645 :recursionCount 7 . + 645 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4641 + [ a r:Fact; r:gives {645 math:notEqualTo 0}] + skolem:lemma4040 + [ a r:Fact; r:gives {((0 6 4 5) "=<") list:sort (0 4 5 6)}] + [ a r:Fact; r:gives {((0 6 4 5) ">=") list:sort (6 5 4 0)}] + skolem:lemma3794 + skolem:lemma3795 + [ a r:Fact; r:gives {(6540 456) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2644 a r:Inference; r:gives { - 646 :recursionCount 1 . + 646 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4642 + [ a r:Fact; r:gives {646 math:notEqualTo 0}] + skolem:lemma4041 + [ a r:Fact; r:gives {((0 6 4 6) "=<") list:sort (0 4 6 6)}] + [ a r:Fact; r:gives {((0 6 4 6) ">=") list:sort (6 6 4 0)}] + skolem:lemma3812 + skolem:lemma3813 + [ a r:Fact; r:gives {(6640 466) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2645 a r:Inference; r:gives { - 647 :recursionCount 5 . + 647 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4643 + [ a r:Fact; r:gives {647 math:notEqualTo 0}] + skolem:lemma4042 + [ a r:Fact; r:gives {((0 6 4 7) "=<") list:sort (0 4 6 7)}] + [ a r:Fact; r:gives {((0 6 4 7) ">=") list:sort (7 6 4 0)}] + skolem:lemma3815 + skolem:lemma3816 + [ a r:Fact; r:gives {(7640 467) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2646 a r:Inference; r:gives { - 648 :recursionCount 6 . + 648 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4644 + [ a r:Fact; r:gives {648 math:notEqualTo 0}] + skolem:lemma4043 + [ a r:Fact; r:gives {((0 6 4 8) "=<") list:sort (0 4 6 8)}] + [ a r:Fact; r:gives {((0 6 4 8) ">=") list:sort (8 6 4 0)}] + skolem:lemma3818 + skolem:lemma3819 + [ a r:Fact; r:gives {(8640 468) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2647 a r:Inference; r:gives { - 649 :recursionCount 3 . + 649 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4645 + [ a r:Fact; r:gives {649 math:notEqualTo 0}] + skolem:lemma4044 + [ a r:Fact; r:gives {((0 6 4 9) "=<") list:sort (0 4 6 9)}] + [ a r:Fact; r:gives {((0 6 4 9) ">=") list:sort (9 6 4 0)}] + skolem:lemma3821 + skolem:lemma3822 + [ a r:Fact; r:gives {(9640 469) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2648 a r:Inference; r:gives { - 650 :recursionCount 5 . + 650 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4646 + [ a r:Fact; r:gives {650 math:notEqualTo 0}] + skolem:lemma4045 + [ a r:Fact; r:gives {((0 6 5 0) "=<") list:sort (0 0 5 6)}] + [ a r:Fact; r:gives {((0 6 5 0) ">=") list:sort (6 5 0 0)}] + skolem:lemma3134 + skolem:lemma3135 + [ a r:Fact; r:gives {(6500 56) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2649 a r:Inference; r:gives { - 651 :recursionCount 4 . + 651 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4647 + [ a r:Fact; r:gives {651 math:notEqualTo 0}] + skolem:lemma4046 + [ a r:Fact; r:gives {((0 6 5 1) "=<") list:sort (0 1 5 6)}] + [ a r:Fact; r:gives {((0 6 5 1) ">=") list:sort (6 5 1 0)}] + skolem:lemma3324 + skolem:lemma3325 + [ a r:Fact; r:gives {(6510 156) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2650 a r:Inference; r:gives { - 652 :recursionCount 3 . + 652 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4648 + [ a r:Fact; r:gives {652 math:notEqualTo 0}] + skolem:lemma4047 + [ a r:Fact; r:gives {((0 6 5 2) "=<") list:sort (0 2 5 6)}] + [ a r:Fact; r:gives {((0 6 5 2) ">=") list:sort (6 5 2 0)}] + skolem:lemma3496 + skolem:lemma3497 + [ a r:Fact; r:gives {(6520 256) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2651 a r:Inference; r:gives { - 653 :recursionCount 1 . + 653 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4649 + [ a r:Fact; r:gives {653 math:notEqualTo 0}] + skolem:lemma4048 + [ a r:Fact; r:gives {((0 6 5 3) "=<") list:sort (0 3 5 6)}] + [ a r:Fact; r:gives {((0 6 5 3) ">=") list:sort (6 5 3 0)}] + skolem:lemma3652 + skolem:lemma3653 + [ a r:Fact; r:gives {(6530 356) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2652 a r:Inference; r:gives { - 654 :recursionCount 7 . + 654 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4650 + [ a r:Fact; r:gives {654 math:notEqualTo 0}] + skolem:lemma4049 + [ a r:Fact; r:gives {((0 6 5 4) "=<") list:sort (0 4 5 6)}] + [ a r:Fact; r:gives {((0 6 5 4) ">=") list:sort (6 5 4 0)}] + skolem:lemma3794 + skolem:lemma3795 + [ a r:Fact; r:gives {(6540 456) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2653 a r:Inference; r:gives { - 655 :recursionCount 6 . + 655 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4651 + [ a r:Fact; r:gives {655 math:notEqualTo 0}] + skolem:lemma4050 + [ a r:Fact; r:gives {((0 6 5 5) "=<") list:sort (0 5 5 6)}] + [ a r:Fact; r:gives {((0 6 5 5) ">=") list:sort (6 5 5 0)}] + skolem:lemma3924 + skolem:lemma3925 + [ a r:Fact; r:gives {(6550 556) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2654 a r:Inference; r:gives { - 656 :recursionCount 7 . + 656 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4652 + [ a r:Fact; r:gives {656 math:notEqualTo 0}] + skolem:lemma4051 + [ a r:Fact; r:gives {((0 6 5 6) "=<") list:sort (0 5 6 6)}] + [ a r:Fact; r:gives {((0 6 5 6) ">=") list:sort (6 6 5 0)}] + skolem:lemma3942 + skolem:lemma3943 + [ a r:Fact; r:gives {(6650 566) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2655 a r:Inference; r:gives { - 657 :recursionCount 3 . + 657 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4653 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - + [ a r:Fact; r:gives {657 math:notEqualTo 0}] + skolem:lemma4052 + [ a r:Fact; r:gives {((0 6 5 7) "=<") list:sort (0 5 6 7)}] + [ a r:Fact; r:gives {((0 6 5 7) ">=") list:sort (7 6 5 0)}] + skolem:lemma3945 + skolem:lemma3946 + [ a r:Fact; r:gives {(7650 567) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 657]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + skolem:lemma2656 a r:Inference; r:gives { - 658 :recursionCount 3 . + 658 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4654 + [ a r:Fact; r:gives {658 math:notEqualTo 0}] + skolem:lemma4053 + [ a r:Fact; r:gives {((0 6 5 8) "=<") list:sort (0 5 6 8)}] + [ a r:Fact; r:gives {((0 6 5 8) ">=") list:sort (8 6 5 0)}] + skolem:lemma3948 + skolem:lemma3949 + [ a r:Fact; r:gives {(8650 568) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2657 a r:Inference; r:gives { - 659 :recursionCount 4 . + 659 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4655 + [ a r:Fact; r:gives {659 math:notEqualTo 0}] + skolem:lemma4054 + [ a r:Fact; r:gives {((0 6 5 9) "=<") list:sort (0 5 6 9)}] + [ a r:Fact; r:gives {((0 6 5 9) ">=") list:sort (9 6 5 0)}] + skolem:lemma3951 + skolem:lemma3952 + [ a r:Fact; r:gives {(9650 569) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2658 a r:Inference; r:gives { - 660 :recursionCount 4 . + 660 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4656 + [ a r:Fact; r:gives {660 math:notEqualTo 0}] + skolem:lemma4055 + [ a r:Fact; r:gives {((0 6 6 0) "=<") list:sort (0 0 6 6)}] + [ a r:Fact; r:gives {((0 6 6 0) ">=") list:sort (6 6 0 0)}] + skolem:lemma3152 + skolem:lemma3153 + [ a r:Fact; r:gives {(6600 66) math:difference 6534}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6534 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6534 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2659 a r:Inference; r:gives { - 661 :recursionCount 5 . + 661 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4657 + [ a r:Fact; r:gives {661 math:notEqualTo 0}] + skolem:lemma4056 + [ a r:Fact; r:gives {((0 6 6 1) "=<") list:sort (0 1 6 6)}] + [ a r:Fact; r:gives {((0 6 6 1) ">=") list:sort (6 6 1 0)}] + skolem:lemma3342 + skolem:lemma3343 + [ a r:Fact; r:gives {(6610 166) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2660 a r:Inference; r:gives { - 662 :recursionCount 4 . + 662 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4658 + [ a r:Fact; r:gives {662 math:notEqualTo 0}] + skolem:lemma4057 + [ a r:Fact; r:gives {((0 6 6 2) "=<") list:sort (0 2 6 6)}] + [ a r:Fact; r:gives {((0 6 6 2) ">=") list:sort (6 6 2 0)}] + skolem:lemma3514 + skolem:lemma3515 + [ a r:Fact; r:gives {(6620 266) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2661 a r:Inference; r:gives { - 663 :recursionCount 3 . + 663 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4659 + [ a r:Fact; r:gives {663 math:notEqualTo 0}] + skolem:lemma4058 + [ a r:Fact; r:gives {((0 6 6 3) "=<") list:sort (0 3 6 6)}] + [ a r:Fact; r:gives {((0 6 6 3) ">=") list:sort (6 6 3 0)}] + skolem:lemma3670 + skolem:lemma3671 + [ a r:Fact; r:gives {(6630 366) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2662 a r:Inference; r:gives { - 664 :recursionCount 1 . + 664 :kaprekar (0 1). }; r:evidence ( - skolem:lemma4660 + [ a r:Fact; r:gives {664 math:notEqualTo 0}] + skolem:lemma4059 + [ a r:Fact; r:gives {((0 6 6 4) "=<") list:sort (0 4 6 6)}] + [ a r:Fact; r:gives {((0 6 6 4) ">=") list:sort (6 6 4 0)}] + skolem:lemma3812 + skolem:lemma3813 + [ a r:Fact; r:gives {(6640 466) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma3000. skolem:lemma2663 a r:Inference; r:gives { - 665 :recursionCount 7 . + 665 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4661 + [ a r:Fact; r:gives {665 math:notEqualTo 0}] + skolem:lemma4060 + [ a r:Fact; r:gives {((0 6 6 5) "=<") list:sort (0 5 6 6)}] + [ a r:Fact; r:gives {((0 6 6 5) ">=") list:sort (6 6 5 0)}] + skolem:lemma3942 + skolem:lemma3943 + [ a r:Fact; r:gives {(6650 566) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2664 a r:Inference; r:gives { - 666 :recursionCount 6 . + 666 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4662 + [ a r:Fact; r:gives {666 math:notEqualTo 0}] + skolem:lemma4061 + [ a r:Fact; r:gives {((0 6 6 6) "=<") list:sort (0 6 6 6)}] + [ a r:Fact; r:gives {((0 6 6 6) ">=") list:sort (6 6 6 0)}] + skolem:lemma4062 + skolem:lemma4063 + [ a r:Fact; r:gives {(6660 666) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 666]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2665 a r:Inference; r:gives { - 667 :recursionCount 4 . + 667 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4663 + [ a r:Fact; r:gives {667 math:notEqualTo 0}] + skolem:lemma4064 + [ a r:Fact; r:gives {((0 6 6 7) "=<") list:sort (0 6 6 7)}] + [ a r:Fact; r:gives {((0 6 6 7) ">=") list:sort (7 6 6 0)}] + skolem:lemma4065 + skolem:lemma4066 + [ a r:Fact; r:gives {(7660 667) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2666 a r:Inference; r:gives { - 668 :recursionCount 6 . + 668 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4664 + [ a r:Fact; r:gives {668 math:notEqualTo 0}] + skolem:lemma4067 + [ a r:Fact; r:gives {((0 6 6 8) "=<") list:sort (0 6 6 8)}] + [ a r:Fact; r:gives {((0 6 6 8) ">=") list:sort (8 6 6 0)}] + skolem:lemma4068 + skolem:lemma4069 + [ a r:Fact; r:gives {(8660 668) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2667 a r:Inference; r:gives { - 669 :recursionCount 4 . + 669 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4665 + [ a r:Fact; r:gives {669 math:notEqualTo 0}] + skolem:lemma4070 + [ a r:Fact; r:gives {((0 6 6 9) "=<") list:sort (0 6 6 9)}] + [ a r:Fact; r:gives {((0 6 6 9) ">=") list:sort (9 6 6 0)}] + skolem:lemma4071 + skolem:lemma4072 + [ a r:Fact; r:gives {(9660 669) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2668 a r:Inference; r:gives { - 670 :recursionCount 3 . + 670 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4666 + [ a r:Fact; r:gives {670 math:notEqualTo 0}] + skolem:lemma4073 + [ a r:Fact; r:gives {((0 6 7 0) "=<") list:sort (0 0 6 7)}] + [ a r:Fact; r:gives {((0 6 7 0) ">=") list:sort (7 6 0 0)}] + skolem:lemma3155 + skolem:lemma3156 + [ a r:Fact; r:gives {(7600 67) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2669 a r:Inference; r:gives { - 671 :recursionCount 5 . + 671 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4667 + [ a r:Fact; r:gives {671 math:notEqualTo 0}] + skolem:lemma4074 + [ a r:Fact; r:gives {((0 6 7 1) "=<") list:sort (0 1 6 7)}] + [ a r:Fact; r:gives {((0 6 7 1) ">=") list:sort (7 6 1 0)}] + skolem:lemma3345 + skolem:lemma3346 + [ a r:Fact; r:gives {(7610 167) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2670 a r:Inference; r:gives { - 672 :recursionCount 3 . + 672 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4668 + [ a r:Fact; r:gives {672 math:notEqualTo 0}] + skolem:lemma4075 + [ a r:Fact; r:gives {((0 6 7 2) "=<") list:sort (0 2 6 7)}] + [ a r:Fact; r:gives {((0 6 7 2) ">=") list:sort (7 6 2 0)}] + skolem:lemma3517 + skolem:lemma3518 + [ a r:Fact; r:gives {(7620 267) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2671 a r:Inference; r:gives { - 673 :recursionCount 6 . + 673 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4669 + [ a r:Fact; r:gives {673 math:notEqualTo 0}] + skolem:lemma4076 + [ a r:Fact; r:gives {((0 6 7 3) "=<") list:sort (0 3 6 7)}] + [ a r:Fact; r:gives {((0 6 7 3) ">=") list:sort (7 6 3 0)}] + skolem:lemma3673 + skolem:lemma3674 + [ a r:Fact; r:gives {(7630 367) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2672 a r:Inference; r:gives { - 674 :recursionCount 5 . + 674 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4670 + [ a r:Fact; r:gives {674 math:notEqualTo 0}] + skolem:lemma4077 + [ a r:Fact; r:gives {((0 6 7 4) "=<") list:sort (0 4 6 7)}] + [ a r:Fact; r:gives {((0 6 7 4) ">=") list:sort (7 6 4 0)}] + skolem:lemma3815 + skolem:lemma3816 + [ a r:Fact; r:gives {(7640 467) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2673 a r:Inference; r:gives { - 675 :recursionCount 3 . + 675 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4671 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma2674 a r:Inference; - r:gives { - 676 :recursionCount 4 . + [ a r:Fact; r:gives {675 math:notEqualTo 0}] + skolem:lemma4078 + [ a r:Fact; r:gives {((0 6 7 5) "=<") list:sort (0 5 6 7)}] + [ a r:Fact; r:gives {((0 6 7 5) ">=") list:sort (7 6 5 0)}] + skolem:lemma3945 + skolem:lemma3946 + [ a r:Fact; r:gives {(7650 567) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 675]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + +skolem:lemma2674 a r:Inference; + r:gives { + 676 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4672 + [ a r:Fact; r:gives {676 math:notEqualTo 0}] + skolem:lemma4079 + [ a r:Fact; r:gives {((0 6 7 6) "=<") list:sort (0 6 6 7)}] + [ a r:Fact; r:gives {((0 6 7 6) ">=") list:sort (7 6 6 0)}] + skolem:lemma4065 + skolem:lemma4066 + [ a r:Fact; r:gives {(7660 667) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2675 a r:Inference; r:gives { - 677 :recursionCount 3 . + 677 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4673 + [ a r:Fact; r:gives {677 math:notEqualTo 0}] + skolem:lemma4080 + [ a r:Fact; r:gives {((0 6 7 7) "=<") list:sort (0 6 7 7)}] + [ a r:Fact; r:gives {((0 6 7 7) ">=") list:sort (7 7 6 0)}] + skolem:lemma4081 + skolem:lemma4082 + [ a r:Fact; r:gives {(7760 677) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2676 a r:Inference; r:gives { - 678 :recursionCount 3 . + 678 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4674 + [ a r:Fact; r:gives {678 math:notEqualTo 0}] + skolem:lemma4083 + [ a r:Fact; r:gives {((0 6 7 8) "=<") list:sort (0 6 7 8)}] + [ a r:Fact; r:gives {((0 6 7 8) ">=") list:sort (8 7 6 0)}] + skolem:lemma4084 + skolem:lemma4085 + [ a r:Fact; r:gives {(8760 678) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2677 a r:Inference; r:gives { - 679 :recursionCount 4 . + 679 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4675 + [ a r:Fact; r:gives {679 math:notEqualTo 0}] + skolem:lemma4086 + [ a r:Fact; r:gives {((0 6 7 9) "=<") list:sort (0 6 7 9)}] + [ a r:Fact; r:gives {((0 6 7 9) ">=") list:sort (9 7 6 0)}] + skolem:lemma4087 + skolem:lemma4088 + [ a r:Fact; r:gives {(9760 679) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2678 a r:Inference; r:gives { - 680 :recursionCount 2 . + 680 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4676 + [ a r:Fact; r:gives {680 math:notEqualTo 0}] + skolem:lemma4089 + [ a r:Fact; r:gives {((0 6 8 0) "=<") list:sort (0 0 6 8)}] + [ a r:Fact; r:gives {((0 6 8 0) ">=") list:sort (8 6 0 0)}] + skolem:lemma3158 + skolem:lemma3159 + [ a r:Fact; r:gives {(8600 68) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2679 a r:Inference; r:gives { - 681 :recursionCount 7 . + 681 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4677 + [ a r:Fact; r:gives {681 math:notEqualTo 0}] + skolem:lemma4090 + [ a r:Fact; r:gives {((0 6 8 1) "=<") list:sort (0 1 6 8)}] + [ a r:Fact; r:gives {((0 6 8 1) ">=") list:sort (8 6 1 0)}] + skolem:lemma3348 + skolem:lemma3349 + [ a r:Fact; r:gives {(8610 168) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2680 a r:Inference; r:gives { - 682 :recursionCount 2 . + 682 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4678 + [ a r:Fact; r:gives {682 math:notEqualTo 0}] + skolem:lemma4091 + [ a r:Fact; r:gives {((0 6 8 2) "=<") list:sort (0 2 6 8)}] + [ a r:Fact; r:gives {((0 6 8 2) ">=") list:sort (8 6 2 0)}] + skolem:lemma3520 + skolem:lemma3521 + [ a r:Fact; r:gives {(8620 268) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2681 a r:Inference; r:gives { - 683 :recursionCount 5 . + 683 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4679 + [ a r:Fact; r:gives {683 math:notEqualTo 0}] + skolem:lemma4092 + [ a r:Fact; r:gives {((0 6 8 3) "=<") list:sort (0 3 6 8)}] + [ a r:Fact; r:gives {((0 6 8 3) ">=") list:sort (8 6 3 0)}] + skolem:lemma3676 + skolem:lemma3677 + [ a r:Fact; r:gives {(8630 368) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2682 a r:Inference; r:gives { - 684 :recursionCount 6 . + 684 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4680 + [ a r:Fact; r:gives {684 math:notEqualTo 0}] + skolem:lemma4093 + [ a r:Fact; r:gives {((0 6 8 4) "=<") list:sort (0 4 6 8)}] + [ a r:Fact; r:gives {((0 6 8 4) ">=") list:sort (8 6 4 0)}] + skolem:lemma3818 + skolem:lemma3819 + [ a r:Fact; r:gives {(8640 468) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2683 a r:Inference; r:gives { - 685 :recursionCount 3 . + 685 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4681 + [ a r:Fact; r:gives {685 math:notEqualTo 0}] + skolem:lemma4094 + [ a r:Fact; r:gives {((0 6 8 5) "=<") list:sort (0 5 6 8)}] + [ a r:Fact; r:gives {((0 6 8 5) ">=") list:sort (8 6 5 0)}] + skolem:lemma3948 + skolem:lemma3949 + [ a r:Fact; r:gives {(8650 568) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2684 a r:Inference; r:gives { - 686 :recursionCount 6 . + 686 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4682 + [ a r:Fact; r:gives {686 math:notEqualTo 0}] + skolem:lemma4095 + [ a r:Fact; r:gives {((0 6 8 6) "=<") list:sort (0 6 6 8)}] + [ a r:Fact; r:gives {((0 6 8 6) ">=") list:sort (8 6 6 0)}] + skolem:lemma4068 + skolem:lemma4069 + [ a r:Fact; r:gives {(8660 668) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2685 a r:Inference; r:gives { - 687 :recursionCount 3 . + 687 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4683 + [ a r:Fact; r:gives {687 math:notEqualTo 0}] + skolem:lemma4096 + [ a r:Fact; r:gives {((0 6 8 7) "=<") list:sort (0 6 7 8)}] + [ a r:Fact; r:gives {((0 6 8 7) ">=") list:sort (8 7 6 0)}] + skolem:lemma4084 + skolem:lemma4085 + [ a r:Fact; r:gives {(8760 678) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2686 a r:Inference; r:gives { - 688 :recursionCount 6 . + 688 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4684 + [ a r:Fact; r:gives {688 math:notEqualTo 0}] + skolem:lemma4097 + [ a r:Fact; r:gives {((0 6 8 8) "=<") list:sort (0 6 8 8)}] + [ a r:Fact; r:gives {((0 6 8 8) ">=") list:sort (8 8 6 0)}] + skolem:lemma4098 + skolem:lemma4099 + [ a r:Fact; r:gives {(8860 688) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2687 a r:Inference; r:gives { - 689 :recursionCount 3 . + 689 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4685 + [ a r:Fact; r:gives {689 math:notEqualTo 0}] + skolem:lemma4100 + [ a r:Fact; r:gives {((0 6 8 9) "=<") list:sort (0 6 8 9)}] + [ a r:Fact; r:gives {((0 6 8 9) ">=") list:sort (9 8 6 0)}] + skolem:lemma4101 + skolem:lemma4102 + [ a r:Fact; r:gives {(9860 689) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2688 a r:Inference; r:gives { - 690 :recursionCount 7 . + 690 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4686 + [ a r:Fact; r:gives {690 math:notEqualTo 0}] + skolem:lemma4103 + [ a r:Fact; r:gives {((0 6 9 0) "=<") list:sort (0 0 6 9)}] + [ a r:Fact; r:gives {((0 6 9 0) ">=") list:sort (9 6 0 0)}] + skolem:lemma3161 + skolem:lemma3162 + [ a r:Fact; r:gives {(9600 69) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2689 a r:Inference; r:gives { - 691 :recursionCount 7 . + 691 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4687 + [ a r:Fact; r:gives {691 math:notEqualTo 0}] + skolem:lemma4104 + [ a r:Fact; r:gives {((0 6 9 1) "=<") list:sort (0 1 6 9)}] + [ a r:Fact; r:gives {((0 6 9 1) ">=") list:sort (9 6 1 0)}] + skolem:lemma3351 + skolem:lemma3352 + [ a r:Fact; r:gives {(9610 169) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2690 a r:Inference; r:gives { - 692 :recursionCount 7 . + 692 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4688 + [ a r:Fact; r:gives {692 math:notEqualTo 0}] + skolem:lemma4105 + [ a r:Fact; r:gives {((0 6 9 2) "=<") list:sort (0 2 6 9)}] + [ a r:Fact; r:gives {((0 6 9 2) ">=") list:sort (9 6 2 0)}] + skolem:lemma3523 + skolem:lemma3524 + [ a r:Fact; r:gives {(9620 269) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2691 a r:Inference; r:gives { - 693 :recursionCount 3 . + 693 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4689 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - + [ a r:Fact; r:gives {693 math:notEqualTo 0}] + skolem:lemma4106 + [ a r:Fact; r:gives {((0 6 9 3) "=<") list:sort (0 3 6 9)}] + [ a r:Fact; r:gives {((0 6 9 3) ">=") list:sort (9 6 3 0)}] + skolem:lemma3679 + skolem:lemma3680 + [ a r:Fact; r:gives {(9630 369) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 693]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + skolem:lemma2692 a r:Inference; r:gives { - 694 :recursionCount 3 . + 694 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4690 + [ a r:Fact; r:gives {694 math:notEqualTo 0}] + skolem:lemma4107 + [ a r:Fact; r:gives {((0 6 9 4) "=<") list:sort (0 4 6 9)}] + [ a r:Fact; r:gives {((0 6 9 4) ">=") list:sort (9 6 4 0)}] + skolem:lemma3821 + skolem:lemma3822 + [ a r:Fact; r:gives {(9640 469) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2693 a r:Inference; r:gives { - 695 :recursionCount 4 . + 695 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4691 + [ a r:Fact; r:gives {695 math:notEqualTo 0}] + skolem:lemma4108 + [ a r:Fact; r:gives {((0 6 9 5) "=<") list:sort (0 5 6 9)}] + [ a r:Fact; r:gives {((0 6 9 5) ">=") list:sort (9 6 5 0)}] + skolem:lemma3951 + skolem:lemma3952 + [ a r:Fact; r:gives {(9650 569) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2694 a r:Inference; r:gives { - 696 :recursionCount 4 . + 696 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4692 + [ a r:Fact; r:gives {696 math:notEqualTo 0}] + skolem:lemma4109 + [ a r:Fact; r:gives {((0 6 9 6) "=<") list:sort (0 6 6 9)}] + [ a r:Fact; r:gives {((0 6 9 6) ">=") list:sort (9 6 6 0)}] + skolem:lemma4071 + skolem:lemma4072 + [ a r:Fact; r:gives {(9660 669) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2695 a r:Inference; r:gives { - 697 :recursionCount 4 . + 697 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4693 + [ a r:Fact; r:gives {697 math:notEqualTo 0}] + skolem:lemma4110 + [ a r:Fact; r:gives {((0 6 9 7) "=<") list:sort (0 6 7 9)}] + [ a r:Fact; r:gives {((0 6 9 7) ">=") list:sort (9 7 6 0)}] + skolem:lemma4087 + skolem:lemma4088 + [ a r:Fact; r:gives {(9760 679) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2696 a r:Inference; r:gives { - 698 :recursionCount 3 . + 698 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4694 + [ a r:Fact; r:gives {698 math:notEqualTo 0}] + skolem:lemma4111 + [ a r:Fact; r:gives {((0 6 9 8) "=<") list:sort (0 6 8 9)}] + [ a r:Fact; r:gives {((0 6 9 8) ">=") list:sort (9 8 6 0)}] + skolem:lemma4101 + skolem:lemma4102 + [ a r:Fact; r:gives {(9860 689) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2697 a r:Inference; r:gives { - 699 :recursionCount 3 . + 699 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4695 + [ a r:Fact; r:gives {699 math:notEqualTo 0}] + skolem:lemma4112 + [ a r:Fact; r:gives {((0 6 9 9) "=<") list:sort (0 6 9 9)}] + [ a r:Fact; r:gives {((0 6 9 9) ">=") list:sort (9 9 6 0)}] + skolem:lemma4113 + skolem:lemma4114 + [ a r:Fact; r:gives {(9960 699) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2698 a r:Inference; r:gives { - 700 :recursionCount 4 . + 700 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4696 + [ a r:Fact; r:gives {700 math:notEqualTo 0}] + skolem:lemma4115 + [ a r:Fact; r:gives {((0 7 0 0) "=<") list:sort (0 0 0 7)}] + [ a r:Fact; r:gives {((0 7 0 0) ">=") list:sort (7 0 0 0)}] + skolem:lemma3017 + skolem:lemma3018 + [ a r:Fact; r:gives {(7000 7) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2699 a r:Inference; r:gives { - 701 :recursionCount 3 . + 701 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4697 + [ a r:Fact; r:gives {701 math:notEqualTo 0}] + skolem:lemma4116 + [ a r:Fact; r:gives {((0 7 0 1) "=<") list:sort (0 0 1 7)}] + [ a r:Fact; r:gives {((0 7 0 1) ">=") list:sort (7 1 0 0)}] + skolem:lemma3045 + skolem:lemma3046 + [ a r:Fact; r:gives {(7100 17) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2700 a r:Inference; r:gives { - 702 :recursionCount 5 . + 702 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4698 + [ a r:Fact; r:gives {702 math:notEqualTo 0}] + skolem:lemma4117 + [ a r:Fact; r:gives {((0 7 0 2) "=<") list:sort (0 0 2 7)}] + [ a r:Fact; r:gives {((0 7 0 2) ">=") list:sort (7 2 0 0)}] + skolem:lemma3071 + skolem:lemma3072 + [ a r:Fact; r:gives {(7200 27) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2701 a r:Inference; r:gives { - 703 :recursionCount 6 . + 703 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4699 + [ a r:Fact; r:gives {703 math:notEqualTo 0}] + skolem:lemma4118 + [ a r:Fact; r:gives {((0 7 0 3) "=<") list:sort (0 0 3 7)}] + [ a r:Fact; r:gives {((0 7 0 3) ">=") list:sort (7 3 0 0)}] + skolem:lemma3095 + skolem:lemma3096 + [ a r:Fact; r:gives {(7300 37) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2702 a r:Inference; r:gives { - 704 :recursionCount 3 . + 704 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4700 + [ a r:Fact; r:gives {704 math:notEqualTo 0}] + skolem:lemma4119 + [ a r:Fact; r:gives {((0 7 0 4) "=<") list:sort (0 0 4 7)}] + [ a r:Fact; r:gives {((0 7 0 4) ">=") list:sort (7 4 0 0)}] + skolem:lemma3117 + skolem:lemma3118 + [ a r:Fact; r:gives {(7400 47) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2703 a r:Inference; r:gives { - 705 :recursionCount 5 . + 705 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4701 + [ a r:Fact; r:gives {705 math:notEqualTo 0}] + skolem:lemma4120 + [ a r:Fact; r:gives {((0 7 0 5) "=<") list:sort (0 0 5 7)}] + [ a r:Fact; r:gives {((0 7 0 5) ">=") list:sort (7 5 0 0)}] + skolem:lemma3137 + skolem:lemma3138 + [ a r:Fact; r:gives {(7500 57) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2704 a r:Inference; r:gives { - 706 :recursionCount 3 . + 706 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4702 + [ a r:Fact; r:gives {706 math:notEqualTo 0}] + skolem:lemma4121 + [ a r:Fact; r:gives {((0 7 0 6) "=<") list:sort (0 0 6 7)}] + [ a r:Fact; r:gives {((0 7 0 6) ">=") list:sort (7 6 0 0)}] + skolem:lemma3155 + skolem:lemma3156 + [ a r:Fact; r:gives {(7600 67) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2705 a r:Inference; r:gives { - 707 :recursionCount 6 . + 707 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4703 + [ a r:Fact; r:gives {707 math:notEqualTo 0}] + skolem:lemma4122 + [ a r:Fact; r:gives {((0 7 0 7) "=<") list:sort (0 0 7 7)}] + [ a r:Fact; r:gives {((0 7 0 7) ">=") list:sort (7 7 0 0)}] + skolem:lemma3171 + skolem:lemma3172 + [ a r:Fact; r:gives {(7700 77) math:difference 7623}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7623 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7623 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2706 a r:Inference; r:gives { - 708 :recursionCount 5 . + 708 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4704 + [ a r:Fact; r:gives {708 math:notEqualTo 0}] + skolem:lemma4123 + [ a r:Fact; r:gives {((0 7 0 8) "=<") list:sort (0 0 7 8)}] + [ a r:Fact; r:gives {((0 7 0 8) ">=") list:sort (8 7 0 0)}] + skolem:lemma3174 + skolem:lemma3175 + [ a r:Fact; r:gives {(8700 78) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2707 a r:Inference; r:gives { - 709 :recursionCount 3 . + 709 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4705 + [ a r:Fact; r:gives {709 math:notEqualTo 0}] + skolem:lemma4124 + [ a r:Fact; r:gives {((0 7 0 9) "=<") list:sort (0 0 7 9)}] + [ a r:Fact; r:gives {((0 7 0 9) ">=") list:sort (9 7 0 0)}] + skolem:lemma3177 + skolem:lemma3178 + [ a r:Fact; r:gives {(9700 79) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2708 a r:Inference; r:gives { - 710 :recursionCount 3 . + 710 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4706 + [ a r:Fact; r:gives {710 math:notEqualTo 0}] + skolem:lemma4125 + [ a r:Fact; r:gives {((0 7 1 0) "=<") list:sort (0 0 1 7)}] + [ a r:Fact; r:gives {((0 7 1 0) ">=") list:sort (7 1 0 0)}] + skolem:lemma3045 + skolem:lemma3046 + [ a r:Fact; r:gives {(7100 17) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2709 a r:Inference; r:gives { - 711 :recursionCount 4 . + 711 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4707 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma2710 a r:Inference; - r:gives { - 712 :recursionCount 3 . + [ a r:Fact; r:gives {711 math:notEqualTo 0}] + skolem:lemma4126 + [ a r:Fact; r:gives {((0 7 1 1) "=<") list:sort (0 1 1 7)}] + [ a r:Fact; r:gives {((0 7 1 1) ">=") list:sort (7 1 1 0)}] + skolem:lemma3235 + skolem:lemma3236 + [ a r:Fact; r:gives {(7110 117) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. + +skolem:lemma2710 a r:Inference; + r:gives { + 712 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4708 + [ a r:Fact; r:gives {712 math:notEqualTo 0}] + skolem:lemma4127 + [ a r:Fact; r:gives {((0 7 1 2) "=<") list:sort (0 1 2 7)}] + [ a r:Fact; r:gives {((0 7 1 2) ">=") list:sort (7 2 1 0)}] + skolem:lemma3261 + skolem:lemma3262 + [ a r:Fact; r:gives {(7210 127) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2711 a r:Inference; r:gives { - 713 :recursionCount 5 . + 713 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4709 + [ a r:Fact; r:gives {713 math:notEqualTo 0}] + skolem:lemma4128 + [ a r:Fact; r:gives {((0 7 1 3) "=<") list:sort (0 1 3 7)}] + [ a r:Fact; r:gives {((0 7 1 3) ">=") list:sort (7 3 1 0)}] + skolem:lemma3285 + skolem:lemma3286 + [ a r:Fact; r:gives {(7310 137) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2712 a r:Inference; r:gives { - 714 :recursionCount 6 . + 714 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4710 + [ a r:Fact; r:gives {714 math:notEqualTo 0}] + skolem:lemma4129 + [ a r:Fact; r:gives {((0 7 1 4) "=<") list:sort (0 1 4 7)}] + [ a r:Fact; r:gives {((0 7 1 4) ">=") list:sort (7 4 1 0)}] + skolem:lemma3307 + skolem:lemma3308 + [ a r:Fact; r:gives {(7410 147) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2713 a r:Inference; r:gives { - 715 :recursionCount 3 . + 715 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4711 + [ a r:Fact; r:gives {715 math:notEqualTo 0}] + skolem:lemma4130 + [ a r:Fact; r:gives {((0 7 1 5) "=<") list:sort (0 1 5 7)}] + [ a r:Fact; r:gives {((0 7 1 5) ">=") list:sort (7 5 1 0)}] + skolem:lemma3327 + skolem:lemma3328 + [ a r:Fact; r:gives {(7510 157) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2714 a r:Inference; r:gives { - 716 :recursionCount 5 . + 716 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4712 + [ a r:Fact; r:gives {716 math:notEqualTo 0}] + skolem:lemma4131 + [ a r:Fact; r:gives {((0 7 1 6) "=<") list:sort (0 1 6 7)}] + [ a r:Fact; r:gives {((0 7 1 6) ">=") list:sort (7 6 1 0)}] + skolem:lemma3345 + skolem:lemma3346 + [ a r:Fact; r:gives {(7610 167) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2715 a r:Inference; r:gives { - 717 :recursionCount 3 . + 717 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4713 + [ a r:Fact; r:gives {717 math:notEqualTo 0}] + skolem:lemma4132 + [ a r:Fact; r:gives {((0 7 1 7) "=<") list:sort (0 1 7 7)}] + [ a r:Fact; r:gives {((0 7 1 7) ">=") list:sort (7 7 1 0)}] + skolem:lemma3361 + skolem:lemma3362 + [ a r:Fact; r:gives {(7710 177) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2716 a r:Inference; r:gives { - 718 :recursionCount 2 . + 718 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4714 + [ a r:Fact; r:gives {718 math:notEqualTo 0}] + skolem:lemma4133 + [ a r:Fact; r:gives {((0 7 1 8) "=<") list:sort (0 1 7 8)}] + [ a r:Fact; r:gives {((0 7 1 8) ">=") list:sort (8 7 1 0)}] + skolem:lemma3364 + skolem:lemma3365 + [ a r:Fact; r:gives {(8710 178) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2717 a r:Inference; r:gives { - 719 :recursionCount 7 . + 719 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4715 + [ a r:Fact; r:gives {719 math:notEqualTo 0}] + skolem:lemma4134 + [ a r:Fact; r:gives {((0 7 1 9) "=<") list:sort (0 1 7 9)}] + [ a r:Fact; r:gives {((0 7 1 9) ">=") list:sort (9 7 1 0)}] + skolem:lemma3367 + skolem:lemma3368 + [ a r:Fact; r:gives {(9710 179) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2718 a r:Inference; r:gives { - 720 :recursionCount 5 . + 720 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4716 + [ a r:Fact; r:gives {720 math:notEqualTo 0}] + skolem:lemma4135 + [ a r:Fact; r:gives {((0 7 2 0) "=<") list:sort (0 0 2 7)}] + [ a r:Fact; r:gives {((0 7 2 0) ">=") list:sort (7 2 0 0)}] + skolem:lemma3071 + skolem:lemma3072 + [ a r:Fact; r:gives {(7200 27) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2719 a r:Inference; r:gives { - 721 :recursionCount 3 . + 721 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4717 + [ a r:Fact; r:gives {721 math:notEqualTo 0}] + skolem:lemma4136 + [ a r:Fact; r:gives {((0 7 2 1) "=<") list:sort (0 1 2 7)}] + [ a r:Fact; r:gives {((0 7 2 1) ">=") list:sort (7 2 1 0)}] + skolem:lemma3261 + skolem:lemma3262 + [ a r:Fact; r:gives {(7210 127) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2720 a r:Inference; r:gives { - 722 :recursionCount 4 . + 722 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4718 + [ a r:Fact; r:gives {722 math:notEqualTo 0}] + skolem:lemma4137 + [ a r:Fact; r:gives {((0 7 2 2) "=<") list:sort (0 2 2 7)}] + [ a r:Fact; r:gives {((0 7 2 2) ">=") list:sort (7 2 2 0)}] + skolem:lemma3433 + skolem:lemma3434 + [ a r:Fact; r:gives {(7220 227) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2721 a r:Inference; r:gives { - 723 :recursionCount 3 . + 723 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4719 + [ a r:Fact; r:gives {723 math:notEqualTo 0}] + skolem:lemma4138 + [ a r:Fact; r:gives {((0 7 2 3) "=<") list:sort (0 2 3 7)}] + [ a r:Fact; r:gives {((0 7 2 3) ">=") list:sort (7 3 2 0)}] + skolem:lemma3457 + skolem:lemma3458 + [ a r:Fact; r:gives {(7320 237) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2722 a r:Inference; r:gives { - 724 :recursionCount 5 . + 724 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4720 + [ a r:Fact; r:gives {724 math:notEqualTo 0}] + skolem:lemma4139 + [ a r:Fact; r:gives {((0 7 2 4) "=<") list:sort (0 2 4 7)}] + [ a r:Fact; r:gives {((0 7 2 4) ">=") list:sort (7 4 2 0)}] + skolem:lemma3479 + skolem:lemma3480 + [ a r:Fact; r:gives {(7420 247) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2723 a r:Inference; r:gives { - 725 :recursionCount 6 . + 725 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4721 + [ a r:Fact; r:gives {725 math:notEqualTo 0}] + skolem:lemma4140 + [ a r:Fact; r:gives {((0 7 2 5) "=<") list:sort (0 2 5 7)}] + [ a r:Fact; r:gives {((0 7 2 5) ">=") list:sort (7 5 2 0)}] + skolem:lemma3499 + skolem:lemma3500 + [ a r:Fact; r:gives {(7520 257) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2724 a r:Inference; r:gives { - 726 :recursionCount 3 . + 726 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4722 + [ a r:Fact; r:gives {726 math:notEqualTo 0}] + skolem:lemma4141 + [ a r:Fact; r:gives {((0 7 2 6) "=<") list:sort (0 2 6 7)}] + [ a r:Fact; r:gives {((0 7 2 6) ">=") list:sort (7 6 2 0)}] + skolem:lemma3517 + skolem:lemma3518 + [ a r:Fact; r:gives {(7620 267) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2725 a r:Inference; r:gives { - 727 :recursionCount 5 . + 727 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4723 + [ a r:Fact; r:gives {727 math:notEqualTo 0}] + skolem:lemma4142 + [ a r:Fact; r:gives {((0 7 2 7) "=<") list:sort (0 2 7 7)}] + [ a r:Fact; r:gives {((0 7 2 7) ">=") list:sort (7 7 2 0)}] + skolem:lemma3533 + skolem:lemma3534 + [ a r:Fact; r:gives {(7720 277) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2726 a r:Inference; r:gives { - 728 :recursionCount 7 . + 728 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4724 + [ a r:Fact; r:gives {728 math:notEqualTo 0}] + skolem:lemma4143 + [ a r:Fact; r:gives {((0 7 2 8) "=<") list:sort (0 2 7 8)}] + [ a r:Fact; r:gives {((0 7 2 8) ">=") list:sort (8 7 2 0)}] + skolem:lemma3536 + skolem:lemma3537 + [ a r:Fact; r:gives {(8720 278) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2727 a r:Inference; r:gives { - 729 :recursionCount 7 . + 729 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4725 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - + [ a r:Fact; r:gives {729 math:notEqualTo 0}] + skolem:lemma4144 + [ a r:Fact; r:gives {((0 7 2 9) "=<") list:sort (0 2 7 9)}] + [ a r:Fact; r:gives {((0 7 2 9) ">=") list:sort (9 7 2 0)}] + skolem:lemma3539 + skolem:lemma3540 + [ a r:Fact; r:gives {(9720 279) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 729]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. + skolem:lemma2728 a r:Inference; r:gives { - 730 :recursionCount 6 . + 730 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4726 + [ a r:Fact; r:gives {730 math:notEqualTo 0}] + skolem:lemma4145 + [ a r:Fact; r:gives {((0 7 3 0) "=<") list:sort (0 0 3 7)}] + [ a r:Fact; r:gives {((0 7 3 0) ">=") list:sort (7 3 0 0)}] + skolem:lemma3095 + skolem:lemma3096 + [ a r:Fact; r:gives {(7300 37) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2729 a r:Inference; r:gives { - 731 :recursionCount 5 . + 731 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4727 + [ a r:Fact; r:gives {731 math:notEqualTo 0}] + skolem:lemma4146 + [ a r:Fact; r:gives {((0 7 3 1) "=<") list:sort (0 1 3 7)}] + [ a r:Fact; r:gives {((0 7 3 1) ">=") list:sort (7 3 1 0)}] + skolem:lemma3285 + skolem:lemma3286 + [ a r:Fact; r:gives {(7310 137) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2730 a r:Inference; r:gives { - 732 :recursionCount 3 . + 732 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4728 + [ a r:Fact; r:gives {732 math:notEqualTo 0}] + skolem:lemma4147 + [ a r:Fact; r:gives {((0 7 3 2) "=<") list:sort (0 2 3 7)}] + [ a r:Fact; r:gives {((0 7 3 2) ">=") list:sort (7 3 2 0)}] + skolem:lemma3457 + skolem:lemma3458 + [ a r:Fact; r:gives {(7320 237) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2731 a r:Inference; r:gives { - 733 :recursionCount 4 . + 733 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4729 + [ a r:Fact; r:gives {733 math:notEqualTo 0}] + skolem:lemma4148 + [ a r:Fact; r:gives {((0 7 3 3) "=<") list:sort (0 3 3 7)}] + [ a r:Fact; r:gives {((0 7 3 3) ">=") list:sort (7 3 3 0)}] + skolem:lemma3613 + skolem:lemma3614 + [ a r:Fact; r:gives {(7330 337) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2732 a r:Inference; r:gives { - 734 :recursionCount 3 . + 734 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4730 + [ a r:Fact; r:gives {734 math:notEqualTo 0}] + skolem:lemma4149 + [ a r:Fact; r:gives {((0 7 3 4) "=<") list:sort (0 3 4 7)}] + [ a r:Fact; r:gives {((0 7 3 4) ">=") list:sort (7 4 3 0)}] + skolem:lemma3635 + skolem:lemma3636 + [ a r:Fact; r:gives {(7430 347) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2733 a r:Inference; r:gives { - 735 :recursionCount 5 . + 735 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4731 + [ a r:Fact; r:gives {735 math:notEqualTo 0}] + skolem:lemma4150 + [ a r:Fact; r:gives {((0 7 3 5) "=<") list:sort (0 3 5 7)}] + [ a r:Fact; r:gives {((0 7 3 5) ">=") list:sort (7 5 3 0)}] + skolem:lemma3655 + skolem:lemma3656 + [ a r:Fact; r:gives {(7530 357) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2734 a r:Inference; r:gives { - 736 :recursionCount 6 . + 736 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4732 + [ a r:Fact; r:gives {736 math:notEqualTo 0}] + skolem:lemma4151 + [ a r:Fact; r:gives {((0 7 3 6) "=<") list:sort (0 3 6 7)}] + [ a r:Fact; r:gives {((0 7 3 6) ">=") list:sort (7 6 3 0)}] + skolem:lemma3673 + skolem:lemma3674 + [ a r:Fact; r:gives {(7630 367) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2735 a r:Inference; r:gives { - 737 :recursionCount 3 . + 737 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4733 + [ a r:Fact; r:gives {737 math:notEqualTo 0}] + skolem:lemma4152 + [ a r:Fact; r:gives {((0 7 3 7) "=<") list:sort (0 3 7 7)}] + [ a r:Fact; r:gives {((0 7 3 7) ">=") list:sort (7 7 3 0)}] + skolem:lemma3689 + skolem:lemma3690 + [ a r:Fact; r:gives {(7730 377) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2736 a r:Inference; r:gives { - 738 :recursionCount 2 . + 738 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4734 + [ a r:Fact; r:gives {738 math:notEqualTo 0}] + skolem:lemma4153 + [ a r:Fact; r:gives {((0 7 3 8) "=<") list:sort (0 3 7 8)}] + [ a r:Fact; r:gives {((0 7 3 8) ">=") list:sort (8 7 3 0)}] + skolem:lemma3692 + skolem:lemma3693 + [ a r:Fact; r:gives {(8730 378) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2737 a r:Inference; r:gives { - 739 :recursionCount 7 . + 739 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4735 + [ a r:Fact; r:gives {739 math:notEqualTo 0}] + skolem:lemma4154 + [ a r:Fact; r:gives {((0 7 3 9) "=<") list:sort (0 3 7 9)}] + [ a r:Fact; r:gives {((0 7 3 9) ">=") list:sort (9 7 3 0)}] + skolem:lemma3695 + skolem:lemma3696 + [ a r:Fact; r:gives {(9730 379) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2738 a r:Inference; r:gives { - 740 :recursionCount 3 . + 740 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4736 + [ a r:Fact; r:gives {740 math:notEqualTo 0}] + skolem:lemma4155 + [ a r:Fact; r:gives {((0 7 4 0) "=<") list:sort (0 0 4 7)}] + [ a r:Fact; r:gives {((0 7 4 0) ">=") list:sort (7 4 0 0)}] + skolem:lemma3117 + skolem:lemma3118 + [ a r:Fact; r:gives {(7400 47) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2739 a r:Inference; r:gives { - 741 :recursionCount 6 . + 741 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4737 + [ a r:Fact; r:gives {741 math:notEqualTo 0}] + skolem:lemma4156 + [ a r:Fact; r:gives {((0 7 4 1) "=<") list:sort (0 1 4 7)}] + [ a r:Fact; r:gives {((0 7 4 1) ">=") list:sort (7 4 1 0)}] + skolem:lemma3307 + skolem:lemma3308 + [ a r:Fact; r:gives {(7410 147) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2740 a r:Inference; r:gives { - 742 :recursionCount 5 . + 742 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4738 + [ a r:Fact; r:gives {742 math:notEqualTo 0}] + skolem:lemma4157 + [ a r:Fact; r:gives {((0 7 4 2) "=<") list:sort (0 2 4 7)}] + [ a r:Fact; r:gives {((0 7 4 2) ">=") list:sort (7 4 2 0)}] + skolem:lemma3479 + skolem:lemma3480 + [ a r:Fact; r:gives {(7420 247) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2741 a r:Inference; r:gives { - 743 :recursionCount 3 . + 743 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4739 + [ a r:Fact; r:gives {743 math:notEqualTo 0}] + skolem:lemma4158 + [ a r:Fact; r:gives {((0 7 4 3) "=<") list:sort (0 3 4 7)}] + [ a r:Fact; r:gives {((0 7 4 3) ">=") list:sort (7 4 3 0)}] + skolem:lemma3635 + skolem:lemma3636 + [ a r:Fact; r:gives {(7430 347) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2742 a r:Inference; r:gives { - 744 :recursionCount 4 . + 744 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4740 + [ a r:Fact; r:gives {744 math:notEqualTo 0}] + skolem:lemma4159 + [ a r:Fact; r:gives {((0 7 4 4) "=<") list:sort (0 4 4 7)}] + [ a r:Fact; r:gives {((0 7 4 4) ">=") list:sort (7 4 4 0)}] + skolem:lemma3777 + skolem:lemma3778 + [ a r:Fact; r:gives {(7440 447) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2743 a r:Inference; r:gives { - 745 :recursionCount 3 . + 745 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4741 + [ a r:Fact; r:gives {745 math:notEqualTo 0}] + skolem:lemma4160 + [ a r:Fact; r:gives {((0 7 4 5) "=<") list:sort (0 4 5 7)}] + [ a r:Fact; r:gives {((0 7 4 5) ">=") list:sort (7 5 4 0)}] + skolem:lemma3797 + skolem:lemma3798 + [ a r:Fact; r:gives {(7540 457) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2744 a r:Inference; r:gives { - 746 :recursionCount 5 . + 746 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4742 + [ a r:Fact; r:gives {746 math:notEqualTo 0}] + skolem:lemma4161 + [ a r:Fact; r:gives {((0 7 4 6) "=<") list:sort (0 4 6 7)}] + [ a r:Fact; r:gives {((0 7 4 6) ">=") list:sort (7 6 4 0)}] + skolem:lemma3815 + skolem:lemma3816 + [ a r:Fact; r:gives {(7640 467) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2745 a r:Inference; r:gives { - 747 :recursionCount 6 . + 747 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4743 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma2746 a r:Inference; - r:gives { - 748 :recursionCount 5 . + [ a r:Fact; r:gives {747 math:notEqualTo 0}] + skolem:lemma4162 + [ a r:Fact; r:gives {((0 7 4 7) "=<") list:sort (0 4 7 7)}] + [ a r:Fact; r:gives {((0 7 4 7) ">=") list:sort (7 7 4 0)}] + skolem:lemma3831 + skolem:lemma3832 + [ a r:Fact; r:gives {(7740 477) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 747]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. + +skolem:lemma2746 a r:Inference; + r:gives { + 748 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4744 + [ a r:Fact; r:gives {748 math:notEqualTo 0}] + skolem:lemma4163 + [ a r:Fact; r:gives {((0 7 4 8) "=<") list:sort (0 4 7 8)}] + [ a r:Fact; r:gives {((0 7 4 8) ">=") list:sort (8 7 4 0)}] + skolem:lemma3834 + skolem:lemma3835 + [ a r:Fact; r:gives {(8740 478) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2747 a r:Inference; r:gives { - 749 :recursionCount 3 . + 749 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4745 + [ a r:Fact; r:gives {749 math:notEqualTo 0}] + skolem:lemma4164 + [ a r:Fact; r:gives {((0 7 4 9) "=<") list:sort (0 4 7 9)}] + [ a r:Fact; r:gives {((0 7 4 9) ">=") list:sort (9 7 4 0)}] + skolem:lemma3837 + skolem:lemma3838 + [ a r:Fact; r:gives {(9740 479) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2748 a r:Inference; r:gives { - 750 :recursionCount 5 . + 750 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4746 + [ a r:Fact; r:gives {750 math:notEqualTo 0}] + skolem:lemma4165 + [ a r:Fact; r:gives {((0 7 5 0) "=<") list:sort (0 0 5 7)}] + [ a r:Fact; r:gives {((0 7 5 0) ">=") list:sort (7 5 0 0)}] + skolem:lemma3137 + skolem:lemma3138 + [ a r:Fact; r:gives {(7500 57) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2749 a r:Inference; r:gives { - 751 :recursionCount 3 . + 751 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4747 + [ a r:Fact; r:gives {751 math:notEqualTo 0}] + skolem:lemma4166 + [ a r:Fact; r:gives {((0 7 5 1) "=<") list:sort (0 1 5 7)}] + [ a r:Fact; r:gives {((0 7 5 1) ">=") list:sort (7 5 1 0)}] + skolem:lemma3327 + skolem:lemma3328 + [ a r:Fact; r:gives {(7510 157) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2750 a r:Inference; r:gives { - 752 :recursionCount 6 . + 752 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4748 + [ a r:Fact; r:gives {752 math:notEqualTo 0}] + skolem:lemma4167 + [ a r:Fact; r:gives {((0 7 5 2) "=<") list:sort (0 2 5 7)}] + [ a r:Fact; r:gives {((0 7 5 2) ">=") list:sort (7 5 2 0)}] + skolem:lemma3499 + skolem:lemma3500 + [ a r:Fact; r:gives {(7520 257) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2751 a r:Inference; r:gives { - 753 :recursionCount 5 . + 753 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4749 + [ a r:Fact; r:gives {753 math:notEqualTo 0}] + skolem:lemma4168 + [ a r:Fact; r:gives {((0 7 5 3) "=<") list:sort (0 3 5 7)}] + [ a r:Fact; r:gives {((0 7 5 3) ">=") list:sort (7 5 3 0)}] + skolem:lemma3655 + skolem:lemma3656 + [ a r:Fact; r:gives {(7530 357) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2752 a r:Inference; r:gives { - 754 :recursionCount 3 . + 754 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4750 + [ a r:Fact; r:gives {754 math:notEqualTo 0}] + skolem:lemma4169 + [ a r:Fact; r:gives {((0 7 5 4) "=<") list:sort (0 4 5 7)}] + [ a r:Fact; r:gives {((0 7 5 4) ">=") list:sort (7 5 4 0)}] + skolem:lemma3797 + skolem:lemma3798 + [ a r:Fact; r:gives {(7540 457) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2753 a r:Inference; r:gives { - 755 :recursionCount 4 . + 755 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4751 + [ a r:Fact; r:gives {755 math:notEqualTo 0}] + skolem:lemma4170 + [ a r:Fact; r:gives {((0 7 5 5) "=<") list:sort (0 5 5 7)}] + [ a r:Fact; r:gives {((0 7 5 5) ">=") list:sort (7 5 5 0)}] + skolem:lemma3927 + skolem:lemma3928 + [ a r:Fact; r:gives {(7550 557) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2754 a r:Inference; r:gives { - 756 :recursionCount 3 . + 756 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4752 + [ a r:Fact; r:gives {756 math:notEqualTo 0}] + skolem:lemma4171 + [ a r:Fact; r:gives {((0 7 5 6) "=<") list:sort (0 5 6 7)}] + [ a r:Fact; r:gives {((0 7 5 6) ">=") list:sort (7 6 5 0)}] + skolem:lemma3945 + skolem:lemma3946 + [ a r:Fact; r:gives {(7650 567) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2755 a r:Inference; r:gives { - 757 :recursionCount 5 . + 757 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4753 + [ a r:Fact; r:gives {757 math:notEqualTo 0}] + skolem:lemma4172 + [ a r:Fact; r:gives {((0 7 5 7) "=<") list:sort (0 5 7 7)}] + [ a r:Fact; r:gives {((0 7 5 7) ">=") list:sort (7 7 5 0)}] + skolem:lemma3961 + skolem:lemma3962 + [ a r:Fact; r:gives {(7750 577) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2756 a r:Inference; r:gives { - 758 :recursionCount 6 . + 758 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4754 + [ a r:Fact; r:gives {758 math:notEqualTo 0}] + skolem:lemma4173 + [ a r:Fact; r:gives {((0 7 5 8) "=<") list:sort (0 5 7 8)}] + [ a r:Fact; r:gives {((0 7 5 8) ">=") list:sort (8 7 5 0)}] + skolem:lemma3964 + skolem:lemma3965 + [ a r:Fact; r:gives {(8750 578) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2757 a r:Inference; r:gives { - 759 :recursionCount 3 . + 759 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4755 + [ a r:Fact; r:gives {759 math:notEqualTo 0}] + skolem:lemma4174 + [ a r:Fact; r:gives {((0 7 5 9) "=<") list:sort (0 5 7 9)}] + [ a r:Fact; r:gives {((0 7 5 9) ">=") list:sort (9 7 5 0)}] + skolem:lemma3967 + skolem:lemma3968 + [ a r:Fact; r:gives {(9750 579) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2758 a r:Inference; r:gives { - 760 :recursionCount 3 . + 760 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4756 + [ a r:Fact; r:gives {760 math:notEqualTo 0}] + skolem:lemma4175 + [ a r:Fact; r:gives {((0 7 6 0) "=<") list:sort (0 0 6 7)}] + [ a r:Fact; r:gives {((0 7 6 0) ">=") list:sort (7 6 0 0)}] + skolem:lemma3155 + skolem:lemma3156 + [ a r:Fact; r:gives {(7600 67) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2759 a r:Inference; r:gives { - 761 :recursionCount 5 . + 761 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4757 + [ a r:Fact; r:gives {761 math:notEqualTo 0}] + skolem:lemma4176 + [ a r:Fact; r:gives {((0 7 6 1) "=<") list:sort (0 1 6 7)}] + [ a r:Fact; r:gives {((0 7 6 1) ">=") list:sort (7 6 1 0)}] + skolem:lemma3345 + skolem:lemma3346 + [ a r:Fact; r:gives {(7610 167) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2760 a r:Inference; r:gives { - 762 :recursionCount 3 . + 762 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4758 + [ a r:Fact; r:gives {762 math:notEqualTo 0}] + skolem:lemma4177 + [ a r:Fact; r:gives {((0 7 6 2) "=<") list:sort (0 2 6 7)}] + [ a r:Fact; r:gives {((0 7 6 2) ">=") list:sort (7 6 2 0)}] + skolem:lemma3517 + skolem:lemma3518 + [ a r:Fact; r:gives {(7620 267) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2761 a r:Inference; r:gives { - 763 :recursionCount 6 . + 763 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4759 + [ a r:Fact; r:gives {763 math:notEqualTo 0}] + skolem:lemma4178 + [ a r:Fact; r:gives {((0 7 6 3) "=<") list:sort (0 3 6 7)}] + [ a r:Fact; r:gives {((0 7 6 3) ">=") list:sort (7 6 3 0)}] + skolem:lemma3673 + skolem:lemma3674 + [ a r:Fact; r:gives {(7630 367) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2762 a r:Inference; r:gives { - 764 :recursionCount 5 . + 764 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4760 + [ a r:Fact; r:gives {764 math:notEqualTo 0}] + skolem:lemma4179 + [ a r:Fact; r:gives {((0 7 6 4) "=<") list:sort (0 4 6 7)}] + [ a r:Fact; r:gives {((0 7 6 4) ">=") list:sort (7 6 4 0)}] + skolem:lemma3815 + skolem:lemma3816 + [ a r:Fact; r:gives {(7640 467) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2763 a r:Inference; r:gives { - 765 :recursionCount 3 . + 765 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4761 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - + [ a r:Fact; r:gives {765 math:notEqualTo 0}] + skolem:lemma4180 + [ a r:Fact; r:gives {((0 7 6 5) "=<") list:sort (0 5 6 7)}] + [ a r:Fact; r:gives {((0 7 6 5) ">=") list:sort (7 6 5 0)}] + skolem:lemma3945 + skolem:lemma3946 + [ a r:Fact; r:gives {(7650 567) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 765]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + skolem:lemma2764 a r:Inference; r:gives { - 766 :recursionCount 4 . + 766 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4762 + [ a r:Fact; r:gives {766 math:notEqualTo 0}] + skolem:lemma4181 + [ a r:Fact; r:gives {((0 7 6 6) "=<") list:sort (0 6 6 7)}] + [ a r:Fact; r:gives {((0 7 6 6) ">=") list:sort (7 6 6 0)}] + skolem:lemma4065 + skolem:lemma4066 + [ a r:Fact; r:gives {(7660 667) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2765 a r:Inference; r:gives { - 767 :recursionCount 3 . + 767 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4763 + [ a r:Fact; r:gives {767 math:notEqualTo 0}] + skolem:lemma4182 + [ a r:Fact; r:gives {((0 7 6 7) "=<") list:sort (0 6 7 7)}] + [ a r:Fact; r:gives {((0 7 6 7) ">=") list:sort (7 7 6 0)}] + skolem:lemma4081 + skolem:lemma4082 + [ a r:Fact; r:gives {(7760 677) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2766 a r:Inference; r:gives { - 768 :recursionCount 3 . + 768 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4764 + [ a r:Fact; r:gives {768 math:notEqualTo 0}] + skolem:lemma4183 + [ a r:Fact; r:gives {((0 7 6 8) "=<") list:sort (0 6 7 8)}] + [ a r:Fact; r:gives {((0 7 6 8) ">=") list:sort (8 7 6 0)}] + skolem:lemma4084 + skolem:lemma4085 + [ a r:Fact; r:gives {(8760 678) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2767 a r:Inference; r:gives { - 769 :recursionCount 4 . + 769 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4765 + [ a r:Fact; r:gives {769 math:notEqualTo 0}] + skolem:lemma4184 + [ a r:Fact; r:gives {((0 7 6 9) "=<") list:sort (0 6 7 9)}] + [ a r:Fact; r:gives {((0 7 6 9) ">=") list:sort (9 7 6 0)}] + skolem:lemma4087 + skolem:lemma4088 + [ a r:Fact; r:gives {(9760 679) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2768 a r:Inference; r:gives { - 770 :recursionCount 6 . + 770 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4766 + [ a r:Fact; r:gives {770 math:notEqualTo 0}] + skolem:lemma4185 + [ a r:Fact; r:gives {((0 7 7 0) "=<") list:sort (0 0 7 7)}] + [ a r:Fact; r:gives {((0 7 7 0) ">=") list:sort (7 7 0 0)}] + skolem:lemma3171 + skolem:lemma3172 + [ a r:Fact; r:gives {(7700 77) math:difference 7623}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7623 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7623 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2769 a r:Inference; r:gives { - 771 :recursionCount 3 . + 771 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4767 + [ a r:Fact; r:gives {771 math:notEqualTo 0}] + skolem:lemma4186 + [ a r:Fact; r:gives {((0 7 7 1) "=<") list:sort (0 1 7 7)}] + [ a r:Fact; r:gives {((0 7 7 1) ">=") list:sort (7 7 1 0)}] + skolem:lemma3361 + skolem:lemma3362 + [ a r:Fact; r:gives {(7710 177) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2770 a r:Inference; r:gives { - 772 :recursionCount 5 . + 772 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4768 + [ a r:Fact; r:gives {772 math:notEqualTo 0}] + skolem:lemma4187 + [ a r:Fact; r:gives {((0 7 7 2) "=<") list:sort (0 2 7 7)}] + [ a r:Fact; r:gives {((0 7 7 2) ">=") list:sort (7 7 2 0)}] + skolem:lemma3533 + skolem:lemma3534 + [ a r:Fact; r:gives {(7720 277) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2771 a r:Inference; r:gives { - 773 :recursionCount 3 . + 773 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4769 + [ a r:Fact; r:gives {773 math:notEqualTo 0}] + skolem:lemma4188 + [ a r:Fact; r:gives {((0 7 7 3) "=<") list:sort (0 3 7 7)}] + [ a r:Fact; r:gives {((0 7 7 3) ">=") list:sort (7 7 3 0)}] + skolem:lemma3689 + skolem:lemma3690 + [ a r:Fact; r:gives {(7730 377) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2772 a r:Inference; r:gives { - 774 :recursionCount 6 . + 774 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4770 + [ a r:Fact; r:gives {774 math:notEqualTo 0}] + skolem:lemma4189 + [ a r:Fact; r:gives {((0 7 7 4) "=<") list:sort (0 4 7 7)}] + [ a r:Fact; r:gives {((0 7 7 4) ">=") list:sort (7 7 4 0)}] + skolem:lemma3831 + skolem:lemma3832 + [ a r:Fact; r:gives {(7740 477) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2773 a r:Inference; r:gives { - 775 :recursionCount 5 . + 775 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4771 + [ a r:Fact; r:gives {775 math:notEqualTo 0}] + skolem:lemma4190 + [ a r:Fact; r:gives {((0 7 7 5) "=<") list:sort (0 5 7 7)}] + [ a r:Fact; r:gives {((0 7 7 5) ">=") list:sort (7 7 5 0)}] + skolem:lemma3961 + skolem:lemma3962 + [ a r:Fact; r:gives {(7750 577) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2774 a r:Inference; r:gives { - 776 :recursionCount 3 . + 776 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4772 + [ a r:Fact; r:gives {776 math:notEqualTo 0}] + skolem:lemma4191 + [ a r:Fact; r:gives {((0 7 7 6) "=<") list:sort (0 6 7 7)}] + [ a r:Fact; r:gives {((0 7 7 6) ">=") list:sort (7 7 6 0)}] + skolem:lemma4081 + skolem:lemma4082 + [ a r:Fact; r:gives {(7760 677) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2775 a r:Inference; r:gives { - 777 :recursionCount 4 . + 777 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4773 + [ a r:Fact; r:gives {777 math:notEqualTo 0}] + skolem:lemma4192 + [ a r:Fact; r:gives {((0 7 7 7) "=<") list:sort (0 7 7 7)}] + [ a r:Fact; r:gives {((0 7 7 7) ">=") list:sort (7 7 7 0)}] + skolem:lemma4193 + skolem:lemma4194 + [ a r:Fact; r:gives {(7770 777) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 777]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2776 a r:Inference; r:gives { - 778 :recursionCount 6 . + 778 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4774 + [ a r:Fact; r:gives {778 math:notEqualTo 0}] + skolem:lemma4195 + [ a r:Fact; r:gives {((0 7 7 8) "=<") list:sort (0 7 7 8)}] + [ a r:Fact; r:gives {((0 7 7 8) ">=") list:sort (8 7 7 0)}] + skolem:lemma4196 + skolem:lemma4197 + [ a r:Fact; r:gives {(8770 778) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2777 a r:Inference; r:gives { - 779 :recursionCount 4 . + 779 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4775 + [ a r:Fact; r:gives {779 math:notEqualTo 0}] + skolem:lemma4198 + [ a r:Fact; r:gives {((0 7 7 9) "=<") list:sort (0 7 7 9)}] + [ a r:Fact; r:gives {((0 7 7 9) ">=") list:sort (9 7 7 0)}] + skolem:lemma4199 + skolem:lemma4200 + [ a r:Fact; r:gives {(9770 779) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2778 a r:Inference; r:gives { - 780 :recursionCount 5 . + 780 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4776 + [ a r:Fact; r:gives {780 math:notEqualTo 0}] + skolem:lemma4201 + [ a r:Fact; r:gives {((0 7 8 0) "=<") list:sort (0 0 7 8)}] + [ a r:Fact; r:gives {((0 7 8 0) ">=") list:sort (8 7 0 0)}] + skolem:lemma3174 + skolem:lemma3175 + [ a r:Fact; r:gives {(8700 78) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2779 a r:Inference; r:gives { - 781 :recursionCount 2 . + 781 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4777 + [ a r:Fact; r:gives {781 math:notEqualTo 0}] + skolem:lemma4202 + [ a r:Fact; r:gives {((0 7 8 1) "=<") list:sort (0 1 7 8)}] + [ a r:Fact; r:gives {((0 7 8 1) ">=") list:sort (8 7 1 0)}] + skolem:lemma3364 + skolem:lemma3365 + [ a r:Fact; r:gives {(8710 178) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2780 a r:Inference; r:gives { - 782 :recursionCount 7 . + 782 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4778 + [ a r:Fact; r:gives {782 math:notEqualTo 0}] + skolem:lemma4203 + [ a r:Fact; r:gives {((0 7 8 2) "=<") list:sort (0 2 7 8)}] + [ a r:Fact; r:gives {((0 7 8 2) ">=") list:sort (8 7 2 0)}] + skolem:lemma3536 + skolem:lemma3537 + [ a r:Fact; r:gives {(8720 278) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2781 a r:Inference; r:gives { - 783 :recursionCount 2 . + 783 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4779 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma2782 a r:Inference; - r:gives { - 784 :recursionCount 5 . + [ a r:Fact; r:gives {783 math:notEqualTo 0}] + skolem:lemma4204 + [ a r:Fact; r:gives {((0 7 8 3) "=<") list:sort (0 3 7 8)}] + [ a r:Fact; r:gives {((0 7 8 3) ">=") list:sort (8 7 3 0)}] + skolem:lemma3692 + skolem:lemma3693 + [ a r:Fact; r:gives {(8730 378) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 783]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. + +skolem:lemma2782 a r:Inference; + r:gives { + 784 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4780 + [ a r:Fact; r:gives {784 math:notEqualTo 0}] + skolem:lemma4205 + [ a r:Fact; r:gives {((0 7 8 4) "=<") list:sort (0 4 7 8)}] + [ a r:Fact; r:gives {((0 7 8 4) ">=") list:sort (8 7 4 0)}] + skolem:lemma3834 + skolem:lemma3835 + [ a r:Fact; r:gives {(8740 478) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2783 a r:Inference; r:gives { - 785 :recursionCount 6 . + 785 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4781 + [ a r:Fact; r:gives {785 math:notEqualTo 0}] + skolem:lemma4206 + [ a r:Fact; r:gives {((0 7 8 5) "=<") list:sort (0 5 7 8)}] + [ a r:Fact; r:gives {((0 7 8 5) ">=") list:sort (8 7 5 0)}] + skolem:lemma3964 + skolem:lemma3965 + [ a r:Fact; r:gives {(8750 578) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2784 a r:Inference; r:gives { - 786 :recursionCount 3 . + 786 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4782 + [ a r:Fact; r:gives {786 math:notEqualTo 0}] + skolem:lemma4207 + [ a r:Fact; r:gives {((0 7 8 6) "=<") list:sort (0 6 7 8)}] + [ a r:Fact; r:gives {((0 7 8 6) ">=") list:sort (8 7 6 0)}] + skolem:lemma4084 + skolem:lemma4085 + [ a r:Fact; r:gives {(8760 678) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2785 a r:Inference; r:gives { - 787 :recursionCount 6 . + 787 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4783 + [ a r:Fact; r:gives {787 math:notEqualTo 0}] + skolem:lemma4208 + [ a r:Fact; r:gives {((0 7 8 7) "=<") list:sort (0 7 7 8)}] + [ a r:Fact; r:gives {((0 7 8 7) ">=") list:sort (8 7 7 0)}] + skolem:lemma4196 + skolem:lemma4197 + [ a r:Fact; r:gives {(8770 778) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2786 a r:Inference; r:gives { - 788 :recursionCount 3 . + 788 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4784 + [ a r:Fact; r:gives {788 math:notEqualTo 0}] + skolem:lemma4209 + [ a r:Fact; r:gives {((0 7 8 8) "=<") list:sort (0 7 8 8)}] + [ a r:Fact; r:gives {((0 7 8 8) ">=") list:sort (8 8 7 0)}] + skolem:lemma4210 + skolem:lemma4211 + [ a r:Fact; r:gives {(8870 788) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2787 a r:Inference; r:gives { - 789 :recursionCount 4 . + 789 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4785 + [ a r:Fact; r:gives {789 math:notEqualTo 0}] + skolem:lemma4212 + [ a r:Fact; r:gives {((0 7 8 9) "=<") list:sort (0 7 8 9)}] + [ a r:Fact; r:gives {((0 7 8 9) ">=") list:sort (9 8 7 0)}] + skolem:lemma4213 + skolem:lemma4214 + [ a r:Fact; r:gives {(9870 789) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2788 a r:Inference; r:gives { - 790 :recursionCount 3 . + 790 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4786 + [ a r:Fact; r:gives {790 math:notEqualTo 0}] + skolem:lemma4215 + [ a r:Fact; r:gives {((0 7 9 0) "=<") list:sort (0 0 7 9)}] + [ a r:Fact; r:gives {((0 7 9 0) ">=") list:sort (9 7 0 0)}] + skolem:lemma3177 + skolem:lemma3178 + [ a r:Fact; r:gives {(9700 79) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2789 a r:Inference; r:gives { - 791 :recursionCount 7 . + 791 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4787 + [ a r:Fact; r:gives {791 math:notEqualTo 0}] + skolem:lemma4216 + [ a r:Fact; r:gives {((0 7 9 1) "=<") list:sort (0 1 7 9)}] + [ a r:Fact; r:gives {((0 7 9 1) ">=") list:sort (9 7 1 0)}] + skolem:lemma3367 + skolem:lemma3368 + [ a r:Fact; r:gives {(9710 179) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2790 a r:Inference; r:gives { - 792 :recursionCount 7 . + 792 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4788 + [ a r:Fact; r:gives {792 math:notEqualTo 0}] + skolem:lemma4217 + [ a r:Fact; r:gives {((0 7 9 2) "=<") list:sort (0 2 7 9)}] + [ a r:Fact; r:gives {((0 7 9 2) ">=") list:sort (9 7 2 0)}] + skolem:lemma3539 + skolem:lemma3540 + [ a r:Fact; r:gives {(9720 279) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2791 a r:Inference; r:gives { - 793 :recursionCount 7 . + 793 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4789 + [ a r:Fact; r:gives {793 math:notEqualTo 0}] + skolem:lemma4218 + [ a r:Fact; r:gives {((0 7 9 3) "=<") list:sort (0 3 7 9)}] + [ a r:Fact; r:gives {((0 7 9 3) ">=") list:sort (9 7 3 0)}] + skolem:lemma3695 + skolem:lemma3696 + [ a r:Fact; r:gives {(9730 379) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2792 a r:Inference; r:gives { - 794 :recursionCount 3 . + 794 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4790 + [ a r:Fact; r:gives {794 math:notEqualTo 0}] + skolem:lemma4219 + [ a r:Fact; r:gives {((0 7 9 4) "=<") list:sort (0 4 7 9)}] + [ a r:Fact; r:gives {((0 7 9 4) ">=") list:sort (9 7 4 0)}] + skolem:lemma3837 + skolem:lemma3838 + [ a r:Fact; r:gives {(9740 479) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2793 a r:Inference; r:gives { - 795 :recursionCount 3 . + 795 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4791 + [ a r:Fact; r:gives {795 math:notEqualTo 0}] + skolem:lemma4220 + [ a r:Fact; r:gives {((0 7 9 5) "=<") list:sort (0 5 7 9)}] + [ a r:Fact; r:gives {((0 7 9 5) ">=") list:sort (9 7 5 0)}] + skolem:lemma3967 + skolem:lemma3968 + [ a r:Fact; r:gives {(9750 579) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2794 a r:Inference; r:gives { - 796 :recursionCount 4 . + 796 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4792 + [ a r:Fact; r:gives {796 math:notEqualTo 0}] + skolem:lemma4221 + [ a r:Fact; r:gives {((0 7 9 6) "=<") list:sort (0 6 7 9)}] + [ a r:Fact; r:gives {((0 7 9 6) ">=") list:sort (9 7 6 0)}] + skolem:lemma4087 + skolem:lemma4088 + [ a r:Fact; r:gives {(9760 679) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2795 a r:Inference; r:gives { - 797 :recursionCount 4 . + 797 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4793 + [ a r:Fact; r:gives {797 math:notEqualTo 0}] + skolem:lemma4222 + [ a r:Fact; r:gives {((0 7 9 7) "=<") list:sort (0 7 7 9)}] + [ a r:Fact; r:gives {((0 7 9 7) ">=") list:sort (9 7 7 0)}] + skolem:lemma4199 + skolem:lemma4200 + [ a r:Fact; r:gives {(9770 779) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2796 a r:Inference; r:gives { - 798 :recursionCount 4 . + 798 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4794 + [ a r:Fact; r:gives {798 math:notEqualTo 0}] + skolem:lemma4223 + [ a r:Fact; r:gives {((0 7 9 8) "=<") list:sort (0 7 8 9)}] + [ a r:Fact; r:gives {((0 7 9 8) ">=") list:sort (9 8 7 0)}] + skolem:lemma4213 + skolem:lemma4214 + [ a r:Fact; r:gives {(9870 789) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2797 a r:Inference; r:gives { - 799 :recursionCount 3 . + 799 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4795 + [ a r:Fact; r:gives {799 math:notEqualTo 0}] + skolem:lemma4224 + [ a r:Fact; r:gives {((0 7 9 9) "=<") list:sort (0 7 9 9)}] + [ a r:Fact; r:gives {((0 7 9 9) ">=") list:sort (9 9 7 0)}] + skolem:lemma4225 + skolem:lemma4226 + [ a r:Fact; r:gives {(9970 799) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2798 a r:Inference; r:gives { - 800 :recursionCount 6 . + 800 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4796 + [ a r:Fact; r:gives {800 math:notEqualTo 0}] + skolem:lemma4227 + [ a r:Fact; r:gives {((0 8 0 0) "=<") list:sort (0 0 0 8)}] + [ a r:Fact; r:gives {((0 8 0 0) ">=") list:sort (8 0 0 0)}] + skolem:lemma3020 + skolem:lemma3021 + [ a r:Fact; r:gives {(8000 8) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2799 a r:Inference; r:gives { - 801 :recursionCount 3 . + 801 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4797 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - + [ a r:Fact; r:gives {801 math:notEqualTo 0}] + skolem:lemma4228 + [ a r:Fact; r:gives {((0 8 0 1) "=<") list:sort (0 0 1 8)}] + [ a r:Fact; r:gives {((0 8 0 1) ">=") list:sort (8 1 0 0)}] + skolem:lemma3048 + skolem:lemma3049 + [ a r:Fact; r:gives {(8100 18) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 801]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + skolem:lemma2800 a r:Inference; r:gives { - 802 :recursionCount 6 . + 802 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4798 + [ a r:Fact; r:gives {802 math:notEqualTo 0}] + skolem:lemma4229 + [ a r:Fact; r:gives {((0 8 0 2) "=<") list:sort (0 0 2 8)}] + [ a r:Fact; r:gives {((0 8 0 2) ">=") list:sort (8 2 0 0)}] + skolem:lemma3074 + skolem:lemma3075 + [ a r:Fact; r:gives {(8200 28) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2801 a r:Inference; r:gives { - 803 :recursionCount 5 . + 803 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4799 + [ a r:Fact; r:gives {803 math:notEqualTo 0}] + skolem:lemma4230 + [ a r:Fact; r:gives {((0 8 0 3) "=<") list:sort (0 0 3 8)}] + [ a r:Fact; r:gives {((0 8 0 3) ">=") list:sort (8 3 0 0)}] + skolem:lemma3098 + skolem:lemma3099 + [ a r:Fact; r:gives {(8300 38) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2802 a r:Inference; r:gives { - 804 :recursionCount 2 . + 804 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4800 + [ a r:Fact; r:gives {804 math:notEqualTo 0}] + skolem:lemma4231 + [ a r:Fact; r:gives {((0 8 0 4) "=<") list:sort (0 0 4 8)}] + [ a r:Fact; r:gives {((0 8 0 4) ">=") list:sort (8 4 0 0)}] + skolem:lemma3120 + skolem:lemma3121 + [ a r:Fact; r:gives {(8400 48) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2803 a r:Inference; r:gives { - 805 :recursionCount 7 . + 805 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4801 + [ a r:Fact; r:gives {805 math:notEqualTo 0}] + skolem:lemma4232 + [ a r:Fact; r:gives {((0 8 0 5) "=<") list:sort (0 0 5 8)}] + [ a r:Fact; r:gives {((0 8 0 5) ">=") list:sort (8 5 0 0)}] + skolem:lemma3140 + skolem:lemma3141 + [ a r:Fact; r:gives {(8500 58) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2804 a r:Inference; r:gives { - 806 :recursionCount 2 . + 806 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4802 + [ a r:Fact; r:gives {806 math:notEqualTo 0}] + skolem:lemma4233 + [ a r:Fact; r:gives {((0 8 0 6) "=<") list:sort (0 0 6 8)}] + [ a r:Fact; r:gives {((0 8 0 6) ">=") list:sort (8 6 0 0)}] + skolem:lemma3158 + skolem:lemma3159 + [ a r:Fact; r:gives {(8600 68) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2805 a r:Inference; r:gives { - 807 :recursionCount 5 . + 807 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4803 + [ a r:Fact; r:gives {807 math:notEqualTo 0}] + skolem:lemma4234 + [ a r:Fact; r:gives {((0 8 0 7) "=<") list:sort (0 0 7 8)}] + [ a r:Fact; r:gives {((0 8 0 7) ">=") list:sort (8 7 0 0)}] + skolem:lemma3174 + skolem:lemma3175 + [ a r:Fact; r:gives {(8700 78) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2806 a r:Inference; r:gives { - 808 :recursionCount 6 . + 808 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4804 + [ a r:Fact; r:gives {808 math:notEqualTo 0}] + skolem:lemma4235 + [ a r:Fact; r:gives {((0 8 0 8) "=<") list:sort (0 0 8 8)}] + [ a r:Fact; r:gives {((0 8 0 8) ">=") list:sort (8 8 0 0)}] + skolem:lemma3188 + skolem:lemma3189 + [ a r:Fact; r:gives {(8800 88) math:difference 8712}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8712 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8712 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8712]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2807 a r:Inference; r:gives { - 809 :recursionCount 3 . + 809 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4805 + [ a r:Fact; r:gives {809 math:notEqualTo 0}] + skolem:lemma4236 + [ a r:Fact; r:gives {((0 8 0 9) "=<") list:sort (0 0 8 9)}] + [ a r:Fact; r:gives {((0 8 0 9) ">=") list:sort (9 8 0 0)}] + skolem:lemma3191 + skolem:lemma3192 + [ a r:Fact; r:gives {(9800 89) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2808 a r:Inference; r:gives { - 810 :recursionCount 3 . + 810 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4806 + [ a r:Fact; r:gives {810 math:notEqualTo 0}] + skolem:lemma4237 + [ a r:Fact; r:gives {((0 8 1 0) "=<") list:sort (0 0 1 8)}] + [ a r:Fact; r:gives {((0 8 1 0) ">=") list:sort (8 1 0 0)}] + skolem:lemma3048 + skolem:lemma3049 + [ a r:Fact; r:gives {(8100 18) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2809 a r:Inference; r:gives { - 811 :recursionCount 6 . + 811 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4807 + [ a r:Fact; r:gives {811 math:notEqualTo 0}] + skolem:lemma4238 + [ a r:Fact; r:gives {((0 8 1 1) "=<") list:sort (0 1 1 8)}] + [ a r:Fact; r:gives {((0 8 1 1) ">=") list:sort (8 1 1 0)}] + skolem:lemma3238 + skolem:lemma3239 + [ a r:Fact; r:gives {(8110 118) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2810 a r:Inference; r:gives { - 812 :recursionCount 3 . + 812 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4808 + [ a r:Fact; r:gives {812 math:notEqualTo 0}] + skolem:lemma4239 + [ a r:Fact; r:gives {((0 8 1 2) "=<") list:sort (0 1 2 8)}] + [ a r:Fact; r:gives {((0 8 1 2) ">=") list:sort (8 2 1 0)}] + skolem:lemma3264 + skolem:lemma3265 + [ a r:Fact; r:gives {(8210 128) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2811 a r:Inference; r:gives { - 813 :recursionCount 6 . + 813 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4809 + [ a r:Fact; r:gives {813 math:notEqualTo 0}] + skolem:lemma4240 + [ a r:Fact; r:gives {((0 8 1 3) "=<") list:sort (0 1 3 8)}] + [ a r:Fact; r:gives {((0 8 1 3) ">=") list:sort (8 3 1 0)}] + skolem:lemma3288 + skolem:lemma3289 + [ a r:Fact; r:gives {(8310 138) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2812 a r:Inference; r:gives { - 814 :recursionCount 5 . + 814 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4810 + [ a r:Fact; r:gives {814 math:notEqualTo 0}] + skolem:lemma4241 + [ a r:Fact; r:gives {((0 8 1 4) "=<") list:sort (0 1 4 8)}] + [ a r:Fact; r:gives {((0 8 1 4) ">=") list:sort (8 4 1 0)}] + skolem:lemma3310 + skolem:lemma3311 + [ a r:Fact; r:gives {(8410 148) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2813 a r:Inference; r:gives { - 815 :recursionCount 2 . + 815 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4811 + [ a r:Fact; r:gives {815 math:notEqualTo 0}] + skolem:lemma4242 + [ a r:Fact; r:gives {((0 8 1 5) "=<") list:sort (0 1 5 8)}] + [ a r:Fact; r:gives {((0 8 1 5) ">=") list:sort (8 5 1 0)}] + skolem:lemma3330 + skolem:lemma3331 + [ a r:Fact; r:gives {(8510 158) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2814 a r:Inference; r:gives { - 816 :recursionCount 7 . + 816 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4812 + [ a r:Fact; r:gives {816 math:notEqualTo 0}] + skolem:lemma4243 + [ a r:Fact; r:gives {((0 8 1 6) "=<") list:sort (0 1 6 8)}] + [ a r:Fact; r:gives {((0 8 1 6) ">=") list:sort (8 6 1 0)}] + skolem:lemma3348 + skolem:lemma3349 + [ a r:Fact; r:gives {(8610 168) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2815 a r:Inference; r:gives { - 817 :recursionCount 2 . + 817 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4813 + [ a r:Fact; r:gives {817 math:notEqualTo 0}] + skolem:lemma4244 + [ a r:Fact; r:gives {((0 8 1 7) "=<") list:sort (0 1 7 8)}] + [ a r:Fact; r:gives {((0 8 1 7) ">=") list:sort (8 7 1 0)}] + skolem:lemma3364 + skolem:lemma3365 + [ a r:Fact; r:gives {(8710 178) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2816 a r:Inference; r:gives { - 818 :recursionCount 5 . + 818 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4814 + [ a r:Fact; r:gives {818 math:notEqualTo 0}] + skolem:lemma4245 + [ a r:Fact; r:gives {((0 8 1 8) "=<") list:sort (0 1 8 8)}] + [ a r:Fact; r:gives {((0 8 1 8) ">=") list:sort (8 8 1 0)}] + skolem:lemma3378 + skolem:lemma3379 + [ a r:Fact; r:gives {(8810 188) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2817 a r:Inference; r:gives { - 819 :recursionCount 3 . + 819 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4815 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma2818 a r:Inference; - r:gives { - 820 :recursionCount 6 . + [ a r:Fact; r:gives {819 math:notEqualTo 0}] + skolem:lemma4246 + [ a r:Fact; r:gives {((0 8 1 9) "=<") list:sort (0 1 8 9)}] + [ a r:Fact; r:gives {((0 8 1 9) ">=") list:sort (9 8 1 0)}] + skolem:lemma3381 + skolem:lemma3382 + [ a r:Fact; r:gives {(9810 189) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 819]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + +skolem:lemma2818 a r:Inference; + r:gives { + 820 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4816 + [ a r:Fact; r:gives {820 math:notEqualTo 0}] + skolem:lemma4247 + [ a r:Fact; r:gives {((0 8 2 0) "=<") list:sort (0 0 2 8)}] + [ a r:Fact; r:gives {((0 8 2 0) ">=") list:sort (8 2 0 0)}] + skolem:lemma3074 + skolem:lemma3075 + [ a r:Fact; r:gives {(8200 28) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2819 a r:Inference; r:gives { - 821 :recursionCount 3 . + 821 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4817 + [ a r:Fact; r:gives {821 math:notEqualTo 0}] + skolem:lemma4248 + [ a r:Fact; r:gives {((0 8 2 1) "=<") list:sort (0 1 2 8)}] + [ a r:Fact; r:gives {((0 8 2 1) ">=") list:sort (8 2 1 0)}] + skolem:lemma3264 + skolem:lemma3265 + [ a r:Fact; r:gives {(8210 128) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2820 a r:Inference; r:gives { - 822 :recursionCount 6 . + 822 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4818 + [ a r:Fact; r:gives {822 math:notEqualTo 0}] + skolem:lemma4249 + [ a r:Fact; r:gives {((0 8 2 2) "=<") list:sort (0 2 2 8)}] + [ a r:Fact; r:gives {((0 8 2 2) ">=") list:sort (8 2 2 0)}] + skolem:lemma3436 + skolem:lemma3437 + [ a r:Fact; r:gives {(8220 228) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2821 a r:Inference; r:gives { - 823 :recursionCount 3 . + 823 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4819 + [ a r:Fact; r:gives {823 math:notEqualTo 0}] + skolem:lemma4250 + [ a r:Fact; r:gives {((0 8 2 3) "=<") list:sort (0 2 3 8)}] + [ a r:Fact; r:gives {((0 8 2 3) ">=") list:sort (8 3 2 0)}] + skolem:lemma3460 + skolem:lemma3461 + [ a r:Fact; r:gives {(8320 238) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2822 a r:Inference; r:gives { - 824 :recursionCount 6 . + 824 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4820 + [ a r:Fact; r:gives {824 math:notEqualTo 0}] + skolem:lemma4251 + [ a r:Fact; r:gives {((0 8 2 4) "=<") list:sort (0 2 4 8)}] + [ a r:Fact; r:gives {((0 8 2 4) ">=") list:sort (8 4 2 0)}] + skolem:lemma3482 + skolem:lemma3483 + [ a r:Fact; r:gives {(8420 248) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2823 a r:Inference; r:gives { - 825 :recursionCount 5 . + 825 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4821 + [ a r:Fact; r:gives {825 math:notEqualTo 0}] + skolem:lemma4252 + [ a r:Fact; r:gives {((0 8 2 5) "=<") list:sort (0 2 5 8)}] + [ a r:Fact; r:gives {((0 8 2 5) ">=") list:sort (8 5 2 0)}] + skolem:lemma3502 + skolem:lemma3503 + [ a r:Fact; r:gives {(8520 258) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2824 a r:Inference; r:gives { - 826 :recursionCount 2 . + 826 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4822 + [ a r:Fact; r:gives {826 math:notEqualTo 0}] + skolem:lemma4253 + [ a r:Fact; r:gives {((0 8 2 6) "=<") list:sort (0 2 6 8)}] + [ a r:Fact; r:gives {((0 8 2 6) ">=") list:sort (8 6 2 0)}] + skolem:lemma3520 + skolem:lemma3521 + [ a r:Fact; r:gives {(8620 268) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2825 a r:Inference; r:gives { - 827 :recursionCount 7 . + 827 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4823 + [ a r:Fact; r:gives {827 math:notEqualTo 0}] + skolem:lemma4254 + [ a r:Fact; r:gives {((0 8 2 7) "=<") list:sort (0 2 7 8)}] + [ a r:Fact; r:gives {((0 8 2 7) ">=") list:sort (8 7 2 0)}] + skolem:lemma3536 + skolem:lemma3537 + [ a r:Fact; r:gives {(8720 278) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2826 a r:Inference; r:gives { - 828 :recursionCount 2 . + 828 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4824 + [ a r:Fact; r:gives {828 math:notEqualTo 0}] + skolem:lemma4255 + [ a r:Fact; r:gives {((0 8 2 8) "=<") list:sort (0 2 8 8)}] + [ a r:Fact; r:gives {((0 8 2 8) ">=") list:sort (8 8 2 0)}] + skolem:lemma3550 + skolem:lemma3551 + [ a r:Fact; r:gives {(8820 288) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2827 a r:Inference; r:gives { - 829 :recursionCount 7 . + 829 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4825 + [ a r:Fact; r:gives {829 math:notEqualTo 0}] + skolem:lemma4256 + [ a r:Fact; r:gives {((0 8 2 9) "=<") list:sort (0 2 8 9)}] + [ a r:Fact; r:gives {((0 8 2 9) ">=") list:sort (9 8 2 0)}] + skolem:lemma3553 + skolem:lemma3554 + [ a r:Fact; r:gives {(9820 289) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2828 a r:Inference; r:gives { - 830 :recursionCount 5 . + 830 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4826 + [ a r:Fact; r:gives {830 math:notEqualTo 0}] + skolem:lemma4257 + [ a r:Fact; r:gives {((0 8 3 0) "=<") list:sort (0 0 3 8)}] + [ a r:Fact; r:gives {((0 8 3 0) ">=") list:sort (8 3 0 0)}] + skolem:lemma3098 + skolem:lemma3099 + [ a r:Fact; r:gives {(8300 38) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2829 a r:Inference; r:gives { - 831 :recursionCount 6 . + 831 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4827 + [ a r:Fact; r:gives {831 math:notEqualTo 0}] + skolem:lemma4258 + [ a r:Fact; r:gives {((0 8 3 1) "=<") list:sort (0 1 3 8)}] + [ a r:Fact; r:gives {((0 8 3 1) ">=") list:sort (8 3 1 0)}] + skolem:lemma3288 + skolem:lemma3289 + [ a r:Fact; r:gives {(8310 138) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2830 a r:Inference; r:gives { - 832 :recursionCount 3 . + 832 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4828 + [ a r:Fact; r:gives {832 math:notEqualTo 0}] + skolem:lemma4259 + [ a r:Fact; r:gives {((0 8 3 2) "=<") list:sort (0 2 3 8)}] + [ a r:Fact; r:gives {((0 8 3 2) ">=") list:sort (8 3 2 0)}] + skolem:lemma3460 + skolem:lemma3461 + [ a r:Fact; r:gives {(8320 238) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2831 a r:Inference; r:gives { - 833 :recursionCount 6 . + 833 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4829 + [ a r:Fact; r:gives {833 math:notEqualTo 0}] + skolem:lemma4260 + [ a r:Fact; r:gives {((0 8 3 3) "=<") list:sort (0 3 3 8)}] + [ a r:Fact; r:gives {((0 8 3 3) ">=") list:sort (8 3 3 0)}] + skolem:lemma3616 + skolem:lemma3617 + [ a r:Fact; r:gives {(8330 338) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2832 a r:Inference; r:gives { - 834 :recursionCount 3 . + 834 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4830 + [ a r:Fact; r:gives {834 math:notEqualTo 0}] + skolem:lemma4261 + [ a r:Fact; r:gives {((0 8 3 4) "=<") list:sort (0 3 4 8)}] + [ a r:Fact; r:gives {((0 8 3 4) ">=") list:sort (8 4 3 0)}] + skolem:lemma3638 + skolem:lemma3639 + [ a r:Fact; r:gives {(8430 348) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2833 a r:Inference; r:gives { - 835 :recursionCount 6 . + 835 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4831 + [ a r:Fact; r:gives {835 math:notEqualTo 0}] + skolem:lemma4262 + [ a r:Fact; r:gives {((0 8 3 5) "=<") list:sort (0 3 5 8)}] + [ a r:Fact; r:gives {((0 8 3 5) ">=") list:sort (8 5 3 0)}] + skolem:lemma3658 + skolem:lemma3659 + [ a r:Fact; r:gives {(8530 358) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2834 a r:Inference; r:gives { - 836 :recursionCount 5 . + 836 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4832 + [ a r:Fact; r:gives {836 math:notEqualTo 0}] + skolem:lemma4263 + [ a r:Fact; r:gives {((0 8 3 6) "=<") list:sort (0 3 6 8)}] + [ a r:Fact; r:gives {((0 8 3 6) ">=") list:sort (8 6 3 0)}] + skolem:lemma3676 + skolem:lemma3677 + [ a r:Fact; r:gives {(8630 368) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2835 a r:Inference; r:gives { - 837 :recursionCount 2 . + 837 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4833 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - + [ a r:Fact; r:gives {837 math:notEqualTo 0}] + skolem:lemma4264 + [ a r:Fact; r:gives {((0 8 3 7) "=<") list:sort (0 3 7 8)}] + [ a r:Fact; r:gives {((0 8 3 7) ">=") list:sort (8 7 3 0)}] + skolem:lemma3692 + skolem:lemma3693 + [ a r:Fact; r:gives {(8730 378) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 837]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. + skolem:lemma2836 a r:Inference; r:gives { - 838 :recursionCount 7 . + 838 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4834 + [ a r:Fact; r:gives {838 math:notEqualTo 0}] + skolem:lemma4265 + [ a r:Fact; r:gives {((0 8 3 8) "=<") list:sort (0 3 8 8)}] + [ a r:Fact; r:gives {((0 8 3 8) ">=") list:sort (8 8 3 0)}] + skolem:lemma3706 + skolem:lemma3707 + [ a r:Fact; r:gives {(8830 388) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2837 a r:Inference; r:gives { - 839 :recursionCount 7 . + 839 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4835 + [ a r:Fact; r:gives {839 math:notEqualTo 0}] + skolem:lemma4266 + [ a r:Fact; r:gives {((0 8 3 9) "=<") list:sort (0 3 8 9)}] + [ a r:Fact; r:gives {((0 8 3 9) ">=") list:sort (9 8 3 0)}] + skolem:lemma3709 + skolem:lemma3710 + [ a r:Fact; r:gives {(9830 389) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2838 a r:Inference; r:gives { - 840 :recursionCount 2 . + 840 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4836 + [ a r:Fact; r:gives {840 math:notEqualTo 0}] + skolem:lemma4267 + [ a r:Fact; r:gives {((0 8 4 0) "=<") list:sort (0 0 4 8)}] + [ a r:Fact; r:gives {((0 8 4 0) ">=") list:sort (8 4 0 0)}] + skolem:lemma3120 + skolem:lemma3121 + [ a r:Fact; r:gives {(8400 48) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2839 a r:Inference; r:gives { - 841 :recursionCount 5 . + 841 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4837 + [ a r:Fact; r:gives {841 math:notEqualTo 0}] + skolem:lemma4268 + [ a r:Fact; r:gives {((0 8 4 1) "=<") list:sort (0 1 4 8)}] + [ a r:Fact; r:gives {((0 8 4 1) ">=") list:sort (8 4 1 0)}] + skolem:lemma3310 + skolem:lemma3311 + [ a r:Fact; r:gives {(8410 148) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2840 a r:Inference; r:gives { - 842 :recursionCount 6 . + 842 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4838 + [ a r:Fact; r:gives {842 math:notEqualTo 0}] + skolem:lemma4269 + [ a r:Fact; r:gives {((0 8 4 2) "=<") list:sort (0 2 4 8)}] + [ a r:Fact; r:gives {((0 8 4 2) ">=") list:sort (8 4 2 0)}] + skolem:lemma3482 + skolem:lemma3483 + [ a r:Fact; r:gives {(8420 248) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2841 a r:Inference; r:gives { - 843 :recursionCount 3 . + 843 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4839 + [ a r:Fact; r:gives {843 math:notEqualTo 0}] + skolem:lemma4270 + [ a r:Fact; r:gives {((0 8 4 3) "=<") list:sort (0 3 4 8)}] + [ a r:Fact; r:gives {((0 8 4 3) ">=") list:sort (8 4 3 0)}] + skolem:lemma3638 + skolem:lemma3639 + [ a r:Fact; r:gives {(8430 348) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2842 a r:Inference; r:gives { - 844 :recursionCount 6 . + 844 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4840 + [ a r:Fact; r:gives {844 math:notEqualTo 0}] + skolem:lemma4271 + [ a r:Fact; r:gives {((0 8 4 4) "=<") list:sort (0 4 4 8)}] + [ a r:Fact; r:gives {((0 8 4 4) ">=") list:sort (8 4 4 0)}] + skolem:lemma3780 + skolem:lemma3781 + [ a r:Fact; r:gives {(8440 448) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2843 a r:Inference; r:gives { - 845 :recursionCount 3 . + 845 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4841 + [ a r:Fact; r:gives {845 math:notEqualTo 0}] + skolem:lemma4272 + [ a r:Fact; r:gives {((0 8 4 5) "=<") list:sort (0 4 5 8)}] + [ a r:Fact; r:gives {((0 8 4 5) ">=") list:sort (8 5 4 0)}] + skolem:lemma3800 + skolem:lemma3801 + [ a r:Fact; r:gives {(8540 458) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2844 a r:Inference; r:gives { - 846 :recursionCount 6 . + 846 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4842 + [ a r:Fact; r:gives {846 math:notEqualTo 0}] + skolem:lemma4273 + [ a r:Fact; r:gives {((0 8 4 6) "=<") list:sort (0 4 6 8)}] + [ a r:Fact; r:gives {((0 8 4 6) ">=") list:sort (8 6 4 0)}] + skolem:lemma3818 + skolem:lemma3819 + [ a r:Fact; r:gives {(8640 468) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2845 a r:Inference; r:gives { - 847 :recursionCount 5 . + 847 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4843 + [ a r:Fact; r:gives {847 math:notEqualTo 0}] + skolem:lemma4274 + [ a r:Fact; r:gives {((0 8 4 7) "=<") list:sort (0 4 7 8)}] + [ a r:Fact; r:gives {((0 8 4 7) ">=") list:sort (8 7 4 0)}] + skolem:lemma3834 + skolem:lemma3835 + [ a r:Fact; r:gives {(8740 478) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2846 a r:Inference; r:gives { - 848 :recursionCount 2 . + 848 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4844 + [ a r:Fact; r:gives {848 math:notEqualTo 0}] + skolem:lemma4275 + [ a r:Fact; r:gives {((0 8 4 8) "=<") list:sort (0 4 8 8)}] + [ a r:Fact; r:gives {((0 8 4 8) ">=") list:sort (8 8 4 0)}] + skolem:lemma3848 + skolem:lemma3849 + [ a r:Fact; r:gives {(8840 488) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2847 a r:Inference; r:gives { - 849 :recursionCount 7 . + 849 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4845 + [ a r:Fact; r:gives {849 math:notEqualTo 0}] + skolem:lemma4276 + [ a r:Fact; r:gives {((0 8 4 9) "=<") list:sort (0 4 8 9)}] + [ a r:Fact; r:gives {((0 8 4 9) ">=") list:sort (9 8 4 0)}] + skolem:lemma3851 + skolem:lemma3852 + [ a r:Fact; r:gives {(9840 489) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2848 a r:Inference; r:gives { - 850 :recursionCount 7 . + 850 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4846 + [ a r:Fact; r:gives {850 math:notEqualTo 0}] + skolem:lemma4277 + [ a r:Fact; r:gives {((0 8 5 0) "=<") list:sort (0 0 5 8)}] + [ a r:Fact; r:gives {((0 8 5 0) ">=") list:sort (8 5 0 0)}] + skolem:lemma3140 + skolem:lemma3141 + [ a r:Fact; r:gives {(8500 58) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2849 a r:Inference; r:gives { - 851 :recursionCount 2 . + 851 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4847 + [ a r:Fact; r:gives {851 math:notEqualTo 0}] + skolem:lemma4278 + [ a r:Fact; r:gives {((0 8 5 1) "=<") list:sort (0 1 5 8)}] + [ a r:Fact; r:gives {((0 8 5 1) ">=") list:sort (8 5 1 0)}] + skolem:lemma3330 + skolem:lemma3331 + [ a r:Fact; r:gives {(8510 158) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2850 a r:Inference; r:gives { - 852 :recursionCount 5 . + 852 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4848 + [ a r:Fact; r:gives {852 math:notEqualTo 0}] + skolem:lemma4279 + [ a r:Fact; r:gives {((0 8 5 2) "=<") list:sort (0 2 5 8)}] + [ a r:Fact; r:gives {((0 8 5 2) ">=") list:sort (8 5 2 0)}] + skolem:lemma3502 + skolem:lemma3503 + [ a r:Fact; r:gives {(8520 258) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2851 a r:Inference; r:gives { - 853 :recursionCount 6 . + 853 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4849 + [ a r:Fact; r:gives {853 math:notEqualTo 0}] + skolem:lemma4280 + [ a r:Fact; r:gives {((0 8 5 3) "=<") list:sort (0 3 5 8)}] + [ a r:Fact; r:gives {((0 8 5 3) ">=") list:sort (8 5 3 0)}] + skolem:lemma3658 + skolem:lemma3659 + [ a r:Fact; r:gives {(8530 358) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2852 a r:Inference; r:gives { - 854 :recursionCount 3 . + 854 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4850 + [ a r:Fact; r:gives {854 math:notEqualTo 0}] + skolem:lemma4281 + [ a r:Fact; r:gives {((0 8 5 4) "=<") list:sort (0 4 5 8)}] + [ a r:Fact; r:gives {((0 8 5 4) ">=") list:sort (8 5 4 0)}] + skolem:lemma3800 + skolem:lemma3801 + [ a r:Fact; r:gives {(8540 458) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2853 a r:Inference; r:gives { - 855 :recursionCount 6 . + 855 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4851 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma2854 a r:Inference; - r:gives { - 856 :recursionCount 3 . + [ a r:Fact; r:gives {855 math:notEqualTo 0}] + skolem:lemma4282 + [ a r:Fact; r:gives {((0 8 5 5) "=<") list:sort (0 5 5 8)}] + [ a r:Fact; r:gives {((0 8 5 5) ">=") list:sort (8 5 5 0)}] + skolem:lemma3930 + skolem:lemma3931 + [ a r:Fact; r:gives {(8550 558) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 855]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. + +skolem:lemma2854 a r:Inference; + r:gives { + 856 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4852 + [ a r:Fact; r:gives {856 math:notEqualTo 0}] + skolem:lemma4283 + [ a r:Fact; r:gives {((0 8 5 6) "=<") list:sort (0 5 6 8)}] + [ a r:Fact; r:gives {((0 8 5 6) ">=") list:sort (8 6 5 0)}] + skolem:lemma3948 + skolem:lemma3949 + [ a r:Fact; r:gives {(8650 568) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2855 a r:Inference; r:gives { - 857 :recursionCount 6 . + 857 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4853 + [ a r:Fact; r:gives {857 math:notEqualTo 0}] + skolem:lemma4284 + [ a r:Fact; r:gives {((0 8 5 7) "=<") list:sort (0 5 7 8)}] + [ a r:Fact; r:gives {((0 8 5 7) ">=") list:sort (8 7 5 0)}] + skolem:lemma3964 + skolem:lemma3965 + [ a r:Fact; r:gives {(8750 578) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2856 a r:Inference; r:gives { - 858 :recursionCount 5 . + 858 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4854 + [ a r:Fact; r:gives {858 math:notEqualTo 0}] + skolem:lemma4285 + [ a r:Fact; r:gives {((0 8 5 8) "=<") list:sort (0 5 8 8)}] + [ a r:Fact; r:gives {((0 8 5 8) ">=") list:sort (8 8 5 0)}] + skolem:lemma3978 + skolem:lemma3979 + [ a r:Fact; r:gives {(8850 588) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2857 a r:Inference; r:gives { - 859 :recursionCount 3 . + 859 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4855 + [ a r:Fact; r:gives {859 math:notEqualTo 0}] + skolem:lemma4286 + [ a r:Fact; r:gives {((0 8 5 9) "=<") list:sort (0 5 8 9)}] + [ a r:Fact; r:gives {((0 8 5 9) ">=") list:sort (9 8 5 0)}] + skolem:lemma3981 + skolem:lemma3982 + [ a r:Fact; r:gives {(9850 589) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2858 a r:Inference; r:gives { - 860 :recursionCount 2 . + 860 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4856 + [ a r:Fact; r:gives {860 math:notEqualTo 0}] + skolem:lemma4287 + [ a r:Fact; r:gives {((0 8 6 0) "=<") list:sort (0 0 6 8)}] + [ a r:Fact; r:gives {((0 8 6 0) ">=") list:sort (8 6 0 0)}] + skolem:lemma3158 + skolem:lemma3159 + [ a r:Fact; r:gives {(8600 68) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2859 a r:Inference; r:gives { - 861 :recursionCount 7 . + 861 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4857 + [ a r:Fact; r:gives {861 math:notEqualTo 0}] + skolem:lemma4288 + [ a r:Fact; r:gives {((0 8 6 1) "=<") list:sort (0 1 6 8)}] + [ a r:Fact; r:gives {((0 8 6 1) ">=") list:sort (8 6 1 0)}] + skolem:lemma3348 + skolem:lemma3349 + [ a r:Fact; r:gives {(8610 168) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2860 a r:Inference; r:gives { - 862 :recursionCount 2 . + 862 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4858 + [ a r:Fact; r:gives {862 math:notEqualTo 0}] + skolem:lemma4289 + [ a r:Fact; r:gives {((0 8 6 2) "=<") list:sort (0 2 6 8)}] + [ a r:Fact; r:gives {((0 8 6 2) ">=") list:sort (8 6 2 0)}] + skolem:lemma3520 + skolem:lemma3521 + [ a r:Fact; r:gives {(8620 268) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2861 a r:Inference; r:gives { - 863 :recursionCount 5 . + 863 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4859 + [ a r:Fact; r:gives {863 math:notEqualTo 0}] + skolem:lemma4290 + [ a r:Fact; r:gives {((0 8 6 3) "=<") list:sort (0 3 6 8)}] + [ a r:Fact; r:gives {((0 8 6 3) ">=") list:sort (8 6 3 0)}] + skolem:lemma3676 + skolem:lemma3677 + [ a r:Fact; r:gives {(8630 368) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2862 a r:Inference; r:gives { - 864 :recursionCount 6 . + 864 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4860 + [ a r:Fact; r:gives {864 math:notEqualTo 0}] + skolem:lemma4291 + [ a r:Fact; r:gives {((0 8 6 4) "=<") list:sort (0 4 6 8)}] + [ a r:Fact; r:gives {((0 8 6 4) ">=") list:sort (8 6 4 0)}] + skolem:lemma3818 + skolem:lemma3819 + [ a r:Fact; r:gives {(8640 468) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2863 a r:Inference; r:gives { - 865 :recursionCount 3 . + 865 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4861 + [ a r:Fact; r:gives {865 math:notEqualTo 0}] + skolem:lemma4292 + [ a r:Fact; r:gives {((0 8 6 5) "=<") list:sort (0 5 6 8)}] + [ a r:Fact; r:gives {((0 8 6 5) ">=") list:sort (8 6 5 0)}] + skolem:lemma3948 + skolem:lemma3949 + [ a r:Fact; r:gives {(8650 568) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2864 a r:Inference; r:gives { - 866 :recursionCount 6 . + 866 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4862 + [ a r:Fact; r:gives {866 math:notEqualTo 0}] + skolem:lemma4293 + [ a r:Fact; r:gives {((0 8 6 6) "=<") list:sort (0 6 6 8)}] + [ a r:Fact; r:gives {((0 8 6 6) ">=") list:sort (8 6 6 0)}] + skolem:lemma4068 + skolem:lemma4069 + [ a r:Fact; r:gives {(8660 668) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2865 a r:Inference; r:gives { - 867 :recursionCount 3 . + 867 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4863 + [ a r:Fact; r:gives {867 math:notEqualTo 0}] + skolem:lemma4294 + [ a r:Fact; r:gives {((0 8 6 7) "=<") list:sort (0 6 7 8)}] + [ a r:Fact; r:gives {((0 8 6 7) ">=") list:sort (8 7 6 0)}] + skolem:lemma4084 + skolem:lemma4085 + [ a r:Fact; r:gives {(8760 678) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2866 a r:Inference; r:gives { - 868 :recursionCount 6 . + 868 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4864 + [ a r:Fact; r:gives {868 math:notEqualTo 0}] + skolem:lemma4295 + [ a r:Fact; r:gives {((0 8 6 8) "=<") list:sort (0 6 8 8)}] + [ a r:Fact; r:gives {((0 8 6 8) ">=") list:sort (8 8 6 0)}] + skolem:lemma4098 + skolem:lemma4099 + [ a r:Fact; r:gives {(8860 688) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2867 a r:Inference; r:gives { - 869 :recursionCount 3 . + 869 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4865 + [ a r:Fact; r:gives {869 math:notEqualTo 0}] + skolem:lemma4296 + [ a r:Fact; r:gives {((0 8 6 9) "=<") list:sort (0 6 8 9)}] + [ a r:Fact; r:gives {((0 8 6 9) ">=") list:sort (9 8 6 0)}] + skolem:lemma4101 + skolem:lemma4102 + [ a r:Fact; r:gives {(9860 689) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2868 a r:Inference; r:gives { - 870 :recursionCount 5 . + 870 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4866 + [ a r:Fact; r:gives {870 math:notEqualTo 0}] + skolem:lemma4297 + [ a r:Fact; r:gives {((0 8 7 0) "=<") list:sort (0 0 7 8)}] + [ a r:Fact; r:gives {((0 8 7 0) ">=") list:sort (8 7 0 0)}] + skolem:lemma3174 + skolem:lemma3175 + [ a r:Fact; r:gives {(8700 78) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2869 a r:Inference; r:gives { - 871 :recursionCount 2 . + 871 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4867 + [ a r:Fact; r:gives {871 math:notEqualTo 0}] + skolem:lemma4298 + [ a r:Fact; r:gives {((0 8 7 1) "=<") list:sort (0 1 7 8)}] + [ a r:Fact; r:gives {((0 8 7 1) ">=") list:sort (8 7 1 0)}] + skolem:lemma3364 + skolem:lemma3365 + [ a r:Fact; r:gives {(8710 178) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2870 a r:Inference; r:gives { - 872 :recursionCount 7 . + 872 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4868 + [ a r:Fact; r:gives {872 math:notEqualTo 0}] + skolem:lemma4299 + [ a r:Fact; r:gives {((0 8 7 2) "=<") list:sort (0 2 7 8)}] + [ a r:Fact; r:gives {((0 8 7 2) ">=") list:sort (8 7 2 0)}] + skolem:lemma3536 + skolem:lemma3537 + [ a r:Fact; r:gives {(8720 278) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2871 a r:Inference; r:gives { - 873 :recursionCount 2 . + 873 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4869 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - + [ a r:Fact; r:gives {873 math:notEqualTo 0}] + skolem:lemma4300 + [ a r:Fact; r:gives {((0 8 7 3) "=<") list:sort (0 3 7 8)}] + [ a r:Fact; r:gives {((0 8 7 3) ">=") list:sort (8 7 3 0)}] + skolem:lemma3692 + skolem:lemma3693 + [ a r:Fact; r:gives {(8730 378) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 873]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. + skolem:lemma2872 a r:Inference; r:gives { - 874 :recursionCount 5 . + 874 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4870 + [ a r:Fact; r:gives {874 math:notEqualTo 0}] + skolem:lemma4301 + [ a r:Fact; r:gives {((0 8 7 4) "=<") list:sort (0 4 7 8)}] + [ a r:Fact; r:gives {((0 8 7 4) ">=") list:sort (8 7 4 0)}] + skolem:lemma3834 + skolem:lemma3835 + [ a r:Fact; r:gives {(8740 478) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2873 a r:Inference; r:gives { - 875 :recursionCount 6 . + 875 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4871 + [ a r:Fact; r:gives {875 math:notEqualTo 0}] + skolem:lemma4302 + [ a r:Fact; r:gives {((0 8 7 5) "=<") list:sort (0 5 7 8)}] + [ a r:Fact; r:gives {((0 8 7 5) ">=") list:sort (8 7 5 0)}] + skolem:lemma3964 + skolem:lemma3965 + [ a r:Fact; r:gives {(8750 578) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2874 a r:Inference; r:gives { - 876 :recursionCount 3 . + 876 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4872 + [ a r:Fact; r:gives {876 math:notEqualTo 0}] + skolem:lemma4303 + [ a r:Fact; r:gives {((0 8 7 6) "=<") list:sort (0 6 7 8)}] + [ a r:Fact; r:gives {((0 8 7 6) ">=") list:sort (8 7 6 0)}] + skolem:lemma4084 + skolem:lemma4085 + [ a r:Fact; r:gives {(8760 678) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2875 a r:Inference; r:gives { - 877 :recursionCount 6 . + 877 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4873 + [ a r:Fact; r:gives {877 math:notEqualTo 0}] + skolem:lemma4304 + [ a r:Fact; r:gives {((0 8 7 7) "=<") list:sort (0 7 7 8)}] + [ a r:Fact; r:gives {((0 8 7 7) ">=") list:sort (8 7 7 0)}] + skolem:lemma4196 + skolem:lemma4197 + [ a r:Fact; r:gives {(8770 778) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2876 a r:Inference; r:gives { - 878 :recursionCount 3 . + 878 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4874 + [ a r:Fact; r:gives {878 math:notEqualTo 0}] + skolem:lemma4305 + [ a r:Fact; r:gives {((0 8 7 8) "=<") list:sort (0 7 8 8)}] + [ a r:Fact; r:gives {((0 8 7 8) ">=") list:sort (8 8 7 0)}] + skolem:lemma4210 + skolem:lemma4211 + [ a r:Fact; r:gives {(8870 788) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2877 a r:Inference; r:gives { - 879 :recursionCount 4 . + 879 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4875 + [ a r:Fact; r:gives {879 math:notEqualTo 0}] + skolem:lemma4306 + [ a r:Fact; r:gives {((0 8 7 9) "=<") list:sort (0 7 8 9)}] + [ a r:Fact; r:gives {((0 8 7 9) ">=") list:sort (9 8 7 0)}] + skolem:lemma4213 + skolem:lemma4214 + [ a r:Fact; r:gives {(9870 789) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2878 a r:Inference; r:gives { - 880 :recursionCount 6 . + 880 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4876 + [ a r:Fact; r:gives {880 math:notEqualTo 0}] + skolem:lemma4307 + [ a r:Fact; r:gives {((0 8 8 0) "=<") list:sort (0 0 8 8)}] + [ a r:Fact; r:gives {((0 8 8 0) ">=") list:sort (8 8 0 0)}] + skolem:lemma3188 + skolem:lemma3189 + [ a r:Fact; r:gives {(8800 88) math:difference 8712}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8712 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8712 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8712]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2879 a r:Inference; r:gives { - 881 :recursionCount 5 . + 881 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4877 + [ a r:Fact; r:gives {881 math:notEqualTo 0}] + skolem:lemma4308 + [ a r:Fact; r:gives {((0 8 8 1) "=<") list:sort (0 1 8 8)}] + [ a r:Fact; r:gives {((0 8 8 1) ">=") list:sort (8 8 1 0)}] + skolem:lemma3378 + skolem:lemma3379 + [ a r:Fact; r:gives {(8810 188) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2880 a r:Inference; r:gives { - 882 :recursionCount 2 . + 882 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4878 + [ a r:Fact; r:gives {882 math:notEqualTo 0}] + skolem:lemma4309 + [ a r:Fact; r:gives {((0 8 8 2) "=<") list:sort (0 2 8 8)}] + [ a r:Fact; r:gives {((0 8 8 2) ">=") list:sort (8 8 2 0)}] + skolem:lemma3550 + skolem:lemma3551 + [ a r:Fact; r:gives {(8820 288) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2881 a r:Inference; r:gives { - 883 :recursionCount 7 . + 883 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4879 + [ a r:Fact; r:gives {883 math:notEqualTo 0}] + skolem:lemma4310 + [ a r:Fact; r:gives {((0 8 8 3) "=<") list:sort (0 3 8 8)}] + [ a r:Fact; r:gives {((0 8 8 3) ">=") list:sort (8 8 3 0)}] + skolem:lemma3706 + skolem:lemma3707 + [ a r:Fact; r:gives {(8830 388) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2882 a r:Inference; r:gives { - 884 :recursionCount 2 . + 884 :kaprekar (0 2). }; r:evidence ( - skolem:lemma4880 + [ a r:Fact; r:gives {884 math:notEqualTo 0}] + skolem:lemma4311 + [ a r:Fact; r:gives {((0 8 8 4) "=<") list:sort (0 4 8 8)}] + [ a r:Fact; r:gives {((0 8 8 4) ">=") list:sort (8 8 4 0)}] + skolem:lemma3848 + skolem:lemma3849 + [ a r:Fact; r:gives {(8840 488) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma3000. skolem:lemma2883 a r:Inference; r:gives { - 885 :recursionCount 5 . + 885 :kaprekar (0 5). }; r:evidence ( - skolem:lemma4881 + [ a r:Fact; r:gives {885 math:notEqualTo 0}] + skolem:lemma4312 + [ a r:Fact; r:gives {((0 8 8 5) "=<") list:sort (0 5 8 8)}] + [ a r:Fact; r:gives {((0 8 8 5) ">=") list:sort (8 8 5 0)}] + skolem:lemma3978 + skolem:lemma3979 + [ a r:Fact; r:gives {(8850 588) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma3000. skolem:lemma2884 a r:Inference; r:gives { - 886 :recursionCount 6 . + 886 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4882 + [ a r:Fact; r:gives {886 math:notEqualTo 0}] + skolem:lemma4313 + [ a r:Fact; r:gives {((0 8 8 6) "=<") list:sort (0 6 8 8)}] + [ a r:Fact; r:gives {((0 8 8 6) ">=") list:sort (8 8 6 0)}] + skolem:lemma4098 + skolem:lemma4099 + [ a r:Fact; r:gives {(8860 688) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2885 a r:Inference; r:gives { - 887 :recursionCount 3 . + 887 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4883 + [ a r:Fact; r:gives {887 math:notEqualTo 0}] + skolem:lemma4314 + [ a r:Fact; r:gives {((0 8 8 7) "=<") list:sort (0 7 8 8)}] + [ a r:Fact; r:gives {((0 8 8 7) ">=") list:sort (8 8 7 0)}] + skolem:lemma4210 + skolem:lemma4211 + [ a r:Fact; r:gives {(8870 788) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2886 a r:Inference; r:gives { - 888 :recursionCount 6 . + 888 :kaprekar (0 6). }; r:evidence ( - skolem:lemma4884 + [ a r:Fact; r:gives {888 math:notEqualTo 0}] + skolem:lemma4315 + [ a r:Fact; r:gives {((0 8 8 8) "=<") list:sort (0 8 8 8)}] + [ a r:Fact; r:gives {((0 8 8 8) ">=") list:sort (8 8 8 0)}] + skolem:lemma4316 + skolem:lemma4317 + [ a r:Fact; r:gives {(8880 888) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 888]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma3000. skolem:lemma2887 a r:Inference; r:gives { - 889 :recursionCount 4 . + 889 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4885 + [ a r:Fact; r:gives {889 math:notEqualTo 0}] + skolem:lemma4318 + [ a r:Fact; r:gives {((0 8 8 9) "=<") list:sort (0 8 8 9)}] + [ a r:Fact; r:gives {((0 8 8 9) ">=") list:sort (9 8 8 0)}] + skolem:lemma4319 + skolem:lemma4320 + [ a r:Fact; r:gives {(9880 889) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2888 a r:Inference; r:gives { - 890 :recursionCount 3 . + 890 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4886 + [ a r:Fact; r:gives {890 math:notEqualTo 0}] + skolem:lemma4321 + [ a r:Fact; r:gives {((0 8 9 0) "=<") list:sort (0 0 8 9)}] + [ a r:Fact; r:gives {((0 8 9 0) ">=") list:sort (9 8 0 0)}] + skolem:lemma3191 + skolem:lemma3192 + [ a r:Fact; r:gives {(9800 89) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2889 a r:Inference; r:gives { - 891 :recursionCount 3 . + 891 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4887 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma2890 a r:Inference; - r:gives { - 892 :recursionCount 7 . + [ a r:Fact; r:gives {891 math:notEqualTo 0}] + skolem:lemma4322 + [ a r:Fact; r:gives {((0 8 9 1) "=<") list:sort (0 1 8 9)}] + [ a r:Fact; r:gives {((0 8 9 1) ">=") list:sort (9 8 1 0)}] + skolem:lemma3381 + skolem:lemma3382 + [ a r:Fact; r:gives {(9810 189) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 891]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + +skolem:lemma2890 a r:Inference; + r:gives { + 892 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4888 + [ a r:Fact; r:gives {892 math:notEqualTo 0}] + skolem:lemma4323 + [ a r:Fact; r:gives {((0 8 9 2) "=<") list:sort (0 2 8 9)}] + [ a r:Fact; r:gives {((0 8 9 2) ">=") list:sort (9 8 2 0)}] + skolem:lemma3553 + skolem:lemma3554 + [ a r:Fact; r:gives {(9820 289) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2891 a r:Inference; r:gives { - 893 :recursionCount 7 . + 893 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4889 + [ a r:Fact; r:gives {893 math:notEqualTo 0}] + skolem:lemma4324 + [ a r:Fact; r:gives {((0 8 9 3) "=<") list:sort (0 3 8 9)}] + [ a r:Fact; r:gives {((0 8 9 3) ">=") list:sort (9 8 3 0)}] + skolem:lemma3709 + skolem:lemma3710 + [ a r:Fact; r:gives {(9830 389) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2892 a r:Inference; r:gives { - 894 :recursionCount 7 . + 894 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4890 + [ a r:Fact; r:gives {894 math:notEqualTo 0}] + skolem:lemma4325 + [ a r:Fact; r:gives {((0 8 9 4) "=<") list:sort (0 4 8 9)}] + [ a r:Fact; r:gives {((0 8 9 4) ">=") list:sort (9 8 4 0)}] + skolem:lemma3851 + skolem:lemma3852 + [ a r:Fact; r:gives {(9840 489) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2893 a r:Inference; r:gives { - 895 :recursionCount 3 . + 895 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4891 + [ a r:Fact; r:gives {895 math:notEqualTo 0}] + skolem:lemma4326 + [ a r:Fact; r:gives {((0 8 9 5) "=<") list:sort (0 5 8 9)}] + [ a r:Fact; r:gives {((0 8 9 5) ">=") list:sort (9 8 5 0)}] + skolem:lemma3981 + skolem:lemma3982 + [ a r:Fact; r:gives {(9850 589) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2894 a r:Inference; r:gives { - 896 :recursionCount 3 . + 896 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4892 + [ a r:Fact; r:gives {896 math:notEqualTo 0}] + skolem:lemma4327 + [ a r:Fact; r:gives {((0 8 9 6) "=<") list:sort (0 6 8 9)}] + [ a r:Fact; r:gives {((0 8 9 6) ">=") list:sort (9 8 6 0)}] + skolem:lemma4101 + skolem:lemma4102 + [ a r:Fact; r:gives {(9860 689) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2895 a r:Inference; r:gives { - 897 :recursionCount 4 . + 897 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4893 + [ a r:Fact; r:gives {897 math:notEqualTo 0}] + skolem:lemma4328 + [ a r:Fact; r:gives {((0 8 9 7) "=<") list:sort (0 7 8 9)}] + [ a r:Fact; r:gives {((0 8 9 7) ">=") list:sort (9 8 7 0)}] + skolem:lemma4213 + skolem:lemma4214 + [ a r:Fact; r:gives {(9870 789) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2896 a r:Inference; r:gives { - 898 :recursionCount 4 . + 898 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4894 + [ a r:Fact; r:gives {898 math:notEqualTo 0}] + skolem:lemma4329 + [ a r:Fact; r:gives {((0 8 9 8) "=<") list:sort (0 8 8 9)}] + [ a r:Fact; r:gives {((0 8 9 8) ">=") list:sort (9 8 8 0)}] + skolem:lemma4319 + skolem:lemma4320 + [ a r:Fact; r:gives {(9880 889) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2897 a r:Inference; r:gives { - 899 :recursionCount 4 . + 899 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4895 + [ a r:Fact; r:gives {899 math:notEqualTo 0}] + skolem:lemma4330 + [ a r:Fact; r:gives {((0 8 9 9) "=<") list:sort (0 8 9 9)}] + [ a r:Fact; r:gives {((0 8 9 9) ">=") list:sort (9 9 8 0)}] + skolem:lemma4331 + skolem:lemma4332 + [ a r:Fact; r:gives {(9980 899) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2898 a r:Inference; r:gives { - 900 :recursionCount 4 . + 900 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4896 + [ a r:Fact; r:gives {900 math:notEqualTo 0}] + skolem:lemma4333 + [ a r:Fact; r:gives {((0 9 0 0) "=<") list:sort (0 0 0 9)}] + [ a r:Fact; r:gives {((0 9 0 0) ">=") list:sort (9 0 0 0)}] + skolem:lemma3023 + skolem:lemma3024 + [ a r:Fact; r:gives {(9000 9) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2899 a r:Inference; r:gives { - 901 :recursionCount 4 . + 901 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4897 + [ a r:Fact; r:gives {901 math:notEqualTo 0}] + skolem:lemma4334 + [ a r:Fact; r:gives {((0 9 0 1) "=<") list:sort (0 0 1 9)}] + [ a r:Fact; r:gives {((0 9 0 1) ">=") list:sort (9 1 0 0)}] + skolem:lemma3051 + skolem:lemma3052 + [ a r:Fact; r:gives {(9100 19) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2900 a r:Inference; r:gives { - 902 :recursionCount 3 . + 902 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4898 + [ a r:Fact; r:gives {902 math:notEqualTo 0}] + skolem:lemma4335 + [ a r:Fact; r:gives {((0 9 0 2) "=<") list:sort (0 0 2 9)}] + [ a r:Fact; r:gives {((0 9 0 2) ">=") list:sort (9 2 0 0)}] + skolem:lemma3077 + skolem:lemma3078 + [ a r:Fact; r:gives {(9200 29) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2901 a r:Inference; r:gives { - 903 :recursionCount 3 . + 903 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4899 + [ a r:Fact; r:gives {903 math:notEqualTo 0}] + skolem:lemma4336 + [ a r:Fact; r:gives {((0 9 0 3) "=<") list:sort (0 0 3 9)}] + [ a r:Fact; r:gives {((0 9 0 3) ">=") list:sort (9 3 0 0)}] + skolem:lemma3101 + skolem:lemma3102 + [ a r:Fact; r:gives {(9300 39) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2902 a r:Inference; r:gives { - 904 :recursionCount 7 . + 904 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4900 + [ a r:Fact; r:gives {904 math:notEqualTo 0}] + skolem:lemma4337 + [ a r:Fact; r:gives {((0 9 0 4) "=<") list:sort (0 0 4 9)}] + [ a r:Fact; r:gives {((0 9 0 4) ">=") list:sort (9 4 0 0)}] + skolem:lemma3123 + skolem:lemma3124 + [ a r:Fact; r:gives {(9400 49) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2903 a r:Inference; r:gives { - 905 :recursionCount 7 . + 905 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4901 + [ a r:Fact; r:gives {905 math:notEqualTo 0}] + skolem:lemma4338 + [ a r:Fact; r:gives {((0 9 0 5) "=<") list:sort (0 0 5 9)}] + [ a r:Fact; r:gives {((0 9 0 5) ">=") list:sort (9 5 0 0)}] + skolem:lemma3143 + skolem:lemma3144 + [ a r:Fact; r:gives {(9500 59) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2904 a r:Inference; r:gives { - 906 :recursionCount 7 . + 906 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4902 + [ a r:Fact; r:gives {906 math:notEqualTo 0}] + skolem:lemma4339 + [ a r:Fact; r:gives {((0 9 0 6) "=<") list:sort (0 0 6 9)}] + [ a r:Fact; r:gives {((0 9 0 6) ">=") list:sort (9 6 0 0)}] + skolem:lemma3161 + skolem:lemma3162 + [ a r:Fact; r:gives {(9600 69) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2905 a r:Inference; r:gives { - 907 :recursionCount 3 . + 907 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4903 + [ a r:Fact; r:gives {907 math:notEqualTo 0}] + skolem:lemma4340 + [ a r:Fact; r:gives {((0 9 0 7) "=<") list:sort (0 0 7 9)}] + [ a r:Fact; r:gives {((0 9 0 7) ">=") list:sort (9 7 0 0)}] + skolem:lemma3177 + skolem:lemma3178 + [ a r:Fact; r:gives {(9700 79) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2906 a r:Inference; r:gives { - 908 :recursionCount 3 . + 908 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4904 + [ a r:Fact; r:gives {908 math:notEqualTo 0}] + skolem:lemma4341 + [ a r:Fact; r:gives {((0 9 0 8) "=<") list:sort (0 0 8 9)}] + [ a r:Fact; r:gives {((0 9 0 8) ">=") list:sort (9 8 0 0)}] + skolem:lemma3191 + skolem:lemma3192 + [ a r:Fact; r:gives {(9800 89) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2907 a r:Inference; r:gives { - 909 :recursionCount 4 . + 909 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4905 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - + [ a r:Fact; r:gives {909 math:notEqualTo 0}] + skolem:lemma4342 + [ a r:Fact; r:gives {((0 9 0 9) "=<") list:sort (0 0 9 9)}] + [ a r:Fact; r:gives {((0 9 0 9) ">=") list:sort (9 9 0 0)}] + skolem:lemma3203 + skolem:lemma3204 + [ a r:Fact; r:gives {(9900 99) math:difference 9801}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9801 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9801 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 909]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9801]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. + skolem:lemma2908 a r:Inference; r:gives { - 910 :recursionCount 4 . + 910 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4906 + [ a r:Fact; r:gives {910 math:notEqualTo 0}] + skolem:lemma4343 + [ a r:Fact; r:gives {((0 9 1 0) "=<") list:sort (0 0 1 9)}] + [ a r:Fact; r:gives {((0 9 1 0) ">=") list:sort (9 1 0 0)}] + skolem:lemma3051 + skolem:lemma3052 + [ a r:Fact; r:gives {(9100 19) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2909 a r:Inference; r:gives { - 911 :recursionCount 4 . + 911 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4907 + [ a r:Fact; r:gives {911 math:notEqualTo 0}] + skolem:lemma4344 + [ a r:Fact; r:gives {((0 9 1 1) "=<") list:sort (0 1 1 9)}] + [ a r:Fact; r:gives {((0 9 1 1) ">=") list:sort (9 1 1 0)}] + skolem:lemma3241 + skolem:lemma3242 + [ a r:Fact; r:gives {(9110 119) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2910 a r:Inference; r:gives { - 912 :recursionCount 4 . + 912 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4908 + [ a r:Fact; r:gives {912 math:notEqualTo 0}] + skolem:lemma4345 + [ a r:Fact; r:gives {((0 9 1 2) "=<") list:sort (0 1 2 9)}] + [ a r:Fact; r:gives {((0 9 1 2) ">=") list:sort (9 2 1 0)}] + skolem:lemma3267 + skolem:lemma3268 + [ a r:Fact; r:gives {(9210 129) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2911 a r:Inference; r:gives { - 913 :recursionCount 3 . + 913 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4909 + [ a r:Fact; r:gives {913 math:notEqualTo 0}] + skolem:lemma4346 + [ a r:Fact; r:gives {((0 9 1 3) "=<") list:sort (0 1 3 9)}] + [ a r:Fact; r:gives {((0 9 1 3) ">=") list:sort (9 3 1 0)}] + skolem:lemma3291 + skolem:lemma3292 + [ a r:Fact; r:gives {(9310 139) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2912 a r:Inference; r:gives { - 914 :recursionCount 3 . + 914 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4910 + [ a r:Fact; r:gives {914 math:notEqualTo 0}] + skolem:lemma4347 + [ a r:Fact; r:gives {((0 9 1 4) "=<") list:sort (0 1 4 9)}] + [ a r:Fact; r:gives {((0 9 1 4) ">=") list:sort (9 4 1 0)}] + skolem:lemma3313 + skolem:lemma3314 + [ a r:Fact; r:gives {(9410 149) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2913 a r:Inference; r:gives { - 915 :recursionCount 7 . + 915 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4911 + [ a r:Fact; r:gives {915 math:notEqualTo 0}] + skolem:lemma4348 + [ a r:Fact; r:gives {((0 9 1 5) "=<") list:sort (0 1 5 9)}] + [ a r:Fact; r:gives {((0 9 1 5) ">=") list:sort (9 5 1 0)}] + skolem:lemma3333 + skolem:lemma3334 + [ a r:Fact; r:gives {(9510 159) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2914 a r:Inference; r:gives { - 916 :recursionCount 7 . + 916 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4912 + [ a r:Fact; r:gives {916 math:notEqualTo 0}] + skolem:lemma4349 + [ a r:Fact; r:gives {((0 9 1 6) "=<") list:sort (0 1 6 9)}] + [ a r:Fact; r:gives {((0 9 1 6) ">=") list:sort (9 6 1 0)}] + skolem:lemma3351 + skolem:lemma3352 + [ a r:Fact; r:gives {(9610 169) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2915 a r:Inference; r:gives { - 917 :recursionCount 7 . + 917 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4913 + [ a r:Fact; r:gives {917 math:notEqualTo 0}] + skolem:lemma4350 + [ a r:Fact; r:gives {((0 9 1 7) "=<") list:sort (0 1 7 9)}] + [ a r:Fact; r:gives {((0 9 1 7) ">=") list:sort (9 7 1 0)}] + skolem:lemma3367 + skolem:lemma3368 + [ a r:Fact; r:gives {(9710 179) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2916 a r:Inference; r:gives { - 918 :recursionCount 3 . + 918 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4914 + [ a r:Fact; r:gives {918 math:notEqualTo 0}] + skolem:lemma4351 + [ a r:Fact; r:gives {((0 9 1 8) "=<") list:sort (0 1 8 9)}] + [ a r:Fact; r:gives {((0 9 1 8) ">=") list:sort (9 8 1 0)}] + skolem:lemma3381 + skolem:lemma3382 + [ a r:Fact; r:gives {(9810 189) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2917 a r:Inference; r:gives { - 919 :recursionCount 3 . + 919 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4915 + [ a r:Fact; r:gives {919 math:notEqualTo 0}] + skolem:lemma4352 + [ a r:Fact; r:gives {((0 9 1 9) "=<") list:sort (0 1 9 9)}] + [ a r:Fact; r:gives {((0 9 1 9) ">=") list:sort (9 9 1 0)}] + skolem:lemma3393 + skolem:lemma3394 + [ a r:Fact; r:gives {(9910 199) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2918 a r:Inference; r:gives { - 920 :recursionCount 3 . + 920 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4916 + [ a r:Fact; r:gives {920 math:notEqualTo 0}] + skolem:lemma4353 + [ a r:Fact; r:gives {((0 9 2 0) "=<") list:sort (0 0 2 9)}] + [ a r:Fact; r:gives {((0 9 2 0) ">=") list:sort (9 2 0 0)}] + skolem:lemma3077 + skolem:lemma3078 + [ a r:Fact; r:gives {(9200 29) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2919 a r:Inference; r:gives { - 921 :recursionCount 4 . + 921 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4917 + [ a r:Fact; r:gives {921 math:notEqualTo 0}] + skolem:lemma4354 + [ a r:Fact; r:gives {((0 9 2 1) "=<") list:sort (0 1 2 9)}] + [ a r:Fact; r:gives {((0 9 2 1) ">=") list:sort (9 2 1 0)}] + skolem:lemma3267 + skolem:lemma3268 + [ a r:Fact; r:gives {(9210 129) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2920 a r:Inference; r:gives { - 922 :recursionCount 4 . + 922 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4918 + [ a r:Fact; r:gives {922 math:notEqualTo 0}] + skolem:lemma4355 + [ a r:Fact; r:gives {((0 9 2 2) "=<") list:sort (0 2 2 9)}] + [ a r:Fact; r:gives {((0 9 2 2) ">=") list:sort (9 2 2 0)}] + skolem:lemma3439 + skolem:lemma3440 + [ a r:Fact; r:gives {(9220 229) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2921 a r:Inference; r:gives { - 923 :recursionCount 4 . + 923 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4919 + [ a r:Fact; r:gives {923 math:notEqualTo 0}] + skolem:lemma4356 + [ a r:Fact; r:gives {((0 9 2 3) "=<") list:sort (0 2 3 9)}] + [ a r:Fact; r:gives {((0 9 2 3) ">=") list:sort (9 3 2 0)}] + skolem:lemma3463 + skolem:lemma3464 + [ a r:Fact; r:gives {(9320 239) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2922 a r:Inference; r:gives { - 924 :recursionCount 3 . + 924 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4920 + [ a r:Fact; r:gives {924 math:notEqualTo 0}] + skolem:lemma4357 + [ a r:Fact; r:gives {((0 9 2 4) "=<") list:sort (0 2 4 9)}] + [ a r:Fact; r:gives {((0 9 2 4) ">=") list:sort (9 4 2 0)}] + skolem:lemma3485 + skolem:lemma3486 + [ a r:Fact; r:gives {(9420 249) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2923 a r:Inference; r:gives { - 925 :recursionCount 3 . + 925 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4921 + [ a r:Fact; r:gives {925 math:notEqualTo 0}] + skolem:lemma4358 + [ a r:Fact; r:gives {((0 9 2 5) "=<") list:sort (0 2 5 9)}] + [ a r:Fact; r:gives {((0 9 2 5) ">=") list:sort (9 5 2 0)}] + skolem:lemma3505 + skolem:lemma3506 + [ a r:Fact; r:gives {(9520 259) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2924 a r:Inference; r:gives { - 926 :recursionCount 7 . + 926 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4922 + [ a r:Fact; r:gives {926 math:notEqualTo 0}] + skolem:lemma4359 + [ a r:Fact; r:gives {((0 9 2 6) "=<") list:sort (0 2 6 9)}] + [ a r:Fact; r:gives {((0 9 2 6) ">=") list:sort (9 6 2 0)}] + skolem:lemma3523 + skolem:lemma3524 + [ a r:Fact; r:gives {(9620 269) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2925 a r:Inference; r:gives { - 927 :recursionCount 7 . + 927 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4923 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma2926 a r:Inference; - r:gives { - 928 :recursionCount 7 . + [ a r:Fact; r:gives {927 math:notEqualTo 0}] + skolem:lemma4360 + [ a r:Fact; r:gives {((0 9 2 7) "=<") list:sort (0 2 7 9)}] + [ a r:Fact; r:gives {((0 9 2 7) ">=") list:sort (9 7 2 0)}] + skolem:lemma3539 + skolem:lemma3540 + [ a r:Fact; r:gives {(9720 279) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 927]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. + +skolem:lemma2926 a r:Inference; + r:gives { + 928 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4924 + [ a r:Fact; r:gives {928 math:notEqualTo 0}] + skolem:lemma4361 + [ a r:Fact; r:gives {((0 9 2 8) "=<") list:sort (0 2 8 9)}] + [ a r:Fact; r:gives {((0 9 2 8) ">=") list:sort (9 8 2 0)}] + skolem:lemma3553 + skolem:lemma3554 + [ a r:Fact; r:gives {(9820 289) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2927 a r:Inference; r:gives { - 929 :recursionCount 3 . + 929 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4925 + [ a r:Fact; r:gives {929 math:notEqualTo 0}] + skolem:lemma4362 + [ a r:Fact; r:gives {((0 9 2 9) "=<") list:sort (0 2 9 9)}] + [ a r:Fact; r:gives {((0 9 2 9) ">=") list:sort (9 9 2 0)}] + skolem:lemma3565 + skolem:lemma3566 + [ a r:Fact; r:gives {(9920 299) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2928 a r:Inference; r:gives { - 930 :recursionCount 3 . + 930 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4926 + [ a r:Fact; r:gives {930 math:notEqualTo 0}] + skolem:lemma4363 + [ a r:Fact; r:gives {((0 9 3 0) "=<") list:sort (0 0 3 9)}] + [ a r:Fact; r:gives {((0 9 3 0) ">=") list:sort (9 3 0 0)}] + skolem:lemma3101 + skolem:lemma3102 + [ a r:Fact; r:gives {(9300 39) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2929 a r:Inference; r:gives { - 931 :recursionCount 3 . + 931 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4927 + [ a r:Fact; r:gives {931 math:notEqualTo 0}] + skolem:lemma4364 + [ a r:Fact; r:gives {((0 9 3 1) "=<") list:sort (0 1 3 9)}] + [ a r:Fact; r:gives {((0 9 3 1) ">=") list:sort (9 3 1 0)}] + skolem:lemma3291 + skolem:lemma3292 + [ a r:Fact; r:gives {(9310 139) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2930 a r:Inference; r:gives { - 932 :recursionCount 4 . + 932 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4928 + [ a r:Fact; r:gives {932 math:notEqualTo 0}] + skolem:lemma4365 + [ a r:Fact; r:gives {((0 9 3 2) "=<") list:sort (0 2 3 9)}] + [ a r:Fact; r:gives {((0 9 3 2) ">=") list:sort (9 3 2 0)}] + skolem:lemma3463 + skolem:lemma3464 + [ a r:Fact; r:gives {(9320 239) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2931 a r:Inference; r:gives { - 933 :recursionCount 4 . + 933 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4929 + [ a r:Fact; r:gives {933 math:notEqualTo 0}] + skolem:lemma4366 + [ a r:Fact; r:gives {((0 9 3 3) "=<") list:sort (0 3 3 9)}] + [ a r:Fact; r:gives {((0 9 3 3) ">=") list:sort (9 3 3 0)}] + skolem:lemma3619 + skolem:lemma3620 + [ a r:Fact; r:gives {(9330 339) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2932 a r:Inference; r:gives { - 934 :recursionCount 4 . + 934 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4930 + [ a r:Fact; r:gives {934 math:notEqualTo 0}] + skolem:lemma4367 + [ a r:Fact; r:gives {((0 9 3 4) "=<") list:sort (0 3 4 9)}] + [ a r:Fact; r:gives {((0 9 3 4) ">=") list:sort (9 4 3 0)}] + skolem:lemma3641 + skolem:lemma3642 + [ a r:Fact; r:gives {(9430 349) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2933 a r:Inference; r:gives { - 935 :recursionCount 3 . + 935 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4931 + [ a r:Fact; r:gives {935 math:notEqualTo 0}] + skolem:lemma4368 + [ a r:Fact; r:gives {((0 9 3 5) "=<") list:sort (0 3 5 9)}] + [ a r:Fact; r:gives {((0 9 3 5) ">=") list:sort (9 5 3 0)}] + skolem:lemma3661 + skolem:lemma3662 + [ a r:Fact; r:gives {(9530 359) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2934 a r:Inference; r:gives { - 936 :recursionCount 3 . + 936 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4932 + [ a r:Fact; r:gives {936 math:notEqualTo 0}] + skolem:lemma4369 + [ a r:Fact; r:gives {((0 9 3 6) "=<") list:sort (0 3 6 9)}] + [ a r:Fact; r:gives {((0 9 3 6) ">=") list:sort (9 6 3 0)}] + skolem:lemma3679 + skolem:lemma3680 + [ a r:Fact; r:gives {(9630 369) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2935 a r:Inference; r:gives { - 937 :recursionCount 7 . + 937 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4933 + [ a r:Fact; r:gives {937 math:notEqualTo 0}] + skolem:lemma4370 + [ a r:Fact; r:gives {((0 9 3 7) "=<") list:sort (0 3 7 9)}] + [ a r:Fact; r:gives {((0 9 3 7) ">=") list:sort (9 7 3 0)}] + skolem:lemma3695 + skolem:lemma3696 + [ a r:Fact; r:gives {(9730 379) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2936 a r:Inference; r:gives { - 938 :recursionCount 7 . + 938 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4934 + [ a r:Fact; r:gives {938 math:notEqualTo 0}] + skolem:lemma4371 + [ a r:Fact; r:gives {((0 9 3 8) "=<") list:sort (0 3 8 9)}] + [ a r:Fact; r:gives {((0 9 3 8) ">=") list:sort (9 8 3 0)}] + skolem:lemma3709 + skolem:lemma3710 + [ a r:Fact; r:gives {(9830 389) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2937 a r:Inference; r:gives { - 939 :recursionCount 7 . + 939 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4935 + [ a r:Fact; r:gives {939 math:notEqualTo 0}] + skolem:lemma4372 + [ a r:Fact; r:gives {((0 9 3 9) "=<") list:sort (0 3 9 9)}] + [ a r:Fact; r:gives {((0 9 3 9) ">=") list:sort (9 9 3 0)}] + skolem:lemma3721 + skolem:lemma3722 + [ a r:Fact; r:gives {(9930 399) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2938 a r:Inference; r:gives { - 940 :recursionCount 7 . + 940 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4936 + [ a r:Fact; r:gives {940 math:notEqualTo 0}] + skolem:lemma4373 + [ a r:Fact; r:gives {((0 9 4 0) "=<") list:sort (0 0 4 9)}] + [ a r:Fact; r:gives {((0 9 4 0) ">=") list:sort (9 4 0 0)}] + skolem:lemma3123 + skolem:lemma3124 + [ a r:Fact; r:gives {(9400 49) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2939 a r:Inference; r:gives { - 941 :recursionCount 3 . + 941 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4937 + [ a r:Fact; r:gives {941 math:notEqualTo 0}] + skolem:lemma4374 + [ a r:Fact; r:gives {((0 9 4 1) "=<") list:sort (0 1 4 9)}] + [ a r:Fact; r:gives {((0 9 4 1) ">=") list:sort (9 4 1 0)}] + skolem:lemma3313 + skolem:lemma3314 + [ a r:Fact; r:gives {(9410 149) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2940 a r:Inference; r:gives { - 942 :recursionCount 3 . + 942 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4938 + [ a r:Fact; r:gives {942 math:notEqualTo 0}] + skolem:lemma4375 + [ a r:Fact; r:gives {((0 9 4 2) "=<") list:sort (0 2 4 9)}] + [ a r:Fact; r:gives {((0 9 4 2) ">=") list:sort (9 4 2 0)}] + skolem:lemma3485 + skolem:lemma3486 + [ a r:Fact; r:gives {(9420 249) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2941 a r:Inference; r:gives { - 943 :recursionCount 4 . + 943 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4939 + [ a r:Fact; r:gives {943 math:notEqualTo 0}] + skolem:lemma4376 + [ a r:Fact; r:gives {((0 9 4 3) "=<") list:sort (0 3 4 9)}] + [ a r:Fact; r:gives {((0 9 4 3) ">=") list:sort (9 4 3 0)}] + skolem:lemma3641 + skolem:lemma3642 + [ a r:Fact; r:gives {(9430 349) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2942 a r:Inference; r:gives { - 944 :recursionCount 4 . + 944 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4940 + [ a r:Fact; r:gives {944 math:notEqualTo 0}] + skolem:lemma4377 + [ a r:Fact; r:gives {((0 9 4 4) "=<") list:sort (0 4 4 9)}] + [ a r:Fact; r:gives {((0 9 4 4) ">=") list:sort (9 4 4 0)}] + skolem:lemma3783 + skolem:lemma3784 + [ a r:Fact; r:gives {(9440 449) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2943 a r:Inference; r:gives { - 945 :recursionCount 4 . + 945 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4941 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - + [ a r:Fact; r:gives {945 math:notEqualTo 0}] + skolem:lemma4378 + [ a r:Fact; r:gives {((0 9 4 5) "=<") list:sort (0 4 5 9)}] + [ a r:Fact; r:gives {((0 9 4 5) ">=") list:sort (9 5 4 0)}] + skolem:lemma3803 + skolem:lemma3804 + [ a r:Fact; r:gives {(9540 459) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 945]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. + skolem:lemma2944 a r:Inference; r:gives { - 946 :recursionCount 3 . + 946 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4942 + [ a r:Fact; r:gives {946 math:notEqualTo 0}] + skolem:lemma4379 + [ a r:Fact; r:gives {((0 9 4 6) "=<") list:sort (0 4 6 9)}] + [ a r:Fact; r:gives {((0 9 4 6) ">=") list:sort (9 6 4 0)}] + skolem:lemma3821 + skolem:lemma3822 + [ a r:Fact; r:gives {(9640 469) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2945 a r:Inference; r:gives { - 947 :recursionCount 3 . + 947 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4943 + [ a r:Fact; r:gives {947 math:notEqualTo 0}] + skolem:lemma4380 + [ a r:Fact; r:gives {((0 9 4 7) "=<") list:sort (0 4 7 9)}] + [ a r:Fact; r:gives {((0 9 4 7) ">=") list:sort (9 7 4 0)}] + skolem:lemma3837 + skolem:lemma3838 + [ a r:Fact; r:gives {(9740 479) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2946 a r:Inference; r:gives { - 948 :recursionCount 7 . + 948 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4944 + [ a r:Fact; r:gives {948 math:notEqualTo 0}] + skolem:lemma4381 + [ a r:Fact; r:gives {((0 9 4 8) "=<") list:sort (0 4 8 9)}] + [ a r:Fact; r:gives {((0 9 4 8) ">=") list:sort (9 8 4 0)}] + skolem:lemma3851 + skolem:lemma3852 + [ a r:Fact; r:gives {(9840 489) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2947 a r:Inference; r:gives { - 949 :recursionCount 7 . + 949 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4945 + [ a r:Fact; r:gives {949 math:notEqualTo 0}] + skolem:lemma4382 + [ a r:Fact; r:gives {((0 9 4 9) "=<") list:sort (0 4 9 9)}] + [ a r:Fact; r:gives {((0 9 4 9) ">=") list:sort (9 9 4 0)}] + skolem:lemma3863 + skolem:lemma3864 + [ a r:Fact; r:gives {(9940 499) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2948 a r:Inference; r:gives { - 950 :recursionCount 7 . + 950 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4946 + [ a r:Fact; r:gives {950 math:notEqualTo 0}] + skolem:lemma4383 + [ a r:Fact; r:gives {((0 9 5 0) "=<") list:sort (0 0 5 9)}] + [ a r:Fact; r:gives {((0 9 5 0) ">=") list:sort (9 5 0 0)}] + skolem:lemma3143 + skolem:lemma3144 + [ a r:Fact; r:gives {(9500 59) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2949 a r:Inference; r:gives { - 951 :recursionCount 7 . + 951 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4947 + [ a r:Fact; r:gives {951 math:notEqualTo 0}] + skolem:lemma4384 + [ a r:Fact; r:gives {((0 9 5 1) "=<") list:sort (0 1 5 9)}] + [ a r:Fact; r:gives {((0 9 5 1) ">=") list:sort (9 5 1 0)}] + skolem:lemma3333 + skolem:lemma3334 + [ a r:Fact; r:gives {(9510 159) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2950 a r:Inference; r:gives { - 952 :recursionCount 3 . + 952 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4948 + [ a r:Fact; r:gives {952 math:notEqualTo 0}] + skolem:lemma4385 + [ a r:Fact; r:gives {((0 9 5 2) "=<") list:sort (0 2 5 9)}] + [ a r:Fact; r:gives {((0 9 5 2) ">=") list:sort (9 5 2 0)}] + skolem:lemma3505 + skolem:lemma3506 + [ a r:Fact; r:gives {(9520 259) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2951 a r:Inference; r:gives { - 953 :recursionCount 3 . + 953 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4949 + [ a r:Fact; r:gives {953 math:notEqualTo 0}] + skolem:lemma4386 + [ a r:Fact; r:gives {((0 9 5 3) "=<") list:sort (0 3 5 9)}] + [ a r:Fact; r:gives {((0 9 5 3) ">=") list:sort (9 5 3 0)}] + skolem:lemma3661 + skolem:lemma3662 + [ a r:Fact; r:gives {(9530 359) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2952 a r:Inference; r:gives { - 954 :recursionCount 4 . + 954 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4950 + [ a r:Fact; r:gives {954 math:notEqualTo 0}] + skolem:lemma4387 + [ a r:Fact; r:gives {((0 9 5 4) "=<") list:sort (0 4 5 9)}] + [ a r:Fact; r:gives {((0 9 5 4) ">=") list:sort (9 5 4 0)}] + skolem:lemma3803 + skolem:lemma3804 + [ a r:Fact; r:gives {(9540 459) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2953 a r:Inference; r:gives { - 955 :recursionCount 4 . + 955 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4951 + [ a r:Fact; r:gives {955 math:notEqualTo 0}] + skolem:lemma4388 + [ a r:Fact; r:gives {((0 9 5 5) "=<") list:sort (0 5 5 9)}] + [ a r:Fact; r:gives {((0 9 5 5) ">=") list:sort (9 5 5 0)}] + skolem:lemma3933 + skolem:lemma3934 + [ a r:Fact; r:gives {(9550 559) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2954 a r:Inference; r:gives { - 956 :recursionCount 4 . + 956 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4952 + [ a r:Fact; r:gives {956 math:notEqualTo 0}] + skolem:lemma4389 + [ a r:Fact; r:gives {((0 9 5 6) "=<") list:sort (0 5 6 9)}] + [ a r:Fact; r:gives {((0 9 5 6) ">=") list:sort (9 6 5 0)}] + skolem:lemma3951 + skolem:lemma3952 + [ a r:Fact; r:gives {(9650 569) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2955 a r:Inference; r:gives { - 957 :recursionCount 3 . + 957 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4953 + [ a r:Fact; r:gives {957 math:notEqualTo 0}] + skolem:lemma4390 + [ a r:Fact; r:gives {((0 9 5 7) "=<") list:sort (0 5 7 9)}] + [ a r:Fact; r:gives {((0 9 5 7) ">=") list:sort (9 7 5 0)}] + skolem:lemma3967 + skolem:lemma3968 + [ a r:Fact; r:gives {(9750 579) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2956 a r:Inference; r:gives { - 958 :recursionCount 3 . + 958 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4954 + [ a r:Fact; r:gives {958 math:notEqualTo 0}] + skolem:lemma4391 + [ a r:Fact; r:gives {((0 9 5 8) "=<") list:sort (0 5 8 9)}] + [ a r:Fact; r:gives {((0 9 5 8) ">=") list:sort (9 8 5 0)}] + skolem:lemma3981 + skolem:lemma3982 + [ a r:Fact; r:gives {(9850 589) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2957 a r:Inference; r:gives { - 959 :recursionCount 7 . + 959 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4955 + [ a r:Fact; r:gives {959 math:notEqualTo 0}] + skolem:lemma4392 + [ a r:Fact; r:gives {((0 9 5 9) "=<") list:sort (0 5 9 9)}] + [ a r:Fact; r:gives {((0 9 5 9) ">=") list:sort (9 9 5 0)}] + skolem:lemma3993 + skolem:lemma3994 + [ a r:Fact; r:gives {(9950 599) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2958 a r:Inference; r:gives { - 960 :recursionCount 7 . + 960 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4956 + [ a r:Fact; r:gives {960 math:notEqualTo 0}] + skolem:lemma4393 + [ a r:Fact; r:gives {((0 9 6 0) "=<") list:sort (0 0 6 9)}] + [ a r:Fact; r:gives {((0 9 6 0) ">=") list:sort (9 6 0 0)}] + skolem:lemma3161 + skolem:lemma3162 + [ a r:Fact; r:gives {(9600 69) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2959 a r:Inference; r:gives { - 961 :recursionCount 7 . + 961 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4957 + [ a r:Fact; r:gives {961 math:notEqualTo 0}] + skolem:lemma4394 + [ a r:Fact; r:gives {((0 9 6 1) "=<") list:sort (0 1 6 9)}] + [ a r:Fact; r:gives {((0 9 6 1) ">=") list:sort (9 6 1 0)}] + skolem:lemma3351 + skolem:lemma3352 + [ a r:Fact; r:gives {(9610 169) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2960 a r:Inference; r:gives { - 962 :recursionCount 7 . + 962 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4958 + [ a r:Fact; r:gives {962 math:notEqualTo 0}] + skolem:lemma4395 + [ a r:Fact; r:gives {((0 9 6 2) "=<") list:sort (0 2 6 9)}] + [ a r:Fact; r:gives {((0 9 6 2) ">=") list:sort (9 6 2 0)}] + skolem:lemma3523 + skolem:lemma3524 + [ a r:Fact; r:gives {(9620 269) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2961 a r:Inference; r:gives { - 963 :recursionCount 3 . + 963 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4959 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma2962 a r:Inference; - r:gives { - 964 :recursionCount 3 . + [ a r:Fact; r:gives {963 math:notEqualTo 0}] + skolem:lemma4396 + [ a r:Fact; r:gives {((0 9 6 3) "=<") list:sort (0 3 6 9)}] + [ a r:Fact; r:gives {((0 9 6 3) ">=") list:sort (9 6 3 0)}] + skolem:lemma3679 + skolem:lemma3680 + [ a r:Fact; r:gives {(9630 369) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 963]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + +skolem:lemma2962 a r:Inference; + r:gives { + 964 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4960 + [ a r:Fact; r:gives {964 math:notEqualTo 0}] + skolem:lemma4397 + [ a r:Fact; r:gives {((0 9 6 4) "=<") list:sort (0 4 6 9)}] + [ a r:Fact; r:gives {((0 9 6 4) ">=") list:sort (9 6 4 0)}] + skolem:lemma3821 + skolem:lemma3822 + [ a r:Fact; r:gives {(9640 469) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2963 a r:Inference; r:gives { - 965 :recursionCount 4 . + 965 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4961 + [ a r:Fact; r:gives {965 math:notEqualTo 0}] + skolem:lemma4398 + [ a r:Fact; r:gives {((0 9 6 5) "=<") list:sort (0 5 6 9)}] + [ a r:Fact; r:gives {((0 9 6 5) ">=") list:sort (9 6 5 0)}] + skolem:lemma3951 + skolem:lemma3952 + [ a r:Fact; r:gives {(9650 569) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2964 a r:Inference; r:gives { - 966 :recursionCount 4 . + 966 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4962 + [ a r:Fact; r:gives {966 math:notEqualTo 0}] + skolem:lemma4399 + [ a r:Fact; r:gives {((0 9 6 6) "=<") list:sort (0 6 6 9)}] + [ a r:Fact; r:gives {((0 9 6 6) ">=") list:sort (9 6 6 0)}] + skolem:lemma4071 + skolem:lemma4072 + [ a r:Fact; r:gives {(9660 669) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2965 a r:Inference; r:gives { - 967 :recursionCount 4 . + 967 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4963 + [ a r:Fact; r:gives {967 math:notEqualTo 0}] + skolem:lemma4400 + [ a r:Fact; r:gives {((0 9 6 7) "=<") list:sort (0 6 7 9)}] + [ a r:Fact; r:gives {((0 9 6 7) ">=") list:sort (9 7 6 0)}] + skolem:lemma4087 + skolem:lemma4088 + [ a r:Fact; r:gives {(9760 679) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2966 a r:Inference; r:gives { - 968 :recursionCount 3 . + 968 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4964 + [ a r:Fact; r:gives {968 math:notEqualTo 0}] + skolem:lemma4401 + [ a r:Fact; r:gives {((0 9 6 8) "=<") list:sort (0 6 8 9)}] + [ a r:Fact; r:gives {((0 9 6 8) ">=") list:sort (9 8 6 0)}] + skolem:lemma4101 + skolem:lemma4102 + [ a r:Fact; r:gives {(9860 689) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2967 a r:Inference; r:gives { - 969 :recursionCount 3 . + 969 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4965 + [ a r:Fact; r:gives {969 math:notEqualTo 0}] + skolem:lemma4402 + [ a r:Fact; r:gives {((0 9 6 9) "=<") list:sort (0 6 9 9)}] + [ a r:Fact; r:gives {((0 9 6 9) ">=") list:sort (9 9 6 0)}] + skolem:lemma4113 + skolem:lemma4114 + [ a r:Fact; r:gives {(9960 699) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2968 a r:Inference; r:gives { - 970 :recursionCount 3 . + 970 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4966 + [ a r:Fact; r:gives {970 math:notEqualTo 0}] + skolem:lemma4403 + [ a r:Fact; r:gives {((0 9 7 0) "=<") list:sort (0 0 7 9)}] + [ a r:Fact; r:gives {((0 9 7 0) ">=") list:sort (9 7 0 0)}] + skolem:lemma3177 + skolem:lemma3178 + [ a r:Fact; r:gives {(9700 79) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2969 a r:Inference; r:gives { - 971 :recursionCount 7 . + 971 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4967 + [ a r:Fact; r:gives {971 math:notEqualTo 0}] + skolem:lemma4404 + [ a r:Fact; r:gives {((0 9 7 1) "=<") list:sort (0 1 7 9)}] + [ a r:Fact; r:gives {((0 9 7 1) ">=") list:sort (9 7 1 0)}] + skolem:lemma3367 + skolem:lemma3368 + [ a r:Fact; r:gives {(9710 179) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2970 a r:Inference; r:gives { - 972 :recursionCount 7 . + 972 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4968 + [ a r:Fact; r:gives {972 math:notEqualTo 0}] + skolem:lemma4405 + [ a r:Fact; r:gives {((0 9 7 2) "=<") list:sort (0 2 7 9)}] + [ a r:Fact; r:gives {((0 9 7 2) ">=") list:sort (9 7 2 0)}] + skolem:lemma3539 + skolem:lemma3540 + [ a r:Fact; r:gives {(9720 279) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2971 a r:Inference; r:gives { - 973 :recursionCount 7 . + 973 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4969 + [ a r:Fact; r:gives {973 math:notEqualTo 0}] + skolem:lemma4406 + [ a r:Fact; r:gives {((0 9 7 3) "=<") list:sort (0 3 7 9)}] + [ a r:Fact; r:gives {((0 9 7 3) ">=") list:sort (9 7 3 0)}] + skolem:lemma3695 + skolem:lemma3696 + [ a r:Fact; r:gives {(9730 379) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2972 a r:Inference; r:gives { - 974 :recursionCount 3 . + 974 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4970 + [ a r:Fact; r:gives {974 math:notEqualTo 0}] + skolem:lemma4407 + [ a r:Fact; r:gives {((0 9 7 4) "=<") list:sort (0 4 7 9)}] + [ a r:Fact; r:gives {((0 9 7 4) ">=") list:sort (9 7 4 0)}] + skolem:lemma3837 + skolem:lemma3838 + [ a r:Fact; r:gives {(9740 479) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2973 a r:Inference; r:gives { - 975 :recursionCount 3 . + 975 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4971 + [ a r:Fact; r:gives {975 math:notEqualTo 0}] + skolem:lemma4408 + [ a r:Fact; r:gives {((0 9 7 5) "=<") list:sort (0 5 7 9)}] + [ a r:Fact; r:gives {((0 9 7 5) ">=") list:sort (9 7 5 0)}] + skolem:lemma3967 + skolem:lemma3968 + [ a r:Fact; r:gives {(9750 579) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2974 a r:Inference; r:gives { - 976 :recursionCount 4 . + 976 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4972 + [ a r:Fact; r:gives {976 math:notEqualTo 0}] + skolem:lemma4409 + [ a r:Fact; r:gives {((0 9 7 6) "=<") list:sort (0 6 7 9)}] + [ a r:Fact; r:gives {((0 9 7 6) ">=") list:sort (9 7 6 0)}] + skolem:lemma4087 + skolem:lemma4088 + [ a r:Fact; r:gives {(9760 679) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2975 a r:Inference; r:gives { - 977 :recursionCount 4 . + 977 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4973 + [ a r:Fact; r:gives {977 math:notEqualTo 0}] + skolem:lemma4410 + [ a r:Fact; r:gives {((0 9 7 7) "=<") list:sort (0 7 7 9)}] + [ a r:Fact; r:gives {((0 9 7 7) ">=") list:sort (9 7 7 0)}] + skolem:lemma4199 + skolem:lemma4200 + [ a r:Fact; r:gives {(9770 779) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2976 a r:Inference; r:gives { - 978 :recursionCount 4 . + 978 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4974 + [ a r:Fact; r:gives {978 math:notEqualTo 0}] + skolem:lemma4411 + [ a r:Fact; r:gives {((0 9 7 8) "=<") list:sort (0 7 8 9)}] + [ a r:Fact; r:gives {((0 9 7 8) ">=") list:sort (9 8 7 0)}] + skolem:lemma4213 + skolem:lemma4214 + [ a r:Fact; r:gives {(9870 789) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2977 a r:Inference; r:gives { - 979 :recursionCount 3 . + 979 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4975 + [ a r:Fact; r:gives {979 math:notEqualTo 0}] + skolem:lemma4412 + [ a r:Fact; r:gives {((0 9 7 9) "=<") list:sort (0 7 9 9)}] + [ a r:Fact; r:gives {((0 9 7 9) ">=") list:sort (9 9 7 0)}] + skolem:lemma4225 + skolem:lemma4226 + [ a r:Fact; r:gives {(9970 799) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2978 a r:Inference; r:gives { - 980 :recursionCount 3 . + 980 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4976 + [ a r:Fact; r:gives {980 math:notEqualTo 0}] + skolem:lemma4413 + [ a r:Fact; r:gives {((0 9 8 0) "=<") list:sort (0 0 8 9)}] + [ a r:Fact; r:gives {((0 9 8 0) ">=") list:sort (9 8 0 0)}] + skolem:lemma3191 + skolem:lemma3192 + [ a r:Fact; r:gives {(9800 89) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2979 a r:Inference; r:gives { - 981 :recursionCount 3 . + 981 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4977 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - + [ a r:Fact; r:gives {981 math:notEqualTo 0}] + skolem:lemma4414 + [ a r:Fact; r:gives {((0 9 8 1) "=<") list:sort (0 1 8 9)}] + [ a r:Fact; r:gives {((0 9 8 1) ">=") list:sort (9 8 1 0)}] + skolem:lemma3381 + skolem:lemma3382 + [ a r:Fact; r:gives {(9810 189) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 981]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. + skolem:lemma2980 a r:Inference; r:gives { - 982 :recursionCount 7 . + 982 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4978 + [ a r:Fact; r:gives {982 math:notEqualTo 0}] + skolem:lemma4415 + [ a r:Fact; r:gives {((0 9 8 2) "=<") list:sort (0 2 8 9)}] + [ a r:Fact; r:gives {((0 9 8 2) ">=") list:sort (9 8 2 0)}] + skolem:lemma3553 + skolem:lemma3554 + [ a r:Fact; r:gives {(9820 289) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2981 a r:Inference; r:gives { - 983 :recursionCount 7 . + 983 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4979 + [ a r:Fact; r:gives {983 math:notEqualTo 0}] + skolem:lemma4416 + [ a r:Fact; r:gives {((0 9 8 3) "=<") list:sort (0 3 8 9)}] + [ a r:Fact; r:gives {((0 9 8 3) ">=") list:sort (9 8 3 0)}] + skolem:lemma3709 + skolem:lemma3710 + [ a r:Fact; r:gives {(9830 389) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2982 a r:Inference; r:gives { - 984 :recursionCount 7 . + 984 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4980 + [ a r:Fact; r:gives {984 math:notEqualTo 0}] + skolem:lemma4417 + [ a r:Fact; r:gives {((0 9 8 4) "=<") list:sort (0 4 8 9)}] + [ a r:Fact; r:gives {((0 9 8 4) ">=") list:sort (9 8 4 0)}] + skolem:lemma3851 + skolem:lemma3852 + [ a r:Fact; r:gives {(9840 489) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2983 a r:Inference; r:gives { - 985 :recursionCount 3 . + 985 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4981 + [ a r:Fact; r:gives {985 math:notEqualTo 0}] + skolem:lemma4418 + [ a r:Fact; r:gives {((0 9 8 5) "=<") list:sort (0 5 8 9)}] + [ a r:Fact; r:gives {((0 9 8 5) ">=") list:sort (9 8 5 0)}] + skolem:lemma3981 + skolem:lemma3982 + [ a r:Fact; r:gives {(9850 589) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2984 a r:Inference; r:gives { - 986 :recursionCount 3 . + 986 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4982 + [ a r:Fact; r:gives {986 math:notEqualTo 0}] + skolem:lemma4419 + [ a r:Fact; r:gives {((0 9 8 6) "=<") list:sort (0 6 8 9)}] + [ a r:Fact; r:gives {((0 9 8 6) ">=") list:sort (9 8 6 0)}] + skolem:lemma4101 + skolem:lemma4102 + [ a r:Fact; r:gives {(9860 689) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2985 a r:Inference; r:gives { - 987 :recursionCount 4 . + 987 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4983 + [ a r:Fact; r:gives {987 math:notEqualTo 0}] + skolem:lemma4420 + [ a r:Fact; r:gives {((0 9 8 7) "=<") list:sort (0 7 8 9)}] + [ a r:Fact; r:gives {((0 9 8 7) ">=") list:sort (9 8 7 0)}] + skolem:lemma4213 + skolem:lemma4214 + [ a r:Fact; r:gives {(9870 789) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2986 a r:Inference; r:gives { - 988 :recursionCount 4 . + 988 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4984 + [ a r:Fact; r:gives {988 math:notEqualTo 0}] + skolem:lemma4421 + [ a r:Fact; r:gives {((0 9 8 8) "=<") list:sort (0 8 8 9)}] + [ a r:Fact; r:gives {((0 9 8 8) ">=") list:sort (9 8 8 0)}] + skolem:lemma4319 + skolem:lemma4320 + [ a r:Fact; r:gives {(9880 889) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2987 a r:Inference; r:gives { - 989 :recursionCount 4 . + 989 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4985 + [ a r:Fact; r:gives {989 math:notEqualTo 0}] + skolem:lemma4422 + [ a r:Fact; r:gives {((0 9 8 9) "=<") list:sort (0 8 9 9)}] + [ a r:Fact; r:gives {((0 9 8 9) ">=") list:sort (9 9 8 0)}] + skolem:lemma4331 + skolem:lemma4332 + [ a r:Fact; r:gives {(9980 899) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2988 a r:Inference; r:gives { - 990 :recursionCount 4 . + 990 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4986 + [ a r:Fact; r:gives {990 math:notEqualTo 0}] + skolem:lemma4423 + [ a r:Fact; r:gives {((0 9 9 0) "=<") list:sort (0 0 9 9)}] + [ a r:Fact; r:gives {((0 9 9 0) ">=") list:sort (9 9 0 0)}] + skolem:lemma3203 + skolem:lemma3204 + [ a r:Fact; r:gives {(9900 99) math:difference 9801}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9801 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9801 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9801]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. skolem:lemma2989 a r:Inference; r:gives { - 991 :recursionCount 3 . + 991 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4987 + [ a r:Fact; r:gives {991 math:notEqualTo 0}] + skolem:lemma4424 + [ a r:Fact; r:gives {((0 9 9 1) "=<") list:sort (0 1 9 9)}] + [ a r:Fact; r:gives {((0 9 9 1) ">=") list:sort (9 9 1 0)}] + skolem:lemma3393 + skolem:lemma3394 + [ a r:Fact; r:gives {(9910 199) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2990 a r:Inference; r:gives { - 992 :recursionCount 3 . + 992 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4988 + [ a r:Fact; r:gives {992 math:notEqualTo 0}] + skolem:lemma4425 + [ a r:Fact; r:gives {((0 9 9 2) "=<") list:sort (0 2 9 9)}] + [ a r:Fact; r:gives {((0 9 9 2) ">=") list:sort (9 9 2 0)}] + skolem:lemma3565 + skolem:lemma3566 + [ a r:Fact; r:gives {(9920 299) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2991 a r:Inference; r:gives { - 993 :recursionCount 7 . + 993 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4989 + [ a r:Fact; r:gives {993 math:notEqualTo 0}] + skolem:lemma4426 + [ a r:Fact; r:gives {((0 9 9 3) "=<") list:sort (0 3 9 9)}] + [ a r:Fact; r:gives {((0 9 9 3) ">=") list:sort (9 9 3 0)}] + skolem:lemma3721 + skolem:lemma3722 + [ a r:Fact; r:gives {(9930 399) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2992 a r:Inference; r:gives { - 994 :recursionCount 7 . + 994 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4990 + [ a r:Fact; r:gives {994 math:notEqualTo 0}] + skolem:lemma4427 + [ a r:Fact; r:gives {((0 9 9 4) "=<") list:sort (0 4 9 9)}] + [ a r:Fact; r:gives {((0 9 9 4) ">=") list:sort (9 9 4 0)}] + skolem:lemma3863 + skolem:lemma3864 + [ a r:Fact; r:gives {(9940 499) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2993 a r:Inference; r:gives { - 995 :recursionCount 7 . + 995 :kaprekar (0 7). }; r:evidence ( - skolem:lemma4991 + [ a r:Fact; r:gives {995 math:notEqualTo 0}] + skolem:lemma4428 + [ a r:Fact; r:gives {((0 9 9 5) "=<") list:sort (0 5 9 9)}] + [ a r:Fact; r:gives {((0 9 9 5) ">=") list:sort (9 9 5 0)}] + skolem:lemma3993 + skolem:lemma3994 + [ a r:Fact; r:gives {(9950 599) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma3000. skolem:lemma2994 a r:Inference; r:gives { - 996 :recursionCount 3 . + 996 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4992 + [ a r:Fact; r:gives {996 math:notEqualTo 0}] + skolem:lemma4429 + [ a r:Fact; r:gives {((0 9 9 6) "=<") list:sort (0 6 9 9)}] + [ a r:Fact; r:gives {((0 9 9 6) ">=") list:sort (9 9 6 0)}] + skolem:lemma4113 + skolem:lemma4114 + [ a r:Fact; r:gives {(9960 699) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2995 a r:Inference; r:gives { - 997 :recursionCount 3 . + 997 :kaprekar (0 3). }; r:evidence ( - skolem:lemma4993 + [ a r:Fact; r:gives {997 math:notEqualTo 0}] + skolem:lemma4430 + [ a r:Fact; r:gives {((0 9 9 7) "=<") list:sort (0 7 9 9)}] + [ a r:Fact; r:gives {((0 9 9 7) ">=") list:sort (9 9 7 0)}] + skolem:lemma4225 + skolem:lemma4226 + [ a r:Fact; r:gives {(9970 799) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma3000. skolem:lemma2996 a r:Inference; r:gives { - 998 :recursionCount 4 . + 998 :kaprekar (0 4). }; r:evidence ( - skolem:lemma4994 + [ a r:Fact; r:gives {998 math:notEqualTo 0}] + skolem:lemma4431 + [ a r:Fact; r:gives {((0 9 9 8) "=<") list:sort (0 8 9 9)}] + [ a r:Fact; r:gives {((0 9 9 8) ">=") list:sort (9 9 8 0)}] + skolem:lemma4331 + skolem:lemma4332 + [ a r:Fact; r:gives {(9980 899) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma2997 a r:Inference; - r:gives { - 999 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma4995 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma2998 a r:Inference; - r:gives { - 1000 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma4996 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma2999 a r:Inference; - r:gives { - 1001 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma4997 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1001]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3000 a r:Inference; - r:gives { - 1002 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma4998 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1002]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3001 a r:Inference; - r:gives { - 1003 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma4999 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1003]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3002 a r:Inference; - r:gives { - 1004 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5000 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1004]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3003 a r:Inference; - r:gives { - 1005 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5001 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1005]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3004 a r:Inference; - r:gives { - 1006 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5002 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1006]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3005 a r:Inference; - r:gives { - 1007 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5003 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1007]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3006 a r:Inference; - r:gives { - 1008 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5004 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1008]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3007 a r:Inference; - r:gives { - 1009 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5005 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1009]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3008 a r:Inference; - r:gives { - 1010 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5006 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1010]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3009 a r:Inference; - r:gives { - 1011 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5007 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1011]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3010 a r:Inference; - r:gives { - 1012 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5008 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1012]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3011 a r:Inference; - r:gives { - 1013 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5009 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1013]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3012 a r:Inference; - r:gives { - 1014 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5010 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1014]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3013 a r:Inference; - r:gives { - 1015 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5011 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1015]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3014 a r:Inference; - r:gives { - 1016 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5012 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1016]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3015 a r:Inference; - r:gives { - 1017 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5013 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1017]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3016 a r:Inference; - r:gives { - 1018 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5014 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1018]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3017 a r:Inference; - r:gives { - 1019 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5015 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1019]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3018 a r:Inference; - r:gives { - 1020 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5016 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1020]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3019 a r:Inference; - r:gives { - 1021 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5017 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1021]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3020 a r:Inference; - r:gives { - 1022 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5018 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1022]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3021 a r:Inference; - r:gives { - 1023 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5019 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1023]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3022 a r:Inference; - r:gives { - 1024 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5020 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1024]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3023 a r:Inference; - r:gives { - 1025 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5021 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1025]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3024 a r:Inference; - r:gives { - 1026 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5022 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1026]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3025 a r:Inference; - r:gives { - 1027 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5023 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1027]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3026 a r:Inference; - r:gives { - 1028 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5024 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1028]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3027 a r:Inference; - r:gives { - 1029 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5025 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1029]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3028 a r:Inference; - r:gives { - 1030 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5026 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1030]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3029 a r:Inference; - r:gives { - 1031 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5027 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1031]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3030 a r:Inference; - r:gives { - 1032 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5028 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1032]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3031 a r:Inference; - r:gives { - 1033 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5029 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1033]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3032 a r:Inference; - r:gives { - 1034 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5030 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1034]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3033 a r:Inference; - r:gives { - 1035 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5031 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1035]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3034 a r:Inference; - r:gives { - 1036 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5032 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1036]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3035 a r:Inference; - r:gives { - 1037 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5033 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1037]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3036 a r:Inference; - r:gives { - 1038 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5034 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1038]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3037 a r:Inference; - r:gives { - 1039 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5035 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1039]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3038 a r:Inference; - r:gives { - 1040 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5036 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1040]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3039 a r:Inference; - r:gives { - 1041 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5037 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1041]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3040 a r:Inference; - r:gives { - 1042 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5038 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1042]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3041 a r:Inference; - r:gives { - 1043 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5039 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1043]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3042 a r:Inference; - r:gives { - 1044 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5040 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1044]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3043 a r:Inference; - r:gives { - 1045 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5041 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1045]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3044 a r:Inference; - r:gives { - 1046 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5042 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1046]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3045 a r:Inference; - r:gives { - 1047 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5043 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1047]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3046 a r:Inference; - r:gives { - 1048 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5044 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1048]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3047 a r:Inference; - r:gives { - 1049 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5045 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1049]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3048 a r:Inference; - r:gives { - 1050 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5046 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1050]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3049 a r:Inference; - r:gives { - 1051 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5047 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1051]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3050 a r:Inference; - r:gives { - 1052 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5048 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1052]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3051 a r:Inference; - r:gives { - 1053 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5049 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1053]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3052 a r:Inference; - r:gives { - 1054 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5050 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1054]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3053 a r:Inference; - r:gives { - 1055 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5051 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1055]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3054 a r:Inference; - r:gives { - 1056 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5052 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1056]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3055 a r:Inference; - r:gives { - 1057 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5053 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1057]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3056 a r:Inference; - r:gives { - 1058 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5054 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1058]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3057 a r:Inference; - r:gives { - 1059 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5055 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1059]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3058 a r:Inference; - r:gives { - 1060 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5056 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1060]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3059 a r:Inference; - r:gives { - 1061 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5057 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1061]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3060 a r:Inference; - r:gives { - 1062 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5058 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1062]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3061 a r:Inference; - r:gives { - 1063 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5059 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1063]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3062 a r:Inference; - r:gives { - 1064 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5060 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1064]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3063 a r:Inference; - r:gives { - 1065 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5061 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1065]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3064 a r:Inference; - r:gives { - 1066 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5062 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1066]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3065 a r:Inference; - r:gives { - 1067 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5063 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1067]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3066 a r:Inference; - r:gives { - 1068 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5064 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1068]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3067 a r:Inference; - r:gives { - 1069 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5065 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1069]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3068 a r:Inference; - r:gives { - 1070 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5066 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1070]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3069 a r:Inference; - r:gives { - 1071 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5067 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1071]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3070 a r:Inference; - r:gives { - 1072 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5068 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1072]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3071 a r:Inference; - r:gives { - 1073 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5069 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1073]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3072 a r:Inference; - r:gives { - 1074 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5070 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1074]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3073 a r:Inference; - r:gives { - 1075 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5071 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1075]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3074 a r:Inference; - r:gives { - 1076 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5072 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1076]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3075 a r:Inference; - r:gives { - 1077 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5073 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1077]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3076 a r:Inference; - r:gives { - 1078 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5074 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1078]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3077 a r:Inference; - r:gives { - 1079 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5075 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1079]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3078 a r:Inference; - r:gives { - 1080 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5076 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1080]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3079 a r:Inference; - r:gives { - 1081 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5077 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3080 a r:Inference; - r:gives { - 1082 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5078 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3081 a r:Inference; - r:gives { - 1083 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5079 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3082 a r:Inference; - r:gives { - 1084 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5080 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3083 a r:Inference; - r:gives { - 1085 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5081 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3084 a r:Inference; - r:gives { - 1086 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5082 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3085 a r:Inference; - r:gives { - 1087 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5083 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3086 a r:Inference; - r:gives { - 1088 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5084 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3087 a r:Inference; - r:gives { - 1089 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5085 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3088 a r:Inference; - r:gives { - 1090 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5086 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1090]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3089 a r:Inference; - r:gives { - 1091 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5087 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1091]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3090 a r:Inference; - r:gives { - 1092 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5088 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1092]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3091 a r:Inference; - r:gives { - 1093 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5089 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1093]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3092 a r:Inference; - r:gives { - 1094 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5090 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1094]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3093 a r:Inference; - r:gives { - 1095 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5091 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1095]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3094 a r:Inference; - r:gives { - 1096 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5092 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1096]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3095 a r:Inference; - r:gives { - 1097 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5093 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1097]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3096 a r:Inference; - r:gives { - 1098 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5094 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1098]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3097 a r:Inference; - r:gives { - 1099 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5095 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1099]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3098 a r:Inference; - r:gives { - 1100 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5096 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3099 a r:Inference; - r:gives { - 1101 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5097 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3100 a r:Inference; - r:gives { - 1102 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5098 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3101 a r:Inference; - r:gives { - 1103 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5099 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3102 a r:Inference; - r:gives { - 1104 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5100 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3103 a r:Inference; - r:gives { - 1105 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5101 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3104 a r:Inference; - r:gives { - 1106 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5102 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3105 a r:Inference; - r:gives { - 1107 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5103 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3106 a r:Inference; - r:gives { - 1108 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5104 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3107 a r:Inference; - r:gives { - 1109 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5105 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3108 a r:Inference; - r:gives { - 1110 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5106 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3109 a r:Inference; - r:gives { - 1112 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5107 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3110 a r:Inference; - r:gives { - 1113 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5108 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3111 a r:Inference; - r:gives { - 1114 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5109 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3112 a r:Inference; - r:gives { - 1115 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5110 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3113 a r:Inference; - r:gives { - 1116 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5111 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3114 a r:Inference; - r:gives { - 1117 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5112 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3115 a r:Inference; - r:gives { - 1118 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5113 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3116 a r:Inference; - r:gives { - 1119 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5114 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3117 a r:Inference; - r:gives { - 1120 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5115 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3118 a r:Inference; - r:gives { - 1121 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5116 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3119 a r:Inference; - r:gives { - 1122 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5117 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3120 a r:Inference; - r:gives { - 1123 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5118 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3121 a r:Inference; - r:gives { - 1124 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5119 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3122 a r:Inference; - r:gives { - 1125 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5120 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3123 a r:Inference; - r:gives { - 1126 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5121 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3124 a r:Inference; - r:gives { - 1127 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5122 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3125 a r:Inference; - r:gives { - 1128 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5123 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3126 a r:Inference; - r:gives { - 1129 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5124 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3127 a r:Inference; - r:gives { - 1130 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5125 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3128 a r:Inference; - r:gives { - 1131 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5126 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3129 a r:Inference; - r:gives { - 1132 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5127 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3130 a r:Inference; - r:gives { - 1133 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5128 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3131 a r:Inference; - r:gives { - 1134 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5129 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3132 a r:Inference; - r:gives { - 1135 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5130 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3133 a r:Inference; - r:gives { - 1136 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5131 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3134 a r:Inference; - r:gives { - 1137 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5132 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3135 a r:Inference; - r:gives { - 1138 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5133 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3136 a r:Inference; - r:gives { - 1139 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5134 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3137 a r:Inference; - r:gives { - 1140 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5135 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3138 a r:Inference; - r:gives { - 1141 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5136 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3139 a r:Inference; - r:gives { - 1142 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5137 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3140 a r:Inference; - r:gives { - 1143 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5138 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3141 a r:Inference; - r:gives { - 1144 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5139 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3142 a r:Inference; - r:gives { - 1145 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5140 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3143 a r:Inference; - r:gives { - 1146 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5141 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3144 a r:Inference; - r:gives { - 1147 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5142 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3145 a r:Inference; - r:gives { - 1148 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5143 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3146 a r:Inference; - r:gives { - 1149 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5144 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3147 a r:Inference; - r:gives { - 1150 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5145 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3148 a r:Inference; - r:gives { - 1151 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5146 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3149 a r:Inference; - r:gives { - 1152 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5147 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3150 a r:Inference; - r:gives { - 1153 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5148 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3151 a r:Inference; - r:gives { - 1154 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5149 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3152 a r:Inference; - r:gives { - 1155 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5150 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3153 a r:Inference; - r:gives { - 1156 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5151 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3154 a r:Inference; - r:gives { - 1157 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5152 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3155 a r:Inference; - r:gives { - 1158 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5153 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3156 a r:Inference; - r:gives { - 1159 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5154 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3157 a r:Inference; - r:gives { - 1160 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5155 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3158 a r:Inference; - r:gives { - 1161 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5156 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3159 a r:Inference; - r:gives { - 1162 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5157 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3160 a r:Inference; - r:gives { - 1163 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5158 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3161 a r:Inference; - r:gives { - 1164 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5159 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3162 a r:Inference; - r:gives { - 1165 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5160 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3163 a r:Inference; - r:gives { - 1166 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5161 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3164 a r:Inference; - r:gives { - 1167 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5162 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3165 a r:Inference; - r:gives { - 1168 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5163 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3166 a r:Inference; - r:gives { - 1169 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5164 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3167 a r:Inference; - r:gives { - 1170 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5165 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3168 a r:Inference; - r:gives { - 1171 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5166 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3169 a r:Inference; - r:gives { - 1172 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5167 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3170 a r:Inference; - r:gives { - 1173 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5168 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3171 a r:Inference; - r:gives { - 1174 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5169 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3172 a r:Inference; - r:gives { - 1175 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5170 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3173 a r:Inference; - r:gives { - 1176 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5171 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3174 a r:Inference; - r:gives { - 1177 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5172 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3175 a r:Inference; - r:gives { - 1178 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5173 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3176 a r:Inference; - r:gives { - 1179 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5174 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3177 a r:Inference; - r:gives { - 1180 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5175 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3178 a r:Inference; - r:gives { - 1181 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5176 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3179 a r:Inference; - r:gives { - 1182 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5177 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3180 a r:Inference; - r:gives { - 1183 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5178 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3181 a r:Inference; - r:gives { - 1184 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5179 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3182 a r:Inference; - r:gives { - 1185 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5180 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3183 a r:Inference; - r:gives { - 1186 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5181 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3184 a r:Inference; - r:gives { - 1187 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5182 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3185 a r:Inference; - r:gives { - 1188 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5183 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3186 a r:Inference; - r:gives { - 1189 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5184 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3187 a r:Inference; - r:gives { - 1190 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5185 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3188 a r:Inference; - r:gives { - 1191 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5186 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3189 a r:Inference; - r:gives { - 1192 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5187 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3190 a r:Inference; - r:gives { - 1193 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5188 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3191 a r:Inference; - r:gives { - 1194 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5189 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3192 a r:Inference; - r:gives { - 1195 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5190 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3193 a r:Inference; - r:gives { - 1196 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5191 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3194 a r:Inference; - r:gives { - 1197 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5192 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3195 a r:Inference; - r:gives { - 1198 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5193 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3196 a r:Inference; - r:gives { - 1199 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5194 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3197 a r:Inference; - r:gives { - 1200 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5195 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3198 a r:Inference; - r:gives { - 1201 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5196 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3199 a r:Inference; - r:gives { - 1202 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5197 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3200 a r:Inference; - r:gives { - 1203 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5198 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3201 a r:Inference; - r:gives { - 1204 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5199 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3202 a r:Inference; - r:gives { - 1205 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5200 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3203 a r:Inference; - r:gives { - 1206 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5201 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3204 a r:Inference; - r:gives { - 1207 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5202 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3205 a r:Inference; - r:gives { - 1208 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5203 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3206 a r:Inference; - r:gives { - 1209 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5204 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3207 a r:Inference; - r:gives { - 1210 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5205 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3208 a r:Inference; - r:gives { - 1211 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5206 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3209 a r:Inference; - r:gives { - 1212 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5207 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3210 a r:Inference; - r:gives { - 1213 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5208 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3211 a r:Inference; - r:gives { - 1214 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5209 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3212 a r:Inference; - r:gives { - 1215 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5210 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3213 a r:Inference; - r:gives { - 1216 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5211 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3214 a r:Inference; - r:gives { - 1217 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5212 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3215 a r:Inference; - r:gives { - 1218 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5213 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3216 a r:Inference; - r:gives { - 1219 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5214 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3217 a r:Inference; - r:gives { - 1220 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5215 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3218 a r:Inference; - r:gives { - 1221 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5216 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3219 a r:Inference; - r:gives { - 1222 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5217 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3220 a r:Inference; - r:gives { - 1223 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5218 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3221 a r:Inference; - r:gives { - 1224 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5219 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3222 a r:Inference; - r:gives { - 1225 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5220 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3223 a r:Inference; - r:gives { - 1226 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5221 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3224 a r:Inference; - r:gives { - 1227 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5222 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3225 a r:Inference; - r:gives { - 1228 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5223 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3226 a r:Inference; - r:gives { - 1229 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5224 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3227 a r:Inference; - r:gives { - 1230 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5225 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3228 a r:Inference; - r:gives { - 1231 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5226 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3229 a r:Inference; - r:gives { - 1232 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5227 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3230 a r:Inference; - r:gives { - 1233 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5228 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3231 a r:Inference; - r:gives { - 1234 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5229 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3232 a r:Inference; - r:gives { - 1235 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5230 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3233 a r:Inference; - r:gives { - 1236 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5231 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3234 a r:Inference; - r:gives { - 1237 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5232 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3235 a r:Inference; - r:gives { - 1238 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5233 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3236 a r:Inference; - r:gives { - 1239 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5234 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3237 a r:Inference; - r:gives { - 1240 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5235 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3238 a r:Inference; - r:gives { - 1241 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5236 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3239 a r:Inference; - r:gives { - 1242 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5237 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3240 a r:Inference; - r:gives { - 1243 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5238 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3241 a r:Inference; - r:gives { - 1244 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5239 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3242 a r:Inference; - r:gives { - 1245 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5240 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3243 a r:Inference; - r:gives { - 1246 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5241 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3244 a r:Inference; - r:gives { - 1247 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5242 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3245 a r:Inference; - r:gives { - 1248 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5243 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3246 a r:Inference; - r:gives { - 1249 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5244 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3247 a r:Inference; - r:gives { - 1250 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5245 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3248 a r:Inference; - r:gives { - 1251 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5246 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3249 a r:Inference; - r:gives { - 1252 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5247 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3250 a r:Inference; - r:gives { - 1253 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5248 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3251 a r:Inference; - r:gives { - 1254 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5249 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3252 a r:Inference; - r:gives { - 1255 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5250 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3253 a r:Inference; - r:gives { - 1256 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5251 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3254 a r:Inference; - r:gives { - 1257 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5252 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3255 a r:Inference; - r:gives { - 1258 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5253 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3256 a r:Inference; - r:gives { - 1259 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5254 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3257 a r:Inference; - r:gives { - 1260 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5255 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3258 a r:Inference; - r:gives { - 1261 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5256 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3259 a r:Inference; - r:gives { - 1262 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5257 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3260 a r:Inference; - r:gives { - 1263 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5258 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3261 a r:Inference; - r:gives { - 1264 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5259 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3262 a r:Inference; - r:gives { - 1265 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5260 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3263 a r:Inference; - r:gives { - 1266 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5261 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3264 a r:Inference; - r:gives { - 1267 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5262 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3265 a r:Inference; - r:gives { - 1268 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5263 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3266 a r:Inference; - r:gives { - 1269 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5264 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3267 a r:Inference; - r:gives { - 1270 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5265 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3268 a r:Inference; - r:gives { - 1271 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5266 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3269 a r:Inference; - r:gives { - 1272 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5267 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3270 a r:Inference; - r:gives { - 1273 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5268 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3271 a r:Inference; - r:gives { - 1274 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5269 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3272 a r:Inference; - r:gives { - 1275 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5270 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3273 a r:Inference; - r:gives { - 1276 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5271 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3274 a r:Inference; - r:gives { - 1277 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5272 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3275 a r:Inference; - r:gives { - 1278 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5273 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3276 a r:Inference; - r:gives { - 1279 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5274 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3277 a r:Inference; - r:gives { - 1280 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5275 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3278 a r:Inference; - r:gives { - 1281 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5276 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3279 a r:Inference; - r:gives { - 1282 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5277 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3280 a r:Inference; - r:gives { - 1283 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5278 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3281 a r:Inference; - r:gives { - 1284 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5279 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3282 a r:Inference; - r:gives { - 1285 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5280 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3283 a r:Inference; - r:gives { - 1286 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5281 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3284 a r:Inference; - r:gives { - 1287 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5282 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3285 a r:Inference; - r:gives { - 1288 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5283 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3286 a r:Inference; - r:gives { - 1289 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5284 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3287 a r:Inference; - r:gives { - 1290 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5285 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3288 a r:Inference; - r:gives { - 1291 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5286 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3289 a r:Inference; - r:gives { - 1292 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5287 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3290 a r:Inference; - r:gives { - 1293 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5288 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3291 a r:Inference; - r:gives { - 1294 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5289 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3292 a r:Inference; - r:gives { - 1295 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5290 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3293 a r:Inference; - r:gives { - 1296 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5291 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3294 a r:Inference; - r:gives { - 1297 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5292 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3295 a r:Inference; - r:gives { - 1298 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5293 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3296 a r:Inference; - r:gives { - 1299 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5294 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3297 a r:Inference; - r:gives { - 1300 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5295 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3298 a r:Inference; - r:gives { - 1301 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5296 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3299 a r:Inference; - r:gives { - 1302 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5297 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3300 a r:Inference; - r:gives { - 1303 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5298 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3301 a r:Inference; - r:gives { - 1304 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5299 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3302 a r:Inference; - r:gives { - 1305 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5300 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3303 a r:Inference; - r:gives { - 1306 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5301 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3304 a r:Inference; - r:gives { - 1307 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5302 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3305 a r:Inference; - r:gives { - 1308 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5303 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3306 a r:Inference; - r:gives { - 1309 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5304 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3307 a r:Inference; - r:gives { - 1310 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5305 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3308 a r:Inference; - r:gives { - 1311 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5306 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3309 a r:Inference; - r:gives { - 1312 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5307 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3310 a r:Inference; - r:gives { - 1313 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5308 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3311 a r:Inference; - r:gives { - 1314 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5309 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3312 a r:Inference; - r:gives { - 1315 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5310 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3313 a r:Inference; - r:gives { - 1316 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5311 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3314 a r:Inference; - r:gives { - 1317 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5312 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3315 a r:Inference; - r:gives { - 1318 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5313 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3316 a r:Inference; - r:gives { - 1319 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5314 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3317 a r:Inference; - r:gives { - 1320 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5315 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3318 a r:Inference; - r:gives { - 1321 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5316 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3319 a r:Inference; - r:gives { - 1322 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5317 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3320 a r:Inference; - r:gives { - 1323 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5318 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3321 a r:Inference; - r:gives { - 1324 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5319 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3322 a r:Inference; - r:gives { - 1325 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5320 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3323 a r:Inference; - r:gives { - 1326 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5321 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3324 a r:Inference; - r:gives { - 1327 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5322 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3325 a r:Inference; - r:gives { - 1328 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5323 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3326 a r:Inference; - r:gives { - 1329 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5324 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3327 a r:Inference; - r:gives { - 1330 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5325 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3328 a r:Inference; - r:gives { - 1331 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5326 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3329 a r:Inference; - r:gives { - 1332 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5327 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3330 a r:Inference; - r:gives { - 1333 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5328 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3331 a r:Inference; - r:gives { - 1334 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5329 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3332 a r:Inference; - r:gives { - 1335 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5330 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3333 a r:Inference; - r:gives { - 1336 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5331 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3334 a r:Inference; - r:gives { - 1337 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5332 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3335 a r:Inference; - r:gives { - 1338 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5333 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3336 a r:Inference; - r:gives { - 1339 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5334 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3337 a r:Inference; - r:gives { - 1340 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5335 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3338 a r:Inference; - r:gives { - 1341 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5336 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3339 a r:Inference; - r:gives { - 1342 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5337 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3340 a r:Inference; - r:gives { - 1343 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5338 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3341 a r:Inference; - r:gives { - 1344 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5339 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3342 a r:Inference; - r:gives { - 1345 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5340 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3343 a r:Inference; - r:gives { - 1346 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5341 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3344 a r:Inference; - r:gives { - 1347 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5342 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3345 a r:Inference; - r:gives { - 1348 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5343 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3346 a r:Inference; - r:gives { - 1349 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5344 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3347 a r:Inference; - r:gives { - 1350 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5345 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3348 a r:Inference; - r:gives { - 1351 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5346 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3349 a r:Inference; - r:gives { - 1352 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5347 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3350 a r:Inference; - r:gives { - 1353 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5348 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3351 a r:Inference; - r:gives { - 1354 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5349 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3352 a r:Inference; - r:gives { - 1355 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5350 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3353 a r:Inference; - r:gives { - 1356 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5351 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3354 a r:Inference; - r:gives { - 1357 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5352 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3355 a r:Inference; - r:gives { - 1358 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5353 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3356 a r:Inference; - r:gives { - 1359 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5354 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3357 a r:Inference; - r:gives { - 1360 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5355 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3358 a r:Inference; - r:gives { - 1361 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5356 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3359 a r:Inference; - r:gives { - 1362 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5357 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3360 a r:Inference; - r:gives { - 1363 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5358 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3361 a r:Inference; - r:gives { - 1364 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5359 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3362 a r:Inference; - r:gives { - 1365 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5360 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3363 a r:Inference; - r:gives { - 1366 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5361 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3364 a r:Inference; - r:gives { - 1367 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5362 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3365 a r:Inference; - r:gives { - 1368 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5363 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3366 a r:Inference; - r:gives { - 1369 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5364 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3367 a r:Inference; - r:gives { - 1370 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5365 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3368 a r:Inference; - r:gives { - 1371 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5366 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3369 a r:Inference; - r:gives { - 1372 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5367 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3370 a r:Inference; - r:gives { - 1373 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5368 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3371 a r:Inference; - r:gives { - 1374 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5369 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3372 a r:Inference; - r:gives { - 1375 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5370 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3373 a r:Inference; - r:gives { - 1376 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5371 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3374 a r:Inference; - r:gives { - 1377 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5372 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3375 a r:Inference; - r:gives { - 1378 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5373 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3376 a r:Inference; - r:gives { - 1379 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5374 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3377 a r:Inference; - r:gives { - 1380 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5375 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3378 a r:Inference; - r:gives { - 1381 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5376 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3379 a r:Inference; - r:gives { - 1382 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5377 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3380 a r:Inference; - r:gives { - 1383 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5378 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3381 a r:Inference; - r:gives { - 1384 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5379 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3382 a r:Inference; - r:gives { - 1385 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5380 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3383 a r:Inference; - r:gives { - 1386 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5381 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3384 a r:Inference; - r:gives { - 1387 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5382 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3385 a r:Inference; - r:gives { - 1388 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5383 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3386 a r:Inference; - r:gives { - 1389 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5384 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3387 a r:Inference; - r:gives { - 1390 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5385 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3388 a r:Inference; - r:gives { - 1391 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5386 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3389 a r:Inference; - r:gives { - 1392 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5387 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3390 a r:Inference; - r:gives { - 1393 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5388 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3391 a r:Inference; - r:gives { - 1394 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5389 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3392 a r:Inference; - r:gives { - 1395 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5390 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3393 a r:Inference; - r:gives { - 1396 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5391 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3394 a r:Inference; - r:gives { - 1397 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5392 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3395 a r:Inference; - r:gives { - 1398 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5393 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3396 a r:Inference; - r:gives { - 1399 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5394 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3397 a r:Inference; - r:gives { - 1400 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5395 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3398 a r:Inference; - r:gives { - 1401 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5396 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3399 a r:Inference; - r:gives { - 1402 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5397 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3400 a r:Inference; - r:gives { - 1403 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5398 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3401 a r:Inference; - r:gives { - 1404 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5399 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3402 a r:Inference; - r:gives { - 1405 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5400 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3403 a r:Inference; - r:gives { - 1406 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5401 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3404 a r:Inference; - r:gives { - 1407 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5402 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3405 a r:Inference; - r:gives { - 1408 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5403 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3406 a r:Inference; - r:gives { - 1409 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5404 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3407 a r:Inference; - r:gives { - 1410 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5405 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3408 a r:Inference; - r:gives { - 1411 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5406 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3409 a r:Inference; - r:gives { - 1412 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5407 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3410 a r:Inference; - r:gives { - 1413 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5408 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3411 a r:Inference; - r:gives { - 1414 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5409 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3412 a r:Inference; - r:gives { - 1415 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5410 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3413 a r:Inference; - r:gives { - 1416 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5411 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3414 a r:Inference; - r:gives { - 1417 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5412 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3415 a r:Inference; - r:gives { - 1418 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5413 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3416 a r:Inference; - r:gives { - 1419 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5414 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3417 a r:Inference; - r:gives { - 1420 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5415 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3418 a r:Inference; - r:gives { - 1421 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5416 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3419 a r:Inference; - r:gives { - 1422 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5417 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3420 a r:Inference; - r:gives { - 1423 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5418 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3421 a r:Inference; - r:gives { - 1424 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5419 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3422 a r:Inference; - r:gives { - 1425 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5420 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3423 a r:Inference; - r:gives { - 1426 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5421 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3424 a r:Inference; - r:gives { - 1427 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5422 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3425 a r:Inference; - r:gives { - 1428 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5423 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3426 a r:Inference; - r:gives { - 1429 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5424 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3427 a r:Inference; - r:gives { - 1430 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5425 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3428 a r:Inference; - r:gives { - 1431 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5426 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3429 a r:Inference; - r:gives { - 1432 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5427 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3430 a r:Inference; - r:gives { - 1433 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5428 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3431 a r:Inference; - r:gives { - 1434 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5429 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3432 a r:Inference; - r:gives { - 1435 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5430 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3433 a r:Inference; - r:gives { - 1436 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5431 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3434 a r:Inference; - r:gives { - 1437 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5432 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3435 a r:Inference; - r:gives { - 1438 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5433 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3436 a r:Inference; - r:gives { - 1439 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5434 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3437 a r:Inference; - r:gives { - 1440 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5435 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3438 a r:Inference; - r:gives { - 1441 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5436 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3439 a r:Inference; - r:gives { - 1442 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5437 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3440 a r:Inference; - r:gives { - 1443 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5438 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3441 a r:Inference; - r:gives { - 1444 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5439 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3442 a r:Inference; - r:gives { - 1445 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5440 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3443 a r:Inference; - r:gives { - 1446 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5441 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3444 a r:Inference; - r:gives { - 1447 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5442 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3445 a r:Inference; - r:gives { - 1448 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5443 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3446 a r:Inference; - r:gives { - 1449 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5444 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3447 a r:Inference; - r:gives { - 1450 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5445 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3448 a r:Inference; - r:gives { - 1451 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5446 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3449 a r:Inference; - r:gives { - 1452 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5447 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3450 a r:Inference; - r:gives { - 1453 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5448 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3451 a r:Inference; - r:gives { - 1454 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5449 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3452 a r:Inference; - r:gives { - 1455 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5450 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3453 a r:Inference; - r:gives { - 1456 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5451 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3454 a r:Inference; - r:gives { - 1457 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5452 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3455 a r:Inference; - r:gives { - 1458 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5453 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3456 a r:Inference; - r:gives { - 1459 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5454 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3457 a r:Inference; - r:gives { - 1460 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5455 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3458 a r:Inference; - r:gives { - 1461 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5456 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3459 a r:Inference; - r:gives { - 1462 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5457 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3460 a r:Inference; - r:gives { - 1463 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5458 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3461 a r:Inference; - r:gives { - 1464 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5459 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3462 a r:Inference; - r:gives { - 1465 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5460 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3463 a r:Inference; - r:gives { - 1466 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5461 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3464 a r:Inference; - r:gives { - 1467 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5462 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3465 a r:Inference; - r:gives { - 1468 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5463 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3466 a r:Inference; - r:gives { - 1469 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5464 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3467 a r:Inference; - r:gives { - 1470 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5465 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3468 a r:Inference; - r:gives { - 1471 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5466 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3469 a r:Inference; - r:gives { - 1472 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5467 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3470 a r:Inference; - r:gives { - 1473 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5468 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3471 a r:Inference; - r:gives { - 1474 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5469 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3472 a r:Inference; - r:gives { - 1475 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5470 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3473 a r:Inference; - r:gives { - 1476 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5471 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3474 a r:Inference; - r:gives { - 1477 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5472 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3475 a r:Inference; - r:gives { - 1478 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5473 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3476 a r:Inference; - r:gives { - 1479 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5474 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3477 a r:Inference; - r:gives { - 1480 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5475 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3478 a r:Inference; - r:gives { - 1481 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5476 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3479 a r:Inference; - r:gives { - 1482 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5477 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3480 a r:Inference; - r:gives { - 1483 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5478 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3481 a r:Inference; - r:gives { - 1484 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5479 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3482 a r:Inference; - r:gives { - 1485 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5480 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3483 a r:Inference; - r:gives { - 1486 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5481 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3484 a r:Inference; - r:gives { - 1487 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5482 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3485 a r:Inference; - r:gives { - 1488 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5483 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3486 a r:Inference; - r:gives { - 1489 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5484 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3487 a r:Inference; - r:gives { - 1490 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5485 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3488 a r:Inference; - r:gives { - 1491 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5486 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3489 a r:Inference; - r:gives { - 1492 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5487 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3490 a r:Inference; - r:gives { - 1493 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5488 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3491 a r:Inference; - r:gives { - 1494 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5489 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3492 a r:Inference; - r:gives { - 1495 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5490 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3493 a r:Inference; - r:gives { - 1496 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5491 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3494 a r:Inference; - r:gives { - 1497 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5492 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3495 a r:Inference; - r:gives { - 1498 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5493 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3496 a r:Inference; - r:gives { - 1499 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5494 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3497 a r:Inference; - r:gives { - 1500 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5495 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3498 a r:Inference; - r:gives { - 1501 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5496 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3499 a r:Inference; - r:gives { - 1502 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5497 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3500 a r:Inference; - r:gives { - 1503 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5498 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3501 a r:Inference; - r:gives { - 1504 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5499 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3502 a r:Inference; - r:gives { - 1505 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5500 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3503 a r:Inference; - r:gives { - 1506 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5501 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3504 a r:Inference; - r:gives { - 1507 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5502 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3505 a r:Inference; - r:gives { - 1508 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5503 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3506 a r:Inference; - r:gives { - 1509 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5504 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3507 a r:Inference; - r:gives { - 1510 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5505 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3508 a r:Inference; - r:gives { - 1511 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5506 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3509 a r:Inference; - r:gives { - 1512 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5507 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3510 a r:Inference; - r:gives { - 1513 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5508 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3511 a r:Inference; - r:gives { - 1514 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5509 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3512 a r:Inference; - r:gives { - 1515 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5510 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3513 a r:Inference; - r:gives { - 1516 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5511 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3514 a r:Inference; - r:gives { - 1517 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5512 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3515 a r:Inference; - r:gives { - 1518 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5513 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3516 a r:Inference; - r:gives { - 1519 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5514 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3517 a r:Inference; - r:gives { - 1520 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5515 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3518 a r:Inference; - r:gives { - 1521 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5516 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3519 a r:Inference; - r:gives { - 1522 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5517 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3520 a r:Inference; - r:gives { - 1523 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5518 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3521 a r:Inference; - r:gives { - 1524 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5519 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3522 a r:Inference; - r:gives { - 1525 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5520 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3523 a r:Inference; - r:gives { - 1526 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5521 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3524 a r:Inference; - r:gives { - 1527 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5522 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3525 a r:Inference; - r:gives { - 1528 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5523 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3526 a r:Inference; - r:gives { - 1529 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5524 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3527 a r:Inference; - r:gives { - 1530 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5525 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3528 a r:Inference; - r:gives { - 1531 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5526 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3529 a r:Inference; - r:gives { - 1532 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5527 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3530 a r:Inference; - r:gives { - 1533 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5528 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3531 a r:Inference; - r:gives { - 1534 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5529 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3532 a r:Inference; - r:gives { - 1535 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5530 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3533 a r:Inference; - r:gives { - 1536 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5531 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3534 a r:Inference; - r:gives { - 1537 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5532 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3535 a r:Inference; - r:gives { - 1538 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5533 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3536 a r:Inference; - r:gives { - 1539 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5534 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3537 a r:Inference; - r:gives { - 1540 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5535 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3538 a r:Inference; - r:gives { - 1541 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5536 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3539 a r:Inference; - r:gives { - 1542 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5537 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3540 a r:Inference; - r:gives { - 1543 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5538 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3541 a r:Inference; - r:gives { - 1544 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5539 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3542 a r:Inference; - r:gives { - 1545 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5540 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3543 a r:Inference; - r:gives { - 1546 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5541 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3544 a r:Inference; - r:gives { - 1547 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5542 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3545 a r:Inference; - r:gives { - 1548 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5543 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3546 a r:Inference; - r:gives { - 1549 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5544 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3547 a r:Inference; - r:gives { - 1550 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5545 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3548 a r:Inference; - r:gives { - 1551 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5546 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3549 a r:Inference; - r:gives { - 1552 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5547 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3550 a r:Inference; - r:gives { - 1553 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5548 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3551 a r:Inference; - r:gives { - 1554 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5549 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3552 a r:Inference; - r:gives { - 1555 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5550 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3553 a r:Inference; - r:gives { - 1556 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5551 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3554 a r:Inference; - r:gives { - 1557 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5552 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3555 a r:Inference; - r:gives { - 1558 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5553 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3556 a r:Inference; - r:gives { - 1559 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5554 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3557 a r:Inference; - r:gives { - 1560 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5555 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3558 a r:Inference; - r:gives { - 1561 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5556 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3559 a r:Inference; - r:gives { - 1562 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5557 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3560 a r:Inference; - r:gives { - 1563 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5558 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3561 a r:Inference; - r:gives { - 1564 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5559 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3562 a r:Inference; - r:gives { - 1565 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5560 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3563 a r:Inference; - r:gives { - 1566 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5561 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3564 a r:Inference; - r:gives { - 1567 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5562 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3565 a r:Inference; - r:gives { - 1568 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5563 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3566 a r:Inference; - r:gives { - 1569 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5564 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3567 a r:Inference; - r:gives { - 1570 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5565 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3568 a r:Inference; - r:gives { - 1571 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5566 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3569 a r:Inference; - r:gives { - 1572 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5567 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3570 a r:Inference; - r:gives { - 1573 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5568 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3571 a r:Inference; - r:gives { - 1574 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5569 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3572 a r:Inference; - r:gives { - 1575 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5570 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3573 a r:Inference; - r:gives { - 1576 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5571 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3574 a r:Inference; - r:gives { - 1577 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5572 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3575 a r:Inference; - r:gives { - 1578 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5573 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3576 a r:Inference; - r:gives { - 1579 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5574 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3577 a r:Inference; - r:gives { - 1580 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5575 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3578 a r:Inference; - r:gives { - 1581 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5576 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3579 a r:Inference; - r:gives { - 1582 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5577 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3580 a r:Inference; - r:gives { - 1583 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5578 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3581 a r:Inference; - r:gives { - 1584 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5579 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3582 a r:Inference; - r:gives { - 1585 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5580 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3583 a r:Inference; - r:gives { - 1586 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5581 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3584 a r:Inference; - r:gives { - 1587 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5582 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3585 a r:Inference; - r:gives { - 1588 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5583 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3586 a r:Inference; - r:gives { - 1589 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5584 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3587 a r:Inference; - r:gives { - 1590 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5585 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3588 a r:Inference; - r:gives { - 1591 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5586 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3589 a r:Inference; - r:gives { - 1592 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5587 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3590 a r:Inference; - r:gives { - 1593 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5588 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3591 a r:Inference; - r:gives { - 1594 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5589 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3592 a r:Inference; - r:gives { - 1595 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5590 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3593 a r:Inference; - r:gives { - 1596 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5591 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3594 a r:Inference; - r:gives { - 1597 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5592 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3595 a r:Inference; - r:gives { - 1598 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5593 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3596 a r:Inference; - r:gives { - 1599 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5594 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3597 a r:Inference; - r:gives { - 1600 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5595 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3598 a r:Inference; - r:gives { - 1601 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5596 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3599 a r:Inference; - r:gives { - 1602 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5597 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3600 a r:Inference; - r:gives { - 1603 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5598 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3601 a r:Inference; - r:gives { - 1604 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5599 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3602 a r:Inference; - r:gives { - 1605 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5600 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3603 a r:Inference; - r:gives { - 1606 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5601 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3604 a r:Inference; - r:gives { - 1607 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5602 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3605 a r:Inference; - r:gives { - 1608 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5603 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3606 a r:Inference; - r:gives { - 1609 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5604 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3607 a r:Inference; - r:gives { - 1610 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5605 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3608 a r:Inference; - r:gives { - 1611 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5606 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3609 a r:Inference; - r:gives { - 1612 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5607 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3610 a r:Inference; - r:gives { - 1613 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5608 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3611 a r:Inference; - r:gives { - 1614 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5609 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3612 a r:Inference; - r:gives { - 1615 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5610 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3613 a r:Inference; - r:gives { - 1616 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5611 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3614 a r:Inference; - r:gives { - 1617 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5612 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3615 a r:Inference; - r:gives { - 1618 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5613 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3616 a r:Inference; - r:gives { - 1619 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5614 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3617 a r:Inference; - r:gives { - 1620 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5615 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3618 a r:Inference; - r:gives { - 1621 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5616 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3619 a r:Inference; - r:gives { - 1622 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5617 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3620 a r:Inference; - r:gives { - 1623 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5618 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3621 a r:Inference; - r:gives { - 1624 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5619 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3622 a r:Inference; - r:gives { - 1625 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5620 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3623 a r:Inference; - r:gives { - 1626 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5621 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3624 a r:Inference; - r:gives { - 1627 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5622 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3625 a r:Inference; - r:gives { - 1628 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5623 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3626 a r:Inference; - r:gives { - 1629 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5624 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3627 a r:Inference; - r:gives { - 1630 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5625 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3628 a r:Inference; - r:gives { - 1631 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5626 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3629 a r:Inference; - r:gives { - 1632 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5627 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3630 a r:Inference; - r:gives { - 1633 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5628 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3631 a r:Inference; - r:gives { - 1634 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5629 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3632 a r:Inference; - r:gives { - 1635 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5630 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3633 a r:Inference; - r:gives { - 1636 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5631 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3634 a r:Inference; - r:gives { - 1637 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5632 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3635 a r:Inference; - r:gives { - 1638 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5633 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3636 a r:Inference; - r:gives { - 1639 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5634 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3637 a r:Inference; - r:gives { - 1640 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5635 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3638 a r:Inference; - r:gives { - 1641 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5636 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3639 a r:Inference; - r:gives { - 1642 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5637 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3640 a r:Inference; - r:gives { - 1643 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5638 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3641 a r:Inference; - r:gives { - 1644 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5639 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3642 a r:Inference; - r:gives { - 1645 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5640 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3643 a r:Inference; - r:gives { - 1646 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5641 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3644 a r:Inference; - r:gives { - 1647 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5642 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3645 a r:Inference; - r:gives { - 1648 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5643 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3646 a r:Inference; - r:gives { - 1649 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5644 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3647 a r:Inference; - r:gives { - 1650 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5645 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3648 a r:Inference; - r:gives { - 1651 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5646 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3649 a r:Inference; - r:gives { - 1652 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5647 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3650 a r:Inference; - r:gives { - 1653 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5648 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3651 a r:Inference; - r:gives { - 1654 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5649 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3652 a r:Inference; - r:gives { - 1655 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5650 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3653 a r:Inference; - r:gives { - 1656 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5651 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3654 a r:Inference; - r:gives { - 1657 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5652 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3655 a r:Inference; - r:gives { - 1658 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5653 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3656 a r:Inference; - r:gives { - 1659 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5654 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3657 a r:Inference; - r:gives { - 1660 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5655 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3658 a r:Inference; - r:gives { - 1661 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5656 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3659 a r:Inference; - r:gives { - 1662 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5657 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3660 a r:Inference; - r:gives { - 1663 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5658 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3661 a r:Inference; - r:gives { - 1664 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5659 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3662 a r:Inference; - r:gives { - 1665 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5660 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3663 a r:Inference; - r:gives { - 1666 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5661 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3664 a r:Inference; - r:gives { - 1667 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5662 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3665 a r:Inference; - r:gives { - 1668 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5663 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3666 a r:Inference; - r:gives { - 1669 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5664 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3667 a r:Inference; - r:gives { - 1670 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5665 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3668 a r:Inference; - r:gives { - 1671 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5666 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3669 a r:Inference; - r:gives { - 1672 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5667 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3670 a r:Inference; - r:gives { - 1673 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5668 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3671 a r:Inference; - r:gives { - 1674 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5669 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3672 a r:Inference; - r:gives { - 1675 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5670 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3673 a r:Inference; - r:gives { - 1676 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5671 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3674 a r:Inference; - r:gives { - 1677 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5672 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3675 a r:Inference; - r:gives { - 1678 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5673 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3676 a r:Inference; - r:gives { - 1679 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5674 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3677 a r:Inference; - r:gives { - 1680 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5675 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3678 a r:Inference; - r:gives { - 1681 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5676 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3679 a r:Inference; - r:gives { - 1682 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5677 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3680 a r:Inference; - r:gives { - 1683 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5678 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3681 a r:Inference; - r:gives { - 1684 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5679 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3682 a r:Inference; - r:gives { - 1685 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5680 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3683 a r:Inference; - r:gives { - 1686 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5681 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3684 a r:Inference; - r:gives { - 1687 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5682 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3685 a r:Inference; - r:gives { - 1688 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5683 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3686 a r:Inference; - r:gives { - 1689 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5684 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3687 a r:Inference; - r:gives { - 1690 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5685 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3688 a r:Inference; - r:gives { - 1691 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5686 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3689 a r:Inference; - r:gives { - 1692 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5687 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3690 a r:Inference; - r:gives { - 1693 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5688 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3691 a r:Inference; - r:gives { - 1694 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5689 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3692 a r:Inference; - r:gives { - 1695 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5690 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3693 a r:Inference; - r:gives { - 1696 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5691 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3694 a r:Inference; - r:gives { - 1697 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5692 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3695 a r:Inference; - r:gives { - 1698 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5693 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3696 a r:Inference; - r:gives { - 1699 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5694 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3697 a r:Inference; - r:gives { - 1700 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5695 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3698 a r:Inference; - r:gives { - 1701 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5696 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3699 a r:Inference; - r:gives { - 1702 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5697 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3700 a r:Inference; - r:gives { - 1703 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5698 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3701 a r:Inference; - r:gives { - 1704 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5699 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3702 a r:Inference; - r:gives { - 1705 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5700 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3703 a r:Inference; - r:gives { - 1706 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5701 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3704 a r:Inference; - r:gives { - 1707 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5702 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3705 a r:Inference; - r:gives { - 1708 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5703 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3706 a r:Inference; - r:gives { - 1709 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5704 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3707 a r:Inference; - r:gives { - 1710 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5705 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3708 a r:Inference; - r:gives { - 1711 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5706 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3709 a r:Inference; - r:gives { - 1712 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5707 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3710 a r:Inference; - r:gives { - 1713 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5708 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3711 a r:Inference; - r:gives { - 1714 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5709 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3712 a r:Inference; - r:gives { - 1715 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5710 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3713 a r:Inference; - r:gives { - 1716 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5711 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3714 a r:Inference; - r:gives { - 1717 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5712 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3715 a r:Inference; - r:gives { - 1718 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5713 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3716 a r:Inference; - r:gives { - 1719 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5714 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3717 a r:Inference; - r:gives { - 1720 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5715 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3718 a r:Inference; - r:gives { - 1721 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5716 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3719 a r:Inference; - r:gives { - 1722 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5717 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3720 a r:Inference; - r:gives { - 1723 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5718 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3721 a r:Inference; - r:gives { - 1724 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5719 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3722 a r:Inference; - r:gives { - 1725 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5720 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3723 a r:Inference; - r:gives { - 1726 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5721 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3724 a r:Inference; - r:gives { - 1727 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5722 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3725 a r:Inference; - r:gives { - 1728 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5723 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3726 a r:Inference; - r:gives { - 1729 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5724 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3727 a r:Inference; - r:gives { - 1730 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5725 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3728 a r:Inference; - r:gives { - 1731 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5726 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3729 a r:Inference; - r:gives { - 1732 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5727 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3730 a r:Inference; - r:gives { - 1733 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5728 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3731 a r:Inference; - r:gives { - 1734 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5729 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3732 a r:Inference; - r:gives { - 1735 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5730 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3733 a r:Inference; - r:gives { - 1736 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5731 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3734 a r:Inference; - r:gives { - 1737 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5732 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3735 a r:Inference; - r:gives { - 1738 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5733 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3736 a r:Inference; - r:gives { - 1739 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5734 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3737 a r:Inference; - r:gives { - 1740 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5735 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3738 a r:Inference; - r:gives { - 1741 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5736 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3739 a r:Inference; - r:gives { - 1742 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5737 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3740 a r:Inference; - r:gives { - 1743 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5738 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3741 a r:Inference; - r:gives { - 1744 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5739 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3742 a r:Inference; - r:gives { - 1745 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5740 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3743 a r:Inference; - r:gives { - 1746 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5741 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3744 a r:Inference; - r:gives { - 1747 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5742 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3745 a r:Inference; - r:gives { - 1748 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5743 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3746 a r:Inference; - r:gives { - 1749 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5744 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3747 a r:Inference; - r:gives { - 1750 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5745 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3748 a r:Inference; - r:gives { - 1751 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5746 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3749 a r:Inference; - r:gives { - 1752 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5747 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3750 a r:Inference; - r:gives { - 1753 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5748 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3751 a r:Inference; - r:gives { - 1754 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5749 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3752 a r:Inference; - r:gives { - 1755 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5750 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3753 a r:Inference; - r:gives { - 1756 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5751 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3754 a r:Inference; - r:gives { - 1757 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5752 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3755 a r:Inference; - r:gives { - 1758 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5753 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3756 a r:Inference; - r:gives { - 1759 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5754 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3757 a r:Inference; - r:gives { - 1760 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5755 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3758 a r:Inference; - r:gives { - 1761 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5756 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3759 a r:Inference; - r:gives { - 1762 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5757 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3760 a r:Inference; - r:gives { - 1763 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5758 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3761 a r:Inference; - r:gives { - 1764 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5759 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3762 a r:Inference; - r:gives { - 1765 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5760 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3763 a r:Inference; - r:gives { - 1766 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5761 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3764 a r:Inference; - r:gives { - 1767 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5762 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3765 a r:Inference; - r:gives { - 1768 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5763 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3766 a r:Inference; - r:gives { - 1769 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5764 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3767 a r:Inference; - r:gives { - 1770 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5765 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3768 a r:Inference; - r:gives { - 1771 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5766 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3769 a r:Inference; - r:gives { - 1772 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5767 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3770 a r:Inference; - r:gives { - 1773 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5768 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3771 a r:Inference; - r:gives { - 1774 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5769 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3772 a r:Inference; - r:gives { - 1775 :recursionCount 1 . - }; - r:evidence ( - skolem:lemma5770 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:rule skolem:lemma3997. - -skolem:lemma3773 a r:Inference; - r:gives { - 1776 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5771 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3774 a r:Inference; - r:gives { - 1777 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5772 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3775 a r:Inference; - r:gives { - 1778 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5773 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3776 a r:Inference; - r:gives { - 1779 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5774 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3777 a r:Inference; - r:gives { - 1780 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5775 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3778 a r:Inference; - r:gives { - 1781 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5776 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3779 a r:Inference; - r:gives { - 1782 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5777 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3780 a r:Inference; - r:gives { - 1783 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5778 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3781 a r:Inference; - r:gives { - 1784 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5779 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3782 a r:Inference; - r:gives { - 1785 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5780 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3783 a r:Inference; - r:gives { - 1786 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5781 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3784 a r:Inference; - r:gives { - 1787 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5782 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3785 a r:Inference; - r:gives { - 1788 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5783 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3786 a r:Inference; - r:gives { - 1789 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5784 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3787 a r:Inference; - r:gives { - 1790 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5785 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3788 a r:Inference; - r:gives { - 1791 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5786 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3789 a r:Inference; - r:gives { - 1792 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5787 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3790 a r:Inference; - r:gives { - 1793 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5788 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3791 a r:Inference; - r:gives { - 1794 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5789 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3792 a r:Inference; - r:gives { - 1795 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5790 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3793 a r:Inference; - r:gives { - 1796 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5791 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3794 a r:Inference; - r:gives { - 1797 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5792 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3795 a r:Inference; - r:gives { - 1798 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5793 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3796 a r:Inference; - r:gives { - 1799 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5794 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3797 a r:Inference; - r:gives { - 1800 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5795 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3798 a r:Inference; - r:gives { - 1801 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5796 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3799 a r:Inference; - r:gives { - 1802 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5797 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3800 a r:Inference; - r:gives { - 1803 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5798 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3801 a r:Inference; - r:gives { - 1804 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5799 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3802 a r:Inference; - r:gives { - 1805 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5800 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3803 a r:Inference; - r:gives { - 1806 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5801 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3804 a r:Inference; - r:gives { - 1807 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5802 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3805 a r:Inference; - r:gives { - 1808 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5803 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3806 a r:Inference; - r:gives { - 1809 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5804 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3807 a r:Inference; - r:gives { - 1810 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5805 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3808 a r:Inference; - r:gives { - 1811 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5806 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3809 a r:Inference; - r:gives { - 1812 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5807 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3810 a r:Inference; - r:gives { - 1813 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5808 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3811 a r:Inference; - r:gives { - 1814 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5809 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3812 a r:Inference; - r:gives { - 1815 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5810 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3813 a r:Inference; - r:gives { - 1816 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5811 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3814 a r:Inference; - r:gives { - 1817 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5812 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3815 a r:Inference; - r:gives { - 1818 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5813 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3816 a r:Inference; - r:gives { - 1819 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5814 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3817 a r:Inference; - r:gives { - 1820 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5815 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3818 a r:Inference; - r:gives { - 1821 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5816 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3819 a r:Inference; - r:gives { - 1822 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5817 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3820 a r:Inference; - r:gives { - 1823 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5818 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3821 a r:Inference; - r:gives { - 1824 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5819 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3822 a r:Inference; - r:gives { - 1825 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5820 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3823 a r:Inference; - r:gives { - 1826 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5821 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3824 a r:Inference; - r:gives { - 1827 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5822 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3825 a r:Inference; - r:gives { - 1828 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5823 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3826 a r:Inference; - r:gives { - 1829 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5824 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3827 a r:Inference; - r:gives { - 1830 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5825 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3828 a r:Inference; - r:gives { - 1831 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5826 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3829 a r:Inference; - r:gives { - 1832 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5827 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3830 a r:Inference; - r:gives { - 1833 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5828 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3831 a r:Inference; - r:gives { - 1834 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5829 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3832 a r:Inference; - r:gives { - 1835 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5830 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3833 a r:Inference; - r:gives { - 1836 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5831 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3834 a r:Inference; - r:gives { - 1837 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5832 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3835 a r:Inference; - r:gives { - 1838 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5833 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3836 a r:Inference; - r:gives { - 1839 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5834 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3837 a r:Inference; - r:gives { - 1840 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5835 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3838 a r:Inference; - r:gives { - 1841 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5836 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3839 a r:Inference; - r:gives { - 1842 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5837 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3840 a r:Inference; - r:gives { - 1843 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5838 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3841 a r:Inference; - r:gives { - 1844 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5839 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3842 a r:Inference; - r:gives { - 1845 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5840 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3843 a r:Inference; - r:gives { - 1846 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5841 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3844 a r:Inference; - r:gives { - 1847 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5842 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3845 a r:Inference; - r:gives { - 1848 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5843 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3846 a r:Inference; - r:gives { - 1849 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5844 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3847 a r:Inference; - r:gives { - 1850 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5845 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3848 a r:Inference; - r:gives { - 1851 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5846 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3849 a r:Inference; - r:gives { - 1852 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5847 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3850 a r:Inference; - r:gives { - 1853 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5848 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3851 a r:Inference; - r:gives { - 1854 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5849 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3852 a r:Inference; - r:gives { - 1855 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5850 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3853 a r:Inference; - r:gives { - 1856 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5851 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3854 a r:Inference; - r:gives { - 1857 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5852 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3855 a r:Inference; - r:gives { - 1858 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5853 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3856 a r:Inference; - r:gives { - 1859 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5854 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3857 a r:Inference; - r:gives { - 1860 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5855 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3858 a r:Inference; - r:gives { - 1861 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5856 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3859 a r:Inference; - r:gives { - 1862 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5857 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3860 a r:Inference; - r:gives { - 1863 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5858 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3861 a r:Inference; - r:gives { - 1864 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5859 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3862 a r:Inference; - r:gives { - 1865 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5860 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3863 a r:Inference; - r:gives { - 1866 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5861 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3864 a r:Inference; - r:gives { - 1867 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5862 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3865 a r:Inference; - r:gives { - 1868 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5863 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3866 a r:Inference; - r:gives { - 1869 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5864 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3867 a r:Inference; - r:gives { - 1870 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5865 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3868 a r:Inference; - r:gives { - 1871 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5866 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3869 a r:Inference; - r:gives { - 1872 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5867 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3870 a r:Inference; - r:gives { - 1873 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5868 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3871 a r:Inference; - r:gives { - 1874 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5869 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3872 a r:Inference; - r:gives { - 1875 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5870 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3873 a r:Inference; - r:gives { - 1876 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5871 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3874 a r:Inference; - r:gives { - 1877 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5872 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3875 a r:Inference; - r:gives { - 1878 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5873 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3876 a r:Inference; - r:gives { - 1879 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5874 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3877 a r:Inference; - r:gives { - 1880 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5875 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3878 a r:Inference; - r:gives { - 1881 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5876 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3879 a r:Inference; - r:gives { - 1882 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5877 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3880 a r:Inference; - r:gives { - 1883 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5878 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3881 a r:Inference; - r:gives { - 1884 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5879 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3882 a r:Inference; - r:gives { - 1885 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5880 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3883 a r:Inference; - r:gives { - 1886 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5881 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3884 a r:Inference; - r:gives { - 1887 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5882 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3885 a r:Inference; - r:gives { - 1888 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5883 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3886 a r:Inference; - r:gives { - 1889 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5884 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3887 a r:Inference; - r:gives { - 1890 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5885 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3888 a r:Inference; - r:gives { - 1891 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5886 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3889 a r:Inference; - r:gives { - 1892 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5887 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3890 a r:Inference; - r:gives { - 1893 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5888 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3891 a r:Inference; - r:gives { - 1894 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5889 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3892 a r:Inference; - r:gives { - 1895 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5890 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3893 a r:Inference; - r:gives { - 1896 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5891 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3894 a r:Inference; - r:gives { - 1897 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5892 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3895 a r:Inference; - r:gives { - 1898 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5893 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3896 a r:Inference; - r:gives { - 1899 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5894 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3897 a r:Inference; - r:gives { - 1900 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5895 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3898 a r:Inference; - r:gives { - 1901 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5896 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3899 a r:Inference; - r:gives { - 1902 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5897 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3900 a r:Inference; - r:gives { - 1903 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5898 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3901 a r:Inference; - r:gives { - 1904 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5899 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3902 a r:Inference; - r:gives { - 1905 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5900 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3903 a r:Inference; - r:gives { - 1906 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5901 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3904 a r:Inference; - r:gives { - 1907 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5902 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3905 a r:Inference; - r:gives { - 1908 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5903 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3906 a r:Inference; - r:gives { - 1909 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5904 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3907 a r:Inference; - r:gives { - 1910 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5905 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3908 a r:Inference; - r:gives { - 1911 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5906 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3909 a r:Inference; - r:gives { - 1912 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5907 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3910 a r:Inference; - r:gives { - 1913 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5908 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3911 a r:Inference; - r:gives { - 1914 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5909 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3912 a r:Inference; - r:gives { - 1915 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5910 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3913 a r:Inference; - r:gives { - 1916 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5911 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3914 a r:Inference; - r:gives { - 1917 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5912 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3915 a r:Inference; - r:gives { - 1918 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5913 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3916 a r:Inference; - r:gives { - 1919 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5914 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3917 a r:Inference; - r:gives { - 1920 :recursionCount 4 . - }; - r:evidence ( - skolem:lemma5915 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; - r:rule skolem:lemma3997. - -skolem:lemma3918 a r:Inference; - r:gives { - 1921 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5916 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3919 a r:Inference; - r:gives { - 1922 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5917 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3920 a r:Inference; - r:gives { - 1923 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5918 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3921 a r:Inference; - r:gives { - 1924 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5919 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3922 a r:Inference; - r:gives { - 1925 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5920 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3923 a r:Inference; - r:gives { - 1926 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5921 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3924 a r:Inference; - r:gives { - 1927 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5922 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3925 a r:Inference; - r:gives { - 1928 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5923 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3926 a r:Inference; - r:gives { - 1929 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5924 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3927 a r:Inference; - r:gives { - 1930 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5925 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3928 a r:Inference; - r:gives { - 1931 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5926 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3929 a r:Inference; - r:gives { - 1932 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5927 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3930 a r:Inference; - r:gives { - 1933 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5928 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3931 a r:Inference; - r:gives { - 1934 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5929 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3932 a r:Inference; - r:gives { - 1935 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5930 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3933 a r:Inference; - r:gives { - 1936 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5931 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3934 a r:Inference; - r:gives { - 1937 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5932 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3935 a r:Inference; - r:gives { - 1938 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5933 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3936 a r:Inference; - r:gives { - 1939 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5934 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3937 a r:Inference; - r:gives { - 1940 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5935 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3938 a r:Inference; - r:gives { - 1941 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5936 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3939 a r:Inference; - r:gives { - 1942 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5937 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3940 a r:Inference; - r:gives { - 1943 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5938 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3941 a r:Inference; - r:gives { - 1944 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5939 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3942 a r:Inference; - r:gives { - 1945 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5940 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3943 a r:Inference; - r:gives { - 1946 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5941 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3944 a r:Inference; - r:gives { - 1947 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5942 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3945 a r:Inference; - r:gives { - 1948 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5943 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3946 a r:Inference; - r:gives { - 1949 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5944 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3947 a r:Inference; - r:gives { - 1950 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5945 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3948 a r:Inference; - r:gives { - 1951 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5946 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3949 a r:Inference; - r:gives { - 1952 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5947 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3950 a r:Inference; - r:gives { - 1953 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5948 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3951 a r:Inference; - r:gives { - 1954 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5949 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3952 a r:Inference; - r:gives { - 1955 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5950 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3953 a r:Inference; - r:gives { - 1956 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5951 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3954 a r:Inference; - r:gives { - 1957 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5952 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3955 a r:Inference; - r:gives { - 1958 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5953 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3956 a r:Inference; - r:gives { - 1959 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5954 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3957 a r:Inference; - r:gives { - 1960 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5955 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3958 a r:Inference; - r:gives { - 1961 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5956 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3959 a r:Inference; - r:gives { - 1962 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5957 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3960 a r:Inference; - r:gives { - 1963 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5958 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3961 a r:Inference; - r:gives { - 1964 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5959 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3962 a r:Inference; - r:gives { - 1965 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5960 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3963 a r:Inference; - r:gives { - 1966 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5961 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3964 a r:Inference; - r:gives { - 1967 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5962 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3965 a r:Inference; - r:gives { - 1968 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5963 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3966 a r:Inference; - r:gives { - 1969 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5964 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3967 a r:Inference; - r:gives { - 1970 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5965 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3968 a r:Inference; - r:gives { - 1971 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5966 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3969 a r:Inference; - r:gives { - 1972 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5967 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3970 a r:Inference; - r:gives { - 1973 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5968 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3971 a r:Inference; - r:gives { - 1974 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5969 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3972 a r:Inference; - r:gives { - 1975 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5970 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3973 a r:Inference; - r:gives { - 1976 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5971 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3974 a r:Inference; - r:gives { - 1977 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5972 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3975 a r:Inference; - r:gives { - 1978 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5973 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3976 a r:Inference; - r:gives { - 1979 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5974 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3977 a r:Inference; - r:gives { - 1980 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5975 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3978 a r:Inference; - r:gives { - 1981 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5976 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3979 a r:Inference; - r:gives { - 1982 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5977 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3980 a r:Inference; - r:gives { - 1983 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5978 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3981 a r:Inference; - r:gives { - 1984 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5979 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3982 a r:Inference; - r:gives { - 1985 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5980 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3983 a r:Inference; - r:gives { - 1986 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5981 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3984 a r:Inference; - r:gives { - 1987 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5982 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3985 a r:Inference; - r:gives { - 1988 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5983 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3986 a r:Inference; - r:gives { - 1989 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5984 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3987 a r:Inference; - r:gives { - 1990 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5985 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3988 a r:Inference; - r:gives { - 1991 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5986 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3989 a r:Inference; - r:gives { - 1992 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5987 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3990 a r:Inference; - r:gives { - 1993 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5988 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3991 a r:Inference; - r:gives { - 1994 :recursionCount 7 . - }; - r:evidence ( - skolem:lemma5989 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; - r:rule skolem:lemma3997. - -skolem:lemma3992 a r:Inference; - r:gives { - 1995 :recursionCount 2 . - }; - r:evidence ( - skolem:lemma5990 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:rule skolem:lemma3997. - -skolem:lemma3993 a r:Inference; - r:gives { - 1996 :recursionCount 5 . - }; - r:evidence ( - skolem:lemma5991 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; - r:rule skolem:lemma3997. - -skolem:lemma3994 a r:Inference; - r:gives { - 1997 :recursionCount 6 . - }; - r:evidence ( - skolem:lemma5992 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; - r:rule skolem:lemma3997. - -skolem:lemma3995 a r:Inference; - r:gives { - 1998 :recursionCount 3 . - }; - r:evidence ( - skolem:lemma5993 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:rule skolem:lemma3997. - -skolem:lemma3996 a r:Inference; - r:gives { - 1 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1 math:notEqualTo 0}] - skolem:lemma5994 - [ a r:Fact; r:gives {((0 0 0 1) "=<") list:sort (0 0 0 1)}] - [ a r:Fact; r:gives {((0 0 0 1) ">=") list:sort (1 0 0 0)}] - skolem:lemma5995 - skolem:lemma5996 - [ a r:Fact; r:gives {(1000 1) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma3997 a r:Extraction; - r:gives { - @forAll var:x_0, var:x_1. { - var:x_0 :recursionCount var:x_1. - } <= { - var:x_0 :kaprekar (0 var:x_1). - }. - }; - r:because [ a r:Parsing; r:source ]. - -skolem:lemma3998 a r:Inference; - r:gives { - 2 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2 math:notEqualTo 0}] - skolem:lemma5998 - [ a r:Fact; r:gives {((0 0 0 2) "=<") list:sort (0 0 0 2)}] - [ a r:Fact; r:gives {((0 0 0 2) ">=") list:sort (2 0 0 0)}] - skolem:lemma5999 - skolem:lemma6000 - [ a r:Fact; r:gives {(2000 2) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma3999 a r:Inference; - r:gives { - 3 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3 math:notEqualTo 0}] - skolem:lemma6001 - [ a r:Fact; r:gives {((0 0 0 3) "=<") list:sort (0 0 0 3)}] - [ a r:Fact; r:gives {((0 0 0 3) ">=") list:sort (3 0 0 0)}] - skolem:lemma6002 - skolem:lemma6003 - [ a r:Fact; r:gives {(3000 3) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4000 a r:Inference; - r:gives { - 4 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {4 math:notEqualTo 0}] - skolem:lemma6004 - [ a r:Fact; r:gives {((0 0 0 4) "=<") list:sort (0 0 0 4)}] - [ a r:Fact; r:gives {((0 0 0 4) ">=") list:sort (4 0 0 0)}] - skolem:lemma6005 - skolem:lemma6006 - [ a r:Fact; r:gives {(4000 4) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4001 a r:Inference; - r:gives { - 5 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {5 math:notEqualTo 0}] - skolem:lemma6007 - [ a r:Fact; r:gives {((0 0 0 5) "=<") list:sort (0 0 0 5)}] - [ a r:Fact; r:gives {((0 0 0 5) ">=") list:sort (5 0 0 0)}] - skolem:lemma6008 - skolem:lemma6009 - [ a r:Fact; r:gives {(5000 5) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4002 a r:Inference; - r:gives { - 6 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {6 math:notEqualTo 0}] - skolem:lemma6010 - [ a r:Fact; r:gives {((0 0 0 6) "=<") list:sort (0 0 0 6)}] - [ a r:Fact; r:gives {((0 0 0 6) ">=") list:sort (6 0 0 0)}] - skolem:lemma6011 - skolem:lemma6012 - [ a r:Fact; r:gives {(6000 6) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4003 a r:Inference; - r:gives { - 7 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {7 math:notEqualTo 0}] - skolem:lemma6013 - [ a r:Fact; r:gives {((0 0 0 7) "=<") list:sort (0 0 0 7)}] - [ a r:Fact; r:gives {((0 0 0 7) ">=") list:sort (7 0 0 0)}] - skolem:lemma6014 - skolem:lemma6015 - [ a r:Fact; r:gives {(7000 7) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4004 a r:Inference; - r:gives { - 8 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {8 math:notEqualTo 0}] - skolem:lemma6016 - [ a r:Fact; r:gives {((0 0 0 8) "=<") list:sort (0 0 0 8)}] - [ a r:Fact; r:gives {((0 0 0 8) ">=") list:sort (8 0 0 0)}] - skolem:lemma6017 - skolem:lemma6018 - [ a r:Fact; r:gives {(8000 8) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4005 a r:Inference; - r:gives { - 9 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {9 math:notEqualTo 0}] - skolem:lemma6019 - [ a r:Fact; r:gives {((0 0 0 9) "=<") list:sort (0 0 0 9)}] - [ a r:Fact; r:gives {((0 0 0 9) ">=") list:sort (9 0 0 0)}] - skolem:lemma6020 - skolem:lemma6021 - [ a r:Fact; r:gives {(9000 9) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4006 a r:Inference; - r:gives { - 10 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {10 math:notEqualTo 0}] - skolem:lemma6022 - [ a r:Fact; r:gives {((0 0 1 0) "=<") list:sort (0 0 0 1)}] - [ a r:Fact; r:gives {((0 0 1 0) ">=") list:sort (1 0 0 0)}] - skolem:lemma5995 - skolem:lemma5996 - [ a r:Fact; r:gives {(1000 1) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4007 a r:Inference; - r:gives { - 11 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {11 math:notEqualTo 0}] - skolem:lemma6023 - [ a r:Fact; r:gives {((0 0 1 1) "=<") list:sort (0 0 1 1)}] - [ a r:Fact; r:gives {((0 0 1 1) ">=") list:sort (1 1 0 0)}] - skolem:lemma6024 - skolem:lemma6025 - [ a r:Fact; r:gives {(1100 11) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4008 a r:Inference; - r:gives { - 12 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {12 math:notEqualTo 0}] - skolem:lemma6026 - [ a r:Fact; r:gives {((0 0 1 2) "=<") list:sort (0 0 1 2)}] - [ a r:Fact; r:gives {((0 0 1 2) ">=") list:sort (2 1 0 0)}] - skolem:lemma6027 - skolem:lemma6028 - [ a r:Fact; r:gives {(2100 12) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4009 a r:Inference; - r:gives { - 13 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {13 math:notEqualTo 0}] - skolem:lemma6029 - [ a r:Fact; r:gives {((0 0 1 3) "=<") list:sort (0 0 1 3)}] - [ a r:Fact; r:gives {((0 0 1 3) ">=") list:sort (3 1 0 0)}] - skolem:lemma6030 - skolem:lemma6031 - [ a r:Fact; r:gives {(3100 13) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4010 a r:Inference; - r:gives { - 14 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {14 math:notEqualTo 0}] - skolem:lemma6032 - [ a r:Fact; r:gives {((0 0 1 4) "=<") list:sort (0 0 1 4)}] - [ a r:Fact; r:gives {((0 0 1 4) ">=") list:sort (4 1 0 0)}] - skolem:lemma6033 - skolem:lemma6034 - [ a r:Fact; r:gives {(4100 14) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4011 a r:Inference; - r:gives { - 15 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {15 math:notEqualTo 0}] - skolem:lemma6035 - [ a r:Fact; r:gives {((0 0 1 5) "=<") list:sort (0 0 1 5)}] - [ a r:Fact; r:gives {((0 0 1 5) ">=") list:sort (5 1 0 0)}] - skolem:lemma6036 - skolem:lemma6037 - [ a r:Fact; r:gives {(5100 15) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4012 a r:Inference; - r:gives { - 16 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {16 math:notEqualTo 0}] - skolem:lemma6038 - [ a r:Fact; r:gives {((0 0 1 6) "=<") list:sort (0 0 1 6)}] - [ a r:Fact; r:gives {((0 0 1 6) ">=") list:sort (6 1 0 0)}] - skolem:lemma6039 - skolem:lemma6040 - [ a r:Fact; r:gives {(6100 16) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4013 a r:Inference; - r:gives { - 17 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {17 math:notEqualTo 0}] - skolem:lemma6041 - [ a r:Fact; r:gives {((0 0 1 7) "=<") list:sort (0 0 1 7)}] - [ a r:Fact; r:gives {((0 0 1 7) ">=") list:sort (7 1 0 0)}] - skolem:lemma6042 - skolem:lemma6043 - [ a r:Fact; r:gives {(7100 17) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4014 a r:Inference; - r:gives { - 18 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {18 math:notEqualTo 0}] - skolem:lemma6044 - [ a r:Fact; r:gives {((0 0 1 8) "=<") list:sort (0 0 1 8)}] - [ a r:Fact; r:gives {((0 0 1 8) ">=") list:sort (8 1 0 0)}] - skolem:lemma6045 - skolem:lemma6046 - [ a r:Fact; r:gives {(8100 18) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4015 a r:Inference; - r:gives { - 19 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {19 math:notEqualTo 0}] - skolem:lemma6047 - [ a r:Fact; r:gives {((0 0 1 9) "=<") list:sort (0 0 1 9)}] - [ a r:Fact; r:gives {((0 0 1 9) ">=") list:sort (9 1 0 0)}] - skolem:lemma6048 - skolem:lemma6049 - [ a r:Fact; r:gives {(9100 19) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4016 a r:Inference; - r:gives { - 20 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {20 math:notEqualTo 0}] - skolem:lemma6050 - [ a r:Fact; r:gives {((0 0 2 0) "=<") list:sort (0 0 0 2)}] - [ a r:Fact; r:gives {((0 0 2 0) ">=") list:sort (2 0 0 0)}] - skolem:lemma5999 - skolem:lemma6000 - [ a r:Fact; r:gives {(2000 2) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4017 a r:Inference; - r:gives { - 21 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {21 math:notEqualTo 0}] - skolem:lemma6051 - [ a r:Fact; r:gives {((0 0 2 1) "=<") list:sort (0 0 1 2)}] - [ a r:Fact; r:gives {((0 0 2 1) ">=") list:sort (2 1 0 0)}] - skolem:lemma6027 - skolem:lemma6028 - [ a r:Fact; r:gives {(2100 12) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4018 a r:Inference; - r:gives { - 22 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {22 math:notEqualTo 0}] - skolem:lemma6052 - [ a r:Fact; r:gives {((0 0 2 2) "=<") list:sort (0 0 2 2)}] - [ a r:Fact; r:gives {((0 0 2 2) ">=") list:sort (2 2 0 0)}] - skolem:lemma6053 - skolem:lemma6054 - [ a r:Fact; r:gives {(2200 22) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4019 a r:Inference; - r:gives { - 23 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {23 math:notEqualTo 0}] - skolem:lemma6055 - [ a r:Fact; r:gives {((0 0 2 3) "=<") list:sort (0 0 2 3)}] - [ a r:Fact; r:gives {((0 0 2 3) ">=") list:sort (3 2 0 0)}] - skolem:lemma6056 - skolem:lemma6057 - [ a r:Fact; r:gives {(3200 23) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4020 a r:Inference; - r:gives { - 24 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {24 math:notEqualTo 0}] - skolem:lemma6058 - [ a r:Fact; r:gives {((0 0 2 4) "=<") list:sort (0 0 2 4)}] - [ a r:Fact; r:gives {((0 0 2 4) ">=") list:sort (4 2 0 0)}] - skolem:lemma6059 - skolem:lemma6060 - [ a r:Fact; r:gives {(4200 24) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4021 a r:Inference; - r:gives { - 25 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {25 math:notEqualTo 0}] - skolem:lemma6061 - [ a r:Fact; r:gives {((0 0 2 5) "=<") list:sort (0 0 2 5)}] - [ a r:Fact; r:gives {((0 0 2 5) ">=") list:sort (5 2 0 0)}] - skolem:lemma6062 - skolem:lemma6063 - [ a r:Fact; r:gives {(5200 25) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4022 a r:Inference; - r:gives { - 26 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {26 math:notEqualTo 0}] - skolem:lemma6064 - [ a r:Fact; r:gives {((0 0 2 6) "=<") list:sort (0 0 2 6)}] - [ a r:Fact; r:gives {((0 0 2 6) ">=") list:sort (6 2 0 0)}] - skolem:lemma6065 - skolem:lemma6066 - [ a r:Fact; r:gives {(6200 26) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4023 a r:Inference; - r:gives { - 27 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {27 math:notEqualTo 0}] - skolem:lemma6067 - [ a r:Fact; r:gives {((0 0 2 7) "=<") list:sort (0 0 2 7)}] - [ a r:Fact; r:gives {((0 0 2 7) ">=") list:sort (7 2 0 0)}] - skolem:lemma6068 - skolem:lemma6069 - [ a r:Fact; r:gives {(7200 27) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4024 a r:Inference; - r:gives { - 28 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {28 math:notEqualTo 0}] - skolem:lemma6070 - [ a r:Fact; r:gives {((0 0 2 8) "=<") list:sort (0 0 2 8)}] - [ a r:Fact; r:gives {((0 0 2 8) ">=") list:sort (8 2 0 0)}] - skolem:lemma6071 - skolem:lemma6072 - [ a r:Fact; r:gives {(8200 28) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4025 a r:Inference; - r:gives { - 29 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {29 math:notEqualTo 0}] - skolem:lemma6073 - [ a r:Fact; r:gives {((0 0 2 9) "=<") list:sort (0 0 2 9)}] - [ a r:Fact; r:gives {((0 0 2 9) ">=") list:sort (9 2 0 0)}] - skolem:lemma6074 - skolem:lemma6075 - [ a r:Fact; r:gives {(9200 29) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4026 a r:Inference; - r:gives { - 30 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {30 math:notEqualTo 0}] - skolem:lemma6076 - [ a r:Fact; r:gives {((0 0 3 0) "=<") list:sort (0 0 0 3)}] - [ a r:Fact; r:gives {((0 0 3 0) ">=") list:sort (3 0 0 0)}] - skolem:lemma6002 - skolem:lemma6003 - [ a r:Fact; r:gives {(3000 3) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4027 a r:Inference; - r:gives { - 31 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {31 math:notEqualTo 0}] - skolem:lemma6077 - [ a r:Fact; r:gives {((0 0 3 1) "=<") list:sort (0 0 1 3)}] - [ a r:Fact; r:gives {((0 0 3 1) ">=") list:sort (3 1 0 0)}] - skolem:lemma6030 - skolem:lemma6031 - [ a r:Fact; r:gives {(3100 13) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4028 a r:Inference; - r:gives { - 32 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {32 math:notEqualTo 0}] - skolem:lemma6078 - [ a r:Fact; r:gives {((0 0 3 2) "=<") list:sort (0 0 2 3)}] - [ a r:Fact; r:gives {((0 0 3 2) ">=") list:sort (3 2 0 0)}] - skolem:lemma6056 - skolem:lemma6057 - [ a r:Fact; r:gives {(3200 23) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4029 a r:Inference; - r:gives { - 33 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {33 math:notEqualTo 0}] - skolem:lemma6079 - [ a r:Fact; r:gives {((0 0 3 3) "=<") list:sort (0 0 3 3)}] - [ a r:Fact; r:gives {((0 0 3 3) ">=") list:sort (3 3 0 0)}] - skolem:lemma6080 - skolem:lemma6081 - [ a r:Fact; r:gives {(3300 33) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4030 a r:Inference; - r:gives { - 34 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {34 math:notEqualTo 0}] - skolem:lemma6082 - [ a r:Fact; r:gives {((0 0 3 4) "=<") list:sort (0 0 3 4)}] - [ a r:Fact; r:gives {((0 0 3 4) ">=") list:sort (4 3 0 0)}] - skolem:lemma6083 - skolem:lemma6084 - [ a r:Fact; r:gives {(4300 34) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4031 a r:Inference; - r:gives { - 35 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {35 math:notEqualTo 0}] - skolem:lemma6085 - [ a r:Fact; r:gives {((0 0 3 5) "=<") list:sort (0 0 3 5)}] - [ a r:Fact; r:gives {((0 0 3 5) ">=") list:sort (5 3 0 0)}] - skolem:lemma6086 - skolem:lemma6087 - [ a r:Fact; r:gives {(5300 35) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4032 a r:Inference; - r:gives { - 36 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {36 math:notEqualTo 0}] - skolem:lemma6088 - [ a r:Fact; r:gives {((0 0 3 6) "=<") list:sort (0 0 3 6)}] - [ a r:Fact; r:gives {((0 0 3 6) ">=") list:sort (6 3 0 0)}] - skolem:lemma6089 - skolem:lemma6090 - [ a r:Fact; r:gives {(6300 36) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4033 a r:Inference; - r:gives { - 37 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {37 math:notEqualTo 0}] - skolem:lemma6091 - [ a r:Fact; r:gives {((0 0 3 7) "=<") list:sort (0 0 3 7)}] - [ a r:Fact; r:gives {((0 0 3 7) ">=") list:sort (7 3 0 0)}] - skolem:lemma6092 - skolem:lemma6093 - [ a r:Fact; r:gives {(7300 37) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4034 a r:Inference; - r:gives { - 38 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {38 math:notEqualTo 0}] - skolem:lemma6094 - [ a r:Fact; r:gives {((0 0 3 8) "=<") list:sort (0 0 3 8)}] - [ a r:Fact; r:gives {((0 0 3 8) ">=") list:sort (8 3 0 0)}] - skolem:lemma6095 - skolem:lemma6096 - [ a r:Fact; r:gives {(8300 38) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4035 a r:Inference; - r:gives { - 39 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {39 math:notEqualTo 0}] - skolem:lemma6097 - [ a r:Fact; r:gives {((0 0 3 9) "=<") list:sort (0 0 3 9)}] - [ a r:Fact; r:gives {((0 0 3 9) ">=") list:sort (9 3 0 0)}] - skolem:lemma6098 - skolem:lemma6099 - [ a r:Fact; r:gives {(9300 39) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4036 a r:Inference; - r:gives { - 40 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {40 math:notEqualTo 0}] - skolem:lemma6100 - [ a r:Fact; r:gives {((0 0 4 0) "=<") list:sort (0 0 0 4)}] - [ a r:Fact; r:gives {((0 0 4 0) ">=") list:sort (4 0 0 0)}] - skolem:lemma6005 - skolem:lemma6006 - [ a r:Fact; r:gives {(4000 4) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4037 a r:Inference; - r:gives { - 41 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {41 math:notEqualTo 0}] - skolem:lemma6101 - [ a r:Fact; r:gives {((0 0 4 1) "=<") list:sort (0 0 1 4)}] - [ a r:Fact; r:gives {((0 0 4 1) ">=") list:sort (4 1 0 0)}] - skolem:lemma6033 - skolem:lemma6034 - [ a r:Fact; r:gives {(4100 14) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4038 a r:Inference; - r:gives { - 42 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {42 math:notEqualTo 0}] - skolem:lemma6102 - [ a r:Fact; r:gives {((0 0 4 2) "=<") list:sort (0 0 2 4)}] - [ a r:Fact; r:gives {((0 0 4 2) ">=") list:sort (4 2 0 0)}] - skolem:lemma6059 - skolem:lemma6060 - [ a r:Fact; r:gives {(4200 24) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4039 a r:Inference; - r:gives { - 43 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {43 math:notEqualTo 0}] - skolem:lemma6103 - [ a r:Fact; r:gives {((0 0 4 3) "=<") list:sort (0 0 3 4)}] - [ a r:Fact; r:gives {((0 0 4 3) ">=") list:sort (4 3 0 0)}] - skolem:lemma6083 - skolem:lemma6084 - [ a r:Fact; r:gives {(4300 34) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4040 a r:Inference; - r:gives { - 44 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {44 math:notEqualTo 0}] - skolem:lemma6104 - [ a r:Fact; r:gives {((0 0 4 4) "=<") list:sort (0 0 4 4)}] - [ a r:Fact; r:gives {((0 0 4 4) ">=") list:sort (4 4 0 0)}] - skolem:lemma6105 - skolem:lemma6106 - [ a r:Fact; r:gives {(4400 44) math:difference 4356}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4356 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 4356 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4041 a r:Inference; - r:gives { - 45 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {45 math:notEqualTo 0}] - skolem:lemma6107 - [ a r:Fact; r:gives {((0 0 4 5) "=<") list:sort (0 0 4 5)}] - [ a r:Fact; r:gives {((0 0 4 5) ">=") list:sort (5 4 0 0)}] - skolem:lemma6108 - skolem:lemma6109 - [ a r:Fact; r:gives {(5400 45) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4042 a r:Inference; - r:gives { - 46 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {46 math:notEqualTo 0}] - skolem:lemma6110 - [ a r:Fact; r:gives {((0 0 4 6) "=<") list:sort (0 0 4 6)}] - [ a r:Fact; r:gives {((0 0 4 6) ">=") list:sort (6 4 0 0)}] - skolem:lemma6111 - skolem:lemma6112 - [ a r:Fact; r:gives {(6400 46) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4043 a r:Inference; - r:gives { - 47 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {47 math:notEqualTo 0}] - skolem:lemma6113 - [ a r:Fact; r:gives {((0 0 4 7) "=<") list:sort (0 0 4 7)}] - [ a r:Fact; r:gives {((0 0 4 7) ">=") list:sort (7 4 0 0)}] - skolem:lemma6114 - skolem:lemma6115 - [ a r:Fact; r:gives {(7400 47) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4044 a r:Inference; - r:gives { - 48 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {48 math:notEqualTo 0}] - skolem:lemma6116 - [ a r:Fact; r:gives {((0 0 4 8) "=<") list:sort (0 0 4 8)}] - [ a r:Fact; r:gives {((0 0 4 8) ">=") list:sort (8 4 0 0)}] - skolem:lemma6117 - skolem:lemma6118 - [ a r:Fact; r:gives {(8400 48) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4045 a r:Inference; - r:gives { - 49 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {49 math:notEqualTo 0}] - skolem:lemma6119 - [ a r:Fact; r:gives {((0 0 4 9) "=<") list:sort (0 0 4 9)}] - [ a r:Fact; r:gives {((0 0 4 9) ">=") list:sort (9 4 0 0)}] - skolem:lemma6120 - skolem:lemma6121 - [ a r:Fact; r:gives {(9400 49) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4046 a r:Inference; - r:gives { - 50 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {50 math:notEqualTo 0}] - skolem:lemma6122 - [ a r:Fact; r:gives {((0 0 5 0) "=<") list:sort (0 0 0 5)}] - [ a r:Fact; r:gives {((0 0 5 0) ">=") list:sort (5 0 0 0)}] - skolem:lemma6008 - skolem:lemma6009 - [ a r:Fact; r:gives {(5000 5) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4047 a r:Inference; - r:gives { - 51 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {51 math:notEqualTo 0}] - skolem:lemma6123 - [ a r:Fact; r:gives {((0 0 5 1) "=<") list:sort (0 0 1 5)}] - [ a r:Fact; r:gives {((0 0 5 1) ">=") list:sort (5 1 0 0)}] - skolem:lemma6036 - skolem:lemma6037 - [ a r:Fact; r:gives {(5100 15) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4048 a r:Inference; - r:gives { - 52 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {52 math:notEqualTo 0}] - skolem:lemma6124 - [ a r:Fact; r:gives {((0 0 5 2) "=<") list:sort (0 0 2 5)}] - [ a r:Fact; r:gives {((0 0 5 2) ">=") list:sort (5 2 0 0)}] - skolem:lemma6062 - skolem:lemma6063 - [ a r:Fact; r:gives {(5200 25) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4049 a r:Inference; - r:gives { - 53 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {53 math:notEqualTo 0}] - skolem:lemma6125 - [ a r:Fact; r:gives {((0 0 5 3) "=<") list:sort (0 0 3 5)}] - [ a r:Fact; r:gives {((0 0 5 3) ">=") list:sort (5 3 0 0)}] - skolem:lemma6086 - skolem:lemma6087 - [ a r:Fact; r:gives {(5300 35) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4050 a r:Inference; - r:gives { - 54 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {54 math:notEqualTo 0}] - skolem:lemma6126 - [ a r:Fact; r:gives {((0 0 5 4) "=<") list:sort (0 0 4 5)}] - [ a r:Fact; r:gives {((0 0 5 4) ">=") list:sort (5 4 0 0)}] - skolem:lemma6108 - skolem:lemma6109 - [ a r:Fact; r:gives {(5400 45) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4051 a r:Inference; - r:gives { - 55 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {55 math:notEqualTo 0}] - skolem:lemma6127 - [ a r:Fact; r:gives {((0 0 5 5) "=<") list:sort (0 0 5 5)}] - [ a r:Fact; r:gives {((0 0 5 5) ">=") list:sort (5 5 0 0)}] - skolem:lemma6128 - skolem:lemma6129 - [ a r:Fact; r:gives {(5500 55) math:difference 5445}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5445 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5445 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4052 a r:Inference; - r:gives { - 56 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {56 math:notEqualTo 0}] - skolem:lemma6130 - [ a r:Fact; r:gives {((0 0 5 6) "=<") list:sort (0 0 5 6)}] - [ a r:Fact; r:gives {((0 0 5 6) ">=") list:sort (6 5 0 0)}] - skolem:lemma6131 - skolem:lemma6132 - [ a r:Fact; r:gives {(6500 56) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4053 a r:Inference; - r:gives { - 57 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {57 math:notEqualTo 0}] - skolem:lemma6133 - [ a r:Fact; r:gives {((0 0 5 7) "=<") list:sort (0 0 5 7)}] - [ a r:Fact; r:gives {((0 0 5 7) ">=") list:sort (7 5 0 0)}] - skolem:lemma6134 - skolem:lemma6135 - [ a r:Fact; r:gives {(7500 57) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4054 a r:Inference; - r:gives { - 58 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {58 math:notEqualTo 0}] - skolem:lemma6136 - [ a r:Fact; r:gives {((0 0 5 8) "=<") list:sort (0 0 5 8)}] - [ a r:Fact; r:gives {((0 0 5 8) ">=") list:sort (8 5 0 0)}] - skolem:lemma6137 - skolem:lemma6138 - [ a r:Fact; r:gives {(8500 58) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4055 a r:Inference; - r:gives { - 59 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {59 math:notEqualTo 0}] - skolem:lemma6139 - [ a r:Fact; r:gives {((0 0 5 9) "=<") list:sort (0 0 5 9)}] - [ a r:Fact; r:gives {((0 0 5 9) ">=") list:sort (9 5 0 0)}] - skolem:lemma6140 - skolem:lemma6141 - [ a r:Fact; r:gives {(9500 59) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4056 a r:Inference; - r:gives { - 60 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {60 math:notEqualTo 0}] - skolem:lemma6142 - [ a r:Fact; r:gives {((0 0 6 0) "=<") list:sort (0 0 0 6)}] - [ a r:Fact; r:gives {((0 0 6 0) ">=") list:sort (6 0 0 0)}] - skolem:lemma6011 - skolem:lemma6012 - [ a r:Fact; r:gives {(6000 6) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4057 a r:Inference; - r:gives { - 61 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {61 math:notEqualTo 0}] - skolem:lemma6143 - [ a r:Fact; r:gives {((0 0 6 1) "=<") list:sort (0 0 1 6)}] - [ a r:Fact; r:gives {((0 0 6 1) ">=") list:sort (6 1 0 0)}] - skolem:lemma6039 - skolem:lemma6040 - [ a r:Fact; r:gives {(6100 16) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4058 a r:Inference; - r:gives { - 62 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {62 math:notEqualTo 0}] - skolem:lemma6144 - [ a r:Fact; r:gives {((0 0 6 2) "=<") list:sort (0 0 2 6)}] - [ a r:Fact; r:gives {((0 0 6 2) ">=") list:sort (6 2 0 0)}] - skolem:lemma6065 - skolem:lemma6066 - [ a r:Fact; r:gives {(6200 26) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4059 a r:Inference; - r:gives { - 63 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {63 math:notEqualTo 0}] - skolem:lemma6145 - [ a r:Fact; r:gives {((0 0 6 3) "=<") list:sort (0 0 3 6)}] - [ a r:Fact; r:gives {((0 0 6 3) ">=") list:sort (6 3 0 0)}] - skolem:lemma6089 - skolem:lemma6090 - [ a r:Fact; r:gives {(6300 36) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4060 a r:Inference; - r:gives { - 64 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {64 math:notEqualTo 0}] - skolem:lemma6146 - [ a r:Fact; r:gives {((0 0 6 4) "=<") list:sort (0 0 4 6)}] - [ a r:Fact; r:gives {((0 0 6 4) ">=") list:sort (6 4 0 0)}] - skolem:lemma6111 - skolem:lemma6112 - [ a r:Fact; r:gives {(6400 46) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4061 a r:Inference; - r:gives { - 65 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {65 math:notEqualTo 0}] - skolem:lemma6147 - [ a r:Fact; r:gives {((0 0 6 5) "=<") list:sort (0 0 5 6)}] - [ a r:Fact; r:gives {((0 0 6 5) ">=") list:sort (6 5 0 0)}] - skolem:lemma6131 - skolem:lemma6132 - [ a r:Fact; r:gives {(6500 56) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4062 a r:Inference; - r:gives { - 66 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {66 math:notEqualTo 0}] - skolem:lemma6148 - [ a r:Fact; r:gives {((0 0 6 6) "=<") list:sort (0 0 6 6)}] - [ a r:Fact; r:gives {((0 0 6 6) ">=") list:sort (6 6 0 0)}] - skolem:lemma6149 - skolem:lemma6150 - [ a r:Fact; r:gives {(6600 66) math:difference 6534}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6534 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6534 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4063 a r:Inference; - r:gives { - 67 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {67 math:notEqualTo 0}] - skolem:lemma6151 - [ a r:Fact; r:gives {((0 0 6 7) "=<") list:sort (0 0 6 7)}] - [ a r:Fact; r:gives {((0 0 6 7) ">=") list:sort (7 6 0 0)}] - skolem:lemma6152 - skolem:lemma6153 - [ a r:Fact; r:gives {(7600 67) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4064 a r:Inference; - r:gives { - 68 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {68 math:notEqualTo 0}] - skolem:lemma6154 - [ a r:Fact; r:gives {((0 0 6 8) "=<") list:sort (0 0 6 8)}] - [ a r:Fact; r:gives {((0 0 6 8) ">=") list:sort (8 6 0 0)}] - skolem:lemma6155 - skolem:lemma6156 - [ a r:Fact; r:gives {(8600 68) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4065 a r:Inference; - r:gives { - 69 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {69 math:notEqualTo 0}] - skolem:lemma6157 - [ a r:Fact; r:gives {((0 0 6 9) "=<") list:sort (0 0 6 9)}] - [ a r:Fact; r:gives {((0 0 6 9) ">=") list:sort (9 6 0 0)}] - skolem:lemma6158 - skolem:lemma6159 - [ a r:Fact; r:gives {(9600 69) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4066 a r:Inference; - r:gives { - 70 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {70 math:notEqualTo 0}] - skolem:lemma6160 - [ a r:Fact; r:gives {((0 0 7 0) "=<") list:sort (0 0 0 7)}] - [ a r:Fact; r:gives {((0 0 7 0) ">=") list:sort (7 0 0 0)}] - skolem:lemma6014 - skolem:lemma6015 - [ a r:Fact; r:gives {(7000 7) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4067 a r:Inference; - r:gives { - 71 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {71 math:notEqualTo 0}] - skolem:lemma6161 - [ a r:Fact; r:gives {((0 0 7 1) "=<") list:sort (0 0 1 7)}] - [ a r:Fact; r:gives {((0 0 7 1) ">=") list:sort (7 1 0 0)}] - skolem:lemma6042 - skolem:lemma6043 - [ a r:Fact; r:gives {(7100 17) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4068 a r:Inference; - r:gives { - 72 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {72 math:notEqualTo 0}] - skolem:lemma6162 - [ a r:Fact; r:gives {((0 0 7 2) "=<") list:sort (0 0 2 7)}] - [ a r:Fact; r:gives {((0 0 7 2) ">=") list:sort (7 2 0 0)}] - skolem:lemma6068 - skolem:lemma6069 - [ a r:Fact; r:gives {(7200 27) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4069 a r:Inference; - r:gives { - 73 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {73 math:notEqualTo 0}] - skolem:lemma6163 - [ a r:Fact; r:gives {((0 0 7 3) "=<") list:sort (0 0 3 7)}] - [ a r:Fact; r:gives {((0 0 7 3) ">=") list:sort (7 3 0 0)}] - skolem:lemma6092 - skolem:lemma6093 - [ a r:Fact; r:gives {(7300 37) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4070 a r:Inference; - r:gives { - 74 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {74 math:notEqualTo 0}] - skolem:lemma6164 - [ a r:Fact; r:gives {((0 0 7 4) "=<") list:sort (0 0 4 7)}] - [ a r:Fact; r:gives {((0 0 7 4) ">=") list:sort (7 4 0 0)}] - skolem:lemma6114 - skolem:lemma6115 - [ a r:Fact; r:gives {(7400 47) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4071 a r:Inference; - r:gives { - 75 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {75 math:notEqualTo 0}] - skolem:lemma6165 - [ a r:Fact; r:gives {((0 0 7 5) "=<") list:sort (0 0 5 7)}] - [ a r:Fact; r:gives {((0 0 7 5) ">=") list:sort (7 5 0 0)}] - skolem:lemma6134 - skolem:lemma6135 - [ a r:Fact; r:gives {(7500 57) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4072 a r:Inference; - r:gives { - 76 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {76 math:notEqualTo 0}] - skolem:lemma6166 - [ a r:Fact; r:gives {((0 0 7 6) "=<") list:sort (0 0 6 7)}] - [ a r:Fact; r:gives {((0 0 7 6) ">=") list:sort (7 6 0 0)}] - skolem:lemma6152 - skolem:lemma6153 - [ a r:Fact; r:gives {(7600 67) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4073 a r:Inference; - r:gives { - 77 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {77 math:notEqualTo 0}] - skolem:lemma6167 - [ a r:Fact; r:gives {((0 0 7 7) "=<") list:sort (0 0 7 7)}] - [ a r:Fact; r:gives {((0 0 7 7) ">=") list:sort (7 7 0 0)}] - skolem:lemma6168 - skolem:lemma6169 - [ a r:Fact; r:gives {(7700 77) math:difference 7623}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7623 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7623 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4074 a r:Inference; - r:gives { - 78 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {78 math:notEqualTo 0}] - skolem:lemma6170 - [ a r:Fact; r:gives {((0 0 7 8) "=<") list:sort (0 0 7 8)}] - [ a r:Fact; r:gives {((0 0 7 8) ">=") list:sort (8 7 0 0)}] - skolem:lemma6171 - skolem:lemma6172 - [ a r:Fact; r:gives {(8700 78) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4075 a r:Inference; - r:gives { - 79 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {79 math:notEqualTo 0}] - skolem:lemma6173 - [ a r:Fact; r:gives {((0 0 7 9) "=<") list:sort (0 0 7 9)}] - [ a r:Fact; r:gives {((0 0 7 9) ">=") list:sort (9 7 0 0)}] - skolem:lemma6174 - skolem:lemma6175 - [ a r:Fact; r:gives {(9700 79) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4076 a r:Inference; - r:gives { - 80 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {80 math:notEqualTo 0}] - skolem:lemma6176 - [ a r:Fact; r:gives {((0 0 8 0) "=<") list:sort (0 0 0 8)}] - [ a r:Fact; r:gives {((0 0 8 0) ">=") list:sort (8 0 0 0)}] - skolem:lemma6017 - skolem:lemma6018 - [ a r:Fact; r:gives {(8000 8) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4077 a r:Inference; - r:gives { - 81 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {81 math:notEqualTo 0}] - skolem:lemma6177 - [ a r:Fact; r:gives {((0 0 8 1) "=<") list:sort (0 0 1 8)}] - [ a r:Fact; r:gives {((0 0 8 1) ">=") list:sort (8 1 0 0)}] - skolem:lemma6045 - skolem:lemma6046 - [ a r:Fact; r:gives {(8100 18) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4078 a r:Inference; - r:gives { - 82 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {82 math:notEqualTo 0}] - skolem:lemma6178 - [ a r:Fact; r:gives {((0 0 8 2) "=<") list:sort (0 0 2 8)}] - [ a r:Fact; r:gives {((0 0 8 2) ">=") list:sort (8 2 0 0)}] - skolem:lemma6071 - skolem:lemma6072 - [ a r:Fact; r:gives {(8200 28) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4079 a r:Inference; - r:gives { - 83 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {83 math:notEqualTo 0}] - skolem:lemma6179 - [ a r:Fact; r:gives {((0 0 8 3) "=<") list:sort (0 0 3 8)}] - [ a r:Fact; r:gives {((0 0 8 3) ">=") list:sort (8 3 0 0)}] - skolem:lemma6095 - skolem:lemma6096 - [ a r:Fact; r:gives {(8300 38) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4080 a r:Inference; - r:gives { - 84 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {84 math:notEqualTo 0}] - skolem:lemma6180 - [ a r:Fact; r:gives {((0 0 8 4) "=<") list:sort (0 0 4 8)}] - [ a r:Fact; r:gives {((0 0 8 4) ">=") list:sort (8 4 0 0)}] - skolem:lemma6117 - skolem:lemma6118 - [ a r:Fact; r:gives {(8400 48) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4081 a r:Inference; - r:gives { - 85 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {85 math:notEqualTo 0}] - skolem:lemma6181 - [ a r:Fact; r:gives {((0 0 8 5) "=<") list:sort (0 0 5 8)}] - [ a r:Fact; r:gives {((0 0 8 5) ">=") list:sort (8 5 0 0)}] - skolem:lemma6137 - skolem:lemma6138 - [ a r:Fact; r:gives {(8500 58) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4082 a r:Inference; - r:gives { - 86 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {86 math:notEqualTo 0}] - skolem:lemma6182 - [ a r:Fact; r:gives {((0 0 8 6) "=<") list:sort (0 0 6 8)}] - [ a r:Fact; r:gives {((0 0 8 6) ">=") list:sort (8 6 0 0)}] - skolem:lemma6155 - skolem:lemma6156 - [ a r:Fact; r:gives {(8600 68) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4083 a r:Inference; - r:gives { - 87 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {87 math:notEqualTo 0}] - skolem:lemma6183 - [ a r:Fact; r:gives {((0 0 8 7) "=<") list:sort (0 0 7 8)}] - [ a r:Fact; r:gives {((0 0 8 7) ">=") list:sort (8 7 0 0)}] - skolem:lemma6171 - skolem:lemma6172 - [ a r:Fact; r:gives {(8700 78) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4084 a r:Inference; - r:gives { - 88 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {88 math:notEqualTo 0}] - skolem:lemma6184 - [ a r:Fact; r:gives {((0 0 8 8) "=<") list:sort (0 0 8 8)}] - [ a r:Fact; r:gives {((0 0 8 8) ">=") list:sort (8 8 0 0)}] - skolem:lemma6185 - skolem:lemma6186 - [ a r:Fact; r:gives {(8800 88) math:difference 8712}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8712 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8712 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4085 a r:Inference; - r:gives { - 89 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {89 math:notEqualTo 0}] - skolem:lemma6187 - [ a r:Fact; r:gives {((0 0 8 9) "=<") list:sort (0 0 8 9)}] - [ a r:Fact; r:gives {((0 0 8 9) ">=") list:sort (9 8 0 0)}] - skolem:lemma6188 - skolem:lemma6189 - [ a r:Fact; r:gives {(9800 89) math:difference 9711}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9711 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9711 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4086 a r:Inference; - r:gives { - 90 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {90 math:notEqualTo 0}] - skolem:lemma6190 - [ a r:Fact; r:gives {((0 0 9 0) "=<") list:sort (0 0 0 9)}] - [ a r:Fact; r:gives {((0 0 9 0) ">=") list:sort (9 0 0 0)}] - skolem:lemma6020 - skolem:lemma6021 - [ a r:Fact; r:gives {(9000 9) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4087 a r:Inference; - r:gives { - 91 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {91 math:notEqualTo 0}] - skolem:lemma6191 - [ a r:Fact; r:gives {((0 0 9 1) "=<") list:sort (0 0 1 9)}] - [ a r:Fact; r:gives {((0 0 9 1) ">=") list:sort (9 1 0 0)}] - skolem:lemma6048 - skolem:lemma6049 - [ a r:Fact; r:gives {(9100 19) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4088 a r:Inference; - r:gives { - 92 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {92 math:notEqualTo 0}] - skolem:lemma6192 - [ a r:Fact; r:gives {((0 0 9 2) "=<") list:sort (0 0 2 9)}] - [ a r:Fact; r:gives {((0 0 9 2) ">=") list:sort (9 2 0 0)}] - skolem:lemma6074 - skolem:lemma6075 - [ a r:Fact; r:gives {(9200 29) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4089 a r:Inference; - r:gives { - 93 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {93 math:notEqualTo 0}] - skolem:lemma6193 - [ a r:Fact; r:gives {((0 0 9 3) "=<") list:sort (0 0 3 9)}] - [ a r:Fact; r:gives {((0 0 9 3) ">=") list:sort (9 3 0 0)}] - skolem:lemma6098 - skolem:lemma6099 - [ a r:Fact; r:gives {(9300 39) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4090 a r:Inference; - r:gives { - 94 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {94 math:notEqualTo 0}] - skolem:lemma6194 - [ a r:Fact; r:gives {((0 0 9 4) "=<") list:sort (0 0 4 9)}] - [ a r:Fact; r:gives {((0 0 9 4) ">=") list:sort (9 4 0 0)}] - skolem:lemma6120 - skolem:lemma6121 - [ a r:Fact; r:gives {(9400 49) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4091 a r:Inference; - r:gives { - 95 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {95 math:notEqualTo 0}] - skolem:lemma6195 - [ a r:Fact; r:gives {((0 0 9 5) "=<") list:sort (0 0 5 9)}] - [ a r:Fact; r:gives {((0 0 9 5) ">=") list:sort (9 5 0 0)}] - skolem:lemma6140 - skolem:lemma6141 - [ a r:Fact; r:gives {(9500 59) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4092 a r:Inference; - r:gives { - 96 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {96 math:notEqualTo 0}] - skolem:lemma6196 - [ a r:Fact; r:gives {((0 0 9 6) "=<") list:sort (0 0 6 9)}] - [ a r:Fact; r:gives {((0 0 9 6) ">=") list:sort (9 6 0 0)}] - skolem:lemma6158 - skolem:lemma6159 - [ a r:Fact; r:gives {(9600 69) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4093 a r:Inference; - r:gives { - 97 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {97 math:notEqualTo 0}] - skolem:lemma6197 - [ a r:Fact; r:gives {((0 0 9 7) "=<") list:sort (0 0 7 9)}] - [ a r:Fact; r:gives {((0 0 9 7) ">=") list:sort (9 7 0 0)}] - skolem:lemma6174 - skolem:lemma6175 - [ a r:Fact; r:gives {(9700 79) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4094 a r:Inference; - r:gives { - 98 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {98 math:notEqualTo 0}] - skolem:lemma6198 - [ a r:Fact; r:gives {((0 0 9 8) "=<") list:sort (0 0 8 9)}] - [ a r:Fact; r:gives {((0 0 9 8) ">=") list:sort (9 8 0 0)}] - skolem:lemma6188 - skolem:lemma6189 - [ a r:Fact; r:gives {(9800 89) math:difference 9711}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9711 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9711 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4095 a r:Inference; - r:gives { - 99 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {99 math:notEqualTo 0}] - skolem:lemma6199 - [ a r:Fact; r:gives {((0 0 9 9) "=<") list:sort (0 0 9 9)}] - [ a r:Fact; r:gives {((0 0 9 9) ">=") list:sort (9 9 0 0)}] - skolem:lemma6200 - skolem:lemma6201 - [ a r:Fact; r:gives {(9900 99) math:difference 9801}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9801 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9801 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4096 a r:Inference; - r:gives { - 100 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {100 math:notEqualTo 0}] - skolem:lemma6202 - [ a r:Fact; r:gives {((0 1 0 0) "=<") list:sort (0 0 0 1)}] - [ a r:Fact; r:gives {((0 1 0 0) ">=") list:sort (1 0 0 0)}] - skolem:lemma5995 - skolem:lemma5996 - [ a r:Fact; r:gives {(1000 1) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4097 a r:Inference; - r:gives { - 101 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {101 math:notEqualTo 0}] - skolem:lemma6203 - [ a r:Fact; r:gives {((0 1 0 1) "=<") list:sort (0 0 1 1)}] - [ a r:Fact; r:gives {((0 1 0 1) ">=") list:sort (1 1 0 0)}] - skolem:lemma6024 - skolem:lemma6025 - [ a r:Fact; r:gives {(1100 11) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4098 a r:Inference; - r:gives { - 102 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {102 math:notEqualTo 0}] - skolem:lemma6204 - [ a r:Fact; r:gives {((0 1 0 2) "=<") list:sort (0 0 1 2)}] - [ a r:Fact; r:gives {((0 1 0 2) ">=") list:sort (2 1 0 0)}] - skolem:lemma6027 - skolem:lemma6028 - [ a r:Fact; r:gives {(2100 12) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4099 a r:Inference; - r:gives { - 103 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {103 math:notEqualTo 0}] - skolem:lemma6205 - [ a r:Fact; r:gives {((0 1 0 3) "=<") list:sort (0 0 1 3)}] - [ a r:Fact; r:gives {((0 1 0 3) ">=") list:sort (3 1 0 0)}] - skolem:lemma6030 - skolem:lemma6031 - [ a r:Fact; r:gives {(3100 13) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4100 a r:Inference; - r:gives { - 104 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {104 math:notEqualTo 0}] - skolem:lemma6206 - [ a r:Fact; r:gives {((0 1 0 4) "=<") list:sort (0 0 1 4)}] - [ a r:Fact; r:gives {((0 1 0 4) ">=") list:sort (4 1 0 0)}] - skolem:lemma6033 - skolem:lemma6034 - [ a r:Fact; r:gives {(4100 14) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4101 a r:Inference; - r:gives { - 105 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {105 math:notEqualTo 0}] - skolem:lemma6207 - [ a r:Fact; r:gives {((0 1 0 5) "=<") list:sort (0 0 1 5)}] - [ a r:Fact; r:gives {((0 1 0 5) ">=") list:sort (5 1 0 0)}] - skolem:lemma6036 - skolem:lemma6037 - [ a r:Fact; r:gives {(5100 15) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4102 a r:Inference; - r:gives { - 106 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {106 math:notEqualTo 0}] - skolem:lemma6208 - [ a r:Fact; r:gives {((0 1 0 6) "=<") list:sort (0 0 1 6)}] - [ a r:Fact; r:gives {((0 1 0 6) ">=") list:sort (6 1 0 0)}] - skolem:lemma6039 - skolem:lemma6040 - [ a r:Fact; r:gives {(6100 16) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4103 a r:Inference; - r:gives { - 107 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {107 math:notEqualTo 0}] - skolem:lemma6209 - [ a r:Fact; r:gives {((0 1 0 7) "=<") list:sort (0 0 1 7)}] - [ a r:Fact; r:gives {((0 1 0 7) ">=") list:sort (7 1 0 0)}] - skolem:lemma6042 - skolem:lemma6043 - [ a r:Fact; r:gives {(7100 17) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4104 a r:Inference; - r:gives { - 108 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {108 math:notEqualTo 0}] - skolem:lemma6210 - [ a r:Fact; r:gives {((0 1 0 8) "=<") list:sort (0 0 1 8)}] - [ a r:Fact; r:gives {((0 1 0 8) ">=") list:sort (8 1 0 0)}] - skolem:lemma6045 - skolem:lemma6046 - [ a r:Fact; r:gives {(8100 18) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4105 a r:Inference; - r:gives { - 109 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {109 math:notEqualTo 0}] - skolem:lemma6211 - [ a r:Fact; r:gives {((0 1 0 9) "=<") list:sort (0 0 1 9)}] - [ a r:Fact; r:gives {((0 1 0 9) ">=") list:sort (9 1 0 0)}] - skolem:lemma6048 - skolem:lemma6049 - [ a r:Fact; r:gives {(9100 19) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4106 a r:Inference; - r:gives { - 110 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {110 math:notEqualTo 0}] - skolem:lemma6212 - [ a r:Fact; r:gives {((0 1 1 0) "=<") list:sort (0 0 1 1)}] - [ a r:Fact; r:gives {((0 1 1 0) ">=") list:sort (1 1 0 0)}] - skolem:lemma6024 - skolem:lemma6025 - [ a r:Fact; r:gives {(1100 11) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4107 a r:Inference; - r:gives { - 111 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {111 math:notEqualTo 0}] - skolem:lemma6213 - [ a r:Fact; r:gives {((0 1 1 1) "=<") list:sort (0 1 1 1)}] - [ a r:Fact; r:gives {((0 1 1 1) ">=") list:sort (1 1 1 0)}] - skolem:lemma6214 - skolem:lemma6215 - [ a r:Fact; r:gives {(1110 111) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4108 a r:Inference; - r:gives { - 112 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {112 math:notEqualTo 0}] - skolem:lemma6216 - [ a r:Fact; r:gives {((0 1 1 2) "=<") list:sort (0 1 1 2)}] - [ a r:Fact; r:gives {((0 1 1 2) ">=") list:sort (2 1 1 0)}] - skolem:lemma6217 - skolem:lemma6218 - [ a r:Fact; r:gives {(2110 112) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4109 a r:Inference; - r:gives { - 113 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {113 math:notEqualTo 0}] - skolem:lemma6219 - [ a r:Fact; r:gives {((0 1 1 3) "=<") list:sort (0 1 1 3)}] - [ a r:Fact; r:gives {((0 1 1 3) ">=") list:sort (3 1 1 0)}] - skolem:lemma6220 - skolem:lemma6221 - [ a r:Fact; r:gives {(3110 113) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4110 a r:Inference; - r:gives { - 114 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {114 math:notEqualTo 0}] - skolem:lemma6222 - [ a r:Fact; r:gives {((0 1 1 4) "=<") list:sort (0 1 1 4)}] - [ a r:Fact; r:gives {((0 1 1 4) ">=") list:sort (4 1 1 0)}] - skolem:lemma6223 - skolem:lemma6224 - [ a r:Fact; r:gives {(4110 114) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4111 a r:Inference; - r:gives { - 115 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {115 math:notEqualTo 0}] - skolem:lemma6225 - [ a r:Fact; r:gives {((0 1 1 5) "=<") list:sort (0 1 1 5)}] - [ a r:Fact; r:gives {((0 1 1 5) ">=") list:sort (5 1 1 0)}] - skolem:lemma6226 - skolem:lemma6227 - [ a r:Fact; r:gives {(5110 115) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4112 a r:Inference; - r:gives { - 116 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {116 math:notEqualTo 0}] - skolem:lemma6228 - [ a r:Fact; r:gives {((0 1 1 6) "=<") list:sort (0 1 1 6)}] - [ a r:Fact; r:gives {((0 1 1 6) ">=") list:sort (6 1 1 0)}] - skolem:lemma6229 - skolem:lemma6230 - [ a r:Fact; r:gives {(6110 116) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4113 a r:Inference; - r:gives { - 117 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {117 math:notEqualTo 0}] - skolem:lemma6231 - [ a r:Fact; r:gives {((0 1 1 7) "=<") list:sort (0 1 1 7)}] - [ a r:Fact; r:gives {((0 1 1 7) ">=") list:sort (7 1 1 0)}] - skolem:lemma6232 - skolem:lemma6233 - [ a r:Fact; r:gives {(7110 117) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4114 a r:Inference; - r:gives { - 118 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {118 math:notEqualTo 0}] - skolem:lemma6234 - [ a r:Fact; r:gives {((0 1 1 8) "=<") list:sort (0 1 1 8)}] - [ a r:Fact; r:gives {((0 1 1 8) ">=") list:sort (8 1 1 0)}] - skolem:lemma6235 - skolem:lemma6236 - [ a r:Fact; r:gives {(8110 118) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4115 a r:Inference; - r:gives { - 119 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {119 math:notEqualTo 0}] - skolem:lemma6237 - [ a r:Fact; r:gives {((0 1 1 9) "=<") list:sort (0 1 1 9)}] - [ a r:Fact; r:gives {((0 1 1 9) ">=") list:sort (9 1 1 0)}] - skolem:lemma6238 - skolem:lemma6239 - [ a r:Fact; r:gives {(9110 119) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4116 a r:Inference; - r:gives { - 120 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {120 math:notEqualTo 0}] - skolem:lemma6240 - [ a r:Fact; r:gives {((0 1 2 0) "=<") list:sort (0 0 1 2)}] - [ a r:Fact; r:gives {((0 1 2 0) ">=") list:sort (2 1 0 0)}] - skolem:lemma6027 - skolem:lemma6028 - [ a r:Fact; r:gives {(2100 12) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4117 a r:Inference; - r:gives { - 121 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {121 math:notEqualTo 0}] - skolem:lemma6241 - [ a r:Fact; r:gives {((0 1 2 1) "=<") list:sort (0 1 1 2)}] - [ a r:Fact; r:gives {((0 1 2 1) ">=") list:sort (2 1 1 0)}] - skolem:lemma6217 - skolem:lemma6218 - [ a r:Fact; r:gives {(2110 112) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4118 a r:Inference; - r:gives { - 122 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {122 math:notEqualTo 0}] - skolem:lemma6242 - [ a r:Fact; r:gives {((0 1 2 2) "=<") list:sort (0 1 2 2)}] - [ a r:Fact; r:gives {((0 1 2 2) ">=") list:sort (2 2 1 0)}] - skolem:lemma6243 - skolem:lemma6244 - [ a r:Fact; r:gives {(2210 122) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4119 a r:Inference; - r:gives { - 123 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {123 math:notEqualTo 0}] - skolem:lemma6245 - [ a r:Fact; r:gives {((0 1 2 3) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((0 1 2 3) ">=") list:sort (3 2 1 0)}] - skolem:lemma6246 - skolem:lemma6247 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4120 a r:Inference; - r:gives { - 124 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {124 math:notEqualTo 0}] - skolem:lemma6248 - [ a r:Fact; r:gives {((0 1 2 4) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((0 1 2 4) ">=") list:sort (4 2 1 0)}] - skolem:lemma6249 - skolem:lemma6250 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4121 a r:Inference; - r:gives { - 125 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {125 math:notEqualTo 0}] - skolem:lemma6251 - [ a r:Fact; r:gives {((0 1 2 5) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((0 1 2 5) ">=") list:sort (5 2 1 0)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4122 a r:Inference; - r:gives { - 126 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {126 math:notEqualTo 0}] - skolem:lemma6254 - [ a r:Fact; r:gives {((0 1 2 6) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((0 1 2 6) ">=") list:sort (6 2 1 0)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4123 a r:Inference; - r:gives { - 127 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {127 math:notEqualTo 0}] - skolem:lemma6257 - [ a r:Fact; r:gives {((0 1 2 7) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((0 1 2 7) ">=") list:sort (7 2 1 0)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4124 a r:Inference; - r:gives { - 128 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {128 math:notEqualTo 0}] - skolem:lemma6260 - [ a r:Fact; r:gives {((0 1 2 8) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((0 1 2 8) ">=") list:sort (8 2 1 0)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4125 a r:Inference; - r:gives { - 129 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {129 math:notEqualTo 0}] - skolem:lemma6263 - [ a r:Fact; r:gives {((0 1 2 9) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((0 1 2 9) ">=") list:sort (9 2 1 0)}] - skolem:lemma6264 - skolem:lemma6265 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4126 a r:Inference; - r:gives { - 130 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {130 math:notEqualTo 0}] - skolem:lemma6266 - [ a r:Fact; r:gives {((0 1 3 0) "=<") list:sort (0 0 1 3)}] - [ a r:Fact; r:gives {((0 1 3 0) ">=") list:sort (3 1 0 0)}] - skolem:lemma6030 - skolem:lemma6031 - [ a r:Fact; r:gives {(3100 13) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4127 a r:Inference; - r:gives { - 131 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {131 math:notEqualTo 0}] - skolem:lemma6267 - [ a r:Fact; r:gives {((0 1 3 1) "=<") list:sort (0 1 1 3)}] - [ a r:Fact; r:gives {((0 1 3 1) ">=") list:sort (3 1 1 0)}] - skolem:lemma6220 - skolem:lemma6221 - [ a r:Fact; r:gives {(3110 113) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4128 a r:Inference; - r:gives { - 132 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {132 math:notEqualTo 0}] - skolem:lemma6268 - [ a r:Fact; r:gives {((0 1 3 2) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((0 1 3 2) ">=") list:sort (3 2 1 0)}] - skolem:lemma6246 - skolem:lemma6247 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4129 a r:Inference; - r:gives { - 133 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {133 math:notEqualTo 0}] - skolem:lemma6269 - [ a r:Fact; r:gives {((0 1 3 3) "=<") list:sort (0 1 3 3)}] - [ a r:Fact; r:gives {((0 1 3 3) ">=") list:sort (3 3 1 0)}] - skolem:lemma6270 - skolem:lemma6271 - [ a r:Fact; r:gives {(3310 133) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4130 a r:Inference; - r:gives { - 134 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {134 math:notEqualTo 0}] - skolem:lemma6272 - [ a r:Fact; r:gives {((0 1 3 4) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((0 1 3 4) ">=") list:sort (4 3 1 0)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4131 a r:Inference; - r:gives { - 135 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {135 math:notEqualTo 0}] - skolem:lemma6275 - [ a r:Fact; r:gives {((0 1 3 5) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((0 1 3 5) ">=") list:sort (5 3 1 0)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4132 a r:Inference; - r:gives { - 136 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {136 math:notEqualTo 0}] - skolem:lemma6278 - [ a r:Fact; r:gives {((0 1 3 6) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((0 1 3 6) ">=") list:sort (6 3 1 0)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4133 a r:Inference; - r:gives { - 137 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {137 math:notEqualTo 0}] - skolem:lemma6281 - [ a r:Fact; r:gives {((0 1 3 7) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((0 1 3 7) ">=") list:sort (7 3 1 0)}] - skolem:lemma6282 - skolem:lemma6283 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4134 a r:Inference; - r:gives { - 138 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {138 math:notEqualTo 0}] - skolem:lemma6284 - [ a r:Fact; r:gives {((0 1 3 8) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((0 1 3 8) ">=") list:sort (8 3 1 0)}] - skolem:lemma6285 - skolem:lemma6286 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4135 a r:Inference; - r:gives { - 139 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {139 math:notEqualTo 0}] - skolem:lemma6287 - [ a r:Fact; r:gives {((0 1 3 9) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((0 1 3 9) ">=") list:sort (9 3 1 0)}] - skolem:lemma6288 - skolem:lemma6289 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4136 a r:Inference; - r:gives { - 140 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {140 math:notEqualTo 0}] - skolem:lemma6290 - [ a r:Fact; r:gives {((0 1 4 0) "=<") list:sort (0 0 1 4)}] - [ a r:Fact; r:gives {((0 1 4 0) ">=") list:sort (4 1 0 0)}] - skolem:lemma6033 - skolem:lemma6034 - [ a r:Fact; r:gives {(4100 14) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4137 a r:Inference; - r:gives { - 141 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {141 math:notEqualTo 0}] - skolem:lemma6291 - [ a r:Fact; r:gives {((0 1 4 1) "=<") list:sort (0 1 1 4)}] - [ a r:Fact; r:gives {((0 1 4 1) ">=") list:sort (4 1 1 0)}] - skolem:lemma6223 - skolem:lemma6224 - [ a r:Fact; r:gives {(4110 114) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4138 a r:Inference; - r:gives { - 142 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {142 math:notEqualTo 0}] - skolem:lemma6292 - [ a r:Fact; r:gives {((0 1 4 2) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((0 1 4 2) ">=") list:sort (4 2 1 0)}] - skolem:lemma6249 - skolem:lemma6250 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4139 a r:Inference; - r:gives { - 143 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {143 math:notEqualTo 0}] - skolem:lemma6293 - [ a r:Fact; r:gives {((0 1 4 3) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((0 1 4 3) ">=") list:sort (4 3 1 0)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4140 a r:Inference; - r:gives { - 144 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {144 math:notEqualTo 0}] - skolem:lemma6294 - [ a r:Fact; r:gives {((0 1 4 4) "=<") list:sort (0 1 4 4)}] - [ a r:Fact; r:gives {((0 1 4 4) ">=") list:sort (4 4 1 0)}] - skolem:lemma6295 - skolem:lemma6296 - [ a r:Fact; r:gives {(4410 144) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4141 a r:Inference; - r:gives { - 145 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {145 math:notEqualTo 0}] - skolem:lemma6297 - [ a r:Fact; r:gives {((0 1 4 5) "=<") list:sort (0 1 4 5)}] - [ a r:Fact; r:gives {((0 1 4 5) ">=") list:sort (5 4 1 0)}] - skolem:lemma6298 - skolem:lemma6299 - [ a r:Fact; r:gives {(5410 145) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4142 a r:Inference; - r:gives { - 146 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {146 math:notEqualTo 0}] - skolem:lemma6300 - [ a r:Fact; r:gives {((0 1 4 6) "=<") list:sort (0 1 4 6)}] - [ a r:Fact; r:gives {((0 1 4 6) ">=") list:sort (6 4 1 0)}] - skolem:lemma6301 - skolem:lemma6302 - [ a r:Fact; r:gives {(6410 146) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4143 a r:Inference; - r:gives { - 147 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {147 math:notEqualTo 0}] - skolem:lemma6303 - [ a r:Fact; r:gives {((0 1 4 7) "=<") list:sort (0 1 4 7)}] - [ a r:Fact; r:gives {((0 1 4 7) ">=") list:sort (7 4 1 0)}] - skolem:lemma6304 - skolem:lemma6305 - [ a r:Fact; r:gives {(7410 147) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4144 a r:Inference; - r:gives { - 148 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {148 math:notEqualTo 0}] - skolem:lemma6306 - [ a r:Fact; r:gives {((0 1 4 8) "=<") list:sort (0 1 4 8)}] - [ a r:Fact; r:gives {((0 1 4 8) ">=") list:sort (8 4 1 0)}] - skolem:lemma6307 - skolem:lemma6308 - [ a r:Fact; r:gives {(8410 148) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4145 a r:Inference; - r:gives { - 149 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {149 math:notEqualTo 0}] - skolem:lemma6309 - [ a r:Fact; r:gives {((0 1 4 9) "=<") list:sort (0 1 4 9)}] - [ a r:Fact; r:gives {((0 1 4 9) ">=") list:sort (9 4 1 0)}] - skolem:lemma6310 - skolem:lemma6311 - [ a r:Fact; r:gives {(9410 149) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4146 a r:Inference; - r:gives { - 150 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {150 math:notEqualTo 0}] - skolem:lemma6312 - [ a r:Fact; r:gives {((0 1 5 0) "=<") list:sort (0 0 1 5)}] - [ a r:Fact; r:gives {((0 1 5 0) ">=") list:sort (5 1 0 0)}] - skolem:lemma6036 - skolem:lemma6037 - [ a r:Fact; r:gives {(5100 15) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4147 a r:Inference; - r:gives { - 151 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {151 math:notEqualTo 0}] - skolem:lemma6313 - [ a r:Fact; r:gives {((0 1 5 1) "=<") list:sort (0 1 1 5)}] - [ a r:Fact; r:gives {((0 1 5 1) ">=") list:sort (5 1 1 0)}] - skolem:lemma6226 - skolem:lemma6227 - [ a r:Fact; r:gives {(5110 115) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4148 a r:Inference; - r:gives { - 152 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {152 math:notEqualTo 0}] - skolem:lemma6314 - [ a r:Fact; r:gives {((0 1 5 2) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((0 1 5 2) ">=") list:sort (5 2 1 0)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4149 a r:Inference; - r:gives { - 153 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {153 math:notEqualTo 0}] - skolem:lemma6315 - [ a r:Fact; r:gives {((0 1 5 3) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((0 1 5 3) ">=") list:sort (5 3 1 0)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4150 a r:Inference; - r:gives { - 154 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {154 math:notEqualTo 0}] - skolem:lemma6316 - [ a r:Fact; r:gives {((0 1 5 4) "=<") list:sort (0 1 4 5)}] - [ a r:Fact; r:gives {((0 1 5 4) ">=") list:sort (5 4 1 0)}] - skolem:lemma6298 - skolem:lemma6299 - [ a r:Fact; r:gives {(5410 145) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4151 a r:Inference; - r:gives { - 155 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {155 math:notEqualTo 0}] - skolem:lemma6317 - [ a r:Fact; r:gives {((0 1 5 5) "=<") list:sort (0 1 5 5)}] - [ a r:Fact; r:gives {((0 1 5 5) ">=") list:sort (5 5 1 0)}] - skolem:lemma6318 - skolem:lemma6319 - [ a r:Fact; r:gives {(5510 155) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4152 a r:Inference; - r:gives { - 156 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {156 math:notEqualTo 0}] - skolem:lemma6320 - [ a r:Fact; r:gives {((0 1 5 6) "=<") list:sort (0 1 5 6)}] - [ a r:Fact; r:gives {((0 1 5 6) ">=") list:sort (6 5 1 0)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(6510 156) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4153 a r:Inference; - r:gives { - 157 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {157 math:notEqualTo 0}] - skolem:lemma6323 - [ a r:Fact; r:gives {((0 1 5 7) "=<") list:sort (0 1 5 7)}] - [ a r:Fact; r:gives {((0 1 5 7) ">=") list:sort (7 5 1 0)}] - skolem:lemma6324 - skolem:lemma6325 - [ a r:Fact; r:gives {(7510 157) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4154 a r:Inference; - r:gives { - 158 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {158 math:notEqualTo 0}] - skolem:lemma6326 - [ a r:Fact; r:gives {((0 1 5 8) "=<") list:sort (0 1 5 8)}] - [ a r:Fact; r:gives {((0 1 5 8) ">=") list:sort (8 5 1 0)}] - skolem:lemma6327 - skolem:lemma6328 - [ a r:Fact; r:gives {(8510 158) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4155 a r:Inference; - r:gives { - 159 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {159 math:notEqualTo 0}] - skolem:lemma6329 - [ a r:Fact; r:gives {((0 1 5 9) "=<") list:sort (0 1 5 9)}] - [ a r:Fact; r:gives {((0 1 5 9) ">=") list:sort (9 5 1 0)}] - skolem:lemma6330 - skolem:lemma6331 - [ a r:Fact; r:gives {(9510 159) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4156 a r:Inference; - r:gives { - 160 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {160 math:notEqualTo 0}] - skolem:lemma6332 - [ a r:Fact; r:gives {((0 1 6 0) "=<") list:sort (0 0 1 6)}] - [ a r:Fact; r:gives {((0 1 6 0) ">=") list:sort (6 1 0 0)}] - skolem:lemma6039 - skolem:lemma6040 - [ a r:Fact; r:gives {(6100 16) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4157 a r:Inference; - r:gives { - 161 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {161 math:notEqualTo 0}] - skolem:lemma6333 - [ a r:Fact; r:gives {((0 1 6 1) "=<") list:sort (0 1 1 6)}] - [ a r:Fact; r:gives {((0 1 6 1) ">=") list:sort (6 1 1 0)}] - skolem:lemma6229 - skolem:lemma6230 - [ a r:Fact; r:gives {(6110 116) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4158 a r:Inference; - r:gives { - 162 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {162 math:notEqualTo 0}] - skolem:lemma6334 - [ a r:Fact; r:gives {((0 1 6 2) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((0 1 6 2) ">=") list:sort (6 2 1 0)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4159 a r:Inference; - r:gives { - 163 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {163 math:notEqualTo 0}] - skolem:lemma6335 - [ a r:Fact; r:gives {((0 1 6 3) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((0 1 6 3) ">=") list:sort (6 3 1 0)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4160 a r:Inference; - r:gives { - 164 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {164 math:notEqualTo 0}] - skolem:lemma6336 - [ a r:Fact; r:gives {((0 1 6 4) "=<") list:sort (0 1 4 6)}] - [ a r:Fact; r:gives {((0 1 6 4) ">=") list:sort (6 4 1 0)}] - skolem:lemma6301 - skolem:lemma6302 - [ a r:Fact; r:gives {(6410 146) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4161 a r:Inference; - r:gives { - 165 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {165 math:notEqualTo 0}] - skolem:lemma6337 - [ a r:Fact; r:gives {((0 1 6 5) "=<") list:sort (0 1 5 6)}] - [ a r:Fact; r:gives {((0 1 6 5) ">=") list:sort (6 5 1 0)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(6510 156) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4162 a r:Inference; - r:gives { - 166 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {166 math:notEqualTo 0}] - skolem:lemma6338 - [ a r:Fact; r:gives {((0 1 6 6) "=<") list:sort (0 1 6 6)}] - [ a r:Fact; r:gives {((0 1 6 6) ">=") list:sort (6 6 1 0)}] - skolem:lemma6339 - skolem:lemma6340 - [ a r:Fact; r:gives {(6610 166) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4163 a r:Inference; - r:gives { - 167 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {167 math:notEqualTo 0}] - skolem:lemma6341 - [ a r:Fact; r:gives {((0 1 6 7) "=<") list:sort (0 1 6 7)}] - [ a r:Fact; r:gives {((0 1 6 7) ">=") list:sort (7 6 1 0)}] - skolem:lemma6342 - skolem:lemma6343 - [ a r:Fact; r:gives {(7610 167) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4164 a r:Inference; - r:gives { - 168 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {168 math:notEqualTo 0}] - skolem:lemma6344 - [ a r:Fact; r:gives {((0 1 6 8) "=<") list:sort (0 1 6 8)}] - [ a r:Fact; r:gives {((0 1 6 8) ">=") list:sort (8 6 1 0)}] - skolem:lemma6345 - skolem:lemma6346 - [ a r:Fact; r:gives {(8610 168) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4165 a r:Inference; - r:gives { - 169 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {169 math:notEqualTo 0}] - skolem:lemma6347 - [ a r:Fact; r:gives {((0 1 6 9) "=<") list:sort (0 1 6 9)}] - [ a r:Fact; r:gives {((0 1 6 9) ">=") list:sort (9 6 1 0)}] - skolem:lemma6348 - skolem:lemma6349 - [ a r:Fact; r:gives {(9610 169) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4166 a r:Inference; - r:gives { - 170 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {170 math:notEqualTo 0}] - skolem:lemma6350 - [ a r:Fact; r:gives {((0 1 7 0) "=<") list:sort (0 0 1 7)}] - [ a r:Fact; r:gives {((0 1 7 0) ">=") list:sort (7 1 0 0)}] - skolem:lemma6042 - skolem:lemma6043 - [ a r:Fact; r:gives {(7100 17) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4167 a r:Inference; - r:gives { - 171 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {171 math:notEqualTo 0}] - skolem:lemma6351 - [ a r:Fact; r:gives {((0 1 7 1) "=<") list:sort (0 1 1 7)}] - [ a r:Fact; r:gives {((0 1 7 1) ">=") list:sort (7 1 1 0)}] - skolem:lemma6232 - skolem:lemma6233 - [ a r:Fact; r:gives {(7110 117) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4168 a r:Inference; - r:gives { - 172 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {172 math:notEqualTo 0}] - skolem:lemma6352 - [ a r:Fact; r:gives {((0 1 7 2) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((0 1 7 2) ">=") list:sort (7 2 1 0)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4169 a r:Inference; - r:gives { - 173 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {173 math:notEqualTo 0}] - skolem:lemma6353 - [ a r:Fact; r:gives {((0 1 7 3) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((0 1 7 3) ">=") list:sort (7 3 1 0)}] - skolem:lemma6282 - skolem:lemma6283 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4170 a r:Inference; - r:gives { - 174 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {174 math:notEqualTo 0}] - skolem:lemma6354 - [ a r:Fact; r:gives {((0 1 7 4) "=<") list:sort (0 1 4 7)}] - [ a r:Fact; r:gives {((0 1 7 4) ">=") list:sort (7 4 1 0)}] - skolem:lemma6304 - skolem:lemma6305 - [ a r:Fact; r:gives {(7410 147) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4171 a r:Inference; - r:gives { - 175 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {175 math:notEqualTo 0}] - skolem:lemma6355 - [ a r:Fact; r:gives {((0 1 7 5) "=<") list:sort (0 1 5 7)}] - [ a r:Fact; r:gives {((0 1 7 5) ">=") list:sort (7 5 1 0)}] - skolem:lemma6324 - skolem:lemma6325 - [ a r:Fact; r:gives {(7510 157) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4172 a r:Inference; - r:gives { - 176 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {176 math:notEqualTo 0}] - skolem:lemma6356 - [ a r:Fact; r:gives {((0 1 7 6) "=<") list:sort (0 1 6 7)}] - [ a r:Fact; r:gives {((0 1 7 6) ">=") list:sort (7 6 1 0)}] - skolem:lemma6342 - skolem:lemma6343 - [ a r:Fact; r:gives {(7610 167) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4173 a r:Inference; - r:gives { - 177 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {177 math:notEqualTo 0}] - skolem:lemma6357 - [ a r:Fact; r:gives {((0 1 7 7) "=<") list:sort (0 1 7 7)}] - [ a r:Fact; r:gives {((0 1 7 7) ">=") list:sort (7 7 1 0)}] - skolem:lemma6358 - skolem:lemma6359 - [ a r:Fact; r:gives {(7710 177) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4174 a r:Inference; - r:gives { - 178 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {178 math:notEqualTo 0}] - skolem:lemma6360 - [ a r:Fact; r:gives {((0 1 7 8) "=<") list:sort (0 1 7 8)}] - [ a r:Fact; r:gives {((0 1 7 8) ">=") list:sort (8 7 1 0)}] - skolem:lemma6361 - skolem:lemma6362 - [ a r:Fact; r:gives {(8710 178) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4175 a r:Inference; - r:gives { - 179 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {179 math:notEqualTo 0}] - skolem:lemma6363 - [ a r:Fact; r:gives {((0 1 7 9) "=<") list:sort (0 1 7 9)}] - [ a r:Fact; r:gives {((0 1 7 9) ">=") list:sort (9 7 1 0)}] - skolem:lemma6364 - skolem:lemma6365 - [ a r:Fact; r:gives {(9710 179) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4176 a r:Inference; - r:gives { - 180 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {180 math:notEqualTo 0}] - skolem:lemma6366 - [ a r:Fact; r:gives {((0 1 8 0) "=<") list:sort (0 0 1 8)}] - [ a r:Fact; r:gives {((0 1 8 0) ">=") list:sort (8 1 0 0)}] - skolem:lemma6045 - skolem:lemma6046 - [ a r:Fact; r:gives {(8100 18) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4177 a r:Inference; - r:gives { - 181 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {181 math:notEqualTo 0}] - skolem:lemma6367 - [ a r:Fact; r:gives {((0 1 8 1) "=<") list:sort (0 1 1 8)}] - [ a r:Fact; r:gives {((0 1 8 1) ">=") list:sort (8 1 1 0)}] - skolem:lemma6235 - skolem:lemma6236 - [ a r:Fact; r:gives {(8110 118) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4178 a r:Inference; - r:gives { - 182 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {182 math:notEqualTo 0}] - skolem:lemma6368 - [ a r:Fact; r:gives {((0 1 8 2) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((0 1 8 2) ">=") list:sort (8 2 1 0)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4179 a r:Inference; - r:gives { - 183 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {183 math:notEqualTo 0}] - skolem:lemma6369 - [ a r:Fact; r:gives {((0 1 8 3) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((0 1 8 3) ">=") list:sort (8 3 1 0)}] - skolem:lemma6285 - skolem:lemma6286 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4180 a r:Inference; - r:gives { - 184 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {184 math:notEqualTo 0}] - skolem:lemma6370 - [ a r:Fact; r:gives {((0 1 8 4) "=<") list:sort (0 1 4 8)}] - [ a r:Fact; r:gives {((0 1 8 4) ">=") list:sort (8 4 1 0)}] - skolem:lemma6307 - skolem:lemma6308 - [ a r:Fact; r:gives {(8410 148) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4181 a r:Inference; - r:gives { - 185 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {185 math:notEqualTo 0}] - skolem:lemma6371 - [ a r:Fact; r:gives {((0 1 8 5) "=<") list:sort (0 1 5 8)}] - [ a r:Fact; r:gives {((0 1 8 5) ">=") list:sort (8 5 1 0)}] - skolem:lemma6327 - skolem:lemma6328 - [ a r:Fact; r:gives {(8510 158) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4182 a r:Inference; - r:gives { - 186 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {186 math:notEqualTo 0}] - skolem:lemma6372 - [ a r:Fact; r:gives {((0 1 8 6) "=<") list:sort (0 1 6 8)}] - [ a r:Fact; r:gives {((0 1 8 6) ">=") list:sort (8 6 1 0)}] - skolem:lemma6345 - skolem:lemma6346 - [ a r:Fact; r:gives {(8610 168) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4183 a r:Inference; - r:gives { - 187 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {187 math:notEqualTo 0}] - skolem:lemma6373 - [ a r:Fact; r:gives {((0 1 8 7) "=<") list:sort (0 1 7 8)}] - [ a r:Fact; r:gives {((0 1 8 7) ">=") list:sort (8 7 1 0)}] - skolem:lemma6361 - skolem:lemma6362 - [ a r:Fact; r:gives {(8710 178) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4184 a r:Inference; - r:gives { - 188 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {188 math:notEqualTo 0}] - skolem:lemma6374 - [ a r:Fact; r:gives {((0 1 8 8) "=<") list:sort (0 1 8 8)}] - [ a r:Fact; r:gives {((0 1 8 8) ">=") list:sort (8 8 1 0)}] - skolem:lemma6375 - skolem:lemma6376 - [ a r:Fact; r:gives {(8810 188) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4185 a r:Inference; - r:gives { - 189 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {189 math:notEqualTo 0}] - skolem:lemma6377 - [ a r:Fact; r:gives {((0 1 8 9) "=<") list:sort (0 1 8 9)}] - [ a r:Fact; r:gives {((0 1 8 9) ">=") list:sort (9 8 1 0)}] - skolem:lemma6378 - skolem:lemma6379 - [ a r:Fact; r:gives {(9810 189) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4186 a r:Inference; - r:gives { - 190 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {190 math:notEqualTo 0}] - skolem:lemma6380 - [ a r:Fact; r:gives {((0 1 9 0) "=<") list:sort (0 0 1 9)}] - [ a r:Fact; r:gives {((0 1 9 0) ">=") list:sort (9 1 0 0)}] - skolem:lemma6048 - skolem:lemma6049 - [ a r:Fact; r:gives {(9100 19) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4187 a r:Inference; - r:gives { - 191 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {191 math:notEqualTo 0}] - skolem:lemma6381 - [ a r:Fact; r:gives {((0 1 9 1) "=<") list:sort (0 1 1 9)}] - [ a r:Fact; r:gives {((0 1 9 1) ">=") list:sort (9 1 1 0)}] - skolem:lemma6238 - skolem:lemma6239 - [ a r:Fact; r:gives {(9110 119) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4188 a r:Inference; - r:gives { - 192 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {192 math:notEqualTo 0}] - skolem:lemma6382 - [ a r:Fact; r:gives {((0 1 9 2) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((0 1 9 2) ">=") list:sort (9 2 1 0)}] - skolem:lemma6264 - skolem:lemma6265 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4189 a r:Inference; - r:gives { - 193 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {193 math:notEqualTo 0}] - skolem:lemma6383 - [ a r:Fact; r:gives {((0 1 9 3) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((0 1 9 3) ">=") list:sort (9 3 1 0)}] - skolem:lemma6288 - skolem:lemma6289 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4190 a r:Inference; - r:gives { - 194 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {194 math:notEqualTo 0}] - skolem:lemma6384 - [ a r:Fact; r:gives {((0 1 9 4) "=<") list:sort (0 1 4 9)}] - [ a r:Fact; r:gives {((0 1 9 4) ">=") list:sort (9 4 1 0)}] - skolem:lemma6310 - skolem:lemma6311 - [ a r:Fact; r:gives {(9410 149) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4191 a r:Inference; - r:gives { - 195 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {195 math:notEqualTo 0}] - skolem:lemma6385 - [ a r:Fact; r:gives {((0 1 9 5) "=<") list:sort (0 1 5 9)}] - [ a r:Fact; r:gives {((0 1 9 5) ">=") list:sort (9 5 1 0)}] - skolem:lemma6330 - skolem:lemma6331 - [ a r:Fact; r:gives {(9510 159) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4192 a r:Inference; - r:gives { - 196 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {196 math:notEqualTo 0}] - skolem:lemma6386 - [ a r:Fact; r:gives {((0 1 9 6) "=<") list:sort (0 1 6 9)}] - [ a r:Fact; r:gives {((0 1 9 6) ">=") list:sort (9 6 1 0)}] - skolem:lemma6348 - skolem:lemma6349 - [ a r:Fact; r:gives {(9610 169) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4193 a r:Inference; - r:gives { - 197 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {197 math:notEqualTo 0}] - skolem:lemma6387 - [ a r:Fact; r:gives {((0 1 9 7) "=<") list:sort (0 1 7 9)}] - [ a r:Fact; r:gives {((0 1 9 7) ">=") list:sort (9 7 1 0)}] - skolem:lemma6364 - skolem:lemma6365 - [ a r:Fact; r:gives {(9710 179) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4194 a r:Inference; - r:gives { - 198 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {198 math:notEqualTo 0}] - skolem:lemma6388 - [ a r:Fact; r:gives {((0 1 9 8) "=<") list:sort (0 1 8 9)}] - [ a r:Fact; r:gives {((0 1 9 8) ">=") list:sort (9 8 1 0)}] - skolem:lemma6378 - skolem:lemma6379 - [ a r:Fact; r:gives {(9810 189) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4195 a r:Inference; - r:gives { - 199 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {199 math:notEqualTo 0}] - skolem:lemma6389 - [ a r:Fact; r:gives {((0 1 9 9) "=<") list:sort (0 1 9 9)}] - [ a r:Fact; r:gives {((0 1 9 9) ">=") list:sort (9 9 1 0)}] - skolem:lemma6390 - skolem:lemma6391 - [ a r:Fact; r:gives {(9910 199) math:difference 9711}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9711 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9711 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4196 a r:Inference; - r:gives { - 200 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {200 math:notEqualTo 0}] - skolem:lemma6392 - [ a r:Fact; r:gives {((0 2 0 0) "=<") list:sort (0 0 0 2)}] - [ a r:Fact; r:gives {((0 2 0 0) ">=") list:sort (2 0 0 0)}] - skolem:lemma5999 - skolem:lemma6000 - [ a r:Fact; r:gives {(2000 2) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4197 a r:Inference; - r:gives { - 201 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {201 math:notEqualTo 0}] - skolem:lemma6393 - [ a r:Fact; r:gives {((0 2 0 1) "=<") list:sort (0 0 1 2)}] - [ a r:Fact; r:gives {((0 2 0 1) ">=") list:sort (2 1 0 0)}] - skolem:lemma6027 - skolem:lemma6028 - [ a r:Fact; r:gives {(2100 12) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4198 a r:Inference; - r:gives { - 202 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {202 math:notEqualTo 0}] - skolem:lemma6394 - [ a r:Fact; r:gives {((0 2 0 2) "=<") list:sort (0 0 2 2)}] - [ a r:Fact; r:gives {((0 2 0 2) ">=") list:sort (2 2 0 0)}] - skolem:lemma6053 - skolem:lemma6054 - [ a r:Fact; r:gives {(2200 22) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4199 a r:Inference; - r:gives { - 203 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {203 math:notEqualTo 0}] - skolem:lemma6395 - [ a r:Fact; r:gives {((0 2 0 3) "=<") list:sort (0 0 2 3)}] - [ a r:Fact; r:gives {((0 2 0 3) ">=") list:sort (3 2 0 0)}] - skolem:lemma6056 - skolem:lemma6057 - [ a r:Fact; r:gives {(3200 23) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4200 a r:Inference; - r:gives { - 204 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {204 math:notEqualTo 0}] - skolem:lemma6396 - [ a r:Fact; r:gives {((0 2 0 4) "=<") list:sort (0 0 2 4)}] - [ a r:Fact; r:gives {((0 2 0 4) ">=") list:sort (4 2 0 0)}] - skolem:lemma6059 - skolem:lemma6060 - [ a r:Fact; r:gives {(4200 24) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4201 a r:Inference; - r:gives { - 205 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {205 math:notEqualTo 0}] - skolem:lemma6397 - [ a r:Fact; r:gives {((0 2 0 5) "=<") list:sort (0 0 2 5)}] - [ a r:Fact; r:gives {((0 2 0 5) ">=") list:sort (5 2 0 0)}] - skolem:lemma6062 - skolem:lemma6063 - [ a r:Fact; r:gives {(5200 25) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4202 a r:Inference; - r:gives { - 206 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {206 math:notEqualTo 0}] - skolem:lemma6398 - [ a r:Fact; r:gives {((0 2 0 6) "=<") list:sort (0 0 2 6)}] - [ a r:Fact; r:gives {((0 2 0 6) ">=") list:sort (6 2 0 0)}] - skolem:lemma6065 - skolem:lemma6066 - [ a r:Fact; r:gives {(6200 26) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4203 a r:Inference; - r:gives { - 207 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {207 math:notEqualTo 0}] - skolem:lemma6399 - [ a r:Fact; r:gives {((0 2 0 7) "=<") list:sort (0 0 2 7)}] - [ a r:Fact; r:gives {((0 2 0 7) ">=") list:sort (7 2 0 0)}] - skolem:lemma6068 - skolem:lemma6069 - [ a r:Fact; r:gives {(7200 27) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4204 a r:Inference; - r:gives { - 208 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {208 math:notEqualTo 0}] - skolem:lemma6400 - [ a r:Fact; r:gives {((0 2 0 8) "=<") list:sort (0 0 2 8)}] - [ a r:Fact; r:gives {((0 2 0 8) ">=") list:sort (8 2 0 0)}] - skolem:lemma6071 - skolem:lemma6072 - [ a r:Fact; r:gives {(8200 28) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4205 a r:Inference; - r:gives { - 209 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {209 math:notEqualTo 0}] - skolem:lemma6401 - [ a r:Fact; r:gives {((0 2 0 9) "=<") list:sort (0 0 2 9)}] - [ a r:Fact; r:gives {((0 2 0 9) ">=") list:sort (9 2 0 0)}] - skolem:lemma6074 - skolem:lemma6075 - [ a r:Fact; r:gives {(9200 29) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4206 a r:Inference; - r:gives { - 210 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {210 math:notEqualTo 0}] - skolem:lemma6402 - [ a r:Fact; r:gives {((0 2 1 0) "=<") list:sort (0 0 1 2)}] - [ a r:Fact; r:gives {((0 2 1 0) ">=") list:sort (2 1 0 0)}] - skolem:lemma6027 - skolem:lemma6028 - [ a r:Fact; r:gives {(2100 12) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4207 a r:Inference; - r:gives { - 211 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {211 math:notEqualTo 0}] - skolem:lemma6403 - [ a r:Fact; r:gives {((0 2 1 1) "=<") list:sort (0 1 1 2)}] - [ a r:Fact; r:gives {((0 2 1 1) ">=") list:sort (2 1 1 0)}] - skolem:lemma6217 - skolem:lemma6218 - [ a r:Fact; r:gives {(2110 112) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4208 a r:Inference; - r:gives { - 212 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {212 math:notEqualTo 0}] - skolem:lemma6404 - [ a r:Fact; r:gives {((0 2 1 2) "=<") list:sort (0 1 2 2)}] - [ a r:Fact; r:gives {((0 2 1 2) ">=") list:sort (2 2 1 0)}] - skolem:lemma6243 - skolem:lemma6244 - [ a r:Fact; r:gives {(2210 122) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4209 a r:Inference; - r:gives { - 213 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {213 math:notEqualTo 0}] - skolem:lemma6405 - [ a r:Fact; r:gives {((0 2 1 3) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((0 2 1 3) ">=") list:sort (3 2 1 0)}] - skolem:lemma6246 - skolem:lemma6247 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4210 a r:Inference; - r:gives { - 214 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {214 math:notEqualTo 0}] - skolem:lemma6406 - [ a r:Fact; r:gives {((0 2 1 4) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((0 2 1 4) ">=") list:sort (4 2 1 0)}] - skolem:lemma6249 - skolem:lemma6250 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4211 a r:Inference; - r:gives { - 215 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {215 math:notEqualTo 0}] - skolem:lemma6407 - [ a r:Fact; r:gives {((0 2 1 5) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((0 2 1 5) ">=") list:sort (5 2 1 0)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4212 a r:Inference; - r:gives { - 216 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {216 math:notEqualTo 0}] - skolem:lemma6408 - [ a r:Fact; r:gives {((0 2 1 6) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((0 2 1 6) ">=") list:sort (6 2 1 0)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4213 a r:Inference; - r:gives { - 217 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {217 math:notEqualTo 0}] - skolem:lemma6409 - [ a r:Fact; r:gives {((0 2 1 7) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((0 2 1 7) ">=") list:sort (7 2 1 0)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4214 a r:Inference; - r:gives { - 218 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {218 math:notEqualTo 0}] - skolem:lemma6410 - [ a r:Fact; r:gives {((0 2 1 8) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((0 2 1 8) ">=") list:sort (8 2 1 0)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4215 a r:Inference; - r:gives { - 219 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {219 math:notEqualTo 0}] - skolem:lemma6411 - [ a r:Fact; r:gives {((0 2 1 9) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((0 2 1 9) ">=") list:sort (9 2 1 0)}] - skolem:lemma6264 - skolem:lemma6265 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4216 a r:Inference; - r:gives { - 220 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {220 math:notEqualTo 0}] - skolem:lemma6412 - [ a r:Fact; r:gives {((0 2 2 0) "=<") list:sort (0 0 2 2)}] - [ a r:Fact; r:gives {((0 2 2 0) ">=") list:sort (2 2 0 0)}] - skolem:lemma6053 - skolem:lemma6054 - [ a r:Fact; r:gives {(2200 22) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4217 a r:Inference; - r:gives { - 221 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {221 math:notEqualTo 0}] - skolem:lemma6413 - [ a r:Fact; r:gives {((0 2 2 1) "=<") list:sort (0 1 2 2)}] - [ a r:Fact; r:gives {((0 2 2 1) ">=") list:sort (2 2 1 0)}] - skolem:lemma6243 - skolem:lemma6244 - [ a r:Fact; r:gives {(2210 122) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4218 a r:Inference; - r:gives { - 222 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {222 math:notEqualTo 0}] - skolem:lemma6414 - [ a r:Fact; r:gives {((0 2 2 2) "=<") list:sort (0 2 2 2)}] - [ a r:Fact; r:gives {((0 2 2 2) ">=") list:sort (2 2 2 0)}] - skolem:lemma6415 - skolem:lemma6416 - [ a r:Fact; r:gives {(2220 222) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4219 a r:Inference; - r:gives { - 223 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {223 math:notEqualTo 0}] - skolem:lemma6417 - [ a r:Fact; r:gives {((0 2 2 3) "=<") list:sort (0 2 2 3)}] - [ a r:Fact; r:gives {((0 2 2 3) ">=") list:sort (3 2 2 0)}] - skolem:lemma6418 - skolem:lemma6419 - [ a r:Fact; r:gives {(3220 223) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4220 a r:Inference; - r:gives { - 224 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {224 math:notEqualTo 0}] - skolem:lemma6420 - [ a r:Fact; r:gives {((0 2 2 4) "=<") list:sort (0 2 2 4)}] - [ a r:Fact; r:gives {((0 2 2 4) ">=") list:sort (4 2 2 0)}] - skolem:lemma6421 - skolem:lemma6422 - [ a r:Fact; r:gives {(4220 224) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4221 a r:Inference; - r:gives { - 225 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {225 math:notEqualTo 0}] - skolem:lemma6423 - [ a r:Fact; r:gives {((0 2 2 5) "=<") list:sort (0 2 2 5)}] - [ a r:Fact; r:gives {((0 2 2 5) ">=") list:sort (5 2 2 0)}] - skolem:lemma6424 - skolem:lemma6425 - [ a r:Fact; r:gives {(5220 225) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4222 a r:Inference; - r:gives { - 226 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {226 math:notEqualTo 0}] - skolem:lemma6426 - [ a r:Fact; r:gives {((0 2 2 6) "=<") list:sort (0 2 2 6)}] - [ a r:Fact; r:gives {((0 2 2 6) ">=") list:sort (6 2 2 0)}] - skolem:lemma6427 - skolem:lemma6428 - [ a r:Fact; r:gives {(6220 226) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4223 a r:Inference; - r:gives { - 227 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {227 math:notEqualTo 0}] - skolem:lemma6429 - [ a r:Fact; r:gives {((0 2 2 7) "=<") list:sort (0 2 2 7)}] - [ a r:Fact; r:gives {((0 2 2 7) ">=") list:sort (7 2 2 0)}] - skolem:lemma6430 - skolem:lemma6431 - [ a r:Fact; r:gives {(7220 227) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4224 a r:Inference; - r:gives { - 228 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {228 math:notEqualTo 0}] - skolem:lemma6432 - [ a r:Fact; r:gives {((0 2 2 8) "=<") list:sort (0 2 2 8)}] - [ a r:Fact; r:gives {((0 2 2 8) ">=") list:sort (8 2 2 0)}] - skolem:lemma6433 - skolem:lemma6434 - [ a r:Fact; r:gives {(8220 228) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4225 a r:Inference; - r:gives { - 229 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {229 math:notEqualTo 0}] - skolem:lemma6435 - [ a r:Fact; r:gives {((0 2 2 9) "=<") list:sort (0 2 2 9)}] - [ a r:Fact; r:gives {((0 2 2 9) ">=") list:sort (9 2 2 0)}] - skolem:lemma6436 - skolem:lemma6437 - [ a r:Fact; r:gives {(9220 229) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4226 a r:Inference; - r:gives { - 230 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {230 math:notEqualTo 0}] - skolem:lemma6438 - [ a r:Fact; r:gives {((0 2 3 0) "=<") list:sort (0 0 2 3)}] - [ a r:Fact; r:gives {((0 2 3 0) ">=") list:sort (3 2 0 0)}] - skolem:lemma6056 - skolem:lemma6057 - [ a r:Fact; r:gives {(3200 23) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4227 a r:Inference; - r:gives { - 231 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {231 math:notEqualTo 0}] - skolem:lemma6439 - [ a r:Fact; r:gives {((0 2 3 1) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((0 2 3 1) ">=") list:sort (3 2 1 0)}] - skolem:lemma6246 - skolem:lemma6247 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4228 a r:Inference; - r:gives { - 232 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {232 math:notEqualTo 0}] - skolem:lemma6440 - [ a r:Fact; r:gives {((0 2 3 2) "=<") list:sort (0 2 2 3)}] - [ a r:Fact; r:gives {((0 2 3 2) ">=") list:sort (3 2 2 0)}] - skolem:lemma6418 - skolem:lemma6419 - [ a r:Fact; r:gives {(3220 223) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4229 a r:Inference; - r:gives { - 233 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {233 math:notEqualTo 0}] - skolem:lemma6441 - [ a r:Fact; r:gives {((0 2 3 3) "=<") list:sort (0 2 3 3)}] - [ a r:Fact; r:gives {((0 2 3 3) ">=") list:sort (3 3 2 0)}] - skolem:lemma6442 - skolem:lemma6443 - [ a r:Fact; r:gives {(3320 233) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4230 a r:Inference; - r:gives { - 234 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {234 math:notEqualTo 0}] - skolem:lemma6444 - [ a r:Fact; r:gives {((0 2 3 4) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((0 2 3 4) ">=") list:sort (4 3 2 0)}] - skolem:lemma6445 - skolem:lemma6446 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4231 a r:Inference; - r:gives { - 235 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {235 math:notEqualTo 0}] - skolem:lemma6447 - [ a r:Fact; r:gives {((0 2 3 5) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((0 2 3 5) ">=") list:sort (5 3 2 0)}] - skolem:lemma6448 - skolem:lemma6449 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4232 a r:Inference; - r:gives { - 236 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {236 math:notEqualTo 0}] - skolem:lemma6450 - [ a r:Fact; r:gives {((0 2 3 6) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((0 2 3 6) ">=") list:sort (6 3 2 0)}] - skolem:lemma6451 - skolem:lemma6452 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4233 a r:Inference; - r:gives { - 237 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {237 math:notEqualTo 0}] - skolem:lemma6453 - [ a r:Fact; r:gives {((0 2 3 7) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((0 2 3 7) ">=") list:sort (7 3 2 0)}] - skolem:lemma6454 - skolem:lemma6455 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4234 a r:Inference; - r:gives { - 238 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {238 math:notEqualTo 0}] - skolem:lemma6456 - [ a r:Fact; r:gives {((0 2 3 8) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((0 2 3 8) ">=") list:sort (8 3 2 0)}] - skolem:lemma6457 - skolem:lemma6458 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4235 a r:Inference; - r:gives { - 239 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {239 math:notEqualTo 0}] - skolem:lemma6459 - [ a r:Fact; r:gives {((0 2 3 9) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((0 2 3 9) ">=") list:sort (9 3 2 0)}] - skolem:lemma6460 - skolem:lemma6461 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4236 a r:Inference; - r:gives { - 240 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {240 math:notEqualTo 0}] - skolem:lemma6462 - [ a r:Fact; r:gives {((0 2 4 0) "=<") list:sort (0 0 2 4)}] - [ a r:Fact; r:gives {((0 2 4 0) ">=") list:sort (4 2 0 0)}] - skolem:lemma6059 - skolem:lemma6060 - [ a r:Fact; r:gives {(4200 24) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4237 a r:Inference; - r:gives { - 241 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {241 math:notEqualTo 0}] - skolem:lemma6463 - [ a r:Fact; r:gives {((0 2 4 1) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((0 2 4 1) ">=") list:sort (4 2 1 0)}] - skolem:lemma6249 - skolem:lemma6250 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4238 a r:Inference; - r:gives { - 242 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {242 math:notEqualTo 0}] - skolem:lemma6464 - [ a r:Fact; r:gives {((0 2 4 2) "=<") list:sort (0 2 2 4)}] - [ a r:Fact; r:gives {((0 2 4 2) ">=") list:sort (4 2 2 0)}] - skolem:lemma6421 - skolem:lemma6422 - [ a r:Fact; r:gives {(4220 224) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4239 a r:Inference; - r:gives { - 243 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {243 math:notEqualTo 0}] - skolem:lemma6465 - [ a r:Fact; r:gives {((0 2 4 3) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((0 2 4 3) ">=") list:sort (4 3 2 0)}] - skolem:lemma6445 - skolem:lemma6446 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4240 a r:Inference; - r:gives { - 244 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {244 math:notEqualTo 0}] - skolem:lemma6466 - [ a r:Fact; r:gives {((0 2 4 4) "=<") list:sort (0 2 4 4)}] - [ a r:Fact; r:gives {((0 2 4 4) ">=") list:sort (4 4 2 0)}] - skolem:lemma6467 - skolem:lemma6468 - [ a r:Fact; r:gives {(4420 244) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4241 a r:Inference; - r:gives { - 245 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {245 math:notEqualTo 0}] - skolem:lemma6469 - [ a r:Fact; r:gives {((0 2 4 5) "=<") list:sort (0 2 4 5)}] - [ a r:Fact; r:gives {((0 2 4 5) ">=") list:sort (5 4 2 0)}] - skolem:lemma6470 - skolem:lemma6471 - [ a r:Fact; r:gives {(5420 245) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4242 a r:Inference; - r:gives { - 246 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {246 math:notEqualTo 0}] - skolem:lemma6472 - [ a r:Fact; r:gives {((0 2 4 6) "=<") list:sort (0 2 4 6)}] - [ a r:Fact; r:gives {((0 2 4 6) ">=") list:sort (6 4 2 0)}] - skolem:lemma6473 - skolem:lemma6474 - [ a r:Fact; r:gives {(6420 246) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4243 a r:Inference; - r:gives { - 247 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {247 math:notEqualTo 0}] - skolem:lemma6475 - [ a r:Fact; r:gives {((0 2 4 7) "=<") list:sort (0 2 4 7)}] - [ a r:Fact; r:gives {((0 2 4 7) ">=") list:sort (7 4 2 0)}] - skolem:lemma6476 - skolem:lemma6477 - [ a r:Fact; r:gives {(7420 247) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4244 a r:Inference; - r:gives { - 248 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {248 math:notEqualTo 0}] - skolem:lemma6478 - [ a r:Fact; r:gives {((0 2 4 8) "=<") list:sort (0 2 4 8)}] - [ a r:Fact; r:gives {((0 2 4 8) ">=") list:sort (8 4 2 0)}] - skolem:lemma6479 - skolem:lemma6480 - [ a r:Fact; r:gives {(8420 248) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4245 a r:Inference; - r:gives { - 249 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {249 math:notEqualTo 0}] - skolem:lemma6481 - [ a r:Fact; r:gives {((0 2 4 9) "=<") list:sort (0 2 4 9)}] - [ a r:Fact; r:gives {((0 2 4 9) ">=") list:sort (9 4 2 0)}] - skolem:lemma6482 - skolem:lemma6483 - [ a r:Fact; r:gives {(9420 249) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4246 a r:Inference; - r:gives { - 250 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {250 math:notEqualTo 0}] - skolem:lemma6484 - [ a r:Fact; r:gives {((0 2 5 0) "=<") list:sort (0 0 2 5)}] - [ a r:Fact; r:gives {((0 2 5 0) ">=") list:sort (5 2 0 0)}] - skolem:lemma6062 - skolem:lemma6063 - [ a r:Fact; r:gives {(5200 25) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4247 a r:Inference; - r:gives { - 251 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {251 math:notEqualTo 0}] - skolem:lemma6485 - [ a r:Fact; r:gives {((0 2 5 1) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((0 2 5 1) ">=") list:sort (5 2 1 0)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4248 a r:Inference; - r:gives { - 252 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {252 math:notEqualTo 0}] - skolem:lemma6486 - [ a r:Fact; r:gives {((0 2 5 2) "=<") list:sort (0 2 2 5)}] - [ a r:Fact; r:gives {((0 2 5 2) ">=") list:sort (5 2 2 0)}] - skolem:lemma6424 - skolem:lemma6425 - [ a r:Fact; r:gives {(5220 225) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4249 a r:Inference; - r:gives { - 253 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {253 math:notEqualTo 0}] - skolem:lemma6487 - [ a r:Fact; r:gives {((0 2 5 3) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((0 2 5 3) ">=") list:sort (5 3 2 0)}] - skolem:lemma6448 - skolem:lemma6449 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4250 a r:Inference; - r:gives { - 254 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {254 math:notEqualTo 0}] - skolem:lemma6488 - [ a r:Fact; r:gives {((0 2 5 4) "=<") list:sort (0 2 4 5)}] - [ a r:Fact; r:gives {((0 2 5 4) ">=") list:sort (5 4 2 0)}] - skolem:lemma6470 - skolem:lemma6471 - [ a r:Fact; r:gives {(5420 245) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4251 a r:Inference; - r:gives { - 255 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {255 math:notEqualTo 0}] - skolem:lemma6489 - [ a r:Fact; r:gives {((0 2 5 5) "=<") list:sort (0 2 5 5)}] - [ a r:Fact; r:gives {((0 2 5 5) ">=") list:sort (5 5 2 0)}] - skolem:lemma6490 - skolem:lemma6491 - [ a r:Fact; r:gives {(5520 255) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4252 a r:Inference; - r:gives { - 256 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {256 math:notEqualTo 0}] - skolem:lemma6492 - [ a r:Fact; r:gives {((0 2 5 6) "=<") list:sort (0 2 5 6)}] - [ a r:Fact; r:gives {((0 2 5 6) ">=") list:sort (6 5 2 0)}] - skolem:lemma6493 - skolem:lemma6494 - [ a r:Fact; r:gives {(6520 256) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4253 a r:Inference; - r:gives { - 257 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {257 math:notEqualTo 0}] - skolem:lemma6495 - [ a r:Fact; r:gives {((0 2 5 7) "=<") list:sort (0 2 5 7)}] - [ a r:Fact; r:gives {((0 2 5 7) ">=") list:sort (7 5 2 0)}] - skolem:lemma6496 - skolem:lemma6497 - [ a r:Fact; r:gives {(7520 257) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4254 a r:Inference; - r:gives { - 258 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {258 math:notEqualTo 0}] - skolem:lemma6498 - [ a r:Fact; r:gives {((0 2 5 8) "=<") list:sort (0 2 5 8)}] - [ a r:Fact; r:gives {((0 2 5 8) ">=") list:sort (8 5 2 0)}] - skolem:lemma6499 - skolem:lemma6500 - [ a r:Fact; r:gives {(8520 258) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4255 a r:Inference; - r:gives { - 259 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {259 math:notEqualTo 0}] - skolem:lemma6501 - [ a r:Fact; r:gives {((0 2 5 9) "=<") list:sort (0 2 5 9)}] - [ a r:Fact; r:gives {((0 2 5 9) ">=") list:sort (9 5 2 0)}] - skolem:lemma6502 - skolem:lemma6503 - [ a r:Fact; r:gives {(9520 259) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4256 a r:Inference; - r:gives { - 260 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {260 math:notEqualTo 0}] - skolem:lemma6504 - [ a r:Fact; r:gives {((0 2 6 0) "=<") list:sort (0 0 2 6)}] - [ a r:Fact; r:gives {((0 2 6 0) ">=") list:sort (6 2 0 0)}] - skolem:lemma6065 - skolem:lemma6066 - [ a r:Fact; r:gives {(6200 26) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4257 a r:Inference; - r:gives { - 261 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {261 math:notEqualTo 0}] - skolem:lemma6505 - [ a r:Fact; r:gives {((0 2 6 1) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((0 2 6 1) ">=") list:sort (6 2 1 0)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4258 a r:Inference; - r:gives { - 262 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {262 math:notEqualTo 0}] - skolem:lemma6506 - [ a r:Fact; r:gives {((0 2 6 2) "=<") list:sort (0 2 2 6)}] - [ a r:Fact; r:gives {((0 2 6 2) ">=") list:sort (6 2 2 0)}] - skolem:lemma6427 - skolem:lemma6428 - [ a r:Fact; r:gives {(6220 226) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4259 a r:Inference; - r:gives { - 263 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {263 math:notEqualTo 0}] - skolem:lemma6507 - [ a r:Fact; r:gives {((0 2 6 3) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((0 2 6 3) ">=") list:sort (6 3 2 0)}] - skolem:lemma6451 - skolem:lemma6452 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4260 a r:Inference; - r:gives { - 264 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {264 math:notEqualTo 0}] - skolem:lemma6508 - [ a r:Fact; r:gives {((0 2 6 4) "=<") list:sort (0 2 4 6)}] - [ a r:Fact; r:gives {((0 2 6 4) ">=") list:sort (6 4 2 0)}] - skolem:lemma6473 - skolem:lemma6474 - [ a r:Fact; r:gives {(6420 246) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4261 a r:Inference; - r:gives { - 265 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {265 math:notEqualTo 0}] - skolem:lemma6509 - [ a r:Fact; r:gives {((0 2 6 5) "=<") list:sort (0 2 5 6)}] - [ a r:Fact; r:gives {((0 2 6 5) ">=") list:sort (6 5 2 0)}] - skolem:lemma6493 - skolem:lemma6494 - [ a r:Fact; r:gives {(6520 256) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4262 a r:Inference; - r:gives { - 266 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {266 math:notEqualTo 0}] - skolem:lemma6510 - [ a r:Fact; r:gives {((0 2 6 6) "=<") list:sort (0 2 6 6)}] - [ a r:Fact; r:gives {((0 2 6 6) ">=") list:sort (6 6 2 0)}] - skolem:lemma6511 - skolem:lemma6512 - [ a r:Fact; r:gives {(6620 266) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4263 a r:Inference; - r:gives { - 267 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {267 math:notEqualTo 0}] - skolem:lemma6513 - [ a r:Fact; r:gives {((0 2 6 7) "=<") list:sort (0 2 6 7)}] - [ a r:Fact; r:gives {((0 2 6 7) ">=") list:sort (7 6 2 0)}] - skolem:lemma6514 - skolem:lemma6515 - [ a r:Fact; r:gives {(7620 267) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4264 a r:Inference; - r:gives { - 268 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {268 math:notEqualTo 0}] - skolem:lemma6516 - [ a r:Fact; r:gives {((0 2 6 8) "=<") list:sort (0 2 6 8)}] - [ a r:Fact; r:gives {((0 2 6 8) ">=") list:sort (8 6 2 0)}] - skolem:lemma6517 - skolem:lemma6518 - [ a r:Fact; r:gives {(8620 268) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4265 a r:Inference; - r:gives { - 269 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {269 math:notEqualTo 0}] - skolem:lemma6519 - [ a r:Fact; r:gives {((0 2 6 9) "=<") list:sort (0 2 6 9)}] - [ a r:Fact; r:gives {((0 2 6 9) ">=") list:sort (9 6 2 0)}] - skolem:lemma6520 - skolem:lemma6521 - [ a r:Fact; r:gives {(9620 269) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4266 a r:Inference; - r:gives { - 270 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {270 math:notEqualTo 0}] - skolem:lemma6522 - [ a r:Fact; r:gives {((0 2 7 0) "=<") list:sort (0 0 2 7)}] - [ a r:Fact; r:gives {((0 2 7 0) ">=") list:sort (7 2 0 0)}] - skolem:lemma6068 - skolem:lemma6069 - [ a r:Fact; r:gives {(7200 27) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4267 a r:Inference; - r:gives { - 271 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {271 math:notEqualTo 0}] - skolem:lemma6523 - [ a r:Fact; r:gives {((0 2 7 1) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((0 2 7 1) ">=") list:sort (7 2 1 0)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4268 a r:Inference; - r:gives { - 272 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {272 math:notEqualTo 0}] - skolem:lemma6524 - [ a r:Fact; r:gives {((0 2 7 2) "=<") list:sort (0 2 2 7)}] - [ a r:Fact; r:gives {((0 2 7 2) ">=") list:sort (7 2 2 0)}] - skolem:lemma6430 - skolem:lemma6431 - [ a r:Fact; r:gives {(7220 227) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4269 a r:Inference; - r:gives { - 273 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {273 math:notEqualTo 0}] - skolem:lemma6525 - [ a r:Fact; r:gives {((0 2 7 3) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((0 2 7 3) ">=") list:sort (7 3 2 0)}] - skolem:lemma6454 - skolem:lemma6455 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4270 a r:Inference; - r:gives { - 274 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {274 math:notEqualTo 0}] - skolem:lemma6526 - [ a r:Fact; r:gives {((0 2 7 4) "=<") list:sort (0 2 4 7)}] - [ a r:Fact; r:gives {((0 2 7 4) ">=") list:sort (7 4 2 0)}] - skolem:lemma6476 - skolem:lemma6477 - [ a r:Fact; r:gives {(7420 247) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4271 a r:Inference; - r:gives { - 275 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {275 math:notEqualTo 0}] - skolem:lemma6527 - [ a r:Fact; r:gives {((0 2 7 5) "=<") list:sort (0 2 5 7)}] - [ a r:Fact; r:gives {((0 2 7 5) ">=") list:sort (7 5 2 0)}] - skolem:lemma6496 - skolem:lemma6497 - [ a r:Fact; r:gives {(7520 257) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4272 a r:Inference; - r:gives { - 276 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {276 math:notEqualTo 0}] - skolem:lemma6528 - [ a r:Fact; r:gives {((0 2 7 6) "=<") list:sort (0 2 6 7)}] - [ a r:Fact; r:gives {((0 2 7 6) ">=") list:sort (7 6 2 0)}] - skolem:lemma6514 - skolem:lemma6515 - [ a r:Fact; r:gives {(7620 267) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4273 a r:Inference; - r:gives { - 277 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {277 math:notEqualTo 0}] - skolem:lemma6529 - [ a r:Fact; r:gives {((0 2 7 7) "=<") list:sort (0 2 7 7)}] - [ a r:Fact; r:gives {((0 2 7 7) ">=") list:sort (7 7 2 0)}] - skolem:lemma6530 - skolem:lemma6531 - [ a r:Fact; r:gives {(7720 277) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4274 a r:Inference; - r:gives { - 278 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {278 math:notEqualTo 0}] - skolem:lemma6532 - [ a r:Fact; r:gives {((0 2 7 8) "=<") list:sort (0 2 7 8)}] - [ a r:Fact; r:gives {((0 2 7 8) ">=") list:sort (8 7 2 0)}] - skolem:lemma6533 - skolem:lemma6534 - [ a r:Fact; r:gives {(8720 278) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4275 a r:Inference; - r:gives { - 279 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {279 math:notEqualTo 0}] - skolem:lemma6535 - [ a r:Fact; r:gives {((0 2 7 9) "=<") list:sort (0 2 7 9)}] - [ a r:Fact; r:gives {((0 2 7 9) ">=") list:sort (9 7 2 0)}] - skolem:lemma6536 - skolem:lemma6537 - [ a r:Fact; r:gives {(9720 279) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4276 a r:Inference; - r:gives { - 280 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {280 math:notEqualTo 0}] - skolem:lemma6538 - [ a r:Fact; r:gives {((0 2 8 0) "=<") list:sort (0 0 2 8)}] - [ a r:Fact; r:gives {((0 2 8 0) ">=") list:sort (8 2 0 0)}] - skolem:lemma6071 - skolem:lemma6072 - [ a r:Fact; r:gives {(8200 28) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4277 a r:Inference; - r:gives { - 281 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {281 math:notEqualTo 0}] - skolem:lemma6539 - [ a r:Fact; r:gives {((0 2 8 1) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((0 2 8 1) ">=") list:sort (8 2 1 0)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4278 a r:Inference; - r:gives { - 282 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {282 math:notEqualTo 0}] - skolem:lemma6540 - [ a r:Fact; r:gives {((0 2 8 2) "=<") list:sort (0 2 2 8)}] - [ a r:Fact; r:gives {((0 2 8 2) ">=") list:sort (8 2 2 0)}] - skolem:lemma6433 - skolem:lemma6434 - [ a r:Fact; r:gives {(8220 228) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4279 a r:Inference; - r:gives { - 283 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {283 math:notEqualTo 0}] - skolem:lemma6541 - [ a r:Fact; r:gives {((0 2 8 3) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((0 2 8 3) ">=") list:sort (8 3 2 0)}] - skolem:lemma6457 - skolem:lemma6458 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4280 a r:Inference; - r:gives { - 284 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {284 math:notEqualTo 0}] - skolem:lemma6542 - [ a r:Fact; r:gives {((0 2 8 4) "=<") list:sort (0 2 4 8)}] - [ a r:Fact; r:gives {((0 2 8 4) ">=") list:sort (8 4 2 0)}] - skolem:lemma6479 - skolem:lemma6480 - [ a r:Fact; r:gives {(8420 248) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4281 a r:Inference; - r:gives { - 285 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {285 math:notEqualTo 0}] - skolem:lemma6543 - [ a r:Fact; r:gives {((0 2 8 5) "=<") list:sort (0 2 5 8)}] - [ a r:Fact; r:gives {((0 2 8 5) ">=") list:sort (8 5 2 0)}] - skolem:lemma6499 - skolem:lemma6500 - [ a r:Fact; r:gives {(8520 258) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4282 a r:Inference; - r:gives { - 286 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {286 math:notEqualTo 0}] - skolem:lemma6544 - [ a r:Fact; r:gives {((0 2 8 6) "=<") list:sort (0 2 6 8)}] - [ a r:Fact; r:gives {((0 2 8 6) ">=") list:sort (8 6 2 0)}] - skolem:lemma6517 - skolem:lemma6518 - [ a r:Fact; r:gives {(8620 268) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4283 a r:Inference; - r:gives { - 287 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {287 math:notEqualTo 0}] - skolem:lemma6545 - [ a r:Fact; r:gives {((0 2 8 7) "=<") list:sort (0 2 7 8)}] - [ a r:Fact; r:gives {((0 2 8 7) ">=") list:sort (8 7 2 0)}] - skolem:lemma6533 - skolem:lemma6534 - [ a r:Fact; r:gives {(8720 278) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4284 a r:Inference; - r:gives { - 288 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {288 math:notEqualTo 0}] - skolem:lemma6546 - [ a r:Fact; r:gives {((0 2 8 8) "=<") list:sort (0 2 8 8)}] - [ a r:Fact; r:gives {((0 2 8 8) ">=") list:sort (8 8 2 0)}] - skolem:lemma6547 - skolem:lemma6548 - [ a r:Fact; r:gives {(8820 288) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4285 a r:Inference; - r:gives { - 289 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {289 math:notEqualTo 0}] - skolem:lemma6549 - [ a r:Fact; r:gives {((0 2 8 9) "=<") list:sort (0 2 8 9)}] - [ a r:Fact; r:gives {((0 2 8 9) ">=") list:sort (9 8 2 0)}] - skolem:lemma6550 - skolem:lemma6551 - [ a r:Fact; r:gives {(9820 289) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4286 a r:Inference; - r:gives { - 290 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {290 math:notEqualTo 0}] - skolem:lemma6552 - [ a r:Fact; r:gives {((0 2 9 0) "=<") list:sort (0 0 2 9)}] - [ a r:Fact; r:gives {((0 2 9 0) ">=") list:sort (9 2 0 0)}] - skolem:lemma6074 - skolem:lemma6075 - [ a r:Fact; r:gives {(9200 29) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4287 a r:Inference; - r:gives { - 291 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {291 math:notEqualTo 0}] - skolem:lemma6553 - [ a r:Fact; r:gives {((0 2 9 1) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((0 2 9 1) ">=") list:sort (9 2 1 0)}] - skolem:lemma6264 - skolem:lemma6265 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4288 a r:Inference; - r:gives { - 292 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {292 math:notEqualTo 0}] - skolem:lemma6554 - [ a r:Fact; r:gives {((0 2 9 2) "=<") list:sort (0 2 2 9)}] - [ a r:Fact; r:gives {((0 2 9 2) ">=") list:sort (9 2 2 0)}] - skolem:lemma6436 - skolem:lemma6437 - [ a r:Fact; r:gives {(9220 229) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4289 a r:Inference; - r:gives { - 293 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {293 math:notEqualTo 0}] - skolem:lemma6555 - [ a r:Fact; r:gives {((0 2 9 3) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((0 2 9 3) ">=") list:sort (9 3 2 0)}] - skolem:lemma6460 - skolem:lemma6461 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4290 a r:Inference; - r:gives { - 294 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {294 math:notEqualTo 0}] - skolem:lemma6556 - [ a r:Fact; r:gives {((0 2 9 4) "=<") list:sort (0 2 4 9)}] - [ a r:Fact; r:gives {((0 2 9 4) ">=") list:sort (9 4 2 0)}] - skolem:lemma6482 - skolem:lemma6483 - [ a r:Fact; r:gives {(9420 249) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4291 a r:Inference; - r:gives { - 295 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {295 math:notEqualTo 0}] - skolem:lemma6557 - [ a r:Fact; r:gives {((0 2 9 5) "=<") list:sort (0 2 5 9)}] - [ a r:Fact; r:gives {((0 2 9 5) ">=") list:sort (9 5 2 0)}] - skolem:lemma6502 - skolem:lemma6503 - [ a r:Fact; r:gives {(9520 259) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4292 a r:Inference; - r:gives { - 296 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {296 math:notEqualTo 0}] - skolem:lemma6558 - [ a r:Fact; r:gives {((0 2 9 6) "=<") list:sort (0 2 6 9)}] - [ a r:Fact; r:gives {((0 2 9 6) ">=") list:sort (9 6 2 0)}] - skolem:lemma6520 - skolem:lemma6521 - [ a r:Fact; r:gives {(9620 269) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4293 a r:Inference; - r:gives { - 297 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {297 math:notEqualTo 0}] - skolem:lemma6559 - [ a r:Fact; r:gives {((0 2 9 7) "=<") list:sort (0 2 7 9)}] - [ a r:Fact; r:gives {((0 2 9 7) ">=") list:sort (9 7 2 0)}] - skolem:lemma6536 - skolem:lemma6537 - [ a r:Fact; r:gives {(9720 279) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4294 a r:Inference; - r:gives { - 298 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {298 math:notEqualTo 0}] - skolem:lemma6560 - [ a r:Fact; r:gives {((0 2 9 8) "=<") list:sort (0 2 8 9)}] - [ a r:Fact; r:gives {((0 2 9 8) ">=") list:sort (9 8 2 0)}] - skolem:lemma6550 - skolem:lemma6551 - [ a r:Fact; r:gives {(9820 289) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4295 a r:Inference; - r:gives { - 299 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {299 math:notEqualTo 0}] - skolem:lemma6561 - [ a r:Fact; r:gives {((0 2 9 9) "=<") list:sort (0 2 9 9)}] - [ a r:Fact; r:gives {((0 2 9 9) ">=") list:sort (9 9 2 0)}] - skolem:lemma6562 - skolem:lemma6563 - [ a r:Fact; r:gives {(9920 299) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4296 a r:Inference; - r:gives { - 300 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {300 math:notEqualTo 0}] - skolem:lemma6564 - [ a r:Fact; r:gives {((0 3 0 0) "=<") list:sort (0 0 0 3)}] - [ a r:Fact; r:gives {((0 3 0 0) ">=") list:sort (3 0 0 0)}] - skolem:lemma6002 - skolem:lemma6003 - [ a r:Fact; r:gives {(3000 3) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4297 a r:Inference; - r:gives { - 301 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {301 math:notEqualTo 0}] - skolem:lemma6565 - [ a r:Fact; r:gives {((0 3 0 1) "=<") list:sort (0 0 1 3)}] - [ a r:Fact; r:gives {((0 3 0 1) ">=") list:sort (3 1 0 0)}] - skolem:lemma6030 - skolem:lemma6031 - [ a r:Fact; r:gives {(3100 13) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4298 a r:Inference; - r:gives { - 302 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {302 math:notEqualTo 0}] - skolem:lemma6566 - [ a r:Fact; r:gives {((0 3 0 2) "=<") list:sort (0 0 2 3)}] - [ a r:Fact; r:gives {((0 3 0 2) ">=") list:sort (3 2 0 0)}] - skolem:lemma6056 - skolem:lemma6057 - [ a r:Fact; r:gives {(3200 23) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4299 a r:Inference; - r:gives { - 303 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {303 math:notEqualTo 0}] - skolem:lemma6567 - [ a r:Fact; r:gives {((0 3 0 3) "=<") list:sort (0 0 3 3)}] - [ a r:Fact; r:gives {((0 3 0 3) ">=") list:sort (3 3 0 0)}] - skolem:lemma6080 - skolem:lemma6081 - [ a r:Fact; r:gives {(3300 33) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4300 a r:Inference; - r:gives { - 304 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {304 math:notEqualTo 0}] - skolem:lemma6568 - [ a r:Fact; r:gives {((0 3 0 4) "=<") list:sort (0 0 3 4)}] - [ a r:Fact; r:gives {((0 3 0 4) ">=") list:sort (4 3 0 0)}] - skolem:lemma6083 - skolem:lemma6084 - [ a r:Fact; r:gives {(4300 34) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4301 a r:Inference; - r:gives { - 305 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {305 math:notEqualTo 0}] - skolem:lemma6569 - [ a r:Fact; r:gives {((0 3 0 5) "=<") list:sort (0 0 3 5)}] - [ a r:Fact; r:gives {((0 3 0 5) ">=") list:sort (5 3 0 0)}] - skolem:lemma6086 - skolem:lemma6087 - [ a r:Fact; r:gives {(5300 35) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4302 a r:Inference; - r:gives { - 306 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {306 math:notEqualTo 0}] - skolem:lemma6570 - [ a r:Fact; r:gives {((0 3 0 6) "=<") list:sort (0 0 3 6)}] - [ a r:Fact; r:gives {((0 3 0 6) ">=") list:sort (6 3 0 0)}] - skolem:lemma6089 - skolem:lemma6090 - [ a r:Fact; r:gives {(6300 36) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4303 a r:Inference; - r:gives { - 307 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {307 math:notEqualTo 0}] - skolem:lemma6571 - [ a r:Fact; r:gives {((0 3 0 7) "=<") list:sort (0 0 3 7)}] - [ a r:Fact; r:gives {((0 3 0 7) ">=") list:sort (7 3 0 0)}] - skolem:lemma6092 - skolem:lemma6093 - [ a r:Fact; r:gives {(7300 37) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4304 a r:Inference; - r:gives { - 308 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {308 math:notEqualTo 0}] - skolem:lemma6572 - [ a r:Fact; r:gives {((0 3 0 8) "=<") list:sort (0 0 3 8)}] - [ a r:Fact; r:gives {((0 3 0 8) ">=") list:sort (8 3 0 0)}] - skolem:lemma6095 - skolem:lemma6096 - [ a r:Fact; r:gives {(8300 38) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4305 a r:Inference; - r:gives { - 309 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {309 math:notEqualTo 0}] - skolem:lemma6573 - [ a r:Fact; r:gives {((0 3 0 9) "=<") list:sort (0 0 3 9)}] - [ a r:Fact; r:gives {((0 3 0 9) ">=") list:sort (9 3 0 0)}] - skolem:lemma6098 - skolem:lemma6099 - [ a r:Fact; r:gives {(9300 39) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4306 a r:Inference; - r:gives { - 310 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {310 math:notEqualTo 0}] - skolem:lemma6574 - [ a r:Fact; r:gives {((0 3 1 0) "=<") list:sort (0 0 1 3)}] - [ a r:Fact; r:gives {((0 3 1 0) ">=") list:sort (3 1 0 0)}] - skolem:lemma6030 - skolem:lemma6031 - [ a r:Fact; r:gives {(3100 13) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4307 a r:Inference; - r:gives { - 311 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {311 math:notEqualTo 0}] - skolem:lemma6575 - [ a r:Fact; r:gives {((0 3 1 1) "=<") list:sort (0 1 1 3)}] - [ a r:Fact; r:gives {((0 3 1 1) ">=") list:sort (3 1 1 0)}] - skolem:lemma6220 - skolem:lemma6221 - [ a r:Fact; r:gives {(3110 113) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4308 a r:Inference; - r:gives { - 312 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {312 math:notEqualTo 0}] - skolem:lemma6576 - [ a r:Fact; r:gives {((0 3 1 2) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((0 3 1 2) ">=") list:sort (3 2 1 0)}] - skolem:lemma6246 - skolem:lemma6247 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4309 a r:Inference; - r:gives { - 313 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {313 math:notEqualTo 0}] - skolem:lemma6577 - [ a r:Fact; r:gives {((0 3 1 3) "=<") list:sort (0 1 3 3)}] - [ a r:Fact; r:gives {((0 3 1 3) ">=") list:sort (3 3 1 0)}] - skolem:lemma6270 - skolem:lemma6271 - [ a r:Fact; r:gives {(3310 133) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4310 a r:Inference; - r:gives { - 314 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {314 math:notEqualTo 0}] - skolem:lemma6578 - [ a r:Fact; r:gives {((0 3 1 4) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((0 3 1 4) ">=") list:sort (4 3 1 0)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4311 a r:Inference; - r:gives { - 315 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {315 math:notEqualTo 0}] - skolem:lemma6579 - [ a r:Fact; r:gives {((0 3 1 5) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((0 3 1 5) ">=") list:sort (5 3 1 0)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4312 a r:Inference; - r:gives { - 316 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {316 math:notEqualTo 0}] - skolem:lemma6580 - [ a r:Fact; r:gives {((0 3 1 6) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((0 3 1 6) ">=") list:sort (6 3 1 0)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4313 a r:Inference; - r:gives { - 317 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {317 math:notEqualTo 0}] - skolem:lemma6581 - [ a r:Fact; r:gives {((0 3 1 7) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((0 3 1 7) ">=") list:sort (7 3 1 0)}] - skolem:lemma6282 - skolem:lemma6283 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4314 a r:Inference; - r:gives { - 318 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {318 math:notEqualTo 0}] - skolem:lemma6582 - [ a r:Fact; r:gives {((0 3 1 8) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((0 3 1 8) ">=") list:sort (8 3 1 0)}] - skolem:lemma6285 - skolem:lemma6286 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4315 a r:Inference; - r:gives { - 319 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {319 math:notEqualTo 0}] - skolem:lemma6583 - [ a r:Fact; r:gives {((0 3 1 9) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((0 3 1 9) ">=") list:sort (9 3 1 0)}] - skolem:lemma6288 - skolem:lemma6289 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4316 a r:Inference; - r:gives { - 320 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {320 math:notEqualTo 0}] - skolem:lemma6584 - [ a r:Fact; r:gives {((0 3 2 0) "=<") list:sort (0 0 2 3)}] - [ a r:Fact; r:gives {((0 3 2 0) ">=") list:sort (3 2 0 0)}] - skolem:lemma6056 - skolem:lemma6057 - [ a r:Fact; r:gives {(3200 23) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4317 a r:Inference; - r:gives { - 321 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {321 math:notEqualTo 0}] - skolem:lemma6585 - [ a r:Fact; r:gives {((0 3 2 1) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((0 3 2 1) ">=") list:sort (3 2 1 0)}] - skolem:lemma6246 - skolem:lemma6247 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4318 a r:Inference; - r:gives { - 322 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {322 math:notEqualTo 0}] - skolem:lemma6586 - [ a r:Fact; r:gives {((0 3 2 2) "=<") list:sort (0 2 2 3)}] - [ a r:Fact; r:gives {((0 3 2 2) ">=") list:sort (3 2 2 0)}] - skolem:lemma6418 - skolem:lemma6419 - [ a r:Fact; r:gives {(3220 223) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4319 a r:Inference; - r:gives { - 323 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {323 math:notEqualTo 0}] - skolem:lemma6587 - [ a r:Fact; r:gives {((0 3 2 3) "=<") list:sort (0 2 3 3)}] - [ a r:Fact; r:gives {((0 3 2 3) ">=") list:sort (3 3 2 0)}] - skolem:lemma6442 - skolem:lemma6443 - [ a r:Fact; r:gives {(3320 233) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4320 a r:Inference; - r:gives { - 324 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {324 math:notEqualTo 0}] - skolem:lemma6588 - [ a r:Fact; r:gives {((0 3 2 4) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((0 3 2 4) ">=") list:sort (4 3 2 0)}] - skolem:lemma6445 - skolem:lemma6446 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4321 a r:Inference; - r:gives { - 325 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {325 math:notEqualTo 0}] - skolem:lemma6589 - [ a r:Fact; r:gives {((0 3 2 5) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((0 3 2 5) ">=") list:sort (5 3 2 0)}] - skolem:lemma6448 - skolem:lemma6449 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4322 a r:Inference; - r:gives { - 326 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {326 math:notEqualTo 0}] - skolem:lemma6590 - [ a r:Fact; r:gives {((0 3 2 6) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((0 3 2 6) ">=") list:sort (6 3 2 0)}] - skolem:lemma6451 - skolem:lemma6452 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4323 a r:Inference; - r:gives { - 327 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {327 math:notEqualTo 0}] - skolem:lemma6591 - [ a r:Fact; r:gives {((0 3 2 7) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((0 3 2 7) ">=") list:sort (7 3 2 0)}] - skolem:lemma6454 - skolem:lemma6455 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4324 a r:Inference; - r:gives { - 328 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {328 math:notEqualTo 0}] - skolem:lemma6592 - [ a r:Fact; r:gives {((0 3 2 8) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((0 3 2 8) ">=") list:sort (8 3 2 0)}] - skolem:lemma6457 - skolem:lemma6458 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4325 a r:Inference; - r:gives { - 329 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {329 math:notEqualTo 0}] - skolem:lemma6593 - [ a r:Fact; r:gives {((0 3 2 9) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((0 3 2 9) ">=") list:sort (9 3 2 0)}] - skolem:lemma6460 - skolem:lemma6461 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4326 a r:Inference; - r:gives { - 330 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {330 math:notEqualTo 0}] - skolem:lemma6594 - [ a r:Fact; r:gives {((0 3 3 0) "=<") list:sort (0 0 3 3)}] - [ a r:Fact; r:gives {((0 3 3 0) ">=") list:sort (3 3 0 0)}] - skolem:lemma6080 - skolem:lemma6081 - [ a r:Fact; r:gives {(3300 33) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4327 a r:Inference; - r:gives { - 331 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {331 math:notEqualTo 0}] - skolem:lemma6595 - [ a r:Fact; r:gives {((0 3 3 1) "=<") list:sort (0 1 3 3)}] - [ a r:Fact; r:gives {((0 3 3 1) ">=") list:sort (3 3 1 0)}] - skolem:lemma6270 - skolem:lemma6271 - [ a r:Fact; r:gives {(3310 133) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4328 a r:Inference; - r:gives { - 332 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {332 math:notEqualTo 0}] - skolem:lemma6596 - [ a r:Fact; r:gives {((0 3 3 2) "=<") list:sort (0 2 3 3)}] - [ a r:Fact; r:gives {((0 3 3 2) ">=") list:sort (3 3 2 0)}] - skolem:lemma6442 - skolem:lemma6443 - [ a r:Fact; r:gives {(3320 233) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4329 a r:Inference; - r:gives { - 333 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {333 math:notEqualTo 0}] - skolem:lemma6597 - [ a r:Fact; r:gives {((0 3 3 3) "=<") list:sort (0 3 3 3)}] - [ a r:Fact; r:gives {((0 3 3 3) ">=") list:sort (3 3 3 0)}] - skolem:lemma6598 - skolem:lemma6599 - [ a r:Fact; r:gives {(3330 333) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4330 a r:Inference; - r:gives { - 334 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {334 math:notEqualTo 0}] - skolem:lemma6600 - [ a r:Fact; r:gives {((0 3 3 4) "=<") list:sort (0 3 3 4)}] - [ a r:Fact; r:gives {((0 3 3 4) ">=") list:sort (4 3 3 0)}] - skolem:lemma6601 - skolem:lemma6602 - [ a r:Fact; r:gives {(4330 334) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4331 a r:Inference; - r:gives { - 335 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {335 math:notEqualTo 0}] - skolem:lemma6603 - [ a r:Fact; r:gives {((0 3 3 5) "=<") list:sort (0 3 3 5)}] - [ a r:Fact; r:gives {((0 3 3 5) ">=") list:sort (5 3 3 0)}] - skolem:lemma6604 - skolem:lemma6605 - [ a r:Fact; r:gives {(5330 335) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4332 a r:Inference; - r:gives { - 336 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {336 math:notEqualTo 0}] - skolem:lemma6606 - [ a r:Fact; r:gives {((0 3 3 6) "=<") list:sort (0 3 3 6)}] - [ a r:Fact; r:gives {((0 3 3 6) ">=") list:sort (6 3 3 0)}] - skolem:lemma6607 - skolem:lemma6608 - [ a r:Fact; r:gives {(6330 336) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4333 a r:Inference; - r:gives { - 337 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {337 math:notEqualTo 0}] - skolem:lemma6609 - [ a r:Fact; r:gives {((0 3 3 7) "=<") list:sort (0 3 3 7)}] - [ a r:Fact; r:gives {((0 3 3 7) ">=") list:sort (7 3 3 0)}] - skolem:lemma6610 - skolem:lemma6611 - [ a r:Fact; r:gives {(7330 337) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4334 a r:Inference; - r:gives { - 338 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {338 math:notEqualTo 0}] - skolem:lemma6612 - [ a r:Fact; r:gives {((0 3 3 8) "=<") list:sort (0 3 3 8)}] - [ a r:Fact; r:gives {((0 3 3 8) ">=") list:sort (8 3 3 0)}] - skolem:lemma6613 - skolem:lemma6614 - [ a r:Fact; r:gives {(8330 338) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4335 a r:Inference; - r:gives { - 339 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {339 math:notEqualTo 0}] - skolem:lemma6615 - [ a r:Fact; r:gives {((0 3 3 9) "=<") list:sort (0 3 3 9)}] - [ a r:Fact; r:gives {((0 3 3 9) ">=") list:sort (9 3 3 0)}] - skolem:lemma6616 - skolem:lemma6617 - [ a r:Fact; r:gives {(9330 339) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4336 a r:Inference; - r:gives { - 340 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {340 math:notEqualTo 0}] - skolem:lemma6618 - [ a r:Fact; r:gives {((0 3 4 0) "=<") list:sort (0 0 3 4)}] - [ a r:Fact; r:gives {((0 3 4 0) ">=") list:sort (4 3 0 0)}] - skolem:lemma6083 - skolem:lemma6084 - [ a r:Fact; r:gives {(4300 34) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4337 a r:Inference; - r:gives { - 341 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {341 math:notEqualTo 0}] - skolem:lemma6619 - [ a r:Fact; r:gives {((0 3 4 1) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((0 3 4 1) ">=") list:sort (4 3 1 0)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4338 a r:Inference; - r:gives { - 342 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {342 math:notEqualTo 0}] - skolem:lemma6620 - [ a r:Fact; r:gives {((0 3 4 2) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((0 3 4 2) ">=") list:sort (4 3 2 0)}] - skolem:lemma6445 - skolem:lemma6446 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4339 a r:Inference; - r:gives { - 343 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {343 math:notEqualTo 0}] - skolem:lemma6621 - [ a r:Fact; r:gives {((0 3 4 3) "=<") list:sort (0 3 3 4)}] - [ a r:Fact; r:gives {((0 3 4 3) ">=") list:sort (4 3 3 0)}] - skolem:lemma6601 - skolem:lemma6602 - [ a r:Fact; r:gives {(4330 334) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4340 a r:Inference; - r:gives { - 344 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {344 math:notEqualTo 0}] - skolem:lemma6622 - [ a r:Fact; r:gives {((0 3 4 4) "=<") list:sort (0 3 4 4)}] - [ a r:Fact; r:gives {((0 3 4 4) ">=") list:sort (4 4 3 0)}] - skolem:lemma6623 - skolem:lemma6624 - [ a r:Fact; r:gives {(4430 344) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4341 a r:Inference; - r:gives { - 345 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {345 math:notEqualTo 0}] - skolem:lemma6625 - [ a r:Fact; r:gives {((0 3 4 5) "=<") list:sort (0 3 4 5)}] - [ a r:Fact; r:gives {((0 3 4 5) ">=") list:sort (5 4 3 0)}] - skolem:lemma6626 - skolem:lemma6627 - [ a r:Fact; r:gives {(5430 345) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4342 a r:Inference; - r:gives { - 346 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {346 math:notEqualTo 0}] - skolem:lemma6628 - [ a r:Fact; r:gives {((0 3 4 6) "=<") list:sort (0 3 4 6)}] - [ a r:Fact; r:gives {((0 3 4 6) ">=") list:sort (6 4 3 0)}] - skolem:lemma6629 - skolem:lemma6630 - [ a r:Fact; r:gives {(6430 346) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4343 a r:Inference; - r:gives { - 347 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {347 math:notEqualTo 0}] - skolem:lemma6631 - [ a r:Fact; r:gives {((0 3 4 7) "=<") list:sort (0 3 4 7)}] - [ a r:Fact; r:gives {((0 3 4 7) ">=") list:sort (7 4 3 0)}] - skolem:lemma6632 - skolem:lemma6633 - [ a r:Fact; r:gives {(7430 347) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4344 a r:Inference; - r:gives { - 348 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {348 math:notEqualTo 0}] - skolem:lemma6634 - [ a r:Fact; r:gives {((0 3 4 8) "=<") list:sort (0 3 4 8)}] - [ a r:Fact; r:gives {((0 3 4 8) ">=") list:sort (8 4 3 0)}] - skolem:lemma6635 - skolem:lemma6636 - [ a r:Fact; r:gives {(8430 348) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4345 a r:Inference; - r:gives { - 349 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {349 math:notEqualTo 0}] - skolem:lemma6637 - [ a r:Fact; r:gives {((0 3 4 9) "=<") list:sort (0 3 4 9)}] - [ a r:Fact; r:gives {((0 3 4 9) ">=") list:sort (9 4 3 0)}] - skolem:lemma6638 - skolem:lemma6639 - [ a r:Fact; r:gives {(9430 349) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4346 a r:Inference; - r:gives { - 350 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {350 math:notEqualTo 0}] - skolem:lemma6640 - [ a r:Fact; r:gives {((0 3 5 0) "=<") list:sort (0 0 3 5)}] - [ a r:Fact; r:gives {((0 3 5 0) ">=") list:sort (5 3 0 0)}] - skolem:lemma6086 - skolem:lemma6087 - [ a r:Fact; r:gives {(5300 35) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4347 a r:Inference; - r:gives { - 351 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {351 math:notEqualTo 0}] - skolem:lemma6641 - [ a r:Fact; r:gives {((0 3 5 1) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((0 3 5 1) ">=") list:sort (5 3 1 0)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4348 a r:Inference; - r:gives { - 352 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {352 math:notEqualTo 0}] - skolem:lemma6642 - [ a r:Fact; r:gives {((0 3 5 2) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((0 3 5 2) ">=") list:sort (5 3 2 0)}] - skolem:lemma6448 - skolem:lemma6449 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4349 a r:Inference; - r:gives { - 353 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {353 math:notEqualTo 0}] - skolem:lemma6643 - [ a r:Fact; r:gives {((0 3 5 3) "=<") list:sort (0 3 3 5)}] - [ a r:Fact; r:gives {((0 3 5 3) ">=") list:sort (5 3 3 0)}] - skolem:lemma6604 - skolem:lemma6605 - [ a r:Fact; r:gives {(5330 335) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4350 a r:Inference; - r:gives { - 354 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {354 math:notEqualTo 0}] - skolem:lemma6644 - [ a r:Fact; r:gives {((0 3 5 4) "=<") list:sort (0 3 4 5)}] - [ a r:Fact; r:gives {((0 3 5 4) ">=") list:sort (5 4 3 0)}] - skolem:lemma6626 - skolem:lemma6627 - [ a r:Fact; r:gives {(5430 345) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4351 a r:Inference; - r:gives { - 355 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {355 math:notEqualTo 0}] - skolem:lemma6645 - [ a r:Fact; r:gives {((0 3 5 5) "=<") list:sort (0 3 5 5)}] - [ a r:Fact; r:gives {((0 3 5 5) ">=") list:sort (5 5 3 0)}] - skolem:lemma6646 - skolem:lemma6647 - [ a r:Fact; r:gives {(5530 355) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4352 a r:Inference; - r:gives { - 356 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {356 math:notEqualTo 0}] - skolem:lemma6648 - [ a r:Fact; r:gives {((0 3 5 6) "=<") list:sort (0 3 5 6)}] - [ a r:Fact; r:gives {((0 3 5 6) ">=") list:sort (6 5 3 0)}] - skolem:lemma6649 - skolem:lemma6650 - [ a r:Fact; r:gives {(6530 356) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4353 a r:Inference; - r:gives { - 357 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {357 math:notEqualTo 0}] - skolem:lemma6651 - [ a r:Fact; r:gives {((0 3 5 7) "=<") list:sort (0 3 5 7)}] - [ a r:Fact; r:gives {((0 3 5 7) ">=") list:sort (7 5 3 0)}] - skolem:lemma6652 - skolem:lemma6653 - [ a r:Fact; r:gives {(7530 357) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4354 a r:Inference; - r:gives { - 358 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {358 math:notEqualTo 0}] - skolem:lemma6654 - [ a r:Fact; r:gives {((0 3 5 8) "=<") list:sort (0 3 5 8)}] - [ a r:Fact; r:gives {((0 3 5 8) ">=") list:sort (8 5 3 0)}] - skolem:lemma6655 - skolem:lemma6656 - [ a r:Fact; r:gives {(8530 358) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4355 a r:Inference; - r:gives { - 359 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {359 math:notEqualTo 0}] - skolem:lemma6657 - [ a r:Fact; r:gives {((0 3 5 9) "=<") list:sort (0 3 5 9)}] - [ a r:Fact; r:gives {((0 3 5 9) ">=") list:sort (9 5 3 0)}] - skolem:lemma6658 - skolem:lemma6659 - [ a r:Fact; r:gives {(9530 359) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4356 a r:Inference; - r:gives { - 360 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {360 math:notEqualTo 0}] - skolem:lemma6660 - [ a r:Fact; r:gives {((0 3 6 0) "=<") list:sort (0 0 3 6)}] - [ a r:Fact; r:gives {((0 3 6 0) ">=") list:sort (6 3 0 0)}] - skolem:lemma6089 - skolem:lemma6090 - [ a r:Fact; r:gives {(6300 36) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4357 a r:Inference; - r:gives { - 361 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {361 math:notEqualTo 0}] - skolem:lemma6661 - [ a r:Fact; r:gives {((0 3 6 1) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((0 3 6 1) ">=") list:sort (6 3 1 0)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4358 a r:Inference; - r:gives { - 362 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {362 math:notEqualTo 0}] - skolem:lemma6662 - [ a r:Fact; r:gives {((0 3 6 2) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((0 3 6 2) ">=") list:sort (6 3 2 0)}] - skolem:lemma6451 - skolem:lemma6452 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4359 a r:Inference; - r:gives { - 363 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {363 math:notEqualTo 0}] - skolem:lemma6663 - [ a r:Fact; r:gives {((0 3 6 3) "=<") list:sort (0 3 3 6)}] - [ a r:Fact; r:gives {((0 3 6 3) ">=") list:sort (6 3 3 0)}] - skolem:lemma6607 - skolem:lemma6608 - [ a r:Fact; r:gives {(6330 336) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4360 a r:Inference; - r:gives { - 364 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {364 math:notEqualTo 0}] - skolem:lemma6664 - [ a r:Fact; r:gives {((0 3 6 4) "=<") list:sort (0 3 4 6)}] - [ a r:Fact; r:gives {((0 3 6 4) ">=") list:sort (6 4 3 0)}] - skolem:lemma6629 - skolem:lemma6630 - [ a r:Fact; r:gives {(6430 346) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4361 a r:Inference; - r:gives { - 365 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {365 math:notEqualTo 0}] - skolem:lemma6665 - [ a r:Fact; r:gives {((0 3 6 5) "=<") list:sort (0 3 5 6)}] - [ a r:Fact; r:gives {((0 3 6 5) ">=") list:sort (6 5 3 0)}] - skolem:lemma6649 - skolem:lemma6650 - [ a r:Fact; r:gives {(6530 356) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4362 a r:Inference; - r:gives { - 366 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {366 math:notEqualTo 0}] - skolem:lemma6666 - [ a r:Fact; r:gives {((0 3 6 6) "=<") list:sort (0 3 6 6)}] - [ a r:Fact; r:gives {((0 3 6 6) ">=") list:sort (6 6 3 0)}] - skolem:lemma6667 - skolem:lemma6668 - [ a r:Fact; r:gives {(6630 366) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4363 a r:Inference; - r:gives { - 367 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {367 math:notEqualTo 0}] - skolem:lemma6669 - [ a r:Fact; r:gives {((0 3 6 7) "=<") list:sort (0 3 6 7)}] - [ a r:Fact; r:gives {((0 3 6 7) ">=") list:sort (7 6 3 0)}] - skolem:lemma6670 - skolem:lemma6671 - [ a r:Fact; r:gives {(7630 367) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4364 a r:Inference; - r:gives { - 368 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {368 math:notEqualTo 0}] - skolem:lemma6672 - [ a r:Fact; r:gives {((0 3 6 8) "=<") list:sort (0 3 6 8)}] - [ a r:Fact; r:gives {((0 3 6 8) ">=") list:sort (8 6 3 0)}] - skolem:lemma6673 - skolem:lemma6674 - [ a r:Fact; r:gives {(8630 368) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4365 a r:Inference; - r:gives { - 369 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {369 math:notEqualTo 0}] - skolem:lemma6675 - [ a r:Fact; r:gives {((0 3 6 9) "=<") list:sort (0 3 6 9)}] - [ a r:Fact; r:gives {((0 3 6 9) ">=") list:sort (9 6 3 0)}] - skolem:lemma6676 - skolem:lemma6677 - [ a r:Fact; r:gives {(9630 369) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4366 a r:Inference; - r:gives { - 370 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {370 math:notEqualTo 0}] - skolem:lemma6678 - [ a r:Fact; r:gives {((0 3 7 0) "=<") list:sort (0 0 3 7)}] - [ a r:Fact; r:gives {((0 3 7 0) ">=") list:sort (7 3 0 0)}] - skolem:lemma6092 - skolem:lemma6093 - [ a r:Fact; r:gives {(7300 37) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4367 a r:Inference; - r:gives { - 371 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {371 math:notEqualTo 0}] - skolem:lemma6679 - [ a r:Fact; r:gives {((0 3 7 1) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((0 3 7 1) ">=") list:sort (7 3 1 0)}] - skolem:lemma6282 - skolem:lemma6283 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4368 a r:Inference; - r:gives { - 372 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {372 math:notEqualTo 0}] - skolem:lemma6680 - [ a r:Fact; r:gives {((0 3 7 2) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((0 3 7 2) ">=") list:sort (7 3 2 0)}] - skolem:lemma6454 - skolem:lemma6455 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4369 a r:Inference; - r:gives { - 373 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {373 math:notEqualTo 0}] - skolem:lemma6681 - [ a r:Fact; r:gives {((0 3 7 3) "=<") list:sort (0 3 3 7)}] - [ a r:Fact; r:gives {((0 3 7 3) ">=") list:sort (7 3 3 0)}] - skolem:lemma6610 - skolem:lemma6611 - [ a r:Fact; r:gives {(7330 337) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4370 a r:Inference; - r:gives { - 374 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {374 math:notEqualTo 0}] - skolem:lemma6682 - [ a r:Fact; r:gives {((0 3 7 4) "=<") list:sort (0 3 4 7)}] - [ a r:Fact; r:gives {((0 3 7 4) ">=") list:sort (7 4 3 0)}] - skolem:lemma6632 - skolem:lemma6633 - [ a r:Fact; r:gives {(7430 347) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4371 a r:Inference; - r:gives { - 375 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {375 math:notEqualTo 0}] - skolem:lemma6683 - [ a r:Fact; r:gives {((0 3 7 5) "=<") list:sort (0 3 5 7)}] - [ a r:Fact; r:gives {((0 3 7 5) ">=") list:sort (7 5 3 0)}] - skolem:lemma6652 - skolem:lemma6653 - [ a r:Fact; r:gives {(7530 357) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4372 a r:Inference; - r:gives { - 376 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {376 math:notEqualTo 0}] - skolem:lemma6684 - [ a r:Fact; r:gives {((0 3 7 6) "=<") list:sort (0 3 6 7)}] - [ a r:Fact; r:gives {((0 3 7 6) ">=") list:sort (7 6 3 0)}] - skolem:lemma6670 - skolem:lemma6671 - [ a r:Fact; r:gives {(7630 367) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4373 a r:Inference; - r:gives { - 377 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {377 math:notEqualTo 0}] - skolem:lemma6685 - [ a r:Fact; r:gives {((0 3 7 7) "=<") list:sort (0 3 7 7)}] - [ a r:Fact; r:gives {((0 3 7 7) ">=") list:sort (7 7 3 0)}] - skolem:lemma6686 - skolem:lemma6687 - [ a r:Fact; r:gives {(7730 377) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4374 a r:Inference; - r:gives { - 378 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {378 math:notEqualTo 0}] - skolem:lemma6688 - [ a r:Fact; r:gives {((0 3 7 8) "=<") list:sort (0 3 7 8)}] - [ a r:Fact; r:gives {((0 3 7 8) ">=") list:sort (8 7 3 0)}] - skolem:lemma6689 - skolem:lemma6690 - [ a r:Fact; r:gives {(8730 378) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4375 a r:Inference; - r:gives { - 379 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {379 math:notEqualTo 0}] - skolem:lemma6691 - [ a r:Fact; r:gives {((0 3 7 9) "=<") list:sort (0 3 7 9)}] - [ a r:Fact; r:gives {((0 3 7 9) ">=") list:sort (9 7 3 0)}] - skolem:lemma6692 - skolem:lemma6693 - [ a r:Fact; r:gives {(9730 379) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4376 a r:Inference; - r:gives { - 380 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {380 math:notEqualTo 0}] - skolem:lemma6694 - [ a r:Fact; r:gives {((0 3 8 0) "=<") list:sort (0 0 3 8)}] - [ a r:Fact; r:gives {((0 3 8 0) ">=") list:sort (8 3 0 0)}] - skolem:lemma6095 - skolem:lemma6096 - [ a r:Fact; r:gives {(8300 38) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4377 a r:Inference; - r:gives { - 381 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {381 math:notEqualTo 0}] - skolem:lemma6695 - [ a r:Fact; r:gives {((0 3 8 1) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((0 3 8 1) ">=") list:sort (8 3 1 0)}] - skolem:lemma6285 - skolem:lemma6286 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4378 a r:Inference; - r:gives { - 382 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {382 math:notEqualTo 0}] - skolem:lemma6696 - [ a r:Fact; r:gives {((0 3 8 2) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((0 3 8 2) ">=") list:sort (8 3 2 0)}] - skolem:lemma6457 - skolem:lemma6458 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4379 a r:Inference; - r:gives { - 383 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {383 math:notEqualTo 0}] - skolem:lemma6697 - [ a r:Fact; r:gives {((0 3 8 3) "=<") list:sort (0 3 3 8)}] - [ a r:Fact; r:gives {((0 3 8 3) ">=") list:sort (8 3 3 0)}] - skolem:lemma6613 - skolem:lemma6614 - [ a r:Fact; r:gives {(8330 338) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4380 a r:Inference; - r:gives { - 384 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {384 math:notEqualTo 0}] - skolem:lemma6698 - [ a r:Fact; r:gives {((0 3 8 4) "=<") list:sort (0 3 4 8)}] - [ a r:Fact; r:gives {((0 3 8 4) ">=") list:sort (8 4 3 0)}] - skolem:lemma6635 - skolem:lemma6636 - [ a r:Fact; r:gives {(8430 348) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4381 a r:Inference; - r:gives { - 385 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {385 math:notEqualTo 0}] - skolem:lemma6699 - [ a r:Fact; r:gives {((0 3 8 5) "=<") list:sort (0 3 5 8)}] - [ a r:Fact; r:gives {((0 3 8 5) ">=") list:sort (8 5 3 0)}] - skolem:lemma6655 - skolem:lemma6656 - [ a r:Fact; r:gives {(8530 358) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4382 a r:Inference; - r:gives { - 386 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {386 math:notEqualTo 0}] - skolem:lemma6700 - [ a r:Fact; r:gives {((0 3 8 6) "=<") list:sort (0 3 6 8)}] - [ a r:Fact; r:gives {((0 3 8 6) ">=") list:sort (8 6 3 0)}] - skolem:lemma6673 - skolem:lemma6674 - [ a r:Fact; r:gives {(8630 368) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4383 a r:Inference; - r:gives { - 387 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {387 math:notEqualTo 0}] - skolem:lemma6701 - [ a r:Fact; r:gives {((0 3 8 7) "=<") list:sort (0 3 7 8)}] - [ a r:Fact; r:gives {((0 3 8 7) ">=") list:sort (8 7 3 0)}] - skolem:lemma6689 - skolem:lemma6690 - [ a r:Fact; r:gives {(8730 378) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4384 a r:Inference; - r:gives { - 388 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {388 math:notEqualTo 0}] - skolem:lemma6702 - [ a r:Fact; r:gives {((0 3 8 8) "=<") list:sort (0 3 8 8)}] - [ a r:Fact; r:gives {((0 3 8 8) ">=") list:sort (8 8 3 0)}] - skolem:lemma6703 - skolem:lemma6704 - [ a r:Fact; r:gives {(8830 388) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4385 a r:Inference; - r:gives { - 389 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {389 math:notEqualTo 0}] - skolem:lemma6705 - [ a r:Fact; r:gives {((0 3 8 9) "=<") list:sort (0 3 8 9)}] - [ a r:Fact; r:gives {((0 3 8 9) ">=") list:sort (9 8 3 0)}] - skolem:lemma6706 - skolem:lemma6707 - [ a r:Fact; r:gives {(9830 389) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4386 a r:Inference; - r:gives { - 390 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {390 math:notEqualTo 0}] - skolem:lemma6708 - [ a r:Fact; r:gives {((0 3 9 0) "=<") list:sort (0 0 3 9)}] - [ a r:Fact; r:gives {((0 3 9 0) ">=") list:sort (9 3 0 0)}] - skolem:lemma6098 - skolem:lemma6099 - [ a r:Fact; r:gives {(9300 39) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4387 a r:Inference; - r:gives { - 391 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {391 math:notEqualTo 0}] - skolem:lemma6709 - [ a r:Fact; r:gives {((0 3 9 1) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((0 3 9 1) ">=") list:sort (9 3 1 0)}] - skolem:lemma6288 - skolem:lemma6289 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4388 a r:Inference; - r:gives { - 392 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {392 math:notEqualTo 0}] - skolem:lemma6710 - [ a r:Fact; r:gives {((0 3 9 2) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((0 3 9 2) ">=") list:sort (9 3 2 0)}] - skolem:lemma6460 - skolem:lemma6461 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4389 a r:Inference; - r:gives { - 393 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {393 math:notEqualTo 0}] - skolem:lemma6711 - [ a r:Fact; r:gives {((0 3 9 3) "=<") list:sort (0 3 3 9)}] - [ a r:Fact; r:gives {((0 3 9 3) ">=") list:sort (9 3 3 0)}] - skolem:lemma6616 - skolem:lemma6617 - [ a r:Fact; r:gives {(9330 339) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4390 a r:Inference; - r:gives { - 394 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {394 math:notEqualTo 0}] - skolem:lemma6712 - [ a r:Fact; r:gives {((0 3 9 4) "=<") list:sort (0 3 4 9)}] - [ a r:Fact; r:gives {((0 3 9 4) ">=") list:sort (9 4 3 0)}] - skolem:lemma6638 - skolem:lemma6639 - [ a r:Fact; r:gives {(9430 349) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4391 a r:Inference; - r:gives { - 395 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {395 math:notEqualTo 0}] - skolem:lemma6713 - [ a r:Fact; r:gives {((0 3 9 5) "=<") list:sort (0 3 5 9)}] - [ a r:Fact; r:gives {((0 3 9 5) ">=") list:sort (9 5 3 0)}] - skolem:lemma6658 - skolem:lemma6659 - [ a r:Fact; r:gives {(9530 359) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4392 a r:Inference; - r:gives { - 396 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {396 math:notEqualTo 0}] - skolem:lemma6714 - [ a r:Fact; r:gives {((0 3 9 6) "=<") list:sort (0 3 6 9)}] - [ a r:Fact; r:gives {((0 3 9 6) ">=") list:sort (9 6 3 0)}] - skolem:lemma6676 - skolem:lemma6677 - [ a r:Fact; r:gives {(9630 369) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4393 a r:Inference; - r:gives { - 397 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {397 math:notEqualTo 0}] - skolem:lemma6715 - [ a r:Fact; r:gives {((0 3 9 7) "=<") list:sort (0 3 7 9)}] - [ a r:Fact; r:gives {((0 3 9 7) ">=") list:sort (9 7 3 0)}] - skolem:lemma6692 - skolem:lemma6693 - [ a r:Fact; r:gives {(9730 379) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4394 a r:Inference; - r:gives { - 398 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {398 math:notEqualTo 0}] - skolem:lemma6716 - [ a r:Fact; r:gives {((0 3 9 8) "=<") list:sort (0 3 8 9)}] - [ a r:Fact; r:gives {((0 3 9 8) ">=") list:sort (9 8 3 0)}] - skolem:lemma6706 - skolem:lemma6707 - [ a r:Fact; r:gives {(9830 389) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4395 a r:Inference; - r:gives { - 399 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {399 math:notEqualTo 0}] - skolem:lemma6717 - [ a r:Fact; r:gives {((0 3 9 9) "=<") list:sort (0 3 9 9)}] - [ a r:Fact; r:gives {((0 3 9 9) ">=") list:sort (9 9 3 0)}] - skolem:lemma6718 - skolem:lemma6719 - [ a r:Fact; r:gives {(9930 399) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4396 a r:Inference; - r:gives { - 400 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {400 math:notEqualTo 0}] - skolem:lemma6720 - [ a r:Fact; r:gives {((0 4 0 0) "=<") list:sort (0 0 0 4)}] - [ a r:Fact; r:gives {((0 4 0 0) ">=") list:sort (4 0 0 0)}] - skolem:lemma6005 - skolem:lemma6006 - [ a r:Fact; r:gives {(4000 4) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4397 a r:Inference; - r:gives { - 401 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {401 math:notEqualTo 0}] - skolem:lemma6721 - [ a r:Fact; r:gives {((0 4 0 1) "=<") list:sort (0 0 1 4)}] - [ a r:Fact; r:gives {((0 4 0 1) ">=") list:sort (4 1 0 0)}] - skolem:lemma6033 - skolem:lemma6034 - [ a r:Fact; r:gives {(4100 14) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4398 a r:Inference; - r:gives { - 402 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {402 math:notEqualTo 0}] - skolem:lemma6722 - [ a r:Fact; r:gives {((0 4 0 2) "=<") list:sort (0 0 2 4)}] - [ a r:Fact; r:gives {((0 4 0 2) ">=") list:sort (4 2 0 0)}] - skolem:lemma6059 - skolem:lemma6060 - [ a r:Fact; r:gives {(4200 24) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4399 a r:Inference; - r:gives { - 403 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {403 math:notEqualTo 0}] - skolem:lemma6723 - [ a r:Fact; r:gives {((0 4 0 3) "=<") list:sort (0 0 3 4)}] - [ a r:Fact; r:gives {((0 4 0 3) ">=") list:sort (4 3 0 0)}] - skolem:lemma6083 - skolem:lemma6084 - [ a r:Fact; r:gives {(4300 34) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4400 a r:Inference; - r:gives { - 404 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {404 math:notEqualTo 0}] - skolem:lemma6724 - [ a r:Fact; r:gives {((0 4 0 4) "=<") list:sort (0 0 4 4)}] - [ a r:Fact; r:gives {((0 4 0 4) ">=") list:sort (4 4 0 0)}] - skolem:lemma6105 - skolem:lemma6106 - [ a r:Fact; r:gives {(4400 44) math:difference 4356}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4356 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 4356 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4401 a r:Inference; - r:gives { - 405 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {405 math:notEqualTo 0}] - skolem:lemma6725 - [ a r:Fact; r:gives {((0 4 0 5) "=<") list:sort (0 0 4 5)}] - [ a r:Fact; r:gives {((0 4 0 5) ">=") list:sort (5 4 0 0)}] - skolem:lemma6108 - skolem:lemma6109 - [ a r:Fact; r:gives {(5400 45) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4402 a r:Inference; - r:gives { - 406 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {406 math:notEqualTo 0}] - skolem:lemma6726 - [ a r:Fact; r:gives {((0 4 0 6) "=<") list:sort (0 0 4 6)}] - [ a r:Fact; r:gives {((0 4 0 6) ">=") list:sort (6 4 0 0)}] - skolem:lemma6111 - skolem:lemma6112 - [ a r:Fact; r:gives {(6400 46) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4403 a r:Inference; - r:gives { - 407 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {407 math:notEqualTo 0}] - skolem:lemma6727 - [ a r:Fact; r:gives {((0 4 0 7) "=<") list:sort (0 0 4 7)}] - [ a r:Fact; r:gives {((0 4 0 7) ">=") list:sort (7 4 0 0)}] - skolem:lemma6114 - skolem:lemma6115 - [ a r:Fact; r:gives {(7400 47) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4404 a r:Inference; - r:gives { - 408 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {408 math:notEqualTo 0}] - skolem:lemma6728 - [ a r:Fact; r:gives {((0 4 0 8) "=<") list:sort (0 0 4 8)}] - [ a r:Fact; r:gives {((0 4 0 8) ">=") list:sort (8 4 0 0)}] - skolem:lemma6117 - skolem:lemma6118 - [ a r:Fact; r:gives {(8400 48) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4405 a r:Inference; - r:gives { - 409 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {409 math:notEqualTo 0}] - skolem:lemma6729 - [ a r:Fact; r:gives {((0 4 0 9) "=<") list:sort (0 0 4 9)}] - [ a r:Fact; r:gives {((0 4 0 9) ">=") list:sort (9 4 0 0)}] - skolem:lemma6120 - skolem:lemma6121 - [ a r:Fact; r:gives {(9400 49) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4406 a r:Inference; - r:gives { - 410 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {410 math:notEqualTo 0}] - skolem:lemma6730 - [ a r:Fact; r:gives {((0 4 1 0) "=<") list:sort (0 0 1 4)}] - [ a r:Fact; r:gives {((0 4 1 0) ">=") list:sort (4 1 0 0)}] - skolem:lemma6033 - skolem:lemma6034 - [ a r:Fact; r:gives {(4100 14) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4407 a r:Inference; - r:gives { - 411 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {411 math:notEqualTo 0}] - skolem:lemma6731 - [ a r:Fact; r:gives {((0 4 1 1) "=<") list:sort (0 1 1 4)}] - [ a r:Fact; r:gives {((0 4 1 1) ">=") list:sort (4 1 1 0)}] - skolem:lemma6223 - skolem:lemma6224 - [ a r:Fact; r:gives {(4110 114) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4408 a r:Inference; - r:gives { - 412 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {412 math:notEqualTo 0}] - skolem:lemma6732 - [ a r:Fact; r:gives {((0 4 1 2) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((0 4 1 2) ">=") list:sort (4 2 1 0)}] - skolem:lemma6249 - skolem:lemma6250 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4409 a r:Inference; - r:gives { - 413 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {413 math:notEqualTo 0}] - skolem:lemma6733 - [ a r:Fact; r:gives {((0 4 1 3) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((0 4 1 3) ">=") list:sort (4 3 1 0)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4410 a r:Inference; - r:gives { - 414 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {414 math:notEqualTo 0}] - skolem:lemma6734 - [ a r:Fact; r:gives {((0 4 1 4) "=<") list:sort (0 1 4 4)}] - [ a r:Fact; r:gives {((0 4 1 4) ">=") list:sort (4 4 1 0)}] - skolem:lemma6295 - skolem:lemma6296 - [ a r:Fact; r:gives {(4410 144) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4411 a r:Inference; - r:gives { - 415 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {415 math:notEqualTo 0}] - skolem:lemma6735 - [ a r:Fact; r:gives {((0 4 1 5) "=<") list:sort (0 1 4 5)}] - [ a r:Fact; r:gives {((0 4 1 5) ">=") list:sort (5 4 1 0)}] - skolem:lemma6298 - skolem:lemma6299 - [ a r:Fact; r:gives {(5410 145) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4412 a r:Inference; - r:gives { - 416 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {416 math:notEqualTo 0}] - skolem:lemma6736 - [ a r:Fact; r:gives {((0 4 1 6) "=<") list:sort (0 1 4 6)}] - [ a r:Fact; r:gives {((0 4 1 6) ">=") list:sort (6 4 1 0)}] - skolem:lemma6301 - skolem:lemma6302 - [ a r:Fact; r:gives {(6410 146) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4413 a r:Inference; - r:gives { - 417 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {417 math:notEqualTo 0}] - skolem:lemma6737 - [ a r:Fact; r:gives {((0 4 1 7) "=<") list:sort (0 1 4 7)}] - [ a r:Fact; r:gives {((0 4 1 7) ">=") list:sort (7 4 1 0)}] - skolem:lemma6304 - skolem:lemma6305 - [ a r:Fact; r:gives {(7410 147) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4414 a r:Inference; - r:gives { - 418 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {418 math:notEqualTo 0}] - skolem:lemma6738 - [ a r:Fact; r:gives {((0 4 1 8) "=<") list:sort (0 1 4 8)}] - [ a r:Fact; r:gives {((0 4 1 8) ">=") list:sort (8 4 1 0)}] - skolem:lemma6307 - skolem:lemma6308 - [ a r:Fact; r:gives {(8410 148) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4415 a r:Inference; - r:gives { - 419 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {419 math:notEqualTo 0}] - skolem:lemma6739 - [ a r:Fact; r:gives {((0 4 1 9) "=<") list:sort (0 1 4 9)}] - [ a r:Fact; r:gives {((0 4 1 9) ">=") list:sort (9 4 1 0)}] - skolem:lemma6310 - skolem:lemma6311 - [ a r:Fact; r:gives {(9410 149) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4416 a r:Inference; - r:gives { - 420 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {420 math:notEqualTo 0}] - skolem:lemma6740 - [ a r:Fact; r:gives {((0 4 2 0) "=<") list:sort (0 0 2 4)}] - [ a r:Fact; r:gives {((0 4 2 0) ">=") list:sort (4 2 0 0)}] - skolem:lemma6059 - skolem:lemma6060 - [ a r:Fact; r:gives {(4200 24) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4417 a r:Inference; - r:gives { - 421 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {421 math:notEqualTo 0}] - skolem:lemma6741 - [ a r:Fact; r:gives {((0 4 2 1) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((0 4 2 1) ">=") list:sort (4 2 1 0)}] - skolem:lemma6249 - skolem:lemma6250 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4418 a r:Inference; - r:gives { - 422 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {422 math:notEqualTo 0}] - skolem:lemma6742 - [ a r:Fact; r:gives {((0 4 2 2) "=<") list:sort (0 2 2 4)}] - [ a r:Fact; r:gives {((0 4 2 2) ">=") list:sort (4 2 2 0)}] - skolem:lemma6421 - skolem:lemma6422 - [ a r:Fact; r:gives {(4220 224) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4419 a r:Inference; - r:gives { - 423 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {423 math:notEqualTo 0}] - skolem:lemma6743 - [ a r:Fact; r:gives {((0 4 2 3) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((0 4 2 3) ">=") list:sort (4 3 2 0)}] - skolem:lemma6445 - skolem:lemma6446 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4420 a r:Inference; - r:gives { - 424 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {424 math:notEqualTo 0}] - skolem:lemma6744 - [ a r:Fact; r:gives {((0 4 2 4) "=<") list:sort (0 2 4 4)}] - [ a r:Fact; r:gives {((0 4 2 4) ">=") list:sort (4 4 2 0)}] - skolem:lemma6467 - skolem:lemma6468 - [ a r:Fact; r:gives {(4420 244) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4421 a r:Inference; - r:gives { - 425 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {425 math:notEqualTo 0}] - skolem:lemma6745 - [ a r:Fact; r:gives {((0 4 2 5) "=<") list:sort (0 2 4 5)}] - [ a r:Fact; r:gives {((0 4 2 5) ">=") list:sort (5 4 2 0)}] - skolem:lemma6470 - skolem:lemma6471 - [ a r:Fact; r:gives {(5420 245) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4422 a r:Inference; - r:gives { - 426 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {426 math:notEqualTo 0}] - skolem:lemma6746 - [ a r:Fact; r:gives {((0 4 2 6) "=<") list:sort (0 2 4 6)}] - [ a r:Fact; r:gives {((0 4 2 6) ">=") list:sort (6 4 2 0)}] - skolem:lemma6473 - skolem:lemma6474 - [ a r:Fact; r:gives {(6420 246) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4423 a r:Inference; - r:gives { - 427 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {427 math:notEqualTo 0}] - skolem:lemma6747 - [ a r:Fact; r:gives {((0 4 2 7) "=<") list:sort (0 2 4 7)}] - [ a r:Fact; r:gives {((0 4 2 7) ">=") list:sort (7 4 2 0)}] - skolem:lemma6476 - skolem:lemma6477 - [ a r:Fact; r:gives {(7420 247) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4424 a r:Inference; - r:gives { - 428 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {428 math:notEqualTo 0}] - skolem:lemma6748 - [ a r:Fact; r:gives {((0 4 2 8) "=<") list:sort (0 2 4 8)}] - [ a r:Fact; r:gives {((0 4 2 8) ">=") list:sort (8 4 2 0)}] - skolem:lemma6479 - skolem:lemma6480 - [ a r:Fact; r:gives {(8420 248) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4425 a r:Inference; - r:gives { - 429 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {429 math:notEqualTo 0}] - skolem:lemma6749 - [ a r:Fact; r:gives {((0 4 2 9) "=<") list:sort (0 2 4 9)}] - [ a r:Fact; r:gives {((0 4 2 9) ">=") list:sort (9 4 2 0)}] - skolem:lemma6482 - skolem:lemma6483 - [ a r:Fact; r:gives {(9420 249) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4426 a r:Inference; - r:gives { - 430 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {430 math:notEqualTo 0}] - skolem:lemma6750 - [ a r:Fact; r:gives {((0 4 3 0) "=<") list:sort (0 0 3 4)}] - [ a r:Fact; r:gives {((0 4 3 0) ">=") list:sort (4 3 0 0)}] - skolem:lemma6083 - skolem:lemma6084 - [ a r:Fact; r:gives {(4300 34) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4427 a r:Inference; - r:gives { - 431 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {431 math:notEqualTo 0}] - skolem:lemma6751 - [ a r:Fact; r:gives {((0 4 3 1) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((0 4 3 1) ">=") list:sort (4 3 1 0)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4428 a r:Inference; - r:gives { - 432 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {432 math:notEqualTo 0}] - skolem:lemma6752 - [ a r:Fact; r:gives {((0 4 3 2) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((0 4 3 2) ">=") list:sort (4 3 2 0)}] - skolem:lemma6445 - skolem:lemma6446 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4429 a r:Inference; - r:gives { - 433 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {433 math:notEqualTo 0}] - skolem:lemma6753 - [ a r:Fact; r:gives {((0 4 3 3) "=<") list:sort (0 3 3 4)}] - [ a r:Fact; r:gives {((0 4 3 3) ">=") list:sort (4 3 3 0)}] - skolem:lemma6601 - skolem:lemma6602 - [ a r:Fact; r:gives {(4330 334) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4430 a r:Inference; - r:gives { - 434 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {434 math:notEqualTo 0}] - skolem:lemma6754 - [ a r:Fact; r:gives {((0 4 3 4) "=<") list:sort (0 3 4 4)}] - [ a r:Fact; r:gives {((0 4 3 4) ">=") list:sort (4 4 3 0)}] - skolem:lemma6623 - skolem:lemma6624 - [ a r:Fact; r:gives {(4430 344) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4431 a r:Inference; - r:gives { - 435 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {435 math:notEqualTo 0}] - skolem:lemma6755 - [ a r:Fact; r:gives {((0 4 3 5) "=<") list:sort (0 3 4 5)}] - [ a r:Fact; r:gives {((0 4 3 5) ">=") list:sort (5 4 3 0)}] - skolem:lemma6626 - skolem:lemma6627 - [ a r:Fact; r:gives {(5430 345) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4432 a r:Inference; - r:gives { - 436 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {436 math:notEqualTo 0}] - skolem:lemma6756 - [ a r:Fact; r:gives {((0 4 3 6) "=<") list:sort (0 3 4 6)}] - [ a r:Fact; r:gives {((0 4 3 6) ">=") list:sort (6 4 3 0)}] - skolem:lemma6629 - skolem:lemma6630 - [ a r:Fact; r:gives {(6430 346) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4433 a r:Inference; - r:gives { - 437 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {437 math:notEqualTo 0}] - skolem:lemma6757 - [ a r:Fact; r:gives {((0 4 3 7) "=<") list:sort (0 3 4 7)}] - [ a r:Fact; r:gives {((0 4 3 7) ">=") list:sort (7 4 3 0)}] - skolem:lemma6632 - skolem:lemma6633 - [ a r:Fact; r:gives {(7430 347) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4434 a r:Inference; - r:gives { - 438 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {438 math:notEqualTo 0}] - skolem:lemma6758 - [ a r:Fact; r:gives {((0 4 3 8) "=<") list:sort (0 3 4 8)}] - [ a r:Fact; r:gives {((0 4 3 8) ">=") list:sort (8 4 3 0)}] - skolem:lemma6635 - skolem:lemma6636 - [ a r:Fact; r:gives {(8430 348) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4435 a r:Inference; - r:gives { - 439 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {439 math:notEqualTo 0}] - skolem:lemma6759 - [ a r:Fact; r:gives {((0 4 3 9) "=<") list:sort (0 3 4 9)}] - [ a r:Fact; r:gives {((0 4 3 9) ">=") list:sort (9 4 3 0)}] - skolem:lemma6638 - skolem:lemma6639 - [ a r:Fact; r:gives {(9430 349) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4436 a r:Inference; - r:gives { - 440 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {440 math:notEqualTo 0}] - skolem:lemma6760 - [ a r:Fact; r:gives {((0 4 4 0) "=<") list:sort (0 0 4 4)}] - [ a r:Fact; r:gives {((0 4 4 0) ">=") list:sort (4 4 0 0)}] - skolem:lemma6105 - skolem:lemma6106 - [ a r:Fact; r:gives {(4400 44) math:difference 4356}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4356 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 4356 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4437 a r:Inference; - r:gives { - 441 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {441 math:notEqualTo 0}] - skolem:lemma6761 - [ a r:Fact; r:gives {((0 4 4 1) "=<") list:sort (0 1 4 4)}] - [ a r:Fact; r:gives {((0 4 4 1) ">=") list:sort (4 4 1 0)}] - skolem:lemma6295 - skolem:lemma6296 - [ a r:Fact; r:gives {(4410 144) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4438 a r:Inference; - r:gives { - 442 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {442 math:notEqualTo 0}] - skolem:lemma6762 - [ a r:Fact; r:gives {((0 4 4 2) "=<") list:sort (0 2 4 4)}] - [ a r:Fact; r:gives {((0 4 4 2) ">=") list:sort (4 4 2 0)}] - skolem:lemma6467 - skolem:lemma6468 - [ a r:Fact; r:gives {(4420 244) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4439 a r:Inference; - r:gives { - 443 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {443 math:notEqualTo 0}] - skolem:lemma6763 - [ a r:Fact; r:gives {((0 4 4 3) "=<") list:sort (0 3 4 4)}] - [ a r:Fact; r:gives {((0 4 4 3) ">=") list:sort (4 4 3 0)}] - skolem:lemma6623 - skolem:lemma6624 - [ a r:Fact; r:gives {(4430 344) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4440 a r:Inference; - r:gives { - 444 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {444 math:notEqualTo 0}] - skolem:lemma6764 - [ a r:Fact; r:gives {((0 4 4 4) "=<") list:sort (0 4 4 4)}] - [ a r:Fact; r:gives {((0 4 4 4) ">=") list:sort (4 4 4 0)}] - skolem:lemma6765 - skolem:lemma6766 - [ a r:Fact; r:gives {(4440 444) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4441 a r:Inference; - r:gives { - 445 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {445 math:notEqualTo 0}] - skolem:lemma6767 - [ a r:Fact; r:gives {((0 4 4 5) "=<") list:sort (0 4 4 5)}] - [ a r:Fact; r:gives {((0 4 4 5) ">=") list:sort (5 4 4 0)}] - skolem:lemma6768 - skolem:lemma6769 - [ a r:Fact; r:gives {(5440 445) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4442 a r:Inference; - r:gives { - 446 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {446 math:notEqualTo 0}] - skolem:lemma6770 - [ a r:Fact; r:gives {((0 4 4 6) "=<") list:sort (0 4 4 6)}] - [ a r:Fact; r:gives {((0 4 4 6) ">=") list:sort (6 4 4 0)}] - skolem:lemma6771 - skolem:lemma6772 - [ a r:Fact; r:gives {(6440 446) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4443 a r:Inference; - r:gives { - 447 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {447 math:notEqualTo 0}] - skolem:lemma6773 - [ a r:Fact; r:gives {((0 4 4 7) "=<") list:sort (0 4 4 7)}] - [ a r:Fact; r:gives {((0 4 4 7) ">=") list:sort (7 4 4 0)}] - skolem:lemma6774 - skolem:lemma6775 - [ a r:Fact; r:gives {(7440 447) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4444 a r:Inference; - r:gives { - 448 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {448 math:notEqualTo 0}] - skolem:lemma6776 - [ a r:Fact; r:gives {((0 4 4 8) "=<") list:sort (0 4 4 8)}] - [ a r:Fact; r:gives {((0 4 4 8) ">=") list:sort (8 4 4 0)}] - skolem:lemma6777 - skolem:lemma6778 - [ a r:Fact; r:gives {(8440 448) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4445 a r:Inference; - r:gives { - 449 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {449 math:notEqualTo 0}] - skolem:lemma6779 - [ a r:Fact; r:gives {((0 4 4 9) "=<") list:sort (0 4 4 9)}] - [ a r:Fact; r:gives {((0 4 4 9) ">=") list:sort (9 4 4 0)}] - skolem:lemma6780 - skolem:lemma6781 - [ a r:Fact; r:gives {(9440 449) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4446 a r:Inference; - r:gives { - 450 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {450 math:notEqualTo 0}] - skolem:lemma6782 - [ a r:Fact; r:gives {((0 4 5 0) "=<") list:sort (0 0 4 5)}] - [ a r:Fact; r:gives {((0 4 5 0) ">=") list:sort (5 4 0 0)}] - skolem:lemma6108 - skolem:lemma6109 - [ a r:Fact; r:gives {(5400 45) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4447 a r:Inference; - r:gives { - 451 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {451 math:notEqualTo 0}] - skolem:lemma6783 - [ a r:Fact; r:gives {((0 4 5 1) "=<") list:sort (0 1 4 5)}] - [ a r:Fact; r:gives {((0 4 5 1) ">=") list:sort (5 4 1 0)}] - skolem:lemma6298 - skolem:lemma6299 - [ a r:Fact; r:gives {(5410 145) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4448 a r:Inference; - r:gives { - 452 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {452 math:notEqualTo 0}] - skolem:lemma6784 - [ a r:Fact; r:gives {((0 4 5 2) "=<") list:sort (0 2 4 5)}] - [ a r:Fact; r:gives {((0 4 5 2) ">=") list:sort (5 4 2 0)}] - skolem:lemma6470 - skolem:lemma6471 - [ a r:Fact; r:gives {(5420 245) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4449 a r:Inference; - r:gives { - 453 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {453 math:notEqualTo 0}] - skolem:lemma6785 - [ a r:Fact; r:gives {((0 4 5 3) "=<") list:sort (0 3 4 5)}] - [ a r:Fact; r:gives {((0 4 5 3) ">=") list:sort (5 4 3 0)}] - skolem:lemma6626 - skolem:lemma6627 - [ a r:Fact; r:gives {(5430 345) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4450 a r:Inference; - r:gives { - 454 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {454 math:notEqualTo 0}] - skolem:lemma6786 - [ a r:Fact; r:gives {((0 4 5 4) "=<") list:sort (0 4 4 5)}] - [ a r:Fact; r:gives {((0 4 5 4) ">=") list:sort (5 4 4 0)}] - skolem:lemma6768 - skolem:lemma6769 - [ a r:Fact; r:gives {(5440 445) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4451 a r:Inference; - r:gives { - 455 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {455 math:notEqualTo 0}] - skolem:lemma6787 - [ a r:Fact; r:gives {((0 4 5 5) "=<") list:sort (0 4 5 5)}] - [ a r:Fact; r:gives {((0 4 5 5) ">=") list:sort (5 5 4 0)}] - skolem:lemma6788 - skolem:lemma6789 - [ a r:Fact; r:gives {(5540 455) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4452 a r:Inference; - r:gives { - 456 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {456 math:notEqualTo 0}] - skolem:lemma6790 - [ a r:Fact; r:gives {((0 4 5 6) "=<") list:sort (0 4 5 6)}] - [ a r:Fact; r:gives {((0 4 5 6) ">=") list:sort (6 5 4 0)}] - skolem:lemma6791 - skolem:lemma6792 - [ a r:Fact; r:gives {(6540 456) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4453 a r:Inference; - r:gives { - 457 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {457 math:notEqualTo 0}] - skolem:lemma6793 - [ a r:Fact; r:gives {((0 4 5 7) "=<") list:sort (0 4 5 7)}] - [ a r:Fact; r:gives {((0 4 5 7) ">=") list:sort (7 5 4 0)}] - skolem:lemma6794 - skolem:lemma6795 - [ a r:Fact; r:gives {(7540 457) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4454 a r:Inference; - r:gives { - 458 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {458 math:notEqualTo 0}] - skolem:lemma6796 - [ a r:Fact; r:gives {((0 4 5 8) "=<") list:sort (0 4 5 8)}] - [ a r:Fact; r:gives {((0 4 5 8) ">=") list:sort (8 5 4 0)}] - skolem:lemma6797 - skolem:lemma6798 - [ a r:Fact; r:gives {(8540 458) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4455 a r:Inference; - r:gives { - 459 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {459 math:notEqualTo 0}] - skolem:lemma6799 - [ a r:Fact; r:gives {((0 4 5 9) "=<") list:sort (0 4 5 9)}] - [ a r:Fact; r:gives {((0 4 5 9) ">=") list:sort (9 5 4 0)}] - skolem:lemma6800 - skolem:lemma6801 - [ a r:Fact; r:gives {(9540 459) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4456 a r:Inference; - r:gives { - 460 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {460 math:notEqualTo 0}] - skolem:lemma6802 - [ a r:Fact; r:gives {((0 4 6 0) "=<") list:sort (0 0 4 6)}] - [ a r:Fact; r:gives {((0 4 6 0) ">=") list:sort (6 4 0 0)}] - skolem:lemma6111 - skolem:lemma6112 - [ a r:Fact; r:gives {(6400 46) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4457 a r:Inference; - r:gives { - 461 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {461 math:notEqualTo 0}] - skolem:lemma6803 - [ a r:Fact; r:gives {((0 4 6 1) "=<") list:sort (0 1 4 6)}] - [ a r:Fact; r:gives {((0 4 6 1) ">=") list:sort (6 4 1 0)}] - skolem:lemma6301 - skolem:lemma6302 - [ a r:Fact; r:gives {(6410 146) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4458 a r:Inference; - r:gives { - 462 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {462 math:notEqualTo 0}] - skolem:lemma6804 - [ a r:Fact; r:gives {((0 4 6 2) "=<") list:sort (0 2 4 6)}] - [ a r:Fact; r:gives {((0 4 6 2) ">=") list:sort (6 4 2 0)}] - skolem:lemma6473 - skolem:lemma6474 - [ a r:Fact; r:gives {(6420 246) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4459 a r:Inference; - r:gives { - 463 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {463 math:notEqualTo 0}] - skolem:lemma6805 - [ a r:Fact; r:gives {((0 4 6 3) "=<") list:sort (0 3 4 6)}] - [ a r:Fact; r:gives {((0 4 6 3) ">=") list:sort (6 4 3 0)}] - skolem:lemma6629 - skolem:lemma6630 - [ a r:Fact; r:gives {(6430 346) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4460 a r:Inference; - r:gives { - 464 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {464 math:notEqualTo 0}] - skolem:lemma6806 - [ a r:Fact; r:gives {((0 4 6 4) "=<") list:sort (0 4 4 6)}] - [ a r:Fact; r:gives {((0 4 6 4) ">=") list:sort (6 4 4 0)}] - skolem:lemma6771 - skolem:lemma6772 - [ a r:Fact; r:gives {(6440 446) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4461 a r:Inference; - r:gives { - 465 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {465 math:notEqualTo 0}] - skolem:lemma6807 - [ a r:Fact; r:gives {((0 4 6 5) "=<") list:sort (0 4 5 6)}] - [ a r:Fact; r:gives {((0 4 6 5) ">=") list:sort (6 5 4 0)}] - skolem:lemma6791 - skolem:lemma6792 - [ a r:Fact; r:gives {(6540 456) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4462 a r:Inference; - r:gives { - 466 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {466 math:notEqualTo 0}] - skolem:lemma6808 - [ a r:Fact; r:gives {((0 4 6 6) "=<") list:sort (0 4 6 6)}] - [ a r:Fact; r:gives {((0 4 6 6) ">=") list:sort (6 6 4 0)}] - skolem:lemma6809 - skolem:lemma6810 - [ a r:Fact; r:gives {(6640 466) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4463 a r:Inference; - r:gives { - 467 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {467 math:notEqualTo 0}] - skolem:lemma6811 - [ a r:Fact; r:gives {((0 4 6 7) "=<") list:sort (0 4 6 7)}] - [ a r:Fact; r:gives {((0 4 6 7) ">=") list:sort (7 6 4 0)}] - skolem:lemma6812 - skolem:lemma6813 - [ a r:Fact; r:gives {(7640 467) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4464 a r:Inference; - r:gives { - 468 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {468 math:notEqualTo 0}] - skolem:lemma6814 - [ a r:Fact; r:gives {((0 4 6 8) "=<") list:sort (0 4 6 8)}] - [ a r:Fact; r:gives {((0 4 6 8) ">=") list:sort (8 6 4 0)}] - skolem:lemma6815 - skolem:lemma6816 - [ a r:Fact; r:gives {(8640 468) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4465 a r:Inference; - r:gives { - 469 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {469 math:notEqualTo 0}] - skolem:lemma6817 - [ a r:Fact; r:gives {((0 4 6 9) "=<") list:sort (0 4 6 9)}] - [ a r:Fact; r:gives {((0 4 6 9) ">=") list:sort (9 6 4 0)}] - skolem:lemma6818 - skolem:lemma6819 - [ a r:Fact; r:gives {(9640 469) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4466 a r:Inference; - r:gives { - 470 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {470 math:notEqualTo 0}] - skolem:lemma6820 - [ a r:Fact; r:gives {((0 4 7 0) "=<") list:sort (0 0 4 7)}] - [ a r:Fact; r:gives {((0 4 7 0) ">=") list:sort (7 4 0 0)}] - skolem:lemma6114 - skolem:lemma6115 - [ a r:Fact; r:gives {(7400 47) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4467 a r:Inference; - r:gives { - 471 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {471 math:notEqualTo 0}] - skolem:lemma6821 - [ a r:Fact; r:gives {((0 4 7 1) "=<") list:sort (0 1 4 7)}] - [ a r:Fact; r:gives {((0 4 7 1) ">=") list:sort (7 4 1 0)}] - skolem:lemma6304 - skolem:lemma6305 - [ a r:Fact; r:gives {(7410 147) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4468 a r:Inference; - r:gives { - 472 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {472 math:notEqualTo 0}] - skolem:lemma6822 - [ a r:Fact; r:gives {((0 4 7 2) "=<") list:sort (0 2 4 7)}] - [ a r:Fact; r:gives {((0 4 7 2) ">=") list:sort (7 4 2 0)}] - skolem:lemma6476 - skolem:lemma6477 - [ a r:Fact; r:gives {(7420 247) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4469 a r:Inference; - r:gives { - 473 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {473 math:notEqualTo 0}] - skolem:lemma6823 - [ a r:Fact; r:gives {((0 4 7 3) "=<") list:sort (0 3 4 7)}] - [ a r:Fact; r:gives {((0 4 7 3) ">=") list:sort (7 4 3 0)}] - skolem:lemma6632 - skolem:lemma6633 - [ a r:Fact; r:gives {(7430 347) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4470 a r:Inference; - r:gives { - 474 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {474 math:notEqualTo 0}] - skolem:lemma6824 - [ a r:Fact; r:gives {((0 4 7 4) "=<") list:sort (0 4 4 7)}] - [ a r:Fact; r:gives {((0 4 7 4) ">=") list:sort (7 4 4 0)}] - skolem:lemma6774 - skolem:lemma6775 - [ a r:Fact; r:gives {(7440 447) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4471 a r:Inference; - r:gives { - 475 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {475 math:notEqualTo 0}] - skolem:lemma6825 - [ a r:Fact; r:gives {((0 4 7 5) "=<") list:sort (0 4 5 7)}] - [ a r:Fact; r:gives {((0 4 7 5) ">=") list:sort (7 5 4 0)}] - skolem:lemma6794 - skolem:lemma6795 - [ a r:Fact; r:gives {(7540 457) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4472 a r:Inference; - r:gives { - 476 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {476 math:notEqualTo 0}] - skolem:lemma6826 - [ a r:Fact; r:gives {((0 4 7 6) "=<") list:sort (0 4 6 7)}] - [ a r:Fact; r:gives {((0 4 7 6) ">=") list:sort (7 6 4 0)}] - skolem:lemma6812 - skolem:lemma6813 - [ a r:Fact; r:gives {(7640 467) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4473 a r:Inference; - r:gives { - 477 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {477 math:notEqualTo 0}] - skolem:lemma6827 - [ a r:Fact; r:gives {((0 4 7 7) "=<") list:sort (0 4 7 7)}] - [ a r:Fact; r:gives {((0 4 7 7) ">=") list:sort (7 7 4 0)}] - skolem:lemma6828 - skolem:lemma6829 - [ a r:Fact; r:gives {(7740 477) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4474 a r:Inference; - r:gives { - 478 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {478 math:notEqualTo 0}] - skolem:lemma6830 - [ a r:Fact; r:gives {((0 4 7 8) "=<") list:sort (0 4 7 8)}] - [ a r:Fact; r:gives {((0 4 7 8) ">=") list:sort (8 7 4 0)}] - skolem:lemma6831 - skolem:lemma6832 - [ a r:Fact; r:gives {(8740 478) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4475 a r:Inference; - r:gives { - 479 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {479 math:notEqualTo 0}] - skolem:lemma6833 - [ a r:Fact; r:gives {((0 4 7 9) "=<") list:sort (0 4 7 9)}] - [ a r:Fact; r:gives {((0 4 7 9) ">=") list:sort (9 7 4 0)}] - skolem:lemma6834 - skolem:lemma6835 - [ a r:Fact; r:gives {(9740 479) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4476 a r:Inference; - r:gives { - 480 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {480 math:notEqualTo 0}] - skolem:lemma6836 - [ a r:Fact; r:gives {((0 4 8 0) "=<") list:sort (0 0 4 8)}] - [ a r:Fact; r:gives {((0 4 8 0) ">=") list:sort (8 4 0 0)}] - skolem:lemma6117 - skolem:lemma6118 - [ a r:Fact; r:gives {(8400 48) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4477 a r:Inference; - r:gives { - 481 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {481 math:notEqualTo 0}] - skolem:lemma6837 - [ a r:Fact; r:gives {((0 4 8 1) "=<") list:sort (0 1 4 8)}] - [ a r:Fact; r:gives {((0 4 8 1) ">=") list:sort (8 4 1 0)}] - skolem:lemma6307 - skolem:lemma6308 - [ a r:Fact; r:gives {(8410 148) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4478 a r:Inference; - r:gives { - 482 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {482 math:notEqualTo 0}] - skolem:lemma6838 - [ a r:Fact; r:gives {((0 4 8 2) "=<") list:sort (0 2 4 8)}] - [ a r:Fact; r:gives {((0 4 8 2) ">=") list:sort (8 4 2 0)}] - skolem:lemma6479 - skolem:lemma6480 - [ a r:Fact; r:gives {(8420 248) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4479 a r:Inference; - r:gives { - 483 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {483 math:notEqualTo 0}] - skolem:lemma6839 - [ a r:Fact; r:gives {((0 4 8 3) "=<") list:sort (0 3 4 8)}] - [ a r:Fact; r:gives {((0 4 8 3) ">=") list:sort (8 4 3 0)}] - skolem:lemma6635 - skolem:lemma6636 - [ a r:Fact; r:gives {(8430 348) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4480 a r:Inference; - r:gives { - 484 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {484 math:notEqualTo 0}] - skolem:lemma6840 - [ a r:Fact; r:gives {((0 4 8 4) "=<") list:sort (0 4 4 8)}] - [ a r:Fact; r:gives {((0 4 8 4) ">=") list:sort (8 4 4 0)}] - skolem:lemma6777 - skolem:lemma6778 - [ a r:Fact; r:gives {(8440 448) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4481 a r:Inference; - r:gives { - 485 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {485 math:notEqualTo 0}] - skolem:lemma6841 - [ a r:Fact; r:gives {((0 4 8 5) "=<") list:sort (0 4 5 8)}] - [ a r:Fact; r:gives {((0 4 8 5) ">=") list:sort (8 5 4 0)}] - skolem:lemma6797 - skolem:lemma6798 - [ a r:Fact; r:gives {(8540 458) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4482 a r:Inference; - r:gives { - 486 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {486 math:notEqualTo 0}] - skolem:lemma6842 - [ a r:Fact; r:gives {((0 4 8 6) "=<") list:sort (0 4 6 8)}] - [ a r:Fact; r:gives {((0 4 8 6) ">=") list:sort (8 6 4 0)}] - skolem:lemma6815 - skolem:lemma6816 - [ a r:Fact; r:gives {(8640 468) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4483 a r:Inference; - r:gives { - 487 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {487 math:notEqualTo 0}] - skolem:lemma6843 - [ a r:Fact; r:gives {((0 4 8 7) "=<") list:sort (0 4 7 8)}] - [ a r:Fact; r:gives {((0 4 8 7) ">=") list:sort (8 7 4 0)}] - skolem:lemma6831 - skolem:lemma6832 - [ a r:Fact; r:gives {(8740 478) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4484 a r:Inference; - r:gives { - 488 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {488 math:notEqualTo 0}] - skolem:lemma6844 - [ a r:Fact; r:gives {((0 4 8 8) "=<") list:sort (0 4 8 8)}] - [ a r:Fact; r:gives {((0 4 8 8) ">=") list:sort (8 8 4 0)}] - skolem:lemma6845 - skolem:lemma6846 - [ a r:Fact; r:gives {(8840 488) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4485 a r:Inference; - r:gives { - 489 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {489 math:notEqualTo 0}] - skolem:lemma6847 - [ a r:Fact; r:gives {((0 4 8 9) "=<") list:sort (0 4 8 9)}] - [ a r:Fact; r:gives {((0 4 8 9) ">=") list:sort (9 8 4 0)}] - skolem:lemma6848 - skolem:lemma6849 - [ a r:Fact; r:gives {(9840 489) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4486 a r:Inference; - r:gives { - 490 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {490 math:notEqualTo 0}] - skolem:lemma6850 - [ a r:Fact; r:gives {((0 4 9 0) "=<") list:sort (0 0 4 9)}] - [ a r:Fact; r:gives {((0 4 9 0) ">=") list:sort (9 4 0 0)}] - skolem:lemma6120 - skolem:lemma6121 - [ a r:Fact; r:gives {(9400 49) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4487 a r:Inference; - r:gives { - 491 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {491 math:notEqualTo 0}] - skolem:lemma6851 - [ a r:Fact; r:gives {((0 4 9 1) "=<") list:sort (0 1 4 9)}] - [ a r:Fact; r:gives {((0 4 9 1) ">=") list:sort (9 4 1 0)}] - skolem:lemma6310 - skolem:lemma6311 - [ a r:Fact; r:gives {(9410 149) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4488 a r:Inference; - r:gives { - 492 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {492 math:notEqualTo 0}] - skolem:lemma6852 - [ a r:Fact; r:gives {((0 4 9 2) "=<") list:sort (0 2 4 9)}] - [ a r:Fact; r:gives {((0 4 9 2) ">=") list:sort (9 4 2 0)}] - skolem:lemma6482 - skolem:lemma6483 - [ a r:Fact; r:gives {(9420 249) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4489 a r:Inference; - r:gives { - 493 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {493 math:notEqualTo 0}] - skolem:lemma6853 - [ a r:Fact; r:gives {((0 4 9 3) "=<") list:sort (0 3 4 9)}] - [ a r:Fact; r:gives {((0 4 9 3) ">=") list:sort (9 4 3 0)}] - skolem:lemma6638 - skolem:lemma6639 - [ a r:Fact; r:gives {(9430 349) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4490 a r:Inference; - r:gives { - 494 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {494 math:notEqualTo 0}] - skolem:lemma6854 - [ a r:Fact; r:gives {((0 4 9 4) "=<") list:sort (0 4 4 9)}] - [ a r:Fact; r:gives {((0 4 9 4) ">=") list:sort (9 4 4 0)}] - skolem:lemma6780 - skolem:lemma6781 - [ a r:Fact; r:gives {(9440 449) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4491 a r:Inference; - r:gives { - 495 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {495 math:notEqualTo 0}] - skolem:lemma6855 - [ a r:Fact; r:gives {((0 4 9 5) "=<") list:sort (0 4 5 9)}] - [ a r:Fact; r:gives {((0 4 9 5) ">=") list:sort (9 5 4 0)}] - skolem:lemma6800 - skolem:lemma6801 - [ a r:Fact; r:gives {(9540 459) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4492 a r:Inference; - r:gives { - 496 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {496 math:notEqualTo 0}] - skolem:lemma6856 - [ a r:Fact; r:gives {((0 4 9 6) "=<") list:sort (0 4 6 9)}] - [ a r:Fact; r:gives {((0 4 9 6) ">=") list:sort (9 6 4 0)}] - skolem:lemma6818 - skolem:lemma6819 - [ a r:Fact; r:gives {(9640 469) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4493 a r:Inference; - r:gives { - 497 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {497 math:notEqualTo 0}] - skolem:lemma6857 - [ a r:Fact; r:gives {((0 4 9 7) "=<") list:sort (0 4 7 9)}] - [ a r:Fact; r:gives {((0 4 9 7) ">=") list:sort (9 7 4 0)}] - skolem:lemma6834 - skolem:lemma6835 - [ a r:Fact; r:gives {(9740 479) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4494 a r:Inference; - r:gives { - 498 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {498 math:notEqualTo 0}] - skolem:lemma6858 - [ a r:Fact; r:gives {((0 4 9 8) "=<") list:sort (0 4 8 9)}] - [ a r:Fact; r:gives {((0 4 9 8) ">=") list:sort (9 8 4 0)}] - skolem:lemma6848 - skolem:lemma6849 - [ a r:Fact; r:gives {(9840 489) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4495 a r:Inference; - r:gives { - 499 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {499 math:notEqualTo 0}] - skolem:lemma6859 - [ a r:Fact; r:gives {((0 4 9 9) "=<") list:sort (0 4 9 9)}] - [ a r:Fact; r:gives {((0 4 9 9) ">=") list:sort (9 9 4 0)}] - skolem:lemma6860 - skolem:lemma6861 - [ a r:Fact; r:gives {(9940 499) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4496 a r:Inference; - r:gives { - 500 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {500 math:notEqualTo 0}] - skolem:lemma6862 - [ a r:Fact; r:gives {((0 5 0 0) "=<") list:sort (0 0 0 5)}] - [ a r:Fact; r:gives {((0 5 0 0) ">=") list:sort (5 0 0 0)}] - skolem:lemma6008 - skolem:lemma6009 - [ a r:Fact; r:gives {(5000 5) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4497 a r:Inference; - r:gives { - 501 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {501 math:notEqualTo 0}] - skolem:lemma6863 - [ a r:Fact; r:gives {((0 5 0 1) "=<") list:sort (0 0 1 5)}] - [ a r:Fact; r:gives {((0 5 0 1) ">=") list:sort (5 1 0 0)}] - skolem:lemma6036 - skolem:lemma6037 - [ a r:Fact; r:gives {(5100 15) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4498 a r:Inference; - r:gives { - 502 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {502 math:notEqualTo 0}] - skolem:lemma6864 - [ a r:Fact; r:gives {((0 5 0 2) "=<") list:sort (0 0 2 5)}] - [ a r:Fact; r:gives {((0 5 0 2) ">=") list:sort (5 2 0 0)}] - skolem:lemma6062 - skolem:lemma6063 - [ a r:Fact; r:gives {(5200 25) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4499 a r:Inference; - r:gives { - 503 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {503 math:notEqualTo 0}] - skolem:lemma6865 - [ a r:Fact; r:gives {((0 5 0 3) "=<") list:sort (0 0 3 5)}] - [ a r:Fact; r:gives {((0 5 0 3) ">=") list:sort (5 3 0 0)}] - skolem:lemma6086 - skolem:lemma6087 - [ a r:Fact; r:gives {(5300 35) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4500 a r:Inference; - r:gives { - 504 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {504 math:notEqualTo 0}] - skolem:lemma6866 - [ a r:Fact; r:gives {((0 5 0 4) "=<") list:sort (0 0 4 5)}] - [ a r:Fact; r:gives {((0 5 0 4) ">=") list:sort (5 4 0 0)}] - skolem:lemma6108 - skolem:lemma6109 - [ a r:Fact; r:gives {(5400 45) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4501 a r:Inference; - r:gives { - 505 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {505 math:notEqualTo 0}] - skolem:lemma6867 - [ a r:Fact; r:gives {((0 5 0 5) "=<") list:sort (0 0 5 5)}] - [ a r:Fact; r:gives {((0 5 0 5) ">=") list:sort (5 5 0 0)}] - skolem:lemma6128 - skolem:lemma6129 - [ a r:Fact; r:gives {(5500 55) math:difference 5445}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5445 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5445 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4502 a r:Inference; - r:gives { - 506 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {506 math:notEqualTo 0}] - skolem:lemma6868 - [ a r:Fact; r:gives {((0 5 0 6) "=<") list:sort (0 0 5 6)}] - [ a r:Fact; r:gives {((0 5 0 6) ">=") list:sort (6 5 0 0)}] - skolem:lemma6131 - skolem:lemma6132 - [ a r:Fact; r:gives {(6500 56) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4503 a r:Inference; - r:gives { - 507 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {507 math:notEqualTo 0}] - skolem:lemma6869 - [ a r:Fact; r:gives {((0 5 0 7) "=<") list:sort (0 0 5 7)}] - [ a r:Fact; r:gives {((0 5 0 7) ">=") list:sort (7 5 0 0)}] - skolem:lemma6134 - skolem:lemma6135 - [ a r:Fact; r:gives {(7500 57) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4504 a r:Inference; - r:gives { - 508 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {508 math:notEqualTo 0}] - skolem:lemma6870 - [ a r:Fact; r:gives {((0 5 0 8) "=<") list:sort (0 0 5 8)}] - [ a r:Fact; r:gives {((0 5 0 8) ">=") list:sort (8 5 0 0)}] - skolem:lemma6137 - skolem:lemma6138 - [ a r:Fact; r:gives {(8500 58) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4505 a r:Inference; - r:gives { - 509 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {509 math:notEqualTo 0}] - skolem:lemma6871 - [ a r:Fact; r:gives {((0 5 0 9) "=<") list:sort (0 0 5 9)}] - [ a r:Fact; r:gives {((0 5 0 9) ">=") list:sort (9 5 0 0)}] - skolem:lemma6140 - skolem:lemma6141 - [ a r:Fact; r:gives {(9500 59) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4506 a r:Inference; - r:gives { - 510 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {510 math:notEqualTo 0}] - skolem:lemma6872 - [ a r:Fact; r:gives {((0 5 1 0) "=<") list:sort (0 0 1 5)}] - [ a r:Fact; r:gives {((0 5 1 0) ">=") list:sort (5 1 0 0)}] - skolem:lemma6036 - skolem:lemma6037 - [ a r:Fact; r:gives {(5100 15) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4507 a r:Inference; - r:gives { - 511 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {511 math:notEqualTo 0}] - skolem:lemma6873 - [ a r:Fact; r:gives {((0 5 1 1) "=<") list:sort (0 1 1 5)}] - [ a r:Fact; r:gives {((0 5 1 1) ">=") list:sort (5 1 1 0)}] - skolem:lemma6226 - skolem:lemma6227 - [ a r:Fact; r:gives {(5110 115) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4508 a r:Inference; - r:gives { - 512 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {512 math:notEqualTo 0}] - skolem:lemma6874 - [ a r:Fact; r:gives {((0 5 1 2) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((0 5 1 2) ">=") list:sort (5 2 1 0)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4509 a r:Inference; - r:gives { - 513 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {513 math:notEqualTo 0}] - skolem:lemma6875 - [ a r:Fact; r:gives {((0 5 1 3) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((0 5 1 3) ">=") list:sort (5 3 1 0)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4510 a r:Inference; - r:gives { - 514 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {514 math:notEqualTo 0}] - skolem:lemma6876 - [ a r:Fact; r:gives {((0 5 1 4) "=<") list:sort (0 1 4 5)}] - [ a r:Fact; r:gives {((0 5 1 4) ">=") list:sort (5 4 1 0)}] - skolem:lemma6298 - skolem:lemma6299 - [ a r:Fact; r:gives {(5410 145) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4511 a r:Inference; - r:gives { - 515 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {515 math:notEqualTo 0}] - skolem:lemma6877 - [ a r:Fact; r:gives {((0 5 1 5) "=<") list:sort (0 1 5 5)}] - [ a r:Fact; r:gives {((0 5 1 5) ">=") list:sort (5 5 1 0)}] - skolem:lemma6318 - skolem:lemma6319 - [ a r:Fact; r:gives {(5510 155) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4512 a r:Inference; - r:gives { - 516 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {516 math:notEqualTo 0}] - skolem:lemma6878 - [ a r:Fact; r:gives {((0 5 1 6) "=<") list:sort (0 1 5 6)}] - [ a r:Fact; r:gives {((0 5 1 6) ">=") list:sort (6 5 1 0)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(6510 156) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4513 a r:Inference; - r:gives { - 517 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {517 math:notEqualTo 0}] - skolem:lemma6879 - [ a r:Fact; r:gives {((0 5 1 7) "=<") list:sort (0 1 5 7)}] - [ a r:Fact; r:gives {((0 5 1 7) ">=") list:sort (7 5 1 0)}] - skolem:lemma6324 - skolem:lemma6325 - [ a r:Fact; r:gives {(7510 157) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4514 a r:Inference; - r:gives { - 518 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {518 math:notEqualTo 0}] - skolem:lemma6880 - [ a r:Fact; r:gives {((0 5 1 8) "=<") list:sort (0 1 5 8)}] - [ a r:Fact; r:gives {((0 5 1 8) ">=") list:sort (8 5 1 0)}] - skolem:lemma6327 - skolem:lemma6328 - [ a r:Fact; r:gives {(8510 158) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4515 a r:Inference; - r:gives { - 519 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {519 math:notEqualTo 0}] - skolem:lemma6881 - [ a r:Fact; r:gives {((0 5 1 9) "=<") list:sort (0 1 5 9)}] - [ a r:Fact; r:gives {((0 5 1 9) ">=") list:sort (9 5 1 0)}] - skolem:lemma6330 - skolem:lemma6331 - [ a r:Fact; r:gives {(9510 159) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4516 a r:Inference; - r:gives { - 520 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {520 math:notEqualTo 0}] - skolem:lemma6882 - [ a r:Fact; r:gives {((0 5 2 0) "=<") list:sort (0 0 2 5)}] - [ a r:Fact; r:gives {((0 5 2 0) ">=") list:sort (5 2 0 0)}] - skolem:lemma6062 - skolem:lemma6063 - [ a r:Fact; r:gives {(5200 25) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4517 a r:Inference; - r:gives { - 521 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {521 math:notEqualTo 0}] - skolem:lemma6883 - [ a r:Fact; r:gives {((0 5 2 1) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((0 5 2 1) ">=") list:sort (5 2 1 0)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4518 a r:Inference; - r:gives { - 522 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {522 math:notEqualTo 0}] - skolem:lemma6884 - [ a r:Fact; r:gives {((0 5 2 2) "=<") list:sort (0 2 2 5)}] - [ a r:Fact; r:gives {((0 5 2 2) ">=") list:sort (5 2 2 0)}] - skolem:lemma6424 - skolem:lemma6425 - [ a r:Fact; r:gives {(5220 225) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4519 a r:Inference; - r:gives { - 523 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {523 math:notEqualTo 0}] - skolem:lemma6885 - [ a r:Fact; r:gives {((0 5 2 3) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((0 5 2 3) ">=") list:sort (5 3 2 0)}] - skolem:lemma6448 - skolem:lemma6449 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4520 a r:Inference; - r:gives { - 524 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {524 math:notEqualTo 0}] - skolem:lemma6886 - [ a r:Fact; r:gives {((0 5 2 4) "=<") list:sort (0 2 4 5)}] - [ a r:Fact; r:gives {((0 5 2 4) ">=") list:sort (5 4 2 0)}] - skolem:lemma6470 - skolem:lemma6471 - [ a r:Fact; r:gives {(5420 245) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4521 a r:Inference; - r:gives { - 525 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {525 math:notEqualTo 0}] - skolem:lemma6887 - [ a r:Fact; r:gives {((0 5 2 5) "=<") list:sort (0 2 5 5)}] - [ a r:Fact; r:gives {((0 5 2 5) ">=") list:sort (5 5 2 0)}] - skolem:lemma6490 - skolem:lemma6491 - [ a r:Fact; r:gives {(5520 255) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4522 a r:Inference; - r:gives { - 526 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {526 math:notEqualTo 0}] - skolem:lemma6888 - [ a r:Fact; r:gives {((0 5 2 6) "=<") list:sort (0 2 5 6)}] - [ a r:Fact; r:gives {((0 5 2 6) ">=") list:sort (6 5 2 0)}] - skolem:lemma6493 - skolem:lemma6494 - [ a r:Fact; r:gives {(6520 256) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4523 a r:Inference; - r:gives { - 527 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {527 math:notEqualTo 0}] - skolem:lemma6889 - [ a r:Fact; r:gives {((0 5 2 7) "=<") list:sort (0 2 5 7)}] - [ a r:Fact; r:gives {((0 5 2 7) ">=") list:sort (7 5 2 0)}] - skolem:lemma6496 - skolem:lemma6497 - [ a r:Fact; r:gives {(7520 257) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4524 a r:Inference; - r:gives { - 528 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {528 math:notEqualTo 0}] - skolem:lemma6890 - [ a r:Fact; r:gives {((0 5 2 8) "=<") list:sort (0 2 5 8)}] - [ a r:Fact; r:gives {((0 5 2 8) ">=") list:sort (8 5 2 0)}] - skolem:lemma6499 - skolem:lemma6500 - [ a r:Fact; r:gives {(8520 258) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4525 a r:Inference; - r:gives { - 529 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {529 math:notEqualTo 0}] - skolem:lemma6891 - [ a r:Fact; r:gives {((0 5 2 9) "=<") list:sort (0 2 5 9)}] - [ a r:Fact; r:gives {((0 5 2 9) ">=") list:sort (9 5 2 0)}] - skolem:lemma6502 - skolem:lemma6503 - [ a r:Fact; r:gives {(9520 259) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4526 a r:Inference; - r:gives { - 530 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {530 math:notEqualTo 0}] - skolem:lemma6892 - [ a r:Fact; r:gives {((0 5 3 0) "=<") list:sort (0 0 3 5)}] - [ a r:Fact; r:gives {((0 5 3 0) ">=") list:sort (5 3 0 0)}] - skolem:lemma6086 - skolem:lemma6087 - [ a r:Fact; r:gives {(5300 35) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4527 a r:Inference; - r:gives { - 531 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {531 math:notEqualTo 0}] - skolem:lemma6893 - [ a r:Fact; r:gives {((0 5 3 1) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((0 5 3 1) ">=") list:sort (5 3 1 0)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4528 a r:Inference; - r:gives { - 532 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {532 math:notEqualTo 0}] - skolem:lemma6894 - [ a r:Fact; r:gives {((0 5 3 2) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((0 5 3 2) ">=") list:sort (5 3 2 0)}] - skolem:lemma6448 - skolem:lemma6449 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4529 a r:Inference; - r:gives { - 533 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {533 math:notEqualTo 0}] - skolem:lemma6895 - [ a r:Fact; r:gives {((0 5 3 3) "=<") list:sort (0 3 3 5)}] - [ a r:Fact; r:gives {((0 5 3 3) ">=") list:sort (5 3 3 0)}] - skolem:lemma6604 - skolem:lemma6605 - [ a r:Fact; r:gives {(5330 335) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4530 a r:Inference; - r:gives { - 534 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {534 math:notEqualTo 0}] - skolem:lemma6896 - [ a r:Fact; r:gives {((0 5 3 4) "=<") list:sort (0 3 4 5)}] - [ a r:Fact; r:gives {((0 5 3 4) ">=") list:sort (5 4 3 0)}] - skolem:lemma6626 - skolem:lemma6627 - [ a r:Fact; r:gives {(5430 345) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4531 a r:Inference; - r:gives { - 535 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {535 math:notEqualTo 0}] - skolem:lemma6897 - [ a r:Fact; r:gives {((0 5 3 5) "=<") list:sort (0 3 5 5)}] - [ a r:Fact; r:gives {((0 5 3 5) ">=") list:sort (5 5 3 0)}] - skolem:lemma6646 - skolem:lemma6647 - [ a r:Fact; r:gives {(5530 355) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4532 a r:Inference; - r:gives { - 536 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {536 math:notEqualTo 0}] - skolem:lemma6898 - [ a r:Fact; r:gives {((0 5 3 6) "=<") list:sort (0 3 5 6)}] - [ a r:Fact; r:gives {((0 5 3 6) ">=") list:sort (6 5 3 0)}] - skolem:lemma6649 - skolem:lemma6650 - [ a r:Fact; r:gives {(6530 356) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4533 a r:Inference; - r:gives { - 537 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {537 math:notEqualTo 0}] - skolem:lemma6899 - [ a r:Fact; r:gives {((0 5 3 7) "=<") list:sort (0 3 5 7)}] - [ a r:Fact; r:gives {((0 5 3 7) ">=") list:sort (7 5 3 0)}] - skolem:lemma6652 - skolem:lemma6653 - [ a r:Fact; r:gives {(7530 357) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4534 a r:Inference; - r:gives { - 538 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {538 math:notEqualTo 0}] - skolem:lemma6900 - [ a r:Fact; r:gives {((0 5 3 8) "=<") list:sort (0 3 5 8)}] - [ a r:Fact; r:gives {((0 5 3 8) ">=") list:sort (8 5 3 0)}] - skolem:lemma6655 - skolem:lemma6656 - [ a r:Fact; r:gives {(8530 358) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4535 a r:Inference; - r:gives { - 539 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {539 math:notEqualTo 0}] - skolem:lemma6901 - [ a r:Fact; r:gives {((0 5 3 9) "=<") list:sort (0 3 5 9)}] - [ a r:Fact; r:gives {((0 5 3 9) ">=") list:sort (9 5 3 0)}] - skolem:lemma6658 - skolem:lemma6659 - [ a r:Fact; r:gives {(9530 359) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4536 a r:Inference; - r:gives { - 540 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {540 math:notEqualTo 0}] - skolem:lemma6902 - [ a r:Fact; r:gives {((0 5 4 0) "=<") list:sort (0 0 4 5)}] - [ a r:Fact; r:gives {((0 5 4 0) ">=") list:sort (5 4 0 0)}] - skolem:lemma6108 - skolem:lemma6109 - [ a r:Fact; r:gives {(5400 45) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4537 a r:Inference; - r:gives { - 541 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {541 math:notEqualTo 0}] - skolem:lemma6903 - [ a r:Fact; r:gives {((0 5 4 1) "=<") list:sort (0 1 4 5)}] - [ a r:Fact; r:gives {((0 5 4 1) ">=") list:sort (5 4 1 0)}] - skolem:lemma6298 - skolem:lemma6299 - [ a r:Fact; r:gives {(5410 145) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4538 a r:Inference; - r:gives { - 542 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {542 math:notEqualTo 0}] - skolem:lemma6904 - [ a r:Fact; r:gives {((0 5 4 2) "=<") list:sort (0 2 4 5)}] - [ a r:Fact; r:gives {((0 5 4 2) ">=") list:sort (5 4 2 0)}] - skolem:lemma6470 - skolem:lemma6471 - [ a r:Fact; r:gives {(5420 245) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4539 a r:Inference; - r:gives { - 543 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {543 math:notEqualTo 0}] - skolem:lemma6905 - [ a r:Fact; r:gives {((0 5 4 3) "=<") list:sort (0 3 4 5)}] - [ a r:Fact; r:gives {((0 5 4 3) ">=") list:sort (5 4 3 0)}] - skolem:lemma6626 - skolem:lemma6627 - [ a r:Fact; r:gives {(5430 345) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4540 a r:Inference; - r:gives { - 544 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {544 math:notEqualTo 0}] - skolem:lemma6906 - [ a r:Fact; r:gives {((0 5 4 4) "=<") list:sort (0 4 4 5)}] - [ a r:Fact; r:gives {((0 5 4 4) ">=") list:sort (5 4 4 0)}] - skolem:lemma6768 - skolem:lemma6769 - [ a r:Fact; r:gives {(5440 445) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4541 a r:Inference; - r:gives { - 545 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {545 math:notEqualTo 0}] - skolem:lemma6907 - [ a r:Fact; r:gives {((0 5 4 5) "=<") list:sort (0 4 5 5)}] - [ a r:Fact; r:gives {((0 5 4 5) ">=") list:sort (5 5 4 0)}] - skolem:lemma6788 - skolem:lemma6789 - [ a r:Fact; r:gives {(5540 455) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4542 a r:Inference; - r:gives { - 546 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {546 math:notEqualTo 0}] - skolem:lemma6908 - [ a r:Fact; r:gives {((0 5 4 6) "=<") list:sort (0 4 5 6)}] - [ a r:Fact; r:gives {((0 5 4 6) ">=") list:sort (6 5 4 0)}] - skolem:lemma6791 - skolem:lemma6792 - [ a r:Fact; r:gives {(6540 456) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4543 a r:Inference; - r:gives { - 547 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {547 math:notEqualTo 0}] - skolem:lemma6909 - [ a r:Fact; r:gives {((0 5 4 7) "=<") list:sort (0 4 5 7)}] - [ a r:Fact; r:gives {((0 5 4 7) ">=") list:sort (7 5 4 0)}] - skolem:lemma6794 - skolem:lemma6795 - [ a r:Fact; r:gives {(7540 457) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4544 a r:Inference; - r:gives { - 548 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {548 math:notEqualTo 0}] - skolem:lemma6910 - [ a r:Fact; r:gives {((0 5 4 8) "=<") list:sort (0 4 5 8)}] - [ a r:Fact; r:gives {((0 5 4 8) ">=") list:sort (8 5 4 0)}] - skolem:lemma6797 - skolem:lemma6798 - [ a r:Fact; r:gives {(8540 458) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4545 a r:Inference; - r:gives { - 549 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {549 math:notEqualTo 0}] - skolem:lemma6911 - [ a r:Fact; r:gives {((0 5 4 9) "=<") list:sort (0 4 5 9)}] - [ a r:Fact; r:gives {((0 5 4 9) ">=") list:sort (9 5 4 0)}] - skolem:lemma6800 - skolem:lemma6801 - [ a r:Fact; r:gives {(9540 459) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4546 a r:Inference; - r:gives { - 550 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {550 math:notEqualTo 0}] - skolem:lemma6912 - [ a r:Fact; r:gives {((0 5 5 0) "=<") list:sort (0 0 5 5)}] - [ a r:Fact; r:gives {((0 5 5 0) ">=") list:sort (5 5 0 0)}] - skolem:lemma6128 - skolem:lemma6129 - [ a r:Fact; r:gives {(5500 55) math:difference 5445}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5445 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5445 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4547 a r:Inference; - r:gives { - 551 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {551 math:notEqualTo 0}] - skolem:lemma6913 - [ a r:Fact; r:gives {((0 5 5 1) "=<") list:sort (0 1 5 5)}] - [ a r:Fact; r:gives {((0 5 5 1) ">=") list:sort (5 5 1 0)}] - skolem:lemma6318 - skolem:lemma6319 - [ a r:Fact; r:gives {(5510 155) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4548 a r:Inference; - r:gives { - 552 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {552 math:notEqualTo 0}] - skolem:lemma6914 - [ a r:Fact; r:gives {((0 5 5 2) "=<") list:sort (0 2 5 5)}] - [ a r:Fact; r:gives {((0 5 5 2) ">=") list:sort (5 5 2 0)}] - skolem:lemma6490 - skolem:lemma6491 - [ a r:Fact; r:gives {(5520 255) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4549 a r:Inference; - r:gives { - 553 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {553 math:notEqualTo 0}] - skolem:lemma6915 - [ a r:Fact; r:gives {((0 5 5 3) "=<") list:sort (0 3 5 5)}] - [ a r:Fact; r:gives {((0 5 5 3) ">=") list:sort (5 5 3 0)}] - skolem:lemma6646 - skolem:lemma6647 - [ a r:Fact; r:gives {(5530 355) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4550 a r:Inference; - r:gives { - 554 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {554 math:notEqualTo 0}] - skolem:lemma6916 - [ a r:Fact; r:gives {((0 5 5 4) "=<") list:sort (0 4 5 5)}] - [ a r:Fact; r:gives {((0 5 5 4) ">=") list:sort (5 5 4 0)}] - skolem:lemma6788 - skolem:lemma6789 - [ a r:Fact; r:gives {(5540 455) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4551 a r:Inference; - r:gives { - 555 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {555 math:notEqualTo 0}] - skolem:lemma6917 - [ a r:Fact; r:gives {((0 5 5 5) "=<") list:sort (0 5 5 5)}] - [ a r:Fact; r:gives {((0 5 5 5) ">=") list:sort (5 5 5 0)}] - skolem:lemma6918 - skolem:lemma6919 - [ a r:Fact; r:gives {(5550 555) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4552 a r:Inference; - r:gives { - 556 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {556 math:notEqualTo 0}] - skolem:lemma6920 - [ a r:Fact; r:gives {((0 5 5 6) "=<") list:sort (0 5 5 6)}] - [ a r:Fact; r:gives {((0 5 5 6) ">=") list:sort (6 5 5 0)}] - skolem:lemma6921 - skolem:lemma6922 - [ a r:Fact; r:gives {(6550 556) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4553 a r:Inference; - r:gives { - 557 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {557 math:notEqualTo 0}] - skolem:lemma6923 - [ a r:Fact; r:gives {((0 5 5 7) "=<") list:sort (0 5 5 7)}] - [ a r:Fact; r:gives {((0 5 5 7) ">=") list:sort (7 5 5 0)}] - skolem:lemma6924 - skolem:lemma6925 - [ a r:Fact; r:gives {(7550 557) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4554 a r:Inference; - r:gives { - 558 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {558 math:notEqualTo 0}] - skolem:lemma6926 - [ a r:Fact; r:gives {((0 5 5 8) "=<") list:sort (0 5 5 8)}] - [ a r:Fact; r:gives {((0 5 5 8) ">=") list:sort (8 5 5 0)}] - skolem:lemma6927 - skolem:lemma6928 - [ a r:Fact; r:gives {(8550 558) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4555 a r:Inference; - r:gives { - 559 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {559 math:notEqualTo 0}] - skolem:lemma6929 - [ a r:Fact; r:gives {((0 5 5 9) "=<") list:sort (0 5 5 9)}] - [ a r:Fact; r:gives {((0 5 5 9) ">=") list:sort (9 5 5 0)}] - skolem:lemma6930 - skolem:lemma6931 - [ a r:Fact; r:gives {(9550 559) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4556 a r:Inference; - r:gives { - 560 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {560 math:notEqualTo 0}] - skolem:lemma6932 - [ a r:Fact; r:gives {((0 5 6 0) "=<") list:sort (0 0 5 6)}] - [ a r:Fact; r:gives {((0 5 6 0) ">=") list:sort (6 5 0 0)}] - skolem:lemma6131 - skolem:lemma6132 - [ a r:Fact; r:gives {(6500 56) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4557 a r:Inference; - r:gives { - 561 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {561 math:notEqualTo 0}] - skolem:lemma6933 - [ a r:Fact; r:gives {((0 5 6 1) "=<") list:sort (0 1 5 6)}] - [ a r:Fact; r:gives {((0 5 6 1) ">=") list:sort (6 5 1 0)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(6510 156) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4558 a r:Inference; - r:gives { - 562 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {562 math:notEqualTo 0}] - skolem:lemma6934 - [ a r:Fact; r:gives {((0 5 6 2) "=<") list:sort (0 2 5 6)}] - [ a r:Fact; r:gives {((0 5 6 2) ">=") list:sort (6 5 2 0)}] - skolem:lemma6493 - skolem:lemma6494 - [ a r:Fact; r:gives {(6520 256) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4559 a r:Inference; - r:gives { - 563 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {563 math:notEqualTo 0}] - skolem:lemma6935 - [ a r:Fact; r:gives {((0 5 6 3) "=<") list:sort (0 3 5 6)}] - [ a r:Fact; r:gives {((0 5 6 3) ">=") list:sort (6 5 3 0)}] - skolem:lemma6649 - skolem:lemma6650 - [ a r:Fact; r:gives {(6530 356) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4560 a r:Inference; - r:gives { - 564 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {564 math:notEqualTo 0}] - skolem:lemma6936 - [ a r:Fact; r:gives {((0 5 6 4) "=<") list:sort (0 4 5 6)}] - [ a r:Fact; r:gives {((0 5 6 4) ">=") list:sort (6 5 4 0)}] - skolem:lemma6791 - skolem:lemma6792 - [ a r:Fact; r:gives {(6540 456) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4561 a r:Inference; - r:gives { - 565 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {565 math:notEqualTo 0}] - skolem:lemma6937 - [ a r:Fact; r:gives {((0 5 6 5) "=<") list:sort (0 5 5 6)}] - [ a r:Fact; r:gives {((0 5 6 5) ">=") list:sort (6 5 5 0)}] - skolem:lemma6921 - skolem:lemma6922 - [ a r:Fact; r:gives {(6550 556) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4562 a r:Inference; - r:gives { - 566 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {566 math:notEqualTo 0}] - skolem:lemma6938 - [ a r:Fact; r:gives {((0 5 6 6) "=<") list:sort (0 5 6 6)}] - [ a r:Fact; r:gives {((0 5 6 6) ">=") list:sort (6 6 5 0)}] - skolem:lemma6939 - skolem:lemma6940 - [ a r:Fact; r:gives {(6650 566) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4563 a r:Inference; - r:gives { - 567 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {567 math:notEqualTo 0}] - skolem:lemma6941 - [ a r:Fact; r:gives {((0 5 6 7) "=<") list:sort (0 5 6 7)}] - [ a r:Fact; r:gives {((0 5 6 7) ">=") list:sort (7 6 5 0)}] - skolem:lemma6942 - skolem:lemma6943 - [ a r:Fact; r:gives {(7650 567) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4564 a r:Inference; - r:gives { - 568 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {568 math:notEqualTo 0}] - skolem:lemma6944 - [ a r:Fact; r:gives {((0 5 6 8) "=<") list:sort (0 5 6 8)}] - [ a r:Fact; r:gives {((0 5 6 8) ">=") list:sort (8 6 5 0)}] - skolem:lemma6945 - skolem:lemma6946 - [ a r:Fact; r:gives {(8650 568) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4565 a r:Inference; - r:gives { - 569 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {569 math:notEqualTo 0}] - skolem:lemma6947 - [ a r:Fact; r:gives {((0 5 6 9) "=<") list:sort (0 5 6 9)}] - [ a r:Fact; r:gives {((0 5 6 9) ">=") list:sort (9 6 5 0)}] - skolem:lemma6948 - skolem:lemma6949 - [ a r:Fact; r:gives {(9650 569) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4566 a r:Inference; - r:gives { - 570 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {570 math:notEqualTo 0}] - skolem:lemma6950 - [ a r:Fact; r:gives {((0 5 7 0) "=<") list:sort (0 0 5 7)}] - [ a r:Fact; r:gives {((0 5 7 0) ">=") list:sort (7 5 0 0)}] - skolem:lemma6134 - skolem:lemma6135 - [ a r:Fact; r:gives {(7500 57) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4567 a r:Inference; - r:gives { - 571 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {571 math:notEqualTo 0}] - skolem:lemma6951 - [ a r:Fact; r:gives {((0 5 7 1) "=<") list:sort (0 1 5 7)}] - [ a r:Fact; r:gives {((0 5 7 1) ">=") list:sort (7 5 1 0)}] - skolem:lemma6324 - skolem:lemma6325 - [ a r:Fact; r:gives {(7510 157) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4568 a r:Inference; - r:gives { - 572 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {572 math:notEqualTo 0}] - skolem:lemma6952 - [ a r:Fact; r:gives {((0 5 7 2) "=<") list:sort (0 2 5 7)}] - [ a r:Fact; r:gives {((0 5 7 2) ">=") list:sort (7 5 2 0)}] - skolem:lemma6496 - skolem:lemma6497 - [ a r:Fact; r:gives {(7520 257) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4569 a r:Inference; - r:gives { - 573 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {573 math:notEqualTo 0}] - skolem:lemma6953 - [ a r:Fact; r:gives {((0 5 7 3) "=<") list:sort (0 3 5 7)}] - [ a r:Fact; r:gives {((0 5 7 3) ">=") list:sort (7 5 3 0)}] - skolem:lemma6652 - skolem:lemma6653 - [ a r:Fact; r:gives {(7530 357) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4570 a r:Inference; - r:gives { - 574 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {574 math:notEqualTo 0}] - skolem:lemma6954 - [ a r:Fact; r:gives {((0 5 7 4) "=<") list:sort (0 4 5 7)}] - [ a r:Fact; r:gives {((0 5 7 4) ">=") list:sort (7 5 4 0)}] - skolem:lemma6794 - skolem:lemma6795 - [ a r:Fact; r:gives {(7540 457) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4571 a r:Inference; - r:gives { - 575 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {575 math:notEqualTo 0}] - skolem:lemma6955 - [ a r:Fact; r:gives {((0 5 7 5) "=<") list:sort (0 5 5 7)}] - [ a r:Fact; r:gives {((0 5 7 5) ">=") list:sort (7 5 5 0)}] - skolem:lemma6924 - skolem:lemma6925 - [ a r:Fact; r:gives {(7550 557) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4572 a r:Inference; - r:gives { - 576 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {576 math:notEqualTo 0}] - skolem:lemma6956 - [ a r:Fact; r:gives {((0 5 7 6) "=<") list:sort (0 5 6 7)}] - [ a r:Fact; r:gives {((0 5 7 6) ">=") list:sort (7 6 5 0)}] - skolem:lemma6942 - skolem:lemma6943 - [ a r:Fact; r:gives {(7650 567) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4573 a r:Inference; - r:gives { - 577 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {577 math:notEqualTo 0}] - skolem:lemma6957 - [ a r:Fact; r:gives {((0 5 7 7) "=<") list:sort (0 5 7 7)}] - [ a r:Fact; r:gives {((0 5 7 7) ">=") list:sort (7 7 5 0)}] - skolem:lemma6958 - skolem:lemma6959 - [ a r:Fact; r:gives {(7750 577) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4574 a r:Inference; - r:gives { - 578 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {578 math:notEqualTo 0}] - skolem:lemma6960 - [ a r:Fact; r:gives {((0 5 7 8) "=<") list:sort (0 5 7 8)}] - [ a r:Fact; r:gives {((0 5 7 8) ">=") list:sort (8 7 5 0)}] - skolem:lemma6961 - skolem:lemma6962 - [ a r:Fact; r:gives {(8750 578) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4575 a r:Inference; - r:gives { - 579 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {579 math:notEqualTo 0}] - skolem:lemma6963 - [ a r:Fact; r:gives {((0 5 7 9) "=<") list:sort (0 5 7 9)}] - [ a r:Fact; r:gives {((0 5 7 9) ">=") list:sort (9 7 5 0)}] - skolem:lemma6964 - skolem:lemma6965 - [ a r:Fact; r:gives {(9750 579) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4576 a r:Inference; - r:gives { - 580 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {580 math:notEqualTo 0}] - skolem:lemma6966 - [ a r:Fact; r:gives {((0 5 8 0) "=<") list:sort (0 0 5 8)}] - [ a r:Fact; r:gives {((0 5 8 0) ">=") list:sort (8 5 0 0)}] - skolem:lemma6137 - skolem:lemma6138 - [ a r:Fact; r:gives {(8500 58) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4577 a r:Inference; - r:gives { - 581 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {581 math:notEqualTo 0}] - skolem:lemma6967 - [ a r:Fact; r:gives {((0 5 8 1) "=<") list:sort (0 1 5 8)}] - [ a r:Fact; r:gives {((0 5 8 1) ">=") list:sort (8 5 1 0)}] - skolem:lemma6327 - skolem:lemma6328 - [ a r:Fact; r:gives {(8510 158) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4578 a r:Inference; - r:gives { - 582 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {582 math:notEqualTo 0}] - skolem:lemma6968 - [ a r:Fact; r:gives {((0 5 8 2) "=<") list:sort (0 2 5 8)}] - [ a r:Fact; r:gives {((0 5 8 2) ">=") list:sort (8 5 2 0)}] - skolem:lemma6499 - skolem:lemma6500 - [ a r:Fact; r:gives {(8520 258) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4579 a r:Inference; - r:gives { - 583 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {583 math:notEqualTo 0}] - skolem:lemma6969 - [ a r:Fact; r:gives {((0 5 8 3) "=<") list:sort (0 3 5 8)}] - [ a r:Fact; r:gives {((0 5 8 3) ">=") list:sort (8 5 3 0)}] - skolem:lemma6655 - skolem:lemma6656 - [ a r:Fact; r:gives {(8530 358) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4580 a r:Inference; - r:gives { - 584 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {584 math:notEqualTo 0}] - skolem:lemma6970 - [ a r:Fact; r:gives {((0 5 8 4) "=<") list:sort (0 4 5 8)}] - [ a r:Fact; r:gives {((0 5 8 4) ">=") list:sort (8 5 4 0)}] - skolem:lemma6797 - skolem:lemma6798 - [ a r:Fact; r:gives {(8540 458) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4581 a r:Inference; - r:gives { - 585 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {585 math:notEqualTo 0}] - skolem:lemma6971 - [ a r:Fact; r:gives {((0 5 8 5) "=<") list:sort (0 5 5 8)}] - [ a r:Fact; r:gives {((0 5 8 5) ">=") list:sort (8 5 5 0)}] - skolem:lemma6927 - skolem:lemma6928 - [ a r:Fact; r:gives {(8550 558) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4582 a r:Inference; - r:gives { - 586 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {586 math:notEqualTo 0}] - skolem:lemma6972 - [ a r:Fact; r:gives {((0 5 8 6) "=<") list:sort (0 5 6 8)}] - [ a r:Fact; r:gives {((0 5 8 6) ">=") list:sort (8 6 5 0)}] - skolem:lemma6945 - skolem:lemma6946 - [ a r:Fact; r:gives {(8650 568) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4583 a r:Inference; - r:gives { - 587 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {587 math:notEqualTo 0}] - skolem:lemma6973 - [ a r:Fact; r:gives {((0 5 8 7) "=<") list:sort (0 5 7 8)}] - [ a r:Fact; r:gives {((0 5 8 7) ">=") list:sort (8 7 5 0)}] - skolem:lemma6961 - skolem:lemma6962 - [ a r:Fact; r:gives {(8750 578) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4584 a r:Inference; - r:gives { - 588 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {588 math:notEqualTo 0}] - skolem:lemma6974 - [ a r:Fact; r:gives {((0 5 8 8) "=<") list:sort (0 5 8 8)}] - [ a r:Fact; r:gives {((0 5 8 8) ">=") list:sort (8 8 5 0)}] - skolem:lemma6975 - skolem:lemma6976 - [ a r:Fact; r:gives {(8850 588) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4585 a r:Inference; - r:gives { - 589 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {589 math:notEqualTo 0}] - skolem:lemma6977 - [ a r:Fact; r:gives {((0 5 8 9) "=<") list:sort (0 5 8 9)}] - [ a r:Fact; r:gives {((0 5 8 9) ">=") list:sort (9 8 5 0)}] - skolem:lemma6978 - skolem:lemma6979 - [ a r:Fact; r:gives {(9850 589) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4586 a r:Inference; - r:gives { - 590 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {590 math:notEqualTo 0}] - skolem:lemma6980 - [ a r:Fact; r:gives {((0 5 9 0) "=<") list:sort (0 0 5 9)}] - [ a r:Fact; r:gives {((0 5 9 0) ">=") list:sort (9 5 0 0)}] - skolem:lemma6140 - skolem:lemma6141 - [ a r:Fact; r:gives {(9500 59) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4587 a r:Inference; - r:gives { - 591 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {591 math:notEqualTo 0}] - skolem:lemma6981 - [ a r:Fact; r:gives {((0 5 9 1) "=<") list:sort (0 1 5 9)}] - [ a r:Fact; r:gives {((0 5 9 1) ">=") list:sort (9 5 1 0)}] - skolem:lemma6330 - skolem:lemma6331 - [ a r:Fact; r:gives {(9510 159) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4588 a r:Inference; - r:gives { - 592 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {592 math:notEqualTo 0}] - skolem:lemma6982 - [ a r:Fact; r:gives {((0 5 9 2) "=<") list:sort (0 2 5 9)}] - [ a r:Fact; r:gives {((0 5 9 2) ">=") list:sort (9 5 2 0)}] - skolem:lemma6502 - skolem:lemma6503 - [ a r:Fact; r:gives {(9520 259) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4589 a r:Inference; - r:gives { - 593 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {593 math:notEqualTo 0}] - skolem:lemma6983 - [ a r:Fact; r:gives {((0 5 9 3) "=<") list:sort (0 3 5 9)}] - [ a r:Fact; r:gives {((0 5 9 3) ">=") list:sort (9 5 3 0)}] - skolem:lemma6658 - skolem:lemma6659 - [ a r:Fact; r:gives {(9530 359) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4590 a r:Inference; - r:gives { - 594 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {594 math:notEqualTo 0}] - skolem:lemma6984 - [ a r:Fact; r:gives {((0 5 9 4) "=<") list:sort (0 4 5 9)}] - [ a r:Fact; r:gives {((0 5 9 4) ">=") list:sort (9 5 4 0)}] - skolem:lemma6800 - skolem:lemma6801 - [ a r:Fact; r:gives {(9540 459) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4591 a r:Inference; - r:gives { - 595 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {595 math:notEqualTo 0}] - skolem:lemma6985 - [ a r:Fact; r:gives {((0 5 9 5) "=<") list:sort (0 5 5 9)}] - [ a r:Fact; r:gives {((0 5 9 5) ">=") list:sort (9 5 5 0)}] - skolem:lemma6930 - skolem:lemma6931 - [ a r:Fact; r:gives {(9550 559) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4592 a r:Inference; - r:gives { - 596 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {596 math:notEqualTo 0}] - skolem:lemma6986 - [ a r:Fact; r:gives {((0 5 9 6) "=<") list:sort (0 5 6 9)}] - [ a r:Fact; r:gives {((0 5 9 6) ">=") list:sort (9 6 5 0)}] - skolem:lemma6948 - skolem:lemma6949 - [ a r:Fact; r:gives {(9650 569) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4593 a r:Inference; - r:gives { - 597 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {597 math:notEqualTo 0}] - skolem:lemma6987 - [ a r:Fact; r:gives {((0 5 9 7) "=<") list:sort (0 5 7 9)}] - [ a r:Fact; r:gives {((0 5 9 7) ">=") list:sort (9 7 5 0)}] - skolem:lemma6964 - skolem:lemma6965 - [ a r:Fact; r:gives {(9750 579) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4594 a r:Inference; - r:gives { - 598 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {598 math:notEqualTo 0}] - skolem:lemma6988 - [ a r:Fact; r:gives {((0 5 9 8) "=<") list:sort (0 5 8 9)}] - [ a r:Fact; r:gives {((0 5 9 8) ">=") list:sort (9 8 5 0)}] - skolem:lemma6978 - skolem:lemma6979 - [ a r:Fact; r:gives {(9850 589) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4595 a r:Inference; - r:gives { - 599 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {599 math:notEqualTo 0}] - skolem:lemma6989 - [ a r:Fact; r:gives {((0 5 9 9) "=<") list:sort (0 5 9 9)}] - [ a r:Fact; r:gives {((0 5 9 9) ">=") list:sort (9 9 5 0)}] - skolem:lemma6990 - skolem:lemma6991 - [ a r:Fact; r:gives {(9950 599) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4596 a r:Inference; - r:gives { - 600 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {600 math:notEqualTo 0}] - skolem:lemma6992 - [ a r:Fact; r:gives {((0 6 0 0) "=<") list:sort (0 0 0 6)}] - [ a r:Fact; r:gives {((0 6 0 0) ">=") list:sort (6 0 0 0)}] - skolem:lemma6011 - skolem:lemma6012 - [ a r:Fact; r:gives {(6000 6) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4597 a r:Inference; - r:gives { - 601 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {601 math:notEqualTo 0}] - skolem:lemma6993 - [ a r:Fact; r:gives {((0 6 0 1) "=<") list:sort (0 0 1 6)}] - [ a r:Fact; r:gives {((0 6 0 1) ">=") list:sort (6 1 0 0)}] - skolem:lemma6039 - skolem:lemma6040 - [ a r:Fact; r:gives {(6100 16) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4598 a r:Inference; - r:gives { - 602 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {602 math:notEqualTo 0}] - skolem:lemma6994 - [ a r:Fact; r:gives {((0 6 0 2) "=<") list:sort (0 0 2 6)}] - [ a r:Fact; r:gives {((0 6 0 2) ">=") list:sort (6 2 0 0)}] - skolem:lemma6065 - skolem:lemma6066 - [ a r:Fact; r:gives {(6200 26) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4599 a r:Inference; - r:gives { - 603 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {603 math:notEqualTo 0}] - skolem:lemma6995 - [ a r:Fact; r:gives {((0 6 0 3) "=<") list:sort (0 0 3 6)}] - [ a r:Fact; r:gives {((0 6 0 3) ">=") list:sort (6 3 0 0)}] - skolem:lemma6089 - skolem:lemma6090 - [ a r:Fact; r:gives {(6300 36) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4600 a r:Inference; - r:gives { - 604 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {604 math:notEqualTo 0}] - skolem:lemma6996 - [ a r:Fact; r:gives {((0 6 0 4) "=<") list:sort (0 0 4 6)}] - [ a r:Fact; r:gives {((0 6 0 4) ">=") list:sort (6 4 0 0)}] - skolem:lemma6111 - skolem:lemma6112 - [ a r:Fact; r:gives {(6400 46) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4601 a r:Inference; - r:gives { - 605 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {605 math:notEqualTo 0}] - skolem:lemma6997 - [ a r:Fact; r:gives {((0 6 0 5) "=<") list:sort (0 0 5 6)}] - [ a r:Fact; r:gives {((0 6 0 5) ">=") list:sort (6 5 0 0)}] - skolem:lemma6131 - skolem:lemma6132 - [ a r:Fact; r:gives {(6500 56) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4602 a r:Inference; - r:gives { - 606 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {606 math:notEqualTo 0}] - skolem:lemma6998 - [ a r:Fact; r:gives {((0 6 0 6) "=<") list:sort (0 0 6 6)}] - [ a r:Fact; r:gives {((0 6 0 6) ">=") list:sort (6 6 0 0)}] - skolem:lemma6149 - skolem:lemma6150 - [ a r:Fact; r:gives {(6600 66) math:difference 6534}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6534 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6534 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4603 a r:Inference; - r:gives { - 607 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {607 math:notEqualTo 0}] - skolem:lemma6999 - [ a r:Fact; r:gives {((0 6 0 7) "=<") list:sort (0 0 6 7)}] - [ a r:Fact; r:gives {((0 6 0 7) ">=") list:sort (7 6 0 0)}] - skolem:lemma6152 - skolem:lemma6153 - [ a r:Fact; r:gives {(7600 67) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4604 a r:Inference; - r:gives { - 608 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {608 math:notEqualTo 0}] - skolem:lemma7000 - [ a r:Fact; r:gives {((0 6 0 8) "=<") list:sort (0 0 6 8)}] - [ a r:Fact; r:gives {((0 6 0 8) ">=") list:sort (8 6 0 0)}] - skolem:lemma6155 - skolem:lemma6156 - [ a r:Fact; r:gives {(8600 68) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4605 a r:Inference; - r:gives { - 609 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {609 math:notEqualTo 0}] - skolem:lemma7001 - [ a r:Fact; r:gives {((0 6 0 9) "=<") list:sort (0 0 6 9)}] - [ a r:Fact; r:gives {((0 6 0 9) ">=") list:sort (9 6 0 0)}] - skolem:lemma6158 - skolem:lemma6159 - [ a r:Fact; r:gives {(9600 69) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4606 a r:Inference; - r:gives { - 610 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {610 math:notEqualTo 0}] - skolem:lemma7002 - [ a r:Fact; r:gives {((0 6 1 0) "=<") list:sort (0 0 1 6)}] - [ a r:Fact; r:gives {((0 6 1 0) ">=") list:sort (6 1 0 0)}] - skolem:lemma6039 - skolem:lemma6040 - [ a r:Fact; r:gives {(6100 16) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4607 a r:Inference; - r:gives { - 611 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {611 math:notEqualTo 0}] - skolem:lemma7003 - [ a r:Fact; r:gives {((0 6 1 1) "=<") list:sort (0 1 1 6)}] - [ a r:Fact; r:gives {((0 6 1 1) ">=") list:sort (6 1 1 0)}] - skolem:lemma6229 - skolem:lemma6230 - [ a r:Fact; r:gives {(6110 116) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4608 a r:Inference; - r:gives { - 612 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {612 math:notEqualTo 0}] - skolem:lemma7004 - [ a r:Fact; r:gives {((0 6 1 2) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((0 6 1 2) ">=") list:sort (6 2 1 0)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4609 a r:Inference; - r:gives { - 613 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {613 math:notEqualTo 0}] - skolem:lemma7005 - [ a r:Fact; r:gives {((0 6 1 3) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((0 6 1 3) ">=") list:sort (6 3 1 0)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4610 a r:Inference; - r:gives { - 614 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {614 math:notEqualTo 0}] - skolem:lemma7006 - [ a r:Fact; r:gives {((0 6 1 4) "=<") list:sort (0 1 4 6)}] - [ a r:Fact; r:gives {((0 6 1 4) ">=") list:sort (6 4 1 0)}] - skolem:lemma6301 - skolem:lemma6302 - [ a r:Fact; r:gives {(6410 146) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4611 a r:Inference; - r:gives { - 615 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {615 math:notEqualTo 0}] - skolem:lemma7007 - [ a r:Fact; r:gives {((0 6 1 5) "=<") list:sort (0 1 5 6)}] - [ a r:Fact; r:gives {((0 6 1 5) ">=") list:sort (6 5 1 0)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(6510 156) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4612 a r:Inference; - r:gives { - 616 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {616 math:notEqualTo 0}] - skolem:lemma7008 - [ a r:Fact; r:gives {((0 6 1 6) "=<") list:sort (0 1 6 6)}] - [ a r:Fact; r:gives {((0 6 1 6) ">=") list:sort (6 6 1 0)}] - skolem:lemma6339 - skolem:lemma6340 - [ a r:Fact; r:gives {(6610 166) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4613 a r:Inference; - r:gives { - 617 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {617 math:notEqualTo 0}] - skolem:lemma7009 - [ a r:Fact; r:gives {((0 6 1 7) "=<") list:sort (0 1 6 7)}] - [ a r:Fact; r:gives {((0 6 1 7) ">=") list:sort (7 6 1 0)}] - skolem:lemma6342 - skolem:lemma6343 - [ a r:Fact; r:gives {(7610 167) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4614 a r:Inference; - r:gives { - 618 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {618 math:notEqualTo 0}] - skolem:lemma7010 - [ a r:Fact; r:gives {((0 6 1 8) "=<") list:sort (0 1 6 8)}] - [ a r:Fact; r:gives {((0 6 1 8) ">=") list:sort (8 6 1 0)}] - skolem:lemma6345 - skolem:lemma6346 - [ a r:Fact; r:gives {(8610 168) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4615 a r:Inference; - r:gives { - 619 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {619 math:notEqualTo 0}] - skolem:lemma7011 - [ a r:Fact; r:gives {((0 6 1 9) "=<") list:sort (0 1 6 9)}] - [ a r:Fact; r:gives {((0 6 1 9) ">=") list:sort (9 6 1 0)}] - skolem:lemma6348 - skolem:lemma6349 - [ a r:Fact; r:gives {(9610 169) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4616 a r:Inference; - r:gives { - 620 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {620 math:notEqualTo 0}] - skolem:lemma7012 - [ a r:Fact; r:gives {((0 6 2 0) "=<") list:sort (0 0 2 6)}] - [ a r:Fact; r:gives {((0 6 2 0) ">=") list:sort (6 2 0 0)}] - skolem:lemma6065 - skolem:lemma6066 - [ a r:Fact; r:gives {(6200 26) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4617 a r:Inference; - r:gives { - 621 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {621 math:notEqualTo 0}] - skolem:lemma7013 - [ a r:Fact; r:gives {((0 6 2 1) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((0 6 2 1) ">=") list:sort (6 2 1 0)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4618 a r:Inference; - r:gives { - 622 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {622 math:notEqualTo 0}] - skolem:lemma7014 - [ a r:Fact; r:gives {((0 6 2 2) "=<") list:sort (0 2 2 6)}] - [ a r:Fact; r:gives {((0 6 2 2) ">=") list:sort (6 2 2 0)}] - skolem:lemma6427 - skolem:lemma6428 - [ a r:Fact; r:gives {(6220 226) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4619 a r:Inference; - r:gives { - 623 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {623 math:notEqualTo 0}] - skolem:lemma7015 - [ a r:Fact; r:gives {((0 6 2 3) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((0 6 2 3) ">=") list:sort (6 3 2 0)}] - skolem:lemma6451 - skolem:lemma6452 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4620 a r:Inference; - r:gives { - 624 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {624 math:notEqualTo 0}] - skolem:lemma7016 - [ a r:Fact; r:gives {((0 6 2 4) "=<") list:sort (0 2 4 6)}] - [ a r:Fact; r:gives {((0 6 2 4) ">=") list:sort (6 4 2 0)}] - skolem:lemma6473 - skolem:lemma6474 - [ a r:Fact; r:gives {(6420 246) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4621 a r:Inference; - r:gives { - 625 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {625 math:notEqualTo 0}] - skolem:lemma7017 - [ a r:Fact; r:gives {((0 6 2 5) "=<") list:sort (0 2 5 6)}] - [ a r:Fact; r:gives {((0 6 2 5) ">=") list:sort (6 5 2 0)}] - skolem:lemma6493 - skolem:lemma6494 - [ a r:Fact; r:gives {(6520 256) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4622 a r:Inference; - r:gives { - 626 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {626 math:notEqualTo 0}] - skolem:lemma7018 - [ a r:Fact; r:gives {((0 6 2 6) "=<") list:sort (0 2 6 6)}] - [ a r:Fact; r:gives {((0 6 2 6) ">=") list:sort (6 6 2 0)}] - skolem:lemma6511 - skolem:lemma6512 - [ a r:Fact; r:gives {(6620 266) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4623 a r:Inference; - r:gives { - 627 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {627 math:notEqualTo 0}] - skolem:lemma7019 - [ a r:Fact; r:gives {((0 6 2 7) "=<") list:sort (0 2 6 7)}] - [ a r:Fact; r:gives {((0 6 2 7) ">=") list:sort (7 6 2 0)}] - skolem:lemma6514 - skolem:lemma6515 - [ a r:Fact; r:gives {(7620 267) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4624 a r:Inference; - r:gives { - 628 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {628 math:notEqualTo 0}] - skolem:lemma7020 - [ a r:Fact; r:gives {((0 6 2 8) "=<") list:sort (0 2 6 8)}] - [ a r:Fact; r:gives {((0 6 2 8) ">=") list:sort (8 6 2 0)}] - skolem:lemma6517 - skolem:lemma6518 - [ a r:Fact; r:gives {(8620 268) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4625 a r:Inference; - r:gives { - 629 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {629 math:notEqualTo 0}] - skolem:lemma7021 - [ a r:Fact; r:gives {((0 6 2 9) "=<") list:sort (0 2 6 9)}] - [ a r:Fact; r:gives {((0 6 2 9) ">=") list:sort (9 6 2 0)}] - skolem:lemma6520 - skolem:lemma6521 - [ a r:Fact; r:gives {(9620 269) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4626 a r:Inference; - r:gives { - 630 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {630 math:notEqualTo 0}] - skolem:lemma7022 - [ a r:Fact; r:gives {((0 6 3 0) "=<") list:sort (0 0 3 6)}] - [ a r:Fact; r:gives {((0 6 3 0) ">=") list:sort (6 3 0 0)}] - skolem:lemma6089 - skolem:lemma6090 - [ a r:Fact; r:gives {(6300 36) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4627 a r:Inference; - r:gives { - 631 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {631 math:notEqualTo 0}] - skolem:lemma7023 - [ a r:Fact; r:gives {((0 6 3 1) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((0 6 3 1) ">=") list:sort (6 3 1 0)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4628 a r:Inference; - r:gives { - 632 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {632 math:notEqualTo 0}] - skolem:lemma7024 - [ a r:Fact; r:gives {((0 6 3 2) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((0 6 3 2) ">=") list:sort (6 3 2 0)}] - skolem:lemma6451 - skolem:lemma6452 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4629 a r:Inference; - r:gives { - 633 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {633 math:notEqualTo 0}] - skolem:lemma7025 - [ a r:Fact; r:gives {((0 6 3 3) "=<") list:sort (0 3 3 6)}] - [ a r:Fact; r:gives {((0 6 3 3) ">=") list:sort (6 3 3 0)}] - skolem:lemma6607 - skolem:lemma6608 - [ a r:Fact; r:gives {(6330 336) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4630 a r:Inference; - r:gives { - 634 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {634 math:notEqualTo 0}] - skolem:lemma7026 - [ a r:Fact; r:gives {((0 6 3 4) "=<") list:sort (0 3 4 6)}] - [ a r:Fact; r:gives {((0 6 3 4) ">=") list:sort (6 4 3 0)}] - skolem:lemma6629 - skolem:lemma6630 - [ a r:Fact; r:gives {(6430 346) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4631 a r:Inference; - r:gives { - 635 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {635 math:notEqualTo 0}] - skolem:lemma7027 - [ a r:Fact; r:gives {((0 6 3 5) "=<") list:sort (0 3 5 6)}] - [ a r:Fact; r:gives {((0 6 3 5) ">=") list:sort (6 5 3 0)}] - skolem:lemma6649 - skolem:lemma6650 - [ a r:Fact; r:gives {(6530 356) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4632 a r:Inference; - r:gives { - 636 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {636 math:notEqualTo 0}] - skolem:lemma7028 - [ a r:Fact; r:gives {((0 6 3 6) "=<") list:sort (0 3 6 6)}] - [ a r:Fact; r:gives {((0 6 3 6) ">=") list:sort (6 6 3 0)}] - skolem:lemma6667 - skolem:lemma6668 - [ a r:Fact; r:gives {(6630 366) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4633 a r:Inference; - r:gives { - 637 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {637 math:notEqualTo 0}] - skolem:lemma7029 - [ a r:Fact; r:gives {((0 6 3 7) "=<") list:sort (0 3 6 7)}] - [ a r:Fact; r:gives {((0 6 3 7) ">=") list:sort (7 6 3 0)}] - skolem:lemma6670 - skolem:lemma6671 - [ a r:Fact; r:gives {(7630 367) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4634 a r:Inference; - r:gives { - 638 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {638 math:notEqualTo 0}] - skolem:lemma7030 - [ a r:Fact; r:gives {((0 6 3 8) "=<") list:sort (0 3 6 8)}] - [ a r:Fact; r:gives {((0 6 3 8) ">=") list:sort (8 6 3 0)}] - skolem:lemma6673 - skolem:lemma6674 - [ a r:Fact; r:gives {(8630 368) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4635 a r:Inference; - r:gives { - 639 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {639 math:notEqualTo 0}] - skolem:lemma7031 - [ a r:Fact; r:gives {((0 6 3 9) "=<") list:sort (0 3 6 9)}] - [ a r:Fact; r:gives {((0 6 3 9) ">=") list:sort (9 6 3 0)}] - skolem:lemma6676 - skolem:lemma6677 - [ a r:Fact; r:gives {(9630 369) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4636 a r:Inference; - r:gives { - 640 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {640 math:notEqualTo 0}] - skolem:lemma7032 - [ a r:Fact; r:gives {((0 6 4 0) "=<") list:sort (0 0 4 6)}] - [ a r:Fact; r:gives {((0 6 4 0) ">=") list:sort (6 4 0 0)}] - skolem:lemma6111 - skolem:lemma6112 - [ a r:Fact; r:gives {(6400 46) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4637 a r:Inference; - r:gives { - 641 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {641 math:notEqualTo 0}] - skolem:lemma7033 - [ a r:Fact; r:gives {((0 6 4 1) "=<") list:sort (0 1 4 6)}] - [ a r:Fact; r:gives {((0 6 4 1) ">=") list:sort (6 4 1 0)}] - skolem:lemma6301 - skolem:lemma6302 - [ a r:Fact; r:gives {(6410 146) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4638 a r:Inference; - r:gives { - 642 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {642 math:notEqualTo 0}] - skolem:lemma7034 - [ a r:Fact; r:gives {((0 6 4 2) "=<") list:sort (0 2 4 6)}] - [ a r:Fact; r:gives {((0 6 4 2) ">=") list:sort (6 4 2 0)}] - skolem:lemma6473 - skolem:lemma6474 - [ a r:Fact; r:gives {(6420 246) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4639 a r:Inference; - r:gives { - 643 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {643 math:notEqualTo 0}] - skolem:lemma7035 - [ a r:Fact; r:gives {((0 6 4 3) "=<") list:sort (0 3 4 6)}] - [ a r:Fact; r:gives {((0 6 4 3) ">=") list:sort (6 4 3 0)}] - skolem:lemma6629 - skolem:lemma6630 - [ a r:Fact; r:gives {(6430 346) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4640 a r:Inference; - r:gives { - 644 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {644 math:notEqualTo 0}] - skolem:lemma7036 - [ a r:Fact; r:gives {((0 6 4 4) "=<") list:sort (0 4 4 6)}] - [ a r:Fact; r:gives {((0 6 4 4) ">=") list:sort (6 4 4 0)}] - skolem:lemma6771 - skolem:lemma6772 - [ a r:Fact; r:gives {(6440 446) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4641 a r:Inference; - r:gives { - 645 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {645 math:notEqualTo 0}] - skolem:lemma7037 - [ a r:Fact; r:gives {((0 6 4 5) "=<") list:sort (0 4 5 6)}] - [ a r:Fact; r:gives {((0 6 4 5) ">=") list:sort (6 5 4 0)}] - skolem:lemma6791 - skolem:lemma6792 - [ a r:Fact; r:gives {(6540 456) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4642 a r:Inference; - r:gives { - 646 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {646 math:notEqualTo 0}] - skolem:lemma7038 - [ a r:Fact; r:gives {((0 6 4 6) "=<") list:sort (0 4 6 6)}] - [ a r:Fact; r:gives {((0 6 4 6) ">=") list:sort (6 6 4 0)}] - skolem:lemma6809 - skolem:lemma6810 - [ a r:Fact; r:gives {(6640 466) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4643 a r:Inference; - r:gives { - 647 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {647 math:notEqualTo 0}] - skolem:lemma7039 - [ a r:Fact; r:gives {((0 6 4 7) "=<") list:sort (0 4 6 7)}] - [ a r:Fact; r:gives {((0 6 4 7) ">=") list:sort (7 6 4 0)}] - skolem:lemma6812 - skolem:lemma6813 - [ a r:Fact; r:gives {(7640 467) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4644 a r:Inference; - r:gives { - 648 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {648 math:notEqualTo 0}] - skolem:lemma7040 - [ a r:Fact; r:gives {((0 6 4 8) "=<") list:sort (0 4 6 8)}] - [ a r:Fact; r:gives {((0 6 4 8) ">=") list:sort (8 6 4 0)}] - skolem:lemma6815 - skolem:lemma6816 - [ a r:Fact; r:gives {(8640 468) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4645 a r:Inference; - r:gives { - 649 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {649 math:notEqualTo 0}] - skolem:lemma7041 - [ a r:Fact; r:gives {((0 6 4 9) "=<") list:sort (0 4 6 9)}] - [ a r:Fact; r:gives {((0 6 4 9) ">=") list:sort (9 6 4 0)}] - skolem:lemma6818 - skolem:lemma6819 - [ a r:Fact; r:gives {(9640 469) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4646 a r:Inference; - r:gives { - 650 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {650 math:notEqualTo 0}] - skolem:lemma7042 - [ a r:Fact; r:gives {((0 6 5 0) "=<") list:sort (0 0 5 6)}] - [ a r:Fact; r:gives {((0 6 5 0) ">=") list:sort (6 5 0 0)}] - skolem:lemma6131 - skolem:lemma6132 - [ a r:Fact; r:gives {(6500 56) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4647 a r:Inference; - r:gives { - 651 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {651 math:notEqualTo 0}] - skolem:lemma7043 - [ a r:Fact; r:gives {((0 6 5 1) "=<") list:sort (0 1 5 6)}] - [ a r:Fact; r:gives {((0 6 5 1) ">=") list:sort (6 5 1 0)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(6510 156) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4648 a r:Inference; - r:gives { - 652 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {652 math:notEqualTo 0}] - skolem:lemma7044 - [ a r:Fact; r:gives {((0 6 5 2) "=<") list:sort (0 2 5 6)}] - [ a r:Fact; r:gives {((0 6 5 2) ">=") list:sort (6 5 2 0)}] - skolem:lemma6493 - skolem:lemma6494 - [ a r:Fact; r:gives {(6520 256) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4649 a r:Inference; - r:gives { - 653 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {653 math:notEqualTo 0}] - skolem:lemma7045 - [ a r:Fact; r:gives {((0 6 5 3) "=<") list:sort (0 3 5 6)}] - [ a r:Fact; r:gives {((0 6 5 3) ">=") list:sort (6 5 3 0)}] - skolem:lemma6649 - skolem:lemma6650 - [ a r:Fact; r:gives {(6530 356) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4650 a r:Inference; - r:gives { - 654 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {654 math:notEqualTo 0}] - skolem:lemma7046 - [ a r:Fact; r:gives {((0 6 5 4) "=<") list:sort (0 4 5 6)}] - [ a r:Fact; r:gives {((0 6 5 4) ">=") list:sort (6 5 4 0)}] - skolem:lemma6791 - skolem:lemma6792 - [ a r:Fact; r:gives {(6540 456) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4651 a r:Inference; - r:gives { - 655 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {655 math:notEqualTo 0}] - skolem:lemma7047 - [ a r:Fact; r:gives {((0 6 5 5) "=<") list:sort (0 5 5 6)}] - [ a r:Fact; r:gives {((0 6 5 5) ">=") list:sort (6 5 5 0)}] - skolem:lemma6921 - skolem:lemma6922 - [ a r:Fact; r:gives {(6550 556) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4652 a r:Inference; - r:gives { - 656 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {656 math:notEqualTo 0}] - skolem:lemma7048 - [ a r:Fact; r:gives {((0 6 5 6) "=<") list:sort (0 5 6 6)}] - [ a r:Fact; r:gives {((0 6 5 6) ">=") list:sort (6 6 5 0)}] - skolem:lemma6939 - skolem:lemma6940 - [ a r:Fact; r:gives {(6650 566) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4653 a r:Inference; - r:gives { - 657 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {657 math:notEqualTo 0}] - skolem:lemma7049 - [ a r:Fact; r:gives {((0 6 5 7) "=<") list:sort (0 5 6 7)}] - [ a r:Fact; r:gives {((0 6 5 7) ">=") list:sort (7 6 5 0)}] - skolem:lemma6942 - skolem:lemma6943 - [ a r:Fact; r:gives {(7650 567) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4654 a r:Inference; - r:gives { - 658 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {658 math:notEqualTo 0}] - skolem:lemma7050 - [ a r:Fact; r:gives {((0 6 5 8) "=<") list:sort (0 5 6 8)}] - [ a r:Fact; r:gives {((0 6 5 8) ">=") list:sort (8 6 5 0)}] - skolem:lemma6945 - skolem:lemma6946 - [ a r:Fact; r:gives {(8650 568) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4655 a r:Inference; - r:gives { - 659 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {659 math:notEqualTo 0}] - skolem:lemma7051 - [ a r:Fact; r:gives {((0 6 5 9) "=<") list:sort (0 5 6 9)}] - [ a r:Fact; r:gives {((0 6 5 9) ">=") list:sort (9 6 5 0)}] - skolem:lemma6948 - skolem:lemma6949 - [ a r:Fact; r:gives {(9650 569) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4656 a r:Inference; - r:gives { - 660 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {660 math:notEqualTo 0}] - skolem:lemma7052 - [ a r:Fact; r:gives {((0 6 6 0) "=<") list:sort (0 0 6 6)}] - [ a r:Fact; r:gives {((0 6 6 0) ">=") list:sort (6 6 0 0)}] - skolem:lemma6149 - skolem:lemma6150 - [ a r:Fact; r:gives {(6600 66) math:difference 6534}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6534 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6534 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4657 a r:Inference; - r:gives { - 661 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {661 math:notEqualTo 0}] - skolem:lemma7053 - [ a r:Fact; r:gives {((0 6 6 1) "=<") list:sort (0 1 6 6)}] - [ a r:Fact; r:gives {((0 6 6 1) ">=") list:sort (6 6 1 0)}] - skolem:lemma6339 - skolem:lemma6340 - [ a r:Fact; r:gives {(6610 166) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4658 a r:Inference; - r:gives { - 662 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {662 math:notEqualTo 0}] - skolem:lemma7054 - [ a r:Fact; r:gives {((0 6 6 2) "=<") list:sort (0 2 6 6)}] - [ a r:Fact; r:gives {((0 6 6 2) ">=") list:sort (6 6 2 0)}] - skolem:lemma6511 - skolem:lemma6512 - [ a r:Fact; r:gives {(6620 266) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4659 a r:Inference; - r:gives { - 663 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {663 math:notEqualTo 0}] - skolem:lemma7055 - [ a r:Fact; r:gives {((0 6 6 3) "=<") list:sort (0 3 6 6)}] - [ a r:Fact; r:gives {((0 6 6 3) ">=") list:sort (6 6 3 0)}] - skolem:lemma6667 - skolem:lemma6668 - [ a r:Fact; r:gives {(6630 366) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4660 a r:Inference; - r:gives { - 664 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {664 math:notEqualTo 0}] - skolem:lemma7056 - [ a r:Fact; r:gives {((0 6 6 4) "=<") list:sort (0 4 6 6)}] - [ a r:Fact; r:gives {((0 6 6 4) ">=") list:sort (6 6 4 0)}] - skolem:lemma6809 - skolem:lemma6810 - [ a r:Fact; r:gives {(6640 466) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma4661 a r:Inference; - r:gives { - 665 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {665 math:notEqualTo 0}] - skolem:lemma7057 - [ a r:Fact; r:gives {((0 6 6 5) "=<") list:sort (0 5 6 6)}] - [ a r:Fact; r:gives {((0 6 6 5) ">=") list:sort (6 6 5 0)}] - skolem:lemma6939 - skolem:lemma6940 - [ a r:Fact; r:gives {(6650 566) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4662 a r:Inference; - r:gives { - 666 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {666 math:notEqualTo 0}] - skolem:lemma7058 - [ a r:Fact; r:gives {((0 6 6 6) "=<") list:sort (0 6 6 6)}] - [ a r:Fact; r:gives {((0 6 6 6) ">=") list:sort (6 6 6 0)}] - skolem:lemma7059 - skolem:lemma7060 - [ a r:Fact; r:gives {(6660 666) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4663 a r:Inference; - r:gives { - 667 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {667 math:notEqualTo 0}] - skolem:lemma7061 - [ a r:Fact; r:gives {((0 6 6 7) "=<") list:sort (0 6 6 7)}] - [ a r:Fact; r:gives {((0 6 6 7) ">=") list:sort (7 6 6 0)}] - skolem:lemma7062 - skolem:lemma7063 - [ a r:Fact; r:gives {(7660 667) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4664 a r:Inference; - r:gives { - 668 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {668 math:notEqualTo 0}] - skolem:lemma7064 - [ a r:Fact; r:gives {((0 6 6 8) "=<") list:sort (0 6 6 8)}] - [ a r:Fact; r:gives {((0 6 6 8) ">=") list:sort (8 6 6 0)}] - skolem:lemma7065 - skolem:lemma7066 - [ a r:Fact; r:gives {(8660 668) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4665 a r:Inference; - r:gives { - 669 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {669 math:notEqualTo 0}] - skolem:lemma7067 - [ a r:Fact; r:gives {((0 6 6 9) "=<") list:sort (0 6 6 9)}] - [ a r:Fact; r:gives {((0 6 6 9) ">=") list:sort (9 6 6 0)}] - skolem:lemma7068 - skolem:lemma7069 - [ a r:Fact; r:gives {(9660 669) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4666 a r:Inference; - r:gives { - 670 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {670 math:notEqualTo 0}] - skolem:lemma7070 - [ a r:Fact; r:gives {((0 6 7 0) "=<") list:sort (0 0 6 7)}] - [ a r:Fact; r:gives {((0 6 7 0) ">=") list:sort (7 6 0 0)}] - skolem:lemma6152 - skolem:lemma6153 - [ a r:Fact; r:gives {(7600 67) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4667 a r:Inference; - r:gives { - 671 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {671 math:notEqualTo 0}] - skolem:lemma7071 - [ a r:Fact; r:gives {((0 6 7 1) "=<") list:sort (0 1 6 7)}] - [ a r:Fact; r:gives {((0 6 7 1) ">=") list:sort (7 6 1 0)}] - skolem:lemma6342 - skolem:lemma6343 - [ a r:Fact; r:gives {(7610 167) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4668 a r:Inference; - r:gives { - 672 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {672 math:notEqualTo 0}] - skolem:lemma7072 - [ a r:Fact; r:gives {((0 6 7 2) "=<") list:sort (0 2 6 7)}] - [ a r:Fact; r:gives {((0 6 7 2) ">=") list:sort (7 6 2 0)}] - skolem:lemma6514 - skolem:lemma6515 - [ a r:Fact; r:gives {(7620 267) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4669 a r:Inference; - r:gives { - 673 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {673 math:notEqualTo 0}] - skolem:lemma7073 - [ a r:Fact; r:gives {((0 6 7 3) "=<") list:sort (0 3 6 7)}] - [ a r:Fact; r:gives {((0 6 7 3) ">=") list:sort (7 6 3 0)}] - skolem:lemma6670 - skolem:lemma6671 - [ a r:Fact; r:gives {(7630 367) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4670 a r:Inference; - r:gives { - 674 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {674 math:notEqualTo 0}] - skolem:lemma7074 - [ a r:Fact; r:gives {((0 6 7 4) "=<") list:sort (0 4 6 7)}] - [ a r:Fact; r:gives {((0 6 7 4) ">=") list:sort (7 6 4 0)}] - skolem:lemma6812 - skolem:lemma6813 - [ a r:Fact; r:gives {(7640 467) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4671 a r:Inference; - r:gives { - 675 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {675 math:notEqualTo 0}] - skolem:lemma7075 - [ a r:Fact; r:gives {((0 6 7 5) "=<") list:sort (0 5 6 7)}] - [ a r:Fact; r:gives {((0 6 7 5) ">=") list:sort (7 6 5 0)}] - skolem:lemma6942 - skolem:lemma6943 - [ a r:Fact; r:gives {(7650 567) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4672 a r:Inference; - r:gives { - 676 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {676 math:notEqualTo 0}] - skolem:lemma7076 - [ a r:Fact; r:gives {((0 6 7 6) "=<") list:sort (0 6 6 7)}] - [ a r:Fact; r:gives {((0 6 7 6) ">=") list:sort (7 6 6 0)}] - skolem:lemma7062 - skolem:lemma7063 - [ a r:Fact; r:gives {(7660 667) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4673 a r:Inference; - r:gives { - 677 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {677 math:notEqualTo 0}] - skolem:lemma7077 - [ a r:Fact; r:gives {((0 6 7 7) "=<") list:sort (0 6 7 7)}] - [ a r:Fact; r:gives {((0 6 7 7) ">=") list:sort (7 7 6 0)}] - skolem:lemma7078 - skolem:lemma7079 - [ a r:Fact; r:gives {(7760 677) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4674 a r:Inference; - r:gives { - 678 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {678 math:notEqualTo 0}] - skolem:lemma7080 - [ a r:Fact; r:gives {((0 6 7 8) "=<") list:sort (0 6 7 8)}] - [ a r:Fact; r:gives {((0 6 7 8) ">=") list:sort (8 7 6 0)}] - skolem:lemma7081 - skolem:lemma7082 - [ a r:Fact; r:gives {(8760 678) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4675 a r:Inference; - r:gives { - 679 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {679 math:notEqualTo 0}] - skolem:lemma7083 - [ a r:Fact; r:gives {((0 6 7 9) "=<") list:sort (0 6 7 9)}] - [ a r:Fact; r:gives {((0 6 7 9) ">=") list:sort (9 7 6 0)}] - skolem:lemma7084 - skolem:lemma7085 - [ a r:Fact; r:gives {(9760 679) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4676 a r:Inference; - r:gives { - 680 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {680 math:notEqualTo 0}] - skolem:lemma7086 - [ a r:Fact; r:gives {((0 6 8 0) "=<") list:sort (0 0 6 8)}] - [ a r:Fact; r:gives {((0 6 8 0) ">=") list:sort (8 6 0 0)}] - skolem:lemma6155 - skolem:lemma6156 - [ a r:Fact; r:gives {(8600 68) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4677 a r:Inference; - r:gives { - 681 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {681 math:notEqualTo 0}] - skolem:lemma7087 - [ a r:Fact; r:gives {((0 6 8 1) "=<") list:sort (0 1 6 8)}] - [ a r:Fact; r:gives {((0 6 8 1) ">=") list:sort (8 6 1 0)}] - skolem:lemma6345 - skolem:lemma6346 - [ a r:Fact; r:gives {(8610 168) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4678 a r:Inference; - r:gives { - 682 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {682 math:notEqualTo 0}] - skolem:lemma7088 - [ a r:Fact; r:gives {((0 6 8 2) "=<") list:sort (0 2 6 8)}] - [ a r:Fact; r:gives {((0 6 8 2) ">=") list:sort (8 6 2 0)}] - skolem:lemma6517 - skolem:lemma6518 - [ a r:Fact; r:gives {(8620 268) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4679 a r:Inference; - r:gives { - 683 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {683 math:notEqualTo 0}] - skolem:lemma7089 - [ a r:Fact; r:gives {((0 6 8 3) "=<") list:sort (0 3 6 8)}] - [ a r:Fact; r:gives {((0 6 8 3) ">=") list:sort (8 6 3 0)}] - skolem:lemma6673 - skolem:lemma6674 - [ a r:Fact; r:gives {(8630 368) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4680 a r:Inference; - r:gives { - 684 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {684 math:notEqualTo 0}] - skolem:lemma7090 - [ a r:Fact; r:gives {((0 6 8 4) "=<") list:sort (0 4 6 8)}] - [ a r:Fact; r:gives {((0 6 8 4) ">=") list:sort (8 6 4 0)}] - skolem:lemma6815 - skolem:lemma6816 - [ a r:Fact; r:gives {(8640 468) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4681 a r:Inference; - r:gives { - 685 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {685 math:notEqualTo 0}] - skolem:lemma7091 - [ a r:Fact; r:gives {((0 6 8 5) "=<") list:sort (0 5 6 8)}] - [ a r:Fact; r:gives {((0 6 8 5) ">=") list:sort (8 6 5 0)}] - skolem:lemma6945 - skolem:lemma6946 - [ a r:Fact; r:gives {(8650 568) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4682 a r:Inference; - r:gives { - 686 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {686 math:notEqualTo 0}] - skolem:lemma7092 - [ a r:Fact; r:gives {((0 6 8 6) "=<") list:sort (0 6 6 8)}] - [ a r:Fact; r:gives {((0 6 8 6) ">=") list:sort (8 6 6 0)}] - skolem:lemma7065 - skolem:lemma7066 - [ a r:Fact; r:gives {(8660 668) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4683 a r:Inference; - r:gives { - 687 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {687 math:notEqualTo 0}] - skolem:lemma7093 - [ a r:Fact; r:gives {((0 6 8 7) "=<") list:sort (0 6 7 8)}] - [ a r:Fact; r:gives {((0 6 8 7) ">=") list:sort (8 7 6 0)}] - skolem:lemma7081 - skolem:lemma7082 - [ a r:Fact; r:gives {(8760 678) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4684 a r:Inference; - r:gives { - 688 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {688 math:notEqualTo 0}] - skolem:lemma7094 - [ a r:Fact; r:gives {((0 6 8 8) "=<") list:sort (0 6 8 8)}] - [ a r:Fact; r:gives {((0 6 8 8) ">=") list:sort (8 8 6 0)}] - skolem:lemma7095 - skolem:lemma7096 - [ a r:Fact; r:gives {(8860 688) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4685 a r:Inference; - r:gives { - 689 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {689 math:notEqualTo 0}] - skolem:lemma7097 - [ a r:Fact; r:gives {((0 6 8 9) "=<") list:sort (0 6 8 9)}] - [ a r:Fact; r:gives {((0 6 8 9) ">=") list:sort (9 8 6 0)}] - skolem:lemma7098 - skolem:lemma7099 - [ a r:Fact; r:gives {(9860 689) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4686 a r:Inference; - r:gives { - 690 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {690 math:notEqualTo 0}] - skolem:lemma7100 - [ a r:Fact; r:gives {((0 6 9 0) "=<") list:sort (0 0 6 9)}] - [ a r:Fact; r:gives {((0 6 9 0) ">=") list:sort (9 6 0 0)}] - skolem:lemma6158 - skolem:lemma6159 - [ a r:Fact; r:gives {(9600 69) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4687 a r:Inference; - r:gives { - 691 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {691 math:notEqualTo 0}] - skolem:lemma7101 - [ a r:Fact; r:gives {((0 6 9 1) "=<") list:sort (0 1 6 9)}] - [ a r:Fact; r:gives {((0 6 9 1) ">=") list:sort (9 6 1 0)}] - skolem:lemma6348 - skolem:lemma6349 - [ a r:Fact; r:gives {(9610 169) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4688 a r:Inference; - r:gives { - 692 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {692 math:notEqualTo 0}] - skolem:lemma7102 - [ a r:Fact; r:gives {((0 6 9 2) "=<") list:sort (0 2 6 9)}] - [ a r:Fact; r:gives {((0 6 9 2) ">=") list:sort (9 6 2 0)}] - skolem:lemma6520 - skolem:lemma6521 - [ a r:Fact; r:gives {(9620 269) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4689 a r:Inference; - r:gives { - 693 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {693 math:notEqualTo 0}] - skolem:lemma7103 - [ a r:Fact; r:gives {((0 6 9 3) "=<") list:sort (0 3 6 9)}] - [ a r:Fact; r:gives {((0 6 9 3) ">=") list:sort (9 6 3 0)}] - skolem:lemma6676 - skolem:lemma6677 - [ a r:Fact; r:gives {(9630 369) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4690 a r:Inference; - r:gives { - 694 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {694 math:notEqualTo 0}] - skolem:lemma7104 - [ a r:Fact; r:gives {((0 6 9 4) "=<") list:sort (0 4 6 9)}] - [ a r:Fact; r:gives {((0 6 9 4) ">=") list:sort (9 6 4 0)}] - skolem:lemma6818 - skolem:lemma6819 - [ a r:Fact; r:gives {(9640 469) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4691 a r:Inference; - r:gives { - 695 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {695 math:notEqualTo 0}] - skolem:lemma7105 - [ a r:Fact; r:gives {((0 6 9 5) "=<") list:sort (0 5 6 9)}] - [ a r:Fact; r:gives {((0 6 9 5) ">=") list:sort (9 6 5 0)}] - skolem:lemma6948 - skolem:lemma6949 - [ a r:Fact; r:gives {(9650 569) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4692 a r:Inference; - r:gives { - 696 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {696 math:notEqualTo 0}] - skolem:lemma7106 - [ a r:Fact; r:gives {((0 6 9 6) "=<") list:sort (0 6 6 9)}] - [ a r:Fact; r:gives {((0 6 9 6) ">=") list:sort (9 6 6 0)}] - skolem:lemma7068 - skolem:lemma7069 - [ a r:Fact; r:gives {(9660 669) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4693 a r:Inference; - r:gives { - 697 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {697 math:notEqualTo 0}] - skolem:lemma7107 - [ a r:Fact; r:gives {((0 6 9 7) "=<") list:sort (0 6 7 9)}] - [ a r:Fact; r:gives {((0 6 9 7) ">=") list:sort (9 7 6 0)}] - skolem:lemma7084 - skolem:lemma7085 - [ a r:Fact; r:gives {(9760 679) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4694 a r:Inference; - r:gives { - 698 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {698 math:notEqualTo 0}] - skolem:lemma7108 - [ a r:Fact; r:gives {((0 6 9 8) "=<") list:sort (0 6 8 9)}] - [ a r:Fact; r:gives {((0 6 9 8) ">=") list:sort (9 8 6 0)}] - skolem:lemma7098 - skolem:lemma7099 - [ a r:Fact; r:gives {(9860 689) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4695 a r:Inference; - r:gives { - 699 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {699 math:notEqualTo 0}] - skolem:lemma7109 - [ a r:Fact; r:gives {((0 6 9 9) "=<") list:sort (0 6 9 9)}] - [ a r:Fact; r:gives {((0 6 9 9) ">=") list:sort (9 9 6 0)}] - skolem:lemma7110 - skolem:lemma7111 - [ a r:Fact; r:gives {(9960 699) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4696 a r:Inference; - r:gives { - 700 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {700 math:notEqualTo 0}] - skolem:lemma7112 - [ a r:Fact; r:gives {((0 7 0 0) "=<") list:sort (0 0 0 7)}] - [ a r:Fact; r:gives {((0 7 0 0) ">=") list:sort (7 0 0 0)}] - skolem:lemma6014 - skolem:lemma6015 - [ a r:Fact; r:gives {(7000 7) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4697 a r:Inference; - r:gives { - 701 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {701 math:notEqualTo 0}] - skolem:lemma7113 - [ a r:Fact; r:gives {((0 7 0 1) "=<") list:sort (0 0 1 7)}] - [ a r:Fact; r:gives {((0 7 0 1) ">=") list:sort (7 1 0 0)}] - skolem:lemma6042 - skolem:lemma6043 - [ a r:Fact; r:gives {(7100 17) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4698 a r:Inference; - r:gives { - 702 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {702 math:notEqualTo 0}] - skolem:lemma7114 - [ a r:Fact; r:gives {((0 7 0 2) "=<") list:sort (0 0 2 7)}] - [ a r:Fact; r:gives {((0 7 0 2) ">=") list:sort (7 2 0 0)}] - skolem:lemma6068 - skolem:lemma6069 - [ a r:Fact; r:gives {(7200 27) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4699 a r:Inference; - r:gives { - 703 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {703 math:notEqualTo 0}] - skolem:lemma7115 - [ a r:Fact; r:gives {((0 7 0 3) "=<") list:sort (0 0 3 7)}] - [ a r:Fact; r:gives {((0 7 0 3) ">=") list:sort (7 3 0 0)}] - skolem:lemma6092 - skolem:lemma6093 - [ a r:Fact; r:gives {(7300 37) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4700 a r:Inference; - r:gives { - 704 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {704 math:notEqualTo 0}] - skolem:lemma7116 - [ a r:Fact; r:gives {((0 7 0 4) "=<") list:sort (0 0 4 7)}] - [ a r:Fact; r:gives {((0 7 0 4) ">=") list:sort (7 4 0 0)}] - skolem:lemma6114 - skolem:lemma6115 - [ a r:Fact; r:gives {(7400 47) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4701 a r:Inference; - r:gives { - 705 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {705 math:notEqualTo 0}] - skolem:lemma7117 - [ a r:Fact; r:gives {((0 7 0 5) "=<") list:sort (0 0 5 7)}] - [ a r:Fact; r:gives {((0 7 0 5) ">=") list:sort (7 5 0 0)}] - skolem:lemma6134 - skolem:lemma6135 - [ a r:Fact; r:gives {(7500 57) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4702 a r:Inference; - r:gives { - 706 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {706 math:notEqualTo 0}] - skolem:lemma7118 - [ a r:Fact; r:gives {((0 7 0 6) "=<") list:sort (0 0 6 7)}] - [ a r:Fact; r:gives {((0 7 0 6) ">=") list:sort (7 6 0 0)}] - skolem:lemma6152 - skolem:lemma6153 - [ a r:Fact; r:gives {(7600 67) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4703 a r:Inference; - r:gives { - 707 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {707 math:notEqualTo 0}] - skolem:lemma7119 - [ a r:Fact; r:gives {((0 7 0 7) "=<") list:sort (0 0 7 7)}] - [ a r:Fact; r:gives {((0 7 0 7) ">=") list:sort (7 7 0 0)}] - skolem:lemma6168 - skolem:lemma6169 - [ a r:Fact; r:gives {(7700 77) math:difference 7623}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7623 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7623 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4704 a r:Inference; - r:gives { - 708 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {708 math:notEqualTo 0}] - skolem:lemma7120 - [ a r:Fact; r:gives {((0 7 0 8) "=<") list:sort (0 0 7 8)}] - [ a r:Fact; r:gives {((0 7 0 8) ">=") list:sort (8 7 0 0)}] - skolem:lemma6171 - skolem:lemma6172 - [ a r:Fact; r:gives {(8700 78) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4705 a r:Inference; - r:gives { - 709 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {709 math:notEqualTo 0}] - skolem:lemma7121 - [ a r:Fact; r:gives {((0 7 0 9) "=<") list:sort (0 0 7 9)}] - [ a r:Fact; r:gives {((0 7 0 9) ">=") list:sort (9 7 0 0)}] - skolem:lemma6174 - skolem:lemma6175 - [ a r:Fact; r:gives {(9700 79) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4706 a r:Inference; - r:gives { - 710 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {710 math:notEqualTo 0}] - skolem:lemma7122 - [ a r:Fact; r:gives {((0 7 1 0) "=<") list:sort (0 0 1 7)}] - [ a r:Fact; r:gives {((0 7 1 0) ">=") list:sort (7 1 0 0)}] - skolem:lemma6042 - skolem:lemma6043 - [ a r:Fact; r:gives {(7100 17) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4707 a r:Inference; - r:gives { - 711 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {711 math:notEqualTo 0}] - skolem:lemma7123 - [ a r:Fact; r:gives {((0 7 1 1) "=<") list:sort (0 1 1 7)}] - [ a r:Fact; r:gives {((0 7 1 1) ">=") list:sort (7 1 1 0)}] - skolem:lemma6232 - skolem:lemma6233 - [ a r:Fact; r:gives {(7110 117) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4708 a r:Inference; - r:gives { - 712 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {712 math:notEqualTo 0}] - skolem:lemma7124 - [ a r:Fact; r:gives {((0 7 1 2) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((0 7 1 2) ">=") list:sort (7 2 1 0)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4709 a r:Inference; - r:gives { - 713 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {713 math:notEqualTo 0}] - skolem:lemma7125 - [ a r:Fact; r:gives {((0 7 1 3) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((0 7 1 3) ">=") list:sort (7 3 1 0)}] - skolem:lemma6282 - skolem:lemma6283 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4710 a r:Inference; - r:gives { - 714 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {714 math:notEqualTo 0}] - skolem:lemma7126 - [ a r:Fact; r:gives {((0 7 1 4) "=<") list:sort (0 1 4 7)}] - [ a r:Fact; r:gives {((0 7 1 4) ">=") list:sort (7 4 1 0)}] - skolem:lemma6304 - skolem:lemma6305 - [ a r:Fact; r:gives {(7410 147) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4711 a r:Inference; - r:gives { - 715 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {715 math:notEqualTo 0}] - skolem:lemma7127 - [ a r:Fact; r:gives {((0 7 1 5) "=<") list:sort (0 1 5 7)}] - [ a r:Fact; r:gives {((0 7 1 5) ">=") list:sort (7 5 1 0)}] - skolem:lemma6324 - skolem:lemma6325 - [ a r:Fact; r:gives {(7510 157) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4712 a r:Inference; - r:gives { - 716 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {716 math:notEqualTo 0}] - skolem:lemma7128 - [ a r:Fact; r:gives {((0 7 1 6) "=<") list:sort (0 1 6 7)}] - [ a r:Fact; r:gives {((0 7 1 6) ">=") list:sort (7 6 1 0)}] - skolem:lemma6342 - skolem:lemma6343 - [ a r:Fact; r:gives {(7610 167) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4713 a r:Inference; - r:gives { - 717 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {717 math:notEqualTo 0}] - skolem:lemma7129 - [ a r:Fact; r:gives {((0 7 1 7) "=<") list:sort (0 1 7 7)}] - [ a r:Fact; r:gives {((0 7 1 7) ">=") list:sort (7 7 1 0)}] - skolem:lemma6358 - skolem:lemma6359 - [ a r:Fact; r:gives {(7710 177) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4714 a r:Inference; - r:gives { - 718 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {718 math:notEqualTo 0}] - skolem:lemma7130 - [ a r:Fact; r:gives {((0 7 1 8) "=<") list:sort (0 1 7 8)}] - [ a r:Fact; r:gives {((0 7 1 8) ">=") list:sort (8 7 1 0)}] - skolem:lemma6361 - skolem:lemma6362 - [ a r:Fact; r:gives {(8710 178) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4715 a r:Inference; - r:gives { - 719 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {719 math:notEqualTo 0}] - skolem:lemma7131 - [ a r:Fact; r:gives {((0 7 1 9) "=<") list:sort (0 1 7 9)}] - [ a r:Fact; r:gives {((0 7 1 9) ">=") list:sort (9 7 1 0)}] - skolem:lemma6364 - skolem:lemma6365 - [ a r:Fact; r:gives {(9710 179) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4716 a r:Inference; - r:gives { - 720 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {720 math:notEqualTo 0}] - skolem:lemma7132 - [ a r:Fact; r:gives {((0 7 2 0) "=<") list:sort (0 0 2 7)}] - [ a r:Fact; r:gives {((0 7 2 0) ">=") list:sort (7 2 0 0)}] - skolem:lemma6068 - skolem:lemma6069 - [ a r:Fact; r:gives {(7200 27) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4717 a r:Inference; - r:gives { - 721 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {721 math:notEqualTo 0}] - skolem:lemma7133 - [ a r:Fact; r:gives {((0 7 2 1) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((0 7 2 1) ">=") list:sort (7 2 1 0)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4718 a r:Inference; - r:gives { - 722 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {722 math:notEqualTo 0}] - skolem:lemma7134 - [ a r:Fact; r:gives {((0 7 2 2) "=<") list:sort (0 2 2 7)}] - [ a r:Fact; r:gives {((0 7 2 2) ">=") list:sort (7 2 2 0)}] - skolem:lemma6430 - skolem:lemma6431 - [ a r:Fact; r:gives {(7220 227) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4719 a r:Inference; - r:gives { - 723 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {723 math:notEqualTo 0}] - skolem:lemma7135 - [ a r:Fact; r:gives {((0 7 2 3) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((0 7 2 3) ">=") list:sort (7 3 2 0)}] - skolem:lemma6454 - skolem:lemma6455 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4720 a r:Inference; - r:gives { - 724 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {724 math:notEqualTo 0}] - skolem:lemma7136 - [ a r:Fact; r:gives {((0 7 2 4) "=<") list:sort (0 2 4 7)}] - [ a r:Fact; r:gives {((0 7 2 4) ">=") list:sort (7 4 2 0)}] - skolem:lemma6476 - skolem:lemma6477 - [ a r:Fact; r:gives {(7420 247) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4721 a r:Inference; - r:gives { - 725 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {725 math:notEqualTo 0}] - skolem:lemma7137 - [ a r:Fact; r:gives {((0 7 2 5) "=<") list:sort (0 2 5 7)}] - [ a r:Fact; r:gives {((0 7 2 5) ">=") list:sort (7 5 2 0)}] - skolem:lemma6496 - skolem:lemma6497 - [ a r:Fact; r:gives {(7520 257) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4722 a r:Inference; - r:gives { - 726 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {726 math:notEqualTo 0}] - skolem:lemma7138 - [ a r:Fact; r:gives {((0 7 2 6) "=<") list:sort (0 2 6 7)}] - [ a r:Fact; r:gives {((0 7 2 6) ">=") list:sort (7 6 2 0)}] - skolem:lemma6514 - skolem:lemma6515 - [ a r:Fact; r:gives {(7620 267) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4723 a r:Inference; - r:gives { - 727 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {727 math:notEqualTo 0}] - skolem:lemma7139 - [ a r:Fact; r:gives {((0 7 2 7) "=<") list:sort (0 2 7 7)}] - [ a r:Fact; r:gives {((0 7 2 7) ">=") list:sort (7 7 2 0)}] - skolem:lemma6530 - skolem:lemma6531 - [ a r:Fact; r:gives {(7720 277) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4724 a r:Inference; - r:gives { - 728 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {728 math:notEqualTo 0}] - skolem:lemma7140 - [ a r:Fact; r:gives {((0 7 2 8) "=<") list:sort (0 2 7 8)}] - [ a r:Fact; r:gives {((0 7 2 8) ">=") list:sort (8 7 2 0)}] - skolem:lemma6533 - skolem:lemma6534 - [ a r:Fact; r:gives {(8720 278) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4725 a r:Inference; - r:gives { - 729 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {729 math:notEqualTo 0}] - skolem:lemma7141 - [ a r:Fact; r:gives {((0 7 2 9) "=<") list:sort (0 2 7 9)}] - [ a r:Fact; r:gives {((0 7 2 9) ">=") list:sort (9 7 2 0)}] - skolem:lemma6536 - skolem:lemma6537 - [ a r:Fact; r:gives {(9720 279) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4726 a r:Inference; - r:gives { - 730 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {730 math:notEqualTo 0}] - skolem:lemma7142 - [ a r:Fact; r:gives {((0 7 3 0) "=<") list:sort (0 0 3 7)}] - [ a r:Fact; r:gives {((0 7 3 0) ">=") list:sort (7 3 0 0)}] - skolem:lemma6092 - skolem:lemma6093 - [ a r:Fact; r:gives {(7300 37) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4727 a r:Inference; - r:gives { - 731 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {731 math:notEqualTo 0}] - skolem:lemma7143 - [ a r:Fact; r:gives {((0 7 3 1) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((0 7 3 1) ">=") list:sort (7 3 1 0)}] - skolem:lemma6282 - skolem:lemma6283 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4728 a r:Inference; - r:gives { - 732 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {732 math:notEqualTo 0}] - skolem:lemma7144 - [ a r:Fact; r:gives {((0 7 3 2) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((0 7 3 2) ">=") list:sort (7 3 2 0)}] - skolem:lemma6454 - skolem:lemma6455 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4729 a r:Inference; - r:gives { - 733 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {733 math:notEqualTo 0}] - skolem:lemma7145 - [ a r:Fact; r:gives {((0 7 3 3) "=<") list:sort (0 3 3 7)}] - [ a r:Fact; r:gives {((0 7 3 3) ">=") list:sort (7 3 3 0)}] - skolem:lemma6610 - skolem:lemma6611 - [ a r:Fact; r:gives {(7330 337) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4730 a r:Inference; - r:gives { - 734 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {734 math:notEqualTo 0}] - skolem:lemma7146 - [ a r:Fact; r:gives {((0 7 3 4) "=<") list:sort (0 3 4 7)}] - [ a r:Fact; r:gives {((0 7 3 4) ">=") list:sort (7 4 3 0)}] - skolem:lemma6632 - skolem:lemma6633 - [ a r:Fact; r:gives {(7430 347) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4731 a r:Inference; - r:gives { - 735 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {735 math:notEqualTo 0}] - skolem:lemma7147 - [ a r:Fact; r:gives {((0 7 3 5) "=<") list:sort (0 3 5 7)}] - [ a r:Fact; r:gives {((0 7 3 5) ">=") list:sort (7 5 3 0)}] - skolem:lemma6652 - skolem:lemma6653 - [ a r:Fact; r:gives {(7530 357) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4732 a r:Inference; - r:gives { - 736 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {736 math:notEqualTo 0}] - skolem:lemma7148 - [ a r:Fact; r:gives {((0 7 3 6) "=<") list:sort (0 3 6 7)}] - [ a r:Fact; r:gives {((0 7 3 6) ">=") list:sort (7 6 3 0)}] - skolem:lemma6670 - skolem:lemma6671 - [ a r:Fact; r:gives {(7630 367) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4733 a r:Inference; - r:gives { - 737 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {737 math:notEqualTo 0}] - skolem:lemma7149 - [ a r:Fact; r:gives {((0 7 3 7) "=<") list:sort (0 3 7 7)}] - [ a r:Fact; r:gives {((0 7 3 7) ">=") list:sort (7 7 3 0)}] - skolem:lemma6686 - skolem:lemma6687 - [ a r:Fact; r:gives {(7730 377) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4734 a r:Inference; - r:gives { - 738 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {738 math:notEqualTo 0}] - skolem:lemma7150 - [ a r:Fact; r:gives {((0 7 3 8) "=<") list:sort (0 3 7 8)}] - [ a r:Fact; r:gives {((0 7 3 8) ">=") list:sort (8 7 3 0)}] - skolem:lemma6689 - skolem:lemma6690 - [ a r:Fact; r:gives {(8730 378) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4735 a r:Inference; - r:gives { - 739 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {739 math:notEqualTo 0}] - skolem:lemma7151 - [ a r:Fact; r:gives {((0 7 3 9) "=<") list:sort (0 3 7 9)}] - [ a r:Fact; r:gives {((0 7 3 9) ">=") list:sort (9 7 3 0)}] - skolem:lemma6692 - skolem:lemma6693 - [ a r:Fact; r:gives {(9730 379) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4736 a r:Inference; - r:gives { - 740 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {740 math:notEqualTo 0}] - skolem:lemma7152 - [ a r:Fact; r:gives {((0 7 4 0) "=<") list:sort (0 0 4 7)}] - [ a r:Fact; r:gives {((0 7 4 0) ">=") list:sort (7 4 0 0)}] - skolem:lemma6114 - skolem:lemma6115 - [ a r:Fact; r:gives {(7400 47) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4737 a r:Inference; - r:gives { - 741 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {741 math:notEqualTo 0}] - skolem:lemma7153 - [ a r:Fact; r:gives {((0 7 4 1) "=<") list:sort (0 1 4 7)}] - [ a r:Fact; r:gives {((0 7 4 1) ">=") list:sort (7 4 1 0)}] - skolem:lemma6304 - skolem:lemma6305 - [ a r:Fact; r:gives {(7410 147) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4738 a r:Inference; - r:gives { - 742 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {742 math:notEqualTo 0}] - skolem:lemma7154 - [ a r:Fact; r:gives {((0 7 4 2) "=<") list:sort (0 2 4 7)}] - [ a r:Fact; r:gives {((0 7 4 2) ">=") list:sort (7 4 2 0)}] - skolem:lemma6476 - skolem:lemma6477 - [ a r:Fact; r:gives {(7420 247) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4739 a r:Inference; - r:gives { - 743 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {743 math:notEqualTo 0}] - skolem:lemma7155 - [ a r:Fact; r:gives {((0 7 4 3) "=<") list:sort (0 3 4 7)}] - [ a r:Fact; r:gives {((0 7 4 3) ">=") list:sort (7 4 3 0)}] - skolem:lemma6632 - skolem:lemma6633 - [ a r:Fact; r:gives {(7430 347) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4740 a r:Inference; - r:gives { - 744 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {744 math:notEqualTo 0}] - skolem:lemma7156 - [ a r:Fact; r:gives {((0 7 4 4) "=<") list:sort (0 4 4 7)}] - [ a r:Fact; r:gives {((0 7 4 4) ">=") list:sort (7 4 4 0)}] - skolem:lemma6774 - skolem:lemma6775 - [ a r:Fact; r:gives {(7440 447) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4741 a r:Inference; - r:gives { - 745 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {745 math:notEqualTo 0}] - skolem:lemma7157 - [ a r:Fact; r:gives {((0 7 4 5) "=<") list:sort (0 4 5 7)}] - [ a r:Fact; r:gives {((0 7 4 5) ">=") list:sort (7 5 4 0)}] - skolem:lemma6794 - skolem:lemma6795 - [ a r:Fact; r:gives {(7540 457) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4742 a r:Inference; - r:gives { - 746 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {746 math:notEqualTo 0}] - skolem:lemma7158 - [ a r:Fact; r:gives {((0 7 4 6) "=<") list:sort (0 4 6 7)}] - [ a r:Fact; r:gives {((0 7 4 6) ">=") list:sort (7 6 4 0)}] - skolem:lemma6812 - skolem:lemma6813 - [ a r:Fact; r:gives {(7640 467) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4743 a r:Inference; - r:gives { - 747 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {747 math:notEqualTo 0}] - skolem:lemma7159 - [ a r:Fact; r:gives {((0 7 4 7) "=<") list:sort (0 4 7 7)}] - [ a r:Fact; r:gives {((0 7 4 7) ">=") list:sort (7 7 4 0)}] - skolem:lemma6828 - skolem:lemma6829 - [ a r:Fact; r:gives {(7740 477) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4744 a r:Inference; - r:gives { - 748 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {748 math:notEqualTo 0}] - skolem:lemma7160 - [ a r:Fact; r:gives {((0 7 4 8) "=<") list:sort (0 4 7 8)}] - [ a r:Fact; r:gives {((0 7 4 8) ">=") list:sort (8 7 4 0)}] - skolem:lemma6831 - skolem:lemma6832 - [ a r:Fact; r:gives {(8740 478) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4745 a r:Inference; - r:gives { - 749 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {749 math:notEqualTo 0}] - skolem:lemma7161 - [ a r:Fact; r:gives {((0 7 4 9) "=<") list:sort (0 4 7 9)}] - [ a r:Fact; r:gives {((0 7 4 9) ">=") list:sort (9 7 4 0)}] - skolem:lemma6834 - skolem:lemma6835 - [ a r:Fact; r:gives {(9740 479) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4746 a r:Inference; - r:gives { - 750 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {750 math:notEqualTo 0}] - skolem:lemma7162 - [ a r:Fact; r:gives {((0 7 5 0) "=<") list:sort (0 0 5 7)}] - [ a r:Fact; r:gives {((0 7 5 0) ">=") list:sort (7 5 0 0)}] - skolem:lemma6134 - skolem:lemma6135 - [ a r:Fact; r:gives {(7500 57) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4747 a r:Inference; - r:gives { - 751 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {751 math:notEqualTo 0}] - skolem:lemma7163 - [ a r:Fact; r:gives {((0 7 5 1) "=<") list:sort (0 1 5 7)}] - [ a r:Fact; r:gives {((0 7 5 1) ">=") list:sort (7 5 1 0)}] - skolem:lemma6324 - skolem:lemma6325 - [ a r:Fact; r:gives {(7510 157) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4748 a r:Inference; - r:gives { - 752 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {752 math:notEqualTo 0}] - skolem:lemma7164 - [ a r:Fact; r:gives {((0 7 5 2) "=<") list:sort (0 2 5 7)}] - [ a r:Fact; r:gives {((0 7 5 2) ">=") list:sort (7 5 2 0)}] - skolem:lemma6496 - skolem:lemma6497 - [ a r:Fact; r:gives {(7520 257) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4749 a r:Inference; - r:gives { - 753 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {753 math:notEqualTo 0}] - skolem:lemma7165 - [ a r:Fact; r:gives {((0 7 5 3) "=<") list:sort (0 3 5 7)}] - [ a r:Fact; r:gives {((0 7 5 3) ">=") list:sort (7 5 3 0)}] - skolem:lemma6652 - skolem:lemma6653 - [ a r:Fact; r:gives {(7530 357) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4750 a r:Inference; - r:gives { - 754 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {754 math:notEqualTo 0}] - skolem:lemma7166 - [ a r:Fact; r:gives {((0 7 5 4) "=<") list:sort (0 4 5 7)}] - [ a r:Fact; r:gives {((0 7 5 4) ">=") list:sort (7 5 4 0)}] - skolem:lemma6794 - skolem:lemma6795 - [ a r:Fact; r:gives {(7540 457) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4751 a r:Inference; - r:gives { - 755 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {755 math:notEqualTo 0}] - skolem:lemma7167 - [ a r:Fact; r:gives {((0 7 5 5) "=<") list:sort (0 5 5 7)}] - [ a r:Fact; r:gives {((0 7 5 5) ">=") list:sort (7 5 5 0)}] - skolem:lemma6924 - skolem:lemma6925 - [ a r:Fact; r:gives {(7550 557) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4752 a r:Inference; - r:gives { - 756 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {756 math:notEqualTo 0}] - skolem:lemma7168 - [ a r:Fact; r:gives {((0 7 5 6) "=<") list:sort (0 5 6 7)}] - [ a r:Fact; r:gives {((0 7 5 6) ">=") list:sort (7 6 5 0)}] - skolem:lemma6942 - skolem:lemma6943 - [ a r:Fact; r:gives {(7650 567) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4753 a r:Inference; - r:gives { - 757 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {757 math:notEqualTo 0}] - skolem:lemma7169 - [ a r:Fact; r:gives {((0 7 5 7) "=<") list:sort (0 5 7 7)}] - [ a r:Fact; r:gives {((0 7 5 7) ">=") list:sort (7 7 5 0)}] - skolem:lemma6958 - skolem:lemma6959 - [ a r:Fact; r:gives {(7750 577) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4754 a r:Inference; - r:gives { - 758 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {758 math:notEqualTo 0}] - skolem:lemma7170 - [ a r:Fact; r:gives {((0 7 5 8) "=<") list:sort (0 5 7 8)}] - [ a r:Fact; r:gives {((0 7 5 8) ">=") list:sort (8 7 5 0)}] - skolem:lemma6961 - skolem:lemma6962 - [ a r:Fact; r:gives {(8750 578) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4755 a r:Inference; - r:gives { - 759 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {759 math:notEqualTo 0}] - skolem:lemma7171 - [ a r:Fact; r:gives {((0 7 5 9) "=<") list:sort (0 5 7 9)}] - [ a r:Fact; r:gives {((0 7 5 9) ">=") list:sort (9 7 5 0)}] - skolem:lemma6964 - skolem:lemma6965 - [ a r:Fact; r:gives {(9750 579) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4756 a r:Inference; - r:gives { - 760 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {760 math:notEqualTo 0}] - skolem:lemma7172 - [ a r:Fact; r:gives {((0 7 6 0) "=<") list:sort (0 0 6 7)}] - [ a r:Fact; r:gives {((0 7 6 0) ">=") list:sort (7 6 0 0)}] - skolem:lemma6152 - skolem:lemma6153 - [ a r:Fact; r:gives {(7600 67) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4757 a r:Inference; - r:gives { - 761 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {761 math:notEqualTo 0}] - skolem:lemma7173 - [ a r:Fact; r:gives {((0 7 6 1) "=<") list:sort (0 1 6 7)}] - [ a r:Fact; r:gives {((0 7 6 1) ">=") list:sort (7 6 1 0)}] - skolem:lemma6342 - skolem:lemma6343 - [ a r:Fact; r:gives {(7610 167) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4758 a r:Inference; - r:gives { - 762 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {762 math:notEqualTo 0}] - skolem:lemma7174 - [ a r:Fact; r:gives {((0 7 6 2) "=<") list:sort (0 2 6 7)}] - [ a r:Fact; r:gives {((0 7 6 2) ">=") list:sort (7 6 2 0)}] - skolem:lemma6514 - skolem:lemma6515 - [ a r:Fact; r:gives {(7620 267) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4759 a r:Inference; - r:gives { - 763 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {763 math:notEqualTo 0}] - skolem:lemma7175 - [ a r:Fact; r:gives {((0 7 6 3) "=<") list:sort (0 3 6 7)}] - [ a r:Fact; r:gives {((0 7 6 3) ">=") list:sort (7 6 3 0)}] - skolem:lemma6670 - skolem:lemma6671 - [ a r:Fact; r:gives {(7630 367) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4760 a r:Inference; - r:gives { - 764 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {764 math:notEqualTo 0}] - skolem:lemma7176 - [ a r:Fact; r:gives {((0 7 6 4) "=<") list:sort (0 4 6 7)}] - [ a r:Fact; r:gives {((0 7 6 4) ">=") list:sort (7 6 4 0)}] - skolem:lemma6812 - skolem:lemma6813 - [ a r:Fact; r:gives {(7640 467) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4761 a r:Inference; - r:gives { - 765 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {765 math:notEqualTo 0}] - skolem:lemma7177 - [ a r:Fact; r:gives {((0 7 6 5) "=<") list:sort (0 5 6 7)}] - [ a r:Fact; r:gives {((0 7 6 5) ">=") list:sort (7 6 5 0)}] - skolem:lemma6942 - skolem:lemma6943 - [ a r:Fact; r:gives {(7650 567) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4762 a r:Inference; - r:gives { - 766 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {766 math:notEqualTo 0}] - skolem:lemma7178 - [ a r:Fact; r:gives {((0 7 6 6) "=<") list:sort (0 6 6 7)}] - [ a r:Fact; r:gives {((0 7 6 6) ">=") list:sort (7 6 6 0)}] - skolem:lemma7062 - skolem:lemma7063 - [ a r:Fact; r:gives {(7660 667) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4763 a r:Inference; - r:gives { - 767 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {767 math:notEqualTo 0}] - skolem:lemma7179 - [ a r:Fact; r:gives {((0 7 6 7) "=<") list:sort (0 6 7 7)}] - [ a r:Fact; r:gives {((0 7 6 7) ">=") list:sort (7 7 6 0)}] - skolem:lemma7078 - skolem:lemma7079 - [ a r:Fact; r:gives {(7760 677) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4764 a r:Inference; - r:gives { - 768 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {768 math:notEqualTo 0}] - skolem:lemma7180 - [ a r:Fact; r:gives {((0 7 6 8) "=<") list:sort (0 6 7 8)}] - [ a r:Fact; r:gives {((0 7 6 8) ">=") list:sort (8 7 6 0)}] - skolem:lemma7081 - skolem:lemma7082 - [ a r:Fact; r:gives {(8760 678) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4765 a r:Inference; - r:gives { - 769 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {769 math:notEqualTo 0}] - skolem:lemma7181 - [ a r:Fact; r:gives {((0 7 6 9) "=<") list:sort (0 6 7 9)}] - [ a r:Fact; r:gives {((0 7 6 9) ">=") list:sort (9 7 6 0)}] - skolem:lemma7084 - skolem:lemma7085 - [ a r:Fact; r:gives {(9760 679) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4766 a r:Inference; - r:gives { - 770 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {770 math:notEqualTo 0}] - skolem:lemma7182 - [ a r:Fact; r:gives {((0 7 7 0) "=<") list:sort (0 0 7 7)}] - [ a r:Fact; r:gives {((0 7 7 0) ">=") list:sort (7 7 0 0)}] - skolem:lemma6168 - skolem:lemma6169 - [ a r:Fact; r:gives {(7700 77) math:difference 7623}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7623 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7623 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4767 a r:Inference; - r:gives { - 771 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {771 math:notEqualTo 0}] - skolem:lemma7183 - [ a r:Fact; r:gives {((0 7 7 1) "=<") list:sort (0 1 7 7)}] - [ a r:Fact; r:gives {((0 7 7 1) ">=") list:sort (7 7 1 0)}] - skolem:lemma6358 - skolem:lemma6359 - [ a r:Fact; r:gives {(7710 177) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4768 a r:Inference; - r:gives { - 772 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {772 math:notEqualTo 0}] - skolem:lemma7184 - [ a r:Fact; r:gives {((0 7 7 2) "=<") list:sort (0 2 7 7)}] - [ a r:Fact; r:gives {((0 7 7 2) ">=") list:sort (7 7 2 0)}] - skolem:lemma6530 - skolem:lemma6531 - [ a r:Fact; r:gives {(7720 277) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4769 a r:Inference; - r:gives { - 773 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {773 math:notEqualTo 0}] - skolem:lemma7185 - [ a r:Fact; r:gives {((0 7 7 3) "=<") list:sort (0 3 7 7)}] - [ a r:Fact; r:gives {((0 7 7 3) ">=") list:sort (7 7 3 0)}] - skolem:lemma6686 - skolem:lemma6687 - [ a r:Fact; r:gives {(7730 377) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4770 a r:Inference; - r:gives { - 774 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {774 math:notEqualTo 0}] - skolem:lemma7186 - [ a r:Fact; r:gives {((0 7 7 4) "=<") list:sort (0 4 7 7)}] - [ a r:Fact; r:gives {((0 7 7 4) ">=") list:sort (7 7 4 0)}] - skolem:lemma6828 - skolem:lemma6829 - [ a r:Fact; r:gives {(7740 477) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4771 a r:Inference; - r:gives { - 775 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {775 math:notEqualTo 0}] - skolem:lemma7187 - [ a r:Fact; r:gives {((0 7 7 5) "=<") list:sort (0 5 7 7)}] - [ a r:Fact; r:gives {((0 7 7 5) ">=") list:sort (7 7 5 0)}] - skolem:lemma6958 - skolem:lemma6959 - [ a r:Fact; r:gives {(7750 577) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4772 a r:Inference; - r:gives { - 776 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {776 math:notEqualTo 0}] - skolem:lemma7188 - [ a r:Fact; r:gives {((0 7 7 6) "=<") list:sort (0 6 7 7)}] - [ a r:Fact; r:gives {((0 7 7 6) ">=") list:sort (7 7 6 0)}] - skolem:lemma7078 - skolem:lemma7079 - [ a r:Fact; r:gives {(7760 677) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4773 a r:Inference; - r:gives { - 777 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {777 math:notEqualTo 0}] - skolem:lemma7189 - [ a r:Fact; r:gives {((0 7 7 7) "=<") list:sort (0 7 7 7)}] - [ a r:Fact; r:gives {((0 7 7 7) ">=") list:sort (7 7 7 0)}] - skolem:lemma7190 - skolem:lemma7191 - [ a r:Fact; r:gives {(7770 777) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4774 a r:Inference; - r:gives { - 778 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {778 math:notEqualTo 0}] - skolem:lemma7192 - [ a r:Fact; r:gives {((0 7 7 8) "=<") list:sort (0 7 7 8)}] - [ a r:Fact; r:gives {((0 7 7 8) ">=") list:sort (8 7 7 0)}] - skolem:lemma7193 - skolem:lemma7194 - [ a r:Fact; r:gives {(8770 778) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4775 a r:Inference; - r:gives { - 779 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {779 math:notEqualTo 0}] - skolem:lemma7195 - [ a r:Fact; r:gives {((0 7 7 9) "=<") list:sort (0 7 7 9)}] - [ a r:Fact; r:gives {((0 7 7 9) ">=") list:sort (9 7 7 0)}] - skolem:lemma7196 - skolem:lemma7197 - [ a r:Fact; r:gives {(9770 779) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4776 a r:Inference; - r:gives { - 780 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {780 math:notEqualTo 0}] - skolem:lemma7198 - [ a r:Fact; r:gives {((0 7 8 0) "=<") list:sort (0 0 7 8)}] - [ a r:Fact; r:gives {((0 7 8 0) ">=") list:sort (8 7 0 0)}] - skolem:lemma6171 - skolem:lemma6172 - [ a r:Fact; r:gives {(8700 78) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4777 a r:Inference; - r:gives { - 781 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {781 math:notEqualTo 0}] - skolem:lemma7199 - [ a r:Fact; r:gives {((0 7 8 1) "=<") list:sort (0 1 7 8)}] - [ a r:Fact; r:gives {((0 7 8 1) ">=") list:sort (8 7 1 0)}] - skolem:lemma6361 - skolem:lemma6362 - [ a r:Fact; r:gives {(8710 178) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4778 a r:Inference; - r:gives { - 782 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {782 math:notEqualTo 0}] - skolem:lemma7200 - [ a r:Fact; r:gives {((0 7 8 2) "=<") list:sort (0 2 7 8)}] - [ a r:Fact; r:gives {((0 7 8 2) ">=") list:sort (8 7 2 0)}] - skolem:lemma6533 - skolem:lemma6534 - [ a r:Fact; r:gives {(8720 278) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4779 a r:Inference; - r:gives { - 783 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {783 math:notEqualTo 0}] - skolem:lemma7201 - [ a r:Fact; r:gives {((0 7 8 3) "=<") list:sort (0 3 7 8)}] - [ a r:Fact; r:gives {((0 7 8 3) ">=") list:sort (8 7 3 0)}] - skolem:lemma6689 - skolem:lemma6690 - [ a r:Fact; r:gives {(8730 378) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4780 a r:Inference; - r:gives { - 784 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {784 math:notEqualTo 0}] - skolem:lemma7202 - [ a r:Fact; r:gives {((0 7 8 4) "=<") list:sort (0 4 7 8)}] - [ a r:Fact; r:gives {((0 7 8 4) ">=") list:sort (8 7 4 0)}] - skolem:lemma6831 - skolem:lemma6832 - [ a r:Fact; r:gives {(8740 478) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4781 a r:Inference; - r:gives { - 785 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {785 math:notEqualTo 0}] - skolem:lemma7203 - [ a r:Fact; r:gives {((0 7 8 5) "=<") list:sort (0 5 7 8)}] - [ a r:Fact; r:gives {((0 7 8 5) ">=") list:sort (8 7 5 0)}] - skolem:lemma6961 - skolem:lemma6962 - [ a r:Fact; r:gives {(8750 578) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4782 a r:Inference; - r:gives { - 786 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {786 math:notEqualTo 0}] - skolem:lemma7204 - [ a r:Fact; r:gives {((0 7 8 6) "=<") list:sort (0 6 7 8)}] - [ a r:Fact; r:gives {((0 7 8 6) ">=") list:sort (8 7 6 0)}] - skolem:lemma7081 - skolem:lemma7082 - [ a r:Fact; r:gives {(8760 678) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4783 a r:Inference; - r:gives { - 787 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {787 math:notEqualTo 0}] - skolem:lemma7205 - [ a r:Fact; r:gives {((0 7 8 7) "=<") list:sort (0 7 7 8)}] - [ a r:Fact; r:gives {((0 7 8 7) ">=") list:sort (8 7 7 0)}] - skolem:lemma7193 - skolem:lemma7194 - [ a r:Fact; r:gives {(8770 778) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4784 a r:Inference; - r:gives { - 788 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {788 math:notEqualTo 0}] - skolem:lemma7206 - [ a r:Fact; r:gives {((0 7 8 8) "=<") list:sort (0 7 8 8)}] - [ a r:Fact; r:gives {((0 7 8 8) ">=") list:sort (8 8 7 0)}] - skolem:lemma7207 - skolem:lemma7208 - [ a r:Fact; r:gives {(8870 788) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4785 a r:Inference; - r:gives { - 789 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {789 math:notEqualTo 0}] - skolem:lemma7209 - [ a r:Fact; r:gives {((0 7 8 9) "=<") list:sort (0 7 8 9)}] - [ a r:Fact; r:gives {((0 7 8 9) ">=") list:sort (9 8 7 0)}] - skolem:lemma7210 - skolem:lemma7211 - [ a r:Fact; r:gives {(9870 789) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4786 a r:Inference; - r:gives { - 790 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {790 math:notEqualTo 0}] - skolem:lemma7212 - [ a r:Fact; r:gives {((0 7 9 0) "=<") list:sort (0 0 7 9)}] - [ a r:Fact; r:gives {((0 7 9 0) ">=") list:sort (9 7 0 0)}] - skolem:lemma6174 - skolem:lemma6175 - [ a r:Fact; r:gives {(9700 79) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4787 a r:Inference; - r:gives { - 791 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {791 math:notEqualTo 0}] - skolem:lemma7213 - [ a r:Fact; r:gives {((0 7 9 1) "=<") list:sort (0 1 7 9)}] - [ a r:Fact; r:gives {((0 7 9 1) ">=") list:sort (9 7 1 0)}] - skolem:lemma6364 - skolem:lemma6365 - [ a r:Fact; r:gives {(9710 179) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4788 a r:Inference; - r:gives { - 792 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {792 math:notEqualTo 0}] - skolem:lemma7214 - [ a r:Fact; r:gives {((0 7 9 2) "=<") list:sort (0 2 7 9)}] - [ a r:Fact; r:gives {((0 7 9 2) ">=") list:sort (9 7 2 0)}] - skolem:lemma6536 - skolem:lemma6537 - [ a r:Fact; r:gives {(9720 279) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4789 a r:Inference; - r:gives { - 793 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {793 math:notEqualTo 0}] - skolem:lemma7215 - [ a r:Fact; r:gives {((0 7 9 3) "=<") list:sort (0 3 7 9)}] - [ a r:Fact; r:gives {((0 7 9 3) ">=") list:sort (9 7 3 0)}] - skolem:lemma6692 - skolem:lemma6693 - [ a r:Fact; r:gives {(9730 379) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4790 a r:Inference; - r:gives { - 794 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {794 math:notEqualTo 0}] - skolem:lemma7216 - [ a r:Fact; r:gives {((0 7 9 4) "=<") list:sort (0 4 7 9)}] - [ a r:Fact; r:gives {((0 7 9 4) ">=") list:sort (9 7 4 0)}] - skolem:lemma6834 - skolem:lemma6835 - [ a r:Fact; r:gives {(9740 479) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4791 a r:Inference; - r:gives { - 795 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {795 math:notEqualTo 0}] - skolem:lemma7217 - [ a r:Fact; r:gives {((0 7 9 5) "=<") list:sort (0 5 7 9)}] - [ a r:Fact; r:gives {((0 7 9 5) ">=") list:sort (9 7 5 0)}] - skolem:lemma6964 - skolem:lemma6965 - [ a r:Fact; r:gives {(9750 579) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4792 a r:Inference; - r:gives { - 796 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {796 math:notEqualTo 0}] - skolem:lemma7218 - [ a r:Fact; r:gives {((0 7 9 6) "=<") list:sort (0 6 7 9)}] - [ a r:Fact; r:gives {((0 7 9 6) ">=") list:sort (9 7 6 0)}] - skolem:lemma7084 - skolem:lemma7085 - [ a r:Fact; r:gives {(9760 679) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4793 a r:Inference; - r:gives { - 797 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {797 math:notEqualTo 0}] - skolem:lemma7219 - [ a r:Fact; r:gives {((0 7 9 7) "=<") list:sort (0 7 7 9)}] - [ a r:Fact; r:gives {((0 7 9 7) ">=") list:sort (9 7 7 0)}] - skolem:lemma7196 - skolem:lemma7197 - [ a r:Fact; r:gives {(9770 779) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4794 a r:Inference; - r:gives { - 798 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {798 math:notEqualTo 0}] - skolem:lemma7220 - [ a r:Fact; r:gives {((0 7 9 8) "=<") list:sort (0 7 8 9)}] - [ a r:Fact; r:gives {((0 7 9 8) ">=") list:sort (9 8 7 0)}] - skolem:lemma7210 - skolem:lemma7211 - [ a r:Fact; r:gives {(9870 789) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4795 a r:Inference; - r:gives { - 799 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {799 math:notEqualTo 0}] - skolem:lemma7221 - [ a r:Fact; r:gives {((0 7 9 9) "=<") list:sort (0 7 9 9)}] - [ a r:Fact; r:gives {((0 7 9 9) ">=") list:sort (9 9 7 0)}] - skolem:lemma7222 - skolem:lemma7223 - [ a r:Fact; r:gives {(9970 799) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4796 a r:Inference; - r:gives { - 800 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {800 math:notEqualTo 0}] - skolem:lemma7224 - [ a r:Fact; r:gives {((0 8 0 0) "=<") list:sort (0 0 0 8)}] - [ a r:Fact; r:gives {((0 8 0 0) ">=") list:sort (8 0 0 0)}] - skolem:lemma6017 - skolem:lemma6018 - [ a r:Fact; r:gives {(8000 8) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4797 a r:Inference; - r:gives { - 801 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {801 math:notEqualTo 0}] - skolem:lemma7225 - [ a r:Fact; r:gives {((0 8 0 1) "=<") list:sort (0 0 1 8)}] - [ a r:Fact; r:gives {((0 8 0 1) ">=") list:sort (8 1 0 0)}] - skolem:lemma6045 - skolem:lemma6046 - [ a r:Fact; r:gives {(8100 18) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4798 a r:Inference; - r:gives { - 802 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {802 math:notEqualTo 0}] - skolem:lemma7226 - [ a r:Fact; r:gives {((0 8 0 2) "=<") list:sort (0 0 2 8)}] - [ a r:Fact; r:gives {((0 8 0 2) ">=") list:sort (8 2 0 0)}] - skolem:lemma6071 - skolem:lemma6072 - [ a r:Fact; r:gives {(8200 28) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4799 a r:Inference; - r:gives { - 803 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {803 math:notEqualTo 0}] - skolem:lemma7227 - [ a r:Fact; r:gives {((0 8 0 3) "=<") list:sort (0 0 3 8)}] - [ a r:Fact; r:gives {((0 8 0 3) ">=") list:sort (8 3 0 0)}] - skolem:lemma6095 - skolem:lemma6096 - [ a r:Fact; r:gives {(8300 38) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4800 a r:Inference; - r:gives { - 804 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {804 math:notEqualTo 0}] - skolem:lemma7228 - [ a r:Fact; r:gives {((0 8 0 4) "=<") list:sort (0 0 4 8)}] - [ a r:Fact; r:gives {((0 8 0 4) ">=") list:sort (8 4 0 0)}] - skolem:lemma6117 - skolem:lemma6118 - [ a r:Fact; r:gives {(8400 48) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4801 a r:Inference; - r:gives { - 805 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {805 math:notEqualTo 0}] - skolem:lemma7229 - [ a r:Fact; r:gives {((0 8 0 5) "=<") list:sort (0 0 5 8)}] - [ a r:Fact; r:gives {((0 8 0 5) ">=") list:sort (8 5 0 0)}] - skolem:lemma6137 - skolem:lemma6138 - [ a r:Fact; r:gives {(8500 58) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4802 a r:Inference; - r:gives { - 806 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {806 math:notEqualTo 0}] - skolem:lemma7230 - [ a r:Fact; r:gives {((0 8 0 6) "=<") list:sort (0 0 6 8)}] - [ a r:Fact; r:gives {((0 8 0 6) ">=") list:sort (8 6 0 0)}] - skolem:lemma6155 - skolem:lemma6156 - [ a r:Fact; r:gives {(8600 68) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4803 a r:Inference; - r:gives { - 807 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {807 math:notEqualTo 0}] - skolem:lemma7231 - [ a r:Fact; r:gives {((0 8 0 7) "=<") list:sort (0 0 7 8)}] - [ a r:Fact; r:gives {((0 8 0 7) ">=") list:sort (8 7 0 0)}] - skolem:lemma6171 - skolem:lemma6172 - [ a r:Fact; r:gives {(8700 78) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4804 a r:Inference; - r:gives { - 808 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {808 math:notEqualTo 0}] - skolem:lemma7232 - [ a r:Fact; r:gives {((0 8 0 8) "=<") list:sort (0 0 8 8)}] - [ a r:Fact; r:gives {((0 8 0 8) ">=") list:sort (8 8 0 0)}] - skolem:lemma6185 - skolem:lemma6186 - [ a r:Fact; r:gives {(8800 88) math:difference 8712}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8712 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8712 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4805 a r:Inference; - r:gives { - 809 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {809 math:notEqualTo 0}] - skolem:lemma7233 - [ a r:Fact; r:gives {((0 8 0 9) "=<") list:sort (0 0 8 9)}] - [ a r:Fact; r:gives {((0 8 0 9) ">=") list:sort (9 8 0 0)}] - skolem:lemma6188 - skolem:lemma6189 - [ a r:Fact; r:gives {(9800 89) math:difference 9711}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9711 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9711 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4806 a r:Inference; - r:gives { - 810 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {810 math:notEqualTo 0}] - skolem:lemma7234 - [ a r:Fact; r:gives {((0 8 1 0) "=<") list:sort (0 0 1 8)}] - [ a r:Fact; r:gives {((0 8 1 0) ">=") list:sort (8 1 0 0)}] - skolem:lemma6045 - skolem:lemma6046 - [ a r:Fact; r:gives {(8100 18) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4807 a r:Inference; - r:gives { - 811 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {811 math:notEqualTo 0}] - skolem:lemma7235 - [ a r:Fact; r:gives {((0 8 1 1) "=<") list:sort (0 1 1 8)}] - [ a r:Fact; r:gives {((0 8 1 1) ">=") list:sort (8 1 1 0)}] - skolem:lemma6235 - skolem:lemma6236 - [ a r:Fact; r:gives {(8110 118) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4808 a r:Inference; - r:gives { - 812 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {812 math:notEqualTo 0}] - skolem:lemma7236 - [ a r:Fact; r:gives {((0 8 1 2) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((0 8 1 2) ">=") list:sort (8 2 1 0)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4809 a r:Inference; - r:gives { - 813 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {813 math:notEqualTo 0}] - skolem:lemma7237 - [ a r:Fact; r:gives {((0 8 1 3) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((0 8 1 3) ">=") list:sort (8 3 1 0)}] - skolem:lemma6285 - skolem:lemma6286 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4810 a r:Inference; - r:gives { - 814 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {814 math:notEqualTo 0}] - skolem:lemma7238 - [ a r:Fact; r:gives {((0 8 1 4) "=<") list:sort (0 1 4 8)}] - [ a r:Fact; r:gives {((0 8 1 4) ">=") list:sort (8 4 1 0)}] - skolem:lemma6307 - skolem:lemma6308 - [ a r:Fact; r:gives {(8410 148) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4811 a r:Inference; - r:gives { - 815 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {815 math:notEqualTo 0}] - skolem:lemma7239 - [ a r:Fact; r:gives {((0 8 1 5) "=<") list:sort (0 1 5 8)}] - [ a r:Fact; r:gives {((0 8 1 5) ">=") list:sort (8 5 1 0)}] - skolem:lemma6327 - skolem:lemma6328 - [ a r:Fact; r:gives {(8510 158) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4812 a r:Inference; - r:gives { - 816 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {816 math:notEqualTo 0}] - skolem:lemma7240 - [ a r:Fact; r:gives {((0 8 1 6) "=<") list:sort (0 1 6 8)}] - [ a r:Fact; r:gives {((0 8 1 6) ">=") list:sort (8 6 1 0)}] - skolem:lemma6345 - skolem:lemma6346 - [ a r:Fact; r:gives {(8610 168) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4813 a r:Inference; - r:gives { - 817 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {817 math:notEqualTo 0}] - skolem:lemma7241 - [ a r:Fact; r:gives {((0 8 1 7) "=<") list:sort (0 1 7 8)}] - [ a r:Fact; r:gives {((0 8 1 7) ">=") list:sort (8 7 1 0)}] - skolem:lemma6361 - skolem:lemma6362 - [ a r:Fact; r:gives {(8710 178) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4814 a r:Inference; - r:gives { - 818 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {818 math:notEqualTo 0}] - skolem:lemma7242 - [ a r:Fact; r:gives {((0 8 1 8) "=<") list:sort (0 1 8 8)}] - [ a r:Fact; r:gives {((0 8 1 8) ">=") list:sort (8 8 1 0)}] - skolem:lemma6375 - skolem:lemma6376 - [ a r:Fact; r:gives {(8810 188) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4815 a r:Inference; - r:gives { - 819 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {819 math:notEqualTo 0}] - skolem:lemma7243 - [ a r:Fact; r:gives {((0 8 1 9) "=<") list:sort (0 1 8 9)}] - [ a r:Fact; r:gives {((0 8 1 9) ">=") list:sort (9 8 1 0)}] - skolem:lemma6378 - skolem:lemma6379 - [ a r:Fact; r:gives {(9810 189) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4816 a r:Inference; - r:gives { - 820 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {820 math:notEqualTo 0}] - skolem:lemma7244 - [ a r:Fact; r:gives {((0 8 2 0) "=<") list:sort (0 0 2 8)}] - [ a r:Fact; r:gives {((0 8 2 0) ">=") list:sort (8 2 0 0)}] - skolem:lemma6071 - skolem:lemma6072 - [ a r:Fact; r:gives {(8200 28) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4817 a r:Inference; - r:gives { - 821 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {821 math:notEqualTo 0}] - skolem:lemma7245 - [ a r:Fact; r:gives {((0 8 2 1) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((0 8 2 1) ">=") list:sort (8 2 1 0)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4818 a r:Inference; - r:gives { - 822 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {822 math:notEqualTo 0}] - skolem:lemma7246 - [ a r:Fact; r:gives {((0 8 2 2) "=<") list:sort (0 2 2 8)}] - [ a r:Fact; r:gives {((0 8 2 2) ">=") list:sort (8 2 2 0)}] - skolem:lemma6433 - skolem:lemma6434 - [ a r:Fact; r:gives {(8220 228) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4819 a r:Inference; - r:gives { - 823 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {823 math:notEqualTo 0}] - skolem:lemma7247 - [ a r:Fact; r:gives {((0 8 2 3) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((0 8 2 3) ">=") list:sort (8 3 2 0)}] - skolem:lemma6457 - skolem:lemma6458 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4820 a r:Inference; - r:gives { - 824 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {824 math:notEqualTo 0}] - skolem:lemma7248 - [ a r:Fact; r:gives {((0 8 2 4) "=<") list:sort (0 2 4 8)}] - [ a r:Fact; r:gives {((0 8 2 4) ">=") list:sort (8 4 2 0)}] - skolem:lemma6479 - skolem:lemma6480 - [ a r:Fact; r:gives {(8420 248) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4821 a r:Inference; - r:gives { - 825 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {825 math:notEqualTo 0}] - skolem:lemma7249 - [ a r:Fact; r:gives {((0 8 2 5) "=<") list:sort (0 2 5 8)}] - [ a r:Fact; r:gives {((0 8 2 5) ">=") list:sort (8 5 2 0)}] - skolem:lemma6499 - skolem:lemma6500 - [ a r:Fact; r:gives {(8520 258) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4822 a r:Inference; - r:gives { - 826 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {826 math:notEqualTo 0}] - skolem:lemma7250 - [ a r:Fact; r:gives {((0 8 2 6) "=<") list:sort (0 2 6 8)}] - [ a r:Fact; r:gives {((0 8 2 6) ">=") list:sort (8 6 2 0)}] - skolem:lemma6517 - skolem:lemma6518 - [ a r:Fact; r:gives {(8620 268) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4823 a r:Inference; - r:gives { - 827 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {827 math:notEqualTo 0}] - skolem:lemma7251 - [ a r:Fact; r:gives {((0 8 2 7) "=<") list:sort (0 2 7 8)}] - [ a r:Fact; r:gives {((0 8 2 7) ">=") list:sort (8 7 2 0)}] - skolem:lemma6533 - skolem:lemma6534 - [ a r:Fact; r:gives {(8720 278) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4824 a r:Inference; - r:gives { - 828 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {828 math:notEqualTo 0}] - skolem:lemma7252 - [ a r:Fact; r:gives {((0 8 2 8) "=<") list:sort (0 2 8 8)}] - [ a r:Fact; r:gives {((0 8 2 8) ">=") list:sort (8 8 2 0)}] - skolem:lemma6547 - skolem:lemma6548 - [ a r:Fact; r:gives {(8820 288) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4825 a r:Inference; - r:gives { - 829 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {829 math:notEqualTo 0}] - skolem:lemma7253 - [ a r:Fact; r:gives {((0 8 2 9) "=<") list:sort (0 2 8 9)}] - [ a r:Fact; r:gives {((0 8 2 9) ">=") list:sort (9 8 2 0)}] - skolem:lemma6550 - skolem:lemma6551 - [ a r:Fact; r:gives {(9820 289) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4826 a r:Inference; - r:gives { - 830 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {830 math:notEqualTo 0}] - skolem:lemma7254 - [ a r:Fact; r:gives {((0 8 3 0) "=<") list:sort (0 0 3 8)}] - [ a r:Fact; r:gives {((0 8 3 0) ">=") list:sort (8 3 0 0)}] - skolem:lemma6095 - skolem:lemma6096 - [ a r:Fact; r:gives {(8300 38) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4827 a r:Inference; - r:gives { - 831 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {831 math:notEqualTo 0}] - skolem:lemma7255 - [ a r:Fact; r:gives {((0 8 3 1) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((0 8 3 1) ">=") list:sort (8 3 1 0)}] - skolem:lemma6285 - skolem:lemma6286 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4828 a r:Inference; - r:gives { - 832 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {832 math:notEqualTo 0}] - skolem:lemma7256 - [ a r:Fact; r:gives {((0 8 3 2) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((0 8 3 2) ">=") list:sort (8 3 2 0)}] - skolem:lemma6457 - skolem:lemma6458 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4829 a r:Inference; - r:gives { - 833 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {833 math:notEqualTo 0}] - skolem:lemma7257 - [ a r:Fact; r:gives {((0 8 3 3) "=<") list:sort (0 3 3 8)}] - [ a r:Fact; r:gives {((0 8 3 3) ">=") list:sort (8 3 3 0)}] - skolem:lemma6613 - skolem:lemma6614 - [ a r:Fact; r:gives {(8330 338) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4830 a r:Inference; - r:gives { - 834 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {834 math:notEqualTo 0}] - skolem:lemma7258 - [ a r:Fact; r:gives {((0 8 3 4) "=<") list:sort (0 3 4 8)}] - [ a r:Fact; r:gives {((0 8 3 4) ">=") list:sort (8 4 3 0)}] - skolem:lemma6635 - skolem:lemma6636 - [ a r:Fact; r:gives {(8430 348) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4831 a r:Inference; - r:gives { - 835 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {835 math:notEqualTo 0}] - skolem:lemma7259 - [ a r:Fact; r:gives {((0 8 3 5) "=<") list:sort (0 3 5 8)}] - [ a r:Fact; r:gives {((0 8 3 5) ">=") list:sort (8 5 3 0)}] - skolem:lemma6655 - skolem:lemma6656 - [ a r:Fact; r:gives {(8530 358) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4832 a r:Inference; - r:gives { - 836 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {836 math:notEqualTo 0}] - skolem:lemma7260 - [ a r:Fact; r:gives {((0 8 3 6) "=<") list:sort (0 3 6 8)}] - [ a r:Fact; r:gives {((0 8 3 6) ">=") list:sort (8 6 3 0)}] - skolem:lemma6673 - skolem:lemma6674 - [ a r:Fact; r:gives {(8630 368) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4833 a r:Inference; - r:gives { - 837 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {837 math:notEqualTo 0}] - skolem:lemma7261 - [ a r:Fact; r:gives {((0 8 3 7) "=<") list:sort (0 3 7 8)}] - [ a r:Fact; r:gives {((0 8 3 7) ">=") list:sort (8 7 3 0)}] - skolem:lemma6689 - skolem:lemma6690 - [ a r:Fact; r:gives {(8730 378) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4834 a r:Inference; - r:gives { - 838 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {838 math:notEqualTo 0}] - skolem:lemma7262 - [ a r:Fact; r:gives {((0 8 3 8) "=<") list:sort (0 3 8 8)}] - [ a r:Fact; r:gives {((0 8 3 8) ">=") list:sort (8 8 3 0)}] - skolem:lemma6703 - skolem:lemma6704 - [ a r:Fact; r:gives {(8830 388) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4835 a r:Inference; - r:gives { - 839 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {839 math:notEqualTo 0}] - skolem:lemma7263 - [ a r:Fact; r:gives {((0 8 3 9) "=<") list:sort (0 3 8 9)}] - [ a r:Fact; r:gives {((0 8 3 9) ">=") list:sort (9 8 3 0)}] - skolem:lemma6706 - skolem:lemma6707 - [ a r:Fact; r:gives {(9830 389) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4836 a r:Inference; - r:gives { - 840 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {840 math:notEqualTo 0}] - skolem:lemma7264 - [ a r:Fact; r:gives {((0 8 4 0) "=<") list:sort (0 0 4 8)}] - [ a r:Fact; r:gives {((0 8 4 0) ">=") list:sort (8 4 0 0)}] - skolem:lemma6117 - skolem:lemma6118 - [ a r:Fact; r:gives {(8400 48) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4837 a r:Inference; - r:gives { - 841 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {841 math:notEqualTo 0}] - skolem:lemma7265 - [ a r:Fact; r:gives {((0 8 4 1) "=<") list:sort (0 1 4 8)}] - [ a r:Fact; r:gives {((0 8 4 1) ">=") list:sort (8 4 1 0)}] - skolem:lemma6307 - skolem:lemma6308 - [ a r:Fact; r:gives {(8410 148) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4838 a r:Inference; - r:gives { - 842 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {842 math:notEqualTo 0}] - skolem:lemma7266 - [ a r:Fact; r:gives {((0 8 4 2) "=<") list:sort (0 2 4 8)}] - [ a r:Fact; r:gives {((0 8 4 2) ">=") list:sort (8 4 2 0)}] - skolem:lemma6479 - skolem:lemma6480 - [ a r:Fact; r:gives {(8420 248) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4839 a r:Inference; - r:gives { - 843 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {843 math:notEqualTo 0}] - skolem:lemma7267 - [ a r:Fact; r:gives {((0 8 4 3) "=<") list:sort (0 3 4 8)}] - [ a r:Fact; r:gives {((0 8 4 3) ">=") list:sort (8 4 3 0)}] - skolem:lemma6635 - skolem:lemma6636 - [ a r:Fact; r:gives {(8430 348) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4840 a r:Inference; - r:gives { - 844 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {844 math:notEqualTo 0}] - skolem:lemma7268 - [ a r:Fact; r:gives {((0 8 4 4) "=<") list:sort (0 4 4 8)}] - [ a r:Fact; r:gives {((0 8 4 4) ">=") list:sort (8 4 4 0)}] - skolem:lemma6777 - skolem:lemma6778 - [ a r:Fact; r:gives {(8440 448) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4841 a r:Inference; - r:gives { - 845 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {845 math:notEqualTo 0}] - skolem:lemma7269 - [ a r:Fact; r:gives {((0 8 4 5) "=<") list:sort (0 4 5 8)}] - [ a r:Fact; r:gives {((0 8 4 5) ">=") list:sort (8 5 4 0)}] - skolem:lemma6797 - skolem:lemma6798 - [ a r:Fact; r:gives {(8540 458) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4842 a r:Inference; - r:gives { - 846 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {846 math:notEqualTo 0}] - skolem:lemma7270 - [ a r:Fact; r:gives {((0 8 4 6) "=<") list:sort (0 4 6 8)}] - [ a r:Fact; r:gives {((0 8 4 6) ">=") list:sort (8 6 4 0)}] - skolem:lemma6815 - skolem:lemma6816 - [ a r:Fact; r:gives {(8640 468) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4843 a r:Inference; - r:gives { - 847 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {847 math:notEqualTo 0}] - skolem:lemma7271 - [ a r:Fact; r:gives {((0 8 4 7) "=<") list:sort (0 4 7 8)}] - [ a r:Fact; r:gives {((0 8 4 7) ">=") list:sort (8 7 4 0)}] - skolem:lemma6831 - skolem:lemma6832 - [ a r:Fact; r:gives {(8740 478) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4844 a r:Inference; - r:gives { - 848 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {848 math:notEqualTo 0}] - skolem:lemma7272 - [ a r:Fact; r:gives {((0 8 4 8) "=<") list:sort (0 4 8 8)}] - [ a r:Fact; r:gives {((0 8 4 8) ">=") list:sort (8 8 4 0)}] - skolem:lemma6845 - skolem:lemma6846 - [ a r:Fact; r:gives {(8840 488) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4845 a r:Inference; - r:gives { - 849 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {849 math:notEqualTo 0}] - skolem:lemma7273 - [ a r:Fact; r:gives {((0 8 4 9) "=<") list:sort (0 4 8 9)}] - [ a r:Fact; r:gives {((0 8 4 9) ">=") list:sort (9 8 4 0)}] - skolem:lemma6848 - skolem:lemma6849 - [ a r:Fact; r:gives {(9840 489) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4846 a r:Inference; - r:gives { - 850 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {850 math:notEqualTo 0}] - skolem:lemma7274 - [ a r:Fact; r:gives {((0 8 5 0) "=<") list:sort (0 0 5 8)}] - [ a r:Fact; r:gives {((0 8 5 0) ">=") list:sort (8 5 0 0)}] - skolem:lemma6137 - skolem:lemma6138 - [ a r:Fact; r:gives {(8500 58) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4847 a r:Inference; - r:gives { - 851 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {851 math:notEqualTo 0}] - skolem:lemma7275 - [ a r:Fact; r:gives {((0 8 5 1) "=<") list:sort (0 1 5 8)}] - [ a r:Fact; r:gives {((0 8 5 1) ">=") list:sort (8 5 1 0)}] - skolem:lemma6327 - skolem:lemma6328 - [ a r:Fact; r:gives {(8510 158) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4848 a r:Inference; - r:gives { - 852 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {852 math:notEqualTo 0}] - skolem:lemma7276 - [ a r:Fact; r:gives {((0 8 5 2) "=<") list:sort (0 2 5 8)}] - [ a r:Fact; r:gives {((0 8 5 2) ">=") list:sort (8 5 2 0)}] - skolem:lemma6499 - skolem:lemma6500 - [ a r:Fact; r:gives {(8520 258) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4849 a r:Inference; - r:gives { - 853 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {853 math:notEqualTo 0}] - skolem:lemma7277 - [ a r:Fact; r:gives {((0 8 5 3) "=<") list:sort (0 3 5 8)}] - [ a r:Fact; r:gives {((0 8 5 3) ">=") list:sort (8 5 3 0)}] - skolem:lemma6655 - skolem:lemma6656 - [ a r:Fact; r:gives {(8530 358) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4850 a r:Inference; - r:gives { - 854 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {854 math:notEqualTo 0}] - skolem:lemma7278 - [ a r:Fact; r:gives {((0 8 5 4) "=<") list:sort (0 4 5 8)}] - [ a r:Fact; r:gives {((0 8 5 4) ">=") list:sort (8 5 4 0)}] - skolem:lemma6797 - skolem:lemma6798 - [ a r:Fact; r:gives {(8540 458) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4851 a r:Inference; - r:gives { - 855 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {855 math:notEqualTo 0}] - skolem:lemma7279 - [ a r:Fact; r:gives {((0 8 5 5) "=<") list:sort (0 5 5 8)}] - [ a r:Fact; r:gives {((0 8 5 5) ">=") list:sort (8 5 5 0)}] - skolem:lemma6927 - skolem:lemma6928 - [ a r:Fact; r:gives {(8550 558) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4852 a r:Inference; - r:gives { - 856 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {856 math:notEqualTo 0}] - skolem:lemma7280 - [ a r:Fact; r:gives {((0 8 5 6) "=<") list:sort (0 5 6 8)}] - [ a r:Fact; r:gives {((0 8 5 6) ">=") list:sort (8 6 5 0)}] - skolem:lemma6945 - skolem:lemma6946 - [ a r:Fact; r:gives {(8650 568) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4853 a r:Inference; - r:gives { - 857 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {857 math:notEqualTo 0}] - skolem:lemma7281 - [ a r:Fact; r:gives {((0 8 5 7) "=<") list:sort (0 5 7 8)}] - [ a r:Fact; r:gives {((0 8 5 7) ">=") list:sort (8 7 5 0)}] - skolem:lemma6961 - skolem:lemma6962 - [ a r:Fact; r:gives {(8750 578) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4854 a r:Inference; - r:gives { - 858 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {858 math:notEqualTo 0}] - skolem:lemma7282 - [ a r:Fact; r:gives {((0 8 5 8) "=<") list:sort (0 5 8 8)}] - [ a r:Fact; r:gives {((0 8 5 8) ">=") list:sort (8 8 5 0)}] - skolem:lemma6975 - skolem:lemma6976 - [ a r:Fact; r:gives {(8850 588) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4855 a r:Inference; - r:gives { - 859 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {859 math:notEqualTo 0}] - skolem:lemma7283 - [ a r:Fact; r:gives {((0 8 5 9) "=<") list:sort (0 5 8 9)}] - [ a r:Fact; r:gives {((0 8 5 9) ">=") list:sort (9 8 5 0)}] - skolem:lemma6978 - skolem:lemma6979 - [ a r:Fact; r:gives {(9850 589) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4856 a r:Inference; - r:gives { - 860 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {860 math:notEqualTo 0}] - skolem:lemma7284 - [ a r:Fact; r:gives {((0 8 6 0) "=<") list:sort (0 0 6 8)}] - [ a r:Fact; r:gives {((0 8 6 0) ">=") list:sort (8 6 0 0)}] - skolem:lemma6155 - skolem:lemma6156 - [ a r:Fact; r:gives {(8600 68) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4857 a r:Inference; - r:gives { - 861 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {861 math:notEqualTo 0}] - skolem:lemma7285 - [ a r:Fact; r:gives {((0 8 6 1) "=<") list:sort (0 1 6 8)}] - [ a r:Fact; r:gives {((0 8 6 1) ">=") list:sort (8 6 1 0)}] - skolem:lemma6345 - skolem:lemma6346 - [ a r:Fact; r:gives {(8610 168) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4858 a r:Inference; - r:gives { - 862 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {862 math:notEqualTo 0}] - skolem:lemma7286 - [ a r:Fact; r:gives {((0 8 6 2) "=<") list:sort (0 2 6 8)}] - [ a r:Fact; r:gives {((0 8 6 2) ">=") list:sort (8 6 2 0)}] - skolem:lemma6517 - skolem:lemma6518 - [ a r:Fact; r:gives {(8620 268) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4859 a r:Inference; - r:gives { - 863 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {863 math:notEqualTo 0}] - skolem:lemma7287 - [ a r:Fact; r:gives {((0 8 6 3) "=<") list:sort (0 3 6 8)}] - [ a r:Fact; r:gives {((0 8 6 3) ">=") list:sort (8 6 3 0)}] - skolem:lemma6673 - skolem:lemma6674 - [ a r:Fact; r:gives {(8630 368) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4860 a r:Inference; - r:gives { - 864 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {864 math:notEqualTo 0}] - skolem:lemma7288 - [ a r:Fact; r:gives {((0 8 6 4) "=<") list:sort (0 4 6 8)}] - [ a r:Fact; r:gives {((0 8 6 4) ">=") list:sort (8 6 4 0)}] - skolem:lemma6815 - skolem:lemma6816 - [ a r:Fact; r:gives {(8640 468) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4861 a r:Inference; - r:gives { - 865 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {865 math:notEqualTo 0}] - skolem:lemma7289 - [ a r:Fact; r:gives {((0 8 6 5) "=<") list:sort (0 5 6 8)}] - [ a r:Fact; r:gives {((0 8 6 5) ">=") list:sort (8 6 5 0)}] - skolem:lemma6945 - skolem:lemma6946 - [ a r:Fact; r:gives {(8650 568) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4862 a r:Inference; - r:gives { - 866 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {866 math:notEqualTo 0}] - skolem:lemma7290 - [ a r:Fact; r:gives {((0 8 6 6) "=<") list:sort (0 6 6 8)}] - [ a r:Fact; r:gives {((0 8 6 6) ">=") list:sort (8 6 6 0)}] - skolem:lemma7065 - skolem:lemma7066 - [ a r:Fact; r:gives {(8660 668) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4863 a r:Inference; - r:gives { - 867 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {867 math:notEqualTo 0}] - skolem:lemma7291 - [ a r:Fact; r:gives {((0 8 6 7) "=<") list:sort (0 6 7 8)}] - [ a r:Fact; r:gives {((0 8 6 7) ">=") list:sort (8 7 6 0)}] - skolem:lemma7081 - skolem:lemma7082 - [ a r:Fact; r:gives {(8760 678) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4864 a r:Inference; - r:gives { - 868 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {868 math:notEqualTo 0}] - skolem:lemma7292 - [ a r:Fact; r:gives {((0 8 6 8) "=<") list:sort (0 6 8 8)}] - [ a r:Fact; r:gives {((0 8 6 8) ">=") list:sort (8 8 6 0)}] - skolem:lemma7095 - skolem:lemma7096 - [ a r:Fact; r:gives {(8860 688) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4865 a r:Inference; - r:gives { - 869 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {869 math:notEqualTo 0}] - skolem:lemma7293 - [ a r:Fact; r:gives {((0 8 6 9) "=<") list:sort (0 6 8 9)}] - [ a r:Fact; r:gives {((0 8 6 9) ">=") list:sort (9 8 6 0)}] - skolem:lemma7098 - skolem:lemma7099 - [ a r:Fact; r:gives {(9860 689) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4866 a r:Inference; - r:gives { - 870 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {870 math:notEqualTo 0}] - skolem:lemma7294 - [ a r:Fact; r:gives {((0 8 7 0) "=<") list:sort (0 0 7 8)}] - [ a r:Fact; r:gives {((0 8 7 0) ">=") list:sort (8 7 0 0)}] - skolem:lemma6171 - skolem:lemma6172 - [ a r:Fact; r:gives {(8700 78) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4867 a r:Inference; - r:gives { - 871 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {871 math:notEqualTo 0}] - skolem:lemma7295 - [ a r:Fact; r:gives {((0 8 7 1) "=<") list:sort (0 1 7 8)}] - [ a r:Fact; r:gives {((0 8 7 1) ">=") list:sort (8 7 1 0)}] - skolem:lemma6361 - skolem:lemma6362 - [ a r:Fact; r:gives {(8710 178) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4868 a r:Inference; - r:gives { - 872 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {872 math:notEqualTo 0}] - skolem:lemma7296 - [ a r:Fact; r:gives {((0 8 7 2) "=<") list:sort (0 2 7 8)}] - [ a r:Fact; r:gives {((0 8 7 2) ">=") list:sort (8 7 2 0)}] - skolem:lemma6533 - skolem:lemma6534 - [ a r:Fact; r:gives {(8720 278) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4869 a r:Inference; - r:gives { - 873 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {873 math:notEqualTo 0}] - skolem:lemma7297 - [ a r:Fact; r:gives {((0 8 7 3) "=<") list:sort (0 3 7 8)}] - [ a r:Fact; r:gives {((0 8 7 3) ">=") list:sort (8 7 3 0)}] - skolem:lemma6689 - skolem:lemma6690 - [ a r:Fact; r:gives {(8730 378) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4870 a r:Inference; - r:gives { - 874 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {874 math:notEqualTo 0}] - skolem:lemma7298 - [ a r:Fact; r:gives {((0 8 7 4) "=<") list:sort (0 4 7 8)}] - [ a r:Fact; r:gives {((0 8 7 4) ">=") list:sort (8 7 4 0)}] - skolem:lemma6831 - skolem:lemma6832 - [ a r:Fact; r:gives {(8740 478) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4871 a r:Inference; - r:gives { - 875 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {875 math:notEqualTo 0}] - skolem:lemma7299 - [ a r:Fact; r:gives {((0 8 7 5) "=<") list:sort (0 5 7 8)}] - [ a r:Fact; r:gives {((0 8 7 5) ">=") list:sort (8 7 5 0)}] - skolem:lemma6961 - skolem:lemma6962 - [ a r:Fact; r:gives {(8750 578) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4872 a r:Inference; - r:gives { - 876 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {876 math:notEqualTo 0}] - skolem:lemma7300 - [ a r:Fact; r:gives {((0 8 7 6) "=<") list:sort (0 6 7 8)}] - [ a r:Fact; r:gives {((0 8 7 6) ">=") list:sort (8 7 6 0)}] - skolem:lemma7081 - skolem:lemma7082 - [ a r:Fact; r:gives {(8760 678) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4873 a r:Inference; - r:gives { - 877 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {877 math:notEqualTo 0}] - skolem:lemma7301 - [ a r:Fact; r:gives {((0 8 7 7) "=<") list:sort (0 7 7 8)}] - [ a r:Fact; r:gives {((0 8 7 7) ">=") list:sort (8 7 7 0)}] - skolem:lemma7193 - skolem:lemma7194 - [ a r:Fact; r:gives {(8770 778) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4874 a r:Inference; - r:gives { - 878 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {878 math:notEqualTo 0}] - skolem:lemma7302 - [ a r:Fact; r:gives {((0 8 7 8) "=<") list:sort (0 7 8 8)}] - [ a r:Fact; r:gives {((0 8 7 8) ">=") list:sort (8 8 7 0)}] - skolem:lemma7207 - skolem:lemma7208 - [ a r:Fact; r:gives {(8870 788) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4875 a r:Inference; - r:gives { - 879 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {879 math:notEqualTo 0}] - skolem:lemma7303 - [ a r:Fact; r:gives {((0 8 7 9) "=<") list:sort (0 7 8 9)}] - [ a r:Fact; r:gives {((0 8 7 9) ">=") list:sort (9 8 7 0)}] - skolem:lemma7210 - skolem:lemma7211 - [ a r:Fact; r:gives {(9870 789) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4876 a r:Inference; - r:gives { - 880 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {880 math:notEqualTo 0}] - skolem:lemma7304 - [ a r:Fact; r:gives {((0 8 8 0) "=<") list:sort (0 0 8 8)}] - [ a r:Fact; r:gives {((0 8 8 0) ">=") list:sort (8 8 0 0)}] - skolem:lemma6185 - skolem:lemma6186 - [ a r:Fact; r:gives {(8800 88) math:difference 8712}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8712 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8712 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4877 a r:Inference; - r:gives { - 881 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {881 math:notEqualTo 0}] - skolem:lemma7305 - [ a r:Fact; r:gives {((0 8 8 1) "=<") list:sort (0 1 8 8)}] - [ a r:Fact; r:gives {((0 8 8 1) ">=") list:sort (8 8 1 0)}] - skolem:lemma6375 - skolem:lemma6376 - [ a r:Fact; r:gives {(8810 188) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4878 a r:Inference; - r:gives { - 882 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {882 math:notEqualTo 0}] - skolem:lemma7306 - [ a r:Fact; r:gives {((0 8 8 2) "=<") list:sort (0 2 8 8)}] - [ a r:Fact; r:gives {((0 8 8 2) ">=") list:sort (8 8 2 0)}] - skolem:lemma6547 - skolem:lemma6548 - [ a r:Fact; r:gives {(8820 288) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4879 a r:Inference; - r:gives { - 883 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {883 math:notEqualTo 0}] - skolem:lemma7307 - [ a r:Fact; r:gives {((0 8 8 3) "=<") list:sort (0 3 8 8)}] - [ a r:Fact; r:gives {((0 8 8 3) ">=") list:sort (8 8 3 0)}] - skolem:lemma6703 - skolem:lemma6704 - [ a r:Fact; r:gives {(8830 388) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4880 a r:Inference; - r:gives { - 884 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {884 math:notEqualTo 0}] - skolem:lemma7308 - [ a r:Fact; r:gives {((0 8 8 4) "=<") list:sort (0 4 8 8)}] - [ a r:Fact; r:gives {((0 8 8 4) ">=") list:sort (8 8 4 0)}] - skolem:lemma6845 - skolem:lemma6846 - [ a r:Fact; r:gives {(8840 488) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma4881 a r:Inference; - r:gives { - 885 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {885 math:notEqualTo 0}] - skolem:lemma7309 - [ a r:Fact; r:gives {((0 8 8 5) "=<") list:sort (0 5 8 8)}] - [ a r:Fact; r:gives {((0 8 8 5) ">=") list:sort (8 8 5 0)}] - skolem:lemma6975 - skolem:lemma6976 - [ a r:Fact; r:gives {(8850 588) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4882 a r:Inference; - r:gives { - 886 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {886 math:notEqualTo 0}] - skolem:lemma7310 - [ a r:Fact; r:gives {((0 8 8 6) "=<") list:sort (0 6 8 8)}] - [ a r:Fact; r:gives {((0 8 8 6) ">=") list:sort (8 8 6 0)}] - skolem:lemma7095 - skolem:lemma7096 - [ a r:Fact; r:gives {(8860 688) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4883 a r:Inference; - r:gives { - 887 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {887 math:notEqualTo 0}] - skolem:lemma7311 - [ a r:Fact; r:gives {((0 8 8 7) "=<") list:sort (0 7 8 8)}] - [ a r:Fact; r:gives {((0 8 8 7) ">=") list:sort (8 8 7 0)}] - skolem:lemma7207 - skolem:lemma7208 - [ a r:Fact; r:gives {(8870 788) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4884 a r:Inference; - r:gives { - 888 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {888 math:notEqualTo 0}] - skolem:lemma7312 - [ a r:Fact; r:gives {((0 8 8 8) "=<") list:sort (0 8 8 8)}] - [ a r:Fact; r:gives {((0 8 8 8) ">=") list:sort (8 8 8 0)}] - skolem:lemma7313 - skolem:lemma7314 - [ a r:Fact; r:gives {(8880 888) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma4885 a r:Inference; - r:gives { - 889 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {889 math:notEqualTo 0}] - skolem:lemma7315 - [ a r:Fact; r:gives {((0 8 8 9) "=<") list:sort (0 8 8 9)}] - [ a r:Fact; r:gives {((0 8 8 9) ">=") list:sort (9 8 8 0)}] - skolem:lemma7316 - skolem:lemma7317 - [ a r:Fact; r:gives {(9880 889) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4886 a r:Inference; - r:gives { - 890 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {890 math:notEqualTo 0}] - skolem:lemma7318 - [ a r:Fact; r:gives {((0 8 9 0) "=<") list:sort (0 0 8 9)}] - [ a r:Fact; r:gives {((0 8 9 0) ">=") list:sort (9 8 0 0)}] - skolem:lemma6188 - skolem:lemma6189 - [ a r:Fact; r:gives {(9800 89) math:difference 9711}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9711 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9711 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4887 a r:Inference; - r:gives { - 891 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {891 math:notEqualTo 0}] - skolem:lemma7319 - [ a r:Fact; r:gives {((0 8 9 1) "=<") list:sort (0 1 8 9)}] - [ a r:Fact; r:gives {((0 8 9 1) ">=") list:sort (9 8 1 0)}] - skolem:lemma6378 - skolem:lemma6379 - [ a r:Fact; r:gives {(9810 189) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4888 a r:Inference; - r:gives { - 892 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {892 math:notEqualTo 0}] - skolem:lemma7320 - [ a r:Fact; r:gives {((0 8 9 2) "=<") list:sort (0 2 8 9)}] - [ a r:Fact; r:gives {((0 8 9 2) ">=") list:sort (9 8 2 0)}] - skolem:lemma6550 - skolem:lemma6551 - [ a r:Fact; r:gives {(9820 289) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4889 a r:Inference; - r:gives { - 893 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {893 math:notEqualTo 0}] - skolem:lemma7321 - [ a r:Fact; r:gives {((0 8 9 3) "=<") list:sort (0 3 8 9)}] - [ a r:Fact; r:gives {((0 8 9 3) ">=") list:sort (9 8 3 0)}] - skolem:lemma6706 - skolem:lemma6707 - [ a r:Fact; r:gives {(9830 389) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4890 a r:Inference; - r:gives { - 894 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {894 math:notEqualTo 0}] - skolem:lemma7322 - [ a r:Fact; r:gives {((0 8 9 4) "=<") list:sort (0 4 8 9)}] - [ a r:Fact; r:gives {((0 8 9 4) ">=") list:sort (9 8 4 0)}] - skolem:lemma6848 - skolem:lemma6849 - [ a r:Fact; r:gives {(9840 489) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4891 a r:Inference; - r:gives { - 895 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {895 math:notEqualTo 0}] - skolem:lemma7323 - [ a r:Fact; r:gives {((0 8 9 5) "=<") list:sort (0 5 8 9)}] - [ a r:Fact; r:gives {((0 8 9 5) ">=") list:sort (9 8 5 0)}] - skolem:lemma6978 - skolem:lemma6979 - [ a r:Fact; r:gives {(9850 589) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4892 a r:Inference; - r:gives { - 896 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {896 math:notEqualTo 0}] - skolem:lemma7324 - [ a r:Fact; r:gives {((0 8 9 6) "=<") list:sort (0 6 8 9)}] - [ a r:Fact; r:gives {((0 8 9 6) ">=") list:sort (9 8 6 0)}] - skolem:lemma7098 - skolem:lemma7099 - [ a r:Fact; r:gives {(9860 689) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4893 a r:Inference; - r:gives { - 897 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {897 math:notEqualTo 0}] - skolem:lemma7325 - [ a r:Fact; r:gives {((0 8 9 7) "=<") list:sort (0 7 8 9)}] - [ a r:Fact; r:gives {((0 8 9 7) ">=") list:sort (9 8 7 0)}] - skolem:lemma7210 - skolem:lemma7211 - [ a r:Fact; r:gives {(9870 789) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4894 a r:Inference; - r:gives { - 898 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {898 math:notEqualTo 0}] - skolem:lemma7326 - [ a r:Fact; r:gives {((0 8 9 8) "=<") list:sort (0 8 8 9)}] - [ a r:Fact; r:gives {((0 8 9 8) ">=") list:sort (9 8 8 0)}] - skolem:lemma7316 - skolem:lemma7317 - [ a r:Fact; r:gives {(9880 889) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4895 a r:Inference; - r:gives { - 899 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {899 math:notEqualTo 0}] - skolem:lemma7327 - [ a r:Fact; r:gives {((0 8 9 9) "=<") list:sort (0 8 9 9)}] - [ a r:Fact; r:gives {((0 8 9 9) ">=") list:sort (9 9 8 0)}] - skolem:lemma7328 - skolem:lemma7329 - [ a r:Fact; r:gives {(9980 899) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4896 a r:Inference; - r:gives { - 900 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {900 math:notEqualTo 0}] - skolem:lemma7330 - [ a r:Fact; r:gives {((0 9 0 0) "=<") list:sort (0 0 0 9)}] - [ a r:Fact; r:gives {((0 9 0 0) ">=") list:sort (9 0 0 0)}] - skolem:lemma6020 - skolem:lemma6021 - [ a r:Fact; r:gives {(9000 9) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4897 a r:Inference; - r:gives { - 901 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {901 math:notEqualTo 0}] - skolem:lemma7331 - [ a r:Fact; r:gives {((0 9 0 1) "=<") list:sort (0 0 1 9)}] - [ a r:Fact; r:gives {((0 9 0 1) ">=") list:sort (9 1 0 0)}] - skolem:lemma6048 - skolem:lemma6049 - [ a r:Fact; r:gives {(9100 19) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4898 a r:Inference; - r:gives { - 902 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {902 math:notEqualTo 0}] - skolem:lemma7332 - [ a r:Fact; r:gives {((0 9 0 2) "=<") list:sort (0 0 2 9)}] - [ a r:Fact; r:gives {((0 9 0 2) ">=") list:sort (9 2 0 0)}] - skolem:lemma6074 - skolem:lemma6075 - [ a r:Fact; r:gives {(9200 29) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4899 a r:Inference; - r:gives { - 903 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {903 math:notEqualTo 0}] - skolem:lemma7333 - [ a r:Fact; r:gives {((0 9 0 3) "=<") list:sort (0 0 3 9)}] - [ a r:Fact; r:gives {((0 9 0 3) ">=") list:sort (9 3 0 0)}] - skolem:lemma6098 - skolem:lemma6099 - [ a r:Fact; r:gives {(9300 39) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4900 a r:Inference; - r:gives { - 904 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {904 math:notEqualTo 0}] - skolem:lemma7334 - [ a r:Fact; r:gives {((0 9 0 4) "=<") list:sort (0 0 4 9)}] - [ a r:Fact; r:gives {((0 9 0 4) ">=") list:sort (9 4 0 0)}] - skolem:lemma6120 - skolem:lemma6121 - [ a r:Fact; r:gives {(9400 49) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4901 a r:Inference; - r:gives { - 905 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {905 math:notEqualTo 0}] - skolem:lemma7335 - [ a r:Fact; r:gives {((0 9 0 5) "=<") list:sort (0 0 5 9)}] - [ a r:Fact; r:gives {((0 9 0 5) ">=") list:sort (9 5 0 0)}] - skolem:lemma6140 - skolem:lemma6141 - [ a r:Fact; r:gives {(9500 59) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4902 a r:Inference; - r:gives { - 906 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {906 math:notEqualTo 0}] - skolem:lemma7336 - [ a r:Fact; r:gives {((0 9 0 6) "=<") list:sort (0 0 6 9)}] - [ a r:Fact; r:gives {((0 9 0 6) ">=") list:sort (9 6 0 0)}] - skolem:lemma6158 - skolem:lemma6159 - [ a r:Fact; r:gives {(9600 69) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4903 a r:Inference; - r:gives { - 907 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {907 math:notEqualTo 0}] - skolem:lemma7337 - [ a r:Fact; r:gives {((0 9 0 7) "=<") list:sort (0 0 7 9)}] - [ a r:Fact; r:gives {((0 9 0 7) ">=") list:sort (9 7 0 0)}] - skolem:lemma6174 - skolem:lemma6175 - [ a r:Fact; r:gives {(9700 79) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4904 a r:Inference; - r:gives { - 908 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {908 math:notEqualTo 0}] - skolem:lemma7338 - [ a r:Fact; r:gives {((0 9 0 8) "=<") list:sort (0 0 8 9)}] - [ a r:Fact; r:gives {((0 9 0 8) ">=") list:sort (9 8 0 0)}] - skolem:lemma6188 - skolem:lemma6189 - [ a r:Fact; r:gives {(9800 89) math:difference 9711}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9711 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9711 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4905 a r:Inference; - r:gives { - 909 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {909 math:notEqualTo 0}] - skolem:lemma7339 - [ a r:Fact; r:gives {((0 9 0 9) "=<") list:sort (0 0 9 9)}] - [ a r:Fact; r:gives {((0 9 0 9) ">=") list:sort (9 9 0 0)}] - skolem:lemma6200 - skolem:lemma6201 - [ a r:Fact; r:gives {(9900 99) math:difference 9801}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9801 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9801 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4906 a r:Inference; - r:gives { - 910 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {910 math:notEqualTo 0}] - skolem:lemma7340 - [ a r:Fact; r:gives {((0 9 1 0) "=<") list:sort (0 0 1 9)}] - [ a r:Fact; r:gives {((0 9 1 0) ">=") list:sort (9 1 0 0)}] - skolem:lemma6048 - skolem:lemma6049 - [ a r:Fact; r:gives {(9100 19) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4907 a r:Inference; - r:gives { - 911 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {911 math:notEqualTo 0}] - skolem:lemma7341 - [ a r:Fact; r:gives {((0 9 1 1) "=<") list:sort (0 1 1 9)}] - [ a r:Fact; r:gives {((0 9 1 1) ">=") list:sort (9 1 1 0)}] - skolem:lemma6238 - skolem:lemma6239 - [ a r:Fact; r:gives {(9110 119) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4908 a r:Inference; - r:gives { - 912 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {912 math:notEqualTo 0}] - skolem:lemma7342 - [ a r:Fact; r:gives {((0 9 1 2) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((0 9 1 2) ">=") list:sort (9 2 1 0)}] - skolem:lemma6264 - skolem:lemma6265 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4909 a r:Inference; - r:gives { - 913 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {913 math:notEqualTo 0}] - skolem:lemma7343 - [ a r:Fact; r:gives {((0 9 1 3) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((0 9 1 3) ">=") list:sort (9 3 1 0)}] - skolem:lemma6288 - skolem:lemma6289 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4910 a r:Inference; - r:gives { - 914 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {914 math:notEqualTo 0}] - skolem:lemma7344 - [ a r:Fact; r:gives {((0 9 1 4) "=<") list:sort (0 1 4 9)}] - [ a r:Fact; r:gives {((0 9 1 4) ">=") list:sort (9 4 1 0)}] - skolem:lemma6310 - skolem:lemma6311 - [ a r:Fact; r:gives {(9410 149) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4911 a r:Inference; - r:gives { - 915 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {915 math:notEqualTo 0}] - skolem:lemma7345 - [ a r:Fact; r:gives {((0 9 1 5) "=<") list:sort (0 1 5 9)}] - [ a r:Fact; r:gives {((0 9 1 5) ">=") list:sort (9 5 1 0)}] - skolem:lemma6330 - skolem:lemma6331 - [ a r:Fact; r:gives {(9510 159) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4912 a r:Inference; - r:gives { - 916 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {916 math:notEqualTo 0}] - skolem:lemma7346 - [ a r:Fact; r:gives {((0 9 1 6) "=<") list:sort (0 1 6 9)}] - [ a r:Fact; r:gives {((0 9 1 6) ">=") list:sort (9 6 1 0)}] - skolem:lemma6348 - skolem:lemma6349 - [ a r:Fact; r:gives {(9610 169) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4913 a r:Inference; - r:gives { - 917 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {917 math:notEqualTo 0}] - skolem:lemma7347 - [ a r:Fact; r:gives {((0 9 1 7) "=<") list:sort (0 1 7 9)}] - [ a r:Fact; r:gives {((0 9 1 7) ">=") list:sort (9 7 1 0)}] - skolem:lemma6364 - skolem:lemma6365 - [ a r:Fact; r:gives {(9710 179) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4914 a r:Inference; - r:gives { - 918 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {918 math:notEqualTo 0}] - skolem:lemma7348 - [ a r:Fact; r:gives {((0 9 1 8) "=<") list:sort (0 1 8 9)}] - [ a r:Fact; r:gives {((0 9 1 8) ">=") list:sort (9 8 1 0)}] - skolem:lemma6378 - skolem:lemma6379 - [ a r:Fact; r:gives {(9810 189) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4915 a r:Inference; - r:gives { - 919 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {919 math:notEqualTo 0}] - skolem:lemma7349 - [ a r:Fact; r:gives {((0 9 1 9) "=<") list:sort (0 1 9 9)}] - [ a r:Fact; r:gives {((0 9 1 9) ">=") list:sort (9 9 1 0)}] - skolem:lemma6390 - skolem:lemma6391 - [ a r:Fact; r:gives {(9910 199) math:difference 9711}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9711 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9711 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4916 a r:Inference; - r:gives { - 920 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {920 math:notEqualTo 0}] - skolem:lemma7350 - [ a r:Fact; r:gives {((0 9 2 0) "=<") list:sort (0 0 2 9)}] - [ a r:Fact; r:gives {((0 9 2 0) ">=") list:sort (9 2 0 0)}] - skolem:lemma6074 - skolem:lemma6075 - [ a r:Fact; r:gives {(9200 29) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4917 a r:Inference; - r:gives { - 921 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {921 math:notEqualTo 0}] - skolem:lemma7351 - [ a r:Fact; r:gives {((0 9 2 1) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((0 9 2 1) ">=") list:sort (9 2 1 0)}] - skolem:lemma6264 - skolem:lemma6265 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4918 a r:Inference; - r:gives { - 922 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {922 math:notEqualTo 0}] - skolem:lemma7352 - [ a r:Fact; r:gives {((0 9 2 2) "=<") list:sort (0 2 2 9)}] - [ a r:Fact; r:gives {((0 9 2 2) ">=") list:sort (9 2 2 0)}] - skolem:lemma6436 - skolem:lemma6437 - [ a r:Fact; r:gives {(9220 229) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4919 a r:Inference; - r:gives { - 923 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {923 math:notEqualTo 0}] - skolem:lemma7353 - [ a r:Fact; r:gives {((0 9 2 3) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((0 9 2 3) ">=") list:sort (9 3 2 0)}] - skolem:lemma6460 - skolem:lemma6461 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4920 a r:Inference; - r:gives { - 924 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {924 math:notEqualTo 0}] - skolem:lemma7354 - [ a r:Fact; r:gives {((0 9 2 4) "=<") list:sort (0 2 4 9)}] - [ a r:Fact; r:gives {((0 9 2 4) ">=") list:sort (9 4 2 0)}] - skolem:lemma6482 - skolem:lemma6483 - [ a r:Fact; r:gives {(9420 249) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4921 a r:Inference; - r:gives { - 925 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {925 math:notEqualTo 0}] - skolem:lemma7355 - [ a r:Fact; r:gives {((0 9 2 5) "=<") list:sort (0 2 5 9)}] - [ a r:Fact; r:gives {((0 9 2 5) ">=") list:sort (9 5 2 0)}] - skolem:lemma6502 - skolem:lemma6503 - [ a r:Fact; r:gives {(9520 259) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4922 a r:Inference; - r:gives { - 926 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {926 math:notEqualTo 0}] - skolem:lemma7356 - [ a r:Fact; r:gives {((0 9 2 6) "=<") list:sort (0 2 6 9)}] - [ a r:Fact; r:gives {((0 9 2 6) ">=") list:sort (9 6 2 0)}] - skolem:lemma6520 - skolem:lemma6521 - [ a r:Fact; r:gives {(9620 269) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4923 a r:Inference; - r:gives { - 927 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {927 math:notEqualTo 0}] - skolem:lemma7357 - [ a r:Fact; r:gives {((0 9 2 7) "=<") list:sort (0 2 7 9)}] - [ a r:Fact; r:gives {((0 9 2 7) ">=") list:sort (9 7 2 0)}] - skolem:lemma6536 - skolem:lemma6537 - [ a r:Fact; r:gives {(9720 279) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4924 a r:Inference; - r:gives { - 928 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {928 math:notEqualTo 0}] - skolem:lemma7358 - [ a r:Fact; r:gives {((0 9 2 8) "=<") list:sort (0 2 8 9)}] - [ a r:Fact; r:gives {((0 9 2 8) ">=") list:sort (9 8 2 0)}] - skolem:lemma6550 - skolem:lemma6551 - [ a r:Fact; r:gives {(9820 289) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4925 a r:Inference; - r:gives { - 929 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {929 math:notEqualTo 0}] - skolem:lemma7359 - [ a r:Fact; r:gives {((0 9 2 9) "=<") list:sort (0 2 9 9)}] - [ a r:Fact; r:gives {((0 9 2 9) ">=") list:sort (9 9 2 0)}] - skolem:lemma6562 - skolem:lemma6563 - [ a r:Fact; r:gives {(9920 299) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4926 a r:Inference; - r:gives { - 930 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {930 math:notEqualTo 0}] - skolem:lemma7360 - [ a r:Fact; r:gives {((0 9 3 0) "=<") list:sort (0 0 3 9)}] - [ a r:Fact; r:gives {((0 9 3 0) ">=") list:sort (9 3 0 0)}] - skolem:lemma6098 - skolem:lemma6099 - [ a r:Fact; r:gives {(9300 39) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4927 a r:Inference; - r:gives { - 931 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {931 math:notEqualTo 0}] - skolem:lemma7361 - [ a r:Fact; r:gives {((0 9 3 1) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((0 9 3 1) ">=") list:sort (9 3 1 0)}] - skolem:lemma6288 - skolem:lemma6289 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4928 a r:Inference; - r:gives { - 932 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {932 math:notEqualTo 0}] - skolem:lemma7362 - [ a r:Fact; r:gives {((0 9 3 2) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((0 9 3 2) ">=") list:sort (9 3 2 0)}] - skolem:lemma6460 - skolem:lemma6461 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4929 a r:Inference; - r:gives { - 933 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {933 math:notEqualTo 0}] - skolem:lemma7363 - [ a r:Fact; r:gives {((0 9 3 3) "=<") list:sort (0 3 3 9)}] - [ a r:Fact; r:gives {((0 9 3 3) ">=") list:sort (9 3 3 0)}] - skolem:lemma6616 - skolem:lemma6617 - [ a r:Fact; r:gives {(9330 339) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4930 a r:Inference; - r:gives { - 934 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {934 math:notEqualTo 0}] - skolem:lemma7364 - [ a r:Fact; r:gives {((0 9 3 4) "=<") list:sort (0 3 4 9)}] - [ a r:Fact; r:gives {((0 9 3 4) ">=") list:sort (9 4 3 0)}] - skolem:lemma6638 - skolem:lemma6639 - [ a r:Fact; r:gives {(9430 349) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4931 a r:Inference; - r:gives { - 935 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {935 math:notEqualTo 0}] - skolem:lemma7365 - [ a r:Fact; r:gives {((0 9 3 5) "=<") list:sort (0 3 5 9)}] - [ a r:Fact; r:gives {((0 9 3 5) ">=") list:sort (9 5 3 0)}] - skolem:lemma6658 - skolem:lemma6659 - [ a r:Fact; r:gives {(9530 359) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4932 a r:Inference; - r:gives { - 936 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {936 math:notEqualTo 0}] - skolem:lemma7366 - [ a r:Fact; r:gives {((0 9 3 6) "=<") list:sort (0 3 6 9)}] - [ a r:Fact; r:gives {((0 9 3 6) ">=") list:sort (9 6 3 0)}] - skolem:lemma6676 - skolem:lemma6677 - [ a r:Fact; r:gives {(9630 369) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4933 a r:Inference; - r:gives { - 937 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {937 math:notEqualTo 0}] - skolem:lemma7367 - [ a r:Fact; r:gives {((0 9 3 7) "=<") list:sort (0 3 7 9)}] - [ a r:Fact; r:gives {((0 9 3 7) ">=") list:sort (9 7 3 0)}] - skolem:lemma6692 - skolem:lemma6693 - [ a r:Fact; r:gives {(9730 379) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4934 a r:Inference; - r:gives { - 938 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {938 math:notEqualTo 0}] - skolem:lemma7368 - [ a r:Fact; r:gives {((0 9 3 8) "=<") list:sort (0 3 8 9)}] - [ a r:Fact; r:gives {((0 9 3 8) ">=") list:sort (9 8 3 0)}] - skolem:lemma6706 - skolem:lemma6707 - [ a r:Fact; r:gives {(9830 389) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4935 a r:Inference; - r:gives { - 939 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {939 math:notEqualTo 0}] - skolem:lemma7369 - [ a r:Fact; r:gives {((0 9 3 9) "=<") list:sort (0 3 9 9)}] - [ a r:Fact; r:gives {((0 9 3 9) ">=") list:sort (9 9 3 0)}] - skolem:lemma6718 - skolem:lemma6719 - [ a r:Fact; r:gives {(9930 399) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4936 a r:Inference; - r:gives { - 940 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {940 math:notEqualTo 0}] - skolem:lemma7370 - [ a r:Fact; r:gives {((0 9 4 0) "=<") list:sort (0 0 4 9)}] - [ a r:Fact; r:gives {((0 9 4 0) ">=") list:sort (9 4 0 0)}] - skolem:lemma6120 - skolem:lemma6121 - [ a r:Fact; r:gives {(9400 49) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4937 a r:Inference; - r:gives { - 941 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {941 math:notEqualTo 0}] - skolem:lemma7371 - [ a r:Fact; r:gives {((0 9 4 1) "=<") list:sort (0 1 4 9)}] - [ a r:Fact; r:gives {((0 9 4 1) ">=") list:sort (9 4 1 0)}] - skolem:lemma6310 - skolem:lemma6311 - [ a r:Fact; r:gives {(9410 149) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4938 a r:Inference; - r:gives { - 942 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {942 math:notEqualTo 0}] - skolem:lemma7372 - [ a r:Fact; r:gives {((0 9 4 2) "=<") list:sort (0 2 4 9)}] - [ a r:Fact; r:gives {((0 9 4 2) ">=") list:sort (9 4 2 0)}] - skolem:lemma6482 - skolem:lemma6483 - [ a r:Fact; r:gives {(9420 249) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4939 a r:Inference; - r:gives { - 943 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {943 math:notEqualTo 0}] - skolem:lemma7373 - [ a r:Fact; r:gives {((0 9 4 3) "=<") list:sort (0 3 4 9)}] - [ a r:Fact; r:gives {((0 9 4 3) ">=") list:sort (9 4 3 0)}] - skolem:lemma6638 - skolem:lemma6639 - [ a r:Fact; r:gives {(9430 349) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4940 a r:Inference; - r:gives { - 944 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {944 math:notEqualTo 0}] - skolem:lemma7374 - [ a r:Fact; r:gives {((0 9 4 4) "=<") list:sort (0 4 4 9)}] - [ a r:Fact; r:gives {((0 9 4 4) ">=") list:sort (9 4 4 0)}] - skolem:lemma6780 - skolem:lemma6781 - [ a r:Fact; r:gives {(9440 449) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4941 a r:Inference; - r:gives { - 945 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {945 math:notEqualTo 0}] - skolem:lemma7375 - [ a r:Fact; r:gives {((0 9 4 5) "=<") list:sort (0 4 5 9)}] - [ a r:Fact; r:gives {((0 9 4 5) ">=") list:sort (9 5 4 0)}] - skolem:lemma6800 - skolem:lemma6801 - [ a r:Fact; r:gives {(9540 459) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4942 a r:Inference; - r:gives { - 946 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {946 math:notEqualTo 0}] - skolem:lemma7376 - [ a r:Fact; r:gives {((0 9 4 6) "=<") list:sort (0 4 6 9)}] - [ a r:Fact; r:gives {((0 9 4 6) ">=") list:sort (9 6 4 0)}] - skolem:lemma6818 - skolem:lemma6819 - [ a r:Fact; r:gives {(9640 469) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4943 a r:Inference; - r:gives { - 947 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {947 math:notEqualTo 0}] - skolem:lemma7377 - [ a r:Fact; r:gives {((0 9 4 7) "=<") list:sort (0 4 7 9)}] - [ a r:Fact; r:gives {((0 9 4 7) ">=") list:sort (9 7 4 0)}] - skolem:lemma6834 - skolem:lemma6835 - [ a r:Fact; r:gives {(9740 479) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4944 a r:Inference; - r:gives { - 948 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {948 math:notEqualTo 0}] - skolem:lemma7378 - [ a r:Fact; r:gives {((0 9 4 8) "=<") list:sort (0 4 8 9)}] - [ a r:Fact; r:gives {((0 9 4 8) ">=") list:sort (9 8 4 0)}] - skolem:lemma6848 - skolem:lemma6849 - [ a r:Fact; r:gives {(9840 489) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4945 a r:Inference; - r:gives { - 949 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {949 math:notEqualTo 0}] - skolem:lemma7379 - [ a r:Fact; r:gives {((0 9 4 9) "=<") list:sort (0 4 9 9)}] - [ a r:Fact; r:gives {((0 9 4 9) ">=") list:sort (9 9 4 0)}] - skolem:lemma6860 - skolem:lemma6861 - [ a r:Fact; r:gives {(9940 499) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4946 a r:Inference; - r:gives { - 950 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {950 math:notEqualTo 0}] - skolem:lemma7380 - [ a r:Fact; r:gives {((0 9 5 0) "=<") list:sort (0 0 5 9)}] - [ a r:Fact; r:gives {((0 9 5 0) ">=") list:sort (9 5 0 0)}] - skolem:lemma6140 - skolem:lemma6141 - [ a r:Fact; r:gives {(9500 59) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4947 a r:Inference; - r:gives { - 951 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {951 math:notEqualTo 0}] - skolem:lemma7381 - [ a r:Fact; r:gives {((0 9 5 1) "=<") list:sort (0 1 5 9)}] - [ a r:Fact; r:gives {((0 9 5 1) ">=") list:sort (9 5 1 0)}] - skolem:lemma6330 - skolem:lemma6331 - [ a r:Fact; r:gives {(9510 159) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4948 a r:Inference; - r:gives { - 952 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {952 math:notEqualTo 0}] - skolem:lemma7382 - [ a r:Fact; r:gives {((0 9 5 2) "=<") list:sort (0 2 5 9)}] - [ a r:Fact; r:gives {((0 9 5 2) ">=") list:sort (9 5 2 0)}] - skolem:lemma6502 - skolem:lemma6503 - [ a r:Fact; r:gives {(9520 259) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4949 a r:Inference; - r:gives { - 953 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {953 math:notEqualTo 0}] - skolem:lemma7383 - [ a r:Fact; r:gives {((0 9 5 3) "=<") list:sort (0 3 5 9)}] - [ a r:Fact; r:gives {((0 9 5 3) ">=") list:sort (9 5 3 0)}] - skolem:lemma6658 - skolem:lemma6659 - [ a r:Fact; r:gives {(9530 359) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4950 a r:Inference; - r:gives { - 954 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {954 math:notEqualTo 0}] - skolem:lemma7384 - [ a r:Fact; r:gives {((0 9 5 4) "=<") list:sort (0 4 5 9)}] - [ a r:Fact; r:gives {((0 9 5 4) ">=") list:sort (9 5 4 0)}] - skolem:lemma6800 - skolem:lemma6801 - [ a r:Fact; r:gives {(9540 459) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4951 a r:Inference; - r:gives { - 955 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {955 math:notEqualTo 0}] - skolem:lemma7385 - [ a r:Fact; r:gives {((0 9 5 5) "=<") list:sort (0 5 5 9)}] - [ a r:Fact; r:gives {((0 9 5 5) ">=") list:sort (9 5 5 0)}] - skolem:lemma6930 - skolem:lemma6931 - [ a r:Fact; r:gives {(9550 559) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4952 a r:Inference; - r:gives { - 956 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {956 math:notEqualTo 0}] - skolem:lemma7386 - [ a r:Fact; r:gives {((0 9 5 6) "=<") list:sort (0 5 6 9)}] - [ a r:Fact; r:gives {((0 9 5 6) ">=") list:sort (9 6 5 0)}] - skolem:lemma6948 - skolem:lemma6949 - [ a r:Fact; r:gives {(9650 569) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4953 a r:Inference; - r:gives { - 957 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {957 math:notEqualTo 0}] - skolem:lemma7387 - [ a r:Fact; r:gives {((0 9 5 7) "=<") list:sort (0 5 7 9)}] - [ a r:Fact; r:gives {((0 9 5 7) ">=") list:sort (9 7 5 0)}] - skolem:lemma6964 - skolem:lemma6965 - [ a r:Fact; r:gives {(9750 579) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4954 a r:Inference; - r:gives { - 958 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {958 math:notEqualTo 0}] - skolem:lemma7388 - [ a r:Fact; r:gives {((0 9 5 8) "=<") list:sort (0 5 8 9)}] - [ a r:Fact; r:gives {((0 9 5 8) ">=") list:sort (9 8 5 0)}] - skolem:lemma6978 - skolem:lemma6979 - [ a r:Fact; r:gives {(9850 589) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4955 a r:Inference; - r:gives { - 959 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {959 math:notEqualTo 0}] - skolem:lemma7389 - [ a r:Fact; r:gives {((0 9 5 9) "=<") list:sort (0 5 9 9)}] - [ a r:Fact; r:gives {((0 9 5 9) ">=") list:sort (9 9 5 0)}] - skolem:lemma6990 - skolem:lemma6991 - [ a r:Fact; r:gives {(9950 599) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4956 a r:Inference; - r:gives { - 960 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {960 math:notEqualTo 0}] - skolem:lemma7390 - [ a r:Fact; r:gives {((0 9 6 0) "=<") list:sort (0 0 6 9)}] - [ a r:Fact; r:gives {((0 9 6 0) ">=") list:sort (9 6 0 0)}] - skolem:lemma6158 - skolem:lemma6159 - [ a r:Fact; r:gives {(9600 69) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4957 a r:Inference; - r:gives { - 961 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {961 math:notEqualTo 0}] - skolem:lemma7391 - [ a r:Fact; r:gives {((0 9 6 1) "=<") list:sort (0 1 6 9)}] - [ a r:Fact; r:gives {((0 9 6 1) ">=") list:sort (9 6 1 0)}] - skolem:lemma6348 - skolem:lemma6349 - [ a r:Fact; r:gives {(9610 169) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4958 a r:Inference; - r:gives { - 962 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {962 math:notEqualTo 0}] - skolem:lemma7392 - [ a r:Fact; r:gives {((0 9 6 2) "=<") list:sort (0 2 6 9)}] - [ a r:Fact; r:gives {((0 9 6 2) ">=") list:sort (9 6 2 0)}] - skolem:lemma6520 - skolem:lemma6521 - [ a r:Fact; r:gives {(9620 269) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4959 a r:Inference; - r:gives { - 963 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {963 math:notEqualTo 0}] - skolem:lemma7393 - [ a r:Fact; r:gives {((0 9 6 3) "=<") list:sort (0 3 6 9)}] - [ a r:Fact; r:gives {((0 9 6 3) ">=") list:sort (9 6 3 0)}] - skolem:lemma6676 - skolem:lemma6677 - [ a r:Fact; r:gives {(9630 369) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4960 a r:Inference; - r:gives { - 964 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {964 math:notEqualTo 0}] - skolem:lemma7394 - [ a r:Fact; r:gives {((0 9 6 4) "=<") list:sort (0 4 6 9)}] - [ a r:Fact; r:gives {((0 9 6 4) ">=") list:sort (9 6 4 0)}] - skolem:lemma6818 - skolem:lemma6819 - [ a r:Fact; r:gives {(9640 469) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4961 a r:Inference; - r:gives { - 965 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {965 math:notEqualTo 0}] - skolem:lemma7395 - [ a r:Fact; r:gives {((0 9 6 5) "=<") list:sort (0 5 6 9)}] - [ a r:Fact; r:gives {((0 9 6 5) ">=") list:sort (9 6 5 0)}] - skolem:lemma6948 - skolem:lemma6949 - [ a r:Fact; r:gives {(9650 569) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4962 a r:Inference; - r:gives { - 966 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {966 math:notEqualTo 0}] - skolem:lemma7396 - [ a r:Fact; r:gives {((0 9 6 6) "=<") list:sort (0 6 6 9)}] - [ a r:Fact; r:gives {((0 9 6 6) ">=") list:sort (9 6 6 0)}] - skolem:lemma7068 - skolem:lemma7069 - [ a r:Fact; r:gives {(9660 669) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4963 a r:Inference; - r:gives { - 967 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {967 math:notEqualTo 0}] - skolem:lemma7397 - [ a r:Fact; r:gives {((0 9 6 7) "=<") list:sort (0 6 7 9)}] - [ a r:Fact; r:gives {((0 9 6 7) ">=") list:sort (9 7 6 0)}] - skolem:lemma7084 - skolem:lemma7085 - [ a r:Fact; r:gives {(9760 679) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4964 a r:Inference; - r:gives { - 968 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {968 math:notEqualTo 0}] - skolem:lemma7398 - [ a r:Fact; r:gives {((0 9 6 8) "=<") list:sort (0 6 8 9)}] - [ a r:Fact; r:gives {((0 9 6 8) ">=") list:sort (9 8 6 0)}] - skolem:lemma7098 - skolem:lemma7099 - [ a r:Fact; r:gives {(9860 689) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4965 a r:Inference; - r:gives { - 969 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {969 math:notEqualTo 0}] - skolem:lemma7399 - [ a r:Fact; r:gives {((0 9 6 9) "=<") list:sort (0 6 9 9)}] - [ a r:Fact; r:gives {((0 9 6 9) ">=") list:sort (9 9 6 0)}] - skolem:lemma7110 - skolem:lemma7111 - [ a r:Fact; r:gives {(9960 699) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4966 a r:Inference; - r:gives { - 970 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {970 math:notEqualTo 0}] - skolem:lemma7400 - [ a r:Fact; r:gives {((0 9 7 0) "=<") list:sort (0 0 7 9)}] - [ a r:Fact; r:gives {((0 9 7 0) ">=") list:sort (9 7 0 0)}] - skolem:lemma6174 - skolem:lemma6175 - [ a r:Fact; r:gives {(9700 79) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4967 a r:Inference; - r:gives { - 971 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {971 math:notEqualTo 0}] - skolem:lemma7401 - [ a r:Fact; r:gives {((0 9 7 1) "=<") list:sort (0 1 7 9)}] - [ a r:Fact; r:gives {((0 9 7 1) ">=") list:sort (9 7 1 0)}] - skolem:lemma6364 - skolem:lemma6365 - [ a r:Fact; r:gives {(9710 179) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4968 a r:Inference; - r:gives { - 972 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {972 math:notEqualTo 0}] - skolem:lemma7402 - [ a r:Fact; r:gives {((0 9 7 2) "=<") list:sort (0 2 7 9)}] - [ a r:Fact; r:gives {((0 9 7 2) ">=") list:sort (9 7 2 0)}] - skolem:lemma6536 - skolem:lemma6537 - [ a r:Fact; r:gives {(9720 279) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4969 a r:Inference; - r:gives { - 973 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {973 math:notEqualTo 0}] - skolem:lemma7403 - [ a r:Fact; r:gives {((0 9 7 3) "=<") list:sort (0 3 7 9)}] - [ a r:Fact; r:gives {((0 9 7 3) ">=") list:sort (9 7 3 0)}] - skolem:lemma6692 - skolem:lemma6693 - [ a r:Fact; r:gives {(9730 379) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4970 a r:Inference; - r:gives { - 974 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {974 math:notEqualTo 0}] - skolem:lemma7404 - [ a r:Fact; r:gives {((0 9 7 4) "=<") list:sort (0 4 7 9)}] - [ a r:Fact; r:gives {((0 9 7 4) ">=") list:sort (9 7 4 0)}] - skolem:lemma6834 - skolem:lemma6835 - [ a r:Fact; r:gives {(9740 479) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4971 a r:Inference; - r:gives { - 975 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {975 math:notEqualTo 0}] - skolem:lemma7405 - [ a r:Fact; r:gives {((0 9 7 5) "=<") list:sort (0 5 7 9)}] - [ a r:Fact; r:gives {((0 9 7 5) ">=") list:sort (9 7 5 0)}] - skolem:lemma6964 - skolem:lemma6965 - [ a r:Fact; r:gives {(9750 579) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4972 a r:Inference; - r:gives { - 976 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {976 math:notEqualTo 0}] - skolem:lemma7406 - [ a r:Fact; r:gives {((0 9 7 6) "=<") list:sort (0 6 7 9)}] - [ a r:Fact; r:gives {((0 9 7 6) ">=") list:sort (9 7 6 0)}] - skolem:lemma7084 - skolem:lemma7085 - [ a r:Fact; r:gives {(9760 679) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4973 a r:Inference; - r:gives { - 977 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {977 math:notEqualTo 0}] - skolem:lemma7407 - [ a r:Fact; r:gives {((0 9 7 7) "=<") list:sort (0 7 7 9)}] - [ a r:Fact; r:gives {((0 9 7 7) ">=") list:sort (9 7 7 0)}] - skolem:lemma7196 - skolem:lemma7197 - [ a r:Fact; r:gives {(9770 779) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4974 a r:Inference; - r:gives { - 978 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {978 math:notEqualTo 0}] - skolem:lemma7408 - [ a r:Fact; r:gives {((0 9 7 8) "=<") list:sort (0 7 8 9)}] - [ a r:Fact; r:gives {((0 9 7 8) ">=") list:sort (9 8 7 0)}] - skolem:lemma7210 - skolem:lemma7211 - [ a r:Fact; r:gives {(9870 789) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4975 a r:Inference; - r:gives { - 979 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {979 math:notEqualTo 0}] - skolem:lemma7409 - [ a r:Fact; r:gives {((0 9 7 9) "=<") list:sort (0 7 9 9)}] - [ a r:Fact; r:gives {((0 9 7 9) ">=") list:sort (9 9 7 0)}] - skolem:lemma7222 - skolem:lemma7223 - [ a r:Fact; r:gives {(9970 799) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4976 a r:Inference; - r:gives { - 980 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {980 math:notEqualTo 0}] - skolem:lemma7410 - [ a r:Fact; r:gives {((0 9 8 0) "=<") list:sort (0 0 8 9)}] - [ a r:Fact; r:gives {((0 9 8 0) ">=") list:sort (9 8 0 0)}] - skolem:lemma6188 - skolem:lemma6189 - [ a r:Fact; r:gives {(9800 89) math:difference 9711}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9711 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9711 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4977 a r:Inference; - r:gives { - 981 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {981 math:notEqualTo 0}] - skolem:lemma7411 - [ a r:Fact; r:gives {((0 9 8 1) "=<") list:sort (0 1 8 9)}] - [ a r:Fact; r:gives {((0 9 8 1) ">=") list:sort (9 8 1 0)}] - skolem:lemma6378 - skolem:lemma6379 - [ a r:Fact; r:gives {(9810 189) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4978 a r:Inference; - r:gives { - 982 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {982 math:notEqualTo 0}] - skolem:lemma7412 - [ a r:Fact; r:gives {((0 9 8 2) "=<") list:sort (0 2 8 9)}] - [ a r:Fact; r:gives {((0 9 8 2) ">=") list:sort (9 8 2 0)}] - skolem:lemma6550 - skolem:lemma6551 - [ a r:Fact; r:gives {(9820 289) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4979 a r:Inference; - r:gives { - 983 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {983 math:notEqualTo 0}] - skolem:lemma7413 - [ a r:Fact; r:gives {((0 9 8 3) "=<") list:sort (0 3 8 9)}] - [ a r:Fact; r:gives {((0 9 8 3) ">=") list:sort (9 8 3 0)}] - skolem:lemma6706 - skolem:lemma6707 - [ a r:Fact; r:gives {(9830 389) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4980 a r:Inference; - r:gives { - 984 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {984 math:notEqualTo 0}] - skolem:lemma7414 - [ a r:Fact; r:gives {((0 9 8 4) "=<") list:sort (0 4 8 9)}] - [ a r:Fact; r:gives {((0 9 8 4) ">=") list:sort (9 8 4 0)}] - skolem:lemma6848 - skolem:lemma6849 - [ a r:Fact; r:gives {(9840 489) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4981 a r:Inference; - r:gives { - 985 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {985 math:notEqualTo 0}] - skolem:lemma7415 - [ a r:Fact; r:gives {((0 9 8 5) "=<") list:sort (0 5 8 9)}] - [ a r:Fact; r:gives {((0 9 8 5) ">=") list:sort (9 8 5 0)}] - skolem:lemma6978 - skolem:lemma6979 - [ a r:Fact; r:gives {(9850 589) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4982 a r:Inference; - r:gives { - 986 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {986 math:notEqualTo 0}] - skolem:lemma7416 - [ a r:Fact; r:gives {((0 9 8 6) "=<") list:sort (0 6 8 9)}] - [ a r:Fact; r:gives {((0 9 8 6) ">=") list:sort (9 8 6 0)}] - skolem:lemma7098 - skolem:lemma7099 - [ a r:Fact; r:gives {(9860 689) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4983 a r:Inference; - r:gives { - 987 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {987 math:notEqualTo 0}] - skolem:lemma7417 - [ a r:Fact; r:gives {((0 9 8 7) "=<") list:sort (0 7 8 9)}] - [ a r:Fact; r:gives {((0 9 8 7) ">=") list:sort (9 8 7 0)}] - skolem:lemma7210 - skolem:lemma7211 - [ a r:Fact; r:gives {(9870 789) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4984 a r:Inference; - r:gives { - 988 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {988 math:notEqualTo 0}] - skolem:lemma7418 - [ a r:Fact; r:gives {((0 9 8 8) "=<") list:sort (0 8 8 9)}] - [ a r:Fact; r:gives {((0 9 8 8) ">=") list:sort (9 8 8 0)}] - skolem:lemma7316 - skolem:lemma7317 - [ a r:Fact; r:gives {(9880 889) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4985 a r:Inference; - r:gives { - 989 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {989 math:notEqualTo 0}] - skolem:lemma7419 - [ a r:Fact; r:gives {((0 9 8 9) "=<") list:sort (0 8 9 9)}] - [ a r:Fact; r:gives {((0 9 8 9) ">=") list:sort (9 9 8 0)}] - skolem:lemma7328 - skolem:lemma7329 - [ a r:Fact; r:gives {(9980 899) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4986 a r:Inference; - r:gives { - 990 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {990 math:notEqualTo 0}] - skolem:lemma7420 - [ a r:Fact; r:gives {((0 9 9 0) "=<") list:sort (0 0 9 9)}] - [ a r:Fact; r:gives {((0 9 9 0) ">=") list:sort (9 9 0 0)}] - skolem:lemma6200 - skolem:lemma6201 - [ a r:Fact; r:gives {(9900 99) math:difference 9801}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9801 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9801 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4987 a r:Inference; - r:gives { - 991 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {991 math:notEqualTo 0}] - skolem:lemma7421 - [ a r:Fact; r:gives {((0 9 9 1) "=<") list:sort (0 1 9 9)}] - [ a r:Fact; r:gives {((0 9 9 1) ">=") list:sort (9 9 1 0)}] - skolem:lemma6390 - skolem:lemma6391 - [ a r:Fact; r:gives {(9910 199) math:difference 9711}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9711 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9711 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4988 a r:Inference; - r:gives { - 992 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {992 math:notEqualTo 0}] - skolem:lemma7422 - [ a r:Fact; r:gives {((0 9 9 2) "=<") list:sort (0 2 9 9)}] - [ a r:Fact; r:gives {((0 9 9 2) ">=") list:sort (9 9 2 0)}] - skolem:lemma6562 - skolem:lemma6563 - [ a r:Fact; r:gives {(9920 299) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4989 a r:Inference; - r:gives { - 993 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {993 math:notEqualTo 0}] - skolem:lemma7423 - [ a r:Fact; r:gives {((0 9 9 3) "=<") list:sort (0 3 9 9)}] - [ a r:Fact; r:gives {((0 9 9 3) ">=") list:sort (9 9 3 0)}] - skolem:lemma6718 - skolem:lemma6719 - [ a r:Fact; r:gives {(9930 399) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4990 a r:Inference; - r:gives { - 994 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {994 math:notEqualTo 0}] - skolem:lemma7424 - [ a r:Fact; r:gives {((0 9 9 4) "=<") list:sort (0 4 9 9)}] - [ a r:Fact; r:gives {((0 9 9 4) ">=") list:sort (9 9 4 0)}] - skolem:lemma6860 - skolem:lemma6861 - [ a r:Fact; r:gives {(9940 499) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4991 a r:Inference; - r:gives { - 995 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {995 math:notEqualTo 0}] - skolem:lemma7425 - [ a r:Fact; r:gives {((0 9 9 5) "=<") list:sort (0 5 9 9)}] - [ a r:Fact; r:gives {((0 9 9 5) ">=") list:sort (9 9 5 0)}] - skolem:lemma6990 - skolem:lemma6991 - [ a r:Fact; r:gives {(9950 599) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma4992 a r:Inference; - r:gives { - 996 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {996 math:notEqualTo 0}] - skolem:lemma7426 - [ a r:Fact; r:gives {((0 9 9 6) "=<") list:sort (0 6 9 9)}] - [ a r:Fact; r:gives {((0 9 9 6) ">=") list:sort (9 9 6 0)}] - skolem:lemma7110 - skolem:lemma7111 - [ a r:Fact; r:gives {(9960 699) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4993 a r:Inference; - r:gives { - 997 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {997 math:notEqualTo 0}] - skolem:lemma7427 - [ a r:Fact; r:gives {((0 9 9 7) "=<") list:sort (0 7 9 9)}] - [ a r:Fact; r:gives {((0 9 9 7) ">=") list:sort (9 9 7 0)}] - skolem:lemma7222 - skolem:lemma7223 - [ a r:Fact; r:gives {(9970 799) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4994 a r:Inference; - r:gives { - 998 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {998 math:notEqualTo 0}] - skolem:lemma7428 - [ a r:Fact; r:gives {((0 9 9 8) "=<") list:sort (0 8 9 9)}] - [ a r:Fact; r:gives {((0 9 9 8) ">=") list:sort (9 9 8 0)}] - skolem:lemma7328 - skolem:lemma7329 - [ a r:Fact; r:gives {(9980 899) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4995 a r:Inference; - r:gives { - 999 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {999 math:notEqualTo 0}] - skolem:lemma7429 - [ a r:Fact; r:gives {((0 9 9 9) "=<") list:sort (0 9 9 9)}] - [ a r:Fact; r:gives {((0 9 9 9) ">=") list:sort (9 9 9 0)}] - skolem:lemma7430 - skolem:lemma7431 - [ a r:Fact; r:gives {(9990 999) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 9 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4996 a r:Inference; - r:gives { - 1000 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1000 math:notEqualTo 0}] - skolem:lemma7432 - [ a r:Fact; r:gives {((1 0 0 0) "=<") list:sort (0 0 0 1)}] - [ a r:Fact; r:gives {((1 0 0 0) ">=") list:sort (1 0 0 0)}] - skolem:lemma5995 - skolem:lemma5996 - [ a r:Fact; r:gives {(1000 1) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma4997 a r:Inference; - r:gives { - 1001 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1001 math:notEqualTo 0}] - skolem:lemma7433 - [ a r:Fact; r:gives {((1 0 0 1) "=<") list:sort (0 0 1 1)}] - [ a r:Fact; r:gives {((1 0 0 1) ">=") list:sort (1 1 0 0)}] - skolem:lemma6024 - skolem:lemma6025 - [ a r:Fact; r:gives {(1100 11) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1001]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma4998 a r:Inference; - r:gives { - 1002 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1002 math:notEqualTo 0}] - skolem:lemma7434 - [ a r:Fact; r:gives {((1 0 0 2) "=<") list:sort (0 0 1 2)}] - [ a r:Fact; r:gives {((1 0 0 2) ">=") list:sort (2 1 0 0)}] - skolem:lemma6027 - skolem:lemma6028 - [ a r:Fact; r:gives {(2100 12) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1002]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma4999 a r:Inference; - r:gives { - 1003 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1003 math:notEqualTo 0}] - skolem:lemma7435 - [ a r:Fact; r:gives {((1 0 0 3) "=<") list:sort (0 0 1 3)}] - [ a r:Fact; r:gives {((1 0 0 3) ">=") list:sort (3 1 0 0)}] - skolem:lemma6030 - skolem:lemma6031 - [ a r:Fact; r:gives {(3100 13) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1003]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5000 a r:Inference; - r:gives { - 1004 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1004 math:notEqualTo 0}] - skolem:lemma7436 - [ a r:Fact; r:gives {((1 0 0 4) "=<") list:sort (0 0 1 4)}] - [ a r:Fact; r:gives {((1 0 0 4) ">=") list:sort (4 1 0 0)}] - skolem:lemma6033 - skolem:lemma6034 - [ a r:Fact; r:gives {(4100 14) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1004]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5001 a r:Inference; - r:gives { - 1005 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1005 math:notEqualTo 0}] - skolem:lemma7437 - [ a r:Fact; r:gives {((1 0 0 5) "=<") list:sort (0 0 1 5)}] - [ a r:Fact; r:gives {((1 0 0 5) ">=") list:sort (5 1 0 0)}] - skolem:lemma6036 - skolem:lemma6037 - [ a r:Fact; r:gives {(5100 15) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1005]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5002 a r:Inference; - r:gives { - 1006 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1006 math:notEqualTo 0}] - skolem:lemma7438 - [ a r:Fact; r:gives {((1 0 0 6) "=<") list:sort (0 0 1 6)}] - [ a r:Fact; r:gives {((1 0 0 6) ">=") list:sort (6 1 0 0)}] - skolem:lemma6039 - skolem:lemma6040 - [ a r:Fact; r:gives {(6100 16) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1006]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5003 a r:Inference; - r:gives { - 1007 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1007 math:notEqualTo 0}] - skolem:lemma7439 - [ a r:Fact; r:gives {((1 0 0 7) "=<") list:sort (0 0 1 7)}] - [ a r:Fact; r:gives {((1 0 0 7) ">=") list:sort (7 1 0 0)}] - skolem:lemma6042 - skolem:lemma6043 - [ a r:Fact; r:gives {(7100 17) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1007]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5004 a r:Inference; - r:gives { - 1008 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1008 math:notEqualTo 0}] - skolem:lemma7440 - [ a r:Fact; r:gives {((1 0 0 8) "=<") list:sort (0 0 1 8)}] - [ a r:Fact; r:gives {((1 0 0 8) ">=") list:sort (8 1 0 0)}] - skolem:lemma6045 - skolem:lemma6046 - [ a r:Fact; r:gives {(8100 18) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1008]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5005 a r:Inference; - r:gives { - 1009 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1009 math:notEqualTo 0}] - skolem:lemma7441 - [ a r:Fact; r:gives {((1 0 0 9) "=<") list:sort (0 0 1 9)}] - [ a r:Fact; r:gives {((1 0 0 9) ">=") list:sort (9 1 0 0)}] - skolem:lemma6048 - skolem:lemma6049 - [ a r:Fact; r:gives {(9100 19) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1009]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5006 a r:Inference; - r:gives { - 1010 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1010 math:notEqualTo 0}] - skolem:lemma7442 - [ a r:Fact; r:gives {((1 0 1 0) "=<") list:sort (0 0 1 1)}] - [ a r:Fact; r:gives {((1 0 1 0) ">=") list:sort (1 1 0 0)}] - skolem:lemma6024 - skolem:lemma6025 - [ a r:Fact; r:gives {(1100 11) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1010]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5007 a r:Inference; - r:gives { - 1011 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1011 math:notEqualTo 0}] - skolem:lemma7443 - [ a r:Fact; r:gives {((1 0 1 1) "=<") list:sort (0 1 1 1)}] - [ a r:Fact; r:gives {((1 0 1 1) ">=") list:sort (1 1 1 0)}] - skolem:lemma6214 - skolem:lemma6215 - [ a r:Fact; r:gives {(1110 111) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1011]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5008 a r:Inference; - r:gives { - 1012 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1012 math:notEqualTo 0}] - skolem:lemma7444 - [ a r:Fact; r:gives {((1 0 1 2) "=<") list:sort (0 1 1 2)}] - [ a r:Fact; r:gives {((1 0 1 2) ">=") list:sort (2 1 1 0)}] - skolem:lemma6217 - skolem:lemma6218 - [ a r:Fact; r:gives {(2110 112) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1012]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5009 a r:Inference; - r:gives { - 1013 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1013 math:notEqualTo 0}] - skolem:lemma7445 - [ a r:Fact; r:gives {((1 0 1 3) "=<") list:sort (0 1 1 3)}] - [ a r:Fact; r:gives {((1 0 1 3) ">=") list:sort (3 1 1 0)}] - skolem:lemma6220 - skolem:lemma6221 - [ a r:Fact; r:gives {(3110 113) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1013]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5010 a r:Inference; - r:gives { - 1014 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1014 math:notEqualTo 0}] - skolem:lemma7446 - [ a r:Fact; r:gives {((1 0 1 4) "=<") list:sort (0 1 1 4)}] - [ a r:Fact; r:gives {((1 0 1 4) ">=") list:sort (4 1 1 0)}] - skolem:lemma6223 - skolem:lemma6224 - [ a r:Fact; r:gives {(4110 114) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1014]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5011 a r:Inference; - r:gives { - 1015 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1015 math:notEqualTo 0}] - skolem:lemma7447 - [ a r:Fact; r:gives {((1 0 1 5) "=<") list:sort (0 1 1 5)}] - [ a r:Fact; r:gives {((1 0 1 5) ">=") list:sort (5 1 1 0)}] - skolem:lemma6226 - skolem:lemma6227 - [ a r:Fact; r:gives {(5110 115) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1015]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5012 a r:Inference; - r:gives { - 1016 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1016 math:notEqualTo 0}] - skolem:lemma7448 - [ a r:Fact; r:gives {((1 0 1 6) "=<") list:sort (0 1 1 6)}] - [ a r:Fact; r:gives {((1 0 1 6) ">=") list:sort (6 1 1 0)}] - skolem:lemma6229 - skolem:lemma6230 - [ a r:Fact; r:gives {(6110 116) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1016]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5013 a r:Inference; - r:gives { - 1017 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1017 math:notEqualTo 0}] - skolem:lemma7449 - [ a r:Fact; r:gives {((1 0 1 7) "=<") list:sort (0 1 1 7)}] - [ a r:Fact; r:gives {((1 0 1 7) ">=") list:sort (7 1 1 0)}] - skolem:lemma6232 - skolem:lemma6233 - [ a r:Fact; r:gives {(7110 117) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1017]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5014 a r:Inference; - r:gives { - 1018 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1018 math:notEqualTo 0}] - skolem:lemma7450 - [ a r:Fact; r:gives {((1 0 1 8) "=<") list:sort (0 1 1 8)}] - [ a r:Fact; r:gives {((1 0 1 8) ">=") list:sort (8 1 1 0)}] - skolem:lemma6235 - skolem:lemma6236 - [ a r:Fact; r:gives {(8110 118) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1018]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5015 a r:Inference; - r:gives { - 1019 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1019 math:notEqualTo 0}] - skolem:lemma7451 - [ a r:Fact; r:gives {((1 0 1 9) "=<") list:sort (0 1 1 9)}] - [ a r:Fact; r:gives {((1 0 1 9) ">=") list:sort (9 1 1 0)}] - skolem:lemma6238 - skolem:lemma6239 - [ a r:Fact; r:gives {(9110 119) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1019]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5016 a r:Inference; - r:gives { - 1020 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1020 math:notEqualTo 0}] - skolem:lemma7452 - [ a r:Fact; r:gives {((1 0 2 0) "=<") list:sort (0 0 1 2)}] - [ a r:Fact; r:gives {((1 0 2 0) ">=") list:sort (2 1 0 0)}] - skolem:lemma6027 - skolem:lemma6028 - [ a r:Fact; r:gives {(2100 12) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1020]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5017 a r:Inference; - r:gives { - 1021 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1021 math:notEqualTo 0}] - skolem:lemma7453 - [ a r:Fact; r:gives {((1 0 2 1) "=<") list:sort (0 1 1 2)}] - [ a r:Fact; r:gives {((1 0 2 1) ">=") list:sort (2 1 1 0)}] - skolem:lemma6217 - skolem:lemma6218 - [ a r:Fact; r:gives {(2110 112) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1021]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5018 a r:Inference; - r:gives { - 1022 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1022 math:notEqualTo 0}] - skolem:lemma7454 - [ a r:Fact; r:gives {((1 0 2 2) "=<") list:sort (0 1 2 2)}] - [ a r:Fact; r:gives {((1 0 2 2) ">=") list:sort (2 2 1 0)}] - skolem:lemma6243 - skolem:lemma6244 - [ a r:Fact; r:gives {(2210 122) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1022]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5019 a r:Inference; - r:gives { - 1023 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1023 math:notEqualTo 0}] - skolem:lemma7455 - [ a r:Fact; r:gives {((1 0 2 3) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((1 0 2 3) ">=") list:sort (3 2 1 0)}] - skolem:lemma6246 - skolem:lemma6247 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1023]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5020 a r:Inference; - r:gives { - 1024 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1024 math:notEqualTo 0}] - skolem:lemma7456 - [ a r:Fact; r:gives {((1 0 2 4) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((1 0 2 4) ">=") list:sort (4 2 1 0)}] - skolem:lemma6249 - skolem:lemma6250 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1024]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5021 a r:Inference; - r:gives { - 1025 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1025 math:notEqualTo 0}] - skolem:lemma7457 - [ a r:Fact; r:gives {((1 0 2 5) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((1 0 2 5) ">=") list:sort (5 2 1 0)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1025]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5022 a r:Inference; - r:gives { - 1026 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1026 math:notEqualTo 0}] - skolem:lemma7458 - [ a r:Fact; r:gives {((1 0 2 6) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((1 0 2 6) ">=") list:sort (6 2 1 0)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1026]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5023 a r:Inference; - r:gives { - 1027 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1027 math:notEqualTo 0}] - skolem:lemma7459 - [ a r:Fact; r:gives {((1 0 2 7) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((1 0 2 7) ">=") list:sort (7 2 1 0)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1027]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5024 a r:Inference; - r:gives { - 1028 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1028 math:notEqualTo 0}] - skolem:lemma7460 - [ a r:Fact; r:gives {((1 0 2 8) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((1 0 2 8) ">=") list:sort (8 2 1 0)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1028]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5025 a r:Inference; - r:gives { - 1029 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1029 math:notEqualTo 0}] - skolem:lemma7461 - [ a r:Fact; r:gives {((1 0 2 9) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((1 0 2 9) ">=") list:sort (9 2 1 0)}] - skolem:lemma6264 - skolem:lemma6265 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1029]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5026 a r:Inference; - r:gives { - 1030 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1030 math:notEqualTo 0}] - skolem:lemma7462 - [ a r:Fact; r:gives {((1 0 3 0) "=<") list:sort (0 0 1 3)}] - [ a r:Fact; r:gives {((1 0 3 0) ">=") list:sort (3 1 0 0)}] - skolem:lemma6030 - skolem:lemma6031 - [ a r:Fact; r:gives {(3100 13) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1030]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5027 a r:Inference; - r:gives { - 1031 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1031 math:notEqualTo 0}] - skolem:lemma7463 - [ a r:Fact; r:gives {((1 0 3 1) "=<") list:sort (0 1 1 3)}] - [ a r:Fact; r:gives {((1 0 3 1) ">=") list:sort (3 1 1 0)}] - skolem:lemma6220 - skolem:lemma6221 - [ a r:Fact; r:gives {(3110 113) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1031]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5028 a r:Inference; - r:gives { - 1032 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1032 math:notEqualTo 0}] - skolem:lemma7464 - [ a r:Fact; r:gives {((1 0 3 2) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((1 0 3 2) ">=") list:sort (3 2 1 0)}] - skolem:lemma6246 - skolem:lemma6247 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1032]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5029 a r:Inference; - r:gives { - 1033 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1033 math:notEqualTo 0}] - skolem:lemma7465 - [ a r:Fact; r:gives {((1 0 3 3) "=<") list:sort (0 1 3 3)}] - [ a r:Fact; r:gives {((1 0 3 3) ">=") list:sort (3 3 1 0)}] - skolem:lemma6270 - skolem:lemma6271 - [ a r:Fact; r:gives {(3310 133) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1033]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5030 a r:Inference; - r:gives { - 1034 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1034 math:notEqualTo 0}] - skolem:lemma7466 - [ a r:Fact; r:gives {((1 0 3 4) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((1 0 3 4) ">=") list:sort (4 3 1 0)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1034]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5031 a r:Inference; - r:gives { - 1035 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1035 math:notEqualTo 0}] - skolem:lemma7467 - [ a r:Fact; r:gives {((1 0 3 5) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((1 0 3 5) ">=") list:sort (5 3 1 0)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1035]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5032 a r:Inference; - r:gives { - 1036 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1036 math:notEqualTo 0}] - skolem:lemma7468 - [ a r:Fact; r:gives {((1 0 3 6) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((1 0 3 6) ">=") list:sort (6 3 1 0)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1036]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5033 a r:Inference; - r:gives { - 1037 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1037 math:notEqualTo 0}] - skolem:lemma7469 - [ a r:Fact; r:gives {((1 0 3 7) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((1 0 3 7) ">=") list:sort (7 3 1 0)}] - skolem:lemma6282 - skolem:lemma6283 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1037]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5034 a r:Inference; - r:gives { - 1038 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1038 math:notEqualTo 0}] - skolem:lemma7470 - [ a r:Fact; r:gives {((1 0 3 8) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((1 0 3 8) ">=") list:sort (8 3 1 0)}] - skolem:lemma6285 - skolem:lemma6286 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1038]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5035 a r:Inference; - r:gives { - 1039 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1039 math:notEqualTo 0}] - skolem:lemma7471 - [ a r:Fact; r:gives {((1 0 3 9) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((1 0 3 9) ">=") list:sort (9 3 1 0)}] - skolem:lemma6288 - skolem:lemma6289 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1039]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5036 a r:Inference; - r:gives { - 1040 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1040 math:notEqualTo 0}] - skolem:lemma7472 - [ a r:Fact; r:gives {((1 0 4 0) "=<") list:sort (0 0 1 4)}] - [ a r:Fact; r:gives {((1 0 4 0) ">=") list:sort (4 1 0 0)}] - skolem:lemma6033 - skolem:lemma6034 - [ a r:Fact; r:gives {(4100 14) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1040]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5037 a r:Inference; - r:gives { - 1041 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1041 math:notEqualTo 0}] - skolem:lemma7473 - [ a r:Fact; r:gives {((1 0 4 1) "=<") list:sort (0 1 1 4)}] - [ a r:Fact; r:gives {((1 0 4 1) ">=") list:sort (4 1 1 0)}] - skolem:lemma6223 - skolem:lemma6224 - [ a r:Fact; r:gives {(4110 114) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1041]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5038 a r:Inference; - r:gives { - 1042 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1042 math:notEqualTo 0}] - skolem:lemma7474 - [ a r:Fact; r:gives {((1 0 4 2) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((1 0 4 2) ">=") list:sort (4 2 1 0)}] - skolem:lemma6249 - skolem:lemma6250 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1042]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5039 a r:Inference; - r:gives { - 1043 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1043 math:notEqualTo 0}] - skolem:lemma7475 - [ a r:Fact; r:gives {((1 0 4 3) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((1 0 4 3) ">=") list:sort (4 3 1 0)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1043]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5040 a r:Inference; - r:gives { - 1044 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1044 math:notEqualTo 0}] - skolem:lemma7476 - [ a r:Fact; r:gives {((1 0 4 4) "=<") list:sort (0 1 4 4)}] - [ a r:Fact; r:gives {((1 0 4 4) ">=") list:sort (4 4 1 0)}] - skolem:lemma6295 - skolem:lemma6296 - [ a r:Fact; r:gives {(4410 144) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1044]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5041 a r:Inference; - r:gives { - 1045 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1045 math:notEqualTo 0}] - skolem:lemma7477 - [ a r:Fact; r:gives {((1 0 4 5) "=<") list:sort (0 1 4 5)}] - [ a r:Fact; r:gives {((1 0 4 5) ">=") list:sort (5 4 1 0)}] - skolem:lemma6298 - skolem:lemma6299 - [ a r:Fact; r:gives {(5410 145) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1045]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5042 a r:Inference; - r:gives { - 1046 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1046 math:notEqualTo 0}] - skolem:lemma7478 - [ a r:Fact; r:gives {((1 0 4 6) "=<") list:sort (0 1 4 6)}] - [ a r:Fact; r:gives {((1 0 4 6) ">=") list:sort (6 4 1 0)}] - skolem:lemma6301 - skolem:lemma6302 - [ a r:Fact; r:gives {(6410 146) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1046]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5043 a r:Inference; - r:gives { - 1047 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1047 math:notEqualTo 0}] - skolem:lemma7479 - [ a r:Fact; r:gives {((1 0 4 7) "=<") list:sort (0 1 4 7)}] - [ a r:Fact; r:gives {((1 0 4 7) ">=") list:sort (7 4 1 0)}] - skolem:lemma6304 - skolem:lemma6305 - [ a r:Fact; r:gives {(7410 147) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1047]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5044 a r:Inference; - r:gives { - 1048 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1048 math:notEqualTo 0}] - skolem:lemma7480 - [ a r:Fact; r:gives {((1 0 4 8) "=<") list:sort (0 1 4 8)}] - [ a r:Fact; r:gives {((1 0 4 8) ">=") list:sort (8 4 1 0)}] - skolem:lemma6307 - skolem:lemma6308 - [ a r:Fact; r:gives {(8410 148) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1048]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5045 a r:Inference; - r:gives { - 1049 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1049 math:notEqualTo 0}] - skolem:lemma7481 - [ a r:Fact; r:gives {((1 0 4 9) "=<") list:sort (0 1 4 9)}] - [ a r:Fact; r:gives {((1 0 4 9) ">=") list:sort (9 4 1 0)}] - skolem:lemma6310 - skolem:lemma6311 - [ a r:Fact; r:gives {(9410 149) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1049]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5046 a r:Inference; - r:gives { - 1050 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1050 math:notEqualTo 0}] - skolem:lemma7482 - [ a r:Fact; r:gives {((1 0 5 0) "=<") list:sort (0 0 1 5)}] - [ a r:Fact; r:gives {((1 0 5 0) ">=") list:sort (5 1 0 0)}] - skolem:lemma6036 - skolem:lemma6037 - [ a r:Fact; r:gives {(5100 15) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1050]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5047 a r:Inference; - r:gives { - 1051 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1051 math:notEqualTo 0}] - skolem:lemma7483 - [ a r:Fact; r:gives {((1 0 5 1) "=<") list:sort (0 1 1 5)}] - [ a r:Fact; r:gives {((1 0 5 1) ">=") list:sort (5 1 1 0)}] - skolem:lemma6226 - skolem:lemma6227 - [ a r:Fact; r:gives {(5110 115) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1051]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5048 a r:Inference; - r:gives { - 1052 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1052 math:notEqualTo 0}] - skolem:lemma7484 - [ a r:Fact; r:gives {((1 0 5 2) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((1 0 5 2) ">=") list:sort (5 2 1 0)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1052]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5049 a r:Inference; - r:gives { - 1053 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1053 math:notEqualTo 0}] - skolem:lemma7485 - [ a r:Fact; r:gives {((1 0 5 3) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((1 0 5 3) ">=") list:sort (5 3 1 0)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1053]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5050 a r:Inference; - r:gives { - 1054 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1054 math:notEqualTo 0}] - skolem:lemma7486 - [ a r:Fact; r:gives {((1 0 5 4) "=<") list:sort (0 1 4 5)}] - [ a r:Fact; r:gives {((1 0 5 4) ">=") list:sort (5 4 1 0)}] - skolem:lemma6298 - skolem:lemma6299 - [ a r:Fact; r:gives {(5410 145) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1054]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5051 a r:Inference; - r:gives { - 1055 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1055 math:notEqualTo 0}] - skolem:lemma7487 - [ a r:Fact; r:gives {((1 0 5 5) "=<") list:sort (0 1 5 5)}] - [ a r:Fact; r:gives {((1 0 5 5) ">=") list:sort (5 5 1 0)}] - skolem:lemma6318 - skolem:lemma6319 - [ a r:Fact; r:gives {(5510 155) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1055]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5052 a r:Inference; - r:gives { - 1056 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1056 math:notEqualTo 0}] - skolem:lemma7488 - [ a r:Fact; r:gives {((1 0 5 6) "=<") list:sort (0 1 5 6)}] - [ a r:Fact; r:gives {((1 0 5 6) ">=") list:sort (6 5 1 0)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(6510 156) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1056]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5053 a r:Inference; - r:gives { - 1057 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1057 math:notEqualTo 0}] - skolem:lemma7489 - [ a r:Fact; r:gives {((1 0 5 7) "=<") list:sort (0 1 5 7)}] - [ a r:Fact; r:gives {((1 0 5 7) ">=") list:sort (7 5 1 0)}] - skolem:lemma6324 - skolem:lemma6325 - [ a r:Fact; r:gives {(7510 157) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1057]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5054 a r:Inference; - r:gives { - 1058 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1058 math:notEqualTo 0}] - skolem:lemma7490 - [ a r:Fact; r:gives {((1 0 5 8) "=<") list:sort (0 1 5 8)}] - [ a r:Fact; r:gives {((1 0 5 8) ">=") list:sort (8 5 1 0)}] - skolem:lemma6327 - skolem:lemma6328 - [ a r:Fact; r:gives {(8510 158) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1058]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5055 a r:Inference; - r:gives { - 1059 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1059 math:notEqualTo 0}] - skolem:lemma7491 - [ a r:Fact; r:gives {((1 0 5 9) "=<") list:sort (0 1 5 9)}] - [ a r:Fact; r:gives {((1 0 5 9) ">=") list:sort (9 5 1 0)}] - skolem:lemma6330 - skolem:lemma6331 - [ a r:Fact; r:gives {(9510 159) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1059]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5056 a r:Inference; - r:gives { - 1060 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1060 math:notEqualTo 0}] - skolem:lemma7492 - [ a r:Fact; r:gives {((1 0 6 0) "=<") list:sort (0 0 1 6)}] - [ a r:Fact; r:gives {((1 0 6 0) ">=") list:sort (6 1 0 0)}] - skolem:lemma6039 - skolem:lemma6040 - [ a r:Fact; r:gives {(6100 16) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1060]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5057 a r:Inference; - r:gives { - 1061 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1061 math:notEqualTo 0}] - skolem:lemma7493 - [ a r:Fact; r:gives {((1 0 6 1) "=<") list:sort (0 1 1 6)}] - [ a r:Fact; r:gives {((1 0 6 1) ">=") list:sort (6 1 1 0)}] - skolem:lemma6229 - skolem:lemma6230 - [ a r:Fact; r:gives {(6110 116) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1061]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5058 a r:Inference; - r:gives { - 1062 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1062 math:notEqualTo 0}] - skolem:lemma7494 - [ a r:Fact; r:gives {((1 0 6 2) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((1 0 6 2) ">=") list:sort (6 2 1 0)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1062]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5059 a r:Inference; - r:gives { - 1063 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1063 math:notEqualTo 0}] - skolem:lemma7495 - [ a r:Fact; r:gives {((1 0 6 3) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((1 0 6 3) ">=") list:sort (6 3 1 0)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1063]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5060 a r:Inference; - r:gives { - 1064 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1064 math:notEqualTo 0}] - skolem:lemma7496 - [ a r:Fact; r:gives {((1 0 6 4) "=<") list:sort (0 1 4 6)}] - [ a r:Fact; r:gives {((1 0 6 4) ">=") list:sort (6 4 1 0)}] - skolem:lemma6301 - skolem:lemma6302 - [ a r:Fact; r:gives {(6410 146) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1064]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5061 a r:Inference; - r:gives { - 1065 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1065 math:notEqualTo 0}] - skolem:lemma7497 - [ a r:Fact; r:gives {((1 0 6 5) "=<") list:sort (0 1 5 6)}] - [ a r:Fact; r:gives {((1 0 6 5) ">=") list:sort (6 5 1 0)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(6510 156) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1065]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5062 a r:Inference; - r:gives { - 1066 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1066 math:notEqualTo 0}] - skolem:lemma7498 - [ a r:Fact; r:gives {((1 0 6 6) "=<") list:sort (0 1 6 6)}] - [ a r:Fact; r:gives {((1 0 6 6) ">=") list:sort (6 6 1 0)}] - skolem:lemma6339 - skolem:lemma6340 - [ a r:Fact; r:gives {(6610 166) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1066]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5063 a r:Inference; - r:gives { - 1067 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1067 math:notEqualTo 0}] - skolem:lemma7499 - [ a r:Fact; r:gives {((1 0 6 7) "=<") list:sort (0 1 6 7)}] - [ a r:Fact; r:gives {((1 0 6 7) ">=") list:sort (7 6 1 0)}] - skolem:lemma6342 - skolem:lemma6343 - [ a r:Fact; r:gives {(7610 167) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1067]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5064 a r:Inference; - r:gives { - 1068 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1068 math:notEqualTo 0}] - skolem:lemma7500 - [ a r:Fact; r:gives {((1 0 6 8) "=<") list:sort (0 1 6 8)}] - [ a r:Fact; r:gives {((1 0 6 8) ">=") list:sort (8 6 1 0)}] - skolem:lemma6345 - skolem:lemma6346 - [ a r:Fact; r:gives {(8610 168) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1068]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5065 a r:Inference; - r:gives { - 1069 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1069 math:notEqualTo 0}] - skolem:lemma7501 - [ a r:Fact; r:gives {((1 0 6 9) "=<") list:sort (0 1 6 9)}] - [ a r:Fact; r:gives {((1 0 6 9) ">=") list:sort (9 6 1 0)}] - skolem:lemma6348 - skolem:lemma6349 - [ a r:Fact; r:gives {(9610 169) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1069]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5066 a r:Inference; - r:gives { - 1070 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1070 math:notEqualTo 0}] - skolem:lemma7502 - [ a r:Fact; r:gives {((1 0 7 0) "=<") list:sort (0 0 1 7)}] - [ a r:Fact; r:gives {((1 0 7 0) ">=") list:sort (7 1 0 0)}] - skolem:lemma6042 - skolem:lemma6043 - [ a r:Fact; r:gives {(7100 17) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1070]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5067 a r:Inference; - r:gives { - 1071 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1071 math:notEqualTo 0}] - skolem:lemma7503 - [ a r:Fact; r:gives {((1 0 7 1) "=<") list:sort (0 1 1 7)}] - [ a r:Fact; r:gives {((1 0 7 1) ">=") list:sort (7 1 1 0)}] - skolem:lemma6232 - skolem:lemma6233 - [ a r:Fact; r:gives {(7110 117) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1071]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5068 a r:Inference; - r:gives { - 1072 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1072 math:notEqualTo 0}] - skolem:lemma7504 - [ a r:Fact; r:gives {((1 0 7 2) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((1 0 7 2) ">=") list:sort (7 2 1 0)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1072]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5069 a r:Inference; - r:gives { - 1073 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1073 math:notEqualTo 0}] - skolem:lemma7505 - [ a r:Fact; r:gives {((1 0 7 3) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((1 0 7 3) ">=") list:sort (7 3 1 0)}] - skolem:lemma6282 - skolem:lemma6283 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1073]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5070 a r:Inference; - r:gives { - 1074 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1074 math:notEqualTo 0}] - skolem:lemma7506 - [ a r:Fact; r:gives {((1 0 7 4) "=<") list:sort (0 1 4 7)}] - [ a r:Fact; r:gives {((1 0 7 4) ">=") list:sort (7 4 1 0)}] - skolem:lemma6304 - skolem:lemma6305 - [ a r:Fact; r:gives {(7410 147) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1074]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5071 a r:Inference; - r:gives { - 1075 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1075 math:notEqualTo 0}] - skolem:lemma7507 - [ a r:Fact; r:gives {((1 0 7 5) "=<") list:sort (0 1 5 7)}] - [ a r:Fact; r:gives {((1 0 7 5) ">=") list:sort (7 5 1 0)}] - skolem:lemma6324 - skolem:lemma6325 - [ a r:Fact; r:gives {(7510 157) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1075]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5072 a r:Inference; - r:gives { - 1076 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1076 math:notEqualTo 0}] - skolem:lemma7508 - [ a r:Fact; r:gives {((1 0 7 6) "=<") list:sort (0 1 6 7)}] - [ a r:Fact; r:gives {((1 0 7 6) ">=") list:sort (7 6 1 0)}] - skolem:lemma6342 - skolem:lemma6343 - [ a r:Fact; r:gives {(7610 167) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1076]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5073 a r:Inference; - r:gives { - 1077 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1077 math:notEqualTo 0}] - skolem:lemma7509 - [ a r:Fact; r:gives {((1 0 7 7) "=<") list:sort (0 1 7 7)}] - [ a r:Fact; r:gives {((1 0 7 7) ">=") list:sort (7 7 1 0)}] - skolem:lemma6358 - skolem:lemma6359 - [ a r:Fact; r:gives {(7710 177) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1077]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5074 a r:Inference; - r:gives { - 1078 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1078 math:notEqualTo 0}] - skolem:lemma7510 - [ a r:Fact; r:gives {((1 0 7 8) "=<") list:sort (0 1 7 8)}] - [ a r:Fact; r:gives {((1 0 7 8) ">=") list:sort (8 7 1 0)}] - skolem:lemma6361 - skolem:lemma6362 - [ a r:Fact; r:gives {(8710 178) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1078]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5075 a r:Inference; - r:gives { - 1079 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1079 math:notEqualTo 0}] - skolem:lemma7511 - [ a r:Fact; r:gives {((1 0 7 9) "=<") list:sort (0 1 7 9)}] - [ a r:Fact; r:gives {((1 0 7 9) ">=") list:sort (9 7 1 0)}] - skolem:lemma6364 - skolem:lemma6365 - [ a r:Fact; r:gives {(9710 179) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1079]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5076 a r:Inference; - r:gives { - 1080 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1080 math:notEqualTo 0}] - skolem:lemma7512 - [ a r:Fact; r:gives {((1 0 8 0) "=<") list:sort (0 0 1 8)}] - [ a r:Fact; r:gives {((1 0 8 0) ">=") list:sort (8 1 0 0)}] - skolem:lemma6045 - skolem:lemma6046 - [ a r:Fact; r:gives {(8100 18) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1080]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5077 a r:Inference; - r:gives { - 1081 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1081 math:notEqualTo 0}] - skolem:lemma7513 - [ a r:Fact; r:gives {((1 0 8 1) "=<") list:sort (0 1 1 8)}] - [ a r:Fact; r:gives {((1 0 8 1) ">=") list:sort (8 1 1 0)}] - skolem:lemma6235 - skolem:lemma6236 - [ a r:Fact; r:gives {(8110 118) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5078 a r:Inference; - r:gives { - 1082 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1082 math:notEqualTo 0}] - skolem:lemma7514 - [ a r:Fact; r:gives {((1 0 8 2) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((1 0 8 2) ">=") list:sort (8 2 1 0)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5079 a r:Inference; - r:gives { - 1083 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1083 math:notEqualTo 0}] - skolem:lemma7515 - [ a r:Fact; r:gives {((1 0 8 3) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((1 0 8 3) ">=") list:sort (8 3 1 0)}] - skolem:lemma6285 - skolem:lemma6286 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5080 a r:Inference; - r:gives { - 1084 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1084 math:notEqualTo 0}] - skolem:lemma7516 - [ a r:Fact; r:gives {((1 0 8 4) "=<") list:sort (0 1 4 8)}] - [ a r:Fact; r:gives {((1 0 8 4) ">=") list:sort (8 4 1 0)}] - skolem:lemma6307 - skolem:lemma6308 - [ a r:Fact; r:gives {(8410 148) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5081 a r:Inference; - r:gives { - 1085 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1085 math:notEqualTo 0}] - skolem:lemma7517 - [ a r:Fact; r:gives {((1 0 8 5) "=<") list:sort (0 1 5 8)}] - [ a r:Fact; r:gives {((1 0 8 5) ">=") list:sort (8 5 1 0)}] - skolem:lemma6327 - skolem:lemma6328 - [ a r:Fact; r:gives {(8510 158) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5082 a r:Inference; - r:gives { - 1086 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1086 math:notEqualTo 0}] - skolem:lemma7518 - [ a r:Fact; r:gives {((1 0 8 6) "=<") list:sort (0 1 6 8)}] - [ a r:Fact; r:gives {((1 0 8 6) ">=") list:sort (8 6 1 0)}] - skolem:lemma6345 - skolem:lemma6346 - [ a r:Fact; r:gives {(8610 168) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5083 a r:Inference; - r:gives { - 1087 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1087 math:notEqualTo 0}] - skolem:lemma7519 - [ a r:Fact; r:gives {((1 0 8 7) "=<") list:sort (0 1 7 8)}] - [ a r:Fact; r:gives {((1 0 8 7) ">=") list:sort (8 7 1 0)}] - skolem:lemma6361 - skolem:lemma6362 - [ a r:Fact; r:gives {(8710 178) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5084 a r:Inference; - r:gives { - 1088 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1088 math:notEqualTo 0}] - skolem:lemma7520 - [ a r:Fact; r:gives {((1 0 8 8) "=<") list:sort (0 1 8 8)}] - [ a r:Fact; r:gives {((1 0 8 8) ">=") list:sort (8 8 1 0)}] - skolem:lemma6375 - skolem:lemma6376 - [ a r:Fact; r:gives {(8810 188) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5085 a r:Inference; - r:gives { - 1089 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1089 math:notEqualTo 0}] - skolem:lemma7521 - [ a r:Fact; r:gives {((1 0 8 9) "=<") list:sort (0 1 8 9)}] - [ a r:Fact; r:gives {((1 0 8 9) ">=") list:sort (9 8 1 0)}] - skolem:lemma6378 - skolem:lemma6379 - [ a r:Fact; r:gives {(9810 189) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5086 a r:Inference; - r:gives { - 1090 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1090 math:notEqualTo 0}] - skolem:lemma7522 - [ a r:Fact; r:gives {((1 0 9 0) "=<") list:sort (0 0 1 9)}] - [ a r:Fact; r:gives {((1 0 9 0) ">=") list:sort (9 1 0 0)}] - skolem:lemma6048 - skolem:lemma6049 - [ a r:Fact; r:gives {(9100 19) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1090]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5087 a r:Inference; - r:gives { - 1091 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1091 math:notEqualTo 0}] - skolem:lemma7523 - [ a r:Fact; r:gives {((1 0 9 1) "=<") list:sort (0 1 1 9)}] - [ a r:Fact; r:gives {((1 0 9 1) ">=") list:sort (9 1 1 0)}] - skolem:lemma6238 - skolem:lemma6239 - [ a r:Fact; r:gives {(9110 119) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1091]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5088 a r:Inference; - r:gives { - 1092 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1092 math:notEqualTo 0}] - skolem:lemma7524 - [ a r:Fact; r:gives {((1 0 9 2) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((1 0 9 2) ">=") list:sort (9 2 1 0)}] - skolem:lemma6264 - skolem:lemma6265 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1092]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5089 a r:Inference; - r:gives { - 1093 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1093 math:notEqualTo 0}] - skolem:lemma7525 - [ a r:Fact; r:gives {((1 0 9 3) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((1 0 9 3) ">=") list:sort (9 3 1 0)}] - skolem:lemma6288 - skolem:lemma6289 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1093]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5090 a r:Inference; - r:gives { - 1094 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1094 math:notEqualTo 0}] - skolem:lemma7526 - [ a r:Fact; r:gives {((1 0 9 4) "=<") list:sort (0 1 4 9)}] - [ a r:Fact; r:gives {((1 0 9 4) ">=") list:sort (9 4 1 0)}] - skolem:lemma6310 - skolem:lemma6311 - [ a r:Fact; r:gives {(9410 149) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1094]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5091 a r:Inference; - r:gives { - 1095 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1095 math:notEqualTo 0}] - skolem:lemma7527 - [ a r:Fact; r:gives {((1 0 9 5) "=<") list:sort (0 1 5 9)}] - [ a r:Fact; r:gives {((1 0 9 5) ">=") list:sort (9 5 1 0)}] - skolem:lemma6330 - skolem:lemma6331 - [ a r:Fact; r:gives {(9510 159) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1095]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5092 a r:Inference; - r:gives { - 1096 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1096 math:notEqualTo 0}] - skolem:lemma7528 - [ a r:Fact; r:gives {((1 0 9 6) "=<") list:sort (0 1 6 9)}] - [ a r:Fact; r:gives {((1 0 9 6) ">=") list:sort (9 6 1 0)}] - skolem:lemma6348 - skolem:lemma6349 - [ a r:Fact; r:gives {(9610 169) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1096]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5093 a r:Inference; - r:gives { - 1097 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1097 math:notEqualTo 0}] - skolem:lemma7529 - [ a r:Fact; r:gives {((1 0 9 7) "=<") list:sort (0 1 7 9)}] - [ a r:Fact; r:gives {((1 0 9 7) ">=") list:sort (9 7 1 0)}] - skolem:lemma6364 - skolem:lemma6365 - [ a r:Fact; r:gives {(9710 179) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1097]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5094 a r:Inference; - r:gives { - 1098 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1098 math:notEqualTo 0}] - skolem:lemma7530 - [ a r:Fact; r:gives {((1 0 9 8) "=<") list:sort (0 1 8 9)}] - [ a r:Fact; r:gives {((1 0 9 8) ">=") list:sort (9 8 1 0)}] - skolem:lemma6378 - skolem:lemma6379 - [ a r:Fact; r:gives {(9810 189) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1098]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5095 a r:Inference; - r:gives { - 1099 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1099 math:notEqualTo 0}] - skolem:lemma7531 - [ a r:Fact; r:gives {((1 0 9 9) "=<") list:sort (0 1 9 9)}] - [ a r:Fact; r:gives {((1 0 9 9) ">=") list:sort (9 9 1 0)}] - skolem:lemma6390 - skolem:lemma6391 - [ a r:Fact; r:gives {(9910 199) math:difference 9711}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9711 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9711 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1099]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 0 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5096 a r:Inference; - r:gives { - 1100 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1100 math:notEqualTo 0}] - skolem:lemma7532 - [ a r:Fact; r:gives {((1 1 0 0) "=<") list:sort (0 0 1 1)}] - [ a r:Fact; r:gives {((1 1 0 0) ">=") list:sort (1 1 0 0)}] - skolem:lemma6024 - skolem:lemma6025 - [ a r:Fact; r:gives {(1100 11) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5097 a r:Inference; - r:gives { - 1101 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1101 math:notEqualTo 0}] - skolem:lemma7533 - [ a r:Fact; r:gives {((1 1 0 1) "=<") list:sort (0 1 1 1)}] - [ a r:Fact; r:gives {((1 1 0 1) ">=") list:sort (1 1 1 0)}] - skolem:lemma6214 - skolem:lemma6215 - [ a r:Fact; r:gives {(1110 111) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5098 a r:Inference; - r:gives { - 1102 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1102 math:notEqualTo 0}] - skolem:lemma7534 - [ a r:Fact; r:gives {((1 1 0 2) "=<") list:sort (0 1 1 2)}] - [ a r:Fact; r:gives {((1 1 0 2) ">=") list:sort (2 1 1 0)}] - skolem:lemma6217 - skolem:lemma6218 - [ a r:Fact; r:gives {(2110 112) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5099 a r:Inference; - r:gives { - 1103 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1103 math:notEqualTo 0}] - skolem:lemma7535 - [ a r:Fact; r:gives {((1 1 0 3) "=<") list:sort (0 1 1 3)}] - [ a r:Fact; r:gives {((1 1 0 3) ">=") list:sort (3 1 1 0)}] - skolem:lemma6220 - skolem:lemma6221 - [ a r:Fact; r:gives {(3110 113) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5100 a r:Inference; - r:gives { - 1104 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1104 math:notEqualTo 0}] - skolem:lemma7536 - [ a r:Fact; r:gives {((1 1 0 4) "=<") list:sort (0 1 1 4)}] - [ a r:Fact; r:gives {((1 1 0 4) ">=") list:sort (4 1 1 0)}] - skolem:lemma6223 - skolem:lemma6224 - [ a r:Fact; r:gives {(4110 114) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5101 a r:Inference; - r:gives { - 1105 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1105 math:notEqualTo 0}] - skolem:lemma7537 - [ a r:Fact; r:gives {((1 1 0 5) "=<") list:sort (0 1 1 5)}] - [ a r:Fact; r:gives {((1 1 0 5) ">=") list:sort (5 1 1 0)}] - skolem:lemma6226 - skolem:lemma6227 - [ a r:Fact; r:gives {(5110 115) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5102 a r:Inference; - r:gives { - 1106 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1106 math:notEqualTo 0}] - skolem:lemma7538 - [ a r:Fact; r:gives {((1 1 0 6) "=<") list:sort (0 1 1 6)}] - [ a r:Fact; r:gives {((1 1 0 6) ">=") list:sort (6 1 1 0)}] - skolem:lemma6229 - skolem:lemma6230 - [ a r:Fact; r:gives {(6110 116) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5103 a r:Inference; - r:gives { - 1107 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1107 math:notEqualTo 0}] - skolem:lemma7539 - [ a r:Fact; r:gives {((1 1 0 7) "=<") list:sort (0 1 1 7)}] - [ a r:Fact; r:gives {((1 1 0 7) ">=") list:sort (7 1 1 0)}] - skolem:lemma6232 - skolem:lemma6233 - [ a r:Fact; r:gives {(7110 117) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5104 a r:Inference; - r:gives { - 1108 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1108 math:notEqualTo 0}] - skolem:lemma7540 - [ a r:Fact; r:gives {((1 1 0 8) "=<") list:sort (0 1 1 8)}] - [ a r:Fact; r:gives {((1 1 0 8) ">=") list:sort (8 1 1 0)}] - skolem:lemma6235 - skolem:lemma6236 - [ a r:Fact; r:gives {(8110 118) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5105 a r:Inference; - r:gives { - 1109 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1109 math:notEqualTo 0}] - skolem:lemma7541 - [ a r:Fact; r:gives {((1 1 0 9) "=<") list:sort (0 1 1 9)}] - [ a r:Fact; r:gives {((1 1 0 9) ">=") list:sort (9 1 1 0)}] - skolem:lemma6238 - skolem:lemma6239 - [ a r:Fact; r:gives {(9110 119) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5106 a r:Inference; - r:gives { - 1110 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1110 math:notEqualTo 0}] - skolem:lemma7542 - [ a r:Fact; r:gives {((1 1 1 0) "=<") list:sort (0 1 1 1)}] - [ a r:Fact; r:gives {((1 1 1 0) ">=") list:sort (1 1 1 0)}] - skolem:lemma6214 - skolem:lemma6215 - [ a r:Fact; r:gives {(1110 111) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5107 a r:Inference; - r:gives { - 1112 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1112 math:notEqualTo 0}] - skolem:lemma7543 - [ a r:Fact; r:gives {((1 1 1 2) "=<") list:sort (1 1 1 2)}] - [ a r:Fact; r:gives {((1 1 1 2) ">=") list:sort (2 1 1 1)}] - skolem:lemma7544 - skolem:lemma7545 - [ a r:Fact; r:gives {(2111 1112) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5108 a r:Inference; - r:gives { - 1113 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1113 math:notEqualTo 0}] - skolem:lemma7546 - [ a r:Fact; r:gives {((1 1 1 3) "=<") list:sort (1 1 1 3)}] - [ a r:Fact; r:gives {((1 1 1 3) ">=") list:sort (3 1 1 1)}] - skolem:lemma7547 - skolem:lemma7548 - [ a r:Fact; r:gives {(3111 1113) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5109 a r:Inference; - r:gives { - 1114 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1114 math:notEqualTo 0}] - skolem:lemma7549 - [ a r:Fact; r:gives {((1 1 1 4) "=<") list:sort (1 1 1 4)}] - [ a r:Fact; r:gives {((1 1 1 4) ">=") list:sort (4 1 1 1)}] - skolem:lemma7550 - skolem:lemma7551 - [ a r:Fact; r:gives {(4111 1114) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5110 a r:Inference; - r:gives { - 1115 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1115 math:notEqualTo 0}] - skolem:lemma7552 - [ a r:Fact; r:gives {((1 1 1 5) "=<") list:sort (1 1 1 5)}] - [ a r:Fact; r:gives {((1 1 1 5) ">=") list:sort (5 1 1 1)}] - skolem:lemma7553 - skolem:lemma7554 - [ a r:Fact; r:gives {(5111 1115) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5111 a r:Inference; - r:gives { - 1116 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1116 math:notEqualTo 0}] - skolem:lemma7555 - [ a r:Fact; r:gives {((1 1 1 6) "=<") list:sort (1 1 1 6)}] - [ a r:Fact; r:gives {((1 1 1 6) ">=") list:sort (6 1 1 1)}] - skolem:lemma7556 - skolem:lemma7557 - [ a r:Fact; r:gives {(6111 1116) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5112 a r:Inference; - r:gives { - 1117 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1117 math:notEqualTo 0}] - skolem:lemma7558 - [ a r:Fact; r:gives {((1 1 1 7) "=<") list:sort (1 1 1 7)}] - [ a r:Fact; r:gives {((1 1 1 7) ">=") list:sort (7 1 1 1)}] - skolem:lemma7559 - skolem:lemma7560 - [ a r:Fact; r:gives {(7111 1117) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5113 a r:Inference; - r:gives { - 1118 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1118 math:notEqualTo 0}] - skolem:lemma7561 - [ a r:Fact; r:gives {((1 1 1 8) "=<") list:sort (1 1 1 8)}] - [ a r:Fact; r:gives {((1 1 1 8) ">=") list:sort (8 1 1 1)}] - skolem:lemma7562 - skolem:lemma7563 - [ a r:Fact; r:gives {(8111 1118) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5114 a r:Inference; - r:gives { - 1119 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1119 math:notEqualTo 0}] - skolem:lemma7564 - [ a r:Fact; r:gives {((1 1 1 9) "=<") list:sort (1 1 1 9)}] - [ a r:Fact; r:gives {((1 1 1 9) ">=") list:sort (9 1 1 1)}] - skolem:lemma7565 - skolem:lemma7566 - [ a r:Fact; r:gives {(9111 1119) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5115 a r:Inference; - r:gives { - 1120 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1120 math:notEqualTo 0}] - skolem:lemma7567 - [ a r:Fact; r:gives {((1 1 2 0) "=<") list:sort (0 1 1 2)}] - [ a r:Fact; r:gives {((1 1 2 0) ">=") list:sort (2 1 1 0)}] - skolem:lemma6217 - skolem:lemma6218 - [ a r:Fact; r:gives {(2110 112) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5116 a r:Inference; - r:gives { - 1121 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1121 math:notEqualTo 0}] - skolem:lemma7568 - [ a r:Fact; r:gives {((1 1 2 1) "=<") list:sort (1 1 1 2)}] - [ a r:Fact; r:gives {((1 1 2 1) ">=") list:sort (2 1 1 1)}] - skolem:lemma7544 - skolem:lemma7545 - [ a r:Fact; r:gives {(2111 1112) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5117 a r:Inference; - r:gives { - 1122 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1122 math:notEqualTo 0}] - skolem:lemma7569 - [ a r:Fact; r:gives {((1 1 2 2) "=<") list:sort (1 1 2 2)}] - [ a r:Fact; r:gives {((1 1 2 2) ">=") list:sort (2 2 1 1)}] - skolem:lemma7570 - skolem:lemma7571 - [ a r:Fact; r:gives {(2211 1122) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5118 a r:Inference; - r:gives { - 1123 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1123 math:notEqualTo 0}] - skolem:lemma7572 - [ a r:Fact; r:gives {((1 1 2 3) "=<") list:sort (1 1 2 3)}] - [ a r:Fact; r:gives {((1 1 2 3) ">=") list:sort (3 2 1 1)}] - skolem:lemma7573 - skolem:lemma7574 - [ a r:Fact; r:gives {(3211 1123) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5119 a r:Inference; - r:gives { - 1124 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1124 math:notEqualTo 0}] - skolem:lemma7575 - [ a r:Fact; r:gives {((1 1 2 4) "=<") list:sort (1 1 2 4)}] - [ a r:Fact; r:gives {((1 1 2 4) ">=") list:sort (4 2 1 1)}] - skolem:lemma7576 - skolem:lemma7577 - [ a r:Fact; r:gives {(4211 1124) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5120 a r:Inference; - r:gives { - 1125 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1125 math:notEqualTo 0}] - skolem:lemma7578 - [ a r:Fact; r:gives {((1 1 2 5) "=<") list:sort (1 1 2 5)}] - [ a r:Fact; r:gives {((1 1 2 5) ">=") list:sort (5 2 1 1)}] - skolem:lemma7579 - skolem:lemma7580 - [ a r:Fact; r:gives {(5211 1125) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5121 a r:Inference; - r:gives { - 1126 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1126 math:notEqualTo 0}] - skolem:lemma7581 - [ a r:Fact; r:gives {((1 1 2 6) "=<") list:sort (1 1 2 6)}] - [ a r:Fact; r:gives {((1 1 2 6) ">=") list:sort (6 2 1 1)}] - skolem:lemma7582 - skolem:lemma7583 - [ a r:Fact; r:gives {(6211 1126) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5122 a r:Inference; - r:gives { - 1127 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1127 math:notEqualTo 0}] - skolem:lemma7584 - [ a r:Fact; r:gives {((1 1 2 7) "=<") list:sort (1 1 2 7)}] - [ a r:Fact; r:gives {((1 1 2 7) ">=") list:sort (7 2 1 1)}] - skolem:lemma7585 - skolem:lemma7586 - [ a r:Fact; r:gives {(7211 1127) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5123 a r:Inference; - r:gives { - 1128 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1128 math:notEqualTo 0}] - skolem:lemma7587 - [ a r:Fact; r:gives {((1 1 2 8) "=<") list:sort (1 1 2 8)}] - [ a r:Fact; r:gives {((1 1 2 8) ">=") list:sort (8 2 1 1)}] - skolem:lemma7588 - skolem:lemma7589 - [ a r:Fact; r:gives {(8211 1128) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5124 a r:Inference; - r:gives { - 1129 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1129 math:notEqualTo 0}] - skolem:lemma7590 - [ a r:Fact; r:gives {((1 1 2 9) "=<") list:sort (1 1 2 9)}] - [ a r:Fact; r:gives {((1 1 2 9) ">=") list:sort (9 2 1 1)}] - skolem:lemma7591 - skolem:lemma7592 - [ a r:Fact; r:gives {(9211 1129) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5125 a r:Inference; - r:gives { - 1130 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1130 math:notEqualTo 0}] - skolem:lemma7593 - [ a r:Fact; r:gives {((1 1 3 0) "=<") list:sort (0 1 1 3)}] - [ a r:Fact; r:gives {((1 1 3 0) ">=") list:sort (3 1 1 0)}] - skolem:lemma6220 - skolem:lemma6221 - [ a r:Fact; r:gives {(3110 113) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5126 a r:Inference; - r:gives { - 1131 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1131 math:notEqualTo 0}] - skolem:lemma7594 - [ a r:Fact; r:gives {((1 1 3 1) "=<") list:sort (1 1 1 3)}] - [ a r:Fact; r:gives {((1 1 3 1) ">=") list:sort (3 1 1 1)}] - skolem:lemma7547 - skolem:lemma7548 - [ a r:Fact; r:gives {(3111 1113) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5127 a r:Inference; - r:gives { - 1132 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1132 math:notEqualTo 0}] - skolem:lemma7595 - [ a r:Fact; r:gives {((1 1 3 2) "=<") list:sort (1 1 2 3)}] - [ a r:Fact; r:gives {((1 1 3 2) ">=") list:sort (3 2 1 1)}] - skolem:lemma7573 - skolem:lemma7574 - [ a r:Fact; r:gives {(3211 1123) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5128 a r:Inference; - r:gives { - 1133 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1133 math:notEqualTo 0}] - skolem:lemma7596 - [ a r:Fact; r:gives {((1 1 3 3) "=<") list:sort (1 1 3 3)}] - [ a r:Fact; r:gives {((1 1 3 3) ">=") list:sort (3 3 1 1)}] - skolem:lemma7597 - skolem:lemma7598 - [ a r:Fact; r:gives {(3311 1133) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5129 a r:Inference; - r:gives { - 1134 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1134 math:notEqualTo 0}] - skolem:lemma7599 - [ a r:Fact; r:gives {((1 1 3 4) "=<") list:sort (1 1 3 4)}] - [ a r:Fact; r:gives {((1 1 3 4) ">=") list:sort (4 3 1 1)}] - skolem:lemma7600 - skolem:lemma7601 - [ a r:Fact; r:gives {(4311 1134) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5130 a r:Inference; - r:gives { - 1135 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1135 math:notEqualTo 0}] - skolem:lemma7602 - [ a r:Fact; r:gives {((1 1 3 5) "=<") list:sort (1 1 3 5)}] - [ a r:Fact; r:gives {((1 1 3 5) ">=") list:sort (5 3 1 1)}] - skolem:lemma7603 - skolem:lemma7604 - [ a r:Fact; r:gives {(5311 1135) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5131 a r:Inference; - r:gives { - 1136 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1136 math:notEqualTo 0}] - skolem:lemma7605 - [ a r:Fact; r:gives {((1 1 3 6) "=<") list:sort (1 1 3 6)}] - [ a r:Fact; r:gives {((1 1 3 6) ">=") list:sort (6 3 1 1)}] - skolem:lemma7606 - skolem:lemma7607 - [ a r:Fact; r:gives {(6311 1136) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5132 a r:Inference; - r:gives { - 1137 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1137 math:notEqualTo 0}] - skolem:lemma7608 - [ a r:Fact; r:gives {((1 1 3 7) "=<") list:sort (1 1 3 7)}] - [ a r:Fact; r:gives {((1 1 3 7) ">=") list:sort (7 3 1 1)}] - skolem:lemma7609 - skolem:lemma7610 - [ a r:Fact; r:gives {(7311 1137) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5133 a r:Inference; - r:gives { - 1138 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1138 math:notEqualTo 0}] - skolem:lemma7611 - [ a r:Fact; r:gives {((1 1 3 8) "=<") list:sort (1 1 3 8)}] - [ a r:Fact; r:gives {((1 1 3 8) ">=") list:sort (8 3 1 1)}] - skolem:lemma7612 - skolem:lemma7613 - [ a r:Fact; r:gives {(8311 1138) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5134 a r:Inference; - r:gives { - 1139 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1139 math:notEqualTo 0}] - skolem:lemma7614 - [ a r:Fact; r:gives {((1 1 3 9) "=<") list:sort (1 1 3 9)}] - [ a r:Fact; r:gives {((1 1 3 9) ">=") list:sort (9 3 1 1)}] - skolem:lemma7615 - skolem:lemma7616 - [ a r:Fact; r:gives {(9311 1139) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5135 a r:Inference; - r:gives { - 1140 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1140 math:notEqualTo 0}] - skolem:lemma7617 - [ a r:Fact; r:gives {((1 1 4 0) "=<") list:sort (0 1 1 4)}] - [ a r:Fact; r:gives {((1 1 4 0) ">=") list:sort (4 1 1 0)}] - skolem:lemma6223 - skolem:lemma6224 - [ a r:Fact; r:gives {(4110 114) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5136 a r:Inference; - r:gives { - 1141 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1141 math:notEqualTo 0}] - skolem:lemma7618 - [ a r:Fact; r:gives {((1 1 4 1) "=<") list:sort (1 1 1 4)}] - [ a r:Fact; r:gives {((1 1 4 1) ">=") list:sort (4 1 1 1)}] - skolem:lemma7550 - skolem:lemma7551 - [ a r:Fact; r:gives {(4111 1114) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5137 a r:Inference; - r:gives { - 1142 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1142 math:notEqualTo 0}] - skolem:lemma7619 - [ a r:Fact; r:gives {((1 1 4 2) "=<") list:sort (1 1 2 4)}] - [ a r:Fact; r:gives {((1 1 4 2) ">=") list:sort (4 2 1 1)}] - skolem:lemma7576 - skolem:lemma7577 - [ a r:Fact; r:gives {(4211 1124) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5138 a r:Inference; - r:gives { - 1143 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1143 math:notEqualTo 0}] - skolem:lemma7620 - [ a r:Fact; r:gives {((1 1 4 3) "=<") list:sort (1 1 3 4)}] - [ a r:Fact; r:gives {((1 1 4 3) ">=") list:sort (4 3 1 1)}] - skolem:lemma7600 - skolem:lemma7601 - [ a r:Fact; r:gives {(4311 1134) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5139 a r:Inference; - r:gives { - 1144 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1144 math:notEqualTo 0}] - skolem:lemma7621 - [ a r:Fact; r:gives {((1 1 4 4) "=<") list:sort (1 1 4 4)}] - [ a r:Fact; r:gives {((1 1 4 4) ">=") list:sort (4 4 1 1)}] - skolem:lemma7622 - skolem:lemma7623 - [ a r:Fact; r:gives {(4411 1144) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5140 a r:Inference; - r:gives { - 1145 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1145 math:notEqualTo 0}] - skolem:lemma7624 - [ a r:Fact; r:gives {((1 1 4 5) "=<") list:sort (1 1 4 5)}] - [ a r:Fact; r:gives {((1 1 4 5) ">=") list:sort (5 4 1 1)}] - skolem:lemma7625 - skolem:lemma7626 - [ a r:Fact; r:gives {(5411 1145) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5141 a r:Inference; - r:gives { - 1146 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1146 math:notEqualTo 0}] - skolem:lemma7627 - [ a r:Fact; r:gives {((1 1 4 6) "=<") list:sort (1 1 4 6)}] - [ a r:Fact; r:gives {((1 1 4 6) ">=") list:sort (6 4 1 1)}] - skolem:lemma7628 - skolem:lemma7629 - [ a r:Fact; r:gives {(6411 1146) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5142 a r:Inference; - r:gives { - 1147 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1147 math:notEqualTo 0}] - skolem:lemma7630 - [ a r:Fact; r:gives {((1 1 4 7) "=<") list:sort (1 1 4 7)}] - [ a r:Fact; r:gives {((1 1 4 7) ">=") list:sort (7 4 1 1)}] - skolem:lemma7631 - skolem:lemma7632 - [ a r:Fact; r:gives {(7411 1147) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5143 a r:Inference; - r:gives { - 1148 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1148 math:notEqualTo 0}] - skolem:lemma7633 - [ a r:Fact; r:gives {((1 1 4 8) "=<") list:sort (1 1 4 8)}] - [ a r:Fact; r:gives {((1 1 4 8) ">=") list:sort (8 4 1 1)}] - skolem:lemma7634 - skolem:lemma7635 - [ a r:Fact; r:gives {(8411 1148) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5144 a r:Inference; - r:gives { - 1149 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1149 math:notEqualTo 0}] - skolem:lemma7636 - [ a r:Fact; r:gives {((1 1 4 9) "=<") list:sort (1 1 4 9)}] - [ a r:Fact; r:gives {((1 1 4 9) ">=") list:sort (9 4 1 1)}] - skolem:lemma7637 - skolem:lemma7638 - [ a r:Fact; r:gives {(9411 1149) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5145 a r:Inference; - r:gives { - 1150 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1150 math:notEqualTo 0}] - skolem:lemma7639 - [ a r:Fact; r:gives {((1 1 5 0) "=<") list:sort (0 1 1 5)}] - [ a r:Fact; r:gives {((1 1 5 0) ">=") list:sort (5 1 1 0)}] - skolem:lemma6226 - skolem:lemma6227 - [ a r:Fact; r:gives {(5110 115) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5146 a r:Inference; - r:gives { - 1151 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1151 math:notEqualTo 0}] - skolem:lemma7640 - [ a r:Fact; r:gives {((1 1 5 1) "=<") list:sort (1 1 1 5)}] - [ a r:Fact; r:gives {((1 1 5 1) ">=") list:sort (5 1 1 1)}] - skolem:lemma7553 - skolem:lemma7554 - [ a r:Fact; r:gives {(5111 1115) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5147 a r:Inference; - r:gives { - 1152 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1152 math:notEqualTo 0}] - skolem:lemma7641 - [ a r:Fact; r:gives {((1 1 5 2) "=<") list:sort (1 1 2 5)}] - [ a r:Fact; r:gives {((1 1 5 2) ">=") list:sort (5 2 1 1)}] - skolem:lemma7579 - skolem:lemma7580 - [ a r:Fact; r:gives {(5211 1125) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5148 a r:Inference; - r:gives { - 1153 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1153 math:notEqualTo 0}] - skolem:lemma7642 - [ a r:Fact; r:gives {((1 1 5 3) "=<") list:sort (1 1 3 5)}] - [ a r:Fact; r:gives {((1 1 5 3) ">=") list:sort (5 3 1 1)}] - skolem:lemma7603 - skolem:lemma7604 - [ a r:Fact; r:gives {(5311 1135) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5149 a r:Inference; - r:gives { - 1154 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1154 math:notEqualTo 0}] - skolem:lemma7643 - [ a r:Fact; r:gives {((1 1 5 4) "=<") list:sort (1 1 4 5)}] - [ a r:Fact; r:gives {((1 1 5 4) ">=") list:sort (5 4 1 1)}] - skolem:lemma7625 - skolem:lemma7626 - [ a r:Fact; r:gives {(5411 1145) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5150 a r:Inference; - r:gives { - 1155 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1155 math:notEqualTo 0}] - skolem:lemma7644 - [ a r:Fact; r:gives {((1 1 5 5) "=<") list:sort (1 1 5 5)}] - [ a r:Fact; r:gives {((1 1 5 5) ">=") list:sort (5 5 1 1)}] - skolem:lemma7645 - skolem:lemma7646 - [ a r:Fact; r:gives {(5511 1155) math:difference 4356}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4356 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 4356 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5151 a r:Inference; - r:gives { - 1156 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1156 math:notEqualTo 0}] - skolem:lemma7647 - [ a r:Fact; r:gives {((1 1 5 6) "=<") list:sort (1 1 5 6)}] - [ a r:Fact; r:gives {((1 1 5 6) ">=") list:sort (6 5 1 1)}] - skolem:lemma7648 - skolem:lemma7649 - [ a r:Fact; r:gives {(6511 1156) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5152 a r:Inference; - r:gives { - 1157 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1157 math:notEqualTo 0}] - skolem:lemma7650 - [ a r:Fact; r:gives {((1 1 5 7) "=<") list:sort (1 1 5 7)}] - [ a r:Fact; r:gives {((1 1 5 7) ">=") list:sort (7 5 1 1)}] - skolem:lemma7651 - skolem:lemma7652 - [ a r:Fact; r:gives {(7511 1157) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5153 a r:Inference; - r:gives { - 1158 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1158 math:notEqualTo 0}] - skolem:lemma7653 - [ a r:Fact; r:gives {((1 1 5 8) "=<") list:sort (1 1 5 8)}] - [ a r:Fact; r:gives {((1 1 5 8) ">=") list:sort (8 5 1 1)}] - skolem:lemma7654 - skolem:lemma7655 - [ a r:Fact; r:gives {(8511 1158) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5154 a r:Inference; - r:gives { - 1159 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1159 math:notEqualTo 0}] - skolem:lemma7656 - [ a r:Fact; r:gives {((1 1 5 9) "=<") list:sort (1 1 5 9)}] - [ a r:Fact; r:gives {((1 1 5 9) ">=") list:sort (9 5 1 1)}] - skolem:lemma7657 - skolem:lemma7658 - [ a r:Fact; r:gives {(9511 1159) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5155 a r:Inference; - r:gives { - 1160 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1160 math:notEqualTo 0}] - skolem:lemma7659 - [ a r:Fact; r:gives {((1 1 6 0) "=<") list:sort (0 1 1 6)}] - [ a r:Fact; r:gives {((1 1 6 0) ">=") list:sort (6 1 1 0)}] - skolem:lemma6229 - skolem:lemma6230 - [ a r:Fact; r:gives {(6110 116) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5156 a r:Inference; - r:gives { - 1161 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1161 math:notEqualTo 0}] - skolem:lemma7660 - [ a r:Fact; r:gives {((1 1 6 1) "=<") list:sort (1 1 1 6)}] - [ a r:Fact; r:gives {((1 1 6 1) ">=") list:sort (6 1 1 1)}] - skolem:lemma7556 - skolem:lemma7557 - [ a r:Fact; r:gives {(6111 1116) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5157 a r:Inference; - r:gives { - 1162 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1162 math:notEqualTo 0}] - skolem:lemma7661 - [ a r:Fact; r:gives {((1 1 6 2) "=<") list:sort (1 1 2 6)}] - [ a r:Fact; r:gives {((1 1 6 2) ">=") list:sort (6 2 1 1)}] - skolem:lemma7582 - skolem:lemma7583 - [ a r:Fact; r:gives {(6211 1126) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5158 a r:Inference; - r:gives { - 1163 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1163 math:notEqualTo 0}] - skolem:lemma7662 - [ a r:Fact; r:gives {((1 1 6 3) "=<") list:sort (1 1 3 6)}] - [ a r:Fact; r:gives {((1 1 6 3) ">=") list:sort (6 3 1 1)}] - skolem:lemma7606 - skolem:lemma7607 - [ a r:Fact; r:gives {(6311 1136) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5159 a r:Inference; - r:gives { - 1164 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1164 math:notEqualTo 0}] - skolem:lemma7663 - [ a r:Fact; r:gives {((1 1 6 4) "=<") list:sort (1 1 4 6)}] - [ a r:Fact; r:gives {((1 1 6 4) ">=") list:sort (6 4 1 1)}] - skolem:lemma7628 - skolem:lemma7629 - [ a r:Fact; r:gives {(6411 1146) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5160 a r:Inference; - r:gives { - 1165 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1165 math:notEqualTo 0}] - skolem:lemma7664 - [ a r:Fact; r:gives {((1 1 6 5) "=<") list:sort (1 1 5 6)}] - [ a r:Fact; r:gives {((1 1 6 5) ">=") list:sort (6 5 1 1)}] - skolem:lemma7648 - skolem:lemma7649 - [ a r:Fact; r:gives {(6511 1156) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5161 a r:Inference; - r:gives { - 1166 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1166 math:notEqualTo 0}] - skolem:lemma7665 - [ a r:Fact; r:gives {((1 1 6 6) "=<") list:sort (1 1 6 6)}] - [ a r:Fact; r:gives {((1 1 6 6) ">=") list:sort (6 6 1 1)}] - skolem:lemma7666 - skolem:lemma7667 - [ a r:Fact; r:gives {(6611 1166) math:difference 5445}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5445 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5445 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5162 a r:Inference; - r:gives { - 1167 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1167 math:notEqualTo 0}] - skolem:lemma7668 - [ a r:Fact; r:gives {((1 1 6 7) "=<") list:sort (1 1 6 7)}] - [ a r:Fact; r:gives {((1 1 6 7) ">=") list:sort (7 6 1 1)}] - skolem:lemma7669 - skolem:lemma7670 - [ a r:Fact; r:gives {(7611 1167) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5163 a r:Inference; - r:gives { - 1168 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1168 math:notEqualTo 0}] - skolem:lemma7671 - [ a r:Fact; r:gives {((1 1 6 8) "=<") list:sort (1 1 6 8)}] - [ a r:Fact; r:gives {((1 1 6 8) ">=") list:sort (8 6 1 1)}] - skolem:lemma7672 - skolem:lemma7673 - [ a r:Fact; r:gives {(8611 1168) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5164 a r:Inference; - r:gives { - 1169 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1169 math:notEqualTo 0}] - skolem:lemma7674 - [ a r:Fact; r:gives {((1 1 6 9) "=<") list:sort (1 1 6 9)}] - [ a r:Fact; r:gives {((1 1 6 9) ">=") list:sort (9 6 1 1)}] - skolem:lemma7675 - skolem:lemma7676 - [ a r:Fact; r:gives {(9611 1169) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5165 a r:Inference; - r:gives { - 1170 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1170 math:notEqualTo 0}] - skolem:lemma7677 - [ a r:Fact; r:gives {((1 1 7 0) "=<") list:sort (0 1 1 7)}] - [ a r:Fact; r:gives {((1 1 7 0) ">=") list:sort (7 1 1 0)}] - skolem:lemma6232 - skolem:lemma6233 - [ a r:Fact; r:gives {(7110 117) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5166 a r:Inference; - r:gives { - 1171 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1171 math:notEqualTo 0}] - skolem:lemma7678 - [ a r:Fact; r:gives {((1 1 7 1) "=<") list:sort (1 1 1 7)}] - [ a r:Fact; r:gives {((1 1 7 1) ">=") list:sort (7 1 1 1)}] - skolem:lemma7559 - skolem:lemma7560 - [ a r:Fact; r:gives {(7111 1117) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5167 a r:Inference; - r:gives { - 1172 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1172 math:notEqualTo 0}] - skolem:lemma7679 - [ a r:Fact; r:gives {((1 1 7 2) "=<") list:sort (1 1 2 7)}] - [ a r:Fact; r:gives {((1 1 7 2) ">=") list:sort (7 2 1 1)}] - skolem:lemma7585 - skolem:lemma7586 - [ a r:Fact; r:gives {(7211 1127) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5168 a r:Inference; - r:gives { - 1173 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1173 math:notEqualTo 0}] - skolem:lemma7680 - [ a r:Fact; r:gives {((1 1 7 3) "=<") list:sort (1 1 3 7)}] - [ a r:Fact; r:gives {((1 1 7 3) ">=") list:sort (7 3 1 1)}] - skolem:lemma7609 - skolem:lemma7610 - [ a r:Fact; r:gives {(7311 1137) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5169 a r:Inference; - r:gives { - 1174 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1174 math:notEqualTo 0}] - skolem:lemma7681 - [ a r:Fact; r:gives {((1 1 7 4) "=<") list:sort (1 1 4 7)}] - [ a r:Fact; r:gives {((1 1 7 4) ">=") list:sort (7 4 1 1)}] - skolem:lemma7631 - skolem:lemma7632 - [ a r:Fact; r:gives {(7411 1147) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5170 a r:Inference; - r:gives { - 1175 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1175 math:notEqualTo 0}] - skolem:lemma7682 - [ a r:Fact; r:gives {((1 1 7 5) "=<") list:sort (1 1 5 7)}] - [ a r:Fact; r:gives {((1 1 7 5) ">=") list:sort (7 5 1 1)}] - skolem:lemma7651 - skolem:lemma7652 - [ a r:Fact; r:gives {(7511 1157) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5171 a r:Inference; - r:gives { - 1176 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1176 math:notEqualTo 0}] - skolem:lemma7683 - [ a r:Fact; r:gives {((1 1 7 6) "=<") list:sort (1 1 6 7)}] - [ a r:Fact; r:gives {((1 1 7 6) ">=") list:sort (7 6 1 1)}] - skolem:lemma7669 - skolem:lemma7670 - [ a r:Fact; r:gives {(7611 1167) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5172 a r:Inference; - r:gives { - 1177 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1177 math:notEqualTo 0}] - skolem:lemma7684 - [ a r:Fact; r:gives {((1 1 7 7) "=<") list:sort (1 1 7 7)}] - [ a r:Fact; r:gives {((1 1 7 7) ">=") list:sort (7 7 1 1)}] - skolem:lemma7685 - skolem:lemma7686 - [ a r:Fact; r:gives {(7711 1177) math:difference 6534}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6534 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6534 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5173 a r:Inference; - r:gives { - 1178 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1178 math:notEqualTo 0}] - skolem:lemma7687 - [ a r:Fact; r:gives {((1 1 7 8) "=<") list:sort (1 1 7 8)}] - [ a r:Fact; r:gives {((1 1 7 8) ">=") list:sort (8 7 1 1)}] - skolem:lemma7688 - skolem:lemma7689 - [ a r:Fact; r:gives {(8711 1178) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5174 a r:Inference; - r:gives { - 1179 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1179 math:notEqualTo 0}] - skolem:lemma7690 - [ a r:Fact; r:gives {((1 1 7 9) "=<") list:sort (1 1 7 9)}] - [ a r:Fact; r:gives {((1 1 7 9) ">=") list:sort (9 7 1 1)}] - skolem:lemma7691 - skolem:lemma7692 - [ a r:Fact; r:gives {(9711 1179) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5175 a r:Inference; - r:gives { - 1180 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1180 math:notEqualTo 0}] - skolem:lemma7693 - [ a r:Fact; r:gives {((1 1 8 0) "=<") list:sort (0 1 1 8)}] - [ a r:Fact; r:gives {((1 1 8 0) ">=") list:sort (8 1 1 0)}] - skolem:lemma6235 - skolem:lemma6236 - [ a r:Fact; r:gives {(8110 118) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5176 a r:Inference; - r:gives { - 1181 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1181 math:notEqualTo 0}] - skolem:lemma7694 - [ a r:Fact; r:gives {((1 1 8 1) "=<") list:sort (1 1 1 8)}] - [ a r:Fact; r:gives {((1 1 8 1) ">=") list:sort (8 1 1 1)}] - skolem:lemma7562 - skolem:lemma7563 - [ a r:Fact; r:gives {(8111 1118) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5177 a r:Inference; - r:gives { - 1182 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1182 math:notEqualTo 0}] - skolem:lemma7695 - [ a r:Fact; r:gives {((1 1 8 2) "=<") list:sort (1 1 2 8)}] - [ a r:Fact; r:gives {((1 1 8 2) ">=") list:sort (8 2 1 1)}] - skolem:lemma7588 - skolem:lemma7589 - [ a r:Fact; r:gives {(8211 1128) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5178 a r:Inference; - r:gives { - 1183 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1183 math:notEqualTo 0}] - skolem:lemma7696 - [ a r:Fact; r:gives {((1 1 8 3) "=<") list:sort (1 1 3 8)}] - [ a r:Fact; r:gives {((1 1 8 3) ">=") list:sort (8 3 1 1)}] - skolem:lemma7612 - skolem:lemma7613 - [ a r:Fact; r:gives {(8311 1138) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5179 a r:Inference; - r:gives { - 1184 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1184 math:notEqualTo 0}] - skolem:lemma7697 - [ a r:Fact; r:gives {((1 1 8 4) "=<") list:sort (1 1 4 8)}] - [ a r:Fact; r:gives {((1 1 8 4) ">=") list:sort (8 4 1 1)}] - skolem:lemma7634 - skolem:lemma7635 - [ a r:Fact; r:gives {(8411 1148) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5180 a r:Inference; - r:gives { - 1185 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1185 math:notEqualTo 0}] - skolem:lemma7698 - [ a r:Fact; r:gives {((1 1 8 5) "=<") list:sort (1 1 5 8)}] - [ a r:Fact; r:gives {((1 1 8 5) ">=") list:sort (8 5 1 1)}] - skolem:lemma7654 - skolem:lemma7655 - [ a r:Fact; r:gives {(8511 1158) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5181 a r:Inference; - r:gives { - 1186 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1186 math:notEqualTo 0}] - skolem:lemma7699 - [ a r:Fact; r:gives {((1 1 8 6) "=<") list:sort (1 1 6 8)}] - [ a r:Fact; r:gives {((1 1 8 6) ">=") list:sort (8 6 1 1)}] - skolem:lemma7672 - skolem:lemma7673 - [ a r:Fact; r:gives {(8611 1168) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5182 a r:Inference; - r:gives { - 1187 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1187 math:notEqualTo 0}] - skolem:lemma7700 - [ a r:Fact; r:gives {((1 1 8 7) "=<") list:sort (1 1 7 8)}] - [ a r:Fact; r:gives {((1 1 8 7) ">=") list:sort (8 7 1 1)}] - skolem:lemma7688 - skolem:lemma7689 - [ a r:Fact; r:gives {(8711 1178) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5183 a r:Inference; - r:gives { - 1188 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1188 math:notEqualTo 0}] - skolem:lemma7701 - [ a r:Fact; r:gives {((1 1 8 8) "=<") list:sort (1 1 8 8)}] - [ a r:Fact; r:gives {((1 1 8 8) ">=") list:sort (8 8 1 1)}] - skolem:lemma7702 - skolem:lemma7703 - [ a r:Fact; r:gives {(8811 1188) math:difference 7623}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7623 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7623 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5184 a r:Inference; - r:gives { - 1189 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1189 math:notEqualTo 0}] - skolem:lemma7704 - [ a r:Fact; r:gives {((1 1 8 9) "=<") list:sort (1 1 8 9)}] - [ a r:Fact; r:gives {((1 1 8 9) ">=") list:sort (9 8 1 1)}] - skolem:lemma7705 - skolem:lemma7706 - [ a r:Fact; r:gives {(9811 1189) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5185 a r:Inference; - r:gives { - 1190 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1190 math:notEqualTo 0}] - skolem:lemma7707 - [ a r:Fact; r:gives {((1 1 9 0) "=<") list:sort (0 1 1 9)}] - [ a r:Fact; r:gives {((1 1 9 0) ">=") list:sort (9 1 1 0)}] - skolem:lemma6238 - skolem:lemma6239 - [ a r:Fact; r:gives {(9110 119) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5186 a r:Inference; - r:gives { - 1191 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1191 math:notEqualTo 0}] - skolem:lemma7708 - [ a r:Fact; r:gives {((1 1 9 1) "=<") list:sort (1 1 1 9)}] - [ a r:Fact; r:gives {((1 1 9 1) ">=") list:sort (9 1 1 1)}] - skolem:lemma7565 - skolem:lemma7566 - [ a r:Fact; r:gives {(9111 1119) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5187 a r:Inference; - r:gives { - 1192 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1192 math:notEqualTo 0}] - skolem:lemma7709 - [ a r:Fact; r:gives {((1 1 9 2) "=<") list:sort (1 1 2 9)}] - [ a r:Fact; r:gives {((1 1 9 2) ">=") list:sort (9 2 1 1)}] - skolem:lemma7591 - skolem:lemma7592 - [ a r:Fact; r:gives {(9211 1129) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5188 a r:Inference; - r:gives { - 1193 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1193 math:notEqualTo 0}] - skolem:lemma7710 - [ a r:Fact; r:gives {((1 1 9 3) "=<") list:sort (1 1 3 9)}] - [ a r:Fact; r:gives {((1 1 9 3) ">=") list:sort (9 3 1 1)}] - skolem:lemma7615 - skolem:lemma7616 - [ a r:Fact; r:gives {(9311 1139) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5189 a r:Inference; - r:gives { - 1194 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1194 math:notEqualTo 0}] - skolem:lemma7711 - [ a r:Fact; r:gives {((1 1 9 4) "=<") list:sort (1 1 4 9)}] - [ a r:Fact; r:gives {((1 1 9 4) ">=") list:sort (9 4 1 1)}] - skolem:lemma7637 - skolem:lemma7638 - [ a r:Fact; r:gives {(9411 1149) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5190 a r:Inference; - r:gives { - 1195 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1195 math:notEqualTo 0}] - skolem:lemma7712 - [ a r:Fact; r:gives {((1 1 9 5) "=<") list:sort (1 1 5 9)}] - [ a r:Fact; r:gives {((1 1 9 5) ">=") list:sort (9 5 1 1)}] - skolem:lemma7657 - skolem:lemma7658 - [ a r:Fact; r:gives {(9511 1159) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5191 a r:Inference; - r:gives { - 1196 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1196 math:notEqualTo 0}] - skolem:lemma7713 - [ a r:Fact; r:gives {((1 1 9 6) "=<") list:sort (1 1 6 9)}] - [ a r:Fact; r:gives {((1 1 9 6) ">=") list:sort (9 6 1 1)}] - skolem:lemma7675 - skolem:lemma7676 - [ a r:Fact; r:gives {(9611 1169) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5192 a r:Inference; - r:gives { - 1197 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1197 math:notEqualTo 0}] - skolem:lemma7714 - [ a r:Fact; r:gives {((1 1 9 7) "=<") list:sort (1 1 7 9)}] - [ a r:Fact; r:gives {((1 1 9 7) ">=") list:sort (9 7 1 1)}] - skolem:lemma7691 - skolem:lemma7692 - [ a r:Fact; r:gives {(9711 1179) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5193 a r:Inference; - r:gives { - 1198 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1198 math:notEqualTo 0}] - skolem:lemma7715 - [ a r:Fact; r:gives {((1 1 9 8) "=<") list:sort (1 1 8 9)}] - [ a r:Fact; r:gives {((1 1 9 8) ">=") list:sort (9 8 1 1)}] - skolem:lemma7705 - skolem:lemma7706 - [ a r:Fact; r:gives {(9811 1189) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5194 a r:Inference; - r:gives { - 1199 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1199 math:notEqualTo 0}] - skolem:lemma7716 - [ a r:Fact; r:gives {((1 1 9 9) "=<") list:sort (1 1 9 9)}] - [ a r:Fact; r:gives {((1 1 9 9) ">=") list:sort (9 9 1 1)}] - skolem:lemma7717 - skolem:lemma7718 - [ a r:Fact; r:gives {(9911 1199) math:difference 8712}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8712 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8712 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 1 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5195 a r:Inference; - r:gives { - 1200 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1200 math:notEqualTo 0}] - skolem:lemma7719 - [ a r:Fact; r:gives {((1 2 0 0) "=<") list:sort (0 0 1 2)}] - [ a r:Fact; r:gives {((1 2 0 0) ">=") list:sort (2 1 0 0)}] - skolem:lemma6027 - skolem:lemma6028 - [ a r:Fact; r:gives {(2100 12) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5196 a r:Inference; - r:gives { - 1201 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1201 math:notEqualTo 0}] - skolem:lemma7720 - [ a r:Fact; r:gives {((1 2 0 1) "=<") list:sort (0 1 1 2)}] - [ a r:Fact; r:gives {((1 2 0 1) ">=") list:sort (2 1 1 0)}] - skolem:lemma6217 - skolem:lemma6218 - [ a r:Fact; r:gives {(2110 112) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5197 a r:Inference; - r:gives { - 1202 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1202 math:notEqualTo 0}] - skolem:lemma7721 - [ a r:Fact; r:gives {((1 2 0 2) "=<") list:sort (0 1 2 2)}] - [ a r:Fact; r:gives {((1 2 0 2) ">=") list:sort (2 2 1 0)}] - skolem:lemma6243 - skolem:lemma6244 - [ a r:Fact; r:gives {(2210 122) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5198 a r:Inference; - r:gives { - 1203 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1203 math:notEqualTo 0}] - skolem:lemma7722 - [ a r:Fact; r:gives {((1 2 0 3) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((1 2 0 3) ">=") list:sort (3 2 1 0)}] - skolem:lemma6246 - skolem:lemma6247 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5199 a r:Inference; - r:gives { - 1204 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1204 math:notEqualTo 0}] - skolem:lemma7723 - [ a r:Fact; r:gives {((1 2 0 4) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((1 2 0 4) ">=") list:sort (4 2 1 0)}] - skolem:lemma6249 - skolem:lemma6250 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5200 a r:Inference; - r:gives { - 1205 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1205 math:notEqualTo 0}] - skolem:lemma7724 - [ a r:Fact; r:gives {((1 2 0 5) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((1 2 0 5) ">=") list:sort (5 2 1 0)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5201 a r:Inference; - r:gives { - 1206 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1206 math:notEqualTo 0}] - skolem:lemma7725 - [ a r:Fact; r:gives {((1 2 0 6) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((1 2 0 6) ">=") list:sort (6 2 1 0)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5202 a r:Inference; - r:gives { - 1207 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1207 math:notEqualTo 0}] - skolem:lemma7726 - [ a r:Fact; r:gives {((1 2 0 7) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((1 2 0 7) ">=") list:sort (7 2 1 0)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5203 a r:Inference; - r:gives { - 1208 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1208 math:notEqualTo 0}] - skolem:lemma7727 - [ a r:Fact; r:gives {((1 2 0 8) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((1 2 0 8) ">=") list:sort (8 2 1 0)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5204 a r:Inference; - r:gives { - 1209 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1209 math:notEqualTo 0}] - skolem:lemma7728 - [ a r:Fact; r:gives {((1 2 0 9) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((1 2 0 9) ">=") list:sort (9 2 1 0)}] - skolem:lemma6264 - skolem:lemma6265 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5205 a r:Inference; - r:gives { - 1210 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1210 math:notEqualTo 0}] - skolem:lemma7729 - [ a r:Fact; r:gives {((1 2 1 0) "=<") list:sort (0 1 1 2)}] - [ a r:Fact; r:gives {((1 2 1 0) ">=") list:sort (2 1 1 0)}] - skolem:lemma6217 - skolem:lemma6218 - [ a r:Fact; r:gives {(2110 112) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5206 a r:Inference; - r:gives { - 1211 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1211 math:notEqualTo 0}] - skolem:lemma7730 - [ a r:Fact; r:gives {((1 2 1 1) "=<") list:sort (1 1 1 2)}] - [ a r:Fact; r:gives {((1 2 1 1) ">=") list:sort (2 1 1 1)}] - skolem:lemma7544 - skolem:lemma7545 - [ a r:Fact; r:gives {(2111 1112) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5207 a r:Inference; - r:gives { - 1212 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1212 math:notEqualTo 0}] - skolem:lemma7731 - [ a r:Fact; r:gives {((1 2 1 2) "=<") list:sort (1 1 2 2)}] - [ a r:Fact; r:gives {((1 2 1 2) ">=") list:sort (2 2 1 1)}] - skolem:lemma7570 - skolem:lemma7571 - [ a r:Fact; r:gives {(2211 1122) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5208 a r:Inference; - r:gives { - 1213 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1213 math:notEqualTo 0}] - skolem:lemma7732 - [ a r:Fact; r:gives {((1 2 1 3) "=<") list:sort (1 1 2 3)}] - [ a r:Fact; r:gives {((1 2 1 3) ">=") list:sort (3 2 1 1)}] - skolem:lemma7573 - skolem:lemma7574 - [ a r:Fact; r:gives {(3211 1123) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5209 a r:Inference; - r:gives { - 1214 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1214 math:notEqualTo 0}] - skolem:lemma7733 - [ a r:Fact; r:gives {((1 2 1 4) "=<") list:sort (1 1 2 4)}] - [ a r:Fact; r:gives {((1 2 1 4) ">=") list:sort (4 2 1 1)}] - skolem:lemma7576 - skolem:lemma7577 - [ a r:Fact; r:gives {(4211 1124) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5210 a r:Inference; - r:gives { - 1215 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1215 math:notEqualTo 0}] - skolem:lemma7734 - [ a r:Fact; r:gives {((1 2 1 5) "=<") list:sort (1 1 2 5)}] - [ a r:Fact; r:gives {((1 2 1 5) ">=") list:sort (5 2 1 1)}] - skolem:lemma7579 - skolem:lemma7580 - [ a r:Fact; r:gives {(5211 1125) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5211 a r:Inference; - r:gives { - 1216 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1216 math:notEqualTo 0}] - skolem:lemma7735 - [ a r:Fact; r:gives {((1 2 1 6) "=<") list:sort (1 1 2 6)}] - [ a r:Fact; r:gives {((1 2 1 6) ">=") list:sort (6 2 1 1)}] - skolem:lemma7582 - skolem:lemma7583 - [ a r:Fact; r:gives {(6211 1126) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5212 a r:Inference; - r:gives { - 1217 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1217 math:notEqualTo 0}] - skolem:lemma7736 - [ a r:Fact; r:gives {((1 2 1 7) "=<") list:sort (1 1 2 7)}] - [ a r:Fact; r:gives {((1 2 1 7) ">=") list:sort (7 2 1 1)}] - skolem:lemma7585 - skolem:lemma7586 - [ a r:Fact; r:gives {(7211 1127) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5213 a r:Inference; - r:gives { - 1218 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1218 math:notEqualTo 0}] - skolem:lemma7737 - [ a r:Fact; r:gives {((1 2 1 8) "=<") list:sort (1 1 2 8)}] - [ a r:Fact; r:gives {((1 2 1 8) ">=") list:sort (8 2 1 1)}] - skolem:lemma7588 - skolem:lemma7589 - [ a r:Fact; r:gives {(8211 1128) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5214 a r:Inference; - r:gives { - 1219 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1219 math:notEqualTo 0}] - skolem:lemma7738 - [ a r:Fact; r:gives {((1 2 1 9) "=<") list:sort (1 1 2 9)}] - [ a r:Fact; r:gives {((1 2 1 9) ">=") list:sort (9 2 1 1)}] - skolem:lemma7591 - skolem:lemma7592 - [ a r:Fact; r:gives {(9211 1129) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5215 a r:Inference; - r:gives { - 1220 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1220 math:notEqualTo 0}] - skolem:lemma7739 - [ a r:Fact; r:gives {((1 2 2 0) "=<") list:sort (0 1 2 2)}] - [ a r:Fact; r:gives {((1 2 2 0) ">=") list:sort (2 2 1 0)}] - skolem:lemma6243 - skolem:lemma6244 - [ a r:Fact; r:gives {(2210 122) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5216 a r:Inference; - r:gives { - 1221 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1221 math:notEqualTo 0}] - skolem:lemma7740 - [ a r:Fact; r:gives {((1 2 2 1) "=<") list:sort (1 1 2 2)}] - [ a r:Fact; r:gives {((1 2 2 1) ">=") list:sort (2 2 1 1)}] - skolem:lemma7570 - skolem:lemma7571 - [ a r:Fact; r:gives {(2211 1122) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5217 a r:Inference; - r:gives { - 1222 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1222 math:notEqualTo 0}] - skolem:lemma7741 - [ a r:Fact; r:gives {((1 2 2 2) "=<") list:sort (1 2 2 2)}] - [ a r:Fact; r:gives {((1 2 2 2) ">=") list:sort (2 2 2 1)}] - skolem:lemma7742 - skolem:lemma7743 - [ a r:Fact; r:gives {(2221 1222) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5218 a r:Inference; - r:gives { - 1223 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1223 math:notEqualTo 0}] - skolem:lemma7744 - [ a r:Fact; r:gives {((1 2 2 3) "=<") list:sort (1 2 2 3)}] - [ a r:Fact; r:gives {((1 2 2 3) ">=") list:sort (3 2 2 1)}] - skolem:lemma7745 - skolem:lemma7746 - [ a r:Fact; r:gives {(3221 1223) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5219 a r:Inference; - r:gives { - 1224 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1224 math:notEqualTo 0}] - skolem:lemma7747 - [ a r:Fact; r:gives {((1 2 2 4) "=<") list:sort (1 2 2 4)}] - [ a r:Fact; r:gives {((1 2 2 4) ">=") list:sort (4 2 2 1)}] - skolem:lemma7748 - skolem:lemma7749 - [ a r:Fact; r:gives {(4221 1224) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5220 a r:Inference; - r:gives { - 1225 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1225 math:notEqualTo 0}] - skolem:lemma7750 - [ a r:Fact; r:gives {((1 2 2 5) "=<") list:sort (1 2 2 5)}] - [ a r:Fact; r:gives {((1 2 2 5) ">=") list:sort (5 2 2 1)}] - skolem:lemma7751 - skolem:lemma7752 - [ a r:Fact; r:gives {(5221 1225) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5221 a r:Inference; - r:gives { - 1226 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1226 math:notEqualTo 0}] - skolem:lemma7753 - [ a r:Fact; r:gives {((1 2 2 6) "=<") list:sort (1 2 2 6)}] - [ a r:Fact; r:gives {((1 2 2 6) ">=") list:sort (6 2 2 1)}] - skolem:lemma7754 - skolem:lemma7755 - [ a r:Fact; r:gives {(6221 1226) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5222 a r:Inference; - r:gives { - 1227 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1227 math:notEqualTo 0}] - skolem:lemma7756 - [ a r:Fact; r:gives {((1 2 2 7) "=<") list:sort (1 2 2 7)}] - [ a r:Fact; r:gives {((1 2 2 7) ">=") list:sort (7 2 2 1)}] - skolem:lemma7757 - skolem:lemma7758 - [ a r:Fact; r:gives {(7221 1227) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5223 a r:Inference; - r:gives { - 1228 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1228 math:notEqualTo 0}] - skolem:lemma7759 - [ a r:Fact; r:gives {((1 2 2 8) "=<") list:sort (1 2 2 8)}] - [ a r:Fact; r:gives {((1 2 2 8) ">=") list:sort (8 2 2 1)}] - skolem:lemma7760 - skolem:lemma7761 - [ a r:Fact; r:gives {(8221 1228) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5224 a r:Inference; - r:gives { - 1229 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1229 math:notEqualTo 0}] - skolem:lemma7762 - [ a r:Fact; r:gives {((1 2 2 9) "=<") list:sort (1 2 2 9)}] - [ a r:Fact; r:gives {((1 2 2 9) ">=") list:sort (9 2 2 1)}] - skolem:lemma7763 - skolem:lemma7764 - [ a r:Fact; r:gives {(9221 1229) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5225 a r:Inference; - r:gives { - 1230 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1230 math:notEqualTo 0}] - skolem:lemma7765 - [ a r:Fact; r:gives {((1 2 3 0) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((1 2 3 0) ">=") list:sort (3 2 1 0)}] - skolem:lemma6246 - skolem:lemma6247 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5226 a r:Inference; - r:gives { - 1231 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1231 math:notEqualTo 0}] - skolem:lemma7766 - [ a r:Fact; r:gives {((1 2 3 1) "=<") list:sort (1 1 2 3)}] - [ a r:Fact; r:gives {((1 2 3 1) ">=") list:sort (3 2 1 1)}] - skolem:lemma7573 - skolem:lemma7574 - [ a r:Fact; r:gives {(3211 1123) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5227 a r:Inference; - r:gives { - 1232 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1232 math:notEqualTo 0}] - skolem:lemma7767 - [ a r:Fact; r:gives {((1 2 3 2) "=<") list:sort (1 2 2 3)}] - [ a r:Fact; r:gives {((1 2 3 2) ">=") list:sort (3 2 2 1)}] - skolem:lemma7745 - skolem:lemma7746 - [ a r:Fact; r:gives {(3221 1223) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5228 a r:Inference; - r:gives { - 1233 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1233 math:notEqualTo 0}] - skolem:lemma7768 - [ a r:Fact; r:gives {((1 2 3 3) "=<") list:sort (1 2 3 3)}] - [ a r:Fact; r:gives {((1 2 3 3) ">=") list:sort (3 3 2 1)}] - skolem:lemma7769 - skolem:lemma7770 - [ a r:Fact; r:gives {(3321 1233) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5229 a r:Inference; - r:gives { - 1234 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1234 math:notEqualTo 0}] - skolem:lemma7771 - [ a r:Fact; r:gives {((1 2 3 4) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((1 2 3 4) ">=") list:sort (4 3 2 1)}] - skolem:lemma7772 - skolem:lemma7773 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5230 a r:Inference; - r:gives { - 1235 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1235 math:notEqualTo 0}] - skolem:lemma7774 - [ a r:Fact; r:gives {((1 2 3 5) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((1 2 3 5) ">=") list:sort (5 3 2 1)}] - skolem:lemma7775 - skolem:lemma7776 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5231 a r:Inference; - r:gives { - 1236 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1236 math:notEqualTo 0}] - skolem:lemma7777 - [ a r:Fact; r:gives {((1 2 3 6) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((1 2 3 6) ">=") list:sort (6 3 2 1)}] - skolem:lemma7778 - skolem:lemma7779 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5232 a r:Inference; - r:gives { - 1237 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1237 math:notEqualTo 0}] - skolem:lemma7780 - [ a r:Fact; r:gives {((1 2 3 7) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((1 2 3 7) ">=") list:sort (7 3 2 1)}] - skolem:lemma7781 - skolem:lemma7782 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5233 a r:Inference; - r:gives { - 1238 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1238 math:notEqualTo 0}] - skolem:lemma7783 - [ a r:Fact; r:gives {((1 2 3 8) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((1 2 3 8) ">=") list:sort (8 3 2 1)}] - skolem:lemma7784 - skolem:lemma7785 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5234 a r:Inference; - r:gives { - 1239 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1239 math:notEqualTo 0}] - skolem:lemma7786 - [ a r:Fact; r:gives {((1 2 3 9) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((1 2 3 9) ">=") list:sort (9 3 2 1)}] - skolem:lemma7787 - skolem:lemma7788 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5235 a r:Inference; - r:gives { - 1240 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1240 math:notEqualTo 0}] - skolem:lemma7789 - [ a r:Fact; r:gives {((1 2 4 0) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((1 2 4 0) ">=") list:sort (4 2 1 0)}] - skolem:lemma6249 - skolem:lemma6250 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5236 a r:Inference; - r:gives { - 1241 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1241 math:notEqualTo 0}] - skolem:lemma7790 - [ a r:Fact; r:gives {((1 2 4 1) "=<") list:sort (1 1 2 4)}] - [ a r:Fact; r:gives {((1 2 4 1) ">=") list:sort (4 2 1 1)}] - skolem:lemma7576 - skolem:lemma7577 - [ a r:Fact; r:gives {(4211 1124) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5237 a r:Inference; - r:gives { - 1242 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1242 math:notEqualTo 0}] - skolem:lemma7791 - [ a r:Fact; r:gives {((1 2 4 2) "=<") list:sort (1 2 2 4)}] - [ a r:Fact; r:gives {((1 2 4 2) ">=") list:sort (4 2 2 1)}] - skolem:lemma7748 - skolem:lemma7749 - [ a r:Fact; r:gives {(4221 1224) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5238 a r:Inference; - r:gives { - 1243 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1243 math:notEqualTo 0}] - skolem:lemma7792 - [ a r:Fact; r:gives {((1 2 4 3) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((1 2 4 3) ">=") list:sort (4 3 2 1)}] - skolem:lemma7772 - skolem:lemma7773 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5239 a r:Inference; - r:gives { - 1244 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1244 math:notEqualTo 0}] - skolem:lemma7793 - [ a r:Fact; r:gives {((1 2 4 4) "=<") list:sort (1 2 4 4)}] - [ a r:Fact; r:gives {((1 2 4 4) ">=") list:sort (4 4 2 1)}] - skolem:lemma7794 - skolem:lemma7795 - [ a r:Fact; r:gives {(4421 1244) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5240 a r:Inference; - r:gives { - 1245 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1245 math:notEqualTo 0}] - skolem:lemma7796 - [ a r:Fact; r:gives {((1 2 4 5) "=<") list:sort (1 2 4 5)}] - [ a r:Fact; r:gives {((1 2 4 5) ">=") list:sort (5 4 2 1)}] - skolem:lemma7797 - skolem:lemma7798 - [ a r:Fact; r:gives {(5421 1245) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5241 a r:Inference; - r:gives { - 1246 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1246 math:notEqualTo 0}] - skolem:lemma7799 - [ a r:Fact; r:gives {((1 2 4 6) "=<") list:sort (1 2 4 6)}] - [ a r:Fact; r:gives {((1 2 4 6) ">=") list:sort (6 4 2 1)}] - skolem:lemma7800 - skolem:lemma7801 - [ a r:Fact; r:gives {(6421 1246) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5242 a r:Inference; - r:gives { - 1247 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1247 math:notEqualTo 0}] - skolem:lemma7802 - [ a r:Fact; r:gives {((1 2 4 7) "=<") list:sort (1 2 4 7)}] - [ a r:Fact; r:gives {((1 2 4 7) ">=") list:sort (7 4 2 1)}] - skolem:lemma7803 - skolem:lemma7804 - [ a r:Fact; r:gives {(7421 1247) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5243 a r:Inference; - r:gives { - 1248 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1248 math:notEqualTo 0}] - skolem:lemma7805 - [ a r:Fact; r:gives {((1 2 4 8) "=<") list:sort (1 2 4 8)}] - [ a r:Fact; r:gives {((1 2 4 8) ">=") list:sort (8 4 2 1)}] - skolem:lemma7806 - skolem:lemma7807 - [ a r:Fact; r:gives {(8421 1248) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5244 a r:Inference; - r:gives { - 1249 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1249 math:notEqualTo 0}] - skolem:lemma7808 - [ a r:Fact; r:gives {((1 2 4 9) "=<") list:sort (1 2 4 9)}] - [ a r:Fact; r:gives {((1 2 4 9) ">=") list:sort (9 4 2 1)}] - skolem:lemma7809 - skolem:lemma7810 - [ a r:Fact; r:gives {(9421 1249) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5245 a r:Inference; - r:gives { - 1250 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1250 math:notEqualTo 0}] - skolem:lemma7811 - [ a r:Fact; r:gives {((1 2 5 0) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((1 2 5 0) ">=") list:sort (5 2 1 0)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5246 a r:Inference; - r:gives { - 1251 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1251 math:notEqualTo 0}] - skolem:lemma7812 - [ a r:Fact; r:gives {((1 2 5 1) "=<") list:sort (1 1 2 5)}] - [ a r:Fact; r:gives {((1 2 5 1) ">=") list:sort (5 2 1 1)}] - skolem:lemma7579 - skolem:lemma7580 - [ a r:Fact; r:gives {(5211 1125) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5247 a r:Inference; - r:gives { - 1252 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1252 math:notEqualTo 0}] - skolem:lemma7813 - [ a r:Fact; r:gives {((1 2 5 2) "=<") list:sort (1 2 2 5)}] - [ a r:Fact; r:gives {((1 2 5 2) ">=") list:sort (5 2 2 1)}] - skolem:lemma7751 - skolem:lemma7752 - [ a r:Fact; r:gives {(5221 1225) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5248 a r:Inference; - r:gives { - 1253 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1253 math:notEqualTo 0}] - skolem:lemma7814 - [ a r:Fact; r:gives {((1 2 5 3) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((1 2 5 3) ">=") list:sort (5 3 2 1)}] - skolem:lemma7775 - skolem:lemma7776 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5249 a r:Inference; - r:gives { - 1254 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1254 math:notEqualTo 0}] - skolem:lemma7815 - [ a r:Fact; r:gives {((1 2 5 4) "=<") list:sort (1 2 4 5)}] - [ a r:Fact; r:gives {((1 2 5 4) ">=") list:sort (5 4 2 1)}] - skolem:lemma7797 - skolem:lemma7798 - [ a r:Fact; r:gives {(5421 1245) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5250 a r:Inference; - r:gives { - 1255 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1255 math:notEqualTo 0}] - skolem:lemma7816 - [ a r:Fact; r:gives {((1 2 5 5) "=<") list:sort (1 2 5 5)}] - [ a r:Fact; r:gives {((1 2 5 5) ">=") list:sort (5 5 2 1)}] - skolem:lemma7817 - skolem:lemma7818 - [ a r:Fact; r:gives {(5521 1255) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5251 a r:Inference; - r:gives { - 1256 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1256 math:notEqualTo 0}] - skolem:lemma7819 - [ a r:Fact; r:gives {((1 2 5 6) "=<") list:sort (1 2 5 6)}] - [ a r:Fact; r:gives {((1 2 5 6) ">=") list:sort (6 5 2 1)}] - skolem:lemma7820 - skolem:lemma7821 - [ a r:Fact; r:gives {(6521 1256) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5252 a r:Inference; - r:gives { - 1257 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1257 math:notEqualTo 0}] - skolem:lemma7822 - [ a r:Fact; r:gives {((1 2 5 7) "=<") list:sort (1 2 5 7)}] - [ a r:Fact; r:gives {((1 2 5 7) ">=") list:sort (7 5 2 1)}] - skolem:lemma7823 - skolem:lemma7824 - [ a r:Fact; r:gives {(7521 1257) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5253 a r:Inference; - r:gives { - 1258 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1258 math:notEqualTo 0}] - skolem:lemma7825 - [ a r:Fact; r:gives {((1 2 5 8) "=<") list:sort (1 2 5 8)}] - [ a r:Fact; r:gives {((1 2 5 8) ">=") list:sort (8 5 2 1)}] - skolem:lemma7826 - skolem:lemma7827 - [ a r:Fact; r:gives {(8521 1258) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5254 a r:Inference; - r:gives { - 1259 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1259 math:notEqualTo 0}] - skolem:lemma7828 - [ a r:Fact; r:gives {((1 2 5 9) "=<") list:sort (1 2 5 9)}] - [ a r:Fact; r:gives {((1 2 5 9) ">=") list:sort (9 5 2 1)}] - skolem:lemma7829 - skolem:lemma7830 - [ a r:Fact; r:gives {(9521 1259) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5255 a r:Inference; - r:gives { - 1260 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1260 math:notEqualTo 0}] - skolem:lemma7831 - [ a r:Fact; r:gives {((1 2 6 0) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((1 2 6 0) ">=") list:sort (6 2 1 0)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5256 a r:Inference; - r:gives { - 1261 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1261 math:notEqualTo 0}] - skolem:lemma7832 - [ a r:Fact; r:gives {((1 2 6 1) "=<") list:sort (1 1 2 6)}] - [ a r:Fact; r:gives {((1 2 6 1) ">=") list:sort (6 2 1 1)}] - skolem:lemma7582 - skolem:lemma7583 - [ a r:Fact; r:gives {(6211 1126) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5257 a r:Inference; - r:gives { - 1262 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1262 math:notEqualTo 0}] - skolem:lemma7833 - [ a r:Fact; r:gives {((1 2 6 2) "=<") list:sort (1 2 2 6)}] - [ a r:Fact; r:gives {((1 2 6 2) ">=") list:sort (6 2 2 1)}] - skolem:lemma7754 - skolem:lemma7755 - [ a r:Fact; r:gives {(6221 1226) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5258 a r:Inference; - r:gives { - 1263 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1263 math:notEqualTo 0}] - skolem:lemma7834 - [ a r:Fact; r:gives {((1 2 6 3) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((1 2 6 3) ">=") list:sort (6 3 2 1)}] - skolem:lemma7778 - skolem:lemma7779 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5259 a r:Inference; - r:gives { - 1264 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1264 math:notEqualTo 0}] - skolem:lemma7835 - [ a r:Fact; r:gives {((1 2 6 4) "=<") list:sort (1 2 4 6)}] - [ a r:Fact; r:gives {((1 2 6 4) ">=") list:sort (6 4 2 1)}] - skolem:lemma7800 - skolem:lemma7801 - [ a r:Fact; r:gives {(6421 1246) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5260 a r:Inference; - r:gives { - 1265 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1265 math:notEqualTo 0}] - skolem:lemma7836 - [ a r:Fact; r:gives {((1 2 6 5) "=<") list:sort (1 2 5 6)}] - [ a r:Fact; r:gives {((1 2 6 5) ">=") list:sort (6 5 2 1)}] - skolem:lemma7820 - skolem:lemma7821 - [ a r:Fact; r:gives {(6521 1256) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5261 a r:Inference; - r:gives { - 1266 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1266 math:notEqualTo 0}] - skolem:lemma7837 - [ a r:Fact; r:gives {((1 2 6 6) "=<") list:sort (1 2 6 6)}] - [ a r:Fact; r:gives {((1 2 6 6) ">=") list:sort (6 6 2 1)}] - skolem:lemma7838 - skolem:lemma7839 - [ a r:Fact; r:gives {(6621 1266) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5262 a r:Inference; - r:gives { - 1267 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1267 math:notEqualTo 0}] - skolem:lemma7840 - [ a r:Fact; r:gives {((1 2 6 7) "=<") list:sort (1 2 6 7)}] - [ a r:Fact; r:gives {((1 2 6 7) ">=") list:sort (7 6 2 1)}] - skolem:lemma7841 - skolem:lemma7842 - [ a r:Fact; r:gives {(7621 1267) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5263 a r:Inference; - r:gives { - 1268 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1268 math:notEqualTo 0}] - skolem:lemma7843 - [ a r:Fact; r:gives {((1 2 6 8) "=<") list:sort (1 2 6 8)}] - [ a r:Fact; r:gives {((1 2 6 8) ">=") list:sort (8 6 2 1)}] - skolem:lemma7844 - skolem:lemma7845 - [ a r:Fact; r:gives {(8621 1268) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5264 a r:Inference; - r:gives { - 1269 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1269 math:notEqualTo 0}] - skolem:lemma7846 - [ a r:Fact; r:gives {((1 2 6 9) "=<") list:sort (1 2 6 9)}] - [ a r:Fact; r:gives {((1 2 6 9) ">=") list:sort (9 6 2 1)}] - skolem:lemma7847 - skolem:lemma7848 - [ a r:Fact; r:gives {(9621 1269) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5265 a r:Inference; - r:gives { - 1270 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1270 math:notEqualTo 0}] - skolem:lemma7849 - [ a r:Fact; r:gives {((1 2 7 0) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((1 2 7 0) ">=") list:sort (7 2 1 0)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5266 a r:Inference; - r:gives { - 1271 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1271 math:notEqualTo 0}] - skolem:lemma7850 - [ a r:Fact; r:gives {((1 2 7 1) "=<") list:sort (1 1 2 7)}] - [ a r:Fact; r:gives {((1 2 7 1) ">=") list:sort (7 2 1 1)}] - skolem:lemma7585 - skolem:lemma7586 - [ a r:Fact; r:gives {(7211 1127) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5267 a r:Inference; - r:gives { - 1272 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1272 math:notEqualTo 0}] - skolem:lemma7851 - [ a r:Fact; r:gives {((1 2 7 2) "=<") list:sort (1 2 2 7)}] - [ a r:Fact; r:gives {((1 2 7 2) ">=") list:sort (7 2 2 1)}] - skolem:lemma7757 - skolem:lemma7758 - [ a r:Fact; r:gives {(7221 1227) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5268 a r:Inference; - r:gives { - 1273 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1273 math:notEqualTo 0}] - skolem:lemma7852 - [ a r:Fact; r:gives {((1 2 7 3) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((1 2 7 3) ">=") list:sort (7 3 2 1)}] - skolem:lemma7781 - skolem:lemma7782 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5269 a r:Inference; - r:gives { - 1274 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1274 math:notEqualTo 0}] - skolem:lemma7853 - [ a r:Fact; r:gives {((1 2 7 4) "=<") list:sort (1 2 4 7)}] - [ a r:Fact; r:gives {((1 2 7 4) ">=") list:sort (7 4 2 1)}] - skolem:lemma7803 - skolem:lemma7804 - [ a r:Fact; r:gives {(7421 1247) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5270 a r:Inference; - r:gives { - 1275 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1275 math:notEqualTo 0}] - skolem:lemma7854 - [ a r:Fact; r:gives {((1 2 7 5) "=<") list:sort (1 2 5 7)}] - [ a r:Fact; r:gives {((1 2 7 5) ">=") list:sort (7 5 2 1)}] - skolem:lemma7823 - skolem:lemma7824 - [ a r:Fact; r:gives {(7521 1257) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5271 a r:Inference; - r:gives { - 1276 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1276 math:notEqualTo 0}] - skolem:lemma7855 - [ a r:Fact; r:gives {((1 2 7 6) "=<") list:sort (1 2 6 7)}] - [ a r:Fact; r:gives {((1 2 7 6) ">=") list:sort (7 6 2 1)}] - skolem:lemma7841 - skolem:lemma7842 - [ a r:Fact; r:gives {(7621 1267) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5272 a r:Inference; - r:gives { - 1277 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1277 math:notEqualTo 0}] - skolem:lemma7856 - [ a r:Fact; r:gives {((1 2 7 7) "=<") list:sort (1 2 7 7)}] - [ a r:Fact; r:gives {((1 2 7 7) ">=") list:sort (7 7 2 1)}] - skolem:lemma7857 - skolem:lemma7858 - [ a r:Fact; r:gives {(7721 1277) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5273 a r:Inference; - r:gives { - 1278 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1278 math:notEqualTo 0}] - skolem:lemma7859 - [ a r:Fact; r:gives {((1 2 7 8) "=<") list:sort (1 2 7 8)}] - [ a r:Fact; r:gives {((1 2 7 8) ">=") list:sort (8 7 2 1)}] - skolem:lemma7860 - skolem:lemma7861 - [ a r:Fact; r:gives {(8721 1278) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5274 a r:Inference; - r:gives { - 1279 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1279 math:notEqualTo 0}] - skolem:lemma7862 - [ a r:Fact; r:gives {((1 2 7 9) "=<") list:sort (1 2 7 9)}] - [ a r:Fact; r:gives {((1 2 7 9) ">=") list:sort (9 7 2 1)}] - skolem:lemma7863 - skolem:lemma7864 - [ a r:Fact; r:gives {(9721 1279) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5275 a r:Inference; - r:gives { - 1280 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1280 math:notEqualTo 0}] - skolem:lemma7865 - [ a r:Fact; r:gives {((1 2 8 0) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((1 2 8 0) ">=") list:sort (8 2 1 0)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5276 a r:Inference; - r:gives { - 1281 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1281 math:notEqualTo 0}] - skolem:lemma7866 - [ a r:Fact; r:gives {((1 2 8 1) "=<") list:sort (1 1 2 8)}] - [ a r:Fact; r:gives {((1 2 8 1) ">=") list:sort (8 2 1 1)}] - skolem:lemma7588 - skolem:lemma7589 - [ a r:Fact; r:gives {(8211 1128) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5277 a r:Inference; - r:gives { - 1282 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1282 math:notEqualTo 0}] - skolem:lemma7867 - [ a r:Fact; r:gives {((1 2 8 2) "=<") list:sort (1 2 2 8)}] - [ a r:Fact; r:gives {((1 2 8 2) ">=") list:sort (8 2 2 1)}] - skolem:lemma7760 - skolem:lemma7761 - [ a r:Fact; r:gives {(8221 1228) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5278 a r:Inference; - r:gives { - 1283 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1283 math:notEqualTo 0}] - skolem:lemma7868 - [ a r:Fact; r:gives {((1 2 8 3) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((1 2 8 3) ">=") list:sort (8 3 2 1)}] - skolem:lemma7784 - skolem:lemma7785 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5279 a r:Inference; - r:gives { - 1284 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1284 math:notEqualTo 0}] - skolem:lemma7869 - [ a r:Fact; r:gives {((1 2 8 4) "=<") list:sort (1 2 4 8)}] - [ a r:Fact; r:gives {((1 2 8 4) ">=") list:sort (8 4 2 1)}] - skolem:lemma7806 - skolem:lemma7807 - [ a r:Fact; r:gives {(8421 1248) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5280 a r:Inference; - r:gives { - 1285 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1285 math:notEqualTo 0}] - skolem:lemma7870 - [ a r:Fact; r:gives {((1 2 8 5) "=<") list:sort (1 2 5 8)}] - [ a r:Fact; r:gives {((1 2 8 5) ">=") list:sort (8 5 2 1)}] - skolem:lemma7826 - skolem:lemma7827 - [ a r:Fact; r:gives {(8521 1258) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5281 a r:Inference; - r:gives { - 1286 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1286 math:notEqualTo 0}] - skolem:lemma7871 - [ a r:Fact; r:gives {((1 2 8 6) "=<") list:sort (1 2 6 8)}] - [ a r:Fact; r:gives {((1 2 8 6) ">=") list:sort (8 6 2 1)}] - skolem:lemma7844 - skolem:lemma7845 - [ a r:Fact; r:gives {(8621 1268) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5282 a r:Inference; - r:gives { - 1287 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1287 math:notEqualTo 0}] - skolem:lemma7872 - [ a r:Fact; r:gives {((1 2 8 7) "=<") list:sort (1 2 7 8)}] - [ a r:Fact; r:gives {((1 2 8 7) ">=") list:sort (8 7 2 1)}] - skolem:lemma7860 - skolem:lemma7861 - [ a r:Fact; r:gives {(8721 1278) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5283 a r:Inference; - r:gives { - 1288 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1288 math:notEqualTo 0}] - skolem:lemma7873 - [ a r:Fact; r:gives {((1 2 8 8) "=<") list:sort (1 2 8 8)}] - [ a r:Fact; r:gives {((1 2 8 8) ">=") list:sort (8 8 2 1)}] - skolem:lemma7874 - skolem:lemma7875 - [ a r:Fact; r:gives {(8821 1288) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5284 a r:Inference; - r:gives { - 1289 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1289 math:notEqualTo 0}] - skolem:lemma7876 - [ a r:Fact; r:gives {((1 2 8 9) "=<") list:sort (1 2 8 9)}] - [ a r:Fact; r:gives {((1 2 8 9) ">=") list:sort (9 8 2 1)}] - skolem:lemma7877 - skolem:lemma7878 - [ a r:Fact; r:gives {(9821 1289) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5285 a r:Inference; - r:gives { - 1290 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1290 math:notEqualTo 0}] - skolem:lemma7879 - [ a r:Fact; r:gives {((1 2 9 0) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((1 2 9 0) ">=") list:sort (9 2 1 0)}] - skolem:lemma6264 - skolem:lemma6265 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5286 a r:Inference; - r:gives { - 1291 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1291 math:notEqualTo 0}] - skolem:lemma7880 - [ a r:Fact; r:gives {((1 2 9 1) "=<") list:sort (1 1 2 9)}] - [ a r:Fact; r:gives {((1 2 9 1) ">=") list:sort (9 2 1 1)}] - skolem:lemma7591 - skolem:lemma7592 - [ a r:Fact; r:gives {(9211 1129) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5287 a r:Inference; - r:gives { - 1292 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1292 math:notEqualTo 0}] - skolem:lemma7881 - [ a r:Fact; r:gives {((1 2 9 2) "=<") list:sort (1 2 2 9)}] - [ a r:Fact; r:gives {((1 2 9 2) ">=") list:sort (9 2 2 1)}] - skolem:lemma7763 - skolem:lemma7764 - [ a r:Fact; r:gives {(9221 1229) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5288 a r:Inference; - r:gives { - 1293 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1293 math:notEqualTo 0}] - skolem:lemma7882 - [ a r:Fact; r:gives {((1 2 9 3) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((1 2 9 3) ">=") list:sort (9 3 2 1)}] - skolem:lemma7787 - skolem:lemma7788 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5289 a r:Inference; - r:gives { - 1294 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1294 math:notEqualTo 0}] - skolem:lemma7883 - [ a r:Fact; r:gives {((1 2 9 4) "=<") list:sort (1 2 4 9)}] - [ a r:Fact; r:gives {((1 2 9 4) ">=") list:sort (9 4 2 1)}] - skolem:lemma7809 - skolem:lemma7810 - [ a r:Fact; r:gives {(9421 1249) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5290 a r:Inference; - r:gives { - 1295 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1295 math:notEqualTo 0}] - skolem:lemma7884 - [ a r:Fact; r:gives {((1 2 9 5) "=<") list:sort (1 2 5 9)}] - [ a r:Fact; r:gives {((1 2 9 5) ">=") list:sort (9 5 2 1)}] - skolem:lemma7829 - skolem:lemma7830 - [ a r:Fact; r:gives {(9521 1259) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5291 a r:Inference; - r:gives { - 1296 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1296 math:notEqualTo 0}] - skolem:lemma7885 - [ a r:Fact; r:gives {((1 2 9 6) "=<") list:sort (1 2 6 9)}] - [ a r:Fact; r:gives {((1 2 9 6) ">=") list:sort (9 6 2 1)}] - skolem:lemma7847 - skolem:lemma7848 - [ a r:Fact; r:gives {(9621 1269) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5292 a r:Inference; - r:gives { - 1297 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1297 math:notEqualTo 0}] - skolem:lemma7886 - [ a r:Fact; r:gives {((1 2 9 7) "=<") list:sort (1 2 7 9)}] - [ a r:Fact; r:gives {((1 2 9 7) ">=") list:sort (9 7 2 1)}] - skolem:lemma7863 - skolem:lemma7864 - [ a r:Fact; r:gives {(9721 1279) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5293 a r:Inference; - r:gives { - 1298 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1298 math:notEqualTo 0}] - skolem:lemma7887 - [ a r:Fact; r:gives {((1 2 9 8) "=<") list:sort (1 2 8 9)}] - [ a r:Fact; r:gives {((1 2 9 8) ">=") list:sort (9 8 2 1)}] - skolem:lemma7877 - skolem:lemma7878 - [ a r:Fact; r:gives {(9821 1289) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5294 a r:Inference; - r:gives { - 1299 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1299 math:notEqualTo 0}] - skolem:lemma7888 - [ a r:Fact; r:gives {((1 2 9 9) "=<") list:sort (1 2 9 9)}] - [ a r:Fact; r:gives {((1 2 9 9) ">=") list:sort (9 9 2 1)}] - skolem:lemma7889 - skolem:lemma7890 - [ a r:Fact; r:gives {(9921 1299) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5295 a r:Inference; - r:gives { - 1300 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1300 math:notEqualTo 0}] - skolem:lemma7891 - [ a r:Fact; r:gives {((1 3 0 0) "=<") list:sort (0 0 1 3)}] - [ a r:Fact; r:gives {((1 3 0 0) ">=") list:sort (3 1 0 0)}] - skolem:lemma6030 - skolem:lemma6031 - [ a r:Fact; r:gives {(3100 13) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5296 a r:Inference; - r:gives { - 1301 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1301 math:notEqualTo 0}] - skolem:lemma7892 - [ a r:Fact; r:gives {((1 3 0 1) "=<") list:sort (0 1 1 3)}] - [ a r:Fact; r:gives {((1 3 0 1) ">=") list:sort (3 1 1 0)}] - skolem:lemma6220 - skolem:lemma6221 - [ a r:Fact; r:gives {(3110 113) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5297 a r:Inference; - r:gives { - 1302 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1302 math:notEqualTo 0}] - skolem:lemma7893 - [ a r:Fact; r:gives {((1 3 0 2) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((1 3 0 2) ">=") list:sort (3 2 1 0)}] - skolem:lemma6246 - skolem:lemma6247 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5298 a r:Inference; - r:gives { - 1303 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1303 math:notEqualTo 0}] - skolem:lemma7894 - [ a r:Fact; r:gives {((1 3 0 3) "=<") list:sort (0 1 3 3)}] - [ a r:Fact; r:gives {((1 3 0 3) ">=") list:sort (3 3 1 0)}] - skolem:lemma6270 - skolem:lemma6271 - [ a r:Fact; r:gives {(3310 133) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5299 a r:Inference; - r:gives { - 1304 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1304 math:notEqualTo 0}] - skolem:lemma7895 - [ a r:Fact; r:gives {((1 3 0 4) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((1 3 0 4) ">=") list:sort (4 3 1 0)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5300 a r:Inference; - r:gives { - 1305 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1305 math:notEqualTo 0}] - skolem:lemma7896 - [ a r:Fact; r:gives {((1 3 0 5) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((1 3 0 5) ">=") list:sort (5 3 1 0)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5301 a r:Inference; - r:gives { - 1306 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1306 math:notEqualTo 0}] - skolem:lemma7897 - [ a r:Fact; r:gives {((1 3 0 6) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((1 3 0 6) ">=") list:sort (6 3 1 0)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5302 a r:Inference; - r:gives { - 1307 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1307 math:notEqualTo 0}] - skolem:lemma7898 - [ a r:Fact; r:gives {((1 3 0 7) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((1 3 0 7) ">=") list:sort (7 3 1 0)}] - skolem:lemma6282 - skolem:lemma6283 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5303 a r:Inference; - r:gives { - 1308 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1308 math:notEqualTo 0}] - skolem:lemma7899 - [ a r:Fact; r:gives {((1 3 0 8) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((1 3 0 8) ">=") list:sort (8 3 1 0)}] - skolem:lemma6285 - skolem:lemma6286 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5304 a r:Inference; - r:gives { - 1309 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1309 math:notEqualTo 0}] - skolem:lemma7900 - [ a r:Fact; r:gives {((1 3 0 9) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((1 3 0 9) ">=") list:sort (9 3 1 0)}] - skolem:lemma6288 - skolem:lemma6289 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5305 a r:Inference; - r:gives { - 1310 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1310 math:notEqualTo 0}] - skolem:lemma7901 - [ a r:Fact; r:gives {((1 3 1 0) "=<") list:sort (0 1 1 3)}] - [ a r:Fact; r:gives {((1 3 1 0) ">=") list:sort (3 1 1 0)}] - skolem:lemma6220 - skolem:lemma6221 - [ a r:Fact; r:gives {(3110 113) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5306 a r:Inference; - r:gives { - 1311 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1311 math:notEqualTo 0}] - skolem:lemma7902 - [ a r:Fact; r:gives {((1 3 1 1) "=<") list:sort (1 1 1 3)}] - [ a r:Fact; r:gives {((1 3 1 1) ">=") list:sort (3 1 1 1)}] - skolem:lemma7547 - skolem:lemma7548 - [ a r:Fact; r:gives {(3111 1113) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5307 a r:Inference; - r:gives { - 1312 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1312 math:notEqualTo 0}] - skolem:lemma7903 - [ a r:Fact; r:gives {((1 3 1 2) "=<") list:sort (1 1 2 3)}] - [ a r:Fact; r:gives {((1 3 1 2) ">=") list:sort (3 2 1 1)}] - skolem:lemma7573 - skolem:lemma7574 - [ a r:Fact; r:gives {(3211 1123) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5308 a r:Inference; - r:gives { - 1313 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1313 math:notEqualTo 0}] - skolem:lemma7904 - [ a r:Fact; r:gives {((1 3 1 3) "=<") list:sort (1 1 3 3)}] - [ a r:Fact; r:gives {((1 3 1 3) ">=") list:sort (3 3 1 1)}] - skolem:lemma7597 - skolem:lemma7598 - [ a r:Fact; r:gives {(3311 1133) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5309 a r:Inference; - r:gives { - 1314 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1314 math:notEqualTo 0}] - skolem:lemma7905 - [ a r:Fact; r:gives {((1 3 1 4) "=<") list:sort (1 1 3 4)}] - [ a r:Fact; r:gives {((1 3 1 4) ">=") list:sort (4 3 1 1)}] - skolem:lemma7600 - skolem:lemma7601 - [ a r:Fact; r:gives {(4311 1134) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5310 a r:Inference; - r:gives { - 1315 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1315 math:notEqualTo 0}] - skolem:lemma7906 - [ a r:Fact; r:gives {((1 3 1 5) "=<") list:sort (1 1 3 5)}] - [ a r:Fact; r:gives {((1 3 1 5) ">=") list:sort (5 3 1 1)}] - skolem:lemma7603 - skolem:lemma7604 - [ a r:Fact; r:gives {(5311 1135) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5311 a r:Inference; - r:gives { - 1316 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1316 math:notEqualTo 0}] - skolem:lemma7907 - [ a r:Fact; r:gives {((1 3 1 6) "=<") list:sort (1 1 3 6)}] - [ a r:Fact; r:gives {((1 3 1 6) ">=") list:sort (6 3 1 1)}] - skolem:lemma7606 - skolem:lemma7607 - [ a r:Fact; r:gives {(6311 1136) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5312 a r:Inference; - r:gives { - 1317 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1317 math:notEqualTo 0}] - skolem:lemma7908 - [ a r:Fact; r:gives {((1 3 1 7) "=<") list:sort (1 1 3 7)}] - [ a r:Fact; r:gives {((1 3 1 7) ">=") list:sort (7 3 1 1)}] - skolem:lemma7609 - skolem:lemma7610 - [ a r:Fact; r:gives {(7311 1137) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5313 a r:Inference; - r:gives { - 1318 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1318 math:notEqualTo 0}] - skolem:lemma7909 - [ a r:Fact; r:gives {((1 3 1 8) "=<") list:sort (1 1 3 8)}] - [ a r:Fact; r:gives {((1 3 1 8) ">=") list:sort (8 3 1 1)}] - skolem:lemma7612 - skolem:lemma7613 - [ a r:Fact; r:gives {(8311 1138) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5314 a r:Inference; - r:gives { - 1319 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1319 math:notEqualTo 0}] - skolem:lemma7910 - [ a r:Fact; r:gives {((1 3 1 9) "=<") list:sort (1 1 3 9)}] - [ a r:Fact; r:gives {((1 3 1 9) ">=") list:sort (9 3 1 1)}] - skolem:lemma7615 - skolem:lemma7616 - [ a r:Fact; r:gives {(9311 1139) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5315 a r:Inference; - r:gives { - 1320 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1320 math:notEqualTo 0}] - skolem:lemma7911 - [ a r:Fact; r:gives {((1 3 2 0) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((1 3 2 0) ">=") list:sort (3 2 1 0)}] - skolem:lemma6246 - skolem:lemma6247 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5316 a r:Inference; - r:gives { - 1321 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1321 math:notEqualTo 0}] - skolem:lemma7912 - [ a r:Fact; r:gives {((1 3 2 1) "=<") list:sort (1 1 2 3)}] - [ a r:Fact; r:gives {((1 3 2 1) ">=") list:sort (3 2 1 1)}] - skolem:lemma7573 - skolem:lemma7574 - [ a r:Fact; r:gives {(3211 1123) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5317 a r:Inference; - r:gives { - 1322 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1322 math:notEqualTo 0}] - skolem:lemma7913 - [ a r:Fact; r:gives {((1 3 2 2) "=<") list:sort (1 2 2 3)}] - [ a r:Fact; r:gives {((1 3 2 2) ">=") list:sort (3 2 2 1)}] - skolem:lemma7745 - skolem:lemma7746 - [ a r:Fact; r:gives {(3221 1223) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5318 a r:Inference; - r:gives { - 1323 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1323 math:notEqualTo 0}] - skolem:lemma7914 - [ a r:Fact; r:gives {((1 3 2 3) "=<") list:sort (1 2 3 3)}] - [ a r:Fact; r:gives {((1 3 2 3) ">=") list:sort (3 3 2 1)}] - skolem:lemma7769 - skolem:lemma7770 - [ a r:Fact; r:gives {(3321 1233) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5319 a r:Inference; - r:gives { - 1324 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1324 math:notEqualTo 0}] - skolem:lemma7915 - [ a r:Fact; r:gives {((1 3 2 4) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((1 3 2 4) ">=") list:sort (4 3 2 1)}] - skolem:lemma7772 - skolem:lemma7773 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5320 a r:Inference; - r:gives { - 1325 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1325 math:notEqualTo 0}] - skolem:lemma7916 - [ a r:Fact; r:gives {((1 3 2 5) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((1 3 2 5) ">=") list:sort (5 3 2 1)}] - skolem:lemma7775 - skolem:lemma7776 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5321 a r:Inference; - r:gives { - 1326 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1326 math:notEqualTo 0}] - skolem:lemma7917 - [ a r:Fact; r:gives {((1 3 2 6) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((1 3 2 6) ">=") list:sort (6 3 2 1)}] - skolem:lemma7778 - skolem:lemma7779 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5322 a r:Inference; - r:gives { - 1327 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1327 math:notEqualTo 0}] - skolem:lemma7918 - [ a r:Fact; r:gives {((1 3 2 7) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((1 3 2 7) ">=") list:sort (7 3 2 1)}] - skolem:lemma7781 - skolem:lemma7782 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5323 a r:Inference; - r:gives { - 1328 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1328 math:notEqualTo 0}] - skolem:lemma7919 - [ a r:Fact; r:gives {((1 3 2 8) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((1 3 2 8) ">=") list:sort (8 3 2 1)}] - skolem:lemma7784 - skolem:lemma7785 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5324 a r:Inference; - r:gives { - 1329 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1329 math:notEqualTo 0}] - skolem:lemma7920 - [ a r:Fact; r:gives {((1 3 2 9) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((1 3 2 9) ">=") list:sort (9 3 2 1)}] - skolem:lemma7787 - skolem:lemma7788 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5325 a r:Inference; - r:gives { - 1330 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1330 math:notEqualTo 0}] - skolem:lemma7921 - [ a r:Fact; r:gives {((1 3 3 0) "=<") list:sort (0 1 3 3)}] - [ a r:Fact; r:gives {((1 3 3 0) ">=") list:sort (3 3 1 0)}] - skolem:lemma6270 - skolem:lemma6271 - [ a r:Fact; r:gives {(3310 133) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5326 a r:Inference; - r:gives { - 1331 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1331 math:notEqualTo 0}] - skolem:lemma7922 - [ a r:Fact; r:gives {((1 3 3 1) "=<") list:sort (1 1 3 3)}] - [ a r:Fact; r:gives {((1 3 3 1) ">=") list:sort (3 3 1 1)}] - skolem:lemma7597 - skolem:lemma7598 - [ a r:Fact; r:gives {(3311 1133) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5327 a r:Inference; - r:gives { - 1332 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1332 math:notEqualTo 0}] - skolem:lemma7923 - [ a r:Fact; r:gives {((1 3 3 2) "=<") list:sort (1 2 3 3)}] - [ a r:Fact; r:gives {((1 3 3 2) ">=") list:sort (3 3 2 1)}] - skolem:lemma7769 - skolem:lemma7770 - [ a r:Fact; r:gives {(3321 1233) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5328 a r:Inference; - r:gives { - 1333 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1333 math:notEqualTo 0}] - skolem:lemma7924 - [ a r:Fact; r:gives {((1 3 3 3) "=<") list:sort (1 3 3 3)}] - [ a r:Fact; r:gives {((1 3 3 3) ">=") list:sort (3 3 3 1)}] - skolem:lemma7925 - skolem:lemma7926 - [ a r:Fact; r:gives {(3331 1333) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5329 a r:Inference; - r:gives { - 1334 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1334 math:notEqualTo 0}] - skolem:lemma7927 - [ a r:Fact; r:gives {((1 3 3 4) "=<") list:sort (1 3 3 4)}] - [ a r:Fact; r:gives {((1 3 3 4) ">=") list:sort (4 3 3 1)}] - skolem:lemma7928 - skolem:lemma7929 - [ a r:Fact; r:gives {(4331 1334) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5330 a r:Inference; - r:gives { - 1335 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1335 math:notEqualTo 0}] - skolem:lemma7930 - [ a r:Fact; r:gives {((1 3 3 5) "=<") list:sort (1 3 3 5)}] - [ a r:Fact; r:gives {((1 3 3 5) ">=") list:sort (5 3 3 1)}] - skolem:lemma7931 - skolem:lemma7932 - [ a r:Fact; r:gives {(5331 1335) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5331 a r:Inference; - r:gives { - 1336 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1336 math:notEqualTo 0}] - skolem:lemma7933 - [ a r:Fact; r:gives {((1 3 3 6) "=<") list:sort (1 3 3 6)}] - [ a r:Fact; r:gives {((1 3 3 6) ">=") list:sort (6 3 3 1)}] - skolem:lemma7934 - skolem:lemma7935 - [ a r:Fact; r:gives {(6331 1336) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5332 a r:Inference; - r:gives { - 1337 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1337 math:notEqualTo 0}] - skolem:lemma7936 - [ a r:Fact; r:gives {((1 3 3 7) "=<") list:sort (1 3 3 7)}] - [ a r:Fact; r:gives {((1 3 3 7) ">=") list:sort (7 3 3 1)}] - skolem:lemma7937 - skolem:lemma7938 - [ a r:Fact; r:gives {(7331 1337) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5333 a r:Inference; - r:gives { - 1338 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1338 math:notEqualTo 0}] - skolem:lemma7939 - [ a r:Fact; r:gives {((1 3 3 8) "=<") list:sort (1 3 3 8)}] - [ a r:Fact; r:gives {((1 3 3 8) ">=") list:sort (8 3 3 1)}] - skolem:lemma7940 - skolem:lemma7941 - [ a r:Fact; r:gives {(8331 1338) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5334 a r:Inference; - r:gives { - 1339 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1339 math:notEqualTo 0}] - skolem:lemma7942 - [ a r:Fact; r:gives {((1 3 3 9) "=<") list:sort (1 3 3 9)}] - [ a r:Fact; r:gives {((1 3 3 9) ">=") list:sort (9 3 3 1)}] - skolem:lemma7943 - skolem:lemma7944 - [ a r:Fact; r:gives {(9331 1339) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5335 a r:Inference; - r:gives { - 1340 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1340 math:notEqualTo 0}] - skolem:lemma7945 - [ a r:Fact; r:gives {((1 3 4 0) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((1 3 4 0) ">=") list:sort (4 3 1 0)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5336 a r:Inference; - r:gives { - 1341 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1341 math:notEqualTo 0}] - skolem:lemma7946 - [ a r:Fact; r:gives {((1 3 4 1) "=<") list:sort (1 1 3 4)}] - [ a r:Fact; r:gives {((1 3 4 1) ">=") list:sort (4 3 1 1)}] - skolem:lemma7600 - skolem:lemma7601 - [ a r:Fact; r:gives {(4311 1134) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5337 a r:Inference; - r:gives { - 1342 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1342 math:notEqualTo 0}] - skolem:lemma7947 - [ a r:Fact; r:gives {((1 3 4 2) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((1 3 4 2) ">=") list:sort (4 3 2 1)}] - skolem:lemma7772 - skolem:lemma7773 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5338 a r:Inference; - r:gives { - 1343 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1343 math:notEqualTo 0}] - skolem:lemma7948 - [ a r:Fact; r:gives {((1 3 4 3) "=<") list:sort (1 3 3 4)}] - [ a r:Fact; r:gives {((1 3 4 3) ">=") list:sort (4 3 3 1)}] - skolem:lemma7928 - skolem:lemma7929 - [ a r:Fact; r:gives {(4331 1334) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5339 a r:Inference; - r:gives { - 1344 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1344 math:notEqualTo 0}] - skolem:lemma7949 - [ a r:Fact; r:gives {((1 3 4 4) "=<") list:sort (1 3 4 4)}] - [ a r:Fact; r:gives {((1 3 4 4) ">=") list:sort (4 4 3 1)}] - skolem:lemma7950 - skolem:lemma7951 - [ a r:Fact; r:gives {(4431 1344) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5340 a r:Inference; - r:gives { - 1345 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1345 math:notEqualTo 0}] - skolem:lemma7952 - [ a r:Fact; r:gives {((1 3 4 5) "=<") list:sort (1 3 4 5)}] - [ a r:Fact; r:gives {((1 3 4 5) ">=") list:sort (5 4 3 1)}] - skolem:lemma7953 - skolem:lemma7954 - [ a r:Fact; r:gives {(5431 1345) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5341 a r:Inference; - r:gives { - 1346 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1346 math:notEqualTo 0}] - skolem:lemma7955 - [ a r:Fact; r:gives {((1 3 4 6) "=<") list:sort (1 3 4 6)}] - [ a r:Fact; r:gives {((1 3 4 6) ">=") list:sort (6 4 3 1)}] - skolem:lemma7956 - skolem:lemma7957 - [ a r:Fact; r:gives {(6431 1346) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5342 a r:Inference; - r:gives { - 1347 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1347 math:notEqualTo 0}] - skolem:lemma7958 - [ a r:Fact; r:gives {((1 3 4 7) "=<") list:sort (1 3 4 7)}] - [ a r:Fact; r:gives {((1 3 4 7) ">=") list:sort (7 4 3 1)}] - skolem:lemma7959 - skolem:lemma7960 - [ a r:Fact; r:gives {(7431 1347) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5343 a r:Inference; - r:gives { - 1348 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1348 math:notEqualTo 0}] - skolem:lemma7961 - [ a r:Fact; r:gives {((1 3 4 8) "=<") list:sort (1 3 4 8)}] - [ a r:Fact; r:gives {((1 3 4 8) ">=") list:sort (8 4 3 1)}] - skolem:lemma7962 - skolem:lemma7963 - [ a r:Fact; r:gives {(8431 1348) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5344 a r:Inference; - r:gives { - 1349 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1349 math:notEqualTo 0}] - skolem:lemma7964 - [ a r:Fact; r:gives {((1 3 4 9) "=<") list:sort (1 3 4 9)}] - [ a r:Fact; r:gives {((1 3 4 9) ">=") list:sort (9 4 3 1)}] - skolem:lemma7965 - skolem:lemma7966 - [ a r:Fact; r:gives {(9431 1349) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5345 a r:Inference; - r:gives { - 1350 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1350 math:notEqualTo 0}] - skolem:lemma7967 - [ a r:Fact; r:gives {((1 3 5 0) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((1 3 5 0) ">=") list:sort (5 3 1 0)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5346 a r:Inference; - r:gives { - 1351 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1351 math:notEqualTo 0}] - skolem:lemma7968 - [ a r:Fact; r:gives {((1 3 5 1) "=<") list:sort (1 1 3 5)}] - [ a r:Fact; r:gives {((1 3 5 1) ">=") list:sort (5 3 1 1)}] - skolem:lemma7603 - skolem:lemma7604 - [ a r:Fact; r:gives {(5311 1135) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5347 a r:Inference; - r:gives { - 1352 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1352 math:notEqualTo 0}] - skolem:lemma7969 - [ a r:Fact; r:gives {((1 3 5 2) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((1 3 5 2) ">=") list:sort (5 3 2 1)}] - skolem:lemma7775 - skolem:lemma7776 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5348 a r:Inference; - r:gives { - 1353 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1353 math:notEqualTo 0}] - skolem:lemma7970 - [ a r:Fact; r:gives {((1 3 5 3) "=<") list:sort (1 3 3 5)}] - [ a r:Fact; r:gives {((1 3 5 3) ">=") list:sort (5 3 3 1)}] - skolem:lemma7931 - skolem:lemma7932 - [ a r:Fact; r:gives {(5331 1335) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5349 a r:Inference; - r:gives { - 1354 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1354 math:notEqualTo 0}] - skolem:lemma7971 - [ a r:Fact; r:gives {((1 3 5 4) "=<") list:sort (1 3 4 5)}] - [ a r:Fact; r:gives {((1 3 5 4) ">=") list:sort (5 4 3 1)}] - skolem:lemma7953 - skolem:lemma7954 - [ a r:Fact; r:gives {(5431 1345) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5350 a r:Inference; - r:gives { - 1355 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1355 math:notEqualTo 0}] - skolem:lemma7972 - [ a r:Fact; r:gives {((1 3 5 5) "=<") list:sort (1 3 5 5)}] - [ a r:Fact; r:gives {((1 3 5 5) ">=") list:sort (5 5 3 1)}] - skolem:lemma7973 - skolem:lemma7974 - [ a r:Fact; r:gives {(5531 1355) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5351 a r:Inference; - r:gives { - 1356 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1356 math:notEqualTo 0}] - skolem:lemma7975 - [ a r:Fact; r:gives {((1 3 5 6) "=<") list:sort (1 3 5 6)}] - [ a r:Fact; r:gives {((1 3 5 6) ">=") list:sort (6 5 3 1)}] - skolem:lemma7976 - skolem:lemma7977 - [ a r:Fact; r:gives {(6531 1356) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5352 a r:Inference; - r:gives { - 1357 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1357 math:notEqualTo 0}] - skolem:lemma7978 - [ a r:Fact; r:gives {((1 3 5 7) "=<") list:sort (1 3 5 7)}] - [ a r:Fact; r:gives {((1 3 5 7) ">=") list:sort (7 5 3 1)}] - skolem:lemma7979 - skolem:lemma7980 - [ a r:Fact; r:gives {(7531 1357) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5353 a r:Inference; - r:gives { - 1358 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1358 math:notEqualTo 0}] - skolem:lemma7981 - [ a r:Fact; r:gives {((1 3 5 8) "=<") list:sort (1 3 5 8)}] - [ a r:Fact; r:gives {((1 3 5 8) ">=") list:sort (8 5 3 1)}] - skolem:lemma7982 - skolem:lemma7983 - [ a r:Fact; r:gives {(8531 1358) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5354 a r:Inference; - r:gives { - 1359 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1359 math:notEqualTo 0}] - skolem:lemma7984 - [ a r:Fact; r:gives {((1 3 5 9) "=<") list:sort (1 3 5 9)}] - [ a r:Fact; r:gives {((1 3 5 9) ">=") list:sort (9 5 3 1)}] - skolem:lemma7985 - skolem:lemma7986 - [ a r:Fact; r:gives {(9531 1359) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5355 a r:Inference; - r:gives { - 1360 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1360 math:notEqualTo 0}] - skolem:lemma7987 - [ a r:Fact; r:gives {((1 3 6 0) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((1 3 6 0) ">=") list:sort (6 3 1 0)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5356 a r:Inference; - r:gives { - 1361 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1361 math:notEqualTo 0}] - skolem:lemma7988 - [ a r:Fact; r:gives {((1 3 6 1) "=<") list:sort (1 1 3 6)}] - [ a r:Fact; r:gives {((1 3 6 1) ">=") list:sort (6 3 1 1)}] - skolem:lemma7606 - skolem:lemma7607 - [ a r:Fact; r:gives {(6311 1136) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5357 a r:Inference; - r:gives { - 1362 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1362 math:notEqualTo 0}] - skolem:lemma7989 - [ a r:Fact; r:gives {((1 3 6 2) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((1 3 6 2) ">=") list:sort (6 3 2 1)}] - skolem:lemma7778 - skolem:lemma7779 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5358 a r:Inference; - r:gives { - 1363 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1363 math:notEqualTo 0}] - skolem:lemma7990 - [ a r:Fact; r:gives {((1 3 6 3) "=<") list:sort (1 3 3 6)}] - [ a r:Fact; r:gives {((1 3 6 3) ">=") list:sort (6 3 3 1)}] - skolem:lemma7934 - skolem:lemma7935 - [ a r:Fact; r:gives {(6331 1336) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5359 a r:Inference; - r:gives { - 1364 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1364 math:notEqualTo 0}] - skolem:lemma7991 - [ a r:Fact; r:gives {((1 3 6 4) "=<") list:sort (1 3 4 6)}] - [ a r:Fact; r:gives {((1 3 6 4) ">=") list:sort (6 4 3 1)}] - skolem:lemma7956 - skolem:lemma7957 - [ a r:Fact; r:gives {(6431 1346) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5360 a r:Inference; - r:gives { - 1365 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1365 math:notEqualTo 0}] - skolem:lemma7992 - [ a r:Fact; r:gives {((1 3 6 5) "=<") list:sort (1 3 5 6)}] - [ a r:Fact; r:gives {((1 3 6 5) ">=") list:sort (6 5 3 1)}] - skolem:lemma7976 - skolem:lemma7977 - [ a r:Fact; r:gives {(6531 1356) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5361 a r:Inference; - r:gives { - 1366 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1366 math:notEqualTo 0}] - skolem:lemma7993 - [ a r:Fact; r:gives {((1 3 6 6) "=<") list:sort (1 3 6 6)}] - [ a r:Fact; r:gives {((1 3 6 6) ">=") list:sort (6 6 3 1)}] - skolem:lemma7994 - skolem:lemma7995 - [ a r:Fact; r:gives {(6631 1366) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5362 a r:Inference; - r:gives { - 1367 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1367 math:notEqualTo 0}] - skolem:lemma7996 - [ a r:Fact; r:gives {((1 3 6 7) "=<") list:sort (1 3 6 7)}] - [ a r:Fact; r:gives {((1 3 6 7) ">=") list:sort (7 6 3 1)}] - skolem:lemma7997 - skolem:lemma7998 - [ a r:Fact; r:gives {(7631 1367) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5363 a r:Inference; - r:gives { - 1368 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1368 math:notEqualTo 0}] - skolem:lemma7999 - [ a r:Fact; r:gives {((1 3 6 8) "=<") list:sort (1 3 6 8)}] - [ a r:Fact; r:gives {((1 3 6 8) ">=") list:sort (8 6 3 1)}] - skolem:lemma8000 - skolem:lemma8001 - [ a r:Fact; r:gives {(8631 1368) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5364 a r:Inference; - r:gives { - 1369 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1369 math:notEqualTo 0}] - skolem:lemma8002 - [ a r:Fact; r:gives {((1 3 6 9) "=<") list:sort (1 3 6 9)}] - [ a r:Fact; r:gives {((1 3 6 9) ">=") list:sort (9 6 3 1)}] - skolem:lemma8003 - skolem:lemma8004 - [ a r:Fact; r:gives {(9631 1369) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5365 a r:Inference; - r:gives { - 1370 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1370 math:notEqualTo 0}] - skolem:lemma8005 - [ a r:Fact; r:gives {((1 3 7 0) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((1 3 7 0) ">=") list:sort (7 3 1 0)}] - skolem:lemma6282 - skolem:lemma6283 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5366 a r:Inference; - r:gives { - 1371 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1371 math:notEqualTo 0}] - skolem:lemma8006 - [ a r:Fact; r:gives {((1 3 7 1) "=<") list:sort (1 1 3 7)}] - [ a r:Fact; r:gives {((1 3 7 1) ">=") list:sort (7 3 1 1)}] - skolem:lemma7609 - skolem:lemma7610 - [ a r:Fact; r:gives {(7311 1137) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5367 a r:Inference; - r:gives { - 1372 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1372 math:notEqualTo 0}] - skolem:lemma8007 - [ a r:Fact; r:gives {((1 3 7 2) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((1 3 7 2) ">=") list:sort (7 3 2 1)}] - skolem:lemma7781 - skolem:lemma7782 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5368 a r:Inference; - r:gives { - 1373 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1373 math:notEqualTo 0}] - skolem:lemma8008 - [ a r:Fact; r:gives {((1 3 7 3) "=<") list:sort (1 3 3 7)}] - [ a r:Fact; r:gives {((1 3 7 3) ">=") list:sort (7 3 3 1)}] - skolem:lemma7937 - skolem:lemma7938 - [ a r:Fact; r:gives {(7331 1337) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5369 a r:Inference; - r:gives { - 1374 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1374 math:notEqualTo 0}] - skolem:lemma8009 - [ a r:Fact; r:gives {((1 3 7 4) "=<") list:sort (1 3 4 7)}] - [ a r:Fact; r:gives {((1 3 7 4) ">=") list:sort (7 4 3 1)}] - skolem:lemma7959 - skolem:lemma7960 - [ a r:Fact; r:gives {(7431 1347) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5370 a r:Inference; - r:gives { - 1375 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1375 math:notEqualTo 0}] - skolem:lemma8010 - [ a r:Fact; r:gives {((1 3 7 5) "=<") list:sort (1 3 5 7)}] - [ a r:Fact; r:gives {((1 3 7 5) ">=") list:sort (7 5 3 1)}] - skolem:lemma7979 - skolem:lemma7980 - [ a r:Fact; r:gives {(7531 1357) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5371 a r:Inference; - r:gives { - 1376 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1376 math:notEqualTo 0}] - skolem:lemma8011 - [ a r:Fact; r:gives {((1 3 7 6) "=<") list:sort (1 3 6 7)}] - [ a r:Fact; r:gives {((1 3 7 6) ">=") list:sort (7 6 3 1)}] - skolem:lemma7997 - skolem:lemma7998 - [ a r:Fact; r:gives {(7631 1367) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5372 a r:Inference; - r:gives { - 1377 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1377 math:notEqualTo 0}] - skolem:lemma8012 - [ a r:Fact; r:gives {((1 3 7 7) "=<") list:sort (1 3 7 7)}] - [ a r:Fact; r:gives {((1 3 7 7) ">=") list:sort (7 7 3 1)}] - skolem:lemma8013 - skolem:lemma8014 - [ a r:Fact; r:gives {(7731 1377) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5373 a r:Inference; - r:gives { - 1378 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1378 math:notEqualTo 0}] - skolem:lemma8015 - [ a r:Fact; r:gives {((1 3 7 8) "=<") list:sort (1 3 7 8)}] - [ a r:Fact; r:gives {((1 3 7 8) ">=") list:sort (8 7 3 1)}] - skolem:lemma8016 - skolem:lemma8017 - [ a r:Fact; r:gives {(8731 1378) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5374 a r:Inference; - r:gives { - 1379 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1379 math:notEqualTo 0}] - skolem:lemma8018 - [ a r:Fact; r:gives {((1 3 7 9) "=<") list:sort (1 3 7 9)}] - [ a r:Fact; r:gives {((1 3 7 9) ">=") list:sort (9 7 3 1)}] - skolem:lemma8019 - skolem:lemma8020 - [ a r:Fact; r:gives {(9731 1379) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5375 a r:Inference; - r:gives { - 1380 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1380 math:notEqualTo 0}] - skolem:lemma8021 - [ a r:Fact; r:gives {((1 3 8 0) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((1 3 8 0) ">=") list:sort (8 3 1 0)}] - skolem:lemma6285 - skolem:lemma6286 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5376 a r:Inference; - r:gives { - 1381 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1381 math:notEqualTo 0}] - skolem:lemma8022 - [ a r:Fact; r:gives {((1 3 8 1) "=<") list:sort (1 1 3 8)}] - [ a r:Fact; r:gives {((1 3 8 1) ">=") list:sort (8 3 1 1)}] - skolem:lemma7612 - skolem:lemma7613 - [ a r:Fact; r:gives {(8311 1138) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5377 a r:Inference; - r:gives { - 1382 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1382 math:notEqualTo 0}] - skolem:lemma8023 - [ a r:Fact; r:gives {((1 3 8 2) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((1 3 8 2) ">=") list:sort (8 3 2 1)}] - skolem:lemma7784 - skolem:lemma7785 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5378 a r:Inference; - r:gives { - 1383 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1383 math:notEqualTo 0}] - skolem:lemma8024 - [ a r:Fact; r:gives {((1 3 8 3) "=<") list:sort (1 3 3 8)}] - [ a r:Fact; r:gives {((1 3 8 3) ">=") list:sort (8 3 3 1)}] - skolem:lemma7940 - skolem:lemma7941 - [ a r:Fact; r:gives {(8331 1338) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5379 a r:Inference; - r:gives { - 1384 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1384 math:notEqualTo 0}] - skolem:lemma8025 - [ a r:Fact; r:gives {((1 3 8 4) "=<") list:sort (1 3 4 8)}] - [ a r:Fact; r:gives {((1 3 8 4) ">=") list:sort (8 4 3 1)}] - skolem:lemma7962 - skolem:lemma7963 - [ a r:Fact; r:gives {(8431 1348) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5380 a r:Inference; - r:gives { - 1385 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1385 math:notEqualTo 0}] - skolem:lemma8026 - [ a r:Fact; r:gives {((1 3 8 5) "=<") list:sort (1 3 5 8)}] - [ a r:Fact; r:gives {((1 3 8 5) ">=") list:sort (8 5 3 1)}] - skolem:lemma7982 - skolem:lemma7983 - [ a r:Fact; r:gives {(8531 1358) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5381 a r:Inference; - r:gives { - 1386 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1386 math:notEqualTo 0}] - skolem:lemma8027 - [ a r:Fact; r:gives {((1 3 8 6) "=<") list:sort (1 3 6 8)}] - [ a r:Fact; r:gives {((1 3 8 6) ">=") list:sort (8 6 3 1)}] - skolem:lemma8000 - skolem:lemma8001 - [ a r:Fact; r:gives {(8631 1368) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5382 a r:Inference; - r:gives { - 1387 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1387 math:notEqualTo 0}] - skolem:lemma8028 - [ a r:Fact; r:gives {((1 3 8 7) "=<") list:sort (1 3 7 8)}] - [ a r:Fact; r:gives {((1 3 8 7) ">=") list:sort (8 7 3 1)}] - skolem:lemma8016 - skolem:lemma8017 - [ a r:Fact; r:gives {(8731 1378) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5383 a r:Inference; - r:gives { - 1388 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1388 math:notEqualTo 0}] - skolem:lemma8029 - [ a r:Fact; r:gives {((1 3 8 8) "=<") list:sort (1 3 8 8)}] - [ a r:Fact; r:gives {((1 3 8 8) ">=") list:sort (8 8 3 1)}] - skolem:lemma8030 - skolem:lemma8031 - [ a r:Fact; r:gives {(8831 1388) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5384 a r:Inference; - r:gives { - 1389 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1389 math:notEqualTo 0}] - skolem:lemma8032 - [ a r:Fact; r:gives {((1 3 8 9) "=<") list:sort (1 3 8 9)}] - [ a r:Fact; r:gives {((1 3 8 9) ">=") list:sort (9 8 3 1)}] - skolem:lemma8033 - skolem:lemma8034 - [ a r:Fact; r:gives {(9831 1389) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5385 a r:Inference; - r:gives { - 1390 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1390 math:notEqualTo 0}] - skolem:lemma8035 - [ a r:Fact; r:gives {((1 3 9 0) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((1 3 9 0) ">=") list:sort (9 3 1 0)}] - skolem:lemma6288 - skolem:lemma6289 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5386 a r:Inference; - r:gives { - 1391 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1391 math:notEqualTo 0}] - skolem:lemma8036 - [ a r:Fact; r:gives {((1 3 9 1) "=<") list:sort (1 1 3 9)}] - [ a r:Fact; r:gives {((1 3 9 1) ">=") list:sort (9 3 1 1)}] - skolem:lemma7615 - skolem:lemma7616 - [ a r:Fact; r:gives {(9311 1139) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5387 a r:Inference; - r:gives { - 1392 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1392 math:notEqualTo 0}] - skolem:lemma8037 - [ a r:Fact; r:gives {((1 3 9 2) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((1 3 9 2) ">=") list:sort (9 3 2 1)}] - skolem:lemma7787 - skolem:lemma7788 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5388 a r:Inference; - r:gives { - 1393 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1393 math:notEqualTo 0}] - skolem:lemma8038 - [ a r:Fact; r:gives {((1 3 9 3) "=<") list:sort (1 3 3 9)}] - [ a r:Fact; r:gives {((1 3 9 3) ">=") list:sort (9 3 3 1)}] - skolem:lemma7943 - skolem:lemma7944 - [ a r:Fact; r:gives {(9331 1339) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5389 a r:Inference; - r:gives { - 1394 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1394 math:notEqualTo 0}] - skolem:lemma8039 - [ a r:Fact; r:gives {((1 3 9 4) "=<") list:sort (1 3 4 9)}] - [ a r:Fact; r:gives {((1 3 9 4) ">=") list:sort (9 4 3 1)}] - skolem:lemma7965 - skolem:lemma7966 - [ a r:Fact; r:gives {(9431 1349) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5390 a r:Inference; - r:gives { - 1395 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1395 math:notEqualTo 0}] - skolem:lemma8040 - [ a r:Fact; r:gives {((1 3 9 5) "=<") list:sort (1 3 5 9)}] - [ a r:Fact; r:gives {((1 3 9 5) ">=") list:sort (9 5 3 1)}] - skolem:lemma7985 - skolem:lemma7986 - [ a r:Fact; r:gives {(9531 1359) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5391 a r:Inference; - r:gives { - 1396 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1396 math:notEqualTo 0}] - skolem:lemma8041 - [ a r:Fact; r:gives {((1 3 9 6) "=<") list:sort (1 3 6 9)}] - [ a r:Fact; r:gives {((1 3 9 6) ">=") list:sort (9 6 3 1)}] - skolem:lemma8003 - skolem:lemma8004 - [ a r:Fact; r:gives {(9631 1369) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5392 a r:Inference; - r:gives { - 1397 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1397 math:notEqualTo 0}] - skolem:lemma8042 - [ a r:Fact; r:gives {((1 3 9 7) "=<") list:sort (1 3 7 9)}] - [ a r:Fact; r:gives {((1 3 9 7) ">=") list:sort (9 7 3 1)}] - skolem:lemma8019 - skolem:lemma8020 - [ a r:Fact; r:gives {(9731 1379) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5393 a r:Inference; - r:gives { - 1398 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1398 math:notEqualTo 0}] - skolem:lemma8043 - [ a r:Fact; r:gives {((1 3 9 8) "=<") list:sort (1 3 8 9)}] - [ a r:Fact; r:gives {((1 3 9 8) ">=") list:sort (9 8 3 1)}] - skolem:lemma8033 - skolem:lemma8034 - [ a r:Fact; r:gives {(9831 1389) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5394 a r:Inference; - r:gives { - 1399 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1399 math:notEqualTo 0}] - skolem:lemma8044 - [ a r:Fact; r:gives {((1 3 9 9) "=<") list:sort (1 3 9 9)}] - [ a r:Fact; r:gives {((1 3 9 9) ">=") list:sort (9 9 3 1)}] - skolem:lemma8045 - skolem:lemma8046 - [ a r:Fact; r:gives {(9931 1399) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5395 a r:Inference; - r:gives { - 1400 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1400 math:notEqualTo 0}] - skolem:lemma8047 - [ a r:Fact; r:gives {((1 4 0 0) "=<") list:sort (0 0 1 4)}] - [ a r:Fact; r:gives {((1 4 0 0) ">=") list:sort (4 1 0 0)}] - skolem:lemma6033 - skolem:lemma6034 - [ a r:Fact; r:gives {(4100 14) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5396 a r:Inference; - r:gives { - 1401 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1401 math:notEqualTo 0}] - skolem:lemma8048 - [ a r:Fact; r:gives {((1 4 0 1) "=<") list:sort (0 1 1 4)}] - [ a r:Fact; r:gives {((1 4 0 1) ">=") list:sort (4 1 1 0)}] - skolem:lemma6223 - skolem:lemma6224 - [ a r:Fact; r:gives {(4110 114) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5397 a r:Inference; - r:gives { - 1402 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1402 math:notEqualTo 0}] - skolem:lemma8049 - [ a r:Fact; r:gives {((1 4 0 2) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((1 4 0 2) ">=") list:sort (4 2 1 0)}] - skolem:lemma6249 - skolem:lemma6250 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5398 a r:Inference; - r:gives { - 1403 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1403 math:notEqualTo 0}] - skolem:lemma8050 - [ a r:Fact; r:gives {((1 4 0 3) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((1 4 0 3) ">=") list:sort (4 3 1 0)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5399 a r:Inference; - r:gives { - 1404 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1404 math:notEqualTo 0}] - skolem:lemma8051 - [ a r:Fact; r:gives {((1 4 0 4) "=<") list:sort (0 1 4 4)}] - [ a r:Fact; r:gives {((1 4 0 4) ">=") list:sort (4 4 1 0)}] - skolem:lemma6295 - skolem:lemma6296 - [ a r:Fact; r:gives {(4410 144) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5400 a r:Inference; - r:gives { - 1405 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1405 math:notEqualTo 0}] - skolem:lemma8052 - [ a r:Fact; r:gives {((1 4 0 5) "=<") list:sort (0 1 4 5)}] - [ a r:Fact; r:gives {((1 4 0 5) ">=") list:sort (5 4 1 0)}] - skolem:lemma6298 - skolem:lemma6299 - [ a r:Fact; r:gives {(5410 145) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5401 a r:Inference; - r:gives { - 1406 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1406 math:notEqualTo 0}] - skolem:lemma8053 - [ a r:Fact; r:gives {((1 4 0 6) "=<") list:sort (0 1 4 6)}] - [ a r:Fact; r:gives {((1 4 0 6) ">=") list:sort (6 4 1 0)}] - skolem:lemma6301 - skolem:lemma6302 - [ a r:Fact; r:gives {(6410 146) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5402 a r:Inference; - r:gives { - 1407 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1407 math:notEqualTo 0}] - skolem:lemma8054 - [ a r:Fact; r:gives {((1 4 0 7) "=<") list:sort (0 1 4 7)}] - [ a r:Fact; r:gives {((1 4 0 7) ">=") list:sort (7 4 1 0)}] - skolem:lemma6304 - skolem:lemma6305 - [ a r:Fact; r:gives {(7410 147) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5403 a r:Inference; - r:gives { - 1408 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1408 math:notEqualTo 0}] - skolem:lemma8055 - [ a r:Fact; r:gives {((1 4 0 8) "=<") list:sort (0 1 4 8)}] - [ a r:Fact; r:gives {((1 4 0 8) ">=") list:sort (8 4 1 0)}] - skolem:lemma6307 - skolem:lemma6308 - [ a r:Fact; r:gives {(8410 148) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5404 a r:Inference; - r:gives { - 1409 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1409 math:notEqualTo 0}] - skolem:lemma8056 - [ a r:Fact; r:gives {((1 4 0 9) "=<") list:sort (0 1 4 9)}] - [ a r:Fact; r:gives {((1 4 0 9) ">=") list:sort (9 4 1 0)}] - skolem:lemma6310 - skolem:lemma6311 - [ a r:Fact; r:gives {(9410 149) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5405 a r:Inference; - r:gives { - 1410 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1410 math:notEqualTo 0}] - skolem:lemma8057 - [ a r:Fact; r:gives {((1 4 1 0) "=<") list:sort (0 1 1 4)}] - [ a r:Fact; r:gives {((1 4 1 0) ">=") list:sort (4 1 1 0)}] - skolem:lemma6223 - skolem:lemma6224 - [ a r:Fact; r:gives {(4110 114) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5406 a r:Inference; - r:gives { - 1411 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1411 math:notEqualTo 0}] - skolem:lemma8058 - [ a r:Fact; r:gives {((1 4 1 1) "=<") list:sort (1 1 1 4)}] - [ a r:Fact; r:gives {((1 4 1 1) ">=") list:sort (4 1 1 1)}] - skolem:lemma7550 - skolem:lemma7551 - [ a r:Fact; r:gives {(4111 1114) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5407 a r:Inference; - r:gives { - 1412 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1412 math:notEqualTo 0}] - skolem:lemma8059 - [ a r:Fact; r:gives {((1 4 1 2) "=<") list:sort (1 1 2 4)}] - [ a r:Fact; r:gives {((1 4 1 2) ">=") list:sort (4 2 1 1)}] - skolem:lemma7576 - skolem:lemma7577 - [ a r:Fact; r:gives {(4211 1124) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5408 a r:Inference; - r:gives { - 1413 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1413 math:notEqualTo 0}] - skolem:lemma8060 - [ a r:Fact; r:gives {((1 4 1 3) "=<") list:sort (1 1 3 4)}] - [ a r:Fact; r:gives {((1 4 1 3) ">=") list:sort (4 3 1 1)}] - skolem:lemma7600 - skolem:lemma7601 - [ a r:Fact; r:gives {(4311 1134) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5409 a r:Inference; - r:gives { - 1414 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1414 math:notEqualTo 0}] - skolem:lemma8061 - [ a r:Fact; r:gives {((1 4 1 4) "=<") list:sort (1 1 4 4)}] - [ a r:Fact; r:gives {((1 4 1 4) ">=") list:sort (4 4 1 1)}] - skolem:lemma7622 - skolem:lemma7623 - [ a r:Fact; r:gives {(4411 1144) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5410 a r:Inference; - r:gives { - 1415 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1415 math:notEqualTo 0}] - skolem:lemma8062 - [ a r:Fact; r:gives {((1 4 1 5) "=<") list:sort (1 1 4 5)}] - [ a r:Fact; r:gives {((1 4 1 5) ">=") list:sort (5 4 1 1)}] - skolem:lemma7625 - skolem:lemma7626 - [ a r:Fact; r:gives {(5411 1145) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5411 a r:Inference; - r:gives { - 1416 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1416 math:notEqualTo 0}] - skolem:lemma8063 - [ a r:Fact; r:gives {((1 4 1 6) "=<") list:sort (1 1 4 6)}] - [ a r:Fact; r:gives {((1 4 1 6) ">=") list:sort (6 4 1 1)}] - skolem:lemma7628 - skolem:lemma7629 - [ a r:Fact; r:gives {(6411 1146) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5412 a r:Inference; - r:gives { - 1417 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1417 math:notEqualTo 0}] - skolem:lemma8064 - [ a r:Fact; r:gives {((1 4 1 7) "=<") list:sort (1 1 4 7)}] - [ a r:Fact; r:gives {((1 4 1 7) ">=") list:sort (7 4 1 1)}] - skolem:lemma7631 - skolem:lemma7632 - [ a r:Fact; r:gives {(7411 1147) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5413 a r:Inference; - r:gives { - 1418 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1418 math:notEqualTo 0}] - skolem:lemma8065 - [ a r:Fact; r:gives {((1 4 1 8) "=<") list:sort (1 1 4 8)}] - [ a r:Fact; r:gives {((1 4 1 8) ">=") list:sort (8 4 1 1)}] - skolem:lemma7634 - skolem:lemma7635 - [ a r:Fact; r:gives {(8411 1148) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5414 a r:Inference; - r:gives { - 1419 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1419 math:notEqualTo 0}] - skolem:lemma8066 - [ a r:Fact; r:gives {((1 4 1 9) "=<") list:sort (1 1 4 9)}] - [ a r:Fact; r:gives {((1 4 1 9) ">=") list:sort (9 4 1 1)}] - skolem:lemma7637 - skolem:lemma7638 - [ a r:Fact; r:gives {(9411 1149) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5415 a r:Inference; - r:gives { - 1420 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1420 math:notEqualTo 0}] - skolem:lemma8067 - [ a r:Fact; r:gives {((1 4 2 0) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((1 4 2 0) ">=") list:sort (4 2 1 0)}] - skolem:lemma6249 - skolem:lemma6250 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5416 a r:Inference; - r:gives { - 1421 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1421 math:notEqualTo 0}] - skolem:lemma8068 - [ a r:Fact; r:gives {((1 4 2 1) "=<") list:sort (1 1 2 4)}] - [ a r:Fact; r:gives {((1 4 2 1) ">=") list:sort (4 2 1 1)}] - skolem:lemma7576 - skolem:lemma7577 - [ a r:Fact; r:gives {(4211 1124) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5417 a r:Inference; - r:gives { - 1422 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1422 math:notEqualTo 0}] - skolem:lemma8069 - [ a r:Fact; r:gives {((1 4 2 2) "=<") list:sort (1 2 2 4)}] - [ a r:Fact; r:gives {((1 4 2 2) ">=") list:sort (4 2 2 1)}] - skolem:lemma7748 - skolem:lemma7749 - [ a r:Fact; r:gives {(4221 1224) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5418 a r:Inference; - r:gives { - 1423 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1423 math:notEqualTo 0}] - skolem:lemma8070 - [ a r:Fact; r:gives {((1 4 2 3) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((1 4 2 3) ">=") list:sort (4 3 2 1)}] - skolem:lemma7772 - skolem:lemma7773 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5419 a r:Inference; - r:gives { - 1424 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1424 math:notEqualTo 0}] - skolem:lemma8071 - [ a r:Fact; r:gives {((1 4 2 4) "=<") list:sort (1 2 4 4)}] - [ a r:Fact; r:gives {((1 4 2 4) ">=") list:sort (4 4 2 1)}] - skolem:lemma7794 - skolem:lemma7795 - [ a r:Fact; r:gives {(4421 1244) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5420 a r:Inference; - r:gives { - 1425 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1425 math:notEqualTo 0}] - skolem:lemma8072 - [ a r:Fact; r:gives {((1 4 2 5) "=<") list:sort (1 2 4 5)}] - [ a r:Fact; r:gives {((1 4 2 5) ">=") list:sort (5 4 2 1)}] - skolem:lemma7797 - skolem:lemma7798 - [ a r:Fact; r:gives {(5421 1245) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5421 a r:Inference; - r:gives { - 1426 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1426 math:notEqualTo 0}] - skolem:lemma8073 - [ a r:Fact; r:gives {((1 4 2 6) "=<") list:sort (1 2 4 6)}] - [ a r:Fact; r:gives {((1 4 2 6) ">=") list:sort (6 4 2 1)}] - skolem:lemma7800 - skolem:lemma7801 - [ a r:Fact; r:gives {(6421 1246) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5422 a r:Inference; - r:gives { - 1427 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1427 math:notEqualTo 0}] - skolem:lemma8074 - [ a r:Fact; r:gives {((1 4 2 7) "=<") list:sort (1 2 4 7)}] - [ a r:Fact; r:gives {((1 4 2 7) ">=") list:sort (7 4 2 1)}] - skolem:lemma7803 - skolem:lemma7804 - [ a r:Fact; r:gives {(7421 1247) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5423 a r:Inference; - r:gives { - 1428 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1428 math:notEqualTo 0}] - skolem:lemma8075 - [ a r:Fact; r:gives {((1 4 2 8) "=<") list:sort (1 2 4 8)}] - [ a r:Fact; r:gives {((1 4 2 8) ">=") list:sort (8 4 2 1)}] - skolem:lemma7806 - skolem:lemma7807 - [ a r:Fact; r:gives {(8421 1248) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5424 a r:Inference; - r:gives { - 1429 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1429 math:notEqualTo 0}] - skolem:lemma8076 - [ a r:Fact; r:gives {((1 4 2 9) "=<") list:sort (1 2 4 9)}] - [ a r:Fact; r:gives {((1 4 2 9) ">=") list:sort (9 4 2 1)}] - skolem:lemma7809 - skolem:lemma7810 - [ a r:Fact; r:gives {(9421 1249) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5425 a r:Inference; - r:gives { - 1430 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1430 math:notEqualTo 0}] - skolem:lemma8077 - [ a r:Fact; r:gives {((1 4 3 0) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((1 4 3 0) ">=") list:sort (4 3 1 0)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5426 a r:Inference; - r:gives { - 1431 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1431 math:notEqualTo 0}] - skolem:lemma8078 - [ a r:Fact; r:gives {((1 4 3 1) "=<") list:sort (1 1 3 4)}] - [ a r:Fact; r:gives {((1 4 3 1) ">=") list:sort (4 3 1 1)}] - skolem:lemma7600 - skolem:lemma7601 - [ a r:Fact; r:gives {(4311 1134) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5427 a r:Inference; - r:gives { - 1432 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1432 math:notEqualTo 0}] - skolem:lemma8079 - [ a r:Fact; r:gives {((1 4 3 2) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((1 4 3 2) ">=") list:sort (4 3 2 1)}] - skolem:lemma7772 - skolem:lemma7773 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5428 a r:Inference; - r:gives { - 1433 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1433 math:notEqualTo 0}] - skolem:lemma8080 - [ a r:Fact; r:gives {((1 4 3 3) "=<") list:sort (1 3 3 4)}] - [ a r:Fact; r:gives {((1 4 3 3) ">=") list:sort (4 3 3 1)}] - skolem:lemma7928 - skolem:lemma7929 - [ a r:Fact; r:gives {(4331 1334) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5429 a r:Inference; - r:gives { - 1434 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1434 math:notEqualTo 0}] - skolem:lemma8081 - [ a r:Fact; r:gives {((1 4 3 4) "=<") list:sort (1 3 4 4)}] - [ a r:Fact; r:gives {((1 4 3 4) ">=") list:sort (4 4 3 1)}] - skolem:lemma7950 - skolem:lemma7951 - [ a r:Fact; r:gives {(4431 1344) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5430 a r:Inference; - r:gives { - 1435 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1435 math:notEqualTo 0}] - skolem:lemma8082 - [ a r:Fact; r:gives {((1 4 3 5) "=<") list:sort (1 3 4 5)}] - [ a r:Fact; r:gives {((1 4 3 5) ">=") list:sort (5 4 3 1)}] - skolem:lemma7953 - skolem:lemma7954 - [ a r:Fact; r:gives {(5431 1345) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5431 a r:Inference; - r:gives { - 1436 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1436 math:notEqualTo 0}] - skolem:lemma8083 - [ a r:Fact; r:gives {((1 4 3 6) "=<") list:sort (1 3 4 6)}] - [ a r:Fact; r:gives {((1 4 3 6) ">=") list:sort (6 4 3 1)}] - skolem:lemma7956 - skolem:lemma7957 - [ a r:Fact; r:gives {(6431 1346) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5432 a r:Inference; - r:gives { - 1437 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1437 math:notEqualTo 0}] - skolem:lemma8084 - [ a r:Fact; r:gives {((1 4 3 7) "=<") list:sort (1 3 4 7)}] - [ a r:Fact; r:gives {((1 4 3 7) ">=") list:sort (7 4 3 1)}] - skolem:lemma7959 - skolem:lemma7960 - [ a r:Fact; r:gives {(7431 1347) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5433 a r:Inference; - r:gives { - 1438 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1438 math:notEqualTo 0}] - skolem:lemma8085 - [ a r:Fact; r:gives {((1 4 3 8) "=<") list:sort (1 3 4 8)}] - [ a r:Fact; r:gives {((1 4 3 8) ">=") list:sort (8 4 3 1)}] - skolem:lemma7962 - skolem:lemma7963 - [ a r:Fact; r:gives {(8431 1348) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5434 a r:Inference; - r:gives { - 1439 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1439 math:notEqualTo 0}] - skolem:lemma8086 - [ a r:Fact; r:gives {((1 4 3 9) "=<") list:sort (1 3 4 9)}] - [ a r:Fact; r:gives {((1 4 3 9) ">=") list:sort (9 4 3 1)}] - skolem:lemma7965 - skolem:lemma7966 - [ a r:Fact; r:gives {(9431 1349) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5435 a r:Inference; - r:gives { - 1440 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1440 math:notEqualTo 0}] - skolem:lemma8087 - [ a r:Fact; r:gives {((1 4 4 0) "=<") list:sort (0 1 4 4)}] - [ a r:Fact; r:gives {((1 4 4 0) ">=") list:sort (4 4 1 0)}] - skolem:lemma6295 - skolem:lemma6296 - [ a r:Fact; r:gives {(4410 144) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5436 a r:Inference; - r:gives { - 1441 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1441 math:notEqualTo 0}] - skolem:lemma8088 - [ a r:Fact; r:gives {((1 4 4 1) "=<") list:sort (1 1 4 4)}] - [ a r:Fact; r:gives {((1 4 4 1) ">=") list:sort (4 4 1 1)}] - skolem:lemma7622 - skolem:lemma7623 - [ a r:Fact; r:gives {(4411 1144) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5437 a r:Inference; - r:gives { - 1442 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1442 math:notEqualTo 0}] - skolem:lemma8089 - [ a r:Fact; r:gives {((1 4 4 2) "=<") list:sort (1 2 4 4)}] - [ a r:Fact; r:gives {((1 4 4 2) ">=") list:sort (4 4 2 1)}] - skolem:lemma7794 - skolem:lemma7795 - [ a r:Fact; r:gives {(4421 1244) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5438 a r:Inference; - r:gives { - 1443 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1443 math:notEqualTo 0}] - skolem:lemma8090 - [ a r:Fact; r:gives {((1 4 4 3) "=<") list:sort (1 3 4 4)}] - [ a r:Fact; r:gives {((1 4 4 3) ">=") list:sort (4 4 3 1)}] - skolem:lemma7950 - skolem:lemma7951 - [ a r:Fact; r:gives {(4431 1344) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5439 a r:Inference; - r:gives { - 1444 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1444 math:notEqualTo 0}] - skolem:lemma8091 - [ a r:Fact; r:gives {((1 4 4 4) "=<") list:sort (1 4 4 4)}] - [ a r:Fact; r:gives {((1 4 4 4) ">=") list:sort (4 4 4 1)}] - skolem:lemma8092 - skolem:lemma8093 - [ a r:Fact; r:gives {(4441 1444) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5440 a r:Inference; - r:gives { - 1445 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1445 math:notEqualTo 0}] - skolem:lemma8094 - [ a r:Fact; r:gives {((1 4 4 5) "=<") list:sort (1 4 4 5)}] - [ a r:Fact; r:gives {((1 4 4 5) ">=") list:sort (5 4 4 1)}] - skolem:lemma8095 - skolem:lemma8096 - [ a r:Fact; r:gives {(5441 1445) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5441 a r:Inference; - r:gives { - 1446 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1446 math:notEqualTo 0}] - skolem:lemma8097 - [ a r:Fact; r:gives {((1 4 4 6) "=<") list:sort (1 4 4 6)}] - [ a r:Fact; r:gives {((1 4 4 6) ">=") list:sort (6 4 4 1)}] - skolem:lemma8098 - skolem:lemma8099 - [ a r:Fact; r:gives {(6441 1446) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5442 a r:Inference; - r:gives { - 1447 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1447 math:notEqualTo 0}] - skolem:lemma8100 - [ a r:Fact; r:gives {((1 4 4 7) "=<") list:sort (1 4 4 7)}] - [ a r:Fact; r:gives {((1 4 4 7) ">=") list:sort (7 4 4 1)}] - skolem:lemma8101 - skolem:lemma8102 - [ a r:Fact; r:gives {(7441 1447) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5443 a r:Inference; - r:gives { - 1448 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1448 math:notEqualTo 0}] - skolem:lemma8103 - [ a r:Fact; r:gives {((1 4 4 8) "=<") list:sort (1 4 4 8)}] - [ a r:Fact; r:gives {((1 4 4 8) ">=") list:sort (8 4 4 1)}] - skolem:lemma8104 - skolem:lemma8105 - [ a r:Fact; r:gives {(8441 1448) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5444 a r:Inference; - r:gives { - 1449 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1449 math:notEqualTo 0}] - skolem:lemma8106 - [ a r:Fact; r:gives {((1 4 4 9) "=<") list:sort (1 4 4 9)}] - [ a r:Fact; r:gives {((1 4 4 9) ">=") list:sort (9 4 4 1)}] - skolem:lemma8107 - skolem:lemma8108 - [ a r:Fact; r:gives {(9441 1449) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5445 a r:Inference; - r:gives { - 1450 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1450 math:notEqualTo 0}] - skolem:lemma8109 - [ a r:Fact; r:gives {((1 4 5 0) "=<") list:sort (0 1 4 5)}] - [ a r:Fact; r:gives {((1 4 5 0) ">=") list:sort (5 4 1 0)}] - skolem:lemma6298 - skolem:lemma6299 - [ a r:Fact; r:gives {(5410 145) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5446 a r:Inference; - r:gives { - 1451 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1451 math:notEqualTo 0}] - skolem:lemma8110 - [ a r:Fact; r:gives {((1 4 5 1) "=<") list:sort (1 1 4 5)}] - [ a r:Fact; r:gives {((1 4 5 1) ">=") list:sort (5 4 1 1)}] - skolem:lemma7625 - skolem:lemma7626 - [ a r:Fact; r:gives {(5411 1145) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5447 a r:Inference; - r:gives { - 1452 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1452 math:notEqualTo 0}] - skolem:lemma8111 - [ a r:Fact; r:gives {((1 4 5 2) "=<") list:sort (1 2 4 5)}] - [ a r:Fact; r:gives {((1 4 5 2) ">=") list:sort (5 4 2 1)}] - skolem:lemma7797 - skolem:lemma7798 - [ a r:Fact; r:gives {(5421 1245) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5448 a r:Inference; - r:gives { - 1453 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1453 math:notEqualTo 0}] - skolem:lemma8112 - [ a r:Fact; r:gives {((1 4 5 3) "=<") list:sort (1 3 4 5)}] - [ a r:Fact; r:gives {((1 4 5 3) ">=") list:sort (5 4 3 1)}] - skolem:lemma7953 - skolem:lemma7954 - [ a r:Fact; r:gives {(5431 1345) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5449 a r:Inference; - r:gives { - 1454 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1454 math:notEqualTo 0}] - skolem:lemma8113 - [ a r:Fact; r:gives {((1 4 5 4) "=<") list:sort (1 4 4 5)}] - [ a r:Fact; r:gives {((1 4 5 4) ">=") list:sort (5 4 4 1)}] - skolem:lemma8095 - skolem:lemma8096 - [ a r:Fact; r:gives {(5441 1445) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5450 a r:Inference; - r:gives { - 1455 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1455 math:notEqualTo 0}] - skolem:lemma8114 - [ a r:Fact; r:gives {((1 4 5 5) "=<") list:sort (1 4 5 5)}] - [ a r:Fact; r:gives {((1 4 5 5) ">=") list:sort (5 5 4 1)}] - skolem:lemma8115 - skolem:lemma8116 - [ a r:Fact; r:gives {(5541 1455) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5451 a r:Inference; - r:gives { - 1456 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1456 math:notEqualTo 0}] - skolem:lemma8117 - [ a r:Fact; r:gives {((1 4 5 6) "=<") list:sort (1 4 5 6)}] - [ a r:Fact; r:gives {((1 4 5 6) ">=") list:sort (6 5 4 1)}] - skolem:lemma8118 - skolem:lemma8119 - [ a r:Fact; r:gives {(6541 1456) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5452 a r:Inference; - r:gives { - 1457 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1457 math:notEqualTo 0}] - skolem:lemma8120 - [ a r:Fact; r:gives {((1 4 5 7) "=<") list:sort (1 4 5 7)}] - [ a r:Fact; r:gives {((1 4 5 7) ">=") list:sort (7 5 4 1)}] - skolem:lemma8121 - skolem:lemma8122 - [ a r:Fact; r:gives {(7541 1457) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5453 a r:Inference; - r:gives { - 1458 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1458 math:notEqualTo 0}] - skolem:lemma8123 - [ a r:Fact; r:gives {((1 4 5 8) "=<") list:sort (1 4 5 8)}] - [ a r:Fact; r:gives {((1 4 5 8) ">=") list:sort (8 5 4 1)}] - skolem:lemma8124 - skolem:lemma8125 - [ a r:Fact; r:gives {(8541 1458) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5454 a r:Inference; - r:gives { - 1459 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1459 math:notEqualTo 0}] - skolem:lemma8126 - [ a r:Fact; r:gives {((1 4 5 9) "=<") list:sort (1 4 5 9)}] - [ a r:Fact; r:gives {((1 4 5 9) ">=") list:sort (9 5 4 1)}] - skolem:lemma8127 - skolem:lemma8128 - [ a r:Fact; r:gives {(9541 1459) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5455 a r:Inference; - r:gives { - 1460 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1460 math:notEqualTo 0}] - skolem:lemma8129 - [ a r:Fact; r:gives {((1 4 6 0) "=<") list:sort (0 1 4 6)}] - [ a r:Fact; r:gives {((1 4 6 0) ">=") list:sort (6 4 1 0)}] - skolem:lemma6301 - skolem:lemma6302 - [ a r:Fact; r:gives {(6410 146) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5456 a r:Inference; - r:gives { - 1461 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1461 math:notEqualTo 0}] - skolem:lemma8130 - [ a r:Fact; r:gives {((1 4 6 1) "=<") list:sort (1 1 4 6)}] - [ a r:Fact; r:gives {((1 4 6 1) ">=") list:sort (6 4 1 1)}] - skolem:lemma7628 - skolem:lemma7629 - [ a r:Fact; r:gives {(6411 1146) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5457 a r:Inference; - r:gives { - 1462 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1462 math:notEqualTo 0}] - skolem:lemma8131 - [ a r:Fact; r:gives {((1 4 6 2) "=<") list:sort (1 2 4 6)}] - [ a r:Fact; r:gives {((1 4 6 2) ">=") list:sort (6 4 2 1)}] - skolem:lemma7800 - skolem:lemma7801 - [ a r:Fact; r:gives {(6421 1246) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5458 a r:Inference; - r:gives { - 1463 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1463 math:notEqualTo 0}] - skolem:lemma8132 - [ a r:Fact; r:gives {((1 4 6 3) "=<") list:sort (1 3 4 6)}] - [ a r:Fact; r:gives {((1 4 6 3) ">=") list:sort (6 4 3 1)}] - skolem:lemma7956 - skolem:lemma7957 - [ a r:Fact; r:gives {(6431 1346) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5459 a r:Inference; - r:gives { - 1464 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1464 math:notEqualTo 0}] - skolem:lemma8133 - [ a r:Fact; r:gives {((1 4 6 4) "=<") list:sort (1 4 4 6)}] - [ a r:Fact; r:gives {((1 4 6 4) ">=") list:sort (6 4 4 1)}] - skolem:lemma8098 - skolem:lemma8099 - [ a r:Fact; r:gives {(6441 1446) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5460 a r:Inference; - r:gives { - 1465 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1465 math:notEqualTo 0}] - skolem:lemma8134 - [ a r:Fact; r:gives {((1 4 6 5) "=<") list:sort (1 4 5 6)}] - [ a r:Fact; r:gives {((1 4 6 5) ">=") list:sort (6 5 4 1)}] - skolem:lemma8118 - skolem:lemma8119 - [ a r:Fact; r:gives {(6541 1456) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5461 a r:Inference; - r:gives { - 1466 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1466 math:notEqualTo 0}] - skolem:lemma8135 - [ a r:Fact; r:gives {((1 4 6 6) "=<") list:sort (1 4 6 6)}] - [ a r:Fact; r:gives {((1 4 6 6) ">=") list:sort (6 6 4 1)}] - skolem:lemma8136 - skolem:lemma8137 - [ a r:Fact; r:gives {(6641 1466) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5462 a r:Inference; - r:gives { - 1467 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1467 math:notEqualTo 0}] - skolem:lemma8138 - [ a r:Fact; r:gives {((1 4 6 7) "=<") list:sort (1 4 6 7)}] - [ a r:Fact; r:gives {((1 4 6 7) ">=") list:sort (7 6 4 1)}] - skolem:lemma8139 - skolem:lemma8140 - [ a r:Fact; r:gives {(7641 1467) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5463 a r:Inference; - r:gives { - 1468 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1468 math:notEqualTo 0}] - skolem:lemma8141 - [ a r:Fact; r:gives {((1 4 6 8) "=<") list:sort (1 4 6 8)}] - [ a r:Fact; r:gives {((1 4 6 8) ">=") list:sort (8 6 4 1)}] - skolem:lemma8142 - skolem:lemma8143 - [ a r:Fact; r:gives {(8641 1468) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5464 a r:Inference; - r:gives { - 1469 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1469 math:notEqualTo 0}] - skolem:lemma8144 - [ a r:Fact; r:gives {((1 4 6 9) "=<") list:sort (1 4 6 9)}] - [ a r:Fact; r:gives {((1 4 6 9) ">=") list:sort (9 6 4 1)}] - skolem:lemma8145 - skolem:lemma8146 - [ a r:Fact; r:gives {(9641 1469) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5465 a r:Inference; - r:gives { - 1470 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1470 math:notEqualTo 0}] - skolem:lemma8147 - [ a r:Fact; r:gives {((1 4 7 0) "=<") list:sort (0 1 4 7)}] - [ a r:Fact; r:gives {((1 4 7 0) ">=") list:sort (7 4 1 0)}] - skolem:lemma6304 - skolem:lemma6305 - [ a r:Fact; r:gives {(7410 147) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5466 a r:Inference; - r:gives { - 1471 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1471 math:notEqualTo 0}] - skolem:lemma8148 - [ a r:Fact; r:gives {((1 4 7 1) "=<") list:sort (1 1 4 7)}] - [ a r:Fact; r:gives {((1 4 7 1) ">=") list:sort (7 4 1 1)}] - skolem:lemma7631 - skolem:lemma7632 - [ a r:Fact; r:gives {(7411 1147) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5467 a r:Inference; - r:gives { - 1472 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1472 math:notEqualTo 0}] - skolem:lemma8149 - [ a r:Fact; r:gives {((1 4 7 2) "=<") list:sort (1 2 4 7)}] - [ a r:Fact; r:gives {((1 4 7 2) ">=") list:sort (7 4 2 1)}] - skolem:lemma7803 - skolem:lemma7804 - [ a r:Fact; r:gives {(7421 1247) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5468 a r:Inference; - r:gives { - 1473 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1473 math:notEqualTo 0}] - skolem:lemma8150 - [ a r:Fact; r:gives {((1 4 7 3) "=<") list:sort (1 3 4 7)}] - [ a r:Fact; r:gives {((1 4 7 3) ">=") list:sort (7 4 3 1)}] - skolem:lemma7959 - skolem:lemma7960 - [ a r:Fact; r:gives {(7431 1347) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5469 a r:Inference; - r:gives { - 1474 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1474 math:notEqualTo 0}] - skolem:lemma8151 - [ a r:Fact; r:gives {((1 4 7 4) "=<") list:sort (1 4 4 7)}] - [ a r:Fact; r:gives {((1 4 7 4) ">=") list:sort (7 4 4 1)}] - skolem:lemma8101 - skolem:lemma8102 - [ a r:Fact; r:gives {(7441 1447) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5470 a r:Inference; - r:gives { - 1475 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1475 math:notEqualTo 0}] - skolem:lemma8152 - [ a r:Fact; r:gives {((1 4 7 5) "=<") list:sort (1 4 5 7)}] - [ a r:Fact; r:gives {((1 4 7 5) ">=") list:sort (7 5 4 1)}] - skolem:lemma8121 - skolem:lemma8122 - [ a r:Fact; r:gives {(7541 1457) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5471 a r:Inference; - r:gives { - 1476 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1476 math:notEqualTo 0}] - skolem:lemma8153 - [ a r:Fact; r:gives {((1 4 7 6) "=<") list:sort (1 4 6 7)}] - [ a r:Fact; r:gives {((1 4 7 6) ">=") list:sort (7 6 4 1)}] - skolem:lemma8139 - skolem:lemma8140 - [ a r:Fact; r:gives {(7641 1467) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5472 a r:Inference; - r:gives { - 1477 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1477 math:notEqualTo 0}] - skolem:lemma8154 - [ a r:Fact; r:gives {((1 4 7 7) "=<") list:sort (1 4 7 7)}] - [ a r:Fact; r:gives {((1 4 7 7) ">=") list:sort (7 7 4 1)}] - skolem:lemma8155 - skolem:lemma8156 - [ a r:Fact; r:gives {(7741 1477) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5473 a r:Inference; - r:gives { - 1478 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1478 math:notEqualTo 0}] - skolem:lemma8157 - [ a r:Fact; r:gives {((1 4 7 8) "=<") list:sort (1 4 7 8)}] - [ a r:Fact; r:gives {((1 4 7 8) ">=") list:sort (8 7 4 1)}] - skolem:lemma8158 - skolem:lemma8159 - [ a r:Fact; r:gives {(8741 1478) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5474 a r:Inference; - r:gives { - 1479 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1479 math:notEqualTo 0}] - skolem:lemma8160 - [ a r:Fact; r:gives {((1 4 7 9) "=<") list:sort (1 4 7 9)}] - [ a r:Fact; r:gives {((1 4 7 9) ">=") list:sort (9 7 4 1)}] - skolem:lemma8161 - skolem:lemma8162 - [ a r:Fact; r:gives {(9741 1479) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5475 a r:Inference; - r:gives { - 1480 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1480 math:notEqualTo 0}] - skolem:lemma8163 - [ a r:Fact; r:gives {((1 4 8 0) "=<") list:sort (0 1 4 8)}] - [ a r:Fact; r:gives {((1 4 8 0) ">=") list:sort (8 4 1 0)}] - skolem:lemma6307 - skolem:lemma6308 - [ a r:Fact; r:gives {(8410 148) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5476 a r:Inference; - r:gives { - 1481 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1481 math:notEqualTo 0}] - skolem:lemma8164 - [ a r:Fact; r:gives {((1 4 8 1) "=<") list:sort (1 1 4 8)}] - [ a r:Fact; r:gives {((1 4 8 1) ">=") list:sort (8 4 1 1)}] - skolem:lemma7634 - skolem:lemma7635 - [ a r:Fact; r:gives {(8411 1148) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5477 a r:Inference; - r:gives { - 1482 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1482 math:notEqualTo 0}] - skolem:lemma8165 - [ a r:Fact; r:gives {((1 4 8 2) "=<") list:sort (1 2 4 8)}] - [ a r:Fact; r:gives {((1 4 8 2) ">=") list:sort (8 4 2 1)}] - skolem:lemma7806 - skolem:lemma7807 - [ a r:Fact; r:gives {(8421 1248) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5478 a r:Inference; - r:gives { - 1483 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1483 math:notEqualTo 0}] - skolem:lemma8166 - [ a r:Fact; r:gives {((1 4 8 3) "=<") list:sort (1 3 4 8)}] - [ a r:Fact; r:gives {((1 4 8 3) ">=") list:sort (8 4 3 1)}] - skolem:lemma7962 - skolem:lemma7963 - [ a r:Fact; r:gives {(8431 1348) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5479 a r:Inference; - r:gives { - 1484 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1484 math:notEqualTo 0}] - skolem:lemma8167 - [ a r:Fact; r:gives {((1 4 8 4) "=<") list:sort (1 4 4 8)}] - [ a r:Fact; r:gives {((1 4 8 4) ">=") list:sort (8 4 4 1)}] - skolem:lemma8104 - skolem:lemma8105 - [ a r:Fact; r:gives {(8441 1448) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5480 a r:Inference; - r:gives { - 1485 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1485 math:notEqualTo 0}] - skolem:lemma8168 - [ a r:Fact; r:gives {((1 4 8 5) "=<") list:sort (1 4 5 8)}] - [ a r:Fact; r:gives {((1 4 8 5) ">=") list:sort (8 5 4 1)}] - skolem:lemma8124 - skolem:lemma8125 - [ a r:Fact; r:gives {(8541 1458) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5481 a r:Inference; - r:gives { - 1486 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1486 math:notEqualTo 0}] - skolem:lemma8169 - [ a r:Fact; r:gives {((1 4 8 6) "=<") list:sort (1 4 6 8)}] - [ a r:Fact; r:gives {((1 4 8 6) ">=") list:sort (8 6 4 1)}] - skolem:lemma8142 - skolem:lemma8143 - [ a r:Fact; r:gives {(8641 1468) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5482 a r:Inference; - r:gives { - 1487 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1487 math:notEqualTo 0}] - skolem:lemma8170 - [ a r:Fact; r:gives {((1 4 8 7) "=<") list:sort (1 4 7 8)}] - [ a r:Fact; r:gives {((1 4 8 7) ">=") list:sort (8 7 4 1)}] - skolem:lemma8158 - skolem:lemma8159 - [ a r:Fact; r:gives {(8741 1478) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5483 a r:Inference; - r:gives { - 1488 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1488 math:notEqualTo 0}] - skolem:lemma8171 - [ a r:Fact; r:gives {((1 4 8 8) "=<") list:sort (1 4 8 8)}] - [ a r:Fact; r:gives {((1 4 8 8) ">=") list:sort (8 8 4 1)}] - skolem:lemma8172 - skolem:lemma8173 - [ a r:Fact; r:gives {(8841 1488) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5484 a r:Inference; - r:gives { - 1489 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1489 math:notEqualTo 0}] - skolem:lemma8174 - [ a r:Fact; r:gives {((1 4 8 9) "=<") list:sort (1 4 8 9)}] - [ a r:Fact; r:gives {((1 4 8 9) ">=") list:sort (9 8 4 1)}] - skolem:lemma8175 - skolem:lemma8176 - [ a r:Fact; r:gives {(9841 1489) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5485 a r:Inference; - r:gives { - 1490 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1490 math:notEqualTo 0}] - skolem:lemma8177 - [ a r:Fact; r:gives {((1 4 9 0) "=<") list:sort (0 1 4 9)}] - [ a r:Fact; r:gives {((1 4 9 0) ">=") list:sort (9 4 1 0)}] - skolem:lemma6310 - skolem:lemma6311 - [ a r:Fact; r:gives {(9410 149) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5486 a r:Inference; - r:gives { - 1491 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1491 math:notEqualTo 0}] - skolem:lemma8178 - [ a r:Fact; r:gives {((1 4 9 1) "=<") list:sort (1 1 4 9)}] - [ a r:Fact; r:gives {((1 4 9 1) ">=") list:sort (9 4 1 1)}] - skolem:lemma7637 - skolem:lemma7638 - [ a r:Fact; r:gives {(9411 1149) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5487 a r:Inference; - r:gives { - 1492 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1492 math:notEqualTo 0}] - skolem:lemma8179 - [ a r:Fact; r:gives {((1 4 9 2) "=<") list:sort (1 2 4 9)}] - [ a r:Fact; r:gives {((1 4 9 2) ">=") list:sort (9 4 2 1)}] - skolem:lemma7809 - skolem:lemma7810 - [ a r:Fact; r:gives {(9421 1249) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5488 a r:Inference; - r:gives { - 1493 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1493 math:notEqualTo 0}] - skolem:lemma8180 - [ a r:Fact; r:gives {((1 4 9 3) "=<") list:sort (1 3 4 9)}] - [ a r:Fact; r:gives {((1 4 9 3) ">=") list:sort (9 4 3 1)}] - skolem:lemma7965 - skolem:lemma7966 - [ a r:Fact; r:gives {(9431 1349) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5489 a r:Inference; - r:gives { - 1494 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1494 math:notEqualTo 0}] - skolem:lemma8181 - [ a r:Fact; r:gives {((1 4 9 4) "=<") list:sort (1 4 4 9)}] - [ a r:Fact; r:gives {((1 4 9 4) ">=") list:sort (9 4 4 1)}] - skolem:lemma8107 - skolem:lemma8108 - [ a r:Fact; r:gives {(9441 1449) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5490 a r:Inference; - r:gives { - 1495 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1495 math:notEqualTo 0}] - skolem:lemma8182 - [ a r:Fact; r:gives {((1 4 9 5) "=<") list:sort (1 4 5 9)}] - [ a r:Fact; r:gives {((1 4 9 5) ">=") list:sort (9 5 4 1)}] - skolem:lemma8127 - skolem:lemma8128 - [ a r:Fact; r:gives {(9541 1459) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5491 a r:Inference; - r:gives { - 1496 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1496 math:notEqualTo 0}] - skolem:lemma8183 - [ a r:Fact; r:gives {((1 4 9 6) "=<") list:sort (1 4 6 9)}] - [ a r:Fact; r:gives {((1 4 9 6) ">=") list:sort (9 6 4 1)}] - skolem:lemma8145 - skolem:lemma8146 - [ a r:Fact; r:gives {(9641 1469) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5492 a r:Inference; - r:gives { - 1497 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1497 math:notEqualTo 0}] - skolem:lemma8184 - [ a r:Fact; r:gives {((1 4 9 7) "=<") list:sort (1 4 7 9)}] - [ a r:Fact; r:gives {((1 4 9 7) ">=") list:sort (9 7 4 1)}] - skolem:lemma8161 - skolem:lemma8162 - [ a r:Fact; r:gives {(9741 1479) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5493 a r:Inference; - r:gives { - 1498 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1498 math:notEqualTo 0}] - skolem:lemma8185 - [ a r:Fact; r:gives {((1 4 9 8) "=<") list:sort (1 4 8 9)}] - [ a r:Fact; r:gives {((1 4 9 8) ">=") list:sort (9 8 4 1)}] - skolem:lemma8175 - skolem:lemma8176 - [ a r:Fact; r:gives {(9841 1489) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5494 a r:Inference; - r:gives { - 1499 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1499 math:notEqualTo 0}] - skolem:lemma8186 - [ a r:Fact; r:gives {((1 4 9 9) "=<") list:sort (1 4 9 9)}] - [ a r:Fact; r:gives {((1 4 9 9) ">=") list:sort (9 9 4 1)}] - skolem:lemma8187 - skolem:lemma8188 - [ a r:Fact; r:gives {(9941 1499) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5495 a r:Inference; - r:gives { - 1500 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1500 math:notEqualTo 0}] - skolem:lemma8189 - [ a r:Fact; r:gives {((1 5 0 0) "=<") list:sort (0 0 1 5)}] - [ a r:Fact; r:gives {((1 5 0 0) ">=") list:sort (5 1 0 0)}] - skolem:lemma6036 - skolem:lemma6037 - [ a r:Fact; r:gives {(5100 15) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5496 a r:Inference; - r:gives { - 1501 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1501 math:notEqualTo 0}] - skolem:lemma8190 - [ a r:Fact; r:gives {((1 5 0 1) "=<") list:sort (0 1 1 5)}] - [ a r:Fact; r:gives {((1 5 0 1) ">=") list:sort (5 1 1 0)}] - skolem:lemma6226 - skolem:lemma6227 - [ a r:Fact; r:gives {(5110 115) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5497 a r:Inference; - r:gives { - 1502 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1502 math:notEqualTo 0}] - skolem:lemma8191 - [ a r:Fact; r:gives {((1 5 0 2) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((1 5 0 2) ">=") list:sort (5 2 1 0)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5498 a r:Inference; - r:gives { - 1503 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1503 math:notEqualTo 0}] - skolem:lemma8192 - [ a r:Fact; r:gives {((1 5 0 3) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((1 5 0 3) ">=") list:sort (5 3 1 0)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5499 a r:Inference; - r:gives { - 1504 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1504 math:notEqualTo 0}] - skolem:lemma8193 - [ a r:Fact; r:gives {((1 5 0 4) "=<") list:sort (0 1 4 5)}] - [ a r:Fact; r:gives {((1 5 0 4) ">=") list:sort (5 4 1 0)}] - skolem:lemma6298 - skolem:lemma6299 - [ a r:Fact; r:gives {(5410 145) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5500 a r:Inference; - r:gives { - 1505 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1505 math:notEqualTo 0}] - skolem:lemma8194 - [ a r:Fact; r:gives {((1 5 0 5) "=<") list:sort (0 1 5 5)}] - [ a r:Fact; r:gives {((1 5 0 5) ">=") list:sort (5 5 1 0)}] - skolem:lemma6318 - skolem:lemma6319 - [ a r:Fact; r:gives {(5510 155) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5501 a r:Inference; - r:gives { - 1506 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1506 math:notEqualTo 0}] - skolem:lemma8195 - [ a r:Fact; r:gives {((1 5 0 6) "=<") list:sort (0 1 5 6)}] - [ a r:Fact; r:gives {((1 5 0 6) ">=") list:sort (6 5 1 0)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(6510 156) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5502 a r:Inference; - r:gives { - 1507 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1507 math:notEqualTo 0}] - skolem:lemma8196 - [ a r:Fact; r:gives {((1 5 0 7) "=<") list:sort (0 1 5 7)}] - [ a r:Fact; r:gives {((1 5 0 7) ">=") list:sort (7 5 1 0)}] - skolem:lemma6324 - skolem:lemma6325 - [ a r:Fact; r:gives {(7510 157) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5503 a r:Inference; - r:gives { - 1508 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1508 math:notEqualTo 0}] - skolem:lemma8197 - [ a r:Fact; r:gives {((1 5 0 8) "=<") list:sort (0 1 5 8)}] - [ a r:Fact; r:gives {((1 5 0 8) ">=") list:sort (8 5 1 0)}] - skolem:lemma6327 - skolem:lemma6328 - [ a r:Fact; r:gives {(8510 158) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5504 a r:Inference; - r:gives { - 1509 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1509 math:notEqualTo 0}] - skolem:lemma8198 - [ a r:Fact; r:gives {((1 5 0 9) "=<") list:sort (0 1 5 9)}] - [ a r:Fact; r:gives {((1 5 0 9) ">=") list:sort (9 5 1 0)}] - skolem:lemma6330 - skolem:lemma6331 - [ a r:Fact; r:gives {(9510 159) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5505 a r:Inference; - r:gives { - 1510 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1510 math:notEqualTo 0}] - skolem:lemma8199 - [ a r:Fact; r:gives {((1 5 1 0) "=<") list:sort (0 1 1 5)}] - [ a r:Fact; r:gives {((1 5 1 0) ">=") list:sort (5 1 1 0)}] - skolem:lemma6226 - skolem:lemma6227 - [ a r:Fact; r:gives {(5110 115) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5506 a r:Inference; - r:gives { - 1511 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1511 math:notEqualTo 0}] - skolem:lemma8200 - [ a r:Fact; r:gives {((1 5 1 1) "=<") list:sort (1 1 1 5)}] - [ a r:Fact; r:gives {((1 5 1 1) ">=") list:sort (5 1 1 1)}] - skolem:lemma7553 - skolem:lemma7554 - [ a r:Fact; r:gives {(5111 1115) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5507 a r:Inference; - r:gives { - 1512 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1512 math:notEqualTo 0}] - skolem:lemma8201 - [ a r:Fact; r:gives {((1 5 1 2) "=<") list:sort (1 1 2 5)}] - [ a r:Fact; r:gives {((1 5 1 2) ">=") list:sort (5 2 1 1)}] - skolem:lemma7579 - skolem:lemma7580 - [ a r:Fact; r:gives {(5211 1125) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5508 a r:Inference; - r:gives { - 1513 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1513 math:notEqualTo 0}] - skolem:lemma8202 - [ a r:Fact; r:gives {((1 5 1 3) "=<") list:sort (1 1 3 5)}] - [ a r:Fact; r:gives {((1 5 1 3) ">=") list:sort (5 3 1 1)}] - skolem:lemma7603 - skolem:lemma7604 - [ a r:Fact; r:gives {(5311 1135) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5509 a r:Inference; - r:gives { - 1514 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1514 math:notEqualTo 0}] - skolem:lemma8203 - [ a r:Fact; r:gives {((1 5 1 4) "=<") list:sort (1 1 4 5)}] - [ a r:Fact; r:gives {((1 5 1 4) ">=") list:sort (5 4 1 1)}] - skolem:lemma7625 - skolem:lemma7626 - [ a r:Fact; r:gives {(5411 1145) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5510 a r:Inference; - r:gives { - 1515 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1515 math:notEqualTo 0}] - skolem:lemma8204 - [ a r:Fact; r:gives {((1 5 1 5) "=<") list:sort (1 1 5 5)}] - [ a r:Fact; r:gives {((1 5 1 5) ">=") list:sort (5 5 1 1)}] - skolem:lemma7645 - skolem:lemma7646 - [ a r:Fact; r:gives {(5511 1155) math:difference 4356}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4356 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 4356 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5511 a r:Inference; - r:gives { - 1516 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1516 math:notEqualTo 0}] - skolem:lemma8205 - [ a r:Fact; r:gives {((1 5 1 6) "=<") list:sort (1 1 5 6)}] - [ a r:Fact; r:gives {((1 5 1 6) ">=") list:sort (6 5 1 1)}] - skolem:lemma7648 - skolem:lemma7649 - [ a r:Fact; r:gives {(6511 1156) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5512 a r:Inference; - r:gives { - 1517 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1517 math:notEqualTo 0}] - skolem:lemma8206 - [ a r:Fact; r:gives {((1 5 1 7) "=<") list:sort (1 1 5 7)}] - [ a r:Fact; r:gives {((1 5 1 7) ">=") list:sort (7 5 1 1)}] - skolem:lemma7651 - skolem:lemma7652 - [ a r:Fact; r:gives {(7511 1157) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5513 a r:Inference; - r:gives { - 1518 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1518 math:notEqualTo 0}] - skolem:lemma8207 - [ a r:Fact; r:gives {((1 5 1 8) "=<") list:sort (1 1 5 8)}] - [ a r:Fact; r:gives {((1 5 1 8) ">=") list:sort (8 5 1 1)}] - skolem:lemma7654 - skolem:lemma7655 - [ a r:Fact; r:gives {(8511 1158) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5514 a r:Inference; - r:gives { - 1519 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1519 math:notEqualTo 0}] - skolem:lemma8208 - [ a r:Fact; r:gives {((1 5 1 9) "=<") list:sort (1 1 5 9)}] - [ a r:Fact; r:gives {((1 5 1 9) ">=") list:sort (9 5 1 1)}] - skolem:lemma7657 - skolem:lemma7658 - [ a r:Fact; r:gives {(9511 1159) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5515 a r:Inference; - r:gives { - 1520 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1520 math:notEqualTo 0}] - skolem:lemma8209 - [ a r:Fact; r:gives {((1 5 2 0) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((1 5 2 0) ">=") list:sort (5 2 1 0)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5516 a r:Inference; - r:gives { - 1521 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1521 math:notEqualTo 0}] - skolem:lemma8210 - [ a r:Fact; r:gives {((1 5 2 1) "=<") list:sort (1 1 2 5)}] - [ a r:Fact; r:gives {((1 5 2 1) ">=") list:sort (5 2 1 1)}] - skolem:lemma7579 - skolem:lemma7580 - [ a r:Fact; r:gives {(5211 1125) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5517 a r:Inference; - r:gives { - 1522 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1522 math:notEqualTo 0}] - skolem:lemma8211 - [ a r:Fact; r:gives {((1 5 2 2) "=<") list:sort (1 2 2 5)}] - [ a r:Fact; r:gives {((1 5 2 2) ">=") list:sort (5 2 2 1)}] - skolem:lemma7751 - skolem:lemma7752 - [ a r:Fact; r:gives {(5221 1225) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5518 a r:Inference; - r:gives { - 1523 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1523 math:notEqualTo 0}] - skolem:lemma8212 - [ a r:Fact; r:gives {((1 5 2 3) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((1 5 2 3) ">=") list:sort (5 3 2 1)}] - skolem:lemma7775 - skolem:lemma7776 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5519 a r:Inference; - r:gives { - 1524 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1524 math:notEqualTo 0}] - skolem:lemma8213 - [ a r:Fact; r:gives {((1 5 2 4) "=<") list:sort (1 2 4 5)}] - [ a r:Fact; r:gives {((1 5 2 4) ">=") list:sort (5 4 2 1)}] - skolem:lemma7797 - skolem:lemma7798 - [ a r:Fact; r:gives {(5421 1245) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5520 a r:Inference; - r:gives { - 1525 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1525 math:notEqualTo 0}] - skolem:lemma8214 - [ a r:Fact; r:gives {((1 5 2 5) "=<") list:sort (1 2 5 5)}] - [ a r:Fact; r:gives {((1 5 2 5) ">=") list:sort (5 5 2 1)}] - skolem:lemma7817 - skolem:lemma7818 - [ a r:Fact; r:gives {(5521 1255) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5521 a r:Inference; - r:gives { - 1526 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1526 math:notEqualTo 0}] - skolem:lemma8215 - [ a r:Fact; r:gives {((1 5 2 6) "=<") list:sort (1 2 5 6)}] - [ a r:Fact; r:gives {((1 5 2 6) ">=") list:sort (6 5 2 1)}] - skolem:lemma7820 - skolem:lemma7821 - [ a r:Fact; r:gives {(6521 1256) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5522 a r:Inference; - r:gives { - 1527 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1527 math:notEqualTo 0}] - skolem:lemma8216 - [ a r:Fact; r:gives {((1 5 2 7) "=<") list:sort (1 2 5 7)}] - [ a r:Fact; r:gives {((1 5 2 7) ">=") list:sort (7 5 2 1)}] - skolem:lemma7823 - skolem:lemma7824 - [ a r:Fact; r:gives {(7521 1257) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5523 a r:Inference; - r:gives { - 1528 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1528 math:notEqualTo 0}] - skolem:lemma8217 - [ a r:Fact; r:gives {((1 5 2 8) "=<") list:sort (1 2 5 8)}] - [ a r:Fact; r:gives {((1 5 2 8) ">=") list:sort (8 5 2 1)}] - skolem:lemma7826 - skolem:lemma7827 - [ a r:Fact; r:gives {(8521 1258) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5524 a r:Inference; - r:gives { - 1529 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1529 math:notEqualTo 0}] - skolem:lemma8218 - [ a r:Fact; r:gives {((1 5 2 9) "=<") list:sort (1 2 5 9)}] - [ a r:Fact; r:gives {((1 5 2 9) ">=") list:sort (9 5 2 1)}] - skolem:lemma7829 - skolem:lemma7830 - [ a r:Fact; r:gives {(9521 1259) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5525 a r:Inference; - r:gives { - 1530 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1530 math:notEqualTo 0}] - skolem:lemma8219 - [ a r:Fact; r:gives {((1 5 3 0) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((1 5 3 0) ">=") list:sort (5 3 1 0)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5526 a r:Inference; - r:gives { - 1531 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1531 math:notEqualTo 0}] - skolem:lemma8220 - [ a r:Fact; r:gives {((1 5 3 1) "=<") list:sort (1 1 3 5)}] - [ a r:Fact; r:gives {((1 5 3 1) ">=") list:sort (5 3 1 1)}] - skolem:lemma7603 - skolem:lemma7604 - [ a r:Fact; r:gives {(5311 1135) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5527 a r:Inference; - r:gives { - 1532 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1532 math:notEqualTo 0}] - skolem:lemma8221 - [ a r:Fact; r:gives {((1 5 3 2) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((1 5 3 2) ">=") list:sort (5 3 2 1)}] - skolem:lemma7775 - skolem:lemma7776 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5528 a r:Inference; - r:gives { - 1533 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1533 math:notEqualTo 0}] - skolem:lemma8222 - [ a r:Fact; r:gives {((1 5 3 3) "=<") list:sort (1 3 3 5)}] - [ a r:Fact; r:gives {((1 5 3 3) ">=") list:sort (5 3 3 1)}] - skolem:lemma7931 - skolem:lemma7932 - [ a r:Fact; r:gives {(5331 1335) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5529 a r:Inference; - r:gives { - 1534 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1534 math:notEqualTo 0}] - skolem:lemma8223 - [ a r:Fact; r:gives {((1 5 3 4) "=<") list:sort (1 3 4 5)}] - [ a r:Fact; r:gives {((1 5 3 4) ">=") list:sort (5 4 3 1)}] - skolem:lemma7953 - skolem:lemma7954 - [ a r:Fact; r:gives {(5431 1345) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5530 a r:Inference; - r:gives { - 1535 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1535 math:notEqualTo 0}] - skolem:lemma8224 - [ a r:Fact; r:gives {((1 5 3 5) "=<") list:sort (1 3 5 5)}] - [ a r:Fact; r:gives {((1 5 3 5) ">=") list:sort (5 5 3 1)}] - skolem:lemma7973 - skolem:lemma7974 - [ a r:Fact; r:gives {(5531 1355) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5531 a r:Inference; - r:gives { - 1536 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1536 math:notEqualTo 0}] - skolem:lemma8225 - [ a r:Fact; r:gives {((1 5 3 6) "=<") list:sort (1 3 5 6)}] - [ a r:Fact; r:gives {((1 5 3 6) ">=") list:sort (6 5 3 1)}] - skolem:lemma7976 - skolem:lemma7977 - [ a r:Fact; r:gives {(6531 1356) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5532 a r:Inference; - r:gives { - 1537 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1537 math:notEqualTo 0}] - skolem:lemma8226 - [ a r:Fact; r:gives {((1 5 3 7) "=<") list:sort (1 3 5 7)}] - [ a r:Fact; r:gives {((1 5 3 7) ">=") list:sort (7 5 3 1)}] - skolem:lemma7979 - skolem:lemma7980 - [ a r:Fact; r:gives {(7531 1357) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5533 a r:Inference; - r:gives { - 1538 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1538 math:notEqualTo 0}] - skolem:lemma8227 - [ a r:Fact; r:gives {((1 5 3 8) "=<") list:sort (1 3 5 8)}] - [ a r:Fact; r:gives {((1 5 3 8) ">=") list:sort (8 5 3 1)}] - skolem:lemma7982 - skolem:lemma7983 - [ a r:Fact; r:gives {(8531 1358) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5534 a r:Inference; - r:gives { - 1539 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1539 math:notEqualTo 0}] - skolem:lemma8228 - [ a r:Fact; r:gives {((1 5 3 9) "=<") list:sort (1 3 5 9)}] - [ a r:Fact; r:gives {((1 5 3 9) ">=") list:sort (9 5 3 1)}] - skolem:lemma7985 - skolem:lemma7986 - [ a r:Fact; r:gives {(9531 1359) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5535 a r:Inference; - r:gives { - 1540 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1540 math:notEqualTo 0}] - skolem:lemma8229 - [ a r:Fact; r:gives {((1 5 4 0) "=<") list:sort (0 1 4 5)}] - [ a r:Fact; r:gives {((1 5 4 0) ">=") list:sort (5 4 1 0)}] - skolem:lemma6298 - skolem:lemma6299 - [ a r:Fact; r:gives {(5410 145) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5536 a r:Inference; - r:gives { - 1541 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1541 math:notEqualTo 0}] - skolem:lemma8230 - [ a r:Fact; r:gives {((1 5 4 1) "=<") list:sort (1 1 4 5)}] - [ a r:Fact; r:gives {((1 5 4 1) ">=") list:sort (5 4 1 1)}] - skolem:lemma7625 - skolem:lemma7626 - [ a r:Fact; r:gives {(5411 1145) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5537 a r:Inference; - r:gives { - 1542 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1542 math:notEqualTo 0}] - skolem:lemma8231 - [ a r:Fact; r:gives {((1 5 4 2) "=<") list:sort (1 2 4 5)}] - [ a r:Fact; r:gives {((1 5 4 2) ">=") list:sort (5 4 2 1)}] - skolem:lemma7797 - skolem:lemma7798 - [ a r:Fact; r:gives {(5421 1245) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5538 a r:Inference; - r:gives { - 1543 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1543 math:notEqualTo 0}] - skolem:lemma8232 - [ a r:Fact; r:gives {((1 5 4 3) "=<") list:sort (1 3 4 5)}] - [ a r:Fact; r:gives {((1 5 4 3) ">=") list:sort (5 4 3 1)}] - skolem:lemma7953 - skolem:lemma7954 - [ a r:Fact; r:gives {(5431 1345) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5539 a r:Inference; - r:gives { - 1544 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1544 math:notEqualTo 0}] - skolem:lemma8233 - [ a r:Fact; r:gives {((1 5 4 4) "=<") list:sort (1 4 4 5)}] - [ a r:Fact; r:gives {((1 5 4 4) ">=") list:sort (5 4 4 1)}] - skolem:lemma8095 - skolem:lemma8096 - [ a r:Fact; r:gives {(5441 1445) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5540 a r:Inference; - r:gives { - 1545 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1545 math:notEqualTo 0}] - skolem:lemma8234 - [ a r:Fact; r:gives {((1 5 4 5) "=<") list:sort (1 4 5 5)}] - [ a r:Fact; r:gives {((1 5 4 5) ">=") list:sort (5 5 4 1)}] - skolem:lemma8115 - skolem:lemma8116 - [ a r:Fact; r:gives {(5541 1455) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5541 a r:Inference; - r:gives { - 1546 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1546 math:notEqualTo 0}] - skolem:lemma8235 - [ a r:Fact; r:gives {((1 5 4 6) "=<") list:sort (1 4 5 6)}] - [ a r:Fact; r:gives {((1 5 4 6) ">=") list:sort (6 5 4 1)}] - skolem:lemma8118 - skolem:lemma8119 - [ a r:Fact; r:gives {(6541 1456) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5542 a r:Inference; - r:gives { - 1547 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1547 math:notEqualTo 0}] - skolem:lemma8236 - [ a r:Fact; r:gives {((1 5 4 7) "=<") list:sort (1 4 5 7)}] - [ a r:Fact; r:gives {((1 5 4 7) ">=") list:sort (7 5 4 1)}] - skolem:lemma8121 - skolem:lemma8122 - [ a r:Fact; r:gives {(7541 1457) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5543 a r:Inference; - r:gives { - 1548 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1548 math:notEqualTo 0}] - skolem:lemma8237 - [ a r:Fact; r:gives {((1 5 4 8) "=<") list:sort (1 4 5 8)}] - [ a r:Fact; r:gives {((1 5 4 8) ">=") list:sort (8 5 4 1)}] - skolem:lemma8124 - skolem:lemma8125 - [ a r:Fact; r:gives {(8541 1458) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5544 a r:Inference; - r:gives { - 1549 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1549 math:notEqualTo 0}] - skolem:lemma8238 - [ a r:Fact; r:gives {((1 5 4 9) "=<") list:sort (1 4 5 9)}] - [ a r:Fact; r:gives {((1 5 4 9) ">=") list:sort (9 5 4 1)}] - skolem:lemma8127 - skolem:lemma8128 - [ a r:Fact; r:gives {(9541 1459) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5545 a r:Inference; - r:gives { - 1550 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1550 math:notEqualTo 0}] - skolem:lemma8239 - [ a r:Fact; r:gives {((1 5 5 0) "=<") list:sort (0 1 5 5)}] - [ a r:Fact; r:gives {((1 5 5 0) ">=") list:sort (5 5 1 0)}] - skolem:lemma6318 - skolem:lemma6319 - [ a r:Fact; r:gives {(5510 155) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5546 a r:Inference; - r:gives { - 1551 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1551 math:notEqualTo 0}] - skolem:lemma8240 - [ a r:Fact; r:gives {((1 5 5 1) "=<") list:sort (1 1 5 5)}] - [ a r:Fact; r:gives {((1 5 5 1) ">=") list:sort (5 5 1 1)}] - skolem:lemma7645 - skolem:lemma7646 - [ a r:Fact; r:gives {(5511 1155) math:difference 4356}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4356 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 4356 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5547 a r:Inference; - r:gives { - 1552 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1552 math:notEqualTo 0}] - skolem:lemma8241 - [ a r:Fact; r:gives {((1 5 5 2) "=<") list:sort (1 2 5 5)}] - [ a r:Fact; r:gives {((1 5 5 2) ">=") list:sort (5 5 2 1)}] - skolem:lemma7817 - skolem:lemma7818 - [ a r:Fact; r:gives {(5521 1255) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5548 a r:Inference; - r:gives { - 1553 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1553 math:notEqualTo 0}] - skolem:lemma8242 - [ a r:Fact; r:gives {((1 5 5 3) "=<") list:sort (1 3 5 5)}] - [ a r:Fact; r:gives {((1 5 5 3) ">=") list:sort (5 5 3 1)}] - skolem:lemma7973 - skolem:lemma7974 - [ a r:Fact; r:gives {(5531 1355) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5549 a r:Inference; - r:gives { - 1554 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1554 math:notEqualTo 0}] - skolem:lemma8243 - [ a r:Fact; r:gives {((1 5 5 4) "=<") list:sort (1 4 5 5)}] - [ a r:Fact; r:gives {((1 5 5 4) ">=") list:sort (5 5 4 1)}] - skolem:lemma8115 - skolem:lemma8116 - [ a r:Fact; r:gives {(5541 1455) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5550 a r:Inference; - r:gives { - 1555 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1555 math:notEqualTo 0}] - skolem:lemma8244 - [ a r:Fact; r:gives {((1 5 5 5) "=<") list:sort (1 5 5 5)}] - [ a r:Fact; r:gives {((1 5 5 5) ">=") list:sort (5 5 5 1)}] - skolem:lemma8245 - skolem:lemma8246 - [ a r:Fact; r:gives {(5551 1555) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5551 a r:Inference; - r:gives { - 1556 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1556 math:notEqualTo 0}] - skolem:lemma8247 - [ a r:Fact; r:gives {((1 5 5 6) "=<") list:sort (1 5 5 6)}] - [ a r:Fact; r:gives {((1 5 5 6) ">=") list:sort (6 5 5 1)}] - skolem:lemma8248 - skolem:lemma8249 - [ a r:Fact; r:gives {(6551 1556) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5552 a r:Inference; - r:gives { - 1557 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1557 math:notEqualTo 0}] - skolem:lemma8250 - [ a r:Fact; r:gives {((1 5 5 7) "=<") list:sort (1 5 5 7)}] - [ a r:Fact; r:gives {((1 5 5 7) ">=") list:sort (7 5 5 1)}] - skolem:lemma8251 - skolem:lemma8252 - [ a r:Fact; r:gives {(7551 1557) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5553 a r:Inference; - r:gives { - 1558 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1558 math:notEqualTo 0}] - skolem:lemma8253 - [ a r:Fact; r:gives {((1 5 5 8) "=<") list:sort (1 5 5 8)}] - [ a r:Fact; r:gives {((1 5 5 8) ">=") list:sort (8 5 5 1)}] - skolem:lemma8254 - skolem:lemma8255 - [ a r:Fact; r:gives {(8551 1558) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5554 a r:Inference; - r:gives { - 1559 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1559 math:notEqualTo 0}] - skolem:lemma8256 - [ a r:Fact; r:gives {((1 5 5 9) "=<") list:sort (1 5 5 9)}] - [ a r:Fact; r:gives {((1 5 5 9) ">=") list:sort (9 5 5 1)}] - skolem:lemma8257 - skolem:lemma8258 - [ a r:Fact; r:gives {(9551 1559) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5555 a r:Inference; - r:gives { - 1560 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1560 math:notEqualTo 0}] - skolem:lemma8259 - [ a r:Fact; r:gives {((1 5 6 0) "=<") list:sort (0 1 5 6)}] - [ a r:Fact; r:gives {((1 5 6 0) ">=") list:sort (6 5 1 0)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(6510 156) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5556 a r:Inference; - r:gives { - 1561 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1561 math:notEqualTo 0}] - skolem:lemma8260 - [ a r:Fact; r:gives {((1 5 6 1) "=<") list:sort (1 1 5 6)}] - [ a r:Fact; r:gives {((1 5 6 1) ">=") list:sort (6 5 1 1)}] - skolem:lemma7648 - skolem:lemma7649 - [ a r:Fact; r:gives {(6511 1156) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5557 a r:Inference; - r:gives { - 1562 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1562 math:notEqualTo 0}] - skolem:lemma8261 - [ a r:Fact; r:gives {((1 5 6 2) "=<") list:sort (1 2 5 6)}] - [ a r:Fact; r:gives {((1 5 6 2) ">=") list:sort (6 5 2 1)}] - skolem:lemma7820 - skolem:lemma7821 - [ a r:Fact; r:gives {(6521 1256) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5558 a r:Inference; - r:gives { - 1563 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1563 math:notEqualTo 0}] - skolem:lemma8262 - [ a r:Fact; r:gives {((1 5 6 3) "=<") list:sort (1 3 5 6)}] - [ a r:Fact; r:gives {((1 5 6 3) ">=") list:sort (6 5 3 1)}] - skolem:lemma7976 - skolem:lemma7977 - [ a r:Fact; r:gives {(6531 1356) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5559 a r:Inference; - r:gives { - 1564 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1564 math:notEqualTo 0}] - skolem:lemma8263 - [ a r:Fact; r:gives {((1 5 6 4) "=<") list:sort (1 4 5 6)}] - [ a r:Fact; r:gives {((1 5 6 4) ">=") list:sort (6 5 4 1)}] - skolem:lemma8118 - skolem:lemma8119 - [ a r:Fact; r:gives {(6541 1456) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5560 a r:Inference; - r:gives { - 1565 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1565 math:notEqualTo 0}] - skolem:lemma8264 - [ a r:Fact; r:gives {((1 5 6 5) "=<") list:sort (1 5 5 6)}] - [ a r:Fact; r:gives {((1 5 6 5) ">=") list:sort (6 5 5 1)}] - skolem:lemma8248 - skolem:lemma8249 - [ a r:Fact; r:gives {(6551 1556) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5561 a r:Inference; - r:gives { - 1566 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1566 math:notEqualTo 0}] - skolem:lemma8265 - [ a r:Fact; r:gives {((1 5 6 6) "=<") list:sort (1 5 6 6)}] - [ a r:Fact; r:gives {((1 5 6 6) ">=") list:sort (6 6 5 1)}] - skolem:lemma8266 - skolem:lemma8267 - [ a r:Fact; r:gives {(6651 1566) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5562 a r:Inference; - r:gives { - 1567 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1567 math:notEqualTo 0}] - skolem:lemma8268 - [ a r:Fact; r:gives {((1 5 6 7) "=<") list:sort (1 5 6 7)}] - [ a r:Fact; r:gives {((1 5 6 7) ">=") list:sort (7 6 5 1)}] - skolem:lemma8269 - skolem:lemma8270 - [ a r:Fact; r:gives {(7651 1567) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5563 a r:Inference; - r:gives { - 1568 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1568 math:notEqualTo 0}] - skolem:lemma8271 - [ a r:Fact; r:gives {((1 5 6 8) "=<") list:sort (1 5 6 8)}] - [ a r:Fact; r:gives {((1 5 6 8) ">=") list:sort (8 6 5 1)}] - skolem:lemma8272 - skolem:lemma8273 - [ a r:Fact; r:gives {(8651 1568) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5564 a r:Inference; - r:gives { - 1569 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1569 math:notEqualTo 0}] - skolem:lemma8274 - [ a r:Fact; r:gives {((1 5 6 9) "=<") list:sort (1 5 6 9)}] - [ a r:Fact; r:gives {((1 5 6 9) ">=") list:sort (9 6 5 1)}] - skolem:lemma8275 - skolem:lemma8276 - [ a r:Fact; r:gives {(9651 1569) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5565 a r:Inference; - r:gives { - 1570 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1570 math:notEqualTo 0}] - skolem:lemma8277 - [ a r:Fact; r:gives {((1 5 7 0) "=<") list:sort (0 1 5 7)}] - [ a r:Fact; r:gives {((1 5 7 0) ">=") list:sort (7 5 1 0)}] - skolem:lemma6324 - skolem:lemma6325 - [ a r:Fact; r:gives {(7510 157) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5566 a r:Inference; - r:gives { - 1571 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1571 math:notEqualTo 0}] - skolem:lemma8278 - [ a r:Fact; r:gives {((1 5 7 1) "=<") list:sort (1 1 5 7)}] - [ a r:Fact; r:gives {((1 5 7 1) ">=") list:sort (7 5 1 1)}] - skolem:lemma7651 - skolem:lemma7652 - [ a r:Fact; r:gives {(7511 1157) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5567 a r:Inference; - r:gives { - 1572 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1572 math:notEqualTo 0}] - skolem:lemma8279 - [ a r:Fact; r:gives {((1 5 7 2) "=<") list:sort (1 2 5 7)}] - [ a r:Fact; r:gives {((1 5 7 2) ">=") list:sort (7 5 2 1)}] - skolem:lemma7823 - skolem:lemma7824 - [ a r:Fact; r:gives {(7521 1257) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5568 a r:Inference; - r:gives { - 1573 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1573 math:notEqualTo 0}] - skolem:lemma8280 - [ a r:Fact; r:gives {((1 5 7 3) "=<") list:sort (1 3 5 7)}] - [ a r:Fact; r:gives {((1 5 7 3) ">=") list:sort (7 5 3 1)}] - skolem:lemma7979 - skolem:lemma7980 - [ a r:Fact; r:gives {(7531 1357) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5569 a r:Inference; - r:gives { - 1574 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1574 math:notEqualTo 0}] - skolem:lemma8281 - [ a r:Fact; r:gives {((1 5 7 4) "=<") list:sort (1 4 5 7)}] - [ a r:Fact; r:gives {((1 5 7 4) ">=") list:sort (7 5 4 1)}] - skolem:lemma8121 - skolem:lemma8122 - [ a r:Fact; r:gives {(7541 1457) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5570 a r:Inference; - r:gives { - 1575 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1575 math:notEqualTo 0}] - skolem:lemma8282 - [ a r:Fact; r:gives {((1 5 7 5) "=<") list:sort (1 5 5 7)}] - [ a r:Fact; r:gives {((1 5 7 5) ">=") list:sort (7 5 5 1)}] - skolem:lemma8251 - skolem:lemma8252 - [ a r:Fact; r:gives {(7551 1557) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5571 a r:Inference; - r:gives { - 1576 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1576 math:notEqualTo 0}] - skolem:lemma8283 - [ a r:Fact; r:gives {((1 5 7 6) "=<") list:sort (1 5 6 7)}] - [ a r:Fact; r:gives {((1 5 7 6) ">=") list:sort (7 6 5 1)}] - skolem:lemma8269 - skolem:lemma8270 - [ a r:Fact; r:gives {(7651 1567) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5572 a r:Inference; - r:gives { - 1577 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1577 math:notEqualTo 0}] - skolem:lemma8284 - [ a r:Fact; r:gives {((1 5 7 7) "=<") list:sort (1 5 7 7)}] - [ a r:Fact; r:gives {((1 5 7 7) ">=") list:sort (7 7 5 1)}] - skolem:lemma8285 - skolem:lemma8286 - [ a r:Fact; r:gives {(7751 1577) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5573 a r:Inference; - r:gives { - 1578 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1578 math:notEqualTo 0}] - skolem:lemma8287 - [ a r:Fact; r:gives {((1 5 7 8) "=<") list:sort (1 5 7 8)}] - [ a r:Fact; r:gives {((1 5 7 8) ">=") list:sort (8 7 5 1)}] - skolem:lemma8288 - skolem:lemma8289 - [ a r:Fact; r:gives {(8751 1578) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5574 a r:Inference; - r:gives { - 1579 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1579 math:notEqualTo 0}] - skolem:lemma8290 - [ a r:Fact; r:gives {((1 5 7 9) "=<") list:sort (1 5 7 9)}] - [ a r:Fact; r:gives {((1 5 7 9) ">=") list:sort (9 7 5 1)}] - skolem:lemma8291 - skolem:lemma8292 - [ a r:Fact; r:gives {(9751 1579) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5575 a r:Inference; - r:gives { - 1580 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1580 math:notEqualTo 0}] - skolem:lemma8293 - [ a r:Fact; r:gives {((1 5 8 0) "=<") list:sort (0 1 5 8)}] - [ a r:Fact; r:gives {((1 5 8 0) ">=") list:sort (8 5 1 0)}] - skolem:lemma6327 - skolem:lemma6328 - [ a r:Fact; r:gives {(8510 158) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5576 a r:Inference; - r:gives { - 1581 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1581 math:notEqualTo 0}] - skolem:lemma8294 - [ a r:Fact; r:gives {((1 5 8 1) "=<") list:sort (1 1 5 8)}] - [ a r:Fact; r:gives {((1 5 8 1) ">=") list:sort (8 5 1 1)}] - skolem:lemma7654 - skolem:lemma7655 - [ a r:Fact; r:gives {(8511 1158) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5577 a r:Inference; - r:gives { - 1582 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1582 math:notEqualTo 0}] - skolem:lemma8295 - [ a r:Fact; r:gives {((1 5 8 2) "=<") list:sort (1 2 5 8)}] - [ a r:Fact; r:gives {((1 5 8 2) ">=") list:sort (8 5 2 1)}] - skolem:lemma7826 - skolem:lemma7827 - [ a r:Fact; r:gives {(8521 1258) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5578 a r:Inference; - r:gives { - 1583 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1583 math:notEqualTo 0}] - skolem:lemma8296 - [ a r:Fact; r:gives {((1 5 8 3) "=<") list:sort (1 3 5 8)}] - [ a r:Fact; r:gives {((1 5 8 3) ">=") list:sort (8 5 3 1)}] - skolem:lemma7982 - skolem:lemma7983 - [ a r:Fact; r:gives {(8531 1358) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5579 a r:Inference; - r:gives { - 1584 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1584 math:notEqualTo 0}] - skolem:lemma8297 - [ a r:Fact; r:gives {((1 5 8 4) "=<") list:sort (1 4 5 8)}] - [ a r:Fact; r:gives {((1 5 8 4) ">=") list:sort (8 5 4 1)}] - skolem:lemma8124 - skolem:lemma8125 - [ a r:Fact; r:gives {(8541 1458) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5580 a r:Inference; - r:gives { - 1585 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1585 math:notEqualTo 0}] - skolem:lemma8298 - [ a r:Fact; r:gives {((1 5 8 5) "=<") list:sort (1 5 5 8)}] - [ a r:Fact; r:gives {((1 5 8 5) ">=") list:sort (8 5 5 1)}] - skolem:lemma8254 - skolem:lemma8255 - [ a r:Fact; r:gives {(8551 1558) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5581 a r:Inference; - r:gives { - 1586 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1586 math:notEqualTo 0}] - skolem:lemma8299 - [ a r:Fact; r:gives {((1 5 8 6) "=<") list:sort (1 5 6 8)}] - [ a r:Fact; r:gives {((1 5 8 6) ">=") list:sort (8 6 5 1)}] - skolem:lemma8272 - skolem:lemma8273 - [ a r:Fact; r:gives {(8651 1568) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5582 a r:Inference; - r:gives { - 1587 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1587 math:notEqualTo 0}] - skolem:lemma8300 - [ a r:Fact; r:gives {((1 5 8 7) "=<") list:sort (1 5 7 8)}] - [ a r:Fact; r:gives {((1 5 8 7) ">=") list:sort (8 7 5 1)}] - skolem:lemma8288 - skolem:lemma8289 - [ a r:Fact; r:gives {(8751 1578) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5583 a r:Inference; - r:gives { - 1588 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1588 math:notEqualTo 0}] - skolem:lemma8301 - [ a r:Fact; r:gives {((1 5 8 8) "=<") list:sort (1 5 8 8)}] - [ a r:Fact; r:gives {((1 5 8 8) ">=") list:sort (8 8 5 1)}] - skolem:lemma8302 - skolem:lemma8303 - [ a r:Fact; r:gives {(8851 1588) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5584 a r:Inference; - r:gives { - 1589 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1589 math:notEqualTo 0}] - skolem:lemma8304 - [ a r:Fact; r:gives {((1 5 8 9) "=<") list:sort (1 5 8 9)}] - [ a r:Fact; r:gives {((1 5 8 9) ">=") list:sort (9 8 5 1)}] - skolem:lemma8305 - skolem:lemma8306 - [ a r:Fact; r:gives {(9851 1589) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5585 a r:Inference; - r:gives { - 1590 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1590 math:notEqualTo 0}] - skolem:lemma8307 - [ a r:Fact; r:gives {((1 5 9 0) "=<") list:sort (0 1 5 9)}] - [ a r:Fact; r:gives {((1 5 9 0) ">=") list:sort (9 5 1 0)}] - skolem:lemma6330 - skolem:lemma6331 - [ a r:Fact; r:gives {(9510 159) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5586 a r:Inference; - r:gives { - 1591 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1591 math:notEqualTo 0}] - skolem:lemma8308 - [ a r:Fact; r:gives {((1 5 9 1) "=<") list:sort (1 1 5 9)}] - [ a r:Fact; r:gives {((1 5 9 1) ">=") list:sort (9 5 1 1)}] - skolem:lemma7657 - skolem:lemma7658 - [ a r:Fact; r:gives {(9511 1159) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5587 a r:Inference; - r:gives { - 1592 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1592 math:notEqualTo 0}] - skolem:lemma8309 - [ a r:Fact; r:gives {((1 5 9 2) "=<") list:sort (1 2 5 9)}] - [ a r:Fact; r:gives {((1 5 9 2) ">=") list:sort (9 5 2 1)}] - skolem:lemma7829 - skolem:lemma7830 - [ a r:Fact; r:gives {(9521 1259) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5588 a r:Inference; - r:gives { - 1593 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1593 math:notEqualTo 0}] - skolem:lemma8310 - [ a r:Fact; r:gives {((1 5 9 3) "=<") list:sort (1 3 5 9)}] - [ a r:Fact; r:gives {((1 5 9 3) ">=") list:sort (9 5 3 1)}] - skolem:lemma7985 - skolem:lemma7986 - [ a r:Fact; r:gives {(9531 1359) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5589 a r:Inference; - r:gives { - 1594 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1594 math:notEqualTo 0}] - skolem:lemma8311 - [ a r:Fact; r:gives {((1 5 9 4) "=<") list:sort (1 4 5 9)}] - [ a r:Fact; r:gives {((1 5 9 4) ">=") list:sort (9 5 4 1)}] - skolem:lemma8127 - skolem:lemma8128 - [ a r:Fact; r:gives {(9541 1459) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5590 a r:Inference; - r:gives { - 1595 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1595 math:notEqualTo 0}] - skolem:lemma8312 - [ a r:Fact; r:gives {((1 5 9 5) "=<") list:sort (1 5 5 9)}] - [ a r:Fact; r:gives {((1 5 9 5) ">=") list:sort (9 5 5 1)}] - skolem:lemma8257 - skolem:lemma8258 - [ a r:Fact; r:gives {(9551 1559) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5591 a r:Inference; - r:gives { - 1596 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1596 math:notEqualTo 0}] - skolem:lemma8313 - [ a r:Fact; r:gives {((1 5 9 6) "=<") list:sort (1 5 6 9)}] - [ a r:Fact; r:gives {((1 5 9 6) ">=") list:sort (9 6 5 1)}] - skolem:lemma8275 - skolem:lemma8276 - [ a r:Fact; r:gives {(9651 1569) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5592 a r:Inference; - r:gives { - 1597 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1597 math:notEqualTo 0}] - skolem:lemma8314 - [ a r:Fact; r:gives {((1 5 9 7) "=<") list:sort (1 5 7 9)}] - [ a r:Fact; r:gives {((1 5 9 7) ">=") list:sort (9 7 5 1)}] - skolem:lemma8291 - skolem:lemma8292 - [ a r:Fact; r:gives {(9751 1579) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5593 a r:Inference; - r:gives { - 1598 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1598 math:notEqualTo 0}] - skolem:lemma8315 - [ a r:Fact; r:gives {((1 5 9 8) "=<") list:sort (1 5 8 9)}] - [ a r:Fact; r:gives {((1 5 9 8) ">=") list:sort (9 8 5 1)}] - skolem:lemma8305 - skolem:lemma8306 - [ a r:Fact; r:gives {(9851 1589) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5594 a r:Inference; - r:gives { - 1599 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1599 math:notEqualTo 0}] - skolem:lemma8316 - [ a r:Fact; r:gives {((1 5 9 9) "=<") list:sort (1 5 9 9)}] - [ a r:Fact; r:gives {((1 5 9 9) ">=") list:sort (9 9 5 1)}] - skolem:lemma8317 - skolem:lemma8318 - [ a r:Fact; r:gives {(9951 1599) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5595 a r:Inference; - r:gives { - 1600 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1600 math:notEqualTo 0}] - skolem:lemma8319 - [ a r:Fact; r:gives {((1 6 0 0) "=<") list:sort (0 0 1 6)}] - [ a r:Fact; r:gives {((1 6 0 0) ">=") list:sort (6 1 0 0)}] - skolem:lemma6039 - skolem:lemma6040 - [ a r:Fact; r:gives {(6100 16) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5596 a r:Inference; - r:gives { - 1601 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1601 math:notEqualTo 0}] - skolem:lemma8320 - [ a r:Fact; r:gives {((1 6 0 1) "=<") list:sort (0 1 1 6)}] - [ a r:Fact; r:gives {((1 6 0 1) ">=") list:sort (6 1 1 0)}] - skolem:lemma6229 - skolem:lemma6230 - [ a r:Fact; r:gives {(6110 116) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5597 a r:Inference; - r:gives { - 1602 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1602 math:notEqualTo 0}] - skolem:lemma8321 - [ a r:Fact; r:gives {((1 6 0 2) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((1 6 0 2) ">=") list:sort (6 2 1 0)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5598 a r:Inference; - r:gives { - 1603 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1603 math:notEqualTo 0}] - skolem:lemma8322 - [ a r:Fact; r:gives {((1 6 0 3) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((1 6 0 3) ">=") list:sort (6 3 1 0)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5599 a r:Inference; - r:gives { - 1604 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1604 math:notEqualTo 0}] - skolem:lemma8323 - [ a r:Fact; r:gives {((1 6 0 4) "=<") list:sort (0 1 4 6)}] - [ a r:Fact; r:gives {((1 6 0 4) ">=") list:sort (6 4 1 0)}] - skolem:lemma6301 - skolem:lemma6302 - [ a r:Fact; r:gives {(6410 146) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5600 a r:Inference; - r:gives { - 1605 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1605 math:notEqualTo 0}] - skolem:lemma8324 - [ a r:Fact; r:gives {((1 6 0 5) "=<") list:sort (0 1 5 6)}] - [ a r:Fact; r:gives {((1 6 0 5) ">=") list:sort (6 5 1 0)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(6510 156) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5601 a r:Inference; - r:gives { - 1606 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1606 math:notEqualTo 0}] - skolem:lemma8325 - [ a r:Fact; r:gives {((1 6 0 6) "=<") list:sort (0 1 6 6)}] - [ a r:Fact; r:gives {((1 6 0 6) ">=") list:sort (6 6 1 0)}] - skolem:lemma6339 - skolem:lemma6340 - [ a r:Fact; r:gives {(6610 166) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5602 a r:Inference; - r:gives { - 1607 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1607 math:notEqualTo 0}] - skolem:lemma8326 - [ a r:Fact; r:gives {((1 6 0 7) "=<") list:sort (0 1 6 7)}] - [ a r:Fact; r:gives {((1 6 0 7) ">=") list:sort (7 6 1 0)}] - skolem:lemma6342 - skolem:lemma6343 - [ a r:Fact; r:gives {(7610 167) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5603 a r:Inference; - r:gives { - 1608 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1608 math:notEqualTo 0}] - skolem:lemma8327 - [ a r:Fact; r:gives {((1 6 0 8) "=<") list:sort (0 1 6 8)}] - [ a r:Fact; r:gives {((1 6 0 8) ">=") list:sort (8 6 1 0)}] - skolem:lemma6345 - skolem:lemma6346 - [ a r:Fact; r:gives {(8610 168) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5604 a r:Inference; - r:gives { - 1609 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1609 math:notEqualTo 0}] - skolem:lemma8328 - [ a r:Fact; r:gives {((1 6 0 9) "=<") list:sort (0 1 6 9)}] - [ a r:Fact; r:gives {((1 6 0 9) ">=") list:sort (9 6 1 0)}] - skolem:lemma6348 - skolem:lemma6349 - [ a r:Fact; r:gives {(9610 169) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5605 a r:Inference; - r:gives { - 1610 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1610 math:notEqualTo 0}] - skolem:lemma8329 - [ a r:Fact; r:gives {((1 6 1 0) "=<") list:sort (0 1 1 6)}] - [ a r:Fact; r:gives {((1 6 1 0) ">=") list:sort (6 1 1 0)}] - skolem:lemma6229 - skolem:lemma6230 - [ a r:Fact; r:gives {(6110 116) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5606 a r:Inference; - r:gives { - 1611 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1611 math:notEqualTo 0}] - skolem:lemma8330 - [ a r:Fact; r:gives {((1 6 1 1) "=<") list:sort (1 1 1 6)}] - [ a r:Fact; r:gives {((1 6 1 1) ">=") list:sort (6 1 1 1)}] - skolem:lemma7556 - skolem:lemma7557 - [ a r:Fact; r:gives {(6111 1116) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5607 a r:Inference; - r:gives { - 1612 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1612 math:notEqualTo 0}] - skolem:lemma8331 - [ a r:Fact; r:gives {((1 6 1 2) "=<") list:sort (1 1 2 6)}] - [ a r:Fact; r:gives {((1 6 1 2) ">=") list:sort (6 2 1 1)}] - skolem:lemma7582 - skolem:lemma7583 - [ a r:Fact; r:gives {(6211 1126) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5608 a r:Inference; - r:gives { - 1613 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1613 math:notEqualTo 0}] - skolem:lemma8332 - [ a r:Fact; r:gives {((1 6 1 3) "=<") list:sort (1 1 3 6)}] - [ a r:Fact; r:gives {((1 6 1 3) ">=") list:sort (6 3 1 1)}] - skolem:lemma7606 - skolem:lemma7607 - [ a r:Fact; r:gives {(6311 1136) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5609 a r:Inference; - r:gives { - 1614 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1614 math:notEqualTo 0}] - skolem:lemma8333 - [ a r:Fact; r:gives {((1 6 1 4) "=<") list:sort (1 1 4 6)}] - [ a r:Fact; r:gives {((1 6 1 4) ">=") list:sort (6 4 1 1)}] - skolem:lemma7628 - skolem:lemma7629 - [ a r:Fact; r:gives {(6411 1146) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5610 a r:Inference; - r:gives { - 1615 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1615 math:notEqualTo 0}] - skolem:lemma8334 - [ a r:Fact; r:gives {((1 6 1 5) "=<") list:sort (1 1 5 6)}] - [ a r:Fact; r:gives {((1 6 1 5) ">=") list:sort (6 5 1 1)}] - skolem:lemma7648 - skolem:lemma7649 - [ a r:Fact; r:gives {(6511 1156) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5611 a r:Inference; - r:gives { - 1616 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1616 math:notEqualTo 0}] - skolem:lemma8335 - [ a r:Fact; r:gives {((1 6 1 6) "=<") list:sort (1 1 6 6)}] - [ a r:Fact; r:gives {((1 6 1 6) ">=") list:sort (6 6 1 1)}] - skolem:lemma7666 - skolem:lemma7667 - [ a r:Fact; r:gives {(6611 1166) math:difference 5445}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5445 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5445 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5612 a r:Inference; - r:gives { - 1617 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1617 math:notEqualTo 0}] - skolem:lemma8336 - [ a r:Fact; r:gives {((1 6 1 7) "=<") list:sort (1 1 6 7)}] - [ a r:Fact; r:gives {((1 6 1 7) ">=") list:sort (7 6 1 1)}] - skolem:lemma7669 - skolem:lemma7670 - [ a r:Fact; r:gives {(7611 1167) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5613 a r:Inference; - r:gives { - 1618 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1618 math:notEqualTo 0}] - skolem:lemma8337 - [ a r:Fact; r:gives {((1 6 1 8) "=<") list:sort (1 1 6 8)}] - [ a r:Fact; r:gives {((1 6 1 8) ">=") list:sort (8 6 1 1)}] - skolem:lemma7672 - skolem:lemma7673 - [ a r:Fact; r:gives {(8611 1168) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5614 a r:Inference; - r:gives { - 1619 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1619 math:notEqualTo 0}] - skolem:lemma8338 - [ a r:Fact; r:gives {((1 6 1 9) "=<") list:sort (1 1 6 9)}] - [ a r:Fact; r:gives {((1 6 1 9) ">=") list:sort (9 6 1 1)}] - skolem:lemma7675 - skolem:lemma7676 - [ a r:Fact; r:gives {(9611 1169) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5615 a r:Inference; - r:gives { - 1620 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1620 math:notEqualTo 0}] - skolem:lemma8339 - [ a r:Fact; r:gives {((1 6 2 0) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((1 6 2 0) ">=") list:sort (6 2 1 0)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5616 a r:Inference; - r:gives { - 1621 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1621 math:notEqualTo 0}] - skolem:lemma8340 - [ a r:Fact; r:gives {((1 6 2 1) "=<") list:sort (1 1 2 6)}] - [ a r:Fact; r:gives {((1 6 2 1) ">=") list:sort (6 2 1 1)}] - skolem:lemma7582 - skolem:lemma7583 - [ a r:Fact; r:gives {(6211 1126) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5617 a r:Inference; - r:gives { - 1622 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1622 math:notEqualTo 0}] - skolem:lemma8341 - [ a r:Fact; r:gives {((1 6 2 2) "=<") list:sort (1 2 2 6)}] - [ a r:Fact; r:gives {((1 6 2 2) ">=") list:sort (6 2 2 1)}] - skolem:lemma7754 - skolem:lemma7755 - [ a r:Fact; r:gives {(6221 1226) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5618 a r:Inference; - r:gives { - 1623 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1623 math:notEqualTo 0}] - skolem:lemma8342 - [ a r:Fact; r:gives {((1 6 2 3) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((1 6 2 3) ">=") list:sort (6 3 2 1)}] - skolem:lemma7778 - skolem:lemma7779 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5619 a r:Inference; - r:gives { - 1624 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1624 math:notEqualTo 0}] - skolem:lemma8343 - [ a r:Fact; r:gives {((1 6 2 4) "=<") list:sort (1 2 4 6)}] - [ a r:Fact; r:gives {((1 6 2 4) ">=") list:sort (6 4 2 1)}] - skolem:lemma7800 - skolem:lemma7801 - [ a r:Fact; r:gives {(6421 1246) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5620 a r:Inference; - r:gives { - 1625 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1625 math:notEqualTo 0}] - skolem:lemma8344 - [ a r:Fact; r:gives {((1 6 2 5) "=<") list:sort (1 2 5 6)}] - [ a r:Fact; r:gives {((1 6 2 5) ">=") list:sort (6 5 2 1)}] - skolem:lemma7820 - skolem:lemma7821 - [ a r:Fact; r:gives {(6521 1256) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5621 a r:Inference; - r:gives { - 1626 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1626 math:notEqualTo 0}] - skolem:lemma8345 - [ a r:Fact; r:gives {((1 6 2 6) "=<") list:sort (1 2 6 6)}] - [ a r:Fact; r:gives {((1 6 2 6) ">=") list:sort (6 6 2 1)}] - skolem:lemma7838 - skolem:lemma7839 - [ a r:Fact; r:gives {(6621 1266) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5622 a r:Inference; - r:gives { - 1627 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1627 math:notEqualTo 0}] - skolem:lemma8346 - [ a r:Fact; r:gives {((1 6 2 7) "=<") list:sort (1 2 6 7)}] - [ a r:Fact; r:gives {((1 6 2 7) ">=") list:sort (7 6 2 1)}] - skolem:lemma7841 - skolem:lemma7842 - [ a r:Fact; r:gives {(7621 1267) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5623 a r:Inference; - r:gives { - 1628 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1628 math:notEqualTo 0}] - skolem:lemma8347 - [ a r:Fact; r:gives {((1 6 2 8) "=<") list:sort (1 2 6 8)}] - [ a r:Fact; r:gives {((1 6 2 8) ">=") list:sort (8 6 2 1)}] - skolem:lemma7844 - skolem:lemma7845 - [ a r:Fact; r:gives {(8621 1268) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5624 a r:Inference; - r:gives { - 1629 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1629 math:notEqualTo 0}] - skolem:lemma8348 - [ a r:Fact; r:gives {((1 6 2 9) "=<") list:sort (1 2 6 9)}] - [ a r:Fact; r:gives {((1 6 2 9) ">=") list:sort (9 6 2 1)}] - skolem:lemma7847 - skolem:lemma7848 - [ a r:Fact; r:gives {(9621 1269) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5625 a r:Inference; - r:gives { - 1630 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1630 math:notEqualTo 0}] - skolem:lemma8349 - [ a r:Fact; r:gives {((1 6 3 0) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((1 6 3 0) ">=") list:sort (6 3 1 0)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5626 a r:Inference; - r:gives { - 1631 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1631 math:notEqualTo 0}] - skolem:lemma8350 - [ a r:Fact; r:gives {((1 6 3 1) "=<") list:sort (1 1 3 6)}] - [ a r:Fact; r:gives {((1 6 3 1) ">=") list:sort (6 3 1 1)}] - skolem:lemma7606 - skolem:lemma7607 - [ a r:Fact; r:gives {(6311 1136) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5627 a r:Inference; - r:gives { - 1632 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1632 math:notEqualTo 0}] - skolem:lemma8351 - [ a r:Fact; r:gives {((1 6 3 2) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((1 6 3 2) ">=") list:sort (6 3 2 1)}] - skolem:lemma7778 - skolem:lemma7779 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5628 a r:Inference; - r:gives { - 1633 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1633 math:notEqualTo 0}] - skolem:lemma8352 - [ a r:Fact; r:gives {((1 6 3 3) "=<") list:sort (1 3 3 6)}] - [ a r:Fact; r:gives {((1 6 3 3) ">=") list:sort (6 3 3 1)}] - skolem:lemma7934 - skolem:lemma7935 - [ a r:Fact; r:gives {(6331 1336) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5629 a r:Inference; - r:gives { - 1634 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1634 math:notEqualTo 0}] - skolem:lemma8353 - [ a r:Fact; r:gives {((1 6 3 4) "=<") list:sort (1 3 4 6)}] - [ a r:Fact; r:gives {((1 6 3 4) ">=") list:sort (6 4 3 1)}] - skolem:lemma7956 - skolem:lemma7957 - [ a r:Fact; r:gives {(6431 1346) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5630 a r:Inference; - r:gives { - 1635 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1635 math:notEqualTo 0}] - skolem:lemma8354 - [ a r:Fact; r:gives {((1 6 3 5) "=<") list:sort (1 3 5 6)}] - [ a r:Fact; r:gives {((1 6 3 5) ">=") list:sort (6 5 3 1)}] - skolem:lemma7976 - skolem:lemma7977 - [ a r:Fact; r:gives {(6531 1356) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5631 a r:Inference; - r:gives { - 1636 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1636 math:notEqualTo 0}] - skolem:lemma8355 - [ a r:Fact; r:gives {((1 6 3 6) "=<") list:sort (1 3 6 6)}] - [ a r:Fact; r:gives {((1 6 3 6) ">=") list:sort (6 6 3 1)}] - skolem:lemma7994 - skolem:lemma7995 - [ a r:Fact; r:gives {(6631 1366) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5632 a r:Inference; - r:gives { - 1637 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1637 math:notEqualTo 0}] - skolem:lemma8356 - [ a r:Fact; r:gives {((1 6 3 7) "=<") list:sort (1 3 6 7)}] - [ a r:Fact; r:gives {((1 6 3 7) ">=") list:sort (7 6 3 1)}] - skolem:lemma7997 - skolem:lemma7998 - [ a r:Fact; r:gives {(7631 1367) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5633 a r:Inference; - r:gives { - 1638 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1638 math:notEqualTo 0}] - skolem:lemma8357 - [ a r:Fact; r:gives {((1 6 3 8) "=<") list:sort (1 3 6 8)}] - [ a r:Fact; r:gives {((1 6 3 8) ">=") list:sort (8 6 3 1)}] - skolem:lemma8000 - skolem:lemma8001 - [ a r:Fact; r:gives {(8631 1368) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5634 a r:Inference; - r:gives { - 1639 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1639 math:notEqualTo 0}] - skolem:lemma8358 - [ a r:Fact; r:gives {((1 6 3 9) "=<") list:sort (1 3 6 9)}] - [ a r:Fact; r:gives {((1 6 3 9) ">=") list:sort (9 6 3 1)}] - skolem:lemma8003 - skolem:lemma8004 - [ a r:Fact; r:gives {(9631 1369) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5635 a r:Inference; - r:gives { - 1640 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1640 math:notEqualTo 0}] - skolem:lemma8359 - [ a r:Fact; r:gives {((1 6 4 0) "=<") list:sort (0 1 4 6)}] - [ a r:Fact; r:gives {((1 6 4 0) ">=") list:sort (6 4 1 0)}] - skolem:lemma6301 - skolem:lemma6302 - [ a r:Fact; r:gives {(6410 146) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5636 a r:Inference; - r:gives { - 1641 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1641 math:notEqualTo 0}] - skolem:lemma8360 - [ a r:Fact; r:gives {((1 6 4 1) "=<") list:sort (1 1 4 6)}] - [ a r:Fact; r:gives {((1 6 4 1) ">=") list:sort (6 4 1 1)}] - skolem:lemma7628 - skolem:lemma7629 - [ a r:Fact; r:gives {(6411 1146) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5637 a r:Inference; - r:gives { - 1642 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1642 math:notEqualTo 0}] - skolem:lemma8361 - [ a r:Fact; r:gives {((1 6 4 2) "=<") list:sort (1 2 4 6)}] - [ a r:Fact; r:gives {((1 6 4 2) ">=") list:sort (6 4 2 1)}] - skolem:lemma7800 - skolem:lemma7801 - [ a r:Fact; r:gives {(6421 1246) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5638 a r:Inference; - r:gives { - 1643 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1643 math:notEqualTo 0}] - skolem:lemma8362 - [ a r:Fact; r:gives {((1 6 4 3) "=<") list:sort (1 3 4 6)}] - [ a r:Fact; r:gives {((1 6 4 3) ">=") list:sort (6 4 3 1)}] - skolem:lemma7956 - skolem:lemma7957 - [ a r:Fact; r:gives {(6431 1346) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5639 a r:Inference; - r:gives { - 1644 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1644 math:notEqualTo 0}] - skolem:lemma8363 - [ a r:Fact; r:gives {((1 6 4 4) "=<") list:sort (1 4 4 6)}] - [ a r:Fact; r:gives {((1 6 4 4) ">=") list:sort (6 4 4 1)}] - skolem:lemma8098 - skolem:lemma8099 - [ a r:Fact; r:gives {(6441 1446) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5640 a r:Inference; - r:gives { - 1645 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1645 math:notEqualTo 0}] - skolem:lemma8364 - [ a r:Fact; r:gives {((1 6 4 5) "=<") list:sort (1 4 5 6)}] - [ a r:Fact; r:gives {((1 6 4 5) ">=") list:sort (6 5 4 1)}] - skolem:lemma8118 - skolem:lemma8119 - [ a r:Fact; r:gives {(6541 1456) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5641 a r:Inference; - r:gives { - 1646 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1646 math:notEqualTo 0}] - skolem:lemma8365 - [ a r:Fact; r:gives {((1 6 4 6) "=<") list:sort (1 4 6 6)}] - [ a r:Fact; r:gives {((1 6 4 6) ">=") list:sort (6 6 4 1)}] - skolem:lemma8136 - skolem:lemma8137 - [ a r:Fact; r:gives {(6641 1466) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5642 a r:Inference; - r:gives { - 1647 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1647 math:notEqualTo 0}] - skolem:lemma8366 - [ a r:Fact; r:gives {((1 6 4 7) "=<") list:sort (1 4 6 7)}] - [ a r:Fact; r:gives {((1 6 4 7) ">=") list:sort (7 6 4 1)}] - skolem:lemma8139 - skolem:lemma8140 - [ a r:Fact; r:gives {(7641 1467) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5643 a r:Inference; - r:gives { - 1648 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1648 math:notEqualTo 0}] - skolem:lemma8367 - [ a r:Fact; r:gives {((1 6 4 8) "=<") list:sort (1 4 6 8)}] - [ a r:Fact; r:gives {((1 6 4 8) ">=") list:sort (8 6 4 1)}] - skolem:lemma8142 - skolem:lemma8143 - [ a r:Fact; r:gives {(8641 1468) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5644 a r:Inference; - r:gives { - 1649 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1649 math:notEqualTo 0}] - skolem:lemma8368 - [ a r:Fact; r:gives {((1 6 4 9) "=<") list:sort (1 4 6 9)}] - [ a r:Fact; r:gives {((1 6 4 9) ">=") list:sort (9 6 4 1)}] - skolem:lemma8145 - skolem:lemma8146 - [ a r:Fact; r:gives {(9641 1469) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5645 a r:Inference; - r:gives { - 1650 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1650 math:notEqualTo 0}] - skolem:lemma8369 - [ a r:Fact; r:gives {((1 6 5 0) "=<") list:sort (0 1 5 6)}] - [ a r:Fact; r:gives {((1 6 5 0) ">=") list:sort (6 5 1 0)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(6510 156) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5646 a r:Inference; - r:gives { - 1651 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1651 math:notEqualTo 0}] - skolem:lemma8370 - [ a r:Fact; r:gives {((1 6 5 1) "=<") list:sort (1 1 5 6)}] - [ a r:Fact; r:gives {((1 6 5 1) ">=") list:sort (6 5 1 1)}] - skolem:lemma7648 - skolem:lemma7649 - [ a r:Fact; r:gives {(6511 1156) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5647 a r:Inference; - r:gives { - 1652 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1652 math:notEqualTo 0}] - skolem:lemma8371 - [ a r:Fact; r:gives {((1 6 5 2) "=<") list:sort (1 2 5 6)}] - [ a r:Fact; r:gives {((1 6 5 2) ">=") list:sort (6 5 2 1)}] - skolem:lemma7820 - skolem:lemma7821 - [ a r:Fact; r:gives {(6521 1256) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5648 a r:Inference; - r:gives { - 1653 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1653 math:notEqualTo 0}] - skolem:lemma8372 - [ a r:Fact; r:gives {((1 6 5 3) "=<") list:sort (1 3 5 6)}] - [ a r:Fact; r:gives {((1 6 5 3) ">=") list:sort (6 5 3 1)}] - skolem:lemma7976 - skolem:lemma7977 - [ a r:Fact; r:gives {(6531 1356) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5649 a r:Inference; - r:gives { - 1654 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1654 math:notEqualTo 0}] - skolem:lemma8373 - [ a r:Fact; r:gives {((1 6 5 4) "=<") list:sort (1 4 5 6)}] - [ a r:Fact; r:gives {((1 6 5 4) ">=") list:sort (6 5 4 1)}] - skolem:lemma8118 - skolem:lemma8119 - [ a r:Fact; r:gives {(6541 1456) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5650 a r:Inference; - r:gives { - 1655 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1655 math:notEqualTo 0}] - skolem:lemma8374 - [ a r:Fact; r:gives {((1 6 5 5) "=<") list:sort (1 5 5 6)}] - [ a r:Fact; r:gives {((1 6 5 5) ">=") list:sort (6 5 5 1)}] - skolem:lemma8248 - skolem:lemma8249 - [ a r:Fact; r:gives {(6551 1556) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5651 a r:Inference; - r:gives { - 1656 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1656 math:notEqualTo 0}] - skolem:lemma8375 - [ a r:Fact; r:gives {((1 6 5 6) "=<") list:sort (1 5 6 6)}] - [ a r:Fact; r:gives {((1 6 5 6) ">=") list:sort (6 6 5 1)}] - skolem:lemma8266 - skolem:lemma8267 - [ a r:Fact; r:gives {(6651 1566) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5652 a r:Inference; - r:gives { - 1657 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1657 math:notEqualTo 0}] - skolem:lemma8376 - [ a r:Fact; r:gives {((1 6 5 7) "=<") list:sort (1 5 6 7)}] - [ a r:Fact; r:gives {((1 6 5 7) ">=") list:sort (7 6 5 1)}] - skolem:lemma8269 - skolem:lemma8270 - [ a r:Fact; r:gives {(7651 1567) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5653 a r:Inference; - r:gives { - 1658 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1658 math:notEqualTo 0}] - skolem:lemma8377 - [ a r:Fact; r:gives {((1 6 5 8) "=<") list:sort (1 5 6 8)}] - [ a r:Fact; r:gives {((1 6 5 8) ">=") list:sort (8 6 5 1)}] - skolem:lemma8272 - skolem:lemma8273 - [ a r:Fact; r:gives {(8651 1568) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5654 a r:Inference; - r:gives { - 1659 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1659 math:notEqualTo 0}] - skolem:lemma8378 - [ a r:Fact; r:gives {((1 6 5 9) "=<") list:sort (1 5 6 9)}] - [ a r:Fact; r:gives {((1 6 5 9) ">=") list:sort (9 6 5 1)}] - skolem:lemma8275 - skolem:lemma8276 - [ a r:Fact; r:gives {(9651 1569) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5655 a r:Inference; - r:gives { - 1660 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1660 math:notEqualTo 0}] - skolem:lemma8379 - [ a r:Fact; r:gives {((1 6 6 0) "=<") list:sort (0 1 6 6)}] - [ a r:Fact; r:gives {((1 6 6 0) ">=") list:sort (6 6 1 0)}] - skolem:lemma6339 - skolem:lemma6340 - [ a r:Fact; r:gives {(6610 166) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5656 a r:Inference; - r:gives { - 1661 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1661 math:notEqualTo 0}] - skolem:lemma8380 - [ a r:Fact; r:gives {((1 6 6 1) "=<") list:sort (1 1 6 6)}] - [ a r:Fact; r:gives {((1 6 6 1) ">=") list:sort (6 6 1 1)}] - skolem:lemma7666 - skolem:lemma7667 - [ a r:Fact; r:gives {(6611 1166) math:difference 5445}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5445 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5445 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5657 a r:Inference; - r:gives { - 1662 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1662 math:notEqualTo 0}] - skolem:lemma8381 - [ a r:Fact; r:gives {((1 6 6 2) "=<") list:sort (1 2 6 6)}] - [ a r:Fact; r:gives {((1 6 6 2) ">=") list:sort (6 6 2 1)}] - skolem:lemma7838 - skolem:lemma7839 - [ a r:Fact; r:gives {(6621 1266) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5658 a r:Inference; - r:gives { - 1663 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1663 math:notEqualTo 0}] - skolem:lemma8382 - [ a r:Fact; r:gives {((1 6 6 3) "=<") list:sort (1 3 6 6)}] - [ a r:Fact; r:gives {((1 6 6 3) ">=") list:sort (6 6 3 1)}] - skolem:lemma7994 - skolem:lemma7995 - [ a r:Fact; r:gives {(6631 1366) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5659 a r:Inference; - r:gives { - 1664 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1664 math:notEqualTo 0}] - skolem:lemma8383 - [ a r:Fact; r:gives {((1 6 6 4) "=<") list:sort (1 4 6 6)}] - [ a r:Fact; r:gives {((1 6 6 4) ">=") list:sort (6 6 4 1)}] - skolem:lemma8136 - skolem:lemma8137 - [ a r:Fact; r:gives {(6641 1466) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5660 a r:Inference; - r:gives { - 1665 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1665 math:notEqualTo 0}] - skolem:lemma8384 - [ a r:Fact; r:gives {((1 6 6 5) "=<") list:sort (1 5 6 6)}] - [ a r:Fact; r:gives {((1 6 6 5) ">=") list:sort (6 6 5 1)}] - skolem:lemma8266 - skolem:lemma8267 - [ a r:Fact; r:gives {(6651 1566) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5661 a r:Inference; - r:gives { - 1666 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1666 math:notEqualTo 0}] - skolem:lemma8385 - [ a r:Fact; r:gives {((1 6 6 6) "=<") list:sort (1 6 6 6)}] - [ a r:Fact; r:gives {((1 6 6 6) ">=") list:sort (6 6 6 1)}] - skolem:lemma8386 - skolem:lemma8387 - [ a r:Fact; r:gives {(6661 1666) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5662 a r:Inference; - r:gives { - 1667 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1667 math:notEqualTo 0}] - skolem:lemma8388 - [ a r:Fact; r:gives {((1 6 6 7) "=<") list:sort (1 6 6 7)}] - [ a r:Fact; r:gives {((1 6 6 7) ">=") list:sort (7 6 6 1)}] - skolem:lemma8389 - skolem:lemma8390 - [ a r:Fact; r:gives {(7661 1667) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5663 a r:Inference; - r:gives { - 1668 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1668 math:notEqualTo 0}] - skolem:lemma8391 - [ a r:Fact; r:gives {((1 6 6 8) "=<") list:sort (1 6 6 8)}] - [ a r:Fact; r:gives {((1 6 6 8) ">=") list:sort (8 6 6 1)}] - skolem:lemma8392 - skolem:lemma8393 - [ a r:Fact; r:gives {(8661 1668) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5664 a r:Inference; - r:gives { - 1669 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1669 math:notEqualTo 0}] - skolem:lemma8394 - [ a r:Fact; r:gives {((1 6 6 9) "=<") list:sort (1 6 6 9)}] - [ a r:Fact; r:gives {((1 6 6 9) ">=") list:sort (9 6 6 1)}] - skolem:lemma8395 - skolem:lemma8396 - [ a r:Fact; r:gives {(9661 1669) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5665 a r:Inference; - r:gives { - 1670 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1670 math:notEqualTo 0}] - skolem:lemma8397 - [ a r:Fact; r:gives {((1 6 7 0) "=<") list:sort (0 1 6 7)}] - [ a r:Fact; r:gives {((1 6 7 0) ">=") list:sort (7 6 1 0)}] - skolem:lemma6342 - skolem:lemma6343 - [ a r:Fact; r:gives {(7610 167) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5666 a r:Inference; - r:gives { - 1671 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1671 math:notEqualTo 0}] - skolem:lemma8398 - [ a r:Fact; r:gives {((1 6 7 1) "=<") list:sort (1 1 6 7)}] - [ a r:Fact; r:gives {((1 6 7 1) ">=") list:sort (7 6 1 1)}] - skolem:lemma7669 - skolem:lemma7670 - [ a r:Fact; r:gives {(7611 1167) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5667 a r:Inference; - r:gives { - 1672 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1672 math:notEqualTo 0}] - skolem:lemma8399 - [ a r:Fact; r:gives {((1 6 7 2) "=<") list:sort (1 2 6 7)}] - [ a r:Fact; r:gives {((1 6 7 2) ">=") list:sort (7 6 2 1)}] - skolem:lemma7841 - skolem:lemma7842 - [ a r:Fact; r:gives {(7621 1267) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5668 a r:Inference; - r:gives { - 1673 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1673 math:notEqualTo 0}] - skolem:lemma8400 - [ a r:Fact; r:gives {((1 6 7 3) "=<") list:sort (1 3 6 7)}] - [ a r:Fact; r:gives {((1 6 7 3) ">=") list:sort (7 6 3 1)}] - skolem:lemma7997 - skolem:lemma7998 - [ a r:Fact; r:gives {(7631 1367) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5669 a r:Inference; - r:gives { - 1674 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1674 math:notEqualTo 0}] - skolem:lemma8401 - [ a r:Fact; r:gives {((1 6 7 4) "=<") list:sort (1 4 6 7)}] - [ a r:Fact; r:gives {((1 6 7 4) ">=") list:sort (7 6 4 1)}] - skolem:lemma8139 - skolem:lemma8140 - [ a r:Fact; r:gives {(7641 1467) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5670 a r:Inference; - r:gives { - 1675 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1675 math:notEqualTo 0}] - skolem:lemma8402 - [ a r:Fact; r:gives {((1 6 7 5) "=<") list:sort (1 5 6 7)}] - [ a r:Fact; r:gives {((1 6 7 5) ">=") list:sort (7 6 5 1)}] - skolem:lemma8269 - skolem:lemma8270 - [ a r:Fact; r:gives {(7651 1567) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5671 a r:Inference; - r:gives { - 1676 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1676 math:notEqualTo 0}] - skolem:lemma8403 - [ a r:Fact; r:gives {((1 6 7 6) "=<") list:sort (1 6 6 7)}] - [ a r:Fact; r:gives {((1 6 7 6) ">=") list:sort (7 6 6 1)}] - skolem:lemma8389 - skolem:lemma8390 - [ a r:Fact; r:gives {(7661 1667) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5672 a r:Inference; - r:gives { - 1677 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1677 math:notEqualTo 0}] - skolem:lemma8404 - [ a r:Fact; r:gives {((1 6 7 7) "=<") list:sort (1 6 7 7)}] - [ a r:Fact; r:gives {((1 6 7 7) ">=") list:sort (7 7 6 1)}] - skolem:lemma8405 - skolem:lemma8406 - [ a r:Fact; r:gives {(7761 1677) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5673 a r:Inference; - r:gives { - 1678 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1678 math:notEqualTo 0}] - skolem:lemma8407 - [ a r:Fact; r:gives {((1 6 7 8) "=<") list:sort (1 6 7 8)}] - [ a r:Fact; r:gives {((1 6 7 8) ">=") list:sort (8 7 6 1)}] - skolem:lemma8408 - skolem:lemma8409 - [ a r:Fact; r:gives {(8761 1678) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5674 a r:Inference; - r:gives { - 1679 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1679 math:notEqualTo 0}] - skolem:lemma8410 - [ a r:Fact; r:gives {((1 6 7 9) "=<") list:sort (1 6 7 9)}] - [ a r:Fact; r:gives {((1 6 7 9) ">=") list:sort (9 7 6 1)}] - skolem:lemma8411 - skolem:lemma8412 - [ a r:Fact; r:gives {(9761 1679) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5675 a r:Inference; - r:gives { - 1680 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1680 math:notEqualTo 0}] - skolem:lemma8413 - [ a r:Fact; r:gives {((1 6 8 0) "=<") list:sort (0 1 6 8)}] - [ a r:Fact; r:gives {((1 6 8 0) ">=") list:sort (8 6 1 0)}] - skolem:lemma6345 - skolem:lemma6346 - [ a r:Fact; r:gives {(8610 168) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5676 a r:Inference; - r:gives { - 1681 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1681 math:notEqualTo 0}] - skolem:lemma8414 - [ a r:Fact; r:gives {((1 6 8 1) "=<") list:sort (1 1 6 8)}] - [ a r:Fact; r:gives {((1 6 8 1) ">=") list:sort (8 6 1 1)}] - skolem:lemma7672 - skolem:lemma7673 - [ a r:Fact; r:gives {(8611 1168) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5677 a r:Inference; - r:gives { - 1682 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1682 math:notEqualTo 0}] - skolem:lemma8415 - [ a r:Fact; r:gives {((1 6 8 2) "=<") list:sort (1 2 6 8)}] - [ a r:Fact; r:gives {((1 6 8 2) ">=") list:sort (8 6 2 1)}] - skolem:lemma7844 - skolem:lemma7845 - [ a r:Fact; r:gives {(8621 1268) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5678 a r:Inference; - r:gives { - 1683 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1683 math:notEqualTo 0}] - skolem:lemma8416 - [ a r:Fact; r:gives {((1 6 8 3) "=<") list:sort (1 3 6 8)}] - [ a r:Fact; r:gives {((1 6 8 3) ">=") list:sort (8 6 3 1)}] - skolem:lemma8000 - skolem:lemma8001 - [ a r:Fact; r:gives {(8631 1368) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5679 a r:Inference; - r:gives { - 1684 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1684 math:notEqualTo 0}] - skolem:lemma8417 - [ a r:Fact; r:gives {((1 6 8 4) "=<") list:sort (1 4 6 8)}] - [ a r:Fact; r:gives {((1 6 8 4) ">=") list:sort (8 6 4 1)}] - skolem:lemma8142 - skolem:lemma8143 - [ a r:Fact; r:gives {(8641 1468) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5680 a r:Inference; - r:gives { - 1685 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1685 math:notEqualTo 0}] - skolem:lemma8418 - [ a r:Fact; r:gives {((1 6 8 5) "=<") list:sort (1 5 6 8)}] - [ a r:Fact; r:gives {((1 6 8 5) ">=") list:sort (8 6 5 1)}] - skolem:lemma8272 - skolem:lemma8273 - [ a r:Fact; r:gives {(8651 1568) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5681 a r:Inference; - r:gives { - 1686 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1686 math:notEqualTo 0}] - skolem:lemma8419 - [ a r:Fact; r:gives {((1 6 8 6) "=<") list:sort (1 6 6 8)}] - [ a r:Fact; r:gives {((1 6 8 6) ">=") list:sort (8 6 6 1)}] - skolem:lemma8392 - skolem:lemma8393 - [ a r:Fact; r:gives {(8661 1668) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5682 a r:Inference; - r:gives { - 1687 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1687 math:notEqualTo 0}] - skolem:lemma8420 - [ a r:Fact; r:gives {((1 6 8 7) "=<") list:sort (1 6 7 8)}] - [ a r:Fact; r:gives {((1 6 8 7) ">=") list:sort (8 7 6 1)}] - skolem:lemma8408 - skolem:lemma8409 - [ a r:Fact; r:gives {(8761 1678) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5683 a r:Inference; - r:gives { - 1688 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1688 math:notEqualTo 0}] - skolem:lemma8421 - [ a r:Fact; r:gives {((1 6 8 8) "=<") list:sort (1 6 8 8)}] - [ a r:Fact; r:gives {((1 6 8 8) ">=") list:sort (8 8 6 1)}] - skolem:lemma8422 - skolem:lemma8423 - [ a r:Fact; r:gives {(8861 1688) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5684 a r:Inference; - r:gives { - 1689 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1689 math:notEqualTo 0}] - skolem:lemma8424 - [ a r:Fact; r:gives {((1 6 8 9) "=<") list:sort (1 6 8 9)}] - [ a r:Fact; r:gives {((1 6 8 9) ">=") list:sort (9 8 6 1)}] - skolem:lemma8425 - skolem:lemma8426 - [ a r:Fact; r:gives {(9861 1689) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5685 a r:Inference; - r:gives { - 1690 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1690 math:notEqualTo 0}] - skolem:lemma8427 - [ a r:Fact; r:gives {((1 6 9 0) "=<") list:sort (0 1 6 9)}] - [ a r:Fact; r:gives {((1 6 9 0) ">=") list:sort (9 6 1 0)}] - skolem:lemma6348 - skolem:lemma6349 - [ a r:Fact; r:gives {(9610 169) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5686 a r:Inference; - r:gives { - 1691 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1691 math:notEqualTo 0}] - skolem:lemma8428 - [ a r:Fact; r:gives {((1 6 9 1) "=<") list:sort (1 1 6 9)}] - [ a r:Fact; r:gives {((1 6 9 1) ">=") list:sort (9 6 1 1)}] - skolem:lemma7675 - skolem:lemma7676 - [ a r:Fact; r:gives {(9611 1169) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5687 a r:Inference; - r:gives { - 1692 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1692 math:notEqualTo 0}] - skolem:lemma8429 - [ a r:Fact; r:gives {((1 6 9 2) "=<") list:sort (1 2 6 9)}] - [ a r:Fact; r:gives {((1 6 9 2) ">=") list:sort (9 6 2 1)}] - skolem:lemma7847 - skolem:lemma7848 - [ a r:Fact; r:gives {(9621 1269) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5688 a r:Inference; - r:gives { - 1693 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1693 math:notEqualTo 0}] - skolem:lemma8430 - [ a r:Fact; r:gives {((1 6 9 3) "=<") list:sort (1 3 6 9)}] - [ a r:Fact; r:gives {((1 6 9 3) ">=") list:sort (9 6 3 1)}] - skolem:lemma8003 - skolem:lemma8004 - [ a r:Fact; r:gives {(9631 1369) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5689 a r:Inference; - r:gives { - 1694 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1694 math:notEqualTo 0}] - skolem:lemma8431 - [ a r:Fact; r:gives {((1 6 9 4) "=<") list:sort (1 4 6 9)}] - [ a r:Fact; r:gives {((1 6 9 4) ">=") list:sort (9 6 4 1)}] - skolem:lemma8145 - skolem:lemma8146 - [ a r:Fact; r:gives {(9641 1469) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5690 a r:Inference; - r:gives { - 1695 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1695 math:notEqualTo 0}] - skolem:lemma8432 - [ a r:Fact; r:gives {((1 6 9 5) "=<") list:sort (1 5 6 9)}] - [ a r:Fact; r:gives {((1 6 9 5) ">=") list:sort (9 6 5 1)}] - skolem:lemma8275 - skolem:lemma8276 - [ a r:Fact; r:gives {(9651 1569) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5691 a r:Inference; - r:gives { - 1696 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1696 math:notEqualTo 0}] - skolem:lemma8433 - [ a r:Fact; r:gives {((1 6 9 6) "=<") list:sort (1 6 6 9)}] - [ a r:Fact; r:gives {((1 6 9 6) ">=") list:sort (9 6 6 1)}] - skolem:lemma8395 - skolem:lemma8396 - [ a r:Fact; r:gives {(9661 1669) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5692 a r:Inference; - r:gives { - 1697 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1697 math:notEqualTo 0}] - skolem:lemma8434 - [ a r:Fact; r:gives {((1 6 9 7) "=<") list:sort (1 6 7 9)}] - [ a r:Fact; r:gives {((1 6 9 7) ">=") list:sort (9 7 6 1)}] - skolem:lemma8411 - skolem:lemma8412 - [ a r:Fact; r:gives {(9761 1679) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5693 a r:Inference; - r:gives { - 1698 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1698 math:notEqualTo 0}] - skolem:lemma8435 - [ a r:Fact; r:gives {((1 6 9 8) "=<") list:sort (1 6 8 9)}] - [ a r:Fact; r:gives {((1 6 9 8) ">=") list:sort (9 8 6 1)}] - skolem:lemma8425 - skolem:lemma8426 - [ a r:Fact; r:gives {(9861 1689) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5694 a r:Inference; - r:gives { - 1699 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1699 math:notEqualTo 0}] - skolem:lemma8436 - [ a r:Fact; r:gives {((1 6 9 9) "=<") list:sort (1 6 9 9)}] - [ a r:Fact; r:gives {((1 6 9 9) ">=") list:sort (9 9 6 1)}] - skolem:lemma8437 - skolem:lemma8438 - [ a r:Fact; r:gives {(9961 1699) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5695 a r:Inference; - r:gives { - 1700 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1700 math:notEqualTo 0}] - skolem:lemma8439 - [ a r:Fact; r:gives {((1 7 0 0) "=<") list:sort (0 0 1 7)}] - [ a r:Fact; r:gives {((1 7 0 0) ">=") list:sort (7 1 0 0)}] - skolem:lemma6042 - skolem:lemma6043 - [ a r:Fact; r:gives {(7100 17) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5696 a r:Inference; - r:gives { - 1701 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1701 math:notEqualTo 0}] - skolem:lemma8440 - [ a r:Fact; r:gives {((1 7 0 1) "=<") list:sort (0 1 1 7)}] - [ a r:Fact; r:gives {((1 7 0 1) ">=") list:sort (7 1 1 0)}] - skolem:lemma6232 - skolem:lemma6233 - [ a r:Fact; r:gives {(7110 117) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5697 a r:Inference; - r:gives { - 1702 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1702 math:notEqualTo 0}] - skolem:lemma8441 - [ a r:Fact; r:gives {((1 7 0 2) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((1 7 0 2) ">=") list:sort (7 2 1 0)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5698 a r:Inference; - r:gives { - 1703 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1703 math:notEqualTo 0}] - skolem:lemma8442 - [ a r:Fact; r:gives {((1 7 0 3) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((1 7 0 3) ">=") list:sort (7 3 1 0)}] - skolem:lemma6282 - skolem:lemma6283 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5699 a r:Inference; - r:gives { - 1704 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1704 math:notEqualTo 0}] - skolem:lemma8443 - [ a r:Fact; r:gives {((1 7 0 4) "=<") list:sort (0 1 4 7)}] - [ a r:Fact; r:gives {((1 7 0 4) ">=") list:sort (7 4 1 0)}] - skolem:lemma6304 - skolem:lemma6305 - [ a r:Fact; r:gives {(7410 147) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5700 a r:Inference; - r:gives { - 1705 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1705 math:notEqualTo 0}] - skolem:lemma8444 - [ a r:Fact; r:gives {((1 7 0 5) "=<") list:sort (0 1 5 7)}] - [ a r:Fact; r:gives {((1 7 0 5) ">=") list:sort (7 5 1 0)}] - skolem:lemma6324 - skolem:lemma6325 - [ a r:Fact; r:gives {(7510 157) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5701 a r:Inference; - r:gives { - 1706 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1706 math:notEqualTo 0}] - skolem:lemma8445 - [ a r:Fact; r:gives {((1 7 0 6) "=<") list:sort (0 1 6 7)}] - [ a r:Fact; r:gives {((1 7 0 6) ">=") list:sort (7 6 1 0)}] - skolem:lemma6342 - skolem:lemma6343 - [ a r:Fact; r:gives {(7610 167) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5702 a r:Inference; - r:gives { - 1707 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1707 math:notEqualTo 0}] - skolem:lemma8446 - [ a r:Fact; r:gives {((1 7 0 7) "=<") list:sort (0 1 7 7)}] - [ a r:Fact; r:gives {((1 7 0 7) ">=") list:sort (7 7 1 0)}] - skolem:lemma6358 - skolem:lemma6359 - [ a r:Fact; r:gives {(7710 177) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5703 a r:Inference; - r:gives { - 1708 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1708 math:notEqualTo 0}] - skolem:lemma8447 - [ a r:Fact; r:gives {((1 7 0 8) "=<") list:sort (0 1 7 8)}] - [ a r:Fact; r:gives {((1 7 0 8) ">=") list:sort (8 7 1 0)}] - skolem:lemma6361 - skolem:lemma6362 - [ a r:Fact; r:gives {(8710 178) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5704 a r:Inference; - r:gives { - 1709 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1709 math:notEqualTo 0}] - skolem:lemma8448 - [ a r:Fact; r:gives {((1 7 0 9) "=<") list:sort (0 1 7 9)}] - [ a r:Fact; r:gives {((1 7 0 9) ">=") list:sort (9 7 1 0)}] - skolem:lemma6364 - skolem:lemma6365 - [ a r:Fact; r:gives {(9710 179) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5705 a r:Inference; - r:gives { - 1710 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1710 math:notEqualTo 0}] - skolem:lemma8449 - [ a r:Fact; r:gives {((1 7 1 0) "=<") list:sort (0 1 1 7)}] - [ a r:Fact; r:gives {((1 7 1 0) ">=") list:sort (7 1 1 0)}] - skolem:lemma6232 - skolem:lemma6233 - [ a r:Fact; r:gives {(7110 117) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5706 a r:Inference; - r:gives { - 1711 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1711 math:notEqualTo 0}] - skolem:lemma8450 - [ a r:Fact; r:gives {((1 7 1 1) "=<") list:sort (1 1 1 7)}] - [ a r:Fact; r:gives {((1 7 1 1) ">=") list:sort (7 1 1 1)}] - skolem:lemma7559 - skolem:lemma7560 - [ a r:Fact; r:gives {(7111 1117) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5707 a r:Inference; - r:gives { - 1712 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1712 math:notEqualTo 0}] - skolem:lemma8451 - [ a r:Fact; r:gives {((1 7 1 2) "=<") list:sort (1 1 2 7)}] - [ a r:Fact; r:gives {((1 7 1 2) ">=") list:sort (7 2 1 1)}] - skolem:lemma7585 - skolem:lemma7586 - [ a r:Fact; r:gives {(7211 1127) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5708 a r:Inference; - r:gives { - 1713 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1713 math:notEqualTo 0}] - skolem:lemma8452 - [ a r:Fact; r:gives {((1 7 1 3) "=<") list:sort (1 1 3 7)}] - [ a r:Fact; r:gives {((1 7 1 3) ">=") list:sort (7 3 1 1)}] - skolem:lemma7609 - skolem:lemma7610 - [ a r:Fact; r:gives {(7311 1137) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5709 a r:Inference; - r:gives { - 1714 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1714 math:notEqualTo 0}] - skolem:lemma8453 - [ a r:Fact; r:gives {((1 7 1 4) "=<") list:sort (1 1 4 7)}] - [ a r:Fact; r:gives {((1 7 1 4) ">=") list:sort (7 4 1 1)}] - skolem:lemma7631 - skolem:lemma7632 - [ a r:Fact; r:gives {(7411 1147) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5710 a r:Inference; - r:gives { - 1715 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1715 math:notEqualTo 0}] - skolem:lemma8454 - [ a r:Fact; r:gives {((1 7 1 5) "=<") list:sort (1 1 5 7)}] - [ a r:Fact; r:gives {((1 7 1 5) ">=") list:sort (7 5 1 1)}] - skolem:lemma7651 - skolem:lemma7652 - [ a r:Fact; r:gives {(7511 1157) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5711 a r:Inference; - r:gives { - 1716 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1716 math:notEqualTo 0}] - skolem:lemma8455 - [ a r:Fact; r:gives {((1 7 1 6) "=<") list:sort (1 1 6 7)}] - [ a r:Fact; r:gives {((1 7 1 6) ">=") list:sort (7 6 1 1)}] - skolem:lemma7669 - skolem:lemma7670 - [ a r:Fact; r:gives {(7611 1167) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5712 a r:Inference; - r:gives { - 1717 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1717 math:notEqualTo 0}] - skolem:lemma8456 - [ a r:Fact; r:gives {((1 7 1 7) "=<") list:sort (1 1 7 7)}] - [ a r:Fact; r:gives {((1 7 1 7) ">=") list:sort (7 7 1 1)}] - skolem:lemma7685 - skolem:lemma7686 - [ a r:Fact; r:gives {(7711 1177) math:difference 6534}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6534 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6534 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5713 a r:Inference; - r:gives { - 1718 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1718 math:notEqualTo 0}] - skolem:lemma8457 - [ a r:Fact; r:gives {((1 7 1 8) "=<") list:sort (1 1 7 8)}] - [ a r:Fact; r:gives {((1 7 1 8) ">=") list:sort (8 7 1 1)}] - skolem:lemma7688 - skolem:lemma7689 - [ a r:Fact; r:gives {(8711 1178) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5714 a r:Inference; - r:gives { - 1719 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1719 math:notEqualTo 0}] - skolem:lemma8458 - [ a r:Fact; r:gives {((1 7 1 9) "=<") list:sort (1 1 7 9)}] - [ a r:Fact; r:gives {((1 7 1 9) ">=") list:sort (9 7 1 1)}] - skolem:lemma7691 - skolem:lemma7692 - [ a r:Fact; r:gives {(9711 1179) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5715 a r:Inference; - r:gives { - 1720 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1720 math:notEqualTo 0}] - skolem:lemma8459 - [ a r:Fact; r:gives {((1 7 2 0) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((1 7 2 0) ">=") list:sort (7 2 1 0)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5716 a r:Inference; - r:gives { - 1721 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1721 math:notEqualTo 0}] - skolem:lemma8460 - [ a r:Fact; r:gives {((1 7 2 1) "=<") list:sort (1 1 2 7)}] - [ a r:Fact; r:gives {((1 7 2 1) ">=") list:sort (7 2 1 1)}] - skolem:lemma7585 - skolem:lemma7586 - [ a r:Fact; r:gives {(7211 1127) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5717 a r:Inference; - r:gives { - 1722 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1722 math:notEqualTo 0}] - skolem:lemma8461 - [ a r:Fact; r:gives {((1 7 2 2) "=<") list:sort (1 2 2 7)}] - [ a r:Fact; r:gives {((1 7 2 2) ">=") list:sort (7 2 2 1)}] - skolem:lemma7757 - skolem:lemma7758 - [ a r:Fact; r:gives {(7221 1227) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5718 a r:Inference; - r:gives { - 1723 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1723 math:notEqualTo 0}] - skolem:lemma8462 - [ a r:Fact; r:gives {((1 7 2 3) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((1 7 2 3) ">=") list:sort (7 3 2 1)}] - skolem:lemma7781 - skolem:lemma7782 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5719 a r:Inference; - r:gives { - 1724 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1724 math:notEqualTo 0}] - skolem:lemma8463 - [ a r:Fact; r:gives {((1 7 2 4) "=<") list:sort (1 2 4 7)}] - [ a r:Fact; r:gives {((1 7 2 4) ">=") list:sort (7 4 2 1)}] - skolem:lemma7803 - skolem:lemma7804 - [ a r:Fact; r:gives {(7421 1247) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5720 a r:Inference; - r:gives { - 1725 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1725 math:notEqualTo 0}] - skolem:lemma8464 - [ a r:Fact; r:gives {((1 7 2 5) "=<") list:sort (1 2 5 7)}] - [ a r:Fact; r:gives {((1 7 2 5) ">=") list:sort (7 5 2 1)}] - skolem:lemma7823 - skolem:lemma7824 - [ a r:Fact; r:gives {(7521 1257) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5721 a r:Inference; - r:gives { - 1726 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1726 math:notEqualTo 0}] - skolem:lemma8465 - [ a r:Fact; r:gives {((1 7 2 6) "=<") list:sort (1 2 6 7)}] - [ a r:Fact; r:gives {((1 7 2 6) ">=") list:sort (7 6 2 1)}] - skolem:lemma7841 - skolem:lemma7842 - [ a r:Fact; r:gives {(7621 1267) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5722 a r:Inference; - r:gives { - 1727 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1727 math:notEqualTo 0}] - skolem:lemma8466 - [ a r:Fact; r:gives {((1 7 2 7) "=<") list:sort (1 2 7 7)}] - [ a r:Fact; r:gives {((1 7 2 7) ">=") list:sort (7 7 2 1)}] - skolem:lemma7857 - skolem:lemma7858 - [ a r:Fact; r:gives {(7721 1277) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5723 a r:Inference; - r:gives { - 1728 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1728 math:notEqualTo 0}] - skolem:lemma8467 - [ a r:Fact; r:gives {((1 7 2 8) "=<") list:sort (1 2 7 8)}] - [ a r:Fact; r:gives {((1 7 2 8) ">=") list:sort (8 7 2 1)}] - skolem:lemma7860 - skolem:lemma7861 - [ a r:Fact; r:gives {(8721 1278) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5724 a r:Inference; - r:gives { - 1729 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1729 math:notEqualTo 0}] - skolem:lemma8468 - [ a r:Fact; r:gives {((1 7 2 9) "=<") list:sort (1 2 7 9)}] - [ a r:Fact; r:gives {((1 7 2 9) ">=") list:sort (9 7 2 1)}] - skolem:lemma7863 - skolem:lemma7864 - [ a r:Fact; r:gives {(9721 1279) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5725 a r:Inference; - r:gives { - 1730 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1730 math:notEqualTo 0}] - skolem:lemma8469 - [ a r:Fact; r:gives {((1 7 3 0) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((1 7 3 0) ">=") list:sort (7 3 1 0)}] - skolem:lemma6282 - skolem:lemma6283 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5726 a r:Inference; - r:gives { - 1731 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1731 math:notEqualTo 0}] - skolem:lemma8470 - [ a r:Fact; r:gives {((1 7 3 1) "=<") list:sort (1 1 3 7)}] - [ a r:Fact; r:gives {((1 7 3 1) ">=") list:sort (7 3 1 1)}] - skolem:lemma7609 - skolem:lemma7610 - [ a r:Fact; r:gives {(7311 1137) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5727 a r:Inference; - r:gives { - 1732 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1732 math:notEqualTo 0}] - skolem:lemma8471 - [ a r:Fact; r:gives {((1 7 3 2) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((1 7 3 2) ">=") list:sort (7 3 2 1)}] - skolem:lemma7781 - skolem:lemma7782 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5728 a r:Inference; - r:gives { - 1733 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1733 math:notEqualTo 0}] - skolem:lemma8472 - [ a r:Fact; r:gives {((1 7 3 3) "=<") list:sort (1 3 3 7)}] - [ a r:Fact; r:gives {((1 7 3 3) ">=") list:sort (7 3 3 1)}] - skolem:lemma7937 - skolem:lemma7938 - [ a r:Fact; r:gives {(7331 1337) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5729 a r:Inference; - r:gives { - 1734 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1734 math:notEqualTo 0}] - skolem:lemma8473 - [ a r:Fact; r:gives {((1 7 3 4) "=<") list:sort (1 3 4 7)}] - [ a r:Fact; r:gives {((1 7 3 4) ">=") list:sort (7 4 3 1)}] - skolem:lemma7959 - skolem:lemma7960 - [ a r:Fact; r:gives {(7431 1347) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5730 a r:Inference; - r:gives { - 1735 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1735 math:notEqualTo 0}] - skolem:lemma8474 - [ a r:Fact; r:gives {((1 7 3 5) "=<") list:sort (1 3 5 7)}] - [ a r:Fact; r:gives {((1 7 3 5) ">=") list:sort (7 5 3 1)}] - skolem:lemma7979 - skolem:lemma7980 - [ a r:Fact; r:gives {(7531 1357) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5731 a r:Inference; - r:gives { - 1736 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1736 math:notEqualTo 0}] - skolem:lemma8475 - [ a r:Fact; r:gives {((1 7 3 6) "=<") list:sort (1 3 6 7)}] - [ a r:Fact; r:gives {((1 7 3 6) ">=") list:sort (7 6 3 1)}] - skolem:lemma7997 - skolem:lemma7998 - [ a r:Fact; r:gives {(7631 1367) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5732 a r:Inference; - r:gives { - 1737 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1737 math:notEqualTo 0}] - skolem:lemma8476 - [ a r:Fact; r:gives {((1 7 3 7) "=<") list:sort (1 3 7 7)}] - [ a r:Fact; r:gives {((1 7 3 7) ">=") list:sort (7 7 3 1)}] - skolem:lemma8013 - skolem:lemma8014 - [ a r:Fact; r:gives {(7731 1377) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5733 a r:Inference; - r:gives { - 1738 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1738 math:notEqualTo 0}] - skolem:lemma8477 - [ a r:Fact; r:gives {((1 7 3 8) "=<") list:sort (1 3 7 8)}] - [ a r:Fact; r:gives {((1 7 3 8) ">=") list:sort (8 7 3 1)}] - skolem:lemma8016 - skolem:lemma8017 - [ a r:Fact; r:gives {(8731 1378) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5734 a r:Inference; - r:gives { - 1739 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1739 math:notEqualTo 0}] - skolem:lemma8478 - [ a r:Fact; r:gives {((1 7 3 9) "=<") list:sort (1 3 7 9)}] - [ a r:Fact; r:gives {((1 7 3 9) ">=") list:sort (9 7 3 1)}] - skolem:lemma8019 - skolem:lemma8020 - [ a r:Fact; r:gives {(9731 1379) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5735 a r:Inference; - r:gives { - 1740 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1740 math:notEqualTo 0}] - skolem:lemma8479 - [ a r:Fact; r:gives {((1 7 4 0) "=<") list:sort (0 1 4 7)}] - [ a r:Fact; r:gives {((1 7 4 0) ">=") list:sort (7 4 1 0)}] - skolem:lemma6304 - skolem:lemma6305 - [ a r:Fact; r:gives {(7410 147) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5736 a r:Inference; - r:gives { - 1741 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1741 math:notEqualTo 0}] - skolem:lemma8480 - [ a r:Fact; r:gives {((1 7 4 1) "=<") list:sort (1 1 4 7)}] - [ a r:Fact; r:gives {((1 7 4 1) ">=") list:sort (7 4 1 1)}] - skolem:lemma7631 - skolem:lemma7632 - [ a r:Fact; r:gives {(7411 1147) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5737 a r:Inference; - r:gives { - 1742 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1742 math:notEqualTo 0}] - skolem:lemma8481 - [ a r:Fact; r:gives {((1 7 4 2) "=<") list:sort (1 2 4 7)}] - [ a r:Fact; r:gives {((1 7 4 2) ">=") list:sort (7 4 2 1)}] - skolem:lemma7803 - skolem:lemma7804 - [ a r:Fact; r:gives {(7421 1247) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5738 a r:Inference; - r:gives { - 1743 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1743 math:notEqualTo 0}] - skolem:lemma8482 - [ a r:Fact; r:gives {((1 7 4 3) "=<") list:sort (1 3 4 7)}] - [ a r:Fact; r:gives {((1 7 4 3) ">=") list:sort (7 4 3 1)}] - skolem:lemma7959 - skolem:lemma7960 - [ a r:Fact; r:gives {(7431 1347) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5739 a r:Inference; - r:gives { - 1744 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1744 math:notEqualTo 0}] - skolem:lemma8483 - [ a r:Fact; r:gives {((1 7 4 4) "=<") list:sort (1 4 4 7)}] - [ a r:Fact; r:gives {((1 7 4 4) ">=") list:sort (7 4 4 1)}] - skolem:lemma8101 - skolem:lemma8102 - [ a r:Fact; r:gives {(7441 1447) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5740 a r:Inference; - r:gives { - 1745 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1745 math:notEqualTo 0}] - skolem:lemma8484 - [ a r:Fact; r:gives {((1 7 4 5) "=<") list:sort (1 4 5 7)}] - [ a r:Fact; r:gives {((1 7 4 5) ">=") list:sort (7 5 4 1)}] - skolem:lemma8121 - skolem:lemma8122 - [ a r:Fact; r:gives {(7541 1457) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5741 a r:Inference; - r:gives { - 1746 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1746 math:notEqualTo 0}] - skolem:lemma8485 - [ a r:Fact; r:gives {((1 7 4 6) "=<") list:sort (1 4 6 7)}] - [ a r:Fact; r:gives {((1 7 4 6) ">=") list:sort (7 6 4 1)}] - skolem:lemma8139 - skolem:lemma8140 - [ a r:Fact; r:gives {(7641 1467) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5742 a r:Inference; - r:gives { - 1747 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1747 math:notEqualTo 0}] - skolem:lemma8486 - [ a r:Fact; r:gives {((1 7 4 7) "=<") list:sort (1 4 7 7)}] - [ a r:Fact; r:gives {((1 7 4 7) ">=") list:sort (7 7 4 1)}] - skolem:lemma8155 - skolem:lemma8156 - [ a r:Fact; r:gives {(7741 1477) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5743 a r:Inference; - r:gives { - 1748 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1748 math:notEqualTo 0}] - skolem:lemma8487 - [ a r:Fact; r:gives {((1 7 4 8) "=<") list:sort (1 4 7 8)}] - [ a r:Fact; r:gives {((1 7 4 8) ">=") list:sort (8 7 4 1)}] - skolem:lemma8158 - skolem:lemma8159 - [ a r:Fact; r:gives {(8741 1478) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5744 a r:Inference; - r:gives { - 1749 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1749 math:notEqualTo 0}] - skolem:lemma8488 - [ a r:Fact; r:gives {((1 7 4 9) "=<") list:sort (1 4 7 9)}] - [ a r:Fact; r:gives {((1 7 4 9) ">=") list:sort (9 7 4 1)}] - skolem:lemma8161 - skolem:lemma8162 - [ a r:Fact; r:gives {(9741 1479) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5745 a r:Inference; - r:gives { - 1750 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1750 math:notEqualTo 0}] - skolem:lemma8489 - [ a r:Fact; r:gives {((1 7 5 0) "=<") list:sort (0 1 5 7)}] - [ a r:Fact; r:gives {((1 7 5 0) ">=") list:sort (7 5 1 0)}] - skolem:lemma6324 - skolem:lemma6325 - [ a r:Fact; r:gives {(7510 157) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5746 a r:Inference; - r:gives { - 1751 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1751 math:notEqualTo 0}] - skolem:lemma8490 - [ a r:Fact; r:gives {((1 7 5 1) "=<") list:sort (1 1 5 7)}] - [ a r:Fact; r:gives {((1 7 5 1) ">=") list:sort (7 5 1 1)}] - skolem:lemma7651 - skolem:lemma7652 - [ a r:Fact; r:gives {(7511 1157) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5747 a r:Inference; - r:gives { - 1752 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1752 math:notEqualTo 0}] - skolem:lemma8491 - [ a r:Fact; r:gives {((1 7 5 2) "=<") list:sort (1 2 5 7)}] - [ a r:Fact; r:gives {((1 7 5 2) ">=") list:sort (7 5 2 1)}] - skolem:lemma7823 - skolem:lemma7824 - [ a r:Fact; r:gives {(7521 1257) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5748 a r:Inference; - r:gives { - 1753 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1753 math:notEqualTo 0}] - skolem:lemma8492 - [ a r:Fact; r:gives {((1 7 5 3) "=<") list:sort (1 3 5 7)}] - [ a r:Fact; r:gives {((1 7 5 3) ">=") list:sort (7 5 3 1)}] - skolem:lemma7979 - skolem:lemma7980 - [ a r:Fact; r:gives {(7531 1357) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5749 a r:Inference; - r:gives { - 1754 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1754 math:notEqualTo 0}] - skolem:lemma8493 - [ a r:Fact; r:gives {((1 7 5 4) "=<") list:sort (1 4 5 7)}] - [ a r:Fact; r:gives {((1 7 5 4) ">=") list:sort (7 5 4 1)}] - skolem:lemma8121 - skolem:lemma8122 - [ a r:Fact; r:gives {(7541 1457) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5750 a r:Inference; - r:gives { - 1755 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1755 math:notEqualTo 0}] - skolem:lemma8494 - [ a r:Fact; r:gives {((1 7 5 5) "=<") list:sort (1 5 5 7)}] - [ a r:Fact; r:gives {((1 7 5 5) ">=") list:sort (7 5 5 1)}] - skolem:lemma8251 - skolem:lemma8252 - [ a r:Fact; r:gives {(7551 1557) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5751 a r:Inference; - r:gives { - 1756 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1756 math:notEqualTo 0}] - skolem:lemma8495 - [ a r:Fact; r:gives {((1 7 5 6) "=<") list:sort (1 5 6 7)}] - [ a r:Fact; r:gives {((1 7 5 6) ">=") list:sort (7 6 5 1)}] - skolem:lemma8269 - skolem:lemma8270 - [ a r:Fact; r:gives {(7651 1567) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5752 a r:Inference; - r:gives { - 1757 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1757 math:notEqualTo 0}] - skolem:lemma8496 - [ a r:Fact; r:gives {((1 7 5 7) "=<") list:sort (1 5 7 7)}] - [ a r:Fact; r:gives {((1 7 5 7) ">=") list:sort (7 7 5 1)}] - skolem:lemma8285 - skolem:lemma8286 - [ a r:Fact; r:gives {(7751 1577) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5753 a r:Inference; - r:gives { - 1758 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1758 math:notEqualTo 0}] - skolem:lemma8497 - [ a r:Fact; r:gives {((1 7 5 8) "=<") list:sort (1 5 7 8)}] - [ a r:Fact; r:gives {((1 7 5 8) ">=") list:sort (8 7 5 1)}] - skolem:lemma8288 - skolem:lemma8289 - [ a r:Fact; r:gives {(8751 1578) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5754 a r:Inference; - r:gives { - 1759 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1759 math:notEqualTo 0}] - skolem:lemma8498 - [ a r:Fact; r:gives {((1 7 5 9) "=<") list:sort (1 5 7 9)}] - [ a r:Fact; r:gives {((1 7 5 9) ">=") list:sort (9 7 5 1)}] - skolem:lemma8291 - skolem:lemma8292 - [ a r:Fact; r:gives {(9751 1579) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5755 a r:Inference; - r:gives { - 1760 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1760 math:notEqualTo 0}] - skolem:lemma8499 - [ a r:Fact; r:gives {((1 7 6 0) "=<") list:sort (0 1 6 7)}] - [ a r:Fact; r:gives {((1 7 6 0) ">=") list:sort (7 6 1 0)}] - skolem:lemma6342 - skolem:lemma6343 - [ a r:Fact; r:gives {(7610 167) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5756 a r:Inference; - r:gives { - 1761 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1761 math:notEqualTo 0}] - skolem:lemma8500 - [ a r:Fact; r:gives {((1 7 6 1) "=<") list:sort (1 1 6 7)}] - [ a r:Fact; r:gives {((1 7 6 1) ">=") list:sort (7 6 1 1)}] - skolem:lemma7669 - skolem:lemma7670 - [ a r:Fact; r:gives {(7611 1167) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5757 a r:Inference; - r:gives { - 1762 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1762 math:notEqualTo 0}] - skolem:lemma8501 - [ a r:Fact; r:gives {((1 7 6 2) "=<") list:sort (1 2 6 7)}] - [ a r:Fact; r:gives {((1 7 6 2) ">=") list:sort (7 6 2 1)}] - skolem:lemma7841 - skolem:lemma7842 - [ a r:Fact; r:gives {(7621 1267) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5758 a r:Inference; - r:gives { - 1763 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1763 math:notEqualTo 0}] - skolem:lemma8502 - [ a r:Fact; r:gives {((1 7 6 3) "=<") list:sort (1 3 6 7)}] - [ a r:Fact; r:gives {((1 7 6 3) ">=") list:sort (7 6 3 1)}] - skolem:lemma7997 - skolem:lemma7998 - [ a r:Fact; r:gives {(7631 1367) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5759 a r:Inference; - r:gives { - 1764 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1764 math:notEqualTo 0}] - skolem:lemma8503 - [ a r:Fact; r:gives {((1 7 6 4) "=<") list:sort (1 4 6 7)}] - [ a r:Fact; r:gives {((1 7 6 4) ">=") list:sort (7 6 4 1)}] - skolem:lemma8139 - skolem:lemma8140 - [ a r:Fact; r:gives {(7641 1467) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5760 a r:Inference; - r:gives { - 1765 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1765 math:notEqualTo 0}] - skolem:lemma8504 - [ a r:Fact; r:gives {((1 7 6 5) "=<") list:sort (1 5 6 7)}] - [ a r:Fact; r:gives {((1 7 6 5) ">=") list:sort (7 6 5 1)}] - skolem:lemma8269 - skolem:lemma8270 - [ a r:Fact; r:gives {(7651 1567) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5761 a r:Inference; - r:gives { - 1766 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1766 math:notEqualTo 0}] - skolem:lemma8505 - [ a r:Fact; r:gives {((1 7 6 6) "=<") list:sort (1 6 6 7)}] - [ a r:Fact; r:gives {((1 7 6 6) ">=") list:sort (7 6 6 1)}] - skolem:lemma8389 - skolem:lemma8390 - [ a r:Fact; r:gives {(7661 1667) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5762 a r:Inference; - r:gives { - 1767 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1767 math:notEqualTo 0}] - skolem:lemma8506 - [ a r:Fact; r:gives {((1 7 6 7) "=<") list:sort (1 6 7 7)}] - [ a r:Fact; r:gives {((1 7 6 7) ">=") list:sort (7 7 6 1)}] - skolem:lemma8405 - skolem:lemma8406 - [ a r:Fact; r:gives {(7761 1677) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5763 a r:Inference; - r:gives { - 1768 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1768 math:notEqualTo 0}] - skolem:lemma8507 - [ a r:Fact; r:gives {((1 7 6 8) "=<") list:sort (1 6 7 8)}] - [ a r:Fact; r:gives {((1 7 6 8) ">=") list:sort (8 7 6 1)}] - skolem:lemma8408 - skolem:lemma8409 - [ a r:Fact; r:gives {(8761 1678) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5764 a r:Inference; - r:gives { - 1769 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1769 math:notEqualTo 0}] - skolem:lemma8508 - [ a r:Fact; r:gives {((1 7 6 9) "=<") list:sort (1 6 7 9)}] - [ a r:Fact; r:gives {((1 7 6 9) ">=") list:sort (9 7 6 1)}] - skolem:lemma8411 - skolem:lemma8412 - [ a r:Fact; r:gives {(9761 1679) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5765 a r:Inference; - r:gives { - 1770 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1770 math:notEqualTo 0}] - skolem:lemma8509 - [ a r:Fact; r:gives {((1 7 7 0) "=<") list:sort (0 1 7 7)}] - [ a r:Fact; r:gives {((1 7 7 0) ">=") list:sort (7 7 1 0)}] - skolem:lemma6358 - skolem:lemma6359 - [ a r:Fact; r:gives {(7710 177) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5766 a r:Inference; - r:gives { - 1771 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1771 math:notEqualTo 0}] - skolem:lemma8510 - [ a r:Fact; r:gives {((1 7 7 1) "=<") list:sort (1 1 7 7)}] - [ a r:Fact; r:gives {((1 7 7 1) ">=") list:sort (7 7 1 1)}] - skolem:lemma7685 - skolem:lemma7686 - [ a r:Fact; r:gives {(7711 1177) math:difference 6534}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6534 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6534 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5767 a r:Inference; - r:gives { - 1772 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1772 math:notEqualTo 0}] - skolem:lemma8511 - [ a r:Fact; r:gives {((1 7 7 2) "=<") list:sort (1 2 7 7)}] - [ a r:Fact; r:gives {((1 7 7 2) ">=") list:sort (7 7 2 1)}] - skolem:lemma7857 - skolem:lemma7858 - [ a r:Fact; r:gives {(7721 1277) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5768 a r:Inference; - r:gives { - 1773 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1773 math:notEqualTo 0}] - skolem:lemma8512 - [ a r:Fact; r:gives {((1 7 7 3) "=<") list:sort (1 3 7 7)}] - [ a r:Fact; r:gives {((1 7 7 3) ">=") list:sort (7 7 3 1)}] - skolem:lemma8013 - skolem:lemma8014 - [ a r:Fact; r:gives {(7731 1377) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5769 a r:Inference; - r:gives { - 1774 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1774 math:notEqualTo 0}] - skolem:lemma8513 - [ a r:Fact; r:gives {((1 7 7 4) "=<") list:sort (1 4 7 7)}] - [ a r:Fact; r:gives {((1 7 7 4) ">=") list:sort (7 7 4 1)}] - skolem:lemma8155 - skolem:lemma8156 - [ a r:Fact; r:gives {(7741 1477) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5770 a r:Inference; - r:gives { - 1775 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {1775 math:notEqualTo 0}] - skolem:lemma8514 - [ a r:Fact; r:gives {((1 7 7 5) "=<") list:sort (1 5 7 7)}] - [ a r:Fact; r:gives {((1 7 7 5) ">=") list:sort (7 7 5 1)}] - skolem:lemma8285 - skolem:lemma8286 - [ a r:Fact; r:gives {(7751 1577) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma5997. - -skolem:lemma5771 a r:Inference; - r:gives { - 1776 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1776 math:notEqualTo 0}] - skolem:lemma8515 - [ a r:Fact; r:gives {((1 7 7 6) "=<") list:sort (1 6 7 7)}] - [ a r:Fact; r:gives {((1 7 7 6) ">=") list:sort (7 7 6 1)}] - skolem:lemma8405 - skolem:lemma8406 - [ a r:Fact; r:gives {(7761 1677) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5772 a r:Inference; - r:gives { - 1777 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1777 math:notEqualTo 0}] - skolem:lemma8516 - [ a r:Fact; r:gives {((1 7 7 7) "=<") list:sort (1 7 7 7)}] - [ a r:Fact; r:gives {((1 7 7 7) ">=") list:sort (7 7 7 1)}] - skolem:lemma8517 - skolem:lemma8518 - [ a r:Fact; r:gives {(7771 1777) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5773 a r:Inference; - r:gives { - 1778 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1778 math:notEqualTo 0}] - skolem:lemma8519 - [ a r:Fact; r:gives {((1 7 7 8) "=<") list:sort (1 7 7 8)}] - [ a r:Fact; r:gives {((1 7 7 8) ">=") list:sort (8 7 7 1)}] - skolem:lemma8520 - skolem:lemma8521 - [ a r:Fact; r:gives {(8771 1778) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5774 a r:Inference; - r:gives { - 1779 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1779 math:notEqualTo 0}] - skolem:lemma8522 - [ a r:Fact; r:gives {((1 7 7 9) "=<") list:sort (1 7 7 9)}] - [ a r:Fact; r:gives {((1 7 7 9) ">=") list:sort (9 7 7 1)}] - skolem:lemma8523 - skolem:lemma8524 - [ a r:Fact; r:gives {(9771 1779) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5775 a r:Inference; - r:gives { - 1780 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1780 math:notEqualTo 0}] - skolem:lemma8525 - [ a r:Fact; r:gives {((1 7 8 0) "=<") list:sort (0 1 7 8)}] - [ a r:Fact; r:gives {((1 7 8 0) ">=") list:sort (8 7 1 0)}] - skolem:lemma6361 - skolem:lemma6362 - [ a r:Fact; r:gives {(8710 178) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5776 a r:Inference; - r:gives { - 1781 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1781 math:notEqualTo 0}] - skolem:lemma8526 - [ a r:Fact; r:gives {((1 7 8 1) "=<") list:sort (1 1 7 8)}] - [ a r:Fact; r:gives {((1 7 8 1) ">=") list:sort (8 7 1 1)}] - skolem:lemma7688 - skolem:lemma7689 - [ a r:Fact; r:gives {(8711 1178) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5777 a r:Inference; - r:gives { - 1782 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1782 math:notEqualTo 0}] - skolem:lemma8527 - [ a r:Fact; r:gives {((1 7 8 2) "=<") list:sort (1 2 7 8)}] - [ a r:Fact; r:gives {((1 7 8 2) ">=") list:sort (8 7 2 1)}] - skolem:lemma7860 - skolem:lemma7861 - [ a r:Fact; r:gives {(8721 1278) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5778 a r:Inference; - r:gives { - 1783 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1783 math:notEqualTo 0}] - skolem:lemma8528 - [ a r:Fact; r:gives {((1 7 8 3) "=<") list:sort (1 3 7 8)}] - [ a r:Fact; r:gives {((1 7 8 3) ">=") list:sort (8 7 3 1)}] - skolem:lemma8016 - skolem:lemma8017 - [ a r:Fact; r:gives {(8731 1378) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5779 a r:Inference; - r:gives { - 1784 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1784 math:notEqualTo 0}] - skolem:lemma8529 - [ a r:Fact; r:gives {((1 7 8 4) "=<") list:sort (1 4 7 8)}] - [ a r:Fact; r:gives {((1 7 8 4) ">=") list:sort (8 7 4 1)}] - skolem:lemma8158 - skolem:lemma8159 - [ a r:Fact; r:gives {(8741 1478) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5780 a r:Inference; - r:gives { - 1785 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1785 math:notEqualTo 0}] - skolem:lemma8530 - [ a r:Fact; r:gives {((1 7 8 5) "=<") list:sort (1 5 7 8)}] - [ a r:Fact; r:gives {((1 7 8 5) ">=") list:sort (8 7 5 1)}] - skolem:lemma8288 - skolem:lemma8289 - [ a r:Fact; r:gives {(8751 1578) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5781 a r:Inference; - r:gives { - 1786 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1786 math:notEqualTo 0}] - skolem:lemma8531 - [ a r:Fact; r:gives {((1 7 8 6) "=<") list:sort (1 6 7 8)}] - [ a r:Fact; r:gives {((1 7 8 6) ">=") list:sort (8 7 6 1)}] - skolem:lemma8408 - skolem:lemma8409 - [ a r:Fact; r:gives {(8761 1678) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5782 a r:Inference; - r:gives { - 1787 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1787 math:notEqualTo 0}] - skolem:lemma8532 - [ a r:Fact; r:gives {((1 7 8 7) "=<") list:sort (1 7 7 8)}] - [ a r:Fact; r:gives {((1 7 8 7) ">=") list:sort (8 7 7 1)}] - skolem:lemma8520 - skolem:lemma8521 - [ a r:Fact; r:gives {(8771 1778) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5783 a r:Inference; - r:gives { - 1788 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1788 math:notEqualTo 0}] - skolem:lemma8533 - [ a r:Fact; r:gives {((1 7 8 8) "=<") list:sort (1 7 8 8)}] - [ a r:Fact; r:gives {((1 7 8 8) ">=") list:sort (8 8 7 1)}] - skolem:lemma8534 - skolem:lemma8535 - [ a r:Fact; r:gives {(8871 1788) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5784 a r:Inference; - r:gives { - 1789 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1789 math:notEqualTo 0}] - skolem:lemma8536 - [ a r:Fact; r:gives {((1 7 8 9) "=<") list:sort (1 7 8 9)}] - [ a r:Fact; r:gives {((1 7 8 9) ">=") list:sort (9 8 7 1)}] - skolem:lemma8537 - skolem:lemma8538 - [ a r:Fact; r:gives {(9871 1789) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5785 a r:Inference; - r:gives { - 1790 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1790 math:notEqualTo 0}] - skolem:lemma8539 - [ a r:Fact; r:gives {((1 7 9 0) "=<") list:sort (0 1 7 9)}] - [ a r:Fact; r:gives {((1 7 9 0) ">=") list:sort (9 7 1 0)}] - skolem:lemma6364 - skolem:lemma6365 - [ a r:Fact; r:gives {(9710 179) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5786 a r:Inference; - r:gives { - 1791 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1791 math:notEqualTo 0}] - skolem:lemma8540 - [ a r:Fact; r:gives {((1 7 9 1) "=<") list:sort (1 1 7 9)}] - [ a r:Fact; r:gives {((1 7 9 1) ">=") list:sort (9 7 1 1)}] - skolem:lemma7691 - skolem:lemma7692 - [ a r:Fact; r:gives {(9711 1179) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5787 a r:Inference; - r:gives { - 1792 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1792 math:notEqualTo 0}] - skolem:lemma8541 - [ a r:Fact; r:gives {((1 7 9 2) "=<") list:sort (1 2 7 9)}] - [ a r:Fact; r:gives {((1 7 9 2) ">=") list:sort (9 7 2 1)}] - skolem:lemma7863 - skolem:lemma7864 - [ a r:Fact; r:gives {(9721 1279) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5788 a r:Inference; - r:gives { - 1793 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1793 math:notEqualTo 0}] - skolem:lemma8542 - [ a r:Fact; r:gives {((1 7 9 3) "=<") list:sort (1 3 7 9)}] - [ a r:Fact; r:gives {((1 7 9 3) ">=") list:sort (9 7 3 1)}] - skolem:lemma8019 - skolem:lemma8020 - [ a r:Fact; r:gives {(9731 1379) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5789 a r:Inference; - r:gives { - 1794 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1794 math:notEqualTo 0}] - skolem:lemma8543 - [ a r:Fact; r:gives {((1 7 9 4) "=<") list:sort (1 4 7 9)}] - [ a r:Fact; r:gives {((1 7 9 4) ">=") list:sort (9 7 4 1)}] - skolem:lemma8161 - skolem:lemma8162 - [ a r:Fact; r:gives {(9741 1479) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5790 a r:Inference; - r:gives { - 1795 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1795 math:notEqualTo 0}] - skolem:lemma8544 - [ a r:Fact; r:gives {((1 7 9 5) "=<") list:sort (1 5 7 9)}] - [ a r:Fact; r:gives {((1 7 9 5) ">=") list:sort (9 7 5 1)}] - skolem:lemma8291 - skolem:lemma8292 - [ a r:Fact; r:gives {(9751 1579) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5791 a r:Inference; - r:gives { - 1796 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1796 math:notEqualTo 0}] - skolem:lemma8545 - [ a r:Fact; r:gives {((1 7 9 6) "=<") list:sort (1 6 7 9)}] - [ a r:Fact; r:gives {((1 7 9 6) ">=") list:sort (9 7 6 1)}] - skolem:lemma8411 - skolem:lemma8412 - [ a r:Fact; r:gives {(9761 1679) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5792 a r:Inference; - r:gives { - 1797 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1797 math:notEqualTo 0}] - skolem:lemma8546 - [ a r:Fact; r:gives {((1 7 9 7) "=<") list:sort (1 7 7 9)}] - [ a r:Fact; r:gives {((1 7 9 7) ">=") list:sort (9 7 7 1)}] - skolem:lemma8523 - skolem:lemma8524 - [ a r:Fact; r:gives {(9771 1779) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5793 a r:Inference; - r:gives { - 1798 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1798 math:notEqualTo 0}] - skolem:lemma8547 - [ a r:Fact; r:gives {((1 7 9 8) "=<") list:sort (1 7 8 9)}] - [ a r:Fact; r:gives {((1 7 9 8) ">=") list:sort (9 8 7 1)}] - skolem:lemma8537 - skolem:lemma8538 - [ a r:Fact; r:gives {(9871 1789) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5794 a r:Inference; - r:gives { - 1799 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1799 math:notEqualTo 0}] - skolem:lemma8548 - [ a r:Fact; r:gives {((1 7 9 9) "=<") list:sort (1 7 9 9)}] - [ a r:Fact; r:gives {((1 7 9 9) ">=") list:sort (9 9 7 1)}] - skolem:lemma8549 - skolem:lemma8550 - [ a r:Fact; r:gives {(9971 1799) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5795 a r:Inference; - r:gives { - 1800 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1800 math:notEqualTo 0}] - skolem:lemma8551 - [ a r:Fact; r:gives {((1 8 0 0) "=<") list:sort (0 0 1 8)}] - [ a r:Fact; r:gives {((1 8 0 0) ">=") list:sort (8 1 0 0)}] - skolem:lemma6045 - skolem:lemma6046 - [ a r:Fact; r:gives {(8100 18) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5796 a r:Inference; - r:gives { - 1801 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1801 math:notEqualTo 0}] - skolem:lemma8552 - [ a r:Fact; r:gives {((1 8 0 1) "=<") list:sort (0 1 1 8)}] - [ a r:Fact; r:gives {((1 8 0 1) ">=") list:sort (8 1 1 0)}] - skolem:lemma6235 - skolem:lemma6236 - [ a r:Fact; r:gives {(8110 118) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5797 a r:Inference; - r:gives { - 1802 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1802 math:notEqualTo 0}] - skolem:lemma8553 - [ a r:Fact; r:gives {((1 8 0 2) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((1 8 0 2) ">=") list:sort (8 2 1 0)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5798 a r:Inference; - r:gives { - 1803 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1803 math:notEqualTo 0}] - skolem:lemma8554 - [ a r:Fact; r:gives {((1 8 0 3) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((1 8 0 3) ">=") list:sort (8 3 1 0)}] - skolem:lemma6285 - skolem:lemma6286 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5799 a r:Inference; - r:gives { - 1804 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1804 math:notEqualTo 0}] - skolem:lemma8555 - [ a r:Fact; r:gives {((1 8 0 4) "=<") list:sort (0 1 4 8)}] - [ a r:Fact; r:gives {((1 8 0 4) ">=") list:sort (8 4 1 0)}] - skolem:lemma6307 - skolem:lemma6308 - [ a r:Fact; r:gives {(8410 148) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5800 a r:Inference; - r:gives { - 1805 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1805 math:notEqualTo 0}] - skolem:lemma8556 - [ a r:Fact; r:gives {((1 8 0 5) "=<") list:sort (0 1 5 8)}] - [ a r:Fact; r:gives {((1 8 0 5) ">=") list:sort (8 5 1 0)}] - skolem:lemma6327 - skolem:lemma6328 - [ a r:Fact; r:gives {(8510 158) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5801 a r:Inference; - r:gives { - 1806 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1806 math:notEqualTo 0}] - skolem:lemma8557 - [ a r:Fact; r:gives {((1 8 0 6) "=<") list:sort (0 1 6 8)}] - [ a r:Fact; r:gives {((1 8 0 6) ">=") list:sort (8 6 1 0)}] - skolem:lemma6345 - skolem:lemma6346 - [ a r:Fact; r:gives {(8610 168) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5802 a r:Inference; - r:gives { - 1807 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1807 math:notEqualTo 0}] - skolem:lemma8558 - [ a r:Fact; r:gives {((1 8 0 7) "=<") list:sort (0 1 7 8)}] - [ a r:Fact; r:gives {((1 8 0 7) ">=") list:sort (8 7 1 0)}] - skolem:lemma6361 - skolem:lemma6362 - [ a r:Fact; r:gives {(8710 178) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5803 a r:Inference; - r:gives { - 1808 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1808 math:notEqualTo 0}] - skolem:lemma8559 - [ a r:Fact; r:gives {((1 8 0 8) "=<") list:sort (0 1 8 8)}] - [ a r:Fact; r:gives {((1 8 0 8) ">=") list:sort (8 8 1 0)}] - skolem:lemma6375 - skolem:lemma6376 - [ a r:Fact; r:gives {(8810 188) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5804 a r:Inference; - r:gives { - 1809 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1809 math:notEqualTo 0}] - skolem:lemma8560 - [ a r:Fact; r:gives {((1 8 0 9) "=<") list:sort (0 1 8 9)}] - [ a r:Fact; r:gives {((1 8 0 9) ">=") list:sort (9 8 1 0)}] - skolem:lemma6378 - skolem:lemma6379 - [ a r:Fact; r:gives {(9810 189) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5805 a r:Inference; - r:gives { - 1810 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1810 math:notEqualTo 0}] - skolem:lemma8561 - [ a r:Fact; r:gives {((1 8 1 0) "=<") list:sort (0 1 1 8)}] - [ a r:Fact; r:gives {((1 8 1 0) ">=") list:sort (8 1 1 0)}] - skolem:lemma6235 - skolem:lemma6236 - [ a r:Fact; r:gives {(8110 118) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5806 a r:Inference; - r:gives { - 1811 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1811 math:notEqualTo 0}] - skolem:lemma8562 - [ a r:Fact; r:gives {((1 8 1 1) "=<") list:sort (1 1 1 8)}] - [ a r:Fact; r:gives {((1 8 1 1) ">=") list:sort (8 1 1 1)}] - skolem:lemma7562 - skolem:lemma7563 - [ a r:Fact; r:gives {(8111 1118) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5807 a r:Inference; - r:gives { - 1812 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1812 math:notEqualTo 0}] - skolem:lemma8563 - [ a r:Fact; r:gives {((1 8 1 2) "=<") list:sort (1 1 2 8)}] - [ a r:Fact; r:gives {((1 8 1 2) ">=") list:sort (8 2 1 1)}] - skolem:lemma7588 - skolem:lemma7589 - [ a r:Fact; r:gives {(8211 1128) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5808 a r:Inference; - r:gives { - 1813 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1813 math:notEqualTo 0}] - skolem:lemma8564 - [ a r:Fact; r:gives {((1 8 1 3) "=<") list:sort (1 1 3 8)}] - [ a r:Fact; r:gives {((1 8 1 3) ">=") list:sort (8 3 1 1)}] - skolem:lemma7612 - skolem:lemma7613 - [ a r:Fact; r:gives {(8311 1138) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5809 a r:Inference; - r:gives { - 1814 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1814 math:notEqualTo 0}] - skolem:lemma8565 - [ a r:Fact; r:gives {((1 8 1 4) "=<") list:sort (1 1 4 8)}] - [ a r:Fact; r:gives {((1 8 1 4) ">=") list:sort (8 4 1 1)}] - skolem:lemma7634 - skolem:lemma7635 - [ a r:Fact; r:gives {(8411 1148) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5810 a r:Inference; - r:gives { - 1815 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1815 math:notEqualTo 0}] - skolem:lemma8566 - [ a r:Fact; r:gives {((1 8 1 5) "=<") list:sort (1 1 5 8)}] - [ a r:Fact; r:gives {((1 8 1 5) ">=") list:sort (8 5 1 1)}] - skolem:lemma7654 - skolem:lemma7655 - [ a r:Fact; r:gives {(8511 1158) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5811 a r:Inference; - r:gives { - 1816 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1816 math:notEqualTo 0}] - skolem:lemma8567 - [ a r:Fact; r:gives {((1 8 1 6) "=<") list:sort (1 1 6 8)}] - [ a r:Fact; r:gives {((1 8 1 6) ">=") list:sort (8 6 1 1)}] - skolem:lemma7672 - skolem:lemma7673 - [ a r:Fact; r:gives {(8611 1168) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5812 a r:Inference; - r:gives { - 1817 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1817 math:notEqualTo 0}] - skolem:lemma8568 - [ a r:Fact; r:gives {((1 8 1 7) "=<") list:sort (1 1 7 8)}] - [ a r:Fact; r:gives {((1 8 1 7) ">=") list:sort (8 7 1 1)}] - skolem:lemma7688 - skolem:lemma7689 - [ a r:Fact; r:gives {(8711 1178) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5813 a r:Inference; - r:gives { - 1818 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1818 math:notEqualTo 0}] - skolem:lemma8569 - [ a r:Fact; r:gives {((1 8 1 8) "=<") list:sort (1 1 8 8)}] - [ a r:Fact; r:gives {((1 8 1 8) ">=") list:sort (8 8 1 1)}] - skolem:lemma7702 - skolem:lemma7703 - [ a r:Fact; r:gives {(8811 1188) math:difference 7623}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7623 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7623 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5814 a r:Inference; - r:gives { - 1819 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1819 math:notEqualTo 0}] - skolem:lemma8570 - [ a r:Fact; r:gives {((1 8 1 9) "=<") list:sort (1 1 8 9)}] - [ a r:Fact; r:gives {((1 8 1 9) ">=") list:sort (9 8 1 1)}] - skolem:lemma7705 - skolem:lemma7706 - [ a r:Fact; r:gives {(9811 1189) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5815 a r:Inference; - r:gives { - 1820 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1820 math:notEqualTo 0}] - skolem:lemma8571 - [ a r:Fact; r:gives {((1 8 2 0) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((1 8 2 0) ">=") list:sort (8 2 1 0)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5816 a r:Inference; - r:gives { - 1821 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1821 math:notEqualTo 0}] - skolem:lemma8572 - [ a r:Fact; r:gives {((1 8 2 1) "=<") list:sort (1 1 2 8)}] - [ a r:Fact; r:gives {((1 8 2 1) ">=") list:sort (8 2 1 1)}] - skolem:lemma7588 - skolem:lemma7589 - [ a r:Fact; r:gives {(8211 1128) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5817 a r:Inference; - r:gives { - 1822 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1822 math:notEqualTo 0}] - skolem:lemma8573 - [ a r:Fact; r:gives {((1 8 2 2) "=<") list:sort (1 2 2 8)}] - [ a r:Fact; r:gives {((1 8 2 2) ">=") list:sort (8 2 2 1)}] - skolem:lemma7760 - skolem:lemma7761 - [ a r:Fact; r:gives {(8221 1228) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5818 a r:Inference; - r:gives { - 1823 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1823 math:notEqualTo 0}] - skolem:lemma8574 - [ a r:Fact; r:gives {((1 8 2 3) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((1 8 2 3) ">=") list:sort (8 3 2 1)}] - skolem:lemma7784 - skolem:lemma7785 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5819 a r:Inference; - r:gives { - 1824 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1824 math:notEqualTo 0}] - skolem:lemma8575 - [ a r:Fact; r:gives {((1 8 2 4) "=<") list:sort (1 2 4 8)}] - [ a r:Fact; r:gives {((1 8 2 4) ">=") list:sort (8 4 2 1)}] - skolem:lemma7806 - skolem:lemma7807 - [ a r:Fact; r:gives {(8421 1248) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5820 a r:Inference; - r:gives { - 1825 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1825 math:notEqualTo 0}] - skolem:lemma8576 - [ a r:Fact; r:gives {((1 8 2 5) "=<") list:sort (1 2 5 8)}] - [ a r:Fact; r:gives {((1 8 2 5) ">=") list:sort (8 5 2 1)}] - skolem:lemma7826 - skolem:lemma7827 - [ a r:Fact; r:gives {(8521 1258) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5821 a r:Inference; - r:gives { - 1826 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1826 math:notEqualTo 0}] - skolem:lemma8577 - [ a r:Fact; r:gives {((1 8 2 6) "=<") list:sort (1 2 6 8)}] - [ a r:Fact; r:gives {((1 8 2 6) ">=") list:sort (8 6 2 1)}] - skolem:lemma7844 - skolem:lemma7845 - [ a r:Fact; r:gives {(8621 1268) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5822 a r:Inference; - r:gives { - 1827 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1827 math:notEqualTo 0}] - skolem:lemma8578 - [ a r:Fact; r:gives {((1 8 2 7) "=<") list:sort (1 2 7 8)}] - [ a r:Fact; r:gives {((1 8 2 7) ">=") list:sort (8 7 2 1)}] - skolem:lemma7860 - skolem:lemma7861 - [ a r:Fact; r:gives {(8721 1278) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5823 a r:Inference; - r:gives { - 1828 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1828 math:notEqualTo 0}] - skolem:lemma8579 - [ a r:Fact; r:gives {((1 8 2 8) "=<") list:sort (1 2 8 8)}] - [ a r:Fact; r:gives {((1 8 2 8) ">=") list:sort (8 8 2 1)}] - skolem:lemma7874 - skolem:lemma7875 - [ a r:Fact; r:gives {(8821 1288) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5824 a r:Inference; - r:gives { - 1829 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1829 math:notEqualTo 0}] - skolem:lemma8580 - [ a r:Fact; r:gives {((1 8 2 9) "=<") list:sort (1 2 8 9)}] - [ a r:Fact; r:gives {((1 8 2 9) ">=") list:sort (9 8 2 1)}] - skolem:lemma7877 - skolem:lemma7878 - [ a r:Fact; r:gives {(9821 1289) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5825 a r:Inference; - r:gives { - 1830 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1830 math:notEqualTo 0}] - skolem:lemma8581 - [ a r:Fact; r:gives {((1 8 3 0) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((1 8 3 0) ">=") list:sort (8 3 1 0)}] - skolem:lemma6285 - skolem:lemma6286 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5826 a r:Inference; - r:gives { - 1831 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1831 math:notEqualTo 0}] - skolem:lemma8582 - [ a r:Fact; r:gives {((1 8 3 1) "=<") list:sort (1 1 3 8)}] - [ a r:Fact; r:gives {((1 8 3 1) ">=") list:sort (8 3 1 1)}] - skolem:lemma7612 - skolem:lemma7613 - [ a r:Fact; r:gives {(8311 1138) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5827 a r:Inference; - r:gives { - 1832 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1832 math:notEqualTo 0}] - skolem:lemma8583 - [ a r:Fact; r:gives {((1 8 3 2) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((1 8 3 2) ">=") list:sort (8 3 2 1)}] - skolem:lemma7784 - skolem:lemma7785 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5828 a r:Inference; - r:gives { - 1833 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1833 math:notEqualTo 0}] - skolem:lemma8584 - [ a r:Fact; r:gives {((1 8 3 3) "=<") list:sort (1 3 3 8)}] - [ a r:Fact; r:gives {((1 8 3 3) ">=") list:sort (8 3 3 1)}] - skolem:lemma7940 - skolem:lemma7941 - [ a r:Fact; r:gives {(8331 1338) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5829 a r:Inference; - r:gives { - 1834 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1834 math:notEqualTo 0}] - skolem:lemma8585 - [ a r:Fact; r:gives {((1 8 3 4) "=<") list:sort (1 3 4 8)}] - [ a r:Fact; r:gives {((1 8 3 4) ">=") list:sort (8 4 3 1)}] - skolem:lemma7962 - skolem:lemma7963 - [ a r:Fact; r:gives {(8431 1348) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5830 a r:Inference; - r:gives { - 1835 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1835 math:notEqualTo 0}] - skolem:lemma8586 - [ a r:Fact; r:gives {((1 8 3 5) "=<") list:sort (1 3 5 8)}] - [ a r:Fact; r:gives {((1 8 3 5) ">=") list:sort (8 5 3 1)}] - skolem:lemma7982 - skolem:lemma7983 - [ a r:Fact; r:gives {(8531 1358) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5831 a r:Inference; - r:gives { - 1836 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1836 math:notEqualTo 0}] - skolem:lemma8587 - [ a r:Fact; r:gives {((1 8 3 6) "=<") list:sort (1 3 6 8)}] - [ a r:Fact; r:gives {((1 8 3 6) ">=") list:sort (8 6 3 1)}] - skolem:lemma8000 - skolem:lemma8001 - [ a r:Fact; r:gives {(8631 1368) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5832 a r:Inference; - r:gives { - 1837 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1837 math:notEqualTo 0}] - skolem:lemma8588 - [ a r:Fact; r:gives {((1 8 3 7) "=<") list:sort (1 3 7 8)}] - [ a r:Fact; r:gives {((1 8 3 7) ">=") list:sort (8 7 3 1)}] - skolem:lemma8016 - skolem:lemma8017 - [ a r:Fact; r:gives {(8731 1378) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5833 a r:Inference; - r:gives { - 1838 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1838 math:notEqualTo 0}] - skolem:lemma8589 - [ a r:Fact; r:gives {((1 8 3 8) "=<") list:sort (1 3 8 8)}] - [ a r:Fact; r:gives {((1 8 3 8) ">=") list:sort (8 8 3 1)}] - skolem:lemma8030 - skolem:lemma8031 - [ a r:Fact; r:gives {(8831 1388) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5834 a r:Inference; - r:gives { - 1839 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1839 math:notEqualTo 0}] - skolem:lemma8590 - [ a r:Fact; r:gives {((1 8 3 9) "=<") list:sort (1 3 8 9)}] - [ a r:Fact; r:gives {((1 8 3 9) ">=") list:sort (9 8 3 1)}] - skolem:lemma8033 - skolem:lemma8034 - [ a r:Fact; r:gives {(9831 1389) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5835 a r:Inference; - r:gives { - 1840 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1840 math:notEqualTo 0}] - skolem:lemma8591 - [ a r:Fact; r:gives {((1 8 4 0) "=<") list:sort (0 1 4 8)}] - [ a r:Fact; r:gives {((1 8 4 0) ">=") list:sort (8 4 1 0)}] - skolem:lemma6307 - skolem:lemma6308 - [ a r:Fact; r:gives {(8410 148) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5836 a r:Inference; - r:gives { - 1841 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1841 math:notEqualTo 0}] - skolem:lemma8592 - [ a r:Fact; r:gives {((1 8 4 1) "=<") list:sort (1 1 4 8)}] - [ a r:Fact; r:gives {((1 8 4 1) ">=") list:sort (8 4 1 1)}] - skolem:lemma7634 - skolem:lemma7635 - [ a r:Fact; r:gives {(8411 1148) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5837 a r:Inference; - r:gives { - 1842 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1842 math:notEqualTo 0}] - skolem:lemma8593 - [ a r:Fact; r:gives {((1 8 4 2) "=<") list:sort (1 2 4 8)}] - [ a r:Fact; r:gives {((1 8 4 2) ">=") list:sort (8 4 2 1)}] - skolem:lemma7806 - skolem:lemma7807 - [ a r:Fact; r:gives {(8421 1248) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5838 a r:Inference; - r:gives { - 1843 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1843 math:notEqualTo 0}] - skolem:lemma8594 - [ a r:Fact; r:gives {((1 8 4 3) "=<") list:sort (1 3 4 8)}] - [ a r:Fact; r:gives {((1 8 4 3) ">=") list:sort (8 4 3 1)}] - skolem:lemma7962 - skolem:lemma7963 - [ a r:Fact; r:gives {(8431 1348) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5839 a r:Inference; - r:gives { - 1844 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1844 math:notEqualTo 0}] - skolem:lemma8595 - [ a r:Fact; r:gives {((1 8 4 4) "=<") list:sort (1 4 4 8)}] - [ a r:Fact; r:gives {((1 8 4 4) ">=") list:sort (8 4 4 1)}] - skolem:lemma8104 - skolem:lemma8105 - [ a r:Fact; r:gives {(8441 1448) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5840 a r:Inference; - r:gives { - 1845 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1845 math:notEqualTo 0}] - skolem:lemma8596 - [ a r:Fact; r:gives {((1 8 4 5) "=<") list:sort (1 4 5 8)}] - [ a r:Fact; r:gives {((1 8 4 5) ">=") list:sort (8 5 4 1)}] - skolem:lemma8124 - skolem:lemma8125 - [ a r:Fact; r:gives {(8541 1458) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5841 a r:Inference; - r:gives { - 1846 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1846 math:notEqualTo 0}] - skolem:lemma8597 - [ a r:Fact; r:gives {((1 8 4 6) "=<") list:sort (1 4 6 8)}] - [ a r:Fact; r:gives {((1 8 4 6) ">=") list:sort (8 6 4 1)}] - skolem:lemma8142 - skolem:lemma8143 - [ a r:Fact; r:gives {(8641 1468) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5842 a r:Inference; - r:gives { - 1847 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1847 math:notEqualTo 0}] - skolem:lemma8598 - [ a r:Fact; r:gives {((1 8 4 7) "=<") list:sort (1 4 7 8)}] - [ a r:Fact; r:gives {((1 8 4 7) ">=") list:sort (8 7 4 1)}] - skolem:lemma8158 - skolem:lemma8159 - [ a r:Fact; r:gives {(8741 1478) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5843 a r:Inference; - r:gives { - 1848 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1848 math:notEqualTo 0}] - skolem:lemma8599 - [ a r:Fact; r:gives {((1 8 4 8) "=<") list:sort (1 4 8 8)}] - [ a r:Fact; r:gives {((1 8 4 8) ">=") list:sort (8 8 4 1)}] - skolem:lemma8172 - skolem:lemma8173 - [ a r:Fact; r:gives {(8841 1488) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5844 a r:Inference; - r:gives { - 1849 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1849 math:notEqualTo 0}] - skolem:lemma8600 - [ a r:Fact; r:gives {((1 8 4 9) "=<") list:sort (1 4 8 9)}] - [ a r:Fact; r:gives {((1 8 4 9) ">=") list:sort (9 8 4 1)}] - skolem:lemma8175 - skolem:lemma8176 - [ a r:Fact; r:gives {(9841 1489) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5845 a r:Inference; - r:gives { - 1850 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1850 math:notEqualTo 0}] - skolem:lemma8601 - [ a r:Fact; r:gives {((1 8 5 0) "=<") list:sort (0 1 5 8)}] - [ a r:Fact; r:gives {((1 8 5 0) ">=") list:sort (8 5 1 0)}] - skolem:lemma6327 - skolem:lemma6328 - [ a r:Fact; r:gives {(8510 158) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5846 a r:Inference; - r:gives { - 1851 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1851 math:notEqualTo 0}] - skolem:lemma8602 - [ a r:Fact; r:gives {((1 8 5 1) "=<") list:sort (1 1 5 8)}] - [ a r:Fact; r:gives {((1 8 5 1) ">=") list:sort (8 5 1 1)}] - skolem:lemma7654 - skolem:lemma7655 - [ a r:Fact; r:gives {(8511 1158) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5847 a r:Inference; - r:gives { - 1852 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1852 math:notEqualTo 0}] - skolem:lemma8603 - [ a r:Fact; r:gives {((1 8 5 2) "=<") list:sort (1 2 5 8)}] - [ a r:Fact; r:gives {((1 8 5 2) ">=") list:sort (8 5 2 1)}] - skolem:lemma7826 - skolem:lemma7827 - [ a r:Fact; r:gives {(8521 1258) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5848 a r:Inference; - r:gives { - 1853 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1853 math:notEqualTo 0}] - skolem:lemma8604 - [ a r:Fact; r:gives {((1 8 5 3) "=<") list:sort (1 3 5 8)}] - [ a r:Fact; r:gives {((1 8 5 3) ">=") list:sort (8 5 3 1)}] - skolem:lemma7982 - skolem:lemma7983 - [ a r:Fact; r:gives {(8531 1358) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5849 a r:Inference; - r:gives { - 1854 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1854 math:notEqualTo 0}] - skolem:lemma8605 - [ a r:Fact; r:gives {((1 8 5 4) "=<") list:sort (1 4 5 8)}] - [ a r:Fact; r:gives {((1 8 5 4) ">=") list:sort (8 5 4 1)}] - skolem:lemma8124 - skolem:lemma8125 - [ a r:Fact; r:gives {(8541 1458) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5850 a r:Inference; - r:gives { - 1855 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1855 math:notEqualTo 0}] - skolem:lemma8606 - [ a r:Fact; r:gives {((1 8 5 5) "=<") list:sort (1 5 5 8)}] - [ a r:Fact; r:gives {((1 8 5 5) ">=") list:sort (8 5 5 1)}] - skolem:lemma8254 - skolem:lemma8255 - [ a r:Fact; r:gives {(8551 1558) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5851 a r:Inference; - r:gives { - 1856 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1856 math:notEqualTo 0}] - skolem:lemma8607 - [ a r:Fact; r:gives {((1 8 5 6) "=<") list:sort (1 5 6 8)}] - [ a r:Fact; r:gives {((1 8 5 6) ">=") list:sort (8 6 5 1)}] - skolem:lemma8272 - skolem:lemma8273 - [ a r:Fact; r:gives {(8651 1568) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5852 a r:Inference; - r:gives { - 1857 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1857 math:notEqualTo 0}] - skolem:lemma8608 - [ a r:Fact; r:gives {((1 8 5 7) "=<") list:sort (1 5 7 8)}] - [ a r:Fact; r:gives {((1 8 5 7) ">=") list:sort (8 7 5 1)}] - skolem:lemma8288 - skolem:lemma8289 - [ a r:Fact; r:gives {(8751 1578) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5853 a r:Inference; - r:gives { - 1858 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1858 math:notEqualTo 0}] - skolem:lemma8609 - [ a r:Fact; r:gives {((1 8 5 8) "=<") list:sort (1 5 8 8)}] - [ a r:Fact; r:gives {((1 8 5 8) ">=") list:sort (8 8 5 1)}] - skolem:lemma8302 - skolem:lemma8303 - [ a r:Fact; r:gives {(8851 1588) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5854 a r:Inference; - r:gives { - 1859 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1859 math:notEqualTo 0}] - skolem:lemma8610 - [ a r:Fact; r:gives {((1 8 5 9) "=<") list:sort (1 5 8 9)}] - [ a r:Fact; r:gives {((1 8 5 9) ">=") list:sort (9 8 5 1)}] - skolem:lemma8305 - skolem:lemma8306 - [ a r:Fact; r:gives {(9851 1589) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5855 a r:Inference; - r:gives { - 1860 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1860 math:notEqualTo 0}] - skolem:lemma8611 - [ a r:Fact; r:gives {((1 8 6 0) "=<") list:sort (0 1 6 8)}] - [ a r:Fact; r:gives {((1 8 6 0) ">=") list:sort (8 6 1 0)}] - skolem:lemma6345 - skolem:lemma6346 - [ a r:Fact; r:gives {(8610 168) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5856 a r:Inference; - r:gives { - 1861 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1861 math:notEqualTo 0}] - skolem:lemma8612 - [ a r:Fact; r:gives {((1 8 6 1) "=<") list:sort (1 1 6 8)}] - [ a r:Fact; r:gives {((1 8 6 1) ">=") list:sort (8 6 1 1)}] - skolem:lemma7672 - skolem:lemma7673 - [ a r:Fact; r:gives {(8611 1168) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5857 a r:Inference; - r:gives { - 1862 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1862 math:notEqualTo 0}] - skolem:lemma8613 - [ a r:Fact; r:gives {((1 8 6 2) "=<") list:sort (1 2 6 8)}] - [ a r:Fact; r:gives {((1 8 6 2) ">=") list:sort (8 6 2 1)}] - skolem:lemma7844 - skolem:lemma7845 - [ a r:Fact; r:gives {(8621 1268) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5858 a r:Inference; - r:gives { - 1863 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1863 math:notEqualTo 0}] - skolem:lemma8614 - [ a r:Fact; r:gives {((1 8 6 3) "=<") list:sort (1 3 6 8)}] - [ a r:Fact; r:gives {((1 8 6 3) ">=") list:sort (8 6 3 1)}] - skolem:lemma8000 - skolem:lemma8001 - [ a r:Fact; r:gives {(8631 1368) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5859 a r:Inference; - r:gives { - 1864 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1864 math:notEqualTo 0}] - skolem:lemma8615 - [ a r:Fact; r:gives {((1 8 6 4) "=<") list:sort (1 4 6 8)}] - [ a r:Fact; r:gives {((1 8 6 4) ">=") list:sort (8 6 4 1)}] - skolem:lemma8142 - skolem:lemma8143 - [ a r:Fact; r:gives {(8641 1468) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5860 a r:Inference; - r:gives { - 1865 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1865 math:notEqualTo 0}] - skolem:lemma8616 - [ a r:Fact; r:gives {((1 8 6 5) "=<") list:sort (1 5 6 8)}] - [ a r:Fact; r:gives {((1 8 6 5) ">=") list:sort (8 6 5 1)}] - skolem:lemma8272 - skolem:lemma8273 - [ a r:Fact; r:gives {(8651 1568) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5861 a r:Inference; - r:gives { - 1866 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1866 math:notEqualTo 0}] - skolem:lemma8617 - [ a r:Fact; r:gives {((1 8 6 6) "=<") list:sort (1 6 6 8)}] - [ a r:Fact; r:gives {((1 8 6 6) ">=") list:sort (8 6 6 1)}] - skolem:lemma8392 - skolem:lemma8393 - [ a r:Fact; r:gives {(8661 1668) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5862 a r:Inference; - r:gives { - 1867 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1867 math:notEqualTo 0}] - skolem:lemma8618 - [ a r:Fact; r:gives {((1 8 6 7) "=<") list:sort (1 6 7 8)}] - [ a r:Fact; r:gives {((1 8 6 7) ">=") list:sort (8 7 6 1)}] - skolem:lemma8408 - skolem:lemma8409 - [ a r:Fact; r:gives {(8761 1678) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5863 a r:Inference; - r:gives { - 1868 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1868 math:notEqualTo 0}] - skolem:lemma8619 - [ a r:Fact; r:gives {((1 8 6 8) "=<") list:sort (1 6 8 8)}] - [ a r:Fact; r:gives {((1 8 6 8) ">=") list:sort (8 8 6 1)}] - skolem:lemma8422 - skolem:lemma8423 - [ a r:Fact; r:gives {(8861 1688) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5864 a r:Inference; - r:gives { - 1869 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1869 math:notEqualTo 0}] - skolem:lemma8620 - [ a r:Fact; r:gives {((1 8 6 9) "=<") list:sort (1 6 8 9)}] - [ a r:Fact; r:gives {((1 8 6 9) ">=") list:sort (9 8 6 1)}] - skolem:lemma8425 - skolem:lemma8426 - [ a r:Fact; r:gives {(9861 1689) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5865 a r:Inference; - r:gives { - 1870 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1870 math:notEqualTo 0}] - skolem:lemma8621 - [ a r:Fact; r:gives {((1 8 7 0) "=<") list:sort (0 1 7 8)}] - [ a r:Fact; r:gives {((1 8 7 0) ">=") list:sort (8 7 1 0)}] - skolem:lemma6361 - skolem:lemma6362 - [ a r:Fact; r:gives {(8710 178) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5866 a r:Inference; - r:gives { - 1871 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1871 math:notEqualTo 0}] - skolem:lemma8622 - [ a r:Fact; r:gives {((1 8 7 1) "=<") list:sort (1 1 7 8)}] - [ a r:Fact; r:gives {((1 8 7 1) ">=") list:sort (8 7 1 1)}] - skolem:lemma7688 - skolem:lemma7689 - [ a r:Fact; r:gives {(8711 1178) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5867 a r:Inference; - r:gives { - 1872 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1872 math:notEqualTo 0}] - skolem:lemma8623 - [ a r:Fact; r:gives {((1 8 7 2) "=<") list:sort (1 2 7 8)}] - [ a r:Fact; r:gives {((1 8 7 2) ">=") list:sort (8 7 2 1)}] - skolem:lemma7860 - skolem:lemma7861 - [ a r:Fact; r:gives {(8721 1278) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5868 a r:Inference; - r:gives { - 1873 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1873 math:notEqualTo 0}] - skolem:lemma8624 - [ a r:Fact; r:gives {((1 8 7 3) "=<") list:sort (1 3 7 8)}] - [ a r:Fact; r:gives {((1 8 7 3) ">=") list:sort (8 7 3 1)}] - skolem:lemma8016 - skolem:lemma8017 - [ a r:Fact; r:gives {(8731 1378) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5869 a r:Inference; - r:gives { - 1874 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1874 math:notEqualTo 0}] - skolem:lemma8625 - [ a r:Fact; r:gives {((1 8 7 4) "=<") list:sort (1 4 7 8)}] - [ a r:Fact; r:gives {((1 8 7 4) ">=") list:sort (8 7 4 1)}] - skolem:lemma8158 - skolem:lemma8159 - [ a r:Fact; r:gives {(8741 1478) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5870 a r:Inference; - r:gives { - 1875 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1875 math:notEqualTo 0}] - skolem:lemma8626 - [ a r:Fact; r:gives {((1 8 7 5) "=<") list:sort (1 5 7 8)}] - [ a r:Fact; r:gives {((1 8 7 5) ">=") list:sort (8 7 5 1)}] - skolem:lemma8288 - skolem:lemma8289 - [ a r:Fact; r:gives {(8751 1578) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5871 a r:Inference; - r:gives { - 1876 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1876 math:notEqualTo 0}] - skolem:lemma8627 - [ a r:Fact; r:gives {((1 8 7 6) "=<") list:sort (1 6 7 8)}] - [ a r:Fact; r:gives {((1 8 7 6) ">=") list:sort (8 7 6 1)}] - skolem:lemma8408 - skolem:lemma8409 - [ a r:Fact; r:gives {(8761 1678) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5872 a r:Inference; - r:gives { - 1877 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1877 math:notEqualTo 0}] - skolem:lemma8628 - [ a r:Fact; r:gives {((1 8 7 7) "=<") list:sort (1 7 7 8)}] - [ a r:Fact; r:gives {((1 8 7 7) ">=") list:sort (8 7 7 1)}] - skolem:lemma8520 - skolem:lemma8521 - [ a r:Fact; r:gives {(8771 1778) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5873 a r:Inference; - r:gives { - 1878 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1878 math:notEqualTo 0}] - skolem:lemma8629 - [ a r:Fact; r:gives {((1 8 7 8) "=<") list:sort (1 7 8 8)}] - [ a r:Fact; r:gives {((1 8 7 8) ">=") list:sort (8 8 7 1)}] - skolem:lemma8534 - skolem:lemma8535 - [ a r:Fact; r:gives {(8871 1788) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5874 a r:Inference; - r:gives { - 1879 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1879 math:notEqualTo 0}] - skolem:lemma8630 - [ a r:Fact; r:gives {((1 8 7 9) "=<") list:sort (1 7 8 9)}] - [ a r:Fact; r:gives {((1 8 7 9) ">=") list:sort (9 8 7 1)}] - skolem:lemma8537 - skolem:lemma8538 - [ a r:Fact; r:gives {(9871 1789) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5875 a r:Inference; - r:gives { - 1880 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1880 math:notEqualTo 0}] - skolem:lemma8631 - [ a r:Fact; r:gives {((1 8 8 0) "=<") list:sort (0 1 8 8)}] - [ a r:Fact; r:gives {((1 8 8 0) ">=") list:sort (8 8 1 0)}] - skolem:lemma6375 - skolem:lemma6376 - [ a r:Fact; r:gives {(8810 188) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5876 a r:Inference; - r:gives { - 1881 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1881 math:notEqualTo 0}] - skolem:lemma8632 - [ a r:Fact; r:gives {((1 8 8 1) "=<") list:sort (1 1 8 8)}] - [ a r:Fact; r:gives {((1 8 8 1) ">=") list:sort (8 8 1 1)}] - skolem:lemma7702 - skolem:lemma7703 - [ a r:Fact; r:gives {(8811 1188) math:difference 7623}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7623 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7623 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5877 a r:Inference; - r:gives { - 1882 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1882 math:notEqualTo 0}] - skolem:lemma8633 - [ a r:Fact; r:gives {((1 8 8 2) "=<") list:sort (1 2 8 8)}] - [ a r:Fact; r:gives {((1 8 8 2) ">=") list:sort (8 8 2 1)}] - skolem:lemma7874 - skolem:lemma7875 - [ a r:Fact; r:gives {(8821 1288) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5878 a r:Inference; - r:gives { - 1883 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1883 math:notEqualTo 0}] - skolem:lemma8634 - [ a r:Fact; r:gives {((1 8 8 3) "=<") list:sort (1 3 8 8)}] - [ a r:Fact; r:gives {((1 8 8 3) ">=") list:sort (8 8 3 1)}] - skolem:lemma8030 - skolem:lemma8031 - [ a r:Fact; r:gives {(8831 1388) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5879 a r:Inference; - r:gives { - 1884 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1884 math:notEqualTo 0}] - skolem:lemma8635 - [ a r:Fact; r:gives {((1 8 8 4) "=<") list:sort (1 4 8 8)}] - [ a r:Fact; r:gives {((1 8 8 4) ">=") list:sort (8 8 4 1)}] - skolem:lemma8172 - skolem:lemma8173 - [ a r:Fact; r:gives {(8841 1488) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5880 a r:Inference; - r:gives { - 1885 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1885 math:notEqualTo 0}] - skolem:lemma8636 - [ a r:Fact; r:gives {((1 8 8 5) "=<") list:sort (1 5 8 8)}] - [ a r:Fact; r:gives {((1 8 8 5) ">=") list:sort (8 8 5 1)}] - skolem:lemma8302 - skolem:lemma8303 - [ a r:Fact; r:gives {(8851 1588) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5881 a r:Inference; - r:gives { - 1886 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1886 math:notEqualTo 0}] - skolem:lemma8637 - [ a r:Fact; r:gives {((1 8 8 6) "=<") list:sort (1 6 8 8)}] - [ a r:Fact; r:gives {((1 8 8 6) ">=") list:sort (8 8 6 1)}] - skolem:lemma8422 - skolem:lemma8423 - [ a r:Fact; r:gives {(8861 1688) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5882 a r:Inference; - r:gives { - 1887 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1887 math:notEqualTo 0}] - skolem:lemma8638 - [ a r:Fact; r:gives {((1 8 8 7) "=<") list:sort (1 7 8 8)}] - [ a r:Fact; r:gives {((1 8 8 7) ">=") list:sort (8 8 7 1)}] - skolem:lemma8534 - skolem:lemma8535 - [ a r:Fact; r:gives {(8871 1788) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5883 a r:Inference; - r:gives { - 1888 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1888 math:notEqualTo 0}] - skolem:lemma8639 - [ a r:Fact; r:gives {((1 8 8 8) "=<") list:sort (1 8 8 8)}] - [ a r:Fact; r:gives {((1 8 8 8) ">=") list:sort (8 8 8 1)}] - skolem:lemma8640 - skolem:lemma8641 - [ a r:Fact; r:gives {(8881 1888) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 8 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5884 a r:Inference; - r:gives { - 1889 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1889 math:notEqualTo 0}] - skolem:lemma8642 - [ a r:Fact; r:gives {((1 8 8 9) "=<") list:sort (1 8 8 9)}] - [ a r:Fact; r:gives {((1 8 8 9) ">=") list:sort (9 8 8 1)}] - skolem:lemma8643 - skolem:lemma8644 - [ a r:Fact; r:gives {(9881 1889) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5885 a r:Inference; - r:gives { - 1890 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1890 math:notEqualTo 0}] - skolem:lemma8645 - [ a r:Fact; r:gives {((1 8 9 0) "=<") list:sort (0 1 8 9)}] - [ a r:Fact; r:gives {((1 8 9 0) ">=") list:sort (9 8 1 0)}] - skolem:lemma6378 - skolem:lemma6379 - [ a r:Fact; r:gives {(9810 189) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5886 a r:Inference; - r:gives { - 1891 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1891 math:notEqualTo 0}] - skolem:lemma8646 - [ a r:Fact; r:gives {((1 8 9 1) "=<") list:sort (1 1 8 9)}] - [ a r:Fact; r:gives {((1 8 9 1) ">=") list:sort (9 8 1 1)}] - skolem:lemma7705 - skolem:lemma7706 - [ a r:Fact; r:gives {(9811 1189) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5887 a r:Inference; - r:gives { - 1892 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1892 math:notEqualTo 0}] - skolem:lemma8647 - [ a r:Fact; r:gives {((1 8 9 2) "=<") list:sort (1 2 8 9)}] - [ a r:Fact; r:gives {((1 8 9 2) ">=") list:sort (9 8 2 1)}] - skolem:lemma7877 - skolem:lemma7878 - [ a r:Fact; r:gives {(9821 1289) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5888 a r:Inference; - r:gives { - 1893 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1893 math:notEqualTo 0}] - skolem:lemma8648 - [ a r:Fact; r:gives {((1 8 9 3) "=<") list:sort (1 3 8 9)}] - [ a r:Fact; r:gives {((1 8 9 3) ">=") list:sort (9 8 3 1)}] - skolem:lemma8033 - skolem:lemma8034 - [ a r:Fact; r:gives {(9831 1389) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5889 a r:Inference; - r:gives { - 1894 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1894 math:notEqualTo 0}] - skolem:lemma8649 - [ a r:Fact; r:gives {((1 8 9 4) "=<") list:sort (1 4 8 9)}] - [ a r:Fact; r:gives {((1 8 9 4) ">=") list:sort (9 8 4 1)}] - skolem:lemma8175 - skolem:lemma8176 - [ a r:Fact; r:gives {(9841 1489) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5890 a r:Inference; - r:gives { - 1895 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1895 math:notEqualTo 0}] - skolem:lemma8650 - [ a r:Fact; r:gives {((1 8 9 5) "=<") list:sort (1 5 8 9)}] - [ a r:Fact; r:gives {((1 8 9 5) ">=") list:sort (9 8 5 1)}] - skolem:lemma8305 - skolem:lemma8306 - [ a r:Fact; r:gives {(9851 1589) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5891 a r:Inference; - r:gives { - 1896 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1896 math:notEqualTo 0}] - skolem:lemma8651 - [ a r:Fact; r:gives {((1 8 9 6) "=<") list:sort (1 6 8 9)}] - [ a r:Fact; r:gives {((1 8 9 6) ">=") list:sort (9 8 6 1)}] - skolem:lemma8425 - skolem:lemma8426 - [ a r:Fact; r:gives {(9861 1689) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5892 a r:Inference; - r:gives { - 1897 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1897 math:notEqualTo 0}] - skolem:lemma8652 - [ a r:Fact; r:gives {((1 8 9 7) "=<") list:sort (1 7 8 9)}] - [ a r:Fact; r:gives {((1 8 9 7) ">=") list:sort (9 8 7 1)}] - skolem:lemma8537 - skolem:lemma8538 - [ a r:Fact; r:gives {(9871 1789) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5893 a r:Inference; - r:gives { - 1898 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1898 math:notEqualTo 0}] - skolem:lemma8653 - [ a r:Fact; r:gives {((1 8 9 8) "=<") list:sort (1 8 8 9)}] - [ a r:Fact; r:gives {((1 8 9 8) ">=") list:sort (9 8 8 1)}] - skolem:lemma8643 - skolem:lemma8644 - [ a r:Fact; r:gives {(9881 1889) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5894 a r:Inference; - r:gives { - 1899 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1899 math:notEqualTo 0}] - skolem:lemma8654 - [ a r:Fact; r:gives {((1 8 9 9) "=<") list:sort (1 8 9 9)}] - [ a r:Fact; r:gives {((1 8 9 9) ">=") list:sort (9 9 8 1)}] - skolem:lemma8655 - skolem:lemma8656 - [ a r:Fact; r:gives {(9981 1899) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5895 a r:Inference; - r:gives { - 1900 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1900 math:notEqualTo 0}] - skolem:lemma8657 - [ a r:Fact; r:gives {((1 9 0 0) "=<") list:sort (0 0 1 9)}] - [ a r:Fact; r:gives {((1 9 0 0) ">=") list:sort (9 1 0 0)}] - skolem:lemma6048 - skolem:lemma6049 - [ a r:Fact; r:gives {(9100 19) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5896 a r:Inference; - r:gives { - 1901 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1901 math:notEqualTo 0}] - skolem:lemma8658 - [ a r:Fact; r:gives {((1 9 0 1) "=<") list:sort (0 1 1 9)}] - [ a r:Fact; r:gives {((1 9 0 1) ">=") list:sort (9 1 1 0)}] - skolem:lemma6238 - skolem:lemma6239 - [ a r:Fact; r:gives {(9110 119) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5897 a r:Inference; - r:gives { - 1902 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1902 math:notEqualTo 0}] - skolem:lemma8659 - [ a r:Fact; r:gives {((1 9 0 2) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((1 9 0 2) ">=") list:sort (9 2 1 0)}] - skolem:lemma6264 - skolem:lemma6265 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5898 a r:Inference; - r:gives { - 1903 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1903 math:notEqualTo 0}] - skolem:lemma8660 - [ a r:Fact; r:gives {((1 9 0 3) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((1 9 0 3) ">=") list:sort (9 3 1 0)}] - skolem:lemma6288 - skolem:lemma6289 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5899 a r:Inference; - r:gives { - 1904 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1904 math:notEqualTo 0}] - skolem:lemma8661 - [ a r:Fact; r:gives {((1 9 0 4) "=<") list:sort (0 1 4 9)}] - [ a r:Fact; r:gives {((1 9 0 4) ">=") list:sort (9 4 1 0)}] - skolem:lemma6310 - skolem:lemma6311 - [ a r:Fact; r:gives {(9410 149) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5900 a r:Inference; - r:gives { - 1905 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1905 math:notEqualTo 0}] - skolem:lemma8662 - [ a r:Fact; r:gives {((1 9 0 5) "=<") list:sort (0 1 5 9)}] - [ a r:Fact; r:gives {((1 9 0 5) ">=") list:sort (9 5 1 0)}] - skolem:lemma6330 - skolem:lemma6331 - [ a r:Fact; r:gives {(9510 159) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5901 a r:Inference; - r:gives { - 1906 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1906 math:notEqualTo 0}] - skolem:lemma8663 - [ a r:Fact; r:gives {((1 9 0 6) "=<") list:sort (0 1 6 9)}] - [ a r:Fact; r:gives {((1 9 0 6) ">=") list:sort (9 6 1 0)}] - skolem:lemma6348 - skolem:lemma6349 - [ a r:Fact; r:gives {(9610 169) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5902 a r:Inference; - r:gives { - 1907 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1907 math:notEqualTo 0}] - skolem:lemma8664 - [ a r:Fact; r:gives {((1 9 0 7) "=<") list:sort (0 1 7 9)}] - [ a r:Fact; r:gives {((1 9 0 7) ">=") list:sort (9 7 1 0)}] - skolem:lemma6364 - skolem:lemma6365 - [ a r:Fact; r:gives {(9710 179) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5903 a r:Inference; - r:gives { - 1908 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1908 math:notEqualTo 0}] - skolem:lemma8665 - [ a r:Fact; r:gives {((1 9 0 8) "=<") list:sort (0 1 8 9)}] - [ a r:Fact; r:gives {((1 9 0 8) ">=") list:sort (9 8 1 0)}] - skolem:lemma6378 - skolem:lemma6379 - [ a r:Fact; r:gives {(9810 189) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5904 a r:Inference; - r:gives { - 1909 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1909 math:notEqualTo 0}] - skolem:lemma8666 - [ a r:Fact; r:gives {((1 9 0 9) "=<") list:sort (0 1 9 9)}] - [ a r:Fact; r:gives {((1 9 0 9) ">=") list:sort (9 9 1 0)}] - skolem:lemma6390 - skolem:lemma6391 - [ a r:Fact; r:gives {(9910 199) math:difference 9711}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9711 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9711 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5905 a r:Inference; - r:gives { - 1910 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1910 math:notEqualTo 0}] - skolem:lemma8667 - [ a r:Fact; r:gives {((1 9 1 0) "=<") list:sort (0 1 1 9)}] - [ a r:Fact; r:gives {((1 9 1 0) ">=") list:sort (9 1 1 0)}] - skolem:lemma6238 - skolem:lemma6239 - [ a r:Fact; r:gives {(9110 119) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5906 a r:Inference; - r:gives { - 1911 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1911 math:notEqualTo 0}] - skolem:lemma8668 - [ a r:Fact; r:gives {((1 9 1 1) "=<") list:sort (1 1 1 9)}] - [ a r:Fact; r:gives {((1 9 1 1) ">=") list:sort (9 1 1 1)}] - skolem:lemma7565 - skolem:lemma7566 - [ a r:Fact; r:gives {(9111 1119) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5907 a r:Inference; - r:gives { - 1912 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1912 math:notEqualTo 0}] - skolem:lemma8669 - [ a r:Fact; r:gives {((1 9 1 2) "=<") list:sort (1 1 2 9)}] - [ a r:Fact; r:gives {((1 9 1 2) ">=") list:sort (9 2 1 1)}] - skolem:lemma7591 - skolem:lemma7592 - [ a r:Fact; r:gives {(9211 1129) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5908 a r:Inference; - r:gives { - 1913 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1913 math:notEqualTo 0}] - skolem:lemma8670 - [ a r:Fact; r:gives {((1 9 1 3) "=<") list:sort (1 1 3 9)}] - [ a r:Fact; r:gives {((1 9 1 3) ">=") list:sort (9 3 1 1)}] - skolem:lemma7615 - skolem:lemma7616 - [ a r:Fact; r:gives {(9311 1139) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5909 a r:Inference; - r:gives { - 1914 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1914 math:notEqualTo 0}] - skolem:lemma8671 - [ a r:Fact; r:gives {((1 9 1 4) "=<") list:sort (1 1 4 9)}] - [ a r:Fact; r:gives {((1 9 1 4) ">=") list:sort (9 4 1 1)}] - skolem:lemma7637 - skolem:lemma7638 - [ a r:Fact; r:gives {(9411 1149) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5910 a r:Inference; - r:gives { - 1915 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1915 math:notEqualTo 0}] - skolem:lemma8672 - [ a r:Fact; r:gives {((1 9 1 5) "=<") list:sort (1 1 5 9)}] - [ a r:Fact; r:gives {((1 9 1 5) ">=") list:sort (9 5 1 1)}] - skolem:lemma7657 - skolem:lemma7658 - [ a r:Fact; r:gives {(9511 1159) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5911 a r:Inference; - r:gives { - 1916 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1916 math:notEqualTo 0}] - skolem:lemma8673 - [ a r:Fact; r:gives {((1 9 1 6) "=<") list:sort (1 1 6 9)}] - [ a r:Fact; r:gives {((1 9 1 6) ">=") list:sort (9 6 1 1)}] - skolem:lemma7675 - skolem:lemma7676 - [ a r:Fact; r:gives {(9611 1169) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5912 a r:Inference; - r:gives { - 1917 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1917 math:notEqualTo 0}] - skolem:lemma8674 - [ a r:Fact; r:gives {((1 9 1 7) "=<") list:sort (1 1 7 9)}] - [ a r:Fact; r:gives {((1 9 1 7) ">=") list:sort (9 7 1 1)}] - skolem:lemma7691 - skolem:lemma7692 - [ a r:Fact; r:gives {(9711 1179) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5913 a r:Inference; - r:gives { - 1918 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1918 math:notEqualTo 0}] - skolem:lemma8675 - [ a r:Fact; r:gives {((1 9 1 8) "=<") list:sort (1 1 8 9)}] - [ a r:Fact; r:gives {((1 9 1 8) ">=") list:sort (9 8 1 1)}] - skolem:lemma7705 - skolem:lemma7706 - [ a r:Fact; r:gives {(9811 1189) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5914 a r:Inference; - r:gives { - 1919 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1919 math:notEqualTo 0}] - skolem:lemma8676 - [ a r:Fact; r:gives {((1 9 1 9) "=<") list:sort (1 1 9 9)}] - [ a r:Fact; r:gives {((1 9 1 9) ">=") list:sort (9 9 1 1)}] - skolem:lemma7717 - skolem:lemma7718 - [ a r:Fact; r:gives {(9911 1199) math:difference 8712}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8712 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8712 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5915 a r:Inference; - r:gives { - 1920 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {1920 math:notEqualTo 0}] - skolem:lemma8677 - [ a r:Fact; r:gives {((1 9 2 0) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((1 9 2 0) ">=") list:sort (9 2 1 0)}] - skolem:lemma6264 - skolem:lemma6265 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma5997. - -skolem:lemma5916 a r:Inference; - r:gives { - 1921 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1921 math:notEqualTo 0}] - skolem:lemma8678 - [ a r:Fact; r:gives {((1 9 2 1) "=<") list:sort (1 1 2 9)}] - [ a r:Fact; r:gives {((1 9 2 1) ">=") list:sort (9 2 1 1)}] - skolem:lemma7591 - skolem:lemma7592 - [ a r:Fact; r:gives {(9211 1129) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5917 a r:Inference; - r:gives { - 1922 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1922 math:notEqualTo 0}] - skolem:lemma8679 - [ a r:Fact; r:gives {((1 9 2 2) "=<") list:sort (1 2 2 9)}] - [ a r:Fact; r:gives {((1 9 2 2) ">=") list:sort (9 2 2 1)}] - skolem:lemma7763 - skolem:lemma7764 - [ a r:Fact; r:gives {(9221 1229) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5918 a r:Inference; - r:gives { - 1923 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1923 math:notEqualTo 0}] - skolem:lemma8680 - [ a r:Fact; r:gives {((1 9 2 3) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((1 9 2 3) ">=") list:sort (9 3 2 1)}] - skolem:lemma7787 - skolem:lemma7788 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5919 a r:Inference; - r:gives { - 1924 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1924 math:notEqualTo 0}] - skolem:lemma8681 - [ a r:Fact; r:gives {((1 9 2 4) "=<") list:sort (1 2 4 9)}] - [ a r:Fact; r:gives {((1 9 2 4) ">=") list:sort (9 4 2 1)}] - skolem:lemma7809 - skolem:lemma7810 - [ a r:Fact; r:gives {(9421 1249) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5920 a r:Inference; - r:gives { - 1925 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1925 math:notEqualTo 0}] - skolem:lemma8682 - [ a r:Fact; r:gives {((1 9 2 5) "=<") list:sort (1 2 5 9)}] - [ a r:Fact; r:gives {((1 9 2 5) ">=") list:sort (9 5 2 1)}] - skolem:lemma7829 - skolem:lemma7830 - [ a r:Fact; r:gives {(9521 1259) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5921 a r:Inference; - r:gives { - 1926 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1926 math:notEqualTo 0}] - skolem:lemma8683 - [ a r:Fact; r:gives {((1 9 2 6) "=<") list:sort (1 2 6 9)}] - [ a r:Fact; r:gives {((1 9 2 6) ">=") list:sort (9 6 2 1)}] - skolem:lemma7847 - skolem:lemma7848 - [ a r:Fact; r:gives {(9621 1269) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5922 a r:Inference; - r:gives { - 1927 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1927 math:notEqualTo 0}] - skolem:lemma8684 - [ a r:Fact; r:gives {((1 9 2 7) "=<") list:sort (1 2 7 9)}] - [ a r:Fact; r:gives {((1 9 2 7) ">=") list:sort (9 7 2 1)}] - skolem:lemma7863 - skolem:lemma7864 - [ a r:Fact; r:gives {(9721 1279) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5923 a r:Inference; - r:gives { - 1928 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1928 math:notEqualTo 0}] - skolem:lemma8685 - [ a r:Fact; r:gives {((1 9 2 8) "=<") list:sort (1 2 8 9)}] - [ a r:Fact; r:gives {((1 9 2 8) ">=") list:sort (9 8 2 1)}] - skolem:lemma7877 - skolem:lemma7878 - [ a r:Fact; r:gives {(9821 1289) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5924 a r:Inference; - r:gives { - 1929 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1929 math:notEqualTo 0}] - skolem:lemma8686 - [ a r:Fact; r:gives {((1 9 2 9) "=<") list:sort (1 2 9 9)}] - [ a r:Fact; r:gives {((1 9 2 9) ">=") list:sort (9 9 2 1)}] - skolem:lemma7889 - skolem:lemma7890 - [ a r:Fact; r:gives {(9921 1299) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5925 a r:Inference; - r:gives { - 1930 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1930 math:notEqualTo 0}] - skolem:lemma8687 - [ a r:Fact; r:gives {((1 9 3 0) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((1 9 3 0) ">=") list:sort (9 3 1 0)}] - skolem:lemma6288 - skolem:lemma6289 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5926 a r:Inference; - r:gives { - 1931 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1931 math:notEqualTo 0}] - skolem:lemma8688 - [ a r:Fact; r:gives {((1 9 3 1) "=<") list:sort (1 1 3 9)}] - [ a r:Fact; r:gives {((1 9 3 1) ">=") list:sort (9 3 1 1)}] - skolem:lemma7615 - skolem:lemma7616 - [ a r:Fact; r:gives {(9311 1139) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5927 a r:Inference; - r:gives { - 1932 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1932 math:notEqualTo 0}] - skolem:lemma8689 - [ a r:Fact; r:gives {((1 9 3 2) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((1 9 3 2) ">=") list:sort (9 3 2 1)}] - skolem:lemma7787 - skolem:lemma7788 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5928 a r:Inference; - r:gives { - 1933 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1933 math:notEqualTo 0}] - skolem:lemma8690 - [ a r:Fact; r:gives {((1 9 3 3) "=<") list:sort (1 3 3 9)}] - [ a r:Fact; r:gives {((1 9 3 3) ">=") list:sort (9 3 3 1)}] - skolem:lemma7943 - skolem:lemma7944 - [ a r:Fact; r:gives {(9331 1339) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5929 a r:Inference; - r:gives { - 1934 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1934 math:notEqualTo 0}] - skolem:lemma8691 - [ a r:Fact; r:gives {((1 9 3 4) "=<") list:sort (1 3 4 9)}] - [ a r:Fact; r:gives {((1 9 3 4) ">=") list:sort (9 4 3 1)}] - skolem:lemma7965 - skolem:lemma7966 - [ a r:Fact; r:gives {(9431 1349) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5930 a r:Inference; - r:gives { - 1935 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1935 math:notEqualTo 0}] - skolem:lemma8692 - [ a r:Fact; r:gives {((1 9 3 5) "=<") list:sort (1 3 5 9)}] - [ a r:Fact; r:gives {((1 9 3 5) ">=") list:sort (9 5 3 1)}] - skolem:lemma7985 - skolem:lemma7986 - [ a r:Fact; r:gives {(9531 1359) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5931 a r:Inference; - r:gives { - 1936 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1936 math:notEqualTo 0}] - skolem:lemma8693 - [ a r:Fact; r:gives {((1 9 3 6) "=<") list:sort (1 3 6 9)}] - [ a r:Fact; r:gives {((1 9 3 6) ">=") list:sort (9 6 3 1)}] - skolem:lemma8003 - skolem:lemma8004 - [ a r:Fact; r:gives {(9631 1369) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5932 a r:Inference; - r:gives { - 1937 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1937 math:notEqualTo 0}] - skolem:lemma8694 - [ a r:Fact; r:gives {((1 9 3 7) "=<") list:sort (1 3 7 9)}] - [ a r:Fact; r:gives {((1 9 3 7) ">=") list:sort (9 7 3 1)}] - skolem:lemma8019 - skolem:lemma8020 - [ a r:Fact; r:gives {(9731 1379) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5933 a r:Inference; - r:gives { - 1938 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1938 math:notEqualTo 0}] - skolem:lemma8695 - [ a r:Fact; r:gives {((1 9 3 8) "=<") list:sort (1 3 8 9)}] - [ a r:Fact; r:gives {((1 9 3 8) ">=") list:sort (9 8 3 1)}] - skolem:lemma8033 - skolem:lemma8034 - [ a r:Fact; r:gives {(9831 1389) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5934 a r:Inference; - r:gives { - 1939 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1939 math:notEqualTo 0}] - skolem:lemma8696 - [ a r:Fact; r:gives {((1 9 3 9) "=<") list:sort (1 3 9 9)}] - [ a r:Fact; r:gives {((1 9 3 9) ">=") list:sort (9 9 3 1)}] - skolem:lemma8045 - skolem:lemma8046 - [ a r:Fact; r:gives {(9931 1399) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5935 a r:Inference; - r:gives { - 1940 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1940 math:notEqualTo 0}] - skolem:lemma8697 - [ a r:Fact; r:gives {((1 9 4 0) "=<") list:sort (0 1 4 9)}] - [ a r:Fact; r:gives {((1 9 4 0) ">=") list:sort (9 4 1 0)}] - skolem:lemma6310 - skolem:lemma6311 - [ a r:Fact; r:gives {(9410 149) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5936 a r:Inference; - r:gives { - 1941 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1941 math:notEqualTo 0}] - skolem:lemma8698 - [ a r:Fact; r:gives {((1 9 4 1) "=<") list:sort (1 1 4 9)}] - [ a r:Fact; r:gives {((1 9 4 1) ">=") list:sort (9 4 1 1)}] - skolem:lemma7637 - skolem:lemma7638 - [ a r:Fact; r:gives {(9411 1149) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5937 a r:Inference; - r:gives { - 1942 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1942 math:notEqualTo 0}] - skolem:lemma8699 - [ a r:Fact; r:gives {((1 9 4 2) "=<") list:sort (1 2 4 9)}] - [ a r:Fact; r:gives {((1 9 4 2) ">=") list:sort (9 4 2 1)}] - skolem:lemma7809 - skolem:lemma7810 - [ a r:Fact; r:gives {(9421 1249) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5938 a r:Inference; - r:gives { - 1943 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1943 math:notEqualTo 0}] - skolem:lemma8700 - [ a r:Fact; r:gives {((1 9 4 3) "=<") list:sort (1 3 4 9)}] - [ a r:Fact; r:gives {((1 9 4 3) ">=") list:sort (9 4 3 1)}] - skolem:lemma7965 - skolem:lemma7966 - [ a r:Fact; r:gives {(9431 1349) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5939 a r:Inference; - r:gives { - 1944 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1944 math:notEqualTo 0}] - skolem:lemma8701 - [ a r:Fact; r:gives {((1 9 4 4) "=<") list:sort (1 4 4 9)}] - [ a r:Fact; r:gives {((1 9 4 4) ">=") list:sort (9 4 4 1)}] - skolem:lemma8107 - skolem:lemma8108 - [ a r:Fact; r:gives {(9441 1449) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5940 a r:Inference; - r:gives { - 1945 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1945 math:notEqualTo 0}] - skolem:lemma8702 - [ a r:Fact; r:gives {((1 9 4 5) "=<") list:sort (1 4 5 9)}] - [ a r:Fact; r:gives {((1 9 4 5) ">=") list:sort (9 5 4 1)}] - skolem:lemma8127 - skolem:lemma8128 - [ a r:Fact; r:gives {(9541 1459) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5941 a r:Inference; - r:gives { - 1946 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1946 math:notEqualTo 0}] - skolem:lemma8703 - [ a r:Fact; r:gives {((1 9 4 6) "=<") list:sort (1 4 6 9)}] - [ a r:Fact; r:gives {((1 9 4 6) ">=") list:sort (9 6 4 1)}] - skolem:lemma8145 - skolem:lemma8146 - [ a r:Fact; r:gives {(9641 1469) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5942 a r:Inference; - r:gives { - 1947 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1947 math:notEqualTo 0}] - skolem:lemma8704 - [ a r:Fact; r:gives {((1 9 4 7) "=<") list:sort (1 4 7 9)}] - [ a r:Fact; r:gives {((1 9 4 7) ">=") list:sort (9 7 4 1)}] - skolem:lemma8161 - skolem:lemma8162 - [ a r:Fact; r:gives {(9741 1479) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5943 a r:Inference; - r:gives { - 1948 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1948 math:notEqualTo 0}] - skolem:lemma8705 - [ a r:Fact; r:gives {((1 9 4 8) "=<") list:sort (1 4 8 9)}] - [ a r:Fact; r:gives {((1 9 4 8) ">=") list:sort (9 8 4 1)}] - skolem:lemma8175 - skolem:lemma8176 - [ a r:Fact; r:gives {(9841 1489) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5944 a r:Inference; - r:gives { - 1949 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1949 math:notEqualTo 0}] - skolem:lemma8706 - [ a r:Fact; r:gives {((1 9 4 9) "=<") list:sort (1 4 9 9)}] - [ a r:Fact; r:gives {((1 9 4 9) ">=") list:sort (9 9 4 1)}] - skolem:lemma8187 - skolem:lemma8188 - [ a r:Fact; r:gives {(9941 1499) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5945 a r:Inference; - r:gives { - 1950 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1950 math:notEqualTo 0}] - skolem:lemma8707 - [ a r:Fact; r:gives {((1 9 5 0) "=<") list:sort (0 1 5 9)}] - [ a r:Fact; r:gives {((1 9 5 0) ">=") list:sort (9 5 1 0)}] - skolem:lemma6330 - skolem:lemma6331 - [ a r:Fact; r:gives {(9510 159) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5946 a r:Inference; - r:gives { - 1951 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1951 math:notEqualTo 0}] - skolem:lemma8708 - [ a r:Fact; r:gives {((1 9 5 1) "=<") list:sort (1 1 5 9)}] - [ a r:Fact; r:gives {((1 9 5 1) ">=") list:sort (9 5 1 1)}] - skolem:lemma7657 - skolem:lemma7658 - [ a r:Fact; r:gives {(9511 1159) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5947 a r:Inference; - r:gives { - 1952 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1952 math:notEqualTo 0}] - skolem:lemma8709 - [ a r:Fact; r:gives {((1 9 5 2) "=<") list:sort (1 2 5 9)}] - [ a r:Fact; r:gives {((1 9 5 2) ">=") list:sort (9 5 2 1)}] - skolem:lemma7829 - skolem:lemma7830 - [ a r:Fact; r:gives {(9521 1259) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5948 a r:Inference; - r:gives { - 1953 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1953 math:notEqualTo 0}] - skolem:lemma8710 - [ a r:Fact; r:gives {((1 9 5 3) "=<") list:sort (1 3 5 9)}] - [ a r:Fact; r:gives {((1 9 5 3) ">=") list:sort (9 5 3 1)}] - skolem:lemma7985 - skolem:lemma7986 - [ a r:Fact; r:gives {(9531 1359) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5949 a r:Inference; - r:gives { - 1954 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1954 math:notEqualTo 0}] - skolem:lemma8711 - [ a r:Fact; r:gives {((1 9 5 4) "=<") list:sort (1 4 5 9)}] - [ a r:Fact; r:gives {((1 9 5 4) ">=") list:sort (9 5 4 1)}] - skolem:lemma8127 - skolem:lemma8128 - [ a r:Fact; r:gives {(9541 1459) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5950 a r:Inference; - r:gives { - 1955 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1955 math:notEqualTo 0}] - skolem:lemma8712 - [ a r:Fact; r:gives {((1 9 5 5) "=<") list:sort (1 5 5 9)}] - [ a r:Fact; r:gives {((1 9 5 5) ">=") list:sort (9 5 5 1)}] - skolem:lemma8257 - skolem:lemma8258 - [ a r:Fact; r:gives {(9551 1559) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5951 a r:Inference; - r:gives { - 1956 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1956 math:notEqualTo 0}] - skolem:lemma8713 - [ a r:Fact; r:gives {((1 9 5 6) "=<") list:sort (1 5 6 9)}] - [ a r:Fact; r:gives {((1 9 5 6) ">=") list:sort (9 6 5 1)}] - skolem:lemma8275 - skolem:lemma8276 - [ a r:Fact; r:gives {(9651 1569) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5952 a r:Inference; - r:gives { - 1957 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1957 math:notEqualTo 0}] - skolem:lemma8714 - [ a r:Fact; r:gives {((1 9 5 7) "=<") list:sort (1 5 7 9)}] - [ a r:Fact; r:gives {((1 9 5 7) ">=") list:sort (9 7 5 1)}] - skolem:lemma8291 - skolem:lemma8292 - [ a r:Fact; r:gives {(9751 1579) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5953 a r:Inference; - r:gives { - 1958 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1958 math:notEqualTo 0}] - skolem:lemma8715 - [ a r:Fact; r:gives {((1 9 5 8) "=<") list:sort (1 5 8 9)}] - [ a r:Fact; r:gives {((1 9 5 8) ">=") list:sort (9 8 5 1)}] - skolem:lemma8305 - skolem:lemma8306 - [ a r:Fact; r:gives {(9851 1589) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5954 a r:Inference; - r:gives { - 1959 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1959 math:notEqualTo 0}] - skolem:lemma8716 - [ a r:Fact; r:gives {((1 9 5 9) "=<") list:sort (1 5 9 9)}] - [ a r:Fact; r:gives {((1 9 5 9) ">=") list:sort (9 9 5 1)}] - skolem:lemma8317 - skolem:lemma8318 - [ a r:Fact; r:gives {(9951 1599) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5955 a r:Inference; - r:gives { - 1960 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1960 math:notEqualTo 0}] - skolem:lemma8717 - [ a r:Fact; r:gives {((1 9 6 0) "=<") list:sort (0 1 6 9)}] - [ a r:Fact; r:gives {((1 9 6 0) ">=") list:sort (9 6 1 0)}] - skolem:lemma6348 - skolem:lemma6349 - [ a r:Fact; r:gives {(9610 169) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5956 a r:Inference; - r:gives { - 1961 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1961 math:notEqualTo 0}] - skolem:lemma8718 - [ a r:Fact; r:gives {((1 9 6 1) "=<") list:sort (1 1 6 9)}] - [ a r:Fact; r:gives {((1 9 6 1) ">=") list:sort (9 6 1 1)}] - skolem:lemma7675 - skolem:lemma7676 - [ a r:Fact; r:gives {(9611 1169) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5957 a r:Inference; - r:gives { - 1962 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1962 math:notEqualTo 0}] - skolem:lemma8719 - [ a r:Fact; r:gives {((1 9 6 2) "=<") list:sort (1 2 6 9)}] - [ a r:Fact; r:gives {((1 9 6 2) ">=") list:sort (9 6 2 1)}] - skolem:lemma7847 - skolem:lemma7848 - [ a r:Fact; r:gives {(9621 1269) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5958 a r:Inference; - r:gives { - 1963 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1963 math:notEqualTo 0}] - skolem:lemma8720 - [ a r:Fact; r:gives {((1 9 6 3) "=<") list:sort (1 3 6 9)}] - [ a r:Fact; r:gives {((1 9 6 3) ">=") list:sort (9 6 3 1)}] - skolem:lemma8003 - skolem:lemma8004 - [ a r:Fact; r:gives {(9631 1369) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5959 a r:Inference; - r:gives { - 1964 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1964 math:notEqualTo 0}] - skolem:lemma8721 - [ a r:Fact; r:gives {((1 9 6 4) "=<") list:sort (1 4 6 9)}] - [ a r:Fact; r:gives {((1 9 6 4) ">=") list:sort (9 6 4 1)}] - skolem:lemma8145 - skolem:lemma8146 - [ a r:Fact; r:gives {(9641 1469) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5960 a r:Inference; - r:gives { - 1965 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1965 math:notEqualTo 0}] - skolem:lemma8722 - [ a r:Fact; r:gives {((1 9 6 5) "=<") list:sort (1 5 6 9)}] - [ a r:Fact; r:gives {((1 9 6 5) ">=") list:sort (9 6 5 1)}] - skolem:lemma8275 - skolem:lemma8276 - [ a r:Fact; r:gives {(9651 1569) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5961 a r:Inference; - r:gives { - 1966 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1966 math:notEqualTo 0}] - skolem:lemma8723 - [ a r:Fact; r:gives {((1 9 6 6) "=<") list:sort (1 6 6 9)}] - [ a r:Fact; r:gives {((1 9 6 6) ">=") list:sort (9 6 6 1)}] - skolem:lemma8395 - skolem:lemma8396 - [ a r:Fact; r:gives {(9661 1669) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5962 a r:Inference; - r:gives { - 1967 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1967 math:notEqualTo 0}] - skolem:lemma8724 - [ a r:Fact; r:gives {((1 9 6 7) "=<") list:sort (1 6 7 9)}] - [ a r:Fact; r:gives {((1 9 6 7) ">=") list:sort (9 7 6 1)}] - skolem:lemma8411 - skolem:lemma8412 - [ a r:Fact; r:gives {(9761 1679) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5963 a r:Inference; - r:gives { - 1968 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1968 math:notEqualTo 0}] - skolem:lemma8725 - [ a r:Fact; r:gives {((1 9 6 8) "=<") list:sort (1 6 8 9)}] - [ a r:Fact; r:gives {((1 9 6 8) ">=") list:sort (9 8 6 1)}] - skolem:lemma8425 - skolem:lemma8426 - [ a r:Fact; r:gives {(9861 1689) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5964 a r:Inference; - r:gives { - 1969 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1969 math:notEqualTo 0}] - skolem:lemma8726 - [ a r:Fact; r:gives {((1 9 6 9) "=<") list:sort (1 6 9 9)}] - [ a r:Fact; r:gives {((1 9 6 9) ">=") list:sort (9 9 6 1)}] - skolem:lemma8437 - skolem:lemma8438 - [ a r:Fact; r:gives {(9961 1699) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5965 a r:Inference; - r:gives { - 1970 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1970 math:notEqualTo 0}] - skolem:lemma8727 - [ a r:Fact; r:gives {((1 9 7 0) "=<") list:sort (0 1 7 9)}] - [ a r:Fact; r:gives {((1 9 7 0) ">=") list:sort (9 7 1 0)}] - skolem:lemma6364 - skolem:lemma6365 - [ a r:Fact; r:gives {(9710 179) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5966 a r:Inference; - r:gives { - 1971 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1971 math:notEqualTo 0}] - skolem:lemma8728 - [ a r:Fact; r:gives {((1 9 7 1) "=<") list:sort (1 1 7 9)}] - [ a r:Fact; r:gives {((1 9 7 1) ">=") list:sort (9 7 1 1)}] - skolem:lemma7691 - skolem:lemma7692 - [ a r:Fact; r:gives {(9711 1179) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5967 a r:Inference; - r:gives { - 1972 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1972 math:notEqualTo 0}] - skolem:lemma8729 - [ a r:Fact; r:gives {((1 9 7 2) "=<") list:sort (1 2 7 9)}] - [ a r:Fact; r:gives {((1 9 7 2) ">=") list:sort (9 7 2 1)}] - skolem:lemma7863 - skolem:lemma7864 - [ a r:Fact; r:gives {(9721 1279) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5968 a r:Inference; - r:gives { - 1973 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1973 math:notEqualTo 0}] - skolem:lemma8730 - [ a r:Fact; r:gives {((1 9 7 3) "=<") list:sort (1 3 7 9)}] - [ a r:Fact; r:gives {((1 9 7 3) ">=") list:sort (9 7 3 1)}] - skolem:lemma8019 - skolem:lemma8020 - [ a r:Fact; r:gives {(9731 1379) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5969 a r:Inference; - r:gives { - 1974 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1974 math:notEqualTo 0}] - skolem:lemma8731 - [ a r:Fact; r:gives {((1 9 7 4) "=<") list:sort (1 4 7 9)}] - [ a r:Fact; r:gives {((1 9 7 4) ">=") list:sort (9 7 4 1)}] - skolem:lemma8161 - skolem:lemma8162 - [ a r:Fact; r:gives {(9741 1479) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5970 a r:Inference; - r:gives { - 1975 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1975 math:notEqualTo 0}] - skolem:lemma8732 - [ a r:Fact; r:gives {((1 9 7 5) "=<") list:sort (1 5 7 9)}] - [ a r:Fact; r:gives {((1 9 7 5) ">=") list:sort (9 7 5 1)}] - skolem:lemma8291 - skolem:lemma8292 - [ a r:Fact; r:gives {(9751 1579) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5971 a r:Inference; - r:gives { - 1976 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1976 math:notEqualTo 0}] - skolem:lemma8733 - [ a r:Fact; r:gives {((1 9 7 6) "=<") list:sort (1 6 7 9)}] - [ a r:Fact; r:gives {((1 9 7 6) ">=") list:sort (9 7 6 1)}] - skolem:lemma8411 - skolem:lemma8412 - [ a r:Fact; r:gives {(9761 1679) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5972 a r:Inference; - r:gives { - 1977 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1977 math:notEqualTo 0}] - skolem:lemma8734 - [ a r:Fact; r:gives {((1 9 7 7) "=<") list:sort (1 7 7 9)}] - [ a r:Fact; r:gives {((1 9 7 7) ">=") list:sort (9 7 7 1)}] - skolem:lemma8523 - skolem:lemma8524 - [ a r:Fact; r:gives {(9771 1779) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5973 a r:Inference; - r:gives { - 1978 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1978 math:notEqualTo 0}] - skolem:lemma8735 - [ a r:Fact; r:gives {((1 9 7 8) "=<") list:sort (1 7 8 9)}] - [ a r:Fact; r:gives {((1 9 7 8) ">=") list:sort (9 8 7 1)}] - skolem:lemma8537 - skolem:lemma8538 - [ a r:Fact; r:gives {(9871 1789) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5974 a r:Inference; - r:gives { - 1979 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1979 math:notEqualTo 0}] - skolem:lemma8736 - [ a r:Fact; r:gives {((1 9 7 9) "=<") list:sort (1 7 9 9)}] - [ a r:Fact; r:gives {((1 9 7 9) ">=") list:sort (9 9 7 1)}] - skolem:lemma8549 - skolem:lemma8550 - [ a r:Fact; r:gives {(9971 1799) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5975 a r:Inference; - r:gives { - 1980 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1980 math:notEqualTo 0}] - skolem:lemma8737 - [ a r:Fact; r:gives {((1 9 8 0) "=<") list:sort (0 1 8 9)}] - [ a r:Fact; r:gives {((1 9 8 0) ">=") list:sort (9 8 1 0)}] - skolem:lemma6378 - skolem:lemma6379 - [ a r:Fact; r:gives {(9810 189) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5976 a r:Inference; - r:gives { - 1981 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1981 math:notEqualTo 0}] - skolem:lemma8738 - [ a r:Fact; r:gives {((1 9 8 1) "=<") list:sort (1 1 8 9)}] - [ a r:Fact; r:gives {((1 9 8 1) ">=") list:sort (9 8 1 1)}] - skolem:lemma7705 - skolem:lemma7706 - [ a r:Fact; r:gives {(9811 1189) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5977 a r:Inference; - r:gives { - 1982 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1982 math:notEqualTo 0}] - skolem:lemma8739 - [ a r:Fact; r:gives {((1 9 8 2) "=<") list:sort (1 2 8 9)}] - [ a r:Fact; r:gives {((1 9 8 2) ">=") list:sort (9 8 2 1)}] - skolem:lemma7877 - skolem:lemma7878 - [ a r:Fact; r:gives {(9821 1289) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5978 a r:Inference; - r:gives { - 1983 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1983 math:notEqualTo 0}] - skolem:lemma8740 - [ a r:Fact; r:gives {((1 9 8 3) "=<") list:sort (1 3 8 9)}] - [ a r:Fact; r:gives {((1 9 8 3) ">=") list:sort (9 8 3 1)}] - skolem:lemma8033 - skolem:lemma8034 - [ a r:Fact; r:gives {(9831 1389) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5979 a r:Inference; - r:gives { - 1984 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1984 math:notEqualTo 0}] - skolem:lemma8741 - [ a r:Fact; r:gives {((1 9 8 4) "=<") list:sort (1 4 8 9)}] - [ a r:Fact; r:gives {((1 9 8 4) ">=") list:sort (9 8 4 1)}] - skolem:lemma8175 - skolem:lemma8176 - [ a r:Fact; r:gives {(9841 1489) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5980 a r:Inference; - r:gives { - 1985 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1985 math:notEqualTo 0}] - skolem:lemma8742 - [ a r:Fact; r:gives {((1 9 8 5) "=<") list:sort (1 5 8 9)}] - [ a r:Fact; r:gives {((1 9 8 5) ">=") list:sort (9 8 5 1)}] - skolem:lemma8305 - skolem:lemma8306 - [ a r:Fact; r:gives {(9851 1589) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5981 a r:Inference; - r:gives { - 1986 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1986 math:notEqualTo 0}] - skolem:lemma8743 - [ a r:Fact; r:gives {((1 9 8 6) "=<") list:sort (1 6 8 9)}] - [ a r:Fact; r:gives {((1 9 8 6) ">=") list:sort (9 8 6 1)}] - skolem:lemma8425 - skolem:lemma8426 - [ a r:Fact; r:gives {(9861 1689) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5982 a r:Inference; - r:gives { - 1987 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1987 math:notEqualTo 0}] - skolem:lemma8744 - [ a r:Fact; r:gives {((1 9 8 7) "=<") list:sort (1 7 8 9)}] - [ a r:Fact; r:gives {((1 9 8 7) ">=") list:sort (9 8 7 1)}] - skolem:lemma8537 - skolem:lemma8538 - [ a r:Fact; r:gives {(9871 1789) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5983 a r:Inference; - r:gives { - 1988 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1988 math:notEqualTo 0}] - skolem:lemma8745 - [ a r:Fact; r:gives {((1 9 8 8) "=<") list:sort (1 8 8 9)}] - [ a r:Fact; r:gives {((1 9 8 8) ">=") list:sort (9 8 8 1)}] - skolem:lemma8643 - skolem:lemma8644 - [ a r:Fact; r:gives {(9881 1889) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5984 a r:Inference; - r:gives { - 1989 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1989 math:notEqualTo 0}] - skolem:lemma8746 - [ a r:Fact; r:gives {((1 9 8 9) "=<") list:sort (1 8 9 9)}] - [ a r:Fact; r:gives {((1 9 8 9) ">=") list:sort (9 9 8 1)}] - skolem:lemma8655 - skolem:lemma8656 - [ a r:Fact; r:gives {(9981 1899) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5985 a r:Inference; - r:gives { - 1990 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1990 math:notEqualTo 0}] - skolem:lemma8747 - [ a r:Fact; r:gives {((1 9 9 0) "=<") list:sort (0 1 9 9)}] - [ a r:Fact; r:gives {((1 9 9 0) ">=") list:sort (9 9 1 0)}] - skolem:lemma6390 - skolem:lemma6391 - [ a r:Fact; r:gives {(9910 199) math:difference 9711}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9711 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9711 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5986 a r:Inference; - r:gives { - 1991 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1991 math:notEqualTo 0}] - skolem:lemma8748 - [ a r:Fact; r:gives {((1 9 9 1) "=<") list:sort (1 1 9 9)}] - [ a r:Fact; r:gives {((1 9 9 1) ">=") list:sort (9 9 1 1)}] - skolem:lemma7717 - skolem:lemma7718 - [ a r:Fact; r:gives {(9911 1199) math:difference 8712}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8712 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8712 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5987 a r:Inference; - r:gives { - 1992 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1992 math:notEqualTo 0}] - skolem:lemma8749 - [ a r:Fact; r:gives {((1 9 9 2) "=<") list:sort (1 2 9 9)}] - [ a r:Fact; r:gives {((1 9 9 2) ">=") list:sort (9 9 2 1)}] - skolem:lemma7889 - skolem:lemma7890 - [ a r:Fact; r:gives {(9921 1299) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5988 a r:Inference; - r:gives { - 1993 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1993 math:notEqualTo 0}] - skolem:lemma8750 - [ a r:Fact; r:gives {((1 9 9 3) "=<") list:sort (1 3 9 9)}] - [ a r:Fact; r:gives {((1 9 9 3) ">=") list:sort (9 9 3 1)}] - skolem:lemma8045 - skolem:lemma8046 - [ a r:Fact; r:gives {(9931 1399) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5989 a r:Inference; - r:gives { - 1994 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {1994 math:notEqualTo 0}] - skolem:lemma8751 - [ a r:Fact; r:gives {((1 9 9 4) "=<") list:sort (1 4 9 9)}] - [ a r:Fact; r:gives {((1 9 9 4) ">=") list:sort (9 9 4 1)}] - skolem:lemma8187 - skolem:lemma8188 - [ a r:Fact; r:gives {(9941 1499) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma5997. - -skolem:lemma5990 a r:Inference; - r:gives { - 1995 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {1995 math:notEqualTo 0}] - skolem:lemma8752 - [ a r:Fact; r:gives {((1 9 9 5) "=<") list:sort (1 5 9 9)}] - [ a r:Fact; r:gives {((1 9 9 5) ">=") list:sort (9 9 5 1)}] - skolem:lemma8317 - skolem:lemma8318 - [ a r:Fact; r:gives {(9951 1599) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma5997. - -skolem:lemma5991 a r:Inference; - r:gives { - 1996 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {1996 math:notEqualTo 0}] - skolem:lemma8753 - [ a r:Fact; r:gives {((1 9 9 6) "=<") list:sort (1 6 9 9)}] - [ a r:Fact; r:gives {((1 9 9 6) ">=") list:sort (9 9 6 1)}] - skolem:lemma8437 - skolem:lemma8438 - [ a r:Fact; r:gives {(9961 1699) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma5997. - -skolem:lemma5992 a r:Inference; - r:gives { - 1997 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {1997 math:notEqualTo 0}] - skolem:lemma8754 - [ a r:Fact; r:gives {((1 9 9 7) "=<") list:sort (1 7 9 9)}] - [ a r:Fact; r:gives {((1 9 9 7) ">=") list:sort (9 9 7 1)}] - skolem:lemma8549 - skolem:lemma8550 - [ a r:Fact; r:gives {(9971 1799) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma5997. - -skolem:lemma5993 a r:Inference; - r:gives { - 1998 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {1998 math:notEqualTo 0}] - skolem:lemma8755 - [ a r:Fact; r:gives {((1 9 9 8) "=<") list:sort (1 8 9 9)}] - [ a r:Fact; r:gives {((1 9 9 8) ">=") list:sort (9 9 8 1)}] - skolem:lemma8655 - skolem:lemma8656 - [ a r:Fact; r:gives {(9981 1899) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (1 9 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma5997. - -skolem:lemma5994 a r:Inference; - r:gives { - 1 :numberToDigits (0 0 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 1000) math:remainder 1}] - [ a r:Fact; r:gives {(1 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma5995 a r:Inference; - r:gives { - (0 0 0 1) :digitsToNumber 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(0 0 0 1) math:sum 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. - -skolem:lemma5996 a r:Inference; - r:gives { - (1 0 0 0) :digitsToNumber 1000 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(1000 0 0 0) math:sum 1000}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma5997 a r:Extraction; - r:gives { - @forAll var:x_0, var:x_1, var:x_2, var:x_3, var:x_4, var:x_5, var:x_6, var:x_7, var:x_8, var:x_9, var:x_10. { - var:x_0 :kaprekar (var:x_7 var:x_9). - } <= { - var:x_0 math:notEqualTo 0 . - var:x_0 :numberToDigits var:x_1. - (var:x_1 "=<") list:sort var:x_2. - (var:x_1 ">=") list:sort var:x_3. - var:x_2 :digitsToNumber var:x_4. - var:x_3 :digitsToNumber var:x_5. - (var:x_5 var:x_4) math:difference var:x_6. - (var:x_7 1) math:sum var:x_8. - ({ - var:x_6 math:equalTo 6174. - } { - var:x_9 log:equalTo var:x_8. - } { - var:x_6 :kaprekar (var:x_8 var:x_9). - }) log:ifThenElseIn var:x_10. - }. - }; - r:because [ a r:Parsing; r:source ]. - -skolem:lemma5998 a r:Inference; - r:gives { - 2 :numberToDigits (0 0 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 1000) math:remainder 2}] - [ a r:Fact; r:gives {(2 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma5999 a r:Inference; - r:gives { - (0 0 0 2) :digitsToNumber 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(0 0 0 2) math:sum 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8757. - -skolem:lemma6000 a r:Inference; - r:gives { - (2 0 0 0) :digitsToNumber 2000 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(2000 0 0 0) math:sum 2000}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6001 a r:Inference; - r:gives { - 3 :numberToDigits (0 0 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 1000) math:remainder 3}] - [ a r:Fact; r:gives {(3 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6002 a r:Inference; - r:gives { - (0 0 0 3) :digitsToNumber 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(0 0 0 3) math:sum 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. - -skolem:lemma6003 a r:Inference; - r:gives { - (3 0 0 0) :digitsToNumber 3000 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(3000 0 0 0) math:sum 3000}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6004 a r:Inference; - r:gives { - 4 :numberToDigits (0 0 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 1000) math:remainder 4}] - [ a r:Fact; r:gives {(4 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6005 a r:Inference; - r:gives { - (0 0 0 4) :digitsToNumber 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(0 0 0 4) math:sum 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6006 a r:Inference; - r:gives { - (4 0 0 0) :digitsToNumber 4000 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(4000 0 0 0) math:sum 4000}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6007 a r:Inference; - r:gives { - 5 :numberToDigits (0 0 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 1000) math:remainder 5}] - [ a r:Fact; r:gives {(5 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6008 a r:Inference; - r:gives { - (0 0 0 5) :digitsToNumber 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(0 0 0 5) math:sum 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6009 a r:Inference; - r:gives { - (5 0 0 0) :digitsToNumber 5000 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(5000 0 0 0) math:sum 5000}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6010 a r:Inference; - r:gives { - 6 :numberToDigits (0 0 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 1000) math:remainder 6}] - [ a r:Fact; r:gives {(6 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6011 a r:Inference; - r:gives { - (0 0 0 6) :digitsToNumber 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(0 0 0 6) math:sum 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6012 a r:Inference; - r:gives { - (6 0 0 0) :digitsToNumber 6000 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(6000 0 0 0) math:sum 6000}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6013 a r:Inference; - r:gives { - 7 :numberToDigits (0 0 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 1000) math:remainder 7}] - [ a r:Fact; r:gives {(7 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6014 a r:Inference; - r:gives { - (0 0 0 7) :digitsToNumber 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(0 0 0 7) math:sum 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6015 a r:Inference; - r:gives { - (7 0 0 0) :digitsToNumber 7000 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(7000 0 0 0) math:sum 7000}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6016 a r:Inference; - r:gives { - 8 :numberToDigits (0 0 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 1000) math:remainder 8}] - [ a r:Fact; r:gives {(8 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6017 a r:Inference; - r:gives { - (0 0 0 8) :digitsToNumber 8 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(0 0 0 8) math:sum 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6018 a r:Inference; - r:gives { - (8 0 0 0) :digitsToNumber 8000 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(8000 0 0 0) math:sum 8000}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6019 a r:Inference; - r:gives { - 9 :numberToDigits (0 0 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 1000) math:remainder 9}] - [ a r:Fact; r:gives {(9 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6020 a r:Inference; - r:gives { - (0 0 0 9) :digitsToNumber 9 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(0 0 0 9) math:sum 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6021 a r:Inference; - r:gives { - (9 0 0 0) :digitsToNumber 9000 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(9000 0 0 0) math:sum 9000}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6022 a r:Inference; - r:gives { - 10 :numberToDigits (0 0 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(10 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(10 1000) math:remainder 10}] - [ a r:Fact; r:gives {(10 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(10 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6023 a r:Inference; - r:gives { - 11 :numberToDigits (0 0 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(11 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(11 1000) math:remainder 11}] - [ a r:Fact; r:gives {(11 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(11 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6024 a r:Inference; - r:gives { - (0 0 1 1) :digitsToNumber 11 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 0 10 1) math:sum 11}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. - -skolem:lemma6025 a r:Inference; - r:gives { - (1 1 0 0) :digitsToNumber 1100 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(1000 100 0 0) math:sum 1100}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6026 a r:Inference; - r:gives { - 12 :numberToDigits (0 0 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(12 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(12 1000) math:remainder 12}] - [ a r:Fact; r:gives {(12 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(12 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6027 a r:Inference; - r:gives { - (0 0 1 2) :digitsToNumber 12 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 0 10 2) math:sum 12}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8757. - -skolem:lemma6028 a r:Inference; - r:gives { - (2 1 0 0) :digitsToNumber 2100 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(2000 100 0 0) math:sum 2100}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6029 a r:Inference; - r:gives { - 13 :numberToDigits (0 0 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(13 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(13 1000) math:remainder 13}] - [ a r:Fact; r:gives {(13 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(13 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6030 a r:Inference; - r:gives { - (0 0 1 3) :digitsToNumber 13 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 0 10 3) math:sum 13}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. - -skolem:lemma6031 a r:Inference; - r:gives { - (3 1 0 0) :digitsToNumber 3100 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(3000 100 0 0) math:sum 3100}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6032 a r:Inference; - r:gives { - 14 :numberToDigits (0 0 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(14 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(14 1000) math:remainder 14}] - [ a r:Fact; r:gives {(14 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(14 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6033 a r:Inference; - r:gives { - (0 0 1 4) :digitsToNumber 14 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 0 10 4) math:sum 14}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6034 a r:Inference; - r:gives { - (4 1 0 0) :digitsToNumber 4100 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(4000 100 0 0) math:sum 4100}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6035 a r:Inference; - r:gives { - 15 :numberToDigits (0 0 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(15 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(15 1000) math:remainder 15}] - [ a r:Fact; r:gives {(15 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(15 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6036 a r:Inference; - r:gives { - (0 0 1 5) :digitsToNumber 15 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 0 10 5) math:sum 15}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6037 a r:Inference; - r:gives { - (5 1 0 0) :digitsToNumber 5100 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(5000 100 0 0) math:sum 5100}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6038 a r:Inference; - r:gives { - 16 :numberToDigits (0 0 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(16 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(16 1000) math:remainder 16}] - [ a r:Fact; r:gives {(16 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(16 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6039 a r:Inference; - r:gives { - (0 0 1 6) :digitsToNumber 16 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 0 10 6) math:sum 16}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6040 a r:Inference; - r:gives { - (6 1 0 0) :digitsToNumber 6100 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(6000 100 0 0) math:sum 6100}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6041 a r:Inference; - r:gives { - 17 :numberToDigits (0 0 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(17 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(17 1000) math:remainder 17}] - [ a r:Fact; r:gives {(17 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(17 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6042 a r:Inference; - r:gives { - (0 0 1 7) :digitsToNumber 17 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 0 10 7) math:sum 17}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6043 a r:Inference; - r:gives { - (7 1 0 0) :digitsToNumber 7100 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(7000 100 0 0) math:sum 7100}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6044 a r:Inference; - r:gives { - 18 :numberToDigits (0 0 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(18 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(18 1000) math:remainder 18}] - [ a r:Fact; r:gives {(18 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(18 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6045 a r:Inference; - r:gives { - (0 0 1 8) :digitsToNumber 18 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 0 10 8) math:sum 18}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6046 a r:Inference; - r:gives { - (8 1 0 0) :digitsToNumber 8100 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(8000 100 0 0) math:sum 8100}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6047 a r:Inference; - r:gives { - 19 :numberToDigits (0 0 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(19 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(19 1000) math:remainder 19}] - [ a r:Fact; r:gives {(19 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(19 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6048 a r:Inference; - r:gives { - (0 0 1 9) :digitsToNumber 19 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 0 10 9) math:sum 19}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6049 a r:Inference; - r:gives { - (9 1 0 0) :digitsToNumber 9100 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(9000 100 0 0) math:sum 9100}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6050 a r:Inference; - r:gives { - 20 :numberToDigits (0 0 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(20 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(20 1000) math:remainder 20}] - [ a r:Fact; r:gives {(20 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(20 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6051 a r:Inference; - r:gives { - 21 :numberToDigits (0 0 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(21 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(21 1000) math:remainder 21}] - [ a r:Fact; r:gives {(21 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(21 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6052 a r:Inference; - r:gives { - 22 :numberToDigits (0 0 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(22 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(22 1000) math:remainder 22}] - [ a r:Fact; r:gives {(22 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(22 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6053 a r:Inference; - r:gives { - (0 0 2 2) :digitsToNumber 22 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 2) math:sum 22}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8757. - -skolem:lemma6054 a r:Inference; - r:gives { - (2 2 0 0) :digitsToNumber 2200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(2000 200 0 0) math:sum 2200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6055 a r:Inference; - r:gives { - 23 :numberToDigits (0 0 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(23 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(23 1000) math:remainder 23}] - [ a r:Fact; r:gives {(23 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(23 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6056 a r:Inference; - r:gives { - (0 0 2 3) :digitsToNumber 23 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 3) math:sum 23}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. - -skolem:lemma6057 a r:Inference; - r:gives { - (3 2 0 0) :digitsToNumber 3200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(3000 200 0 0) math:sum 3200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6058 a r:Inference; - r:gives { - 24 :numberToDigits (0 0 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(24 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(24 1000) math:remainder 24}] - [ a r:Fact; r:gives {(24 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(24 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6059 a r:Inference; - r:gives { - (0 0 2 4) :digitsToNumber 24 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 4) math:sum 24}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6060 a r:Inference; - r:gives { - (4 2 0 0) :digitsToNumber 4200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(4000 200 0 0) math:sum 4200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6061 a r:Inference; - r:gives { - 25 :numberToDigits (0 0 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(25 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(25 1000) math:remainder 25}] - [ a r:Fact; r:gives {(25 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(25 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6062 a r:Inference; - r:gives { - (0 0 2 5) :digitsToNumber 25 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 5) math:sum 25}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6063 a r:Inference; - r:gives { - (5 2 0 0) :digitsToNumber 5200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(5000 200 0 0) math:sum 5200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6064 a r:Inference; - r:gives { - 26 :numberToDigits (0 0 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(26 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(26 1000) math:remainder 26}] - [ a r:Fact; r:gives {(26 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(26 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6065 a r:Inference; - r:gives { - (0 0 2 6) :digitsToNumber 26 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 6) math:sum 26}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6066 a r:Inference; - r:gives { - (6 2 0 0) :digitsToNumber 6200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(6000 200 0 0) math:sum 6200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6067 a r:Inference; - r:gives { - 27 :numberToDigits (0 0 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(27 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(27 1000) math:remainder 27}] - [ a r:Fact; r:gives {(27 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(27 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6068 a r:Inference; - r:gives { - (0 0 2 7) :digitsToNumber 27 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 7) math:sum 27}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6069 a r:Inference; - r:gives { - (7 2 0 0) :digitsToNumber 7200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(7000 200 0 0) math:sum 7200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6070 a r:Inference; - r:gives { - 28 :numberToDigits (0 0 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(28 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(28 1000) math:remainder 28}] - [ a r:Fact; r:gives {(28 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(28 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6071 a r:Inference; - r:gives { - (0 0 2 8) :digitsToNumber 28 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 8) math:sum 28}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6072 a r:Inference; - r:gives { - (8 2 0 0) :digitsToNumber 8200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(8000 200 0 0) math:sum 8200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6073 a r:Inference; - r:gives { - 29 :numberToDigits (0 0 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(29 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(29 1000) math:remainder 29}] - [ a r:Fact; r:gives {(29 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(29 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6074 a r:Inference; - r:gives { - (0 0 2 9) :digitsToNumber 29 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 9) math:sum 29}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6075 a r:Inference; - r:gives { - (9 2 0 0) :digitsToNumber 9200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(9000 200 0 0) math:sum 9200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6076 a r:Inference; - r:gives { - 30 :numberToDigits (0 0 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(30 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(30 1000) math:remainder 30}] - [ a r:Fact; r:gives {(30 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(30 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6077 a r:Inference; - r:gives { - 31 :numberToDigits (0 0 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(31 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(31 1000) math:remainder 31}] - [ a r:Fact; r:gives {(31 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(31 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6078 a r:Inference; - r:gives { - 32 :numberToDigits (0 0 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(32 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(32 1000) math:remainder 32}] - [ a r:Fact; r:gives {(32 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(32 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6079 a r:Inference; - r:gives { - 33 :numberToDigits (0 0 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(33 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(33 1000) math:remainder 33}] - [ a r:Fact; r:gives {(33 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(33 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6080 a r:Inference; - r:gives { - (0 0 3 3) :digitsToNumber 33 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 3) math:sum 33}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. - -skolem:lemma6081 a r:Inference; - r:gives { - (3 3 0 0) :digitsToNumber 3300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(3000 300 0 0) math:sum 3300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6082 a r:Inference; - r:gives { - 34 :numberToDigits (0 0 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(34 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(34 1000) math:remainder 34}] - [ a r:Fact; r:gives {(34 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(34 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6083 a r:Inference; - r:gives { - (0 0 3 4) :digitsToNumber 34 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 4) math:sum 34}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6084 a r:Inference; - r:gives { - (4 3 0 0) :digitsToNumber 4300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(4000 300 0 0) math:sum 4300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6085 a r:Inference; - r:gives { - 35 :numberToDigits (0 0 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(35 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(35 1000) math:remainder 35}] - [ a r:Fact; r:gives {(35 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(35 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6086 a r:Inference; - r:gives { - (0 0 3 5) :digitsToNumber 35 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 5) math:sum 35}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6087 a r:Inference; - r:gives { - (5 3 0 0) :digitsToNumber 5300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(5000 300 0 0) math:sum 5300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6088 a r:Inference; - r:gives { - 36 :numberToDigits (0 0 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(36 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(36 1000) math:remainder 36}] - [ a r:Fact; r:gives {(36 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(36 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6089 a r:Inference; - r:gives { - (0 0 3 6) :digitsToNumber 36 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 6) math:sum 36}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6090 a r:Inference; - r:gives { - (6 3 0 0) :digitsToNumber 6300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(6000 300 0 0) math:sum 6300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6091 a r:Inference; - r:gives { - 37 :numberToDigits (0 0 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(37 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(37 1000) math:remainder 37}] - [ a r:Fact; r:gives {(37 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(37 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6092 a r:Inference; - r:gives { - (0 0 3 7) :digitsToNumber 37 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 7) math:sum 37}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6093 a r:Inference; - r:gives { - (7 3 0 0) :digitsToNumber 7300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(7000 300 0 0) math:sum 7300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6094 a r:Inference; - r:gives { - 38 :numberToDigits (0 0 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(38 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(38 1000) math:remainder 38}] - [ a r:Fact; r:gives {(38 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(38 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6095 a r:Inference; - r:gives { - (0 0 3 8) :digitsToNumber 38 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 8) math:sum 38}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6096 a r:Inference; - r:gives { - (8 3 0 0) :digitsToNumber 8300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(8000 300 0 0) math:sum 8300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6097 a r:Inference; - r:gives { - 39 :numberToDigits (0 0 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(39 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(39 1000) math:remainder 39}] - [ a r:Fact; r:gives {(39 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(39 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6098 a r:Inference; - r:gives { - (0 0 3 9) :digitsToNumber 39 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 9) math:sum 39}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6099 a r:Inference; - r:gives { - (9 3 0 0) :digitsToNumber 9300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(9000 300 0 0) math:sum 9300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6100 a r:Inference; - r:gives { - 40 :numberToDigits (0 0 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(40 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(40 1000) math:remainder 40}] - [ a r:Fact; r:gives {(40 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(40 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6101 a r:Inference; - r:gives { - 41 :numberToDigits (0 0 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(41 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(41 1000) math:remainder 41}] - [ a r:Fact; r:gives {(41 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(41 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6102 a r:Inference; - r:gives { - 42 :numberToDigits (0 0 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(42 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(42 1000) math:remainder 42}] - [ a r:Fact; r:gives {(42 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(42 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6103 a r:Inference; - r:gives { - 43 :numberToDigits (0 0 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(43 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(43 1000) math:remainder 43}] - [ a r:Fact; r:gives {(43 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(43 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6104 a r:Inference; - r:gives { - 44 :numberToDigits (0 0 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(44 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(44 1000) math:remainder 44}] - [ a r:Fact; r:gives {(44 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(44 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6105 a r:Inference; - r:gives { - (0 0 4 4) :digitsToNumber 44 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 0 40 4) math:sum 44}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6106 a r:Inference; - r:gives { - (4 4 0 0) :digitsToNumber 4400 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(4000 400 0 0) math:sum 4400}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6107 a r:Inference; - r:gives { - 45 :numberToDigits (0 0 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(45 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(45 1000) math:remainder 45}] - [ a r:Fact; r:gives {(45 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(45 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6108 a r:Inference; - r:gives { - (0 0 4 5) :digitsToNumber 45 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 0 40 5) math:sum 45}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6109 a r:Inference; - r:gives { - (5 4 0 0) :digitsToNumber 5400 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(5000 400 0 0) math:sum 5400}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6110 a r:Inference; - r:gives { - 46 :numberToDigits (0 0 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(46 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(46 1000) math:remainder 46}] - [ a r:Fact; r:gives {(46 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(46 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6111 a r:Inference; - r:gives { - (0 0 4 6) :digitsToNumber 46 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 0 40 6) math:sum 46}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6112 a r:Inference; - r:gives { - (6 4 0 0) :digitsToNumber 6400 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(6000 400 0 0) math:sum 6400}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6113 a r:Inference; - r:gives { - 47 :numberToDigits (0 0 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(47 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(47 1000) math:remainder 47}] - [ a r:Fact; r:gives {(47 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(47 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6114 a r:Inference; - r:gives { - (0 0 4 7) :digitsToNumber 47 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 0 40 7) math:sum 47}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6115 a r:Inference; - r:gives { - (7 4 0 0) :digitsToNumber 7400 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(7000 400 0 0) math:sum 7400}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6116 a r:Inference; - r:gives { - 48 :numberToDigits (0 0 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(48 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(48 1000) math:remainder 48}] - [ a r:Fact; r:gives {(48 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(48 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6117 a r:Inference; - r:gives { - (0 0 4 8) :digitsToNumber 48 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 0 40 8) math:sum 48}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6118 a r:Inference; - r:gives { - (8 4 0 0) :digitsToNumber 8400 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(8000 400 0 0) math:sum 8400}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6119 a r:Inference; - r:gives { - 49 :numberToDigits (0 0 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(49 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(49 1000) math:remainder 49}] - [ a r:Fact; r:gives {(49 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(49 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6120 a r:Inference; - r:gives { - (0 0 4 9) :digitsToNumber 49 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 0 40 9) math:sum 49}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6121 a r:Inference; - r:gives { - (9 4 0 0) :digitsToNumber 9400 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(9000 400 0 0) math:sum 9400}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6122 a r:Inference; - r:gives { - 50 :numberToDigits (0 0 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(50 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(50 1000) math:remainder 50}] - [ a r:Fact; r:gives {(50 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(50 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6123 a r:Inference; - r:gives { - 51 :numberToDigits (0 0 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(51 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(51 1000) math:remainder 51}] - [ a r:Fact; r:gives {(51 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(51 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6124 a r:Inference; - r:gives { - 52 :numberToDigits (0 0 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(52 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(52 1000) math:remainder 52}] - [ a r:Fact; r:gives {(52 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(52 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6125 a r:Inference; - r:gives { - 53 :numberToDigits (0 0 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(53 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(53 1000) math:remainder 53}] - [ a r:Fact; r:gives {(53 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(53 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6126 a r:Inference; - r:gives { - 54 :numberToDigits (0 0 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(54 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(54 1000) math:remainder 54}] - [ a r:Fact; r:gives {(54 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(54 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6127 a r:Inference; - r:gives { - 55 :numberToDigits (0 0 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(55 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(55 1000) math:remainder 55}] - [ a r:Fact; r:gives {(55 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(55 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6128 a r:Inference; - r:gives { - (0 0 5 5) :digitsToNumber 55 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 0 50 5) math:sum 55}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6129 a r:Inference; - r:gives { - (5 5 0 0) :digitsToNumber 5500 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(5000 500 0 0) math:sum 5500}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6130 a r:Inference; - r:gives { - 56 :numberToDigits (0 0 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(56 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(56 1000) math:remainder 56}] - [ a r:Fact; r:gives {(56 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(56 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6131 a r:Inference; - r:gives { - (0 0 5 6) :digitsToNumber 56 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 0 50 6) math:sum 56}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6132 a r:Inference; - r:gives { - (6 5 0 0) :digitsToNumber 6500 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(6000 500 0 0) math:sum 6500}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6133 a r:Inference; - r:gives { - 57 :numberToDigits (0 0 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(57 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(57 1000) math:remainder 57}] - [ a r:Fact; r:gives {(57 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(57 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6134 a r:Inference; - r:gives { - (0 0 5 7) :digitsToNumber 57 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 0 50 7) math:sum 57}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6135 a r:Inference; - r:gives { - (7 5 0 0) :digitsToNumber 7500 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(7000 500 0 0) math:sum 7500}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6136 a r:Inference; - r:gives { - 58 :numberToDigits (0 0 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(58 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(58 1000) math:remainder 58}] - [ a r:Fact; r:gives {(58 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(58 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6137 a r:Inference; - r:gives { - (0 0 5 8) :digitsToNumber 58 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 0 50 8) math:sum 58}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6138 a r:Inference; - r:gives { - (8 5 0 0) :digitsToNumber 8500 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(8000 500 0 0) math:sum 8500}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6139 a r:Inference; - r:gives { - 59 :numberToDigits (0 0 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(59 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(59 1000) math:remainder 59}] - [ a r:Fact; r:gives {(59 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(59 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6140 a r:Inference; - r:gives { - (0 0 5 9) :digitsToNumber 59 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 0 50 9) math:sum 59}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6141 a r:Inference; - r:gives { - (9 5 0 0) :digitsToNumber 9500 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(9000 500 0 0) math:sum 9500}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6142 a r:Inference; - r:gives { - 60 :numberToDigits (0 0 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(60 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(60 1000) math:remainder 60}] - [ a r:Fact; r:gives {(60 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(60 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6143 a r:Inference; - r:gives { - 61 :numberToDigits (0 0 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(61 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(61 1000) math:remainder 61}] - [ a r:Fact; r:gives {(61 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(61 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6144 a r:Inference; - r:gives { - 62 :numberToDigits (0 0 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(62 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(62 1000) math:remainder 62}] - [ a r:Fact; r:gives {(62 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(62 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6145 a r:Inference; - r:gives { - 63 :numberToDigits (0 0 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(63 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(63 1000) math:remainder 63}] - [ a r:Fact; r:gives {(63 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(63 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6146 a r:Inference; - r:gives { - 64 :numberToDigits (0 0 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(64 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(64 1000) math:remainder 64}] - [ a r:Fact; r:gives {(64 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(64 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6147 a r:Inference; - r:gives { - 65 :numberToDigits (0 0 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(65 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(65 1000) math:remainder 65}] - [ a r:Fact; r:gives {(65 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(65 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6148 a r:Inference; - r:gives { - 66 :numberToDigits (0 0 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(66 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(66 1000) math:remainder 66}] - [ a r:Fact; r:gives {(66 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(66 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6149 a r:Inference; - r:gives { - (0 0 6 6) :digitsToNumber 66 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 0 60 6) math:sum 66}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6150 a r:Inference; - r:gives { - (6 6 0 0) :digitsToNumber 6600 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(6000 600 0 0) math:sum 6600}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6151 a r:Inference; - r:gives { - 67 :numberToDigits (0 0 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(67 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(67 1000) math:remainder 67}] - [ a r:Fact; r:gives {(67 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(67 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6152 a r:Inference; - r:gives { - (0 0 6 7) :digitsToNumber 67 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 0 60 7) math:sum 67}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6153 a r:Inference; - r:gives { - (7 6 0 0) :digitsToNumber 7600 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(7000 600 0 0) math:sum 7600}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6154 a r:Inference; - r:gives { - 68 :numberToDigits (0 0 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(68 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(68 1000) math:remainder 68}] - [ a r:Fact; r:gives {(68 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(68 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6155 a r:Inference; - r:gives { - (0 0 6 8) :digitsToNumber 68 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 0 60 8) math:sum 68}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6156 a r:Inference; - r:gives { - (8 6 0 0) :digitsToNumber 8600 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(8000 600 0 0) math:sum 8600}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6157 a r:Inference; - r:gives { - 69 :numberToDigits (0 0 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(69 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(69 1000) math:remainder 69}] - [ a r:Fact; r:gives {(69 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(69 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6158 a r:Inference; - r:gives { - (0 0 6 9) :digitsToNumber 69 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 0 60 9) math:sum 69}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6159 a r:Inference; - r:gives { - (9 6 0 0) :digitsToNumber 9600 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(9000 600 0 0) math:sum 9600}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6160 a r:Inference; - r:gives { - 70 :numberToDigits (0 0 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(70 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(70 1000) math:remainder 70}] - [ a r:Fact; r:gives {(70 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(70 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6161 a r:Inference; - r:gives { - 71 :numberToDigits (0 0 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(71 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(71 1000) math:remainder 71}] - [ a r:Fact; r:gives {(71 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(71 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6162 a r:Inference; - r:gives { - 72 :numberToDigits (0 0 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(72 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(72 1000) math:remainder 72}] - [ a r:Fact; r:gives {(72 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(72 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6163 a r:Inference; - r:gives { - 73 :numberToDigits (0 0 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(73 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(73 1000) math:remainder 73}] - [ a r:Fact; r:gives {(73 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(73 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6164 a r:Inference; - r:gives { - 74 :numberToDigits (0 0 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(74 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(74 1000) math:remainder 74}] - [ a r:Fact; r:gives {(74 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(74 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6165 a r:Inference; - r:gives { - 75 :numberToDigits (0 0 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(75 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(75 1000) math:remainder 75}] - [ a r:Fact; r:gives {(75 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(75 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6166 a r:Inference; - r:gives { - 76 :numberToDigits (0 0 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(76 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(76 1000) math:remainder 76}] - [ a r:Fact; r:gives {(76 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(76 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6167 a r:Inference; - r:gives { - 77 :numberToDigits (0 0 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(77 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(77 1000) math:remainder 77}] - [ a r:Fact; r:gives {(77 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(77 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6168 a r:Inference; - r:gives { - (0 0 7 7) :digitsToNumber 77 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 0 70 7) math:sum 77}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6169 a r:Inference; - r:gives { - (7 7 0 0) :digitsToNumber 7700 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(7000 700 0 0) math:sum 7700}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6170 a r:Inference; - r:gives { - 78 :numberToDigits (0 0 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(78 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(78 1000) math:remainder 78}] - [ a r:Fact; r:gives {(78 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(78 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6171 a r:Inference; - r:gives { - (0 0 7 8) :digitsToNumber 78 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 0 70 8) math:sum 78}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6172 a r:Inference; - r:gives { - (8 7 0 0) :digitsToNumber 8700 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(8000 700 0 0) math:sum 8700}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6173 a r:Inference; - r:gives { - 79 :numberToDigits (0 0 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(79 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(79 1000) math:remainder 79}] - [ a r:Fact; r:gives {(79 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(79 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6174 a r:Inference; - r:gives { - (0 0 7 9) :digitsToNumber 79 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 0 70 9) math:sum 79}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6175 a r:Inference; - r:gives { - (9 7 0 0) :digitsToNumber 9700 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(9000 700 0 0) math:sum 9700}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6176 a r:Inference; - r:gives { - 80 :numberToDigits (0 0 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(80 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(80 1000) math:remainder 80}] - [ a r:Fact; r:gives {(80 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(80 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6177 a r:Inference; - r:gives { - 81 :numberToDigits (0 0 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(81 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(81 1000) math:remainder 81}] - [ a r:Fact; r:gives {(81 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(81 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6178 a r:Inference; - r:gives { - 82 :numberToDigits (0 0 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(82 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(82 1000) math:remainder 82}] - [ a r:Fact; r:gives {(82 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(82 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6179 a r:Inference; - r:gives { - 83 :numberToDigits (0 0 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(83 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(83 1000) math:remainder 83}] - [ a r:Fact; r:gives {(83 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(83 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6180 a r:Inference; - r:gives { - 84 :numberToDigits (0 0 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(84 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(84 1000) math:remainder 84}] - [ a r:Fact; r:gives {(84 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(84 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6181 a r:Inference; - r:gives { - 85 :numberToDigits (0 0 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(85 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(85 1000) math:remainder 85}] - [ a r:Fact; r:gives {(85 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(85 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6182 a r:Inference; - r:gives { - 86 :numberToDigits (0 0 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(86 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(86 1000) math:remainder 86}] - [ a r:Fact; r:gives {(86 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(86 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6183 a r:Inference; - r:gives { - 87 :numberToDigits (0 0 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(87 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(87 1000) math:remainder 87}] - [ a r:Fact; r:gives {(87 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(87 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6184 a r:Inference; - r:gives { - 88 :numberToDigits (0 0 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(88 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(88 1000) math:remainder 88}] - [ a r:Fact; r:gives {(88 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(88 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6185 a r:Inference; - r:gives { - (0 0 8 8) :digitsToNumber 88 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 0 80 8) math:sum 88}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6186 a r:Inference; - r:gives { - (8 8 0 0) :digitsToNumber 8800 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(8000 800 0 0) math:sum 8800}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6187 a r:Inference; - r:gives { - 89 :numberToDigits (0 0 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(89 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(89 1000) math:remainder 89}] - [ a r:Fact; r:gives {(89 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(89 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6188 a r:Inference; - r:gives { - (0 0 8 9) :digitsToNumber 89 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 0 80 9) math:sum 89}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6189 a r:Inference; - r:gives { - (9 8 0 0) :digitsToNumber 9800 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(9000 800 0 0) math:sum 9800}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6190 a r:Inference; - r:gives { - 90 :numberToDigits (0 0 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(90 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(90 1000) math:remainder 90}] - [ a r:Fact; r:gives {(90 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(90 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6191 a r:Inference; - r:gives { - 91 :numberToDigits (0 0 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(91 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(91 1000) math:remainder 91}] - [ a r:Fact; r:gives {(91 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(91 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6192 a r:Inference; - r:gives { - 92 :numberToDigits (0 0 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(92 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(92 1000) math:remainder 92}] - [ a r:Fact; r:gives {(92 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(92 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6193 a r:Inference; - r:gives { - 93 :numberToDigits (0 0 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(93 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(93 1000) math:remainder 93}] - [ a r:Fact; r:gives {(93 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(93 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6194 a r:Inference; - r:gives { - 94 :numberToDigits (0 0 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(94 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(94 1000) math:remainder 94}] - [ a r:Fact; r:gives {(94 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(94 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6195 a r:Inference; - r:gives { - 95 :numberToDigits (0 0 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(95 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(95 1000) math:remainder 95}] - [ a r:Fact; r:gives {(95 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(95 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6196 a r:Inference; - r:gives { - 96 :numberToDigits (0 0 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(96 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(96 1000) math:remainder 96}] - [ a r:Fact; r:gives {(96 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(96 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6197 a r:Inference; - r:gives { - 97 :numberToDigits (0 0 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(97 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(97 1000) math:remainder 97}] - [ a r:Fact; r:gives {(97 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(97 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6198 a r:Inference; - r:gives { - 98 :numberToDigits (0 0 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(98 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(98 1000) math:remainder 98}] - [ a r:Fact; r:gives {(98 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(98 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6199 a r:Inference; - r:gives { - 99 :numberToDigits (0 0 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(99 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(99 1000) math:remainder 99}] - [ a r:Fact; r:gives {(99 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(99 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6200 a r:Inference; - r:gives { - (0 0 9 9) :digitsToNumber 99 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(0 0 90 9) math:sum 99}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6201 a r:Inference; - r:gives { - (9 9 0 0) :digitsToNumber 9900 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(9000 900 0 0) math:sum 9900}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6202 a r:Inference; - r:gives { - 100 :numberToDigits (0 1 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(100 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(100 1000) math:remainder 100}] - [ a r:Fact; r:gives {(100 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(100 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6203 a r:Inference; - r:gives { - 101 :numberToDigits (0 1 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(101 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(101 1000) math:remainder 101}] - [ a r:Fact; r:gives {(101 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(101 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6204 a r:Inference; - r:gives { - 102 :numberToDigits (0 1 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(102 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(102 1000) math:remainder 102}] - [ a r:Fact; r:gives {(102 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(102 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6205 a r:Inference; - r:gives { - 103 :numberToDigits (0 1 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(103 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(103 1000) math:remainder 103}] - [ a r:Fact; r:gives {(103 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(103 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6206 a r:Inference; - r:gives { - 104 :numberToDigits (0 1 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(104 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(104 1000) math:remainder 104}] - [ a r:Fact; r:gives {(104 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(104 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6207 a r:Inference; - r:gives { - 105 :numberToDigits (0 1 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(105 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(105 1000) math:remainder 105}] - [ a r:Fact; r:gives {(105 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(105 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6208 a r:Inference; - r:gives { - 106 :numberToDigits (0 1 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(106 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(106 1000) math:remainder 106}] - [ a r:Fact; r:gives {(106 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(106 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6209 a r:Inference; - r:gives { - 107 :numberToDigits (0 1 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(107 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(107 1000) math:remainder 107}] - [ a r:Fact; r:gives {(107 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(107 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6210 a r:Inference; - r:gives { - 108 :numberToDigits (0 1 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(108 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(108 1000) math:remainder 108}] - [ a r:Fact; r:gives {(108 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(108 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6211 a r:Inference; - r:gives { - 109 :numberToDigits (0 1 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(109 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(109 1000) math:remainder 109}] - [ a r:Fact; r:gives {(109 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(109 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6212 a r:Inference; - r:gives { - 110 :numberToDigits (0 1 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(110 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(110 1000) math:remainder 110}] - [ a r:Fact; r:gives {(110 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(110 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6213 a r:Inference; - r:gives { - 111 :numberToDigits (0 1 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(111 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(111 1000) math:remainder 111}] - [ a r:Fact; r:gives {(111 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(111 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6214 a r:Inference; - r:gives { - (0 1 1 1) :digitsToNumber 111 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 100 10 1) math:sum 111}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. - -skolem:lemma6215 a r:Inference; - r:gives { - (1 1 1 0) :digitsToNumber 1110 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(1000 100 10 0) math:sum 1110}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6216 a r:Inference; - r:gives { - 112 :numberToDigits (0 1 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(112 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(112 1000) math:remainder 112}] - [ a r:Fact; r:gives {(112 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(112 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6217 a r:Inference; - r:gives { - (0 1 1 2) :digitsToNumber 112 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 100 10 2) math:sum 112}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8757. - -skolem:lemma6218 a r:Inference; - r:gives { - (2 1 1 0) :digitsToNumber 2110 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(2000 100 10 0) math:sum 2110}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6219 a r:Inference; - r:gives { - 113 :numberToDigits (0 1 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(113 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(113 1000) math:remainder 113}] - [ a r:Fact; r:gives {(113 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(113 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6220 a r:Inference; - r:gives { - (0 1 1 3) :digitsToNumber 113 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 100 10 3) math:sum 113}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. - -skolem:lemma6221 a r:Inference; - r:gives { - (3 1 1 0) :digitsToNumber 3110 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(3000 100 10 0) math:sum 3110}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6222 a r:Inference; - r:gives { - 114 :numberToDigits (0 1 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(114 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(114 1000) math:remainder 114}] - [ a r:Fact; r:gives {(114 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(114 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6223 a r:Inference; - r:gives { - (0 1 1 4) :digitsToNumber 114 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 100 10 4) math:sum 114}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6224 a r:Inference; - r:gives { - (4 1 1 0) :digitsToNumber 4110 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(4000 100 10 0) math:sum 4110}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6225 a r:Inference; - r:gives { - 115 :numberToDigits (0 1 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(115 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(115 1000) math:remainder 115}] - [ a r:Fact; r:gives {(115 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(115 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6226 a r:Inference; - r:gives { - (0 1 1 5) :digitsToNumber 115 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 100 10 5) math:sum 115}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6227 a r:Inference; - r:gives { - (5 1 1 0) :digitsToNumber 5110 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 100 10 0) math:sum 5110}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6228 a r:Inference; - r:gives { - 116 :numberToDigits (0 1 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(116 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(116 1000) math:remainder 116}] - [ a r:Fact; r:gives {(116 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(116 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6229 a r:Inference; - r:gives { - (0 1 1 6) :digitsToNumber 116 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 100 10 6) math:sum 116}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6230 a r:Inference; - r:gives { - (6 1 1 0) :digitsToNumber 6110 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 100 10 0) math:sum 6110}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6231 a r:Inference; - r:gives { - 117 :numberToDigits (0 1 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(117 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(117 1000) math:remainder 117}] - [ a r:Fact; r:gives {(117 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(117 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6232 a r:Inference; - r:gives { - (0 1 1 7) :digitsToNumber 117 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 100 10 7) math:sum 117}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6233 a r:Inference; - r:gives { - (7 1 1 0) :digitsToNumber 7110 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 100 10 0) math:sum 7110}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6234 a r:Inference; - r:gives { - 118 :numberToDigits (0 1 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(118 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(118 1000) math:remainder 118}] - [ a r:Fact; r:gives {(118 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(118 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6235 a r:Inference; - r:gives { - (0 1 1 8) :digitsToNumber 118 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 100 10 8) math:sum 118}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6236 a r:Inference; - r:gives { - (8 1 1 0) :digitsToNumber 8110 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 100 10 0) math:sum 8110}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6237 a r:Inference; - r:gives { - 119 :numberToDigits (0 1 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(119 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(119 1000) math:remainder 119}] - [ a r:Fact; r:gives {(119 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(119 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6238 a r:Inference; - r:gives { - (0 1 1 9) :digitsToNumber 119 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 100 10 9) math:sum 119}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6239 a r:Inference; - r:gives { - (9 1 1 0) :digitsToNumber 9110 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 100 10 0) math:sum 9110}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6240 a r:Inference; - r:gives { - 120 :numberToDigits (0 1 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(120 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(120 1000) math:remainder 120}] - [ a r:Fact; r:gives {(120 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(120 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6241 a r:Inference; - r:gives { - 121 :numberToDigits (0 1 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(121 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(121 1000) math:remainder 121}] - [ a r:Fact; r:gives {(121 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(121 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6242 a r:Inference; - r:gives { - 122 :numberToDigits (0 1 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(122 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(122 1000) math:remainder 122}] - [ a r:Fact; r:gives {(122 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(122 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6243 a r:Inference; - r:gives { - (0 1 2 2) :digitsToNumber 122 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 2) math:sum 122}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8757. - -skolem:lemma6244 a r:Inference; - r:gives { - (2 2 1 0) :digitsToNumber 2210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(2000 200 10 0) math:sum 2210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6245 a r:Inference; - r:gives { - 123 :numberToDigits (0 1 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(123 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(123 1000) math:remainder 123}] - [ a r:Fact; r:gives {(123 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(123 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6246 a r:Inference; - r:gives { - (0 1 2 3) :digitsToNumber 123 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 3) math:sum 123}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. - -skolem:lemma6247 a r:Inference; - r:gives { - (3 2 1 0) :digitsToNumber 3210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(3000 200 10 0) math:sum 3210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6248 a r:Inference; - r:gives { - 124 :numberToDigits (0 1 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(124 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(124 1000) math:remainder 124}] - [ a r:Fact; r:gives {(124 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(124 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6249 a r:Inference; - r:gives { - (0 1 2 4) :digitsToNumber 124 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 4) math:sum 124}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6250 a r:Inference; - r:gives { - (4 2 1 0) :digitsToNumber 4210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(4000 200 10 0) math:sum 4210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6251 a r:Inference; - r:gives { - 125 :numberToDigits (0 1 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(125 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(125 1000) math:remainder 125}] - [ a r:Fact; r:gives {(125 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(125 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6252 a r:Inference; - r:gives { - (0 1 2 5) :digitsToNumber 125 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 5) math:sum 125}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6253 a r:Inference; - r:gives { - (5 2 1 0) :digitsToNumber 5210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 200 10 0) math:sum 5210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6254 a r:Inference; - r:gives { - 126 :numberToDigits (0 1 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(126 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(126 1000) math:remainder 126}] - [ a r:Fact; r:gives {(126 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(126 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6255 a r:Inference; - r:gives { - (0 1 2 6) :digitsToNumber 126 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 6) math:sum 126}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6256 a r:Inference; - r:gives { - (6 2 1 0) :digitsToNumber 6210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 200 10 0) math:sum 6210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6257 a r:Inference; - r:gives { - 127 :numberToDigits (0 1 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(127 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(127 1000) math:remainder 127}] - [ a r:Fact; r:gives {(127 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(127 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6258 a r:Inference; - r:gives { - (0 1 2 7) :digitsToNumber 127 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 7) math:sum 127}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6259 a r:Inference; - r:gives { - (7 2 1 0) :digitsToNumber 7210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 200 10 0) math:sum 7210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6260 a r:Inference; - r:gives { - 128 :numberToDigits (0 1 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(128 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(128 1000) math:remainder 128}] - [ a r:Fact; r:gives {(128 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(128 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6261 a r:Inference; - r:gives { - (0 1 2 8) :digitsToNumber 128 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 8) math:sum 128}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6262 a r:Inference; - r:gives { - (8 2 1 0) :digitsToNumber 8210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 200 10 0) math:sum 8210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6263 a r:Inference; - r:gives { - 129 :numberToDigits (0 1 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(129 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(129 1000) math:remainder 129}] - [ a r:Fact; r:gives {(129 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(129 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6264 a r:Inference; - r:gives { - (0 1 2 9) :digitsToNumber 129 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 9) math:sum 129}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6265 a r:Inference; - r:gives { - (9 2 1 0) :digitsToNumber 9210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 200 10 0) math:sum 9210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6266 a r:Inference; - r:gives { - 130 :numberToDigits (0 1 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(130 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(130 1000) math:remainder 130}] - [ a r:Fact; r:gives {(130 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(130 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6267 a r:Inference; - r:gives { - 131 :numberToDigits (0 1 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(131 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(131 1000) math:remainder 131}] - [ a r:Fact; r:gives {(131 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(131 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6268 a r:Inference; - r:gives { - 132 :numberToDigits (0 1 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(132 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(132 1000) math:remainder 132}] - [ a r:Fact; r:gives {(132 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(132 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6269 a r:Inference; - r:gives { - 133 :numberToDigits (0 1 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(133 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(133 1000) math:remainder 133}] - [ a r:Fact; r:gives {(133 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(133 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6270 a r:Inference; - r:gives { - (0 1 3 3) :digitsToNumber 133 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 3) math:sum 133}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. - -skolem:lemma6271 a r:Inference; - r:gives { - (3 3 1 0) :digitsToNumber 3310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(3000 300 10 0) math:sum 3310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6272 a r:Inference; - r:gives { - 134 :numberToDigits (0 1 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(134 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(134 1000) math:remainder 134}] - [ a r:Fact; r:gives {(134 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(134 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6273 a r:Inference; - r:gives { - (0 1 3 4) :digitsToNumber 134 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 4) math:sum 134}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6274 a r:Inference; - r:gives { - (4 3 1 0) :digitsToNumber 4310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(4000 300 10 0) math:sum 4310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6275 a r:Inference; - r:gives { - 135 :numberToDigits (0 1 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(135 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(135 1000) math:remainder 135}] - [ a r:Fact; r:gives {(135 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(135 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6276 a r:Inference; - r:gives { - (0 1 3 5) :digitsToNumber 135 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 5) math:sum 135}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6277 a r:Inference; - r:gives { - (5 3 1 0) :digitsToNumber 5310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 300 10 0) math:sum 5310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6278 a r:Inference; - r:gives { - 136 :numberToDigits (0 1 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(136 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(136 1000) math:remainder 136}] - [ a r:Fact; r:gives {(136 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(136 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6279 a r:Inference; - r:gives { - (0 1 3 6) :digitsToNumber 136 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 6) math:sum 136}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6280 a r:Inference; - r:gives { - (6 3 1 0) :digitsToNumber 6310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 300 10 0) math:sum 6310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6281 a r:Inference; - r:gives { - 137 :numberToDigits (0 1 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(137 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(137 1000) math:remainder 137}] - [ a r:Fact; r:gives {(137 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(137 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6282 a r:Inference; - r:gives { - (0 1 3 7) :digitsToNumber 137 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 7) math:sum 137}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6283 a r:Inference; - r:gives { - (7 3 1 0) :digitsToNumber 7310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 300 10 0) math:sum 7310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6284 a r:Inference; - r:gives { - 138 :numberToDigits (0 1 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(138 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(138 1000) math:remainder 138}] - [ a r:Fact; r:gives {(138 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(138 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6285 a r:Inference; - r:gives { - (0 1 3 8) :digitsToNumber 138 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 8) math:sum 138}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6286 a r:Inference; - r:gives { - (8 3 1 0) :digitsToNumber 8310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 300 10 0) math:sum 8310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6287 a r:Inference; - r:gives { - 139 :numberToDigits (0 1 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(139 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(139 1000) math:remainder 139}] - [ a r:Fact; r:gives {(139 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(139 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6288 a r:Inference; - r:gives { - (0 1 3 9) :digitsToNumber 139 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 9) math:sum 139}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6289 a r:Inference; - r:gives { - (9 3 1 0) :digitsToNumber 9310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 300 10 0) math:sum 9310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6290 a r:Inference; - r:gives { - 140 :numberToDigits (0 1 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(140 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(140 1000) math:remainder 140}] - [ a r:Fact; r:gives {(140 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(140 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6291 a r:Inference; - r:gives { - 141 :numberToDigits (0 1 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(141 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(141 1000) math:remainder 141}] - [ a r:Fact; r:gives {(141 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(141 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6292 a r:Inference; - r:gives { - 142 :numberToDigits (0 1 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(142 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(142 1000) math:remainder 142}] - [ a r:Fact; r:gives {(142 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(142 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6293 a r:Inference; - r:gives { - 143 :numberToDigits (0 1 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(143 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(143 1000) math:remainder 143}] - [ a r:Fact; r:gives {(143 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(143 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6294 a r:Inference; - r:gives { - 144 :numberToDigits (0 1 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(144 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(144 1000) math:remainder 144}] - [ a r:Fact; r:gives {(144 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(144 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6295 a r:Inference; - r:gives { - (0 1 4 4) :digitsToNumber 144 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 100 40 4) math:sum 144}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6296 a r:Inference; - r:gives { - (4 4 1 0) :digitsToNumber 4410 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(4000 400 10 0) math:sum 4410}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6297 a r:Inference; - r:gives { - 145 :numberToDigits (0 1 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(145 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(145 1000) math:remainder 145}] - [ a r:Fact; r:gives {(145 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(145 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6298 a r:Inference; - r:gives { - (0 1 4 5) :digitsToNumber 145 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 100 40 5) math:sum 145}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6299 a r:Inference; - r:gives { - (5 4 1 0) :digitsToNumber 5410 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 400 10 0) math:sum 5410}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6300 a r:Inference; - r:gives { - 146 :numberToDigits (0 1 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(146 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(146 1000) math:remainder 146}] - [ a r:Fact; r:gives {(146 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(146 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6301 a r:Inference; - r:gives { - (0 1 4 6) :digitsToNumber 146 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 100 40 6) math:sum 146}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6302 a r:Inference; - r:gives { - (6 4 1 0) :digitsToNumber 6410 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 400 10 0) math:sum 6410}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6303 a r:Inference; - r:gives { - 147 :numberToDigits (0 1 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(147 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(147 1000) math:remainder 147}] - [ a r:Fact; r:gives {(147 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(147 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6304 a r:Inference; - r:gives { - (0 1 4 7) :digitsToNumber 147 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 100 40 7) math:sum 147}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6305 a r:Inference; - r:gives { - (7 4 1 0) :digitsToNumber 7410 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 400 10 0) math:sum 7410}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6306 a r:Inference; - r:gives { - 148 :numberToDigits (0 1 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(148 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(148 1000) math:remainder 148}] - [ a r:Fact; r:gives {(148 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(148 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6307 a r:Inference; - r:gives { - (0 1 4 8) :digitsToNumber 148 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 100 40 8) math:sum 148}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6308 a r:Inference; - r:gives { - (8 4 1 0) :digitsToNumber 8410 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 400 10 0) math:sum 8410}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6309 a r:Inference; - r:gives { - 149 :numberToDigits (0 1 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(149 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(149 1000) math:remainder 149}] - [ a r:Fact; r:gives {(149 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(149 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6310 a r:Inference; - r:gives { - (0 1 4 9) :digitsToNumber 149 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 100 40 9) math:sum 149}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6311 a r:Inference; - r:gives { - (9 4 1 0) :digitsToNumber 9410 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 400 10 0) math:sum 9410}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6312 a r:Inference; - r:gives { - 150 :numberToDigits (0 1 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(150 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(150 1000) math:remainder 150}] - [ a r:Fact; r:gives {(150 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(150 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6313 a r:Inference; - r:gives { - 151 :numberToDigits (0 1 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(151 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(151 1000) math:remainder 151}] - [ a r:Fact; r:gives {(151 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(151 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6314 a r:Inference; - r:gives { - 152 :numberToDigits (0 1 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(152 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(152 1000) math:remainder 152}] - [ a r:Fact; r:gives {(152 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(152 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6315 a r:Inference; - r:gives { - 153 :numberToDigits (0 1 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(153 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(153 1000) math:remainder 153}] - [ a r:Fact; r:gives {(153 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(153 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6316 a r:Inference; - r:gives { - 154 :numberToDigits (0 1 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(154 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(154 1000) math:remainder 154}] - [ a r:Fact; r:gives {(154 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(154 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6317 a r:Inference; - r:gives { - 155 :numberToDigits (0 1 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(155 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(155 1000) math:remainder 155}] - [ a r:Fact; r:gives {(155 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(155 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6318 a r:Inference; - r:gives { - (0 1 5 5) :digitsToNumber 155 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 100 50 5) math:sum 155}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6319 a r:Inference; - r:gives { - (5 5 1 0) :digitsToNumber 5510 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 500 10 0) math:sum 5510}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6320 a r:Inference; - r:gives { - 156 :numberToDigits (0 1 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(156 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(156 1000) math:remainder 156}] - [ a r:Fact; r:gives {(156 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(156 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6321 a r:Inference; - r:gives { - (0 1 5 6) :digitsToNumber 156 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 100 50 6) math:sum 156}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6322 a r:Inference; - r:gives { - (6 5 1 0) :digitsToNumber 6510 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 500 10 0) math:sum 6510}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6323 a r:Inference; - r:gives { - 157 :numberToDigits (0 1 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(157 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(157 1000) math:remainder 157}] - [ a r:Fact; r:gives {(157 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(157 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6324 a r:Inference; - r:gives { - (0 1 5 7) :digitsToNumber 157 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 100 50 7) math:sum 157}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6325 a r:Inference; - r:gives { - (7 5 1 0) :digitsToNumber 7510 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 500 10 0) math:sum 7510}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6326 a r:Inference; - r:gives { - 158 :numberToDigits (0 1 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(158 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(158 1000) math:remainder 158}] - [ a r:Fact; r:gives {(158 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(158 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6327 a r:Inference; - r:gives { - (0 1 5 8) :digitsToNumber 158 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 100 50 8) math:sum 158}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6328 a r:Inference; - r:gives { - (8 5 1 0) :digitsToNumber 8510 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 500 10 0) math:sum 8510}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6329 a r:Inference; - r:gives { - 159 :numberToDigits (0 1 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(159 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(159 1000) math:remainder 159}] - [ a r:Fact; r:gives {(159 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(159 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6330 a r:Inference; - r:gives { - (0 1 5 9) :digitsToNumber 159 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 100 50 9) math:sum 159}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6331 a r:Inference; - r:gives { - (9 5 1 0) :digitsToNumber 9510 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 500 10 0) math:sum 9510}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6332 a r:Inference; - r:gives { - 160 :numberToDigits (0 1 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(160 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(160 1000) math:remainder 160}] - [ a r:Fact; r:gives {(160 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(160 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6333 a r:Inference; - r:gives { - 161 :numberToDigits (0 1 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(161 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(161 1000) math:remainder 161}] - [ a r:Fact; r:gives {(161 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(161 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6334 a r:Inference; - r:gives { - 162 :numberToDigits (0 1 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(162 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(162 1000) math:remainder 162}] - [ a r:Fact; r:gives {(162 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(162 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6335 a r:Inference; - r:gives { - 163 :numberToDigits (0 1 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(163 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(163 1000) math:remainder 163}] - [ a r:Fact; r:gives {(163 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(163 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6336 a r:Inference; - r:gives { - 164 :numberToDigits (0 1 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(164 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(164 1000) math:remainder 164}] - [ a r:Fact; r:gives {(164 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(164 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6337 a r:Inference; - r:gives { - 165 :numberToDigits (0 1 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(165 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(165 1000) math:remainder 165}] - [ a r:Fact; r:gives {(165 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(165 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6338 a r:Inference; - r:gives { - 166 :numberToDigits (0 1 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(166 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(166 1000) math:remainder 166}] - [ a r:Fact; r:gives {(166 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(166 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6339 a r:Inference; - r:gives { - (0 1 6 6) :digitsToNumber 166 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 100 60 6) math:sum 166}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6340 a r:Inference; - r:gives { - (6 6 1 0) :digitsToNumber 6610 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 600 10 0) math:sum 6610}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6341 a r:Inference; - r:gives { - 167 :numberToDigits (0 1 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(167 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(167 1000) math:remainder 167}] - [ a r:Fact; r:gives {(167 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(167 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6342 a r:Inference; - r:gives { - (0 1 6 7) :digitsToNumber 167 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 100 60 7) math:sum 167}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6343 a r:Inference; - r:gives { - (7 6 1 0) :digitsToNumber 7610 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 600 10 0) math:sum 7610}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6344 a r:Inference; - r:gives { - 168 :numberToDigits (0 1 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(168 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(168 1000) math:remainder 168}] - [ a r:Fact; r:gives {(168 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(168 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6345 a r:Inference; - r:gives { - (0 1 6 8) :digitsToNumber 168 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 100 60 8) math:sum 168}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6346 a r:Inference; - r:gives { - (8 6 1 0) :digitsToNumber 8610 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 600 10 0) math:sum 8610}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6347 a r:Inference; - r:gives { - 169 :numberToDigits (0 1 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(169 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(169 1000) math:remainder 169}] - [ a r:Fact; r:gives {(169 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(169 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6348 a r:Inference; - r:gives { - (0 1 6 9) :digitsToNumber 169 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 100 60 9) math:sum 169}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6349 a r:Inference; - r:gives { - (9 6 1 0) :digitsToNumber 9610 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 600 10 0) math:sum 9610}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6350 a r:Inference; - r:gives { - 170 :numberToDigits (0 1 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(170 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(170 1000) math:remainder 170}] - [ a r:Fact; r:gives {(170 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(170 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6351 a r:Inference; - r:gives { - 171 :numberToDigits (0 1 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(171 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(171 1000) math:remainder 171}] - [ a r:Fact; r:gives {(171 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(171 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6352 a r:Inference; - r:gives { - 172 :numberToDigits (0 1 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(172 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(172 1000) math:remainder 172}] - [ a r:Fact; r:gives {(172 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(172 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6353 a r:Inference; - r:gives { - 173 :numberToDigits (0 1 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(173 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(173 1000) math:remainder 173}] - [ a r:Fact; r:gives {(173 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(173 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6354 a r:Inference; - r:gives { - 174 :numberToDigits (0 1 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(174 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(174 1000) math:remainder 174}] - [ a r:Fact; r:gives {(174 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(174 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6355 a r:Inference; - r:gives { - 175 :numberToDigits (0 1 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(175 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(175 1000) math:remainder 175}] - [ a r:Fact; r:gives {(175 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(175 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6356 a r:Inference; - r:gives { - 176 :numberToDigits (0 1 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(176 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(176 1000) math:remainder 176}] - [ a r:Fact; r:gives {(176 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(176 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6357 a r:Inference; - r:gives { - 177 :numberToDigits (0 1 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(177 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(177 1000) math:remainder 177}] - [ a r:Fact; r:gives {(177 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(177 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6358 a r:Inference; - r:gives { - (0 1 7 7) :digitsToNumber 177 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 100 70 7) math:sum 177}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6359 a r:Inference; - r:gives { - (7 7 1 0) :digitsToNumber 7710 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 700 10 0) math:sum 7710}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6360 a r:Inference; - r:gives { - 178 :numberToDigits (0 1 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(178 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(178 1000) math:remainder 178}] - [ a r:Fact; r:gives {(178 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(178 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6361 a r:Inference; - r:gives { - (0 1 7 8) :digitsToNumber 178 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 100 70 8) math:sum 178}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6362 a r:Inference; - r:gives { - (8 7 1 0) :digitsToNumber 8710 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 700 10 0) math:sum 8710}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6363 a r:Inference; - r:gives { - 179 :numberToDigits (0 1 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(179 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(179 1000) math:remainder 179}] - [ a r:Fact; r:gives {(179 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(179 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6364 a r:Inference; - r:gives { - (0 1 7 9) :digitsToNumber 179 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 100 70 9) math:sum 179}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6365 a r:Inference; - r:gives { - (9 7 1 0) :digitsToNumber 9710 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 700 10 0) math:sum 9710}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6366 a r:Inference; - r:gives { - 180 :numberToDigits (0 1 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(180 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(180 1000) math:remainder 180}] - [ a r:Fact; r:gives {(180 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(180 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6367 a r:Inference; - r:gives { - 181 :numberToDigits (0 1 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(181 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(181 1000) math:remainder 181}] - [ a r:Fact; r:gives {(181 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(181 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6368 a r:Inference; - r:gives { - 182 :numberToDigits (0 1 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(182 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(182 1000) math:remainder 182}] - [ a r:Fact; r:gives {(182 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(182 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6369 a r:Inference; - r:gives { - 183 :numberToDigits (0 1 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(183 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(183 1000) math:remainder 183}] - [ a r:Fact; r:gives {(183 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(183 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6370 a r:Inference; - r:gives { - 184 :numberToDigits (0 1 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(184 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(184 1000) math:remainder 184}] - [ a r:Fact; r:gives {(184 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(184 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6371 a r:Inference; - r:gives { - 185 :numberToDigits (0 1 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(185 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(185 1000) math:remainder 185}] - [ a r:Fact; r:gives {(185 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(185 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6372 a r:Inference; - r:gives { - 186 :numberToDigits (0 1 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(186 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(186 1000) math:remainder 186}] - [ a r:Fact; r:gives {(186 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(186 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6373 a r:Inference; - r:gives { - 187 :numberToDigits (0 1 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(187 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(187 1000) math:remainder 187}] - [ a r:Fact; r:gives {(187 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(187 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6374 a r:Inference; - r:gives { - 188 :numberToDigits (0 1 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(188 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(188 1000) math:remainder 188}] - [ a r:Fact; r:gives {(188 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(188 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6375 a r:Inference; - r:gives { - (0 1 8 8) :digitsToNumber 188 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 100 80 8) math:sum 188}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6376 a r:Inference; - r:gives { - (8 8 1 0) :digitsToNumber 8810 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 800 10 0) math:sum 8810}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6377 a r:Inference; - r:gives { - 189 :numberToDigits (0 1 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(189 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(189 1000) math:remainder 189}] - [ a r:Fact; r:gives {(189 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(189 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6378 a r:Inference; - r:gives { - (0 1 8 9) :digitsToNumber 189 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 100 80 9) math:sum 189}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6379 a r:Inference; - r:gives { - (9 8 1 0) :digitsToNumber 9810 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 800 10 0) math:sum 9810}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6380 a r:Inference; - r:gives { - 190 :numberToDigits (0 1 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(190 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(190 1000) math:remainder 190}] - [ a r:Fact; r:gives {(190 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(190 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6381 a r:Inference; - r:gives { - 191 :numberToDigits (0 1 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(191 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(191 1000) math:remainder 191}] - [ a r:Fact; r:gives {(191 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(191 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6382 a r:Inference; - r:gives { - 192 :numberToDigits (0 1 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(192 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(192 1000) math:remainder 192}] - [ a r:Fact; r:gives {(192 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(192 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6383 a r:Inference; - r:gives { - 193 :numberToDigits (0 1 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(193 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(193 1000) math:remainder 193}] - [ a r:Fact; r:gives {(193 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(193 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6384 a r:Inference; - r:gives { - 194 :numberToDigits (0 1 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(194 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(194 1000) math:remainder 194}] - [ a r:Fact; r:gives {(194 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(194 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6385 a r:Inference; - r:gives { - 195 :numberToDigits (0 1 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(195 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(195 1000) math:remainder 195}] - [ a r:Fact; r:gives {(195 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(195 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6386 a r:Inference; - r:gives { - 196 :numberToDigits (0 1 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(196 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(196 1000) math:remainder 196}] - [ a r:Fact; r:gives {(196 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(196 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6387 a r:Inference; - r:gives { - 197 :numberToDigits (0 1 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(197 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(197 1000) math:remainder 197}] - [ a r:Fact; r:gives {(197 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(197 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6388 a r:Inference; - r:gives { - 198 :numberToDigits (0 1 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(198 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(198 1000) math:remainder 198}] - [ a r:Fact; r:gives {(198 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(198 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6389 a r:Inference; - r:gives { - 199 :numberToDigits (0 1 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(199 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(199 1000) math:remainder 199}] - [ a r:Fact; r:gives {(199 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(199 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6390 a r:Inference; - r:gives { - (0 1 9 9) :digitsToNumber 199 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(0 100 90 9) math:sum 199}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6391 a r:Inference; - r:gives { - (9 9 1 0) :digitsToNumber 9910 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 900 10 0) math:sum 9910}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6392 a r:Inference; - r:gives { - 200 :numberToDigits (0 2 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(200 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(200 1000) math:remainder 200}] - [ a r:Fact; r:gives {(200 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(200 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6393 a r:Inference; - r:gives { - 201 :numberToDigits (0 2 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(201 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(201 1000) math:remainder 201}] - [ a r:Fact; r:gives {(201 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(201 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6394 a r:Inference; - r:gives { - 202 :numberToDigits (0 2 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(202 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(202 1000) math:remainder 202}] - [ a r:Fact; r:gives {(202 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(202 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6395 a r:Inference; - r:gives { - 203 :numberToDigits (0 2 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(203 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(203 1000) math:remainder 203}] - [ a r:Fact; r:gives {(203 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(203 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6396 a r:Inference; - r:gives { - 204 :numberToDigits (0 2 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(204 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(204 1000) math:remainder 204}] - [ a r:Fact; r:gives {(204 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(204 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6397 a r:Inference; - r:gives { - 205 :numberToDigits (0 2 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(205 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(205 1000) math:remainder 205}] - [ a r:Fact; r:gives {(205 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(205 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6398 a r:Inference; - r:gives { - 206 :numberToDigits (0 2 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(206 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(206 1000) math:remainder 206}] - [ a r:Fact; r:gives {(206 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(206 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6399 a r:Inference; - r:gives { - 207 :numberToDigits (0 2 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(207 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(207 1000) math:remainder 207}] - [ a r:Fact; r:gives {(207 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(207 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6400 a r:Inference; - r:gives { - 208 :numberToDigits (0 2 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(208 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(208 1000) math:remainder 208}] - [ a r:Fact; r:gives {(208 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(208 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6401 a r:Inference; - r:gives { - 209 :numberToDigits (0 2 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(209 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(209 1000) math:remainder 209}] - [ a r:Fact; r:gives {(209 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(209 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6402 a r:Inference; - r:gives { - 210 :numberToDigits (0 2 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(210 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(210 1000) math:remainder 210}] - [ a r:Fact; r:gives {(210 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(210 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6403 a r:Inference; - r:gives { - 211 :numberToDigits (0 2 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(211 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(211 1000) math:remainder 211}] - [ a r:Fact; r:gives {(211 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(211 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6404 a r:Inference; - r:gives { - 212 :numberToDigits (0 2 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(212 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(212 1000) math:remainder 212}] - [ a r:Fact; r:gives {(212 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(212 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6405 a r:Inference; - r:gives { - 213 :numberToDigits (0 2 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(213 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(213 1000) math:remainder 213}] - [ a r:Fact; r:gives {(213 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(213 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6406 a r:Inference; - r:gives { - 214 :numberToDigits (0 2 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(214 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(214 1000) math:remainder 214}] - [ a r:Fact; r:gives {(214 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(214 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6407 a r:Inference; - r:gives { - 215 :numberToDigits (0 2 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(215 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(215 1000) math:remainder 215}] - [ a r:Fact; r:gives {(215 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(215 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6408 a r:Inference; - r:gives { - 216 :numberToDigits (0 2 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(216 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(216 1000) math:remainder 216}] - [ a r:Fact; r:gives {(216 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(216 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6409 a r:Inference; - r:gives { - 217 :numberToDigits (0 2 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(217 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(217 1000) math:remainder 217}] - [ a r:Fact; r:gives {(217 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(217 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6410 a r:Inference; - r:gives { - 218 :numberToDigits (0 2 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(218 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(218 1000) math:remainder 218}] - [ a r:Fact; r:gives {(218 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(218 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6411 a r:Inference; - r:gives { - 219 :numberToDigits (0 2 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(219 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(219 1000) math:remainder 219}] - [ a r:Fact; r:gives {(219 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(219 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6412 a r:Inference; - r:gives { - 220 :numberToDigits (0 2 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(220 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(220 1000) math:remainder 220}] - [ a r:Fact; r:gives {(220 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(220 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6413 a r:Inference; - r:gives { - 221 :numberToDigits (0 2 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(221 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(221 1000) math:remainder 221}] - [ a r:Fact; r:gives {(221 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(221 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6414 a r:Inference; - r:gives { - 222 :numberToDigits (0 2 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(222 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(222 1000) math:remainder 222}] - [ a r:Fact; r:gives {(222 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(222 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6415 a r:Inference; - r:gives { - (0 2 2 2) :digitsToNumber 222 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 2) math:sum 222}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8757. - -skolem:lemma6416 a r:Inference; - r:gives { - (2 2 2 0) :digitsToNumber 2220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(2000 200 20 0) math:sum 2220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6417 a r:Inference; - r:gives { - 223 :numberToDigits (0 2 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(223 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(223 1000) math:remainder 223}] - [ a r:Fact; r:gives {(223 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(223 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6418 a r:Inference; - r:gives { - (0 2 2 3) :digitsToNumber 223 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 3) math:sum 223}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. - -skolem:lemma6419 a r:Inference; - r:gives { - (3 2 2 0) :digitsToNumber 3220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(3000 200 20 0) math:sum 3220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6420 a r:Inference; - r:gives { - 224 :numberToDigits (0 2 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(224 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(224 1000) math:remainder 224}] - [ a r:Fact; r:gives {(224 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(224 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6421 a r:Inference; - r:gives { - (0 2 2 4) :digitsToNumber 224 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 4) math:sum 224}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6422 a r:Inference; - r:gives { - (4 2 2 0) :digitsToNumber 4220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 200 20 0) math:sum 4220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6423 a r:Inference; - r:gives { - 225 :numberToDigits (0 2 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(225 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(225 1000) math:remainder 225}] - [ a r:Fact; r:gives {(225 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(225 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6424 a r:Inference; - r:gives { - (0 2 2 5) :digitsToNumber 225 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 5) math:sum 225}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6425 a r:Inference; - r:gives { - (5 2 2 0) :digitsToNumber 5220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 200 20 0) math:sum 5220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6426 a r:Inference; - r:gives { - 226 :numberToDigits (0 2 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(226 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(226 1000) math:remainder 226}] - [ a r:Fact; r:gives {(226 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(226 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6427 a r:Inference; - r:gives { - (0 2 2 6) :digitsToNumber 226 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 6) math:sum 226}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6428 a r:Inference; - r:gives { - (6 2 2 0) :digitsToNumber 6220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 200 20 0) math:sum 6220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6429 a r:Inference; - r:gives { - 227 :numberToDigits (0 2 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(227 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(227 1000) math:remainder 227}] - [ a r:Fact; r:gives {(227 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(227 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6430 a r:Inference; - r:gives { - (0 2 2 7) :digitsToNumber 227 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 7) math:sum 227}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6431 a r:Inference; - r:gives { - (7 2 2 0) :digitsToNumber 7220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 200 20 0) math:sum 7220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6432 a r:Inference; - r:gives { - 228 :numberToDigits (0 2 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(228 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(228 1000) math:remainder 228}] - [ a r:Fact; r:gives {(228 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(228 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6433 a r:Inference; - r:gives { - (0 2 2 8) :digitsToNumber 228 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 8) math:sum 228}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6434 a r:Inference; - r:gives { - (8 2 2 0) :digitsToNumber 8220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 200 20 0) math:sum 8220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6435 a r:Inference; - r:gives { - 229 :numberToDigits (0 2 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(229 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(229 1000) math:remainder 229}] - [ a r:Fact; r:gives {(229 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(229 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6436 a r:Inference; - r:gives { - (0 2 2 9) :digitsToNumber 229 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 9) math:sum 229}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6437 a r:Inference; - r:gives { - (9 2 2 0) :digitsToNumber 9220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 200 20 0) math:sum 9220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6438 a r:Inference; - r:gives { - 230 :numberToDigits (0 2 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(230 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(230 1000) math:remainder 230}] - [ a r:Fact; r:gives {(230 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(230 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6439 a r:Inference; - r:gives { - 231 :numberToDigits (0 2 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(231 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(231 1000) math:remainder 231}] - [ a r:Fact; r:gives {(231 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(231 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6440 a r:Inference; - r:gives { - 232 :numberToDigits (0 2 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(232 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(232 1000) math:remainder 232}] - [ a r:Fact; r:gives {(232 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(232 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6441 a r:Inference; - r:gives { - 233 :numberToDigits (0 2 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(233 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(233 1000) math:remainder 233}] - [ a r:Fact; r:gives {(233 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(233 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6442 a r:Inference; - r:gives { - (0 2 3 3) :digitsToNumber 233 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 3) math:sum 233}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. - -skolem:lemma6443 a r:Inference; - r:gives { - (3 3 2 0) :digitsToNumber 3320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(3000 300 20 0) math:sum 3320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6444 a r:Inference; - r:gives { - 234 :numberToDigits (0 2 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(234 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(234 1000) math:remainder 234}] - [ a r:Fact; r:gives {(234 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(234 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6445 a r:Inference; - r:gives { - (0 2 3 4) :digitsToNumber 234 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 4) math:sum 234}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6446 a r:Inference; - r:gives { - (4 3 2 0) :digitsToNumber 4320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 300 20 0) math:sum 4320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6447 a r:Inference; - r:gives { - 235 :numberToDigits (0 2 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(235 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(235 1000) math:remainder 235}] - [ a r:Fact; r:gives {(235 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(235 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6448 a r:Inference; - r:gives { - (0 2 3 5) :digitsToNumber 235 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 5) math:sum 235}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6449 a r:Inference; - r:gives { - (5 3 2 0) :digitsToNumber 5320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 300 20 0) math:sum 5320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6450 a r:Inference; - r:gives { - 236 :numberToDigits (0 2 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(236 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(236 1000) math:remainder 236}] - [ a r:Fact; r:gives {(236 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(236 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6451 a r:Inference; - r:gives { - (0 2 3 6) :digitsToNumber 236 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 6) math:sum 236}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6452 a r:Inference; - r:gives { - (6 3 2 0) :digitsToNumber 6320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 300 20 0) math:sum 6320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6453 a r:Inference; - r:gives { - 237 :numberToDigits (0 2 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(237 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(237 1000) math:remainder 237}] - [ a r:Fact; r:gives {(237 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(237 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6454 a r:Inference; - r:gives { - (0 2 3 7) :digitsToNumber 237 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 7) math:sum 237}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6455 a r:Inference; - r:gives { - (7 3 2 0) :digitsToNumber 7320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 300 20 0) math:sum 7320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6456 a r:Inference; - r:gives { - 238 :numberToDigits (0 2 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(238 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(238 1000) math:remainder 238}] - [ a r:Fact; r:gives {(238 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(238 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6457 a r:Inference; - r:gives { - (0 2 3 8) :digitsToNumber 238 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 8) math:sum 238}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6458 a r:Inference; - r:gives { - (8 3 2 0) :digitsToNumber 8320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 300 20 0) math:sum 8320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6459 a r:Inference; - r:gives { - 239 :numberToDigits (0 2 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(239 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(239 1000) math:remainder 239}] - [ a r:Fact; r:gives {(239 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(239 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6460 a r:Inference; - r:gives { - (0 2 3 9) :digitsToNumber 239 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 9) math:sum 239}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6461 a r:Inference; - r:gives { - (9 3 2 0) :digitsToNumber 9320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 300 20 0) math:sum 9320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6462 a r:Inference; - r:gives { - 240 :numberToDigits (0 2 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(240 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(240 1000) math:remainder 240}] - [ a r:Fact; r:gives {(240 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(240 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6463 a r:Inference; - r:gives { - 241 :numberToDigits (0 2 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(241 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(241 1000) math:remainder 241}] - [ a r:Fact; r:gives {(241 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(241 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6464 a r:Inference; - r:gives { - 242 :numberToDigits (0 2 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(242 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(242 1000) math:remainder 242}] - [ a r:Fact; r:gives {(242 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(242 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6465 a r:Inference; - r:gives { - 243 :numberToDigits (0 2 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(243 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(243 1000) math:remainder 243}] - [ a r:Fact; r:gives {(243 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(243 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6466 a r:Inference; - r:gives { - 244 :numberToDigits (0 2 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(244 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(244 1000) math:remainder 244}] - [ a r:Fact; r:gives {(244 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(244 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6467 a r:Inference; - r:gives { - (0 2 4 4) :digitsToNumber 244 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 200 40 4) math:sum 244}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6468 a r:Inference; - r:gives { - (4 4 2 0) :digitsToNumber 4420 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 400 20 0) math:sum 4420}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6469 a r:Inference; - r:gives { - 245 :numberToDigits (0 2 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(245 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(245 1000) math:remainder 245}] - [ a r:Fact; r:gives {(245 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(245 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6470 a r:Inference; - r:gives { - (0 2 4 5) :digitsToNumber 245 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 200 40 5) math:sum 245}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6471 a r:Inference; - r:gives { - (5 4 2 0) :digitsToNumber 5420 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 400 20 0) math:sum 5420}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6472 a r:Inference; - r:gives { - 246 :numberToDigits (0 2 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(246 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(246 1000) math:remainder 246}] - [ a r:Fact; r:gives {(246 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(246 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6473 a r:Inference; - r:gives { - (0 2 4 6) :digitsToNumber 246 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 200 40 6) math:sum 246}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6474 a r:Inference; - r:gives { - (6 4 2 0) :digitsToNumber 6420 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 400 20 0) math:sum 6420}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6475 a r:Inference; - r:gives { - 247 :numberToDigits (0 2 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(247 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(247 1000) math:remainder 247}] - [ a r:Fact; r:gives {(247 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(247 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6476 a r:Inference; - r:gives { - (0 2 4 7) :digitsToNumber 247 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 200 40 7) math:sum 247}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6477 a r:Inference; - r:gives { - (7 4 2 0) :digitsToNumber 7420 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 400 20 0) math:sum 7420}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6478 a r:Inference; - r:gives { - 248 :numberToDigits (0 2 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(248 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(248 1000) math:remainder 248}] - [ a r:Fact; r:gives {(248 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(248 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6479 a r:Inference; - r:gives { - (0 2 4 8) :digitsToNumber 248 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 200 40 8) math:sum 248}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6480 a r:Inference; - r:gives { - (8 4 2 0) :digitsToNumber 8420 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 400 20 0) math:sum 8420}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6481 a r:Inference; - r:gives { - 249 :numberToDigits (0 2 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(249 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(249 1000) math:remainder 249}] - [ a r:Fact; r:gives {(249 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(249 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6482 a r:Inference; - r:gives { - (0 2 4 9) :digitsToNumber 249 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 200 40 9) math:sum 249}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6483 a r:Inference; - r:gives { - (9 4 2 0) :digitsToNumber 9420 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 400 20 0) math:sum 9420}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6484 a r:Inference; - r:gives { - 250 :numberToDigits (0 2 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(250 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(250 1000) math:remainder 250}] - [ a r:Fact; r:gives {(250 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(250 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6485 a r:Inference; - r:gives { - 251 :numberToDigits (0 2 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(251 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(251 1000) math:remainder 251}] - [ a r:Fact; r:gives {(251 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(251 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6486 a r:Inference; - r:gives { - 252 :numberToDigits (0 2 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(252 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(252 1000) math:remainder 252}] - [ a r:Fact; r:gives {(252 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(252 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6487 a r:Inference; - r:gives { - 253 :numberToDigits (0 2 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(253 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(253 1000) math:remainder 253}] - [ a r:Fact; r:gives {(253 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(253 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6488 a r:Inference; - r:gives { - 254 :numberToDigits (0 2 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(254 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(254 1000) math:remainder 254}] - [ a r:Fact; r:gives {(254 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(254 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6489 a r:Inference; - r:gives { - 255 :numberToDigits (0 2 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(255 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(255 1000) math:remainder 255}] - [ a r:Fact; r:gives {(255 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(255 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6490 a r:Inference; - r:gives { - (0 2 5 5) :digitsToNumber 255 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 200 50 5) math:sum 255}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6491 a r:Inference; - r:gives { - (5 5 2 0) :digitsToNumber 5520 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 500 20 0) math:sum 5520}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6492 a r:Inference; - r:gives { - 256 :numberToDigits (0 2 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(256 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(256 1000) math:remainder 256}] - [ a r:Fact; r:gives {(256 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(256 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6493 a r:Inference; - r:gives { - (0 2 5 6) :digitsToNumber 256 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 200 50 6) math:sum 256}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6494 a r:Inference; - r:gives { - (6 5 2 0) :digitsToNumber 6520 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 500 20 0) math:sum 6520}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6495 a r:Inference; - r:gives { - 257 :numberToDigits (0 2 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(257 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(257 1000) math:remainder 257}] - [ a r:Fact; r:gives {(257 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(257 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6496 a r:Inference; - r:gives { - (0 2 5 7) :digitsToNumber 257 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 200 50 7) math:sum 257}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6497 a r:Inference; - r:gives { - (7 5 2 0) :digitsToNumber 7520 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 500 20 0) math:sum 7520}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6498 a r:Inference; - r:gives { - 258 :numberToDigits (0 2 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(258 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(258 1000) math:remainder 258}] - [ a r:Fact; r:gives {(258 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(258 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6499 a r:Inference; - r:gives { - (0 2 5 8) :digitsToNumber 258 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 200 50 8) math:sum 258}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6500 a r:Inference; - r:gives { - (8 5 2 0) :digitsToNumber 8520 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 500 20 0) math:sum 8520}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6501 a r:Inference; - r:gives { - 259 :numberToDigits (0 2 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(259 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(259 1000) math:remainder 259}] - [ a r:Fact; r:gives {(259 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(259 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6502 a r:Inference; - r:gives { - (0 2 5 9) :digitsToNumber 259 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 200 50 9) math:sum 259}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6503 a r:Inference; - r:gives { - (9 5 2 0) :digitsToNumber 9520 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 500 20 0) math:sum 9520}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6504 a r:Inference; - r:gives { - 260 :numberToDigits (0 2 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(260 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(260 1000) math:remainder 260}] - [ a r:Fact; r:gives {(260 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(260 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6505 a r:Inference; - r:gives { - 261 :numberToDigits (0 2 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(261 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(261 1000) math:remainder 261}] - [ a r:Fact; r:gives {(261 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(261 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6506 a r:Inference; - r:gives { - 262 :numberToDigits (0 2 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(262 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(262 1000) math:remainder 262}] - [ a r:Fact; r:gives {(262 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(262 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6507 a r:Inference; - r:gives { - 263 :numberToDigits (0 2 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(263 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(263 1000) math:remainder 263}] - [ a r:Fact; r:gives {(263 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(263 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6508 a r:Inference; - r:gives { - 264 :numberToDigits (0 2 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(264 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(264 1000) math:remainder 264}] - [ a r:Fact; r:gives {(264 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(264 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6509 a r:Inference; - r:gives { - 265 :numberToDigits (0 2 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(265 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(265 1000) math:remainder 265}] - [ a r:Fact; r:gives {(265 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(265 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6510 a r:Inference; - r:gives { - 266 :numberToDigits (0 2 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(266 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(266 1000) math:remainder 266}] - [ a r:Fact; r:gives {(266 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(266 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6511 a r:Inference; - r:gives { - (0 2 6 6) :digitsToNumber 266 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 200 60 6) math:sum 266}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6512 a r:Inference; - r:gives { - (6 6 2 0) :digitsToNumber 6620 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 600 20 0) math:sum 6620}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6513 a r:Inference; - r:gives { - 267 :numberToDigits (0 2 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(267 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(267 1000) math:remainder 267}] - [ a r:Fact; r:gives {(267 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(267 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6514 a r:Inference; - r:gives { - (0 2 6 7) :digitsToNumber 267 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 200 60 7) math:sum 267}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6515 a r:Inference; - r:gives { - (7 6 2 0) :digitsToNumber 7620 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 600 20 0) math:sum 7620}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6516 a r:Inference; - r:gives { - 268 :numberToDigits (0 2 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(268 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(268 1000) math:remainder 268}] - [ a r:Fact; r:gives {(268 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(268 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6517 a r:Inference; - r:gives { - (0 2 6 8) :digitsToNumber 268 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 200 60 8) math:sum 268}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6518 a r:Inference; - r:gives { - (8 6 2 0) :digitsToNumber 8620 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 600 20 0) math:sum 8620}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6519 a r:Inference; - r:gives { - 269 :numberToDigits (0 2 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(269 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(269 1000) math:remainder 269}] - [ a r:Fact; r:gives {(269 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(269 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6520 a r:Inference; - r:gives { - (0 2 6 9) :digitsToNumber 269 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 200 60 9) math:sum 269}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6521 a r:Inference; - r:gives { - (9 6 2 0) :digitsToNumber 9620 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 600 20 0) math:sum 9620}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6522 a r:Inference; - r:gives { - 270 :numberToDigits (0 2 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(270 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(270 1000) math:remainder 270}] - [ a r:Fact; r:gives {(270 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(270 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6523 a r:Inference; - r:gives { - 271 :numberToDigits (0 2 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(271 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(271 1000) math:remainder 271}] - [ a r:Fact; r:gives {(271 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(271 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6524 a r:Inference; - r:gives { - 272 :numberToDigits (0 2 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(272 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(272 1000) math:remainder 272}] - [ a r:Fact; r:gives {(272 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(272 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6525 a r:Inference; - r:gives { - 273 :numberToDigits (0 2 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(273 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(273 1000) math:remainder 273}] - [ a r:Fact; r:gives {(273 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(273 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6526 a r:Inference; - r:gives { - 274 :numberToDigits (0 2 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(274 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(274 1000) math:remainder 274}] - [ a r:Fact; r:gives {(274 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(274 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6527 a r:Inference; - r:gives { - 275 :numberToDigits (0 2 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(275 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(275 1000) math:remainder 275}] - [ a r:Fact; r:gives {(275 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(275 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6528 a r:Inference; - r:gives { - 276 :numberToDigits (0 2 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(276 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(276 1000) math:remainder 276}] - [ a r:Fact; r:gives {(276 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(276 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6529 a r:Inference; - r:gives { - 277 :numberToDigits (0 2 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(277 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(277 1000) math:remainder 277}] - [ a r:Fact; r:gives {(277 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(277 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6530 a r:Inference; - r:gives { - (0 2 7 7) :digitsToNumber 277 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 200 70 7) math:sum 277}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6531 a r:Inference; - r:gives { - (7 7 2 0) :digitsToNumber 7720 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 700 20 0) math:sum 7720}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6532 a r:Inference; - r:gives { - 278 :numberToDigits (0 2 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(278 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(278 1000) math:remainder 278}] - [ a r:Fact; r:gives {(278 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(278 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6533 a r:Inference; - r:gives { - (0 2 7 8) :digitsToNumber 278 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 200 70 8) math:sum 278}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6534 a r:Inference; - r:gives { - (8 7 2 0) :digitsToNumber 8720 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 700 20 0) math:sum 8720}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6535 a r:Inference; - r:gives { - 279 :numberToDigits (0 2 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(279 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(279 1000) math:remainder 279}] - [ a r:Fact; r:gives {(279 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(279 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6536 a r:Inference; - r:gives { - (0 2 7 9) :digitsToNumber 279 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 200 70 9) math:sum 279}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6537 a r:Inference; - r:gives { - (9 7 2 0) :digitsToNumber 9720 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 700 20 0) math:sum 9720}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6538 a r:Inference; - r:gives { - 280 :numberToDigits (0 2 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(280 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(280 1000) math:remainder 280}] - [ a r:Fact; r:gives {(280 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(280 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6539 a r:Inference; - r:gives { - 281 :numberToDigits (0 2 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(281 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(281 1000) math:remainder 281}] - [ a r:Fact; r:gives {(281 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(281 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6540 a r:Inference; - r:gives { - 282 :numberToDigits (0 2 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(282 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(282 1000) math:remainder 282}] - [ a r:Fact; r:gives {(282 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(282 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6541 a r:Inference; - r:gives { - 283 :numberToDigits (0 2 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(283 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(283 1000) math:remainder 283}] - [ a r:Fact; r:gives {(283 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(283 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6542 a r:Inference; - r:gives { - 284 :numberToDigits (0 2 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(284 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(284 1000) math:remainder 284}] - [ a r:Fact; r:gives {(284 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(284 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6543 a r:Inference; - r:gives { - 285 :numberToDigits (0 2 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(285 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(285 1000) math:remainder 285}] - [ a r:Fact; r:gives {(285 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(285 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6544 a r:Inference; - r:gives { - 286 :numberToDigits (0 2 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(286 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(286 1000) math:remainder 286}] - [ a r:Fact; r:gives {(286 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(286 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6545 a r:Inference; - r:gives { - 287 :numberToDigits (0 2 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(287 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(287 1000) math:remainder 287}] - [ a r:Fact; r:gives {(287 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(287 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6546 a r:Inference; - r:gives { - 288 :numberToDigits (0 2 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(288 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(288 1000) math:remainder 288}] - [ a r:Fact; r:gives {(288 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(288 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6547 a r:Inference; - r:gives { - (0 2 8 8) :digitsToNumber 288 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 200 80 8) math:sum 288}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6548 a r:Inference; - r:gives { - (8 8 2 0) :digitsToNumber 8820 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 800 20 0) math:sum 8820}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6549 a r:Inference; - r:gives { - 289 :numberToDigits (0 2 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(289 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(289 1000) math:remainder 289}] - [ a r:Fact; r:gives {(289 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(289 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6550 a r:Inference; - r:gives { - (0 2 8 9) :digitsToNumber 289 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 200 80 9) math:sum 289}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6551 a r:Inference; - r:gives { - (9 8 2 0) :digitsToNumber 9820 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 800 20 0) math:sum 9820}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6552 a r:Inference; - r:gives { - 290 :numberToDigits (0 2 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(290 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(290 1000) math:remainder 290}] - [ a r:Fact; r:gives {(290 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(290 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6553 a r:Inference; - r:gives { - 291 :numberToDigits (0 2 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(291 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(291 1000) math:remainder 291}] - [ a r:Fact; r:gives {(291 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(291 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6554 a r:Inference; - r:gives { - 292 :numberToDigits (0 2 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(292 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(292 1000) math:remainder 292}] - [ a r:Fact; r:gives {(292 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(292 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6555 a r:Inference; - r:gives { - 293 :numberToDigits (0 2 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(293 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(293 1000) math:remainder 293}] - [ a r:Fact; r:gives {(293 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(293 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6556 a r:Inference; - r:gives { - 294 :numberToDigits (0 2 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(294 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(294 1000) math:remainder 294}] - [ a r:Fact; r:gives {(294 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(294 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6557 a r:Inference; - r:gives { - 295 :numberToDigits (0 2 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(295 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(295 1000) math:remainder 295}] - [ a r:Fact; r:gives {(295 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(295 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6558 a r:Inference; - r:gives { - 296 :numberToDigits (0 2 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(296 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(296 1000) math:remainder 296}] - [ a r:Fact; r:gives {(296 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(296 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6559 a r:Inference; - r:gives { - 297 :numberToDigits (0 2 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(297 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(297 1000) math:remainder 297}] - [ a r:Fact; r:gives {(297 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(297 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6560 a r:Inference; - r:gives { - 298 :numberToDigits (0 2 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(298 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(298 1000) math:remainder 298}] - [ a r:Fact; r:gives {(298 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(298 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6561 a r:Inference; - r:gives { - 299 :numberToDigits (0 2 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(299 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(299 1000) math:remainder 299}] - [ a r:Fact; r:gives {(299 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(299 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6562 a r:Inference; - r:gives { - (0 2 9 9) :digitsToNumber 299 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(0 200 90 9) math:sum 299}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6563 a r:Inference; - r:gives { - (9 9 2 0) :digitsToNumber 9920 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 900 20 0) math:sum 9920}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6564 a r:Inference; - r:gives { - 300 :numberToDigits (0 3 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(300 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(300 1000) math:remainder 300}] - [ a r:Fact; r:gives {(300 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(300 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6565 a r:Inference; - r:gives { - 301 :numberToDigits (0 3 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(301 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(301 1000) math:remainder 301}] - [ a r:Fact; r:gives {(301 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(301 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6566 a r:Inference; - r:gives { - 302 :numberToDigits (0 3 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(302 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(302 1000) math:remainder 302}] - [ a r:Fact; r:gives {(302 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(302 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6567 a r:Inference; - r:gives { - 303 :numberToDigits (0 3 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(303 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(303 1000) math:remainder 303}] - [ a r:Fact; r:gives {(303 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(303 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6568 a r:Inference; - r:gives { - 304 :numberToDigits (0 3 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(304 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(304 1000) math:remainder 304}] - [ a r:Fact; r:gives {(304 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(304 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6569 a r:Inference; - r:gives { - 305 :numberToDigits (0 3 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(305 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(305 1000) math:remainder 305}] - [ a r:Fact; r:gives {(305 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(305 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6570 a r:Inference; - r:gives { - 306 :numberToDigits (0 3 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(306 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(306 1000) math:remainder 306}] - [ a r:Fact; r:gives {(306 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(306 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6571 a r:Inference; - r:gives { - 307 :numberToDigits (0 3 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(307 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(307 1000) math:remainder 307}] - [ a r:Fact; r:gives {(307 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(307 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6572 a r:Inference; - r:gives { - 308 :numberToDigits (0 3 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(308 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(308 1000) math:remainder 308}] - [ a r:Fact; r:gives {(308 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(308 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6573 a r:Inference; - r:gives { - 309 :numberToDigits (0 3 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(309 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(309 1000) math:remainder 309}] - [ a r:Fact; r:gives {(309 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(309 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6574 a r:Inference; - r:gives { - 310 :numberToDigits (0 3 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(310 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(310 1000) math:remainder 310}] - [ a r:Fact; r:gives {(310 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(310 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6575 a r:Inference; - r:gives { - 311 :numberToDigits (0 3 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(311 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(311 1000) math:remainder 311}] - [ a r:Fact; r:gives {(311 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(311 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6576 a r:Inference; - r:gives { - 312 :numberToDigits (0 3 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(312 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(312 1000) math:remainder 312}] - [ a r:Fact; r:gives {(312 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(312 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6577 a r:Inference; - r:gives { - 313 :numberToDigits (0 3 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(313 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(313 1000) math:remainder 313}] - [ a r:Fact; r:gives {(313 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(313 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6578 a r:Inference; - r:gives { - 314 :numberToDigits (0 3 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(314 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(314 1000) math:remainder 314}] - [ a r:Fact; r:gives {(314 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(314 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6579 a r:Inference; - r:gives { - 315 :numberToDigits (0 3 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(315 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(315 1000) math:remainder 315}] - [ a r:Fact; r:gives {(315 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(315 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6580 a r:Inference; - r:gives { - 316 :numberToDigits (0 3 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(316 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(316 1000) math:remainder 316}] - [ a r:Fact; r:gives {(316 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(316 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6581 a r:Inference; - r:gives { - 317 :numberToDigits (0 3 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(317 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(317 1000) math:remainder 317}] - [ a r:Fact; r:gives {(317 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(317 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6582 a r:Inference; - r:gives { - 318 :numberToDigits (0 3 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(318 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(318 1000) math:remainder 318}] - [ a r:Fact; r:gives {(318 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(318 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6583 a r:Inference; - r:gives { - 319 :numberToDigits (0 3 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(319 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(319 1000) math:remainder 319}] - [ a r:Fact; r:gives {(319 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(319 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6584 a r:Inference; - r:gives { - 320 :numberToDigits (0 3 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(320 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(320 1000) math:remainder 320}] - [ a r:Fact; r:gives {(320 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(320 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6585 a r:Inference; - r:gives { - 321 :numberToDigits (0 3 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(321 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(321 1000) math:remainder 321}] - [ a r:Fact; r:gives {(321 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(321 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6586 a r:Inference; - r:gives { - 322 :numberToDigits (0 3 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(322 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(322 1000) math:remainder 322}] - [ a r:Fact; r:gives {(322 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(322 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6587 a r:Inference; - r:gives { - 323 :numberToDigits (0 3 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(323 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(323 1000) math:remainder 323}] - [ a r:Fact; r:gives {(323 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(323 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6588 a r:Inference; - r:gives { - 324 :numberToDigits (0 3 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(324 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(324 1000) math:remainder 324}] - [ a r:Fact; r:gives {(324 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(324 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6589 a r:Inference; - r:gives { - 325 :numberToDigits (0 3 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(325 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(325 1000) math:remainder 325}] - [ a r:Fact; r:gives {(325 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(325 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6590 a r:Inference; - r:gives { - 326 :numberToDigits (0 3 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(326 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(326 1000) math:remainder 326}] - [ a r:Fact; r:gives {(326 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(326 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6591 a r:Inference; - r:gives { - 327 :numberToDigits (0 3 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(327 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(327 1000) math:remainder 327}] - [ a r:Fact; r:gives {(327 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(327 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6592 a r:Inference; - r:gives { - 328 :numberToDigits (0 3 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(328 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(328 1000) math:remainder 328}] - [ a r:Fact; r:gives {(328 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(328 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6593 a r:Inference; - r:gives { - 329 :numberToDigits (0 3 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(329 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(329 1000) math:remainder 329}] - [ a r:Fact; r:gives {(329 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(329 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6594 a r:Inference; - r:gives { - 330 :numberToDigits (0 3 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(330 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(330 1000) math:remainder 330}] - [ a r:Fact; r:gives {(330 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(330 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6595 a r:Inference; - r:gives { - 331 :numberToDigits (0 3 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(331 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(331 1000) math:remainder 331}] - [ a r:Fact; r:gives {(331 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(331 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6596 a r:Inference; - r:gives { - 332 :numberToDigits (0 3 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(332 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(332 1000) math:remainder 332}] - [ a r:Fact; r:gives {(332 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(332 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6597 a r:Inference; - r:gives { - 333 :numberToDigits (0 3 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(333 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(333 1000) math:remainder 333}] - [ a r:Fact; r:gives {(333 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(333 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6598 a r:Inference; - r:gives { - (0 3 3 3) :digitsToNumber 333 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 3) math:sum 333}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. - -skolem:lemma6599 a r:Inference; - r:gives { - (3 3 3 0) :digitsToNumber 3330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(3000 300 30 0) math:sum 3330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6600 a r:Inference; - r:gives { - 334 :numberToDigits (0 3 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(334 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(334 1000) math:remainder 334}] - [ a r:Fact; r:gives {(334 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(334 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6601 a r:Inference; - r:gives { - (0 3 3 4) :digitsToNumber 334 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 4) math:sum 334}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6602 a r:Inference; - r:gives { - (4 3 3 0) :digitsToNumber 4330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(4000 300 30 0) math:sum 4330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6603 a r:Inference; - r:gives { - 335 :numberToDigits (0 3 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(335 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(335 1000) math:remainder 335}] - [ a r:Fact; r:gives {(335 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(335 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6604 a r:Inference; - r:gives { - (0 3 3 5) :digitsToNumber 335 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 5) math:sum 335}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6605 a r:Inference; - r:gives { - (5 3 3 0) :digitsToNumber 5330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 300 30 0) math:sum 5330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6606 a r:Inference; - r:gives { - 336 :numberToDigits (0 3 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(336 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(336 1000) math:remainder 336}] - [ a r:Fact; r:gives {(336 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(336 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6607 a r:Inference; - r:gives { - (0 3 3 6) :digitsToNumber 336 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 6) math:sum 336}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6608 a r:Inference; - r:gives { - (6 3 3 0) :digitsToNumber 6330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 300 30 0) math:sum 6330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6609 a r:Inference; - r:gives { - 337 :numberToDigits (0 3 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(337 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(337 1000) math:remainder 337}] - [ a r:Fact; r:gives {(337 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(337 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6610 a r:Inference; - r:gives { - (0 3 3 7) :digitsToNumber 337 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 7) math:sum 337}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6611 a r:Inference; - r:gives { - (7 3 3 0) :digitsToNumber 7330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 300 30 0) math:sum 7330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6612 a r:Inference; - r:gives { - 338 :numberToDigits (0 3 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(338 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(338 1000) math:remainder 338}] - [ a r:Fact; r:gives {(338 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(338 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6613 a r:Inference; - r:gives { - (0 3 3 8) :digitsToNumber 338 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 8) math:sum 338}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6614 a r:Inference; - r:gives { - (8 3 3 0) :digitsToNumber 8330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 300 30 0) math:sum 8330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6615 a r:Inference; - r:gives { - 339 :numberToDigits (0 3 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(339 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(339 1000) math:remainder 339}] - [ a r:Fact; r:gives {(339 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(339 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6616 a r:Inference; - r:gives { - (0 3 3 9) :digitsToNumber 339 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 9) math:sum 339}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6617 a r:Inference; - r:gives { - (9 3 3 0) :digitsToNumber 9330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 300 30 0) math:sum 9330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6618 a r:Inference; - r:gives { - 340 :numberToDigits (0 3 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(340 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(340 1000) math:remainder 340}] - [ a r:Fact; r:gives {(340 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(340 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6619 a r:Inference; - r:gives { - 341 :numberToDigits (0 3 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(341 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(341 1000) math:remainder 341}] - [ a r:Fact; r:gives {(341 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(341 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6620 a r:Inference; - r:gives { - 342 :numberToDigits (0 3 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(342 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(342 1000) math:remainder 342}] - [ a r:Fact; r:gives {(342 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(342 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6621 a r:Inference; - r:gives { - 343 :numberToDigits (0 3 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(343 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(343 1000) math:remainder 343}] - [ a r:Fact; r:gives {(343 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(343 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6622 a r:Inference; - r:gives { - 344 :numberToDigits (0 3 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(344 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(344 1000) math:remainder 344}] - [ a r:Fact; r:gives {(344 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(344 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6623 a r:Inference; - r:gives { - (0 3 4 4) :digitsToNumber 344 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 300 40 4) math:sum 344}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6624 a r:Inference; - r:gives { - (4 4 3 0) :digitsToNumber 4430 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(4000 400 30 0) math:sum 4430}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6625 a r:Inference; - r:gives { - 345 :numberToDigits (0 3 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(345 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(345 1000) math:remainder 345}] - [ a r:Fact; r:gives {(345 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(345 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6626 a r:Inference; - r:gives { - (0 3 4 5) :digitsToNumber 345 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 300 40 5) math:sum 345}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6627 a r:Inference; - r:gives { - (5 4 3 0) :digitsToNumber 5430 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 400 30 0) math:sum 5430}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6628 a r:Inference; - r:gives { - 346 :numberToDigits (0 3 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(346 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(346 1000) math:remainder 346}] - [ a r:Fact; r:gives {(346 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(346 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6629 a r:Inference; - r:gives { - (0 3 4 6) :digitsToNumber 346 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 300 40 6) math:sum 346}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6630 a r:Inference; - r:gives { - (6 4 3 0) :digitsToNumber 6430 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 400 30 0) math:sum 6430}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6631 a r:Inference; - r:gives { - 347 :numberToDigits (0 3 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(347 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(347 1000) math:remainder 347}] - [ a r:Fact; r:gives {(347 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(347 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6632 a r:Inference; - r:gives { - (0 3 4 7) :digitsToNumber 347 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 300 40 7) math:sum 347}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6633 a r:Inference; - r:gives { - (7 4 3 0) :digitsToNumber 7430 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 400 30 0) math:sum 7430}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6634 a r:Inference; - r:gives { - 348 :numberToDigits (0 3 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(348 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(348 1000) math:remainder 348}] - [ a r:Fact; r:gives {(348 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(348 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6635 a r:Inference; - r:gives { - (0 3 4 8) :digitsToNumber 348 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 300 40 8) math:sum 348}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6636 a r:Inference; - r:gives { - (8 4 3 0) :digitsToNumber 8430 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 400 30 0) math:sum 8430}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6637 a r:Inference; - r:gives { - 349 :numberToDigits (0 3 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(349 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(349 1000) math:remainder 349}] - [ a r:Fact; r:gives {(349 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(349 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6638 a r:Inference; - r:gives { - (0 3 4 9) :digitsToNumber 349 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 300 40 9) math:sum 349}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6639 a r:Inference; - r:gives { - (9 4 3 0) :digitsToNumber 9430 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 400 30 0) math:sum 9430}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6640 a r:Inference; - r:gives { - 350 :numberToDigits (0 3 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(350 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(350 1000) math:remainder 350}] - [ a r:Fact; r:gives {(350 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(350 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6641 a r:Inference; - r:gives { - 351 :numberToDigits (0 3 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(351 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(351 1000) math:remainder 351}] - [ a r:Fact; r:gives {(351 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(351 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6642 a r:Inference; - r:gives { - 352 :numberToDigits (0 3 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(352 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(352 1000) math:remainder 352}] - [ a r:Fact; r:gives {(352 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(352 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6643 a r:Inference; - r:gives { - 353 :numberToDigits (0 3 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(353 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(353 1000) math:remainder 353}] - [ a r:Fact; r:gives {(353 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(353 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6644 a r:Inference; - r:gives { - 354 :numberToDigits (0 3 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(354 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(354 1000) math:remainder 354}] - [ a r:Fact; r:gives {(354 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(354 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6645 a r:Inference; - r:gives { - 355 :numberToDigits (0 3 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(355 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(355 1000) math:remainder 355}] - [ a r:Fact; r:gives {(355 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(355 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6646 a r:Inference; - r:gives { - (0 3 5 5) :digitsToNumber 355 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 300 50 5) math:sum 355}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6647 a r:Inference; - r:gives { - (5 5 3 0) :digitsToNumber 5530 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 500 30 0) math:sum 5530}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6648 a r:Inference; - r:gives { - 356 :numberToDigits (0 3 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(356 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(356 1000) math:remainder 356}] - [ a r:Fact; r:gives {(356 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(356 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6649 a r:Inference; - r:gives { - (0 3 5 6) :digitsToNumber 356 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 300 50 6) math:sum 356}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6650 a r:Inference; - r:gives { - (6 5 3 0) :digitsToNumber 6530 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 500 30 0) math:sum 6530}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6651 a r:Inference; - r:gives { - 357 :numberToDigits (0 3 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(357 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(357 1000) math:remainder 357}] - [ a r:Fact; r:gives {(357 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(357 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6652 a r:Inference; - r:gives { - (0 3 5 7) :digitsToNumber 357 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 300 50 7) math:sum 357}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6653 a r:Inference; - r:gives { - (7 5 3 0) :digitsToNumber 7530 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 500 30 0) math:sum 7530}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6654 a r:Inference; - r:gives { - 358 :numberToDigits (0 3 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(358 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(358 1000) math:remainder 358}] - [ a r:Fact; r:gives {(358 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(358 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6655 a r:Inference; - r:gives { - (0 3 5 8) :digitsToNumber 358 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 300 50 8) math:sum 358}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6656 a r:Inference; - r:gives { - (8 5 3 0) :digitsToNumber 8530 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 500 30 0) math:sum 8530}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6657 a r:Inference; - r:gives { - 359 :numberToDigits (0 3 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(359 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(359 1000) math:remainder 359}] - [ a r:Fact; r:gives {(359 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(359 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6658 a r:Inference; - r:gives { - (0 3 5 9) :digitsToNumber 359 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 300 50 9) math:sum 359}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6659 a r:Inference; - r:gives { - (9 5 3 0) :digitsToNumber 9530 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 500 30 0) math:sum 9530}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6660 a r:Inference; - r:gives { - 360 :numberToDigits (0 3 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(360 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(360 1000) math:remainder 360}] - [ a r:Fact; r:gives {(360 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(360 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6661 a r:Inference; - r:gives { - 361 :numberToDigits (0 3 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(361 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(361 1000) math:remainder 361}] - [ a r:Fact; r:gives {(361 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(361 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6662 a r:Inference; - r:gives { - 362 :numberToDigits (0 3 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(362 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(362 1000) math:remainder 362}] - [ a r:Fact; r:gives {(362 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(362 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6663 a r:Inference; - r:gives { - 363 :numberToDigits (0 3 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(363 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(363 1000) math:remainder 363}] - [ a r:Fact; r:gives {(363 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(363 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6664 a r:Inference; - r:gives { - 364 :numberToDigits (0 3 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(364 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(364 1000) math:remainder 364}] - [ a r:Fact; r:gives {(364 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(364 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6665 a r:Inference; - r:gives { - 365 :numberToDigits (0 3 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(365 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(365 1000) math:remainder 365}] - [ a r:Fact; r:gives {(365 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(365 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6666 a r:Inference; - r:gives { - 366 :numberToDigits (0 3 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(366 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(366 1000) math:remainder 366}] - [ a r:Fact; r:gives {(366 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(366 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6667 a r:Inference; - r:gives { - (0 3 6 6) :digitsToNumber 366 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 300 60 6) math:sum 366}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6668 a r:Inference; - r:gives { - (6 6 3 0) :digitsToNumber 6630 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 600 30 0) math:sum 6630}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6669 a r:Inference; - r:gives { - 367 :numberToDigits (0 3 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(367 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(367 1000) math:remainder 367}] - [ a r:Fact; r:gives {(367 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(367 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6670 a r:Inference; - r:gives { - (0 3 6 7) :digitsToNumber 367 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 300 60 7) math:sum 367}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6671 a r:Inference; - r:gives { - (7 6 3 0) :digitsToNumber 7630 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 600 30 0) math:sum 7630}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6672 a r:Inference; - r:gives { - 368 :numberToDigits (0 3 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(368 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(368 1000) math:remainder 368}] - [ a r:Fact; r:gives {(368 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(368 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6673 a r:Inference; - r:gives { - (0 3 6 8) :digitsToNumber 368 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 300 60 8) math:sum 368}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6674 a r:Inference; - r:gives { - (8 6 3 0) :digitsToNumber 8630 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 600 30 0) math:sum 8630}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6675 a r:Inference; - r:gives { - 369 :numberToDigits (0 3 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(369 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(369 1000) math:remainder 369}] - [ a r:Fact; r:gives {(369 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(369 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6676 a r:Inference; - r:gives { - (0 3 6 9) :digitsToNumber 369 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 300 60 9) math:sum 369}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6677 a r:Inference; - r:gives { - (9 6 3 0) :digitsToNumber 9630 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 600 30 0) math:sum 9630}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6678 a r:Inference; - r:gives { - 370 :numberToDigits (0 3 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(370 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(370 1000) math:remainder 370}] - [ a r:Fact; r:gives {(370 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(370 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6679 a r:Inference; - r:gives { - 371 :numberToDigits (0 3 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(371 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(371 1000) math:remainder 371}] - [ a r:Fact; r:gives {(371 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(371 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6680 a r:Inference; - r:gives { - 372 :numberToDigits (0 3 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(372 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(372 1000) math:remainder 372}] - [ a r:Fact; r:gives {(372 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(372 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6681 a r:Inference; - r:gives { - 373 :numberToDigits (0 3 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(373 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(373 1000) math:remainder 373}] - [ a r:Fact; r:gives {(373 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(373 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6682 a r:Inference; - r:gives { - 374 :numberToDigits (0 3 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(374 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(374 1000) math:remainder 374}] - [ a r:Fact; r:gives {(374 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(374 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6683 a r:Inference; - r:gives { - 375 :numberToDigits (0 3 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(375 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(375 1000) math:remainder 375}] - [ a r:Fact; r:gives {(375 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(375 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6684 a r:Inference; - r:gives { - 376 :numberToDigits (0 3 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(376 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(376 1000) math:remainder 376}] - [ a r:Fact; r:gives {(376 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(376 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6685 a r:Inference; - r:gives { - 377 :numberToDigits (0 3 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(377 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(377 1000) math:remainder 377}] - [ a r:Fact; r:gives {(377 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(377 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6686 a r:Inference; - r:gives { - (0 3 7 7) :digitsToNumber 377 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 300 70 7) math:sum 377}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6687 a r:Inference; - r:gives { - (7 7 3 0) :digitsToNumber 7730 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 700 30 0) math:sum 7730}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6688 a r:Inference; - r:gives { - 378 :numberToDigits (0 3 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(378 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(378 1000) math:remainder 378}] - [ a r:Fact; r:gives {(378 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(378 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6689 a r:Inference; - r:gives { - (0 3 7 8) :digitsToNumber 378 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 300 70 8) math:sum 378}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6690 a r:Inference; - r:gives { - (8 7 3 0) :digitsToNumber 8730 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 700 30 0) math:sum 8730}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6691 a r:Inference; - r:gives { - 379 :numberToDigits (0 3 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(379 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(379 1000) math:remainder 379}] - [ a r:Fact; r:gives {(379 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(379 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6692 a r:Inference; - r:gives { - (0 3 7 9) :digitsToNumber 379 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 300 70 9) math:sum 379}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6693 a r:Inference; - r:gives { - (9 7 3 0) :digitsToNumber 9730 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 700 30 0) math:sum 9730}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6694 a r:Inference; - r:gives { - 380 :numberToDigits (0 3 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(380 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(380 1000) math:remainder 380}] - [ a r:Fact; r:gives {(380 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(380 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6695 a r:Inference; - r:gives { - 381 :numberToDigits (0 3 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(381 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(381 1000) math:remainder 381}] - [ a r:Fact; r:gives {(381 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(381 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6696 a r:Inference; - r:gives { - 382 :numberToDigits (0 3 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(382 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(382 1000) math:remainder 382}] - [ a r:Fact; r:gives {(382 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(382 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6697 a r:Inference; - r:gives { - 383 :numberToDigits (0 3 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(383 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(383 1000) math:remainder 383}] - [ a r:Fact; r:gives {(383 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(383 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6698 a r:Inference; - r:gives { - 384 :numberToDigits (0 3 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(384 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(384 1000) math:remainder 384}] - [ a r:Fact; r:gives {(384 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(384 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6699 a r:Inference; - r:gives { - 385 :numberToDigits (0 3 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(385 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(385 1000) math:remainder 385}] - [ a r:Fact; r:gives {(385 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(385 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6700 a r:Inference; - r:gives { - 386 :numberToDigits (0 3 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(386 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(386 1000) math:remainder 386}] - [ a r:Fact; r:gives {(386 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(386 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6701 a r:Inference; - r:gives { - 387 :numberToDigits (0 3 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(387 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(387 1000) math:remainder 387}] - [ a r:Fact; r:gives {(387 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(387 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6702 a r:Inference; - r:gives { - 388 :numberToDigits (0 3 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(388 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(388 1000) math:remainder 388}] - [ a r:Fact; r:gives {(388 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(388 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6703 a r:Inference; - r:gives { - (0 3 8 8) :digitsToNumber 388 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 300 80 8) math:sum 388}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6704 a r:Inference; - r:gives { - (8 8 3 0) :digitsToNumber 8830 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 800 30 0) math:sum 8830}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6705 a r:Inference; - r:gives { - 389 :numberToDigits (0 3 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(389 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(389 1000) math:remainder 389}] - [ a r:Fact; r:gives {(389 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(389 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6706 a r:Inference; - r:gives { - (0 3 8 9) :digitsToNumber 389 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 300 80 9) math:sum 389}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6707 a r:Inference; - r:gives { - (9 8 3 0) :digitsToNumber 9830 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 800 30 0) math:sum 9830}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6708 a r:Inference; - r:gives { - 390 :numberToDigits (0 3 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(390 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(390 1000) math:remainder 390}] - [ a r:Fact; r:gives {(390 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(390 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6709 a r:Inference; - r:gives { - 391 :numberToDigits (0 3 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(391 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(391 1000) math:remainder 391}] - [ a r:Fact; r:gives {(391 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(391 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6710 a r:Inference; - r:gives { - 392 :numberToDigits (0 3 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(392 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(392 1000) math:remainder 392}] - [ a r:Fact; r:gives {(392 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(392 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6711 a r:Inference; - r:gives { - 393 :numberToDigits (0 3 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(393 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(393 1000) math:remainder 393}] - [ a r:Fact; r:gives {(393 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(393 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6712 a r:Inference; - r:gives { - 394 :numberToDigits (0 3 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(394 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(394 1000) math:remainder 394}] - [ a r:Fact; r:gives {(394 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(394 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6713 a r:Inference; - r:gives { - 395 :numberToDigits (0 3 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(395 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(395 1000) math:remainder 395}] - [ a r:Fact; r:gives {(395 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(395 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6714 a r:Inference; - r:gives { - 396 :numberToDigits (0 3 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(396 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(396 1000) math:remainder 396}] - [ a r:Fact; r:gives {(396 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(396 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6715 a r:Inference; - r:gives { - 397 :numberToDigits (0 3 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(397 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(397 1000) math:remainder 397}] - [ a r:Fact; r:gives {(397 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(397 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6716 a r:Inference; - r:gives { - 398 :numberToDigits (0 3 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(398 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(398 1000) math:remainder 398}] - [ a r:Fact; r:gives {(398 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(398 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6717 a r:Inference; - r:gives { - 399 :numberToDigits (0 3 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(399 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(399 1000) math:remainder 399}] - [ a r:Fact; r:gives {(399 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(399 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6718 a r:Inference; - r:gives { - (0 3 9 9) :digitsToNumber 399 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(0 300 90 9) math:sum 399}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6719 a r:Inference; - r:gives { - (9 9 3 0) :digitsToNumber 9930 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 900 30 0) math:sum 9930}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6720 a r:Inference; - r:gives { - 400 :numberToDigits (0 4 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(400 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(400 1000) math:remainder 400}] - [ a r:Fact; r:gives {(400 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(400 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6721 a r:Inference; - r:gives { - 401 :numberToDigits (0 4 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(401 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(401 1000) math:remainder 401}] - [ a r:Fact; r:gives {(401 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(401 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6722 a r:Inference; - r:gives { - 402 :numberToDigits (0 4 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(402 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(402 1000) math:remainder 402}] - [ a r:Fact; r:gives {(402 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(402 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6723 a r:Inference; - r:gives { - 403 :numberToDigits (0 4 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(403 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(403 1000) math:remainder 403}] - [ a r:Fact; r:gives {(403 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(403 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6724 a r:Inference; - r:gives { - 404 :numberToDigits (0 4 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(404 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(404 1000) math:remainder 404}] - [ a r:Fact; r:gives {(404 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(404 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6725 a r:Inference; - r:gives { - 405 :numberToDigits (0 4 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(405 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(405 1000) math:remainder 405}] - [ a r:Fact; r:gives {(405 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(405 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6726 a r:Inference; - r:gives { - 406 :numberToDigits (0 4 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(406 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(406 1000) math:remainder 406}] - [ a r:Fact; r:gives {(406 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(406 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6727 a r:Inference; - r:gives { - 407 :numberToDigits (0 4 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(407 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(407 1000) math:remainder 407}] - [ a r:Fact; r:gives {(407 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(407 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6728 a r:Inference; - r:gives { - 408 :numberToDigits (0 4 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(408 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(408 1000) math:remainder 408}] - [ a r:Fact; r:gives {(408 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(408 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6729 a r:Inference; - r:gives { - 409 :numberToDigits (0 4 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(409 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(409 1000) math:remainder 409}] - [ a r:Fact; r:gives {(409 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(409 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6730 a r:Inference; - r:gives { - 410 :numberToDigits (0 4 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(410 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(410 1000) math:remainder 410}] - [ a r:Fact; r:gives {(410 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(410 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6731 a r:Inference; - r:gives { - 411 :numberToDigits (0 4 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(411 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(411 1000) math:remainder 411}] - [ a r:Fact; r:gives {(411 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(411 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6732 a r:Inference; - r:gives { - 412 :numberToDigits (0 4 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(412 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(412 1000) math:remainder 412}] - [ a r:Fact; r:gives {(412 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(412 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6733 a r:Inference; - r:gives { - 413 :numberToDigits (0 4 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(413 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(413 1000) math:remainder 413}] - [ a r:Fact; r:gives {(413 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(413 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6734 a r:Inference; - r:gives { - 414 :numberToDigits (0 4 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(414 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(414 1000) math:remainder 414}] - [ a r:Fact; r:gives {(414 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(414 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6735 a r:Inference; - r:gives { - 415 :numberToDigits (0 4 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(415 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(415 1000) math:remainder 415}] - [ a r:Fact; r:gives {(415 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(415 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6736 a r:Inference; - r:gives { - 416 :numberToDigits (0 4 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(416 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(416 1000) math:remainder 416}] - [ a r:Fact; r:gives {(416 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(416 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6737 a r:Inference; - r:gives { - 417 :numberToDigits (0 4 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(417 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(417 1000) math:remainder 417}] - [ a r:Fact; r:gives {(417 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(417 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6738 a r:Inference; - r:gives { - 418 :numberToDigits (0 4 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(418 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(418 1000) math:remainder 418}] - [ a r:Fact; r:gives {(418 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(418 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6739 a r:Inference; - r:gives { - 419 :numberToDigits (0 4 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(419 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(419 1000) math:remainder 419}] - [ a r:Fact; r:gives {(419 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(419 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6740 a r:Inference; - r:gives { - 420 :numberToDigits (0 4 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(420 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(420 1000) math:remainder 420}] - [ a r:Fact; r:gives {(420 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(420 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6741 a r:Inference; - r:gives { - 421 :numberToDigits (0 4 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(421 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(421 1000) math:remainder 421}] - [ a r:Fact; r:gives {(421 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(421 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6742 a r:Inference; - r:gives { - 422 :numberToDigits (0 4 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(422 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(422 1000) math:remainder 422}] - [ a r:Fact; r:gives {(422 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(422 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6743 a r:Inference; - r:gives { - 423 :numberToDigits (0 4 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(423 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(423 1000) math:remainder 423}] - [ a r:Fact; r:gives {(423 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(423 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6744 a r:Inference; - r:gives { - 424 :numberToDigits (0 4 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(424 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(424 1000) math:remainder 424}] - [ a r:Fact; r:gives {(424 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(424 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6745 a r:Inference; - r:gives { - 425 :numberToDigits (0 4 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(425 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(425 1000) math:remainder 425}] - [ a r:Fact; r:gives {(425 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(425 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6746 a r:Inference; - r:gives { - 426 :numberToDigits (0 4 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(426 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(426 1000) math:remainder 426}] - [ a r:Fact; r:gives {(426 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(426 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6747 a r:Inference; - r:gives { - 427 :numberToDigits (0 4 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(427 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(427 1000) math:remainder 427}] - [ a r:Fact; r:gives {(427 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(427 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6748 a r:Inference; - r:gives { - 428 :numberToDigits (0 4 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(428 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(428 1000) math:remainder 428}] - [ a r:Fact; r:gives {(428 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(428 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6749 a r:Inference; - r:gives { - 429 :numberToDigits (0 4 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(429 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(429 1000) math:remainder 429}] - [ a r:Fact; r:gives {(429 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(429 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6750 a r:Inference; - r:gives { - 430 :numberToDigits (0 4 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(430 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(430 1000) math:remainder 430}] - [ a r:Fact; r:gives {(430 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(430 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6751 a r:Inference; - r:gives { - 431 :numberToDigits (0 4 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(431 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(431 1000) math:remainder 431}] - [ a r:Fact; r:gives {(431 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(431 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6752 a r:Inference; - r:gives { - 432 :numberToDigits (0 4 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(432 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(432 1000) math:remainder 432}] - [ a r:Fact; r:gives {(432 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(432 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6753 a r:Inference; - r:gives { - 433 :numberToDigits (0 4 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(433 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(433 1000) math:remainder 433}] - [ a r:Fact; r:gives {(433 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(433 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6754 a r:Inference; - r:gives { - 434 :numberToDigits (0 4 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(434 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(434 1000) math:remainder 434}] - [ a r:Fact; r:gives {(434 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(434 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6755 a r:Inference; - r:gives { - 435 :numberToDigits (0 4 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(435 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(435 1000) math:remainder 435}] - [ a r:Fact; r:gives {(435 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(435 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6756 a r:Inference; - r:gives { - 436 :numberToDigits (0 4 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(436 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(436 1000) math:remainder 436}] - [ a r:Fact; r:gives {(436 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(436 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6757 a r:Inference; - r:gives { - 437 :numberToDigits (0 4 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(437 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(437 1000) math:remainder 437}] - [ a r:Fact; r:gives {(437 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(437 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6758 a r:Inference; - r:gives { - 438 :numberToDigits (0 4 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(438 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(438 1000) math:remainder 438}] - [ a r:Fact; r:gives {(438 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(438 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6759 a r:Inference; - r:gives { - 439 :numberToDigits (0 4 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(439 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(439 1000) math:remainder 439}] - [ a r:Fact; r:gives {(439 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(439 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6760 a r:Inference; - r:gives { - 440 :numberToDigits (0 4 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(440 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(440 1000) math:remainder 440}] - [ a r:Fact; r:gives {(440 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(440 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6761 a r:Inference; - r:gives { - 441 :numberToDigits (0 4 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(441 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(441 1000) math:remainder 441}] - [ a r:Fact; r:gives {(441 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(441 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6762 a r:Inference; - r:gives { - 442 :numberToDigits (0 4 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(442 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(442 1000) math:remainder 442}] - [ a r:Fact; r:gives {(442 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(442 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6763 a r:Inference; - r:gives { - 443 :numberToDigits (0 4 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(443 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(443 1000) math:remainder 443}] - [ a r:Fact; r:gives {(443 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(443 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6764 a r:Inference; - r:gives { - 444 :numberToDigits (0 4 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(444 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(444 1000) math:remainder 444}] - [ a r:Fact; r:gives {(444 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(444 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6765 a r:Inference; - r:gives { - (0 4 4 4) :digitsToNumber 444 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 400 40 4) math:sum 444}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. - -skolem:lemma6766 a r:Inference; - r:gives { - (4 4 4 0) :digitsToNumber 4440 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(4000 400 40 0) math:sum 4440}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6767 a r:Inference; - r:gives { - 445 :numberToDigits (0 4 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(445 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(445 1000) math:remainder 445}] - [ a r:Fact; r:gives {(445 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(445 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6768 a r:Inference; - r:gives { - (0 4 4 5) :digitsToNumber 445 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 400 40 5) math:sum 445}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6769 a r:Inference; - r:gives { - (5 4 4 0) :digitsToNumber 5440 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(5000 400 40 0) math:sum 5440}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6770 a r:Inference; - r:gives { - 446 :numberToDigits (0 4 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(446 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(446 1000) math:remainder 446}] - [ a r:Fact; r:gives {(446 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(446 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6771 a r:Inference; - r:gives { - (0 4 4 6) :digitsToNumber 446 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 400 40 6) math:sum 446}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6772 a r:Inference; - r:gives { - (6 4 4 0) :digitsToNumber 6440 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(6000 400 40 0) math:sum 6440}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6773 a r:Inference; - r:gives { - 447 :numberToDigits (0 4 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(447 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(447 1000) math:remainder 447}] - [ a r:Fact; r:gives {(447 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(447 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6774 a r:Inference; - r:gives { - (0 4 4 7) :digitsToNumber 447 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 400 40 7) math:sum 447}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6775 a r:Inference; - r:gives { - (7 4 4 0) :digitsToNumber 7440 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 400 40 0) math:sum 7440}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6776 a r:Inference; - r:gives { - 448 :numberToDigits (0 4 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(448 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(448 1000) math:remainder 448}] - [ a r:Fact; r:gives {(448 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(448 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6777 a r:Inference; - r:gives { - (0 4 4 8) :digitsToNumber 448 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 400 40 8) math:sum 448}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6778 a r:Inference; - r:gives { - (8 4 4 0) :digitsToNumber 8440 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 400 40 0) math:sum 8440}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6779 a r:Inference; - r:gives { - 449 :numberToDigits (0 4 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(449 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(449 1000) math:remainder 449}] - [ a r:Fact; r:gives {(449 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(449 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6780 a r:Inference; - r:gives { - (0 4 4 9) :digitsToNumber 449 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 400 40 9) math:sum 449}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6781 a r:Inference; - r:gives { - (9 4 4 0) :digitsToNumber 9440 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 400 40 0) math:sum 9440}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6782 a r:Inference; - r:gives { - 450 :numberToDigits (0 4 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(450 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(450 1000) math:remainder 450}] - [ a r:Fact; r:gives {(450 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(450 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6783 a r:Inference; - r:gives { - 451 :numberToDigits (0 4 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(451 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(451 1000) math:remainder 451}] - [ a r:Fact; r:gives {(451 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(451 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6784 a r:Inference; - r:gives { - 452 :numberToDigits (0 4 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(452 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(452 1000) math:remainder 452}] - [ a r:Fact; r:gives {(452 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(452 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6785 a r:Inference; - r:gives { - 453 :numberToDigits (0 4 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(453 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(453 1000) math:remainder 453}] - [ a r:Fact; r:gives {(453 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(453 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6786 a r:Inference; - r:gives { - 454 :numberToDigits (0 4 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(454 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(454 1000) math:remainder 454}] - [ a r:Fact; r:gives {(454 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(454 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6787 a r:Inference; - r:gives { - 455 :numberToDigits (0 4 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(455 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(455 1000) math:remainder 455}] - [ a r:Fact; r:gives {(455 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(455 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6788 a r:Inference; - r:gives { - (0 4 5 5) :digitsToNumber 455 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 400 50 5) math:sum 455}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6789 a r:Inference; - r:gives { - (5 5 4 0) :digitsToNumber 5540 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(5000 500 40 0) math:sum 5540}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6790 a r:Inference; - r:gives { - 456 :numberToDigits (0 4 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(456 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(456 1000) math:remainder 456}] - [ a r:Fact; r:gives {(456 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(456 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6791 a r:Inference; - r:gives { - (0 4 5 6) :digitsToNumber 456 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 400 50 6) math:sum 456}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6792 a r:Inference; - r:gives { - (6 5 4 0) :digitsToNumber 6540 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(6000 500 40 0) math:sum 6540}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6793 a r:Inference; - r:gives { - 457 :numberToDigits (0 4 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(457 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(457 1000) math:remainder 457}] - [ a r:Fact; r:gives {(457 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(457 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6794 a r:Inference; - r:gives { - (0 4 5 7) :digitsToNumber 457 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 400 50 7) math:sum 457}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6795 a r:Inference; - r:gives { - (7 5 4 0) :digitsToNumber 7540 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 500 40 0) math:sum 7540}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6796 a r:Inference; - r:gives { - 458 :numberToDigits (0 4 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(458 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(458 1000) math:remainder 458}] - [ a r:Fact; r:gives {(458 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(458 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6797 a r:Inference; - r:gives { - (0 4 5 8) :digitsToNumber 458 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 400 50 8) math:sum 458}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6798 a r:Inference; - r:gives { - (8 5 4 0) :digitsToNumber 8540 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 500 40 0) math:sum 8540}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6799 a r:Inference; - r:gives { - 459 :numberToDigits (0 4 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(459 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(459 1000) math:remainder 459}] - [ a r:Fact; r:gives {(459 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(459 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6800 a r:Inference; - r:gives { - (0 4 5 9) :digitsToNumber 459 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 400 50 9) math:sum 459}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6801 a r:Inference; - r:gives { - (9 5 4 0) :digitsToNumber 9540 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 500 40 0) math:sum 9540}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6802 a r:Inference; - r:gives { - 460 :numberToDigits (0 4 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(460 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(460 1000) math:remainder 460}] - [ a r:Fact; r:gives {(460 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(460 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6803 a r:Inference; - r:gives { - 461 :numberToDigits (0 4 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(461 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(461 1000) math:remainder 461}] - [ a r:Fact; r:gives {(461 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(461 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6804 a r:Inference; - r:gives { - 462 :numberToDigits (0 4 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(462 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(462 1000) math:remainder 462}] - [ a r:Fact; r:gives {(462 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(462 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6805 a r:Inference; - r:gives { - 463 :numberToDigits (0 4 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(463 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(463 1000) math:remainder 463}] - [ a r:Fact; r:gives {(463 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(463 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6806 a r:Inference; - r:gives { - 464 :numberToDigits (0 4 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(464 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(464 1000) math:remainder 464}] - [ a r:Fact; r:gives {(464 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(464 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6807 a r:Inference; - r:gives { - 465 :numberToDigits (0 4 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(465 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(465 1000) math:remainder 465}] - [ a r:Fact; r:gives {(465 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(465 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6808 a r:Inference; - r:gives { - 466 :numberToDigits (0 4 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(466 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(466 1000) math:remainder 466}] - [ a r:Fact; r:gives {(466 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(466 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6809 a r:Inference; - r:gives { - (0 4 6 6) :digitsToNumber 466 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 400 60 6) math:sum 466}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6810 a r:Inference; - r:gives { - (6 6 4 0) :digitsToNumber 6640 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(6000 600 40 0) math:sum 6640}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6811 a r:Inference; - r:gives { - 467 :numberToDigits (0 4 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(467 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(467 1000) math:remainder 467}] - [ a r:Fact; r:gives {(467 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(467 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6812 a r:Inference; - r:gives { - (0 4 6 7) :digitsToNumber 467 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 400 60 7) math:sum 467}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6813 a r:Inference; - r:gives { - (7 6 4 0) :digitsToNumber 7640 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 600 40 0) math:sum 7640}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6814 a r:Inference; - r:gives { - 468 :numberToDigits (0 4 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(468 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(468 1000) math:remainder 468}] - [ a r:Fact; r:gives {(468 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(468 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6815 a r:Inference; - r:gives { - (0 4 6 8) :digitsToNumber 468 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 400 60 8) math:sum 468}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6816 a r:Inference; - r:gives { - (8 6 4 0) :digitsToNumber 8640 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 600 40 0) math:sum 8640}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6817 a r:Inference; - r:gives { - 469 :numberToDigits (0 4 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(469 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(469 1000) math:remainder 469}] - [ a r:Fact; r:gives {(469 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(469 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6818 a r:Inference; - r:gives { - (0 4 6 9) :digitsToNumber 469 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 400 60 9) math:sum 469}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6819 a r:Inference; - r:gives { - (9 6 4 0) :digitsToNumber 9640 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 600 40 0) math:sum 9640}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6820 a r:Inference; - r:gives { - 470 :numberToDigits (0 4 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(470 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(470 1000) math:remainder 470}] - [ a r:Fact; r:gives {(470 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(470 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6821 a r:Inference; - r:gives { - 471 :numberToDigits (0 4 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(471 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(471 1000) math:remainder 471}] - [ a r:Fact; r:gives {(471 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(471 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6822 a r:Inference; - r:gives { - 472 :numberToDigits (0 4 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(472 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(472 1000) math:remainder 472}] - [ a r:Fact; r:gives {(472 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(472 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6823 a r:Inference; - r:gives { - 473 :numberToDigits (0 4 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(473 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(473 1000) math:remainder 473}] - [ a r:Fact; r:gives {(473 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(473 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6824 a r:Inference; - r:gives { - 474 :numberToDigits (0 4 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(474 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(474 1000) math:remainder 474}] - [ a r:Fact; r:gives {(474 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(474 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6825 a r:Inference; - r:gives { - 475 :numberToDigits (0 4 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(475 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(475 1000) math:remainder 475}] - [ a r:Fact; r:gives {(475 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(475 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6826 a r:Inference; - r:gives { - 476 :numberToDigits (0 4 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(476 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(476 1000) math:remainder 476}] - [ a r:Fact; r:gives {(476 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(476 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6827 a r:Inference; - r:gives { - 477 :numberToDigits (0 4 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(477 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(477 1000) math:remainder 477}] - [ a r:Fact; r:gives {(477 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(477 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6828 a r:Inference; - r:gives { - (0 4 7 7) :digitsToNumber 477 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 400 70 7) math:sum 477}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6829 a r:Inference; - r:gives { - (7 7 4 0) :digitsToNumber 7740 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 700 40 0) math:sum 7740}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6830 a r:Inference; - r:gives { - 478 :numberToDigits (0 4 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(478 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(478 1000) math:remainder 478}] - [ a r:Fact; r:gives {(478 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(478 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6831 a r:Inference; - r:gives { - (0 4 7 8) :digitsToNumber 478 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 400 70 8) math:sum 478}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6832 a r:Inference; - r:gives { - (8 7 4 0) :digitsToNumber 8740 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 700 40 0) math:sum 8740}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6833 a r:Inference; - r:gives { - 479 :numberToDigits (0 4 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(479 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(479 1000) math:remainder 479}] - [ a r:Fact; r:gives {(479 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(479 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6834 a r:Inference; - r:gives { - (0 4 7 9) :digitsToNumber 479 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 400 70 9) math:sum 479}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6835 a r:Inference; - r:gives { - (9 7 4 0) :digitsToNumber 9740 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 700 40 0) math:sum 9740}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6836 a r:Inference; - r:gives { - 480 :numberToDigits (0 4 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(480 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(480 1000) math:remainder 480}] - [ a r:Fact; r:gives {(480 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(480 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6837 a r:Inference; - r:gives { - 481 :numberToDigits (0 4 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(481 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(481 1000) math:remainder 481}] - [ a r:Fact; r:gives {(481 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(481 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6838 a r:Inference; - r:gives { - 482 :numberToDigits (0 4 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(482 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(482 1000) math:remainder 482}] - [ a r:Fact; r:gives {(482 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(482 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6839 a r:Inference; - r:gives { - 483 :numberToDigits (0 4 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(483 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(483 1000) math:remainder 483}] - [ a r:Fact; r:gives {(483 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(483 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6840 a r:Inference; - r:gives { - 484 :numberToDigits (0 4 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(484 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(484 1000) math:remainder 484}] - [ a r:Fact; r:gives {(484 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(484 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6841 a r:Inference; - r:gives { - 485 :numberToDigits (0 4 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(485 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(485 1000) math:remainder 485}] - [ a r:Fact; r:gives {(485 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(485 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6842 a r:Inference; - r:gives { - 486 :numberToDigits (0 4 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(486 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(486 1000) math:remainder 486}] - [ a r:Fact; r:gives {(486 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(486 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6843 a r:Inference; - r:gives { - 487 :numberToDigits (0 4 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(487 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(487 1000) math:remainder 487}] - [ a r:Fact; r:gives {(487 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(487 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6844 a r:Inference; - r:gives { - 488 :numberToDigits (0 4 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(488 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(488 1000) math:remainder 488}] - [ a r:Fact; r:gives {(488 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(488 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6845 a r:Inference; - r:gives { - (0 4 8 8) :digitsToNumber 488 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 400 80 8) math:sum 488}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6846 a r:Inference; - r:gives { - (8 8 4 0) :digitsToNumber 8840 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 800 40 0) math:sum 8840}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6847 a r:Inference; - r:gives { - 489 :numberToDigits (0 4 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(489 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(489 1000) math:remainder 489}] - [ a r:Fact; r:gives {(489 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(489 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6848 a r:Inference; - r:gives { - (0 4 8 9) :digitsToNumber 489 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 400 80 9) math:sum 489}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6849 a r:Inference; - r:gives { - (9 8 4 0) :digitsToNumber 9840 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 800 40 0) math:sum 9840}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6850 a r:Inference; - r:gives { - 490 :numberToDigits (0 4 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(490 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(490 1000) math:remainder 490}] - [ a r:Fact; r:gives {(490 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(490 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6851 a r:Inference; - r:gives { - 491 :numberToDigits (0 4 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(491 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(491 1000) math:remainder 491}] - [ a r:Fact; r:gives {(491 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(491 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6852 a r:Inference; - r:gives { - 492 :numberToDigits (0 4 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(492 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(492 1000) math:remainder 492}] - [ a r:Fact; r:gives {(492 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(492 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6853 a r:Inference; - r:gives { - 493 :numberToDigits (0 4 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(493 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(493 1000) math:remainder 493}] - [ a r:Fact; r:gives {(493 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(493 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6854 a r:Inference; - r:gives { - 494 :numberToDigits (0 4 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(494 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(494 1000) math:remainder 494}] - [ a r:Fact; r:gives {(494 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(494 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6855 a r:Inference; - r:gives { - 495 :numberToDigits (0 4 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(495 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(495 1000) math:remainder 495}] - [ a r:Fact; r:gives {(495 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(495 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6856 a r:Inference; - r:gives { - 496 :numberToDigits (0 4 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(496 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(496 1000) math:remainder 496}] - [ a r:Fact; r:gives {(496 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(496 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6857 a r:Inference; - r:gives { - 497 :numberToDigits (0 4 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(497 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(497 1000) math:remainder 497}] - [ a r:Fact; r:gives {(497 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(497 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6858 a r:Inference; - r:gives { - 498 :numberToDigits (0 4 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(498 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(498 1000) math:remainder 498}] - [ a r:Fact; r:gives {(498 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(498 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6859 a r:Inference; - r:gives { - 499 :numberToDigits (0 4 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(499 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(499 1000) math:remainder 499}] - [ a r:Fact; r:gives {(499 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(499 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6860 a r:Inference; - r:gives { - (0 4 9 9) :digitsToNumber 499 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(0 400 90 9) math:sum 499}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6861 a r:Inference; - r:gives { - (9 9 4 0) :digitsToNumber 9940 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 900 40 0) math:sum 9940}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6862 a r:Inference; - r:gives { - 500 :numberToDigits (0 5 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(500 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(500 1000) math:remainder 500}] - [ a r:Fact; r:gives {(500 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(500 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6863 a r:Inference; - r:gives { - 501 :numberToDigits (0 5 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(501 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(501 1000) math:remainder 501}] - [ a r:Fact; r:gives {(501 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(501 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6864 a r:Inference; - r:gives { - 502 :numberToDigits (0 5 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(502 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(502 1000) math:remainder 502}] - [ a r:Fact; r:gives {(502 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(502 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6865 a r:Inference; - r:gives { - 503 :numberToDigits (0 5 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(503 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(503 1000) math:remainder 503}] - [ a r:Fact; r:gives {(503 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(503 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6866 a r:Inference; - r:gives { - 504 :numberToDigits (0 5 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(504 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(504 1000) math:remainder 504}] - [ a r:Fact; r:gives {(504 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(504 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6867 a r:Inference; - r:gives { - 505 :numberToDigits (0 5 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(505 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(505 1000) math:remainder 505}] - [ a r:Fact; r:gives {(505 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(505 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6868 a r:Inference; - r:gives { - 506 :numberToDigits (0 5 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(506 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(506 1000) math:remainder 506}] - [ a r:Fact; r:gives {(506 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(506 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6869 a r:Inference; - r:gives { - 507 :numberToDigits (0 5 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(507 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(507 1000) math:remainder 507}] - [ a r:Fact; r:gives {(507 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(507 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6870 a r:Inference; - r:gives { - 508 :numberToDigits (0 5 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(508 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(508 1000) math:remainder 508}] - [ a r:Fact; r:gives {(508 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(508 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6871 a r:Inference; - r:gives { - 509 :numberToDigits (0 5 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(509 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(509 1000) math:remainder 509}] - [ a r:Fact; r:gives {(509 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(509 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6872 a r:Inference; - r:gives { - 510 :numberToDigits (0 5 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(510 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(510 1000) math:remainder 510}] - [ a r:Fact; r:gives {(510 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(510 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6873 a r:Inference; - r:gives { - 511 :numberToDigits (0 5 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(511 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(511 1000) math:remainder 511}] - [ a r:Fact; r:gives {(511 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(511 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6874 a r:Inference; - r:gives { - 512 :numberToDigits (0 5 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(512 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(512 1000) math:remainder 512}] - [ a r:Fact; r:gives {(512 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(512 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6875 a r:Inference; - r:gives { - 513 :numberToDigits (0 5 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(513 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(513 1000) math:remainder 513}] - [ a r:Fact; r:gives {(513 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(513 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6876 a r:Inference; - r:gives { - 514 :numberToDigits (0 5 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(514 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(514 1000) math:remainder 514}] - [ a r:Fact; r:gives {(514 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(514 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6877 a r:Inference; - r:gives { - 515 :numberToDigits (0 5 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(515 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(515 1000) math:remainder 515}] - [ a r:Fact; r:gives {(515 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(515 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6878 a r:Inference; - r:gives { - 516 :numberToDigits (0 5 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(516 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(516 1000) math:remainder 516}] - [ a r:Fact; r:gives {(516 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(516 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6879 a r:Inference; - r:gives { - 517 :numberToDigits (0 5 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(517 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(517 1000) math:remainder 517}] - [ a r:Fact; r:gives {(517 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(517 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6880 a r:Inference; - r:gives { - 518 :numberToDigits (0 5 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(518 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(518 1000) math:remainder 518}] - [ a r:Fact; r:gives {(518 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(518 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6881 a r:Inference; - r:gives { - 519 :numberToDigits (0 5 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(519 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(519 1000) math:remainder 519}] - [ a r:Fact; r:gives {(519 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(519 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6882 a r:Inference; - r:gives { - 520 :numberToDigits (0 5 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(520 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(520 1000) math:remainder 520}] - [ a r:Fact; r:gives {(520 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(520 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6883 a r:Inference; - r:gives { - 521 :numberToDigits (0 5 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(521 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(521 1000) math:remainder 521}] - [ a r:Fact; r:gives {(521 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(521 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6884 a r:Inference; - r:gives { - 522 :numberToDigits (0 5 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(522 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(522 1000) math:remainder 522}] - [ a r:Fact; r:gives {(522 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(522 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6885 a r:Inference; - r:gives { - 523 :numberToDigits (0 5 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(523 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(523 1000) math:remainder 523}] - [ a r:Fact; r:gives {(523 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(523 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6886 a r:Inference; - r:gives { - 524 :numberToDigits (0 5 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(524 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(524 1000) math:remainder 524}] - [ a r:Fact; r:gives {(524 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(524 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6887 a r:Inference; - r:gives { - 525 :numberToDigits (0 5 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(525 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(525 1000) math:remainder 525}] - [ a r:Fact; r:gives {(525 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(525 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6888 a r:Inference; - r:gives { - 526 :numberToDigits (0 5 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(526 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(526 1000) math:remainder 526}] - [ a r:Fact; r:gives {(526 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(526 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6889 a r:Inference; - r:gives { - 527 :numberToDigits (0 5 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(527 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(527 1000) math:remainder 527}] - [ a r:Fact; r:gives {(527 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(527 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6890 a r:Inference; - r:gives { - 528 :numberToDigits (0 5 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(528 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(528 1000) math:remainder 528}] - [ a r:Fact; r:gives {(528 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(528 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6891 a r:Inference; - r:gives { - 529 :numberToDigits (0 5 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(529 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(529 1000) math:remainder 529}] - [ a r:Fact; r:gives {(529 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(529 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6892 a r:Inference; - r:gives { - 530 :numberToDigits (0 5 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(530 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(530 1000) math:remainder 530}] - [ a r:Fact; r:gives {(530 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(530 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6893 a r:Inference; - r:gives { - 531 :numberToDigits (0 5 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(531 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(531 1000) math:remainder 531}] - [ a r:Fact; r:gives {(531 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(531 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6894 a r:Inference; - r:gives { - 532 :numberToDigits (0 5 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(532 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(532 1000) math:remainder 532}] - [ a r:Fact; r:gives {(532 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(532 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6895 a r:Inference; - r:gives { - 533 :numberToDigits (0 5 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(533 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(533 1000) math:remainder 533}] - [ a r:Fact; r:gives {(533 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(533 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6896 a r:Inference; - r:gives { - 534 :numberToDigits (0 5 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(534 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(534 1000) math:remainder 534}] - [ a r:Fact; r:gives {(534 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(534 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6897 a r:Inference; - r:gives { - 535 :numberToDigits (0 5 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(535 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(535 1000) math:remainder 535}] - [ a r:Fact; r:gives {(535 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(535 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6898 a r:Inference; - r:gives { - 536 :numberToDigits (0 5 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(536 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(536 1000) math:remainder 536}] - [ a r:Fact; r:gives {(536 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(536 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6899 a r:Inference; - r:gives { - 537 :numberToDigits (0 5 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(537 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(537 1000) math:remainder 537}] - [ a r:Fact; r:gives {(537 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(537 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6900 a r:Inference; - r:gives { - 538 :numberToDigits (0 5 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(538 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(538 1000) math:remainder 538}] - [ a r:Fact; r:gives {(538 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(538 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6901 a r:Inference; - r:gives { - 539 :numberToDigits (0 5 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(539 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(539 1000) math:remainder 539}] - [ a r:Fact; r:gives {(539 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(539 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6902 a r:Inference; - r:gives { - 540 :numberToDigits (0 5 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(540 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(540 1000) math:remainder 540}] - [ a r:Fact; r:gives {(540 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(540 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6903 a r:Inference; - r:gives { - 541 :numberToDigits (0 5 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(541 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(541 1000) math:remainder 541}] - [ a r:Fact; r:gives {(541 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(541 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6904 a r:Inference; - r:gives { - 542 :numberToDigits (0 5 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(542 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(542 1000) math:remainder 542}] - [ a r:Fact; r:gives {(542 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(542 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6905 a r:Inference; - r:gives { - 543 :numberToDigits (0 5 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(543 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(543 1000) math:remainder 543}] - [ a r:Fact; r:gives {(543 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(543 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6906 a r:Inference; - r:gives { - 544 :numberToDigits (0 5 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(544 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(544 1000) math:remainder 544}] - [ a r:Fact; r:gives {(544 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(544 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6907 a r:Inference; - r:gives { - 545 :numberToDigits (0 5 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(545 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(545 1000) math:remainder 545}] - [ a r:Fact; r:gives {(545 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(545 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6908 a r:Inference; - r:gives { - 546 :numberToDigits (0 5 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(546 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(546 1000) math:remainder 546}] - [ a r:Fact; r:gives {(546 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(546 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6909 a r:Inference; - r:gives { - 547 :numberToDigits (0 5 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(547 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(547 1000) math:remainder 547}] - [ a r:Fact; r:gives {(547 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(547 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6910 a r:Inference; - r:gives { - 548 :numberToDigits (0 5 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(548 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(548 1000) math:remainder 548}] - [ a r:Fact; r:gives {(548 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(548 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6911 a r:Inference; - r:gives { - 549 :numberToDigits (0 5 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(549 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(549 1000) math:remainder 549}] - [ a r:Fact; r:gives {(549 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(549 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6912 a r:Inference; - r:gives { - 550 :numberToDigits (0 5 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(550 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(550 1000) math:remainder 550}] - [ a r:Fact; r:gives {(550 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(550 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6913 a r:Inference; - r:gives { - 551 :numberToDigits (0 5 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(551 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(551 1000) math:remainder 551}] - [ a r:Fact; r:gives {(551 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(551 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6914 a r:Inference; - r:gives { - 552 :numberToDigits (0 5 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(552 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(552 1000) math:remainder 552}] - [ a r:Fact; r:gives {(552 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(552 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6915 a r:Inference; - r:gives { - 553 :numberToDigits (0 5 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(553 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(553 1000) math:remainder 553}] - [ a r:Fact; r:gives {(553 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(553 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6916 a r:Inference; - r:gives { - 554 :numberToDigits (0 5 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(554 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(554 1000) math:remainder 554}] - [ a r:Fact; r:gives {(554 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(554 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6917 a r:Inference; - r:gives { - 555 :numberToDigits (0 5 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(555 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(555 1000) math:remainder 555}] - [ a r:Fact; r:gives {(555 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(555 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6918 a r:Inference; - r:gives { - (0 5 5 5) :digitsToNumber 555 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 500 50 5) math:sum 555}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. - -skolem:lemma6919 a r:Inference; - r:gives { - (5 5 5 0) :digitsToNumber 5550 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(5000 500 50 0) math:sum 5550}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6920 a r:Inference; - r:gives { - 556 :numberToDigits (0 5 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(556 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(556 1000) math:remainder 556}] - [ a r:Fact; r:gives {(556 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(556 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6921 a r:Inference; - r:gives { - (0 5 5 6) :digitsToNumber 556 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 500 50 6) math:sum 556}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6922 a r:Inference; - r:gives { - (6 5 5 0) :digitsToNumber 6550 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(6000 500 50 0) math:sum 6550}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6923 a r:Inference; - r:gives { - 557 :numberToDigits (0 5 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(557 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(557 1000) math:remainder 557}] - [ a r:Fact; r:gives {(557 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(557 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6924 a r:Inference; - r:gives { - (0 5 5 7) :digitsToNumber 557 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 500 50 7) math:sum 557}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6925 a r:Inference; - r:gives { - (7 5 5 0) :digitsToNumber 7550 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(7000 500 50 0) math:sum 7550}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6926 a r:Inference; - r:gives { - 558 :numberToDigits (0 5 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(558 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(558 1000) math:remainder 558}] - [ a r:Fact; r:gives {(558 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(558 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6927 a r:Inference; - r:gives { - (0 5 5 8) :digitsToNumber 558 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 500 50 8) math:sum 558}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6928 a r:Inference; - r:gives { - (8 5 5 0) :digitsToNumber 8550 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 500 50 0) math:sum 8550}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6929 a r:Inference; - r:gives { - 559 :numberToDigits (0 5 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(559 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(559 1000) math:remainder 559}] - [ a r:Fact; r:gives {(559 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(559 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6930 a r:Inference; - r:gives { - (0 5 5 9) :digitsToNumber 559 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 500 50 9) math:sum 559}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6931 a r:Inference; - r:gives { - (9 5 5 0) :digitsToNumber 9550 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 500 50 0) math:sum 9550}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6932 a r:Inference; - r:gives { - 560 :numberToDigits (0 5 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(560 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(560 1000) math:remainder 560}] - [ a r:Fact; r:gives {(560 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(560 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6933 a r:Inference; - r:gives { - 561 :numberToDigits (0 5 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(561 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(561 1000) math:remainder 561}] - [ a r:Fact; r:gives {(561 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(561 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6934 a r:Inference; - r:gives { - 562 :numberToDigits (0 5 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(562 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(562 1000) math:remainder 562}] - [ a r:Fact; r:gives {(562 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(562 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6935 a r:Inference; - r:gives { - 563 :numberToDigits (0 5 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(563 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(563 1000) math:remainder 563}] - [ a r:Fact; r:gives {(563 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(563 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6936 a r:Inference; - r:gives { - 564 :numberToDigits (0 5 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(564 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(564 1000) math:remainder 564}] - [ a r:Fact; r:gives {(564 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(564 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6937 a r:Inference; - r:gives { - 565 :numberToDigits (0 5 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(565 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(565 1000) math:remainder 565}] - [ a r:Fact; r:gives {(565 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(565 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6938 a r:Inference; - r:gives { - 566 :numberToDigits (0 5 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(566 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(566 1000) math:remainder 566}] - [ a r:Fact; r:gives {(566 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(566 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6939 a r:Inference; - r:gives { - (0 5 6 6) :digitsToNumber 566 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 500 60 6) math:sum 566}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma6940 a r:Inference; - r:gives { - (6 6 5 0) :digitsToNumber 6650 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(6000 600 50 0) math:sum 6650}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6941 a r:Inference; - r:gives { - 567 :numberToDigits (0 5 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(567 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(567 1000) math:remainder 567}] - [ a r:Fact; r:gives {(567 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(567 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6942 a r:Inference; - r:gives { - (0 5 6 7) :digitsToNumber 567 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 500 60 7) math:sum 567}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6943 a r:Inference; - r:gives { - (7 6 5 0) :digitsToNumber 7650 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(7000 600 50 0) math:sum 7650}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6944 a r:Inference; - r:gives { - 568 :numberToDigits (0 5 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(568 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(568 1000) math:remainder 568}] - [ a r:Fact; r:gives {(568 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(568 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6945 a r:Inference; - r:gives { - (0 5 6 8) :digitsToNumber 568 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 500 60 8) math:sum 568}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6946 a r:Inference; - r:gives { - (8 6 5 0) :digitsToNumber 8650 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 600 50 0) math:sum 8650}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6947 a r:Inference; - r:gives { - 569 :numberToDigits (0 5 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(569 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(569 1000) math:remainder 569}] - [ a r:Fact; r:gives {(569 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(569 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6948 a r:Inference; - r:gives { - (0 5 6 9) :digitsToNumber 569 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 500 60 9) math:sum 569}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6949 a r:Inference; - r:gives { - (9 6 5 0) :digitsToNumber 9650 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 600 50 0) math:sum 9650}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6950 a r:Inference; - r:gives { - 570 :numberToDigits (0 5 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(570 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(570 1000) math:remainder 570}] - [ a r:Fact; r:gives {(570 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(570 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6951 a r:Inference; - r:gives { - 571 :numberToDigits (0 5 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(571 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(571 1000) math:remainder 571}] - [ a r:Fact; r:gives {(571 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(571 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6952 a r:Inference; - r:gives { - 572 :numberToDigits (0 5 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(572 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(572 1000) math:remainder 572}] - [ a r:Fact; r:gives {(572 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(572 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6953 a r:Inference; - r:gives { - 573 :numberToDigits (0 5 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(573 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(573 1000) math:remainder 573}] - [ a r:Fact; r:gives {(573 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(573 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6954 a r:Inference; - r:gives { - 574 :numberToDigits (0 5 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(574 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(574 1000) math:remainder 574}] - [ a r:Fact; r:gives {(574 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(574 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6955 a r:Inference; - r:gives { - 575 :numberToDigits (0 5 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(575 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(575 1000) math:remainder 575}] - [ a r:Fact; r:gives {(575 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(575 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6956 a r:Inference; - r:gives { - 576 :numberToDigits (0 5 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(576 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(576 1000) math:remainder 576}] - [ a r:Fact; r:gives {(576 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(576 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6957 a r:Inference; - r:gives { - 577 :numberToDigits (0 5 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(577 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(577 1000) math:remainder 577}] - [ a r:Fact; r:gives {(577 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(577 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6958 a r:Inference; - r:gives { - (0 5 7 7) :digitsToNumber 577 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 500 70 7) math:sum 577}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma6959 a r:Inference; - r:gives { - (7 7 5 0) :digitsToNumber 7750 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(7000 700 50 0) math:sum 7750}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6960 a r:Inference; - r:gives { - 578 :numberToDigits (0 5 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(578 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(578 1000) math:remainder 578}] - [ a r:Fact; r:gives {(578 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(578 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6961 a r:Inference; - r:gives { - (0 5 7 8) :digitsToNumber 578 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 500 70 8) math:sum 578}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6962 a r:Inference; - r:gives { - (8 7 5 0) :digitsToNumber 8750 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 700 50 0) math:sum 8750}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6963 a r:Inference; - r:gives { - 579 :numberToDigits (0 5 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(579 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(579 1000) math:remainder 579}] - [ a r:Fact; r:gives {(579 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(579 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6964 a r:Inference; - r:gives { - (0 5 7 9) :digitsToNumber 579 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 500 70 9) math:sum 579}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6965 a r:Inference; - r:gives { - (9 7 5 0) :digitsToNumber 9750 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 700 50 0) math:sum 9750}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6966 a r:Inference; - r:gives { - 580 :numberToDigits (0 5 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(580 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(580 1000) math:remainder 580}] - [ a r:Fact; r:gives {(580 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(580 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6967 a r:Inference; - r:gives { - 581 :numberToDigits (0 5 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(581 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(581 1000) math:remainder 581}] - [ a r:Fact; r:gives {(581 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(581 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6968 a r:Inference; - r:gives { - 582 :numberToDigits (0 5 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(582 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(582 1000) math:remainder 582}] - [ a r:Fact; r:gives {(582 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(582 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6969 a r:Inference; - r:gives { - 583 :numberToDigits (0 5 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(583 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(583 1000) math:remainder 583}] - [ a r:Fact; r:gives {(583 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(583 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6970 a r:Inference; - r:gives { - 584 :numberToDigits (0 5 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(584 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(584 1000) math:remainder 584}] - [ a r:Fact; r:gives {(584 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(584 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6971 a r:Inference; - r:gives { - 585 :numberToDigits (0 5 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(585 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(585 1000) math:remainder 585}] - [ a r:Fact; r:gives {(585 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(585 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6972 a r:Inference; - r:gives { - 586 :numberToDigits (0 5 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(586 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(586 1000) math:remainder 586}] - [ a r:Fact; r:gives {(586 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(586 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6973 a r:Inference; - r:gives { - 587 :numberToDigits (0 5 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(587 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(587 1000) math:remainder 587}] - [ a r:Fact; r:gives {(587 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(587 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6974 a r:Inference; - r:gives { - 588 :numberToDigits (0 5 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(588 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(588 1000) math:remainder 588}] - [ a r:Fact; r:gives {(588 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(588 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6975 a r:Inference; - r:gives { - (0 5 8 8) :digitsToNumber 588 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 500 80 8) math:sum 588}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma6976 a r:Inference; - r:gives { - (8 8 5 0) :digitsToNumber 8850 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 800 50 0) math:sum 8850}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6977 a r:Inference; - r:gives { - 589 :numberToDigits (0 5 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(589 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(589 1000) math:remainder 589}] - [ a r:Fact; r:gives {(589 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(589 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6978 a r:Inference; - r:gives { - (0 5 8 9) :digitsToNumber 589 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 500 80 9) math:sum 589}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6979 a r:Inference; - r:gives { - (9 8 5 0) :digitsToNumber 9850 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 800 50 0) math:sum 9850}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6980 a r:Inference; - r:gives { - 590 :numberToDigits (0 5 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(590 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(590 1000) math:remainder 590}] - [ a r:Fact; r:gives {(590 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(590 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6981 a r:Inference; - r:gives { - 591 :numberToDigits (0 5 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(591 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(591 1000) math:remainder 591}] - [ a r:Fact; r:gives {(591 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(591 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6982 a r:Inference; - r:gives { - 592 :numberToDigits (0 5 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(592 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(592 1000) math:remainder 592}] - [ a r:Fact; r:gives {(592 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(592 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6983 a r:Inference; - r:gives { - 593 :numberToDigits (0 5 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(593 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(593 1000) math:remainder 593}] - [ a r:Fact; r:gives {(593 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(593 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6984 a r:Inference; - r:gives { - 594 :numberToDigits (0 5 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(594 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(594 1000) math:remainder 594}] - [ a r:Fact; r:gives {(594 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(594 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6985 a r:Inference; - r:gives { - 595 :numberToDigits (0 5 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(595 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(595 1000) math:remainder 595}] - [ a r:Fact; r:gives {(595 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(595 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6986 a r:Inference; - r:gives { - 596 :numberToDigits (0 5 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(596 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(596 1000) math:remainder 596}] - [ a r:Fact; r:gives {(596 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(596 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6987 a r:Inference; - r:gives { - 597 :numberToDigits (0 5 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(597 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(597 1000) math:remainder 597}] - [ a r:Fact; r:gives {(597 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(597 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma6988 a r:Inference; - r:gives { - 598 :numberToDigits (0 5 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(598 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(598 1000) math:remainder 598}] - [ a r:Fact; r:gives {(598 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(598 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma6989 a r:Inference; - r:gives { - 599 :numberToDigits (0 5 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(599 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(599 1000) math:remainder 599}] - [ a r:Fact; r:gives {(599 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(599 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma6990 a r:Inference; - r:gives { - (0 5 9 9) :digitsToNumber 599 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(0 500 90 9) math:sum 599}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma6991 a r:Inference; - r:gives { - (9 9 5 0) :digitsToNumber 9950 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 900 50 0) math:sum 9950}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma6992 a r:Inference; - r:gives { - 600 :numberToDigits (0 6 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(600 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(600 1000) math:remainder 600}] - [ a r:Fact; r:gives {(600 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(600 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma6993 a r:Inference; - r:gives { - 601 :numberToDigits (0 6 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(601 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(601 1000) math:remainder 601}] - [ a r:Fact; r:gives {(601 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(601 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma6994 a r:Inference; - r:gives { - 602 :numberToDigits (0 6 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(602 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(602 1000) math:remainder 602}] - [ a r:Fact; r:gives {(602 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(602 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma6995 a r:Inference; - r:gives { - 603 :numberToDigits (0 6 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(603 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(603 1000) math:remainder 603}] - [ a r:Fact; r:gives {(603 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(603 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma6996 a r:Inference; - r:gives { - 604 :numberToDigits (0 6 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(604 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(604 1000) math:remainder 604}] - [ a r:Fact; r:gives {(604 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(604 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma6997 a r:Inference; - r:gives { - 605 :numberToDigits (0 6 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(605 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(605 1000) math:remainder 605}] - [ a r:Fact; r:gives {(605 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(605 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma6998 a r:Inference; - r:gives { - 606 :numberToDigits (0 6 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(606 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(606 1000) math:remainder 606}] - [ a r:Fact; r:gives {(606 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(606 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma6999 a r:Inference; - r:gives { - 607 :numberToDigits (0 6 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(607 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(607 1000) math:remainder 607}] - [ a r:Fact; r:gives {(607 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(607 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7000 a r:Inference; - r:gives { - 608 :numberToDigits (0 6 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(608 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(608 1000) math:remainder 608}] - [ a r:Fact; r:gives {(608 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(608 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7001 a r:Inference; - r:gives { - 609 :numberToDigits (0 6 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(609 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(609 1000) math:remainder 609}] - [ a r:Fact; r:gives {(609 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(609 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7002 a r:Inference; - r:gives { - 610 :numberToDigits (0 6 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(610 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(610 1000) math:remainder 610}] - [ a r:Fact; r:gives {(610 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(610 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7003 a r:Inference; - r:gives { - 611 :numberToDigits (0 6 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(611 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(611 1000) math:remainder 611}] - [ a r:Fact; r:gives {(611 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(611 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7004 a r:Inference; - r:gives { - 612 :numberToDigits (0 6 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(612 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(612 1000) math:remainder 612}] - [ a r:Fact; r:gives {(612 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(612 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7005 a r:Inference; - r:gives { - 613 :numberToDigits (0 6 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(613 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(613 1000) math:remainder 613}] - [ a r:Fact; r:gives {(613 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(613 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7006 a r:Inference; - r:gives { - 614 :numberToDigits (0 6 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(614 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(614 1000) math:remainder 614}] - [ a r:Fact; r:gives {(614 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(614 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7007 a r:Inference; - r:gives { - 615 :numberToDigits (0 6 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(615 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(615 1000) math:remainder 615}] - [ a r:Fact; r:gives {(615 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(615 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7008 a r:Inference; - r:gives { - 616 :numberToDigits (0 6 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(616 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(616 1000) math:remainder 616}] - [ a r:Fact; r:gives {(616 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(616 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7009 a r:Inference; - r:gives { - 617 :numberToDigits (0 6 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(617 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(617 1000) math:remainder 617}] - [ a r:Fact; r:gives {(617 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(617 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7010 a r:Inference; - r:gives { - 618 :numberToDigits (0 6 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(618 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(618 1000) math:remainder 618}] - [ a r:Fact; r:gives {(618 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(618 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7011 a r:Inference; - r:gives { - 619 :numberToDigits (0 6 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(619 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(619 1000) math:remainder 619}] - [ a r:Fact; r:gives {(619 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(619 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7012 a r:Inference; - r:gives { - 620 :numberToDigits (0 6 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(620 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(620 1000) math:remainder 620}] - [ a r:Fact; r:gives {(620 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(620 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7013 a r:Inference; - r:gives { - 621 :numberToDigits (0 6 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(621 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(621 1000) math:remainder 621}] - [ a r:Fact; r:gives {(621 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(621 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7014 a r:Inference; - r:gives { - 622 :numberToDigits (0 6 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(622 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(622 1000) math:remainder 622}] - [ a r:Fact; r:gives {(622 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(622 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7015 a r:Inference; - r:gives { - 623 :numberToDigits (0 6 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(623 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(623 1000) math:remainder 623}] - [ a r:Fact; r:gives {(623 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(623 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7016 a r:Inference; - r:gives { - 624 :numberToDigits (0 6 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(624 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(624 1000) math:remainder 624}] - [ a r:Fact; r:gives {(624 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(624 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7017 a r:Inference; - r:gives { - 625 :numberToDigits (0 6 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(625 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(625 1000) math:remainder 625}] - [ a r:Fact; r:gives {(625 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(625 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7018 a r:Inference; - r:gives { - 626 :numberToDigits (0 6 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(626 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(626 1000) math:remainder 626}] - [ a r:Fact; r:gives {(626 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(626 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7019 a r:Inference; - r:gives { - 627 :numberToDigits (0 6 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(627 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(627 1000) math:remainder 627}] - [ a r:Fact; r:gives {(627 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(627 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7020 a r:Inference; - r:gives { - 628 :numberToDigits (0 6 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(628 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(628 1000) math:remainder 628}] - [ a r:Fact; r:gives {(628 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(628 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7021 a r:Inference; - r:gives { - 629 :numberToDigits (0 6 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(629 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(629 1000) math:remainder 629}] - [ a r:Fact; r:gives {(629 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(629 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7022 a r:Inference; - r:gives { - 630 :numberToDigits (0 6 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(630 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(630 1000) math:remainder 630}] - [ a r:Fact; r:gives {(630 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(630 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7023 a r:Inference; - r:gives { - 631 :numberToDigits (0 6 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(631 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(631 1000) math:remainder 631}] - [ a r:Fact; r:gives {(631 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(631 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7024 a r:Inference; - r:gives { - 632 :numberToDigits (0 6 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(632 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(632 1000) math:remainder 632}] - [ a r:Fact; r:gives {(632 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(632 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7025 a r:Inference; - r:gives { - 633 :numberToDigits (0 6 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(633 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(633 1000) math:remainder 633}] - [ a r:Fact; r:gives {(633 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(633 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7026 a r:Inference; - r:gives { - 634 :numberToDigits (0 6 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(634 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(634 1000) math:remainder 634}] - [ a r:Fact; r:gives {(634 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(634 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7027 a r:Inference; - r:gives { - 635 :numberToDigits (0 6 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(635 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(635 1000) math:remainder 635}] - [ a r:Fact; r:gives {(635 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(635 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7028 a r:Inference; - r:gives { - 636 :numberToDigits (0 6 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(636 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(636 1000) math:remainder 636}] - [ a r:Fact; r:gives {(636 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(636 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7029 a r:Inference; - r:gives { - 637 :numberToDigits (0 6 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(637 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(637 1000) math:remainder 637}] - [ a r:Fact; r:gives {(637 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(637 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7030 a r:Inference; - r:gives { - 638 :numberToDigits (0 6 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(638 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(638 1000) math:remainder 638}] - [ a r:Fact; r:gives {(638 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(638 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7031 a r:Inference; - r:gives { - 639 :numberToDigits (0 6 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(639 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(639 1000) math:remainder 639}] - [ a r:Fact; r:gives {(639 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(639 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7032 a r:Inference; - r:gives { - 640 :numberToDigits (0 6 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(640 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(640 1000) math:remainder 640}] - [ a r:Fact; r:gives {(640 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(640 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7033 a r:Inference; - r:gives { - 641 :numberToDigits (0 6 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(641 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(641 1000) math:remainder 641}] - [ a r:Fact; r:gives {(641 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(641 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7034 a r:Inference; - r:gives { - 642 :numberToDigits (0 6 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(642 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(642 1000) math:remainder 642}] - [ a r:Fact; r:gives {(642 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(642 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7035 a r:Inference; - r:gives { - 643 :numberToDigits (0 6 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(643 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(643 1000) math:remainder 643}] - [ a r:Fact; r:gives {(643 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(643 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7036 a r:Inference; - r:gives { - 644 :numberToDigits (0 6 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(644 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(644 1000) math:remainder 644}] - [ a r:Fact; r:gives {(644 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(644 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7037 a r:Inference; - r:gives { - 645 :numberToDigits (0 6 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(645 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(645 1000) math:remainder 645}] - [ a r:Fact; r:gives {(645 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(645 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7038 a r:Inference; - r:gives { - 646 :numberToDigits (0 6 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(646 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(646 1000) math:remainder 646}] - [ a r:Fact; r:gives {(646 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(646 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7039 a r:Inference; - r:gives { - 647 :numberToDigits (0 6 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(647 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(647 1000) math:remainder 647}] - [ a r:Fact; r:gives {(647 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(647 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7040 a r:Inference; - r:gives { - 648 :numberToDigits (0 6 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(648 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(648 1000) math:remainder 648}] - [ a r:Fact; r:gives {(648 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(648 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7041 a r:Inference; - r:gives { - 649 :numberToDigits (0 6 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(649 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(649 1000) math:remainder 649}] - [ a r:Fact; r:gives {(649 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(649 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7042 a r:Inference; - r:gives { - 650 :numberToDigits (0 6 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(650 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(650 1000) math:remainder 650}] - [ a r:Fact; r:gives {(650 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(650 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7043 a r:Inference; - r:gives { - 651 :numberToDigits (0 6 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(651 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(651 1000) math:remainder 651}] - [ a r:Fact; r:gives {(651 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(651 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7044 a r:Inference; - r:gives { - 652 :numberToDigits (0 6 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(652 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(652 1000) math:remainder 652}] - [ a r:Fact; r:gives {(652 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(652 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7045 a r:Inference; - r:gives { - 653 :numberToDigits (0 6 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(653 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(653 1000) math:remainder 653}] - [ a r:Fact; r:gives {(653 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(653 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7046 a r:Inference; - r:gives { - 654 :numberToDigits (0 6 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(654 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(654 1000) math:remainder 654}] - [ a r:Fact; r:gives {(654 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(654 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7047 a r:Inference; - r:gives { - 655 :numberToDigits (0 6 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(655 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(655 1000) math:remainder 655}] - [ a r:Fact; r:gives {(655 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(655 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7048 a r:Inference; - r:gives { - 656 :numberToDigits (0 6 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(656 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(656 1000) math:remainder 656}] - [ a r:Fact; r:gives {(656 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(656 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7049 a r:Inference; - r:gives { - 657 :numberToDigits (0 6 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(657 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(657 1000) math:remainder 657}] - [ a r:Fact; r:gives {(657 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(657 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7050 a r:Inference; - r:gives { - 658 :numberToDigits (0 6 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(658 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(658 1000) math:remainder 658}] - [ a r:Fact; r:gives {(658 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(658 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7051 a r:Inference; - r:gives { - 659 :numberToDigits (0 6 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(659 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(659 1000) math:remainder 659}] - [ a r:Fact; r:gives {(659 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(659 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7052 a r:Inference; - r:gives { - 660 :numberToDigits (0 6 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(660 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(660 1000) math:remainder 660}] - [ a r:Fact; r:gives {(660 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(660 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7053 a r:Inference; - r:gives { - 661 :numberToDigits (0 6 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(661 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(661 1000) math:remainder 661}] - [ a r:Fact; r:gives {(661 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(661 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7054 a r:Inference; - r:gives { - 662 :numberToDigits (0 6 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(662 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(662 1000) math:remainder 662}] - [ a r:Fact; r:gives {(662 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(662 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7055 a r:Inference; - r:gives { - 663 :numberToDigits (0 6 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(663 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(663 1000) math:remainder 663}] - [ a r:Fact; r:gives {(663 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(663 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7056 a r:Inference; - r:gives { - 664 :numberToDigits (0 6 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(664 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(664 1000) math:remainder 664}] - [ a r:Fact; r:gives {(664 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(664 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7057 a r:Inference; - r:gives { - 665 :numberToDigits (0 6 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(665 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(665 1000) math:remainder 665}] - [ a r:Fact; r:gives {(665 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(665 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7058 a r:Inference; - r:gives { - 666 :numberToDigits (0 6 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(666 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(666 1000) math:remainder 666}] - [ a r:Fact; r:gives {(666 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(666 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7059 a r:Inference; - r:gives { - (0 6 6 6) :digitsToNumber 666 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 600 60 6) math:sum 666}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. - -skolem:lemma7060 a r:Inference; - r:gives { - (6 6 6 0) :digitsToNumber 6660 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(6000 600 60 0) math:sum 6660}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7061 a r:Inference; - r:gives { - 667 :numberToDigits (0 6 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(667 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(667 1000) math:remainder 667}] - [ a r:Fact; r:gives {(667 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(667 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7062 a r:Inference; - r:gives { - (0 6 6 7) :digitsToNumber 667 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 600 60 7) math:sum 667}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma7063 a r:Inference; - r:gives { - (7 6 6 0) :digitsToNumber 7660 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(7000 600 60 0) math:sum 7660}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7064 a r:Inference; - r:gives { - 668 :numberToDigits (0 6 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(668 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(668 1000) math:remainder 668}] - [ a r:Fact; r:gives {(668 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(668 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7065 a r:Inference; - r:gives { - (0 6 6 8) :digitsToNumber 668 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 600 60 8) math:sum 668}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma7066 a r:Inference; - r:gives { - (8 6 6 0) :digitsToNumber 8660 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(8000 600 60 0) math:sum 8660}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7067 a r:Inference; - r:gives { - 669 :numberToDigits (0 6 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(669 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(669 1000) math:remainder 669}] - [ a r:Fact; r:gives {(669 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(669 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7068 a r:Inference; - r:gives { - (0 6 6 9) :digitsToNumber 669 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 600 60 9) math:sum 669}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma7069 a r:Inference; - r:gives { - (9 6 6 0) :digitsToNumber 9660 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 600 60 0) math:sum 9660}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7070 a r:Inference; - r:gives { - 670 :numberToDigits (0 6 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(670 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(670 1000) math:remainder 670}] - [ a r:Fact; r:gives {(670 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(670 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7071 a r:Inference; - r:gives { - 671 :numberToDigits (0 6 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(671 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(671 1000) math:remainder 671}] - [ a r:Fact; r:gives {(671 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(671 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7072 a r:Inference; - r:gives { - 672 :numberToDigits (0 6 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(672 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(672 1000) math:remainder 672}] - [ a r:Fact; r:gives {(672 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(672 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7073 a r:Inference; - r:gives { - 673 :numberToDigits (0 6 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(673 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(673 1000) math:remainder 673}] - [ a r:Fact; r:gives {(673 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(673 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7074 a r:Inference; - r:gives { - 674 :numberToDigits (0 6 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(674 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(674 1000) math:remainder 674}] - [ a r:Fact; r:gives {(674 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(674 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7075 a r:Inference; - r:gives { - 675 :numberToDigits (0 6 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(675 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(675 1000) math:remainder 675}] - [ a r:Fact; r:gives {(675 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(675 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7076 a r:Inference; - r:gives { - 676 :numberToDigits (0 6 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(676 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(676 1000) math:remainder 676}] - [ a r:Fact; r:gives {(676 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(676 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7077 a r:Inference; - r:gives { - 677 :numberToDigits (0 6 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(677 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(677 1000) math:remainder 677}] - [ a r:Fact; r:gives {(677 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(677 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7078 a r:Inference; - r:gives { - (0 6 7 7) :digitsToNumber 677 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 600 70 7) math:sum 677}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma7079 a r:Inference; - r:gives { - (7 7 6 0) :digitsToNumber 7760 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(7000 700 60 0) math:sum 7760}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7080 a r:Inference; - r:gives { - 678 :numberToDigits (0 6 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(678 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(678 1000) math:remainder 678}] - [ a r:Fact; r:gives {(678 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(678 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7081 a r:Inference; - r:gives { - (0 6 7 8) :digitsToNumber 678 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 600 70 8) math:sum 678}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma7082 a r:Inference; - r:gives { - (8 7 6 0) :digitsToNumber 8760 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(8000 700 60 0) math:sum 8760}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7083 a r:Inference; - r:gives { - 679 :numberToDigits (0 6 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(679 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(679 1000) math:remainder 679}] - [ a r:Fact; r:gives {(679 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(679 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7084 a r:Inference; - r:gives { - (0 6 7 9) :digitsToNumber 679 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 600 70 9) math:sum 679}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma7085 a r:Inference; - r:gives { - (9 7 6 0) :digitsToNumber 9760 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 700 60 0) math:sum 9760}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7086 a r:Inference; - r:gives { - 680 :numberToDigits (0 6 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(680 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(680 1000) math:remainder 680}] - [ a r:Fact; r:gives {(680 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(680 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7087 a r:Inference; - r:gives { - 681 :numberToDigits (0 6 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(681 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(681 1000) math:remainder 681}] - [ a r:Fact; r:gives {(681 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(681 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7088 a r:Inference; - r:gives { - 682 :numberToDigits (0 6 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(682 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(682 1000) math:remainder 682}] - [ a r:Fact; r:gives {(682 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(682 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7089 a r:Inference; - r:gives { - 683 :numberToDigits (0 6 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(683 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(683 1000) math:remainder 683}] - [ a r:Fact; r:gives {(683 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(683 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7090 a r:Inference; - r:gives { - 684 :numberToDigits (0 6 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(684 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(684 1000) math:remainder 684}] - [ a r:Fact; r:gives {(684 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(684 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7091 a r:Inference; - r:gives { - 685 :numberToDigits (0 6 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(685 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(685 1000) math:remainder 685}] - [ a r:Fact; r:gives {(685 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(685 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7092 a r:Inference; - r:gives { - 686 :numberToDigits (0 6 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(686 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(686 1000) math:remainder 686}] - [ a r:Fact; r:gives {(686 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(686 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7093 a r:Inference; - r:gives { - 687 :numberToDigits (0 6 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(687 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(687 1000) math:remainder 687}] - [ a r:Fact; r:gives {(687 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(687 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7094 a r:Inference; - r:gives { - 688 :numberToDigits (0 6 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(688 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(688 1000) math:remainder 688}] - [ a r:Fact; r:gives {(688 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(688 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7095 a r:Inference; - r:gives { - (0 6 8 8) :digitsToNumber 688 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 600 80 8) math:sum 688}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma7096 a r:Inference; - r:gives { - (8 8 6 0) :digitsToNumber 8860 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(8000 800 60 0) math:sum 8860}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7097 a r:Inference; - r:gives { - 689 :numberToDigits (0 6 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(689 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(689 1000) math:remainder 689}] - [ a r:Fact; r:gives {(689 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(689 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7098 a r:Inference; - r:gives { - (0 6 8 9) :digitsToNumber 689 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 600 80 9) math:sum 689}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma7099 a r:Inference; - r:gives { - (9 8 6 0) :digitsToNumber 9860 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 800 60 0) math:sum 9860}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7100 a r:Inference; - r:gives { - 690 :numberToDigits (0 6 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(690 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(690 1000) math:remainder 690}] - [ a r:Fact; r:gives {(690 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(690 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7101 a r:Inference; - r:gives { - 691 :numberToDigits (0 6 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(691 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(691 1000) math:remainder 691}] - [ a r:Fact; r:gives {(691 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(691 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7102 a r:Inference; - r:gives { - 692 :numberToDigits (0 6 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(692 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(692 1000) math:remainder 692}] - [ a r:Fact; r:gives {(692 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(692 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7103 a r:Inference; - r:gives { - 693 :numberToDigits (0 6 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(693 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(693 1000) math:remainder 693}] - [ a r:Fact; r:gives {(693 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(693 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7104 a r:Inference; - r:gives { - 694 :numberToDigits (0 6 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(694 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(694 1000) math:remainder 694}] - [ a r:Fact; r:gives {(694 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(694 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7105 a r:Inference; - r:gives { - 695 :numberToDigits (0 6 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(695 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(695 1000) math:remainder 695}] - [ a r:Fact; r:gives {(695 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(695 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7106 a r:Inference; - r:gives { - 696 :numberToDigits (0 6 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(696 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(696 1000) math:remainder 696}] - [ a r:Fact; r:gives {(696 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(696 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7107 a r:Inference; - r:gives { - 697 :numberToDigits (0 6 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(697 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(697 1000) math:remainder 697}] - [ a r:Fact; r:gives {(697 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(697 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7108 a r:Inference; - r:gives { - 698 :numberToDigits (0 6 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(698 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(698 1000) math:remainder 698}] - [ a r:Fact; r:gives {(698 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(698 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7109 a r:Inference; - r:gives { - 699 :numberToDigits (0 6 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(699 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(699 1000) math:remainder 699}] - [ a r:Fact; r:gives {(699 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(699 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7110 a r:Inference; - r:gives { - (0 6 9 9) :digitsToNumber 699 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(0 600 90 9) math:sum 699}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma7111 a r:Inference; - r:gives { - (9 9 6 0) :digitsToNumber 9960 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 900 60 0) math:sum 9960}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7112 a r:Inference; - r:gives { - 700 :numberToDigits (0 7 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(700 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(700 1000) math:remainder 700}] - [ a r:Fact; r:gives {(700 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(700 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7113 a r:Inference; - r:gives { - 701 :numberToDigits (0 7 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(701 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(701 1000) math:remainder 701}] - [ a r:Fact; r:gives {(701 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(701 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7114 a r:Inference; - r:gives { - 702 :numberToDigits (0 7 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(702 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(702 1000) math:remainder 702}] - [ a r:Fact; r:gives {(702 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(702 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7115 a r:Inference; - r:gives { - 703 :numberToDigits (0 7 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(703 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(703 1000) math:remainder 703}] - [ a r:Fact; r:gives {(703 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(703 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7116 a r:Inference; - r:gives { - 704 :numberToDigits (0 7 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(704 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(704 1000) math:remainder 704}] - [ a r:Fact; r:gives {(704 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(704 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7117 a r:Inference; - r:gives { - 705 :numberToDigits (0 7 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(705 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(705 1000) math:remainder 705}] - [ a r:Fact; r:gives {(705 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(705 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7118 a r:Inference; - r:gives { - 706 :numberToDigits (0 7 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(706 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(706 1000) math:remainder 706}] - [ a r:Fact; r:gives {(706 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(706 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7119 a r:Inference; - r:gives { - 707 :numberToDigits (0 7 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(707 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(707 1000) math:remainder 707}] - [ a r:Fact; r:gives {(707 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(707 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7120 a r:Inference; - r:gives { - 708 :numberToDigits (0 7 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(708 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(708 1000) math:remainder 708}] - [ a r:Fact; r:gives {(708 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(708 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7121 a r:Inference; - r:gives { - 709 :numberToDigits (0 7 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(709 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(709 1000) math:remainder 709}] - [ a r:Fact; r:gives {(709 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(709 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7122 a r:Inference; - r:gives { - 710 :numberToDigits (0 7 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(710 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(710 1000) math:remainder 710}] - [ a r:Fact; r:gives {(710 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(710 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7123 a r:Inference; - r:gives { - 711 :numberToDigits (0 7 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(711 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(711 1000) math:remainder 711}] - [ a r:Fact; r:gives {(711 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(711 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7124 a r:Inference; - r:gives { - 712 :numberToDigits (0 7 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(712 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(712 1000) math:remainder 712}] - [ a r:Fact; r:gives {(712 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(712 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7125 a r:Inference; - r:gives { - 713 :numberToDigits (0 7 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(713 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(713 1000) math:remainder 713}] - [ a r:Fact; r:gives {(713 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(713 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7126 a r:Inference; - r:gives { - 714 :numberToDigits (0 7 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(714 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(714 1000) math:remainder 714}] - [ a r:Fact; r:gives {(714 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(714 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7127 a r:Inference; - r:gives { - 715 :numberToDigits (0 7 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(715 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(715 1000) math:remainder 715}] - [ a r:Fact; r:gives {(715 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(715 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7128 a r:Inference; - r:gives { - 716 :numberToDigits (0 7 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(716 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(716 1000) math:remainder 716}] - [ a r:Fact; r:gives {(716 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(716 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7129 a r:Inference; - r:gives { - 717 :numberToDigits (0 7 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(717 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(717 1000) math:remainder 717}] - [ a r:Fact; r:gives {(717 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(717 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7130 a r:Inference; - r:gives { - 718 :numberToDigits (0 7 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(718 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(718 1000) math:remainder 718}] - [ a r:Fact; r:gives {(718 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(718 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7131 a r:Inference; - r:gives { - 719 :numberToDigits (0 7 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(719 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(719 1000) math:remainder 719}] - [ a r:Fact; r:gives {(719 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(719 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7132 a r:Inference; - r:gives { - 720 :numberToDigits (0 7 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(720 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(720 1000) math:remainder 720}] - [ a r:Fact; r:gives {(720 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(720 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7133 a r:Inference; - r:gives { - 721 :numberToDigits (0 7 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(721 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(721 1000) math:remainder 721}] - [ a r:Fact; r:gives {(721 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(721 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7134 a r:Inference; - r:gives { - 722 :numberToDigits (0 7 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(722 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(722 1000) math:remainder 722}] - [ a r:Fact; r:gives {(722 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(722 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7135 a r:Inference; - r:gives { - 723 :numberToDigits (0 7 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(723 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(723 1000) math:remainder 723}] - [ a r:Fact; r:gives {(723 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(723 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7136 a r:Inference; - r:gives { - 724 :numberToDigits (0 7 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(724 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(724 1000) math:remainder 724}] - [ a r:Fact; r:gives {(724 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(724 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7137 a r:Inference; - r:gives { - 725 :numberToDigits (0 7 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(725 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(725 1000) math:remainder 725}] - [ a r:Fact; r:gives {(725 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(725 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7138 a r:Inference; - r:gives { - 726 :numberToDigits (0 7 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(726 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(726 1000) math:remainder 726}] - [ a r:Fact; r:gives {(726 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(726 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7139 a r:Inference; - r:gives { - 727 :numberToDigits (0 7 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(727 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(727 1000) math:remainder 727}] - [ a r:Fact; r:gives {(727 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(727 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7140 a r:Inference; - r:gives { - 728 :numberToDigits (0 7 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(728 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(728 1000) math:remainder 728}] - [ a r:Fact; r:gives {(728 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(728 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7141 a r:Inference; - r:gives { - 729 :numberToDigits (0 7 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(729 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(729 1000) math:remainder 729}] - [ a r:Fact; r:gives {(729 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(729 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7142 a r:Inference; - r:gives { - 730 :numberToDigits (0 7 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(730 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(730 1000) math:remainder 730}] - [ a r:Fact; r:gives {(730 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(730 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7143 a r:Inference; - r:gives { - 731 :numberToDigits (0 7 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(731 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(731 1000) math:remainder 731}] - [ a r:Fact; r:gives {(731 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(731 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7144 a r:Inference; - r:gives { - 732 :numberToDigits (0 7 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(732 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(732 1000) math:remainder 732}] - [ a r:Fact; r:gives {(732 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(732 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7145 a r:Inference; - r:gives { - 733 :numberToDigits (0 7 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(733 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(733 1000) math:remainder 733}] - [ a r:Fact; r:gives {(733 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(733 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7146 a r:Inference; - r:gives { - 734 :numberToDigits (0 7 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(734 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(734 1000) math:remainder 734}] - [ a r:Fact; r:gives {(734 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(734 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7147 a r:Inference; - r:gives { - 735 :numberToDigits (0 7 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(735 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(735 1000) math:remainder 735}] - [ a r:Fact; r:gives {(735 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(735 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7148 a r:Inference; - r:gives { - 736 :numberToDigits (0 7 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(736 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(736 1000) math:remainder 736}] - [ a r:Fact; r:gives {(736 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(736 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7149 a r:Inference; - r:gives { - 737 :numberToDigits (0 7 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(737 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(737 1000) math:remainder 737}] - [ a r:Fact; r:gives {(737 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(737 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7150 a r:Inference; - r:gives { - 738 :numberToDigits (0 7 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(738 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(738 1000) math:remainder 738}] - [ a r:Fact; r:gives {(738 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(738 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7151 a r:Inference; - r:gives { - 739 :numberToDigits (0 7 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(739 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(739 1000) math:remainder 739}] - [ a r:Fact; r:gives {(739 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(739 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7152 a r:Inference; - r:gives { - 740 :numberToDigits (0 7 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(740 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(740 1000) math:remainder 740}] - [ a r:Fact; r:gives {(740 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(740 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7153 a r:Inference; - r:gives { - 741 :numberToDigits (0 7 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(741 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(741 1000) math:remainder 741}] - [ a r:Fact; r:gives {(741 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(741 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7154 a r:Inference; - r:gives { - 742 :numberToDigits (0 7 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(742 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(742 1000) math:remainder 742}] - [ a r:Fact; r:gives {(742 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(742 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7155 a r:Inference; - r:gives { - 743 :numberToDigits (0 7 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(743 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(743 1000) math:remainder 743}] - [ a r:Fact; r:gives {(743 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(743 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7156 a r:Inference; - r:gives { - 744 :numberToDigits (0 7 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(744 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(744 1000) math:remainder 744}] - [ a r:Fact; r:gives {(744 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(744 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7157 a r:Inference; - r:gives { - 745 :numberToDigits (0 7 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(745 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(745 1000) math:remainder 745}] - [ a r:Fact; r:gives {(745 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(745 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7158 a r:Inference; - r:gives { - 746 :numberToDigits (0 7 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(746 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(746 1000) math:remainder 746}] - [ a r:Fact; r:gives {(746 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(746 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7159 a r:Inference; - r:gives { - 747 :numberToDigits (0 7 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(747 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(747 1000) math:remainder 747}] - [ a r:Fact; r:gives {(747 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(747 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7160 a r:Inference; - r:gives { - 748 :numberToDigits (0 7 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(748 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(748 1000) math:remainder 748}] - [ a r:Fact; r:gives {(748 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(748 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7161 a r:Inference; - r:gives { - 749 :numberToDigits (0 7 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(749 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(749 1000) math:remainder 749}] - [ a r:Fact; r:gives {(749 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(749 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7162 a r:Inference; - r:gives { - 750 :numberToDigits (0 7 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(750 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(750 1000) math:remainder 750}] - [ a r:Fact; r:gives {(750 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(750 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7163 a r:Inference; - r:gives { - 751 :numberToDigits (0 7 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(751 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(751 1000) math:remainder 751}] - [ a r:Fact; r:gives {(751 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(751 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7164 a r:Inference; - r:gives { - 752 :numberToDigits (0 7 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(752 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(752 1000) math:remainder 752}] - [ a r:Fact; r:gives {(752 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(752 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7165 a r:Inference; - r:gives { - 753 :numberToDigits (0 7 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(753 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(753 1000) math:remainder 753}] - [ a r:Fact; r:gives {(753 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(753 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7166 a r:Inference; - r:gives { - 754 :numberToDigits (0 7 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(754 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(754 1000) math:remainder 754}] - [ a r:Fact; r:gives {(754 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(754 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7167 a r:Inference; - r:gives { - 755 :numberToDigits (0 7 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(755 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(755 1000) math:remainder 755}] - [ a r:Fact; r:gives {(755 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(755 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7168 a r:Inference; - r:gives { - 756 :numberToDigits (0 7 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(756 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(756 1000) math:remainder 756}] - [ a r:Fact; r:gives {(756 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(756 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7169 a r:Inference; - r:gives { - 757 :numberToDigits (0 7 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(757 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(757 1000) math:remainder 757}] - [ a r:Fact; r:gives {(757 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(757 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7170 a r:Inference; - r:gives { - 758 :numberToDigits (0 7 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(758 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(758 1000) math:remainder 758}] - [ a r:Fact; r:gives {(758 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(758 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7171 a r:Inference; - r:gives { - 759 :numberToDigits (0 7 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(759 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(759 1000) math:remainder 759}] - [ a r:Fact; r:gives {(759 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(759 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7172 a r:Inference; - r:gives { - 760 :numberToDigits (0 7 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(760 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(760 1000) math:remainder 760}] - [ a r:Fact; r:gives {(760 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(760 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7173 a r:Inference; - r:gives { - 761 :numberToDigits (0 7 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(761 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(761 1000) math:remainder 761}] - [ a r:Fact; r:gives {(761 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(761 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7174 a r:Inference; - r:gives { - 762 :numberToDigits (0 7 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(762 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(762 1000) math:remainder 762}] - [ a r:Fact; r:gives {(762 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(762 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7175 a r:Inference; - r:gives { - 763 :numberToDigits (0 7 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(763 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(763 1000) math:remainder 763}] - [ a r:Fact; r:gives {(763 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(763 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7176 a r:Inference; - r:gives { - 764 :numberToDigits (0 7 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(764 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(764 1000) math:remainder 764}] - [ a r:Fact; r:gives {(764 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(764 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7177 a r:Inference; - r:gives { - 765 :numberToDigits (0 7 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(765 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(765 1000) math:remainder 765}] - [ a r:Fact; r:gives {(765 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(765 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7178 a r:Inference; - r:gives { - 766 :numberToDigits (0 7 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(766 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(766 1000) math:remainder 766}] - [ a r:Fact; r:gives {(766 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(766 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7179 a r:Inference; - r:gives { - 767 :numberToDigits (0 7 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(767 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(767 1000) math:remainder 767}] - [ a r:Fact; r:gives {(767 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(767 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7180 a r:Inference; - r:gives { - 768 :numberToDigits (0 7 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(768 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(768 1000) math:remainder 768}] - [ a r:Fact; r:gives {(768 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(768 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7181 a r:Inference; - r:gives { - 769 :numberToDigits (0 7 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(769 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(769 1000) math:remainder 769}] - [ a r:Fact; r:gives {(769 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(769 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7182 a r:Inference; - r:gives { - 770 :numberToDigits (0 7 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(770 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(770 1000) math:remainder 770}] - [ a r:Fact; r:gives {(770 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(770 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7183 a r:Inference; - r:gives { - 771 :numberToDigits (0 7 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(771 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(771 1000) math:remainder 771}] - [ a r:Fact; r:gives {(771 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(771 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7184 a r:Inference; - r:gives { - 772 :numberToDigits (0 7 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(772 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(772 1000) math:remainder 772}] - [ a r:Fact; r:gives {(772 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(772 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7185 a r:Inference; - r:gives { - 773 :numberToDigits (0 7 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(773 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(773 1000) math:remainder 773}] - [ a r:Fact; r:gives {(773 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(773 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7186 a r:Inference; - r:gives { - 774 :numberToDigits (0 7 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(774 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(774 1000) math:remainder 774}] - [ a r:Fact; r:gives {(774 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(774 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7187 a r:Inference; - r:gives { - 775 :numberToDigits (0 7 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(775 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(775 1000) math:remainder 775}] - [ a r:Fact; r:gives {(775 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(775 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7188 a r:Inference; - r:gives { - 776 :numberToDigits (0 7 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(776 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(776 1000) math:remainder 776}] - [ a r:Fact; r:gives {(776 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(776 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7189 a r:Inference; - r:gives { - 777 :numberToDigits (0 7 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(777 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(777 1000) math:remainder 777}] - [ a r:Fact; r:gives {(777 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(777 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7190 a r:Inference; - r:gives { - (0 7 7 7) :digitsToNumber 777 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 700 70 7) math:sum 777}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. - -skolem:lemma7191 a r:Inference; - r:gives { - (7 7 7 0) :digitsToNumber 7770 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(7000 700 70 0) math:sum 7770}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7192 a r:Inference; - r:gives { - 778 :numberToDigits (0 7 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(778 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(778 1000) math:remainder 778}] - [ a r:Fact; r:gives {(778 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(778 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7193 a r:Inference; - r:gives { - (0 7 7 8) :digitsToNumber 778 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 700 70 8) math:sum 778}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma7194 a r:Inference; - r:gives { - (8 7 7 0) :digitsToNumber 8770 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(8000 700 70 0) math:sum 8770}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7195 a r:Inference; - r:gives { - 779 :numberToDigits (0 7 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(779 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(779 1000) math:remainder 779}] - [ a r:Fact; r:gives {(779 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(779 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7196 a r:Inference; - r:gives { - (0 7 7 9) :digitsToNumber 779 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 700 70 9) math:sum 779}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma7197 a r:Inference; - r:gives { - (9 7 7 0) :digitsToNumber 9770 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(9000 700 70 0) math:sum 9770}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7198 a r:Inference; - r:gives { - 780 :numberToDigits (0 7 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(780 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(780 1000) math:remainder 780}] - [ a r:Fact; r:gives {(780 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(780 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7199 a r:Inference; - r:gives { - 781 :numberToDigits (0 7 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(781 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(781 1000) math:remainder 781}] - [ a r:Fact; r:gives {(781 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(781 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7200 a r:Inference; - r:gives { - 782 :numberToDigits (0 7 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(782 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(782 1000) math:remainder 782}] - [ a r:Fact; r:gives {(782 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(782 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7201 a r:Inference; - r:gives { - 783 :numberToDigits (0 7 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(783 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(783 1000) math:remainder 783}] - [ a r:Fact; r:gives {(783 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(783 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7202 a r:Inference; - r:gives { - 784 :numberToDigits (0 7 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(784 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(784 1000) math:remainder 784}] - [ a r:Fact; r:gives {(784 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(784 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7203 a r:Inference; - r:gives { - 785 :numberToDigits (0 7 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(785 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(785 1000) math:remainder 785}] - [ a r:Fact; r:gives {(785 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(785 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7204 a r:Inference; - r:gives { - 786 :numberToDigits (0 7 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(786 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(786 1000) math:remainder 786}] - [ a r:Fact; r:gives {(786 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(786 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7205 a r:Inference; - r:gives { - 787 :numberToDigits (0 7 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(787 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(787 1000) math:remainder 787}] - [ a r:Fact; r:gives {(787 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(787 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7206 a r:Inference; - r:gives { - 788 :numberToDigits (0 7 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(788 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(788 1000) math:remainder 788}] - [ a r:Fact; r:gives {(788 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(788 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7207 a r:Inference; - r:gives { - (0 7 8 8) :digitsToNumber 788 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 700 80 8) math:sum 788}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma7208 a r:Inference; - r:gives { - (8 8 7 0) :digitsToNumber 8870 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(8000 800 70 0) math:sum 8870}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7209 a r:Inference; - r:gives { - 789 :numberToDigits (0 7 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(789 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(789 1000) math:remainder 789}] - [ a r:Fact; r:gives {(789 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(789 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7210 a r:Inference; - r:gives { - (0 7 8 9) :digitsToNumber 789 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 700 80 9) math:sum 789}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma7211 a r:Inference; - r:gives { - (9 8 7 0) :digitsToNumber 9870 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(9000 800 70 0) math:sum 9870}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7212 a r:Inference; - r:gives { - 790 :numberToDigits (0 7 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(790 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(790 1000) math:remainder 790}] - [ a r:Fact; r:gives {(790 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(790 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7213 a r:Inference; - r:gives { - 791 :numberToDigits (0 7 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(791 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(791 1000) math:remainder 791}] - [ a r:Fact; r:gives {(791 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(791 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7214 a r:Inference; - r:gives { - 792 :numberToDigits (0 7 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(792 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(792 1000) math:remainder 792}] - [ a r:Fact; r:gives {(792 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(792 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7215 a r:Inference; - r:gives { - 793 :numberToDigits (0 7 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(793 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(793 1000) math:remainder 793}] - [ a r:Fact; r:gives {(793 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(793 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7216 a r:Inference; - r:gives { - 794 :numberToDigits (0 7 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(794 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(794 1000) math:remainder 794}] - [ a r:Fact; r:gives {(794 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(794 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7217 a r:Inference; - r:gives { - 795 :numberToDigits (0 7 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(795 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(795 1000) math:remainder 795}] - [ a r:Fact; r:gives {(795 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(795 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7218 a r:Inference; - r:gives { - 796 :numberToDigits (0 7 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(796 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(796 1000) math:remainder 796}] - [ a r:Fact; r:gives {(796 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(796 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7219 a r:Inference; - r:gives { - 797 :numberToDigits (0 7 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(797 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(797 1000) math:remainder 797}] - [ a r:Fact; r:gives {(797 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(797 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7220 a r:Inference; - r:gives { - 798 :numberToDigits (0 7 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(798 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(798 1000) math:remainder 798}] - [ a r:Fact; r:gives {(798 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(798 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7221 a r:Inference; - r:gives { - 799 :numberToDigits (0 7 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(799 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(799 1000) math:remainder 799}] - [ a r:Fact; r:gives {(799 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(799 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7222 a r:Inference; - r:gives { - (0 7 9 9) :digitsToNumber 799 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(0 700 90 9) math:sum 799}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma7223 a r:Inference; - r:gives { - (9 9 7 0) :digitsToNumber 9970 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(9000 900 70 0) math:sum 9970}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7224 a r:Inference; - r:gives { - 800 :numberToDigits (0 8 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(800 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(800 1000) math:remainder 800}] - [ a r:Fact; r:gives {(800 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(800 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7225 a r:Inference; - r:gives { - 801 :numberToDigits (0 8 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(801 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(801 1000) math:remainder 801}] - [ a r:Fact; r:gives {(801 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(801 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7226 a r:Inference; - r:gives { - 802 :numberToDigits (0 8 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(802 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(802 1000) math:remainder 802}] - [ a r:Fact; r:gives {(802 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(802 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7227 a r:Inference; - r:gives { - 803 :numberToDigits (0 8 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(803 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(803 1000) math:remainder 803}] - [ a r:Fact; r:gives {(803 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(803 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7228 a r:Inference; - r:gives { - 804 :numberToDigits (0 8 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(804 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(804 1000) math:remainder 804}] - [ a r:Fact; r:gives {(804 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(804 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7229 a r:Inference; - r:gives { - 805 :numberToDigits (0 8 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(805 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(805 1000) math:remainder 805}] - [ a r:Fact; r:gives {(805 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(805 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7230 a r:Inference; - r:gives { - 806 :numberToDigits (0 8 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(806 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(806 1000) math:remainder 806}] - [ a r:Fact; r:gives {(806 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(806 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7231 a r:Inference; - r:gives { - 807 :numberToDigits (0 8 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(807 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(807 1000) math:remainder 807}] - [ a r:Fact; r:gives {(807 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(807 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7232 a r:Inference; - r:gives { - 808 :numberToDigits (0 8 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(808 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(808 1000) math:remainder 808}] - [ a r:Fact; r:gives {(808 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(808 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7233 a r:Inference; - r:gives { - 809 :numberToDigits (0 8 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(809 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(809 1000) math:remainder 809}] - [ a r:Fact; r:gives {(809 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(809 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7234 a r:Inference; - r:gives { - 810 :numberToDigits (0 8 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(810 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(810 1000) math:remainder 810}] - [ a r:Fact; r:gives {(810 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(810 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7235 a r:Inference; - r:gives { - 811 :numberToDigits (0 8 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(811 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(811 1000) math:remainder 811}] - [ a r:Fact; r:gives {(811 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(811 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7236 a r:Inference; - r:gives { - 812 :numberToDigits (0 8 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(812 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(812 1000) math:remainder 812}] - [ a r:Fact; r:gives {(812 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(812 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7237 a r:Inference; - r:gives { - 813 :numberToDigits (0 8 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(813 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(813 1000) math:remainder 813}] - [ a r:Fact; r:gives {(813 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(813 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7238 a r:Inference; - r:gives { - 814 :numberToDigits (0 8 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(814 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(814 1000) math:remainder 814}] - [ a r:Fact; r:gives {(814 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(814 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7239 a r:Inference; - r:gives { - 815 :numberToDigits (0 8 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(815 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(815 1000) math:remainder 815}] - [ a r:Fact; r:gives {(815 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(815 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7240 a r:Inference; - r:gives { - 816 :numberToDigits (0 8 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(816 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(816 1000) math:remainder 816}] - [ a r:Fact; r:gives {(816 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(816 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7241 a r:Inference; - r:gives { - 817 :numberToDigits (0 8 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(817 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(817 1000) math:remainder 817}] - [ a r:Fact; r:gives {(817 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(817 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7242 a r:Inference; - r:gives { - 818 :numberToDigits (0 8 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(818 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(818 1000) math:remainder 818}] - [ a r:Fact; r:gives {(818 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(818 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7243 a r:Inference; - r:gives { - 819 :numberToDigits (0 8 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(819 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(819 1000) math:remainder 819}] - [ a r:Fact; r:gives {(819 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(819 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7244 a r:Inference; - r:gives { - 820 :numberToDigits (0 8 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(820 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(820 1000) math:remainder 820}] - [ a r:Fact; r:gives {(820 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(820 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7245 a r:Inference; - r:gives { - 821 :numberToDigits (0 8 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(821 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(821 1000) math:remainder 821}] - [ a r:Fact; r:gives {(821 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(821 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7246 a r:Inference; - r:gives { - 822 :numberToDigits (0 8 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(822 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(822 1000) math:remainder 822}] - [ a r:Fact; r:gives {(822 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(822 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7247 a r:Inference; - r:gives { - 823 :numberToDigits (0 8 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(823 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(823 1000) math:remainder 823}] - [ a r:Fact; r:gives {(823 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(823 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7248 a r:Inference; - r:gives { - 824 :numberToDigits (0 8 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(824 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(824 1000) math:remainder 824}] - [ a r:Fact; r:gives {(824 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(824 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7249 a r:Inference; - r:gives { - 825 :numberToDigits (0 8 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(825 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(825 1000) math:remainder 825}] - [ a r:Fact; r:gives {(825 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(825 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7250 a r:Inference; - r:gives { - 826 :numberToDigits (0 8 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(826 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(826 1000) math:remainder 826}] - [ a r:Fact; r:gives {(826 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(826 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7251 a r:Inference; - r:gives { - 827 :numberToDigits (0 8 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(827 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(827 1000) math:remainder 827}] - [ a r:Fact; r:gives {(827 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(827 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7252 a r:Inference; - r:gives { - 828 :numberToDigits (0 8 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(828 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(828 1000) math:remainder 828}] - [ a r:Fact; r:gives {(828 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(828 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7253 a r:Inference; - r:gives { - 829 :numberToDigits (0 8 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(829 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(829 1000) math:remainder 829}] - [ a r:Fact; r:gives {(829 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(829 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7254 a r:Inference; - r:gives { - 830 :numberToDigits (0 8 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(830 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(830 1000) math:remainder 830}] - [ a r:Fact; r:gives {(830 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(830 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7255 a r:Inference; - r:gives { - 831 :numberToDigits (0 8 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(831 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(831 1000) math:remainder 831}] - [ a r:Fact; r:gives {(831 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(831 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7256 a r:Inference; - r:gives { - 832 :numberToDigits (0 8 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(832 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(832 1000) math:remainder 832}] - [ a r:Fact; r:gives {(832 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(832 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7257 a r:Inference; - r:gives { - 833 :numberToDigits (0 8 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(833 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(833 1000) math:remainder 833}] - [ a r:Fact; r:gives {(833 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(833 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7258 a r:Inference; - r:gives { - 834 :numberToDigits (0 8 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(834 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(834 1000) math:remainder 834}] - [ a r:Fact; r:gives {(834 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(834 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7259 a r:Inference; - r:gives { - 835 :numberToDigits (0 8 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(835 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(835 1000) math:remainder 835}] - [ a r:Fact; r:gives {(835 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(835 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7260 a r:Inference; - r:gives { - 836 :numberToDigits (0 8 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(836 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(836 1000) math:remainder 836}] - [ a r:Fact; r:gives {(836 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(836 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7261 a r:Inference; - r:gives { - 837 :numberToDigits (0 8 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(837 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(837 1000) math:remainder 837}] - [ a r:Fact; r:gives {(837 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(837 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7262 a r:Inference; - r:gives { - 838 :numberToDigits (0 8 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(838 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(838 1000) math:remainder 838}] - [ a r:Fact; r:gives {(838 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(838 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7263 a r:Inference; - r:gives { - 839 :numberToDigits (0 8 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(839 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(839 1000) math:remainder 839}] - [ a r:Fact; r:gives {(839 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(839 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7264 a r:Inference; - r:gives { - 840 :numberToDigits (0 8 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(840 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(840 1000) math:remainder 840}] - [ a r:Fact; r:gives {(840 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(840 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7265 a r:Inference; - r:gives { - 841 :numberToDigits (0 8 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(841 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(841 1000) math:remainder 841}] - [ a r:Fact; r:gives {(841 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(841 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7266 a r:Inference; - r:gives { - 842 :numberToDigits (0 8 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(842 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(842 1000) math:remainder 842}] - [ a r:Fact; r:gives {(842 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(842 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7267 a r:Inference; - r:gives { - 843 :numberToDigits (0 8 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(843 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(843 1000) math:remainder 843}] - [ a r:Fact; r:gives {(843 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(843 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7268 a r:Inference; - r:gives { - 844 :numberToDigits (0 8 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(844 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(844 1000) math:remainder 844}] - [ a r:Fact; r:gives {(844 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(844 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7269 a r:Inference; - r:gives { - 845 :numberToDigits (0 8 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(845 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(845 1000) math:remainder 845}] - [ a r:Fact; r:gives {(845 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(845 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7270 a r:Inference; - r:gives { - 846 :numberToDigits (0 8 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(846 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(846 1000) math:remainder 846}] - [ a r:Fact; r:gives {(846 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(846 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7271 a r:Inference; - r:gives { - 847 :numberToDigits (0 8 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(847 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(847 1000) math:remainder 847}] - [ a r:Fact; r:gives {(847 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(847 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7272 a r:Inference; - r:gives { - 848 :numberToDigits (0 8 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(848 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(848 1000) math:remainder 848}] - [ a r:Fact; r:gives {(848 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(848 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7273 a r:Inference; - r:gives { - 849 :numberToDigits (0 8 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(849 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(849 1000) math:remainder 849}] - [ a r:Fact; r:gives {(849 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(849 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7274 a r:Inference; - r:gives { - 850 :numberToDigits (0 8 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(850 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(850 1000) math:remainder 850}] - [ a r:Fact; r:gives {(850 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(850 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7275 a r:Inference; - r:gives { - 851 :numberToDigits (0 8 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(851 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(851 1000) math:remainder 851}] - [ a r:Fact; r:gives {(851 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(851 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7276 a r:Inference; - r:gives { - 852 :numberToDigits (0 8 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(852 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(852 1000) math:remainder 852}] - [ a r:Fact; r:gives {(852 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(852 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7277 a r:Inference; - r:gives { - 853 :numberToDigits (0 8 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(853 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(853 1000) math:remainder 853}] - [ a r:Fact; r:gives {(853 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(853 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7278 a r:Inference; - r:gives { - 854 :numberToDigits (0 8 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(854 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(854 1000) math:remainder 854}] - [ a r:Fact; r:gives {(854 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(854 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7279 a r:Inference; - r:gives { - 855 :numberToDigits (0 8 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(855 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(855 1000) math:remainder 855}] - [ a r:Fact; r:gives {(855 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(855 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7280 a r:Inference; - r:gives { - 856 :numberToDigits (0 8 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(856 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(856 1000) math:remainder 856}] - [ a r:Fact; r:gives {(856 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(856 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7281 a r:Inference; - r:gives { - 857 :numberToDigits (0 8 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(857 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(857 1000) math:remainder 857}] - [ a r:Fact; r:gives {(857 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(857 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7282 a r:Inference; - r:gives { - 858 :numberToDigits (0 8 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(858 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(858 1000) math:remainder 858}] - [ a r:Fact; r:gives {(858 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(858 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7283 a r:Inference; - r:gives { - 859 :numberToDigits (0 8 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(859 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(859 1000) math:remainder 859}] - [ a r:Fact; r:gives {(859 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(859 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7284 a r:Inference; - r:gives { - 860 :numberToDigits (0 8 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(860 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(860 1000) math:remainder 860}] - [ a r:Fact; r:gives {(860 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(860 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7285 a r:Inference; - r:gives { - 861 :numberToDigits (0 8 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(861 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(861 1000) math:remainder 861}] - [ a r:Fact; r:gives {(861 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(861 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7286 a r:Inference; - r:gives { - 862 :numberToDigits (0 8 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(862 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(862 1000) math:remainder 862}] - [ a r:Fact; r:gives {(862 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(862 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7287 a r:Inference; - r:gives { - 863 :numberToDigits (0 8 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(863 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(863 1000) math:remainder 863}] - [ a r:Fact; r:gives {(863 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(863 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7288 a r:Inference; - r:gives { - 864 :numberToDigits (0 8 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(864 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(864 1000) math:remainder 864}] - [ a r:Fact; r:gives {(864 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(864 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7289 a r:Inference; - r:gives { - 865 :numberToDigits (0 8 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(865 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(865 1000) math:remainder 865}] - [ a r:Fact; r:gives {(865 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(865 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7290 a r:Inference; - r:gives { - 866 :numberToDigits (0 8 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(866 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(866 1000) math:remainder 866}] - [ a r:Fact; r:gives {(866 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(866 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7291 a r:Inference; - r:gives { - 867 :numberToDigits (0 8 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(867 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(867 1000) math:remainder 867}] - [ a r:Fact; r:gives {(867 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(867 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7292 a r:Inference; - r:gives { - 868 :numberToDigits (0 8 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(868 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(868 1000) math:remainder 868}] - [ a r:Fact; r:gives {(868 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(868 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7293 a r:Inference; - r:gives { - 869 :numberToDigits (0 8 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(869 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(869 1000) math:remainder 869}] - [ a r:Fact; r:gives {(869 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(869 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7294 a r:Inference; - r:gives { - 870 :numberToDigits (0 8 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(870 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(870 1000) math:remainder 870}] - [ a r:Fact; r:gives {(870 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(870 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7295 a r:Inference; - r:gives { - 871 :numberToDigits (0 8 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(871 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(871 1000) math:remainder 871}] - [ a r:Fact; r:gives {(871 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(871 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7296 a r:Inference; - r:gives { - 872 :numberToDigits (0 8 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(872 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(872 1000) math:remainder 872}] - [ a r:Fact; r:gives {(872 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(872 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7297 a r:Inference; - r:gives { - 873 :numberToDigits (0 8 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(873 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(873 1000) math:remainder 873}] - [ a r:Fact; r:gives {(873 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(873 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7298 a r:Inference; - r:gives { - 874 :numberToDigits (0 8 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(874 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(874 1000) math:remainder 874}] - [ a r:Fact; r:gives {(874 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(874 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7299 a r:Inference; - r:gives { - 875 :numberToDigits (0 8 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(875 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(875 1000) math:remainder 875}] - [ a r:Fact; r:gives {(875 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(875 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7300 a r:Inference; - r:gives { - 876 :numberToDigits (0 8 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(876 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(876 1000) math:remainder 876}] - [ a r:Fact; r:gives {(876 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(876 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7301 a r:Inference; - r:gives { - 877 :numberToDigits (0 8 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(877 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(877 1000) math:remainder 877}] - [ a r:Fact; r:gives {(877 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(877 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7302 a r:Inference; - r:gives { - 878 :numberToDigits (0 8 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(878 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(878 1000) math:remainder 878}] - [ a r:Fact; r:gives {(878 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(878 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7303 a r:Inference; - r:gives { - 879 :numberToDigits (0 8 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(879 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(879 1000) math:remainder 879}] - [ a r:Fact; r:gives {(879 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(879 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7304 a r:Inference; - r:gives { - 880 :numberToDigits (0 8 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(880 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(880 1000) math:remainder 880}] - [ a r:Fact; r:gives {(880 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(880 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7305 a r:Inference; - r:gives { - 881 :numberToDigits (0 8 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(881 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(881 1000) math:remainder 881}] - [ a r:Fact; r:gives {(881 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(881 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7306 a r:Inference; - r:gives { - 882 :numberToDigits (0 8 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(882 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(882 1000) math:remainder 882}] - [ a r:Fact; r:gives {(882 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(882 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7307 a r:Inference; - r:gives { - 883 :numberToDigits (0 8 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(883 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(883 1000) math:remainder 883}] - [ a r:Fact; r:gives {(883 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(883 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7308 a r:Inference; - r:gives { - 884 :numberToDigits (0 8 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(884 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(884 1000) math:remainder 884}] - [ a r:Fact; r:gives {(884 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(884 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7309 a r:Inference; - r:gives { - 885 :numberToDigits (0 8 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(885 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(885 1000) math:remainder 885}] - [ a r:Fact; r:gives {(885 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(885 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7310 a r:Inference; - r:gives { - 886 :numberToDigits (0 8 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(886 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(886 1000) math:remainder 886}] - [ a r:Fact; r:gives {(886 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(886 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7311 a r:Inference; - r:gives { - 887 :numberToDigits (0 8 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(887 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(887 1000) math:remainder 887}] - [ a r:Fact; r:gives {(887 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(887 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7312 a r:Inference; - r:gives { - 888 :numberToDigits (0 8 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(888 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(888 1000) math:remainder 888}] - [ a r:Fact; r:gives {(888 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(888 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7313 a r:Inference; - r:gives { - (0 8 8 8) :digitsToNumber 888 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 800 80 8) math:sum 888}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. - -skolem:lemma7314 a r:Inference; - r:gives { - (8 8 8 0) :digitsToNumber 8880 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(8000 800 80 0) math:sum 8880}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7315 a r:Inference; - r:gives { - 889 :numberToDigits (0 8 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(889 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(889 1000) math:remainder 889}] - [ a r:Fact; r:gives {(889 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(889 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7316 a r:Inference; - r:gives { - (0 8 8 9) :digitsToNumber 889 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 800 80 9) math:sum 889}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma7317 a r:Inference; - r:gives { - (9 8 8 0) :digitsToNumber 9880 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(9000 800 80 0) math:sum 9880}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7318 a r:Inference; - r:gives { - 890 :numberToDigits (0 8 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(890 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(890 1000) math:remainder 890}] - [ a r:Fact; r:gives {(890 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(890 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7319 a r:Inference; - r:gives { - 891 :numberToDigits (0 8 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(891 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(891 1000) math:remainder 891}] - [ a r:Fact; r:gives {(891 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(891 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7320 a r:Inference; - r:gives { - 892 :numberToDigits (0 8 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(892 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(892 1000) math:remainder 892}] - [ a r:Fact; r:gives {(892 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(892 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7321 a r:Inference; - r:gives { - 893 :numberToDigits (0 8 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(893 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(893 1000) math:remainder 893}] - [ a r:Fact; r:gives {(893 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(893 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7322 a r:Inference; - r:gives { - 894 :numberToDigits (0 8 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(894 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(894 1000) math:remainder 894}] - [ a r:Fact; r:gives {(894 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(894 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7323 a r:Inference; - r:gives { - 895 :numberToDigits (0 8 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(895 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(895 1000) math:remainder 895}] - [ a r:Fact; r:gives {(895 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(895 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7324 a r:Inference; - r:gives { - 896 :numberToDigits (0 8 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(896 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(896 1000) math:remainder 896}] - [ a r:Fact; r:gives {(896 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(896 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7325 a r:Inference; - r:gives { - 897 :numberToDigits (0 8 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(897 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(897 1000) math:remainder 897}] - [ a r:Fact; r:gives {(897 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(897 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7326 a r:Inference; - r:gives { - 898 :numberToDigits (0 8 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(898 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(898 1000) math:remainder 898}] - [ a r:Fact; r:gives {(898 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(898 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7327 a r:Inference; - r:gives { - 899 :numberToDigits (0 8 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(899 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(899 1000) math:remainder 899}] - [ a r:Fact; r:gives {(899 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(899 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7328 a r:Inference; - r:gives { - (0 8 9 9) :digitsToNumber 899 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(0 800 90 9) math:sum 899}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. - -skolem:lemma7329 a r:Inference; - r:gives { - (9 9 8 0) :digitsToNumber 9980 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(9000 900 80 0) math:sum 9980}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. - -skolem:lemma7330 a r:Inference; - r:gives { - 900 :numberToDigits (0 9 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(900 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(900 1000) math:remainder 900}] - [ a r:Fact; r:gives {(900 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(900 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7331 a r:Inference; - r:gives { - 901 :numberToDigits (0 9 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(901 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(901 1000) math:remainder 901}] - [ a r:Fact; r:gives {(901 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(901 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7332 a r:Inference; - r:gives { - 902 :numberToDigits (0 9 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(902 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(902 1000) math:remainder 902}] - [ a r:Fact; r:gives {(902 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(902 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7333 a r:Inference; - r:gives { - 903 :numberToDigits (0 9 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(903 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(903 1000) math:remainder 903}] - [ a r:Fact; r:gives {(903 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(903 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7334 a r:Inference; - r:gives { - 904 :numberToDigits (0 9 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(904 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(904 1000) math:remainder 904}] - [ a r:Fact; r:gives {(904 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(904 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7335 a r:Inference; - r:gives { - 905 :numberToDigits (0 9 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(905 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(905 1000) math:remainder 905}] - [ a r:Fact; r:gives {(905 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(905 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7336 a r:Inference; - r:gives { - 906 :numberToDigits (0 9 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(906 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(906 1000) math:remainder 906}] - [ a r:Fact; r:gives {(906 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(906 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7337 a r:Inference; - r:gives { - 907 :numberToDigits (0 9 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(907 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(907 1000) math:remainder 907}] - [ a r:Fact; r:gives {(907 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(907 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7338 a r:Inference; - r:gives { - 908 :numberToDigits (0 9 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(908 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(908 1000) math:remainder 908}] - [ a r:Fact; r:gives {(908 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(908 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7339 a r:Inference; - r:gives { - 909 :numberToDigits (0 9 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(909 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(909 1000) math:remainder 909}] - [ a r:Fact; r:gives {(909 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(909 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7340 a r:Inference; - r:gives { - 910 :numberToDigits (0 9 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(910 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(910 1000) math:remainder 910}] - [ a r:Fact; r:gives {(910 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(910 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7341 a r:Inference; - r:gives { - 911 :numberToDigits (0 9 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(911 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(911 1000) math:remainder 911}] - [ a r:Fact; r:gives {(911 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(911 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7342 a r:Inference; - r:gives { - 912 :numberToDigits (0 9 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(912 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(912 1000) math:remainder 912}] - [ a r:Fact; r:gives {(912 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(912 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7343 a r:Inference; - r:gives { - 913 :numberToDigits (0 9 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(913 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(913 1000) math:remainder 913}] - [ a r:Fact; r:gives {(913 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(913 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7344 a r:Inference; - r:gives { - 914 :numberToDigits (0 9 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(914 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(914 1000) math:remainder 914}] - [ a r:Fact; r:gives {(914 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(914 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7345 a r:Inference; - r:gives { - 915 :numberToDigits (0 9 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(915 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(915 1000) math:remainder 915}] - [ a r:Fact; r:gives {(915 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(915 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7346 a r:Inference; - r:gives { - 916 :numberToDigits (0 9 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(916 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(916 1000) math:remainder 916}] - [ a r:Fact; r:gives {(916 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(916 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7347 a r:Inference; - r:gives { - 917 :numberToDigits (0 9 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(917 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(917 1000) math:remainder 917}] - [ a r:Fact; r:gives {(917 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(917 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7348 a r:Inference; - r:gives { - 918 :numberToDigits (0 9 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(918 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(918 1000) math:remainder 918}] - [ a r:Fact; r:gives {(918 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(918 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7349 a r:Inference; - r:gives { - 919 :numberToDigits (0 9 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(919 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(919 1000) math:remainder 919}] - [ a r:Fact; r:gives {(919 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(919 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7350 a r:Inference; - r:gives { - 920 :numberToDigits (0 9 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(920 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(920 1000) math:remainder 920}] - [ a r:Fact; r:gives {(920 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(920 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7351 a r:Inference; - r:gives { - 921 :numberToDigits (0 9 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(921 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(921 1000) math:remainder 921}] - [ a r:Fact; r:gives {(921 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(921 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7352 a r:Inference; - r:gives { - 922 :numberToDigits (0 9 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(922 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(922 1000) math:remainder 922}] - [ a r:Fact; r:gives {(922 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(922 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7353 a r:Inference; - r:gives { - 923 :numberToDigits (0 9 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(923 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(923 1000) math:remainder 923}] - [ a r:Fact; r:gives {(923 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(923 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7354 a r:Inference; - r:gives { - 924 :numberToDigits (0 9 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(924 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(924 1000) math:remainder 924}] - [ a r:Fact; r:gives {(924 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(924 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7355 a r:Inference; - r:gives { - 925 :numberToDigits (0 9 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(925 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(925 1000) math:remainder 925}] - [ a r:Fact; r:gives {(925 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(925 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7356 a r:Inference; - r:gives { - 926 :numberToDigits (0 9 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(926 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(926 1000) math:remainder 926}] - [ a r:Fact; r:gives {(926 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(926 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7357 a r:Inference; - r:gives { - 927 :numberToDigits (0 9 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(927 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(927 1000) math:remainder 927}] - [ a r:Fact; r:gives {(927 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(927 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7358 a r:Inference; - r:gives { - 928 :numberToDigits (0 9 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(928 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(928 1000) math:remainder 928}] - [ a r:Fact; r:gives {(928 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(928 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7359 a r:Inference; - r:gives { - 929 :numberToDigits (0 9 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(929 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(929 1000) math:remainder 929}] - [ a r:Fact; r:gives {(929 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(929 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7360 a r:Inference; - r:gives { - 930 :numberToDigits (0 9 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(930 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(930 1000) math:remainder 930}] - [ a r:Fact; r:gives {(930 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(930 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7361 a r:Inference; - r:gives { - 931 :numberToDigits (0 9 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(931 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(931 1000) math:remainder 931}] - [ a r:Fact; r:gives {(931 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(931 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7362 a r:Inference; - r:gives { - 932 :numberToDigits (0 9 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(932 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(932 1000) math:remainder 932}] - [ a r:Fact; r:gives {(932 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(932 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7363 a r:Inference; - r:gives { - 933 :numberToDigits (0 9 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(933 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(933 1000) math:remainder 933}] - [ a r:Fact; r:gives {(933 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(933 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7364 a r:Inference; - r:gives { - 934 :numberToDigits (0 9 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(934 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(934 1000) math:remainder 934}] - [ a r:Fact; r:gives {(934 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(934 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7365 a r:Inference; - r:gives { - 935 :numberToDigits (0 9 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(935 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(935 1000) math:remainder 935}] - [ a r:Fact; r:gives {(935 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(935 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7366 a r:Inference; - r:gives { - 936 :numberToDigits (0 9 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(936 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(936 1000) math:remainder 936}] - [ a r:Fact; r:gives {(936 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(936 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7367 a r:Inference; - r:gives { - 937 :numberToDigits (0 9 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(937 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(937 1000) math:remainder 937}] - [ a r:Fact; r:gives {(937 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(937 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7368 a r:Inference; - r:gives { - 938 :numberToDigits (0 9 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(938 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(938 1000) math:remainder 938}] - [ a r:Fact; r:gives {(938 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(938 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7369 a r:Inference; - r:gives { - 939 :numberToDigits (0 9 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(939 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(939 1000) math:remainder 939}] - [ a r:Fact; r:gives {(939 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(939 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7370 a r:Inference; - r:gives { - 940 :numberToDigits (0 9 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(940 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(940 1000) math:remainder 940}] - [ a r:Fact; r:gives {(940 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(940 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7371 a r:Inference; - r:gives { - 941 :numberToDigits (0 9 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(941 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(941 1000) math:remainder 941}] - [ a r:Fact; r:gives {(941 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(941 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7372 a r:Inference; - r:gives { - 942 :numberToDigits (0 9 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(942 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(942 1000) math:remainder 942}] - [ a r:Fact; r:gives {(942 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(942 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7373 a r:Inference; - r:gives { - 943 :numberToDigits (0 9 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(943 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(943 1000) math:remainder 943}] - [ a r:Fact; r:gives {(943 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(943 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7374 a r:Inference; - r:gives { - 944 :numberToDigits (0 9 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(944 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(944 1000) math:remainder 944}] - [ a r:Fact; r:gives {(944 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(944 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7375 a r:Inference; - r:gives { - 945 :numberToDigits (0 9 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(945 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(945 1000) math:remainder 945}] - [ a r:Fact; r:gives {(945 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(945 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7376 a r:Inference; - r:gives { - 946 :numberToDigits (0 9 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(946 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(946 1000) math:remainder 946}] - [ a r:Fact; r:gives {(946 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(946 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7377 a r:Inference; - r:gives { - 947 :numberToDigits (0 9 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(947 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(947 1000) math:remainder 947}] - [ a r:Fact; r:gives {(947 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(947 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7378 a r:Inference; - r:gives { - 948 :numberToDigits (0 9 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(948 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(948 1000) math:remainder 948}] - [ a r:Fact; r:gives {(948 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(948 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7379 a r:Inference; - r:gives { - 949 :numberToDigits (0 9 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(949 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(949 1000) math:remainder 949}] - [ a r:Fact; r:gives {(949 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(949 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7380 a r:Inference; - r:gives { - 950 :numberToDigits (0 9 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(950 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(950 1000) math:remainder 950}] - [ a r:Fact; r:gives {(950 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(950 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7381 a r:Inference; - r:gives { - 951 :numberToDigits (0 9 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(951 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(951 1000) math:remainder 951}] - [ a r:Fact; r:gives {(951 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(951 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7382 a r:Inference; - r:gives { - 952 :numberToDigits (0 9 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(952 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(952 1000) math:remainder 952}] - [ a r:Fact; r:gives {(952 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(952 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7383 a r:Inference; - r:gives { - 953 :numberToDigits (0 9 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(953 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(953 1000) math:remainder 953}] - [ a r:Fact; r:gives {(953 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(953 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7384 a r:Inference; - r:gives { - 954 :numberToDigits (0 9 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(954 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(954 1000) math:remainder 954}] - [ a r:Fact; r:gives {(954 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(954 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7385 a r:Inference; - r:gives { - 955 :numberToDigits (0 9 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(955 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(955 1000) math:remainder 955}] - [ a r:Fact; r:gives {(955 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(955 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7386 a r:Inference; - r:gives { - 956 :numberToDigits (0 9 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(956 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(956 1000) math:remainder 956}] - [ a r:Fact; r:gives {(956 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(956 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7387 a r:Inference; - r:gives { - 957 :numberToDigits (0 9 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(957 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(957 1000) math:remainder 957}] - [ a r:Fact; r:gives {(957 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(957 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7388 a r:Inference; - r:gives { - 958 :numberToDigits (0 9 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(958 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(958 1000) math:remainder 958}] - [ a r:Fact; r:gives {(958 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(958 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7389 a r:Inference; - r:gives { - 959 :numberToDigits (0 9 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(959 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(959 1000) math:remainder 959}] - [ a r:Fact; r:gives {(959 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(959 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7390 a r:Inference; - r:gives { - 960 :numberToDigits (0 9 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(960 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(960 1000) math:remainder 960}] - [ a r:Fact; r:gives {(960 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(960 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7391 a r:Inference; - r:gives { - 961 :numberToDigits (0 9 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(961 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(961 1000) math:remainder 961}] - [ a r:Fact; r:gives {(961 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(961 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7392 a r:Inference; - r:gives { - 962 :numberToDigits (0 9 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(962 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(962 1000) math:remainder 962}] - [ a r:Fact; r:gives {(962 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(962 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7393 a r:Inference; - r:gives { - 963 :numberToDigits (0 9 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(963 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(963 1000) math:remainder 963}] - [ a r:Fact; r:gives {(963 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(963 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7394 a r:Inference; - r:gives { - 964 :numberToDigits (0 9 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(964 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(964 1000) math:remainder 964}] - [ a r:Fact; r:gives {(964 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(964 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7395 a r:Inference; - r:gives { - 965 :numberToDigits (0 9 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(965 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(965 1000) math:remainder 965}] - [ a r:Fact; r:gives {(965 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(965 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7396 a r:Inference; - r:gives { - 966 :numberToDigits (0 9 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(966 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(966 1000) math:remainder 966}] - [ a r:Fact; r:gives {(966 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(966 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7397 a r:Inference; - r:gives { - 967 :numberToDigits (0 9 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(967 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(967 1000) math:remainder 967}] - [ a r:Fact; r:gives {(967 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(967 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7398 a r:Inference; - r:gives { - 968 :numberToDigits (0 9 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(968 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(968 1000) math:remainder 968}] - [ a r:Fact; r:gives {(968 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(968 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7399 a r:Inference; - r:gives { - 969 :numberToDigits (0 9 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(969 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(969 1000) math:remainder 969}] - [ a r:Fact; r:gives {(969 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(969 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7400 a r:Inference; - r:gives { - 970 :numberToDigits (0 9 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(970 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(970 1000) math:remainder 970}] - [ a r:Fact; r:gives {(970 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(970 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7401 a r:Inference; - r:gives { - 971 :numberToDigits (0 9 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(971 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(971 1000) math:remainder 971}] - [ a r:Fact; r:gives {(971 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(971 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7402 a r:Inference; - r:gives { - 972 :numberToDigits (0 9 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(972 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(972 1000) math:remainder 972}] - [ a r:Fact; r:gives {(972 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(972 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7403 a r:Inference; - r:gives { - 973 :numberToDigits (0 9 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(973 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(973 1000) math:remainder 973}] - [ a r:Fact; r:gives {(973 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(973 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7404 a r:Inference; - r:gives { - 974 :numberToDigits (0 9 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(974 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(974 1000) math:remainder 974}] - [ a r:Fact; r:gives {(974 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(974 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7405 a r:Inference; - r:gives { - 975 :numberToDigits (0 9 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(975 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(975 1000) math:remainder 975}] - [ a r:Fact; r:gives {(975 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(975 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7406 a r:Inference; - r:gives { - 976 :numberToDigits (0 9 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(976 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(976 1000) math:remainder 976}] - [ a r:Fact; r:gives {(976 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(976 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7407 a r:Inference; - r:gives { - 977 :numberToDigits (0 9 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(977 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(977 1000) math:remainder 977}] - [ a r:Fact; r:gives {(977 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(977 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7408 a r:Inference; - r:gives { - 978 :numberToDigits (0 9 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(978 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(978 1000) math:remainder 978}] - [ a r:Fact; r:gives {(978 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(978 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7409 a r:Inference; - r:gives { - 979 :numberToDigits (0 9 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(979 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(979 1000) math:remainder 979}] - [ a r:Fact; r:gives {(979 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(979 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7410 a r:Inference; - r:gives { - 980 :numberToDigits (0 9 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(980 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(980 1000) math:remainder 980}] - [ a r:Fact; r:gives {(980 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(980 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7411 a r:Inference; - r:gives { - 981 :numberToDigits (0 9 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(981 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(981 1000) math:remainder 981}] - [ a r:Fact; r:gives {(981 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(981 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7412 a r:Inference; - r:gives { - 982 :numberToDigits (0 9 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(982 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(982 1000) math:remainder 982}] - [ a r:Fact; r:gives {(982 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(982 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7413 a r:Inference; - r:gives { - 983 :numberToDigits (0 9 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(983 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(983 1000) math:remainder 983}] - [ a r:Fact; r:gives {(983 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(983 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7414 a r:Inference; - r:gives { - 984 :numberToDigits (0 9 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(984 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(984 1000) math:remainder 984}] - [ a r:Fact; r:gives {(984 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(984 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7415 a r:Inference; - r:gives { - 985 :numberToDigits (0 9 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(985 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(985 1000) math:remainder 985}] - [ a r:Fact; r:gives {(985 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(985 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7416 a r:Inference; - r:gives { - 986 :numberToDigits (0 9 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(986 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(986 1000) math:remainder 986}] - [ a r:Fact; r:gives {(986 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(986 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7417 a r:Inference; - r:gives { - 987 :numberToDigits (0 9 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(987 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(987 1000) math:remainder 987}] - [ a r:Fact; r:gives {(987 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(987 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7418 a r:Inference; - r:gives { - 988 :numberToDigits (0 9 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(988 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(988 1000) math:remainder 988}] - [ a r:Fact; r:gives {(988 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(988 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. - -skolem:lemma7419 a r:Inference; - r:gives { - 989 :numberToDigits (0 9 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(989 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(989 1000) math:remainder 989}] - [ a r:Fact; r:gives {(989 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(989 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. - -skolem:lemma7420 a r:Inference; - r:gives { - 990 :numberToDigits (0 9 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(990 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(990 1000) math:remainder 990}] - [ a r:Fact; r:gives {(990 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(990 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. - -skolem:lemma7421 a r:Inference; - r:gives { - 991 :numberToDigits (0 9 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(991 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(991 1000) math:remainder 991}] - [ a r:Fact; r:gives {(991 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(991 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. - -skolem:lemma7422 a r:Inference; - r:gives { - 992 :numberToDigits (0 9 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(992 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(992 1000) math:remainder 992}] - [ a r:Fact; r:gives {(992 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(992 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. - -skolem:lemma7423 a r:Inference; - r:gives { - 993 :numberToDigits (0 9 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(993 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(993 1000) math:remainder 993}] - [ a r:Fact; r:gives {(993 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(993 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. - -skolem:lemma7424 a r:Inference; - r:gives { - 994 :numberToDigits (0 9 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(994 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(994 1000) math:remainder 994}] - [ a r:Fact; r:gives {(994 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(994 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. - -skolem:lemma7425 a r:Inference; - r:gives { - 995 :numberToDigits (0 9 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(995 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(995 1000) math:remainder 995}] - [ a r:Fact; r:gives {(995 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(995 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. - -skolem:lemma7426 a r:Inference; - r:gives { - 996 :numberToDigits (0 9 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(996 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(996 1000) math:remainder 996}] - [ a r:Fact; r:gives {(996 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(996 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. - -skolem:lemma7427 a r:Inference; - r:gives { - 997 :numberToDigits (0 9 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(997 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(997 1000) math:remainder 997}] - [ a r:Fact; r:gives {(997 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(997 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. - -skolem:lemma7428 a r:Inference; - r:gives { - 998 :numberToDigits (0 9 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(998 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(998 1000) math:remainder 998}] - [ a r:Fact; r:gives {(998 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(998 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma3000. -skolem:lemma7429 a r:Inference; +skolem:lemma2997 a r:Inference; r:gives { - 999 :numberToDigits (0 9 9 9). + 1 :numberToDigits (0 0 0 1). }; r:evidence ( - [ a r:Fact; r:gives {(999 1000) math:integerQuotient 0}] - [ a r:Fact; r:gives {(999 1000) math:remainder 999}] - [ a r:Fact; r:gives {(999 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(999 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] + [ a r:Fact; r:gives {(1 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 1000) math:remainder 1}] + [ a r:Fact; r:gives {(1 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 100) math:remainder 1}] + [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 10) math:remainder 1}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma4432. -skolem:lemma7430 a r:Inference; +skolem:lemma2998 a r:Inference; r:gives { - (0 9 9 9) :digitsToNumber 999 . + (0 0 0 1) :digitsToNumber 1 . }; r:evidence ( [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(0 900 90 9) math:sum 999}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 1) math:sum 1}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma4433. -skolem:lemma7431 a r:Inference; +skolem:lemma2999 a r:Inference; r:gives { - (9 9 9 0) :digitsToNumber 9990 . + (1 0 0 0) :digitsToNumber 1000 . }; r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(9000 900 90 0) math:sum 9990}] + [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(1000 0 0 0) math:sum 1000}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9990]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. + +skolem:lemma3000 a r:Extraction; + r:gives { + @forAll var:x_0, var:x_1, var:x_2, var:x_3, var:x_4, var:x_5, var:x_6, var:x_7, var:x_8, var:x_9, var:x_10. { + var:x_0 :kaprekar (var:x_7 var:x_9). + } <= { + var:x_0 math:notEqualTo 0 . + var:x_0 :numberToDigits var:x_1. + (var:x_1 "=<") list:sort var:x_2. + (var:x_1 ">=") list:sort var:x_3. + var:x_2 :digitsToNumber var:x_4. + var:x_3 :digitsToNumber var:x_5. + (var:x_5 var:x_4) math:difference var:x_6. + (var:x_7 1) math:sum var:x_8. + ({ + var:x_6 math:equalTo 6174. + } { + var:x_9 log:equalTo var:x_8. + } { + var:x_6 :kaprekar (var:x_8 var:x_9). + }) log:ifThenElseIn var:x_10. + }. + }; + r:because [ a r:Parsing; r:source ]. -skolem:lemma7432 a r:Inference; +skolem:lemma3001 a r:Inference; r:gives { - 1000 :numberToDigits (1 0 0 0). + 2 :numberToDigits (0 0 0 2). }; r:evidence ( - [ a r:Fact; r:gives {(1000 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1000 1000) math:remainder 0}] - [ a r:Fact; r:gives {(0 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] + [ a r:Fact; r:gives {(2 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 1000) math:remainder 2}] + [ a r:Fact; r:gives {(2 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 100) math:remainder 2}] + [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma4432. -skolem:lemma7433 a r:Inference; +skolem:lemma3002 a r:Inference; r:gives { - 1001 :numberToDigits (1 0 0 1). + (0 0 0 2) :digitsToNumber 2 . }; r:evidence ( - [ a r:Fact; r:gives {(1001 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1001 1000) math:remainder 1}] - [ a r:Fact; r:gives {(1 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 2) math:sum 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1001]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma4433. -skolem:lemma7434 a r:Inference; +skolem:lemma3003 a r:Inference; r:gives { - 1002 :numberToDigits (1 0 0 2). + (2 0 0 0) :digitsToNumber 2000 . }; r:evidence ( - [ a r:Fact; r:gives {(1002 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1002 1000) math:remainder 2}] - [ a r:Fact; r:gives {(2 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] + [ a r:Fact; r:gives {(2 1000) math:product 2000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(2000 0 0 0) math:sum 2000}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1002]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7435 a r:Inference; +skolem:lemma3004 a r:Inference; r:gives { - 1003 :numberToDigits (1 0 0 3). + 3 :numberToDigits (0 0 0 3). }; r:evidence ( - [ a r:Fact; r:gives {(1003 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1003 1000) math:remainder 3}] + [ a r:Fact; r:gives {(3 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(3 1000) math:remainder 3}] [ a r:Fact; r:gives {(3 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(3 100) math:remainder 3}] [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(3 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1003]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3005 a r:Inference; + r:gives { + (0 0 0 3) :digitsToNumber 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 3) math:sum 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma4433. + +skolem:lemma3006 a r:Inference; + r:gives { + (3 0 0 0) :digitsToNumber 3000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(3000 0 0 0) math:sum 3000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7436 a r:Inference; +skolem:lemma3007 a r:Inference; r:gives { - 1004 :numberToDigits (1 0 0 4). + 4 :numberToDigits (0 0 0 4). }; r:evidence ( - [ a r:Fact; r:gives {(1004 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1004 1000) math:remainder 4}] + [ a r:Fact; r:gives {(4 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(4 1000) math:remainder 4}] [ a r:Fact; r:gives {(4 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(4 100) math:remainder 4}] [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(4 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1004]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3008 a r:Inference; + r:gives { + (0 0 0 4) :digitsToNumber 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 4) math:sum 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma4433. + +skolem:lemma3009 a r:Inference; + r:gives { + (4 0 0 0) :digitsToNumber 4000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(4000 0 0 0) math:sum 4000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7437 a r:Inference; +skolem:lemma3010 a r:Inference; r:gives { - 1005 :numberToDigits (1 0 0 5). + 5 :numberToDigits (0 0 0 5). }; r:evidence ( - [ a r:Fact; r:gives {(1005 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1005 1000) math:remainder 5}] + [ a r:Fact; r:gives {(5 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(5 1000) math:remainder 5}] [ a r:Fact; r:gives {(5 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(5 100) math:remainder 5}] [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(5 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1005]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3011 a r:Inference; + r:gives { + (0 0 0 5) :digitsToNumber 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 5) math:sum 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma4433. + +skolem:lemma3012 a r:Inference; + r:gives { + (5 0 0 0) :digitsToNumber 5000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(5000 0 0 0) math:sum 5000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7438 a r:Inference; +skolem:lemma3013 a r:Inference; r:gives { - 1006 :numberToDigits (1 0 0 6). + 6 :numberToDigits (0 0 0 6). }; r:evidence ( - [ a r:Fact; r:gives {(1006 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1006 1000) math:remainder 6}] + [ a r:Fact; r:gives {(6 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(6 1000) math:remainder 6}] [ a r:Fact; r:gives {(6 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(6 100) math:remainder 6}] [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(6 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1006]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3014 a r:Inference; + r:gives { + (0 0 0 6) :digitsToNumber 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 6) math:sum 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma4433. + +skolem:lemma3015 a r:Inference; + r:gives { + (6 0 0 0) :digitsToNumber 6000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 0 0 0) math:sum 6000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7439 a r:Inference; +skolem:lemma3016 a r:Inference; r:gives { - 1007 :numberToDigits (1 0 0 7). + 7 :numberToDigits (0 0 0 7). }; r:evidence ( - [ a r:Fact; r:gives {(1007 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1007 1000) math:remainder 7}] + [ a r:Fact; r:gives {(7 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(7 1000) math:remainder 7}] [ a r:Fact; r:gives {(7 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(7 100) math:remainder 7}] [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(7 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1007]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3017 a r:Inference; + r:gives { + (0 0 0 7) :digitsToNumber 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 7) math:sum 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma4433. + +skolem:lemma3018 a r:Inference; + r:gives { + (7 0 0 0) :digitsToNumber 7000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 0 0 0) math:sum 7000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7440 a r:Inference; +skolem:lemma3019 a r:Inference; r:gives { - 1008 :numberToDigits (1 0 0 8). + 8 :numberToDigits (0 0 0 8). }; r:evidence ( - [ a r:Fact; r:gives {(1008 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1008 1000) math:remainder 8}] + [ a r:Fact; r:gives {(8 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(8 1000) math:remainder 8}] [ a r:Fact; r:gives {(8 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(8 100) math:remainder 8}] [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(8 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1008]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3020 a r:Inference; + r:gives { + (0 0 0 8) :digitsToNumber 8 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 8) math:sum 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma4433. + +skolem:lemma3021 a r:Inference; + r:gives { + (8 0 0 0) :digitsToNumber 8000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 0 0 0) math:sum 8000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7441 a r:Inference; +skolem:lemma3022 a r:Inference; r:gives { - 1009 :numberToDigits (1 0 0 9). + 9 :numberToDigits (0 0 0 9). }; r:evidence ( - [ a r:Fact; r:gives {(1009 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1009 1000) math:remainder 9}] + [ a r:Fact; r:gives {(9 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(9 1000) math:remainder 9}] [ a r:Fact; r:gives {(9 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(9 100) math:remainder 9}] [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(9 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1009]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3023 a r:Inference; + r:gives { + (0 0 0 9) :digitsToNumber 9 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 9) math:sum 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma4433. + +skolem:lemma3024 a r:Inference; + r:gives { + (9 0 0 0) :digitsToNumber 9000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 0 0 0) math:sum 9000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7442 a r:Inference; +skolem:lemma3025 a r:Inference; r:gives { - 1010 :numberToDigits (1 0 1 0). + 10 :numberToDigits (0 0 1 0). }; r:evidence ( - [ a r:Fact; r:gives {(1010 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1010 1000) math:remainder 10}] + [ a r:Fact; r:gives {(10 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(10 1000) math:remainder 10}] [ a r:Fact; r:gives {(10 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(10 100) math:remainder 10}] [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(10 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1010]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7443 a r:Inference; +skolem:lemma3026 a r:Inference; r:gives { - 1011 :numberToDigits (1 0 1 1). + 11 :numberToDigits (0 0 1 1). }; r:evidence ( - [ a r:Fact; r:gives {(1011 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1011 1000) math:remainder 11}] + [ a r:Fact; r:gives {(11 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(11 1000) math:remainder 11}] [ a r:Fact; r:gives {(11 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(11 100) math:remainder 11}] [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(11 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1011]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3027 a r:Inference; + r:gives { + (0 0 1 1) :digitsToNumber 11 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 1) math:sum 11}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma4433. + +skolem:lemma3028 a r:Inference; + r:gives { + (1 1 0 0) :digitsToNumber 1100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(1000 100 0 0) math:sum 1100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7444 a r:Inference; +skolem:lemma3029 a r:Inference; r:gives { - 1012 :numberToDigits (1 0 1 2). + 12 :numberToDigits (0 0 1 2). }; r:evidence ( - [ a r:Fact; r:gives {(1012 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1012 1000) math:remainder 12}] + [ a r:Fact; r:gives {(12 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(12 1000) math:remainder 12}] [ a r:Fact; r:gives {(12 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(12 100) math:remainder 12}] [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(12 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1012]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3030 a r:Inference; + r:gives { + (0 0 1 2) :digitsToNumber 12 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 2) math:sum 12}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma4433. + +skolem:lemma3031 a r:Inference; + r:gives { + (2 1 0 0) :digitsToNumber 2100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(2 1000) math:product 2000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(2000 100 0 0) math:sum 2100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7445 a r:Inference; +skolem:lemma3032 a r:Inference; r:gives { - 1013 :numberToDigits (1 0 1 3). + 13 :numberToDigits (0 0 1 3). }; r:evidence ( - [ a r:Fact; r:gives {(1013 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1013 1000) math:remainder 13}] + [ a r:Fact; r:gives {(13 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(13 1000) math:remainder 13}] [ a r:Fact; r:gives {(13 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(13 100) math:remainder 13}] [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(13 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1013]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3033 a r:Inference; + r:gives { + (0 0 1 3) :digitsToNumber 13 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 3) math:sum 13}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma4433. + +skolem:lemma3034 a r:Inference; + r:gives { + (3 1 0 0) :digitsToNumber 3100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(3000 100 0 0) math:sum 3100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7446 a r:Inference; +skolem:lemma3035 a r:Inference; r:gives { - 1014 :numberToDigits (1 0 1 4). + 14 :numberToDigits (0 0 1 4). }; r:evidence ( - [ a r:Fact; r:gives {(1014 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1014 1000) math:remainder 14}] + [ a r:Fact; r:gives {(14 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(14 1000) math:remainder 14}] [ a r:Fact; r:gives {(14 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(14 100) math:remainder 14}] [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(14 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1014]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3036 a r:Inference; + r:gives { + (0 0 1 4) :digitsToNumber 14 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 4) math:sum 14}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma4433. + +skolem:lemma3037 a r:Inference; + r:gives { + (4 1 0 0) :digitsToNumber 4100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(4000 100 0 0) math:sum 4100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7447 a r:Inference; +skolem:lemma3038 a r:Inference; r:gives { - 1015 :numberToDigits (1 0 1 5). + 15 :numberToDigits (0 0 1 5). }; r:evidence ( - [ a r:Fact; r:gives {(1015 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1015 1000) math:remainder 15}] + [ a r:Fact; r:gives {(15 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(15 1000) math:remainder 15}] [ a r:Fact; r:gives {(15 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(15 100) math:remainder 15}] [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(15 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1015]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3039 a r:Inference; + r:gives { + (0 0 1 5) :digitsToNumber 15 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 5) math:sum 15}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma4433. + +skolem:lemma3040 a r:Inference; + r:gives { + (5 1 0 0) :digitsToNumber 5100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(5000 100 0 0) math:sum 5100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7448 a r:Inference; +skolem:lemma3041 a r:Inference; r:gives { - 1016 :numberToDigits (1 0 1 6). + 16 :numberToDigits (0 0 1 6). }; r:evidence ( - [ a r:Fact; r:gives {(1016 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1016 1000) math:remainder 16}] + [ a r:Fact; r:gives {(16 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(16 1000) math:remainder 16}] [ a r:Fact; r:gives {(16 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(16 100) math:remainder 16}] [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(16 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1016]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7449 a r:Inference; +skolem:lemma3042 a r:Inference; + r:gives { + (0 0 1 6) :digitsToNumber 16 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 6) math:sum 16}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma4433. + +skolem:lemma3043 a r:Inference; + r:gives { + (6 1 0 0) :digitsToNumber 6100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 100 0 0) math:sum 6100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. + +skolem:lemma3044 a r:Inference; r:gives { - 1017 :numberToDigits (1 0 1 7). + 17 :numberToDigits (0 0 1 7). }; r:evidence ( - [ a r:Fact; r:gives {(1017 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1017 1000) math:remainder 17}] + [ a r:Fact; r:gives {(17 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(17 1000) math:remainder 17}] [ a r:Fact; r:gives {(17 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(17 100) math:remainder 17}] [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(17 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1017]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3045 a r:Inference; + r:gives { + (0 0 1 7) :digitsToNumber 17 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 7) math:sum 17}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma4433. -skolem:lemma7450 a r:Inference; +skolem:lemma3046 a r:Inference; + r:gives { + (7 1 0 0) :digitsToNumber 7100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 100 0 0) math:sum 7100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. + +skolem:lemma3047 a r:Inference; r:gives { - 1018 :numberToDigits (1 0 1 8). + 18 :numberToDigits (0 0 1 8). }; r:evidence ( - [ a r:Fact; r:gives {(1018 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1018 1000) math:remainder 18}] + [ a r:Fact; r:gives {(18 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(18 1000) math:remainder 18}] [ a r:Fact; r:gives {(18 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(18 100) math:remainder 18}] [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(18 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1018]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3048 a r:Inference; + r:gives { + (0 0 1 8) :digitsToNumber 18 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 8) math:sum 18}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma4433. + +skolem:lemma3049 a r:Inference; + r:gives { + (8 1 0 0) :digitsToNumber 8100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 100 0 0) math:sum 8100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7451 a r:Inference; +skolem:lemma3050 a r:Inference; r:gives { - 1019 :numberToDigits (1 0 1 9). + 19 :numberToDigits (0 0 1 9). }; r:evidence ( - [ a r:Fact; r:gives {(1019 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1019 1000) math:remainder 19}] + [ a r:Fact; r:gives {(19 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(19 1000) math:remainder 19}] [ a r:Fact; r:gives {(19 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(19 100) math:remainder 19}] [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(19 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1019]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3051 a r:Inference; + r:gives { + (0 0 1 9) :digitsToNumber 19 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 9) math:sum 19}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma4433. + +skolem:lemma3052 a r:Inference; + r:gives { + (9 1 0 0) :digitsToNumber 9100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 100 0 0) math:sum 9100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7452 a r:Inference; +skolem:lemma3053 a r:Inference; r:gives { - 1020 :numberToDigits (1 0 2 0). + 20 :numberToDigits (0 0 2 0). }; r:evidence ( - [ a r:Fact; r:gives {(1020 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1020 1000) math:remainder 20}] + [ a r:Fact; r:gives {(20 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(20 1000) math:remainder 20}] [ a r:Fact; r:gives {(20 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(20 100) math:remainder 20}] [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(20 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1020]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7453 a r:Inference; +skolem:lemma3054 a r:Inference; r:gives { - 1021 :numberToDigits (1 0 2 1). + 21 :numberToDigits (0 0 2 1). }; r:evidence ( - [ a r:Fact; r:gives {(1021 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1021 1000) math:remainder 21}] + [ a r:Fact; r:gives {(21 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(21 1000) math:remainder 21}] [ a r:Fact; r:gives {(21 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(21 100) math:remainder 21}] [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(21 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1021]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7454 a r:Inference; +skolem:lemma3055 a r:Inference; r:gives { - 1022 :numberToDigits (1 0 2 2). + 22 :numberToDigits (0 0 2 2). }; r:evidence ( - [ a r:Fact; r:gives {(1022 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1022 1000) math:remainder 22}] + [ a r:Fact; r:gives {(22 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(22 1000) math:remainder 22}] [ a r:Fact; r:gives {(22 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(22 100) math:remainder 22}] [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(22 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1022]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3056 a r:Inference; + r:gives { + (0 0 2 2) :digitsToNumber 22 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 2) math:sum 22}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma4433. + +skolem:lemma3057 a r:Inference; + r:gives { + (2 2 0 0) :digitsToNumber 2200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(2 1000) math:product 2000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(2000 200 0 0) math:sum 2200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7455 a r:Inference; +skolem:lemma3058 a r:Inference; r:gives { - 1023 :numberToDigits (1 0 2 3). + 23 :numberToDigits (0 0 2 3). }; r:evidence ( - [ a r:Fact; r:gives {(1023 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1023 1000) math:remainder 23}] + [ a r:Fact; r:gives {(23 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(23 1000) math:remainder 23}] [ a r:Fact; r:gives {(23 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(23 100) math:remainder 23}] [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(23 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1023]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3059 a r:Inference; + r:gives { + (0 0 2 3) :digitsToNumber 23 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 3) math:sum 23}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma4433. + +skolem:lemma3060 a r:Inference; + r:gives { + (3 2 0 0) :digitsToNumber 3200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(3000 200 0 0) math:sum 3200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7456 a r:Inference; +skolem:lemma3061 a r:Inference; r:gives { - 1024 :numberToDigits (1 0 2 4). + 24 :numberToDigits (0 0 2 4). }; r:evidence ( - [ a r:Fact; r:gives {(1024 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1024 1000) math:remainder 24}] + [ a r:Fact; r:gives {(24 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(24 1000) math:remainder 24}] [ a r:Fact; r:gives {(24 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(24 100) math:remainder 24}] [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(24 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1024]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3062 a r:Inference; + r:gives { + (0 0 2 4) :digitsToNumber 24 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 4) math:sum 24}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma4433. + +skolem:lemma3063 a r:Inference; + r:gives { + (4 2 0 0) :digitsToNumber 4200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(4000 200 0 0) math:sum 4200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7457 a r:Inference; +skolem:lemma3064 a r:Inference; r:gives { - 1025 :numberToDigits (1 0 2 5). + 25 :numberToDigits (0 0 2 5). }; r:evidence ( - [ a r:Fact; r:gives {(1025 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1025 1000) math:remainder 25}] + [ a r:Fact; r:gives {(25 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(25 1000) math:remainder 25}] [ a r:Fact; r:gives {(25 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(25 100) math:remainder 25}] [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(25 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1025]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3065 a r:Inference; + r:gives { + (0 0 2 5) :digitsToNumber 25 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 5) math:sum 25}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma4433. + +skolem:lemma3066 a r:Inference; + r:gives { + (5 2 0 0) :digitsToNumber 5200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(5000 200 0 0) math:sum 5200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7458 a r:Inference; +skolem:lemma3067 a r:Inference; r:gives { - 1026 :numberToDigits (1 0 2 6). + 26 :numberToDigits (0 0 2 6). }; r:evidence ( - [ a r:Fact; r:gives {(1026 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1026 1000) math:remainder 26}] + [ a r:Fact; r:gives {(26 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(26 1000) math:remainder 26}] [ a r:Fact; r:gives {(26 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(26 100) math:remainder 26}] [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(26 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1026]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3068 a r:Inference; + r:gives { + (0 0 2 6) :digitsToNumber 26 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 6) math:sum 26}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma4433. + +skolem:lemma3069 a r:Inference; + r:gives { + (6 2 0 0) :digitsToNumber 6200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 200 0 0) math:sum 6200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7459 a r:Inference; +skolem:lemma3070 a r:Inference; r:gives { - 1027 :numberToDigits (1 0 2 7). + 27 :numberToDigits (0 0 2 7). }; r:evidence ( - [ a r:Fact; r:gives {(1027 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1027 1000) math:remainder 27}] + [ a r:Fact; r:gives {(27 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(27 1000) math:remainder 27}] [ a r:Fact; r:gives {(27 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(27 100) math:remainder 27}] [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(27 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1027]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3071 a r:Inference; + r:gives { + (0 0 2 7) :digitsToNumber 27 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 7) math:sum 27}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma4433. + +skolem:lemma3072 a r:Inference; + r:gives { + (7 2 0 0) :digitsToNumber 7200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 200 0 0) math:sum 7200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7460 a r:Inference; +skolem:lemma3073 a r:Inference; r:gives { - 1028 :numberToDigits (1 0 2 8). + 28 :numberToDigits (0 0 2 8). }; r:evidence ( - [ a r:Fact; r:gives {(1028 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1028 1000) math:remainder 28}] + [ a r:Fact; r:gives {(28 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(28 1000) math:remainder 28}] [ a r:Fact; r:gives {(28 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(28 100) math:remainder 28}] [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(28 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1028]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3074 a r:Inference; + r:gives { + (0 0 2 8) :digitsToNumber 28 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 8) math:sum 28}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma4433. + +skolem:lemma3075 a r:Inference; + r:gives { + (8 2 0 0) :digitsToNumber 8200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 200 0 0) math:sum 8200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7461 a r:Inference; +skolem:lemma3076 a r:Inference; r:gives { - 1029 :numberToDigits (1 0 2 9). + 29 :numberToDigits (0 0 2 9). }; r:evidence ( - [ a r:Fact; r:gives {(1029 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1029 1000) math:remainder 29}] + [ a r:Fact; r:gives {(29 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(29 1000) math:remainder 29}] [ a r:Fact; r:gives {(29 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(29 100) math:remainder 29}] [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(29 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1029]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3077 a r:Inference; + r:gives { + (0 0 2 9) :digitsToNumber 29 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 9) math:sum 29}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma4433. + +skolem:lemma3078 a r:Inference; + r:gives { + (9 2 0 0) :digitsToNumber 9200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 200 0 0) math:sum 9200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7462 a r:Inference; +skolem:lemma3079 a r:Inference; r:gives { - 1030 :numberToDigits (1 0 3 0). + 30 :numberToDigits (0 0 3 0). }; r:evidence ( - [ a r:Fact; r:gives {(1030 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1030 1000) math:remainder 30}] + [ a r:Fact; r:gives {(30 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(30 1000) math:remainder 30}] [ a r:Fact; r:gives {(30 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(30 100) math:remainder 30}] [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(30 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1030]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7463 a r:Inference; +skolem:lemma3080 a r:Inference; r:gives { - 1031 :numberToDigits (1 0 3 1). + 31 :numberToDigits (0 0 3 1). }; r:evidence ( - [ a r:Fact; r:gives {(1031 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1031 1000) math:remainder 31}] + [ a r:Fact; r:gives {(31 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(31 1000) math:remainder 31}] [ a r:Fact; r:gives {(31 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(31 100) math:remainder 31}] [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(31 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1031]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7464 a r:Inference; +skolem:lemma3081 a r:Inference; r:gives { - 1032 :numberToDigits (1 0 3 2). + 32 :numberToDigits (0 0 3 2). }; r:evidence ( - [ a r:Fact; r:gives {(1032 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1032 1000) math:remainder 32}] + [ a r:Fact; r:gives {(32 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(32 1000) math:remainder 32}] [ a r:Fact; r:gives {(32 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(32 100) math:remainder 32}] [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(32 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1032]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7465 a r:Inference; +skolem:lemma3082 a r:Inference; r:gives { - 1033 :numberToDigits (1 0 3 3). + 33 :numberToDigits (0 0 3 3). }; r:evidence ( - [ a r:Fact; r:gives {(1033 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1033 1000) math:remainder 33}] + [ a r:Fact; r:gives {(33 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(33 1000) math:remainder 33}] [ a r:Fact; r:gives {(33 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(33 100) math:remainder 33}] [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(33 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1033]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3083 a r:Inference; + r:gives { + (0 0 3 3) :digitsToNumber 33 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 3) math:sum 33}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma4433. + +skolem:lemma3084 a r:Inference; + r:gives { + (3 3 0 0) :digitsToNumber 3300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(3000 300 0 0) math:sum 3300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7466 a r:Inference; +skolem:lemma3085 a r:Inference; r:gives { - 1034 :numberToDigits (1 0 3 4). + 34 :numberToDigits (0 0 3 4). }; r:evidence ( - [ a r:Fact; r:gives {(1034 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1034 1000) math:remainder 34}] + [ a r:Fact; r:gives {(34 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(34 1000) math:remainder 34}] [ a r:Fact; r:gives {(34 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(34 100) math:remainder 34}] [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(34 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1034]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 34]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3086 a r:Inference; + r:gives { + (0 0 3 4) :digitsToNumber 34 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 4) math:sum 34}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma4433. + +skolem:lemma3087 a r:Inference; + r:gives { + (4 3 0 0) :digitsToNumber 4300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(4000 300 0 0) math:sum 4300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7467 a r:Inference; +skolem:lemma3088 a r:Inference; r:gives { - 1035 :numberToDigits (1 0 3 5). + 35 :numberToDigits (0 0 3 5). }; r:evidence ( - [ a r:Fact; r:gives {(1035 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1035 1000) math:remainder 35}] + [ a r:Fact; r:gives {(35 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(35 1000) math:remainder 35}] [ a r:Fact; r:gives {(35 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(35 100) math:remainder 35}] [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(35 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1035]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3089 a r:Inference; + r:gives { + (0 0 3 5) :digitsToNumber 35 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 5) math:sum 35}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma4433. + +skolem:lemma3090 a r:Inference; + r:gives { + (5 3 0 0) :digitsToNumber 5300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(5000 300 0 0) math:sum 5300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7468 a r:Inference; +skolem:lemma3091 a r:Inference; r:gives { - 1036 :numberToDigits (1 0 3 6). + 36 :numberToDigits (0 0 3 6). }; r:evidence ( - [ a r:Fact; r:gives {(1036 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1036 1000) math:remainder 36}] + [ a r:Fact; r:gives {(36 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(36 1000) math:remainder 36}] [ a r:Fact; r:gives {(36 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(36 100) math:remainder 36}] [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(36 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1036]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 36]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 36]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3092 a r:Inference; + r:gives { + (0 0 3 6) :digitsToNumber 36 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 6) math:sum 36}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma4433. + +skolem:lemma3093 a r:Inference; + r:gives { + (6 3 0 0) :digitsToNumber 6300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 300 0 0) math:sum 6300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7469 a r:Inference; +skolem:lemma3094 a r:Inference; r:gives { - 1037 :numberToDigits (1 0 3 7). + 37 :numberToDigits (0 0 3 7). }; r:evidence ( - [ a r:Fact; r:gives {(1037 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1037 1000) math:remainder 37}] + [ a r:Fact; r:gives {(37 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(37 1000) math:remainder 37}] [ a r:Fact; r:gives {(37 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(37 100) math:remainder 37}] [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(37 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1037]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3095 a r:Inference; + r:gives { + (0 0 3 7) :digitsToNumber 37 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 7) math:sum 37}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma4433. + +skolem:lemma3096 a r:Inference; + r:gives { + (7 3 0 0) :digitsToNumber 7300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 300 0 0) math:sum 7300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7470 a r:Inference; +skolem:lemma3097 a r:Inference; r:gives { - 1038 :numberToDigits (1 0 3 8). + 38 :numberToDigits (0 0 3 8). }; r:evidence ( - [ a r:Fact; r:gives {(1038 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1038 1000) math:remainder 38}] + [ a r:Fact; r:gives {(38 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(38 1000) math:remainder 38}] [ a r:Fact; r:gives {(38 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(38 100) math:remainder 38}] [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(38 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1038]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3098 a r:Inference; + r:gives { + (0 0 3 8) :digitsToNumber 38 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 8) math:sum 38}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma4433. + +skolem:lemma3099 a r:Inference; + r:gives { + (8 3 0 0) :digitsToNumber 8300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 300 0 0) math:sum 8300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7471 a r:Inference; +skolem:lemma3100 a r:Inference; r:gives { - 1039 :numberToDigits (1 0 3 9). + 39 :numberToDigits (0 0 3 9). }; r:evidence ( - [ a r:Fact; r:gives {(1039 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1039 1000) math:remainder 39}] + [ a r:Fact; r:gives {(39 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(39 1000) math:remainder 39}] [ a r:Fact; r:gives {(39 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(39 100) math:remainder 39}] [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(39 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1039]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3101 a r:Inference; + r:gives { + (0 0 3 9) :digitsToNumber 39 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 9) math:sum 39}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma4433. -skolem:lemma7472 a r:Inference; +skolem:lemma3102 a r:Inference; + r:gives { + (9 3 0 0) :digitsToNumber 9300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 300 0 0) math:sum 9300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. + +skolem:lemma3103 a r:Inference; r:gives { - 1040 :numberToDigits (1 0 4 0). + 40 :numberToDigits (0 0 4 0). }; r:evidence ( - [ a r:Fact; r:gives {(1040 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1040 1000) math:remainder 40}] + [ a r:Fact; r:gives {(40 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(40 1000) math:remainder 40}] [ a r:Fact; r:gives {(40 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(40 100) math:remainder 40}] [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(40 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1040]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7473 a r:Inference; +skolem:lemma3104 a r:Inference; r:gives { - 1041 :numberToDigits (1 0 4 1). + 41 :numberToDigits (0 0 4 1). }; r:evidence ( - [ a r:Fact; r:gives {(1041 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1041 1000) math:remainder 41}] + [ a r:Fact; r:gives {(41 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(41 1000) math:remainder 41}] [ a r:Fact; r:gives {(41 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(41 100) math:remainder 41}] [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(41 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1041]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7474 a r:Inference; +skolem:lemma3105 a r:Inference; r:gives { - 1042 :numberToDigits (1 0 4 2). + 42 :numberToDigits (0 0 4 2). }; r:evidence ( - [ a r:Fact; r:gives {(1042 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1042 1000) math:remainder 42}] + [ a r:Fact; r:gives {(42 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(42 1000) math:remainder 42}] [ a r:Fact; r:gives {(42 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(42 100) math:remainder 42}] [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(42 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1042]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 42]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 42]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7475 a r:Inference; +skolem:lemma3106 a r:Inference; r:gives { - 1043 :numberToDigits (1 0 4 3). + 43 :numberToDigits (0 0 4 3). }; r:evidence ( - [ a r:Fact; r:gives {(1043 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1043 1000) math:remainder 43}] + [ a r:Fact; r:gives {(43 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(43 1000) math:remainder 43}] [ a r:Fact; r:gives {(43 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(43 100) math:remainder 43}] [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(43 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1043]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7476 a r:Inference; +skolem:lemma3107 a r:Inference; r:gives { - 1044 :numberToDigits (1 0 4 4). + 44 :numberToDigits (0 0 4 4). }; r:evidence ( - [ a r:Fact; r:gives {(1044 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1044 1000) math:remainder 44}] + [ a r:Fact; r:gives {(44 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(44 1000) math:remainder 44}] [ a r:Fact; r:gives {(44 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(44 100) math:remainder 44}] [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(44 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1044]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 44]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 44]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3108 a r:Inference; + r:gives { + (0 0 4 4) :digitsToNumber 44 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 0 40 4) math:sum 44}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma4433. + +skolem:lemma3109 a r:Inference; + r:gives { + (4 4 0 0) :digitsToNumber 4400 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(4000 400 0 0) math:sum 4400}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7477 a r:Inference; +skolem:lemma3110 a r:Inference; r:gives { - 1045 :numberToDigits (1 0 4 5). + 45 :numberToDigits (0 0 4 5). }; r:evidence ( - [ a r:Fact; r:gives {(1045 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1045 1000) math:remainder 45}] + [ a r:Fact; r:gives {(45 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(45 1000) math:remainder 45}] [ a r:Fact; r:gives {(45 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(45 100) math:remainder 45}] [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(45 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1045]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3111 a r:Inference; + r:gives { + (0 0 4 5) :digitsToNumber 45 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 0 40 5) math:sum 45}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma4433. + +skolem:lemma3112 a r:Inference; + r:gives { + (5 4 0 0) :digitsToNumber 5400 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(5000 400 0 0) math:sum 5400}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7478 a r:Inference; +skolem:lemma3113 a r:Inference; r:gives { - 1046 :numberToDigits (1 0 4 6). + 46 :numberToDigits (0 0 4 6). }; r:evidence ( - [ a r:Fact; r:gives {(1046 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1046 1000) math:remainder 46}] + [ a r:Fact; r:gives {(46 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(46 1000) math:remainder 46}] [ a r:Fact; r:gives {(46 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(46 100) math:remainder 46}] [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(46 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1046]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 46]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 46]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3114 a r:Inference; + r:gives { + (0 0 4 6) :digitsToNumber 46 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 0 40 6) math:sum 46}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma4433. + +skolem:lemma3115 a r:Inference; + r:gives { + (6 4 0 0) :digitsToNumber 6400 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 400 0 0) math:sum 6400}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7479 a r:Inference; +skolem:lemma3116 a r:Inference; r:gives { - 1047 :numberToDigits (1 0 4 7). + 47 :numberToDigits (0 0 4 7). }; r:evidence ( - [ a r:Fact; r:gives {(1047 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1047 1000) math:remainder 47}] + [ a r:Fact; r:gives {(47 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(47 1000) math:remainder 47}] [ a r:Fact; r:gives {(47 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(47 100) math:remainder 47}] [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(47 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1047]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3117 a r:Inference; + r:gives { + (0 0 4 7) :digitsToNumber 47 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 0 40 7) math:sum 47}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma4433. + +skolem:lemma3118 a r:Inference; + r:gives { + (7 4 0 0) :digitsToNumber 7400 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 400 0 0) math:sum 7400}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7480 a r:Inference; +skolem:lemma3119 a r:Inference; r:gives { - 1048 :numberToDigits (1 0 4 8). + 48 :numberToDigits (0 0 4 8). }; r:evidence ( - [ a r:Fact; r:gives {(1048 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1048 1000) math:remainder 48}] + [ a r:Fact; r:gives {(48 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(48 1000) math:remainder 48}] [ a r:Fact; r:gives {(48 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(48 100) math:remainder 48}] [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(48 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1048]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 48]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 48]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3120 a r:Inference; + r:gives { + (0 0 4 8) :digitsToNumber 48 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 0 40 8) math:sum 48}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma4433. + +skolem:lemma3121 a r:Inference; + r:gives { + (8 4 0 0) :digitsToNumber 8400 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 400 0 0) math:sum 8400}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7481 a r:Inference; +skolem:lemma3122 a r:Inference; r:gives { - 1049 :numberToDigits (1 0 4 9). + 49 :numberToDigits (0 0 4 9). }; r:evidence ( - [ a r:Fact; r:gives {(1049 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1049 1000) math:remainder 49}] + [ a r:Fact; r:gives {(49 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(49 1000) math:remainder 49}] [ a r:Fact; r:gives {(49 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(49 100) math:remainder 49}] [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(49 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1049]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3123 a r:Inference; + r:gives { + (0 0 4 9) :digitsToNumber 49 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 0 40 9) math:sum 49}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma4433. + +skolem:lemma3124 a r:Inference; + r:gives { + (9 4 0 0) :digitsToNumber 9400 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 400 0 0) math:sum 9400}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7482 a r:Inference; +skolem:lemma3125 a r:Inference; r:gives { - 1050 :numberToDigits (1 0 5 0). + 50 :numberToDigits (0 0 5 0). }; r:evidence ( - [ a r:Fact; r:gives {(1050 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1050 1000) math:remainder 50}] + [ a r:Fact; r:gives {(50 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(50 1000) math:remainder 50}] [ a r:Fact; r:gives {(50 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(50 100) math:remainder 50}] [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(50 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1050]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7483 a r:Inference; +skolem:lemma3126 a r:Inference; r:gives { - 1051 :numberToDigits (1 0 5 1). + 51 :numberToDigits (0 0 5 1). }; r:evidence ( - [ a r:Fact; r:gives {(1051 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1051 1000) math:remainder 51}] + [ a r:Fact; r:gives {(51 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(51 1000) math:remainder 51}] [ a r:Fact; r:gives {(51 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(51 100) math:remainder 51}] [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(51 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1051]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7484 a r:Inference; +skolem:lemma3127 a r:Inference; r:gives { - 1052 :numberToDigits (1 0 5 2). + 52 :numberToDigits (0 0 5 2). }; r:evidence ( - [ a r:Fact; r:gives {(1052 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1052 1000) math:remainder 52}] + [ a r:Fact; r:gives {(52 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(52 1000) math:remainder 52}] [ a r:Fact; r:gives {(52 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(52 100) math:remainder 52}] [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(52 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1052]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 52]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 52]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7485 a r:Inference; +skolem:lemma3128 a r:Inference; r:gives { - 1053 :numberToDigits (1 0 5 3). + 53 :numberToDigits (0 0 5 3). }; r:evidence ( - [ a r:Fact; r:gives {(1053 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1053 1000) math:remainder 53}] + [ a r:Fact; r:gives {(53 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(53 1000) math:remainder 53}] [ a r:Fact; r:gives {(53 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(53 100) math:remainder 53}] [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(53 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1053]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7486 a r:Inference; +skolem:lemma3129 a r:Inference; r:gives { - 1054 :numberToDigits (1 0 5 4). + 54 :numberToDigits (0 0 5 4). }; r:evidence ( - [ a r:Fact; r:gives {(1054 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1054 1000) math:remainder 54}] + [ a r:Fact; r:gives {(54 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(54 1000) math:remainder 54}] [ a r:Fact; r:gives {(54 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(54 100) math:remainder 54}] [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(54 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1054]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 54]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 54]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7487 a r:Inference; +skolem:lemma3130 a r:Inference; r:gives { - 1055 :numberToDigits (1 0 5 5). + 55 :numberToDigits (0 0 5 5). }; r:evidence ( - [ a r:Fact; r:gives {(1055 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1055 1000) math:remainder 55}] + [ a r:Fact; r:gives {(55 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(55 1000) math:remainder 55}] [ a r:Fact; r:gives {(55 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(55 100) math:remainder 55}] [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(55 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1055]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3131 a r:Inference; + r:gives { + (0 0 5 5) :digitsToNumber 55 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 0 50 5) math:sum 55}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma4433. + +skolem:lemma3132 a r:Inference; + r:gives { + (5 5 0 0) :digitsToNumber 5500 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(5000 500 0 0) math:sum 5500}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7488 a r:Inference; +skolem:lemma3133 a r:Inference; r:gives { - 1056 :numberToDigits (1 0 5 6). + 56 :numberToDigits (0 0 5 6). }; r:evidence ( - [ a r:Fact; r:gives {(1056 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1056 1000) math:remainder 56}] + [ a r:Fact; r:gives {(56 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(56 1000) math:remainder 56}] [ a r:Fact; r:gives {(56 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(56 100) math:remainder 56}] [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(56 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1056]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3134 a r:Inference; + r:gives { + (0 0 5 6) :digitsToNumber 56 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 0 50 6) math:sum 56}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma4433. + +skolem:lemma3135 a r:Inference; + r:gives { + (6 5 0 0) :digitsToNumber 6500 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 500 0 0) math:sum 6500}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. + +skolem:lemma3136 a r:Inference; + r:gives { + 57 :numberToDigits (0 0 5 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(57 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(57 1000) math:remainder 57}] + [ a r:Fact; r:gives {(57 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(57 100) math:remainder 57}] + [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(57 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma4432. + +skolem:lemma3137 a r:Inference; + r:gives { + (0 0 5 7) :digitsToNumber 57 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 0 50 7) math:sum 57}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma4433. -skolem:lemma7489 a r:Inference; +skolem:lemma3138 a r:Inference; r:gives { - 1057 :numberToDigits (1 0 5 7). + (7 5 0 0) :digitsToNumber 7500 . }; r:evidence ( - [ a r:Fact; r:gives {(1057 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1057 1000) math:remainder 57}] - [ a r:Fact; r:gives {(57 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(57 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 500 0 0) math:sum 7500}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1057]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7490 a r:Inference; +skolem:lemma3139 a r:Inference; r:gives { - 1058 :numberToDigits (1 0 5 8). + 58 :numberToDigits (0 0 5 8). }; r:evidence ( - [ a r:Fact; r:gives {(1058 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1058 1000) math:remainder 58}] + [ a r:Fact; r:gives {(58 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(58 1000) math:remainder 58}] [ a r:Fact; r:gives {(58 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(58 100) math:remainder 58}] [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(58 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1058]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 58]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 58]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3140 a r:Inference; + r:gives { + (0 0 5 8) :digitsToNumber 58 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 0 50 8) math:sum 58}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma4433. + +skolem:lemma3141 a r:Inference; + r:gives { + (8 5 0 0) :digitsToNumber 8500 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 500 0 0) math:sum 8500}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7491 a r:Inference; +skolem:lemma3142 a r:Inference; r:gives { - 1059 :numberToDigits (1 0 5 9). + 59 :numberToDigits (0 0 5 9). }; r:evidence ( - [ a r:Fact; r:gives {(1059 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1059 1000) math:remainder 59}] + [ a r:Fact; r:gives {(59 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(59 1000) math:remainder 59}] [ a r:Fact; r:gives {(59 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(59 100) math:remainder 59}] [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(59 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1059]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3143 a r:Inference; + r:gives { + (0 0 5 9) :digitsToNumber 59 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 0 50 9) math:sum 59}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma4433. -skolem:lemma7492 a r:Inference; +skolem:lemma3144 a r:Inference; + r:gives { + (9 5 0 0) :digitsToNumber 9500 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 500 0 0) math:sum 9500}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. + +skolem:lemma3145 a r:Inference; r:gives { - 1060 :numberToDigits (1 0 6 0). + 60 :numberToDigits (0 0 6 0). }; r:evidence ( - [ a r:Fact; r:gives {(1060 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1060 1000) math:remainder 60}] + [ a r:Fact; r:gives {(60 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(60 1000) math:remainder 60}] [ a r:Fact; r:gives {(60 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(60 100) math:remainder 60}] [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(60 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1060]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7493 a r:Inference; +skolem:lemma3146 a r:Inference; r:gives { - 1061 :numberToDigits (1 0 6 1). + 61 :numberToDigits (0 0 6 1). }; r:evidence ( - [ a r:Fact; r:gives {(1061 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1061 1000) math:remainder 61}] + [ a r:Fact; r:gives {(61 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(61 1000) math:remainder 61}] [ a r:Fact; r:gives {(61 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(61 100) math:remainder 61}] [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(61 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1061]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7494 a r:Inference; +skolem:lemma3147 a r:Inference; r:gives { - 1062 :numberToDigits (1 0 6 2). + 62 :numberToDigits (0 0 6 2). }; r:evidence ( - [ a r:Fact; r:gives {(1062 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1062 1000) math:remainder 62}] + [ a r:Fact; r:gives {(62 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(62 1000) math:remainder 62}] [ a r:Fact; r:gives {(62 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(62 100) math:remainder 62}] [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(62 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1062]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 62]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 62]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7495 a r:Inference; +skolem:lemma3148 a r:Inference; r:gives { - 1063 :numberToDigits (1 0 6 3). + 63 :numberToDigits (0 0 6 3). }; r:evidence ( - [ a r:Fact; r:gives {(1063 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1063 1000) math:remainder 63}] + [ a r:Fact; r:gives {(63 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(63 1000) math:remainder 63}] [ a r:Fact; r:gives {(63 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(63 100) math:remainder 63}] [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(63 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1063]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7496 a r:Inference; +skolem:lemma3149 a r:Inference; r:gives { - 1064 :numberToDigits (1 0 6 4). + 64 :numberToDigits (0 0 6 4). }; r:evidence ( - [ a r:Fact; r:gives {(1064 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1064 1000) math:remainder 64}] + [ a r:Fact; r:gives {(64 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(64 1000) math:remainder 64}] [ a r:Fact; r:gives {(64 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(64 100) math:remainder 64}] [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(64 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1064]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7497 a r:Inference; +skolem:lemma3150 a r:Inference; r:gives { - 1065 :numberToDigits (1 0 6 5). + 65 :numberToDigits (0 0 6 5). }; r:evidence ( - [ a r:Fact; r:gives {(1065 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1065 1000) math:remainder 65}] + [ a r:Fact; r:gives {(65 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(65 1000) math:remainder 65}] [ a r:Fact; r:gives {(65 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(65 100) math:remainder 65}] [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(65 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1065]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7498 a r:Inference; +skolem:lemma3151 a r:Inference; r:gives { - 1066 :numberToDigits (1 0 6 6). + 66 :numberToDigits (0 0 6 6). }; r:evidence ( - [ a r:Fact; r:gives {(1066 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1066 1000) math:remainder 66}] + [ a r:Fact; r:gives {(66 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(66 1000) math:remainder 66}] [ a r:Fact; r:gives {(66 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(66 100) math:remainder 66}] [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(66 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1066]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3152 a r:Inference; + r:gives { + (0 0 6 6) :digitsToNumber 66 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 0 60 6) math:sum 66}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma4433. + +skolem:lemma3153 a r:Inference; + r:gives { + (6 6 0 0) :digitsToNumber 6600 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 600 0 0) math:sum 6600}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7499 a r:Inference; +skolem:lemma3154 a r:Inference; r:gives { - 1067 :numberToDigits (1 0 6 7). + 67 :numberToDigits (0 0 6 7). }; r:evidence ( - [ a r:Fact; r:gives {(1067 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1067 1000) math:remainder 67}] + [ a r:Fact; r:gives {(67 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(67 1000) math:remainder 67}] [ a r:Fact; r:gives {(67 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(67 100) math:remainder 67}] [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(67 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1067]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3155 a r:Inference; + r:gives { + (0 0 6 7) :digitsToNumber 67 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 0 60 7) math:sum 67}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma4433. + +skolem:lemma3156 a r:Inference; + r:gives { + (7 6 0 0) :digitsToNumber 7600 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 600 0 0) math:sum 7600}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7500 a r:Inference; +skolem:lemma3157 a r:Inference; r:gives { - 1068 :numberToDigits (1 0 6 8). + 68 :numberToDigits (0 0 6 8). }; r:evidence ( - [ a r:Fact; r:gives {(1068 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1068 1000) math:remainder 68}] + [ a r:Fact; r:gives {(68 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(68 1000) math:remainder 68}] [ a r:Fact; r:gives {(68 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(68 100) math:remainder 68}] [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(68 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1068]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 68]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 68]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3158 a r:Inference; + r:gives { + (0 0 6 8) :digitsToNumber 68 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 0 60 8) math:sum 68}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma4433. + +skolem:lemma3159 a r:Inference; + r:gives { + (8 6 0 0) :digitsToNumber 8600 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 600 0 0) math:sum 8600}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7501 a r:Inference; +skolem:lemma3160 a r:Inference; r:gives { - 1069 :numberToDigits (1 0 6 9). + 69 :numberToDigits (0 0 6 9). }; r:evidence ( - [ a r:Fact; r:gives {(1069 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1069 1000) math:remainder 69}] + [ a r:Fact; r:gives {(69 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(69 1000) math:remainder 69}] [ a r:Fact; r:gives {(69 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(69 100) math:remainder 69}] [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(69 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1069]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3161 a r:Inference; + r:gives { + (0 0 6 9) :digitsToNumber 69 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 0 60 9) math:sum 69}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma4433. + +skolem:lemma3162 a r:Inference; + r:gives { + (9 6 0 0) :digitsToNumber 9600 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 600 0 0) math:sum 9600}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7502 a r:Inference; +skolem:lemma3163 a r:Inference; r:gives { - 1070 :numberToDigits (1 0 7 0). + 70 :numberToDigits (0 0 7 0). }; r:evidence ( - [ a r:Fact; r:gives {(1070 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1070 1000) math:remainder 70}] + [ a r:Fact; r:gives {(70 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(70 1000) math:remainder 70}] [ a r:Fact; r:gives {(70 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(70 100) math:remainder 70}] [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(70 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1070]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7503 a r:Inference; +skolem:lemma3164 a r:Inference; r:gives { - 1071 :numberToDigits (1 0 7 1). + 71 :numberToDigits (0 0 7 1). }; r:evidence ( - [ a r:Fact; r:gives {(1071 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1071 1000) math:remainder 71}] + [ a r:Fact; r:gives {(71 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(71 1000) math:remainder 71}] [ a r:Fact; r:gives {(71 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(71 100) math:remainder 71}] [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(71 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1071]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7504 a r:Inference; +skolem:lemma3165 a r:Inference; r:gives { - 1072 :numberToDigits (1 0 7 2). + 72 :numberToDigits (0 0 7 2). }; r:evidence ( - [ a r:Fact; r:gives {(1072 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1072 1000) math:remainder 72}] + [ a r:Fact; r:gives {(72 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(72 1000) math:remainder 72}] [ a r:Fact; r:gives {(72 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(72 100) math:remainder 72}] [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(72 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1072]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 72]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 72]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7505 a r:Inference; +skolem:lemma3166 a r:Inference; r:gives { - 1073 :numberToDigits (1 0 7 3). + 73 :numberToDigits (0 0 7 3). }; r:evidence ( - [ a r:Fact; r:gives {(1073 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1073 1000) math:remainder 73}] + [ a r:Fact; r:gives {(73 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(73 1000) math:remainder 73}] [ a r:Fact; r:gives {(73 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(73 100) math:remainder 73}] [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(73 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1073]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7506 a r:Inference; +skolem:lemma3167 a r:Inference; r:gives { - 1074 :numberToDigits (1 0 7 4). + 74 :numberToDigits (0 0 7 4). }; r:evidence ( - [ a r:Fact; r:gives {(1074 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1074 1000) math:remainder 74}] + [ a r:Fact; r:gives {(74 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(74 1000) math:remainder 74}] [ a r:Fact; r:gives {(74 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(74 100) math:remainder 74}] [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(74 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1074]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 74]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 74]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7507 a r:Inference; +skolem:lemma3168 a r:Inference; r:gives { - 1075 :numberToDigits (1 0 7 5). + 75 :numberToDigits (0 0 7 5). }; r:evidence ( - [ a r:Fact; r:gives {(1075 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1075 1000) math:remainder 75}] + [ a r:Fact; r:gives {(75 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(75 1000) math:remainder 75}] [ a r:Fact; r:gives {(75 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(75 100) math:remainder 75}] [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(75 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1075]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7508 a r:Inference; +skolem:lemma3169 a r:Inference; r:gives { - 1076 :numberToDigits (1 0 7 6). + 76 :numberToDigits (0 0 7 6). }; r:evidence ( - [ a r:Fact; r:gives {(1076 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1076 1000) math:remainder 76}] + [ a r:Fact; r:gives {(76 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(76 1000) math:remainder 76}] [ a r:Fact; r:gives {(76 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(76 100) math:remainder 76}] [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(76 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1076]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7509 a r:Inference; +skolem:lemma3170 a r:Inference; r:gives { - 1077 :numberToDigits (1 0 7 7). + 77 :numberToDigits (0 0 7 7). }; r:evidence ( - [ a r:Fact; r:gives {(1077 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1077 1000) math:remainder 77}] + [ a r:Fact; r:gives {(77 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(77 1000) math:remainder 77}] [ a r:Fact; r:gives {(77 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(77 100) math:remainder 77}] [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(77 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1077]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3171 a r:Inference; + r:gives { + (0 0 7 7) :digitsToNumber 77 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 0 70 7) math:sum 77}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma4433. + +skolem:lemma3172 a r:Inference; + r:gives { + (7 7 0 0) :digitsToNumber 7700 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 700 0 0) math:sum 7700}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7510 a r:Inference; +skolem:lemma3173 a r:Inference; r:gives { - 1078 :numberToDigits (1 0 7 8). + 78 :numberToDigits (0 0 7 8). }; r:evidence ( - [ a r:Fact; r:gives {(1078 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1078 1000) math:remainder 78}] + [ a r:Fact; r:gives {(78 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(78 1000) math:remainder 78}] [ a r:Fact; r:gives {(78 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(78 100) math:remainder 78}] [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(78 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1078]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 78]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 78]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3174 a r:Inference; + r:gives { + (0 0 7 8) :digitsToNumber 78 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 0 70 8) math:sum 78}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma4433. + +skolem:lemma3175 a r:Inference; + r:gives { + (8 7 0 0) :digitsToNumber 8700 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 700 0 0) math:sum 8700}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7511 a r:Inference; +skolem:lemma3176 a r:Inference; r:gives { - 1079 :numberToDigits (1 0 7 9). + 79 :numberToDigits (0 0 7 9). }; r:evidence ( - [ a r:Fact; r:gives {(1079 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1079 1000) math:remainder 79}] + [ a r:Fact; r:gives {(79 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(79 1000) math:remainder 79}] [ a r:Fact; r:gives {(79 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(79 100) math:remainder 79}] [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(79 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1079]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3177 a r:Inference; + r:gives { + (0 0 7 9) :digitsToNumber 79 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 0 70 9) math:sum 79}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma4433. + +skolem:lemma3178 a r:Inference; + r:gives { + (9 7 0 0) :digitsToNumber 9700 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 700 0 0) math:sum 9700}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7512 a r:Inference; +skolem:lemma3179 a r:Inference; r:gives { - 1080 :numberToDigits (1 0 8 0). + 80 :numberToDigits (0 0 8 0). }; r:evidence ( - [ a r:Fact; r:gives {(1080 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1080 1000) math:remainder 80}] + [ a r:Fact; r:gives {(80 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(80 1000) math:remainder 80}] [ a r:Fact; r:gives {(80 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(80 100) math:remainder 80}] [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(80 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1080]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7513 a r:Inference; +skolem:lemma3180 a r:Inference; r:gives { - 1081 :numberToDigits (1 0 8 1). + 81 :numberToDigits (0 0 8 1). }; r:evidence ( - [ a r:Fact; r:gives {(1081 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1081 1000) math:remainder 81}] + [ a r:Fact; r:gives {(81 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(81 1000) math:remainder 81}] [ a r:Fact; r:gives {(81 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(81 100) math:remainder 81}] [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(81 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7514 a r:Inference; +skolem:lemma3181 a r:Inference; r:gives { - 1082 :numberToDigits (1 0 8 2). + 82 :numberToDigits (0 0 8 2). }; r:evidence ( - [ a r:Fact; r:gives {(1082 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1082 1000) math:remainder 82}] + [ a r:Fact; r:gives {(82 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(82 1000) math:remainder 82}] [ a r:Fact; r:gives {(82 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(82 100) math:remainder 82}] [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(82 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7515 a r:Inference; +skolem:lemma3182 a r:Inference; r:gives { - 1083 :numberToDigits (1 0 8 3). + 83 :numberToDigits (0 0 8 3). }; r:evidence ( - [ a r:Fact; r:gives {(1083 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1083 1000) math:remainder 83}] + [ a r:Fact; r:gives {(83 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(83 1000) math:remainder 83}] [ a r:Fact; r:gives {(83 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(83 100) math:remainder 83}] [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(83 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7516 a r:Inference; +skolem:lemma3183 a r:Inference; r:gives { - 1084 :numberToDigits (1 0 8 4). + 84 :numberToDigits (0 0 8 4). }; r:evidence ( - [ a r:Fact; r:gives {(1084 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1084 1000) math:remainder 84}] + [ a r:Fact; r:gives {(84 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(84 1000) math:remainder 84}] [ a r:Fact; r:gives {(84 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(84 100) math:remainder 84}] [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(84 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 84]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 84]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7517 a r:Inference; +skolem:lemma3184 a r:Inference; r:gives { - 1085 :numberToDigits (1 0 8 5). + 85 :numberToDigits (0 0 8 5). }; r:evidence ( - [ a r:Fact; r:gives {(1085 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1085 1000) math:remainder 85}] + [ a r:Fact; r:gives {(85 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(85 1000) math:remainder 85}] [ a r:Fact; r:gives {(85 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(85 100) math:remainder 85}] [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(85 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7518 a r:Inference; +skolem:lemma3185 a r:Inference; r:gives { - 1086 :numberToDigits (1 0 8 6). + 86 :numberToDigits (0 0 8 6). }; r:evidence ( - [ a r:Fact; r:gives {(1086 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1086 1000) math:remainder 86}] + [ a r:Fact; r:gives {(86 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(86 1000) math:remainder 86}] [ a r:Fact; r:gives {(86 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(86 100) math:remainder 86}] [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(86 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7519 a r:Inference; +skolem:lemma3186 a r:Inference; r:gives { - 1087 :numberToDigits (1 0 8 7). + 87 :numberToDigits (0 0 8 7). }; r:evidence ( - [ a r:Fact; r:gives {(1087 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1087 1000) math:remainder 87}] + [ a r:Fact; r:gives {(87 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(87 1000) math:remainder 87}] [ a r:Fact; r:gives {(87 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(87 100) math:remainder 87}] [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(87 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7520 a r:Inference; +skolem:lemma3187 a r:Inference; r:gives { - 1088 :numberToDigits (1 0 8 8). + 88 :numberToDigits (0 0 8 8). }; r:evidence ( - [ a r:Fact; r:gives {(1088 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1088 1000) math:remainder 88}] + [ a r:Fact; r:gives {(88 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(88 1000) math:remainder 88}] [ a r:Fact; r:gives {(88 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(88 100) math:remainder 88}] [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(88 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 88]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 88]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3188 a r:Inference; + r:gives { + (0 0 8 8) :digitsToNumber 88 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 0 80 8) math:sum 88}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma4433. + +skolem:lemma3189 a r:Inference; + r:gives { + (8 8 0 0) :digitsToNumber 8800 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 800 0 0) math:sum 8800}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7521 a r:Inference; +skolem:lemma3190 a r:Inference; r:gives { - 1089 :numberToDigits (1 0 8 9). + 89 :numberToDigits (0 0 8 9). }; r:evidence ( - [ a r:Fact; r:gives {(1089 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1089 1000) math:remainder 89}] + [ a r:Fact; r:gives {(89 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(89 1000) math:remainder 89}] [ a r:Fact; r:gives {(89 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(89 100) math:remainder 89}] [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(89 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1089]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3191 a r:Inference; + r:gives { + (0 0 8 9) :digitsToNumber 89 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 0 80 9) math:sum 89}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma4433. + +skolem:lemma3192 a r:Inference; + r:gives { + (9 8 0 0) :digitsToNumber 9800 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 800 0 0) math:sum 9800}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7522 a r:Inference; +skolem:lemma3193 a r:Inference; r:gives { - 1090 :numberToDigits (1 0 9 0). + 90 :numberToDigits (0 0 9 0). }; r:evidence ( - [ a r:Fact; r:gives {(1090 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1090 1000) math:remainder 90}] + [ a r:Fact; r:gives {(90 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(90 1000) math:remainder 90}] [ a r:Fact; r:gives {(90 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(90 100) math:remainder 90}] [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(90 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1090]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7523 a r:Inference; +skolem:lemma3194 a r:Inference; r:gives { - 1091 :numberToDigits (1 0 9 1). + 91 :numberToDigits (0 0 9 1). }; r:evidence ( - [ a r:Fact; r:gives {(1091 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1091 1000) math:remainder 91}] + [ a r:Fact; r:gives {(91 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(91 1000) math:remainder 91}] [ a r:Fact; r:gives {(91 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(91 100) math:remainder 91}] [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(91 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1091]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7524 a r:Inference; +skolem:lemma3195 a r:Inference; r:gives { - 1092 :numberToDigits (1 0 9 2). + 92 :numberToDigits (0 0 9 2). }; r:evidence ( - [ a r:Fact; r:gives {(1092 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1092 1000) math:remainder 92}] + [ a r:Fact; r:gives {(92 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(92 1000) math:remainder 92}] [ a r:Fact; r:gives {(92 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(92 100) math:remainder 92}] [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(92 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1092]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 92]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 92]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7525 a r:Inference; +skolem:lemma3196 a r:Inference; r:gives { - 1093 :numberToDigits (1 0 9 3). + 93 :numberToDigits (0 0 9 3). }; r:evidence ( - [ a r:Fact; r:gives {(1093 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1093 1000) math:remainder 93}] + [ a r:Fact; r:gives {(93 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(93 1000) math:remainder 93}] [ a r:Fact; r:gives {(93 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(93 100) math:remainder 93}] [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(93 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1093]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 93]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 93]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7526 a r:Inference; +skolem:lemma3197 a r:Inference; r:gives { - 1094 :numberToDigits (1 0 9 4). + 94 :numberToDigits (0 0 9 4). }; r:evidence ( - [ a r:Fact; r:gives {(1094 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1094 1000) math:remainder 94}] + [ a r:Fact; r:gives {(94 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(94 1000) math:remainder 94}] [ a r:Fact; r:gives {(94 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(94 100) math:remainder 94}] [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(94 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1094]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 94]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 94]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7527 a r:Inference; +skolem:lemma3198 a r:Inference; r:gives { - 1095 :numberToDigits (1 0 9 5). + 95 :numberToDigits (0 0 9 5). }; r:evidence ( - [ a r:Fact; r:gives {(1095 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1095 1000) math:remainder 95}] + [ a r:Fact; r:gives {(95 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(95 1000) math:remainder 95}] [ a r:Fact; r:gives {(95 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(95 100) math:remainder 95}] [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(95 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1095]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 95]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 95]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7528 a r:Inference; +skolem:lemma3199 a r:Inference; r:gives { - 1096 :numberToDigits (1 0 9 6). + 96 :numberToDigits (0 0 9 6). }; r:evidence ( - [ a r:Fact; r:gives {(1096 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1096 1000) math:remainder 96}] + [ a r:Fact; r:gives {(96 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(96 1000) math:remainder 96}] [ a r:Fact; r:gives {(96 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(96 100) math:remainder 96}] [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(96 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1096]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7529 a r:Inference; +skolem:lemma3200 a r:Inference; r:gives { - 1097 :numberToDigits (1 0 9 7). + 97 :numberToDigits (0 0 9 7). }; r:evidence ( - [ a r:Fact; r:gives {(1097 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1097 1000) math:remainder 97}] + [ a r:Fact; r:gives {(97 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(97 1000) math:remainder 97}] [ a r:Fact; r:gives {(97 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(97 100) math:remainder 97}] [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(97 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1097]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 97]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 97]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7530 a r:Inference; +skolem:lemma3201 a r:Inference; r:gives { - 1098 :numberToDigits (1 0 9 8). + 98 :numberToDigits (0 0 9 8). }; r:evidence ( - [ a r:Fact; r:gives {(1098 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1098 1000) math:remainder 98}] + [ a r:Fact; r:gives {(98 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(98 1000) math:remainder 98}] [ a r:Fact; r:gives {(98 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(98 100) math:remainder 98}] [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(98 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1098]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 98]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 98]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7531 a r:Inference; +skolem:lemma3202 a r:Inference; r:gives { - 1099 :numberToDigits (1 0 9 9). + 99 :numberToDigits (0 0 9 9). }; r:evidence ( - [ a r:Fact; r:gives {(1099 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1099 1000) math:remainder 99}] + [ a r:Fact; r:gives {(99 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(99 1000) math:remainder 99}] [ a r:Fact; r:gives {(99 100) math:integerQuotient 0}] [ a r:Fact; r:gives {(99 100) math:remainder 99}] [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(99 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1099]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 99]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 99]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3203 a r:Inference; + r:gives { + (0 0 9 9) :digitsToNumber 99 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(9 10) math:product 90}] + [ a r:Fact; r:gives {(0 0 90 9) math:sum 99}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma4433. + +skolem:lemma3204 a r:Inference; + r:gives { + (9 9 0 0) :digitsToNumber 9900 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(9 100) math:product 900}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 900 0 0) math:sum 9900}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7532 a r:Inference; +skolem:lemma3205 a r:Inference; r:gives { - 1100 :numberToDigits (1 1 0 0). + 100 :numberToDigits (0 1 0 0). }; r:evidence ( - [ a r:Fact; r:gives {(1100 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1100 1000) math:remainder 100}] + [ a r:Fact; r:gives {(100 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(100 1000) math:remainder 100}] [ a r:Fact; r:gives {(100 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(100 100) math:remainder 0}] [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(0 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7533 a r:Inference; +skolem:lemma3206 a r:Inference; r:gives { - 1101 :numberToDigits (1 1 0 1). + 101 :numberToDigits (0 1 0 1). }; r:evidence ( - [ a r:Fact; r:gives {(1101 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1101 1000) math:remainder 101}] + [ a r:Fact; r:gives {(101 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(101 1000) math:remainder 101}] [ a r:Fact; r:gives {(101 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(101 100) math:remainder 1}] [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(1 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1101]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 101]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 101]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7534 a r:Inference; +skolem:lemma3207 a r:Inference; r:gives { - 1102 :numberToDigits (1 1 0 2). + 102 :numberToDigits (0 1 0 2). }; r:evidence ( - [ a r:Fact; r:gives {(1102 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1102 1000) math:remainder 102}] + [ a r:Fact; r:gives {(102 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(102 1000) math:remainder 102}] [ a r:Fact; r:gives {(102 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(102 100) math:remainder 2}] [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(2 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1102]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 102]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 102]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7535 a r:Inference; +skolem:lemma3208 a r:Inference; r:gives { - 1103 :numberToDigits (1 1 0 3). + 103 :numberToDigits (0 1 0 3). }; r:evidence ( - [ a r:Fact; r:gives {(1103 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1103 1000) math:remainder 103}] + [ a r:Fact; r:gives {(103 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(103 1000) math:remainder 103}] [ a r:Fact; r:gives {(103 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(103 100) math:remainder 3}] [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(3 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1103]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 103]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 103]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7536 a r:Inference; +skolem:lemma3209 a r:Inference; r:gives { - 1104 :numberToDigits (1 1 0 4). + 104 :numberToDigits (0 1 0 4). }; r:evidence ( - [ a r:Fact; r:gives {(1104 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1104 1000) math:remainder 104}] + [ a r:Fact; r:gives {(104 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(104 1000) math:remainder 104}] [ a r:Fact; r:gives {(104 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(104 100) math:remainder 4}] [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(4 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1104]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 104]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 104]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7537 a r:Inference; +skolem:lemma3210 a r:Inference; r:gives { - 1105 :numberToDigits (1 1 0 5). + 105 :numberToDigits (0 1 0 5). }; r:evidence ( - [ a r:Fact; r:gives {(1105 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1105 1000) math:remainder 105}] + [ a r:Fact; r:gives {(105 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(105 1000) math:remainder 105}] [ a r:Fact; r:gives {(105 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(105 100) math:remainder 5}] [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(5 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1105]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 105]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 105]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7538 a r:Inference; +skolem:lemma3211 a r:Inference; r:gives { - 1106 :numberToDigits (1 1 0 6). + 106 :numberToDigits (0 1 0 6). }; r:evidence ( - [ a r:Fact; r:gives {(1106 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1106 1000) math:remainder 106}] + [ a r:Fact; r:gives {(106 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(106 1000) math:remainder 106}] [ a r:Fact; r:gives {(106 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(106 100) math:remainder 6}] [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(6 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1106]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 106]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 106]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7539 a r:Inference; +skolem:lemma3212 a r:Inference; r:gives { - 1107 :numberToDigits (1 1 0 7). + 107 :numberToDigits (0 1 0 7). }; r:evidence ( - [ a r:Fact; r:gives {(1107 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1107 1000) math:remainder 107}] + [ a r:Fact; r:gives {(107 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(107 1000) math:remainder 107}] [ a r:Fact; r:gives {(107 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(107 100) math:remainder 7}] [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(7 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1107]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 107]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 107]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7540 a r:Inference; +skolem:lemma3213 a r:Inference; r:gives { - 1108 :numberToDigits (1 1 0 8). + 108 :numberToDigits (0 1 0 8). }; r:evidence ( - [ a r:Fact; r:gives {(1108 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1108 1000) math:remainder 108}] + [ a r:Fact; r:gives {(108 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(108 1000) math:remainder 108}] [ a r:Fact; r:gives {(108 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(108 100) math:remainder 8}] [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(8 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1108]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 108]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 108]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7541 a r:Inference; +skolem:lemma3214 a r:Inference; r:gives { - 1109 :numberToDigits (1 1 0 9). + 109 :numberToDigits (0 1 0 9). }; r:evidence ( - [ a r:Fact; r:gives {(1109 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1109 1000) math:remainder 109}] + [ a r:Fact; r:gives {(109 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(109 1000) math:remainder 109}] [ a r:Fact; r:gives {(109 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(109 100) math:remainder 9}] [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(9 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1109]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 109]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 109]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7542 a r:Inference; +skolem:lemma3215 a r:Inference; r:gives { - 1110 :numberToDigits (1 1 1 0). + 110 :numberToDigits (0 1 1 0). }; r:evidence ( - [ a r:Fact; r:gives {(1110 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1110 1000) math:remainder 110}] + [ a r:Fact; r:gives {(110 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(110 1000) math:remainder 110}] [ a r:Fact; r:gives {(110 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(110 100) math:remainder 10}] [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(10 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 110]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 110]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. + +skolem:lemma3216 a r:Inference; + r:gives { + 111 :numberToDigits (0 1 1 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(111 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(111 1000) math:remainder 111}] + [ a r:Fact; r:gives {(111 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(111 100) math:remainder 11}] + [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(11 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 111]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 111]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma4432. + +skolem:lemma3217 a r:Inference; + r:gives { + (0 1 1 1) :digitsToNumber 111 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 100 10 1) math:sum 111}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 111]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma4433. + +skolem:lemma3218 a r:Inference; + r:gives { + (1 1 1 0) :digitsToNumber 1110 . + }; + r:evidence ( + [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(1000 100 10 0) math:sum 1110}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7543 a r:Inference; +skolem:lemma3219 a r:Inference; r:gives { - 1112 :numberToDigits (1 1 1 2). + 112 :numberToDigits (0 1 1 2). }; r:evidence ( - [ a r:Fact; r:gives {(1112 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1112 1000) math:remainder 112}] + [ a r:Fact; r:gives {(112 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(112 1000) math:remainder 112}] [ a r:Fact; r:gives {(112 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(112 100) math:remainder 12}] [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(12 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 112]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 112]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7544 a r:Inference; +skolem:lemma3220 a r:Inference; r:gives { - (1 1 1 2) :digitsToNumber 1112 . + (0 1 1 2) :digitsToNumber 112 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(1000 100 10 2) math:sum 1112}] + [ a r:Fact; r:gives {(0 100 10 2) math:sum 112}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 112]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7545 a r:Inference; +skolem:lemma3221 a r:Inference; r:gives { - (2 1 1 1) :digitsToNumber 2111 . + (2 1 1 0) :digitsToNumber 2110 . }; r:evidence ( [ a r:Fact; r:gives {(2 1000) math:product 2000}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(2000 100 10 1) math:sum 2111}] + [ a r:Fact; r:gives {(2000 100 10 0) math:sum 2110}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; @@ -150006,60 +63526,60 @@ skolem:lemma7545 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7546 a r:Inference; +skolem:lemma3222 a r:Inference; r:gives { - 1113 :numberToDigits (1 1 1 3). + 113 :numberToDigits (0 1 1 3). }; r:evidence ( - [ a r:Fact; r:gives {(1113 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1113 1000) math:remainder 113}] + [ a r:Fact; r:gives {(113 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(113 1000) math:remainder 113}] [ a r:Fact; r:gives {(113 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(113 100) math:remainder 13}] [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(13 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 113]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 113]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7547 a r:Inference; +skolem:lemma3223 a r:Inference; r:gives { - (1 1 1 3) :digitsToNumber 1113 . + (0 1 1 3) :digitsToNumber 113 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(1000 100 10 3) math:sum 1113}] + [ a r:Fact; r:gives {(0 100 10 3) math:sum 113}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 113]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7548 a r:Inference; +skolem:lemma3224 a r:Inference; r:gives { - (3 1 1 1) :digitsToNumber 3111 . + (3 1 1 0) :digitsToNumber 3110 . }; r:evidence ( [ a r:Fact; r:gives {(3 1000) math:product 3000}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(3000 100 10 1) math:sum 3111}] + [ a r:Fact; r:gives {(3000 100 10 0) math:sum 3110}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; @@ -150067,60 +63587,60 @@ skolem:lemma7548 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7549 a r:Inference; +skolem:lemma3225 a r:Inference; r:gives { - 1114 :numberToDigits (1 1 1 4). + 114 :numberToDigits (0 1 1 4). }; r:evidence ( - [ a r:Fact; r:gives {(1114 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1114 1000) math:remainder 114}] + [ a r:Fact; r:gives {(114 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(114 1000) math:remainder 114}] [ a r:Fact; r:gives {(114 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(114 100) math:remainder 14}] [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(14 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 114]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 114]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7550 a r:Inference; +skolem:lemma3226 a r:Inference; r:gives { - (1 1 1 4) :digitsToNumber 1114 . + (0 1 1 4) :digitsToNumber 114 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(1000 100 10 4) math:sum 1114}] + [ a r:Fact; r:gives {(0 100 10 4) math:sum 114}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 114]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7551 a r:Inference; +skolem:lemma3227 a r:Inference; r:gives { - (4 1 1 1) :digitsToNumber 4111 . + (4 1 1 0) :digitsToNumber 4110 . }; r:evidence ( [ a r:Fact; r:gives {(4 1000) math:product 4000}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(4000 100 10 1) math:sum 4111}] + [ a r:Fact; r:gives {(4000 100 10 0) math:sum 4110}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; @@ -150128,60 +63648,60 @@ skolem:lemma7551 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7552 a r:Inference; +skolem:lemma3228 a r:Inference; r:gives { - 1115 :numberToDigits (1 1 1 5). + 115 :numberToDigits (0 1 1 5). }; r:evidence ( - [ a r:Fact; r:gives {(1115 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1115 1000) math:remainder 115}] + [ a r:Fact; r:gives {(115 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(115 1000) math:remainder 115}] [ a r:Fact; r:gives {(115 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(115 100) math:remainder 15}] [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(15 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 115]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 115]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7553 a r:Inference; +skolem:lemma3229 a r:Inference; r:gives { - (1 1 1 5) :digitsToNumber 1115 . + (0 1 1 5) :digitsToNumber 115 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(1000 100 10 5) math:sum 1115}] + [ a r:Fact; r:gives {(0 100 10 5) math:sum 115}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 115]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7554 a r:Inference; +skolem:lemma3230 a r:Inference; r:gives { - (5 1 1 1) :digitsToNumber 5111 . + (5 1 1 0) :digitsToNumber 5110 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 100 10 1) math:sum 5111}] + [ a r:Fact; r:gives {(5000 100 10 0) math:sum 5110}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -150189,60 +63709,60 @@ skolem:lemma7554 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7555 a r:Inference; +skolem:lemma3231 a r:Inference; r:gives { - 1116 :numberToDigits (1 1 1 6). + 116 :numberToDigits (0 1 1 6). }; r:evidence ( - [ a r:Fact; r:gives {(1116 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1116 1000) math:remainder 116}] + [ a r:Fact; r:gives {(116 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(116 1000) math:remainder 116}] [ a r:Fact; r:gives {(116 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(116 100) math:remainder 16}] [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(16 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 116]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 116]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7556 a r:Inference; +skolem:lemma3232 a r:Inference; r:gives { - (1 1 1 6) :digitsToNumber 1116 . + (0 1 1 6) :digitsToNumber 116 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(1000 100 10 6) math:sum 1116}] + [ a r:Fact; r:gives {(0 100 10 6) math:sum 116}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 116]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7557 a r:Inference; +skolem:lemma3233 a r:Inference; r:gives { - (6 1 1 1) :digitsToNumber 6111 . + (6 1 1 0) :digitsToNumber 6110 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 100 10 1) math:sum 6111}] + [ a r:Fact; r:gives {(6000 100 10 0) math:sum 6110}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -150250,60 +63770,60 @@ skolem:lemma7557 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7558 a r:Inference; +skolem:lemma3234 a r:Inference; r:gives { - 1117 :numberToDigits (1 1 1 7). + 117 :numberToDigits (0 1 1 7). }; r:evidence ( - [ a r:Fact; r:gives {(1117 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1117 1000) math:remainder 117}] + [ a r:Fact; r:gives {(117 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(117 1000) math:remainder 117}] [ a r:Fact; r:gives {(117 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(117 100) math:remainder 17}] [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(17 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 117]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 117]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7559 a r:Inference; +skolem:lemma3235 a r:Inference; r:gives { - (1 1 1 7) :digitsToNumber 1117 . + (0 1 1 7) :digitsToNumber 117 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(1000 100 10 7) math:sum 1117}] + [ a r:Fact; r:gives {(0 100 10 7) math:sum 117}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 117]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7560 a r:Inference; +skolem:lemma3236 a r:Inference; r:gives { - (7 1 1 1) :digitsToNumber 7111 . + (7 1 1 0) :digitsToNumber 7110 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 100 10 1) math:sum 7111}] + [ a r:Fact; r:gives {(7000 100 10 0) math:sum 7110}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -150311,60 +63831,60 @@ skolem:lemma7560 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7561 a r:Inference; +skolem:lemma3237 a r:Inference; r:gives { - 1118 :numberToDigits (1 1 1 8). + 118 :numberToDigits (0 1 1 8). }; r:evidence ( - [ a r:Fact; r:gives {(1118 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1118 1000) math:remainder 118}] + [ a r:Fact; r:gives {(118 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(118 1000) math:remainder 118}] [ a r:Fact; r:gives {(118 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(118 100) math:remainder 18}] [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(18 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 118]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 118]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7562 a r:Inference; +skolem:lemma3238 a r:Inference; r:gives { - (1 1 1 8) :digitsToNumber 1118 . + (0 1 1 8) :digitsToNumber 118 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(1000 100 10 8) math:sum 1118}] + [ a r:Fact; r:gives {(0 100 10 8) math:sum 118}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 118]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7563 a r:Inference; +skolem:lemma3239 a r:Inference; r:gives { - (8 1 1 1) :digitsToNumber 8111 . + (8 1 1 0) :digitsToNumber 8110 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 100 10 1) math:sum 8111}] + [ a r:Fact; r:gives {(8000 100 10 0) math:sum 8110}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -150372,60 +63892,60 @@ skolem:lemma7563 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7564 a r:Inference; +skolem:lemma3240 a r:Inference; r:gives { - 1119 :numberToDigits (1 1 1 9). + 119 :numberToDigits (0 1 1 9). }; r:evidence ( - [ a r:Fact; r:gives {(1119 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1119 1000) math:remainder 119}] + [ a r:Fact; r:gives {(119 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(119 1000) math:remainder 119}] [ a r:Fact; r:gives {(119 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(119 100) math:remainder 19}] [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(19 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 119]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 119]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7565 a r:Inference; +skolem:lemma3241 a r:Inference; r:gives { - (1 1 1 9) :digitsToNumber 1119 . + (0 1 1 9) :digitsToNumber 119 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(1000 100 10 9) math:sum 1119}] + [ a r:Fact; r:gives {(0 100 10 9) math:sum 119}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 119]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7566 a r:Inference; +skolem:lemma3242 a r:Inference; r:gives { - (9 1 1 1) :digitsToNumber 9111 . + (9 1 1 0) :digitsToNumber 9110 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 100 10 1) math:sum 9111}] + [ a r:Fact; r:gives {(9000 100 10 0) math:sum 9110}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -150433,102 +63953,102 @@ skolem:lemma7566 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7567 a r:Inference; +skolem:lemma3243 a r:Inference; r:gives { - 1120 :numberToDigits (1 1 2 0). + 120 :numberToDigits (0 1 2 0). }; r:evidence ( - [ a r:Fact; r:gives {(1120 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1120 1000) math:remainder 120}] + [ a r:Fact; r:gives {(120 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(120 1000) math:remainder 120}] [ a r:Fact; r:gives {(120 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(120 100) math:remainder 20}] [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(20 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1120]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 120]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 120]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7568 a r:Inference; +skolem:lemma3244 a r:Inference; r:gives { - 1121 :numberToDigits (1 1 2 1). + 121 :numberToDigits (0 1 2 1). }; r:evidence ( - [ a r:Fact; r:gives {(1121 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1121 1000) math:remainder 121}] + [ a r:Fact; r:gives {(121 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(121 1000) math:remainder 121}] [ a r:Fact; r:gives {(121 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(121 100) math:remainder 21}] [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(21 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1121]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 121]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 121]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7569 a r:Inference; +skolem:lemma3245 a r:Inference; r:gives { - 1122 :numberToDigits (1 1 2 2). + 122 :numberToDigits (0 1 2 2). }; r:evidence ( - [ a r:Fact; r:gives {(1122 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1122 1000) math:remainder 122}] + [ a r:Fact; r:gives {(122 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(122 1000) math:remainder 122}] [ a r:Fact; r:gives {(122 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(122 100) math:remainder 22}] [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(22 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 122]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 122]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7570 a r:Inference; +skolem:lemma3246 a r:Inference; r:gives { - (1 1 2 2) :digitsToNumber 1122 . + (0 1 2 2) :digitsToNumber 122 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 2) math:sum 1122}] + [ a r:Fact; r:gives {(0 100 20 2) math:sum 122}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 122]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7571 a r:Inference; +skolem:lemma3247 a r:Inference; r:gives { - (2 2 1 1) :digitsToNumber 2211 . + (2 2 1 0) :digitsToNumber 2210 . }; r:evidence ( [ a r:Fact; r:gives {(2 1000) math:product 2000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(2000 200 10 1) math:sum 2211}] + [ a r:Fact; r:gives {(2000 200 10 0) math:sum 2210}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; @@ -150536,60 +64056,60 @@ skolem:lemma7571 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7572 a r:Inference; +skolem:lemma3248 a r:Inference; r:gives { - 1123 :numberToDigits (1 1 2 3). + 123 :numberToDigits (0 1 2 3). }; r:evidence ( - [ a r:Fact; r:gives {(1123 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1123 1000) math:remainder 123}] + [ a r:Fact; r:gives {(123 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(123 1000) math:remainder 123}] [ a r:Fact; r:gives {(123 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(123 100) math:remainder 23}] [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(23 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 123]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 123]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7573 a r:Inference; +skolem:lemma3249 a r:Inference; r:gives { - (1 1 2 3) :digitsToNumber 1123 . + (0 1 2 3) :digitsToNumber 123 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 3) math:sum 1123}] + [ a r:Fact; r:gives {(0 100 20 3) math:sum 123}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 123]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7574 a r:Inference; +skolem:lemma3250 a r:Inference; r:gives { - (3 2 1 1) :digitsToNumber 3211 . + (3 2 1 0) :digitsToNumber 3210 . }; r:evidence ( [ a r:Fact; r:gives {(3 1000) math:product 3000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(3000 200 10 1) math:sum 3211}] + [ a r:Fact; r:gives {(3000 200 10 0) math:sum 3210}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; @@ -150597,60 +64117,60 @@ skolem:lemma7574 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7575 a r:Inference; +skolem:lemma3251 a r:Inference; r:gives { - 1124 :numberToDigits (1 1 2 4). + 124 :numberToDigits (0 1 2 4). }; r:evidence ( - [ a r:Fact; r:gives {(1124 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1124 1000) math:remainder 124}] + [ a r:Fact; r:gives {(124 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(124 1000) math:remainder 124}] [ a r:Fact; r:gives {(124 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(124 100) math:remainder 24}] [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(24 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 124]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 124]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7576 a r:Inference; +skolem:lemma3252 a r:Inference; r:gives { - (1 1 2 4) :digitsToNumber 1124 . + (0 1 2 4) :digitsToNumber 124 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 4) math:sum 1124}] + [ a r:Fact; r:gives {(0 100 20 4) math:sum 124}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 124]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7577 a r:Inference; +skolem:lemma3253 a r:Inference; r:gives { - (4 2 1 1) :digitsToNumber 4211 . + (4 2 1 0) :digitsToNumber 4210 . }; r:evidence ( [ a r:Fact; r:gives {(4 1000) math:product 4000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(4000 200 10 1) math:sum 4211}] + [ a r:Fact; r:gives {(4000 200 10 0) math:sum 4210}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; @@ -150658,60 +64178,60 @@ skolem:lemma7577 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7578 a r:Inference; +skolem:lemma3254 a r:Inference; r:gives { - 1125 :numberToDigits (1 1 2 5). + 125 :numberToDigits (0 1 2 5). }; r:evidence ( - [ a r:Fact; r:gives {(1125 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1125 1000) math:remainder 125}] + [ a r:Fact; r:gives {(125 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(125 1000) math:remainder 125}] [ a r:Fact; r:gives {(125 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(125 100) math:remainder 25}] [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(25 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 125]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 125]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7579 a r:Inference; +skolem:lemma3255 a r:Inference; r:gives { - (1 1 2 5) :digitsToNumber 1125 . + (0 1 2 5) :digitsToNumber 125 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 5) math:sum 1125}] + [ a r:Fact; r:gives {(0 100 20 5) math:sum 125}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 125]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7580 a r:Inference; +skolem:lemma3256 a r:Inference; r:gives { - (5 2 1 1) :digitsToNumber 5211 . + (5 2 1 0) :digitsToNumber 5210 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 200 10 1) math:sum 5211}] + [ a r:Fact; r:gives {(5000 200 10 0) math:sum 5210}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -150719,60 +64239,60 @@ skolem:lemma7580 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7581 a r:Inference; +skolem:lemma3257 a r:Inference; r:gives { - 1126 :numberToDigits (1 1 2 6). + 126 :numberToDigits (0 1 2 6). }; r:evidence ( - [ a r:Fact; r:gives {(1126 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1126 1000) math:remainder 126}] + [ a r:Fact; r:gives {(126 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(126 1000) math:remainder 126}] [ a r:Fact; r:gives {(126 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(126 100) math:remainder 26}] [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(26 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 126]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 126]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7582 a r:Inference; +skolem:lemma3258 a r:Inference; r:gives { - (1 1 2 6) :digitsToNumber 1126 . + (0 1 2 6) :digitsToNumber 126 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 6) math:sum 1126}] + [ a r:Fact; r:gives {(0 100 20 6) math:sum 126}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 126]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7583 a r:Inference; +skolem:lemma3259 a r:Inference; r:gives { - (6 2 1 1) :digitsToNumber 6211 . + (6 2 1 0) :digitsToNumber 6210 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 200 10 1) math:sum 6211}] + [ a r:Fact; r:gives {(6000 200 10 0) math:sum 6210}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -150780,60 +64300,60 @@ skolem:lemma7583 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7584 a r:Inference; +skolem:lemma3260 a r:Inference; r:gives { - 1127 :numberToDigits (1 1 2 7). + 127 :numberToDigits (0 1 2 7). }; r:evidence ( - [ a r:Fact; r:gives {(1127 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1127 1000) math:remainder 127}] + [ a r:Fact; r:gives {(127 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(127 1000) math:remainder 127}] [ a r:Fact; r:gives {(127 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(127 100) math:remainder 27}] [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(27 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 127]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 127]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7585 a r:Inference; +skolem:lemma3261 a r:Inference; r:gives { - (1 1 2 7) :digitsToNumber 1127 . + (0 1 2 7) :digitsToNumber 127 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 7) math:sum 1127}] + [ a r:Fact; r:gives {(0 100 20 7) math:sum 127}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 127]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7586 a r:Inference; +skolem:lemma3262 a r:Inference; r:gives { - (7 2 1 1) :digitsToNumber 7211 . + (7 2 1 0) :digitsToNumber 7210 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 200 10 1) math:sum 7211}] + [ a r:Fact; r:gives {(7000 200 10 0) math:sum 7210}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -150841,60 +64361,60 @@ skolem:lemma7586 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7587 a r:Inference; +skolem:lemma3263 a r:Inference; r:gives { - 1128 :numberToDigits (1 1 2 8). + 128 :numberToDigits (0 1 2 8). }; r:evidence ( - [ a r:Fact; r:gives {(1128 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1128 1000) math:remainder 128}] + [ a r:Fact; r:gives {(128 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(128 1000) math:remainder 128}] [ a r:Fact; r:gives {(128 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(128 100) math:remainder 28}] [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(28 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7588 a r:Inference; +skolem:lemma3264 a r:Inference; r:gives { - (1 1 2 8) :digitsToNumber 1128 . + (0 1 2 8) :digitsToNumber 128 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 8) math:sum 1128}] + [ a r:Fact; r:gives {(0 100 20 8) math:sum 128}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 128]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7589 a r:Inference; +skolem:lemma3265 a r:Inference; r:gives { - (8 2 1 1) :digitsToNumber 8211 . + (8 2 1 0) :digitsToNumber 8210 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 200 10 1) math:sum 8211}] + [ a r:Fact; r:gives {(8000 200 10 0) math:sum 8210}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -150902,60 +64422,60 @@ skolem:lemma7589 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7590 a r:Inference; +skolem:lemma3266 a r:Inference; r:gives { - 1129 :numberToDigits (1 1 2 9). + 129 :numberToDigits (0 1 2 9). }; r:evidence ( - [ a r:Fact; r:gives {(1129 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1129 1000) math:remainder 129}] + [ a r:Fact; r:gives {(129 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(129 1000) math:remainder 129}] [ a r:Fact; r:gives {(129 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(129 100) math:remainder 29}] [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(29 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 129]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 129]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7591 a r:Inference; +skolem:lemma3267 a r:Inference; r:gives { - (1 1 2 9) :digitsToNumber 1129 . + (0 1 2 9) :digitsToNumber 129 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 9) math:sum 1129}] + [ a r:Fact; r:gives {(0 100 20 9) math:sum 129}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 129]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7592 a r:Inference; +skolem:lemma3268 a r:Inference; r:gives { - (9 2 1 1) :digitsToNumber 9211 . + (9 2 1 0) :digitsToNumber 9210 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 200 10 1) math:sum 9211}] + [ a r:Fact; r:gives {(9000 200 10 0) math:sum 9210}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -150963,123 +64483,123 @@ skolem:lemma7592 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7593 a r:Inference; +skolem:lemma3269 a r:Inference; r:gives { - 1130 :numberToDigits (1 1 3 0). + 130 :numberToDigits (0 1 3 0). }; r:evidence ( - [ a r:Fact; r:gives {(1130 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1130 1000) math:remainder 130}] + [ a r:Fact; r:gives {(130 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(130 1000) math:remainder 130}] [ a r:Fact; r:gives {(130 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(130 100) math:remainder 30}] [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(30 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1130]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 130]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 130]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7594 a r:Inference; +skolem:lemma3270 a r:Inference; r:gives { - 1131 :numberToDigits (1 1 3 1). + 131 :numberToDigits (0 1 3 1). }; r:evidence ( - [ a r:Fact; r:gives {(1131 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1131 1000) math:remainder 131}] + [ a r:Fact; r:gives {(131 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(131 1000) math:remainder 131}] [ a r:Fact; r:gives {(131 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(131 100) math:remainder 31}] [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(31 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1131]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 131]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7595 a r:Inference; +skolem:lemma3271 a r:Inference; r:gives { - 1132 :numberToDigits (1 1 3 2). + 132 :numberToDigits (0 1 3 2). }; r:evidence ( - [ a r:Fact; r:gives {(1132 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1132 1000) math:remainder 132}] + [ a r:Fact; r:gives {(132 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(132 1000) math:remainder 132}] [ a r:Fact; r:gives {(132 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(132 100) math:remainder 32}] [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(32 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1132]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 132]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 132]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7596 a r:Inference; +skolem:lemma3272 a r:Inference; r:gives { - 1133 :numberToDigits (1 1 3 3). + 133 :numberToDigits (0 1 3 3). }; r:evidence ( - [ a r:Fact; r:gives {(1133 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1133 1000) math:remainder 133}] + [ a r:Fact; r:gives {(133 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(133 1000) math:remainder 133}] [ a r:Fact; r:gives {(133 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(133 100) math:remainder 33}] [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(33 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 133]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 133]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7597 a r:Inference; +skolem:lemma3273 a r:Inference; r:gives { - (1 1 3 3) :digitsToNumber 1133 . + (0 1 3 3) :digitsToNumber 133 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 3) math:sum 1133}] + [ a r:Fact; r:gives {(0 100 30 3) math:sum 133}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 133]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7598 a r:Inference; +skolem:lemma3274 a r:Inference; r:gives { - (3 3 1 1) :digitsToNumber 3311 . + (3 3 1 0) :digitsToNumber 3310 . }; r:evidence ( [ a r:Fact; r:gives {(3 1000) math:product 3000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(3000 300 10 1) math:sum 3311}] + [ a r:Fact; r:gives {(3000 300 10 0) math:sum 3310}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; @@ -151087,60 +64607,60 @@ skolem:lemma7598 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7599 a r:Inference; +skolem:lemma3275 a r:Inference; r:gives { - 1134 :numberToDigits (1 1 3 4). + 134 :numberToDigits (0 1 3 4). }; r:evidence ( - [ a r:Fact; r:gives {(1134 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1134 1000) math:remainder 134}] + [ a r:Fact; r:gives {(134 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(134 1000) math:remainder 134}] [ a r:Fact; r:gives {(134 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(134 100) math:remainder 34}] [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(34 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 134]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7600 a r:Inference; +skolem:lemma3276 a r:Inference; r:gives { - (1 1 3 4) :digitsToNumber 1134 . + (0 1 3 4) :digitsToNumber 134 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 4) math:sum 1134}] + [ a r:Fact; r:gives {(0 100 30 4) math:sum 134}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 134]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7601 a r:Inference; +skolem:lemma3277 a r:Inference; r:gives { - (4 3 1 1) :digitsToNumber 4311 . + (4 3 1 0) :digitsToNumber 4310 . }; r:evidence ( [ a r:Fact; r:gives {(4 1000) math:product 4000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(4000 300 10 1) math:sum 4311}] + [ a r:Fact; r:gives {(4000 300 10 0) math:sum 4310}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; @@ -151148,60 +64668,60 @@ skolem:lemma7601 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7602 a r:Inference; +skolem:lemma3278 a r:Inference; r:gives { - 1135 :numberToDigits (1 1 3 5). + 135 :numberToDigits (0 1 3 5). }; r:evidence ( - [ a r:Fact; r:gives {(1135 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1135 1000) math:remainder 135}] + [ a r:Fact; r:gives {(135 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(135 1000) math:remainder 135}] [ a r:Fact; r:gives {(135 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(135 100) math:remainder 35}] [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(35 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 135]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 135]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7603 a r:Inference; +skolem:lemma3279 a r:Inference; r:gives { - (1 1 3 5) :digitsToNumber 1135 . + (0 1 3 5) :digitsToNumber 135 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 5) math:sum 1135}] + [ a r:Fact; r:gives {(0 100 30 5) math:sum 135}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 135]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7604 a r:Inference; +skolem:lemma3280 a r:Inference; r:gives { - (5 3 1 1) :digitsToNumber 5311 . + (5 3 1 0) :digitsToNumber 5310 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 300 10 1) math:sum 5311}] + [ a r:Fact; r:gives {(5000 300 10 0) math:sum 5310}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -151209,60 +64729,60 @@ skolem:lemma7604 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7605 a r:Inference; +skolem:lemma3281 a r:Inference; r:gives { - 1136 :numberToDigits (1 1 3 6). + 136 :numberToDigits (0 1 3 6). }; r:evidence ( - [ a r:Fact; r:gives {(1136 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1136 1000) math:remainder 136}] + [ a r:Fact; r:gives {(136 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(136 1000) math:remainder 136}] [ a r:Fact; r:gives {(136 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(136 100) math:remainder 36}] [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(36 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 136]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 136]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7606 a r:Inference; +skolem:lemma3282 a r:Inference; r:gives { - (1 1 3 6) :digitsToNumber 1136 . + (0 1 3 6) :digitsToNumber 136 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 6) math:sum 1136}] + [ a r:Fact; r:gives {(0 100 30 6) math:sum 136}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 136]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7607 a r:Inference; +skolem:lemma3283 a r:Inference; r:gives { - (6 3 1 1) :digitsToNumber 6311 . + (6 3 1 0) :digitsToNumber 6310 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 300 10 1) math:sum 6311}] + [ a r:Fact; r:gives {(6000 300 10 0) math:sum 6310}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -151270,60 +64790,60 @@ skolem:lemma7607 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7608 a r:Inference; +skolem:lemma3284 a r:Inference; r:gives { - 1137 :numberToDigits (1 1 3 7). + 137 :numberToDigits (0 1 3 7). }; r:evidence ( - [ a r:Fact; r:gives {(1137 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1137 1000) math:remainder 137}] + [ a r:Fact; r:gives {(137 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(137 1000) math:remainder 137}] [ a r:Fact; r:gives {(137 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(137 100) math:remainder 37}] [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(37 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 137]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 137]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7609 a r:Inference; +skolem:lemma3285 a r:Inference; r:gives { - (1 1 3 7) :digitsToNumber 1137 . + (0 1 3 7) :digitsToNumber 137 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 7) math:sum 1137}] + [ a r:Fact; r:gives {(0 100 30 7) math:sum 137}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 137]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7610 a r:Inference; +skolem:lemma3286 a r:Inference; r:gives { - (7 3 1 1) :digitsToNumber 7311 . + (7 3 1 0) :digitsToNumber 7310 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 300 10 1) math:sum 7311}] + [ a r:Fact; r:gives {(7000 300 10 0) math:sum 7310}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -151331,60 +64851,60 @@ skolem:lemma7610 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7611 a r:Inference; +skolem:lemma3287 a r:Inference; r:gives { - 1138 :numberToDigits (1 1 3 8). + 138 :numberToDigits (0 1 3 8). }; r:evidence ( - [ a r:Fact; r:gives {(1138 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1138 1000) math:remainder 138}] + [ a r:Fact; r:gives {(138 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(138 1000) math:remainder 138}] [ a r:Fact; r:gives {(138 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(138 100) math:remainder 38}] [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(38 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 138]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 138]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7612 a r:Inference; +skolem:lemma3288 a r:Inference; r:gives { - (1 1 3 8) :digitsToNumber 1138 . + (0 1 3 8) :digitsToNumber 138 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 8) math:sum 1138}] + [ a r:Fact; r:gives {(0 100 30 8) math:sum 138}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 138]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7613 a r:Inference; +skolem:lemma3289 a r:Inference; r:gives { - (8 3 1 1) :digitsToNumber 8311 . + (8 3 1 0) :digitsToNumber 8310 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 300 10 1) math:sum 8311}] + [ a r:Fact; r:gives {(8000 300 10 0) math:sum 8310}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -151392,60 +64912,60 @@ skolem:lemma7613 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7614 a r:Inference; +skolem:lemma3290 a r:Inference; r:gives { - 1139 :numberToDigits (1 1 3 9). + 139 :numberToDigits (0 1 3 9). }; r:evidence ( - [ a r:Fact; r:gives {(1139 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1139 1000) math:remainder 139}] + [ a r:Fact; r:gives {(139 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(139 1000) math:remainder 139}] [ a r:Fact; r:gives {(139 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(139 100) math:remainder 39}] [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(39 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 139]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 139]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7615 a r:Inference; +skolem:lemma3291 a r:Inference; r:gives { - (1 1 3 9) :digitsToNumber 1139 . + (0 1 3 9) :digitsToNumber 139 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 9) math:sum 1139}] + [ a r:Fact; r:gives {(0 100 30 9) math:sum 139}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 139]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7616 a r:Inference; +skolem:lemma3292 a r:Inference; r:gives { - (9 3 1 1) :digitsToNumber 9311 . + (9 3 1 0) :digitsToNumber 9310 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 300 10 1) math:sum 9311}] + [ a r:Fact; r:gives {(9000 300 10 0) math:sum 9310}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -151453,144 +64973,144 @@ skolem:lemma7616 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7617 a r:Inference; +skolem:lemma3293 a r:Inference; r:gives { - 1140 :numberToDigits (1 1 4 0). + 140 :numberToDigits (0 1 4 0). }; r:evidence ( - [ a r:Fact; r:gives {(1140 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1140 1000) math:remainder 140}] + [ a r:Fact; r:gives {(140 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(140 1000) math:remainder 140}] [ a r:Fact; r:gives {(140 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(140 100) math:remainder 40}] [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(40 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1140]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 140]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 140]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7618 a r:Inference; +skolem:lemma3294 a r:Inference; r:gives { - 1141 :numberToDigits (1 1 4 1). + 141 :numberToDigits (0 1 4 1). }; r:evidence ( - [ a r:Fact; r:gives {(1141 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1141 1000) math:remainder 141}] + [ a r:Fact; r:gives {(141 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(141 1000) math:remainder 141}] [ a r:Fact; r:gives {(141 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(141 100) math:remainder 41}] [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(41 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1141]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 141]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 141]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7619 a r:Inference; +skolem:lemma3295 a r:Inference; r:gives { - 1142 :numberToDigits (1 1 4 2). + 142 :numberToDigits (0 1 4 2). }; r:evidence ( - [ a r:Fact; r:gives {(1142 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1142 1000) math:remainder 142}] + [ a r:Fact; r:gives {(142 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(142 1000) math:remainder 142}] [ a r:Fact; r:gives {(142 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(142 100) math:remainder 42}] [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(42 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1142]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 142]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 142]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7620 a r:Inference; +skolem:lemma3296 a r:Inference; r:gives { - 1143 :numberToDigits (1 1 4 3). + 143 :numberToDigits (0 1 4 3). }; r:evidence ( - [ a r:Fact; r:gives {(1143 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1143 1000) math:remainder 143}] + [ a r:Fact; r:gives {(143 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(143 1000) math:remainder 143}] [ a r:Fact; r:gives {(143 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(143 100) math:remainder 43}] [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(43 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1143]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 143]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 143]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7621 a r:Inference; +skolem:lemma3297 a r:Inference; r:gives { - 1144 :numberToDigits (1 1 4 4). + 144 :numberToDigits (0 1 4 4). }; r:evidence ( - [ a r:Fact; r:gives {(1144 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1144 1000) math:remainder 144}] + [ a r:Fact; r:gives {(144 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(144 1000) math:remainder 144}] [ a r:Fact; r:gives {(144 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(144 100) math:remainder 44}] [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(44 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 144]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 144]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7622 a r:Inference; +skolem:lemma3298 a r:Inference; r:gives { - (1 1 4 4) :digitsToNumber 1144 . + (0 1 4 4) :digitsToNumber 144 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 100 40 4) math:sum 1144}] + [ a r:Fact; r:gives {(0 100 40 4) math:sum 144}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 144]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7623 a r:Inference; +skolem:lemma3299 a r:Inference; r:gives { - (4 4 1 1) :digitsToNumber 4411 . + (4 4 1 0) :digitsToNumber 4410 . }; r:evidence ( [ a r:Fact; r:gives {(4 1000) math:product 4000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(4000 400 10 1) math:sum 4411}] + [ a r:Fact; r:gives {(4000 400 10 0) math:sum 4410}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; @@ -151598,60 +65118,60 @@ skolem:lemma7623 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7624 a r:Inference; +skolem:lemma3300 a r:Inference; r:gives { - 1145 :numberToDigits (1 1 4 5). + 145 :numberToDigits (0 1 4 5). }; r:evidence ( - [ a r:Fact; r:gives {(1145 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1145 1000) math:remainder 145}] + [ a r:Fact; r:gives {(145 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(145 1000) math:remainder 145}] [ a r:Fact; r:gives {(145 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(145 100) math:remainder 45}] [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(45 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 145]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 145]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7625 a r:Inference; +skolem:lemma3301 a r:Inference; r:gives { - (1 1 4 5) :digitsToNumber 1145 . + (0 1 4 5) :digitsToNumber 145 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 100 40 5) math:sum 1145}] + [ a r:Fact; r:gives {(0 100 40 5) math:sum 145}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 145]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7626 a r:Inference; +skolem:lemma3302 a r:Inference; r:gives { - (5 4 1 1) :digitsToNumber 5411 . + (5 4 1 0) :digitsToNumber 5410 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 400 10 1) math:sum 5411}] + [ a r:Fact; r:gives {(5000 400 10 0) math:sum 5410}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -151659,60 +65179,60 @@ skolem:lemma7626 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7627 a r:Inference; +skolem:lemma3303 a r:Inference; r:gives { - 1146 :numberToDigits (1 1 4 6). + 146 :numberToDigits (0 1 4 6). }; r:evidence ( - [ a r:Fact; r:gives {(1146 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1146 1000) math:remainder 146}] + [ a r:Fact; r:gives {(146 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(146 1000) math:remainder 146}] [ a r:Fact; r:gives {(146 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(146 100) math:remainder 46}] [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(46 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 146]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 146]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7628 a r:Inference; +skolem:lemma3304 a r:Inference; r:gives { - (1 1 4 6) :digitsToNumber 1146 . + (0 1 4 6) :digitsToNumber 146 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 100 40 6) math:sum 1146}] + [ a r:Fact; r:gives {(0 100 40 6) math:sum 146}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 146]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7629 a r:Inference; +skolem:lemma3305 a r:Inference; r:gives { - (6 4 1 1) :digitsToNumber 6411 . + (6 4 1 0) :digitsToNumber 6410 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 400 10 1) math:sum 6411}] + [ a r:Fact; r:gives {(6000 400 10 0) math:sum 6410}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -151720,60 +65240,60 @@ skolem:lemma7629 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7630 a r:Inference; +skolem:lemma3306 a r:Inference; r:gives { - 1147 :numberToDigits (1 1 4 7). + 147 :numberToDigits (0 1 4 7). }; r:evidence ( - [ a r:Fact; r:gives {(1147 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1147 1000) math:remainder 147}] + [ a r:Fact; r:gives {(147 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(147 1000) math:remainder 147}] [ a r:Fact; r:gives {(147 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(147 100) math:remainder 47}] [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(47 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 147]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 147]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7631 a r:Inference; +skolem:lemma3307 a r:Inference; r:gives { - (1 1 4 7) :digitsToNumber 1147 . + (0 1 4 7) :digitsToNumber 147 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 100 40 7) math:sum 1147}] + [ a r:Fact; r:gives {(0 100 40 7) math:sum 147}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 147]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7632 a r:Inference; +skolem:lemma3308 a r:Inference; r:gives { - (7 4 1 1) :digitsToNumber 7411 . + (7 4 1 0) :digitsToNumber 7410 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 400 10 1) math:sum 7411}] + [ a r:Fact; r:gives {(7000 400 10 0) math:sum 7410}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -151781,60 +65301,60 @@ skolem:lemma7632 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7633 a r:Inference; +skolem:lemma3309 a r:Inference; r:gives { - 1148 :numberToDigits (1 1 4 8). + 148 :numberToDigits (0 1 4 8). }; r:evidence ( - [ a r:Fact; r:gives {(1148 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1148 1000) math:remainder 148}] + [ a r:Fact; r:gives {(148 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(148 1000) math:remainder 148}] [ a r:Fact; r:gives {(148 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(148 100) math:remainder 48}] [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(48 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 148]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 148]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7634 a r:Inference; +skolem:lemma3310 a r:Inference; r:gives { - (1 1 4 8) :digitsToNumber 1148 . + (0 1 4 8) :digitsToNumber 148 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 100 40 8) math:sum 1148}] + [ a r:Fact; r:gives {(0 100 40 8) math:sum 148}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 148]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7635 a r:Inference; +skolem:lemma3311 a r:Inference; r:gives { - (8 4 1 1) :digitsToNumber 8411 . + (8 4 1 0) :digitsToNumber 8410 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 400 10 1) math:sum 8411}] + [ a r:Fact; r:gives {(8000 400 10 0) math:sum 8410}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -151842,60 +65362,60 @@ skolem:lemma7635 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7636 a r:Inference; +skolem:lemma3312 a r:Inference; r:gives { - 1149 :numberToDigits (1 1 4 9). + 149 :numberToDigits (0 1 4 9). }; r:evidence ( - [ a r:Fact; r:gives {(1149 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1149 1000) math:remainder 149}] + [ a r:Fact; r:gives {(149 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(149 1000) math:remainder 149}] [ a r:Fact; r:gives {(149 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(149 100) math:remainder 49}] [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(49 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 149]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 149]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7637 a r:Inference; +skolem:lemma3313 a r:Inference; r:gives { - (1 1 4 9) :digitsToNumber 1149 . + (0 1 4 9) :digitsToNumber 149 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 100 40 9) math:sum 1149}] + [ a r:Fact; r:gives {(0 100 40 9) math:sum 149}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 149]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7638 a r:Inference; +skolem:lemma3314 a r:Inference; r:gives { - (9 4 1 1) :digitsToNumber 9411 . + (9 4 1 0) :digitsToNumber 9410 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 400 10 1) math:sum 9411}] + [ a r:Fact; r:gives {(9000 400 10 0) math:sum 9410}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -151903,165 +65423,165 @@ skolem:lemma7638 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7639 a r:Inference; +skolem:lemma3315 a r:Inference; r:gives { - 1150 :numberToDigits (1 1 5 0). + 150 :numberToDigits (0 1 5 0). }; r:evidence ( - [ a r:Fact; r:gives {(1150 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1150 1000) math:remainder 150}] + [ a r:Fact; r:gives {(150 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(150 1000) math:remainder 150}] [ a r:Fact; r:gives {(150 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(150 100) math:remainder 50}] [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(50 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1150]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 150]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 150]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7640 a r:Inference; +skolem:lemma3316 a r:Inference; r:gives { - 1151 :numberToDigits (1 1 5 1). + 151 :numberToDigits (0 1 5 1). }; r:evidence ( - [ a r:Fact; r:gives {(1151 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1151 1000) math:remainder 151}] + [ a r:Fact; r:gives {(151 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(151 1000) math:remainder 151}] [ a r:Fact; r:gives {(151 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(151 100) math:remainder 51}] [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(51 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1151]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 151]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 151]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7641 a r:Inference; +skolem:lemma3317 a r:Inference; r:gives { - 1152 :numberToDigits (1 1 5 2). + 152 :numberToDigits (0 1 5 2). }; r:evidence ( - [ a r:Fact; r:gives {(1152 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1152 1000) math:remainder 152}] + [ a r:Fact; r:gives {(152 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(152 1000) math:remainder 152}] [ a r:Fact; r:gives {(152 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(152 100) math:remainder 52}] [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(52 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1152]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 152]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 152]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7642 a r:Inference; +skolem:lemma3318 a r:Inference; r:gives { - 1153 :numberToDigits (1 1 5 3). + 153 :numberToDigits (0 1 5 3). }; r:evidence ( - [ a r:Fact; r:gives {(1153 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1153 1000) math:remainder 153}] + [ a r:Fact; r:gives {(153 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(153 1000) math:remainder 153}] [ a r:Fact; r:gives {(153 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(153 100) math:remainder 53}] [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(53 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1153]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 153]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 153]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7643 a r:Inference; +skolem:lemma3319 a r:Inference; r:gives { - 1154 :numberToDigits (1 1 5 4). + 154 :numberToDigits (0 1 5 4). }; r:evidence ( - [ a r:Fact; r:gives {(1154 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1154 1000) math:remainder 154}] + [ a r:Fact; r:gives {(154 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(154 1000) math:remainder 154}] [ a r:Fact; r:gives {(154 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(154 100) math:remainder 54}] [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(54 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1154]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 154]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 154]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7644 a r:Inference; +skolem:lemma3320 a r:Inference; r:gives { - 1155 :numberToDigits (1 1 5 5). + 155 :numberToDigits (0 1 5 5). }; r:evidence ( - [ a r:Fact; r:gives {(1155 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1155 1000) math:remainder 155}] + [ a r:Fact; r:gives {(155 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(155 1000) math:remainder 155}] [ a r:Fact; r:gives {(155 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(155 100) math:remainder 55}] [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(55 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 155]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 155]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7645 a r:Inference; +skolem:lemma3321 a r:Inference; r:gives { - (1 1 5 5) :digitsToNumber 1155 . + (0 1 5 5) :digitsToNumber 155 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 100 50 5) math:sum 1155}] + [ a r:Fact; r:gives {(0 100 50 5) math:sum 155}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 155]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7646 a r:Inference; +skolem:lemma3322 a r:Inference; r:gives { - (5 5 1 1) :digitsToNumber 5511 . + (5 5 1 0) :digitsToNumber 5510 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 500 10 1) math:sum 5511}] + [ a r:Fact; r:gives {(5000 500 10 0) math:sum 5510}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -152069,60 +65589,60 @@ skolem:lemma7646 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7647 a r:Inference; +skolem:lemma3323 a r:Inference; r:gives { - 1156 :numberToDigits (1 1 5 6). + 156 :numberToDigits (0 1 5 6). }; r:evidence ( - [ a r:Fact; r:gives {(1156 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1156 1000) math:remainder 156}] + [ a r:Fact; r:gives {(156 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(156 1000) math:remainder 156}] [ a r:Fact; r:gives {(156 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(156 100) math:remainder 56}] [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(56 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 156]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 156]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7648 a r:Inference; +skolem:lemma3324 a r:Inference; r:gives { - (1 1 5 6) :digitsToNumber 1156 . + (0 1 5 6) :digitsToNumber 156 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 100 50 6) math:sum 1156}] + [ a r:Fact; r:gives {(0 100 50 6) math:sum 156}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 156]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7649 a r:Inference; +skolem:lemma3325 a r:Inference; r:gives { - (6 5 1 1) :digitsToNumber 6511 . + (6 5 1 0) :digitsToNumber 6510 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 500 10 1) math:sum 6511}] + [ a r:Fact; r:gives {(6000 500 10 0) math:sum 6510}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -152130,60 +65650,60 @@ skolem:lemma7649 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7650 a r:Inference; +skolem:lemma3326 a r:Inference; r:gives { - 1157 :numberToDigits (1 1 5 7). + 157 :numberToDigits (0 1 5 7). }; r:evidence ( - [ a r:Fact; r:gives {(1157 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1157 1000) math:remainder 157}] + [ a r:Fact; r:gives {(157 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(157 1000) math:remainder 157}] [ a r:Fact; r:gives {(157 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(157 100) math:remainder 57}] [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(57 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 157]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 157]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7651 a r:Inference; +skolem:lemma3327 a r:Inference; r:gives { - (1 1 5 7) :digitsToNumber 1157 . + (0 1 5 7) :digitsToNumber 157 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 100 50 7) math:sum 1157}] + [ a r:Fact; r:gives {(0 100 50 7) math:sum 157}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 157]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7652 a r:Inference; +skolem:lemma3328 a r:Inference; r:gives { - (7 5 1 1) :digitsToNumber 7511 . + (7 5 1 0) :digitsToNumber 7510 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 500 10 1) math:sum 7511}] + [ a r:Fact; r:gives {(7000 500 10 0) math:sum 7510}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -152191,60 +65711,60 @@ skolem:lemma7652 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7653 a r:Inference; +skolem:lemma3329 a r:Inference; r:gives { - 1158 :numberToDigits (1 1 5 8). + 158 :numberToDigits (0 1 5 8). }; r:evidence ( - [ a r:Fact; r:gives {(1158 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1158 1000) math:remainder 158}] + [ a r:Fact; r:gives {(158 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(158 1000) math:remainder 158}] [ a r:Fact; r:gives {(158 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(158 100) math:remainder 58}] [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(58 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 158]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 158]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7654 a r:Inference; +skolem:lemma3330 a r:Inference; r:gives { - (1 1 5 8) :digitsToNumber 1158 . + (0 1 5 8) :digitsToNumber 158 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 100 50 8) math:sum 1158}] + [ a r:Fact; r:gives {(0 100 50 8) math:sum 158}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 158]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7655 a r:Inference; +skolem:lemma3331 a r:Inference; r:gives { - (8 5 1 1) :digitsToNumber 8511 . + (8 5 1 0) :digitsToNumber 8510 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 500 10 1) math:sum 8511}] + [ a r:Fact; r:gives {(8000 500 10 0) math:sum 8510}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -152252,60 +65772,60 @@ skolem:lemma7655 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7656 a r:Inference; +skolem:lemma3332 a r:Inference; r:gives { - 1159 :numberToDigits (1 1 5 9). + 159 :numberToDigits (0 1 5 9). }; r:evidence ( - [ a r:Fact; r:gives {(1159 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1159 1000) math:remainder 159}] + [ a r:Fact; r:gives {(159 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(159 1000) math:remainder 159}] [ a r:Fact; r:gives {(159 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(159 100) math:remainder 59}] [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(59 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 159]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 159]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7657 a r:Inference; +skolem:lemma3333 a r:Inference; r:gives { - (1 1 5 9) :digitsToNumber 1159 . + (0 1 5 9) :digitsToNumber 159 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 100 50 9) math:sum 1159}] + [ a r:Fact; r:gives {(0 100 50 9) math:sum 159}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 159]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7658 a r:Inference; +skolem:lemma3334 a r:Inference; r:gives { - (9 5 1 1) :digitsToNumber 9511 . + (9 5 1 0) :digitsToNumber 9510 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 500 10 1) math:sum 9511}] + [ a r:Fact; r:gives {(9000 500 10 0) math:sum 9510}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -152313,186 +65833,186 @@ skolem:lemma7658 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7659 a r:Inference; +skolem:lemma3335 a r:Inference; r:gives { - 1160 :numberToDigits (1 1 6 0). + 160 :numberToDigits (0 1 6 0). }; r:evidence ( - [ a r:Fact; r:gives {(1160 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1160 1000) math:remainder 160}] + [ a r:Fact; r:gives {(160 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(160 1000) math:remainder 160}] [ a r:Fact; r:gives {(160 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(160 100) math:remainder 60}] [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(60 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1160]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 160]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 160]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7660 a r:Inference; +skolem:lemma3336 a r:Inference; r:gives { - 1161 :numberToDigits (1 1 6 1). + 161 :numberToDigits (0 1 6 1). }; r:evidence ( - [ a r:Fact; r:gives {(1161 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1161 1000) math:remainder 161}] + [ a r:Fact; r:gives {(161 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(161 1000) math:remainder 161}] [ a r:Fact; r:gives {(161 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(161 100) math:remainder 61}] [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(61 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1161]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 161]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 161]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7661 a r:Inference; +skolem:lemma3337 a r:Inference; r:gives { - 1162 :numberToDigits (1 1 6 2). + 162 :numberToDigits (0 1 6 2). }; r:evidence ( - [ a r:Fact; r:gives {(1162 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1162 1000) math:remainder 162}] + [ a r:Fact; r:gives {(162 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(162 1000) math:remainder 162}] [ a r:Fact; r:gives {(162 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(162 100) math:remainder 62}] [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(62 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1162]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 162]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 162]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7662 a r:Inference; +skolem:lemma3338 a r:Inference; r:gives { - 1163 :numberToDigits (1 1 6 3). + 163 :numberToDigits (0 1 6 3). }; r:evidence ( - [ a r:Fact; r:gives {(1163 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1163 1000) math:remainder 163}] + [ a r:Fact; r:gives {(163 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(163 1000) math:remainder 163}] [ a r:Fact; r:gives {(163 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(163 100) math:remainder 63}] [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(63 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1163]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 163]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 163]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7663 a r:Inference; +skolem:lemma3339 a r:Inference; r:gives { - 1164 :numberToDigits (1 1 6 4). + 164 :numberToDigits (0 1 6 4). }; r:evidence ( - [ a r:Fact; r:gives {(1164 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1164 1000) math:remainder 164}] + [ a r:Fact; r:gives {(164 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(164 1000) math:remainder 164}] [ a r:Fact; r:gives {(164 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(164 100) math:remainder 64}] [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(64 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1164]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 164]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 164]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7664 a r:Inference; +skolem:lemma3340 a r:Inference; r:gives { - 1165 :numberToDigits (1 1 6 5). + 165 :numberToDigits (0 1 6 5). }; r:evidence ( - [ a r:Fact; r:gives {(1165 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1165 1000) math:remainder 165}] + [ a r:Fact; r:gives {(165 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(165 1000) math:remainder 165}] [ a r:Fact; r:gives {(165 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(165 100) math:remainder 65}] [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(65 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1165]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 165]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 165]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7665 a r:Inference; +skolem:lemma3341 a r:Inference; r:gives { - 1166 :numberToDigits (1 1 6 6). + 166 :numberToDigits (0 1 6 6). }; r:evidence ( - [ a r:Fact; r:gives {(1166 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1166 1000) math:remainder 166}] + [ a r:Fact; r:gives {(166 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(166 1000) math:remainder 166}] [ a r:Fact; r:gives {(166 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(166 100) math:remainder 66}] [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(66 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 166]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 166]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7666 a r:Inference; +skolem:lemma3342 a r:Inference; r:gives { - (1 1 6 6) :digitsToNumber 1166 . + (0 1 6 6) :digitsToNumber 166 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 100 60 6) math:sum 1166}] + [ a r:Fact; r:gives {(0 100 60 6) math:sum 166}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 166]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7667 a r:Inference; +skolem:lemma3343 a r:Inference; r:gives { - (6 6 1 1) :digitsToNumber 6611 . + (6 6 1 0) :digitsToNumber 6610 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 600 10 1) math:sum 6611}] + [ a r:Fact; r:gives {(6000 600 10 0) math:sum 6610}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -152500,60 +66020,60 @@ skolem:lemma7667 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7668 a r:Inference; +skolem:lemma3344 a r:Inference; r:gives { - 1167 :numberToDigits (1 1 6 7). + 167 :numberToDigits (0 1 6 7). }; r:evidence ( - [ a r:Fact; r:gives {(1167 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1167 1000) math:remainder 167}] + [ a r:Fact; r:gives {(167 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(167 1000) math:remainder 167}] [ a r:Fact; r:gives {(167 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(167 100) math:remainder 67}] [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(67 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 167]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 167]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7669 a r:Inference; +skolem:lemma3345 a r:Inference; r:gives { - (1 1 6 7) :digitsToNumber 1167 . + (0 1 6 7) :digitsToNumber 167 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 100 60 7) math:sum 1167}] + [ a r:Fact; r:gives {(0 100 60 7) math:sum 167}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 167]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7670 a r:Inference; +skolem:lemma3346 a r:Inference; r:gives { - (7 6 1 1) :digitsToNumber 7611 . + (7 6 1 0) :digitsToNumber 7610 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 600 10 1) math:sum 7611}] + [ a r:Fact; r:gives {(7000 600 10 0) math:sum 7610}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -152561,60 +66081,60 @@ skolem:lemma7670 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7671 a r:Inference; +skolem:lemma3347 a r:Inference; r:gives { - 1168 :numberToDigits (1 1 6 8). + 168 :numberToDigits (0 1 6 8). }; r:evidence ( - [ a r:Fact; r:gives {(1168 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1168 1000) math:remainder 168}] + [ a r:Fact; r:gives {(168 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(168 1000) math:remainder 168}] [ a r:Fact; r:gives {(168 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(168 100) math:remainder 68}] [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(68 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 168]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 168]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7672 a r:Inference; +skolem:lemma3348 a r:Inference; r:gives { - (1 1 6 8) :digitsToNumber 1168 . + (0 1 6 8) :digitsToNumber 168 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 100 60 8) math:sum 1168}] + [ a r:Fact; r:gives {(0 100 60 8) math:sum 168}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 168]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7673 a r:Inference; +skolem:lemma3349 a r:Inference; r:gives { - (8 6 1 1) :digitsToNumber 8611 . + (8 6 1 0) :digitsToNumber 8610 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 600 10 1) math:sum 8611}] + [ a r:Fact; r:gives {(8000 600 10 0) math:sum 8610}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -152622,60 +66142,60 @@ skolem:lemma7673 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7674 a r:Inference; +skolem:lemma3350 a r:Inference; r:gives { - 1169 :numberToDigits (1 1 6 9). + 169 :numberToDigits (0 1 6 9). }; r:evidence ( - [ a r:Fact; r:gives {(1169 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1169 1000) math:remainder 169}] + [ a r:Fact; r:gives {(169 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(169 1000) math:remainder 169}] [ a r:Fact; r:gives {(169 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(169 100) math:remainder 69}] [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(69 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 169]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 169]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7675 a r:Inference; +skolem:lemma3351 a r:Inference; r:gives { - (1 1 6 9) :digitsToNumber 1169 . + (0 1 6 9) :digitsToNumber 169 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 100 60 9) math:sum 1169}] + [ a r:Fact; r:gives {(0 100 60 9) math:sum 169}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 169]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7676 a r:Inference; +skolem:lemma3352 a r:Inference; r:gives { - (9 6 1 1) :digitsToNumber 9611 . + (9 6 1 0) :digitsToNumber 9610 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 600 10 1) math:sum 9611}] + [ a r:Fact; r:gives {(9000 600 10 0) math:sum 9610}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -152683,207 +66203,207 @@ skolem:lemma7676 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7677 a r:Inference; +skolem:lemma3353 a r:Inference; r:gives { - 1170 :numberToDigits (1 1 7 0). + 170 :numberToDigits (0 1 7 0). }; r:evidence ( - [ a r:Fact; r:gives {(1170 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1170 1000) math:remainder 170}] + [ a r:Fact; r:gives {(170 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(170 1000) math:remainder 170}] [ a r:Fact; r:gives {(170 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(170 100) math:remainder 70}] [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(70 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1170]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 170]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 170]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7678 a r:Inference; +skolem:lemma3354 a r:Inference; r:gives { - 1171 :numberToDigits (1 1 7 1). + 171 :numberToDigits (0 1 7 1). }; r:evidence ( - [ a r:Fact; r:gives {(1171 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1171 1000) math:remainder 171}] + [ a r:Fact; r:gives {(171 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(171 1000) math:remainder 171}] [ a r:Fact; r:gives {(171 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(171 100) math:remainder 71}] [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(71 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 171]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 171]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7679 a r:Inference; +skolem:lemma3355 a r:Inference; r:gives { - 1172 :numberToDigits (1 1 7 2). + 172 :numberToDigits (0 1 7 2). }; r:evidence ( - [ a r:Fact; r:gives {(1172 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1172 1000) math:remainder 172}] + [ a r:Fact; r:gives {(172 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(172 1000) math:remainder 172}] [ a r:Fact; r:gives {(172 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(172 100) math:remainder 72}] [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(72 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 172]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 172]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7680 a r:Inference; +skolem:lemma3356 a r:Inference; r:gives { - 1173 :numberToDigits (1 1 7 3). + 173 :numberToDigits (0 1 7 3). }; r:evidence ( - [ a r:Fact; r:gives {(1173 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1173 1000) math:remainder 173}] + [ a r:Fact; r:gives {(173 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(173 1000) math:remainder 173}] [ a r:Fact; r:gives {(173 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(173 100) math:remainder 73}] [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(73 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 173]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 173]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7681 a r:Inference; +skolem:lemma3357 a r:Inference; r:gives { - 1174 :numberToDigits (1 1 7 4). + 174 :numberToDigits (0 1 7 4). }; r:evidence ( - [ a r:Fact; r:gives {(1174 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1174 1000) math:remainder 174}] + [ a r:Fact; r:gives {(174 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(174 1000) math:remainder 174}] [ a r:Fact; r:gives {(174 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(174 100) math:remainder 74}] [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(74 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 174]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 174]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7682 a r:Inference; +skolem:lemma3358 a r:Inference; r:gives { - 1175 :numberToDigits (1 1 7 5). + 175 :numberToDigits (0 1 7 5). }; r:evidence ( - [ a r:Fact; r:gives {(1175 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1175 1000) math:remainder 175}] + [ a r:Fact; r:gives {(175 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(175 1000) math:remainder 175}] [ a r:Fact; r:gives {(175 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(175 100) math:remainder 75}] [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(75 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 175]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 175]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7683 a r:Inference; +skolem:lemma3359 a r:Inference; r:gives { - 1176 :numberToDigits (1 1 7 6). + 176 :numberToDigits (0 1 7 6). }; r:evidence ( - [ a r:Fact; r:gives {(1176 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1176 1000) math:remainder 176}] + [ a r:Fact; r:gives {(176 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(176 1000) math:remainder 176}] [ a r:Fact; r:gives {(176 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(176 100) math:remainder 76}] [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(76 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 176]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 176]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7684 a r:Inference; +skolem:lemma3360 a r:Inference; r:gives { - 1177 :numberToDigits (1 1 7 7). + 177 :numberToDigits (0 1 7 7). }; r:evidence ( - [ a r:Fact; r:gives {(1177 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1177 1000) math:remainder 177}] + [ a r:Fact; r:gives {(177 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(177 1000) math:remainder 177}] [ a r:Fact; r:gives {(177 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(177 100) math:remainder 77}] [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(77 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 177]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 177]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7685 a r:Inference; +skolem:lemma3361 a r:Inference; r:gives { - (1 1 7 7) :digitsToNumber 1177 . + (0 1 7 7) :digitsToNumber 177 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 100 70 7) math:sum 1177}] + [ a r:Fact; r:gives {(0 100 70 7) math:sum 177}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 177]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7686 a r:Inference; +skolem:lemma3362 a r:Inference; r:gives { - (7 7 1 1) :digitsToNumber 7711 . + (7 7 1 0) :digitsToNumber 7710 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 700 10 1) math:sum 7711}] + [ a r:Fact; r:gives {(7000 700 10 0) math:sum 7710}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -152891,60 +66411,60 @@ skolem:lemma7686 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7687 a r:Inference; +skolem:lemma3363 a r:Inference; r:gives { - 1178 :numberToDigits (1 1 7 8). + 178 :numberToDigits (0 1 7 8). }; r:evidence ( - [ a r:Fact; r:gives {(1178 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1178 1000) math:remainder 178}] + [ a r:Fact; r:gives {(178 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(178 1000) math:remainder 178}] [ a r:Fact; r:gives {(178 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(178 100) math:remainder 78}] [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(78 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 178]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 178]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7688 a r:Inference; +skolem:lemma3364 a r:Inference; r:gives { - (1 1 7 8) :digitsToNumber 1178 . + (0 1 7 8) :digitsToNumber 178 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 100 70 8) math:sum 1178}] + [ a r:Fact; r:gives {(0 100 70 8) math:sum 178}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 178]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7689 a r:Inference; +skolem:lemma3365 a r:Inference; r:gives { - (8 7 1 1) :digitsToNumber 8711 . + (8 7 1 0) :digitsToNumber 8710 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 700 10 1) math:sum 8711}] + [ a r:Fact; r:gives {(8000 700 10 0) math:sum 8710}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -152952,60 +66472,60 @@ skolem:lemma7689 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7690 a r:Inference; +skolem:lemma3366 a r:Inference; r:gives { - 1179 :numberToDigits (1 1 7 9). + 179 :numberToDigits (0 1 7 9). }; r:evidence ( - [ a r:Fact; r:gives {(1179 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1179 1000) math:remainder 179}] + [ a r:Fact; r:gives {(179 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(179 1000) math:remainder 179}] [ a r:Fact; r:gives {(179 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(179 100) math:remainder 79}] [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(79 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 179]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 179]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7691 a r:Inference; +skolem:lemma3367 a r:Inference; r:gives { - (1 1 7 9) :digitsToNumber 1179 . + (0 1 7 9) :digitsToNumber 179 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 100 70 9) math:sum 1179}] + [ a r:Fact; r:gives {(0 100 70 9) math:sum 179}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 179]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7692 a r:Inference; +skolem:lemma3368 a r:Inference; r:gives { - (9 7 1 1) :digitsToNumber 9711 . + (9 7 1 0) :digitsToNumber 9710 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 700 10 1) math:sum 9711}] + [ a r:Fact; r:gives {(9000 700 10 0) math:sum 9710}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -153013,228 +66533,228 @@ skolem:lemma7692 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7693 a r:Inference; +skolem:lemma3369 a r:Inference; r:gives { - 1180 :numberToDigits (1 1 8 0). + 180 :numberToDigits (0 1 8 0). }; r:evidence ( - [ a r:Fact; r:gives {(1180 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1180 1000) math:remainder 180}] + [ a r:Fact; r:gives {(180 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(180 1000) math:remainder 180}] [ a r:Fact; r:gives {(180 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(180 100) math:remainder 80}] [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(80 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1180]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 180]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 180]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7694 a r:Inference; +skolem:lemma3370 a r:Inference; r:gives { - 1181 :numberToDigits (1 1 8 1). + 181 :numberToDigits (0 1 8 1). }; r:evidence ( - [ a r:Fact; r:gives {(1181 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1181 1000) math:remainder 181}] + [ a r:Fact; r:gives {(181 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(181 1000) math:remainder 181}] [ a r:Fact; r:gives {(181 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(181 100) math:remainder 81}] [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(81 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1181]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 181]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 181]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7695 a r:Inference; +skolem:lemma3371 a r:Inference; r:gives { - 1182 :numberToDigits (1 1 8 2). + 182 :numberToDigits (0 1 8 2). }; r:evidence ( - [ a r:Fact; r:gives {(1182 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1182 1000) math:remainder 182}] + [ a r:Fact; r:gives {(182 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(182 1000) math:remainder 182}] [ a r:Fact; r:gives {(182 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(182 100) math:remainder 82}] [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(82 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1182]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 182]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 182]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7696 a r:Inference; +skolem:lemma3372 a r:Inference; r:gives { - 1183 :numberToDigits (1 1 8 3). + 183 :numberToDigits (0 1 8 3). }; r:evidence ( - [ a r:Fact; r:gives {(1183 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1183 1000) math:remainder 183}] + [ a r:Fact; r:gives {(183 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(183 1000) math:remainder 183}] [ a r:Fact; r:gives {(183 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(183 100) math:remainder 83}] [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(83 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1183]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 183]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 183]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7697 a r:Inference; +skolem:lemma3373 a r:Inference; r:gives { - 1184 :numberToDigits (1 1 8 4). + 184 :numberToDigits (0 1 8 4). }; r:evidence ( - [ a r:Fact; r:gives {(1184 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1184 1000) math:remainder 184}] + [ a r:Fact; r:gives {(184 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(184 1000) math:remainder 184}] [ a r:Fact; r:gives {(184 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(184 100) math:remainder 84}] [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(84 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1184]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 184]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 184]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7698 a r:Inference; +skolem:lemma3374 a r:Inference; r:gives { - 1185 :numberToDigits (1 1 8 5). + 185 :numberToDigits (0 1 8 5). }; r:evidence ( - [ a r:Fact; r:gives {(1185 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1185 1000) math:remainder 185}] + [ a r:Fact; r:gives {(185 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(185 1000) math:remainder 185}] [ a r:Fact; r:gives {(185 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(185 100) math:remainder 85}] [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(85 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1185]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 185]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 185]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7699 a r:Inference; +skolem:lemma3375 a r:Inference; r:gives { - 1186 :numberToDigits (1 1 8 6). + 186 :numberToDigits (0 1 8 6). }; r:evidence ( - [ a r:Fact; r:gives {(1186 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1186 1000) math:remainder 186}] + [ a r:Fact; r:gives {(186 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(186 1000) math:remainder 186}] [ a r:Fact; r:gives {(186 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(186 100) math:remainder 86}] [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(86 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1186]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 186]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 186]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7700 a r:Inference; +skolem:lemma3376 a r:Inference; r:gives { - 1187 :numberToDigits (1 1 8 7). + 187 :numberToDigits (0 1 8 7). }; r:evidence ( - [ a r:Fact; r:gives {(1187 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1187 1000) math:remainder 187}] + [ a r:Fact; r:gives {(187 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(187 1000) math:remainder 187}] [ a r:Fact; r:gives {(187 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(187 100) math:remainder 87}] [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(87 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1187]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 187]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 187]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7701 a r:Inference; +skolem:lemma3377 a r:Inference; r:gives { - 1188 :numberToDigits (1 1 8 8). + 188 :numberToDigits (0 1 8 8). }; r:evidence ( - [ a r:Fact; r:gives {(1188 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1188 1000) math:remainder 188}] + [ a r:Fact; r:gives {(188 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(188 1000) math:remainder 188}] [ a r:Fact; r:gives {(188 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(188 100) math:remainder 88}] [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(88 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 188]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 188]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7702 a r:Inference; +skolem:lemma3378 a r:Inference; r:gives { - (1 1 8 8) :digitsToNumber 1188 . + (0 1 8 8) :digitsToNumber 188 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 100 80 8) math:sum 1188}] + [ a r:Fact; r:gives {(0 100 80 8) math:sum 188}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 188]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7703 a r:Inference; +skolem:lemma3379 a r:Inference; r:gives { - (8 8 1 1) :digitsToNumber 8811 . + (8 8 1 0) :digitsToNumber 8810 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 800 10 1) math:sum 8811}] + [ a r:Fact; r:gives {(8000 800 10 0) math:sum 8810}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -153242,60 +66762,60 @@ skolem:lemma7703 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7704 a r:Inference; +skolem:lemma3380 a r:Inference; r:gives { - 1189 :numberToDigits (1 1 8 9). + 189 :numberToDigits (0 1 8 9). }; r:evidence ( - [ a r:Fact; r:gives {(1189 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1189 1000) math:remainder 189}] + [ a r:Fact; r:gives {(189 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(189 1000) math:remainder 189}] [ a r:Fact; r:gives {(189 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(189 100) math:remainder 89}] [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(89 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 189]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 189]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7705 a r:Inference; +skolem:lemma3381 a r:Inference; r:gives { - (1 1 8 9) :digitsToNumber 1189 . + (0 1 8 9) :digitsToNumber 189 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 100 80 9) math:sum 1189}] + [ a r:Fact; r:gives {(0 100 80 9) math:sum 189}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 189]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7706 a r:Inference; +skolem:lemma3382 a r:Inference; r:gives { - (9 8 1 1) :digitsToNumber 9811 . + (9 8 1 0) :digitsToNumber 9810 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 800 10 1) math:sum 9811}] + [ a r:Fact; r:gives {(9000 800 10 0) math:sum 9810}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -153303,249 +66823,249 @@ skolem:lemma7706 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7707 a r:Inference; +skolem:lemma3383 a r:Inference; r:gives { - 1190 :numberToDigits (1 1 9 0). + 190 :numberToDigits (0 1 9 0). }; r:evidence ( - [ a r:Fact; r:gives {(1190 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1190 1000) math:remainder 190}] + [ a r:Fact; r:gives {(190 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(190 1000) math:remainder 190}] [ a r:Fact; r:gives {(190 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(190 100) math:remainder 90}] [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(90 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1190]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 190]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 190]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7708 a r:Inference; +skolem:lemma3384 a r:Inference; r:gives { - 1191 :numberToDigits (1 1 9 1). + 191 :numberToDigits (0 1 9 1). }; r:evidence ( - [ a r:Fact; r:gives {(1191 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1191 1000) math:remainder 191}] + [ a r:Fact; r:gives {(191 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(191 1000) math:remainder 191}] [ a r:Fact; r:gives {(191 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(191 100) math:remainder 91}] [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(91 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1191]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 191]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 191]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7709 a r:Inference; +skolem:lemma3385 a r:Inference; r:gives { - 1192 :numberToDigits (1 1 9 2). + 192 :numberToDigits (0 1 9 2). }; r:evidence ( - [ a r:Fact; r:gives {(1192 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1192 1000) math:remainder 192}] + [ a r:Fact; r:gives {(192 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(192 1000) math:remainder 192}] [ a r:Fact; r:gives {(192 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(192 100) math:remainder 92}] [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(92 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1192]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 192]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 192]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7710 a r:Inference; +skolem:lemma3386 a r:Inference; r:gives { - 1193 :numberToDigits (1 1 9 3). + 193 :numberToDigits (0 1 9 3). }; r:evidence ( - [ a r:Fact; r:gives {(1193 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1193 1000) math:remainder 193}] + [ a r:Fact; r:gives {(193 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(193 1000) math:remainder 193}] [ a r:Fact; r:gives {(193 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(193 100) math:remainder 93}] [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(93 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1193]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 193]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 193]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7711 a r:Inference; +skolem:lemma3387 a r:Inference; r:gives { - 1194 :numberToDigits (1 1 9 4). + 194 :numberToDigits (0 1 9 4). }; r:evidence ( - [ a r:Fact; r:gives {(1194 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1194 1000) math:remainder 194}] + [ a r:Fact; r:gives {(194 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(194 1000) math:remainder 194}] [ a r:Fact; r:gives {(194 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(194 100) math:remainder 94}] [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(94 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1194]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 194]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 194]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7712 a r:Inference; +skolem:lemma3388 a r:Inference; r:gives { - 1195 :numberToDigits (1 1 9 5). + 195 :numberToDigits (0 1 9 5). }; r:evidence ( - [ a r:Fact; r:gives {(1195 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1195 1000) math:remainder 195}] + [ a r:Fact; r:gives {(195 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(195 1000) math:remainder 195}] [ a r:Fact; r:gives {(195 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(195 100) math:remainder 95}] [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(95 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1195]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 195]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 195]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7713 a r:Inference; +skolem:lemma3389 a r:Inference; r:gives { - 1196 :numberToDigits (1 1 9 6). + 196 :numberToDigits (0 1 9 6). }; r:evidence ( - [ a r:Fact; r:gives {(1196 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1196 1000) math:remainder 196}] + [ a r:Fact; r:gives {(196 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(196 1000) math:remainder 196}] [ a r:Fact; r:gives {(196 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(196 100) math:remainder 96}] [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(96 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1196]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 196]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 196]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7714 a r:Inference; +skolem:lemma3390 a r:Inference; r:gives { - 1197 :numberToDigits (1 1 9 7). + 197 :numberToDigits (0 1 9 7). }; r:evidence ( - [ a r:Fact; r:gives {(1197 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1197 1000) math:remainder 197}] + [ a r:Fact; r:gives {(197 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(197 1000) math:remainder 197}] [ a r:Fact; r:gives {(197 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(197 100) math:remainder 97}] [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(97 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1197]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 197]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 197]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7715 a r:Inference; +skolem:lemma3391 a r:Inference; r:gives { - 1198 :numberToDigits (1 1 9 8). + 198 :numberToDigits (0 1 9 8). }; r:evidence ( - [ a r:Fact; r:gives {(1198 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1198 1000) math:remainder 198}] + [ a r:Fact; r:gives {(198 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(198 1000) math:remainder 198}] [ a r:Fact; r:gives {(198 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(198 100) math:remainder 98}] [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(98 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1198]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 198]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 198]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7716 a r:Inference; +skolem:lemma3392 a r:Inference; r:gives { - 1199 :numberToDigits (1 1 9 9). + 199 :numberToDigits (0 1 9 9). }; r:evidence ( - [ a r:Fact; r:gives {(1199 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1199 1000) math:remainder 199}] + [ a r:Fact; r:gives {(199 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(199 1000) math:remainder 199}] [ a r:Fact; r:gives {(199 100) math:integerQuotient 1}] [ a r:Fact; r:gives {(199 100) math:remainder 99}] [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(99 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 199]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 199]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7717 a r:Inference; +skolem:lemma3393 a r:Inference; r:gives { - (1 1 9 9) :digitsToNumber 1199 . + (0 1 9 9) :digitsToNumber 199 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(1 100) math:product 100}] [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(1000 100 90 9) math:sum 1199}] + [ a r:Fact; r:gives {(0 100 90 9) math:sum 199}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 199]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7718 a r:Inference; +skolem:lemma3394 a r:Inference; r:gives { - (9 9 1 1) :digitsToNumber 9911 . + (9 9 1 0) :digitsToNumber 9910 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(9 100) math:product 900}] [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 900 10 1) math:sum 9911}] + [ a r:Fact; r:gives {(9000 900 10 0) math:sum 9910}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -153553,522 +67073,522 @@ skolem:lemma7718 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7719 a r:Inference; +skolem:lemma3395 a r:Inference; r:gives { - 1200 :numberToDigits (1 2 0 0). + 200 :numberToDigits (0 2 0 0). }; r:evidence ( - [ a r:Fact; r:gives {(1200 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1200 1000) math:remainder 200}] + [ a r:Fact; r:gives {(200 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(200 1000) math:remainder 200}] [ a r:Fact; r:gives {(200 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(200 100) math:remainder 0}] [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(0 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7720 a r:Inference; +skolem:lemma3396 a r:Inference; r:gives { - 1201 :numberToDigits (1 2 0 1). + 201 :numberToDigits (0 2 0 1). }; r:evidence ( - [ a r:Fact; r:gives {(1201 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1201 1000) math:remainder 201}] + [ a r:Fact; r:gives {(201 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(201 1000) math:remainder 201}] [ a r:Fact; r:gives {(201 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(201 100) math:remainder 1}] [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(1 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1201]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 201]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 201]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7721 a r:Inference; +skolem:lemma3397 a r:Inference; r:gives { - 1202 :numberToDigits (1 2 0 2). + 202 :numberToDigits (0 2 0 2). }; r:evidence ( - [ a r:Fact; r:gives {(1202 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1202 1000) math:remainder 202}] + [ a r:Fact; r:gives {(202 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(202 1000) math:remainder 202}] [ a r:Fact; r:gives {(202 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(202 100) math:remainder 2}] [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(2 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1202]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 202]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 202]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7722 a r:Inference; +skolem:lemma3398 a r:Inference; r:gives { - 1203 :numberToDigits (1 2 0 3). + 203 :numberToDigits (0 2 0 3). }; r:evidence ( - [ a r:Fact; r:gives {(1203 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1203 1000) math:remainder 203}] + [ a r:Fact; r:gives {(203 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(203 1000) math:remainder 203}] [ a r:Fact; r:gives {(203 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(203 100) math:remainder 3}] [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(3 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1203]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 203]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 203]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7723 a r:Inference; +skolem:lemma3399 a r:Inference; r:gives { - 1204 :numberToDigits (1 2 0 4). + 204 :numberToDigits (0 2 0 4). }; r:evidence ( - [ a r:Fact; r:gives {(1204 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1204 1000) math:remainder 204}] + [ a r:Fact; r:gives {(204 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(204 1000) math:remainder 204}] [ a r:Fact; r:gives {(204 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(204 100) math:remainder 4}] [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(4 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1204]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 204]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 204]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7724 a r:Inference; +skolem:lemma3400 a r:Inference; r:gives { - 1205 :numberToDigits (1 2 0 5). + 205 :numberToDigits (0 2 0 5). }; r:evidence ( - [ a r:Fact; r:gives {(1205 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1205 1000) math:remainder 205}] + [ a r:Fact; r:gives {(205 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(205 1000) math:remainder 205}] [ a r:Fact; r:gives {(205 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(205 100) math:remainder 5}] [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(5 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1205]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 205]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 205]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7725 a r:Inference; +skolem:lemma3401 a r:Inference; r:gives { - 1206 :numberToDigits (1 2 0 6). + 206 :numberToDigits (0 2 0 6). }; r:evidence ( - [ a r:Fact; r:gives {(1206 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1206 1000) math:remainder 206}] + [ a r:Fact; r:gives {(206 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(206 1000) math:remainder 206}] [ a r:Fact; r:gives {(206 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(206 100) math:remainder 6}] [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(6 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1206]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 206]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 206]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7726 a r:Inference; +skolem:lemma3402 a r:Inference; r:gives { - 1207 :numberToDigits (1 2 0 7). + 207 :numberToDigits (0 2 0 7). }; r:evidence ( - [ a r:Fact; r:gives {(1207 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1207 1000) math:remainder 207}] + [ a r:Fact; r:gives {(207 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(207 1000) math:remainder 207}] [ a r:Fact; r:gives {(207 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(207 100) math:remainder 7}] [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(7 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1207]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 207]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 207]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7727 a r:Inference; +skolem:lemma3403 a r:Inference; r:gives { - 1208 :numberToDigits (1 2 0 8). + 208 :numberToDigits (0 2 0 8). }; r:evidence ( - [ a r:Fact; r:gives {(1208 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1208 1000) math:remainder 208}] + [ a r:Fact; r:gives {(208 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(208 1000) math:remainder 208}] [ a r:Fact; r:gives {(208 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(208 100) math:remainder 8}] [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(8 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1208]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 208]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 208]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7728 a r:Inference; +skolem:lemma3404 a r:Inference; r:gives { - 1209 :numberToDigits (1 2 0 9). + 209 :numberToDigits (0 2 0 9). }; r:evidence ( - [ a r:Fact; r:gives {(1209 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1209 1000) math:remainder 209}] + [ a r:Fact; r:gives {(209 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(209 1000) math:remainder 209}] [ a r:Fact; r:gives {(209 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(209 100) math:remainder 9}] [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(9 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1209]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 209]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 209]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7729 a r:Inference; +skolem:lemma3405 a r:Inference; r:gives { - 1210 :numberToDigits (1 2 1 0). + 210 :numberToDigits (0 2 1 0). }; r:evidence ( - [ a r:Fact; r:gives {(1210 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1210 1000) math:remainder 210}] + [ a r:Fact; r:gives {(210 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(210 1000) math:remainder 210}] [ a r:Fact; r:gives {(210 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(210 100) math:remainder 10}] [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(10 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 210]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 210]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7730 a r:Inference; +skolem:lemma3406 a r:Inference; r:gives { - 1211 :numberToDigits (1 2 1 1). + 211 :numberToDigits (0 2 1 1). }; r:evidence ( - [ a r:Fact; r:gives {(1211 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1211 1000) math:remainder 211}] + [ a r:Fact; r:gives {(211 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(211 1000) math:remainder 211}] [ a r:Fact; r:gives {(211 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(211 100) math:remainder 11}] [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(11 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1211]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 211]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 211]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7731 a r:Inference; +skolem:lemma3407 a r:Inference; r:gives { - 1212 :numberToDigits (1 2 1 2). + 212 :numberToDigits (0 2 1 2). }; r:evidence ( - [ a r:Fact; r:gives {(1212 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1212 1000) math:remainder 212}] + [ a r:Fact; r:gives {(212 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(212 1000) math:remainder 212}] [ a r:Fact; r:gives {(212 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(212 100) math:remainder 12}] [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(12 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1212]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 212]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 212]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7732 a r:Inference; +skolem:lemma3408 a r:Inference; r:gives { - 1213 :numberToDigits (1 2 1 3). + 213 :numberToDigits (0 2 1 3). }; r:evidence ( - [ a r:Fact; r:gives {(1213 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1213 1000) math:remainder 213}] + [ a r:Fact; r:gives {(213 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(213 1000) math:remainder 213}] [ a r:Fact; r:gives {(213 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(213 100) math:remainder 13}] [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(13 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1213]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 213]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 213]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7733 a r:Inference; +skolem:lemma3409 a r:Inference; r:gives { - 1214 :numberToDigits (1 2 1 4). + 214 :numberToDigits (0 2 1 4). }; r:evidence ( - [ a r:Fact; r:gives {(1214 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1214 1000) math:remainder 214}] + [ a r:Fact; r:gives {(214 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(214 1000) math:remainder 214}] [ a r:Fact; r:gives {(214 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(214 100) math:remainder 14}] [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(14 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1214]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 214]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 214]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7734 a r:Inference; +skolem:lemma3410 a r:Inference; r:gives { - 1215 :numberToDigits (1 2 1 5). + 215 :numberToDigits (0 2 1 5). }; r:evidence ( - [ a r:Fact; r:gives {(1215 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1215 1000) math:remainder 215}] + [ a r:Fact; r:gives {(215 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(215 1000) math:remainder 215}] [ a r:Fact; r:gives {(215 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(215 100) math:remainder 15}] [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(15 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1215]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 215]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 215]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7735 a r:Inference; +skolem:lemma3411 a r:Inference; r:gives { - 1216 :numberToDigits (1 2 1 6). + 216 :numberToDigits (0 2 1 6). }; r:evidence ( - [ a r:Fact; r:gives {(1216 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1216 1000) math:remainder 216}] + [ a r:Fact; r:gives {(216 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(216 1000) math:remainder 216}] [ a r:Fact; r:gives {(216 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(216 100) math:remainder 16}] [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(16 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1216]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 216]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 216]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7736 a r:Inference; +skolem:lemma3412 a r:Inference; r:gives { - 1217 :numberToDigits (1 2 1 7). + 217 :numberToDigits (0 2 1 7). }; r:evidence ( - [ a r:Fact; r:gives {(1217 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1217 1000) math:remainder 217}] + [ a r:Fact; r:gives {(217 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(217 1000) math:remainder 217}] [ a r:Fact; r:gives {(217 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(217 100) math:remainder 17}] [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(17 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1217]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 217]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 217]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7737 a r:Inference; +skolem:lemma3413 a r:Inference; r:gives { - 1218 :numberToDigits (1 2 1 8). + 218 :numberToDigits (0 2 1 8). }; r:evidence ( - [ a r:Fact; r:gives {(1218 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1218 1000) math:remainder 218}] + [ a r:Fact; r:gives {(218 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(218 1000) math:remainder 218}] [ a r:Fact; r:gives {(218 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(218 100) math:remainder 18}] [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(18 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1218]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 218]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 218]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7738 a r:Inference; +skolem:lemma3414 a r:Inference; r:gives { - 1219 :numberToDigits (1 2 1 9). + 219 :numberToDigits (0 2 1 9). }; r:evidence ( - [ a r:Fact; r:gives {(1219 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1219 1000) math:remainder 219}] + [ a r:Fact; r:gives {(219 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(219 1000) math:remainder 219}] [ a r:Fact; r:gives {(219 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(219 100) math:remainder 19}] [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(19 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1219]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 219]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 219]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7739 a r:Inference; +skolem:lemma3415 a r:Inference; r:gives { - 1220 :numberToDigits (1 2 2 0). + 220 :numberToDigits (0 2 2 0). }; r:evidence ( - [ a r:Fact; r:gives {(1220 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1220 1000) math:remainder 220}] + [ a r:Fact; r:gives {(220 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(220 1000) math:remainder 220}] [ a r:Fact; r:gives {(220 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(220 100) math:remainder 20}] [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(20 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 220]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 220]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7740 a r:Inference; +skolem:lemma3416 a r:Inference; r:gives { - 1221 :numberToDigits (1 2 2 1). + 221 :numberToDigits (0 2 2 1). }; r:evidence ( - [ a r:Fact; r:gives {(1221 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1221 1000) math:remainder 221}] + [ a r:Fact; r:gives {(221 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(221 1000) math:remainder 221}] [ a r:Fact; r:gives {(221 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(221 100) math:remainder 21}] [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(21 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1221]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 221]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 221]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7741 a r:Inference; +skolem:lemma3417 a r:Inference; r:gives { - 1222 :numberToDigits (1 2 2 2). + 222 :numberToDigits (0 2 2 2). }; r:evidence ( - [ a r:Fact; r:gives {(1222 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1222 1000) math:remainder 222}] + [ a r:Fact; r:gives {(222 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(222 1000) math:remainder 222}] [ a r:Fact; r:gives {(222 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(222 100) math:remainder 22}] [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(22 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1222]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 222]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 222]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7742 a r:Inference; +skolem:lemma3418 a r:Inference; r:gives { - (1 2 2 2) :digitsToNumber 1222 . + (0 2 2 2) :digitsToNumber 222 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 2) math:sum 1222}] + [ a r:Fact; r:gives {(0 200 20 2) math:sum 222}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1222]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 222]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7743 a r:Inference; +skolem:lemma3419 a r:Inference; r:gives { - (2 2 2 1) :digitsToNumber 2221 . + (2 2 2 0) :digitsToNumber 2220 . }; r:evidence ( [ a r:Fact; r:gives {(2 1000) math:product 2000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(2000 200 20 1) math:sum 2221}] + [ a r:Fact; r:gives {(2000 200 20 0) math:sum 2220}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; @@ -154076,60 +67596,60 @@ skolem:lemma7743 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7744 a r:Inference; +skolem:lemma3420 a r:Inference; r:gives { - 1223 :numberToDigits (1 2 2 3). + 223 :numberToDigits (0 2 2 3). }; r:evidence ( - [ a r:Fact; r:gives {(1223 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1223 1000) math:remainder 223}] + [ a r:Fact; r:gives {(223 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(223 1000) math:remainder 223}] [ a r:Fact; r:gives {(223 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(223 100) math:remainder 23}] [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(23 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 223]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 223]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7745 a r:Inference; +skolem:lemma3421 a r:Inference; r:gives { - (1 2 2 3) :digitsToNumber 1223 . + (0 2 2 3) :digitsToNumber 223 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 3) math:sum 1223}] + [ a r:Fact; r:gives {(0 200 20 3) math:sum 223}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 223]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7746 a r:Inference; +skolem:lemma3422 a r:Inference; r:gives { - (3 2 2 1) :digitsToNumber 3221 . + (3 2 2 0) :digitsToNumber 3220 . }; r:evidence ( [ a r:Fact; r:gives {(3 1000) math:product 3000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(3000 200 20 1) math:sum 3221}] + [ a r:Fact; r:gives {(3000 200 20 0) math:sum 3220}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; @@ -154137,60 +67657,60 @@ skolem:lemma7746 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7747 a r:Inference; +skolem:lemma3423 a r:Inference; r:gives { - 1224 :numberToDigits (1 2 2 4). + 224 :numberToDigits (0 2 2 4). }; r:evidence ( - [ a r:Fact; r:gives {(1224 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1224 1000) math:remainder 224}] + [ a r:Fact; r:gives {(224 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(224 1000) math:remainder 224}] [ a r:Fact; r:gives {(224 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(224 100) math:remainder 24}] [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(24 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 224]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 224]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7748 a r:Inference; +skolem:lemma3424 a r:Inference; r:gives { - (1 2 2 4) :digitsToNumber 1224 . + (0 2 2 4) :digitsToNumber 224 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 4) math:sum 1224}] + [ a r:Fact; r:gives {(0 200 20 4) math:sum 224}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 224]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7749 a r:Inference; +skolem:lemma3425 a r:Inference; r:gives { - (4 2 2 1) :digitsToNumber 4221 . + (4 2 2 0) :digitsToNumber 4220 . }; r:evidence ( [ a r:Fact; r:gives {(4 1000) math:product 4000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 200 20 1) math:sum 4221}] + [ a r:Fact; r:gives {(4000 200 20 0) math:sum 4220}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; @@ -154198,60 +67718,60 @@ skolem:lemma7749 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7750 a r:Inference; +skolem:lemma3426 a r:Inference; r:gives { - 1225 :numberToDigits (1 2 2 5). + 225 :numberToDigits (0 2 2 5). }; r:evidence ( - [ a r:Fact; r:gives {(1225 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1225 1000) math:remainder 225}] + [ a r:Fact; r:gives {(225 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(225 1000) math:remainder 225}] [ a r:Fact; r:gives {(225 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(225 100) math:remainder 25}] [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(25 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 225]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 225]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7751 a r:Inference; +skolem:lemma3427 a r:Inference; r:gives { - (1 2 2 5) :digitsToNumber 1225 . + (0 2 2 5) :digitsToNumber 225 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 5) math:sum 1225}] + [ a r:Fact; r:gives {(0 200 20 5) math:sum 225}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 225]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7752 a r:Inference; +skolem:lemma3428 a r:Inference; r:gives { - (5 2 2 1) :digitsToNumber 5221 . + (5 2 2 0) :digitsToNumber 5220 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 200 20 1) math:sum 5221}] + [ a r:Fact; r:gives {(5000 200 20 0) math:sum 5220}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -154259,60 +67779,60 @@ skolem:lemma7752 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7753 a r:Inference; +skolem:lemma3429 a r:Inference; r:gives { - 1226 :numberToDigits (1 2 2 6). + 226 :numberToDigits (0 2 2 6). }; r:evidence ( - [ a r:Fact; r:gives {(1226 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1226 1000) math:remainder 226}] + [ a r:Fact; r:gives {(226 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(226 1000) math:remainder 226}] [ a r:Fact; r:gives {(226 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(226 100) math:remainder 26}] [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(26 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 226]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 226]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7754 a r:Inference; +skolem:lemma3430 a r:Inference; r:gives { - (1 2 2 6) :digitsToNumber 1226 . + (0 2 2 6) :digitsToNumber 226 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 6) math:sum 1226}] + [ a r:Fact; r:gives {(0 200 20 6) math:sum 226}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 226]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7755 a r:Inference; +skolem:lemma3431 a r:Inference; r:gives { - (6 2 2 1) :digitsToNumber 6221 . + (6 2 2 0) :digitsToNumber 6220 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 200 20 1) math:sum 6221}] + [ a r:Fact; r:gives {(6000 200 20 0) math:sum 6220}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -154320,60 +67840,60 @@ skolem:lemma7755 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7756 a r:Inference; +skolem:lemma3432 a r:Inference; r:gives { - 1227 :numberToDigits (1 2 2 7). + 227 :numberToDigits (0 2 2 7). }; r:evidence ( - [ a r:Fact; r:gives {(1227 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1227 1000) math:remainder 227}] + [ a r:Fact; r:gives {(227 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(227 1000) math:remainder 227}] [ a r:Fact; r:gives {(227 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(227 100) math:remainder 27}] [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(27 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 227]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 227]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7757 a r:Inference; +skolem:lemma3433 a r:Inference; r:gives { - (1 2 2 7) :digitsToNumber 1227 . + (0 2 2 7) :digitsToNumber 227 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 7) math:sum 1227}] + [ a r:Fact; r:gives {(0 200 20 7) math:sum 227}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 227]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7758 a r:Inference; +skolem:lemma3434 a r:Inference; r:gives { - (7 2 2 1) :digitsToNumber 7221 . + (7 2 2 0) :digitsToNumber 7220 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 200 20 1) math:sum 7221}] + [ a r:Fact; r:gives {(7000 200 20 0) math:sum 7220}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -154381,60 +67901,60 @@ skolem:lemma7758 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7759 a r:Inference; +skolem:lemma3435 a r:Inference; r:gives { - 1228 :numberToDigits (1 2 2 8). + 228 :numberToDigits (0 2 2 8). }; r:evidence ( - [ a r:Fact; r:gives {(1228 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1228 1000) math:remainder 228}] + [ a r:Fact; r:gives {(228 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(228 1000) math:remainder 228}] [ a r:Fact; r:gives {(228 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(228 100) math:remainder 28}] [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(28 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 228]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 228]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7760 a r:Inference; +skolem:lemma3436 a r:Inference; r:gives { - (1 2 2 8) :digitsToNumber 1228 . + (0 2 2 8) :digitsToNumber 228 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 8) math:sum 1228}] + [ a r:Fact; r:gives {(0 200 20 8) math:sum 228}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 228]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7761 a r:Inference; +skolem:lemma3437 a r:Inference; r:gives { - (8 2 2 1) :digitsToNumber 8221 . + (8 2 2 0) :digitsToNumber 8220 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 200 20 1) math:sum 8221}] + [ a r:Fact; r:gives {(8000 200 20 0) math:sum 8220}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -154442,60 +67962,60 @@ skolem:lemma7761 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7762 a r:Inference; +skolem:lemma3438 a r:Inference; r:gives { - 1229 :numberToDigits (1 2 2 9). + 229 :numberToDigits (0 2 2 9). }; r:evidence ( - [ a r:Fact; r:gives {(1229 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1229 1000) math:remainder 229}] + [ a r:Fact; r:gives {(229 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(229 1000) math:remainder 229}] [ a r:Fact; r:gives {(229 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(229 100) math:remainder 29}] [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(29 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 229]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 229]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7763 a r:Inference; +skolem:lemma3439 a r:Inference; r:gives { - (1 2 2 9) :digitsToNumber 1229 . + (0 2 2 9) :digitsToNumber 229 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 9) math:sum 1229}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + [ a r:Fact; r:gives {(0 200 20 9) math:sum 229}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 229]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7764 a r:Inference; +skolem:lemma3440 a r:Inference; r:gives { - (9 2 2 1) :digitsToNumber 9221 . + (9 2 2 0) :digitsToNumber 9220 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 200 20 1) math:sum 9221}] + [ a r:Fact; r:gives {(9000 200 20 0) math:sum 9220}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -154503,123 +68023,123 @@ skolem:lemma7764 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7765 a r:Inference; +skolem:lemma3441 a r:Inference; r:gives { - 1230 :numberToDigits (1 2 3 0). + 230 :numberToDigits (0 2 3 0). }; r:evidence ( - [ a r:Fact; r:gives {(1230 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1230 1000) math:remainder 230}] + [ a r:Fact; r:gives {(230 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(230 1000) math:remainder 230}] [ a r:Fact; r:gives {(230 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(230 100) math:remainder 30}] [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(30 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1230]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 230]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 230]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7766 a r:Inference; +skolem:lemma3442 a r:Inference; r:gives { - 1231 :numberToDigits (1 2 3 1). + 231 :numberToDigits (0 2 3 1). }; r:evidence ( - [ a r:Fact; r:gives {(1231 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1231 1000) math:remainder 231}] + [ a r:Fact; r:gives {(231 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(231 1000) math:remainder 231}] [ a r:Fact; r:gives {(231 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(231 100) math:remainder 31}] [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(31 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1231]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 231]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 231]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7767 a r:Inference; +skolem:lemma3443 a r:Inference; r:gives { - 1232 :numberToDigits (1 2 3 2). + 232 :numberToDigits (0 2 3 2). }; r:evidence ( - [ a r:Fact; r:gives {(1232 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1232 1000) math:remainder 232}] + [ a r:Fact; r:gives {(232 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(232 1000) math:remainder 232}] [ a r:Fact; r:gives {(232 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(232 100) math:remainder 32}] [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(32 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1232]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 232]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 232]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7768 a r:Inference; +skolem:lemma3444 a r:Inference; r:gives { - 1233 :numberToDigits (1 2 3 3). + 233 :numberToDigits (0 2 3 3). }; r:evidence ( - [ a r:Fact; r:gives {(1233 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1233 1000) math:remainder 233}] + [ a r:Fact; r:gives {(233 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(233 1000) math:remainder 233}] [ a r:Fact; r:gives {(233 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(233 100) math:remainder 33}] [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(33 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 233]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 233]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7769 a r:Inference; +skolem:lemma3445 a r:Inference; r:gives { - (1 2 3 3) :digitsToNumber 1233 . + (0 2 3 3) :digitsToNumber 233 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 3) math:sum 1233}] + [ a r:Fact; r:gives {(0 200 30 3) math:sum 233}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 233]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7770 a r:Inference; +skolem:lemma3446 a r:Inference; r:gives { - (3 3 2 1) :digitsToNumber 3321 . + (3 3 2 0) :digitsToNumber 3320 . }; r:evidence ( [ a r:Fact; r:gives {(3 1000) math:product 3000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(3000 300 20 1) math:sum 3321}] + [ a r:Fact; r:gives {(3000 300 20 0) math:sum 3320}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; @@ -154627,60 +68147,60 @@ skolem:lemma7770 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7771 a r:Inference; +skolem:lemma3447 a r:Inference; r:gives { - 1234 :numberToDigits (1 2 3 4). + 234 :numberToDigits (0 2 3 4). }; r:evidence ( - [ a r:Fact; r:gives {(1234 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1234 1000) math:remainder 234}] + [ a r:Fact; r:gives {(234 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(234 1000) math:remainder 234}] [ a r:Fact; r:gives {(234 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(234 100) math:remainder 34}] [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(34 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 234]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 234]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7772 a r:Inference; +skolem:lemma3448 a r:Inference; r:gives { - (1 2 3 4) :digitsToNumber 1234 . + (0 2 3 4) :digitsToNumber 234 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 4) math:sum 1234}] + [ a r:Fact; r:gives {(0 200 30 4) math:sum 234}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 234]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7773 a r:Inference; +skolem:lemma3449 a r:Inference; r:gives { - (4 3 2 1) :digitsToNumber 4321 . + (4 3 2 0) :digitsToNumber 4320 . }; r:evidence ( [ a r:Fact; r:gives {(4 1000) math:product 4000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 300 20 1) math:sum 4321}] + [ a r:Fact; r:gives {(4000 300 20 0) math:sum 4320}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; @@ -154688,60 +68208,60 @@ skolem:lemma7773 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7774 a r:Inference; +skolem:lemma3450 a r:Inference; r:gives { - 1235 :numberToDigits (1 2 3 5). + 235 :numberToDigits (0 2 3 5). }; r:evidence ( - [ a r:Fact; r:gives {(1235 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1235 1000) math:remainder 235}] + [ a r:Fact; r:gives {(235 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(235 1000) math:remainder 235}] [ a r:Fact; r:gives {(235 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(235 100) math:remainder 35}] [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(35 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 235]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 235]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7775 a r:Inference; +skolem:lemma3451 a r:Inference; r:gives { - (1 2 3 5) :digitsToNumber 1235 . + (0 2 3 5) :digitsToNumber 235 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 5) math:sum 1235}] + [ a r:Fact; r:gives {(0 200 30 5) math:sum 235}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 235]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7776 a r:Inference; +skolem:lemma3452 a r:Inference; r:gives { - (5 3 2 1) :digitsToNumber 5321 . + (5 3 2 0) :digitsToNumber 5320 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 300 20 1) math:sum 5321}] + [ a r:Fact; r:gives {(5000 300 20 0) math:sum 5320}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -154749,60 +68269,60 @@ skolem:lemma7776 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7777 a r:Inference; +skolem:lemma3453 a r:Inference; r:gives { - 1236 :numberToDigits (1 2 3 6). + 236 :numberToDigits (0 2 3 6). }; r:evidence ( - [ a r:Fact; r:gives {(1236 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1236 1000) math:remainder 236}] + [ a r:Fact; r:gives {(236 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(236 1000) math:remainder 236}] [ a r:Fact; r:gives {(236 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(236 100) math:remainder 36}] [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(36 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 236]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 236]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7778 a r:Inference; +skolem:lemma3454 a r:Inference; r:gives { - (1 2 3 6) :digitsToNumber 1236 . + (0 2 3 6) :digitsToNumber 236 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 6) math:sum 1236}] + [ a r:Fact; r:gives {(0 200 30 6) math:sum 236}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 236]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7779 a r:Inference; +skolem:lemma3455 a r:Inference; r:gives { - (6 3 2 1) :digitsToNumber 6321 . + (6 3 2 0) :digitsToNumber 6320 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 300 20 1) math:sum 6321}] + [ a r:Fact; r:gives {(6000 300 20 0) math:sum 6320}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -154810,60 +68330,60 @@ skolem:lemma7779 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7780 a r:Inference; +skolem:lemma3456 a r:Inference; r:gives { - 1237 :numberToDigits (1 2 3 7). + 237 :numberToDigits (0 2 3 7). }; r:evidence ( - [ a r:Fact; r:gives {(1237 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1237 1000) math:remainder 237}] + [ a r:Fact; r:gives {(237 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(237 1000) math:remainder 237}] [ a r:Fact; r:gives {(237 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(237 100) math:remainder 37}] [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(37 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 237]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 237]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7781 a r:Inference; +skolem:lemma3457 a r:Inference; r:gives { - (1 2 3 7) :digitsToNumber 1237 . + (0 2 3 7) :digitsToNumber 237 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 7) math:sum 1237}] + [ a r:Fact; r:gives {(0 200 30 7) math:sum 237}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 237]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7782 a r:Inference; +skolem:lemma3458 a r:Inference; r:gives { - (7 3 2 1) :digitsToNumber 7321 . + (7 3 2 0) :digitsToNumber 7320 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 300 20 1) math:sum 7321}] + [ a r:Fact; r:gives {(7000 300 20 0) math:sum 7320}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -154871,60 +68391,60 @@ skolem:lemma7782 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7783 a r:Inference; +skolem:lemma3459 a r:Inference; r:gives { - 1238 :numberToDigits (1 2 3 8). + 238 :numberToDigits (0 2 3 8). }; r:evidence ( - [ a r:Fact; r:gives {(1238 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1238 1000) math:remainder 238}] + [ a r:Fact; r:gives {(238 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(238 1000) math:remainder 238}] [ a r:Fact; r:gives {(238 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(238 100) math:remainder 38}] [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(38 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 238]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 238]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7784 a r:Inference; +skolem:lemma3460 a r:Inference; r:gives { - (1 2 3 8) :digitsToNumber 1238 . + (0 2 3 8) :digitsToNumber 238 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 8) math:sum 1238}] + [ a r:Fact; r:gives {(0 200 30 8) math:sum 238}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 238]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7785 a r:Inference; +skolem:lemma3461 a r:Inference; r:gives { - (8 3 2 1) :digitsToNumber 8321 . + (8 3 2 0) :digitsToNumber 8320 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 300 20 1) math:sum 8321}] + [ a r:Fact; r:gives {(8000 300 20 0) math:sum 8320}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -154932,60 +68452,60 @@ skolem:lemma7785 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7786 a r:Inference; +skolem:lemma3462 a r:Inference; r:gives { - 1239 :numberToDigits (1 2 3 9). + 239 :numberToDigits (0 2 3 9). }; r:evidence ( - [ a r:Fact; r:gives {(1239 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1239 1000) math:remainder 239}] + [ a r:Fact; r:gives {(239 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(239 1000) math:remainder 239}] [ a r:Fact; r:gives {(239 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(239 100) math:remainder 39}] [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(39 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 239]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 239]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7787 a r:Inference; +skolem:lemma3463 a r:Inference; r:gives { - (1 2 3 9) :digitsToNumber 1239 . + (0 2 3 9) :digitsToNumber 239 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 9) math:sum 1239}] + [ a r:Fact; r:gives {(0 200 30 9) math:sum 239}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 239]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7788 a r:Inference; +skolem:lemma3464 a r:Inference; r:gives { - (9 3 2 1) :digitsToNumber 9321 . + (9 3 2 0) :digitsToNumber 9320 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 300 20 1) math:sum 9321}] + [ a r:Fact; r:gives {(9000 300 20 0) math:sum 9320}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -154993,144 +68513,144 @@ skolem:lemma7788 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7789 a r:Inference; +skolem:lemma3465 a r:Inference; r:gives { - 1240 :numberToDigits (1 2 4 0). + 240 :numberToDigits (0 2 4 0). }; r:evidence ( - [ a r:Fact; r:gives {(1240 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1240 1000) math:remainder 240}] + [ a r:Fact; r:gives {(240 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(240 1000) math:remainder 240}] [ a r:Fact; r:gives {(240 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(240 100) math:remainder 40}] [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(40 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1240]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 240]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 240]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7790 a r:Inference; +skolem:lemma3466 a r:Inference; r:gives { - 1241 :numberToDigits (1 2 4 1). + 241 :numberToDigits (0 2 4 1). }; r:evidence ( - [ a r:Fact; r:gives {(1241 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1241 1000) math:remainder 241}] + [ a r:Fact; r:gives {(241 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(241 1000) math:remainder 241}] [ a r:Fact; r:gives {(241 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(241 100) math:remainder 41}] [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(41 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1241]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 241]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 241]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7791 a r:Inference; +skolem:lemma3467 a r:Inference; r:gives { - 1242 :numberToDigits (1 2 4 2). + 242 :numberToDigits (0 2 4 2). }; r:evidence ( - [ a r:Fact; r:gives {(1242 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1242 1000) math:remainder 242}] + [ a r:Fact; r:gives {(242 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(242 1000) math:remainder 242}] [ a r:Fact; r:gives {(242 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(242 100) math:remainder 42}] [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(42 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1242]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 242]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 242]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7792 a r:Inference; +skolem:lemma3468 a r:Inference; r:gives { - 1243 :numberToDigits (1 2 4 3). + 243 :numberToDigits (0 2 4 3). }; r:evidence ( - [ a r:Fact; r:gives {(1243 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1243 1000) math:remainder 243}] + [ a r:Fact; r:gives {(243 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(243 1000) math:remainder 243}] [ a r:Fact; r:gives {(243 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(243 100) math:remainder 43}] [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(43 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1243]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 243]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 243]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7793 a r:Inference; +skolem:lemma3469 a r:Inference; r:gives { - 1244 :numberToDigits (1 2 4 4). + 244 :numberToDigits (0 2 4 4). }; r:evidence ( - [ a r:Fact; r:gives {(1244 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1244 1000) math:remainder 244}] + [ a r:Fact; r:gives {(244 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(244 1000) math:remainder 244}] [ a r:Fact; r:gives {(244 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(244 100) math:remainder 44}] [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(44 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 244]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 244]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7794 a r:Inference; +skolem:lemma3470 a r:Inference; r:gives { - (1 2 4 4) :digitsToNumber 1244 . + (0 2 4 4) :digitsToNumber 244 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 200 40 4) math:sum 1244}] + [ a r:Fact; r:gives {(0 200 40 4) math:sum 244}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 244]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7795 a r:Inference; +skolem:lemma3471 a r:Inference; r:gives { - (4 4 2 1) :digitsToNumber 4421 . + (4 4 2 0) :digitsToNumber 4420 . }; r:evidence ( [ a r:Fact; r:gives {(4 1000) math:product 4000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 400 20 1) math:sum 4421}] + [ a r:Fact; r:gives {(4000 400 20 0) math:sum 4420}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; @@ -155138,60 +68658,60 @@ skolem:lemma7795 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7796 a r:Inference; +skolem:lemma3472 a r:Inference; r:gives { - 1245 :numberToDigits (1 2 4 5). + 245 :numberToDigits (0 2 4 5). }; r:evidence ( - [ a r:Fact; r:gives {(1245 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1245 1000) math:remainder 245}] + [ a r:Fact; r:gives {(245 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(245 1000) math:remainder 245}] [ a r:Fact; r:gives {(245 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(245 100) math:remainder 45}] [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(45 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 245]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 245]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7797 a r:Inference; +skolem:lemma3473 a r:Inference; r:gives { - (1 2 4 5) :digitsToNumber 1245 . + (0 2 4 5) :digitsToNumber 245 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 200 40 5) math:sum 1245}] + [ a r:Fact; r:gives {(0 200 40 5) math:sum 245}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 245]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7798 a r:Inference; +skolem:lemma3474 a r:Inference; r:gives { - (5 4 2 1) :digitsToNumber 5421 . + (5 4 2 0) :digitsToNumber 5420 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 400 20 1) math:sum 5421}] + [ a r:Fact; r:gives {(5000 400 20 0) math:sum 5420}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -155199,60 +68719,60 @@ skolem:lemma7798 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7799 a r:Inference; +skolem:lemma3475 a r:Inference; r:gives { - 1246 :numberToDigits (1 2 4 6). + 246 :numberToDigits (0 2 4 6). }; r:evidence ( - [ a r:Fact; r:gives {(1246 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1246 1000) math:remainder 246}] + [ a r:Fact; r:gives {(246 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(246 1000) math:remainder 246}] [ a r:Fact; r:gives {(246 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(246 100) math:remainder 46}] [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(46 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 246]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 246]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7800 a r:Inference; +skolem:lemma3476 a r:Inference; r:gives { - (1 2 4 6) :digitsToNumber 1246 . + (0 2 4 6) :digitsToNumber 246 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 200 40 6) math:sum 1246}] + [ a r:Fact; r:gives {(0 200 40 6) math:sum 246}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 246]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7801 a r:Inference; +skolem:lemma3477 a r:Inference; r:gives { - (6 4 2 1) :digitsToNumber 6421 . + (6 4 2 0) :digitsToNumber 6420 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 400 20 1) math:sum 6421}] + [ a r:Fact; r:gives {(6000 400 20 0) math:sum 6420}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -155260,60 +68780,60 @@ skolem:lemma7801 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7802 a r:Inference; +skolem:lemma3478 a r:Inference; r:gives { - 1247 :numberToDigits (1 2 4 7). + 247 :numberToDigits (0 2 4 7). }; r:evidence ( - [ a r:Fact; r:gives {(1247 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1247 1000) math:remainder 247}] + [ a r:Fact; r:gives {(247 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(247 1000) math:remainder 247}] [ a r:Fact; r:gives {(247 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(247 100) math:remainder 47}] [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(47 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 247]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 247]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7803 a r:Inference; +skolem:lemma3479 a r:Inference; r:gives { - (1 2 4 7) :digitsToNumber 1247 . + (0 2 4 7) :digitsToNumber 247 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 200 40 7) math:sum 1247}] + [ a r:Fact; r:gives {(0 200 40 7) math:sum 247}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 247]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7804 a r:Inference; +skolem:lemma3480 a r:Inference; r:gives { - (7 4 2 1) :digitsToNumber 7421 . + (7 4 2 0) :digitsToNumber 7420 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 400 20 1) math:sum 7421}] + [ a r:Fact; r:gives {(7000 400 20 0) math:sum 7420}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -155321,60 +68841,60 @@ skolem:lemma7804 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7805 a r:Inference; +skolem:lemma3481 a r:Inference; r:gives { - 1248 :numberToDigits (1 2 4 8). + 248 :numberToDigits (0 2 4 8). }; r:evidence ( - [ a r:Fact; r:gives {(1248 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1248 1000) math:remainder 248}] + [ a r:Fact; r:gives {(248 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(248 1000) math:remainder 248}] [ a r:Fact; r:gives {(248 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(248 100) math:remainder 48}] [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(48 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 248]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 248]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7806 a r:Inference; +skolem:lemma3482 a r:Inference; r:gives { - (1 2 4 8) :digitsToNumber 1248 . + (0 2 4 8) :digitsToNumber 248 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 200 40 8) math:sum 1248}] + [ a r:Fact; r:gives {(0 200 40 8) math:sum 248}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 248]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7807 a r:Inference; +skolem:lemma3483 a r:Inference; r:gives { - (8 4 2 1) :digitsToNumber 8421 . + (8 4 2 0) :digitsToNumber 8420 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 400 20 1) math:sum 8421}] + [ a r:Fact; r:gives {(8000 400 20 0) math:sum 8420}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -155382,60 +68902,60 @@ skolem:lemma7807 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7808 a r:Inference; +skolem:lemma3484 a r:Inference; r:gives { - 1249 :numberToDigits (1 2 4 9). + 249 :numberToDigits (0 2 4 9). }; r:evidence ( - [ a r:Fact; r:gives {(1249 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1249 1000) math:remainder 249}] + [ a r:Fact; r:gives {(249 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(249 1000) math:remainder 249}] [ a r:Fact; r:gives {(249 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(249 100) math:remainder 49}] [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(49 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 249]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 249]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7809 a r:Inference; +skolem:lemma3485 a r:Inference; r:gives { - (1 2 4 9) :digitsToNumber 1249 . + (0 2 4 9) :digitsToNumber 249 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 200 40 9) math:sum 1249}] + [ a r:Fact; r:gives {(0 200 40 9) math:sum 249}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 249]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7810 a r:Inference; +skolem:lemma3486 a r:Inference; r:gives { - (9 4 2 1) :digitsToNumber 9421 . + (9 4 2 0) :digitsToNumber 9420 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 400 20 1) math:sum 9421}] + [ a r:Fact; r:gives {(9000 400 20 0) math:sum 9420}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -155443,165 +68963,165 @@ skolem:lemma7810 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7811 a r:Inference; +skolem:lemma3487 a r:Inference; r:gives { - 1250 :numberToDigits (1 2 5 0). + 250 :numberToDigits (0 2 5 0). }; r:evidence ( - [ a r:Fact; r:gives {(1250 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1250 1000) math:remainder 250}] + [ a r:Fact; r:gives {(250 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(250 1000) math:remainder 250}] [ a r:Fact; r:gives {(250 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(250 100) math:remainder 50}] [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(50 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1250]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 250]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 250]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7812 a r:Inference; +skolem:lemma3488 a r:Inference; r:gives { - 1251 :numberToDigits (1 2 5 1). + 251 :numberToDigits (0 2 5 1). }; r:evidence ( - [ a r:Fact; r:gives {(1251 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1251 1000) math:remainder 251}] + [ a r:Fact; r:gives {(251 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(251 1000) math:remainder 251}] [ a r:Fact; r:gives {(251 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(251 100) math:remainder 51}] [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(51 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1251]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 251]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 251]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7813 a r:Inference; +skolem:lemma3489 a r:Inference; r:gives { - 1252 :numberToDigits (1 2 5 2). + 252 :numberToDigits (0 2 5 2). }; r:evidence ( - [ a r:Fact; r:gives {(1252 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1252 1000) math:remainder 252}] + [ a r:Fact; r:gives {(252 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(252 1000) math:remainder 252}] [ a r:Fact; r:gives {(252 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(252 100) math:remainder 52}] [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(52 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1252]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 252]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 252]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7814 a r:Inference; +skolem:lemma3490 a r:Inference; r:gives { - 1253 :numberToDigits (1 2 5 3). + 253 :numberToDigits (0 2 5 3). }; r:evidence ( - [ a r:Fact; r:gives {(1253 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1253 1000) math:remainder 253}] + [ a r:Fact; r:gives {(253 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(253 1000) math:remainder 253}] [ a r:Fact; r:gives {(253 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(253 100) math:remainder 53}] [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(53 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1253]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 253]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 253]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7815 a r:Inference; +skolem:lemma3491 a r:Inference; r:gives { - 1254 :numberToDigits (1 2 5 4). + 254 :numberToDigits (0 2 5 4). }; r:evidence ( - [ a r:Fact; r:gives {(1254 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1254 1000) math:remainder 254}] + [ a r:Fact; r:gives {(254 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(254 1000) math:remainder 254}] [ a r:Fact; r:gives {(254 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(254 100) math:remainder 54}] [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(54 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1254]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 254]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 254]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7816 a r:Inference; +skolem:lemma3492 a r:Inference; r:gives { - 1255 :numberToDigits (1 2 5 5). + 255 :numberToDigits (0 2 5 5). }; r:evidence ( - [ a r:Fact; r:gives {(1255 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1255 1000) math:remainder 255}] + [ a r:Fact; r:gives {(255 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(255 1000) math:remainder 255}] [ a r:Fact; r:gives {(255 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(255 100) math:remainder 55}] [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(55 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 255]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 255]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7817 a r:Inference; +skolem:lemma3493 a r:Inference; r:gives { - (1 2 5 5) :digitsToNumber 1255 . + (0 2 5 5) :digitsToNumber 255 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 200 50 5) math:sum 1255}] + [ a r:Fact; r:gives {(0 200 50 5) math:sum 255}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 255]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7818 a r:Inference; +skolem:lemma3494 a r:Inference; r:gives { - (5 5 2 1) :digitsToNumber 5521 . + (5 5 2 0) :digitsToNumber 5520 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 500 20 1) math:sum 5521}] + [ a r:Fact; r:gives {(5000 500 20 0) math:sum 5520}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -155609,60 +69129,60 @@ skolem:lemma7818 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7819 a r:Inference; +skolem:lemma3495 a r:Inference; r:gives { - 1256 :numberToDigits (1 2 5 6). + 256 :numberToDigits (0 2 5 6). }; r:evidence ( - [ a r:Fact; r:gives {(1256 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1256 1000) math:remainder 256}] + [ a r:Fact; r:gives {(256 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(256 1000) math:remainder 256}] [ a r:Fact; r:gives {(256 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(256 100) math:remainder 56}] [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(56 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 256]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 256]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7820 a r:Inference; +skolem:lemma3496 a r:Inference; r:gives { - (1 2 5 6) :digitsToNumber 1256 . + (0 2 5 6) :digitsToNumber 256 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 200 50 6) math:sum 1256}] + [ a r:Fact; r:gives {(0 200 50 6) math:sum 256}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 256]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7821 a r:Inference; +skolem:lemma3497 a r:Inference; r:gives { - (6 5 2 1) :digitsToNumber 6521 . + (6 5 2 0) :digitsToNumber 6520 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 500 20 1) math:sum 6521}] + [ a r:Fact; r:gives {(6000 500 20 0) math:sum 6520}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -155670,60 +69190,60 @@ skolem:lemma7821 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7822 a r:Inference; +skolem:lemma3498 a r:Inference; r:gives { - 1257 :numberToDigits (1 2 5 7). + 257 :numberToDigits (0 2 5 7). }; r:evidence ( - [ a r:Fact; r:gives {(1257 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1257 1000) math:remainder 257}] + [ a r:Fact; r:gives {(257 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(257 1000) math:remainder 257}] [ a r:Fact; r:gives {(257 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(257 100) math:remainder 57}] [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(57 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 257]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 257]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7823 a r:Inference; +skolem:lemma3499 a r:Inference; r:gives { - (1 2 5 7) :digitsToNumber 1257 . + (0 2 5 7) :digitsToNumber 257 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 200 50 7) math:sum 1257}] + [ a r:Fact; r:gives {(0 200 50 7) math:sum 257}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 257]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7824 a r:Inference; +skolem:lemma3500 a r:Inference; r:gives { - (7 5 2 1) :digitsToNumber 7521 . + (7 5 2 0) :digitsToNumber 7520 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 500 20 1) math:sum 7521}] + [ a r:Fact; r:gives {(7000 500 20 0) math:sum 7520}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -155731,60 +69251,60 @@ skolem:lemma7824 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7825 a r:Inference; +skolem:lemma3501 a r:Inference; r:gives { - 1258 :numberToDigits (1 2 5 8). + 258 :numberToDigits (0 2 5 8). }; r:evidence ( - [ a r:Fact; r:gives {(1258 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1258 1000) math:remainder 258}] + [ a r:Fact; r:gives {(258 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(258 1000) math:remainder 258}] [ a r:Fact; r:gives {(258 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(258 100) math:remainder 58}] [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(58 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 258]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 258]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7826 a r:Inference; +skolem:lemma3502 a r:Inference; r:gives { - (1 2 5 8) :digitsToNumber 1258 . + (0 2 5 8) :digitsToNumber 258 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 200 50 8) math:sum 1258}] + [ a r:Fact; r:gives {(0 200 50 8) math:sum 258}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 258]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7827 a r:Inference; +skolem:lemma3503 a r:Inference; r:gives { - (8 5 2 1) :digitsToNumber 8521 . + (8 5 2 0) :digitsToNumber 8520 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 500 20 1) math:sum 8521}] + [ a r:Fact; r:gives {(8000 500 20 0) math:sum 8520}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -155792,60 +69312,60 @@ skolem:lemma7827 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7828 a r:Inference; +skolem:lemma3504 a r:Inference; r:gives { - 1259 :numberToDigits (1 2 5 9). + 259 :numberToDigits (0 2 5 9). }; r:evidence ( - [ a r:Fact; r:gives {(1259 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1259 1000) math:remainder 259}] + [ a r:Fact; r:gives {(259 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(259 1000) math:remainder 259}] [ a r:Fact; r:gives {(259 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(259 100) math:remainder 59}] [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(59 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 259]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 259]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7829 a r:Inference; +skolem:lemma3505 a r:Inference; r:gives { - (1 2 5 9) :digitsToNumber 1259 . + (0 2 5 9) :digitsToNumber 259 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 200 50 9) math:sum 1259}] + [ a r:Fact; r:gives {(0 200 50 9) math:sum 259}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 259]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7830 a r:Inference; +skolem:lemma3506 a r:Inference; r:gives { - (9 5 2 1) :digitsToNumber 9521 . + (9 5 2 0) :digitsToNumber 9520 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 500 20 1) math:sum 9521}] + [ a r:Fact; r:gives {(9000 500 20 0) math:sum 9520}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -155853,186 +69373,186 @@ skolem:lemma7830 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7831 a r:Inference; +skolem:lemma3507 a r:Inference; r:gives { - 1260 :numberToDigits (1 2 6 0). + 260 :numberToDigits (0 2 6 0). }; r:evidence ( - [ a r:Fact; r:gives {(1260 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1260 1000) math:remainder 260}] + [ a r:Fact; r:gives {(260 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(260 1000) math:remainder 260}] [ a r:Fact; r:gives {(260 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(260 100) math:remainder 60}] [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(60 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1260]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 260]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 260]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7832 a r:Inference; +skolem:lemma3508 a r:Inference; r:gives { - 1261 :numberToDigits (1 2 6 1). + 261 :numberToDigits (0 2 6 1). }; r:evidence ( - [ a r:Fact; r:gives {(1261 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1261 1000) math:remainder 261}] + [ a r:Fact; r:gives {(261 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(261 1000) math:remainder 261}] [ a r:Fact; r:gives {(261 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(261 100) math:remainder 61}] [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(61 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 261]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 261]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7833 a r:Inference; +skolem:lemma3509 a r:Inference; r:gives { - 1262 :numberToDigits (1 2 6 2). + 262 :numberToDigits (0 2 6 2). }; r:evidence ( - [ a r:Fact; r:gives {(1262 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1262 1000) math:remainder 262}] + [ a r:Fact; r:gives {(262 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(262 1000) math:remainder 262}] [ a r:Fact; r:gives {(262 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(262 100) math:remainder 62}] [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(62 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 262]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7834 a r:Inference; +skolem:lemma3510 a r:Inference; r:gives { - 1263 :numberToDigits (1 2 6 3). + 263 :numberToDigits (0 2 6 3). }; r:evidence ( - [ a r:Fact; r:gives {(1263 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1263 1000) math:remainder 263}] + [ a r:Fact; r:gives {(263 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(263 1000) math:remainder 263}] [ a r:Fact; r:gives {(263 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(263 100) math:remainder 63}] [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(63 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 263]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 263]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7835 a r:Inference; +skolem:lemma3511 a r:Inference; r:gives { - 1264 :numberToDigits (1 2 6 4). + 264 :numberToDigits (0 2 6 4). }; r:evidence ( - [ a r:Fact; r:gives {(1264 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1264 1000) math:remainder 264}] + [ a r:Fact; r:gives {(264 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(264 1000) math:remainder 264}] [ a r:Fact; r:gives {(264 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(264 100) math:remainder 64}] [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(64 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 264]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 264]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7836 a r:Inference; +skolem:lemma3512 a r:Inference; r:gives { - 1265 :numberToDigits (1 2 6 5). + 265 :numberToDigits (0 2 6 5). }; r:evidence ( - [ a r:Fact; r:gives {(1265 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1265 1000) math:remainder 265}] + [ a r:Fact; r:gives {(265 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(265 1000) math:remainder 265}] [ a r:Fact; r:gives {(265 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(265 100) math:remainder 65}] [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(65 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 265]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 265]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7837 a r:Inference; +skolem:lemma3513 a r:Inference; r:gives { - 1266 :numberToDigits (1 2 6 6). + 266 :numberToDigits (0 2 6 6). }; r:evidence ( - [ a r:Fact; r:gives {(1266 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1266 1000) math:remainder 266}] + [ a r:Fact; r:gives {(266 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(266 1000) math:remainder 266}] [ a r:Fact; r:gives {(266 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(266 100) math:remainder 66}] [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(66 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 266]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 266]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7838 a r:Inference; +skolem:lemma3514 a r:Inference; r:gives { - (1 2 6 6) :digitsToNumber 1266 . + (0 2 6 6) :digitsToNumber 266 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 200 60 6) math:sum 1266}] + [ a r:Fact; r:gives {(0 200 60 6) math:sum 266}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 266]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7839 a r:Inference; +skolem:lemma3515 a r:Inference; r:gives { - (6 6 2 1) :digitsToNumber 6621 . + (6 6 2 0) :digitsToNumber 6620 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 600 20 1) math:sum 6621}] + [ a r:Fact; r:gives {(6000 600 20 0) math:sum 6620}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -156040,60 +69560,60 @@ skolem:lemma7839 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7840 a r:Inference; +skolem:lemma3516 a r:Inference; r:gives { - 1267 :numberToDigits (1 2 6 7). + 267 :numberToDigits (0 2 6 7). }; r:evidence ( - [ a r:Fact; r:gives {(1267 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1267 1000) math:remainder 267}] + [ a r:Fact; r:gives {(267 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(267 1000) math:remainder 267}] [ a r:Fact; r:gives {(267 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(267 100) math:remainder 67}] [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(67 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 267]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 267]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7841 a r:Inference; +skolem:lemma3517 a r:Inference; r:gives { - (1 2 6 7) :digitsToNumber 1267 . + (0 2 6 7) :digitsToNumber 267 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 200 60 7) math:sum 1267}] + [ a r:Fact; r:gives {(0 200 60 7) math:sum 267}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 267]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7842 a r:Inference; +skolem:lemma3518 a r:Inference; r:gives { - (7 6 2 1) :digitsToNumber 7621 . + (7 6 2 0) :digitsToNumber 7620 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 600 20 1) math:sum 7621}] + [ a r:Fact; r:gives {(7000 600 20 0) math:sum 7620}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -156101,60 +69621,60 @@ skolem:lemma7842 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7843 a r:Inference; +skolem:lemma3519 a r:Inference; r:gives { - 1268 :numberToDigits (1 2 6 8). + 268 :numberToDigits (0 2 6 8). }; r:evidence ( - [ a r:Fact; r:gives {(1268 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1268 1000) math:remainder 268}] + [ a r:Fact; r:gives {(268 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(268 1000) math:remainder 268}] [ a r:Fact; r:gives {(268 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(268 100) math:remainder 68}] [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(68 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 268]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7844 a r:Inference; +skolem:lemma3520 a r:Inference; r:gives { - (1 2 6 8) :digitsToNumber 1268 . + (0 2 6 8) :digitsToNumber 268 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 200 60 8) math:sum 1268}] + [ a r:Fact; r:gives {(0 200 60 8) math:sum 268}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 268]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7845 a r:Inference; +skolem:lemma3521 a r:Inference; r:gives { - (8 6 2 1) :digitsToNumber 8621 . + (8 6 2 0) :digitsToNumber 8620 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 600 20 1) math:sum 8621}] + [ a r:Fact; r:gives {(8000 600 20 0) math:sum 8620}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -156162,60 +69682,60 @@ skolem:lemma7845 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7846 a r:Inference; +skolem:lemma3522 a r:Inference; r:gives { - 1269 :numberToDigits (1 2 6 9). + 269 :numberToDigits (0 2 6 9). }; r:evidence ( - [ a r:Fact; r:gives {(1269 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1269 1000) math:remainder 269}] + [ a r:Fact; r:gives {(269 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(269 1000) math:remainder 269}] [ a r:Fact; r:gives {(269 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(269 100) math:remainder 69}] [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(69 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 269]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 269]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7847 a r:Inference; +skolem:lemma3523 a r:Inference; r:gives { - (1 2 6 9) :digitsToNumber 1269 . + (0 2 6 9) :digitsToNumber 269 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 200 60 9) math:sum 1269}] + [ a r:Fact; r:gives {(0 200 60 9) math:sum 269}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 269]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7848 a r:Inference; +skolem:lemma3524 a r:Inference; r:gives { - (9 6 2 1) :digitsToNumber 9621 . + (9 6 2 0) :digitsToNumber 9620 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 600 20 1) math:sum 9621}] + [ a r:Fact; r:gives {(9000 600 20 0) math:sum 9620}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -156223,207 +69743,207 @@ skolem:lemma7848 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7849 a r:Inference; +skolem:lemma3525 a r:Inference; r:gives { - 1270 :numberToDigits (1 2 7 0). + 270 :numberToDigits (0 2 7 0). }; r:evidence ( - [ a r:Fact; r:gives {(1270 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1270 1000) math:remainder 270}] + [ a r:Fact; r:gives {(270 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(270 1000) math:remainder 270}] [ a r:Fact; r:gives {(270 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(270 100) math:remainder 70}] [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(70 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1270]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 270]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 270]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7850 a r:Inference; +skolem:lemma3526 a r:Inference; r:gives { - 1271 :numberToDigits (1 2 7 1). + 271 :numberToDigits (0 2 7 1). }; r:evidence ( - [ a r:Fact; r:gives {(1271 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1271 1000) math:remainder 271}] + [ a r:Fact; r:gives {(271 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(271 1000) math:remainder 271}] [ a r:Fact; r:gives {(271 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(271 100) math:remainder 71}] [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(71 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1271]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 271]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 271]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7851 a r:Inference; +skolem:lemma3527 a r:Inference; r:gives { - 1272 :numberToDigits (1 2 7 2). + 272 :numberToDigits (0 2 7 2). }; r:evidence ( - [ a r:Fact; r:gives {(1272 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1272 1000) math:remainder 272}] + [ a r:Fact; r:gives {(272 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(272 1000) math:remainder 272}] [ a r:Fact; r:gives {(272 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(272 100) math:remainder 72}] [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(72 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1272]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 272]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 272]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7852 a r:Inference; +skolem:lemma3528 a r:Inference; r:gives { - 1273 :numberToDigits (1 2 7 3). + 273 :numberToDigits (0 2 7 3). }; r:evidence ( - [ a r:Fact; r:gives {(1273 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1273 1000) math:remainder 273}] + [ a r:Fact; r:gives {(273 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(273 1000) math:remainder 273}] [ a r:Fact; r:gives {(273 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(273 100) math:remainder 73}] [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(73 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1273]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 273]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 273]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7853 a r:Inference; +skolem:lemma3529 a r:Inference; r:gives { - 1274 :numberToDigits (1 2 7 4). + 274 :numberToDigits (0 2 7 4). }; r:evidence ( - [ a r:Fact; r:gives {(1274 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1274 1000) math:remainder 274}] + [ a r:Fact; r:gives {(274 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(274 1000) math:remainder 274}] [ a r:Fact; r:gives {(274 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(274 100) math:remainder 74}] [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(74 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1274]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 274]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 274]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7854 a r:Inference; +skolem:lemma3530 a r:Inference; r:gives { - 1275 :numberToDigits (1 2 7 5). + 275 :numberToDigits (0 2 7 5). }; r:evidence ( - [ a r:Fact; r:gives {(1275 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1275 1000) math:remainder 275}] + [ a r:Fact; r:gives {(275 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(275 1000) math:remainder 275}] [ a r:Fact; r:gives {(275 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(275 100) math:remainder 75}] [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(75 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1275]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 275]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 275]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7855 a r:Inference; +skolem:lemma3531 a r:Inference; r:gives { - 1276 :numberToDigits (1 2 7 6). + 276 :numberToDigits (0 2 7 6). }; r:evidence ( - [ a r:Fact; r:gives {(1276 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1276 1000) math:remainder 276}] + [ a r:Fact; r:gives {(276 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(276 1000) math:remainder 276}] [ a r:Fact; r:gives {(276 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(276 100) math:remainder 76}] [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(76 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1276]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 276]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 276]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7856 a r:Inference; +skolem:lemma3532 a r:Inference; r:gives { - 1277 :numberToDigits (1 2 7 7). + 277 :numberToDigits (0 2 7 7). }; r:evidence ( - [ a r:Fact; r:gives {(1277 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1277 1000) math:remainder 277}] + [ a r:Fact; r:gives {(277 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(277 1000) math:remainder 277}] [ a r:Fact; r:gives {(277 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(277 100) math:remainder 77}] [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(77 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 277]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 277]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7857 a r:Inference; +skolem:lemma3533 a r:Inference; r:gives { - (1 2 7 7) :digitsToNumber 1277 . + (0 2 7 7) :digitsToNumber 277 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 200 70 7) math:sum 1277}] + [ a r:Fact; r:gives {(0 200 70 7) math:sum 277}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 277]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7858 a r:Inference; +skolem:lemma3534 a r:Inference; r:gives { - (7 7 2 1) :digitsToNumber 7721 . + (7 7 2 0) :digitsToNumber 7720 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 700 20 1) math:sum 7721}] + [ a r:Fact; r:gives {(7000 700 20 0) math:sum 7720}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -156431,60 +69951,60 @@ skolem:lemma7858 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7859 a r:Inference; +skolem:lemma3535 a r:Inference; r:gives { - 1278 :numberToDigits (1 2 7 8). + 278 :numberToDigits (0 2 7 8). }; r:evidence ( - [ a r:Fact; r:gives {(1278 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1278 1000) math:remainder 278}] + [ a r:Fact; r:gives {(278 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(278 1000) math:remainder 278}] [ a r:Fact; r:gives {(278 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(278 100) math:remainder 78}] [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(78 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 278]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 278]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7860 a r:Inference; +skolem:lemma3536 a r:Inference; r:gives { - (1 2 7 8) :digitsToNumber 1278 . + (0 2 7 8) :digitsToNumber 278 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 200 70 8) math:sum 1278}] + [ a r:Fact; r:gives {(0 200 70 8) math:sum 278}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 278]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7861 a r:Inference; +skolem:lemma3537 a r:Inference; r:gives { - (8 7 2 1) :digitsToNumber 8721 . + (8 7 2 0) :digitsToNumber 8720 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 700 20 1) math:sum 8721}] + [ a r:Fact; r:gives {(8000 700 20 0) math:sum 8720}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -156492,60 +70012,60 @@ skolem:lemma7861 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7862 a r:Inference; +skolem:lemma3538 a r:Inference; r:gives { - 1279 :numberToDigits (1 2 7 9). + 279 :numberToDigits (0 2 7 9). }; r:evidence ( - [ a r:Fact; r:gives {(1279 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1279 1000) math:remainder 279}] + [ a r:Fact; r:gives {(279 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(279 1000) math:remainder 279}] [ a r:Fact; r:gives {(279 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(279 100) math:remainder 79}] [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(79 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 279]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 279]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7863 a r:Inference; +skolem:lemma3539 a r:Inference; r:gives { - (1 2 7 9) :digitsToNumber 1279 . + (0 2 7 9) :digitsToNumber 279 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 200 70 9) math:sum 1279}] + [ a r:Fact; r:gives {(0 200 70 9) math:sum 279}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 279]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7864 a r:Inference; +skolem:lemma3540 a r:Inference; r:gives { - (9 7 2 1) :digitsToNumber 9721 . + (9 7 2 0) :digitsToNumber 9720 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 700 20 1) math:sum 9721}] + [ a r:Fact; r:gives {(9000 700 20 0) math:sum 9720}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -156553,228 +70073,228 @@ skolem:lemma7864 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7865 a r:Inference; +skolem:lemma3541 a r:Inference; r:gives { - 1280 :numberToDigits (1 2 8 0). + 280 :numberToDigits (0 2 8 0). }; r:evidence ( - [ a r:Fact; r:gives {(1280 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1280 1000) math:remainder 280}] + [ a r:Fact; r:gives {(280 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(280 1000) math:remainder 280}] [ a r:Fact; r:gives {(280 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(280 100) math:remainder 80}] [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(80 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1280]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 280]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 280]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7866 a r:Inference; +skolem:lemma3542 a r:Inference; r:gives { - 1281 :numberToDigits (1 2 8 1). + 281 :numberToDigits (0 2 8 1). }; r:evidence ( - [ a r:Fact; r:gives {(1281 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1281 1000) math:remainder 281}] + [ a r:Fact; r:gives {(281 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(281 1000) math:remainder 281}] [ a r:Fact; r:gives {(281 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(281 100) math:remainder 81}] [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(81 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1281]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 281]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 281]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7867 a r:Inference; +skolem:lemma3543 a r:Inference; r:gives { - 1282 :numberToDigits (1 2 8 2). + 282 :numberToDigits (0 2 8 2). }; r:evidence ( - [ a r:Fact; r:gives {(1282 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1282 1000) math:remainder 282}] + [ a r:Fact; r:gives {(282 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(282 1000) math:remainder 282}] [ a r:Fact; r:gives {(282 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(282 100) math:remainder 82}] [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(82 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1282]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 282]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 282]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7868 a r:Inference; +skolem:lemma3544 a r:Inference; r:gives { - 1283 :numberToDigits (1 2 8 3). + 283 :numberToDigits (0 2 8 3). }; r:evidence ( - [ a r:Fact; r:gives {(1283 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1283 1000) math:remainder 283}] + [ a r:Fact; r:gives {(283 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(283 1000) math:remainder 283}] [ a r:Fact; r:gives {(283 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(283 100) math:remainder 83}] [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(83 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1283]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 283]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 283]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7869 a r:Inference; +skolem:lemma3545 a r:Inference; r:gives { - 1284 :numberToDigits (1 2 8 4). + 284 :numberToDigits (0 2 8 4). }; r:evidence ( - [ a r:Fact; r:gives {(1284 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1284 1000) math:remainder 284}] + [ a r:Fact; r:gives {(284 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(284 1000) math:remainder 284}] [ a r:Fact; r:gives {(284 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(284 100) math:remainder 84}] [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(84 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1284]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 284]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 284]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7870 a r:Inference; +skolem:lemma3546 a r:Inference; r:gives { - 1285 :numberToDigits (1 2 8 5). + 285 :numberToDigits (0 2 8 5). }; r:evidence ( - [ a r:Fact; r:gives {(1285 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1285 1000) math:remainder 285}] + [ a r:Fact; r:gives {(285 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(285 1000) math:remainder 285}] [ a r:Fact; r:gives {(285 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(285 100) math:remainder 85}] [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(85 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1285]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 285]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 285]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7871 a r:Inference; +skolem:lemma3547 a r:Inference; r:gives { - 1286 :numberToDigits (1 2 8 6). + 286 :numberToDigits (0 2 8 6). }; r:evidence ( - [ a r:Fact; r:gives {(1286 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1286 1000) math:remainder 286}] + [ a r:Fact; r:gives {(286 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(286 1000) math:remainder 286}] [ a r:Fact; r:gives {(286 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(286 100) math:remainder 86}] [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(86 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1286]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 286]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 286]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7872 a r:Inference; +skolem:lemma3548 a r:Inference; r:gives { - 1287 :numberToDigits (1 2 8 7). + 287 :numberToDigits (0 2 8 7). }; r:evidence ( - [ a r:Fact; r:gives {(1287 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1287 1000) math:remainder 287}] + [ a r:Fact; r:gives {(287 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(287 1000) math:remainder 287}] [ a r:Fact; r:gives {(287 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(287 100) math:remainder 87}] [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(87 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1287]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 287]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 287]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7873 a r:Inference; +skolem:lemma3549 a r:Inference; r:gives { - 1288 :numberToDigits (1 2 8 8). + 288 :numberToDigits (0 2 8 8). }; r:evidence ( - [ a r:Fact; r:gives {(1288 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1288 1000) math:remainder 288}] + [ a r:Fact; r:gives {(288 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(288 1000) math:remainder 288}] [ a r:Fact; r:gives {(288 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(288 100) math:remainder 88}] [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(88 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 288]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 288]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7874 a r:Inference; +skolem:lemma3550 a r:Inference; r:gives { - (1 2 8 8) :digitsToNumber 1288 . + (0 2 8 8) :digitsToNumber 288 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 200 80 8) math:sum 1288}] + [ a r:Fact; r:gives {(0 200 80 8) math:sum 288}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 288]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7875 a r:Inference; +skolem:lemma3551 a r:Inference; r:gives { - (8 8 2 1) :digitsToNumber 8821 . + (8 8 2 0) :digitsToNumber 8820 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 800 20 1) math:sum 8821}] + [ a r:Fact; r:gives {(8000 800 20 0) math:sum 8820}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -156782,60 +70302,60 @@ skolem:lemma7875 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7876 a r:Inference; +skolem:lemma3552 a r:Inference; r:gives { - 1289 :numberToDigits (1 2 8 9). + 289 :numberToDigits (0 2 8 9). }; r:evidence ( - [ a r:Fact; r:gives {(1289 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1289 1000) math:remainder 289}] + [ a r:Fact; r:gives {(289 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(289 1000) math:remainder 289}] [ a r:Fact; r:gives {(289 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(289 100) math:remainder 89}] [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(89 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 289]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 289]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7877 a r:Inference; +skolem:lemma3553 a r:Inference; r:gives { - (1 2 8 9) :digitsToNumber 1289 . + (0 2 8 9) :digitsToNumber 289 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 200 80 9) math:sum 1289}] + [ a r:Fact; r:gives {(0 200 80 9) math:sum 289}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 289]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7878 a r:Inference; +skolem:lemma3554 a r:Inference; r:gives { - (9 8 2 1) :digitsToNumber 9821 . + (9 8 2 0) :digitsToNumber 9820 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 800 20 1) math:sum 9821}] + [ a r:Fact; r:gives {(9000 800 20 0) math:sum 9820}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -156843,249 +70363,249 @@ skolem:lemma7878 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7879 a r:Inference; +skolem:lemma3555 a r:Inference; r:gives { - 1290 :numberToDigits (1 2 9 0). + 290 :numberToDigits (0 2 9 0). }; r:evidence ( - [ a r:Fact; r:gives {(1290 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1290 1000) math:remainder 290}] + [ a r:Fact; r:gives {(290 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(290 1000) math:remainder 290}] [ a r:Fact; r:gives {(290 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(290 100) math:remainder 90}] [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(90 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1290]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 290]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 290]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7880 a r:Inference; +skolem:lemma3556 a r:Inference; r:gives { - 1291 :numberToDigits (1 2 9 1). + 291 :numberToDigits (0 2 9 1). }; r:evidence ( - [ a r:Fact; r:gives {(1291 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1291 1000) math:remainder 291}] + [ a r:Fact; r:gives {(291 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(291 1000) math:remainder 291}] [ a r:Fact; r:gives {(291 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(291 100) math:remainder 91}] [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(91 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1291]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 291]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 291]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7881 a r:Inference; +skolem:lemma3557 a r:Inference; r:gives { - 1292 :numberToDigits (1 2 9 2). + 292 :numberToDigits (0 2 9 2). }; r:evidence ( - [ a r:Fact; r:gives {(1292 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1292 1000) math:remainder 292}] + [ a r:Fact; r:gives {(292 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(292 1000) math:remainder 292}] [ a r:Fact; r:gives {(292 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(292 100) math:remainder 92}] [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(92 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1292]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 292]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 292]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7882 a r:Inference; +skolem:lemma3558 a r:Inference; r:gives { - 1293 :numberToDigits (1 2 9 3). + 293 :numberToDigits (0 2 9 3). }; r:evidence ( - [ a r:Fact; r:gives {(1293 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1293 1000) math:remainder 293}] + [ a r:Fact; r:gives {(293 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(293 1000) math:remainder 293}] [ a r:Fact; r:gives {(293 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(293 100) math:remainder 93}] [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(93 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1293]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 293]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 293]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7883 a r:Inference; +skolem:lemma3559 a r:Inference; r:gives { - 1294 :numberToDigits (1 2 9 4). + 294 :numberToDigits (0 2 9 4). }; r:evidence ( - [ a r:Fact; r:gives {(1294 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1294 1000) math:remainder 294}] + [ a r:Fact; r:gives {(294 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(294 1000) math:remainder 294}] [ a r:Fact; r:gives {(294 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(294 100) math:remainder 94}] [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(94 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1294]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 294]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 294]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7884 a r:Inference; +skolem:lemma3560 a r:Inference; r:gives { - 1295 :numberToDigits (1 2 9 5). + 295 :numberToDigits (0 2 9 5). }; r:evidence ( - [ a r:Fact; r:gives {(1295 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1295 1000) math:remainder 295}] + [ a r:Fact; r:gives {(295 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(295 1000) math:remainder 295}] [ a r:Fact; r:gives {(295 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(295 100) math:remainder 95}] [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(95 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1295]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 295]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 295]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7885 a r:Inference; +skolem:lemma3561 a r:Inference; r:gives { - 1296 :numberToDigits (1 2 9 6). + 296 :numberToDigits (0 2 9 6). }; r:evidence ( - [ a r:Fact; r:gives {(1296 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1296 1000) math:remainder 296}] + [ a r:Fact; r:gives {(296 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(296 1000) math:remainder 296}] [ a r:Fact; r:gives {(296 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(296 100) math:remainder 96}] [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(96 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1296]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 296]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 296]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7886 a r:Inference; +skolem:lemma3562 a r:Inference; r:gives { - 1297 :numberToDigits (1 2 9 7). + 297 :numberToDigits (0 2 9 7). }; r:evidence ( - [ a r:Fact; r:gives {(1297 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1297 1000) math:remainder 297}] + [ a r:Fact; r:gives {(297 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(297 1000) math:remainder 297}] [ a r:Fact; r:gives {(297 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(297 100) math:remainder 97}] [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(97 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1297]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 297]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 297]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7887 a r:Inference; +skolem:lemma3563 a r:Inference; r:gives { - 1298 :numberToDigits (1 2 9 8). + 298 :numberToDigits (0 2 9 8). }; r:evidence ( - [ a r:Fact; r:gives {(1298 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1298 1000) math:remainder 298}] + [ a r:Fact; r:gives {(298 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(298 1000) math:remainder 298}] [ a r:Fact; r:gives {(298 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(298 100) math:remainder 98}] [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(98 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1298]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 298]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 298]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7888 a r:Inference; +skolem:lemma3564 a r:Inference; r:gives { - 1299 :numberToDigits (1 2 9 9). + 299 :numberToDigits (0 2 9 9). }; r:evidence ( - [ a r:Fact; r:gives {(1299 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1299 1000) math:remainder 299}] + [ a r:Fact; r:gives {(299 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(299 1000) math:remainder 299}] [ a r:Fact; r:gives {(299 100) math:integerQuotient 2}] [ a r:Fact; r:gives {(299 100) math:remainder 99}] [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(99 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 299]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 299]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7889 a r:Inference; +skolem:lemma3565 a r:Inference; r:gives { - (1 2 9 9) :digitsToNumber 1299 . + (0 2 9 9) :digitsToNumber 299 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(2 100) math:product 200}] [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(1000 200 90 9) math:sum 1299}] + [ a r:Fact; r:gives {(0 200 90 9) math:sum 299}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 299]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7890 a r:Inference; +skolem:lemma3566 a r:Inference; r:gives { - (9 9 2 1) :digitsToNumber 9921 . + (9 9 2 0) :digitsToNumber 9920 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(9 100) math:product 900}] [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 900 20 1) math:sum 9921}] + [ a r:Fact; r:gives {(9000 900 20 0) math:sum 9920}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -157093,753 +70613,753 @@ skolem:lemma7890 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7891 a r:Inference; +skolem:lemma3567 a r:Inference; r:gives { - 1300 :numberToDigits (1 3 0 0). + 300 :numberToDigits (0 3 0 0). }; r:evidence ( - [ a r:Fact; r:gives {(1300 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1300 1000) math:remainder 300}] + [ a r:Fact; r:gives {(300 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(300 1000) math:remainder 300}] [ a r:Fact; r:gives {(300 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(300 100) math:remainder 0}] [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(0 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7892 a r:Inference; +skolem:lemma3568 a r:Inference; r:gives { - 1301 :numberToDigits (1 3 0 1). + 301 :numberToDigits (0 3 0 1). }; r:evidence ( - [ a r:Fact; r:gives {(1301 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1301 1000) math:remainder 301}] + [ a r:Fact; r:gives {(301 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(301 1000) math:remainder 301}] [ a r:Fact; r:gives {(301 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(301 100) math:remainder 1}] [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(1 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1301]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 301]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 301]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7893 a r:Inference; +skolem:lemma3569 a r:Inference; r:gives { - 1302 :numberToDigits (1 3 0 2). + 302 :numberToDigits (0 3 0 2). }; r:evidence ( - [ a r:Fact; r:gives {(1302 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1302 1000) math:remainder 302}] + [ a r:Fact; r:gives {(302 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(302 1000) math:remainder 302}] [ a r:Fact; r:gives {(302 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(302 100) math:remainder 2}] [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(2 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1302]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 302]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 302]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7894 a r:Inference; +skolem:lemma3570 a r:Inference; r:gives { - 1303 :numberToDigits (1 3 0 3). + 303 :numberToDigits (0 3 0 3). }; r:evidence ( - [ a r:Fact; r:gives {(1303 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1303 1000) math:remainder 303}] + [ a r:Fact; r:gives {(303 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(303 1000) math:remainder 303}] [ a r:Fact; r:gives {(303 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(303 100) math:remainder 3}] [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(3 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1303]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 303]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 303]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7895 a r:Inference; +skolem:lemma3571 a r:Inference; r:gives { - 1304 :numberToDigits (1 3 0 4). + 304 :numberToDigits (0 3 0 4). }; r:evidence ( - [ a r:Fact; r:gives {(1304 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1304 1000) math:remainder 304}] + [ a r:Fact; r:gives {(304 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(304 1000) math:remainder 304}] [ a r:Fact; r:gives {(304 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(304 100) math:remainder 4}] [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(4 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1304]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 304]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 304]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7896 a r:Inference; +skolem:lemma3572 a r:Inference; r:gives { - 1305 :numberToDigits (1 3 0 5). + 305 :numberToDigits (0 3 0 5). }; r:evidence ( - [ a r:Fact; r:gives {(1305 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1305 1000) math:remainder 305}] + [ a r:Fact; r:gives {(305 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(305 1000) math:remainder 305}] [ a r:Fact; r:gives {(305 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(305 100) math:remainder 5}] [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(5 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1305]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 305]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 305]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7897 a r:Inference; +skolem:lemma3573 a r:Inference; r:gives { - 1306 :numberToDigits (1 3 0 6). + 306 :numberToDigits (0 3 0 6). }; r:evidence ( - [ a r:Fact; r:gives {(1306 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1306 1000) math:remainder 306}] + [ a r:Fact; r:gives {(306 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(306 1000) math:remainder 306}] [ a r:Fact; r:gives {(306 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(306 100) math:remainder 6}] [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(6 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1306]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 306]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 306]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7898 a r:Inference; +skolem:lemma3574 a r:Inference; r:gives { - 1307 :numberToDigits (1 3 0 7). + 307 :numberToDigits (0 3 0 7). }; r:evidence ( - [ a r:Fact; r:gives {(1307 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1307 1000) math:remainder 307}] + [ a r:Fact; r:gives {(307 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(307 1000) math:remainder 307}] [ a r:Fact; r:gives {(307 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(307 100) math:remainder 7}] [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(7 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1307]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 307]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 307]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7899 a r:Inference; +skolem:lemma3575 a r:Inference; r:gives { - 1308 :numberToDigits (1 3 0 8). + 308 :numberToDigits (0 3 0 8). }; r:evidence ( - [ a r:Fact; r:gives {(1308 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1308 1000) math:remainder 308}] + [ a r:Fact; r:gives {(308 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(308 1000) math:remainder 308}] [ a r:Fact; r:gives {(308 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(308 100) math:remainder 8}] [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(8 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1308]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 308]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 308]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7900 a r:Inference; +skolem:lemma3576 a r:Inference; r:gives { - 1309 :numberToDigits (1 3 0 9). + 309 :numberToDigits (0 3 0 9). }; r:evidence ( - [ a r:Fact; r:gives {(1309 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1309 1000) math:remainder 309}] + [ a r:Fact; r:gives {(309 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(309 1000) math:remainder 309}] [ a r:Fact; r:gives {(309 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(309 100) math:remainder 9}] [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(9 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1309]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 309]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 309]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7901 a r:Inference; +skolem:lemma3577 a r:Inference; r:gives { - 1310 :numberToDigits (1 3 1 0). + 310 :numberToDigits (0 3 1 0). }; r:evidence ( - [ a r:Fact; r:gives {(1310 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1310 1000) math:remainder 310}] + [ a r:Fact; r:gives {(310 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(310 1000) math:remainder 310}] [ a r:Fact; r:gives {(310 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(310 100) math:remainder 10}] [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(10 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 310]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 310]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7902 a r:Inference; +skolem:lemma3578 a r:Inference; r:gives { - 1311 :numberToDigits (1 3 1 1). + 311 :numberToDigits (0 3 1 1). }; r:evidence ( - [ a r:Fact; r:gives {(1311 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1311 1000) math:remainder 311}] + [ a r:Fact; r:gives {(311 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(311 1000) math:remainder 311}] [ a r:Fact; r:gives {(311 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(311 100) math:remainder 11}] [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(11 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1311]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 311]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 311]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7903 a r:Inference; +skolem:lemma3579 a r:Inference; r:gives { - 1312 :numberToDigits (1 3 1 2). + 312 :numberToDigits (0 3 1 2). }; r:evidence ( - [ a r:Fact; r:gives {(1312 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1312 1000) math:remainder 312}] + [ a r:Fact; r:gives {(312 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(312 1000) math:remainder 312}] [ a r:Fact; r:gives {(312 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(312 100) math:remainder 12}] [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(12 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1312]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 312]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 312]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7904 a r:Inference; +skolem:lemma3580 a r:Inference; r:gives { - 1313 :numberToDigits (1 3 1 3). + 313 :numberToDigits (0 3 1 3). }; r:evidence ( - [ a r:Fact; r:gives {(1313 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1313 1000) math:remainder 313}] + [ a r:Fact; r:gives {(313 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(313 1000) math:remainder 313}] [ a r:Fact; r:gives {(313 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(313 100) math:remainder 13}] [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(13 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1313]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 313]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 313]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7905 a r:Inference; +skolem:lemma3581 a r:Inference; r:gives { - 1314 :numberToDigits (1 3 1 4). + 314 :numberToDigits (0 3 1 4). }; r:evidence ( - [ a r:Fact; r:gives {(1314 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1314 1000) math:remainder 314}] + [ a r:Fact; r:gives {(314 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(314 1000) math:remainder 314}] [ a r:Fact; r:gives {(314 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(314 100) math:remainder 14}] [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(14 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1314]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 314]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 314]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7906 a r:Inference; +skolem:lemma3582 a r:Inference; r:gives { - 1315 :numberToDigits (1 3 1 5). + 315 :numberToDigits (0 3 1 5). }; r:evidence ( - [ a r:Fact; r:gives {(1315 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1315 1000) math:remainder 315}] + [ a r:Fact; r:gives {(315 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(315 1000) math:remainder 315}] [ a r:Fact; r:gives {(315 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(315 100) math:remainder 15}] [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(15 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1315]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 315]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 315]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7907 a r:Inference; +skolem:lemma3583 a r:Inference; r:gives { - 1316 :numberToDigits (1 3 1 6). + 316 :numberToDigits (0 3 1 6). }; r:evidence ( - [ a r:Fact; r:gives {(1316 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1316 1000) math:remainder 316}] + [ a r:Fact; r:gives {(316 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(316 1000) math:remainder 316}] [ a r:Fact; r:gives {(316 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(316 100) math:remainder 16}] [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(16 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1316]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 316]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 316]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7908 a r:Inference; +skolem:lemma3584 a r:Inference; r:gives { - 1317 :numberToDigits (1 3 1 7). + 317 :numberToDigits (0 3 1 7). }; r:evidence ( - [ a r:Fact; r:gives {(1317 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1317 1000) math:remainder 317}] + [ a r:Fact; r:gives {(317 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(317 1000) math:remainder 317}] [ a r:Fact; r:gives {(317 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(317 100) math:remainder 17}] [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(17 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1317]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 317]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 317]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7909 a r:Inference; +skolem:lemma3585 a r:Inference; r:gives { - 1318 :numberToDigits (1 3 1 8). + 318 :numberToDigits (0 3 1 8). }; r:evidence ( - [ a r:Fact; r:gives {(1318 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1318 1000) math:remainder 318}] + [ a r:Fact; r:gives {(318 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(318 1000) math:remainder 318}] [ a r:Fact; r:gives {(318 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(318 100) math:remainder 18}] [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(18 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1318]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 318]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 318]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7910 a r:Inference; +skolem:lemma3586 a r:Inference; r:gives { - 1319 :numberToDigits (1 3 1 9). + 319 :numberToDigits (0 3 1 9). }; r:evidence ( - [ a r:Fact; r:gives {(1319 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1319 1000) math:remainder 319}] + [ a r:Fact; r:gives {(319 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(319 1000) math:remainder 319}] [ a r:Fact; r:gives {(319 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(319 100) math:remainder 19}] [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(19 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1319]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 319]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 319]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7911 a r:Inference; +skolem:lemma3587 a r:Inference; r:gives { - 1320 :numberToDigits (1 3 2 0). + 320 :numberToDigits (0 3 2 0). }; r:evidence ( - [ a r:Fact; r:gives {(1320 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1320 1000) math:remainder 320}] + [ a r:Fact; r:gives {(320 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(320 1000) math:remainder 320}] [ a r:Fact; r:gives {(320 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(320 100) math:remainder 20}] [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(20 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 320]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 320]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7912 a r:Inference; +skolem:lemma3588 a r:Inference; r:gives { - 1321 :numberToDigits (1 3 2 1). + 321 :numberToDigits (0 3 2 1). }; r:evidence ( - [ a r:Fact; r:gives {(1321 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1321 1000) math:remainder 321}] + [ a r:Fact; r:gives {(321 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(321 1000) math:remainder 321}] [ a r:Fact; r:gives {(321 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(321 100) math:remainder 21}] [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(21 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1321]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 321]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 321]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7913 a r:Inference; +skolem:lemma3589 a r:Inference; r:gives { - 1322 :numberToDigits (1 3 2 2). + 322 :numberToDigits (0 3 2 2). }; r:evidence ( - [ a r:Fact; r:gives {(1322 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1322 1000) math:remainder 322}] + [ a r:Fact; r:gives {(322 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(322 1000) math:remainder 322}] [ a r:Fact; r:gives {(322 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(322 100) math:remainder 22}] [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(22 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1322]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 322]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 322]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7914 a r:Inference; +skolem:lemma3590 a r:Inference; r:gives { - 1323 :numberToDigits (1 3 2 3). + 323 :numberToDigits (0 3 2 3). }; r:evidence ( - [ a r:Fact; r:gives {(1323 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1323 1000) math:remainder 323}] + [ a r:Fact; r:gives {(323 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(323 1000) math:remainder 323}] [ a r:Fact; r:gives {(323 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(323 100) math:remainder 23}] [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(23 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1323]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 323]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 323]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7915 a r:Inference; +skolem:lemma3591 a r:Inference; r:gives { - 1324 :numberToDigits (1 3 2 4). + 324 :numberToDigits (0 3 2 4). }; r:evidence ( - [ a r:Fact; r:gives {(1324 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1324 1000) math:remainder 324}] + [ a r:Fact; r:gives {(324 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(324 1000) math:remainder 324}] [ a r:Fact; r:gives {(324 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(324 100) math:remainder 24}] [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(24 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1324]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 324]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 324]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7916 a r:Inference; +skolem:lemma3592 a r:Inference; r:gives { - 1325 :numberToDigits (1 3 2 5). + 325 :numberToDigits (0 3 2 5). }; r:evidence ( - [ a r:Fact; r:gives {(1325 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1325 1000) math:remainder 325}] + [ a r:Fact; r:gives {(325 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(325 1000) math:remainder 325}] [ a r:Fact; r:gives {(325 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(325 100) math:remainder 25}] [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(25 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1325]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 325]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 325]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7917 a r:Inference; +skolem:lemma3593 a r:Inference; r:gives { - 1326 :numberToDigits (1 3 2 6). + 326 :numberToDigits (0 3 2 6). }; r:evidence ( - [ a r:Fact; r:gives {(1326 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1326 1000) math:remainder 326}] + [ a r:Fact; r:gives {(326 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(326 1000) math:remainder 326}] [ a r:Fact; r:gives {(326 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(326 100) math:remainder 26}] [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(26 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1326]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 326]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 326]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7918 a r:Inference; +skolem:lemma3594 a r:Inference; r:gives { - 1327 :numberToDigits (1 3 2 7). + 327 :numberToDigits (0 3 2 7). }; r:evidence ( - [ a r:Fact; r:gives {(1327 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1327 1000) math:remainder 327}] + [ a r:Fact; r:gives {(327 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(327 1000) math:remainder 327}] [ a r:Fact; r:gives {(327 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(327 100) math:remainder 27}] [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(27 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1327]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 327]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 327]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7919 a r:Inference; +skolem:lemma3595 a r:Inference; r:gives { - 1328 :numberToDigits (1 3 2 8). + 328 :numberToDigits (0 3 2 8). }; r:evidence ( - [ a r:Fact; r:gives {(1328 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1328 1000) math:remainder 328}] + [ a r:Fact; r:gives {(328 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(328 1000) math:remainder 328}] [ a r:Fact; r:gives {(328 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(328 100) math:remainder 28}] [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(28 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1328]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 328]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 328]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7920 a r:Inference; +skolem:lemma3596 a r:Inference; r:gives { - 1329 :numberToDigits (1 3 2 9). + 329 :numberToDigits (0 3 2 9). }; r:evidence ( - [ a r:Fact; r:gives {(1329 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1329 1000) math:remainder 329}] + [ a r:Fact; r:gives {(329 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(329 1000) math:remainder 329}] [ a r:Fact; r:gives {(329 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(329 100) math:remainder 29}] [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(29 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1329]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 329]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 329]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7921 a r:Inference; +skolem:lemma3597 a r:Inference; r:gives { - 1330 :numberToDigits (1 3 3 0). + 330 :numberToDigits (0 3 3 0). }; r:evidence ( - [ a r:Fact; r:gives {(1330 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1330 1000) math:remainder 330}] + [ a r:Fact; r:gives {(330 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(330 1000) math:remainder 330}] [ a r:Fact; r:gives {(330 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(330 100) math:remainder 30}] [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(30 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 330]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 330]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7922 a r:Inference; +skolem:lemma3598 a r:Inference; r:gives { - 1331 :numberToDigits (1 3 3 1). + 331 :numberToDigits (0 3 3 1). }; r:evidence ( - [ a r:Fact; r:gives {(1331 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1331 1000) math:remainder 331}] + [ a r:Fact; r:gives {(331 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(331 1000) math:remainder 331}] [ a r:Fact; r:gives {(331 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(331 100) math:remainder 31}] [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(31 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1331]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 331]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 331]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7923 a r:Inference; +skolem:lemma3599 a r:Inference; r:gives { - 1332 :numberToDigits (1 3 3 2). + 332 :numberToDigits (0 3 3 2). }; r:evidence ( - [ a r:Fact; r:gives {(1332 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1332 1000) math:remainder 332}] + [ a r:Fact; r:gives {(332 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(332 1000) math:remainder 332}] [ a r:Fact; r:gives {(332 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(332 100) math:remainder 32}] [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(32 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1332]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 332]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 332]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7924 a r:Inference; +skolem:lemma3600 a r:Inference; r:gives { - 1333 :numberToDigits (1 3 3 3). + 333 :numberToDigits (0 3 3 3). }; r:evidence ( - [ a r:Fact; r:gives {(1333 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1333 1000) math:remainder 333}] + [ a r:Fact; r:gives {(333 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(333 1000) math:remainder 333}] [ a r:Fact; r:gives {(333 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(333 100) math:remainder 33}] [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(33 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1333]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 333]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 333]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7925 a r:Inference; +skolem:lemma3601 a r:Inference; r:gives { - (1 3 3 3) :digitsToNumber 1333 . + (0 3 3 3) :digitsToNumber 333 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 3) math:sum 1333}] + [ a r:Fact; r:gives {(0 300 30 3) math:sum 333}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1333]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 333]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7926 a r:Inference; +skolem:lemma3602 a r:Inference; r:gives { - (3 3 3 1) :digitsToNumber 3331 . + (3 3 3 0) :digitsToNumber 3330 . }; r:evidence ( [ a r:Fact; r:gives {(3 1000) math:product 3000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(3000 300 30 1) math:sum 3331}] + [ a r:Fact; r:gives {(3000 300 30 0) math:sum 3330}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; @@ -157847,60 +71367,60 @@ skolem:lemma7926 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7927 a r:Inference; +skolem:lemma3603 a r:Inference; r:gives { - 1334 :numberToDigits (1 3 3 4). + 334 :numberToDigits (0 3 3 4). }; r:evidence ( - [ a r:Fact; r:gives {(1334 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1334 1000) math:remainder 334}] + [ a r:Fact; r:gives {(334 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(334 1000) math:remainder 334}] [ a r:Fact; r:gives {(334 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(334 100) math:remainder 34}] [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(34 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 334]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 334]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7928 a r:Inference; +skolem:lemma3604 a r:Inference; r:gives { - (1 3 3 4) :digitsToNumber 1334 . + (0 3 3 4) :digitsToNumber 334 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 4) math:sum 1334}] + [ a r:Fact; r:gives {(0 300 30 4) math:sum 334}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 334]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7929 a r:Inference; +skolem:lemma3605 a r:Inference; r:gives { - (4 3 3 1) :digitsToNumber 4331 . + (4 3 3 0) :digitsToNumber 4330 . }; r:evidence ( [ a r:Fact; r:gives {(4 1000) math:product 4000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(4000 300 30 1) math:sum 4331}] + [ a r:Fact; r:gives {(4000 300 30 0) math:sum 4330}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; @@ -157908,60 +71428,60 @@ skolem:lemma7929 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7930 a r:Inference; +skolem:lemma3606 a r:Inference; r:gives { - 1335 :numberToDigits (1 3 3 5). + 335 :numberToDigits (0 3 3 5). }; r:evidence ( - [ a r:Fact; r:gives {(1335 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1335 1000) math:remainder 335}] + [ a r:Fact; r:gives {(335 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(335 1000) math:remainder 335}] [ a r:Fact; r:gives {(335 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(335 100) math:remainder 35}] [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(35 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 335]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 335]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7931 a r:Inference; +skolem:lemma3607 a r:Inference; r:gives { - (1 3 3 5) :digitsToNumber 1335 . + (0 3 3 5) :digitsToNumber 335 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 5) math:sum 1335}] + [ a r:Fact; r:gives {(0 300 30 5) math:sum 335}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 335]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7932 a r:Inference; +skolem:lemma3608 a r:Inference; r:gives { - (5 3 3 1) :digitsToNumber 5331 . + (5 3 3 0) :digitsToNumber 5330 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 300 30 1) math:sum 5331}] + [ a r:Fact; r:gives {(5000 300 30 0) math:sum 5330}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -157969,60 +71489,60 @@ skolem:lemma7932 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7933 a r:Inference; +skolem:lemma3609 a r:Inference; r:gives { - 1336 :numberToDigits (1 3 3 6). + 336 :numberToDigits (0 3 3 6). }; r:evidence ( - [ a r:Fact; r:gives {(1336 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1336 1000) math:remainder 336}] + [ a r:Fact; r:gives {(336 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(336 1000) math:remainder 336}] [ a r:Fact; r:gives {(336 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(336 100) math:remainder 36}] [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(36 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 336]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 336]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7934 a r:Inference; +skolem:lemma3610 a r:Inference; r:gives { - (1 3 3 6) :digitsToNumber 1336 . + (0 3 3 6) :digitsToNumber 336 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 6) math:sum 1336}] + [ a r:Fact; r:gives {(0 300 30 6) math:sum 336}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 336]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7935 a r:Inference; +skolem:lemma3611 a r:Inference; r:gives { - (6 3 3 1) :digitsToNumber 6331 . + (6 3 3 0) :digitsToNumber 6330 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 300 30 1) math:sum 6331}] + [ a r:Fact; r:gives {(6000 300 30 0) math:sum 6330}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -158030,60 +71550,60 @@ skolem:lemma7935 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7936 a r:Inference; +skolem:lemma3612 a r:Inference; r:gives { - 1337 :numberToDigits (1 3 3 7). + 337 :numberToDigits (0 3 3 7). }; r:evidence ( - [ a r:Fact; r:gives {(1337 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1337 1000) math:remainder 337}] + [ a r:Fact; r:gives {(337 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(337 1000) math:remainder 337}] [ a r:Fact; r:gives {(337 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(337 100) math:remainder 37}] [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(37 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 337]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 337]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7937 a r:Inference; +skolem:lemma3613 a r:Inference; r:gives { - (1 3 3 7) :digitsToNumber 1337 . + (0 3 3 7) :digitsToNumber 337 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 7) math:sum 1337}] + [ a r:Fact; r:gives {(0 300 30 7) math:sum 337}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 337]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7938 a r:Inference; +skolem:lemma3614 a r:Inference; r:gives { - (7 3 3 1) :digitsToNumber 7331 . + (7 3 3 0) :digitsToNumber 7330 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 300 30 1) math:sum 7331}] + [ a r:Fact; r:gives {(7000 300 30 0) math:sum 7330}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -158091,60 +71611,60 @@ skolem:lemma7938 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7939 a r:Inference; +skolem:lemma3615 a r:Inference; r:gives { - 1338 :numberToDigits (1 3 3 8). + 338 :numberToDigits (0 3 3 8). }; r:evidence ( - [ a r:Fact; r:gives {(1338 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1338 1000) math:remainder 338}] + [ a r:Fact; r:gives {(338 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(338 1000) math:remainder 338}] [ a r:Fact; r:gives {(338 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(338 100) math:remainder 38}] [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(38 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 338]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 338]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7940 a r:Inference; +skolem:lemma3616 a r:Inference; r:gives { - (1 3 3 8) :digitsToNumber 1338 . + (0 3 3 8) :digitsToNumber 338 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 8) math:sum 1338}] + [ a r:Fact; r:gives {(0 300 30 8) math:sum 338}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 338]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7941 a r:Inference; +skolem:lemma3617 a r:Inference; r:gives { - (8 3 3 1) :digitsToNumber 8331 . + (8 3 3 0) :digitsToNumber 8330 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 300 30 1) math:sum 8331}] + [ a r:Fact; r:gives {(8000 300 30 0) math:sum 8330}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -158152,60 +71672,60 @@ skolem:lemma7941 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7942 a r:Inference; +skolem:lemma3618 a r:Inference; r:gives { - 1339 :numberToDigits (1 3 3 9). + 339 :numberToDigits (0 3 3 9). }; r:evidence ( - [ a r:Fact; r:gives {(1339 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1339 1000) math:remainder 339}] + [ a r:Fact; r:gives {(339 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(339 1000) math:remainder 339}] [ a r:Fact; r:gives {(339 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(339 100) math:remainder 39}] [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(39 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 339]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 339]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7943 a r:Inference; +skolem:lemma3619 a r:Inference; r:gives { - (1 3 3 9) :digitsToNumber 1339 . + (0 3 3 9) :digitsToNumber 339 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 9) math:sum 1339}] + [ a r:Fact; r:gives {(0 300 30 9) math:sum 339}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 339]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7944 a r:Inference; +skolem:lemma3620 a r:Inference; r:gives { - (9 3 3 1) :digitsToNumber 9331 . + (9 3 3 0) :digitsToNumber 9330 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 300 30 1) math:sum 9331}] + [ a r:Fact; r:gives {(9000 300 30 0) math:sum 9330}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -158213,144 +71733,144 @@ skolem:lemma7944 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7945 a r:Inference; +skolem:lemma3621 a r:Inference; r:gives { - 1340 :numberToDigits (1 3 4 0). + 340 :numberToDigits (0 3 4 0). }; r:evidence ( - [ a r:Fact; r:gives {(1340 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1340 1000) math:remainder 340}] + [ a r:Fact; r:gives {(340 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(340 1000) math:remainder 340}] [ a r:Fact; r:gives {(340 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(340 100) math:remainder 40}] [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(40 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1340]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 340]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 340]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7946 a r:Inference; +skolem:lemma3622 a r:Inference; r:gives { - 1341 :numberToDigits (1 3 4 1). + 341 :numberToDigits (0 3 4 1). }; r:evidence ( - [ a r:Fact; r:gives {(1341 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1341 1000) math:remainder 341}] + [ a r:Fact; r:gives {(341 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(341 1000) math:remainder 341}] [ a r:Fact; r:gives {(341 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(341 100) math:remainder 41}] [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(41 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1341]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 341]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 341]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7947 a r:Inference; +skolem:lemma3623 a r:Inference; r:gives { - 1342 :numberToDigits (1 3 4 2). + 342 :numberToDigits (0 3 4 2). }; r:evidence ( - [ a r:Fact; r:gives {(1342 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1342 1000) math:remainder 342}] + [ a r:Fact; r:gives {(342 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(342 1000) math:remainder 342}] [ a r:Fact; r:gives {(342 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(342 100) math:remainder 42}] [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(42 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1342]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 342]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 342]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7948 a r:Inference; +skolem:lemma3624 a r:Inference; r:gives { - 1343 :numberToDigits (1 3 4 3). + 343 :numberToDigits (0 3 4 3). }; r:evidence ( - [ a r:Fact; r:gives {(1343 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1343 1000) math:remainder 343}] + [ a r:Fact; r:gives {(343 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(343 1000) math:remainder 343}] [ a r:Fact; r:gives {(343 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(343 100) math:remainder 43}] [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(43 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1343]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 343]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 343]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7949 a r:Inference; +skolem:lemma3625 a r:Inference; r:gives { - 1344 :numberToDigits (1 3 4 4). + 344 :numberToDigits (0 3 4 4). }; r:evidence ( - [ a r:Fact; r:gives {(1344 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1344 1000) math:remainder 344}] + [ a r:Fact; r:gives {(344 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(344 1000) math:remainder 344}] [ a r:Fact; r:gives {(344 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(344 100) math:remainder 44}] [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(44 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 344]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 344]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7950 a r:Inference; +skolem:lemma3626 a r:Inference; r:gives { - (1 3 4 4) :digitsToNumber 1344 . + (0 3 4 4) :digitsToNumber 344 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 300 40 4) math:sum 1344}] + [ a r:Fact; r:gives {(0 300 40 4) math:sum 344}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 344]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7951 a r:Inference; +skolem:lemma3627 a r:Inference; r:gives { - (4 4 3 1) :digitsToNumber 4431 . + (4 4 3 0) :digitsToNumber 4430 . }; r:evidence ( [ a r:Fact; r:gives {(4 1000) math:product 4000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(4000 400 30 1) math:sum 4431}] + [ a r:Fact; r:gives {(4000 400 30 0) math:sum 4430}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; @@ -158358,60 +71878,60 @@ skolem:lemma7951 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7952 a r:Inference; +skolem:lemma3628 a r:Inference; r:gives { - 1345 :numberToDigits (1 3 4 5). + 345 :numberToDigits (0 3 4 5). }; r:evidence ( - [ a r:Fact; r:gives {(1345 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1345 1000) math:remainder 345}] + [ a r:Fact; r:gives {(345 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(345 1000) math:remainder 345}] [ a r:Fact; r:gives {(345 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(345 100) math:remainder 45}] [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(45 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 345]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 345]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7953 a r:Inference; +skolem:lemma3629 a r:Inference; r:gives { - (1 3 4 5) :digitsToNumber 1345 . + (0 3 4 5) :digitsToNumber 345 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 300 40 5) math:sum 1345}] + [ a r:Fact; r:gives {(0 300 40 5) math:sum 345}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 345]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7954 a r:Inference; +skolem:lemma3630 a r:Inference; r:gives { - (5 4 3 1) :digitsToNumber 5431 . + (5 4 3 0) :digitsToNumber 5430 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 400 30 1) math:sum 5431}] + [ a r:Fact; r:gives {(5000 400 30 0) math:sum 5430}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -158419,60 +71939,60 @@ skolem:lemma7954 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7955 a r:Inference; +skolem:lemma3631 a r:Inference; r:gives { - 1346 :numberToDigits (1 3 4 6). + 346 :numberToDigits (0 3 4 6). }; r:evidence ( - [ a r:Fact; r:gives {(1346 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1346 1000) math:remainder 346}] + [ a r:Fact; r:gives {(346 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(346 1000) math:remainder 346}] [ a r:Fact; r:gives {(346 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(346 100) math:remainder 46}] [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(46 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 346]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 346]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7956 a r:Inference; +skolem:lemma3632 a r:Inference; r:gives { - (1 3 4 6) :digitsToNumber 1346 . + (0 3 4 6) :digitsToNumber 346 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 300 40 6) math:sum 1346}] + [ a r:Fact; r:gives {(0 300 40 6) math:sum 346}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 346]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7957 a r:Inference; +skolem:lemma3633 a r:Inference; r:gives { - (6 4 3 1) :digitsToNumber 6431 . + (6 4 3 0) :digitsToNumber 6430 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 400 30 1) math:sum 6431}] + [ a r:Fact; r:gives {(6000 400 30 0) math:sum 6430}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -158480,60 +72000,60 @@ skolem:lemma7957 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7958 a r:Inference; +skolem:lemma3634 a r:Inference; r:gives { - 1347 :numberToDigits (1 3 4 7). + 347 :numberToDigits (0 3 4 7). }; r:evidence ( - [ a r:Fact; r:gives {(1347 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1347 1000) math:remainder 347}] + [ a r:Fact; r:gives {(347 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(347 1000) math:remainder 347}] [ a r:Fact; r:gives {(347 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(347 100) math:remainder 47}] [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(47 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 347]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 347]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7959 a r:Inference; +skolem:lemma3635 a r:Inference; r:gives { - (1 3 4 7) :digitsToNumber 1347 . + (0 3 4 7) :digitsToNumber 347 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 300 40 7) math:sum 1347}] + [ a r:Fact; r:gives {(0 300 40 7) math:sum 347}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 347]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7960 a r:Inference; +skolem:lemma3636 a r:Inference; r:gives { - (7 4 3 1) :digitsToNumber 7431 . + (7 4 3 0) :digitsToNumber 7430 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 400 30 1) math:sum 7431}] + [ a r:Fact; r:gives {(7000 400 30 0) math:sum 7430}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -158541,60 +72061,60 @@ skolem:lemma7960 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7961 a r:Inference; +skolem:lemma3637 a r:Inference; r:gives { - 1348 :numberToDigits (1 3 4 8). + 348 :numberToDigits (0 3 4 8). }; r:evidence ( - [ a r:Fact; r:gives {(1348 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1348 1000) math:remainder 348}] + [ a r:Fact; r:gives {(348 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(348 1000) math:remainder 348}] [ a r:Fact; r:gives {(348 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(348 100) math:remainder 48}] [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(48 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 348]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 348]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7962 a r:Inference; +skolem:lemma3638 a r:Inference; r:gives { - (1 3 4 8) :digitsToNumber 1348 . + (0 3 4 8) :digitsToNumber 348 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 300 40 8) math:sum 1348}] + [ a r:Fact; r:gives {(0 300 40 8) math:sum 348}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 348]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7963 a r:Inference; +skolem:lemma3639 a r:Inference; r:gives { - (8 4 3 1) :digitsToNumber 8431 . + (8 4 3 0) :digitsToNumber 8430 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 400 30 1) math:sum 8431}] + [ a r:Fact; r:gives {(8000 400 30 0) math:sum 8430}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -158602,60 +72122,60 @@ skolem:lemma7963 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7964 a r:Inference; +skolem:lemma3640 a r:Inference; r:gives { - 1349 :numberToDigits (1 3 4 9). + 349 :numberToDigits (0 3 4 9). }; r:evidence ( - [ a r:Fact; r:gives {(1349 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1349 1000) math:remainder 349}] + [ a r:Fact; r:gives {(349 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(349 1000) math:remainder 349}] [ a r:Fact; r:gives {(349 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(349 100) math:remainder 49}] [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(49 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 349]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 349]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7965 a r:Inference; +skolem:lemma3641 a r:Inference; r:gives { - (1 3 4 9) :digitsToNumber 1349 . + (0 3 4 9) :digitsToNumber 349 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 300 40 9) math:sum 1349}] + [ a r:Fact; r:gives {(0 300 40 9) math:sum 349}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 349]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7966 a r:Inference; +skolem:lemma3642 a r:Inference; r:gives { - (9 4 3 1) :digitsToNumber 9431 . + (9 4 3 0) :digitsToNumber 9430 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 400 30 1) math:sum 9431}] + [ a r:Fact; r:gives {(9000 400 30 0) math:sum 9430}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -158663,165 +72183,165 @@ skolem:lemma7966 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7967 a r:Inference; +skolem:lemma3643 a r:Inference; r:gives { - 1350 :numberToDigits (1 3 5 0). + 350 :numberToDigits (0 3 5 0). }; r:evidence ( - [ a r:Fact; r:gives {(1350 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1350 1000) math:remainder 350}] + [ a r:Fact; r:gives {(350 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(350 1000) math:remainder 350}] [ a r:Fact; r:gives {(350 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(350 100) math:remainder 50}] [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(50 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1350]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 350]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 350]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7968 a r:Inference; +skolem:lemma3644 a r:Inference; r:gives { - 1351 :numberToDigits (1 3 5 1). + 351 :numberToDigits (0 3 5 1). }; r:evidence ( - [ a r:Fact; r:gives {(1351 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1351 1000) math:remainder 351}] + [ a r:Fact; r:gives {(351 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(351 1000) math:remainder 351}] [ a r:Fact; r:gives {(351 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(351 100) math:remainder 51}] [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(51 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 351]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 351]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7969 a r:Inference; +skolem:lemma3645 a r:Inference; r:gives { - 1352 :numberToDigits (1 3 5 2). + 352 :numberToDigits (0 3 5 2). }; r:evidence ( - [ a r:Fact; r:gives {(1352 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1352 1000) math:remainder 352}] + [ a r:Fact; r:gives {(352 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(352 1000) math:remainder 352}] [ a r:Fact; r:gives {(352 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(352 100) math:remainder 52}] [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(52 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 352]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 352]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7970 a r:Inference; +skolem:lemma3646 a r:Inference; r:gives { - 1353 :numberToDigits (1 3 5 3). + 353 :numberToDigits (0 3 5 3). }; r:evidence ( - [ a r:Fact; r:gives {(1353 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1353 1000) math:remainder 353}] + [ a r:Fact; r:gives {(353 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(353 1000) math:remainder 353}] [ a r:Fact; r:gives {(353 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(353 100) math:remainder 53}] [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(53 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 353]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 353]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7971 a r:Inference; +skolem:lemma3647 a r:Inference; r:gives { - 1354 :numberToDigits (1 3 5 4). + 354 :numberToDigits (0 3 5 4). }; r:evidence ( - [ a r:Fact; r:gives {(1354 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1354 1000) math:remainder 354}] + [ a r:Fact; r:gives {(354 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(354 1000) math:remainder 354}] [ a r:Fact; r:gives {(354 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(354 100) math:remainder 54}] [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(54 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 354]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 354]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7972 a r:Inference; +skolem:lemma3648 a r:Inference; r:gives { - 1355 :numberToDigits (1 3 5 5). + 355 :numberToDigits (0 3 5 5). }; r:evidence ( - [ a r:Fact; r:gives {(1355 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1355 1000) math:remainder 355}] + [ a r:Fact; r:gives {(355 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(355 1000) math:remainder 355}] [ a r:Fact; r:gives {(355 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(355 100) math:remainder 55}] [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(55 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 355]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 355]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7973 a r:Inference; +skolem:lemma3649 a r:Inference; r:gives { - (1 3 5 5) :digitsToNumber 1355 . + (0 3 5 5) :digitsToNumber 355 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 300 50 5) math:sum 1355}] + [ a r:Fact; r:gives {(0 300 50 5) math:sum 355}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 355]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7974 a r:Inference; +skolem:lemma3650 a r:Inference; r:gives { - (5 5 3 1) :digitsToNumber 5531 . + (5 5 3 0) :digitsToNumber 5530 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 500 30 1) math:sum 5531}] + [ a r:Fact; r:gives {(5000 500 30 0) math:sum 5530}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -158829,60 +72349,60 @@ skolem:lemma7974 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7975 a r:Inference; +skolem:lemma3651 a r:Inference; r:gives { - 1356 :numberToDigits (1 3 5 6). + 356 :numberToDigits (0 3 5 6). }; r:evidence ( - [ a r:Fact; r:gives {(1356 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1356 1000) math:remainder 356}] + [ a r:Fact; r:gives {(356 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(356 1000) math:remainder 356}] [ a r:Fact; r:gives {(356 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(356 100) math:remainder 56}] [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(56 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 356]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 356]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7976 a r:Inference; +skolem:lemma3652 a r:Inference; r:gives { - (1 3 5 6) :digitsToNumber 1356 . + (0 3 5 6) :digitsToNumber 356 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 300 50 6) math:sum 1356}] + [ a r:Fact; r:gives {(0 300 50 6) math:sum 356}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 356]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7977 a r:Inference; +skolem:lemma3653 a r:Inference; r:gives { - (6 5 3 1) :digitsToNumber 6531 . + (6 5 3 0) :digitsToNumber 6530 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 500 30 1) math:sum 6531}] + [ a r:Fact; r:gives {(6000 500 30 0) math:sum 6530}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -158890,60 +72410,60 @@ skolem:lemma7977 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7978 a r:Inference; +skolem:lemma3654 a r:Inference; r:gives { - 1357 :numberToDigits (1 3 5 7). + 357 :numberToDigits (0 3 5 7). }; r:evidence ( - [ a r:Fact; r:gives {(1357 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1357 1000) math:remainder 357}] + [ a r:Fact; r:gives {(357 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(357 1000) math:remainder 357}] [ a r:Fact; r:gives {(357 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(357 100) math:remainder 57}] [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(57 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 357]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 357]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7979 a r:Inference; +skolem:lemma3655 a r:Inference; r:gives { - (1 3 5 7) :digitsToNumber 1357 . + (0 3 5 7) :digitsToNumber 357 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 300 50 7) math:sum 1357}] + [ a r:Fact; r:gives {(0 300 50 7) math:sum 357}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 357]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7980 a r:Inference; +skolem:lemma3656 a r:Inference; r:gives { - (7 5 3 1) :digitsToNumber 7531 . + (7 5 3 0) :digitsToNumber 7530 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 500 30 1) math:sum 7531}] + [ a r:Fact; r:gives {(7000 500 30 0) math:sum 7530}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -158951,60 +72471,60 @@ skolem:lemma7980 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7981 a r:Inference; +skolem:lemma3657 a r:Inference; r:gives { - 1358 :numberToDigits (1 3 5 8). + 358 :numberToDigits (0 3 5 8). }; r:evidence ( - [ a r:Fact; r:gives {(1358 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1358 1000) math:remainder 358}] + [ a r:Fact; r:gives {(358 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(358 1000) math:remainder 358}] [ a r:Fact; r:gives {(358 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(358 100) math:remainder 58}] [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(58 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 358]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 358]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7982 a r:Inference; +skolem:lemma3658 a r:Inference; r:gives { - (1 3 5 8) :digitsToNumber 1358 . + (0 3 5 8) :digitsToNumber 358 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 300 50 8) math:sum 1358}] + [ a r:Fact; r:gives {(0 300 50 8) math:sum 358}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 358]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7983 a r:Inference; +skolem:lemma3659 a r:Inference; r:gives { - (8 5 3 1) :digitsToNumber 8531 . + (8 5 3 0) :digitsToNumber 8530 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 500 30 1) math:sum 8531}] + [ a r:Fact; r:gives {(8000 500 30 0) math:sum 8530}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -159012,60 +72532,60 @@ skolem:lemma7983 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7984 a r:Inference; +skolem:lemma3660 a r:Inference; r:gives { - 1359 :numberToDigits (1 3 5 9). + 359 :numberToDigits (0 3 5 9). }; r:evidence ( - [ a r:Fact; r:gives {(1359 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1359 1000) math:remainder 359}] + [ a r:Fact; r:gives {(359 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(359 1000) math:remainder 359}] [ a r:Fact; r:gives {(359 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(359 100) math:remainder 59}] [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(59 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 359]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 359]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7985 a r:Inference; +skolem:lemma3661 a r:Inference; r:gives { - (1 3 5 9) :digitsToNumber 1359 . + (0 3 5 9) :digitsToNumber 359 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 300 50 9) math:sum 1359}] + [ a r:Fact; r:gives {(0 300 50 9) math:sum 359}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 359]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7986 a r:Inference; +skolem:lemma3662 a r:Inference; r:gives { - (9 5 3 1) :digitsToNumber 9531 . + (9 5 3 0) :digitsToNumber 9530 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 500 30 1) math:sum 9531}] + [ a r:Fact; r:gives {(9000 500 30 0) math:sum 9530}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -159073,186 +72593,186 @@ skolem:lemma7986 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7987 a r:Inference; +skolem:lemma3663 a r:Inference; r:gives { - 1360 :numberToDigits (1 3 6 0). + 360 :numberToDigits (0 3 6 0). }; r:evidence ( - [ a r:Fact; r:gives {(1360 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1360 1000) math:remainder 360}] + [ a r:Fact; r:gives {(360 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(360 1000) math:remainder 360}] [ a r:Fact; r:gives {(360 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(360 100) math:remainder 60}] [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(60 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1360]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 360]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 360]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7988 a r:Inference; +skolem:lemma3664 a r:Inference; r:gives { - 1361 :numberToDigits (1 3 6 1). + 361 :numberToDigits (0 3 6 1). }; r:evidence ( - [ a r:Fact; r:gives {(1361 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1361 1000) math:remainder 361}] + [ a r:Fact; r:gives {(361 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(361 1000) math:remainder 361}] [ a r:Fact; r:gives {(361 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(361 100) math:remainder 61}] [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(61 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1361]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 361]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 361]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7989 a r:Inference; +skolem:lemma3665 a r:Inference; r:gives { - 1362 :numberToDigits (1 3 6 2). + 362 :numberToDigits (0 3 6 2). }; r:evidence ( - [ a r:Fact; r:gives {(1362 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1362 1000) math:remainder 362}] + [ a r:Fact; r:gives {(362 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(362 1000) math:remainder 362}] [ a r:Fact; r:gives {(362 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(362 100) math:remainder 62}] [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(62 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1362]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 362]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 362]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7990 a r:Inference; +skolem:lemma3666 a r:Inference; r:gives { - 1363 :numberToDigits (1 3 6 3). + 363 :numberToDigits (0 3 6 3). }; r:evidence ( - [ a r:Fact; r:gives {(1363 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1363 1000) math:remainder 363}] + [ a r:Fact; r:gives {(363 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(363 1000) math:remainder 363}] [ a r:Fact; r:gives {(363 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(363 100) math:remainder 63}] [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(63 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1363]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 363]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 363]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7991 a r:Inference; +skolem:lemma3667 a r:Inference; r:gives { - 1364 :numberToDigits (1 3 6 4). + 364 :numberToDigits (0 3 6 4). }; r:evidence ( - [ a r:Fact; r:gives {(1364 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1364 1000) math:remainder 364}] + [ a r:Fact; r:gives {(364 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(364 1000) math:remainder 364}] [ a r:Fact; r:gives {(364 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(364 100) math:remainder 64}] [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(64 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1364]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 364]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 364]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7992 a r:Inference; +skolem:lemma3668 a r:Inference; r:gives { - 1365 :numberToDigits (1 3 6 5). + 365 :numberToDigits (0 3 6 5). }; r:evidence ( - [ a r:Fact; r:gives {(1365 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1365 1000) math:remainder 365}] + [ a r:Fact; r:gives {(365 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(365 1000) math:remainder 365}] [ a r:Fact; r:gives {(365 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(365 100) math:remainder 65}] [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(65 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1365]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 365]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 365]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7993 a r:Inference; +skolem:lemma3669 a r:Inference; r:gives { - 1366 :numberToDigits (1 3 6 6). + 366 :numberToDigits (0 3 6 6). }; r:evidence ( - [ a r:Fact; r:gives {(1366 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1366 1000) math:remainder 366}] + [ a r:Fact; r:gives {(366 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(366 1000) math:remainder 366}] [ a r:Fact; r:gives {(366 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(366 100) math:remainder 66}] [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(66 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 366]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 366]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7994 a r:Inference; +skolem:lemma3670 a r:Inference; r:gives { - (1 3 6 6) :digitsToNumber 1366 . + (0 3 6 6) :digitsToNumber 366 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 300 60 6) math:sum 1366}] + [ a r:Fact; r:gives {(0 300 60 6) math:sum 366}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 366]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7995 a r:Inference; +skolem:lemma3671 a r:Inference; r:gives { - (6 6 3 1) :digitsToNumber 6631 . + (6 6 3 0) :digitsToNumber 6630 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 600 30 1) math:sum 6631}] + [ a r:Fact; r:gives {(6000 600 30 0) math:sum 6630}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -159260,60 +72780,60 @@ skolem:lemma7995 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7996 a r:Inference; +skolem:lemma3672 a r:Inference; r:gives { - 1367 :numberToDigits (1 3 6 7). + 367 :numberToDigits (0 3 6 7). }; r:evidence ( - [ a r:Fact; r:gives {(1367 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1367 1000) math:remainder 367}] + [ a r:Fact; r:gives {(367 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(367 1000) math:remainder 367}] [ a r:Fact; r:gives {(367 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(367 100) math:remainder 67}] [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(67 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 367]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 367]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma7997 a r:Inference; +skolem:lemma3673 a r:Inference; r:gives { - (1 3 6 7) :digitsToNumber 1367 . + (0 3 6 7) :digitsToNumber 367 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 300 60 7) math:sum 1367}] + [ a r:Fact; r:gives {(0 300 60 7) math:sum 367}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 367]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma7998 a r:Inference; +skolem:lemma3674 a r:Inference; r:gives { - (7 6 3 1) :digitsToNumber 7631 . + (7 6 3 0) :digitsToNumber 7630 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 600 30 1) math:sum 7631}] + [ a r:Fact; r:gives {(7000 600 30 0) math:sum 7630}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -159321,60 +72841,60 @@ skolem:lemma7998 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma7999 a r:Inference; +skolem:lemma3675 a r:Inference; r:gives { - 1368 :numberToDigits (1 3 6 8). + 368 :numberToDigits (0 3 6 8). }; r:evidence ( - [ a r:Fact; r:gives {(1368 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1368 1000) math:remainder 368}] + [ a r:Fact; r:gives {(368 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(368 1000) math:remainder 368}] [ a r:Fact; r:gives {(368 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(368 100) math:remainder 68}] [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(68 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 368]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 368]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8000 a r:Inference; +skolem:lemma3676 a r:Inference; r:gives { - (1 3 6 8) :digitsToNumber 1368 . + (0 3 6 8) :digitsToNumber 368 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 300 60 8) math:sum 1368}] + [ a r:Fact; r:gives {(0 300 60 8) math:sum 368}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 368]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8001 a r:Inference; +skolem:lemma3677 a r:Inference; r:gives { - (8 6 3 1) :digitsToNumber 8631 . + (8 6 3 0) :digitsToNumber 8630 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 600 30 1) math:sum 8631}] + [ a r:Fact; r:gives {(8000 600 30 0) math:sum 8630}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -159382,60 +72902,60 @@ skolem:lemma8001 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8002 a r:Inference; +skolem:lemma3678 a r:Inference; r:gives { - 1369 :numberToDigits (1 3 6 9). + 369 :numberToDigits (0 3 6 9). }; r:evidence ( - [ a r:Fact; r:gives {(1369 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1369 1000) math:remainder 369}] + [ a r:Fact; r:gives {(369 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(369 1000) math:remainder 369}] [ a r:Fact; r:gives {(369 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(369 100) math:remainder 69}] [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(69 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 369]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 369]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8003 a r:Inference; +skolem:lemma3679 a r:Inference; r:gives { - (1 3 6 9) :digitsToNumber 1369 . + (0 3 6 9) :digitsToNumber 369 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 300 60 9) math:sum 1369}] + [ a r:Fact; r:gives {(0 300 60 9) math:sum 369}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 369]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8004 a r:Inference; +skolem:lemma3680 a r:Inference; r:gives { - (9 6 3 1) :digitsToNumber 9631 . + (9 6 3 0) :digitsToNumber 9630 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 600 30 1) math:sum 9631}] + [ a r:Fact; r:gives {(9000 600 30 0) math:sum 9630}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -159443,207 +72963,207 @@ skolem:lemma8004 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8005 a r:Inference; +skolem:lemma3681 a r:Inference; r:gives { - 1370 :numberToDigits (1 3 7 0). + 370 :numberToDigits (0 3 7 0). }; r:evidence ( - [ a r:Fact; r:gives {(1370 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1370 1000) math:remainder 370}] + [ a r:Fact; r:gives {(370 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(370 1000) math:remainder 370}] [ a r:Fact; r:gives {(370 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(370 100) math:remainder 70}] [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(70 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1370]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 370]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 370]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8006 a r:Inference; +skolem:lemma3682 a r:Inference; r:gives { - 1371 :numberToDigits (1 3 7 1). + 371 :numberToDigits (0 3 7 1). }; r:evidence ( - [ a r:Fact; r:gives {(1371 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1371 1000) math:remainder 371}] + [ a r:Fact; r:gives {(371 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(371 1000) math:remainder 371}] [ a r:Fact; r:gives {(371 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(371 100) math:remainder 71}] [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(71 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1371]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 371]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 371]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8007 a r:Inference; +skolem:lemma3683 a r:Inference; r:gives { - 1372 :numberToDigits (1 3 7 2). + 372 :numberToDigits (0 3 7 2). }; r:evidence ( - [ a r:Fact; r:gives {(1372 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1372 1000) math:remainder 372}] + [ a r:Fact; r:gives {(372 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(372 1000) math:remainder 372}] [ a r:Fact; r:gives {(372 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(372 100) math:remainder 72}] [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(72 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1372]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 372]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 372]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8008 a r:Inference; +skolem:lemma3684 a r:Inference; r:gives { - 1373 :numberToDigits (1 3 7 3). + 373 :numberToDigits (0 3 7 3). }; r:evidence ( - [ a r:Fact; r:gives {(1373 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1373 1000) math:remainder 373}] + [ a r:Fact; r:gives {(373 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(373 1000) math:remainder 373}] [ a r:Fact; r:gives {(373 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(373 100) math:remainder 73}] [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(73 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1373]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 373]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 373]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8009 a r:Inference; +skolem:lemma3685 a r:Inference; r:gives { - 1374 :numberToDigits (1 3 7 4). + 374 :numberToDigits (0 3 7 4). }; r:evidence ( - [ a r:Fact; r:gives {(1374 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1374 1000) math:remainder 374}] + [ a r:Fact; r:gives {(374 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(374 1000) math:remainder 374}] [ a r:Fact; r:gives {(374 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(374 100) math:remainder 74}] [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(74 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1374]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 374]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 374]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8010 a r:Inference; +skolem:lemma3686 a r:Inference; r:gives { - 1375 :numberToDigits (1 3 7 5). + 375 :numberToDigits (0 3 7 5). }; r:evidence ( - [ a r:Fact; r:gives {(1375 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1375 1000) math:remainder 375}] + [ a r:Fact; r:gives {(375 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(375 1000) math:remainder 375}] [ a r:Fact; r:gives {(375 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(375 100) math:remainder 75}] [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(75 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1375]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 375]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 375]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8011 a r:Inference; +skolem:lemma3687 a r:Inference; r:gives { - 1376 :numberToDigits (1 3 7 6). + 376 :numberToDigits (0 3 7 6). }; r:evidence ( - [ a r:Fact; r:gives {(1376 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1376 1000) math:remainder 376}] + [ a r:Fact; r:gives {(376 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(376 1000) math:remainder 376}] [ a r:Fact; r:gives {(376 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(376 100) math:remainder 76}] [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(76 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1376]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 376]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 376]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8012 a r:Inference; +skolem:lemma3688 a r:Inference; r:gives { - 1377 :numberToDigits (1 3 7 7). + 377 :numberToDigits (0 3 7 7). }; r:evidence ( - [ a r:Fact; r:gives {(1377 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1377 1000) math:remainder 377}] + [ a r:Fact; r:gives {(377 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(377 1000) math:remainder 377}] [ a r:Fact; r:gives {(377 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(377 100) math:remainder 77}] [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(77 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 377]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 377]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8013 a r:Inference; +skolem:lemma3689 a r:Inference; r:gives { - (1 3 7 7) :digitsToNumber 1377 . + (0 3 7 7) :digitsToNumber 377 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 300 70 7) math:sum 1377}] + [ a r:Fact; r:gives {(0 300 70 7) math:sum 377}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 377]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8014 a r:Inference; +skolem:lemma3690 a r:Inference; r:gives { - (7 7 3 1) :digitsToNumber 7731 . + (7 7 3 0) :digitsToNumber 7730 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 700 30 1) math:sum 7731}] + [ a r:Fact; r:gives {(7000 700 30 0) math:sum 7730}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -159651,60 +73171,60 @@ skolem:lemma8014 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8015 a r:Inference; +skolem:lemma3691 a r:Inference; r:gives { - 1378 :numberToDigits (1 3 7 8). + 378 :numberToDigits (0 3 7 8). }; r:evidence ( - [ a r:Fact; r:gives {(1378 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1378 1000) math:remainder 378}] + [ a r:Fact; r:gives {(378 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(378 1000) math:remainder 378}] [ a r:Fact; r:gives {(378 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(378 100) math:remainder 78}] [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(78 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 378]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 378]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8016 a r:Inference; +skolem:lemma3692 a r:Inference; r:gives { - (1 3 7 8) :digitsToNumber 1378 . + (0 3 7 8) :digitsToNumber 378 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 300 70 8) math:sum 1378}] + [ a r:Fact; r:gives {(0 300 70 8) math:sum 378}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 378]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8017 a r:Inference; +skolem:lemma3693 a r:Inference; r:gives { - (8 7 3 1) :digitsToNumber 8731 . + (8 7 3 0) :digitsToNumber 8730 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 700 30 1) math:sum 8731}] + [ a r:Fact; r:gives {(8000 700 30 0) math:sum 8730}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -159712,60 +73232,60 @@ skolem:lemma8017 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8018 a r:Inference; +skolem:lemma3694 a r:Inference; r:gives { - 1379 :numberToDigits (1 3 7 9). + 379 :numberToDigits (0 3 7 9). }; r:evidence ( - [ a r:Fact; r:gives {(1379 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1379 1000) math:remainder 379}] + [ a r:Fact; r:gives {(379 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(379 1000) math:remainder 379}] [ a r:Fact; r:gives {(379 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(379 100) math:remainder 79}] [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(79 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 379]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 379]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8019 a r:Inference; +skolem:lemma3695 a r:Inference; r:gives { - (1 3 7 9) :digitsToNumber 1379 . + (0 3 7 9) :digitsToNumber 379 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 300 70 9) math:sum 1379}] + [ a r:Fact; r:gives {(0 300 70 9) math:sum 379}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 379]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8020 a r:Inference; +skolem:lemma3696 a r:Inference; r:gives { - (9 7 3 1) :digitsToNumber 9731 . + (9 7 3 0) :digitsToNumber 9730 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 700 30 1) math:sum 9731}] + [ a r:Fact; r:gives {(9000 700 30 0) math:sum 9730}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -159773,228 +73293,228 @@ skolem:lemma8020 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8021 a r:Inference; +skolem:lemma3697 a r:Inference; r:gives { - 1380 :numberToDigits (1 3 8 0). + 380 :numberToDigits (0 3 8 0). }; r:evidence ( - [ a r:Fact; r:gives {(1380 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1380 1000) math:remainder 380}] + [ a r:Fact; r:gives {(380 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(380 1000) math:remainder 380}] [ a r:Fact; r:gives {(380 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(380 100) math:remainder 80}] [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(80 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1380]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 380]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 380]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8022 a r:Inference; +skolem:lemma3698 a r:Inference; r:gives { - 1381 :numberToDigits (1 3 8 1). + 381 :numberToDigits (0 3 8 1). }; r:evidence ( - [ a r:Fact; r:gives {(1381 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1381 1000) math:remainder 381}] + [ a r:Fact; r:gives {(381 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(381 1000) math:remainder 381}] [ a r:Fact; r:gives {(381 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(381 100) math:remainder 81}] [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(81 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1381]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 381]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 381]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8023 a r:Inference; +skolem:lemma3699 a r:Inference; r:gives { - 1382 :numberToDigits (1 3 8 2). + 382 :numberToDigits (0 3 8 2). }; r:evidence ( - [ a r:Fact; r:gives {(1382 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1382 1000) math:remainder 382}] + [ a r:Fact; r:gives {(382 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(382 1000) math:remainder 382}] [ a r:Fact; r:gives {(382 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(382 100) math:remainder 82}] [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(82 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1382]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 382]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 382]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8024 a r:Inference; +skolem:lemma3700 a r:Inference; r:gives { - 1383 :numberToDigits (1 3 8 3). + 383 :numberToDigits (0 3 8 3). }; r:evidence ( - [ a r:Fact; r:gives {(1383 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1383 1000) math:remainder 383}] + [ a r:Fact; r:gives {(383 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(383 1000) math:remainder 383}] [ a r:Fact; r:gives {(383 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(383 100) math:remainder 83}] [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(83 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1383]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 383]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 383]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8025 a r:Inference; +skolem:lemma3701 a r:Inference; r:gives { - 1384 :numberToDigits (1 3 8 4). + 384 :numberToDigits (0 3 8 4). }; r:evidence ( - [ a r:Fact; r:gives {(1384 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1384 1000) math:remainder 384}] + [ a r:Fact; r:gives {(384 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(384 1000) math:remainder 384}] [ a r:Fact; r:gives {(384 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(384 100) math:remainder 84}] [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(84 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1384]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 384]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 384]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8026 a r:Inference; +skolem:lemma3702 a r:Inference; r:gives { - 1385 :numberToDigits (1 3 8 5). + 385 :numberToDigits (0 3 8 5). }; r:evidence ( - [ a r:Fact; r:gives {(1385 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1385 1000) math:remainder 385}] + [ a r:Fact; r:gives {(385 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(385 1000) math:remainder 385}] [ a r:Fact; r:gives {(385 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(385 100) math:remainder 85}] [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(85 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1385]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 385]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 385]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8027 a r:Inference; +skolem:lemma3703 a r:Inference; r:gives { - 1386 :numberToDigits (1 3 8 6). + 386 :numberToDigits (0 3 8 6). }; r:evidence ( - [ a r:Fact; r:gives {(1386 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1386 1000) math:remainder 386}] + [ a r:Fact; r:gives {(386 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(386 1000) math:remainder 386}] [ a r:Fact; r:gives {(386 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(386 100) math:remainder 86}] [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(86 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1386]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 386]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 386]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8028 a r:Inference; +skolem:lemma3704 a r:Inference; r:gives { - 1387 :numberToDigits (1 3 8 7). + 387 :numberToDigits (0 3 8 7). }; r:evidence ( - [ a r:Fact; r:gives {(1387 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1387 1000) math:remainder 387}] + [ a r:Fact; r:gives {(387 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(387 1000) math:remainder 387}] [ a r:Fact; r:gives {(387 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(387 100) math:remainder 87}] [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(87 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1387]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 387]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 387]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8029 a r:Inference; +skolem:lemma3705 a r:Inference; r:gives { - 1388 :numberToDigits (1 3 8 8). + 388 :numberToDigits (0 3 8 8). }; r:evidence ( - [ a r:Fact; r:gives {(1388 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1388 1000) math:remainder 388}] + [ a r:Fact; r:gives {(388 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(388 1000) math:remainder 388}] [ a r:Fact; r:gives {(388 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(388 100) math:remainder 88}] [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(88 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 388]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 388]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8030 a r:Inference; +skolem:lemma3706 a r:Inference; r:gives { - (1 3 8 8) :digitsToNumber 1388 . + (0 3 8 8) :digitsToNumber 388 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 300 80 8) math:sum 1388}] + [ a r:Fact; r:gives {(0 300 80 8) math:sum 388}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 388]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8031 a r:Inference; +skolem:lemma3707 a r:Inference; r:gives { - (8 8 3 1) :digitsToNumber 8831 . + (8 8 3 0) :digitsToNumber 8830 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 800 30 1) math:sum 8831}] + [ a r:Fact; r:gives {(8000 800 30 0) math:sum 8830}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -160002,60 +73522,60 @@ skolem:lemma8031 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8032 a r:Inference; +skolem:lemma3708 a r:Inference; r:gives { - 1389 :numberToDigits (1 3 8 9). + 389 :numberToDigits (0 3 8 9). }; r:evidence ( - [ a r:Fact; r:gives {(1389 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1389 1000) math:remainder 389}] + [ a r:Fact; r:gives {(389 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(389 1000) math:remainder 389}] [ a r:Fact; r:gives {(389 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(389 100) math:remainder 89}] [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(89 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 389]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 389]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8033 a r:Inference; +skolem:lemma3709 a r:Inference; r:gives { - (1 3 8 9) :digitsToNumber 1389 . + (0 3 8 9) :digitsToNumber 389 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 300 80 9) math:sum 1389}] + [ a r:Fact; r:gives {(0 300 80 9) math:sum 389}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 389]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8034 a r:Inference; +skolem:lemma3710 a r:Inference; r:gives { - (9 8 3 1) :digitsToNumber 9831 . + (9 8 3 0) :digitsToNumber 9830 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 800 30 1) math:sum 9831}] + [ a r:Fact; r:gives {(9000 800 30 0) math:sum 9830}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -160063,249 +73583,249 @@ skolem:lemma8034 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8035 a r:Inference; +skolem:lemma3711 a r:Inference; r:gives { - 1390 :numberToDigits (1 3 9 0). + 390 :numberToDigits (0 3 9 0). }; r:evidence ( - [ a r:Fact; r:gives {(1390 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1390 1000) math:remainder 390}] + [ a r:Fact; r:gives {(390 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(390 1000) math:remainder 390}] [ a r:Fact; r:gives {(390 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(390 100) math:remainder 90}] [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(90 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1390]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 390]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 390]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8036 a r:Inference; +skolem:lemma3712 a r:Inference; r:gives { - 1391 :numberToDigits (1 3 9 1). + 391 :numberToDigits (0 3 9 1). }; r:evidence ( - [ a r:Fact; r:gives {(1391 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1391 1000) math:remainder 391}] + [ a r:Fact; r:gives {(391 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(391 1000) math:remainder 391}] [ a r:Fact; r:gives {(391 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(391 100) math:remainder 91}] [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(91 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1391]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 391]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 391]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8037 a r:Inference; +skolem:lemma3713 a r:Inference; r:gives { - 1392 :numberToDigits (1 3 9 2). + 392 :numberToDigits (0 3 9 2). }; r:evidence ( - [ a r:Fact; r:gives {(1392 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1392 1000) math:remainder 392}] + [ a r:Fact; r:gives {(392 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(392 1000) math:remainder 392}] [ a r:Fact; r:gives {(392 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(392 100) math:remainder 92}] [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(92 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1392]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 392]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 392]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8038 a r:Inference; +skolem:lemma3714 a r:Inference; r:gives { - 1393 :numberToDigits (1 3 9 3). + 393 :numberToDigits (0 3 9 3). }; r:evidence ( - [ a r:Fact; r:gives {(1393 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1393 1000) math:remainder 393}] + [ a r:Fact; r:gives {(393 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(393 1000) math:remainder 393}] [ a r:Fact; r:gives {(393 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(393 100) math:remainder 93}] [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(93 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1393]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 393]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 393]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8039 a r:Inference; +skolem:lemma3715 a r:Inference; r:gives { - 1394 :numberToDigits (1 3 9 4). + 394 :numberToDigits (0 3 9 4). }; r:evidence ( - [ a r:Fact; r:gives {(1394 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1394 1000) math:remainder 394}] + [ a r:Fact; r:gives {(394 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(394 1000) math:remainder 394}] [ a r:Fact; r:gives {(394 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(394 100) math:remainder 94}] [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(94 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1394]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 394]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 394]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8040 a r:Inference; +skolem:lemma3716 a r:Inference; r:gives { - 1395 :numberToDigits (1 3 9 5). + 395 :numberToDigits (0 3 9 5). }; r:evidence ( - [ a r:Fact; r:gives {(1395 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1395 1000) math:remainder 395}] + [ a r:Fact; r:gives {(395 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(395 1000) math:remainder 395}] [ a r:Fact; r:gives {(395 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(395 100) math:remainder 95}] [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(95 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1395]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 395]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 395]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8041 a r:Inference; +skolem:lemma3717 a r:Inference; r:gives { - 1396 :numberToDigits (1 3 9 6). + 396 :numberToDigits (0 3 9 6). }; r:evidence ( - [ a r:Fact; r:gives {(1396 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1396 1000) math:remainder 396}] + [ a r:Fact; r:gives {(396 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(396 1000) math:remainder 396}] [ a r:Fact; r:gives {(396 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(396 100) math:remainder 96}] [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(96 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1396]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 396]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 396]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8042 a r:Inference; +skolem:lemma3718 a r:Inference; r:gives { - 1397 :numberToDigits (1 3 9 7). + 397 :numberToDigits (0 3 9 7). }; r:evidence ( - [ a r:Fact; r:gives {(1397 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1397 1000) math:remainder 397}] + [ a r:Fact; r:gives {(397 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(397 1000) math:remainder 397}] [ a r:Fact; r:gives {(397 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(397 100) math:remainder 97}] [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(97 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1397]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 397]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 397]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8043 a r:Inference; +skolem:lemma3719 a r:Inference; r:gives { - 1398 :numberToDigits (1 3 9 8). + 398 :numberToDigits (0 3 9 8). }; r:evidence ( - [ a r:Fact; r:gives {(1398 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1398 1000) math:remainder 398}] + [ a r:Fact; r:gives {(398 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(398 1000) math:remainder 398}] [ a r:Fact; r:gives {(398 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(398 100) math:remainder 98}] [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(98 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1398]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 398]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 398]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8044 a r:Inference; +skolem:lemma3720 a r:Inference; r:gives { - 1399 :numberToDigits (1 3 9 9). + 399 :numberToDigits (0 3 9 9). }; r:evidence ( - [ a r:Fact; r:gives {(1399 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1399 1000) math:remainder 399}] + [ a r:Fact; r:gives {(399 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(399 1000) math:remainder 399}] [ a r:Fact; r:gives {(399 100) math:integerQuotient 3}] [ a r:Fact; r:gives {(399 100) math:remainder 99}] [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(99 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 399]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 399]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8045 a r:Inference; +skolem:lemma3721 a r:Inference; r:gives { - (1 3 9 9) :digitsToNumber 1399 . + (0 3 9 9) :digitsToNumber 399 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(3 100) math:product 300}] [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(1000 300 90 9) math:sum 1399}] + [ a r:Fact; r:gives {(0 300 90 9) math:sum 399}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 399]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8046 a r:Inference; +skolem:lemma3722 a r:Inference; r:gives { - (9 9 3 1) :digitsToNumber 9931 . + (9 9 3 0) :digitsToNumber 9930 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(9 100) math:product 900}] [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 900 30 1) math:sum 9931}] + [ a r:Fact; r:gives {(9000 900 30 0) math:sum 9930}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -160313,984 +73833,984 @@ skolem:lemma8046 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8047 a r:Inference; +skolem:lemma3723 a r:Inference; r:gives { - 1400 :numberToDigits (1 4 0 0). + 400 :numberToDigits (0 4 0 0). }; r:evidence ( - [ a r:Fact; r:gives {(1400 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1400 1000) math:remainder 400}] + [ a r:Fact; r:gives {(400 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(400 1000) math:remainder 400}] [ a r:Fact; r:gives {(400 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(400 100) math:remainder 0}] [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(0 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8048 a r:Inference; +skolem:lemma3724 a r:Inference; r:gives { - 1401 :numberToDigits (1 4 0 1). + 401 :numberToDigits (0 4 0 1). }; r:evidence ( - [ a r:Fact; r:gives {(1401 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1401 1000) math:remainder 401}] + [ a r:Fact; r:gives {(401 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(401 1000) math:remainder 401}] [ a r:Fact; r:gives {(401 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(401 100) math:remainder 1}] [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(1 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1401]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 401]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 401]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8049 a r:Inference; +skolem:lemma3725 a r:Inference; r:gives { - 1402 :numberToDigits (1 4 0 2). + 402 :numberToDigits (0 4 0 2). }; r:evidence ( - [ a r:Fact; r:gives {(1402 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1402 1000) math:remainder 402}] + [ a r:Fact; r:gives {(402 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(402 1000) math:remainder 402}] [ a r:Fact; r:gives {(402 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(402 100) math:remainder 2}] [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(2 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1402]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 402]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 402]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8050 a r:Inference; +skolem:lemma3726 a r:Inference; r:gives { - 1403 :numberToDigits (1 4 0 3). + 403 :numberToDigits (0 4 0 3). }; r:evidence ( - [ a r:Fact; r:gives {(1403 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1403 1000) math:remainder 403}] + [ a r:Fact; r:gives {(403 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(403 1000) math:remainder 403}] [ a r:Fact; r:gives {(403 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(403 100) math:remainder 3}] [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(3 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1403]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 403]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 403]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8051 a r:Inference; +skolem:lemma3727 a r:Inference; r:gives { - 1404 :numberToDigits (1 4 0 4). + 404 :numberToDigits (0 4 0 4). }; r:evidence ( - [ a r:Fact; r:gives {(1404 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1404 1000) math:remainder 404}] + [ a r:Fact; r:gives {(404 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(404 1000) math:remainder 404}] [ a r:Fact; r:gives {(404 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(404 100) math:remainder 4}] [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(4 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1404]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 404]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 404]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8052 a r:Inference; +skolem:lemma3728 a r:Inference; r:gives { - 1405 :numberToDigits (1 4 0 5). + 405 :numberToDigits (0 4 0 5). }; r:evidence ( - [ a r:Fact; r:gives {(1405 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1405 1000) math:remainder 405}] + [ a r:Fact; r:gives {(405 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(405 1000) math:remainder 405}] [ a r:Fact; r:gives {(405 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(405 100) math:remainder 5}] [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(5 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1405]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 405]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 405]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8053 a r:Inference; +skolem:lemma3729 a r:Inference; r:gives { - 1406 :numberToDigits (1 4 0 6). + 406 :numberToDigits (0 4 0 6). }; r:evidence ( - [ a r:Fact; r:gives {(1406 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1406 1000) math:remainder 406}] + [ a r:Fact; r:gives {(406 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(406 1000) math:remainder 406}] [ a r:Fact; r:gives {(406 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(406 100) math:remainder 6}] [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(6 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1406]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 406]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 406]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8054 a r:Inference; +skolem:lemma3730 a r:Inference; r:gives { - 1407 :numberToDigits (1 4 0 7). + 407 :numberToDigits (0 4 0 7). }; r:evidence ( - [ a r:Fact; r:gives {(1407 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1407 1000) math:remainder 407}] + [ a r:Fact; r:gives {(407 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(407 1000) math:remainder 407}] [ a r:Fact; r:gives {(407 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(407 100) math:remainder 7}] [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(7 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1407]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 407]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 407]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8055 a r:Inference; +skolem:lemma3731 a r:Inference; r:gives { - 1408 :numberToDigits (1 4 0 8). + 408 :numberToDigits (0 4 0 8). }; r:evidence ( - [ a r:Fact; r:gives {(1408 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1408 1000) math:remainder 408}] + [ a r:Fact; r:gives {(408 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(408 1000) math:remainder 408}] [ a r:Fact; r:gives {(408 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(408 100) math:remainder 8}] [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(8 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1408]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 408]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 408]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8056 a r:Inference; +skolem:lemma3732 a r:Inference; r:gives { - 1409 :numberToDigits (1 4 0 9). + 409 :numberToDigits (0 4 0 9). }; r:evidence ( - [ a r:Fact; r:gives {(1409 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1409 1000) math:remainder 409}] + [ a r:Fact; r:gives {(409 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(409 1000) math:remainder 409}] [ a r:Fact; r:gives {(409 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(409 100) math:remainder 9}] [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(9 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1409]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 409]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 409]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8057 a r:Inference; +skolem:lemma3733 a r:Inference; r:gives { - 1410 :numberToDigits (1 4 1 0). + 410 :numberToDigits (0 4 1 0). }; r:evidence ( - [ a r:Fact; r:gives {(1410 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1410 1000) math:remainder 410}] + [ a r:Fact; r:gives {(410 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(410 1000) math:remainder 410}] [ a r:Fact; r:gives {(410 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(410 100) math:remainder 10}] [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(10 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 410]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 410]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8058 a r:Inference; +skolem:lemma3734 a r:Inference; r:gives { - 1411 :numberToDigits (1 4 1 1). + 411 :numberToDigits (0 4 1 1). }; r:evidence ( - [ a r:Fact; r:gives {(1411 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1411 1000) math:remainder 411}] + [ a r:Fact; r:gives {(411 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(411 1000) math:remainder 411}] [ a r:Fact; r:gives {(411 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(411 100) math:remainder 11}] [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(11 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1411]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 411]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 411]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8059 a r:Inference; +skolem:lemma3735 a r:Inference; r:gives { - 1412 :numberToDigits (1 4 1 2). + 412 :numberToDigits (0 4 1 2). }; r:evidence ( - [ a r:Fact; r:gives {(1412 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1412 1000) math:remainder 412}] + [ a r:Fact; r:gives {(412 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(412 1000) math:remainder 412}] [ a r:Fact; r:gives {(412 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(412 100) math:remainder 12}] [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(12 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1412]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 412]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 412]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8060 a r:Inference; +skolem:lemma3736 a r:Inference; r:gives { - 1413 :numberToDigits (1 4 1 3). + 413 :numberToDigits (0 4 1 3). }; r:evidence ( - [ a r:Fact; r:gives {(1413 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1413 1000) math:remainder 413}] + [ a r:Fact; r:gives {(413 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(413 1000) math:remainder 413}] [ a r:Fact; r:gives {(413 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(413 100) math:remainder 13}] [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(13 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1413]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 413]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 413]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8061 a r:Inference; +skolem:lemma3737 a r:Inference; r:gives { - 1414 :numberToDigits (1 4 1 4). + 414 :numberToDigits (0 4 1 4). }; r:evidence ( - [ a r:Fact; r:gives {(1414 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1414 1000) math:remainder 414}] + [ a r:Fact; r:gives {(414 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(414 1000) math:remainder 414}] [ a r:Fact; r:gives {(414 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(414 100) math:remainder 14}] [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(14 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1414]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 414]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 414]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8062 a r:Inference; +skolem:lemma3738 a r:Inference; r:gives { - 1415 :numberToDigits (1 4 1 5). + 415 :numberToDigits (0 4 1 5). }; r:evidence ( - [ a r:Fact; r:gives {(1415 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1415 1000) math:remainder 415}] + [ a r:Fact; r:gives {(415 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(415 1000) math:remainder 415}] [ a r:Fact; r:gives {(415 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(415 100) math:remainder 15}] [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(15 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1415]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 415]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 415]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8063 a r:Inference; +skolem:lemma3739 a r:Inference; r:gives { - 1416 :numberToDigits (1 4 1 6). + 416 :numberToDigits (0 4 1 6). }; r:evidence ( - [ a r:Fact; r:gives {(1416 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1416 1000) math:remainder 416}] + [ a r:Fact; r:gives {(416 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(416 1000) math:remainder 416}] [ a r:Fact; r:gives {(416 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(416 100) math:remainder 16}] [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(16 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1416]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 416]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 416]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8064 a r:Inference; +skolem:lemma3740 a r:Inference; r:gives { - 1417 :numberToDigits (1 4 1 7). + 417 :numberToDigits (0 4 1 7). }; r:evidence ( - [ a r:Fact; r:gives {(1417 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1417 1000) math:remainder 417}] + [ a r:Fact; r:gives {(417 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(417 1000) math:remainder 417}] [ a r:Fact; r:gives {(417 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(417 100) math:remainder 17}] [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(17 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1417]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 417]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 417]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8065 a r:Inference; +skolem:lemma3741 a r:Inference; r:gives { - 1418 :numberToDigits (1 4 1 8). + 418 :numberToDigits (0 4 1 8). }; r:evidence ( - [ a r:Fact; r:gives {(1418 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1418 1000) math:remainder 418}] + [ a r:Fact; r:gives {(418 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(418 1000) math:remainder 418}] [ a r:Fact; r:gives {(418 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(418 100) math:remainder 18}] [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(18 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1418]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 418]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 418]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8066 a r:Inference; +skolem:lemma3742 a r:Inference; r:gives { - 1419 :numberToDigits (1 4 1 9). + 419 :numberToDigits (0 4 1 9). }; r:evidence ( - [ a r:Fact; r:gives {(1419 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1419 1000) math:remainder 419}] + [ a r:Fact; r:gives {(419 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(419 1000) math:remainder 419}] [ a r:Fact; r:gives {(419 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(419 100) math:remainder 19}] [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(19 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1419]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 419]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 419]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8067 a r:Inference; +skolem:lemma3743 a r:Inference; r:gives { - 1420 :numberToDigits (1 4 2 0). + 420 :numberToDigits (0 4 2 0). }; r:evidence ( - [ a r:Fact; r:gives {(1420 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1420 1000) math:remainder 420}] + [ a r:Fact; r:gives {(420 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(420 1000) math:remainder 420}] [ a r:Fact; r:gives {(420 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(420 100) math:remainder 20}] [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(20 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 420]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 420]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8068 a r:Inference; +skolem:lemma3744 a r:Inference; r:gives { - 1421 :numberToDigits (1 4 2 1). + 421 :numberToDigits (0 4 2 1). }; r:evidence ( - [ a r:Fact; r:gives {(1421 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1421 1000) math:remainder 421}] + [ a r:Fact; r:gives {(421 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(421 1000) math:remainder 421}] [ a r:Fact; r:gives {(421 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(421 100) math:remainder 21}] [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(21 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1421]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 421]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 421]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8069 a r:Inference; +skolem:lemma3745 a r:Inference; r:gives { - 1422 :numberToDigits (1 4 2 2). + 422 :numberToDigits (0 4 2 2). }; r:evidence ( - [ a r:Fact; r:gives {(1422 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1422 1000) math:remainder 422}] + [ a r:Fact; r:gives {(422 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(422 1000) math:remainder 422}] [ a r:Fact; r:gives {(422 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(422 100) math:remainder 22}] [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(22 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1422]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 422]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 422]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8070 a r:Inference; +skolem:lemma3746 a r:Inference; r:gives { - 1423 :numberToDigits (1 4 2 3). + 423 :numberToDigits (0 4 2 3). }; r:evidence ( - [ a r:Fact; r:gives {(1423 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1423 1000) math:remainder 423}] + [ a r:Fact; r:gives {(423 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(423 1000) math:remainder 423}] [ a r:Fact; r:gives {(423 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(423 100) math:remainder 23}] [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(23 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1423]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 423]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 423]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8071 a r:Inference; +skolem:lemma3747 a r:Inference; r:gives { - 1424 :numberToDigits (1 4 2 4). + 424 :numberToDigits (0 4 2 4). }; r:evidence ( - [ a r:Fact; r:gives {(1424 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1424 1000) math:remainder 424}] + [ a r:Fact; r:gives {(424 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(424 1000) math:remainder 424}] [ a r:Fact; r:gives {(424 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(424 100) math:remainder 24}] [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(24 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1424]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 424]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 424]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8072 a r:Inference; +skolem:lemma3748 a r:Inference; r:gives { - 1425 :numberToDigits (1 4 2 5). + 425 :numberToDigits (0 4 2 5). }; r:evidence ( - [ a r:Fact; r:gives {(1425 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1425 1000) math:remainder 425}] + [ a r:Fact; r:gives {(425 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(425 1000) math:remainder 425}] [ a r:Fact; r:gives {(425 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(425 100) math:remainder 25}] [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(25 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1425]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 425]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 425]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8073 a r:Inference; +skolem:lemma3749 a r:Inference; r:gives { - 1426 :numberToDigits (1 4 2 6). + 426 :numberToDigits (0 4 2 6). }; r:evidence ( - [ a r:Fact; r:gives {(1426 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1426 1000) math:remainder 426}] + [ a r:Fact; r:gives {(426 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(426 1000) math:remainder 426}] [ a r:Fact; r:gives {(426 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(426 100) math:remainder 26}] [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(26 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1426]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 426]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 426]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8074 a r:Inference; +skolem:lemma3750 a r:Inference; r:gives { - 1427 :numberToDigits (1 4 2 7). + 427 :numberToDigits (0 4 2 7). }; r:evidence ( - [ a r:Fact; r:gives {(1427 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1427 1000) math:remainder 427}] + [ a r:Fact; r:gives {(427 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(427 1000) math:remainder 427}] [ a r:Fact; r:gives {(427 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(427 100) math:remainder 27}] [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(27 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1427]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 427]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 427]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8075 a r:Inference; +skolem:lemma3751 a r:Inference; r:gives { - 1428 :numberToDigits (1 4 2 8). + 428 :numberToDigits (0 4 2 8). }; r:evidence ( - [ a r:Fact; r:gives {(1428 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1428 1000) math:remainder 428}] + [ a r:Fact; r:gives {(428 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(428 1000) math:remainder 428}] [ a r:Fact; r:gives {(428 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(428 100) math:remainder 28}] [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(28 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1428]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 428]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 428]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8076 a r:Inference; +skolem:lemma3752 a r:Inference; r:gives { - 1429 :numberToDigits (1 4 2 9). + 429 :numberToDigits (0 4 2 9). }; r:evidence ( - [ a r:Fact; r:gives {(1429 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1429 1000) math:remainder 429}] + [ a r:Fact; r:gives {(429 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(429 1000) math:remainder 429}] [ a r:Fact; r:gives {(429 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(429 100) math:remainder 29}] [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(29 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1429]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 429]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 429]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8077 a r:Inference; +skolem:lemma3753 a r:Inference; r:gives { - 1430 :numberToDigits (1 4 3 0). + 430 :numberToDigits (0 4 3 0). }; r:evidence ( - [ a r:Fact; r:gives {(1430 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1430 1000) math:remainder 430}] + [ a r:Fact; r:gives {(430 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(430 1000) math:remainder 430}] [ a r:Fact; r:gives {(430 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(430 100) math:remainder 30}] [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(30 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 430]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 430]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8078 a r:Inference; +skolem:lemma3754 a r:Inference; r:gives { - 1431 :numberToDigits (1 4 3 1). + 431 :numberToDigits (0 4 3 1). }; r:evidence ( - [ a r:Fact; r:gives {(1431 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1431 1000) math:remainder 431}] + [ a r:Fact; r:gives {(431 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(431 1000) math:remainder 431}] [ a r:Fact; r:gives {(431 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(431 100) math:remainder 31}] [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(31 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1431]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 431]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 431]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8079 a r:Inference; +skolem:lemma3755 a r:Inference; r:gives { - 1432 :numberToDigits (1 4 3 2). + 432 :numberToDigits (0 4 3 2). }; r:evidence ( - [ a r:Fact; r:gives {(1432 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1432 1000) math:remainder 432}] + [ a r:Fact; r:gives {(432 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(432 1000) math:remainder 432}] [ a r:Fact; r:gives {(432 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(432 100) math:remainder 32}] [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(32 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1432]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 432]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8080 a r:Inference; +skolem:lemma3756 a r:Inference; r:gives { - 1433 :numberToDigits (1 4 3 3). + 433 :numberToDigits (0 4 3 3). }; r:evidence ( - [ a r:Fact; r:gives {(1433 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1433 1000) math:remainder 433}] + [ a r:Fact; r:gives {(433 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(433 1000) math:remainder 433}] [ a r:Fact; r:gives {(433 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(433 100) math:remainder 33}] [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(33 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1433]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 433]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 433]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8081 a r:Inference; +skolem:lemma3757 a r:Inference; r:gives { - 1434 :numberToDigits (1 4 3 4). + 434 :numberToDigits (0 4 3 4). }; r:evidence ( - [ a r:Fact; r:gives {(1434 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1434 1000) math:remainder 434}] + [ a r:Fact; r:gives {(434 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(434 1000) math:remainder 434}] [ a r:Fact; r:gives {(434 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(434 100) math:remainder 34}] [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(34 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1434]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 434]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 434]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8082 a r:Inference; +skolem:lemma3758 a r:Inference; r:gives { - 1435 :numberToDigits (1 4 3 5). + 435 :numberToDigits (0 4 3 5). }; r:evidence ( - [ a r:Fact; r:gives {(1435 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1435 1000) math:remainder 435}] + [ a r:Fact; r:gives {(435 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(435 1000) math:remainder 435}] [ a r:Fact; r:gives {(435 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(435 100) math:remainder 35}] [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(35 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1435]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 435]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 435]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8083 a r:Inference; +skolem:lemma3759 a r:Inference; r:gives { - 1436 :numberToDigits (1 4 3 6). + 436 :numberToDigits (0 4 3 6). }; r:evidence ( - [ a r:Fact; r:gives {(1436 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1436 1000) math:remainder 436}] + [ a r:Fact; r:gives {(436 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(436 1000) math:remainder 436}] [ a r:Fact; r:gives {(436 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(436 100) math:remainder 36}] [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(36 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1436]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 436]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 436]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8084 a r:Inference; +skolem:lemma3760 a r:Inference; r:gives { - 1437 :numberToDigits (1 4 3 7). + 437 :numberToDigits (0 4 3 7). }; r:evidence ( - [ a r:Fact; r:gives {(1437 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1437 1000) math:remainder 437}] + [ a r:Fact; r:gives {(437 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(437 1000) math:remainder 437}] [ a r:Fact; r:gives {(437 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(437 100) math:remainder 37}] [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(37 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1437]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 437]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 437]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8085 a r:Inference; +skolem:lemma3761 a r:Inference; r:gives { - 1438 :numberToDigits (1 4 3 8). + 438 :numberToDigits (0 4 3 8). }; r:evidence ( - [ a r:Fact; r:gives {(1438 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1438 1000) math:remainder 438}] + [ a r:Fact; r:gives {(438 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(438 1000) math:remainder 438}] [ a r:Fact; r:gives {(438 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(438 100) math:remainder 38}] [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(38 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1438]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 438]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 438]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8086 a r:Inference; +skolem:lemma3762 a r:Inference; r:gives { - 1439 :numberToDigits (1 4 3 9). + 439 :numberToDigits (0 4 3 9). }; r:evidence ( - [ a r:Fact; r:gives {(1439 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1439 1000) math:remainder 439}] + [ a r:Fact; r:gives {(439 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(439 1000) math:remainder 439}] [ a r:Fact; r:gives {(439 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(439 100) math:remainder 39}] [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(39 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1439]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 439]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 439]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8087 a r:Inference; +skolem:lemma3763 a r:Inference; r:gives { - 1440 :numberToDigits (1 4 4 0). + 440 :numberToDigits (0 4 4 0). }; r:evidence ( - [ a r:Fact; r:gives {(1440 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1440 1000) math:remainder 440}] + [ a r:Fact; r:gives {(440 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(440 1000) math:remainder 440}] [ a r:Fact; r:gives {(440 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(440 100) math:remainder 40}] [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(40 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 440]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 440]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8088 a r:Inference; +skolem:lemma3764 a r:Inference; r:gives { - 1441 :numberToDigits (1 4 4 1). + 441 :numberToDigits (0 4 4 1). }; r:evidence ( - [ a r:Fact; r:gives {(1441 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1441 1000) math:remainder 441}] + [ a r:Fact; r:gives {(441 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(441 1000) math:remainder 441}] [ a r:Fact; r:gives {(441 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(441 100) math:remainder 41}] [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(41 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 441]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 441]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8089 a r:Inference; +skolem:lemma3765 a r:Inference; r:gives { - 1442 :numberToDigits (1 4 4 2). + 442 :numberToDigits (0 4 4 2). }; r:evidence ( - [ a r:Fact; r:gives {(1442 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1442 1000) math:remainder 442}] + [ a r:Fact; r:gives {(442 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(442 1000) math:remainder 442}] [ a r:Fact; r:gives {(442 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(442 100) math:remainder 42}] [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(42 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 442]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 442]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8090 a r:Inference; +skolem:lemma3766 a r:Inference; r:gives { - 1443 :numberToDigits (1 4 4 3). + 443 :numberToDigits (0 4 4 3). }; r:evidence ( - [ a r:Fact; r:gives {(1443 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1443 1000) math:remainder 443}] + [ a r:Fact; r:gives {(443 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(443 1000) math:remainder 443}] [ a r:Fact; r:gives {(443 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(443 100) math:remainder 43}] [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(43 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 443]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 443]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8091 a r:Inference; +skolem:lemma3767 a r:Inference; r:gives { - 1444 :numberToDigits (1 4 4 4). + 444 :numberToDigits (0 4 4 4). }; r:evidence ( - [ a r:Fact; r:gives {(1444 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1444 1000) math:remainder 444}] + [ a r:Fact; r:gives {(444 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(444 1000) math:remainder 444}] [ a r:Fact; r:gives {(444 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(444 100) math:remainder 44}] [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(44 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 444]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 444]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8092 a r:Inference; +skolem:lemma3768 a r:Inference; r:gives { - (1 4 4 4) :digitsToNumber 1444 . + (0 4 4 4) :digitsToNumber 444 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 400 40 4) math:sum 1444}] + [ a r:Fact; r:gives {(0 400 40 4) math:sum 444}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 444]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8093 a r:Inference; +skolem:lemma3769 a r:Inference; r:gives { - (4 4 4 1) :digitsToNumber 4441 . + (4 4 4 0) :digitsToNumber 4440 . }; r:evidence ( [ a r:Fact; r:gives {(4 1000) math:product 4000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(4000 400 40 1) math:sum 4441}] + [ a r:Fact; r:gives {(4000 400 40 0) math:sum 4440}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; @@ -161298,60 +74818,60 @@ skolem:lemma8093 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8094 a r:Inference; +skolem:lemma3770 a r:Inference; r:gives { - 1445 :numberToDigits (1 4 4 5). + 445 :numberToDigits (0 4 4 5). }; r:evidence ( - [ a r:Fact; r:gives {(1445 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1445 1000) math:remainder 445}] + [ a r:Fact; r:gives {(445 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(445 1000) math:remainder 445}] [ a r:Fact; r:gives {(445 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(445 100) math:remainder 45}] [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(45 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 445]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 445]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8095 a r:Inference; +skolem:lemma3771 a r:Inference; r:gives { - (1 4 4 5) :digitsToNumber 1445 . + (0 4 4 5) :digitsToNumber 445 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 400 40 5) math:sum 1445}] + [ a r:Fact; r:gives {(0 400 40 5) math:sum 445}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 445]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8096 a r:Inference; +skolem:lemma3772 a r:Inference; r:gives { - (5 4 4 1) :digitsToNumber 5441 . + (5 4 4 0) :digitsToNumber 5440 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(5000 400 40 1) math:sum 5441}] + [ a r:Fact; r:gives {(5000 400 40 0) math:sum 5440}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -161359,60 +74879,60 @@ skolem:lemma8096 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8097 a r:Inference; +skolem:lemma3773 a r:Inference; r:gives { - 1446 :numberToDigits (1 4 4 6). + 446 :numberToDigits (0 4 4 6). }; r:evidence ( - [ a r:Fact; r:gives {(1446 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1446 1000) math:remainder 446}] + [ a r:Fact; r:gives {(446 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(446 1000) math:remainder 446}] [ a r:Fact; r:gives {(446 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(446 100) math:remainder 46}] [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(46 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 446]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 446]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8098 a r:Inference; +skolem:lemma3774 a r:Inference; r:gives { - (1 4 4 6) :digitsToNumber 1446 . + (0 4 4 6) :digitsToNumber 446 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 400 40 6) math:sum 1446}] + [ a r:Fact; r:gives {(0 400 40 6) math:sum 446}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 446]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8099 a r:Inference; +skolem:lemma3775 a r:Inference; r:gives { - (6 4 4 1) :digitsToNumber 6441 . + (6 4 4 0) :digitsToNumber 6440 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(6000 400 40 1) math:sum 6441}] + [ a r:Fact; r:gives {(6000 400 40 0) math:sum 6440}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -161420,60 +74940,60 @@ skolem:lemma8099 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8100 a r:Inference; +skolem:lemma3776 a r:Inference; r:gives { - 1447 :numberToDigits (1 4 4 7). + 447 :numberToDigits (0 4 4 7). }; r:evidence ( - [ a r:Fact; r:gives {(1447 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1447 1000) math:remainder 447}] + [ a r:Fact; r:gives {(447 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(447 1000) math:remainder 447}] [ a r:Fact; r:gives {(447 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(447 100) math:remainder 47}] [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(47 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 447]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 447]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8101 a r:Inference; +skolem:lemma3777 a r:Inference; r:gives { - (1 4 4 7) :digitsToNumber 1447 . + (0 4 4 7) :digitsToNumber 447 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 400 40 7) math:sum 1447}] + [ a r:Fact; r:gives {(0 400 40 7) math:sum 447}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 447]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8102 a r:Inference; +skolem:lemma3778 a r:Inference; r:gives { - (7 4 4 1) :digitsToNumber 7441 . + (7 4 4 0) :digitsToNumber 7440 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 400 40 1) math:sum 7441}] + [ a r:Fact; r:gives {(7000 400 40 0) math:sum 7440}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -161481,60 +75001,60 @@ skolem:lemma8102 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8103 a r:Inference; +skolem:lemma3779 a r:Inference; r:gives { - 1448 :numberToDigits (1 4 4 8). + 448 :numberToDigits (0 4 4 8). }; r:evidence ( - [ a r:Fact; r:gives {(1448 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1448 1000) math:remainder 448}] + [ a r:Fact; r:gives {(448 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(448 1000) math:remainder 448}] [ a r:Fact; r:gives {(448 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(448 100) math:remainder 48}] [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(48 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 448]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 448]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8104 a r:Inference; +skolem:lemma3780 a r:Inference; r:gives { - (1 4 4 8) :digitsToNumber 1448 . + (0 4 4 8) :digitsToNumber 448 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 400 40 8) math:sum 1448}] + [ a r:Fact; r:gives {(0 400 40 8) math:sum 448}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 448]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8105 a r:Inference; +skolem:lemma3781 a r:Inference; r:gives { - (8 4 4 1) :digitsToNumber 8441 . + (8 4 4 0) :digitsToNumber 8440 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 400 40 1) math:sum 8441}] + [ a r:Fact; r:gives {(8000 400 40 0) math:sum 8440}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -161542,60 +75062,60 @@ skolem:lemma8105 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8106 a r:Inference; +skolem:lemma3782 a r:Inference; r:gives { - 1449 :numberToDigits (1 4 4 9). + 449 :numberToDigits (0 4 4 9). }; r:evidence ( - [ a r:Fact; r:gives {(1449 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1449 1000) math:remainder 449}] + [ a r:Fact; r:gives {(449 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(449 1000) math:remainder 449}] [ a r:Fact; r:gives {(449 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(449 100) math:remainder 49}] [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(49 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 449]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 449]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8107 a r:Inference; +skolem:lemma3783 a r:Inference; r:gives { - (1 4 4 9) :digitsToNumber 1449 . + (0 4 4 9) :digitsToNumber 449 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 400 40 9) math:sum 1449}] + [ a r:Fact; r:gives {(0 400 40 9) math:sum 449}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 449]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8108 a r:Inference; +skolem:lemma3784 a r:Inference; r:gives { - (9 4 4 1) :digitsToNumber 9441 . + (9 4 4 0) :digitsToNumber 9440 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 400 40 1) math:sum 9441}] + [ a r:Fact; r:gives {(9000 400 40 0) math:sum 9440}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -161603,165 +75123,165 @@ skolem:lemma8108 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8109 a r:Inference; +skolem:lemma3785 a r:Inference; r:gives { - 1450 :numberToDigits (1 4 5 0). + 450 :numberToDigits (0 4 5 0). }; r:evidence ( - [ a r:Fact; r:gives {(1450 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1450 1000) math:remainder 450}] + [ a r:Fact; r:gives {(450 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(450 1000) math:remainder 450}] [ a r:Fact; r:gives {(450 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(450 100) math:remainder 50}] [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(50 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1450]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 450]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 450]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8110 a r:Inference; +skolem:lemma3786 a r:Inference; r:gives { - 1451 :numberToDigits (1 4 5 1). + 451 :numberToDigits (0 4 5 1). }; r:evidence ( - [ a r:Fact; r:gives {(1451 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1451 1000) math:remainder 451}] + [ a r:Fact; r:gives {(451 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(451 1000) math:remainder 451}] [ a r:Fact; r:gives {(451 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(451 100) math:remainder 51}] [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(51 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1451]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 451]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 451]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8111 a r:Inference; +skolem:lemma3787 a r:Inference; r:gives { - 1452 :numberToDigits (1 4 5 2). + 452 :numberToDigits (0 4 5 2). }; r:evidence ( - [ a r:Fact; r:gives {(1452 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1452 1000) math:remainder 452}] + [ a r:Fact; r:gives {(452 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(452 1000) math:remainder 452}] [ a r:Fact; r:gives {(452 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(452 100) math:remainder 52}] [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(52 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1452]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 452]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 452]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8112 a r:Inference; +skolem:lemma3788 a r:Inference; r:gives { - 1453 :numberToDigits (1 4 5 3). + 453 :numberToDigits (0 4 5 3). }; r:evidence ( - [ a r:Fact; r:gives {(1453 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1453 1000) math:remainder 453}] + [ a r:Fact; r:gives {(453 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(453 1000) math:remainder 453}] [ a r:Fact; r:gives {(453 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(453 100) math:remainder 53}] [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(53 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1453]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 453]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 453]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8113 a r:Inference; +skolem:lemma3789 a r:Inference; r:gives { - 1454 :numberToDigits (1 4 5 4). + 454 :numberToDigits (0 4 5 4). }; r:evidence ( - [ a r:Fact; r:gives {(1454 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1454 1000) math:remainder 454}] + [ a r:Fact; r:gives {(454 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(454 1000) math:remainder 454}] [ a r:Fact; r:gives {(454 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(454 100) math:remainder 54}] [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(54 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1454]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 454]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 454]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8114 a r:Inference; +skolem:lemma3790 a r:Inference; r:gives { - 1455 :numberToDigits (1 4 5 5). + 455 :numberToDigits (0 4 5 5). }; r:evidence ( - [ a r:Fact; r:gives {(1455 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1455 1000) math:remainder 455}] + [ a r:Fact; r:gives {(455 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(455 1000) math:remainder 455}] [ a r:Fact; r:gives {(455 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(455 100) math:remainder 55}] [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(55 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 455]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 455]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8115 a r:Inference; +skolem:lemma3791 a r:Inference; r:gives { - (1 4 5 5) :digitsToNumber 1455 . + (0 4 5 5) :digitsToNumber 455 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 400 50 5) math:sum 1455}] + [ a r:Fact; r:gives {(0 400 50 5) math:sum 455}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 455]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8116 a r:Inference; +skolem:lemma3792 a r:Inference; r:gives { - (5 5 4 1) :digitsToNumber 5541 . + (5 5 4 0) :digitsToNumber 5540 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(5000 500 40 1) math:sum 5541}] + [ a r:Fact; r:gives {(5000 500 40 0) math:sum 5540}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -161769,60 +75289,60 @@ skolem:lemma8116 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8117 a r:Inference; +skolem:lemma3793 a r:Inference; r:gives { - 1456 :numberToDigits (1 4 5 6). + 456 :numberToDigits (0 4 5 6). }; r:evidence ( - [ a r:Fact; r:gives {(1456 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1456 1000) math:remainder 456}] + [ a r:Fact; r:gives {(456 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(456 1000) math:remainder 456}] [ a r:Fact; r:gives {(456 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(456 100) math:remainder 56}] [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(56 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8118 a r:Inference; +skolem:lemma3794 a r:Inference; r:gives { - (1 4 5 6) :digitsToNumber 1456 . + (0 4 5 6) :digitsToNumber 456 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 400 50 6) math:sum 1456}] + [ a r:Fact; r:gives {(0 400 50 6) math:sum 456}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 456]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8119 a r:Inference; +skolem:lemma3795 a r:Inference; r:gives { - (6 5 4 1) :digitsToNumber 6541 . + (6 5 4 0) :digitsToNumber 6540 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(6000 500 40 1) math:sum 6541}] + [ a r:Fact; r:gives {(6000 500 40 0) math:sum 6540}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -161830,60 +75350,60 @@ skolem:lemma8119 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8120 a r:Inference; +skolem:lemma3796 a r:Inference; r:gives { - 1457 :numberToDigits (1 4 5 7). + 457 :numberToDigits (0 4 5 7). }; r:evidence ( - [ a r:Fact; r:gives {(1457 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1457 1000) math:remainder 457}] + [ a r:Fact; r:gives {(457 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(457 1000) math:remainder 457}] [ a r:Fact; r:gives {(457 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(457 100) math:remainder 57}] [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(57 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 457]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 457]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8121 a r:Inference; +skolem:lemma3797 a r:Inference; r:gives { - (1 4 5 7) :digitsToNumber 1457 . + (0 4 5 7) :digitsToNumber 457 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 400 50 7) math:sum 1457}] + [ a r:Fact; r:gives {(0 400 50 7) math:sum 457}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 457]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8122 a r:Inference; +skolem:lemma3798 a r:Inference; r:gives { - (7 5 4 1) :digitsToNumber 7541 . + (7 5 4 0) :digitsToNumber 7540 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 500 40 1) math:sum 7541}] + [ a r:Fact; r:gives {(7000 500 40 0) math:sum 7540}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -161891,60 +75411,60 @@ skolem:lemma8122 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8123 a r:Inference; +skolem:lemma3799 a r:Inference; r:gives { - 1458 :numberToDigits (1 4 5 8). + 458 :numberToDigits (0 4 5 8). }; r:evidence ( - [ a r:Fact; r:gives {(1458 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1458 1000) math:remainder 458}] + [ a r:Fact; r:gives {(458 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(458 1000) math:remainder 458}] [ a r:Fact; r:gives {(458 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(458 100) math:remainder 58}] [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(58 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 458]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 458]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8124 a r:Inference; +skolem:lemma3800 a r:Inference; r:gives { - (1 4 5 8) :digitsToNumber 1458 . + (0 4 5 8) :digitsToNumber 458 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 400 50 8) math:sum 1458}] + [ a r:Fact; r:gives {(0 400 50 8) math:sum 458}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 458]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8125 a r:Inference; +skolem:lemma3801 a r:Inference; r:gives { - (8 5 4 1) :digitsToNumber 8541 . + (8 5 4 0) :digitsToNumber 8540 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 500 40 1) math:sum 8541}] + [ a r:Fact; r:gives {(8000 500 40 0) math:sum 8540}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -161952,60 +75472,60 @@ skolem:lemma8125 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8126 a r:Inference; +skolem:lemma3802 a r:Inference; r:gives { - 1459 :numberToDigits (1 4 5 9). + 459 :numberToDigits (0 4 5 9). }; r:evidence ( - [ a r:Fact; r:gives {(1459 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1459 1000) math:remainder 459}] + [ a r:Fact; r:gives {(459 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(459 1000) math:remainder 459}] [ a r:Fact; r:gives {(459 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(459 100) math:remainder 59}] [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(59 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 459]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 459]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8127 a r:Inference; +skolem:lemma3803 a r:Inference; r:gives { - (1 4 5 9) :digitsToNumber 1459 . + (0 4 5 9) :digitsToNumber 459 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 400 50 9) math:sum 1459}] + [ a r:Fact; r:gives {(0 400 50 9) math:sum 459}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 459]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8128 a r:Inference; +skolem:lemma3804 a r:Inference; r:gives { - (9 5 4 1) :digitsToNumber 9541 . + (9 5 4 0) :digitsToNumber 9540 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 500 40 1) math:sum 9541}] + [ a r:Fact; r:gives {(9000 500 40 0) math:sum 9540}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -162013,186 +75533,186 @@ skolem:lemma8128 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8129 a r:Inference; +skolem:lemma3805 a r:Inference; r:gives { - 1460 :numberToDigits (1 4 6 0). + 460 :numberToDigits (0 4 6 0). }; r:evidence ( - [ a r:Fact; r:gives {(1460 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1460 1000) math:remainder 460}] + [ a r:Fact; r:gives {(460 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(460 1000) math:remainder 460}] [ a r:Fact; r:gives {(460 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(460 100) math:remainder 60}] [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(60 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1460]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 460]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 460]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8130 a r:Inference; +skolem:lemma3806 a r:Inference; r:gives { - 1461 :numberToDigits (1 4 6 1). + 461 :numberToDigits (0 4 6 1). }; r:evidence ( - [ a r:Fact; r:gives {(1461 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1461 1000) math:remainder 461}] + [ a r:Fact; r:gives {(461 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(461 1000) math:remainder 461}] [ a r:Fact; r:gives {(461 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(461 100) math:remainder 61}] [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(61 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1461]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 461]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 461]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8131 a r:Inference; +skolem:lemma3807 a r:Inference; r:gives { - 1462 :numberToDigits (1 4 6 2). + 462 :numberToDigits (0 4 6 2). }; r:evidence ( - [ a r:Fact; r:gives {(1462 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1462 1000) math:remainder 462}] + [ a r:Fact; r:gives {(462 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(462 1000) math:remainder 462}] [ a r:Fact; r:gives {(462 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(462 100) math:remainder 62}] [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(62 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1462]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 462]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 462]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8132 a r:Inference; +skolem:lemma3808 a r:Inference; r:gives { - 1463 :numberToDigits (1 4 6 3). + 463 :numberToDigits (0 4 6 3). }; r:evidence ( - [ a r:Fact; r:gives {(1463 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1463 1000) math:remainder 463}] + [ a r:Fact; r:gives {(463 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(463 1000) math:remainder 463}] [ a r:Fact; r:gives {(463 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(463 100) math:remainder 63}] [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(63 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1463]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 463]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 463]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8133 a r:Inference; +skolem:lemma3809 a r:Inference; r:gives { - 1464 :numberToDigits (1 4 6 4). + 464 :numberToDigits (0 4 6 4). }; r:evidence ( - [ a r:Fact; r:gives {(1464 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1464 1000) math:remainder 464}] + [ a r:Fact; r:gives {(464 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(464 1000) math:remainder 464}] [ a r:Fact; r:gives {(464 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(464 100) math:remainder 64}] [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(64 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1464]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 464]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 464]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8134 a r:Inference; +skolem:lemma3810 a r:Inference; r:gives { - 1465 :numberToDigits (1 4 6 5). + 465 :numberToDigits (0 4 6 5). }; r:evidence ( - [ a r:Fact; r:gives {(1465 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1465 1000) math:remainder 465}] + [ a r:Fact; r:gives {(465 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(465 1000) math:remainder 465}] [ a r:Fact; r:gives {(465 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(465 100) math:remainder 65}] [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(65 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1465]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 465]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 465]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8135 a r:Inference; +skolem:lemma3811 a r:Inference; r:gives { - 1466 :numberToDigits (1 4 6 6). + 466 :numberToDigits (0 4 6 6). }; r:evidence ( - [ a r:Fact; r:gives {(1466 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1466 1000) math:remainder 466}] + [ a r:Fact; r:gives {(466 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(466 1000) math:remainder 466}] [ a r:Fact; r:gives {(466 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(466 100) math:remainder 66}] [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(66 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 466]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 466]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8136 a r:Inference; +skolem:lemma3812 a r:Inference; r:gives { - (1 4 6 6) :digitsToNumber 1466 . + (0 4 6 6) :digitsToNumber 466 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 400 60 6) math:sum 1466}] + [ a r:Fact; r:gives {(0 400 60 6) math:sum 466}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 466]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8137 a r:Inference; +skolem:lemma3813 a r:Inference; r:gives { - (6 6 4 1) :digitsToNumber 6641 . + (6 6 4 0) :digitsToNumber 6640 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(6000 600 40 1) math:sum 6641}] + [ a r:Fact; r:gives {(6000 600 40 0) math:sum 6640}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -162200,60 +75720,60 @@ skolem:lemma8137 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8138 a r:Inference; +skolem:lemma3814 a r:Inference; r:gives { - 1467 :numberToDigits (1 4 6 7). + 467 :numberToDigits (0 4 6 7). }; r:evidence ( - [ a r:Fact; r:gives {(1467 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1467 1000) math:remainder 467}] + [ a r:Fact; r:gives {(467 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(467 1000) math:remainder 467}] [ a r:Fact; r:gives {(467 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(467 100) math:remainder 67}] [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(67 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 467]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 467]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8139 a r:Inference; +skolem:lemma3815 a r:Inference; r:gives { - (1 4 6 7) :digitsToNumber 1467 . + (0 4 6 7) :digitsToNumber 467 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 400 60 7) math:sum 1467}] + [ a r:Fact; r:gives {(0 400 60 7) math:sum 467}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 467]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8140 a r:Inference; +skolem:lemma3816 a r:Inference; r:gives { - (7 6 4 1) :digitsToNumber 7641 . + (7 6 4 0) :digitsToNumber 7640 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 600 40 1) math:sum 7641}] + [ a r:Fact; r:gives {(7000 600 40 0) math:sum 7640}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -162261,60 +75781,60 @@ skolem:lemma8140 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8141 a r:Inference; +skolem:lemma3817 a r:Inference; r:gives { - 1468 :numberToDigits (1 4 6 8). + 468 :numberToDigits (0 4 6 8). }; r:evidence ( - [ a r:Fact; r:gives {(1468 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1468 1000) math:remainder 468}] + [ a r:Fact; r:gives {(468 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(468 1000) math:remainder 468}] [ a r:Fact; r:gives {(468 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(468 100) math:remainder 68}] [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(68 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 468]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 468]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8142 a r:Inference; +skolem:lemma3818 a r:Inference; r:gives { - (1 4 6 8) :digitsToNumber 1468 . + (0 4 6 8) :digitsToNumber 468 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 400 60 8) math:sum 1468}] + [ a r:Fact; r:gives {(0 400 60 8) math:sum 468}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 468]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8143 a r:Inference; +skolem:lemma3819 a r:Inference; r:gives { - (8 6 4 1) :digitsToNumber 8641 . + (8 6 4 0) :digitsToNumber 8640 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 600 40 1) math:sum 8641}] + [ a r:Fact; r:gives {(8000 600 40 0) math:sum 8640}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -162322,60 +75842,60 @@ skolem:lemma8143 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8144 a r:Inference; +skolem:lemma3820 a r:Inference; r:gives { - 1469 :numberToDigits (1 4 6 9). + 469 :numberToDigits (0 4 6 9). }; r:evidence ( - [ a r:Fact; r:gives {(1469 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1469 1000) math:remainder 469}] + [ a r:Fact; r:gives {(469 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(469 1000) math:remainder 469}] [ a r:Fact; r:gives {(469 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(469 100) math:remainder 69}] [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(69 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 469]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 469]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8145 a r:Inference; +skolem:lemma3821 a r:Inference; r:gives { - (1 4 6 9) :digitsToNumber 1469 . + (0 4 6 9) :digitsToNumber 469 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 400 60 9) math:sum 1469}] + [ a r:Fact; r:gives {(0 400 60 9) math:sum 469}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 469]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8146 a r:Inference; +skolem:lemma3822 a r:Inference; r:gives { - (9 6 4 1) :digitsToNumber 9641 . + (9 6 4 0) :digitsToNumber 9640 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 600 40 1) math:sum 9641}] + [ a r:Fact; r:gives {(9000 600 40 0) math:sum 9640}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -162383,207 +75903,207 @@ skolem:lemma8146 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8147 a r:Inference; +skolem:lemma3823 a r:Inference; r:gives { - 1470 :numberToDigits (1 4 7 0). + 470 :numberToDigits (0 4 7 0). }; r:evidence ( - [ a r:Fact; r:gives {(1470 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1470 1000) math:remainder 470}] + [ a r:Fact; r:gives {(470 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(470 1000) math:remainder 470}] [ a r:Fact; r:gives {(470 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(470 100) math:remainder 70}] [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(70 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1470]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 470]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 470]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8148 a r:Inference; +skolem:lemma3824 a r:Inference; r:gives { - 1471 :numberToDigits (1 4 7 1). + 471 :numberToDigits (0 4 7 1). }; r:evidence ( - [ a r:Fact; r:gives {(1471 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1471 1000) math:remainder 471}] + [ a r:Fact; r:gives {(471 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(471 1000) math:remainder 471}] [ a r:Fact; r:gives {(471 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(471 100) math:remainder 71}] [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(71 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1471]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 471]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 471]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8149 a r:Inference; +skolem:lemma3825 a r:Inference; r:gives { - 1472 :numberToDigits (1 4 7 2). + 472 :numberToDigits (0 4 7 2). }; r:evidence ( - [ a r:Fact; r:gives {(1472 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1472 1000) math:remainder 472}] + [ a r:Fact; r:gives {(472 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(472 1000) math:remainder 472}] [ a r:Fact; r:gives {(472 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(472 100) math:remainder 72}] [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(72 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1472]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 472]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 472]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8150 a r:Inference; +skolem:lemma3826 a r:Inference; r:gives { - 1473 :numberToDigits (1 4 7 3). + 473 :numberToDigits (0 4 7 3). }; r:evidence ( - [ a r:Fact; r:gives {(1473 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1473 1000) math:remainder 473}] + [ a r:Fact; r:gives {(473 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(473 1000) math:remainder 473}] [ a r:Fact; r:gives {(473 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(473 100) math:remainder 73}] [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(73 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1473]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 473]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 473]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8151 a r:Inference; +skolem:lemma3827 a r:Inference; r:gives { - 1474 :numberToDigits (1 4 7 4). + 474 :numberToDigits (0 4 7 4). }; r:evidence ( - [ a r:Fact; r:gives {(1474 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1474 1000) math:remainder 474}] + [ a r:Fact; r:gives {(474 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(474 1000) math:remainder 474}] [ a r:Fact; r:gives {(474 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(474 100) math:remainder 74}] [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(74 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1474]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 474]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 474]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8152 a r:Inference; +skolem:lemma3828 a r:Inference; r:gives { - 1475 :numberToDigits (1 4 7 5). + 475 :numberToDigits (0 4 7 5). }; r:evidence ( - [ a r:Fact; r:gives {(1475 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1475 1000) math:remainder 475}] + [ a r:Fact; r:gives {(475 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(475 1000) math:remainder 475}] [ a r:Fact; r:gives {(475 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(475 100) math:remainder 75}] [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(75 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1475]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 475]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 475]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8153 a r:Inference; +skolem:lemma3829 a r:Inference; r:gives { - 1476 :numberToDigits (1 4 7 6). + 476 :numberToDigits (0 4 7 6). }; r:evidence ( - [ a r:Fact; r:gives {(1476 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1476 1000) math:remainder 476}] + [ a r:Fact; r:gives {(476 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(476 1000) math:remainder 476}] [ a r:Fact; r:gives {(476 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(476 100) math:remainder 76}] [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(76 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1476]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 476]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 476]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8154 a r:Inference; +skolem:lemma3830 a r:Inference; r:gives { - 1477 :numberToDigits (1 4 7 7). + 477 :numberToDigits (0 4 7 7). }; r:evidence ( - [ a r:Fact; r:gives {(1477 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1477 1000) math:remainder 477}] + [ a r:Fact; r:gives {(477 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(477 1000) math:remainder 477}] [ a r:Fact; r:gives {(477 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(477 100) math:remainder 77}] [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(77 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 477]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 477]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8155 a r:Inference; +skolem:lemma3831 a r:Inference; r:gives { - (1 4 7 7) :digitsToNumber 1477 . + (0 4 7 7) :digitsToNumber 477 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 400 70 7) math:sum 1477}] + [ a r:Fact; r:gives {(0 400 70 7) math:sum 477}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 477]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8156 a r:Inference; +skolem:lemma3832 a r:Inference; r:gives { - (7 7 4 1) :digitsToNumber 7741 . + (7 7 4 0) :digitsToNumber 7740 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 700 40 1) math:sum 7741}] + [ a r:Fact; r:gives {(7000 700 40 0) math:sum 7740}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -162591,60 +76111,60 @@ skolem:lemma8156 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8157 a r:Inference; +skolem:lemma3833 a r:Inference; r:gives { - 1478 :numberToDigits (1 4 7 8). + 478 :numberToDigits (0 4 7 8). }; r:evidence ( - [ a r:Fact; r:gives {(1478 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1478 1000) math:remainder 478}] + [ a r:Fact; r:gives {(478 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(478 1000) math:remainder 478}] [ a r:Fact; r:gives {(478 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(478 100) math:remainder 78}] [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(78 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 478]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 478]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8158 a r:Inference; +skolem:lemma3834 a r:Inference; r:gives { - (1 4 7 8) :digitsToNumber 1478 . + (0 4 7 8) :digitsToNumber 478 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 400 70 8) math:sum 1478}] + [ a r:Fact; r:gives {(0 400 70 8) math:sum 478}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 478]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8159 a r:Inference; +skolem:lemma3835 a r:Inference; r:gives { - (8 7 4 1) :digitsToNumber 8741 . + (8 7 4 0) :digitsToNumber 8740 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 700 40 1) math:sum 8741}] + [ a r:Fact; r:gives {(8000 700 40 0) math:sum 8740}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -162652,60 +76172,60 @@ skolem:lemma8159 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8160 a r:Inference; +skolem:lemma3836 a r:Inference; r:gives { - 1479 :numberToDigits (1 4 7 9). + 479 :numberToDigits (0 4 7 9). }; r:evidence ( - [ a r:Fact; r:gives {(1479 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1479 1000) math:remainder 479}] + [ a r:Fact; r:gives {(479 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(479 1000) math:remainder 479}] [ a r:Fact; r:gives {(479 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(479 100) math:remainder 79}] [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(79 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 479]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 479]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8161 a r:Inference; +skolem:lemma3837 a r:Inference; r:gives { - (1 4 7 9) :digitsToNumber 1479 . + (0 4 7 9) :digitsToNumber 479 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 400 70 9) math:sum 1479}] + [ a r:Fact; r:gives {(0 400 70 9) math:sum 479}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 479]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8162 a r:Inference; +skolem:lemma3838 a r:Inference; r:gives { - (9 7 4 1) :digitsToNumber 9741 . + (9 7 4 0) :digitsToNumber 9740 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 700 40 1) math:sum 9741}] + [ a r:Fact; r:gives {(9000 700 40 0) math:sum 9740}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -162713,228 +76233,228 @@ skolem:lemma8162 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8163 a r:Inference; +skolem:lemma3839 a r:Inference; r:gives { - 1480 :numberToDigits (1 4 8 0). + 480 :numberToDigits (0 4 8 0). }; r:evidence ( - [ a r:Fact; r:gives {(1480 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1480 1000) math:remainder 480}] + [ a r:Fact; r:gives {(480 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(480 1000) math:remainder 480}] [ a r:Fact; r:gives {(480 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(480 100) math:remainder 80}] [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(80 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1480]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 480]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 480]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8164 a r:Inference; +skolem:lemma3840 a r:Inference; r:gives { - 1481 :numberToDigits (1 4 8 1). + 481 :numberToDigits (0 4 8 1). }; r:evidence ( - [ a r:Fact; r:gives {(1481 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1481 1000) math:remainder 481}] + [ a r:Fact; r:gives {(481 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(481 1000) math:remainder 481}] [ a r:Fact; r:gives {(481 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(481 100) math:remainder 81}] [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(81 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1481]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 481]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 481]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8165 a r:Inference; +skolem:lemma3841 a r:Inference; r:gives { - 1482 :numberToDigits (1 4 8 2). + 482 :numberToDigits (0 4 8 2). }; r:evidence ( - [ a r:Fact; r:gives {(1482 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1482 1000) math:remainder 482}] + [ a r:Fact; r:gives {(482 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(482 1000) math:remainder 482}] [ a r:Fact; r:gives {(482 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(482 100) math:remainder 82}] [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(82 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1482]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 482]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 482]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8166 a r:Inference; +skolem:lemma3842 a r:Inference; r:gives { - 1483 :numberToDigits (1 4 8 3). + 483 :numberToDigits (0 4 8 3). }; r:evidence ( - [ a r:Fact; r:gives {(1483 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1483 1000) math:remainder 483}] + [ a r:Fact; r:gives {(483 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(483 1000) math:remainder 483}] [ a r:Fact; r:gives {(483 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(483 100) math:remainder 83}] [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(83 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1483]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 483]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 483]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8167 a r:Inference; +skolem:lemma3843 a r:Inference; r:gives { - 1484 :numberToDigits (1 4 8 4). + 484 :numberToDigits (0 4 8 4). }; r:evidence ( - [ a r:Fact; r:gives {(1484 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1484 1000) math:remainder 484}] + [ a r:Fact; r:gives {(484 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(484 1000) math:remainder 484}] [ a r:Fact; r:gives {(484 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(484 100) math:remainder 84}] [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(84 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1484]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 484]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 484]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8168 a r:Inference; +skolem:lemma3844 a r:Inference; r:gives { - 1485 :numberToDigits (1 4 8 5). + 485 :numberToDigits (0 4 8 5). }; r:evidence ( - [ a r:Fact; r:gives {(1485 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1485 1000) math:remainder 485}] + [ a r:Fact; r:gives {(485 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(485 1000) math:remainder 485}] [ a r:Fact; r:gives {(485 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(485 100) math:remainder 85}] [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(85 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1485]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 485]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 485]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8169 a r:Inference; +skolem:lemma3845 a r:Inference; r:gives { - 1486 :numberToDigits (1 4 8 6). + 486 :numberToDigits (0 4 8 6). }; r:evidence ( - [ a r:Fact; r:gives {(1486 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1486 1000) math:remainder 486}] + [ a r:Fact; r:gives {(486 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(486 1000) math:remainder 486}] [ a r:Fact; r:gives {(486 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(486 100) math:remainder 86}] [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(86 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1486]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 486]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 486]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8170 a r:Inference; +skolem:lemma3846 a r:Inference; r:gives { - 1487 :numberToDigits (1 4 8 7). + 487 :numberToDigits (0 4 8 7). }; r:evidence ( - [ a r:Fact; r:gives {(1487 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1487 1000) math:remainder 487}] + [ a r:Fact; r:gives {(487 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(487 1000) math:remainder 487}] [ a r:Fact; r:gives {(487 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(487 100) math:remainder 87}] [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(87 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1487]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 487]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 487]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8171 a r:Inference; +skolem:lemma3847 a r:Inference; r:gives { - 1488 :numberToDigits (1 4 8 8). + 488 :numberToDigits (0 4 8 8). }; r:evidence ( - [ a r:Fact; r:gives {(1488 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1488 1000) math:remainder 488}] + [ a r:Fact; r:gives {(488 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(488 1000) math:remainder 488}] [ a r:Fact; r:gives {(488 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(488 100) math:remainder 88}] [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(88 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 488]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 488]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8172 a r:Inference; +skolem:lemma3848 a r:Inference; r:gives { - (1 4 8 8) :digitsToNumber 1488 . + (0 4 8 8) :digitsToNumber 488 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 400 80 8) math:sum 1488}] + [ a r:Fact; r:gives {(0 400 80 8) math:sum 488}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 488]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8173 a r:Inference; +skolem:lemma3849 a r:Inference; r:gives { - (8 8 4 1) :digitsToNumber 8841 . + (8 8 4 0) :digitsToNumber 8840 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 800 40 1) math:sum 8841}] + [ a r:Fact; r:gives {(8000 800 40 0) math:sum 8840}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -162942,60 +76462,60 @@ skolem:lemma8173 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8174 a r:Inference; +skolem:lemma3850 a r:Inference; r:gives { - 1489 :numberToDigits (1 4 8 9). + 489 :numberToDigits (0 4 8 9). }; r:evidence ( - [ a r:Fact; r:gives {(1489 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1489 1000) math:remainder 489}] + [ a r:Fact; r:gives {(489 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(489 1000) math:remainder 489}] [ a r:Fact; r:gives {(489 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(489 100) math:remainder 89}] [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(89 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 489]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 489]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8175 a r:Inference; +skolem:lemma3851 a r:Inference; r:gives { - (1 4 8 9) :digitsToNumber 1489 . + (0 4 8 9) :digitsToNumber 489 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 400 80 9) math:sum 1489}] + [ a r:Fact; r:gives {(0 400 80 9) math:sum 489}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 489]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8176 a r:Inference; +skolem:lemma3852 a r:Inference; r:gives { - (9 8 4 1) :digitsToNumber 9841 . + (9 8 4 0) :digitsToNumber 9840 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 800 40 1) math:sum 9841}] + [ a r:Fact; r:gives {(9000 800 40 0) math:sum 9840}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -163003,249 +76523,249 @@ skolem:lemma8176 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8177 a r:Inference; +skolem:lemma3853 a r:Inference; r:gives { - 1490 :numberToDigits (1 4 9 0). + 490 :numberToDigits (0 4 9 0). }; r:evidence ( - [ a r:Fact; r:gives {(1490 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1490 1000) math:remainder 490}] + [ a r:Fact; r:gives {(490 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(490 1000) math:remainder 490}] [ a r:Fact; r:gives {(490 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(490 100) math:remainder 90}] [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(90 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1490]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 490]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 490]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8178 a r:Inference; +skolem:lemma3854 a r:Inference; r:gives { - 1491 :numberToDigits (1 4 9 1). + 491 :numberToDigits (0 4 9 1). }; r:evidence ( - [ a r:Fact; r:gives {(1491 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1491 1000) math:remainder 491}] + [ a r:Fact; r:gives {(491 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(491 1000) math:remainder 491}] [ a r:Fact; r:gives {(491 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(491 100) math:remainder 91}] [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(91 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1491]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 491]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 491]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8179 a r:Inference; +skolem:lemma3855 a r:Inference; r:gives { - 1492 :numberToDigits (1 4 9 2). + 492 :numberToDigits (0 4 9 2). }; r:evidence ( - [ a r:Fact; r:gives {(1492 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1492 1000) math:remainder 492}] + [ a r:Fact; r:gives {(492 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(492 1000) math:remainder 492}] [ a r:Fact; r:gives {(492 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(492 100) math:remainder 92}] [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(92 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1492]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 492]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 492]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8180 a r:Inference; +skolem:lemma3856 a r:Inference; r:gives { - 1493 :numberToDigits (1 4 9 3). + 493 :numberToDigits (0 4 9 3). }; r:evidence ( - [ a r:Fact; r:gives {(1493 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1493 1000) math:remainder 493}] + [ a r:Fact; r:gives {(493 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(493 1000) math:remainder 493}] [ a r:Fact; r:gives {(493 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(493 100) math:remainder 93}] [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(93 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1493]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 493]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 493]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8181 a r:Inference; +skolem:lemma3857 a r:Inference; r:gives { - 1494 :numberToDigits (1 4 9 4). + 494 :numberToDigits (0 4 9 4). }; r:evidence ( - [ a r:Fact; r:gives {(1494 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1494 1000) math:remainder 494}] + [ a r:Fact; r:gives {(494 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(494 1000) math:remainder 494}] [ a r:Fact; r:gives {(494 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(494 100) math:remainder 94}] [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(94 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1494]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 494]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 494]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8182 a r:Inference; +skolem:lemma3858 a r:Inference; r:gives { - 1495 :numberToDigits (1 4 9 5). + 495 :numberToDigits (0 4 9 5). }; r:evidence ( - [ a r:Fact; r:gives {(1495 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1495 1000) math:remainder 495}] + [ a r:Fact; r:gives {(495 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(495 1000) math:remainder 495}] [ a r:Fact; r:gives {(495 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(495 100) math:remainder 95}] [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(95 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1495]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 495]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 495]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8183 a r:Inference; +skolem:lemma3859 a r:Inference; r:gives { - 1496 :numberToDigits (1 4 9 6). + 496 :numberToDigits (0 4 9 6). }; r:evidence ( - [ a r:Fact; r:gives {(1496 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1496 1000) math:remainder 496}] + [ a r:Fact; r:gives {(496 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(496 1000) math:remainder 496}] [ a r:Fact; r:gives {(496 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(496 100) math:remainder 96}] [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(96 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1496]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 496]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 496]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8184 a r:Inference; +skolem:lemma3860 a r:Inference; r:gives { - 1497 :numberToDigits (1 4 9 7). + 497 :numberToDigits (0 4 9 7). }; r:evidence ( - [ a r:Fact; r:gives {(1497 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1497 1000) math:remainder 497}] + [ a r:Fact; r:gives {(497 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(497 1000) math:remainder 497}] [ a r:Fact; r:gives {(497 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(497 100) math:remainder 97}] [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(97 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1497]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 497]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 497]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8185 a r:Inference; +skolem:lemma3861 a r:Inference; r:gives { - 1498 :numberToDigits (1 4 9 8). + 498 :numberToDigits (0 4 9 8). }; r:evidence ( - [ a r:Fact; r:gives {(1498 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1498 1000) math:remainder 498}] + [ a r:Fact; r:gives {(498 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(498 1000) math:remainder 498}] [ a r:Fact; r:gives {(498 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(498 100) math:remainder 98}] [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(98 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1498]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 498]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 498]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8186 a r:Inference; +skolem:lemma3862 a r:Inference; r:gives { - 1499 :numberToDigits (1 4 9 9). + 499 :numberToDigits (0 4 9 9). }; r:evidence ( - [ a r:Fact; r:gives {(1499 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1499 1000) math:remainder 499}] + [ a r:Fact; r:gives {(499 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(499 1000) math:remainder 499}] [ a r:Fact; r:gives {(499 100) math:integerQuotient 4}] [ a r:Fact; r:gives {(499 100) math:remainder 99}] [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(99 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 499]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 499]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8187 a r:Inference; +skolem:lemma3863 a r:Inference; r:gives { - (1 4 9 9) :digitsToNumber 1499 . + (0 4 9 9) :digitsToNumber 499 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(4 100) math:product 400}] [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(1000 400 90 9) math:sum 1499}] + [ a r:Fact; r:gives {(0 400 90 9) math:sum 499}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 499]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8188 a r:Inference; +skolem:lemma3864 a r:Inference; r:gives { - (9 9 4 1) :digitsToNumber 9941 . + (9 9 4 0) :digitsToNumber 9940 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(9 100) math:product 900}] [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 900 40 1) math:sum 9941}] + [ a r:Fact; r:gives {(9000 900 40 0) math:sum 9940}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -163253,1215 +76773,1215 @@ skolem:lemma8188 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8189 a r:Inference; +skolem:lemma3865 a r:Inference; r:gives { - 1500 :numberToDigits (1 5 0 0). + 500 :numberToDigits (0 5 0 0). }; r:evidence ( - [ a r:Fact; r:gives {(1500 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1500 1000) math:remainder 500}] + [ a r:Fact; r:gives {(500 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(500 1000) math:remainder 500}] [ a r:Fact; r:gives {(500 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(500 100) math:remainder 0}] [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(0 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8190 a r:Inference; +skolem:lemma3866 a r:Inference; r:gives { - 1501 :numberToDigits (1 5 0 1). + 501 :numberToDigits (0 5 0 1). }; r:evidence ( - [ a r:Fact; r:gives {(1501 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1501 1000) math:remainder 501}] + [ a r:Fact; r:gives {(501 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(501 1000) math:remainder 501}] [ a r:Fact; r:gives {(501 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(501 100) math:remainder 1}] [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(1 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1501]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 501]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 501]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8191 a r:Inference; +skolem:lemma3867 a r:Inference; r:gives { - 1502 :numberToDigits (1 5 0 2). + 502 :numberToDigits (0 5 0 2). }; r:evidence ( - [ a r:Fact; r:gives {(1502 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1502 1000) math:remainder 502}] + [ a r:Fact; r:gives {(502 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(502 1000) math:remainder 502}] [ a r:Fact; r:gives {(502 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(502 100) math:remainder 2}] [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(2 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1502]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 502]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 502]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8192 a r:Inference; +skolem:lemma3868 a r:Inference; r:gives { - 1503 :numberToDigits (1 5 0 3). + 503 :numberToDigits (0 5 0 3). }; r:evidence ( - [ a r:Fact; r:gives {(1503 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1503 1000) math:remainder 503}] + [ a r:Fact; r:gives {(503 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(503 1000) math:remainder 503}] [ a r:Fact; r:gives {(503 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(503 100) math:remainder 3}] [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(3 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1503]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 503]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 503]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8193 a r:Inference; +skolem:lemma3869 a r:Inference; r:gives { - 1504 :numberToDigits (1 5 0 4). + 504 :numberToDigits (0 5 0 4). }; r:evidence ( - [ a r:Fact; r:gives {(1504 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1504 1000) math:remainder 504}] + [ a r:Fact; r:gives {(504 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(504 1000) math:remainder 504}] [ a r:Fact; r:gives {(504 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(504 100) math:remainder 4}] [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(4 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1504]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 504]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 504]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8194 a r:Inference; +skolem:lemma3870 a r:Inference; r:gives { - 1505 :numberToDigits (1 5 0 5). + 505 :numberToDigits (0 5 0 5). }; r:evidence ( - [ a r:Fact; r:gives {(1505 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1505 1000) math:remainder 505}] + [ a r:Fact; r:gives {(505 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(505 1000) math:remainder 505}] [ a r:Fact; r:gives {(505 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(505 100) math:remainder 5}] [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(5 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1505]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 505]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 505]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8195 a r:Inference; +skolem:lemma3871 a r:Inference; r:gives { - 1506 :numberToDigits (1 5 0 6). + 506 :numberToDigits (0 5 0 6). }; r:evidence ( - [ a r:Fact; r:gives {(1506 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1506 1000) math:remainder 506}] + [ a r:Fact; r:gives {(506 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(506 1000) math:remainder 506}] [ a r:Fact; r:gives {(506 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(506 100) math:remainder 6}] [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(6 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1506]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 506]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 506]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8196 a r:Inference; +skolem:lemma3872 a r:Inference; r:gives { - 1507 :numberToDigits (1 5 0 7). + 507 :numberToDigits (0 5 0 7). }; r:evidence ( - [ a r:Fact; r:gives {(1507 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1507 1000) math:remainder 507}] + [ a r:Fact; r:gives {(507 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(507 1000) math:remainder 507}] [ a r:Fact; r:gives {(507 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(507 100) math:remainder 7}] [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(7 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1507]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 507]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 507]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8197 a r:Inference; +skolem:lemma3873 a r:Inference; r:gives { - 1508 :numberToDigits (1 5 0 8). + 508 :numberToDigits (0 5 0 8). }; r:evidence ( - [ a r:Fact; r:gives {(1508 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1508 1000) math:remainder 508}] + [ a r:Fact; r:gives {(508 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(508 1000) math:remainder 508}] [ a r:Fact; r:gives {(508 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(508 100) math:remainder 8}] [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(8 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1508]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 508]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 508]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8198 a r:Inference; +skolem:lemma3874 a r:Inference; r:gives { - 1509 :numberToDigits (1 5 0 9). + 509 :numberToDigits (0 5 0 9). }; r:evidence ( - [ a r:Fact; r:gives {(1509 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1509 1000) math:remainder 509}] + [ a r:Fact; r:gives {(509 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(509 1000) math:remainder 509}] [ a r:Fact; r:gives {(509 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(509 100) math:remainder 9}] [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(9 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1509]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 509]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 509]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8199 a r:Inference; +skolem:lemma3875 a r:Inference; r:gives { - 1510 :numberToDigits (1 5 1 0). + 510 :numberToDigits (0 5 1 0). }; r:evidence ( - [ a r:Fact; r:gives {(1510 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1510 1000) math:remainder 510}] + [ a r:Fact; r:gives {(510 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(510 1000) math:remainder 510}] [ a r:Fact; r:gives {(510 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(510 100) math:remainder 10}] [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(10 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 510]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 510]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8200 a r:Inference; +skolem:lemma3876 a r:Inference; r:gives { - 1511 :numberToDigits (1 5 1 1). + 511 :numberToDigits (0 5 1 1). }; r:evidence ( - [ a r:Fact; r:gives {(1511 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1511 1000) math:remainder 511}] + [ a r:Fact; r:gives {(511 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(511 1000) math:remainder 511}] [ a r:Fact; r:gives {(511 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(511 100) math:remainder 11}] [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(11 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1511]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 511]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 511]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8201 a r:Inference; +skolem:lemma3877 a r:Inference; r:gives { - 1512 :numberToDigits (1 5 1 2). + 512 :numberToDigits (0 5 1 2). }; r:evidence ( - [ a r:Fact; r:gives {(1512 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1512 1000) math:remainder 512}] + [ a r:Fact; r:gives {(512 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(512 1000) math:remainder 512}] [ a r:Fact; r:gives {(512 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(512 100) math:remainder 12}] [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(12 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1512]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 512]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 512]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8202 a r:Inference; +skolem:lemma3878 a r:Inference; r:gives { - 1513 :numberToDigits (1 5 1 3). + 513 :numberToDigits (0 5 1 3). }; r:evidence ( - [ a r:Fact; r:gives {(1513 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1513 1000) math:remainder 513}] + [ a r:Fact; r:gives {(513 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(513 1000) math:remainder 513}] [ a r:Fact; r:gives {(513 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(513 100) math:remainder 13}] [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(13 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1513]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 513]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 513]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8203 a r:Inference; +skolem:lemma3879 a r:Inference; r:gives { - 1514 :numberToDigits (1 5 1 4). + 514 :numberToDigits (0 5 1 4). }; r:evidence ( - [ a r:Fact; r:gives {(1514 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1514 1000) math:remainder 514}] + [ a r:Fact; r:gives {(514 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(514 1000) math:remainder 514}] [ a r:Fact; r:gives {(514 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(514 100) math:remainder 14}] [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(14 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1514]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 514]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 514]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8204 a r:Inference; +skolem:lemma3880 a r:Inference; r:gives { - 1515 :numberToDigits (1 5 1 5). + 515 :numberToDigits (0 5 1 5). }; r:evidence ( - [ a r:Fact; r:gives {(1515 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1515 1000) math:remainder 515}] + [ a r:Fact; r:gives {(515 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(515 1000) math:remainder 515}] [ a r:Fact; r:gives {(515 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(515 100) math:remainder 15}] [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(15 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1515]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 515]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 515]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8205 a r:Inference; +skolem:lemma3881 a r:Inference; r:gives { - 1516 :numberToDigits (1 5 1 6). + 516 :numberToDigits (0 5 1 6). }; r:evidence ( - [ a r:Fact; r:gives {(1516 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1516 1000) math:remainder 516}] + [ a r:Fact; r:gives {(516 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(516 1000) math:remainder 516}] [ a r:Fact; r:gives {(516 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(516 100) math:remainder 16}] [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(16 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1516]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 516]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 516]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8206 a r:Inference; +skolem:lemma3882 a r:Inference; r:gives { - 1517 :numberToDigits (1 5 1 7). + 517 :numberToDigits (0 5 1 7). }; r:evidence ( - [ a r:Fact; r:gives {(1517 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1517 1000) math:remainder 517}] + [ a r:Fact; r:gives {(517 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(517 1000) math:remainder 517}] [ a r:Fact; r:gives {(517 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(517 100) math:remainder 17}] [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(17 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1517]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 517]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 517]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8207 a r:Inference; +skolem:lemma3883 a r:Inference; r:gives { - 1518 :numberToDigits (1 5 1 8). + 518 :numberToDigits (0 5 1 8). }; r:evidence ( - [ a r:Fact; r:gives {(1518 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1518 1000) math:remainder 518}] + [ a r:Fact; r:gives {(518 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(518 1000) math:remainder 518}] [ a r:Fact; r:gives {(518 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(518 100) math:remainder 18}] [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(18 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1518]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 518]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 518]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8208 a r:Inference; +skolem:lemma3884 a r:Inference; r:gives { - 1519 :numberToDigits (1 5 1 9). + 519 :numberToDigits (0 5 1 9). }; r:evidence ( - [ a r:Fact; r:gives {(1519 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1519 1000) math:remainder 519}] + [ a r:Fact; r:gives {(519 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(519 1000) math:remainder 519}] [ a r:Fact; r:gives {(519 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(519 100) math:remainder 19}] [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(19 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1519]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 519]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 519]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8209 a r:Inference; +skolem:lemma3885 a r:Inference; r:gives { - 1520 :numberToDigits (1 5 2 0). + 520 :numberToDigits (0 5 2 0). }; r:evidence ( - [ a r:Fact; r:gives {(1520 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1520 1000) math:remainder 520}] + [ a r:Fact; r:gives {(520 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(520 1000) math:remainder 520}] [ a r:Fact; r:gives {(520 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(520 100) math:remainder 20}] [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(20 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 520]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 520]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8210 a r:Inference; +skolem:lemma3886 a r:Inference; r:gives { - 1521 :numberToDigits (1 5 2 1). + 521 :numberToDigits (0 5 2 1). }; r:evidence ( - [ a r:Fact; r:gives {(1521 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1521 1000) math:remainder 521}] + [ a r:Fact; r:gives {(521 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(521 1000) math:remainder 521}] [ a r:Fact; r:gives {(521 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(521 100) math:remainder 21}] [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(21 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1521]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 521]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 521]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8211 a r:Inference; +skolem:lemma3887 a r:Inference; r:gives { - 1522 :numberToDigits (1 5 2 2). + 522 :numberToDigits (0 5 2 2). }; r:evidence ( - [ a r:Fact; r:gives {(1522 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1522 1000) math:remainder 522}] + [ a r:Fact; r:gives {(522 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(522 1000) math:remainder 522}] [ a r:Fact; r:gives {(522 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(522 100) math:remainder 22}] [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(22 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1522]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 522]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 522]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8212 a r:Inference; +skolem:lemma3888 a r:Inference; r:gives { - 1523 :numberToDigits (1 5 2 3). + 523 :numberToDigits (0 5 2 3). }; r:evidence ( - [ a r:Fact; r:gives {(1523 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1523 1000) math:remainder 523}] + [ a r:Fact; r:gives {(523 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(523 1000) math:remainder 523}] [ a r:Fact; r:gives {(523 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(523 100) math:remainder 23}] [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(23 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1523]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 523]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 523]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8213 a r:Inference; +skolem:lemma3889 a r:Inference; r:gives { - 1524 :numberToDigits (1 5 2 4). + 524 :numberToDigits (0 5 2 4). }; r:evidence ( - [ a r:Fact; r:gives {(1524 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1524 1000) math:remainder 524}] + [ a r:Fact; r:gives {(524 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(524 1000) math:remainder 524}] [ a r:Fact; r:gives {(524 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(524 100) math:remainder 24}] [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(24 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1524]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 524]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8214 a r:Inference; +skolem:lemma3890 a r:Inference; r:gives { - 1525 :numberToDigits (1 5 2 5). + 525 :numberToDigits (0 5 2 5). }; r:evidence ( - [ a r:Fact; r:gives {(1525 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1525 1000) math:remainder 525}] + [ a r:Fact; r:gives {(525 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(525 1000) math:remainder 525}] [ a r:Fact; r:gives {(525 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(525 100) math:remainder 25}] [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(25 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1525]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 525]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 525]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8215 a r:Inference; +skolem:lemma3891 a r:Inference; r:gives { - 1526 :numberToDigits (1 5 2 6). + 526 :numberToDigits (0 5 2 6). }; r:evidence ( - [ a r:Fact; r:gives {(1526 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1526 1000) math:remainder 526}] + [ a r:Fact; r:gives {(526 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(526 1000) math:remainder 526}] [ a r:Fact; r:gives {(526 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(526 100) math:remainder 26}] [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(26 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1526]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 526]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 526]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8216 a r:Inference; +skolem:lemma3892 a r:Inference; r:gives { - 1527 :numberToDigits (1 5 2 7). + 527 :numberToDigits (0 5 2 7). }; r:evidence ( - [ a r:Fact; r:gives {(1527 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1527 1000) math:remainder 527}] + [ a r:Fact; r:gives {(527 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(527 1000) math:remainder 527}] [ a r:Fact; r:gives {(527 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(527 100) math:remainder 27}] [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(27 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1527]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 527]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 527]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8217 a r:Inference; +skolem:lemma3893 a r:Inference; r:gives { - 1528 :numberToDigits (1 5 2 8). + 528 :numberToDigits (0 5 2 8). }; r:evidence ( - [ a r:Fact; r:gives {(1528 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1528 1000) math:remainder 528}] + [ a r:Fact; r:gives {(528 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(528 1000) math:remainder 528}] [ a r:Fact; r:gives {(528 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(528 100) math:remainder 28}] [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(28 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1528]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 528]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 528]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8218 a r:Inference; +skolem:lemma3894 a r:Inference; r:gives { - 1529 :numberToDigits (1 5 2 9). + 529 :numberToDigits (0 5 2 9). }; r:evidence ( - [ a r:Fact; r:gives {(1529 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1529 1000) math:remainder 529}] + [ a r:Fact; r:gives {(529 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(529 1000) math:remainder 529}] [ a r:Fact; r:gives {(529 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(529 100) math:remainder 29}] [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(29 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1529]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 529]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 529]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8219 a r:Inference; +skolem:lemma3895 a r:Inference; r:gives { - 1530 :numberToDigits (1 5 3 0). + 530 :numberToDigits (0 5 3 0). }; r:evidence ( - [ a r:Fact; r:gives {(1530 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1530 1000) math:remainder 530}] + [ a r:Fact; r:gives {(530 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(530 1000) math:remainder 530}] [ a r:Fact; r:gives {(530 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(530 100) math:remainder 30}] [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(30 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 530]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 530]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8220 a r:Inference; +skolem:lemma3896 a r:Inference; r:gives { - 1531 :numberToDigits (1 5 3 1). + 531 :numberToDigits (0 5 3 1). }; r:evidence ( - [ a r:Fact; r:gives {(1531 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1531 1000) math:remainder 531}] + [ a r:Fact; r:gives {(531 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(531 1000) math:remainder 531}] [ a r:Fact; r:gives {(531 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(531 100) math:remainder 31}] [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(31 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 531]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 531]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8221 a r:Inference; +skolem:lemma3897 a r:Inference; r:gives { - 1532 :numberToDigits (1 5 3 2). + 532 :numberToDigits (0 5 3 2). }; r:evidence ( - [ a r:Fact; r:gives {(1532 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1532 1000) math:remainder 532}] + [ a r:Fact; r:gives {(532 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(532 1000) math:remainder 532}] [ a r:Fact; r:gives {(532 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(532 100) math:remainder 32}] [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(32 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 532]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 532]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8222 a r:Inference; +skolem:lemma3898 a r:Inference; r:gives { - 1533 :numberToDigits (1 5 3 3). + 533 :numberToDigits (0 5 3 3). }; r:evidence ( - [ a r:Fact; r:gives {(1533 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1533 1000) math:remainder 533}] + [ a r:Fact; r:gives {(533 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(533 1000) math:remainder 533}] [ a r:Fact; r:gives {(533 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(533 100) math:remainder 33}] [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(33 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 533]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 533]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8223 a r:Inference; +skolem:lemma3899 a r:Inference; r:gives { - 1534 :numberToDigits (1 5 3 4). + 534 :numberToDigits (0 5 3 4). }; r:evidence ( - [ a r:Fact; r:gives {(1534 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1534 1000) math:remainder 534}] + [ a r:Fact; r:gives {(534 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(534 1000) math:remainder 534}] [ a r:Fact; r:gives {(534 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(534 100) math:remainder 34}] [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(34 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1534]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 534]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 534]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8224 a r:Inference; +skolem:lemma3900 a r:Inference; r:gives { - 1535 :numberToDigits (1 5 3 5). + 535 :numberToDigits (0 5 3 5). }; r:evidence ( - [ a r:Fact; r:gives {(1535 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1535 1000) math:remainder 535}] + [ a r:Fact; r:gives {(535 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(535 1000) math:remainder 535}] [ a r:Fact; r:gives {(535 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(535 100) math:remainder 35}] [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(35 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1535]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 535]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 535]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8225 a r:Inference; +skolem:lemma3901 a r:Inference; r:gives { - 1536 :numberToDigits (1 5 3 6). + 536 :numberToDigits (0 5 3 6). }; r:evidence ( - [ a r:Fact; r:gives {(1536 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1536 1000) math:remainder 536}] + [ a r:Fact; r:gives {(536 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(536 1000) math:remainder 536}] [ a r:Fact; r:gives {(536 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(536 100) math:remainder 36}] [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(36 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1536]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 536]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8226 a r:Inference; +skolem:lemma3902 a r:Inference; r:gives { - 1537 :numberToDigits (1 5 3 7). + 537 :numberToDigits (0 5 3 7). }; r:evidence ( - [ a r:Fact; r:gives {(1537 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1537 1000) math:remainder 537}] + [ a r:Fact; r:gives {(537 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(537 1000) math:remainder 537}] [ a r:Fact; r:gives {(537 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(537 100) math:remainder 37}] [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(37 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1537]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 537]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 537]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8227 a r:Inference; +skolem:lemma3903 a r:Inference; r:gives { - 1538 :numberToDigits (1 5 3 8). + 538 :numberToDigits (0 5 3 8). }; r:evidence ( - [ a r:Fact; r:gives {(1538 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1538 1000) math:remainder 538}] + [ a r:Fact; r:gives {(538 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(538 1000) math:remainder 538}] [ a r:Fact; r:gives {(538 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(538 100) math:remainder 38}] [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(38 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1538]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 538]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 538]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8228 a r:Inference; +skolem:lemma3904 a r:Inference; r:gives { - 1539 :numberToDigits (1 5 3 9). + 539 :numberToDigits (0 5 3 9). }; r:evidence ( - [ a r:Fact; r:gives {(1539 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1539 1000) math:remainder 539}] + [ a r:Fact; r:gives {(539 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(539 1000) math:remainder 539}] [ a r:Fact; r:gives {(539 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(539 100) math:remainder 39}] [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(39 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1539]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 539]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 539]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8229 a r:Inference; +skolem:lemma3905 a r:Inference; r:gives { - 1540 :numberToDigits (1 5 4 0). + 540 :numberToDigits (0 5 4 0). }; r:evidence ( - [ a r:Fact; r:gives {(1540 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1540 1000) math:remainder 540}] + [ a r:Fact; r:gives {(540 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(540 1000) math:remainder 540}] [ a r:Fact; r:gives {(540 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(540 100) math:remainder 40}] [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(40 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 540]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 540]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8230 a r:Inference; +skolem:lemma3906 a r:Inference; r:gives { - 1541 :numberToDigits (1 5 4 1). + 541 :numberToDigits (0 5 4 1). }; r:evidence ( - [ a r:Fact; r:gives {(1541 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1541 1000) math:remainder 541}] + [ a r:Fact; r:gives {(541 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(541 1000) math:remainder 541}] [ a r:Fact; r:gives {(541 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(541 100) math:remainder 41}] [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(41 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1541]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 541]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 541]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8231 a r:Inference; +skolem:lemma3907 a r:Inference; r:gives { - 1542 :numberToDigits (1 5 4 2). + 542 :numberToDigits (0 5 4 2). }; r:evidence ( - [ a r:Fact; r:gives {(1542 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1542 1000) math:remainder 542}] + [ a r:Fact; r:gives {(542 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(542 1000) math:remainder 542}] [ a r:Fact; r:gives {(542 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(542 100) math:remainder 42}] [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(42 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1542]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 542]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 542]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8232 a r:Inference; +skolem:lemma3908 a r:Inference; r:gives { - 1543 :numberToDigits (1 5 4 3). + 543 :numberToDigits (0 5 4 3). }; r:evidence ( - [ a r:Fact; r:gives {(1543 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1543 1000) math:remainder 543}] + [ a r:Fact; r:gives {(543 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(543 1000) math:remainder 543}] [ a r:Fact; r:gives {(543 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(543 100) math:remainder 43}] [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(43 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1543]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 543]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 543]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8233 a r:Inference; +skolem:lemma3909 a r:Inference; r:gives { - 1544 :numberToDigits (1 5 4 4). + 544 :numberToDigits (0 5 4 4). }; r:evidence ( - [ a r:Fact; r:gives {(1544 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1544 1000) math:remainder 544}] + [ a r:Fact; r:gives {(544 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(544 1000) math:remainder 544}] [ a r:Fact; r:gives {(544 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(544 100) math:remainder 44}] [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(44 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1544]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 544]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 544]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8234 a r:Inference; +skolem:lemma3910 a r:Inference; r:gives { - 1545 :numberToDigits (1 5 4 5). + 545 :numberToDigits (0 5 4 5). }; r:evidence ( - [ a r:Fact; r:gives {(1545 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1545 1000) math:remainder 545}] + [ a r:Fact; r:gives {(545 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(545 1000) math:remainder 545}] [ a r:Fact; r:gives {(545 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(545 100) math:remainder 45}] [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(45 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1545]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 545]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 545]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8235 a r:Inference; +skolem:lemma3911 a r:Inference; r:gives { - 1546 :numberToDigits (1 5 4 6). + 546 :numberToDigits (0 5 4 6). }; r:evidence ( - [ a r:Fact; r:gives {(1546 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1546 1000) math:remainder 546}] + [ a r:Fact; r:gives {(546 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(546 1000) math:remainder 546}] [ a r:Fact; r:gives {(546 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(546 100) math:remainder 46}] [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(46 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1546]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 546]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 546]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8236 a r:Inference; +skolem:lemma3912 a r:Inference; r:gives { - 1547 :numberToDigits (1 5 4 7). + 547 :numberToDigits (0 5 4 7). }; r:evidence ( - [ a r:Fact; r:gives {(1547 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1547 1000) math:remainder 547}] + [ a r:Fact; r:gives {(547 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(547 1000) math:remainder 547}] [ a r:Fact; r:gives {(547 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(547 100) math:remainder 47}] [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(47 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1547]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 547]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 547]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8237 a r:Inference; +skolem:lemma3913 a r:Inference; r:gives { - 1548 :numberToDigits (1 5 4 8). + 548 :numberToDigits (0 5 4 8). }; r:evidence ( - [ a r:Fact; r:gives {(1548 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1548 1000) math:remainder 548}] + [ a r:Fact; r:gives {(548 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(548 1000) math:remainder 548}] [ a r:Fact; r:gives {(548 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(548 100) math:remainder 48}] [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(48 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1548]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 548]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 548]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8238 a r:Inference; +skolem:lemma3914 a r:Inference; r:gives { - 1549 :numberToDigits (1 5 4 9). + 549 :numberToDigits (0 5 4 9). }; r:evidence ( - [ a r:Fact; r:gives {(1549 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1549 1000) math:remainder 549}] + [ a r:Fact; r:gives {(549 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(549 1000) math:remainder 549}] [ a r:Fact; r:gives {(549 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(549 100) math:remainder 49}] [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(49 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1549]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 549]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 549]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8239 a r:Inference; +skolem:lemma3915 a r:Inference; r:gives { - 1550 :numberToDigits (1 5 5 0). + 550 :numberToDigits (0 5 5 0). }; r:evidence ( - [ a r:Fact; r:gives {(1550 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1550 1000) math:remainder 550}] + [ a r:Fact; r:gives {(550 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(550 1000) math:remainder 550}] [ a r:Fact; r:gives {(550 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(550 100) math:remainder 50}] [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(50 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 550]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 550]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8240 a r:Inference; +skolem:lemma3916 a r:Inference; r:gives { - 1551 :numberToDigits (1 5 5 1). + 551 :numberToDigits (0 5 5 1). }; r:evidence ( - [ a r:Fact; r:gives {(1551 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1551 1000) math:remainder 551}] + [ a r:Fact; r:gives {(551 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(551 1000) math:remainder 551}] [ a r:Fact; r:gives {(551 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(551 100) math:remainder 51}] [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(51 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1551]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 551]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 551]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8241 a r:Inference; +skolem:lemma3917 a r:Inference; r:gives { - 1552 :numberToDigits (1 5 5 2). + 552 :numberToDigits (0 5 5 2). }; r:evidence ( - [ a r:Fact; r:gives {(1552 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1552 1000) math:remainder 552}] + [ a r:Fact; r:gives {(552 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(552 1000) math:remainder 552}] [ a r:Fact; r:gives {(552 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(552 100) math:remainder 52}] [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(52 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1552]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 552]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 552]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8242 a r:Inference; +skolem:lemma3918 a r:Inference; r:gives { - 1553 :numberToDigits (1 5 5 3). + 553 :numberToDigits (0 5 5 3). }; r:evidence ( - [ a r:Fact; r:gives {(1553 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1553 1000) math:remainder 553}] + [ a r:Fact; r:gives {(553 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(553 1000) math:remainder 553}] [ a r:Fact; r:gives {(553 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(553 100) math:remainder 53}] [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(53 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1553]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 553]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 553]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8243 a r:Inference; +skolem:lemma3919 a r:Inference; r:gives { - 1554 :numberToDigits (1 5 5 4). + 554 :numberToDigits (0 5 5 4). }; r:evidence ( - [ a r:Fact; r:gives {(1554 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1554 1000) math:remainder 554}] + [ a r:Fact; r:gives {(554 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(554 1000) math:remainder 554}] [ a r:Fact; r:gives {(554 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(554 100) math:remainder 54}] [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(54 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1554]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 554]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 554]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8244 a r:Inference; +skolem:lemma3920 a r:Inference; r:gives { - 1555 :numberToDigits (1 5 5 5). + 555 :numberToDigits (0 5 5 5). }; r:evidence ( - [ a r:Fact; r:gives {(1555 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1555 1000) math:remainder 555}] + [ a r:Fact; r:gives {(555 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(555 1000) math:remainder 555}] [ a r:Fact; r:gives {(555 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(555 100) math:remainder 55}] [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(55 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1555]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 555]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 555]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8245 a r:Inference; +skolem:lemma3921 a r:Inference; r:gives { - (1 5 5 5) :digitsToNumber 1555 . + (0 5 5 5) :digitsToNumber 555 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 500 50 5) math:sum 1555}] + [ a r:Fact; r:gives {(0 500 50 5) math:sum 555}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1555]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 555]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8246 a r:Inference; +skolem:lemma3922 a r:Inference; r:gives { - (5 5 5 1) :digitsToNumber 5551 . + (5 5 5 0) :digitsToNumber 5550 . }; r:evidence ( [ a r:Fact; r:gives {(5 1000) math:product 5000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(5000 500 50 1) math:sum 5551}] + [ a r:Fact; r:gives {(5000 500 50 0) math:sum 5550}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; @@ -164469,60 +77989,60 @@ skolem:lemma8246 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8247 a r:Inference; +skolem:lemma3923 a r:Inference; r:gives { - 1556 :numberToDigits (1 5 5 6). + 556 :numberToDigits (0 5 5 6). }; r:evidence ( - [ a r:Fact; r:gives {(1556 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1556 1000) math:remainder 556}] + [ a r:Fact; r:gives {(556 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(556 1000) math:remainder 556}] [ a r:Fact; r:gives {(556 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(556 100) math:remainder 56}] [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(56 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 556]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 556]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8248 a r:Inference; +skolem:lemma3924 a r:Inference; r:gives { - (1 5 5 6) :digitsToNumber 1556 . + (0 5 5 6) :digitsToNumber 556 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 500 50 6) math:sum 1556}] + [ a r:Fact; r:gives {(0 500 50 6) math:sum 556}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 556]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8249 a r:Inference; +skolem:lemma3925 a r:Inference; r:gives { - (6 5 5 1) :digitsToNumber 6551 . + (6 5 5 0) :digitsToNumber 6550 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(6000 500 50 1) math:sum 6551}] + [ a r:Fact; r:gives {(6000 500 50 0) math:sum 6550}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -164530,60 +78050,60 @@ skolem:lemma8249 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8250 a r:Inference; +skolem:lemma3926 a r:Inference; r:gives { - 1557 :numberToDigits (1 5 5 7). + 557 :numberToDigits (0 5 5 7). }; r:evidence ( - [ a r:Fact; r:gives {(1557 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1557 1000) math:remainder 557}] + [ a r:Fact; r:gives {(557 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(557 1000) math:remainder 557}] [ a r:Fact; r:gives {(557 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(557 100) math:remainder 57}] [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(57 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 557]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 557]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8251 a r:Inference; +skolem:lemma3927 a r:Inference; r:gives { - (1 5 5 7) :digitsToNumber 1557 . + (0 5 5 7) :digitsToNumber 557 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 500 50 7) math:sum 1557}] + [ a r:Fact; r:gives {(0 500 50 7) math:sum 557}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 557]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8252 a r:Inference; +skolem:lemma3928 a r:Inference; r:gives { - (7 5 5 1) :digitsToNumber 7551 . + (7 5 5 0) :digitsToNumber 7550 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(7000 500 50 1) math:sum 7551}] + [ a r:Fact; r:gives {(7000 500 50 0) math:sum 7550}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -164591,60 +78111,60 @@ skolem:lemma8252 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8253 a r:Inference; +skolem:lemma3929 a r:Inference; r:gives { - 1558 :numberToDigits (1 5 5 8). + 558 :numberToDigits (0 5 5 8). }; r:evidence ( - [ a r:Fact; r:gives {(1558 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1558 1000) math:remainder 558}] + [ a r:Fact; r:gives {(558 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(558 1000) math:remainder 558}] [ a r:Fact; r:gives {(558 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(558 100) math:remainder 58}] [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(58 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 558]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 558]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8254 a r:Inference; +skolem:lemma3930 a r:Inference; r:gives { - (1 5 5 8) :digitsToNumber 1558 . + (0 5 5 8) :digitsToNumber 558 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 500 50 8) math:sum 1558}] + [ a r:Fact; r:gives {(0 500 50 8) math:sum 558}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 558]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8255 a r:Inference; +skolem:lemma3931 a r:Inference; r:gives { - (8 5 5 1) :digitsToNumber 8551 . + (8 5 5 0) :digitsToNumber 8550 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 500 50 1) math:sum 8551}] + [ a r:Fact; r:gives {(8000 500 50 0) math:sum 8550}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -164652,60 +78172,60 @@ skolem:lemma8255 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8256 a r:Inference; +skolem:lemma3932 a r:Inference; r:gives { - 1559 :numberToDigits (1 5 5 9). + 559 :numberToDigits (0 5 5 9). }; r:evidence ( - [ a r:Fact; r:gives {(1559 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1559 1000) math:remainder 559}] + [ a r:Fact; r:gives {(559 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(559 1000) math:remainder 559}] [ a r:Fact; r:gives {(559 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(559 100) math:remainder 59}] [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(59 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 559]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 559]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8257 a r:Inference; +skolem:lemma3933 a r:Inference; r:gives { - (1 5 5 9) :digitsToNumber 1559 . + (0 5 5 9) :digitsToNumber 559 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 500 50 9) math:sum 1559}] + [ a r:Fact; r:gives {(0 500 50 9) math:sum 559}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 559]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8258 a r:Inference; +skolem:lemma3934 a r:Inference; r:gives { - (9 5 5 1) :digitsToNumber 9551 . + (9 5 5 0) :digitsToNumber 9550 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 500 50 1) math:sum 9551}] + [ a r:Fact; r:gives {(9000 500 50 0) math:sum 9550}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -164713,186 +78233,186 @@ skolem:lemma8258 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8259 a r:Inference; +skolem:lemma3935 a r:Inference; r:gives { - 1560 :numberToDigits (1 5 6 0). + 560 :numberToDigits (0 5 6 0). }; r:evidence ( - [ a r:Fact; r:gives {(1560 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1560 1000) math:remainder 560}] + [ a r:Fact; r:gives {(560 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(560 1000) math:remainder 560}] [ a r:Fact; r:gives {(560 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(560 100) math:remainder 60}] [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(60 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1560]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 560]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 560]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8260 a r:Inference; +skolem:lemma3936 a r:Inference; r:gives { - 1561 :numberToDigits (1 5 6 1). + 561 :numberToDigits (0 5 6 1). }; r:evidence ( - [ a r:Fact; r:gives {(1561 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1561 1000) math:remainder 561}] + [ a r:Fact; r:gives {(561 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(561 1000) math:remainder 561}] [ a r:Fact; r:gives {(561 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(561 100) math:remainder 61}] [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(61 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1561]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 561]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 561]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8261 a r:Inference; +skolem:lemma3937 a r:Inference; r:gives { - 1562 :numberToDigits (1 5 6 2). + 562 :numberToDigits (0 5 6 2). }; r:evidence ( - [ a r:Fact; r:gives {(1562 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1562 1000) math:remainder 562}] + [ a r:Fact; r:gives {(562 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(562 1000) math:remainder 562}] [ a r:Fact; r:gives {(562 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(562 100) math:remainder 62}] [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(62 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1562]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 562]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 562]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8262 a r:Inference; +skolem:lemma3938 a r:Inference; r:gives { - 1563 :numberToDigits (1 5 6 3). + 563 :numberToDigits (0 5 6 3). }; r:evidence ( - [ a r:Fact; r:gives {(1563 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1563 1000) math:remainder 563}] + [ a r:Fact; r:gives {(563 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(563 1000) math:remainder 563}] [ a r:Fact; r:gives {(563 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(563 100) math:remainder 63}] [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(63 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1563]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 563]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 563]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8263 a r:Inference; +skolem:lemma3939 a r:Inference; r:gives { - 1564 :numberToDigits (1 5 6 4). + 564 :numberToDigits (0 5 6 4). }; r:evidence ( - [ a r:Fact; r:gives {(1564 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1564 1000) math:remainder 564}] + [ a r:Fact; r:gives {(564 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(564 1000) math:remainder 564}] [ a r:Fact; r:gives {(564 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(564 100) math:remainder 64}] [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(64 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1564]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 564]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 564]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8264 a r:Inference; +skolem:lemma3940 a r:Inference; r:gives { - 1565 :numberToDigits (1 5 6 5). + 565 :numberToDigits (0 5 6 5). }; r:evidence ( - [ a r:Fact; r:gives {(1565 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1565 1000) math:remainder 565}] + [ a r:Fact; r:gives {(565 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(565 1000) math:remainder 565}] [ a r:Fact; r:gives {(565 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(565 100) math:remainder 65}] [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(65 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1565]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 565]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 565]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8265 a r:Inference; +skolem:lemma3941 a r:Inference; r:gives { - 1566 :numberToDigits (1 5 6 6). + 566 :numberToDigits (0 5 6 6). }; r:evidence ( - [ a r:Fact; r:gives {(1566 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1566 1000) math:remainder 566}] + [ a r:Fact; r:gives {(566 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(566 1000) math:remainder 566}] [ a r:Fact; r:gives {(566 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(566 100) math:remainder 66}] [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(66 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 566]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 566]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8266 a r:Inference; +skolem:lemma3942 a r:Inference; r:gives { - (1 5 6 6) :digitsToNumber 1566 . + (0 5 6 6) :digitsToNumber 566 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 500 60 6) math:sum 1566}] + [ a r:Fact; r:gives {(0 500 60 6) math:sum 566}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 566]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8267 a r:Inference; +skolem:lemma3943 a r:Inference; r:gives { - (6 6 5 1) :digitsToNumber 6651 . + (6 6 5 0) :digitsToNumber 6650 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(6000 600 50 1) math:sum 6651}] + [ a r:Fact; r:gives {(6000 600 50 0) math:sum 6650}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -164900,60 +78420,60 @@ skolem:lemma8267 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8268 a r:Inference; +skolem:lemma3944 a r:Inference; r:gives { - 1567 :numberToDigits (1 5 6 7). + 567 :numberToDigits (0 5 6 7). }; r:evidence ( - [ a r:Fact; r:gives {(1567 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1567 1000) math:remainder 567}] + [ a r:Fact; r:gives {(567 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(567 1000) math:remainder 567}] [ a r:Fact; r:gives {(567 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(567 100) math:remainder 67}] [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(67 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 567]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 567]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8269 a r:Inference; +skolem:lemma3945 a r:Inference; r:gives { - (1 5 6 7) :digitsToNumber 1567 . + (0 5 6 7) :digitsToNumber 567 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 500 60 7) math:sum 1567}] + [ a r:Fact; r:gives {(0 500 60 7) math:sum 567}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 567]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8270 a r:Inference; +skolem:lemma3946 a r:Inference; r:gives { - (7 6 5 1) :digitsToNumber 7651 . + (7 6 5 0) :digitsToNumber 7650 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(7000 600 50 1) math:sum 7651}] + [ a r:Fact; r:gives {(7000 600 50 0) math:sum 7650}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -164961,60 +78481,60 @@ skolem:lemma8270 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8271 a r:Inference; +skolem:lemma3947 a r:Inference; r:gives { - 1568 :numberToDigits (1 5 6 8). + 568 :numberToDigits (0 5 6 8). }; r:evidence ( - [ a r:Fact; r:gives {(1568 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1568 1000) math:remainder 568}] + [ a r:Fact; r:gives {(568 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(568 1000) math:remainder 568}] [ a r:Fact; r:gives {(568 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(568 100) math:remainder 68}] [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(68 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 568]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 568]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8272 a r:Inference; +skolem:lemma3948 a r:Inference; r:gives { - (1 5 6 8) :digitsToNumber 1568 . + (0 5 6 8) :digitsToNumber 568 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 500 60 8) math:sum 1568}] + [ a r:Fact; r:gives {(0 500 60 8) math:sum 568}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 568]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8273 a r:Inference; +skolem:lemma3949 a r:Inference; r:gives { - (8 6 5 1) :digitsToNumber 8651 . + (8 6 5 0) :digitsToNumber 8650 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 600 50 1) math:sum 8651}] + [ a r:Fact; r:gives {(8000 600 50 0) math:sum 8650}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -165022,60 +78542,60 @@ skolem:lemma8273 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8274 a r:Inference; +skolem:lemma3950 a r:Inference; r:gives { - 1569 :numberToDigits (1 5 6 9). + 569 :numberToDigits (0 5 6 9). }; r:evidence ( - [ a r:Fact; r:gives {(1569 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1569 1000) math:remainder 569}] + [ a r:Fact; r:gives {(569 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(569 1000) math:remainder 569}] [ a r:Fact; r:gives {(569 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(569 100) math:remainder 69}] [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(69 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 569]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 569]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8275 a r:Inference; +skolem:lemma3951 a r:Inference; r:gives { - (1 5 6 9) :digitsToNumber 1569 . + (0 5 6 9) :digitsToNumber 569 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 500 60 9) math:sum 1569}] + [ a r:Fact; r:gives {(0 500 60 9) math:sum 569}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 569]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8276 a r:Inference; +skolem:lemma3952 a r:Inference; r:gives { - (9 6 5 1) :digitsToNumber 9651 . + (9 6 5 0) :digitsToNumber 9650 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 600 50 1) math:sum 9651}] + [ a r:Fact; r:gives {(9000 600 50 0) math:sum 9650}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -165083,207 +78603,207 @@ skolem:lemma8276 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8277 a r:Inference; +skolem:lemma3953 a r:Inference; r:gives { - 1570 :numberToDigits (1 5 7 0). + 570 :numberToDigits (0 5 7 0). }; r:evidence ( - [ a r:Fact; r:gives {(1570 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1570 1000) math:remainder 570}] + [ a r:Fact; r:gives {(570 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(570 1000) math:remainder 570}] [ a r:Fact; r:gives {(570 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(570 100) math:remainder 70}] [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(70 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1570]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 570]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 570]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8278 a r:Inference; +skolem:lemma3954 a r:Inference; r:gives { - 1571 :numberToDigits (1 5 7 1). + 571 :numberToDigits (0 5 7 1). }; r:evidence ( - [ a r:Fact; r:gives {(1571 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1571 1000) math:remainder 571}] + [ a r:Fact; r:gives {(571 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(571 1000) math:remainder 571}] [ a r:Fact; r:gives {(571 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(571 100) math:remainder 71}] [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(71 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1571]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 571]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 571]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8279 a r:Inference; +skolem:lemma3955 a r:Inference; r:gives { - 1572 :numberToDigits (1 5 7 2). + 572 :numberToDigits (0 5 7 2). }; r:evidence ( - [ a r:Fact; r:gives {(1572 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1572 1000) math:remainder 572}] + [ a r:Fact; r:gives {(572 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(572 1000) math:remainder 572}] [ a r:Fact; r:gives {(572 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(572 100) math:remainder 72}] [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(72 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1572]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 572]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 572]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8280 a r:Inference; +skolem:lemma3956 a r:Inference; r:gives { - 1573 :numberToDigits (1 5 7 3). + 573 :numberToDigits (0 5 7 3). }; r:evidence ( - [ a r:Fact; r:gives {(1573 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1573 1000) math:remainder 573}] + [ a r:Fact; r:gives {(573 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(573 1000) math:remainder 573}] [ a r:Fact; r:gives {(573 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(573 100) math:remainder 73}] [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(73 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1573]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 573]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 573]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8281 a r:Inference; +skolem:lemma3957 a r:Inference; r:gives { - 1574 :numberToDigits (1 5 7 4). + 574 :numberToDigits (0 5 7 4). }; r:evidence ( - [ a r:Fact; r:gives {(1574 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1574 1000) math:remainder 574}] + [ a r:Fact; r:gives {(574 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(574 1000) math:remainder 574}] [ a r:Fact; r:gives {(574 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(574 100) math:remainder 74}] [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(74 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1574]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 574]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 574]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8282 a r:Inference; +skolem:lemma3958 a r:Inference; r:gives { - 1575 :numberToDigits (1 5 7 5). + 575 :numberToDigits (0 5 7 5). }; r:evidence ( - [ a r:Fact; r:gives {(1575 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1575 1000) math:remainder 575}] + [ a r:Fact; r:gives {(575 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(575 1000) math:remainder 575}] [ a r:Fact; r:gives {(575 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(575 100) math:remainder 75}] [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(75 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1575]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 575]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 575]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8283 a r:Inference; +skolem:lemma3959 a r:Inference; r:gives { - 1576 :numberToDigits (1 5 7 6). + 576 :numberToDigits (0 5 7 6). }; r:evidence ( - [ a r:Fact; r:gives {(1576 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1576 1000) math:remainder 576}] + [ a r:Fact; r:gives {(576 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(576 1000) math:remainder 576}] [ a r:Fact; r:gives {(576 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(576 100) math:remainder 76}] [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(76 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1576]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 576]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 576]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8284 a r:Inference; +skolem:lemma3960 a r:Inference; r:gives { - 1577 :numberToDigits (1 5 7 7). + 577 :numberToDigits (0 5 7 7). }; r:evidence ( - [ a r:Fact; r:gives {(1577 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1577 1000) math:remainder 577}] + [ a r:Fact; r:gives {(577 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(577 1000) math:remainder 577}] [ a r:Fact; r:gives {(577 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(577 100) math:remainder 77}] [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(77 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 577]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 577]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8285 a r:Inference; +skolem:lemma3961 a r:Inference; r:gives { - (1 5 7 7) :digitsToNumber 1577 . + (0 5 7 7) :digitsToNumber 577 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 500 70 7) math:sum 1577}] + [ a r:Fact; r:gives {(0 500 70 7) math:sum 577}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 577]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8286 a r:Inference; +skolem:lemma3962 a r:Inference; r:gives { - (7 7 5 1) :digitsToNumber 7751 . + (7 7 5 0) :digitsToNumber 7750 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(7000 700 50 1) math:sum 7751}] + [ a r:Fact; r:gives {(7000 700 50 0) math:sum 7750}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -165291,60 +78811,60 @@ skolem:lemma8286 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8287 a r:Inference; +skolem:lemma3963 a r:Inference; r:gives { - 1578 :numberToDigits (1 5 7 8). + 578 :numberToDigits (0 5 7 8). }; r:evidence ( - [ a r:Fact; r:gives {(1578 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1578 1000) math:remainder 578}] + [ a r:Fact; r:gives {(578 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(578 1000) math:remainder 578}] [ a r:Fact; r:gives {(578 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(578 100) math:remainder 78}] [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(78 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 578]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 578]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8288 a r:Inference; +skolem:lemma3964 a r:Inference; r:gives { - (1 5 7 8) :digitsToNumber 1578 . + (0 5 7 8) :digitsToNumber 578 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 500 70 8) math:sum 1578}] + [ a r:Fact; r:gives {(0 500 70 8) math:sum 578}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 578]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8289 a r:Inference; +skolem:lemma3965 a r:Inference; r:gives { - (8 7 5 1) :digitsToNumber 8751 . + (8 7 5 0) :digitsToNumber 8750 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 700 50 1) math:sum 8751}] + [ a r:Fact; r:gives {(8000 700 50 0) math:sum 8750}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -165352,60 +78872,60 @@ skolem:lemma8289 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8290 a r:Inference; +skolem:lemma3966 a r:Inference; r:gives { - 1579 :numberToDigits (1 5 7 9). + 579 :numberToDigits (0 5 7 9). }; r:evidence ( - [ a r:Fact; r:gives {(1579 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1579 1000) math:remainder 579}] + [ a r:Fact; r:gives {(579 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(579 1000) math:remainder 579}] [ a r:Fact; r:gives {(579 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(579 100) math:remainder 79}] [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(79 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 579]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 579]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8291 a r:Inference; +skolem:lemma3967 a r:Inference; r:gives { - (1 5 7 9) :digitsToNumber 1579 . + (0 5 7 9) :digitsToNumber 579 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 500 70 9) math:sum 1579}] + [ a r:Fact; r:gives {(0 500 70 9) math:sum 579}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 579]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8292 a r:Inference; +skolem:lemma3968 a r:Inference; r:gives { - (9 7 5 1) :digitsToNumber 9751 . + (9 7 5 0) :digitsToNumber 9750 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 700 50 1) math:sum 9751}] + [ a r:Fact; r:gives {(9000 700 50 0) math:sum 9750}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -165413,228 +78933,228 @@ skolem:lemma8292 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8293 a r:Inference; +skolem:lemma3969 a r:Inference; r:gives { - 1580 :numberToDigits (1 5 8 0). + 580 :numberToDigits (0 5 8 0). }; r:evidence ( - [ a r:Fact; r:gives {(1580 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1580 1000) math:remainder 580}] + [ a r:Fact; r:gives {(580 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(580 1000) math:remainder 580}] [ a r:Fact; r:gives {(580 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(580 100) math:remainder 80}] [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(80 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1580]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 580]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 580]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8294 a r:Inference; +skolem:lemma3970 a r:Inference; r:gives { - 1581 :numberToDigits (1 5 8 1). + 581 :numberToDigits (0 5 8 1). }; r:evidence ( - [ a r:Fact; r:gives {(1581 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1581 1000) math:remainder 581}] + [ a r:Fact; r:gives {(581 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(581 1000) math:remainder 581}] [ a r:Fact; r:gives {(581 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(581 100) math:remainder 81}] [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(81 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1581]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 581]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 581]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8295 a r:Inference; +skolem:lemma3971 a r:Inference; r:gives { - 1582 :numberToDigits (1 5 8 2). + 582 :numberToDigits (0 5 8 2). }; r:evidence ( - [ a r:Fact; r:gives {(1582 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1582 1000) math:remainder 582}] + [ a r:Fact; r:gives {(582 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(582 1000) math:remainder 582}] [ a r:Fact; r:gives {(582 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(582 100) math:remainder 82}] [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(82 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1582]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 582]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 582]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8296 a r:Inference; +skolem:lemma3972 a r:Inference; r:gives { - 1583 :numberToDigits (1 5 8 3). + 583 :numberToDigits (0 5 8 3). }; r:evidence ( - [ a r:Fact; r:gives {(1583 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1583 1000) math:remainder 583}] + [ a r:Fact; r:gives {(583 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(583 1000) math:remainder 583}] [ a r:Fact; r:gives {(583 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(583 100) math:remainder 83}] [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(83 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1583]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 583]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 583]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8297 a r:Inference; +skolem:lemma3973 a r:Inference; r:gives { - 1584 :numberToDigits (1 5 8 4). + 584 :numberToDigits (0 5 8 4). }; r:evidence ( - [ a r:Fact; r:gives {(1584 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1584 1000) math:remainder 584}] + [ a r:Fact; r:gives {(584 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(584 1000) math:remainder 584}] [ a r:Fact; r:gives {(584 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(584 100) math:remainder 84}] [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(84 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1584]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 584]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 584]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8298 a r:Inference; +skolem:lemma3974 a r:Inference; r:gives { - 1585 :numberToDigits (1 5 8 5). + 585 :numberToDigits (0 5 8 5). }; r:evidence ( - [ a r:Fact; r:gives {(1585 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1585 1000) math:remainder 585}] + [ a r:Fact; r:gives {(585 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(585 1000) math:remainder 585}] [ a r:Fact; r:gives {(585 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(585 100) math:remainder 85}] [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(85 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1585]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 585]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 585]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8299 a r:Inference; +skolem:lemma3975 a r:Inference; r:gives { - 1586 :numberToDigits (1 5 8 6). + 586 :numberToDigits (0 5 8 6). }; r:evidence ( - [ a r:Fact; r:gives {(1586 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1586 1000) math:remainder 586}] + [ a r:Fact; r:gives {(586 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(586 1000) math:remainder 586}] [ a r:Fact; r:gives {(586 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(586 100) math:remainder 86}] [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(86 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1586]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 586]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 586]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8300 a r:Inference; +skolem:lemma3976 a r:Inference; r:gives { - 1587 :numberToDigits (1 5 8 7). + 587 :numberToDigits (0 5 8 7). }; r:evidence ( - [ a r:Fact; r:gives {(1587 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1587 1000) math:remainder 587}] + [ a r:Fact; r:gives {(587 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(587 1000) math:remainder 587}] [ a r:Fact; r:gives {(587 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(587 100) math:remainder 87}] [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(87 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1587]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 587]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 587]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8301 a r:Inference; +skolem:lemma3977 a r:Inference; r:gives { - 1588 :numberToDigits (1 5 8 8). + 588 :numberToDigits (0 5 8 8). }; r:evidence ( - [ a r:Fact; r:gives {(1588 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1588 1000) math:remainder 588}] + [ a r:Fact; r:gives {(588 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(588 1000) math:remainder 588}] [ a r:Fact; r:gives {(588 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(588 100) math:remainder 88}] [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(88 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 588]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 588]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8302 a r:Inference; +skolem:lemma3978 a r:Inference; r:gives { - (1 5 8 8) :digitsToNumber 1588 . + (0 5 8 8) :digitsToNumber 588 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 500 80 8) math:sum 1588}] + [ a r:Fact; r:gives {(0 500 80 8) math:sum 588}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 588]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8303 a r:Inference; +skolem:lemma3979 a r:Inference; r:gives { - (8 8 5 1) :digitsToNumber 8851 . + (8 8 5 0) :digitsToNumber 8850 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 800 50 1) math:sum 8851}] + [ a r:Fact; r:gives {(8000 800 50 0) math:sum 8850}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -165642,60 +79162,60 @@ skolem:lemma8303 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8304 a r:Inference; +skolem:lemma3980 a r:Inference; r:gives { - 1589 :numberToDigits (1 5 8 9). + 589 :numberToDigits (0 5 8 9). }; r:evidence ( - [ a r:Fact; r:gives {(1589 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1589 1000) math:remainder 589}] + [ a r:Fact; r:gives {(589 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(589 1000) math:remainder 589}] [ a r:Fact; r:gives {(589 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(589 100) math:remainder 89}] [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(89 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 589]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 589]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8305 a r:Inference; +skolem:lemma3981 a r:Inference; r:gives { - (1 5 8 9) :digitsToNumber 1589 . + (0 5 8 9) :digitsToNumber 589 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 500 80 9) math:sum 1589}] + [ a r:Fact; r:gives {(0 500 80 9) math:sum 589}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 589]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8306 a r:Inference; +skolem:lemma3982 a r:Inference; r:gives { - (9 8 5 1) :digitsToNumber 9851 . + (9 8 5 0) :digitsToNumber 9850 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 800 50 1) math:sum 9851}] + [ a r:Fact; r:gives {(9000 800 50 0) math:sum 9850}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -165703,249 +79223,249 @@ skolem:lemma8306 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8307 a r:Inference; +skolem:lemma3983 a r:Inference; r:gives { - 1590 :numberToDigits (1 5 9 0). + 590 :numberToDigits (0 5 9 0). }; r:evidence ( - [ a r:Fact; r:gives {(1590 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1590 1000) math:remainder 590}] + [ a r:Fact; r:gives {(590 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(590 1000) math:remainder 590}] [ a r:Fact; r:gives {(590 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(590 100) math:remainder 90}] [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(90 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1590]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 590]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 590]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8308 a r:Inference; +skolem:lemma3984 a r:Inference; r:gives { - 1591 :numberToDigits (1 5 9 1). + 591 :numberToDigits (0 5 9 1). }; r:evidence ( - [ a r:Fact; r:gives {(1591 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1591 1000) math:remainder 591}] + [ a r:Fact; r:gives {(591 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(591 1000) math:remainder 591}] [ a r:Fact; r:gives {(591 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(591 100) math:remainder 91}] [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(91 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1591]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 591]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 591]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8309 a r:Inference; +skolem:lemma3985 a r:Inference; r:gives { - 1592 :numberToDigits (1 5 9 2). + 592 :numberToDigits (0 5 9 2). }; r:evidence ( - [ a r:Fact; r:gives {(1592 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1592 1000) math:remainder 592}] + [ a r:Fact; r:gives {(592 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(592 1000) math:remainder 592}] [ a r:Fact; r:gives {(592 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(592 100) math:remainder 92}] [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(92 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1592]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 592]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 592]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8310 a r:Inference; +skolem:lemma3986 a r:Inference; r:gives { - 1593 :numberToDigits (1 5 9 3). + 593 :numberToDigits (0 5 9 3). }; r:evidence ( - [ a r:Fact; r:gives {(1593 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1593 1000) math:remainder 593}] + [ a r:Fact; r:gives {(593 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(593 1000) math:remainder 593}] [ a r:Fact; r:gives {(593 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(593 100) math:remainder 93}] [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(93 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1593]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 593]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 593]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8311 a r:Inference; +skolem:lemma3987 a r:Inference; r:gives { - 1594 :numberToDigits (1 5 9 4). + 594 :numberToDigits (0 5 9 4). }; r:evidence ( - [ a r:Fact; r:gives {(1594 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1594 1000) math:remainder 594}] + [ a r:Fact; r:gives {(594 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(594 1000) math:remainder 594}] [ a r:Fact; r:gives {(594 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(594 100) math:remainder 94}] [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(94 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1594]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 594]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 594]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8312 a r:Inference; +skolem:lemma3988 a r:Inference; r:gives { - 1595 :numberToDigits (1 5 9 5). + 595 :numberToDigits (0 5 9 5). }; r:evidence ( - [ a r:Fact; r:gives {(1595 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1595 1000) math:remainder 595}] + [ a r:Fact; r:gives {(595 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(595 1000) math:remainder 595}] [ a r:Fact; r:gives {(595 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(595 100) math:remainder 95}] [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(95 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1595]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 595]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 595]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8313 a r:Inference; +skolem:lemma3989 a r:Inference; r:gives { - 1596 :numberToDigits (1 5 9 6). + 596 :numberToDigits (0 5 9 6). }; r:evidence ( - [ a r:Fact; r:gives {(1596 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1596 1000) math:remainder 596}] + [ a r:Fact; r:gives {(596 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(596 1000) math:remainder 596}] [ a r:Fact; r:gives {(596 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(596 100) math:remainder 96}] [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(96 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1596]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 596]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 596]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8314 a r:Inference; +skolem:lemma3990 a r:Inference; r:gives { - 1597 :numberToDigits (1 5 9 7). + 597 :numberToDigits (0 5 9 7). }; r:evidence ( - [ a r:Fact; r:gives {(1597 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1597 1000) math:remainder 597}] + [ a r:Fact; r:gives {(597 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(597 1000) math:remainder 597}] [ a r:Fact; r:gives {(597 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(597 100) math:remainder 97}] [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(97 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1597]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 597]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 597]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8315 a r:Inference; +skolem:lemma3991 a r:Inference; r:gives { - 1598 :numberToDigits (1 5 9 8). + 598 :numberToDigits (0 5 9 8). }; r:evidence ( - [ a r:Fact; r:gives {(1598 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1598 1000) math:remainder 598}] + [ a r:Fact; r:gives {(598 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(598 1000) math:remainder 598}] [ a r:Fact; r:gives {(598 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(598 100) math:remainder 98}] [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(98 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1598]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 598]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 598]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8316 a r:Inference; +skolem:lemma3992 a r:Inference; r:gives { - 1599 :numberToDigits (1 5 9 9). + 599 :numberToDigits (0 5 9 9). }; r:evidence ( - [ a r:Fact; r:gives {(1599 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1599 1000) math:remainder 599}] + [ a r:Fact; r:gives {(599 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(599 1000) math:remainder 599}] [ a r:Fact; r:gives {(599 100) math:integerQuotient 5}] [ a r:Fact; r:gives {(599 100) math:remainder 99}] [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(99 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 599]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 599]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8317 a r:Inference; +skolem:lemma3993 a r:Inference; r:gives { - (1 5 9 9) :digitsToNumber 1599 . + (0 5 9 9) :digitsToNumber 599 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(5 100) math:product 500}] [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(1000 500 90 9) math:sum 1599}] + [ a r:Fact; r:gives {(0 500 90 9) math:sum 599}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 599]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8318 a r:Inference; +skolem:lemma3994 a r:Inference; r:gives { - (9 9 5 1) :digitsToNumber 9951 . + (9 9 5 0) :digitsToNumber 9950 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(9 100) math:product 900}] [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 900 50 1) math:sum 9951}] + [ a r:Fact; r:gives {(9000 900 50 0) math:sum 9950}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -165953,1446 +79473,1446 @@ skolem:lemma8318 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8319 a r:Inference; +skolem:lemma3995 a r:Inference; r:gives { - 1600 :numberToDigits (1 6 0 0). + 600 :numberToDigits (0 6 0 0). }; r:evidence ( - [ a r:Fact; r:gives {(1600 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1600 1000) math:remainder 600}] + [ a r:Fact; r:gives {(600 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(600 1000) math:remainder 600}] [ a r:Fact; r:gives {(600 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(600 100) math:remainder 0}] [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(0 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 600]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 600]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8320 a r:Inference; +skolem:lemma3996 a r:Inference; r:gives { - 1601 :numberToDigits (1 6 0 1). + 601 :numberToDigits (0 6 0 1). }; r:evidence ( - [ a r:Fact; r:gives {(1601 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1601 1000) math:remainder 601}] + [ a r:Fact; r:gives {(601 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(601 1000) math:remainder 601}] [ a r:Fact; r:gives {(601 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(601 100) math:remainder 1}] [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(1 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1601]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 601]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 601]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8321 a r:Inference; +skolem:lemma3997 a r:Inference; r:gives { - 1602 :numberToDigits (1 6 0 2). + 602 :numberToDigits (0 6 0 2). }; r:evidence ( - [ a r:Fact; r:gives {(1602 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1602 1000) math:remainder 602}] + [ a r:Fact; r:gives {(602 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(602 1000) math:remainder 602}] [ a r:Fact; r:gives {(602 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(602 100) math:remainder 2}] [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(2 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1602]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 602]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 602]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8322 a r:Inference; +skolem:lemma3998 a r:Inference; r:gives { - 1603 :numberToDigits (1 6 0 3). + 603 :numberToDigits (0 6 0 3). }; r:evidence ( - [ a r:Fact; r:gives {(1603 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1603 1000) math:remainder 603}] + [ a r:Fact; r:gives {(603 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(603 1000) math:remainder 603}] [ a r:Fact; r:gives {(603 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(603 100) math:remainder 3}] [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(3 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1603]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 603]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 603]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8323 a r:Inference; +skolem:lemma3999 a r:Inference; r:gives { - 1604 :numberToDigits (1 6 0 4). + 604 :numberToDigits (0 6 0 4). }; r:evidence ( - [ a r:Fact; r:gives {(1604 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1604 1000) math:remainder 604}] + [ a r:Fact; r:gives {(604 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(604 1000) math:remainder 604}] [ a r:Fact; r:gives {(604 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(604 100) math:remainder 4}] [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(4 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1604]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 604]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 604]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8324 a r:Inference; +skolem:lemma4000 a r:Inference; r:gives { - 1605 :numberToDigits (1 6 0 5). + 605 :numberToDigits (0 6 0 5). }; r:evidence ( - [ a r:Fact; r:gives {(1605 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1605 1000) math:remainder 605}] + [ a r:Fact; r:gives {(605 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(605 1000) math:remainder 605}] [ a r:Fact; r:gives {(605 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(605 100) math:remainder 5}] [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(5 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1605]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 605]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 605]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8325 a r:Inference; +skolem:lemma4001 a r:Inference; r:gives { - 1606 :numberToDigits (1 6 0 6). + 606 :numberToDigits (0 6 0 6). }; r:evidence ( - [ a r:Fact; r:gives {(1606 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1606 1000) math:remainder 606}] + [ a r:Fact; r:gives {(606 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(606 1000) math:remainder 606}] [ a r:Fact; r:gives {(606 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(606 100) math:remainder 6}] [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(6 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1606]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 606]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 606]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8326 a r:Inference; +skolem:lemma4002 a r:Inference; r:gives { - 1607 :numberToDigits (1 6 0 7). + 607 :numberToDigits (0 6 0 7). }; r:evidence ( - [ a r:Fact; r:gives {(1607 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1607 1000) math:remainder 607}] + [ a r:Fact; r:gives {(607 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(607 1000) math:remainder 607}] [ a r:Fact; r:gives {(607 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(607 100) math:remainder 7}] [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(7 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1607]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 607]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 607]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8327 a r:Inference; +skolem:lemma4003 a r:Inference; r:gives { - 1608 :numberToDigits (1 6 0 8). + 608 :numberToDigits (0 6 0 8). }; r:evidence ( - [ a r:Fact; r:gives {(1608 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1608 1000) math:remainder 608}] + [ a r:Fact; r:gives {(608 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(608 1000) math:remainder 608}] [ a r:Fact; r:gives {(608 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(608 100) math:remainder 8}] [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(8 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1608]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 608]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8328 a r:Inference; +skolem:lemma4004 a r:Inference; r:gives { - 1609 :numberToDigits (1 6 0 9). + 609 :numberToDigits (0 6 0 9). }; r:evidence ( - [ a r:Fact; r:gives {(1609 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1609 1000) math:remainder 609}] + [ a r:Fact; r:gives {(609 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(609 1000) math:remainder 609}] [ a r:Fact; r:gives {(609 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(609 100) math:remainder 9}] [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(9 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1609]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 609]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 609]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8329 a r:Inference; +skolem:lemma4005 a r:Inference; r:gives { - 1610 :numberToDigits (1 6 1 0). + 610 :numberToDigits (0 6 1 0). }; r:evidence ( - [ a r:Fact; r:gives {(1610 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1610 1000) math:remainder 610}] + [ a r:Fact; r:gives {(610 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(610 1000) math:remainder 610}] [ a r:Fact; r:gives {(610 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(610 100) math:remainder 10}] [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(10 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 610]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 610]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8330 a r:Inference; +skolem:lemma4006 a r:Inference; r:gives { - 1611 :numberToDigits (1 6 1 1). + 611 :numberToDigits (0 6 1 1). }; r:evidence ( - [ a r:Fact; r:gives {(1611 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1611 1000) math:remainder 611}] + [ a r:Fact; r:gives {(611 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(611 1000) math:remainder 611}] [ a r:Fact; r:gives {(611 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(611 100) math:remainder 11}] [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(11 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1611]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 611]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 611]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8331 a r:Inference; +skolem:lemma4007 a r:Inference; r:gives { - 1612 :numberToDigits (1 6 1 2). + 612 :numberToDigits (0 6 1 2). }; r:evidence ( - [ a r:Fact; r:gives {(1612 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1612 1000) math:remainder 612}] + [ a r:Fact; r:gives {(612 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(612 1000) math:remainder 612}] [ a r:Fact; r:gives {(612 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(612 100) math:remainder 12}] [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(12 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1612]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 612]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 612]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8332 a r:Inference; +skolem:lemma4008 a r:Inference; r:gives { - 1613 :numberToDigits (1 6 1 3). + 613 :numberToDigits (0 6 1 3). }; r:evidence ( - [ a r:Fact; r:gives {(1613 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1613 1000) math:remainder 613}] + [ a r:Fact; r:gives {(613 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(613 1000) math:remainder 613}] [ a r:Fact; r:gives {(613 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(613 100) math:remainder 13}] [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(13 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1613]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 613]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 613]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8333 a r:Inference; +skolem:lemma4009 a r:Inference; r:gives { - 1614 :numberToDigits (1 6 1 4). + 614 :numberToDigits (0 6 1 4). }; r:evidence ( - [ a r:Fact; r:gives {(1614 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1614 1000) math:remainder 614}] + [ a r:Fact; r:gives {(614 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(614 1000) math:remainder 614}] [ a r:Fact; r:gives {(614 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(614 100) math:remainder 14}] [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(14 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1614]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 614]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 614]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8334 a r:Inference; +skolem:lemma4010 a r:Inference; r:gives { - 1615 :numberToDigits (1 6 1 5). + 615 :numberToDigits (0 6 1 5). }; r:evidence ( - [ a r:Fact; r:gives {(1615 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1615 1000) math:remainder 615}] + [ a r:Fact; r:gives {(615 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(615 1000) math:remainder 615}] [ a r:Fact; r:gives {(615 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(615 100) math:remainder 15}] [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(15 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1615]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 615]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 615]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8335 a r:Inference; +skolem:lemma4011 a r:Inference; r:gives { - 1616 :numberToDigits (1 6 1 6). + 616 :numberToDigits (0 6 1 6). }; r:evidence ( - [ a r:Fact; r:gives {(1616 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1616 1000) math:remainder 616}] + [ a r:Fact; r:gives {(616 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(616 1000) math:remainder 616}] [ a r:Fact; r:gives {(616 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(616 100) math:remainder 16}] [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(16 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1616]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 616]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 616]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8336 a r:Inference; +skolem:lemma4012 a r:Inference; r:gives { - 1617 :numberToDigits (1 6 1 7). + 617 :numberToDigits (0 6 1 7). }; r:evidence ( - [ a r:Fact; r:gives {(1617 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1617 1000) math:remainder 617}] + [ a r:Fact; r:gives {(617 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(617 1000) math:remainder 617}] [ a r:Fact; r:gives {(617 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(617 100) math:remainder 17}] [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(17 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1617]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 617]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 617]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8337 a r:Inference; +skolem:lemma4013 a r:Inference; r:gives { - 1618 :numberToDigits (1 6 1 8). + 618 :numberToDigits (0 6 1 8). }; r:evidence ( - [ a r:Fact; r:gives {(1618 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1618 1000) math:remainder 618}] + [ a r:Fact; r:gives {(618 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(618 1000) math:remainder 618}] [ a r:Fact; r:gives {(618 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(618 100) math:remainder 18}] [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(18 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1618]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 618]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 618]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8338 a r:Inference; +skolem:lemma4014 a r:Inference; r:gives { - 1619 :numberToDigits (1 6 1 9). + 619 :numberToDigits (0 6 1 9). }; r:evidence ( - [ a r:Fact; r:gives {(1619 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1619 1000) math:remainder 619}] + [ a r:Fact; r:gives {(619 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(619 1000) math:remainder 619}] [ a r:Fact; r:gives {(619 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(619 100) math:remainder 19}] [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(19 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1619]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 619]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 619]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8339 a r:Inference; +skolem:lemma4015 a r:Inference; r:gives { - 1620 :numberToDigits (1 6 2 0). + 620 :numberToDigits (0 6 2 0). }; r:evidence ( - [ a r:Fact; r:gives {(1620 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1620 1000) math:remainder 620}] + [ a r:Fact; r:gives {(620 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(620 1000) math:remainder 620}] [ a r:Fact; r:gives {(620 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(620 100) math:remainder 20}] [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(20 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 620]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 620]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8340 a r:Inference; +skolem:lemma4016 a r:Inference; r:gives { - 1621 :numberToDigits (1 6 2 1). + 621 :numberToDigits (0 6 2 1). }; r:evidence ( - [ a r:Fact; r:gives {(1621 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1621 1000) math:remainder 621}] + [ a r:Fact; r:gives {(621 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(621 1000) math:remainder 621}] [ a r:Fact; r:gives {(621 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(621 100) math:remainder 21}] [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(21 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 621]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 621]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8341 a r:Inference; +skolem:lemma4017 a r:Inference; r:gives { - 1622 :numberToDigits (1 6 2 2). + 622 :numberToDigits (0 6 2 2). }; r:evidence ( - [ a r:Fact; r:gives {(1622 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1622 1000) math:remainder 622}] + [ a r:Fact; r:gives {(622 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(622 1000) math:remainder 622}] [ a r:Fact; r:gives {(622 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(622 100) math:remainder 22}] [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(22 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 622]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 622]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8342 a r:Inference; +skolem:lemma4018 a r:Inference; r:gives { - 1623 :numberToDigits (1 6 2 3). + 623 :numberToDigits (0 6 2 3). }; r:evidence ( - [ a r:Fact; r:gives {(1623 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1623 1000) math:remainder 623}] + [ a r:Fact; r:gives {(623 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(623 1000) math:remainder 623}] [ a r:Fact; r:gives {(623 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(623 100) math:remainder 23}] [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(23 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1623]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 623]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 623]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8343 a r:Inference; +skolem:lemma4019 a r:Inference; r:gives { - 1624 :numberToDigits (1 6 2 4). + 624 :numberToDigits (0 6 2 4). }; r:evidence ( - [ a r:Fact; r:gives {(1624 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1624 1000) math:remainder 624}] + [ a r:Fact; r:gives {(624 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(624 1000) math:remainder 624}] [ a r:Fact; r:gives {(624 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(624 100) math:remainder 24}] [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(24 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1624]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 624]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 624]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8344 a r:Inference; +skolem:lemma4020 a r:Inference; r:gives { - 1625 :numberToDigits (1 6 2 5). + 625 :numberToDigits (0 6 2 5). }; r:evidence ( - [ a r:Fact; r:gives {(1625 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1625 1000) math:remainder 625}] + [ a r:Fact; r:gives {(625 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(625 1000) math:remainder 625}] [ a r:Fact; r:gives {(625 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(625 100) math:remainder 25}] [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(25 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1625]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 625]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 625]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8345 a r:Inference; +skolem:lemma4021 a r:Inference; r:gives { - 1626 :numberToDigits (1 6 2 6). + 626 :numberToDigits (0 6 2 6). }; r:evidence ( - [ a r:Fact; r:gives {(1626 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1626 1000) math:remainder 626}] + [ a r:Fact; r:gives {(626 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(626 1000) math:remainder 626}] [ a r:Fact; r:gives {(626 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(626 100) math:remainder 26}] [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(26 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1626]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 626]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 626]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8346 a r:Inference; +skolem:lemma4022 a r:Inference; r:gives { - 1627 :numberToDigits (1 6 2 7). + 627 :numberToDigits (0 6 2 7). }; r:evidence ( - [ a r:Fact; r:gives {(1627 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1627 1000) math:remainder 627}] + [ a r:Fact; r:gives {(627 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(627 1000) math:remainder 627}] [ a r:Fact; r:gives {(627 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(627 100) math:remainder 27}] [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(27 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1627]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 627]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 627]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8347 a r:Inference; +skolem:lemma4023 a r:Inference; r:gives { - 1628 :numberToDigits (1 6 2 8). + 628 :numberToDigits (0 6 2 8). }; r:evidence ( - [ a r:Fact; r:gives {(1628 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1628 1000) math:remainder 628}] + [ a r:Fact; r:gives {(628 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(628 1000) math:remainder 628}] [ a r:Fact; r:gives {(628 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(628 100) math:remainder 28}] [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(28 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1628]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 628]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 628]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8348 a r:Inference; +skolem:lemma4024 a r:Inference; r:gives { - 1629 :numberToDigits (1 6 2 9). + 629 :numberToDigits (0 6 2 9). }; r:evidence ( - [ a r:Fact; r:gives {(1629 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1629 1000) math:remainder 629}] + [ a r:Fact; r:gives {(629 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(629 1000) math:remainder 629}] [ a r:Fact; r:gives {(629 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(629 100) math:remainder 29}] [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(29 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1629]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 629]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 629]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8349 a r:Inference; +skolem:lemma4025 a r:Inference; r:gives { - 1630 :numberToDigits (1 6 3 0). + 630 :numberToDigits (0 6 3 0). }; r:evidence ( - [ a r:Fact; r:gives {(1630 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1630 1000) math:remainder 630}] + [ a r:Fact; r:gives {(630 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(630 1000) math:remainder 630}] [ a r:Fact; r:gives {(630 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(630 100) math:remainder 30}] [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(30 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 630]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 630]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8350 a r:Inference; +skolem:lemma4026 a r:Inference; r:gives { - 1631 :numberToDigits (1 6 3 1). + 631 :numberToDigits (0 6 3 1). }; r:evidence ( - [ a r:Fact; r:gives {(1631 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1631 1000) math:remainder 631}] + [ a r:Fact; r:gives {(631 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(631 1000) math:remainder 631}] [ a r:Fact; r:gives {(631 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(631 100) math:remainder 31}] [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(31 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1631]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 631]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 631]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8351 a r:Inference; +skolem:lemma4027 a r:Inference; r:gives { - 1632 :numberToDigits (1 6 3 2). + 632 :numberToDigits (0 6 3 2). }; r:evidence ( - [ a r:Fact; r:gives {(1632 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1632 1000) math:remainder 632}] + [ a r:Fact; r:gives {(632 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(632 1000) math:remainder 632}] [ a r:Fact; r:gives {(632 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(632 100) math:remainder 32}] [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(32 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1632]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 632]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 632]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8352 a r:Inference; +skolem:lemma4028 a r:Inference; r:gives { - 1633 :numberToDigits (1 6 3 3). + 633 :numberToDigits (0 6 3 3). }; r:evidence ( - [ a r:Fact; r:gives {(1633 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1633 1000) math:remainder 633}] + [ a r:Fact; r:gives {(633 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(633 1000) math:remainder 633}] [ a r:Fact; r:gives {(633 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(633 100) math:remainder 33}] [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(33 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1633]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 633]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 633]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8353 a r:Inference; +skolem:lemma4029 a r:Inference; r:gives { - 1634 :numberToDigits (1 6 3 4). + 634 :numberToDigits (0 6 3 4). }; r:evidence ( - [ a r:Fact; r:gives {(1634 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1634 1000) math:remainder 634}] + [ a r:Fact; r:gives {(634 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(634 1000) math:remainder 634}] [ a r:Fact; r:gives {(634 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(634 100) math:remainder 34}] [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(34 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1634]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 634]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 634]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8354 a r:Inference; +skolem:lemma4030 a r:Inference; r:gives { - 1635 :numberToDigits (1 6 3 5). + 635 :numberToDigits (0 6 3 5). }; r:evidence ( - [ a r:Fact; r:gives {(1635 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1635 1000) math:remainder 635}] + [ a r:Fact; r:gives {(635 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(635 1000) math:remainder 635}] [ a r:Fact; r:gives {(635 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(635 100) math:remainder 35}] [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(35 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1635]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 635]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 635]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8355 a r:Inference; +skolem:lemma4031 a r:Inference; r:gives { - 1636 :numberToDigits (1 6 3 6). + 636 :numberToDigits (0 6 3 6). }; r:evidence ( - [ a r:Fact; r:gives {(1636 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1636 1000) math:remainder 636}] + [ a r:Fact; r:gives {(636 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(636 1000) math:remainder 636}] [ a r:Fact; r:gives {(636 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(636 100) math:remainder 36}] [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(36 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1636]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 636]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 636]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8356 a r:Inference; +skolem:lemma4032 a r:Inference; r:gives { - 1637 :numberToDigits (1 6 3 7). + 637 :numberToDigits (0 6 3 7). }; r:evidence ( - [ a r:Fact; r:gives {(1637 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1637 1000) math:remainder 637}] + [ a r:Fact; r:gives {(637 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(637 1000) math:remainder 637}] [ a r:Fact; r:gives {(637 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(637 100) math:remainder 37}] [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(37 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1637]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 637]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 637]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8357 a r:Inference; +skolem:lemma4033 a r:Inference; r:gives { - 1638 :numberToDigits (1 6 3 8). + 638 :numberToDigits (0 6 3 8). }; r:evidence ( - [ a r:Fact; r:gives {(1638 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1638 1000) math:remainder 638}] + [ a r:Fact; r:gives {(638 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(638 1000) math:remainder 638}] [ a r:Fact; r:gives {(638 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(638 100) math:remainder 38}] [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(38 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1638]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 638]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 638]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8358 a r:Inference; +skolem:lemma4034 a r:Inference; r:gives { - 1639 :numberToDigits (1 6 3 9). + 639 :numberToDigits (0 6 3 9). }; r:evidence ( - [ a r:Fact; r:gives {(1639 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1639 1000) math:remainder 639}] + [ a r:Fact; r:gives {(639 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(639 1000) math:remainder 639}] [ a r:Fact; r:gives {(639 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(639 100) math:remainder 39}] [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(39 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1639]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 639]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 639]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8359 a r:Inference; +skolem:lemma4035 a r:Inference; r:gives { - 1640 :numberToDigits (1 6 4 0). + 640 :numberToDigits (0 6 4 0). }; r:evidence ( - [ a r:Fact; r:gives {(1640 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1640 1000) math:remainder 640}] + [ a r:Fact; r:gives {(640 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(640 1000) math:remainder 640}] [ a r:Fact; r:gives {(640 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(640 100) math:remainder 40}] [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(40 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 640]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 640]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8360 a r:Inference; +skolem:lemma4036 a r:Inference; r:gives { - 1641 :numberToDigits (1 6 4 1). + 641 :numberToDigits (0 6 4 1). }; r:evidence ( - [ a r:Fact; r:gives {(1641 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1641 1000) math:remainder 641}] + [ a r:Fact; r:gives {(641 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(641 1000) math:remainder 641}] [ a r:Fact; r:gives {(641 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(641 100) math:remainder 41}] [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(41 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1641]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 641]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 641]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8361 a r:Inference; +skolem:lemma4037 a r:Inference; r:gives { - 1642 :numberToDigits (1 6 4 2). + 642 :numberToDigits (0 6 4 2). }; r:evidence ( - [ a r:Fact; r:gives {(1642 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1642 1000) math:remainder 642}] + [ a r:Fact; r:gives {(642 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(642 1000) math:remainder 642}] [ a r:Fact; r:gives {(642 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(642 100) math:remainder 42}] [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(42 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1642]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 642]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 642]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8362 a r:Inference; +skolem:lemma4038 a r:Inference; r:gives { - 1643 :numberToDigits (1 6 4 3). + 643 :numberToDigits (0 6 4 3). }; r:evidence ( - [ a r:Fact; r:gives {(1643 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1643 1000) math:remainder 643}] + [ a r:Fact; r:gives {(643 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(643 1000) math:remainder 643}] [ a r:Fact; r:gives {(643 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(643 100) math:remainder 43}] [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(43 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1643]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 643]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 643]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8363 a r:Inference; +skolem:lemma4039 a r:Inference; r:gives { - 1644 :numberToDigits (1 6 4 4). + 644 :numberToDigits (0 6 4 4). }; r:evidence ( - [ a r:Fact; r:gives {(1644 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1644 1000) math:remainder 644}] + [ a r:Fact; r:gives {(644 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(644 1000) math:remainder 644}] [ a r:Fact; r:gives {(644 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(644 100) math:remainder 44}] [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(44 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1644]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 644]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 644]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8364 a r:Inference; +skolem:lemma4040 a r:Inference; r:gives { - 1645 :numberToDigits (1 6 4 5). + 645 :numberToDigits (0 6 4 5). }; r:evidence ( - [ a r:Fact; r:gives {(1645 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1645 1000) math:remainder 645}] + [ a r:Fact; r:gives {(645 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(645 1000) math:remainder 645}] [ a r:Fact; r:gives {(645 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(645 100) math:remainder 45}] [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(45 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1645]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 645]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 645]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8365 a r:Inference; +skolem:lemma4041 a r:Inference; r:gives { - 1646 :numberToDigits (1 6 4 6). + 646 :numberToDigits (0 6 4 6). }; r:evidence ( - [ a r:Fact; r:gives {(1646 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1646 1000) math:remainder 646}] + [ a r:Fact; r:gives {(646 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(646 1000) math:remainder 646}] [ a r:Fact; r:gives {(646 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(646 100) math:remainder 46}] [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(46 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1646]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 646]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 646]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8366 a r:Inference; +skolem:lemma4042 a r:Inference; r:gives { - 1647 :numberToDigits (1 6 4 7). + 647 :numberToDigits (0 6 4 7). }; r:evidence ( - [ a r:Fact; r:gives {(1647 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1647 1000) math:remainder 647}] + [ a r:Fact; r:gives {(647 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(647 1000) math:remainder 647}] [ a r:Fact; r:gives {(647 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(647 100) math:remainder 47}] [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(47 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1647]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 647]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 647]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8367 a r:Inference; +skolem:lemma4043 a r:Inference; r:gives { - 1648 :numberToDigits (1 6 4 8). + 648 :numberToDigits (0 6 4 8). }; r:evidence ( - [ a r:Fact; r:gives {(1648 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1648 1000) math:remainder 648}] + [ a r:Fact; r:gives {(648 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(648 1000) math:remainder 648}] [ a r:Fact; r:gives {(648 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(648 100) math:remainder 48}] [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(48 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1648]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 648]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 648]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8368 a r:Inference; +skolem:lemma4044 a r:Inference; r:gives { - 1649 :numberToDigits (1 6 4 9). + 649 :numberToDigits (0 6 4 9). }; r:evidence ( - [ a r:Fact; r:gives {(1649 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1649 1000) math:remainder 649}] + [ a r:Fact; r:gives {(649 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(649 1000) math:remainder 649}] [ a r:Fact; r:gives {(649 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(649 100) math:remainder 49}] [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(49 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1649]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 649]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 649]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8369 a r:Inference; +skolem:lemma4045 a r:Inference; r:gives { - 1650 :numberToDigits (1 6 5 0). + 650 :numberToDigits (0 6 5 0). }; r:evidence ( - [ a r:Fact; r:gives {(1650 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1650 1000) math:remainder 650}] + [ a r:Fact; r:gives {(650 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(650 1000) math:remainder 650}] [ a r:Fact; r:gives {(650 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(650 100) math:remainder 50}] [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(50 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 650]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 650]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8370 a r:Inference; +skolem:lemma4046 a r:Inference; r:gives { - 1651 :numberToDigits (1 6 5 1). + 651 :numberToDigits (0 6 5 1). }; r:evidence ( - [ a r:Fact; r:gives {(1651 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1651 1000) math:remainder 651}] + [ a r:Fact; r:gives {(651 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(651 1000) math:remainder 651}] [ a r:Fact; r:gives {(651 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(651 100) math:remainder 51}] [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(51 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1651]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 651]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 651]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8371 a r:Inference; +skolem:lemma4047 a r:Inference; r:gives { - 1652 :numberToDigits (1 6 5 2). + 652 :numberToDigits (0 6 5 2). }; r:evidence ( - [ a r:Fact; r:gives {(1652 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1652 1000) math:remainder 652}] + [ a r:Fact; r:gives {(652 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(652 1000) math:remainder 652}] [ a r:Fact; r:gives {(652 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(652 100) math:remainder 52}] [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(52 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1652]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 652]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 652]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8372 a r:Inference; +skolem:lemma4048 a r:Inference; r:gives { - 1653 :numberToDigits (1 6 5 3). + 653 :numberToDigits (0 6 5 3). }; r:evidence ( - [ a r:Fact; r:gives {(1653 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1653 1000) math:remainder 653}] + [ a r:Fact; r:gives {(653 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(653 1000) math:remainder 653}] [ a r:Fact; r:gives {(653 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(653 100) math:remainder 53}] [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(53 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1653]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 653]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 653]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8373 a r:Inference; +skolem:lemma4049 a r:Inference; r:gives { - 1654 :numberToDigits (1 6 5 4). + 654 :numberToDigits (0 6 5 4). }; r:evidence ( - [ a r:Fact; r:gives {(1654 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1654 1000) math:remainder 654}] + [ a r:Fact; r:gives {(654 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(654 1000) math:remainder 654}] [ a r:Fact; r:gives {(654 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(654 100) math:remainder 54}] [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(54 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1654]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 654]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 654]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8374 a r:Inference; +skolem:lemma4050 a r:Inference; r:gives { - 1655 :numberToDigits (1 6 5 5). + 655 :numberToDigits (0 6 5 5). }; r:evidence ( - [ a r:Fact; r:gives {(1655 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1655 1000) math:remainder 655}] + [ a r:Fact; r:gives {(655 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(655 1000) math:remainder 655}] [ a r:Fact; r:gives {(655 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(655 100) math:remainder 55}] [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(55 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1655]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 655]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 655]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8375 a r:Inference; +skolem:lemma4051 a r:Inference; r:gives { - 1656 :numberToDigits (1 6 5 6). + 656 :numberToDigits (0 6 5 6). }; r:evidence ( - [ a r:Fact; r:gives {(1656 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1656 1000) math:remainder 656}] + [ a r:Fact; r:gives {(656 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(656 1000) math:remainder 656}] [ a r:Fact; r:gives {(656 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(656 100) math:remainder 56}] [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(56 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1656]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 656]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 656]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8376 a r:Inference; +skolem:lemma4052 a r:Inference; r:gives { - 1657 :numberToDigits (1 6 5 7). + 657 :numberToDigits (0 6 5 7). }; r:evidence ( - [ a r:Fact; r:gives {(1657 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1657 1000) math:remainder 657}] + [ a r:Fact; r:gives {(657 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(657 1000) math:remainder 657}] [ a r:Fact; r:gives {(657 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(657 100) math:remainder 57}] [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(57 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1657]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 657]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 657]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8377 a r:Inference; +skolem:lemma4053 a r:Inference; r:gives { - 1658 :numberToDigits (1 6 5 8). + 658 :numberToDigits (0 6 5 8). }; r:evidence ( - [ a r:Fact; r:gives {(1658 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1658 1000) math:remainder 658}] + [ a r:Fact; r:gives {(658 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(658 1000) math:remainder 658}] [ a r:Fact; r:gives {(658 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(658 100) math:remainder 58}] [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(58 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1658]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 658]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 658]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8378 a r:Inference; +skolem:lemma4054 a r:Inference; r:gives { - 1659 :numberToDigits (1 6 5 9). + 659 :numberToDigits (0 6 5 9). }; r:evidence ( - [ a r:Fact; r:gives {(1659 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1659 1000) math:remainder 659}] + [ a r:Fact; r:gives {(659 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(659 1000) math:remainder 659}] [ a r:Fact; r:gives {(659 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(659 100) math:remainder 59}] [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(59 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1659]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 659]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 659]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8379 a r:Inference; +skolem:lemma4055 a r:Inference; r:gives { - 1660 :numberToDigits (1 6 6 0). + 660 :numberToDigits (0 6 6 0). }; r:evidence ( - [ a r:Fact; r:gives {(1660 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1660 1000) math:remainder 660}] + [ a r:Fact; r:gives {(660 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(660 1000) math:remainder 660}] [ a r:Fact; r:gives {(660 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(660 100) math:remainder 60}] [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(60 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 660]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 660]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8380 a r:Inference; +skolem:lemma4056 a r:Inference; r:gives { - 1661 :numberToDigits (1 6 6 1). + 661 :numberToDigits (0 6 6 1). }; r:evidence ( - [ a r:Fact; r:gives {(1661 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1661 1000) math:remainder 661}] + [ a r:Fact; r:gives {(661 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(661 1000) math:remainder 661}] [ a r:Fact; r:gives {(661 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(661 100) math:remainder 61}] [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(61 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1661]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 661]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 661]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8381 a r:Inference; +skolem:lemma4057 a r:Inference; r:gives { - 1662 :numberToDigits (1 6 6 2). + 662 :numberToDigits (0 6 6 2). }; r:evidence ( - [ a r:Fact; r:gives {(1662 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1662 1000) math:remainder 662}] + [ a r:Fact; r:gives {(662 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(662 1000) math:remainder 662}] [ a r:Fact; r:gives {(662 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(662 100) math:remainder 62}] [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(62 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1662]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 662]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 662]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8382 a r:Inference; +skolem:lemma4058 a r:Inference; r:gives { - 1663 :numberToDigits (1 6 6 3). + 663 :numberToDigits (0 6 6 3). }; r:evidence ( - [ a r:Fact; r:gives {(1663 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1663 1000) math:remainder 663}] + [ a r:Fact; r:gives {(663 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(663 1000) math:remainder 663}] [ a r:Fact; r:gives {(663 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(663 100) math:remainder 63}] [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(63 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1663]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 663]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 663]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8383 a r:Inference; +skolem:lemma4059 a r:Inference; r:gives { - 1664 :numberToDigits (1 6 6 4). + 664 :numberToDigits (0 6 6 4). }; r:evidence ( - [ a r:Fact; r:gives {(1664 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1664 1000) math:remainder 664}] + [ a r:Fact; r:gives {(664 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(664 1000) math:remainder 664}] [ a r:Fact; r:gives {(664 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(664 100) math:remainder 64}] [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(64 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1664]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 664]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 664]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8384 a r:Inference; +skolem:lemma4060 a r:Inference; r:gives { - 1665 :numberToDigits (1 6 6 5). + 665 :numberToDigits (0 6 6 5). }; r:evidence ( - [ a r:Fact; r:gives {(1665 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1665 1000) math:remainder 665}] + [ a r:Fact; r:gives {(665 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(665 1000) math:remainder 665}] [ a r:Fact; r:gives {(665 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(665 100) math:remainder 65}] [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(65 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1665]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 665]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 665]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8385 a r:Inference; +skolem:lemma4061 a r:Inference; r:gives { - 1666 :numberToDigits (1 6 6 6). + 666 :numberToDigits (0 6 6 6). }; r:evidence ( - [ a r:Fact; r:gives {(1666 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1666 1000) math:remainder 666}] + [ a r:Fact; r:gives {(666 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(666 1000) math:remainder 666}] [ a r:Fact; r:gives {(666 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(666 100) math:remainder 66}] [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(66 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1666]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 666]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 666]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8386 a r:Inference; +skolem:lemma4062 a r:Inference; r:gives { - (1 6 6 6) :digitsToNumber 1666 . + (0 6 6 6) :digitsToNumber 666 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 600 60 6) math:sum 1666}] + [ a r:Fact; r:gives {(0 600 60 6) math:sum 666}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1666]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 666]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8387 a r:Inference; +skolem:lemma4063 a r:Inference; r:gives { - (6 6 6 1) :digitsToNumber 6661 . + (6 6 6 0) :digitsToNumber 6660 . }; r:evidence ( [ a r:Fact; r:gives {(6 1000) math:product 6000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(6000 600 60 1) math:sum 6661}] + [ a r:Fact; r:gives {(6000 600 60 0) math:sum 6660}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; @@ -167400,60 +80920,60 @@ skolem:lemma8387 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8388 a r:Inference; +skolem:lemma4064 a r:Inference; r:gives { - 1667 :numberToDigits (1 6 6 7). + 667 :numberToDigits (0 6 6 7). }; r:evidence ( - [ a r:Fact; r:gives {(1667 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1667 1000) math:remainder 667}] + [ a r:Fact; r:gives {(667 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(667 1000) math:remainder 667}] [ a r:Fact; r:gives {(667 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(667 100) math:remainder 67}] [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(67 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 667]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 667]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8389 a r:Inference; +skolem:lemma4065 a r:Inference; r:gives { - (1 6 6 7) :digitsToNumber 1667 . + (0 6 6 7) :digitsToNumber 667 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 600 60 7) math:sum 1667}] + [ a r:Fact; r:gives {(0 600 60 7) math:sum 667}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 667]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8390 a r:Inference; +skolem:lemma4066 a r:Inference; r:gives { - (7 6 6 1) :digitsToNumber 7661 . + (7 6 6 0) :digitsToNumber 7660 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(7000 600 60 1) math:sum 7661}] + [ a r:Fact; r:gives {(7000 600 60 0) math:sum 7660}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -167461,60 +80981,60 @@ skolem:lemma8390 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8391 a r:Inference; +skolem:lemma4067 a r:Inference; r:gives { - 1668 :numberToDigits (1 6 6 8). + 668 :numberToDigits (0 6 6 8). }; r:evidence ( - [ a r:Fact; r:gives {(1668 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1668 1000) math:remainder 668}] + [ a r:Fact; r:gives {(668 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(668 1000) math:remainder 668}] [ a r:Fact; r:gives {(668 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(668 100) math:remainder 68}] [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(68 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 668]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 668]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8392 a r:Inference; +skolem:lemma4068 a r:Inference; r:gives { - (1 6 6 8) :digitsToNumber 1668 . + (0 6 6 8) :digitsToNumber 668 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 600 60 8) math:sum 1668}] + [ a r:Fact; r:gives {(0 600 60 8) math:sum 668}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 668]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8393 a r:Inference; +skolem:lemma4069 a r:Inference; r:gives { - (8 6 6 1) :digitsToNumber 8661 . + (8 6 6 0) :digitsToNumber 8660 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(8000 600 60 1) math:sum 8661}] + [ a r:Fact; r:gives {(8000 600 60 0) math:sum 8660}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -167522,60 +81042,60 @@ skolem:lemma8393 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8394 a r:Inference; +skolem:lemma4070 a r:Inference; r:gives { - 1669 :numberToDigits (1 6 6 9). + 669 :numberToDigits (0 6 6 9). }; r:evidence ( - [ a r:Fact; r:gives {(1669 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1669 1000) math:remainder 669}] + [ a r:Fact; r:gives {(669 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(669 1000) math:remainder 669}] [ a r:Fact; r:gives {(669 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(669 100) math:remainder 69}] [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(69 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 669]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 669]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8395 a r:Inference; +skolem:lemma4071 a r:Inference; r:gives { - (1 6 6 9) :digitsToNumber 1669 . + (0 6 6 9) :digitsToNumber 669 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 600 60 9) math:sum 1669}] + [ a r:Fact; r:gives {(0 600 60 9) math:sum 669}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 669]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8396 a r:Inference; +skolem:lemma4072 a r:Inference; r:gives { - (9 6 6 1) :digitsToNumber 9661 . + (9 6 6 0) :digitsToNumber 9660 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 600 60 1) math:sum 9661}] + [ a r:Fact; r:gives {(9000 600 60 0) math:sum 9660}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -167583,207 +81103,207 @@ skolem:lemma8396 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8397 a r:Inference; +skolem:lemma4073 a r:Inference; r:gives { - 1670 :numberToDigits (1 6 7 0). + 670 :numberToDigits (0 6 7 0). }; r:evidence ( - [ a r:Fact; r:gives {(1670 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1670 1000) math:remainder 670}] + [ a r:Fact; r:gives {(670 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(670 1000) math:remainder 670}] [ a r:Fact; r:gives {(670 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(670 100) math:remainder 70}] [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(70 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1670]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 670]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 670]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8398 a r:Inference; +skolem:lemma4074 a r:Inference; r:gives { - 1671 :numberToDigits (1 6 7 1). + 671 :numberToDigits (0 6 7 1). }; r:evidence ( - [ a r:Fact; r:gives {(1671 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1671 1000) math:remainder 671}] + [ a r:Fact; r:gives {(671 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(671 1000) math:remainder 671}] [ a r:Fact; r:gives {(671 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(671 100) math:remainder 71}] [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(71 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1671]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 671]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 671]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8399 a r:Inference; +skolem:lemma4075 a r:Inference; r:gives { - 1672 :numberToDigits (1 6 7 2). + 672 :numberToDigits (0 6 7 2). }; r:evidence ( - [ a r:Fact; r:gives {(1672 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1672 1000) math:remainder 672}] + [ a r:Fact; r:gives {(672 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(672 1000) math:remainder 672}] [ a r:Fact; r:gives {(672 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(672 100) math:remainder 72}] [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(72 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1672]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 672]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 672]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8400 a r:Inference; +skolem:lemma4076 a r:Inference; r:gives { - 1673 :numberToDigits (1 6 7 3). + 673 :numberToDigits (0 6 7 3). }; r:evidence ( - [ a r:Fact; r:gives {(1673 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1673 1000) math:remainder 673}] + [ a r:Fact; r:gives {(673 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(673 1000) math:remainder 673}] [ a r:Fact; r:gives {(673 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(673 100) math:remainder 73}] [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(73 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1673]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 673]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 673]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8401 a r:Inference; +skolem:lemma4077 a r:Inference; r:gives { - 1674 :numberToDigits (1 6 7 4). + 674 :numberToDigits (0 6 7 4). }; r:evidence ( - [ a r:Fact; r:gives {(1674 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1674 1000) math:remainder 674}] + [ a r:Fact; r:gives {(674 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(674 1000) math:remainder 674}] [ a r:Fact; r:gives {(674 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(674 100) math:remainder 74}] [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(74 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1674]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 674]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 674]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8402 a r:Inference; +skolem:lemma4078 a r:Inference; r:gives { - 1675 :numberToDigits (1 6 7 5). + 675 :numberToDigits (0 6 7 5). }; r:evidence ( - [ a r:Fact; r:gives {(1675 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1675 1000) math:remainder 675}] + [ a r:Fact; r:gives {(675 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(675 1000) math:remainder 675}] [ a r:Fact; r:gives {(675 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(675 100) math:remainder 75}] [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(75 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1675]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 675]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 675]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8403 a r:Inference; +skolem:lemma4079 a r:Inference; r:gives { - 1676 :numberToDigits (1 6 7 6). + 676 :numberToDigits (0 6 7 6). }; r:evidence ( - [ a r:Fact; r:gives {(1676 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1676 1000) math:remainder 676}] + [ a r:Fact; r:gives {(676 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(676 1000) math:remainder 676}] [ a r:Fact; r:gives {(676 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(676 100) math:remainder 76}] [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(76 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1676]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 676]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 676]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8404 a r:Inference; +skolem:lemma4080 a r:Inference; r:gives { - 1677 :numberToDigits (1 6 7 7). + 677 :numberToDigits (0 6 7 7). }; r:evidence ( - [ a r:Fact; r:gives {(1677 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1677 1000) math:remainder 677}] + [ a r:Fact; r:gives {(677 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(677 1000) math:remainder 677}] [ a r:Fact; r:gives {(677 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(677 100) math:remainder 77}] [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(77 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 677]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 677]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8405 a r:Inference; +skolem:lemma4081 a r:Inference; r:gives { - (1 6 7 7) :digitsToNumber 1677 . + (0 6 7 7) :digitsToNumber 677 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 600 70 7) math:sum 1677}] + [ a r:Fact; r:gives {(0 600 70 7) math:sum 677}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 677]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8406 a r:Inference; +skolem:lemma4082 a r:Inference; r:gives { - (7 7 6 1) :digitsToNumber 7761 . + (7 7 6 0) :digitsToNumber 7760 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(7000 700 60 1) math:sum 7761}] + [ a r:Fact; r:gives {(7000 700 60 0) math:sum 7760}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -167791,60 +81311,60 @@ skolem:lemma8406 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8407 a r:Inference; +skolem:lemma4083 a r:Inference; r:gives { - 1678 :numberToDigits (1 6 7 8). + 678 :numberToDigits (0 6 7 8). }; r:evidence ( - [ a r:Fact; r:gives {(1678 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1678 1000) math:remainder 678}] + [ a r:Fact; r:gives {(678 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(678 1000) math:remainder 678}] [ a r:Fact; r:gives {(678 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(678 100) math:remainder 78}] [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(78 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 678]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 678]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8408 a r:Inference; +skolem:lemma4084 a r:Inference; r:gives { - (1 6 7 8) :digitsToNumber 1678 . + (0 6 7 8) :digitsToNumber 678 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 600 70 8) math:sum 1678}] + [ a r:Fact; r:gives {(0 600 70 8) math:sum 678}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 678]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8409 a r:Inference; +skolem:lemma4085 a r:Inference; r:gives { - (8 7 6 1) :digitsToNumber 8761 . + (8 7 6 0) :digitsToNumber 8760 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(8000 700 60 1) math:sum 8761}] + [ a r:Fact; r:gives {(8000 700 60 0) math:sum 8760}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -167852,60 +81372,60 @@ skolem:lemma8409 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8410 a r:Inference; +skolem:lemma4086 a r:Inference; r:gives { - 1679 :numberToDigits (1 6 7 9). + 679 :numberToDigits (0 6 7 9). }; r:evidence ( - [ a r:Fact; r:gives {(1679 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1679 1000) math:remainder 679}] + [ a r:Fact; r:gives {(679 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(679 1000) math:remainder 679}] [ a r:Fact; r:gives {(679 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(679 100) math:remainder 79}] [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(79 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 679]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 679]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8411 a r:Inference; +skolem:lemma4087 a r:Inference; r:gives { - (1 6 7 9) :digitsToNumber 1679 . + (0 6 7 9) :digitsToNumber 679 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 600 70 9) math:sum 1679}] + [ a r:Fact; r:gives {(0 600 70 9) math:sum 679}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 679]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8412 a r:Inference; +skolem:lemma4088 a r:Inference; r:gives { - (9 7 6 1) :digitsToNumber 9761 . + (9 7 6 0) :digitsToNumber 9760 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 700 60 1) math:sum 9761}] + [ a r:Fact; r:gives {(9000 700 60 0) math:sum 9760}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -167913,228 +81433,228 @@ skolem:lemma8412 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8413 a r:Inference; +skolem:lemma4089 a r:Inference; r:gives { - 1680 :numberToDigits (1 6 8 0). + 680 :numberToDigits (0 6 8 0). }; r:evidence ( - [ a r:Fact; r:gives {(1680 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1680 1000) math:remainder 680}] + [ a r:Fact; r:gives {(680 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(680 1000) math:remainder 680}] [ a r:Fact; r:gives {(680 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(680 100) math:remainder 80}] [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(80 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1680]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 680]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 680]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8414 a r:Inference; +skolem:lemma4090 a r:Inference; r:gives { - 1681 :numberToDigits (1 6 8 1). + 681 :numberToDigits (0 6 8 1). }; r:evidence ( - [ a r:Fact; r:gives {(1681 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1681 1000) math:remainder 681}] + [ a r:Fact; r:gives {(681 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(681 1000) math:remainder 681}] [ a r:Fact; r:gives {(681 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(681 100) math:remainder 81}] [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(81 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1681]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 681]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 681]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8415 a r:Inference; +skolem:lemma4091 a r:Inference; r:gives { - 1682 :numberToDigits (1 6 8 2). + 682 :numberToDigits (0 6 8 2). }; r:evidence ( - [ a r:Fact; r:gives {(1682 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1682 1000) math:remainder 682}] + [ a r:Fact; r:gives {(682 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(682 1000) math:remainder 682}] [ a r:Fact; r:gives {(682 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(682 100) math:remainder 82}] [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(82 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1682]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 682]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 682]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8416 a r:Inference; +skolem:lemma4092 a r:Inference; r:gives { - 1683 :numberToDigits (1 6 8 3). + 683 :numberToDigits (0 6 8 3). }; r:evidence ( - [ a r:Fact; r:gives {(1683 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1683 1000) math:remainder 683}] + [ a r:Fact; r:gives {(683 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(683 1000) math:remainder 683}] [ a r:Fact; r:gives {(683 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(683 100) math:remainder 83}] [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(83 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1683]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 683]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 683]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8417 a r:Inference; +skolem:lemma4093 a r:Inference; r:gives { - 1684 :numberToDigits (1 6 8 4). + 684 :numberToDigits (0 6 8 4). }; r:evidence ( - [ a r:Fact; r:gives {(1684 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1684 1000) math:remainder 684}] + [ a r:Fact; r:gives {(684 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(684 1000) math:remainder 684}] [ a r:Fact; r:gives {(684 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(684 100) math:remainder 84}] [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(84 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1684]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 684]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 684]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8418 a r:Inference; +skolem:lemma4094 a r:Inference; r:gives { - 1685 :numberToDigits (1 6 8 5). + 685 :numberToDigits (0 6 8 5). }; r:evidence ( - [ a r:Fact; r:gives {(1685 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1685 1000) math:remainder 685}] + [ a r:Fact; r:gives {(685 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(685 1000) math:remainder 685}] [ a r:Fact; r:gives {(685 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(685 100) math:remainder 85}] [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(85 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1685]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 685]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 685]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8419 a r:Inference; +skolem:lemma4095 a r:Inference; r:gives { - 1686 :numberToDigits (1 6 8 6). + 686 :numberToDigits (0 6 8 6). }; r:evidence ( - [ a r:Fact; r:gives {(1686 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1686 1000) math:remainder 686}] + [ a r:Fact; r:gives {(686 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(686 1000) math:remainder 686}] [ a r:Fact; r:gives {(686 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(686 100) math:remainder 86}] [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(86 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1686]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 686]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 686]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8420 a r:Inference; +skolem:lemma4096 a r:Inference; r:gives { - 1687 :numberToDigits (1 6 8 7). + 687 :numberToDigits (0 6 8 7). }; r:evidence ( - [ a r:Fact; r:gives {(1687 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1687 1000) math:remainder 687}] + [ a r:Fact; r:gives {(687 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(687 1000) math:remainder 687}] [ a r:Fact; r:gives {(687 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(687 100) math:remainder 87}] [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(87 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1687]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 687]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 687]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8421 a r:Inference; +skolem:lemma4097 a r:Inference; r:gives { - 1688 :numberToDigits (1 6 8 8). + 688 :numberToDigits (0 6 8 8). }; r:evidence ( - [ a r:Fact; r:gives {(1688 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1688 1000) math:remainder 688}] + [ a r:Fact; r:gives {(688 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(688 1000) math:remainder 688}] [ a r:Fact; r:gives {(688 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(688 100) math:remainder 88}] [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(88 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 688]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 688]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8422 a r:Inference; +skolem:lemma4098 a r:Inference; r:gives { - (1 6 8 8) :digitsToNumber 1688 . + (0 6 8 8) :digitsToNumber 688 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 600 80 8) math:sum 1688}] + [ a r:Fact; r:gives {(0 600 80 8) math:sum 688}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 688]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8423 a r:Inference; +skolem:lemma4099 a r:Inference; r:gives { - (8 8 6 1) :digitsToNumber 8861 . + (8 8 6 0) :digitsToNumber 8860 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(8000 800 60 1) math:sum 8861}] + [ a r:Fact; r:gives {(8000 800 60 0) math:sum 8860}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -168142,60 +81662,60 @@ skolem:lemma8423 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8424 a r:Inference; +skolem:lemma4100 a r:Inference; r:gives { - 1689 :numberToDigits (1 6 8 9). + 689 :numberToDigits (0 6 8 9). }; r:evidence ( - [ a r:Fact; r:gives {(1689 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1689 1000) math:remainder 689}] + [ a r:Fact; r:gives {(689 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(689 1000) math:remainder 689}] [ a r:Fact; r:gives {(689 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(689 100) math:remainder 89}] [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(89 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 689]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 689]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8425 a r:Inference; +skolem:lemma4101 a r:Inference; r:gives { - (1 6 8 9) :digitsToNumber 1689 . + (0 6 8 9) :digitsToNumber 689 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 600 80 9) math:sum 1689}] + [ a r:Fact; r:gives {(0 600 80 9) math:sum 689}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 689]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8426 a r:Inference; +skolem:lemma4102 a r:Inference; r:gives { - (9 8 6 1) :digitsToNumber 9861 . + (9 8 6 0) :digitsToNumber 9860 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 800 60 1) math:sum 9861}] + [ a r:Fact; r:gives {(9000 800 60 0) math:sum 9860}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -168203,249 +81723,249 @@ skolem:lemma8426 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8427 a r:Inference; +skolem:lemma4103 a r:Inference; r:gives { - 1690 :numberToDigits (1 6 9 0). + 690 :numberToDigits (0 6 9 0). }; r:evidence ( - [ a r:Fact; r:gives {(1690 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1690 1000) math:remainder 690}] + [ a r:Fact; r:gives {(690 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(690 1000) math:remainder 690}] [ a r:Fact; r:gives {(690 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(690 100) math:remainder 90}] [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(90 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1690]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 690]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 690]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8428 a r:Inference; +skolem:lemma4104 a r:Inference; r:gives { - 1691 :numberToDigits (1 6 9 1). + 691 :numberToDigits (0 6 9 1). }; r:evidence ( - [ a r:Fact; r:gives {(1691 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1691 1000) math:remainder 691}] + [ a r:Fact; r:gives {(691 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(691 1000) math:remainder 691}] [ a r:Fact; r:gives {(691 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(691 100) math:remainder 91}] [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(91 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1691]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 691]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 691]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8429 a r:Inference; +skolem:lemma4105 a r:Inference; r:gives { - 1692 :numberToDigits (1 6 9 2). + 692 :numberToDigits (0 6 9 2). }; r:evidence ( - [ a r:Fact; r:gives {(1692 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1692 1000) math:remainder 692}] + [ a r:Fact; r:gives {(692 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(692 1000) math:remainder 692}] [ a r:Fact; r:gives {(692 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(692 100) math:remainder 92}] [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(92 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1692]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 692]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 692]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8430 a r:Inference; +skolem:lemma4106 a r:Inference; r:gives { - 1693 :numberToDigits (1 6 9 3). + 693 :numberToDigits (0 6 9 3). }; r:evidence ( - [ a r:Fact; r:gives {(1693 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1693 1000) math:remainder 693}] + [ a r:Fact; r:gives {(693 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(693 1000) math:remainder 693}] [ a r:Fact; r:gives {(693 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(693 100) math:remainder 93}] [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(93 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1693]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 693]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 693]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8431 a r:Inference; +skolem:lemma4107 a r:Inference; r:gives { - 1694 :numberToDigits (1 6 9 4). + 694 :numberToDigits (0 6 9 4). }; r:evidence ( - [ a r:Fact; r:gives {(1694 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1694 1000) math:remainder 694}] + [ a r:Fact; r:gives {(694 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(694 1000) math:remainder 694}] [ a r:Fact; r:gives {(694 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(694 100) math:remainder 94}] [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(94 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1694]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 694]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 694]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8432 a r:Inference; +skolem:lemma4108 a r:Inference; r:gives { - 1695 :numberToDigits (1 6 9 5). + 695 :numberToDigits (0 6 9 5). }; r:evidence ( - [ a r:Fact; r:gives {(1695 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1695 1000) math:remainder 695}] + [ a r:Fact; r:gives {(695 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(695 1000) math:remainder 695}] [ a r:Fact; r:gives {(695 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(695 100) math:remainder 95}] [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(95 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1695]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 695]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 695]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8433 a r:Inference; +skolem:lemma4109 a r:Inference; r:gives { - 1696 :numberToDigits (1 6 9 6). + 696 :numberToDigits (0 6 9 6). }; r:evidence ( - [ a r:Fact; r:gives {(1696 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1696 1000) math:remainder 696}] + [ a r:Fact; r:gives {(696 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(696 1000) math:remainder 696}] [ a r:Fact; r:gives {(696 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(696 100) math:remainder 96}] [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(96 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1696]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 696]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 696]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8434 a r:Inference; +skolem:lemma4110 a r:Inference; r:gives { - 1697 :numberToDigits (1 6 9 7). + 697 :numberToDigits (0 6 9 7). }; r:evidence ( - [ a r:Fact; r:gives {(1697 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1697 1000) math:remainder 697}] + [ a r:Fact; r:gives {(697 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(697 1000) math:remainder 697}] [ a r:Fact; r:gives {(697 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(697 100) math:remainder 97}] [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(97 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1697]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 697]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 697]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8435 a r:Inference; +skolem:lemma4111 a r:Inference; r:gives { - 1698 :numberToDigits (1 6 9 8). + 698 :numberToDigits (0 6 9 8). }; r:evidence ( - [ a r:Fact; r:gives {(1698 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1698 1000) math:remainder 698}] + [ a r:Fact; r:gives {(698 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(698 1000) math:remainder 698}] [ a r:Fact; r:gives {(698 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(698 100) math:remainder 98}] [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(98 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1698]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 698]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 698]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8436 a r:Inference; +skolem:lemma4112 a r:Inference; r:gives { - 1699 :numberToDigits (1 6 9 9). + 699 :numberToDigits (0 6 9 9). }; r:evidence ( - [ a r:Fact; r:gives {(1699 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1699 1000) math:remainder 699}] + [ a r:Fact; r:gives {(699 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(699 1000) math:remainder 699}] [ a r:Fact; r:gives {(699 100) math:integerQuotient 6}] [ a r:Fact; r:gives {(699 100) math:remainder 99}] [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(99 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 699]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 699]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8437 a r:Inference; +skolem:lemma4113 a r:Inference; r:gives { - (1 6 9 9) :digitsToNumber 1699 . + (0 6 9 9) :digitsToNumber 699 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(6 100) math:product 600}] [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(1000 600 90 9) math:sum 1699}] + [ a r:Fact; r:gives {(0 600 90 9) math:sum 699}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 699]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8438 a r:Inference; +skolem:lemma4114 a r:Inference; r:gives { - (9 9 6 1) :digitsToNumber 9961 . + (9 9 6 0) :digitsToNumber 9960 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(9 100) math:product 900}] [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 900 60 1) math:sum 9961}] + [ a r:Fact; r:gives {(9000 900 60 0) math:sum 9960}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -168453,1677 +81973,1677 @@ skolem:lemma8438 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8439 a r:Inference; +skolem:lemma4115 a r:Inference; r:gives { - 1700 :numberToDigits (1 7 0 0). + 700 :numberToDigits (0 7 0 0). }; r:evidence ( - [ a r:Fact; r:gives {(1700 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1700 1000) math:remainder 700}] + [ a r:Fact; r:gives {(700 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(700 1000) math:remainder 700}] [ a r:Fact; r:gives {(700 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(700 100) math:remainder 0}] [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(0 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 700]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 700]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8440 a r:Inference; +skolem:lemma4116 a r:Inference; r:gives { - 1701 :numberToDigits (1 7 0 1). + 701 :numberToDigits (0 7 0 1). }; r:evidence ( - [ a r:Fact; r:gives {(1701 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1701 1000) math:remainder 701}] + [ a r:Fact; r:gives {(701 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(701 1000) math:remainder 701}] [ a r:Fact; r:gives {(701 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(701 100) math:remainder 1}] [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(1 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1701]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 701]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 701]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8441 a r:Inference; +skolem:lemma4117 a r:Inference; r:gives { - 1702 :numberToDigits (1 7 0 2). + 702 :numberToDigits (0 7 0 2). }; r:evidence ( - [ a r:Fact; r:gives {(1702 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1702 1000) math:remainder 702}] + [ a r:Fact; r:gives {(702 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(702 1000) math:remainder 702}] [ a r:Fact; r:gives {(702 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(702 100) math:remainder 2}] [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(2 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1702]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 702]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 702]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8442 a r:Inference; +skolem:lemma4118 a r:Inference; r:gives { - 1703 :numberToDigits (1 7 0 3). + 703 :numberToDigits (0 7 0 3). }; r:evidence ( - [ a r:Fact; r:gives {(1703 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1703 1000) math:remainder 703}] + [ a r:Fact; r:gives {(703 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(703 1000) math:remainder 703}] [ a r:Fact; r:gives {(703 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(703 100) math:remainder 3}] [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(3 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1703]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 703]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 703]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8443 a r:Inference; +skolem:lemma4119 a r:Inference; r:gives { - 1704 :numberToDigits (1 7 0 4). + 704 :numberToDigits (0 7 0 4). }; r:evidence ( - [ a r:Fact; r:gives {(1704 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1704 1000) math:remainder 704}] + [ a r:Fact; r:gives {(704 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(704 1000) math:remainder 704}] [ a r:Fact; r:gives {(704 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(704 100) math:remainder 4}] [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(4 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1704]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 704]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 704]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8444 a r:Inference; +skolem:lemma4120 a r:Inference; r:gives { - 1705 :numberToDigits (1 7 0 5). + 705 :numberToDigits (0 7 0 5). }; r:evidence ( - [ a r:Fact; r:gives {(1705 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1705 1000) math:remainder 705}] + [ a r:Fact; r:gives {(705 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(705 1000) math:remainder 705}] [ a r:Fact; r:gives {(705 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(705 100) math:remainder 5}] [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(5 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1705]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 705]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 705]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8445 a r:Inference; +skolem:lemma4121 a r:Inference; r:gives { - 1706 :numberToDigits (1 7 0 6). + 706 :numberToDigits (0 7 0 6). }; r:evidence ( - [ a r:Fact; r:gives {(1706 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1706 1000) math:remainder 706}] + [ a r:Fact; r:gives {(706 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(706 1000) math:remainder 706}] [ a r:Fact; r:gives {(706 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(706 100) math:remainder 6}] [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(6 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1706]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 706]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 706]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8446 a r:Inference; +skolem:lemma4122 a r:Inference; r:gives { - 1707 :numberToDigits (1 7 0 7). + 707 :numberToDigits (0 7 0 7). }; r:evidence ( - [ a r:Fact; r:gives {(1707 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1707 1000) math:remainder 707}] + [ a r:Fact; r:gives {(707 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(707 1000) math:remainder 707}] [ a r:Fact; r:gives {(707 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(707 100) math:remainder 7}] [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(7 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1707]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 707]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 707]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8447 a r:Inference; +skolem:lemma4123 a r:Inference; r:gives { - 1708 :numberToDigits (1 7 0 8). + 708 :numberToDigits (0 7 0 8). }; r:evidence ( - [ a r:Fact; r:gives {(1708 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1708 1000) math:remainder 708}] + [ a r:Fact; r:gives {(708 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(708 1000) math:remainder 708}] [ a r:Fact; r:gives {(708 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(708 100) math:remainder 8}] [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(8 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1708]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 708]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 708]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8448 a r:Inference; +skolem:lemma4124 a r:Inference; r:gives { - 1709 :numberToDigits (1 7 0 9). + 709 :numberToDigits (0 7 0 9). }; r:evidence ( - [ a r:Fact; r:gives {(1709 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1709 1000) math:remainder 709}] + [ a r:Fact; r:gives {(709 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(709 1000) math:remainder 709}] [ a r:Fact; r:gives {(709 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(709 100) math:remainder 9}] [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(9 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1709]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 709]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 709]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8449 a r:Inference; +skolem:lemma4125 a r:Inference; r:gives { - 1710 :numberToDigits (1 7 1 0). + 710 :numberToDigits (0 7 1 0). }; r:evidence ( - [ a r:Fact; r:gives {(1710 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1710 1000) math:remainder 710}] + [ a r:Fact; r:gives {(710 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(710 1000) math:remainder 710}] [ a r:Fact; r:gives {(710 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(710 100) math:remainder 10}] [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(10 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 710]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 710]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8450 a r:Inference; +skolem:lemma4126 a r:Inference; r:gives { - 1711 :numberToDigits (1 7 1 1). + 711 :numberToDigits (0 7 1 1). }; r:evidence ( - [ a r:Fact; r:gives {(1711 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1711 1000) math:remainder 711}] + [ a r:Fact; r:gives {(711 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(711 1000) math:remainder 711}] [ a r:Fact; r:gives {(711 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(711 100) math:remainder 11}] [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(11 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 711]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 711]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8451 a r:Inference; +skolem:lemma4127 a r:Inference; r:gives { - 1712 :numberToDigits (1 7 1 2). + 712 :numberToDigits (0 7 1 2). }; r:evidence ( - [ a r:Fact; r:gives {(1712 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1712 1000) math:remainder 712}] + [ a r:Fact; r:gives {(712 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(712 1000) math:remainder 712}] [ a r:Fact; r:gives {(712 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(712 100) math:remainder 12}] [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(12 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1712]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 712]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 712]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8452 a r:Inference; +skolem:lemma4128 a r:Inference; r:gives { - 1713 :numberToDigits (1 7 1 3). + 713 :numberToDigits (0 7 1 3). }; r:evidence ( - [ a r:Fact; r:gives {(1713 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1713 1000) math:remainder 713}] + [ a r:Fact; r:gives {(713 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(713 1000) math:remainder 713}] [ a r:Fact; r:gives {(713 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(713 100) math:remainder 13}] [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(13 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1713]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 713]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 713]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8453 a r:Inference; +skolem:lemma4129 a r:Inference; r:gives { - 1714 :numberToDigits (1 7 1 4). + 714 :numberToDigits (0 7 1 4). }; r:evidence ( - [ a r:Fact; r:gives {(1714 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1714 1000) math:remainder 714}] + [ a r:Fact; r:gives {(714 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(714 1000) math:remainder 714}] [ a r:Fact; r:gives {(714 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(714 100) math:remainder 14}] [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(14 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1714]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 714]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 714]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8454 a r:Inference; +skolem:lemma4130 a r:Inference; r:gives { - 1715 :numberToDigits (1 7 1 5). + 715 :numberToDigits (0 7 1 5). }; r:evidence ( - [ a r:Fact; r:gives {(1715 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1715 1000) math:remainder 715}] + [ a r:Fact; r:gives {(715 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(715 1000) math:remainder 715}] [ a r:Fact; r:gives {(715 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(715 100) math:remainder 15}] [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(15 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1715]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 715]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 715]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8455 a r:Inference; +skolem:lemma4131 a r:Inference; r:gives { - 1716 :numberToDigits (1 7 1 6). + 716 :numberToDigits (0 7 1 6). }; r:evidence ( - [ a r:Fact; r:gives {(1716 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1716 1000) math:remainder 716}] + [ a r:Fact; r:gives {(716 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(716 1000) math:remainder 716}] [ a r:Fact; r:gives {(716 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(716 100) math:remainder 16}] [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(16 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1716]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 716]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 716]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8456 a r:Inference; +skolem:lemma4132 a r:Inference; r:gives { - 1717 :numberToDigits (1 7 1 7). + 717 :numberToDigits (0 7 1 7). }; r:evidence ( - [ a r:Fact; r:gives {(1717 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1717 1000) math:remainder 717}] + [ a r:Fact; r:gives {(717 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(717 1000) math:remainder 717}] [ a r:Fact; r:gives {(717 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(717 100) math:remainder 17}] [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(17 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1717]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 717]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 717]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8457 a r:Inference; +skolem:lemma4133 a r:Inference; r:gives { - 1718 :numberToDigits (1 7 1 8). + 718 :numberToDigits (0 7 1 8). }; r:evidence ( - [ a r:Fact; r:gives {(1718 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1718 1000) math:remainder 718}] + [ a r:Fact; r:gives {(718 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(718 1000) math:remainder 718}] [ a r:Fact; r:gives {(718 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(718 100) math:remainder 18}] [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(18 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1718]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 718]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 718]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8458 a r:Inference; +skolem:lemma4134 a r:Inference; r:gives { - 1719 :numberToDigits (1 7 1 9). + 719 :numberToDigits (0 7 1 9). }; r:evidence ( - [ a r:Fact; r:gives {(1719 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1719 1000) math:remainder 719}] + [ a r:Fact; r:gives {(719 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(719 1000) math:remainder 719}] [ a r:Fact; r:gives {(719 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(719 100) math:remainder 19}] [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(19 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1719]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 719]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 719]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8459 a r:Inference; +skolem:lemma4135 a r:Inference; r:gives { - 1720 :numberToDigits (1 7 2 0). + 720 :numberToDigits (0 7 2 0). }; r:evidence ( - [ a r:Fact; r:gives {(1720 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1720 1000) math:remainder 720}] + [ a r:Fact; r:gives {(720 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(720 1000) math:remainder 720}] [ a r:Fact; r:gives {(720 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(720 100) math:remainder 20}] [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(20 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 720]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 720]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8460 a r:Inference; +skolem:lemma4136 a r:Inference; r:gives { - 1721 :numberToDigits (1 7 2 1). + 721 :numberToDigits (0 7 2 1). }; r:evidence ( - [ a r:Fact; r:gives {(1721 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1721 1000) math:remainder 721}] + [ a r:Fact; r:gives {(721 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(721 1000) math:remainder 721}] [ a r:Fact; r:gives {(721 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(721 100) math:remainder 21}] [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(21 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1721]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 721]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 721]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8461 a r:Inference; +skolem:lemma4137 a r:Inference; r:gives { - 1722 :numberToDigits (1 7 2 2). + 722 :numberToDigits (0 7 2 2). }; r:evidence ( - [ a r:Fact; r:gives {(1722 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1722 1000) math:remainder 722}] + [ a r:Fact; r:gives {(722 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(722 1000) math:remainder 722}] [ a r:Fact; r:gives {(722 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(722 100) math:remainder 22}] [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(22 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1722]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 722]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 722]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8462 a r:Inference; +skolem:lemma4138 a r:Inference; r:gives { - 1723 :numberToDigits (1 7 2 3). + 723 :numberToDigits (0 7 2 3). }; r:evidence ( - [ a r:Fact; r:gives {(1723 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1723 1000) math:remainder 723}] + [ a r:Fact; r:gives {(723 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(723 1000) math:remainder 723}] [ a r:Fact; r:gives {(723 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(723 100) math:remainder 23}] [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(23 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1723]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 723]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 723]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8463 a r:Inference; +skolem:lemma4139 a r:Inference; r:gives { - 1724 :numberToDigits (1 7 2 4). + 724 :numberToDigits (0 7 2 4). }; r:evidence ( - [ a r:Fact; r:gives {(1724 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1724 1000) math:remainder 724}] + [ a r:Fact; r:gives {(724 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(724 1000) math:remainder 724}] [ a r:Fact; r:gives {(724 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(724 100) math:remainder 24}] [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(24 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1724]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 724]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 724]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8464 a r:Inference; +skolem:lemma4140 a r:Inference; r:gives { - 1725 :numberToDigits (1 7 2 5). + 725 :numberToDigits (0 7 2 5). }; r:evidence ( - [ a r:Fact; r:gives {(1725 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1725 1000) math:remainder 725}] + [ a r:Fact; r:gives {(725 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(725 1000) math:remainder 725}] [ a r:Fact; r:gives {(725 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(725 100) math:remainder 25}] [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(25 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1725]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 725]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 725]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8465 a r:Inference; +skolem:lemma4141 a r:Inference; r:gives { - 1726 :numberToDigits (1 7 2 6). + 726 :numberToDigits (0 7 2 6). }; r:evidence ( - [ a r:Fact; r:gives {(1726 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1726 1000) math:remainder 726}] + [ a r:Fact; r:gives {(726 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(726 1000) math:remainder 726}] [ a r:Fact; r:gives {(726 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(726 100) math:remainder 26}] [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(26 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1726]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 726]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 726]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8466 a r:Inference; +skolem:lemma4142 a r:Inference; r:gives { - 1727 :numberToDigits (1 7 2 7). + 727 :numberToDigits (0 7 2 7). }; r:evidence ( - [ a r:Fact; r:gives {(1727 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1727 1000) math:remainder 727}] + [ a r:Fact; r:gives {(727 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(727 1000) math:remainder 727}] [ a r:Fact; r:gives {(727 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(727 100) math:remainder 27}] [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(27 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1727]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 727]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 727]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8467 a r:Inference; +skolem:lemma4143 a r:Inference; r:gives { - 1728 :numberToDigits (1 7 2 8). + 728 :numberToDigits (0 7 2 8). }; r:evidence ( - [ a r:Fact; r:gives {(1728 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1728 1000) math:remainder 728}] + [ a r:Fact; r:gives {(728 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(728 1000) math:remainder 728}] [ a r:Fact; r:gives {(728 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(728 100) math:remainder 28}] [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(28 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1728]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 728]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8468 a r:Inference; +skolem:lemma4144 a r:Inference; r:gives { - 1729 :numberToDigits (1 7 2 9). + 729 :numberToDigits (0 7 2 9). }; r:evidence ( - [ a r:Fact; r:gives {(1729 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1729 1000) math:remainder 729}] + [ a r:Fact; r:gives {(729 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(729 1000) math:remainder 729}] [ a r:Fact; r:gives {(729 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(729 100) math:remainder 29}] [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(29 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1729]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 729]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 729]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8469 a r:Inference; +skolem:lemma4145 a r:Inference; r:gives { - 1730 :numberToDigits (1 7 3 0). + 730 :numberToDigits (0 7 3 0). }; r:evidence ( - [ a r:Fact; r:gives {(1730 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1730 1000) math:remainder 730}] + [ a r:Fact; r:gives {(730 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(730 1000) math:remainder 730}] [ a r:Fact; r:gives {(730 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(730 100) math:remainder 30}] [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(30 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 730]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 730]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8470 a r:Inference; +skolem:lemma4146 a r:Inference; r:gives { - 1731 :numberToDigits (1 7 3 1). + 731 :numberToDigits (0 7 3 1). }; r:evidence ( - [ a r:Fact; r:gives {(1731 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1731 1000) math:remainder 731}] + [ a r:Fact; r:gives {(731 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(731 1000) math:remainder 731}] [ a r:Fact; r:gives {(731 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(731 100) math:remainder 31}] [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(31 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1731]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 731]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 731]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8471 a r:Inference; +skolem:lemma4147 a r:Inference; r:gives { - 1732 :numberToDigits (1 7 3 2). + 732 :numberToDigits (0 7 3 2). }; r:evidence ( - [ a r:Fact; r:gives {(1732 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1732 1000) math:remainder 732}] + [ a r:Fact; r:gives {(732 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(732 1000) math:remainder 732}] [ a r:Fact; r:gives {(732 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(732 100) math:remainder 32}] [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(32 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1732]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 732]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 732]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8472 a r:Inference; +skolem:lemma4148 a r:Inference; r:gives { - 1733 :numberToDigits (1 7 3 3). + 733 :numberToDigits (0 7 3 3). }; r:evidence ( - [ a r:Fact; r:gives {(1733 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1733 1000) math:remainder 733}] + [ a r:Fact; r:gives {(733 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(733 1000) math:remainder 733}] [ a r:Fact; r:gives {(733 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(733 100) math:remainder 33}] [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(33 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1733]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 733]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 733]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8473 a r:Inference; +skolem:lemma4149 a r:Inference; r:gives { - 1734 :numberToDigits (1 7 3 4). + 734 :numberToDigits (0 7 3 4). }; r:evidence ( - [ a r:Fact; r:gives {(1734 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1734 1000) math:remainder 734}] + [ a r:Fact; r:gives {(734 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(734 1000) math:remainder 734}] [ a r:Fact; r:gives {(734 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(734 100) math:remainder 34}] [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(34 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1734]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 734]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 734]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8474 a r:Inference; +skolem:lemma4150 a r:Inference; r:gives { - 1735 :numberToDigits (1 7 3 5). + 735 :numberToDigits (0 7 3 5). }; r:evidence ( - [ a r:Fact; r:gives {(1735 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1735 1000) math:remainder 735}] + [ a r:Fact; r:gives {(735 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(735 1000) math:remainder 735}] [ a r:Fact; r:gives {(735 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(735 100) math:remainder 35}] [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(35 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1735]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 735]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 735]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8475 a r:Inference; +skolem:lemma4151 a r:Inference; r:gives { - 1736 :numberToDigits (1 7 3 6). + 736 :numberToDigits (0 7 3 6). }; r:evidence ( - [ a r:Fact; r:gives {(1736 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1736 1000) math:remainder 736}] + [ a r:Fact; r:gives {(736 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(736 1000) math:remainder 736}] [ a r:Fact; r:gives {(736 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(736 100) math:remainder 36}] [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(36 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1736]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 736]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 736]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8476 a r:Inference; +skolem:lemma4152 a r:Inference; r:gives { - 1737 :numberToDigits (1 7 3 7). + 737 :numberToDigits (0 7 3 7). }; r:evidence ( - [ a r:Fact; r:gives {(1737 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1737 1000) math:remainder 737}] + [ a r:Fact; r:gives {(737 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(737 1000) math:remainder 737}] [ a r:Fact; r:gives {(737 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(737 100) math:remainder 37}] [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(37 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1737]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 737]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 737]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8477 a r:Inference; +skolem:lemma4153 a r:Inference; r:gives { - 1738 :numberToDigits (1 7 3 8). + 738 :numberToDigits (0 7 3 8). }; r:evidence ( - [ a r:Fact; r:gives {(1738 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1738 1000) math:remainder 738}] + [ a r:Fact; r:gives {(738 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(738 1000) math:remainder 738}] [ a r:Fact; r:gives {(738 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(738 100) math:remainder 38}] [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(38 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1738]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 738]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 738]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8478 a r:Inference; +skolem:lemma4154 a r:Inference; r:gives { - 1739 :numberToDigits (1 7 3 9). + 739 :numberToDigits (0 7 3 9). }; r:evidence ( - [ a r:Fact; r:gives {(1739 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1739 1000) math:remainder 739}] + [ a r:Fact; r:gives {(739 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(739 1000) math:remainder 739}] [ a r:Fact; r:gives {(739 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(739 100) math:remainder 39}] [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(39 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1739]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 739]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 739]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8479 a r:Inference; +skolem:lemma4155 a r:Inference; r:gives { - 1740 :numberToDigits (1 7 4 0). + 740 :numberToDigits (0 7 4 0). }; r:evidence ( - [ a r:Fact; r:gives {(1740 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1740 1000) math:remainder 740}] + [ a r:Fact; r:gives {(740 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(740 1000) math:remainder 740}] [ a r:Fact; r:gives {(740 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(740 100) math:remainder 40}] [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(40 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 740]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 740]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8480 a r:Inference; +skolem:lemma4156 a r:Inference; r:gives { - 1741 :numberToDigits (1 7 4 1). + 741 :numberToDigits (0 7 4 1). }; r:evidence ( - [ a r:Fact; r:gives {(1741 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1741 1000) math:remainder 741}] + [ a r:Fact; r:gives {(741 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(741 1000) math:remainder 741}] [ a r:Fact; r:gives {(741 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(741 100) math:remainder 41}] [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(41 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1741]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 741]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 741]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8481 a r:Inference; +skolem:lemma4157 a r:Inference; r:gives { - 1742 :numberToDigits (1 7 4 2). + 742 :numberToDigits (0 7 4 2). }; r:evidence ( - [ a r:Fact; r:gives {(1742 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1742 1000) math:remainder 742}] + [ a r:Fact; r:gives {(742 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(742 1000) math:remainder 742}] [ a r:Fact; r:gives {(742 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(742 100) math:remainder 42}] [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(42 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1742]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 742]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 742]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8482 a r:Inference; +skolem:lemma4158 a r:Inference; r:gives { - 1743 :numberToDigits (1 7 4 3). + 743 :numberToDigits (0 7 4 3). }; r:evidence ( - [ a r:Fact; r:gives {(1743 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1743 1000) math:remainder 743}] + [ a r:Fact; r:gives {(743 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(743 1000) math:remainder 743}] [ a r:Fact; r:gives {(743 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(743 100) math:remainder 43}] [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(43 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1743]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 743]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 743]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8483 a r:Inference; +skolem:lemma4159 a r:Inference; r:gives { - 1744 :numberToDigits (1 7 4 4). + 744 :numberToDigits (0 7 4 4). }; r:evidence ( - [ a r:Fact; r:gives {(1744 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1744 1000) math:remainder 744}] + [ a r:Fact; r:gives {(744 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(744 1000) math:remainder 744}] [ a r:Fact; r:gives {(744 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(744 100) math:remainder 44}] [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(44 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1744]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 744]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 744]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8484 a r:Inference; +skolem:lemma4160 a r:Inference; r:gives { - 1745 :numberToDigits (1 7 4 5). + 745 :numberToDigits (0 7 4 5). }; r:evidence ( - [ a r:Fact; r:gives {(1745 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1745 1000) math:remainder 745}] + [ a r:Fact; r:gives {(745 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(745 1000) math:remainder 745}] [ a r:Fact; r:gives {(745 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(745 100) math:remainder 45}] [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(45 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1745]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 745]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 745]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8485 a r:Inference; +skolem:lemma4161 a r:Inference; r:gives { - 1746 :numberToDigits (1 7 4 6). + 746 :numberToDigits (0 7 4 6). }; r:evidence ( - [ a r:Fact; r:gives {(1746 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1746 1000) math:remainder 746}] + [ a r:Fact; r:gives {(746 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(746 1000) math:remainder 746}] [ a r:Fact; r:gives {(746 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(746 100) math:remainder 46}] [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(46 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1746]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 746]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 746]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8486 a r:Inference; +skolem:lemma4162 a r:Inference; r:gives { - 1747 :numberToDigits (1 7 4 7). + 747 :numberToDigits (0 7 4 7). }; r:evidence ( - [ a r:Fact; r:gives {(1747 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1747 1000) math:remainder 747}] + [ a r:Fact; r:gives {(747 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(747 1000) math:remainder 747}] [ a r:Fact; r:gives {(747 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(747 100) math:remainder 47}] [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(47 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1747]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 747]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 747]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8487 a r:Inference; +skolem:lemma4163 a r:Inference; r:gives { - 1748 :numberToDigits (1 7 4 8). + 748 :numberToDigits (0 7 4 8). }; r:evidence ( - [ a r:Fact; r:gives {(1748 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1748 1000) math:remainder 748}] + [ a r:Fact; r:gives {(748 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(748 1000) math:remainder 748}] [ a r:Fact; r:gives {(748 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(748 100) math:remainder 48}] [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(48 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1748]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 748]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 748]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8488 a r:Inference; +skolem:lemma4164 a r:Inference; r:gives { - 1749 :numberToDigits (1 7 4 9). + 749 :numberToDigits (0 7 4 9). }; r:evidence ( - [ a r:Fact; r:gives {(1749 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1749 1000) math:remainder 749}] + [ a r:Fact; r:gives {(749 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(749 1000) math:remainder 749}] [ a r:Fact; r:gives {(749 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(749 100) math:remainder 49}] [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(49 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1749]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 749]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 749]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8489 a r:Inference; +skolem:lemma4165 a r:Inference; r:gives { - 1750 :numberToDigits (1 7 5 0). + 750 :numberToDigits (0 7 5 0). }; r:evidence ( - [ a r:Fact; r:gives {(1750 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1750 1000) math:remainder 750}] + [ a r:Fact; r:gives {(750 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(750 1000) math:remainder 750}] [ a r:Fact; r:gives {(750 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(750 100) math:remainder 50}] [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(50 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 750]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 750]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8490 a r:Inference; +skolem:lemma4166 a r:Inference; r:gives { - 1751 :numberToDigits (1 7 5 1). + 751 :numberToDigits (0 7 5 1). }; r:evidence ( - [ a r:Fact; r:gives {(1751 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1751 1000) math:remainder 751}] + [ a r:Fact; r:gives {(751 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(751 1000) math:remainder 751}] [ a r:Fact; r:gives {(751 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(751 100) math:remainder 51}] [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(51 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1751]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 751]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 751]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8491 a r:Inference; +skolem:lemma4167 a r:Inference; r:gives { - 1752 :numberToDigits (1 7 5 2). + 752 :numberToDigits (0 7 5 2). }; r:evidence ( - [ a r:Fact; r:gives {(1752 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1752 1000) math:remainder 752}] + [ a r:Fact; r:gives {(752 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(752 1000) math:remainder 752}] [ a r:Fact; r:gives {(752 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(752 100) math:remainder 52}] [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(52 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1752]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 752]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 752]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8492 a r:Inference; +skolem:lemma4168 a r:Inference; r:gives { - 1753 :numberToDigits (1 7 5 3). + 753 :numberToDigits (0 7 5 3). }; r:evidence ( - [ a r:Fact; r:gives {(1753 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1753 1000) math:remainder 753}] + [ a r:Fact; r:gives {(753 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(753 1000) math:remainder 753}] [ a r:Fact; r:gives {(753 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(753 100) math:remainder 53}] [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(53 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1753]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 753]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 753]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8493 a r:Inference; +skolem:lemma4169 a r:Inference; r:gives { - 1754 :numberToDigits (1 7 5 4). + 754 :numberToDigits (0 7 5 4). }; r:evidence ( - [ a r:Fact; r:gives {(1754 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1754 1000) math:remainder 754}] + [ a r:Fact; r:gives {(754 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(754 1000) math:remainder 754}] [ a r:Fact; r:gives {(754 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(754 100) math:remainder 54}] [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(54 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1754]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 754]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 754]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8494 a r:Inference; +skolem:lemma4170 a r:Inference; r:gives { - 1755 :numberToDigits (1 7 5 5). + 755 :numberToDigits (0 7 5 5). }; r:evidence ( - [ a r:Fact; r:gives {(1755 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1755 1000) math:remainder 755}] + [ a r:Fact; r:gives {(755 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(755 1000) math:remainder 755}] [ a r:Fact; r:gives {(755 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(755 100) math:remainder 55}] [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(55 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1755]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 755]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 755]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8495 a r:Inference; +skolem:lemma4171 a r:Inference; r:gives { - 1756 :numberToDigits (1 7 5 6). + 756 :numberToDigits (0 7 5 6). }; r:evidence ( - [ a r:Fact; r:gives {(1756 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1756 1000) math:remainder 756}] + [ a r:Fact; r:gives {(756 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(756 1000) math:remainder 756}] [ a r:Fact; r:gives {(756 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(756 100) math:remainder 56}] [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(56 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1756]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 756]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 756]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8496 a r:Inference; +skolem:lemma4172 a r:Inference; r:gives { - 1757 :numberToDigits (1 7 5 7). + 757 :numberToDigits (0 7 5 7). }; r:evidence ( - [ a r:Fact; r:gives {(1757 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1757 1000) math:remainder 757}] + [ a r:Fact; r:gives {(757 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(757 1000) math:remainder 757}] [ a r:Fact; r:gives {(757 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(757 100) math:remainder 57}] [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(57 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1757]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 757]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 757]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8497 a r:Inference; +skolem:lemma4173 a r:Inference; r:gives { - 1758 :numberToDigits (1 7 5 8). + 758 :numberToDigits (0 7 5 8). }; r:evidence ( - [ a r:Fact; r:gives {(1758 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1758 1000) math:remainder 758}] + [ a r:Fact; r:gives {(758 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(758 1000) math:remainder 758}] [ a r:Fact; r:gives {(758 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(758 100) math:remainder 58}] [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(58 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1758]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 758]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 758]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8498 a r:Inference; +skolem:lemma4174 a r:Inference; r:gives { - 1759 :numberToDigits (1 7 5 9). + 759 :numberToDigits (0 7 5 9). }; r:evidence ( - [ a r:Fact; r:gives {(1759 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1759 1000) math:remainder 759}] + [ a r:Fact; r:gives {(759 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(759 1000) math:remainder 759}] [ a r:Fact; r:gives {(759 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(759 100) math:remainder 59}] [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(59 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1759]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 759]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 759]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8499 a r:Inference; +skolem:lemma4175 a r:Inference; r:gives { - 1760 :numberToDigits (1 7 6 0). + 760 :numberToDigits (0 7 6 0). }; r:evidence ( - [ a r:Fact; r:gives {(1760 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1760 1000) math:remainder 760}] + [ a r:Fact; r:gives {(760 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(760 1000) math:remainder 760}] [ a r:Fact; r:gives {(760 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(760 100) math:remainder 60}] [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(60 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 760]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 760]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8500 a r:Inference; +skolem:lemma4176 a r:Inference; r:gives { - 1761 :numberToDigits (1 7 6 1). + 761 :numberToDigits (0 7 6 1). }; r:evidence ( - [ a r:Fact; r:gives {(1761 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1761 1000) math:remainder 761}] + [ a r:Fact; r:gives {(761 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(761 1000) math:remainder 761}] [ a r:Fact; r:gives {(761 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(761 100) math:remainder 61}] [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(61 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1761]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 761]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 761]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8501 a r:Inference; +skolem:lemma4177 a r:Inference; r:gives { - 1762 :numberToDigits (1 7 6 2). + 762 :numberToDigits (0 7 6 2). }; r:evidence ( - [ a r:Fact; r:gives {(1762 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1762 1000) math:remainder 762}] + [ a r:Fact; r:gives {(762 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(762 1000) math:remainder 762}] [ a r:Fact; r:gives {(762 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(762 100) math:remainder 62}] [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(62 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1762]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 762]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 762]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8502 a r:Inference; +skolem:lemma4178 a r:Inference; r:gives { - 1763 :numberToDigits (1 7 6 3). + 763 :numberToDigits (0 7 6 3). }; r:evidence ( - [ a r:Fact; r:gives {(1763 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1763 1000) math:remainder 763}] + [ a r:Fact; r:gives {(763 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(763 1000) math:remainder 763}] [ a r:Fact; r:gives {(763 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(763 100) math:remainder 63}] [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(63 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1763]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 763]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 763]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8503 a r:Inference; +skolem:lemma4179 a r:Inference; r:gives { - 1764 :numberToDigits (1 7 6 4). + 764 :numberToDigits (0 7 6 4). }; r:evidence ( - [ a r:Fact; r:gives {(1764 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1764 1000) math:remainder 764}] + [ a r:Fact; r:gives {(764 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(764 1000) math:remainder 764}] [ a r:Fact; r:gives {(764 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(764 100) math:remainder 64}] [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(64 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1764]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 764]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 764]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8504 a r:Inference; +skolem:lemma4180 a r:Inference; r:gives { - 1765 :numberToDigits (1 7 6 5). + 765 :numberToDigits (0 7 6 5). }; r:evidence ( - [ a r:Fact; r:gives {(1765 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1765 1000) math:remainder 765}] + [ a r:Fact; r:gives {(765 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(765 1000) math:remainder 765}] [ a r:Fact; r:gives {(765 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(765 100) math:remainder 65}] [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(65 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1765]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 765]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 765]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8505 a r:Inference; +skolem:lemma4181 a r:Inference; r:gives { - 1766 :numberToDigits (1 7 6 6). + 766 :numberToDigits (0 7 6 6). }; r:evidence ( - [ a r:Fact; r:gives {(1766 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1766 1000) math:remainder 766}] + [ a r:Fact; r:gives {(766 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(766 1000) math:remainder 766}] [ a r:Fact; r:gives {(766 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(766 100) math:remainder 66}] [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(66 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1766]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 766]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 766]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8506 a r:Inference; +skolem:lemma4182 a r:Inference; r:gives { - 1767 :numberToDigits (1 7 6 7). + 767 :numberToDigits (0 7 6 7). }; r:evidence ( - [ a r:Fact; r:gives {(1767 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1767 1000) math:remainder 767}] + [ a r:Fact; r:gives {(767 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(767 1000) math:remainder 767}] [ a r:Fact; r:gives {(767 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(767 100) math:remainder 67}] [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(67 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1767]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 767]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 767]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8507 a r:Inference; +skolem:lemma4183 a r:Inference; r:gives { - 1768 :numberToDigits (1 7 6 8). + 768 :numberToDigits (0 7 6 8). }; r:evidence ( - [ a r:Fact; r:gives {(1768 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1768 1000) math:remainder 768}] + [ a r:Fact; r:gives {(768 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(768 1000) math:remainder 768}] [ a r:Fact; r:gives {(768 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(768 100) math:remainder 68}] [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(68 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1768]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 768]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 768]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8508 a r:Inference; +skolem:lemma4184 a r:Inference; r:gives { - 1769 :numberToDigits (1 7 6 9). + 769 :numberToDigits (0 7 6 9). }; r:evidence ( - [ a r:Fact; r:gives {(1769 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1769 1000) math:remainder 769}] + [ a r:Fact; r:gives {(769 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(769 1000) math:remainder 769}] [ a r:Fact; r:gives {(769 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(769 100) math:remainder 69}] [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(69 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1769]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 769]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 769]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8509 a r:Inference; +skolem:lemma4185 a r:Inference; r:gives { - 1770 :numberToDigits (1 7 7 0). + 770 :numberToDigits (0 7 7 0). }; r:evidence ( - [ a r:Fact; r:gives {(1770 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1770 1000) math:remainder 770}] + [ a r:Fact; r:gives {(770 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(770 1000) math:remainder 770}] [ a r:Fact; r:gives {(770 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(770 100) math:remainder 70}] [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(70 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 770]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 770]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8510 a r:Inference; +skolem:lemma4186 a r:Inference; r:gives { - 1771 :numberToDigits (1 7 7 1). + 771 :numberToDigits (0 7 7 1). }; r:evidence ( - [ a r:Fact; r:gives {(1771 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1771 1000) math:remainder 771}] + [ a r:Fact; r:gives {(771 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(771 1000) math:remainder 771}] [ a r:Fact; r:gives {(771 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(771 100) math:remainder 71}] [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(71 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1771]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 771]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 771]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8511 a r:Inference; +skolem:lemma4187 a r:Inference; r:gives { - 1772 :numberToDigits (1 7 7 2). + 772 :numberToDigits (0 7 7 2). }; r:evidence ( - [ a r:Fact; r:gives {(1772 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1772 1000) math:remainder 772}] + [ a r:Fact; r:gives {(772 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(772 1000) math:remainder 772}] [ a r:Fact; r:gives {(772 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(772 100) math:remainder 72}] [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(72 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1772]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 772]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 772]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8512 a r:Inference; +skolem:lemma4188 a r:Inference; r:gives { - 1773 :numberToDigits (1 7 7 3). + 773 :numberToDigits (0 7 7 3). }; r:evidence ( - [ a r:Fact; r:gives {(1773 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1773 1000) math:remainder 773}] + [ a r:Fact; r:gives {(773 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(773 1000) math:remainder 773}] [ a r:Fact; r:gives {(773 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(773 100) math:remainder 73}] [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(73 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1773]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 773]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 773]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8513 a r:Inference; +skolem:lemma4189 a r:Inference; r:gives { - 1774 :numberToDigits (1 7 7 4). + 774 :numberToDigits (0 7 7 4). }; r:evidence ( - [ a r:Fact; r:gives {(1774 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1774 1000) math:remainder 774}] + [ a r:Fact; r:gives {(774 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(774 1000) math:remainder 774}] [ a r:Fact; r:gives {(774 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(774 100) math:remainder 74}] [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(74 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1774]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 774]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 774]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8514 a r:Inference; +skolem:lemma4190 a r:Inference; r:gives { - 1775 :numberToDigits (1 7 7 5). + 775 :numberToDigits (0 7 7 5). }; r:evidence ( - [ a r:Fact; r:gives {(1775 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1775 1000) math:remainder 775}] + [ a r:Fact; r:gives {(775 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(775 1000) math:remainder 775}] [ a r:Fact; r:gives {(775 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(775 100) math:remainder 75}] [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(75 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1775]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 775]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 775]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8515 a r:Inference; +skolem:lemma4191 a r:Inference; r:gives { - 1776 :numberToDigits (1 7 7 6). + 776 :numberToDigits (0 7 7 6). }; r:evidence ( - [ a r:Fact; r:gives {(1776 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1776 1000) math:remainder 776}] + [ a r:Fact; r:gives {(776 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(776 1000) math:remainder 776}] [ a r:Fact; r:gives {(776 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(776 100) math:remainder 76}] [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(76 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1776]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 776]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 776]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8516 a r:Inference; +skolem:lemma4192 a r:Inference; r:gives { - 1777 :numberToDigits (1 7 7 7). + 777 :numberToDigits (0 7 7 7). }; r:evidence ( - [ a r:Fact; r:gives {(1777 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1777 1000) math:remainder 777}] + [ a r:Fact; r:gives {(777 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(777 1000) math:remainder 777}] [ a r:Fact; r:gives {(777 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(777 100) math:remainder 77}] [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(77 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1777]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 777]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 777]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8517 a r:Inference; +skolem:lemma4193 a r:Inference; r:gives { - (1 7 7 7) :digitsToNumber 1777 . + (0 7 7 7) :digitsToNumber 777 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 700 70 7) math:sum 1777}] + [ a r:Fact; r:gives {(0 700 70 7) math:sum 777}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1777]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 777]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8518 a r:Inference; +skolem:lemma4194 a r:Inference; r:gives { - (7 7 7 1) :digitsToNumber 7771 . + (7 7 7 0) :digitsToNumber 7770 . }; r:evidence ( [ a r:Fact; r:gives {(7 1000) math:product 7000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(7000 700 70 1) math:sum 7771}] + [ a r:Fact; r:gives {(7000 700 70 0) math:sum 7770}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; @@ -170131,60 +83651,60 @@ skolem:lemma8518 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8519 a r:Inference; +skolem:lemma4195 a r:Inference; r:gives { - 1778 :numberToDigits (1 7 7 8). + 778 :numberToDigits (0 7 7 8). }; r:evidence ( - [ a r:Fact; r:gives {(1778 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1778 1000) math:remainder 778}] + [ a r:Fact; r:gives {(778 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(778 1000) math:remainder 778}] [ a r:Fact; r:gives {(778 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(778 100) math:remainder 78}] [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(78 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 778]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 778]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8520 a r:Inference; +skolem:lemma4196 a r:Inference; r:gives { - (1 7 7 8) :digitsToNumber 1778 . + (0 7 7 8) :digitsToNumber 778 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 700 70 8) math:sum 1778}] + [ a r:Fact; r:gives {(0 700 70 8) math:sum 778}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 778]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8521 a r:Inference; +skolem:lemma4197 a r:Inference; r:gives { - (8 7 7 1) :digitsToNumber 8771 . + (8 7 7 0) :digitsToNumber 8770 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(8000 700 70 1) math:sum 8771}] + [ a r:Fact; r:gives {(8000 700 70 0) math:sum 8770}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -170192,60 +83712,60 @@ skolem:lemma8521 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8522 a r:Inference; +skolem:lemma4198 a r:Inference; r:gives { - 1779 :numberToDigits (1 7 7 9). + 779 :numberToDigits (0 7 7 9). }; r:evidence ( - [ a r:Fact; r:gives {(1779 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1779 1000) math:remainder 779}] + [ a r:Fact; r:gives {(779 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(779 1000) math:remainder 779}] [ a r:Fact; r:gives {(779 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(779 100) math:remainder 79}] [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(79 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 779]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 779]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8523 a r:Inference; +skolem:lemma4199 a r:Inference; r:gives { - (1 7 7 9) :digitsToNumber 1779 . + (0 7 7 9) :digitsToNumber 779 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 700 70 9) math:sum 1779}] + [ a r:Fact; r:gives {(0 700 70 9) math:sum 779}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 779]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8524 a r:Inference; +skolem:lemma4200 a r:Inference; r:gives { - (9 7 7 1) :digitsToNumber 9771 . + (9 7 7 0) :digitsToNumber 9770 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(9000 700 70 1) math:sum 9771}] + [ a r:Fact; r:gives {(9000 700 70 0) math:sum 9770}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -170253,228 +83773,228 @@ skolem:lemma8524 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8525 a r:Inference; +skolem:lemma4201 a r:Inference; r:gives { - 1780 :numberToDigits (1 7 8 0). + 780 :numberToDigits (0 7 8 0). }; r:evidence ( - [ a r:Fact; r:gives {(1780 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1780 1000) math:remainder 780}] + [ a r:Fact; r:gives {(780 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(780 1000) math:remainder 780}] [ a r:Fact; r:gives {(780 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(780 100) math:remainder 80}] [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(80 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1780]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 780]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 780]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8526 a r:Inference; +skolem:lemma4202 a r:Inference; r:gives { - 1781 :numberToDigits (1 7 8 1). + 781 :numberToDigits (0 7 8 1). }; r:evidence ( - [ a r:Fact; r:gives {(1781 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1781 1000) math:remainder 781}] + [ a r:Fact; r:gives {(781 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(781 1000) math:remainder 781}] [ a r:Fact; r:gives {(781 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(781 100) math:remainder 81}] [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(81 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1781]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 781]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 781]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8527 a r:Inference; +skolem:lemma4203 a r:Inference; r:gives { - 1782 :numberToDigits (1 7 8 2). + 782 :numberToDigits (0 7 8 2). }; r:evidence ( - [ a r:Fact; r:gives {(1782 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1782 1000) math:remainder 782}] + [ a r:Fact; r:gives {(782 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(782 1000) math:remainder 782}] [ a r:Fact; r:gives {(782 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(782 100) math:remainder 82}] [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(82 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1782]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 782]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 782]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8528 a r:Inference; +skolem:lemma4204 a r:Inference; r:gives { - 1783 :numberToDigits (1 7 8 3). + 783 :numberToDigits (0 7 8 3). }; r:evidence ( - [ a r:Fact; r:gives {(1783 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1783 1000) math:remainder 783}] + [ a r:Fact; r:gives {(783 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(783 1000) math:remainder 783}] [ a r:Fact; r:gives {(783 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(783 100) math:remainder 83}] [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(83 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1783]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 783]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 783]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8529 a r:Inference; +skolem:lemma4205 a r:Inference; r:gives { - 1784 :numberToDigits (1 7 8 4). + 784 :numberToDigits (0 7 8 4). }; r:evidence ( - [ a r:Fact; r:gives {(1784 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1784 1000) math:remainder 784}] + [ a r:Fact; r:gives {(784 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(784 1000) math:remainder 784}] [ a r:Fact; r:gives {(784 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(784 100) math:remainder 84}] [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(84 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1784]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 784]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 784]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8530 a r:Inference; +skolem:lemma4206 a r:Inference; r:gives { - 1785 :numberToDigits (1 7 8 5). + 785 :numberToDigits (0 7 8 5). }; r:evidence ( - [ a r:Fact; r:gives {(1785 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1785 1000) math:remainder 785}] + [ a r:Fact; r:gives {(785 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(785 1000) math:remainder 785}] [ a r:Fact; r:gives {(785 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(785 100) math:remainder 85}] [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(85 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1785]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 785]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 785]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8531 a r:Inference; +skolem:lemma4207 a r:Inference; r:gives { - 1786 :numberToDigits (1 7 8 6). + 786 :numberToDigits (0 7 8 6). }; r:evidence ( - [ a r:Fact; r:gives {(1786 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1786 1000) math:remainder 786}] + [ a r:Fact; r:gives {(786 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(786 1000) math:remainder 786}] [ a r:Fact; r:gives {(786 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(786 100) math:remainder 86}] [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(86 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1786]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 786]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 786]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8532 a r:Inference; +skolem:lemma4208 a r:Inference; r:gives { - 1787 :numberToDigits (1 7 8 7). + 787 :numberToDigits (0 7 8 7). }; r:evidence ( - [ a r:Fact; r:gives {(1787 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1787 1000) math:remainder 787}] + [ a r:Fact; r:gives {(787 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(787 1000) math:remainder 787}] [ a r:Fact; r:gives {(787 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(787 100) math:remainder 87}] [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(87 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1787]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 787]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 787]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8533 a r:Inference; +skolem:lemma4209 a r:Inference; r:gives { - 1788 :numberToDigits (1 7 8 8). + 788 :numberToDigits (0 7 8 8). }; r:evidence ( - [ a r:Fact; r:gives {(1788 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1788 1000) math:remainder 788}] + [ a r:Fact; r:gives {(788 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(788 1000) math:remainder 788}] [ a r:Fact; r:gives {(788 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(788 100) math:remainder 88}] [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(88 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 788]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 788]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8534 a r:Inference; +skolem:lemma4210 a r:Inference; r:gives { - (1 7 8 8) :digitsToNumber 1788 . + (0 7 8 8) :digitsToNumber 788 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 700 80 8) math:sum 1788}] + [ a r:Fact; r:gives {(0 700 80 8) math:sum 788}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 788]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8535 a r:Inference; +skolem:lemma4211 a r:Inference; r:gives { - (8 8 7 1) :digitsToNumber 8871 . + (8 8 7 0) :digitsToNumber 8870 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(8000 800 70 1) math:sum 8871}] + [ a r:Fact; r:gives {(8000 800 70 0) math:sum 8870}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -170482,60 +84002,60 @@ skolem:lemma8535 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8536 a r:Inference; +skolem:lemma4212 a r:Inference; r:gives { - 1789 :numberToDigits (1 7 8 9). + 789 :numberToDigits (0 7 8 9). }; r:evidence ( - [ a r:Fact; r:gives {(1789 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1789 1000) math:remainder 789}] + [ a r:Fact; r:gives {(789 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(789 1000) math:remainder 789}] [ a r:Fact; r:gives {(789 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(789 100) math:remainder 89}] [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(89 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 789]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 789]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8537 a r:Inference; +skolem:lemma4213 a r:Inference; r:gives { - (1 7 8 9) :digitsToNumber 1789 . + (0 7 8 9) :digitsToNumber 789 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 700 80 9) math:sum 1789}] + [ a r:Fact; r:gives {(0 700 80 9) math:sum 789}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 789]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8538 a r:Inference; +skolem:lemma4214 a r:Inference; r:gives { - (9 8 7 1) :digitsToNumber 9871 . + (9 8 7 0) :digitsToNumber 9870 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(9000 800 70 1) math:sum 9871}] + [ a r:Fact; r:gives {(9000 800 70 0) math:sum 9870}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -170543,249 +84063,249 @@ skolem:lemma8538 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8539 a r:Inference; +skolem:lemma4215 a r:Inference; r:gives { - 1790 :numberToDigits (1 7 9 0). + 790 :numberToDigits (0 7 9 0). }; r:evidence ( - [ a r:Fact; r:gives {(1790 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1790 1000) math:remainder 790}] + [ a r:Fact; r:gives {(790 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(790 1000) math:remainder 790}] [ a r:Fact; r:gives {(790 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(790 100) math:remainder 90}] [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(90 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1790]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 790]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 790]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8540 a r:Inference; +skolem:lemma4216 a r:Inference; r:gives { - 1791 :numberToDigits (1 7 9 1). + 791 :numberToDigits (0 7 9 1). }; r:evidence ( - [ a r:Fact; r:gives {(1791 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1791 1000) math:remainder 791}] + [ a r:Fact; r:gives {(791 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(791 1000) math:remainder 791}] [ a r:Fact; r:gives {(791 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(791 100) math:remainder 91}] [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(91 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1791]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 791]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 791]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8541 a r:Inference; +skolem:lemma4217 a r:Inference; r:gives { - 1792 :numberToDigits (1 7 9 2). + 792 :numberToDigits (0 7 9 2). }; r:evidence ( - [ a r:Fact; r:gives {(1792 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1792 1000) math:remainder 792}] + [ a r:Fact; r:gives {(792 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(792 1000) math:remainder 792}] [ a r:Fact; r:gives {(792 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(792 100) math:remainder 92}] [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(92 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1792]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 792]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 792]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8542 a r:Inference; +skolem:lemma4218 a r:Inference; r:gives { - 1793 :numberToDigits (1 7 9 3). + 793 :numberToDigits (0 7 9 3). }; r:evidence ( - [ a r:Fact; r:gives {(1793 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1793 1000) math:remainder 793}] + [ a r:Fact; r:gives {(793 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(793 1000) math:remainder 793}] [ a r:Fact; r:gives {(793 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(793 100) math:remainder 93}] [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(93 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1793]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 793]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 793]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8543 a r:Inference; +skolem:lemma4219 a r:Inference; r:gives { - 1794 :numberToDigits (1 7 9 4). + 794 :numberToDigits (0 7 9 4). }; r:evidence ( - [ a r:Fact; r:gives {(1794 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1794 1000) math:remainder 794}] + [ a r:Fact; r:gives {(794 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(794 1000) math:remainder 794}] [ a r:Fact; r:gives {(794 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(794 100) math:remainder 94}] [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(94 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1794]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 794]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 794]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8544 a r:Inference; +skolem:lemma4220 a r:Inference; r:gives { - 1795 :numberToDigits (1 7 9 5). + 795 :numberToDigits (0 7 9 5). }; r:evidence ( - [ a r:Fact; r:gives {(1795 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1795 1000) math:remainder 795}] + [ a r:Fact; r:gives {(795 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(795 1000) math:remainder 795}] [ a r:Fact; r:gives {(795 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(795 100) math:remainder 95}] [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(95 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1795]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 795]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 795]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8545 a r:Inference; +skolem:lemma4221 a r:Inference; r:gives { - 1796 :numberToDigits (1 7 9 6). + 796 :numberToDigits (0 7 9 6). }; r:evidence ( - [ a r:Fact; r:gives {(1796 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1796 1000) math:remainder 796}] + [ a r:Fact; r:gives {(796 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(796 1000) math:remainder 796}] [ a r:Fact; r:gives {(796 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(796 100) math:remainder 96}] [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(96 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1796]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 796]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 796]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8546 a r:Inference; +skolem:lemma4222 a r:Inference; r:gives { - 1797 :numberToDigits (1 7 9 7). + 797 :numberToDigits (0 7 9 7). }; r:evidence ( - [ a r:Fact; r:gives {(1797 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1797 1000) math:remainder 797}] + [ a r:Fact; r:gives {(797 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(797 1000) math:remainder 797}] [ a r:Fact; r:gives {(797 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(797 100) math:remainder 97}] [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(97 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1797]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 797]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 797]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8547 a r:Inference; +skolem:lemma4223 a r:Inference; r:gives { - 1798 :numberToDigits (1 7 9 8). + 798 :numberToDigits (0 7 9 8). }; r:evidence ( - [ a r:Fact; r:gives {(1798 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1798 1000) math:remainder 798}] + [ a r:Fact; r:gives {(798 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(798 1000) math:remainder 798}] [ a r:Fact; r:gives {(798 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(798 100) math:remainder 98}] [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(98 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1798]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 798]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 798]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8548 a r:Inference; +skolem:lemma4224 a r:Inference; r:gives { - 1799 :numberToDigits (1 7 9 9). + 799 :numberToDigits (0 7 9 9). }; r:evidence ( - [ a r:Fact; r:gives {(1799 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1799 1000) math:remainder 799}] + [ a r:Fact; r:gives {(799 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(799 1000) math:remainder 799}] [ a r:Fact; r:gives {(799 100) math:integerQuotient 7}] [ a r:Fact; r:gives {(799 100) math:remainder 99}] [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(99 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 799]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 799]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8549 a r:Inference; +skolem:lemma4225 a r:Inference; r:gives { - (1 7 9 9) :digitsToNumber 1799 . + (0 7 9 9) :digitsToNumber 799 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(7 100) math:product 700}] [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(1000 700 90 9) math:sum 1799}] + [ a r:Fact; r:gives {(0 700 90 9) math:sum 799}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 799]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8550 a r:Inference; +skolem:lemma4226 a r:Inference; r:gives { - (9 9 7 1) :digitsToNumber 9971 . + (9 9 7 0) :digitsToNumber 9970 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(9 100) math:product 900}] [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(9000 900 70 1) math:sum 9971}] + [ a r:Fact; r:gives {(9000 900 70 0) math:sum 9970}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -170793,1908 +84313,1908 @@ skolem:lemma8550 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8551 a r:Inference; +skolem:lemma4227 a r:Inference; r:gives { - 1800 :numberToDigits (1 8 0 0). + 800 :numberToDigits (0 8 0 0). }; r:evidence ( - [ a r:Fact; r:gives {(1800 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1800 1000) math:remainder 800}] + [ a r:Fact; r:gives {(800 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(800 1000) math:remainder 800}] [ a r:Fact; r:gives {(800 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(800 100) math:remainder 0}] [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(0 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 800]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 800]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8552 a r:Inference; +skolem:lemma4228 a r:Inference; r:gives { - 1801 :numberToDigits (1 8 0 1). + 801 :numberToDigits (0 8 0 1). }; r:evidence ( - [ a r:Fact; r:gives {(1801 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1801 1000) math:remainder 801}] + [ a r:Fact; r:gives {(801 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(801 1000) math:remainder 801}] [ a r:Fact; r:gives {(801 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(801 100) math:remainder 1}] [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(1 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1801]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 801]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 801]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8553 a r:Inference; +skolem:lemma4229 a r:Inference; r:gives { - 1802 :numberToDigits (1 8 0 2). + 802 :numberToDigits (0 8 0 2). }; r:evidence ( - [ a r:Fact; r:gives {(1802 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1802 1000) math:remainder 802}] + [ a r:Fact; r:gives {(802 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(802 1000) math:remainder 802}] [ a r:Fact; r:gives {(802 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(802 100) math:remainder 2}] [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(2 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1802]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 802]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 802]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8554 a r:Inference; +skolem:lemma4230 a r:Inference; r:gives { - 1803 :numberToDigits (1 8 0 3). + 803 :numberToDigits (0 8 0 3). }; r:evidence ( - [ a r:Fact; r:gives {(1803 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1803 1000) math:remainder 803}] + [ a r:Fact; r:gives {(803 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(803 1000) math:remainder 803}] [ a r:Fact; r:gives {(803 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(803 100) math:remainder 3}] [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(3 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1803]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 803]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 803]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8555 a r:Inference; +skolem:lemma4231 a r:Inference; r:gives { - 1804 :numberToDigits (1 8 0 4). + 804 :numberToDigits (0 8 0 4). }; r:evidence ( - [ a r:Fact; r:gives {(1804 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1804 1000) math:remainder 804}] + [ a r:Fact; r:gives {(804 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(804 1000) math:remainder 804}] [ a r:Fact; r:gives {(804 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(804 100) math:remainder 4}] [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(4 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1804]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 804]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 804]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8556 a r:Inference; +skolem:lemma4232 a r:Inference; r:gives { - 1805 :numberToDigits (1 8 0 5). + 805 :numberToDigits (0 8 0 5). }; r:evidence ( - [ a r:Fact; r:gives {(1805 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1805 1000) math:remainder 805}] + [ a r:Fact; r:gives {(805 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(805 1000) math:remainder 805}] [ a r:Fact; r:gives {(805 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(805 100) math:remainder 5}] [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(5 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1805]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 805]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 805]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8557 a r:Inference; +skolem:lemma4233 a r:Inference; r:gives { - 1806 :numberToDigits (1 8 0 6). + 806 :numberToDigits (0 8 0 6). }; r:evidence ( - [ a r:Fact; r:gives {(1806 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1806 1000) math:remainder 806}] + [ a r:Fact; r:gives {(806 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(806 1000) math:remainder 806}] [ a r:Fact; r:gives {(806 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(806 100) math:remainder 6}] [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(6 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1806]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 806]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 806]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8558 a r:Inference; +skolem:lemma4234 a r:Inference; r:gives { - 1807 :numberToDigits (1 8 0 7). + 807 :numberToDigits (0 8 0 7). }; r:evidence ( - [ a r:Fact; r:gives {(1807 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1807 1000) math:remainder 807}] + [ a r:Fact; r:gives {(807 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(807 1000) math:remainder 807}] [ a r:Fact; r:gives {(807 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(807 100) math:remainder 7}] [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(7 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1807]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 807]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 807]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8559 a r:Inference; +skolem:lemma4235 a r:Inference; r:gives { - 1808 :numberToDigits (1 8 0 8). + 808 :numberToDigits (0 8 0 8). }; r:evidence ( - [ a r:Fact; r:gives {(1808 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1808 1000) math:remainder 808}] + [ a r:Fact; r:gives {(808 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(808 1000) math:remainder 808}] [ a r:Fact; r:gives {(808 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(808 100) math:remainder 8}] [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(8 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1808]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 808]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 808]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8560 a r:Inference; +skolem:lemma4236 a r:Inference; r:gives { - 1809 :numberToDigits (1 8 0 9). + 809 :numberToDigits (0 8 0 9). }; r:evidence ( - [ a r:Fact; r:gives {(1809 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1809 1000) math:remainder 809}] + [ a r:Fact; r:gives {(809 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(809 1000) math:remainder 809}] [ a r:Fact; r:gives {(809 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(809 100) math:remainder 9}] [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(9 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1809]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 809]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 809]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8561 a r:Inference; +skolem:lemma4237 a r:Inference; r:gives { - 1810 :numberToDigits (1 8 1 0). + 810 :numberToDigits (0 8 1 0). }; r:evidence ( - [ a r:Fact; r:gives {(1810 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1810 1000) math:remainder 810}] + [ a r:Fact; r:gives {(810 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(810 1000) math:remainder 810}] [ a r:Fact; r:gives {(810 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(810 100) math:remainder 10}] [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(10 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 810]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 810]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8562 a r:Inference; +skolem:lemma4238 a r:Inference; r:gives { - 1811 :numberToDigits (1 8 1 1). + 811 :numberToDigits (0 8 1 1). }; r:evidence ( - [ a r:Fact; r:gives {(1811 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1811 1000) math:remainder 811}] + [ a r:Fact; r:gives {(811 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(811 1000) math:remainder 811}] [ a r:Fact; r:gives {(811 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(811 100) math:remainder 11}] [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(11 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1811]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 811]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 811]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8563 a r:Inference; +skolem:lemma4239 a r:Inference; r:gives { - 1812 :numberToDigits (1 8 1 2). + 812 :numberToDigits (0 8 1 2). }; r:evidence ( - [ a r:Fact; r:gives {(1812 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1812 1000) math:remainder 812}] + [ a r:Fact; r:gives {(812 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(812 1000) math:remainder 812}] [ a r:Fact; r:gives {(812 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(812 100) math:remainder 12}] [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(12 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1812]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 812]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 812]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8564 a r:Inference; +skolem:lemma4240 a r:Inference; r:gives { - 1813 :numberToDigits (1 8 1 3). + 813 :numberToDigits (0 8 1 3). }; r:evidence ( - [ a r:Fact; r:gives {(1813 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1813 1000) math:remainder 813}] + [ a r:Fact; r:gives {(813 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(813 1000) math:remainder 813}] [ a r:Fact; r:gives {(813 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(813 100) math:remainder 13}] [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(13 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1813]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 813]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 813]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8565 a r:Inference; +skolem:lemma4241 a r:Inference; r:gives { - 1814 :numberToDigits (1 8 1 4). + 814 :numberToDigits (0 8 1 4). }; r:evidence ( - [ a r:Fact; r:gives {(1814 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1814 1000) math:remainder 814}] + [ a r:Fact; r:gives {(814 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(814 1000) math:remainder 814}] [ a r:Fact; r:gives {(814 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(814 100) math:remainder 14}] [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(14 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1814]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 814]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 814]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8566 a r:Inference; +skolem:lemma4242 a r:Inference; r:gives { - 1815 :numberToDigits (1 8 1 5). + 815 :numberToDigits (0 8 1 5). }; r:evidence ( - [ a r:Fact; r:gives {(1815 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1815 1000) math:remainder 815}] + [ a r:Fact; r:gives {(815 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(815 1000) math:remainder 815}] [ a r:Fact; r:gives {(815 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(815 100) math:remainder 15}] [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(15 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1815]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 815]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 815]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8567 a r:Inference; +skolem:lemma4243 a r:Inference; r:gives { - 1816 :numberToDigits (1 8 1 6). + 816 :numberToDigits (0 8 1 6). }; r:evidence ( - [ a r:Fact; r:gives {(1816 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1816 1000) math:remainder 816}] + [ a r:Fact; r:gives {(816 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(816 1000) math:remainder 816}] [ a r:Fact; r:gives {(816 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(816 100) math:remainder 16}] [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(16 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1816]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 816]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 816]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8568 a r:Inference; +skolem:lemma4244 a r:Inference; r:gives { - 1817 :numberToDigits (1 8 1 7). + 817 :numberToDigits (0 8 1 7). }; r:evidence ( - [ a r:Fact; r:gives {(1817 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1817 1000) math:remainder 817}] + [ a r:Fact; r:gives {(817 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(817 1000) math:remainder 817}] [ a r:Fact; r:gives {(817 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(817 100) math:remainder 17}] [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(17 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1817]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 817]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 817]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8569 a r:Inference; +skolem:lemma4245 a r:Inference; r:gives { - 1818 :numberToDigits (1 8 1 8). + 818 :numberToDigits (0 8 1 8). }; r:evidence ( - [ a r:Fact; r:gives {(1818 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1818 1000) math:remainder 818}] + [ a r:Fact; r:gives {(818 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(818 1000) math:remainder 818}] [ a r:Fact; r:gives {(818 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(818 100) math:remainder 18}] [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(18 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1818]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 818]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 818]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8570 a r:Inference; +skolem:lemma4246 a r:Inference; r:gives { - 1819 :numberToDigits (1 8 1 9). + 819 :numberToDigits (0 8 1 9). }; r:evidence ( - [ a r:Fact; r:gives {(1819 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1819 1000) math:remainder 819}] + [ a r:Fact; r:gives {(819 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(819 1000) math:remainder 819}] [ a r:Fact; r:gives {(819 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(819 100) math:remainder 19}] [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(19 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1819]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 819]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 819]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8571 a r:Inference; +skolem:lemma4247 a r:Inference; r:gives { - 1820 :numberToDigits (1 8 2 0). + 820 :numberToDigits (0 8 2 0). }; r:evidence ( - [ a r:Fact; r:gives {(1820 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1820 1000) math:remainder 820}] + [ a r:Fact; r:gives {(820 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(820 1000) math:remainder 820}] [ a r:Fact; r:gives {(820 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(820 100) math:remainder 20}] [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(20 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 820]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 820]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8572 a r:Inference; +skolem:lemma4248 a r:Inference; r:gives { - 1821 :numberToDigits (1 8 2 1). + 821 :numberToDigits (0 8 2 1). }; r:evidence ( - [ a r:Fact; r:gives {(1821 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1821 1000) math:remainder 821}] + [ a r:Fact; r:gives {(821 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(821 1000) math:remainder 821}] [ a r:Fact; r:gives {(821 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(821 100) math:remainder 21}] [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(21 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1821]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 821]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 821]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8573 a r:Inference; +skolem:lemma4249 a r:Inference; r:gives { - 1822 :numberToDigits (1 8 2 2). + 822 :numberToDigits (0 8 2 2). }; r:evidence ( - [ a r:Fact; r:gives {(1822 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1822 1000) math:remainder 822}] + [ a r:Fact; r:gives {(822 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(822 1000) math:remainder 822}] [ a r:Fact; r:gives {(822 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(822 100) math:remainder 22}] [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(22 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1822]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 822]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 822]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8574 a r:Inference; +skolem:lemma4250 a r:Inference; r:gives { - 1823 :numberToDigits (1 8 2 3). + 823 :numberToDigits (0 8 2 3). }; r:evidence ( - [ a r:Fact; r:gives {(1823 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1823 1000) math:remainder 823}] + [ a r:Fact; r:gives {(823 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(823 1000) math:remainder 823}] [ a r:Fact; r:gives {(823 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(823 100) math:remainder 23}] [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(23 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1823]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 823]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 823]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8575 a r:Inference; +skolem:lemma4251 a r:Inference; r:gives { - 1824 :numberToDigits (1 8 2 4). + 824 :numberToDigits (0 8 2 4). }; r:evidence ( - [ a r:Fact; r:gives {(1824 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1824 1000) math:remainder 824}] + [ a r:Fact; r:gives {(824 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(824 1000) math:remainder 824}] [ a r:Fact; r:gives {(824 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(824 100) math:remainder 24}] [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(24 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1824]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 824]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8576 a r:Inference; +skolem:lemma4252 a r:Inference; r:gives { - 1825 :numberToDigits (1 8 2 5). + 825 :numberToDigits (0 8 2 5). }; r:evidence ( - [ a r:Fact; r:gives {(1825 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1825 1000) math:remainder 825}] + [ a r:Fact; r:gives {(825 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(825 1000) math:remainder 825}] [ a r:Fact; r:gives {(825 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(825 100) math:remainder 25}] [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(25 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1825]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 825]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 825]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8577 a r:Inference; +skolem:lemma4253 a r:Inference; r:gives { - 1826 :numberToDigits (1 8 2 6). + 826 :numberToDigits (0 8 2 6). }; r:evidence ( - [ a r:Fact; r:gives {(1826 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1826 1000) math:remainder 826}] + [ a r:Fact; r:gives {(826 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(826 1000) math:remainder 826}] [ a r:Fact; r:gives {(826 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(826 100) math:remainder 26}] [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(26 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1826]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 826]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 826]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8578 a r:Inference; +skolem:lemma4254 a r:Inference; r:gives { - 1827 :numberToDigits (1 8 2 7). + 827 :numberToDigits (0 8 2 7). }; r:evidence ( - [ a r:Fact; r:gives {(1827 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1827 1000) math:remainder 827}] + [ a r:Fact; r:gives {(827 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(827 1000) math:remainder 827}] [ a r:Fact; r:gives {(827 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(827 100) math:remainder 27}] [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(27 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1827]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 827]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 827]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8579 a r:Inference; +skolem:lemma4255 a r:Inference; r:gives { - 1828 :numberToDigits (1 8 2 8). + 828 :numberToDigits (0 8 2 8). }; r:evidence ( - [ a r:Fact; r:gives {(1828 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1828 1000) math:remainder 828}] + [ a r:Fact; r:gives {(828 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(828 1000) math:remainder 828}] [ a r:Fact; r:gives {(828 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(828 100) math:remainder 28}] [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(28 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1828]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 828]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 828]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8580 a r:Inference; +skolem:lemma4256 a r:Inference; r:gives { - 1829 :numberToDigits (1 8 2 9). + 829 :numberToDigits (0 8 2 9). }; r:evidence ( - [ a r:Fact; r:gives {(1829 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1829 1000) math:remainder 829}] + [ a r:Fact; r:gives {(829 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(829 1000) math:remainder 829}] [ a r:Fact; r:gives {(829 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(829 100) math:remainder 29}] [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(29 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1829]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 829]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 829]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8581 a r:Inference; +skolem:lemma4257 a r:Inference; r:gives { - 1830 :numberToDigits (1 8 3 0). + 830 :numberToDigits (0 8 3 0). }; r:evidence ( - [ a r:Fact; r:gives {(1830 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1830 1000) math:remainder 830}] + [ a r:Fact; r:gives {(830 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(830 1000) math:remainder 830}] [ a r:Fact; r:gives {(830 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(830 100) math:remainder 30}] [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(30 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 830]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 830]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8582 a r:Inference; +skolem:lemma4258 a r:Inference; r:gives { - 1831 :numberToDigits (1 8 3 1). + 831 :numberToDigits (0 8 3 1). }; r:evidence ( - [ a r:Fact; r:gives {(1831 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1831 1000) math:remainder 831}] + [ a r:Fact; r:gives {(831 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(831 1000) math:remainder 831}] [ a r:Fact; r:gives {(831 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(831 100) math:remainder 31}] [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(31 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1831]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 831]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 831]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8583 a r:Inference; +skolem:lemma4259 a r:Inference; r:gives { - 1832 :numberToDigits (1 8 3 2). + 832 :numberToDigits (0 8 3 2). }; r:evidence ( - [ a r:Fact; r:gives {(1832 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1832 1000) math:remainder 832}] + [ a r:Fact; r:gives {(832 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(832 1000) math:remainder 832}] [ a r:Fact; r:gives {(832 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(832 100) math:remainder 32}] [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(32 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1832]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 832]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 832]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8584 a r:Inference; +skolem:lemma4260 a r:Inference; r:gives { - 1833 :numberToDigits (1 8 3 3). + 833 :numberToDigits (0 8 3 3). }; r:evidence ( - [ a r:Fact; r:gives {(1833 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1833 1000) math:remainder 833}] + [ a r:Fact; r:gives {(833 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(833 1000) math:remainder 833}] [ a r:Fact; r:gives {(833 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(833 100) math:remainder 33}] [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(33 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1833]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 833]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 833]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8585 a r:Inference; +skolem:lemma4261 a r:Inference; r:gives { - 1834 :numberToDigits (1 8 3 4). + 834 :numberToDigits (0 8 3 4). }; r:evidence ( - [ a r:Fact; r:gives {(1834 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1834 1000) math:remainder 834}] + [ a r:Fact; r:gives {(834 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(834 1000) math:remainder 834}] [ a r:Fact; r:gives {(834 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(834 100) math:remainder 34}] [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(34 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1834]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 834]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 834]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8586 a r:Inference; +skolem:lemma4262 a r:Inference; r:gives { - 1835 :numberToDigits (1 8 3 5). + 835 :numberToDigits (0 8 3 5). }; r:evidence ( - [ a r:Fact; r:gives {(1835 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1835 1000) math:remainder 835}] + [ a r:Fact; r:gives {(835 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(835 1000) math:remainder 835}] [ a r:Fact; r:gives {(835 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(835 100) math:remainder 35}] [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(35 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1835]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 835]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 835]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8587 a r:Inference; +skolem:lemma4263 a r:Inference; r:gives { - 1836 :numberToDigits (1 8 3 6). + 836 :numberToDigits (0 8 3 6). }; r:evidence ( - [ a r:Fact; r:gives {(1836 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1836 1000) math:remainder 836}] + [ a r:Fact; r:gives {(836 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(836 1000) math:remainder 836}] [ a r:Fact; r:gives {(836 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(836 100) math:remainder 36}] [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(36 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1836]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 836]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 836]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8588 a r:Inference; +skolem:lemma4264 a r:Inference; r:gives { - 1837 :numberToDigits (1 8 3 7). + 837 :numberToDigits (0 8 3 7). }; r:evidence ( - [ a r:Fact; r:gives {(1837 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1837 1000) math:remainder 837}] + [ a r:Fact; r:gives {(837 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(837 1000) math:remainder 837}] [ a r:Fact; r:gives {(837 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(837 100) math:remainder 37}] [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(37 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1837]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 837]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 837]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8589 a r:Inference; +skolem:lemma4265 a r:Inference; r:gives { - 1838 :numberToDigits (1 8 3 8). + 838 :numberToDigits (0 8 3 8). }; r:evidence ( - [ a r:Fact; r:gives {(1838 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1838 1000) math:remainder 838}] + [ a r:Fact; r:gives {(838 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(838 1000) math:remainder 838}] [ a r:Fact; r:gives {(838 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(838 100) math:remainder 38}] [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(38 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1838]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 838]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 838]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8590 a r:Inference; +skolem:lemma4266 a r:Inference; r:gives { - 1839 :numberToDigits (1 8 3 9). + 839 :numberToDigits (0 8 3 9). }; r:evidence ( - [ a r:Fact; r:gives {(1839 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1839 1000) math:remainder 839}] + [ a r:Fact; r:gives {(839 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(839 1000) math:remainder 839}] [ a r:Fact; r:gives {(839 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(839 100) math:remainder 39}] [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(39 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1839]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 839]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 839]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8591 a r:Inference; +skolem:lemma4267 a r:Inference; r:gives { - 1840 :numberToDigits (1 8 4 0). + 840 :numberToDigits (0 8 4 0). }; r:evidence ( - [ a r:Fact; r:gives {(1840 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1840 1000) math:remainder 840}] + [ a r:Fact; r:gives {(840 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(840 1000) math:remainder 840}] [ a r:Fact; r:gives {(840 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(840 100) math:remainder 40}] [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(40 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 840]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 840]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8592 a r:Inference; +skolem:lemma4268 a r:Inference; r:gives { - 1841 :numberToDigits (1 8 4 1). + 841 :numberToDigits (0 8 4 1). }; r:evidence ( - [ a r:Fact; r:gives {(1841 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1841 1000) math:remainder 841}] + [ a r:Fact; r:gives {(841 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(841 1000) math:remainder 841}] [ a r:Fact; r:gives {(841 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(841 100) math:remainder 41}] [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(41 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1841]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 841]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 841]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8593 a r:Inference; +skolem:lemma4269 a r:Inference; r:gives { - 1842 :numberToDigits (1 8 4 2). + 842 :numberToDigits (0 8 4 2). }; r:evidence ( - [ a r:Fact; r:gives {(1842 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1842 1000) math:remainder 842}] + [ a r:Fact; r:gives {(842 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(842 1000) math:remainder 842}] [ a r:Fact; r:gives {(842 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(842 100) math:remainder 42}] [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(42 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1842]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 842]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 842]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8594 a r:Inference; +skolem:lemma4270 a r:Inference; r:gives { - 1843 :numberToDigits (1 8 4 3). + 843 :numberToDigits (0 8 4 3). }; r:evidence ( - [ a r:Fact; r:gives {(1843 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1843 1000) math:remainder 843}] + [ a r:Fact; r:gives {(843 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(843 1000) math:remainder 843}] [ a r:Fact; r:gives {(843 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(843 100) math:remainder 43}] [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(43 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1843]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 843]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 843]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8595 a r:Inference; +skolem:lemma4271 a r:Inference; r:gives { - 1844 :numberToDigits (1 8 4 4). + 844 :numberToDigits (0 8 4 4). }; r:evidence ( - [ a r:Fact; r:gives {(1844 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1844 1000) math:remainder 844}] + [ a r:Fact; r:gives {(844 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(844 1000) math:remainder 844}] [ a r:Fact; r:gives {(844 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(844 100) math:remainder 44}] [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(44 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1844]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 844]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 844]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8596 a r:Inference; +skolem:lemma4272 a r:Inference; r:gives { - 1845 :numberToDigits (1 8 4 5). + 845 :numberToDigits (0 8 4 5). }; r:evidence ( - [ a r:Fact; r:gives {(1845 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1845 1000) math:remainder 845}] + [ a r:Fact; r:gives {(845 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(845 1000) math:remainder 845}] [ a r:Fact; r:gives {(845 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(845 100) math:remainder 45}] [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(45 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1845]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 845]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 845]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8597 a r:Inference; +skolem:lemma4273 a r:Inference; r:gives { - 1846 :numberToDigits (1 8 4 6). + 846 :numberToDigits (0 8 4 6). }; r:evidence ( - [ a r:Fact; r:gives {(1846 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1846 1000) math:remainder 846}] + [ a r:Fact; r:gives {(846 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(846 1000) math:remainder 846}] [ a r:Fact; r:gives {(846 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(846 100) math:remainder 46}] [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(46 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1846]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 846]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 846]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8598 a r:Inference; +skolem:lemma4274 a r:Inference; r:gives { - 1847 :numberToDigits (1 8 4 7). + 847 :numberToDigits (0 8 4 7). }; r:evidence ( - [ a r:Fact; r:gives {(1847 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1847 1000) math:remainder 847}] + [ a r:Fact; r:gives {(847 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(847 1000) math:remainder 847}] [ a r:Fact; r:gives {(847 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(847 100) math:remainder 47}] [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(47 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1847]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 847]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 847]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8599 a r:Inference; +skolem:lemma4275 a r:Inference; r:gives { - 1848 :numberToDigits (1 8 4 8). + 848 :numberToDigits (0 8 4 8). }; r:evidence ( - [ a r:Fact; r:gives {(1848 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1848 1000) math:remainder 848}] + [ a r:Fact; r:gives {(848 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(848 1000) math:remainder 848}] [ a r:Fact; r:gives {(848 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(848 100) math:remainder 48}] [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(48 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1848]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 848]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 848]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8600 a r:Inference; +skolem:lemma4276 a r:Inference; r:gives { - 1849 :numberToDigits (1 8 4 9). + 849 :numberToDigits (0 8 4 9). }; r:evidence ( - [ a r:Fact; r:gives {(1849 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1849 1000) math:remainder 849}] + [ a r:Fact; r:gives {(849 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(849 1000) math:remainder 849}] [ a r:Fact; r:gives {(849 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(849 100) math:remainder 49}] [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(49 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1849]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 849]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 849]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8601 a r:Inference; +skolem:lemma4277 a r:Inference; r:gives { - 1850 :numberToDigits (1 8 5 0). + 850 :numberToDigits (0 8 5 0). }; r:evidence ( - [ a r:Fact; r:gives {(1850 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1850 1000) math:remainder 850}] + [ a r:Fact; r:gives {(850 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(850 1000) math:remainder 850}] [ a r:Fact; r:gives {(850 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(850 100) math:remainder 50}] [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(50 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 850]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 850]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8602 a r:Inference; +skolem:lemma4278 a r:Inference; r:gives { - 1851 :numberToDigits (1 8 5 1). + 851 :numberToDigits (0 8 5 1). }; r:evidence ( - [ a r:Fact; r:gives {(1851 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1851 1000) math:remainder 851}] + [ a r:Fact; r:gives {(851 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(851 1000) math:remainder 851}] [ a r:Fact; r:gives {(851 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(851 100) math:remainder 51}] [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(51 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1851]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 851]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 851]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8603 a r:Inference; +skolem:lemma4279 a r:Inference; r:gives { - 1852 :numberToDigits (1 8 5 2). + 852 :numberToDigits (0 8 5 2). }; r:evidence ( - [ a r:Fact; r:gives {(1852 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1852 1000) math:remainder 852}] + [ a r:Fact; r:gives {(852 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(852 1000) math:remainder 852}] [ a r:Fact; r:gives {(852 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(852 100) math:remainder 52}] [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(52 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1852]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 852]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 852]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8604 a r:Inference; +skolem:lemma4280 a r:Inference; r:gives { - 1853 :numberToDigits (1 8 5 3). + 853 :numberToDigits (0 8 5 3). }; r:evidence ( - [ a r:Fact; r:gives {(1853 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1853 1000) math:remainder 853}] + [ a r:Fact; r:gives {(853 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(853 1000) math:remainder 853}] [ a r:Fact; r:gives {(853 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(853 100) math:remainder 53}] [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(53 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1853]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 853]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 853]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8605 a r:Inference; +skolem:lemma4281 a r:Inference; r:gives { - 1854 :numberToDigits (1 8 5 4). + 854 :numberToDigits (0 8 5 4). }; r:evidence ( - [ a r:Fact; r:gives {(1854 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1854 1000) math:remainder 854}] + [ a r:Fact; r:gives {(854 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(854 1000) math:remainder 854}] [ a r:Fact; r:gives {(854 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(854 100) math:remainder 54}] [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(54 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1854]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 854]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 854]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8606 a r:Inference; +skolem:lemma4282 a r:Inference; r:gives { - 1855 :numberToDigits (1 8 5 5). + 855 :numberToDigits (0 8 5 5). }; r:evidence ( - [ a r:Fact; r:gives {(1855 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1855 1000) math:remainder 855}] + [ a r:Fact; r:gives {(855 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(855 1000) math:remainder 855}] [ a r:Fact; r:gives {(855 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(855 100) math:remainder 55}] [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(55 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1855]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 855]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 855]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8607 a r:Inference; +skolem:lemma4283 a r:Inference; r:gives { - 1856 :numberToDigits (1 8 5 6). + 856 :numberToDigits (0 8 5 6). }; r:evidence ( - [ a r:Fact; r:gives {(1856 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1856 1000) math:remainder 856}] + [ a r:Fact; r:gives {(856 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(856 1000) math:remainder 856}] [ a r:Fact; r:gives {(856 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(856 100) math:remainder 56}] [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(56 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1856]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 856]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 856]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8608 a r:Inference; +skolem:lemma4284 a r:Inference; r:gives { - 1857 :numberToDigits (1 8 5 7). + 857 :numberToDigits (0 8 5 7). }; r:evidence ( - [ a r:Fact; r:gives {(1857 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1857 1000) math:remainder 857}] + [ a r:Fact; r:gives {(857 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(857 1000) math:remainder 857}] [ a r:Fact; r:gives {(857 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(857 100) math:remainder 57}] [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(57 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1857]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 857]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 857]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8609 a r:Inference; +skolem:lemma4285 a r:Inference; r:gives { - 1858 :numberToDigits (1 8 5 8). + 858 :numberToDigits (0 8 5 8). }; r:evidence ( - [ a r:Fact; r:gives {(1858 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1858 1000) math:remainder 858}] + [ a r:Fact; r:gives {(858 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(858 1000) math:remainder 858}] [ a r:Fact; r:gives {(858 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(858 100) math:remainder 58}] [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(58 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1858]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 858]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 858]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8610 a r:Inference; +skolem:lemma4286 a r:Inference; r:gives { - 1859 :numberToDigits (1 8 5 9). + 859 :numberToDigits (0 8 5 9). }; r:evidence ( - [ a r:Fact; r:gives {(1859 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1859 1000) math:remainder 859}] + [ a r:Fact; r:gives {(859 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(859 1000) math:remainder 859}] [ a r:Fact; r:gives {(859 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(859 100) math:remainder 59}] [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(59 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1859]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 859]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 859]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8611 a r:Inference; +skolem:lemma4287 a r:Inference; r:gives { - 1860 :numberToDigits (1 8 6 0). + 860 :numberToDigits (0 8 6 0). }; r:evidence ( - [ a r:Fact; r:gives {(1860 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1860 1000) math:remainder 860}] + [ a r:Fact; r:gives {(860 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(860 1000) math:remainder 860}] [ a r:Fact; r:gives {(860 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(860 100) math:remainder 60}] [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(60 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 860]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 860]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8612 a r:Inference; +skolem:lemma4288 a r:Inference; r:gives { - 1861 :numberToDigits (1 8 6 1). + 861 :numberToDigits (0 8 6 1). }; r:evidence ( - [ a r:Fact; r:gives {(1861 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1861 1000) math:remainder 861}] + [ a r:Fact; r:gives {(861 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(861 1000) math:remainder 861}] [ a r:Fact; r:gives {(861 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(861 100) math:remainder 61}] [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(61 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1861]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 861]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 861]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8613 a r:Inference; +skolem:lemma4289 a r:Inference; r:gives { - 1862 :numberToDigits (1 8 6 2). + 862 :numberToDigits (0 8 6 2). }; r:evidence ( - [ a r:Fact; r:gives {(1862 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1862 1000) math:remainder 862}] + [ a r:Fact; r:gives {(862 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(862 1000) math:remainder 862}] [ a r:Fact; r:gives {(862 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(862 100) math:remainder 62}] [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(62 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1862]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 862]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 862]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8614 a r:Inference; +skolem:lemma4290 a r:Inference; r:gives { - 1863 :numberToDigits (1 8 6 3). + 863 :numberToDigits (0 8 6 3). }; r:evidence ( - [ a r:Fact; r:gives {(1863 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1863 1000) math:remainder 863}] + [ a r:Fact; r:gives {(863 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(863 1000) math:remainder 863}] [ a r:Fact; r:gives {(863 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(863 100) math:remainder 63}] [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(63 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1863]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 863]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 863]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8615 a r:Inference; +skolem:lemma4291 a r:Inference; r:gives { - 1864 :numberToDigits (1 8 6 4). + 864 :numberToDigits (0 8 6 4). }; r:evidence ( - [ a r:Fact; r:gives {(1864 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1864 1000) math:remainder 864}] + [ a r:Fact; r:gives {(864 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(864 1000) math:remainder 864}] [ a r:Fact; r:gives {(864 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(864 100) math:remainder 64}] [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(64 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1864]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 864]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 864]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8616 a r:Inference; +skolem:lemma4292 a r:Inference; r:gives { - 1865 :numberToDigits (1 8 6 5). + 865 :numberToDigits (0 8 6 5). }; r:evidence ( - [ a r:Fact; r:gives {(1865 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1865 1000) math:remainder 865}] + [ a r:Fact; r:gives {(865 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(865 1000) math:remainder 865}] [ a r:Fact; r:gives {(865 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(865 100) math:remainder 65}] [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(65 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1865]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 865]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 865]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8617 a r:Inference; +skolem:lemma4293 a r:Inference; r:gives { - 1866 :numberToDigits (1 8 6 6). + 866 :numberToDigits (0 8 6 6). }; r:evidence ( - [ a r:Fact; r:gives {(1866 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1866 1000) math:remainder 866}] + [ a r:Fact; r:gives {(866 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(866 1000) math:remainder 866}] [ a r:Fact; r:gives {(866 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(866 100) math:remainder 66}] [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(66 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1866]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 866]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 866]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8618 a r:Inference; +skolem:lemma4294 a r:Inference; r:gives { - 1867 :numberToDigits (1 8 6 7). + 867 :numberToDigits (0 8 6 7). }; r:evidence ( - [ a r:Fact; r:gives {(1867 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1867 1000) math:remainder 867}] + [ a r:Fact; r:gives {(867 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(867 1000) math:remainder 867}] [ a r:Fact; r:gives {(867 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(867 100) math:remainder 67}] [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(67 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1867]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 867]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 867]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8619 a r:Inference; +skolem:lemma4295 a r:Inference; r:gives { - 1868 :numberToDigits (1 8 6 8). + 868 :numberToDigits (0 8 6 8). }; r:evidence ( - [ a r:Fact; r:gives {(1868 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1868 1000) math:remainder 868}] + [ a r:Fact; r:gives {(868 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(868 1000) math:remainder 868}] [ a r:Fact; r:gives {(868 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(868 100) math:remainder 68}] [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(68 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1868]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 868]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 868]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8620 a r:Inference; +skolem:lemma4296 a r:Inference; r:gives { - 1869 :numberToDigits (1 8 6 9). + 869 :numberToDigits (0 8 6 9). }; r:evidence ( - [ a r:Fact; r:gives {(1869 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1869 1000) math:remainder 869}] + [ a r:Fact; r:gives {(869 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(869 1000) math:remainder 869}] [ a r:Fact; r:gives {(869 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(869 100) math:remainder 69}] [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(69 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1869]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 869]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 869]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8621 a r:Inference; +skolem:lemma4297 a r:Inference; r:gives { - 1870 :numberToDigits (1 8 7 0). + 870 :numberToDigits (0 8 7 0). }; r:evidence ( - [ a r:Fact; r:gives {(1870 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1870 1000) math:remainder 870}] + [ a r:Fact; r:gives {(870 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(870 1000) math:remainder 870}] [ a r:Fact; r:gives {(870 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(870 100) math:remainder 70}] [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(70 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 870]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 870]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8622 a r:Inference; +skolem:lemma4298 a r:Inference; r:gives { - 1871 :numberToDigits (1 8 7 1). + 871 :numberToDigits (0 8 7 1). }; r:evidence ( - [ a r:Fact; r:gives {(1871 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1871 1000) math:remainder 871}] + [ a r:Fact; r:gives {(871 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(871 1000) math:remainder 871}] [ a r:Fact; r:gives {(871 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(871 100) math:remainder 71}] [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(71 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1871]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 871]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 871]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8623 a r:Inference; +skolem:lemma4299 a r:Inference; r:gives { - 1872 :numberToDigits (1 8 7 2). + 872 :numberToDigits (0 8 7 2). }; r:evidence ( - [ a r:Fact; r:gives {(1872 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1872 1000) math:remainder 872}] + [ a r:Fact; r:gives {(872 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(872 1000) math:remainder 872}] [ a r:Fact; r:gives {(872 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(872 100) math:remainder 72}] [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(72 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1872]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 872]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 872]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8624 a r:Inference; +skolem:lemma4300 a r:Inference; r:gives { - 1873 :numberToDigits (1 8 7 3). + 873 :numberToDigits (0 8 7 3). }; r:evidence ( - [ a r:Fact; r:gives {(1873 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1873 1000) math:remainder 873}] + [ a r:Fact; r:gives {(873 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(873 1000) math:remainder 873}] [ a r:Fact; r:gives {(873 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(873 100) math:remainder 73}] [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(73 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1873]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 873]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 873]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8625 a r:Inference; +skolem:lemma4301 a r:Inference; r:gives { - 1874 :numberToDigits (1 8 7 4). + 874 :numberToDigits (0 8 7 4). }; r:evidence ( - [ a r:Fact; r:gives {(1874 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1874 1000) math:remainder 874}] + [ a r:Fact; r:gives {(874 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(874 1000) math:remainder 874}] [ a r:Fact; r:gives {(874 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(874 100) math:remainder 74}] [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(74 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1874]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 874]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 874]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8626 a r:Inference; +skolem:lemma4302 a r:Inference; r:gives { - 1875 :numberToDigits (1 8 7 5). + 875 :numberToDigits (0 8 7 5). }; r:evidence ( - [ a r:Fact; r:gives {(1875 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1875 1000) math:remainder 875}] + [ a r:Fact; r:gives {(875 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(875 1000) math:remainder 875}] [ a r:Fact; r:gives {(875 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(875 100) math:remainder 75}] [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(75 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1875]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 875]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 875]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8627 a r:Inference; +skolem:lemma4303 a r:Inference; r:gives { - 1876 :numberToDigits (1 8 7 6). + 876 :numberToDigits (0 8 7 6). }; r:evidence ( - [ a r:Fact; r:gives {(1876 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1876 1000) math:remainder 876}] + [ a r:Fact; r:gives {(876 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(876 1000) math:remainder 876}] [ a r:Fact; r:gives {(876 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(876 100) math:remainder 76}] [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(76 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1876]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 876]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 876]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8628 a r:Inference; +skolem:lemma4304 a r:Inference; r:gives { - 1877 :numberToDigits (1 8 7 7). + 877 :numberToDigits (0 8 7 7). }; r:evidence ( - [ a r:Fact; r:gives {(1877 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1877 1000) math:remainder 877}] + [ a r:Fact; r:gives {(877 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(877 1000) math:remainder 877}] [ a r:Fact; r:gives {(877 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(877 100) math:remainder 77}] [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(77 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1877]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 877]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 877]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8629 a r:Inference; +skolem:lemma4305 a r:Inference; r:gives { - 1878 :numberToDigits (1 8 7 8). + 878 :numberToDigits (0 8 7 8). }; r:evidence ( - [ a r:Fact; r:gives {(1878 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1878 1000) math:remainder 878}] + [ a r:Fact; r:gives {(878 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(878 1000) math:remainder 878}] [ a r:Fact; r:gives {(878 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(878 100) math:remainder 78}] [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(78 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1878]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 878]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 878]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8630 a r:Inference; +skolem:lemma4306 a r:Inference; r:gives { - 1879 :numberToDigits (1 8 7 9). + 879 :numberToDigits (0 8 7 9). }; r:evidence ( - [ a r:Fact; r:gives {(1879 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1879 1000) math:remainder 879}] + [ a r:Fact; r:gives {(879 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(879 1000) math:remainder 879}] [ a r:Fact; r:gives {(879 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(879 100) math:remainder 79}] [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(79 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1879]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 879]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 879]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8631 a r:Inference; +skolem:lemma4307 a r:Inference; r:gives { - 1880 :numberToDigits (1 8 8 0). + 880 :numberToDigits (0 8 8 0). }; r:evidence ( - [ a r:Fact; r:gives {(1880 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1880 1000) math:remainder 880}] + [ a r:Fact; r:gives {(880 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(880 1000) math:remainder 880}] [ a r:Fact; r:gives {(880 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(880 100) math:remainder 80}] [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(80 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 880]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 880]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8632 a r:Inference; +skolem:lemma4308 a r:Inference; r:gives { - 1881 :numberToDigits (1 8 8 1). + 881 :numberToDigits (0 8 8 1). }; r:evidence ( - [ a r:Fact; r:gives {(1881 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1881 1000) math:remainder 881}] + [ a r:Fact; r:gives {(881 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(881 1000) math:remainder 881}] [ a r:Fact; r:gives {(881 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(881 100) math:remainder 81}] [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(81 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1881]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 881]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 881]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8633 a r:Inference; +skolem:lemma4309 a r:Inference; r:gives { - 1882 :numberToDigits (1 8 8 2). + 882 :numberToDigits (0 8 8 2). }; r:evidence ( - [ a r:Fact; r:gives {(1882 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1882 1000) math:remainder 882}] + [ a r:Fact; r:gives {(882 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(882 1000) math:remainder 882}] [ a r:Fact; r:gives {(882 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(882 100) math:remainder 82}] [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(82 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1882]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 882]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 882]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8634 a r:Inference; +skolem:lemma4310 a r:Inference; r:gives { - 1883 :numberToDigits (1 8 8 3). + 883 :numberToDigits (0 8 8 3). }; r:evidence ( - [ a r:Fact; r:gives {(1883 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1883 1000) math:remainder 883}] + [ a r:Fact; r:gives {(883 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(883 1000) math:remainder 883}] [ a r:Fact; r:gives {(883 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(883 100) math:remainder 83}] [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(83 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1883]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 883]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 883]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8635 a r:Inference; +skolem:lemma4311 a r:Inference; r:gives { - 1884 :numberToDigits (1 8 8 4). + 884 :numberToDigits (0 8 8 4). }; r:evidence ( - [ a r:Fact; r:gives {(1884 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1884 1000) math:remainder 884}] + [ a r:Fact; r:gives {(884 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(884 1000) math:remainder 884}] [ a r:Fact; r:gives {(884 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(884 100) math:remainder 84}] [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(84 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1884]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 884]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 884]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8636 a r:Inference; +skolem:lemma4312 a r:Inference; r:gives { - 1885 :numberToDigits (1 8 8 5). + 885 :numberToDigits (0 8 8 5). }; r:evidence ( - [ a r:Fact; r:gives {(1885 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1885 1000) math:remainder 885}] + [ a r:Fact; r:gives {(885 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(885 1000) math:remainder 885}] [ a r:Fact; r:gives {(885 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(885 100) math:remainder 85}] [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(85 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1885]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 885]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 885]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8637 a r:Inference; +skolem:lemma4313 a r:Inference; r:gives { - 1886 :numberToDigits (1 8 8 6). + 886 :numberToDigits (0 8 8 6). }; r:evidence ( - [ a r:Fact; r:gives {(1886 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1886 1000) math:remainder 886}] + [ a r:Fact; r:gives {(886 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(886 1000) math:remainder 886}] [ a r:Fact; r:gives {(886 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(886 100) math:remainder 86}] [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(86 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1886]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 886]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 886]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8638 a r:Inference; +skolem:lemma4314 a r:Inference; r:gives { - 1887 :numberToDigits (1 8 8 7). + 887 :numberToDigits (0 8 8 7). }; r:evidence ( - [ a r:Fact; r:gives {(1887 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1887 1000) math:remainder 887}] + [ a r:Fact; r:gives {(887 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(887 1000) math:remainder 887}] [ a r:Fact; r:gives {(887 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(887 100) math:remainder 87}] [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(87 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1887]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 887]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 887]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8639 a r:Inference; +skolem:lemma4315 a r:Inference; r:gives { - 1888 :numberToDigits (1 8 8 8). + 888 :numberToDigits (0 8 8 8). }; r:evidence ( - [ a r:Fact; r:gives {(1888 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1888 1000) math:remainder 888}] + [ a r:Fact; r:gives {(888 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(888 1000) math:remainder 888}] [ a r:Fact; r:gives {(888 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(888 100) math:remainder 88}] [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(88 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1888]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 888]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 888]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8640 a r:Inference; +skolem:lemma4316 a r:Inference; r:gives { - (1 8 8 8) :digitsToNumber 1888 . + (0 8 8 8) :digitsToNumber 888 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 800 80 8) math:sum 1888}] + [ a r:Fact; r:gives {(0 800 80 8) math:sum 888}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1888]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 888]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8641 a r:Inference; +skolem:lemma4317 a r:Inference; r:gives { - (8 8 8 1) :digitsToNumber 8881 . + (8 8 8 0) :digitsToNumber 8880 . }; r:evidence ( [ a r:Fact; r:gives {(8 1000) math:product 8000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(8000 800 80 1) math:sum 8881}] + [ a r:Fact; r:gives {(8000 800 80 0) math:sum 8880}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; @@ -172702,60 +86222,60 @@ skolem:lemma8641 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8642 a r:Inference; +skolem:lemma4318 a r:Inference; r:gives { - 1889 :numberToDigits (1 8 8 9). + 889 :numberToDigits (0 8 8 9). }; r:evidence ( - [ a r:Fact; r:gives {(1889 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1889 1000) math:remainder 889}] + [ a r:Fact; r:gives {(889 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(889 1000) math:remainder 889}] [ a r:Fact; r:gives {(889 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(889 100) math:remainder 89}] [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(89 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 889]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 889]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8643 a r:Inference; +skolem:lemma4319 a r:Inference; r:gives { - (1 8 8 9) :digitsToNumber 1889 . + (0 8 8 9) :digitsToNumber 889 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 800 80 9) math:sum 1889}] + [ a r:Fact; r:gives {(0 800 80 9) math:sum 889}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 889]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8644 a r:Inference; +skolem:lemma4320 a r:Inference; r:gives { - (9 8 8 1) :digitsToNumber 9881 . + (9 8 8 0) :digitsToNumber 9880 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(9000 800 80 1) math:sum 9881}] + [ a r:Fact; r:gives {(9000 800 80 0) math:sum 9880}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -172763,249 +86283,249 @@ skolem:lemma8644 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8645 a r:Inference; +skolem:lemma4321 a r:Inference; r:gives { - 1890 :numberToDigits (1 8 9 0). + 890 :numberToDigits (0 8 9 0). }; r:evidence ( - [ a r:Fact; r:gives {(1890 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1890 1000) math:remainder 890}] + [ a r:Fact; r:gives {(890 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(890 1000) math:remainder 890}] [ a r:Fact; r:gives {(890 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(890 100) math:remainder 90}] [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(90 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1890]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 890]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 890]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8646 a r:Inference; +skolem:lemma4322 a r:Inference; r:gives { - 1891 :numberToDigits (1 8 9 1). + 891 :numberToDigits (0 8 9 1). }; r:evidence ( - [ a r:Fact; r:gives {(1891 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1891 1000) math:remainder 891}] + [ a r:Fact; r:gives {(891 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(891 1000) math:remainder 891}] [ a r:Fact; r:gives {(891 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(891 100) math:remainder 91}] [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(91 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1891]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 891]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 891]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8647 a r:Inference; +skolem:lemma4323 a r:Inference; r:gives { - 1892 :numberToDigits (1 8 9 2). + 892 :numberToDigits (0 8 9 2). }; r:evidence ( - [ a r:Fact; r:gives {(1892 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1892 1000) math:remainder 892}] + [ a r:Fact; r:gives {(892 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(892 1000) math:remainder 892}] [ a r:Fact; r:gives {(892 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(892 100) math:remainder 92}] [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(92 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1892]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 892]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 892]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8648 a r:Inference; +skolem:lemma4324 a r:Inference; r:gives { - 1893 :numberToDigits (1 8 9 3). + 893 :numberToDigits (0 8 9 3). }; r:evidence ( - [ a r:Fact; r:gives {(1893 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1893 1000) math:remainder 893}] + [ a r:Fact; r:gives {(893 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(893 1000) math:remainder 893}] [ a r:Fact; r:gives {(893 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(893 100) math:remainder 93}] [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(93 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1893]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 893]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 893]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8649 a r:Inference; +skolem:lemma4325 a r:Inference; r:gives { - 1894 :numberToDigits (1 8 9 4). + 894 :numberToDigits (0 8 9 4). }; r:evidence ( - [ a r:Fact; r:gives {(1894 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1894 1000) math:remainder 894}] + [ a r:Fact; r:gives {(894 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(894 1000) math:remainder 894}] [ a r:Fact; r:gives {(894 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(894 100) math:remainder 94}] [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(94 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1894]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 894]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 894]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8650 a r:Inference; +skolem:lemma4326 a r:Inference; r:gives { - 1895 :numberToDigits (1 8 9 5). + 895 :numberToDigits (0 8 9 5). }; r:evidence ( - [ a r:Fact; r:gives {(1895 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1895 1000) math:remainder 895}] + [ a r:Fact; r:gives {(895 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(895 1000) math:remainder 895}] [ a r:Fact; r:gives {(895 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(895 100) math:remainder 95}] [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(95 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1895]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 895]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 895]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8651 a r:Inference; +skolem:lemma4327 a r:Inference; r:gives { - 1896 :numberToDigits (1 8 9 6). + 896 :numberToDigits (0 8 9 6). }; r:evidence ( - [ a r:Fact; r:gives {(1896 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1896 1000) math:remainder 896}] + [ a r:Fact; r:gives {(896 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(896 1000) math:remainder 896}] [ a r:Fact; r:gives {(896 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(896 100) math:remainder 96}] [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(96 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1896]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 896]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 896]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8652 a r:Inference; +skolem:lemma4328 a r:Inference; r:gives { - 1897 :numberToDigits (1 8 9 7). + 897 :numberToDigits (0 8 9 7). }; r:evidence ( - [ a r:Fact; r:gives {(1897 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1897 1000) math:remainder 897}] + [ a r:Fact; r:gives {(897 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(897 1000) math:remainder 897}] [ a r:Fact; r:gives {(897 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(897 100) math:remainder 97}] [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(97 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1897]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 897]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 897]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8653 a r:Inference; +skolem:lemma4329 a r:Inference; r:gives { - 1898 :numberToDigits (1 8 9 8). + 898 :numberToDigits (0 8 9 8). }; r:evidence ( - [ a r:Fact; r:gives {(1898 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1898 1000) math:remainder 898}] + [ a r:Fact; r:gives {(898 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(898 1000) math:remainder 898}] [ a r:Fact; r:gives {(898 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(898 100) math:remainder 98}] [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(98 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1898]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 898]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 898]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8654 a r:Inference; +skolem:lemma4330 a r:Inference; r:gives { - 1899 :numberToDigits (1 8 9 9). + 899 :numberToDigits (0 8 9 9). }; r:evidence ( - [ a r:Fact; r:gives {(1899 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1899 1000) math:remainder 899}] + [ a r:Fact; r:gives {(899 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(899 1000) math:remainder 899}] [ a r:Fact; r:gives {(899 100) math:integerQuotient 8}] [ a r:Fact; r:gives {(899 100) math:remainder 99}] [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(99 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 899]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 899]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8655 a r:Inference; +skolem:lemma4331 a r:Inference; r:gives { - (1 8 9 9) :digitsToNumber 1899 . + (0 8 9 9) :digitsToNumber 899 . }; r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 1000) math:product 0}] [ a r:Fact; r:gives {(8 100) math:product 800}] [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(1000 800 90 9) math:sum 1899}] + [ a r:Fact; r:gives {(0 800 90 9) math:sum 899}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 899]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8757. + r:rule skolem:lemma4433. -skolem:lemma8656 a r:Inference; +skolem:lemma4332 a r:Inference; r:gives { - (9 9 8 1) :digitsToNumber 9981 . + (9 9 8 0) :digitsToNumber 9980 . }; r:evidence ( [ a r:Fact; r:gives {(9 1000) math:product 9000}] [ a r:Fact; r:gives {(9 100) math:product 900}] [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(9000 900 80 1) math:sum 9981}] + [ a r:Fact; r:gives {(9000 900 80 0) math:sum 9980}] ); r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; @@ -173013,2090 +86533,2090 @@ skolem:lemma8656 a r:Inference; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8757. + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma4433. -skolem:lemma8657 a r:Inference; +skolem:lemma4333 a r:Inference; r:gives { - 1900 :numberToDigits (1 9 0 0). + 900 :numberToDigits (0 9 0 0). }; r:evidence ( - [ a r:Fact; r:gives {(1900 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1900 1000) math:remainder 900}] + [ a r:Fact; r:gives {(900 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(900 1000) math:remainder 900}] [ a r:Fact; r:gives {(900 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(900 100) math:remainder 0}] [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(0 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 900]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 900]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8658 a r:Inference; +skolem:lemma4334 a r:Inference; r:gives { - 1901 :numberToDigits (1 9 0 1). + 901 :numberToDigits (0 9 0 1). }; r:evidence ( - [ a r:Fact; r:gives {(1901 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1901 1000) math:remainder 901}] + [ a r:Fact; r:gives {(901 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(901 1000) math:remainder 901}] [ a r:Fact; r:gives {(901 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(901 100) math:remainder 1}] [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(1 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1901]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 901]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 901]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8659 a r:Inference; +skolem:lemma4335 a r:Inference; r:gives { - 1902 :numberToDigits (1 9 0 2). + 902 :numberToDigits (0 9 0 2). }; r:evidence ( - [ a r:Fact; r:gives {(1902 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1902 1000) math:remainder 902}] + [ a r:Fact; r:gives {(902 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(902 1000) math:remainder 902}] [ a r:Fact; r:gives {(902 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(902 100) math:remainder 2}] [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(2 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1902]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 902]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 902]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8660 a r:Inference; +skolem:lemma4336 a r:Inference; r:gives { - 1903 :numberToDigits (1 9 0 3). + 903 :numberToDigits (0 9 0 3). }; r:evidence ( - [ a r:Fact; r:gives {(1903 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1903 1000) math:remainder 903}] + [ a r:Fact; r:gives {(903 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(903 1000) math:remainder 903}] [ a r:Fact; r:gives {(903 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(903 100) math:remainder 3}] [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(3 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1903]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 903]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 903]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8661 a r:Inference; +skolem:lemma4337 a r:Inference; r:gives { - 1904 :numberToDigits (1 9 0 4). + 904 :numberToDigits (0 9 0 4). }; r:evidence ( - [ a r:Fact; r:gives {(1904 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1904 1000) math:remainder 904}] + [ a r:Fact; r:gives {(904 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(904 1000) math:remainder 904}] [ a r:Fact; r:gives {(904 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(904 100) math:remainder 4}] [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(4 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1904]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 904]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 904]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8662 a r:Inference; +skolem:lemma4338 a r:Inference; r:gives { - 1905 :numberToDigits (1 9 0 5). + 905 :numberToDigits (0 9 0 5). }; r:evidence ( - [ a r:Fact; r:gives {(1905 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1905 1000) math:remainder 905}] + [ a r:Fact; r:gives {(905 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(905 1000) math:remainder 905}] [ a r:Fact; r:gives {(905 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(905 100) math:remainder 5}] [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(5 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1905]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 905]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 905]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8663 a r:Inference; +skolem:lemma4339 a r:Inference; r:gives { - 1906 :numberToDigits (1 9 0 6). + 906 :numberToDigits (0 9 0 6). }; r:evidence ( - [ a r:Fact; r:gives {(1906 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1906 1000) math:remainder 906}] + [ a r:Fact; r:gives {(906 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(906 1000) math:remainder 906}] [ a r:Fact; r:gives {(906 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(906 100) math:remainder 6}] [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(6 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1906]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 906]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 906]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8664 a r:Inference; +skolem:lemma4340 a r:Inference; r:gives { - 1907 :numberToDigits (1 9 0 7). + 907 :numberToDigits (0 9 0 7). }; r:evidence ( - [ a r:Fact; r:gives {(1907 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1907 1000) math:remainder 907}] + [ a r:Fact; r:gives {(907 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(907 1000) math:remainder 907}] [ a r:Fact; r:gives {(907 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(907 100) math:remainder 7}] [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(7 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1907]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 907]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 907]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8665 a r:Inference; +skolem:lemma4341 a r:Inference; r:gives { - 1908 :numberToDigits (1 9 0 8). + 908 :numberToDigits (0 9 0 8). }; r:evidence ( - [ a r:Fact; r:gives {(1908 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1908 1000) math:remainder 908}] + [ a r:Fact; r:gives {(908 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(908 1000) math:remainder 908}] [ a r:Fact; r:gives {(908 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(908 100) math:remainder 8}] [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(8 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1908]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 908]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 908]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8666 a r:Inference; +skolem:lemma4342 a r:Inference; r:gives { - 1909 :numberToDigits (1 9 0 9). + 909 :numberToDigits (0 9 0 9). }; r:evidence ( - [ a r:Fact; r:gives {(1909 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1909 1000) math:remainder 909}] + [ a r:Fact; r:gives {(909 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(909 1000) math:remainder 909}] [ a r:Fact; r:gives {(909 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(909 100) math:remainder 9}] [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] [ a r:Fact; r:gives {(9 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1909]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 909]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 909]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8667 a r:Inference; +skolem:lemma4343 a r:Inference; r:gives { - 1910 :numberToDigits (1 9 1 0). + 910 :numberToDigits (0 9 1 0). }; r:evidence ( - [ a r:Fact; r:gives {(1910 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1910 1000) math:remainder 910}] + [ a r:Fact; r:gives {(910 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(910 1000) math:remainder 910}] [ a r:Fact; r:gives {(910 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(910 100) math:remainder 10}] [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(10 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 910]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 910]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8668 a r:Inference; +skolem:lemma4344 a r:Inference; r:gives { - 1911 :numberToDigits (1 9 1 1). + 911 :numberToDigits (0 9 1 1). }; r:evidence ( - [ a r:Fact; r:gives {(1911 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1911 1000) math:remainder 911}] + [ a r:Fact; r:gives {(911 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(911 1000) math:remainder 911}] [ a r:Fact; r:gives {(911 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(911 100) math:remainder 11}] [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(11 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1911]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 911]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 911]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8669 a r:Inference; +skolem:lemma4345 a r:Inference; r:gives { - 1912 :numberToDigits (1 9 1 2). + 912 :numberToDigits (0 9 1 2). }; r:evidence ( - [ a r:Fact; r:gives {(1912 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1912 1000) math:remainder 912}] + [ a r:Fact; r:gives {(912 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(912 1000) math:remainder 912}] [ a r:Fact; r:gives {(912 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(912 100) math:remainder 12}] [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(12 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1912]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 912]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 912]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8670 a r:Inference; +skolem:lemma4346 a r:Inference; r:gives { - 1913 :numberToDigits (1 9 1 3). + 913 :numberToDigits (0 9 1 3). }; r:evidence ( - [ a r:Fact; r:gives {(1913 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1913 1000) math:remainder 913}] + [ a r:Fact; r:gives {(913 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(913 1000) math:remainder 913}] [ a r:Fact; r:gives {(913 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(913 100) math:remainder 13}] [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(13 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1913]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 913]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 913]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8671 a r:Inference; +skolem:lemma4347 a r:Inference; r:gives { - 1914 :numberToDigits (1 9 1 4). + 914 :numberToDigits (0 9 1 4). }; r:evidence ( - [ a r:Fact; r:gives {(1914 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1914 1000) math:remainder 914}] + [ a r:Fact; r:gives {(914 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(914 1000) math:remainder 914}] [ a r:Fact; r:gives {(914 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(914 100) math:remainder 14}] [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(14 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1914]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 914]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 914]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8672 a r:Inference; +skolem:lemma4348 a r:Inference; r:gives { - 1915 :numberToDigits (1 9 1 5). + 915 :numberToDigits (0 9 1 5). }; r:evidence ( - [ a r:Fact; r:gives {(1915 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1915 1000) math:remainder 915}] + [ a r:Fact; r:gives {(915 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(915 1000) math:remainder 915}] [ a r:Fact; r:gives {(915 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(915 100) math:remainder 15}] [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(15 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1915]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 915]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 915]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8673 a r:Inference; +skolem:lemma4349 a r:Inference; r:gives { - 1916 :numberToDigits (1 9 1 6). + 916 :numberToDigits (0 9 1 6). }; r:evidence ( - [ a r:Fact; r:gives {(1916 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1916 1000) math:remainder 916}] + [ a r:Fact; r:gives {(916 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(916 1000) math:remainder 916}] [ a r:Fact; r:gives {(916 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(916 100) math:remainder 16}] [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(16 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1916]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 916]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 916]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8674 a r:Inference; +skolem:lemma4350 a r:Inference; r:gives { - 1917 :numberToDigits (1 9 1 7). + 917 :numberToDigits (0 9 1 7). }; r:evidence ( - [ a r:Fact; r:gives {(1917 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1917 1000) math:remainder 917}] + [ a r:Fact; r:gives {(917 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(917 1000) math:remainder 917}] [ a r:Fact; r:gives {(917 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(917 100) math:remainder 17}] [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(17 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1917]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 917]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 917]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8675 a r:Inference; +skolem:lemma4351 a r:Inference; r:gives { - 1918 :numberToDigits (1 9 1 8). + 918 :numberToDigits (0 9 1 8). }; r:evidence ( - [ a r:Fact; r:gives {(1918 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1918 1000) math:remainder 918}] + [ a r:Fact; r:gives {(918 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(918 1000) math:remainder 918}] [ a r:Fact; r:gives {(918 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(918 100) math:remainder 18}] [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(18 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1918]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 918]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 918]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8676 a r:Inference; +skolem:lemma4352 a r:Inference; r:gives { - 1919 :numberToDigits (1 9 1 9). + 919 :numberToDigits (0 9 1 9). }; r:evidence ( - [ a r:Fact; r:gives {(1919 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1919 1000) math:remainder 919}] + [ a r:Fact; r:gives {(919 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(919 1000) math:remainder 919}] [ a r:Fact; r:gives {(919 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(919 100) math:remainder 19}] [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] [ a r:Fact; r:gives {(19 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1919]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 919]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 919]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8677 a r:Inference; +skolem:lemma4353 a r:Inference; r:gives { - 1920 :numberToDigits (1 9 2 0). + 920 :numberToDigits (0 9 2 0). }; r:evidence ( - [ a r:Fact; r:gives {(1920 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1920 1000) math:remainder 920}] + [ a r:Fact; r:gives {(920 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(920 1000) math:remainder 920}] [ a r:Fact; r:gives {(920 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(920 100) math:remainder 20}] [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(20 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 920]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 920]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8678 a r:Inference; +skolem:lemma4354 a r:Inference; r:gives { - 1921 :numberToDigits (1 9 2 1). + 921 :numberToDigits (0 9 2 1). }; r:evidence ( - [ a r:Fact; r:gives {(1921 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1921 1000) math:remainder 921}] + [ a r:Fact; r:gives {(921 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(921 1000) math:remainder 921}] [ a r:Fact; r:gives {(921 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(921 100) math:remainder 21}] [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(21 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1921]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 921]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 921]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8679 a r:Inference; +skolem:lemma4355 a r:Inference; r:gives { - 1922 :numberToDigits (1 9 2 2). + 922 :numberToDigits (0 9 2 2). }; r:evidence ( - [ a r:Fact; r:gives {(1922 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1922 1000) math:remainder 922}] + [ a r:Fact; r:gives {(922 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(922 1000) math:remainder 922}] [ a r:Fact; r:gives {(922 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(922 100) math:remainder 22}] [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(22 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1922]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 922]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 922]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8680 a r:Inference; +skolem:lemma4356 a r:Inference; r:gives { - 1923 :numberToDigits (1 9 2 3). + 923 :numberToDigits (0 9 2 3). }; r:evidence ( - [ a r:Fact; r:gives {(1923 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1923 1000) math:remainder 923}] + [ a r:Fact; r:gives {(923 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(923 1000) math:remainder 923}] [ a r:Fact; r:gives {(923 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(923 100) math:remainder 23}] [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(23 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1923]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 923]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 923]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8681 a r:Inference; +skolem:lemma4357 a r:Inference; r:gives { - 1924 :numberToDigits (1 9 2 4). + 924 :numberToDigits (0 9 2 4). }; r:evidence ( - [ a r:Fact; r:gives {(1924 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1924 1000) math:remainder 924}] + [ a r:Fact; r:gives {(924 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(924 1000) math:remainder 924}] [ a r:Fact; r:gives {(924 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(924 100) math:remainder 24}] [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(24 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1924]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 924]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 924]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8682 a r:Inference; +skolem:lemma4358 a r:Inference; r:gives { - 1925 :numberToDigits (1 9 2 5). + 925 :numberToDigits (0 9 2 5). }; r:evidence ( - [ a r:Fact; r:gives {(1925 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1925 1000) math:remainder 925}] + [ a r:Fact; r:gives {(925 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(925 1000) math:remainder 925}] [ a r:Fact; r:gives {(925 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(925 100) math:remainder 25}] [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(25 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1925]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 925]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 925]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8683 a r:Inference; +skolem:lemma4359 a r:Inference; r:gives { - 1926 :numberToDigits (1 9 2 6). + 926 :numberToDigits (0 9 2 6). }; r:evidence ( - [ a r:Fact; r:gives {(1926 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1926 1000) math:remainder 926}] + [ a r:Fact; r:gives {(926 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(926 1000) math:remainder 926}] [ a r:Fact; r:gives {(926 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(926 100) math:remainder 26}] [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(26 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1926]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 926]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 926]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8684 a r:Inference; +skolem:lemma4360 a r:Inference; r:gives { - 1927 :numberToDigits (1 9 2 7). + 927 :numberToDigits (0 9 2 7). }; r:evidence ( - [ a r:Fact; r:gives {(1927 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1927 1000) math:remainder 927}] + [ a r:Fact; r:gives {(927 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(927 1000) math:remainder 927}] [ a r:Fact; r:gives {(927 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(927 100) math:remainder 27}] [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(27 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1927]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 927]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 927]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8685 a r:Inference; +skolem:lemma4361 a r:Inference; r:gives { - 1928 :numberToDigits (1 9 2 8). + 928 :numberToDigits (0 9 2 8). }; r:evidence ( - [ a r:Fact; r:gives {(1928 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1928 1000) math:remainder 928}] + [ a r:Fact; r:gives {(928 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(928 1000) math:remainder 928}] [ a r:Fact; r:gives {(928 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(928 100) math:remainder 28}] [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(28 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1928]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 928]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 928]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8686 a r:Inference; +skolem:lemma4362 a r:Inference; r:gives { - 1929 :numberToDigits (1 9 2 9). + 929 :numberToDigits (0 9 2 9). }; r:evidence ( - [ a r:Fact; r:gives {(1929 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1929 1000) math:remainder 929}] + [ a r:Fact; r:gives {(929 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(929 1000) math:remainder 929}] [ a r:Fact; r:gives {(929 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(929 100) math:remainder 29}] [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] [ a r:Fact; r:gives {(29 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1929]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 929]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 929]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8687 a r:Inference; +skolem:lemma4363 a r:Inference; r:gives { - 1930 :numberToDigits (1 9 3 0). + 930 :numberToDigits (0 9 3 0). }; r:evidence ( - [ a r:Fact; r:gives {(1930 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1930 1000) math:remainder 930}] + [ a r:Fact; r:gives {(930 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(930 1000) math:remainder 930}] [ a r:Fact; r:gives {(930 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(930 100) math:remainder 30}] [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(30 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 930]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 930]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8688 a r:Inference; +skolem:lemma4364 a r:Inference; r:gives { - 1931 :numberToDigits (1 9 3 1). + 931 :numberToDigits (0 9 3 1). }; r:evidence ( - [ a r:Fact; r:gives {(1931 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1931 1000) math:remainder 931}] + [ a r:Fact; r:gives {(931 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(931 1000) math:remainder 931}] [ a r:Fact; r:gives {(931 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(931 100) math:remainder 31}] [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(31 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1931]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 931]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 931]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8689 a r:Inference; +skolem:lemma4365 a r:Inference; r:gives { - 1932 :numberToDigits (1 9 3 2). + 932 :numberToDigits (0 9 3 2). }; r:evidence ( - [ a r:Fact; r:gives {(1932 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1932 1000) math:remainder 932}] + [ a r:Fact; r:gives {(932 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(932 1000) math:remainder 932}] [ a r:Fact; r:gives {(932 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(932 100) math:remainder 32}] [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(32 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1932]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 932]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 932]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8690 a r:Inference; +skolem:lemma4366 a r:Inference; r:gives { - 1933 :numberToDigits (1 9 3 3). + 933 :numberToDigits (0 9 3 3). }; r:evidence ( - [ a r:Fact; r:gives {(1933 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1933 1000) math:remainder 933}] + [ a r:Fact; r:gives {(933 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(933 1000) math:remainder 933}] [ a r:Fact; r:gives {(933 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(933 100) math:remainder 33}] [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(33 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1933]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 933]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 933]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8691 a r:Inference; +skolem:lemma4367 a r:Inference; r:gives { - 1934 :numberToDigits (1 9 3 4). + 934 :numberToDigits (0 9 3 4). }; r:evidence ( - [ a r:Fact; r:gives {(1934 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1934 1000) math:remainder 934}] + [ a r:Fact; r:gives {(934 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(934 1000) math:remainder 934}] [ a r:Fact; r:gives {(934 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(934 100) math:remainder 34}] [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(34 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1934]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 934]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 934]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8692 a r:Inference; +skolem:lemma4368 a r:Inference; r:gives { - 1935 :numberToDigits (1 9 3 5). + 935 :numberToDigits (0 9 3 5). }; r:evidence ( - [ a r:Fact; r:gives {(1935 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1935 1000) math:remainder 935}] + [ a r:Fact; r:gives {(935 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(935 1000) math:remainder 935}] [ a r:Fact; r:gives {(935 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(935 100) math:remainder 35}] [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(35 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1935]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 935]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 935]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8693 a r:Inference; +skolem:lemma4369 a r:Inference; r:gives { - 1936 :numberToDigits (1 9 3 6). + 936 :numberToDigits (0 9 3 6). }; r:evidence ( - [ a r:Fact; r:gives {(1936 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1936 1000) math:remainder 936}] + [ a r:Fact; r:gives {(936 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(936 1000) math:remainder 936}] [ a r:Fact; r:gives {(936 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(936 100) math:remainder 36}] [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(36 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1936]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 936]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 936]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8694 a r:Inference; +skolem:lemma4370 a r:Inference; r:gives { - 1937 :numberToDigits (1 9 3 7). + 937 :numberToDigits (0 9 3 7). }; r:evidence ( - [ a r:Fact; r:gives {(1937 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1937 1000) math:remainder 937}] + [ a r:Fact; r:gives {(937 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(937 1000) math:remainder 937}] [ a r:Fact; r:gives {(937 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(937 100) math:remainder 37}] [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(37 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1937]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 937]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 937]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8695 a r:Inference; +skolem:lemma4371 a r:Inference; r:gives { - 1938 :numberToDigits (1 9 3 8). + 938 :numberToDigits (0 9 3 8). }; r:evidence ( - [ a r:Fact; r:gives {(1938 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1938 1000) math:remainder 938}] + [ a r:Fact; r:gives {(938 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(938 1000) math:remainder 938}] [ a r:Fact; r:gives {(938 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(938 100) math:remainder 38}] [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(38 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1938]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 938]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 938]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8696 a r:Inference; +skolem:lemma4372 a r:Inference; r:gives { - 1939 :numberToDigits (1 9 3 9). + 939 :numberToDigits (0 9 3 9). }; r:evidence ( - [ a r:Fact; r:gives {(1939 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1939 1000) math:remainder 939}] + [ a r:Fact; r:gives {(939 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(939 1000) math:remainder 939}] [ a r:Fact; r:gives {(939 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(939 100) math:remainder 39}] [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] [ a r:Fact; r:gives {(39 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1939]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 939]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 939]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8697 a r:Inference; +skolem:lemma4373 a r:Inference; r:gives { - 1940 :numberToDigits (1 9 4 0). + 940 :numberToDigits (0 9 4 0). }; r:evidence ( - [ a r:Fact; r:gives {(1940 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1940 1000) math:remainder 940}] + [ a r:Fact; r:gives {(940 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(940 1000) math:remainder 940}] [ a r:Fact; r:gives {(940 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(940 100) math:remainder 40}] [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(40 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 940]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 940]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8698 a r:Inference; +skolem:lemma4374 a r:Inference; r:gives { - 1941 :numberToDigits (1 9 4 1). + 941 :numberToDigits (0 9 4 1). }; r:evidence ( - [ a r:Fact; r:gives {(1941 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1941 1000) math:remainder 941}] + [ a r:Fact; r:gives {(941 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(941 1000) math:remainder 941}] [ a r:Fact; r:gives {(941 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(941 100) math:remainder 41}] [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(41 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1941]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 941]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 941]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8699 a r:Inference; +skolem:lemma4375 a r:Inference; r:gives { - 1942 :numberToDigits (1 9 4 2). + 942 :numberToDigits (0 9 4 2). }; r:evidence ( - [ a r:Fact; r:gives {(1942 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1942 1000) math:remainder 942}] + [ a r:Fact; r:gives {(942 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(942 1000) math:remainder 942}] [ a r:Fact; r:gives {(942 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(942 100) math:remainder 42}] [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(42 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1942]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 942]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 942]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8700 a r:Inference; +skolem:lemma4376 a r:Inference; r:gives { - 1943 :numberToDigits (1 9 4 3). + 943 :numberToDigits (0 9 4 3). }; r:evidence ( - [ a r:Fact; r:gives {(1943 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1943 1000) math:remainder 943}] + [ a r:Fact; r:gives {(943 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(943 1000) math:remainder 943}] [ a r:Fact; r:gives {(943 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(943 100) math:remainder 43}] [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(43 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1943]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 943]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 943]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8701 a r:Inference; +skolem:lemma4377 a r:Inference; r:gives { - 1944 :numberToDigits (1 9 4 4). + 944 :numberToDigits (0 9 4 4). }; r:evidence ( - [ a r:Fact; r:gives {(1944 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1944 1000) math:remainder 944}] + [ a r:Fact; r:gives {(944 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(944 1000) math:remainder 944}] [ a r:Fact; r:gives {(944 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(944 100) math:remainder 44}] [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(44 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1944]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 944]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 944]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8702 a r:Inference; +skolem:lemma4378 a r:Inference; r:gives { - 1945 :numberToDigits (1 9 4 5). + 945 :numberToDigits (0 9 4 5). }; r:evidence ( - [ a r:Fact; r:gives {(1945 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1945 1000) math:remainder 945}] + [ a r:Fact; r:gives {(945 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(945 1000) math:remainder 945}] [ a r:Fact; r:gives {(945 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(945 100) math:remainder 45}] [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(45 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1945]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 945]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 945]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8703 a r:Inference; +skolem:lemma4379 a r:Inference; r:gives { - 1946 :numberToDigits (1 9 4 6). + 946 :numberToDigits (0 9 4 6). }; r:evidence ( - [ a r:Fact; r:gives {(1946 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1946 1000) math:remainder 946}] + [ a r:Fact; r:gives {(946 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(946 1000) math:remainder 946}] [ a r:Fact; r:gives {(946 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(946 100) math:remainder 46}] [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(46 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1946]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 946]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 946]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8704 a r:Inference; +skolem:lemma4380 a r:Inference; r:gives { - 1947 :numberToDigits (1 9 4 7). + 947 :numberToDigits (0 9 4 7). }; r:evidence ( - [ a r:Fact; r:gives {(1947 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1947 1000) math:remainder 947}] + [ a r:Fact; r:gives {(947 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(947 1000) math:remainder 947}] [ a r:Fact; r:gives {(947 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(947 100) math:remainder 47}] [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(47 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1947]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 947]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 947]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8705 a r:Inference; +skolem:lemma4381 a r:Inference; r:gives { - 1948 :numberToDigits (1 9 4 8). + 948 :numberToDigits (0 9 4 8). }; r:evidence ( - [ a r:Fact; r:gives {(1948 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1948 1000) math:remainder 948}] + [ a r:Fact; r:gives {(948 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(948 1000) math:remainder 948}] [ a r:Fact; r:gives {(948 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(948 100) math:remainder 48}] [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(48 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1948]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 948]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 948]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8706 a r:Inference; +skolem:lemma4382 a r:Inference; r:gives { - 1949 :numberToDigits (1 9 4 9). + 949 :numberToDigits (0 9 4 9). }; r:evidence ( - [ a r:Fact; r:gives {(1949 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1949 1000) math:remainder 949}] + [ a r:Fact; r:gives {(949 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(949 1000) math:remainder 949}] [ a r:Fact; r:gives {(949 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(949 100) math:remainder 49}] [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] [ a r:Fact; r:gives {(49 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1949]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 949]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 949]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8707 a r:Inference; +skolem:lemma4383 a r:Inference; r:gives { - 1950 :numberToDigits (1 9 5 0). + 950 :numberToDigits (0 9 5 0). }; r:evidence ( - [ a r:Fact; r:gives {(1950 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1950 1000) math:remainder 950}] + [ a r:Fact; r:gives {(950 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(950 1000) math:remainder 950}] [ a r:Fact; r:gives {(950 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(950 100) math:remainder 50}] [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(50 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 950]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 950]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8708 a r:Inference; +skolem:lemma4384 a r:Inference; r:gives { - 1951 :numberToDigits (1 9 5 1). + 951 :numberToDigits (0 9 5 1). }; r:evidence ( - [ a r:Fact; r:gives {(1951 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1951 1000) math:remainder 951}] + [ a r:Fact; r:gives {(951 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(951 1000) math:remainder 951}] [ a r:Fact; r:gives {(951 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(951 100) math:remainder 51}] [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(51 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1951]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 951]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 951]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8709 a r:Inference; +skolem:lemma4385 a r:Inference; r:gives { - 1952 :numberToDigits (1 9 5 2). + 952 :numberToDigits (0 9 5 2). }; r:evidence ( - [ a r:Fact; r:gives {(1952 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1952 1000) math:remainder 952}] + [ a r:Fact; r:gives {(952 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(952 1000) math:remainder 952}] [ a r:Fact; r:gives {(952 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(952 100) math:remainder 52}] [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(52 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1952]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 952]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 952]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8710 a r:Inference; +skolem:lemma4386 a r:Inference; r:gives { - 1953 :numberToDigits (1 9 5 3). + 953 :numberToDigits (0 9 5 3). }; r:evidence ( - [ a r:Fact; r:gives {(1953 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1953 1000) math:remainder 953}] + [ a r:Fact; r:gives {(953 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(953 1000) math:remainder 953}] [ a r:Fact; r:gives {(953 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(953 100) math:remainder 53}] [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(53 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1953]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 953]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 953]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8711 a r:Inference; +skolem:lemma4387 a r:Inference; r:gives { - 1954 :numberToDigits (1 9 5 4). + 954 :numberToDigits (0 9 5 4). }; r:evidence ( - [ a r:Fact; r:gives {(1954 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1954 1000) math:remainder 954}] + [ a r:Fact; r:gives {(954 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(954 1000) math:remainder 954}] [ a r:Fact; r:gives {(954 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(954 100) math:remainder 54}] [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(54 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1954]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 954]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 954]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8712 a r:Inference; +skolem:lemma4388 a r:Inference; r:gives { - 1955 :numberToDigits (1 9 5 5). + 955 :numberToDigits (0 9 5 5). }; r:evidence ( - [ a r:Fact; r:gives {(1955 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1955 1000) math:remainder 955}] + [ a r:Fact; r:gives {(955 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(955 1000) math:remainder 955}] [ a r:Fact; r:gives {(955 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(955 100) math:remainder 55}] [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(55 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1955]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 955]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 955]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8713 a r:Inference; +skolem:lemma4389 a r:Inference; r:gives { - 1956 :numberToDigits (1 9 5 6). + 956 :numberToDigits (0 9 5 6). }; r:evidence ( - [ a r:Fact; r:gives {(1956 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1956 1000) math:remainder 956}] + [ a r:Fact; r:gives {(956 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(956 1000) math:remainder 956}] [ a r:Fact; r:gives {(956 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(956 100) math:remainder 56}] [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(56 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1956]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 956]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 956]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8714 a r:Inference; +skolem:lemma4390 a r:Inference; r:gives { - 1957 :numberToDigits (1 9 5 7). + 957 :numberToDigits (0 9 5 7). }; r:evidence ( - [ a r:Fact; r:gives {(1957 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1957 1000) math:remainder 957}] + [ a r:Fact; r:gives {(957 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(957 1000) math:remainder 957}] [ a r:Fact; r:gives {(957 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(957 100) math:remainder 57}] [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(57 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1957]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 957]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 957]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8715 a r:Inference; +skolem:lemma4391 a r:Inference; r:gives { - 1958 :numberToDigits (1 9 5 8). + 958 :numberToDigits (0 9 5 8). }; r:evidence ( - [ a r:Fact; r:gives {(1958 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1958 1000) math:remainder 958}] + [ a r:Fact; r:gives {(958 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(958 1000) math:remainder 958}] [ a r:Fact; r:gives {(958 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(958 100) math:remainder 58}] [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(58 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1958]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 958]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 958]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8716 a r:Inference; +skolem:lemma4392 a r:Inference; r:gives { - 1959 :numberToDigits (1 9 5 9). + 959 :numberToDigits (0 9 5 9). }; r:evidence ( - [ a r:Fact; r:gives {(1959 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1959 1000) math:remainder 959}] + [ a r:Fact; r:gives {(959 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(959 1000) math:remainder 959}] [ a r:Fact; r:gives {(959 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(959 100) math:remainder 59}] [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] [ a r:Fact; r:gives {(59 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1959]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 959]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 959]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8717 a r:Inference; +skolem:lemma4393 a r:Inference; r:gives { - 1960 :numberToDigits (1 9 6 0). + 960 :numberToDigits (0 9 6 0). }; r:evidence ( - [ a r:Fact; r:gives {(1960 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1960 1000) math:remainder 960}] + [ a r:Fact; r:gives {(960 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(960 1000) math:remainder 960}] [ a r:Fact; r:gives {(960 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(960 100) math:remainder 60}] [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(60 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 960]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 960]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8718 a r:Inference; +skolem:lemma4394 a r:Inference; r:gives { - 1961 :numberToDigits (1 9 6 1). + 961 :numberToDigits (0 9 6 1). }; r:evidence ( - [ a r:Fact; r:gives {(1961 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1961 1000) math:remainder 961}] + [ a r:Fact; r:gives {(961 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(961 1000) math:remainder 961}] [ a r:Fact; r:gives {(961 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(961 100) math:remainder 61}] [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(61 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1961]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 961]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 961]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8719 a r:Inference; +skolem:lemma4395 a r:Inference; r:gives { - 1962 :numberToDigits (1 9 6 2). + 962 :numberToDigits (0 9 6 2). }; r:evidence ( - [ a r:Fact; r:gives {(1962 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1962 1000) math:remainder 962}] + [ a r:Fact; r:gives {(962 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(962 1000) math:remainder 962}] [ a r:Fact; r:gives {(962 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(962 100) math:remainder 62}] [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(62 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1962]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 962]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 962]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8720 a r:Inference; +skolem:lemma4396 a r:Inference; r:gives { - 1963 :numberToDigits (1 9 6 3). + 963 :numberToDigits (0 9 6 3). }; r:evidence ( - [ a r:Fact; r:gives {(1963 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1963 1000) math:remainder 963}] + [ a r:Fact; r:gives {(963 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(963 1000) math:remainder 963}] [ a r:Fact; r:gives {(963 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(963 100) math:remainder 63}] [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(63 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1963]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 963]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 963]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8721 a r:Inference; +skolem:lemma4397 a r:Inference; r:gives { - 1964 :numberToDigits (1 9 6 4). + 964 :numberToDigits (0 9 6 4). }; r:evidence ( - [ a r:Fact; r:gives {(1964 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1964 1000) math:remainder 964}] + [ a r:Fact; r:gives {(964 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(964 1000) math:remainder 964}] [ a r:Fact; r:gives {(964 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(964 100) math:remainder 64}] [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(64 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1964]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 964]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 964]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8722 a r:Inference; +skolem:lemma4398 a r:Inference; r:gives { - 1965 :numberToDigits (1 9 6 5). + 965 :numberToDigits (0 9 6 5). }; r:evidence ( - [ a r:Fact; r:gives {(1965 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1965 1000) math:remainder 965}] + [ a r:Fact; r:gives {(965 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(965 1000) math:remainder 965}] [ a r:Fact; r:gives {(965 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(965 100) math:remainder 65}] [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(65 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1965]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 965]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 965]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8723 a r:Inference; +skolem:lemma4399 a r:Inference; r:gives { - 1966 :numberToDigits (1 9 6 6). + 966 :numberToDigits (0 9 6 6). }; r:evidence ( - [ a r:Fact; r:gives {(1966 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1966 1000) math:remainder 966}] + [ a r:Fact; r:gives {(966 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(966 1000) math:remainder 966}] [ a r:Fact; r:gives {(966 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(966 100) math:remainder 66}] [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(66 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1966]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 966]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 966]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8724 a r:Inference; +skolem:lemma4400 a r:Inference; r:gives { - 1967 :numberToDigits (1 9 6 7). + 967 :numberToDigits (0 9 6 7). }; r:evidence ( - [ a r:Fact; r:gives {(1967 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1967 1000) math:remainder 967}] + [ a r:Fact; r:gives {(967 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(967 1000) math:remainder 967}] [ a r:Fact; r:gives {(967 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(967 100) math:remainder 67}] [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(67 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1967]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 967]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 967]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8725 a r:Inference; +skolem:lemma4401 a r:Inference; r:gives { - 1968 :numberToDigits (1 9 6 8). + 968 :numberToDigits (0 9 6 8). }; r:evidence ( - [ a r:Fact; r:gives {(1968 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1968 1000) math:remainder 968}] + [ a r:Fact; r:gives {(968 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(968 1000) math:remainder 968}] [ a r:Fact; r:gives {(968 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(968 100) math:remainder 68}] [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(68 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1968]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 968]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 968]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8726 a r:Inference; +skolem:lemma4402 a r:Inference; r:gives { - 1969 :numberToDigits (1 9 6 9). + 969 :numberToDigits (0 9 6 9). }; r:evidence ( - [ a r:Fact; r:gives {(1969 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1969 1000) math:remainder 969}] + [ a r:Fact; r:gives {(969 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(969 1000) math:remainder 969}] [ a r:Fact; r:gives {(969 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(969 100) math:remainder 69}] [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] [ a r:Fact; r:gives {(69 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1969]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 969]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 969]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8727 a r:Inference; +skolem:lemma4403 a r:Inference; r:gives { - 1970 :numberToDigits (1 9 7 0). + 970 :numberToDigits (0 9 7 0). }; r:evidence ( - [ a r:Fact; r:gives {(1970 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1970 1000) math:remainder 970}] + [ a r:Fact; r:gives {(970 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(970 1000) math:remainder 970}] [ a r:Fact; r:gives {(970 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(970 100) math:remainder 70}] [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(70 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 970]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 970]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8728 a r:Inference; +skolem:lemma4404 a r:Inference; r:gives { - 1971 :numberToDigits (1 9 7 1). + 971 :numberToDigits (0 9 7 1). }; r:evidence ( - [ a r:Fact; r:gives {(1971 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1971 1000) math:remainder 971}] + [ a r:Fact; r:gives {(971 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(971 1000) math:remainder 971}] [ a r:Fact; r:gives {(971 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(971 100) math:remainder 71}] [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(71 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1971]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 971]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 971]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8729 a r:Inference; +skolem:lemma4405 a r:Inference; r:gives { - 1972 :numberToDigits (1 9 7 2). + 972 :numberToDigits (0 9 7 2). }; r:evidence ( - [ a r:Fact; r:gives {(1972 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1972 1000) math:remainder 972}] + [ a r:Fact; r:gives {(972 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(972 1000) math:remainder 972}] [ a r:Fact; r:gives {(972 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(972 100) math:remainder 72}] [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(72 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1972]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 972]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 972]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8730 a r:Inference; +skolem:lemma4406 a r:Inference; r:gives { - 1973 :numberToDigits (1 9 7 3). + 973 :numberToDigits (0 9 7 3). }; r:evidence ( - [ a r:Fact; r:gives {(1973 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1973 1000) math:remainder 973}] + [ a r:Fact; r:gives {(973 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(973 1000) math:remainder 973}] [ a r:Fact; r:gives {(973 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(973 100) math:remainder 73}] [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(73 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1973]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 973]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 973]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8731 a r:Inference; +skolem:lemma4407 a r:Inference; r:gives { - 1974 :numberToDigits (1 9 7 4). + 974 :numberToDigits (0 9 7 4). }; r:evidence ( - [ a r:Fact; r:gives {(1974 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1974 1000) math:remainder 974}] + [ a r:Fact; r:gives {(974 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(974 1000) math:remainder 974}] [ a r:Fact; r:gives {(974 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(974 100) math:remainder 74}] [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(74 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1974]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 974]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 974]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8732 a r:Inference; +skolem:lemma4408 a r:Inference; r:gives { - 1975 :numberToDigits (1 9 7 5). + 975 :numberToDigits (0 9 7 5). }; r:evidence ( - [ a r:Fact; r:gives {(1975 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1975 1000) math:remainder 975}] + [ a r:Fact; r:gives {(975 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(975 1000) math:remainder 975}] [ a r:Fact; r:gives {(975 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(975 100) math:remainder 75}] [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(75 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1975]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 975]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 975]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8733 a r:Inference; +skolem:lemma4409 a r:Inference; r:gives { - 1976 :numberToDigits (1 9 7 6). + 976 :numberToDigits (0 9 7 6). }; r:evidence ( - [ a r:Fact; r:gives {(1976 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1976 1000) math:remainder 976}] + [ a r:Fact; r:gives {(976 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(976 1000) math:remainder 976}] [ a r:Fact; r:gives {(976 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(976 100) math:remainder 76}] [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(76 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1976]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 976]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 976]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8734 a r:Inference; +skolem:lemma4410 a r:Inference; r:gives { - 1977 :numberToDigits (1 9 7 7). + 977 :numberToDigits (0 9 7 7). }; r:evidence ( - [ a r:Fact; r:gives {(1977 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1977 1000) math:remainder 977}] + [ a r:Fact; r:gives {(977 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(977 1000) math:remainder 977}] [ a r:Fact; r:gives {(977 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(977 100) math:remainder 77}] [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(77 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1977]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 977]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 977]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8735 a r:Inference; +skolem:lemma4411 a r:Inference; r:gives { - 1978 :numberToDigits (1 9 7 8). + 978 :numberToDigits (0 9 7 8). }; r:evidence ( - [ a r:Fact; r:gives {(1978 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1978 1000) math:remainder 978}] + [ a r:Fact; r:gives {(978 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(978 1000) math:remainder 978}] [ a r:Fact; r:gives {(978 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(978 100) math:remainder 78}] [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(78 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1978]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 978]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 978]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8736 a r:Inference; +skolem:lemma4412 a r:Inference; r:gives { - 1979 :numberToDigits (1 9 7 9). + 979 :numberToDigits (0 9 7 9). }; r:evidence ( - [ a r:Fact; r:gives {(1979 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1979 1000) math:remainder 979}] + [ a r:Fact; r:gives {(979 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(979 1000) math:remainder 979}] [ a r:Fact; r:gives {(979 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(979 100) math:remainder 79}] [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] [ a r:Fact; r:gives {(79 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1979]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 979]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 979]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8737 a r:Inference; +skolem:lemma4413 a r:Inference; r:gives { - 1980 :numberToDigits (1 9 8 0). + 980 :numberToDigits (0 9 8 0). }; r:evidence ( - [ a r:Fact; r:gives {(1980 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1980 1000) math:remainder 980}] + [ a r:Fact; r:gives {(980 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(980 1000) math:remainder 980}] [ a r:Fact; r:gives {(980 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(980 100) math:remainder 80}] [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(80 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 980]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 980]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8738 a r:Inference; +skolem:lemma4414 a r:Inference; r:gives { - 1981 :numberToDigits (1 9 8 1). + 981 :numberToDigits (0 9 8 1). }; r:evidence ( - [ a r:Fact; r:gives {(1981 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1981 1000) math:remainder 981}] + [ a r:Fact; r:gives {(981 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(981 1000) math:remainder 981}] [ a r:Fact; r:gives {(981 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(981 100) math:remainder 81}] [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(81 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1981]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 981]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 981]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8739 a r:Inference; +skolem:lemma4415 a r:Inference; r:gives { - 1982 :numberToDigits (1 9 8 2). + 982 :numberToDigits (0 9 8 2). }; r:evidence ( - [ a r:Fact; r:gives {(1982 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1982 1000) math:remainder 982}] + [ a r:Fact; r:gives {(982 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(982 1000) math:remainder 982}] [ a r:Fact; r:gives {(982 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(982 100) math:remainder 82}] [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(82 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1982]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 982]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 982]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8740 a r:Inference; +skolem:lemma4416 a r:Inference; r:gives { - 1983 :numberToDigits (1 9 8 3). + 983 :numberToDigits (0 9 8 3). }; r:evidence ( - [ a r:Fact; r:gives {(1983 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1983 1000) math:remainder 983}] + [ a r:Fact; r:gives {(983 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(983 1000) math:remainder 983}] [ a r:Fact; r:gives {(983 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(983 100) math:remainder 83}] [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(83 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1983]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 983]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 983]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8741 a r:Inference; +skolem:lemma4417 a r:Inference; r:gives { - 1984 :numberToDigits (1 9 8 4). + 984 :numberToDigits (0 9 8 4). }; r:evidence ( - [ a r:Fact; r:gives {(1984 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1984 1000) math:remainder 984}] + [ a r:Fact; r:gives {(984 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(984 1000) math:remainder 984}] [ a r:Fact; r:gives {(984 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(984 100) math:remainder 84}] [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(84 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1984]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 984]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 984]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8742 a r:Inference; +skolem:lemma4418 a r:Inference; r:gives { - 1985 :numberToDigits (1 9 8 5). + 985 :numberToDigits (0 9 8 5). }; r:evidence ( - [ a r:Fact; r:gives {(1985 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1985 1000) math:remainder 985}] + [ a r:Fact; r:gives {(985 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(985 1000) math:remainder 985}] [ a r:Fact; r:gives {(985 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(985 100) math:remainder 85}] [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(85 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1985]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 985]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 985]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8743 a r:Inference; +skolem:lemma4419 a r:Inference; r:gives { - 1986 :numberToDigits (1 9 8 6). + 986 :numberToDigits (0 9 8 6). }; r:evidence ( - [ a r:Fact; r:gives {(1986 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1986 1000) math:remainder 986}] + [ a r:Fact; r:gives {(986 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(986 1000) math:remainder 986}] [ a r:Fact; r:gives {(986 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(986 100) math:remainder 86}] [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(86 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1986]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 986]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 986]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8744 a r:Inference; +skolem:lemma4420 a r:Inference; r:gives { - 1987 :numberToDigits (1 9 8 7). + 987 :numberToDigits (0 9 8 7). }; r:evidence ( - [ a r:Fact; r:gives {(1987 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1987 1000) math:remainder 987}] + [ a r:Fact; r:gives {(987 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(987 1000) math:remainder 987}] [ a r:Fact; r:gives {(987 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(987 100) math:remainder 87}] [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(87 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1987]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 987]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 987]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8745 a r:Inference; +skolem:lemma4421 a r:Inference; r:gives { - 1988 :numberToDigits (1 9 8 8). + 988 :numberToDigits (0 9 8 8). }; r:evidence ( - [ a r:Fact; r:gives {(1988 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1988 1000) math:remainder 988}] + [ a r:Fact; r:gives {(988 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(988 1000) math:remainder 988}] [ a r:Fact; r:gives {(988 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(988 100) math:remainder 88}] [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(88 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1988]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 988]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 988]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8746 a r:Inference; +skolem:lemma4422 a r:Inference; r:gives { - 1989 :numberToDigits (1 9 8 9). + 989 :numberToDigits (0 9 8 9). }; r:evidence ( - [ a r:Fact; r:gives {(1989 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1989 1000) math:remainder 989}] + [ a r:Fact; r:gives {(989 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(989 1000) math:remainder 989}] [ a r:Fact; r:gives {(989 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(989 100) math:remainder 89}] [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] [ a r:Fact; r:gives {(89 10) math:remainder 9}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1989]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 989]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 989]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8747 a r:Inference; +skolem:lemma4423 a r:Inference; r:gives { - 1990 :numberToDigits (1 9 9 0). + 990 :numberToDigits (0 9 9 0). }; r:evidence ( - [ a r:Fact; r:gives {(1990 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1990 1000) math:remainder 990}] + [ a r:Fact; r:gives {(990 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(990 1000) math:remainder 990}] [ a r:Fact; r:gives {(990 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(990 100) math:remainder 90}] [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(90 10) math:remainder 0}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1990]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 990]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 990]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8748 a r:Inference; +skolem:lemma4424 a r:Inference; r:gives { - 1991 :numberToDigits (1 9 9 1). + 991 :numberToDigits (0 9 9 1). }; r:evidence ( - [ a r:Fact; r:gives {(1991 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1991 1000) math:remainder 991}] + [ a r:Fact; r:gives {(991 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(991 1000) math:remainder 991}] [ a r:Fact; r:gives {(991 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(991 100) math:remainder 91}] [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(91 10) math:remainder 1}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 991]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 991]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8749 a r:Inference; +skolem:lemma4425 a r:Inference; r:gives { - 1992 :numberToDigits (1 9 9 2). + 992 :numberToDigits (0 9 9 2). }; r:evidence ( - [ a r:Fact; r:gives {(1992 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1992 1000) math:remainder 992}] + [ a r:Fact; r:gives {(992 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(992 1000) math:remainder 992}] [ a r:Fact; r:gives {(992 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(992 100) math:remainder 92}] [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(92 10) math:remainder 2}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 992]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 992]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8750 a r:Inference; +skolem:lemma4426 a r:Inference; r:gives { - 1993 :numberToDigits (1 9 9 3). + 993 :numberToDigits (0 9 9 3). }; r:evidence ( - [ a r:Fact; r:gives {(1993 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1993 1000) math:remainder 993}] + [ a r:Fact; r:gives {(993 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(993 1000) math:remainder 993}] [ a r:Fact; r:gives {(993 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(993 100) math:remainder 93}] [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(93 10) math:remainder 3}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 993]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 993]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8751 a r:Inference; +skolem:lemma4427 a r:Inference; r:gives { - 1994 :numberToDigits (1 9 9 4). + 994 :numberToDigits (0 9 9 4). }; r:evidence ( - [ a r:Fact; r:gives {(1994 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1994 1000) math:remainder 994}] + [ a r:Fact; r:gives {(994 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(994 1000) math:remainder 994}] [ a r:Fact; r:gives {(994 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(994 100) math:remainder 94}] [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(94 10) math:remainder 4}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 994]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 994]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8752 a r:Inference; +skolem:lemma4428 a r:Inference; r:gives { - 1995 :numberToDigits (1 9 9 5). + 995 :numberToDigits (0 9 9 5). }; r:evidence ( - [ a r:Fact; r:gives {(1995 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1995 1000) math:remainder 995}] + [ a r:Fact; r:gives {(995 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(995 1000) math:remainder 995}] [ a r:Fact; r:gives {(995 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(995 100) math:remainder 95}] [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(95 10) math:remainder 5}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 995]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 995]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8753 a r:Inference; +skolem:lemma4429 a r:Inference; r:gives { - 1996 :numberToDigits (1 9 9 6). + 996 :numberToDigits (0 9 9 6). }; r:evidence ( - [ a r:Fact; r:gives {(1996 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1996 1000) math:remainder 996}] + [ a r:Fact; r:gives {(996 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(996 1000) math:remainder 996}] [ a r:Fact; r:gives {(996 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(996 100) math:remainder 96}] [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(96 10) math:remainder 6}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 996]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 996]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8754 a r:Inference; +skolem:lemma4430 a r:Inference; r:gives { - 1997 :numberToDigits (1 9 9 7). + 997 :numberToDigits (0 9 9 7). }; r:evidence ( - [ a r:Fact; r:gives {(1997 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1997 1000) math:remainder 997}] + [ a r:Fact; r:gives {(997 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(997 1000) math:remainder 997}] [ a r:Fact; r:gives {(997 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(997 100) math:remainder 97}] [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(97 10) math:remainder 7}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 997]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 997]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8755 a r:Inference; +skolem:lemma4431 a r:Inference; r:gives { - 1998 :numberToDigits (1 9 9 8). + 998 :numberToDigits (0 9 9 8). }; r:evidence ( - [ a r:Fact; r:gives {(1998 1000) math:integerQuotient 1}] - [ a r:Fact; r:gives {(1998 1000) math:remainder 998}] + [ a r:Fact; r:gives {(998 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(998 1000) math:remainder 998}] [ a r:Fact; r:gives {(998 100) math:integerQuotient 9}] [ a r:Fact; r:gives {(998 100) math:remainder 98}] [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] [ a r:Fact; r:gives {(98 10) math:remainder 8}] ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 998]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 998]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma8756. + r:rule skolem:lemma4432. -skolem:lemma8756 a r:Extraction; +skolem:lemma4432 a r:Extraction; r:gives { @forAll var:x_0, var:x_1, var:x_2, var:x_3, var:x_4, var:x_5, var:x_6. { var:x_0 :numberToDigits (var:x_1 var:x_3 var:x_5 var:x_6). @@ -175111,7 +88631,7 @@ skolem:lemma8756 a r:Extraction; }; r:because [ a r:Parsing; r:source ]. -skolem:lemma8757 a r:Extraction; +skolem:lemma4433 a r:Extraction; r:gives { @forAll var:x_0, var:x_1, var:x_2, var:x_3, var:x_4, var:x_5, var:x_6, var:x_7. { (var:x_0 var:x_2 var:x_4 var:x_6) :digitsToNumber var:x_7. diff --git a/reasoning/kaprekar-constant/kaprekar-constant-query.n3 b/reasoning/kaprekar-constant/kaprekar-constant-query.n3 index 404dc0087..c0b0ac730 100644 --- a/reasoning/kaprekar-constant/kaprekar-constant-query.n3 +++ b/reasoning/kaprekar-constant/kaprekar-constant-query.n3 @@ -2,7 +2,7 @@ @prefix : . { - 1999 log:repeat ?I. + 999 log:repeat ?I. ?I :recursionCount ?N. } => { ?I :recursionCount ?N. diff --git a/reasoning/proof-by-recursion/README b/reasoning/proof-by-induction/README similarity index 100% rename from reasoning/proof-by-recursion/README rename to reasoning/proof-by-induction/README diff --git a/reasoning/proof-by-recursion/example1-answer.n3 b/reasoning/proof-by-induction/example1-answer.n3 similarity index 100% rename from reasoning/proof-by-recursion/example1-answer.n3 rename to reasoning/proof-by-induction/example1-answer.n3 diff --git a/reasoning/proof-by-recursion/example1-proof.n3 b/reasoning/proof-by-induction/example1-proof.n3 similarity index 99% rename from reasoning/proof-by-recursion/example1-proof.n3 rename to reasoning/proof-by-induction/example1-proof.n3 index e5276090e..fdd2c9e27 100644 --- a/reasoning/proof-by-recursion/example1-proof.n3 +++ b/reasoning/proof-by-induction/example1-proof.n3 @@ -45,7 +45,7 @@ skolem:lemma3 a r:Extraction; 4096 :sum var:x_0. }. }; - r:because [ a r:Parsing; r:source ]. + r:because [ a r:Parsing; r:source ]. skolem:lemma4 a r:Inference; r:gives { @@ -74,7 +74,7 @@ skolem:lemma5 a r:Extraction; (var:x_2 var:x_0) math:sum var:x_3. }. }; - r:because [ a r:Parsing; r:source ]. + r:because [ a r:Parsing; r:source ]. skolem:lemma6 a r:Inference; r:gives { @@ -65584,5 +65584,5 @@ skolem:lemma4100 a r:Extraction; r:gives { 0 :sum 0 . }; - r:because [ a r:Parsing; r:source ]. + r:because [ a r:Parsing; r:source ]. diff --git a/reasoning/proof-by-recursion/example1-query.n3 b/reasoning/proof-by-induction/example1-query.n3 similarity index 100% rename from reasoning/proof-by-recursion/example1-query.n3 rename to reasoning/proof-by-induction/example1-query.n3 diff --git a/reasoning/proof-by-recursion/example1.n3 b/reasoning/proof-by-induction/example1.n3 similarity index 100% rename from reasoning/proof-by-recursion/example1.n3 rename to reasoning/proof-by-induction/example1.n3 diff --git a/reasoning/proof-by-induction/example2-answer.n3 b/reasoning/proof-by-induction/example2-answer.n3 new file mode 100644 index 000000000..05db2d8b9 --- /dev/null +++ b/reasoning/proof-by-induction/example2-answer.n3 @@ -0,0 +1,1001 @@ +@prefix : . + +1 :recursionCount 5 . +2 :recursionCount 4 . +3 :recursionCount 6 . +4 :recursionCount 4 . +5 :recursionCount 6 . +6 :recursionCount 6 . +7 :recursionCount 4 . +8 :recursionCount 6 . +9 :recursionCount 4 . +10 :recursionCount 5 . +11 :recursionCount 4 . +12 :recursionCount 3 . +13 :recursionCount 3 . +14 :recursionCount 7 . +15 :recursionCount 7 . +16 :recursionCount 7 . +17 :recursionCount 3 . +18 :recursionCount 3 . +19 :recursionCount 4 . +20 :recursionCount 4 . +21 :recursionCount 3 . +22 :recursionCount 6 . +23 :recursionCount 5 . +24 :recursionCount 2 . +25 :recursionCount 7 . +26 :recursionCount 1 . +27 :recursionCount 5 . +28 :recursionCount 6 . +29 :recursionCount 3 . +30 :recursionCount 6 . +31 :recursionCount 3 . +32 :recursionCount 5 . +33 :recursionCount 6 . +34 :recursionCount 3 . +35 :recursionCount 5 . +36 :recursionCount 3 . +37 :recursionCount 6 . +38 :recursionCount 5 . +39 :recursionCount 3 . +40 :recursionCount 4 . +41 :recursionCount 7 . +42 :recursionCount 2 . +43 :recursionCount 3 . +44 :recursionCount 4 . +45 :recursionCount 5 . +46 :recursionCount 4 . +47 :recursionCount 3 . +48 :recursionCount 2 . +49 :recursionCount 7 . +50 :recursionCount 6 . +51 :recursionCount 7 . +52 :recursionCount 7 . +53 :recursionCount 5 . +54 :recursionCount 5 . +55 :recursionCount 5 . +56 :recursionCount 5 . +57 :recursionCount 5 . +58 :recursionCount 7 . +59 :recursionCount 7 . +60 :recursionCount 6 . +61 :recursionCount 7 . +62 :recursionCount 1 . +63 :recursionCount 3 . +64 :recursionCount 4 . +65 :recursionCount 5 . +66 :recursionCount 4 . +67 :recursionCount 3 . +68 :recursionCount 2 . +69 :recursionCount 7 . +70 :recursionCount 4 . +71 :recursionCount 3 . +72 :recursionCount 5 . +73 :recursionCount 6 . +74 :recursionCount 3 . +75 :recursionCount 5 . +76 :recursionCount 3 . +77 :recursionCount 6 . +78 :recursionCount 5 . +79 :recursionCount 3 . +80 :recursionCount 6 . +81 :recursionCount 3 . +82 :recursionCount 6 . +83 :recursionCount 5 . +84 :recursionCount 2 . +85 :recursionCount 7 . +86 :recursionCount 2 . +87 :recursionCount 5 . +88 :recursionCount 6 . +89 :recursionCount 3 . +90 :recursionCount 4 . +91 :recursionCount 4 . +92 :recursionCount 3 . +93 :recursionCount 3 . +94 :recursionCount 7 . +95 :recursionCount 7 . +96 :recursionCount 7 . +97 :recursionCount 3 . +98 :recursionCount 3 . +99 :recursionCount 4 . +100 :recursionCount 5 . +101 :recursionCount 4 . +102 :recursionCount 3 . +103 :recursionCount 3 . +104 :recursionCount 7 . +105 :recursionCount 7 . +106 :recursionCount 7 . +107 :recursionCount 3 . +108 :recursionCount 3 . +109 :recursionCount 4 . +110 :recursionCount 4 . +111 :recursionCount 5 . +112 :recursionCount 4 . +113 :recursionCount 6 . +114 :recursionCount 4 . +115 :recursionCount 6 . +116 :recursionCount 6 . +117 :recursionCount 4 . +118 :recursionCount 6 . +119 :recursionCount 4 . +120 :recursionCount 3 . +121 :recursionCount 4 . +122 :recursionCount 3 . +123 :recursionCount 3 . +124 :recursionCount 7 . +125 :recursionCount 7 . +126 :recursionCount 7 . +127 :recursionCount 3 . +128 :recursionCount 3 . +129 :recursionCount 4 . +130 :recursionCount 3 . +131 :recursionCount 6 . +132 :recursionCount 3 . +133 :recursionCount 5 . +134 :recursionCount 2 . +135 :recursionCount 7 . +136 :recursionCount 1 . +137 :recursionCount 5 . +138 :recursionCount 6 . +139 :recursionCount 3 . +140 :recursionCount 7 . +141 :recursionCount 4 . +142 :recursionCount 7 . +143 :recursionCount 2 . +144 :recursionCount 3 . +145 :recursionCount 5 . +146 :recursionCount 3 . +147 :recursionCount 6 . +148 :recursionCount 5 . +149 :recursionCount 3 . +150 :recursionCount 7 . +151 :recursionCount 6 . +152 :recursionCount 7 . +153 :recursionCount 7 . +154 :recursionCount 5 . +155 :recursionCount 5 . +156 :recursionCount 4 . +157 :recursionCount 3 . +158 :recursionCount 2 . +159 :recursionCount 7 . +160 :recursionCount 7 . +161 :recursionCount 6 . +162 :recursionCount 7 . +163 :recursionCount 1 . +164 :recursionCount 3 . +165 :recursionCount 4 . +166 :recursionCount 5 . +167 :recursionCount 5 . +168 :recursionCount 7 . +169 :recursionCount 7 . +170 :recursionCount 3 . +171 :recursionCount 4 . +172 :recursionCount 3 . +173 :recursionCount 5 . +174 :recursionCount 6 . +175 :recursionCount 3 . +176 :recursionCount 5 . +177 :recursionCount 3 . +178 :recursionCount 2 . +179 :recursionCount 7 . +180 :recursionCount 3 . +181 :recursionCount 6 . +182 :recursionCount 3 . +183 :recursionCount 6 . +184 :recursionCount 5 . +185 :recursionCount 2 . +186 :recursionCount 7 . +187 :recursionCount 2 . +188 :recursionCount 5 . +189 :recursionCount 3 . +190 :recursionCount 4 . +191 :recursionCount 4 . +192 :recursionCount 4 . +193 :recursionCount 3 . +194 :recursionCount 3 . +195 :recursionCount 7 . +196 :recursionCount 7 . +197 :recursionCount 7 . +198 :recursionCount 3 . +199 :recursionCount 3 . +200 :recursionCount 4 . +201 :recursionCount 3 . +202 :recursionCount 6 . +203 :recursionCount 5 . +204 :recursionCount 2 . +205 :recursionCount 7 . +206 :recursionCount 1 . +207 :recursionCount 5 . +208 :recursionCount 6 . +209 :recursionCount 3 . +210 :recursionCount 3 . +211 :recursionCount 4 . +212 :recursionCount 3 . +213 :recursionCount 3 . +214 :recursionCount 7 . +215 :recursionCount 7 . +216 :recursionCount 7 . +217 :recursionCount 3 . +218 :recursionCount 3 . +219 :recursionCount 4 . +220 :recursionCount 6 . +221 :recursionCount 3 . +222 :recursionCount 4 . +223 :recursionCount 6 . +224 :recursionCount 4 . +225 :recursionCount 6 . +226 :recursionCount 6 . +227 :recursionCount 4 . +228 :recursionCount 6 . +229 :recursionCount 4 . +230 :recursionCount 5 . +231 :recursionCount 3 . +232 :recursionCount 6 . +233 :recursionCount 3 . +234 :recursionCount 7 . +235 :recursionCount 7 . +236 :recursionCount 7 . +237 :recursionCount 3 . +238 :recursionCount 3 . +239 :recursionCount 4 . +240 :recursionCount 2 . +241 :recursionCount 7 . +242 :recursionCount 4 . +243 :recursionCount 7 . +244 :recursionCount 2 . +245 :recursionCount 7 . +246 :recursionCount 1 . +247 :recursionCount 5 . +248 :recursionCount 6 . +249 :recursionCount 3 . +250 :recursionCount 7 . +251 :recursionCount 7 . +252 :recursionCount 6 . +253 :recursionCount 7 . +254 :recursionCount 7 . +255 :recursionCount 5 . +256 :recursionCount 3 . +257 :recursionCount 6 . +258 :recursionCount 5 . +259 :recursionCount 3 . +260 :recursionCount 1 . +261 :recursionCount 7 . +262 :recursionCount 6 . +263 :recursionCount 7 . +264 :recursionCount 1 . +265 :recursionCount 3 . +266 :recursionCount 4 . +267 :recursionCount 3 . +268 :recursionCount 2 . +269 :recursionCount 7 . +270 :recursionCount 5 . +271 :recursionCount 3 . +272 :recursionCount 4 . +273 :recursionCount 3 . +274 :recursionCount 5 . +275 :recursionCount 6 . +276 :recursionCount 3 . +277 :recursionCount 5 . +278 :recursionCount 7 . +279 :recursionCount 7 . +280 :recursionCount 6 . +281 :recursionCount 3 . +282 :recursionCount 6 . +283 :recursionCount 3 . +284 :recursionCount 6 . +285 :recursionCount 5 . +286 :recursionCount 2 . +287 :recursionCount 7 . +288 :recursionCount 2 . +289 :recursionCount 7 . +290 :recursionCount 3 . +291 :recursionCount 4 . +292 :recursionCount 4 . +293 :recursionCount 4 . +294 :recursionCount 3 . +295 :recursionCount 3 . +296 :recursionCount 7 . +297 :recursionCount 7 . +298 :recursionCount 7 . +299 :recursionCount 3 . +300 :recursionCount 6 . +301 :recursionCount 3 . +302 :recursionCount 5 . +303 :recursionCount 6 . +304 :recursionCount 3 . +305 :recursionCount 5 . +306 :recursionCount 3 . +307 :recursionCount 6 . +308 :recursionCount 5 . +309 :recursionCount 3 . +310 :recursionCount 3 . +311 :recursionCount 6 . +312 :recursionCount 3 . +313 :recursionCount 5 . +314 :recursionCount 2 . +315 :recursionCount 7 . +316 :recursionCount 1 . +317 :recursionCount 5 . +318 :recursionCount 6 . +319 :recursionCount 3 . +320 :recursionCount 5 . +321 :recursionCount 3 . +322 :recursionCount 6 . +323 :recursionCount 3 . +324 :recursionCount 7 . +325 :recursionCount 7 . +326 :recursionCount 7 . +327 :recursionCount 3 . +328 :recursionCount 3 . +329 :recursionCount 4 . +330 :recursionCount 6 . +331 :recursionCount 5 . +332 :recursionCount 3 . +333 :recursionCount 6 . +334 :recursionCount 4 . +335 :recursionCount 6 . +336 :recursionCount 6 . +337 :recursionCount 4 . +338 :recursionCount 6 . +339 :recursionCount 4 . +340 :recursionCount 3 . +341 :recursionCount 2 . +342 :recursionCount 7 . +343 :recursionCount 4 . +344 :recursionCount 7 . +345 :recursionCount 7 . +346 :recursionCount 7 . +347 :recursionCount 3 . +348 :recursionCount 3 . +349 :recursionCount 4 . +350 :recursionCount 5 . +351 :recursionCount 7 . +352 :recursionCount 7 . +353 :recursionCount 6 . +354 :recursionCount 7 . +355 :recursionCount 7 . +356 :recursionCount 1 . +357 :recursionCount 5 . +358 :recursionCount 6 . +359 :recursionCount 3 . +360 :recursionCount 3 . +361 :recursionCount 1 . +362 :recursionCount 7 . +363 :recursionCount 6 . +364 :recursionCount 7 . +365 :recursionCount 1 . +366 :recursionCount 3 . +367 :recursionCount 6 . +368 :recursionCount 5 . +369 :recursionCount 3 . +370 :recursionCount 6 . +371 :recursionCount 5 . +372 :recursionCount 3 . +373 :recursionCount 4 . +374 :recursionCount 3 . +375 :recursionCount 5 . +376 :recursionCount 6 . +377 :recursionCount 3 . +378 :recursionCount 2 . +379 :recursionCount 7 . +380 :recursionCount 5 . +381 :recursionCount 6 . +382 :recursionCount 3 . +383 :recursionCount 6 . +384 :recursionCount 3 . +385 :recursionCount 6 . +386 :recursionCount 5 . +387 :recursionCount 2 . +388 :recursionCount 7 . +389 :recursionCount 7 . +390 :recursionCount 3 . +391 :recursionCount 3 . +392 :recursionCount 4 . +393 :recursionCount 4 . +394 :recursionCount 4 . +395 :recursionCount 3 . +396 :recursionCount 3 . +397 :recursionCount 7 . +398 :recursionCount 7 . +399 :recursionCount 7 . +400 :recursionCount 4 . +401 :recursionCount 7 . +402 :recursionCount 2 . +403 :recursionCount 3 . +404 :recursionCount 4 . +405 :recursionCount 5 . +406 :recursionCount 4 . +407 :recursionCount 3 . +408 :recursionCount 2 . +409 :recursionCount 7 . +410 :recursionCount 7 . +411 :recursionCount 4 . +412 :recursionCount 7 . +413 :recursionCount 2 . +414 :recursionCount 3 . +415 :recursionCount 5 . +416 :recursionCount 3 . +417 :recursionCount 6 . +418 :recursionCount 5 . +419 :recursionCount 3 . +420 :recursionCount 2 . +421 :recursionCount 7 . +422 :recursionCount 4 . +423 :recursionCount 7 . +424 :recursionCount 2 . +425 :recursionCount 7 . +426 :recursionCount 1 . +427 :recursionCount 5 . +428 :recursionCount 6 . +429 :recursionCount 3 . +430 :recursionCount 3 . +431 :recursionCount 2 . +432 :recursionCount 7 . +433 :recursionCount 4 . +434 :recursionCount 7 . +435 :recursionCount 7 . +436 :recursionCount 7 . +437 :recursionCount 3 . +438 :recursionCount 3 . +439 :recursionCount 4 . +440 :recursionCount 4 . +441 :recursionCount 3 . +442 :recursionCount 2 . +443 :recursionCount 7 . +444 :recursionCount 4 . +445 :recursionCount 6 . +446 :recursionCount 6 . +447 :recursionCount 4 . +448 :recursionCount 6 . +449 :recursionCount 4 . +450 :recursionCount 5 . +451 :recursionCount 5 . +452 :recursionCount 7 . +453 :recursionCount 7 . +454 :recursionCount 6 . +455 :recursionCount 7 . +456 :recursionCount 7 . +457 :recursionCount 3 . +458 :recursionCount 3 . +459 :recursionCount 4 . +460 :recursionCount 4 . +461 :recursionCount 3 . +462 :recursionCount 1 . +463 :recursionCount 7 . +464 :recursionCount 6 . +465 :recursionCount 7 . +466 :recursionCount 1 . +467 :recursionCount 5 . +468 :recursionCount 6 . +469 :recursionCount 3 . +470 :recursionCount 3 . +471 :recursionCount 6 . +472 :recursionCount 5 . +473 :recursionCount 3 . +474 :recursionCount 4 . +475 :recursionCount 3 . +476 :recursionCount 5 . +477 :recursionCount 6 . +478 :recursionCount 5 . +479 :recursionCount 3 . +480 :recursionCount 2 . +481 :recursionCount 5 . +482 :recursionCount 6 . +483 :recursionCount 3 . +484 :recursionCount 6 . +485 :recursionCount 3 . +486 :recursionCount 6 . +487 :recursionCount 5 . +488 :recursionCount 2 . +489 :recursionCount 7 . +490 :recursionCount 7 . +491 :recursionCount 3 . +492 :recursionCount 3 . +493 :recursionCount 4 . +494 :recursionCount 4 . +495 :recursionCount 4 . +496 :recursionCount 3 . +497 :recursionCount 3 . +498 :recursionCount 7 . +499 :recursionCount 7 . +500 :recursionCount 6 . +501 :recursionCount 7 . +502 :recursionCount 7 . +503 :recursionCount 5 . +504 :recursionCount 5 . +505 :recursionCount 5 . +506 :recursionCount 5 . +507 :recursionCount 5 . +508 :recursionCount 7 . +509 :recursionCount 7 . +510 :recursionCount 7 . +511 :recursionCount 6 . +512 :recursionCount 7 . +513 :recursionCount 7 . +514 :recursionCount 5 . +515 :recursionCount 5 . +516 :recursionCount 4 . +517 :recursionCount 3 . +518 :recursionCount 2 . +519 :recursionCount 7 . +520 :recursionCount 7 . +521 :recursionCount 7 . +522 :recursionCount 6 . +523 :recursionCount 7 . +524 :recursionCount 7 . +525 :recursionCount 5 . +526 :recursionCount 3 . +527 :recursionCount 6 . +528 :recursionCount 5 . +529 :recursionCount 3 . +530 :recursionCount 5 . +531 :recursionCount 7 . +532 :recursionCount 7 . +533 :recursionCount 6 . +534 :recursionCount 7 . +535 :recursionCount 7 . +536 :recursionCount 1 . +537 :recursionCount 5 . +538 :recursionCount 6 . +539 :recursionCount 3 . +540 :recursionCount 5 . +541 :recursionCount 5 . +542 :recursionCount 7 . +543 :recursionCount 7 . +544 :recursionCount 6 . +545 :recursionCount 7 . +546 :recursionCount 7 . +547 :recursionCount 3 . +548 :recursionCount 3 . +549 :recursionCount 4 . +550 :recursionCount 5 . +551 :recursionCount 5 . +552 :recursionCount 5 . +553 :recursionCount 7 . +554 :recursionCount 7 . +555 :recursionCount 6 . +556 :recursionCount 6 . +557 :recursionCount 4 . +558 :recursionCount 6 . +559 :recursionCount 4 . +560 :recursionCount 5 . +561 :recursionCount 4 . +562 :recursionCount 3 . +563 :recursionCount 1 . +564 :recursionCount 7 . +565 :recursionCount 6 . +566 :recursionCount 7 . +567 :recursionCount 3 . +568 :recursionCount 3 . +569 :recursionCount 4 . +570 :recursionCount 5 . +571 :recursionCount 3 . +572 :recursionCount 6 . +573 :recursionCount 5 . +574 :recursionCount 3 . +575 :recursionCount 4 . +576 :recursionCount 3 . +577 :recursionCount 5 . +578 :recursionCount 6 . +579 :recursionCount 3 . +580 :recursionCount 7 . +581 :recursionCount 2 . +582 :recursionCount 5 . +583 :recursionCount 6 . +584 :recursionCount 3 . +585 :recursionCount 6 . +586 :recursionCount 3 . +587 :recursionCount 6 . +588 :recursionCount 5 . +589 :recursionCount 3 . +590 :recursionCount 7 . +591 :recursionCount 7 . +592 :recursionCount 3 . +593 :recursionCount 3 . +594 :recursionCount 4 . +595 :recursionCount 4 . +596 :recursionCount 4 . +597 :recursionCount 3 . +598 :recursionCount 3 . +599 :recursionCount 7 . +600 :recursionCount 6 . +601 :recursionCount 7 . +602 :recursionCount 1 . +603 :recursionCount 3 . +604 :recursionCount 4 . +605 :recursionCount 5 . +606 :recursionCount 4 . +607 :recursionCount 3 . +608 :recursionCount 2 . +609 :recursionCount 7 . +610 :recursionCount 7 . +611 :recursionCount 6 . +612 :recursionCount 7 . +613 :recursionCount 1 . +614 :recursionCount 3 . +615 :recursionCount 4 . +616 :recursionCount 5 . +617 :recursionCount 5 . +618 :recursionCount 7 . +619 :recursionCount 7 . +620 :recursionCount 1 . +621 :recursionCount 7 . +622 :recursionCount 6 . +623 :recursionCount 7 . +624 :recursionCount 1 . +625 :recursionCount 3 . +626 :recursionCount 4 . +627 :recursionCount 3 . +628 :recursionCount 2 . +629 :recursionCount 7 . +630 :recursionCount 3 . +631 :recursionCount 1 . +632 :recursionCount 7 . +633 :recursionCount 6 . +634 :recursionCount 7 . +635 :recursionCount 1 . +636 :recursionCount 3 . +637 :recursionCount 6 . +638 :recursionCount 5 . +639 :recursionCount 3 . +640 :recursionCount 4 . +641 :recursionCount 3 . +642 :recursionCount 1 . +643 :recursionCount 7 . +644 :recursionCount 6 . +645 :recursionCount 7 . +646 :recursionCount 1 . +647 :recursionCount 5 . +648 :recursionCount 6 . +649 :recursionCount 3 . +650 :recursionCount 5 . +651 :recursionCount 4 . +652 :recursionCount 3 . +653 :recursionCount 1 . +654 :recursionCount 7 . +655 :recursionCount 6 . +656 :recursionCount 7 . +657 :recursionCount 3 . +658 :recursionCount 3 . +659 :recursionCount 4 . +660 :recursionCount 4 . +661 :recursionCount 5 . +662 :recursionCount 4 . +663 :recursionCount 3 . +664 :recursionCount 1 . +665 :recursionCount 7 . +666 :recursionCount 6 . +667 :recursionCount 4 . +668 :recursionCount 6 . +669 :recursionCount 4 . +670 :recursionCount 3 . +671 :recursionCount 5 . +672 :recursionCount 3 . +673 :recursionCount 6 . +674 :recursionCount 5 . +675 :recursionCount 3 . +676 :recursionCount 4 . +677 :recursionCount 3 . +678 :recursionCount 3 . +679 :recursionCount 4 . +680 :recursionCount 2 . +681 :recursionCount 7 . +682 :recursionCount 2 . +683 :recursionCount 5 . +684 :recursionCount 6 . +685 :recursionCount 3 . +686 :recursionCount 6 . +687 :recursionCount 3 . +688 :recursionCount 6 . +689 :recursionCount 3 . +690 :recursionCount 7 . +691 :recursionCount 7 . +692 :recursionCount 7 . +693 :recursionCount 3 . +694 :recursionCount 3 . +695 :recursionCount 4 . +696 :recursionCount 4 . +697 :recursionCount 4 . +698 :recursionCount 3 . +699 :recursionCount 3 . +700 :recursionCount 4 . +701 :recursionCount 3 . +702 :recursionCount 5 . +703 :recursionCount 6 . +704 :recursionCount 3 . +705 :recursionCount 5 . +706 :recursionCount 3 . +707 :recursionCount 6 . +708 :recursionCount 5 . +709 :recursionCount 3 . +710 :recursionCount 3 . +711 :recursionCount 4 . +712 :recursionCount 3 . +713 :recursionCount 5 . +714 :recursionCount 6 . +715 :recursionCount 3 . +716 :recursionCount 5 . +717 :recursionCount 3 . +718 :recursionCount 2 . +719 :recursionCount 7 . +720 :recursionCount 5 . +721 :recursionCount 3 . +722 :recursionCount 4 . +723 :recursionCount 3 . +724 :recursionCount 5 . +725 :recursionCount 6 . +726 :recursionCount 3 . +727 :recursionCount 5 . +728 :recursionCount 7 . +729 :recursionCount 7 . +730 :recursionCount 6 . +731 :recursionCount 5 . +732 :recursionCount 3 . +733 :recursionCount 4 . +734 :recursionCount 3 . +735 :recursionCount 5 . +736 :recursionCount 6 . +737 :recursionCount 3 . +738 :recursionCount 2 . +739 :recursionCount 7 . +740 :recursionCount 3 . +741 :recursionCount 6 . +742 :recursionCount 5 . +743 :recursionCount 3 . +744 :recursionCount 4 . +745 :recursionCount 3 . +746 :recursionCount 5 . +747 :recursionCount 6 . +748 :recursionCount 5 . +749 :recursionCount 3 . +750 :recursionCount 5 . +751 :recursionCount 3 . +752 :recursionCount 6 . +753 :recursionCount 5 . +754 :recursionCount 3 . +755 :recursionCount 4 . +756 :recursionCount 3 . +757 :recursionCount 5 . +758 :recursionCount 6 . +759 :recursionCount 3 . +760 :recursionCount 3 . +761 :recursionCount 5 . +762 :recursionCount 3 . +763 :recursionCount 6 . +764 :recursionCount 5 . +765 :recursionCount 3 . +766 :recursionCount 4 . +767 :recursionCount 3 . +768 :recursionCount 3 . +769 :recursionCount 4 . +770 :recursionCount 6 . +771 :recursionCount 3 . +772 :recursionCount 5 . +773 :recursionCount 3 . +774 :recursionCount 6 . +775 :recursionCount 5 . +776 :recursionCount 3 . +777 :recursionCount 4 . +778 :recursionCount 6 . +779 :recursionCount 4 . +780 :recursionCount 5 . +781 :recursionCount 2 . +782 :recursionCount 7 . +783 :recursionCount 2 . +784 :recursionCount 5 . +785 :recursionCount 6 . +786 :recursionCount 3 . +787 :recursionCount 6 . +788 :recursionCount 3 . +789 :recursionCount 4 . +790 :recursionCount 3 . +791 :recursionCount 7 . +792 :recursionCount 7 . +793 :recursionCount 7 . +794 :recursionCount 3 . +795 :recursionCount 3 . +796 :recursionCount 4 . +797 :recursionCount 4 . +798 :recursionCount 4 . +799 :recursionCount 3 . +800 :recursionCount 6 . +801 :recursionCount 3 . +802 :recursionCount 6 . +803 :recursionCount 5 . +804 :recursionCount 2 . +805 :recursionCount 7 . +806 :recursionCount 2 . +807 :recursionCount 5 . +808 :recursionCount 6 . +809 :recursionCount 3 . +810 :recursionCount 3 . +811 :recursionCount 6 . +812 :recursionCount 3 . +813 :recursionCount 6 . +814 :recursionCount 5 . +815 :recursionCount 2 . +816 :recursionCount 7 . +817 :recursionCount 2 . +818 :recursionCount 5 . +819 :recursionCount 3 . +820 :recursionCount 6 . +821 :recursionCount 3 . +822 :recursionCount 6 . +823 :recursionCount 3 . +824 :recursionCount 6 . +825 :recursionCount 5 . +826 :recursionCount 2 . +827 :recursionCount 7 . +828 :recursionCount 2 . +829 :recursionCount 7 . +830 :recursionCount 5 . +831 :recursionCount 6 . +832 :recursionCount 3 . +833 :recursionCount 6 . +834 :recursionCount 3 . +835 :recursionCount 6 . +836 :recursionCount 5 . +837 :recursionCount 2 . +838 :recursionCount 7 . +839 :recursionCount 7 . +840 :recursionCount 2 . +841 :recursionCount 5 . +842 :recursionCount 6 . +843 :recursionCount 3 . +844 :recursionCount 6 . +845 :recursionCount 3 . +846 :recursionCount 6 . +847 :recursionCount 5 . +848 :recursionCount 2 . +849 :recursionCount 7 . +850 :recursionCount 7 . +851 :recursionCount 2 . +852 :recursionCount 5 . +853 :recursionCount 6 . +854 :recursionCount 3 . +855 :recursionCount 6 . +856 :recursionCount 3 . +857 :recursionCount 6 . +858 :recursionCount 5 . +859 :recursionCount 3 . +860 :recursionCount 2 . +861 :recursionCount 7 . +862 :recursionCount 2 . +863 :recursionCount 5 . +864 :recursionCount 6 . +865 :recursionCount 3 . +866 :recursionCount 6 . +867 :recursionCount 3 . +868 :recursionCount 6 . +869 :recursionCount 3 . +870 :recursionCount 5 . +871 :recursionCount 2 . +872 :recursionCount 7 . +873 :recursionCount 2 . +874 :recursionCount 5 . +875 :recursionCount 6 . +876 :recursionCount 3 . +877 :recursionCount 6 . +878 :recursionCount 3 . +879 :recursionCount 4 . +880 :recursionCount 6 . +881 :recursionCount 5 . +882 :recursionCount 2 . +883 :recursionCount 7 . +884 :recursionCount 2 . +885 :recursionCount 5 . +886 :recursionCount 6 . +887 :recursionCount 3 . +888 :recursionCount 6 . +889 :recursionCount 4 . +890 :recursionCount 3 . +891 :recursionCount 3 . +892 :recursionCount 7 . +893 :recursionCount 7 . +894 :recursionCount 7 . +895 :recursionCount 3 . +896 :recursionCount 3 . +897 :recursionCount 4 . +898 :recursionCount 4 . +899 :recursionCount 4 . +900 :recursionCount 4 . +901 :recursionCount 4 . +902 :recursionCount 3 . +903 :recursionCount 3 . +904 :recursionCount 7 . +905 :recursionCount 7 . +906 :recursionCount 7 . +907 :recursionCount 3 . +908 :recursionCount 3 . +909 :recursionCount 4 . +910 :recursionCount 4 . +911 :recursionCount 4 . +912 :recursionCount 4 . +913 :recursionCount 3 . +914 :recursionCount 3 . +915 :recursionCount 7 . +916 :recursionCount 7 . +917 :recursionCount 7 . +918 :recursionCount 3 . +919 :recursionCount 3 . +920 :recursionCount 3 . +921 :recursionCount 4 . +922 :recursionCount 4 . +923 :recursionCount 4 . +924 :recursionCount 3 . +925 :recursionCount 3 . +926 :recursionCount 7 . +927 :recursionCount 7 . +928 :recursionCount 7 . +929 :recursionCount 3 . +930 :recursionCount 3 . +931 :recursionCount 3 . +932 :recursionCount 4 . +933 :recursionCount 4 . +934 :recursionCount 4 . +935 :recursionCount 3 . +936 :recursionCount 3 . +937 :recursionCount 7 . +938 :recursionCount 7 . +939 :recursionCount 7 . +940 :recursionCount 7 . +941 :recursionCount 3 . +942 :recursionCount 3 . +943 :recursionCount 4 . +944 :recursionCount 4 . +945 :recursionCount 4 . +946 :recursionCount 3 . +947 :recursionCount 3 . +948 :recursionCount 7 . +949 :recursionCount 7 . +950 :recursionCount 7 . +951 :recursionCount 7 . +952 :recursionCount 3 . +953 :recursionCount 3 . +954 :recursionCount 4 . +955 :recursionCount 4 . +956 :recursionCount 4 . +957 :recursionCount 3 . +958 :recursionCount 3 . +959 :recursionCount 7 . +960 :recursionCount 7 . +961 :recursionCount 7 . +962 :recursionCount 7 . +963 :recursionCount 3 . +964 :recursionCount 3 . +965 :recursionCount 4 . +966 :recursionCount 4 . +967 :recursionCount 4 . +968 :recursionCount 3 . +969 :recursionCount 3 . +970 :recursionCount 3 . +971 :recursionCount 7 . +972 :recursionCount 7 . +973 :recursionCount 7 . +974 :recursionCount 3 . +975 :recursionCount 3 . +976 :recursionCount 4 . +977 :recursionCount 4 . +978 :recursionCount 4 . +979 :recursionCount 3 . +980 :recursionCount 3 . +981 :recursionCount 3 . +982 :recursionCount 7 . +983 :recursionCount 7 . +984 :recursionCount 7 . +985 :recursionCount 3 . +986 :recursionCount 3 . +987 :recursionCount 4 . +988 :recursionCount 4 . +989 :recursionCount 4 . +990 :recursionCount 4 . +991 :recursionCount 3 . +992 :recursionCount 3 . +993 :recursionCount 7 . +994 :recursionCount 7 . +995 :recursionCount 7 . +996 :recursionCount 3 . +997 :recursionCount 3 . +998 :recursionCount 4 . +999 :recursionCount 4 . diff --git a/reasoning/proof-by-induction/example2-proof.n3 b/reasoning/proof-by-induction/example2-proof.n3 new file mode 100644 index 000000000..78f6bbcc7 --- /dev/null +++ b/reasoning/proof-by-induction/example2-proof.n3 @@ -0,0 +1,77767 @@ +@prefix skolem: . +@prefix r: . +@prefix : . +@prefix log: . +@prefix n3: . +@prefix math: . +@prefix list: . +@prefix var: . + +skolem:proof a r:Proof, r:Conjunction; + r:component skolem:lemma1; + r:component skolem:lemma2; + r:component skolem:lemma3; + r:component skolem:lemma4; + r:component skolem:lemma5; + r:component skolem:lemma6; + r:component skolem:lemma7; + r:component skolem:lemma8; + r:component skolem:lemma9; + r:component skolem:lemma10; + r:component skolem:lemma11; + r:component skolem:lemma12; + r:component skolem:lemma13; + r:component skolem:lemma14; + r:component skolem:lemma15; + r:component skolem:lemma16; + r:component skolem:lemma17; + r:component skolem:lemma18; + r:component skolem:lemma19; + r:component skolem:lemma20; + r:component skolem:lemma21; + r:component skolem:lemma22; + r:component skolem:lemma23; + r:component skolem:lemma24; + r:component skolem:lemma25; + r:component skolem:lemma26; + r:component skolem:lemma27; + r:component skolem:lemma28; + r:component skolem:lemma29; + r:component skolem:lemma30; + r:component skolem:lemma31; + r:component skolem:lemma32; + r:component skolem:lemma33; + r:component skolem:lemma34; + r:component skolem:lemma35; + r:component skolem:lemma36; + r:component skolem:lemma37; + r:component skolem:lemma38; + r:component skolem:lemma39; + r:component skolem:lemma40; + r:component skolem:lemma41; + r:component skolem:lemma42; + r:component skolem:lemma43; + r:component skolem:lemma44; + r:component skolem:lemma45; + r:component skolem:lemma46; + r:component skolem:lemma47; + r:component skolem:lemma48; + r:component skolem:lemma49; + r:component skolem:lemma50; + r:component skolem:lemma51; + r:component skolem:lemma52; + r:component skolem:lemma53; + r:component skolem:lemma54; + r:component skolem:lemma55; + r:component skolem:lemma56; + r:component skolem:lemma57; + r:component skolem:lemma58; + r:component skolem:lemma59; + r:component skolem:lemma60; + r:component skolem:lemma61; + r:component skolem:lemma62; + r:component skolem:lemma63; + r:component skolem:lemma64; + r:component skolem:lemma65; + r:component skolem:lemma66; + r:component skolem:lemma67; + r:component skolem:lemma68; + r:component skolem:lemma69; + r:component skolem:lemma70; + r:component skolem:lemma71; + r:component skolem:lemma72; + r:component skolem:lemma73; + r:component skolem:lemma74; + r:component skolem:lemma75; + r:component skolem:lemma76; + r:component skolem:lemma77; + r:component skolem:lemma78; + r:component skolem:lemma79; + r:component skolem:lemma80; + r:component skolem:lemma81; + r:component skolem:lemma82; + r:component skolem:lemma83; + r:component skolem:lemma84; + r:component skolem:lemma85; + r:component skolem:lemma86; + r:component skolem:lemma87; + r:component skolem:lemma88; + r:component skolem:lemma89; + r:component skolem:lemma90; + r:component skolem:lemma91; + r:component skolem:lemma92; + r:component skolem:lemma93; + r:component skolem:lemma94; + r:component skolem:lemma95; + r:component skolem:lemma96; + r:component skolem:lemma97; + r:component skolem:lemma98; + r:component skolem:lemma99; + r:component skolem:lemma100; + r:component skolem:lemma101; + r:component skolem:lemma102; + r:component skolem:lemma103; + r:component skolem:lemma104; + r:component skolem:lemma105; + r:component skolem:lemma106; + r:component skolem:lemma107; + r:component skolem:lemma108; + r:component skolem:lemma109; + r:component skolem:lemma110; + r:component skolem:lemma111; + r:component skolem:lemma112; + r:component skolem:lemma113; + r:component skolem:lemma114; + r:component skolem:lemma115; + r:component skolem:lemma116; + r:component skolem:lemma117; + r:component skolem:lemma118; + r:component skolem:lemma119; + r:component skolem:lemma120; + r:component skolem:lemma121; + r:component skolem:lemma122; + r:component skolem:lemma123; + r:component skolem:lemma124; + r:component skolem:lemma125; + r:component skolem:lemma126; + r:component skolem:lemma127; + r:component skolem:lemma128; + r:component skolem:lemma129; + r:component skolem:lemma130; + r:component skolem:lemma131; + r:component skolem:lemma132; + r:component skolem:lemma133; + r:component skolem:lemma134; + r:component skolem:lemma135; + r:component skolem:lemma136; + r:component skolem:lemma137; + r:component skolem:lemma138; + r:component skolem:lemma139; + r:component skolem:lemma140; + r:component skolem:lemma141; + r:component skolem:lemma142; + r:component skolem:lemma143; + r:component skolem:lemma144; + r:component skolem:lemma145; + r:component skolem:lemma146; + r:component skolem:lemma147; + r:component skolem:lemma148; + r:component skolem:lemma149; + r:component skolem:lemma150; + r:component skolem:lemma151; + r:component skolem:lemma152; + r:component skolem:lemma153; + r:component skolem:lemma154; + r:component skolem:lemma155; + r:component skolem:lemma156; + r:component skolem:lemma157; + r:component skolem:lemma158; + r:component skolem:lemma159; + r:component skolem:lemma160; + r:component skolem:lemma161; + r:component skolem:lemma162; + r:component skolem:lemma163; + r:component skolem:lemma164; + r:component skolem:lemma165; + r:component skolem:lemma166; + r:component skolem:lemma167; + r:component skolem:lemma168; + r:component skolem:lemma169; + r:component skolem:lemma170; + r:component skolem:lemma171; + r:component skolem:lemma172; + r:component skolem:lemma173; + r:component skolem:lemma174; + r:component skolem:lemma175; + r:component skolem:lemma176; + r:component skolem:lemma177; + r:component skolem:lemma178; + r:component skolem:lemma179; + r:component skolem:lemma180; + r:component skolem:lemma181; + r:component skolem:lemma182; + r:component skolem:lemma183; + r:component skolem:lemma184; + r:component skolem:lemma185; + r:component skolem:lemma186; + r:component skolem:lemma187; + r:component skolem:lemma188; + r:component skolem:lemma189; + r:component skolem:lemma190; + r:component skolem:lemma191; + r:component skolem:lemma192; + r:component skolem:lemma193; + r:component skolem:lemma194; + r:component skolem:lemma195; + r:component skolem:lemma196; + r:component skolem:lemma197; + r:component skolem:lemma198; + r:component skolem:lemma199; + r:component skolem:lemma200; + r:component skolem:lemma201; + r:component skolem:lemma202; + r:component skolem:lemma203; + r:component skolem:lemma204; + r:component skolem:lemma205; + r:component skolem:lemma206; + r:component skolem:lemma207; + r:component skolem:lemma208; + r:component skolem:lemma209; + r:component skolem:lemma210; + r:component skolem:lemma211; + r:component skolem:lemma212; + r:component skolem:lemma213; + r:component skolem:lemma214; + r:component skolem:lemma215; + r:component skolem:lemma216; + r:component skolem:lemma217; + r:component skolem:lemma218; + r:component skolem:lemma219; + r:component skolem:lemma220; + r:component skolem:lemma221; + r:component skolem:lemma222; + r:component skolem:lemma223; + r:component skolem:lemma224; + r:component skolem:lemma225; + r:component skolem:lemma226; + r:component skolem:lemma227; + r:component skolem:lemma228; + r:component skolem:lemma229; + r:component skolem:lemma230; + r:component skolem:lemma231; + r:component skolem:lemma232; + r:component skolem:lemma233; + r:component skolem:lemma234; + r:component skolem:lemma235; + r:component skolem:lemma236; + r:component skolem:lemma237; + r:component skolem:lemma238; + r:component skolem:lemma239; + r:component skolem:lemma240; + r:component skolem:lemma241; + r:component skolem:lemma242; + r:component skolem:lemma243; + r:component skolem:lemma244; + r:component skolem:lemma245; + r:component skolem:lemma246; + r:component skolem:lemma247; + r:component skolem:lemma248; + r:component skolem:lemma249; + r:component skolem:lemma250; + r:component skolem:lemma251; + r:component skolem:lemma252; + r:component skolem:lemma253; + r:component skolem:lemma254; + r:component skolem:lemma255; + r:component skolem:lemma256; + r:component skolem:lemma257; + r:component skolem:lemma258; + r:component skolem:lemma259; + r:component skolem:lemma260; + r:component skolem:lemma261; + r:component skolem:lemma262; + r:component skolem:lemma263; + r:component skolem:lemma264; + r:component skolem:lemma265; + r:component skolem:lemma266; + r:component skolem:lemma267; + r:component skolem:lemma268; + r:component skolem:lemma269; + r:component skolem:lemma270; + r:component skolem:lemma271; + r:component skolem:lemma272; + r:component skolem:lemma273; + r:component skolem:lemma274; + r:component skolem:lemma275; + r:component skolem:lemma276; + r:component skolem:lemma277; + r:component skolem:lemma278; + r:component skolem:lemma279; + r:component skolem:lemma280; + r:component skolem:lemma281; + r:component skolem:lemma282; + r:component skolem:lemma283; + r:component skolem:lemma284; + r:component skolem:lemma285; + r:component skolem:lemma286; + r:component skolem:lemma287; + r:component skolem:lemma288; + r:component skolem:lemma289; + r:component skolem:lemma290; + r:component skolem:lemma291; + r:component skolem:lemma292; + r:component skolem:lemma293; + r:component skolem:lemma294; + r:component skolem:lemma295; + r:component skolem:lemma296; + r:component skolem:lemma297; + r:component skolem:lemma298; + r:component skolem:lemma299; + r:component skolem:lemma300; + r:component skolem:lemma301; + r:component skolem:lemma302; + r:component skolem:lemma303; + r:component skolem:lemma304; + r:component skolem:lemma305; + r:component skolem:lemma306; + r:component skolem:lemma307; + r:component skolem:lemma308; + r:component skolem:lemma309; + r:component skolem:lemma310; + r:component skolem:lemma311; + r:component skolem:lemma312; + r:component skolem:lemma313; + r:component skolem:lemma314; + r:component skolem:lemma315; + r:component skolem:lemma316; + r:component skolem:lemma317; + r:component skolem:lemma318; + r:component skolem:lemma319; + r:component skolem:lemma320; + r:component skolem:lemma321; + r:component skolem:lemma322; + r:component skolem:lemma323; + r:component skolem:lemma324; + r:component skolem:lemma325; + r:component skolem:lemma326; + r:component skolem:lemma327; + r:component skolem:lemma328; + r:component skolem:lemma329; + r:component skolem:lemma330; + r:component skolem:lemma331; + r:component skolem:lemma332; + r:component skolem:lemma333; + r:component skolem:lemma334; + r:component skolem:lemma335; + r:component skolem:lemma336; + r:component skolem:lemma337; + r:component skolem:lemma338; + r:component skolem:lemma339; + r:component skolem:lemma340; + r:component skolem:lemma341; + r:component skolem:lemma342; + r:component skolem:lemma343; + r:component skolem:lemma344; + r:component skolem:lemma345; + r:component skolem:lemma346; + r:component skolem:lemma347; + r:component skolem:lemma348; + r:component skolem:lemma349; + r:component skolem:lemma350; + r:component skolem:lemma351; + r:component skolem:lemma352; + r:component skolem:lemma353; + r:component skolem:lemma354; + r:component skolem:lemma355; + r:component skolem:lemma356; + r:component skolem:lemma357; + r:component skolem:lemma358; + r:component skolem:lemma359; + r:component skolem:lemma360; + r:component skolem:lemma361; + r:component skolem:lemma362; + r:component skolem:lemma363; + r:component skolem:lemma364; + r:component skolem:lemma365; + r:component skolem:lemma366; + r:component skolem:lemma367; + r:component skolem:lemma368; + r:component skolem:lemma369; + r:component skolem:lemma370; + r:component skolem:lemma371; + r:component skolem:lemma372; + r:component skolem:lemma373; + r:component skolem:lemma374; + r:component skolem:lemma375; + r:component skolem:lemma376; + r:component skolem:lemma377; + r:component skolem:lemma378; + r:component skolem:lemma379; + r:component skolem:lemma380; + r:component skolem:lemma381; + r:component skolem:lemma382; + r:component skolem:lemma383; + r:component skolem:lemma384; + r:component skolem:lemma385; + r:component skolem:lemma386; + r:component skolem:lemma387; + r:component skolem:lemma388; + r:component skolem:lemma389; + r:component skolem:lemma390; + r:component skolem:lemma391; + r:component skolem:lemma392; + r:component skolem:lemma393; + r:component skolem:lemma394; + r:component skolem:lemma395; + r:component skolem:lemma396; + r:component skolem:lemma397; + r:component skolem:lemma398; + r:component skolem:lemma399; + r:component skolem:lemma400; + r:component skolem:lemma401; + r:component skolem:lemma402; + r:component skolem:lemma403; + r:component skolem:lemma404; + r:component skolem:lemma405; + r:component skolem:lemma406; + r:component skolem:lemma407; + r:component skolem:lemma408; + r:component skolem:lemma409; + r:component skolem:lemma410; + r:component skolem:lemma411; + r:component skolem:lemma412; + r:component skolem:lemma413; + r:component skolem:lemma414; + r:component skolem:lemma415; + r:component skolem:lemma416; + r:component skolem:lemma417; + r:component skolem:lemma418; + r:component skolem:lemma419; + r:component skolem:lemma420; + r:component skolem:lemma421; + r:component skolem:lemma422; + r:component skolem:lemma423; + r:component skolem:lemma424; + r:component skolem:lemma425; + r:component skolem:lemma426; + r:component skolem:lemma427; + r:component skolem:lemma428; + r:component skolem:lemma429; + r:component skolem:lemma430; + r:component skolem:lemma431; + r:component skolem:lemma432; + r:component skolem:lemma433; + r:component skolem:lemma434; + r:component skolem:lemma435; + r:component skolem:lemma436; + r:component skolem:lemma437; + r:component skolem:lemma438; + r:component skolem:lemma439; + r:component skolem:lemma440; + r:component skolem:lemma441; + r:component skolem:lemma442; + r:component skolem:lemma443; + r:component skolem:lemma444; + r:component skolem:lemma445; + r:component skolem:lemma446; + r:component skolem:lemma447; + r:component skolem:lemma448; + r:component skolem:lemma449; + r:component skolem:lemma450; + r:component skolem:lemma451; + r:component skolem:lemma452; + r:component skolem:lemma453; + r:component skolem:lemma454; + r:component skolem:lemma455; + r:component skolem:lemma456; + r:component skolem:lemma457; + r:component skolem:lemma458; + r:component skolem:lemma459; + r:component skolem:lemma460; + r:component skolem:lemma461; + r:component skolem:lemma462; + r:component skolem:lemma463; + r:component skolem:lemma464; + r:component skolem:lemma465; + r:component skolem:lemma466; + r:component skolem:lemma467; + r:component skolem:lemma468; + r:component skolem:lemma469; + r:component skolem:lemma470; + r:component skolem:lemma471; + r:component skolem:lemma472; + r:component skolem:lemma473; + r:component skolem:lemma474; + r:component skolem:lemma475; + r:component skolem:lemma476; + r:component skolem:lemma477; + r:component skolem:lemma478; + r:component skolem:lemma479; + r:component skolem:lemma480; + r:component skolem:lemma481; + r:component skolem:lemma482; + r:component skolem:lemma483; + r:component skolem:lemma484; + r:component skolem:lemma485; + r:component skolem:lemma486; + r:component skolem:lemma487; + r:component skolem:lemma488; + r:component skolem:lemma489; + r:component skolem:lemma490; + r:component skolem:lemma491; + r:component skolem:lemma492; + r:component skolem:lemma493; + r:component skolem:lemma494; + r:component skolem:lemma495; + r:component skolem:lemma496; + r:component skolem:lemma497; + r:component skolem:lemma498; + r:component skolem:lemma499; + r:component skolem:lemma500; + r:component skolem:lemma501; + r:component skolem:lemma502; + r:component skolem:lemma503; + r:component skolem:lemma504; + r:component skolem:lemma505; + r:component skolem:lemma506; + r:component skolem:lemma507; + r:component skolem:lemma508; + r:component skolem:lemma509; + r:component skolem:lemma510; + r:component skolem:lemma511; + r:component skolem:lemma512; + r:component skolem:lemma513; + r:component skolem:lemma514; + r:component skolem:lemma515; + r:component skolem:lemma516; + r:component skolem:lemma517; + r:component skolem:lemma518; + r:component skolem:lemma519; + r:component skolem:lemma520; + r:component skolem:lemma521; + r:component skolem:lemma522; + r:component skolem:lemma523; + r:component skolem:lemma524; + r:component skolem:lemma525; + r:component skolem:lemma526; + r:component skolem:lemma527; + r:component skolem:lemma528; + r:component skolem:lemma529; + r:component skolem:lemma530; + r:component skolem:lemma531; + r:component skolem:lemma532; + r:component skolem:lemma533; + r:component skolem:lemma534; + r:component skolem:lemma535; + r:component skolem:lemma536; + r:component skolem:lemma537; + r:component skolem:lemma538; + r:component skolem:lemma539; + r:component skolem:lemma540; + r:component skolem:lemma541; + r:component skolem:lemma542; + r:component skolem:lemma543; + r:component skolem:lemma544; + r:component skolem:lemma545; + r:component skolem:lemma546; + r:component skolem:lemma547; + r:component skolem:lemma548; + r:component skolem:lemma549; + r:component skolem:lemma550; + r:component skolem:lemma551; + r:component skolem:lemma552; + r:component skolem:lemma553; + r:component skolem:lemma554; + r:component skolem:lemma555; + r:component skolem:lemma556; + r:component skolem:lemma557; + r:component skolem:lemma558; + r:component skolem:lemma559; + r:component skolem:lemma560; + r:component skolem:lemma561; + r:component skolem:lemma562; + r:component skolem:lemma563; + r:component skolem:lemma564; + r:component skolem:lemma565; + r:component skolem:lemma566; + r:component skolem:lemma567; + r:component skolem:lemma568; + r:component skolem:lemma569; + r:component skolem:lemma570; + r:component skolem:lemma571; + r:component skolem:lemma572; + r:component skolem:lemma573; + r:component skolem:lemma574; + r:component skolem:lemma575; + r:component skolem:lemma576; + r:component skolem:lemma577; + r:component skolem:lemma578; + r:component skolem:lemma579; + r:component skolem:lemma580; + r:component skolem:lemma581; + r:component skolem:lemma582; + r:component skolem:lemma583; + r:component skolem:lemma584; + r:component skolem:lemma585; + r:component skolem:lemma586; + r:component skolem:lemma587; + r:component skolem:lemma588; + r:component skolem:lemma589; + r:component skolem:lemma590; + r:component skolem:lemma591; + r:component skolem:lemma592; + r:component skolem:lemma593; + r:component skolem:lemma594; + r:component skolem:lemma595; + r:component skolem:lemma596; + r:component skolem:lemma597; + r:component skolem:lemma598; + r:component skolem:lemma599; + r:component skolem:lemma600; + r:component skolem:lemma601; + r:component skolem:lemma602; + r:component skolem:lemma603; + r:component skolem:lemma604; + r:component skolem:lemma605; + r:component skolem:lemma606; + r:component skolem:lemma607; + r:component skolem:lemma608; + r:component skolem:lemma609; + r:component skolem:lemma610; + r:component skolem:lemma611; + r:component skolem:lemma612; + r:component skolem:lemma613; + r:component skolem:lemma614; + r:component skolem:lemma615; + r:component skolem:lemma616; + r:component skolem:lemma617; + r:component skolem:lemma618; + r:component skolem:lemma619; + r:component skolem:lemma620; + r:component skolem:lemma621; + r:component skolem:lemma622; + r:component skolem:lemma623; + r:component skolem:lemma624; + r:component skolem:lemma625; + r:component skolem:lemma626; + r:component skolem:lemma627; + r:component skolem:lemma628; + r:component skolem:lemma629; + r:component skolem:lemma630; + r:component skolem:lemma631; + r:component skolem:lemma632; + r:component skolem:lemma633; + r:component skolem:lemma634; + r:component skolem:lemma635; + r:component skolem:lemma636; + r:component skolem:lemma637; + r:component skolem:lemma638; + r:component skolem:lemma639; + r:component skolem:lemma640; + r:component skolem:lemma641; + r:component skolem:lemma642; + r:component skolem:lemma643; + r:component skolem:lemma644; + r:component skolem:lemma645; + r:component skolem:lemma646; + r:component skolem:lemma647; + r:component skolem:lemma648; + r:component skolem:lemma649; + r:component skolem:lemma650; + r:component skolem:lemma651; + r:component skolem:lemma652; + r:component skolem:lemma653; + r:component skolem:lemma654; + r:component skolem:lemma655; + r:component skolem:lemma656; + r:component skolem:lemma657; + r:component skolem:lemma658; + r:component skolem:lemma659; + r:component skolem:lemma660; + r:component skolem:lemma661; + r:component skolem:lemma662; + r:component skolem:lemma663; + r:component skolem:lemma664; + r:component skolem:lemma665; + r:component skolem:lemma666; + r:component skolem:lemma667; + r:component skolem:lemma668; + r:component skolem:lemma669; + r:component skolem:lemma670; + r:component skolem:lemma671; + r:component skolem:lemma672; + r:component skolem:lemma673; + r:component skolem:lemma674; + r:component skolem:lemma675; + r:component skolem:lemma676; + r:component skolem:lemma677; + r:component skolem:lemma678; + r:component skolem:lemma679; + r:component skolem:lemma680; + r:component skolem:lemma681; + r:component skolem:lemma682; + r:component skolem:lemma683; + r:component skolem:lemma684; + r:component skolem:lemma685; + r:component skolem:lemma686; + r:component skolem:lemma687; + r:component skolem:lemma688; + r:component skolem:lemma689; + r:component skolem:lemma690; + r:component skolem:lemma691; + r:component skolem:lemma692; + r:component skolem:lemma693; + r:component skolem:lemma694; + r:component skolem:lemma695; + r:component skolem:lemma696; + r:component skolem:lemma697; + r:component skolem:lemma698; + r:component skolem:lemma699; + r:component skolem:lemma700; + r:component skolem:lemma701; + r:component skolem:lemma702; + r:component skolem:lemma703; + r:component skolem:lemma704; + r:component skolem:lemma705; + r:component skolem:lemma706; + r:component skolem:lemma707; + r:component skolem:lemma708; + r:component skolem:lemma709; + r:component skolem:lemma710; + r:component skolem:lemma711; + r:component skolem:lemma712; + r:component skolem:lemma713; + r:component skolem:lemma714; + r:component skolem:lemma715; + r:component skolem:lemma716; + r:component skolem:lemma717; + r:component skolem:lemma718; + r:component skolem:lemma719; + r:component skolem:lemma720; + r:component skolem:lemma721; + r:component skolem:lemma722; + r:component skolem:lemma723; + r:component skolem:lemma724; + r:component skolem:lemma725; + r:component skolem:lemma726; + r:component skolem:lemma727; + r:component skolem:lemma728; + r:component skolem:lemma729; + r:component skolem:lemma730; + r:component skolem:lemma731; + r:component skolem:lemma732; + r:component skolem:lemma733; + r:component skolem:lemma734; + r:component skolem:lemma735; + r:component skolem:lemma736; + r:component skolem:lemma737; + r:component skolem:lemma738; + r:component skolem:lemma739; + r:component skolem:lemma740; + r:component skolem:lemma741; + r:component skolem:lemma742; + r:component skolem:lemma743; + r:component skolem:lemma744; + r:component skolem:lemma745; + r:component skolem:lemma746; + r:component skolem:lemma747; + r:component skolem:lemma748; + r:component skolem:lemma749; + r:component skolem:lemma750; + r:component skolem:lemma751; + r:component skolem:lemma752; + r:component skolem:lemma753; + r:component skolem:lemma754; + r:component skolem:lemma755; + r:component skolem:lemma756; + r:component skolem:lemma757; + r:component skolem:lemma758; + r:component skolem:lemma759; + r:component skolem:lemma760; + r:component skolem:lemma761; + r:component skolem:lemma762; + r:component skolem:lemma763; + r:component skolem:lemma764; + r:component skolem:lemma765; + r:component skolem:lemma766; + r:component skolem:lemma767; + r:component skolem:lemma768; + r:component skolem:lemma769; + r:component skolem:lemma770; + r:component skolem:lemma771; + r:component skolem:lemma772; + r:component skolem:lemma773; + r:component skolem:lemma774; + r:component skolem:lemma775; + r:component skolem:lemma776; + r:component skolem:lemma777; + r:component skolem:lemma778; + r:component skolem:lemma779; + r:component skolem:lemma780; + r:component skolem:lemma781; + r:component skolem:lemma782; + r:component skolem:lemma783; + r:component skolem:lemma784; + r:component skolem:lemma785; + r:component skolem:lemma786; + r:component skolem:lemma787; + r:component skolem:lemma788; + r:component skolem:lemma789; + r:component skolem:lemma790; + r:component skolem:lemma791; + r:component skolem:lemma792; + r:component skolem:lemma793; + r:component skolem:lemma794; + r:component skolem:lemma795; + r:component skolem:lemma796; + r:component skolem:lemma797; + r:component skolem:lemma798; + r:component skolem:lemma799; + r:component skolem:lemma800; + r:component skolem:lemma801; + r:component skolem:lemma802; + r:component skolem:lemma803; + r:component skolem:lemma804; + r:component skolem:lemma805; + r:component skolem:lemma806; + r:component skolem:lemma807; + r:component skolem:lemma808; + r:component skolem:lemma809; + r:component skolem:lemma810; + r:component skolem:lemma811; + r:component skolem:lemma812; + r:component skolem:lemma813; + r:component skolem:lemma814; + r:component skolem:lemma815; + r:component skolem:lemma816; + r:component skolem:lemma817; + r:component skolem:lemma818; + r:component skolem:lemma819; + r:component skolem:lemma820; + r:component skolem:lemma821; + r:component skolem:lemma822; + r:component skolem:lemma823; + r:component skolem:lemma824; + r:component skolem:lemma825; + r:component skolem:lemma826; + r:component skolem:lemma827; + r:component skolem:lemma828; + r:component skolem:lemma829; + r:component skolem:lemma830; + r:component skolem:lemma831; + r:component skolem:lemma832; + r:component skolem:lemma833; + r:component skolem:lemma834; + r:component skolem:lemma835; + r:component skolem:lemma836; + r:component skolem:lemma837; + r:component skolem:lemma838; + r:component skolem:lemma839; + r:component skolem:lemma840; + r:component skolem:lemma841; + r:component skolem:lemma842; + r:component skolem:lemma843; + r:component skolem:lemma844; + r:component skolem:lemma845; + r:component skolem:lemma846; + r:component skolem:lemma847; + r:component skolem:lemma848; + r:component skolem:lemma849; + r:component skolem:lemma850; + r:component skolem:lemma851; + r:component skolem:lemma852; + r:component skolem:lemma853; + r:component skolem:lemma854; + r:component skolem:lemma855; + r:component skolem:lemma856; + r:component skolem:lemma857; + r:component skolem:lemma858; + r:component skolem:lemma859; + r:component skolem:lemma860; + r:component skolem:lemma861; + r:component skolem:lemma862; + r:component skolem:lemma863; + r:component skolem:lemma864; + r:component skolem:lemma865; + r:component skolem:lemma866; + r:component skolem:lemma867; + r:component skolem:lemma868; + r:component skolem:lemma869; + r:component skolem:lemma870; + r:component skolem:lemma871; + r:component skolem:lemma872; + r:component skolem:lemma873; + r:component skolem:lemma874; + r:component skolem:lemma875; + r:component skolem:lemma876; + r:component skolem:lemma877; + r:component skolem:lemma878; + r:component skolem:lemma879; + r:component skolem:lemma880; + r:component skolem:lemma881; + r:component skolem:lemma882; + r:component skolem:lemma883; + r:component skolem:lemma884; + r:component skolem:lemma885; + r:component skolem:lemma886; + r:component skolem:lemma887; + r:component skolem:lemma888; + r:component skolem:lemma889; + r:component skolem:lemma890; + r:component skolem:lemma891; + r:component skolem:lemma892; + r:component skolem:lemma893; + r:component skolem:lemma894; + r:component skolem:lemma895; + r:component skolem:lemma896; + r:component skolem:lemma897; + r:component skolem:lemma898; + r:component skolem:lemma899; + r:component skolem:lemma900; + r:component skolem:lemma901; + r:component skolem:lemma902; + r:component skolem:lemma903; + r:component skolem:lemma904; + r:component skolem:lemma905; + r:component skolem:lemma906; + r:component skolem:lemma907; + r:component skolem:lemma908; + r:component skolem:lemma909; + r:component skolem:lemma910; + r:component skolem:lemma911; + r:component skolem:lemma912; + r:component skolem:lemma913; + r:component skolem:lemma914; + r:component skolem:lemma915; + r:component skolem:lemma916; + r:component skolem:lemma917; + r:component skolem:lemma918; + r:component skolem:lemma919; + r:component skolem:lemma920; + r:component skolem:lemma921; + r:component skolem:lemma922; + r:component skolem:lemma923; + r:component skolem:lemma924; + r:component skolem:lemma925; + r:component skolem:lemma926; + r:component skolem:lemma927; + r:component skolem:lemma928; + r:component skolem:lemma929; + r:component skolem:lemma930; + r:component skolem:lemma931; + r:component skolem:lemma932; + r:component skolem:lemma933; + r:component skolem:lemma934; + r:component skolem:lemma935; + r:component skolem:lemma936; + r:component skolem:lemma937; + r:component skolem:lemma938; + r:component skolem:lemma939; + r:component skolem:lemma940; + r:component skolem:lemma941; + r:component skolem:lemma942; + r:component skolem:lemma943; + r:component skolem:lemma944; + r:component skolem:lemma945; + r:component skolem:lemma946; + r:component skolem:lemma947; + r:component skolem:lemma948; + r:component skolem:lemma949; + r:component skolem:lemma950; + r:component skolem:lemma951; + r:component skolem:lemma952; + r:component skolem:lemma953; + r:component skolem:lemma954; + r:component skolem:lemma955; + r:component skolem:lemma956; + r:component skolem:lemma957; + r:component skolem:lemma958; + r:component skolem:lemma959; + r:component skolem:lemma960; + r:component skolem:lemma961; + r:component skolem:lemma962; + r:component skolem:lemma963; + r:component skolem:lemma964; + r:component skolem:lemma965; + r:component skolem:lemma966; + r:component skolem:lemma967; + r:component skolem:lemma968; + r:component skolem:lemma969; + r:component skolem:lemma970; + r:component skolem:lemma971; + r:component skolem:lemma972; + r:component skolem:lemma973; + r:component skolem:lemma974; + r:component skolem:lemma975; + r:component skolem:lemma976; + r:component skolem:lemma977; + r:component skolem:lemma978; + r:component skolem:lemma979; + r:component skolem:lemma980; + r:component skolem:lemma981; + r:component skolem:lemma982; + r:component skolem:lemma983; + r:component skolem:lemma984; + r:component skolem:lemma985; + r:component skolem:lemma986; + r:component skolem:lemma987; + r:component skolem:lemma988; + r:component skolem:lemma989; + r:component skolem:lemma990; + r:component skolem:lemma991; + r:component skolem:lemma992; + r:component skolem:lemma993; + r:component skolem:lemma994; + r:component skolem:lemma995; + r:component skolem:lemma996; + r:component skolem:lemma997; + r:component skolem:lemma998; + r:component skolem:lemma999; + r:gives { + 1 :recursionCount 5 . + 2 :recursionCount 4 . + 3 :recursionCount 6 . + 4 :recursionCount 4 . + 5 :recursionCount 6 . + 6 :recursionCount 6 . + 7 :recursionCount 4 . + 8 :recursionCount 6 . + 9 :recursionCount 4 . + 10 :recursionCount 5 . + 11 :recursionCount 4 . + 12 :recursionCount 3 . + 13 :recursionCount 3 . + 14 :recursionCount 7 . + 15 :recursionCount 7 . + 16 :recursionCount 7 . + 17 :recursionCount 3 . + 18 :recursionCount 3 . + 19 :recursionCount 4 . + 20 :recursionCount 4 . + 21 :recursionCount 3 . + 22 :recursionCount 6 . + 23 :recursionCount 5 . + 24 :recursionCount 2 . + 25 :recursionCount 7 . + 26 :recursionCount 1 . + 27 :recursionCount 5 . + 28 :recursionCount 6 . + 29 :recursionCount 3 . + 30 :recursionCount 6 . + 31 :recursionCount 3 . + 32 :recursionCount 5 . + 33 :recursionCount 6 . + 34 :recursionCount 3 . + 35 :recursionCount 5 . + 36 :recursionCount 3 . + 37 :recursionCount 6 . + 38 :recursionCount 5 . + 39 :recursionCount 3 . + 40 :recursionCount 4 . + 41 :recursionCount 7 . + 42 :recursionCount 2 . + 43 :recursionCount 3 . + 44 :recursionCount 4 . + 45 :recursionCount 5 . + 46 :recursionCount 4 . + 47 :recursionCount 3 . + 48 :recursionCount 2 . + 49 :recursionCount 7 . + 50 :recursionCount 6 . + 51 :recursionCount 7 . + 52 :recursionCount 7 . + 53 :recursionCount 5 . + 54 :recursionCount 5 . + 55 :recursionCount 5 . + 56 :recursionCount 5 . + 57 :recursionCount 5 . + 58 :recursionCount 7 . + 59 :recursionCount 7 . + 60 :recursionCount 6 . + 61 :recursionCount 7 . + 62 :recursionCount 1 . + 63 :recursionCount 3 . + 64 :recursionCount 4 . + 65 :recursionCount 5 . + 66 :recursionCount 4 . + 67 :recursionCount 3 . + 68 :recursionCount 2 . + 69 :recursionCount 7 . + 70 :recursionCount 4 . + 71 :recursionCount 3 . + 72 :recursionCount 5 . + 73 :recursionCount 6 . + 74 :recursionCount 3 . + 75 :recursionCount 5 . + 76 :recursionCount 3 . + 77 :recursionCount 6 . + 78 :recursionCount 5 . + 79 :recursionCount 3 . + 80 :recursionCount 6 . + 81 :recursionCount 3 . + 82 :recursionCount 6 . + 83 :recursionCount 5 . + 84 :recursionCount 2 . + 85 :recursionCount 7 . + 86 :recursionCount 2 . + 87 :recursionCount 5 . + 88 :recursionCount 6 . + 89 :recursionCount 3 . + 90 :recursionCount 4 . + 91 :recursionCount 4 . + 92 :recursionCount 3 . + 93 :recursionCount 3 . + 94 :recursionCount 7 . + 95 :recursionCount 7 . + 96 :recursionCount 7 . + 97 :recursionCount 3 . + 98 :recursionCount 3 . + 99 :recursionCount 4 . + 100 :recursionCount 5 . + 101 :recursionCount 4 . + 102 :recursionCount 3 . + 103 :recursionCount 3 . + 104 :recursionCount 7 . + 105 :recursionCount 7 . + 106 :recursionCount 7 . + 107 :recursionCount 3 . + 108 :recursionCount 3 . + 109 :recursionCount 4 . + 110 :recursionCount 4 . + 111 :recursionCount 5 . + 112 :recursionCount 4 . + 113 :recursionCount 6 . + 114 :recursionCount 4 . + 115 :recursionCount 6 . + 116 :recursionCount 6 . + 117 :recursionCount 4 . + 118 :recursionCount 6 . + 119 :recursionCount 4 . + 120 :recursionCount 3 . + 121 :recursionCount 4 . + 122 :recursionCount 3 . + 123 :recursionCount 3 . + 124 :recursionCount 7 . + 125 :recursionCount 7 . + 126 :recursionCount 7 . + 127 :recursionCount 3 . + 128 :recursionCount 3 . + 129 :recursionCount 4 . + 130 :recursionCount 3 . + 131 :recursionCount 6 . + 132 :recursionCount 3 . + 133 :recursionCount 5 . + 134 :recursionCount 2 . + 135 :recursionCount 7 . + 136 :recursionCount 1 . + 137 :recursionCount 5 . + 138 :recursionCount 6 . + 139 :recursionCount 3 . + 140 :recursionCount 7 . + 141 :recursionCount 4 . + 142 :recursionCount 7 . + 143 :recursionCount 2 . + 144 :recursionCount 3 . + 145 :recursionCount 5 . + 146 :recursionCount 3 . + 147 :recursionCount 6 . + 148 :recursionCount 5 . + 149 :recursionCount 3 . + 150 :recursionCount 7 . + 151 :recursionCount 6 . + 152 :recursionCount 7 . + 153 :recursionCount 7 . + 154 :recursionCount 5 . + 155 :recursionCount 5 . + 156 :recursionCount 4 . + 157 :recursionCount 3 . + 158 :recursionCount 2 . + 159 :recursionCount 7 . + 160 :recursionCount 7 . + 161 :recursionCount 6 . + 162 :recursionCount 7 . + 163 :recursionCount 1 . + 164 :recursionCount 3 . + 165 :recursionCount 4 . + 166 :recursionCount 5 . + 167 :recursionCount 5 . + 168 :recursionCount 7 . + 169 :recursionCount 7 . + 170 :recursionCount 3 . + 171 :recursionCount 4 . + 172 :recursionCount 3 . + 173 :recursionCount 5 . + 174 :recursionCount 6 . + 175 :recursionCount 3 . + 176 :recursionCount 5 . + 177 :recursionCount 3 . + 178 :recursionCount 2 . + 179 :recursionCount 7 . + 180 :recursionCount 3 . + 181 :recursionCount 6 . + 182 :recursionCount 3 . + 183 :recursionCount 6 . + 184 :recursionCount 5 . + 185 :recursionCount 2 . + 186 :recursionCount 7 . + 187 :recursionCount 2 . + 188 :recursionCount 5 . + 189 :recursionCount 3 . + 190 :recursionCount 4 . + 191 :recursionCount 4 . + 192 :recursionCount 4 . + 193 :recursionCount 3 . + 194 :recursionCount 3 . + 195 :recursionCount 7 . + 196 :recursionCount 7 . + 197 :recursionCount 7 . + 198 :recursionCount 3 . + 199 :recursionCount 3 . + 200 :recursionCount 4 . + 201 :recursionCount 3 . + 202 :recursionCount 6 . + 203 :recursionCount 5 . + 204 :recursionCount 2 . + 205 :recursionCount 7 . + 206 :recursionCount 1 . + 207 :recursionCount 5 . + 208 :recursionCount 6 . + 209 :recursionCount 3 . + 210 :recursionCount 3 . + 211 :recursionCount 4 . + 212 :recursionCount 3 . + 213 :recursionCount 3 . + 214 :recursionCount 7 . + 215 :recursionCount 7 . + 216 :recursionCount 7 . + 217 :recursionCount 3 . + 218 :recursionCount 3 . + 219 :recursionCount 4 . + 220 :recursionCount 6 . + 221 :recursionCount 3 . + 222 :recursionCount 4 . + 223 :recursionCount 6 . + 224 :recursionCount 4 . + 225 :recursionCount 6 . + 226 :recursionCount 6 . + 227 :recursionCount 4 . + 228 :recursionCount 6 . + 229 :recursionCount 4 . + 230 :recursionCount 5 . + 231 :recursionCount 3 . + 232 :recursionCount 6 . + 233 :recursionCount 3 . + 234 :recursionCount 7 . + 235 :recursionCount 7 . + 236 :recursionCount 7 . + 237 :recursionCount 3 . + 238 :recursionCount 3 . + 239 :recursionCount 4 . + 240 :recursionCount 2 . + 241 :recursionCount 7 . + 242 :recursionCount 4 . + 243 :recursionCount 7 . + 244 :recursionCount 2 . + 245 :recursionCount 7 . + 246 :recursionCount 1 . + 247 :recursionCount 5 . + 248 :recursionCount 6 . + 249 :recursionCount 3 . + 250 :recursionCount 7 . + 251 :recursionCount 7 . + 252 :recursionCount 6 . + 253 :recursionCount 7 . + 254 :recursionCount 7 . + 255 :recursionCount 5 . + 256 :recursionCount 3 . + 257 :recursionCount 6 . + 258 :recursionCount 5 . + 259 :recursionCount 3 . + 260 :recursionCount 1 . + 261 :recursionCount 7 . + 262 :recursionCount 6 . + 263 :recursionCount 7 . + 264 :recursionCount 1 . + 265 :recursionCount 3 . + 266 :recursionCount 4 . + 267 :recursionCount 3 . + 268 :recursionCount 2 . + 269 :recursionCount 7 . + 270 :recursionCount 5 . + 271 :recursionCount 3 . + 272 :recursionCount 4 . + 273 :recursionCount 3 . + 274 :recursionCount 5 . + 275 :recursionCount 6 . + 276 :recursionCount 3 . + 277 :recursionCount 5 . + 278 :recursionCount 7 . + 279 :recursionCount 7 . + 280 :recursionCount 6 . + 281 :recursionCount 3 . + 282 :recursionCount 6 . + 283 :recursionCount 3 . + 284 :recursionCount 6 . + 285 :recursionCount 5 . + 286 :recursionCount 2 . + 287 :recursionCount 7 . + 288 :recursionCount 2 . + 289 :recursionCount 7 . + 290 :recursionCount 3 . + 291 :recursionCount 4 . + 292 :recursionCount 4 . + 293 :recursionCount 4 . + 294 :recursionCount 3 . + 295 :recursionCount 3 . + 296 :recursionCount 7 . + 297 :recursionCount 7 . + 298 :recursionCount 7 . + 299 :recursionCount 3 . + 300 :recursionCount 6 . + 301 :recursionCount 3 . + 302 :recursionCount 5 . + 303 :recursionCount 6 . + 304 :recursionCount 3 . + 305 :recursionCount 5 . + 306 :recursionCount 3 . + 307 :recursionCount 6 . + 308 :recursionCount 5 . + 309 :recursionCount 3 . + 310 :recursionCount 3 . + 311 :recursionCount 6 . + 312 :recursionCount 3 . + 313 :recursionCount 5 . + 314 :recursionCount 2 . + 315 :recursionCount 7 . + 316 :recursionCount 1 . + 317 :recursionCount 5 . + 318 :recursionCount 6 . + 319 :recursionCount 3 . + 320 :recursionCount 5 . + 321 :recursionCount 3 . + 322 :recursionCount 6 . + 323 :recursionCount 3 . + 324 :recursionCount 7 . + 325 :recursionCount 7 . + 326 :recursionCount 7 . + 327 :recursionCount 3 . + 328 :recursionCount 3 . + 329 :recursionCount 4 . + 330 :recursionCount 6 . + 331 :recursionCount 5 . + 332 :recursionCount 3 . + 333 :recursionCount 6 . + 334 :recursionCount 4 . + 335 :recursionCount 6 . + 336 :recursionCount 6 . + 337 :recursionCount 4 . + 338 :recursionCount 6 . + 339 :recursionCount 4 . + 340 :recursionCount 3 . + 341 :recursionCount 2 . + 342 :recursionCount 7 . + 343 :recursionCount 4 . + 344 :recursionCount 7 . + 345 :recursionCount 7 . + 346 :recursionCount 7 . + 347 :recursionCount 3 . + 348 :recursionCount 3 . + 349 :recursionCount 4 . + 350 :recursionCount 5 . + 351 :recursionCount 7 . + 352 :recursionCount 7 . + 353 :recursionCount 6 . + 354 :recursionCount 7 . + 355 :recursionCount 7 . + 356 :recursionCount 1 . + 357 :recursionCount 5 . + 358 :recursionCount 6 . + 359 :recursionCount 3 . + 360 :recursionCount 3 . + 361 :recursionCount 1 . + 362 :recursionCount 7 . + 363 :recursionCount 6 . + 364 :recursionCount 7 . + 365 :recursionCount 1 . + 366 :recursionCount 3 . + 367 :recursionCount 6 . + 368 :recursionCount 5 . + 369 :recursionCount 3 . + 370 :recursionCount 6 . + 371 :recursionCount 5 . + 372 :recursionCount 3 . + 373 :recursionCount 4 . + 374 :recursionCount 3 . + 375 :recursionCount 5 . + 376 :recursionCount 6 . + 377 :recursionCount 3 . + 378 :recursionCount 2 . + 379 :recursionCount 7 . + 380 :recursionCount 5 . + 381 :recursionCount 6 . + 382 :recursionCount 3 . + 383 :recursionCount 6 . + 384 :recursionCount 3 . + 385 :recursionCount 6 . + 386 :recursionCount 5 . + 387 :recursionCount 2 . + 388 :recursionCount 7 . + 389 :recursionCount 7 . + 390 :recursionCount 3 . + 391 :recursionCount 3 . + 392 :recursionCount 4 . + 393 :recursionCount 4 . + 394 :recursionCount 4 . + 395 :recursionCount 3 . + 396 :recursionCount 3 . + 397 :recursionCount 7 . + 398 :recursionCount 7 . + 399 :recursionCount 7 . + 400 :recursionCount 4 . + 401 :recursionCount 7 . + 402 :recursionCount 2 . + 403 :recursionCount 3 . + 404 :recursionCount 4 . + 405 :recursionCount 5 . + 406 :recursionCount 4 . + 407 :recursionCount 3 . + 408 :recursionCount 2 . + 409 :recursionCount 7 . + 410 :recursionCount 7 . + 411 :recursionCount 4 . + 412 :recursionCount 7 . + 413 :recursionCount 2 . + 414 :recursionCount 3 . + 415 :recursionCount 5 . + 416 :recursionCount 3 . + 417 :recursionCount 6 . + 418 :recursionCount 5 . + 419 :recursionCount 3 . + 420 :recursionCount 2 . + 421 :recursionCount 7 . + 422 :recursionCount 4 . + 423 :recursionCount 7 . + 424 :recursionCount 2 . + 425 :recursionCount 7 . + 426 :recursionCount 1 . + 427 :recursionCount 5 . + 428 :recursionCount 6 . + 429 :recursionCount 3 . + 430 :recursionCount 3 . + 431 :recursionCount 2 . + 432 :recursionCount 7 . + 433 :recursionCount 4 . + 434 :recursionCount 7 . + 435 :recursionCount 7 . + 436 :recursionCount 7 . + 437 :recursionCount 3 . + 438 :recursionCount 3 . + 439 :recursionCount 4 . + 440 :recursionCount 4 . + 441 :recursionCount 3 . + 442 :recursionCount 2 . + 443 :recursionCount 7 . + 444 :recursionCount 4 . + 445 :recursionCount 6 . + 446 :recursionCount 6 . + 447 :recursionCount 4 . + 448 :recursionCount 6 . + 449 :recursionCount 4 . + 450 :recursionCount 5 . + 451 :recursionCount 5 . + 452 :recursionCount 7 . + 453 :recursionCount 7 . + 454 :recursionCount 6 . + 455 :recursionCount 7 . + 456 :recursionCount 7 . + 457 :recursionCount 3 . + 458 :recursionCount 3 . + 459 :recursionCount 4 . + 460 :recursionCount 4 . + 461 :recursionCount 3 . + 462 :recursionCount 1 . + 463 :recursionCount 7 . + 464 :recursionCount 6 . + 465 :recursionCount 7 . + 466 :recursionCount 1 . + 467 :recursionCount 5 . + 468 :recursionCount 6 . + 469 :recursionCount 3 . + 470 :recursionCount 3 . + 471 :recursionCount 6 . + 472 :recursionCount 5 . + 473 :recursionCount 3 . + 474 :recursionCount 4 . + 475 :recursionCount 3 . + 476 :recursionCount 5 . + 477 :recursionCount 6 . + 478 :recursionCount 5 . + 479 :recursionCount 3 . + 480 :recursionCount 2 . + 481 :recursionCount 5 . + 482 :recursionCount 6 . + 483 :recursionCount 3 . + 484 :recursionCount 6 . + 485 :recursionCount 3 . + 486 :recursionCount 6 . + 487 :recursionCount 5 . + 488 :recursionCount 2 . + 489 :recursionCount 7 . + 490 :recursionCount 7 . + 491 :recursionCount 3 . + 492 :recursionCount 3 . + 493 :recursionCount 4 . + 494 :recursionCount 4 . + 495 :recursionCount 4 . + 496 :recursionCount 3 . + 497 :recursionCount 3 . + 498 :recursionCount 7 . + 499 :recursionCount 7 . + 500 :recursionCount 6 . + 501 :recursionCount 7 . + 502 :recursionCount 7 . + 503 :recursionCount 5 . + 504 :recursionCount 5 . + 505 :recursionCount 5 . + 506 :recursionCount 5 . + 507 :recursionCount 5 . + 508 :recursionCount 7 . + 509 :recursionCount 7 . + 510 :recursionCount 7 . + 511 :recursionCount 6 . + 512 :recursionCount 7 . + 513 :recursionCount 7 . + 514 :recursionCount 5 . + 515 :recursionCount 5 . + 516 :recursionCount 4 . + 517 :recursionCount 3 . + 518 :recursionCount 2 . + 519 :recursionCount 7 . + 520 :recursionCount 7 . + 521 :recursionCount 7 . + 522 :recursionCount 6 . + 523 :recursionCount 7 . + 524 :recursionCount 7 . + 525 :recursionCount 5 . + 526 :recursionCount 3 . + 527 :recursionCount 6 . + 528 :recursionCount 5 . + 529 :recursionCount 3 . + 530 :recursionCount 5 . + 531 :recursionCount 7 . + 532 :recursionCount 7 . + 533 :recursionCount 6 . + 534 :recursionCount 7 . + 535 :recursionCount 7 . + 536 :recursionCount 1 . + 537 :recursionCount 5 . + 538 :recursionCount 6 . + 539 :recursionCount 3 . + 540 :recursionCount 5 . + 541 :recursionCount 5 . + 542 :recursionCount 7 . + 543 :recursionCount 7 . + 544 :recursionCount 6 . + 545 :recursionCount 7 . + 546 :recursionCount 7 . + 547 :recursionCount 3 . + 548 :recursionCount 3 . + 549 :recursionCount 4 . + 550 :recursionCount 5 . + 551 :recursionCount 5 . + 552 :recursionCount 5 . + 553 :recursionCount 7 . + 554 :recursionCount 7 . + 555 :recursionCount 6 . + 556 :recursionCount 6 . + 557 :recursionCount 4 . + 558 :recursionCount 6 . + 559 :recursionCount 4 . + 560 :recursionCount 5 . + 561 :recursionCount 4 . + 562 :recursionCount 3 . + 563 :recursionCount 1 . + 564 :recursionCount 7 . + 565 :recursionCount 6 . + 566 :recursionCount 7 . + 567 :recursionCount 3 . + 568 :recursionCount 3 . + 569 :recursionCount 4 . + 570 :recursionCount 5 . + 571 :recursionCount 3 . + 572 :recursionCount 6 . + 573 :recursionCount 5 . + 574 :recursionCount 3 . + 575 :recursionCount 4 . + 576 :recursionCount 3 . + 577 :recursionCount 5 . + 578 :recursionCount 6 . + 579 :recursionCount 3 . + 580 :recursionCount 7 . + 581 :recursionCount 2 . + 582 :recursionCount 5 . + 583 :recursionCount 6 . + 584 :recursionCount 3 . + 585 :recursionCount 6 . + 586 :recursionCount 3 . + 587 :recursionCount 6 . + 588 :recursionCount 5 . + 589 :recursionCount 3 . + 590 :recursionCount 7 . + 591 :recursionCount 7 . + 592 :recursionCount 3 . + 593 :recursionCount 3 . + 594 :recursionCount 4 . + 595 :recursionCount 4 . + 596 :recursionCount 4 . + 597 :recursionCount 3 . + 598 :recursionCount 3 . + 599 :recursionCount 7 . + 600 :recursionCount 6 . + 601 :recursionCount 7 . + 602 :recursionCount 1 . + 603 :recursionCount 3 . + 604 :recursionCount 4 . + 605 :recursionCount 5 . + 606 :recursionCount 4 . + 607 :recursionCount 3 . + 608 :recursionCount 2 . + 609 :recursionCount 7 . + 610 :recursionCount 7 . + 611 :recursionCount 6 . + 612 :recursionCount 7 . + 613 :recursionCount 1 . + 614 :recursionCount 3 . + 615 :recursionCount 4 . + 616 :recursionCount 5 . + 617 :recursionCount 5 . + 618 :recursionCount 7 . + 619 :recursionCount 7 . + 620 :recursionCount 1 . + 621 :recursionCount 7 . + 622 :recursionCount 6 . + 623 :recursionCount 7 . + 624 :recursionCount 1 . + 625 :recursionCount 3 . + 626 :recursionCount 4 . + 627 :recursionCount 3 . + 628 :recursionCount 2 . + 629 :recursionCount 7 . + 630 :recursionCount 3 . + 631 :recursionCount 1 . + 632 :recursionCount 7 . + 633 :recursionCount 6 . + 634 :recursionCount 7 . + 635 :recursionCount 1 . + 636 :recursionCount 3 . + 637 :recursionCount 6 . + 638 :recursionCount 5 . + 639 :recursionCount 3 . + 640 :recursionCount 4 . + 641 :recursionCount 3 . + 642 :recursionCount 1 . + 643 :recursionCount 7 . + 644 :recursionCount 6 . + 645 :recursionCount 7 . + 646 :recursionCount 1 . + 647 :recursionCount 5 . + 648 :recursionCount 6 . + 649 :recursionCount 3 . + 650 :recursionCount 5 . + 651 :recursionCount 4 . + 652 :recursionCount 3 . + 653 :recursionCount 1 . + 654 :recursionCount 7 . + 655 :recursionCount 6 . + 656 :recursionCount 7 . + 657 :recursionCount 3 . + 658 :recursionCount 3 . + 659 :recursionCount 4 . + 660 :recursionCount 4 . + 661 :recursionCount 5 . + 662 :recursionCount 4 . + 663 :recursionCount 3 . + 664 :recursionCount 1 . + 665 :recursionCount 7 . + 666 :recursionCount 6 . + 667 :recursionCount 4 . + 668 :recursionCount 6 . + 669 :recursionCount 4 . + 670 :recursionCount 3 . + 671 :recursionCount 5 . + 672 :recursionCount 3 . + 673 :recursionCount 6 . + 674 :recursionCount 5 . + 675 :recursionCount 3 . + 676 :recursionCount 4 . + 677 :recursionCount 3 . + 678 :recursionCount 3 . + 679 :recursionCount 4 . + 680 :recursionCount 2 . + 681 :recursionCount 7 . + 682 :recursionCount 2 . + 683 :recursionCount 5 . + 684 :recursionCount 6 . + 685 :recursionCount 3 . + 686 :recursionCount 6 . + 687 :recursionCount 3 . + 688 :recursionCount 6 . + 689 :recursionCount 3 . + 690 :recursionCount 7 . + 691 :recursionCount 7 . + 692 :recursionCount 7 . + 693 :recursionCount 3 . + 694 :recursionCount 3 . + 695 :recursionCount 4 . + 696 :recursionCount 4 . + 697 :recursionCount 4 . + 698 :recursionCount 3 . + 699 :recursionCount 3 . + 700 :recursionCount 4 . + 701 :recursionCount 3 . + 702 :recursionCount 5 . + 703 :recursionCount 6 . + 704 :recursionCount 3 . + 705 :recursionCount 5 . + 706 :recursionCount 3 . + 707 :recursionCount 6 . + 708 :recursionCount 5 . + 709 :recursionCount 3 . + 710 :recursionCount 3 . + 711 :recursionCount 4 . + 712 :recursionCount 3 . + 713 :recursionCount 5 . + 714 :recursionCount 6 . + 715 :recursionCount 3 . + 716 :recursionCount 5 . + 717 :recursionCount 3 . + 718 :recursionCount 2 . + 719 :recursionCount 7 . + 720 :recursionCount 5 . + 721 :recursionCount 3 . + 722 :recursionCount 4 . + 723 :recursionCount 3 . + 724 :recursionCount 5 . + 725 :recursionCount 6 . + 726 :recursionCount 3 . + 727 :recursionCount 5 . + 728 :recursionCount 7 . + 729 :recursionCount 7 . + 730 :recursionCount 6 . + 731 :recursionCount 5 . + 732 :recursionCount 3 . + 733 :recursionCount 4 . + 734 :recursionCount 3 . + 735 :recursionCount 5 . + 736 :recursionCount 6 . + 737 :recursionCount 3 . + 738 :recursionCount 2 . + 739 :recursionCount 7 . + 740 :recursionCount 3 . + 741 :recursionCount 6 . + 742 :recursionCount 5 . + 743 :recursionCount 3 . + 744 :recursionCount 4 . + 745 :recursionCount 3 . + 746 :recursionCount 5 . + 747 :recursionCount 6 . + 748 :recursionCount 5 . + 749 :recursionCount 3 . + 750 :recursionCount 5 . + 751 :recursionCount 3 . + 752 :recursionCount 6 . + 753 :recursionCount 5 . + 754 :recursionCount 3 . + 755 :recursionCount 4 . + 756 :recursionCount 3 . + 757 :recursionCount 5 . + 758 :recursionCount 6 . + 759 :recursionCount 3 . + 760 :recursionCount 3 . + 761 :recursionCount 5 . + 762 :recursionCount 3 . + 763 :recursionCount 6 . + 764 :recursionCount 5 . + 765 :recursionCount 3 . + 766 :recursionCount 4 . + 767 :recursionCount 3 . + 768 :recursionCount 3 . + 769 :recursionCount 4 . + 770 :recursionCount 6 . + 771 :recursionCount 3 . + 772 :recursionCount 5 . + 773 :recursionCount 3 . + 774 :recursionCount 6 . + 775 :recursionCount 5 . + 776 :recursionCount 3 . + 777 :recursionCount 4 . + 778 :recursionCount 6 . + 779 :recursionCount 4 . + 780 :recursionCount 5 . + 781 :recursionCount 2 . + 782 :recursionCount 7 . + 783 :recursionCount 2 . + 784 :recursionCount 5 . + 785 :recursionCount 6 . + 786 :recursionCount 3 . + 787 :recursionCount 6 . + 788 :recursionCount 3 . + 789 :recursionCount 4 . + 790 :recursionCount 3 . + 791 :recursionCount 7 . + 792 :recursionCount 7 . + 793 :recursionCount 7 . + 794 :recursionCount 3 . + 795 :recursionCount 3 . + 796 :recursionCount 4 . + 797 :recursionCount 4 . + 798 :recursionCount 4 . + 799 :recursionCount 3 . + 800 :recursionCount 6 . + 801 :recursionCount 3 . + 802 :recursionCount 6 . + 803 :recursionCount 5 . + 804 :recursionCount 2 . + 805 :recursionCount 7 . + 806 :recursionCount 2 . + 807 :recursionCount 5 . + 808 :recursionCount 6 . + 809 :recursionCount 3 . + 810 :recursionCount 3 . + 811 :recursionCount 6 . + 812 :recursionCount 3 . + 813 :recursionCount 6 . + 814 :recursionCount 5 . + 815 :recursionCount 2 . + 816 :recursionCount 7 . + 817 :recursionCount 2 . + 818 :recursionCount 5 . + 819 :recursionCount 3 . + 820 :recursionCount 6 . + 821 :recursionCount 3 . + 822 :recursionCount 6 . + 823 :recursionCount 3 . + 824 :recursionCount 6 . + 825 :recursionCount 5 . + 826 :recursionCount 2 . + 827 :recursionCount 7 . + 828 :recursionCount 2 . + 829 :recursionCount 7 . + 830 :recursionCount 5 . + 831 :recursionCount 6 . + 832 :recursionCount 3 . + 833 :recursionCount 6 . + 834 :recursionCount 3 . + 835 :recursionCount 6 . + 836 :recursionCount 5 . + 837 :recursionCount 2 . + 838 :recursionCount 7 . + 839 :recursionCount 7 . + 840 :recursionCount 2 . + 841 :recursionCount 5 . + 842 :recursionCount 6 . + 843 :recursionCount 3 . + 844 :recursionCount 6 . + 845 :recursionCount 3 . + 846 :recursionCount 6 . + 847 :recursionCount 5 . + 848 :recursionCount 2 . + 849 :recursionCount 7 . + 850 :recursionCount 7 . + 851 :recursionCount 2 . + 852 :recursionCount 5 . + 853 :recursionCount 6 . + 854 :recursionCount 3 . + 855 :recursionCount 6 . + 856 :recursionCount 3 . + 857 :recursionCount 6 . + 858 :recursionCount 5 . + 859 :recursionCount 3 . + 860 :recursionCount 2 . + 861 :recursionCount 7 . + 862 :recursionCount 2 . + 863 :recursionCount 5 . + 864 :recursionCount 6 . + 865 :recursionCount 3 . + 866 :recursionCount 6 . + 867 :recursionCount 3 . + 868 :recursionCount 6 . + 869 :recursionCount 3 . + 870 :recursionCount 5 . + 871 :recursionCount 2 . + 872 :recursionCount 7 . + 873 :recursionCount 2 . + 874 :recursionCount 5 . + 875 :recursionCount 6 . + 876 :recursionCount 3 . + 877 :recursionCount 6 . + 878 :recursionCount 3 . + 879 :recursionCount 4 . + 880 :recursionCount 6 . + 881 :recursionCount 5 . + 882 :recursionCount 2 . + 883 :recursionCount 7 . + 884 :recursionCount 2 . + 885 :recursionCount 5 . + 886 :recursionCount 6 . + 887 :recursionCount 3 . + 888 :recursionCount 6 . + 889 :recursionCount 4 . + 890 :recursionCount 3 . + 891 :recursionCount 3 . + 892 :recursionCount 7 . + 893 :recursionCount 7 . + 894 :recursionCount 7 . + 895 :recursionCount 3 . + 896 :recursionCount 3 . + 897 :recursionCount 4 . + 898 :recursionCount 4 . + 899 :recursionCount 4 . + 900 :recursionCount 4 . + 901 :recursionCount 4 . + 902 :recursionCount 3 . + 903 :recursionCount 3 . + 904 :recursionCount 7 . + 905 :recursionCount 7 . + 906 :recursionCount 7 . + 907 :recursionCount 3 . + 908 :recursionCount 3 . + 909 :recursionCount 4 . + 910 :recursionCount 4 . + 911 :recursionCount 4 . + 912 :recursionCount 4 . + 913 :recursionCount 3 . + 914 :recursionCount 3 . + 915 :recursionCount 7 . + 916 :recursionCount 7 . + 917 :recursionCount 7 . + 918 :recursionCount 3 . + 919 :recursionCount 3 . + 920 :recursionCount 3 . + 921 :recursionCount 4 . + 922 :recursionCount 4 . + 923 :recursionCount 4 . + 924 :recursionCount 3 . + 925 :recursionCount 3 . + 926 :recursionCount 7 . + 927 :recursionCount 7 . + 928 :recursionCount 7 . + 929 :recursionCount 3 . + 930 :recursionCount 3 . + 931 :recursionCount 3 . + 932 :recursionCount 4 . + 933 :recursionCount 4 . + 934 :recursionCount 4 . + 935 :recursionCount 3 . + 936 :recursionCount 3 . + 937 :recursionCount 7 . + 938 :recursionCount 7 . + 939 :recursionCount 7 . + 940 :recursionCount 7 . + 941 :recursionCount 3 . + 942 :recursionCount 3 . + 943 :recursionCount 4 . + 944 :recursionCount 4 . + 945 :recursionCount 4 . + 946 :recursionCount 3 . + 947 :recursionCount 3 . + 948 :recursionCount 7 . + 949 :recursionCount 7 . + 950 :recursionCount 7 . + 951 :recursionCount 7 . + 952 :recursionCount 3 . + 953 :recursionCount 3 . + 954 :recursionCount 4 . + 955 :recursionCount 4 . + 956 :recursionCount 4 . + 957 :recursionCount 3 . + 958 :recursionCount 3 . + 959 :recursionCount 7 . + 960 :recursionCount 7 . + 961 :recursionCount 7 . + 962 :recursionCount 7 . + 963 :recursionCount 3 . + 964 :recursionCount 3 . + 965 :recursionCount 4 . + 966 :recursionCount 4 . + 967 :recursionCount 4 . + 968 :recursionCount 3 . + 969 :recursionCount 3 . + 970 :recursionCount 3 . + 971 :recursionCount 7 . + 972 :recursionCount 7 . + 973 :recursionCount 7 . + 974 :recursionCount 3 . + 975 :recursionCount 3 . + 976 :recursionCount 4 . + 977 :recursionCount 4 . + 978 :recursionCount 4 . + 979 :recursionCount 3 . + 980 :recursionCount 3 . + 981 :recursionCount 3 . + 982 :recursionCount 7 . + 983 :recursionCount 7 . + 984 :recursionCount 7 . + 985 :recursionCount 3 . + 986 :recursionCount 3 . + 987 :recursionCount 4 . + 988 :recursionCount 4 . + 989 :recursionCount 4 . + 990 :recursionCount 4 . + 991 :recursionCount 3 . + 992 :recursionCount 3 . + 993 :recursionCount 7 . + 994 :recursionCount 7 . + 995 :recursionCount 7 . + 996 :recursionCount 3 . + 997 :recursionCount 3 . + 998 :recursionCount 4 . + 999 :recursionCount 4 . + }. + +skolem:lemma1 a r:Inference; + r:gives { + 1 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 1}] + skolem:lemma1000 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma2 a r:Inference; + r:gives { + 2 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 2}] + skolem:lemma1002 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma3 a r:Inference; + r:gives { + 3 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 3}] + skolem:lemma1003 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma4 a r:Inference; + r:gives { + 4 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 4}] + skolem:lemma1004 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma5 a r:Inference; + r:gives { + 5 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 5}] + skolem:lemma1005 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma6 a r:Inference; + r:gives { + 6 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 6}] + skolem:lemma1006 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma7 a r:Inference; + r:gives { + 7 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 7}] + skolem:lemma1007 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma8 a r:Inference; + r:gives { + 8 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 8}] + skolem:lemma1008 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma9 a r:Inference; + r:gives { + 9 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 9}] + skolem:lemma1009 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma10 a r:Inference; + r:gives { + 10 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 10}] + skolem:lemma1010 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma11 a r:Inference; + r:gives { + 11 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 11}] + skolem:lemma1011 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma12 a r:Inference; + r:gives { + 12 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 12}] + skolem:lemma1012 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma13 a r:Inference; + r:gives { + 13 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 13}] + skolem:lemma1013 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma14 a r:Inference; + r:gives { + 14 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 14}] + skolem:lemma1014 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma15 a r:Inference; + r:gives { + 15 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 15}] + skolem:lemma1015 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma16 a r:Inference; + r:gives { + 16 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 16}] + skolem:lemma1016 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma17 a r:Inference; + r:gives { + 17 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 17}] + skolem:lemma1017 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma18 a r:Inference; + r:gives { + 18 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 18}] + skolem:lemma1018 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma19 a r:Inference; + r:gives { + 19 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 19}] + skolem:lemma1019 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma20 a r:Inference; + r:gives { + 20 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 20}] + skolem:lemma1020 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma21 a r:Inference; + r:gives { + 21 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 21}] + skolem:lemma1021 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma22 a r:Inference; + r:gives { + 22 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 22}] + skolem:lemma1022 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma23 a r:Inference; + r:gives { + 23 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 23}] + skolem:lemma1023 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma24 a r:Inference; + r:gives { + 24 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 24}] + skolem:lemma1024 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma25 a r:Inference; + r:gives { + 25 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 25}] + skolem:lemma1025 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma26 a r:Inference; + r:gives { + 26 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 26}] + skolem:lemma1026 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma27 a r:Inference; + r:gives { + 27 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 27}] + skolem:lemma1027 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma28 a r:Inference; + r:gives { + 28 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 28}] + skolem:lemma1028 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma29 a r:Inference; + r:gives { + 29 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 29}] + skolem:lemma1029 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma30 a r:Inference; + r:gives { + 30 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 30}] + skolem:lemma1030 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma31 a r:Inference; + r:gives { + 31 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 31}] + skolem:lemma1031 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma32 a r:Inference; + r:gives { + 32 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 32}] + skolem:lemma1032 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma33 a r:Inference; + r:gives { + 33 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 33}] + skolem:lemma1033 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma34 a r:Inference; + r:gives { + 34 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 34}] + skolem:lemma1034 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma35 a r:Inference; + r:gives { + 35 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 35}] + skolem:lemma1035 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma36 a r:Inference; + r:gives { + 36 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 36}] + skolem:lemma1036 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma37 a r:Inference; + r:gives { + 37 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 37}] + skolem:lemma1037 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma38 a r:Inference; + r:gives { + 38 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 38}] + skolem:lemma1038 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma39 a r:Inference; + r:gives { + 39 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 39}] + skolem:lemma1039 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma40 a r:Inference; + r:gives { + 40 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 40}] + skolem:lemma1040 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma41 a r:Inference; + r:gives { + 41 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 41}] + skolem:lemma1041 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma42 a r:Inference; + r:gives { + 42 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 42}] + skolem:lemma1042 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma43 a r:Inference; + r:gives { + 43 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 43}] + skolem:lemma1043 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma44 a r:Inference; + r:gives { + 44 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 44}] + skolem:lemma1044 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma45 a r:Inference; + r:gives { + 45 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 45}] + skolem:lemma1045 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma46 a r:Inference; + r:gives { + 46 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 46}] + skolem:lemma1046 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma47 a r:Inference; + r:gives { + 47 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 47}] + skolem:lemma1047 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma48 a r:Inference; + r:gives { + 48 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 48}] + skolem:lemma1048 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma49 a r:Inference; + r:gives { + 49 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 49}] + skolem:lemma1049 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma50 a r:Inference; + r:gives { + 50 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 50}] + skolem:lemma1050 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma51 a r:Inference; + r:gives { + 51 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 51}] + skolem:lemma1051 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma52 a r:Inference; + r:gives { + 52 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 52}] + skolem:lemma1052 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma53 a r:Inference; + r:gives { + 53 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 53}] + skolem:lemma1053 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma54 a r:Inference; + r:gives { + 54 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 54}] + skolem:lemma1054 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma55 a r:Inference; + r:gives { + 55 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 55}] + skolem:lemma1055 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma56 a r:Inference; + r:gives { + 56 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 56}] + skolem:lemma1056 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma57 a r:Inference; + r:gives { + 57 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 57}] + skolem:lemma1057 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma58 a r:Inference; + r:gives { + 58 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 58}] + skolem:lemma1058 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma59 a r:Inference; + r:gives { + 59 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 59}] + skolem:lemma1059 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma60 a r:Inference; + r:gives { + 60 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 60}] + skolem:lemma1060 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma61 a r:Inference; + r:gives { + 61 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 61}] + skolem:lemma1061 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma62 a r:Inference; + r:gives { + 62 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 62}] + skolem:lemma1062 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma63 a r:Inference; + r:gives { + 63 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 63}] + skolem:lemma1063 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma64 a r:Inference; + r:gives { + 64 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 64}] + skolem:lemma1064 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma65 a r:Inference; + r:gives { + 65 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 65}] + skolem:lemma1065 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma66 a r:Inference; + r:gives { + 66 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 66}] + skolem:lemma1066 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma67 a r:Inference; + r:gives { + 67 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 67}] + skolem:lemma1067 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma68 a r:Inference; + r:gives { + 68 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 68}] + skolem:lemma1068 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma69 a r:Inference; + r:gives { + 69 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 69}] + skolem:lemma1069 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma70 a r:Inference; + r:gives { + 70 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 70}] + skolem:lemma1070 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma71 a r:Inference; + r:gives { + 71 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 71}] + skolem:lemma1071 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma72 a r:Inference; + r:gives { + 72 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 72}] + skolem:lemma1072 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma73 a r:Inference; + r:gives { + 73 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 73}] + skolem:lemma1073 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma74 a r:Inference; + r:gives { + 74 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 74}] + skolem:lemma1074 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma75 a r:Inference; + r:gives { + 75 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 75}] + skolem:lemma1075 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma76 a r:Inference; + r:gives { + 76 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 76}] + skolem:lemma1076 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma77 a r:Inference; + r:gives { + 77 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 77}] + skolem:lemma1077 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma78 a r:Inference; + r:gives { + 78 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 78}] + skolem:lemma1078 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma79 a r:Inference; + r:gives { + 79 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 79}] + skolem:lemma1079 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma80 a r:Inference; + r:gives { + 80 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 80}] + skolem:lemma1080 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma81 a r:Inference; + r:gives { + 81 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 81}] + skolem:lemma1081 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma82 a r:Inference; + r:gives { + 82 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 82}] + skolem:lemma1082 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma83 a r:Inference; + r:gives { + 83 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 83}] + skolem:lemma1083 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma84 a r:Inference; + r:gives { + 84 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 84}] + skolem:lemma1084 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma85 a r:Inference; + r:gives { + 85 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 85}] + skolem:lemma1085 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma86 a r:Inference; + r:gives { + 86 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 86}] + skolem:lemma1086 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma87 a r:Inference; + r:gives { + 87 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 87}] + skolem:lemma1087 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma88 a r:Inference; + r:gives { + 88 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 88}] + skolem:lemma1088 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma89 a r:Inference; + r:gives { + 89 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 89}] + skolem:lemma1089 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma90 a r:Inference; + r:gives { + 90 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 90}] + skolem:lemma1090 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma91 a r:Inference; + r:gives { + 91 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 91}] + skolem:lemma1091 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma92 a r:Inference; + r:gives { + 92 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 92}] + skolem:lemma1092 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma93 a r:Inference; + r:gives { + 93 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 93}] + skolem:lemma1093 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma94 a r:Inference; + r:gives { + 94 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 94}] + skolem:lemma1094 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma95 a r:Inference; + r:gives { + 95 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 95}] + skolem:lemma1095 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma96 a r:Inference; + r:gives { + 96 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 96}] + skolem:lemma1096 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma97 a r:Inference; + r:gives { + 97 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 97}] + skolem:lemma1097 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma98 a r:Inference; + r:gives { + 98 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 98}] + skolem:lemma1098 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma99 a r:Inference; + r:gives { + 99 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 99}] + skolem:lemma1099 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma100 a r:Inference; + r:gives { + 100 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 100}] + skolem:lemma1100 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma101 a r:Inference; + r:gives { + 101 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 101}] + skolem:lemma1101 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 101]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma102 a r:Inference; + r:gives { + 102 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 102}] + skolem:lemma1102 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 102]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma103 a r:Inference; + r:gives { + 103 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 103}] + skolem:lemma1103 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 103]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma104 a r:Inference; + r:gives { + 104 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 104}] + skolem:lemma1104 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 104]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma105 a r:Inference; + r:gives { + 105 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 105}] + skolem:lemma1105 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 105]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma106 a r:Inference; + r:gives { + 106 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 106}] + skolem:lemma1106 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 106]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma107 a r:Inference; + r:gives { + 107 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 107}] + skolem:lemma1107 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 107]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma108 a r:Inference; + r:gives { + 108 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 108}] + skolem:lemma1108 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 108]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma109 a r:Inference; + r:gives { + 109 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 109}] + skolem:lemma1109 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 109]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma110 a r:Inference; + r:gives { + 110 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 110}] + skolem:lemma1110 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma111 a r:Inference; + r:gives { + 111 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 111}] + skolem:lemma1111 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 111]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma112 a r:Inference; + r:gives { + 112 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 112}] + skolem:lemma1112 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma113 a r:Inference; + r:gives { + 113 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 113}] + skolem:lemma1113 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma114 a r:Inference; + r:gives { + 114 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 114}] + skolem:lemma1114 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma115 a r:Inference; + r:gives { + 115 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 115}] + skolem:lemma1115 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma116 a r:Inference; + r:gives { + 116 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 116}] + skolem:lemma1116 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma117 a r:Inference; + r:gives { + 117 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 117}] + skolem:lemma1117 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma118 a r:Inference; + r:gives { + 118 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 118}] + skolem:lemma1118 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma119 a r:Inference; + r:gives { + 119 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 119}] + skolem:lemma1119 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma120 a r:Inference; + r:gives { + 120 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 120}] + skolem:lemma1120 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 120]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma121 a r:Inference; + r:gives { + 121 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 121}] + skolem:lemma1121 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 121]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma122 a r:Inference; + r:gives { + 122 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 122}] + skolem:lemma1122 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma123 a r:Inference; + r:gives { + 123 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 123}] + skolem:lemma1123 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma124 a r:Inference; + r:gives { + 124 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 124}] + skolem:lemma1124 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma125 a r:Inference; + r:gives { + 125 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 125}] + skolem:lemma1125 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma126 a r:Inference; + r:gives { + 126 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 126}] + skolem:lemma1126 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma127 a r:Inference; + r:gives { + 127 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 127}] + skolem:lemma1127 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma128 a r:Inference; + r:gives { + 128 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 128}] + skolem:lemma1128 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma129 a r:Inference; + r:gives { + 129 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 129}] + skolem:lemma1129 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma130 a r:Inference; + r:gives { + 130 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 130}] + skolem:lemma1130 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 130]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma131 a r:Inference; + r:gives { + 131 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 131}] + skolem:lemma1131 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma132 a r:Inference; + r:gives { + 132 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 132}] + skolem:lemma1132 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 132]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma133 a r:Inference; + r:gives { + 133 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 133}] + skolem:lemma1133 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma134 a r:Inference; + r:gives { + 134 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 134}] + skolem:lemma1134 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma135 a r:Inference; + r:gives { + 135 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 135}] + skolem:lemma1135 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma136 a r:Inference; + r:gives { + 136 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 136}] + skolem:lemma1136 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma137 a r:Inference; + r:gives { + 137 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 137}] + skolem:lemma1137 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma138 a r:Inference; + r:gives { + 138 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 138}] + skolem:lemma1138 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma139 a r:Inference; + r:gives { + 139 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 139}] + skolem:lemma1139 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma140 a r:Inference; + r:gives { + 140 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 140}] + skolem:lemma1140 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 140]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma141 a r:Inference; + r:gives { + 141 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 141}] + skolem:lemma1141 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 141]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma142 a r:Inference; + r:gives { + 142 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 142}] + skolem:lemma1142 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 142]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma143 a r:Inference; + r:gives { + 143 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 143}] + skolem:lemma1143 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 143]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma144 a r:Inference; + r:gives { + 144 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 144}] + skolem:lemma1144 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma145 a r:Inference; + r:gives { + 145 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 145}] + skolem:lemma1145 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma146 a r:Inference; + r:gives { + 146 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 146}] + skolem:lemma1146 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma147 a r:Inference; + r:gives { + 147 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 147}] + skolem:lemma1147 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma148 a r:Inference; + r:gives { + 148 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 148}] + skolem:lemma1148 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma149 a r:Inference; + r:gives { + 149 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 149}] + skolem:lemma1149 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma150 a r:Inference; + r:gives { + 150 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 150}] + skolem:lemma1150 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 150]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma151 a r:Inference; + r:gives { + 151 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 151}] + skolem:lemma1151 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 151]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma152 a r:Inference; + r:gives { + 152 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 152}] + skolem:lemma1152 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 152]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma153 a r:Inference; + r:gives { + 153 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 153}] + skolem:lemma1153 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 153]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma154 a r:Inference; + r:gives { + 154 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 154}] + skolem:lemma1154 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 154]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma155 a r:Inference; + r:gives { + 155 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 155}] + skolem:lemma1155 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma156 a r:Inference; + r:gives { + 156 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 156}] + skolem:lemma1156 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma157 a r:Inference; + r:gives { + 157 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 157}] + skolem:lemma1157 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma158 a r:Inference; + r:gives { + 158 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 158}] + skolem:lemma1158 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma159 a r:Inference; + r:gives { + 159 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 159}] + skolem:lemma1159 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma160 a r:Inference; + r:gives { + 160 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 160}] + skolem:lemma1160 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 160]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma161 a r:Inference; + r:gives { + 161 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 161}] + skolem:lemma1161 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 161]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma162 a r:Inference; + r:gives { + 162 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 162}] + skolem:lemma1162 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 162]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma163 a r:Inference; + r:gives { + 163 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 163}] + skolem:lemma1163 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 163]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma164 a r:Inference; + r:gives { + 164 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 164}] + skolem:lemma1164 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 164]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma165 a r:Inference; + r:gives { + 165 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 165}] + skolem:lemma1165 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 165]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma166 a r:Inference; + r:gives { + 166 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 166}] + skolem:lemma1166 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma167 a r:Inference; + r:gives { + 167 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 167}] + skolem:lemma1167 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma168 a r:Inference; + r:gives { + 168 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 168}] + skolem:lemma1168 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma169 a r:Inference; + r:gives { + 169 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 169}] + skolem:lemma1169 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma170 a r:Inference; + r:gives { + 170 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 170}] + skolem:lemma1170 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 170]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma171 a r:Inference; + r:gives { + 171 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 171}] + skolem:lemma1171 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma172 a r:Inference; + r:gives { + 172 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 172}] + skolem:lemma1172 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma173 a r:Inference; + r:gives { + 173 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 173}] + skolem:lemma1173 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma174 a r:Inference; + r:gives { + 174 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 174}] + skolem:lemma1174 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma175 a r:Inference; + r:gives { + 175 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 175}] + skolem:lemma1175 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma176 a r:Inference; + r:gives { + 176 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 176}] + skolem:lemma1176 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma177 a r:Inference; + r:gives { + 177 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 177}] + skolem:lemma1177 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma178 a r:Inference; + r:gives { + 178 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 178}] + skolem:lemma1178 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma179 a r:Inference; + r:gives { + 179 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 179}] + skolem:lemma1179 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma180 a r:Inference; + r:gives { + 180 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 180}] + skolem:lemma1180 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 180]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma181 a r:Inference; + r:gives { + 181 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 181}] + skolem:lemma1181 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 181]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma182 a r:Inference; + r:gives { + 182 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 182}] + skolem:lemma1182 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 182]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma183 a r:Inference; + r:gives { + 183 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 183}] + skolem:lemma1183 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 183]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma184 a r:Inference; + r:gives { + 184 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 184}] + skolem:lemma1184 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 184]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma185 a r:Inference; + r:gives { + 185 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 185}] + skolem:lemma1185 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 185]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma186 a r:Inference; + r:gives { + 186 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 186}] + skolem:lemma1186 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 186]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma187 a r:Inference; + r:gives { + 187 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 187}] + skolem:lemma1187 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 187]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma188 a r:Inference; + r:gives { + 188 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 188}] + skolem:lemma1188 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma189 a r:Inference; + r:gives { + 189 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 189}] + skolem:lemma1189 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma190 a r:Inference; + r:gives { + 190 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 190}] + skolem:lemma1190 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 190]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma191 a r:Inference; + r:gives { + 191 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 191}] + skolem:lemma1191 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 191]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma192 a r:Inference; + r:gives { + 192 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 192}] + skolem:lemma1192 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 192]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma193 a r:Inference; + r:gives { + 193 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 193}] + skolem:lemma1193 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 193]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma194 a r:Inference; + r:gives { + 194 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 194}] + skolem:lemma1194 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 194]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma195 a r:Inference; + r:gives { + 195 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 195}] + skolem:lemma1195 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 195]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma196 a r:Inference; + r:gives { + 196 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 196}] + skolem:lemma1196 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 196]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma197 a r:Inference; + r:gives { + 197 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 197}] + skolem:lemma1197 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 197]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma198 a r:Inference; + r:gives { + 198 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 198}] + skolem:lemma1198 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 198]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma199 a r:Inference; + r:gives { + 199 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 199}] + skolem:lemma1199 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma200 a r:Inference; + r:gives { + 200 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 200}] + skolem:lemma1200 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma201 a r:Inference; + r:gives { + 201 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 201}] + skolem:lemma1201 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 201]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma202 a r:Inference; + r:gives { + 202 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 202}] + skolem:lemma1202 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 202]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma203 a r:Inference; + r:gives { + 203 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 203}] + skolem:lemma1203 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 203]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma204 a r:Inference; + r:gives { + 204 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 204}] + skolem:lemma1204 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 204]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma205 a r:Inference; + r:gives { + 205 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 205}] + skolem:lemma1205 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 205]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma206 a r:Inference; + r:gives { + 206 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 206}] + skolem:lemma1206 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 206]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma207 a r:Inference; + r:gives { + 207 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 207}] + skolem:lemma1207 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 207]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma208 a r:Inference; + r:gives { + 208 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 208}] + skolem:lemma1208 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 208]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma209 a r:Inference; + r:gives { + 209 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 209}] + skolem:lemma1209 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 209]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma210 a r:Inference; + r:gives { + 210 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 210}] + skolem:lemma1210 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma211 a r:Inference; + r:gives { + 211 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 211}] + skolem:lemma1211 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 211]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma212 a r:Inference; + r:gives { + 212 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 212}] + skolem:lemma1212 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 212]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma213 a r:Inference; + r:gives { + 213 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 213}] + skolem:lemma1213 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 213]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma214 a r:Inference; + r:gives { + 214 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 214}] + skolem:lemma1214 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 214]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma215 a r:Inference; + r:gives { + 215 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 215}] + skolem:lemma1215 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 215]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma216 a r:Inference; + r:gives { + 216 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 216}] + skolem:lemma1216 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 216]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma217 a r:Inference; + r:gives { + 217 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 217}] + skolem:lemma1217 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 217]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma218 a r:Inference; + r:gives { + 218 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 218}] + skolem:lemma1218 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 218]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma219 a r:Inference; + r:gives { + 219 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 219}] + skolem:lemma1219 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 219]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma220 a r:Inference; + r:gives { + 220 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 220}] + skolem:lemma1220 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma221 a r:Inference; + r:gives { + 221 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 221}] + skolem:lemma1221 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 221]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma222 a r:Inference; + r:gives { + 222 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 222}] + skolem:lemma1222 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 222]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma223 a r:Inference; + r:gives { + 223 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 223}] + skolem:lemma1223 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma224 a r:Inference; + r:gives { + 224 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 224}] + skolem:lemma1224 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma225 a r:Inference; + r:gives { + 225 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 225}] + skolem:lemma1225 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma226 a r:Inference; + r:gives { + 226 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 226}] + skolem:lemma1226 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma227 a r:Inference; + r:gives { + 227 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 227}] + skolem:lemma1227 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma228 a r:Inference; + r:gives { + 228 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 228}] + skolem:lemma1228 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma229 a r:Inference; + r:gives { + 229 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 229}] + skolem:lemma1229 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma230 a r:Inference; + r:gives { + 230 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 230}] + skolem:lemma1230 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 230]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma231 a r:Inference; + r:gives { + 231 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 231}] + skolem:lemma1231 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 231]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma232 a r:Inference; + r:gives { + 232 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 232}] + skolem:lemma1232 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 232]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma233 a r:Inference; + r:gives { + 233 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 233}] + skolem:lemma1233 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma234 a r:Inference; + r:gives { + 234 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 234}] + skolem:lemma1234 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma235 a r:Inference; + r:gives { + 235 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 235}] + skolem:lemma1235 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma236 a r:Inference; + r:gives { + 236 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 236}] + skolem:lemma1236 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma237 a r:Inference; + r:gives { + 237 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 237}] + skolem:lemma1237 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma238 a r:Inference; + r:gives { + 238 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 238}] + skolem:lemma1238 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma239 a r:Inference; + r:gives { + 239 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 239}] + skolem:lemma1239 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma240 a r:Inference; + r:gives { + 240 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 240}] + skolem:lemma1240 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 240]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma241 a r:Inference; + r:gives { + 241 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 241}] + skolem:lemma1241 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 241]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma242 a r:Inference; + r:gives { + 242 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 242}] + skolem:lemma1242 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 242]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma243 a r:Inference; + r:gives { + 243 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 243}] + skolem:lemma1243 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 243]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma244 a r:Inference; + r:gives { + 244 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 244}] + skolem:lemma1244 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma245 a r:Inference; + r:gives { + 245 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 245}] + skolem:lemma1245 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma246 a r:Inference; + r:gives { + 246 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 246}] + skolem:lemma1246 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma247 a r:Inference; + r:gives { + 247 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 247}] + skolem:lemma1247 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma248 a r:Inference; + r:gives { + 248 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 248}] + skolem:lemma1248 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma249 a r:Inference; + r:gives { + 249 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 249}] + skolem:lemma1249 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma250 a r:Inference; + r:gives { + 250 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 250}] + skolem:lemma1250 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 250]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma251 a r:Inference; + r:gives { + 251 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 251}] + skolem:lemma1251 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 251]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma252 a r:Inference; + r:gives { + 252 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 252}] + skolem:lemma1252 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 252]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma253 a r:Inference; + r:gives { + 253 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 253}] + skolem:lemma1253 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 253]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma254 a r:Inference; + r:gives { + 254 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 254}] + skolem:lemma1254 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 254]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma255 a r:Inference; + r:gives { + 255 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 255}] + skolem:lemma1255 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma256 a r:Inference; + r:gives { + 256 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 256}] + skolem:lemma1256 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma257 a r:Inference; + r:gives { + 257 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 257}] + skolem:lemma1257 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma258 a r:Inference; + r:gives { + 258 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 258}] + skolem:lemma1258 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma259 a r:Inference; + r:gives { + 259 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 259}] + skolem:lemma1259 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma260 a r:Inference; + r:gives { + 260 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 260}] + skolem:lemma1260 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 260]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma261 a r:Inference; + r:gives { + 261 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 261}] + skolem:lemma1261 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma262 a r:Inference; + r:gives { + 262 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 262}] + skolem:lemma1262 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma263 a r:Inference; + r:gives { + 263 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 263}] + skolem:lemma1263 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma264 a r:Inference; + r:gives { + 264 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 264}] + skolem:lemma1264 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma265 a r:Inference; + r:gives { + 265 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 265}] + skolem:lemma1265 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma266 a r:Inference; + r:gives { + 266 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 266}] + skolem:lemma1266 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma267 a r:Inference; + r:gives { + 267 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 267}] + skolem:lemma1267 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma268 a r:Inference; + r:gives { + 268 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 268}] + skolem:lemma1268 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma269 a r:Inference; + r:gives { + 269 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 269}] + skolem:lemma1269 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma270 a r:Inference; + r:gives { + 270 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 270}] + skolem:lemma1270 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 270]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma271 a r:Inference; + r:gives { + 271 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 271}] + skolem:lemma1271 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 271]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma272 a r:Inference; + r:gives { + 272 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 272}] + skolem:lemma1272 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 272]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma273 a r:Inference; + r:gives { + 273 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 273}] + skolem:lemma1273 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 273]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma274 a r:Inference; + r:gives { + 274 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 274}] + skolem:lemma1274 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 274]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma275 a r:Inference; + r:gives { + 275 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 275}] + skolem:lemma1275 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 275]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma276 a r:Inference; + r:gives { + 276 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 276}] + skolem:lemma1276 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 276]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma277 a r:Inference; + r:gives { + 277 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 277}] + skolem:lemma1277 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma278 a r:Inference; + r:gives { + 278 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 278}] + skolem:lemma1278 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma279 a r:Inference; + r:gives { + 279 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 279}] + skolem:lemma1279 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma280 a r:Inference; + r:gives { + 280 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 280}] + skolem:lemma1280 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 280]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma281 a r:Inference; + r:gives { + 281 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 281}] + skolem:lemma1281 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 281]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma282 a r:Inference; + r:gives { + 282 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 282}] + skolem:lemma1282 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 282]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma283 a r:Inference; + r:gives { + 283 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 283}] + skolem:lemma1283 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 283]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma284 a r:Inference; + r:gives { + 284 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 284}] + skolem:lemma1284 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 284]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma285 a r:Inference; + r:gives { + 285 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 285}] + skolem:lemma1285 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 285]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma286 a r:Inference; + r:gives { + 286 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 286}] + skolem:lemma1286 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 286]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma287 a r:Inference; + r:gives { + 287 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 287}] + skolem:lemma1287 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 287]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma288 a r:Inference; + r:gives { + 288 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 288}] + skolem:lemma1288 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma289 a r:Inference; + r:gives { + 289 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 289}] + skolem:lemma1289 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma290 a r:Inference; + r:gives { + 290 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 290}] + skolem:lemma1290 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 290]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma291 a r:Inference; + r:gives { + 291 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 291}] + skolem:lemma1291 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 291]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma292 a r:Inference; + r:gives { + 292 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 292}] + skolem:lemma1292 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 292]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma293 a r:Inference; + r:gives { + 293 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 293}] + skolem:lemma1293 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 293]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma294 a r:Inference; + r:gives { + 294 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 294}] + skolem:lemma1294 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 294]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma295 a r:Inference; + r:gives { + 295 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 295}] + skolem:lemma1295 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 295]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma296 a r:Inference; + r:gives { + 296 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 296}] + skolem:lemma1296 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 296]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma297 a r:Inference; + r:gives { + 297 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 297}] + skolem:lemma1297 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 297]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma298 a r:Inference; + r:gives { + 298 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 298}] + skolem:lemma1298 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 298]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma299 a r:Inference; + r:gives { + 299 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 299}] + skolem:lemma1299 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma300 a r:Inference; + r:gives { + 300 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 300}] + skolem:lemma1300 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma301 a r:Inference; + r:gives { + 301 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 301}] + skolem:lemma1301 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 301]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma302 a r:Inference; + r:gives { + 302 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 302}] + skolem:lemma1302 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 302]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma303 a r:Inference; + r:gives { + 303 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 303}] + skolem:lemma1303 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 303]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma304 a r:Inference; + r:gives { + 304 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 304}] + skolem:lemma1304 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 304]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma305 a r:Inference; + r:gives { + 305 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 305}] + skolem:lemma1305 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 305]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma306 a r:Inference; + r:gives { + 306 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 306}] + skolem:lemma1306 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 306]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma307 a r:Inference; + r:gives { + 307 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 307}] + skolem:lemma1307 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 307]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma308 a r:Inference; + r:gives { + 308 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 308}] + skolem:lemma1308 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 308]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma309 a r:Inference; + r:gives { + 309 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 309}] + skolem:lemma1309 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 309]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma310 a r:Inference; + r:gives { + 310 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 310}] + skolem:lemma1310 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma311 a r:Inference; + r:gives { + 311 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 311}] + skolem:lemma1311 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 311]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma312 a r:Inference; + r:gives { + 312 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 312}] + skolem:lemma1312 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 312]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma313 a r:Inference; + r:gives { + 313 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 313}] + skolem:lemma1313 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 313]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma314 a r:Inference; + r:gives { + 314 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 314}] + skolem:lemma1314 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 314]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma315 a r:Inference; + r:gives { + 315 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 315}] + skolem:lemma1315 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 315]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma316 a r:Inference; + r:gives { + 316 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 316}] + skolem:lemma1316 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 316]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma317 a r:Inference; + r:gives { + 317 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 317}] + skolem:lemma1317 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 317]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma318 a r:Inference; + r:gives { + 318 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 318}] + skolem:lemma1318 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 318]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma319 a r:Inference; + r:gives { + 319 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 319}] + skolem:lemma1319 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 319]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma320 a r:Inference; + r:gives { + 320 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 320}] + skolem:lemma1320 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma321 a r:Inference; + r:gives { + 321 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 321}] + skolem:lemma1321 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 321]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma322 a r:Inference; + r:gives { + 322 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 322}] + skolem:lemma1322 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 322]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma323 a r:Inference; + r:gives { + 323 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 323}] + skolem:lemma1323 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 323]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma324 a r:Inference; + r:gives { + 324 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 324}] + skolem:lemma1324 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 324]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma325 a r:Inference; + r:gives { + 325 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 325}] + skolem:lemma1325 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 325]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma326 a r:Inference; + r:gives { + 326 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 326}] + skolem:lemma1326 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 326]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma327 a r:Inference; + r:gives { + 327 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 327}] + skolem:lemma1327 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 327]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma328 a r:Inference; + r:gives { + 328 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 328}] + skolem:lemma1328 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 328]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma329 a r:Inference; + r:gives { + 329 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 329}] + skolem:lemma1329 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 329]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma330 a r:Inference; + r:gives { + 330 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 330}] + skolem:lemma1330 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma331 a r:Inference; + r:gives { + 331 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 331}] + skolem:lemma1331 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 331]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma332 a r:Inference; + r:gives { + 332 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 332}] + skolem:lemma1332 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 332]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma333 a r:Inference; + r:gives { + 333 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 333}] + skolem:lemma1333 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 333]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma334 a r:Inference; + r:gives { + 334 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 334}] + skolem:lemma1334 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma335 a r:Inference; + r:gives { + 335 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 335}] + skolem:lemma1335 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma336 a r:Inference; + r:gives { + 336 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 336}] + skolem:lemma1336 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma337 a r:Inference; + r:gives { + 337 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 337}] + skolem:lemma1337 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma338 a r:Inference; + r:gives { + 338 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 338}] + skolem:lemma1338 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma339 a r:Inference; + r:gives { + 339 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 339}] + skolem:lemma1339 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma340 a r:Inference; + r:gives { + 340 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 340}] + skolem:lemma1340 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 340]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma341 a r:Inference; + r:gives { + 341 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 341}] + skolem:lemma1341 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 341]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma342 a r:Inference; + r:gives { + 342 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 342}] + skolem:lemma1342 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 342]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma343 a r:Inference; + r:gives { + 343 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 343}] + skolem:lemma1343 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 343]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma344 a r:Inference; + r:gives { + 344 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 344}] + skolem:lemma1344 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma345 a r:Inference; + r:gives { + 345 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 345}] + skolem:lemma1345 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma346 a r:Inference; + r:gives { + 346 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 346}] + skolem:lemma1346 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma347 a r:Inference; + r:gives { + 347 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 347}] + skolem:lemma1347 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma348 a r:Inference; + r:gives { + 348 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 348}] + skolem:lemma1348 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma349 a r:Inference; + r:gives { + 349 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 349}] + skolem:lemma1349 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma350 a r:Inference; + r:gives { + 350 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 350}] + skolem:lemma1350 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 350]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma351 a r:Inference; + r:gives { + 351 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 351}] + skolem:lemma1351 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma352 a r:Inference; + r:gives { + 352 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 352}] + skolem:lemma1352 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma353 a r:Inference; + r:gives { + 353 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 353}] + skolem:lemma1353 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma354 a r:Inference; + r:gives { + 354 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 354}] + skolem:lemma1354 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma355 a r:Inference; + r:gives { + 355 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 355}] + skolem:lemma1355 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma356 a r:Inference; + r:gives { + 356 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 356}] + skolem:lemma1356 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma357 a r:Inference; + r:gives { + 357 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 357}] + skolem:lemma1357 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma358 a r:Inference; + r:gives { + 358 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 358}] + skolem:lemma1358 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma359 a r:Inference; + r:gives { + 359 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 359}] + skolem:lemma1359 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma360 a r:Inference; + r:gives { + 360 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 360}] + skolem:lemma1360 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 360]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma361 a r:Inference; + r:gives { + 361 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 361}] + skolem:lemma1361 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 361]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma362 a r:Inference; + r:gives { + 362 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 362}] + skolem:lemma1362 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 362]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma363 a r:Inference; + r:gives { + 363 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 363}] + skolem:lemma1363 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 363]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma364 a r:Inference; + r:gives { + 364 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 364}] + skolem:lemma1364 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 364]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma365 a r:Inference; + r:gives { + 365 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 365}] + skolem:lemma1365 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 365]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma366 a r:Inference; + r:gives { + 366 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 366}] + skolem:lemma1366 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma367 a r:Inference; + r:gives { + 367 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 367}] + skolem:lemma1367 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma368 a r:Inference; + r:gives { + 368 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 368}] + skolem:lemma1368 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma369 a r:Inference; + r:gives { + 369 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 369}] + skolem:lemma1369 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma370 a r:Inference; + r:gives { + 370 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 370}] + skolem:lemma1370 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 370]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma371 a r:Inference; + r:gives { + 371 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 371}] + skolem:lemma1371 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 371]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma372 a r:Inference; + r:gives { + 372 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 372}] + skolem:lemma1372 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 372]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma373 a r:Inference; + r:gives { + 373 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 373}] + skolem:lemma1373 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 373]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma374 a r:Inference; + r:gives { + 374 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 374}] + skolem:lemma1374 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 374]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma375 a r:Inference; + r:gives { + 375 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 375}] + skolem:lemma1375 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 375]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma376 a r:Inference; + r:gives { + 376 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 376}] + skolem:lemma1376 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 376]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma377 a r:Inference; + r:gives { + 377 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 377}] + skolem:lemma1377 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma378 a r:Inference; + r:gives { + 378 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 378}] + skolem:lemma1378 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma379 a r:Inference; + r:gives { + 379 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 379}] + skolem:lemma1379 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma380 a r:Inference; + r:gives { + 380 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 380}] + skolem:lemma1380 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 380]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma381 a r:Inference; + r:gives { + 381 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 381}] + skolem:lemma1381 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 381]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma382 a r:Inference; + r:gives { + 382 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 382}] + skolem:lemma1382 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 382]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma383 a r:Inference; + r:gives { + 383 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 383}] + skolem:lemma1383 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 383]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma384 a r:Inference; + r:gives { + 384 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 384}] + skolem:lemma1384 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 384]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma385 a r:Inference; + r:gives { + 385 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 385}] + skolem:lemma1385 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 385]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma386 a r:Inference; + r:gives { + 386 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 386}] + skolem:lemma1386 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 386]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma387 a r:Inference; + r:gives { + 387 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 387}] + skolem:lemma1387 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 387]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma388 a r:Inference; + r:gives { + 388 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 388}] + skolem:lemma1388 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma389 a r:Inference; + r:gives { + 389 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 389}] + skolem:lemma1389 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma390 a r:Inference; + r:gives { + 390 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 390}] + skolem:lemma1390 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 390]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma391 a r:Inference; + r:gives { + 391 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 391}] + skolem:lemma1391 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 391]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma392 a r:Inference; + r:gives { + 392 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 392}] + skolem:lemma1392 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 392]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma393 a r:Inference; + r:gives { + 393 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 393}] + skolem:lemma1393 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 393]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma394 a r:Inference; + r:gives { + 394 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 394}] + skolem:lemma1394 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 394]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma395 a r:Inference; + r:gives { + 395 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 395}] + skolem:lemma1395 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 395]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma396 a r:Inference; + r:gives { + 396 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 396}] + skolem:lemma1396 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 396]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma397 a r:Inference; + r:gives { + 397 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 397}] + skolem:lemma1397 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 397]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma398 a r:Inference; + r:gives { + 398 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 398}] + skolem:lemma1398 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 398]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma399 a r:Inference; + r:gives { + 399 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 399}] + skolem:lemma1399 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma400 a r:Inference; + r:gives { + 400 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 400}] + skolem:lemma1400 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma401 a r:Inference; + r:gives { + 401 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 401}] + skolem:lemma1401 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 401]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma402 a r:Inference; + r:gives { + 402 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 402}] + skolem:lemma1402 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 402]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma403 a r:Inference; + r:gives { + 403 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 403}] + skolem:lemma1403 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 403]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma404 a r:Inference; + r:gives { + 404 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 404}] + skolem:lemma1404 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 404]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma405 a r:Inference; + r:gives { + 405 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 405}] + skolem:lemma1405 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 405]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma406 a r:Inference; + r:gives { + 406 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 406}] + skolem:lemma1406 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 406]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma407 a r:Inference; + r:gives { + 407 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 407}] + skolem:lemma1407 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 407]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma408 a r:Inference; + r:gives { + 408 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 408}] + skolem:lemma1408 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 408]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma409 a r:Inference; + r:gives { + 409 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 409}] + skolem:lemma1409 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 409]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma410 a r:Inference; + r:gives { + 410 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 410}] + skolem:lemma1410 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma411 a r:Inference; + r:gives { + 411 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 411}] + skolem:lemma1411 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 411]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma412 a r:Inference; + r:gives { + 412 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 412}] + skolem:lemma1412 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 412]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma413 a r:Inference; + r:gives { + 413 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 413}] + skolem:lemma1413 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 413]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma414 a r:Inference; + r:gives { + 414 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 414}] + skolem:lemma1414 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 414]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma415 a r:Inference; + r:gives { + 415 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 415}] + skolem:lemma1415 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 415]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma416 a r:Inference; + r:gives { + 416 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 416}] + skolem:lemma1416 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 416]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma417 a r:Inference; + r:gives { + 417 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 417}] + skolem:lemma1417 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 417]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma418 a r:Inference; + r:gives { + 418 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 418}] + skolem:lemma1418 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 418]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma419 a r:Inference; + r:gives { + 419 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 419}] + skolem:lemma1419 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 419]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma420 a r:Inference; + r:gives { + 420 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 420}] + skolem:lemma1420 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma421 a r:Inference; + r:gives { + 421 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 421}] + skolem:lemma1421 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 421]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma422 a r:Inference; + r:gives { + 422 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 422}] + skolem:lemma1422 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 422]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma423 a r:Inference; + r:gives { + 423 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 423}] + skolem:lemma1423 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 423]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma424 a r:Inference; + r:gives { + 424 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 424}] + skolem:lemma1424 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 424]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma425 a r:Inference; + r:gives { + 425 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 425}] + skolem:lemma1425 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 425]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma426 a r:Inference; + r:gives { + 426 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 426}] + skolem:lemma1426 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 426]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma427 a r:Inference; + r:gives { + 427 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 427}] + skolem:lemma1427 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 427]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma428 a r:Inference; + r:gives { + 428 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 428}] + skolem:lemma1428 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 428]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma429 a r:Inference; + r:gives { + 429 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 429}] + skolem:lemma1429 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 429]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma430 a r:Inference; + r:gives { + 430 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 430}] + skolem:lemma1430 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma431 a r:Inference; + r:gives { + 431 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 431}] + skolem:lemma1431 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 431]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma432 a r:Inference; + r:gives { + 432 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 432}] + skolem:lemma1432 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 432]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma433 a r:Inference; + r:gives { + 433 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 433}] + skolem:lemma1433 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 433]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma434 a r:Inference; + r:gives { + 434 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 434}] + skolem:lemma1434 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 434]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma435 a r:Inference; + r:gives { + 435 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 435}] + skolem:lemma1435 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 435]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma436 a r:Inference; + r:gives { + 436 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 436}] + skolem:lemma1436 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 436]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma437 a r:Inference; + r:gives { + 437 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 437}] + skolem:lemma1437 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 437]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma438 a r:Inference; + r:gives { + 438 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 438}] + skolem:lemma1438 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 438]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma439 a r:Inference; + r:gives { + 439 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 439}] + skolem:lemma1439 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 439]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma440 a r:Inference; + r:gives { + 440 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 440}] + skolem:lemma1440 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma441 a r:Inference; + r:gives { + 441 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 441}] + skolem:lemma1441 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma442 a r:Inference; + r:gives { + 442 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 442}] + skolem:lemma1442 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma443 a r:Inference; + r:gives { + 443 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 443}] + skolem:lemma1443 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma444 a r:Inference; + r:gives { + 444 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 444}] + skolem:lemma1444 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma445 a r:Inference; + r:gives { + 445 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 445}] + skolem:lemma1445 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma446 a r:Inference; + r:gives { + 446 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 446}] + skolem:lemma1446 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma447 a r:Inference; + r:gives { + 447 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 447}] + skolem:lemma1447 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma448 a r:Inference; + r:gives { + 448 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 448}] + skolem:lemma1448 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma449 a r:Inference; + r:gives { + 449 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 449}] + skolem:lemma1449 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma450 a r:Inference; + r:gives { + 450 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 450}] + skolem:lemma1450 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 450]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma451 a r:Inference; + r:gives { + 451 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 451}] + skolem:lemma1451 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 451]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma452 a r:Inference; + r:gives { + 452 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 452}] + skolem:lemma1452 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 452]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma453 a r:Inference; + r:gives { + 453 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 453}] + skolem:lemma1453 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 453]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma454 a r:Inference; + r:gives { + 454 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 454}] + skolem:lemma1454 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 454]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma455 a r:Inference; + r:gives { + 455 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 455}] + skolem:lemma1455 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma456 a r:Inference; + r:gives { + 456 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 456}] + skolem:lemma1456 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma457 a r:Inference; + r:gives { + 457 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 457}] + skolem:lemma1457 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma458 a r:Inference; + r:gives { + 458 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 458}] + skolem:lemma1458 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma459 a r:Inference; + r:gives { + 459 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 459}] + skolem:lemma1459 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma460 a r:Inference; + r:gives { + 460 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 460}] + skolem:lemma1460 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 460]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma461 a r:Inference; + r:gives { + 461 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 461}] + skolem:lemma1461 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 461]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma462 a r:Inference; + r:gives { + 462 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 462}] + skolem:lemma1462 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 462]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma463 a r:Inference; + r:gives { + 463 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 463}] + skolem:lemma1463 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 463]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma464 a r:Inference; + r:gives { + 464 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 464}] + skolem:lemma1464 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 464]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma465 a r:Inference; + r:gives { + 465 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 465}] + skolem:lemma1465 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 465]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma466 a r:Inference; + r:gives { + 466 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 466}] + skolem:lemma1466 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma467 a r:Inference; + r:gives { + 467 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 467}] + skolem:lemma1467 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma468 a r:Inference; + r:gives { + 468 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 468}] + skolem:lemma1468 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma469 a r:Inference; + r:gives { + 469 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 469}] + skolem:lemma1469 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma470 a r:Inference; + r:gives { + 470 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 470}] + skolem:lemma1470 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 470]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma471 a r:Inference; + r:gives { + 471 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 471}] + skolem:lemma1471 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 471]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma472 a r:Inference; + r:gives { + 472 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 472}] + skolem:lemma1472 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 472]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma473 a r:Inference; + r:gives { + 473 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 473}] + skolem:lemma1473 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 473]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma474 a r:Inference; + r:gives { + 474 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 474}] + skolem:lemma1474 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 474]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma475 a r:Inference; + r:gives { + 475 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 475}] + skolem:lemma1475 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 475]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma476 a r:Inference; + r:gives { + 476 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 476}] + skolem:lemma1476 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 476]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma477 a r:Inference; + r:gives { + 477 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 477}] + skolem:lemma1477 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma478 a r:Inference; + r:gives { + 478 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 478}] + skolem:lemma1478 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma479 a r:Inference; + r:gives { + 479 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 479}] + skolem:lemma1479 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma480 a r:Inference; + r:gives { + 480 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 480}] + skolem:lemma1480 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 480]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma481 a r:Inference; + r:gives { + 481 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 481}] + skolem:lemma1481 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 481]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma482 a r:Inference; + r:gives { + 482 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 482}] + skolem:lemma1482 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 482]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma483 a r:Inference; + r:gives { + 483 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 483}] + skolem:lemma1483 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 483]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma484 a r:Inference; + r:gives { + 484 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 484}] + skolem:lemma1484 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 484]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma485 a r:Inference; + r:gives { + 485 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 485}] + skolem:lemma1485 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 485]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma486 a r:Inference; + r:gives { + 486 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 486}] + skolem:lemma1486 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 486]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma487 a r:Inference; + r:gives { + 487 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 487}] + skolem:lemma1487 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 487]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma488 a r:Inference; + r:gives { + 488 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 488}] + skolem:lemma1488 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma489 a r:Inference; + r:gives { + 489 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 489}] + skolem:lemma1489 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma490 a r:Inference; + r:gives { + 490 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 490}] + skolem:lemma1490 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 490]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma491 a r:Inference; + r:gives { + 491 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 491}] + skolem:lemma1491 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 491]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma492 a r:Inference; + r:gives { + 492 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 492}] + skolem:lemma1492 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 492]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma493 a r:Inference; + r:gives { + 493 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 493}] + skolem:lemma1493 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 493]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma494 a r:Inference; + r:gives { + 494 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 494}] + skolem:lemma1494 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 494]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma495 a r:Inference; + r:gives { + 495 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 495}] + skolem:lemma1495 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 495]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma496 a r:Inference; + r:gives { + 496 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 496}] + skolem:lemma1496 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 496]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma497 a r:Inference; + r:gives { + 497 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 497}] + skolem:lemma1497 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 497]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma498 a r:Inference; + r:gives { + 498 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 498}] + skolem:lemma1498 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 498]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma499 a r:Inference; + r:gives { + 499 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 499}] + skolem:lemma1499 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma500 a r:Inference; + r:gives { + 500 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 500}] + skolem:lemma1500 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma501 a r:Inference; + r:gives { + 501 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 501}] + skolem:lemma1501 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 501]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma502 a r:Inference; + r:gives { + 502 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 502}] + skolem:lemma1502 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 502]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma503 a r:Inference; + r:gives { + 503 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 503}] + skolem:lemma1503 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 503]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma504 a r:Inference; + r:gives { + 504 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 504}] + skolem:lemma1504 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 504]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma505 a r:Inference; + r:gives { + 505 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 505}] + skolem:lemma1505 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 505]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma506 a r:Inference; + r:gives { + 506 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 506}] + skolem:lemma1506 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 506]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma507 a r:Inference; + r:gives { + 507 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 507}] + skolem:lemma1507 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 507]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma508 a r:Inference; + r:gives { + 508 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 508}] + skolem:lemma1508 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 508]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma509 a r:Inference; + r:gives { + 509 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 509}] + skolem:lemma1509 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 509]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma510 a r:Inference; + r:gives { + 510 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 510}] + skolem:lemma1510 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma511 a r:Inference; + r:gives { + 511 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 511}] + skolem:lemma1511 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 511]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma512 a r:Inference; + r:gives { + 512 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 512}] + skolem:lemma1512 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 512]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma513 a r:Inference; + r:gives { + 513 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 513}] + skolem:lemma1513 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 513]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma514 a r:Inference; + r:gives { + 514 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 514}] + skolem:lemma1514 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 514]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma515 a r:Inference; + r:gives { + 515 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 515}] + skolem:lemma1515 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 515]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma516 a r:Inference; + r:gives { + 516 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 516}] + skolem:lemma1516 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 516]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma517 a r:Inference; + r:gives { + 517 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 517}] + skolem:lemma1517 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 517]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma518 a r:Inference; + r:gives { + 518 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 518}] + skolem:lemma1518 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 518]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma519 a r:Inference; + r:gives { + 519 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 519}] + skolem:lemma1519 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 519]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma520 a r:Inference; + r:gives { + 520 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 520}] + skolem:lemma1520 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma521 a r:Inference; + r:gives { + 521 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 521}] + skolem:lemma1521 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 521]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma522 a r:Inference; + r:gives { + 522 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 522}] + skolem:lemma1522 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 522]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma523 a r:Inference; + r:gives { + 523 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 523}] + skolem:lemma1523 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 523]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma524 a r:Inference; + r:gives { + 524 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 524}] + skolem:lemma1524 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma525 a r:Inference; + r:gives { + 525 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 525}] + skolem:lemma1525 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 525]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma526 a r:Inference; + r:gives { + 526 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 526}] + skolem:lemma1526 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 526]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma527 a r:Inference; + r:gives { + 527 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 527}] + skolem:lemma1527 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 527]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma528 a r:Inference; + r:gives { + 528 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 528}] + skolem:lemma1528 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 528]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma529 a r:Inference; + r:gives { + 529 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 529}] + skolem:lemma1529 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 529]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma530 a r:Inference; + r:gives { + 530 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 530}] + skolem:lemma1530 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma531 a r:Inference; + r:gives { + 531 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 531}] + skolem:lemma1531 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma532 a r:Inference; + r:gives { + 532 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 532}] + skolem:lemma1532 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma533 a r:Inference; + r:gives { + 533 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 533}] + skolem:lemma1533 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma534 a r:Inference; + r:gives { + 534 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 534}] + skolem:lemma1534 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 534]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma535 a r:Inference; + r:gives { + 535 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 535}] + skolem:lemma1535 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 535]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma536 a r:Inference; + r:gives { + 536 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 536}] + skolem:lemma1536 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma537 a r:Inference; + r:gives { + 537 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 537}] + skolem:lemma1537 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 537]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma538 a r:Inference; + r:gives { + 538 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 538}] + skolem:lemma1538 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 538]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma539 a r:Inference; + r:gives { + 539 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 539}] + skolem:lemma1539 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 539]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma540 a r:Inference; + r:gives { + 540 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 540}] + skolem:lemma1540 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma541 a r:Inference; + r:gives { + 541 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 541}] + skolem:lemma1541 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 541]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma542 a r:Inference; + r:gives { + 542 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 542}] + skolem:lemma1542 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 542]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma543 a r:Inference; + r:gives { + 543 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 543}] + skolem:lemma1543 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 543]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma544 a r:Inference; + r:gives { + 544 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 544}] + skolem:lemma1544 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 544]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma545 a r:Inference; + r:gives { + 545 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 545}] + skolem:lemma1545 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 545]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma546 a r:Inference; + r:gives { + 546 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 546}] + skolem:lemma1546 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 546]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma547 a r:Inference; + r:gives { + 547 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 547}] + skolem:lemma1547 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 547]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma548 a r:Inference; + r:gives { + 548 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 548}] + skolem:lemma1548 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 548]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma549 a r:Inference; + r:gives { + 549 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 549}] + skolem:lemma1549 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 549]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma550 a r:Inference; + r:gives { + 550 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 550}] + skolem:lemma1550 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma551 a r:Inference; + r:gives { + 551 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 551}] + skolem:lemma1551 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 551]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma552 a r:Inference; + r:gives { + 552 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 552}] + skolem:lemma1552 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 552]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma553 a r:Inference; + r:gives { + 553 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 553}] + skolem:lemma1553 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 553]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma554 a r:Inference; + r:gives { + 554 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 554}] + skolem:lemma1554 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 554]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma555 a r:Inference; + r:gives { + 555 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 555}] + skolem:lemma1555 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 555]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma556 a r:Inference; + r:gives { + 556 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 556}] + skolem:lemma1556 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma557 a r:Inference; + r:gives { + 557 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 557}] + skolem:lemma1557 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma558 a r:Inference; + r:gives { + 558 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 558}] + skolem:lemma1558 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma559 a r:Inference; + r:gives { + 559 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 559}] + skolem:lemma1559 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma560 a r:Inference; + r:gives { + 560 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 560}] + skolem:lemma1560 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 560]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma561 a r:Inference; + r:gives { + 561 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 561}] + skolem:lemma1561 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 561]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma562 a r:Inference; + r:gives { + 562 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 562}] + skolem:lemma1562 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 562]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma563 a r:Inference; + r:gives { + 563 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 563}] + skolem:lemma1563 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 563]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma564 a r:Inference; + r:gives { + 564 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 564}] + skolem:lemma1564 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 564]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma565 a r:Inference; + r:gives { + 565 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 565}] + skolem:lemma1565 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 565]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma566 a r:Inference; + r:gives { + 566 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 566}] + skolem:lemma1566 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma567 a r:Inference; + r:gives { + 567 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 567}] + skolem:lemma1567 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma568 a r:Inference; + r:gives { + 568 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 568}] + skolem:lemma1568 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma569 a r:Inference; + r:gives { + 569 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 569}] + skolem:lemma1569 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma570 a r:Inference; + r:gives { + 570 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 570}] + skolem:lemma1570 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 570]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma571 a r:Inference; + r:gives { + 571 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 571}] + skolem:lemma1571 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 571]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma572 a r:Inference; + r:gives { + 572 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 572}] + skolem:lemma1572 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 572]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma573 a r:Inference; + r:gives { + 573 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 573}] + skolem:lemma1573 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 573]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma574 a r:Inference; + r:gives { + 574 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 574}] + skolem:lemma1574 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 574]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma575 a r:Inference; + r:gives { + 575 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 575}] + skolem:lemma1575 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 575]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma576 a r:Inference; + r:gives { + 576 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 576}] + skolem:lemma1576 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 576]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma577 a r:Inference; + r:gives { + 577 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 577}] + skolem:lemma1577 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma578 a r:Inference; + r:gives { + 578 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 578}] + skolem:lemma1578 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma579 a r:Inference; + r:gives { + 579 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 579}] + skolem:lemma1579 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma580 a r:Inference; + r:gives { + 580 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 580}] + skolem:lemma1580 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 580]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma581 a r:Inference; + r:gives { + 581 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 581}] + skolem:lemma1581 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 581]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma582 a r:Inference; + r:gives { + 582 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 582}] + skolem:lemma1582 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 582]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma583 a r:Inference; + r:gives { + 583 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 583}] + skolem:lemma1583 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 583]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma584 a r:Inference; + r:gives { + 584 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 584}] + skolem:lemma1584 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 584]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma585 a r:Inference; + r:gives { + 585 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 585}] + skolem:lemma1585 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 585]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma586 a r:Inference; + r:gives { + 586 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 586}] + skolem:lemma1586 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 586]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma587 a r:Inference; + r:gives { + 587 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 587}] + skolem:lemma1587 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 587]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma588 a r:Inference; + r:gives { + 588 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 588}] + skolem:lemma1588 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma589 a r:Inference; + r:gives { + 589 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 589}] + skolem:lemma1589 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma590 a r:Inference; + r:gives { + 590 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 590}] + skolem:lemma1590 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 590]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma591 a r:Inference; + r:gives { + 591 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 591}] + skolem:lemma1591 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 591]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma592 a r:Inference; + r:gives { + 592 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 592}] + skolem:lemma1592 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 592]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma593 a r:Inference; + r:gives { + 593 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 593}] + skolem:lemma1593 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 593]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma594 a r:Inference; + r:gives { + 594 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 594}] + skolem:lemma1594 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 594]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma595 a r:Inference; + r:gives { + 595 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 595}] + skolem:lemma1595 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 595]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma596 a r:Inference; + r:gives { + 596 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 596}] + skolem:lemma1596 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 596]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma597 a r:Inference; + r:gives { + 597 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 597}] + skolem:lemma1597 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 597]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma598 a r:Inference; + r:gives { + 598 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 598}] + skolem:lemma1598 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 598]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma599 a r:Inference; + r:gives { + 599 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 599}] + skolem:lemma1599 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma600 a r:Inference; + r:gives { + 600 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 600}] + skolem:lemma1600 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma601 a r:Inference; + r:gives { + 601 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 601}] + skolem:lemma1601 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 601]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma602 a r:Inference; + r:gives { + 602 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 602}] + skolem:lemma1602 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 602]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma603 a r:Inference; + r:gives { + 603 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 603}] + skolem:lemma1603 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 603]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma604 a r:Inference; + r:gives { + 604 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 604}] + skolem:lemma1604 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 604]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma605 a r:Inference; + r:gives { + 605 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 605}] + skolem:lemma1605 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 605]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma606 a r:Inference; + r:gives { + 606 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 606}] + skolem:lemma1606 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 606]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma607 a r:Inference; + r:gives { + 607 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 607}] + skolem:lemma1607 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 607]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma608 a r:Inference; + r:gives { + 608 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 608}] + skolem:lemma1608 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 608]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma609 a r:Inference; + r:gives { + 609 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 609}] + skolem:lemma1609 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 609]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma610 a r:Inference; + r:gives { + 610 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 610}] + skolem:lemma1610 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma611 a r:Inference; + r:gives { + 611 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 611}] + skolem:lemma1611 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 611]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma612 a r:Inference; + r:gives { + 612 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 612}] + skolem:lemma1612 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 612]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma613 a r:Inference; + r:gives { + 613 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 613}] + skolem:lemma1613 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 613]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma614 a r:Inference; + r:gives { + 614 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 614}] + skolem:lemma1614 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 614]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma615 a r:Inference; + r:gives { + 615 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 615}] + skolem:lemma1615 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 615]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma616 a r:Inference; + r:gives { + 616 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 616}] + skolem:lemma1616 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 616]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma617 a r:Inference; + r:gives { + 617 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 617}] + skolem:lemma1617 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 617]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma618 a r:Inference; + r:gives { + 618 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 618}] + skolem:lemma1618 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 618]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma619 a r:Inference; + r:gives { + 619 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 619}] + skolem:lemma1619 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 619]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma620 a r:Inference; + r:gives { + 620 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 620}] + skolem:lemma1620 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma621 a r:Inference; + r:gives { + 621 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 621}] + skolem:lemma1621 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma622 a r:Inference; + r:gives { + 622 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 622}] + skolem:lemma1622 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma623 a r:Inference; + r:gives { + 623 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 623}] + skolem:lemma1623 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 623]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma624 a r:Inference; + r:gives { + 624 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 624}] + skolem:lemma1624 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 624]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma625 a r:Inference; + r:gives { + 625 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 625}] + skolem:lemma1625 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 625]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma626 a r:Inference; + r:gives { + 626 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 626}] + skolem:lemma1626 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 626]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma627 a r:Inference; + r:gives { + 627 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 627}] + skolem:lemma1627 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 627]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma628 a r:Inference; + r:gives { + 628 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 628}] + skolem:lemma1628 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 628]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma629 a r:Inference; + r:gives { + 629 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 629}] + skolem:lemma1629 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 629]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma630 a r:Inference; + r:gives { + 630 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 630}] + skolem:lemma1630 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma631 a r:Inference; + r:gives { + 631 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 631}] + skolem:lemma1631 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 631]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma632 a r:Inference; + r:gives { + 632 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 632}] + skolem:lemma1632 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 632]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma633 a r:Inference; + r:gives { + 633 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 633}] + skolem:lemma1633 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 633]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma634 a r:Inference; + r:gives { + 634 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 634}] + skolem:lemma1634 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 634]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma635 a r:Inference; + r:gives { + 635 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 635}] + skolem:lemma1635 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 635]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma636 a r:Inference; + r:gives { + 636 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 636}] + skolem:lemma1636 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 636]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma637 a r:Inference; + r:gives { + 637 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 637}] + skolem:lemma1637 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 637]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma638 a r:Inference; + r:gives { + 638 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 638}] + skolem:lemma1638 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 638]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma639 a r:Inference; + r:gives { + 639 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 639}] + skolem:lemma1639 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 639]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma640 a r:Inference; + r:gives { + 640 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 640}] + skolem:lemma1640 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma641 a r:Inference; + r:gives { + 641 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 641}] + skolem:lemma1641 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 641]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma642 a r:Inference; + r:gives { + 642 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 642}] + skolem:lemma1642 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 642]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma643 a r:Inference; + r:gives { + 643 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 643}] + skolem:lemma1643 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 643]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma644 a r:Inference; + r:gives { + 644 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 644}] + skolem:lemma1644 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 644]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma645 a r:Inference; + r:gives { + 645 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 645}] + skolem:lemma1645 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 645]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma646 a r:Inference; + r:gives { + 646 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 646}] + skolem:lemma1646 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 646]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma647 a r:Inference; + r:gives { + 647 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 647}] + skolem:lemma1647 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 647]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma648 a r:Inference; + r:gives { + 648 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 648}] + skolem:lemma1648 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 648]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma649 a r:Inference; + r:gives { + 649 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 649}] + skolem:lemma1649 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 649]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma650 a r:Inference; + r:gives { + 650 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 650}] + skolem:lemma1650 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma651 a r:Inference; + r:gives { + 651 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 651}] + skolem:lemma1651 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 651]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma652 a r:Inference; + r:gives { + 652 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 652}] + skolem:lemma1652 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 652]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma653 a r:Inference; + r:gives { + 653 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 653}] + skolem:lemma1653 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 653]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma654 a r:Inference; + r:gives { + 654 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 654}] + skolem:lemma1654 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 654]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma655 a r:Inference; + r:gives { + 655 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 655}] + skolem:lemma1655 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 655]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma656 a r:Inference; + r:gives { + 656 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 656}] + skolem:lemma1656 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 656]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma657 a r:Inference; + r:gives { + 657 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 657}] + skolem:lemma1657 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 657]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma658 a r:Inference; + r:gives { + 658 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 658}] + skolem:lemma1658 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 658]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma659 a r:Inference; + r:gives { + 659 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 659}] + skolem:lemma1659 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 659]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma660 a r:Inference; + r:gives { + 660 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 660}] + skolem:lemma1660 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma661 a r:Inference; + r:gives { + 661 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 661}] + skolem:lemma1661 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 661]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma662 a r:Inference; + r:gives { + 662 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 662}] + skolem:lemma1662 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 662]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma663 a r:Inference; + r:gives { + 663 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 663}] + skolem:lemma1663 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 663]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma664 a r:Inference; + r:gives { + 664 :recursionCount 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 664}] + skolem:lemma1664 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 664]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1]; + r:rule skolem:lemma1001. + +skolem:lemma665 a r:Inference; + r:gives { + 665 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 665}] + skolem:lemma1665 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 665]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma666 a r:Inference; + r:gives { + 666 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 666}] + skolem:lemma1666 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 666]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma667 a r:Inference; + r:gives { + 667 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 667}] + skolem:lemma1667 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma668 a r:Inference; + r:gives { + 668 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 668}] + skolem:lemma1668 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma669 a r:Inference; + r:gives { + 669 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 669}] + skolem:lemma1669 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma670 a r:Inference; + r:gives { + 670 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 670}] + skolem:lemma1670 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 670]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma671 a r:Inference; + r:gives { + 671 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 671}] + skolem:lemma1671 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 671]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma672 a r:Inference; + r:gives { + 672 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 672}] + skolem:lemma1672 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 672]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma673 a r:Inference; + r:gives { + 673 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 673}] + skolem:lemma1673 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 673]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma674 a r:Inference; + r:gives { + 674 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 674}] + skolem:lemma1674 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 674]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma675 a r:Inference; + r:gives { + 675 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 675}] + skolem:lemma1675 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 675]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma676 a r:Inference; + r:gives { + 676 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 676}] + skolem:lemma1676 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 676]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma677 a r:Inference; + r:gives { + 677 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 677}] + skolem:lemma1677 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma678 a r:Inference; + r:gives { + 678 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 678}] + skolem:lemma1678 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma679 a r:Inference; + r:gives { + 679 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 679}] + skolem:lemma1679 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma680 a r:Inference; + r:gives { + 680 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 680}] + skolem:lemma1680 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 680]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma681 a r:Inference; + r:gives { + 681 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 681}] + skolem:lemma1681 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 681]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma682 a r:Inference; + r:gives { + 682 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 682}] + skolem:lemma1682 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 682]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma683 a r:Inference; + r:gives { + 683 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 683}] + skolem:lemma1683 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 683]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma684 a r:Inference; + r:gives { + 684 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 684}] + skolem:lemma1684 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 684]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma685 a r:Inference; + r:gives { + 685 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 685}] + skolem:lemma1685 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 685]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma686 a r:Inference; + r:gives { + 686 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 686}] + skolem:lemma1686 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 686]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma687 a r:Inference; + r:gives { + 687 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 687}] + skolem:lemma1687 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 687]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma688 a r:Inference; + r:gives { + 688 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 688}] + skolem:lemma1688 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma689 a r:Inference; + r:gives { + 689 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 689}] + skolem:lemma1689 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma690 a r:Inference; + r:gives { + 690 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 690}] + skolem:lemma1690 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 690]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma691 a r:Inference; + r:gives { + 691 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 691}] + skolem:lemma1691 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 691]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma692 a r:Inference; + r:gives { + 692 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 692}] + skolem:lemma1692 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 692]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma693 a r:Inference; + r:gives { + 693 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 693}] + skolem:lemma1693 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 693]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma694 a r:Inference; + r:gives { + 694 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 694}] + skolem:lemma1694 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 694]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma695 a r:Inference; + r:gives { + 695 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 695}] + skolem:lemma1695 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 695]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma696 a r:Inference; + r:gives { + 696 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 696}] + skolem:lemma1696 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 696]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma697 a r:Inference; + r:gives { + 697 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 697}] + skolem:lemma1697 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 697]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma698 a r:Inference; + r:gives { + 698 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 698}] + skolem:lemma1698 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 698]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma699 a r:Inference; + r:gives { + 699 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 699}] + skolem:lemma1699 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma700 a r:Inference; + r:gives { + 700 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 700}] + skolem:lemma1700 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma701 a r:Inference; + r:gives { + 701 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 701}] + skolem:lemma1701 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 701]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma702 a r:Inference; + r:gives { + 702 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 702}] + skolem:lemma1702 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 702]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma703 a r:Inference; + r:gives { + 703 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 703}] + skolem:lemma1703 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 703]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma704 a r:Inference; + r:gives { + 704 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 704}] + skolem:lemma1704 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 704]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma705 a r:Inference; + r:gives { + 705 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 705}] + skolem:lemma1705 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 705]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma706 a r:Inference; + r:gives { + 706 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 706}] + skolem:lemma1706 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 706]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma707 a r:Inference; + r:gives { + 707 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 707}] + skolem:lemma1707 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 707]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma708 a r:Inference; + r:gives { + 708 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 708}] + skolem:lemma1708 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 708]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma709 a r:Inference; + r:gives { + 709 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 709}] + skolem:lemma1709 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 709]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma710 a r:Inference; + r:gives { + 710 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 710}] + skolem:lemma1710 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma711 a r:Inference; + r:gives { + 711 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 711}] + skolem:lemma1711 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma712 a r:Inference; + r:gives { + 712 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 712}] + skolem:lemma1712 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 712]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma713 a r:Inference; + r:gives { + 713 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 713}] + skolem:lemma1713 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 713]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma714 a r:Inference; + r:gives { + 714 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 714}] + skolem:lemma1714 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 714]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma715 a r:Inference; + r:gives { + 715 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 715}] + skolem:lemma1715 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 715]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma716 a r:Inference; + r:gives { + 716 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 716}] + skolem:lemma1716 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 716]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma717 a r:Inference; + r:gives { + 717 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 717}] + skolem:lemma1717 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 717]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma718 a r:Inference; + r:gives { + 718 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 718}] + skolem:lemma1718 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 718]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma719 a r:Inference; + r:gives { + 719 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 719}] + skolem:lemma1719 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 719]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma720 a r:Inference; + r:gives { + 720 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 720}] + skolem:lemma1720 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma721 a r:Inference; + r:gives { + 721 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 721}] + skolem:lemma1721 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 721]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma722 a r:Inference; + r:gives { + 722 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 722}] + skolem:lemma1722 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 722]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma723 a r:Inference; + r:gives { + 723 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 723}] + skolem:lemma1723 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 723]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma724 a r:Inference; + r:gives { + 724 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 724}] + skolem:lemma1724 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 724]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma725 a r:Inference; + r:gives { + 725 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 725}] + skolem:lemma1725 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 725]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma726 a r:Inference; + r:gives { + 726 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 726}] + skolem:lemma1726 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 726]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma727 a r:Inference; + r:gives { + 727 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 727}] + skolem:lemma1727 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 727]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma728 a r:Inference; + r:gives { + 728 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 728}] + skolem:lemma1728 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 728]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma729 a r:Inference; + r:gives { + 729 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 729}] + skolem:lemma1729 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 729]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma730 a r:Inference; + r:gives { + 730 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 730}] + skolem:lemma1730 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma731 a r:Inference; + r:gives { + 731 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 731}] + skolem:lemma1731 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 731]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma732 a r:Inference; + r:gives { + 732 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 732}] + skolem:lemma1732 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 732]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma733 a r:Inference; + r:gives { + 733 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 733}] + skolem:lemma1733 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 733]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma734 a r:Inference; + r:gives { + 734 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 734}] + skolem:lemma1734 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 734]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma735 a r:Inference; + r:gives { + 735 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 735}] + skolem:lemma1735 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 735]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma736 a r:Inference; + r:gives { + 736 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 736}] + skolem:lemma1736 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 736]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma737 a r:Inference; + r:gives { + 737 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 737}] + skolem:lemma1737 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 737]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma738 a r:Inference; + r:gives { + 738 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 738}] + skolem:lemma1738 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 738]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma739 a r:Inference; + r:gives { + 739 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 739}] + skolem:lemma1739 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 739]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma740 a r:Inference; + r:gives { + 740 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 740}] + skolem:lemma1740 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma741 a r:Inference; + r:gives { + 741 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 741}] + skolem:lemma1741 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 741]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma742 a r:Inference; + r:gives { + 742 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 742}] + skolem:lemma1742 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 742]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma743 a r:Inference; + r:gives { + 743 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 743}] + skolem:lemma1743 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 743]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma744 a r:Inference; + r:gives { + 744 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 744}] + skolem:lemma1744 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 744]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma745 a r:Inference; + r:gives { + 745 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 745}] + skolem:lemma1745 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 745]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma746 a r:Inference; + r:gives { + 746 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 746}] + skolem:lemma1746 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 746]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma747 a r:Inference; + r:gives { + 747 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 747}] + skolem:lemma1747 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 747]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma748 a r:Inference; + r:gives { + 748 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 748}] + skolem:lemma1748 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 748]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma749 a r:Inference; + r:gives { + 749 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 749}] + skolem:lemma1749 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 749]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma750 a r:Inference; + r:gives { + 750 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 750}] + skolem:lemma1750 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma751 a r:Inference; + r:gives { + 751 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 751}] + skolem:lemma1751 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 751]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma752 a r:Inference; + r:gives { + 752 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 752}] + skolem:lemma1752 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 752]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma753 a r:Inference; + r:gives { + 753 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 753}] + skolem:lemma1753 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 753]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma754 a r:Inference; + r:gives { + 754 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 754}] + skolem:lemma1754 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 754]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma755 a r:Inference; + r:gives { + 755 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 755}] + skolem:lemma1755 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 755]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma756 a r:Inference; + r:gives { + 756 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 756}] + skolem:lemma1756 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 756]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma757 a r:Inference; + r:gives { + 757 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 757}] + skolem:lemma1757 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 757]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma758 a r:Inference; + r:gives { + 758 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 758}] + skolem:lemma1758 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 758]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma759 a r:Inference; + r:gives { + 759 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 759}] + skolem:lemma1759 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 759]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma760 a r:Inference; + r:gives { + 760 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 760}] + skolem:lemma1760 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma761 a r:Inference; + r:gives { + 761 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 761}] + skolem:lemma1761 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 761]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma762 a r:Inference; + r:gives { + 762 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 762}] + skolem:lemma1762 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 762]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma763 a r:Inference; + r:gives { + 763 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 763}] + skolem:lemma1763 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 763]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma764 a r:Inference; + r:gives { + 764 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 764}] + skolem:lemma1764 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 764]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma765 a r:Inference; + r:gives { + 765 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 765}] + skolem:lemma1765 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 765]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma766 a r:Inference; + r:gives { + 766 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 766}] + skolem:lemma1766 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 766]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma767 a r:Inference; + r:gives { + 767 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 767}] + skolem:lemma1767 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 767]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma768 a r:Inference; + r:gives { + 768 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 768}] + skolem:lemma1768 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 768]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma769 a r:Inference; + r:gives { + 769 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 769}] + skolem:lemma1769 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 769]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma770 a r:Inference; + r:gives { + 770 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 770}] + skolem:lemma1770 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma771 a r:Inference; + r:gives { + 771 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 771}] + skolem:lemma1771 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 771]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma772 a r:Inference; + r:gives { + 772 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 772}] + skolem:lemma1772 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 772]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma773 a r:Inference; + r:gives { + 773 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 773}] + skolem:lemma1773 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 773]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma774 a r:Inference; + r:gives { + 774 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 774}] + skolem:lemma1774 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 774]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma775 a r:Inference; + r:gives { + 775 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 775}] + skolem:lemma1775 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 775]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma776 a r:Inference; + r:gives { + 776 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 776}] + skolem:lemma1776 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 776]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma777 a r:Inference; + r:gives { + 777 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 777}] + skolem:lemma1777 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 777]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma778 a r:Inference; + r:gives { + 778 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 778}] + skolem:lemma1778 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma779 a r:Inference; + r:gives { + 779 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 779}] + skolem:lemma1779 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma780 a r:Inference; + r:gives { + 780 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 780}] + skolem:lemma1780 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 780]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma781 a r:Inference; + r:gives { + 781 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 781}] + skolem:lemma1781 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 781]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma782 a r:Inference; + r:gives { + 782 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 782}] + skolem:lemma1782 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 782]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma783 a r:Inference; + r:gives { + 783 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 783}] + skolem:lemma1783 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 783]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma784 a r:Inference; + r:gives { + 784 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 784}] + skolem:lemma1784 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 784]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma785 a r:Inference; + r:gives { + 785 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 785}] + skolem:lemma1785 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 785]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma786 a r:Inference; + r:gives { + 786 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 786}] + skolem:lemma1786 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 786]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma787 a r:Inference; + r:gives { + 787 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 787}] + skolem:lemma1787 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 787]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma788 a r:Inference; + r:gives { + 788 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 788}] + skolem:lemma1788 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma789 a r:Inference; + r:gives { + 789 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 789}] + skolem:lemma1789 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma790 a r:Inference; + r:gives { + 790 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 790}] + skolem:lemma1790 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 790]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma791 a r:Inference; + r:gives { + 791 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 791}] + skolem:lemma1791 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 791]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma792 a r:Inference; + r:gives { + 792 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 792}] + skolem:lemma1792 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 792]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma793 a r:Inference; + r:gives { + 793 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 793}] + skolem:lemma1793 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 793]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma794 a r:Inference; + r:gives { + 794 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 794}] + skolem:lemma1794 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 794]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma795 a r:Inference; + r:gives { + 795 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 795}] + skolem:lemma1795 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 795]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma796 a r:Inference; + r:gives { + 796 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 796}] + skolem:lemma1796 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 796]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma797 a r:Inference; + r:gives { + 797 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 797}] + skolem:lemma1797 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 797]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma798 a r:Inference; + r:gives { + 798 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 798}] + skolem:lemma1798 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 798]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma799 a r:Inference; + r:gives { + 799 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 799}] + skolem:lemma1799 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma800 a r:Inference; + r:gives { + 800 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 800}] + skolem:lemma1800 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma801 a r:Inference; + r:gives { + 801 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 801}] + skolem:lemma1801 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 801]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma802 a r:Inference; + r:gives { + 802 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 802}] + skolem:lemma1802 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 802]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma803 a r:Inference; + r:gives { + 803 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 803}] + skolem:lemma1803 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 803]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma804 a r:Inference; + r:gives { + 804 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 804}] + skolem:lemma1804 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 804]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma805 a r:Inference; + r:gives { + 805 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 805}] + skolem:lemma1805 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 805]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma806 a r:Inference; + r:gives { + 806 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 806}] + skolem:lemma1806 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 806]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma807 a r:Inference; + r:gives { + 807 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 807}] + skolem:lemma1807 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 807]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma808 a r:Inference; + r:gives { + 808 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 808}] + skolem:lemma1808 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 808]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma809 a r:Inference; + r:gives { + 809 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 809}] + skolem:lemma1809 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 809]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma810 a r:Inference; + r:gives { + 810 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 810}] + skolem:lemma1810 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma811 a r:Inference; + r:gives { + 811 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 811}] + skolem:lemma1811 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 811]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma812 a r:Inference; + r:gives { + 812 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 812}] + skolem:lemma1812 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 812]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma813 a r:Inference; + r:gives { + 813 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 813}] + skolem:lemma1813 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 813]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma814 a r:Inference; + r:gives { + 814 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 814}] + skolem:lemma1814 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 814]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma815 a r:Inference; + r:gives { + 815 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 815}] + skolem:lemma1815 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 815]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma816 a r:Inference; + r:gives { + 816 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 816}] + skolem:lemma1816 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 816]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma817 a r:Inference; + r:gives { + 817 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 817}] + skolem:lemma1817 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 817]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma818 a r:Inference; + r:gives { + 818 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 818}] + skolem:lemma1818 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 818]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma819 a r:Inference; + r:gives { + 819 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 819}] + skolem:lemma1819 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 819]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma820 a r:Inference; + r:gives { + 820 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 820}] + skolem:lemma1820 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma821 a r:Inference; + r:gives { + 821 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 821}] + skolem:lemma1821 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 821]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma822 a r:Inference; + r:gives { + 822 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 822}] + skolem:lemma1822 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 822]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma823 a r:Inference; + r:gives { + 823 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 823}] + skolem:lemma1823 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 823]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma824 a r:Inference; + r:gives { + 824 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 824}] + skolem:lemma1824 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 824]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma825 a r:Inference; + r:gives { + 825 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 825}] + skolem:lemma1825 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 825]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma826 a r:Inference; + r:gives { + 826 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 826}] + skolem:lemma1826 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 826]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma827 a r:Inference; + r:gives { + 827 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 827}] + skolem:lemma1827 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 827]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma828 a r:Inference; + r:gives { + 828 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 828}] + skolem:lemma1828 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 828]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma829 a r:Inference; + r:gives { + 829 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 829}] + skolem:lemma1829 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 829]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma830 a r:Inference; + r:gives { + 830 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 830}] + skolem:lemma1830 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma831 a r:Inference; + r:gives { + 831 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 831}] + skolem:lemma1831 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 831]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma832 a r:Inference; + r:gives { + 832 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 832}] + skolem:lemma1832 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 832]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma833 a r:Inference; + r:gives { + 833 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 833}] + skolem:lemma1833 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 833]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma834 a r:Inference; + r:gives { + 834 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 834}] + skolem:lemma1834 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 834]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma835 a r:Inference; + r:gives { + 835 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 835}] + skolem:lemma1835 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 835]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma836 a r:Inference; + r:gives { + 836 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 836}] + skolem:lemma1836 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 836]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma837 a r:Inference; + r:gives { + 837 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 837}] + skolem:lemma1837 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 837]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma838 a r:Inference; + r:gives { + 838 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 838}] + skolem:lemma1838 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 838]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma839 a r:Inference; + r:gives { + 839 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 839}] + skolem:lemma1839 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 839]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma840 a r:Inference; + r:gives { + 840 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 840}] + skolem:lemma1840 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma841 a r:Inference; + r:gives { + 841 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 841}] + skolem:lemma1841 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 841]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma842 a r:Inference; + r:gives { + 842 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 842}] + skolem:lemma1842 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 842]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma843 a r:Inference; + r:gives { + 843 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 843}] + skolem:lemma1843 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 843]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma844 a r:Inference; + r:gives { + 844 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 844}] + skolem:lemma1844 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 844]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma845 a r:Inference; + r:gives { + 845 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 845}] + skolem:lemma1845 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 845]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma846 a r:Inference; + r:gives { + 846 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 846}] + skolem:lemma1846 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 846]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma847 a r:Inference; + r:gives { + 847 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 847}] + skolem:lemma1847 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 847]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma848 a r:Inference; + r:gives { + 848 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 848}] + skolem:lemma1848 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 848]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma849 a r:Inference; + r:gives { + 849 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 849}] + skolem:lemma1849 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 849]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma850 a r:Inference; + r:gives { + 850 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 850}] + skolem:lemma1850 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma851 a r:Inference; + r:gives { + 851 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 851}] + skolem:lemma1851 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 851]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma852 a r:Inference; + r:gives { + 852 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 852}] + skolem:lemma1852 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 852]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma853 a r:Inference; + r:gives { + 853 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 853}] + skolem:lemma1853 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 853]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma854 a r:Inference; + r:gives { + 854 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 854}] + skolem:lemma1854 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 854]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma855 a r:Inference; + r:gives { + 855 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 855}] + skolem:lemma1855 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 855]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma856 a r:Inference; + r:gives { + 856 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 856}] + skolem:lemma1856 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 856]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma857 a r:Inference; + r:gives { + 857 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 857}] + skolem:lemma1857 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 857]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma858 a r:Inference; + r:gives { + 858 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 858}] + skolem:lemma1858 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 858]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma859 a r:Inference; + r:gives { + 859 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 859}] + skolem:lemma1859 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 859]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma860 a r:Inference; + r:gives { + 860 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 860}] + skolem:lemma1860 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma861 a r:Inference; + r:gives { + 861 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 861}] + skolem:lemma1861 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 861]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma862 a r:Inference; + r:gives { + 862 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 862}] + skolem:lemma1862 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 862]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma863 a r:Inference; + r:gives { + 863 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 863}] + skolem:lemma1863 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 863]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma864 a r:Inference; + r:gives { + 864 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 864}] + skolem:lemma1864 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 864]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma865 a r:Inference; + r:gives { + 865 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 865}] + skolem:lemma1865 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 865]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma866 a r:Inference; + r:gives { + 866 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 866}] + skolem:lemma1866 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 866]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma867 a r:Inference; + r:gives { + 867 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 867}] + skolem:lemma1867 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 867]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma868 a r:Inference; + r:gives { + 868 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 868}] + skolem:lemma1868 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 868]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma869 a r:Inference; + r:gives { + 869 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 869}] + skolem:lemma1869 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 869]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma870 a r:Inference; + r:gives { + 870 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 870}] + skolem:lemma1870 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma871 a r:Inference; + r:gives { + 871 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 871}] + skolem:lemma1871 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 871]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma872 a r:Inference; + r:gives { + 872 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 872}] + skolem:lemma1872 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 872]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma873 a r:Inference; + r:gives { + 873 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 873}] + skolem:lemma1873 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 873]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma874 a r:Inference; + r:gives { + 874 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 874}] + skolem:lemma1874 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 874]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma875 a r:Inference; + r:gives { + 875 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 875}] + skolem:lemma1875 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 875]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma876 a r:Inference; + r:gives { + 876 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 876}] + skolem:lemma1876 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 876]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma877 a r:Inference; + r:gives { + 877 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 877}] + skolem:lemma1877 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 877]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma878 a r:Inference; + r:gives { + 878 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 878}] + skolem:lemma1878 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 878]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma879 a r:Inference; + r:gives { + 879 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 879}] + skolem:lemma1879 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 879]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma880 a r:Inference; + r:gives { + 880 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 880}] + skolem:lemma1880 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma881 a r:Inference; + r:gives { + 881 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 881}] + skolem:lemma1881 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 881]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma882 a r:Inference; + r:gives { + 882 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 882}] + skolem:lemma1882 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 882]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma883 a r:Inference; + r:gives { + 883 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 883}] + skolem:lemma1883 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 883]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma884 a r:Inference; + r:gives { + 884 :recursionCount 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 884}] + skolem:lemma1884 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 884]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; + r:rule skolem:lemma1001. + +skolem:lemma885 a r:Inference; + r:gives { + 885 :recursionCount 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 885}] + skolem:lemma1885 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 885]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5]; + r:rule skolem:lemma1001. + +skolem:lemma886 a r:Inference; + r:gives { + 886 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 886}] + skolem:lemma1886 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 886]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma887 a r:Inference; + r:gives { + 887 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 887}] + skolem:lemma1887 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 887]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma888 a r:Inference; + r:gives { + 888 :recursionCount 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 888}] + skolem:lemma1888 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 888]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6]; + r:rule skolem:lemma1001. + +skolem:lemma889 a r:Inference; + r:gives { + 889 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 889}] + skolem:lemma1889 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma890 a r:Inference; + r:gives { + 890 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 890}] + skolem:lemma1890 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 890]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma891 a r:Inference; + r:gives { + 891 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 891}] + skolem:lemma1891 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 891]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma892 a r:Inference; + r:gives { + 892 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 892}] + skolem:lemma1892 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 892]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma893 a r:Inference; + r:gives { + 893 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 893}] + skolem:lemma1893 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 893]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma894 a r:Inference; + r:gives { + 894 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 894}] + skolem:lemma1894 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 894]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma895 a r:Inference; + r:gives { + 895 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 895}] + skolem:lemma1895 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 895]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma896 a r:Inference; + r:gives { + 896 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 896}] + skolem:lemma1896 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 896]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma897 a r:Inference; + r:gives { + 897 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 897}] + skolem:lemma1897 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 897]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma898 a r:Inference; + r:gives { + 898 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 898}] + skolem:lemma1898 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 898]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma899 a r:Inference; + r:gives { + 899 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 899}] + skolem:lemma1899 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma900 a r:Inference; + r:gives { + 900 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 900}] + skolem:lemma1900 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma901 a r:Inference; + r:gives { + 901 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 901}] + skolem:lemma1901 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 901]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma902 a r:Inference; + r:gives { + 902 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 902}] + skolem:lemma1902 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 902]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma903 a r:Inference; + r:gives { + 903 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 903}] + skolem:lemma1903 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 903]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma904 a r:Inference; + r:gives { + 904 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 904}] + skolem:lemma1904 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 904]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma905 a r:Inference; + r:gives { + 905 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 905}] + skolem:lemma1905 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 905]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma906 a r:Inference; + r:gives { + 906 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 906}] + skolem:lemma1906 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 906]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma907 a r:Inference; + r:gives { + 907 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 907}] + skolem:lemma1907 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 907]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma908 a r:Inference; + r:gives { + 908 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 908}] + skolem:lemma1908 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 908]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma909 a r:Inference; + r:gives { + 909 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 909}] + skolem:lemma1909 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 909]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma910 a r:Inference; + r:gives { + 910 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 910}] + skolem:lemma1910 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma911 a r:Inference; + r:gives { + 911 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 911}] + skolem:lemma1911 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 911]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma912 a r:Inference; + r:gives { + 912 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 912}] + skolem:lemma1912 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 912]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma913 a r:Inference; + r:gives { + 913 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 913}] + skolem:lemma1913 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 913]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma914 a r:Inference; + r:gives { + 914 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 914}] + skolem:lemma1914 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 914]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma915 a r:Inference; + r:gives { + 915 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 915}] + skolem:lemma1915 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 915]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma916 a r:Inference; + r:gives { + 916 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 916}] + skolem:lemma1916 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 916]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma917 a r:Inference; + r:gives { + 917 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 917}] + skolem:lemma1917 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 917]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma918 a r:Inference; + r:gives { + 918 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 918}] + skolem:lemma1918 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 918]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma919 a r:Inference; + r:gives { + 919 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 919}] + skolem:lemma1919 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 919]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma920 a r:Inference; + r:gives { + 920 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 920}] + skolem:lemma1920 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma921 a r:Inference; + r:gives { + 921 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 921}] + skolem:lemma1921 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 921]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma922 a r:Inference; + r:gives { + 922 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 922}] + skolem:lemma1922 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 922]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma923 a r:Inference; + r:gives { + 923 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 923}] + skolem:lemma1923 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 923]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma924 a r:Inference; + r:gives { + 924 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 924}] + skolem:lemma1924 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 924]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma925 a r:Inference; + r:gives { + 925 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 925}] + skolem:lemma1925 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 925]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma926 a r:Inference; + r:gives { + 926 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 926}] + skolem:lemma1926 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 926]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma927 a r:Inference; + r:gives { + 927 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 927}] + skolem:lemma1927 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 927]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma928 a r:Inference; + r:gives { + 928 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 928}] + skolem:lemma1928 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 928]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma929 a r:Inference; + r:gives { + 929 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 929}] + skolem:lemma1929 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 929]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma930 a r:Inference; + r:gives { + 930 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 930}] + skolem:lemma1930 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma931 a r:Inference; + r:gives { + 931 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 931}] + skolem:lemma1931 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 931]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma932 a r:Inference; + r:gives { + 932 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 932}] + skolem:lemma1932 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 932]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma933 a r:Inference; + r:gives { + 933 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 933}] + skolem:lemma1933 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 933]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma934 a r:Inference; + r:gives { + 934 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 934}] + skolem:lemma1934 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 934]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma935 a r:Inference; + r:gives { + 935 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 935}] + skolem:lemma1935 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 935]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma936 a r:Inference; + r:gives { + 936 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 936}] + skolem:lemma1936 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 936]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma937 a r:Inference; + r:gives { + 937 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 937}] + skolem:lemma1937 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 937]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma938 a r:Inference; + r:gives { + 938 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 938}] + skolem:lemma1938 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 938]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma939 a r:Inference; + r:gives { + 939 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 939}] + skolem:lemma1939 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 939]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma940 a r:Inference; + r:gives { + 940 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 940}] + skolem:lemma1940 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma941 a r:Inference; + r:gives { + 941 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 941}] + skolem:lemma1941 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 941]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma942 a r:Inference; + r:gives { + 942 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 942}] + skolem:lemma1942 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 942]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma943 a r:Inference; + r:gives { + 943 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 943}] + skolem:lemma1943 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 943]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma944 a r:Inference; + r:gives { + 944 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 944}] + skolem:lemma1944 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 944]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma945 a r:Inference; + r:gives { + 945 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 945}] + skolem:lemma1945 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 945]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma946 a r:Inference; + r:gives { + 946 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 946}] + skolem:lemma1946 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 946]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma947 a r:Inference; + r:gives { + 947 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 947}] + skolem:lemma1947 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 947]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma948 a r:Inference; + r:gives { + 948 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 948}] + skolem:lemma1948 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 948]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma949 a r:Inference; + r:gives { + 949 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 949}] + skolem:lemma1949 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 949]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma950 a r:Inference; + r:gives { + 950 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 950}] + skolem:lemma1950 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma951 a r:Inference; + r:gives { + 951 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 951}] + skolem:lemma1951 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 951]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma952 a r:Inference; + r:gives { + 952 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 952}] + skolem:lemma1952 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 952]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma953 a r:Inference; + r:gives { + 953 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 953}] + skolem:lemma1953 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 953]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma954 a r:Inference; + r:gives { + 954 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 954}] + skolem:lemma1954 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 954]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma955 a r:Inference; + r:gives { + 955 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 955}] + skolem:lemma1955 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 955]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma956 a r:Inference; + r:gives { + 956 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 956}] + skolem:lemma1956 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 956]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma957 a r:Inference; + r:gives { + 957 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 957}] + skolem:lemma1957 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 957]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma958 a r:Inference; + r:gives { + 958 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 958}] + skolem:lemma1958 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 958]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma959 a r:Inference; + r:gives { + 959 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 959}] + skolem:lemma1959 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 959]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma960 a r:Inference; + r:gives { + 960 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 960}] + skolem:lemma1960 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma961 a r:Inference; + r:gives { + 961 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 961}] + skolem:lemma1961 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 961]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma962 a r:Inference; + r:gives { + 962 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 962}] + skolem:lemma1962 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 962]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma963 a r:Inference; + r:gives { + 963 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 963}] + skolem:lemma1963 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 963]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma964 a r:Inference; + r:gives { + 964 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 964}] + skolem:lemma1964 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 964]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma965 a r:Inference; + r:gives { + 965 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 965}] + skolem:lemma1965 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 965]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma966 a r:Inference; + r:gives { + 966 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 966}] + skolem:lemma1966 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 966]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma967 a r:Inference; + r:gives { + 967 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 967}] + skolem:lemma1967 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 967]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma968 a r:Inference; + r:gives { + 968 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 968}] + skolem:lemma1968 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 968]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma969 a r:Inference; + r:gives { + 969 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 969}] + skolem:lemma1969 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 969]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma970 a r:Inference; + r:gives { + 970 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 970}] + skolem:lemma1970 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma971 a r:Inference; + r:gives { + 971 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 971}] + skolem:lemma1971 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 971]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma972 a r:Inference; + r:gives { + 972 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 972}] + skolem:lemma1972 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 972]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma973 a r:Inference; + r:gives { + 973 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 973}] + skolem:lemma1973 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 973]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma974 a r:Inference; + r:gives { + 974 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 974}] + skolem:lemma1974 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 974]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma975 a r:Inference; + r:gives { + 975 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 975}] + skolem:lemma1975 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 975]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma976 a r:Inference; + r:gives { + 976 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 976}] + skolem:lemma1976 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 976]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma977 a r:Inference; + r:gives { + 977 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 977}] + skolem:lemma1977 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 977]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma978 a r:Inference; + r:gives { + 978 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 978}] + skolem:lemma1978 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 978]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma979 a r:Inference; + r:gives { + 979 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 979}] + skolem:lemma1979 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 979]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma980 a r:Inference; + r:gives { + 980 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 980}] + skolem:lemma1980 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma981 a r:Inference; + r:gives { + 981 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 981}] + skolem:lemma1981 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 981]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma982 a r:Inference; + r:gives { + 982 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 982}] + skolem:lemma1982 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 982]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma983 a r:Inference; + r:gives { + 983 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 983}] + skolem:lemma1983 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 983]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma984 a r:Inference; + r:gives { + 984 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 984}] + skolem:lemma1984 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 984]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma985 a r:Inference; + r:gives { + 985 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 985}] + skolem:lemma1985 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 985]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma986 a r:Inference; + r:gives { + 986 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 986}] + skolem:lemma1986 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 986]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma987 a r:Inference; + r:gives { + 987 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 987}] + skolem:lemma1987 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 987]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma988 a r:Inference; + r:gives { + 988 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 988}] + skolem:lemma1988 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 988]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma989 a r:Inference; + r:gives { + 989 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 989}] + skolem:lemma1989 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 989]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma990 a r:Inference; + r:gives { + 990 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 990}] + skolem:lemma1990 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 990]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma991 a r:Inference; + r:gives { + 991 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 991}] + skolem:lemma1991 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma992 a r:Inference; + r:gives { + 992 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 992}] + skolem:lemma1992 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma993 a r:Inference; + r:gives { + 993 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 993}] + skolem:lemma1993 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma994 a r:Inference; + r:gives { + 994 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 994}] + skolem:lemma1994 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma995 a r:Inference; + r:gives { + 995 :recursionCount 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 995}] + skolem:lemma1995 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7]; + r:rule skolem:lemma1001. + +skolem:lemma996 a r:Inference; + r:gives { + 996 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 996}] + skolem:lemma1996 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma997 a r:Inference; + r:gives { + 997 :recursionCount 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 997}] + skolem:lemma1997 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; + r:rule skolem:lemma1001. + +skolem:lemma998 a r:Inference; + r:gives { + 998 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 998}] + skolem:lemma1998 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma999 a r:Inference; + r:gives { + 999 :recursionCount 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {1000 log:repeat 999}] + skolem:lemma1999 + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4]; + r:rule skolem:lemma1001. + +skolem:lemma1000 a r:Inference; + r:gives { + 1 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {1 math:notEqualTo 0}] + skolem:lemma2000 + [ a r:Fact; r:gives {((0 0 0 1) "=<") list:sort (0 0 0 1)}] + [ a r:Fact; r:gives {((0 0 0 1) ">=") list:sort (1 0 0 0)}] + skolem:lemma2001 + skolem:lemma2002 + [ a r:Fact; r:gives {(1000 1) math:difference 999}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 999 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 999 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1001 a r:Extraction; + r:gives { + @forAll var:x_0, var:x_1. { + 1000 log:repeat var:x_0. + var:x_0 :kaprekar (0 var:x_1). + } => { + var:x_0 :recursionCount var:x_1. + }. + }; + r:because [ a r:Parsing; r:source ]. + +skolem:lemma1002 a r:Inference; + r:gives { + 2 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {2 math:notEqualTo 0}] + skolem:lemma2004 + [ a r:Fact; r:gives {((0 0 0 2) "=<") list:sort (0 0 0 2)}] + [ a r:Fact; r:gives {((0 0 0 2) ">=") list:sort (2 0 0 0)}] + skolem:lemma2005 + skolem:lemma2006 + [ a r:Fact; r:gives {(2000 2) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1003 a r:Inference; + r:gives { + 3 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {3 math:notEqualTo 0}] + skolem:lemma2007 + [ a r:Fact; r:gives {((0 0 0 3) "=<") list:sort (0 0 0 3)}] + [ a r:Fact; r:gives {((0 0 0 3) ">=") list:sort (3 0 0 0)}] + skolem:lemma2008 + skolem:lemma2009 + [ a r:Fact; r:gives {(3000 3) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1004 a r:Inference; + r:gives { + 4 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {4 math:notEqualTo 0}] + skolem:lemma2010 + [ a r:Fact; r:gives {((0 0 0 4) "=<") list:sort (0 0 0 4)}] + [ a r:Fact; r:gives {((0 0 0 4) ">=") list:sort (4 0 0 0)}] + skolem:lemma2011 + skolem:lemma2012 + [ a r:Fact; r:gives {(4000 4) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1005 a r:Inference; + r:gives { + 5 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {5 math:notEqualTo 0}] + skolem:lemma2013 + [ a r:Fact; r:gives {((0 0 0 5) "=<") list:sort (0 0 0 5)}] + [ a r:Fact; r:gives {((0 0 0 5) ">=") list:sort (5 0 0 0)}] + skolem:lemma2014 + skolem:lemma2015 + [ a r:Fact; r:gives {(5000 5) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1006 a r:Inference; + r:gives { + 6 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {6 math:notEqualTo 0}] + skolem:lemma2016 + [ a r:Fact; r:gives {((0 0 0 6) "=<") list:sort (0 0 0 6)}] + [ a r:Fact; r:gives {((0 0 0 6) ">=") list:sort (6 0 0 0)}] + skolem:lemma2017 + skolem:lemma2018 + [ a r:Fact; r:gives {(6000 6) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1007 a r:Inference; + r:gives { + 7 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {7 math:notEqualTo 0}] + skolem:lemma2019 + [ a r:Fact; r:gives {((0 0 0 7) "=<") list:sort (0 0 0 7)}] + [ a r:Fact; r:gives {((0 0 0 7) ">=") list:sort (7 0 0 0)}] + skolem:lemma2020 + skolem:lemma2021 + [ a r:Fact; r:gives {(7000 7) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1008 a r:Inference; + r:gives { + 8 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {8 math:notEqualTo 0}] + skolem:lemma2022 + [ a r:Fact; r:gives {((0 0 0 8) "=<") list:sort (0 0 0 8)}] + [ a r:Fact; r:gives {((0 0 0 8) ">=") list:sort (8 0 0 0)}] + skolem:lemma2023 + skolem:lemma2024 + [ a r:Fact; r:gives {(8000 8) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1009 a r:Inference; + r:gives { + 9 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {9 math:notEqualTo 0}] + skolem:lemma2025 + [ a r:Fact; r:gives {((0 0 0 9) "=<") list:sort (0 0 0 9)}] + [ a r:Fact; r:gives {((0 0 0 9) ">=") list:sort (9 0 0 0)}] + skolem:lemma2026 + skolem:lemma2027 + [ a r:Fact; r:gives {(9000 9) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1010 a r:Inference; + r:gives { + 10 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {10 math:notEqualTo 0}] + skolem:lemma2028 + [ a r:Fact; r:gives {((0 0 1 0) "=<") list:sort (0 0 0 1)}] + [ a r:Fact; r:gives {((0 0 1 0) ">=") list:sort (1 0 0 0)}] + skolem:lemma2001 + skolem:lemma2002 + [ a r:Fact; r:gives {(1000 1) math:difference 999}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 999 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 999 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1011 a r:Inference; + r:gives { + 11 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {11 math:notEqualTo 0}] + skolem:lemma2029 + [ a r:Fact; r:gives {((0 0 1 1) "=<") list:sort (0 0 1 1)}] + [ a r:Fact; r:gives {((0 0 1 1) ">=") list:sort (1 1 0 0)}] + skolem:lemma2030 + skolem:lemma2031 + [ a r:Fact; r:gives {(1100 11) math:difference 1089}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1089 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1089 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1012 a r:Inference; + r:gives { + 12 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {12 math:notEqualTo 0}] + skolem:lemma2032 + [ a r:Fact; r:gives {((0 0 1 2) "=<") list:sort (0 0 1 2)}] + [ a r:Fact; r:gives {((0 0 1 2) ">=") list:sort (2 1 0 0)}] + skolem:lemma2033 + skolem:lemma2034 + [ a r:Fact; r:gives {(2100 12) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1013 a r:Inference; + r:gives { + 13 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {13 math:notEqualTo 0}] + skolem:lemma2035 + [ a r:Fact; r:gives {((0 0 1 3) "=<") list:sort (0 0 1 3)}] + [ a r:Fact; r:gives {((0 0 1 3) ">=") list:sort (3 1 0 0)}] + skolem:lemma2036 + skolem:lemma2037 + [ a r:Fact; r:gives {(3100 13) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1014 a r:Inference; + r:gives { + 14 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {14 math:notEqualTo 0}] + skolem:lemma2038 + [ a r:Fact; r:gives {((0 0 1 4) "=<") list:sort (0 0 1 4)}] + [ a r:Fact; r:gives {((0 0 1 4) ">=") list:sort (4 1 0 0)}] + skolem:lemma2039 + skolem:lemma2040 + [ a r:Fact; r:gives {(4100 14) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1015 a r:Inference; + r:gives { + 15 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {15 math:notEqualTo 0}] + skolem:lemma2041 + [ a r:Fact; r:gives {((0 0 1 5) "=<") list:sort (0 0 1 5)}] + [ a r:Fact; r:gives {((0 0 1 5) ">=") list:sort (5 1 0 0)}] + skolem:lemma2042 + skolem:lemma2043 + [ a r:Fact; r:gives {(5100 15) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1016 a r:Inference; + r:gives { + 16 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {16 math:notEqualTo 0}] + skolem:lemma2044 + [ a r:Fact; r:gives {((0 0 1 6) "=<") list:sort (0 0 1 6)}] + [ a r:Fact; r:gives {((0 0 1 6) ">=") list:sort (6 1 0 0)}] + skolem:lemma2045 + skolem:lemma2046 + [ a r:Fact; r:gives {(6100 16) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1017 a r:Inference; + r:gives { + 17 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {17 math:notEqualTo 0}] + skolem:lemma2047 + [ a r:Fact; r:gives {((0 0 1 7) "=<") list:sort (0 0 1 7)}] + [ a r:Fact; r:gives {((0 0 1 7) ">=") list:sort (7 1 0 0)}] + skolem:lemma2048 + skolem:lemma2049 + [ a r:Fact; r:gives {(7100 17) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1018 a r:Inference; + r:gives { + 18 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {18 math:notEqualTo 0}] + skolem:lemma2050 + [ a r:Fact; r:gives {((0 0 1 8) "=<") list:sort (0 0 1 8)}] + [ a r:Fact; r:gives {((0 0 1 8) ">=") list:sort (8 1 0 0)}] + skolem:lemma2051 + skolem:lemma2052 + [ a r:Fact; r:gives {(8100 18) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1019 a r:Inference; + r:gives { + 19 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {19 math:notEqualTo 0}] + skolem:lemma2053 + [ a r:Fact; r:gives {((0 0 1 9) "=<") list:sort (0 0 1 9)}] + [ a r:Fact; r:gives {((0 0 1 9) ">=") list:sort (9 1 0 0)}] + skolem:lemma2054 + skolem:lemma2055 + [ a r:Fact; r:gives {(9100 19) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1020 a r:Inference; + r:gives { + 20 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {20 math:notEqualTo 0}] + skolem:lemma2056 + [ a r:Fact; r:gives {((0 0 2 0) "=<") list:sort (0 0 0 2)}] + [ a r:Fact; r:gives {((0 0 2 0) ">=") list:sort (2 0 0 0)}] + skolem:lemma2005 + skolem:lemma2006 + [ a r:Fact; r:gives {(2000 2) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1021 a r:Inference; + r:gives { + 21 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {21 math:notEqualTo 0}] + skolem:lemma2057 + [ a r:Fact; r:gives {((0 0 2 1) "=<") list:sort (0 0 1 2)}] + [ a r:Fact; r:gives {((0 0 2 1) ">=") list:sort (2 1 0 0)}] + skolem:lemma2033 + skolem:lemma2034 + [ a r:Fact; r:gives {(2100 12) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1022 a r:Inference; + r:gives { + 22 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {22 math:notEqualTo 0}] + skolem:lemma2058 + [ a r:Fact; r:gives {((0 0 2 2) "=<") list:sort (0 0 2 2)}] + [ a r:Fact; r:gives {((0 0 2 2) ">=") list:sort (2 2 0 0)}] + skolem:lemma2059 + skolem:lemma2060 + [ a r:Fact; r:gives {(2200 22) math:difference 2178}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2178 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2178 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1023 a r:Inference; + r:gives { + 23 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {23 math:notEqualTo 0}] + skolem:lemma2061 + [ a r:Fact; r:gives {((0 0 2 3) "=<") list:sort (0 0 2 3)}] + [ a r:Fact; r:gives {((0 0 2 3) ">=") list:sort (3 2 0 0)}] + skolem:lemma2062 + skolem:lemma2063 + [ a r:Fact; r:gives {(3200 23) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1024 a r:Inference; + r:gives { + 24 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {24 math:notEqualTo 0}] + skolem:lemma2064 + [ a r:Fact; r:gives {((0 0 2 4) "=<") list:sort (0 0 2 4)}] + [ a r:Fact; r:gives {((0 0 2 4) ">=") list:sort (4 2 0 0)}] + skolem:lemma2065 + skolem:lemma2066 + [ a r:Fact; r:gives {(4200 24) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1025 a r:Inference; + r:gives { + 25 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {25 math:notEqualTo 0}] + skolem:lemma2067 + [ a r:Fact; r:gives {((0 0 2 5) "=<") list:sort (0 0 2 5)}] + [ a r:Fact; r:gives {((0 0 2 5) ">=") list:sort (5 2 0 0)}] + skolem:lemma2068 + skolem:lemma2069 + [ a r:Fact; r:gives {(5200 25) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1026 a r:Inference; + r:gives { + 26 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {26 math:notEqualTo 0}] + skolem:lemma2070 + [ a r:Fact; r:gives {((0 0 2 6) "=<") list:sort (0 0 2 6)}] + [ a r:Fact; r:gives {((0 0 2 6) ">=") list:sort (6 2 0 0)}] + skolem:lemma2071 + skolem:lemma2072 + [ a r:Fact; r:gives {(6200 26) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1027 a r:Inference; + r:gives { + 27 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {27 math:notEqualTo 0}] + skolem:lemma2073 + [ a r:Fact; r:gives {((0 0 2 7) "=<") list:sort (0 0 2 7)}] + [ a r:Fact; r:gives {((0 0 2 7) ">=") list:sort (7 2 0 0)}] + skolem:lemma2074 + skolem:lemma2075 + [ a r:Fact; r:gives {(7200 27) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1028 a r:Inference; + r:gives { + 28 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {28 math:notEqualTo 0}] + skolem:lemma2076 + [ a r:Fact; r:gives {((0 0 2 8) "=<") list:sort (0 0 2 8)}] + [ a r:Fact; r:gives {((0 0 2 8) ">=") list:sort (8 2 0 0)}] + skolem:lemma2077 + skolem:lemma2078 + [ a r:Fact; r:gives {(8200 28) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1029 a r:Inference; + r:gives { + 29 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {29 math:notEqualTo 0}] + skolem:lemma2079 + [ a r:Fact; r:gives {((0 0 2 9) "=<") list:sort (0 0 2 9)}] + [ a r:Fact; r:gives {((0 0 2 9) ">=") list:sort (9 2 0 0)}] + skolem:lemma2080 + skolem:lemma2081 + [ a r:Fact; r:gives {(9200 29) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1030 a r:Inference; + r:gives { + 30 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {30 math:notEqualTo 0}] + skolem:lemma2082 + [ a r:Fact; r:gives {((0 0 3 0) "=<") list:sort (0 0 0 3)}] + [ a r:Fact; r:gives {((0 0 3 0) ">=") list:sort (3 0 0 0)}] + skolem:lemma2008 + skolem:lemma2009 + [ a r:Fact; r:gives {(3000 3) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1031 a r:Inference; + r:gives { + 31 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {31 math:notEqualTo 0}] + skolem:lemma2083 + [ a r:Fact; r:gives {((0 0 3 1) "=<") list:sort (0 0 1 3)}] + [ a r:Fact; r:gives {((0 0 3 1) ">=") list:sort (3 1 0 0)}] + skolem:lemma2036 + skolem:lemma2037 + [ a r:Fact; r:gives {(3100 13) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1032 a r:Inference; + r:gives { + 32 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {32 math:notEqualTo 0}] + skolem:lemma2084 + [ a r:Fact; r:gives {((0 0 3 2) "=<") list:sort (0 0 2 3)}] + [ a r:Fact; r:gives {((0 0 3 2) ">=") list:sort (3 2 0 0)}] + skolem:lemma2062 + skolem:lemma2063 + [ a r:Fact; r:gives {(3200 23) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1033 a r:Inference; + r:gives { + 33 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {33 math:notEqualTo 0}] + skolem:lemma2085 + [ a r:Fact; r:gives {((0 0 3 3) "=<") list:sort (0 0 3 3)}] + [ a r:Fact; r:gives {((0 0 3 3) ">=") list:sort (3 3 0 0)}] + skolem:lemma2086 + skolem:lemma2087 + [ a r:Fact; r:gives {(3300 33) math:difference 3267}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3267 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 3267 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1034 a r:Inference; + r:gives { + 34 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {34 math:notEqualTo 0}] + skolem:lemma2088 + [ a r:Fact; r:gives {((0 0 3 4) "=<") list:sort (0 0 3 4)}] + [ a r:Fact; r:gives {((0 0 3 4) ">=") list:sort (4 3 0 0)}] + skolem:lemma2089 + skolem:lemma2090 + [ a r:Fact; r:gives {(4300 34) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1035 a r:Inference; + r:gives { + 35 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {35 math:notEqualTo 0}] + skolem:lemma2091 + [ a r:Fact; r:gives {((0 0 3 5) "=<") list:sort (0 0 3 5)}] + [ a r:Fact; r:gives {((0 0 3 5) ">=") list:sort (5 3 0 0)}] + skolem:lemma2092 + skolem:lemma2093 + [ a r:Fact; r:gives {(5300 35) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1036 a r:Inference; + r:gives { + 36 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {36 math:notEqualTo 0}] + skolem:lemma2094 + [ a r:Fact; r:gives {((0 0 3 6) "=<") list:sort (0 0 3 6)}] + [ a r:Fact; r:gives {((0 0 3 6) ">=") list:sort (6 3 0 0)}] + skolem:lemma2095 + skolem:lemma2096 + [ a r:Fact; r:gives {(6300 36) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1037 a r:Inference; + r:gives { + 37 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {37 math:notEqualTo 0}] + skolem:lemma2097 + [ a r:Fact; r:gives {((0 0 3 7) "=<") list:sort (0 0 3 7)}] + [ a r:Fact; r:gives {((0 0 3 7) ">=") list:sort (7 3 0 0)}] + skolem:lemma2098 + skolem:lemma2099 + [ a r:Fact; r:gives {(7300 37) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1038 a r:Inference; + r:gives { + 38 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {38 math:notEqualTo 0}] + skolem:lemma2100 + [ a r:Fact; r:gives {((0 0 3 8) "=<") list:sort (0 0 3 8)}] + [ a r:Fact; r:gives {((0 0 3 8) ">=") list:sort (8 3 0 0)}] + skolem:lemma2101 + skolem:lemma2102 + [ a r:Fact; r:gives {(8300 38) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1039 a r:Inference; + r:gives { + 39 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {39 math:notEqualTo 0}] + skolem:lemma2103 + [ a r:Fact; r:gives {((0 0 3 9) "=<") list:sort (0 0 3 9)}] + [ a r:Fact; r:gives {((0 0 3 9) ">=") list:sort (9 3 0 0)}] + skolem:lemma2104 + skolem:lemma2105 + [ a r:Fact; r:gives {(9300 39) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1040 a r:Inference; + r:gives { + 40 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {40 math:notEqualTo 0}] + skolem:lemma2106 + [ a r:Fact; r:gives {((0 0 4 0) "=<") list:sort (0 0 0 4)}] + [ a r:Fact; r:gives {((0 0 4 0) ">=") list:sort (4 0 0 0)}] + skolem:lemma2011 + skolem:lemma2012 + [ a r:Fact; r:gives {(4000 4) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1041 a r:Inference; + r:gives { + 41 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {41 math:notEqualTo 0}] + skolem:lemma2107 + [ a r:Fact; r:gives {((0 0 4 1) "=<") list:sort (0 0 1 4)}] + [ a r:Fact; r:gives {((0 0 4 1) ">=") list:sort (4 1 0 0)}] + skolem:lemma2039 + skolem:lemma2040 + [ a r:Fact; r:gives {(4100 14) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1042 a r:Inference; + r:gives { + 42 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {42 math:notEqualTo 0}] + skolem:lemma2108 + [ a r:Fact; r:gives {((0 0 4 2) "=<") list:sort (0 0 2 4)}] + [ a r:Fact; r:gives {((0 0 4 2) ">=") list:sort (4 2 0 0)}] + skolem:lemma2065 + skolem:lemma2066 + [ a r:Fact; r:gives {(4200 24) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1043 a r:Inference; + r:gives { + 43 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {43 math:notEqualTo 0}] + skolem:lemma2109 + [ a r:Fact; r:gives {((0 0 4 3) "=<") list:sort (0 0 3 4)}] + [ a r:Fact; r:gives {((0 0 4 3) ">=") list:sort (4 3 0 0)}] + skolem:lemma2089 + skolem:lemma2090 + [ a r:Fact; r:gives {(4300 34) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1044 a r:Inference; + r:gives { + 44 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {44 math:notEqualTo 0}] + skolem:lemma2110 + [ a r:Fact; r:gives {((0 0 4 4) "=<") list:sort (0 0 4 4)}] + [ a r:Fact; r:gives {((0 0 4 4) ">=") list:sort (4 4 0 0)}] + skolem:lemma2111 + skolem:lemma2112 + [ a r:Fact; r:gives {(4400 44) math:difference 4356}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4356 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 4356 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1045 a r:Inference; + r:gives { + 45 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {45 math:notEqualTo 0}] + skolem:lemma2113 + [ a r:Fact; r:gives {((0 0 4 5) "=<") list:sort (0 0 4 5)}] + [ a r:Fact; r:gives {((0 0 4 5) ">=") list:sort (5 4 0 0)}] + skolem:lemma2114 + skolem:lemma2115 + [ a r:Fact; r:gives {(5400 45) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1046 a r:Inference; + r:gives { + 46 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {46 math:notEqualTo 0}] + skolem:lemma2116 + [ a r:Fact; r:gives {((0 0 4 6) "=<") list:sort (0 0 4 6)}] + [ a r:Fact; r:gives {((0 0 4 6) ">=") list:sort (6 4 0 0)}] + skolem:lemma2117 + skolem:lemma2118 + [ a r:Fact; r:gives {(6400 46) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1047 a r:Inference; + r:gives { + 47 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {47 math:notEqualTo 0}] + skolem:lemma2119 + [ a r:Fact; r:gives {((0 0 4 7) "=<") list:sort (0 0 4 7)}] + [ a r:Fact; r:gives {((0 0 4 7) ">=") list:sort (7 4 0 0)}] + skolem:lemma2120 + skolem:lemma2121 + [ a r:Fact; r:gives {(7400 47) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1048 a r:Inference; + r:gives { + 48 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {48 math:notEqualTo 0}] + skolem:lemma2122 + [ a r:Fact; r:gives {((0 0 4 8) "=<") list:sort (0 0 4 8)}] + [ a r:Fact; r:gives {((0 0 4 8) ">=") list:sort (8 4 0 0)}] + skolem:lemma2123 + skolem:lemma2124 + [ a r:Fact; r:gives {(8400 48) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1049 a r:Inference; + r:gives { + 49 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {49 math:notEqualTo 0}] + skolem:lemma2125 + [ a r:Fact; r:gives {((0 0 4 9) "=<") list:sort (0 0 4 9)}] + [ a r:Fact; r:gives {((0 0 4 9) ">=") list:sort (9 4 0 0)}] + skolem:lemma2126 + skolem:lemma2127 + [ a r:Fact; r:gives {(9400 49) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1050 a r:Inference; + r:gives { + 50 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {50 math:notEqualTo 0}] + skolem:lemma2128 + [ a r:Fact; r:gives {((0 0 5 0) "=<") list:sort (0 0 0 5)}] + [ a r:Fact; r:gives {((0 0 5 0) ">=") list:sort (5 0 0 0)}] + skolem:lemma2014 + skolem:lemma2015 + [ a r:Fact; r:gives {(5000 5) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1051 a r:Inference; + r:gives { + 51 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {51 math:notEqualTo 0}] + skolem:lemma2129 + [ a r:Fact; r:gives {((0 0 5 1) "=<") list:sort (0 0 1 5)}] + [ a r:Fact; r:gives {((0 0 5 1) ">=") list:sort (5 1 0 0)}] + skolem:lemma2042 + skolem:lemma2043 + [ a r:Fact; r:gives {(5100 15) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1052 a r:Inference; + r:gives { + 52 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {52 math:notEqualTo 0}] + skolem:lemma2130 + [ a r:Fact; r:gives {((0 0 5 2) "=<") list:sort (0 0 2 5)}] + [ a r:Fact; r:gives {((0 0 5 2) ">=") list:sort (5 2 0 0)}] + skolem:lemma2068 + skolem:lemma2069 + [ a r:Fact; r:gives {(5200 25) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1053 a r:Inference; + r:gives { + 53 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {53 math:notEqualTo 0}] + skolem:lemma2131 + [ a r:Fact; r:gives {((0 0 5 3) "=<") list:sort (0 0 3 5)}] + [ a r:Fact; r:gives {((0 0 5 3) ">=") list:sort (5 3 0 0)}] + skolem:lemma2092 + skolem:lemma2093 + [ a r:Fact; r:gives {(5300 35) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1054 a r:Inference; + r:gives { + 54 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {54 math:notEqualTo 0}] + skolem:lemma2132 + [ a r:Fact; r:gives {((0 0 5 4) "=<") list:sort (0 0 4 5)}] + [ a r:Fact; r:gives {((0 0 5 4) ">=") list:sort (5 4 0 0)}] + skolem:lemma2114 + skolem:lemma2115 + [ a r:Fact; r:gives {(5400 45) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1055 a r:Inference; + r:gives { + 55 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {55 math:notEqualTo 0}] + skolem:lemma2133 + [ a r:Fact; r:gives {((0 0 5 5) "=<") list:sort (0 0 5 5)}] + [ a r:Fact; r:gives {((0 0 5 5) ">=") list:sort (5 5 0 0)}] + skolem:lemma2134 + skolem:lemma2135 + [ a r:Fact; r:gives {(5500 55) math:difference 5445}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5445 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5445 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1056 a r:Inference; + r:gives { + 56 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {56 math:notEqualTo 0}] + skolem:lemma2136 + [ a r:Fact; r:gives {((0 0 5 6) "=<") list:sort (0 0 5 6)}] + [ a r:Fact; r:gives {((0 0 5 6) ">=") list:sort (6 5 0 0)}] + skolem:lemma2137 + skolem:lemma2138 + [ a r:Fact; r:gives {(6500 56) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1057 a r:Inference; + r:gives { + 57 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {57 math:notEqualTo 0}] + skolem:lemma2139 + [ a r:Fact; r:gives {((0 0 5 7) "=<") list:sort (0 0 5 7)}] + [ a r:Fact; r:gives {((0 0 5 7) ">=") list:sort (7 5 0 0)}] + skolem:lemma2140 + skolem:lemma2141 + [ a r:Fact; r:gives {(7500 57) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1058 a r:Inference; + r:gives { + 58 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {58 math:notEqualTo 0}] + skolem:lemma2142 + [ a r:Fact; r:gives {((0 0 5 8) "=<") list:sort (0 0 5 8)}] + [ a r:Fact; r:gives {((0 0 5 8) ">=") list:sort (8 5 0 0)}] + skolem:lemma2143 + skolem:lemma2144 + [ a r:Fact; r:gives {(8500 58) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1059 a r:Inference; + r:gives { + 59 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {59 math:notEqualTo 0}] + skolem:lemma2145 + [ a r:Fact; r:gives {((0 0 5 9) "=<") list:sort (0 0 5 9)}] + [ a r:Fact; r:gives {((0 0 5 9) ">=") list:sort (9 5 0 0)}] + skolem:lemma2146 + skolem:lemma2147 + [ a r:Fact; r:gives {(9500 59) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1060 a r:Inference; + r:gives { + 60 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {60 math:notEqualTo 0}] + skolem:lemma2148 + [ a r:Fact; r:gives {((0 0 6 0) "=<") list:sort (0 0 0 6)}] + [ a r:Fact; r:gives {((0 0 6 0) ">=") list:sort (6 0 0 0)}] + skolem:lemma2017 + skolem:lemma2018 + [ a r:Fact; r:gives {(6000 6) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1061 a r:Inference; + r:gives { + 61 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {61 math:notEqualTo 0}] + skolem:lemma2149 + [ a r:Fact; r:gives {((0 0 6 1) "=<") list:sort (0 0 1 6)}] + [ a r:Fact; r:gives {((0 0 6 1) ">=") list:sort (6 1 0 0)}] + skolem:lemma2045 + skolem:lemma2046 + [ a r:Fact; r:gives {(6100 16) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1062 a r:Inference; + r:gives { + 62 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {62 math:notEqualTo 0}] + skolem:lemma2150 + [ a r:Fact; r:gives {((0 0 6 2) "=<") list:sort (0 0 2 6)}] + [ a r:Fact; r:gives {((0 0 6 2) ">=") list:sort (6 2 0 0)}] + skolem:lemma2071 + skolem:lemma2072 + [ a r:Fact; r:gives {(6200 26) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1063 a r:Inference; + r:gives { + 63 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {63 math:notEqualTo 0}] + skolem:lemma2151 + [ a r:Fact; r:gives {((0 0 6 3) "=<") list:sort (0 0 3 6)}] + [ a r:Fact; r:gives {((0 0 6 3) ">=") list:sort (6 3 0 0)}] + skolem:lemma2095 + skolem:lemma2096 + [ a r:Fact; r:gives {(6300 36) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1064 a r:Inference; + r:gives { + 64 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {64 math:notEqualTo 0}] + skolem:lemma2152 + [ a r:Fact; r:gives {((0 0 6 4) "=<") list:sort (0 0 4 6)}] + [ a r:Fact; r:gives {((0 0 6 4) ">=") list:sort (6 4 0 0)}] + skolem:lemma2117 + skolem:lemma2118 + [ a r:Fact; r:gives {(6400 46) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1065 a r:Inference; + r:gives { + 65 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {65 math:notEqualTo 0}] + skolem:lemma2153 + [ a r:Fact; r:gives {((0 0 6 5) "=<") list:sort (0 0 5 6)}] + [ a r:Fact; r:gives {((0 0 6 5) ">=") list:sort (6 5 0 0)}] + skolem:lemma2137 + skolem:lemma2138 + [ a r:Fact; r:gives {(6500 56) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1066 a r:Inference; + r:gives { + 66 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {66 math:notEqualTo 0}] + skolem:lemma2154 + [ a r:Fact; r:gives {((0 0 6 6) "=<") list:sort (0 0 6 6)}] + [ a r:Fact; r:gives {((0 0 6 6) ">=") list:sort (6 6 0 0)}] + skolem:lemma2155 + skolem:lemma2156 + [ a r:Fact; r:gives {(6600 66) math:difference 6534}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6534 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6534 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1067 a r:Inference; + r:gives { + 67 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {67 math:notEqualTo 0}] + skolem:lemma2157 + [ a r:Fact; r:gives {((0 0 6 7) "=<") list:sort (0 0 6 7)}] + [ a r:Fact; r:gives {((0 0 6 7) ">=") list:sort (7 6 0 0)}] + skolem:lemma2158 + skolem:lemma2159 + [ a r:Fact; r:gives {(7600 67) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1068 a r:Inference; + r:gives { + 68 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {68 math:notEqualTo 0}] + skolem:lemma2160 + [ a r:Fact; r:gives {((0 0 6 8) "=<") list:sort (0 0 6 8)}] + [ a r:Fact; r:gives {((0 0 6 8) ">=") list:sort (8 6 0 0)}] + skolem:lemma2161 + skolem:lemma2162 + [ a r:Fact; r:gives {(8600 68) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1069 a r:Inference; + r:gives { + 69 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {69 math:notEqualTo 0}] + skolem:lemma2163 + [ a r:Fact; r:gives {((0 0 6 9) "=<") list:sort (0 0 6 9)}] + [ a r:Fact; r:gives {((0 0 6 9) ">=") list:sort (9 6 0 0)}] + skolem:lemma2164 + skolem:lemma2165 + [ a r:Fact; r:gives {(9600 69) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1070 a r:Inference; + r:gives { + 70 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {70 math:notEqualTo 0}] + skolem:lemma2166 + [ a r:Fact; r:gives {((0 0 7 0) "=<") list:sort (0 0 0 7)}] + [ a r:Fact; r:gives {((0 0 7 0) ">=") list:sort (7 0 0 0)}] + skolem:lemma2020 + skolem:lemma2021 + [ a r:Fact; r:gives {(7000 7) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1071 a r:Inference; + r:gives { + 71 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {71 math:notEqualTo 0}] + skolem:lemma2167 + [ a r:Fact; r:gives {((0 0 7 1) "=<") list:sort (0 0 1 7)}] + [ a r:Fact; r:gives {((0 0 7 1) ">=") list:sort (7 1 0 0)}] + skolem:lemma2048 + skolem:lemma2049 + [ a r:Fact; r:gives {(7100 17) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1072 a r:Inference; + r:gives { + 72 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {72 math:notEqualTo 0}] + skolem:lemma2168 + [ a r:Fact; r:gives {((0 0 7 2) "=<") list:sort (0 0 2 7)}] + [ a r:Fact; r:gives {((0 0 7 2) ">=") list:sort (7 2 0 0)}] + skolem:lemma2074 + skolem:lemma2075 + [ a r:Fact; r:gives {(7200 27) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1073 a r:Inference; + r:gives { + 73 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {73 math:notEqualTo 0}] + skolem:lemma2169 + [ a r:Fact; r:gives {((0 0 7 3) "=<") list:sort (0 0 3 7)}] + [ a r:Fact; r:gives {((0 0 7 3) ">=") list:sort (7 3 0 0)}] + skolem:lemma2098 + skolem:lemma2099 + [ a r:Fact; r:gives {(7300 37) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1074 a r:Inference; + r:gives { + 74 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {74 math:notEqualTo 0}] + skolem:lemma2170 + [ a r:Fact; r:gives {((0 0 7 4) "=<") list:sort (0 0 4 7)}] + [ a r:Fact; r:gives {((0 0 7 4) ">=") list:sort (7 4 0 0)}] + skolem:lemma2120 + skolem:lemma2121 + [ a r:Fact; r:gives {(7400 47) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1075 a r:Inference; + r:gives { + 75 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {75 math:notEqualTo 0}] + skolem:lemma2171 + [ a r:Fact; r:gives {((0 0 7 5) "=<") list:sort (0 0 5 7)}] + [ a r:Fact; r:gives {((0 0 7 5) ">=") list:sort (7 5 0 0)}] + skolem:lemma2140 + skolem:lemma2141 + [ a r:Fact; r:gives {(7500 57) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1076 a r:Inference; + r:gives { + 76 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {76 math:notEqualTo 0}] + skolem:lemma2172 + [ a r:Fact; r:gives {((0 0 7 6) "=<") list:sort (0 0 6 7)}] + [ a r:Fact; r:gives {((0 0 7 6) ">=") list:sort (7 6 0 0)}] + skolem:lemma2158 + skolem:lemma2159 + [ a r:Fact; r:gives {(7600 67) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1077 a r:Inference; + r:gives { + 77 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {77 math:notEqualTo 0}] + skolem:lemma2173 + [ a r:Fact; r:gives {((0 0 7 7) "=<") list:sort (0 0 7 7)}] + [ a r:Fact; r:gives {((0 0 7 7) ">=") list:sort (7 7 0 0)}] + skolem:lemma2174 + skolem:lemma2175 + [ a r:Fact; r:gives {(7700 77) math:difference 7623}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7623 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7623 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1078 a r:Inference; + r:gives { + 78 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {78 math:notEqualTo 0}] + skolem:lemma2176 + [ a r:Fact; r:gives {((0 0 7 8) "=<") list:sort (0 0 7 8)}] + [ a r:Fact; r:gives {((0 0 7 8) ">=") list:sort (8 7 0 0)}] + skolem:lemma2177 + skolem:lemma2178 + [ a r:Fact; r:gives {(8700 78) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1079 a r:Inference; + r:gives { + 79 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {79 math:notEqualTo 0}] + skolem:lemma2179 + [ a r:Fact; r:gives {((0 0 7 9) "=<") list:sort (0 0 7 9)}] + [ a r:Fact; r:gives {((0 0 7 9) ">=") list:sort (9 7 0 0)}] + skolem:lemma2180 + skolem:lemma2181 + [ a r:Fact; r:gives {(9700 79) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1080 a r:Inference; + r:gives { + 80 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {80 math:notEqualTo 0}] + skolem:lemma2182 + [ a r:Fact; r:gives {((0 0 8 0) "=<") list:sort (0 0 0 8)}] + [ a r:Fact; r:gives {((0 0 8 0) ">=") list:sort (8 0 0 0)}] + skolem:lemma2023 + skolem:lemma2024 + [ a r:Fact; r:gives {(8000 8) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1081 a r:Inference; + r:gives { + 81 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {81 math:notEqualTo 0}] + skolem:lemma2183 + [ a r:Fact; r:gives {((0 0 8 1) "=<") list:sort (0 0 1 8)}] + [ a r:Fact; r:gives {((0 0 8 1) ">=") list:sort (8 1 0 0)}] + skolem:lemma2051 + skolem:lemma2052 + [ a r:Fact; r:gives {(8100 18) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1082 a r:Inference; + r:gives { + 82 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {82 math:notEqualTo 0}] + skolem:lemma2184 + [ a r:Fact; r:gives {((0 0 8 2) "=<") list:sort (0 0 2 8)}] + [ a r:Fact; r:gives {((0 0 8 2) ">=") list:sort (8 2 0 0)}] + skolem:lemma2077 + skolem:lemma2078 + [ a r:Fact; r:gives {(8200 28) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1083 a r:Inference; + r:gives { + 83 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {83 math:notEqualTo 0}] + skolem:lemma2185 + [ a r:Fact; r:gives {((0 0 8 3) "=<") list:sort (0 0 3 8)}] + [ a r:Fact; r:gives {((0 0 8 3) ">=") list:sort (8 3 0 0)}] + skolem:lemma2101 + skolem:lemma2102 + [ a r:Fact; r:gives {(8300 38) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1084 a r:Inference; + r:gives { + 84 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {84 math:notEqualTo 0}] + skolem:lemma2186 + [ a r:Fact; r:gives {((0 0 8 4) "=<") list:sort (0 0 4 8)}] + [ a r:Fact; r:gives {((0 0 8 4) ">=") list:sort (8 4 0 0)}] + skolem:lemma2123 + skolem:lemma2124 + [ a r:Fact; r:gives {(8400 48) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1085 a r:Inference; + r:gives { + 85 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {85 math:notEqualTo 0}] + skolem:lemma2187 + [ a r:Fact; r:gives {((0 0 8 5) "=<") list:sort (0 0 5 8)}] + [ a r:Fact; r:gives {((0 0 8 5) ">=") list:sort (8 5 0 0)}] + skolem:lemma2143 + skolem:lemma2144 + [ a r:Fact; r:gives {(8500 58) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1086 a r:Inference; + r:gives { + 86 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {86 math:notEqualTo 0}] + skolem:lemma2188 + [ a r:Fact; r:gives {((0 0 8 6) "=<") list:sort (0 0 6 8)}] + [ a r:Fact; r:gives {((0 0 8 6) ">=") list:sort (8 6 0 0)}] + skolem:lemma2161 + skolem:lemma2162 + [ a r:Fact; r:gives {(8600 68) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1087 a r:Inference; + r:gives { + 87 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {87 math:notEqualTo 0}] + skolem:lemma2189 + [ a r:Fact; r:gives {((0 0 8 7) "=<") list:sort (0 0 7 8)}] + [ a r:Fact; r:gives {((0 0 8 7) ">=") list:sort (8 7 0 0)}] + skolem:lemma2177 + skolem:lemma2178 + [ a r:Fact; r:gives {(8700 78) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1088 a r:Inference; + r:gives { + 88 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {88 math:notEqualTo 0}] + skolem:lemma2190 + [ a r:Fact; r:gives {((0 0 8 8) "=<") list:sort (0 0 8 8)}] + [ a r:Fact; r:gives {((0 0 8 8) ">=") list:sort (8 8 0 0)}] + skolem:lemma2191 + skolem:lemma2192 + [ a r:Fact; r:gives {(8800 88) math:difference 8712}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8712 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8712 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8712]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1089 a r:Inference; + r:gives { + 89 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {89 math:notEqualTo 0}] + skolem:lemma2193 + [ a r:Fact; r:gives {((0 0 8 9) "=<") list:sort (0 0 8 9)}] + [ a r:Fact; r:gives {((0 0 8 9) ">=") list:sort (9 8 0 0)}] + skolem:lemma2194 + skolem:lemma2195 + [ a r:Fact; r:gives {(9800 89) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1090 a r:Inference; + r:gives { + 90 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {90 math:notEqualTo 0}] + skolem:lemma2196 + [ a r:Fact; r:gives {((0 0 9 0) "=<") list:sort (0 0 0 9)}] + [ a r:Fact; r:gives {((0 0 9 0) ">=") list:sort (9 0 0 0)}] + skolem:lemma2026 + skolem:lemma2027 + [ a r:Fact; r:gives {(9000 9) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1091 a r:Inference; + r:gives { + 91 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {91 math:notEqualTo 0}] + skolem:lemma2197 + [ a r:Fact; r:gives {((0 0 9 1) "=<") list:sort (0 0 1 9)}] + [ a r:Fact; r:gives {((0 0 9 1) ">=") list:sort (9 1 0 0)}] + skolem:lemma2054 + skolem:lemma2055 + [ a r:Fact; r:gives {(9100 19) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1092 a r:Inference; + r:gives { + 92 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {92 math:notEqualTo 0}] + skolem:lemma2198 + [ a r:Fact; r:gives {((0 0 9 2) "=<") list:sort (0 0 2 9)}] + [ a r:Fact; r:gives {((0 0 9 2) ">=") list:sort (9 2 0 0)}] + skolem:lemma2080 + skolem:lemma2081 + [ a r:Fact; r:gives {(9200 29) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1093 a r:Inference; + r:gives { + 93 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {93 math:notEqualTo 0}] + skolem:lemma2199 + [ a r:Fact; r:gives {((0 0 9 3) "=<") list:sort (0 0 3 9)}] + [ a r:Fact; r:gives {((0 0 9 3) ">=") list:sort (9 3 0 0)}] + skolem:lemma2104 + skolem:lemma2105 + [ a r:Fact; r:gives {(9300 39) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1094 a r:Inference; + r:gives { + 94 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {94 math:notEqualTo 0}] + skolem:lemma2200 + [ a r:Fact; r:gives {((0 0 9 4) "=<") list:sort (0 0 4 9)}] + [ a r:Fact; r:gives {((0 0 9 4) ">=") list:sort (9 4 0 0)}] + skolem:lemma2126 + skolem:lemma2127 + [ a r:Fact; r:gives {(9400 49) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1095 a r:Inference; + r:gives { + 95 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {95 math:notEqualTo 0}] + skolem:lemma2201 + [ a r:Fact; r:gives {((0 0 9 5) "=<") list:sort (0 0 5 9)}] + [ a r:Fact; r:gives {((0 0 9 5) ">=") list:sort (9 5 0 0)}] + skolem:lemma2146 + skolem:lemma2147 + [ a r:Fact; r:gives {(9500 59) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1096 a r:Inference; + r:gives { + 96 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {96 math:notEqualTo 0}] + skolem:lemma2202 + [ a r:Fact; r:gives {((0 0 9 6) "=<") list:sort (0 0 6 9)}] + [ a r:Fact; r:gives {((0 0 9 6) ">=") list:sort (9 6 0 0)}] + skolem:lemma2164 + skolem:lemma2165 + [ a r:Fact; r:gives {(9600 69) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1097 a r:Inference; + r:gives { + 97 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {97 math:notEqualTo 0}] + skolem:lemma2203 + [ a r:Fact; r:gives {((0 0 9 7) "=<") list:sort (0 0 7 9)}] + [ a r:Fact; r:gives {((0 0 9 7) ">=") list:sort (9 7 0 0)}] + skolem:lemma2180 + skolem:lemma2181 + [ a r:Fact; r:gives {(9700 79) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1098 a r:Inference; + r:gives { + 98 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {98 math:notEqualTo 0}] + skolem:lemma2204 + [ a r:Fact; r:gives {((0 0 9 8) "=<") list:sort (0 0 8 9)}] + [ a r:Fact; r:gives {((0 0 9 8) ">=") list:sort (9 8 0 0)}] + skolem:lemma2194 + skolem:lemma2195 + [ a r:Fact; r:gives {(9800 89) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1099 a r:Inference; + r:gives { + 99 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {99 math:notEqualTo 0}] + skolem:lemma2205 + [ a r:Fact; r:gives {((0 0 9 9) "=<") list:sort (0 0 9 9)}] + [ a r:Fact; r:gives {((0 0 9 9) ">=") list:sort (9 9 0 0)}] + skolem:lemma2206 + skolem:lemma2207 + [ a r:Fact; r:gives {(9900 99) math:difference 9801}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9801 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9801 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 0 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9801]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1100 a r:Inference; + r:gives { + 100 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {100 math:notEqualTo 0}] + skolem:lemma2208 + [ a r:Fact; r:gives {((0 1 0 0) "=<") list:sort (0 0 0 1)}] + [ a r:Fact; r:gives {((0 1 0 0) ">=") list:sort (1 0 0 0)}] + skolem:lemma2001 + skolem:lemma2002 + [ a r:Fact; r:gives {(1000 1) math:difference 999}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 999 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 999 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1101 a r:Inference; + r:gives { + 101 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {101 math:notEqualTo 0}] + skolem:lemma2209 + [ a r:Fact; r:gives {((0 1 0 1) "=<") list:sort (0 0 1 1)}] + [ a r:Fact; r:gives {((0 1 0 1) ">=") list:sort (1 1 0 0)}] + skolem:lemma2030 + skolem:lemma2031 + [ a r:Fact; r:gives {(1100 11) math:difference 1089}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1089 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1089 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 101]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1102 a r:Inference; + r:gives { + 102 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {102 math:notEqualTo 0}] + skolem:lemma2210 + [ a r:Fact; r:gives {((0 1 0 2) "=<") list:sort (0 0 1 2)}] + [ a r:Fact; r:gives {((0 1 0 2) ">=") list:sort (2 1 0 0)}] + skolem:lemma2033 + skolem:lemma2034 + [ a r:Fact; r:gives {(2100 12) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 102]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1103 a r:Inference; + r:gives { + 103 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {103 math:notEqualTo 0}] + skolem:lemma2211 + [ a r:Fact; r:gives {((0 1 0 3) "=<") list:sort (0 0 1 3)}] + [ a r:Fact; r:gives {((0 1 0 3) ">=") list:sort (3 1 0 0)}] + skolem:lemma2036 + skolem:lemma2037 + [ a r:Fact; r:gives {(3100 13) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 103]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1104 a r:Inference; + r:gives { + 104 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {104 math:notEqualTo 0}] + skolem:lemma2212 + [ a r:Fact; r:gives {((0 1 0 4) "=<") list:sort (0 0 1 4)}] + [ a r:Fact; r:gives {((0 1 0 4) ">=") list:sort (4 1 0 0)}] + skolem:lemma2039 + skolem:lemma2040 + [ a r:Fact; r:gives {(4100 14) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 104]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1105 a r:Inference; + r:gives { + 105 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {105 math:notEqualTo 0}] + skolem:lemma2213 + [ a r:Fact; r:gives {((0 1 0 5) "=<") list:sort (0 0 1 5)}] + [ a r:Fact; r:gives {((0 1 0 5) ">=") list:sort (5 1 0 0)}] + skolem:lemma2042 + skolem:lemma2043 + [ a r:Fact; r:gives {(5100 15) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 105]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1106 a r:Inference; + r:gives { + 106 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {106 math:notEqualTo 0}] + skolem:lemma2214 + [ a r:Fact; r:gives {((0 1 0 6) "=<") list:sort (0 0 1 6)}] + [ a r:Fact; r:gives {((0 1 0 6) ">=") list:sort (6 1 0 0)}] + skolem:lemma2045 + skolem:lemma2046 + [ a r:Fact; r:gives {(6100 16) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 106]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1107 a r:Inference; + r:gives { + 107 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {107 math:notEqualTo 0}] + skolem:lemma2215 + [ a r:Fact; r:gives {((0 1 0 7) "=<") list:sort (0 0 1 7)}] + [ a r:Fact; r:gives {((0 1 0 7) ">=") list:sort (7 1 0 0)}] + skolem:lemma2048 + skolem:lemma2049 + [ a r:Fact; r:gives {(7100 17) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 107]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1108 a r:Inference; + r:gives { + 108 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {108 math:notEqualTo 0}] + skolem:lemma2216 + [ a r:Fact; r:gives {((0 1 0 8) "=<") list:sort (0 0 1 8)}] + [ a r:Fact; r:gives {((0 1 0 8) ">=") list:sort (8 1 0 0)}] + skolem:lemma2051 + skolem:lemma2052 + [ a r:Fact; r:gives {(8100 18) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 108]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1109 a r:Inference; + r:gives { + 109 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {109 math:notEqualTo 0}] + skolem:lemma2217 + [ a r:Fact; r:gives {((0 1 0 9) "=<") list:sort (0 0 1 9)}] + [ a r:Fact; r:gives {((0 1 0 9) ">=") list:sort (9 1 0 0)}] + skolem:lemma2054 + skolem:lemma2055 + [ a r:Fact; r:gives {(9100 19) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 109]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1110 a r:Inference; + r:gives { + 110 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {110 math:notEqualTo 0}] + skolem:lemma2218 + [ a r:Fact; r:gives {((0 1 1 0) "=<") list:sort (0 0 1 1)}] + [ a r:Fact; r:gives {((0 1 1 0) ">=") list:sort (1 1 0 0)}] + skolem:lemma2030 + skolem:lemma2031 + [ a r:Fact; r:gives {(1100 11) math:difference 1089}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1089 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1089 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1111 a r:Inference; + r:gives { + 111 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {111 math:notEqualTo 0}] + skolem:lemma2219 + [ a r:Fact; r:gives {((0 1 1 1) "=<") list:sort (0 1 1 1)}] + [ a r:Fact; r:gives {((0 1 1 1) ">=") list:sort (1 1 1 0)}] + skolem:lemma2220 + skolem:lemma2221 + [ a r:Fact; r:gives {(1110 111) math:difference 999}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 999 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 999 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 111]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (1 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 111]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1112 a r:Inference; + r:gives { + 112 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {112 math:notEqualTo 0}] + skolem:lemma2222 + [ a r:Fact; r:gives {((0 1 1 2) "=<") list:sort (0 1 1 2)}] + [ a r:Fact; r:gives {((0 1 1 2) ">=") list:sort (2 1 1 0)}] + skolem:lemma2223 + skolem:lemma2224 + [ a r:Fact; r:gives {(2110 112) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1113 a r:Inference; + r:gives { + 113 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {113 math:notEqualTo 0}] + skolem:lemma2225 + [ a r:Fact; r:gives {((0 1 1 3) "=<") list:sort (0 1 1 3)}] + [ a r:Fact; r:gives {((0 1 1 3) ">=") list:sort (3 1 1 0)}] + skolem:lemma2226 + skolem:lemma2227 + [ a r:Fact; r:gives {(3110 113) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1114 a r:Inference; + r:gives { + 114 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {114 math:notEqualTo 0}] + skolem:lemma2228 + [ a r:Fact; r:gives {((0 1 1 4) "=<") list:sort (0 1 1 4)}] + [ a r:Fact; r:gives {((0 1 1 4) ">=") list:sort (4 1 1 0)}] + skolem:lemma2229 + skolem:lemma2230 + [ a r:Fact; r:gives {(4110 114) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1115 a r:Inference; + r:gives { + 115 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {115 math:notEqualTo 0}] + skolem:lemma2231 + [ a r:Fact; r:gives {((0 1 1 5) "=<") list:sort (0 1 1 5)}] + [ a r:Fact; r:gives {((0 1 1 5) ">=") list:sort (5 1 1 0)}] + skolem:lemma2232 + skolem:lemma2233 + [ a r:Fact; r:gives {(5110 115) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1116 a r:Inference; + r:gives { + 116 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {116 math:notEqualTo 0}] + skolem:lemma2234 + [ a r:Fact; r:gives {((0 1 1 6) "=<") list:sort (0 1 1 6)}] + [ a r:Fact; r:gives {((0 1 1 6) ">=") list:sort (6 1 1 0)}] + skolem:lemma2235 + skolem:lemma2236 + [ a r:Fact; r:gives {(6110 116) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1117 a r:Inference; + r:gives { + 117 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {117 math:notEqualTo 0}] + skolem:lemma2237 + [ a r:Fact; r:gives {((0 1 1 7) "=<") list:sort (0 1 1 7)}] + [ a r:Fact; r:gives {((0 1 1 7) ">=") list:sort (7 1 1 0)}] + skolem:lemma2238 + skolem:lemma2239 + [ a r:Fact; r:gives {(7110 117) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1118 a r:Inference; + r:gives { + 118 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {118 math:notEqualTo 0}] + skolem:lemma2240 + [ a r:Fact; r:gives {((0 1 1 8) "=<") list:sort (0 1 1 8)}] + [ a r:Fact; r:gives {((0 1 1 8) ">=") list:sort (8 1 1 0)}] + skolem:lemma2241 + skolem:lemma2242 + [ a r:Fact; r:gives {(8110 118) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1119 a r:Inference; + r:gives { + 119 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {119 math:notEqualTo 0}] + skolem:lemma2243 + [ a r:Fact; r:gives {((0 1 1 9) "=<") list:sort (0 1 1 9)}] + [ a r:Fact; r:gives {((0 1 1 9) ">=") list:sort (9 1 1 0)}] + skolem:lemma2244 + skolem:lemma2245 + [ a r:Fact; r:gives {(9110 119) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1120 a r:Inference; + r:gives { + 120 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {120 math:notEqualTo 0}] + skolem:lemma2246 + [ a r:Fact; r:gives {((0 1 2 0) "=<") list:sort (0 0 1 2)}] + [ a r:Fact; r:gives {((0 1 2 0) ">=") list:sort (2 1 0 0)}] + skolem:lemma2033 + skolem:lemma2034 + [ a r:Fact; r:gives {(2100 12) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 120]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1121 a r:Inference; + r:gives { + 121 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {121 math:notEqualTo 0}] + skolem:lemma2247 + [ a r:Fact; r:gives {((0 1 2 1) "=<") list:sort (0 1 1 2)}] + [ a r:Fact; r:gives {((0 1 2 1) ">=") list:sort (2 1 1 0)}] + skolem:lemma2223 + skolem:lemma2224 + [ a r:Fact; r:gives {(2110 112) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 121]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1122 a r:Inference; + r:gives { + 122 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {122 math:notEqualTo 0}] + skolem:lemma2248 + [ a r:Fact; r:gives {((0 1 2 2) "=<") list:sort (0 1 2 2)}] + [ a r:Fact; r:gives {((0 1 2 2) ">=") list:sort (2 2 1 0)}] + skolem:lemma2249 + skolem:lemma2250 + [ a r:Fact; r:gives {(2210 122) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1123 a r:Inference; + r:gives { + 123 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {123 math:notEqualTo 0}] + skolem:lemma2251 + [ a r:Fact; r:gives {((0 1 2 3) "=<") list:sort (0 1 2 3)}] + [ a r:Fact; r:gives {((0 1 2 3) ">=") list:sort (3 2 1 0)}] + skolem:lemma2252 + skolem:lemma2253 + [ a r:Fact; r:gives {(3210 123) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1124 a r:Inference; + r:gives { + 124 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {124 math:notEqualTo 0}] + skolem:lemma2254 + [ a r:Fact; r:gives {((0 1 2 4) "=<") list:sort (0 1 2 4)}] + [ a r:Fact; r:gives {((0 1 2 4) ">=") list:sort (4 2 1 0)}] + skolem:lemma2255 + skolem:lemma2256 + [ a r:Fact; r:gives {(4210 124) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1125 a r:Inference; + r:gives { + 125 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {125 math:notEqualTo 0}] + skolem:lemma2257 + [ a r:Fact; r:gives {((0 1 2 5) "=<") list:sort (0 1 2 5)}] + [ a r:Fact; r:gives {((0 1 2 5) ">=") list:sort (5 2 1 0)}] + skolem:lemma2258 + skolem:lemma2259 + [ a r:Fact; r:gives {(5210 125) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1126 a r:Inference; + r:gives { + 126 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {126 math:notEqualTo 0}] + skolem:lemma2260 + [ a r:Fact; r:gives {((0 1 2 6) "=<") list:sort (0 1 2 6)}] + [ a r:Fact; r:gives {((0 1 2 6) ">=") list:sort (6 2 1 0)}] + skolem:lemma2261 + skolem:lemma2262 + [ a r:Fact; r:gives {(6210 126) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1127 a r:Inference; + r:gives { + 127 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {127 math:notEqualTo 0}] + skolem:lemma2263 + [ a r:Fact; r:gives {((0 1 2 7) "=<") list:sort (0 1 2 7)}] + [ a r:Fact; r:gives {((0 1 2 7) ">=") list:sort (7 2 1 0)}] + skolem:lemma2264 + skolem:lemma2265 + [ a r:Fact; r:gives {(7210 127) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1128 a r:Inference; + r:gives { + 128 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {128 math:notEqualTo 0}] + skolem:lemma2266 + [ a r:Fact; r:gives {((0 1 2 8) "=<") list:sort (0 1 2 8)}] + [ a r:Fact; r:gives {((0 1 2 8) ">=") list:sort (8 2 1 0)}] + skolem:lemma2267 + skolem:lemma2268 + [ a r:Fact; r:gives {(8210 128) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1129 a r:Inference; + r:gives { + 129 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {129 math:notEqualTo 0}] + skolem:lemma2269 + [ a r:Fact; r:gives {((0 1 2 9) "=<") list:sort (0 1 2 9)}] + [ a r:Fact; r:gives {((0 1 2 9) ">=") list:sort (9 2 1 0)}] + skolem:lemma2270 + skolem:lemma2271 + [ a r:Fact; r:gives {(9210 129) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1130 a r:Inference; + r:gives { + 130 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {130 math:notEqualTo 0}] + skolem:lemma2272 + [ a r:Fact; r:gives {((0 1 3 0) "=<") list:sort (0 0 1 3)}] + [ a r:Fact; r:gives {((0 1 3 0) ">=") list:sort (3 1 0 0)}] + skolem:lemma2036 + skolem:lemma2037 + [ a r:Fact; r:gives {(3100 13) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 130]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1131 a r:Inference; + r:gives { + 131 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {131 math:notEqualTo 0}] + skolem:lemma2273 + [ a r:Fact; r:gives {((0 1 3 1) "=<") list:sort (0 1 1 3)}] + [ a r:Fact; r:gives {((0 1 3 1) ">=") list:sort (3 1 1 0)}] + skolem:lemma2226 + skolem:lemma2227 + [ a r:Fact; r:gives {(3110 113) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1132 a r:Inference; + r:gives { + 132 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {132 math:notEqualTo 0}] + skolem:lemma2274 + [ a r:Fact; r:gives {((0 1 3 2) "=<") list:sort (0 1 2 3)}] + [ a r:Fact; r:gives {((0 1 3 2) ">=") list:sort (3 2 1 0)}] + skolem:lemma2252 + skolem:lemma2253 + [ a r:Fact; r:gives {(3210 123) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 132]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1133 a r:Inference; + r:gives { + 133 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {133 math:notEqualTo 0}] + skolem:lemma2275 + [ a r:Fact; r:gives {((0 1 3 3) "=<") list:sort (0 1 3 3)}] + [ a r:Fact; r:gives {((0 1 3 3) ">=") list:sort (3 3 1 0)}] + skolem:lemma2276 + skolem:lemma2277 + [ a r:Fact; r:gives {(3310 133) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1134 a r:Inference; + r:gives { + 134 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {134 math:notEqualTo 0}] + skolem:lemma2278 + [ a r:Fact; r:gives {((0 1 3 4) "=<") list:sort (0 1 3 4)}] + [ a r:Fact; r:gives {((0 1 3 4) ">=") list:sort (4 3 1 0)}] + skolem:lemma2279 + skolem:lemma2280 + [ a r:Fact; r:gives {(4310 134) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1135 a r:Inference; + r:gives { + 135 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {135 math:notEqualTo 0}] + skolem:lemma2281 + [ a r:Fact; r:gives {((0 1 3 5) "=<") list:sort (0 1 3 5)}] + [ a r:Fact; r:gives {((0 1 3 5) ">=") list:sort (5 3 1 0)}] + skolem:lemma2282 + skolem:lemma2283 + [ a r:Fact; r:gives {(5310 135) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1136 a r:Inference; + r:gives { + 136 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {136 math:notEqualTo 0}] + skolem:lemma2284 + [ a r:Fact; r:gives {((0 1 3 6) "=<") list:sort (0 1 3 6)}] + [ a r:Fact; r:gives {((0 1 3 6) ">=") list:sort (6 3 1 0)}] + skolem:lemma2285 + skolem:lemma2286 + [ a r:Fact; r:gives {(6310 136) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1137 a r:Inference; + r:gives { + 137 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {137 math:notEqualTo 0}] + skolem:lemma2287 + [ a r:Fact; r:gives {((0 1 3 7) "=<") list:sort (0 1 3 7)}] + [ a r:Fact; r:gives {((0 1 3 7) ">=") list:sort (7 3 1 0)}] + skolem:lemma2288 + skolem:lemma2289 + [ a r:Fact; r:gives {(7310 137) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1138 a r:Inference; + r:gives { + 138 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {138 math:notEqualTo 0}] + skolem:lemma2290 + [ a r:Fact; r:gives {((0 1 3 8) "=<") list:sort (0 1 3 8)}] + [ a r:Fact; r:gives {((0 1 3 8) ">=") list:sort (8 3 1 0)}] + skolem:lemma2291 + skolem:lemma2292 + [ a r:Fact; r:gives {(8310 138) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1139 a r:Inference; + r:gives { + 139 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {139 math:notEqualTo 0}] + skolem:lemma2293 + [ a r:Fact; r:gives {((0 1 3 9) "=<") list:sort (0 1 3 9)}] + [ a r:Fact; r:gives {((0 1 3 9) ">=") list:sort (9 3 1 0)}] + skolem:lemma2294 + skolem:lemma2295 + [ a r:Fact; r:gives {(9310 139) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1140 a r:Inference; + r:gives { + 140 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {140 math:notEqualTo 0}] + skolem:lemma2296 + [ a r:Fact; r:gives {((0 1 4 0) "=<") list:sort (0 0 1 4)}] + [ a r:Fact; r:gives {((0 1 4 0) ">=") list:sort (4 1 0 0)}] + skolem:lemma2039 + skolem:lemma2040 + [ a r:Fact; r:gives {(4100 14) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 140]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1141 a r:Inference; + r:gives { + 141 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {141 math:notEqualTo 0}] + skolem:lemma2297 + [ a r:Fact; r:gives {((0 1 4 1) "=<") list:sort (0 1 1 4)}] + [ a r:Fact; r:gives {((0 1 4 1) ">=") list:sort (4 1 1 0)}] + skolem:lemma2229 + skolem:lemma2230 + [ a r:Fact; r:gives {(4110 114) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 141]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1142 a r:Inference; + r:gives { + 142 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {142 math:notEqualTo 0}] + skolem:lemma2298 + [ a r:Fact; r:gives {((0 1 4 2) "=<") list:sort (0 1 2 4)}] + [ a r:Fact; r:gives {((0 1 4 2) ">=") list:sort (4 2 1 0)}] + skolem:lemma2255 + skolem:lemma2256 + [ a r:Fact; r:gives {(4210 124) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 142]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1143 a r:Inference; + r:gives { + 143 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {143 math:notEqualTo 0}] + skolem:lemma2299 + [ a r:Fact; r:gives {((0 1 4 3) "=<") list:sort (0 1 3 4)}] + [ a r:Fact; r:gives {((0 1 4 3) ">=") list:sort (4 3 1 0)}] + skolem:lemma2279 + skolem:lemma2280 + [ a r:Fact; r:gives {(4310 134) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 143]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1144 a r:Inference; + r:gives { + 144 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {144 math:notEqualTo 0}] + skolem:lemma2300 + [ a r:Fact; r:gives {((0 1 4 4) "=<") list:sort (0 1 4 4)}] + [ a r:Fact; r:gives {((0 1 4 4) ">=") list:sort (4 4 1 0)}] + skolem:lemma2301 + skolem:lemma2302 + [ a r:Fact; r:gives {(4410 144) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1145 a r:Inference; + r:gives { + 145 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {145 math:notEqualTo 0}] + skolem:lemma2303 + [ a r:Fact; r:gives {((0 1 4 5) "=<") list:sort (0 1 4 5)}] + [ a r:Fact; r:gives {((0 1 4 5) ">=") list:sort (5 4 1 0)}] + skolem:lemma2304 + skolem:lemma2305 + [ a r:Fact; r:gives {(5410 145) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1146 a r:Inference; + r:gives { + 146 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {146 math:notEqualTo 0}] + skolem:lemma2306 + [ a r:Fact; r:gives {((0 1 4 6) "=<") list:sort (0 1 4 6)}] + [ a r:Fact; r:gives {((0 1 4 6) ">=") list:sort (6 4 1 0)}] + skolem:lemma2307 + skolem:lemma2308 + [ a r:Fact; r:gives {(6410 146) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1147 a r:Inference; + r:gives { + 147 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {147 math:notEqualTo 0}] + skolem:lemma2309 + [ a r:Fact; r:gives {((0 1 4 7) "=<") list:sort (0 1 4 7)}] + [ a r:Fact; r:gives {((0 1 4 7) ">=") list:sort (7 4 1 0)}] + skolem:lemma2310 + skolem:lemma2311 + [ a r:Fact; r:gives {(7410 147) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1148 a r:Inference; + r:gives { + 148 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {148 math:notEqualTo 0}] + skolem:lemma2312 + [ a r:Fact; r:gives {((0 1 4 8) "=<") list:sort (0 1 4 8)}] + [ a r:Fact; r:gives {((0 1 4 8) ">=") list:sort (8 4 1 0)}] + skolem:lemma2313 + skolem:lemma2314 + [ a r:Fact; r:gives {(8410 148) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1149 a r:Inference; + r:gives { + 149 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {149 math:notEqualTo 0}] + skolem:lemma2315 + [ a r:Fact; r:gives {((0 1 4 9) "=<") list:sort (0 1 4 9)}] + [ a r:Fact; r:gives {((0 1 4 9) ">=") list:sort (9 4 1 0)}] + skolem:lemma2316 + skolem:lemma2317 + [ a r:Fact; r:gives {(9410 149) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1150 a r:Inference; + r:gives { + 150 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {150 math:notEqualTo 0}] + skolem:lemma2318 + [ a r:Fact; r:gives {((0 1 5 0) "=<") list:sort (0 0 1 5)}] + [ a r:Fact; r:gives {((0 1 5 0) ">=") list:sort (5 1 0 0)}] + skolem:lemma2042 + skolem:lemma2043 + [ a r:Fact; r:gives {(5100 15) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 150]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1151 a r:Inference; + r:gives { + 151 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {151 math:notEqualTo 0}] + skolem:lemma2319 + [ a r:Fact; r:gives {((0 1 5 1) "=<") list:sort (0 1 1 5)}] + [ a r:Fact; r:gives {((0 1 5 1) ">=") list:sort (5 1 1 0)}] + skolem:lemma2232 + skolem:lemma2233 + [ a r:Fact; r:gives {(5110 115) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 151]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1152 a r:Inference; + r:gives { + 152 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {152 math:notEqualTo 0}] + skolem:lemma2320 + [ a r:Fact; r:gives {((0 1 5 2) "=<") list:sort (0 1 2 5)}] + [ a r:Fact; r:gives {((0 1 5 2) ">=") list:sort (5 2 1 0)}] + skolem:lemma2258 + skolem:lemma2259 + [ a r:Fact; r:gives {(5210 125) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 152]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1153 a r:Inference; + r:gives { + 153 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {153 math:notEqualTo 0}] + skolem:lemma2321 + [ a r:Fact; r:gives {((0 1 5 3) "=<") list:sort (0 1 3 5)}] + [ a r:Fact; r:gives {((0 1 5 3) ">=") list:sort (5 3 1 0)}] + skolem:lemma2282 + skolem:lemma2283 + [ a r:Fact; r:gives {(5310 135) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 153]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1154 a r:Inference; + r:gives { + 154 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {154 math:notEqualTo 0}] + skolem:lemma2322 + [ a r:Fact; r:gives {((0 1 5 4) "=<") list:sort (0 1 4 5)}] + [ a r:Fact; r:gives {((0 1 5 4) ">=") list:sort (5 4 1 0)}] + skolem:lemma2304 + skolem:lemma2305 + [ a r:Fact; r:gives {(5410 145) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 154]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1155 a r:Inference; + r:gives { + 155 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {155 math:notEqualTo 0}] + skolem:lemma2323 + [ a r:Fact; r:gives {((0 1 5 5) "=<") list:sort (0 1 5 5)}] + [ a r:Fact; r:gives {((0 1 5 5) ">=") list:sort (5 5 1 0)}] + skolem:lemma2324 + skolem:lemma2325 + [ a r:Fact; r:gives {(5510 155) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1156 a r:Inference; + r:gives { + 156 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {156 math:notEqualTo 0}] + skolem:lemma2326 + [ a r:Fact; r:gives {((0 1 5 6) "=<") list:sort (0 1 5 6)}] + [ a r:Fact; r:gives {((0 1 5 6) ">=") list:sort (6 5 1 0)}] + skolem:lemma2327 + skolem:lemma2328 + [ a r:Fact; r:gives {(6510 156) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1157 a r:Inference; + r:gives { + 157 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {157 math:notEqualTo 0}] + skolem:lemma2329 + [ a r:Fact; r:gives {((0 1 5 7) "=<") list:sort (0 1 5 7)}] + [ a r:Fact; r:gives {((0 1 5 7) ">=") list:sort (7 5 1 0)}] + skolem:lemma2330 + skolem:lemma2331 + [ a r:Fact; r:gives {(7510 157) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1158 a r:Inference; + r:gives { + 158 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {158 math:notEqualTo 0}] + skolem:lemma2332 + [ a r:Fact; r:gives {((0 1 5 8) "=<") list:sort (0 1 5 8)}] + [ a r:Fact; r:gives {((0 1 5 8) ">=") list:sort (8 5 1 0)}] + skolem:lemma2333 + skolem:lemma2334 + [ a r:Fact; r:gives {(8510 158) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1159 a r:Inference; + r:gives { + 159 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {159 math:notEqualTo 0}] + skolem:lemma2335 + [ a r:Fact; r:gives {((0 1 5 9) "=<") list:sort (0 1 5 9)}] + [ a r:Fact; r:gives {((0 1 5 9) ">=") list:sort (9 5 1 0)}] + skolem:lemma2336 + skolem:lemma2337 + [ a r:Fact; r:gives {(9510 159) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1160 a r:Inference; + r:gives { + 160 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {160 math:notEqualTo 0}] + skolem:lemma2338 + [ a r:Fact; r:gives {((0 1 6 0) "=<") list:sort (0 0 1 6)}] + [ a r:Fact; r:gives {((0 1 6 0) ">=") list:sort (6 1 0 0)}] + skolem:lemma2045 + skolem:lemma2046 + [ a r:Fact; r:gives {(6100 16) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 160]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1161 a r:Inference; + r:gives { + 161 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {161 math:notEqualTo 0}] + skolem:lemma2339 + [ a r:Fact; r:gives {((0 1 6 1) "=<") list:sort (0 1 1 6)}] + [ a r:Fact; r:gives {((0 1 6 1) ">=") list:sort (6 1 1 0)}] + skolem:lemma2235 + skolem:lemma2236 + [ a r:Fact; r:gives {(6110 116) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 161]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1162 a r:Inference; + r:gives { + 162 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {162 math:notEqualTo 0}] + skolem:lemma2340 + [ a r:Fact; r:gives {((0 1 6 2) "=<") list:sort (0 1 2 6)}] + [ a r:Fact; r:gives {((0 1 6 2) ">=") list:sort (6 2 1 0)}] + skolem:lemma2261 + skolem:lemma2262 + [ a r:Fact; r:gives {(6210 126) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 162]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1163 a r:Inference; + r:gives { + 163 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {163 math:notEqualTo 0}] + skolem:lemma2341 + [ a r:Fact; r:gives {((0 1 6 3) "=<") list:sort (0 1 3 6)}] + [ a r:Fact; r:gives {((0 1 6 3) ">=") list:sort (6 3 1 0)}] + skolem:lemma2285 + skolem:lemma2286 + [ a r:Fact; r:gives {(6310 136) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 163]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1164 a r:Inference; + r:gives { + 164 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {164 math:notEqualTo 0}] + skolem:lemma2342 + [ a r:Fact; r:gives {((0 1 6 4) "=<") list:sort (0 1 4 6)}] + [ a r:Fact; r:gives {((0 1 6 4) ">=") list:sort (6 4 1 0)}] + skolem:lemma2307 + skolem:lemma2308 + [ a r:Fact; r:gives {(6410 146) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 164]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1165 a r:Inference; + r:gives { + 165 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {165 math:notEqualTo 0}] + skolem:lemma2343 + [ a r:Fact; r:gives {((0 1 6 5) "=<") list:sort (0 1 5 6)}] + [ a r:Fact; r:gives {((0 1 6 5) ">=") list:sort (6 5 1 0)}] + skolem:lemma2327 + skolem:lemma2328 + [ a r:Fact; r:gives {(6510 156) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 165]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1166 a r:Inference; + r:gives { + 166 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {166 math:notEqualTo 0}] + skolem:lemma2344 + [ a r:Fact; r:gives {((0 1 6 6) "=<") list:sort (0 1 6 6)}] + [ a r:Fact; r:gives {((0 1 6 6) ">=") list:sort (6 6 1 0)}] + skolem:lemma2345 + skolem:lemma2346 + [ a r:Fact; r:gives {(6610 166) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1167 a r:Inference; + r:gives { + 167 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {167 math:notEqualTo 0}] + skolem:lemma2347 + [ a r:Fact; r:gives {((0 1 6 7) "=<") list:sort (0 1 6 7)}] + [ a r:Fact; r:gives {((0 1 6 7) ">=") list:sort (7 6 1 0)}] + skolem:lemma2348 + skolem:lemma2349 + [ a r:Fact; r:gives {(7610 167) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1168 a r:Inference; + r:gives { + 168 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {168 math:notEqualTo 0}] + skolem:lemma2350 + [ a r:Fact; r:gives {((0 1 6 8) "=<") list:sort (0 1 6 8)}] + [ a r:Fact; r:gives {((0 1 6 8) ">=") list:sort (8 6 1 0)}] + skolem:lemma2351 + skolem:lemma2352 + [ a r:Fact; r:gives {(8610 168) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1169 a r:Inference; + r:gives { + 169 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {169 math:notEqualTo 0}] + skolem:lemma2353 + [ a r:Fact; r:gives {((0 1 6 9) "=<") list:sort (0 1 6 9)}] + [ a r:Fact; r:gives {((0 1 6 9) ">=") list:sort (9 6 1 0)}] + skolem:lemma2354 + skolem:lemma2355 + [ a r:Fact; r:gives {(9610 169) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1170 a r:Inference; + r:gives { + 170 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {170 math:notEqualTo 0}] + skolem:lemma2356 + [ a r:Fact; r:gives {((0 1 7 0) "=<") list:sort (0 0 1 7)}] + [ a r:Fact; r:gives {((0 1 7 0) ">=") list:sort (7 1 0 0)}] + skolem:lemma2048 + skolem:lemma2049 + [ a r:Fact; r:gives {(7100 17) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 170]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1171 a r:Inference; + r:gives { + 171 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {171 math:notEqualTo 0}] + skolem:lemma2357 + [ a r:Fact; r:gives {((0 1 7 1) "=<") list:sort (0 1 1 7)}] + [ a r:Fact; r:gives {((0 1 7 1) ">=") list:sort (7 1 1 0)}] + skolem:lemma2238 + skolem:lemma2239 + [ a r:Fact; r:gives {(7110 117) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1172 a r:Inference; + r:gives { + 172 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {172 math:notEqualTo 0}] + skolem:lemma2358 + [ a r:Fact; r:gives {((0 1 7 2) "=<") list:sort (0 1 2 7)}] + [ a r:Fact; r:gives {((0 1 7 2) ">=") list:sort (7 2 1 0)}] + skolem:lemma2264 + skolem:lemma2265 + [ a r:Fact; r:gives {(7210 127) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1173 a r:Inference; + r:gives { + 173 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {173 math:notEqualTo 0}] + skolem:lemma2359 + [ a r:Fact; r:gives {((0 1 7 3) "=<") list:sort (0 1 3 7)}] + [ a r:Fact; r:gives {((0 1 7 3) ">=") list:sort (7 3 1 0)}] + skolem:lemma2288 + skolem:lemma2289 + [ a r:Fact; r:gives {(7310 137) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1174 a r:Inference; + r:gives { + 174 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {174 math:notEqualTo 0}] + skolem:lemma2360 + [ a r:Fact; r:gives {((0 1 7 4) "=<") list:sort (0 1 4 7)}] + [ a r:Fact; r:gives {((0 1 7 4) ">=") list:sort (7 4 1 0)}] + skolem:lemma2310 + skolem:lemma2311 + [ a r:Fact; r:gives {(7410 147) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1175 a r:Inference; + r:gives { + 175 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {175 math:notEqualTo 0}] + skolem:lemma2361 + [ a r:Fact; r:gives {((0 1 7 5) "=<") list:sort (0 1 5 7)}] + [ a r:Fact; r:gives {((0 1 7 5) ">=") list:sort (7 5 1 0)}] + skolem:lemma2330 + skolem:lemma2331 + [ a r:Fact; r:gives {(7510 157) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1176 a r:Inference; + r:gives { + 176 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {176 math:notEqualTo 0}] + skolem:lemma2362 + [ a r:Fact; r:gives {((0 1 7 6) "=<") list:sort (0 1 6 7)}] + [ a r:Fact; r:gives {((0 1 7 6) ">=") list:sort (7 6 1 0)}] + skolem:lemma2348 + skolem:lemma2349 + [ a r:Fact; r:gives {(7610 167) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1177 a r:Inference; + r:gives { + 177 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {177 math:notEqualTo 0}] + skolem:lemma2363 + [ a r:Fact; r:gives {((0 1 7 7) "=<") list:sort (0 1 7 7)}] + [ a r:Fact; r:gives {((0 1 7 7) ">=") list:sort (7 7 1 0)}] + skolem:lemma2364 + skolem:lemma2365 + [ a r:Fact; r:gives {(7710 177) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1178 a r:Inference; + r:gives { + 178 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {178 math:notEqualTo 0}] + skolem:lemma2366 + [ a r:Fact; r:gives {((0 1 7 8) "=<") list:sort (0 1 7 8)}] + [ a r:Fact; r:gives {((0 1 7 8) ">=") list:sort (8 7 1 0)}] + skolem:lemma2367 + skolem:lemma2368 + [ a r:Fact; r:gives {(8710 178) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1179 a r:Inference; + r:gives { + 179 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {179 math:notEqualTo 0}] + skolem:lemma2369 + [ a r:Fact; r:gives {((0 1 7 9) "=<") list:sort (0 1 7 9)}] + [ a r:Fact; r:gives {((0 1 7 9) ">=") list:sort (9 7 1 0)}] + skolem:lemma2370 + skolem:lemma2371 + [ a r:Fact; r:gives {(9710 179) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1180 a r:Inference; + r:gives { + 180 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {180 math:notEqualTo 0}] + skolem:lemma2372 + [ a r:Fact; r:gives {((0 1 8 0) "=<") list:sort (0 0 1 8)}] + [ a r:Fact; r:gives {((0 1 8 0) ">=") list:sort (8 1 0 0)}] + skolem:lemma2051 + skolem:lemma2052 + [ a r:Fact; r:gives {(8100 18) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 180]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1181 a r:Inference; + r:gives { + 181 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {181 math:notEqualTo 0}] + skolem:lemma2373 + [ a r:Fact; r:gives {((0 1 8 1) "=<") list:sort (0 1 1 8)}] + [ a r:Fact; r:gives {((0 1 8 1) ">=") list:sort (8 1 1 0)}] + skolem:lemma2241 + skolem:lemma2242 + [ a r:Fact; r:gives {(8110 118) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 181]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1182 a r:Inference; + r:gives { + 182 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {182 math:notEqualTo 0}] + skolem:lemma2374 + [ a r:Fact; r:gives {((0 1 8 2) "=<") list:sort (0 1 2 8)}] + [ a r:Fact; r:gives {((0 1 8 2) ">=") list:sort (8 2 1 0)}] + skolem:lemma2267 + skolem:lemma2268 + [ a r:Fact; r:gives {(8210 128) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 182]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1183 a r:Inference; + r:gives { + 183 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {183 math:notEqualTo 0}] + skolem:lemma2375 + [ a r:Fact; r:gives {((0 1 8 3) "=<") list:sort (0 1 3 8)}] + [ a r:Fact; r:gives {((0 1 8 3) ">=") list:sort (8 3 1 0)}] + skolem:lemma2291 + skolem:lemma2292 + [ a r:Fact; r:gives {(8310 138) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 183]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1184 a r:Inference; + r:gives { + 184 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {184 math:notEqualTo 0}] + skolem:lemma2376 + [ a r:Fact; r:gives {((0 1 8 4) "=<") list:sort (0 1 4 8)}] + [ a r:Fact; r:gives {((0 1 8 4) ">=") list:sort (8 4 1 0)}] + skolem:lemma2313 + skolem:lemma2314 + [ a r:Fact; r:gives {(8410 148) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 184]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1185 a r:Inference; + r:gives { + 185 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {185 math:notEqualTo 0}] + skolem:lemma2377 + [ a r:Fact; r:gives {((0 1 8 5) "=<") list:sort (0 1 5 8)}] + [ a r:Fact; r:gives {((0 1 8 5) ">=") list:sort (8 5 1 0)}] + skolem:lemma2333 + skolem:lemma2334 + [ a r:Fact; r:gives {(8510 158) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 185]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1186 a r:Inference; + r:gives { + 186 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {186 math:notEqualTo 0}] + skolem:lemma2378 + [ a r:Fact; r:gives {((0 1 8 6) "=<") list:sort (0 1 6 8)}] + [ a r:Fact; r:gives {((0 1 8 6) ">=") list:sort (8 6 1 0)}] + skolem:lemma2351 + skolem:lemma2352 + [ a r:Fact; r:gives {(8610 168) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 186]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1187 a r:Inference; + r:gives { + 187 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {187 math:notEqualTo 0}] + skolem:lemma2379 + [ a r:Fact; r:gives {((0 1 8 7) "=<") list:sort (0 1 7 8)}] + [ a r:Fact; r:gives {((0 1 8 7) ">=") list:sort (8 7 1 0)}] + skolem:lemma2367 + skolem:lemma2368 + [ a r:Fact; r:gives {(8710 178) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 187]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1188 a r:Inference; + r:gives { + 188 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {188 math:notEqualTo 0}] + skolem:lemma2380 + [ a r:Fact; r:gives {((0 1 8 8) "=<") list:sort (0 1 8 8)}] + [ a r:Fact; r:gives {((0 1 8 8) ">=") list:sort (8 8 1 0)}] + skolem:lemma2381 + skolem:lemma2382 + [ a r:Fact; r:gives {(8810 188) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1189 a r:Inference; + r:gives { + 189 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {189 math:notEqualTo 0}] + skolem:lemma2383 + [ a r:Fact; r:gives {((0 1 8 9) "=<") list:sort (0 1 8 9)}] + [ a r:Fact; r:gives {((0 1 8 9) ">=") list:sort (9 8 1 0)}] + skolem:lemma2384 + skolem:lemma2385 + [ a r:Fact; r:gives {(9810 189) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1190 a r:Inference; + r:gives { + 190 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {190 math:notEqualTo 0}] + skolem:lemma2386 + [ a r:Fact; r:gives {((0 1 9 0) "=<") list:sort (0 0 1 9)}] + [ a r:Fact; r:gives {((0 1 9 0) ">=") list:sort (9 1 0 0)}] + skolem:lemma2054 + skolem:lemma2055 + [ a r:Fact; r:gives {(9100 19) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 190]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1191 a r:Inference; + r:gives { + 191 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {191 math:notEqualTo 0}] + skolem:lemma2387 + [ a r:Fact; r:gives {((0 1 9 1) "=<") list:sort (0 1 1 9)}] + [ a r:Fact; r:gives {((0 1 9 1) ">=") list:sort (9 1 1 0)}] + skolem:lemma2244 + skolem:lemma2245 + [ a r:Fact; r:gives {(9110 119) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 191]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1192 a r:Inference; + r:gives { + 192 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {192 math:notEqualTo 0}] + skolem:lemma2388 + [ a r:Fact; r:gives {((0 1 9 2) "=<") list:sort (0 1 2 9)}] + [ a r:Fact; r:gives {((0 1 9 2) ">=") list:sort (9 2 1 0)}] + skolem:lemma2270 + skolem:lemma2271 + [ a r:Fact; r:gives {(9210 129) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 192]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1193 a r:Inference; + r:gives { + 193 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {193 math:notEqualTo 0}] + skolem:lemma2389 + [ a r:Fact; r:gives {((0 1 9 3) "=<") list:sort (0 1 3 9)}] + [ a r:Fact; r:gives {((0 1 9 3) ">=") list:sort (9 3 1 0)}] + skolem:lemma2294 + skolem:lemma2295 + [ a r:Fact; r:gives {(9310 139) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 193]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1194 a r:Inference; + r:gives { + 194 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {194 math:notEqualTo 0}] + skolem:lemma2390 + [ a r:Fact; r:gives {((0 1 9 4) "=<") list:sort (0 1 4 9)}] + [ a r:Fact; r:gives {((0 1 9 4) ">=") list:sort (9 4 1 0)}] + skolem:lemma2316 + skolem:lemma2317 + [ a r:Fact; r:gives {(9410 149) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 194]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1195 a r:Inference; + r:gives { + 195 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {195 math:notEqualTo 0}] + skolem:lemma2391 + [ a r:Fact; r:gives {((0 1 9 5) "=<") list:sort (0 1 5 9)}] + [ a r:Fact; r:gives {((0 1 9 5) ">=") list:sort (9 5 1 0)}] + skolem:lemma2336 + skolem:lemma2337 + [ a r:Fact; r:gives {(9510 159) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 195]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1196 a r:Inference; + r:gives { + 196 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {196 math:notEqualTo 0}] + skolem:lemma2392 + [ a r:Fact; r:gives {((0 1 9 6) "=<") list:sort (0 1 6 9)}] + [ a r:Fact; r:gives {((0 1 9 6) ">=") list:sort (9 6 1 0)}] + skolem:lemma2354 + skolem:lemma2355 + [ a r:Fact; r:gives {(9610 169) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 196]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1197 a r:Inference; + r:gives { + 197 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {197 math:notEqualTo 0}] + skolem:lemma2393 + [ a r:Fact; r:gives {((0 1 9 7) "=<") list:sort (0 1 7 9)}] + [ a r:Fact; r:gives {((0 1 9 7) ">=") list:sort (9 7 1 0)}] + skolem:lemma2370 + skolem:lemma2371 + [ a r:Fact; r:gives {(9710 179) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 197]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1198 a r:Inference; + r:gives { + 198 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {198 math:notEqualTo 0}] + skolem:lemma2394 + [ a r:Fact; r:gives {((0 1 9 8) "=<") list:sort (0 1 8 9)}] + [ a r:Fact; r:gives {((0 1 9 8) ">=") list:sort (9 8 1 0)}] + skolem:lemma2384 + skolem:lemma2385 + [ a r:Fact; r:gives {(9810 189) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 198]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1199 a r:Inference; + r:gives { + 199 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {199 math:notEqualTo 0}] + skolem:lemma2395 + [ a r:Fact; r:gives {((0 1 9 9) "=<") list:sort (0 1 9 9)}] + [ a r:Fact; r:gives {((0 1 9 9) ">=") list:sort (9 9 1 0)}] + skolem:lemma2396 + skolem:lemma2397 + [ a r:Fact; r:gives {(9910 199) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 1 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1200 a r:Inference; + r:gives { + 200 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {200 math:notEqualTo 0}] + skolem:lemma2398 + [ a r:Fact; r:gives {((0 2 0 0) "=<") list:sort (0 0 0 2)}] + [ a r:Fact; r:gives {((0 2 0 0) ">=") list:sort (2 0 0 0)}] + skolem:lemma2005 + skolem:lemma2006 + [ a r:Fact; r:gives {(2000 2) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1201 a r:Inference; + r:gives { + 201 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {201 math:notEqualTo 0}] + skolem:lemma2399 + [ a r:Fact; r:gives {((0 2 0 1) "=<") list:sort (0 0 1 2)}] + [ a r:Fact; r:gives {((0 2 0 1) ">=") list:sort (2 1 0 0)}] + skolem:lemma2033 + skolem:lemma2034 + [ a r:Fact; r:gives {(2100 12) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 201]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1202 a r:Inference; + r:gives { + 202 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {202 math:notEqualTo 0}] + skolem:lemma2400 + [ a r:Fact; r:gives {((0 2 0 2) "=<") list:sort (0 0 2 2)}] + [ a r:Fact; r:gives {((0 2 0 2) ">=") list:sort (2 2 0 0)}] + skolem:lemma2059 + skolem:lemma2060 + [ a r:Fact; r:gives {(2200 22) math:difference 2178}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2178 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2178 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 202]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1203 a r:Inference; + r:gives { + 203 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {203 math:notEqualTo 0}] + skolem:lemma2401 + [ a r:Fact; r:gives {((0 2 0 3) "=<") list:sort (0 0 2 3)}] + [ a r:Fact; r:gives {((0 2 0 3) ">=") list:sort (3 2 0 0)}] + skolem:lemma2062 + skolem:lemma2063 + [ a r:Fact; r:gives {(3200 23) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 203]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1204 a r:Inference; + r:gives { + 204 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {204 math:notEqualTo 0}] + skolem:lemma2402 + [ a r:Fact; r:gives {((0 2 0 4) "=<") list:sort (0 0 2 4)}] + [ a r:Fact; r:gives {((0 2 0 4) ">=") list:sort (4 2 0 0)}] + skolem:lemma2065 + skolem:lemma2066 + [ a r:Fact; r:gives {(4200 24) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 204]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1205 a r:Inference; + r:gives { + 205 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {205 math:notEqualTo 0}] + skolem:lemma2403 + [ a r:Fact; r:gives {((0 2 0 5) "=<") list:sort (0 0 2 5)}] + [ a r:Fact; r:gives {((0 2 0 5) ">=") list:sort (5 2 0 0)}] + skolem:lemma2068 + skolem:lemma2069 + [ a r:Fact; r:gives {(5200 25) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 205]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1206 a r:Inference; + r:gives { + 206 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {206 math:notEqualTo 0}] + skolem:lemma2404 + [ a r:Fact; r:gives {((0 2 0 6) "=<") list:sort (0 0 2 6)}] + [ a r:Fact; r:gives {((0 2 0 6) ">=") list:sort (6 2 0 0)}] + skolem:lemma2071 + skolem:lemma2072 + [ a r:Fact; r:gives {(6200 26) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 206]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1207 a r:Inference; + r:gives { + 207 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {207 math:notEqualTo 0}] + skolem:lemma2405 + [ a r:Fact; r:gives {((0 2 0 7) "=<") list:sort (0 0 2 7)}] + [ a r:Fact; r:gives {((0 2 0 7) ">=") list:sort (7 2 0 0)}] + skolem:lemma2074 + skolem:lemma2075 + [ a r:Fact; r:gives {(7200 27) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 207]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1208 a r:Inference; + r:gives { + 208 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {208 math:notEqualTo 0}] + skolem:lemma2406 + [ a r:Fact; r:gives {((0 2 0 8) "=<") list:sort (0 0 2 8)}] + [ a r:Fact; r:gives {((0 2 0 8) ">=") list:sort (8 2 0 0)}] + skolem:lemma2077 + skolem:lemma2078 + [ a r:Fact; r:gives {(8200 28) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 208]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1209 a r:Inference; + r:gives { + 209 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {209 math:notEqualTo 0}] + skolem:lemma2407 + [ a r:Fact; r:gives {((0 2 0 9) "=<") list:sort (0 0 2 9)}] + [ a r:Fact; r:gives {((0 2 0 9) ">=") list:sort (9 2 0 0)}] + skolem:lemma2080 + skolem:lemma2081 + [ a r:Fact; r:gives {(9200 29) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 209]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1210 a r:Inference; + r:gives { + 210 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {210 math:notEqualTo 0}] + skolem:lemma2408 + [ a r:Fact; r:gives {((0 2 1 0) "=<") list:sort (0 0 1 2)}] + [ a r:Fact; r:gives {((0 2 1 0) ">=") list:sort (2 1 0 0)}] + skolem:lemma2033 + skolem:lemma2034 + [ a r:Fact; r:gives {(2100 12) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1211 a r:Inference; + r:gives { + 211 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {211 math:notEqualTo 0}] + skolem:lemma2409 + [ a r:Fact; r:gives {((0 2 1 1) "=<") list:sort (0 1 1 2)}] + [ a r:Fact; r:gives {((0 2 1 1) ">=") list:sort (2 1 1 0)}] + skolem:lemma2223 + skolem:lemma2224 + [ a r:Fact; r:gives {(2110 112) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 211]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1212 a r:Inference; + r:gives { + 212 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {212 math:notEqualTo 0}] + skolem:lemma2410 + [ a r:Fact; r:gives {((0 2 1 2) "=<") list:sort (0 1 2 2)}] + [ a r:Fact; r:gives {((0 2 1 2) ">=") list:sort (2 2 1 0)}] + skolem:lemma2249 + skolem:lemma2250 + [ a r:Fact; r:gives {(2210 122) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 212]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1213 a r:Inference; + r:gives { + 213 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {213 math:notEqualTo 0}] + skolem:lemma2411 + [ a r:Fact; r:gives {((0 2 1 3) "=<") list:sort (0 1 2 3)}] + [ a r:Fact; r:gives {((0 2 1 3) ">=") list:sort (3 2 1 0)}] + skolem:lemma2252 + skolem:lemma2253 + [ a r:Fact; r:gives {(3210 123) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 213]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1214 a r:Inference; + r:gives { + 214 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {214 math:notEqualTo 0}] + skolem:lemma2412 + [ a r:Fact; r:gives {((0 2 1 4) "=<") list:sort (0 1 2 4)}] + [ a r:Fact; r:gives {((0 2 1 4) ">=") list:sort (4 2 1 0)}] + skolem:lemma2255 + skolem:lemma2256 + [ a r:Fact; r:gives {(4210 124) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 214]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1215 a r:Inference; + r:gives { + 215 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {215 math:notEqualTo 0}] + skolem:lemma2413 + [ a r:Fact; r:gives {((0 2 1 5) "=<") list:sort (0 1 2 5)}] + [ a r:Fact; r:gives {((0 2 1 5) ">=") list:sort (5 2 1 0)}] + skolem:lemma2258 + skolem:lemma2259 + [ a r:Fact; r:gives {(5210 125) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 215]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1216 a r:Inference; + r:gives { + 216 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {216 math:notEqualTo 0}] + skolem:lemma2414 + [ a r:Fact; r:gives {((0 2 1 6) "=<") list:sort (0 1 2 6)}] + [ a r:Fact; r:gives {((0 2 1 6) ">=") list:sort (6 2 1 0)}] + skolem:lemma2261 + skolem:lemma2262 + [ a r:Fact; r:gives {(6210 126) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 216]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1217 a r:Inference; + r:gives { + 217 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {217 math:notEqualTo 0}] + skolem:lemma2415 + [ a r:Fact; r:gives {((0 2 1 7) "=<") list:sort (0 1 2 7)}] + [ a r:Fact; r:gives {((0 2 1 7) ">=") list:sort (7 2 1 0)}] + skolem:lemma2264 + skolem:lemma2265 + [ a r:Fact; r:gives {(7210 127) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 217]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1218 a r:Inference; + r:gives { + 218 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {218 math:notEqualTo 0}] + skolem:lemma2416 + [ a r:Fact; r:gives {((0 2 1 8) "=<") list:sort (0 1 2 8)}] + [ a r:Fact; r:gives {((0 2 1 8) ">=") list:sort (8 2 1 0)}] + skolem:lemma2267 + skolem:lemma2268 + [ a r:Fact; r:gives {(8210 128) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 218]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1219 a r:Inference; + r:gives { + 219 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {219 math:notEqualTo 0}] + skolem:lemma2417 + [ a r:Fact; r:gives {((0 2 1 9) "=<") list:sort (0 1 2 9)}] + [ a r:Fact; r:gives {((0 2 1 9) ">=") list:sort (9 2 1 0)}] + skolem:lemma2270 + skolem:lemma2271 + [ a r:Fact; r:gives {(9210 129) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 219]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1220 a r:Inference; + r:gives { + 220 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {220 math:notEqualTo 0}] + skolem:lemma2418 + [ a r:Fact; r:gives {((0 2 2 0) "=<") list:sort (0 0 2 2)}] + [ a r:Fact; r:gives {((0 2 2 0) ">=") list:sort (2 2 0 0)}] + skolem:lemma2059 + skolem:lemma2060 + [ a r:Fact; r:gives {(2200 22) math:difference 2178}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2178 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2178 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1221 a r:Inference; + r:gives { + 221 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {221 math:notEqualTo 0}] + skolem:lemma2419 + [ a r:Fact; r:gives {((0 2 2 1) "=<") list:sort (0 1 2 2)}] + [ a r:Fact; r:gives {((0 2 2 1) ">=") list:sort (2 2 1 0)}] + skolem:lemma2249 + skolem:lemma2250 + [ a r:Fact; r:gives {(2210 122) math:difference 2088}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2088 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 2088 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 221]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1222 a r:Inference; + r:gives { + 222 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {222 math:notEqualTo 0}] + skolem:lemma2420 + [ a r:Fact; r:gives {((0 2 2 2) "=<") list:sort (0 2 2 2)}] + [ a r:Fact; r:gives {((0 2 2 2) ">=") list:sort (2 2 2 0)}] + skolem:lemma2421 + skolem:lemma2422 + [ a r:Fact; r:gives {(2220 222) math:difference 1998}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 1998 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 1998 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 222]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 222]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1223 a r:Inference; + r:gives { + 223 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {223 math:notEqualTo 0}] + skolem:lemma2423 + [ a r:Fact; r:gives {((0 2 2 3) "=<") list:sort (0 2 2 3)}] + [ a r:Fact; r:gives {((0 2 2 3) ">=") list:sort (3 2 2 0)}] + skolem:lemma2424 + skolem:lemma2425 + [ a r:Fact; r:gives {(3220 223) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1224 a r:Inference; + r:gives { + 224 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {224 math:notEqualTo 0}] + skolem:lemma2426 + [ a r:Fact; r:gives {((0 2 2 4) "=<") list:sort (0 2 2 4)}] + [ a r:Fact; r:gives {((0 2 2 4) ">=") list:sort (4 2 2 0)}] + skolem:lemma2427 + skolem:lemma2428 + [ a r:Fact; r:gives {(4220 224) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1225 a r:Inference; + r:gives { + 225 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {225 math:notEqualTo 0}] + skolem:lemma2429 + [ a r:Fact; r:gives {((0 2 2 5) "=<") list:sort (0 2 2 5)}] + [ a r:Fact; r:gives {((0 2 2 5) ">=") list:sort (5 2 2 0)}] + skolem:lemma2430 + skolem:lemma2431 + [ a r:Fact; r:gives {(5220 225) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1226 a r:Inference; + r:gives { + 226 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {226 math:notEqualTo 0}] + skolem:lemma2432 + [ a r:Fact; r:gives {((0 2 2 6) "=<") list:sort (0 2 2 6)}] + [ a r:Fact; r:gives {((0 2 2 6) ">=") list:sort (6 2 2 0)}] + skolem:lemma2433 + skolem:lemma2434 + [ a r:Fact; r:gives {(6220 226) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1227 a r:Inference; + r:gives { + 227 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {227 math:notEqualTo 0}] + skolem:lemma2435 + [ a r:Fact; r:gives {((0 2 2 7) "=<") list:sort (0 2 2 7)}] + [ a r:Fact; r:gives {((0 2 2 7) ">=") list:sort (7 2 2 0)}] + skolem:lemma2436 + skolem:lemma2437 + [ a r:Fact; r:gives {(7220 227) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1228 a r:Inference; + r:gives { + 228 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {228 math:notEqualTo 0}] + skolem:lemma2438 + [ a r:Fact; r:gives {((0 2 2 8) "=<") list:sort (0 2 2 8)}] + [ a r:Fact; r:gives {((0 2 2 8) ">=") list:sort (8 2 2 0)}] + skolem:lemma2439 + skolem:lemma2440 + [ a r:Fact; r:gives {(8220 228) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1229 a r:Inference; + r:gives { + 229 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {229 math:notEqualTo 0}] + skolem:lemma2441 + [ a r:Fact; r:gives {((0 2 2 9) "=<") list:sort (0 2 2 9)}] + [ a r:Fact; r:gives {((0 2 2 9) ">=") list:sort (9 2 2 0)}] + skolem:lemma2442 + skolem:lemma2443 + [ a r:Fact; r:gives {(9220 229) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1230 a r:Inference; + r:gives { + 230 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {230 math:notEqualTo 0}] + skolem:lemma2444 + [ a r:Fact; r:gives {((0 2 3 0) "=<") list:sort (0 0 2 3)}] + [ a r:Fact; r:gives {((0 2 3 0) ">=") list:sort (3 2 0 0)}] + skolem:lemma2062 + skolem:lemma2063 + [ a r:Fact; r:gives {(3200 23) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 230]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1231 a r:Inference; + r:gives { + 231 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {231 math:notEqualTo 0}] + skolem:lemma2445 + [ a r:Fact; r:gives {((0 2 3 1) "=<") list:sort (0 1 2 3)}] + [ a r:Fact; r:gives {((0 2 3 1) ">=") list:sort (3 2 1 0)}] + skolem:lemma2252 + skolem:lemma2253 + [ a r:Fact; r:gives {(3210 123) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 231]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1232 a r:Inference; + r:gives { + 232 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {232 math:notEqualTo 0}] + skolem:lemma2446 + [ a r:Fact; r:gives {((0 2 3 2) "=<") list:sort (0 2 2 3)}] + [ a r:Fact; r:gives {((0 2 3 2) ">=") list:sort (3 2 2 0)}] + skolem:lemma2424 + skolem:lemma2425 + [ a r:Fact; r:gives {(3220 223) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 232]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1233 a r:Inference; + r:gives { + 233 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {233 math:notEqualTo 0}] + skolem:lemma2447 + [ a r:Fact; r:gives {((0 2 3 3) "=<") list:sort (0 2 3 3)}] + [ a r:Fact; r:gives {((0 2 3 3) ">=") list:sort (3 3 2 0)}] + skolem:lemma2448 + skolem:lemma2449 + [ a r:Fact; r:gives {(3320 233) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1234 a r:Inference; + r:gives { + 234 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {234 math:notEqualTo 0}] + skolem:lemma2450 + [ a r:Fact; r:gives {((0 2 3 4) "=<") list:sort (0 2 3 4)}] + [ a r:Fact; r:gives {((0 2 3 4) ">=") list:sort (4 3 2 0)}] + skolem:lemma2451 + skolem:lemma2452 + [ a r:Fact; r:gives {(4320 234) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1235 a r:Inference; + r:gives { + 235 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {235 math:notEqualTo 0}] + skolem:lemma2453 + [ a r:Fact; r:gives {((0 2 3 5) "=<") list:sort (0 2 3 5)}] + [ a r:Fact; r:gives {((0 2 3 5) ">=") list:sort (5 3 2 0)}] + skolem:lemma2454 + skolem:lemma2455 + [ a r:Fact; r:gives {(5320 235) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1236 a r:Inference; + r:gives { + 236 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {236 math:notEqualTo 0}] + skolem:lemma2456 + [ a r:Fact; r:gives {((0 2 3 6) "=<") list:sort (0 2 3 6)}] + [ a r:Fact; r:gives {((0 2 3 6) ">=") list:sort (6 3 2 0)}] + skolem:lemma2457 + skolem:lemma2458 + [ a r:Fact; r:gives {(6320 236) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1237 a r:Inference; + r:gives { + 237 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {237 math:notEqualTo 0}] + skolem:lemma2459 + [ a r:Fact; r:gives {((0 2 3 7) "=<") list:sort (0 2 3 7)}] + [ a r:Fact; r:gives {((0 2 3 7) ">=") list:sort (7 3 2 0)}] + skolem:lemma2460 + skolem:lemma2461 + [ a r:Fact; r:gives {(7320 237) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1238 a r:Inference; + r:gives { + 238 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {238 math:notEqualTo 0}] + skolem:lemma2462 + [ a r:Fact; r:gives {((0 2 3 8) "=<") list:sort (0 2 3 8)}] + [ a r:Fact; r:gives {((0 2 3 8) ">=") list:sort (8 3 2 0)}] + skolem:lemma2463 + skolem:lemma2464 + [ a r:Fact; r:gives {(8320 238) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1239 a r:Inference; + r:gives { + 239 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {239 math:notEqualTo 0}] + skolem:lemma2465 + [ a r:Fact; r:gives {((0 2 3 9) "=<") list:sort (0 2 3 9)}] + [ a r:Fact; r:gives {((0 2 3 9) ">=") list:sort (9 3 2 0)}] + skolem:lemma2466 + skolem:lemma2467 + [ a r:Fact; r:gives {(9320 239) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1240 a r:Inference; + r:gives { + 240 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {240 math:notEqualTo 0}] + skolem:lemma2468 + [ a r:Fact; r:gives {((0 2 4 0) "=<") list:sort (0 0 2 4)}] + [ a r:Fact; r:gives {((0 2 4 0) ">=") list:sort (4 2 0 0)}] + skolem:lemma2065 + skolem:lemma2066 + [ a r:Fact; r:gives {(4200 24) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 240]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1241 a r:Inference; + r:gives { + 241 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {241 math:notEqualTo 0}] + skolem:lemma2469 + [ a r:Fact; r:gives {((0 2 4 1) "=<") list:sort (0 1 2 4)}] + [ a r:Fact; r:gives {((0 2 4 1) ">=") list:sort (4 2 1 0)}] + skolem:lemma2255 + skolem:lemma2256 + [ a r:Fact; r:gives {(4210 124) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 241]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1242 a r:Inference; + r:gives { + 242 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {242 math:notEqualTo 0}] + skolem:lemma2470 + [ a r:Fact; r:gives {((0 2 4 2) "=<") list:sort (0 2 2 4)}] + [ a r:Fact; r:gives {((0 2 4 2) ">=") list:sort (4 2 2 0)}] + skolem:lemma2427 + skolem:lemma2428 + [ a r:Fact; r:gives {(4220 224) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 242]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1243 a r:Inference; + r:gives { + 243 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {243 math:notEqualTo 0}] + skolem:lemma2471 + [ a r:Fact; r:gives {((0 2 4 3) "=<") list:sort (0 2 3 4)}] + [ a r:Fact; r:gives {((0 2 4 3) ">=") list:sort (4 3 2 0)}] + skolem:lemma2451 + skolem:lemma2452 + [ a r:Fact; r:gives {(4320 234) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 243]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1244 a r:Inference; + r:gives { + 244 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {244 math:notEqualTo 0}] + skolem:lemma2472 + [ a r:Fact; r:gives {((0 2 4 4) "=<") list:sort (0 2 4 4)}] + [ a r:Fact; r:gives {((0 2 4 4) ">=") list:sort (4 4 2 0)}] + skolem:lemma2473 + skolem:lemma2474 + [ a r:Fact; r:gives {(4420 244) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1245 a r:Inference; + r:gives { + 245 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {245 math:notEqualTo 0}] + skolem:lemma2475 + [ a r:Fact; r:gives {((0 2 4 5) "=<") list:sort (0 2 4 5)}] + [ a r:Fact; r:gives {((0 2 4 5) ">=") list:sort (5 4 2 0)}] + skolem:lemma2476 + skolem:lemma2477 + [ a r:Fact; r:gives {(5420 245) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1246 a r:Inference; + r:gives { + 246 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {246 math:notEqualTo 0}] + skolem:lemma2478 + [ a r:Fact; r:gives {((0 2 4 6) "=<") list:sort (0 2 4 6)}] + [ a r:Fact; r:gives {((0 2 4 6) ">=") list:sort (6 4 2 0)}] + skolem:lemma2479 + skolem:lemma2480 + [ a r:Fact; r:gives {(6420 246) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1247 a r:Inference; + r:gives { + 247 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {247 math:notEqualTo 0}] + skolem:lemma2481 + [ a r:Fact; r:gives {((0 2 4 7) "=<") list:sort (0 2 4 7)}] + [ a r:Fact; r:gives {((0 2 4 7) ">=") list:sort (7 4 2 0)}] + skolem:lemma2482 + skolem:lemma2483 + [ a r:Fact; r:gives {(7420 247) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1248 a r:Inference; + r:gives { + 248 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {248 math:notEqualTo 0}] + skolem:lemma2484 + [ a r:Fact; r:gives {((0 2 4 8) "=<") list:sort (0 2 4 8)}] + [ a r:Fact; r:gives {((0 2 4 8) ">=") list:sort (8 4 2 0)}] + skolem:lemma2485 + skolem:lemma2486 + [ a r:Fact; r:gives {(8420 248) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1249 a r:Inference; + r:gives { + 249 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {249 math:notEqualTo 0}] + skolem:lemma2487 + [ a r:Fact; r:gives {((0 2 4 9) "=<") list:sort (0 2 4 9)}] + [ a r:Fact; r:gives {((0 2 4 9) ">=") list:sort (9 4 2 0)}] + skolem:lemma2488 + skolem:lemma2489 + [ a r:Fact; r:gives {(9420 249) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1250 a r:Inference; + r:gives { + 250 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {250 math:notEqualTo 0}] + skolem:lemma2490 + [ a r:Fact; r:gives {((0 2 5 0) "=<") list:sort (0 0 2 5)}] + [ a r:Fact; r:gives {((0 2 5 0) ">=") list:sort (5 2 0 0)}] + skolem:lemma2068 + skolem:lemma2069 + [ a r:Fact; r:gives {(5200 25) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 250]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1251 a r:Inference; + r:gives { + 251 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {251 math:notEqualTo 0}] + skolem:lemma2491 + [ a r:Fact; r:gives {((0 2 5 1) "=<") list:sort (0 1 2 5)}] + [ a r:Fact; r:gives {((0 2 5 1) ">=") list:sort (5 2 1 0)}] + skolem:lemma2258 + skolem:lemma2259 + [ a r:Fact; r:gives {(5210 125) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 251]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1252 a r:Inference; + r:gives { + 252 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {252 math:notEqualTo 0}] + skolem:lemma2492 + [ a r:Fact; r:gives {((0 2 5 2) "=<") list:sort (0 2 2 5)}] + [ a r:Fact; r:gives {((0 2 5 2) ">=") list:sort (5 2 2 0)}] + skolem:lemma2430 + skolem:lemma2431 + [ a r:Fact; r:gives {(5220 225) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 252]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1253 a r:Inference; + r:gives { + 253 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {253 math:notEqualTo 0}] + skolem:lemma2493 + [ a r:Fact; r:gives {((0 2 5 3) "=<") list:sort (0 2 3 5)}] + [ a r:Fact; r:gives {((0 2 5 3) ">=") list:sort (5 3 2 0)}] + skolem:lemma2454 + skolem:lemma2455 + [ a r:Fact; r:gives {(5320 235) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 253]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1254 a r:Inference; + r:gives { + 254 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {254 math:notEqualTo 0}] + skolem:lemma2494 + [ a r:Fact; r:gives {((0 2 5 4) "=<") list:sort (0 2 4 5)}] + [ a r:Fact; r:gives {((0 2 5 4) ">=") list:sort (5 4 2 0)}] + skolem:lemma2476 + skolem:lemma2477 + [ a r:Fact; r:gives {(5420 245) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 254]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1255 a r:Inference; + r:gives { + 255 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {255 math:notEqualTo 0}] + skolem:lemma2495 + [ a r:Fact; r:gives {((0 2 5 5) "=<") list:sort (0 2 5 5)}] + [ a r:Fact; r:gives {((0 2 5 5) ">=") list:sort (5 5 2 0)}] + skolem:lemma2496 + skolem:lemma2497 + [ a r:Fact; r:gives {(5520 255) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1256 a r:Inference; + r:gives { + 256 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {256 math:notEqualTo 0}] + skolem:lemma2498 + [ a r:Fact; r:gives {((0 2 5 6) "=<") list:sort (0 2 5 6)}] + [ a r:Fact; r:gives {((0 2 5 6) ">=") list:sort (6 5 2 0)}] + skolem:lemma2499 + skolem:lemma2500 + [ a r:Fact; r:gives {(6520 256) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1257 a r:Inference; + r:gives { + 257 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {257 math:notEqualTo 0}] + skolem:lemma2501 + [ a r:Fact; r:gives {((0 2 5 7) "=<") list:sort (0 2 5 7)}] + [ a r:Fact; r:gives {((0 2 5 7) ">=") list:sort (7 5 2 0)}] + skolem:lemma2502 + skolem:lemma2503 + [ a r:Fact; r:gives {(7520 257) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1258 a r:Inference; + r:gives { + 258 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {258 math:notEqualTo 0}] + skolem:lemma2504 + [ a r:Fact; r:gives {((0 2 5 8) "=<") list:sort (0 2 5 8)}] + [ a r:Fact; r:gives {((0 2 5 8) ">=") list:sort (8 5 2 0)}] + skolem:lemma2505 + skolem:lemma2506 + [ a r:Fact; r:gives {(8520 258) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1259 a r:Inference; + r:gives { + 259 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {259 math:notEqualTo 0}] + skolem:lemma2507 + [ a r:Fact; r:gives {((0 2 5 9) "=<") list:sort (0 2 5 9)}] + [ a r:Fact; r:gives {((0 2 5 9) ">=") list:sort (9 5 2 0)}] + skolem:lemma2508 + skolem:lemma2509 + [ a r:Fact; r:gives {(9520 259) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1260 a r:Inference; + r:gives { + 260 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {260 math:notEqualTo 0}] + skolem:lemma2510 + [ a r:Fact; r:gives {((0 2 6 0) "=<") list:sort (0 0 2 6)}] + [ a r:Fact; r:gives {((0 2 6 0) ">=") list:sort (6 2 0 0)}] + skolem:lemma2071 + skolem:lemma2072 + [ a r:Fact; r:gives {(6200 26) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 260]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1261 a r:Inference; + r:gives { + 261 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {261 math:notEqualTo 0}] + skolem:lemma2511 + [ a r:Fact; r:gives {((0 2 6 1) "=<") list:sort (0 1 2 6)}] + [ a r:Fact; r:gives {((0 2 6 1) ">=") list:sort (6 2 1 0)}] + skolem:lemma2261 + skolem:lemma2262 + [ a r:Fact; r:gives {(6210 126) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1262 a r:Inference; + r:gives { + 262 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {262 math:notEqualTo 0}] + skolem:lemma2512 + [ a r:Fact; r:gives {((0 2 6 2) "=<") list:sort (0 2 2 6)}] + [ a r:Fact; r:gives {((0 2 6 2) ">=") list:sort (6 2 2 0)}] + skolem:lemma2433 + skolem:lemma2434 + [ a r:Fact; r:gives {(6220 226) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1263 a r:Inference; + r:gives { + 263 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {263 math:notEqualTo 0}] + skolem:lemma2513 + [ a r:Fact; r:gives {((0 2 6 3) "=<") list:sort (0 2 3 6)}] + [ a r:Fact; r:gives {((0 2 6 3) ">=") list:sort (6 3 2 0)}] + skolem:lemma2457 + skolem:lemma2458 + [ a r:Fact; r:gives {(6320 236) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1264 a r:Inference; + r:gives { + 264 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {264 math:notEqualTo 0}] + skolem:lemma2514 + [ a r:Fact; r:gives {((0 2 6 4) "=<") list:sort (0 2 4 6)}] + [ a r:Fact; r:gives {((0 2 6 4) ">=") list:sort (6 4 2 0)}] + skolem:lemma2479 + skolem:lemma2480 + [ a r:Fact; r:gives {(6420 246) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1265 a r:Inference; + r:gives { + 265 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {265 math:notEqualTo 0}] + skolem:lemma2515 + [ a r:Fact; r:gives {((0 2 6 5) "=<") list:sort (0 2 5 6)}] + [ a r:Fact; r:gives {((0 2 6 5) ">=") list:sort (6 5 2 0)}] + skolem:lemma2499 + skolem:lemma2500 + [ a r:Fact; r:gives {(6520 256) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1266 a r:Inference; + r:gives { + 266 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {266 math:notEqualTo 0}] + skolem:lemma2516 + [ a r:Fact; r:gives {((0 2 6 6) "=<") list:sort (0 2 6 6)}] + [ a r:Fact; r:gives {((0 2 6 6) ">=") list:sort (6 6 2 0)}] + skolem:lemma2517 + skolem:lemma2518 + [ a r:Fact; r:gives {(6620 266) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1267 a r:Inference; + r:gives { + 267 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {267 math:notEqualTo 0}] + skolem:lemma2519 + [ a r:Fact; r:gives {((0 2 6 7) "=<") list:sort (0 2 6 7)}] + [ a r:Fact; r:gives {((0 2 6 7) ">=") list:sort (7 6 2 0)}] + skolem:lemma2520 + skolem:lemma2521 + [ a r:Fact; r:gives {(7620 267) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1268 a r:Inference; + r:gives { + 268 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {268 math:notEqualTo 0}] + skolem:lemma2522 + [ a r:Fact; r:gives {((0 2 6 8) "=<") list:sort (0 2 6 8)}] + [ a r:Fact; r:gives {((0 2 6 8) ">=") list:sort (8 6 2 0)}] + skolem:lemma2523 + skolem:lemma2524 + [ a r:Fact; r:gives {(8620 268) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1269 a r:Inference; + r:gives { + 269 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {269 math:notEqualTo 0}] + skolem:lemma2525 + [ a r:Fact; r:gives {((0 2 6 9) "=<") list:sort (0 2 6 9)}] + [ a r:Fact; r:gives {((0 2 6 9) ">=") list:sort (9 6 2 0)}] + skolem:lemma2526 + skolem:lemma2527 + [ a r:Fact; r:gives {(9620 269) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1270 a r:Inference; + r:gives { + 270 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {270 math:notEqualTo 0}] + skolem:lemma2528 + [ a r:Fact; r:gives {((0 2 7 0) "=<") list:sort (0 0 2 7)}] + [ a r:Fact; r:gives {((0 2 7 0) ">=") list:sort (7 2 0 0)}] + skolem:lemma2074 + skolem:lemma2075 + [ a r:Fact; r:gives {(7200 27) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 270]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1271 a r:Inference; + r:gives { + 271 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {271 math:notEqualTo 0}] + skolem:lemma2529 + [ a r:Fact; r:gives {((0 2 7 1) "=<") list:sort (0 1 2 7)}] + [ a r:Fact; r:gives {((0 2 7 1) ">=") list:sort (7 2 1 0)}] + skolem:lemma2264 + skolem:lemma2265 + [ a r:Fact; r:gives {(7210 127) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 271]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1272 a r:Inference; + r:gives { + 272 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {272 math:notEqualTo 0}] + skolem:lemma2530 + [ a r:Fact; r:gives {((0 2 7 2) "=<") list:sort (0 2 2 7)}] + [ a r:Fact; r:gives {((0 2 7 2) ">=") list:sort (7 2 2 0)}] + skolem:lemma2436 + skolem:lemma2437 + [ a r:Fact; r:gives {(7220 227) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 272]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1273 a r:Inference; + r:gives { + 273 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {273 math:notEqualTo 0}] + skolem:lemma2531 + [ a r:Fact; r:gives {((0 2 7 3) "=<") list:sort (0 2 3 7)}] + [ a r:Fact; r:gives {((0 2 7 3) ">=") list:sort (7 3 2 0)}] + skolem:lemma2460 + skolem:lemma2461 + [ a r:Fact; r:gives {(7320 237) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 273]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1274 a r:Inference; + r:gives { + 274 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {274 math:notEqualTo 0}] + skolem:lemma2532 + [ a r:Fact; r:gives {((0 2 7 4) "=<") list:sort (0 2 4 7)}] + [ a r:Fact; r:gives {((0 2 7 4) ">=") list:sort (7 4 2 0)}] + skolem:lemma2482 + skolem:lemma2483 + [ a r:Fact; r:gives {(7420 247) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 274]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1275 a r:Inference; + r:gives { + 275 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {275 math:notEqualTo 0}] + skolem:lemma2533 + [ a r:Fact; r:gives {((0 2 7 5) "=<") list:sort (0 2 5 7)}] + [ a r:Fact; r:gives {((0 2 7 5) ">=") list:sort (7 5 2 0)}] + skolem:lemma2502 + skolem:lemma2503 + [ a r:Fact; r:gives {(7520 257) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 275]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1276 a r:Inference; + r:gives { + 276 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {276 math:notEqualTo 0}] + skolem:lemma2534 + [ a r:Fact; r:gives {((0 2 7 6) "=<") list:sort (0 2 6 7)}] + [ a r:Fact; r:gives {((0 2 7 6) ">=") list:sort (7 6 2 0)}] + skolem:lemma2520 + skolem:lemma2521 + [ a r:Fact; r:gives {(7620 267) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 276]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1277 a r:Inference; + r:gives { + 277 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {277 math:notEqualTo 0}] + skolem:lemma2535 + [ a r:Fact; r:gives {((0 2 7 7) "=<") list:sort (0 2 7 7)}] + [ a r:Fact; r:gives {((0 2 7 7) ">=") list:sort (7 7 2 0)}] + skolem:lemma2536 + skolem:lemma2537 + [ a r:Fact; r:gives {(7720 277) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1278 a r:Inference; + r:gives { + 278 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {278 math:notEqualTo 0}] + skolem:lemma2538 + [ a r:Fact; r:gives {((0 2 7 8) "=<") list:sort (0 2 7 8)}] + [ a r:Fact; r:gives {((0 2 7 8) ">=") list:sort (8 7 2 0)}] + skolem:lemma2539 + skolem:lemma2540 + [ a r:Fact; r:gives {(8720 278) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1279 a r:Inference; + r:gives { + 279 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {279 math:notEqualTo 0}] + skolem:lemma2541 + [ a r:Fact; r:gives {((0 2 7 9) "=<") list:sort (0 2 7 9)}] + [ a r:Fact; r:gives {((0 2 7 9) ">=") list:sort (9 7 2 0)}] + skolem:lemma2542 + skolem:lemma2543 + [ a r:Fact; r:gives {(9720 279) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1280 a r:Inference; + r:gives { + 280 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {280 math:notEqualTo 0}] + skolem:lemma2544 + [ a r:Fact; r:gives {((0 2 8 0) "=<") list:sort (0 0 2 8)}] + [ a r:Fact; r:gives {((0 2 8 0) ">=") list:sort (8 2 0 0)}] + skolem:lemma2077 + skolem:lemma2078 + [ a r:Fact; r:gives {(8200 28) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 280]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1281 a r:Inference; + r:gives { + 281 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {281 math:notEqualTo 0}] + skolem:lemma2545 + [ a r:Fact; r:gives {((0 2 8 1) "=<") list:sort (0 1 2 8)}] + [ a r:Fact; r:gives {((0 2 8 1) ">=") list:sort (8 2 1 0)}] + skolem:lemma2267 + skolem:lemma2268 + [ a r:Fact; r:gives {(8210 128) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 281]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1282 a r:Inference; + r:gives { + 282 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {282 math:notEqualTo 0}] + skolem:lemma2546 + [ a r:Fact; r:gives {((0 2 8 2) "=<") list:sort (0 2 2 8)}] + [ a r:Fact; r:gives {((0 2 8 2) ">=") list:sort (8 2 2 0)}] + skolem:lemma2439 + skolem:lemma2440 + [ a r:Fact; r:gives {(8220 228) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 282]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1283 a r:Inference; + r:gives { + 283 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {283 math:notEqualTo 0}] + skolem:lemma2547 + [ a r:Fact; r:gives {((0 2 8 3) "=<") list:sort (0 2 3 8)}] + [ a r:Fact; r:gives {((0 2 8 3) ">=") list:sort (8 3 2 0)}] + skolem:lemma2463 + skolem:lemma2464 + [ a r:Fact; r:gives {(8320 238) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 283]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1284 a r:Inference; + r:gives { + 284 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {284 math:notEqualTo 0}] + skolem:lemma2548 + [ a r:Fact; r:gives {((0 2 8 4) "=<") list:sort (0 2 4 8)}] + [ a r:Fact; r:gives {((0 2 8 4) ">=") list:sort (8 4 2 0)}] + skolem:lemma2485 + skolem:lemma2486 + [ a r:Fact; r:gives {(8420 248) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 284]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1285 a r:Inference; + r:gives { + 285 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {285 math:notEqualTo 0}] + skolem:lemma2549 + [ a r:Fact; r:gives {((0 2 8 5) "=<") list:sort (0 2 5 8)}] + [ a r:Fact; r:gives {((0 2 8 5) ">=") list:sort (8 5 2 0)}] + skolem:lemma2505 + skolem:lemma2506 + [ a r:Fact; r:gives {(8520 258) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 285]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1286 a r:Inference; + r:gives { + 286 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {286 math:notEqualTo 0}] + skolem:lemma2550 + [ a r:Fact; r:gives {((0 2 8 6) "=<") list:sort (0 2 6 8)}] + [ a r:Fact; r:gives {((0 2 8 6) ">=") list:sort (8 6 2 0)}] + skolem:lemma2523 + skolem:lemma2524 + [ a r:Fact; r:gives {(8620 268) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 286]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1287 a r:Inference; + r:gives { + 287 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {287 math:notEqualTo 0}] + skolem:lemma2551 + [ a r:Fact; r:gives {((0 2 8 7) "=<") list:sort (0 2 7 8)}] + [ a r:Fact; r:gives {((0 2 8 7) ">=") list:sort (8 7 2 0)}] + skolem:lemma2539 + skolem:lemma2540 + [ a r:Fact; r:gives {(8720 278) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 287]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1288 a r:Inference; + r:gives { + 288 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {288 math:notEqualTo 0}] + skolem:lemma2552 + [ a r:Fact; r:gives {((0 2 8 8) "=<") list:sort (0 2 8 8)}] + [ a r:Fact; r:gives {((0 2 8 8) ">=") list:sort (8 8 2 0)}] + skolem:lemma2553 + skolem:lemma2554 + [ a r:Fact; r:gives {(8820 288) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1289 a r:Inference; + r:gives { + 289 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {289 math:notEqualTo 0}] + skolem:lemma2555 + [ a r:Fact; r:gives {((0 2 8 9) "=<") list:sort (0 2 8 9)}] + [ a r:Fact; r:gives {((0 2 8 9) ">=") list:sort (9 8 2 0)}] + skolem:lemma2556 + skolem:lemma2557 + [ a r:Fact; r:gives {(9820 289) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1290 a r:Inference; + r:gives { + 290 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {290 math:notEqualTo 0}] + skolem:lemma2558 + [ a r:Fact; r:gives {((0 2 9 0) "=<") list:sort (0 0 2 9)}] + [ a r:Fact; r:gives {((0 2 9 0) ">=") list:sort (9 2 0 0)}] + skolem:lemma2080 + skolem:lemma2081 + [ a r:Fact; r:gives {(9200 29) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 290]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1291 a r:Inference; + r:gives { + 291 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {291 math:notEqualTo 0}] + skolem:lemma2559 + [ a r:Fact; r:gives {((0 2 9 1) "=<") list:sort (0 1 2 9)}] + [ a r:Fact; r:gives {((0 2 9 1) ">=") list:sort (9 2 1 0)}] + skolem:lemma2270 + skolem:lemma2271 + [ a r:Fact; r:gives {(9210 129) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 291]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1292 a r:Inference; + r:gives { + 292 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {292 math:notEqualTo 0}] + skolem:lemma2560 + [ a r:Fact; r:gives {((0 2 9 2) "=<") list:sort (0 2 2 9)}] + [ a r:Fact; r:gives {((0 2 9 2) ">=") list:sort (9 2 2 0)}] + skolem:lemma2442 + skolem:lemma2443 + [ a r:Fact; r:gives {(9220 229) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 292]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1293 a r:Inference; + r:gives { + 293 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {293 math:notEqualTo 0}] + skolem:lemma2561 + [ a r:Fact; r:gives {((0 2 9 3) "=<") list:sort (0 2 3 9)}] + [ a r:Fact; r:gives {((0 2 9 3) ">=") list:sort (9 3 2 0)}] + skolem:lemma2466 + skolem:lemma2467 + [ a r:Fact; r:gives {(9320 239) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 293]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1294 a r:Inference; + r:gives { + 294 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {294 math:notEqualTo 0}] + skolem:lemma2562 + [ a r:Fact; r:gives {((0 2 9 4) "=<") list:sort (0 2 4 9)}] + [ a r:Fact; r:gives {((0 2 9 4) ">=") list:sort (9 4 2 0)}] + skolem:lemma2488 + skolem:lemma2489 + [ a r:Fact; r:gives {(9420 249) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 294]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1295 a r:Inference; + r:gives { + 295 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {295 math:notEqualTo 0}] + skolem:lemma2563 + [ a r:Fact; r:gives {((0 2 9 5) "=<") list:sort (0 2 5 9)}] + [ a r:Fact; r:gives {((0 2 9 5) ">=") list:sort (9 5 2 0)}] + skolem:lemma2508 + skolem:lemma2509 + [ a r:Fact; r:gives {(9520 259) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 295]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1296 a r:Inference; + r:gives { + 296 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {296 math:notEqualTo 0}] + skolem:lemma2564 + [ a r:Fact; r:gives {((0 2 9 6) "=<") list:sort (0 2 6 9)}] + [ a r:Fact; r:gives {((0 2 9 6) ">=") list:sort (9 6 2 0)}] + skolem:lemma2526 + skolem:lemma2527 + [ a r:Fact; r:gives {(9620 269) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 296]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1297 a r:Inference; + r:gives { + 297 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {297 math:notEqualTo 0}] + skolem:lemma2565 + [ a r:Fact; r:gives {((0 2 9 7) "=<") list:sort (0 2 7 9)}] + [ a r:Fact; r:gives {((0 2 9 7) ">=") list:sort (9 7 2 0)}] + skolem:lemma2542 + skolem:lemma2543 + [ a r:Fact; r:gives {(9720 279) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 297]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1298 a r:Inference; + r:gives { + 298 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {298 math:notEqualTo 0}] + skolem:lemma2566 + [ a r:Fact; r:gives {((0 2 9 8) "=<") list:sort (0 2 8 9)}] + [ a r:Fact; r:gives {((0 2 9 8) ">=") list:sort (9 8 2 0)}] + skolem:lemma2556 + skolem:lemma2557 + [ a r:Fact; r:gives {(9820 289) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 298]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1299 a r:Inference; + r:gives { + 299 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {299 math:notEqualTo 0}] + skolem:lemma2567 + [ a r:Fact; r:gives {((0 2 9 9) "=<") list:sort (0 2 9 9)}] + [ a r:Fact; r:gives {((0 2 9 9) ">=") list:sort (9 9 2 0)}] + skolem:lemma2568 + skolem:lemma2569 + [ a r:Fact; r:gives {(9920 299) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 2 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1300 a r:Inference; + r:gives { + 300 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {300 math:notEqualTo 0}] + skolem:lemma2570 + [ a r:Fact; r:gives {((0 3 0 0) "=<") list:sort (0 0 0 3)}] + [ a r:Fact; r:gives {((0 3 0 0) ">=") list:sort (3 0 0 0)}] + skolem:lemma2008 + skolem:lemma2009 + [ a r:Fact; r:gives {(3000 3) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1301 a r:Inference; + r:gives { + 301 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {301 math:notEqualTo 0}] + skolem:lemma2571 + [ a r:Fact; r:gives {((0 3 0 1) "=<") list:sort (0 0 1 3)}] + [ a r:Fact; r:gives {((0 3 0 1) ">=") list:sort (3 1 0 0)}] + skolem:lemma2036 + skolem:lemma2037 + [ a r:Fact; r:gives {(3100 13) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 301]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1302 a r:Inference; + r:gives { + 302 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {302 math:notEqualTo 0}] + skolem:lemma2572 + [ a r:Fact; r:gives {((0 3 0 2) "=<") list:sort (0 0 2 3)}] + [ a r:Fact; r:gives {((0 3 0 2) ">=") list:sort (3 2 0 0)}] + skolem:lemma2062 + skolem:lemma2063 + [ a r:Fact; r:gives {(3200 23) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 302]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1303 a r:Inference; + r:gives { + 303 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {303 math:notEqualTo 0}] + skolem:lemma2573 + [ a r:Fact; r:gives {((0 3 0 3) "=<") list:sort (0 0 3 3)}] + [ a r:Fact; r:gives {((0 3 0 3) ">=") list:sort (3 3 0 0)}] + skolem:lemma2086 + skolem:lemma2087 + [ a r:Fact; r:gives {(3300 33) math:difference 3267}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3267 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 3267 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 303]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1304 a r:Inference; + r:gives { + 304 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {304 math:notEqualTo 0}] + skolem:lemma2574 + [ a r:Fact; r:gives {((0 3 0 4) "=<") list:sort (0 0 3 4)}] + [ a r:Fact; r:gives {((0 3 0 4) ">=") list:sort (4 3 0 0)}] + skolem:lemma2089 + skolem:lemma2090 + [ a r:Fact; r:gives {(4300 34) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 304]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1305 a r:Inference; + r:gives { + 305 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {305 math:notEqualTo 0}] + skolem:lemma2575 + [ a r:Fact; r:gives {((0 3 0 5) "=<") list:sort (0 0 3 5)}] + [ a r:Fact; r:gives {((0 3 0 5) ">=") list:sort (5 3 0 0)}] + skolem:lemma2092 + skolem:lemma2093 + [ a r:Fact; r:gives {(5300 35) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 305]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1306 a r:Inference; + r:gives { + 306 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {306 math:notEqualTo 0}] + skolem:lemma2576 + [ a r:Fact; r:gives {((0 3 0 6) "=<") list:sort (0 0 3 6)}] + [ a r:Fact; r:gives {((0 3 0 6) ">=") list:sort (6 3 0 0)}] + skolem:lemma2095 + skolem:lemma2096 + [ a r:Fact; r:gives {(6300 36) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 306]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1307 a r:Inference; + r:gives { + 307 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {307 math:notEqualTo 0}] + skolem:lemma2577 + [ a r:Fact; r:gives {((0 3 0 7) "=<") list:sort (0 0 3 7)}] + [ a r:Fact; r:gives {((0 3 0 7) ">=") list:sort (7 3 0 0)}] + skolem:lemma2098 + skolem:lemma2099 + [ a r:Fact; r:gives {(7300 37) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 307]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1308 a r:Inference; + r:gives { + 308 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {308 math:notEqualTo 0}] + skolem:lemma2578 + [ a r:Fact; r:gives {((0 3 0 8) "=<") list:sort (0 0 3 8)}] + [ a r:Fact; r:gives {((0 3 0 8) ">=") list:sort (8 3 0 0)}] + skolem:lemma2101 + skolem:lemma2102 + [ a r:Fact; r:gives {(8300 38) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 308]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1309 a r:Inference; + r:gives { + 309 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {309 math:notEqualTo 0}] + skolem:lemma2579 + [ a r:Fact; r:gives {((0 3 0 9) "=<") list:sort (0 0 3 9)}] + [ a r:Fact; r:gives {((0 3 0 9) ">=") list:sort (9 3 0 0)}] + skolem:lemma2104 + skolem:lemma2105 + [ a r:Fact; r:gives {(9300 39) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 309]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1310 a r:Inference; + r:gives { + 310 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {310 math:notEqualTo 0}] + skolem:lemma2580 + [ a r:Fact; r:gives {((0 3 1 0) "=<") list:sort (0 0 1 3)}] + [ a r:Fact; r:gives {((0 3 1 0) ">=") list:sort (3 1 0 0)}] + skolem:lemma2036 + skolem:lemma2037 + [ a r:Fact; r:gives {(3100 13) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1311 a r:Inference; + r:gives { + 311 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {311 math:notEqualTo 0}] + skolem:lemma2581 + [ a r:Fact; r:gives {((0 3 1 1) "=<") list:sort (0 1 1 3)}] + [ a r:Fact; r:gives {((0 3 1 1) ">=") list:sort (3 1 1 0)}] + skolem:lemma2226 + skolem:lemma2227 + [ a r:Fact; r:gives {(3110 113) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 311]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1312 a r:Inference; + r:gives { + 312 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {312 math:notEqualTo 0}] + skolem:lemma2582 + [ a r:Fact; r:gives {((0 3 1 2) "=<") list:sort (0 1 2 3)}] + [ a r:Fact; r:gives {((0 3 1 2) ">=") list:sort (3 2 1 0)}] + skolem:lemma2252 + skolem:lemma2253 + [ a r:Fact; r:gives {(3210 123) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 312]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1313 a r:Inference; + r:gives { + 313 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {313 math:notEqualTo 0}] + skolem:lemma2583 + [ a r:Fact; r:gives {((0 3 1 3) "=<") list:sort (0 1 3 3)}] + [ a r:Fact; r:gives {((0 3 1 3) ">=") list:sort (3 3 1 0)}] + skolem:lemma2276 + skolem:lemma2277 + [ a r:Fact; r:gives {(3310 133) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 313]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1314 a r:Inference; + r:gives { + 314 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {314 math:notEqualTo 0}] + skolem:lemma2584 + [ a r:Fact; r:gives {((0 3 1 4) "=<") list:sort (0 1 3 4)}] + [ a r:Fact; r:gives {((0 3 1 4) ">=") list:sort (4 3 1 0)}] + skolem:lemma2279 + skolem:lemma2280 + [ a r:Fact; r:gives {(4310 134) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 314]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1315 a r:Inference; + r:gives { + 315 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {315 math:notEqualTo 0}] + skolem:lemma2585 + [ a r:Fact; r:gives {((0 3 1 5) "=<") list:sort (0 1 3 5)}] + [ a r:Fact; r:gives {((0 3 1 5) ">=") list:sort (5 3 1 0)}] + skolem:lemma2282 + skolem:lemma2283 + [ a r:Fact; r:gives {(5310 135) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 315]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1316 a r:Inference; + r:gives { + 316 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {316 math:notEqualTo 0}] + skolem:lemma2586 + [ a r:Fact; r:gives {((0 3 1 6) "=<") list:sort (0 1 3 6)}] + [ a r:Fact; r:gives {((0 3 1 6) ">=") list:sort (6 3 1 0)}] + skolem:lemma2285 + skolem:lemma2286 + [ a r:Fact; r:gives {(6310 136) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 316]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1317 a r:Inference; + r:gives { + 317 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {317 math:notEqualTo 0}] + skolem:lemma2587 + [ a r:Fact; r:gives {((0 3 1 7) "=<") list:sort (0 1 3 7)}] + [ a r:Fact; r:gives {((0 3 1 7) ">=") list:sort (7 3 1 0)}] + skolem:lemma2288 + skolem:lemma2289 + [ a r:Fact; r:gives {(7310 137) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 317]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1318 a r:Inference; + r:gives { + 318 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {318 math:notEqualTo 0}] + skolem:lemma2588 + [ a r:Fact; r:gives {((0 3 1 8) "=<") list:sort (0 1 3 8)}] + [ a r:Fact; r:gives {((0 3 1 8) ">=") list:sort (8 3 1 0)}] + skolem:lemma2291 + skolem:lemma2292 + [ a r:Fact; r:gives {(8310 138) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 318]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1319 a r:Inference; + r:gives { + 319 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {319 math:notEqualTo 0}] + skolem:lemma2589 + [ a r:Fact; r:gives {((0 3 1 9) "=<") list:sort (0 1 3 9)}] + [ a r:Fact; r:gives {((0 3 1 9) ">=") list:sort (9 3 1 0)}] + skolem:lemma2294 + skolem:lemma2295 + [ a r:Fact; r:gives {(9310 139) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 319]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1320 a r:Inference; + r:gives { + 320 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {320 math:notEqualTo 0}] + skolem:lemma2590 + [ a r:Fact; r:gives {((0 3 2 0) "=<") list:sort (0 0 2 3)}] + [ a r:Fact; r:gives {((0 3 2 0) ">=") list:sort (3 2 0 0)}] + skolem:lemma2062 + skolem:lemma2063 + [ a r:Fact; r:gives {(3200 23) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1321 a r:Inference; + r:gives { + 321 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {321 math:notEqualTo 0}] + skolem:lemma2591 + [ a r:Fact; r:gives {((0 3 2 1) "=<") list:sort (0 1 2 3)}] + [ a r:Fact; r:gives {((0 3 2 1) ">=") list:sort (3 2 1 0)}] + skolem:lemma2252 + skolem:lemma2253 + [ a r:Fact; r:gives {(3210 123) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 321]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1322 a r:Inference; + r:gives { + 322 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {322 math:notEqualTo 0}] + skolem:lemma2592 + [ a r:Fact; r:gives {((0 3 2 2) "=<") list:sort (0 2 2 3)}] + [ a r:Fact; r:gives {((0 3 2 2) ">=") list:sort (3 2 2 0)}] + skolem:lemma2424 + skolem:lemma2425 + [ a r:Fact; r:gives {(3220 223) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 322]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1323 a r:Inference; + r:gives { + 323 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {323 math:notEqualTo 0}] + skolem:lemma2593 + [ a r:Fact; r:gives {((0 3 2 3) "=<") list:sort (0 2 3 3)}] + [ a r:Fact; r:gives {((0 3 2 3) ">=") list:sort (3 3 2 0)}] + skolem:lemma2448 + skolem:lemma2449 + [ a r:Fact; r:gives {(3320 233) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 323]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1324 a r:Inference; + r:gives { + 324 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {324 math:notEqualTo 0}] + skolem:lemma2594 + [ a r:Fact; r:gives {((0 3 2 4) "=<") list:sort (0 2 3 4)}] + [ a r:Fact; r:gives {((0 3 2 4) ">=") list:sort (4 3 2 0)}] + skolem:lemma2451 + skolem:lemma2452 + [ a r:Fact; r:gives {(4320 234) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 324]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1325 a r:Inference; + r:gives { + 325 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {325 math:notEqualTo 0}] + skolem:lemma2595 + [ a r:Fact; r:gives {((0 3 2 5) "=<") list:sort (0 2 3 5)}] + [ a r:Fact; r:gives {((0 3 2 5) ">=") list:sort (5 3 2 0)}] + skolem:lemma2454 + skolem:lemma2455 + [ a r:Fact; r:gives {(5320 235) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 325]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1326 a r:Inference; + r:gives { + 326 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {326 math:notEqualTo 0}] + skolem:lemma2596 + [ a r:Fact; r:gives {((0 3 2 6) "=<") list:sort (0 2 3 6)}] + [ a r:Fact; r:gives {((0 3 2 6) ">=") list:sort (6 3 2 0)}] + skolem:lemma2457 + skolem:lemma2458 + [ a r:Fact; r:gives {(6320 236) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 326]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1327 a r:Inference; + r:gives { + 327 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {327 math:notEqualTo 0}] + skolem:lemma2597 + [ a r:Fact; r:gives {((0 3 2 7) "=<") list:sort (0 2 3 7)}] + [ a r:Fact; r:gives {((0 3 2 7) ">=") list:sort (7 3 2 0)}] + skolem:lemma2460 + skolem:lemma2461 + [ a r:Fact; r:gives {(7320 237) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 327]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1328 a r:Inference; + r:gives { + 328 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {328 math:notEqualTo 0}] + skolem:lemma2598 + [ a r:Fact; r:gives {((0 3 2 8) "=<") list:sort (0 2 3 8)}] + [ a r:Fact; r:gives {((0 3 2 8) ">=") list:sort (8 3 2 0)}] + skolem:lemma2463 + skolem:lemma2464 + [ a r:Fact; r:gives {(8320 238) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 328]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1329 a r:Inference; + r:gives { + 329 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {329 math:notEqualTo 0}] + skolem:lemma2599 + [ a r:Fact; r:gives {((0 3 2 9) "=<") list:sort (0 2 3 9)}] + [ a r:Fact; r:gives {((0 3 2 9) ">=") list:sort (9 3 2 0)}] + skolem:lemma2466 + skolem:lemma2467 + [ a r:Fact; r:gives {(9320 239) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 329]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1330 a r:Inference; + r:gives { + 330 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {330 math:notEqualTo 0}] + skolem:lemma2600 + [ a r:Fact; r:gives {((0 3 3 0) "=<") list:sort (0 0 3 3)}] + [ a r:Fact; r:gives {((0 3 3 0) ">=") list:sort (3 3 0 0)}] + skolem:lemma2086 + skolem:lemma2087 + [ a r:Fact; r:gives {(3300 33) math:difference 3267}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3267 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 3267 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1331 a r:Inference; + r:gives { + 331 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {331 math:notEqualTo 0}] + skolem:lemma2601 + [ a r:Fact; r:gives {((0 3 3 1) "=<") list:sort (0 1 3 3)}] + [ a r:Fact; r:gives {((0 3 3 1) ">=") list:sort (3 3 1 0)}] + skolem:lemma2276 + skolem:lemma2277 + [ a r:Fact; r:gives {(3310 133) math:difference 3177}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3177 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 3177 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 331]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1332 a r:Inference; + r:gives { + 332 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {332 math:notEqualTo 0}] + skolem:lemma2602 + [ a r:Fact; r:gives {((0 3 3 2) "=<") list:sort (0 2 3 3)}] + [ a r:Fact; r:gives {((0 3 3 2) ">=") list:sort (3 3 2 0)}] + skolem:lemma2448 + skolem:lemma2449 + [ a r:Fact; r:gives {(3320 233) math:difference 3087}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3087 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 3087 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 332]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1333 a r:Inference; + r:gives { + 333 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {333 math:notEqualTo 0}] + skolem:lemma2603 + [ a r:Fact; r:gives {((0 3 3 3) "=<") list:sort (0 3 3 3)}] + [ a r:Fact; r:gives {((0 3 3 3) ">=") list:sort (3 3 3 0)}] + skolem:lemma2604 + skolem:lemma2605 + [ a r:Fact; r:gives {(3330 333) math:difference 2997}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 2997 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 2997 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 333]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 333]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1334 a r:Inference; + r:gives { + 334 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {334 math:notEqualTo 0}] + skolem:lemma2606 + [ a r:Fact; r:gives {((0 3 3 4) "=<") list:sort (0 3 3 4)}] + [ a r:Fact; r:gives {((0 3 3 4) ">=") list:sort (4 3 3 0)}] + skolem:lemma2607 + skolem:lemma2608 + [ a r:Fact; r:gives {(4330 334) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1335 a r:Inference; + r:gives { + 335 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {335 math:notEqualTo 0}] + skolem:lemma2609 + [ a r:Fact; r:gives {((0 3 3 5) "=<") list:sort (0 3 3 5)}] + [ a r:Fact; r:gives {((0 3 3 5) ">=") list:sort (5 3 3 0)}] + skolem:lemma2610 + skolem:lemma2611 + [ a r:Fact; r:gives {(5330 335) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1336 a r:Inference; + r:gives { + 336 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {336 math:notEqualTo 0}] + skolem:lemma2612 + [ a r:Fact; r:gives {((0 3 3 6) "=<") list:sort (0 3 3 6)}] + [ a r:Fact; r:gives {((0 3 3 6) ">=") list:sort (6 3 3 0)}] + skolem:lemma2613 + skolem:lemma2614 + [ a r:Fact; r:gives {(6330 336) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1337 a r:Inference; + r:gives { + 337 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {337 math:notEqualTo 0}] + skolem:lemma2615 + [ a r:Fact; r:gives {((0 3 3 7) "=<") list:sort (0 3 3 7)}] + [ a r:Fact; r:gives {((0 3 3 7) ">=") list:sort (7 3 3 0)}] + skolem:lemma2616 + skolem:lemma2617 + [ a r:Fact; r:gives {(7330 337) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1338 a r:Inference; + r:gives { + 338 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {338 math:notEqualTo 0}] + skolem:lemma2618 + [ a r:Fact; r:gives {((0 3 3 8) "=<") list:sort (0 3 3 8)}] + [ a r:Fact; r:gives {((0 3 3 8) ">=") list:sort (8 3 3 0)}] + skolem:lemma2619 + skolem:lemma2620 + [ a r:Fact; r:gives {(8330 338) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1339 a r:Inference; + r:gives { + 339 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {339 math:notEqualTo 0}] + skolem:lemma2621 + [ a r:Fact; r:gives {((0 3 3 9) "=<") list:sort (0 3 3 9)}] + [ a r:Fact; r:gives {((0 3 3 9) ">=") list:sort (9 3 3 0)}] + skolem:lemma2622 + skolem:lemma2623 + [ a r:Fact; r:gives {(9330 339) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1340 a r:Inference; + r:gives { + 340 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {340 math:notEqualTo 0}] + skolem:lemma2624 + [ a r:Fact; r:gives {((0 3 4 0) "=<") list:sort (0 0 3 4)}] + [ a r:Fact; r:gives {((0 3 4 0) ">=") list:sort (4 3 0 0)}] + skolem:lemma2089 + skolem:lemma2090 + [ a r:Fact; r:gives {(4300 34) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 340]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1341 a r:Inference; + r:gives { + 341 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {341 math:notEqualTo 0}] + skolem:lemma2625 + [ a r:Fact; r:gives {((0 3 4 1) "=<") list:sort (0 1 3 4)}] + [ a r:Fact; r:gives {((0 3 4 1) ">=") list:sort (4 3 1 0)}] + skolem:lemma2279 + skolem:lemma2280 + [ a r:Fact; r:gives {(4310 134) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 341]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1342 a r:Inference; + r:gives { + 342 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {342 math:notEqualTo 0}] + skolem:lemma2626 + [ a r:Fact; r:gives {((0 3 4 2) "=<") list:sort (0 2 3 4)}] + [ a r:Fact; r:gives {((0 3 4 2) ">=") list:sort (4 3 2 0)}] + skolem:lemma2451 + skolem:lemma2452 + [ a r:Fact; r:gives {(4320 234) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 342]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1343 a r:Inference; + r:gives { + 343 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {343 math:notEqualTo 0}] + skolem:lemma2627 + [ a r:Fact; r:gives {((0 3 4 3) "=<") list:sort (0 3 3 4)}] + [ a r:Fact; r:gives {((0 3 4 3) ">=") list:sort (4 3 3 0)}] + skolem:lemma2607 + skolem:lemma2608 + [ a r:Fact; r:gives {(4330 334) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 343]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1344 a r:Inference; + r:gives { + 344 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {344 math:notEqualTo 0}] + skolem:lemma2628 + [ a r:Fact; r:gives {((0 3 4 4) "=<") list:sort (0 3 4 4)}] + [ a r:Fact; r:gives {((0 3 4 4) ">=") list:sort (4 4 3 0)}] + skolem:lemma2629 + skolem:lemma2630 + [ a r:Fact; r:gives {(4430 344) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1345 a r:Inference; + r:gives { + 345 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {345 math:notEqualTo 0}] + skolem:lemma2631 + [ a r:Fact; r:gives {((0 3 4 5) "=<") list:sort (0 3 4 5)}] + [ a r:Fact; r:gives {((0 3 4 5) ">=") list:sort (5 4 3 0)}] + skolem:lemma2632 + skolem:lemma2633 + [ a r:Fact; r:gives {(5430 345) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1346 a r:Inference; + r:gives { + 346 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {346 math:notEqualTo 0}] + skolem:lemma2634 + [ a r:Fact; r:gives {((0 3 4 6) "=<") list:sort (0 3 4 6)}] + [ a r:Fact; r:gives {((0 3 4 6) ">=") list:sort (6 4 3 0)}] + skolem:lemma2635 + skolem:lemma2636 + [ a r:Fact; r:gives {(6430 346) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1347 a r:Inference; + r:gives { + 347 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {347 math:notEqualTo 0}] + skolem:lemma2637 + [ a r:Fact; r:gives {((0 3 4 7) "=<") list:sort (0 3 4 7)}] + [ a r:Fact; r:gives {((0 3 4 7) ">=") list:sort (7 4 3 0)}] + skolem:lemma2638 + skolem:lemma2639 + [ a r:Fact; r:gives {(7430 347) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1348 a r:Inference; + r:gives { + 348 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {348 math:notEqualTo 0}] + skolem:lemma2640 + [ a r:Fact; r:gives {((0 3 4 8) "=<") list:sort (0 3 4 8)}] + [ a r:Fact; r:gives {((0 3 4 8) ">=") list:sort (8 4 3 0)}] + skolem:lemma2641 + skolem:lemma2642 + [ a r:Fact; r:gives {(8430 348) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1349 a r:Inference; + r:gives { + 349 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {349 math:notEqualTo 0}] + skolem:lemma2643 + [ a r:Fact; r:gives {((0 3 4 9) "=<") list:sort (0 3 4 9)}] + [ a r:Fact; r:gives {((0 3 4 9) ">=") list:sort (9 4 3 0)}] + skolem:lemma2644 + skolem:lemma2645 + [ a r:Fact; r:gives {(9430 349) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1350 a r:Inference; + r:gives { + 350 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {350 math:notEqualTo 0}] + skolem:lemma2646 + [ a r:Fact; r:gives {((0 3 5 0) "=<") list:sort (0 0 3 5)}] + [ a r:Fact; r:gives {((0 3 5 0) ">=") list:sort (5 3 0 0)}] + skolem:lemma2092 + skolem:lemma2093 + [ a r:Fact; r:gives {(5300 35) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 350]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1351 a r:Inference; + r:gives { + 351 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {351 math:notEqualTo 0}] + skolem:lemma2647 + [ a r:Fact; r:gives {((0 3 5 1) "=<") list:sort (0 1 3 5)}] + [ a r:Fact; r:gives {((0 3 5 1) ">=") list:sort (5 3 1 0)}] + skolem:lemma2282 + skolem:lemma2283 + [ a r:Fact; r:gives {(5310 135) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1352 a r:Inference; + r:gives { + 352 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {352 math:notEqualTo 0}] + skolem:lemma2648 + [ a r:Fact; r:gives {((0 3 5 2) "=<") list:sort (0 2 3 5)}] + [ a r:Fact; r:gives {((0 3 5 2) ">=") list:sort (5 3 2 0)}] + skolem:lemma2454 + skolem:lemma2455 + [ a r:Fact; r:gives {(5320 235) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1353 a r:Inference; + r:gives { + 353 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {353 math:notEqualTo 0}] + skolem:lemma2649 + [ a r:Fact; r:gives {((0 3 5 3) "=<") list:sort (0 3 3 5)}] + [ a r:Fact; r:gives {((0 3 5 3) ">=") list:sort (5 3 3 0)}] + skolem:lemma2610 + skolem:lemma2611 + [ a r:Fact; r:gives {(5330 335) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1354 a r:Inference; + r:gives { + 354 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {354 math:notEqualTo 0}] + skolem:lemma2650 + [ a r:Fact; r:gives {((0 3 5 4) "=<") list:sort (0 3 4 5)}] + [ a r:Fact; r:gives {((0 3 5 4) ">=") list:sort (5 4 3 0)}] + skolem:lemma2632 + skolem:lemma2633 + [ a r:Fact; r:gives {(5430 345) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1355 a r:Inference; + r:gives { + 355 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {355 math:notEqualTo 0}] + skolem:lemma2651 + [ a r:Fact; r:gives {((0 3 5 5) "=<") list:sort (0 3 5 5)}] + [ a r:Fact; r:gives {((0 3 5 5) ">=") list:sort (5 5 3 0)}] + skolem:lemma2652 + skolem:lemma2653 + [ a r:Fact; r:gives {(5530 355) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1356 a r:Inference; + r:gives { + 356 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {356 math:notEqualTo 0}] + skolem:lemma2654 + [ a r:Fact; r:gives {((0 3 5 6) "=<") list:sort (0 3 5 6)}] + [ a r:Fact; r:gives {((0 3 5 6) ">=") list:sort (6 5 3 0)}] + skolem:lemma2655 + skolem:lemma2656 + [ a r:Fact; r:gives {(6530 356) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1357 a r:Inference; + r:gives { + 357 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {357 math:notEqualTo 0}] + skolem:lemma2657 + [ a r:Fact; r:gives {((0 3 5 7) "=<") list:sort (0 3 5 7)}] + [ a r:Fact; r:gives {((0 3 5 7) ">=") list:sort (7 5 3 0)}] + skolem:lemma2658 + skolem:lemma2659 + [ a r:Fact; r:gives {(7530 357) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1358 a r:Inference; + r:gives { + 358 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {358 math:notEqualTo 0}] + skolem:lemma2660 + [ a r:Fact; r:gives {((0 3 5 8) "=<") list:sort (0 3 5 8)}] + [ a r:Fact; r:gives {((0 3 5 8) ">=") list:sort (8 5 3 0)}] + skolem:lemma2661 + skolem:lemma2662 + [ a r:Fact; r:gives {(8530 358) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1359 a r:Inference; + r:gives { + 359 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {359 math:notEqualTo 0}] + skolem:lemma2663 + [ a r:Fact; r:gives {((0 3 5 9) "=<") list:sort (0 3 5 9)}] + [ a r:Fact; r:gives {((0 3 5 9) ">=") list:sort (9 5 3 0)}] + skolem:lemma2664 + skolem:lemma2665 + [ a r:Fact; r:gives {(9530 359) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1360 a r:Inference; + r:gives { + 360 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {360 math:notEqualTo 0}] + skolem:lemma2666 + [ a r:Fact; r:gives {((0 3 6 0) "=<") list:sort (0 0 3 6)}] + [ a r:Fact; r:gives {((0 3 6 0) ">=") list:sort (6 3 0 0)}] + skolem:lemma2095 + skolem:lemma2096 + [ a r:Fact; r:gives {(6300 36) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 360]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1361 a r:Inference; + r:gives { + 361 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {361 math:notEqualTo 0}] + skolem:lemma2667 + [ a r:Fact; r:gives {((0 3 6 1) "=<") list:sort (0 1 3 6)}] + [ a r:Fact; r:gives {((0 3 6 1) ">=") list:sort (6 3 1 0)}] + skolem:lemma2285 + skolem:lemma2286 + [ a r:Fact; r:gives {(6310 136) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 361]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1362 a r:Inference; + r:gives { + 362 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {362 math:notEqualTo 0}] + skolem:lemma2668 + [ a r:Fact; r:gives {((0 3 6 2) "=<") list:sort (0 2 3 6)}] + [ a r:Fact; r:gives {((0 3 6 2) ">=") list:sort (6 3 2 0)}] + skolem:lemma2457 + skolem:lemma2458 + [ a r:Fact; r:gives {(6320 236) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 362]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1363 a r:Inference; + r:gives { + 363 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {363 math:notEqualTo 0}] + skolem:lemma2669 + [ a r:Fact; r:gives {((0 3 6 3) "=<") list:sort (0 3 3 6)}] + [ a r:Fact; r:gives {((0 3 6 3) ">=") list:sort (6 3 3 0)}] + skolem:lemma2613 + skolem:lemma2614 + [ a r:Fact; r:gives {(6330 336) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 363]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1364 a r:Inference; + r:gives { + 364 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {364 math:notEqualTo 0}] + skolem:lemma2670 + [ a r:Fact; r:gives {((0 3 6 4) "=<") list:sort (0 3 4 6)}] + [ a r:Fact; r:gives {((0 3 6 4) ">=") list:sort (6 4 3 0)}] + skolem:lemma2635 + skolem:lemma2636 + [ a r:Fact; r:gives {(6430 346) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 364]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1365 a r:Inference; + r:gives { + 365 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {365 math:notEqualTo 0}] + skolem:lemma2671 + [ a r:Fact; r:gives {((0 3 6 5) "=<") list:sort (0 3 5 6)}] + [ a r:Fact; r:gives {((0 3 6 5) ">=") list:sort (6 5 3 0)}] + skolem:lemma2655 + skolem:lemma2656 + [ a r:Fact; r:gives {(6530 356) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 365]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1366 a r:Inference; + r:gives { + 366 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {366 math:notEqualTo 0}] + skolem:lemma2672 + [ a r:Fact; r:gives {((0 3 6 6) "=<") list:sort (0 3 6 6)}] + [ a r:Fact; r:gives {((0 3 6 6) ">=") list:sort (6 6 3 0)}] + skolem:lemma2673 + skolem:lemma2674 + [ a r:Fact; r:gives {(6630 366) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1367 a r:Inference; + r:gives { + 367 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {367 math:notEqualTo 0}] + skolem:lemma2675 + [ a r:Fact; r:gives {((0 3 6 7) "=<") list:sort (0 3 6 7)}] + [ a r:Fact; r:gives {((0 3 6 7) ">=") list:sort (7 6 3 0)}] + skolem:lemma2676 + skolem:lemma2677 + [ a r:Fact; r:gives {(7630 367) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1368 a r:Inference; + r:gives { + 368 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {368 math:notEqualTo 0}] + skolem:lemma2678 + [ a r:Fact; r:gives {((0 3 6 8) "=<") list:sort (0 3 6 8)}] + [ a r:Fact; r:gives {((0 3 6 8) ">=") list:sort (8 6 3 0)}] + skolem:lemma2679 + skolem:lemma2680 + [ a r:Fact; r:gives {(8630 368) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1369 a r:Inference; + r:gives { + 369 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {369 math:notEqualTo 0}] + skolem:lemma2681 + [ a r:Fact; r:gives {((0 3 6 9) "=<") list:sort (0 3 6 9)}] + [ a r:Fact; r:gives {((0 3 6 9) ">=") list:sort (9 6 3 0)}] + skolem:lemma2682 + skolem:lemma2683 + [ a r:Fact; r:gives {(9630 369) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1370 a r:Inference; + r:gives { + 370 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {370 math:notEqualTo 0}] + skolem:lemma2684 + [ a r:Fact; r:gives {((0 3 7 0) "=<") list:sort (0 0 3 7)}] + [ a r:Fact; r:gives {((0 3 7 0) ">=") list:sort (7 3 0 0)}] + skolem:lemma2098 + skolem:lemma2099 + [ a r:Fact; r:gives {(7300 37) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 370]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1371 a r:Inference; + r:gives { + 371 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {371 math:notEqualTo 0}] + skolem:lemma2685 + [ a r:Fact; r:gives {((0 3 7 1) "=<") list:sort (0 1 3 7)}] + [ a r:Fact; r:gives {((0 3 7 1) ">=") list:sort (7 3 1 0)}] + skolem:lemma2288 + skolem:lemma2289 + [ a r:Fact; r:gives {(7310 137) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 371]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1372 a r:Inference; + r:gives { + 372 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {372 math:notEqualTo 0}] + skolem:lemma2686 + [ a r:Fact; r:gives {((0 3 7 2) "=<") list:sort (0 2 3 7)}] + [ a r:Fact; r:gives {((0 3 7 2) ">=") list:sort (7 3 2 0)}] + skolem:lemma2460 + skolem:lemma2461 + [ a r:Fact; r:gives {(7320 237) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 372]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1373 a r:Inference; + r:gives { + 373 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {373 math:notEqualTo 0}] + skolem:lemma2687 + [ a r:Fact; r:gives {((0 3 7 3) "=<") list:sort (0 3 3 7)}] + [ a r:Fact; r:gives {((0 3 7 3) ">=") list:sort (7 3 3 0)}] + skolem:lemma2616 + skolem:lemma2617 + [ a r:Fact; r:gives {(7330 337) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 373]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1374 a r:Inference; + r:gives { + 374 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {374 math:notEqualTo 0}] + skolem:lemma2688 + [ a r:Fact; r:gives {((0 3 7 4) "=<") list:sort (0 3 4 7)}] + [ a r:Fact; r:gives {((0 3 7 4) ">=") list:sort (7 4 3 0)}] + skolem:lemma2638 + skolem:lemma2639 + [ a r:Fact; r:gives {(7430 347) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 374]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1375 a r:Inference; + r:gives { + 375 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {375 math:notEqualTo 0}] + skolem:lemma2689 + [ a r:Fact; r:gives {((0 3 7 5) "=<") list:sort (0 3 5 7)}] + [ a r:Fact; r:gives {((0 3 7 5) ">=") list:sort (7 5 3 0)}] + skolem:lemma2658 + skolem:lemma2659 + [ a r:Fact; r:gives {(7530 357) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 375]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1376 a r:Inference; + r:gives { + 376 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {376 math:notEqualTo 0}] + skolem:lemma2690 + [ a r:Fact; r:gives {((0 3 7 6) "=<") list:sort (0 3 6 7)}] + [ a r:Fact; r:gives {((0 3 7 6) ">=") list:sort (7 6 3 0)}] + skolem:lemma2676 + skolem:lemma2677 + [ a r:Fact; r:gives {(7630 367) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 376]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1377 a r:Inference; + r:gives { + 377 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {377 math:notEqualTo 0}] + skolem:lemma2691 + [ a r:Fact; r:gives {((0 3 7 7) "=<") list:sort (0 3 7 7)}] + [ a r:Fact; r:gives {((0 3 7 7) ">=") list:sort (7 7 3 0)}] + skolem:lemma2692 + skolem:lemma2693 + [ a r:Fact; r:gives {(7730 377) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1378 a r:Inference; + r:gives { + 378 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {378 math:notEqualTo 0}] + skolem:lemma2694 + [ a r:Fact; r:gives {((0 3 7 8) "=<") list:sort (0 3 7 8)}] + [ a r:Fact; r:gives {((0 3 7 8) ">=") list:sort (8 7 3 0)}] + skolem:lemma2695 + skolem:lemma2696 + [ a r:Fact; r:gives {(8730 378) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1379 a r:Inference; + r:gives { + 379 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {379 math:notEqualTo 0}] + skolem:lemma2697 + [ a r:Fact; r:gives {((0 3 7 9) "=<") list:sort (0 3 7 9)}] + [ a r:Fact; r:gives {((0 3 7 9) ">=") list:sort (9 7 3 0)}] + skolem:lemma2698 + skolem:lemma2699 + [ a r:Fact; r:gives {(9730 379) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1380 a r:Inference; + r:gives { + 380 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {380 math:notEqualTo 0}] + skolem:lemma2700 + [ a r:Fact; r:gives {((0 3 8 0) "=<") list:sort (0 0 3 8)}] + [ a r:Fact; r:gives {((0 3 8 0) ">=") list:sort (8 3 0 0)}] + skolem:lemma2101 + skolem:lemma2102 + [ a r:Fact; r:gives {(8300 38) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 380]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1381 a r:Inference; + r:gives { + 381 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {381 math:notEqualTo 0}] + skolem:lemma2701 + [ a r:Fact; r:gives {((0 3 8 1) "=<") list:sort (0 1 3 8)}] + [ a r:Fact; r:gives {((0 3 8 1) ">=") list:sort (8 3 1 0)}] + skolem:lemma2291 + skolem:lemma2292 + [ a r:Fact; r:gives {(8310 138) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 381]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1382 a r:Inference; + r:gives { + 382 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {382 math:notEqualTo 0}] + skolem:lemma2702 + [ a r:Fact; r:gives {((0 3 8 2) "=<") list:sort (0 2 3 8)}] + [ a r:Fact; r:gives {((0 3 8 2) ">=") list:sort (8 3 2 0)}] + skolem:lemma2463 + skolem:lemma2464 + [ a r:Fact; r:gives {(8320 238) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 382]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1383 a r:Inference; + r:gives { + 383 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {383 math:notEqualTo 0}] + skolem:lemma2703 + [ a r:Fact; r:gives {((0 3 8 3) "=<") list:sort (0 3 3 8)}] + [ a r:Fact; r:gives {((0 3 8 3) ">=") list:sort (8 3 3 0)}] + skolem:lemma2619 + skolem:lemma2620 + [ a r:Fact; r:gives {(8330 338) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 383]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1384 a r:Inference; + r:gives { + 384 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {384 math:notEqualTo 0}] + skolem:lemma2704 + [ a r:Fact; r:gives {((0 3 8 4) "=<") list:sort (0 3 4 8)}] + [ a r:Fact; r:gives {((0 3 8 4) ">=") list:sort (8 4 3 0)}] + skolem:lemma2641 + skolem:lemma2642 + [ a r:Fact; r:gives {(8430 348) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 384]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1385 a r:Inference; + r:gives { + 385 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {385 math:notEqualTo 0}] + skolem:lemma2705 + [ a r:Fact; r:gives {((0 3 8 5) "=<") list:sort (0 3 5 8)}] + [ a r:Fact; r:gives {((0 3 8 5) ">=") list:sort (8 5 3 0)}] + skolem:lemma2661 + skolem:lemma2662 + [ a r:Fact; r:gives {(8530 358) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 385]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1386 a r:Inference; + r:gives { + 386 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {386 math:notEqualTo 0}] + skolem:lemma2706 + [ a r:Fact; r:gives {((0 3 8 6) "=<") list:sort (0 3 6 8)}] + [ a r:Fact; r:gives {((0 3 8 6) ">=") list:sort (8 6 3 0)}] + skolem:lemma2679 + skolem:lemma2680 + [ a r:Fact; r:gives {(8630 368) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 386]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1387 a r:Inference; + r:gives { + 387 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {387 math:notEqualTo 0}] + skolem:lemma2707 + [ a r:Fact; r:gives {((0 3 8 7) "=<") list:sort (0 3 7 8)}] + [ a r:Fact; r:gives {((0 3 8 7) ">=") list:sort (8 7 3 0)}] + skolem:lemma2695 + skolem:lemma2696 + [ a r:Fact; r:gives {(8730 378) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 387]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1388 a r:Inference; + r:gives { + 388 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {388 math:notEqualTo 0}] + skolem:lemma2708 + [ a r:Fact; r:gives {((0 3 8 8) "=<") list:sort (0 3 8 8)}] + [ a r:Fact; r:gives {((0 3 8 8) ">=") list:sort (8 8 3 0)}] + skolem:lemma2709 + skolem:lemma2710 + [ a r:Fact; r:gives {(8830 388) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1389 a r:Inference; + r:gives { + 389 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {389 math:notEqualTo 0}] + skolem:lemma2711 + [ a r:Fact; r:gives {((0 3 8 9) "=<") list:sort (0 3 8 9)}] + [ a r:Fact; r:gives {((0 3 8 9) ">=") list:sort (9 8 3 0)}] + skolem:lemma2712 + skolem:lemma2713 + [ a r:Fact; r:gives {(9830 389) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1390 a r:Inference; + r:gives { + 390 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {390 math:notEqualTo 0}] + skolem:lemma2714 + [ a r:Fact; r:gives {((0 3 9 0) "=<") list:sort (0 0 3 9)}] + [ a r:Fact; r:gives {((0 3 9 0) ">=") list:sort (9 3 0 0)}] + skolem:lemma2104 + skolem:lemma2105 + [ a r:Fact; r:gives {(9300 39) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 390]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1391 a r:Inference; + r:gives { + 391 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {391 math:notEqualTo 0}] + skolem:lemma2715 + [ a r:Fact; r:gives {((0 3 9 1) "=<") list:sort (0 1 3 9)}] + [ a r:Fact; r:gives {((0 3 9 1) ">=") list:sort (9 3 1 0)}] + skolem:lemma2294 + skolem:lemma2295 + [ a r:Fact; r:gives {(9310 139) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 391]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1392 a r:Inference; + r:gives { + 392 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {392 math:notEqualTo 0}] + skolem:lemma2716 + [ a r:Fact; r:gives {((0 3 9 2) "=<") list:sort (0 2 3 9)}] + [ a r:Fact; r:gives {((0 3 9 2) ">=") list:sort (9 3 2 0)}] + skolem:lemma2466 + skolem:lemma2467 + [ a r:Fact; r:gives {(9320 239) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 392]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1393 a r:Inference; + r:gives { + 393 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {393 math:notEqualTo 0}] + skolem:lemma2717 + [ a r:Fact; r:gives {((0 3 9 3) "=<") list:sort (0 3 3 9)}] + [ a r:Fact; r:gives {((0 3 9 3) ">=") list:sort (9 3 3 0)}] + skolem:lemma2622 + skolem:lemma2623 + [ a r:Fact; r:gives {(9330 339) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 393]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1394 a r:Inference; + r:gives { + 394 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {394 math:notEqualTo 0}] + skolem:lemma2718 + [ a r:Fact; r:gives {((0 3 9 4) "=<") list:sort (0 3 4 9)}] + [ a r:Fact; r:gives {((0 3 9 4) ">=") list:sort (9 4 3 0)}] + skolem:lemma2644 + skolem:lemma2645 + [ a r:Fact; r:gives {(9430 349) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 394]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1395 a r:Inference; + r:gives { + 395 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {395 math:notEqualTo 0}] + skolem:lemma2719 + [ a r:Fact; r:gives {((0 3 9 5) "=<") list:sort (0 3 5 9)}] + [ a r:Fact; r:gives {((0 3 9 5) ">=") list:sort (9 5 3 0)}] + skolem:lemma2664 + skolem:lemma2665 + [ a r:Fact; r:gives {(9530 359) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 395]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1396 a r:Inference; + r:gives { + 396 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {396 math:notEqualTo 0}] + skolem:lemma2720 + [ a r:Fact; r:gives {((0 3 9 6) "=<") list:sort (0 3 6 9)}] + [ a r:Fact; r:gives {((0 3 9 6) ">=") list:sort (9 6 3 0)}] + skolem:lemma2682 + skolem:lemma2683 + [ a r:Fact; r:gives {(9630 369) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 396]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1397 a r:Inference; + r:gives { + 397 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {397 math:notEqualTo 0}] + skolem:lemma2721 + [ a r:Fact; r:gives {((0 3 9 7) "=<") list:sort (0 3 7 9)}] + [ a r:Fact; r:gives {((0 3 9 7) ">=") list:sort (9 7 3 0)}] + skolem:lemma2698 + skolem:lemma2699 + [ a r:Fact; r:gives {(9730 379) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 397]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1398 a r:Inference; + r:gives { + 398 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {398 math:notEqualTo 0}] + skolem:lemma2722 + [ a r:Fact; r:gives {((0 3 9 8) "=<") list:sort (0 3 8 9)}] + [ a r:Fact; r:gives {((0 3 9 8) ">=") list:sort (9 8 3 0)}] + skolem:lemma2712 + skolem:lemma2713 + [ a r:Fact; r:gives {(9830 389) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 398]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1399 a r:Inference; + r:gives { + 399 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {399 math:notEqualTo 0}] + skolem:lemma2723 + [ a r:Fact; r:gives {((0 3 9 9) "=<") list:sort (0 3 9 9)}] + [ a r:Fact; r:gives {((0 3 9 9) ">=") list:sort (9 9 3 0)}] + skolem:lemma2724 + skolem:lemma2725 + [ a r:Fact; r:gives {(9930 399) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 3 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1400 a r:Inference; + r:gives { + 400 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {400 math:notEqualTo 0}] + skolem:lemma2726 + [ a r:Fact; r:gives {((0 4 0 0) "=<") list:sort (0 0 0 4)}] + [ a r:Fact; r:gives {((0 4 0 0) ">=") list:sort (4 0 0 0)}] + skolem:lemma2011 + skolem:lemma2012 + [ a r:Fact; r:gives {(4000 4) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1401 a r:Inference; + r:gives { + 401 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {401 math:notEqualTo 0}] + skolem:lemma2727 + [ a r:Fact; r:gives {((0 4 0 1) "=<") list:sort (0 0 1 4)}] + [ a r:Fact; r:gives {((0 4 0 1) ">=") list:sort (4 1 0 0)}] + skolem:lemma2039 + skolem:lemma2040 + [ a r:Fact; r:gives {(4100 14) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 401]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1402 a r:Inference; + r:gives { + 402 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {402 math:notEqualTo 0}] + skolem:lemma2728 + [ a r:Fact; r:gives {((0 4 0 2) "=<") list:sort (0 0 2 4)}] + [ a r:Fact; r:gives {((0 4 0 2) ">=") list:sort (4 2 0 0)}] + skolem:lemma2065 + skolem:lemma2066 + [ a r:Fact; r:gives {(4200 24) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 402]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1403 a r:Inference; + r:gives { + 403 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {403 math:notEqualTo 0}] + skolem:lemma2729 + [ a r:Fact; r:gives {((0 4 0 3) "=<") list:sort (0 0 3 4)}] + [ a r:Fact; r:gives {((0 4 0 3) ">=") list:sort (4 3 0 0)}] + skolem:lemma2089 + skolem:lemma2090 + [ a r:Fact; r:gives {(4300 34) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 403]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1404 a r:Inference; + r:gives { + 404 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {404 math:notEqualTo 0}] + skolem:lemma2730 + [ a r:Fact; r:gives {((0 4 0 4) "=<") list:sort (0 0 4 4)}] + [ a r:Fact; r:gives {((0 4 0 4) ">=") list:sort (4 4 0 0)}] + skolem:lemma2111 + skolem:lemma2112 + [ a r:Fact; r:gives {(4400 44) math:difference 4356}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4356 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 4356 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 404]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1405 a r:Inference; + r:gives { + 405 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {405 math:notEqualTo 0}] + skolem:lemma2731 + [ a r:Fact; r:gives {((0 4 0 5) "=<") list:sort (0 0 4 5)}] + [ a r:Fact; r:gives {((0 4 0 5) ">=") list:sort (5 4 0 0)}] + skolem:lemma2114 + skolem:lemma2115 + [ a r:Fact; r:gives {(5400 45) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 405]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1406 a r:Inference; + r:gives { + 406 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {406 math:notEqualTo 0}] + skolem:lemma2732 + [ a r:Fact; r:gives {((0 4 0 6) "=<") list:sort (0 0 4 6)}] + [ a r:Fact; r:gives {((0 4 0 6) ">=") list:sort (6 4 0 0)}] + skolem:lemma2117 + skolem:lemma2118 + [ a r:Fact; r:gives {(6400 46) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 406]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1407 a r:Inference; + r:gives { + 407 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {407 math:notEqualTo 0}] + skolem:lemma2733 + [ a r:Fact; r:gives {((0 4 0 7) "=<") list:sort (0 0 4 7)}] + [ a r:Fact; r:gives {((0 4 0 7) ">=") list:sort (7 4 0 0)}] + skolem:lemma2120 + skolem:lemma2121 + [ a r:Fact; r:gives {(7400 47) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 407]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1408 a r:Inference; + r:gives { + 408 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {408 math:notEqualTo 0}] + skolem:lemma2734 + [ a r:Fact; r:gives {((0 4 0 8) "=<") list:sort (0 0 4 8)}] + [ a r:Fact; r:gives {((0 4 0 8) ">=") list:sort (8 4 0 0)}] + skolem:lemma2123 + skolem:lemma2124 + [ a r:Fact; r:gives {(8400 48) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 408]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1409 a r:Inference; + r:gives { + 409 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {409 math:notEqualTo 0}] + skolem:lemma2735 + [ a r:Fact; r:gives {((0 4 0 9) "=<") list:sort (0 0 4 9)}] + [ a r:Fact; r:gives {((0 4 0 9) ">=") list:sort (9 4 0 0)}] + skolem:lemma2126 + skolem:lemma2127 + [ a r:Fact; r:gives {(9400 49) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 409]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1410 a r:Inference; + r:gives { + 410 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {410 math:notEqualTo 0}] + skolem:lemma2736 + [ a r:Fact; r:gives {((0 4 1 0) "=<") list:sort (0 0 1 4)}] + [ a r:Fact; r:gives {((0 4 1 0) ">=") list:sort (4 1 0 0)}] + skolem:lemma2039 + skolem:lemma2040 + [ a r:Fact; r:gives {(4100 14) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1411 a r:Inference; + r:gives { + 411 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {411 math:notEqualTo 0}] + skolem:lemma2737 + [ a r:Fact; r:gives {((0 4 1 1) "=<") list:sort (0 1 1 4)}] + [ a r:Fact; r:gives {((0 4 1 1) ">=") list:sort (4 1 1 0)}] + skolem:lemma2229 + skolem:lemma2230 + [ a r:Fact; r:gives {(4110 114) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 411]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1412 a r:Inference; + r:gives { + 412 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {412 math:notEqualTo 0}] + skolem:lemma2738 + [ a r:Fact; r:gives {((0 4 1 2) "=<") list:sort (0 1 2 4)}] + [ a r:Fact; r:gives {((0 4 1 2) ">=") list:sort (4 2 1 0)}] + skolem:lemma2255 + skolem:lemma2256 + [ a r:Fact; r:gives {(4210 124) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 412]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1413 a r:Inference; + r:gives { + 413 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {413 math:notEqualTo 0}] + skolem:lemma2739 + [ a r:Fact; r:gives {((0 4 1 3) "=<") list:sort (0 1 3 4)}] + [ a r:Fact; r:gives {((0 4 1 3) ">=") list:sort (4 3 1 0)}] + skolem:lemma2279 + skolem:lemma2280 + [ a r:Fact; r:gives {(4310 134) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 413]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1414 a r:Inference; + r:gives { + 414 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {414 math:notEqualTo 0}] + skolem:lemma2740 + [ a r:Fact; r:gives {((0 4 1 4) "=<") list:sort (0 1 4 4)}] + [ a r:Fact; r:gives {((0 4 1 4) ">=") list:sort (4 4 1 0)}] + skolem:lemma2301 + skolem:lemma2302 + [ a r:Fact; r:gives {(4410 144) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 414]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1415 a r:Inference; + r:gives { + 415 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {415 math:notEqualTo 0}] + skolem:lemma2741 + [ a r:Fact; r:gives {((0 4 1 5) "=<") list:sort (0 1 4 5)}] + [ a r:Fact; r:gives {((0 4 1 5) ">=") list:sort (5 4 1 0)}] + skolem:lemma2304 + skolem:lemma2305 + [ a r:Fact; r:gives {(5410 145) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 415]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1416 a r:Inference; + r:gives { + 416 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {416 math:notEqualTo 0}] + skolem:lemma2742 + [ a r:Fact; r:gives {((0 4 1 6) "=<") list:sort (0 1 4 6)}] + [ a r:Fact; r:gives {((0 4 1 6) ">=") list:sort (6 4 1 0)}] + skolem:lemma2307 + skolem:lemma2308 + [ a r:Fact; r:gives {(6410 146) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 416]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1417 a r:Inference; + r:gives { + 417 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {417 math:notEqualTo 0}] + skolem:lemma2743 + [ a r:Fact; r:gives {((0 4 1 7) "=<") list:sort (0 1 4 7)}] + [ a r:Fact; r:gives {((0 4 1 7) ">=") list:sort (7 4 1 0)}] + skolem:lemma2310 + skolem:lemma2311 + [ a r:Fact; r:gives {(7410 147) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 417]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1418 a r:Inference; + r:gives { + 418 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {418 math:notEqualTo 0}] + skolem:lemma2744 + [ a r:Fact; r:gives {((0 4 1 8) "=<") list:sort (0 1 4 8)}] + [ a r:Fact; r:gives {((0 4 1 8) ">=") list:sort (8 4 1 0)}] + skolem:lemma2313 + skolem:lemma2314 + [ a r:Fact; r:gives {(8410 148) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 418]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1419 a r:Inference; + r:gives { + 419 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {419 math:notEqualTo 0}] + skolem:lemma2745 + [ a r:Fact; r:gives {((0 4 1 9) "=<") list:sort (0 1 4 9)}] + [ a r:Fact; r:gives {((0 4 1 9) ">=") list:sort (9 4 1 0)}] + skolem:lemma2316 + skolem:lemma2317 + [ a r:Fact; r:gives {(9410 149) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 419]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1420 a r:Inference; + r:gives { + 420 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {420 math:notEqualTo 0}] + skolem:lemma2746 + [ a r:Fact; r:gives {((0 4 2 0) "=<") list:sort (0 0 2 4)}] + [ a r:Fact; r:gives {((0 4 2 0) ">=") list:sort (4 2 0 0)}] + skolem:lemma2065 + skolem:lemma2066 + [ a r:Fact; r:gives {(4200 24) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1421 a r:Inference; + r:gives { + 421 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {421 math:notEqualTo 0}] + skolem:lemma2747 + [ a r:Fact; r:gives {((0 4 2 1) "=<") list:sort (0 1 2 4)}] + [ a r:Fact; r:gives {((0 4 2 1) ">=") list:sort (4 2 1 0)}] + skolem:lemma2255 + skolem:lemma2256 + [ a r:Fact; r:gives {(4210 124) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 421]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1422 a r:Inference; + r:gives { + 422 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {422 math:notEqualTo 0}] + skolem:lemma2748 + [ a r:Fact; r:gives {((0 4 2 2) "=<") list:sort (0 2 2 4)}] + [ a r:Fact; r:gives {((0 4 2 2) ">=") list:sort (4 2 2 0)}] + skolem:lemma2427 + skolem:lemma2428 + [ a r:Fact; r:gives {(4220 224) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 422]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1423 a r:Inference; + r:gives { + 423 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {423 math:notEqualTo 0}] + skolem:lemma2749 + [ a r:Fact; r:gives {((0 4 2 3) "=<") list:sort (0 2 3 4)}] + [ a r:Fact; r:gives {((0 4 2 3) ">=") list:sort (4 3 2 0)}] + skolem:lemma2451 + skolem:lemma2452 + [ a r:Fact; r:gives {(4320 234) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 423]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1424 a r:Inference; + r:gives { + 424 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {424 math:notEqualTo 0}] + skolem:lemma2750 + [ a r:Fact; r:gives {((0 4 2 4) "=<") list:sort (0 2 4 4)}] + [ a r:Fact; r:gives {((0 4 2 4) ">=") list:sort (4 4 2 0)}] + skolem:lemma2473 + skolem:lemma2474 + [ a r:Fact; r:gives {(4420 244) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 424]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1425 a r:Inference; + r:gives { + 425 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {425 math:notEqualTo 0}] + skolem:lemma2751 + [ a r:Fact; r:gives {((0 4 2 5) "=<") list:sort (0 2 4 5)}] + [ a r:Fact; r:gives {((0 4 2 5) ">=") list:sort (5 4 2 0)}] + skolem:lemma2476 + skolem:lemma2477 + [ a r:Fact; r:gives {(5420 245) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 425]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1426 a r:Inference; + r:gives { + 426 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {426 math:notEqualTo 0}] + skolem:lemma2752 + [ a r:Fact; r:gives {((0 4 2 6) "=<") list:sort (0 2 4 6)}] + [ a r:Fact; r:gives {((0 4 2 6) ">=") list:sort (6 4 2 0)}] + skolem:lemma2479 + skolem:lemma2480 + [ a r:Fact; r:gives {(6420 246) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 426]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1427 a r:Inference; + r:gives { + 427 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {427 math:notEqualTo 0}] + skolem:lemma2753 + [ a r:Fact; r:gives {((0 4 2 7) "=<") list:sort (0 2 4 7)}] + [ a r:Fact; r:gives {((0 4 2 7) ">=") list:sort (7 4 2 0)}] + skolem:lemma2482 + skolem:lemma2483 + [ a r:Fact; r:gives {(7420 247) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 427]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1428 a r:Inference; + r:gives { + 428 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {428 math:notEqualTo 0}] + skolem:lemma2754 + [ a r:Fact; r:gives {((0 4 2 8) "=<") list:sort (0 2 4 8)}] + [ a r:Fact; r:gives {((0 4 2 8) ">=") list:sort (8 4 2 0)}] + skolem:lemma2485 + skolem:lemma2486 + [ a r:Fact; r:gives {(8420 248) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 428]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1429 a r:Inference; + r:gives { + 429 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {429 math:notEqualTo 0}] + skolem:lemma2755 + [ a r:Fact; r:gives {((0 4 2 9) "=<") list:sort (0 2 4 9)}] + [ a r:Fact; r:gives {((0 4 2 9) ">=") list:sort (9 4 2 0)}] + skolem:lemma2488 + skolem:lemma2489 + [ a r:Fact; r:gives {(9420 249) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 429]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1430 a r:Inference; + r:gives { + 430 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {430 math:notEqualTo 0}] + skolem:lemma2756 + [ a r:Fact; r:gives {((0 4 3 0) "=<") list:sort (0 0 3 4)}] + [ a r:Fact; r:gives {((0 4 3 0) ">=") list:sort (4 3 0 0)}] + skolem:lemma2089 + skolem:lemma2090 + [ a r:Fact; r:gives {(4300 34) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1431 a r:Inference; + r:gives { + 431 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {431 math:notEqualTo 0}] + skolem:lemma2757 + [ a r:Fact; r:gives {((0 4 3 1) "=<") list:sort (0 1 3 4)}] + [ a r:Fact; r:gives {((0 4 3 1) ">=") list:sort (4 3 1 0)}] + skolem:lemma2279 + skolem:lemma2280 + [ a r:Fact; r:gives {(4310 134) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 431]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1432 a r:Inference; + r:gives { + 432 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {432 math:notEqualTo 0}] + skolem:lemma2758 + [ a r:Fact; r:gives {((0 4 3 2) "=<") list:sort (0 2 3 4)}] + [ a r:Fact; r:gives {((0 4 3 2) ">=") list:sort (4 3 2 0)}] + skolem:lemma2451 + skolem:lemma2452 + [ a r:Fact; r:gives {(4320 234) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 432]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1433 a r:Inference; + r:gives { + 433 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {433 math:notEqualTo 0}] + skolem:lemma2759 + [ a r:Fact; r:gives {((0 4 3 3) "=<") list:sort (0 3 3 4)}] + [ a r:Fact; r:gives {((0 4 3 3) ">=") list:sort (4 3 3 0)}] + skolem:lemma2607 + skolem:lemma2608 + [ a r:Fact; r:gives {(4330 334) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 433]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1434 a r:Inference; + r:gives { + 434 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {434 math:notEqualTo 0}] + skolem:lemma2760 + [ a r:Fact; r:gives {((0 4 3 4) "=<") list:sort (0 3 4 4)}] + [ a r:Fact; r:gives {((0 4 3 4) ">=") list:sort (4 4 3 0)}] + skolem:lemma2629 + skolem:lemma2630 + [ a r:Fact; r:gives {(4430 344) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 434]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1435 a r:Inference; + r:gives { + 435 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {435 math:notEqualTo 0}] + skolem:lemma2761 + [ a r:Fact; r:gives {((0 4 3 5) "=<") list:sort (0 3 4 5)}] + [ a r:Fact; r:gives {((0 4 3 5) ">=") list:sort (5 4 3 0)}] + skolem:lemma2632 + skolem:lemma2633 + [ a r:Fact; r:gives {(5430 345) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 435]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1436 a r:Inference; + r:gives { + 436 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {436 math:notEqualTo 0}] + skolem:lemma2762 + [ a r:Fact; r:gives {((0 4 3 6) "=<") list:sort (0 3 4 6)}] + [ a r:Fact; r:gives {((0 4 3 6) ">=") list:sort (6 4 3 0)}] + skolem:lemma2635 + skolem:lemma2636 + [ a r:Fact; r:gives {(6430 346) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 436]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1437 a r:Inference; + r:gives { + 437 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {437 math:notEqualTo 0}] + skolem:lemma2763 + [ a r:Fact; r:gives {((0 4 3 7) "=<") list:sort (0 3 4 7)}] + [ a r:Fact; r:gives {((0 4 3 7) ">=") list:sort (7 4 3 0)}] + skolem:lemma2638 + skolem:lemma2639 + [ a r:Fact; r:gives {(7430 347) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 437]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1438 a r:Inference; + r:gives { + 438 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {438 math:notEqualTo 0}] + skolem:lemma2764 + [ a r:Fact; r:gives {((0 4 3 8) "=<") list:sort (0 3 4 8)}] + [ a r:Fact; r:gives {((0 4 3 8) ">=") list:sort (8 4 3 0)}] + skolem:lemma2641 + skolem:lemma2642 + [ a r:Fact; r:gives {(8430 348) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 438]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1439 a r:Inference; + r:gives { + 439 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {439 math:notEqualTo 0}] + skolem:lemma2765 + [ a r:Fact; r:gives {((0 4 3 9) "=<") list:sort (0 3 4 9)}] + [ a r:Fact; r:gives {((0 4 3 9) ">=") list:sort (9 4 3 0)}] + skolem:lemma2644 + skolem:lemma2645 + [ a r:Fact; r:gives {(9430 349) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 439]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1440 a r:Inference; + r:gives { + 440 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {440 math:notEqualTo 0}] + skolem:lemma2766 + [ a r:Fact; r:gives {((0 4 4 0) "=<") list:sort (0 0 4 4)}] + [ a r:Fact; r:gives {((0 4 4 0) ">=") list:sort (4 4 0 0)}] + skolem:lemma2111 + skolem:lemma2112 + [ a r:Fact; r:gives {(4400 44) math:difference 4356}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4356 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 4356 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1441 a r:Inference; + r:gives { + 441 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {441 math:notEqualTo 0}] + skolem:lemma2767 + [ a r:Fact; r:gives {((0 4 4 1) "=<") list:sort (0 1 4 4)}] + [ a r:Fact; r:gives {((0 4 4 1) ">=") list:sort (4 4 1 0)}] + skolem:lemma2301 + skolem:lemma2302 + [ a r:Fact; r:gives {(4410 144) math:difference 4266}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4266 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 4266 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1442 a r:Inference; + r:gives { + 442 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {442 math:notEqualTo 0}] + skolem:lemma2768 + [ a r:Fact; r:gives {((0 4 4 2) "=<") list:sort (0 2 4 4)}] + [ a r:Fact; r:gives {((0 4 4 2) ">=") list:sort (4 4 2 0)}] + skolem:lemma2473 + skolem:lemma2474 + [ a r:Fact; r:gives {(4420 244) math:difference 4176}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4176 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 4176 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1443 a r:Inference; + r:gives { + 443 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {443 math:notEqualTo 0}] + skolem:lemma2769 + [ a r:Fact; r:gives {((0 4 4 3) "=<") list:sort (0 3 4 4)}] + [ a r:Fact; r:gives {((0 4 4 3) ">=") list:sort (4 4 3 0)}] + skolem:lemma2629 + skolem:lemma2630 + [ a r:Fact; r:gives {(4430 344) math:difference 4086}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4086 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 4086 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1444 a r:Inference; + r:gives { + 444 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {444 math:notEqualTo 0}] + skolem:lemma2770 + [ a r:Fact; r:gives {((0 4 4 4) "=<") list:sort (0 4 4 4)}] + [ a r:Fact; r:gives {((0 4 4 4) ">=") list:sort (4 4 4 0)}] + skolem:lemma2771 + skolem:lemma2772 + [ a r:Fact; r:gives {(4440 444) math:difference 3996}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 3996 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 3996 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1445 a r:Inference; + r:gives { + 445 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {445 math:notEqualTo 0}] + skolem:lemma2773 + [ a r:Fact; r:gives {((0 4 4 5) "=<") list:sort (0 4 4 5)}] + [ a r:Fact; r:gives {((0 4 4 5) ">=") list:sort (5 4 4 0)}] + skolem:lemma2774 + skolem:lemma2775 + [ a r:Fact; r:gives {(5440 445) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1446 a r:Inference; + r:gives { + 446 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {446 math:notEqualTo 0}] + skolem:lemma2776 + [ a r:Fact; r:gives {((0 4 4 6) "=<") list:sort (0 4 4 6)}] + [ a r:Fact; r:gives {((0 4 4 6) ">=") list:sort (6 4 4 0)}] + skolem:lemma2777 + skolem:lemma2778 + [ a r:Fact; r:gives {(6440 446) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1447 a r:Inference; + r:gives { + 447 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {447 math:notEqualTo 0}] + skolem:lemma2779 + [ a r:Fact; r:gives {((0 4 4 7) "=<") list:sort (0 4 4 7)}] + [ a r:Fact; r:gives {((0 4 4 7) ">=") list:sort (7 4 4 0)}] + skolem:lemma2780 + skolem:lemma2781 + [ a r:Fact; r:gives {(7440 447) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1448 a r:Inference; + r:gives { + 448 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {448 math:notEqualTo 0}] + skolem:lemma2782 + [ a r:Fact; r:gives {((0 4 4 8) "=<") list:sort (0 4 4 8)}] + [ a r:Fact; r:gives {((0 4 4 8) ">=") list:sort (8 4 4 0)}] + skolem:lemma2783 + skolem:lemma2784 + [ a r:Fact; r:gives {(8440 448) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1449 a r:Inference; + r:gives { + 449 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {449 math:notEqualTo 0}] + skolem:lemma2785 + [ a r:Fact; r:gives {((0 4 4 9) "=<") list:sort (0 4 4 9)}] + [ a r:Fact; r:gives {((0 4 4 9) ">=") list:sort (9 4 4 0)}] + skolem:lemma2786 + skolem:lemma2787 + [ a r:Fact; r:gives {(9440 449) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1450 a r:Inference; + r:gives { + 450 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {450 math:notEqualTo 0}] + skolem:lemma2788 + [ a r:Fact; r:gives {((0 4 5 0) "=<") list:sort (0 0 4 5)}] + [ a r:Fact; r:gives {((0 4 5 0) ">=") list:sort (5 4 0 0)}] + skolem:lemma2114 + skolem:lemma2115 + [ a r:Fact; r:gives {(5400 45) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 450]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1451 a r:Inference; + r:gives { + 451 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {451 math:notEqualTo 0}] + skolem:lemma2789 + [ a r:Fact; r:gives {((0 4 5 1) "=<") list:sort (0 1 4 5)}] + [ a r:Fact; r:gives {((0 4 5 1) ">=") list:sort (5 4 1 0)}] + skolem:lemma2304 + skolem:lemma2305 + [ a r:Fact; r:gives {(5410 145) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 451]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1452 a r:Inference; + r:gives { + 452 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {452 math:notEqualTo 0}] + skolem:lemma2790 + [ a r:Fact; r:gives {((0 4 5 2) "=<") list:sort (0 2 4 5)}] + [ a r:Fact; r:gives {((0 4 5 2) ">=") list:sort (5 4 2 0)}] + skolem:lemma2476 + skolem:lemma2477 + [ a r:Fact; r:gives {(5420 245) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 452]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1453 a r:Inference; + r:gives { + 453 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {453 math:notEqualTo 0}] + skolem:lemma2791 + [ a r:Fact; r:gives {((0 4 5 3) "=<") list:sort (0 3 4 5)}] + [ a r:Fact; r:gives {((0 4 5 3) ">=") list:sort (5 4 3 0)}] + skolem:lemma2632 + skolem:lemma2633 + [ a r:Fact; r:gives {(5430 345) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 453]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1454 a r:Inference; + r:gives { + 454 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {454 math:notEqualTo 0}] + skolem:lemma2792 + [ a r:Fact; r:gives {((0 4 5 4) "=<") list:sort (0 4 4 5)}] + [ a r:Fact; r:gives {((0 4 5 4) ">=") list:sort (5 4 4 0)}] + skolem:lemma2774 + skolem:lemma2775 + [ a r:Fact; r:gives {(5440 445) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 454]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1455 a r:Inference; + r:gives { + 455 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {455 math:notEqualTo 0}] + skolem:lemma2793 + [ a r:Fact; r:gives {((0 4 5 5) "=<") list:sort (0 4 5 5)}] + [ a r:Fact; r:gives {((0 4 5 5) ">=") list:sort (5 5 4 0)}] + skolem:lemma2794 + skolem:lemma2795 + [ a r:Fact; r:gives {(5540 455) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1456 a r:Inference; + r:gives { + 456 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {456 math:notEqualTo 0}] + skolem:lemma2796 + [ a r:Fact; r:gives {((0 4 5 6) "=<") list:sort (0 4 5 6)}] + [ a r:Fact; r:gives {((0 4 5 6) ">=") list:sort (6 5 4 0)}] + skolem:lemma2797 + skolem:lemma2798 + [ a r:Fact; r:gives {(6540 456) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1457 a r:Inference; + r:gives { + 457 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {457 math:notEqualTo 0}] + skolem:lemma2799 + [ a r:Fact; r:gives {((0 4 5 7) "=<") list:sort (0 4 5 7)}] + [ a r:Fact; r:gives {((0 4 5 7) ">=") list:sort (7 5 4 0)}] + skolem:lemma2800 + skolem:lemma2801 + [ a r:Fact; r:gives {(7540 457) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1458 a r:Inference; + r:gives { + 458 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {458 math:notEqualTo 0}] + skolem:lemma2802 + [ a r:Fact; r:gives {((0 4 5 8) "=<") list:sort (0 4 5 8)}] + [ a r:Fact; r:gives {((0 4 5 8) ">=") list:sort (8 5 4 0)}] + skolem:lemma2803 + skolem:lemma2804 + [ a r:Fact; r:gives {(8540 458) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1459 a r:Inference; + r:gives { + 459 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {459 math:notEqualTo 0}] + skolem:lemma2805 + [ a r:Fact; r:gives {((0 4 5 9) "=<") list:sort (0 4 5 9)}] + [ a r:Fact; r:gives {((0 4 5 9) ">=") list:sort (9 5 4 0)}] + skolem:lemma2806 + skolem:lemma2807 + [ a r:Fact; r:gives {(9540 459) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1460 a r:Inference; + r:gives { + 460 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {460 math:notEqualTo 0}] + skolem:lemma2808 + [ a r:Fact; r:gives {((0 4 6 0) "=<") list:sort (0 0 4 6)}] + [ a r:Fact; r:gives {((0 4 6 0) ">=") list:sort (6 4 0 0)}] + skolem:lemma2117 + skolem:lemma2118 + [ a r:Fact; r:gives {(6400 46) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 460]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1461 a r:Inference; + r:gives { + 461 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {461 math:notEqualTo 0}] + skolem:lemma2809 + [ a r:Fact; r:gives {((0 4 6 1) "=<") list:sort (0 1 4 6)}] + [ a r:Fact; r:gives {((0 4 6 1) ">=") list:sort (6 4 1 0)}] + skolem:lemma2307 + skolem:lemma2308 + [ a r:Fact; r:gives {(6410 146) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 461]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1462 a r:Inference; + r:gives { + 462 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {462 math:notEqualTo 0}] + skolem:lemma2810 + [ a r:Fact; r:gives {((0 4 6 2) "=<") list:sort (0 2 4 6)}] + [ a r:Fact; r:gives {((0 4 6 2) ">=") list:sort (6 4 2 0)}] + skolem:lemma2479 + skolem:lemma2480 + [ a r:Fact; r:gives {(6420 246) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 462]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1463 a r:Inference; + r:gives { + 463 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {463 math:notEqualTo 0}] + skolem:lemma2811 + [ a r:Fact; r:gives {((0 4 6 3) "=<") list:sort (0 3 4 6)}] + [ a r:Fact; r:gives {((0 4 6 3) ">=") list:sort (6 4 3 0)}] + skolem:lemma2635 + skolem:lemma2636 + [ a r:Fact; r:gives {(6430 346) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 463]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1464 a r:Inference; + r:gives { + 464 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {464 math:notEqualTo 0}] + skolem:lemma2812 + [ a r:Fact; r:gives {((0 4 6 4) "=<") list:sort (0 4 4 6)}] + [ a r:Fact; r:gives {((0 4 6 4) ">=") list:sort (6 4 4 0)}] + skolem:lemma2777 + skolem:lemma2778 + [ a r:Fact; r:gives {(6440 446) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 464]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1465 a r:Inference; + r:gives { + 465 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {465 math:notEqualTo 0}] + skolem:lemma2813 + [ a r:Fact; r:gives {((0 4 6 5) "=<") list:sort (0 4 5 6)}] + [ a r:Fact; r:gives {((0 4 6 5) ">=") list:sort (6 5 4 0)}] + skolem:lemma2797 + skolem:lemma2798 + [ a r:Fact; r:gives {(6540 456) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 465]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1466 a r:Inference; + r:gives { + 466 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {466 math:notEqualTo 0}] + skolem:lemma2814 + [ a r:Fact; r:gives {((0 4 6 6) "=<") list:sort (0 4 6 6)}] + [ a r:Fact; r:gives {((0 4 6 6) ">=") list:sort (6 6 4 0)}] + skolem:lemma2815 + skolem:lemma2816 + [ a r:Fact; r:gives {(6640 466) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1467 a r:Inference; + r:gives { + 467 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {467 math:notEqualTo 0}] + skolem:lemma2817 + [ a r:Fact; r:gives {((0 4 6 7) "=<") list:sort (0 4 6 7)}] + [ a r:Fact; r:gives {((0 4 6 7) ">=") list:sort (7 6 4 0)}] + skolem:lemma2818 + skolem:lemma2819 + [ a r:Fact; r:gives {(7640 467) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1468 a r:Inference; + r:gives { + 468 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {468 math:notEqualTo 0}] + skolem:lemma2820 + [ a r:Fact; r:gives {((0 4 6 8) "=<") list:sort (0 4 6 8)}] + [ a r:Fact; r:gives {((0 4 6 8) ">=") list:sort (8 6 4 0)}] + skolem:lemma2821 + skolem:lemma2822 + [ a r:Fact; r:gives {(8640 468) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1469 a r:Inference; + r:gives { + 469 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {469 math:notEqualTo 0}] + skolem:lemma2823 + [ a r:Fact; r:gives {((0 4 6 9) "=<") list:sort (0 4 6 9)}] + [ a r:Fact; r:gives {((0 4 6 9) ">=") list:sort (9 6 4 0)}] + skolem:lemma2824 + skolem:lemma2825 + [ a r:Fact; r:gives {(9640 469) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1470 a r:Inference; + r:gives { + 470 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {470 math:notEqualTo 0}] + skolem:lemma2826 + [ a r:Fact; r:gives {((0 4 7 0) "=<") list:sort (0 0 4 7)}] + [ a r:Fact; r:gives {((0 4 7 0) ">=") list:sort (7 4 0 0)}] + skolem:lemma2120 + skolem:lemma2121 + [ a r:Fact; r:gives {(7400 47) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 470]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1471 a r:Inference; + r:gives { + 471 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {471 math:notEqualTo 0}] + skolem:lemma2827 + [ a r:Fact; r:gives {((0 4 7 1) "=<") list:sort (0 1 4 7)}] + [ a r:Fact; r:gives {((0 4 7 1) ">=") list:sort (7 4 1 0)}] + skolem:lemma2310 + skolem:lemma2311 + [ a r:Fact; r:gives {(7410 147) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 471]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1472 a r:Inference; + r:gives { + 472 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {472 math:notEqualTo 0}] + skolem:lemma2828 + [ a r:Fact; r:gives {((0 4 7 2) "=<") list:sort (0 2 4 7)}] + [ a r:Fact; r:gives {((0 4 7 2) ">=") list:sort (7 4 2 0)}] + skolem:lemma2482 + skolem:lemma2483 + [ a r:Fact; r:gives {(7420 247) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 472]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1473 a r:Inference; + r:gives { + 473 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {473 math:notEqualTo 0}] + skolem:lemma2829 + [ a r:Fact; r:gives {((0 4 7 3) "=<") list:sort (0 3 4 7)}] + [ a r:Fact; r:gives {((0 4 7 3) ">=") list:sort (7 4 3 0)}] + skolem:lemma2638 + skolem:lemma2639 + [ a r:Fact; r:gives {(7430 347) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 473]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1474 a r:Inference; + r:gives { + 474 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {474 math:notEqualTo 0}] + skolem:lemma2830 + [ a r:Fact; r:gives {((0 4 7 4) "=<") list:sort (0 4 4 7)}] + [ a r:Fact; r:gives {((0 4 7 4) ">=") list:sort (7 4 4 0)}] + skolem:lemma2780 + skolem:lemma2781 + [ a r:Fact; r:gives {(7440 447) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 474]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1475 a r:Inference; + r:gives { + 475 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {475 math:notEqualTo 0}] + skolem:lemma2831 + [ a r:Fact; r:gives {((0 4 7 5) "=<") list:sort (0 4 5 7)}] + [ a r:Fact; r:gives {((0 4 7 5) ">=") list:sort (7 5 4 0)}] + skolem:lemma2800 + skolem:lemma2801 + [ a r:Fact; r:gives {(7540 457) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 475]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1476 a r:Inference; + r:gives { + 476 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {476 math:notEqualTo 0}] + skolem:lemma2832 + [ a r:Fact; r:gives {((0 4 7 6) "=<") list:sort (0 4 6 7)}] + [ a r:Fact; r:gives {((0 4 7 6) ">=") list:sort (7 6 4 0)}] + skolem:lemma2818 + skolem:lemma2819 + [ a r:Fact; r:gives {(7640 467) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 476]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1477 a r:Inference; + r:gives { + 477 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {477 math:notEqualTo 0}] + skolem:lemma2833 + [ a r:Fact; r:gives {((0 4 7 7) "=<") list:sort (0 4 7 7)}] + [ a r:Fact; r:gives {((0 4 7 7) ">=") list:sort (7 7 4 0)}] + skolem:lemma2834 + skolem:lemma2835 + [ a r:Fact; r:gives {(7740 477) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1478 a r:Inference; + r:gives { + 478 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {478 math:notEqualTo 0}] + skolem:lemma2836 + [ a r:Fact; r:gives {((0 4 7 8) "=<") list:sort (0 4 7 8)}] + [ a r:Fact; r:gives {((0 4 7 8) ">=") list:sort (8 7 4 0)}] + skolem:lemma2837 + skolem:lemma2838 + [ a r:Fact; r:gives {(8740 478) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1479 a r:Inference; + r:gives { + 479 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {479 math:notEqualTo 0}] + skolem:lemma2839 + [ a r:Fact; r:gives {((0 4 7 9) "=<") list:sort (0 4 7 9)}] + [ a r:Fact; r:gives {((0 4 7 9) ">=") list:sort (9 7 4 0)}] + skolem:lemma2840 + skolem:lemma2841 + [ a r:Fact; r:gives {(9740 479) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1480 a r:Inference; + r:gives { + 480 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {480 math:notEqualTo 0}] + skolem:lemma2842 + [ a r:Fact; r:gives {((0 4 8 0) "=<") list:sort (0 0 4 8)}] + [ a r:Fact; r:gives {((0 4 8 0) ">=") list:sort (8 4 0 0)}] + skolem:lemma2123 + skolem:lemma2124 + [ a r:Fact; r:gives {(8400 48) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 480]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1481 a r:Inference; + r:gives { + 481 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {481 math:notEqualTo 0}] + skolem:lemma2843 + [ a r:Fact; r:gives {((0 4 8 1) "=<") list:sort (0 1 4 8)}] + [ a r:Fact; r:gives {((0 4 8 1) ">=") list:sort (8 4 1 0)}] + skolem:lemma2313 + skolem:lemma2314 + [ a r:Fact; r:gives {(8410 148) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 481]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1482 a r:Inference; + r:gives { + 482 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {482 math:notEqualTo 0}] + skolem:lemma2844 + [ a r:Fact; r:gives {((0 4 8 2) "=<") list:sort (0 2 4 8)}] + [ a r:Fact; r:gives {((0 4 8 2) ">=") list:sort (8 4 2 0)}] + skolem:lemma2485 + skolem:lemma2486 + [ a r:Fact; r:gives {(8420 248) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 482]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1483 a r:Inference; + r:gives { + 483 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {483 math:notEqualTo 0}] + skolem:lemma2845 + [ a r:Fact; r:gives {((0 4 8 3) "=<") list:sort (0 3 4 8)}] + [ a r:Fact; r:gives {((0 4 8 3) ">=") list:sort (8 4 3 0)}] + skolem:lemma2641 + skolem:lemma2642 + [ a r:Fact; r:gives {(8430 348) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 483]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1484 a r:Inference; + r:gives { + 484 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {484 math:notEqualTo 0}] + skolem:lemma2846 + [ a r:Fact; r:gives {((0 4 8 4) "=<") list:sort (0 4 4 8)}] + [ a r:Fact; r:gives {((0 4 8 4) ">=") list:sort (8 4 4 0)}] + skolem:lemma2783 + skolem:lemma2784 + [ a r:Fact; r:gives {(8440 448) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 484]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1485 a r:Inference; + r:gives { + 485 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {485 math:notEqualTo 0}] + skolem:lemma2847 + [ a r:Fact; r:gives {((0 4 8 5) "=<") list:sort (0 4 5 8)}] + [ a r:Fact; r:gives {((0 4 8 5) ">=") list:sort (8 5 4 0)}] + skolem:lemma2803 + skolem:lemma2804 + [ a r:Fact; r:gives {(8540 458) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 485]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1486 a r:Inference; + r:gives { + 486 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {486 math:notEqualTo 0}] + skolem:lemma2848 + [ a r:Fact; r:gives {((0 4 8 6) "=<") list:sort (0 4 6 8)}] + [ a r:Fact; r:gives {((0 4 8 6) ">=") list:sort (8 6 4 0)}] + skolem:lemma2821 + skolem:lemma2822 + [ a r:Fact; r:gives {(8640 468) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 486]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1487 a r:Inference; + r:gives { + 487 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {487 math:notEqualTo 0}] + skolem:lemma2849 + [ a r:Fact; r:gives {((0 4 8 7) "=<") list:sort (0 4 7 8)}] + [ a r:Fact; r:gives {((0 4 8 7) ">=") list:sort (8 7 4 0)}] + skolem:lemma2837 + skolem:lemma2838 + [ a r:Fact; r:gives {(8740 478) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 487]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1488 a r:Inference; + r:gives { + 488 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {488 math:notEqualTo 0}] + skolem:lemma2850 + [ a r:Fact; r:gives {((0 4 8 8) "=<") list:sort (0 4 8 8)}] + [ a r:Fact; r:gives {((0 4 8 8) ">=") list:sort (8 8 4 0)}] + skolem:lemma2851 + skolem:lemma2852 + [ a r:Fact; r:gives {(8840 488) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1489 a r:Inference; + r:gives { + 489 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {489 math:notEqualTo 0}] + skolem:lemma2853 + [ a r:Fact; r:gives {((0 4 8 9) "=<") list:sort (0 4 8 9)}] + [ a r:Fact; r:gives {((0 4 8 9) ">=") list:sort (9 8 4 0)}] + skolem:lemma2854 + skolem:lemma2855 + [ a r:Fact; r:gives {(9840 489) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1490 a r:Inference; + r:gives { + 490 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {490 math:notEqualTo 0}] + skolem:lemma2856 + [ a r:Fact; r:gives {((0 4 9 0) "=<") list:sort (0 0 4 9)}] + [ a r:Fact; r:gives {((0 4 9 0) ">=") list:sort (9 4 0 0)}] + skolem:lemma2126 + skolem:lemma2127 + [ a r:Fact; r:gives {(9400 49) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 490]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1491 a r:Inference; + r:gives { + 491 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {491 math:notEqualTo 0}] + skolem:lemma2857 + [ a r:Fact; r:gives {((0 4 9 1) "=<") list:sort (0 1 4 9)}] + [ a r:Fact; r:gives {((0 4 9 1) ">=") list:sort (9 4 1 0)}] + skolem:lemma2316 + skolem:lemma2317 + [ a r:Fact; r:gives {(9410 149) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 491]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1492 a r:Inference; + r:gives { + 492 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {492 math:notEqualTo 0}] + skolem:lemma2858 + [ a r:Fact; r:gives {((0 4 9 2) "=<") list:sort (0 2 4 9)}] + [ a r:Fact; r:gives {((0 4 9 2) ">=") list:sort (9 4 2 0)}] + skolem:lemma2488 + skolem:lemma2489 + [ a r:Fact; r:gives {(9420 249) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 492]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1493 a r:Inference; + r:gives { + 493 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {493 math:notEqualTo 0}] + skolem:lemma2859 + [ a r:Fact; r:gives {((0 4 9 3) "=<") list:sort (0 3 4 9)}] + [ a r:Fact; r:gives {((0 4 9 3) ">=") list:sort (9 4 3 0)}] + skolem:lemma2644 + skolem:lemma2645 + [ a r:Fact; r:gives {(9430 349) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 493]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1494 a r:Inference; + r:gives { + 494 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {494 math:notEqualTo 0}] + skolem:lemma2860 + [ a r:Fact; r:gives {((0 4 9 4) "=<") list:sort (0 4 4 9)}] + [ a r:Fact; r:gives {((0 4 9 4) ">=") list:sort (9 4 4 0)}] + skolem:lemma2786 + skolem:lemma2787 + [ a r:Fact; r:gives {(9440 449) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 494]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1495 a r:Inference; + r:gives { + 495 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {495 math:notEqualTo 0}] + skolem:lemma2861 + [ a r:Fact; r:gives {((0 4 9 5) "=<") list:sort (0 4 5 9)}] + [ a r:Fact; r:gives {((0 4 9 5) ">=") list:sort (9 5 4 0)}] + skolem:lemma2806 + skolem:lemma2807 + [ a r:Fact; r:gives {(9540 459) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 495]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1496 a r:Inference; + r:gives { + 496 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {496 math:notEqualTo 0}] + skolem:lemma2862 + [ a r:Fact; r:gives {((0 4 9 6) "=<") list:sort (0 4 6 9)}] + [ a r:Fact; r:gives {((0 4 9 6) ">=") list:sort (9 6 4 0)}] + skolem:lemma2824 + skolem:lemma2825 + [ a r:Fact; r:gives {(9640 469) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 496]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1497 a r:Inference; + r:gives { + 497 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {497 math:notEqualTo 0}] + skolem:lemma2863 + [ a r:Fact; r:gives {((0 4 9 7) "=<") list:sort (0 4 7 9)}] + [ a r:Fact; r:gives {((0 4 9 7) ">=") list:sort (9 7 4 0)}] + skolem:lemma2840 + skolem:lemma2841 + [ a r:Fact; r:gives {(9740 479) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 497]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1498 a r:Inference; + r:gives { + 498 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {498 math:notEqualTo 0}] + skolem:lemma2864 + [ a r:Fact; r:gives {((0 4 9 8) "=<") list:sort (0 4 8 9)}] + [ a r:Fact; r:gives {((0 4 9 8) ">=") list:sort (9 8 4 0)}] + skolem:lemma2854 + skolem:lemma2855 + [ a r:Fact; r:gives {(9840 489) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 498]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1499 a r:Inference; + r:gives { + 499 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {499 math:notEqualTo 0}] + skolem:lemma2865 + [ a r:Fact; r:gives {((0 4 9 9) "=<") list:sort (0 4 9 9)}] + [ a r:Fact; r:gives {((0 4 9 9) ">=") list:sort (9 9 4 0)}] + skolem:lemma2866 + skolem:lemma2867 + [ a r:Fact; r:gives {(9940 499) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 4 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1500 a r:Inference; + r:gives { + 500 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {500 math:notEqualTo 0}] + skolem:lemma2868 + [ a r:Fact; r:gives {((0 5 0 0) "=<") list:sort (0 0 0 5)}] + [ a r:Fact; r:gives {((0 5 0 0) ">=") list:sort (5 0 0 0)}] + skolem:lemma2014 + skolem:lemma2015 + [ a r:Fact; r:gives {(5000 5) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1501 a r:Inference; + r:gives { + 501 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {501 math:notEqualTo 0}] + skolem:lemma2869 + [ a r:Fact; r:gives {((0 5 0 1) "=<") list:sort (0 0 1 5)}] + [ a r:Fact; r:gives {((0 5 0 1) ">=") list:sort (5 1 0 0)}] + skolem:lemma2042 + skolem:lemma2043 + [ a r:Fact; r:gives {(5100 15) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 501]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1502 a r:Inference; + r:gives { + 502 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {502 math:notEqualTo 0}] + skolem:lemma2870 + [ a r:Fact; r:gives {((0 5 0 2) "=<") list:sort (0 0 2 5)}] + [ a r:Fact; r:gives {((0 5 0 2) ">=") list:sort (5 2 0 0)}] + skolem:lemma2068 + skolem:lemma2069 + [ a r:Fact; r:gives {(5200 25) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 502]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1503 a r:Inference; + r:gives { + 503 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {503 math:notEqualTo 0}] + skolem:lemma2871 + [ a r:Fact; r:gives {((0 5 0 3) "=<") list:sort (0 0 3 5)}] + [ a r:Fact; r:gives {((0 5 0 3) ">=") list:sort (5 3 0 0)}] + skolem:lemma2092 + skolem:lemma2093 + [ a r:Fact; r:gives {(5300 35) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 503]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1504 a r:Inference; + r:gives { + 504 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {504 math:notEqualTo 0}] + skolem:lemma2872 + [ a r:Fact; r:gives {((0 5 0 4) "=<") list:sort (0 0 4 5)}] + [ a r:Fact; r:gives {((0 5 0 4) ">=") list:sort (5 4 0 0)}] + skolem:lemma2114 + skolem:lemma2115 + [ a r:Fact; r:gives {(5400 45) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 504]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1505 a r:Inference; + r:gives { + 505 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {505 math:notEqualTo 0}] + skolem:lemma2873 + [ a r:Fact; r:gives {((0 5 0 5) "=<") list:sort (0 0 5 5)}] + [ a r:Fact; r:gives {((0 5 0 5) ">=") list:sort (5 5 0 0)}] + skolem:lemma2134 + skolem:lemma2135 + [ a r:Fact; r:gives {(5500 55) math:difference 5445}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5445 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5445 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 505]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1506 a r:Inference; + r:gives { + 506 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {506 math:notEqualTo 0}] + skolem:lemma2874 + [ a r:Fact; r:gives {((0 5 0 6) "=<") list:sort (0 0 5 6)}] + [ a r:Fact; r:gives {((0 5 0 6) ">=") list:sort (6 5 0 0)}] + skolem:lemma2137 + skolem:lemma2138 + [ a r:Fact; r:gives {(6500 56) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 506]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1507 a r:Inference; + r:gives { + 507 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {507 math:notEqualTo 0}] + skolem:lemma2875 + [ a r:Fact; r:gives {((0 5 0 7) "=<") list:sort (0 0 5 7)}] + [ a r:Fact; r:gives {((0 5 0 7) ">=") list:sort (7 5 0 0)}] + skolem:lemma2140 + skolem:lemma2141 + [ a r:Fact; r:gives {(7500 57) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 507]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1508 a r:Inference; + r:gives { + 508 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {508 math:notEqualTo 0}] + skolem:lemma2876 + [ a r:Fact; r:gives {((0 5 0 8) "=<") list:sort (0 0 5 8)}] + [ a r:Fact; r:gives {((0 5 0 8) ">=") list:sort (8 5 0 0)}] + skolem:lemma2143 + skolem:lemma2144 + [ a r:Fact; r:gives {(8500 58) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 508]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1509 a r:Inference; + r:gives { + 509 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {509 math:notEqualTo 0}] + skolem:lemma2877 + [ a r:Fact; r:gives {((0 5 0 9) "=<") list:sort (0 0 5 9)}] + [ a r:Fact; r:gives {((0 5 0 9) ">=") list:sort (9 5 0 0)}] + skolem:lemma2146 + skolem:lemma2147 + [ a r:Fact; r:gives {(9500 59) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 509]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1510 a r:Inference; + r:gives { + 510 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {510 math:notEqualTo 0}] + skolem:lemma2878 + [ a r:Fact; r:gives {((0 5 1 0) "=<") list:sort (0 0 1 5)}] + [ a r:Fact; r:gives {((0 5 1 0) ">=") list:sort (5 1 0 0)}] + skolem:lemma2042 + skolem:lemma2043 + [ a r:Fact; r:gives {(5100 15) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1511 a r:Inference; + r:gives { + 511 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {511 math:notEqualTo 0}] + skolem:lemma2879 + [ a r:Fact; r:gives {((0 5 1 1) "=<") list:sort (0 1 1 5)}] + [ a r:Fact; r:gives {((0 5 1 1) ">=") list:sort (5 1 1 0)}] + skolem:lemma2232 + skolem:lemma2233 + [ a r:Fact; r:gives {(5110 115) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 511]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1512 a r:Inference; + r:gives { + 512 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {512 math:notEqualTo 0}] + skolem:lemma2880 + [ a r:Fact; r:gives {((0 5 1 2) "=<") list:sort (0 1 2 5)}] + [ a r:Fact; r:gives {((0 5 1 2) ">=") list:sort (5 2 1 0)}] + skolem:lemma2258 + skolem:lemma2259 + [ a r:Fact; r:gives {(5210 125) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 512]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1513 a r:Inference; + r:gives { + 513 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {513 math:notEqualTo 0}] + skolem:lemma2881 + [ a r:Fact; r:gives {((0 5 1 3) "=<") list:sort (0 1 3 5)}] + [ a r:Fact; r:gives {((0 5 1 3) ">=") list:sort (5 3 1 0)}] + skolem:lemma2282 + skolem:lemma2283 + [ a r:Fact; r:gives {(5310 135) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 513]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1514 a r:Inference; + r:gives { + 514 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {514 math:notEqualTo 0}] + skolem:lemma2882 + [ a r:Fact; r:gives {((0 5 1 4) "=<") list:sort (0 1 4 5)}] + [ a r:Fact; r:gives {((0 5 1 4) ">=") list:sort (5 4 1 0)}] + skolem:lemma2304 + skolem:lemma2305 + [ a r:Fact; r:gives {(5410 145) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 514]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1515 a r:Inference; + r:gives { + 515 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {515 math:notEqualTo 0}] + skolem:lemma2883 + [ a r:Fact; r:gives {((0 5 1 5) "=<") list:sort (0 1 5 5)}] + [ a r:Fact; r:gives {((0 5 1 5) ">=") list:sort (5 5 1 0)}] + skolem:lemma2324 + skolem:lemma2325 + [ a r:Fact; r:gives {(5510 155) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 515]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1516 a r:Inference; + r:gives { + 516 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {516 math:notEqualTo 0}] + skolem:lemma2884 + [ a r:Fact; r:gives {((0 5 1 6) "=<") list:sort (0 1 5 6)}] + [ a r:Fact; r:gives {((0 5 1 6) ">=") list:sort (6 5 1 0)}] + skolem:lemma2327 + skolem:lemma2328 + [ a r:Fact; r:gives {(6510 156) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 516]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1517 a r:Inference; + r:gives { + 517 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {517 math:notEqualTo 0}] + skolem:lemma2885 + [ a r:Fact; r:gives {((0 5 1 7) "=<") list:sort (0 1 5 7)}] + [ a r:Fact; r:gives {((0 5 1 7) ">=") list:sort (7 5 1 0)}] + skolem:lemma2330 + skolem:lemma2331 + [ a r:Fact; r:gives {(7510 157) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 517]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1518 a r:Inference; + r:gives { + 518 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {518 math:notEqualTo 0}] + skolem:lemma2886 + [ a r:Fact; r:gives {((0 5 1 8) "=<") list:sort (0 1 5 8)}] + [ a r:Fact; r:gives {((0 5 1 8) ">=") list:sort (8 5 1 0)}] + skolem:lemma2333 + skolem:lemma2334 + [ a r:Fact; r:gives {(8510 158) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 518]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1519 a r:Inference; + r:gives { + 519 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {519 math:notEqualTo 0}] + skolem:lemma2887 + [ a r:Fact; r:gives {((0 5 1 9) "=<") list:sort (0 1 5 9)}] + [ a r:Fact; r:gives {((0 5 1 9) ">=") list:sort (9 5 1 0)}] + skolem:lemma2336 + skolem:lemma2337 + [ a r:Fact; r:gives {(9510 159) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 519]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1520 a r:Inference; + r:gives { + 520 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {520 math:notEqualTo 0}] + skolem:lemma2888 + [ a r:Fact; r:gives {((0 5 2 0) "=<") list:sort (0 0 2 5)}] + [ a r:Fact; r:gives {((0 5 2 0) ">=") list:sort (5 2 0 0)}] + skolem:lemma2068 + skolem:lemma2069 + [ a r:Fact; r:gives {(5200 25) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1521 a r:Inference; + r:gives { + 521 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {521 math:notEqualTo 0}] + skolem:lemma2889 + [ a r:Fact; r:gives {((0 5 2 1) "=<") list:sort (0 1 2 5)}] + [ a r:Fact; r:gives {((0 5 2 1) ">=") list:sort (5 2 1 0)}] + skolem:lemma2258 + skolem:lemma2259 + [ a r:Fact; r:gives {(5210 125) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 521]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1522 a r:Inference; + r:gives { + 522 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {522 math:notEqualTo 0}] + skolem:lemma2890 + [ a r:Fact; r:gives {((0 5 2 2) "=<") list:sort (0 2 2 5)}] + [ a r:Fact; r:gives {((0 5 2 2) ">=") list:sort (5 2 2 0)}] + skolem:lemma2430 + skolem:lemma2431 + [ a r:Fact; r:gives {(5220 225) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 522]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1523 a r:Inference; + r:gives { + 523 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {523 math:notEqualTo 0}] + skolem:lemma2891 + [ a r:Fact; r:gives {((0 5 2 3) "=<") list:sort (0 2 3 5)}] + [ a r:Fact; r:gives {((0 5 2 3) ">=") list:sort (5 3 2 0)}] + skolem:lemma2454 + skolem:lemma2455 + [ a r:Fact; r:gives {(5320 235) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 523]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1524 a r:Inference; + r:gives { + 524 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {524 math:notEqualTo 0}] + skolem:lemma2892 + [ a r:Fact; r:gives {((0 5 2 4) "=<") list:sort (0 2 4 5)}] + [ a r:Fact; r:gives {((0 5 2 4) ">=") list:sort (5 4 2 0)}] + skolem:lemma2476 + skolem:lemma2477 + [ a r:Fact; r:gives {(5420 245) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1525 a r:Inference; + r:gives { + 525 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {525 math:notEqualTo 0}] + skolem:lemma2893 + [ a r:Fact; r:gives {((0 5 2 5) "=<") list:sort (0 2 5 5)}] + [ a r:Fact; r:gives {((0 5 2 5) ">=") list:sort (5 5 2 0)}] + skolem:lemma2496 + skolem:lemma2497 + [ a r:Fact; r:gives {(5520 255) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 525]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1526 a r:Inference; + r:gives { + 526 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {526 math:notEqualTo 0}] + skolem:lemma2894 + [ a r:Fact; r:gives {((0 5 2 6) "=<") list:sort (0 2 5 6)}] + [ a r:Fact; r:gives {((0 5 2 6) ">=") list:sort (6 5 2 0)}] + skolem:lemma2499 + skolem:lemma2500 + [ a r:Fact; r:gives {(6520 256) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 526]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1527 a r:Inference; + r:gives { + 527 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {527 math:notEqualTo 0}] + skolem:lemma2895 + [ a r:Fact; r:gives {((0 5 2 7) "=<") list:sort (0 2 5 7)}] + [ a r:Fact; r:gives {((0 5 2 7) ">=") list:sort (7 5 2 0)}] + skolem:lemma2502 + skolem:lemma2503 + [ a r:Fact; r:gives {(7520 257) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 527]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1528 a r:Inference; + r:gives { + 528 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {528 math:notEqualTo 0}] + skolem:lemma2896 + [ a r:Fact; r:gives {((0 5 2 8) "=<") list:sort (0 2 5 8)}] + [ a r:Fact; r:gives {((0 5 2 8) ">=") list:sort (8 5 2 0)}] + skolem:lemma2505 + skolem:lemma2506 + [ a r:Fact; r:gives {(8520 258) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 528]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1529 a r:Inference; + r:gives { + 529 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {529 math:notEqualTo 0}] + skolem:lemma2897 + [ a r:Fact; r:gives {((0 5 2 9) "=<") list:sort (0 2 5 9)}] + [ a r:Fact; r:gives {((0 5 2 9) ">=") list:sort (9 5 2 0)}] + skolem:lemma2508 + skolem:lemma2509 + [ a r:Fact; r:gives {(9520 259) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 529]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1530 a r:Inference; + r:gives { + 530 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {530 math:notEqualTo 0}] + skolem:lemma2898 + [ a r:Fact; r:gives {((0 5 3 0) "=<") list:sort (0 0 3 5)}] + [ a r:Fact; r:gives {((0 5 3 0) ">=") list:sort (5 3 0 0)}] + skolem:lemma2092 + skolem:lemma2093 + [ a r:Fact; r:gives {(5300 35) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1531 a r:Inference; + r:gives { + 531 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {531 math:notEqualTo 0}] + skolem:lemma2899 + [ a r:Fact; r:gives {((0 5 3 1) "=<") list:sort (0 1 3 5)}] + [ a r:Fact; r:gives {((0 5 3 1) ">=") list:sort (5 3 1 0)}] + skolem:lemma2282 + skolem:lemma2283 + [ a r:Fact; r:gives {(5310 135) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1532 a r:Inference; + r:gives { + 532 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {532 math:notEqualTo 0}] + skolem:lemma2900 + [ a r:Fact; r:gives {((0 5 3 2) "=<") list:sort (0 2 3 5)}] + [ a r:Fact; r:gives {((0 5 3 2) ">=") list:sort (5 3 2 0)}] + skolem:lemma2454 + skolem:lemma2455 + [ a r:Fact; r:gives {(5320 235) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1533 a r:Inference; + r:gives { + 533 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {533 math:notEqualTo 0}] + skolem:lemma2901 + [ a r:Fact; r:gives {((0 5 3 3) "=<") list:sort (0 3 3 5)}] + [ a r:Fact; r:gives {((0 5 3 3) ">=") list:sort (5 3 3 0)}] + skolem:lemma2610 + skolem:lemma2611 + [ a r:Fact; r:gives {(5330 335) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1534 a r:Inference; + r:gives { + 534 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {534 math:notEqualTo 0}] + skolem:lemma2902 + [ a r:Fact; r:gives {((0 5 3 4) "=<") list:sort (0 3 4 5)}] + [ a r:Fact; r:gives {((0 5 3 4) ">=") list:sort (5 4 3 0)}] + skolem:lemma2632 + skolem:lemma2633 + [ a r:Fact; r:gives {(5430 345) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 534]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1535 a r:Inference; + r:gives { + 535 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {535 math:notEqualTo 0}] + skolem:lemma2903 + [ a r:Fact; r:gives {((0 5 3 5) "=<") list:sort (0 3 5 5)}] + [ a r:Fact; r:gives {((0 5 3 5) ">=") list:sort (5 5 3 0)}] + skolem:lemma2652 + skolem:lemma2653 + [ a r:Fact; r:gives {(5530 355) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 535]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1536 a r:Inference; + r:gives { + 536 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {536 math:notEqualTo 0}] + skolem:lemma2904 + [ a r:Fact; r:gives {((0 5 3 6) "=<") list:sort (0 3 5 6)}] + [ a r:Fact; r:gives {((0 5 3 6) ">=") list:sort (6 5 3 0)}] + skolem:lemma2655 + skolem:lemma2656 + [ a r:Fact; r:gives {(6530 356) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1537 a r:Inference; + r:gives { + 537 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {537 math:notEqualTo 0}] + skolem:lemma2905 + [ a r:Fact; r:gives {((0 5 3 7) "=<") list:sort (0 3 5 7)}] + [ a r:Fact; r:gives {((0 5 3 7) ">=") list:sort (7 5 3 0)}] + skolem:lemma2658 + skolem:lemma2659 + [ a r:Fact; r:gives {(7530 357) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 537]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1538 a r:Inference; + r:gives { + 538 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {538 math:notEqualTo 0}] + skolem:lemma2906 + [ a r:Fact; r:gives {((0 5 3 8) "=<") list:sort (0 3 5 8)}] + [ a r:Fact; r:gives {((0 5 3 8) ">=") list:sort (8 5 3 0)}] + skolem:lemma2661 + skolem:lemma2662 + [ a r:Fact; r:gives {(8530 358) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 538]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1539 a r:Inference; + r:gives { + 539 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {539 math:notEqualTo 0}] + skolem:lemma2907 + [ a r:Fact; r:gives {((0 5 3 9) "=<") list:sort (0 3 5 9)}] + [ a r:Fact; r:gives {((0 5 3 9) ">=") list:sort (9 5 3 0)}] + skolem:lemma2664 + skolem:lemma2665 + [ a r:Fact; r:gives {(9530 359) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 539]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1540 a r:Inference; + r:gives { + 540 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {540 math:notEqualTo 0}] + skolem:lemma2908 + [ a r:Fact; r:gives {((0 5 4 0) "=<") list:sort (0 0 4 5)}] + [ a r:Fact; r:gives {((0 5 4 0) ">=") list:sort (5 4 0 0)}] + skolem:lemma2114 + skolem:lemma2115 + [ a r:Fact; r:gives {(5400 45) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1541 a r:Inference; + r:gives { + 541 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {541 math:notEqualTo 0}] + skolem:lemma2909 + [ a r:Fact; r:gives {((0 5 4 1) "=<") list:sort (0 1 4 5)}] + [ a r:Fact; r:gives {((0 5 4 1) ">=") list:sort (5 4 1 0)}] + skolem:lemma2304 + skolem:lemma2305 + [ a r:Fact; r:gives {(5410 145) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 541]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1542 a r:Inference; + r:gives { + 542 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {542 math:notEqualTo 0}] + skolem:lemma2910 + [ a r:Fact; r:gives {((0 5 4 2) "=<") list:sort (0 2 4 5)}] + [ a r:Fact; r:gives {((0 5 4 2) ">=") list:sort (5 4 2 0)}] + skolem:lemma2476 + skolem:lemma2477 + [ a r:Fact; r:gives {(5420 245) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 542]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1543 a r:Inference; + r:gives { + 543 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {543 math:notEqualTo 0}] + skolem:lemma2911 + [ a r:Fact; r:gives {((0 5 4 3) "=<") list:sort (0 3 4 5)}] + [ a r:Fact; r:gives {((0 5 4 3) ">=") list:sort (5 4 3 0)}] + skolem:lemma2632 + skolem:lemma2633 + [ a r:Fact; r:gives {(5430 345) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 543]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1544 a r:Inference; + r:gives { + 544 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {544 math:notEqualTo 0}] + skolem:lemma2912 + [ a r:Fact; r:gives {((0 5 4 4) "=<") list:sort (0 4 4 5)}] + [ a r:Fact; r:gives {((0 5 4 4) ">=") list:sort (5 4 4 0)}] + skolem:lemma2774 + skolem:lemma2775 + [ a r:Fact; r:gives {(5440 445) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 544]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1545 a r:Inference; + r:gives { + 545 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {545 math:notEqualTo 0}] + skolem:lemma2913 + [ a r:Fact; r:gives {((0 5 4 5) "=<") list:sort (0 4 5 5)}] + [ a r:Fact; r:gives {((0 5 4 5) ">=") list:sort (5 5 4 0)}] + skolem:lemma2794 + skolem:lemma2795 + [ a r:Fact; r:gives {(5540 455) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 545]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1546 a r:Inference; + r:gives { + 546 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {546 math:notEqualTo 0}] + skolem:lemma2914 + [ a r:Fact; r:gives {((0 5 4 6) "=<") list:sort (0 4 5 6)}] + [ a r:Fact; r:gives {((0 5 4 6) ">=") list:sort (6 5 4 0)}] + skolem:lemma2797 + skolem:lemma2798 + [ a r:Fact; r:gives {(6540 456) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 546]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1547 a r:Inference; + r:gives { + 547 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {547 math:notEqualTo 0}] + skolem:lemma2915 + [ a r:Fact; r:gives {((0 5 4 7) "=<") list:sort (0 4 5 7)}] + [ a r:Fact; r:gives {((0 5 4 7) ">=") list:sort (7 5 4 0)}] + skolem:lemma2800 + skolem:lemma2801 + [ a r:Fact; r:gives {(7540 457) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 547]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1548 a r:Inference; + r:gives { + 548 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {548 math:notEqualTo 0}] + skolem:lemma2916 + [ a r:Fact; r:gives {((0 5 4 8) "=<") list:sort (0 4 5 8)}] + [ a r:Fact; r:gives {((0 5 4 8) ">=") list:sort (8 5 4 0)}] + skolem:lemma2803 + skolem:lemma2804 + [ a r:Fact; r:gives {(8540 458) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 548]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1549 a r:Inference; + r:gives { + 549 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {549 math:notEqualTo 0}] + skolem:lemma2917 + [ a r:Fact; r:gives {((0 5 4 9) "=<") list:sort (0 4 5 9)}] + [ a r:Fact; r:gives {((0 5 4 9) ">=") list:sort (9 5 4 0)}] + skolem:lemma2806 + skolem:lemma2807 + [ a r:Fact; r:gives {(9540 459) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 549]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1550 a r:Inference; + r:gives { + 550 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {550 math:notEqualTo 0}] + skolem:lemma2918 + [ a r:Fact; r:gives {((0 5 5 0) "=<") list:sort (0 0 5 5)}] + [ a r:Fact; r:gives {((0 5 5 0) ">=") list:sort (5 5 0 0)}] + skolem:lemma2134 + skolem:lemma2135 + [ a r:Fact; r:gives {(5500 55) math:difference 5445}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5445 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5445 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1551 a r:Inference; + r:gives { + 551 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {551 math:notEqualTo 0}] + skolem:lemma2919 + [ a r:Fact; r:gives {((0 5 5 1) "=<") list:sort (0 1 5 5)}] + [ a r:Fact; r:gives {((0 5 5 1) ">=") list:sort (5 5 1 0)}] + skolem:lemma2324 + skolem:lemma2325 + [ a r:Fact; r:gives {(5510 155) math:difference 5355}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5355 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5355 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 551]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1552 a r:Inference; + r:gives { + 552 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {552 math:notEqualTo 0}] + skolem:lemma2920 + [ a r:Fact; r:gives {((0 5 5 2) "=<") list:sort (0 2 5 5)}] + [ a r:Fact; r:gives {((0 5 5 2) ">=") list:sort (5 5 2 0)}] + skolem:lemma2496 + skolem:lemma2497 + [ a r:Fact; r:gives {(5520 255) math:difference 5265}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5265 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 5265 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 552]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1553 a r:Inference; + r:gives { + 553 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {553 math:notEqualTo 0}] + skolem:lemma2921 + [ a r:Fact; r:gives {((0 5 5 3) "=<") list:sort (0 3 5 5)}] + [ a r:Fact; r:gives {((0 5 5 3) ">=") list:sort (5 5 3 0)}] + skolem:lemma2652 + skolem:lemma2653 + [ a r:Fact; r:gives {(5530 355) math:difference 5175}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5175 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5175 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 553]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1554 a r:Inference; + r:gives { + 554 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {554 math:notEqualTo 0}] + skolem:lemma2922 + [ a r:Fact; r:gives {((0 5 5 4) "=<") list:sort (0 4 5 5)}] + [ a r:Fact; r:gives {((0 5 5 4) ">=") list:sort (5 5 4 0)}] + skolem:lemma2794 + skolem:lemma2795 + [ a r:Fact; r:gives {(5540 455) math:difference 5085}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5085 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 5085 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 554]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1555 a r:Inference; + r:gives { + 555 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {555 math:notEqualTo 0}] + skolem:lemma2923 + [ a r:Fact; r:gives {((0 5 5 5) "=<") list:sort (0 5 5 5)}] + [ a r:Fact; r:gives {((0 5 5 5) ">=") list:sort (5 5 5 0)}] + skolem:lemma2924 + skolem:lemma2925 + [ a r:Fact; r:gives {(5550 555) math:difference 4995}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 4995 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 4995 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 555]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 555]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1556 a r:Inference; + r:gives { + 556 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {556 math:notEqualTo 0}] + skolem:lemma2926 + [ a r:Fact; r:gives {((0 5 5 6) "=<") list:sort (0 5 5 6)}] + [ a r:Fact; r:gives {((0 5 5 6) ">=") list:sort (6 5 5 0)}] + skolem:lemma2927 + skolem:lemma2928 + [ a r:Fact; r:gives {(6550 556) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1557 a r:Inference; + r:gives { + 557 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {557 math:notEqualTo 0}] + skolem:lemma2929 + [ a r:Fact; r:gives {((0 5 5 7) "=<") list:sort (0 5 5 7)}] + [ a r:Fact; r:gives {((0 5 5 7) ">=") list:sort (7 5 5 0)}] + skolem:lemma2930 + skolem:lemma2931 + [ a r:Fact; r:gives {(7550 557) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1558 a r:Inference; + r:gives { + 558 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {558 math:notEqualTo 0}] + skolem:lemma2932 + [ a r:Fact; r:gives {((0 5 5 8) "=<") list:sort (0 5 5 8)}] + [ a r:Fact; r:gives {((0 5 5 8) ">=") list:sort (8 5 5 0)}] + skolem:lemma2933 + skolem:lemma2934 + [ a r:Fact; r:gives {(8550 558) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1559 a r:Inference; + r:gives { + 559 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {559 math:notEqualTo 0}] + skolem:lemma2935 + [ a r:Fact; r:gives {((0 5 5 9) "=<") list:sort (0 5 5 9)}] + [ a r:Fact; r:gives {((0 5 5 9) ">=") list:sort (9 5 5 0)}] + skolem:lemma2936 + skolem:lemma2937 + [ a r:Fact; r:gives {(9550 559) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1560 a r:Inference; + r:gives { + 560 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {560 math:notEqualTo 0}] + skolem:lemma2938 + [ a r:Fact; r:gives {((0 5 6 0) "=<") list:sort (0 0 5 6)}] + [ a r:Fact; r:gives {((0 5 6 0) ">=") list:sort (6 5 0 0)}] + skolem:lemma2137 + skolem:lemma2138 + [ a r:Fact; r:gives {(6500 56) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 560]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1561 a r:Inference; + r:gives { + 561 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {561 math:notEqualTo 0}] + skolem:lemma2939 + [ a r:Fact; r:gives {((0 5 6 1) "=<") list:sort (0 1 5 6)}] + [ a r:Fact; r:gives {((0 5 6 1) ">=") list:sort (6 5 1 0)}] + skolem:lemma2327 + skolem:lemma2328 + [ a r:Fact; r:gives {(6510 156) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 561]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1562 a r:Inference; + r:gives { + 562 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {562 math:notEqualTo 0}] + skolem:lemma2940 + [ a r:Fact; r:gives {((0 5 6 2) "=<") list:sort (0 2 5 6)}] + [ a r:Fact; r:gives {((0 5 6 2) ">=") list:sort (6 5 2 0)}] + skolem:lemma2499 + skolem:lemma2500 + [ a r:Fact; r:gives {(6520 256) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 562]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1563 a r:Inference; + r:gives { + 563 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {563 math:notEqualTo 0}] + skolem:lemma2941 + [ a r:Fact; r:gives {((0 5 6 3) "=<") list:sort (0 3 5 6)}] + [ a r:Fact; r:gives {((0 5 6 3) ">=") list:sort (6 5 3 0)}] + skolem:lemma2655 + skolem:lemma2656 + [ a r:Fact; r:gives {(6530 356) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 563]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1564 a r:Inference; + r:gives { + 564 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {564 math:notEqualTo 0}] + skolem:lemma2942 + [ a r:Fact; r:gives {((0 5 6 4) "=<") list:sort (0 4 5 6)}] + [ a r:Fact; r:gives {((0 5 6 4) ">=") list:sort (6 5 4 0)}] + skolem:lemma2797 + skolem:lemma2798 + [ a r:Fact; r:gives {(6540 456) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 564]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1565 a r:Inference; + r:gives { + 565 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {565 math:notEqualTo 0}] + skolem:lemma2943 + [ a r:Fact; r:gives {((0 5 6 5) "=<") list:sort (0 5 5 6)}] + [ a r:Fact; r:gives {((0 5 6 5) ">=") list:sort (6 5 5 0)}] + skolem:lemma2927 + skolem:lemma2928 + [ a r:Fact; r:gives {(6550 556) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 565]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1566 a r:Inference; + r:gives { + 566 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {566 math:notEqualTo 0}] + skolem:lemma2944 + [ a r:Fact; r:gives {((0 5 6 6) "=<") list:sort (0 5 6 6)}] + [ a r:Fact; r:gives {((0 5 6 6) ">=") list:sort (6 6 5 0)}] + skolem:lemma2945 + skolem:lemma2946 + [ a r:Fact; r:gives {(6650 566) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1567 a r:Inference; + r:gives { + 567 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {567 math:notEqualTo 0}] + skolem:lemma2947 + [ a r:Fact; r:gives {((0 5 6 7) "=<") list:sort (0 5 6 7)}] + [ a r:Fact; r:gives {((0 5 6 7) ">=") list:sort (7 6 5 0)}] + skolem:lemma2948 + skolem:lemma2949 + [ a r:Fact; r:gives {(7650 567) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1568 a r:Inference; + r:gives { + 568 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {568 math:notEqualTo 0}] + skolem:lemma2950 + [ a r:Fact; r:gives {((0 5 6 8) "=<") list:sort (0 5 6 8)}] + [ a r:Fact; r:gives {((0 5 6 8) ">=") list:sort (8 6 5 0)}] + skolem:lemma2951 + skolem:lemma2952 + [ a r:Fact; r:gives {(8650 568) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1569 a r:Inference; + r:gives { + 569 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {569 math:notEqualTo 0}] + skolem:lemma2953 + [ a r:Fact; r:gives {((0 5 6 9) "=<") list:sort (0 5 6 9)}] + [ a r:Fact; r:gives {((0 5 6 9) ">=") list:sort (9 6 5 0)}] + skolem:lemma2954 + skolem:lemma2955 + [ a r:Fact; r:gives {(9650 569) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1570 a r:Inference; + r:gives { + 570 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {570 math:notEqualTo 0}] + skolem:lemma2956 + [ a r:Fact; r:gives {((0 5 7 0) "=<") list:sort (0 0 5 7)}] + [ a r:Fact; r:gives {((0 5 7 0) ">=") list:sort (7 5 0 0)}] + skolem:lemma2140 + skolem:lemma2141 + [ a r:Fact; r:gives {(7500 57) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 570]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1571 a r:Inference; + r:gives { + 571 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {571 math:notEqualTo 0}] + skolem:lemma2957 + [ a r:Fact; r:gives {((0 5 7 1) "=<") list:sort (0 1 5 7)}] + [ a r:Fact; r:gives {((0 5 7 1) ">=") list:sort (7 5 1 0)}] + skolem:lemma2330 + skolem:lemma2331 + [ a r:Fact; r:gives {(7510 157) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 571]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1572 a r:Inference; + r:gives { + 572 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {572 math:notEqualTo 0}] + skolem:lemma2958 + [ a r:Fact; r:gives {((0 5 7 2) "=<") list:sort (0 2 5 7)}] + [ a r:Fact; r:gives {((0 5 7 2) ">=") list:sort (7 5 2 0)}] + skolem:lemma2502 + skolem:lemma2503 + [ a r:Fact; r:gives {(7520 257) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 572]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1573 a r:Inference; + r:gives { + 573 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {573 math:notEqualTo 0}] + skolem:lemma2959 + [ a r:Fact; r:gives {((0 5 7 3) "=<") list:sort (0 3 5 7)}] + [ a r:Fact; r:gives {((0 5 7 3) ">=") list:sort (7 5 3 0)}] + skolem:lemma2658 + skolem:lemma2659 + [ a r:Fact; r:gives {(7530 357) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 573]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1574 a r:Inference; + r:gives { + 574 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {574 math:notEqualTo 0}] + skolem:lemma2960 + [ a r:Fact; r:gives {((0 5 7 4) "=<") list:sort (0 4 5 7)}] + [ a r:Fact; r:gives {((0 5 7 4) ">=") list:sort (7 5 4 0)}] + skolem:lemma2800 + skolem:lemma2801 + [ a r:Fact; r:gives {(7540 457) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 574]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1575 a r:Inference; + r:gives { + 575 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {575 math:notEqualTo 0}] + skolem:lemma2961 + [ a r:Fact; r:gives {((0 5 7 5) "=<") list:sort (0 5 5 7)}] + [ a r:Fact; r:gives {((0 5 7 5) ">=") list:sort (7 5 5 0)}] + skolem:lemma2930 + skolem:lemma2931 + [ a r:Fact; r:gives {(7550 557) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 575]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1576 a r:Inference; + r:gives { + 576 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {576 math:notEqualTo 0}] + skolem:lemma2962 + [ a r:Fact; r:gives {((0 5 7 6) "=<") list:sort (0 5 6 7)}] + [ a r:Fact; r:gives {((0 5 7 6) ">=") list:sort (7 6 5 0)}] + skolem:lemma2948 + skolem:lemma2949 + [ a r:Fact; r:gives {(7650 567) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 576]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1577 a r:Inference; + r:gives { + 577 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {577 math:notEqualTo 0}] + skolem:lemma2963 + [ a r:Fact; r:gives {((0 5 7 7) "=<") list:sort (0 5 7 7)}] + [ a r:Fact; r:gives {((0 5 7 7) ">=") list:sort (7 7 5 0)}] + skolem:lemma2964 + skolem:lemma2965 + [ a r:Fact; r:gives {(7750 577) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1578 a r:Inference; + r:gives { + 578 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {578 math:notEqualTo 0}] + skolem:lemma2966 + [ a r:Fact; r:gives {((0 5 7 8) "=<") list:sort (0 5 7 8)}] + [ a r:Fact; r:gives {((0 5 7 8) ">=") list:sort (8 7 5 0)}] + skolem:lemma2967 + skolem:lemma2968 + [ a r:Fact; r:gives {(8750 578) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1579 a r:Inference; + r:gives { + 579 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {579 math:notEqualTo 0}] + skolem:lemma2969 + [ a r:Fact; r:gives {((0 5 7 9) "=<") list:sort (0 5 7 9)}] + [ a r:Fact; r:gives {((0 5 7 9) ">=") list:sort (9 7 5 0)}] + skolem:lemma2970 + skolem:lemma2971 + [ a r:Fact; r:gives {(9750 579) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1580 a r:Inference; + r:gives { + 580 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {580 math:notEqualTo 0}] + skolem:lemma2972 + [ a r:Fact; r:gives {((0 5 8 0) "=<") list:sort (0 0 5 8)}] + [ a r:Fact; r:gives {((0 5 8 0) ">=") list:sort (8 5 0 0)}] + skolem:lemma2143 + skolem:lemma2144 + [ a r:Fact; r:gives {(8500 58) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 580]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1581 a r:Inference; + r:gives { + 581 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {581 math:notEqualTo 0}] + skolem:lemma2973 + [ a r:Fact; r:gives {((0 5 8 1) "=<") list:sort (0 1 5 8)}] + [ a r:Fact; r:gives {((0 5 8 1) ">=") list:sort (8 5 1 0)}] + skolem:lemma2333 + skolem:lemma2334 + [ a r:Fact; r:gives {(8510 158) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 581]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1582 a r:Inference; + r:gives { + 582 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {582 math:notEqualTo 0}] + skolem:lemma2974 + [ a r:Fact; r:gives {((0 5 8 2) "=<") list:sort (0 2 5 8)}] + [ a r:Fact; r:gives {((0 5 8 2) ">=") list:sort (8 5 2 0)}] + skolem:lemma2505 + skolem:lemma2506 + [ a r:Fact; r:gives {(8520 258) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 582]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1583 a r:Inference; + r:gives { + 583 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {583 math:notEqualTo 0}] + skolem:lemma2975 + [ a r:Fact; r:gives {((0 5 8 3) "=<") list:sort (0 3 5 8)}] + [ a r:Fact; r:gives {((0 5 8 3) ">=") list:sort (8 5 3 0)}] + skolem:lemma2661 + skolem:lemma2662 + [ a r:Fact; r:gives {(8530 358) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 583]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1584 a r:Inference; + r:gives { + 584 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {584 math:notEqualTo 0}] + skolem:lemma2976 + [ a r:Fact; r:gives {((0 5 8 4) "=<") list:sort (0 4 5 8)}] + [ a r:Fact; r:gives {((0 5 8 4) ">=") list:sort (8 5 4 0)}] + skolem:lemma2803 + skolem:lemma2804 + [ a r:Fact; r:gives {(8540 458) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 584]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1585 a r:Inference; + r:gives { + 585 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {585 math:notEqualTo 0}] + skolem:lemma2977 + [ a r:Fact; r:gives {((0 5 8 5) "=<") list:sort (0 5 5 8)}] + [ a r:Fact; r:gives {((0 5 8 5) ">=") list:sort (8 5 5 0)}] + skolem:lemma2933 + skolem:lemma2934 + [ a r:Fact; r:gives {(8550 558) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 585]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1586 a r:Inference; + r:gives { + 586 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {586 math:notEqualTo 0}] + skolem:lemma2978 + [ a r:Fact; r:gives {((0 5 8 6) "=<") list:sort (0 5 6 8)}] + [ a r:Fact; r:gives {((0 5 8 6) ">=") list:sort (8 6 5 0)}] + skolem:lemma2951 + skolem:lemma2952 + [ a r:Fact; r:gives {(8650 568) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 586]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1587 a r:Inference; + r:gives { + 587 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {587 math:notEqualTo 0}] + skolem:lemma2979 + [ a r:Fact; r:gives {((0 5 8 7) "=<") list:sort (0 5 7 8)}] + [ a r:Fact; r:gives {((0 5 8 7) ">=") list:sort (8 7 5 0)}] + skolem:lemma2967 + skolem:lemma2968 + [ a r:Fact; r:gives {(8750 578) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 587]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1588 a r:Inference; + r:gives { + 588 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {588 math:notEqualTo 0}] + skolem:lemma2980 + [ a r:Fact; r:gives {((0 5 8 8) "=<") list:sort (0 5 8 8)}] + [ a r:Fact; r:gives {((0 5 8 8) ">=") list:sort (8 8 5 0)}] + skolem:lemma2981 + skolem:lemma2982 + [ a r:Fact; r:gives {(8850 588) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1589 a r:Inference; + r:gives { + 589 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {589 math:notEqualTo 0}] + skolem:lemma2983 + [ a r:Fact; r:gives {((0 5 8 9) "=<") list:sort (0 5 8 9)}] + [ a r:Fact; r:gives {((0 5 8 9) ">=") list:sort (9 8 5 0)}] + skolem:lemma2984 + skolem:lemma2985 + [ a r:Fact; r:gives {(9850 589) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1590 a r:Inference; + r:gives { + 590 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {590 math:notEqualTo 0}] + skolem:lemma2986 + [ a r:Fact; r:gives {((0 5 9 0) "=<") list:sort (0 0 5 9)}] + [ a r:Fact; r:gives {((0 5 9 0) ">=") list:sort (9 5 0 0)}] + skolem:lemma2146 + skolem:lemma2147 + [ a r:Fact; r:gives {(9500 59) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 590]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1591 a r:Inference; + r:gives { + 591 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {591 math:notEqualTo 0}] + skolem:lemma2987 + [ a r:Fact; r:gives {((0 5 9 1) "=<") list:sort (0 1 5 9)}] + [ a r:Fact; r:gives {((0 5 9 1) ">=") list:sort (9 5 1 0)}] + skolem:lemma2336 + skolem:lemma2337 + [ a r:Fact; r:gives {(9510 159) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 591]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1592 a r:Inference; + r:gives { + 592 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {592 math:notEqualTo 0}] + skolem:lemma2988 + [ a r:Fact; r:gives {((0 5 9 2) "=<") list:sort (0 2 5 9)}] + [ a r:Fact; r:gives {((0 5 9 2) ">=") list:sort (9 5 2 0)}] + skolem:lemma2508 + skolem:lemma2509 + [ a r:Fact; r:gives {(9520 259) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 592]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1593 a r:Inference; + r:gives { + 593 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {593 math:notEqualTo 0}] + skolem:lemma2989 + [ a r:Fact; r:gives {((0 5 9 3) "=<") list:sort (0 3 5 9)}] + [ a r:Fact; r:gives {((0 5 9 3) ">=") list:sort (9 5 3 0)}] + skolem:lemma2664 + skolem:lemma2665 + [ a r:Fact; r:gives {(9530 359) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 593]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1594 a r:Inference; + r:gives { + 594 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {594 math:notEqualTo 0}] + skolem:lemma2990 + [ a r:Fact; r:gives {((0 5 9 4) "=<") list:sort (0 4 5 9)}] + [ a r:Fact; r:gives {((0 5 9 4) ">=") list:sort (9 5 4 0)}] + skolem:lemma2806 + skolem:lemma2807 + [ a r:Fact; r:gives {(9540 459) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 594]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1595 a r:Inference; + r:gives { + 595 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {595 math:notEqualTo 0}] + skolem:lemma2991 + [ a r:Fact; r:gives {((0 5 9 5) "=<") list:sort (0 5 5 9)}] + [ a r:Fact; r:gives {((0 5 9 5) ">=") list:sort (9 5 5 0)}] + skolem:lemma2936 + skolem:lemma2937 + [ a r:Fact; r:gives {(9550 559) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 595]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1596 a r:Inference; + r:gives { + 596 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {596 math:notEqualTo 0}] + skolem:lemma2992 + [ a r:Fact; r:gives {((0 5 9 6) "=<") list:sort (0 5 6 9)}] + [ a r:Fact; r:gives {((0 5 9 6) ">=") list:sort (9 6 5 0)}] + skolem:lemma2954 + skolem:lemma2955 + [ a r:Fact; r:gives {(9650 569) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 596]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1597 a r:Inference; + r:gives { + 597 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {597 math:notEqualTo 0}] + skolem:lemma2993 + [ a r:Fact; r:gives {((0 5 9 7) "=<") list:sort (0 5 7 9)}] + [ a r:Fact; r:gives {((0 5 9 7) ">=") list:sort (9 7 5 0)}] + skolem:lemma2970 + skolem:lemma2971 + [ a r:Fact; r:gives {(9750 579) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 597]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1598 a r:Inference; + r:gives { + 598 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {598 math:notEqualTo 0}] + skolem:lemma2994 + [ a r:Fact; r:gives {((0 5 9 8) "=<") list:sort (0 5 8 9)}] + [ a r:Fact; r:gives {((0 5 9 8) ">=") list:sort (9 8 5 0)}] + skolem:lemma2984 + skolem:lemma2985 + [ a r:Fact; r:gives {(9850 589) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 598]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1599 a r:Inference; + r:gives { + 599 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {599 math:notEqualTo 0}] + skolem:lemma2995 + [ a r:Fact; r:gives {((0 5 9 9) "=<") list:sort (0 5 9 9)}] + [ a r:Fact; r:gives {((0 5 9 9) ">=") list:sort (9 9 5 0)}] + skolem:lemma2996 + skolem:lemma2997 + [ a r:Fact; r:gives {(9950 599) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 5 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1600 a r:Inference; + r:gives { + 600 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {600 math:notEqualTo 0}] + skolem:lemma2998 + [ a r:Fact; r:gives {((0 6 0 0) "=<") list:sort (0 0 0 6)}] + [ a r:Fact; r:gives {((0 6 0 0) ">=") list:sort (6 0 0 0)}] + skolem:lemma2017 + skolem:lemma2018 + [ a r:Fact; r:gives {(6000 6) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1601 a r:Inference; + r:gives { + 601 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {601 math:notEqualTo 0}] + skolem:lemma2999 + [ a r:Fact; r:gives {((0 6 0 1) "=<") list:sort (0 0 1 6)}] + [ a r:Fact; r:gives {((0 6 0 1) ">=") list:sort (6 1 0 0)}] + skolem:lemma2045 + skolem:lemma2046 + [ a r:Fact; r:gives {(6100 16) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 601]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1602 a r:Inference; + r:gives { + 602 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {602 math:notEqualTo 0}] + skolem:lemma3000 + [ a r:Fact; r:gives {((0 6 0 2) "=<") list:sort (0 0 2 6)}] + [ a r:Fact; r:gives {((0 6 0 2) ">=") list:sort (6 2 0 0)}] + skolem:lemma2071 + skolem:lemma2072 + [ a r:Fact; r:gives {(6200 26) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 602]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1603 a r:Inference; + r:gives { + 603 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {603 math:notEqualTo 0}] + skolem:lemma3001 + [ a r:Fact; r:gives {((0 6 0 3) "=<") list:sort (0 0 3 6)}] + [ a r:Fact; r:gives {((0 6 0 3) ">=") list:sort (6 3 0 0)}] + skolem:lemma2095 + skolem:lemma2096 + [ a r:Fact; r:gives {(6300 36) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 603]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1604 a r:Inference; + r:gives { + 604 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {604 math:notEqualTo 0}] + skolem:lemma3002 + [ a r:Fact; r:gives {((0 6 0 4) "=<") list:sort (0 0 4 6)}] + [ a r:Fact; r:gives {((0 6 0 4) ">=") list:sort (6 4 0 0)}] + skolem:lemma2117 + skolem:lemma2118 + [ a r:Fact; r:gives {(6400 46) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 604]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1605 a r:Inference; + r:gives { + 605 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {605 math:notEqualTo 0}] + skolem:lemma3003 + [ a r:Fact; r:gives {((0 6 0 5) "=<") list:sort (0 0 5 6)}] + [ a r:Fact; r:gives {((0 6 0 5) ">=") list:sort (6 5 0 0)}] + skolem:lemma2137 + skolem:lemma2138 + [ a r:Fact; r:gives {(6500 56) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 605]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1606 a r:Inference; + r:gives { + 606 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {606 math:notEqualTo 0}] + skolem:lemma3004 + [ a r:Fact; r:gives {((0 6 0 6) "=<") list:sort (0 0 6 6)}] + [ a r:Fact; r:gives {((0 6 0 6) ">=") list:sort (6 6 0 0)}] + skolem:lemma2155 + skolem:lemma2156 + [ a r:Fact; r:gives {(6600 66) math:difference 6534}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6534 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6534 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 606]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1607 a r:Inference; + r:gives { + 607 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {607 math:notEqualTo 0}] + skolem:lemma3005 + [ a r:Fact; r:gives {((0 6 0 7) "=<") list:sort (0 0 6 7)}] + [ a r:Fact; r:gives {((0 6 0 7) ">=") list:sort (7 6 0 0)}] + skolem:lemma2158 + skolem:lemma2159 + [ a r:Fact; r:gives {(7600 67) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 607]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1608 a r:Inference; + r:gives { + 608 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {608 math:notEqualTo 0}] + skolem:lemma3006 + [ a r:Fact; r:gives {((0 6 0 8) "=<") list:sort (0 0 6 8)}] + [ a r:Fact; r:gives {((0 6 0 8) ">=") list:sort (8 6 0 0)}] + skolem:lemma2161 + skolem:lemma2162 + [ a r:Fact; r:gives {(8600 68) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 608]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1609 a r:Inference; + r:gives { + 609 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {609 math:notEqualTo 0}] + skolem:lemma3007 + [ a r:Fact; r:gives {((0 6 0 9) "=<") list:sort (0 0 6 9)}] + [ a r:Fact; r:gives {((0 6 0 9) ">=") list:sort (9 6 0 0)}] + skolem:lemma2164 + skolem:lemma2165 + [ a r:Fact; r:gives {(9600 69) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 609]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1610 a r:Inference; + r:gives { + 610 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {610 math:notEqualTo 0}] + skolem:lemma3008 + [ a r:Fact; r:gives {((0 6 1 0) "=<") list:sort (0 0 1 6)}] + [ a r:Fact; r:gives {((0 6 1 0) ">=") list:sort (6 1 0 0)}] + skolem:lemma2045 + skolem:lemma2046 + [ a r:Fact; r:gives {(6100 16) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1611 a r:Inference; + r:gives { + 611 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {611 math:notEqualTo 0}] + skolem:lemma3009 + [ a r:Fact; r:gives {((0 6 1 1) "=<") list:sort (0 1 1 6)}] + [ a r:Fact; r:gives {((0 6 1 1) ">=") list:sort (6 1 1 0)}] + skolem:lemma2235 + skolem:lemma2236 + [ a r:Fact; r:gives {(6110 116) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 611]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1612 a r:Inference; + r:gives { + 612 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {612 math:notEqualTo 0}] + skolem:lemma3010 + [ a r:Fact; r:gives {((0 6 1 2) "=<") list:sort (0 1 2 6)}] + [ a r:Fact; r:gives {((0 6 1 2) ">=") list:sort (6 2 1 0)}] + skolem:lemma2261 + skolem:lemma2262 + [ a r:Fact; r:gives {(6210 126) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 612]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1613 a r:Inference; + r:gives { + 613 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {613 math:notEqualTo 0}] + skolem:lemma3011 + [ a r:Fact; r:gives {((0 6 1 3) "=<") list:sort (0 1 3 6)}] + [ a r:Fact; r:gives {((0 6 1 3) ">=") list:sort (6 3 1 0)}] + skolem:lemma2285 + skolem:lemma2286 + [ a r:Fact; r:gives {(6310 136) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 613]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1614 a r:Inference; + r:gives { + 614 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {614 math:notEqualTo 0}] + skolem:lemma3012 + [ a r:Fact; r:gives {((0 6 1 4) "=<") list:sort (0 1 4 6)}] + [ a r:Fact; r:gives {((0 6 1 4) ">=") list:sort (6 4 1 0)}] + skolem:lemma2307 + skolem:lemma2308 + [ a r:Fact; r:gives {(6410 146) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 614]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1615 a r:Inference; + r:gives { + 615 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {615 math:notEqualTo 0}] + skolem:lemma3013 + [ a r:Fact; r:gives {((0 6 1 5) "=<") list:sort (0 1 5 6)}] + [ a r:Fact; r:gives {((0 6 1 5) ">=") list:sort (6 5 1 0)}] + skolem:lemma2327 + skolem:lemma2328 + [ a r:Fact; r:gives {(6510 156) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 615]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1616 a r:Inference; + r:gives { + 616 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {616 math:notEqualTo 0}] + skolem:lemma3014 + [ a r:Fact; r:gives {((0 6 1 6) "=<") list:sort (0 1 6 6)}] + [ a r:Fact; r:gives {((0 6 1 6) ">=") list:sort (6 6 1 0)}] + skolem:lemma2345 + skolem:lemma2346 + [ a r:Fact; r:gives {(6610 166) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 616]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1617 a r:Inference; + r:gives { + 617 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {617 math:notEqualTo 0}] + skolem:lemma3015 + [ a r:Fact; r:gives {((0 6 1 7) "=<") list:sort (0 1 6 7)}] + [ a r:Fact; r:gives {((0 6 1 7) ">=") list:sort (7 6 1 0)}] + skolem:lemma2348 + skolem:lemma2349 + [ a r:Fact; r:gives {(7610 167) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 617]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1618 a r:Inference; + r:gives { + 618 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {618 math:notEqualTo 0}] + skolem:lemma3016 + [ a r:Fact; r:gives {((0 6 1 8) "=<") list:sort (0 1 6 8)}] + [ a r:Fact; r:gives {((0 6 1 8) ">=") list:sort (8 6 1 0)}] + skolem:lemma2351 + skolem:lemma2352 + [ a r:Fact; r:gives {(8610 168) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 618]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1619 a r:Inference; + r:gives { + 619 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {619 math:notEqualTo 0}] + skolem:lemma3017 + [ a r:Fact; r:gives {((0 6 1 9) "=<") list:sort (0 1 6 9)}] + [ a r:Fact; r:gives {((0 6 1 9) ">=") list:sort (9 6 1 0)}] + skolem:lemma2354 + skolem:lemma2355 + [ a r:Fact; r:gives {(9610 169) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 619]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1620 a r:Inference; + r:gives { + 620 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {620 math:notEqualTo 0}] + skolem:lemma3018 + [ a r:Fact; r:gives {((0 6 2 0) "=<") list:sort (0 0 2 6)}] + [ a r:Fact; r:gives {((0 6 2 0) ">=") list:sort (6 2 0 0)}] + skolem:lemma2071 + skolem:lemma2072 + [ a r:Fact; r:gives {(6200 26) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1621 a r:Inference; + r:gives { + 621 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {621 math:notEqualTo 0}] + skolem:lemma3019 + [ a r:Fact; r:gives {((0 6 2 1) "=<") list:sort (0 1 2 6)}] + [ a r:Fact; r:gives {((0 6 2 1) ">=") list:sort (6 2 1 0)}] + skolem:lemma2261 + skolem:lemma2262 + [ a r:Fact; r:gives {(6210 126) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1622 a r:Inference; + r:gives { + 622 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {622 math:notEqualTo 0}] + skolem:lemma3020 + [ a r:Fact; r:gives {((0 6 2 2) "=<") list:sort (0 2 2 6)}] + [ a r:Fact; r:gives {((0 6 2 2) ">=") list:sort (6 2 2 0)}] + skolem:lemma2433 + skolem:lemma2434 + [ a r:Fact; r:gives {(6220 226) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1623 a r:Inference; + r:gives { + 623 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {623 math:notEqualTo 0}] + skolem:lemma3021 + [ a r:Fact; r:gives {((0 6 2 3) "=<") list:sort (0 2 3 6)}] + [ a r:Fact; r:gives {((0 6 2 3) ">=") list:sort (6 3 2 0)}] + skolem:lemma2457 + skolem:lemma2458 + [ a r:Fact; r:gives {(6320 236) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 623]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1624 a r:Inference; + r:gives { + 624 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {624 math:notEqualTo 0}] + skolem:lemma3022 + [ a r:Fact; r:gives {((0 6 2 4) "=<") list:sort (0 2 4 6)}] + [ a r:Fact; r:gives {((0 6 2 4) ">=") list:sort (6 4 2 0)}] + skolem:lemma2479 + skolem:lemma2480 + [ a r:Fact; r:gives {(6420 246) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 624]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1625 a r:Inference; + r:gives { + 625 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {625 math:notEqualTo 0}] + skolem:lemma3023 + [ a r:Fact; r:gives {((0 6 2 5) "=<") list:sort (0 2 5 6)}] + [ a r:Fact; r:gives {((0 6 2 5) ">=") list:sort (6 5 2 0)}] + skolem:lemma2499 + skolem:lemma2500 + [ a r:Fact; r:gives {(6520 256) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 625]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1626 a r:Inference; + r:gives { + 626 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {626 math:notEqualTo 0}] + skolem:lemma3024 + [ a r:Fact; r:gives {((0 6 2 6) "=<") list:sort (0 2 6 6)}] + [ a r:Fact; r:gives {((0 6 2 6) ">=") list:sort (6 6 2 0)}] + skolem:lemma2517 + skolem:lemma2518 + [ a r:Fact; r:gives {(6620 266) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 626]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1627 a r:Inference; + r:gives { + 627 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {627 math:notEqualTo 0}] + skolem:lemma3025 + [ a r:Fact; r:gives {((0 6 2 7) "=<") list:sort (0 2 6 7)}] + [ a r:Fact; r:gives {((0 6 2 7) ">=") list:sort (7 6 2 0)}] + skolem:lemma2520 + skolem:lemma2521 + [ a r:Fact; r:gives {(7620 267) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 627]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1628 a r:Inference; + r:gives { + 628 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {628 math:notEqualTo 0}] + skolem:lemma3026 + [ a r:Fact; r:gives {((0 6 2 8) "=<") list:sort (0 2 6 8)}] + [ a r:Fact; r:gives {((0 6 2 8) ">=") list:sort (8 6 2 0)}] + skolem:lemma2523 + skolem:lemma2524 + [ a r:Fact; r:gives {(8620 268) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 628]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1629 a r:Inference; + r:gives { + 629 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {629 math:notEqualTo 0}] + skolem:lemma3027 + [ a r:Fact; r:gives {((0 6 2 9) "=<") list:sort (0 2 6 9)}] + [ a r:Fact; r:gives {((0 6 2 9) ">=") list:sort (9 6 2 0)}] + skolem:lemma2526 + skolem:lemma2527 + [ a r:Fact; r:gives {(9620 269) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 629]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1630 a r:Inference; + r:gives { + 630 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {630 math:notEqualTo 0}] + skolem:lemma3028 + [ a r:Fact; r:gives {((0 6 3 0) "=<") list:sort (0 0 3 6)}] + [ a r:Fact; r:gives {((0 6 3 0) ">=") list:sort (6 3 0 0)}] + skolem:lemma2095 + skolem:lemma2096 + [ a r:Fact; r:gives {(6300 36) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1631 a r:Inference; + r:gives { + 631 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {631 math:notEqualTo 0}] + skolem:lemma3029 + [ a r:Fact; r:gives {((0 6 3 1) "=<") list:sort (0 1 3 6)}] + [ a r:Fact; r:gives {((0 6 3 1) ">=") list:sort (6 3 1 0)}] + skolem:lemma2285 + skolem:lemma2286 + [ a r:Fact; r:gives {(6310 136) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 631]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1632 a r:Inference; + r:gives { + 632 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {632 math:notEqualTo 0}] + skolem:lemma3030 + [ a r:Fact; r:gives {((0 6 3 2) "=<") list:sort (0 2 3 6)}] + [ a r:Fact; r:gives {((0 6 3 2) ">=") list:sort (6 3 2 0)}] + skolem:lemma2457 + skolem:lemma2458 + [ a r:Fact; r:gives {(6320 236) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 632]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1633 a r:Inference; + r:gives { + 633 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {633 math:notEqualTo 0}] + skolem:lemma3031 + [ a r:Fact; r:gives {((0 6 3 3) "=<") list:sort (0 3 3 6)}] + [ a r:Fact; r:gives {((0 6 3 3) ">=") list:sort (6 3 3 0)}] + skolem:lemma2613 + skolem:lemma2614 + [ a r:Fact; r:gives {(6330 336) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 633]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1634 a r:Inference; + r:gives { + 634 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {634 math:notEqualTo 0}] + skolem:lemma3032 + [ a r:Fact; r:gives {((0 6 3 4) "=<") list:sort (0 3 4 6)}] + [ a r:Fact; r:gives {((0 6 3 4) ">=") list:sort (6 4 3 0)}] + skolem:lemma2635 + skolem:lemma2636 + [ a r:Fact; r:gives {(6430 346) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 634]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1635 a r:Inference; + r:gives { + 635 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {635 math:notEqualTo 0}] + skolem:lemma3033 + [ a r:Fact; r:gives {((0 6 3 5) "=<") list:sort (0 3 5 6)}] + [ a r:Fact; r:gives {((0 6 3 5) ">=") list:sort (6 5 3 0)}] + skolem:lemma2655 + skolem:lemma2656 + [ a r:Fact; r:gives {(6530 356) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 635]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1636 a r:Inference; + r:gives { + 636 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {636 math:notEqualTo 0}] + skolem:lemma3034 + [ a r:Fact; r:gives {((0 6 3 6) "=<") list:sort (0 3 6 6)}] + [ a r:Fact; r:gives {((0 6 3 6) ">=") list:sort (6 6 3 0)}] + skolem:lemma2673 + skolem:lemma2674 + [ a r:Fact; r:gives {(6630 366) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 636]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1637 a r:Inference; + r:gives { + 637 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {637 math:notEqualTo 0}] + skolem:lemma3035 + [ a r:Fact; r:gives {((0 6 3 7) "=<") list:sort (0 3 6 7)}] + [ a r:Fact; r:gives {((0 6 3 7) ">=") list:sort (7 6 3 0)}] + skolem:lemma2676 + skolem:lemma2677 + [ a r:Fact; r:gives {(7630 367) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 637]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1638 a r:Inference; + r:gives { + 638 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {638 math:notEqualTo 0}] + skolem:lemma3036 + [ a r:Fact; r:gives {((0 6 3 8) "=<") list:sort (0 3 6 8)}] + [ a r:Fact; r:gives {((0 6 3 8) ">=") list:sort (8 6 3 0)}] + skolem:lemma2679 + skolem:lemma2680 + [ a r:Fact; r:gives {(8630 368) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 638]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1639 a r:Inference; + r:gives { + 639 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {639 math:notEqualTo 0}] + skolem:lemma3037 + [ a r:Fact; r:gives {((0 6 3 9) "=<") list:sort (0 3 6 9)}] + [ a r:Fact; r:gives {((0 6 3 9) ">=") list:sort (9 6 3 0)}] + skolem:lemma2682 + skolem:lemma2683 + [ a r:Fact; r:gives {(9630 369) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 639]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1640 a r:Inference; + r:gives { + 640 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {640 math:notEqualTo 0}] + skolem:lemma3038 + [ a r:Fact; r:gives {((0 6 4 0) "=<") list:sort (0 0 4 6)}] + [ a r:Fact; r:gives {((0 6 4 0) ">=") list:sort (6 4 0 0)}] + skolem:lemma2117 + skolem:lemma2118 + [ a r:Fact; r:gives {(6400 46) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1641 a r:Inference; + r:gives { + 641 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {641 math:notEqualTo 0}] + skolem:lemma3039 + [ a r:Fact; r:gives {((0 6 4 1) "=<") list:sort (0 1 4 6)}] + [ a r:Fact; r:gives {((0 6 4 1) ">=") list:sort (6 4 1 0)}] + skolem:lemma2307 + skolem:lemma2308 + [ a r:Fact; r:gives {(6410 146) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 641]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1642 a r:Inference; + r:gives { + 642 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {642 math:notEqualTo 0}] + skolem:lemma3040 + [ a r:Fact; r:gives {((0 6 4 2) "=<") list:sort (0 2 4 6)}] + [ a r:Fact; r:gives {((0 6 4 2) ">=") list:sort (6 4 2 0)}] + skolem:lemma2479 + skolem:lemma2480 + [ a r:Fact; r:gives {(6420 246) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 642]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1643 a r:Inference; + r:gives { + 643 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {643 math:notEqualTo 0}] + skolem:lemma3041 + [ a r:Fact; r:gives {((0 6 4 3) "=<") list:sort (0 3 4 6)}] + [ a r:Fact; r:gives {((0 6 4 3) ">=") list:sort (6 4 3 0)}] + skolem:lemma2635 + skolem:lemma2636 + [ a r:Fact; r:gives {(6430 346) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 643]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1644 a r:Inference; + r:gives { + 644 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {644 math:notEqualTo 0}] + skolem:lemma3042 + [ a r:Fact; r:gives {((0 6 4 4) "=<") list:sort (0 4 4 6)}] + [ a r:Fact; r:gives {((0 6 4 4) ">=") list:sort (6 4 4 0)}] + skolem:lemma2777 + skolem:lemma2778 + [ a r:Fact; r:gives {(6440 446) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 644]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1645 a r:Inference; + r:gives { + 645 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {645 math:notEqualTo 0}] + skolem:lemma3043 + [ a r:Fact; r:gives {((0 6 4 5) "=<") list:sort (0 4 5 6)}] + [ a r:Fact; r:gives {((0 6 4 5) ">=") list:sort (6 5 4 0)}] + skolem:lemma2797 + skolem:lemma2798 + [ a r:Fact; r:gives {(6540 456) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 645]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1646 a r:Inference; + r:gives { + 646 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {646 math:notEqualTo 0}] + skolem:lemma3044 + [ a r:Fact; r:gives {((0 6 4 6) "=<") list:sort (0 4 6 6)}] + [ a r:Fact; r:gives {((0 6 4 6) ">=") list:sort (6 6 4 0)}] + skolem:lemma2815 + skolem:lemma2816 + [ a r:Fact; r:gives {(6640 466) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 646]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1647 a r:Inference; + r:gives { + 647 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {647 math:notEqualTo 0}] + skolem:lemma3045 + [ a r:Fact; r:gives {((0 6 4 7) "=<") list:sort (0 4 6 7)}] + [ a r:Fact; r:gives {((0 6 4 7) ">=") list:sort (7 6 4 0)}] + skolem:lemma2818 + skolem:lemma2819 + [ a r:Fact; r:gives {(7640 467) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 647]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1648 a r:Inference; + r:gives { + 648 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {648 math:notEqualTo 0}] + skolem:lemma3046 + [ a r:Fact; r:gives {((0 6 4 8) "=<") list:sort (0 4 6 8)}] + [ a r:Fact; r:gives {((0 6 4 8) ">=") list:sort (8 6 4 0)}] + skolem:lemma2821 + skolem:lemma2822 + [ a r:Fact; r:gives {(8640 468) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 648]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1649 a r:Inference; + r:gives { + 649 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {649 math:notEqualTo 0}] + skolem:lemma3047 + [ a r:Fact; r:gives {((0 6 4 9) "=<") list:sort (0 4 6 9)}] + [ a r:Fact; r:gives {((0 6 4 9) ">=") list:sort (9 6 4 0)}] + skolem:lemma2824 + skolem:lemma2825 + [ a r:Fact; r:gives {(9640 469) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 649]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1650 a r:Inference; + r:gives { + 650 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {650 math:notEqualTo 0}] + skolem:lemma3048 + [ a r:Fact; r:gives {((0 6 5 0) "=<") list:sort (0 0 5 6)}] + [ a r:Fact; r:gives {((0 6 5 0) ">=") list:sort (6 5 0 0)}] + skolem:lemma2137 + skolem:lemma2138 + [ a r:Fact; r:gives {(6500 56) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1651 a r:Inference; + r:gives { + 651 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {651 math:notEqualTo 0}] + skolem:lemma3049 + [ a r:Fact; r:gives {((0 6 5 1) "=<") list:sort (0 1 5 6)}] + [ a r:Fact; r:gives {((0 6 5 1) ">=") list:sort (6 5 1 0)}] + skolem:lemma2327 + skolem:lemma2328 + [ a r:Fact; r:gives {(6510 156) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 651]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1652 a r:Inference; + r:gives { + 652 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {652 math:notEqualTo 0}] + skolem:lemma3050 + [ a r:Fact; r:gives {((0 6 5 2) "=<") list:sort (0 2 5 6)}] + [ a r:Fact; r:gives {((0 6 5 2) ">=") list:sort (6 5 2 0)}] + skolem:lemma2499 + skolem:lemma2500 + [ a r:Fact; r:gives {(6520 256) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 652]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1653 a r:Inference; + r:gives { + 653 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {653 math:notEqualTo 0}] + skolem:lemma3051 + [ a r:Fact; r:gives {((0 6 5 3) "=<") list:sort (0 3 5 6)}] + [ a r:Fact; r:gives {((0 6 5 3) ">=") list:sort (6 5 3 0)}] + skolem:lemma2655 + skolem:lemma2656 + [ a r:Fact; r:gives {(6530 356) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 653]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1654 a r:Inference; + r:gives { + 654 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {654 math:notEqualTo 0}] + skolem:lemma3052 + [ a r:Fact; r:gives {((0 6 5 4) "=<") list:sort (0 4 5 6)}] + [ a r:Fact; r:gives {((0 6 5 4) ">=") list:sort (6 5 4 0)}] + skolem:lemma2797 + skolem:lemma2798 + [ a r:Fact; r:gives {(6540 456) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 654]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1655 a r:Inference; + r:gives { + 655 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {655 math:notEqualTo 0}] + skolem:lemma3053 + [ a r:Fact; r:gives {((0 6 5 5) "=<") list:sort (0 5 5 6)}] + [ a r:Fact; r:gives {((0 6 5 5) ">=") list:sort (6 5 5 0)}] + skolem:lemma2927 + skolem:lemma2928 + [ a r:Fact; r:gives {(6550 556) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 655]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1656 a r:Inference; + r:gives { + 656 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {656 math:notEqualTo 0}] + skolem:lemma3054 + [ a r:Fact; r:gives {((0 6 5 6) "=<") list:sort (0 5 6 6)}] + [ a r:Fact; r:gives {((0 6 5 6) ">=") list:sort (6 6 5 0)}] + skolem:lemma2945 + skolem:lemma2946 + [ a r:Fact; r:gives {(6650 566) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 656]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1657 a r:Inference; + r:gives { + 657 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {657 math:notEqualTo 0}] + skolem:lemma3055 + [ a r:Fact; r:gives {((0 6 5 7) "=<") list:sort (0 5 6 7)}] + [ a r:Fact; r:gives {((0 6 5 7) ">=") list:sort (7 6 5 0)}] + skolem:lemma2948 + skolem:lemma2949 + [ a r:Fact; r:gives {(7650 567) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 657]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1658 a r:Inference; + r:gives { + 658 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {658 math:notEqualTo 0}] + skolem:lemma3056 + [ a r:Fact; r:gives {((0 6 5 8) "=<") list:sort (0 5 6 8)}] + [ a r:Fact; r:gives {((0 6 5 8) ">=") list:sort (8 6 5 0)}] + skolem:lemma2951 + skolem:lemma2952 + [ a r:Fact; r:gives {(8650 568) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 658]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1659 a r:Inference; + r:gives { + 659 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {659 math:notEqualTo 0}] + skolem:lemma3057 + [ a r:Fact; r:gives {((0 6 5 9) "=<") list:sort (0 5 6 9)}] + [ a r:Fact; r:gives {((0 6 5 9) ">=") list:sort (9 6 5 0)}] + skolem:lemma2954 + skolem:lemma2955 + [ a r:Fact; r:gives {(9650 569) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 659]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1660 a r:Inference; + r:gives { + 660 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {660 math:notEqualTo 0}] + skolem:lemma3058 + [ a r:Fact; r:gives {((0 6 6 0) "=<") list:sort (0 0 6 6)}] + [ a r:Fact; r:gives {((0 6 6 0) ">=") list:sort (6 6 0 0)}] + skolem:lemma2155 + skolem:lemma2156 + [ a r:Fact; r:gives {(6600 66) math:difference 6534}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6534 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6534 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1661 a r:Inference; + r:gives { + 661 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {661 math:notEqualTo 0}] + skolem:lemma3059 + [ a r:Fact; r:gives {((0 6 6 1) "=<") list:sort (0 1 6 6)}] + [ a r:Fact; r:gives {((0 6 6 1) ">=") list:sort (6 6 1 0)}] + skolem:lemma2345 + skolem:lemma2346 + [ a r:Fact; r:gives {(6610 166) math:difference 6444}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6444 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 6444 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 661]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1662 a r:Inference; + r:gives { + 662 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {662 math:notEqualTo 0}] + skolem:lemma3060 + [ a r:Fact; r:gives {((0 6 6 2) "=<") list:sort (0 2 6 6)}] + [ a r:Fact; r:gives {((0 6 6 2) ">=") list:sort (6 6 2 0)}] + skolem:lemma2517 + skolem:lemma2518 + [ a r:Fact; r:gives {(6620 266) math:difference 6354}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6354 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6354 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 662]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1663 a r:Inference; + r:gives { + 663 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {663 math:notEqualTo 0}] + skolem:lemma3061 + [ a r:Fact; r:gives {((0 6 6 3) "=<") list:sort (0 3 6 6)}] + [ a r:Fact; r:gives {((0 6 6 3) ">=") list:sort (6 6 3 0)}] + skolem:lemma2673 + skolem:lemma2674 + [ a r:Fact; r:gives {(6630 366) math:difference 6264}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6264 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 6264 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 663]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1664 a r:Inference; + r:gives { + 664 :kaprekar (0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {664 math:notEqualTo 0}] + skolem:lemma3062 + [ a r:Fact; r:gives {((0 6 6 4) "=<") list:sort (0 4 6 6)}] + [ a r:Fact; r:gives {((0 6 6 4) ">=") list:sort (6 6 4 0)}] + skolem:lemma2815 + skolem:lemma2816 + [ a r:Fact; r:gives {(6640 466) math:difference 6174}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6174 math:equalTo 6174. + } { + 1 log:equalTo 1. + } { + 6174 :kaprekar (1 1). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 664]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; + r:rule skolem:lemma2003. + +skolem:lemma1665 a r:Inference; + r:gives { + 665 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {665 math:notEqualTo 0}] + skolem:lemma3063 + [ a r:Fact; r:gives {((0 6 6 5) "=<") list:sort (0 5 6 6)}] + [ a r:Fact; r:gives {((0 6 6 5) ">=") list:sort (6 6 5 0)}] + skolem:lemma2945 + skolem:lemma2946 + [ a r:Fact; r:gives {(6650 566) math:difference 6084}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6084 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 6084 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 665]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1666 a r:Inference; + r:gives { + 666 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {666 math:notEqualTo 0}] + skolem:lemma3064 + [ a r:Fact; r:gives {((0 6 6 6) "=<") list:sort (0 6 6 6)}] + [ a r:Fact; r:gives {((0 6 6 6) ">=") list:sort (6 6 6 0)}] + skolem:lemma3065 + skolem:lemma3066 + [ a r:Fact; r:gives {(6660 666) math:difference 5994}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 5994 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 5994 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 666]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 666]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1667 a r:Inference; + r:gives { + 667 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {667 math:notEqualTo 0}] + skolem:lemma3067 + [ a r:Fact; r:gives {((0 6 6 7) "=<") list:sort (0 6 6 7)}] + [ a r:Fact; r:gives {((0 6 6 7) ">=") list:sort (7 6 6 0)}] + skolem:lemma3068 + skolem:lemma3069 + [ a r:Fact; r:gives {(7660 667) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1668 a r:Inference; + r:gives { + 668 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {668 math:notEqualTo 0}] + skolem:lemma3070 + [ a r:Fact; r:gives {((0 6 6 8) "=<") list:sort (0 6 6 8)}] + [ a r:Fact; r:gives {((0 6 6 8) ">=") list:sort (8 6 6 0)}] + skolem:lemma3071 + skolem:lemma3072 + [ a r:Fact; r:gives {(8660 668) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1669 a r:Inference; + r:gives { + 669 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {669 math:notEqualTo 0}] + skolem:lemma3073 + [ a r:Fact; r:gives {((0 6 6 9) "=<") list:sort (0 6 6 9)}] + [ a r:Fact; r:gives {((0 6 6 9) ">=") list:sort (9 6 6 0)}] + skolem:lemma3074 + skolem:lemma3075 + [ a r:Fact; r:gives {(9660 669) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1670 a r:Inference; + r:gives { + 670 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {670 math:notEqualTo 0}] + skolem:lemma3076 + [ a r:Fact; r:gives {((0 6 7 0) "=<") list:sort (0 0 6 7)}] + [ a r:Fact; r:gives {((0 6 7 0) ">=") list:sort (7 6 0 0)}] + skolem:lemma2158 + skolem:lemma2159 + [ a r:Fact; r:gives {(7600 67) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 670]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1671 a r:Inference; + r:gives { + 671 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {671 math:notEqualTo 0}] + skolem:lemma3077 + [ a r:Fact; r:gives {((0 6 7 1) "=<") list:sort (0 1 6 7)}] + [ a r:Fact; r:gives {((0 6 7 1) ">=") list:sort (7 6 1 0)}] + skolem:lemma2348 + skolem:lemma2349 + [ a r:Fact; r:gives {(7610 167) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 671]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1672 a r:Inference; + r:gives { + 672 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {672 math:notEqualTo 0}] + skolem:lemma3078 + [ a r:Fact; r:gives {((0 6 7 2) "=<") list:sort (0 2 6 7)}] + [ a r:Fact; r:gives {((0 6 7 2) ">=") list:sort (7 6 2 0)}] + skolem:lemma2520 + skolem:lemma2521 + [ a r:Fact; r:gives {(7620 267) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 672]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1673 a r:Inference; + r:gives { + 673 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {673 math:notEqualTo 0}] + skolem:lemma3079 + [ a r:Fact; r:gives {((0 6 7 3) "=<") list:sort (0 3 6 7)}] + [ a r:Fact; r:gives {((0 6 7 3) ">=") list:sort (7 6 3 0)}] + skolem:lemma2676 + skolem:lemma2677 + [ a r:Fact; r:gives {(7630 367) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 673]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1674 a r:Inference; + r:gives { + 674 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {674 math:notEqualTo 0}] + skolem:lemma3080 + [ a r:Fact; r:gives {((0 6 7 4) "=<") list:sort (0 4 6 7)}] + [ a r:Fact; r:gives {((0 6 7 4) ">=") list:sort (7 6 4 0)}] + skolem:lemma2818 + skolem:lemma2819 + [ a r:Fact; r:gives {(7640 467) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 674]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1675 a r:Inference; + r:gives { + 675 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {675 math:notEqualTo 0}] + skolem:lemma3081 + [ a r:Fact; r:gives {((0 6 7 5) "=<") list:sort (0 5 6 7)}] + [ a r:Fact; r:gives {((0 6 7 5) ">=") list:sort (7 6 5 0)}] + skolem:lemma2948 + skolem:lemma2949 + [ a r:Fact; r:gives {(7650 567) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 675]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1676 a r:Inference; + r:gives { + 676 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {676 math:notEqualTo 0}] + skolem:lemma3082 + [ a r:Fact; r:gives {((0 6 7 6) "=<") list:sort (0 6 6 7)}] + [ a r:Fact; r:gives {((0 6 7 6) ">=") list:sort (7 6 6 0)}] + skolem:lemma3068 + skolem:lemma3069 + [ a r:Fact; r:gives {(7660 667) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 676]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1677 a r:Inference; + r:gives { + 677 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {677 math:notEqualTo 0}] + skolem:lemma3083 + [ a r:Fact; r:gives {((0 6 7 7) "=<") list:sort (0 6 7 7)}] + [ a r:Fact; r:gives {((0 6 7 7) ">=") list:sort (7 7 6 0)}] + skolem:lemma3084 + skolem:lemma3085 + [ a r:Fact; r:gives {(7760 677) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1678 a r:Inference; + r:gives { + 678 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {678 math:notEqualTo 0}] + skolem:lemma3086 + [ a r:Fact; r:gives {((0 6 7 8) "=<") list:sort (0 6 7 8)}] + [ a r:Fact; r:gives {((0 6 7 8) ">=") list:sort (8 7 6 0)}] + skolem:lemma3087 + skolem:lemma3088 + [ a r:Fact; r:gives {(8760 678) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1679 a r:Inference; + r:gives { + 679 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {679 math:notEqualTo 0}] + skolem:lemma3089 + [ a r:Fact; r:gives {((0 6 7 9) "=<") list:sort (0 6 7 9)}] + [ a r:Fact; r:gives {((0 6 7 9) ">=") list:sort (9 7 6 0)}] + skolem:lemma3090 + skolem:lemma3091 + [ a r:Fact; r:gives {(9760 679) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1680 a r:Inference; + r:gives { + 680 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {680 math:notEqualTo 0}] + skolem:lemma3092 + [ a r:Fact; r:gives {((0 6 8 0) "=<") list:sort (0 0 6 8)}] + [ a r:Fact; r:gives {((0 6 8 0) ">=") list:sort (8 6 0 0)}] + skolem:lemma2161 + skolem:lemma2162 + [ a r:Fact; r:gives {(8600 68) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 680]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1681 a r:Inference; + r:gives { + 681 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {681 math:notEqualTo 0}] + skolem:lemma3093 + [ a r:Fact; r:gives {((0 6 8 1) "=<") list:sort (0 1 6 8)}] + [ a r:Fact; r:gives {((0 6 8 1) ">=") list:sort (8 6 1 0)}] + skolem:lemma2351 + skolem:lemma2352 + [ a r:Fact; r:gives {(8610 168) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 681]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1682 a r:Inference; + r:gives { + 682 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {682 math:notEqualTo 0}] + skolem:lemma3094 + [ a r:Fact; r:gives {((0 6 8 2) "=<") list:sort (0 2 6 8)}] + [ a r:Fact; r:gives {((0 6 8 2) ">=") list:sort (8 6 2 0)}] + skolem:lemma2523 + skolem:lemma2524 + [ a r:Fact; r:gives {(8620 268) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 682]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1683 a r:Inference; + r:gives { + 683 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {683 math:notEqualTo 0}] + skolem:lemma3095 + [ a r:Fact; r:gives {((0 6 8 3) "=<") list:sort (0 3 6 8)}] + [ a r:Fact; r:gives {((0 6 8 3) ">=") list:sort (8 6 3 0)}] + skolem:lemma2679 + skolem:lemma2680 + [ a r:Fact; r:gives {(8630 368) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 683]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1684 a r:Inference; + r:gives { + 684 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {684 math:notEqualTo 0}] + skolem:lemma3096 + [ a r:Fact; r:gives {((0 6 8 4) "=<") list:sort (0 4 6 8)}] + [ a r:Fact; r:gives {((0 6 8 4) ">=") list:sort (8 6 4 0)}] + skolem:lemma2821 + skolem:lemma2822 + [ a r:Fact; r:gives {(8640 468) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 684]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1685 a r:Inference; + r:gives { + 685 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {685 math:notEqualTo 0}] + skolem:lemma3097 + [ a r:Fact; r:gives {((0 6 8 5) "=<") list:sort (0 5 6 8)}] + [ a r:Fact; r:gives {((0 6 8 5) ">=") list:sort (8 6 5 0)}] + skolem:lemma2951 + skolem:lemma2952 + [ a r:Fact; r:gives {(8650 568) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 685]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1686 a r:Inference; + r:gives { + 686 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {686 math:notEqualTo 0}] + skolem:lemma3098 + [ a r:Fact; r:gives {((0 6 8 6) "=<") list:sort (0 6 6 8)}] + [ a r:Fact; r:gives {((0 6 8 6) ">=") list:sort (8 6 6 0)}] + skolem:lemma3071 + skolem:lemma3072 + [ a r:Fact; r:gives {(8660 668) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 686]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1687 a r:Inference; + r:gives { + 687 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {687 math:notEqualTo 0}] + skolem:lemma3099 + [ a r:Fact; r:gives {((0 6 8 7) "=<") list:sort (0 6 7 8)}] + [ a r:Fact; r:gives {((0 6 8 7) ">=") list:sort (8 7 6 0)}] + skolem:lemma3087 + skolem:lemma3088 + [ a r:Fact; r:gives {(8760 678) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 687]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1688 a r:Inference; + r:gives { + 688 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {688 math:notEqualTo 0}] + skolem:lemma3100 + [ a r:Fact; r:gives {((0 6 8 8) "=<") list:sort (0 6 8 8)}] + [ a r:Fact; r:gives {((0 6 8 8) ">=") list:sort (8 8 6 0)}] + skolem:lemma3101 + skolem:lemma3102 + [ a r:Fact; r:gives {(8860 688) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1689 a r:Inference; + r:gives { + 689 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {689 math:notEqualTo 0}] + skolem:lemma3103 + [ a r:Fact; r:gives {((0 6 8 9) "=<") list:sort (0 6 8 9)}] + [ a r:Fact; r:gives {((0 6 8 9) ">=") list:sort (9 8 6 0)}] + skolem:lemma3104 + skolem:lemma3105 + [ a r:Fact; r:gives {(9860 689) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1690 a r:Inference; + r:gives { + 690 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {690 math:notEqualTo 0}] + skolem:lemma3106 + [ a r:Fact; r:gives {((0 6 9 0) "=<") list:sort (0 0 6 9)}] + [ a r:Fact; r:gives {((0 6 9 0) ">=") list:sort (9 6 0 0)}] + skolem:lemma2164 + skolem:lemma2165 + [ a r:Fact; r:gives {(9600 69) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 690]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1691 a r:Inference; + r:gives { + 691 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {691 math:notEqualTo 0}] + skolem:lemma3107 + [ a r:Fact; r:gives {((0 6 9 1) "=<") list:sort (0 1 6 9)}] + [ a r:Fact; r:gives {((0 6 9 1) ">=") list:sort (9 6 1 0)}] + skolem:lemma2354 + skolem:lemma2355 + [ a r:Fact; r:gives {(9610 169) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 691]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1692 a r:Inference; + r:gives { + 692 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {692 math:notEqualTo 0}] + skolem:lemma3108 + [ a r:Fact; r:gives {((0 6 9 2) "=<") list:sort (0 2 6 9)}] + [ a r:Fact; r:gives {((0 6 9 2) ">=") list:sort (9 6 2 0)}] + skolem:lemma2526 + skolem:lemma2527 + [ a r:Fact; r:gives {(9620 269) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 692]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1693 a r:Inference; + r:gives { + 693 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {693 math:notEqualTo 0}] + skolem:lemma3109 + [ a r:Fact; r:gives {((0 6 9 3) "=<") list:sort (0 3 6 9)}] + [ a r:Fact; r:gives {((0 6 9 3) ">=") list:sort (9 6 3 0)}] + skolem:lemma2682 + skolem:lemma2683 + [ a r:Fact; r:gives {(9630 369) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 693]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1694 a r:Inference; + r:gives { + 694 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {694 math:notEqualTo 0}] + skolem:lemma3110 + [ a r:Fact; r:gives {((0 6 9 4) "=<") list:sort (0 4 6 9)}] + [ a r:Fact; r:gives {((0 6 9 4) ">=") list:sort (9 6 4 0)}] + skolem:lemma2824 + skolem:lemma2825 + [ a r:Fact; r:gives {(9640 469) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 694]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1695 a r:Inference; + r:gives { + 695 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {695 math:notEqualTo 0}] + skolem:lemma3111 + [ a r:Fact; r:gives {((0 6 9 5) "=<") list:sort (0 5 6 9)}] + [ a r:Fact; r:gives {((0 6 9 5) ">=") list:sort (9 6 5 0)}] + skolem:lemma2954 + skolem:lemma2955 + [ a r:Fact; r:gives {(9650 569) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 695]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1696 a r:Inference; + r:gives { + 696 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {696 math:notEqualTo 0}] + skolem:lemma3112 + [ a r:Fact; r:gives {((0 6 9 6) "=<") list:sort (0 6 6 9)}] + [ a r:Fact; r:gives {((0 6 9 6) ">=") list:sort (9 6 6 0)}] + skolem:lemma3074 + skolem:lemma3075 + [ a r:Fact; r:gives {(9660 669) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 696]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1697 a r:Inference; + r:gives { + 697 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {697 math:notEqualTo 0}] + skolem:lemma3113 + [ a r:Fact; r:gives {((0 6 9 7) "=<") list:sort (0 6 7 9)}] + [ a r:Fact; r:gives {((0 6 9 7) ">=") list:sort (9 7 6 0)}] + skolem:lemma3090 + skolem:lemma3091 + [ a r:Fact; r:gives {(9760 679) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 697]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1698 a r:Inference; + r:gives { + 698 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {698 math:notEqualTo 0}] + skolem:lemma3114 + [ a r:Fact; r:gives {((0 6 9 8) "=<") list:sort (0 6 8 9)}] + [ a r:Fact; r:gives {((0 6 9 8) ">=") list:sort (9 8 6 0)}] + skolem:lemma3104 + skolem:lemma3105 + [ a r:Fact; r:gives {(9860 689) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 698]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1699 a r:Inference; + r:gives { + 699 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {699 math:notEqualTo 0}] + skolem:lemma3115 + [ a r:Fact; r:gives {((0 6 9 9) "=<") list:sort (0 6 9 9)}] + [ a r:Fact; r:gives {((0 6 9 9) ">=") list:sort (9 9 6 0)}] + skolem:lemma3116 + skolem:lemma3117 + [ a r:Fact; r:gives {(9960 699) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 6 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1700 a r:Inference; + r:gives { + 700 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {700 math:notEqualTo 0}] + skolem:lemma3118 + [ a r:Fact; r:gives {((0 7 0 0) "=<") list:sort (0 0 0 7)}] + [ a r:Fact; r:gives {((0 7 0 0) ">=") list:sort (7 0 0 0)}] + skolem:lemma2020 + skolem:lemma2021 + [ a r:Fact; r:gives {(7000 7) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1701 a r:Inference; + r:gives { + 701 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {701 math:notEqualTo 0}] + skolem:lemma3119 + [ a r:Fact; r:gives {((0 7 0 1) "=<") list:sort (0 0 1 7)}] + [ a r:Fact; r:gives {((0 7 0 1) ">=") list:sort (7 1 0 0)}] + skolem:lemma2048 + skolem:lemma2049 + [ a r:Fact; r:gives {(7100 17) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 701]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1702 a r:Inference; + r:gives { + 702 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {702 math:notEqualTo 0}] + skolem:lemma3120 + [ a r:Fact; r:gives {((0 7 0 2) "=<") list:sort (0 0 2 7)}] + [ a r:Fact; r:gives {((0 7 0 2) ">=") list:sort (7 2 0 0)}] + skolem:lemma2074 + skolem:lemma2075 + [ a r:Fact; r:gives {(7200 27) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 702]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1703 a r:Inference; + r:gives { + 703 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {703 math:notEqualTo 0}] + skolem:lemma3121 + [ a r:Fact; r:gives {((0 7 0 3) "=<") list:sort (0 0 3 7)}] + [ a r:Fact; r:gives {((0 7 0 3) ">=") list:sort (7 3 0 0)}] + skolem:lemma2098 + skolem:lemma2099 + [ a r:Fact; r:gives {(7300 37) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 703]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1704 a r:Inference; + r:gives { + 704 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {704 math:notEqualTo 0}] + skolem:lemma3122 + [ a r:Fact; r:gives {((0 7 0 4) "=<") list:sort (0 0 4 7)}] + [ a r:Fact; r:gives {((0 7 0 4) ">=") list:sort (7 4 0 0)}] + skolem:lemma2120 + skolem:lemma2121 + [ a r:Fact; r:gives {(7400 47) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 704]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1705 a r:Inference; + r:gives { + 705 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {705 math:notEqualTo 0}] + skolem:lemma3123 + [ a r:Fact; r:gives {((0 7 0 5) "=<") list:sort (0 0 5 7)}] + [ a r:Fact; r:gives {((0 7 0 5) ">=") list:sort (7 5 0 0)}] + skolem:lemma2140 + skolem:lemma2141 + [ a r:Fact; r:gives {(7500 57) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 705]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1706 a r:Inference; + r:gives { + 706 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {706 math:notEqualTo 0}] + skolem:lemma3124 + [ a r:Fact; r:gives {((0 7 0 6) "=<") list:sort (0 0 6 7)}] + [ a r:Fact; r:gives {((0 7 0 6) ">=") list:sort (7 6 0 0)}] + skolem:lemma2158 + skolem:lemma2159 + [ a r:Fact; r:gives {(7600 67) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 706]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1707 a r:Inference; + r:gives { + 707 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {707 math:notEqualTo 0}] + skolem:lemma3125 + [ a r:Fact; r:gives {((0 7 0 7) "=<") list:sort (0 0 7 7)}] + [ a r:Fact; r:gives {((0 7 0 7) ">=") list:sort (7 7 0 0)}] + skolem:lemma2174 + skolem:lemma2175 + [ a r:Fact; r:gives {(7700 77) math:difference 7623}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7623 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7623 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 707]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1708 a r:Inference; + r:gives { + 708 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {708 math:notEqualTo 0}] + skolem:lemma3126 + [ a r:Fact; r:gives {((0 7 0 8) "=<") list:sort (0 0 7 8)}] + [ a r:Fact; r:gives {((0 7 0 8) ">=") list:sort (8 7 0 0)}] + skolem:lemma2177 + skolem:lemma2178 + [ a r:Fact; r:gives {(8700 78) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 708]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1709 a r:Inference; + r:gives { + 709 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {709 math:notEqualTo 0}] + skolem:lemma3127 + [ a r:Fact; r:gives {((0 7 0 9) "=<") list:sort (0 0 7 9)}] + [ a r:Fact; r:gives {((0 7 0 9) ">=") list:sort (9 7 0 0)}] + skolem:lemma2180 + skolem:lemma2181 + [ a r:Fact; r:gives {(9700 79) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 709]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1710 a r:Inference; + r:gives { + 710 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {710 math:notEqualTo 0}] + skolem:lemma3128 + [ a r:Fact; r:gives {((0 7 1 0) "=<") list:sort (0 0 1 7)}] + [ a r:Fact; r:gives {((0 7 1 0) ">=") list:sort (7 1 0 0)}] + skolem:lemma2048 + skolem:lemma2049 + [ a r:Fact; r:gives {(7100 17) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1711 a r:Inference; + r:gives { + 711 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {711 math:notEqualTo 0}] + skolem:lemma3129 + [ a r:Fact; r:gives {((0 7 1 1) "=<") list:sort (0 1 1 7)}] + [ a r:Fact; r:gives {((0 7 1 1) ">=") list:sort (7 1 1 0)}] + skolem:lemma2238 + skolem:lemma2239 + [ a r:Fact; r:gives {(7110 117) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1712 a r:Inference; + r:gives { + 712 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {712 math:notEqualTo 0}] + skolem:lemma3130 + [ a r:Fact; r:gives {((0 7 1 2) "=<") list:sort (0 1 2 7)}] + [ a r:Fact; r:gives {((0 7 1 2) ">=") list:sort (7 2 1 0)}] + skolem:lemma2264 + skolem:lemma2265 + [ a r:Fact; r:gives {(7210 127) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 712]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1713 a r:Inference; + r:gives { + 713 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {713 math:notEqualTo 0}] + skolem:lemma3131 + [ a r:Fact; r:gives {((0 7 1 3) "=<") list:sort (0 1 3 7)}] + [ a r:Fact; r:gives {((0 7 1 3) ">=") list:sort (7 3 1 0)}] + skolem:lemma2288 + skolem:lemma2289 + [ a r:Fact; r:gives {(7310 137) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 713]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1714 a r:Inference; + r:gives { + 714 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {714 math:notEqualTo 0}] + skolem:lemma3132 + [ a r:Fact; r:gives {((0 7 1 4) "=<") list:sort (0 1 4 7)}] + [ a r:Fact; r:gives {((0 7 1 4) ">=") list:sort (7 4 1 0)}] + skolem:lemma2310 + skolem:lemma2311 + [ a r:Fact; r:gives {(7410 147) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 714]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1715 a r:Inference; + r:gives { + 715 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {715 math:notEqualTo 0}] + skolem:lemma3133 + [ a r:Fact; r:gives {((0 7 1 5) "=<") list:sort (0 1 5 7)}] + [ a r:Fact; r:gives {((0 7 1 5) ">=") list:sort (7 5 1 0)}] + skolem:lemma2330 + skolem:lemma2331 + [ a r:Fact; r:gives {(7510 157) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 715]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1716 a r:Inference; + r:gives { + 716 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {716 math:notEqualTo 0}] + skolem:lemma3134 + [ a r:Fact; r:gives {((0 7 1 6) "=<") list:sort (0 1 6 7)}] + [ a r:Fact; r:gives {((0 7 1 6) ">=") list:sort (7 6 1 0)}] + skolem:lemma2348 + skolem:lemma2349 + [ a r:Fact; r:gives {(7610 167) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 716]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1717 a r:Inference; + r:gives { + 717 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {717 math:notEqualTo 0}] + skolem:lemma3135 + [ a r:Fact; r:gives {((0 7 1 7) "=<") list:sort (0 1 7 7)}] + [ a r:Fact; r:gives {((0 7 1 7) ">=") list:sort (7 7 1 0)}] + skolem:lemma2364 + skolem:lemma2365 + [ a r:Fact; r:gives {(7710 177) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 717]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1718 a r:Inference; + r:gives { + 718 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {718 math:notEqualTo 0}] + skolem:lemma3136 + [ a r:Fact; r:gives {((0 7 1 8) "=<") list:sort (0 1 7 8)}] + [ a r:Fact; r:gives {((0 7 1 8) ">=") list:sort (8 7 1 0)}] + skolem:lemma2367 + skolem:lemma2368 + [ a r:Fact; r:gives {(8710 178) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 718]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1719 a r:Inference; + r:gives { + 719 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {719 math:notEqualTo 0}] + skolem:lemma3137 + [ a r:Fact; r:gives {((0 7 1 9) "=<") list:sort (0 1 7 9)}] + [ a r:Fact; r:gives {((0 7 1 9) ">=") list:sort (9 7 1 0)}] + skolem:lemma2370 + skolem:lemma2371 + [ a r:Fact; r:gives {(9710 179) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 719]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1720 a r:Inference; + r:gives { + 720 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {720 math:notEqualTo 0}] + skolem:lemma3138 + [ a r:Fact; r:gives {((0 7 2 0) "=<") list:sort (0 0 2 7)}] + [ a r:Fact; r:gives {((0 7 2 0) ">=") list:sort (7 2 0 0)}] + skolem:lemma2074 + skolem:lemma2075 + [ a r:Fact; r:gives {(7200 27) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1721 a r:Inference; + r:gives { + 721 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {721 math:notEqualTo 0}] + skolem:lemma3139 + [ a r:Fact; r:gives {((0 7 2 1) "=<") list:sort (0 1 2 7)}] + [ a r:Fact; r:gives {((0 7 2 1) ">=") list:sort (7 2 1 0)}] + skolem:lemma2264 + skolem:lemma2265 + [ a r:Fact; r:gives {(7210 127) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 721]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1722 a r:Inference; + r:gives { + 722 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {722 math:notEqualTo 0}] + skolem:lemma3140 + [ a r:Fact; r:gives {((0 7 2 2) "=<") list:sort (0 2 2 7)}] + [ a r:Fact; r:gives {((0 7 2 2) ">=") list:sort (7 2 2 0)}] + skolem:lemma2436 + skolem:lemma2437 + [ a r:Fact; r:gives {(7220 227) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 722]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1723 a r:Inference; + r:gives { + 723 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {723 math:notEqualTo 0}] + skolem:lemma3141 + [ a r:Fact; r:gives {((0 7 2 3) "=<") list:sort (0 2 3 7)}] + [ a r:Fact; r:gives {((0 7 2 3) ">=") list:sort (7 3 2 0)}] + skolem:lemma2460 + skolem:lemma2461 + [ a r:Fact; r:gives {(7320 237) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 723]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1724 a r:Inference; + r:gives { + 724 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {724 math:notEqualTo 0}] + skolem:lemma3142 + [ a r:Fact; r:gives {((0 7 2 4) "=<") list:sort (0 2 4 7)}] + [ a r:Fact; r:gives {((0 7 2 4) ">=") list:sort (7 4 2 0)}] + skolem:lemma2482 + skolem:lemma2483 + [ a r:Fact; r:gives {(7420 247) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 724]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1725 a r:Inference; + r:gives { + 725 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {725 math:notEqualTo 0}] + skolem:lemma3143 + [ a r:Fact; r:gives {((0 7 2 5) "=<") list:sort (0 2 5 7)}] + [ a r:Fact; r:gives {((0 7 2 5) ">=") list:sort (7 5 2 0)}] + skolem:lemma2502 + skolem:lemma2503 + [ a r:Fact; r:gives {(7520 257) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 725]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1726 a r:Inference; + r:gives { + 726 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {726 math:notEqualTo 0}] + skolem:lemma3144 + [ a r:Fact; r:gives {((0 7 2 6) "=<") list:sort (0 2 6 7)}] + [ a r:Fact; r:gives {((0 7 2 6) ">=") list:sort (7 6 2 0)}] + skolem:lemma2520 + skolem:lemma2521 + [ a r:Fact; r:gives {(7620 267) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 726]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1727 a r:Inference; + r:gives { + 727 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {727 math:notEqualTo 0}] + skolem:lemma3145 + [ a r:Fact; r:gives {((0 7 2 7) "=<") list:sort (0 2 7 7)}] + [ a r:Fact; r:gives {((0 7 2 7) ">=") list:sort (7 7 2 0)}] + skolem:lemma2536 + skolem:lemma2537 + [ a r:Fact; r:gives {(7720 277) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 727]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1728 a r:Inference; + r:gives { + 728 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {728 math:notEqualTo 0}] + skolem:lemma3146 + [ a r:Fact; r:gives {((0 7 2 8) "=<") list:sort (0 2 7 8)}] + [ a r:Fact; r:gives {((0 7 2 8) ">=") list:sort (8 7 2 0)}] + skolem:lemma2539 + skolem:lemma2540 + [ a r:Fact; r:gives {(8720 278) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 728]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1729 a r:Inference; + r:gives { + 729 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {729 math:notEqualTo 0}] + skolem:lemma3147 + [ a r:Fact; r:gives {((0 7 2 9) "=<") list:sort (0 2 7 9)}] + [ a r:Fact; r:gives {((0 7 2 9) ">=") list:sort (9 7 2 0)}] + skolem:lemma2542 + skolem:lemma2543 + [ a r:Fact; r:gives {(9720 279) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 729]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1730 a r:Inference; + r:gives { + 730 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {730 math:notEqualTo 0}] + skolem:lemma3148 + [ a r:Fact; r:gives {((0 7 3 0) "=<") list:sort (0 0 3 7)}] + [ a r:Fact; r:gives {((0 7 3 0) ">=") list:sort (7 3 0 0)}] + skolem:lemma2098 + skolem:lemma2099 + [ a r:Fact; r:gives {(7300 37) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1731 a r:Inference; + r:gives { + 731 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {731 math:notEqualTo 0}] + skolem:lemma3149 + [ a r:Fact; r:gives {((0 7 3 1) "=<") list:sort (0 1 3 7)}] + [ a r:Fact; r:gives {((0 7 3 1) ">=") list:sort (7 3 1 0)}] + skolem:lemma2288 + skolem:lemma2289 + [ a r:Fact; r:gives {(7310 137) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 731]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1732 a r:Inference; + r:gives { + 732 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {732 math:notEqualTo 0}] + skolem:lemma3150 + [ a r:Fact; r:gives {((0 7 3 2) "=<") list:sort (0 2 3 7)}] + [ a r:Fact; r:gives {((0 7 3 2) ">=") list:sort (7 3 2 0)}] + skolem:lemma2460 + skolem:lemma2461 + [ a r:Fact; r:gives {(7320 237) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 732]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1733 a r:Inference; + r:gives { + 733 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {733 math:notEqualTo 0}] + skolem:lemma3151 + [ a r:Fact; r:gives {((0 7 3 3) "=<") list:sort (0 3 3 7)}] + [ a r:Fact; r:gives {((0 7 3 3) ">=") list:sort (7 3 3 0)}] + skolem:lemma2616 + skolem:lemma2617 + [ a r:Fact; r:gives {(7330 337) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 733]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1734 a r:Inference; + r:gives { + 734 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {734 math:notEqualTo 0}] + skolem:lemma3152 + [ a r:Fact; r:gives {((0 7 3 4) "=<") list:sort (0 3 4 7)}] + [ a r:Fact; r:gives {((0 7 3 4) ">=") list:sort (7 4 3 0)}] + skolem:lemma2638 + skolem:lemma2639 + [ a r:Fact; r:gives {(7430 347) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 734]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1735 a r:Inference; + r:gives { + 735 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {735 math:notEqualTo 0}] + skolem:lemma3153 + [ a r:Fact; r:gives {((0 7 3 5) "=<") list:sort (0 3 5 7)}] + [ a r:Fact; r:gives {((0 7 3 5) ">=") list:sort (7 5 3 0)}] + skolem:lemma2658 + skolem:lemma2659 + [ a r:Fact; r:gives {(7530 357) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 735]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1736 a r:Inference; + r:gives { + 736 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {736 math:notEqualTo 0}] + skolem:lemma3154 + [ a r:Fact; r:gives {((0 7 3 6) "=<") list:sort (0 3 6 7)}] + [ a r:Fact; r:gives {((0 7 3 6) ">=") list:sort (7 6 3 0)}] + skolem:lemma2676 + skolem:lemma2677 + [ a r:Fact; r:gives {(7630 367) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 736]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1737 a r:Inference; + r:gives { + 737 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {737 math:notEqualTo 0}] + skolem:lemma3155 + [ a r:Fact; r:gives {((0 7 3 7) "=<") list:sort (0 3 7 7)}] + [ a r:Fact; r:gives {((0 7 3 7) ">=") list:sort (7 7 3 0)}] + skolem:lemma2692 + skolem:lemma2693 + [ a r:Fact; r:gives {(7730 377) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 737]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1738 a r:Inference; + r:gives { + 738 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {738 math:notEqualTo 0}] + skolem:lemma3156 + [ a r:Fact; r:gives {((0 7 3 8) "=<") list:sort (0 3 7 8)}] + [ a r:Fact; r:gives {((0 7 3 8) ">=") list:sort (8 7 3 0)}] + skolem:lemma2695 + skolem:lemma2696 + [ a r:Fact; r:gives {(8730 378) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 738]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1739 a r:Inference; + r:gives { + 739 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {739 math:notEqualTo 0}] + skolem:lemma3157 + [ a r:Fact; r:gives {((0 7 3 9) "=<") list:sort (0 3 7 9)}] + [ a r:Fact; r:gives {((0 7 3 9) ">=") list:sort (9 7 3 0)}] + skolem:lemma2698 + skolem:lemma2699 + [ a r:Fact; r:gives {(9730 379) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 739]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1740 a r:Inference; + r:gives { + 740 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {740 math:notEqualTo 0}] + skolem:lemma3158 + [ a r:Fact; r:gives {((0 7 4 0) "=<") list:sort (0 0 4 7)}] + [ a r:Fact; r:gives {((0 7 4 0) ">=") list:sort (7 4 0 0)}] + skolem:lemma2120 + skolem:lemma2121 + [ a r:Fact; r:gives {(7400 47) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1741 a r:Inference; + r:gives { + 741 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {741 math:notEqualTo 0}] + skolem:lemma3159 + [ a r:Fact; r:gives {((0 7 4 1) "=<") list:sort (0 1 4 7)}] + [ a r:Fact; r:gives {((0 7 4 1) ">=") list:sort (7 4 1 0)}] + skolem:lemma2310 + skolem:lemma2311 + [ a r:Fact; r:gives {(7410 147) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 741]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1742 a r:Inference; + r:gives { + 742 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {742 math:notEqualTo 0}] + skolem:lemma3160 + [ a r:Fact; r:gives {((0 7 4 2) "=<") list:sort (0 2 4 7)}] + [ a r:Fact; r:gives {((0 7 4 2) ">=") list:sort (7 4 2 0)}] + skolem:lemma2482 + skolem:lemma2483 + [ a r:Fact; r:gives {(7420 247) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 742]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1743 a r:Inference; + r:gives { + 743 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {743 math:notEqualTo 0}] + skolem:lemma3161 + [ a r:Fact; r:gives {((0 7 4 3) "=<") list:sort (0 3 4 7)}] + [ a r:Fact; r:gives {((0 7 4 3) ">=") list:sort (7 4 3 0)}] + skolem:lemma2638 + skolem:lemma2639 + [ a r:Fact; r:gives {(7430 347) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 743]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1744 a r:Inference; + r:gives { + 744 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {744 math:notEqualTo 0}] + skolem:lemma3162 + [ a r:Fact; r:gives {((0 7 4 4) "=<") list:sort (0 4 4 7)}] + [ a r:Fact; r:gives {((0 7 4 4) ">=") list:sort (7 4 4 0)}] + skolem:lemma2780 + skolem:lemma2781 + [ a r:Fact; r:gives {(7440 447) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 744]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1745 a r:Inference; + r:gives { + 745 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {745 math:notEqualTo 0}] + skolem:lemma3163 + [ a r:Fact; r:gives {((0 7 4 5) "=<") list:sort (0 4 5 7)}] + [ a r:Fact; r:gives {((0 7 4 5) ">=") list:sort (7 5 4 0)}] + skolem:lemma2800 + skolem:lemma2801 + [ a r:Fact; r:gives {(7540 457) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 745]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1746 a r:Inference; + r:gives { + 746 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {746 math:notEqualTo 0}] + skolem:lemma3164 + [ a r:Fact; r:gives {((0 7 4 6) "=<") list:sort (0 4 6 7)}] + [ a r:Fact; r:gives {((0 7 4 6) ">=") list:sort (7 6 4 0)}] + skolem:lemma2818 + skolem:lemma2819 + [ a r:Fact; r:gives {(7640 467) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 746]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1747 a r:Inference; + r:gives { + 747 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {747 math:notEqualTo 0}] + skolem:lemma3165 + [ a r:Fact; r:gives {((0 7 4 7) "=<") list:sort (0 4 7 7)}] + [ a r:Fact; r:gives {((0 7 4 7) ">=") list:sort (7 7 4 0)}] + skolem:lemma2834 + skolem:lemma2835 + [ a r:Fact; r:gives {(7740 477) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 747]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1748 a r:Inference; + r:gives { + 748 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {748 math:notEqualTo 0}] + skolem:lemma3166 + [ a r:Fact; r:gives {((0 7 4 8) "=<") list:sort (0 4 7 8)}] + [ a r:Fact; r:gives {((0 7 4 8) ">=") list:sort (8 7 4 0)}] + skolem:lemma2837 + skolem:lemma2838 + [ a r:Fact; r:gives {(8740 478) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 748]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1749 a r:Inference; + r:gives { + 749 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {749 math:notEqualTo 0}] + skolem:lemma3167 + [ a r:Fact; r:gives {((0 7 4 9) "=<") list:sort (0 4 7 9)}] + [ a r:Fact; r:gives {((0 7 4 9) ">=") list:sort (9 7 4 0)}] + skolem:lemma2840 + skolem:lemma2841 + [ a r:Fact; r:gives {(9740 479) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 749]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1750 a r:Inference; + r:gives { + 750 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {750 math:notEqualTo 0}] + skolem:lemma3168 + [ a r:Fact; r:gives {((0 7 5 0) "=<") list:sort (0 0 5 7)}] + [ a r:Fact; r:gives {((0 7 5 0) ">=") list:sort (7 5 0 0)}] + skolem:lemma2140 + skolem:lemma2141 + [ a r:Fact; r:gives {(7500 57) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1751 a r:Inference; + r:gives { + 751 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {751 math:notEqualTo 0}] + skolem:lemma3169 + [ a r:Fact; r:gives {((0 7 5 1) "=<") list:sort (0 1 5 7)}] + [ a r:Fact; r:gives {((0 7 5 1) ">=") list:sort (7 5 1 0)}] + skolem:lemma2330 + skolem:lemma2331 + [ a r:Fact; r:gives {(7510 157) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 751]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1752 a r:Inference; + r:gives { + 752 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {752 math:notEqualTo 0}] + skolem:lemma3170 + [ a r:Fact; r:gives {((0 7 5 2) "=<") list:sort (0 2 5 7)}] + [ a r:Fact; r:gives {((0 7 5 2) ">=") list:sort (7 5 2 0)}] + skolem:lemma2502 + skolem:lemma2503 + [ a r:Fact; r:gives {(7520 257) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 752]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1753 a r:Inference; + r:gives { + 753 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {753 math:notEqualTo 0}] + skolem:lemma3171 + [ a r:Fact; r:gives {((0 7 5 3) "=<") list:sort (0 3 5 7)}] + [ a r:Fact; r:gives {((0 7 5 3) ">=") list:sort (7 5 3 0)}] + skolem:lemma2658 + skolem:lemma2659 + [ a r:Fact; r:gives {(7530 357) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 753]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1754 a r:Inference; + r:gives { + 754 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {754 math:notEqualTo 0}] + skolem:lemma3172 + [ a r:Fact; r:gives {((0 7 5 4) "=<") list:sort (0 4 5 7)}] + [ a r:Fact; r:gives {((0 7 5 4) ">=") list:sort (7 5 4 0)}] + skolem:lemma2800 + skolem:lemma2801 + [ a r:Fact; r:gives {(7540 457) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 754]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1755 a r:Inference; + r:gives { + 755 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {755 math:notEqualTo 0}] + skolem:lemma3173 + [ a r:Fact; r:gives {((0 7 5 5) "=<") list:sort (0 5 5 7)}] + [ a r:Fact; r:gives {((0 7 5 5) ">=") list:sort (7 5 5 0)}] + skolem:lemma2930 + skolem:lemma2931 + [ a r:Fact; r:gives {(7550 557) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 755]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1756 a r:Inference; + r:gives { + 756 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {756 math:notEqualTo 0}] + skolem:lemma3174 + [ a r:Fact; r:gives {((0 7 5 6) "=<") list:sort (0 5 6 7)}] + [ a r:Fact; r:gives {((0 7 5 6) ">=") list:sort (7 6 5 0)}] + skolem:lemma2948 + skolem:lemma2949 + [ a r:Fact; r:gives {(7650 567) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 756]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1757 a r:Inference; + r:gives { + 757 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {757 math:notEqualTo 0}] + skolem:lemma3175 + [ a r:Fact; r:gives {((0 7 5 7) "=<") list:sort (0 5 7 7)}] + [ a r:Fact; r:gives {((0 7 5 7) ">=") list:sort (7 7 5 0)}] + skolem:lemma2964 + skolem:lemma2965 + [ a r:Fact; r:gives {(7750 577) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 757]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1758 a r:Inference; + r:gives { + 758 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {758 math:notEqualTo 0}] + skolem:lemma3176 + [ a r:Fact; r:gives {((0 7 5 8) "=<") list:sort (0 5 7 8)}] + [ a r:Fact; r:gives {((0 7 5 8) ">=") list:sort (8 7 5 0)}] + skolem:lemma2967 + skolem:lemma2968 + [ a r:Fact; r:gives {(8750 578) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 758]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1759 a r:Inference; + r:gives { + 759 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {759 math:notEqualTo 0}] + skolem:lemma3177 + [ a r:Fact; r:gives {((0 7 5 9) "=<") list:sort (0 5 7 9)}] + [ a r:Fact; r:gives {((0 7 5 9) ">=") list:sort (9 7 5 0)}] + skolem:lemma2970 + skolem:lemma2971 + [ a r:Fact; r:gives {(9750 579) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 759]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1760 a r:Inference; + r:gives { + 760 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {760 math:notEqualTo 0}] + skolem:lemma3178 + [ a r:Fact; r:gives {((0 7 6 0) "=<") list:sort (0 0 6 7)}] + [ a r:Fact; r:gives {((0 7 6 0) ">=") list:sort (7 6 0 0)}] + skolem:lemma2158 + skolem:lemma2159 + [ a r:Fact; r:gives {(7600 67) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1761 a r:Inference; + r:gives { + 761 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {761 math:notEqualTo 0}] + skolem:lemma3179 + [ a r:Fact; r:gives {((0 7 6 1) "=<") list:sort (0 1 6 7)}] + [ a r:Fact; r:gives {((0 7 6 1) ">=") list:sort (7 6 1 0)}] + skolem:lemma2348 + skolem:lemma2349 + [ a r:Fact; r:gives {(7610 167) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 761]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1762 a r:Inference; + r:gives { + 762 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {762 math:notEqualTo 0}] + skolem:lemma3180 + [ a r:Fact; r:gives {((0 7 6 2) "=<") list:sort (0 2 6 7)}] + [ a r:Fact; r:gives {((0 7 6 2) ">=") list:sort (7 6 2 0)}] + skolem:lemma2520 + skolem:lemma2521 + [ a r:Fact; r:gives {(7620 267) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 762]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1763 a r:Inference; + r:gives { + 763 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {763 math:notEqualTo 0}] + skolem:lemma3181 + [ a r:Fact; r:gives {((0 7 6 3) "=<") list:sort (0 3 6 7)}] + [ a r:Fact; r:gives {((0 7 6 3) ">=") list:sort (7 6 3 0)}] + skolem:lemma2676 + skolem:lemma2677 + [ a r:Fact; r:gives {(7630 367) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 763]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1764 a r:Inference; + r:gives { + 764 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {764 math:notEqualTo 0}] + skolem:lemma3182 + [ a r:Fact; r:gives {((0 7 6 4) "=<") list:sort (0 4 6 7)}] + [ a r:Fact; r:gives {((0 7 6 4) ">=") list:sort (7 6 4 0)}] + skolem:lemma2818 + skolem:lemma2819 + [ a r:Fact; r:gives {(7640 467) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 764]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1765 a r:Inference; + r:gives { + 765 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {765 math:notEqualTo 0}] + skolem:lemma3183 + [ a r:Fact; r:gives {((0 7 6 5) "=<") list:sort (0 5 6 7)}] + [ a r:Fact; r:gives {((0 7 6 5) ">=") list:sort (7 6 5 0)}] + skolem:lemma2948 + skolem:lemma2949 + [ a r:Fact; r:gives {(7650 567) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 765]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1766 a r:Inference; + r:gives { + 766 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {766 math:notEqualTo 0}] + skolem:lemma3184 + [ a r:Fact; r:gives {((0 7 6 6) "=<") list:sort (0 6 6 7)}] + [ a r:Fact; r:gives {((0 7 6 6) ">=") list:sort (7 6 6 0)}] + skolem:lemma3068 + skolem:lemma3069 + [ a r:Fact; r:gives {(7660 667) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 766]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1767 a r:Inference; + r:gives { + 767 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {767 math:notEqualTo 0}] + skolem:lemma3185 + [ a r:Fact; r:gives {((0 7 6 7) "=<") list:sort (0 6 7 7)}] + [ a r:Fact; r:gives {((0 7 6 7) ">=") list:sort (7 7 6 0)}] + skolem:lemma3084 + skolem:lemma3085 + [ a r:Fact; r:gives {(7760 677) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 767]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1768 a r:Inference; + r:gives { + 768 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {768 math:notEqualTo 0}] + skolem:lemma3186 + [ a r:Fact; r:gives {((0 7 6 8) "=<") list:sort (0 6 7 8)}] + [ a r:Fact; r:gives {((0 7 6 8) ">=") list:sort (8 7 6 0)}] + skolem:lemma3087 + skolem:lemma3088 + [ a r:Fact; r:gives {(8760 678) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 768]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1769 a r:Inference; + r:gives { + 769 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {769 math:notEqualTo 0}] + skolem:lemma3187 + [ a r:Fact; r:gives {((0 7 6 9) "=<") list:sort (0 6 7 9)}] + [ a r:Fact; r:gives {((0 7 6 9) ">=") list:sort (9 7 6 0)}] + skolem:lemma3090 + skolem:lemma3091 + [ a r:Fact; r:gives {(9760 679) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 769]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1770 a r:Inference; + r:gives { + 770 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {770 math:notEqualTo 0}] + skolem:lemma3188 + [ a r:Fact; r:gives {((0 7 7 0) "=<") list:sort (0 0 7 7)}] + [ a r:Fact; r:gives {((0 7 7 0) ">=") list:sort (7 7 0 0)}] + skolem:lemma2174 + skolem:lemma2175 + [ a r:Fact; r:gives {(7700 77) math:difference 7623}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7623 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7623 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1771 a r:Inference; + r:gives { + 771 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {771 math:notEqualTo 0}] + skolem:lemma3189 + [ a r:Fact; r:gives {((0 7 7 1) "=<") list:sort (0 1 7 7)}] + [ a r:Fact; r:gives {((0 7 7 1) ">=") list:sort (7 7 1 0)}] + skolem:lemma2364 + skolem:lemma2365 + [ a r:Fact; r:gives {(7710 177) math:difference 7533}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7533 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7533 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 771]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1772 a r:Inference; + r:gives { + 772 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {772 math:notEqualTo 0}] + skolem:lemma3190 + [ a r:Fact; r:gives {((0 7 7 2) "=<") list:sort (0 2 7 7)}] + [ a r:Fact; r:gives {((0 7 7 2) ">=") list:sort (7 7 2 0)}] + skolem:lemma2536 + skolem:lemma2537 + [ a r:Fact; r:gives {(7720 277) math:difference 7443}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7443 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7443 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 772]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1773 a r:Inference; + r:gives { + 773 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {773 math:notEqualTo 0}] + skolem:lemma3191 + [ a r:Fact; r:gives {((0 7 7 3) "=<") list:sort (0 3 7 7)}] + [ a r:Fact; r:gives {((0 7 7 3) ">=") list:sort (7 7 3 0)}] + skolem:lemma2692 + skolem:lemma2693 + [ a r:Fact; r:gives {(7730 377) math:difference 7353}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7353 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7353 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 773]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1774 a r:Inference; + r:gives { + 774 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {774 math:notEqualTo 0}] + skolem:lemma3192 + [ a r:Fact; r:gives {((0 7 7 4) "=<") list:sort (0 4 7 7)}] + [ a r:Fact; r:gives {((0 7 7 4) ">=") list:sort (7 7 4 0)}] + skolem:lemma2834 + skolem:lemma2835 + [ a r:Fact; r:gives {(7740 477) math:difference 7263}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7263 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7263 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 774]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1775 a r:Inference; + r:gives { + 775 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {775 math:notEqualTo 0}] + skolem:lemma3193 + [ a r:Fact; r:gives {((0 7 7 5) "=<") list:sort (0 5 7 7)}] + [ a r:Fact; r:gives {((0 7 7 5) ">=") list:sort (7 7 5 0)}] + skolem:lemma2964 + skolem:lemma2965 + [ a r:Fact; r:gives {(7750 577) math:difference 7173}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7173 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 7173 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 775]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1776 a r:Inference; + r:gives { + 776 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {776 math:notEqualTo 0}] + skolem:lemma3194 + [ a r:Fact; r:gives {((0 7 7 6) "=<") list:sort (0 6 7 7)}] + [ a r:Fact; r:gives {((0 7 7 6) ">=") list:sort (7 7 6 0)}] + skolem:lemma3084 + skolem:lemma3085 + [ a r:Fact; r:gives {(7760 677) math:difference 7083}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7083 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 7083 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 776]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1777 a r:Inference; + r:gives { + 777 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {777 math:notEqualTo 0}] + skolem:lemma3195 + [ a r:Fact; r:gives {((0 7 7 7) "=<") list:sort (0 7 7 7)}] + [ a r:Fact; r:gives {((0 7 7 7) ">=") list:sort (7 7 7 0)}] + skolem:lemma3196 + skolem:lemma3197 + [ a r:Fact; r:gives {(7770 777) math:difference 6993}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 6993 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 6993 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 777]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 777]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1778 a r:Inference; + r:gives { + 778 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {778 math:notEqualTo 0}] + skolem:lemma3198 + [ a r:Fact; r:gives {((0 7 7 8) "=<") list:sort (0 7 7 8)}] + [ a r:Fact; r:gives {((0 7 7 8) ">=") list:sort (8 7 7 0)}] + skolem:lemma3199 + skolem:lemma3200 + [ a r:Fact; r:gives {(8770 778) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1779 a r:Inference; + r:gives { + 779 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {779 math:notEqualTo 0}] + skolem:lemma3201 + [ a r:Fact; r:gives {((0 7 7 9) "=<") list:sort (0 7 7 9)}] + [ a r:Fact; r:gives {((0 7 7 9) ">=") list:sort (9 7 7 0)}] + skolem:lemma3202 + skolem:lemma3203 + [ a r:Fact; r:gives {(9770 779) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1780 a r:Inference; + r:gives { + 780 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {780 math:notEqualTo 0}] + skolem:lemma3204 + [ a r:Fact; r:gives {((0 7 8 0) "=<") list:sort (0 0 7 8)}] + [ a r:Fact; r:gives {((0 7 8 0) ">=") list:sort (8 7 0 0)}] + skolem:lemma2177 + skolem:lemma2178 + [ a r:Fact; r:gives {(8700 78) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 780]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1781 a r:Inference; + r:gives { + 781 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {781 math:notEqualTo 0}] + skolem:lemma3205 + [ a r:Fact; r:gives {((0 7 8 1) "=<") list:sort (0 1 7 8)}] + [ a r:Fact; r:gives {((0 7 8 1) ">=") list:sort (8 7 1 0)}] + skolem:lemma2367 + skolem:lemma2368 + [ a r:Fact; r:gives {(8710 178) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 781]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1782 a r:Inference; + r:gives { + 782 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {782 math:notEqualTo 0}] + skolem:lemma3206 + [ a r:Fact; r:gives {((0 7 8 2) "=<") list:sort (0 2 7 8)}] + [ a r:Fact; r:gives {((0 7 8 2) ">=") list:sort (8 7 2 0)}] + skolem:lemma2539 + skolem:lemma2540 + [ a r:Fact; r:gives {(8720 278) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 782]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1783 a r:Inference; + r:gives { + 783 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {783 math:notEqualTo 0}] + skolem:lemma3207 + [ a r:Fact; r:gives {((0 7 8 3) "=<") list:sort (0 3 7 8)}] + [ a r:Fact; r:gives {((0 7 8 3) ">=") list:sort (8 7 3 0)}] + skolem:lemma2695 + skolem:lemma2696 + [ a r:Fact; r:gives {(8730 378) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 783]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1784 a r:Inference; + r:gives { + 784 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {784 math:notEqualTo 0}] + skolem:lemma3208 + [ a r:Fact; r:gives {((0 7 8 4) "=<") list:sort (0 4 7 8)}] + [ a r:Fact; r:gives {((0 7 8 4) ">=") list:sort (8 7 4 0)}] + skolem:lemma2837 + skolem:lemma2838 + [ a r:Fact; r:gives {(8740 478) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 784]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1785 a r:Inference; + r:gives { + 785 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {785 math:notEqualTo 0}] + skolem:lemma3209 + [ a r:Fact; r:gives {((0 7 8 5) "=<") list:sort (0 5 7 8)}] + [ a r:Fact; r:gives {((0 7 8 5) ">=") list:sort (8 7 5 0)}] + skolem:lemma2967 + skolem:lemma2968 + [ a r:Fact; r:gives {(8750 578) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 785]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1786 a r:Inference; + r:gives { + 786 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {786 math:notEqualTo 0}] + skolem:lemma3210 + [ a r:Fact; r:gives {((0 7 8 6) "=<") list:sort (0 6 7 8)}] + [ a r:Fact; r:gives {((0 7 8 6) ">=") list:sort (8 7 6 0)}] + skolem:lemma3087 + skolem:lemma3088 + [ a r:Fact; r:gives {(8760 678) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 786]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1787 a r:Inference; + r:gives { + 787 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {787 math:notEqualTo 0}] + skolem:lemma3211 + [ a r:Fact; r:gives {((0 7 8 7) "=<") list:sort (0 7 7 8)}] + [ a r:Fact; r:gives {((0 7 8 7) ">=") list:sort (8 7 7 0)}] + skolem:lemma3199 + skolem:lemma3200 + [ a r:Fact; r:gives {(8770 778) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 787]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1788 a r:Inference; + r:gives { + 788 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {788 math:notEqualTo 0}] + skolem:lemma3212 + [ a r:Fact; r:gives {((0 7 8 8) "=<") list:sort (0 7 8 8)}] + [ a r:Fact; r:gives {((0 7 8 8) ">=") list:sort (8 8 7 0)}] + skolem:lemma3213 + skolem:lemma3214 + [ a r:Fact; r:gives {(8870 788) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1789 a r:Inference; + r:gives { + 789 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {789 math:notEqualTo 0}] + skolem:lemma3215 + [ a r:Fact; r:gives {((0 7 8 9) "=<") list:sort (0 7 8 9)}] + [ a r:Fact; r:gives {((0 7 8 9) ">=") list:sort (9 8 7 0)}] + skolem:lemma3216 + skolem:lemma3217 + [ a r:Fact; r:gives {(9870 789) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1790 a r:Inference; + r:gives { + 790 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {790 math:notEqualTo 0}] + skolem:lemma3218 + [ a r:Fact; r:gives {((0 7 9 0) "=<") list:sort (0 0 7 9)}] + [ a r:Fact; r:gives {((0 7 9 0) ">=") list:sort (9 7 0 0)}] + skolem:lemma2180 + skolem:lemma2181 + [ a r:Fact; r:gives {(9700 79) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 790]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1791 a r:Inference; + r:gives { + 791 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {791 math:notEqualTo 0}] + skolem:lemma3219 + [ a r:Fact; r:gives {((0 7 9 1) "=<") list:sort (0 1 7 9)}] + [ a r:Fact; r:gives {((0 7 9 1) ">=") list:sort (9 7 1 0)}] + skolem:lemma2370 + skolem:lemma2371 + [ a r:Fact; r:gives {(9710 179) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 791]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1792 a r:Inference; + r:gives { + 792 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {792 math:notEqualTo 0}] + skolem:lemma3220 + [ a r:Fact; r:gives {((0 7 9 2) "=<") list:sort (0 2 7 9)}] + [ a r:Fact; r:gives {((0 7 9 2) ">=") list:sort (9 7 2 0)}] + skolem:lemma2542 + skolem:lemma2543 + [ a r:Fact; r:gives {(9720 279) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 792]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1793 a r:Inference; + r:gives { + 793 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {793 math:notEqualTo 0}] + skolem:lemma3221 + [ a r:Fact; r:gives {((0 7 9 3) "=<") list:sort (0 3 7 9)}] + [ a r:Fact; r:gives {((0 7 9 3) ">=") list:sort (9 7 3 0)}] + skolem:lemma2698 + skolem:lemma2699 + [ a r:Fact; r:gives {(9730 379) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 793]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1794 a r:Inference; + r:gives { + 794 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {794 math:notEqualTo 0}] + skolem:lemma3222 + [ a r:Fact; r:gives {((0 7 9 4) "=<") list:sort (0 4 7 9)}] + [ a r:Fact; r:gives {((0 7 9 4) ">=") list:sort (9 7 4 0)}] + skolem:lemma2840 + skolem:lemma2841 + [ a r:Fact; r:gives {(9740 479) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 794]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1795 a r:Inference; + r:gives { + 795 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {795 math:notEqualTo 0}] + skolem:lemma3223 + [ a r:Fact; r:gives {((0 7 9 5) "=<") list:sort (0 5 7 9)}] + [ a r:Fact; r:gives {((0 7 9 5) ">=") list:sort (9 7 5 0)}] + skolem:lemma2970 + skolem:lemma2971 + [ a r:Fact; r:gives {(9750 579) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 795]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1796 a r:Inference; + r:gives { + 796 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {796 math:notEqualTo 0}] + skolem:lemma3224 + [ a r:Fact; r:gives {((0 7 9 6) "=<") list:sort (0 6 7 9)}] + [ a r:Fact; r:gives {((0 7 9 6) ">=") list:sort (9 7 6 0)}] + skolem:lemma3090 + skolem:lemma3091 + [ a r:Fact; r:gives {(9760 679) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 796]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1797 a r:Inference; + r:gives { + 797 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {797 math:notEqualTo 0}] + skolem:lemma3225 + [ a r:Fact; r:gives {((0 7 9 7) "=<") list:sort (0 7 7 9)}] + [ a r:Fact; r:gives {((0 7 9 7) ">=") list:sort (9 7 7 0)}] + skolem:lemma3202 + skolem:lemma3203 + [ a r:Fact; r:gives {(9770 779) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 797]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1798 a r:Inference; + r:gives { + 798 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {798 math:notEqualTo 0}] + skolem:lemma3226 + [ a r:Fact; r:gives {((0 7 9 8) "=<") list:sort (0 7 8 9)}] + [ a r:Fact; r:gives {((0 7 9 8) ">=") list:sort (9 8 7 0)}] + skolem:lemma3216 + skolem:lemma3217 + [ a r:Fact; r:gives {(9870 789) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 798]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1799 a r:Inference; + r:gives { + 799 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {799 math:notEqualTo 0}] + skolem:lemma3227 + [ a r:Fact; r:gives {((0 7 9 9) "=<") list:sort (0 7 9 9)}] + [ a r:Fact; r:gives {((0 7 9 9) ">=") list:sort (9 9 7 0)}] + skolem:lemma3228 + skolem:lemma3229 + [ a r:Fact; r:gives {(9970 799) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 7 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1800 a r:Inference; + r:gives { + 800 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {800 math:notEqualTo 0}] + skolem:lemma3230 + [ a r:Fact; r:gives {((0 8 0 0) "=<") list:sort (0 0 0 8)}] + [ a r:Fact; r:gives {((0 8 0 0) ">=") list:sort (8 0 0 0)}] + skolem:lemma2023 + skolem:lemma2024 + [ a r:Fact; r:gives {(8000 8) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1801 a r:Inference; + r:gives { + 801 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {801 math:notEqualTo 0}] + skolem:lemma3231 + [ a r:Fact; r:gives {((0 8 0 1) "=<") list:sort (0 0 1 8)}] + [ a r:Fact; r:gives {((0 8 0 1) ">=") list:sort (8 1 0 0)}] + skolem:lemma2051 + skolem:lemma2052 + [ a r:Fact; r:gives {(8100 18) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 801]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1802 a r:Inference; + r:gives { + 802 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {802 math:notEqualTo 0}] + skolem:lemma3232 + [ a r:Fact; r:gives {((0 8 0 2) "=<") list:sort (0 0 2 8)}] + [ a r:Fact; r:gives {((0 8 0 2) ">=") list:sort (8 2 0 0)}] + skolem:lemma2077 + skolem:lemma2078 + [ a r:Fact; r:gives {(8200 28) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 802]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1803 a r:Inference; + r:gives { + 803 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {803 math:notEqualTo 0}] + skolem:lemma3233 + [ a r:Fact; r:gives {((0 8 0 3) "=<") list:sort (0 0 3 8)}] + [ a r:Fact; r:gives {((0 8 0 3) ">=") list:sort (8 3 0 0)}] + skolem:lemma2101 + skolem:lemma2102 + [ a r:Fact; r:gives {(8300 38) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 803]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1804 a r:Inference; + r:gives { + 804 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {804 math:notEqualTo 0}] + skolem:lemma3234 + [ a r:Fact; r:gives {((0 8 0 4) "=<") list:sort (0 0 4 8)}] + [ a r:Fact; r:gives {((0 8 0 4) ">=") list:sort (8 4 0 0)}] + skolem:lemma2123 + skolem:lemma2124 + [ a r:Fact; r:gives {(8400 48) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 804]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1805 a r:Inference; + r:gives { + 805 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {805 math:notEqualTo 0}] + skolem:lemma3235 + [ a r:Fact; r:gives {((0 8 0 5) "=<") list:sort (0 0 5 8)}] + [ a r:Fact; r:gives {((0 8 0 5) ">=") list:sort (8 5 0 0)}] + skolem:lemma2143 + skolem:lemma2144 + [ a r:Fact; r:gives {(8500 58) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 805]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1806 a r:Inference; + r:gives { + 806 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {806 math:notEqualTo 0}] + skolem:lemma3236 + [ a r:Fact; r:gives {((0 8 0 6) "=<") list:sort (0 0 6 8)}] + [ a r:Fact; r:gives {((0 8 0 6) ">=") list:sort (8 6 0 0)}] + skolem:lemma2161 + skolem:lemma2162 + [ a r:Fact; r:gives {(8600 68) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 806]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1807 a r:Inference; + r:gives { + 807 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {807 math:notEqualTo 0}] + skolem:lemma3237 + [ a r:Fact; r:gives {((0 8 0 7) "=<") list:sort (0 0 7 8)}] + [ a r:Fact; r:gives {((0 8 0 7) ">=") list:sort (8 7 0 0)}] + skolem:lemma2177 + skolem:lemma2178 + [ a r:Fact; r:gives {(8700 78) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 807]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1808 a r:Inference; + r:gives { + 808 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {808 math:notEqualTo 0}] + skolem:lemma3238 + [ a r:Fact; r:gives {((0 8 0 8) "=<") list:sort (0 0 8 8)}] + [ a r:Fact; r:gives {((0 8 0 8) ">=") list:sort (8 8 0 0)}] + skolem:lemma2191 + skolem:lemma2192 + [ a r:Fact; r:gives {(8800 88) math:difference 8712}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8712 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8712 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 808]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8712]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1809 a r:Inference; + r:gives { + 809 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {809 math:notEqualTo 0}] + skolem:lemma3239 + [ a r:Fact; r:gives {((0 8 0 9) "=<") list:sort (0 0 8 9)}] + [ a r:Fact; r:gives {((0 8 0 9) ">=") list:sort (9 8 0 0)}] + skolem:lemma2194 + skolem:lemma2195 + [ a r:Fact; r:gives {(9800 89) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 809]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1810 a r:Inference; + r:gives { + 810 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {810 math:notEqualTo 0}] + skolem:lemma3240 + [ a r:Fact; r:gives {((0 8 1 0) "=<") list:sort (0 0 1 8)}] + [ a r:Fact; r:gives {((0 8 1 0) ">=") list:sort (8 1 0 0)}] + skolem:lemma2051 + skolem:lemma2052 + [ a r:Fact; r:gives {(8100 18) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1811 a r:Inference; + r:gives { + 811 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {811 math:notEqualTo 0}] + skolem:lemma3241 + [ a r:Fact; r:gives {((0 8 1 1) "=<") list:sort (0 1 1 8)}] + [ a r:Fact; r:gives {((0 8 1 1) ">=") list:sort (8 1 1 0)}] + skolem:lemma2241 + skolem:lemma2242 + [ a r:Fact; r:gives {(8110 118) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 811]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1812 a r:Inference; + r:gives { + 812 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {812 math:notEqualTo 0}] + skolem:lemma3242 + [ a r:Fact; r:gives {((0 8 1 2) "=<") list:sort (0 1 2 8)}] + [ a r:Fact; r:gives {((0 8 1 2) ">=") list:sort (8 2 1 0)}] + skolem:lemma2267 + skolem:lemma2268 + [ a r:Fact; r:gives {(8210 128) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 812]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1813 a r:Inference; + r:gives { + 813 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {813 math:notEqualTo 0}] + skolem:lemma3243 + [ a r:Fact; r:gives {((0 8 1 3) "=<") list:sort (0 1 3 8)}] + [ a r:Fact; r:gives {((0 8 1 3) ">=") list:sort (8 3 1 0)}] + skolem:lemma2291 + skolem:lemma2292 + [ a r:Fact; r:gives {(8310 138) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 813]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1814 a r:Inference; + r:gives { + 814 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {814 math:notEqualTo 0}] + skolem:lemma3244 + [ a r:Fact; r:gives {((0 8 1 4) "=<") list:sort (0 1 4 8)}] + [ a r:Fact; r:gives {((0 8 1 4) ">=") list:sort (8 4 1 0)}] + skolem:lemma2313 + skolem:lemma2314 + [ a r:Fact; r:gives {(8410 148) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 814]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1815 a r:Inference; + r:gives { + 815 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {815 math:notEqualTo 0}] + skolem:lemma3245 + [ a r:Fact; r:gives {((0 8 1 5) "=<") list:sort (0 1 5 8)}] + [ a r:Fact; r:gives {((0 8 1 5) ">=") list:sort (8 5 1 0)}] + skolem:lemma2333 + skolem:lemma2334 + [ a r:Fact; r:gives {(8510 158) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 815]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1816 a r:Inference; + r:gives { + 816 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {816 math:notEqualTo 0}] + skolem:lemma3246 + [ a r:Fact; r:gives {((0 8 1 6) "=<") list:sort (0 1 6 8)}] + [ a r:Fact; r:gives {((0 8 1 6) ">=") list:sort (8 6 1 0)}] + skolem:lemma2351 + skolem:lemma2352 + [ a r:Fact; r:gives {(8610 168) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 816]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1817 a r:Inference; + r:gives { + 817 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {817 math:notEqualTo 0}] + skolem:lemma3247 + [ a r:Fact; r:gives {((0 8 1 7) "=<") list:sort (0 1 7 8)}] + [ a r:Fact; r:gives {((0 8 1 7) ">=") list:sort (8 7 1 0)}] + skolem:lemma2367 + skolem:lemma2368 + [ a r:Fact; r:gives {(8710 178) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 817]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1818 a r:Inference; + r:gives { + 818 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {818 math:notEqualTo 0}] + skolem:lemma3248 + [ a r:Fact; r:gives {((0 8 1 8) "=<") list:sort (0 1 8 8)}] + [ a r:Fact; r:gives {((0 8 1 8) ">=") list:sort (8 8 1 0)}] + skolem:lemma2381 + skolem:lemma2382 + [ a r:Fact; r:gives {(8810 188) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 818]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1819 a r:Inference; + r:gives { + 819 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {819 math:notEqualTo 0}] + skolem:lemma3249 + [ a r:Fact; r:gives {((0 8 1 9) "=<") list:sort (0 1 8 9)}] + [ a r:Fact; r:gives {((0 8 1 9) ">=") list:sort (9 8 1 0)}] + skolem:lemma2384 + skolem:lemma2385 + [ a r:Fact; r:gives {(9810 189) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 819]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1820 a r:Inference; + r:gives { + 820 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {820 math:notEqualTo 0}] + skolem:lemma3250 + [ a r:Fact; r:gives {((0 8 2 0) "=<") list:sort (0 0 2 8)}] + [ a r:Fact; r:gives {((0 8 2 0) ">=") list:sort (8 2 0 0)}] + skolem:lemma2077 + skolem:lemma2078 + [ a r:Fact; r:gives {(8200 28) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1821 a r:Inference; + r:gives { + 821 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {821 math:notEqualTo 0}] + skolem:lemma3251 + [ a r:Fact; r:gives {((0 8 2 1) "=<") list:sort (0 1 2 8)}] + [ a r:Fact; r:gives {((0 8 2 1) ">=") list:sort (8 2 1 0)}] + skolem:lemma2267 + skolem:lemma2268 + [ a r:Fact; r:gives {(8210 128) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 821]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1822 a r:Inference; + r:gives { + 822 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {822 math:notEqualTo 0}] + skolem:lemma3252 + [ a r:Fact; r:gives {((0 8 2 2) "=<") list:sort (0 2 2 8)}] + [ a r:Fact; r:gives {((0 8 2 2) ">=") list:sort (8 2 2 0)}] + skolem:lemma2439 + skolem:lemma2440 + [ a r:Fact; r:gives {(8220 228) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 822]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1823 a r:Inference; + r:gives { + 823 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {823 math:notEqualTo 0}] + skolem:lemma3253 + [ a r:Fact; r:gives {((0 8 2 3) "=<") list:sort (0 2 3 8)}] + [ a r:Fact; r:gives {((0 8 2 3) ">=") list:sort (8 3 2 0)}] + skolem:lemma2463 + skolem:lemma2464 + [ a r:Fact; r:gives {(8320 238) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 823]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1824 a r:Inference; + r:gives { + 824 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {824 math:notEqualTo 0}] + skolem:lemma3254 + [ a r:Fact; r:gives {((0 8 2 4) "=<") list:sort (0 2 4 8)}] + [ a r:Fact; r:gives {((0 8 2 4) ">=") list:sort (8 4 2 0)}] + skolem:lemma2485 + skolem:lemma2486 + [ a r:Fact; r:gives {(8420 248) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 824]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1825 a r:Inference; + r:gives { + 825 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {825 math:notEqualTo 0}] + skolem:lemma3255 + [ a r:Fact; r:gives {((0 8 2 5) "=<") list:sort (0 2 5 8)}] + [ a r:Fact; r:gives {((0 8 2 5) ">=") list:sort (8 5 2 0)}] + skolem:lemma2505 + skolem:lemma2506 + [ a r:Fact; r:gives {(8520 258) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 825]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1826 a r:Inference; + r:gives { + 826 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {826 math:notEqualTo 0}] + skolem:lemma3256 + [ a r:Fact; r:gives {((0 8 2 6) "=<") list:sort (0 2 6 8)}] + [ a r:Fact; r:gives {((0 8 2 6) ">=") list:sort (8 6 2 0)}] + skolem:lemma2523 + skolem:lemma2524 + [ a r:Fact; r:gives {(8620 268) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 826]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1827 a r:Inference; + r:gives { + 827 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {827 math:notEqualTo 0}] + skolem:lemma3257 + [ a r:Fact; r:gives {((0 8 2 7) "=<") list:sort (0 2 7 8)}] + [ a r:Fact; r:gives {((0 8 2 7) ">=") list:sort (8 7 2 0)}] + skolem:lemma2539 + skolem:lemma2540 + [ a r:Fact; r:gives {(8720 278) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 827]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1828 a r:Inference; + r:gives { + 828 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {828 math:notEqualTo 0}] + skolem:lemma3258 + [ a r:Fact; r:gives {((0 8 2 8) "=<") list:sort (0 2 8 8)}] + [ a r:Fact; r:gives {((0 8 2 8) ">=") list:sort (8 8 2 0)}] + skolem:lemma2553 + skolem:lemma2554 + [ a r:Fact; r:gives {(8820 288) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 828]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1829 a r:Inference; + r:gives { + 829 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {829 math:notEqualTo 0}] + skolem:lemma3259 + [ a r:Fact; r:gives {((0 8 2 9) "=<") list:sort (0 2 8 9)}] + [ a r:Fact; r:gives {((0 8 2 9) ">=") list:sort (9 8 2 0)}] + skolem:lemma2556 + skolem:lemma2557 + [ a r:Fact; r:gives {(9820 289) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 829]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1830 a r:Inference; + r:gives { + 830 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {830 math:notEqualTo 0}] + skolem:lemma3260 + [ a r:Fact; r:gives {((0 8 3 0) "=<") list:sort (0 0 3 8)}] + [ a r:Fact; r:gives {((0 8 3 0) ">=") list:sort (8 3 0 0)}] + skolem:lemma2101 + skolem:lemma2102 + [ a r:Fact; r:gives {(8300 38) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1831 a r:Inference; + r:gives { + 831 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {831 math:notEqualTo 0}] + skolem:lemma3261 + [ a r:Fact; r:gives {((0 8 3 1) "=<") list:sort (0 1 3 8)}] + [ a r:Fact; r:gives {((0 8 3 1) ">=") list:sort (8 3 1 0)}] + skolem:lemma2291 + skolem:lemma2292 + [ a r:Fact; r:gives {(8310 138) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 831]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1832 a r:Inference; + r:gives { + 832 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {832 math:notEqualTo 0}] + skolem:lemma3262 + [ a r:Fact; r:gives {((0 8 3 2) "=<") list:sort (0 2 3 8)}] + [ a r:Fact; r:gives {((0 8 3 2) ">=") list:sort (8 3 2 0)}] + skolem:lemma2463 + skolem:lemma2464 + [ a r:Fact; r:gives {(8320 238) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 832]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1833 a r:Inference; + r:gives { + 833 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {833 math:notEqualTo 0}] + skolem:lemma3263 + [ a r:Fact; r:gives {((0 8 3 3) "=<") list:sort (0 3 3 8)}] + [ a r:Fact; r:gives {((0 8 3 3) ">=") list:sort (8 3 3 0)}] + skolem:lemma2619 + skolem:lemma2620 + [ a r:Fact; r:gives {(8330 338) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 833]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1834 a r:Inference; + r:gives { + 834 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {834 math:notEqualTo 0}] + skolem:lemma3264 + [ a r:Fact; r:gives {((0 8 3 4) "=<") list:sort (0 3 4 8)}] + [ a r:Fact; r:gives {((0 8 3 4) ">=") list:sort (8 4 3 0)}] + skolem:lemma2641 + skolem:lemma2642 + [ a r:Fact; r:gives {(8430 348) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 834]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1835 a r:Inference; + r:gives { + 835 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {835 math:notEqualTo 0}] + skolem:lemma3265 + [ a r:Fact; r:gives {((0 8 3 5) "=<") list:sort (0 3 5 8)}] + [ a r:Fact; r:gives {((0 8 3 5) ">=") list:sort (8 5 3 0)}] + skolem:lemma2661 + skolem:lemma2662 + [ a r:Fact; r:gives {(8530 358) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 835]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1836 a r:Inference; + r:gives { + 836 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {836 math:notEqualTo 0}] + skolem:lemma3266 + [ a r:Fact; r:gives {((0 8 3 6) "=<") list:sort (0 3 6 8)}] + [ a r:Fact; r:gives {((0 8 3 6) ">=") list:sort (8 6 3 0)}] + skolem:lemma2679 + skolem:lemma2680 + [ a r:Fact; r:gives {(8630 368) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 836]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1837 a r:Inference; + r:gives { + 837 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {837 math:notEqualTo 0}] + skolem:lemma3267 + [ a r:Fact; r:gives {((0 8 3 7) "=<") list:sort (0 3 7 8)}] + [ a r:Fact; r:gives {((0 8 3 7) ">=") list:sort (8 7 3 0)}] + skolem:lemma2695 + skolem:lemma2696 + [ a r:Fact; r:gives {(8730 378) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 837]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1838 a r:Inference; + r:gives { + 838 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {838 math:notEqualTo 0}] + skolem:lemma3268 + [ a r:Fact; r:gives {((0 8 3 8) "=<") list:sort (0 3 8 8)}] + [ a r:Fact; r:gives {((0 8 3 8) ">=") list:sort (8 8 3 0)}] + skolem:lemma2709 + skolem:lemma2710 + [ a r:Fact; r:gives {(8830 388) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 838]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1839 a r:Inference; + r:gives { + 839 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {839 math:notEqualTo 0}] + skolem:lemma3269 + [ a r:Fact; r:gives {((0 8 3 9) "=<") list:sort (0 3 8 9)}] + [ a r:Fact; r:gives {((0 8 3 9) ">=") list:sort (9 8 3 0)}] + skolem:lemma2712 + skolem:lemma2713 + [ a r:Fact; r:gives {(9830 389) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 839]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1840 a r:Inference; + r:gives { + 840 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {840 math:notEqualTo 0}] + skolem:lemma3270 + [ a r:Fact; r:gives {((0 8 4 0) "=<") list:sort (0 0 4 8)}] + [ a r:Fact; r:gives {((0 8 4 0) ">=") list:sort (8 4 0 0)}] + skolem:lemma2123 + skolem:lemma2124 + [ a r:Fact; r:gives {(8400 48) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1841 a r:Inference; + r:gives { + 841 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {841 math:notEqualTo 0}] + skolem:lemma3271 + [ a r:Fact; r:gives {((0 8 4 1) "=<") list:sort (0 1 4 8)}] + [ a r:Fact; r:gives {((0 8 4 1) ">=") list:sort (8 4 1 0)}] + skolem:lemma2313 + skolem:lemma2314 + [ a r:Fact; r:gives {(8410 148) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 841]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1842 a r:Inference; + r:gives { + 842 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {842 math:notEqualTo 0}] + skolem:lemma3272 + [ a r:Fact; r:gives {((0 8 4 2) "=<") list:sort (0 2 4 8)}] + [ a r:Fact; r:gives {((0 8 4 2) ">=") list:sort (8 4 2 0)}] + skolem:lemma2485 + skolem:lemma2486 + [ a r:Fact; r:gives {(8420 248) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 842]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1843 a r:Inference; + r:gives { + 843 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {843 math:notEqualTo 0}] + skolem:lemma3273 + [ a r:Fact; r:gives {((0 8 4 3) "=<") list:sort (0 3 4 8)}] + [ a r:Fact; r:gives {((0 8 4 3) ">=") list:sort (8 4 3 0)}] + skolem:lemma2641 + skolem:lemma2642 + [ a r:Fact; r:gives {(8430 348) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 843]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1844 a r:Inference; + r:gives { + 844 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {844 math:notEqualTo 0}] + skolem:lemma3274 + [ a r:Fact; r:gives {((0 8 4 4) "=<") list:sort (0 4 4 8)}] + [ a r:Fact; r:gives {((0 8 4 4) ">=") list:sort (8 4 4 0)}] + skolem:lemma2783 + skolem:lemma2784 + [ a r:Fact; r:gives {(8440 448) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 844]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1845 a r:Inference; + r:gives { + 845 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {845 math:notEqualTo 0}] + skolem:lemma3275 + [ a r:Fact; r:gives {((0 8 4 5) "=<") list:sort (0 4 5 8)}] + [ a r:Fact; r:gives {((0 8 4 5) ">=") list:sort (8 5 4 0)}] + skolem:lemma2803 + skolem:lemma2804 + [ a r:Fact; r:gives {(8540 458) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 845]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1846 a r:Inference; + r:gives { + 846 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {846 math:notEqualTo 0}] + skolem:lemma3276 + [ a r:Fact; r:gives {((0 8 4 6) "=<") list:sort (0 4 6 8)}] + [ a r:Fact; r:gives {((0 8 4 6) ">=") list:sort (8 6 4 0)}] + skolem:lemma2821 + skolem:lemma2822 + [ a r:Fact; r:gives {(8640 468) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 846]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1847 a r:Inference; + r:gives { + 847 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {847 math:notEqualTo 0}] + skolem:lemma3277 + [ a r:Fact; r:gives {((0 8 4 7) "=<") list:sort (0 4 7 8)}] + [ a r:Fact; r:gives {((0 8 4 7) ">=") list:sort (8 7 4 0)}] + skolem:lemma2837 + skolem:lemma2838 + [ a r:Fact; r:gives {(8740 478) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 847]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1848 a r:Inference; + r:gives { + 848 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {848 math:notEqualTo 0}] + skolem:lemma3278 + [ a r:Fact; r:gives {((0 8 4 8) "=<") list:sort (0 4 8 8)}] + [ a r:Fact; r:gives {((0 8 4 8) ">=") list:sort (8 8 4 0)}] + skolem:lemma2851 + skolem:lemma2852 + [ a r:Fact; r:gives {(8840 488) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 848]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1849 a r:Inference; + r:gives { + 849 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {849 math:notEqualTo 0}] + skolem:lemma3279 + [ a r:Fact; r:gives {((0 8 4 9) "=<") list:sort (0 4 8 9)}] + [ a r:Fact; r:gives {((0 8 4 9) ">=") list:sort (9 8 4 0)}] + skolem:lemma2854 + skolem:lemma2855 + [ a r:Fact; r:gives {(9840 489) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 849]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1850 a r:Inference; + r:gives { + 850 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {850 math:notEqualTo 0}] + skolem:lemma3280 + [ a r:Fact; r:gives {((0 8 5 0) "=<") list:sort (0 0 5 8)}] + [ a r:Fact; r:gives {((0 8 5 0) ">=") list:sort (8 5 0 0)}] + skolem:lemma2143 + skolem:lemma2144 + [ a r:Fact; r:gives {(8500 58) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1851 a r:Inference; + r:gives { + 851 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {851 math:notEqualTo 0}] + skolem:lemma3281 + [ a r:Fact; r:gives {((0 8 5 1) "=<") list:sort (0 1 5 8)}] + [ a r:Fact; r:gives {((0 8 5 1) ">=") list:sort (8 5 1 0)}] + skolem:lemma2333 + skolem:lemma2334 + [ a r:Fact; r:gives {(8510 158) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 851]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1852 a r:Inference; + r:gives { + 852 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {852 math:notEqualTo 0}] + skolem:lemma3282 + [ a r:Fact; r:gives {((0 8 5 2) "=<") list:sort (0 2 5 8)}] + [ a r:Fact; r:gives {((0 8 5 2) ">=") list:sort (8 5 2 0)}] + skolem:lemma2505 + skolem:lemma2506 + [ a r:Fact; r:gives {(8520 258) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 852]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1853 a r:Inference; + r:gives { + 853 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {853 math:notEqualTo 0}] + skolem:lemma3283 + [ a r:Fact; r:gives {((0 8 5 3) "=<") list:sort (0 3 5 8)}] + [ a r:Fact; r:gives {((0 8 5 3) ">=") list:sort (8 5 3 0)}] + skolem:lemma2661 + skolem:lemma2662 + [ a r:Fact; r:gives {(8530 358) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 853]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1854 a r:Inference; + r:gives { + 854 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {854 math:notEqualTo 0}] + skolem:lemma3284 + [ a r:Fact; r:gives {((0 8 5 4) "=<") list:sort (0 4 5 8)}] + [ a r:Fact; r:gives {((0 8 5 4) ">=") list:sort (8 5 4 0)}] + skolem:lemma2803 + skolem:lemma2804 + [ a r:Fact; r:gives {(8540 458) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 854]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1855 a r:Inference; + r:gives { + 855 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {855 math:notEqualTo 0}] + skolem:lemma3285 + [ a r:Fact; r:gives {((0 8 5 5) "=<") list:sort (0 5 5 8)}] + [ a r:Fact; r:gives {((0 8 5 5) ">=") list:sort (8 5 5 0)}] + skolem:lemma2933 + skolem:lemma2934 + [ a r:Fact; r:gives {(8550 558) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 855]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1856 a r:Inference; + r:gives { + 856 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {856 math:notEqualTo 0}] + skolem:lemma3286 + [ a r:Fact; r:gives {((0 8 5 6) "=<") list:sort (0 5 6 8)}] + [ a r:Fact; r:gives {((0 8 5 6) ">=") list:sort (8 6 5 0)}] + skolem:lemma2951 + skolem:lemma2952 + [ a r:Fact; r:gives {(8650 568) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 856]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1857 a r:Inference; + r:gives { + 857 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {857 math:notEqualTo 0}] + skolem:lemma3287 + [ a r:Fact; r:gives {((0 8 5 7) "=<") list:sort (0 5 7 8)}] + [ a r:Fact; r:gives {((0 8 5 7) ">=") list:sort (8 7 5 0)}] + skolem:lemma2967 + skolem:lemma2968 + [ a r:Fact; r:gives {(8750 578) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 857]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1858 a r:Inference; + r:gives { + 858 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {858 math:notEqualTo 0}] + skolem:lemma3288 + [ a r:Fact; r:gives {((0 8 5 8) "=<") list:sort (0 5 8 8)}] + [ a r:Fact; r:gives {((0 8 5 8) ">=") list:sort (8 8 5 0)}] + skolem:lemma2981 + skolem:lemma2982 + [ a r:Fact; r:gives {(8850 588) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 858]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1859 a r:Inference; + r:gives { + 859 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {859 math:notEqualTo 0}] + skolem:lemma3289 + [ a r:Fact; r:gives {((0 8 5 9) "=<") list:sort (0 5 8 9)}] + [ a r:Fact; r:gives {((0 8 5 9) ">=") list:sort (9 8 5 0)}] + skolem:lemma2984 + skolem:lemma2985 + [ a r:Fact; r:gives {(9850 589) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 859]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1860 a r:Inference; + r:gives { + 860 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {860 math:notEqualTo 0}] + skolem:lemma3290 + [ a r:Fact; r:gives {((0 8 6 0) "=<") list:sort (0 0 6 8)}] + [ a r:Fact; r:gives {((0 8 6 0) ">=") list:sort (8 6 0 0)}] + skolem:lemma2161 + skolem:lemma2162 + [ a r:Fact; r:gives {(8600 68) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1861 a r:Inference; + r:gives { + 861 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {861 math:notEqualTo 0}] + skolem:lemma3291 + [ a r:Fact; r:gives {((0 8 6 1) "=<") list:sort (0 1 6 8)}] + [ a r:Fact; r:gives {((0 8 6 1) ">=") list:sort (8 6 1 0)}] + skolem:lemma2351 + skolem:lemma2352 + [ a r:Fact; r:gives {(8610 168) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 861]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1862 a r:Inference; + r:gives { + 862 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {862 math:notEqualTo 0}] + skolem:lemma3292 + [ a r:Fact; r:gives {((0 8 6 2) "=<") list:sort (0 2 6 8)}] + [ a r:Fact; r:gives {((0 8 6 2) ">=") list:sort (8 6 2 0)}] + skolem:lemma2523 + skolem:lemma2524 + [ a r:Fact; r:gives {(8620 268) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 862]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1863 a r:Inference; + r:gives { + 863 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {863 math:notEqualTo 0}] + skolem:lemma3293 + [ a r:Fact; r:gives {((0 8 6 3) "=<") list:sort (0 3 6 8)}] + [ a r:Fact; r:gives {((0 8 6 3) ">=") list:sort (8 6 3 0)}] + skolem:lemma2679 + skolem:lemma2680 + [ a r:Fact; r:gives {(8630 368) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 863]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1864 a r:Inference; + r:gives { + 864 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {864 math:notEqualTo 0}] + skolem:lemma3294 + [ a r:Fact; r:gives {((0 8 6 4) "=<") list:sort (0 4 6 8)}] + [ a r:Fact; r:gives {((0 8 6 4) ">=") list:sort (8 6 4 0)}] + skolem:lemma2821 + skolem:lemma2822 + [ a r:Fact; r:gives {(8640 468) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 864]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1865 a r:Inference; + r:gives { + 865 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {865 math:notEqualTo 0}] + skolem:lemma3295 + [ a r:Fact; r:gives {((0 8 6 5) "=<") list:sort (0 5 6 8)}] + [ a r:Fact; r:gives {((0 8 6 5) ">=") list:sort (8 6 5 0)}] + skolem:lemma2951 + skolem:lemma2952 + [ a r:Fact; r:gives {(8650 568) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 865]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1866 a r:Inference; + r:gives { + 866 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {866 math:notEqualTo 0}] + skolem:lemma3296 + [ a r:Fact; r:gives {((0 8 6 6) "=<") list:sort (0 6 6 8)}] + [ a r:Fact; r:gives {((0 8 6 6) ">=") list:sort (8 6 6 0)}] + skolem:lemma3071 + skolem:lemma3072 + [ a r:Fact; r:gives {(8660 668) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 866]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1867 a r:Inference; + r:gives { + 867 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {867 math:notEqualTo 0}] + skolem:lemma3297 + [ a r:Fact; r:gives {((0 8 6 7) "=<") list:sort (0 6 7 8)}] + [ a r:Fact; r:gives {((0 8 6 7) ">=") list:sort (8 7 6 0)}] + skolem:lemma3087 + skolem:lemma3088 + [ a r:Fact; r:gives {(8760 678) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 867]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1868 a r:Inference; + r:gives { + 868 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {868 math:notEqualTo 0}] + skolem:lemma3298 + [ a r:Fact; r:gives {((0 8 6 8) "=<") list:sort (0 6 8 8)}] + [ a r:Fact; r:gives {((0 8 6 8) ">=") list:sort (8 8 6 0)}] + skolem:lemma3101 + skolem:lemma3102 + [ a r:Fact; r:gives {(8860 688) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 868]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1869 a r:Inference; + r:gives { + 869 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {869 math:notEqualTo 0}] + skolem:lemma3299 + [ a r:Fact; r:gives {((0 8 6 9) "=<") list:sort (0 6 8 9)}] + [ a r:Fact; r:gives {((0 8 6 9) ">=") list:sort (9 8 6 0)}] + skolem:lemma3104 + skolem:lemma3105 + [ a r:Fact; r:gives {(9860 689) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 869]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1870 a r:Inference; + r:gives { + 870 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {870 math:notEqualTo 0}] + skolem:lemma3300 + [ a r:Fact; r:gives {((0 8 7 0) "=<") list:sort (0 0 7 8)}] + [ a r:Fact; r:gives {((0 8 7 0) ">=") list:sort (8 7 0 0)}] + skolem:lemma2177 + skolem:lemma2178 + [ a r:Fact; r:gives {(8700 78) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1871 a r:Inference; + r:gives { + 871 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {871 math:notEqualTo 0}] + skolem:lemma3301 + [ a r:Fact; r:gives {((0 8 7 1) "=<") list:sort (0 1 7 8)}] + [ a r:Fact; r:gives {((0 8 7 1) ">=") list:sort (8 7 1 0)}] + skolem:lemma2367 + skolem:lemma2368 + [ a r:Fact; r:gives {(8710 178) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 871]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1872 a r:Inference; + r:gives { + 872 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {872 math:notEqualTo 0}] + skolem:lemma3302 + [ a r:Fact; r:gives {((0 8 7 2) "=<") list:sort (0 2 7 8)}] + [ a r:Fact; r:gives {((0 8 7 2) ">=") list:sort (8 7 2 0)}] + skolem:lemma2539 + skolem:lemma2540 + [ a r:Fact; r:gives {(8720 278) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 872]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1873 a r:Inference; + r:gives { + 873 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {873 math:notEqualTo 0}] + skolem:lemma3303 + [ a r:Fact; r:gives {((0 8 7 3) "=<") list:sort (0 3 7 8)}] + [ a r:Fact; r:gives {((0 8 7 3) ">=") list:sort (8 7 3 0)}] + skolem:lemma2695 + skolem:lemma2696 + [ a r:Fact; r:gives {(8730 378) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 873]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1874 a r:Inference; + r:gives { + 874 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {874 math:notEqualTo 0}] + skolem:lemma3304 + [ a r:Fact; r:gives {((0 8 7 4) "=<") list:sort (0 4 7 8)}] + [ a r:Fact; r:gives {((0 8 7 4) ">=") list:sort (8 7 4 0)}] + skolem:lemma2837 + skolem:lemma2838 + [ a r:Fact; r:gives {(8740 478) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 874]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1875 a r:Inference; + r:gives { + 875 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {875 math:notEqualTo 0}] + skolem:lemma3305 + [ a r:Fact; r:gives {((0 8 7 5) "=<") list:sort (0 5 7 8)}] + [ a r:Fact; r:gives {((0 8 7 5) ">=") list:sort (8 7 5 0)}] + skolem:lemma2967 + skolem:lemma2968 + [ a r:Fact; r:gives {(8750 578) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 875]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1876 a r:Inference; + r:gives { + 876 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {876 math:notEqualTo 0}] + skolem:lemma3306 + [ a r:Fact; r:gives {((0 8 7 6) "=<") list:sort (0 6 7 8)}] + [ a r:Fact; r:gives {((0 8 7 6) ">=") list:sort (8 7 6 0)}] + skolem:lemma3087 + skolem:lemma3088 + [ a r:Fact; r:gives {(8760 678) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 876]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1877 a r:Inference; + r:gives { + 877 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {877 math:notEqualTo 0}] + skolem:lemma3307 + [ a r:Fact; r:gives {((0 8 7 7) "=<") list:sort (0 7 7 8)}] + [ a r:Fact; r:gives {((0 8 7 7) ">=") list:sort (8 7 7 0)}] + skolem:lemma3199 + skolem:lemma3200 + [ a r:Fact; r:gives {(8770 778) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 877]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1878 a r:Inference; + r:gives { + 878 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {878 math:notEqualTo 0}] + skolem:lemma3308 + [ a r:Fact; r:gives {((0 8 7 8) "=<") list:sort (0 7 8 8)}] + [ a r:Fact; r:gives {((0 8 7 8) ">=") list:sort (8 8 7 0)}] + skolem:lemma3213 + skolem:lemma3214 + [ a r:Fact; r:gives {(8870 788) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 878]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1879 a r:Inference; + r:gives { + 879 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {879 math:notEqualTo 0}] + skolem:lemma3309 + [ a r:Fact; r:gives {((0 8 7 9) "=<") list:sort (0 7 8 9)}] + [ a r:Fact; r:gives {((0 8 7 9) ">=") list:sort (9 8 7 0)}] + skolem:lemma3216 + skolem:lemma3217 + [ a r:Fact; r:gives {(9870 789) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 879]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1880 a r:Inference; + r:gives { + 880 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {880 math:notEqualTo 0}] + skolem:lemma3310 + [ a r:Fact; r:gives {((0 8 8 0) "=<") list:sort (0 0 8 8)}] + [ a r:Fact; r:gives {((0 8 8 0) ">=") list:sort (8 8 0 0)}] + skolem:lemma2191 + skolem:lemma2192 + [ a r:Fact; r:gives {(8800 88) math:difference 8712}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8712 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8712 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8712]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1881 a r:Inference; + r:gives { + 881 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {881 math:notEqualTo 0}] + skolem:lemma3311 + [ a r:Fact; r:gives {((0 8 8 1) "=<") list:sort (0 1 8 8)}] + [ a r:Fact; r:gives {((0 8 8 1) ">=") list:sort (8 8 1 0)}] + skolem:lemma2381 + skolem:lemma2382 + [ a r:Fact; r:gives {(8810 188) math:difference 8622}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8622 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8622 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 881]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1882 a r:Inference; + r:gives { + 882 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {882 math:notEqualTo 0}] + skolem:lemma3312 + [ a r:Fact; r:gives {((0 8 8 2) "=<") list:sort (0 2 8 8)}] + [ a r:Fact; r:gives {((0 8 8 2) ">=") list:sort (8 8 2 0)}] + skolem:lemma2553 + skolem:lemma2554 + [ a r:Fact; r:gives {(8820 288) math:difference 8532}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8532 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8532 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 882]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1883 a r:Inference; + r:gives { + 883 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {883 math:notEqualTo 0}] + skolem:lemma3313 + [ a r:Fact; r:gives {((0 8 8 3) "=<") list:sort (0 3 8 8)}] + [ a r:Fact; r:gives {((0 8 8 3) ">=") list:sort (8 8 3 0)}] + skolem:lemma2709 + skolem:lemma2710 + [ a r:Fact; r:gives {(8830 388) math:difference 8442}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8442 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 8442 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 883]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1884 a r:Inference; + r:gives { + 884 :kaprekar (0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {884 math:notEqualTo 0}] + skolem:lemma3314 + [ a r:Fact; r:gives {((0 8 8 4) "=<") list:sort (0 4 8 8)}] + [ a r:Fact; r:gives {((0 8 8 4) ">=") list:sort (8 8 4 0)}] + skolem:lemma2851 + skolem:lemma2852 + [ a r:Fact; r:gives {(8840 488) math:difference 8352}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8352 math:equalTo 6174. + } { + 2 log:equalTo 1. + } { + 8352 :kaprekar (1 2). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 884]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; + r:rule skolem:lemma2003. + +skolem:lemma1885 a r:Inference; + r:gives { + 885 :kaprekar (0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {885 math:notEqualTo 0}] + skolem:lemma3315 + [ a r:Fact; r:gives {((0 8 8 5) "=<") list:sort (0 5 8 8)}] + [ a r:Fact; r:gives {((0 8 8 5) ">=") list:sort (8 8 5 0)}] + skolem:lemma2981 + skolem:lemma2982 + [ a r:Fact; r:gives {(8850 588) math:difference 8262}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8262 math:equalTo 6174. + } { + 5 log:equalTo 1. + } { + 8262 :kaprekar (1 5). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 885]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; + r:rule skolem:lemma2003. + +skolem:lemma1886 a r:Inference; + r:gives { + 886 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {886 math:notEqualTo 0}] + skolem:lemma3316 + [ a r:Fact; r:gives {((0 8 8 6) "=<") list:sort (0 6 8 8)}] + [ a r:Fact; r:gives {((0 8 8 6) ">=") list:sort (8 8 6 0)}] + skolem:lemma3101 + skolem:lemma3102 + [ a r:Fact; r:gives {(8860 688) math:difference 8172}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8172 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 8172 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 886]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1887 a r:Inference; + r:gives { + 887 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {887 math:notEqualTo 0}] + skolem:lemma3317 + [ a r:Fact; r:gives {((0 8 8 7) "=<") list:sort (0 7 8 8)}] + [ a r:Fact; r:gives {((0 8 8 7) ">=") list:sort (8 8 7 0)}] + skolem:lemma3213 + skolem:lemma3214 + [ a r:Fact; r:gives {(8870 788) math:difference 8082}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8082 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 8082 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 887]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1888 a r:Inference; + r:gives { + 888 :kaprekar (0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {888 math:notEqualTo 0}] + skolem:lemma3318 + [ a r:Fact; r:gives {((0 8 8 8) "=<") list:sort (0 8 8 8)}] + [ a r:Fact; r:gives {((0 8 8 8) ">=") list:sort (8 8 8 0)}] + skolem:lemma3319 + skolem:lemma3320 + [ a r:Fact; r:gives {(8880 888) math:difference 7992}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 7992 math:equalTo 6174. + } { + 6 log:equalTo 1. + } { + 7992 :kaprekar (1 6). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 888]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 888]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; + r:rule skolem:lemma2003. + +skolem:lemma1889 a r:Inference; + r:gives { + 889 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {889 math:notEqualTo 0}] + skolem:lemma3321 + [ a r:Fact; r:gives {((0 8 8 9) "=<") list:sort (0 8 8 9)}] + [ a r:Fact; r:gives {((0 8 8 9) ">=") list:sort (9 8 8 0)}] + skolem:lemma3322 + skolem:lemma3323 + [ a r:Fact; r:gives {(9880 889) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1890 a r:Inference; + r:gives { + 890 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {890 math:notEqualTo 0}] + skolem:lemma3324 + [ a r:Fact; r:gives {((0 8 9 0) "=<") list:sort (0 0 8 9)}] + [ a r:Fact; r:gives {((0 8 9 0) ">=") list:sort (9 8 0 0)}] + skolem:lemma2194 + skolem:lemma2195 + [ a r:Fact; r:gives {(9800 89) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 890]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1891 a r:Inference; + r:gives { + 891 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {891 math:notEqualTo 0}] + skolem:lemma3325 + [ a r:Fact; r:gives {((0 8 9 1) "=<") list:sort (0 1 8 9)}] + [ a r:Fact; r:gives {((0 8 9 1) ">=") list:sort (9 8 1 0)}] + skolem:lemma2384 + skolem:lemma2385 + [ a r:Fact; r:gives {(9810 189) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 891]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1892 a r:Inference; + r:gives { + 892 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {892 math:notEqualTo 0}] + skolem:lemma3326 + [ a r:Fact; r:gives {((0 8 9 2) "=<") list:sort (0 2 8 9)}] + [ a r:Fact; r:gives {((0 8 9 2) ">=") list:sort (9 8 2 0)}] + skolem:lemma2556 + skolem:lemma2557 + [ a r:Fact; r:gives {(9820 289) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 892]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1893 a r:Inference; + r:gives { + 893 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {893 math:notEqualTo 0}] + skolem:lemma3327 + [ a r:Fact; r:gives {((0 8 9 3) "=<") list:sort (0 3 8 9)}] + [ a r:Fact; r:gives {((0 8 9 3) ">=") list:sort (9 8 3 0)}] + skolem:lemma2712 + skolem:lemma2713 + [ a r:Fact; r:gives {(9830 389) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 893]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1894 a r:Inference; + r:gives { + 894 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {894 math:notEqualTo 0}] + skolem:lemma3328 + [ a r:Fact; r:gives {((0 8 9 4) "=<") list:sort (0 4 8 9)}] + [ a r:Fact; r:gives {((0 8 9 4) ">=") list:sort (9 8 4 0)}] + skolem:lemma2854 + skolem:lemma2855 + [ a r:Fact; r:gives {(9840 489) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 894]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1895 a r:Inference; + r:gives { + 895 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {895 math:notEqualTo 0}] + skolem:lemma3329 + [ a r:Fact; r:gives {((0 8 9 5) "=<") list:sort (0 5 8 9)}] + [ a r:Fact; r:gives {((0 8 9 5) ">=") list:sort (9 8 5 0)}] + skolem:lemma2984 + skolem:lemma2985 + [ a r:Fact; r:gives {(9850 589) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 895]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1896 a r:Inference; + r:gives { + 896 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {896 math:notEqualTo 0}] + skolem:lemma3330 + [ a r:Fact; r:gives {((0 8 9 6) "=<") list:sort (0 6 8 9)}] + [ a r:Fact; r:gives {((0 8 9 6) ">=") list:sort (9 8 6 0)}] + skolem:lemma3104 + skolem:lemma3105 + [ a r:Fact; r:gives {(9860 689) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 896]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1897 a r:Inference; + r:gives { + 897 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {897 math:notEqualTo 0}] + skolem:lemma3331 + [ a r:Fact; r:gives {((0 8 9 7) "=<") list:sort (0 7 8 9)}] + [ a r:Fact; r:gives {((0 8 9 7) ">=") list:sort (9 8 7 0)}] + skolem:lemma3216 + skolem:lemma3217 + [ a r:Fact; r:gives {(9870 789) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 897]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1898 a r:Inference; + r:gives { + 898 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {898 math:notEqualTo 0}] + skolem:lemma3332 + [ a r:Fact; r:gives {((0 8 9 8) "=<") list:sort (0 8 8 9)}] + [ a r:Fact; r:gives {((0 8 9 8) ">=") list:sort (9 8 8 0)}] + skolem:lemma3322 + skolem:lemma3323 + [ a r:Fact; r:gives {(9880 889) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 898]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1899 a r:Inference; + r:gives { + 899 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {899 math:notEqualTo 0}] + skolem:lemma3333 + [ a r:Fact; r:gives {((0 8 9 9) "=<") list:sort (0 8 9 9)}] + [ a r:Fact; r:gives {((0 8 9 9) ">=") list:sort (9 9 8 0)}] + skolem:lemma3334 + skolem:lemma3335 + [ a r:Fact; r:gives {(9980 899) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 8 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1900 a r:Inference; + r:gives { + 900 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {900 math:notEqualTo 0}] + skolem:lemma3336 + [ a r:Fact; r:gives {((0 9 0 0) "=<") list:sort (0 0 0 9)}] + [ a r:Fact; r:gives {((0 9 0 0) ">=") list:sort (9 0 0 0)}] + skolem:lemma2026 + skolem:lemma2027 + [ a r:Fact; r:gives {(9000 9) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 0 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1901 a r:Inference; + r:gives { + 901 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {901 math:notEqualTo 0}] + skolem:lemma3337 + [ a r:Fact; r:gives {((0 9 0 1) "=<") list:sort (0 0 1 9)}] + [ a r:Fact; r:gives {((0 9 0 1) ">=") list:sort (9 1 0 0)}] + skolem:lemma2054 + skolem:lemma2055 + [ a r:Fact; r:gives {(9100 19) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 901]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1902 a r:Inference; + r:gives { + 902 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {902 math:notEqualTo 0}] + skolem:lemma3338 + [ a r:Fact; r:gives {((0 9 0 2) "=<") list:sort (0 0 2 9)}] + [ a r:Fact; r:gives {((0 9 0 2) ">=") list:sort (9 2 0 0)}] + skolem:lemma2080 + skolem:lemma2081 + [ a r:Fact; r:gives {(9200 29) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 902]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1903 a r:Inference; + r:gives { + 903 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {903 math:notEqualTo 0}] + skolem:lemma3339 + [ a r:Fact; r:gives {((0 9 0 3) "=<") list:sort (0 0 3 9)}] + [ a r:Fact; r:gives {((0 9 0 3) ">=") list:sort (9 3 0 0)}] + skolem:lemma2104 + skolem:lemma2105 + [ a r:Fact; r:gives {(9300 39) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 903]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1904 a r:Inference; + r:gives { + 904 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {904 math:notEqualTo 0}] + skolem:lemma3340 + [ a r:Fact; r:gives {((0 9 0 4) "=<") list:sort (0 0 4 9)}] + [ a r:Fact; r:gives {((0 9 0 4) ">=") list:sort (9 4 0 0)}] + skolem:lemma2126 + skolem:lemma2127 + [ a r:Fact; r:gives {(9400 49) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 904]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1905 a r:Inference; + r:gives { + 905 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {905 math:notEqualTo 0}] + skolem:lemma3341 + [ a r:Fact; r:gives {((0 9 0 5) "=<") list:sort (0 0 5 9)}] + [ a r:Fact; r:gives {((0 9 0 5) ">=") list:sort (9 5 0 0)}] + skolem:lemma2146 + skolem:lemma2147 + [ a r:Fact; r:gives {(9500 59) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 905]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1906 a r:Inference; + r:gives { + 906 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {906 math:notEqualTo 0}] + skolem:lemma3342 + [ a r:Fact; r:gives {((0 9 0 6) "=<") list:sort (0 0 6 9)}] + [ a r:Fact; r:gives {((0 9 0 6) ">=") list:sort (9 6 0 0)}] + skolem:lemma2164 + skolem:lemma2165 + [ a r:Fact; r:gives {(9600 69) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 906]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1907 a r:Inference; + r:gives { + 907 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {907 math:notEqualTo 0}] + skolem:lemma3343 + [ a r:Fact; r:gives {((0 9 0 7) "=<") list:sort (0 0 7 9)}] + [ a r:Fact; r:gives {((0 9 0 7) ">=") list:sort (9 7 0 0)}] + skolem:lemma2180 + skolem:lemma2181 + [ a r:Fact; r:gives {(9700 79) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 907]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1908 a r:Inference; + r:gives { + 908 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {908 math:notEqualTo 0}] + skolem:lemma3344 + [ a r:Fact; r:gives {((0 9 0 8) "=<") list:sort (0 0 8 9)}] + [ a r:Fact; r:gives {((0 9 0 8) ">=") list:sort (9 8 0 0)}] + skolem:lemma2194 + skolem:lemma2195 + [ a r:Fact; r:gives {(9800 89) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 908]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1909 a r:Inference; + r:gives { + 909 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {909 math:notEqualTo 0}] + skolem:lemma3345 + [ a r:Fact; r:gives {((0 9 0 9) "=<") list:sort (0 0 9 9)}] + [ a r:Fact; r:gives {((0 9 0 9) ">=") list:sort (9 9 0 0)}] + skolem:lemma2206 + skolem:lemma2207 + [ a r:Fact; r:gives {(9900 99) math:difference 9801}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9801 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9801 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 909]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 0 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9801]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1910 a r:Inference; + r:gives { + 910 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {910 math:notEqualTo 0}] + skolem:lemma3346 + [ a r:Fact; r:gives {((0 9 1 0) "=<") list:sort (0 0 1 9)}] + [ a r:Fact; r:gives {((0 9 1 0) ">=") list:sort (9 1 0 0)}] + skolem:lemma2054 + skolem:lemma2055 + [ a r:Fact; r:gives {(9100 19) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1911 a r:Inference; + r:gives { + 911 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {911 math:notEqualTo 0}] + skolem:lemma3347 + [ a r:Fact; r:gives {((0 9 1 1) "=<") list:sort (0 1 1 9)}] + [ a r:Fact; r:gives {((0 9 1 1) ">=") list:sort (9 1 1 0)}] + skolem:lemma2244 + skolem:lemma2245 + [ a r:Fact; r:gives {(9110 119) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 911]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 1 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1912 a r:Inference; + r:gives { + 912 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {912 math:notEqualTo 0}] + skolem:lemma3348 + [ a r:Fact; r:gives {((0 9 1 2) "=<") list:sort (0 1 2 9)}] + [ a r:Fact; r:gives {((0 9 1 2) ">=") list:sort (9 2 1 0)}] + skolem:lemma2270 + skolem:lemma2271 + [ a r:Fact; r:gives {(9210 129) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 912]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1913 a r:Inference; + r:gives { + 913 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {913 math:notEqualTo 0}] + skolem:lemma3349 + [ a r:Fact; r:gives {((0 9 1 3) "=<") list:sort (0 1 3 9)}] + [ a r:Fact; r:gives {((0 9 1 3) ">=") list:sort (9 3 1 0)}] + skolem:lemma2294 + skolem:lemma2295 + [ a r:Fact; r:gives {(9310 139) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 913]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1914 a r:Inference; + r:gives { + 914 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {914 math:notEqualTo 0}] + skolem:lemma3350 + [ a r:Fact; r:gives {((0 9 1 4) "=<") list:sort (0 1 4 9)}] + [ a r:Fact; r:gives {((0 9 1 4) ">=") list:sort (9 4 1 0)}] + skolem:lemma2316 + skolem:lemma2317 + [ a r:Fact; r:gives {(9410 149) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 914]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1915 a r:Inference; + r:gives { + 915 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {915 math:notEqualTo 0}] + skolem:lemma3351 + [ a r:Fact; r:gives {((0 9 1 5) "=<") list:sort (0 1 5 9)}] + [ a r:Fact; r:gives {((0 9 1 5) ">=") list:sort (9 5 1 0)}] + skolem:lemma2336 + skolem:lemma2337 + [ a r:Fact; r:gives {(9510 159) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 915]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1916 a r:Inference; + r:gives { + 916 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {916 math:notEqualTo 0}] + skolem:lemma3352 + [ a r:Fact; r:gives {((0 9 1 6) "=<") list:sort (0 1 6 9)}] + [ a r:Fact; r:gives {((0 9 1 6) ">=") list:sort (9 6 1 0)}] + skolem:lemma2354 + skolem:lemma2355 + [ a r:Fact; r:gives {(9610 169) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 916]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1917 a r:Inference; + r:gives { + 917 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {917 math:notEqualTo 0}] + skolem:lemma3353 + [ a r:Fact; r:gives {((0 9 1 7) "=<") list:sort (0 1 7 9)}] + [ a r:Fact; r:gives {((0 9 1 7) ">=") list:sort (9 7 1 0)}] + skolem:lemma2370 + skolem:lemma2371 + [ a r:Fact; r:gives {(9710 179) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 917]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1918 a r:Inference; + r:gives { + 918 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {918 math:notEqualTo 0}] + skolem:lemma3354 + [ a r:Fact; r:gives {((0 9 1 8) "=<") list:sort (0 1 8 9)}] + [ a r:Fact; r:gives {((0 9 1 8) ">=") list:sort (9 8 1 0)}] + skolem:lemma2384 + skolem:lemma2385 + [ a r:Fact; r:gives {(9810 189) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 918]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1919 a r:Inference; + r:gives { + 919 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {919 math:notEqualTo 0}] + skolem:lemma3355 + [ a r:Fact; r:gives {((0 9 1 9) "=<") list:sort (0 1 9 9)}] + [ a r:Fact; r:gives {((0 9 1 9) ">=") list:sort (9 9 1 0)}] + skolem:lemma2396 + skolem:lemma2397 + [ a r:Fact; r:gives {(9910 199) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 919]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 1 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1920 a r:Inference; + r:gives { + 920 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {920 math:notEqualTo 0}] + skolem:lemma3356 + [ a r:Fact; r:gives {((0 9 2 0) "=<") list:sort (0 0 2 9)}] + [ a r:Fact; r:gives {((0 9 2 0) ">=") list:sort (9 2 0 0)}] + skolem:lemma2080 + skolem:lemma2081 + [ a r:Fact; r:gives {(9200 29) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1921 a r:Inference; + r:gives { + 921 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {921 math:notEqualTo 0}] + skolem:lemma3357 + [ a r:Fact; r:gives {((0 9 2 1) "=<") list:sort (0 1 2 9)}] + [ a r:Fact; r:gives {((0 9 2 1) ">=") list:sort (9 2 1 0)}] + skolem:lemma2270 + skolem:lemma2271 + [ a r:Fact; r:gives {(9210 129) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 921]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1922 a r:Inference; + r:gives { + 922 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {922 math:notEqualTo 0}] + skolem:lemma3358 + [ a r:Fact; r:gives {((0 9 2 2) "=<") list:sort (0 2 2 9)}] + [ a r:Fact; r:gives {((0 9 2 2) ">=") list:sort (9 2 2 0)}] + skolem:lemma2442 + skolem:lemma2443 + [ a r:Fact; r:gives {(9220 229) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 922]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1923 a r:Inference; + r:gives { + 923 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {923 math:notEqualTo 0}] + skolem:lemma3359 + [ a r:Fact; r:gives {((0 9 2 3) "=<") list:sort (0 2 3 9)}] + [ a r:Fact; r:gives {((0 9 2 3) ">=") list:sort (9 3 2 0)}] + skolem:lemma2466 + skolem:lemma2467 + [ a r:Fact; r:gives {(9320 239) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 923]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1924 a r:Inference; + r:gives { + 924 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {924 math:notEqualTo 0}] + skolem:lemma3360 + [ a r:Fact; r:gives {((0 9 2 4) "=<") list:sort (0 2 4 9)}] + [ a r:Fact; r:gives {((0 9 2 4) ">=") list:sort (9 4 2 0)}] + skolem:lemma2488 + skolem:lemma2489 + [ a r:Fact; r:gives {(9420 249) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 924]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1925 a r:Inference; + r:gives { + 925 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {925 math:notEqualTo 0}] + skolem:lemma3361 + [ a r:Fact; r:gives {((0 9 2 5) "=<") list:sort (0 2 5 9)}] + [ a r:Fact; r:gives {((0 9 2 5) ">=") list:sort (9 5 2 0)}] + skolem:lemma2508 + skolem:lemma2509 + [ a r:Fact; r:gives {(9520 259) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 925]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1926 a r:Inference; + r:gives { + 926 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {926 math:notEqualTo 0}] + skolem:lemma3362 + [ a r:Fact; r:gives {((0 9 2 6) "=<") list:sort (0 2 6 9)}] + [ a r:Fact; r:gives {((0 9 2 6) ">=") list:sort (9 6 2 0)}] + skolem:lemma2526 + skolem:lemma2527 + [ a r:Fact; r:gives {(9620 269) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 926]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1927 a r:Inference; + r:gives { + 927 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {927 math:notEqualTo 0}] + skolem:lemma3363 + [ a r:Fact; r:gives {((0 9 2 7) "=<") list:sort (0 2 7 9)}] + [ a r:Fact; r:gives {((0 9 2 7) ">=") list:sort (9 7 2 0)}] + skolem:lemma2542 + skolem:lemma2543 + [ a r:Fact; r:gives {(9720 279) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 927]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1928 a r:Inference; + r:gives { + 928 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {928 math:notEqualTo 0}] + skolem:lemma3364 + [ a r:Fact; r:gives {((0 9 2 8) "=<") list:sort (0 2 8 9)}] + [ a r:Fact; r:gives {((0 9 2 8) ">=") list:sort (9 8 2 0)}] + skolem:lemma2556 + skolem:lemma2557 + [ a r:Fact; r:gives {(9820 289) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 928]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1929 a r:Inference; + r:gives { + 929 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {929 math:notEqualTo 0}] + skolem:lemma3365 + [ a r:Fact; r:gives {((0 9 2 9) "=<") list:sort (0 2 9 9)}] + [ a r:Fact; r:gives {((0 9 2 9) ">=") list:sort (9 9 2 0)}] + skolem:lemma2568 + skolem:lemma2569 + [ a r:Fact; r:gives {(9920 299) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 929]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 2 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1930 a r:Inference; + r:gives { + 930 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {930 math:notEqualTo 0}] + skolem:lemma3366 + [ a r:Fact; r:gives {((0 9 3 0) "=<") list:sort (0 0 3 9)}] + [ a r:Fact; r:gives {((0 9 3 0) ">=") list:sort (9 3 0 0)}] + skolem:lemma2104 + skolem:lemma2105 + [ a r:Fact; r:gives {(9300 39) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1931 a r:Inference; + r:gives { + 931 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {931 math:notEqualTo 0}] + skolem:lemma3367 + [ a r:Fact; r:gives {((0 9 3 1) "=<") list:sort (0 1 3 9)}] + [ a r:Fact; r:gives {((0 9 3 1) ">=") list:sort (9 3 1 0)}] + skolem:lemma2294 + skolem:lemma2295 + [ a r:Fact; r:gives {(9310 139) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 931]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1932 a r:Inference; + r:gives { + 932 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {932 math:notEqualTo 0}] + skolem:lemma3368 + [ a r:Fact; r:gives {((0 9 3 2) "=<") list:sort (0 2 3 9)}] + [ a r:Fact; r:gives {((0 9 3 2) ">=") list:sort (9 3 2 0)}] + skolem:lemma2466 + skolem:lemma2467 + [ a r:Fact; r:gives {(9320 239) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 932]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1933 a r:Inference; + r:gives { + 933 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {933 math:notEqualTo 0}] + skolem:lemma3369 + [ a r:Fact; r:gives {((0 9 3 3) "=<") list:sort (0 3 3 9)}] + [ a r:Fact; r:gives {((0 9 3 3) ">=") list:sort (9 3 3 0)}] + skolem:lemma2622 + skolem:lemma2623 + [ a r:Fact; r:gives {(9330 339) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 933]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1934 a r:Inference; + r:gives { + 934 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {934 math:notEqualTo 0}] + skolem:lemma3370 + [ a r:Fact; r:gives {((0 9 3 4) "=<") list:sort (0 3 4 9)}] + [ a r:Fact; r:gives {((0 9 3 4) ">=") list:sort (9 4 3 0)}] + skolem:lemma2644 + skolem:lemma2645 + [ a r:Fact; r:gives {(9430 349) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 934]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1935 a r:Inference; + r:gives { + 935 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {935 math:notEqualTo 0}] + skolem:lemma3371 + [ a r:Fact; r:gives {((0 9 3 5) "=<") list:sort (0 3 5 9)}] + [ a r:Fact; r:gives {((0 9 3 5) ">=") list:sort (9 5 3 0)}] + skolem:lemma2664 + skolem:lemma2665 + [ a r:Fact; r:gives {(9530 359) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 935]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1936 a r:Inference; + r:gives { + 936 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {936 math:notEqualTo 0}] + skolem:lemma3372 + [ a r:Fact; r:gives {((0 9 3 6) "=<") list:sort (0 3 6 9)}] + [ a r:Fact; r:gives {((0 9 3 6) ">=") list:sort (9 6 3 0)}] + skolem:lemma2682 + skolem:lemma2683 + [ a r:Fact; r:gives {(9630 369) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 936]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1937 a r:Inference; + r:gives { + 937 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {937 math:notEqualTo 0}] + skolem:lemma3373 + [ a r:Fact; r:gives {((0 9 3 7) "=<") list:sort (0 3 7 9)}] + [ a r:Fact; r:gives {((0 9 3 7) ">=") list:sort (9 7 3 0)}] + skolem:lemma2698 + skolem:lemma2699 + [ a r:Fact; r:gives {(9730 379) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 937]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1938 a r:Inference; + r:gives { + 938 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {938 math:notEqualTo 0}] + skolem:lemma3374 + [ a r:Fact; r:gives {((0 9 3 8) "=<") list:sort (0 3 8 9)}] + [ a r:Fact; r:gives {((0 9 3 8) ">=") list:sort (9 8 3 0)}] + skolem:lemma2712 + skolem:lemma2713 + [ a r:Fact; r:gives {(9830 389) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 938]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1939 a r:Inference; + r:gives { + 939 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {939 math:notEqualTo 0}] + skolem:lemma3375 + [ a r:Fact; r:gives {((0 9 3 9) "=<") list:sort (0 3 9 9)}] + [ a r:Fact; r:gives {((0 9 3 9) ">=") list:sort (9 9 3 0)}] + skolem:lemma2724 + skolem:lemma2725 + [ a r:Fact; r:gives {(9930 399) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 939]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 3 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1940 a r:Inference; + r:gives { + 940 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {940 math:notEqualTo 0}] + skolem:lemma3376 + [ a r:Fact; r:gives {((0 9 4 0) "=<") list:sort (0 0 4 9)}] + [ a r:Fact; r:gives {((0 9 4 0) ">=") list:sort (9 4 0 0)}] + skolem:lemma2126 + skolem:lemma2127 + [ a r:Fact; r:gives {(9400 49) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1941 a r:Inference; + r:gives { + 941 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {941 math:notEqualTo 0}] + skolem:lemma3377 + [ a r:Fact; r:gives {((0 9 4 1) "=<") list:sort (0 1 4 9)}] + [ a r:Fact; r:gives {((0 9 4 1) ">=") list:sort (9 4 1 0)}] + skolem:lemma2316 + skolem:lemma2317 + [ a r:Fact; r:gives {(9410 149) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 941]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1942 a r:Inference; + r:gives { + 942 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {942 math:notEqualTo 0}] + skolem:lemma3378 + [ a r:Fact; r:gives {((0 9 4 2) "=<") list:sort (0 2 4 9)}] + [ a r:Fact; r:gives {((0 9 4 2) ">=") list:sort (9 4 2 0)}] + skolem:lemma2488 + skolem:lemma2489 + [ a r:Fact; r:gives {(9420 249) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 942]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1943 a r:Inference; + r:gives { + 943 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {943 math:notEqualTo 0}] + skolem:lemma3379 + [ a r:Fact; r:gives {((0 9 4 3) "=<") list:sort (0 3 4 9)}] + [ a r:Fact; r:gives {((0 9 4 3) ">=") list:sort (9 4 3 0)}] + skolem:lemma2644 + skolem:lemma2645 + [ a r:Fact; r:gives {(9430 349) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 943]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1944 a r:Inference; + r:gives { + 944 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {944 math:notEqualTo 0}] + skolem:lemma3380 + [ a r:Fact; r:gives {((0 9 4 4) "=<") list:sort (0 4 4 9)}] + [ a r:Fact; r:gives {((0 9 4 4) ">=") list:sort (9 4 4 0)}] + skolem:lemma2786 + skolem:lemma2787 + [ a r:Fact; r:gives {(9440 449) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 944]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1945 a r:Inference; + r:gives { + 945 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {945 math:notEqualTo 0}] + skolem:lemma3381 + [ a r:Fact; r:gives {((0 9 4 5) "=<") list:sort (0 4 5 9)}] + [ a r:Fact; r:gives {((0 9 4 5) ">=") list:sort (9 5 4 0)}] + skolem:lemma2806 + skolem:lemma2807 + [ a r:Fact; r:gives {(9540 459) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 945]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1946 a r:Inference; + r:gives { + 946 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {946 math:notEqualTo 0}] + skolem:lemma3382 + [ a r:Fact; r:gives {((0 9 4 6) "=<") list:sort (0 4 6 9)}] + [ a r:Fact; r:gives {((0 9 4 6) ">=") list:sort (9 6 4 0)}] + skolem:lemma2824 + skolem:lemma2825 + [ a r:Fact; r:gives {(9640 469) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 946]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1947 a r:Inference; + r:gives { + 947 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {947 math:notEqualTo 0}] + skolem:lemma3383 + [ a r:Fact; r:gives {((0 9 4 7) "=<") list:sort (0 4 7 9)}] + [ a r:Fact; r:gives {((0 9 4 7) ">=") list:sort (9 7 4 0)}] + skolem:lemma2840 + skolem:lemma2841 + [ a r:Fact; r:gives {(9740 479) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 947]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1948 a r:Inference; + r:gives { + 948 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {948 math:notEqualTo 0}] + skolem:lemma3384 + [ a r:Fact; r:gives {((0 9 4 8) "=<") list:sort (0 4 8 9)}] + [ a r:Fact; r:gives {((0 9 4 8) ">=") list:sort (9 8 4 0)}] + skolem:lemma2854 + skolem:lemma2855 + [ a r:Fact; r:gives {(9840 489) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 948]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1949 a r:Inference; + r:gives { + 949 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {949 math:notEqualTo 0}] + skolem:lemma3385 + [ a r:Fact; r:gives {((0 9 4 9) "=<") list:sort (0 4 9 9)}] + [ a r:Fact; r:gives {((0 9 4 9) ">=") list:sort (9 9 4 0)}] + skolem:lemma2866 + skolem:lemma2867 + [ a r:Fact; r:gives {(9940 499) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 949]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 4 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1950 a r:Inference; + r:gives { + 950 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {950 math:notEqualTo 0}] + skolem:lemma3386 + [ a r:Fact; r:gives {((0 9 5 0) "=<") list:sort (0 0 5 9)}] + [ a r:Fact; r:gives {((0 9 5 0) ">=") list:sort (9 5 0 0)}] + skolem:lemma2146 + skolem:lemma2147 + [ a r:Fact; r:gives {(9500 59) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1951 a r:Inference; + r:gives { + 951 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {951 math:notEqualTo 0}] + skolem:lemma3387 + [ a r:Fact; r:gives {((0 9 5 1) "=<") list:sort (0 1 5 9)}] + [ a r:Fact; r:gives {((0 9 5 1) ">=") list:sort (9 5 1 0)}] + skolem:lemma2336 + skolem:lemma2337 + [ a r:Fact; r:gives {(9510 159) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 951]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1952 a r:Inference; + r:gives { + 952 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {952 math:notEqualTo 0}] + skolem:lemma3388 + [ a r:Fact; r:gives {((0 9 5 2) "=<") list:sort (0 2 5 9)}] + [ a r:Fact; r:gives {((0 9 5 2) ">=") list:sort (9 5 2 0)}] + skolem:lemma2508 + skolem:lemma2509 + [ a r:Fact; r:gives {(9520 259) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 952]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1953 a r:Inference; + r:gives { + 953 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {953 math:notEqualTo 0}] + skolem:lemma3389 + [ a r:Fact; r:gives {((0 9 5 3) "=<") list:sort (0 3 5 9)}] + [ a r:Fact; r:gives {((0 9 5 3) ">=") list:sort (9 5 3 0)}] + skolem:lemma2664 + skolem:lemma2665 + [ a r:Fact; r:gives {(9530 359) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 953]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1954 a r:Inference; + r:gives { + 954 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {954 math:notEqualTo 0}] + skolem:lemma3390 + [ a r:Fact; r:gives {((0 9 5 4) "=<") list:sort (0 4 5 9)}] + [ a r:Fact; r:gives {((0 9 5 4) ">=") list:sort (9 5 4 0)}] + skolem:lemma2806 + skolem:lemma2807 + [ a r:Fact; r:gives {(9540 459) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 954]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1955 a r:Inference; + r:gives { + 955 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {955 math:notEqualTo 0}] + skolem:lemma3391 + [ a r:Fact; r:gives {((0 9 5 5) "=<") list:sort (0 5 5 9)}] + [ a r:Fact; r:gives {((0 9 5 5) ">=") list:sort (9 5 5 0)}] + skolem:lemma2936 + skolem:lemma2937 + [ a r:Fact; r:gives {(9550 559) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 955]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1956 a r:Inference; + r:gives { + 956 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {956 math:notEqualTo 0}] + skolem:lemma3392 + [ a r:Fact; r:gives {((0 9 5 6) "=<") list:sort (0 5 6 9)}] + [ a r:Fact; r:gives {((0 9 5 6) ">=") list:sort (9 6 5 0)}] + skolem:lemma2954 + skolem:lemma2955 + [ a r:Fact; r:gives {(9650 569) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 956]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1957 a r:Inference; + r:gives { + 957 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {957 math:notEqualTo 0}] + skolem:lemma3393 + [ a r:Fact; r:gives {((0 9 5 7) "=<") list:sort (0 5 7 9)}] + [ a r:Fact; r:gives {((0 9 5 7) ">=") list:sort (9 7 5 0)}] + skolem:lemma2970 + skolem:lemma2971 + [ a r:Fact; r:gives {(9750 579) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 957]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1958 a r:Inference; + r:gives { + 958 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {958 math:notEqualTo 0}] + skolem:lemma3394 + [ a r:Fact; r:gives {((0 9 5 8) "=<") list:sort (0 5 8 9)}] + [ a r:Fact; r:gives {((0 9 5 8) ">=") list:sort (9 8 5 0)}] + skolem:lemma2984 + skolem:lemma2985 + [ a r:Fact; r:gives {(9850 589) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 958]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1959 a r:Inference; + r:gives { + 959 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {959 math:notEqualTo 0}] + skolem:lemma3395 + [ a r:Fact; r:gives {((0 9 5 9) "=<") list:sort (0 5 9 9)}] + [ a r:Fact; r:gives {((0 9 5 9) ">=") list:sort (9 9 5 0)}] + skolem:lemma2996 + skolem:lemma2997 + [ a r:Fact; r:gives {(9950 599) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 959]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 5 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1960 a r:Inference; + r:gives { + 960 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {960 math:notEqualTo 0}] + skolem:lemma3396 + [ a r:Fact; r:gives {((0 9 6 0) "=<") list:sort (0 0 6 9)}] + [ a r:Fact; r:gives {((0 9 6 0) ">=") list:sort (9 6 0 0)}] + skolem:lemma2164 + skolem:lemma2165 + [ a r:Fact; r:gives {(9600 69) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1961 a r:Inference; + r:gives { + 961 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {961 math:notEqualTo 0}] + skolem:lemma3397 + [ a r:Fact; r:gives {((0 9 6 1) "=<") list:sort (0 1 6 9)}] + [ a r:Fact; r:gives {((0 9 6 1) ">=") list:sort (9 6 1 0)}] + skolem:lemma2354 + skolem:lemma2355 + [ a r:Fact; r:gives {(9610 169) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 961]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1962 a r:Inference; + r:gives { + 962 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {962 math:notEqualTo 0}] + skolem:lemma3398 + [ a r:Fact; r:gives {((0 9 6 2) "=<") list:sort (0 2 6 9)}] + [ a r:Fact; r:gives {((0 9 6 2) ">=") list:sort (9 6 2 0)}] + skolem:lemma2526 + skolem:lemma2527 + [ a r:Fact; r:gives {(9620 269) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 962]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1963 a r:Inference; + r:gives { + 963 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {963 math:notEqualTo 0}] + skolem:lemma3399 + [ a r:Fact; r:gives {((0 9 6 3) "=<") list:sort (0 3 6 9)}] + [ a r:Fact; r:gives {((0 9 6 3) ">=") list:sort (9 6 3 0)}] + skolem:lemma2682 + skolem:lemma2683 + [ a r:Fact; r:gives {(9630 369) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 963]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1964 a r:Inference; + r:gives { + 964 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {964 math:notEqualTo 0}] + skolem:lemma3400 + [ a r:Fact; r:gives {((0 9 6 4) "=<") list:sort (0 4 6 9)}] + [ a r:Fact; r:gives {((0 9 6 4) ">=") list:sort (9 6 4 0)}] + skolem:lemma2824 + skolem:lemma2825 + [ a r:Fact; r:gives {(9640 469) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 964]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1965 a r:Inference; + r:gives { + 965 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {965 math:notEqualTo 0}] + skolem:lemma3401 + [ a r:Fact; r:gives {((0 9 6 5) "=<") list:sort (0 5 6 9)}] + [ a r:Fact; r:gives {((0 9 6 5) ">=") list:sort (9 6 5 0)}] + skolem:lemma2954 + skolem:lemma2955 + [ a r:Fact; r:gives {(9650 569) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 965]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1966 a r:Inference; + r:gives { + 966 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {966 math:notEqualTo 0}] + skolem:lemma3402 + [ a r:Fact; r:gives {((0 9 6 6) "=<") list:sort (0 6 6 9)}] + [ a r:Fact; r:gives {((0 9 6 6) ">=") list:sort (9 6 6 0)}] + skolem:lemma3074 + skolem:lemma3075 + [ a r:Fact; r:gives {(9660 669) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 966]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1967 a r:Inference; + r:gives { + 967 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {967 math:notEqualTo 0}] + skolem:lemma3403 + [ a r:Fact; r:gives {((0 9 6 7) "=<") list:sort (0 6 7 9)}] + [ a r:Fact; r:gives {((0 9 6 7) ">=") list:sort (9 7 6 0)}] + skolem:lemma3090 + skolem:lemma3091 + [ a r:Fact; r:gives {(9760 679) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 967]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1968 a r:Inference; + r:gives { + 968 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {968 math:notEqualTo 0}] + skolem:lemma3404 + [ a r:Fact; r:gives {((0 9 6 8) "=<") list:sort (0 6 8 9)}] + [ a r:Fact; r:gives {((0 9 6 8) ">=") list:sort (9 8 6 0)}] + skolem:lemma3104 + skolem:lemma3105 + [ a r:Fact; r:gives {(9860 689) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 968]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1969 a r:Inference; + r:gives { + 969 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {969 math:notEqualTo 0}] + skolem:lemma3405 + [ a r:Fact; r:gives {((0 9 6 9) "=<") list:sort (0 6 9 9)}] + [ a r:Fact; r:gives {((0 9 6 9) ">=") list:sort (9 9 6 0)}] + skolem:lemma3116 + skolem:lemma3117 + [ a r:Fact; r:gives {(9960 699) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 969]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 6 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1970 a r:Inference; + r:gives { + 970 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {970 math:notEqualTo 0}] + skolem:lemma3406 + [ a r:Fact; r:gives {((0 9 7 0) "=<") list:sort (0 0 7 9)}] + [ a r:Fact; r:gives {((0 9 7 0) ">=") list:sort (9 7 0 0)}] + skolem:lemma2180 + skolem:lemma2181 + [ a r:Fact; r:gives {(9700 79) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1971 a r:Inference; + r:gives { + 971 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {971 math:notEqualTo 0}] + skolem:lemma3407 + [ a r:Fact; r:gives {((0 9 7 1) "=<") list:sort (0 1 7 9)}] + [ a r:Fact; r:gives {((0 9 7 1) ">=") list:sort (9 7 1 0)}] + skolem:lemma2370 + skolem:lemma2371 + [ a r:Fact; r:gives {(9710 179) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 971]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1972 a r:Inference; + r:gives { + 972 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {972 math:notEqualTo 0}] + skolem:lemma3408 + [ a r:Fact; r:gives {((0 9 7 2) "=<") list:sort (0 2 7 9)}] + [ a r:Fact; r:gives {((0 9 7 2) ">=") list:sort (9 7 2 0)}] + skolem:lemma2542 + skolem:lemma2543 + [ a r:Fact; r:gives {(9720 279) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 972]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1973 a r:Inference; + r:gives { + 973 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {973 math:notEqualTo 0}] + skolem:lemma3409 + [ a r:Fact; r:gives {((0 9 7 3) "=<") list:sort (0 3 7 9)}] + [ a r:Fact; r:gives {((0 9 7 3) ">=") list:sort (9 7 3 0)}] + skolem:lemma2698 + skolem:lemma2699 + [ a r:Fact; r:gives {(9730 379) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 973]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1974 a r:Inference; + r:gives { + 974 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {974 math:notEqualTo 0}] + skolem:lemma3410 + [ a r:Fact; r:gives {((0 9 7 4) "=<") list:sort (0 4 7 9)}] + [ a r:Fact; r:gives {((0 9 7 4) ">=") list:sort (9 7 4 0)}] + skolem:lemma2840 + skolem:lemma2841 + [ a r:Fact; r:gives {(9740 479) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 974]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1975 a r:Inference; + r:gives { + 975 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {975 math:notEqualTo 0}] + skolem:lemma3411 + [ a r:Fact; r:gives {((0 9 7 5) "=<") list:sort (0 5 7 9)}] + [ a r:Fact; r:gives {((0 9 7 5) ">=") list:sort (9 7 5 0)}] + skolem:lemma2970 + skolem:lemma2971 + [ a r:Fact; r:gives {(9750 579) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 975]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1976 a r:Inference; + r:gives { + 976 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {976 math:notEqualTo 0}] + skolem:lemma3412 + [ a r:Fact; r:gives {((0 9 7 6) "=<") list:sort (0 6 7 9)}] + [ a r:Fact; r:gives {((0 9 7 6) ">=") list:sort (9 7 6 0)}] + skolem:lemma3090 + skolem:lemma3091 + [ a r:Fact; r:gives {(9760 679) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 976]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1977 a r:Inference; + r:gives { + 977 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {977 math:notEqualTo 0}] + skolem:lemma3413 + [ a r:Fact; r:gives {((0 9 7 7) "=<") list:sort (0 7 7 9)}] + [ a r:Fact; r:gives {((0 9 7 7) ">=") list:sort (9 7 7 0)}] + skolem:lemma3202 + skolem:lemma3203 + [ a r:Fact; r:gives {(9770 779) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 977]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1978 a r:Inference; + r:gives { + 978 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {978 math:notEqualTo 0}] + skolem:lemma3414 + [ a r:Fact; r:gives {((0 9 7 8) "=<") list:sort (0 7 8 9)}] + [ a r:Fact; r:gives {((0 9 7 8) ">=") list:sort (9 8 7 0)}] + skolem:lemma3216 + skolem:lemma3217 + [ a r:Fact; r:gives {(9870 789) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 978]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1979 a r:Inference; + r:gives { + 979 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {979 math:notEqualTo 0}] + skolem:lemma3415 + [ a r:Fact; r:gives {((0 9 7 9) "=<") list:sort (0 7 9 9)}] + [ a r:Fact; r:gives {((0 9 7 9) ">=") list:sort (9 9 7 0)}] + skolem:lemma3228 + skolem:lemma3229 + [ a r:Fact; r:gives {(9970 799) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 979]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 7 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1980 a r:Inference; + r:gives { + 980 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {980 math:notEqualTo 0}] + skolem:lemma3416 + [ a r:Fact; r:gives {((0 9 8 0) "=<") list:sort (0 0 8 9)}] + [ a r:Fact; r:gives {((0 9 8 0) ">=") list:sort (9 8 0 0)}] + skolem:lemma2194 + skolem:lemma2195 + [ a r:Fact; r:gives {(9800 89) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1981 a r:Inference; + r:gives { + 981 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {981 math:notEqualTo 0}] + skolem:lemma3417 + [ a r:Fact; r:gives {((0 9 8 1) "=<") list:sort (0 1 8 9)}] + [ a r:Fact; r:gives {((0 9 8 1) ">=") list:sort (9 8 1 0)}] + skolem:lemma2384 + skolem:lemma2385 + [ a r:Fact; r:gives {(9810 189) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 981]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1982 a r:Inference; + r:gives { + 982 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {982 math:notEqualTo 0}] + skolem:lemma3418 + [ a r:Fact; r:gives {((0 9 8 2) "=<") list:sort (0 2 8 9)}] + [ a r:Fact; r:gives {((0 9 8 2) ">=") list:sort (9 8 2 0)}] + skolem:lemma2556 + skolem:lemma2557 + [ a r:Fact; r:gives {(9820 289) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 982]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1983 a r:Inference; + r:gives { + 983 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {983 math:notEqualTo 0}] + skolem:lemma3419 + [ a r:Fact; r:gives {((0 9 8 3) "=<") list:sort (0 3 8 9)}] + [ a r:Fact; r:gives {((0 9 8 3) ">=") list:sort (9 8 3 0)}] + skolem:lemma2712 + skolem:lemma2713 + [ a r:Fact; r:gives {(9830 389) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 983]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1984 a r:Inference; + r:gives { + 984 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {984 math:notEqualTo 0}] + skolem:lemma3420 + [ a r:Fact; r:gives {((0 9 8 4) "=<") list:sort (0 4 8 9)}] + [ a r:Fact; r:gives {((0 9 8 4) ">=") list:sort (9 8 4 0)}] + skolem:lemma2854 + skolem:lemma2855 + [ a r:Fact; r:gives {(9840 489) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 984]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1985 a r:Inference; + r:gives { + 985 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {985 math:notEqualTo 0}] + skolem:lemma3421 + [ a r:Fact; r:gives {((0 9 8 5) "=<") list:sort (0 5 8 9)}] + [ a r:Fact; r:gives {((0 9 8 5) ">=") list:sort (9 8 5 0)}] + skolem:lemma2984 + skolem:lemma2985 + [ a r:Fact; r:gives {(9850 589) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 985]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1986 a r:Inference; + r:gives { + 986 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {986 math:notEqualTo 0}] + skolem:lemma3422 + [ a r:Fact; r:gives {((0 9 8 6) "=<") list:sort (0 6 8 9)}] + [ a r:Fact; r:gives {((0 9 8 6) ">=") list:sort (9 8 6 0)}] + skolem:lemma3104 + skolem:lemma3105 + [ a r:Fact; r:gives {(9860 689) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 986]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1987 a r:Inference; + r:gives { + 987 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {987 math:notEqualTo 0}] + skolem:lemma3423 + [ a r:Fact; r:gives {((0 9 8 7) "=<") list:sort (0 7 8 9)}] + [ a r:Fact; r:gives {((0 9 8 7) ">=") list:sort (9 8 7 0)}] + skolem:lemma3216 + skolem:lemma3217 + [ a r:Fact; r:gives {(9870 789) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 987]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1988 a r:Inference; + r:gives { + 988 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {988 math:notEqualTo 0}] + skolem:lemma3424 + [ a r:Fact; r:gives {((0 9 8 8) "=<") list:sort (0 8 8 9)}] + [ a r:Fact; r:gives {((0 9 8 8) ">=") list:sort (9 8 8 0)}] + skolem:lemma3322 + skolem:lemma3323 + [ a r:Fact; r:gives {(9880 889) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 988]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1989 a r:Inference; + r:gives { + 989 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {989 math:notEqualTo 0}] + skolem:lemma3425 + [ a r:Fact; r:gives {((0 9 8 9) "=<") list:sort (0 8 9 9)}] + [ a r:Fact; r:gives {((0 9 8 9) ">=") list:sort (9 9 8 0)}] + skolem:lemma3334 + skolem:lemma3335 + [ a r:Fact; r:gives {(9980 899) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 989]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 8 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1990 a r:Inference; + r:gives { + 990 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {990 math:notEqualTo 0}] + skolem:lemma3426 + [ a r:Fact; r:gives {((0 9 9 0) "=<") list:sort (0 0 9 9)}] + [ a r:Fact; r:gives {((0 9 9 0) ">=") list:sort (9 9 0 0)}] + skolem:lemma2206 + skolem:lemma2207 + [ a r:Fact; r:gives {(9900 99) math:difference 9801}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9801 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9801 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 990]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 0 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9801]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1991 a r:Inference; + r:gives { + 991 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {991 math:notEqualTo 0}] + skolem:lemma3427 + [ a r:Fact; r:gives {((0 9 9 1) "=<") list:sort (0 1 9 9)}] + [ a r:Fact; r:gives {((0 9 9 1) ">=") list:sort (9 9 1 0)}] + skolem:lemma2396 + skolem:lemma2397 + [ a r:Fact; r:gives {(9910 199) math:difference 9711}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9711 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9711 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 1 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1992 a r:Inference; + r:gives { + 992 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {992 math:notEqualTo 0}] + skolem:lemma3428 + [ a r:Fact; r:gives {((0 9 9 2) "=<") list:sort (0 2 9 9)}] + [ a r:Fact; r:gives {((0 9 9 2) ">=") list:sort (9 9 2 0)}] + skolem:lemma2568 + skolem:lemma2569 + [ a r:Fact; r:gives {(9920 299) math:difference 9621}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9621 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9621 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 2)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1993 a r:Inference; + r:gives { + 993 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {993 math:notEqualTo 0}] + skolem:lemma3429 + [ a r:Fact; r:gives {((0 9 9 3) "=<") list:sort (0 3 9 9)}] + [ a r:Fact; r:gives {((0 9 9 3) ">=") list:sort (9 9 3 0)}] + skolem:lemma2724 + skolem:lemma2725 + [ a r:Fact; r:gives {(9930 399) math:difference 9531}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9531 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9531 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 3)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1994 a r:Inference; + r:gives { + 994 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {994 math:notEqualTo 0}] + skolem:lemma3430 + [ a r:Fact; r:gives {((0 9 9 4) "=<") list:sort (0 4 9 9)}] + [ a r:Fact; r:gives {((0 9 9 4) ">=") list:sort (9 9 4 0)}] + skolem:lemma2866 + skolem:lemma2867 + [ a r:Fact; r:gives {(9940 499) math:difference 9441}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9441 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9441 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 4)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 4 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1995 a r:Inference; + r:gives { + 995 :kaprekar (0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {995 math:notEqualTo 0}] + skolem:lemma3431 + [ a r:Fact; r:gives {((0 9 9 5) "=<") list:sort (0 5 9 9)}] + [ a r:Fact; r:gives {((0 9 9 5) ">=") list:sort (9 9 5 0)}] + skolem:lemma2996 + skolem:lemma2997 + [ a r:Fact; r:gives {(9950 599) math:difference 9351}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9351 math:equalTo 6174. + } { + 7 log:equalTo 1. + } { + 9351 :kaprekar (1 7). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 5)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 5 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; + r:rule skolem:lemma2003. + +skolem:lemma1996 a r:Inference; + r:gives { + 996 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {996 math:notEqualTo 0}] + skolem:lemma3432 + [ a r:Fact; r:gives {((0 9 9 6) "=<") list:sort (0 6 9 9)}] + [ a r:Fact; r:gives {((0 9 9 6) ">=") list:sort (9 9 6 0)}] + skolem:lemma3116 + skolem:lemma3117 + [ a r:Fact; r:gives {(9960 699) math:difference 9261}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9261 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9261 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 6)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 6 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1997 a r:Inference; + r:gives { + 997 :kaprekar (0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {997 math:notEqualTo 0}] + skolem:lemma3433 + [ a r:Fact; r:gives {((0 9 9 7) "=<") list:sort (0 7 9 9)}] + [ a r:Fact; r:gives {((0 9 9 7) ">=") list:sort (9 9 7 0)}] + skolem:lemma3228 + skolem:lemma3229 + [ a r:Fact; r:gives {(9970 799) math:difference 9171}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9171 math:equalTo 6174. + } { + 3 log:equalTo 1. + } { + 9171 :kaprekar (1 3). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 7)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 7 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; + r:rule skolem:lemma2003. + +skolem:lemma1998 a r:Inference; + r:gives { + 998 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {998 math:notEqualTo 0}] + skolem:lemma3434 + [ a r:Fact; r:gives {((0 9 9 8) "=<") list:sort (0 8 9 9)}] + [ a r:Fact; r:gives {((0 9 9 8) ">=") list:sort (9 9 8 0)}] + skolem:lemma3334 + skolem:lemma3335 + [ a r:Fact; r:gives {(9980 899) math:difference 9081}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 9081 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 9081 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 8)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 8 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma1999 a r:Inference; + r:gives { + 999 :kaprekar (0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {999 math:notEqualTo 0}] + skolem:lemma3435 + [ a r:Fact; r:gives {((0 9 9 9) "=<") list:sort (0 9 9 9)}] + [ a r:Fact; r:gives {((0 9 9 9) ">=") list:sort (9 9 9 0)}] + skolem:lemma3436 + skolem:lemma3437 + [ a r:Fact; r:gives {(9990 999) math:difference 8991}] + [ a r:Fact; r:gives {(0 1) math:sum 1}] + [ a r:Fact; r:gives {({ + 8991 math:equalTo 6174. + } { + 4 log:equalTo 1. + } { + 8991 :kaprekar (1 4). + }) log:ifThenElseIn (() 1)}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (0 9 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 9 9 9)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 9 0)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9990]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; + r:rule skolem:lemma2003. + +skolem:lemma2000 a r:Inference; + r:gives { + 1 :numberToDigits (0 0 0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(1 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 1000) math:remainder 1}] + [ a r:Fact; r:gives {(1 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 100) math:remainder 1}] + [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2001 a r:Inference; + r:gives { + (0 0 0 1) :digitsToNumber 1 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 1) math:sum 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3439. + +skolem:lemma2002 a r:Inference; + r:gives { + (1 0 0 0) :digitsToNumber 1000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(1000 0 0 0) math:sum 1000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2003 a r:Extraction; + r:gives { + @forAll var:x_0, var:x_1, var:x_2, var:x_3, var:x_4, var:x_5, var:x_6, var:x_7, var:x_8, var:x_9, var:x_10. { + var:x_0 :kaprekar (var:x_7 var:x_9). + } <= { + var:x_0 math:notEqualTo 0 . + var:x_0 :numberToDigits var:x_1. + (var:x_1 "=<") list:sort var:x_2. + (var:x_1 ">=") list:sort var:x_3. + var:x_2 :digitsToNumber var:x_4. + var:x_3 :digitsToNumber var:x_5. + (var:x_5 var:x_4) math:difference var:x_6. + (var:x_7 1) math:sum var:x_8. + ({ + var:x_6 math:equalTo 6174. + } { + var:x_9 log:equalTo var:x_8. + } { + var:x_6 :kaprekar (var:x_8 var:x_9). + }) log:ifThenElseIn var:x_10. + }. + }; + r:because [ a r:Parsing; r:source ]. + +skolem:lemma2004 a r:Inference; + r:gives { + 2 :numberToDigits (0 0 0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(2 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 1000) math:remainder 2}] + [ a r:Fact; r:gives {(2 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 100) math:remainder 2}] + [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2005 a r:Inference; + r:gives { + (0 0 0 2) :digitsToNumber 2 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 2) math:sum 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3439. + +skolem:lemma2006 a r:Inference; + r:gives { + (2 0 0 0) :digitsToNumber 2000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(2 1000) math:product 2000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(2000 0 0 0) math:sum 2000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2007 a r:Inference; + r:gives { + 3 :numberToDigits (0 0 0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(3 1000) math:remainder 3}] + [ a r:Fact; r:gives {(3 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(3 100) math:remainder 3}] + [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(3 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2008 a r:Inference; + r:gives { + (0 0 0 3) :digitsToNumber 3 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 3) math:sum 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3439. + +skolem:lemma2009 a r:Inference; + r:gives { + (3 0 0 0) :digitsToNumber 3000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(3000 0 0 0) math:sum 3000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2010 a r:Inference; + r:gives { + 4 :numberToDigits (0 0 0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(4 1000) math:remainder 4}] + [ a r:Fact; r:gives {(4 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(4 100) math:remainder 4}] + [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(4 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2011 a r:Inference; + r:gives { + (0 0 0 4) :digitsToNumber 4 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 4) math:sum 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2012 a r:Inference; + r:gives { + (4 0 0 0) :digitsToNumber 4000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(4000 0 0 0) math:sum 4000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2013 a r:Inference; + r:gives { + 5 :numberToDigits (0 0 0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(5 1000) math:remainder 5}] + [ a r:Fact; r:gives {(5 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(5 100) math:remainder 5}] + [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(5 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2014 a r:Inference; + r:gives { + (0 0 0 5) :digitsToNumber 5 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 5) math:sum 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2015 a r:Inference; + r:gives { + (5 0 0 0) :digitsToNumber 5000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(5000 0 0 0) math:sum 5000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2016 a r:Inference; + r:gives { + 6 :numberToDigits (0 0 0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(6 1000) math:remainder 6}] + [ a r:Fact; r:gives {(6 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(6 100) math:remainder 6}] + [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(6 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2017 a r:Inference; + r:gives { + (0 0 0 6) :digitsToNumber 6 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 6) math:sum 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2018 a r:Inference; + r:gives { + (6 0 0 0) :digitsToNumber 6000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 0 0 0) math:sum 6000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2019 a r:Inference; + r:gives { + 7 :numberToDigits (0 0 0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(7 1000) math:remainder 7}] + [ a r:Fact; r:gives {(7 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(7 100) math:remainder 7}] + [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(7 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2020 a r:Inference; + r:gives { + (0 0 0 7) :digitsToNumber 7 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 7) math:sum 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2021 a r:Inference; + r:gives { + (7 0 0 0) :digitsToNumber 7000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 0 0 0) math:sum 7000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2022 a r:Inference; + r:gives { + 8 :numberToDigits (0 0 0 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(8 1000) math:remainder 8}] + [ a r:Fact; r:gives {(8 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(8 100) math:remainder 8}] + [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(8 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2023 a r:Inference; + r:gives { + (0 0 0 8) :digitsToNumber 8 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 8) math:sum 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2024 a r:Inference; + r:gives { + (8 0 0 0) :digitsToNumber 8000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 0 0 0) math:sum 8000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2025 a r:Inference; + r:gives { + 9 :numberToDigits (0 0 0 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(9 1000) math:remainder 9}] + [ a r:Fact; r:gives {(9 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(9 100) math:remainder 9}] + [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(9 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2026 a r:Inference; + r:gives { + (0 0 0 9) :digitsToNumber 9 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(0 0 0 9) math:sum 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2027 a r:Inference; + r:gives { + (9 0 0 0) :digitsToNumber 9000 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 0 0 0) math:sum 9000}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2028 a r:Inference; + r:gives { + 10 :numberToDigits (0 0 1 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(10 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(10 1000) math:remainder 10}] + [ a r:Fact; r:gives {(10 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(10 100) math:remainder 10}] + [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(10 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2029 a r:Inference; + r:gives { + 11 :numberToDigits (0 0 1 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(11 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(11 1000) math:remainder 11}] + [ a r:Fact; r:gives {(11 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(11 100) math:remainder 11}] + [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(11 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2030 a r:Inference; + r:gives { + (0 0 1 1) :digitsToNumber 11 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 1) math:sum 11}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3439. + +skolem:lemma2031 a r:Inference; + r:gives { + (1 1 0 0) :digitsToNumber 1100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(1000 100 0 0) math:sum 1100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2032 a r:Inference; + r:gives { + 12 :numberToDigits (0 0 1 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(12 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(12 1000) math:remainder 12}] + [ a r:Fact; r:gives {(12 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(12 100) math:remainder 12}] + [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(12 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2033 a r:Inference; + r:gives { + (0 0 1 2) :digitsToNumber 12 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 2) math:sum 12}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3439. + +skolem:lemma2034 a r:Inference; + r:gives { + (2 1 0 0) :digitsToNumber 2100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(2 1000) math:product 2000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(2000 100 0 0) math:sum 2100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2035 a r:Inference; + r:gives { + 13 :numberToDigits (0 0 1 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(13 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(13 1000) math:remainder 13}] + [ a r:Fact; r:gives {(13 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(13 100) math:remainder 13}] + [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(13 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2036 a r:Inference; + r:gives { + (0 0 1 3) :digitsToNumber 13 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 3) math:sum 13}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3439. + +skolem:lemma2037 a r:Inference; + r:gives { + (3 1 0 0) :digitsToNumber 3100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(3000 100 0 0) math:sum 3100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2038 a r:Inference; + r:gives { + 14 :numberToDigits (0 0 1 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(14 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(14 1000) math:remainder 14}] + [ a r:Fact; r:gives {(14 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(14 100) math:remainder 14}] + [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(14 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2039 a r:Inference; + r:gives { + (0 0 1 4) :digitsToNumber 14 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 4) math:sum 14}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2040 a r:Inference; + r:gives { + (4 1 0 0) :digitsToNumber 4100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(4000 100 0 0) math:sum 4100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2041 a r:Inference; + r:gives { + 15 :numberToDigits (0 0 1 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(15 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(15 1000) math:remainder 15}] + [ a r:Fact; r:gives {(15 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(15 100) math:remainder 15}] + [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(15 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2042 a r:Inference; + r:gives { + (0 0 1 5) :digitsToNumber 15 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 5) math:sum 15}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2043 a r:Inference; + r:gives { + (5 1 0 0) :digitsToNumber 5100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(5000 100 0 0) math:sum 5100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2044 a r:Inference; + r:gives { + 16 :numberToDigits (0 0 1 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(16 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(16 1000) math:remainder 16}] + [ a r:Fact; r:gives {(16 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(16 100) math:remainder 16}] + [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(16 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2045 a r:Inference; + r:gives { + (0 0 1 6) :digitsToNumber 16 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 6) math:sum 16}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2046 a r:Inference; + r:gives { + (6 1 0 0) :digitsToNumber 6100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 100 0 0) math:sum 6100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2047 a r:Inference; + r:gives { + 17 :numberToDigits (0 0 1 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(17 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(17 1000) math:remainder 17}] + [ a r:Fact; r:gives {(17 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(17 100) math:remainder 17}] + [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(17 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2048 a r:Inference; + r:gives { + (0 0 1 7) :digitsToNumber 17 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 7) math:sum 17}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2049 a r:Inference; + r:gives { + (7 1 0 0) :digitsToNumber 7100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 100 0 0) math:sum 7100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2050 a r:Inference; + r:gives { + 18 :numberToDigits (0 0 1 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(18 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(18 1000) math:remainder 18}] + [ a r:Fact; r:gives {(18 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(18 100) math:remainder 18}] + [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(18 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2051 a r:Inference; + r:gives { + (0 0 1 8) :digitsToNumber 18 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 8) math:sum 18}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2052 a r:Inference; + r:gives { + (8 1 0 0) :digitsToNumber 8100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 100 0 0) math:sum 8100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2053 a r:Inference; + r:gives { + 19 :numberToDigits (0 0 1 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(19 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(19 1000) math:remainder 19}] + [ a r:Fact; r:gives {(19 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(19 100) math:remainder 19}] + [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(19 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2054 a r:Inference; + r:gives { + (0 0 1 9) :digitsToNumber 19 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 0 10 9) math:sum 19}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2055 a r:Inference; + r:gives { + (9 1 0 0) :digitsToNumber 9100 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 100 0 0) math:sum 9100}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2056 a r:Inference; + r:gives { + 20 :numberToDigits (0 0 2 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(20 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(20 1000) math:remainder 20}] + [ a r:Fact; r:gives {(20 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(20 100) math:remainder 20}] + [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(20 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2057 a r:Inference; + r:gives { + 21 :numberToDigits (0 0 2 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(21 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(21 1000) math:remainder 21}] + [ a r:Fact; r:gives {(21 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(21 100) math:remainder 21}] + [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(21 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2058 a r:Inference; + r:gives { + 22 :numberToDigits (0 0 2 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(22 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(22 1000) math:remainder 22}] + [ a r:Fact; r:gives {(22 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(22 100) math:remainder 22}] + [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(22 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2059 a r:Inference; + r:gives { + (0 0 2 2) :digitsToNumber 22 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 2) math:sum 22}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3439. + +skolem:lemma2060 a r:Inference; + r:gives { + (2 2 0 0) :digitsToNumber 2200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(2 1000) math:product 2000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(2000 200 0 0) math:sum 2200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2061 a r:Inference; + r:gives { + 23 :numberToDigits (0 0 2 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(23 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(23 1000) math:remainder 23}] + [ a r:Fact; r:gives {(23 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(23 100) math:remainder 23}] + [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(23 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2062 a r:Inference; + r:gives { + (0 0 2 3) :digitsToNumber 23 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 3) math:sum 23}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3439. + +skolem:lemma2063 a r:Inference; + r:gives { + (3 2 0 0) :digitsToNumber 3200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(3000 200 0 0) math:sum 3200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2064 a r:Inference; + r:gives { + 24 :numberToDigits (0 0 2 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(24 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(24 1000) math:remainder 24}] + [ a r:Fact; r:gives {(24 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(24 100) math:remainder 24}] + [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(24 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2065 a r:Inference; + r:gives { + (0 0 2 4) :digitsToNumber 24 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 4) math:sum 24}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2066 a r:Inference; + r:gives { + (4 2 0 0) :digitsToNumber 4200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(4000 200 0 0) math:sum 4200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2067 a r:Inference; + r:gives { + 25 :numberToDigits (0 0 2 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(25 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(25 1000) math:remainder 25}] + [ a r:Fact; r:gives {(25 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(25 100) math:remainder 25}] + [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(25 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2068 a r:Inference; + r:gives { + (0 0 2 5) :digitsToNumber 25 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 5) math:sum 25}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2069 a r:Inference; + r:gives { + (5 2 0 0) :digitsToNumber 5200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(5000 200 0 0) math:sum 5200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2070 a r:Inference; + r:gives { + 26 :numberToDigits (0 0 2 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(26 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(26 1000) math:remainder 26}] + [ a r:Fact; r:gives {(26 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(26 100) math:remainder 26}] + [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(26 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2071 a r:Inference; + r:gives { + (0 0 2 6) :digitsToNumber 26 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 6) math:sum 26}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2072 a r:Inference; + r:gives { + (6 2 0 0) :digitsToNumber 6200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 200 0 0) math:sum 6200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2073 a r:Inference; + r:gives { + 27 :numberToDigits (0 0 2 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(27 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(27 1000) math:remainder 27}] + [ a r:Fact; r:gives {(27 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(27 100) math:remainder 27}] + [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(27 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2074 a r:Inference; + r:gives { + (0 0 2 7) :digitsToNumber 27 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 7) math:sum 27}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2075 a r:Inference; + r:gives { + (7 2 0 0) :digitsToNumber 7200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 200 0 0) math:sum 7200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2076 a r:Inference; + r:gives { + 28 :numberToDigits (0 0 2 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(28 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(28 1000) math:remainder 28}] + [ a r:Fact; r:gives {(28 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(28 100) math:remainder 28}] + [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(28 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2077 a r:Inference; + r:gives { + (0 0 2 8) :digitsToNumber 28 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 8) math:sum 28}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2078 a r:Inference; + r:gives { + (8 2 0 0) :digitsToNumber 8200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 200 0 0) math:sum 8200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2079 a r:Inference; + r:gives { + 29 :numberToDigits (0 0 2 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(29 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(29 1000) math:remainder 29}] + [ a r:Fact; r:gives {(29 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(29 100) math:remainder 29}] + [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(29 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2080 a r:Inference; + r:gives { + (0 0 2 9) :digitsToNumber 29 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 0 20 9) math:sum 29}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2081 a r:Inference; + r:gives { + (9 2 0 0) :digitsToNumber 9200 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 200 0 0) math:sum 9200}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2082 a r:Inference; + r:gives { + 30 :numberToDigits (0 0 3 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(30 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(30 1000) math:remainder 30}] + [ a r:Fact; r:gives {(30 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(30 100) math:remainder 30}] + [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(30 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2083 a r:Inference; + r:gives { + 31 :numberToDigits (0 0 3 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(31 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(31 1000) math:remainder 31}] + [ a r:Fact; r:gives {(31 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(31 100) math:remainder 31}] + [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(31 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2084 a r:Inference; + r:gives { + 32 :numberToDigits (0 0 3 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(32 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(32 1000) math:remainder 32}] + [ a r:Fact; r:gives {(32 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(32 100) math:remainder 32}] + [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(32 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2085 a r:Inference; + r:gives { + 33 :numberToDigits (0 0 3 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(33 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(33 1000) math:remainder 33}] + [ a r:Fact; r:gives {(33 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(33 100) math:remainder 33}] + [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(33 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2086 a r:Inference; + r:gives { + (0 0 3 3) :digitsToNumber 33 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 3) math:sum 33}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3439. + +skolem:lemma2087 a r:Inference; + r:gives { + (3 3 0 0) :digitsToNumber 3300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(3000 300 0 0) math:sum 3300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2088 a r:Inference; + r:gives { + 34 :numberToDigits (0 0 3 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(34 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(34 1000) math:remainder 34}] + [ a r:Fact; r:gives {(34 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(34 100) math:remainder 34}] + [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(34 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2089 a r:Inference; + r:gives { + (0 0 3 4) :digitsToNumber 34 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 4) math:sum 34}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2090 a r:Inference; + r:gives { + (4 3 0 0) :digitsToNumber 4300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(4000 300 0 0) math:sum 4300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2091 a r:Inference; + r:gives { + 35 :numberToDigits (0 0 3 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(35 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(35 1000) math:remainder 35}] + [ a r:Fact; r:gives {(35 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(35 100) math:remainder 35}] + [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(35 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2092 a r:Inference; + r:gives { + (0 0 3 5) :digitsToNumber 35 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 5) math:sum 35}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2093 a r:Inference; + r:gives { + (5 3 0 0) :digitsToNumber 5300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(5000 300 0 0) math:sum 5300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2094 a r:Inference; + r:gives { + 36 :numberToDigits (0 0 3 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(36 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(36 1000) math:remainder 36}] + [ a r:Fact; r:gives {(36 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(36 100) math:remainder 36}] + [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(36 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2095 a r:Inference; + r:gives { + (0 0 3 6) :digitsToNumber 36 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 6) math:sum 36}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2096 a r:Inference; + r:gives { + (6 3 0 0) :digitsToNumber 6300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 300 0 0) math:sum 6300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2097 a r:Inference; + r:gives { + 37 :numberToDigits (0 0 3 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(37 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(37 1000) math:remainder 37}] + [ a r:Fact; r:gives {(37 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(37 100) math:remainder 37}] + [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(37 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2098 a r:Inference; + r:gives { + (0 0 3 7) :digitsToNumber 37 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 7) math:sum 37}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2099 a r:Inference; + r:gives { + (7 3 0 0) :digitsToNumber 7300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 300 0 0) math:sum 7300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2100 a r:Inference; + r:gives { + 38 :numberToDigits (0 0 3 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(38 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(38 1000) math:remainder 38}] + [ a r:Fact; r:gives {(38 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(38 100) math:remainder 38}] + [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(38 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2101 a r:Inference; + r:gives { + (0 0 3 8) :digitsToNumber 38 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 8) math:sum 38}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2102 a r:Inference; + r:gives { + (8 3 0 0) :digitsToNumber 8300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 300 0 0) math:sum 8300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2103 a r:Inference; + r:gives { + 39 :numberToDigits (0 0 3 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(39 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(39 1000) math:remainder 39}] + [ a r:Fact; r:gives {(39 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(39 100) math:remainder 39}] + [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(39 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2104 a r:Inference; + r:gives { + (0 0 3 9) :digitsToNumber 39 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 0 30 9) math:sum 39}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2105 a r:Inference; + r:gives { + (9 3 0 0) :digitsToNumber 9300 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 300 0 0) math:sum 9300}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2106 a r:Inference; + r:gives { + 40 :numberToDigits (0 0 4 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(40 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(40 1000) math:remainder 40}] + [ a r:Fact; r:gives {(40 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(40 100) math:remainder 40}] + [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(40 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2107 a r:Inference; + r:gives { + 41 :numberToDigits (0 0 4 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(41 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(41 1000) math:remainder 41}] + [ a r:Fact; r:gives {(41 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(41 100) math:remainder 41}] + [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(41 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2108 a r:Inference; + r:gives { + 42 :numberToDigits (0 0 4 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(42 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(42 1000) math:remainder 42}] + [ a r:Fact; r:gives {(42 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(42 100) math:remainder 42}] + [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(42 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2109 a r:Inference; + r:gives { + 43 :numberToDigits (0 0 4 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(43 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(43 1000) math:remainder 43}] + [ a r:Fact; r:gives {(43 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(43 100) math:remainder 43}] + [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(43 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2110 a r:Inference; + r:gives { + 44 :numberToDigits (0 0 4 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(44 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(44 1000) math:remainder 44}] + [ a r:Fact; r:gives {(44 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(44 100) math:remainder 44}] + [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(44 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2111 a r:Inference; + r:gives { + (0 0 4 4) :digitsToNumber 44 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 0 40 4) math:sum 44}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2112 a r:Inference; + r:gives { + (4 4 0 0) :digitsToNumber 4400 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(4000 400 0 0) math:sum 4400}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2113 a r:Inference; + r:gives { + 45 :numberToDigits (0 0 4 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(45 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(45 1000) math:remainder 45}] + [ a r:Fact; r:gives {(45 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(45 100) math:remainder 45}] + [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(45 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2114 a r:Inference; + r:gives { + (0 0 4 5) :digitsToNumber 45 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 0 40 5) math:sum 45}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2115 a r:Inference; + r:gives { + (5 4 0 0) :digitsToNumber 5400 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(5000 400 0 0) math:sum 5400}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2116 a r:Inference; + r:gives { + 46 :numberToDigits (0 0 4 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(46 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(46 1000) math:remainder 46}] + [ a r:Fact; r:gives {(46 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(46 100) math:remainder 46}] + [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(46 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2117 a r:Inference; + r:gives { + (0 0 4 6) :digitsToNumber 46 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 0 40 6) math:sum 46}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2118 a r:Inference; + r:gives { + (6 4 0 0) :digitsToNumber 6400 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 400 0 0) math:sum 6400}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2119 a r:Inference; + r:gives { + 47 :numberToDigits (0 0 4 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(47 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(47 1000) math:remainder 47}] + [ a r:Fact; r:gives {(47 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(47 100) math:remainder 47}] + [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(47 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2120 a r:Inference; + r:gives { + (0 0 4 7) :digitsToNumber 47 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 0 40 7) math:sum 47}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2121 a r:Inference; + r:gives { + (7 4 0 0) :digitsToNumber 7400 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 400 0 0) math:sum 7400}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2122 a r:Inference; + r:gives { + 48 :numberToDigits (0 0 4 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(48 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(48 1000) math:remainder 48}] + [ a r:Fact; r:gives {(48 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(48 100) math:remainder 48}] + [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(48 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2123 a r:Inference; + r:gives { + (0 0 4 8) :digitsToNumber 48 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 0 40 8) math:sum 48}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2124 a r:Inference; + r:gives { + (8 4 0 0) :digitsToNumber 8400 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 400 0 0) math:sum 8400}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2125 a r:Inference; + r:gives { + 49 :numberToDigits (0 0 4 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(49 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(49 1000) math:remainder 49}] + [ a r:Fact; r:gives {(49 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(49 100) math:remainder 49}] + [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(49 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2126 a r:Inference; + r:gives { + (0 0 4 9) :digitsToNumber 49 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 0 40 9) math:sum 49}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2127 a r:Inference; + r:gives { + (9 4 0 0) :digitsToNumber 9400 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 400 0 0) math:sum 9400}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2128 a r:Inference; + r:gives { + 50 :numberToDigits (0 0 5 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(50 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(50 1000) math:remainder 50}] + [ a r:Fact; r:gives {(50 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(50 100) math:remainder 50}] + [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(50 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2129 a r:Inference; + r:gives { + 51 :numberToDigits (0 0 5 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(51 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(51 1000) math:remainder 51}] + [ a r:Fact; r:gives {(51 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(51 100) math:remainder 51}] + [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(51 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2130 a r:Inference; + r:gives { + 52 :numberToDigits (0 0 5 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(52 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(52 1000) math:remainder 52}] + [ a r:Fact; r:gives {(52 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(52 100) math:remainder 52}] + [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(52 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2131 a r:Inference; + r:gives { + 53 :numberToDigits (0 0 5 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(53 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(53 1000) math:remainder 53}] + [ a r:Fact; r:gives {(53 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(53 100) math:remainder 53}] + [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(53 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2132 a r:Inference; + r:gives { + 54 :numberToDigits (0 0 5 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(54 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(54 1000) math:remainder 54}] + [ a r:Fact; r:gives {(54 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(54 100) math:remainder 54}] + [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(54 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2133 a r:Inference; + r:gives { + 55 :numberToDigits (0 0 5 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(55 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(55 1000) math:remainder 55}] + [ a r:Fact; r:gives {(55 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(55 100) math:remainder 55}] + [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(55 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2134 a r:Inference; + r:gives { + (0 0 5 5) :digitsToNumber 55 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 0 50 5) math:sum 55}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2135 a r:Inference; + r:gives { + (5 5 0 0) :digitsToNumber 5500 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(5000 500 0 0) math:sum 5500}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2136 a r:Inference; + r:gives { + 56 :numberToDigits (0 0 5 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(56 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(56 1000) math:remainder 56}] + [ a r:Fact; r:gives {(56 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(56 100) math:remainder 56}] + [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(56 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2137 a r:Inference; + r:gives { + (0 0 5 6) :digitsToNumber 56 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 0 50 6) math:sum 56}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2138 a r:Inference; + r:gives { + (6 5 0 0) :digitsToNumber 6500 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 500 0 0) math:sum 6500}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2139 a r:Inference; + r:gives { + 57 :numberToDigits (0 0 5 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(57 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(57 1000) math:remainder 57}] + [ a r:Fact; r:gives {(57 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(57 100) math:remainder 57}] + [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(57 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2140 a r:Inference; + r:gives { + (0 0 5 7) :digitsToNumber 57 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 0 50 7) math:sum 57}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2141 a r:Inference; + r:gives { + (7 5 0 0) :digitsToNumber 7500 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 500 0 0) math:sum 7500}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2142 a r:Inference; + r:gives { + 58 :numberToDigits (0 0 5 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(58 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(58 1000) math:remainder 58}] + [ a r:Fact; r:gives {(58 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(58 100) math:remainder 58}] + [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(58 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2143 a r:Inference; + r:gives { + (0 0 5 8) :digitsToNumber 58 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 0 50 8) math:sum 58}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2144 a r:Inference; + r:gives { + (8 5 0 0) :digitsToNumber 8500 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 500 0 0) math:sum 8500}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2145 a r:Inference; + r:gives { + 59 :numberToDigits (0 0 5 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(59 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(59 1000) math:remainder 59}] + [ a r:Fact; r:gives {(59 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(59 100) math:remainder 59}] + [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(59 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2146 a r:Inference; + r:gives { + (0 0 5 9) :digitsToNumber 59 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 0 50 9) math:sum 59}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2147 a r:Inference; + r:gives { + (9 5 0 0) :digitsToNumber 9500 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 500 0 0) math:sum 9500}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2148 a r:Inference; + r:gives { + 60 :numberToDigits (0 0 6 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(60 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(60 1000) math:remainder 60}] + [ a r:Fact; r:gives {(60 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(60 100) math:remainder 60}] + [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(60 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2149 a r:Inference; + r:gives { + 61 :numberToDigits (0 0 6 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(61 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(61 1000) math:remainder 61}] + [ a r:Fact; r:gives {(61 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(61 100) math:remainder 61}] + [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(61 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2150 a r:Inference; + r:gives { + 62 :numberToDigits (0 0 6 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(62 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(62 1000) math:remainder 62}] + [ a r:Fact; r:gives {(62 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(62 100) math:remainder 62}] + [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(62 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2151 a r:Inference; + r:gives { + 63 :numberToDigits (0 0 6 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(63 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(63 1000) math:remainder 63}] + [ a r:Fact; r:gives {(63 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(63 100) math:remainder 63}] + [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(63 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2152 a r:Inference; + r:gives { + 64 :numberToDigits (0 0 6 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(64 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(64 1000) math:remainder 64}] + [ a r:Fact; r:gives {(64 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(64 100) math:remainder 64}] + [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(64 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2153 a r:Inference; + r:gives { + 65 :numberToDigits (0 0 6 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(65 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(65 1000) math:remainder 65}] + [ a r:Fact; r:gives {(65 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(65 100) math:remainder 65}] + [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(65 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2154 a r:Inference; + r:gives { + 66 :numberToDigits (0 0 6 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(66 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(66 1000) math:remainder 66}] + [ a r:Fact; r:gives {(66 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(66 100) math:remainder 66}] + [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(66 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2155 a r:Inference; + r:gives { + (0 0 6 6) :digitsToNumber 66 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 0 60 6) math:sum 66}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2156 a r:Inference; + r:gives { + (6 6 0 0) :digitsToNumber 6600 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(6000 600 0 0) math:sum 6600}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2157 a r:Inference; + r:gives { + 67 :numberToDigits (0 0 6 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(67 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(67 1000) math:remainder 67}] + [ a r:Fact; r:gives {(67 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(67 100) math:remainder 67}] + [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(67 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2158 a r:Inference; + r:gives { + (0 0 6 7) :digitsToNumber 67 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 0 60 7) math:sum 67}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2159 a r:Inference; + r:gives { + (7 6 0 0) :digitsToNumber 7600 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 600 0 0) math:sum 7600}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2160 a r:Inference; + r:gives { + 68 :numberToDigits (0 0 6 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(68 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(68 1000) math:remainder 68}] + [ a r:Fact; r:gives {(68 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(68 100) math:remainder 68}] + [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(68 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2161 a r:Inference; + r:gives { + (0 0 6 8) :digitsToNumber 68 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 0 60 8) math:sum 68}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2162 a r:Inference; + r:gives { + (8 6 0 0) :digitsToNumber 8600 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 600 0 0) math:sum 8600}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2163 a r:Inference; + r:gives { + 69 :numberToDigits (0 0 6 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(69 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(69 1000) math:remainder 69}] + [ a r:Fact; r:gives {(69 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(69 100) math:remainder 69}] + [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(69 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2164 a r:Inference; + r:gives { + (0 0 6 9) :digitsToNumber 69 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 0 60 9) math:sum 69}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2165 a r:Inference; + r:gives { + (9 6 0 0) :digitsToNumber 9600 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 600 0 0) math:sum 9600}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2166 a r:Inference; + r:gives { + 70 :numberToDigits (0 0 7 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(70 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(70 1000) math:remainder 70}] + [ a r:Fact; r:gives {(70 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(70 100) math:remainder 70}] + [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(70 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2167 a r:Inference; + r:gives { + 71 :numberToDigits (0 0 7 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(71 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(71 1000) math:remainder 71}] + [ a r:Fact; r:gives {(71 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(71 100) math:remainder 71}] + [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(71 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2168 a r:Inference; + r:gives { + 72 :numberToDigits (0 0 7 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(72 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(72 1000) math:remainder 72}] + [ a r:Fact; r:gives {(72 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(72 100) math:remainder 72}] + [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(72 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2169 a r:Inference; + r:gives { + 73 :numberToDigits (0 0 7 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(73 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(73 1000) math:remainder 73}] + [ a r:Fact; r:gives {(73 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(73 100) math:remainder 73}] + [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(73 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2170 a r:Inference; + r:gives { + 74 :numberToDigits (0 0 7 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(74 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(74 1000) math:remainder 74}] + [ a r:Fact; r:gives {(74 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(74 100) math:remainder 74}] + [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(74 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2171 a r:Inference; + r:gives { + 75 :numberToDigits (0 0 7 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(75 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(75 1000) math:remainder 75}] + [ a r:Fact; r:gives {(75 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(75 100) math:remainder 75}] + [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(75 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2172 a r:Inference; + r:gives { + 76 :numberToDigits (0 0 7 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(76 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(76 1000) math:remainder 76}] + [ a r:Fact; r:gives {(76 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(76 100) math:remainder 76}] + [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(76 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2173 a r:Inference; + r:gives { + 77 :numberToDigits (0 0 7 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(77 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(77 1000) math:remainder 77}] + [ a r:Fact; r:gives {(77 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(77 100) math:remainder 77}] + [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(77 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2174 a r:Inference; + r:gives { + (0 0 7 7) :digitsToNumber 77 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 0 70 7) math:sum 77}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2175 a r:Inference; + r:gives { + (7 7 0 0) :digitsToNumber 7700 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(7000 700 0 0) math:sum 7700}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2176 a r:Inference; + r:gives { + 78 :numberToDigits (0 0 7 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(78 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(78 1000) math:remainder 78}] + [ a r:Fact; r:gives {(78 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(78 100) math:remainder 78}] + [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(78 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2177 a r:Inference; + r:gives { + (0 0 7 8) :digitsToNumber 78 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 0 70 8) math:sum 78}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2178 a r:Inference; + r:gives { + (8 7 0 0) :digitsToNumber 8700 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 700 0 0) math:sum 8700}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2179 a r:Inference; + r:gives { + 79 :numberToDigits (0 0 7 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(79 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(79 1000) math:remainder 79}] + [ a r:Fact; r:gives {(79 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(79 100) math:remainder 79}] + [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(79 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2180 a r:Inference; + r:gives { + (0 0 7 9) :digitsToNumber 79 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 0 70 9) math:sum 79}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2181 a r:Inference; + r:gives { + (9 7 0 0) :digitsToNumber 9700 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 700 0 0) math:sum 9700}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2182 a r:Inference; + r:gives { + 80 :numberToDigits (0 0 8 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(80 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(80 1000) math:remainder 80}] + [ a r:Fact; r:gives {(80 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(80 100) math:remainder 80}] + [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(80 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2183 a r:Inference; + r:gives { + 81 :numberToDigits (0 0 8 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(81 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(81 1000) math:remainder 81}] + [ a r:Fact; r:gives {(81 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(81 100) math:remainder 81}] + [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(81 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2184 a r:Inference; + r:gives { + 82 :numberToDigits (0 0 8 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(82 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(82 1000) math:remainder 82}] + [ a r:Fact; r:gives {(82 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(82 100) math:remainder 82}] + [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(82 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2185 a r:Inference; + r:gives { + 83 :numberToDigits (0 0 8 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(83 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(83 1000) math:remainder 83}] + [ a r:Fact; r:gives {(83 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(83 100) math:remainder 83}] + [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(83 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2186 a r:Inference; + r:gives { + 84 :numberToDigits (0 0 8 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(84 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(84 1000) math:remainder 84}] + [ a r:Fact; r:gives {(84 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(84 100) math:remainder 84}] + [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(84 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2187 a r:Inference; + r:gives { + 85 :numberToDigits (0 0 8 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(85 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(85 1000) math:remainder 85}] + [ a r:Fact; r:gives {(85 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(85 100) math:remainder 85}] + [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(85 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2188 a r:Inference; + r:gives { + 86 :numberToDigits (0 0 8 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(86 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(86 1000) math:remainder 86}] + [ a r:Fact; r:gives {(86 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(86 100) math:remainder 86}] + [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(86 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2189 a r:Inference; + r:gives { + 87 :numberToDigits (0 0 8 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(87 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(87 1000) math:remainder 87}] + [ a r:Fact; r:gives {(87 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(87 100) math:remainder 87}] + [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(87 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2190 a r:Inference; + r:gives { + 88 :numberToDigits (0 0 8 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(88 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(88 1000) math:remainder 88}] + [ a r:Fact; r:gives {(88 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(88 100) math:remainder 88}] + [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(88 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2191 a r:Inference; + r:gives { + (0 0 8 8) :digitsToNumber 88 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 0 80 8) math:sum 88}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2192 a r:Inference; + r:gives { + (8 8 0 0) :digitsToNumber 8800 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(8000 800 0 0) math:sum 8800}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2193 a r:Inference; + r:gives { + 89 :numberToDigits (0 0 8 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(89 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(89 1000) math:remainder 89}] + [ a r:Fact; r:gives {(89 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(89 100) math:remainder 89}] + [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(89 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2194 a r:Inference; + r:gives { + (0 0 8 9) :digitsToNumber 89 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 0 80 9) math:sum 89}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2195 a r:Inference; + r:gives { + (9 8 0 0) :digitsToNumber 9800 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 800 0 0) math:sum 9800}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2196 a r:Inference; + r:gives { + 90 :numberToDigits (0 0 9 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(90 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(90 1000) math:remainder 90}] + [ a r:Fact; r:gives {(90 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(90 100) math:remainder 90}] + [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(90 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2197 a r:Inference; + r:gives { + 91 :numberToDigits (0 0 9 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(91 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(91 1000) math:remainder 91}] + [ a r:Fact; r:gives {(91 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(91 100) math:remainder 91}] + [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(91 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2198 a r:Inference; + r:gives { + 92 :numberToDigits (0 0 9 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(92 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(92 1000) math:remainder 92}] + [ a r:Fact; r:gives {(92 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(92 100) math:remainder 92}] + [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(92 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2199 a r:Inference; + r:gives { + 93 :numberToDigits (0 0 9 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(93 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(93 1000) math:remainder 93}] + [ a r:Fact; r:gives {(93 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(93 100) math:remainder 93}] + [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(93 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2200 a r:Inference; + r:gives { + 94 :numberToDigits (0 0 9 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(94 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(94 1000) math:remainder 94}] + [ a r:Fact; r:gives {(94 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(94 100) math:remainder 94}] + [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(94 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2201 a r:Inference; + r:gives { + 95 :numberToDigits (0 0 9 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(95 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(95 1000) math:remainder 95}] + [ a r:Fact; r:gives {(95 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(95 100) math:remainder 95}] + [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(95 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2202 a r:Inference; + r:gives { + 96 :numberToDigits (0 0 9 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(96 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(96 1000) math:remainder 96}] + [ a r:Fact; r:gives {(96 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(96 100) math:remainder 96}] + [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(96 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2203 a r:Inference; + r:gives { + 97 :numberToDigits (0 0 9 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(97 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(97 1000) math:remainder 97}] + [ a r:Fact; r:gives {(97 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(97 100) math:remainder 97}] + [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(97 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2204 a r:Inference; + r:gives { + 98 :numberToDigits (0 0 9 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(98 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(98 1000) math:remainder 98}] + [ a r:Fact; r:gives {(98 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(98 100) math:remainder 98}] + [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(98 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2205 a r:Inference; + r:gives { + 99 :numberToDigits (0 0 9 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(99 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(99 1000) math:remainder 99}] + [ a r:Fact; r:gives {(99 100) math:integerQuotient 0}] + [ a r:Fact; r:gives {(99 100) math:remainder 99}] + [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(99 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2206 a r:Inference; + r:gives { + (0 0 9 9) :digitsToNumber 99 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(0 100) math:product 0}] + [ a r:Fact; r:gives {(9 10) math:product 90}] + [ a r:Fact; r:gives {(0 0 90 9) math:sum 99}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2207 a r:Inference; + r:gives { + (9 9 0 0) :digitsToNumber 9900 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(9 100) math:product 900}] + [ a r:Fact; r:gives {(0 10) math:product 0}] + [ a r:Fact; r:gives {(9000 900 0 0) math:sum 9900}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2208 a r:Inference; + r:gives { + 100 :numberToDigits (0 1 0 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(100 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(100 1000) math:remainder 100}] + [ a r:Fact; r:gives {(100 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(100 100) math:remainder 0}] + [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(0 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2209 a r:Inference; + r:gives { + 101 :numberToDigits (0 1 0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(101 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(101 1000) math:remainder 101}] + [ a r:Fact; r:gives {(101 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(101 100) math:remainder 1}] + [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 101]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 101]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2210 a r:Inference; + r:gives { + 102 :numberToDigits (0 1 0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(102 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(102 1000) math:remainder 102}] + [ a r:Fact; r:gives {(102 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(102 100) math:remainder 2}] + [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 102]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 102]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2211 a r:Inference; + r:gives { + 103 :numberToDigits (0 1 0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(103 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(103 1000) math:remainder 103}] + [ a r:Fact; r:gives {(103 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(103 100) math:remainder 3}] + [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(3 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 103]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 103]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2212 a r:Inference; + r:gives { + 104 :numberToDigits (0 1 0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(104 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(104 1000) math:remainder 104}] + [ a r:Fact; r:gives {(104 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(104 100) math:remainder 4}] + [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(4 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 104]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 104]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2213 a r:Inference; + r:gives { + 105 :numberToDigits (0 1 0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(105 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(105 1000) math:remainder 105}] + [ a r:Fact; r:gives {(105 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(105 100) math:remainder 5}] + [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(5 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 105]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 105]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2214 a r:Inference; + r:gives { + 106 :numberToDigits (0 1 0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(106 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(106 1000) math:remainder 106}] + [ a r:Fact; r:gives {(106 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(106 100) math:remainder 6}] + [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(6 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 106]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 106]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2215 a r:Inference; + r:gives { + 107 :numberToDigits (0 1 0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(107 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(107 1000) math:remainder 107}] + [ a r:Fact; r:gives {(107 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(107 100) math:remainder 7}] + [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(7 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 107]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 107]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2216 a r:Inference; + r:gives { + 108 :numberToDigits (0 1 0 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(108 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(108 1000) math:remainder 108}] + [ a r:Fact; r:gives {(108 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(108 100) math:remainder 8}] + [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(8 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 108]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 108]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2217 a r:Inference; + r:gives { + 109 :numberToDigits (0 1 0 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(109 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(109 1000) math:remainder 109}] + [ a r:Fact; r:gives {(109 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(109 100) math:remainder 9}] + [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(9 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 109]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 109]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2218 a r:Inference; + r:gives { + 110 :numberToDigits (0 1 1 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(110 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(110 1000) math:remainder 110}] + [ a r:Fact; r:gives {(110 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(110 100) math:remainder 10}] + [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(10 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2219 a r:Inference; + r:gives { + 111 :numberToDigits (0 1 1 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(111 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(111 1000) math:remainder 111}] + [ a r:Fact; r:gives {(111 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(111 100) math:remainder 11}] + [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(11 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 111]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 111]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2220 a r:Inference; + r:gives { + (0 1 1 1) :digitsToNumber 111 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 100 10 1) math:sum 111}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 111]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3439. + +skolem:lemma2221 a r:Inference; + r:gives { + (1 1 1 0) :digitsToNumber 1110 . + }; + r:evidence ( + [ a r:Fact; r:gives {(1 1000) math:product 1000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(1000 100 10 0) math:sum 1110}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2222 a r:Inference; + r:gives { + 112 :numberToDigits (0 1 1 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(112 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(112 1000) math:remainder 112}] + [ a r:Fact; r:gives {(112 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(112 100) math:remainder 12}] + [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(12 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2223 a r:Inference; + r:gives { + (0 1 1 2) :digitsToNumber 112 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 100 10 2) math:sum 112}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 112]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3439. + +skolem:lemma2224 a r:Inference; + r:gives { + (2 1 1 0) :digitsToNumber 2110 . + }; + r:evidence ( + [ a r:Fact; r:gives {(2 1000) math:product 2000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(2000 100 10 0) math:sum 2110}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2225 a r:Inference; + r:gives { + 113 :numberToDigits (0 1 1 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(113 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(113 1000) math:remainder 113}] + [ a r:Fact; r:gives {(113 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(113 100) math:remainder 13}] + [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(13 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2226 a r:Inference; + r:gives { + (0 1 1 3) :digitsToNumber 113 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 100 10 3) math:sum 113}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 113]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3439. + +skolem:lemma2227 a r:Inference; + r:gives { + (3 1 1 0) :digitsToNumber 3110 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(3000 100 10 0) math:sum 3110}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2228 a r:Inference; + r:gives { + 114 :numberToDigits (0 1 1 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(114 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(114 1000) math:remainder 114}] + [ a r:Fact; r:gives {(114 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(114 100) math:remainder 14}] + [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(14 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2229 a r:Inference; + r:gives { + (0 1 1 4) :digitsToNumber 114 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 100 10 4) math:sum 114}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 114]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2230 a r:Inference; + r:gives { + (4 1 1 0) :digitsToNumber 4110 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(4000 100 10 0) math:sum 4110}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2231 a r:Inference; + r:gives { + 115 :numberToDigits (0 1 1 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(115 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(115 1000) math:remainder 115}] + [ a r:Fact; r:gives {(115 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(115 100) math:remainder 15}] + [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(15 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2232 a r:Inference; + r:gives { + (0 1 1 5) :digitsToNumber 115 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 100 10 5) math:sum 115}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 115]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2233 a r:Inference; + r:gives { + (5 1 1 0) :digitsToNumber 5110 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(5000 100 10 0) math:sum 5110}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2234 a r:Inference; + r:gives { + 116 :numberToDigits (0 1 1 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(116 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(116 1000) math:remainder 116}] + [ a r:Fact; r:gives {(116 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(116 100) math:remainder 16}] + [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(16 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2235 a r:Inference; + r:gives { + (0 1 1 6) :digitsToNumber 116 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 100 10 6) math:sum 116}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 116]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2236 a r:Inference; + r:gives { + (6 1 1 0) :digitsToNumber 6110 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(6000 100 10 0) math:sum 6110}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2237 a r:Inference; + r:gives { + 117 :numberToDigits (0 1 1 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(117 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(117 1000) math:remainder 117}] + [ a r:Fact; r:gives {(117 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(117 100) math:remainder 17}] + [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(17 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2238 a r:Inference; + r:gives { + (0 1 1 7) :digitsToNumber 117 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 100 10 7) math:sum 117}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 117]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2239 a r:Inference; + r:gives { + (7 1 1 0) :digitsToNumber 7110 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(7000 100 10 0) math:sum 7110}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2240 a r:Inference; + r:gives { + 118 :numberToDigits (0 1 1 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(118 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(118 1000) math:remainder 118}] + [ a r:Fact; r:gives {(118 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(118 100) math:remainder 18}] + [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(18 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2241 a r:Inference; + r:gives { + (0 1 1 8) :digitsToNumber 118 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 100 10 8) math:sum 118}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 118]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2242 a r:Inference; + r:gives { + (8 1 1 0) :digitsToNumber 8110 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(8000 100 10 0) math:sum 8110}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2243 a r:Inference; + r:gives { + 119 :numberToDigits (0 1 1 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(119 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(119 1000) math:remainder 119}] + [ a r:Fact; r:gives {(119 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(119 100) math:remainder 19}] + [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(19 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2244 a r:Inference; + r:gives { + (0 1 1 9) :digitsToNumber 119 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(0 100 10 9) math:sum 119}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 119]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2245 a r:Inference; + r:gives { + (9 1 1 0) :digitsToNumber 9110 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(9000 100 10 0) math:sum 9110}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9110]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2246 a r:Inference; + r:gives { + 120 :numberToDigits (0 1 2 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(120 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(120 1000) math:remainder 120}] + [ a r:Fact; r:gives {(120 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(120 100) math:remainder 20}] + [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(20 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 120]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 120]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2247 a r:Inference; + r:gives { + 121 :numberToDigits (0 1 2 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(121 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(121 1000) math:remainder 121}] + [ a r:Fact; r:gives {(121 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(121 100) math:remainder 21}] + [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(21 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 121]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 121]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2248 a r:Inference; + r:gives { + 122 :numberToDigits (0 1 2 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(122 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(122 1000) math:remainder 122}] + [ a r:Fact; r:gives {(122 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(122 100) math:remainder 22}] + [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(22 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2249 a r:Inference; + r:gives { + (0 1 2 2) :digitsToNumber 122 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 100 20 2) math:sum 122}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 122]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3439. + +skolem:lemma2250 a r:Inference; + r:gives { + (2 2 1 0) :digitsToNumber 2210 . + }; + r:evidence ( + [ a r:Fact; r:gives {(2 1000) math:product 2000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(2000 200 10 0) math:sum 2210}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2251 a r:Inference; + r:gives { + 123 :numberToDigits (0 1 2 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(123 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(123 1000) math:remainder 123}] + [ a r:Fact; r:gives {(123 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(123 100) math:remainder 23}] + [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(23 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2252 a r:Inference; + r:gives { + (0 1 2 3) :digitsToNumber 123 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 100 20 3) math:sum 123}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 123]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3439. + +skolem:lemma2253 a r:Inference; + r:gives { + (3 2 1 0) :digitsToNumber 3210 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(3000 200 10 0) math:sum 3210}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2254 a r:Inference; + r:gives { + 124 :numberToDigits (0 1 2 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(124 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(124 1000) math:remainder 124}] + [ a r:Fact; r:gives {(124 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(124 100) math:remainder 24}] + [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(24 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2255 a r:Inference; + r:gives { + (0 1 2 4) :digitsToNumber 124 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 100 20 4) math:sum 124}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 124]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2256 a r:Inference; + r:gives { + (4 2 1 0) :digitsToNumber 4210 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(4000 200 10 0) math:sum 4210}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2257 a r:Inference; + r:gives { + 125 :numberToDigits (0 1 2 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(125 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(125 1000) math:remainder 125}] + [ a r:Fact; r:gives {(125 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(125 100) math:remainder 25}] + [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(25 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2258 a r:Inference; + r:gives { + (0 1 2 5) :digitsToNumber 125 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 100 20 5) math:sum 125}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 125]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2259 a r:Inference; + r:gives { + (5 2 1 0) :digitsToNumber 5210 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(5000 200 10 0) math:sum 5210}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2260 a r:Inference; + r:gives { + 126 :numberToDigits (0 1 2 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(126 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(126 1000) math:remainder 126}] + [ a r:Fact; r:gives {(126 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(126 100) math:remainder 26}] + [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(26 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2261 a r:Inference; + r:gives { + (0 1 2 6) :digitsToNumber 126 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 100 20 6) math:sum 126}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 126]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2262 a r:Inference; + r:gives { + (6 2 1 0) :digitsToNumber 6210 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(6000 200 10 0) math:sum 6210}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2263 a r:Inference; + r:gives { + 127 :numberToDigits (0 1 2 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(127 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(127 1000) math:remainder 127}] + [ a r:Fact; r:gives {(127 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(127 100) math:remainder 27}] + [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(27 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2264 a r:Inference; + r:gives { + (0 1 2 7) :digitsToNumber 127 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 100 20 7) math:sum 127}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 127]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2265 a r:Inference; + r:gives { + (7 2 1 0) :digitsToNumber 7210 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(7000 200 10 0) math:sum 7210}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2266 a r:Inference; + r:gives { + 128 :numberToDigits (0 1 2 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(128 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(128 1000) math:remainder 128}] + [ a r:Fact; r:gives {(128 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(128 100) math:remainder 28}] + [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(28 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2267 a r:Inference; + r:gives { + (0 1 2 8) :digitsToNumber 128 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 100 20 8) math:sum 128}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 128]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2268 a r:Inference; + r:gives { + (8 2 1 0) :digitsToNumber 8210 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(8000 200 10 0) math:sum 8210}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2269 a r:Inference; + r:gives { + 129 :numberToDigits (0 1 2 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(129 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(129 1000) math:remainder 129}] + [ a r:Fact; r:gives {(129 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(129 100) math:remainder 29}] + [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(29 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2270 a r:Inference; + r:gives { + (0 1 2 9) :digitsToNumber 129 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 100 20 9) math:sum 129}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 129]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2271 a r:Inference; + r:gives { + (9 2 1 0) :digitsToNumber 9210 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(9000 200 10 0) math:sum 9210}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2272 a r:Inference; + r:gives { + 130 :numberToDigits (0 1 3 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(130 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(130 1000) math:remainder 130}] + [ a r:Fact; r:gives {(130 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(130 100) math:remainder 30}] + [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(30 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 130]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 130]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2273 a r:Inference; + r:gives { + 131 :numberToDigits (0 1 3 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(131 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(131 1000) math:remainder 131}] + [ a r:Fact; r:gives {(131 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(131 100) math:remainder 31}] + [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(31 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 131]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2274 a r:Inference; + r:gives { + 132 :numberToDigits (0 1 3 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(132 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(132 1000) math:remainder 132}] + [ a r:Fact; r:gives {(132 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(132 100) math:remainder 32}] + [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(32 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 132]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 132]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2275 a r:Inference; + r:gives { + 133 :numberToDigits (0 1 3 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(133 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(133 1000) math:remainder 133}] + [ a r:Fact; r:gives {(133 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(133 100) math:remainder 33}] + [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(33 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2276 a r:Inference; + r:gives { + (0 1 3 3) :digitsToNumber 133 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 100 30 3) math:sum 133}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 133]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3439. + +skolem:lemma2277 a r:Inference; + r:gives { + (3 3 1 0) :digitsToNumber 3310 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(3000 300 10 0) math:sum 3310}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2278 a r:Inference; + r:gives { + 134 :numberToDigits (0 1 3 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(134 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(134 1000) math:remainder 134}] + [ a r:Fact; r:gives {(134 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(134 100) math:remainder 34}] + [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(34 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2279 a r:Inference; + r:gives { + (0 1 3 4) :digitsToNumber 134 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 100 30 4) math:sum 134}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 134]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2280 a r:Inference; + r:gives { + (4 3 1 0) :digitsToNumber 4310 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(4000 300 10 0) math:sum 4310}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2281 a r:Inference; + r:gives { + 135 :numberToDigits (0 1 3 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(135 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(135 1000) math:remainder 135}] + [ a r:Fact; r:gives {(135 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(135 100) math:remainder 35}] + [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(35 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2282 a r:Inference; + r:gives { + (0 1 3 5) :digitsToNumber 135 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 100 30 5) math:sum 135}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 135]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2283 a r:Inference; + r:gives { + (5 3 1 0) :digitsToNumber 5310 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(5000 300 10 0) math:sum 5310}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2284 a r:Inference; + r:gives { + 136 :numberToDigits (0 1 3 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(136 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(136 1000) math:remainder 136}] + [ a r:Fact; r:gives {(136 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(136 100) math:remainder 36}] + [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(36 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2285 a r:Inference; + r:gives { + (0 1 3 6) :digitsToNumber 136 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 100 30 6) math:sum 136}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 136]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2286 a r:Inference; + r:gives { + (6 3 1 0) :digitsToNumber 6310 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(6000 300 10 0) math:sum 6310}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2287 a r:Inference; + r:gives { + 137 :numberToDigits (0 1 3 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(137 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(137 1000) math:remainder 137}] + [ a r:Fact; r:gives {(137 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(137 100) math:remainder 37}] + [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(37 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2288 a r:Inference; + r:gives { + (0 1 3 7) :digitsToNumber 137 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 100 30 7) math:sum 137}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 137]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2289 a r:Inference; + r:gives { + (7 3 1 0) :digitsToNumber 7310 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(7000 300 10 0) math:sum 7310}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2290 a r:Inference; + r:gives { + 138 :numberToDigits (0 1 3 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(138 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(138 1000) math:remainder 138}] + [ a r:Fact; r:gives {(138 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(138 100) math:remainder 38}] + [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(38 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2291 a r:Inference; + r:gives { + (0 1 3 8) :digitsToNumber 138 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 100 30 8) math:sum 138}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 138]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2292 a r:Inference; + r:gives { + (8 3 1 0) :digitsToNumber 8310 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(8000 300 10 0) math:sum 8310}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2293 a r:Inference; + r:gives { + 139 :numberToDigits (0 1 3 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(139 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(139 1000) math:remainder 139}] + [ a r:Fact; r:gives {(139 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(139 100) math:remainder 39}] + [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(39 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2294 a r:Inference; + r:gives { + (0 1 3 9) :digitsToNumber 139 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 100 30 9) math:sum 139}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 139]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2295 a r:Inference; + r:gives { + (9 3 1 0) :digitsToNumber 9310 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(9000 300 10 0) math:sum 9310}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2296 a r:Inference; + r:gives { + 140 :numberToDigits (0 1 4 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(140 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(140 1000) math:remainder 140}] + [ a r:Fact; r:gives {(140 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(140 100) math:remainder 40}] + [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(40 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 140]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 140]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2297 a r:Inference; + r:gives { + 141 :numberToDigits (0 1 4 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(141 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(141 1000) math:remainder 141}] + [ a r:Fact; r:gives {(141 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(141 100) math:remainder 41}] + [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(41 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 141]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 141]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2298 a r:Inference; + r:gives { + 142 :numberToDigits (0 1 4 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(142 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(142 1000) math:remainder 142}] + [ a r:Fact; r:gives {(142 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(142 100) math:remainder 42}] + [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(42 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 142]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 142]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2299 a r:Inference; + r:gives { + 143 :numberToDigits (0 1 4 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(143 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(143 1000) math:remainder 143}] + [ a r:Fact; r:gives {(143 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(143 100) math:remainder 43}] + [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(43 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 143]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 143]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2300 a r:Inference; + r:gives { + 144 :numberToDigits (0 1 4 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(144 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(144 1000) math:remainder 144}] + [ a r:Fact; r:gives {(144 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(144 100) math:remainder 44}] + [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(44 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2301 a r:Inference; + r:gives { + (0 1 4 4) :digitsToNumber 144 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 100 40 4) math:sum 144}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 144]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2302 a r:Inference; + r:gives { + (4 4 1 0) :digitsToNumber 4410 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(4000 400 10 0) math:sum 4410}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2303 a r:Inference; + r:gives { + 145 :numberToDigits (0 1 4 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(145 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(145 1000) math:remainder 145}] + [ a r:Fact; r:gives {(145 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(145 100) math:remainder 45}] + [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(45 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2304 a r:Inference; + r:gives { + (0 1 4 5) :digitsToNumber 145 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 100 40 5) math:sum 145}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 145]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2305 a r:Inference; + r:gives { + (5 4 1 0) :digitsToNumber 5410 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(5000 400 10 0) math:sum 5410}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2306 a r:Inference; + r:gives { + 146 :numberToDigits (0 1 4 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(146 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(146 1000) math:remainder 146}] + [ a r:Fact; r:gives {(146 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(146 100) math:remainder 46}] + [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(46 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2307 a r:Inference; + r:gives { + (0 1 4 6) :digitsToNumber 146 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 100 40 6) math:sum 146}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 146]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2308 a r:Inference; + r:gives { + (6 4 1 0) :digitsToNumber 6410 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(6000 400 10 0) math:sum 6410}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2309 a r:Inference; + r:gives { + 147 :numberToDigits (0 1 4 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(147 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(147 1000) math:remainder 147}] + [ a r:Fact; r:gives {(147 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(147 100) math:remainder 47}] + [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(47 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2310 a r:Inference; + r:gives { + (0 1 4 7) :digitsToNumber 147 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 100 40 7) math:sum 147}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 147]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2311 a r:Inference; + r:gives { + (7 4 1 0) :digitsToNumber 7410 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(7000 400 10 0) math:sum 7410}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2312 a r:Inference; + r:gives { + 148 :numberToDigits (0 1 4 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(148 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(148 1000) math:remainder 148}] + [ a r:Fact; r:gives {(148 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(148 100) math:remainder 48}] + [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(48 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2313 a r:Inference; + r:gives { + (0 1 4 8) :digitsToNumber 148 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 100 40 8) math:sum 148}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 148]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2314 a r:Inference; + r:gives { + (8 4 1 0) :digitsToNumber 8410 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(8000 400 10 0) math:sum 8410}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2315 a r:Inference; + r:gives { + 149 :numberToDigits (0 1 4 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(149 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(149 1000) math:remainder 149}] + [ a r:Fact; r:gives {(149 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(149 100) math:remainder 49}] + [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(49 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2316 a r:Inference; + r:gives { + (0 1 4 9) :digitsToNumber 149 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 100 40 9) math:sum 149}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 149]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2317 a r:Inference; + r:gives { + (9 4 1 0) :digitsToNumber 9410 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(9000 400 10 0) math:sum 9410}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2318 a r:Inference; + r:gives { + 150 :numberToDigits (0 1 5 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(150 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(150 1000) math:remainder 150}] + [ a r:Fact; r:gives {(150 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(150 100) math:remainder 50}] + [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(50 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 150]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 150]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2319 a r:Inference; + r:gives { + 151 :numberToDigits (0 1 5 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(151 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(151 1000) math:remainder 151}] + [ a r:Fact; r:gives {(151 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(151 100) math:remainder 51}] + [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(51 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 151]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 151]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2320 a r:Inference; + r:gives { + 152 :numberToDigits (0 1 5 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(152 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(152 1000) math:remainder 152}] + [ a r:Fact; r:gives {(152 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(152 100) math:remainder 52}] + [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(52 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 152]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 152]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2321 a r:Inference; + r:gives { + 153 :numberToDigits (0 1 5 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(153 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(153 1000) math:remainder 153}] + [ a r:Fact; r:gives {(153 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(153 100) math:remainder 53}] + [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(53 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 153]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 153]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2322 a r:Inference; + r:gives { + 154 :numberToDigits (0 1 5 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(154 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(154 1000) math:remainder 154}] + [ a r:Fact; r:gives {(154 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(154 100) math:remainder 54}] + [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(54 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 154]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 154]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2323 a r:Inference; + r:gives { + 155 :numberToDigits (0 1 5 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(155 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(155 1000) math:remainder 155}] + [ a r:Fact; r:gives {(155 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(155 100) math:remainder 55}] + [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(55 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2324 a r:Inference; + r:gives { + (0 1 5 5) :digitsToNumber 155 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 100 50 5) math:sum 155}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 155]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2325 a r:Inference; + r:gives { + (5 5 1 0) :digitsToNumber 5510 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(5000 500 10 0) math:sum 5510}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2326 a r:Inference; + r:gives { + 156 :numberToDigits (0 1 5 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(156 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(156 1000) math:remainder 156}] + [ a r:Fact; r:gives {(156 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(156 100) math:remainder 56}] + [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(56 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2327 a r:Inference; + r:gives { + (0 1 5 6) :digitsToNumber 156 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 100 50 6) math:sum 156}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 156]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2328 a r:Inference; + r:gives { + (6 5 1 0) :digitsToNumber 6510 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(6000 500 10 0) math:sum 6510}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2329 a r:Inference; + r:gives { + 157 :numberToDigits (0 1 5 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(157 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(157 1000) math:remainder 157}] + [ a r:Fact; r:gives {(157 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(157 100) math:remainder 57}] + [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(57 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2330 a r:Inference; + r:gives { + (0 1 5 7) :digitsToNumber 157 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 100 50 7) math:sum 157}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 157]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2331 a r:Inference; + r:gives { + (7 5 1 0) :digitsToNumber 7510 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(7000 500 10 0) math:sum 7510}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2332 a r:Inference; + r:gives { + 158 :numberToDigits (0 1 5 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(158 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(158 1000) math:remainder 158}] + [ a r:Fact; r:gives {(158 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(158 100) math:remainder 58}] + [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(58 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2333 a r:Inference; + r:gives { + (0 1 5 8) :digitsToNumber 158 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 100 50 8) math:sum 158}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 158]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2334 a r:Inference; + r:gives { + (8 5 1 0) :digitsToNumber 8510 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(8000 500 10 0) math:sum 8510}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2335 a r:Inference; + r:gives { + 159 :numberToDigits (0 1 5 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(159 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(159 1000) math:remainder 159}] + [ a r:Fact; r:gives {(159 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(159 100) math:remainder 59}] + [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(59 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2336 a r:Inference; + r:gives { + (0 1 5 9) :digitsToNumber 159 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 100 50 9) math:sum 159}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 159]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2337 a r:Inference; + r:gives { + (9 5 1 0) :digitsToNumber 9510 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(9000 500 10 0) math:sum 9510}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2338 a r:Inference; + r:gives { + 160 :numberToDigits (0 1 6 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(160 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(160 1000) math:remainder 160}] + [ a r:Fact; r:gives {(160 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(160 100) math:remainder 60}] + [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(60 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 160]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 160]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2339 a r:Inference; + r:gives { + 161 :numberToDigits (0 1 6 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(161 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(161 1000) math:remainder 161}] + [ a r:Fact; r:gives {(161 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(161 100) math:remainder 61}] + [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(61 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 161]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 161]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2340 a r:Inference; + r:gives { + 162 :numberToDigits (0 1 6 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(162 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(162 1000) math:remainder 162}] + [ a r:Fact; r:gives {(162 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(162 100) math:remainder 62}] + [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(62 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 162]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 162]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2341 a r:Inference; + r:gives { + 163 :numberToDigits (0 1 6 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(163 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(163 1000) math:remainder 163}] + [ a r:Fact; r:gives {(163 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(163 100) math:remainder 63}] + [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(63 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 163]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 163]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2342 a r:Inference; + r:gives { + 164 :numberToDigits (0 1 6 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(164 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(164 1000) math:remainder 164}] + [ a r:Fact; r:gives {(164 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(164 100) math:remainder 64}] + [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(64 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 164]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 164]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2343 a r:Inference; + r:gives { + 165 :numberToDigits (0 1 6 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(165 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(165 1000) math:remainder 165}] + [ a r:Fact; r:gives {(165 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(165 100) math:remainder 65}] + [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(65 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 165]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 165]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2344 a r:Inference; + r:gives { + 166 :numberToDigits (0 1 6 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(166 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(166 1000) math:remainder 166}] + [ a r:Fact; r:gives {(166 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(166 100) math:remainder 66}] + [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(66 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2345 a r:Inference; + r:gives { + (0 1 6 6) :digitsToNumber 166 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 100 60 6) math:sum 166}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 166]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2346 a r:Inference; + r:gives { + (6 6 1 0) :digitsToNumber 6610 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(6000 600 10 0) math:sum 6610}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2347 a r:Inference; + r:gives { + 167 :numberToDigits (0 1 6 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(167 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(167 1000) math:remainder 167}] + [ a r:Fact; r:gives {(167 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(167 100) math:remainder 67}] + [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(67 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2348 a r:Inference; + r:gives { + (0 1 6 7) :digitsToNumber 167 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 100 60 7) math:sum 167}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 167]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2349 a r:Inference; + r:gives { + (7 6 1 0) :digitsToNumber 7610 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(7000 600 10 0) math:sum 7610}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2350 a r:Inference; + r:gives { + 168 :numberToDigits (0 1 6 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(168 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(168 1000) math:remainder 168}] + [ a r:Fact; r:gives {(168 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(168 100) math:remainder 68}] + [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(68 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2351 a r:Inference; + r:gives { + (0 1 6 8) :digitsToNumber 168 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 100 60 8) math:sum 168}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 168]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2352 a r:Inference; + r:gives { + (8 6 1 0) :digitsToNumber 8610 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(8000 600 10 0) math:sum 8610}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2353 a r:Inference; + r:gives { + 169 :numberToDigits (0 1 6 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(169 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(169 1000) math:remainder 169}] + [ a r:Fact; r:gives {(169 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(169 100) math:remainder 69}] + [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(69 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2354 a r:Inference; + r:gives { + (0 1 6 9) :digitsToNumber 169 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 100 60 9) math:sum 169}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 169]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2355 a r:Inference; + r:gives { + (9 6 1 0) :digitsToNumber 9610 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(9000 600 10 0) math:sum 9610}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2356 a r:Inference; + r:gives { + 170 :numberToDigits (0 1 7 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(170 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(170 1000) math:remainder 170}] + [ a r:Fact; r:gives {(170 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(170 100) math:remainder 70}] + [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(70 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 170]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 170]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2357 a r:Inference; + r:gives { + 171 :numberToDigits (0 1 7 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(171 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(171 1000) math:remainder 171}] + [ a r:Fact; r:gives {(171 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(171 100) math:remainder 71}] + [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(71 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 171]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2358 a r:Inference; + r:gives { + 172 :numberToDigits (0 1 7 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(172 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(172 1000) math:remainder 172}] + [ a r:Fact; r:gives {(172 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(172 100) math:remainder 72}] + [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(72 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 172]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2359 a r:Inference; + r:gives { + 173 :numberToDigits (0 1 7 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(173 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(173 1000) math:remainder 173}] + [ a r:Fact; r:gives {(173 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(173 100) math:remainder 73}] + [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(73 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 173]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2360 a r:Inference; + r:gives { + 174 :numberToDigits (0 1 7 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(174 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(174 1000) math:remainder 174}] + [ a r:Fact; r:gives {(174 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(174 100) math:remainder 74}] + [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(74 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 174]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2361 a r:Inference; + r:gives { + 175 :numberToDigits (0 1 7 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(175 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(175 1000) math:remainder 175}] + [ a r:Fact; r:gives {(175 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(175 100) math:remainder 75}] + [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(75 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 175]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2362 a r:Inference; + r:gives { + 176 :numberToDigits (0 1 7 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(176 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(176 1000) math:remainder 176}] + [ a r:Fact; r:gives {(176 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(176 100) math:remainder 76}] + [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(76 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 176]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2363 a r:Inference; + r:gives { + 177 :numberToDigits (0 1 7 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(177 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(177 1000) math:remainder 177}] + [ a r:Fact; r:gives {(177 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(177 100) math:remainder 77}] + [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(77 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2364 a r:Inference; + r:gives { + (0 1 7 7) :digitsToNumber 177 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 100 70 7) math:sum 177}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 177]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2365 a r:Inference; + r:gives { + (7 7 1 0) :digitsToNumber 7710 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(7000 700 10 0) math:sum 7710}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2366 a r:Inference; + r:gives { + 178 :numberToDigits (0 1 7 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(178 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(178 1000) math:remainder 178}] + [ a r:Fact; r:gives {(178 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(178 100) math:remainder 78}] + [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(78 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2367 a r:Inference; + r:gives { + (0 1 7 8) :digitsToNumber 178 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 100 70 8) math:sum 178}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 178]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2368 a r:Inference; + r:gives { + (8 7 1 0) :digitsToNumber 8710 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(8000 700 10 0) math:sum 8710}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2369 a r:Inference; + r:gives { + 179 :numberToDigits (0 1 7 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(179 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(179 1000) math:remainder 179}] + [ a r:Fact; r:gives {(179 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(179 100) math:remainder 79}] + [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(79 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2370 a r:Inference; + r:gives { + (0 1 7 9) :digitsToNumber 179 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 100 70 9) math:sum 179}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 179]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2371 a r:Inference; + r:gives { + (9 7 1 0) :digitsToNumber 9710 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(9000 700 10 0) math:sum 9710}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2372 a r:Inference; + r:gives { + 180 :numberToDigits (0 1 8 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(180 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(180 1000) math:remainder 180}] + [ a r:Fact; r:gives {(180 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(180 100) math:remainder 80}] + [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(80 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 180]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 180]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2373 a r:Inference; + r:gives { + 181 :numberToDigits (0 1 8 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(181 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(181 1000) math:remainder 181}] + [ a r:Fact; r:gives {(181 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(181 100) math:remainder 81}] + [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(81 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 181]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 181]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2374 a r:Inference; + r:gives { + 182 :numberToDigits (0 1 8 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(182 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(182 1000) math:remainder 182}] + [ a r:Fact; r:gives {(182 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(182 100) math:remainder 82}] + [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(82 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 182]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 182]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2375 a r:Inference; + r:gives { + 183 :numberToDigits (0 1 8 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(183 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(183 1000) math:remainder 183}] + [ a r:Fact; r:gives {(183 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(183 100) math:remainder 83}] + [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(83 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 183]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 183]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2376 a r:Inference; + r:gives { + 184 :numberToDigits (0 1 8 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(184 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(184 1000) math:remainder 184}] + [ a r:Fact; r:gives {(184 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(184 100) math:remainder 84}] + [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(84 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 184]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 184]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2377 a r:Inference; + r:gives { + 185 :numberToDigits (0 1 8 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(185 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(185 1000) math:remainder 185}] + [ a r:Fact; r:gives {(185 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(185 100) math:remainder 85}] + [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(85 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 185]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 185]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2378 a r:Inference; + r:gives { + 186 :numberToDigits (0 1 8 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(186 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(186 1000) math:remainder 186}] + [ a r:Fact; r:gives {(186 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(186 100) math:remainder 86}] + [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(86 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 186]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 186]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2379 a r:Inference; + r:gives { + 187 :numberToDigits (0 1 8 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(187 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(187 1000) math:remainder 187}] + [ a r:Fact; r:gives {(187 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(187 100) math:remainder 87}] + [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(87 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 187]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 187]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2380 a r:Inference; + r:gives { + 188 :numberToDigits (0 1 8 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(188 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(188 1000) math:remainder 188}] + [ a r:Fact; r:gives {(188 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(188 100) math:remainder 88}] + [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(88 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2381 a r:Inference; + r:gives { + (0 1 8 8) :digitsToNumber 188 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 100 80 8) math:sum 188}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 188]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2382 a r:Inference; + r:gives { + (8 8 1 0) :digitsToNumber 8810 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(8000 800 10 0) math:sum 8810}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2383 a r:Inference; + r:gives { + 189 :numberToDigits (0 1 8 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(189 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(189 1000) math:remainder 189}] + [ a r:Fact; r:gives {(189 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(189 100) math:remainder 89}] + [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(89 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2384 a r:Inference; + r:gives { + (0 1 8 9) :digitsToNumber 189 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 100 80 9) math:sum 189}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 189]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2385 a r:Inference; + r:gives { + (9 8 1 0) :digitsToNumber 9810 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(9000 800 10 0) math:sum 9810}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2386 a r:Inference; + r:gives { + 190 :numberToDigits (0 1 9 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(190 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(190 1000) math:remainder 190}] + [ a r:Fact; r:gives {(190 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(190 100) math:remainder 90}] + [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(90 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 190]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 190]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2387 a r:Inference; + r:gives { + 191 :numberToDigits (0 1 9 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(191 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(191 1000) math:remainder 191}] + [ a r:Fact; r:gives {(191 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(191 100) math:remainder 91}] + [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(91 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 191]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 191]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2388 a r:Inference; + r:gives { + 192 :numberToDigits (0 1 9 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(192 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(192 1000) math:remainder 192}] + [ a r:Fact; r:gives {(192 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(192 100) math:remainder 92}] + [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(92 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 192]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 192]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2389 a r:Inference; + r:gives { + 193 :numberToDigits (0 1 9 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(193 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(193 1000) math:remainder 193}] + [ a r:Fact; r:gives {(193 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(193 100) math:remainder 93}] + [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(93 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 193]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 193]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2390 a r:Inference; + r:gives { + 194 :numberToDigits (0 1 9 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(194 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(194 1000) math:remainder 194}] + [ a r:Fact; r:gives {(194 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(194 100) math:remainder 94}] + [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(94 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 194]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 194]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2391 a r:Inference; + r:gives { + 195 :numberToDigits (0 1 9 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(195 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(195 1000) math:remainder 195}] + [ a r:Fact; r:gives {(195 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(195 100) math:remainder 95}] + [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(95 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 195]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 195]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2392 a r:Inference; + r:gives { + 196 :numberToDigits (0 1 9 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(196 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(196 1000) math:remainder 196}] + [ a r:Fact; r:gives {(196 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(196 100) math:remainder 96}] + [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(96 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 196]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 196]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2393 a r:Inference; + r:gives { + 197 :numberToDigits (0 1 9 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(197 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(197 1000) math:remainder 197}] + [ a r:Fact; r:gives {(197 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(197 100) math:remainder 97}] + [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(97 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 197]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 197]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2394 a r:Inference; + r:gives { + 198 :numberToDigits (0 1 9 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(198 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(198 1000) math:remainder 198}] + [ a r:Fact; r:gives {(198 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(198 100) math:remainder 98}] + [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(98 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 198]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 198]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2395 a r:Inference; + r:gives { + 199 :numberToDigits (0 1 9 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(199 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(199 1000) math:remainder 199}] + [ a r:Fact; r:gives {(199 100) math:integerQuotient 1}] + [ a r:Fact; r:gives {(199 100) math:remainder 99}] + [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(99 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2396 a r:Inference; + r:gives { + (0 1 9 9) :digitsToNumber 199 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(1 100) math:product 100}] + [ a r:Fact; r:gives {(9 10) math:product 90}] + [ a r:Fact; r:gives {(0 100 90 9) math:sum 199}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 199]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2397 a r:Inference; + r:gives { + (9 9 1 0) :digitsToNumber 9910 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(9 100) math:product 900}] + [ a r:Fact; r:gives {(1 10) math:product 10}] + [ a r:Fact; r:gives {(9000 900 10 0) math:sum 9910}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2398 a r:Inference; + r:gives { + 200 :numberToDigits (0 2 0 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(200 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(200 1000) math:remainder 200}] + [ a r:Fact; r:gives {(200 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(200 100) math:remainder 0}] + [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(0 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2399 a r:Inference; + r:gives { + 201 :numberToDigits (0 2 0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(201 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(201 1000) math:remainder 201}] + [ a r:Fact; r:gives {(201 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(201 100) math:remainder 1}] + [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 201]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 201]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2400 a r:Inference; + r:gives { + 202 :numberToDigits (0 2 0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(202 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(202 1000) math:remainder 202}] + [ a r:Fact; r:gives {(202 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(202 100) math:remainder 2}] + [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 202]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 202]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2401 a r:Inference; + r:gives { + 203 :numberToDigits (0 2 0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(203 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(203 1000) math:remainder 203}] + [ a r:Fact; r:gives {(203 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(203 100) math:remainder 3}] + [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(3 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 203]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 203]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2402 a r:Inference; + r:gives { + 204 :numberToDigits (0 2 0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(204 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(204 1000) math:remainder 204}] + [ a r:Fact; r:gives {(204 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(204 100) math:remainder 4}] + [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(4 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 204]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 204]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2403 a r:Inference; + r:gives { + 205 :numberToDigits (0 2 0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(205 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(205 1000) math:remainder 205}] + [ a r:Fact; r:gives {(205 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(205 100) math:remainder 5}] + [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(5 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 205]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 205]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2404 a r:Inference; + r:gives { + 206 :numberToDigits (0 2 0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(206 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(206 1000) math:remainder 206}] + [ a r:Fact; r:gives {(206 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(206 100) math:remainder 6}] + [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(6 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 206]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 206]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2405 a r:Inference; + r:gives { + 207 :numberToDigits (0 2 0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(207 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(207 1000) math:remainder 207}] + [ a r:Fact; r:gives {(207 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(207 100) math:remainder 7}] + [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(7 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 207]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 207]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2406 a r:Inference; + r:gives { + 208 :numberToDigits (0 2 0 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(208 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(208 1000) math:remainder 208}] + [ a r:Fact; r:gives {(208 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(208 100) math:remainder 8}] + [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(8 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 208]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 208]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2407 a r:Inference; + r:gives { + 209 :numberToDigits (0 2 0 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(209 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(209 1000) math:remainder 209}] + [ a r:Fact; r:gives {(209 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(209 100) math:remainder 9}] + [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(9 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 209]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 209]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2408 a r:Inference; + r:gives { + 210 :numberToDigits (0 2 1 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(210 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(210 1000) math:remainder 210}] + [ a r:Fact; r:gives {(210 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(210 100) math:remainder 10}] + [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(10 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 210]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2409 a r:Inference; + r:gives { + 211 :numberToDigits (0 2 1 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(211 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(211 1000) math:remainder 211}] + [ a r:Fact; r:gives {(211 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(211 100) math:remainder 11}] + [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(11 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 211]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 211]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2410 a r:Inference; + r:gives { + 212 :numberToDigits (0 2 1 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(212 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(212 1000) math:remainder 212}] + [ a r:Fact; r:gives {(212 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(212 100) math:remainder 12}] + [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(12 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 212]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 212]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2411 a r:Inference; + r:gives { + 213 :numberToDigits (0 2 1 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(213 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(213 1000) math:remainder 213}] + [ a r:Fact; r:gives {(213 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(213 100) math:remainder 13}] + [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(13 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 213]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 213]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2412 a r:Inference; + r:gives { + 214 :numberToDigits (0 2 1 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(214 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(214 1000) math:remainder 214}] + [ a r:Fact; r:gives {(214 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(214 100) math:remainder 14}] + [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(14 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 214]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 214]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2413 a r:Inference; + r:gives { + 215 :numberToDigits (0 2 1 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(215 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(215 1000) math:remainder 215}] + [ a r:Fact; r:gives {(215 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(215 100) math:remainder 15}] + [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(15 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 215]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 215]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2414 a r:Inference; + r:gives { + 216 :numberToDigits (0 2 1 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(216 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(216 1000) math:remainder 216}] + [ a r:Fact; r:gives {(216 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(216 100) math:remainder 16}] + [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(16 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 216]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 216]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2415 a r:Inference; + r:gives { + 217 :numberToDigits (0 2 1 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(217 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(217 1000) math:remainder 217}] + [ a r:Fact; r:gives {(217 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(217 100) math:remainder 17}] + [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(17 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 217]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 217]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2416 a r:Inference; + r:gives { + 218 :numberToDigits (0 2 1 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(218 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(218 1000) math:remainder 218}] + [ a r:Fact; r:gives {(218 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(218 100) math:remainder 18}] + [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(18 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 218]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 218]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2417 a r:Inference; + r:gives { + 219 :numberToDigits (0 2 1 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(219 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(219 1000) math:remainder 219}] + [ a r:Fact; r:gives {(219 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(219 100) math:remainder 19}] + [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(19 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 219]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 219]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2418 a r:Inference; + r:gives { + 220 :numberToDigits (0 2 2 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(220 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(220 1000) math:remainder 220}] + [ a r:Fact; r:gives {(220 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(220 100) math:remainder 20}] + [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(20 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2419 a r:Inference; + r:gives { + 221 :numberToDigits (0 2 2 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(221 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(221 1000) math:remainder 221}] + [ a r:Fact; r:gives {(221 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(221 100) math:remainder 21}] + [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(21 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 221]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 221]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2420 a r:Inference; + r:gives { + 222 :numberToDigits (0 2 2 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(222 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(222 1000) math:remainder 222}] + [ a r:Fact; r:gives {(222 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(222 100) math:remainder 22}] + [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(22 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 222]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 222]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2421 a r:Inference; + r:gives { + (0 2 2 2) :digitsToNumber 222 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 200 20 2) math:sum 222}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 222]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3439. + +skolem:lemma2422 a r:Inference; + r:gives { + (2 2 2 0) :digitsToNumber 2220 . + }; + r:evidence ( + [ a r:Fact; r:gives {(2 1000) math:product 2000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(2000 200 20 0) math:sum 2220}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2423 a r:Inference; + r:gives { + 223 :numberToDigits (0 2 2 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(223 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(223 1000) math:remainder 223}] + [ a r:Fact; r:gives {(223 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(223 100) math:remainder 23}] + [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(23 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2424 a r:Inference; + r:gives { + (0 2 2 3) :digitsToNumber 223 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 200 20 3) math:sum 223}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 223]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3439. + +skolem:lemma2425 a r:Inference; + r:gives { + (3 2 2 0) :digitsToNumber 3220 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(3000 200 20 0) math:sum 3220}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2426 a r:Inference; + r:gives { + 224 :numberToDigits (0 2 2 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(224 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(224 1000) math:remainder 224}] + [ a r:Fact; r:gives {(224 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(224 100) math:remainder 24}] + [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(24 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2427 a r:Inference; + r:gives { + (0 2 2 4) :digitsToNumber 224 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 200 20 4) math:sum 224}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 224]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2428 a r:Inference; + r:gives { + (4 2 2 0) :digitsToNumber 4220 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(4000 200 20 0) math:sum 4220}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2429 a r:Inference; + r:gives { + 225 :numberToDigits (0 2 2 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(225 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(225 1000) math:remainder 225}] + [ a r:Fact; r:gives {(225 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(225 100) math:remainder 25}] + [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(25 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2430 a r:Inference; + r:gives { + (0 2 2 5) :digitsToNumber 225 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 200 20 5) math:sum 225}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 225]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2431 a r:Inference; + r:gives { + (5 2 2 0) :digitsToNumber 5220 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(5000 200 20 0) math:sum 5220}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2432 a r:Inference; + r:gives { + 226 :numberToDigits (0 2 2 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(226 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(226 1000) math:remainder 226}] + [ a r:Fact; r:gives {(226 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(226 100) math:remainder 26}] + [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(26 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2433 a r:Inference; + r:gives { + (0 2 2 6) :digitsToNumber 226 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 200 20 6) math:sum 226}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 226]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2434 a r:Inference; + r:gives { + (6 2 2 0) :digitsToNumber 6220 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(6000 200 20 0) math:sum 6220}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2435 a r:Inference; + r:gives { + 227 :numberToDigits (0 2 2 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(227 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(227 1000) math:remainder 227}] + [ a r:Fact; r:gives {(227 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(227 100) math:remainder 27}] + [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(27 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2436 a r:Inference; + r:gives { + (0 2 2 7) :digitsToNumber 227 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 200 20 7) math:sum 227}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 227]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2437 a r:Inference; + r:gives { + (7 2 2 0) :digitsToNumber 7220 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(7000 200 20 0) math:sum 7220}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2438 a r:Inference; + r:gives { + 228 :numberToDigits (0 2 2 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(228 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(228 1000) math:remainder 228}] + [ a r:Fact; r:gives {(228 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(228 100) math:remainder 28}] + [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(28 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2439 a r:Inference; + r:gives { + (0 2 2 8) :digitsToNumber 228 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 200 20 8) math:sum 228}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 228]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2440 a r:Inference; + r:gives { + (8 2 2 0) :digitsToNumber 8220 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(8000 200 20 0) math:sum 8220}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2441 a r:Inference; + r:gives { + 229 :numberToDigits (0 2 2 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(229 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(229 1000) math:remainder 229}] + [ a r:Fact; r:gives {(229 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(229 100) math:remainder 29}] + [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(29 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2442 a r:Inference; + r:gives { + (0 2 2 9) :digitsToNumber 229 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(0 200 20 9) math:sum 229}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 229]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2443 a r:Inference; + r:gives { + (9 2 2 0) :digitsToNumber 9220 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(9000 200 20 0) math:sum 9220}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9220]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2444 a r:Inference; + r:gives { + 230 :numberToDigits (0 2 3 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(230 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(230 1000) math:remainder 230}] + [ a r:Fact; r:gives {(230 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(230 100) math:remainder 30}] + [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(30 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 230]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 230]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2445 a r:Inference; + r:gives { + 231 :numberToDigits (0 2 3 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(231 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(231 1000) math:remainder 231}] + [ a r:Fact; r:gives {(231 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(231 100) math:remainder 31}] + [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(31 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 231]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 231]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2446 a r:Inference; + r:gives { + 232 :numberToDigits (0 2 3 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(232 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(232 1000) math:remainder 232}] + [ a r:Fact; r:gives {(232 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(232 100) math:remainder 32}] + [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(32 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 232]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 232]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2447 a r:Inference; + r:gives { + 233 :numberToDigits (0 2 3 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(233 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(233 1000) math:remainder 233}] + [ a r:Fact; r:gives {(233 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(233 100) math:remainder 33}] + [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(33 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2448 a r:Inference; + r:gives { + (0 2 3 3) :digitsToNumber 233 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 200 30 3) math:sum 233}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 233]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3439. + +skolem:lemma2449 a r:Inference; + r:gives { + (3 3 2 0) :digitsToNumber 3320 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(3000 300 20 0) math:sum 3320}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2450 a r:Inference; + r:gives { + 234 :numberToDigits (0 2 3 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(234 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(234 1000) math:remainder 234}] + [ a r:Fact; r:gives {(234 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(234 100) math:remainder 34}] + [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(34 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2451 a r:Inference; + r:gives { + (0 2 3 4) :digitsToNumber 234 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 200 30 4) math:sum 234}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 234]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2452 a r:Inference; + r:gives { + (4 3 2 0) :digitsToNumber 4320 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(4000 300 20 0) math:sum 4320}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2453 a r:Inference; + r:gives { + 235 :numberToDigits (0 2 3 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(235 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(235 1000) math:remainder 235}] + [ a r:Fact; r:gives {(235 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(235 100) math:remainder 35}] + [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(35 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2454 a r:Inference; + r:gives { + (0 2 3 5) :digitsToNumber 235 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 200 30 5) math:sum 235}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 235]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2455 a r:Inference; + r:gives { + (5 3 2 0) :digitsToNumber 5320 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(5000 300 20 0) math:sum 5320}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2456 a r:Inference; + r:gives { + 236 :numberToDigits (0 2 3 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(236 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(236 1000) math:remainder 236}] + [ a r:Fact; r:gives {(236 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(236 100) math:remainder 36}] + [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(36 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2457 a r:Inference; + r:gives { + (0 2 3 6) :digitsToNumber 236 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 200 30 6) math:sum 236}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 236]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2458 a r:Inference; + r:gives { + (6 3 2 0) :digitsToNumber 6320 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(6000 300 20 0) math:sum 6320}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2459 a r:Inference; + r:gives { + 237 :numberToDigits (0 2 3 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(237 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(237 1000) math:remainder 237}] + [ a r:Fact; r:gives {(237 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(237 100) math:remainder 37}] + [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(37 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2460 a r:Inference; + r:gives { + (0 2 3 7) :digitsToNumber 237 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 200 30 7) math:sum 237}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 237]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2461 a r:Inference; + r:gives { + (7 3 2 0) :digitsToNumber 7320 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(7000 300 20 0) math:sum 7320}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2462 a r:Inference; + r:gives { + 238 :numberToDigits (0 2 3 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(238 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(238 1000) math:remainder 238}] + [ a r:Fact; r:gives {(238 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(238 100) math:remainder 38}] + [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(38 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2463 a r:Inference; + r:gives { + (0 2 3 8) :digitsToNumber 238 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 200 30 8) math:sum 238}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 238]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2464 a r:Inference; + r:gives { + (8 3 2 0) :digitsToNumber 8320 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(8000 300 20 0) math:sum 8320}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2465 a r:Inference; + r:gives { + 239 :numberToDigits (0 2 3 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(239 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(239 1000) math:remainder 239}] + [ a r:Fact; r:gives {(239 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(239 100) math:remainder 39}] + [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(39 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2466 a r:Inference; + r:gives { + (0 2 3 9) :digitsToNumber 239 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 200 30 9) math:sum 239}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 239]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2467 a r:Inference; + r:gives { + (9 3 2 0) :digitsToNumber 9320 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(9000 300 20 0) math:sum 9320}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2468 a r:Inference; + r:gives { + 240 :numberToDigits (0 2 4 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(240 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(240 1000) math:remainder 240}] + [ a r:Fact; r:gives {(240 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(240 100) math:remainder 40}] + [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(40 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 240]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 240]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2469 a r:Inference; + r:gives { + 241 :numberToDigits (0 2 4 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(241 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(241 1000) math:remainder 241}] + [ a r:Fact; r:gives {(241 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(241 100) math:remainder 41}] + [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(41 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 241]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 241]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2470 a r:Inference; + r:gives { + 242 :numberToDigits (0 2 4 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(242 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(242 1000) math:remainder 242}] + [ a r:Fact; r:gives {(242 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(242 100) math:remainder 42}] + [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(42 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 242]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 242]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2471 a r:Inference; + r:gives { + 243 :numberToDigits (0 2 4 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(243 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(243 1000) math:remainder 243}] + [ a r:Fact; r:gives {(243 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(243 100) math:remainder 43}] + [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(43 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 243]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 243]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2472 a r:Inference; + r:gives { + 244 :numberToDigits (0 2 4 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(244 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(244 1000) math:remainder 244}] + [ a r:Fact; r:gives {(244 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(244 100) math:remainder 44}] + [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(44 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2473 a r:Inference; + r:gives { + (0 2 4 4) :digitsToNumber 244 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 200 40 4) math:sum 244}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 244]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2474 a r:Inference; + r:gives { + (4 4 2 0) :digitsToNumber 4420 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(4000 400 20 0) math:sum 4420}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2475 a r:Inference; + r:gives { + 245 :numberToDigits (0 2 4 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(245 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(245 1000) math:remainder 245}] + [ a r:Fact; r:gives {(245 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(245 100) math:remainder 45}] + [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(45 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2476 a r:Inference; + r:gives { + (0 2 4 5) :digitsToNumber 245 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 200 40 5) math:sum 245}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 245]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2477 a r:Inference; + r:gives { + (5 4 2 0) :digitsToNumber 5420 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(5000 400 20 0) math:sum 5420}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2478 a r:Inference; + r:gives { + 246 :numberToDigits (0 2 4 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(246 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(246 1000) math:remainder 246}] + [ a r:Fact; r:gives {(246 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(246 100) math:remainder 46}] + [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(46 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2479 a r:Inference; + r:gives { + (0 2 4 6) :digitsToNumber 246 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 200 40 6) math:sum 246}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 246]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2480 a r:Inference; + r:gives { + (6 4 2 0) :digitsToNumber 6420 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(6000 400 20 0) math:sum 6420}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2481 a r:Inference; + r:gives { + 247 :numberToDigits (0 2 4 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(247 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(247 1000) math:remainder 247}] + [ a r:Fact; r:gives {(247 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(247 100) math:remainder 47}] + [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(47 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2482 a r:Inference; + r:gives { + (0 2 4 7) :digitsToNumber 247 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 200 40 7) math:sum 247}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 247]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2483 a r:Inference; + r:gives { + (7 4 2 0) :digitsToNumber 7420 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(7000 400 20 0) math:sum 7420}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2484 a r:Inference; + r:gives { + 248 :numberToDigits (0 2 4 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(248 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(248 1000) math:remainder 248}] + [ a r:Fact; r:gives {(248 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(248 100) math:remainder 48}] + [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(48 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2485 a r:Inference; + r:gives { + (0 2 4 8) :digitsToNumber 248 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 200 40 8) math:sum 248}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 248]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2486 a r:Inference; + r:gives { + (8 4 2 0) :digitsToNumber 8420 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(8000 400 20 0) math:sum 8420}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2487 a r:Inference; + r:gives { + 249 :numberToDigits (0 2 4 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(249 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(249 1000) math:remainder 249}] + [ a r:Fact; r:gives {(249 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(249 100) math:remainder 49}] + [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(49 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2488 a r:Inference; + r:gives { + (0 2 4 9) :digitsToNumber 249 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 200 40 9) math:sum 249}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 249]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2489 a r:Inference; + r:gives { + (9 4 2 0) :digitsToNumber 9420 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(9000 400 20 0) math:sum 9420}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2490 a r:Inference; + r:gives { + 250 :numberToDigits (0 2 5 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(250 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(250 1000) math:remainder 250}] + [ a r:Fact; r:gives {(250 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(250 100) math:remainder 50}] + [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(50 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 250]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 250]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2491 a r:Inference; + r:gives { + 251 :numberToDigits (0 2 5 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(251 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(251 1000) math:remainder 251}] + [ a r:Fact; r:gives {(251 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(251 100) math:remainder 51}] + [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(51 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 251]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 251]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2492 a r:Inference; + r:gives { + 252 :numberToDigits (0 2 5 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(252 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(252 1000) math:remainder 252}] + [ a r:Fact; r:gives {(252 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(252 100) math:remainder 52}] + [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(52 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 252]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 252]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2493 a r:Inference; + r:gives { + 253 :numberToDigits (0 2 5 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(253 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(253 1000) math:remainder 253}] + [ a r:Fact; r:gives {(253 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(253 100) math:remainder 53}] + [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(53 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 253]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 253]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2494 a r:Inference; + r:gives { + 254 :numberToDigits (0 2 5 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(254 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(254 1000) math:remainder 254}] + [ a r:Fact; r:gives {(254 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(254 100) math:remainder 54}] + [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(54 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 254]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 254]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2495 a r:Inference; + r:gives { + 255 :numberToDigits (0 2 5 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(255 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(255 1000) math:remainder 255}] + [ a r:Fact; r:gives {(255 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(255 100) math:remainder 55}] + [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(55 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2496 a r:Inference; + r:gives { + (0 2 5 5) :digitsToNumber 255 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 200 50 5) math:sum 255}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 255]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2497 a r:Inference; + r:gives { + (5 5 2 0) :digitsToNumber 5520 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(5000 500 20 0) math:sum 5520}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2498 a r:Inference; + r:gives { + 256 :numberToDigits (0 2 5 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(256 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(256 1000) math:remainder 256}] + [ a r:Fact; r:gives {(256 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(256 100) math:remainder 56}] + [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(56 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2499 a r:Inference; + r:gives { + (0 2 5 6) :digitsToNumber 256 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 200 50 6) math:sum 256}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 256]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2500 a r:Inference; + r:gives { + (6 5 2 0) :digitsToNumber 6520 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(6000 500 20 0) math:sum 6520}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2501 a r:Inference; + r:gives { + 257 :numberToDigits (0 2 5 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(257 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(257 1000) math:remainder 257}] + [ a r:Fact; r:gives {(257 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(257 100) math:remainder 57}] + [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(57 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2502 a r:Inference; + r:gives { + (0 2 5 7) :digitsToNumber 257 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 200 50 7) math:sum 257}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 257]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2503 a r:Inference; + r:gives { + (7 5 2 0) :digitsToNumber 7520 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(7000 500 20 0) math:sum 7520}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2504 a r:Inference; + r:gives { + 258 :numberToDigits (0 2 5 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(258 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(258 1000) math:remainder 258}] + [ a r:Fact; r:gives {(258 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(258 100) math:remainder 58}] + [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(58 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2505 a r:Inference; + r:gives { + (0 2 5 8) :digitsToNumber 258 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 200 50 8) math:sum 258}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 258]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2506 a r:Inference; + r:gives { + (8 5 2 0) :digitsToNumber 8520 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(8000 500 20 0) math:sum 8520}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2507 a r:Inference; + r:gives { + 259 :numberToDigits (0 2 5 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(259 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(259 1000) math:remainder 259}] + [ a r:Fact; r:gives {(259 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(259 100) math:remainder 59}] + [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(59 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2508 a r:Inference; + r:gives { + (0 2 5 9) :digitsToNumber 259 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 200 50 9) math:sum 259}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 259]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2509 a r:Inference; + r:gives { + (9 5 2 0) :digitsToNumber 9520 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(9000 500 20 0) math:sum 9520}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2510 a r:Inference; + r:gives { + 260 :numberToDigits (0 2 6 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(260 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(260 1000) math:remainder 260}] + [ a r:Fact; r:gives {(260 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(260 100) math:remainder 60}] + [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(60 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 260]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 260]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2511 a r:Inference; + r:gives { + 261 :numberToDigits (0 2 6 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(261 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(261 1000) math:remainder 261}] + [ a r:Fact; r:gives {(261 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(261 100) math:remainder 61}] + [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(61 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 261]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2512 a r:Inference; + r:gives { + 262 :numberToDigits (0 2 6 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(262 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(262 1000) math:remainder 262}] + [ a r:Fact; r:gives {(262 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(262 100) math:remainder 62}] + [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(62 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 262]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2513 a r:Inference; + r:gives { + 263 :numberToDigits (0 2 6 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(263 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(263 1000) math:remainder 263}] + [ a r:Fact; r:gives {(263 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(263 100) math:remainder 63}] + [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(63 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 263]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2514 a r:Inference; + r:gives { + 264 :numberToDigits (0 2 6 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(264 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(264 1000) math:remainder 264}] + [ a r:Fact; r:gives {(264 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(264 100) math:remainder 64}] + [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(64 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 264]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2515 a r:Inference; + r:gives { + 265 :numberToDigits (0 2 6 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(265 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(265 1000) math:remainder 265}] + [ a r:Fact; r:gives {(265 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(265 100) math:remainder 65}] + [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(65 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 265]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2516 a r:Inference; + r:gives { + 266 :numberToDigits (0 2 6 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(266 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(266 1000) math:remainder 266}] + [ a r:Fact; r:gives {(266 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(266 100) math:remainder 66}] + [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(66 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2517 a r:Inference; + r:gives { + (0 2 6 6) :digitsToNumber 266 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 200 60 6) math:sum 266}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 266]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2518 a r:Inference; + r:gives { + (6 6 2 0) :digitsToNumber 6620 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(6000 600 20 0) math:sum 6620}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2519 a r:Inference; + r:gives { + 267 :numberToDigits (0 2 6 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(267 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(267 1000) math:remainder 267}] + [ a r:Fact; r:gives {(267 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(267 100) math:remainder 67}] + [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(67 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2520 a r:Inference; + r:gives { + (0 2 6 7) :digitsToNumber 267 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 200 60 7) math:sum 267}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 267]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2521 a r:Inference; + r:gives { + (7 6 2 0) :digitsToNumber 7620 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(7000 600 20 0) math:sum 7620}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2522 a r:Inference; + r:gives { + 268 :numberToDigits (0 2 6 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(268 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(268 1000) math:remainder 268}] + [ a r:Fact; r:gives {(268 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(268 100) math:remainder 68}] + [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(68 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2523 a r:Inference; + r:gives { + (0 2 6 8) :digitsToNumber 268 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 200 60 8) math:sum 268}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 268]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2524 a r:Inference; + r:gives { + (8 6 2 0) :digitsToNumber 8620 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(8000 600 20 0) math:sum 8620}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2525 a r:Inference; + r:gives { + 269 :numberToDigits (0 2 6 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(269 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(269 1000) math:remainder 269}] + [ a r:Fact; r:gives {(269 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(269 100) math:remainder 69}] + [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(69 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2526 a r:Inference; + r:gives { + (0 2 6 9) :digitsToNumber 269 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 200 60 9) math:sum 269}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 269]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2527 a r:Inference; + r:gives { + (9 6 2 0) :digitsToNumber 9620 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(9000 600 20 0) math:sum 9620}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2528 a r:Inference; + r:gives { + 270 :numberToDigits (0 2 7 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(270 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(270 1000) math:remainder 270}] + [ a r:Fact; r:gives {(270 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(270 100) math:remainder 70}] + [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(70 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 270]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 270]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2529 a r:Inference; + r:gives { + 271 :numberToDigits (0 2 7 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(271 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(271 1000) math:remainder 271}] + [ a r:Fact; r:gives {(271 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(271 100) math:remainder 71}] + [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(71 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 271]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 271]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2530 a r:Inference; + r:gives { + 272 :numberToDigits (0 2 7 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(272 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(272 1000) math:remainder 272}] + [ a r:Fact; r:gives {(272 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(272 100) math:remainder 72}] + [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(72 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 272]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 272]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2531 a r:Inference; + r:gives { + 273 :numberToDigits (0 2 7 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(273 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(273 1000) math:remainder 273}] + [ a r:Fact; r:gives {(273 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(273 100) math:remainder 73}] + [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(73 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 273]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 273]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2532 a r:Inference; + r:gives { + 274 :numberToDigits (0 2 7 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(274 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(274 1000) math:remainder 274}] + [ a r:Fact; r:gives {(274 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(274 100) math:remainder 74}] + [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(74 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 274]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 274]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2533 a r:Inference; + r:gives { + 275 :numberToDigits (0 2 7 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(275 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(275 1000) math:remainder 275}] + [ a r:Fact; r:gives {(275 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(275 100) math:remainder 75}] + [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(75 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 275]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 275]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2534 a r:Inference; + r:gives { + 276 :numberToDigits (0 2 7 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(276 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(276 1000) math:remainder 276}] + [ a r:Fact; r:gives {(276 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(276 100) math:remainder 76}] + [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(76 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 276]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 276]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2535 a r:Inference; + r:gives { + 277 :numberToDigits (0 2 7 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(277 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(277 1000) math:remainder 277}] + [ a r:Fact; r:gives {(277 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(277 100) math:remainder 77}] + [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(77 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2536 a r:Inference; + r:gives { + (0 2 7 7) :digitsToNumber 277 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 200 70 7) math:sum 277}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 277]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2537 a r:Inference; + r:gives { + (7 7 2 0) :digitsToNumber 7720 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(7000 700 20 0) math:sum 7720}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2538 a r:Inference; + r:gives { + 278 :numberToDigits (0 2 7 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(278 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(278 1000) math:remainder 278}] + [ a r:Fact; r:gives {(278 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(278 100) math:remainder 78}] + [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(78 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2539 a r:Inference; + r:gives { + (0 2 7 8) :digitsToNumber 278 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 200 70 8) math:sum 278}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 278]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2540 a r:Inference; + r:gives { + (8 7 2 0) :digitsToNumber 8720 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(8000 700 20 0) math:sum 8720}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2541 a r:Inference; + r:gives { + 279 :numberToDigits (0 2 7 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(279 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(279 1000) math:remainder 279}] + [ a r:Fact; r:gives {(279 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(279 100) math:remainder 79}] + [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(79 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2542 a r:Inference; + r:gives { + (0 2 7 9) :digitsToNumber 279 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 200 70 9) math:sum 279}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 279]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2543 a r:Inference; + r:gives { + (9 7 2 0) :digitsToNumber 9720 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(9000 700 20 0) math:sum 9720}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2544 a r:Inference; + r:gives { + 280 :numberToDigits (0 2 8 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(280 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(280 1000) math:remainder 280}] + [ a r:Fact; r:gives {(280 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(280 100) math:remainder 80}] + [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(80 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 280]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 280]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2545 a r:Inference; + r:gives { + 281 :numberToDigits (0 2 8 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(281 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(281 1000) math:remainder 281}] + [ a r:Fact; r:gives {(281 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(281 100) math:remainder 81}] + [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(81 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 281]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 281]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2546 a r:Inference; + r:gives { + 282 :numberToDigits (0 2 8 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(282 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(282 1000) math:remainder 282}] + [ a r:Fact; r:gives {(282 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(282 100) math:remainder 82}] + [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(82 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 282]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 282]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2547 a r:Inference; + r:gives { + 283 :numberToDigits (0 2 8 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(283 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(283 1000) math:remainder 283}] + [ a r:Fact; r:gives {(283 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(283 100) math:remainder 83}] + [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(83 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 283]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 283]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2548 a r:Inference; + r:gives { + 284 :numberToDigits (0 2 8 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(284 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(284 1000) math:remainder 284}] + [ a r:Fact; r:gives {(284 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(284 100) math:remainder 84}] + [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(84 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 284]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 284]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2549 a r:Inference; + r:gives { + 285 :numberToDigits (0 2 8 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(285 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(285 1000) math:remainder 285}] + [ a r:Fact; r:gives {(285 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(285 100) math:remainder 85}] + [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(85 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 285]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 285]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2550 a r:Inference; + r:gives { + 286 :numberToDigits (0 2 8 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(286 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(286 1000) math:remainder 286}] + [ a r:Fact; r:gives {(286 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(286 100) math:remainder 86}] + [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(86 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 286]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 286]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2551 a r:Inference; + r:gives { + 287 :numberToDigits (0 2 8 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(287 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(287 1000) math:remainder 287}] + [ a r:Fact; r:gives {(287 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(287 100) math:remainder 87}] + [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(87 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 287]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 287]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2552 a r:Inference; + r:gives { + 288 :numberToDigits (0 2 8 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(288 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(288 1000) math:remainder 288}] + [ a r:Fact; r:gives {(288 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(288 100) math:remainder 88}] + [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(88 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2553 a r:Inference; + r:gives { + (0 2 8 8) :digitsToNumber 288 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 200 80 8) math:sum 288}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 288]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2554 a r:Inference; + r:gives { + (8 8 2 0) :digitsToNumber 8820 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(8000 800 20 0) math:sum 8820}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2555 a r:Inference; + r:gives { + 289 :numberToDigits (0 2 8 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(289 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(289 1000) math:remainder 289}] + [ a r:Fact; r:gives {(289 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(289 100) math:remainder 89}] + [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(89 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2556 a r:Inference; + r:gives { + (0 2 8 9) :digitsToNumber 289 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 200 80 9) math:sum 289}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 289]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2557 a r:Inference; + r:gives { + (9 8 2 0) :digitsToNumber 9820 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(9000 800 20 0) math:sum 9820}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2558 a r:Inference; + r:gives { + 290 :numberToDigits (0 2 9 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(290 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(290 1000) math:remainder 290}] + [ a r:Fact; r:gives {(290 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(290 100) math:remainder 90}] + [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(90 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 290]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 290]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2559 a r:Inference; + r:gives { + 291 :numberToDigits (0 2 9 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(291 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(291 1000) math:remainder 291}] + [ a r:Fact; r:gives {(291 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(291 100) math:remainder 91}] + [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(91 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 291]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 291]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2560 a r:Inference; + r:gives { + 292 :numberToDigits (0 2 9 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(292 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(292 1000) math:remainder 292}] + [ a r:Fact; r:gives {(292 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(292 100) math:remainder 92}] + [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(92 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 292]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 292]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2561 a r:Inference; + r:gives { + 293 :numberToDigits (0 2 9 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(293 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(293 1000) math:remainder 293}] + [ a r:Fact; r:gives {(293 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(293 100) math:remainder 93}] + [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(93 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 293]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 293]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2562 a r:Inference; + r:gives { + 294 :numberToDigits (0 2 9 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(294 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(294 1000) math:remainder 294}] + [ a r:Fact; r:gives {(294 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(294 100) math:remainder 94}] + [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(94 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 294]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 294]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2563 a r:Inference; + r:gives { + 295 :numberToDigits (0 2 9 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(295 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(295 1000) math:remainder 295}] + [ a r:Fact; r:gives {(295 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(295 100) math:remainder 95}] + [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(95 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 295]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 295]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2564 a r:Inference; + r:gives { + 296 :numberToDigits (0 2 9 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(296 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(296 1000) math:remainder 296}] + [ a r:Fact; r:gives {(296 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(296 100) math:remainder 96}] + [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(96 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 296]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 296]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2565 a r:Inference; + r:gives { + 297 :numberToDigits (0 2 9 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(297 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(297 1000) math:remainder 297}] + [ a r:Fact; r:gives {(297 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(297 100) math:remainder 97}] + [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(97 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 297]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 297]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2566 a r:Inference; + r:gives { + 298 :numberToDigits (0 2 9 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(298 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(298 1000) math:remainder 298}] + [ a r:Fact; r:gives {(298 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(298 100) math:remainder 98}] + [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(98 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 298]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 298]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2567 a r:Inference; + r:gives { + 299 :numberToDigits (0 2 9 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(299 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(299 1000) math:remainder 299}] + [ a r:Fact; r:gives {(299 100) math:integerQuotient 2}] + [ a r:Fact; r:gives {(299 100) math:remainder 99}] + [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(99 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2568 a r:Inference; + r:gives { + (0 2 9 9) :digitsToNumber 299 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(2 100) math:product 200}] + [ a r:Fact; r:gives {(9 10) math:product 90}] + [ a r:Fact; r:gives {(0 200 90 9) math:sum 299}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 299]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2569 a r:Inference; + r:gives { + (9 9 2 0) :digitsToNumber 9920 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(9 100) math:product 900}] + [ a r:Fact; r:gives {(2 10) math:product 20}] + [ a r:Fact; r:gives {(9000 900 20 0) math:sum 9920}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2570 a r:Inference; + r:gives { + 300 :numberToDigits (0 3 0 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(300 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(300 1000) math:remainder 300}] + [ a r:Fact; r:gives {(300 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(300 100) math:remainder 0}] + [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(0 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2571 a r:Inference; + r:gives { + 301 :numberToDigits (0 3 0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(301 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(301 1000) math:remainder 301}] + [ a r:Fact; r:gives {(301 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(301 100) math:remainder 1}] + [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 301]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 301]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2572 a r:Inference; + r:gives { + 302 :numberToDigits (0 3 0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(302 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(302 1000) math:remainder 302}] + [ a r:Fact; r:gives {(302 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(302 100) math:remainder 2}] + [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 302]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 302]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2573 a r:Inference; + r:gives { + 303 :numberToDigits (0 3 0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(303 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(303 1000) math:remainder 303}] + [ a r:Fact; r:gives {(303 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(303 100) math:remainder 3}] + [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(3 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 303]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 303]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2574 a r:Inference; + r:gives { + 304 :numberToDigits (0 3 0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(304 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(304 1000) math:remainder 304}] + [ a r:Fact; r:gives {(304 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(304 100) math:remainder 4}] + [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(4 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 304]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 304]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2575 a r:Inference; + r:gives { + 305 :numberToDigits (0 3 0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(305 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(305 1000) math:remainder 305}] + [ a r:Fact; r:gives {(305 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(305 100) math:remainder 5}] + [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(5 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 305]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 305]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2576 a r:Inference; + r:gives { + 306 :numberToDigits (0 3 0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(306 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(306 1000) math:remainder 306}] + [ a r:Fact; r:gives {(306 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(306 100) math:remainder 6}] + [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(6 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 306]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 306]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2577 a r:Inference; + r:gives { + 307 :numberToDigits (0 3 0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(307 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(307 1000) math:remainder 307}] + [ a r:Fact; r:gives {(307 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(307 100) math:remainder 7}] + [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(7 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 307]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 307]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2578 a r:Inference; + r:gives { + 308 :numberToDigits (0 3 0 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(308 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(308 1000) math:remainder 308}] + [ a r:Fact; r:gives {(308 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(308 100) math:remainder 8}] + [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(8 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 308]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 308]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2579 a r:Inference; + r:gives { + 309 :numberToDigits (0 3 0 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(309 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(309 1000) math:remainder 309}] + [ a r:Fact; r:gives {(309 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(309 100) math:remainder 9}] + [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(9 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 309]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 309]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2580 a r:Inference; + r:gives { + 310 :numberToDigits (0 3 1 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(310 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(310 1000) math:remainder 310}] + [ a r:Fact; r:gives {(310 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(310 100) math:remainder 10}] + [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(10 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 310]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2581 a r:Inference; + r:gives { + 311 :numberToDigits (0 3 1 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(311 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(311 1000) math:remainder 311}] + [ a r:Fact; r:gives {(311 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(311 100) math:remainder 11}] + [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(11 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 311]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 311]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2582 a r:Inference; + r:gives { + 312 :numberToDigits (0 3 1 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(312 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(312 1000) math:remainder 312}] + [ a r:Fact; r:gives {(312 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(312 100) math:remainder 12}] + [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(12 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 312]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 312]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2583 a r:Inference; + r:gives { + 313 :numberToDigits (0 3 1 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(313 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(313 1000) math:remainder 313}] + [ a r:Fact; r:gives {(313 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(313 100) math:remainder 13}] + [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(13 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 313]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 313]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2584 a r:Inference; + r:gives { + 314 :numberToDigits (0 3 1 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(314 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(314 1000) math:remainder 314}] + [ a r:Fact; r:gives {(314 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(314 100) math:remainder 14}] + [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(14 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 314]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 314]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2585 a r:Inference; + r:gives { + 315 :numberToDigits (0 3 1 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(315 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(315 1000) math:remainder 315}] + [ a r:Fact; r:gives {(315 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(315 100) math:remainder 15}] + [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(15 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 315]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 315]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2586 a r:Inference; + r:gives { + 316 :numberToDigits (0 3 1 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(316 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(316 1000) math:remainder 316}] + [ a r:Fact; r:gives {(316 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(316 100) math:remainder 16}] + [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(16 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 316]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 316]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2587 a r:Inference; + r:gives { + 317 :numberToDigits (0 3 1 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(317 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(317 1000) math:remainder 317}] + [ a r:Fact; r:gives {(317 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(317 100) math:remainder 17}] + [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(17 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 317]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 317]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2588 a r:Inference; + r:gives { + 318 :numberToDigits (0 3 1 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(318 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(318 1000) math:remainder 318}] + [ a r:Fact; r:gives {(318 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(318 100) math:remainder 18}] + [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(18 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 318]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 318]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2589 a r:Inference; + r:gives { + 319 :numberToDigits (0 3 1 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(319 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(319 1000) math:remainder 319}] + [ a r:Fact; r:gives {(319 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(319 100) math:remainder 19}] + [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(19 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 319]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 319]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2590 a r:Inference; + r:gives { + 320 :numberToDigits (0 3 2 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(320 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(320 1000) math:remainder 320}] + [ a r:Fact; r:gives {(320 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(320 100) math:remainder 20}] + [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(20 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 320]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2591 a r:Inference; + r:gives { + 321 :numberToDigits (0 3 2 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(321 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(321 1000) math:remainder 321}] + [ a r:Fact; r:gives {(321 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(321 100) math:remainder 21}] + [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(21 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 321]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 321]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2592 a r:Inference; + r:gives { + 322 :numberToDigits (0 3 2 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(322 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(322 1000) math:remainder 322}] + [ a r:Fact; r:gives {(322 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(322 100) math:remainder 22}] + [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(22 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 322]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 322]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2593 a r:Inference; + r:gives { + 323 :numberToDigits (0 3 2 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(323 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(323 1000) math:remainder 323}] + [ a r:Fact; r:gives {(323 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(323 100) math:remainder 23}] + [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(23 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 323]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 323]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2594 a r:Inference; + r:gives { + 324 :numberToDigits (0 3 2 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(324 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(324 1000) math:remainder 324}] + [ a r:Fact; r:gives {(324 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(324 100) math:remainder 24}] + [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(24 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 324]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 324]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2595 a r:Inference; + r:gives { + 325 :numberToDigits (0 3 2 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(325 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(325 1000) math:remainder 325}] + [ a r:Fact; r:gives {(325 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(325 100) math:remainder 25}] + [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(25 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 325]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 325]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2596 a r:Inference; + r:gives { + 326 :numberToDigits (0 3 2 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(326 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(326 1000) math:remainder 326}] + [ a r:Fact; r:gives {(326 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(326 100) math:remainder 26}] + [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(26 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 326]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 326]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2597 a r:Inference; + r:gives { + 327 :numberToDigits (0 3 2 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(327 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(327 1000) math:remainder 327}] + [ a r:Fact; r:gives {(327 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(327 100) math:remainder 27}] + [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(27 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 327]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 327]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2598 a r:Inference; + r:gives { + 328 :numberToDigits (0 3 2 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(328 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(328 1000) math:remainder 328}] + [ a r:Fact; r:gives {(328 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(328 100) math:remainder 28}] + [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(28 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 328]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 328]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2599 a r:Inference; + r:gives { + 329 :numberToDigits (0 3 2 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(329 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(329 1000) math:remainder 329}] + [ a r:Fact; r:gives {(329 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(329 100) math:remainder 29}] + [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(29 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 329]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 329]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2600 a r:Inference; + r:gives { + 330 :numberToDigits (0 3 3 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(330 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(330 1000) math:remainder 330}] + [ a r:Fact; r:gives {(330 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(330 100) math:remainder 30}] + [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(30 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2601 a r:Inference; + r:gives { + 331 :numberToDigits (0 3 3 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(331 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(331 1000) math:remainder 331}] + [ a r:Fact; r:gives {(331 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(331 100) math:remainder 31}] + [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(31 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 331]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 331]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2602 a r:Inference; + r:gives { + 332 :numberToDigits (0 3 3 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(332 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(332 1000) math:remainder 332}] + [ a r:Fact; r:gives {(332 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(332 100) math:remainder 32}] + [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(32 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 332]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 332]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2603 a r:Inference; + r:gives { + 333 :numberToDigits (0 3 3 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(333 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(333 1000) math:remainder 333}] + [ a r:Fact; r:gives {(333 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(333 100) math:remainder 33}] + [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(33 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 333]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 333]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2604 a r:Inference; + r:gives { + (0 3 3 3) :digitsToNumber 333 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 300 30 3) math:sum 333}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 333]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3439. + +skolem:lemma2605 a r:Inference; + r:gives { + (3 3 3 0) :digitsToNumber 3330 . + }; + r:evidence ( + [ a r:Fact; r:gives {(3 1000) math:product 3000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(3000 300 30 0) math:sum 3330}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2606 a r:Inference; + r:gives { + 334 :numberToDigits (0 3 3 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(334 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(334 1000) math:remainder 334}] + [ a r:Fact; r:gives {(334 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(334 100) math:remainder 34}] + [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(34 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2607 a r:Inference; + r:gives { + (0 3 3 4) :digitsToNumber 334 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 300 30 4) math:sum 334}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 334]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2608 a r:Inference; + r:gives { + (4 3 3 0) :digitsToNumber 4330 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(4000 300 30 0) math:sum 4330}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2609 a r:Inference; + r:gives { + 335 :numberToDigits (0 3 3 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(335 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(335 1000) math:remainder 335}] + [ a r:Fact; r:gives {(335 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(335 100) math:remainder 35}] + [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(35 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2610 a r:Inference; + r:gives { + (0 3 3 5) :digitsToNumber 335 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 300 30 5) math:sum 335}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 335]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2611 a r:Inference; + r:gives { + (5 3 3 0) :digitsToNumber 5330 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(5000 300 30 0) math:sum 5330}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2612 a r:Inference; + r:gives { + 336 :numberToDigits (0 3 3 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(336 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(336 1000) math:remainder 336}] + [ a r:Fact; r:gives {(336 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(336 100) math:remainder 36}] + [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(36 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2613 a r:Inference; + r:gives { + (0 3 3 6) :digitsToNumber 336 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 300 30 6) math:sum 336}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 336]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2614 a r:Inference; + r:gives { + (6 3 3 0) :digitsToNumber 6330 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(6000 300 30 0) math:sum 6330}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2615 a r:Inference; + r:gives { + 337 :numberToDigits (0 3 3 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(337 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(337 1000) math:remainder 337}] + [ a r:Fact; r:gives {(337 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(337 100) math:remainder 37}] + [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(37 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2616 a r:Inference; + r:gives { + (0 3 3 7) :digitsToNumber 337 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 300 30 7) math:sum 337}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 337]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2617 a r:Inference; + r:gives { + (7 3 3 0) :digitsToNumber 7330 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(7000 300 30 0) math:sum 7330}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2618 a r:Inference; + r:gives { + 338 :numberToDigits (0 3 3 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(338 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(338 1000) math:remainder 338}] + [ a r:Fact; r:gives {(338 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(338 100) math:remainder 38}] + [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(38 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2619 a r:Inference; + r:gives { + (0 3 3 8) :digitsToNumber 338 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 300 30 8) math:sum 338}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 338]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2620 a r:Inference; + r:gives { + (8 3 3 0) :digitsToNumber 8330 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(8000 300 30 0) math:sum 8330}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2621 a r:Inference; + r:gives { + 339 :numberToDigits (0 3 3 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(339 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(339 1000) math:remainder 339}] + [ a r:Fact; r:gives {(339 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(339 100) math:remainder 39}] + [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(39 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2622 a r:Inference; + r:gives { + (0 3 3 9) :digitsToNumber 339 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(0 300 30 9) math:sum 339}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 339]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2623 a r:Inference; + r:gives { + (9 3 3 0) :digitsToNumber 9330 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(9000 300 30 0) math:sum 9330}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9330]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2624 a r:Inference; + r:gives { + 340 :numberToDigits (0 3 4 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(340 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(340 1000) math:remainder 340}] + [ a r:Fact; r:gives {(340 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(340 100) math:remainder 40}] + [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(40 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 340]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 340]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2625 a r:Inference; + r:gives { + 341 :numberToDigits (0 3 4 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(341 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(341 1000) math:remainder 341}] + [ a r:Fact; r:gives {(341 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(341 100) math:remainder 41}] + [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(41 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 341]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 341]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2626 a r:Inference; + r:gives { + 342 :numberToDigits (0 3 4 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(342 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(342 1000) math:remainder 342}] + [ a r:Fact; r:gives {(342 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(342 100) math:remainder 42}] + [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(42 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 342]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 342]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2627 a r:Inference; + r:gives { + 343 :numberToDigits (0 3 4 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(343 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(343 1000) math:remainder 343}] + [ a r:Fact; r:gives {(343 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(343 100) math:remainder 43}] + [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(43 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 343]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 343]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2628 a r:Inference; + r:gives { + 344 :numberToDigits (0 3 4 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(344 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(344 1000) math:remainder 344}] + [ a r:Fact; r:gives {(344 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(344 100) math:remainder 44}] + [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(44 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2629 a r:Inference; + r:gives { + (0 3 4 4) :digitsToNumber 344 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 300 40 4) math:sum 344}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 344]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2630 a r:Inference; + r:gives { + (4 4 3 0) :digitsToNumber 4430 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(4000 400 30 0) math:sum 4430}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2631 a r:Inference; + r:gives { + 345 :numberToDigits (0 3 4 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(345 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(345 1000) math:remainder 345}] + [ a r:Fact; r:gives {(345 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(345 100) math:remainder 45}] + [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(45 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2632 a r:Inference; + r:gives { + (0 3 4 5) :digitsToNumber 345 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 300 40 5) math:sum 345}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 345]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2633 a r:Inference; + r:gives { + (5 4 3 0) :digitsToNumber 5430 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(5000 400 30 0) math:sum 5430}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2634 a r:Inference; + r:gives { + 346 :numberToDigits (0 3 4 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(346 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(346 1000) math:remainder 346}] + [ a r:Fact; r:gives {(346 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(346 100) math:remainder 46}] + [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(46 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2635 a r:Inference; + r:gives { + (0 3 4 6) :digitsToNumber 346 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 300 40 6) math:sum 346}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 346]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2636 a r:Inference; + r:gives { + (6 4 3 0) :digitsToNumber 6430 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(6000 400 30 0) math:sum 6430}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2637 a r:Inference; + r:gives { + 347 :numberToDigits (0 3 4 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(347 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(347 1000) math:remainder 347}] + [ a r:Fact; r:gives {(347 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(347 100) math:remainder 47}] + [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(47 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2638 a r:Inference; + r:gives { + (0 3 4 7) :digitsToNumber 347 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 300 40 7) math:sum 347}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 347]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2639 a r:Inference; + r:gives { + (7 4 3 0) :digitsToNumber 7430 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(7000 400 30 0) math:sum 7430}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2640 a r:Inference; + r:gives { + 348 :numberToDigits (0 3 4 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(348 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(348 1000) math:remainder 348}] + [ a r:Fact; r:gives {(348 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(348 100) math:remainder 48}] + [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(48 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2641 a r:Inference; + r:gives { + (0 3 4 8) :digitsToNumber 348 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 300 40 8) math:sum 348}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 348]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2642 a r:Inference; + r:gives { + (8 4 3 0) :digitsToNumber 8430 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(8000 400 30 0) math:sum 8430}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2643 a r:Inference; + r:gives { + 349 :numberToDigits (0 3 4 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(349 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(349 1000) math:remainder 349}] + [ a r:Fact; r:gives {(349 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(349 100) math:remainder 49}] + [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(49 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2644 a r:Inference; + r:gives { + (0 3 4 9) :digitsToNumber 349 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 300 40 9) math:sum 349}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 349]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2645 a r:Inference; + r:gives { + (9 4 3 0) :digitsToNumber 9430 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(9000 400 30 0) math:sum 9430}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2646 a r:Inference; + r:gives { + 350 :numberToDigits (0 3 5 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(350 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(350 1000) math:remainder 350}] + [ a r:Fact; r:gives {(350 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(350 100) math:remainder 50}] + [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(50 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 350]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 350]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2647 a r:Inference; + r:gives { + 351 :numberToDigits (0 3 5 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(351 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(351 1000) math:remainder 351}] + [ a r:Fact; r:gives {(351 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(351 100) math:remainder 51}] + [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(51 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 351]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2648 a r:Inference; + r:gives { + 352 :numberToDigits (0 3 5 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(352 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(352 1000) math:remainder 352}] + [ a r:Fact; r:gives {(352 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(352 100) math:remainder 52}] + [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(52 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 352]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2649 a r:Inference; + r:gives { + 353 :numberToDigits (0 3 5 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(353 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(353 1000) math:remainder 353}] + [ a r:Fact; r:gives {(353 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(353 100) math:remainder 53}] + [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(53 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 353]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2650 a r:Inference; + r:gives { + 354 :numberToDigits (0 3 5 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(354 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(354 1000) math:remainder 354}] + [ a r:Fact; r:gives {(354 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(354 100) math:remainder 54}] + [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(54 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 354]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2651 a r:Inference; + r:gives { + 355 :numberToDigits (0 3 5 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(355 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(355 1000) math:remainder 355}] + [ a r:Fact; r:gives {(355 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(355 100) math:remainder 55}] + [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(55 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2652 a r:Inference; + r:gives { + (0 3 5 5) :digitsToNumber 355 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 300 50 5) math:sum 355}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 355]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2653 a r:Inference; + r:gives { + (5 5 3 0) :digitsToNumber 5530 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(5000 500 30 0) math:sum 5530}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2654 a r:Inference; + r:gives { + 356 :numberToDigits (0 3 5 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(356 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(356 1000) math:remainder 356}] + [ a r:Fact; r:gives {(356 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(356 100) math:remainder 56}] + [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(56 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2655 a r:Inference; + r:gives { + (0 3 5 6) :digitsToNumber 356 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 300 50 6) math:sum 356}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 356]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2656 a r:Inference; + r:gives { + (6 5 3 0) :digitsToNumber 6530 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(6000 500 30 0) math:sum 6530}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2657 a r:Inference; + r:gives { + 357 :numberToDigits (0 3 5 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(357 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(357 1000) math:remainder 357}] + [ a r:Fact; r:gives {(357 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(357 100) math:remainder 57}] + [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(57 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2658 a r:Inference; + r:gives { + (0 3 5 7) :digitsToNumber 357 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 300 50 7) math:sum 357}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 357]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2659 a r:Inference; + r:gives { + (7 5 3 0) :digitsToNumber 7530 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(7000 500 30 0) math:sum 7530}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2660 a r:Inference; + r:gives { + 358 :numberToDigits (0 3 5 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(358 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(358 1000) math:remainder 358}] + [ a r:Fact; r:gives {(358 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(358 100) math:remainder 58}] + [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(58 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2661 a r:Inference; + r:gives { + (0 3 5 8) :digitsToNumber 358 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 300 50 8) math:sum 358}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 358]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2662 a r:Inference; + r:gives { + (8 5 3 0) :digitsToNumber 8530 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(8000 500 30 0) math:sum 8530}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2663 a r:Inference; + r:gives { + 359 :numberToDigits (0 3 5 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(359 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(359 1000) math:remainder 359}] + [ a r:Fact; r:gives {(359 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(359 100) math:remainder 59}] + [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(59 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2664 a r:Inference; + r:gives { + (0 3 5 9) :digitsToNumber 359 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 300 50 9) math:sum 359}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 359]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2665 a r:Inference; + r:gives { + (9 5 3 0) :digitsToNumber 9530 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(9000 500 30 0) math:sum 9530}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2666 a r:Inference; + r:gives { + 360 :numberToDigits (0 3 6 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(360 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(360 1000) math:remainder 360}] + [ a r:Fact; r:gives {(360 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(360 100) math:remainder 60}] + [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(60 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 360]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 360]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2667 a r:Inference; + r:gives { + 361 :numberToDigits (0 3 6 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(361 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(361 1000) math:remainder 361}] + [ a r:Fact; r:gives {(361 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(361 100) math:remainder 61}] + [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(61 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 361]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 361]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2668 a r:Inference; + r:gives { + 362 :numberToDigits (0 3 6 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(362 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(362 1000) math:remainder 362}] + [ a r:Fact; r:gives {(362 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(362 100) math:remainder 62}] + [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(62 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 362]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 362]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2669 a r:Inference; + r:gives { + 363 :numberToDigits (0 3 6 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(363 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(363 1000) math:remainder 363}] + [ a r:Fact; r:gives {(363 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(363 100) math:remainder 63}] + [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(63 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 363]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 363]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2670 a r:Inference; + r:gives { + 364 :numberToDigits (0 3 6 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(364 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(364 1000) math:remainder 364}] + [ a r:Fact; r:gives {(364 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(364 100) math:remainder 64}] + [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(64 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 364]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 364]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2671 a r:Inference; + r:gives { + 365 :numberToDigits (0 3 6 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(365 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(365 1000) math:remainder 365}] + [ a r:Fact; r:gives {(365 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(365 100) math:remainder 65}] + [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(65 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 365]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 365]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2672 a r:Inference; + r:gives { + 366 :numberToDigits (0 3 6 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(366 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(366 1000) math:remainder 366}] + [ a r:Fact; r:gives {(366 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(366 100) math:remainder 66}] + [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(66 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2673 a r:Inference; + r:gives { + (0 3 6 6) :digitsToNumber 366 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 300 60 6) math:sum 366}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 366]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2674 a r:Inference; + r:gives { + (6 6 3 0) :digitsToNumber 6630 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(6000 600 30 0) math:sum 6630}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2675 a r:Inference; + r:gives { + 367 :numberToDigits (0 3 6 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(367 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(367 1000) math:remainder 367}] + [ a r:Fact; r:gives {(367 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(367 100) math:remainder 67}] + [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(67 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2676 a r:Inference; + r:gives { + (0 3 6 7) :digitsToNumber 367 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 300 60 7) math:sum 367}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 367]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2677 a r:Inference; + r:gives { + (7 6 3 0) :digitsToNumber 7630 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(7000 600 30 0) math:sum 7630}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2678 a r:Inference; + r:gives { + 368 :numberToDigits (0 3 6 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(368 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(368 1000) math:remainder 368}] + [ a r:Fact; r:gives {(368 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(368 100) math:remainder 68}] + [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(68 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2679 a r:Inference; + r:gives { + (0 3 6 8) :digitsToNumber 368 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 300 60 8) math:sum 368}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 368]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2680 a r:Inference; + r:gives { + (8 6 3 0) :digitsToNumber 8630 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(8000 600 30 0) math:sum 8630}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2681 a r:Inference; + r:gives { + 369 :numberToDigits (0 3 6 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(369 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(369 1000) math:remainder 369}] + [ a r:Fact; r:gives {(369 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(369 100) math:remainder 69}] + [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(69 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2682 a r:Inference; + r:gives { + (0 3 6 9) :digitsToNumber 369 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 300 60 9) math:sum 369}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 369]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2683 a r:Inference; + r:gives { + (9 6 3 0) :digitsToNumber 9630 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(9000 600 30 0) math:sum 9630}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2684 a r:Inference; + r:gives { + 370 :numberToDigits (0 3 7 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(370 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(370 1000) math:remainder 370}] + [ a r:Fact; r:gives {(370 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(370 100) math:remainder 70}] + [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(70 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 370]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 370]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2685 a r:Inference; + r:gives { + 371 :numberToDigits (0 3 7 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(371 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(371 1000) math:remainder 371}] + [ a r:Fact; r:gives {(371 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(371 100) math:remainder 71}] + [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(71 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 371]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 371]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2686 a r:Inference; + r:gives { + 372 :numberToDigits (0 3 7 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(372 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(372 1000) math:remainder 372}] + [ a r:Fact; r:gives {(372 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(372 100) math:remainder 72}] + [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(72 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 372]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 372]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2687 a r:Inference; + r:gives { + 373 :numberToDigits (0 3 7 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(373 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(373 1000) math:remainder 373}] + [ a r:Fact; r:gives {(373 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(373 100) math:remainder 73}] + [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(73 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 373]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 373]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2688 a r:Inference; + r:gives { + 374 :numberToDigits (0 3 7 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(374 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(374 1000) math:remainder 374}] + [ a r:Fact; r:gives {(374 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(374 100) math:remainder 74}] + [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(74 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 374]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 374]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2689 a r:Inference; + r:gives { + 375 :numberToDigits (0 3 7 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(375 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(375 1000) math:remainder 375}] + [ a r:Fact; r:gives {(375 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(375 100) math:remainder 75}] + [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(75 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 375]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 375]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2690 a r:Inference; + r:gives { + 376 :numberToDigits (0 3 7 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(376 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(376 1000) math:remainder 376}] + [ a r:Fact; r:gives {(376 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(376 100) math:remainder 76}] + [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(76 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 376]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 376]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2691 a r:Inference; + r:gives { + 377 :numberToDigits (0 3 7 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(377 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(377 1000) math:remainder 377}] + [ a r:Fact; r:gives {(377 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(377 100) math:remainder 77}] + [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(77 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2692 a r:Inference; + r:gives { + (0 3 7 7) :digitsToNumber 377 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 300 70 7) math:sum 377}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 377]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2693 a r:Inference; + r:gives { + (7 7 3 0) :digitsToNumber 7730 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(7000 700 30 0) math:sum 7730}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2694 a r:Inference; + r:gives { + 378 :numberToDigits (0 3 7 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(378 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(378 1000) math:remainder 378}] + [ a r:Fact; r:gives {(378 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(378 100) math:remainder 78}] + [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(78 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2695 a r:Inference; + r:gives { + (0 3 7 8) :digitsToNumber 378 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 300 70 8) math:sum 378}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 378]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2696 a r:Inference; + r:gives { + (8 7 3 0) :digitsToNumber 8730 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(8000 700 30 0) math:sum 8730}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2697 a r:Inference; + r:gives { + 379 :numberToDigits (0 3 7 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(379 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(379 1000) math:remainder 379}] + [ a r:Fact; r:gives {(379 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(379 100) math:remainder 79}] + [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(79 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2698 a r:Inference; + r:gives { + (0 3 7 9) :digitsToNumber 379 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 300 70 9) math:sum 379}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 379]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2699 a r:Inference; + r:gives { + (9 7 3 0) :digitsToNumber 9730 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(9000 700 30 0) math:sum 9730}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2700 a r:Inference; + r:gives { + 380 :numberToDigits (0 3 8 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(380 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(380 1000) math:remainder 380}] + [ a r:Fact; r:gives {(380 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(380 100) math:remainder 80}] + [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(80 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 380]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 380]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2701 a r:Inference; + r:gives { + 381 :numberToDigits (0 3 8 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(381 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(381 1000) math:remainder 381}] + [ a r:Fact; r:gives {(381 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(381 100) math:remainder 81}] + [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(81 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 381]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 381]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2702 a r:Inference; + r:gives { + 382 :numberToDigits (0 3 8 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(382 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(382 1000) math:remainder 382}] + [ a r:Fact; r:gives {(382 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(382 100) math:remainder 82}] + [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(82 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 382]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 382]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2703 a r:Inference; + r:gives { + 383 :numberToDigits (0 3 8 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(383 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(383 1000) math:remainder 383}] + [ a r:Fact; r:gives {(383 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(383 100) math:remainder 83}] + [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(83 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 383]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 383]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2704 a r:Inference; + r:gives { + 384 :numberToDigits (0 3 8 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(384 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(384 1000) math:remainder 384}] + [ a r:Fact; r:gives {(384 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(384 100) math:remainder 84}] + [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(84 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 384]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 384]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2705 a r:Inference; + r:gives { + 385 :numberToDigits (0 3 8 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(385 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(385 1000) math:remainder 385}] + [ a r:Fact; r:gives {(385 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(385 100) math:remainder 85}] + [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(85 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 385]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 385]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2706 a r:Inference; + r:gives { + 386 :numberToDigits (0 3 8 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(386 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(386 1000) math:remainder 386}] + [ a r:Fact; r:gives {(386 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(386 100) math:remainder 86}] + [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(86 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 386]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 386]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2707 a r:Inference; + r:gives { + 387 :numberToDigits (0 3 8 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(387 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(387 1000) math:remainder 387}] + [ a r:Fact; r:gives {(387 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(387 100) math:remainder 87}] + [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(87 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 387]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 387]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2708 a r:Inference; + r:gives { + 388 :numberToDigits (0 3 8 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(388 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(388 1000) math:remainder 388}] + [ a r:Fact; r:gives {(388 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(388 100) math:remainder 88}] + [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(88 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2709 a r:Inference; + r:gives { + (0 3 8 8) :digitsToNumber 388 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 300 80 8) math:sum 388}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 388]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2710 a r:Inference; + r:gives { + (8 8 3 0) :digitsToNumber 8830 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(8000 800 30 0) math:sum 8830}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2711 a r:Inference; + r:gives { + 389 :numberToDigits (0 3 8 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(389 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(389 1000) math:remainder 389}] + [ a r:Fact; r:gives {(389 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(389 100) math:remainder 89}] + [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(89 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2712 a r:Inference; + r:gives { + (0 3 8 9) :digitsToNumber 389 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 300 80 9) math:sum 389}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 389]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2713 a r:Inference; + r:gives { + (9 8 3 0) :digitsToNumber 9830 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(9000 800 30 0) math:sum 9830}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2714 a r:Inference; + r:gives { + 390 :numberToDigits (0 3 9 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(390 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(390 1000) math:remainder 390}] + [ a r:Fact; r:gives {(390 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(390 100) math:remainder 90}] + [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(90 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 390]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 390]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2715 a r:Inference; + r:gives { + 391 :numberToDigits (0 3 9 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(391 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(391 1000) math:remainder 391}] + [ a r:Fact; r:gives {(391 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(391 100) math:remainder 91}] + [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(91 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 391]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 391]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2716 a r:Inference; + r:gives { + 392 :numberToDigits (0 3 9 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(392 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(392 1000) math:remainder 392}] + [ a r:Fact; r:gives {(392 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(392 100) math:remainder 92}] + [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(92 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 392]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 392]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2717 a r:Inference; + r:gives { + 393 :numberToDigits (0 3 9 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(393 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(393 1000) math:remainder 393}] + [ a r:Fact; r:gives {(393 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(393 100) math:remainder 93}] + [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(93 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 393]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 393]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2718 a r:Inference; + r:gives { + 394 :numberToDigits (0 3 9 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(394 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(394 1000) math:remainder 394}] + [ a r:Fact; r:gives {(394 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(394 100) math:remainder 94}] + [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(94 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 394]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 394]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2719 a r:Inference; + r:gives { + 395 :numberToDigits (0 3 9 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(395 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(395 1000) math:remainder 395}] + [ a r:Fact; r:gives {(395 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(395 100) math:remainder 95}] + [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(95 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 395]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 395]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2720 a r:Inference; + r:gives { + 396 :numberToDigits (0 3 9 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(396 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(396 1000) math:remainder 396}] + [ a r:Fact; r:gives {(396 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(396 100) math:remainder 96}] + [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(96 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 396]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 396]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2721 a r:Inference; + r:gives { + 397 :numberToDigits (0 3 9 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(397 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(397 1000) math:remainder 397}] + [ a r:Fact; r:gives {(397 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(397 100) math:remainder 97}] + [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(97 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 397]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 397]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2722 a r:Inference; + r:gives { + 398 :numberToDigits (0 3 9 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(398 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(398 1000) math:remainder 398}] + [ a r:Fact; r:gives {(398 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(398 100) math:remainder 98}] + [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(98 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 398]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 398]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2723 a r:Inference; + r:gives { + 399 :numberToDigits (0 3 9 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(399 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(399 1000) math:remainder 399}] + [ a r:Fact; r:gives {(399 100) math:integerQuotient 3}] + [ a r:Fact; r:gives {(399 100) math:remainder 99}] + [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(99 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2724 a r:Inference; + r:gives { + (0 3 9 9) :digitsToNumber 399 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(3 100) math:product 300}] + [ a r:Fact; r:gives {(9 10) math:product 90}] + [ a r:Fact; r:gives {(0 300 90 9) math:sum 399}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 399]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2725 a r:Inference; + r:gives { + (9 9 3 0) :digitsToNumber 9930 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(9 100) math:product 900}] + [ a r:Fact; r:gives {(3 10) math:product 30}] + [ a r:Fact; r:gives {(9000 900 30 0) math:sum 9930}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2726 a r:Inference; + r:gives { + 400 :numberToDigits (0 4 0 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(400 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(400 1000) math:remainder 400}] + [ a r:Fact; r:gives {(400 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(400 100) math:remainder 0}] + [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(0 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2727 a r:Inference; + r:gives { + 401 :numberToDigits (0 4 0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(401 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(401 1000) math:remainder 401}] + [ a r:Fact; r:gives {(401 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(401 100) math:remainder 1}] + [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 401]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 401]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2728 a r:Inference; + r:gives { + 402 :numberToDigits (0 4 0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(402 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(402 1000) math:remainder 402}] + [ a r:Fact; r:gives {(402 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(402 100) math:remainder 2}] + [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 402]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 402]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2729 a r:Inference; + r:gives { + 403 :numberToDigits (0 4 0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(403 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(403 1000) math:remainder 403}] + [ a r:Fact; r:gives {(403 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(403 100) math:remainder 3}] + [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(3 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 403]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 403]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2730 a r:Inference; + r:gives { + 404 :numberToDigits (0 4 0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(404 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(404 1000) math:remainder 404}] + [ a r:Fact; r:gives {(404 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(404 100) math:remainder 4}] + [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(4 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 404]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 404]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2731 a r:Inference; + r:gives { + 405 :numberToDigits (0 4 0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(405 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(405 1000) math:remainder 405}] + [ a r:Fact; r:gives {(405 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(405 100) math:remainder 5}] + [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(5 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 405]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 405]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2732 a r:Inference; + r:gives { + 406 :numberToDigits (0 4 0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(406 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(406 1000) math:remainder 406}] + [ a r:Fact; r:gives {(406 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(406 100) math:remainder 6}] + [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(6 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 406]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 406]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2733 a r:Inference; + r:gives { + 407 :numberToDigits (0 4 0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(407 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(407 1000) math:remainder 407}] + [ a r:Fact; r:gives {(407 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(407 100) math:remainder 7}] + [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(7 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 407]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 407]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2734 a r:Inference; + r:gives { + 408 :numberToDigits (0 4 0 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(408 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(408 1000) math:remainder 408}] + [ a r:Fact; r:gives {(408 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(408 100) math:remainder 8}] + [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(8 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 408]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 408]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2735 a r:Inference; + r:gives { + 409 :numberToDigits (0 4 0 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(409 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(409 1000) math:remainder 409}] + [ a r:Fact; r:gives {(409 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(409 100) math:remainder 9}] + [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(9 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 409]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 409]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2736 a r:Inference; + r:gives { + 410 :numberToDigits (0 4 1 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(410 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(410 1000) math:remainder 410}] + [ a r:Fact; r:gives {(410 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(410 100) math:remainder 10}] + [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(10 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 410]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2737 a r:Inference; + r:gives { + 411 :numberToDigits (0 4 1 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(411 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(411 1000) math:remainder 411}] + [ a r:Fact; r:gives {(411 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(411 100) math:remainder 11}] + [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(11 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 411]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 411]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2738 a r:Inference; + r:gives { + 412 :numberToDigits (0 4 1 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(412 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(412 1000) math:remainder 412}] + [ a r:Fact; r:gives {(412 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(412 100) math:remainder 12}] + [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(12 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 412]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 412]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2739 a r:Inference; + r:gives { + 413 :numberToDigits (0 4 1 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(413 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(413 1000) math:remainder 413}] + [ a r:Fact; r:gives {(413 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(413 100) math:remainder 13}] + [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(13 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 413]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 413]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2740 a r:Inference; + r:gives { + 414 :numberToDigits (0 4 1 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(414 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(414 1000) math:remainder 414}] + [ a r:Fact; r:gives {(414 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(414 100) math:remainder 14}] + [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(14 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 414]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 414]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2741 a r:Inference; + r:gives { + 415 :numberToDigits (0 4 1 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(415 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(415 1000) math:remainder 415}] + [ a r:Fact; r:gives {(415 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(415 100) math:remainder 15}] + [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(15 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 415]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 415]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2742 a r:Inference; + r:gives { + 416 :numberToDigits (0 4 1 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(416 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(416 1000) math:remainder 416}] + [ a r:Fact; r:gives {(416 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(416 100) math:remainder 16}] + [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(16 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 416]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 416]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2743 a r:Inference; + r:gives { + 417 :numberToDigits (0 4 1 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(417 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(417 1000) math:remainder 417}] + [ a r:Fact; r:gives {(417 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(417 100) math:remainder 17}] + [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(17 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 417]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 417]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2744 a r:Inference; + r:gives { + 418 :numberToDigits (0 4 1 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(418 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(418 1000) math:remainder 418}] + [ a r:Fact; r:gives {(418 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(418 100) math:remainder 18}] + [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(18 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 418]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 418]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2745 a r:Inference; + r:gives { + 419 :numberToDigits (0 4 1 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(419 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(419 1000) math:remainder 419}] + [ a r:Fact; r:gives {(419 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(419 100) math:remainder 19}] + [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(19 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 419]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 419]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2746 a r:Inference; + r:gives { + 420 :numberToDigits (0 4 2 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(420 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(420 1000) math:remainder 420}] + [ a r:Fact; r:gives {(420 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(420 100) math:remainder 20}] + [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(20 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 420]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2747 a r:Inference; + r:gives { + 421 :numberToDigits (0 4 2 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(421 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(421 1000) math:remainder 421}] + [ a r:Fact; r:gives {(421 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(421 100) math:remainder 21}] + [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(21 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 421]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 421]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2748 a r:Inference; + r:gives { + 422 :numberToDigits (0 4 2 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(422 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(422 1000) math:remainder 422}] + [ a r:Fact; r:gives {(422 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(422 100) math:remainder 22}] + [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(22 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 422]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 422]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2749 a r:Inference; + r:gives { + 423 :numberToDigits (0 4 2 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(423 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(423 1000) math:remainder 423}] + [ a r:Fact; r:gives {(423 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(423 100) math:remainder 23}] + [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(23 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 423]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 423]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2750 a r:Inference; + r:gives { + 424 :numberToDigits (0 4 2 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(424 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(424 1000) math:remainder 424}] + [ a r:Fact; r:gives {(424 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(424 100) math:remainder 24}] + [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(24 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 424]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 424]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2751 a r:Inference; + r:gives { + 425 :numberToDigits (0 4 2 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(425 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(425 1000) math:remainder 425}] + [ a r:Fact; r:gives {(425 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(425 100) math:remainder 25}] + [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(25 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 425]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 425]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2752 a r:Inference; + r:gives { + 426 :numberToDigits (0 4 2 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(426 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(426 1000) math:remainder 426}] + [ a r:Fact; r:gives {(426 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(426 100) math:remainder 26}] + [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(26 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 426]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 426]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2753 a r:Inference; + r:gives { + 427 :numberToDigits (0 4 2 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(427 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(427 1000) math:remainder 427}] + [ a r:Fact; r:gives {(427 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(427 100) math:remainder 27}] + [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(27 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 427]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 427]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2754 a r:Inference; + r:gives { + 428 :numberToDigits (0 4 2 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(428 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(428 1000) math:remainder 428}] + [ a r:Fact; r:gives {(428 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(428 100) math:remainder 28}] + [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(28 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 428]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 428]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2755 a r:Inference; + r:gives { + 429 :numberToDigits (0 4 2 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(429 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(429 1000) math:remainder 429}] + [ a r:Fact; r:gives {(429 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(429 100) math:remainder 29}] + [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(29 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 429]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 429]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2756 a r:Inference; + r:gives { + 430 :numberToDigits (0 4 3 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(430 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(430 1000) math:remainder 430}] + [ a r:Fact; r:gives {(430 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(430 100) math:remainder 30}] + [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(30 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 430]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2757 a r:Inference; + r:gives { + 431 :numberToDigits (0 4 3 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(431 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(431 1000) math:remainder 431}] + [ a r:Fact; r:gives {(431 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(431 100) math:remainder 31}] + [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(31 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 431]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 431]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2758 a r:Inference; + r:gives { + 432 :numberToDigits (0 4 3 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(432 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(432 1000) math:remainder 432}] + [ a r:Fact; r:gives {(432 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(432 100) math:remainder 32}] + [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(32 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 432]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 432]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2759 a r:Inference; + r:gives { + 433 :numberToDigits (0 4 3 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(433 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(433 1000) math:remainder 433}] + [ a r:Fact; r:gives {(433 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(433 100) math:remainder 33}] + [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(33 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 433]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 433]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2760 a r:Inference; + r:gives { + 434 :numberToDigits (0 4 3 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(434 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(434 1000) math:remainder 434}] + [ a r:Fact; r:gives {(434 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(434 100) math:remainder 34}] + [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(34 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 434]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 434]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2761 a r:Inference; + r:gives { + 435 :numberToDigits (0 4 3 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(435 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(435 1000) math:remainder 435}] + [ a r:Fact; r:gives {(435 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(435 100) math:remainder 35}] + [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(35 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 435]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 435]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2762 a r:Inference; + r:gives { + 436 :numberToDigits (0 4 3 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(436 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(436 1000) math:remainder 436}] + [ a r:Fact; r:gives {(436 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(436 100) math:remainder 36}] + [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(36 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 436]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 436]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2763 a r:Inference; + r:gives { + 437 :numberToDigits (0 4 3 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(437 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(437 1000) math:remainder 437}] + [ a r:Fact; r:gives {(437 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(437 100) math:remainder 37}] + [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(37 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 437]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 437]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2764 a r:Inference; + r:gives { + 438 :numberToDigits (0 4 3 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(438 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(438 1000) math:remainder 438}] + [ a r:Fact; r:gives {(438 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(438 100) math:remainder 38}] + [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(38 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 438]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 438]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2765 a r:Inference; + r:gives { + 439 :numberToDigits (0 4 3 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(439 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(439 1000) math:remainder 439}] + [ a r:Fact; r:gives {(439 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(439 100) math:remainder 39}] + [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(39 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 439]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 439]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2766 a r:Inference; + r:gives { + 440 :numberToDigits (0 4 4 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(440 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(440 1000) math:remainder 440}] + [ a r:Fact; r:gives {(440 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(440 100) math:remainder 40}] + [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(40 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2767 a r:Inference; + r:gives { + 441 :numberToDigits (0 4 4 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(441 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(441 1000) math:remainder 441}] + [ a r:Fact; r:gives {(441 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(441 100) math:remainder 41}] + [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(41 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 441]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2768 a r:Inference; + r:gives { + 442 :numberToDigits (0 4 4 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(442 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(442 1000) math:remainder 442}] + [ a r:Fact; r:gives {(442 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(442 100) math:remainder 42}] + [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(42 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 442]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2769 a r:Inference; + r:gives { + 443 :numberToDigits (0 4 4 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(443 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(443 1000) math:remainder 443}] + [ a r:Fact; r:gives {(443 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(443 100) math:remainder 43}] + [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(43 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 443]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2770 a r:Inference; + r:gives { + 444 :numberToDigits (0 4 4 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(444 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(444 1000) math:remainder 444}] + [ a r:Fact; r:gives {(444 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(444 100) math:remainder 44}] + [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(44 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2771 a r:Inference; + r:gives { + (0 4 4 4) :digitsToNumber 444 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 400 40 4) math:sum 444}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 444]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3439. + +skolem:lemma2772 a r:Inference; + r:gives { + (4 4 4 0) :digitsToNumber 4440 . + }; + r:evidence ( + [ a r:Fact; r:gives {(4 1000) math:product 4000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(4000 400 40 0) math:sum 4440}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2773 a r:Inference; + r:gives { + 445 :numberToDigits (0 4 4 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(445 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(445 1000) math:remainder 445}] + [ a r:Fact; r:gives {(445 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(445 100) math:remainder 45}] + [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(45 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2774 a r:Inference; + r:gives { + (0 4 4 5) :digitsToNumber 445 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 400 40 5) math:sum 445}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 445]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2775 a r:Inference; + r:gives { + (5 4 4 0) :digitsToNumber 5440 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(5000 400 40 0) math:sum 5440}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2776 a r:Inference; + r:gives { + 446 :numberToDigits (0 4 4 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(446 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(446 1000) math:remainder 446}] + [ a r:Fact; r:gives {(446 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(446 100) math:remainder 46}] + [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(46 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2777 a r:Inference; + r:gives { + (0 4 4 6) :digitsToNumber 446 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 400 40 6) math:sum 446}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 446]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2778 a r:Inference; + r:gives { + (6 4 4 0) :digitsToNumber 6440 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(6000 400 40 0) math:sum 6440}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2779 a r:Inference; + r:gives { + 447 :numberToDigits (0 4 4 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(447 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(447 1000) math:remainder 447}] + [ a r:Fact; r:gives {(447 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(447 100) math:remainder 47}] + [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(47 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2780 a r:Inference; + r:gives { + (0 4 4 7) :digitsToNumber 447 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 400 40 7) math:sum 447}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 447]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2781 a r:Inference; + r:gives { + (7 4 4 0) :digitsToNumber 7440 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(7000 400 40 0) math:sum 7440}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2782 a r:Inference; + r:gives { + 448 :numberToDigits (0 4 4 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(448 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(448 1000) math:remainder 448}] + [ a r:Fact; r:gives {(448 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(448 100) math:remainder 48}] + [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(48 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2783 a r:Inference; + r:gives { + (0 4 4 8) :digitsToNumber 448 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 400 40 8) math:sum 448}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 448]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2784 a r:Inference; + r:gives { + (8 4 4 0) :digitsToNumber 8440 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(8000 400 40 0) math:sum 8440}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2785 a r:Inference; + r:gives { + 449 :numberToDigits (0 4 4 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(449 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(449 1000) math:remainder 449}] + [ a r:Fact; r:gives {(449 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(449 100) math:remainder 49}] + [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(49 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2786 a r:Inference; + r:gives { + (0 4 4 9) :digitsToNumber 449 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(0 400 40 9) math:sum 449}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 449]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2787 a r:Inference; + r:gives { + (9 4 4 0) :digitsToNumber 9440 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(9000 400 40 0) math:sum 9440}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9440]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2788 a r:Inference; + r:gives { + 450 :numberToDigits (0 4 5 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(450 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(450 1000) math:remainder 450}] + [ a r:Fact; r:gives {(450 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(450 100) math:remainder 50}] + [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(50 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 450]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 450]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2789 a r:Inference; + r:gives { + 451 :numberToDigits (0 4 5 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(451 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(451 1000) math:remainder 451}] + [ a r:Fact; r:gives {(451 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(451 100) math:remainder 51}] + [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(51 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 451]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 451]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2790 a r:Inference; + r:gives { + 452 :numberToDigits (0 4 5 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(452 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(452 1000) math:remainder 452}] + [ a r:Fact; r:gives {(452 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(452 100) math:remainder 52}] + [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(52 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 452]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 452]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2791 a r:Inference; + r:gives { + 453 :numberToDigits (0 4 5 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(453 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(453 1000) math:remainder 453}] + [ a r:Fact; r:gives {(453 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(453 100) math:remainder 53}] + [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(53 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 453]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 453]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2792 a r:Inference; + r:gives { + 454 :numberToDigits (0 4 5 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(454 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(454 1000) math:remainder 454}] + [ a r:Fact; r:gives {(454 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(454 100) math:remainder 54}] + [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(54 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 454]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 454]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2793 a r:Inference; + r:gives { + 455 :numberToDigits (0 4 5 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(455 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(455 1000) math:remainder 455}] + [ a r:Fact; r:gives {(455 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(455 100) math:remainder 55}] + [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(55 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2794 a r:Inference; + r:gives { + (0 4 5 5) :digitsToNumber 455 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 400 50 5) math:sum 455}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 455]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2795 a r:Inference; + r:gives { + (5 5 4 0) :digitsToNumber 5540 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(5000 500 40 0) math:sum 5540}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2796 a r:Inference; + r:gives { + 456 :numberToDigits (0 4 5 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(456 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(456 1000) math:remainder 456}] + [ a r:Fact; r:gives {(456 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(456 100) math:remainder 56}] + [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(56 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2797 a r:Inference; + r:gives { + (0 4 5 6) :digitsToNumber 456 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 400 50 6) math:sum 456}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 456]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2798 a r:Inference; + r:gives { + (6 5 4 0) :digitsToNumber 6540 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(6000 500 40 0) math:sum 6540}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2799 a r:Inference; + r:gives { + 457 :numberToDigits (0 4 5 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(457 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(457 1000) math:remainder 457}] + [ a r:Fact; r:gives {(457 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(457 100) math:remainder 57}] + [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(57 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2800 a r:Inference; + r:gives { + (0 4 5 7) :digitsToNumber 457 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 400 50 7) math:sum 457}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 457]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2801 a r:Inference; + r:gives { + (7 5 4 0) :digitsToNumber 7540 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(7000 500 40 0) math:sum 7540}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2802 a r:Inference; + r:gives { + 458 :numberToDigits (0 4 5 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(458 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(458 1000) math:remainder 458}] + [ a r:Fact; r:gives {(458 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(458 100) math:remainder 58}] + [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(58 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2803 a r:Inference; + r:gives { + (0 4 5 8) :digitsToNumber 458 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 400 50 8) math:sum 458}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 458]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2804 a r:Inference; + r:gives { + (8 5 4 0) :digitsToNumber 8540 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(8000 500 40 0) math:sum 8540}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2805 a r:Inference; + r:gives { + 459 :numberToDigits (0 4 5 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(459 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(459 1000) math:remainder 459}] + [ a r:Fact; r:gives {(459 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(459 100) math:remainder 59}] + [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(59 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2806 a r:Inference; + r:gives { + (0 4 5 9) :digitsToNumber 459 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 400 50 9) math:sum 459}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 459]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2807 a r:Inference; + r:gives { + (9 5 4 0) :digitsToNumber 9540 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(9000 500 40 0) math:sum 9540}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2808 a r:Inference; + r:gives { + 460 :numberToDigits (0 4 6 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(460 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(460 1000) math:remainder 460}] + [ a r:Fact; r:gives {(460 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(460 100) math:remainder 60}] + [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(60 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 460]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 460]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2809 a r:Inference; + r:gives { + 461 :numberToDigits (0 4 6 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(461 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(461 1000) math:remainder 461}] + [ a r:Fact; r:gives {(461 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(461 100) math:remainder 61}] + [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(61 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 461]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 461]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2810 a r:Inference; + r:gives { + 462 :numberToDigits (0 4 6 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(462 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(462 1000) math:remainder 462}] + [ a r:Fact; r:gives {(462 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(462 100) math:remainder 62}] + [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(62 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 462]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 462]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2811 a r:Inference; + r:gives { + 463 :numberToDigits (0 4 6 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(463 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(463 1000) math:remainder 463}] + [ a r:Fact; r:gives {(463 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(463 100) math:remainder 63}] + [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(63 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 463]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 463]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2812 a r:Inference; + r:gives { + 464 :numberToDigits (0 4 6 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(464 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(464 1000) math:remainder 464}] + [ a r:Fact; r:gives {(464 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(464 100) math:remainder 64}] + [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(64 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 464]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 464]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2813 a r:Inference; + r:gives { + 465 :numberToDigits (0 4 6 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(465 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(465 1000) math:remainder 465}] + [ a r:Fact; r:gives {(465 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(465 100) math:remainder 65}] + [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(65 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 465]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 465]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2814 a r:Inference; + r:gives { + 466 :numberToDigits (0 4 6 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(466 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(466 1000) math:remainder 466}] + [ a r:Fact; r:gives {(466 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(466 100) math:remainder 66}] + [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(66 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2815 a r:Inference; + r:gives { + (0 4 6 6) :digitsToNumber 466 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 400 60 6) math:sum 466}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 466]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2816 a r:Inference; + r:gives { + (6 6 4 0) :digitsToNumber 6640 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(6000 600 40 0) math:sum 6640}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2817 a r:Inference; + r:gives { + 467 :numberToDigits (0 4 6 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(467 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(467 1000) math:remainder 467}] + [ a r:Fact; r:gives {(467 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(467 100) math:remainder 67}] + [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(67 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2818 a r:Inference; + r:gives { + (0 4 6 7) :digitsToNumber 467 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 400 60 7) math:sum 467}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 467]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2819 a r:Inference; + r:gives { + (7 6 4 0) :digitsToNumber 7640 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(7000 600 40 0) math:sum 7640}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2820 a r:Inference; + r:gives { + 468 :numberToDigits (0 4 6 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(468 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(468 1000) math:remainder 468}] + [ a r:Fact; r:gives {(468 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(468 100) math:remainder 68}] + [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(68 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2821 a r:Inference; + r:gives { + (0 4 6 8) :digitsToNumber 468 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 400 60 8) math:sum 468}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 468]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2822 a r:Inference; + r:gives { + (8 6 4 0) :digitsToNumber 8640 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(8000 600 40 0) math:sum 8640}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2823 a r:Inference; + r:gives { + 469 :numberToDigits (0 4 6 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(469 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(469 1000) math:remainder 469}] + [ a r:Fact; r:gives {(469 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(469 100) math:remainder 69}] + [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(69 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2824 a r:Inference; + r:gives { + (0 4 6 9) :digitsToNumber 469 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 400 60 9) math:sum 469}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 469]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2825 a r:Inference; + r:gives { + (9 6 4 0) :digitsToNumber 9640 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(9000 600 40 0) math:sum 9640}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2826 a r:Inference; + r:gives { + 470 :numberToDigits (0 4 7 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(470 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(470 1000) math:remainder 470}] + [ a r:Fact; r:gives {(470 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(470 100) math:remainder 70}] + [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(70 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 470]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 470]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2827 a r:Inference; + r:gives { + 471 :numberToDigits (0 4 7 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(471 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(471 1000) math:remainder 471}] + [ a r:Fact; r:gives {(471 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(471 100) math:remainder 71}] + [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(71 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 471]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 471]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2828 a r:Inference; + r:gives { + 472 :numberToDigits (0 4 7 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(472 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(472 1000) math:remainder 472}] + [ a r:Fact; r:gives {(472 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(472 100) math:remainder 72}] + [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(72 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 472]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 472]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2829 a r:Inference; + r:gives { + 473 :numberToDigits (0 4 7 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(473 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(473 1000) math:remainder 473}] + [ a r:Fact; r:gives {(473 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(473 100) math:remainder 73}] + [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(73 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 473]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 473]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2830 a r:Inference; + r:gives { + 474 :numberToDigits (0 4 7 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(474 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(474 1000) math:remainder 474}] + [ a r:Fact; r:gives {(474 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(474 100) math:remainder 74}] + [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(74 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 474]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 474]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2831 a r:Inference; + r:gives { + 475 :numberToDigits (0 4 7 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(475 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(475 1000) math:remainder 475}] + [ a r:Fact; r:gives {(475 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(475 100) math:remainder 75}] + [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(75 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 475]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 475]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2832 a r:Inference; + r:gives { + 476 :numberToDigits (0 4 7 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(476 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(476 1000) math:remainder 476}] + [ a r:Fact; r:gives {(476 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(476 100) math:remainder 76}] + [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(76 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 476]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 476]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2833 a r:Inference; + r:gives { + 477 :numberToDigits (0 4 7 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(477 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(477 1000) math:remainder 477}] + [ a r:Fact; r:gives {(477 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(477 100) math:remainder 77}] + [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(77 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2834 a r:Inference; + r:gives { + (0 4 7 7) :digitsToNumber 477 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 400 70 7) math:sum 477}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 477]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2835 a r:Inference; + r:gives { + (7 7 4 0) :digitsToNumber 7740 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(7000 700 40 0) math:sum 7740}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2836 a r:Inference; + r:gives { + 478 :numberToDigits (0 4 7 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(478 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(478 1000) math:remainder 478}] + [ a r:Fact; r:gives {(478 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(478 100) math:remainder 78}] + [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(78 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2837 a r:Inference; + r:gives { + (0 4 7 8) :digitsToNumber 478 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 400 70 8) math:sum 478}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 478]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2838 a r:Inference; + r:gives { + (8 7 4 0) :digitsToNumber 8740 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(8000 700 40 0) math:sum 8740}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2839 a r:Inference; + r:gives { + 479 :numberToDigits (0 4 7 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(479 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(479 1000) math:remainder 479}] + [ a r:Fact; r:gives {(479 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(479 100) math:remainder 79}] + [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(79 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2840 a r:Inference; + r:gives { + (0 4 7 9) :digitsToNumber 479 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 400 70 9) math:sum 479}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 479]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2841 a r:Inference; + r:gives { + (9 7 4 0) :digitsToNumber 9740 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(9000 700 40 0) math:sum 9740}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2842 a r:Inference; + r:gives { + 480 :numberToDigits (0 4 8 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(480 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(480 1000) math:remainder 480}] + [ a r:Fact; r:gives {(480 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(480 100) math:remainder 80}] + [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(80 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 480]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 480]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2843 a r:Inference; + r:gives { + 481 :numberToDigits (0 4 8 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(481 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(481 1000) math:remainder 481}] + [ a r:Fact; r:gives {(481 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(481 100) math:remainder 81}] + [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(81 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 481]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 481]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2844 a r:Inference; + r:gives { + 482 :numberToDigits (0 4 8 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(482 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(482 1000) math:remainder 482}] + [ a r:Fact; r:gives {(482 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(482 100) math:remainder 82}] + [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(82 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 482]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 482]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2845 a r:Inference; + r:gives { + 483 :numberToDigits (0 4 8 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(483 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(483 1000) math:remainder 483}] + [ a r:Fact; r:gives {(483 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(483 100) math:remainder 83}] + [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(83 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 483]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 483]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2846 a r:Inference; + r:gives { + 484 :numberToDigits (0 4 8 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(484 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(484 1000) math:remainder 484}] + [ a r:Fact; r:gives {(484 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(484 100) math:remainder 84}] + [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(84 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 484]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 484]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2847 a r:Inference; + r:gives { + 485 :numberToDigits (0 4 8 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(485 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(485 1000) math:remainder 485}] + [ a r:Fact; r:gives {(485 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(485 100) math:remainder 85}] + [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(85 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 485]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 485]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2848 a r:Inference; + r:gives { + 486 :numberToDigits (0 4 8 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(486 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(486 1000) math:remainder 486}] + [ a r:Fact; r:gives {(486 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(486 100) math:remainder 86}] + [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(86 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 486]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 486]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2849 a r:Inference; + r:gives { + 487 :numberToDigits (0 4 8 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(487 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(487 1000) math:remainder 487}] + [ a r:Fact; r:gives {(487 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(487 100) math:remainder 87}] + [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(87 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 487]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 487]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2850 a r:Inference; + r:gives { + 488 :numberToDigits (0 4 8 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(488 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(488 1000) math:remainder 488}] + [ a r:Fact; r:gives {(488 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(488 100) math:remainder 88}] + [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(88 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2851 a r:Inference; + r:gives { + (0 4 8 8) :digitsToNumber 488 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 400 80 8) math:sum 488}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 488]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2852 a r:Inference; + r:gives { + (8 8 4 0) :digitsToNumber 8840 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(8000 800 40 0) math:sum 8840}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2853 a r:Inference; + r:gives { + 489 :numberToDigits (0 4 8 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(489 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(489 1000) math:remainder 489}] + [ a r:Fact; r:gives {(489 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(489 100) math:remainder 89}] + [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(89 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2854 a r:Inference; + r:gives { + (0 4 8 9) :digitsToNumber 489 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 400 80 9) math:sum 489}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 489]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2855 a r:Inference; + r:gives { + (9 8 4 0) :digitsToNumber 9840 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(9000 800 40 0) math:sum 9840}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2856 a r:Inference; + r:gives { + 490 :numberToDigits (0 4 9 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(490 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(490 1000) math:remainder 490}] + [ a r:Fact; r:gives {(490 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(490 100) math:remainder 90}] + [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(90 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 490]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 490]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2857 a r:Inference; + r:gives { + 491 :numberToDigits (0 4 9 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(491 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(491 1000) math:remainder 491}] + [ a r:Fact; r:gives {(491 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(491 100) math:remainder 91}] + [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(91 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 491]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 491]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2858 a r:Inference; + r:gives { + 492 :numberToDigits (0 4 9 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(492 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(492 1000) math:remainder 492}] + [ a r:Fact; r:gives {(492 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(492 100) math:remainder 92}] + [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(92 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 492]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 492]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2859 a r:Inference; + r:gives { + 493 :numberToDigits (0 4 9 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(493 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(493 1000) math:remainder 493}] + [ a r:Fact; r:gives {(493 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(493 100) math:remainder 93}] + [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(93 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 493]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 493]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2860 a r:Inference; + r:gives { + 494 :numberToDigits (0 4 9 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(494 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(494 1000) math:remainder 494}] + [ a r:Fact; r:gives {(494 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(494 100) math:remainder 94}] + [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(94 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 494]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 494]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2861 a r:Inference; + r:gives { + 495 :numberToDigits (0 4 9 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(495 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(495 1000) math:remainder 495}] + [ a r:Fact; r:gives {(495 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(495 100) math:remainder 95}] + [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(95 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 495]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 495]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2862 a r:Inference; + r:gives { + 496 :numberToDigits (0 4 9 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(496 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(496 1000) math:remainder 496}] + [ a r:Fact; r:gives {(496 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(496 100) math:remainder 96}] + [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(96 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 496]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 496]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2863 a r:Inference; + r:gives { + 497 :numberToDigits (0 4 9 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(497 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(497 1000) math:remainder 497}] + [ a r:Fact; r:gives {(497 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(497 100) math:remainder 97}] + [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(97 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 497]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 497]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2864 a r:Inference; + r:gives { + 498 :numberToDigits (0 4 9 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(498 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(498 1000) math:remainder 498}] + [ a r:Fact; r:gives {(498 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(498 100) math:remainder 98}] + [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(98 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 498]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 498]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2865 a r:Inference; + r:gives { + 499 :numberToDigits (0 4 9 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(499 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(499 1000) math:remainder 499}] + [ a r:Fact; r:gives {(499 100) math:integerQuotient 4}] + [ a r:Fact; r:gives {(499 100) math:remainder 99}] + [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(99 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2866 a r:Inference; + r:gives { + (0 4 9 9) :digitsToNumber 499 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(4 100) math:product 400}] + [ a r:Fact; r:gives {(9 10) math:product 90}] + [ a r:Fact; r:gives {(0 400 90 9) math:sum 499}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 499]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2867 a r:Inference; + r:gives { + (9 9 4 0) :digitsToNumber 9940 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(9 100) math:product 900}] + [ a r:Fact; r:gives {(4 10) math:product 40}] + [ a r:Fact; r:gives {(9000 900 40 0) math:sum 9940}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2868 a r:Inference; + r:gives { + 500 :numberToDigits (0 5 0 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(500 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(500 1000) math:remainder 500}] + [ a r:Fact; r:gives {(500 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(500 100) math:remainder 0}] + [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(0 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2869 a r:Inference; + r:gives { + 501 :numberToDigits (0 5 0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(501 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(501 1000) math:remainder 501}] + [ a r:Fact; r:gives {(501 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(501 100) math:remainder 1}] + [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 501]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 501]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2870 a r:Inference; + r:gives { + 502 :numberToDigits (0 5 0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(502 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(502 1000) math:remainder 502}] + [ a r:Fact; r:gives {(502 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(502 100) math:remainder 2}] + [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 502]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 502]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2871 a r:Inference; + r:gives { + 503 :numberToDigits (0 5 0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(503 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(503 1000) math:remainder 503}] + [ a r:Fact; r:gives {(503 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(503 100) math:remainder 3}] + [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(3 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 503]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 503]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2872 a r:Inference; + r:gives { + 504 :numberToDigits (0 5 0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(504 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(504 1000) math:remainder 504}] + [ a r:Fact; r:gives {(504 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(504 100) math:remainder 4}] + [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(4 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 504]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 504]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2873 a r:Inference; + r:gives { + 505 :numberToDigits (0 5 0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(505 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(505 1000) math:remainder 505}] + [ a r:Fact; r:gives {(505 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(505 100) math:remainder 5}] + [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(5 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 505]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 505]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2874 a r:Inference; + r:gives { + 506 :numberToDigits (0 5 0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(506 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(506 1000) math:remainder 506}] + [ a r:Fact; r:gives {(506 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(506 100) math:remainder 6}] + [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(6 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 506]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 506]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2875 a r:Inference; + r:gives { + 507 :numberToDigits (0 5 0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(507 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(507 1000) math:remainder 507}] + [ a r:Fact; r:gives {(507 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(507 100) math:remainder 7}] + [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(7 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 507]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 507]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2876 a r:Inference; + r:gives { + 508 :numberToDigits (0 5 0 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(508 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(508 1000) math:remainder 508}] + [ a r:Fact; r:gives {(508 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(508 100) math:remainder 8}] + [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(8 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 508]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 508]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2877 a r:Inference; + r:gives { + 509 :numberToDigits (0 5 0 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(509 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(509 1000) math:remainder 509}] + [ a r:Fact; r:gives {(509 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(509 100) math:remainder 9}] + [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(9 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 509]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 509]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2878 a r:Inference; + r:gives { + 510 :numberToDigits (0 5 1 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(510 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(510 1000) math:remainder 510}] + [ a r:Fact; r:gives {(510 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(510 100) math:remainder 10}] + [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(10 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 510]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2879 a r:Inference; + r:gives { + 511 :numberToDigits (0 5 1 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(511 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(511 1000) math:remainder 511}] + [ a r:Fact; r:gives {(511 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(511 100) math:remainder 11}] + [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(11 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 511]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 511]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2880 a r:Inference; + r:gives { + 512 :numberToDigits (0 5 1 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(512 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(512 1000) math:remainder 512}] + [ a r:Fact; r:gives {(512 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(512 100) math:remainder 12}] + [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(12 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 512]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 512]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2881 a r:Inference; + r:gives { + 513 :numberToDigits (0 5 1 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(513 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(513 1000) math:remainder 513}] + [ a r:Fact; r:gives {(513 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(513 100) math:remainder 13}] + [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(13 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 513]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 513]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2882 a r:Inference; + r:gives { + 514 :numberToDigits (0 5 1 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(514 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(514 1000) math:remainder 514}] + [ a r:Fact; r:gives {(514 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(514 100) math:remainder 14}] + [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(14 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 514]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 514]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2883 a r:Inference; + r:gives { + 515 :numberToDigits (0 5 1 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(515 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(515 1000) math:remainder 515}] + [ a r:Fact; r:gives {(515 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(515 100) math:remainder 15}] + [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(15 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 515]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 515]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2884 a r:Inference; + r:gives { + 516 :numberToDigits (0 5 1 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(516 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(516 1000) math:remainder 516}] + [ a r:Fact; r:gives {(516 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(516 100) math:remainder 16}] + [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(16 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 516]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 516]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2885 a r:Inference; + r:gives { + 517 :numberToDigits (0 5 1 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(517 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(517 1000) math:remainder 517}] + [ a r:Fact; r:gives {(517 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(517 100) math:remainder 17}] + [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(17 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 517]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 517]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2886 a r:Inference; + r:gives { + 518 :numberToDigits (0 5 1 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(518 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(518 1000) math:remainder 518}] + [ a r:Fact; r:gives {(518 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(518 100) math:remainder 18}] + [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(18 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 518]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 518]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2887 a r:Inference; + r:gives { + 519 :numberToDigits (0 5 1 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(519 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(519 1000) math:remainder 519}] + [ a r:Fact; r:gives {(519 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(519 100) math:remainder 19}] + [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(19 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 519]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 519]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2888 a r:Inference; + r:gives { + 520 :numberToDigits (0 5 2 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(520 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(520 1000) math:remainder 520}] + [ a r:Fact; r:gives {(520 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(520 100) math:remainder 20}] + [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(20 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 520]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2889 a r:Inference; + r:gives { + 521 :numberToDigits (0 5 2 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(521 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(521 1000) math:remainder 521}] + [ a r:Fact; r:gives {(521 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(521 100) math:remainder 21}] + [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(21 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 521]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 521]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2890 a r:Inference; + r:gives { + 522 :numberToDigits (0 5 2 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(522 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(522 1000) math:remainder 522}] + [ a r:Fact; r:gives {(522 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(522 100) math:remainder 22}] + [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(22 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 522]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 522]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2891 a r:Inference; + r:gives { + 523 :numberToDigits (0 5 2 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(523 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(523 1000) math:remainder 523}] + [ a r:Fact; r:gives {(523 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(523 100) math:remainder 23}] + [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(23 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 523]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 523]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2892 a r:Inference; + r:gives { + 524 :numberToDigits (0 5 2 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(524 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(524 1000) math:remainder 524}] + [ a r:Fact; r:gives {(524 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(524 100) math:remainder 24}] + [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(24 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 524]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2893 a r:Inference; + r:gives { + 525 :numberToDigits (0 5 2 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(525 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(525 1000) math:remainder 525}] + [ a r:Fact; r:gives {(525 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(525 100) math:remainder 25}] + [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(25 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 525]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 525]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2894 a r:Inference; + r:gives { + 526 :numberToDigits (0 5 2 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(526 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(526 1000) math:remainder 526}] + [ a r:Fact; r:gives {(526 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(526 100) math:remainder 26}] + [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(26 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 526]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 526]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2895 a r:Inference; + r:gives { + 527 :numberToDigits (0 5 2 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(527 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(527 1000) math:remainder 527}] + [ a r:Fact; r:gives {(527 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(527 100) math:remainder 27}] + [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(27 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 527]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 527]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2896 a r:Inference; + r:gives { + 528 :numberToDigits (0 5 2 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(528 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(528 1000) math:remainder 528}] + [ a r:Fact; r:gives {(528 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(528 100) math:remainder 28}] + [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(28 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 528]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 528]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2897 a r:Inference; + r:gives { + 529 :numberToDigits (0 5 2 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(529 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(529 1000) math:remainder 529}] + [ a r:Fact; r:gives {(529 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(529 100) math:remainder 29}] + [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(29 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 529]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 529]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2898 a r:Inference; + r:gives { + 530 :numberToDigits (0 5 3 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(530 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(530 1000) math:remainder 530}] + [ a r:Fact; r:gives {(530 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(530 100) math:remainder 30}] + [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(30 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 530]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2899 a r:Inference; + r:gives { + 531 :numberToDigits (0 5 3 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(531 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(531 1000) math:remainder 531}] + [ a r:Fact; r:gives {(531 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(531 100) math:remainder 31}] + [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(31 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 531]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2900 a r:Inference; + r:gives { + 532 :numberToDigits (0 5 3 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(532 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(532 1000) math:remainder 532}] + [ a r:Fact; r:gives {(532 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(532 100) math:remainder 32}] + [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(32 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 532]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2901 a r:Inference; + r:gives { + 533 :numberToDigits (0 5 3 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(533 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(533 1000) math:remainder 533}] + [ a r:Fact; r:gives {(533 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(533 100) math:remainder 33}] + [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(33 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 533]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2902 a r:Inference; + r:gives { + 534 :numberToDigits (0 5 3 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(534 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(534 1000) math:remainder 534}] + [ a r:Fact; r:gives {(534 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(534 100) math:remainder 34}] + [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(34 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 534]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 534]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2903 a r:Inference; + r:gives { + 535 :numberToDigits (0 5 3 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(535 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(535 1000) math:remainder 535}] + [ a r:Fact; r:gives {(535 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(535 100) math:remainder 35}] + [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(35 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 535]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 535]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2904 a r:Inference; + r:gives { + 536 :numberToDigits (0 5 3 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(536 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(536 1000) math:remainder 536}] + [ a r:Fact; r:gives {(536 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(536 100) math:remainder 36}] + [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(36 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 536]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2905 a r:Inference; + r:gives { + 537 :numberToDigits (0 5 3 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(537 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(537 1000) math:remainder 537}] + [ a r:Fact; r:gives {(537 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(537 100) math:remainder 37}] + [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(37 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 537]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 537]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2906 a r:Inference; + r:gives { + 538 :numberToDigits (0 5 3 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(538 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(538 1000) math:remainder 538}] + [ a r:Fact; r:gives {(538 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(538 100) math:remainder 38}] + [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(38 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 538]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 538]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2907 a r:Inference; + r:gives { + 539 :numberToDigits (0 5 3 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(539 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(539 1000) math:remainder 539}] + [ a r:Fact; r:gives {(539 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(539 100) math:remainder 39}] + [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(39 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 539]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 539]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2908 a r:Inference; + r:gives { + 540 :numberToDigits (0 5 4 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(540 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(540 1000) math:remainder 540}] + [ a r:Fact; r:gives {(540 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(540 100) math:remainder 40}] + [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(40 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 540]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2909 a r:Inference; + r:gives { + 541 :numberToDigits (0 5 4 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(541 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(541 1000) math:remainder 541}] + [ a r:Fact; r:gives {(541 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(541 100) math:remainder 41}] + [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(41 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 541]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 541]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2910 a r:Inference; + r:gives { + 542 :numberToDigits (0 5 4 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(542 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(542 1000) math:remainder 542}] + [ a r:Fact; r:gives {(542 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(542 100) math:remainder 42}] + [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(42 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 542]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 542]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2911 a r:Inference; + r:gives { + 543 :numberToDigits (0 5 4 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(543 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(543 1000) math:remainder 543}] + [ a r:Fact; r:gives {(543 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(543 100) math:remainder 43}] + [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(43 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 543]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 543]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2912 a r:Inference; + r:gives { + 544 :numberToDigits (0 5 4 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(544 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(544 1000) math:remainder 544}] + [ a r:Fact; r:gives {(544 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(544 100) math:remainder 44}] + [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(44 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 544]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 544]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2913 a r:Inference; + r:gives { + 545 :numberToDigits (0 5 4 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(545 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(545 1000) math:remainder 545}] + [ a r:Fact; r:gives {(545 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(545 100) math:remainder 45}] + [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(45 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 545]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 545]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2914 a r:Inference; + r:gives { + 546 :numberToDigits (0 5 4 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(546 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(546 1000) math:remainder 546}] + [ a r:Fact; r:gives {(546 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(546 100) math:remainder 46}] + [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(46 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 546]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 546]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2915 a r:Inference; + r:gives { + 547 :numberToDigits (0 5 4 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(547 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(547 1000) math:remainder 547}] + [ a r:Fact; r:gives {(547 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(547 100) math:remainder 47}] + [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(47 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 547]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 547]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2916 a r:Inference; + r:gives { + 548 :numberToDigits (0 5 4 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(548 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(548 1000) math:remainder 548}] + [ a r:Fact; r:gives {(548 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(548 100) math:remainder 48}] + [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(48 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 548]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 548]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2917 a r:Inference; + r:gives { + 549 :numberToDigits (0 5 4 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(549 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(549 1000) math:remainder 549}] + [ a r:Fact; r:gives {(549 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(549 100) math:remainder 49}] + [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(49 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 549]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 549]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2918 a r:Inference; + r:gives { + 550 :numberToDigits (0 5 5 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(550 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(550 1000) math:remainder 550}] + [ a r:Fact; r:gives {(550 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(550 100) math:remainder 50}] + [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(50 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2919 a r:Inference; + r:gives { + 551 :numberToDigits (0 5 5 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(551 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(551 1000) math:remainder 551}] + [ a r:Fact; r:gives {(551 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(551 100) math:remainder 51}] + [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(51 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 551]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 551]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2920 a r:Inference; + r:gives { + 552 :numberToDigits (0 5 5 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(552 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(552 1000) math:remainder 552}] + [ a r:Fact; r:gives {(552 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(552 100) math:remainder 52}] + [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(52 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 552]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 552]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2921 a r:Inference; + r:gives { + 553 :numberToDigits (0 5 5 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(553 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(553 1000) math:remainder 553}] + [ a r:Fact; r:gives {(553 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(553 100) math:remainder 53}] + [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(53 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 553]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 553]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2922 a r:Inference; + r:gives { + 554 :numberToDigits (0 5 5 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(554 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(554 1000) math:remainder 554}] + [ a r:Fact; r:gives {(554 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(554 100) math:remainder 54}] + [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(54 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 554]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 554]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2923 a r:Inference; + r:gives { + 555 :numberToDigits (0 5 5 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(555 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(555 1000) math:remainder 555}] + [ a r:Fact; r:gives {(555 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(555 100) math:remainder 55}] + [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(55 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 555]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 555]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2924 a r:Inference; + r:gives { + (0 5 5 5) :digitsToNumber 555 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 500 50 5) math:sum 555}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 555]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3439. + +skolem:lemma2925 a r:Inference; + r:gives { + (5 5 5 0) :digitsToNumber 5550 . + }; + r:evidence ( + [ a r:Fact; r:gives {(5 1000) math:product 5000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(5000 500 50 0) math:sum 5550}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2926 a r:Inference; + r:gives { + 556 :numberToDigits (0 5 5 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(556 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(556 1000) math:remainder 556}] + [ a r:Fact; r:gives {(556 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(556 100) math:remainder 56}] + [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(56 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2927 a r:Inference; + r:gives { + (0 5 5 6) :digitsToNumber 556 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 500 50 6) math:sum 556}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 556]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2928 a r:Inference; + r:gives { + (6 5 5 0) :digitsToNumber 6550 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(6000 500 50 0) math:sum 6550}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2929 a r:Inference; + r:gives { + 557 :numberToDigits (0 5 5 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(557 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(557 1000) math:remainder 557}] + [ a r:Fact; r:gives {(557 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(557 100) math:remainder 57}] + [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(57 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2930 a r:Inference; + r:gives { + (0 5 5 7) :digitsToNumber 557 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 500 50 7) math:sum 557}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 557]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2931 a r:Inference; + r:gives { + (7 5 5 0) :digitsToNumber 7550 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(7000 500 50 0) math:sum 7550}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2932 a r:Inference; + r:gives { + 558 :numberToDigits (0 5 5 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(558 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(558 1000) math:remainder 558}] + [ a r:Fact; r:gives {(558 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(558 100) math:remainder 58}] + [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(58 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2933 a r:Inference; + r:gives { + (0 5 5 8) :digitsToNumber 558 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 500 50 8) math:sum 558}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 558]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2934 a r:Inference; + r:gives { + (8 5 5 0) :digitsToNumber 8550 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(8000 500 50 0) math:sum 8550}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2935 a r:Inference; + r:gives { + 559 :numberToDigits (0 5 5 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(559 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(559 1000) math:remainder 559}] + [ a r:Fact; r:gives {(559 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(559 100) math:remainder 59}] + [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(59 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2936 a r:Inference; + r:gives { + (0 5 5 9) :digitsToNumber 559 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(0 500 50 9) math:sum 559}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 559]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2937 a r:Inference; + r:gives { + (9 5 5 0) :digitsToNumber 9550 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(9000 500 50 0) math:sum 9550}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9550]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2938 a r:Inference; + r:gives { + 560 :numberToDigits (0 5 6 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(560 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(560 1000) math:remainder 560}] + [ a r:Fact; r:gives {(560 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(560 100) math:remainder 60}] + [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(60 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 560]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 560]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2939 a r:Inference; + r:gives { + 561 :numberToDigits (0 5 6 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(561 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(561 1000) math:remainder 561}] + [ a r:Fact; r:gives {(561 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(561 100) math:remainder 61}] + [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(61 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 561]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 561]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2940 a r:Inference; + r:gives { + 562 :numberToDigits (0 5 6 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(562 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(562 1000) math:remainder 562}] + [ a r:Fact; r:gives {(562 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(562 100) math:remainder 62}] + [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(62 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 562]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 562]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2941 a r:Inference; + r:gives { + 563 :numberToDigits (0 5 6 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(563 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(563 1000) math:remainder 563}] + [ a r:Fact; r:gives {(563 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(563 100) math:remainder 63}] + [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(63 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 563]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 563]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2942 a r:Inference; + r:gives { + 564 :numberToDigits (0 5 6 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(564 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(564 1000) math:remainder 564}] + [ a r:Fact; r:gives {(564 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(564 100) math:remainder 64}] + [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(64 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 564]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 564]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2943 a r:Inference; + r:gives { + 565 :numberToDigits (0 5 6 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(565 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(565 1000) math:remainder 565}] + [ a r:Fact; r:gives {(565 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(565 100) math:remainder 65}] + [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(65 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 565]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 565]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2944 a r:Inference; + r:gives { + 566 :numberToDigits (0 5 6 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(566 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(566 1000) math:remainder 566}] + [ a r:Fact; r:gives {(566 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(566 100) math:remainder 66}] + [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(66 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2945 a r:Inference; + r:gives { + (0 5 6 6) :digitsToNumber 566 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 500 60 6) math:sum 566}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 566]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma2946 a r:Inference; + r:gives { + (6 6 5 0) :digitsToNumber 6650 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(6000 600 50 0) math:sum 6650}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2947 a r:Inference; + r:gives { + 567 :numberToDigits (0 5 6 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(567 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(567 1000) math:remainder 567}] + [ a r:Fact; r:gives {(567 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(567 100) math:remainder 67}] + [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(67 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2948 a r:Inference; + r:gives { + (0 5 6 7) :digitsToNumber 567 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 500 60 7) math:sum 567}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 567]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2949 a r:Inference; + r:gives { + (7 6 5 0) :digitsToNumber 7650 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(7000 600 50 0) math:sum 7650}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2950 a r:Inference; + r:gives { + 568 :numberToDigits (0 5 6 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(568 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(568 1000) math:remainder 568}] + [ a r:Fact; r:gives {(568 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(568 100) math:remainder 68}] + [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(68 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2951 a r:Inference; + r:gives { + (0 5 6 8) :digitsToNumber 568 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 500 60 8) math:sum 568}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 568]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2952 a r:Inference; + r:gives { + (8 6 5 0) :digitsToNumber 8650 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(8000 600 50 0) math:sum 8650}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2953 a r:Inference; + r:gives { + 569 :numberToDigits (0 5 6 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(569 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(569 1000) math:remainder 569}] + [ a r:Fact; r:gives {(569 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(569 100) math:remainder 69}] + [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(69 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2954 a r:Inference; + r:gives { + (0 5 6 9) :digitsToNumber 569 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 500 60 9) math:sum 569}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 569]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2955 a r:Inference; + r:gives { + (9 6 5 0) :digitsToNumber 9650 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(9000 600 50 0) math:sum 9650}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2956 a r:Inference; + r:gives { + 570 :numberToDigits (0 5 7 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(570 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(570 1000) math:remainder 570}] + [ a r:Fact; r:gives {(570 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(570 100) math:remainder 70}] + [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(70 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 570]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 570]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2957 a r:Inference; + r:gives { + 571 :numberToDigits (0 5 7 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(571 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(571 1000) math:remainder 571}] + [ a r:Fact; r:gives {(571 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(571 100) math:remainder 71}] + [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(71 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 571]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 571]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2958 a r:Inference; + r:gives { + 572 :numberToDigits (0 5 7 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(572 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(572 1000) math:remainder 572}] + [ a r:Fact; r:gives {(572 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(572 100) math:remainder 72}] + [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(72 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 572]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 572]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2959 a r:Inference; + r:gives { + 573 :numberToDigits (0 5 7 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(573 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(573 1000) math:remainder 573}] + [ a r:Fact; r:gives {(573 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(573 100) math:remainder 73}] + [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(73 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 573]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 573]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2960 a r:Inference; + r:gives { + 574 :numberToDigits (0 5 7 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(574 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(574 1000) math:remainder 574}] + [ a r:Fact; r:gives {(574 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(574 100) math:remainder 74}] + [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(74 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 574]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 574]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2961 a r:Inference; + r:gives { + 575 :numberToDigits (0 5 7 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(575 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(575 1000) math:remainder 575}] + [ a r:Fact; r:gives {(575 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(575 100) math:remainder 75}] + [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(75 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 575]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 575]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2962 a r:Inference; + r:gives { + 576 :numberToDigits (0 5 7 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(576 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(576 1000) math:remainder 576}] + [ a r:Fact; r:gives {(576 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(576 100) math:remainder 76}] + [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(76 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 576]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 576]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2963 a r:Inference; + r:gives { + 577 :numberToDigits (0 5 7 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(577 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(577 1000) math:remainder 577}] + [ a r:Fact; r:gives {(577 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(577 100) math:remainder 77}] + [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(77 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2964 a r:Inference; + r:gives { + (0 5 7 7) :digitsToNumber 577 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 500 70 7) math:sum 577}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 577]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma2965 a r:Inference; + r:gives { + (7 7 5 0) :digitsToNumber 7750 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(7000 700 50 0) math:sum 7750}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2966 a r:Inference; + r:gives { + 578 :numberToDigits (0 5 7 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(578 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(578 1000) math:remainder 578}] + [ a r:Fact; r:gives {(578 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(578 100) math:remainder 78}] + [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(78 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2967 a r:Inference; + r:gives { + (0 5 7 8) :digitsToNumber 578 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 500 70 8) math:sum 578}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 578]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2968 a r:Inference; + r:gives { + (8 7 5 0) :digitsToNumber 8750 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(8000 700 50 0) math:sum 8750}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2969 a r:Inference; + r:gives { + 579 :numberToDigits (0 5 7 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(579 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(579 1000) math:remainder 579}] + [ a r:Fact; r:gives {(579 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(579 100) math:remainder 79}] + [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(79 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2970 a r:Inference; + r:gives { + (0 5 7 9) :digitsToNumber 579 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 500 70 9) math:sum 579}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 579]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2971 a r:Inference; + r:gives { + (9 7 5 0) :digitsToNumber 9750 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(9000 700 50 0) math:sum 9750}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2972 a r:Inference; + r:gives { + 580 :numberToDigits (0 5 8 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(580 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(580 1000) math:remainder 580}] + [ a r:Fact; r:gives {(580 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(580 100) math:remainder 80}] + [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(80 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 580]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 580]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2973 a r:Inference; + r:gives { + 581 :numberToDigits (0 5 8 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(581 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(581 1000) math:remainder 581}] + [ a r:Fact; r:gives {(581 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(581 100) math:remainder 81}] + [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(81 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 581]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 581]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2974 a r:Inference; + r:gives { + 582 :numberToDigits (0 5 8 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(582 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(582 1000) math:remainder 582}] + [ a r:Fact; r:gives {(582 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(582 100) math:remainder 82}] + [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(82 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 582]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 582]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2975 a r:Inference; + r:gives { + 583 :numberToDigits (0 5 8 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(583 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(583 1000) math:remainder 583}] + [ a r:Fact; r:gives {(583 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(583 100) math:remainder 83}] + [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(83 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 583]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 583]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2976 a r:Inference; + r:gives { + 584 :numberToDigits (0 5 8 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(584 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(584 1000) math:remainder 584}] + [ a r:Fact; r:gives {(584 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(584 100) math:remainder 84}] + [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(84 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 584]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 584]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2977 a r:Inference; + r:gives { + 585 :numberToDigits (0 5 8 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(585 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(585 1000) math:remainder 585}] + [ a r:Fact; r:gives {(585 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(585 100) math:remainder 85}] + [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(85 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 585]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 585]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2978 a r:Inference; + r:gives { + 586 :numberToDigits (0 5 8 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(586 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(586 1000) math:remainder 586}] + [ a r:Fact; r:gives {(586 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(586 100) math:remainder 86}] + [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(86 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 586]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 586]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2979 a r:Inference; + r:gives { + 587 :numberToDigits (0 5 8 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(587 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(587 1000) math:remainder 587}] + [ a r:Fact; r:gives {(587 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(587 100) math:remainder 87}] + [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(87 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 587]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 587]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2980 a r:Inference; + r:gives { + 588 :numberToDigits (0 5 8 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(588 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(588 1000) math:remainder 588}] + [ a r:Fact; r:gives {(588 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(588 100) math:remainder 88}] + [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(88 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2981 a r:Inference; + r:gives { + (0 5 8 8) :digitsToNumber 588 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 500 80 8) math:sum 588}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 588]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma2982 a r:Inference; + r:gives { + (8 8 5 0) :digitsToNumber 8850 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(8000 800 50 0) math:sum 8850}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2983 a r:Inference; + r:gives { + 589 :numberToDigits (0 5 8 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(589 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(589 1000) math:remainder 589}] + [ a r:Fact; r:gives {(589 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(589 100) math:remainder 89}] + [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(89 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2984 a r:Inference; + r:gives { + (0 5 8 9) :digitsToNumber 589 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 500 80 9) math:sum 589}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 589]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2985 a r:Inference; + r:gives { + (9 8 5 0) :digitsToNumber 9850 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(9000 800 50 0) math:sum 9850}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2986 a r:Inference; + r:gives { + 590 :numberToDigits (0 5 9 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(590 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(590 1000) math:remainder 590}] + [ a r:Fact; r:gives {(590 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(590 100) math:remainder 90}] + [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(90 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 590]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 590]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2987 a r:Inference; + r:gives { + 591 :numberToDigits (0 5 9 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(591 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(591 1000) math:remainder 591}] + [ a r:Fact; r:gives {(591 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(591 100) math:remainder 91}] + [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(91 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 591]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 591]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma2988 a r:Inference; + r:gives { + 592 :numberToDigits (0 5 9 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(592 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(592 1000) math:remainder 592}] + [ a r:Fact; r:gives {(592 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(592 100) math:remainder 92}] + [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(92 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 592]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 592]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma2989 a r:Inference; + r:gives { + 593 :numberToDigits (0 5 9 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(593 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(593 1000) math:remainder 593}] + [ a r:Fact; r:gives {(593 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(593 100) math:remainder 93}] + [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(93 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 593]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 593]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma2990 a r:Inference; + r:gives { + 594 :numberToDigits (0 5 9 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(594 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(594 1000) math:remainder 594}] + [ a r:Fact; r:gives {(594 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(594 100) math:remainder 94}] + [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(94 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 594]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 594]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma2991 a r:Inference; + r:gives { + 595 :numberToDigits (0 5 9 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(595 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(595 1000) math:remainder 595}] + [ a r:Fact; r:gives {(595 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(595 100) math:remainder 95}] + [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(95 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 595]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 595]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma2992 a r:Inference; + r:gives { + 596 :numberToDigits (0 5 9 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(596 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(596 1000) math:remainder 596}] + [ a r:Fact; r:gives {(596 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(596 100) math:remainder 96}] + [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(96 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 596]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 596]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma2993 a r:Inference; + r:gives { + 597 :numberToDigits (0 5 9 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(597 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(597 1000) math:remainder 597}] + [ a r:Fact; r:gives {(597 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(597 100) math:remainder 97}] + [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(97 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 597]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 597]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma2994 a r:Inference; + r:gives { + 598 :numberToDigits (0 5 9 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(598 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(598 1000) math:remainder 598}] + [ a r:Fact; r:gives {(598 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(598 100) math:remainder 98}] + [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(98 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 598]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 598]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma2995 a r:Inference; + r:gives { + 599 :numberToDigits (0 5 9 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(599 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(599 1000) math:remainder 599}] + [ a r:Fact; r:gives {(599 100) math:integerQuotient 5}] + [ a r:Fact; r:gives {(599 100) math:remainder 99}] + [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(99 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma2996 a r:Inference; + r:gives { + (0 5 9 9) :digitsToNumber 599 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(5 100) math:product 500}] + [ a r:Fact; r:gives {(9 10) math:product 90}] + [ a r:Fact; r:gives {(0 500 90 9) math:sum 599}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 599]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma2997 a r:Inference; + r:gives { + (9 9 5 0) :digitsToNumber 9950 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(9 100) math:product 900}] + [ a r:Fact; r:gives {(5 10) math:product 50}] + [ a r:Fact; r:gives {(9000 900 50 0) math:sum 9950}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma2998 a r:Inference; + r:gives { + 600 :numberToDigits (0 6 0 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(600 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(600 1000) math:remainder 600}] + [ a r:Fact; r:gives {(600 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(600 100) math:remainder 0}] + [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(0 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma2999 a r:Inference; + r:gives { + 601 :numberToDigits (0 6 0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(601 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(601 1000) math:remainder 601}] + [ a r:Fact; r:gives {(601 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(601 100) math:remainder 1}] + [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 601]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 601]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3000 a r:Inference; + r:gives { + 602 :numberToDigits (0 6 0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(602 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(602 1000) math:remainder 602}] + [ a r:Fact; r:gives {(602 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(602 100) math:remainder 2}] + [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 602]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 602]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3001 a r:Inference; + r:gives { + 603 :numberToDigits (0 6 0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(603 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(603 1000) math:remainder 603}] + [ a r:Fact; r:gives {(603 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(603 100) math:remainder 3}] + [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(3 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 603]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 603]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3002 a r:Inference; + r:gives { + 604 :numberToDigits (0 6 0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(604 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(604 1000) math:remainder 604}] + [ a r:Fact; r:gives {(604 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(604 100) math:remainder 4}] + [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(4 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 604]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 604]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3003 a r:Inference; + r:gives { + 605 :numberToDigits (0 6 0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(605 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(605 1000) math:remainder 605}] + [ a r:Fact; r:gives {(605 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(605 100) math:remainder 5}] + [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(5 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 605]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 605]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3004 a r:Inference; + r:gives { + 606 :numberToDigits (0 6 0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(606 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(606 1000) math:remainder 606}] + [ a r:Fact; r:gives {(606 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(606 100) math:remainder 6}] + [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(6 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 606]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 606]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3005 a r:Inference; + r:gives { + 607 :numberToDigits (0 6 0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(607 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(607 1000) math:remainder 607}] + [ a r:Fact; r:gives {(607 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(607 100) math:remainder 7}] + [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(7 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 607]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 607]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3006 a r:Inference; + r:gives { + 608 :numberToDigits (0 6 0 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(608 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(608 1000) math:remainder 608}] + [ a r:Fact; r:gives {(608 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(608 100) math:remainder 8}] + [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(8 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 608]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 608]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3007 a r:Inference; + r:gives { + 609 :numberToDigits (0 6 0 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(609 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(609 1000) math:remainder 609}] + [ a r:Fact; r:gives {(609 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(609 100) math:remainder 9}] + [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(9 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 609]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 609]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3008 a r:Inference; + r:gives { + 610 :numberToDigits (0 6 1 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(610 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(610 1000) math:remainder 610}] + [ a r:Fact; r:gives {(610 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(610 100) math:remainder 10}] + [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(10 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 610]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3009 a r:Inference; + r:gives { + 611 :numberToDigits (0 6 1 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(611 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(611 1000) math:remainder 611}] + [ a r:Fact; r:gives {(611 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(611 100) math:remainder 11}] + [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(11 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 611]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 611]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3010 a r:Inference; + r:gives { + 612 :numberToDigits (0 6 1 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(612 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(612 1000) math:remainder 612}] + [ a r:Fact; r:gives {(612 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(612 100) math:remainder 12}] + [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(12 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 612]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 612]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3011 a r:Inference; + r:gives { + 613 :numberToDigits (0 6 1 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(613 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(613 1000) math:remainder 613}] + [ a r:Fact; r:gives {(613 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(613 100) math:remainder 13}] + [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(13 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 613]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 613]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3012 a r:Inference; + r:gives { + 614 :numberToDigits (0 6 1 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(614 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(614 1000) math:remainder 614}] + [ a r:Fact; r:gives {(614 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(614 100) math:remainder 14}] + [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(14 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 614]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 614]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3013 a r:Inference; + r:gives { + 615 :numberToDigits (0 6 1 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(615 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(615 1000) math:remainder 615}] + [ a r:Fact; r:gives {(615 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(615 100) math:remainder 15}] + [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(15 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 615]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 615]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3014 a r:Inference; + r:gives { + 616 :numberToDigits (0 6 1 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(616 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(616 1000) math:remainder 616}] + [ a r:Fact; r:gives {(616 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(616 100) math:remainder 16}] + [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(16 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 616]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 616]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3015 a r:Inference; + r:gives { + 617 :numberToDigits (0 6 1 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(617 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(617 1000) math:remainder 617}] + [ a r:Fact; r:gives {(617 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(617 100) math:remainder 17}] + [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(17 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 617]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 617]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3016 a r:Inference; + r:gives { + 618 :numberToDigits (0 6 1 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(618 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(618 1000) math:remainder 618}] + [ a r:Fact; r:gives {(618 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(618 100) math:remainder 18}] + [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(18 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 618]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 618]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3017 a r:Inference; + r:gives { + 619 :numberToDigits (0 6 1 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(619 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(619 1000) math:remainder 619}] + [ a r:Fact; r:gives {(619 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(619 100) math:remainder 19}] + [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(19 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 619]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 619]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3018 a r:Inference; + r:gives { + 620 :numberToDigits (0 6 2 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(620 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(620 1000) math:remainder 620}] + [ a r:Fact; r:gives {(620 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(620 100) math:remainder 20}] + [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(20 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 620]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3019 a r:Inference; + r:gives { + 621 :numberToDigits (0 6 2 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(621 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(621 1000) math:remainder 621}] + [ a r:Fact; r:gives {(621 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(621 100) math:remainder 21}] + [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(21 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 621]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3020 a r:Inference; + r:gives { + 622 :numberToDigits (0 6 2 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(622 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(622 1000) math:remainder 622}] + [ a r:Fact; r:gives {(622 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(622 100) math:remainder 22}] + [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(22 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 622]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3021 a r:Inference; + r:gives { + 623 :numberToDigits (0 6 2 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(623 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(623 1000) math:remainder 623}] + [ a r:Fact; r:gives {(623 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(623 100) math:remainder 23}] + [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(23 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 623]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 623]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3022 a r:Inference; + r:gives { + 624 :numberToDigits (0 6 2 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(624 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(624 1000) math:remainder 624}] + [ a r:Fact; r:gives {(624 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(624 100) math:remainder 24}] + [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(24 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 624]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 624]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3023 a r:Inference; + r:gives { + 625 :numberToDigits (0 6 2 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(625 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(625 1000) math:remainder 625}] + [ a r:Fact; r:gives {(625 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(625 100) math:remainder 25}] + [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(25 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 625]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 625]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3024 a r:Inference; + r:gives { + 626 :numberToDigits (0 6 2 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(626 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(626 1000) math:remainder 626}] + [ a r:Fact; r:gives {(626 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(626 100) math:remainder 26}] + [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(26 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 626]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 626]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3025 a r:Inference; + r:gives { + 627 :numberToDigits (0 6 2 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(627 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(627 1000) math:remainder 627}] + [ a r:Fact; r:gives {(627 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(627 100) math:remainder 27}] + [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(27 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 627]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 627]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3026 a r:Inference; + r:gives { + 628 :numberToDigits (0 6 2 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(628 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(628 1000) math:remainder 628}] + [ a r:Fact; r:gives {(628 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(628 100) math:remainder 28}] + [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(28 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 628]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 628]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3027 a r:Inference; + r:gives { + 629 :numberToDigits (0 6 2 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(629 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(629 1000) math:remainder 629}] + [ a r:Fact; r:gives {(629 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(629 100) math:remainder 29}] + [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(29 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 629]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 629]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3028 a r:Inference; + r:gives { + 630 :numberToDigits (0 6 3 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(630 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(630 1000) math:remainder 630}] + [ a r:Fact; r:gives {(630 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(630 100) math:remainder 30}] + [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(30 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 630]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3029 a r:Inference; + r:gives { + 631 :numberToDigits (0 6 3 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(631 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(631 1000) math:remainder 631}] + [ a r:Fact; r:gives {(631 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(631 100) math:remainder 31}] + [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(31 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 631]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 631]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3030 a r:Inference; + r:gives { + 632 :numberToDigits (0 6 3 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(632 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(632 1000) math:remainder 632}] + [ a r:Fact; r:gives {(632 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(632 100) math:remainder 32}] + [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(32 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 632]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 632]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3031 a r:Inference; + r:gives { + 633 :numberToDigits (0 6 3 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(633 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(633 1000) math:remainder 633}] + [ a r:Fact; r:gives {(633 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(633 100) math:remainder 33}] + [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(33 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 633]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 633]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3032 a r:Inference; + r:gives { + 634 :numberToDigits (0 6 3 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(634 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(634 1000) math:remainder 634}] + [ a r:Fact; r:gives {(634 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(634 100) math:remainder 34}] + [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(34 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 634]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 634]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3033 a r:Inference; + r:gives { + 635 :numberToDigits (0 6 3 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(635 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(635 1000) math:remainder 635}] + [ a r:Fact; r:gives {(635 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(635 100) math:remainder 35}] + [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(35 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 635]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 635]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3034 a r:Inference; + r:gives { + 636 :numberToDigits (0 6 3 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(636 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(636 1000) math:remainder 636}] + [ a r:Fact; r:gives {(636 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(636 100) math:remainder 36}] + [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(36 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 636]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 636]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3035 a r:Inference; + r:gives { + 637 :numberToDigits (0 6 3 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(637 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(637 1000) math:remainder 637}] + [ a r:Fact; r:gives {(637 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(637 100) math:remainder 37}] + [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(37 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 637]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 637]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3036 a r:Inference; + r:gives { + 638 :numberToDigits (0 6 3 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(638 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(638 1000) math:remainder 638}] + [ a r:Fact; r:gives {(638 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(638 100) math:remainder 38}] + [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(38 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 638]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 638]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3037 a r:Inference; + r:gives { + 639 :numberToDigits (0 6 3 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(639 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(639 1000) math:remainder 639}] + [ a r:Fact; r:gives {(639 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(639 100) math:remainder 39}] + [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(39 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 639]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 639]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3038 a r:Inference; + r:gives { + 640 :numberToDigits (0 6 4 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(640 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(640 1000) math:remainder 640}] + [ a r:Fact; r:gives {(640 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(640 100) math:remainder 40}] + [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(40 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 640]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3039 a r:Inference; + r:gives { + 641 :numberToDigits (0 6 4 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(641 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(641 1000) math:remainder 641}] + [ a r:Fact; r:gives {(641 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(641 100) math:remainder 41}] + [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(41 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 641]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 641]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3040 a r:Inference; + r:gives { + 642 :numberToDigits (0 6 4 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(642 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(642 1000) math:remainder 642}] + [ a r:Fact; r:gives {(642 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(642 100) math:remainder 42}] + [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(42 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 642]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 642]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3041 a r:Inference; + r:gives { + 643 :numberToDigits (0 6 4 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(643 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(643 1000) math:remainder 643}] + [ a r:Fact; r:gives {(643 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(643 100) math:remainder 43}] + [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(43 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 643]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 643]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3042 a r:Inference; + r:gives { + 644 :numberToDigits (0 6 4 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(644 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(644 1000) math:remainder 644}] + [ a r:Fact; r:gives {(644 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(644 100) math:remainder 44}] + [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(44 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 644]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 644]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3043 a r:Inference; + r:gives { + 645 :numberToDigits (0 6 4 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(645 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(645 1000) math:remainder 645}] + [ a r:Fact; r:gives {(645 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(645 100) math:remainder 45}] + [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(45 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 645]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 645]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3044 a r:Inference; + r:gives { + 646 :numberToDigits (0 6 4 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(646 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(646 1000) math:remainder 646}] + [ a r:Fact; r:gives {(646 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(646 100) math:remainder 46}] + [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(46 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 646]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 646]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3045 a r:Inference; + r:gives { + 647 :numberToDigits (0 6 4 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(647 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(647 1000) math:remainder 647}] + [ a r:Fact; r:gives {(647 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(647 100) math:remainder 47}] + [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(47 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 647]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 647]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3046 a r:Inference; + r:gives { + 648 :numberToDigits (0 6 4 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(648 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(648 1000) math:remainder 648}] + [ a r:Fact; r:gives {(648 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(648 100) math:remainder 48}] + [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(48 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 648]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 648]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3047 a r:Inference; + r:gives { + 649 :numberToDigits (0 6 4 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(649 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(649 1000) math:remainder 649}] + [ a r:Fact; r:gives {(649 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(649 100) math:remainder 49}] + [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(49 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 649]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 649]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3048 a r:Inference; + r:gives { + 650 :numberToDigits (0 6 5 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(650 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(650 1000) math:remainder 650}] + [ a r:Fact; r:gives {(650 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(650 100) math:remainder 50}] + [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(50 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 650]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3049 a r:Inference; + r:gives { + 651 :numberToDigits (0 6 5 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(651 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(651 1000) math:remainder 651}] + [ a r:Fact; r:gives {(651 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(651 100) math:remainder 51}] + [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(51 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 651]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 651]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3050 a r:Inference; + r:gives { + 652 :numberToDigits (0 6 5 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(652 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(652 1000) math:remainder 652}] + [ a r:Fact; r:gives {(652 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(652 100) math:remainder 52}] + [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(52 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 652]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 652]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3051 a r:Inference; + r:gives { + 653 :numberToDigits (0 6 5 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(653 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(653 1000) math:remainder 653}] + [ a r:Fact; r:gives {(653 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(653 100) math:remainder 53}] + [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(53 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 653]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 653]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3052 a r:Inference; + r:gives { + 654 :numberToDigits (0 6 5 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(654 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(654 1000) math:remainder 654}] + [ a r:Fact; r:gives {(654 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(654 100) math:remainder 54}] + [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(54 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 654]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 654]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3053 a r:Inference; + r:gives { + 655 :numberToDigits (0 6 5 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(655 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(655 1000) math:remainder 655}] + [ a r:Fact; r:gives {(655 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(655 100) math:remainder 55}] + [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(55 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 655]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 655]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3054 a r:Inference; + r:gives { + 656 :numberToDigits (0 6 5 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(656 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(656 1000) math:remainder 656}] + [ a r:Fact; r:gives {(656 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(656 100) math:remainder 56}] + [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(56 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 656]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 656]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3055 a r:Inference; + r:gives { + 657 :numberToDigits (0 6 5 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(657 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(657 1000) math:remainder 657}] + [ a r:Fact; r:gives {(657 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(657 100) math:remainder 57}] + [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(57 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 657]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 657]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3056 a r:Inference; + r:gives { + 658 :numberToDigits (0 6 5 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(658 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(658 1000) math:remainder 658}] + [ a r:Fact; r:gives {(658 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(658 100) math:remainder 58}] + [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(58 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 658]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 658]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3057 a r:Inference; + r:gives { + 659 :numberToDigits (0 6 5 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(659 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(659 1000) math:remainder 659}] + [ a r:Fact; r:gives {(659 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(659 100) math:remainder 59}] + [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(59 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 659]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 659]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3058 a r:Inference; + r:gives { + 660 :numberToDigits (0 6 6 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(660 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(660 1000) math:remainder 660}] + [ a r:Fact; r:gives {(660 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(660 100) math:remainder 60}] + [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(60 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3059 a r:Inference; + r:gives { + 661 :numberToDigits (0 6 6 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(661 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(661 1000) math:remainder 661}] + [ a r:Fact; r:gives {(661 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(661 100) math:remainder 61}] + [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(61 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 661]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 661]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3060 a r:Inference; + r:gives { + 662 :numberToDigits (0 6 6 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(662 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(662 1000) math:remainder 662}] + [ a r:Fact; r:gives {(662 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(662 100) math:remainder 62}] + [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(62 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 662]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 662]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3061 a r:Inference; + r:gives { + 663 :numberToDigits (0 6 6 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(663 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(663 1000) math:remainder 663}] + [ a r:Fact; r:gives {(663 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(663 100) math:remainder 63}] + [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(63 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 663]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 663]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3062 a r:Inference; + r:gives { + 664 :numberToDigits (0 6 6 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(664 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(664 1000) math:remainder 664}] + [ a r:Fact; r:gives {(664 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(664 100) math:remainder 64}] + [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(64 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 664]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 664]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3063 a r:Inference; + r:gives { + 665 :numberToDigits (0 6 6 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(665 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(665 1000) math:remainder 665}] + [ a r:Fact; r:gives {(665 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(665 100) math:remainder 65}] + [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(65 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 665]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 665]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3064 a r:Inference; + r:gives { + 666 :numberToDigits (0 6 6 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(666 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(666 1000) math:remainder 666}] + [ a r:Fact; r:gives {(666 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(666 100) math:remainder 66}] + [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(66 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 666]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 666]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3065 a r:Inference; + r:gives { + (0 6 6 6) :digitsToNumber 666 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 600 60 6) math:sum 666}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 666]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3439. + +skolem:lemma3066 a r:Inference; + r:gives { + (6 6 6 0) :digitsToNumber 6660 . + }; + r:evidence ( + [ a r:Fact; r:gives {(6 1000) math:product 6000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(6000 600 60 0) math:sum 6660}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3067 a r:Inference; + r:gives { + 667 :numberToDigits (0 6 6 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(667 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(667 1000) math:remainder 667}] + [ a r:Fact; r:gives {(667 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(667 100) math:remainder 67}] + [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(67 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3068 a r:Inference; + r:gives { + (0 6 6 7) :digitsToNumber 667 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 600 60 7) math:sum 667}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 667]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma3069 a r:Inference; + r:gives { + (7 6 6 0) :digitsToNumber 7660 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(7000 600 60 0) math:sum 7660}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3070 a r:Inference; + r:gives { + 668 :numberToDigits (0 6 6 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(668 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(668 1000) math:remainder 668}] + [ a r:Fact; r:gives {(668 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(668 100) math:remainder 68}] + [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(68 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3071 a r:Inference; + r:gives { + (0 6 6 8) :digitsToNumber 668 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 600 60 8) math:sum 668}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 668]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma3072 a r:Inference; + r:gives { + (8 6 6 0) :digitsToNumber 8660 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(8000 600 60 0) math:sum 8660}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3073 a r:Inference; + r:gives { + 669 :numberToDigits (0 6 6 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(669 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(669 1000) math:remainder 669}] + [ a r:Fact; r:gives {(669 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(669 100) math:remainder 69}] + [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(69 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3074 a r:Inference; + r:gives { + (0 6 6 9) :digitsToNumber 669 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(0 600 60 9) math:sum 669}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 669]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma3075 a r:Inference; + r:gives { + (9 6 6 0) :digitsToNumber 9660 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(9000 600 60 0) math:sum 9660}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9660]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3076 a r:Inference; + r:gives { + 670 :numberToDigits (0 6 7 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(670 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(670 1000) math:remainder 670}] + [ a r:Fact; r:gives {(670 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(670 100) math:remainder 70}] + [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(70 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 670]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 670]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3077 a r:Inference; + r:gives { + 671 :numberToDigits (0 6 7 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(671 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(671 1000) math:remainder 671}] + [ a r:Fact; r:gives {(671 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(671 100) math:remainder 71}] + [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(71 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 671]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 671]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3078 a r:Inference; + r:gives { + 672 :numberToDigits (0 6 7 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(672 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(672 1000) math:remainder 672}] + [ a r:Fact; r:gives {(672 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(672 100) math:remainder 72}] + [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(72 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 672]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 672]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3079 a r:Inference; + r:gives { + 673 :numberToDigits (0 6 7 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(673 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(673 1000) math:remainder 673}] + [ a r:Fact; r:gives {(673 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(673 100) math:remainder 73}] + [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(73 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 673]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 673]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3080 a r:Inference; + r:gives { + 674 :numberToDigits (0 6 7 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(674 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(674 1000) math:remainder 674}] + [ a r:Fact; r:gives {(674 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(674 100) math:remainder 74}] + [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(74 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 674]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 674]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3081 a r:Inference; + r:gives { + 675 :numberToDigits (0 6 7 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(675 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(675 1000) math:remainder 675}] + [ a r:Fact; r:gives {(675 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(675 100) math:remainder 75}] + [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(75 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 675]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 675]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3082 a r:Inference; + r:gives { + 676 :numberToDigits (0 6 7 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(676 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(676 1000) math:remainder 676}] + [ a r:Fact; r:gives {(676 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(676 100) math:remainder 76}] + [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(76 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 676]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 676]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3083 a r:Inference; + r:gives { + 677 :numberToDigits (0 6 7 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(677 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(677 1000) math:remainder 677}] + [ a r:Fact; r:gives {(677 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(677 100) math:remainder 77}] + [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(77 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3084 a r:Inference; + r:gives { + (0 6 7 7) :digitsToNumber 677 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 600 70 7) math:sum 677}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 677]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma3085 a r:Inference; + r:gives { + (7 7 6 0) :digitsToNumber 7760 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(7000 700 60 0) math:sum 7760}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3086 a r:Inference; + r:gives { + 678 :numberToDigits (0 6 7 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(678 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(678 1000) math:remainder 678}] + [ a r:Fact; r:gives {(678 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(678 100) math:remainder 78}] + [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(78 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3087 a r:Inference; + r:gives { + (0 6 7 8) :digitsToNumber 678 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 600 70 8) math:sum 678}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 678]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma3088 a r:Inference; + r:gives { + (8 7 6 0) :digitsToNumber 8760 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(8000 700 60 0) math:sum 8760}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3089 a r:Inference; + r:gives { + 679 :numberToDigits (0 6 7 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(679 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(679 1000) math:remainder 679}] + [ a r:Fact; r:gives {(679 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(679 100) math:remainder 79}] + [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(79 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3090 a r:Inference; + r:gives { + (0 6 7 9) :digitsToNumber 679 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 600 70 9) math:sum 679}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 679]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma3091 a r:Inference; + r:gives { + (9 7 6 0) :digitsToNumber 9760 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(9000 700 60 0) math:sum 9760}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3092 a r:Inference; + r:gives { + 680 :numberToDigits (0 6 8 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(680 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(680 1000) math:remainder 680}] + [ a r:Fact; r:gives {(680 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(680 100) math:remainder 80}] + [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(80 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 680]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 680]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3093 a r:Inference; + r:gives { + 681 :numberToDigits (0 6 8 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(681 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(681 1000) math:remainder 681}] + [ a r:Fact; r:gives {(681 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(681 100) math:remainder 81}] + [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(81 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 681]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 681]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3094 a r:Inference; + r:gives { + 682 :numberToDigits (0 6 8 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(682 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(682 1000) math:remainder 682}] + [ a r:Fact; r:gives {(682 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(682 100) math:remainder 82}] + [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(82 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 682]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 682]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3095 a r:Inference; + r:gives { + 683 :numberToDigits (0 6 8 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(683 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(683 1000) math:remainder 683}] + [ a r:Fact; r:gives {(683 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(683 100) math:remainder 83}] + [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(83 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 683]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 683]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3096 a r:Inference; + r:gives { + 684 :numberToDigits (0 6 8 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(684 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(684 1000) math:remainder 684}] + [ a r:Fact; r:gives {(684 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(684 100) math:remainder 84}] + [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(84 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 684]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 684]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3097 a r:Inference; + r:gives { + 685 :numberToDigits (0 6 8 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(685 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(685 1000) math:remainder 685}] + [ a r:Fact; r:gives {(685 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(685 100) math:remainder 85}] + [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(85 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 685]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 685]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3098 a r:Inference; + r:gives { + 686 :numberToDigits (0 6 8 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(686 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(686 1000) math:remainder 686}] + [ a r:Fact; r:gives {(686 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(686 100) math:remainder 86}] + [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(86 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 686]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 686]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3099 a r:Inference; + r:gives { + 687 :numberToDigits (0 6 8 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(687 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(687 1000) math:remainder 687}] + [ a r:Fact; r:gives {(687 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(687 100) math:remainder 87}] + [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(87 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 687]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 687]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3100 a r:Inference; + r:gives { + 688 :numberToDigits (0 6 8 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(688 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(688 1000) math:remainder 688}] + [ a r:Fact; r:gives {(688 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(688 100) math:remainder 88}] + [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(88 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3101 a r:Inference; + r:gives { + (0 6 8 8) :digitsToNumber 688 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 600 80 8) math:sum 688}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 688]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma3102 a r:Inference; + r:gives { + (8 8 6 0) :digitsToNumber 8860 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(8000 800 60 0) math:sum 8860}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3103 a r:Inference; + r:gives { + 689 :numberToDigits (0 6 8 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(689 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(689 1000) math:remainder 689}] + [ a r:Fact; r:gives {(689 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(689 100) math:remainder 89}] + [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(89 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3104 a r:Inference; + r:gives { + (0 6 8 9) :digitsToNumber 689 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 600 80 9) math:sum 689}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 689]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma3105 a r:Inference; + r:gives { + (9 8 6 0) :digitsToNumber 9860 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(9000 800 60 0) math:sum 9860}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3106 a r:Inference; + r:gives { + 690 :numberToDigits (0 6 9 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(690 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(690 1000) math:remainder 690}] + [ a r:Fact; r:gives {(690 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(690 100) math:remainder 90}] + [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(90 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 690]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 690]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3107 a r:Inference; + r:gives { + 691 :numberToDigits (0 6 9 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(691 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(691 1000) math:remainder 691}] + [ a r:Fact; r:gives {(691 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(691 100) math:remainder 91}] + [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(91 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 691]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 691]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3108 a r:Inference; + r:gives { + 692 :numberToDigits (0 6 9 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(692 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(692 1000) math:remainder 692}] + [ a r:Fact; r:gives {(692 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(692 100) math:remainder 92}] + [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(92 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 692]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 692]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3109 a r:Inference; + r:gives { + 693 :numberToDigits (0 6 9 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(693 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(693 1000) math:remainder 693}] + [ a r:Fact; r:gives {(693 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(693 100) math:remainder 93}] + [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(93 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 693]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 693]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3110 a r:Inference; + r:gives { + 694 :numberToDigits (0 6 9 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(694 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(694 1000) math:remainder 694}] + [ a r:Fact; r:gives {(694 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(694 100) math:remainder 94}] + [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(94 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 694]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 694]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3111 a r:Inference; + r:gives { + 695 :numberToDigits (0 6 9 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(695 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(695 1000) math:remainder 695}] + [ a r:Fact; r:gives {(695 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(695 100) math:remainder 95}] + [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(95 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 695]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 695]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3112 a r:Inference; + r:gives { + 696 :numberToDigits (0 6 9 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(696 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(696 1000) math:remainder 696}] + [ a r:Fact; r:gives {(696 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(696 100) math:remainder 96}] + [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(96 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 696]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 696]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3113 a r:Inference; + r:gives { + 697 :numberToDigits (0 6 9 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(697 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(697 1000) math:remainder 697}] + [ a r:Fact; r:gives {(697 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(697 100) math:remainder 97}] + [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(97 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 697]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 697]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3114 a r:Inference; + r:gives { + 698 :numberToDigits (0 6 9 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(698 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(698 1000) math:remainder 698}] + [ a r:Fact; r:gives {(698 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(698 100) math:remainder 98}] + [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(98 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 698]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 698]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3115 a r:Inference; + r:gives { + 699 :numberToDigits (0 6 9 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(699 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(699 1000) math:remainder 699}] + [ a r:Fact; r:gives {(699 100) math:integerQuotient 6}] + [ a r:Fact; r:gives {(699 100) math:remainder 99}] + [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(99 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3116 a r:Inference; + r:gives { + (0 6 9 9) :digitsToNumber 699 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(6 100) math:product 600}] + [ a r:Fact; r:gives {(9 10) math:product 90}] + [ a r:Fact; r:gives {(0 600 90 9) math:sum 699}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 699]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma3117 a r:Inference; + r:gives { + (9 9 6 0) :digitsToNumber 9960 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(9 100) math:product 900}] + [ a r:Fact; r:gives {(6 10) math:product 60}] + [ a r:Fact; r:gives {(9000 900 60 0) math:sum 9960}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3118 a r:Inference; + r:gives { + 700 :numberToDigits (0 7 0 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(700 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(700 1000) math:remainder 700}] + [ a r:Fact; r:gives {(700 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(700 100) math:remainder 0}] + [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(0 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3119 a r:Inference; + r:gives { + 701 :numberToDigits (0 7 0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(701 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(701 1000) math:remainder 701}] + [ a r:Fact; r:gives {(701 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(701 100) math:remainder 1}] + [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 701]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 701]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3120 a r:Inference; + r:gives { + 702 :numberToDigits (0 7 0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(702 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(702 1000) math:remainder 702}] + [ a r:Fact; r:gives {(702 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(702 100) math:remainder 2}] + [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 702]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 702]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3121 a r:Inference; + r:gives { + 703 :numberToDigits (0 7 0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(703 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(703 1000) math:remainder 703}] + [ a r:Fact; r:gives {(703 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(703 100) math:remainder 3}] + [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(3 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 703]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 703]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3122 a r:Inference; + r:gives { + 704 :numberToDigits (0 7 0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(704 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(704 1000) math:remainder 704}] + [ a r:Fact; r:gives {(704 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(704 100) math:remainder 4}] + [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(4 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 704]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 704]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3123 a r:Inference; + r:gives { + 705 :numberToDigits (0 7 0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(705 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(705 1000) math:remainder 705}] + [ a r:Fact; r:gives {(705 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(705 100) math:remainder 5}] + [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(5 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 705]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 705]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3124 a r:Inference; + r:gives { + 706 :numberToDigits (0 7 0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(706 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(706 1000) math:remainder 706}] + [ a r:Fact; r:gives {(706 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(706 100) math:remainder 6}] + [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(6 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 706]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 706]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3125 a r:Inference; + r:gives { + 707 :numberToDigits (0 7 0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(707 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(707 1000) math:remainder 707}] + [ a r:Fact; r:gives {(707 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(707 100) math:remainder 7}] + [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(7 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 707]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 707]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3126 a r:Inference; + r:gives { + 708 :numberToDigits (0 7 0 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(708 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(708 1000) math:remainder 708}] + [ a r:Fact; r:gives {(708 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(708 100) math:remainder 8}] + [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(8 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 708]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 708]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3127 a r:Inference; + r:gives { + 709 :numberToDigits (0 7 0 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(709 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(709 1000) math:remainder 709}] + [ a r:Fact; r:gives {(709 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(709 100) math:remainder 9}] + [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(9 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 709]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 709]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3128 a r:Inference; + r:gives { + 710 :numberToDigits (0 7 1 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(710 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(710 1000) math:remainder 710}] + [ a r:Fact; r:gives {(710 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(710 100) math:remainder 10}] + [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(10 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 710]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3129 a r:Inference; + r:gives { + 711 :numberToDigits (0 7 1 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(711 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(711 1000) math:remainder 711}] + [ a r:Fact; r:gives {(711 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(711 100) math:remainder 11}] + [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(11 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 711]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3130 a r:Inference; + r:gives { + 712 :numberToDigits (0 7 1 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(712 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(712 1000) math:remainder 712}] + [ a r:Fact; r:gives {(712 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(712 100) math:remainder 12}] + [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(12 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 712]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 712]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3131 a r:Inference; + r:gives { + 713 :numberToDigits (0 7 1 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(713 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(713 1000) math:remainder 713}] + [ a r:Fact; r:gives {(713 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(713 100) math:remainder 13}] + [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(13 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 713]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 713]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3132 a r:Inference; + r:gives { + 714 :numberToDigits (0 7 1 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(714 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(714 1000) math:remainder 714}] + [ a r:Fact; r:gives {(714 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(714 100) math:remainder 14}] + [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(14 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 714]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 714]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3133 a r:Inference; + r:gives { + 715 :numberToDigits (0 7 1 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(715 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(715 1000) math:remainder 715}] + [ a r:Fact; r:gives {(715 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(715 100) math:remainder 15}] + [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(15 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 715]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 715]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3134 a r:Inference; + r:gives { + 716 :numberToDigits (0 7 1 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(716 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(716 1000) math:remainder 716}] + [ a r:Fact; r:gives {(716 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(716 100) math:remainder 16}] + [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(16 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 716]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 716]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3135 a r:Inference; + r:gives { + 717 :numberToDigits (0 7 1 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(717 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(717 1000) math:remainder 717}] + [ a r:Fact; r:gives {(717 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(717 100) math:remainder 17}] + [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(17 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 717]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 717]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3136 a r:Inference; + r:gives { + 718 :numberToDigits (0 7 1 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(718 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(718 1000) math:remainder 718}] + [ a r:Fact; r:gives {(718 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(718 100) math:remainder 18}] + [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(18 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 718]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 718]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3137 a r:Inference; + r:gives { + 719 :numberToDigits (0 7 1 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(719 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(719 1000) math:remainder 719}] + [ a r:Fact; r:gives {(719 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(719 100) math:remainder 19}] + [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(19 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 719]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 719]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3138 a r:Inference; + r:gives { + 720 :numberToDigits (0 7 2 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(720 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(720 1000) math:remainder 720}] + [ a r:Fact; r:gives {(720 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(720 100) math:remainder 20}] + [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(20 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 720]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3139 a r:Inference; + r:gives { + 721 :numberToDigits (0 7 2 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(721 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(721 1000) math:remainder 721}] + [ a r:Fact; r:gives {(721 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(721 100) math:remainder 21}] + [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(21 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 721]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 721]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3140 a r:Inference; + r:gives { + 722 :numberToDigits (0 7 2 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(722 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(722 1000) math:remainder 722}] + [ a r:Fact; r:gives {(722 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(722 100) math:remainder 22}] + [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(22 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 722]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 722]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3141 a r:Inference; + r:gives { + 723 :numberToDigits (0 7 2 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(723 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(723 1000) math:remainder 723}] + [ a r:Fact; r:gives {(723 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(723 100) math:remainder 23}] + [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(23 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 723]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 723]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3142 a r:Inference; + r:gives { + 724 :numberToDigits (0 7 2 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(724 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(724 1000) math:remainder 724}] + [ a r:Fact; r:gives {(724 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(724 100) math:remainder 24}] + [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(24 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 724]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 724]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3143 a r:Inference; + r:gives { + 725 :numberToDigits (0 7 2 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(725 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(725 1000) math:remainder 725}] + [ a r:Fact; r:gives {(725 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(725 100) math:remainder 25}] + [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(25 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 725]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 725]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3144 a r:Inference; + r:gives { + 726 :numberToDigits (0 7 2 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(726 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(726 1000) math:remainder 726}] + [ a r:Fact; r:gives {(726 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(726 100) math:remainder 26}] + [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(26 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 726]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 726]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3145 a r:Inference; + r:gives { + 727 :numberToDigits (0 7 2 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(727 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(727 1000) math:remainder 727}] + [ a r:Fact; r:gives {(727 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(727 100) math:remainder 27}] + [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(27 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 727]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 727]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3146 a r:Inference; + r:gives { + 728 :numberToDigits (0 7 2 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(728 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(728 1000) math:remainder 728}] + [ a r:Fact; r:gives {(728 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(728 100) math:remainder 28}] + [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(28 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 728]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 728]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3147 a r:Inference; + r:gives { + 729 :numberToDigits (0 7 2 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(729 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(729 1000) math:remainder 729}] + [ a r:Fact; r:gives {(729 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(729 100) math:remainder 29}] + [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(29 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 729]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 729]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3148 a r:Inference; + r:gives { + 730 :numberToDigits (0 7 3 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(730 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(730 1000) math:remainder 730}] + [ a r:Fact; r:gives {(730 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(730 100) math:remainder 30}] + [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(30 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 730]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3149 a r:Inference; + r:gives { + 731 :numberToDigits (0 7 3 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(731 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(731 1000) math:remainder 731}] + [ a r:Fact; r:gives {(731 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(731 100) math:remainder 31}] + [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(31 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 731]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 731]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3150 a r:Inference; + r:gives { + 732 :numberToDigits (0 7 3 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(732 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(732 1000) math:remainder 732}] + [ a r:Fact; r:gives {(732 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(732 100) math:remainder 32}] + [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(32 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 732]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 732]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3151 a r:Inference; + r:gives { + 733 :numberToDigits (0 7 3 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(733 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(733 1000) math:remainder 733}] + [ a r:Fact; r:gives {(733 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(733 100) math:remainder 33}] + [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(33 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 733]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 733]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3152 a r:Inference; + r:gives { + 734 :numberToDigits (0 7 3 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(734 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(734 1000) math:remainder 734}] + [ a r:Fact; r:gives {(734 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(734 100) math:remainder 34}] + [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(34 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 734]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 734]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3153 a r:Inference; + r:gives { + 735 :numberToDigits (0 7 3 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(735 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(735 1000) math:remainder 735}] + [ a r:Fact; r:gives {(735 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(735 100) math:remainder 35}] + [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(35 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 735]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 735]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3154 a r:Inference; + r:gives { + 736 :numberToDigits (0 7 3 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(736 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(736 1000) math:remainder 736}] + [ a r:Fact; r:gives {(736 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(736 100) math:remainder 36}] + [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(36 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 736]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 736]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3155 a r:Inference; + r:gives { + 737 :numberToDigits (0 7 3 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(737 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(737 1000) math:remainder 737}] + [ a r:Fact; r:gives {(737 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(737 100) math:remainder 37}] + [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(37 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 737]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 737]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3156 a r:Inference; + r:gives { + 738 :numberToDigits (0 7 3 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(738 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(738 1000) math:remainder 738}] + [ a r:Fact; r:gives {(738 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(738 100) math:remainder 38}] + [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(38 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 738]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 738]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3157 a r:Inference; + r:gives { + 739 :numberToDigits (0 7 3 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(739 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(739 1000) math:remainder 739}] + [ a r:Fact; r:gives {(739 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(739 100) math:remainder 39}] + [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(39 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 739]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 739]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3158 a r:Inference; + r:gives { + 740 :numberToDigits (0 7 4 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(740 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(740 1000) math:remainder 740}] + [ a r:Fact; r:gives {(740 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(740 100) math:remainder 40}] + [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(40 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 740]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3159 a r:Inference; + r:gives { + 741 :numberToDigits (0 7 4 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(741 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(741 1000) math:remainder 741}] + [ a r:Fact; r:gives {(741 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(741 100) math:remainder 41}] + [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(41 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 741]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 741]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3160 a r:Inference; + r:gives { + 742 :numberToDigits (0 7 4 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(742 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(742 1000) math:remainder 742}] + [ a r:Fact; r:gives {(742 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(742 100) math:remainder 42}] + [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(42 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 742]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 742]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3161 a r:Inference; + r:gives { + 743 :numberToDigits (0 7 4 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(743 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(743 1000) math:remainder 743}] + [ a r:Fact; r:gives {(743 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(743 100) math:remainder 43}] + [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(43 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 743]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 743]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3162 a r:Inference; + r:gives { + 744 :numberToDigits (0 7 4 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(744 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(744 1000) math:remainder 744}] + [ a r:Fact; r:gives {(744 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(744 100) math:remainder 44}] + [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(44 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 744]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 744]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3163 a r:Inference; + r:gives { + 745 :numberToDigits (0 7 4 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(745 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(745 1000) math:remainder 745}] + [ a r:Fact; r:gives {(745 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(745 100) math:remainder 45}] + [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(45 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 745]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 745]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3164 a r:Inference; + r:gives { + 746 :numberToDigits (0 7 4 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(746 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(746 1000) math:remainder 746}] + [ a r:Fact; r:gives {(746 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(746 100) math:remainder 46}] + [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(46 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 746]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 746]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3165 a r:Inference; + r:gives { + 747 :numberToDigits (0 7 4 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(747 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(747 1000) math:remainder 747}] + [ a r:Fact; r:gives {(747 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(747 100) math:remainder 47}] + [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(47 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 747]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 747]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3166 a r:Inference; + r:gives { + 748 :numberToDigits (0 7 4 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(748 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(748 1000) math:remainder 748}] + [ a r:Fact; r:gives {(748 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(748 100) math:remainder 48}] + [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(48 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 748]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 748]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3167 a r:Inference; + r:gives { + 749 :numberToDigits (0 7 4 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(749 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(749 1000) math:remainder 749}] + [ a r:Fact; r:gives {(749 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(749 100) math:remainder 49}] + [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(49 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 749]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 749]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3168 a r:Inference; + r:gives { + 750 :numberToDigits (0 7 5 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(750 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(750 1000) math:remainder 750}] + [ a r:Fact; r:gives {(750 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(750 100) math:remainder 50}] + [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(50 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 750]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3169 a r:Inference; + r:gives { + 751 :numberToDigits (0 7 5 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(751 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(751 1000) math:remainder 751}] + [ a r:Fact; r:gives {(751 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(751 100) math:remainder 51}] + [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(51 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 751]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 751]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3170 a r:Inference; + r:gives { + 752 :numberToDigits (0 7 5 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(752 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(752 1000) math:remainder 752}] + [ a r:Fact; r:gives {(752 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(752 100) math:remainder 52}] + [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(52 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 752]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 752]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3171 a r:Inference; + r:gives { + 753 :numberToDigits (0 7 5 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(753 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(753 1000) math:remainder 753}] + [ a r:Fact; r:gives {(753 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(753 100) math:remainder 53}] + [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(53 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 753]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 753]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3172 a r:Inference; + r:gives { + 754 :numberToDigits (0 7 5 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(754 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(754 1000) math:remainder 754}] + [ a r:Fact; r:gives {(754 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(754 100) math:remainder 54}] + [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(54 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 754]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 754]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3173 a r:Inference; + r:gives { + 755 :numberToDigits (0 7 5 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(755 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(755 1000) math:remainder 755}] + [ a r:Fact; r:gives {(755 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(755 100) math:remainder 55}] + [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(55 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 755]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 755]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3174 a r:Inference; + r:gives { + 756 :numberToDigits (0 7 5 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(756 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(756 1000) math:remainder 756}] + [ a r:Fact; r:gives {(756 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(756 100) math:remainder 56}] + [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(56 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 756]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 756]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3175 a r:Inference; + r:gives { + 757 :numberToDigits (0 7 5 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(757 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(757 1000) math:remainder 757}] + [ a r:Fact; r:gives {(757 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(757 100) math:remainder 57}] + [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(57 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 757]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 757]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3176 a r:Inference; + r:gives { + 758 :numberToDigits (0 7 5 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(758 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(758 1000) math:remainder 758}] + [ a r:Fact; r:gives {(758 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(758 100) math:remainder 58}] + [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(58 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 758]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 758]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3177 a r:Inference; + r:gives { + 759 :numberToDigits (0 7 5 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(759 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(759 1000) math:remainder 759}] + [ a r:Fact; r:gives {(759 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(759 100) math:remainder 59}] + [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(59 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 759]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 759]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3178 a r:Inference; + r:gives { + 760 :numberToDigits (0 7 6 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(760 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(760 1000) math:remainder 760}] + [ a r:Fact; r:gives {(760 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(760 100) math:remainder 60}] + [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(60 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 760]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3179 a r:Inference; + r:gives { + 761 :numberToDigits (0 7 6 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(761 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(761 1000) math:remainder 761}] + [ a r:Fact; r:gives {(761 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(761 100) math:remainder 61}] + [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(61 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 761]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 761]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3180 a r:Inference; + r:gives { + 762 :numberToDigits (0 7 6 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(762 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(762 1000) math:remainder 762}] + [ a r:Fact; r:gives {(762 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(762 100) math:remainder 62}] + [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(62 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 762]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 762]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3181 a r:Inference; + r:gives { + 763 :numberToDigits (0 7 6 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(763 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(763 1000) math:remainder 763}] + [ a r:Fact; r:gives {(763 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(763 100) math:remainder 63}] + [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(63 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 763]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 763]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3182 a r:Inference; + r:gives { + 764 :numberToDigits (0 7 6 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(764 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(764 1000) math:remainder 764}] + [ a r:Fact; r:gives {(764 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(764 100) math:remainder 64}] + [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(64 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 764]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 764]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3183 a r:Inference; + r:gives { + 765 :numberToDigits (0 7 6 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(765 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(765 1000) math:remainder 765}] + [ a r:Fact; r:gives {(765 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(765 100) math:remainder 65}] + [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(65 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 765]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 765]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3184 a r:Inference; + r:gives { + 766 :numberToDigits (0 7 6 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(766 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(766 1000) math:remainder 766}] + [ a r:Fact; r:gives {(766 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(766 100) math:remainder 66}] + [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(66 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 766]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 766]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3185 a r:Inference; + r:gives { + 767 :numberToDigits (0 7 6 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(767 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(767 1000) math:remainder 767}] + [ a r:Fact; r:gives {(767 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(767 100) math:remainder 67}] + [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(67 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 767]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 767]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3186 a r:Inference; + r:gives { + 768 :numberToDigits (0 7 6 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(768 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(768 1000) math:remainder 768}] + [ a r:Fact; r:gives {(768 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(768 100) math:remainder 68}] + [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(68 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 768]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 768]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3187 a r:Inference; + r:gives { + 769 :numberToDigits (0 7 6 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(769 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(769 1000) math:remainder 769}] + [ a r:Fact; r:gives {(769 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(769 100) math:remainder 69}] + [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(69 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 769]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 769]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3188 a r:Inference; + r:gives { + 770 :numberToDigits (0 7 7 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(770 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(770 1000) math:remainder 770}] + [ a r:Fact; r:gives {(770 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(770 100) math:remainder 70}] + [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(70 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3189 a r:Inference; + r:gives { + 771 :numberToDigits (0 7 7 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(771 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(771 1000) math:remainder 771}] + [ a r:Fact; r:gives {(771 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(771 100) math:remainder 71}] + [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(71 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 771]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 771]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3190 a r:Inference; + r:gives { + 772 :numberToDigits (0 7 7 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(772 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(772 1000) math:remainder 772}] + [ a r:Fact; r:gives {(772 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(772 100) math:remainder 72}] + [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(72 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 772]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 772]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3191 a r:Inference; + r:gives { + 773 :numberToDigits (0 7 7 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(773 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(773 1000) math:remainder 773}] + [ a r:Fact; r:gives {(773 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(773 100) math:remainder 73}] + [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(73 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 773]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 773]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3192 a r:Inference; + r:gives { + 774 :numberToDigits (0 7 7 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(774 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(774 1000) math:remainder 774}] + [ a r:Fact; r:gives {(774 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(774 100) math:remainder 74}] + [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(74 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 774]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 774]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3193 a r:Inference; + r:gives { + 775 :numberToDigits (0 7 7 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(775 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(775 1000) math:remainder 775}] + [ a r:Fact; r:gives {(775 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(775 100) math:remainder 75}] + [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(75 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 775]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 775]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3194 a r:Inference; + r:gives { + 776 :numberToDigits (0 7 7 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(776 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(776 1000) math:remainder 776}] + [ a r:Fact; r:gives {(776 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(776 100) math:remainder 76}] + [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(76 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 776]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 776]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3195 a r:Inference; + r:gives { + 777 :numberToDigits (0 7 7 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(777 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(777 1000) math:remainder 777}] + [ a r:Fact; r:gives {(777 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(777 100) math:remainder 77}] + [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(77 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 777]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 777]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3196 a r:Inference; + r:gives { + (0 7 7 7) :digitsToNumber 777 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 700 70 7) math:sum 777}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 777]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3439. + +skolem:lemma3197 a r:Inference; + r:gives { + (7 7 7 0) :digitsToNumber 7770 . + }; + r:evidence ( + [ a r:Fact; r:gives {(7 1000) math:product 7000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(7000 700 70 0) math:sum 7770}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3198 a r:Inference; + r:gives { + 778 :numberToDigits (0 7 7 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(778 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(778 1000) math:remainder 778}] + [ a r:Fact; r:gives {(778 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(778 100) math:remainder 78}] + [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(78 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3199 a r:Inference; + r:gives { + (0 7 7 8) :digitsToNumber 778 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 700 70 8) math:sum 778}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 778]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma3200 a r:Inference; + r:gives { + (8 7 7 0) :digitsToNumber 8770 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(8000 700 70 0) math:sum 8770}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3201 a r:Inference; + r:gives { + 779 :numberToDigits (0 7 7 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(779 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(779 1000) math:remainder 779}] + [ a r:Fact; r:gives {(779 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(779 100) math:remainder 79}] + [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(79 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3202 a r:Inference; + r:gives { + (0 7 7 9) :digitsToNumber 779 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(0 700 70 9) math:sum 779}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 779]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma3203 a r:Inference; + r:gives { + (9 7 7 0) :digitsToNumber 9770 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(9000 700 70 0) math:sum 9770}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9770]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3204 a r:Inference; + r:gives { + 780 :numberToDigits (0 7 8 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(780 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(780 1000) math:remainder 780}] + [ a r:Fact; r:gives {(780 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(780 100) math:remainder 80}] + [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(80 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 780]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 780]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3205 a r:Inference; + r:gives { + 781 :numberToDigits (0 7 8 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(781 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(781 1000) math:remainder 781}] + [ a r:Fact; r:gives {(781 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(781 100) math:remainder 81}] + [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(81 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 781]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 781]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3206 a r:Inference; + r:gives { + 782 :numberToDigits (0 7 8 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(782 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(782 1000) math:remainder 782}] + [ a r:Fact; r:gives {(782 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(782 100) math:remainder 82}] + [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(82 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 782]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 782]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3207 a r:Inference; + r:gives { + 783 :numberToDigits (0 7 8 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(783 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(783 1000) math:remainder 783}] + [ a r:Fact; r:gives {(783 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(783 100) math:remainder 83}] + [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(83 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 783]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 783]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3208 a r:Inference; + r:gives { + 784 :numberToDigits (0 7 8 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(784 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(784 1000) math:remainder 784}] + [ a r:Fact; r:gives {(784 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(784 100) math:remainder 84}] + [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(84 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 784]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 784]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3209 a r:Inference; + r:gives { + 785 :numberToDigits (0 7 8 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(785 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(785 1000) math:remainder 785}] + [ a r:Fact; r:gives {(785 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(785 100) math:remainder 85}] + [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(85 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 785]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 785]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3210 a r:Inference; + r:gives { + 786 :numberToDigits (0 7 8 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(786 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(786 1000) math:remainder 786}] + [ a r:Fact; r:gives {(786 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(786 100) math:remainder 86}] + [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(86 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 786]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 786]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3211 a r:Inference; + r:gives { + 787 :numberToDigits (0 7 8 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(787 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(787 1000) math:remainder 787}] + [ a r:Fact; r:gives {(787 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(787 100) math:remainder 87}] + [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(87 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 787]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 787]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3212 a r:Inference; + r:gives { + 788 :numberToDigits (0 7 8 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(788 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(788 1000) math:remainder 788}] + [ a r:Fact; r:gives {(788 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(788 100) math:remainder 88}] + [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(88 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3213 a r:Inference; + r:gives { + (0 7 8 8) :digitsToNumber 788 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 700 80 8) math:sum 788}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 788]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma3214 a r:Inference; + r:gives { + (8 8 7 0) :digitsToNumber 8870 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(8000 800 70 0) math:sum 8870}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3215 a r:Inference; + r:gives { + 789 :numberToDigits (0 7 8 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(789 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(789 1000) math:remainder 789}] + [ a r:Fact; r:gives {(789 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(789 100) math:remainder 89}] + [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(89 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3216 a r:Inference; + r:gives { + (0 7 8 9) :digitsToNumber 789 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 700 80 9) math:sum 789}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 789]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma3217 a r:Inference; + r:gives { + (9 8 7 0) :digitsToNumber 9870 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(9000 800 70 0) math:sum 9870}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3218 a r:Inference; + r:gives { + 790 :numberToDigits (0 7 9 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(790 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(790 1000) math:remainder 790}] + [ a r:Fact; r:gives {(790 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(790 100) math:remainder 90}] + [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(90 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 790]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 790]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3219 a r:Inference; + r:gives { + 791 :numberToDigits (0 7 9 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(791 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(791 1000) math:remainder 791}] + [ a r:Fact; r:gives {(791 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(791 100) math:remainder 91}] + [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(91 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 791]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 791]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3220 a r:Inference; + r:gives { + 792 :numberToDigits (0 7 9 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(792 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(792 1000) math:remainder 792}] + [ a r:Fact; r:gives {(792 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(792 100) math:remainder 92}] + [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(92 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 792]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 792]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3221 a r:Inference; + r:gives { + 793 :numberToDigits (0 7 9 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(793 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(793 1000) math:remainder 793}] + [ a r:Fact; r:gives {(793 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(793 100) math:remainder 93}] + [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(93 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 793]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 793]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3222 a r:Inference; + r:gives { + 794 :numberToDigits (0 7 9 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(794 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(794 1000) math:remainder 794}] + [ a r:Fact; r:gives {(794 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(794 100) math:remainder 94}] + [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(94 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 794]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 794]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3223 a r:Inference; + r:gives { + 795 :numberToDigits (0 7 9 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(795 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(795 1000) math:remainder 795}] + [ a r:Fact; r:gives {(795 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(795 100) math:remainder 95}] + [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(95 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 795]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 795]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3224 a r:Inference; + r:gives { + 796 :numberToDigits (0 7 9 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(796 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(796 1000) math:remainder 796}] + [ a r:Fact; r:gives {(796 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(796 100) math:remainder 96}] + [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(96 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 796]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 796]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3225 a r:Inference; + r:gives { + 797 :numberToDigits (0 7 9 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(797 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(797 1000) math:remainder 797}] + [ a r:Fact; r:gives {(797 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(797 100) math:remainder 97}] + [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(97 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 797]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 797]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3226 a r:Inference; + r:gives { + 798 :numberToDigits (0 7 9 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(798 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(798 1000) math:remainder 798}] + [ a r:Fact; r:gives {(798 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(798 100) math:remainder 98}] + [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(98 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 798]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 798]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3227 a r:Inference; + r:gives { + 799 :numberToDigits (0 7 9 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(799 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(799 1000) math:remainder 799}] + [ a r:Fact; r:gives {(799 100) math:integerQuotient 7}] + [ a r:Fact; r:gives {(799 100) math:remainder 99}] + [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(99 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3228 a r:Inference; + r:gives { + (0 7 9 9) :digitsToNumber 799 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(7 100) math:product 700}] + [ a r:Fact; r:gives {(9 10) math:product 90}] + [ a r:Fact; r:gives {(0 700 90 9) math:sum 799}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 799]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma3229 a r:Inference; + r:gives { + (9 9 7 0) :digitsToNumber 9970 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(9 100) math:product 900}] + [ a r:Fact; r:gives {(7 10) math:product 70}] + [ a r:Fact; r:gives {(9000 900 70 0) math:sum 9970}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3230 a r:Inference; + r:gives { + 800 :numberToDigits (0 8 0 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(800 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(800 1000) math:remainder 800}] + [ a r:Fact; r:gives {(800 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(800 100) math:remainder 0}] + [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(0 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3231 a r:Inference; + r:gives { + 801 :numberToDigits (0 8 0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(801 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(801 1000) math:remainder 801}] + [ a r:Fact; r:gives {(801 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(801 100) math:remainder 1}] + [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 801]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 801]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3232 a r:Inference; + r:gives { + 802 :numberToDigits (0 8 0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(802 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(802 1000) math:remainder 802}] + [ a r:Fact; r:gives {(802 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(802 100) math:remainder 2}] + [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 802]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 802]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3233 a r:Inference; + r:gives { + 803 :numberToDigits (0 8 0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(803 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(803 1000) math:remainder 803}] + [ a r:Fact; r:gives {(803 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(803 100) math:remainder 3}] + [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(3 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 803]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 803]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3234 a r:Inference; + r:gives { + 804 :numberToDigits (0 8 0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(804 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(804 1000) math:remainder 804}] + [ a r:Fact; r:gives {(804 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(804 100) math:remainder 4}] + [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(4 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 804]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 804]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3235 a r:Inference; + r:gives { + 805 :numberToDigits (0 8 0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(805 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(805 1000) math:remainder 805}] + [ a r:Fact; r:gives {(805 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(805 100) math:remainder 5}] + [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(5 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 805]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 805]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3236 a r:Inference; + r:gives { + 806 :numberToDigits (0 8 0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(806 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(806 1000) math:remainder 806}] + [ a r:Fact; r:gives {(806 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(806 100) math:remainder 6}] + [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(6 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 806]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 806]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3237 a r:Inference; + r:gives { + 807 :numberToDigits (0 8 0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(807 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(807 1000) math:remainder 807}] + [ a r:Fact; r:gives {(807 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(807 100) math:remainder 7}] + [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(7 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 807]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 807]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3238 a r:Inference; + r:gives { + 808 :numberToDigits (0 8 0 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(808 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(808 1000) math:remainder 808}] + [ a r:Fact; r:gives {(808 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(808 100) math:remainder 8}] + [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(8 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 808]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 808]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3239 a r:Inference; + r:gives { + 809 :numberToDigits (0 8 0 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(809 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(809 1000) math:remainder 809}] + [ a r:Fact; r:gives {(809 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(809 100) math:remainder 9}] + [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(9 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 809]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 809]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3240 a r:Inference; + r:gives { + 810 :numberToDigits (0 8 1 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(810 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(810 1000) math:remainder 810}] + [ a r:Fact; r:gives {(810 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(810 100) math:remainder 10}] + [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(10 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 810]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3241 a r:Inference; + r:gives { + 811 :numberToDigits (0 8 1 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(811 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(811 1000) math:remainder 811}] + [ a r:Fact; r:gives {(811 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(811 100) math:remainder 11}] + [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(11 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 811]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 811]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3242 a r:Inference; + r:gives { + 812 :numberToDigits (0 8 1 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(812 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(812 1000) math:remainder 812}] + [ a r:Fact; r:gives {(812 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(812 100) math:remainder 12}] + [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(12 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 812]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 812]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3243 a r:Inference; + r:gives { + 813 :numberToDigits (0 8 1 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(813 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(813 1000) math:remainder 813}] + [ a r:Fact; r:gives {(813 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(813 100) math:remainder 13}] + [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(13 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 813]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 813]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3244 a r:Inference; + r:gives { + 814 :numberToDigits (0 8 1 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(814 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(814 1000) math:remainder 814}] + [ a r:Fact; r:gives {(814 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(814 100) math:remainder 14}] + [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(14 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 814]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 814]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3245 a r:Inference; + r:gives { + 815 :numberToDigits (0 8 1 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(815 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(815 1000) math:remainder 815}] + [ a r:Fact; r:gives {(815 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(815 100) math:remainder 15}] + [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(15 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 815]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 815]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3246 a r:Inference; + r:gives { + 816 :numberToDigits (0 8 1 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(816 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(816 1000) math:remainder 816}] + [ a r:Fact; r:gives {(816 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(816 100) math:remainder 16}] + [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(16 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 816]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 816]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3247 a r:Inference; + r:gives { + 817 :numberToDigits (0 8 1 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(817 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(817 1000) math:remainder 817}] + [ a r:Fact; r:gives {(817 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(817 100) math:remainder 17}] + [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(17 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 817]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 817]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3248 a r:Inference; + r:gives { + 818 :numberToDigits (0 8 1 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(818 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(818 1000) math:remainder 818}] + [ a r:Fact; r:gives {(818 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(818 100) math:remainder 18}] + [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(18 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 818]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 818]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3249 a r:Inference; + r:gives { + 819 :numberToDigits (0 8 1 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(819 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(819 1000) math:remainder 819}] + [ a r:Fact; r:gives {(819 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(819 100) math:remainder 19}] + [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(19 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 819]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 819]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3250 a r:Inference; + r:gives { + 820 :numberToDigits (0 8 2 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(820 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(820 1000) math:remainder 820}] + [ a r:Fact; r:gives {(820 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(820 100) math:remainder 20}] + [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(20 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 820]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3251 a r:Inference; + r:gives { + 821 :numberToDigits (0 8 2 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(821 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(821 1000) math:remainder 821}] + [ a r:Fact; r:gives {(821 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(821 100) math:remainder 21}] + [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(21 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 821]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 821]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3252 a r:Inference; + r:gives { + 822 :numberToDigits (0 8 2 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(822 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(822 1000) math:remainder 822}] + [ a r:Fact; r:gives {(822 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(822 100) math:remainder 22}] + [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(22 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 822]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 822]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3253 a r:Inference; + r:gives { + 823 :numberToDigits (0 8 2 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(823 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(823 1000) math:remainder 823}] + [ a r:Fact; r:gives {(823 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(823 100) math:remainder 23}] + [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(23 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 823]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 823]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3254 a r:Inference; + r:gives { + 824 :numberToDigits (0 8 2 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(824 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(824 1000) math:remainder 824}] + [ a r:Fact; r:gives {(824 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(824 100) math:remainder 24}] + [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(24 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 824]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 824]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3255 a r:Inference; + r:gives { + 825 :numberToDigits (0 8 2 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(825 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(825 1000) math:remainder 825}] + [ a r:Fact; r:gives {(825 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(825 100) math:remainder 25}] + [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(25 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 825]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 825]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3256 a r:Inference; + r:gives { + 826 :numberToDigits (0 8 2 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(826 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(826 1000) math:remainder 826}] + [ a r:Fact; r:gives {(826 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(826 100) math:remainder 26}] + [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(26 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 826]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 826]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3257 a r:Inference; + r:gives { + 827 :numberToDigits (0 8 2 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(827 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(827 1000) math:remainder 827}] + [ a r:Fact; r:gives {(827 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(827 100) math:remainder 27}] + [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(27 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 827]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 827]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3258 a r:Inference; + r:gives { + 828 :numberToDigits (0 8 2 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(828 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(828 1000) math:remainder 828}] + [ a r:Fact; r:gives {(828 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(828 100) math:remainder 28}] + [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(28 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 828]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 828]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3259 a r:Inference; + r:gives { + 829 :numberToDigits (0 8 2 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(829 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(829 1000) math:remainder 829}] + [ a r:Fact; r:gives {(829 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(829 100) math:remainder 29}] + [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(29 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 829]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 829]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3260 a r:Inference; + r:gives { + 830 :numberToDigits (0 8 3 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(830 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(830 1000) math:remainder 830}] + [ a r:Fact; r:gives {(830 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(830 100) math:remainder 30}] + [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(30 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 830]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3261 a r:Inference; + r:gives { + 831 :numberToDigits (0 8 3 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(831 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(831 1000) math:remainder 831}] + [ a r:Fact; r:gives {(831 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(831 100) math:remainder 31}] + [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(31 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 831]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 831]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3262 a r:Inference; + r:gives { + 832 :numberToDigits (0 8 3 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(832 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(832 1000) math:remainder 832}] + [ a r:Fact; r:gives {(832 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(832 100) math:remainder 32}] + [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(32 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 832]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 832]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3263 a r:Inference; + r:gives { + 833 :numberToDigits (0 8 3 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(833 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(833 1000) math:remainder 833}] + [ a r:Fact; r:gives {(833 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(833 100) math:remainder 33}] + [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(33 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 833]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 833]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3264 a r:Inference; + r:gives { + 834 :numberToDigits (0 8 3 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(834 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(834 1000) math:remainder 834}] + [ a r:Fact; r:gives {(834 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(834 100) math:remainder 34}] + [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(34 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 834]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 834]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3265 a r:Inference; + r:gives { + 835 :numberToDigits (0 8 3 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(835 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(835 1000) math:remainder 835}] + [ a r:Fact; r:gives {(835 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(835 100) math:remainder 35}] + [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(35 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 835]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 835]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3266 a r:Inference; + r:gives { + 836 :numberToDigits (0 8 3 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(836 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(836 1000) math:remainder 836}] + [ a r:Fact; r:gives {(836 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(836 100) math:remainder 36}] + [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(36 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 836]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 836]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3267 a r:Inference; + r:gives { + 837 :numberToDigits (0 8 3 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(837 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(837 1000) math:remainder 837}] + [ a r:Fact; r:gives {(837 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(837 100) math:remainder 37}] + [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(37 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 837]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 837]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3268 a r:Inference; + r:gives { + 838 :numberToDigits (0 8 3 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(838 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(838 1000) math:remainder 838}] + [ a r:Fact; r:gives {(838 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(838 100) math:remainder 38}] + [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(38 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 838]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 838]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3269 a r:Inference; + r:gives { + 839 :numberToDigits (0 8 3 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(839 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(839 1000) math:remainder 839}] + [ a r:Fact; r:gives {(839 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(839 100) math:remainder 39}] + [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(39 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 839]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 839]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3270 a r:Inference; + r:gives { + 840 :numberToDigits (0 8 4 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(840 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(840 1000) math:remainder 840}] + [ a r:Fact; r:gives {(840 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(840 100) math:remainder 40}] + [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(40 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 840]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3271 a r:Inference; + r:gives { + 841 :numberToDigits (0 8 4 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(841 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(841 1000) math:remainder 841}] + [ a r:Fact; r:gives {(841 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(841 100) math:remainder 41}] + [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(41 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 841]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 841]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3272 a r:Inference; + r:gives { + 842 :numberToDigits (0 8 4 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(842 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(842 1000) math:remainder 842}] + [ a r:Fact; r:gives {(842 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(842 100) math:remainder 42}] + [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(42 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 842]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 842]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3273 a r:Inference; + r:gives { + 843 :numberToDigits (0 8 4 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(843 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(843 1000) math:remainder 843}] + [ a r:Fact; r:gives {(843 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(843 100) math:remainder 43}] + [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(43 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 843]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 843]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3274 a r:Inference; + r:gives { + 844 :numberToDigits (0 8 4 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(844 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(844 1000) math:remainder 844}] + [ a r:Fact; r:gives {(844 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(844 100) math:remainder 44}] + [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(44 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 844]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 844]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3275 a r:Inference; + r:gives { + 845 :numberToDigits (0 8 4 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(845 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(845 1000) math:remainder 845}] + [ a r:Fact; r:gives {(845 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(845 100) math:remainder 45}] + [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(45 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 845]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 845]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3276 a r:Inference; + r:gives { + 846 :numberToDigits (0 8 4 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(846 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(846 1000) math:remainder 846}] + [ a r:Fact; r:gives {(846 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(846 100) math:remainder 46}] + [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(46 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 846]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 846]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3277 a r:Inference; + r:gives { + 847 :numberToDigits (0 8 4 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(847 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(847 1000) math:remainder 847}] + [ a r:Fact; r:gives {(847 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(847 100) math:remainder 47}] + [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(47 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 847]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 847]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3278 a r:Inference; + r:gives { + 848 :numberToDigits (0 8 4 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(848 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(848 1000) math:remainder 848}] + [ a r:Fact; r:gives {(848 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(848 100) math:remainder 48}] + [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(48 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 848]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 848]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3279 a r:Inference; + r:gives { + 849 :numberToDigits (0 8 4 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(849 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(849 1000) math:remainder 849}] + [ a r:Fact; r:gives {(849 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(849 100) math:remainder 49}] + [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(49 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 849]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 849]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3280 a r:Inference; + r:gives { + 850 :numberToDigits (0 8 5 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(850 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(850 1000) math:remainder 850}] + [ a r:Fact; r:gives {(850 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(850 100) math:remainder 50}] + [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(50 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 850]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3281 a r:Inference; + r:gives { + 851 :numberToDigits (0 8 5 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(851 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(851 1000) math:remainder 851}] + [ a r:Fact; r:gives {(851 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(851 100) math:remainder 51}] + [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(51 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 851]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 851]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3282 a r:Inference; + r:gives { + 852 :numberToDigits (0 8 5 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(852 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(852 1000) math:remainder 852}] + [ a r:Fact; r:gives {(852 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(852 100) math:remainder 52}] + [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(52 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 852]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 852]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3283 a r:Inference; + r:gives { + 853 :numberToDigits (0 8 5 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(853 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(853 1000) math:remainder 853}] + [ a r:Fact; r:gives {(853 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(853 100) math:remainder 53}] + [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(53 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 853]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 853]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3284 a r:Inference; + r:gives { + 854 :numberToDigits (0 8 5 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(854 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(854 1000) math:remainder 854}] + [ a r:Fact; r:gives {(854 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(854 100) math:remainder 54}] + [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(54 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 854]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 854]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3285 a r:Inference; + r:gives { + 855 :numberToDigits (0 8 5 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(855 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(855 1000) math:remainder 855}] + [ a r:Fact; r:gives {(855 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(855 100) math:remainder 55}] + [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(55 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 855]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 855]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3286 a r:Inference; + r:gives { + 856 :numberToDigits (0 8 5 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(856 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(856 1000) math:remainder 856}] + [ a r:Fact; r:gives {(856 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(856 100) math:remainder 56}] + [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(56 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 856]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 856]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3287 a r:Inference; + r:gives { + 857 :numberToDigits (0 8 5 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(857 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(857 1000) math:remainder 857}] + [ a r:Fact; r:gives {(857 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(857 100) math:remainder 57}] + [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(57 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 857]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 857]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3288 a r:Inference; + r:gives { + 858 :numberToDigits (0 8 5 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(858 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(858 1000) math:remainder 858}] + [ a r:Fact; r:gives {(858 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(858 100) math:remainder 58}] + [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(58 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 858]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 858]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3289 a r:Inference; + r:gives { + 859 :numberToDigits (0 8 5 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(859 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(859 1000) math:remainder 859}] + [ a r:Fact; r:gives {(859 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(859 100) math:remainder 59}] + [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(59 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 859]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 859]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3290 a r:Inference; + r:gives { + 860 :numberToDigits (0 8 6 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(860 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(860 1000) math:remainder 860}] + [ a r:Fact; r:gives {(860 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(860 100) math:remainder 60}] + [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(60 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 860]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3291 a r:Inference; + r:gives { + 861 :numberToDigits (0 8 6 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(861 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(861 1000) math:remainder 861}] + [ a r:Fact; r:gives {(861 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(861 100) math:remainder 61}] + [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(61 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 861]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 861]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3292 a r:Inference; + r:gives { + 862 :numberToDigits (0 8 6 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(862 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(862 1000) math:remainder 862}] + [ a r:Fact; r:gives {(862 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(862 100) math:remainder 62}] + [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(62 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 862]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 862]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3293 a r:Inference; + r:gives { + 863 :numberToDigits (0 8 6 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(863 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(863 1000) math:remainder 863}] + [ a r:Fact; r:gives {(863 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(863 100) math:remainder 63}] + [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(63 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 863]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 863]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3294 a r:Inference; + r:gives { + 864 :numberToDigits (0 8 6 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(864 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(864 1000) math:remainder 864}] + [ a r:Fact; r:gives {(864 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(864 100) math:remainder 64}] + [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(64 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 864]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 864]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3295 a r:Inference; + r:gives { + 865 :numberToDigits (0 8 6 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(865 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(865 1000) math:remainder 865}] + [ a r:Fact; r:gives {(865 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(865 100) math:remainder 65}] + [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(65 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 865]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 865]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3296 a r:Inference; + r:gives { + 866 :numberToDigits (0 8 6 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(866 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(866 1000) math:remainder 866}] + [ a r:Fact; r:gives {(866 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(866 100) math:remainder 66}] + [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(66 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 866]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 866]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3297 a r:Inference; + r:gives { + 867 :numberToDigits (0 8 6 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(867 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(867 1000) math:remainder 867}] + [ a r:Fact; r:gives {(867 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(867 100) math:remainder 67}] + [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(67 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 867]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 867]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3298 a r:Inference; + r:gives { + 868 :numberToDigits (0 8 6 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(868 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(868 1000) math:remainder 868}] + [ a r:Fact; r:gives {(868 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(868 100) math:remainder 68}] + [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(68 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 868]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 868]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3299 a r:Inference; + r:gives { + 869 :numberToDigits (0 8 6 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(869 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(869 1000) math:remainder 869}] + [ a r:Fact; r:gives {(869 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(869 100) math:remainder 69}] + [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(69 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 869]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 869]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3300 a r:Inference; + r:gives { + 870 :numberToDigits (0 8 7 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(870 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(870 1000) math:remainder 870}] + [ a r:Fact; r:gives {(870 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(870 100) math:remainder 70}] + [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(70 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 870]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3301 a r:Inference; + r:gives { + 871 :numberToDigits (0 8 7 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(871 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(871 1000) math:remainder 871}] + [ a r:Fact; r:gives {(871 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(871 100) math:remainder 71}] + [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(71 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 871]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 871]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3302 a r:Inference; + r:gives { + 872 :numberToDigits (0 8 7 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(872 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(872 1000) math:remainder 872}] + [ a r:Fact; r:gives {(872 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(872 100) math:remainder 72}] + [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(72 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 872]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 872]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3303 a r:Inference; + r:gives { + 873 :numberToDigits (0 8 7 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(873 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(873 1000) math:remainder 873}] + [ a r:Fact; r:gives {(873 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(873 100) math:remainder 73}] + [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(73 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 873]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 873]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3304 a r:Inference; + r:gives { + 874 :numberToDigits (0 8 7 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(874 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(874 1000) math:remainder 874}] + [ a r:Fact; r:gives {(874 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(874 100) math:remainder 74}] + [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(74 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 874]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 874]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3305 a r:Inference; + r:gives { + 875 :numberToDigits (0 8 7 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(875 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(875 1000) math:remainder 875}] + [ a r:Fact; r:gives {(875 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(875 100) math:remainder 75}] + [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(75 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 875]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 875]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3306 a r:Inference; + r:gives { + 876 :numberToDigits (0 8 7 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(876 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(876 1000) math:remainder 876}] + [ a r:Fact; r:gives {(876 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(876 100) math:remainder 76}] + [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(76 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 876]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 876]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3307 a r:Inference; + r:gives { + 877 :numberToDigits (0 8 7 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(877 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(877 1000) math:remainder 877}] + [ a r:Fact; r:gives {(877 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(877 100) math:remainder 77}] + [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(77 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 877]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 877]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3308 a r:Inference; + r:gives { + 878 :numberToDigits (0 8 7 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(878 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(878 1000) math:remainder 878}] + [ a r:Fact; r:gives {(878 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(878 100) math:remainder 78}] + [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(78 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 878]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 878]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3309 a r:Inference; + r:gives { + 879 :numberToDigits (0 8 7 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(879 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(879 1000) math:remainder 879}] + [ a r:Fact; r:gives {(879 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(879 100) math:remainder 79}] + [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(79 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 879]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 879]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3310 a r:Inference; + r:gives { + 880 :numberToDigits (0 8 8 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(880 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(880 1000) math:remainder 880}] + [ a r:Fact; r:gives {(880 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(880 100) math:remainder 80}] + [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(80 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3311 a r:Inference; + r:gives { + 881 :numberToDigits (0 8 8 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(881 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(881 1000) math:remainder 881}] + [ a r:Fact; r:gives {(881 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(881 100) math:remainder 81}] + [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(81 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 881]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 881]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3312 a r:Inference; + r:gives { + 882 :numberToDigits (0 8 8 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(882 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(882 1000) math:remainder 882}] + [ a r:Fact; r:gives {(882 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(882 100) math:remainder 82}] + [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(82 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 882]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 882]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3313 a r:Inference; + r:gives { + 883 :numberToDigits (0 8 8 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(883 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(883 1000) math:remainder 883}] + [ a r:Fact; r:gives {(883 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(883 100) math:remainder 83}] + [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(83 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 883]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 883]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3314 a r:Inference; + r:gives { + 884 :numberToDigits (0 8 8 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(884 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(884 1000) math:remainder 884}] + [ a r:Fact; r:gives {(884 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(884 100) math:remainder 84}] + [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(84 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 884]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 884]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3315 a r:Inference; + r:gives { + 885 :numberToDigits (0 8 8 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(885 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(885 1000) math:remainder 885}] + [ a r:Fact; r:gives {(885 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(885 100) math:remainder 85}] + [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(85 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 885]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 885]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3316 a r:Inference; + r:gives { + 886 :numberToDigits (0 8 8 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(886 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(886 1000) math:remainder 886}] + [ a r:Fact; r:gives {(886 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(886 100) math:remainder 86}] + [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(86 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 886]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 886]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3317 a r:Inference; + r:gives { + 887 :numberToDigits (0 8 8 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(887 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(887 1000) math:remainder 887}] + [ a r:Fact; r:gives {(887 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(887 100) math:remainder 87}] + [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(87 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 887]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 887]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3318 a r:Inference; + r:gives { + 888 :numberToDigits (0 8 8 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(888 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(888 1000) math:remainder 888}] + [ a r:Fact; r:gives {(888 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(888 100) math:remainder 88}] + [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(88 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 888]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 888]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3319 a r:Inference; + r:gives { + (0 8 8 8) :digitsToNumber 888 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 800 80 8) math:sum 888}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 888]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3439. + +skolem:lemma3320 a r:Inference; + r:gives { + (8 8 8 0) :digitsToNumber 8880 . + }; + r:evidence ( + [ a r:Fact; r:gives {(8 1000) math:product 8000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(8000 800 80 0) math:sum 8880}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3321 a r:Inference; + r:gives { + 889 :numberToDigits (0 8 8 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(889 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(889 1000) math:remainder 889}] + [ a r:Fact; r:gives {(889 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(889 100) math:remainder 89}] + [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(89 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3322 a r:Inference; + r:gives { + (0 8 8 9) :digitsToNumber 889 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(0 800 80 9) math:sum 889}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 889]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma3323 a r:Inference; + r:gives { + (9 8 8 0) :digitsToNumber 9880 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(9000 800 80 0) math:sum 9880}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9880]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3324 a r:Inference; + r:gives { + 890 :numberToDigits (0 8 9 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(890 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(890 1000) math:remainder 890}] + [ a r:Fact; r:gives {(890 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(890 100) math:remainder 90}] + [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(90 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 890]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 890]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3325 a r:Inference; + r:gives { + 891 :numberToDigits (0 8 9 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(891 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(891 1000) math:remainder 891}] + [ a r:Fact; r:gives {(891 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(891 100) math:remainder 91}] + [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(91 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 891]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 891]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3326 a r:Inference; + r:gives { + 892 :numberToDigits (0 8 9 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(892 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(892 1000) math:remainder 892}] + [ a r:Fact; r:gives {(892 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(892 100) math:remainder 92}] + [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(92 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 892]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 892]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3327 a r:Inference; + r:gives { + 893 :numberToDigits (0 8 9 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(893 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(893 1000) math:remainder 893}] + [ a r:Fact; r:gives {(893 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(893 100) math:remainder 93}] + [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(93 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 893]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 893]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3328 a r:Inference; + r:gives { + 894 :numberToDigits (0 8 9 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(894 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(894 1000) math:remainder 894}] + [ a r:Fact; r:gives {(894 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(894 100) math:remainder 94}] + [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(94 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 894]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 894]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3329 a r:Inference; + r:gives { + 895 :numberToDigits (0 8 9 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(895 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(895 1000) math:remainder 895}] + [ a r:Fact; r:gives {(895 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(895 100) math:remainder 95}] + [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(95 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 895]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 895]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3330 a r:Inference; + r:gives { + 896 :numberToDigits (0 8 9 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(896 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(896 1000) math:remainder 896}] + [ a r:Fact; r:gives {(896 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(896 100) math:remainder 96}] + [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(96 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 896]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 896]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3331 a r:Inference; + r:gives { + 897 :numberToDigits (0 8 9 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(897 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(897 1000) math:remainder 897}] + [ a r:Fact; r:gives {(897 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(897 100) math:remainder 97}] + [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(97 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 897]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 897]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3332 a r:Inference; + r:gives { + 898 :numberToDigits (0 8 9 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(898 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(898 1000) math:remainder 898}] + [ a r:Fact; r:gives {(898 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(898 100) math:remainder 98}] + [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(98 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 898]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 898]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3333 a r:Inference; + r:gives { + 899 :numberToDigits (0 8 9 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(899 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(899 1000) math:remainder 899}] + [ a r:Fact; r:gives {(899 100) math:integerQuotient 8}] + [ a r:Fact; r:gives {(899 100) math:remainder 99}] + [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(99 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3334 a r:Inference; + r:gives { + (0 8 9 9) :digitsToNumber 899 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(8 100) math:product 800}] + [ a r:Fact; r:gives {(9 10) math:product 90}] + [ a r:Fact; r:gives {(0 800 90 9) math:sum 899}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 899]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma3335 a r:Inference; + r:gives { + (9 9 8 0) :digitsToNumber 9980 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(9 100) math:product 900}] + [ a r:Fact; r:gives {(8 10) math:product 80}] + [ a r:Fact; r:gives {(9000 900 80 0) math:sum 9980}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3336 a r:Inference; + r:gives { + 900 :numberToDigits (0 9 0 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(900 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(900 1000) math:remainder 900}] + [ a r:Fact; r:gives {(900 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(900 100) math:remainder 0}] + [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(0 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3337 a r:Inference; + r:gives { + 901 :numberToDigits (0 9 0 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(901 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(901 1000) math:remainder 901}] + [ a r:Fact; r:gives {(901 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(901 100) math:remainder 1}] + [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(1 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 901]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 901]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3338 a r:Inference; + r:gives { + 902 :numberToDigits (0 9 0 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(902 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(902 1000) math:remainder 902}] + [ a r:Fact; r:gives {(902 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(902 100) math:remainder 2}] + [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(2 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 902]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 902]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3339 a r:Inference; + r:gives { + 903 :numberToDigits (0 9 0 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(903 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(903 1000) math:remainder 903}] + [ a r:Fact; r:gives {(903 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(903 100) math:remainder 3}] + [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(3 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 903]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 903]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3340 a r:Inference; + r:gives { + 904 :numberToDigits (0 9 0 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(904 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(904 1000) math:remainder 904}] + [ a r:Fact; r:gives {(904 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(904 100) math:remainder 4}] + [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(4 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 904]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 904]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3341 a r:Inference; + r:gives { + 905 :numberToDigits (0 9 0 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(905 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(905 1000) math:remainder 905}] + [ a r:Fact; r:gives {(905 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(905 100) math:remainder 5}] + [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(5 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 905]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 905]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3342 a r:Inference; + r:gives { + 906 :numberToDigits (0 9 0 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(906 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(906 1000) math:remainder 906}] + [ a r:Fact; r:gives {(906 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(906 100) math:remainder 6}] + [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(6 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 906]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 906]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3343 a r:Inference; + r:gives { + 907 :numberToDigits (0 9 0 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(907 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(907 1000) math:remainder 907}] + [ a r:Fact; r:gives {(907 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(907 100) math:remainder 7}] + [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(7 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 907]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 907]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3344 a r:Inference; + r:gives { + 908 :numberToDigits (0 9 0 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(908 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(908 1000) math:remainder 908}] + [ a r:Fact; r:gives {(908 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(908 100) math:remainder 8}] + [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(8 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 908]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 908]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3345 a r:Inference; + r:gives { + 909 :numberToDigits (0 9 0 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(909 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(909 1000) math:remainder 909}] + [ a r:Fact; r:gives {(909 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(909 100) math:remainder 9}] + [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] + [ a r:Fact; r:gives {(9 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 909]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 909]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3346 a r:Inference; + r:gives { + 910 :numberToDigits (0 9 1 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(910 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(910 1000) math:remainder 910}] + [ a r:Fact; r:gives {(910 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(910 100) math:remainder 10}] + [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(10 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 910]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3347 a r:Inference; + r:gives { + 911 :numberToDigits (0 9 1 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(911 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(911 1000) math:remainder 911}] + [ a r:Fact; r:gives {(911 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(911 100) math:remainder 11}] + [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(11 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 911]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 911]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3348 a r:Inference; + r:gives { + 912 :numberToDigits (0 9 1 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(912 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(912 1000) math:remainder 912}] + [ a r:Fact; r:gives {(912 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(912 100) math:remainder 12}] + [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(12 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 912]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 912]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3349 a r:Inference; + r:gives { + 913 :numberToDigits (0 9 1 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(913 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(913 1000) math:remainder 913}] + [ a r:Fact; r:gives {(913 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(913 100) math:remainder 13}] + [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(13 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 913]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 913]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3350 a r:Inference; + r:gives { + 914 :numberToDigits (0 9 1 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(914 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(914 1000) math:remainder 914}] + [ a r:Fact; r:gives {(914 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(914 100) math:remainder 14}] + [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(14 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 914]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 914]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3351 a r:Inference; + r:gives { + 915 :numberToDigits (0 9 1 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(915 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(915 1000) math:remainder 915}] + [ a r:Fact; r:gives {(915 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(915 100) math:remainder 15}] + [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(15 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 915]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 915]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3352 a r:Inference; + r:gives { + 916 :numberToDigits (0 9 1 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(916 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(916 1000) math:remainder 916}] + [ a r:Fact; r:gives {(916 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(916 100) math:remainder 16}] + [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(16 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 916]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 916]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3353 a r:Inference; + r:gives { + 917 :numberToDigits (0 9 1 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(917 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(917 1000) math:remainder 917}] + [ a r:Fact; r:gives {(917 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(917 100) math:remainder 17}] + [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(17 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 917]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 917]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3354 a r:Inference; + r:gives { + 918 :numberToDigits (0 9 1 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(918 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(918 1000) math:remainder 918}] + [ a r:Fact; r:gives {(918 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(918 100) math:remainder 18}] + [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(18 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 918]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 918]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3355 a r:Inference; + r:gives { + 919 :numberToDigits (0 9 1 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(919 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(919 1000) math:remainder 919}] + [ a r:Fact; r:gives {(919 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(919 100) math:remainder 19}] + [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] + [ a r:Fact; r:gives {(19 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 919]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 919]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3356 a r:Inference; + r:gives { + 920 :numberToDigits (0 9 2 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(920 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(920 1000) math:remainder 920}] + [ a r:Fact; r:gives {(920 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(920 100) math:remainder 20}] + [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(20 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 920]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3357 a r:Inference; + r:gives { + 921 :numberToDigits (0 9 2 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(921 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(921 1000) math:remainder 921}] + [ a r:Fact; r:gives {(921 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(921 100) math:remainder 21}] + [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(21 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 921]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 921]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3358 a r:Inference; + r:gives { + 922 :numberToDigits (0 9 2 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(922 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(922 1000) math:remainder 922}] + [ a r:Fact; r:gives {(922 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(922 100) math:remainder 22}] + [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(22 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 922]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 922]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3359 a r:Inference; + r:gives { + 923 :numberToDigits (0 9 2 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(923 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(923 1000) math:remainder 923}] + [ a r:Fact; r:gives {(923 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(923 100) math:remainder 23}] + [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(23 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 923]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 923]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3360 a r:Inference; + r:gives { + 924 :numberToDigits (0 9 2 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(924 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(924 1000) math:remainder 924}] + [ a r:Fact; r:gives {(924 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(924 100) math:remainder 24}] + [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(24 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 924]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 924]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3361 a r:Inference; + r:gives { + 925 :numberToDigits (0 9 2 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(925 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(925 1000) math:remainder 925}] + [ a r:Fact; r:gives {(925 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(925 100) math:remainder 25}] + [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(25 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 925]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 925]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3362 a r:Inference; + r:gives { + 926 :numberToDigits (0 9 2 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(926 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(926 1000) math:remainder 926}] + [ a r:Fact; r:gives {(926 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(926 100) math:remainder 26}] + [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(26 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 926]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 926]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3363 a r:Inference; + r:gives { + 927 :numberToDigits (0 9 2 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(927 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(927 1000) math:remainder 927}] + [ a r:Fact; r:gives {(927 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(927 100) math:remainder 27}] + [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(27 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 927]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 927]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3364 a r:Inference; + r:gives { + 928 :numberToDigits (0 9 2 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(928 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(928 1000) math:remainder 928}] + [ a r:Fact; r:gives {(928 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(928 100) math:remainder 28}] + [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(28 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 928]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 928]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3365 a r:Inference; + r:gives { + 929 :numberToDigits (0 9 2 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(929 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(929 1000) math:remainder 929}] + [ a r:Fact; r:gives {(929 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(929 100) math:remainder 29}] + [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] + [ a r:Fact; r:gives {(29 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 929]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 929]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3366 a r:Inference; + r:gives { + 930 :numberToDigits (0 9 3 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(930 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(930 1000) math:remainder 930}] + [ a r:Fact; r:gives {(930 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(930 100) math:remainder 30}] + [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(30 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 930]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3367 a r:Inference; + r:gives { + 931 :numberToDigits (0 9 3 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(931 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(931 1000) math:remainder 931}] + [ a r:Fact; r:gives {(931 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(931 100) math:remainder 31}] + [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(31 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 931]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 931]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3368 a r:Inference; + r:gives { + 932 :numberToDigits (0 9 3 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(932 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(932 1000) math:remainder 932}] + [ a r:Fact; r:gives {(932 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(932 100) math:remainder 32}] + [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(32 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 932]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 932]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3369 a r:Inference; + r:gives { + 933 :numberToDigits (0 9 3 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(933 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(933 1000) math:remainder 933}] + [ a r:Fact; r:gives {(933 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(933 100) math:remainder 33}] + [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(33 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 933]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 933]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3370 a r:Inference; + r:gives { + 934 :numberToDigits (0 9 3 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(934 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(934 1000) math:remainder 934}] + [ a r:Fact; r:gives {(934 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(934 100) math:remainder 34}] + [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(34 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 934]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 934]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3371 a r:Inference; + r:gives { + 935 :numberToDigits (0 9 3 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(935 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(935 1000) math:remainder 935}] + [ a r:Fact; r:gives {(935 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(935 100) math:remainder 35}] + [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(35 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 935]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 935]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3372 a r:Inference; + r:gives { + 936 :numberToDigits (0 9 3 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(936 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(936 1000) math:remainder 936}] + [ a r:Fact; r:gives {(936 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(936 100) math:remainder 36}] + [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(36 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 936]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 936]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3373 a r:Inference; + r:gives { + 937 :numberToDigits (0 9 3 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(937 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(937 1000) math:remainder 937}] + [ a r:Fact; r:gives {(937 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(937 100) math:remainder 37}] + [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(37 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 937]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 937]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3374 a r:Inference; + r:gives { + 938 :numberToDigits (0 9 3 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(938 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(938 1000) math:remainder 938}] + [ a r:Fact; r:gives {(938 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(938 100) math:remainder 38}] + [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(38 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 938]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 938]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3375 a r:Inference; + r:gives { + 939 :numberToDigits (0 9 3 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(939 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(939 1000) math:remainder 939}] + [ a r:Fact; r:gives {(939 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(939 100) math:remainder 39}] + [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] + [ a r:Fact; r:gives {(39 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 939]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 939]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3376 a r:Inference; + r:gives { + 940 :numberToDigits (0 9 4 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(940 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(940 1000) math:remainder 940}] + [ a r:Fact; r:gives {(940 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(940 100) math:remainder 40}] + [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(40 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 940]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3377 a r:Inference; + r:gives { + 941 :numberToDigits (0 9 4 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(941 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(941 1000) math:remainder 941}] + [ a r:Fact; r:gives {(941 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(941 100) math:remainder 41}] + [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(41 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 941]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 941]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3378 a r:Inference; + r:gives { + 942 :numberToDigits (0 9 4 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(942 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(942 1000) math:remainder 942}] + [ a r:Fact; r:gives {(942 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(942 100) math:remainder 42}] + [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(42 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 942]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 942]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3379 a r:Inference; + r:gives { + 943 :numberToDigits (0 9 4 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(943 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(943 1000) math:remainder 943}] + [ a r:Fact; r:gives {(943 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(943 100) math:remainder 43}] + [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(43 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 943]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 943]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3380 a r:Inference; + r:gives { + 944 :numberToDigits (0 9 4 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(944 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(944 1000) math:remainder 944}] + [ a r:Fact; r:gives {(944 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(944 100) math:remainder 44}] + [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(44 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 944]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 944]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3381 a r:Inference; + r:gives { + 945 :numberToDigits (0 9 4 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(945 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(945 1000) math:remainder 945}] + [ a r:Fact; r:gives {(945 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(945 100) math:remainder 45}] + [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(45 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 945]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 945]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3382 a r:Inference; + r:gives { + 946 :numberToDigits (0 9 4 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(946 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(946 1000) math:remainder 946}] + [ a r:Fact; r:gives {(946 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(946 100) math:remainder 46}] + [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(46 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 946]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 946]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3383 a r:Inference; + r:gives { + 947 :numberToDigits (0 9 4 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(947 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(947 1000) math:remainder 947}] + [ a r:Fact; r:gives {(947 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(947 100) math:remainder 47}] + [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(47 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 947]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 947]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3384 a r:Inference; + r:gives { + 948 :numberToDigits (0 9 4 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(948 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(948 1000) math:remainder 948}] + [ a r:Fact; r:gives {(948 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(948 100) math:remainder 48}] + [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(48 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 948]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 948]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3385 a r:Inference; + r:gives { + 949 :numberToDigits (0 9 4 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(949 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(949 1000) math:remainder 949}] + [ a r:Fact; r:gives {(949 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(949 100) math:remainder 49}] + [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] + [ a r:Fact; r:gives {(49 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 949]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 949]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3386 a r:Inference; + r:gives { + 950 :numberToDigits (0 9 5 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(950 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(950 1000) math:remainder 950}] + [ a r:Fact; r:gives {(950 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(950 100) math:remainder 50}] + [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(50 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 950]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3387 a r:Inference; + r:gives { + 951 :numberToDigits (0 9 5 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(951 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(951 1000) math:remainder 951}] + [ a r:Fact; r:gives {(951 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(951 100) math:remainder 51}] + [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(51 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 951]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 951]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3388 a r:Inference; + r:gives { + 952 :numberToDigits (0 9 5 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(952 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(952 1000) math:remainder 952}] + [ a r:Fact; r:gives {(952 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(952 100) math:remainder 52}] + [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(52 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 952]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 952]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3389 a r:Inference; + r:gives { + 953 :numberToDigits (0 9 5 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(953 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(953 1000) math:remainder 953}] + [ a r:Fact; r:gives {(953 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(953 100) math:remainder 53}] + [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(53 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 953]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 953]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3390 a r:Inference; + r:gives { + 954 :numberToDigits (0 9 5 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(954 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(954 1000) math:remainder 954}] + [ a r:Fact; r:gives {(954 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(954 100) math:remainder 54}] + [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(54 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 954]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 954]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3391 a r:Inference; + r:gives { + 955 :numberToDigits (0 9 5 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(955 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(955 1000) math:remainder 955}] + [ a r:Fact; r:gives {(955 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(955 100) math:remainder 55}] + [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(55 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 955]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 955]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3392 a r:Inference; + r:gives { + 956 :numberToDigits (0 9 5 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(956 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(956 1000) math:remainder 956}] + [ a r:Fact; r:gives {(956 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(956 100) math:remainder 56}] + [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(56 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 956]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 956]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3393 a r:Inference; + r:gives { + 957 :numberToDigits (0 9 5 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(957 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(957 1000) math:remainder 957}] + [ a r:Fact; r:gives {(957 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(957 100) math:remainder 57}] + [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(57 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 957]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 957]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3394 a r:Inference; + r:gives { + 958 :numberToDigits (0 9 5 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(958 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(958 1000) math:remainder 958}] + [ a r:Fact; r:gives {(958 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(958 100) math:remainder 58}] + [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(58 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 958]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 958]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3395 a r:Inference; + r:gives { + 959 :numberToDigits (0 9 5 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(959 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(959 1000) math:remainder 959}] + [ a r:Fact; r:gives {(959 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(959 100) math:remainder 59}] + [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] + [ a r:Fact; r:gives {(59 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 959]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 959]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3396 a r:Inference; + r:gives { + 960 :numberToDigits (0 9 6 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(960 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(960 1000) math:remainder 960}] + [ a r:Fact; r:gives {(960 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(960 100) math:remainder 60}] + [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(60 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 960]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3397 a r:Inference; + r:gives { + 961 :numberToDigits (0 9 6 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(961 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(961 1000) math:remainder 961}] + [ a r:Fact; r:gives {(961 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(961 100) math:remainder 61}] + [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(61 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 961]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 961]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3398 a r:Inference; + r:gives { + 962 :numberToDigits (0 9 6 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(962 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(962 1000) math:remainder 962}] + [ a r:Fact; r:gives {(962 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(962 100) math:remainder 62}] + [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(62 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 962]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 962]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3399 a r:Inference; + r:gives { + 963 :numberToDigits (0 9 6 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(963 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(963 1000) math:remainder 963}] + [ a r:Fact; r:gives {(963 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(963 100) math:remainder 63}] + [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(63 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 963]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 963]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3400 a r:Inference; + r:gives { + 964 :numberToDigits (0 9 6 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(964 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(964 1000) math:remainder 964}] + [ a r:Fact; r:gives {(964 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(964 100) math:remainder 64}] + [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(64 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 964]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 964]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3401 a r:Inference; + r:gives { + 965 :numberToDigits (0 9 6 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(965 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(965 1000) math:remainder 965}] + [ a r:Fact; r:gives {(965 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(965 100) math:remainder 65}] + [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(65 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 965]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 965]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3402 a r:Inference; + r:gives { + 966 :numberToDigits (0 9 6 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(966 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(966 1000) math:remainder 966}] + [ a r:Fact; r:gives {(966 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(966 100) math:remainder 66}] + [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(66 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 966]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 966]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3403 a r:Inference; + r:gives { + 967 :numberToDigits (0 9 6 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(967 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(967 1000) math:remainder 967}] + [ a r:Fact; r:gives {(967 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(967 100) math:remainder 67}] + [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(67 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 967]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 967]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3404 a r:Inference; + r:gives { + 968 :numberToDigits (0 9 6 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(968 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(968 1000) math:remainder 968}] + [ a r:Fact; r:gives {(968 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(968 100) math:remainder 68}] + [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(68 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 968]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 968]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3405 a r:Inference; + r:gives { + 969 :numberToDigits (0 9 6 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(969 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(969 1000) math:remainder 969}] + [ a r:Fact; r:gives {(969 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(969 100) math:remainder 69}] + [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] + [ a r:Fact; r:gives {(69 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 969]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 969]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3406 a r:Inference; + r:gives { + 970 :numberToDigits (0 9 7 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(970 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(970 1000) math:remainder 970}] + [ a r:Fact; r:gives {(970 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(970 100) math:remainder 70}] + [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(70 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 970]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3407 a r:Inference; + r:gives { + 971 :numberToDigits (0 9 7 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(971 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(971 1000) math:remainder 971}] + [ a r:Fact; r:gives {(971 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(971 100) math:remainder 71}] + [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(71 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 971]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 971]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3408 a r:Inference; + r:gives { + 972 :numberToDigits (0 9 7 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(972 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(972 1000) math:remainder 972}] + [ a r:Fact; r:gives {(972 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(972 100) math:remainder 72}] + [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(72 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 972]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 972]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3409 a r:Inference; + r:gives { + 973 :numberToDigits (0 9 7 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(973 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(973 1000) math:remainder 973}] + [ a r:Fact; r:gives {(973 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(973 100) math:remainder 73}] + [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(73 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 973]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 973]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3410 a r:Inference; + r:gives { + 974 :numberToDigits (0 9 7 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(974 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(974 1000) math:remainder 974}] + [ a r:Fact; r:gives {(974 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(974 100) math:remainder 74}] + [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(74 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 974]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 974]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3411 a r:Inference; + r:gives { + 975 :numberToDigits (0 9 7 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(975 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(975 1000) math:remainder 975}] + [ a r:Fact; r:gives {(975 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(975 100) math:remainder 75}] + [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(75 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 975]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 975]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3412 a r:Inference; + r:gives { + 976 :numberToDigits (0 9 7 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(976 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(976 1000) math:remainder 976}] + [ a r:Fact; r:gives {(976 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(976 100) math:remainder 76}] + [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(76 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 976]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 976]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3413 a r:Inference; + r:gives { + 977 :numberToDigits (0 9 7 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(977 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(977 1000) math:remainder 977}] + [ a r:Fact; r:gives {(977 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(977 100) math:remainder 77}] + [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(77 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 977]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 977]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3414 a r:Inference; + r:gives { + 978 :numberToDigits (0 9 7 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(978 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(978 1000) math:remainder 978}] + [ a r:Fact; r:gives {(978 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(978 100) math:remainder 78}] + [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(78 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 978]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 978]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3415 a r:Inference; + r:gives { + 979 :numberToDigits (0 9 7 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(979 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(979 1000) math:remainder 979}] + [ a r:Fact; r:gives {(979 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(979 100) math:remainder 79}] + [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] + [ a r:Fact; r:gives {(79 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 979]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 979]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3416 a r:Inference; + r:gives { + 980 :numberToDigits (0 9 8 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(980 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(980 1000) math:remainder 980}] + [ a r:Fact; r:gives {(980 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(980 100) math:remainder 80}] + [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(80 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 980]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3417 a r:Inference; + r:gives { + 981 :numberToDigits (0 9 8 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(981 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(981 1000) math:remainder 981}] + [ a r:Fact; r:gives {(981 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(981 100) math:remainder 81}] + [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(81 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 981]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 981]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3418 a r:Inference; + r:gives { + 982 :numberToDigits (0 9 8 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(982 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(982 1000) math:remainder 982}] + [ a r:Fact; r:gives {(982 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(982 100) math:remainder 82}] + [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(82 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 982]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 982]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3419 a r:Inference; + r:gives { + 983 :numberToDigits (0 9 8 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(983 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(983 1000) math:remainder 983}] + [ a r:Fact; r:gives {(983 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(983 100) math:remainder 83}] + [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(83 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 983]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 983]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3420 a r:Inference; + r:gives { + 984 :numberToDigits (0 9 8 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(984 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(984 1000) math:remainder 984}] + [ a r:Fact; r:gives {(984 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(984 100) math:remainder 84}] + [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(84 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 984]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 984]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3421 a r:Inference; + r:gives { + 985 :numberToDigits (0 9 8 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(985 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(985 1000) math:remainder 985}] + [ a r:Fact; r:gives {(985 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(985 100) math:remainder 85}] + [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(85 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 985]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 985]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3422 a r:Inference; + r:gives { + 986 :numberToDigits (0 9 8 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(986 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(986 1000) math:remainder 986}] + [ a r:Fact; r:gives {(986 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(986 100) math:remainder 86}] + [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(86 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 986]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 986]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3423 a r:Inference; + r:gives { + 987 :numberToDigits (0 9 8 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(987 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(987 1000) math:remainder 987}] + [ a r:Fact; r:gives {(987 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(987 100) math:remainder 87}] + [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(87 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 987]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 987]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3424 a r:Inference; + r:gives { + 988 :numberToDigits (0 9 8 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(988 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(988 1000) math:remainder 988}] + [ a r:Fact; r:gives {(988 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(988 100) math:remainder 88}] + [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(88 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 988]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 988]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3425 a r:Inference; + r:gives { + 989 :numberToDigits (0 9 8 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(989 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(989 1000) math:remainder 989}] + [ a r:Fact; r:gives {(989 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(989 100) math:remainder 89}] + [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] + [ a r:Fact; r:gives {(89 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 989]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 989]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3426 a r:Inference; + r:gives { + 990 :numberToDigits (0 9 9 0). + }; + r:evidence ( + [ a r:Fact; r:gives {(990 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(990 1000) math:remainder 990}] + [ a r:Fact; r:gives {(990 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(990 100) math:remainder 90}] + [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(90 10) math:remainder 0}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 990]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 990]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3438. + +skolem:lemma3427 a r:Inference; + r:gives { + 991 :numberToDigits (0 9 9 1). + }; + r:evidence ( + [ a r:Fact; r:gives {(991 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(991 1000) math:remainder 991}] + [ a r:Fact; r:gives {(991 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(991 100) math:remainder 91}] + [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(91 10) math:remainder 1}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 991]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; + r:rule skolem:lemma3438. + +skolem:lemma3428 a r:Inference; + r:gives { + 992 :numberToDigits (0 9 9 2). + }; + r:evidence ( + [ a r:Fact; r:gives {(992 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(992 1000) math:remainder 992}] + [ a r:Fact; r:gives {(992 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(992 100) math:remainder 92}] + [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(92 10) math:remainder 2}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 992]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; + r:rule skolem:lemma3438. + +skolem:lemma3429 a r:Inference; + r:gives { + 993 :numberToDigits (0 9 9 3). + }; + r:evidence ( + [ a r:Fact; r:gives {(993 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(993 1000) math:remainder 993}] + [ a r:Fact; r:gives {(993 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(993 100) math:remainder 93}] + [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(93 10) math:remainder 3}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 993]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; + r:rule skolem:lemma3438. + +skolem:lemma3430 a r:Inference; + r:gives { + 994 :numberToDigits (0 9 9 4). + }; + r:evidence ( + [ a r:Fact; r:gives {(994 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(994 1000) math:remainder 994}] + [ a r:Fact; r:gives {(994 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(994 100) math:remainder 94}] + [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(94 10) math:remainder 4}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 994]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; + r:rule skolem:lemma3438. + +skolem:lemma3431 a r:Inference; + r:gives { + 995 :numberToDigits (0 9 9 5). + }; + r:evidence ( + [ a r:Fact; r:gives {(995 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(995 1000) math:remainder 995}] + [ a r:Fact; r:gives {(995 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(995 100) math:remainder 95}] + [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(95 10) math:remainder 5}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 995]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; + r:rule skolem:lemma3438. + +skolem:lemma3432 a r:Inference; + r:gives { + 996 :numberToDigits (0 9 9 6). + }; + r:evidence ( + [ a r:Fact; r:gives {(996 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(996 1000) math:remainder 996}] + [ a r:Fact; r:gives {(996 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(996 100) math:remainder 96}] + [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(96 10) math:remainder 6}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 996]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; + r:rule skolem:lemma3438. + +skolem:lemma3433 a r:Inference; + r:gives { + 997 :numberToDigits (0 9 9 7). + }; + r:evidence ( + [ a r:Fact; r:gives {(997 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(997 1000) math:remainder 997}] + [ a r:Fact; r:gives {(997 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(997 100) math:remainder 97}] + [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(97 10) math:remainder 7}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 997]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; + r:rule skolem:lemma3438. + +skolem:lemma3434 a r:Inference; + r:gives { + 998 :numberToDigits (0 9 9 8). + }; + r:evidence ( + [ a r:Fact; r:gives {(998 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(998 1000) math:remainder 998}] + [ a r:Fact; r:gives {(998 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(998 100) math:remainder 98}] + [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(98 10) math:remainder 8}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 998]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; + r:rule skolem:lemma3438. + +skolem:lemma3435 a r:Inference; + r:gives { + 999 :numberToDigits (0 9 9 9). + }; + r:evidence ( + [ a r:Fact; r:gives {(999 1000) math:integerQuotient 0}] + [ a r:Fact; r:gives {(999 1000) math:remainder 999}] + [ a r:Fact; r:gives {(999 100) math:integerQuotient 9}] + [ a r:Fact; r:gives {(999 100) math:remainder 99}] + [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] + [ a r:Fact; r:gives {(99 10) math:remainder 9}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3438. + +skolem:lemma3436 a r:Inference; + r:gives { + (0 9 9 9) :digitsToNumber 999 . + }; + r:evidence ( + [ a r:Fact; r:gives {(0 1000) math:product 0}] + [ a r:Fact; r:gives {(9 100) math:product 900}] + [ a r:Fact; r:gives {(9 10) math:product 90}] + [ a r:Fact; r:gives {(0 900 90 9) math:sum 999}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 999]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; + r:rule skolem:lemma3439. + +skolem:lemma3437 a r:Inference; + r:gives { + (9 9 9 0) :digitsToNumber 9990 . + }; + r:evidence ( + [ a r:Fact; r:gives {(9 1000) math:product 9000}] + [ a r:Fact; r:gives {(9 100) math:product 900}] + [ a r:Fact; r:gives {(9 10) math:product 90}] + [ a r:Fact; r:gives {(9000 900 90 0) math:sum 9990}] + ); + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9990]; + r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; + r:rule skolem:lemma3439. + +skolem:lemma3438 a r:Extraction; + r:gives { + @forAll var:x_0, var:x_1, var:x_2, var:x_3, var:x_4, var:x_5, var:x_6. { + var:x_0 :numberToDigits (var:x_1 var:x_3 var:x_5 var:x_6). + } <= { + (var:x_0 1000) math:integerQuotient var:x_1. + (var:x_0 1000) math:remainder var:x_2. + (var:x_2 100) math:integerQuotient var:x_3. + (var:x_2 100) math:remainder var:x_4. + (var:x_4 10) math:integerQuotient var:x_5. + (var:x_4 10) math:remainder var:x_6. + }. + }; + r:because [ a r:Parsing; r:source ]. + +skolem:lemma3439 a r:Extraction; + r:gives { + @forAll var:x_0, var:x_1, var:x_2, var:x_3, var:x_4, var:x_5, var:x_6, var:x_7. { + (var:x_0 var:x_2 var:x_4 var:x_6) :digitsToNumber var:x_7. + } <= { + (var:x_0 1000) math:product var:x_1. + (var:x_2 100) math:product var:x_3. + (var:x_4 10) math:product var:x_5. + (var:x_1 var:x_3 var:x_5 var:x_6) math:sum var:x_7. + }. + }; + r:because [ a r:Parsing; r:source ]. + diff --git a/reasoning/proof-by-recursion/example2-query.n3 b/reasoning/proof-by-induction/example2-query.n3 similarity index 59% rename from reasoning/proof-by-recursion/example2-query.n3 rename to reasoning/proof-by-induction/example2-query.n3 index b2102fb90..d7a4149ab 100644 --- a/reasoning/proof-by-recursion/example2-query.n3 +++ b/reasoning/proof-by-induction/example2-query.n3 @@ -4,9 +4,8 @@ # query { - 2000 log:repeat ?A. - (?A 2000) math:sum ?B. - ?B :kaprekar (0 ?C). + 1000 log:repeat ?A. + ?A :kaprekar (0 ?B). } => { - ?B :recursionCount ?C. + ?A :recursionCount ?B. }. diff --git a/reasoning/proof-by-recursion/example2.n3 b/reasoning/proof-by-induction/example2.n3 similarity index 100% rename from reasoning/proof-by-recursion/example2.n3 rename to reasoning/proof-by-induction/example2.n3 diff --git a/reasoning/proof-by-recursion/test b/reasoning/proof-by-induction/test similarity index 61% rename from reasoning/proof-by-recursion/test rename to reasoning/proof-by-induction/test index bcb5caef9..e98e2ad65 100755 --- a/reasoning/proof-by-recursion/test +++ b/reasoning/proof-by-induction/test @@ -1,6 +1,6 @@ #!/bin/bash -eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope https://eyereasoner.github.io/eye/reasoning/proof-by-recursion/example1.n3 --query https://eyereasoner.github.io/eye/reasoning/proof-by-recursion/example1-query.n3 --output example1-answer.n3 -eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. https://eyereasoner.github.io/eye/reasoning/proof-by-recursion/example1.n3 --query https://eyereasoner.github.io/eye/reasoning/proof-by-recursion/example1-query.n3 --output example1-proof.n3 +eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope https://eyereasoner.github.io/eye/reasoning/proof-by-induction/example1.n3 --query https://eyereasoner.github.io/eye/reasoning/proof-by-induction/example1-query.n3 --output example1-answer.n3 +eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. https://eyereasoner.github.io/eye/reasoning/proof-by-induction/example1.n3 --query https://eyereasoner.github.io/eye/reasoning/proof-by-induction/example1-query.n3 --output example1-proof.n3 -eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope https://eyereasoner.github.io/eye/reasoning/proof-by-recursion/example2.n3 --query https://eyereasoner.github.io/eye/reasoning/proof-by-recursion/example2-query.n3 --output example2-answer.n3 -eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. https://eyereasoner.github.io/eye/reasoning/proof-by-recursion/example2.n3 --query https://eyereasoner.github.io/eye/reasoning/proof-by-recursion/example2-query.n3 --output example2-proof.n3 +eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope https://eyereasoner.github.io/eye/reasoning/proof-by-induction/example2.n3 --query https://eyereasoner.github.io/eye/reasoning/proof-by-induction/example2-query.n3 --output example2-answer.n3 +eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. https://eyereasoner.github.io/eye/reasoning/proof-by-induction/example2.n3 --query https://eyereasoner.github.io/eye/reasoning/proof-by-induction/example2-query.n3 --output example2-proof.n3 diff --git a/reasoning/proof-by-recursion/example2-answer.n3 b/reasoning/proof-by-recursion/example2-answer.n3 deleted file mode 100644 index 5eedc3fae..000000000 --- a/reasoning/proof-by-recursion/example2-answer.n3 +++ /dev/null @@ -1,2000 +0,0 @@ -@prefix : . - -2000 :recursionCount 4 . -2001 :recursionCount 3 . -2002 :recursionCount 6 . -2003 :recursionCount 5 . -2004 :recursionCount 2 . -2005 :recursionCount 7 . -2006 :recursionCount 1 . -2007 :recursionCount 5 . -2008 :recursionCount 6 . -2009 :recursionCount 3 . -2010 :recursionCount 3 . -2011 :recursionCount 4 . -2012 :recursionCount 3 . -2013 :recursionCount 3 . -2014 :recursionCount 7 . -2015 :recursionCount 7 . -2016 :recursionCount 7 . -2017 :recursionCount 3 . -2018 :recursionCount 3 . -2019 :recursionCount 4 . -2020 :recursionCount 6 . -2021 :recursionCount 3 . -2022 :recursionCount 4 . -2023 :recursionCount 6 . -2024 :recursionCount 4 . -2025 :recursionCount 6 . -2026 :recursionCount 6 . -2027 :recursionCount 4 . -2028 :recursionCount 6 . -2029 :recursionCount 4 . -2030 :recursionCount 5 . -2031 :recursionCount 3 . -2032 :recursionCount 6 . -2033 :recursionCount 3 . -2034 :recursionCount 7 . -2035 :recursionCount 7 . -2036 :recursionCount 7 . -2037 :recursionCount 3 . -2038 :recursionCount 3 . -2039 :recursionCount 4 . -2040 :recursionCount 2 . -2041 :recursionCount 7 . -2042 :recursionCount 4 . -2043 :recursionCount 7 . -2044 :recursionCount 2 . -2045 :recursionCount 7 . -2046 :recursionCount 1 . -2047 :recursionCount 5 . -2048 :recursionCount 6 . -2049 :recursionCount 3 . -2050 :recursionCount 7 . -2051 :recursionCount 7 . -2052 :recursionCount 6 . -2053 :recursionCount 7 . -2054 :recursionCount 7 . -2055 :recursionCount 5 . -2056 :recursionCount 3 . -2057 :recursionCount 6 . -2058 :recursionCount 5 . -2059 :recursionCount 3 . -2060 :recursionCount 1 . -2061 :recursionCount 7 . -2062 :recursionCount 6 . -2063 :recursionCount 7 . -2064 :recursionCount 1 . -2065 :recursionCount 3 . -2066 :recursionCount 4 . -2067 :recursionCount 3 . -2068 :recursionCount 2 . -2069 :recursionCount 7 . -2070 :recursionCount 5 . -2071 :recursionCount 3 . -2072 :recursionCount 4 . -2073 :recursionCount 3 . -2074 :recursionCount 5 . -2075 :recursionCount 6 . -2076 :recursionCount 3 . -2077 :recursionCount 5 . -2078 :recursionCount 7 . -2079 :recursionCount 7 . -2080 :recursionCount 6 . -2081 :recursionCount 3 . -2082 :recursionCount 6 . -2083 :recursionCount 3 . -2084 :recursionCount 6 . -2085 :recursionCount 5 . -2086 :recursionCount 2 . -2087 :recursionCount 7 . -2088 :recursionCount 2 . -2089 :recursionCount 7 . -2090 :recursionCount 3 . -2091 :recursionCount 4 . -2092 :recursionCount 4 . -2093 :recursionCount 4 . -2094 :recursionCount 3 . -2095 :recursionCount 3 . -2096 :recursionCount 7 . -2097 :recursionCount 7 . -2098 :recursionCount 7 . -2099 :recursionCount 3 . -2100 :recursionCount 3 . -2101 :recursionCount 4 . -2102 :recursionCount 3 . -2103 :recursionCount 3 . -2104 :recursionCount 7 . -2105 :recursionCount 7 . -2106 :recursionCount 7 . -2107 :recursionCount 3 . -2108 :recursionCount 3 . -2109 :recursionCount 4 . -2110 :recursionCount 4 . -2111 :recursionCount 5 . -2112 :recursionCount 4 . -2113 :recursionCount 3 . -2114 :recursionCount 3 . -2115 :recursionCount 7 . -2116 :recursionCount 7 . -2117 :recursionCount 7 . -2118 :recursionCount 3 . -2119 :recursionCount 3 . -2120 :recursionCount 3 . -2121 :recursionCount 4 . -2122 :recursionCount 5 . -2123 :recursionCount 4 . -2124 :recursionCount 6 . -2125 :recursionCount 4 . -2126 :recursionCount 6 . -2127 :recursionCount 6 . -2128 :recursionCount 4 . -2129 :recursionCount 6 . -2130 :recursionCount 3 . -2131 :recursionCount 3 . -2132 :recursionCount 4 . -2133 :recursionCount 3 . -2134 :recursionCount 3 . -2135 :recursionCount 7 . -2136 :recursionCount 7 . -2137 :recursionCount 7 . -2138 :recursionCount 3 . -2139 :recursionCount 3 . -2140 :recursionCount 7 . -2141 :recursionCount 3 . -2142 :recursionCount 6 . -2143 :recursionCount 3 . -2144 :recursionCount 5 . -2145 :recursionCount 2 . -2146 :recursionCount 7 . -2147 :recursionCount 1 . -2148 :recursionCount 5 . -2149 :recursionCount 6 . -2150 :recursionCount 7 . -2151 :recursionCount 7 . -2152 :recursionCount 4 . -2153 :recursionCount 7 . -2154 :recursionCount 2 . -2155 :recursionCount 3 . -2156 :recursionCount 5 . -2157 :recursionCount 3 . -2158 :recursionCount 6 . -2159 :recursionCount 5 . -2160 :recursionCount 7 . -2161 :recursionCount 7 . -2162 :recursionCount 6 . -2163 :recursionCount 7 . -2164 :recursionCount 7 . -2165 :recursionCount 5 . -2166 :recursionCount 5 . -2167 :recursionCount 4 . -2168 :recursionCount 3 . -2169 :recursionCount 2 . -2170 :recursionCount 3 . -2171 :recursionCount 7 . -2172 :recursionCount 6 . -2173 :recursionCount 7 . -2174 :recursionCount 1 . -2175 :recursionCount 3 . -2176 :recursionCount 4 . -2177 :recursionCount 5 . -2178 :recursionCount 5 . -2179 :recursionCount 7 . -2180 :recursionCount 3 . -2181 :recursionCount 3 . -2182 :recursionCount 4 . -2183 :recursionCount 3 . -2184 :recursionCount 5 . -2185 :recursionCount 6 . -2186 :recursionCount 3 . -2187 :recursionCount 5 . -2188 :recursionCount 3 . -2189 :recursionCount 2 . -2190 :recursionCount 4 . -2191 :recursionCount 3 . -2192 :recursionCount 6 . -2193 :recursionCount 3 . -2194 :recursionCount 6 . -2195 :recursionCount 5 . -2196 :recursionCount 2 . -2197 :recursionCount 7 . -2198 :recursionCount 2 . -2199 :recursionCount 5 . -2200 :recursionCount 6 . -2201 :recursionCount 3 . -2202 :recursionCount 4 . -2203 :recursionCount 6 . -2204 :recursionCount 4 . -2205 :recursionCount 6 . -2206 :recursionCount 6 . -2207 :recursionCount 4 . -2208 :recursionCount 6 . -2209 :recursionCount 4 . -2210 :recursionCount 3 . -2211 :recursionCount 4 . -2212 :recursionCount 5 . -2213 :recursionCount 4 . -2214 :recursionCount 6 . -2215 :recursionCount 4 . -2216 :recursionCount 6 . -2217 :recursionCount 6 . -2218 :recursionCount 4 . -2219 :recursionCount 6 . -2220 :recursionCount 4 . -2221 :recursionCount 5 . -2223 :recursionCount 5 . -2224 :recursionCount 4 . -2225 :recursionCount 6 . -2226 :recursionCount 4 . -2227 :recursionCount 6 . -2228 :recursionCount 6 . -2229 :recursionCount 4 . -2230 :recursionCount 6 . -2231 :recursionCount 4 . -2232 :recursionCount 5 . -2233 :recursionCount 4 . -2234 :recursionCount 3 . -2235 :recursionCount 3 . -2236 :recursionCount 7 . -2237 :recursionCount 7 . -2238 :recursionCount 7 . -2239 :recursionCount 3 . -2240 :recursionCount 4 . -2241 :recursionCount 6 . -2242 :recursionCount 4 . -2243 :recursionCount 3 . -2244 :recursionCount 6 . -2245 :recursionCount 5 . -2246 :recursionCount 2 . -2247 :recursionCount 7 . -2248 :recursionCount 1 . -2249 :recursionCount 5 . -2250 :recursionCount 6 . -2251 :recursionCount 4 . -2252 :recursionCount 6 . -2253 :recursionCount 3 . -2254 :recursionCount 5 . -2255 :recursionCount 6 . -2256 :recursionCount 3 . -2257 :recursionCount 5 . -2258 :recursionCount 3 . -2259 :recursionCount 6 . -2260 :recursionCount 6 . -2261 :recursionCount 6 . -2262 :recursionCount 4 . -2263 :recursionCount 7 . -2264 :recursionCount 2 . -2265 :recursionCount 3 . -2266 :recursionCount 4 . -2267 :recursionCount 5 . -2268 :recursionCount 4 . -2269 :recursionCount 3 . -2270 :recursionCount 4 . -2271 :recursionCount 6 . -2272 :recursionCount 6 . -2273 :recursionCount 7 . -2274 :recursionCount 7 . -2275 :recursionCount 5 . -2276 :recursionCount 5 . -2277 :recursionCount 5 . -2278 :recursionCount 5 . -2279 :recursionCount 5 . -2280 :recursionCount 6 . -2281 :recursionCount 4 . -2282 :recursionCount 6 . -2283 :recursionCount 7 . -2284 :recursionCount 1 . -2285 :recursionCount 3 . -2286 :recursionCount 4 . -2287 :recursionCount 5 . -2288 :recursionCount 4 . -2289 :recursionCount 3 . -2290 :recursionCount 4 . -2291 :recursionCount 6 . -2292 :recursionCount 4 . -2293 :recursionCount 3 . -2294 :recursionCount 5 . -2295 :recursionCount 6 . -2296 :recursionCount 3 . -2297 :recursionCount 5 . -2298 :recursionCount 3 . -2299 :recursionCount 6 . -2300 :recursionCount 5 . -2301 :recursionCount 3 . -2302 :recursionCount 6 . -2303 :recursionCount 3 . -2304 :recursionCount 7 . -2305 :recursionCount 7 . -2306 :recursionCount 7 . -2307 :recursionCount 3 . -2308 :recursionCount 3 . -2309 :recursionCount 4 . -2310 :recursionCount 3 . -2311 :recursionCount 3 . -2312 :recursionCount 4 . -2313 :recursionCount 3 . -2314 :recursionCount 3 . -2315 :recursionCount 7 . -2316 :recursionCount 7 . -2317 :recursionCount 7 . -2318 :recursionCount 3 . -2319 :recursionCount 3 . -2320 :recursionCount 6 . -2321 :recursionCount 4 . -2322 :recursionCount 5 . -2323 :recursionCount 4 . -2324 :recursionCount 3 . -2325 :recursionCount 3 . -2326 :recursionCount 7 . -2327 :recursionCount 7 . -2328 :recursionCount 7 . -2329 :recursionCount 3 . -2330 :recursionCount 3 . -2331 :recursionCount 3 . -2332 :recursionCount 4 . -2333 :recursionCount 5 . -2334 :recursionCount 4 . -2335 :recursionCount 6 . -2336 :recursionCount 4 . -2337 :recursionCount 6 . -2338 :recursionCount 6 . -2339 :recursionCount 4 . -2340 :recursionCount 7 . -2341 :recursionCount 3 . -2342 :recursionCount 3 . -2343 :recursionCount 4 . -2344 :recursionCount 3 . -2345 :recursionCount 3 . -2346 :recursionCount 7 . -2347 :recursionCount 7 . -2348 :recursionCount 7 . -2349 :recursionCount 3 . -2350 :recursionCount 7 . -2351 :recursionCount 7 . -2352 :recursionCount 3 . -2353 :recursionCount 6 . -2354 :recursionCount 3 . -2355 :recursionCount 5 . -2356 :recursionCount 2 . -2357 :recursionCount 7 . -2358 :recursionCount 1 . -2359 :recursionCount 5 . -2360 :recursionCount 7 . -2361 :recursionCount 7 . -2362 :recursionCount 7 . -2363 :recursionCount 4 . -2364 :recursionCount 7 . -2365 :recursionCount 2 . -2366 :recursionCount 3 . -2367 :recursionCount 5 . -2368 :recursionCount 3 . -2369 :recursionCount 6 . -2370 :recursionCount 3 . -2371 :recursionCount 7 . -2372 :recursionCount 7 . -2373 :recursionCount 6 . -2374 :recursionCount 7 . -2375 :recursionCount 7 . -2376 :recursionCount 5 . -2377 :recursionCount 5 . -2378 :recursionCount 4 . -2379 :recursionCount 3 . -2380 :recursionCount 3 . -2381 :recursionCount 3 . -2382 :recursionCount 7 . -2383 :recursionCount 6 . -2384 :recursionCount 7 . -2385 :recursionCount 1 . -2386 :recursionCount 3 . -2387 :recursionCount 4 . -2388 :recursionCount 5 . -2389 :recursionCount 5 . -2390 :recursionCount 4 . -2391 :recursionCount 3 . -2392 :recursionCount 3 . -2393 :recursionCount 4 . -2394 :recursionCount 3 . -2395 :recursionCount 5 . -2396 :recursionCount 6 . -2397 :recursionCount 3 . -2398 :recursionCount 5 . -2399 :recursionCount 3 . -2400 :recursionCount 2 . -2401 :recursionCount 7 . -2402 :recursionCount 4 . -2403 :recursionCount 7 . -2404 :recursionCount 2 . -2405 :recursionCount 7 . -2406 :recursionCount 1 . -2407 :recursionCount 5 . -2408 :recursionCount 6 . -2409 :recursionCount 3 . -2410 :recursionCount 7 . -2411 :recursionCount 3 . -2412 :recursionCount 6 . -2413 :recursionCount 3 . -2414 :recursionCount 5 . -2415 :recursionCount 2 . -2416 :recursionCount 7 . -2417 :recursionCount 1 . -2418 :recursionCount 5 . -2419 :recursionCount 6 . -2420 :recursionCount 4 . -2421 :recursionCount 6 . -2422 :recursionCount 4 . -2423 :recursionCount 3 . -2424 :recursionCount 6 . -2425 :recursionCount 5 . -2426 :recursionCount 2 . -2427 :recursionCount 7 . -2428 :recursionCount 1 . -2429 :recursionCount 5 . -2430 :recursionCount 7 . -2431 :recursionCount 3 . -2432 :recursionCount 3 . -2433 :recursionCount 4 . -2434 :recursionCount 3 . -2435 :recursionCount 3 . -2436 :recursionCount 7 . -2437 :recursionCount 7 . -2438 :recursionCount 7 . -2439 :recursionCount 3 . -2440 :recursionCount 2 . -2441 :recursionCount 5 . -2442 :recursionCount 6 . -2443 :recursionCount 3 . -2444 :recursionCount 4 . -2445 :recursionCount 6 . -2446 :recursionCount 4 . -2447 :recursionCount 6 . -2448 :recursionCount 6 . -2449 :recursionCount 4 . -2450 :recursionCount 7 . -2451 :recursionCount 2 . -2452 :recursionCount 5 . -2453 :recursionCount 3 . -2454 :recursionCount 6 . -2455 :recursionCount 3 . -2456 :recursionCount 7 . -2457 :recursionCount 7 . -2458 :recursionCount 7 . -2459 :recursionCount 3 . -2460 :recursionCount 1 . -2461 :recursionCount 7 . -2462 :recursionCount 2 . -2463 :recursionCount 7 . -2464 :recursionCount 4 . -2465 :recursionCount 7 . -2466 :recursionCount 2 . -2467 :recursionCount 7 . -2468 :recursionCount 1 . -2469 :recursionCount 5 . -2470 :recursionCount 5 . -2471 :recursionCount 1 . -2472 :recursionCount 7 . -2473 :recursionCount 7 . -2474 :recursionCount 6 . -2475 :recursionCount 7 . -2476 :recursionCount 7 . -2477 :recursionCount 5 . -2478 :recursionCount 3 . -2479 :recursionCount 6 . -2480 :recursionCount 6 . -2481 :recursionCount 5 . -2482 :recursionCount 1 . -2483 :recursionCount 7 . -2484 :recursionCount 6 . -2485 :recursionCount 7 . -2486 :recursionCount 1 . -2487 :recursionCount 3 . -2488 :recursionCount 4 . -2489 :recursionCount 3 . -2490 :recursionCount 3 . -2491 :recursionCount 6 . -2492 :recursionCount 5 . -2493 :recursionCount 3 . -2494 :recursionCount 4 . -2495 :recursionCount 3 . -2496 :recursionCount 5 . -2497 :recursionCount 6 . -2498 :recursionCount 3 . -2499 :recursionCount 5 . -2500 :recursionCount 7 . -2501 :recursionCount 7 . -2502 :recursionCount 6 . -2503 :recursionCount 7 . -2504 :recursionCount 7 . -2505 :recursionCount 5 . -2506 :recursionCount 3 . -2507 :recursionCount 6 . -2508 :recursionCount 5 . -2509 :recursionCount 3 . -2510 :recursionCount 7 . -2511 :recursionCount 7 . -2512 :recursionCount 4 . -2513 :recursionCount 7 . -2514 :recursionCount 2 . -2515 :recursionCount 3 . -2516 :recursionCount 5 . -2517 :recursionCount 3 . -2518 :recursionCount 6 . -2519 :recursionCount 5 . -2520 :recursionCount 6 . -2521 :recursionCount 4 . -2522 :recursionCount 6 . -2523 :recursionCount 3 . -2524 :recursionCount 5 . -2525 :recursionCount 6 . -2526 :recursionCount 3 . -2527 :recursionCount 5 . -2528 :recursionCount 3 . -2529 :recursionCount 6 . -2530 :recursionCount 7 . -2531 :recursionCount 7 . -2532 :recursionCount 3 . -2533 :recursionCount 6 . -2534 :recursionCount 3 . -2535 :recursionCount 5 . -2536 :recursionCount 2 . -2537 :recursionCount 7 . -2538 :recursionCount 1 . -2539 :recursionCount 5 . -2540 :recursionCount 7 . -2541 :recursionCount 2 . -2542 :recursionCount 5 . -2543 :recursionCount 3 . -2544 :recursionCount 6 . -2545 :recursionCount 3 . -2546 :recursionCount 7 . -2547 :recursionCount 7 . -2548 :recursionCount 7 . -2549 :recursionCount 3 . -2550 :recursionCount 5 . -2551 :recursionCount 3 . -2552 :recursionCount 6 . -2553 :recursionCount 5 . -2554 :recursionCount 3 . -2555 :recursionCount 6 . -2556 :recursionCount 4 . -2557 :recursionCount 6 . -2558 :recursionCount 6 . -2559 :recursionCount 4 . -2560 :recursionCount 3 . -2561 :recursionCount 5 . -2562 :recursionCount 3 . -2563 :recursionCount 2 . -2564 :recursionCount 7 . -2565 :recursionCount 4 . -2566 :recursionCount 7 . -2567 :recursionCount 7 . -2568 :recursionCount 7 . -2569 :recursionCount 3 . -2570 :recursionCount 6 . -2571 :recursionCount 3 . -2572 :recursionCount 5 . -2573 :recursionCount 7 . -2574 :recursionCount 7 . -2575 :recursionCount 6 . -2576 :recursionCount 7 . -2577 :recursionCount 7 . -2578 :recursionCount 1 . -2579 :recursionCount 5 . -2580 :recursionCount 5 . -2581 :recursionCount 6 . -2582 :recursionCount 3 . -2583 :recursionCount 1 . -2584 :recursionCount 7 . -2585 :recursionCount 6 . -2586 :recursionCount 7 . -2587 :recursionCount 1 . -2588 :recursionCount 3 . -2589 :recursionCount 6 . -2590 :recursionCount 3 . -2591 :recursionCount 5 . -2592 :recursionCount 6 . -2593 :recursionCount 5 . -2594 :recursionCount 3 . -2595 :recursionCount 4 . -2596 :recursionCount 3 . -2597 :recursionCount 5 . -2598 :recursionCount 6 . -2599 :recursionCount 3 . -2600 :recursionCount 1 . -2601 :recursionCount 7 . -2602 :recursionCount 6 . -2603 :recursionCount 7 . -2604 :recursionCount 1 . -2605 :recursionCount 3 . -2606 :recursionCount 4 . -2607 :recursionCount 3 . -2608 :recursionCount 2 . -2609 :recursionCount 7 . -2610 :recursionCount 7 . -2611 :recursionCount 7 . -2612 :recursionCount 6 . -2613 :recursionCount 7 . -2614 :recursionCount 7 . -2615 :recursionCount 5 . -2616 :recursionCount 5 . -2617 :recursionCount 4 . -2618 :recursionCount 3 . -2619 :recursionCount 2 . -2620 :recursionCount 6 . -2621 :recursionCount 6 . -2622 :recursionCount 4 . -2623 :recursionCount 7 . -2624 :recursionCount 2 . -2625 :recursionCount 3 . -2626 :recursionCount 4 . -2627 :recursionCount 5 . -2628 :recursionCount 4 . -2629 :recursionCount 3 . -2630 :recursionCount 7 . -2631 :recursionCount 7 . -2632 :recursionCount 7 . -2633 :recursionCount 4 . -2634 :recursionCount 7 . -2635 :recursionCount 2 . -2636 :recursionCount 3 . -2637 :recursionCount 5 . -2638 :recursionCount 3 . -2639 :recursionCount 6 . -2640 :recursionCount 1 . -2641 :recursionCount 7 . -2642 :recursionCount 2 . -2643 :recursionCount 7 . -2644 :recursionCount 4 . -2645 :recursionCount 7 . -2646 :recursionCount 2 . -2647 :recursionCount 7 . -2648 :recursionCount 1 . -2649 :recursionCount 5 . -2650 :recursionCount 3 . -2651 :recursionCount 5 . -2652 :recursionCount 3 . -2653 :recursionCount 2 . -2654 :recursionCount 7 . -2655 :recursionCount 4 . -2656 :recursionCount 7 . -2657 :recursionCount 7 . -2658 :recursionCount 7 . -2659 :recursionCount 3 . -2660 :recursionCount 4 . -2661 :recursionCount 5 . -2662 :recursionCount 4 . -2663 :recursionCount 3 . -2664 :recursionCount 2 . -2665 :recursionCount 7 . -2666 :recursionCount 4 . -2667 :recursionCount 6 . -2668 :recursionCount 6 . -2669 :recursionCount 4 . -2670 :recursionCount 3 . -2671 :recursionCount 4 . -2672 :recursionCount 5 . -2673 :recursionCount 5 . -2674 :recursionCount 7 . -2675 :recursionCount 7 . -2676 :recursionCount 6 . -2677 :recursionCount 7 . -2678 :recursionCount 7 . -2679 :recursionCount 3 . -2680 :recursionCount 2 . -2681 :recursionCount 3 . -2682 :recursionCount 4 . -2683 :recursionCount 3 . -2684 :recursionCount 1 . -2685 :recursionCount 7 . -2686 :recursionCount 6 . -2687 :recursionCount 7 . -2688 :recursionCount 1 . -2689 :recursionCount 5 . -2690 :recursionCount 7 . -2691 :recursionCount 2 . -2692 :recursionCount 3 . -2693 :recursionCount 6 . -2694 :recursionCount 5 . -2695 :recursionCount 3 . -2696 :recursionCount 4 . -2697 :recursionCount 3 . -2698 :recursionCount 5 . -2699 :recursionCount 6 . -2700 :recursionCount 5 . -2701 :recursionCount 3 . -2702 :recursionCount 4 . -2703 :recursionCount 3 . -2704 :recursionCount 5 . -2705 :recursionCount 6 . -2706 :recursionCount 3 . -2707 :recursionCount 5 . -2708 :recursionCount 7 . -2709 :recursionCount 7 . -2710 :recursionCount 3 . -2711 :recursionCount 7 . -2712 :recursionCount 6 . -2713 :recursionCount 7 . -2714 :recursionCount 1 . -2715 :recursionCount 3 . -2716 :recursionCount 4 . -2717 :recursionCount 5 . -2718 :recursionCount 5 . -2719 :recursionCount 7 . -2720 :recursionCount 4 . -2721 :recursionCount 6 . -2722 :recursionCount 6 . -2723 :recursionCount 7 . -2724 :recursionCount 7 . -2725 :recursionCount 5 . -2726 :recursionCount 5 . -2727 :recursionCount 5 . -2728 :recursionCount 5 . -2729 :recursionCount 5 . -2730 :recursionCount 3 . -2731 :recursionCount 7 . -2732 :recursionCount 7 . -2733 :recursionCount 6 . -2734 :recursionCount 7 . -2735 :recursionCount 7 . -2736 :recursionCount 5 . -2737 :recursionCount 5 . -2738 :recursionCount 4 . -2739 :recursionCount 3 . -2740 :recursionCount 5 . -2741 :recursionCount 1 . -2742 :recursionCount 7 . -2743 :recursionCount 7 . -2744 :recursionCount 6 . -2745 :recursionCount 7 . -2746 :recursionCount 7 . -2747 :recursionCount 5 . -2748 :recursionCount 3 . -2749 :recursionCount 6 . -2750 :recursionCount 6 . -2751 :recursionCount 3 . -2752 :recursionCount 5 . -2753 :recursionCount 7 . -2754 :recursionCount 7 . -2755 :recursionCount 6 . -2756 :recursionCount 7 . -2757 :recursionCount 7 . -2758 :recursionCount 1 . -2759 :recursionCount 5 . -2760 :recursionCount 3 . -2761 :recursionCount 4 . -2762 :recursionCount 5 . -2763 :recursionCount 5 . -2764 :recursionCount 7 . -2765 :recursionCount 7 . -2766 :recursionCount 6 . -2767 :recursionCount 7 . -2768 :recursionCount 7 . -2769 :recursionCount 3 . -2770 :recursionCount 5 . -2771 :recursionCount 5 . -2772 :recursionCount 5 . -2773 :recursionCount 5 . -2774 :recursionCount 5 . -2775 :recursionCount 7 . -2776 :recursionCount 7 . -2777 :recursionCount 6 . -2778 :recursionCount 6 . -2779 :recursionCount 4 . -2780 :recursionCount 7 . -2781 :recursionCount 5 . -2782 :recursionCount 5 . -2783 :recursionCount 4 . -2784 :recursionCount 3 . -2785 :recursionCount 1 . -2786 :recursionCount 7 . -2787 :recursionCount 6 . -2788 :recursionCount 7 . -2789 :recursionCount 3 . -2790 :recursionCount 7 . -2791 :recursionCount 7 . -2792 :recursionCount 5 . -2793 :recursionCount 3 . -2794 :recursionCount 6 . -2795 :recursionCount 5 . -2796 :recursionCount 3 . -2797 :recursionCount 4 . -2798 :recursionCount 3 . -2799 :recursionCount 5 . -2800 :recursionCount 6 . -2801 :recursionCount 3 . -2802 :recursionCount 6 . -2803 :recursionCount 3 . -2804 :recursionCount 6 . -2805 :recursionCount 5 . -2806 :recursionCount 2 . -2807 :recursionCount 7 . -2808 :recursionCount 2 . -2809 :recursionCount 7 . -2810 :recursionCount 3 . -2811 :recursionCount 3 . -2812 :recursionCount 4 . -2813 :recursionCount 3 . -2814 :recursionCount 5 . -2815 :recursionCount 6 . -2816 :recursionCount 3 . -2817 :recursionCount 5 . -2818 :recursionCount 3 . -2819 :recursionCount 2 . -2820 :recursionCount 6 . -2821 :recursionCount 4 . -2822 :recursionCount 6 . -2823 :recursionCount 7 . -2824 :recursionCount 1 . -2825 :recursionCount 3 . -2826 :recursionCount 4 . -2827 :recursionCount 5 . -2828 :recursionCount 4 . -2829 :recursionCount 3 . -2830 :recursionCount 3 . -2831 :recursionCount 3 . -2832 :recursionCount 7 . -2833 :recursionCount 6 . -2834 :recursionCount 7 . -2835 :recursionCount 1 . -2836 :recursionCount 3 . -2837 :recursionCount 4 . -2838 :recursionCount 5 . -2839 :recursionCount 5 . -2840 :recursionCount 6 . -2841 :recursionCount 5 . -2842 :recursionCount 1 . -2843 :recursionCount 7 . -2844 :recursionCount 6 . -2845 :recursionCount 7 . -2846 :recursionCount 1 . -2847 :recursionCount 3 . -2848 :recursionCount 4 . -2849 :recursionCount 3 . -2850 :recursionCount 5 . -2851 :recursionCount 6 . -2852 :recursionCount 3 . -2853 :recursionCount 1 . -2854 :recursionCount 7 . -2855 :recursionCount 6 . -2856 :recursionCount 7 . -2857 :recursionCount 1 . -2858 :recursionCount 3 . -2859 :recursionCount 6 . -2860 :recursionCount 2 . -2861 :recursionCount 3 . -2862 :recursionCount 4 . -2863 :recursionCount 3 . -2864 :recursionCount 1 . -2865 :recursionCount 7 . -2866 :recursionCount 6 . -2867 :recursionCount 7 . -2868 :recursionCount 1 . -2869 :recursionCount 5 . -2870 :recursionCount 7 . -2871 :recursionCount 5 . -2872 :recursionCount 5 . -2873 :recursionCount 4 . -2874 :recursionCount 3 . -2875 :recursionCount 1 . -2876 :recursionCount 7 . -2877 :recursionCount 6 . -2878 :recursionCount 7 . -2879 :recursionCount 3 . -2880 :recursionCount 2 . -2881 :recursionCount 3 . -2882 :recursionCount 4 . -2883 :recursionCount 5 . -2884 :recursionCount 4 . -2885 :recursionCount 3 . -2886 :recursionCount 1 . -2887 :recursionCount 7 . -2888 :recursionCount 6 . -2889 :recursionCount 4 . -2890 :recursionCount 7 . -2891 :recursionCount 2 . -2892 :recursionCount 3 . -2893 :recursionCount 5 . -2894 :recursionCount 3 . -2895 :recursionCount 6 . -2896 :recursionCount 5 . -2897 :recursionCount 3 . -2898 :recursionCount 4 . -2899 :recursionCount 3 . -2900 :recursionCount 3 . -2901 :recursionCount 4 . -2902 :recursionCount 4 . -2903 :recursionCount 4 . -2904 :recursionCount 3 . -2905 :recursionCount 3 . -2906 :recursionCount 7 . -2907 :recursionCount 7 . -2908 :recursionCount 7 . -2909 :recursionCount 3 . -2910 :recursionCount 4 . -2911 :recursionCount 3 . -2912 :recursionCount 6 . -2913 :recursionCount 3 . -2914 :recursionCount 6 . -2915 :recursionCount 5 . -2916 :recursionCount 2 . -2917 :recursionCount 7 . -2918 :recursionCount 2 . -2919 :recursionCount 5 . -2920 :recursionCount 4 . -2921 :recursionCount 6 . -2922 :recursionCount 4 . -2923 :recursionCount 3 . -2924 :recursionCount 5 . -2925 :recursionCount 6 . -2926 :recursionCount 3 . -2927 :recursionCount 5 . -2928 :recursionCount 3 . -2929 :recursionCount 6 . -2930 :recursionCount 4 . -2931 :recursionCount 3 . -2932 :recursionCount 3 . -2933 :recursionCount 4 . -2934 :recursionCount 3 . -2935 :recursionCount 5 . -2936 :recursionCount 6 . -2937 :recursionCount 3 . -2938 :recursionCount 5 . -2939 :recursionCount 3 . -2940 :recursionCount 3 . -2941 :recursionCount 6 . -2942 :recursionCount 5 . -2943 :recursionCount 3 . -2944 :recursionCount 4 . -2945 :recursionCount 3 . -2946 :recursionCount 5 . -2947 :recursionCount 6 . -2948 :recursionCount 3 . -2949 :recursionCount 5 . -2950 :recursionCount 3 . -2951 :recursionCount 5 . -2952 :recursionCount 6 . -2953 :recursionCount 5 . -2954 :recursionCount 3 . -2955 :recursionCount 4 . -2956 :recursionCount 3 . -2957 :recursionCount 5 . -2958 :recursionCount 6 . -2959 :recursionCount 3 . -2960 :recursionCount 7 . -2961 :recursionCount 2 . -2962 :recursionCount 3 . -2963 :recursionCount 6 . -2964 :recursionCount 5 . -2965 :recursionCount 3 . -2966 :recursionCount 4 . -2967 :recursionCount 3 . -2968 :recursionCount 5 . -2969 :recursionCount 6 . -2970 :recursionCount 7 . -2971 :recursionCount 7 . -2972 :recursionCount 5 . -2973 :recursionCount 3 . -2974 :recursionCount 6 . -2975 :recursionCount 5 . -2976 :recursionCount 3 . -2977 :recursionCount 4 . -2978 :recursionCount 3 . -2979 :recursionCount 5 . -2980 :recursionCount 7 . -2981 :recursionCount 2 . -2982 :recursionCount 3 . -2983 :recursionCount 5 . -2984 :recursionCount 3 . -2985 :recursionCount 6 . -2986 :recursionCount 5 . -2987 :recursionCount 3 . -2988 :recursionCount 4 . -2989 :recursionCount 3 . -2990 :recursionCount 3 . -2991 :recursionCount 5 . -2992 :recursionCount 6 . -2993 :recursionCount 3 . -2994 :recursionCount 5 . -2995 :recursionCount 3 . -2996 :recursionCount 6 . -2997 :recursionCount 5 . -2998 :recursionCount 3 . -2999 :recursionCount 4 . -3000 :recursionCount 6 . -3001 :recursionCount 3 . -3002 :recursionCount 5 . -3003 :recursionCount 6 . -3004 :recursionCount 3 . -3005 :recursionCount 5 . -3006 :recursionCount 3 . -3007 :recursionCount 6 . -3008 :recursionCount 5 . -3009 :recursionCount 3 . -3010 :recursionCount 3 . -3011 :recursionCount 6 . -3012 :recursionCount 3 . -3013 :recursionCount 5 . -3014 :recursionCount 2 . -3015 :recursionCount 7 . -3016 :recursionCount 1 . -3017 :recursionCount 5 . -3018 :recursionCount 6 . -3019 :recursionCount 3 . -3020 :recursionCount 5 . -3021 :recursionCount 3 . -3022 :recursionCount 6 . -3023 :recursionCount 3 . -3024 :recursionCount 7 . -3025 :recursionCount 7 . -3026 :recursionCount 7 . -3027 :recursionCount 3 . -3028 :recursionCount 3 . -3029 :recursionCount 4 . -3030 :recursionCount 6 . -3031 :recursionCount 5 . -3032 :recursionCount 3 . -3033 :recursionCount 6 . -3034 :recursionCount 4 . -3035 :recursionCount 6 . -3036 :recursionCount 6 . -3037 :recursionCount 4 . -3038 :recursionCount 6 . -3039 :recursionCount 4 . -3040 :recursionCount 3 . -3041 :recursionCount 2 . -3042 :recursionCount 7 . -3043 :recursionCount 4 . -3044 :recursionCount 7 . -3045 :recursionCount 7 . -3046 :recursionCount 7 . -3047 :recursionCount 3 . -3048 :recursionCount 3 . -3049 :recursionCount 4 . -3050 :recursionCount 5 . -3051 :recursionCount 7 . -3052 :recursionCount 7 . -3053 :recursionCount 6 . -3054 :recursionCount 7 . -3055 :recursionCount 7 . -3056 :recursionCount 1 . -3057 :recursionCount 5 . -3058 :recursionCount 6 . -3059 :recursionCount 3 . -3060 :recursionCount 3 . -3061 :recursionCount 1 . -3062 :recursionCount 7 . -3063 :recursionCount 6 . -3064 :recursionCount 7 . -3065 :recursionCount 1 . -3066 :recursionCount 3 . -3067 :recursionCount 6 . -3068 :recursionCount 5 . -3069 :recursionCount 3 . -3070 :recursionCount 6 . -3071 :recursionCount 5 . -3072 :recursionCount 3 . -3073 :recursionCount 4 . -3074 :recursionCount 3 . -3075 :recursionCount 5 . -3076 :recursionCount 6 . -3077 :recursionCount 3 . -3078 :recursionCount 2 . -3079 :recursionCount 7 . -3080 :recursionCount 5 . -3081 :recursionCount 6 . -3082 :recursionCount 3 . -3083 :recursionCount 6 . -3084 :recursionCount 3 . -3085 :recursionCount 6 . -3086 :recursionCount 5 . -3087 :recursionCount 2 . -3088 :recursionCount 7 . -3089 :recursionCount 7 . -3090 :recursionCount 3 . -3091 :recursionCount 3 . -3092 :recursionCount 4 . -3093 :recursionCount 4 . -3094 :recursionCount 4 . -3095 :recursionCount 3 . -3096 :recursionCount 3 . -3097 :recursionCount 7 . -3098 :recursionCount 7 . -3099 :recursionCount 7 . -3100 :recursionCount 3 . -3101 :recursionCount 6 . -3102 :recursionCount 3 . -3103 :recursionCount 5 . -3104 :recursionCount 2 . -3105 :recursionCount 7 . -3106 :recursionCount 1 . -3107 :recursionCount 5 . -3108 :recursionCount 6 . -3109 :recursionCount 3 . -3110 :recursionCount 6 . -3111 :recursionCount 4 . -3112 :recursionCount 3 . -3113 :recursionCount 6 . -3114 :recursionCount 5 . -3115 :recursionCount 2 . -3116 :recursionCount 7 . -3117 :recursionCount 1 . -3118 :recursionCount 5 . -3119 :recursionCount 6 . -3120 :recursionCount 3 . -3121 :recursionCount 3 . -3122 :recursionCount 4 . -3123 :recursionCount 3 . -3124 :recursionCount 3 . -3125 :recursionCount 7 . -3126 :recursionCount 7 . -3127 :recursionCount 7 . -3128 :recursionCount 3 . -3129 :recursionCount 3 . -3130 :recursionCount 5 . -3131 :recursionCount 6 . -3132 :recursionCount 3 . -3133 :recursionCount 4 . -3134 :recursionCount 6 . -3135 :recursionCount 4 . -3136 :recursionCount 6 . -3137 :recursionCount 6 . -3138 :recursionCount 4 . -3139 :recursionCount 6 . -3140 :recursionCount 2 . -3141 :recursionCount 5 . -3142 :recursionCount 3 . -3143 :recursionCount 6 . -3144 :recursionCount 3 . -3145 :recursionCount 7 . -3146 :recursionCount 7 . -3147 :recursionCount 7 . -3148 :recursionCount 3 . -3149 :recursionCount 3 . -3150 :recursionCount 7 . -3151 :recursionCount 2 . -3152 :recursionCount 7 . -3153 :recursionCount 4 . -3154 :recursionCount 7 . -3155 :recursionCount 2 . -3156 :recursionCount 7 . -3157 :recursionCount 1 . -3158 :recursionCount 5 . -3159 :recursionCount 6 . -3160 :recursionCount 1 . -3161 :recursionCount 7 . -3162 :recursionCount 7 . -3163 :recursionCount 6 . -3164 :recursionCount 7 . -3165 :recursionCount 7 . -3166 :recursionCount 5 . -3167 :recursionCount 3 . -3168 :recursionCount 6 . -3169 :recursionCount 5 . -3170 :recursionCount 5 . -3171 :recursionCount 1 . -3172 :recursionCount 7 . -3173 :recursionCount 6 . -3174 :recursionCount 7 . -3175 :recursionCount 1 . -3176 :recursionCount 3 . -3177 :recursionCount 4 . -3178 :recursionCount 3 . -3179 :recursionCount 2 . -3180 :recursionCount 6 . -3181 :recursionCount 5 . -3182 :recursionCount 3 . -3183 :recursionCount 4 . -3184 :recursionCount 3 . -3185 :recursionCount 5 . -3186 :recursionCount 6 . -3187 :recursionCount 3 . -3188 :recursionCount 5 . -3189 :recursionCount 7 . -3190 :recursionCount 3 . -3191 :recursionCount 6 . -3192 :recursionCount 3 . -3193 :recursionCount 6 . -3194 :recursionCount 3 . -3195 :recursionCount 6 . -3196 :recursionCount 5 . -3197 :recursionCount 2 . -3198 :recursionCount 7 . -3199 :recursionCount 2 . -3200 :recursionCount 5 . -3201 :recursionCount 3 . -3202 :recursionCount 6 . -3203 :recursionCount 3 . -3204 :recursionCount 7 . -3205 :recursionCount 7 . -3206 :recursionCount 7 . -3207 :recursionCount 3 . -3208 :recursionCount 3 . -3209 :recursionCount 4 . -3210 :recursionCount 3 . -3211 :recursionCount 3 . -3212 :recursionCount 4 . -3213 :recursionCount 3 . -3214 :recursionCount 3 . -3215 :recursionCount 7 . -3216 :recursionCount 7 . -3217 :recursionCount 7 . -3218 :recursionCount 3 . -3219 :recursionCount 3 . -3220 :recursionCount 6 . -3221 :recursionCount 4 . -3222 :recursionCount 5 . -3223 :recursionCount 4 . -3224 :recursionCount 3 . -3225 :recursionCount 3 . -3226 :recursionCount 7 . -3227 :recursionCount 7 . -3228 :recursionCount 7 . -3229 :recursionCount 3 . -3230 :recursionCount 3 . -3231 :recursionCount 3 . -3232 :recursionCount 4 . -3233 :recursionCount 5 . -3234 :recursionCount 4 . -3235 :recursionCount 6 . -3236 :recursionCount 4 . -3237 :recursionCount 6 . -3238 :recursionCount 6 . -3239 :recursionCount 4 . -3240 :recursionCount 7 . -3241 :recursionCount 3 . -3242 :recursionCount 3 . -3243 :recursionCount 4 . -3244 :recursionCount 3 . -3245 :recursionCount 3 . -3246 :recursionCount 7 . -3247 :recursionCount 7 . -3248 :recursionCount 7 . -3249 :recursionCount 3 . -3250 :recursionCount 7 . -3251 :recursionCount 7 . -3252 :recursionCount 3 . -3253 :recursionCount 6 . -3254 :recursionCount 3 . -3255 :recursionCount 5 . -3256 :recursionCount 2 . -3257 :recursionCount 7 . -3258 :recursionCount 1 . -3259 :recursionCount 5 . -3260 :recursionCount 7 . -3261 :recursionCount 7 . -3262 :recursionCount 7 . -3263 :recursionCount 4 . -3264 :recursionCount 7 . -3265 :recursionCount 2 . -3266 :recursionCount 3 . -3267 :recursionCount 5 . -3268 :recursionCount 3 . -3269 :recursionCount 6 . -3270 :recursionCount 3 . -3271 :recursionCount 7 . -3272 :recursionCount 7 . -3273 :recursionCount 6 . -3274 :recursionCount 7 . -3275 :recursionCount 7 . -3276 :recursionCount 5 . -3277 :recursionCount 5 . -3278 :recursionCount 4 . -3279 :recursionCount 3 . -3280 :recursionCount 3 . -3281 :recursionCount 3 . -3282 :recursionCount 7 . -3283 :recursionCount 6 . -3284 :recursionCount 7 . -3285 :recursionCount 1 . -3286 :recursionCount 3 . -3287 :recursionCount 4 . -3288 :recursionCount 5 . -3289 :recursionCount 5 . -3290 :recursionCount 4 . -3291 :recursionCount 3 . -3292 :recursionCount 3 . -3293 :recursionCount 4 . -3294 :recursionCount 3 . -3295 :recursionCount 5 . -3296 :recursionCount 6 . -3297 :recursionCount 3 . -3298 :recursionCount 5 . -3299 :recursionCount 3 . -3300 :recursionCount 6 . -3301 :recursionCount 5 . -3302 :recursionCount 3 . -3303 :recursionCount 6 . -3304 :recursionCount 4 . -3305 :recursionCount 6 . -3306 :recursionCount 6 . -3307 :recursionCount 4 . -3308 :recursionCount 6 . -3309 :recursionCount 4 . -3310 :recursionCount 5 . -3311 :recursionCount 6 . -3312 :recursionCount 3 . -3313 :recursionCount 4 . -3314 :recursionCount 6 . -3315 :recursionCount 4 . -3316 :recursionCount 6 . -3317 :recursionCount 6 . -3318 :recursionCount 4 . -3319 :recursionCount 6 . -3320 :recursionCount 3 . -3321 :recursionCount 3 . -3322 :recursionCount 4 . -3323 :recursionCount 5 . -3324 :recursionCount 4 . -3325 :recursionCount 6 . -3326 :recursionCount 4 . -3327 :recursionCount 6 . -3328 :recursionCount 6 . -3329 :recursionCount 4 . -3330 :recursionCount 6 . -3331 :recursionCount 4 . -3332 :recursionCount 5 . -3334 :recursionCount 5 . -3335 :recursionCount 4 . -3336 :recursionCount 6 . -3337 :recursionCount 4 . -3338 :recursionCount 6 . -3339 :recursionCount 6 . -3340 :recursionCount 4 . -3341 :recursionCount 6 . -3342 :recursionCount 4 . -3343 :recursionCount 5 . -3344 :recursionCount 4 . -3345 :recursionCount 3 . -3346 :recursionCount 3 . -3347 :recursionCount 7 . -3348 :recursionCount 7 . -3349 :recursionCount 7 . -3350 :recursionCount 6 . -3351 :recursionCount 4 . -3352 :recursionCount 6 . -3353 :recursionCount 4 . -3354 :recursionCount 3 . -3355 :recursionCount 6 . -3356 :recursionCount 5 . -3357 :recursionCount 2 . -3358 :recursionCount 7 . -3359 :recursionCount 1 . -3360 :recursionCount 6 . -3361 :recursionCount 6 . -3362 :recursionCount 4 . -3363 :recursionCount 6 . -3364 :recursionCount 3 . -3365 :recursionCount 5 . -3366 :recursionCount 6 . -3367 :recursionCount 3 . -3368 :recursionCount 5 . -3369 :recursionCount 3 . -3370 :recursionCount 4 . -3371 :recursionCount 6 . -3372 :recursionCount 6 . -3373 :recursionCount 4 . -3374 :recursionCount 7 . -3375 :recursionCount 2 . -3376 :recursionCount 3 . -3377 :recursionCount 4 . -3378 :recursionCount 5 . -3379 :recursionCount 4 . -3380 :recursionCount 6 . -3381 :recursionCount 4 . -3382 :recursionCount 6 . -3383 :recursionCount 6 . -3384 :recursionCount 7 . -3385 :recursionCount 7 . -3386 :recursionCount 5 . -3387 :recursionCount 5 . -3388 :recursionCount 5 . -3389 :recursionCount 5 . -3390 :recursionCount 4 . -3391 :recursionCount 6 . -3392 :recursionCount 4 . -3393 :recursionCount 6 . -3394 :recursionCount 7 . -3395 :recursionCount 1 . -3396 :recursionCount 3 . -3397 :recursionCount 4 . -3398 :recursionCount 5 . -3399 :recursionCount 4 . -3400 :recursionCount 3 . -3401 :recursionCount 2 . -3402 :recursionCount 7 . -3403 :recursionCount 4 . -3404 :recursionCount 7 . -3405 :recursionCount 7 . -3406 :recursionCount 7 . -3407 :recursionCount 3 . -3408 :recursionCount 3 . -3409 :recursionCount 4 . -3410 :recursionCount 2 . -3411 :recursionCount 5 . -3412 :recursionCount 3 . -3413 :recursionCount 6 . -3414 :recursionCount 3 . -3415 :recursionCount 7 . -3416 :recursionCount 7 . -3417 :recursionCount 7 . -3418 :recursionCount 3 . -3419 :recursionCount 3 . -3420 :recursionCount 7 . -3421 :recursionCount 3 . -3422 :recursionCount 3 . -3423 :recursionCount 4 . -3424 :recursionCount 3 . -3425 :recursionCount 3 . -3426 :recursionCount 7 . -3427 :recursionCount 7 . -3428 :recursionCount 7 . -3429 :recursionCount 3 . -3430 :recursionCount 4 . -3431 :recursionCount 6 . -3432 :recursionCount 4 . -3433 :recursionCount 5 . -3434 :recursionCount 4 . -3435 :recursionCount 3 . -3436 :recursionCount 3 . -3437 :recursionCount 7 . -3438 :recursionCount 7 . -3439 :recursionCount 7 . -3440 :recursionCount 7 . -3441 :recursionCount 3 . -3442 :recursionCount 3 . -3443 :recursionCount 4 . -3444 :recursionCount 5 . -3445 :recursionCount 4 . -3446 :recursionCount 6 . -3447 :recursionCount 4 . -3448 :recursionCount 6 . -3449 :recursionCount 6 . -3450 :recursionCount 7 . -3451 :recursionCount 7 . -3452 :recursionCount 3 . -3453 :recursionCount 3 . -3454 :recursionCount 4 . -3455 :recursionCount 3 . -3456 :recursionCount 3 . -3457 :recursionCount 7 . -3458 :recursionCount 7 . -3459 :recursionCount 7 . -3460 :recursionCount 7 . -3461 :recursionCount 7 . -3462 :recursionCount 7 . -3463 :recursionCount 3 . -3464 :recursionCount 6 . -3465 :recursionCount 3 . -3466 :recursionCount 5 . -3467 :recursionCount 2 . -3468 :recursionCount 7 . -3469 :recursionCount 1 . -3470 :recursionCount 3 . -3471 :recursionCount 7 . -3472 :recursionCount 7 . -3473 :recursionCount 7 . -3474 :recursionCount 4 . -3475 :recursionCount 7 . -3476 :recursionCount 2 . -3477 :recursionCount 3 . -3478 :recursionCount 5 . -3479 :recursionCount 3 . -3480 :recursionCount 3 . -3481 :recursionCount 3 . -3482 :recursionCount 7 . -3483 :recursionCount 7 . -3484 :recursionCount 6 . -3485 :recursionCount 7 . -3486 :recursionCount 7 . -3487 :recursionCount 5 . -3488 :recursionCount 5 . -3489 :recursionCount 4 . -3490 :recursionCount 4 . -3491 :recursionCount 3 . -3492 :recursionCount 3 . -3493 :recursionCount 7 . -3494 :recursionCount 6 . -3495 :recursionCount 7 . -3496 :recursionCount 1 . -3497 :recursionCount 3 . -3498 :recursionCount 4 . -3499 :recursionCount 5 . -3500 :recursionCount 5 . -3501 :recursionCount 7 . -3502 :recursionCount 7 . -3503 :recursionCount 6 . -3504 :recursionCount 7 . -3505 :recursionCount 7 . -3506 :recursionCount 1 . -3507 :recursionCount 5 . -3508 :recursionCount 6 . -3509 :recursionCount 3 . -3510 :recursionCount 7 . -3511 :recursionCount 2 . -3512 :recursionCount 7 . -3513 :recursionCount 4 . -3514 :recursionCount 7 . -3515 :recursionCount 2 . -3516 :recursionCount 7 . -3517 :recursionCount 1 . -3518 :recursionCount 5 . -3519 :recursionCount 6 . -3520 :recursionCount 7 . -3521 :recursionCount 7 . -3522 :recursionCount 3 . -3523 :recursionCount 6 . -3524 :recursionCount 3 . -3525 :recursionCount 5 . -3526 :recursionCount 2 . -3527 :recursionCount 7 . -3528 :recursionCount 1 . -3529 :recursionCount 5 . -3530 :recursionCount 6 . -3531 :recursionCount 4 . -3532 :recursionCount 6 . -3533 :recursionCount 4 . -3534 :recursionCount 3 . -3535 :recursionCount 6 . -3536 :recursionCount 5 . -3537 :recursionCount 2 . -3538 :recursionCount 7 . -3539 :recursionCount 1 . -3540 :recursionCount 7 . -3541 :recursionCount 7 . -3542 :recursionCount 3 . -3543 :recursionCount 3 . -3544 :recursionCount 4 . -3545 :recursionCount 3 . -3546 :recursionCount 3 . -3547 :recursionCount 7 . -3548 :recursionCount 7 . -3549 :recursionCount 7 . -3550 :recursionCount 7 . -3551 :recursionCount 2 . -3552 :recursionCount 5 . -3553 :recursionCount 6 . -3554 :recursionCount 3 . -3555 :recursionCount 4 . -3556 :recursionCount 6 . -3557 :recursionCount 4 . -3558 :recursionCount 6 . -3559 :recursionCount 6 . -3560 :recursionCount 1 . -3561 :recursionCount 7 . -3562 :recursionCount 2 . -3563 :recursionCount 5 . -3564 :recursionCount 3 . -3565 :recursionCount 6 . -3566 :recursionCount 3 . -3567 :recursionCount 7 . -3568 :recursionCount 7 . -3569 :recursionCount 7 . -3570 :recursionCount 5 . -3571 :recursionCount 1 . -3572 :recursionCount 7 . -3573 :recursionCount 2 . -3574 :recursionCount 7 . -3575 :recursionCount 4 . -3576 :recursionCount 7 . -3577 :recursionCount 2 . -3578 :recursionCount 7 . -3579 :recursionCount 1 . -3580 :recursionCount 6 . -3581 :recursionCount 5 . -3582 :recursionCount 1 . -3583 :recursionCount 7 . -3584 :recursionCount 7 . -3585 :recursionCount 6 . -3586 :recursionCount 7 . -3587 :recursionCount 7 . -3588 :recursionCount 5 . -3589 :recursionCount 3 . -3590 :recursionCount 3 . -3591 :recursionCount 6 . -3592 :recursionCount 5 . -3593 :recursionCount 1 . -3594 :recursionCount 7 . -3595 :recursionCount 6 . -3596 :recursionCount 7 . -3597 :recursionCount 1 . -3598 :recursionCount 3 . -3599 :recursionCount 4 . -3600 :recursionCount 3 . -3601 :recursionCount 1 . -3602 :recursionCount 7 . -3603 :recursionCount 6 . -3604 :recursionCount 7 . -3605 :recursionCount 1 . -3606 :recursionCount 3 . -3607 :recursionCount 6 . -3608 :recursionCount 5 . -3609 :recursionCount 3 . -3610 :recursionCount 1 . -3611 :recursionCount 7 . -3612 :recursionCount 7 . -3613 :recursionCount 6 . -3614 :recursionCount 7 . -3615 :recursionCount 7 . -3616 :recursionCount 5 . -3617 :recursionCount 3 . -3618 :recursionCount 6 . -3619 :recursionCount 5 . -3620 :recursionCount 7 . -3621 :recursionCount 7 . -3622 :recursionCount 7 . -3623 :recursionCount 4 . -3624 :recursionCount 7 . -3625 :recursionCount 2 . -3626 :recursionCount 3 . -3627 :recursionCount 5 . -3628 :recursionCount 3 . -3629 :recursionCount 6 . -3630 :recursionCount 6 . -3631 :recursionCount 6 . -3632 :recursionCount 4 . -3633 :recursionCount 6 . -3634 :recursionCount 3 . -3635 :recursionCount 5 . -3636 :recursionCount 6 . -3637 :recursionCount 3 . -3638 :recursionCount 5 . -3639 :recursionCount 3 . -3640 :recursionCount 7 . -3641 :recursionCount 7 . -3642 :recursionCount 7 . -3643 :recursionCount 3 . -3644 :recursionCount 6 . -3645 :recursionCount 3 . -3646 :recursionCount 5 . -3647 :recursionCount 2 . -3648 :recursionCount 7 . -3649 :recursionCount 1 . -3650 :recursionCount 1 . -3651 :recursionCount 7 . -3652 :recursionCount 2 . -3653 :recursionCount 5 . -3654 :recursionCount 3 . -3655 :recursionCount 6 . -3656 :recursionCount 3 . -3657 :recursionCount 7 . -3658 :recursionCount 7 . -3659 :recursionCount 7 . -3660 :recursionCount 3 . -3661 :recursionCount 5 . -3662 :recursionCount 3 . -3663 :recursionCount 6 . -3664 :recursionCount 5 . -3665 :recursionCount 3 . -3666 :recursionCount 6 . -3667 :recursionCount 4 . -3668 :recursionCount 6 . -3669 :recursionCount 6 . -3670 :recursionCount 6 . -3671 :recursionCount 3 . -3672 :recursionCount 5 . -3673 :recursionCount 3 . -3674 :recursionCount 2 . -3675 :recursionCount 7 . -3676 :recursionCount 4 . -3677 :recursionCount 7 . -3678 :recursionCount 7 . -3679 :recursionCount 7 . -3680 :recursionCount 5 . -3681 :recursionCount 6 . -3682 :recursionCount 3 . -3683 :recursionCount 5 . -3684 :recursionCount 7 . -3685 :recursionCount 7 . -3686 :recursionCount 6 . -3687 :recursionCount 7 . -3688 :recursionCount 7 . -3689 :recursionCount 1 . -3690 :recursionCount 3 . -3691 :recursionCount 5 . -3692 :recursionCount 6 . -3693 :recursionCount 3 . -3694 :recursionCount 1 . -3695 :recursionCount 7 . -3696 :recursionCount 6 . -3697 :recursionCount 7 . -3698 :recursionCount 1 . -3699 :recursionCount 3 . -3700 :recursionCount 6 . -3701 :recursionCount 5 . -3702 :recursionCount 3 . -3703 :recursionCount 4 . -3704 :recursionCount 3 . -3705 :recursionCount 5 . -3706 :recursionCount 6 . -3707 :recursionCount 3 . -3708 :recursionCount 2 . -3709 :recursionCount 7 . -3710 :recursionCount 5 . -3711 :recursionCount 1 . -3712 :recursionCount 7 . -3713 :recursionCount 6 . -3714 :recursionCount 7 . -3715 :recursionCount 1 . -3716 :recursionCount 3 . -3717 :recursionCount 4 . -3718 :recursionCount 3 . -3719 :recursionCount 2 . -3720 :recursionCount 3 . -3721 :recursionCount 7 . -3722 :recursionCount 7 . -3723 :recursionCount 6 . -3724 :recursionCount 7 . -3725 :recursionCount 7 . -3726 :recursionCount 5 . -3727 :recursionCount 5 . -3728 :recursionCount 4 . -3729 :recursionCount 3 . -3730 :recursionCount 4 . -3731 :recursionCount 6 . -3732 :recursionCount 6 . -3733 :recursionCount 4 . -3734 :recursionCount 7 . -3735 :recursionCount 2 . -3736 :recursionCount 3 . -3737 :recursionCount 4 . -3738 :recursionCount 5 . -3739 :recursionCount 4 . -3740 :recursionCount 3 . -3741 :recursionCount 7 . -3742 :recursionCount 7 . -3743 :recursionCount 7 . -3744 :recursionCount 4 . -3745 :recursionCount 7 . -3746 :recursionCount 2 . -3747 :recursionCount 3 . -3748 :recursionCount 5 . -3749 :recursionCount 3 . -3750 :recursionCount 5 . -3751 :recursionCount 1 . -3752 :recursionCount 7 . -3753 :recursionCount 2 . -3754 :recursionCount 7 . -3755 :recursionCount 4 . -3756 :recursionCount 7 . -3757 :recursionCount 2 . -3758 :recursionCount 7 . -3759 :recursionCount 1 . -3760 :recursionCount 6 . -3761 :recursionCount 3 . -3762 :recursionCount 5 . -3763 :recursionCount 3 . -3764 :recursionCount 2 . -3765 :recursionCount 7 . -3766 :recursionCount 4 . -3767 :recursionCount 7 . -3768 :recursionCount 7 . -3769 :recursionCount 7 . -3770 :recursionCount 3 . -3771 :recursionCount 4 . -3772 :recursionCount 5 . -3773 :recursionCount 4 . -3774 :recursionCount 3 . -3775 :recursionCount 2 . -3776 :recursionCount 7 . -3777 :recursionCount 4 . -3778 :recursionCount 6 . -3779 :recursionCount 6 . -3780 :recursionCount 2 . -3781 :recursionCount 3 . -3782 :recursionCount 4 . -3783 :recursionCount 5 . -3784 :recursionCount 5 . -3785 :recursionCount 7 . -3786 :recursionCount 7 . -3787 :recursionCount 6 . -3788 :recursionCount 7 . -3789 :recursionCount 7 . -3790 :recursionCount 7 . -3791 :recursionCount 2 . -3792 :recursionCount 3 . -3793 :recursionCount 4 . -3794 :recursionCount 3 . -3795 :recursionCount 1 . -3796 :recursionCount 7 . -3797 :recursionCount 6 . -3798 :recursionCount 7 . -3799 :recursionCount 1 . -3800 :recursionCount 5 . -3801 :recursionCount 6 . -3802 :recursionCount 3 . -3803 :recursionCount 6 . -3804 :recursionCount 3 . -3805 :recursionCount 6 . -3806 :recursionCount 5 . -3807 :recursionCount 2 . -3808 :recursionCount 7 . -3809 :recursionCount 7 . -3810 :recursionCount 6 . -3811 :recursionCount 5 . -3812 :recursionCount 3 . -3813 :recursionCount 4 . -3814 :recursionCount 3 . -3815 :recursionCount 5 . -3816 :recursionCount 6 . -3817 :recursionCount 3 . -3818 :recursionCount 5 . -3819 :recursionCount 7 . -3820 :recursionCount 3 . -3821 :recursionCount 3 . -3822 :recursionCount 7 . -3823 :recursionCount 6 . -3824 :recursionCount 7 . -3825 :recursionCount 1 . -3826 :recursionCount 3 . -3827 :recursionCount 4 . -3828 :recursionCount 5 . -3829 :recursionCount 5 . -3830 :recursionCount 6 . -3831 :recursionCount 4 . -3832 :recursionCount 6 . -3833 :recursionCount 6 . -3834 :recursionCount 7 . -3835 :recursionCount 7 . -3836 :recursionCount 5 . -3837 :recursionCount 5 . -3838 :recursionCount 5 . -3839 :recursionCount 5 . -3840 :recursionCount 3 . -3841 :recursionCount 3 . -3842 :recursionCount 7 . -3843 :recursionCount 7 . -3844 :recursionCount 6 . -3845 :recursionCount 7 . -3846 :recursionCount 7 . -3847 :recursionCount 5 . -3848 :recursionCount 5 . -3849 :recursionCount 4 . -3850 :recursionCount 6 . -3851 :recursionCount 5 . -3852 :recursionCount 1 . -3853 :recursionCount 7 . -3854 :recursionCount 7 . -3855 :recursionCount 6 . -3856 :recursionCount 7 . -3857 :recursionCount 7 . -3858 :recursionCount 5 . -3859 :recursionCount 3 . -3860 :recursionCount 5 . -3861 :recursionCount 6 . -3862 :recursionCount 3 . -3863 :recursionCount 5 . -3864 :recursionCount 7 . -3865 :recursionCount 7 . -3866 :recursionCount 6 . -3867 :recursionCount 7 . -3868 :recursionCount 7 . -3869 :recursionCount 1 . -3870 :recursionCount 2 . -3871 :recursionCount 3 . -3872 :recursionCount 4 . -3873 :recursionCount 5 . -3874 :recursionCount 5 . -3875 :recursionCount 7 . -3876 :recursionCount 7 . -3877 :recursionCount 6 . -3878 :recursionCount 7 . -3879 :recursionCount 7 . -3880 :recursionCount 7 . -3881 :recursionCount 5 . -3882 :recursionCount 5 . -3883 :recursionCount 5 . -3884 :recursionCount 5 . -3885 :recursionCount 5 . -3886 :recursionCount 7 . -3887 :recursionCount 7 . -3888 :recursionCount 6 . -3889 :recursionCount 6 . -3890 :recursionCount 7 . -3891 :recursionCount 7 . -3892 :recursionCount 5 . -3893 :recursionCount 5 . -3894 :recursionCount 4 . -3895 :recursionCount 3 . -3896 :recursionCount 1 . -3897 :recursionCount 7 . -3898 :recursionCount 6 . -3899 :recursionCount 7 . -3900 :recursionCount 3 . -3901 :recursionCount 3 . -3902 :recursionCount 4 . -3903 :recursionCount 4 . -3904 :recursionCount 4 . -3905 :recursionCount 3 . -3906 :recursionCount 3 . -3907 :recursionCount 7 . -3908 :recursionCount 7 . -3909 :recursionCount 7 . -3910 :recursionCount 3 . -3911 :recursionCount 6 . -3912 :recursionCount 3 . -3913 :recursionCount 6 . -3914 :recursionCount 3 . -3915 :recursionCount 6 . -3916 :recursionCount 5 . -3917 :recursionCount 2 . -3918 :recursionCount 7 . -3919 :recursionCount 2 . -3920 :recursionCount 4 . -3921 :recursionCount 3 . -3922 :recursionCount 3 . -3923 :recursionCount 4 . -3924 :recursionCount 3 . -3925 :recursionCount 5 . -3926 :recursionCount 6 . -3927 :recursionCount 3 . -3928 :recursionCount 5 . -3929 :recursionCount 3 . -3930 :recursionCount 4 . -3931 :recursionCount 6 . -3932 :recursionCount 4 . -3933 :recursionCount 6 . -3934 :recursionCount 7 . -3935 :recursionCount 1 . -3936 :recursionCount 3 . -3937 :recursionCount 4 . -3938 :recursionCount 5 . -3939 :recursionCount 4 . -3940 :recursionCount 4 . -3941 :recursionCount 3 . -3942 :recursionCount 3 . -3943 :recursionCount 7 . -3944 :recursionCount 6 . -3945 :recursionCount 7 . -3946 :recursionCount 1 . -3947 :recursionCount 3 . -3948 :recursionCount 4 . -3949 :recursionCount 5 . -3950 :recursionCount 3 . -3951 :recursionCount 6 . -3952 :recursionCount 5 . -3953 :recursionCount 1 . -3954 :recursionCount 7 . -3955 :recursionCount 6 . -3956 :recursionCount 7 . -3957 :recursionCount 1 . -3958 :recursionCount 3 . -3959 :recursionCount 4 . -3960 :recursionCount 3 . -3961 :recursionCount 5 . -3962 :recursionCount 6 . -3963 :recursionCount 3 . -3964 :recursionCount 1 . -3965 :recursionCount 7 . -3966 :recursionCount 6 . -3967 :recursionCount 7 . -3968 :recursionCount 1 . -3969 :recursionCount 3 . -3970 :recursionCount 7 . -3971 :recursionCount 2 . -3972 :recursionCount 3 . -3973 :recursionCount 4 . -3974 :recursionCount 3 . -3975 :recursionCount 1 . -3976 :recursionCount 7 . -3977 :recursionCount 6 . -3978 :recursionCount 7 . -3979 :recursionCount 1 . -3980 :recursionCount 7 . -3981 :recursionCount 7 . -3982 :recursionCount 5 . -3983 :recursionCount 5 . -3984 :recursionCount 4 . -3985 :recursionCount 3 . -3986 :recursionCount 1 . -3987 :recursionCount 7 . -3988 :recursionCount 6 . -3989 :recursionCount 7 . -3990 :recursionCount 7 . -3991 :recursionCount 2 . -3992 :recursionCount 3 . -3993 :recursionCount 4 . -3994 :recursionCount 5 . -3995 :recursionCount 4 . -3996 :recursionCount 3 . -3997 :recursionCount 1 . -3998 :recursionCount 7 . -3999 :recursionCount 6 . diff --git a/reasoning/proof-by-recursion/example2-proof.n3 b/reasoning/proof-by-recursion/example2-proof.n3 deleted file mode 100644 index 1167fe537..000000000 --- a/reasoning/proof-by-recursion/example2-proof.n3 +++ /dev/null @@ -1,157255 +0,0 @@ -@prefix skolem: . -@prefix r: . -@prefix : . -@prefix log: . -@prefix math: . -@prefix n3: . -@prefix list: . -@prefix var: . - -skolem:proof a r:Proof, r:Conjunction; - r:component skolem:lemma1; - r:component skolem:lemma2; - r:component skolem:lemma3; - r:component skolem:lemma4; - r:component skolem:lemma5; - r:component skolem:lemma6; - r:component skolem:lemma7; - r:component skolem:lemma8; - r:component skolem:lemma9; - r:component skolem:lemma10; - r:component skolem:lemma11; - r:component skolem:lemma12; - r:component skolem:lemma13; - r:component skolem:lemma14; - r:component skolem:lemma15; - r:component skolem:lemma16; - r:component skolem:lemma17; - r:component skolem:lemma18; - r:component skolem:lemma19; - r:component skolem:lemma20; - r:component skolem:lemma21; - r:component skolem:lemma22; - r:component skolem:lemma23; - r:component skolem:lemma24; - r:component skolem:lemma25; - r:component skolem:lemma26; - r:component skolem:lemma27; - r:component skolem:lemma28; - r:component skolem:lemma29; - r:component skolem:lemma30; - r:component skolem:lemma31; - r:component skolem:lemma32; - r:component skolem:lemma33; - r:component skolem:lemma34; - r:component skolem:lemma35; - r:component skolem:lemma36; - r:component skolem:lemma37; - r:component skolem:lemma38; - r:component skolem:lemma39; - r:component skolem:lemma40; - r:component skolem:lemma41; - r:component skolem:lemma42; - r:component skolem:lemma43; - r:component skolem:lemma44; - r:component skolem:lemma45; - r:component skolem:lemma46; - r:component skolem:lemma47; - r:component skolem:lemma48; - r:component skolem:lemma49; - r:component skolem:lemma50; - r:component skolem:lemma51; - r:component skolem:lemma52; - r:component skolem:lemma53; - r:component skolem:lemma54; - r:component skolem:lemma55; - r:component skolem:lemma56; - r:component skolem:lemma57; - r:component skolem:lemma58; - r:component skolem:lemma59; - r:component skolem:lemma60; - r:component skolem:lemma61; - r:component skolem:lemma62; - r:component skolem:lemma63; - r:component skolem:lemma64; - r:component skolem:lemma65; - r:component skolem:lemma66; - r:component skolem:lemma67; - r:component skolem:lemma68; - r:component skolem:lemma69; - r:component skolem:lemma70; - r:component skolem:lemma71; - r:component skolem:lemma72; - r:component skolem:lemma73; - r:component skolem:lemma74; - r:component skolem:lemma75; - r:component skolem:lemma76; - r:component skolem:lemma77; - r:component skolem:lemma78; - r:component skolem:lemma79; - r:component skolem:lemma80; - r:component skolem:lemma81; - r:component skolem:lemma82; - r:component skolem:lemma83; - r:component skolem:lemma84; - r:component skolem:lemma85; - r:component skolem:lemma86; - r:component skolem:lemma87; - r:component skolem:lemma88; - r:component skolem:lemma89; - r:component skolem:lemma90; - r:component skolem:lemma91; - r:component skolem:lemma92; - r:component skolem:lemma93; - r:component skolem:lemma94; - r:component skolem:lemma95; - r:component skolem:lemma96; - r:component skolem:lemma97; - r:component skolem:lemma98; - r:component skolem:lemma99; - r:component skolem:lemma100; - r:component skolem:lemma101; - r:component skolem:lemma102; - r:component skolem:lemma103; - r:component skolem:lemma104; - r:component skolem:lemma105; - r:component skolem:lemma106; - r:component skolem:lemma107; - r:component skolem:lemma108; - r:component skolem:lemma109; - r:component skolem:lemma110; - r:component skolem:lemma111; - r:component skolem:lemma112; - r:component skolem:lemma113; - r:component skolem:lemma114; - r:component skolem:lemma115; - r:component skolem:lemma116; - r:component skolem:lemma117; - r:component skolem:lemma118; - r:component skolem:lemma119; - r:component skolem:lemma120; - r:component skolem:lemma121; - r:component skolem:lemma122; - r:component skolem:lemma123; - r:component skolem:lemma124; - r:component skolem:lemma125; - r:component skolem:lemma126; - r:component skolem:lemma127; - r:component skolem:lemma128; - r:component skolem:lemma129; - r:component skolem:lemma130; - r:component skolem:lemma131; - r:component skolem:lemma132; - r:component skolem:lemma133; - r:component skolem:lemma134; - r:component skolem:lemma135; - r:component skolem:lemma136; - r:component skolem:lemma137; - r:component skolem:lemma138; - r:component skolem:lemma139; - r:component skolem:lemma140; - r:component skolem:lemma141; - r:component skolem:lemma142; - r:component skolem:lemma143; - r:component skolem:lemma144; - r:component skolem:lemma145; - r:component skolem:lemma146; - r:component skolem:lemma147; - r:component skolem:lemma148; - r:component skolem:lemma149; - r:component skolem:lemma150; - r:component skolem:lemma151; - r:component skolem:lemma152; - r:component skolem:lemma153; - r:component skolem:lemma154; - r:component skolem:lemma155; - r:component skolem:lemma156; - r:component skolem:lemma157; - r:component skolem:lemma158; - r:component skolem:lemma159; - r:component skolem:lemma160; - r:component skolem:lemma161; - r:component skolem:lemma162; - r:component skolem:lemma163; - r:component skolem:lemma164; - r:component skolem:lemma165; - r:component skolem:lemma166; - r:component skolem:lemma167; - r:component skolem:lemma168; - r:component skolem:lemma169; - r:component skolem:lemma170; - r:component skolem:lemma171; - r:component skolem:lemma172; - r:component skolem:lemma173; - r:component skolem:lemma174; - r:component skolem:lemma175; - r:component skolem:lemma176; - r:component skolem:lemma177; - r:component skolem:lemma178; - r:component skolem:lemma179; - r:component skolem:lemma180; - r:component skolem:lemma181; - r:component skolem:lemma182; - r:component skolem:lemma183; - r:component skolem:lemma184; - r:component skolem:lemma185; - r:component skolem:lemma186; - r:component skolem:lemma187; - r:component skolem:lemma188; - r:component skolem:lemma189; - r:component skolem:lemma190; - r:component skolem:lemma191; - r:component skolem:lemma192; - r:component skolem:lemma193; - r:component skolem:lemma194; - r:component skolem:lemma195; - r:component skolem:lemma196; - r:component skolem:lemma197; - r:component skolem:lemma198; - r:component skolem:lemma199; - r:component skolem:lemma200; - r:component skolem:lemma201; - r:component skolem:lemma202; - r:component skolem:lemma203; - r:component skolem:lemma204; - r:component skolem:lemma205; - r:component skolem:lemma206; - r:component skolem:lemma207; - r:component skolem:lemma208; - r:component skolem:lemma209; - r:component skolem:lemma210; - r:component skolem:lemma211; - r:component skolem:lemma212; - r:component skolem:lemma213; - r:component skolem:lemma214; - r:component skolem:lemma215; - r:component skolem:lemma216; - r:component skolem:lemma217; - r:component skolem:lemma218; - r:component skolem:lemma219; - r:component skolem:lemma220; - r:component skolem:lemma221; - r:component skolem:lemma222; - r:component skolem:lemma223; - r:component skolem:lemma224; - r:component skolem:lemma225; - r:component skolem:lemma226; - r:component skolem:lemma227; - r:component skolem:lemma228; - r:component skolem:lemma229; - r:component skolem:lemma230; - r:component skolem:lemma231; - r:component skolem:lemma232; - r:component skolem:lemma233; - r:component skolem:lemma234; - r:component skolem:lemma235; - r:component skolem:lemma236; - r:component skolem:lemma237; - r:component skolem:lemma238; - r:component skolem:lemma239; - r:component skolem:lemma240; - r:component skolem:lemma241; - r:component skolem:lemma242; - r:component skolem:lemma243; - r:component skolem:lemma244; - r:component skolem:lemma245; - r:component skolem:lemma246; - r:component skolem:lemma247; - r:component skolem:lemma248; - r:component skolem:lemma249; - r:component skolem:lemma250; - r:component skolem:lemma251; - r:component skolem:lemma252; - r:component skolem:lemma253; - r:component skolem:lemma254; - r:component skolem:lemma255; - r:component skolem:lemma256; - r:component skolem:lemma257; - r:component skolem:lemma258; - r:component skolem:lemma259; - r:component skolem:lemma260; - r:component skolem:lemma261; - r:component skolem:lemma262; - r:component skolem:lemma263; - r:component skolem:lemma264; - r:component skolem:lemma265; - r:component skolem:lemma266; - r:component skolem:lemma267; - r:component skolem:lemma268; - r:component skolem:lemma269; - r:component skolem:lemma270; - r:component skolem:lemma271; - r:component skolem:lemma272; - r:component skolem:lemma273; - r:component skolem:lemma274; - r:component skolem:lemma275; - r:component skolem:lemma276; - r:component skolem:lemma277; - r:component skolem:lemma278; - r:component skolem:lemma279; - r:component skolem:lemma280; - r:component skolem:lemma281; - r:component skolem:lemma282; - r:component skolem:lemma283; - r:component skolem:lemma284; - r:component skolem:lemma285; - r:component skolem:lemma286; - r:component skolem:lemma287; - r:component skolem:lemma288; - r:component skolem:lemma289; - r:component skolem:lemma290; - r:component skolem:lemma291; - r:component skolem:lemma292; - r:component skolem:lemma293; - r:component skolem:lemma294; - r:component skolem:lemma295; - r:component skolem:lemma296; - r:component skolem:lemma297; - r:component skolem:lemma298; - r:component skolem:lemma299; - r:component skolem:lemma300; - r:component skolem:lemma301; - r:component skolem:lemma302; - r:component skolem:lemma303; - r:component skolem:lemma304; - r:component skolem:lemma305; - r:component skolem:lemma306; - r:component skolem:lemma307; - r:component skolem:lemma308; - r:component skolem:lemma309; - r:component skolem:lemma310; - r:component skolem:lemma311; - r:component skolem:lemma312; - r:component skolem:lemma313; - r:component skolem:lemma314; - r:component skolem:lemma315; - r:component skolem:lemma316; - r:component skolem:lemma317; - r:component skolem:lemma318; - r:component skolem:lemma319; - r:component skolem:lemma320; - r:component skolem:lemma321; - r:component skolem:lemma322; - r:component skolem:lemma323; - r:component skolem:lemma324; - r:component skolem:lemma325; - r:component skolem:lemma326; - r:component skolem:lemma327; - r:component skolem:lemma328; - r:component skolem:lemma329; - r:component skolem:lemma330; - r:component skolem:lemma331; - r:component skolem:lemma332; - r:component skolem:lemma333; - r:component skolem:lemma334; - r:component skolem:lemma335; - r:component skolem:lemma336; - r:component skolem:lemma337; - r:component skolem:lemma338; - r:component skolem:lemma339; - r:component skolem:lemma340; - r:component skolem:lemma341; - r:component skolem:lemma342; - r:component skolem:lemma343; - r:component skolem:lemma344; - r:component skolem:lemma345; - r:component skolem:lemma346; - r:component skolem:lemma347; - r:component skolem:lemma348; - r:component skolem:lemma349; - r:component skolem:lemma350; - r:component skolem:lemma351; - r:component skolem:lemma352; - r:component skolem:lemma353; - r:component skolem:lemma354; - r:component skolem:lemma355; - r:component skolem:lemma356; - r:component skolem:lemma357; - r:component skolem:lemma358; - r:component skolem:lemma359; - r:component skolem:lemma360; - r:component skolem:lemma361; - r:component skolem:lemma362; - r:component skolem:lemma363; - r:component skolem:lemma364; - r:component skolem:lemma365; - r:component skolem:lemma366; - r:component skolem:lemma367; - r:component skolem:lemma368; - r:component skolem:lemma369; - r:component skolem:lemma370; - r:component skolem:lemma371; - r:component skolem:lemma372; - r:component skolem:lemma373; - r:component skolem:lemma374; - r:component skolem:lemma375; - r:component skolem:lemma376; - r:component skolem:lemma377; - r:component skolem:lemma378; - r:component skolem:lemma379; - r:component skolem:lemma380; - r:component skolem:lemma381; - r:component skolem:lemma382; - r:component skolem:lemma383; - r:component skolem:lemma384; - r:component skolem:lemma385; - r:component skolem:lemma386; - r:component skolem:lemma387; - r:component skolem:lemma388; - r:component skolem:lemma389; - r:component skolem:lemma390; - r:component skolem:lemma391; - r:component skolem:lemma392; - r:component skolem:lemma393; - r:component skolem:lemma394; - r:component skolem:lemma395; - r:component skolem:lemma396; - r:component skolem:lemma397; - r:component skolem:lemma398; - r:component skolem:lemma399; - r:component skolem:lemma400; - r:component skolem:lemma401; - r:component skolem:lemma402; - r:component skolem:lemma403; - r:component skolem:lemma404; - r:component skolem:lemma405; - r:component skolem:lemma406; - r:component skolem:lemma407; - r:component skolem:lemma408; - r:component skolem:lemma409; - r:component skolem:lemma410; - r:component skolem:lemma411; - r:component skolem:lemma412; - r:component skolem:lemma413; - r:component skolem:lemma414; - r:component skolem:lemma415; - r:component skolem:lemma416; - r:component skolem:lemma417; - r:component skolem:lemma418; - r:component skolem:lemma419; - r:component skolem:lemma420; - r:component skolem:lemma421; - r:component skolem:lemma422; - r:component skolem:lemma423; - r:component skolem:lemma424; - r:component skolem:lemma425; - r:component skolem:lemma426; - r:component skolem:lemma427; - r:component skolem:lemma428; - r:component skolem:lemma429; - r:component skolem:lemma430; - r:component skolem:lemma431; - r:component skolem:lemma432; - r:component skolem:lemma433; - r:component skolem:lemma434; - r:component skolem:lemma435; - r:component skolem:lemma436; - r:component skolem:lemma437; - r:component skolem:lemma438; - r:component skolem:lemma439; - r:component skolem:lemma440; - r:component skolem:lemma441; - r:component skolem:lemma442; - r:component skolem:lemma443; - r:component skolem:lemma444; - r:component skolem:lemma445; - r:component skolem:lemma446; - r:component skolem:lemma447; - r:component skolem:lemma448; - r:component skolem:lemma449; - r:component skolem:lemma450; - r:component skolem:lemma451; - r:component skolem:lemma452; - r:component skolem:lemma453; - r:component skolem:lemma454; - r:component skolem:lemma455; - r:component skolem:lemma456; - r:component skolem:lemma457; - r:component skolem:lemma458; - r:component skolem:lemma459; - r:component skolem:lemma460; - r:component skolem:lemma461; - r:component skolem:lemma462; - r:component skolem:lemma463; - r:component skolem:lemma464; - r:component skolem:lemma465; - r:component skolem:lemma466; - r:component skolem:lemma467; - r:component skolem:lemma468; - r:component skolem:lemma469; - r:component skolem:lemma470; - r:component skolem:lemma471; - r:component skolem:lemma472; - r:component skolem:lemma473; - r:component skolem:lemma474; - r:component skolem:lemma475; - r:component skolem:lemma476; - r:component skolem:lemma477; - r:component skolem:lemma478; - r:component skolem:lemma479; - r:component skolem:lemma480; - r:component skolem:lemma481; - r:component skolem:lemma482; - r:component skolem:lemma483; - r:component skolem:lemma484; - r:component skolem:lemma485; - r:component skolem:lemma486; - r:component skolem:lemma487; - r:component skolem:lemma488; - r:component skolem:lemma489; - r:component skolem:lemma490; - r:component skolem:lemma491; - r:component skolem:lemma492; - r:component skolem:lemma493; - r:component skolem:lemma494; - r:component skolem:lemma495; - r:component skolem:lemma496; - r:component skolem:lemma497; - r:component skolem:lemma498; - r:component skolem:lemma499; - r:component skolem:lemma500; - r:component skolem:lemma501; - r:component skolem:lemma502; - r:component skolem:lemma503; - r:component skolem:lemma504; - r:component skolem:lemma505; - r:component skolem:lemma506; - r:component skolem:lemma507; - r:component skolem:lemma508; - r:component skolem:lemma509; - r:component skolem:lemma510; - r:component skolem:lemma511; - r:component skolem:lemma512; - r:component skolem:lemma513; - r:component skolem:lemma514; - r:component skolem:lemma515; - r:component skolem:lemma516; - r:component skolem:lemma517; - r:component skolem:lemma518; - r:component skolem:lemma519; - r:component skolem:lemma520; - r:component skolem:lemma521; - r:component skolem:lemma522; - r:component skolem:lemma523; - r:component skolem:lemma524; - r:component skolem:lemma525; - r:component skolem:lemma526; - r:component skolem:lemma527; - r:component skolem:lemma528; - r:component skolem:lemma529; - r:component skolem:lemma530; - r:component skolem:lemma531; - r:component skolem:lemma532; - r:component skolem:lemma533; - r:component skolem:lemma534; - r:component skolem:lemma535; - r:component skolem:lemma536; - r:component skolem:lemma537; - r:component skolem:lemma538; - r:component skolem:lemma539; - r:component skolem:lemma540; - r:component skolem:lemma541; - r:component skolem:lemma542; - r:component skolem:lemma543; - r:component skolem:lemma544; - r:component skolem:lemma545; - r:component skolem:lemma546; - r:component skolem:lemma547; - r:component skolem:lemma548; - r:component skolem:lemma549; - r:component skolem:lemma550; - r:component skolem:lemma551; - r:component skolem:lemma552; - r:component skolem:lemma553; - r:component skolem:lemma554; - r:component skolem:lemma555; - r:component skolem:lemma556; - r:component skolem:lemma557; - r:component skolem:lemma558; - r:component skolem:lemma559; - r:component skolem:lemma560; - r:component skolem:lemma561; - r:component skolem:lemma562; - r:component skolem:lemma563; - r:component skolem:lemma564; - r:component skolem:lemma565; - r:component skolem:lemma566; - r:component skolem:lemma567; - r:component skolem:lemma568; - r:component skolem:lemma569; - r:component skolem:lemma570; - r:component skolem:lemma571; - r:component skolem:lemma572; - r:component skolem:lemma573; - r:component skolem:lemma574; - r:component skolem:lemma575; - r:component skolem:lemma576; - r:component skolem:lemma577; - r:component skolem:lemma578; - r:component skolem:lemma579; - r:component skolem:lemma580; - r:component skolem:lemma581; - r:component skolem:lemma582; - r:component skolem:lemma583; - r:component skolem:lemma584; - r:component skolem:lemma585; - r:component skolem:lemma586; - r:component skolem:lemma587; - r:component skolem:lemma588; - r:component skolem:lemma589; - r:component skolem:lemma590; - r:component skolem:lemma591; - r:component skolem:lemma592; - r:component skolem:lemma593; - r:component skolem:lemma594; - r:component skolem:lemma595; - r:component skolem:lemma596; - r:component skolem:lemma597; - r:component skolem:lemma598; - r:component skolem:lemma599; - r:component skolem:lemma600; - r:component skolem:lemma601; - r:component skolem:lemma602; - r:component skolem:lemma603; - r:component skolem:lemma604; - r:component skolem:lemma605; - r:component skolem:lemma606; - r:component skolem:lemma607; - r:component skolem:lemma608; - r:component skolem:lemma609; - r:component skolem:lemma610; - r:component skolem:lemma611; - r:component skolem:lemma612; - r:component skolem:lemma613; - r:component skolem:lemma614; - r:component skolem:lemma615; - r:component skolem:lemma616; - r:component skolem:lemma617; - r:component skolem:lemma618; - r:component skolem:lemma619; - r:component skolem:lemma620; - r:component skolem:lemma621; - r:component skolem:lemma622; - r:component skolem:lemma623; - r:component skolem:lemma624; - r:component skolem:lemma625; - r:component skolem:lemma626; - r:component skolem:lemma627; - r:component skolem:lemma628; - r:component skolem:lemma629; - r:component skolem:lemma630; - r:component skolem:lemma631; - r:component skolem:lemma632; - r:component skolem:lemma633; - r:component skolem:lemma634; - r:component skolem:lemma635; - r:component skolem:lemma636; - r:component skolem:lemma637; - r:component skolem:lemma638; - r:component skolem:lemma639; - r:component skolem:lemma640; - r:component skolem:lemma641; - r:component skolem:lemma642; - r:component skolem:lemma643; - r:component skolem:lemma644; - r:component skolem:lemma645; - r:component skolem:lemma646; - r:component skolem:lemma647; - r:component skolem:lemma648; - r:component skolem:lemma649; - r:component skolem:lemma650; - r:component skolem:lemma651; - r:component skolem:lemma652; - r:component skolem:lemma653; - r:component skolem:lemma654; - r:component skolem:lemma655; - r:component skolem:lemma656; - r:component skolem:lemma657; - r:component skolem:lemma658; - r:component skolem:lemma659; - r:component skolem:lemma660; - r:component skolem:lemma661; - r:component skolem:lemma662; - r:component skolem:lemma663; - r:component skolem:lemma664; - r:component skolem:lemma665; - r:component skolem:lemma666; - r:component skolem:lemma667; - r:component skolem:lemma668; - r:component skolem:lemma669; - r:component skolem:lemma670; - r:component skolem:lemma671; - r:component skolem:lemma672; - r:component skolem:lemma673; - r:component skolem:lemma674; - r:component skolem:lemma675; - r:component skolem:lemma676; - r:component skolem:lemma677; - r:component skolem:lemma678; - r:component skolem:lemma679; - r:component skolem:lemma680; - r:component skolem:lemma681; - r:component skolem:lemma682; - r:component skolem:lemma683; - r:component skolem:lemma684; - r:component skolem:lemma685; - r:component skolem:lemma686; - r:component skolem:lemma687; - r:component skolem:lemma688; - r:component skolem:lemma689; - r:component skolem:lemma690; - r:component skolem:lemma691; - r:component skolem:lemma692; - r:component skolem:lemma693; - r:component skolem:lemma694; - r:component skolem:lemma695; - r:component skolem:lemma696; - r:component skolem:lemma697; - r:component skolem:lemma698; - r:component skolem:lemma699; - r:component skolem:lemma700; - r:component skolem:lemma701; - r:component skolem:lemma702; - r:component skolem:lemma703; - r:component skolem:lemma704; - r:component skolem:lemma705; - r:component skolem:lemma706; - r:component skolem:lemma707; - r:component skolem:lemma708; - r:component skolem:lemma709; - r:component skolem:lemma710; - r:component skolem:lemma711; - r:component skolem:lemma712; - r:component skolem:lemma713; - r:component skolem:lemma714; - r:component skolem:lemma715; - r:component skolem:lemma716; - r:component skolem:lemma717; - r:component skolem:lemma718; - r:component skolem:lemma719; - r:component skolem:lemma720; - r:component skolem:lemma721; - r:component skolem:lemma722; - r:component skolem:lemma723; - r:component skolem:lemma724; - r:component skolem:lemma725; - r:component skolem:lemma726; - r:component skolem:lemma727; - r:component skolem:lemma728; - r:component skolem:lemma729; - r:component skolem:lemma730; - r:component skolem:lemma731; - r:component skolem:lemma732; - r:component skolem:lemma733; - r:component skolem:lemma734; - r:component skolem:lemma735; - r:component skolem:lemma736; - r:component skolem:lemma737; - r:component skolem:lemma738; - r:component skolem:lemma739; - r:component skolem:lemma740; - r:component skolem:lemma741; - r:component skolem:lemma742; - r:component skolem:lemma743; - r:component skolem:lemma744; - r:component skolem:lemma745; - r:component skolem:lemma746; - r:component skolem:lemma747; - r:component skolem:lemma748; - r:component skolem:lemma749; - r:component skolem:lemma750; - r:component skolem:lemma751; - r:component skolem:lemma752; - r:component skolem:lemma753; - r:component skolem:lemma754; - r:component skolem:lemma755; - r:component skolem:lemma756; - r:component skolem:lemma757; - r:component skolem:lemma758; - r:component skolem:lemma759; - r:component skolem:lemma760; - r:component skolem:lemma761; - r:component skolem:lemma762; - r:component skolem:lemma763; - r:component skolem:lemma764; - r:component skolem:lemma765; - r:component skolem:lemma766; - r:component skolem:lemma767; - r:component skolem:lemma768; - r:component skolem:lemma769; - r:component skolem:lemma770; - r:component skolem:lemma771; - r:component skolem:lemma772; - r:component skolem:lemma773; - r:component skolem:lemma774; - r:component skolem:lemma775; - r:component skolem:lemma776; - r:component skolem:lemma777; - r:component skolem:lemma778; - r:component skolem:lemma779; - r:component skolem:lemma780; - r:component skolem:lemma781; - r:component skolem:lemma782; - r:component skolem:lemma783; - r:component skolem:lemma784; - r:component skolem:lemma785; - r:component skolem:lemma786; - r:component skolem:lemma787; - r:component skolem:lemma788; - r:component skolem:lemma789; - r:component skolem:lemma790; - r:component skolem:lemma791; - r:component skolem:lemma792; - r:component skolem:lemma793; - r:component skolem:lemma794; - r:component skolem:lemma795; - r:component skolem:lemma796; - r:component skolem:lemma797; - r:component skolem:lemma798; - r:component skolem:lemma799; - r:component skolem:lemma800; - r:component skolem:lemma801; - r:component skolem:lemma802; - r:component skolem:lemma803; - r:component skolem:lemma804; - r:component skolem:lemma805; - r:component skolem:lemma806; - r:component skolem:lemma807; - r:component skolem:lemma808; - r:component skolem:lemma809; - r:component skolem:lemma810; - r:component skolem:lemma811; - r:component skolem:lemma812; - r:component skolem:lemma813; - r:component skolem:lemma814; - r:component skolem:lemma815; - r:component skolem:lemma816; - r:component skolem:lemma817; - r:component skolem:lemma818; - r:component skolem:lemma819; - r:component skolem:lemma820; - r:component skolem:lemma821; - r:component skolem:lemma822; - r:component skolem:lemma823; - r:component skolem:lemma824; - r:component skolem:lemma825; - r:component skolem:lemma826; - r:component skolem:lemma827; - r:component skolem:lemma828; - r:component skolem:lemma829; - r:component skolem:lemma830; - r:component skolem:lemma831; - r:component skolem:lemma832; - r:component skolem:lemma833; - r:component skolem:lemma834; - r:component skolem:lemma835; - r:component skolem:lemma836; - r:component skolem:lemma837; - r:component skolem:lemma838; - r:component skolem:lemma839; - r:component skolem:lemma840; - r:component skolem:lemma841; - r:component skolem:lemma842; - r:component skolem:lemma843; - r:component skolem:lemma844; - r:component skolem:lemma845; - r:component skolem:lemma846; - r:component skolem:lemma847; - r:component skolem:lemma848; - r:component skolem:lemma849; - r:component skolem:lemma850; - r:component skolem:lemma851; - r:component skolem:lemma852; - r:component skolem:lemma853; - r:component skolem:lemma854; - r:component skolem:lemma855; - r:component skolem:lemma856; - r:component skolem:lemma857; - r:component skolem:lemma858; - r:component skolem:lemma859; - r:component skolem:lemma860; - r:component skolem:lemma861; - r:component skolem:lemma862; - r:component skolem:lemma863; - r:component skolem:lemma864; - r:component skolem:lemma865; - r:component skolem:lemma866; - r:component skolem:lemma867; - r:component skolem:lemma868; - r:component skolem:lemma869; - r:component skolem:lemma870; - r:component skolem:lemma871; - r:component skolem:lemma872; - r:component skolem:lemma873; - r:component skolem:lemma874; - r:component skolem:lemma875; - r:component skolem:lemma876; - r:component skolem:lemma877; - r:component skolem:lemma878; - r:component skolem:lemma879; - r:component skolem:lemma880; - r:component skolem:lemma881; - r:component skolem:lemma882; - r:component skolem:lemma883; - r:component skolem:lemma884; - r:component skolem:lemma885; - r:component skolem:lemma886; - r:component skolem:lemma887; - r:component skolem:lemma888; - r:component skolem:lemma889; - r:component skolem:lemma890; - r:component skolem:lemma891; - r:component skolem:lemma892; - r:component skolem:lemma893; - r:component skolem:lemma894; - r:component skolem:lemma895; - r:component skolem:lemma896; - r:component skolem:lemma897; - r:component skolem:lemma898; - r:component skolem:lemma899; - r:component skolem:lemma900; - r:component skolem:lemma901; - r:component skolem:lemma902; - r:component skolem:lemma903; - r:component skolem:lemma904; - r:component skolem:lemma905; - r:component skolem:lemma906; - r:component skolem:lemma907; - r:component skolem:lemma908; - r:component skolem:lemma909; - r:component skolem:lemma910; - r:component skolem:lemma911; - r:component skolem:lemma912; - r:component skolem:lemma913; - r:component skolem:lemma914; - r:component skolem:lemma915; - r:component skolem:lemma916; - r:component skolem:lemma917; - r:component skolem:lemma918; - r:component skolem:lemma919; - r:component skolem:lemma920; - r:component skolem:lemma921; - r:component skolem:lemma922; - r:component skolem:lemma923; - r:component skolem:lemma924; - r:component skolem:lemma925; - r:component skolem:lemma926; - r:component skolem:lemma927; - r:component skolem:lemma928; - r:component skolem:lemma929; - r:component skolem:lemma930; - r:component skolem:lemma931; - r:component skolem:lemma932; - r:component skolem:lemma933; - r:component skolem:lemma934; - r:component skolem:lemma935; - r:component skolem:lemma936; - r:component skolem:lemma937; - r:component skolem:lemma938; - r:component skolem:lemma939; - r:component skolem:lemma940; - r:component skolem:lemma941; - r:component skolem:lemma942; - r:component skolem:lemma943; - r:component skolem:lemma944; - r:component skolem:lemma945; - r:component skolem:lemma946; - r:component skolem:lemma947; - r:component skolem:lemma948; - r:component skolem:lemma949; - r:component skolem:lemma950; - r:component skolem:lemma951; - r:component skolem:lemma952; - r:component skolem:lemma953; - r:component skolem:lemma954; - r:component skolem:lemma955; - r:component skolem:lemma956; - r:component skolem:lemma957; - r:component skolem:lemma958; - r:component skolem:lemma959; - r:component skolem:lemma960; - r:component skolem:lemma961; - r:component skolem:lemma962; - r:component skolem:lemma963; - r:component skolem:lemma964; - r:component skolem:lemma965; - r:component skolem:lemma966; - r:component skolem:lemma967; - r:component skolem:lemma968; - r:component skolem:lemma969; - r:component skolem:lemma970; - r:component skolem:lemma971; - r:component skolem:lemma972; - r:component skolem:lemma973; - r:component skolem:lemma974; - r:component skolem:lemma975; - r:component skolem:lemma976; - r:component skolem:lemma977; - r:component skolem:lemma978; - r:component skolem:lemma979; - r:component skolem:lemma980; - r:component skolem:lemma981; - r:component skolem:lemma982; - r:component skolem:lemma983; - r:component skolem:lemma984; - r:component skolem:lemma985; - r:component skolem:lemma986; - r:component skolem:lemma987; - r:component skolem:lemma988; - r:component skolem:lemma989; - r:component skolem:lemma990; - r:component skolem:lemma991; - r:component skolem:lemma992; - r:component skolem:lemma993; - r:component skolem:lemma994; - r:component skolem:lemma995; - r:component skolem:lemma996; - r:component skolem:lemma997; - r:component skolem:lemma998; - r:component skolem:lemma999; - r:component skolem:lemma1000; - r:component skolem:lemma1001; - r:component skolem:lemma1002; - r:component skolem:lemma1003; - r:component skolem:lemma1004; - r:component skolem:lemma1005; - r:component skolem:lemma1006; - r:component skolem:lemma1007; - r:component skolem:lemma1008; - r:component skolem:lemma1009; - r:component skolem:lemma1010; - r:component skolem:lemma1011; - r:component skolem:lemma1012; - r:component skolem:lemma1013; - r:component skolem:lemma1014; - r:component skolem:lemma1015; - r:component skolem:lemma1016; - r:component skolem:lemma1017; - r:component skolem:lemma1018; - r:component skolem:lemma1019; - r:component skolem:lemma1020; - r:component skolem:lemma1021; - r:component skolem:lemma1022; - r:component skolem:lemma1023; - r:component skolem:lemma1024; - r:component skolem:lemma1025; - r:component skolem:lemma1026; - r:component skolem:lemma1027; - r:component skolem:lemma1028; - r:component skolem:lemma1029; - r:component skolem:lemma1030; - r:component skolem:lemma1031; - r:component skolem:lemma1032; - r:component skolem:lemma1033; - r:component skolem:lemma1034; - r:component skolem:lemma1035; - r:component skolem:lemma1036; - r:component skolem:lemma1037; - r:component skolem:lemma1038; - r:component skolem:lemma1039; - r:component skolem:lemma1040; - r:component skolem:lemma1041; - r:component skolem:lemma1042; - r:component skolem:lemma1043; - r:component skolem:lemma1044; - r:component skolem:lemma1045; - r:component skolem:lemma1046; - r:component skolem:lemma1047; - r:component skolem:lemma1048; - r:component skolem:lemma1049; - r:component skolem:lemma1050; - r:component skolem:lemma1051; - r:component skolem:lemma1052; - r:component skolem:lemma1053; - r:component skolem:lemma1054; - r:component skolem:lemma1055; - r:component skolem:lemma1056; - r:component skolem:lemma1057; - r:component skolem:lemma1058; - r:component skolem:lemma1059; - r:component skolem:lemma1060; - r:component skolem:lemma1061; - r:component skolem:lemma1062; - r:component skolem:lemma1063; - r:component skolem:lemma1064; - r:component skolem:lemma1065; - r:component skolem:lemma1066; - r:component skolem:lemma1067; - r:component skolem:lemma1068; - r:component skolem:lemma1069; - r:component skolem:lemma1070; - r:component skolem:lemma1071; - r:component skolem:lemma1072; - r:component skolem:lemma1073; - r:component skolem:lemma1074; - r:component skolem:lemma1075; - r:component skolem:lemma1076; - r:component skolem:lemma1077; - r:component skolem:lemma1078; - r:component skolem:lemma1079; - r:component skolem:lemma1080; - r:component skolem:lemma1081; - r:component skolem:lemma1082; - r:component skolem:lemma1083; - r:component skolem:lemma1084; - r:component skolem:lemma1085; - r:component skolem:lemma1086; - r:component skolem:lemma1087; - r:component skolem:lemma1088; - r:component skolem:lemma1089; - r:component skolem:lemma1090; - r:component skolem:lemma1091; - r:component skolem:lemma1092; - r:component skolem:lemma1093; - r:component skolem:lemma1094; - r:component skolem:lemma1095; - r:component skolem:lemma1096; - r:component skolem:lemma1097; - r:component skolem:lemma1098; - r:component skolem:lemma1099; - r:component skolem:lemma1100; - r:component skolem:lemma1101; - r:component skolem:lemma1102; - r:component skolem:lemma1103; - r:component skolem:lemma1104; - r:component skolem:lemma1105; - r:component skolem:lemma1106; - r:component skolem:lemma1107; - r:component skolem:lemma1108; - r:component skolem:lemma1109; - r:component skolem:lemma1110; - r:component skolem:lemma1111; - r:component skolem:lemma1112; - r:component skolem:lemma1113; - r:component skolem:lemma1114; - r:component skolem:lemma1115; - r:component skolem:lemma1116; - r:component skolem:lemma1117; - r:component skolem:lemma1118; - r:component skolem:lemma1119; - r:component skolem:lemma1120; - r:component skolem:lemma1121; - r:component skolem:lemma1122; - r:component skolem:lemma1123; - r:component skolem:lemma1124; - r:component skolem:lemma1125; - r:component skolem:lemma1126; - r:component skolem:lemma1127; - r:component skolem:lemma1128; - r:component skolem:lemma1129; - r:component skolem:lemma1130; - r:component skolem:lemma1131; - r:component skolem:lemma1132; - r:component skolem:lemma1133; - r:component skolem:lemma1134; - r:component skolem:lemma1135; - r:component skolem:lemma1136; - r:component skolem:lemma1137; - r:component skolem:lemma1138; - r:component skolem:lemma1139; - r:component skolem:lemma1140; - r:component skolem:lemma1141; - r:component skolem:lemma1142; - r:component skolem:lemma1143; - r:component skolem:lemma1144; - r:component skolem:lemma1145; - r:component skolem:lemma1146; - r:component skolem:lemma1147; - r:component skolem:lemma1148; - r:component skolem:lemma1149; - r:component skolem:lemma1150; - r:component skolem:lemma1151; - r:component skolem:lemma1152; - r:component skolem:lemma1153; - r:component skolem:lemma1154; - r:component skolem:lemma1155; - r:component skolem:lemma1156; - r:component skolem:lemma1157; - r:component skolem:lemma1158; - r:component skolem:lemma1159; - r:component skolem:lemma1160; - r:component skolem:lemma1161; - r:component skolem:lemma1162; - r:component skolem:lemma1163; - r:component skolem:lemma1164; - r:component skolem:lemma1165; - r:component skolem:lemma1166; - r:component skolem:lemma1167; - r:component skolem:lemma1168; - r:component skolem:lemma1169; - r:component skolem:lemma1170; - r:component skolem:lemma1171; - r:component skolem:lemma1172; - r:component skolem:lemma1173; - r:component skolem:lemma1174; - r:component skolem:lemma1175; - r:component skolem:lemma1176; - r:component skolem:lemma1177; - r:component skolem:lemma1178; - r:component skolem:lemma1179; - r:component skolem:lemma1180; - r:component skolem:lemma1181; - r:component skolem:lemma1182; - r:component skolem:lemma1183; - r:component skolem:lemma1184; - r:component skolem:lemma1185; - r:component skolem:lemma1186; - r:component skolem:lemma1187; - r:component skolem:lemma1188; - r:component skolem:lemma1189; - r:component skolem:lemma1190; - r:component skolem:lemma1191; - r:component skolem:lemma1192; - r:component skolem:lemma1193; - r:component skolem:lemma1194; - r:component skolem:lemma1195; - r:component skolem:lemma1196; - r:component skolem:lemma1197; - r:component skolem:lemma1198; - r:component skolem:lemma1199; - r:component skolem:lemma1200; - r:component skolem:lemma1201; - r:component skolem:lemma1202; - r:component skolem:lemma1203; - r:component skolem:lemma1204; - r:component skolem:lemma1205; - r:component skolem:lemma1206; - r:component skolem:lemma1207; - r:component skolem:lemma1208; - r:component skolem:lemma1209; - r:component skolem:lemma1210; - r:component skolem:lemma1211; - r:component skolem:lemma1212; - r:component skolem:lemma1213; - r:component skolem:lemma1214; - r:component skolem:lemma1215; - r:component skolem:lemma1216; - r:component skolem:lemma1217; - r:component skolem:lemma1218; - r:component skolem:lemma1219; - r:component skolem:lemma1220; - r:component skolem:lemma1221; - r:component skolem:lemma1222; - r:component skolem:lemma1223; - r:component skolem:lemma1224; - r:component skolem:lemma1225; - r:component skolem:lemma1226; - r:component skolem:lemma1227; - r:component skolem:lemma1228; - r:component skolem:lemma1229; - r:component skolem:lemma1230; - r:component skolem:lemma1231; - r:component skolem:lemma1232; - r:component skolem:lemma1233; - r:component skolem:lemma1234; - r:component skolem:lemma1235; - r:component skolem:lemma1236; - r:component skolem:lemma1237; - r:component skolem:lemma1238; - r:component skolem:lemma1239; - r:component skolem:lemma1240; - r:component skolem:lemma1241; - r:component skolem:lemma1242; - r:component skolem:lemma1243; - r:component skolem:lemma1244; - r:component skolem:lemma1245; - r:component skolem:lemma1246; - r:component skolem:lemma1247; - r:component skolem:lemma1248; - r:component skolem:lemma1249; - r:component skolem:lemma1250; - r:component skolem:lemma1251; - r:component skolem:lemma1252; - r:component skolem:lemma1253; - r:component skolem:lemma1254; - r:component skolem:lemma1255; - r:component skolem:lemma1256; - r:component skolem:lemma1257; - r:component skolem:lemma1258; - r:component skolem:lemma1259; - r:component skolem:lemma1260; - r:component skolem:lemma1261; - r:component skolem:lemma1262; - r:component skolem:lemma1263; - r:component skolem:lemma1264; - r:component skolem:lemma1265; - r:component skolem:lemma1266; - r:component skolem:lemma1267; - r:component skolem:lemma1268; - r:component skolem:lemma1269; - r:component skolem:lemma1270; - r:component skolem:lemma1271; - r:component skolem:lemma1272; - r:component skolem:lemma1273; - r:component skolem:lemma1274; - r:component skolem:lemma1275; - r:component skolem:lemma1276; - r:component skolem:lemma1277; - r:component skolem:lemma1278; - r:component skolem:lemma1279; - r:component skolem:lemma1280; - r:component skolem:lemma1281; - r:component skolem:lemma1282; - r:component skolem:lemma1283; - r:component skolem:lemma1284; - r:component skolem:lemma1285; - r:component skolem:lemma1286; - r:component skolem:lemma1287; - r:component skolem:lemma1288; - r:component skolem:lemma1289; - r:component skolem:lemma1290; - r:component skolem:lemma1291; - r:component skolem:lemma1292; - r:component skolem:lemma1293; - r:component skolem:lemma1294; - r:component skolem:lemma1295; - r:component skolem:lemma1296; - r:component skolem:lemma1297; - r:component skolem:lemma1298; - r:component skolem:lemma1299; - r:component skolem:lemma1300; - r:component skolem:lemma1301; - r:component skolem:lemma1302; - r:component skolem:lemma1303; - r:component skolem:lemma1304; - r:component skolem:lemma1305; - r:component skolem:lemma1306; - r:component skolem:lemma1307; - r:component skolem:lemma1308; - r:component skolem:lemma1309; - r:component skolem:lemma1310; - r:component skolem:lemma1311; - r:component skolem:lemma1312; - r:component skolem:lemma1313; - r:component skolem:lemma1314; - r:component skolem:lemma1315; - r:component skolem:lemma1316; - r:component skolem:lemma1317; - r:component skolem:lemma1318; - r:component skolem:lemma1319; - r:component skolem:lemma1320; - r:component skolem:lemma1321; - r:component skolem:lemma1322; - r:component skolem:lemma1323; - r:component skolem:lemma1324; - r:component skolem:lemma1325; - r:component skolem:lemma1326; - r:component skolem:lemma1327; - r:component skolem:lemma1328; - r:component skolem:lemma1329; - r:component skolem:lemma1330; - r:component skolem:lemma1331; - r:component skolem:lemma1332; - r:component skolem:lemma1333; - r:component skolem:lemma1334; - r:component skolem:lemma1335; - r:component skolem:lemma1336; - r:component skolem:lemma1337; - r:component skolem:lemma1338; - r:component skolem:lemma1339; - r:component skolem:lemma1340; - r:component skolem:lemma1341; - r:component skolem:lemma1342; - r:component skolem:lemma1343; - r:component skolem:lemma1344; - r:component skolem:lemma1345; - r:component skolem:lemma1346; - r:component skolem:lemma1347; - r:component skolem:lemma1348; - r:component skolem:lemma1349; - r:component skolem:lemma1350; - r:component skolem:lemma1351; - r:component skolem:lemma1352; - r:component skolem:lemma1353; - r:component skolem:lemma1354; - r:component skolem:lemma1355; - r:component skolem:lemma1356; - r:component skolem:lemma1357; - r:component skolem:lemma1358; - r:component skolem:lemma1359; - r:component skolem:lemma1360; - r:component skolem:lemma1361; - r:component skolem:lemma1362; - r:component skolem:lemma1363; - r:component skolem:lemma1364; - r:component skolem:lemma1365; - r:component skolem:lemma1366; - r:component skolem:lemma1367; - r:component skolem:lemma1368; - r:component skolem:lemma1369; - r:component skolem:lemma1370; - r:component skolem:lemma1371; - r:component skolem:lemma1372; - r:component skolem:lemma1373; - r:component skolem:lemma1374; - r:component skolem:lemma1375; - r:component skolem:lemma1376; - r:component skolem:lemma1377; - r:component skolem:lemma1378; - r:component skolem:lemma1379; - r:component skolem:lemma1380; - r:component skolem:lemma1381; - r:component skolem:lemma1382; - r:component skolem:lemma1383; - r:component skolem:lemma1384; - r:component skolem:lemma1385; - r:component skolem:lemma1386; - r:component skolem:lemma1387; - r:component skolem:lemma1388; - r:component skolem:lemma1389; - r:component skolem:lemma1390; - r:component skolem:lemma1391; - r:component skolem:lemma1392; - r:component skolem:lemma1393; - r:component skolem:lemma1394; - r:component skolem:lemma1395; - r:component skolem:lemma1396; - r:component skolem:lemma1397; - r:component skolem:lemma1398; - r:component skolem:lemma1399; - r:component skolem:lemma1400; - r:component skolem:lemma1401; - r:component skolem:lemma1402; - r:component skolem:lemma1403; - r:component skolem:lemma1404; - r:component skolem:lemma1405; - r:component skolem:lemma1406; - r:component skolem:lemma1407; - r:component skolem:lemma1408; - r:component skolem:lemma1409; - r:component skolem:lemma1410; - r:component skolem:lemma1411; - r:component skolem:lemma1412; - r:component skolem:lemma1413; - r:component skolem:lemma1414; - r:component skolem:lemma1415; - r:component skolem:lemma1416; - r:component skolem:lemma1417; - r:component skolem:lemma1418; - r:component skolem:lemma1419; - r:component skolem:lemma1420; - r:component skolem:lemma1421; - r:component skolem:lemma1422; - r:component skolem:lemma1423; - r:component skolem:lemma1424; - r:component skolem:lemma1425; - r:component skolem:lemma1426; - r:component skolem:lemma1427; - r:component skolem:lemma1428; - r:component skolem:lemma1429; - r:component skolem:lemma1430; - r:component skolem:lemma1431; - r:component skolem:lemma1432; - r:component skolem:lemma1433; - r:component skolem:lemma1434; - r:component skolem:lemma1435; - r:component skolem:lemma1436; - r:component skolem:lemma1437; - r:component skolem:lemma1438; - r:component skolem:lemma1439; - r:component skolem:lemma1440; - r:component skolem:lemma1441; - r:component skolem:lemma1442; - r:component skolem:lemma1443; - r:component skolem:lemma1444; - r:component skolem:lemma1445; - r:component skolem:lemma1446; - r:component skolem:lemma1447; - r:component skolem:lemma1448; - r:component skolem:lemma1449; - r:component skolem:lemma1450; - r:component skolem:lemma1451; - r:component skolem:lemma1452; - r:component skolem:lemma1453; - r:component skolem:lemma1454; - r:component skolem:lemma1455; - r:component skolem:lemma1456; - r:component skolem:lemma1457; - r:component skolem:lemma1458; - r:component skolem:lemma1459; - r:component skolem:lemma1460; - r:component skolem:lemma1461; - r:component skolem:lemma1462; - r:component skolem:lemma1463; - r:component skolem:lemma1464; - r:component skolem:lemma1465; - r:component skolem:lemma1466; - r:component skolem:lemma1467; - r:component skolem:lemma1468; - r:component skolem:lemma1469; - r:component skolem:lemma1470; - r:component skolem:lemma1471; - r:component skolem:lemma1472; - r:component skolem:lemma1473; - r:component skolem:lemma1474; - r:component skolem:lemma1475; - r:component skolem:lemma1476; - r:component skolem:lemma1477; - r:component skolem:lemma1478; - r:component skolem:lemma1479; - r:component skolem:lemma1480; - r:component skolem:lemma1481; - r:component skolem:lemma1482; - r:component skolem:lemma1483; - r:component skolem:lemma1484; - r:component skolem:lemma1485; - r:component skolem:lemma1486; - r:component skolem:lemma1487; - r:component skolem:lemma1488; - r:component skolem:lemma1489; - r:component skolem:lemma1490; - r:component skolem:lemma1491; - r:component skolem:lemma1492; - r:component skolem:lemma1493; - r:component skolem:lemma1494; - r:component skolem:lemma1495; - r:component skolem:lemma1496; - r:component skolem:lemma1497; - r:component skolem:lemma1498; - r:component skolem:lemma1499; - r:component skolem:lemma1500; - r:component skolem:lemma1501; - r:component skolem:lemma1502; - r:component skolem:lemma1503; - r:component skolem:lemma1504; - r:component skolem:lemma1505; - r:component skolem:lemma1506; - r:component skolem:lemma1507; - r:component skolem:lemma1508; - r:component skolem:lemma1509; - r:component skolem:lemma1510; - r:component skolem:lemma1511; - r:component skolem:lemma1512; - r:component skolem:lemma1513; - r:component skolem:lemma1514; - r:component skolem:lemma1515; - r:component skolem:lemma1516; - r:component skolem:lemma1517; - r:component skolem:lemma1518; - r:component skolem:lemma1519; - r:component skolem:lemma1520; - r:component skolem:lemma1521; - r:component skolem:lemma1522; - r:component skolem:lemma1523; - r:component skolem:lemma1524; - r:component skolem:lemma1525; - r:component skolem:lemma1526; - r:component skolem:lemma1527; - r:component skolem:lemma1528; - r:component skolem:lemma1529; - r:component skolem:lemma1530; - r:component skolem:lemma1531; - r:component skolem:lemma1532; - r:component skolem:lemma1533; - r:component skolem:lemma1534; - r:component skolem:lemma1535; - r:component skolem:lemma1536; - r:component skolem:lemma1537; - r:component skolem:lemma1538; - r:component skolem:lemma1539; - r:component skolem:lemma1540; - r:component skolem:lemma1541; - r:component skolem:lemma1542; - r:component skolem:lemma1543; - r:component skolem:lemma1544; - r:component skolem:lemma1545; - r:component skolem:lemma1546; - r:component skolem:lemma1547; - r:component skolem:lemma1548; - r:component skolem:lemma1549; - r:component skolem:lemma1550; - r:component skolem:lemma1551; - r:component skolem:lemma1552; - r:component skolem:lemma1553; - r:component skolem:lemma1554; - r:component skolem:lemma1555; - r:component skolem:lemma1556; - r:component skolem:lemma1557; - r:component skolem:lemma1558; - r:component skolem:lemma1559; - r:component skolem:lemma1560; - r:component skolem:lemma1561; - r:component skolem:lemma1562; - r:component skolem:lemma1563; - r:component skolem:lemma1564; - r:component skolem:lemma1565; - r:component skolem:lemma1566; - r:component skolem:lemma1567; - r:component skolem:lemma1568; - r:component skolem:lemma1569; - r:component skolem:lemma1570; - r:component skolem:lemma1571; - r:component skolem:lemma1572; - r:component skolem:lemma1573; - r:component skolem:lemma1574; - r:component skolem:lemma1575; - r:component skolem:lemma1576; - r:component skolem:lemma1577; - r:component skolem:lemma1578; - r:component skolem:lemma1579; - r:component skolem:lemma1580; - r:component skolem:lemma1581; - r:component skolem:lemma1582; - r:component skolem:lemma1583; - r:component skolem:lemma1584; - r:component skolem:lemma1585; - r:component skolem:lemma1586; - r:component skolem:lemma1587; - r:component skolem:lemma1588; - r:component skolem:lemma1589; - r:component skolem:lemma1590; - r:component skolem:lemma1591; - r:component skolem:lemma1592; - r:component skolem:lemma1593; - r:component skolem:lemma1594; - r:component skolem:lemma1595; - r:component skolem:lemma1596; - r:component skolem:lemma1597; - r:component skolem:lemma1598; - r:component skolem:lemma1599; - r:component skolem:lemma1600; - r:component skolem:lemma1601; - r:component skolem:lemma1602; - r:component skolem:lemma1603; - r:component skolem:lemma1604; - r:component skolem:lemma1605; - r:component skolem:lemma1606; - r:component skolem:lemma1607; - r:component skolem:lemma1608; - r:component skolem:lemma1609; - r:component skolem:lemma1610; - r:component skolem:lemma1611; - r:component skolem:lemma1612; - r:component skolem:lemma1613; - r:component skolem:lemma1614; - r:component skolem:lemma1615; - r:component skolem:lemma1616; - r:component skolem:lemma1617; - r:component skolem:lemma1618; - r:component skolem:lemma1619; - r:component skolem:lemma1620; - r:component skolem:lemma1621; - r:component skolem:lemma1622; - r:component skolem:lemma1623; - r:component skolem:lemma1624; - r:component skolem:lemma1625; - r:component skolem:lemma1626; - r:component skolem:lemma1627; - r:component skolem:lemma1628; - r:component skolem:lemma1629; - r:component skolem:lemma1630; - r:component skolem:lemma1631; - r:component skolem:lemma1632; - r:component skolem:lemma1633; - r:component skolem:lemma1634; - r:component skolem:lemma1635; - r:component skolem:lemma1636; - r:component skolem:lemma1637; - r:component skolem:lemma1638; - r:component skolem:lemma1639; - r:component skolem:lemma1640; - r:component skolem:lemma1641; - r:component skolem:lemma1642; - r:component skolem:lemma1643; - r:component skolem:lemma1644; - r:component skolem:lemma1645; - r:component skolem:lemma1646; - r:component skolem:lemma1647; - r:component skolem:lemma1648; - r:component skolem:lemma1649; - r:component skolem:lemma1650; - r:component skolem:lemma1651; - r:component skolem:lemma1652; - r:component skolem:lemma1653; - r:component skolem:lemma1654; - r:component skolem:lemma1655; - r:component skolem:lemma1656; - r:component skolem:lemma1657; - r:component skolem:lemma1658; - r:component skolem:lemma1659; - r:component skolem:lemma1660; - r:component skolem:lemma1661; - r:component skolem:lemma1662; - r:component skolem:lemma1663; - r:component skolem:lemma1664; - r:component skolem:lemma1665; - r:component skolem:lemma1666; - r:component skolem:lemma1667; - r:component skolem:lemma1668; - r:component skolem:lemma1669; - r:component skolem:lemma1670; - r:component skolem:lemma1671; - r:component skolem:lemma1672; - r:component skolem:lemma1673; - r:component skolem:lemma1674; - r:component skolem:lemma1675; - r:component skolem:lemma1676; - r:component skolem:lemma1677; - r:component skolem:lemma1678; - r:component skolem:lemma1679; - r:component skolem:lemma1680; - r:component skolem:lemma1681; - r:component skolem:lemma1682; - r:component skolem:lemma1683; - r:component skolem:lemma1684; - r:component skolem:lemma1685; - r:component skolem:lemma1686; - r:component skolem:lemma1687; - r:component skolem:lemma1688; - r:component skolem:lemma1689; - r:component skolem:lemma1690; - r:component skolem:lemma1691; - r:component skolem:lemma1692; - r:component skolem:lemma1693; - r:component skolem:lemma1694; - r:component skolem:lemma1695; - r:component skolem:lemma1696; - r:component skolem:lemma1697; - r:component skolem:lemma1698; - r:component skolem:lemma1699; - r:component skolem:lemma1700; - r:component skolem:lemma1701; - r:component skolem:lemma1702; - r:component skolem:lemma1703; - r:component skolem:lemma1704; - r:component skolem:lemma1705; - r:component skolem:lemma1706; - r:component skolem:lemma1707; - r:component skolem:lemma1708; - r:component skolem:lemma1709; - r:component skolem:lemma1710; - r:component skolem:lemma1711; - r:component skolem:lemma1712; - r:component skolem:lemma1713; - r:component skolem:lemma1714; - r:component skolem:lemma1715; - r:component skolem:lemma1716; - r:component skolem:lemma1717; - r:component skolem:lemma1718; - r:component skolem:lemma1719; - r:component skolem:lemma1720; - r:component skolem:lemma1721; - r:component skolem:lemma1722; - r:component skolem:lemma1723; - r:component skolem:lemma1724; - r:component skolem:lemma1725; - r:component skolem:lemma1726; - r:component skolem:lemma1727; - r:component skolem:lemma1728; - r:component skolem:lemma1729; - r:component skolem:lemma1730; - r:component skolem:lemma1731; - r:component skolem:lemma1732; - r:component skolem:lemma1733; - r:component skolem:lemma1734; - r:component skolem:lemma1735; - r:component skolem:lemma1736; - r:component skolem:lemma1737; - r:component skolem:lemma1738; - r:component skolem:lemma1739; - r:component skolem:lemma1740; - r:component skolem:lemma1741; - r:component skolem:lemma1742; - r:component skolem:lemma1743; - r:component skolem:lemma1744; - r:component skolem:lemma1745; - r:component skolem:lemma1746; - r:component skolem:lemma1747; - r:component skolem:lemma1748; - r:component skolem:lemma1749; - r:component skolem:lemma1750; - r:component skolem:lemma1751; - r:component skolem:lemma1752; - r:component skolem:lemma1753; - r:component skolem:lemma1754; - r:component skolem:lemma1755; - r:component skolem:lemma1756; - r:component skolem:lemma1757; - r:component skolem:lemma1758; - r:component skolem:lemma1759; - r:component skolem:lemma1760; - r:component skolem:lemma1761; - r:component skolem:lemma1762; - r:component skolem:lemma1763; - r:component skolem:lemma1764; - r:component skolem:lemma1765; - r:component skolem:lemma1766; - r:component skolem:lemma1767; - r:component skolem:lemma1768; - r:component skolem:lemma1769; - r:component skolem:lemma1770; - r:component skolem:lemma1771; - r:component skolem:lemma1772; - r:component skolem:lemma1773; - r:component skolem:lemma1774; - r:component skolem:lemma1775; - r:component skolem:lemma1776; - r:component skolem:lemma1777; - r:component skolem:lemma1778; - r:component skolem:lemma1779; - r:component skolem:lemma1780; - r:component skolem:lemma1781; - r:component skolem:lemma1782; - r:component skolem:lemma1783; - r:component skolem:lemma1784; - r:component skolem:lemma1785; - r:component skolem:lemma1786; - r:component skolem:lemma1787; - r:component skolem:lemma1788; - r:component skolem:lemma1789; - r:component skolem:lemma1790; - r:component skolem:lemma1791; - r:component skolem:lemma1792; - r:component skolem:lemma1793; - r:component skolem:lemma1794; - r:component skolem:lemma1795; - r:component skolem:lemma1796; - r:component skolem:lemma1797; - r:component skolem:lemma1798; - r:component skolem:lemma1799; - r:component skolem:lemma1800; - r:component skolem:lemma1801; - r:component skolem:lemma1802; - r:component skolem:lemma1803; - r:component skolem:lemma1804; - r:component skolem:lemma1805; - r:component skolem:lemma1806; - r:component skolem:lemma1807; - r:component skolem:lemma1808; - r:component skolem:lemma1809; - r:component skolem:lemma1810; - r:component skolem:lemma1811; - r:component skolem:lemma1812; - r:component skolem:lemma1813; - r:component skolem:lemma1814; - r:component skolem:lemma1815; - r:component skolem:lemma1816; - r:component skolem:lemma1817; - r:component skolem:lemma1818; - r:component skolem:lemma1819; - r:component skolem:lemma1820; - r:component skolem:lemma1821; - r:component skolem:lemma1822; - r:component skolem:lemma1823; - r:component skolem:lemma1824; - r:component skolem:lemma1825; - r:component skolem:lemma1826; - r:component skolem:lemma1827; - r:component skolem:lemma1828; - r:component skolem:lemma1829; - r:component skolem:lemma1830; - r:component skolem:lemma1831; - r:component skolem:lemma1832; - r:component skolem:lemma1833; - r:component skolem:lemma1834; - r:component skolem:lemma1835; - r:component skolem:lemma1836; - r:component skolem:lemma1837; - r:component skolem:lemma1838; - r:component skolem:lemma1839; - r:component skolem:lemma1840; - r:component skolem:lemma1841; - r:component skolem:lemma1842; - r:component skolem:lemma1843; - r:component skolem:lemma1844; - r:component skolem:lemma1845; - r:component skolem:lemma1846; - r:component skolem:lemma1847; - r:component skolem:lemma1848; - r:component skolem:lemma1849; - r:component skolem:lemma1850; - r:component skolem:lemma1851; - r:component skolem:lemma1852; - r:component skolem:lemma1853; - r:component skolem:lemma1854; - r:component skolem:lemma1855; - r:component skolem:lemma1856; - r:component skolem:lemma1857; - r:component skolem:lemma1858; - r:component skolem:lemma1859; - r:component skolem:lemma1860; - r:component skolem:lemma1861; - r:component skolem:lemma1862; - r:component skolem:lemma1863; - r:component skolem:lemma1864; - r:component skolem:lemma1865; - r:component skolem:lemma1866; - r:component skolem:lemma1867; - r:component skolem:lemma1868; - r:component skolem:lemma1869; - r:component skolem:lemma1870; - r:component skolem:lemma1871; - r:component skolem:lemma1872; - r:component skolem:lemma1873; - r:component skolem:lemma1874; - r:component skolem:lemma1875; - r:component skolem:lemma1876; - r:component skolem:lemma1877; - r:component skolem:lemma1878; - r:component skolem:lemma1879; - r:component skolem:lemma1880; - r:component skolem:lemma1881; - r:component skolem:lemma1882; - r:component skolem:lemma1883; - r:component skolem:lemma1884; - r:component skolem:lemma1885; - r:component skolem:lemma1886; - r:component skolem:lemma1887; - r:component skolem:lemma1888; - r:component skolem:lemma1889; - r:component skolem:lemma1890; - r:component skolem:lemma1891; - r:component skolem:lemma1892; - r:component skolem:lemma1893; - r:component skolem:lemma1894; - r:component skolem:lemma1895; - r:component skolem:lemma1896; - r:component skolem:lemma1897; - r:component skolem:lemma1898; - r:component skolem:lemma1899; - r:component skolem:lemma1900; - r:component skolem:lemma1901; - r:component skolem:lemma1902; - r:component skolem:lemma1903; - r:component skolem:lemma1904; - r:component skolem:lemma1905; - r:component skolem:lemma1906; - r:component skolem:lemma1907; - r:component skolem:lemma1908; - r:component skolem:lemma1909; - r:component skolem:lemma1910; - r:component skolem:lemma1911; - r:component skolem:lemma1912; - r:component skolem:lemma1913; - r:component skolem:lemma1914; - r:component skolem:lemma1915; - r:component skolem:lemma1916; - r:component skolem:lemma1917; - r:component skolem:lemma1918; - r:component skolem:lemma1919; - r:component skolem:lemma1920; - r:component skolem:lemma1921; - r:component skolem:lemma1922; - r:component skolem:lemma1923; - r:component skolem:lemma1924; - r:component skolem:lemma1925; - r:component skolem:lemma1926; - r:component skolem:lemma1927; - r:component skolem:lemma1928; - r:component skolem:lemma1929; - r:component skolem:lemma1930; - r:component skolem:lemma1931; - r:component skolem:lemma1932; - r:component skolem:lemma1933; - r:component skolem:lemma1934; - r:component skolem:lemma1935; - r:component skolem:lemma1936; - r:component skolem:lemma1937; - r:component skolem:lemma1938; - r:component skolem:lemma1939; - r:component skolem:lemma1940; - r:component skolem:lemma1941; - r:component skolem:lemma1942; - r:component skolem:lemma1943; - r:component skolem:lemma1944; - r:component skolem:lemma1945; - r:component skolem:lemma1946; - r:component skolem:lemma1947; - r:component skolem:lemma1948; - r:component skolem:lemma1949; - r:component skolem:lemma1950; - r:component skolem:lemma1951; - r:component skolem:lemma1952; - r:component skolem:lemma1953; - r:component skolem:lemma1954; - r:component skolem:lemma1955; - r:component skolem:lemma1956; - r:component skolem:lemma1957; - r:component skolem:lemma1958; - r:component skolem:lemma1959; - r:component skolem:lemma1960; - r:component skolem:lemma1961; - r:component skolem:lemma1962; - r:component skolem:lemma1963; - r:component skolem:lemma1964; - r:component skolem:lemma1965; - r:component skolem:lemma1966; - r:component skolem:lemma1967; - r:component skolem:lemma1968; - r:component skolem:lemma1969; - r:component skolem:lemma1970; - r:component skolem:lemma1971; - r:component skolem:lemma1972; - r:component skolem:lemma1973; - r:component skolem:lemma1974; - r:component skolem:lemma1975; - r:component skolem:lemma1976; - r:component skolem:lemma1977; - r:component skolem:lemma1978; - r:component skolem:lemma1979; - r:component skolem:lemma1980; - r:component skolem:lemma1981; - r:component skolem:lemma1982; - r:component skolem:lemma1983; - r:component skolem:lemma1984; - r:component skolem:lemma1985; - r:component skolem:lemma1986; - r:component skolem:lemma1987; - r:component skolem:lemma1988; - r:component skolem:lemma1989; - r:component skolem:lemma1990; - r:component skolem:lemma1991; - r:component skolem:lemma1992; - r:component skolem:lemma1993; - r:component skolem:lemma1994; - r:component skolem:lemma1995; - r:component skolem:lemma1996; - r:component skolem:lemma1997; - r:component skolem:lemma1998; - r:gives { - 2000 :recursionCount 4 . - 2001 :recursionCount 3 . - 2002 :recursionCount 6 . - 2003 :recursionCount 5 . - 2004 :recursionCount 2 . - 2005 :recursionCount 7 . - 2006 :recursionCount 1 . - 2007 :recursionCount 5 . - 2008 :recursionCount 6 . - 2009 :recursionCount 3 . - 2010 :recursionCount 3 . - 2011 :recursionCount 4 . - 2012 :recursionCount 3 . - 2013 :recursionCount 3 . - 2014 :recursionCount 7 . - 2015 :recursionCount 7 . - 2016 :recursionCount 7 . - 2017 :recursionCount 3 . - 2018 :recursionCount 3 . - 2019 :recursionCount 4 . - 2020 :recursionCount 6 . - 2021 :recursionCount 3 . - 2022 :recursionCount 4 . - 2023 :recursionCount 6 . - 2024 :recursionCount 4 . - 2025 :recursionCount 6 . - 2026 :recursionCount 6 . - 2027 :recursionCount 4 . - 2028 :recursionCount 6 . - 2029 :recursionCount 4 . - 2030 :recursionCount 5 . - 2031 :recursionCount 3 . - 2032 :recursionCount 6 . - 2033 :recursionCount 3 . - 2034 :recursionCount 7 . - 2035 :recursionCount 7 . - 2036 :recursionCount 7 . - 2037 :recursionCount 3 . - 2038 :recursionCount 3 . - 2039 :recursionCount 4 . - 2040 :recursionCount 2 . - 2041 :recursionCount 7 . - 2042 :recursionCount 4 . - 2043 :recursionCount 7 . - 2044 :recursionCount 2 . - 2045 :recursionCount 7 . - 2046 :recursionCount 1 . - 2047 :recursionCount 5 . - 2048 :recursionCount 6 . - 2049 :recursionCount 3 . - 2050 :recursionCount 7 . - 2051 :recursionCount 7 . - 2052 :recursionCount 6 . - 2053 :recursionCount 7 . - 2054 :recursionCount 7 . - 2055 :recursionCount 5 . - 2056 :recursionCount 3 . - 2057 :recursionCount 6 . - 2058 :recursionCount 5 . - 2059 :recursionCount 3 . - 2060 :recursionCount 1 . - 2061 :recursionCount 7 . - 2062 :recursionCount 6 . - 2063 :recursionCount 7 . - 2064 :recursionCount 1 . - 2065 :recursionCount 3 . - 2066 :recursionCount 4 . - 2067 :recursionCount 3 . - 2068 :recursionCount 2 . - 2069 :recursionCount 7 . - 2070 :recursionCount 5 . - 2071 :recursionCount 3 . - 2072 :recursionCount 4 . - 2073 :recursionCount 3 . - 2074 :recursionCount 5 . - 2075 :recursionCount 6 . - 2076 :recursionCount 3 . - 2077 :recursionCount 5 . - 2078 :recursionCount 7 . - 2079 :recursionCount 7 . - 2080 :recursionCount 6 . - 2081 :recursionCount 3 . - 2082 :recursionCount 6 . - 2083 :recursionCount 3 . - 2084 :recursionCount 6 . - 2085 :recursionCount 5 . - 2086 :recursionCount 2 . - 2087 :recursionCount 7 . - 2088 :recursionCount 2 . - 2089 :recursionCount 7 . - 2090 :recursionCount 3 . - 2091 :recursionCount 4 . - 2092 :recursionCount 4 . - 2093 :recursionCount 4 . - 2094 :recursionCount 3 . - 2095 :recursionCount 3 . - 2096 :recursionCount 7 . - 2097 :recursionCount 7 . - 2098 :recursionCount 7 . - 2099 :recursionCount 3 . - 2100 :recursionCount 3 . - 2101 :recursionCount 4 . - 2102 :recursionCount 3 . - 2103 :recursionCount 3 . - 2104 :recursionCount 7 . - 2105 :recursionCount 7 . - 2106 :recursionCount 7 . - 2107 :recursionCount 3 . - 2108 :recursionCount 3 . - 2109 :recursionCount 4 . - 2110 :recursionCount 4 . - 2111 :recursionCount 5 . - 2112 :recursionCount 4 . - 2113 :recursionCount 3 . - 2114 :recursionCount 3 . - 2115 :recursionCount 7 . - 2116 :recursionCount 7 . - 2117 :recursionCount 7 . - 2118 :recursionCount 3 . - 2119 :recursionCount 3 . - 2120 :recursionCount 3 . - 2121 :recursionCount 4 . - 2122 :recursionCount 5 . - 2123 :recursionCount 4 . - 2124 :recursionCount 6 . - 2125 :recursionCount 4 . - 2126 :recursionCount 6 . - 2127 :recursionCount 6 . - 2128 :recursionCount 4 . - 2129 :recursionCount 6 . - 2130 :recursionCount 3 . - 2131 :recursionCount 3 . - 2132 :recursionCount 4 . - 2133 :recursionCount 3 . - 2134 :recursionCount 3 . - 2135 :recursionCount 7 . - 2136 :recursionCount 7 . - 2137 :recursionCount 7 . - 2138 :recursionCount 3 . - 2139 :recursionCount 3 . - 2140 :recursionCount 7 . - 2141 :recursionCount 3 . - 2142 :recursionCount 6 . - 2143 :recursionCount 3 . - 2144 :recursionCount 5 . - 2145 :recursionCount 2 . - 2146 :recursionCount 7 . - 2147 :recursionCount 1 . - 2148 :recursionCount 5 . - 2149 :recursionCount 6 . - 2150 :recursionCount 7 . - 2151 :recursionCount 7 . - 2152 :recursionCount 4 . - 2153 :recursionCount 7 . - 2154 :recursionCount 2 . - 2155 :recursionCount 3 . - 2156 :recursionCount 5 . - 2157 :recursionCount 3 . - 2158 :recursionCount 6 . - 2159 :recursionCount 5 . - 2160 :recursionCount 7 . - 2161 :recursionCount 7 . - 2162 :recursionCount 6 . - 2163 :recursionCount 7 . - 2164 :recursionCount 7 . - 2165 :recursionCount 5 . - 2166 :recursionCount 5 . - 2167 :recursionCount 4 . - 2168 :recursionCount 3 . - 2169 :recursionCount 2 . - 2170 :recursionCount 3 . - 2171 :recursionCount 7 . - 2172 :recursionCount 6 . - 2173 :recursionCount 7 . - 2174 :recursionCount 1 . - 2175 :recursionCount 3 . - 2176 :recursionCount 4 . - 2177 :recursionCount 5 . - 2178 :recursionCount 5 . - 2179 :recursionCount 7 . - 2180 :recursionCount 3 . - 2181 :recursionCount 3 . - 2182 :recursionCount 4 . - 2183 :recursionCount 3 . - 2184 :recursionCount 5 . - 2185 :recursionCount 6 . - 2186 :recursionCount 3 . - 2187 :recursionCount 5 . - 2188 :recursionCount 3 . - 2189 :recursionCount 2 . - 2190 :recursionCount 4 . - 2191 :recursionCount 3 . - 2192 :recursionCount 6 . - 2193 :recursionCount 3 . - 2194 :recursionCount 6 . - 2195 :recursionCount 5 . - 2196 :recursionCount 2 . - 2197 :recursionCount 7 . - 2198 :recursionCount 2 . - 2199 :recursionCount 5 . - 2200 :recursionCount 6 . - 2201 :recursionCount 3 . - 2202 :recursionCount 4 . - 2203 :recursionCount 6 . - 2204 :recursionCount 4 . - 2205 :recursionCount 6 . - 2206 :recursionCount 6 . - 2207 :recursionCount 4 . - 2208 :recursionCount 6 . - 2209 :recursionCount 4 . - 2210 :recursionCount 3 . - 2211 :recursionCount 4 . - 2212 :recursionCount 5 . - 2213 :recursionCount 4 . - 2214 :recursionCount 6 . - 2215 :recursionCount 4 . - 2216 :recursionCount 6 . - 2217 :recursionCount 6 . - 2218 :recursionCount 4 . - 2219 :recursionCount 6 . - 2220 :recursionCount 4 . - 2221 :recursionCount 5 . - 2223 :recursionCount 5 . - 2224 :recursionCount 4 . - 2225 :recursionCount 6 . - 2226 :recursionCount 4 . - 2227 :recursionCount 6 . - 2228 :recursionCount 6 . - 2229 :recursionCount 4 . - 2230 :recursionCount 6 . - 2231 :recursionCount 4 . - 2232 :recursionCount 5 . - 2233 :recursionCount 4 . - 2234 :recursionCount 3 . - 2235 :recursionCount 3 . - 2236 :recursionCount 7 . - 2237 :recursionCount 7 . - 2238 :recursionCount 7 . - 2239 :recursionCount 3 . - 2240 :recursionCount 4 . - 2241 :recursionCount 6 . - 2242 :recursionCount 4 . - 2243 :recursionCount 3 . - 2244 :recursionCount 6 . - 2245 :recursionCount 5 . - 2246 :recursionCount 2 . - 2247 :recursionCount 7 . - 2248 :recursionCount 1 . - 2249 :recursionCount 5 . - 2250 :recursionCount 6 . - 2251 :recursionCount 4 . - 2252 :recursionCount 6 . - 2253 :recursionCount 3 . - 2254 :recursionCount 5 . - 2255 :recursionCount 6 . - 2256 :recursionCount 3 . - 2257 :recursionCount 5 . - 2258 :recursionCount 3 . - 2259 :recursionCount 6 . - 2260 :recursionCount 6 . - 2261 :recursionCount 6 . - 2262 :recursionCount 4 . - 2263 :recursionCount 7 . - 2264 :recursionCount 2 . - 2265 :recursionCount 3 . - 2266 :recursionCount 4 . - 2267 :recursionCount 5 . - 2268 :recursionCount 4 . - 2269 :recursionCount 3 . - 2270 :recursionCount 4 . - 2271 :recursionCount 6 . - 2272 :recursionCount 6 . - 2273 :recursionCount 7 . - 2274 :recursionCount 7 . - 2275 :recursionCount 5 . - 2276 :recursionCount 5 . - 2277 :recursionCount 5 . - 2278 :recursionCount 5 . - 2279 :recursionCount 5 . - 2280 :recursionCount 6 . - 2281 :recursionCount 4 . - 2282 :recursionCount 6 . - 2283 :recursionCount 7 . - 2284 :recursionCount 1 . - 2285 :recursionCount 3 . - 2286 :recursionCount 4 . - 2287 :recursionCount 5 . - 2288 :recursionCount 4 . - 2289 :recursionCount 3 . - 2290 :recursionCount 4 . - 2291 :recursionCount 6 . - 2292 :recursionCount 4 . - 2293 :recursionCount 3 . - 2294 :recursionCount 5 . - 2295 :recursionCount 6 . - 2296 :recursionCount 3 . - 2297 :recursionCount 5 . - 2298 :recursionCount 3 . - 2299 :recursionCount 6 . - 2300 :recursionCount 5 . - 2301 :recursionCount 3 . - 2302 :recursionCount 6 . - 2303 :recursionCount 3 . - 2304 :recursionCount 7 . - 2305 :recursionCount 7 . - 2306 :recursionCount 7 . - 2307 :recursionCount 3 . - 2308 :recursionCount 3 . - 2309 :recursionCount 4 . - 2310 :recursionCount 3 . - 2311 :recursionCount 3 . - 2312 :recursionCount 4 . - 2313 :recursionCount 3 . - 2314 :recursionCount 3 . - 2315 :recursionCount 7 . - 2316 :recursionCount 7 . - 2317 :recursionCount 7 . - 2318 :recursionCount 3 . - 2319 :recursionCount 3 . - 2320 :recursionCount 6 . - 2321 :recursionCount 4 . - 2322 :recursionCount 5 . - 2323 :recursionCount 4 . - 2324 :recursionCount 3 . - 2325 :recursionCount 3 . - 2326 :recursionCount 7 . - 2327 :recursionCount 7 . - 2328 :recursionCount 7 . - 2329 :recursionCount 3 . - 2330 :recursionCount 3 . - 2331 :recursionCount 3 . - 2332 :recursionCount 4 . - 2333 :recursionCount 5 . - 2334 :recursionCount 4 . - 2335 :recursionCount 6 . - 2336 :recursionCount 4 . - 2337 :recursionCount 6 . - 2338 :recursionCount 6 . - 2339 :recursionCount 4 . - 2340 :recursionCount 7 . - 2341 :recursionCount 3 . - 2342 :recursionCount 3 . - 2343 :recursionCount 4 . - 2344 :recursionCount 3 . - 2345 :recursionCount 3 . - 2346 :recursionCount 7 . - 2347 :recursionCount 7 . - 2348 :recursionCount 7 . - 2349 :recursionCount 3 . - 2350 :recursionCount 7 . - 2351 :recursionCount 7 . - 2352 :recursionCount 3 . - 2353 :recursionCount 6 . - 2354 :recursionCount 3 . - 2355 :recursionCount 5 . - 2356 :recursionCount 2 . - 2357 :recursionCount 7 . - 2358 :recursionCount 1 . - 2359 :recursionCount 5 . - 2360 :recursionCount 7 . - 2361 :recursionCount 7 . - 2362 :recursionCount 7 . - 2363 :recursionCount 4 . - 2364 :recursionCount 7 . - 2365 :recursionCount 2 . - 2366 :recursionCount 3 . - 2367 :recursionCount 5 . - 2368 :recursionCount 3 . - 2369 :recursionCount 6 . - 2370 :recursionCount 3 . - 2371 :recursionCount 7 . - 2372 :recursionCount 7 . - 2373 :recursionCount 6 . - 2374 :recursionCount 7 . - 2375 :recursionCount 7 . - 2376 :recursionCount 5 . - 2377 :recursionCount 5 . - 2378 :recursionCount 4 . - 2379 :recursionCount 3 . - 2380 :recursionCount 3 . - 2381 :recursionCount 3 . - 2382 :recursionCount 7 . - 2383 :recursionCount 6 . - 2384 :recursionCount 7 . - 2385 :recursionCount 1 . - 2386 :recursionCount 3 . - 2387 :recursionCount 4 . - 2388 :recursionCount 5 . - 2389 :recursionCount 5 . - 2390 :recursionCount 4 . - 2391 :recursionCount 3 . - 2392 :recursionCount 3 . - 2393 :recursionCount 4 . - 2394 :recursionCount 3 . - 2395 :recursionCount 5 . - 2396 :recursionCount 6 . - 2397 :recursionCount 3 . - 2398 :recursionCount 5 . - 2399 :recursionCount 3 . - 2400 :recursionCount 2 . - 2401 :recursionCount 7 . - 2402 :recursionCount 4 . - 2403 :recursionCount 7 . - 2404 :recursionCount 2 . - 2405 :recursionCount 7 . - 2406 :recursionCount 1 . - 2407 :recursionCount 5 . - 2408 :recursionCount 6 . - 2409 :recursionCount 3 . - 2410 :recursionCount 7 . - 2411 :recursionCount 3 . - 2412 :recursionCount 6 . - 2413 :recursionCount 3 . - 2414 :recursionCount 5 . - 2415 :recursionCount 2 . - 2416 :recursionCount 7 . - 2417 :recursionCount 1 . - 2418 :recursionCount 5 . - 2419 :recursionCount 6 . - 2420 :recursionCount 4 . - 2421 :recursionCount 6 . - 2422 :recursionCount 4 . - 2423 :recursionCount 3 . - 2424 :recursionCount 6 . - 2425 :recursionCount 5 . - 2426 :recursionCount 2 . - 2427 :recursionCount 7 . - 2428 :recursionCount 1 . - 2429 :recursionCount 5 . - 2430 :recursionCount 7 . - 2431 :recursionCount 3 . - 2432 :recursionCount 3 . - 2433 :recursionCount 4 . - 2434 :recursionCount 3 . - 2435 :recursionCount 3 . - 2436 :recursionCount 7 . - 2437 :recursionCount 7 . - 2438 :recursionCount 7 . - 2439 :recursionCount 3 . - 2440 :recursionCount 2 . - 2441 :recursionCount 5 . - 2442 :recursionCount 6 . - 2443 :recursionCount 3 . - 2444 :recursionCount 4 . - 2445 :recursionCount 6 . - 2446 :recursionCount 4 . - 2447 :recursionCount 6 . - 2448 :recursionCount 6 . - 2449 :recursionCount 4 . - 2450 :recursionCount 7 . - 2451 :recursionCount 2 . - 2452 :recursionCount 5 . - 2453 :recursionCount 3 . - 2454 :recursionCount 6 . - 2455 :recursionCount 3 . - 2456 :recursionCount 7 . - 2457 :recursionCount 7 . - 2458 :recursionCount 7 . - 2459 :recursionCount 3 . - 2460 :recursionCount 1 . - 2461 :recursionCount 7 . - 2462 :recursionCount 2 . - 2463 :recursionCount 7 . - 2464 :recursionCount 4 . - 2465 :recursionCount 7 . - 2466 :recursionCount 2 . - 2467 :recursionCount 7 . - 2468 :recursionCount 1 . - 2469 :recursionCount 5 . - 2470 :recursionCount 5 . - 2471 :recursionCount 1 . - 2472 :recursionCount 7 . - 2473 :recursionCount 7 . - 2474 :recursionCount 6 . - 2475 :recursionCount 7 . - 2476 :recursionCount 7 . - 2477 :recursionCount 5 . - 2478 :recursionCount 3 . - 2479 :recursionCount 6 . - 2480 :recursionCount 6 . - 2481 :recursionCount 5 . - 2482 :recursionCount 1 . - 2483 :recursionCount 7 . - 2484 :recursionCount 6 . - 2485 :recursionCount 7 . - 2486 :recursionCount 1 . - 2487 :recursionCount 3 . - 2488 :recursionCount 4 . - 2489 :recursionCount 3 . - 2490 :recursionCount 3 . - 2491 :recursionCount 6 . - 2492 :recursionCount 5 . - 2493 :recursionCount 3 . - 2494 :recursionCount 4 . - 2495 :recursionCount 3 . - 2496 :recursionCount 5 . - 2497 :recursionCount 6 . - 2498 :recursionCount 3 . - 2499 :recursionCount 5 . - 2500 :recursionCount 7 . - 2501 :recursionCount 7 . - 2502 :recursionCount 6 . - 2503 :recursionCount 7 . - 2504 :recursionCount 7 . - 2505 :recursionCount 5 . - 2506 :recursionCount 3 . - 2507 :recursionCount 6 . - 2508 :recursionCount 5 . - 2509 :recursionCount 3 . - 2510 :recursionCount 7 . - 2511 :recursionCount 7 . - 2512 :recursionCount 4 . - 2513 :recursionCount 7 . - 2514 :recursionCount 2 . - 2515 :recursionCount 3 . - 2516 :recursionCount 5 . - 2517 :recursionCount 3 . - 2518 :recursionCount 6 . - 2519 :recursionCount 5 . - 2520 :recursionCount 6 . - 2521 :recursionCount 4 . - 2522 :recursionCount 6 . - 2523 :recursionCount 3 . - 2524 :recursionCount 5 . - 2525 :recursionCount 6 . - 2526 :recursionCount 3 . - 2527 :recursionCount 5 . - 2528 :recursionCount 3 . - 2529 :recursionCount 6 . - 2530 :recursionCount 7 . - 2531 :recursionCount 7 . - 2532 :recursionCount 3 . - 2533 :recursionCount 6 . - 2534 :recursionCount 3 . - 2535 :recursionCount 5 . - 2536 :recursionCount 2 . - 2537 :recursionCount 7 . - 2538 :recursionCount 1 . - 2539 :recursionCount 5 . - 2540 :recursionCount 7 . - 2541 :recursionCount 2 . - 2542 :recursionCount 5 . - 2543 :recursionCount 3 . - 2544 :recursionCount 6 . - 2545 :recursionCount 3 . - 2546 :recursionCount 7 . - 2547 :recursionCount 7 . - 2548 :recursionCount 7 . - 2549 :recursionCount 3 . - 2550 :recursionCount 5 . - 2551 :recursionCount 3 . - 2552 :recursionCount 6 . - 2553 :recursionCount 5 . - 2554 :recursionCount 3 . - 2555 :recursionCount 6 . - 2556 :recursionCount 4 . - 2557 :recursionCount 6 . - 2558 :recursionCount 6 . - 2559 :recursionCount 4 . - 2560 :recursionCount 3 . - 2561 :recursionCount 5 . - 2562 :recursionCount 3 . - 2563 :recursionCount 2 . - 2564 :recursionCount 7 . - 2565 :recursionCount 4 . - 2566 :recursionCount 7 . - 2567 :recursionCount 7 . - 2568 :recursionCount 7 . - 2569 :recursionCount 3 . - 2570 :recursionCount 6 . - 2571 :recursionCount 3 . - 2572 :recursionCount 5 . - 2573 :recursionCount 7 . - 2574 :recursionCount 7 . - 2575 :recursionCount 6 . - 2576 :recursionCount 7 . - 2577 :recursionCount 7 . - 2578 :recursionCount 1 . - 2579 :recursionCount 5 . - 2580 :recursionCount 5 . - 2581 :recursionCount 6 . - 2582 :recursionCount 3 . - 2583 :recursionCount 1 . - 2584 :recursionCount 7 . - 2585 :recursionCount 6 . - 2586 :recursionCount 7 . - 2587 :recursionCount 1 . - 2588 :recursionCount 3 . - 2589 :recursionCount 6 . - 2590 :recursionCount 3 . - 2591 :recursionCount 5 . - 2592 :recursionCount 6 . - 2593 :recursionCount 5 . - 2594 :recursionCount 3 . - 2595 :recursionCount 4 . - 2596 :recursionCount 3 . - 2597 :recursionCount 5 . - 2598 :recursionCount 6 . - 2599 :recursionCount 3 . - 2600 :recursionCount 1 . - 2601 :recursionCount 7 . - 2602 :recursionCount 6 . - 2603 :recursionCount 7 . - 2604 :recursionCount 1 . - 2605 :recursionCount 3 . - 2606 :recursionCount 4 . - 2607 :recursionCount 3 . - 2608 :recursionCount 2 . - 2609 :recursionCount 7 . - 2610 :recursionCount 7 . - 2611 :recursionCount 7 . - 2612 :recursionCount 6 . - 2613 :recursionCount 7 . - 2614 :recursionCount 7 . - 2615 :recursionCount 5 . - 2616 :recursionCount 5 . - 2617 :recursionCount 4 . - 2618 :recursionCount 3 . - 2619 :recursionCount 2 . - 2620 :recursionCount 6 . - 2621 :recursionCount 6 . - 2622 :recursionCount 4 . - 2623 :recursionCount 7 . - 2624 :recursionCount 2 . - 2625 :recursionCount 3 . - 2626 :recursionCount 4 . - 2627 :recursionCount 5 . - 2628 :recursionCount 4 . - 2629 :recursionCount 3 . - 2630 :recursionCount 7 . - 2631 :recursionCount 7 . - 2632 :recursionCount 7 . - 2633 :recursionCount 4 . - 2634 :recursionCount 7 . - 2635 :recursionCount 2 . - 2636 :recursionCount 3 . - 2637 :recursionCount 5 . - 2638 :recursionCount 3 . - 2639 :recursionCount 6 . - 2640 :recursionCount 1 . - 2641 :recursionCount 7 . - 2642 :recursionCount 2 . - 2643 :recursionCount 7 . - 2644 :recursionCount 4 . - 2645 :recursionCount 7 . - 2646 :recursionCount 2 . - 2647 :recursionCount 7 . - 2648 :recursionCount 1 . - 2649 :recursionCount 5 . - 2650 :recursionCount 3 . - 2651 :recursionCount 5 . - 2652 :recursionCount 3 . - 2653 :recursionCount 2 . - 2654 :recursionCount 7 . - 2655 :recursionCount 4 . - 2656 :recursionCount 7 . - 2657 :recursionCount 7 . - 2658 :recursionCount 7 . - 2659 :recursionCount 3 . - 2660 :recursionCount 4 . - 2661 :recursionCount 5 . - 2662 :recursionCount 4 . - 2663 :recursionCount 3 . - 2664 :recursionCount 2 . - 2665 :recursionCount 7 . - 2666 :recursionCount 4 . - 2667 :recursionCount 6 . - 2668 :recursionCount 6 . - 2669 :recursionCount 4 . - 2670 :recursionCount 3 . - 2671 :recursionCount 4 . - 2672 :recursionCount 5 . - 2673 :recursionCount 5 . - 2674 :recursionCount 7 . - 2675 :recursionCount 7 . - 2676 :recursionCount 6 . - 2677 :recursionCount 7 . - 2678 :recursionCount 7 . - 2679 :recursionCount 3 . - 2680 :recursionCount 2 . - 2681 :recursionCount 3 . - 2682 :recursionCount 4 . - 2683 :recursionCount 3 . - 2684 :recursionCount 1 . - 2685 :recursionCount 7 . - 2686 :recursionCount 6 . - 2687 :recursionCount 7 . - 2688 :recursionCount 1 . - 2689 :recursionCount 5 . - 2690 :recursionCount 7 . - 2691 :recursionCount 2 . - 2692 :recursionCount 3 . - 2693 :recursionCount 6 . - 2694 :recursionCount 5 . - 2695 :recursionCount 3 . - 2696 :recursionCount 4 . - 2697 :recursionCount 3 . - 2698 :recursionCount 5 . - 2699 :recursionCount 6 . - 2700 :recursionCount 5 . - 2701 :recursionCount 3 . - 2702 :recursionCount 4 . - 2703 :recursionCount 3 . - 2704 :recursionCount 5 . - 2705 :recursionCount 6 . - 2706 :recursionCount 3 . - 2707 :recursionCount 5 . - 2708 :recursionCount 7 . - 2709 :recursionCount 7 . - 2710 :recursionCount 3 . - 2711 :recursionCount 7 . - 2712 :recursionCount 6 . - 2713 :recursionCount 7 . - 2714 :recursionCount 1 . - 2715 :recursionCount 3 . - 2716 :recursionCount 4 . - 2717 :recursionCount 5 . - 2718 :recursionCount 5 . - 2719 :recursionCount 7 . - 2720 :recursionCount 4 . - 2721 :recursionCount 6 . - 2722 :recursionCount 6 . - 2723 :recursionCount 7 . - 2724 :recursionCount 7 . - 2725 :recursionCount 5 . - 2726 :recursionCount 5 . - 2727 :recursionCount 5 . - 2728 :recursionCount 5 . - 2729 :recursionCount 5 . - 2730 :recursionCount 3 . - 2731 :recursionCount 7 . - 2732 :recursionCount 7 . - 2733 :recursionCount 6 . - 2734 :recursionCount 7 . - 2735 :recursionCount 7 . - 2736 :recursionCount 5 . - 2737 :recursionCount 5 . - 2738 :recursionCount 4 . - 2739 :recursionCount 3 . - 2740 :recursionCount 5 . - 2741 :recursionCount 1 . - 2742 :recursionCount 7 . - 2743 :recursionCount 7 . - 2744 :recursionCount 6 . - 2745 :recursionCount 7 . - 2746 :recursionCount 7 . - 2747 :recursionCount 5 . - 2748 :recursionCount 3 . - 2749 :recursionCount 6 . - 2750 :recursionCount 6 . - 2751 :recursionCount 3 . - 2752 :recursionCount 5 . - 2753 :recursionCount 7 . - 2754 :recursionCount 7 . - 2755 :recursionCount 6 . - 2756 :recursionCount 7 . - 2757 :recursionCount 7 . - 2758 :recursionCount 1 . - 2759 :recursionCount 5 . - 2760 :recursionCount 3 . - 2761 :recursionCount 4 . - 2762 :recursionCount 5 . - 2763 :recursionCount 5 . - 2764 :recursionCount 7 . - 2765 :recursionCount 7 . - 2766 :recursionCount 6 . - 2767 :recursionCount 7 . - 2768 :recursionCount 7 . - 2769 :recursionCount 3 . - 2770 :recursionCount 5 . - 2771 :recursionCount 5 . - 2772 :recursionCount 5 . - 2773 :recursionCount 5 . - 2774 :recursionCount 5 . - 2775 :recursionCount 7 . - 2776 :recursionCount 7 . - 2777 :recursionCount 6 . - 2778 :recursionCount 6 . - 2779 :recursionCount 4 . - 2780 :recursionCount 7 . - 2781 :recursionCount 5 . - 2782 :recursionCount 5 . - 2783 :recursionCount 4 . - 2784 :recursionCount 3 . - 2785 :recursionCount 1 . - 2786 :recursionCount 7 . - 2787 :recursionCount 6 . - 2788 :recursionCount 7 . - 2789 :recursionCount 3 . - 2790 :recursionCount 7 . - 2791 :recursionCount 7 . - 2792 :recursionCount 5 . - 2793 :recursionCount 3 . - 2794 :recursionCount 6 . - 2795 :recursionCount 5 . - 2796 :recursionCount 3 . - 2797 :recursionCount 4 . - 2798 :recursionCount 3 . - 2799 :recursionCount 5 . - 2800 :recursionCount 6 . - 2801 :recursionCount 3 . - 2802 :recursionCount 6 . - 2803 :recursionCount 3 . - 2804 :recursionCount 6 . - 2805 :recursionCount 5 . - 2806 :recursionCount 2 . - 2807 :recursionCount 7 . - 2808 :recursionCount 2 . - 2809 :recursionCount 7 . - 2810 :recursionCount 3 . - 2811 :recursionCount 3 . - 2812 :recursionCount 4 . - 2813 :recursionCount 3 . - 2814 :recursionCount 5 . - 2815 :recursionCount 6 . - 2816 :recursionCount 3 . - 2817 :recursionCount 5 . - 2818 :recursionCount 3 . - 2819 :recursionCount 2 . - 2820 :recursionCount 6 . - 2821 :recursionCount 4 . - 2822 :recursionCount 6 . - 2823 :recursionCount 7 . - 2824 :recursionCount 1 . - 2825 :recursionCount 3 . - 2826 :recursionCount 4 . - 2827 :recursionCount 5 . - 2828 :recursionCount 4 . - 2829 :recursionCount 3 . - 2830 :recursionCount 3 . - 2831 :recursionCount 3 . - 2832 :recursionCount 7 . - 2833 :recursionCount 6 . - 2834 :recursionCount 7 . - 2835 :recursionCount 1 . - 2836 :recursionCount 3 . - 2837 :recursionCount 4 . - 2838 :recursionCount 5 . - 2839 :recursionCount 5 . - 2840 :recursionCount 6 . - 2841 :recursionCount 5 . - 2842 :recursionCount 1 . - 2843 :recursionCount 7 . - 2844 :recursionCount 6 . - 2845 :recursionCount 7 . - 2846 :recursionCount 1 . - 2847 :recursionCount 3 . - 2848 :recursionCount 4 . - 2849 :recursionCount 3 . - 2850 :recursionCount 5 . - 2851 :recursionCount 6 . - 2852 :recursionCount 3 . - 2853 :recursionCount 1 . - 2854 :recursionCount 7 . - 2855 :recursionCount 6 . - 2856 :recursionCount 7 . - 2857 :recursionCount 1 . - 2858 :recursionCount 3 . - 2859 :recursionCount 6 . - 2860 :recursionCount 2 . - 2861 :recursionCount 3 . - 2862 :recursionCount 4 . - 2863 :recursionCount 3 . - 2864 :recursionCount 1 . - 2865 :recursionCount 7 . - 2866 :recursionCount 6 . - 2867 :recursionCount 7 . - 2868 :recursionCount 1 . - 2869 :recursionCount 5 . - 2870 :recursionCount 7 . - 2871 :recursionCount 5 . - 2872 :recursionCount 5 . - 2873 :recursionCount 4 . - 2874 :recursionCount 3 . - 2875 :recursionCount 1 . - 2876 :recursionCount 7 . - 2877 :recursionCount 6 . - 2878 :recursionCount 7 . - 2879 :recursionCount 3 . - 2880 :recursionCount 2 . - 2881 :recursionCount 3 . - 2882 :recursionCount 4 . - 2883 :recursionCount 5 . - 2884 :recursionCount 4 . - 2885 :recursionCount 3 . - 2886 :recursionCount 1 . - 2887 :recursionCount 7 . - 2888 :recursionCount 6 . - 2889 :recursionCount 4 . - 2890 :recursionCount 7 . - 2891 :recursionCount 2 . - 2892 :recursionCount 3 . - 2893 :recursionCount 5 . - 2894 :recursionCount 3 . - 2895 :recursionCount 6 . - 2896 :recursionCount 5 . - 2897 :recursionCount 3 . - 2898 :recursionCount 4 . - 2899 :recursionCount 3 . - 2900 :recursionCount 3 . - 2901 :recursionCount 4 . - 2902 :recursionCount 4 . - 2903 :recursionCount 4 . - 2904 :recursionCount 3 . - 2905 :recursionCount 3 . - 2906 :recursionCount 7 . - 2907 :recursionCount 7 . - 2908 :recursionCount 7 . - 2909 :recursionCount 3 . - 2910 :recursionCount 4 . - 2911 :recursionCount 3 . - 2912 :recursionCount 6 . - 2913 :recursionCount 3 . - 2914 :recursionCount 6 . - 2915 :recursionCount 5 . - 2916 :recursionCount 2 . - 2917 :recursionCount 7 . - 2918 :recursionCount 2 . - 2919 :recursionCount 5 . - 2920 :recursionCount 4 . - 2921 :recursionCount 6 . - 2922 :recursionCount 4 . - 2923 :recursionCount 3 . - 2924 :recursionCount 5 . - 2925 :recursionCount 6 . - 2926 :recursionCount 3 . - 2927 :recursionCount 5 . - 2928 :recursionCount 3 . - 2929 :recursionCount 6 . - 2930 :recursionCount 4 . - 2931 :recursionCount 3 . - 2932 :recursionCount 3 . - 2933 :recursionCount 4 . - 2934 :recursionCount 3 . - 2935 :recursionCount 5 . - 2936 :recursionCount 6 . - 2937 :recursionCount 3 . - 2938 :recursionCount 5 . - 2939 :recursionCount 3 . - 2940 :recursionCount 3 . - 2941 :recursionCount 6 . - 2942 :recursionCount 5 . - 2943 :recursionCount 3 . - 2944 :recursionCount 4 . - 2945 :recursionCount 3 . - 2946 :recursionCount 5 . - 2947 :recursionCount 6 . - 2948 :recursionCount 3 . - 2949 :recursionCount 5 . - 2950 :recursionCount 3 . - 2951 :recursionCount 5 . - 2952 :recursionCount 6 . - 2953 :recursionCount 5 . - 2954 :recursionCount 3 . - 2955 :recursionCount 4 . - 2956 :recursionCount 3 . - 2957 :recursionCount 5 . - 2958 :recursionCount 6 . - 2959 :recursionCount 3 . - 2960 :recursionCount 7 . - 2961 :recursionCount 2 . - 2962 :recursionCount 3 . - 2963 :recursionCount 6 . - 2964 :recursionCount 5 . - 2965 :recursionCount 3 . - 2966 :recursionCount 4 . - 2967 :recursionCount 3 . - 2968 :recursionCount 5 . - 2969 :recursionCount 6 . - 2970 :recursionCount 7 . - 2971 :recursionCount 7 . - 2972 :recursionCount 5 . - 2973 :recursionCount 3 . - 2974 :recursionCount 6 . - 2975 :recursionCount 5 . - 2976 :recursionCount 3 . - 2977 :recursionCount 4 . - 2978 :recursionCount 3 . - 2979 :recursionCount 5 . - 2980 :recursionCount 7 . - 2981 :recursionCount 2 . - 2982 :recursionCount 3 . - 2983 :recursionCount 5 . - 2984 :recursionCount 3 . - 2985 :recursionCount 6 . - 2986 :recursionCount 5 . - 2987 :recursionCount 3 . - 2988 :recursionCount 4 . - 2989 :recursionCount 3 . - 2990 :recursionCount 3 . - 2991 :recursionCount 5 . - 2992 :recursionCount 6 . - 2993 :recursionCount 3 . - 2994 :recursionCount 5 . - 2995 :recursionCount 3 . - 2996 :recursionCount 6 . - 2997 :recursionCount 5 . - 2998 :recursionCount 3 . - 2999 :recursionCount 4 . - 3000 :recursionCount 6 . - 3001 :recursionCount 3 . - 3002 :recursionCount 5 . - 3003 :recursionCount 6 . - 3004 :recursionCount 3 . - 3005 :recursionCount 5 . - 3006 :recursionCount 3 . - 3007 :recursionCount 6 . - 3008 :recursionCount 5 . - 3009 :recursionCount 3 . - 3010 :recursionCount 3 . - 3011 :recursionCount 6 . - 3012 :recursionCount 3 . - 3013 :recursionCount 5 . - 3014 :recursionCount 2 . - 3015 :recursionCount 7 . - 3016 :recursionCount 1 . - 3017 :recursionCount 5 . - 3018 :recursionCount 6 . - 3019 :recursionCount 3 . - 3020 :recursionCount 5 . - 3021 :recursionCount 3 . - 3022 :recursionCount 6 . - 3023 :recursionCount 3 . - 3024 :recursionCount 7 . - 3025 :recursionCount 7 . - 3026 :recursionCount 7 . - 3027 :recursionCount 3 . - 3028 :recursionCount 3 . - 3029 :recursionCount 4 . - 3030 :recursionCount 6 . - 3031 :recursionCount 5 . - 3032 :recursionCount 3 . - 3033 :recursionCount 6 . - 3034 :recursionCount 4 . - 3035 :recursionCount 6 . - 3036 :recursionCount 6 . - 3037 :recursionCount 4 . - 3038 :recursionCount 6 . - 3039 :recursionCount 4 . - 3040 :recursionCount 3 . - 3041 :recursionCount 2 . - 3042 :recursionCount 7 . - 3043 :recursionCount 4 . - 3044 :recursionCount 7 . - 3045 :recursionCount 7 . - 3046 :recursionCount 7 . - 3047 :recursionCount 3 . - 3048 :recursionCount 3 . - 3049 :recursionCount 4 . - 3050 :recursionCount 5 . - 3051 :recursionCount 7 . - 3052 :recursionCount 7 . - 3053 :recursionCount 6 . - 3054 :recursionCount 7 . - 3055 :recursionCount 7 . - 3056 :recursionCount 1 . - 3057 :recursionCount 5 . - 3058 :recursionCount 6 . - 3059 :recursionCount 3 . - 3060 :recursionCount 3 . - 3061 :recursionCount 1 . - 3062 :recursionCount 7 . - 3063 :recursionCount 6 . - 3064 :recursionCount 7 . - 3065 :recursionCount 1 . - 3066 :recursionCount 3 . - 3067 :recursionCount 6 . - 3068 :recursionCount 5 . - 3069 :recursionCount 3 . - 3070 :recursionCount 6 . - 3071 :recursionCount 5 . - 3072 :recursionCount 3 . - 3073 :recursionCount 4 . - 3074 :recursionCount 3 . - 3075 :recursionCount 5 . - 3076 :recursionCount 6 . - 3077 :recursionCount 3 . - 3078 :recursionCount 2 . - 3079 :recursionCount 7 . - 3080 :recursionCount 5 . - 3081 :recursionCount 6 . - 3082 :recursionCount 3 . - 3083 :recursionCount 6 . - 3084 :recursionCount 3 . - 3085 :recursionCount 6 . - 3086 :recursionCount 5 . - 3087 :recursionCount 2 . - 3088 :recursionCount 7 . - 3089 :recursionCount 7 . - 3090 :recursionCount 3 . - 3091 :recursionCount 3 . - 3092 :recursionCount 4 . - 3093 :recursionCount 4 . - 3094 :recursionCount 4 . - 3095 :recursionCount 3 . - 3096 :recursionCount 3 . - 3097 :recursionCount 7 . - 3098 :recursionCount 7 . - 3099 :recursionCount 7 . - 3100 :recursionCount 3 . - 3101 :recursionCount 6 . - 3102 :recursionCount 3 . - 3103 :recursionCount 5 . - 3104 :recursionCount 2 . - 3105 :recursionCount 7 . - 3106 :recursionCount 1 . - 3107 :recursionCount 5 . - 3108 :recursionCount 6 . - 3109 :recursionCount 3 . - 3110 :recursionCount 6 . - 3111 :recursionCount 4 . - 3112 :recursionCount 3 . - 3113 :recursionCount 6 . - 3114 :recursionCount 5 . - 3115 :recursionCount 2 . - 3116 :recursionCount 7 . - 3117 :recursionCount 1 . - 3118 :recursionCount 5 . - 3119 :recursionCount 6 . - 3120 :recursionCount 3 . - 3121 :recursionCount 3 . - 3122 :recursionCount 4 . - 3123 :recursionCount 3 . - 3124 :recursionCount 3 . - 3125 :recursionCount 7 . - 3126 :recursionCount 7 . - 3127 :recursionCount 7 . - 3128 :recursionCount 3 . - 3129 :recursionCount 3 . - 3130 :recursionCount 5 . - 3131 :recursionCount 6 . - 3132 :recursionCount 3 . - 3133 :recursionCount 4 . - 3134 :recursionCount 6 . - 3135 :recursionCount 4 . - 3136 :recursionCount 6 . - 3137 :recursionCount 6 . - 3138 :recursionCount 4 . - 3139 :recursionCount 6 . - 3140 :recursionCount 2 . - 3141 :recursionCount 5 . - 3142 :recursionCount 3 . - 3143 :recursionCount 6 . - 3144 :recursionCount 3 . - 3145 :recursionCount 7 . - 3146 :recursionCount 7 . - 3147 :recursionCount 7 . - 3148 :recursionCount 3 . - 3149 :recursionCount 3 . - 3150 :recursionCount 7 . - 3151 :recursionCount 2 . - 3152 :recursionCount 7 . - 3153 :recursionCount 4 . - 3154 :recursionCount 7 . - 3155 :recursionCount 2 . - 3156 :recursionCount 7 . - 3157 :recursionCount 1 . - 3158 :recursionCount 5 . - 3159 :recursionCount 6 . - 3160 :recursionCount 1 . - 3161 :recursionCount 7 . - 3162 :recursionCount 7 . - 3163 :recursionCount 6 . - 3164 :recursionCount 7 . - 3165 :recursionCount 7 . - 3166 :recursionCount 5 . - 3167 :recursionCount 3 . - 3168 :recursionCount 6 . - 3169 :recursionCount 5 . - 3170 :recursionCount 5 . - 3171 :recursionCount 1 . - 3172 :recursionCount 7 . - 3173 :recursionCount 6 . - 3174 :recursionCount 7 . - 3175 :recursionCount 1 . - 3176 :recursionCount 3 . - 3177 :recursionCount 4 . - 3178 :recursionCount 3 . - 3179 :recursionCount 2 . - 3180 :recursionCount 6 . - 3181 :recursionCount 5 . - 3182 :recursionCount 3 . - 3183 :recursionCount 4 . - 3184 :recursionCount 3 . - 3185 :recursionCount 5 . - 3186 :recursionCount 6 . - 3187 :recursionCount 3 . - 3188 :recursionCount 5 . - 3189 :recursionCount 7 . - 3190 :recursionCount 3 . - 3191 :recursionCount 6 . - 3192 :recursionCount 3 . - 3193 :recursionCount 6 . - 3194 :recursionCount 3 . - 3195 :recursionCount 6 . - 3196 :recursionCount 5 . - 3197 :recursionCount 2 . - 3198 :recursionCount 7 . - 3199 :recursionCount 2 . - 3200 :recursionCount 5 . - 3201 :recursionCount 3 . - 3202 :recursionCount 6 . - 3203 :recursionCount 3 . - 3204 :recursionCount 7 . - 3205 :recursionCount 7 . - 3206 :recursionCount 7 . - 3207 :recursionCount 3 . - 3208 :recursionCount 3 . - 3209 :recursionCount 4 . - 3210 :recursionCount 3 . - 3211 :recursionCount 3 . - 3212 :recursionCount 4 . - 3213 :recursionCount 3 . - 3214 :recursionCount 3 . - 3215 :recursionCount 7 . - 3216 :recursionCount 7 . - 3217 :recursionCount 7 . - 3218 :recursionCount 3 . - 3219 :recursionCount 3 . - 3220 :recursionCount 6 . - 3221 :recursionCount 4 . - 3222 :recursionCount 5 . - 3223 :recursionCount 4 . - 3224 :recursionCount 3 . - 3225 :recursionCount 3 . - 3226 :recursionCount 7 . - 3227 :recursionCount 7 . - 3228 :recursionCount 7 . - 3229 :recursionCount 3 . - 3230 :recursionCount 3 . - 3231 :recursionCount 3 . - 3232 :recursionCount 4 . - 3233 :recursionCount 5 . - 3234 :recursionCount 4 . - 3235 :recursionCount 6 . - 3236 :recursionCount 4 . - 3237 :recursionCount 6 . - 3238 :recursionCount 6 . - 3239 :recursionCount 4 . - 3240 :recursionCount 7 . - 3241 :recursionCount 3 . - 3242 :recursionCount 3 . - 3243 :recursionCount 4 . - 3244 :recursionCount 3 . - 3245 :recursionCount 3 . - 3246 :recursionCount 7 . - 3247 :recursionCount 7 . - 3248 :recursionCount 7 . - 3249 :recursionCount 3 . - 3250 :recursionCount 7 . - 3251 :recursionCount 7 . - 3252 :recursionCount 3 . - 3253 :recursionCount 6 . - 3254 :recursionCount 3 . - 3255 :recursionCount 5 . - 3256 :recursionCount 2 . - 3257 :recursionCount 7 . - 3258 :recursionCount 1 . - 3259 :recursionCount 5 . - 3260 :recursionCount 7 . - 3261 :recursionCount 7 . - 3262 :recursionCount 7 . - 3263 :recursionCount 4 . - 3264 :recursionCount 7 . - 3265 :recursionCount 2 . - 3266 :recursionCount 3 . - 3267 :recursionCount 5 . - 3268 :recursionCount 3 . - 3269 :recursionCount 6 . - 3270 :recursionCount 3 . - 3271 :recursionCount 7 . - 3272 :recursionCount 7 . - 3273 :recursionCount 6 . - 3274 :recursionCount 7 . - 3275 :recursionCount 7 . - 3276 :recursionCount 5 . - 3277 :recursionCount 5 . - 3278 :recursionCount 4 . - 3279 :recursionCount 3 . - 3280 :recursionCount 3 . - 3281 :recursionCount 3 . - 3282 :recursionCount 7 . - 3283 :recursionCount 6 . - 3284 :recursionCount 7 . - 3285 :recursionCount 1 . - 3286 :recursionCount 3 . - 3287 :recursionCount 4 . - 3288 :recursionCount 5 . - 3289 :recursionCount 5 . - 3290 :recursionCount 4 . - 3291 :recursionCount 3 . - 3292 :recursionCount 3 . - 3293 :recursionCount 4 . - 3294 :recursionCount 3 . - 3295 :recursionCount 5 . - 3296 :recursionCount 6 . - 3297 :recursionCount 3 . - 3298 :recursionCount 5 . - 3299 :recursionCount 3 . - 3300 :recursionCount 6 . - 3301 :recursionCount 5 . - 3302 :recursionCount 3 . - 3303 :recursionCount 6 . - 3304 :recursionCount 4 . - 3305 :recursionCount 6 . - 3306 :recursionCount 6 . - 3307 :recursionCount 4 . - 3308 :recursionCount 6 . - 3309 :recursionCount 4 . - 3310 :recursionCount 5 . - 3311 :recursionCount 6 . - 3312 :recursionCount 3 . - 3313 :recursionCount 4 . - 3314 :recursionCount 6 . - 3315 :recursionCount 4 . - 3316 :recursionCount 6 . - 3317 :recursionCount 6 . - 3318 :recursionCount 4 . - 3319 :recursionCount 6 . - 3320 :recursionCount 3 . - 3321 :recursionCount 3 . - 3322 :recursionCount 4 . - 3323 :recursionCount 5 . - 3324 :recursionCount 4 . - 3325 :recursionCount 6 . - 3326 :recursionCount 4 . - 3327 :recursionCount 6 . - 3328 :recursionCount 6 . - 3329 :recursionCount 4 . - 3330 :recursionCount 6 . - 3331 :recursionCount 4 . - 3332 :recursionCount 5 . - 3334 :recursionCount 5 . - 3335 :recursionCount 4 . - 3336 :recursionCount 6 . - 3337 :recursionCount 4 . - 3338 :recursionCount 6 . - 3339 :recursionCount 6 . - 3340 :recursionCount 4 . - 3341 :recursionCount 6 . - 3342 :recursionCount 4 . - 3343 :recursionCount 5 . - 3344 :recursionCount 4 . - 3345 :recursionCount 3 . - 3346 :recursionCount 3 . - 3347 :recursionCount 7 . - 3348 :recursionCount 7 . - 3349 :recursionCount 7 . - 3350 :recursionCount 6 . - 3351 :recursionCount 4 . - 3352 :recursionCount 6 . - 3353 :recursionCount 4 . - 3354 :recursionCount 3 . - 3355 :recursionCount 6 . - 3356 :recursionCount 5 . - 3357 :recursionCount 2 . - 3358 :recursionCount 7 . - 3359 :recursionCount 1 . - 3360 :recursionCount 6 . - 3361 :recursionCount 6 . - 3362 :recursionCount 4 . - 3363 :recursionCount 6 . - 3364 :recursionCount 3 . - 3365 :recursionCount 5 . - 3366 :recursionCount 6 . - 3367 :recursionCount 3 . - 3368 :recursionCount 5 . - 3369 :recursionCount 3 . - 3370 :recursionCount 4 . - 3371 :recursionCount 6 . - 3372 :recursionCount 6 . - 3373 :recursionCount 4 . - 3374 :recursionCount 7 . - 3375 :recursionCount 2 . - 3376 :recursionCount 3 . - 3377 :recursionCount 4 . - 3378 :recursionCount 5 . - 3379 :recursionCount 4 . - 3380 :recursionCount 6 . - 3381 :recursionCount 4 . - 3382 :recursionCount 6 . - 3383 :recursionCount 6 . - 3384 :recursionCount 7 . - 3385 :recursionCount 7 . - 3386 :recursionCount 5 . - 3387 :recursionCount 5 . - 3388 :recursionCount 5 . - 3389 :recursionCount 5 . - 3390 :recursionCount 4 . - 3391 :recursionCount 6 . - 3392 :recursionCount 4 . - 3393 :recursionCount 6 . - 3394 :recursionCount 7 . - 3395 :recursionCount 1 . - 3396 :recursionCount 3 . - 3397 :recursionCount 4 . - 3398 :recursionCount 5 . - 3399 :recursionCount 4 . - 3400 :recursionCount 3 . - 3401 :recursionCount 2 . - 3402 :recursionCount 7 . - 3403 :recursionCount 4 . - 3404 :recursionCount 7 . - 3405 :recursionCount 7 . - 3406 :recursionCount 7 . - 3407 :recursionCount 3 . - 3408 :recursionCount 3 . - 3409 :recursionCount 4 . - 3410 :recursionCount 2 . - 3411 :recursionCount 5 . - 3412 :recursionCount 3 . - 3413 :recursionCount 6 . - 3414 :recursionCount 3 . - 3415 :recursionCount 7 . - 3416 :recursionCount 7 . - 3417 :recursionCount 7 . - 3418 :recursionCount 3 . - 3419 :recursionCount 3 . - 3420 :recursionCount 7 . - 3421 :recursionCount 3 . - 3422 :recursionCount 3 . - 3423 :recursionCount 4 . - 3424 :recursionCount 3 . - 3425 :recursionCount 3 . - 3426 :recursionCount 7 . - 3427 :recursionCount 7 . - 3428 :recursionCount 7 . - 3429 :recursionCount 3 . - 3430 :recursionCount 4 . - 3431 :recursionCount 6 . - 3432 :recursionCount 4 . - 3433 :recursionCount 5 . - 3434 :recursionCount 4 . - 3435 :recursionCount 3 . - 3436 :recursionCount 3 . - 3437 :recursionCount 7 . - 3438 :recursionCount 7 . - 3439 :recursionCount 7 . - 3440 :recursionCount 7 . - 3441 :recursionCount 3 . - 3442 :recursionCount 3 . - 3443 :recursionCount 4 . - 3444 :recursionCount 5 . - 3445 :recursionCount 4 . - 3446 :recursionCount 6 . - 3447 :recursionCount 4 . - 3448 :recursionCount 6 . - 3449 :recursionCount 6 . - 3450 :recursionCount 7 . - 3451 :recursionCount 7 . - 3452 :recursionCount 3 . - 3453 :recursionCount 3 . - 3454 :recursionCount 4 . - 3455 :recursionCount 3 . - 3456 :recursionCount 3 . - 3457 :recursionCount 7 . - 3458 :recursionCount 7 . - 3459 :recursionCount 7 . - 3460 :recursionCount 7 . - 3461 :recursionCount 7 . - 3462 :recursionCount 7 . - 3463 :recursionCount 3 . - 3464 :recursionCount 6 . - 3465 :recursionCount 3 . - 3466 :recursionCount 5 . - 3467 :recursionCount 2 . - 3468 :recursionCount 7 . - 3469 :recursionCount 1 . - 3470 :recursionCount 3 . - 3471 :recursionCount 7 . - 3472 :recursionCount 7 . - 3473 :recursionCount 7 . - 3474 :recursionCount 4 . - 3475 :recursionCount 7 . - 3476 :recursionCount 2 . - 3477 :recursionCount 3 . - 3478 :recursionCount 5 . - 3479 :recursionCount 3 . - 3480 :recursionCount 3 . - 3481 :recursionCount 3 . - 3482 :recursionCount 7 . - 3483 :recursionCount 7 . - 3484 :recursionCount 6 . - 3485 :recursionCount 7 . - 3486 :recursionCount 7 . - 3487 :recursionCount 5 . - 3488 :recursionCount 5 . - 3489 :recursionCount 4 . - 3490 :recursionCount 4 . - 3491 :recursionCount 3 . - 3492 :recursionCount 3 . - 3493 :recursionCount 7 . - 3494 :recursionCount 6 . - 3495 :recursionCount 7 . - 3496 :recursionCount 1 . - 3497 :recursionCount 3 . - 3498 :recursionCount 4 . - 3499 :recursionCount 5 . - 3500 :recursionCount 5 . - 3501 :recursionCount 7 . - 3502 :recursionCount 7 . - 3503 :recursionCount 6 . - 3504 :recursionCount 7 . - 3505 :recursionCount 7 . - 3506 :recursionCount 1 . - 3507 :recursionCount 5 . - 3508 :recursionCount 6 . - 3509 :recursionCount 3 . - 3510 :recursionCount 7 . - 3511 :recursionCount 2 . - 3512 :recursionCount 7 . - 3513 :recursionCount 4 . - 3514 :recursionCount 7 . - 3515 :recursionCount 2 . - 3516 :recursionCount 7 . - 3517 :recursionCount 1 . - 3518 :recursionCount 5 . - 3519 :recursionCount 6 . - 3520 :recursionCount 7 . - 3521 :recursionCount 7 . - 3522 :recursionCount 3 . - 3523 :recursionCount 6 . - 3524 :recursionCount 3 . - 3525 :recursionCount 5 . - 3526 :recursionCount 2 . - 3527 :recursionCount 7 . - 3528 :recursionCount 1 . - 3529 :recursionCount 5 . - 3530 :recursionCount 6 . - 3531 :recursionCount 4 . - 3532 :recursionCount 6 . - 3533 :recursionCount 4 . - 3534 :recursionCount 3 . - 3535 :recursionCount 6 . - 3536 :recursionCount 5 . - 3537 :recursionCount 2 . - 3538 :recursionCount 7 . - 3539 :recursionCount 1 . - 3540 :recursionCount 7 . - 3541 :recursionCount 7 . - 3542 :recursionCount 3 . - 3543 :recursionCount 3 . - 3544 :recursionCount 4 . - 3545 :recursionCount 3 . - 3546 :recursionCount 3 . - 3547 :recursionCount 7 . - 3548 :recursionCount 7 . - 3549 :recursionCount 7 . - 3550 :recursionCount 7 . - 3551 :recursionCount 2 . - 3552 :recursionCount 5 . - 3553 :recursionCount 6 . - 3554 :recursionCount 3 . - 3555 :recursionCount 4 . - 3556 :recursionCount 6 . - 3557 :recursionCount 4 . - 3558 :recursionCount 6 . - 3559 :recursionCount 6 . - 3560 :recursionCount 1 . - 3561 :recursionCount 7 . - 3562 :recursionCount 2 . - 3563 :recursionCount 5 . - 3564 :recursionCount 3 . - 3565 :recursionCount 6 . - 3566 :recursionCount 3 . - 3567 :recursionCount 7 . - 3568 :recursionCount 7 . - 3569 :recursionCount 7 . - 3570 :recursionCount 5 . - 3571 :recursionCount 1 . - 3572 :recursionCount 7 . - 3573 :recursionCount 2 . - 3574 :recursionCount 7 . - 3575 :recursionCount 4 . - 3576 :recursionCount 7 . - 3577 :recursionCount 2 . - 3578 :recursionCount 7 . - 3579 :recursionCount 1 . - 3580 :recursionCount 6 . - 3581 :recursionCount 5 . - 3582 :recursionCount 1 . - 3583 :recursionCount 7 . - 3584 :recursionCount 7 . - 3585 :recursionCount 6 . - 3586 :recursionCount 7 . - 3587 :recursionCount 7 . - 3588 :recursionCount 5 . - 3589 :recursionCount 3 . - 3590 :recursionCount 3 . - 3591 :recursionCount 6 . - 3592 :recursionCount 5 . - 3593 :recursionCount 1 . - 3594 :recursionCount 7 . - 3595 :recursionCount 6 . - 3596 :recursionCount 7 . - 3597 :recursionCount 1 . - 3598 :recursionCount 3 . - 3599 :recursionCount 4 . - 3600 :recursionCount 3 . - 3601 :recursionCount 1 . - 3602 :recursionCount 7 . - 3603 :recursionCount 6 . - 3604 :recursionCount 7 . - 3605 :recursionCount 1 . - 3606 :recursionCount 3 . - 3607 :recursionCount 6 . - 3608 :recursionCount 5 . - 3609 :recursionCount 3 . - 3610 :recursionCount 1 . - 3611 :recursionCount 7 . - 3612 :recursionCount 7 . - 3613 :recursionCount 6 . - 3614 :recursionCount 7 . - 3615 :recursionCount 7 . - 3616 :recursionCount 5 . - 3617 :recursionCount 3 . - 3618 :recursionCount 6 . - 3619 :recursionCount 5 . - 3620 :recursionCount 7 . - 3621 :recursionCount 7 . - 3622 :recursionCount 7 . - 3623 :recursionCount 4 . - 3624 :recursionCount 7 . - 3625 :recursionCount 2 . - 3626 :recursionCount 3 . - 3627 :recursionCount 5 . - 3628 :recursionCount 3 . - 3629 :recursionCount 6 . - 3630 :recursionCount 6 . - 3631 :recursionCount 6 . - 3632 :recursionCount 4 . - 3633 :recursionCount 6 . - 3634 :recursionCount 3 . - 3635 :recursionCount 5 . - 3636 :recursionCount 6 . - 3637 :recursionCount 3 . - 3638 :recursionCount 5 . - 3639 :recursionCount 3 . - 3640 :recursionCount 7 . - 3641 :recursionCount 7 . - 3642 :recursionCount 7 . - 3643 :recursionCount 3 . - 3644 :recursionCount 6 . - 3645 :recursionCount 3 . - 3646 :recursionCount 5 . - 3647 :recursionCount 2 . - 3648 :recursionCount 7 . - 3649 :recursionCount 1 . - 3650 :recursionCount 1 . - 3651 :recursionCount 7 . - 3652 :recursionCount 2 . - 3653 :recursionCount 5 . - 3654 :recursionCount 3 . - 3655 :recursionCount 6 . - 3656 :recursionCount 3 . - 3657 :recursionCount 7 . - 3658 :recursionCount 7 . - 3659 :recursionCount 7 . - 3660 :recursionCount 3 . - 3661 :recursionCount 5 . - 3662 :recursionCount 3 . - 3663 :recursionCount 6 . - 3664 :recursionCount 5 . - 3665 :recursionCount 3 . - 3666 :recursionCount 6 . - 3667 :recursionCount 4 . - 3668 :recursionCount 6 . - 3669 :recursionCount 6 . - 3670 :recursionCount 6 . - 3671 :recursionCount 3 . - 3672 :recursionCount 5 . - 3673 :recursionCount 3 . - 3674 :recursionCount 2 . - 3675 :recursionCount 7 . - 3676 :recursionCount 4 . - 3677 :recursionCount 7 . - 3678 :recursionCount 7 . - 3679 :recursionCount 7 . - 3680 :recursionCount 5 . - 3681 :recursionCount 6 . - 3682 :recursionCount 3 . - 3683 :recursionCount 5 . - 3684 :recursionCount 7 . - 3685 :recursionCount 7 . - 3686 :recursionCount 6 . - 3687 :recursionCount 7 . - 3688 :recursionCount 7 . - 3689 :recursionCount 1 . - 3690 :recursionCount 3 . - 3691 :recursionCount 5 . - 3692 :recursionCount 6 . - 3693 :recursionCount 3 . - 3694 :recursionCount 1 . - 3695 :recursionCount 7 . - 3696 :recursionCount 6 . - 3697 :recursionCount 7 . - 3698 :recursionCount 1 . - 3699 :recursionCount 3 . - 3700 :recursionCount 6 . - 3701 :recursionCount 5 . - 3702 :recursionCount 3 . - 3703 :recursionCount 4 . - 3704 :recursionCount 3 . - 3705 :recursionCount 5 . - 3706 :recursionCount 6 . - 3707 :recursionCount 3 . - 3708 :recursionCount 2 . - 3709 :recursionCount 7 . - 3710 :recursionCount 5 . - 3711 :recursionCount 1 . - 3712 :recursionCount 7 . - 3713 :recursionCount 6 . - 3714 :recursionCount 7 . - 3715 :recursionCount 1 . - 3716 :recursionCount 3 . - 3717 :recursionCount 4 . - 3718 :recursionCount 3 . - 3719 :recursionCount 2 . - 3720 :recursionCount 3 . - 3721 :recursionCount 7 . - 3722 :recursionCount 7 . - 3723 :recursionCount 6 . - 3724 :recursionCount 7 . - 3725 :recursionCount 7 . - 3726 :recursionCount 5 . - 3727 :recursionCount 5 . - 3728 :recursionCount 4 . - 3729 :recursionCount 3 . - 3730 :recursionCount 4 . - 3731 :recursionCount 6 . - 3732 :recursionCount 6 . - 3733 :recursionCount 4 . - 3734 :recursionCount 7 . - 3735 :recursionCount 2 . - 3736 :recursionCount 3 . - 3737 :recursionCount 4 . - 3738 :recursionCount 5 . - 3739 :recursionCount 4 . - 3740 :recursionCount 3 . - 3741 :recursionCount 7 . - 3742 :recursionCount 7 . - 3743 :recursionCount 7 . - 3744 :recursionCount 4 . - 3745 :recursionCount 7 . - 3746 :recursionCount 2 . - 3747 :recursionCount 3 . - 3748 :recursionCount 5 . - 3749 :recursionCount 3 . - 3750 :recursionCount 5 . - 3751 :recursionCount 1 . - 3752 :recursionCount 7 . - 3753 :recursionCount 2 . - 3754 :recursionCount 7 . - 3755 :recursionCount 4 . - 3756 :recursionCount 7 . - 3757 :recursionCount 2 . - 3758 :recursionCount 7 . - 3759 :recursionCount 1 . - 3760 :recursionCount 6 . - 3761 :recursionCount 3 . - 3762 :recursionCount 5 . - 3763 :recursionCount 3 . - 3764 :recursionCount 2 . - 3765 :recursionCount 7 . - 3766 :recursionCount 4 . - 3767 :recursionCount 7 . - 3768 :recursionCount 7 . - 3769 :recursionCount 7 . - 3770 :recursionCount 3 . - 3771 :recursionCount 4 . - 3772 :recursionCount 5 . - 3773 :recursionCount 4 . - 3774 :recursionCount 3 . - 3775 :recursionCount 2 . - 3776 :recursionCount 7 . - 3777 :recursionCount 4 . - 3778 :recursionCount 6 . - 3779 :recursionCount 6 . - 3780 :recursionCount 2 . - 3781 :recursionCount 3 . - 3782 :recursionCount 4 . - 3783 :recursionCount 5 . - 3784 :recursionCount 5 . - 3785 :recursionCount 7 . - 3786 :recursionCount 7 . - 3787 :recursionCount 6 . - 3788 :recursionCount 7 . - 3789 :recursionCount 7 . - 3790 :recursionCount 7 . - 3791 :recursionCount 2 . - 3792 :recursionCount 3 . - 3793 :recursionCount 4 . - 3794 :recursionCount 3 . - 3795 :recursionCount 1 . - 3796 :recursionCount 7 . - 3797 :recursionCount 6 . - 3798 :recursionCount 7 . - 3799 :recursionCount 1 . - 3800 :recursionCount 5 . - 3801 :recursionCount 6 . - 3802 :recursionCount 3 . - 3803 :recursionCount 6 . - 3804 :recursionCount 3 . - 3805 :recursionCount 6 . - 3806 :recursionCount 5 . - 3807 :recursionCount 2 . - 3808 :recursionCount 7 . - 3809 :recursionCount 7 . - 3810 :recursionCount 6 . - 3811 :recursionCount 5 . - 3812 :recursionCount 3 . - 3813 :recursionCount 4 . - 3814 :recursionCount 3 . - 3815 :recursionCount 5 . - 3816 :recursionCount 6 . - 3817 :recursionCount 3 . - 3818 :recursionCount 5 . - 3819 :recursionCount 7 . - 3820 :recursionCount 3 . - 3821 :recursionCount 3 . - 3822 :recursionCount 7 . - 3823 :recursionCount 6 . - 3824 :recursionCount 7 . - 3825 :recursionCount 1 . - 3826 :recursionCount 3 . - 3827 :recursionCount 4 . - 3828 :recursionCount 5 . - 3829 :recursionCount 5 . - 3830 :recursionCount 6 . - 3831 :recursionCount 4 . - 3832 :recursionCount 6 . - 3833 :recursionCount 6 . - 3834 :recursionCount 7 . - 3835 :recursionCount 7 . - 3836 :recursionCount 5 . - 3837 :recursionCount 5 . - 3838 :recursionCount 5 . - 3839 :recursionCount 5 . - 3840 :recursionCount 3 . - 3841 :recursionCount 3 . - 3842 :recursionCount 7 . - 3843 :recursionCount 7 . - 3844 :recursionCount 6 . - 3845 :recursionCount 7 . - 3846 :recursionCount 7 . - 3847 :recursionCount 5 . - 3848 :recursionCount 5 . - 3849 :recursionCount 4 . - 3850 :recursionCount 6 . - 3851 :recursionCount 5 . - 3852 :recursionCount 1 . - 3853 :recursionCount 7 . - 3854 :recursionCount 7 . - 3855 :recursionCount 6 . - 3856 :recursionCount 7 . - 3857 :recursionCount 7 . - 3858 :recursionCount 5 . - 3859 :recursionCount 3 . - 3860 :recursionCount 5 . - 3861 :recursionCount 6 . - 3862 :recursionCount 3 . - 3863 :recursionCount 5 . - 3864 :recursionCount 7 . - 3865 :recursionCount 7 . - 3866 :recursionCount 6 . - 3867 :recursionCount 7 . - 3868 :recursionCount 7 . - 3869 :recursionCount 1 . - 3870 :recursionCount 2 . - 3871 :recursionCount 3 . - 3872 :recursionCount 4 . - 3873 :recursionCount 5 . - 3874 :recursionCount 5 . - 3875 :recursionCount 7 . - 3876 :recursionCount 7 . - 3877 :recursionCount 6 . - 3878 :recursionCount 7 . - 3879 :recursionCount 7 . - 3880 :recursionCount 7 . - 3881 :recursionCount 5 . - 3882 :recursionCount 5 . - 3883 :recursionCount 5 . - 3884 :recursionCount 5 . - 3885 :recursionCount 5 . - 3886 :recursionCount 7 . - 3887 :recursionCount 7 . - 3888 :recursionCount 6 . - 3889 :recursionCount 6 . - 3890 :recursionCount 7 . - 3891 :recursionCount 7 . - 3892 :recursionCount 5 . - 3893 :recursionCount 5 . - 3894 :recursionCount 4 . - 3895 :recursionCount 3 . - 3896 :recursionCount 1 . - 3897 :recursionCount 7 . - 3898 :recursionCount 6 . - 3899 :recursionCount 7 . - 3900 :recursionCount 3 . - 3901 :recursionCount 3 . - 3902 :recursionCount 4 . - 3903 :recursionCount 4 . - 3904 :recursionCount 4 . - 3905 :recursionCount 3 . - 3906 :recursionCount 3 . - 3907 :recursionCount 7 . - 3908 :recursionCount 7 . - 3909 :recursionCount 7 . - 3910 :recursionCount 3 . - 3911 :recursionCount 6 . - 3912 :recursionCount 3 . - 3913 :recursionCount 6 . - 3914 :recursionCount 3 . - 3915 :recursionCount 6 . - 3916 :recursionCount 5 . - 3917 :recursionCount 2 . - 3918 :recursionCount 7 . - 3919 :recursionCount 2 . - 3920 :recursionCount 4 . - 3921 :recursionCount 3 . - 3922 :recursionCount 3 . - 3923 :recursionCount 4 . - 3924 :recursionCount 3 . - 3925 :recursionCount 5 . - 3926 :recursionCount 6 . - 3927 :recursionCount 3 . - 3928 :recursionCount 5 . - 3929 :recursionCount 3 . - 3930 :recursionCount 4 . - 3931 :recursionCount 6 . - 3932 :recursionCount 4 . - 3933 :recursionCount 6 . - 3934 :recursionCount 7 . - 3935 :recursionCount 1 . - 3936 :recursionCount 3 . - 3937 :recursionCount 4 . - 3938 :recursionCount 5 . - 3939 :recursionCount 4 . - 3940 :recursionCount 4 . - 3941 :recursionCount 3 . - 3942 :recursionCount 3 . - 3943 :recursionCount 7 . - 3944 :recursionCount 6 . - 3945 :recursionCount 7 . - 3946 :recursionCount 1 . - 3947 :recursionCount 3 . - 3948 :recursionCount 4 . - 3949 :recursionCount 5 . - 3950 :recursionCount 3 . - 3951 :recursionCount 6 . - 3952 :recursionCount 5 . - 3953 :recursionCount 1 . - 3954 :recursionCount 7 . - 3955 :recursionCount 6 . - 3956 :recursionCount 7 . - 3957 :recursionCount 1 . - 3958 :recursionCount 3 . - 3959 :recursionCount 4 . - 3960 :recursionCount 3 . - 3961 :recursionCount 5 . - 3962 :recursionCount 6 . - 3963 :recursionCount 3 . - 3964 :recursionCount 1 . - 3965 :recursionCount 7 . - 3966 :recursionCount 6 . - 3967 :recursionCount 7 . - 3968 :recursionCount 1 . - 3969 :recursionCount 3 . - 3970 :recursionCount 7 . - 3971 :recursionCount 2 . - 3972 :recursionCount 3 . - 3973 :recursionCount 4 . - 3974 :recursionCount 3 . - 3975 :recursionCount 1 . - 3976 :recursionCount 7 . - 3977 :recursionCount 6 . - 3978 :recursionCount 7 . - 3979 :recursionCount 1 . - 3980 :recursionCount 7 . - 3981 :recursionCount 7 . - 3982 :recursionCount 5 . - 3983 :recursionCount 5 . - 3984 :recursionCount 4 . - 3985 :recursionCount 3 . - 3986 :recursionCount 1 . - 3987 :recursionCount 7 . - 3988 :recursionCount 6 . - 3989 :recursionCount 7 . - 3990 :recursionCount 7 . - 3991 :recursionCount 2 . - 3992 :recursionCount 3 . - 3993 :recursionCount 4 . - 3994 :recursionCount 5 . - 3995 :recursionCount 4 . - 3996 :recursionCount 3 . - 3997 :recursionCount 1 . - 3998 :recursionCount 7 . - 3999 :recursionCount 6 . - }. - -skolem:lemma1 a r:Inference; - r:gives { - 2000 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 0}] - [ a r:Fact; r:gives {(0 2000) math:sum 2000}] - skolem:lemma1999 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma2 a r:Inference; - r:gives { - 2001 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1}] - [ a r:Fact; r:gives {(1 2000) math:sum 2001}] - skolem:lemma2001 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2001]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma3 a r:Inference; - r:gives { - 2002 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 2}] - [ a r:Fact; r:gives {(2 2000) math:sum 2002}] - skolem:lemma2002 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2002]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma4 a r:Inference; - r:gives { - 2003 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 3}] - [ a r:Fact; r:gives {(3 2000) math:sum 2003}] - skolem:lemma2003 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2003]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma5 a r:Inference; - r:gives { - 2004 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 4}] - [ a r:Fact; r:gives {(4 2000) math:sum 2004}] - skolem:lemma2004 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2004]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma6 a r:Inference; - r:gives { - 2005 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 5}] - [ a r:Fact; r:gives {(5 2000) math:sum 2005}] - skolem:lemma2005 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2005]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma7 a r:Inference; - r:gives { - 2006 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 6}] - [ a r:Fact; r:gives {(6 2000) math:sum 2006}] - skolem:lemma2006 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2006]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma8 a r:Inference; - r:gives { - 2007 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 7}] - [ a r:Fact; r:gives {(7 2000) math:sum 2007}] - skolem:lemma2007 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2007]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma9 a r:Inference; - r:gives { - 2008 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 8}] - [ a r:Fact; r:gives {(8 2000) math:sum 2008}] - skolem:lemma2008 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2008]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma10 a r:Inference; - r:gives { - 2009 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 9}] - [ a r:Fact; r:gives {(9 2000) math:sum 2009}] - skolem:lemma2009 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2009]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma11 a r:Inference; - r:gives { - 2010 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 10}] - [ a r:Fact; r:gives {(10 2000) math:sum 2010}] - skolem:lemma2010 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2010]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma12 a r:Inference; - r:gives { - 2011 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 11}] - [ a r:Fact; r:gives {(11 2000) math:sum 2011}] - skolem:lemma2011 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2011]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma13 a r:Inference; - r:gives { - 2012 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 12}] - [ a r:Fact; r:gives {(12 2000) math:sum 2012}] - skolem:lemma2012 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2012]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma14 a r:Inference; - r:gives { - 2013 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 13}] - [ a r:Fact; r:gives {(13 2000) math:sum 2013}] - skolem:lemma2013 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2013]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma15 a r:Inference; - r:gives { - 2014 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 14}] - [ a r:Fact; r:gives {(14 2000) math:sum 2014}] - skolem:lemma2014 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2014]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma16 a r:Inference; - r:gives { - 2015 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 15}] - [ a r:Fact; r:gives {(15 2000) math:sum 2015}] - skolem:lemma2015 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2015]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma17 a r:Inference; - r:gives { - 2016 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 16}] - [ a r:Fact; r:gives {(16 2000) math:sum 2016}] - skolem:lemma2016 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2016]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma18 a r:Inference; - r:gives { - 2017 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 17}] - [ a r:Fact; r:gives {(17 2000) math:sum 2017}] - skolem:lemma2017 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2017]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma19 a r:Inference; - r:gives { - 2018 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 18}] - [ a r:Fact; r:gives {(18 2000) math:sum 2018}] - skolem:lemma2018 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2018]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma20 a r:Inference; - r:gives { - 2019 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 19}] - [ a r:Fact; r:gives {(19 2000) math:sum 2019}] - skolem:lemma2019 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2019]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma21 a r:Inference; - r:gives { - 2020 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 20}] - [ a r:Fact; r:gives {(20 2000) math:sum 2020}] - skolem:lemma2020 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2020]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma22 a r:Inference; - r:gives { - 2021 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 21}] - [ a r:Fact; r:gives {(21 2000) math:sum 2021}] - skolem:lemma2021 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2021]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma23 a r:Inference; - r:gives { - 2022 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 22}] - [ a r:Fact; r:gives {(22 2000) math:sum 2022}] - skolem:lemma2022 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2022]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma24 a r:Inference; - r:gives { - 2023 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 23}] - [ a r:Fact; r:gives {(23 2000) math:sum 2023}] - skolem:lemma2023 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2023]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma25 a r:Inference; - r:gives { - 2024 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 24}] - [ a r:Fact; r:gives {(24 2000) math:sum 2024}] - skolem:lemma2024 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2024]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma26 a r:Inference; - r:gives { - 2025 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 25}] - [ a r:Fact; r:gives {(25 2000) math:sum 2025}] - skolem:lemma2025 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2025]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma27 a r:Inference; - r:gives { - 2026 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 26}] - [ a r:Fact; r:gives {(26 2000) math:sum 2026}] - skolem:lemma2026 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2026]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma28 a r:Inference; - r:gives { - 2027 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 27}] - [ a r:Fact; r:gives {(27 2000) math:sum 2027}] - skolem:lemma2027 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2027]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma29 a r:Inference; - r:gives { - 2028 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 28}] - [ a r:Fact; r:gives {(28 2000) math:sum 2028}] - skolem:lemma2028 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2028]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma30 a r:Inference; - r:gives { - 2029 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 29}] - [ a r:Fact; r:gives {(29 2000) math:sum 2029}] - skolem:lemma2029 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2029]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma31 a r:Inference; - r:gives { - 2030 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 30}] - [ a r:Fact; r:gives {(30 2000) math:sum 2030}] - skolem:lemma2030 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2030]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma32 a r:Inference; - r:gives { - 2031 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 31}] - [ a r:Fact; r:gives {(31 2000) math:sum 2031}] - skolem:lemma2031 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2031]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma33 a r:Inference; - r:gives { - 2032 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 32}] - [ a r:Fact; r:gives {(32 2000) math:sum 2032}] - skolem:lemma2032 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2032]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma34 a r:Inference; - r:gives { - 2033 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 33}] - [ a r:Fact; r:gives {(33 2000) math:sum 2033}] - skolem:lemma2033 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2033]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma35 a r:Inference; - r:gives { - 2034 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 34}] - [ a r:Fact; r:gives {(34 2000) math:sum 2034}] - skolem:lemma2034 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2034]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma36 a r:Inference; - r:gives { - 2035 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 35}] - [ a r:Fact; r:gives {(35 2000) math:sum 2035}] - skolem:lemma2035 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2035]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma37 a r:Inference; - r:gives { - 2036 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 36}] - [ a r:Fact; r:gives {(36 2000) math:sum 2036}] - skolem:lemma2036 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2036]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma38 a r:Inference; - r:gives { - 2037 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 37}] - [ a r:Fact; r:gives {(37 2000) math:sum 2037}] - skolem:lemma2037 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2037]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma39 a r:Inference; - r:gives { - 2038 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 38}] - [ a r:Fact; r:gives {(38 2000) math:sum 2038}] - skolem:lemma2038 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2038]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma40 a r:Inference; - r:gives { - 2039 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 39}] - [ a r:Fact; r:gives {(39 2000) math:sum 2039}] - skolem:lemma2039 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2039]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma41 a r:Inference; - r:gives { - 2040 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 40}] - [ a r:Fact; r:gives {(40 2000) math:sum 2040}] - skolem:lemma2040 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2040]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma42 a r:Inference; - r:gives { - 2041 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 41}] - [ a r:Fact; r:gives {(41 2000) math:sum 2041}] - skolem:lemma2041 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2041]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma43 a r:Inference; - r:gives { - 2042 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 42}] - [ a r:Fact; r:gives {(42 2000) math:sum 2042}] - skolem:lemma2042 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2042]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma44 a r:Inference; - r:gives { - 2043 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 43}] - [ a r:Fact; r:gives {(43 2000) math:sum 2043}] - skolem:lemma2043 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2043]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma45 a r:Inference; - r:gives { - 2044 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 44}] - [ a r:Fact; r:gives {(44 2000) math:sum 2044}] - skolem:lemma2044 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2044]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma46 a r:Inference; - r:gives { - 2045 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 45}] - [ a r:Fact; r:gives {(45 2000) math:sum 2045}] - skolem:lemma2045 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2045]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma47 a r:Inference; - r:gives { - 2046 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 46}] - [ a r:Fact; r:gives {(46 2000) math:sum 2046}] - skolem:lemma2046 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2046]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma48 a r:Inference; - r:gives { - 2047 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 47}] - [ a r:Fact; r:gives {(47 2000) math:sum 2047}] - skolem:lemma2047 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2047]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma49 a r:Inference; - r:gives { - 2048 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 48}] - [ a r:Fact; r:gives {(48 2000) math:sum 2048}] - skolem:lemma2048 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2048]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma50 a r:Inference; - r:gives { - 2049 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 49}] - [ a r:Fact; r:gives {(49 2000) math:sum 2049}] - skolem:lemma2049 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2049]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma51 a r:Inference; - r:gives { - 2050 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 50}] - [ a r:Fact; r:gives {(50 2000) math:sum 2050}] - skolem:lemma2050 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2050]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma52 a r:Inference; - r:gives { - 2051 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 51}] - [ a r:Fact; r:gives {(51 2000) math:sum 2051}] - skolem:lemma2051 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2051]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma53 a r:Inference; - r:gives { - 2052 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 52}] - [ a r:Fact; r:gives {(52 2000) math:sum 2052}] - skolem:lemma2052 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2052]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma54 a r:Inference; - r:gives { - 2053 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 53}] - [ a r:Fact; r:gives {(53 2000) math:sum 2053}] - skolem:lemma2053 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2053]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma55 a r:Inference; - r:gives { - 2054 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 54}] - [ a r:Fact; r:gives {(54 2000) math:sum 2054}] - skolem:lemma2054 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2054]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma56 a r:Inference; - r:gives { - 2055 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 55}] - [ a r:Fact; r:gives {(55 2000) math:sum 2055}] - skolem:lemma2055 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2055]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma57 a r:Inference; - r:gives { - 2056 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 56}] - [ a r:Fact; r:gives {(56 2000) math:sum 2056}] - skolem:lemma2056 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2056]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma58 a r:Inference; - r:gives { - 2057 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 57}] - [ a r:Fact; r:gives {(57 2000) math:sum 2057}] - skolem:lemma2057 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2057]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma59 a r:Inference; - r:gives { - 2058 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 58}] - [ a r:Fact; r:gives {(58 2000) math:sum 2058}] - skolem:lemma2058 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2058]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma60 a r:Inference; - r:gives { - 2059 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 59}] - [ a r:Fact; r:gives {(59 2000) math:sum 2059}] - skolem:lemma2059 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2059]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma61 a r:Inference; - r:gives { - 2060 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 60}] - [ a r:Fact; r:gives {(60 2000) math:sum 2060}] - skolem:lemma2060 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2060]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma62 a r:Inference; - r:gives { - 2061 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 61}] - [ a r:Fact; r:gives {(61 2000) math:sum 2061}] - skolem:lemma2061 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2061]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma63 a r:Inference; - r:gives { - 2062 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 62}] - [ a r:Fact; r:gives {(62 2000) math:sum 2062}] - skolem:lemma2062 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2062]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma64 a r:Inference; - r:gives { - 2063 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 63}] - [ a r:Fact; r:gives {(63 2000) math:sum 2063}] - skolem:lemma2063 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2063]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma65 a r:Inference; - r:gives { - 2064 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 64}] - [ a r:Fact; r:gives {(64 2000) math:sum 2064}] - skolem:lemma2064 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2064]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma66 a r:Inference; - r:gives { - 2065 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 65}] - [ a r:Fact; r:gives {(65 2000) math:sum 2065}] - skolem:lemma2065 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2065]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma67 a r:Inference; - r:gives { - 2066 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 66}] - [ a r:Fact; r:gives {(66 2000) math:sum 2066}] - skolem:lemma2066 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2066]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma68 a r:Inference; - r:gives { - 2067 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 67}] - [ a r:Fact; r:gives {(67 2000) math:sum 2067}] - skolem:lemma2067 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2067]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma69 a r:Inference; - r:gives { - 2068 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 68}] - [ a r:Fact; r:gives {(68 2000) math:sum 2068}] - skolem:lemma2068 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2068]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma70 a r:Inference; - r:gives { - 2069 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 69}] - [ a r:Fact; r:gives {(69 2000) math:sum 2069}] - skolem:lemma2069 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2069]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma71 a r:Inference; - r:gives { - 2070 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 70}] - [ a r:Fact; r:gives {(70 2000) math:sum 2070}] - skolem:lemma2070 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2070]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma72 a r:Inference; - r:gives { - 2071 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 71}] - [ a r:Fact; r:gives {(71 2000) math:sum 2071}] - skolem:lemma2071 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2071]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma73 a r:Inference; - r:gives { - 2072 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 72}] - [ a r:Fact; r:gives {(72 2000) math:sum 2072}] - skolem:lemma2072 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2072]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma74 a r:Inference; - r:gives { - 2073 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 73}] - [ a r:Fact; r:gives {(73 2000) math:sum 2073}] - skolem:lemma2073 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2073]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma75 a r:Inference; - r:gives { - 2074 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 74}] - [ a r:Fact; r:gives {(74 2000) math:sum 2074}] - skolem:lemma2074 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2074]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma76 a r:Inference; - r:gives { - 2075 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 75}] - [ a r:Fact; r:gives {(75 2000) math:sum 2075}] - skolem:lemma2075 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2075]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma77 a r:Inference; - r:gives { - 2076 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 76}] - [ a r:Fact; r:gives {(76 2000) math:sum 2076}] - skolem:lemma2076 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2076]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma78 a r:Inference; - r:gives { - 2077 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 77}] - [ a r:Fact; r:gives {(77 2000) math:sum 2077}] - skolem:lemma2077 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2077]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma79 a r:Inference; - r:gives { - 2078 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 78}] - [ a r:Fact; r:gives {(78 2000) math:sum 2078}] - skolem:lemma2078 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2078]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma80 a r:Inference; - r:gives { - 2079 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 79}] - [ a r:Fact; r:gives {(79 2000) math:sum 2079}] - skolem:lemma2079 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2079]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma81 a r:Inference; - r:gives { - 2080 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 80}] - [ a r:Fact; r:gives {(80 2000) math:sum 2080}] - skolem:lemma2080 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2080]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma82 a r:Inference; - r:gives { - 2081 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 81}] - [ a r:Fact; r:gives {(81 2000) math:sum 2081}] - skolem:lemma2081 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma83 a r:Inference; - r:gives { - 2082 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 82}] - [ a r:Fact; r:gives {(82 2000) math:sum 2082}] - skolem:lemma2082 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma84 a r:Inference; - r:gives { - 2083 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 83}] - [ a r:Fact; r:gives {(83 2000) math:sum 2083}] - skolem:lemma2083 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma85 a r:Inference; - r:gives { - 2084 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 84}] - [ a r:Fact; r:gives {(84 2000) math:sum 2084}] - skolem:lemma2084 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma86 a r:Inference; - r:gives { - 2085 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 85}] - [ a r:Fact; r:gives {(85 2000) math:sum 2085}] - skolem:lemma2085 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma87 a r:Inference; - r:gives { - 2086 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 86}] - [ a r:Fact; r:gives {(86 2000) math:sum 2086}] - skolem:lemma2086 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma88 a r:Inference; - r:gives { - 2087 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 87}] - [ a r:Fact; r:gives {(87 2000) math:sum 2087}] - skolem:lemma2087 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma89 a r:Inference; - r:gives { - 2088 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 88}] - [ a r:Fact; r:gives {(88 2000) math:sum 2088}] - skolem:lemma2088 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma90 a r:Inference; - r:gives { - 2089 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 89}] - [ a r:Fact; r:gives {(89 2000) math:sum 2089}] - skolem:lemma2089 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma91 a r:Inference; - r:gives { - 2090 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 90}] - [ a r:Fact; r:gives {(90 2000) math:sum 2090}] - skolem:lemma2090 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2090]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma92 a r:Inference; - r:gives { - 2091 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 91}] - [ a r:Fact; r:gives {(91 2000) math:sum 2091}] - skolem:lemma2091 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2091]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma93 a r:Inference; - r:gives { - 2092 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 92}] - [ a r:Fact; r:gives {(92 2000) math:sum 2092}] - skolem:lemma2092 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2092]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma94 a r:Inference; - r:gives { - 2093 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 93}] - [ a r:Fact; r:gives {(93 2000) math:sum 2093}] - skolem:lemma2093 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2093]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma95 a r:Inference; - r:gives { - 2094 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 94}] - [ a r:Fact; r:gives {(94 2000) math:sum 2094}] - skolem:lemma2094 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2094]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma96 a r:Inference; - r:gives { - 2095 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 95}] - [ a r:Fact; r:gives {(95 2000) math:sum 2095}] - skolem:lemma2095 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2095]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma97 a r:Inference; - r:gives { - 2096 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 96}] - [ a r:Fact; r:gives {(96 2000) math:sum 2096}] - skolem:lemma2096 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2096]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma98 a r:Inference; - r:gives { - 2097 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 97}] - [ a r:Fact; r:gives {(97 2000) math:sum 2097}] - skolem:lemma2097 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2097]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma99 a r:Inference; - r:gives { - 2098 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 98}] - [ a r:Fact; r:gives {(98 2000) math:sum 2098}] - skolem:lemma2098 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2098]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma100 a r:Inference; - r:gives { - 2099 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 99}] - [ a r:Fact; r:gives {(99 2000) math:sum 2099}] - skolem:lemma2099 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2099]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma101 a r:Inference; - r:gives { - 2100 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 100}] - [ a r:Fact; r:gives {(100 2000) math:sum 2100}] - skolem:lemma2100 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma102 a r:Inference; - r:gives { - 2101 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 101}] - [ a r:Fact; r:gives {(101 2000) math:sum 2101}] - skolem:lemma2101 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma103 a r:Inference; - r:gives { - 2102 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 102}] - [ a r:Fact; r:gives {(102 2000) math:sum 2102}] - skolem:lemma2102 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma104 a r:Inference; - r:gives { - 2103 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 103}] - [ a r:Fact; r:gives {(103 2000) math:sum 2103}] - skolem:lemma2103 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma105 a r:Inference; - r:gives { - 2104 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 104}] - [ a r:Fact; r:gives {(104 2000) math:sum 2104}] - skolem:lemma2104 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma106 a r:Inference; - r:gives { - 2105 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 105}] - [ a r:Fact; r:gives {(105 2000) math:sum 2105}] - skolem:lemma2105 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma107 a r:Inference; - r:gives { - 2106 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 106}] - [ a r:Fact; r:gives {(106 2000) math:sum 2106}] - skolem:lemma2106 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma108 a r:Inference; - r:gives { - 2107 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 107}] - [ a r:Fact; r:gives {(107 2000) math:sum 2107}] - skolem:lemma2107 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma109 a r:Inference; - r:gives { - 2108 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 108}] - [ a r:Fact; r:gives {(108 2000) math:sum 2108}] - skolem:lemma2108 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma110 a r:Inference; - r:gives { - 2109 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 109}] - [ a r:Fact; r:gives {(109 2000) math:sum 2109}] - skolem:lemma2109 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma111 a r:Inference; - r:gives { - 2110 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 110}] - [ a r:Fact; r:gives {(110 2000) math:sum 2110}] - skolem:lemma2110 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma112 a r:Inference; - r:gives { - 2111 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 111}] - [ a r:Fact; r:gives {(111 2000) math:sum 2111}] - skolem:lemma2111 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma113 a r:Inference; - r:gives { - 2112 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 112}] - [ a r:Fact; r:gives {(112 2000) math:sum 2112}] - skolem:lemma2112 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma114 a r:Inference; - r:gives { - 2113 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 113}] - [ a r:Fact; r:gives {(113 2000) math:sum 2113}] - skolem:lemma2113 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma115 a r:Inference; - r:gives { - 2114 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 114}] - [ a r:Fact; r:gives {(114 2000) math:sum 2114}] - skolem:lemma2114 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma116 a r:Inference; - r:gives { - 2115 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 115}] - [ a r:Fact; r:gives {(115 2000) math:sum 2115}] - skolem:lemma2115 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma117 a r:Inference; - r:gives { - 2116 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 116}] - [ a r:Fact; r:gives {(116 2000) math:sum 2116}] - skolem:lemma2116 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma118 a r:Inference; - r:gives { - 2117 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 117}] - [ a r:Fact; r:gives {(117 2000) math:sum 2117}] - skolem:lemma2117 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma119 a r:Inference; - r:gives { - 2118 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 118}] - [ a r:Fact; r:gives {(118 2000) math:sum 2118}] - skolem:lemma2118 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma120 a r:Inference; - r:gives { - 2119 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 119}] - [ a r:Fact; r:gives {(119 2000) math:sum 2119}] - skolem:lemma2119 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma121 a r:Inference; - r:gives { - 2120 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 120}] - [ a r:Fact; r:gives {(120 2000) math:sum 2120}] - skolem:lemma2120 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma122 a r:Inference; - r:gives { - 2121 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 121}] - [ a r:Fact; r:gives {(121 2000) math:sum 2121}] - skolem:lemma2121 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma123 a r:Inference; - r:gives { - 2122 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 122}] - [ a r:Fact; r:gives {(122 2000) math:sum 2122}] - skolem:lemma2122 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma124 a r:Inference; - r:gives { - 2123 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 123}] - [ a r:Fact; r:gives {(123 2000) math:sum 2123}] - skolem:lemma2123 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma125 a r:Inference; - r:gives { - 2124 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 124}] - [ a r:Fact; r:gives {(124 2000) math:sum 2124}] - skolem:lemma2124 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma126 a r:Inference; - r:gives { - 2125 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 125}] - [ a r:Fact; r:gives {(125 2000) math:sum 2125}] - skolem:lemma2125 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma127 a r:Inference; - r:gives { - 2126 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 126}] - [ a r:Fact; r:gives {(126 2000) math:sum 2126}] - skolem:lemma2126 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma128 a r:Inference; - r:gives { - 2127 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 127}] - [ a r:Fact; r:gives {(127 2000) math:sum 2127}] - skolem:lemma2127 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma129 a r:Inference; - r:gives { - 2128 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 128}] - [ a r:Fact; r:gives {(128 2000) math:sum 2128}] - skolem:lemma2128 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma130 a r:Inference; - r:gives { - 2129 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 129}] - [ a r:Fact; r:gives {(129 2000) math:sum 2129}] - skolem:lemma2129 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma131 a r:Inference; - r:gives { - 2130 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 130}] - [ a r:Fact; r:gives {(130 2000) math:sum 2130}] - skolem:lemma2130 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma132 a r:Inference; - r:gives { - 2131 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 131}] - [ a r:Fact; r:gives {(131 2000) math:sum 2131}] - skolem:lemma2131 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma133 a r:Inference; - r:gives { - 2132 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 132}] - [ a r:Fact; r:gives {(132 2000) math:sum 2132}] - skolem:lemma2132 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma134 a r:Inference; - r:gives { - 2133 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 133}] - [ a r:Fact; r:gives {(133 2000) math:sum 2133}] - skolem:lemma2133 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma135 a r:Inference; - r:gives { - 2134 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 134}] - [ a r:Fact; r:gives {(134 2000) math:sum 2134}] - skolem:lemma2134 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma136 a r:Inference; - r:gives { - 2135 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 135}] - [ a r:Fact; r:gives {(135 2000) math:sum 2135}] - skolem:lemma2135 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma137 a r:Inference; - r:gives { - 2136 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 136}] - [ a r:Fact; r:gives {(136 2000) math:sum 2136}] - skolem:lemma2136 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma138 a r:Inference; - r:gives { - 2137 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 137}] - [ a r:Fact; r:gives {(137 2000) math:sum 2137}] - skolem:lemma2137 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma139 a r:Inference; - r:gives { - 2138 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 138}] - [ a r:Fact; r:gives {(138 2000) math:sum 2138}] - skolem:lemma2138 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma140 a r:Inference; - r:gives { - 2139 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 139}] - [ a r:Fact; r:gives {(139 2000) math:sum 2139}] - skolem:lemma2139 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma141 a r:Inference; - r:gives { - 2140 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 140}] - [ a r:Fact; r:gives {(140 2000) math:sum 2140}] - skolem:lemma2140 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma142 a r:Inference; - r:gives { - 2141 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 141}] - [ a r:Fact; r:gives {(141 2000) math:sum 2141}] - skolem:lemma2141 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma143 a r:Inference; - r:gives { - 2142 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 142}] - [ a r:Fact; r:gives {(142 2000) math:sum 2142}] - skolem:lemma2142 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma144 a r:Inference; - r:gives { - 2143 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 143}] - [ a r:Fact; r:gives {(143 2000) math:sum 2143}] - skolem:lemma2143 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma145 a r:Inference; - r:gives { - 2144 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 144}] - [ a r:Fact; r:gives {(144 2000) math:sum 2144}] - skolem:lemma2144 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma146 a r:Inference; - r:gives { - 2145 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 145}] - [ a r:Fact; r:gives {(145 2000) math:sum 2145}] - skolem:lemma2145 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma147 a r:Inference; - r:gives { - 2146 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 146}] - [ a r:Fact; r:gives {(146 2000) math:sum 2146}] - skolem:lemma2146 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma148 a r:Inference; - r:gives { - 2147 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 147}] - [ a r:Fact; r:gives {(147 2000) math:sum 2147}] - skolem:lemma2147 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma149 a r:Inference; - r:gives { - 2148 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 148}] - [ a r:Fact; r:gives {(148 2000) math:sum 2148}] - skolem:lemma2148 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma150 a r:Inference; - r:gives { - 2149 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 149}] - [ a r:Fact; r:gives {(149 2000) math:sum 2149}] - skolem:lemma2149 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma151 a r:Inference; - r:gives { - 2150 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 150}] - [ a r:Fact; r:gives {(150 2000) math:sum 2150}] - skolem:lemma2150 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma152 a r:Inference; - r:gives { - 2151 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 151}] - [ a r:Fact; r:gives {(151 2000) math:sum 2151}] - skolem:lemma2151 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma153 a r:Inference; - r:gives { - 2152 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 152}] - [ a r:Fact; r:gives {(152 2000) math:sum 2152}] - skolem:lemma2152 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma154 a r:Inference; - r:gives { - 2153 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 153}] - [ a r:Fact; r:gives {(153 2000) math:sum 2153}] - skolem:lemma2153 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma155 a r:Inference; - r:gives { - 2154 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 154}] - [ a r:Fact; r:gives {(154 2000) math:sum 2154}] - skolem:lemma2154 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma156 a r:Inference; - r:gives { - 2155 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 155}] - [ a r:Fact; r:gives {(155 2000) math:sum 2155}] - skolem:lemma2155 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma157 a r:Inference; - r:gives { - 2156 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 156}] - [ a r:Fact; r:gives {(156 2000) math:sum 2156}] - skolem:lemma2156 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma158 a r:Inference; - r:gives { - 2157 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 157}] - [ a r:Fact; r:gives {(157 2000) math:sum 2157}] - skolem:lemma2157 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma159 a r:Inference; - r:gives { - 2158 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 158}] - [ a r:Fact; r:gives {(158 2000) math:sum 2158}] - skolem:lemma2158 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma160 a r:Inference; - r:gives { - 2159 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 159}] - [ a r:Fact; r:gives {(159 2000) math:sum 2159}] - skolem:lemma2159 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma161 a r:Inference; - r:gives { - 2160 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 160}] - [ a r:Fact; r:gives {(160 2000) math:sum 2160}] - skolem:lemma2160 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma162 a r:Inference; - r:gives { - 2161 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 161}] - [ a r:Fact; r:gives {(161 2000) math:sum 2161}] - skolem:lemma2161 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma163 a r:Inference; - r:gives { - 2162 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 162}] - [ a r:Fact; r:gives {(162 2000) math:sum 2162}] - skolem:lemma2162 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma164 a r:Inference; - r:gives { - 2163 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 163}] - [ a r:Fact; r:gives {(163 2000) math:sum 2163}] - skolem:lemma2163 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma165 a r:Inference; - r:gives { - 2164 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 164}] - [ a r:Fact; r:gives {(164 2000) math:sum 2164}] - skolem:lemma2164 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma166 a r:Inference; - r:gives { - 2165 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 165}] - [ a r:Fact; r:gives {(165 2000) math:sum 2165}] - skolem:lemma2165 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma167 a r:Inference; - r:gives { - 2166 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 166}] - [ a r:Fact; r:gives {(166 2000) math:sum 2166}] - skolem:lemma2166 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma168 a r:Inference; - r:gives { - 2167 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 167}] - [ a r:Fact; r:gives {(167 2000) math:sum 2167}] - skolem:lemma2167 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma169 a r:Inference; - r:gives { - 2168 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 168}] - [ a r:Fact; r:gives {(168 2000) math:sum 2168}] - skolem:lemma2168 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma170 a r:Inference; - r:gives { - 2169 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 169}] - [ a r:Fact; r:gives {(169 2000) math:sum 2169}] - skolem:lemma2169 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma171 a r:Inference; - r:gives { - 2170 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 170}] - [ a r:Fact; r:gives {(170 2000) math:sum 2170}] - skolem:lemma2170 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma172 a r:Inference; - r:gives { - 2171 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 171}] - [ a r:Fact; r:gives {(171 2000) math:sum 2171}] - skolem:lemma2171 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma173 a r:Inference; - r:gives { - 2172 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 172}] - [ a r:Fact; r:gives {(172 2000) math:sum 2172}] - skolem:lemma2172 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma174 a r:Inference; - r:gives { - 2173 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 173}] - [ a r:Fact; r:gives {(173 2000) math:sum 2173}] - skolem:lemma2173 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma175 a r:Inference; - r:gives { - 2174 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 174}] - [ a r:Fact; r:gives {(174 2000) math:sum 2174}] - skolem:lemma2174 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma176 a r:Inference; - r:gives { - 2175 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 175}] - [ a r:Fact; r:gives {(175 2000) math:sum 2175}] - skolem:lemma2175 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma177 a r:Inference; - r:gives { - 2176 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 176}] - [ a r:Fact; r:gives {(176 2000) math:sum 2176}] - skolem:lemma2176 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma178 a r:Inference; - r:gives { - 2177 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 177}] - [ a r:Fact; r:gives {(177 2000) math:sum 2177}] - skolem:lemma2177 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma179 a r:Inference; - r:gives { - 2178 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 178}] - [ a r:Fact; r:gives {(178 2000) math:sum 2178}] - skolem:lemma2178 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma180 a r:Inference; - r:gives { - 2179 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 179}] - [ a r:Fact; r:gives {(179 2000) math:sum 2179}] - skolem:lemma2179 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma181 a r:Inference; - r:gives { - 2180 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 180}] - [ a r:Fact; r:gives {(180 2000) math:sum 2180}] - skolem:lemma2180 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma182 a r:Inference; - r:gives { - 2181 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 181}] - [ a r:Fact; r:gives {(181 2000) math:sum 2181}] - skolem:lemma2181 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma183 a r:Inference; - r:gives { - 2182 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 182}] - [ a r:Fact; r:gives {(182 2000) math:sum 2182}] - skolem:lemma2182 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma184 a r:Inference; - r:gives { - 2183 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 183}] - [ a r:Fact; r:gives {(183 2000) math:sum 2183}] - skolem:lemma2183 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma185 a r:Inference; - r:gives { - 2184 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 184}] - [ a r:Fact; r:gives {(184 2000) math:sum 2184}] - skolem:lemma2184 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma186 a r:Inference; - r:gives { - 2185 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 185}] - [ a r:Fact; r:gives {(185 2000) math:sum 2185}] - skolem:lemma2185 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma187 a r:Inference; - r:gives { - 2186 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 186}] - [ a r:Fact; r:gives {(186 2000) math:sum 2186}] - skolem:lemma2186 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma188 a r:Inference; - r:gives { - 2187 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 187}] - [ a r:Fact; r:gives {(187 2000) math:sum 2187}] - skolem:lemma2187 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma189 a r:Inference; - r:gives { - 2188 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 188}] - [ a r:Fact; r:gives {(188 2000) math:sum 2188}] - skolem:lemma2188 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma190 a r:Inference; - r:gives { - 2189 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 189}] - [ a r:Fact; r:gives {(189 2000) math:sum 2189}] - skolem:lemma2189 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma191 a r:Inference; - r:gives { - 2190 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 190}] - [ a r:Fact; r:gives {(190 2000) math:sum 2190}] - skolem:lemma2190 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma192 a r:Inference; - r:gives { - 2191 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 191}] - [ a r:Fact; r:gives {(191 2000) math:sum 2191}] - skolem:lemma2191 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma193 a r:Inference; - r:gives { - 2192 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 192}] - [ a r:Fact; r:gives {(192 2000) math:sum 2192}] - skolem:lemma2192 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma194 a r:Inference; - r:gives { - 2193 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 193}] - [ a r:Fact; r:gives {(193 2000) math:sum 2193}] - skolem:lemma2193 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma195 a r:Inference; - r:gives { - 2194 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 194}] - [ a r:Fact; r:gives {(194 2000) math:sum 2194}] - skolem:lemma2194 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma196 a r:Inference; - r:gives { - 2195 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 195}] - [ a r:Fact; r:gives {(195 2000) math:sum 2195}] - skolem:lemma2195 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma197 a r:Inference; - r:gives { - 2196 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 196}] - [ a r:Fact; r:gives {(196 2000) math:sum 2196}] - skolem:lemma2196 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma198 a r:Inference; - r:gives { - 2197 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 197}] - [ a r:Fact; r:gives {(197 2000) math:sum 2197}] - skolem:lemma2197 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma199 a r:Inference; - r:gives { - 2198 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 198}] - [ a r:Fact; r:gives {(198 2000) math:sum 2198}] - skolem:lemma2198 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma200 a r:Inference; - r:gives { - 2199 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 199}] - [ a r:Fact; r:gives {(199 2000) math:sum 2199}] - skolem:lemma2199 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma201 a r:Inference; - r:gives { - 2200 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 200}] - [ a r:Fact; r:gives {(200 2000) math:sum 2200}] - skolem:lemma2200 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma202 a r:Inference; - r:gives { - 2201 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 201}] - [ a r:Fact; r:gives {(201 2000) math:sum 2201}] - skolem:lemma2201 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma203 a r:Inference; - r:gives { - 2202 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 202}] - [ a r:Fact; r:gives {(202 2000) math:sum 2202}] - skolem:lemma2202 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma204 a r:Inference; - r:gives { - 2203 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 203}] - [ a r:Fact; r:gives {(203 2000) math:sum 2203}] - skolem:lemma2203 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma205 a r:Inference; - r:gives { - 2204 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 204}] - [ a r:Fact; r:gives {(204 2000) math:sum 2204}] - skolem:lemma2204 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma206 a r:Inference; - r:gives { - 2205 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 205}] - [ a r:Fact; r:gives {(205 2000) math:sum 2205}] - skolem:lemma2205 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma207 a r:Inference; - r:gives { - 2206 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 206}] - [ a r:Fact; r:gives {(206 2000) math:sum 2206}] - skolem:lemma2206 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma208 a r:Inference; - r:gives { - 2207 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 207}] - [ a r:Fact; r:gives {(207 2000) math:sum 2207}] - skolem:lemma2207 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma209 a r:Inference; - r:gives { - 2208 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 208}] - [ a r:Fact; r:gives {(208 2000) math:sum 2208}] - skolem:lemma2208 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma210 a r:Inference; - r:gives { - 2209 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 209}] - [ a r:Fact; r:gives {(209 2000) math:sum 2209}] - skolem:lemma2209 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma211 a r:Inference; - r:gives { - 2210 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 210}] - [ a r:Fact; r:gives {(210 2000) math:sum 2210}] - skolem:lemma2210 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma212 a r:Inference; - r:gives { - 2211 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 211}] - [ a r:Fact; r:gives {(211 2000) math:sum 2211}] - skolem:lemma2211 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma213 a r:Inference; - r:gives { - 2212 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 212}] - [ a r:Fact; r:gives {(212 2000) math:sum 2212}] - skolem:lemma2212 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma214 a r:Inference; - r:gives { - 2213 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 213}] - [ a r:Fact; r:gives {(213 2000) math:sum 2213}] - skolem:lemma2213 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma215 a r:Inference; - r:gives { - 2214 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 214}] - [ a r:Fact; r:gives {(214 2000) math:sum 2214}] - skolem:lemma2214 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma216 a r:Inference; - r:gives { - 2215 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 215}] - [ a r:Fact; r:gives {(215 2000) math:sum 2215}] - skolem:lemma2215 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma217 a r:Inference; - r:gives { - 2216 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 216}] - [ a r:Fact; r:gives {(216 2000) math:sum 2216}] - skolem:lemma2216 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma218 a r:Inference; - r:gives { - 2217 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 217}] - [ a r:Fact; r:gives {(217 2000) math:sum 2217}] - skolem:lemma2217 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma219 a r:Inference; - r:gives { - 2218 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 218}] - [ a r:Fact; r:gives {(218 2000) math:sum 2218}] - skolem:lemma2218 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma220 a r:Inference; - r:gives { - 2219 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 219}] - [ a r:Fact; r:gives {(219 2000) math:sum 2219}] - skolem:lemma2219 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma221 a r:Inference; - r:gives { - 2220 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 220}] - [ a r:Fact; r:gives {(220 2000) math:sum 2220}] - skolem:lemma2220 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma222 a r:Inference; - r:gives { - 2221 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 221}] - [ a r:Fact; r:gives {(221 2000) math:sum 2221}] - skolem:lemma2221 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma223 a r:Inference; - r:gives { - 2223 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 223}] - [ a r:Fact; r:gives {(223 2000) math:sum 2223}] - skolem:lemma2222 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma224 a r:Inference; - r:gives { - 2224 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 224}] - [ a r:Fact; r:gives {(224 2000) math:sum 2224}] - skolem:lemma2223 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma225 a r:Inference; - r:gives { - 2225 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 225}] - [ a r:Fact; r:gives {(225 2000) math:sum 2225}] - skolem:lemma2224 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma226 a r:Inference; - r:gives { - 2226 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 226}] - [ a r:Fact; r:gives {(226 2000) math:sum 2226}] - skolem:lemma2225 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma227 a r:Inference; - r:gives { - 2227 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 227}] - [ a r:Fact; r:gives {(227 2000) math:sum 2227}] - skolem:lemma2226 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma228 a r:Inference; - r:gives { - 2228 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 228}] - [ a r:Fact; r:gives {(228 2000) math:sum 2228}] - skolem:lemma2227 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma229 a r:Inference; - r:gives { - 2229 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 229}] - [ a r:Fact; r:gives {(229 2000) math:sum 2229}] - skolem:lemma2228 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma230 a r:Inference; - r:gives { - 2230 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 230}] - [ a r:Fact; r:gives {(230 2000) math:sum 2230}] - skolem:lemma2229 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma231 a r:Inference; - r:gives { - 2231 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 231}] - [ a r:Fact; r:gives {(231 2000) math:sum 2231}] - skolem:lemma2230 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma232 a r:Inference; - r:gives { - 2232 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 232}] - [ a r:Fact; r:gives {(232 2000) math:sum 2232}] - skolem:lemma2231 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma233 a r:Inference; - r:gives { - 2233 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 233}] - [ a r:Fact; r:gives {(233 2000) math:sum 2233}] - skolem:lemma2232 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma234 a r:Inference; - r:gives { - 2234 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 234}] - [ a r:Fact; r:gives {(234 2000) math:sum 2234}] - skolem:lemma2233 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma235 a r:Inference; - r:gives { - 2235 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 235}] - [ a r:Fact; r:gives {(235 2000) math:sum 2235}] - skolem:lemma2234 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma236 a r:Inference; - r:gives { - 2236 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 236}] - [ a r:Fact; r:gives {(236 2000) math:sum 2236}] - skolem:lemma2235 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma237 a r:Inference; - r:gives { - 2237 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 237}] - [ a r:Fact; r:gives {(237 2000) math:sum 2237}] - skolem:lemma2236 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma238 a r:Inference; - r:gives { - 2238 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 238}] - [ a r:Fact; r:gives {(238 2000) math:sum 2238}] - skolem:lemma2237 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma239 a r:Inference; - r:gives { - 2239 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 239}] - [ a r:Fact; r:gives {(239 2000) math:sum 2239}] - skolem:lemma2238 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma240 a r:Inference; - r:gives { - 2240 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 240}] - [ a r:Fact; r:gives {(240 2000) math:sum 2240}] - skolem:lemma2239 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma241 a r:Inference; - r:gives { - 2241 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 241}] - [ a r:Fact; r:gives {(241 2000) math:sum 2241}] - skolem:lemma2240 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma242 a r:Inference; - r:gives { - 2242 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 242}] - [ a r:Fact; r:gives {(242 2000) math:sum 2242}] - skolem:lemma2241 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma243 a r:Inference; - r:gives { - 2243 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 243}] - [ a r:Fact; r:gives {(243 2000) math:sum 2243}] - skolem:lemma2242 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma244 a r:Inference; - r:gives { - 2244 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 244}] - [ a r:Fact; r:gives {(244 2000) math:sum 2244}] - skolem:lemma2243 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma245 a r:Inference; - r:gives { - 2245 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 245}] - [ a r:Fact; r:gives {(245 2000) math:sum 2245}] - skolem:lemma2244 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma246 a r:Inference; - r:gives { - 2246 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 246}] - [ a r:Fact; r:gives {(246 2000) math:sum 2246}] - skolem:lemma2245 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma247 a r:Inference; - r:gives { - 2247 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 247}] - [ a r:Fact; r:gives {(247 2000) math:sum 2247}] - skolem:lemma2246 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma248 a r:Inference; - r:gives { - 2248 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 248}] - [ a r:Fact; r:gives {(248 2000) math:sum 2248}] - skolem:lemma2247 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma249 a r:Inference; - r:gives { - 2249 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 249}] - [ a r:Fact; r:gives {(249 2000) math:sum 2249}] - skolem:lemma2248 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma250 a r:Inference; - r:gives { - 2250 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 250}] - [ a r:Fact; r:gives {(250 2000) math:sum 2250}] - skolem:lemma2249 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma251 a r:Inference; - r:gives { - 2251 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 251}] - [ a r:Fact; r:gives {(251 2000) math:sum 2251}] - skolem:lemma2250 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma252 a r:Inference; - r:gives { - 2252 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 252}] - [ a r:Fact; r:gives {(252 2000) math:sum 2252}] - skolem:lemma2251 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma253 a r:Inference; - r:gives { - 2253 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 253}] - [ a r:Fact; r:gives {(253 2000) math:sum 2253}] - skolem:lemma2252 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma254 a r:Inference; - r:gives { - 2254 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 254}] - [ a r:Fact; r:gives {(254 2000) math:sum 2254}] - skolem:lemma2253 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma255 a r:Inference; - r:gives { - 2255 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 255}] - [ a r:Fact; r:gives {(255 2000) math:sum 2255}] - skolem:lemma2254 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma256 a r:Inference; - r:gives { - 2256 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 256}] - [ a r:Fact; r:gives {(256 2000) math:sum 2256}] - skolem:lemma2255 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma257 a r:Inference; - r:gives { - 2257 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 257}] - [ a r:Fact; r:gives {(257 2000) math:sum 2257}] - skolem:lemma2256 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma258 a r:Inference; - r:gives { - 2258 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 258}] - [ a r:Fact; r:gives {(258 2000) math:sum 2258}] - skolem:lemma2257 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma259 a r:Inference; - r:gives { - 2259 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 259}] - [ a r:Fact; r:gives {(259 2000) math:sum 2259}] - skolem:lemma2258 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma260 a r:Inference; - r:gives { - 2260 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 260}] - [ a r:Fact; r:gives {(260 2000) math:sum 2260}] - skolem:lemma2259 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma261 a r:Inference; - r:gives { - 2261 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 261}] - [ a r:Fact; r:gives {(261 2000) math:sum 2261}] - skolem:lemma2260 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma262 a r:Inference; - r:gives { - 2262 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 262}] - [ a r:Fact; r:gives {(262 2000) math:sum 2262}] - skolem:lemma2261 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma263 a r:Inference; - r:gives { - 2263 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 263}] - [ a r:Fact; r:gives {(263 2000) math:sum 2263}] - skolem:lemma2262 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma264 a r:Inference; - r:gives { - 2264 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 264}] - [ a r:Fact; r:gives {(264 2000) math:sum 2264}] - skolem:lemma2263 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma265 a r:Inference; - r:gives { - 2265 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 265}] - [ a r:Fact; r:gives {(265 2000) math:sum 2265}] - skolem:lemma2264 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma266 a r:Inference; - r:gives { - 2266 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 266}] - [ a r:Fact; r:gives {(266 2000) math:sum 2266}] - skolem:lemma2265 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma267 a r:Inference; - r:gives { - 2267 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 267}] - [ a r:Fact; r:gives {(267 2000) math:sum 2267}] - skolem:lemma2266 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma268 a r:Inference; - r:gives { - 2268 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 268}] - [ a r:Fact; r:gives {(268 2000) math:sum 2268}] - skolem:lemma2267 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma269 a r:Inference; - r:gives { - 2269 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 269}] - [ a r:Fact; r:gives {(269 2000) math:sum 2269}] - skolem:lemma2268 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma270 a r:Inference; - r:gives { - 2270 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 270}] - [ a r:Fact; r:gives {(270 2000) math:sum 2270}] - skolem:lemma2269 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma271 a r:Inference; - r:gives { - 2271 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 271}] - [ a r:Fact; r:gives {(271 2000) math:sum 2271}] - skolem:lemma2270 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma272 a r:Inference; - r:gives { - 2272 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 272}] - [ a r:Fact; r:gives {(272 2000) math:sum 2272}] - skolem:lemma2271 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma273 a r:Inference; - r:gives { - 2273 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 273}] - [ a r:Fact; r:gives {(273 2000) math:sum 2273}] - skolem:lemma2272 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma274 a r:Inference; - r:gives { - 2274 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 274}] - [ a r:Fact; r:gives {(274 2000) math:sum 2274}] - skolem:lemma2273 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma275 a r:Inference; - r:gives { - 2275 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 275}] - [ a r:Fact; r:gives {(275 2000) math:sum 2275}] - skolem:lemma2274 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma276 a r:Inference; - r:gives { - 2276 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 276}] - [ a r:Fact; r:gives {(276 2000) math:sum 2276}] - skolem:lemma2275 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma277 a r:Inference; - r:gives { - 2277 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 277}] - [ a r:Fact; r:gives {(277 2000) math:sum 2277}] - skolem:lemma2276 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma278 a r:Inference; - r:gives { - 2278 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 278}] - [ a r:Fact; r:gives {(278 2000) math:sum 2278}] - skolem:lemma2277 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma279 a r:Inference; - r:gives { - 2279 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 279}] - [ a r:Fact; r:gives {(279 2000) math:sum 2279}] - skolem:lemma2278 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma280 a r:Inference; - r:gives { - 2280 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 280}] - [ a r:Fact; r:gives {(280 2000) math:sum 2280}] - skolem:lemma2279 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma281 a r:Inference; - r:gives { - 2281 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 281}] - [ a r:Fact; r:gives {(281 2000) math:sum 2281}] - skolem:lemma2280 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma282 a r:Inference; - r:gives { - 2282 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 282}] - [ a r:Fact; r:gives {(282 2000) math:sum 2282}] - skolem:lemma2281 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma283 a r:Inference; - r:gives { - 2283 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 283}] - [ a r:Fact; r:gives {(283 2000) math:sum 2283}] - skolem:lemma2282 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma284 a r:Inference; - r:gives { - 2284 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 284}] - [ a r:Fact; r:gives {(284 2000) math:sum 2284}] - skolem:lemma2283 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma285 a r:Inference; - r:gives { - 2285 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 285}] - [ a r:Fact; r:gives {(285 2000) math:sum 2285}] - skolem:lemma2284 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma286 a r:Inference; - r:gives { - 2286 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 286}] - [ a r:Fact; r:gives {(286 2000) math:sum 2286}] - skolem:lemma2285 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma287 a r:Inference; - r:gives { - 2287 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 287}] - [ a r:Fact; r:gives {(287 2000) math:sum 2287}] - skolem:lemma2286 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma288 a r:Inference; - r:gives { - 2288 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 288}] - [ a r:Fact; r:gives {(288 2000) math:sum 2288}] - skolem:lemma2287 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma289 a r:Inference; - r:gives { - 2289 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 289}] - [ a r:Fact; r:gives {(289 2000) math:sum 2289}] - skolem:lemma2288 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma290 a r:Inference; - r:gives { - 2290 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 290}] - [ a r:Fact; r:gives {(290 2000) math:sum 2290}] - skolem:lemma2289 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma291 a r:Inference; - r:gives { - 2291 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 291}] - [ a r:Fact; r:gives {(291 2000) math:sum 2291}] - skolem:lemma2290 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma292 a r:Inference; - r:gives { - 2292 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 292}] - [ a r:Fact; r:gives {(292 2000) math:sum 2292}] - skolem:lemma2291 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma293 a r:Inference; - r:gives { - 2293 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 293}] - [ a r:Fact; r:gives {(293 2000) math:sum 2293}] - skolem:lemma2292 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma294 a r:Inference; - r:gives { - 2294 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 294}] - [ a r:Fact; r:gives {(294 2000) math:sum 2294}] - skolem:lemma2293 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma295 a r:Inference; - r:gives { - 2295 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 295}] - [ a r:Fact; r:gives {(295 2000) math:sum 2295}] - skolem:lemma2294 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma296 a r:Inference; - r:gives { - 2296 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 296}] - [ a r:Fact; r:gives {(296 2000) math:sum 2296}] - skolem:lemma2295 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma297 a r:Inference; - r:gives { - 2297 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 297}] - [ a r:Fact; r:gives {(297 2000) math:sum 2297}] - skolem:lemma2296 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma298 a r:Inference; - r:gives { - 2298 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 298}] - [ a r:Fact; r:gives {(298 2000) math:sum 2298}] - skolem:lemma2297 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma299 a r:Inference; - r:gives { - 2299 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 299}] - [ a r:Fact; r:gives {(299 2000) math:sum 2299}] - skolem:lemma2298 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma300 a r:Inference; - r:gives { - 2300 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 300}] - [ a r:Fact; r:gives {(300 2000) math:sum 2300}] - skolem:lemma2299 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma301 a r:Inference; - r:gives { - 2301 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 301}] - [ a r:Fact; r:gives {(301 2000) math:sum 2301}] - skolem:lemma2300 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma302 a r:Inference; - r:gives { - 2302 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 302}] - [ a r:Fact; r:gives {(302 2000) math:sum 2302}] - skolem:lemma2301 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma303 a r:Inference; - r:gives { - 2303 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 303}] - [ a r:Fact; r:gives {(303 2000) math:sum 2303}] - skolem:lemma2302 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma304 a r:Inference; - r:gives { - 2304 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 304}] - [ a r:Fact; r:gives {(304 2000) math:sum 2304}] - skolem:lemma2303 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma305 a r:Inference; - r:gives { - 2305 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 305}] - [ a r:Fact; r:gives {(305 2000) math:sum 2305}] - skolem:lemma2304 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma306 a r:Inference; - r:gives { - 2306 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 306}] - [ a r:Fact; r:gives {(306 2000) math:sum 2306}] - skolem:lemma2305 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma307 a r:Inference; - r:gives { - 2307 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 307}] - [ a r:Fact; r:gives {(307 2000) math:sum 2307}] - skolem:lemma2306 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma308 a r:Inference; - r:gives { - 2308 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 308}] - [ a r:Fact; r:gives {(308 2000) math:sum 2308}] - skolem:lemma2307 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma309 a r:Inference; - r:gives { - 2309 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 309}] - [ a r:Fact; r:gives {(309 2000) math:sum 2309}] - skolem:lemma2308 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma310 a r:Inference; - r:gives { - 2310 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 310}] - [ a r:Fact; r:gives {(310 2000) math:sum 2310}] - skolem:lemma2309 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma311 a r:Inference; - r:gives { - 2311 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 311}] - [ a r:Fact; r:gives {(311 2000) math:sum 2311}] - skolem:lemma2310 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma312 a r:Inference; - r:gives { - 2312 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 312}] - [ a r:Fact; r:gives {(312 2000) math:sum 2312}] - skolem:lemma2311 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma313 a r:Inference; - r:gives { - 2313 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 313}] - [ a r:Fact; r:gives {(313 2000) math:sum 2313}] - skolem:lemma2312 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma314 a r:Inference; - r:gives { - 2314 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 314}] - [ a r:Fact; r:gives {(314 2000) math:sum 2314}] - skolem:lemma2313 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma315 a r:Inference; - r:gives { - 2315 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 315}] - [ a r:Fact; r:gives {(315 2000) math:sum 2315}] - skolem:lemma2314 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma316 a r:Inference; - r:gives { - 2316 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 316}] - [ a r:Fact; r:gives {(316 2000) math:sum 2316}] - skolem:lemma2315 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma317 a r:Inference; - r:gives { - 2317 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 317}] - [ a r:Fact; r:gives {(317 2000) math:sum 2317}] - skolem:lemma2316 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma318 a r:Inference; - r:gives { - 2318 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 318}] - [ a r:Fact; r:gives {(318 2000) math:sum 2318}] - skolem:lemma2317 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma319 a r:Inference; - r:gives { - 2319 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 319}] - [ a r:Fact; r:gives {(319 2000) math:sum 2319}] - skolem:lemma2318 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma320 a r:Inference; - r:gives { - 2320 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 320}] - [ a r:Fact; r:gives {(320 2000) math:sum 2320}] - skolem:lemma2319 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma321 a r:Inference; - r:gives { - 2321 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 321}] - [ a r:Fact; r:gives {(321 2000) math:sum 2321}] - skolem:lemma2320 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma322 a r:Inference; - r:gives { - 2322 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 322}] - [ a r:Fact; r:gives {(322 2000) math:sum 2322}] - skolem:lemma2321 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma323 a r:Inference; - r:gives { - 2323 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 323}] - [ a r:Fact; r:gives {(323 2000) math:sum 2323}] - skolem:lemma2322 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma324 a r:Inference; - r:gives { - 2324 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 324}] - [ a r:Fact; r:gives {(324 2000) math:sum 2324}] - skolem:lemma2323 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma325 a r:Inference; - r:gives { - 2325 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 325}] - [ a r:Fact; r:gives {(325 2000) math:sum 2325}] - skolem:lemma2324 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma326 a r:Inference; - r:gives { - 2326 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 326}] - [ a r:Fact; r:gives {(326 2000) math:sum 2326}] - skolem:lemma2325 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma327 a r:Inference; - r:gives { - 2327 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 327}] - [ a r:Fact; r:gives {(327 2000) math:sum 2327}] - skolem:lemma2326 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma328 a r:Inference; - r:gives { - 2328 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 328}] - [ a r:Fact; r:gives {(328 2000) math:sum 2328}] - skolem:lemma2327 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma329 a r:Inference; - r:gives { - 2329 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 329}] - [ a r:Fact; r:gives {(329 2000) math:sum 2329}] - skolem:lemma2328 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma330 a r:Inference; - r:gives { - 2330 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 330}] - [ a r:Fact; r:gives {(330 2000) math:sum 2330}] - skolem:lemma2329 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma331 a r:Inference; - r:gives { - 2331 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 331}] - [ a r:Fact; r:gives {(331 2000) math:sum 2331}] - skolem:lemma2330 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma332 a r:Inference; - r:gives { - 2332 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 332}] - [ a r:Fact; r:gives {(332 2000) math:sum 2332}] - skolem:lemma2331 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma333 a r:Inference; - r:gives { - 2333 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 333}] - [ a r:Fact; r:gives {(333 2000) math:sum 2333}] - skolem:lemma2332 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma334 a r:Inference; - r:gives { - 2334 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 334}] - [ a r:Fact; r:gives {(334 2000) math:sum 2334}] - skolem:lemma2333 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma335 a r:Inference; - r:gives { - 2335 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 335}] - [ a r:Fact; r:gives {(335 2000) math:sum 2335}] - skolem:lemma2334 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma336 a r:Inference; - r:gives { - 2336 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 336}] - [ a r:Fact; r:gives {(336 2000) math:sum 2336}] - skolem:lemma2335 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma337 a r:Inference; - r:gives { - 2337 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 337}] - [ a r:Fact; r:gives {(337 2000) math:sum 2337}] - skolem:lemma2336 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma338 a r:Inference; - r:gives { - 2338 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 338}] - [ a r:Fact; r:gives {(338 2000) math:sum 2338}] - skolem:lemma2337 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma339 a r:Inference; - r:gives { - 2339 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 339}] - [ a r:Fact; r:gives {(339 2000) math:sum 2339}] - skolem:lemma2338 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma340 a r:Inference; - r:gives { - 2340 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 340}] - [ a r:Fact; r:gives {(340 2000) math:sum 2340}] - skolem:lemma2339 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma341 a r:Inference; - r:gives { - 2341 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 341}] - [ a r:Fact; r:gives {(341 2000) math:sum 2341}] - skolem:lemma2340 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma342 a r:Inference; - r:gives { - 2342 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 342}] - [ a r:Fact; r:gives {(342 2000) math:sum 2342}] - skolem:lemma2341 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma343 a r:Inference; - r:gives { - 2343 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 343}] - [ a r:Fact; r:gives {(343 2000) math:sum 2343}] - skolem:lemma2342 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma344 a r:Inference; - r:gives { - 2344 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 344}] - [ a r:Fact; r:gives {(344 2000) math:sum 2344}] - skolem:lemma2343 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma345 a r:Inference; - r:gives { - 2345 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 345}] - [ a r:Fact; r:gives {(345 2000) math:sum 2345}] - skolem:lemma2344 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma346 a r:Inference; - r:gives { - 2346 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 346}] - [ a r:Fact; r:gives {(346 2000) math:sum 2346}] - skolem:lemma2345 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma347 a r:Inference; - r:gives { - 2347 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 347}] - [ a r:Fact; r:gives {(347 2000) math:sum 2347}] - skolem:lemma2346 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma348 a r:Inference; - r:gives { - 2348 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 348}] - [ a r:Fact; r:gives {(348 2000) math:sum 2348}] - skolem:lemma2347 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma349 a r:Inference; - r:gives { - 2349 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 349}] - [ a r:Fact; r:gives {(349 2000) math:sum 2349}] - skolem:lemma2348 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma350 a r:Inference; - r:gives { - 2350 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 350}] - [ a r:Fact; r:gives {(350 2000) math:sum 2350}] - skolem:lemma2349 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma351 a r:Inference; - r:gives { - 2351 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 351}] - [ a r:Fact; r:gives {(351 2000) math:sum 2351}] - skolem:lemma2350 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma352 a r:Inference; - r:gives { - 2352 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 352}] - [ a r:Fact; r:gives {(352 2000) math:sum 2352}] - skolem:lemma2351 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma353 a r:Inference; - r:gives { - 2353 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 353}] - [ a r:Fact; r:gives {(353 2000) math:sum 2353}] - skolem:lemma2352 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma354 a r:Inference; - r:gives { - 2354 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 354}] - [ a r:Fact; r:gives {(354 2000) math:sum 2354}] - skolem:lemma2353 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma355 a r:Inference; - r:gives { - 2355 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 355}] - [ a r:Fact; r:gives {(355 2000) math:sum 2355}] - skolem:lemma2354 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma356 a r:Inference; - r:gives { - 2356 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 356}] - [ a r:Fact; r:gives {(356 2000) math:sum 2356}] - skolem:lemma2355 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma357 a r:Inference; - r:gives { - 2357 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 357}] - [ a r:Fact; r:gives {(357 2000) math:sum 2357}] - skolem:lemma2356 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma358 a r:Inference; - r:gives { - 2358 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 358}] - [ a r:Fact; r:gives {(358 2000) math:sum 2358}] - skolem:lemma2357 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma359 a r:Inference; - r:gives { - 2359 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 359}] - [ a r:Fact; r:gives {(359 2000) math:sum 2359}] - skolem:lemma2358 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma360 a r:Inference; - r:gives { - 2360 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 360}] - [ a r:Fact; r:gives {(360 2000) math:sum 2360}] - skolem:lemma2359 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma361 a r:Inference; - r:gives { - 2361 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 361}] - [ a r:Fact; r:gives {(361 2000) math:sum 2361}] - skolem:lemma2360 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma362 a r:Inference; - r:gives { - 2362 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 362}] - [ a r:Fact; r:gives {(362 2000) math:sum 2362}] - skolem:lemma2361 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma363 a r:Inference; - r:gives { - 2363 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 363}] - [ a r:Fact; r:gives {(363 2000) math:sum 2363}] - skolem:lemma2362 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma364 a r:Inference; - r:gives { - 2364 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 364}] - [ a r:Fact; r:gives {(364 2000) math:sum 2364}] - skolem:lemma2363 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma365 a r:Inference; - r:gives { - 2365 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 365}] - [ a r:Fact; r:gives {(365 2000) math:sum 2365}] - skolem:lemma2364 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma366 a r:Inference; - r:gives { - 2366 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 366}] - [ a r:Fact; r:gives {(366 2000) math:sum 2366}] - skolem:lemma2365 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma367 a r:Inference; - r:gives { - 2367 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 367}] - [ a r:Fact; r:gives {(367 2000) math:sum 2367}] - skolem:lemma2366 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma368 a r:Inference; - r:gives { - 2368 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 368}] - [ a r:Fact; r:gives {(368 2000) math:sum 2368}] - skolem:lemma2367 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma369 a r:Inference; - r:gives { - 2369 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 369}] - [ a r:Fact; r:gives {(369 2000) math:sum 2369}] - skolem:lemma2368 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma370 a r:Inference; - r:gives { - 2370 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 370}] - [ a r:Fact; r:gives {(370 2000) math:sum 2370}] - skolem:lemma2369 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma371 a r:Inference; - r:gives { - 2371 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 371}] - [ a r:Fact; r:gives {(371 2000) math:sum 2371}] - skolem:lemma2370 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma372 a r:Inference; - r:gives { - 2372 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 372}] - [ a r:Fact; r:gives {(372 2000) math:sum 2372}] - skolem:lemma2371 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma373 a r:Inference; - r:gives { - 2373 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 373}] - [ a r:Fact; r:gives {(373 2000) math:sum 2373}] - skolem:lemma2372 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma374 a r:Inference; - r:gives { - 2374 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 374}] - [ a r:Fact; r:gives {(374 2000) math:sum 2374}] - skolem:lemma2373 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma375 a r:Inference; - r:gives { - 2375 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 375}] - [ a r:Fact; r:gives {(375 2000) math:sum 2375}] - skolem:lemma2374 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma376 a r:Inference; - r:gives { - 2376 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 376}] - [ a r:Fact; r:gives {(376 2000) math:sum 2376}] - skolem:lemma2375 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma377 a r:Inference; - r:gives { - 2377 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 377}] - [ a r:Fact; r:gives {(377 2000) math:sum 2377}] - skolem:lemma2376 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma378 a r:Inference; - r:gives { - 2378 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 378}] - [ a r:Fact; r:gives {(378 2000) math:sum 2378}] - skolem:lemma2377 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma379 a r:Inference; - r:gives { - 2379 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 379}] - [ a r:Fact; r:gives {(379 2000) math:sum 2379}] - skolem:lemma2378 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma380 a r:Inference; - r:gives { - 2380 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 380}] - [ a r:Fact; r:gives {(380 2000) math:sum 2380}] - skolem:lemma2379 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma381 a r:Inference; - r:gives { - 2381 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 381}] - [ a r:Fact; r:gives {(381 2000) math:sum 2381}] - skolem:lemma2380 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma382 a r:Inference; - r:gives { - 2382 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 382}] - [ a r:Fact; r:gives {(382 2000) math:sum 2382}] - skolem:lemma2381 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma383 a r:Inference; - r:gives { - 2383 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 383}] - [ a r:Fact; r:gives {(383 2000) math:sum 2383}] - skolem:lemma2382 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma384 a r:Inference; - r:gives { - 2384 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 384}] - [ a r:Fact; r:gives {(384 2000) math:sum 2384}] - skolem:lemma2383 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma385 a r:Inference; - r:gives { - 2385 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 385}] - [ a r:Fact; r:gives {(385 2000) math:sum 2385}] - skolem:lemma2384 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma386 a r:Inference; - r:gives { - 2386 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 386}] - [ a r:Fact; r:gives {(386 2000) math:sum 2386}] - skolem:lemma2385 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma387 a r:Inference; - r:gives { - 2387 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 387}] - [ a r:Fact; r:gives {(387 2000) math:sum 2387}] - skolem:lemma2386 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma388 a r:Inference; - r:gives { - 2388 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 388}] - [ a r:Fact; r:gives {(388 2000) math:sum 2388}] - skolem:lemma2387 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma389 a r:Inference; - r:gives { - 2389 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 389}] - [ a r:Fact; r:gives {(389 2000) math:sum 2389}] - skolem:lemma2388 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma390 a r:Inference; - r:gives { - 2390 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 390}] - [ a r:Fact; r:gives {(390 2000) math:sum 2390}] - skolem:lemma2389 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma391 a r:Inference; - r:gives { - 2391 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 391}] - [ a r:Fact; r:gives {(391 2000) math:sum 2391}] - skolem:lemma2390 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma392 a r:Inference; - r:gives { - 2392 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 392}] - [ a r:Fact; r:gives {(392 2000) math:sum 2392}] - skolem:lemma2391 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma393 a r:Inference; - r:gives { - 2393 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 393}] - [ a r:Fact; r:gives {(393 2000) math:sum 2393}] - skolem:lemma2392 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma394 a r:Inference; - r:gives { - 2394 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 394}] - [ a r:Fact; r:gives {(394 2000) math:sum 2394}] - skolem:lemma2393 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma395 a r:Inference; - r:gives { - 2395 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 395}] - [ a r:Fact; r:gives {(395 2000) math:sum 2395}] - skolem:lemma2394 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma396 a r:Inference; - r:gives { - 2396 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 396}] - [ a r:Fact; r:gives {(396 2000) math:sum 2396}] - skolem:lemma2395 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma397 a r:Inference; - r:gives { - 2397 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 397}] - [ a r:Fact; r:gives {(397 2000) math:sum 2397}] - skolem:lemma2396 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma398 a r:Inference; - r:gives { - 2398 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 398}] - [ a r:Fact; r:gives {(398 2000) math:sum 2398}] - skolem:lemma2397 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma399 a r:Inference; - r:gives { - 2399 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 399}] - [ a r:Fact; r:gives {(399 2000) math:sum 2399}] - skolem:lemma2398 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma400 a r:Inference; - r:gives { - 2400 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 400}] - [ a r:Fact; r:gives {(400 2000) math:sum 2400}] - skolem:lemma2399 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma401 a r:Inference; - r:gives { - 2401 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 401}] - [ a r:Fact; r:gives {(401 2000) math:sum 2401}] - skolem:lemma2400 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma402 a r:Inference; - r:gives { - 2402 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 402}] - [ a r:Fact; r:gives {(402 2000) math:sum 2402}] - skolem:lemma2401 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma403 a r:Inference; - r:gives { - 2403 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 403}] - [ a r:Fact; r:gives {(403 2000) math:sum 2403}] - skolem:lemma2402 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma404 a r:Inference; - r:gives { - 2404 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 404}] - [ a r:Fact; r:gives {(404 2000) math:sum 2404}] - skolem:lemma2403 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma405 a r:Inference; - r:gives { - 2405 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 405}] - [ a r:Fact; r:gives {(405 2000) math:sum 2405}] - skolem:lemma2404 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma406 a r:Inference; - r:gives { - 2406 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 406}] - [ a r:Fact; r:gives {(406 2000) math:sum 2406}] - skolem:lemma2405 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma407 a r:Inference; - r:gives { - 2407 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 407}] - [ a r:Fact; r:gives {(407 2000) math:sum 2407}] - skolem:lemma2406 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma408 a r:Inference; - r:gives { - 2408 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 408}] - [ a r:Fact; r:gives {(408 2000) math:sum 2408}] - skolem:lemma2407 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma409 a r:Inference; - r:gives { - 2409 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 409}] - [ a r:Fact; r:gives {(409 2000) math:sum 2409}] - skolem:lemma2408 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma410 a r:Inference; - r:gives { - 2410 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 410}] - [ a r:Fact; r:gives {(410 2000) math:sum 2410}] - skolem:lemma2409 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma411 a r:Inference; - r:gives { - 2411 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 411}] - [ a r:Fact; r:gives {(411 2000) math:sum 2411}] - skolem:lemma2410 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma412 a r:Inference; - r:gives { - 2412 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 412}] - [ a r:Fact; r:gives {(412 2000) math:sum 2412}] - skolem:lemma2411 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma413 a r:Inference; - r:gives { - 2413 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 413}] - [ a r:Fact; r:gives {(413 2000) math:sum 2413}] - skolem:lemma2412 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma414 a r:Inference; - r:gives { - 2414 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 414}] - [ a r:Fact; r:gives {(414 2000) math:sum 2414}] - skolem:lemma2413 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma415 a r:Inference; - r:gives { - 2415 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 415}] - [ a r:Fact; r:gives {(415 2000) math:sum 2415}] - skolem:lemma2414 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma416 a r:Inference; - r:gives { - 2416 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 416}] - [ a r:Fact; r:gives {(416 2000) math:sum 2416}] - skolem:lemma2415 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma417 a r:Inference; - r:gives { - 2417 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 417}] - [ a r:Fact; r:gives {(417 2000) math:sum 2417}] - skolem:lemma2416 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma418 a r:Inference; - r:gives { - 2418 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 418}] - [ a r:Fact; r:gives {(418 2000) math:sum 2418}] - skolem:lemma2417 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma419 a r:Inference; - r:gives { - 2419 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 419}] - [ a r:Fact; r:gives {(419 2000) math:sum 2419}] - skolem:lemma2418 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma420 a r:Inference; - r:gives { - 2420 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 420}] - [ a r:Fact; r:gives {(420 2000) math:sum 2420}] - skolem:lemma2419 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma421 a r:Inference; - r:gives { - 2421 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 421}] - [ a r:Fact; r:gives {(421 2000) math:sum 2421}] - skolem:lemma2420 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma422 a r:Inference; - r:gives { - 2422 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 422}] - [ a r:Fact; r:gives {(422 2000) math:sum 2422}] - skolem:lemma2421 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma423 a r:Inference; - r:gives { - 2423 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 423}] - [ a r:Fact; r:gives {(423 2000) math:sum 2423}] - skolem:lemma2422 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma424 a r:Inference; - r:gives { - 2424 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 424}] - [ a r:Fact; r:gives {(424 2000) math:sum 2424}] - skolem:lemma2423 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma425 a r:Inference; - r:gives { - 2425 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 425}] - [ a r:Fact; r:gives {(425 2000) math:sum 2425}] - skolem:lemma2424 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma426 a r:Inference; - r:gives { - 2426 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 426}] - [ a r:Fact; r:gives {(426 2000) math:sum 2426}] - skolem:lemma2425 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma427 a r:Inference; - r:gives { - 2427 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 427}] - [ a r:Fact; r:gives {(427 2000) math:sum 2427}] - skolem:lemma2426 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma428 a r:Inference; - r:gives { - 2428 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 428}] - [ a r:Fact; r:gives {(428 2000) math:sum 2428}] - skolem:lemma2427 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma429 a r:Inference; - r:gives { - 2429 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 429}] - [ a r:Fact; r:gives {(429 2000) math:sum 2429}] - skolem:lemma2428 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma430 a r:Inference; - r:gives { - 2430 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 430}] - [ a r:Fact; r:gives {(430 2000) math:sum 2430}] - skolem:lemma2429 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma431 a r:Inference; - r:gives { - 2431 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 431}] - [ a r:Fact; r:gives {(431 2000) math:sum 2431}] - skolem:lemma2430 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma432 a r:Inference; - r:gives { - 2432 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 432}] - [ a r:Fact; r:gives {(432 2000) math:sum 2432}] - skolem:lemma2431 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma433 a r:Inference; - r:gives { - 2433 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 433}] - [ a r:Fact; r:gives {(433 2000) math:sum 2433}] - skolem:lemma2432 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma434 a r:Inference; - r:gives { - 2434 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 434}] - [ a r:Fact; r:gives {(434 2000) math:sum 2434}] - skolem:lemma2433 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma435 a r:Inference; - r:gives { - 2435 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 435}] - [ a r:Fact; r:gives {(435 2000) math:sum 2435}] - skolem:lemma2434 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma436 a r:Inference; - r:gives { - 2436 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 436}] - [ a r:Fact; r:gives {(436 2000) math:sum 2436}] - skolem:lemma2435 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma437 a r:Inference; - r:gives { - 2437 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 437}] - [ a r:Fact; r:gives {(437 2000) math:sum 2437}] - skolem:lemma2436 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma438 a r:Inference; - r:gives { - 2438 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 438}] - [ a r:Fact; r:gives {(438 2000) math:sum 2438}] - skolem:lemma2437 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma439 a r:Inference; - r:gives { - 2439 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 439}] - [ a r:Fact; r:gives {(439 2000) math:sum 2439}] - skolem:lemma2438 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma440 a r:Inference; - r:gives { - 2440 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 440}] - [ a r:Fact; r:gives {(440 2000) math:sum 2440}] - skolem:lemma2439 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma441 a r:Inference; - r:gives { - 2441 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 441}] - [ a r:Fact; r:gives {(441 2000) math:sum 2441}] - skolem:lemma2440 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma442 a r:Inference; - r:gives { - 2442 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 442}] - [ a r:Fact; r:gives {(442 2000) math:sum 2442}] - skolem:lemma2441 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma443 a r:Inference; - r:gives { - 2443 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 443}] - [ a r:Fact; r:gives {(443 2000) math:sum 2443}] - skolem:lemma2442 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma444 a r:Inference; - r:gives { - 2444 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 444}] - [ a r:Fact; r:gives {(444 2000) math:sum 2444}] - skolem:lemma2443 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma445 a r:Inference; - r:gives { - 2445 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 445}] - [ a r:Fact; r:gives {(445 2000) math:sum 2445}] - skolem:lemma2444 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma446 a r:Inference; - r:gives { - 2446 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 446}] - [ a r:Fact; r:gives {(446 2000) math:sum 2446}] - skolem:lemma2445 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma447 a r:Inference; - r:gives { - 2447 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 447}] - [ a r:Fact; r:gives {(447 2000) math:sum 2447}] - skolem:lemma2446 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma448 a r:Inference; - r:gives { - 2448 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 448}] - [ a r:Fact; r:gives {(448 2000) math:sum 2448}] - skolem:lemma2447 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma449 a r:Inference; - r:gives { - 2449 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 449}] - [ a r:Fact; r:gives {(449 2000) math:sum 2449}] - skolem:lemma2448 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma450 a r:Inference; - r:gives { - 2450 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 450}] - [ a r:Fact; r:gives {(450 2000) math:sum 2450}] - skolem:lemma2449 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma451 a r:Inference; - r:gives { - 2451 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 451}] - [ a r:Fact; r:gives {(451 2000) math:sum 2451}] - skolem:lemma2450 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma452 a r:Inference; - r:gives { - 2452 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 452}] - [ a r:Fact; r:gives {(452 2000) math:sum 2452}] - skolem:lemma2451 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma453 a r:Inference; - r:gives { - 2453 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 453}] - [ a r:Fact; r:gives {(453 2000) math:sum 2453}] - skolem:lemma2452 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma454 a r:Inference; - r:gives { - 2454 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 454}] - [ a r:Fact; r:gives {(454 2000) math:sum 2454}] - skolem:lemma2453 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma455 a r:Inference; - r:gives { - 2455 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 455}] - [ a r:Fact; r:gives {(455 2000) math:sum 2455}] - skolem:lemma2454 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma456 a r:Inference; - r:gives { - 2456 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 456}] - [ a r:Fact; r:gives {(456 2000) math:sum 2456}] - skolem:lemma2455 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma457 a r:Inference; - r:gives { - 2457 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 457}] - [ a r:Fact; r:gives {(457 2000) math:sum 2457}] - skolem:lemma2456 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma458 a r:Inference; - r:gives { - 2458 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 458}] - [ a r:Fact; r:gives {(458 2000) math:sum 2458}] - skolem:lemma2457 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma459 a r:Inference; - r:gives { - 2459 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 459}] - [ a r:Fact; r:gives {(459 2000) math:sum 2459}] - skolem:lemma2458 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma460 a r:Inference; - r:gives { - 2460 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 460}] - [ a r:Fact; r:gives {(460 2000) math:sum 2460}] - skolem:lemma2459 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma461 a r:Inference; - r:gives { - 2461 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 461}] - [ a r:Fact; r:gives {(461 2000) math:sum 2461}] - skolem:lemma2460 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma462 a r:Inference; - r:gives { - 2462 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 462}] - [ a r:Fact; r:gives {(462 2000) math:sum 2462}] - skolem:lemma2461 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma463 a r:Inference; - r:gives { - 2463 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 463}] - [ a r:Fact; r:gives {(463 2000) math:sum 2463}] - skolem:lemma2462 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma464 a r:Inference; - r:gives { - 2464 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 464}] - [ a r:Fact; r:gives {(464 2000) math:sum 2464}] - skolem:lemma2463 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma465 a r:Inference; - r:gives { - 2465 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 465}] - [ a r:Fact; r:gives {(465 2000) math:sum 2465}] - skolem:lemma2464 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma466 a r:Inference; - r:gives { - 2466 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 466}] - [ a r:Fact; r:gives {(466 2000) math:sum 2466}] - skolem:lemma2465 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma467 a r:Inference; - r:gives { - 2467 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 467}] - [ a r:Fact; r:gives {(467 2000) math:sum 2467}] - skolem:lemma2466 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma468 a r:Inference; - r:gives { - 2468 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 468}] - [ a r:Fact; r:gives {(468 2000) math:sum 2468}] - skolem:lemma2467 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma469 a r:Inference; - r:gives { - 2469 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 469}] - [ a r:Fact; r:gives {(469 2000) math:sum 2469}] - skolem:lemma2468 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma470 a r:Inference; - r:gives { - 2470 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 470}] - [ a r:Fact; r:gives {(470 2000) math:sum 2470}] - skolem:lemma2469 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma471 a r:Inference; - r:gives { - 2471 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 471}] - [ a r:Fact; r:gives {(471 2000) math:sum 2471}] - skolem:lemma2470 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma472 a r:Inference; - r:gives { - 2472 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 472}] - [ a r:Fact; r:gives {(472 2000) math:sum 2472}] - skolem:lemma2471 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma473 a r:Inference; - r:gives { - 2473 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 473}] - [ a r:Fact; r:gives {(473 2000) math:sum 2473}] - skolem:lemma2472 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma474 a r:Inference; - r:gives { - 2474 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 474}] - [ a r:Fact; r:gives {(474 2000) math:sum 2474}] - skolem:lemma2473 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma475 a r:Inference; - r:gives { - 2475 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 475}] - [ a r:Fact; r:gives {(475 2000) math:sum 2475}] - skolem:lemma2474 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma476 a r:Inference; - r:gives { - 2476 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 476}] - [ a r:Fact; r:gives {(476 2000) math:sum 2476}] - skolem:lemma2475 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma477 a r:Inference; - r:gives { - 2477 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 477}] - [ a r:Fact; r:gives {(477 2000) math:sum 2477}] - skolem:lemma2476 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma478 a r:Inference; - r:gives { - 2478 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 478}] - [ a r:Fact; r:gives {(478 2000) math:sum 2478}] - skolem:lemma2477 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma479 a r:Inference; - r:gives { - 2479 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 479}] - [ a r:Fact; r:gives {(479 2000) math:sum 2479}] - skolem:lemma2478 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma480 a r:Inference; - r:gives { - 2480 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 480}] - [ a r:Fact; r:gives {(480 2000) math:sum 2480}] - skolem:lemma2479 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma481 a r:Inference; - r:gives { - 2481 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 481}] - [ a r:Fact; r:gives {(481 2000) math:sum 2481}] - skolem:lemma2480 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma482 a r:Inference; - r:gives { - 2482 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 482}] - [ a r:Fact; r:gives {(482 2000) math:sum 2482}] - skolem:lemma2481 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma483 a r:Inference; - r:gives { - 2483 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 483}] - [ a r:Fact; r:gives {(483 2000) math:sum 2483}] - skolem:lemma2482 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma484 a r:Inference; - r:gives { - 2484 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 484}] - [ a r:Fact; r:gives {(484 2000) math:sum 2484}] - skolem:lemma2483 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma485 a r:Inference; - r:gives { - 2485 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 485}] - [ a r:Fact; r:gives {(485 2000) math:sum 2485}] - skolem:lemma2484 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma486 a r:Inference; - r:gives { - 2486 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 486}] - [ a r:Fact; r:gives {(486 2000) math:sum 2486}] - skolem:lemma2485 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma487 a r:Inference; - r:gives { - 2487 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 487}] - [ a r:Fact; r:gives {(487 2000) math:sum 2487}] - skolem:lemma2486 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma488 a r:Inference; - r:gives { - 2488 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 488}] - [ a r:Fact; r:gives {(488 2000) math:sum 2488}] - skolem:lemma2487 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma489 a r:Inference; - r:gives { - 2489 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 489}] - [ a r:Fact; r:gives {(489 2000) math:sum 2489}] - skolem:lemma2488 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma490 a r:Inference; - r:gives { - 2490 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 490}] - [ a r:Fact; r:gives {(490 2000) math:sum 2490}] - skolem:lemma2489 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma491 a r:Inference; - r:gives { - 2491 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 491}] - [ a r:Fact; r:gives {(491 2000) math:sum 2491}] - skolem:lemma2490 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma492 a r:Inference; - r:gives { - 2492 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 492}] - [ a r:Fact; r:gives {(492 2000) math:sum 2492}] - skolem:lemma2491 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma493 a r:Inference; - r:gives { - 2493 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 493}] - [ a r:Fact; r:gives {(493 2000) math:sum 2493}] - skolem:lemma2492 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma494 a r:Inference; - r:gives { - 2494 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 494}] - [ a r:Fact; r:gives {(494 2000) math:sum 2494}] - skolem:lemma2493 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma495 a r:Inference; - r:gives { - 2495 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 495}] - [ a r:Fact; r:gives {(495 2000) math:sum 2495}] - skolem:lemma2494 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma496 a r:Inference; - r:gives { - 2496 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 496}] - [ a r:Fact; r:gives {(496 2000) math:sum 2496}] - skolem:lemma2495 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma497 a r:Inference; - r:gives { - 2497 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 497}] - [ a r:Fact; r:gives {(497 2000) math:sum 2497}] - skolem:lemma2496 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma498 a r:Inference; - r:gives { - 2498 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 498}] - [ a r:Fact; r:gives {(498 2000) math:sum 2498}] - skolem:lemma2497 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma499 a r:Inference; - r:gives { - 2499 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 499}] - [ a r:Fact; r:gives {(499 2000) math:sum 2499}] - skolem:lemma2498 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma500 a r:Inference; - r:gives { - 2500 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 500}] - [ a r:Fact; r:gives {(500 2000) math:sum 2500}] - skolem:lemma2499 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma501 a r:Inference; - r:gives { - 2501 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 501}] - [ a r:Fact; r:gives {(501 2000) math:sum 2501}] - skolem:lemma2500 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma502 a r:Inference; - r:gives { - 2502 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 502}] - [ a r:Fact; r:gives {(502 2000) math:sum 2502}] - skolem:lemma2501 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma503 a r:Inference; - r:gives { - 2503 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 503}] - [ a r:Fact; r:gives {(503 2000) math:sum 2503}] - skolem:lemma2502 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma504 a r:Inference; - r:gives { - 2504 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 504}] - [ a r:Fact; r:gives {(504 2000) math:sum 2504}] - skolem:lemma2503 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma505 a r:Inference; - r:gives { - 2505 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 505}] - [ a r:Fact; r:gives {(505 2000) math:sum 2505}] - skolem:lemma2504 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma506 a r:Inference; - r:gives { - 2506 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 506}] - [ a r:Fact; r:gives {(506 2000) math:sum 2506}] - skolem:lemma2505 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma507 a r:Inference; - r:gives { - 2507 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 507}] - [ a r:Fact; r:gives {(507 2000) math:sum 2507}] - skolem:lemma2506 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma508 a r:Inference; - r:gives { - 2508 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 508}] - [ a r:Fact; r:gives {(508 2000) math:sum 2508}] - skolem:lemma2507 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma509 a r:Inference; - r:gives { - 2509 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 509}] - [ a r:Fact; r:gives {(509 2000) math:sum 2509}] - skolem:lemma2508 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma510 a r:Inference; - r:gives { - 2510 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 510}] - [ a r:Fact; r:gives {(510 2000) math:sum 2510}] - skolem:lemma2509 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma511 a r:Inference; - r:gives { - 2511 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 511}] - [ a r:Fact; r:gives {(511 2000) math:sum 2511}] - skolem:lemma2510 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma512 a r:Inference; - r:gives { - 2512 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 512}] - [ a r:Fact; r:gives {(512 2000) math:sum 2512}] - skolem:lemma2511 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma513 a r:Inference; - r:gives { - 2513 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 513}] - [ a r:Fact; r:gives {(513 2000) math:sum 2513}] - skolem:lemma2512 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma514 a r:Inference; - r:gives { - 2514 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 514}] - [ a r:Fact; r:gives {(514 2000) math:sum 2514}] - skolem:lemma2513 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma515 a r:Inference; - r:gives { - 2515 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 515}] - [ a r:Fact; r:gives {(515 2000) math:sum 2515}] - skolem:lemma2514 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma516 a r:Inference; - r:gives { - 2516 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 516}] - [ a r:Fact; r:gives {(516 2000) math:sum 2516}] - skolem:lemma2515 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma517 a r:Inference; - r:gives { - 2517 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 517}] - [ a r:Fact; r:gives {(517 2000) math:sum 2517}] - skolem:lemma2516 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma518 a r:Inference; - r:gives { - 2518 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 518}] - [ a r:Fact; r:gives {(518 2000) math:sum 2518}] - skolem:lemma2517 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma519 a r:Inference; - r:gives { - 2519 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 519}] - [ a r:Fact; r:gives {(519 2000) math:sum 2519}] - skolem:lemma2518 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma520 a r:Inference; - r:gives { - 2520 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 520}] - [ a r:Fact; r:gives {(520 2000) math:sum 2520}] - skolem:lemma2519 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma521 a r:Inference; - r:gives { - 2521 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 521}] - [ a r:Fact; r:gives {(521 2000) math:sum 2521}] - skolem:lemma2520 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma522 a r:Inference; - r:gives { - 2522 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 522}] - [ a r:Fact; r:gives {(522 2000) math:sum 2522}] - skolem:lemma2521 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma523 a r:Inference; - r:gives { - 2523 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 523}] - [ a r:Fact; r:gives {(523 2000) math:sum 2523}] - skolem:lemma2522 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma524 a r:Inference; - r:gives { - 2524 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 524}] - [ a r:Fact; r:gives {(524 2000) math:sum 2524}] - skolem:lemma2523 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma525 a r:Inference; - r:gives { - 2525 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 525}] - [ a r:Fact; r:gives {(525 2000) math:sum 2525}] - skolem:lemma2524 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma526 a r:Inference; - r:gives { - 2526 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 526}] - [ a r:Fact; r:gives {(526 2000) math:sum 2526}] - skolem:lemma2525 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma527 a r:Inference; - r:gives { - 2527 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 527}] - [ a r:Fact; r:gives {(527 2000) math:sum 2527}] - skolem:lemma2526 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma528 a r:Inference; - r:gives { - 2528 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 528}] - [ a r:Fact; r:gives {(528 2000) math:sum 2528}] - skolem:lemma2527 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma529 a r:Inference; - r:gives { - 2529 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 529}] - [ a r:Fact; r:gives {(529 2000) math:sum 2529}] - skolem:lemma2528 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma530 a r:Inference; - r:gives { - 2530 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 530}] - [ a r:Fact; r:gives {(530 2000) math:sum 2530}] - skolem:lemma2529 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma531 a r:Inference; - r:gives { - 2531 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 531}] - [ a r:Fact; r:gives {(531 2000) math:sum 2531}] - skolem:lemma2530 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma532 a r:Inference; - r:gives { - 2532 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 532}] - [ a r:Fact; r:gives {(532 2000) math:sum 2532}] - skolem:lemma2531 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma533 a r:Inference; - r:gives { - 2533 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 533}] - [ a r:Fact; r:gives {(533 2000) math:sum 2533}] - skolem:lemma2532 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma534 a r:Inference; - r:gives { - 2534 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 534}] - [ a r:Fact; r:gives {(534 2000) math:sum 2534}] - skolem:lemma2533 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma535 a r:Inference; - r:gives { - 2535 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 535}] - [ a r:Fact; r:gives {(535 2000) math:sum 2535}] - skolem:lemma2534 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma536 a r:Inference; - r:gives { - 2536 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 536}] - [ a r:Fact; r:gives {(536 2000) math:sum 2536}] - skolem:lemma2535 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma537 a r:Inference; - r:gives { - 2537 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 537}] - [ a r:Fact; r:gives {(537 2000) math:sum 2537}] - skolem:lemma2536 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma538 a r:Inference; - r:gives { - 2538 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 538}] - [ a r:Fact; r:gives {(538 2000) math:sum 2538}] - skolem:lemma2537 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma539 a r:Inference; - r:gives { - 2539 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 539}] - [ a r:Fact; r:gives {(539 2000) math:sum 2539}] - skolem:lemma2538 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma540 a r:Inference; - r:gives { - 2540 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 540}] - [ a r:Fact; r:gives {(540 2000) math:sum 2540}] - skolem:lemma2539 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma541 a r:Inference; - r:gives { - 2541 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 541}] - [ a r:Fact; r:gives {(541 2000) math:sum 2541}] - skolem:lemma2540 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma542 a r:Inference; - r:gives { - 2542 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 542}] - [ a r:Fact; r:gives {(542 2000) math:sum 2542}] - skolem:lemma2541 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma543 a r:Inference; - r:gives { - 2543 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 543}] - [ a r:Fact; r:gives {(543 2000) math:sum 2543}] - skolem:lemma2542 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma544 a r:Inference; - r:gives { - 2544 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 544}] - [ a r:Fact; r:gives {(544 2000) math:sum 2544}] - skolem:lemma2543 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma545 a r:Inference; - r:gives { - 2545 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 545}] - [ a r:Fact; r:gives {(545 2000) math:sum 2545}] - skolem:lemma2544 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma546 a r:Inference; - r:gives { - 2546 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 546}] - [ a r:Fact; r:gives {(546 2000) math:sum 2546}] - skolem:lemma2545 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma547 a r:Inference; - r:gives { - 2547 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 547}] - [ a r:Fact; r:gives {(547 2000) math:sum 2547}] - skolem:lemma2546 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma548 a r:Inference; - r:gives { - 2548 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 548}] - [ a r:Fact; r:gives {(548 2000) math:sum 2548}] - skolem:lemma2547 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma549 a r:Inference; - r:gives { - 2549 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 549}] - [ a r:Fact; r:gives {(549 2000) math:sum 2549}] - skolem:lemma2548 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma550 a r:Inference; - r:gives { - 2550 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 550}] - [ a r:Fact; r:gives {(550 2000) math:sum 2550}] - skolem:lemma2549 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma551 a r:Inference; - r:gives { - 2551 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 551}] - [ a r:Fact; r:gives {(551 2000) math:sum 2551}] - skolem:lemma2550 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma552 a r:Inference; - r:gives { - 2552 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 552}] - [ a r:Fact; r:gives {(552 2000) math:sum 2552}] - skolem:lemma2551 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma553 a r:Inference; - r:gives { - 2553 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 553}] - [ a r:Fact; r:gives {(553 2000) math:sum 2553}] - skolem:lemma2552 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma554 a r:Inference; - r:gives { - 2554 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 554}] - [ a r:Fact; r:gives {(554 2000) math:sum 2554}] - skolem:lemma2553 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma555 a r:Inference; - r:gives { - 2555 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 555}] - [ a r:Fact; r:gives {(555 2000) math:sum 2555}] - skolem:lemma2554 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma556 a r:Inference; - r:gives { - 2556 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 556}] - [ a r:Fact; r:gives {(556 2000) math:sum 2556}] - skolem:lemma2555 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma557 a r:Inference; - r:gives { - 2557 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 557}] - [ a r:Fact; r:gives {(557 2000) math:sum 2557}] - skolem:lemma2556 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma558 a r:Inference; - r:gives { - 2558 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 558}] - [ a r:Fact; r:gives {(558 2000) math:sum 2558}] - skolem:lemma2557 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma559 a r:Inference; - r:gives { - 2559 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 559}] - [ a r:Fact; r:gives {(559 2000) math:sum 2559}] - skolem:lemma2558 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma560 a r:Inference; - r:gives { - 2560 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 560}] - [ a r:Fact; r:gives {(560 2000) math:sum 2560}] - skolem:lemma2559 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma561 a r:Inference; - r:gives { - 2561 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 561}] - [ a r:Fact; r:gives {(561 2000) math:sum 2561}] - skolem:lemma2560 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma562 a r:Inference; - r:gives { - 2562 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 562}] - [ a r:Fact; r:gives {(562 2000) math:sum 2562}] - skolem:lemma2561 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma563 a r:Inference; - r:gives { - 2563 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 563}] - [ a r:Fact; r:gives {(563 2000) math:sum 2563}] - skolem:lemma2562 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma564 a r:Inference; - r:gives { - 2564 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 564}] - [ a r:Fact; r:gives {(564 2000) math:sum 2564}] - skolem:lemma2563 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma565 a r:Inference; - r:gives { - 2565 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 565}] - [ a r:Fact; r:gives {(565 2000) math:sum 2565}] - skolem:lemma2564 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma566 a r:Inference; - r:gives { - 2566 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 566}] - [ a r:Fact; r:gives {(566 2000) math:sum 2566}] - skolem:lemma2565 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma567 a r:Inference; - r:gives { - 2567 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 567}] - [ a r:Fact; r:gives {(567 2000) math:sum 2567}] - skolem:lemma2566 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma568 a r:Inference; - r:gives { - 2568 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 568}] - [ a r:Fact; r:gives {(568 2000) math:sum 2568}] - skolem:lemma2567 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma569 a r:Inference; - r:gives { - 2569 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 569}] - [ a r:Fact; r:gives {(569 2000) math:sum 2569}] - skolem:lemma2568 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma570 a r:Inference; - r:gives { - 2570 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 570}] - [ a r:Fact; r:gives {(570 2000) math:sum 2570}] - skolem:lemma2569 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma571 a r:Inference; - r:gives { - 2571 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 571}] - [ a r:Fact; r:gives {(571 2000) math:sum 2571}] - skolem:lemma2570 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma572 a r:Inference; - r:gives { - 2572 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 572}] - [ a r:Fact; r:gives {(572 2000) math:sum 2572}] - skolem:lemma2571 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma573 a r:Inference; - r:gives { - 2573 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 573}] - [ a r:Fact; r:gives {(573 2000) math:sum 2573}] - skolem:lemma2572 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma574 a r:Inference; - r:gives { - 2574 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 574}] - [ a r:Fact; r:gives {(574 2000) math:sum 2574}] - skolem:lemma2573 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma575 a r:Inference; - r:gives { - 2575 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 575}] - [ a r:Fact; r:gives {(575 2000) math:sum 2575}] - skolem:lemma2574 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma576 a r:Inference; - r:gives { - 2576 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 576}] - [ a r:Fact; r:gives {(576 2000) math:sum 2576}] - skolem:lemma2575 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma577 a r:Inference; - r:gives { - 2577 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 577}] - [ a r:Fact; r:gives {(577 2000) math:sum 2577}] - skolem:lemma2576 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma578 a r:Inference; - r:gives { - 2578 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 578}] - [ a r:Fact; r:gives {(578 2000) math:sum 2578}] - skolem:lemma2577 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma579 a r:Inference; - r:gives { - 2579 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 579}] - [ a r:Fact; r:gives {(579 2000) math:sum 2579}] - skolem:lemma2578 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma580 a r:Inference; - r:gives { - 2580 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 580}] - [ a r:Fact; r:gives {(580 2000) math:sum 2580}] - skolem:lemma2579 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma581 a r:Inference; - r:gives { - 2581 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 581}] - [ a r:Fact; r:gives {(581 2000) math:sum 2581}] - skolem:lemma2580 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma582 a r:Inference; - r:gives { - 2582 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 582}] - [ a r:Fact; r:gives {(582 2000) math:sum 2582}] - skolem:lemma2581 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma583 a r:Inference; - r:gives { - 2583 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 583}] - [ a r:Fact; r:gives {(583 2000) math:sum 2583}] - skolem:lemma2582 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma584 a r:Inference; - r:gives { - 2584 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 584}] - [ a r:Fact; r:gives {(584 2000) math:sum 2584}] - skolem:lemma2583 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma585 a r:Inference; - r:gives { - 2585 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 585}] - [ a r:Fact; r:gives {(585 2000) math:sum 2585}] - skolem:lemma2584 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma586 a r:Inference; - r:gives { - 2586 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 586}] - [ a r:Fact; r:gives {(586 2000) math:sum 2586}] - skolem:lemma2585 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma587 a r:Inference; - r:gives { - 2587 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 587}] - [ a r:Fact; r:gives {(587 2000) math:sum 2587}] - skolem:lemma2586 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma588 a r:Inference; - r:gives { - 2588 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 588}] - [ a r:Fact; r:gives {(588 2000) math:sum 2588}] - skolem:lemma2587 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma589 a r:Inference; - r:gives { - 2589 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 589}] - [ a r:Fact; r:gives {(589 2000) math:sum 2589}] - skolem:lemma2588 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma590 a r:Inference; - r:gives { - 2590 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 590}] - [ a r:Fact; r:gives {(590 2000) math:sum 2590}] - skolem:lemma2589 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma591 a r:Inference; - r:gives { - 2591 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 591}] - [ a r:Fact; r:gives {(591 2000) math:sum 2591}] - skolem:lemma2590 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma592 a r:Inference; - r:gives { - 2592 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 592}] - [ a r:Fact; r:gives {(592 2000) math:sum 2592}] - skolem:lemma2591 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma593 a r:Inference; - r:gives { - 2593 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 593}] - [ a r:Fact; r:gives {(593 2000) math:sum 2593}] - skolem:lemma2592 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma594 a r:Inference; - r:gives { - 2594 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 594}] - [ a r:Fact; r:gives {(594 2000) math:sum 2594}] - skolem:lemma2593 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma595 a r:Inference; - r:gives { - 2595 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 595}] - [ a r:Fact; r:gives {(595 2000) math:sum 2595}] - skolem:lemma2594 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma596 a r:Inference; - r:gives { - 2596 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 596}] - [ a r:Fact; r:gives {(596 2000) math:sum 2596}] - skolem:lemma2595 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma597 a r:Inference; - r:gives { - 2597 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 597}] - [ a r:Fact; r:gives {(597 2000) math:sum 2597}] - skolem:lemma2596 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma598 a r:Inference; - r:gives { - 2598 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 598}] - [ a r:Fact; r:gives {(598 2000) math:sum 2598}] - skolem:lemma2597 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma599 a r:Inference; - r:gives { - 2599 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 599}] - [ a r:Fact; r:gives {(599 2000) math:sum 2599}] - skolem:lemma2598 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma600 a r:Inference; - r:gives { - 2600 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 600}] - [ a r:Fact; r:gives {(600 2000) math:sum 2600}] - skolem:lemma2599 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma601 a r:Inference; - r:gives { - 2601 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 601}] - [ a r:Fact; r:gives {(601 2000) math:sum 2601}] - skolem:lemma2600 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma602 a r:Inference; - r:gives { - 2602 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 602}] - [ a r:Fact; r:gives {(602 2000) math:sum 2602}] - skolem:lemma2601 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma603 a r:Inference; - r:gives { - 2603 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 603}] - [ a r:Fact; r:gives {(603 2000) math:sum 2603}] - skolem:lemma2602 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma604 a r:Inference; - r:gives { - 2604 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 604}] - [ a r:Fact; r:gives {(604 2000) math:sum 2604}] - skolem:lemma2603 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma605 a r:Inference; - r:gives { - 2605 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 605}] - [ a r:Fact; r:gives {(605 2000) math:sum 2605}] - skolem:lemma2604 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma606 a r:Inference; - r:gives { - 2606 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 606}] - [ a r:Fact; r:gives {(606 2000) math:sum 2606}] - skolem:lemma2605 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma607 a r:Inference; - r:gives { - 2607 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 607}] - [ a r:Fact; r:gives {(607 2000) math:sum 2607}] - skolem:lemma2606 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma608 a r:Inference; - r:gives { - 2608 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 608}] - [ a r:Fact; r:gives {(608 2000) math:sum 2608}] - skolem:lemma2607 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma609 a r:Inference; - r:gives { - 2609 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 609}] - [ a r:Fact; r:gives {(609 2000) math:sum 2609}] - skolem:lemma2608 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma610 a r:Inference; - r:gives { - 2610 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 610}] - [ a r:Fact; r:gives {(610 2000) math:sum 2610}] - skolem:lemma2609 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma611 a r:Inference; - r:gives { - 2611 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 611}] - [ a r:Fact; r:gives {(611 2000) math:sum 2611}] - skolem:lemma2610 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma612 a r:Inference; - r:gives { - 2612 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 612}] - [ a r:Fact; r:gives {(612 2000) math:sum 2612}] - skolem:lemma2611 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma613 a r:Inference; - r:gives { - 2613 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 613}] - [ a r:Fact; r:gives {(613 2000) math:sum 2613}] - skolem:lemma2612 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma614 a r:Inference; - r:gives { - 2614 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 614}] - [ a r:Fact; r:gives {(614 2000) math:sum 2614}] - skolem:lemma2613 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma615 a r:Inference; - r:gives { - 2615 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 615}] - [ a r:Fact; r:gives {(615 2000) math:sum 2615}] - skolem:lemma2614 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma616 a r:Inference; - r:gives { - 2616 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 616}] - [ a r:Fact; r:gives {(616 2000) math:sum 2616}] - skolem:lemma2615 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma617 a r:Inference; - r:gives { - 2617 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 617}] - [ a r:Fact; r:gives {(617 2000) math:sum 2617}] - skolem:lemma2616 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma618 a r:Inference; - r:gives { - 2618 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 618}] - [ a r:Fact; r:gives {(618 2000) math:sum 2618}] - skolem:lemma2617 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma619 a r:Inference; - r:gives { - 2619 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 619}] - [ a r:Fact; r:gives {(619 2000) math:sum 2619}] - skolem:lemma2618 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma620 a r:Inference; - r:gives { - 2620 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 620}] - [ a r:Fact; r:gives {(620 2000) math:sum 2620}] - skolem:lemma2619 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma621 a r:Inference; - r:gives { - 2621 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 621}] - [ a r:Fact; r:gives {(621 2000) math:sum 2621}] - skolem:lemma2620 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma622 a r:Inference; - r:gives { - 2622 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 622}] - [ a r:Fact; r:gives {(622 2000) math:sum 2622}] - skolem:lemma2621 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma623 a r:Inference; - r:gives { - 2623 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 623}] - [ a r:Fact; r:gives {(623 2000) math:sum 2623}] - skolem:lemma2622 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma624 a r:Inference; - r:gives { - 2624 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 624}] - [ a r:Fact; r:gives {(624 2000) math:sum 2624}] - skolem:lemma2623 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma625 a r:Inference; - r:gives { - 2625 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 625}] - [ a r:Fact; r:gives {(625 2000) math:sum 2625}] - skolem:lemma2624 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma626 a r:Inference; - r:gives { - 2626 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 626}] - [ a r:Fact; r:gives {(626 2000) math:sum 2626}] - skolem:lemma2625 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma627 a r:Inference; - r:gives { - 2627 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 627}] - [ a r:Fact; r:gives {(627 2000) math:sum 2627}] - skolem:lemma2626 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma628 a r:Inference; - r:gives { - 2628 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 628}] - [ a r:Fact; r:gives {(628 2000) math:sum 2628}] - skolem:lemma2627 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma629 a r:Inference; - r:gives { - 2629 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 629}] - [ a r:Fact; r:gives {(629 2000) math:sum 2629}] - skolem:lemma2628 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma630 a r:Inference; - r:gives { - 2630 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 630}] - [ a r:Fact; r:gives {(630 2000) math:sum 2630}] - skolem:lemma2629 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma631 a r:Inference; - r:gives { - 2631 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 631}] - [ a r:Fact; r:gives {(631 2000) math:sum 2631}] - skolem:lemma2630 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma632 a r:Inference; - r:gives { - 2632 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 632}] - [ a r:Fact; r:gives {(632 2000) math:sum 2632}] - skolem:lemma2631 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma633 a r:Inference; - r:gives { - 2633 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 633}] - [ a r:Fact; r:gives {(633 2000) math:sum 2633}] - skolem:lemma2632 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma634 a r:Inference; - r:gives { - 2634 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 634}] - [ a r:Fact; r:gives {(634 2000) math:sum 2634}] - skolem:lemma2633 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma635 a r:Inference; - r:gives { - 2635 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 635}] - [ a r:Fact; r:gives {(635 2000) math:sum 2635}] - skolem:lemma2634 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma636 a r:Inference; - r:gives { - 2636 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 636}] - [ a r:Fact; r:gives {(636 2000) math:sum 2636}] - skolem:lemma2635 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma637 a r:Inference; - r:gives { - 2637 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 637}] - [ a r:Fact; r:gives {(637 2000) math:sum 2637}] - skolem:lemma2636 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma638 a r:Inference; - r:gives { - 2638 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 638}] - [ a r:Fact; r:gives {(638 2000) math:sum 2638}] - skolem:lemma2637 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma639 a r:Inference; - r:gives { - 2639 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 639}] - [ a r:Fact; r:gives {(639 2000) math:sum 2639}] - skolem:lemma2638 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma640 a r:Inference; - r:gives { - 2640 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 640}] - [ a r:Fact; r:gives {(640 2000) math:sum 2640}] - skolem:lemma2639 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma641 a r:Inference; - r:gives { - 2641 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 641}] - [ a r:Fact; r:gives {(641 2000) math:sum 2641}] - skolem:lemma2640 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma642 a r:Inference; - r:gives { - 2642 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 642}] - [ a r:Fact; r:gives {(642 2000) math:sum 2642}] - skolem:lemma2641 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma643 a r:Inference; - r:gives { - 2643 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 643}] - [ a r:Fact; r:gives {(643 2000) math:sum 2643}] - skolem:lemma2642 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma644 a r:Inference; - r:gives { - 2644 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 644}] - [ a r:Fact; r:gives {(644 2000) math:sum 2644}] - skolem:lemma2643 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma645 a r:Inference; - r:gives { - 2645 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 645}] - [ a r:Fact; r:gives {(645 2000) math:sum 2645}] - skolem:lemma2644 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma646 a r:Inference; - r:gives { - 2646 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 646}] - [ a r:Fact; r:gives {(646 2000) math:sum 2646}] - skolem:lemma2645 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma647 a r:Inference; - r:gives { - 2647 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 647}] - [ a r:Fact; r:gives {(647 2000) math:sum 2647}] - skolem:lemma2646 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma648 a r:Inference; - r:gives { - 2648 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 648}] - [ a r:Fact; r:gives {(648 2000) math:sum 2648}] - skolem:lemma2647 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma649 a r:Inference; - r:gives { - 2649 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 649}] - [ a r:Fact; r:gives {(649 2000) math:sum 2649}] - skolem:lemma2648 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma650 a r:Inference; - r:gives { - 2650 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 650}] - [ a r:Fact; r:gives {(650 2000) math:sum 2650}] - skolem:lemma2649 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma651 a r:Inference; - r:gives { - 2651 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 651}] - [ a r:Fact; r:gives {(651 2000) math:sum 2651}] - skolem:lemma2650 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma652 a r:Inference; - r:gives { - 2652 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 652}] - [ a r:Fact; r:gives {(652 2000) math:sum 2652}] - skolem:lemma2651 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma653 a r:Inference; - r:gives { - 2653 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 653}] - [ a r:Fact; r:gives {(653 2000) math:sum 2653}] - skolem:lemma2652 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma654 a r:Inference; - r:gives { - 2654 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 654}] - [ a r:Fact; r:gives {(654 2000) math:sum 2654}] - skolem:lemma2653 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma655 a r:Inference; - r:gives { - 2655 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 655}] - [ a r:Fact; r:gives {(655 2000) math:sum 2655}] - skolem:lemma2654 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma656 a r:Inference; - r:gives { - 2656 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 656}] - [ a r:Fact; r:gives {(656 2000) math:sum 2656}] - skolem:lemma2655 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma657 a r:Inference; - r:gives { - 2657 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 657}] - [ a r:Fact; r:gives {(657 2000) math:sum 2657}] - skolem:lemma2656 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma658 a r:Inference; - r:gives { - 2658 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 658}] - [ a r:Fact; r:gives {(658 2000) math:sum 2658}] - skolem:lemma2657 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma659 a r:Inference; - r:gives { - 2659 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 659}] - [ a r:Fact; r:gives {(659 2000) math:sum 2659}] - skolem:lemma2658 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma660 a r:Inference; - r:gives { - 2660 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 660}] - [ a r:Fact; r:gives {(660 2000) math:sum 2660}] - skolem:lemma2659 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma661 a r:Inference; - r:gives { - 2661 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 661}] - [ a r:Fact; r:gives {(661 2000) math:sum 2661}] - skolem:lemma2660 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma662 a r:Inference; - r:gives { - 2662 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 662}] - [ a r:Fact; r:gives {(662 2000) math:sum 2662}] - skolem:lemma2661 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma663 a r:Inference; - r:gives { - 2663 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 663}] - [ a r:Fact; r:gives {(663 2000) math:sum 2663}] - skolem:lemma2662 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma664 a r:Inference; - r:gives { - 2664 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 664}] - [ a r:Fact; r:gives {(664 2000) math:sum 2664}] - skolem:lemma2663 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma665 a r:Inference; - r:gives { - 2665 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 665}] - [ a r:Fact; r:gives {(665 2000) math:sum 2665}] - skolem:lemma2664 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma666 a r:Inference; - r:gives { - 2666 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 666}] - [ a r:Fact; r:gives {(666 2000) math:sum 2666}] - skolem:lemma2665 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma667 a r:Inference; - r:gives { - 2667 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 667}] - [ a r:Fact; r:gives {(667 2000) math:sum 2667}] - skolem:lemma2666 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma668 a r:Inference; - r:gives { - 2668 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 668}] - [ a r:Fact; r:gives {(668 2000) math:sum 2668}] - skolem:lemma2667 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma669 a r:Inference; - r:gives { - 2669 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 669}] - [ a r:Fact; r:gives {(669 2000) math:sum 2669}] - skolem:lemma2668 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma670 a r:Inference; - r:gives { - 2670 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 670}] - [ a r:Fact; r:gives {(670 2000) math:sum 2670}] - skolem:lemma2669 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma671 a r:Inference; - r:gives { - 2671 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 671}] - [ a r:Fact; r:gives {(671 2000) math:sum 2671}] - skolem:lemma2670 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma672 a r:Inference; - r:gives { - 2672 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 672}] - [ a r:Fact; r:gives {(672 2000) math:sum 2672}] - skolem:lemma2671 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma673 a r:Inference; - r:gives { - 2673 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 673}] - [ a r:Fact; r:gives {(673 2000) math:sum 2673}] - skolem:lemma2672 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma674 a r:Inference; - r:gives { - 2674 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 674}] - [ a r:Fact; r:gives {(674 2000) math:sum 2674}] - skolem:lemma2673 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma675 a r:Inference; - r:gives { - 2675 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 675}] - [ a r:Fact; r:gives {(675 2000) math:sum 2675}] - skolem:lemma2674 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma676 a r:Inference; - r:gives { - 2676 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 676}] - [ a r:Fact; r:gives {(676 2000) math:sum 2676}] - skolem:lemma2675 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma677 a r:Inference; - r:gives { - 2677 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 677}] - [ a r:Fact; r:gives {(677 2000) math:sum 2677}] - skolem:lemma2676 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma678 a r:Inference; - r:gives { - 2678 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 678}] - [ a r:Fact; r:gives {(678 2000) math:sum 2678}] - skolem:lemma2677 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma679 a r:Inference; - r:gives { - 2679 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 679}] - [ a r:Fact; r:gives {(679 2000) math:sum 2679}] - skolem:lemma2678 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma680 a r:Inference; - r:gives { - 2680 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 680}] - [ a r:Fact; r:gives {(680 2000) math:sum 2680}] - skolem:lemma2679 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma681 a r:Inference; - r:gives { - 2681 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 681}] - [ a r:Fact; r:gives {(681 2000) math:sum 2681}] - skolem:lemma2680 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma682 a r:Inference; - r:gives { - 2682 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 682}] - [ a r:Fact; r:gives {(682 2000) math:sum 2682}] - skolem:lemma2681 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma683 a r:Inference; - r:gives { - 2683 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 683}] - [ a r:Fact; r:gives {(683 2000) math:sum 2683}] - skolem:lemma2682 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma684 a r:Inference; - r:gives { - 2684 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 684}] - [ a r:Fact; r:gives {(684 2000) math:sum 2684}] - skolem:lemma2683 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma685 a r:Inference; - r:gives { - 2685 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 685}] - [ a r:Fact; r:gives {(685 2000) math:sum 2685}] - skolem:lemma2684 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma686 a r:Inference; - r:gives { - 2686 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 686}] - [ a r:Fact; r:gives {(686 2000) math:sum 2686}] - skolem:lemma2685 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma687 a r:Inference; - r:gives { - 2687 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 687}] - [ a r:Fact; r:gives {(687 2000) math:sum 2687}] - skolem:lemma2686 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma688 a r:Inference; - r:gives { - 2688 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 688}] - [ a r:Fact; r:gives {(688 2000) math:sum 2688}] - skolem:lemma2687 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma689 a r:Inference; - r:gives { - 2689 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 689}] - [ a r:Fact; r:gives {(689 2000) math:sum 2689}] - skolem:lemma2688 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma690 a r:Inference; - r:gives { - 2690 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 690}] - [ a r:Fact; r:gives {(690 2000) math:sum 2690}] - skolem:lemma2689 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma691 a r:Inference; - r:gives { - 2691 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 691}] - [ a r:Fact; r:gives {(691 2000) math:sum 2691}] - skolem:lemma2690 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma692 a r:Inference; - r:gives { - 2692 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 692}] - [ a r:Fact; r:gives {(692 2000) math:sum 2692}] - skolem:lemma2691 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma693 a r:Inference; - r:gives { - 2693 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 693}] - [ a r:Fact; r:gives {(693 2000) math:sum 2693}] - skolem:lemma2692 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma694 a r:Inference; - r:gives { - 2694 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 694}] - [ a r:Fact; r:gives {(694 2000) math:sum 2694}] - skolem:lemma2693 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma695 a r:Inference; - r:gives { - 2695 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 695}] - [ a r:Fact; r:gives {(695 2000) math:sum 2695}] - skolem:lemma2694 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma696 a r:Inference; - r:gives { - 2696 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 696}] - [ a r:Fact; r:gives {(696 2000) math:sum 2696}] - skolem:lemma2695 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma697 a r:Inference; - r:gives { - 2697 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 697}] - [ a r:Fact; r:gives {(697 2000) math:sum 2697}] - skolem:lemma2696 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma698 a r:Inference; - r:gives { - 2698 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 698}] - [ a r:Fact; r:gives {(698 2000) math:sum 2698}] - skolem:lemma2697 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma699 a r:Inference; - r:gives { - 2699 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 699}] - [ a r:Fact; r:gives {(699 2000) math:sum 2699}] - skolem:lemma2698 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma700 a r:Inference; - r:gives { - 2700 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 700}] - [ a r:Fact; r:gives {(700 2000) math:sum 2700}] - skolem:lemma2699 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma701 a r:Inference; - r:gives { - 2701 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 701}] - [ a r:Fact; r:gives {(701 2000) math:sum 2701}] - skolem:lemma2700 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma702 a r:Inference; - r:gives { - 2702 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 702}] - [ a r:Fact; r:gives {(702 2000) math:sum 2702}] - skolem:lemma2701 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma703 a r:Inference; - r:gives { - 2703 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 703}] - [ a r:Fact; r:gives {(703 2000) math:sum 2703}] - skolem:lemma2702 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma704 a r:Inference; - r:gives { - 2704 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 704}] - [ a r:Fact; r:gives {(704 2000) math:sum 2704}] - skolem:lemma2703 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma705 a r:Inference; - r:gives { - 2705 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 705}] - [ a r:Fact; r:gives {(705 2000) math:sum 2705}] - skolem:lemma2704 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma706 a r:Inference; - r:gives { - 2706 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 706}] - [ a r:Fact; r:gives {(706 2000) math:sum 2706}] - skolem:lemma2705 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma707 a r:Inference; - r:gives { - 2707 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 707}] - [ a r:Fact; r:gives {(707 2000) math:sum 2707}] - skolem:lemma2706 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma708 a r:Inference; - r:gives { - 2708 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 708}] - [ a r:Fact; r:gives {(708 2000) math:sum 2708}] - skolem:lemma2707 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma709 a r:Inference; - r:gives { - 2709 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 709}] - [ a r:Fact; r:gives {(709 2000) math:sum 2709}] - skolem:lemma2708 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma710 a r:Inference; - r:gives { - 2710 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 710}] - [ a r:Fact; r:gives {(710 2000) math:sum 2710}] - skolem:lemma2709 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma711 a r:Inference; - r:gives { - 2711 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 711}] - [ a r:Fact; r:gives {(711 2000) math:sum 2711}] - skolem:lemma2710 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma712 a r:Inference; - r:gives { - 2712 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 712}] - [ a r:Fact; r:gives {(712 2000) math:sum 2712}] - skolem:lemma2711 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma713 a r:Inference; - r:gives { - 2713 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 713}] - [ a r:Fact; r:gives {(713 2000) math:sum 2713}] - skolem:lemma2712 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma714 a r:Inference; - r:gives { - 2714 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 714}] - [ a r:Fact; r:gives {(714 2000) math:sum 2714}] - skolem:lemma2713 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma715 a r:Inference; - r:gives { - 2715 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 715}] - [ a r:Fact; r:gives {(715 2000) math:sum 2715}] - skolem:lemma2714 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma716 a r:Inference; - r:gives { - 2716 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 716}] - [ a r:Fact; r:gives {(716 2000) math:sum 2716}] - skolem:lemma2715 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma717 a r:Inference; - r:gives { - 2717 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 717}] - [ a r:Fact; r:gives {(717 2000) math:sum 2717}] - skolem:lemma2716 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma718 a r:Inference; - r:gives { - 2718 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 718}] - [ a r:Fact; r:gives {(718 2000) math:sum 2718}] - skolem:lemma2717 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma719 a r:Inference; - r:gives { - 2719 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 719}] - [ a r:Fact; r:gives {(719 2000) math:sum 2719}] - skolem:lemma2718 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma720 a r:Inference; - r:gives { - 2720 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 720}] - [ a r:Fact; r:gives {(720 2000) math:sum 2720}] - skolem:lemma2719 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma721 a r:Inference; - r:gives { - 2721 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 721}] - [ a r:Fact; r:gives {(721 2000) math:sum 2721}] - skolem:lemma2720 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma722 a r:Inference; - r:gives { - 2722 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 722}] - [ a r:Fact; r:gives {(722 2000) math:sum 2722}] - skolem:lemma2721 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma723 a r:Inference; - r:gives { - 2723 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 723}] - [ a r:Fact; r:gives {(723 2000) math:sum 2723}] - skolem:lemma2722 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma724 a r:Inference; - r:gives { - 2724 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 724}] - [ a r:Fact; r:gives {(724 2000) math:sum 2724}] - skolem:lemma2723 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma725 a r:Inference; - r:gives { - 2725 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 725}] - [ a r:Fact; r:gives {(725 2000) math:sum 2725}] - skolem:lemma2724 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma726 a r:Inference; - r:gives { - 2726 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 726}] - [ a r:Fact; r:gives {(726 2000) math:sum 2726}] - skolem:lemma2725 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma727 a r:Inference; - r:gives { - 2727 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 727}] - [ a r:Fact; r:gives {(727 2000) math:sum 2727}] - skolem:lemma2726 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma728 a r:Inference; - r:gives { - 2728 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 728}] - [ a r:Fact; r:gives {(728 2000) math:sum 2728}] - skolem:lemma2727 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma729 a r:Inference; - r:gives { - 2729 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 729}] - [ a r:Fact; r:gives {(729 2000) math:sum 2729}] - skolem:lemma2728 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma730 a r:Inference; - r:gives { - 2730 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 730}] - [ a r:Fact; r:gives {(730 2000) math:sum 2730}] - skolem:lemma2729 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma731 a r:Inference; - r:gives { - 2731 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 731}] - [ a r:Fact; r:gives {(731 2000) math:sum 2731}] - skolem:lemma2730 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma732 a r:Inference; - r:gives { - 2732 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 732}] - [ a r:Fact; r:gives {(732 2000) math:sum 2732}] - skolem:lemma2731 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma733 a r:Inference; - r:gives { - 2733 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 733}] - [ a r:Fact; r:gives {(733 2000) math:sum 2733}] - skolem:lemma2732 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma734 a r:Inference; - r:gives { - 2734 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 734}] - [ a r:Fact; r:gives {(734 2000) math:sum 2734}] - skolem:lemma2733 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma735 a r:Inference; - r:gives { - 2735 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 735}] - [ a r:Fact; r:gives {(735 2000) math:sum 2735}] - skolem:lemma2734 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma736 a r:Inference; - r:gives { - 2736 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 736}] - [ a r:Fact; r:gives {(736 2000) math:sum 2736}] - skolem:lemma2735 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma737 a r:Inference; - r:gives { - 2737 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 737}] - [ a r:Fact; r:gives {(737 2000) math:sum 2737}] - skolem:lemma2736 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma738 a r:Inference; - r:gives { - 2738 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 738}] - [ a r:Fact; r:gives {(738 2000) math:sum 2738}] - skolem:lemma2737 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma739 a r:Inference; - r:gives { - 2739 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 739}] - [ a r:Fact; r:gives {(739 2000) math:sum 2739}] - skolem:lemma2738 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma740 a r:Inference; - r:gives { - 2740 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 740}] - [ a r:Fact; r:gives {(740 2000) math:sum 2740}] - skolem:lemma2739 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma741 a r:Inference; - r:gives { - 2741 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 741}] - [ a r:Fact; r:gives {(741 2000) math:sum 2741}] - skolem:lemma2740 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma742 a r:Inference; - r:gives { - 2742 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 742}] - [ a r:Fact; r:gives {(742 2000) math:sum 2742}] - skolem:lemma2741 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma743 a r:Inference; - r:gives { - 2743 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 743}] - [ a r:Fact; r:gives {(743 2000) math:sum 2743}] - skolem:lemma2742 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma744 a r:Inference; - r:gives { - 2744 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 744}] - [ a r:Fact; r:gives {(744 2000) math:sum 2744}] - skolem:lemma2743 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma745 a r:Inference; - r:gives { - 2745 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 745}] - [ a r:Fact; r:gives {(745 2000) math:sum 2745}] - skolem:lemma2744 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma746 a r:Inference; - r:gives { - 2746 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 746}] - [ a r:Fact; r:gives {(746 2000) math:sum 2746}] - skolem:lemma2745 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma747 a r:Inference; - r:gives { - 2747 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 747}] - [ a r:Fact; r:gives {(747 2000) math:sum 2747}] - skolem:lemma2746 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma748 a r:Inference; - r:gives { - 2748 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 748}] - [ a r:Fact; r:gives {(748 2000) math:sum 2748}] - skolem:lemma2747 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma749 a r:Inference; - r:gives { - 2749 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 749}] - [ a r:Fact; r:gives {(749 2000) math:sum 2749}] - skolem:lemma2748 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma750 a r:Inference; - r:gives { - 2750 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 750}] - [ a r:Fact; r:gives {(750 2000) math:sum 2750}] - skolem:lemma2749 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma751 a r:Inference; - r:gives { - 2751 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 751}] - [ a r:Fact; r:gives {(751 2000) math:sum 2751}] - skolem:lemma2750 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma752 a r:Inference; - r:gives { - 2752 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 752}] - [ a r:Fact; r:gives {(752 2000) math:sum 2752}] - skolem:lemma2751 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma753 a r:Inference; - r:gives { - 2753 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 753}] - [ a r:Fact; r:gives {(753 2000) math:sum 2753}] - skolem:lemma2752 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma754 a r:Inference; - r:gives { - 2754 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 754}] - [ a r:Fact; r:gives {(754 2000) math:sum 2754}] - skolem:lemma2753 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma755 a r:Inference; - r:gives { - 2755 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 755}] - [ a r:Fact; r:gives {(755 2000) math:sum 2755}] - skolem:lemma2754 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma756 a r:Inference; - r:gives { - 2756 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 756}] - [ a r:Fact; r:gives {(756 2000) math:sum 2756}] - skolem:lemma2755 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma757 a r:Inference; - r:gives { - 2757 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 757}] - [ a r:Fact; r:gives {(757 2000) math:sum 2757}] - skolem:lemma2756 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma758 a r:Inference; - r:gives { - 2758 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 758}] - [ a r:Fact; r:gives {(758 2000) math:sum 2758}] - skolem:lemma2757 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma759 a r:Inference; - r:gives { - 2759 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 759}] - [ a r:Fact; r:gives {(759 2000) math:sum 2759}] - skolem:lemma2758 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma760 a r:Inference; - r:gives { - 2760 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 760}] - [ a r:Fact; r:gives {(760 2000) math:sum 2760}] - skolem:lemma2759 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma761 a r:Inference; - r:gives { - 2761 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 761}] - [ a r:Fact; r:gives {(761 2000) math:sum 2761}] - skolem:lemma2760 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma762 a r:Inference; - r:gives { - 2762 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 762}] - [ a r:Fact; r:gives {(762 2000) math:sum 2762}] - skolem:lemma2761 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma763 a r:Inference; - r:gives { - 2763 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 763}] - [ a r:Fact; r:gives {(763 2000) math:sum 2763}] - skolem:lemma2762 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma764 a r:Inference; - r:gives { - 2764 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 764}] - [ a r:Fact; r:gives {(764 2000) math:sum 2764}] - skolem:lemma2763 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma765 a r:Inference; - r:gives { - 2765 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 765}] - [ a r:Fact; r:gives {(765 2000) math:sum 2765}] - skolem:lemma2764 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma766 a r:Inference; - r:gives { - 2766 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 766}] - [ a r:Fact; r:gives {(766 2000) math:sum 2766}] - skolem:lemma2765 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma767 a r:Inference; - r:gives { - 2767 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 767}] - [ a r:Fact; r:gives {(767 2000) math:sum 2767}] - skolem:lemma2766 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma768 a r:Inference; - r:gives { - 2768 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 768}] - [ a r:Fact; r:gives {(768 2000) math:sum 2768}] - skolem:lemma2767 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma769 a r:Inference; - r:gives { - 2769 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 769}] - [ a r:Fact; r:gives {(769 2000) math:sum 2769}] - skolem:lemma2768 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma770 a r:Inference; - r:gives { - 2770 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 770}] - [ a r:Fact; r:gives {(770 2000) math:sum 2770}] - skolem:lemma2769 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma771 a r:Inference; - r:gives { - 2771 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 771}] - [ a r:Fact; r:gives {(771 2000) math:sum 2771}] - skolem:lemma2770 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma772 a r:Inference; - r:gives { - 2772 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 772}] - [ a r:Fact; r:gives {(772 2000) math:sum 2772}] - skolem:lemma2771 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma773 a r:Inference; - r:gives { - 2773 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 773}] - [ a r:Fact; r:gives {(773 2000) math:sum 2773}] - skolem:lemma2772 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma774 a r:Inference; - r:gives { - 2774 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 774}] - [ a r:Fact; r:gives {(774 2000) math:sum 2774}] - skolem:lemma2773 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma775 a r:Inference; - r:gives { - 2775 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 775}] - [ a r:Fact; r:gives {(775 2000) math:sum 2775}] - skolem:lemma2774 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma776 a r:Inference; - r:gives { - 2776 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 776}] - [ a r:Fact; r:gives {(776 2000) math:sum 2776}] - skolem:lemma2775 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma777 a r:Inference; - r:gives { - 2777 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 777}] - [ a r:Fact; r:gives {(777 2000) math:sum 2777}] - skolem:lemma2776 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma778 a r:Inference; - r:gives { - 2778 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 778}] - [ a r:Fact; r:gives {(778 2000) math:sum 2778}] - skolem:lemma2777 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma779 a r:Inference; - r:gives { - 2779 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 779}] - [ a r:Fact; r:gives {(779 2000) math:sum 2779}] - skolem:lemma2778 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma780 a r:Inference; - r:gives { - 2780 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 780}] - [ a r:Fact; r:gives {(780 2000) math:sum 2780}] - skolem:lemma2779 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma781 a r:Inference; - r:gives { - 2781 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 781}] - [ a r:Fact; r:gives {(781 2000) math:sum 2781}] - skolem:lemma2780 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma782 a r:Inference; - r:gives { - 2782 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 782}] - [ a r:Fact; r:gives {(782 2000) math:sum 2782}] - skolem:lemma2781 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma783 a r:Inference; - r:gives { - 2783 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 783}] - [ a r:Fact; r:gives {(783 2000) math:sum 2783}] - skolem:lemma2782 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma784 a r:Inference; - r:gives { - 2784 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 784}] - [ a r:Fact; r:gives {(784 2000) math:sum 2784}] - skolem:lemma2783 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma785 a r:Inference; - r:gives { - 2785 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 785}] - [ a r:Fact; r:gives {(785 2000) math:sum 2785}] - skolem:lemma2784 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma786 a r:Inference; - r:gives { - 2786 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 786}] - [ a r:Fact; r:gives {(786 2000) math:sum 2786}] - skolem:lemma2785 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma787 a r:Inference; - r:gives { - 2787 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 787}] - [ a r:Fact; r:gives {(787 2000) math:sum 2787}] - skolem:lemma2786 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma788 a r:Inference; - r:gives { - 2788 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 788}] - [ a r:Fact; r:gives {(788 2000) math:sum 2788}] - skolem:lemma2787 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma789 a r:Inference; - r:gives { - 2789 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 789}] - [ a r:Fact; r:gives {(789 2000) math:sum 2789}] - skolem:lemma2788 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma790 a r:Inference; - r:gives { - 2790 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 790}] - [ a r:Fact; r:gives {(790 2000) math:sum 2790}] - skolem:lemma2789 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma791 a r:Inference; - r:gives { - 2791 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 791}] - [ a r:Fact; r:gives {(791 2000) math:sum 2791}] - skolem:lemma2790 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma792 a r:Inference; - r:gives { - 2792 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 792}] - [ a r:Fact; r:gives {(792 2000) math:sum 2792}] - skolem:lemma2791 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma793 a r:Inference; - r:gives { - 2793 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 793}] - [ a r:Fact; r:gives {(793 2000) math:sum 2793}] - skolem:lemma2792 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma794 a r:Inference; - r:gives { - 2794 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 794}] - [ a r:Fact; r:gives {(794 2000) math:sum 2794}] - skolem:lemma2793 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma795 a r:Inference; - r:gives { - 2795 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 795}] - [ a r:Fact; r:gives {(795 2000) math:sum 2795}] - skolem:lemma2794 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma796 a r:Inference; - r:gives { - 2796 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 796}] - [ a r:Fact; r:gives {(796 2000) math:sum 2796}] - skolem:lemma2795 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma797 a r:Inference; - r:gives { - 2797 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 797}] - [ a r:Fact; r:gives {(797 2000) math:sum 2797}] - skolem:lemma2796 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma798 a r:Inference; - r:gives { - 2798 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 798}] - [ a r:Fact; r:gives {(798 2000) math:sum 2798}] - skolem:lemma2797 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma799 a r:Inference; - r:gives { - 2799 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 799}] - [ a r:Fact; r:gives {(799 2000) math:sum 2799}] - skolem:lemma2798 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma800 a r:Inference; - r:gives { - 2800 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 800}] - [ a r:Fact; r:gives {(800 2000) math:sum 2800}] - skolem:lemma2799 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma801 a r:Inference; - r:gives { - 2801 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 801}] - [ a r:Fact; r:gives {(801 2000) math:sum 2801}] - skolem:lemma2800 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma802 a r:Inference; - r:gives { - 2802 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 802}] - [ a r:Fact; r:gives {(802 2000) math:sum 2802}] - skolem:lemma2801 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma803 a r:Inference; - r:gives { - 2803 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 803}] - [ a r:Fact; r:gives {(803 2000) math:sum 2803}] - skolem:lemma2802 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma804 a r:Inference; - r:gives { - 2804 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 804}] - [ a r:Fact; r:gives {(804 2000) math:sum 2804}] - skolem:lemma2803 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma805 a r:Inference; - r:gives { - 2805 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 805}] - [ a r:Fact; r:gives {(805 2000) math:sum 2805}] - skolem:lemma2804 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma806 a r:Inference; - r:gives { - 2806 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 806}] - [ a r:Fact; r:gives {(806 2000) math:sum 2806}] - skolem:lemma2805 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma807 a r:Inference; - r:gives { - 2807 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 807}] - [ a r:Fact; r:gives {(807 2000) math:sum 2807}] - skolem:lemma2806 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma808 a r:Inference; - r:gives { - 2808 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 808}] - [ a r:Fact; r:gives {(808 2000) math:sum 2808}] - skolem:lemma2807 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma809 a r:Inference; - r:gives { - 2809 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 809}] - [ a r:Fact; r:gives {(809 2000) math:sum 2809}] - skolem:lemma2808 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma810 a r:Inference; - r:gives { - 2810 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 810}] - [ a r:Fact; r:gives {(810 2000) math:sum 2810}] - skolem:lemma2809 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma811 a r:Inference; - r:gives { - 2811 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 811}] - [ a r:Fact; r:gives {(811 2000) math:sum 2811}] - skolem:lemma2810 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma812 a r:Inference; - r:gives { - 2812 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 812}] - [ a r:Fact; r:gives {(812 2000) math:sum 2812}] - skolem:lemma2811 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma813 a r:Inference; - r:gives { - 2813 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 813}] - [ a r:Fact; r:gives {(813 2000) math:sum 2813}] - skolem:lemma2812 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma814 a r:Inference; - r:gives { - 2814 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 814}] - [ a r:Fact; r:gives {(814 2000) math:sum 2814}] - skolem:lemma2813 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma815 a r:Inference; - r:gives { - 2815 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 815}] - [ a r:Fact; r:gives {(815 2000) math:sum 2815}] - skolem:lemma2814 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma816 a r:Inference; - r:gives { - 2816 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 816}] - [ a r:Fact; r:gives {(816 2000) math:sum 2816}] - skolem:lemma2815 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma817 a r:Inference; - r:gives { - 2817 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 817}] - [ a r:Fact; r:gives {(817 2000) math:sum 2817}] - skolem:lemma2816 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma818 a r:Inference; - r:gives { - 2818 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 818}] - [ a r:Fact; r:gives {(818 2000) math:sum 2818}] - skolem:lemma2817 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma819 a r:Inference; - r:gives { - 2819 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 819}] - [ a r:Fact; r:gives {(819 2000) math:sum 2819}] - skolem:lemma2818 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma820 a r:Inference; - r:gives { - 2820 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 820}] - [ a r:Fact; r:gives {(820 2000) math:sum 2820}] - skolem:lemma2819 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma821 a r:Inference; - r:gives { - 2821 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 821}] - [ a r:Fact; r:gives {(821 2000) math:sum 2821}] - skolem:lemma2820 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma822 a r:Inference; - r:gives { - 2822 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 822}] - [ a r:Fact; r:gives {(822 2000) math:sum 2822}] - skolem:lemma2821 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma823 a r:Inference; - r:gives { - 2823 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 823}] - [ a r:Fact; r:gives {(823 2000) math:sum 2823}] - skolem:lemma2822 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma824 a r:Inference; - r:gives { - 2824 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 824}] - [ a r:Fact; r:gives {(824 2000) math:sum 2824}] - skolem:lemma2823 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma825 a r:Inference; - r:gives { - 2825 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 825}] - [ a r:Fact; r:gives {(825 2000) math:sum 2825}] - skolem:lemma2824 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma826 a r:Inference; - r:gives { - 2826 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 826}] - [ a r:Fact; r:gives {(826 2000) math:sum 2826}] - skolem:lemma2825 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma827 a r:Inference; - r:gives { - 2827 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 827}] - [ a r:Fact; r:gives {(827 2000) math:sum 2827}] - skolem:lemma2826 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma828 a r:Inference; - r:gives { - 2828 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 828}] - [ a r:Fact; r:gives {(828 2000) math:sum 2828}] - skolem:lemma2827 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma829 a r:Inference; - r:gives { - 2829 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 829}] - [ a r:Fact; r:gives {(829 2000) math:sum 2829}] - skolem:lemma2828 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma830 a r:Inference; - r:gives { - 2830 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 830}] - [ a r:Fact; r:gives {(830 2000) math:sum 2830}] - skolem:lemma2829 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma831 a r:Inference; - r:gives { - 2831 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 831}] - [ a r:Fact; r:gives {(831 2000) math:sum 2831}] - skolem:lemma2830 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma832 a r:Inference; - r:gives { - 2832 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 832}] - [ a r:Fact; r:gives {(832 2000) math:sum 2832}] - skolem:lemma2831 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma833 a r:Inference; - r:gives { - 2833 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 833}] - [ a r:Fact; r:gives {(833 2000) math:sum 2833}] - skolem:lemma2832 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma834 a r:Inference; - r:gives { - 2834 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 834}] - [ a r:Fact; r:gives {(834 2000) math:sum 2834}] - skolem:lemma2833 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma835 a r:Inference; - r:gives { - 2835 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 835}] - [ a r:Fact; r:gives {(835 2000) math:sum 2835}] - skolem:lemma2834 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma836 a r:Inference; - r:gives { - 2836 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 836}] - [ a r:Fact; r:gives {(836 2000) math:sum 2836}] - skolem:lemma2835 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma837 a r:Inference; - r:gives { - 2837 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 837}] - [ a r:Fact; r:gives {(837 2000) math:sum 2837}] - skolem:lemma2836 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma838 a r:Inference; - r:gives { - 2838 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 838}] - [ a r:Fact; r:gives {(838 2000) math:sum 2838}] - skolem:lemma2837 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma839 a r:Inference; - r:gives { - 2839 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 839}] - [ a r:Fact; r:gives {(839 2000) math:sum 2839}] - skolem:lemma2838 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma840 a r:Inference; - r:gives { - 2840 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 840}] - [ a r:Fact; r:gives {(840 2000) math:sum 2840}] - skolem:lemma2839 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma841 a r:Inference; - r:gives { - 2841 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 841}] - [ a r:Fact; r:gives {(841 2000) math:sum 2841}] - skolem:lemma2840 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma842 a r:Inference; - r:gives { - 2842 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 842}] - [ a r:Fact; r:gives {(842 2000) math:sum 2842}] - skolem:lemma2841 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma843 a r:Inference; - r:gives { - 2843 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 843}] - [ a r:Fact; r:gives {(843 2000) math:sum 2843}] - skolem:lemma2842 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma844 a r:Inference; - r:gives { - 2844 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 844}] - [ a r:Fact; r:gives {(844 2000) math:sum 2844}] - skolem:lemma2843 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma845 a r:Inference; - r:gives { - 2845 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 845}] - [ a r:Fact; r:gives {(845 2000) math:sum 2845}] - skolem:lemma2844 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma846 a r:Inference; - r:gives { - 2846 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 846}] - [ a r:Fact; r:gives {(846 2000) math:sum 2846}] - skolem:lemma2845 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma847 a r:Inference; - r:gives { - 2847 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 847}] - [ a r:Fact; r:gives {(847 2000) math:sum 2847}] - skolem:lemma2846 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma848 a r:Inference; - r:gives { - 2848 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 848}] - [ a r:Fact; r:gives {(848 2000) math:sum 2848}] - skolem:lemma2847 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma849 a r:Inference; - r:gives { - 2849 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 849}] - [ a r:Fact; r:gives {(849 2000) math:sum 2849}] - skolem:lemma2848 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma850 a r:Inference; - r:gives { - 2850 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 850}] - [ a r:Fact; r:gives {(850 2000) math:sum 2850}] - skolem:lemma2849 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma851 a r:Inference; - r:gives { - 2851 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 851}] - [ a r:Fact; r:gives {(851 2000) math:sum 2851}] - skolem:lemma2850 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma852 a r:Inference; - r:gives { - 2852 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 852}] - [ a r:Fact; r:gives {(852 2000) math:sum 2852}] - skolem:lemma2851 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma853 a r:Inference; - r:gives { - 2853 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 853}] - [ a r:Fact; r:gives {(853 2000) math:sum 2853}] - skolem:lemma2852 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma854 a r:Inference; - r:gives { - 2854 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 854}] - [ a r:Fact; r:gives {(854 2000) math:sum 2854}] - skolem:lemma2853 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma855 a r:Inference; - r:gives { - 2855 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 855}] - [ a r:Fact; r:gives {(855 2000) math:sum 2855}] - skolem:lemma2854 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma856 a r:Inference; - r:gives { - 2856 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 856}] - [ a r:Fact; r:gives {(856 2000) math:sum 2856}] - skolem:lemma2855 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma857 a r:Inference; - r:gives { - 2857 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 857}] - [ a r:Fact; r:gives {(857 2000) math:sum 2857}] - skolem:lemma2856 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma858 a r:Inference; - r:gives { - 2858 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 858}] - [ a r:Fact; r:gives {(858 2000) math:sum 2858}] - skolem:lemma2857 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma859 a r:Inference; - r:gives { - 2859 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 859}] - [ a r:Fact; r:gives {(859 2000) math:sum 2859}] - skolem:lemma2858 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma860 a r:Inference; - r:gives { - 2860 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 860}] - [ a r:Fact; r:gives {(860 2000) math:sum 2860}] - skolem:lemma2859 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma861 a r:Inference; - r:gives { - 2861 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 861}] - [ a r:Fact; r:gives {(861 2000) math:sum 2861}] - skolem:lemma2860 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma862 a r:Inference; - r:gives { - 2862 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 862}] - [ a r:Fact; r:gives {(862 2000) math:sum 2862}] - skolem:lemma2861 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma863 a r:Inference; - r:gives { - 2863 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 863}] - [ a r:Fact; r:gives {(863 2000) math:sum 2863}] - skolem:lemma2862 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma864 a r:Inference; - r:gives { - 2864 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 864}] - [ a r:Fact; r:gives {(864 2000) math:sum 2864}] - skolem:lemma2863 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma865 a r:Inference; - r:gives { - 2865 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 865}] - [ a r:Fact; r:gives {(865 2000) math:sum 2865}] - skolem:lemma2864 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma866 a r:Inference; - r:gives { - 2866 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 866}] - [ a r:Fact; r:gives {(866 2000) math:sum 2866}] - skolem:lemma2865 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma867 a r:Inference; - r:gives { - 2867 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 867}] - [ a r:Fact; r:gives {(867 2000) math:sum 2867}] - skolem:lemma2866 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma868 a r:Inference; - r:gives { - 2868 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 868}] - [ a r:Fact; r:gives {(868 2000) math:sum 2868}] - skolem:lemma2867 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma869 a r:Inference; - r:gives { - 2869 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 869}] - [ a r:Fact; r:gives {(869 2000) math:sum 2869}] - skolem:lemma2868 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma870 a r:Inference; - r:gives { - 2870 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 870}] - [ a r:Fact; r:gives {(870 2000) math:sum 2870}] - skolem:lemma2869 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma871 a r:Inference; - r:gives { - 2871 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 871}] - [ a r:Fact; r:gives {(871 2000) math:sum 2871}] - skolem:lemma2870 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma872 a r:Inference; - r:gives { - 2872 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 872}] - [ a r:Fact; r:gives {(872 2000) math:sum 2872}] - skolem:lemma2871 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma873 a r:Inference; - r:gives { - 2873 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 873}] - [ a r:Fact; r:gives {(873 2000) math:sum 2873}] - skolem:lemma2872 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma874 a r:Inference; - r:gives { - 2874 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 874}] - [ a r:Fact; r:gives {(874 2000) math:sum 2874}] - skolem:lemma2873 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma875 a r:Inference; - r:gives { - 2875 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 875}] - [ a r:Fact; r:gives {(875 2000) math:sum 2875}] - skolem:lemma2874 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma876 a r:Inference; - r:gives { - 2876 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 876}] - [ a r:Fact; r:gives {(876 2000) math:sum 2876}] - skolem:lemma2875 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma877 a r:Inference; - r:gives { - 2877 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 877}] - [ a r:Fact; r:gives {(877 2000) math:sum 2877}] - skolem:lemma2876 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma878 a r:Inference; - r:gives { - 2878 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 878}] - [ a r:Fact; r:gives {(878 2000) math:sum 2878}] - skolem:lemma2877 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma879 a r:Inference; - r:gives { - 2879 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 879}] - [ a r:Fact; r:gives {(879 2000) math:sum 2879}] - skolem:lemma2878 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma880 a r:Inference; - r:gives { - 2880 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 880}] - [ a r:Fact; r:gives {(880 2000) math:sum 2880}] - skolem:lemma2879 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma881 a r:Inference; - r:gives { - 2881 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 881}] - [ a r:Fact; r:gives {(881 2000) math:sum 2881}] - skolem:lemma2880 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma882 a r:Inference; - r:gives { - 2882 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 882}] - [ a r:Fact; r:gives {(882 2000) math:sum 2882}] - skolem:lemma2881 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma883 a r:Inference; - r:gives { - 2883 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 883}] - [ a r:Fact; r:gives {(883 2000) math:sum 2883}] - skolem:lemma2882 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma884 a r:Inference; - r:gives { - 2884 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 884}] - [ a r:Fact; r:gives {(884 2000) math:sum 2884}] - skolem:lemma2883 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma885 a r:Inference; - r:gives { - 2885 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 885}] - [ a r:Fact; r:gives {(885 2000) math:sum 2885}] - skolem:lemma2884 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma886 a r:Inference; - r:gives { - 2886 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 886}] - [ a r:Fact; r:gives {(886 2000) math:sum 2886}] - skolem:lemma2885 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma887 a r:Inference; - r:gives { - 2887 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 887}] - [ a r:Fact; r:gives {(887 2000) math:sum 2887}] - skolem:lemma2886 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma888 a r:Inference; - r:gives { - 2888 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 888}] - [ a r:Fact; r:gives {(888 2000) math:sum 2888}] - skolem:lemma2887 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma889 a r:Inference; - r:gives { - 2889 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 889}] - [ a r:Fact; r:gives {(889 2000) math:sum 2889}] - skolem:lemma2888 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma890 a r:Inference; - r:gives { - 2890 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 890}] - [ a r:Fact; r:gives {(890 2000) math:sum 2890}] - skolem:lemma2889 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma891 a r:Inference; - r:gives { - 2891 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 891}] - [ a r:Fact; r:gives {(891 2000) math:sum 2891}] - skolem:lemma2890 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma892 a r:Inference; - r:gives { - 2892 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 892}] - [ a r:Fact; r:gives {(892 2000) math:sum 2892}] - skolem:lemma2891 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma893 a r:Inference; - r:gives { - 2893 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 893}] - [ a r:Fact; r:gives {(893 2000) math:sum 2893}] - skolem:lemma2892 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma894 a r:Inference; - r:gives { - 2894 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 894}] - [ a r:Fact; r:gives {(894 2000) math:sum 2894}] - skolem:lemma2893 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma895 a r:Inference; - r:gives { - 2895 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 895}] - [ a r:Fact; r:gives {(895 2000) math:sum 2895}] - skolem:lemma2894 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma896 a r:Inference; - r:gives { - 2896 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 896}] - [ a r:Fact; r:gives {(896 2000) math:sum 2896}] - skolem:lemma2895 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma897 a r:Inference; - r:gives { - 2897 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 897}] - [ a r:Fact; r:gives {(897 2000) math:sum 2897}] - skolem:lemma2896 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma898 a r:Inference; - r:gives { - 2898 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 898}] - [ a r:Fact; r:gives {(898 2000) math:sum 2898}] - skolem:lemma2897 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma899 a r:Inference; - r:gives { - 2899 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 899}] - [ a r:Fact; r:gives {(899 2000) math:sum 2899}] - skolem:lemma2898 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma900 a r:Inference; - r:gives { - 2900 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 900}] - [ a r:Fact; r:gives {(900 2000) math:sum 2900}] - skolem:lemma2899 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma901 a r:Inference; - r:gives { - 2901 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 901}] - [ a r:Fact; r:gives {(901 2000) math:sum 2901}] - skolem:lemma2900 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma902 a r:Inference; - r:gives { - 2902 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 902}] - [ a r:Fact; r:gives {(902 2000) math:sum 2902}] - skolem:lemma2901 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma903 a r:Inference; - r:gives { - 2903 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 903}] - [ a r:Fact; r:gives {(903 2000) math:sum 2903}] - skolem:lemma2902 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma904 a r:Inference; - r:gives { - 2904 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 904}] - [ a r:Fact; r:gives {(904 2000) math:sum 2904}] - skolem:lemma2903 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma905 a r:Inference; - r:gives { - 2905 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 905}] - [ a r:Fact; r:gives {(905 2000) math:sum 2905}] - skolem:lemma2904 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma906 a r:Inference; - r:gives { - 2906 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 906}] - [ a r:Fact; r:gives {(906 2000) math:sum 2906}] - skolem:lemma2905 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma907 a r:Inference; - r:gives { - 2907 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 907}] - [ a r:Fact; r:gives {(907 2000) math:sum 2907}] - skolem:lemma2906 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma908 a r:Inference; - r:gives { - 2908 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 908}] - [ a r:Fact; r:gives {(908 2000) math:sum 2908}] - skolem:lemma2907 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma909 a r:Inference; - r:gives { - 2909 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 909}] - [ a r:Fact; r:gives {(909 2000) math:sum 2909}] - skolem:lemma2908 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma910 a r:Inference; - r:gives { - 2910 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 910}] - [ a r:Fact; r:gives {(910 2000) math:sum 2910}] - skolem:lemma2909 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma911 a r:Inference; - r:gives { - 2911 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 911}] - [ a r:Fact; r:gives {(911 2000) math:sum 2911}] - skolem:lemma2910 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma912 a r:Inference; - r:gives { - 2912 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 912}] - [ a r:Fact; r:gives {(912 2000) math:sum 2912}] - skolem:lemma2911 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma913 a r:Inference; - r:gives { - 2913 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 913}] - [ a r:Fact; r:gives {(913 2000) math:sum 2913}] - skolem:lemma2912 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma914 a r:Inference; - r:gives { - 2914 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 914}] - [ a r:Fact; r:gives {(914 2000) math:sum 2914}] - skolem:lemma2913 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma915 a r:Inference; - r:gives { - 2915 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 915}] - [ a r:Fact; r:gives {(915 2000) math:sum 2915}] - skolem:lemma2914 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma916 a r:Inference; - r:gives { - 2916 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 916}] - [ a r:Fact; r:gives {(916 2000) math:sum 2916}] - skolem:lemma2915 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma917 a r:Inference; - r:gives { - 2917 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 917}] - [ a r:Fact; r:gives {(917 2000) math:sum 2917}] - skolem:lemma2916 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma918 a r:Inference; - r:gives { - 2918 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 918}] - [ a r:Fact; r:gives {(918 2000) math:sum 2918}] - skolem:lemma2917 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma919 a r:Inference; - r:gives { - 2919 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 919}] - [ a r:Fact; r:gives {(919 2000) math:sum 2919}] - skolem:lemma2918 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma920 a r:Inference; - r:gives { - 2920 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 920}] - [ a r:Fact; r:gives {(920 2000) math:sum 2920}] - skolem:lemma2919 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma921 a r:Inference; - r:gives { - 2921 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 921}] - [ a r:Fact; r:gives {(921 2000) math:sum 2921}] - skolem:lemma2920 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma922 a r:Inference; - r:gives { - 2922 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 922}] - [ a r:Fact; r:gives {(922 2000) math:sum 2922}] - skolem:lemma2921 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma923 a r:Inference; - r:gives { - 2923 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 923}] - [ a r:Fact; r:gives {(923 2000) math:sum 2923}] - skolem:lemma2922 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma924 a r:Inference; - r:gives { - 2924 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 924}] - [ a r:Fact; r:gives {(924 2000) math:sum 2924}] - skolem:lemma2923 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma925 a r:Inference; - r:gives { - 2925 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 925}] - [ a r:Fact; r:gives {(925 2000) math:sum 2925}] - skolem:lemma2924 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma926 a r:Inference; - r:gives { - 2926 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 926}] - [ a r:Fact; r:gives {(926 2000) math:sum 2926}] - skolem:lemma2925 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma927 a r:Inference; - r:gives { - 2927 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 927}] - [ a r:Fact; r:gives {(927 2000) math:sum 2927}] - skolem:lemma2926 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma928 a r:Inference; - r:gives { - 2928 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 928}] - [ a r:Fact; r:gives {(928 2000) math:sum 2928}] - skolem:lemma2927 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma929 a r:Inference; - r:gives { - 2929 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 929}] - [ a r:Fact; r:gives {(929 2000) math:sum 2929}] - skolem:lemma2928 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma930 a r:Inference; - r:gives { - 2930 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 930}] - [ a r:Fact; r:gives {(930 2000) math:sum 2930}] - skolem:lemma2929 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma931 a r:Inference; - r:gives { - 2931 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 931}] - [ a r:Fact; r:gives {(931 2000) math:sum 2931}] - skolem:lemma2930 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma932 a r:Inference; - r:gives { - 2932 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 932}] - [ a r:Fact; r:gives {(932 2000) math:sum 2932}] - skolem:lemma2931 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma933 a r:Inference; - r:gives { - 2933 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 933}] - [ a r:Fact; r:gives {(933 2000) math:sum 2933}] - skolem:lemma2932 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma934 a r:Inference; - r:gives { - 2934 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 934}] - [ a r:Fact; r:gives {(934 2000) math:sum 2934}] - skolem:lemma2933 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma935 a r:Inference; - r:gives { - 2935 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 935}] - [ a r:Fact; r:gives {(935 2000) math:sum 2935}] - skolem:lemma2934 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma936 a r:Inference; - r:gives { - 2936 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 936}] - [ a r:Fact; r:gives {(936 2000) math:sum 2936}] - skolem:lemma2935 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma937 a r:Inference; - r:gives { - 2937 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 937}] - [ a r:Fact; r:gives {(937 2000) math:sum 2937}] - skolem:lemma2936 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma938 a r:Inference; - r:gives { - 2938 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 938}] - [ a r:Fact; r:gives {(938 2000) math:sum 2938}] - skolem:lemma2937 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma939 a r:Inference; - r:gives { - 2939 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 939}] - [ a r:Fact; r:gives {(939 2000) math:sum 2939}] - skolem:lemma2938 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma940 a r:Inference; - r:gives { - 2940 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 940}] - [ a r:Fact; r:gives {(940 2000) math:sum 2940}] - skolem:lemma2939 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma941 a r:Inference; - r:gives { - 2941 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 941}] - [ a r:Fact; r:gives {(941 2000) math:sum 2941}] - skolem:lemma2940 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma942 a r:Inference; - r:gives { - 2942 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 942}] - [ a r:Fact; r:gives {(942 2000) math:sum 2942}] - skolem:lemma2941 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma943 a r:Inference; - r:gives { - 2943 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 943}] - [ a r:Fact; r:gives {(943 2000) math:sum 2943}] - skolem:lemma2942 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma944 a r:Inference; - r:gives { - 2944 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 944}] - [ a r:Fact; r:gives {(944 2000) math:sum 2944}] - skolem:lemma2943 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma945 a r:Inference; - r:gives { - 2945 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 945}] - [ a r:Fact; r:gives {(945 2000) math:sum 2945}] - skolem:lemma2944 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma946 a r:Inference; - r:gives { - 2946 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 946}] - [ a r:Fact; r:gives {(946 2000) math:sum 2946}] - skolem:lemma2945 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma947 a r:Inference; - r:gives { - 2947 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 947}] - [ a r:Fact; r:gives {(947 2000) math:sum 2947}] - skolem:lemma2946 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma948 a r:Inference; - r:gives { - 2948 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 948}] - [ a r:Fact; r:gives {(948 2000) math:sum 2948}] - skolem:lemma2947 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma949 a r:Inference; - r:gives { - 2949 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 949}] - [ a r:Fact; r:gives {(949 2000) math:sum 2949}] - skolem:lemma2948 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma950 a r:Inference; - r:gives { - 2950 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 950}] - [ a r:Fact; r:gives {(950 2000) math:sum 2950}] - skolem:lemma2949 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma951 a r:Inference; - r:gives { - 2951 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 951}] - [ a r:Fact; r:gives {(951 2000) math:sum 2951}] - skolem:lemma2950 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma952 a r:Inference; - r:gives { - 2952 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 952}] - [ a r:Fact; r:gives {(952 2000) math:sum 2952}] - skolem:lemma2951 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma953 a r:Inference; - r:gives { - 2953 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 953}] - [ a r:Fact; r:gives {(953 2000) math:sum 2953}] - skolem:lemma2952 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma954 a r:Inference; - r:gives { - 2954 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 954}] - [ a r:Fact; r:gives {(954 2000) math:sum 2954}] - skolem:lemma2953 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma955 a r:Inference; - r:gives { - 2955 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 955}] - [ a r:Fact; r:gives {(955 2000) math:sum 2955}] - skolem:lemma2954 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma956 a r:Inference; - r:gives { - 2956 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 956}] - [ a r:Fact; r:gives {(956 2000) math:sum 2956}] - skolem:lemma2955 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma957 a r:Inference; - r:gives { - 2957 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 957}] - [ a r:Fact; r:gives {(957 2000) math:sum 2957}] - skolem:lemma2956 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma958 a r:Inference; - r:gives { - 2958 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 958}] - [ a r:Fact; r:gives {(958 2000) math:sum 2958}] - skolem:lemma2957 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma959 a r:Inference; - r:gives { - 2959 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 959}] - [ a r:Fact; r:gives {(959 2000) math:sum 2959}] - skolem:lemma2958 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma960 a r:Inference; - r:gives { - 2960 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 960}] - [ a r:Fact; r:gives {(960 2000) math:sum 2960}] - skolem:lemma2959 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma961 a r:Inference; - r:gives { - 2961 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 961}] - [ a r:Fact; r:gives {(961 2000) math:sum 2961}] - skolem:lemma2960 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma962 a r:Inference; - r:gives { - 2962 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 962}] - [ a r:Fact; r:gives {(962 2000) math:sum 2962}] - skolem:lemma2961 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma963 a r:Inference; - r:gives { - 2963 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 963}] - [ a r:Fact; r:gives {(963 2000) math:sum 2963}] - skolem:lemma2962 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma964 a r:Inference; - r:gives { - 2964 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 964}] - [ a r:Fact; r:gives {(964 2000) math:sum 2964}] - skolem:lemma2963 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma965 a r:Inference; - r:gives { - 2965 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 965}] - [ a r:Fact; r:gives {(965 2000) math:sum 2965}] - skolem:lemma2964 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma966 a r:Inference; - r:gives { - 2966 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 966}] - [ a r:Fact; r:gives {(966 2000) math:sum 2966}] - skolem:lemma2965 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma967 a r:Inference; - r:gives { - 2967 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 967}] - [ a r:Fact; r:gives {(967 2000) math:sum 2967}] - skolem:lemma2966 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma968 a r:Inference; - r:gives { - 2968 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 968}] - [ a r:Fact; r:gives {(968 2000) math:sum 2968}] - skolem:lemma2967 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma969 a r:Inference; - r:gives { - 2969 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 969}] - [ a r:Fact; r:gives {(969 2000) math:sum 2969}] - skolem:lemma2968 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma970 a r:Inference; - r:gives { - 2970 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 970}] - [ a r:Fact; r:gives {(970 2000) math:sum 2970}] - skolem:lemma2969 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma971 a r:Inference; - r:gives { - 2971 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 971}] - [ a r:Fact; r:gives {(971 2000) math:sum 2971}] - skolem:lemma2970 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma972 a r:Inference; - r:gives { - 2972 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 972}] - [ a r:Fact; r:gives {(972 2000) math:sum 2972}] - skolem:lemma2971 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma973 a r:Inference; - r:gives { - 2973 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 973}] - [ a r:Fact; r:gives {(973 2000) math:sum 2973}] - skolem:lemma2972 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma974 a r:Inference; - r:gives { - 2974 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 974}] - [ a r:Fact; r:gives {(974 2000) math:sum 2974}] - skolem:lemma2973 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma975 a r:Inference; - r:gives { - 2975 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 975}] - [ a r:Fact; r:gives {(975 2000) math:sum 2975}] - skolem:lemma2974 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma976 a r:Inference; - r:gives { - 2976 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 976}] - [ a r:Fact; r:gives {(976 2000) math:sum 2976}] - skolem:lemma2975 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma977 a r:Inference; - r:gives { - 2977 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 977}] - [ a r:Fact; r:gives {(977 2000) math:sum 2977}] - skolem:lemma2976 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma978 a r:Inference; - r:gives { - 2978 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 978}] - [ a r:Fact; r:gives {(978 2000) math:sum 2978}] - skolem:lemma2977 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma979 a r:Inference; - r:gives { - 2979 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 979}] - [ a r:Fact; r:gives {(979 2000) math:sum 2979}] - skolem:lemma2978 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma980 a r:Inference; - r:gives { - 2980 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 980}] - [ a r:Fact; r:gives {(980 2000) math:sum 2980}] - skolem:lemma2979 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma981 a r:Inference; - r:gives { - 2981 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 981}] - [ a r:Fact; r:gives {(981 2000) math:sum 2981}] - skolem:lemma2980 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma982 a r:Inference; - r:gives { - 2982 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 982}] - [ a r:Fact; r:gives {(982 2000) math:sum 2982}] - skolem:lemma2981 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma983 a r:Inference; - r:gives { - 2983 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 983}] - [ a r:Fact; r:gives {(983 2000) math:sum 2983}] - skolem:lemma2982 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma984 a r:Inference; - r:gives { - 2984 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 984}] - [ a r:Fact; r:gives {(984 2000) math:sum 2984}] - skolem:lemma2983 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma985 a r:Inference; - r:gives { - 2985 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 985}] - [ a r:Fact; r:gives {(985 2000) math:sum 2985}] - skolem:lemma2984 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma986 a r:Inference; - r:gives { - 2986 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 986}] - [ a r:Fact; r:gives {(986 2000) math:sum 2986}] - skolem:lemma2985 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma987 a r:Inference; - r:gives { - 2987 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 987}] - [ a r:Fact; r:gives {(987 2000) math:sum 2987}] - skolem:lemma2986 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma988 a r:Inference; - r:gives { - 2988 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 988}] - [ a r:Fact; r:gives {(988 2000) math:sum 2988}] - skolem:lemma2987 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma989 a r:Inference; - r:gives { - 2989 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 989}] - [ a r:Fact; r:gives {(989 2000) math:sum 2989}] - skolem:lemma2988 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma990 a r:Inference; - r:gives { - 2990 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 990}] - [ a r:Fact; r:gives {(990 2000) math:sum 2990}] - skolem:lemma2989 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma991 a r:Inference; - r:gives { - 2991 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 991}] - [ a r:Fact; r:gives {(991 2000) math:sum 2991}] - skolem:lemma2990 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma992 a r:Inference; - r:gives { - 2992 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 992}] - [ a r:Fact; r:gives {(992 2000) math:sum 2992}] - skolem:lemma2991 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma993 a r:Inference; - r:gives { - 2993 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 993}] - [ a r:Fact; r:gives {(993 2000) math:sum 2993}] - skolem:lemma2992 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma994 a r:Inference; - r:gives { - 2994 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 994}] - [ a r:Fact; r:gives {(994 2000) math:sum 2994}] - skolem:lemma2993 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma995 a r:Inference; - r:gives { - 2995 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 995}] - [ a r:Fact; r:gives {(995 2000) math:sum 2995}] - skolem:lemma2994 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma996 a r:Inference; - r:gives { - 2996 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 996}] - [ a r:Fact; r:gives {(996 2000) math:sum 2996}] - skolem:lemma2995 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma997 a r:Inference; - r:gives { - 2997 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 997}] - [ a r:Fact; r:gives {(997 2000) math:sum 2997}] - skolem:lemma2996 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma998 a r:Inference; - r:gives { - 2998 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 998}] - [ a r:Fact; r:gives {(998 2000) math:sum 2998}] - skolem:lemma2997 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma999 a r:Inference; - r:gives { - 2999 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 999}] - [ a r:Fact; r:gives {(999 2000) math:sum 2999}] - skolem:lemma2998 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1000 a r:Inference; - r:gives { - 3000 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1000}] - [ a r:Fact; r:gives {(1000 2000) math:sum 3000}] - skolem:lemma2999 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1001 a r:Inference; - r:gives { - 3001 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1001}] - [ a r:Fact; r:gives {(1001 2000) math:sum 3001}] - skolem:lemma3000 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1001]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3001]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1002 a r:Inference; - r:gives { - 3002 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1002}] - [ a r:Fact; r:gives {(1002 2000) math:sum 3002}] - skolem:lemma3001 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1002]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3002]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1003 a r:Inference; - r:gives { - 3003 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1003}] - [ a r:Fact; r:gives {(1003 2000) math:sum 3003}] - skolem:lemma3002 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1003]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3003]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1004 a r:Inference; - r:gives { - 3004 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1004}] - [ a r:Fact; r:gives {(1004 2000) math:sum 3004}] - skolem:lemma3003 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1004]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3004]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1005 a r:Inference; - r:gives { - 3005 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1005}] - [ a r:Fact; r:gives {(1005 2000) math:sum 3005}] - skolem:lemma3004 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1005]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3005]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1006 a r:Inference; - r:gives { - 3006 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1006}] - [ a r:Fact; r:gives {(1006 2000) math:sum 3006}] - skolem:lemma3005 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1006]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3006]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1007 a r:Inference; - r:gives { - 3007 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1007}] - [ a r:Fact; r:gives {(1007 2000) math:sum 3007}] - skolem:lemma3006 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1007]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3007]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1008 a r:Inference; - r:gives { - 3008 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1008}] - [ a r:Fact; r:gives {(1008 2000) math:sum 3008}] - skolem:lemma3007 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1008]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3008]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1009 a r:Inference; - r:gives { - 3009 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1009}] - [ a r:Fact; r:gives {(1009 2000) math:sum 3009}] - skolem:lemma3008 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1009]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3009]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1010 a r:Inference; - r:gives { - 3010 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1010}] - [ a r:Fact; r:gives {(1010 2000) math:sum 3010}] - skolem:lemma3009 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1010]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3010]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1011 a r:Inference; - r:gives { - 3011 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1011}] - [ a r:Fact; r:gives {(1011 2000) math:sum 3011}] - skolem:lemma3010 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1011]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3011]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1012 a r:Inference; - r:gives { - 3012 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1012}] - [ a r:Fact; r:gives {(1012 2000) math:sum 3012}] - skolem:lemma3011 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1012]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3012]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1013 a r:Inference; - r:gives { - 3013 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1013}] - [ a r:Fact; r:gives {(1013 2000) math:sum 3013}] - skolem:lemma3012 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1013]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3013]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1014 a r:Inference; - r:gives { - 3014 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1014}] - [ a r:Fact; r:gives {(1014 2000) math:sum 3014}] - skolem:lemma3013 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1014]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3014]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1015 a r:Inference; - r:gives { - 3015 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1015}] - [ a r:Fact; r:gives {(1015 2000) math:sum 3015}] - skolem:lemma3014 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1015]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3015]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1016 a r:Inference; - r:gives { - 3016 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1016}] - [ a r:Fact; r:gives {(1016 2000) math:sum 3016}] - skolem:lemma3015 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1016]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3016]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1017 a r:Inference; - r:gives { - 3017 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1017}] - [ a r:Fact; r:gives {(1017 2000) math:sum 3017}] - skolem:lemma3016 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1017]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3017]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1018 a r:Inference; - r:gives { - 3018 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1018}] - [ a r:Fact; r:gives {(1018 2000) math:sum 3018}] - skolem:lemma3017 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1018]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3018]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1019 a r:Inference; - r:gives { - 3019 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1019}] - [ a r:Fact; r:gives {(1019 2000) math:sum 3019}] - skolem:lemma3018 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1019]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3019]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1020 a r:Inference; - r:gives { - 3020 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1020}] - [ a r:Fact; r:gives {(1020 2000) math:sum 3020}] - skolem:lemma3019 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1020]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3020]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1021 a r:Inference; - r:gives { - 3021 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1021}] - [ a r:Fact; r:gives {(1021 2000) math:sum 3021}] - skolem:lemma3020 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1021]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3021]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1022 a r:Inference; - r:gives { - 3022 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1022}] - [ a r:Fact; r:gives {(1022 2000) math:sum 3022}] - skolem:lemma3021 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1022]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3022]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1023 a r:Inference; - r:gives { - 3023 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1023}] - [ a r:Fact; r:gives {(1023 2000) math:sum 3023}] - skolem:lemma3022 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1023]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3023]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1024 a r:Inference; - r:gives { - 3024 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1024}] - [ a r:Fact; r:gives {(1024 2000) math:sum 3024}] - skolem:lemma3023 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1024]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3024]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1025 a r:Inference; - r:gives { - 3025 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1025}] - [ a r:Fact; r:gives {(1025 2000) math:sum 3025}] - skolem:lemma3024 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1025]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3025]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1026 a r:Inference; - r:gives { - 3026 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1026}] - [ a r:Fact; r:gives {(1026 2000) math:sum 3026}] - skolem:lemma3025 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1026]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3026]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1027 a r:Inference; - r:gives { - 3027 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1027}] - [ a r:Fact; r:gives {(1027 2000) math:sum 3027}] - skolem:lemma3026 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1027]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3027]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1028 a r:Inference; - r:gives { - 3028 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1028}] - [ a r:Fact; r:gives {(1028 2000) math:sum 3028}] - skolem:lemma3027 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1028]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3028]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1029 a r:Inference; - r:gives { - 3029 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1029}] - [ a r:Fact; r:gives {(1029 2000) math:sum 3029}] - skolem:lemma3028 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1029]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3029]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1030 a r:Inference; - r:gives { - 3030 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1030}] - [ a r:Fact; r:gives {(1030 2000) math:sum 3030}] - skolem:lemma3029 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1030]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3030]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1031 a r:Inference; - r:gives { - 3031 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1031}] - [ a r:Fact; r:gives {(1031 2000) math:sum 3031}] - skolem:lemma3030 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1031]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3031]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1032 a r:Inference; - r:gives { - 3032 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1032}] - [ a r:Fact; r:gives {(1032 2000) math:sum 3032}] - skolem:lemma3031 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1032]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3032]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1033 a r:Inference; - r:gives { - 3033 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1033}] - [ a r:Fact; r:gives {(1033 2000) math:sum 3033}] - skolem:lemma3032 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1033]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3033]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1034 a r:Inference; - r:gives { - 3034 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1034}] - [ a r:Fact; r:gives {(1034 2000) math:sum 3034}] - skolem:lemma3033 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1034]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3034]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1035 a r:Inference; - r:gives { - 3035 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1035}] - [ a r:Fact; r:gives {(1035 2000) math:sum 3035}] - skolem:lemma3034 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1035]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3035]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1036 a r:Inference; - r:gives { - 3036 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1036}] - [ a r:Fact; r:gives {(1036 2000) math:sum 3036}] - skolem:lemma3035 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1036]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3036]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1037 a r:Inference; - r:gives { - 3037 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1037}] - [ a r:Fact; r:gives {(1037 2000) math:sum 3037}] - skolem:lemma3036 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1037]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3037]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1038 a r:Inference; - r:gives { - 3038 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1038}] - [ a r:Fact; r:gives {(1038 2000) math:sum 3038}] - skolem:lemma3037 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1038]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3038]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1039 a r:Inference; - r:gives { - 3039 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1039}] - [ a r:Fact; r:gives {(1039 2000) math:sum 3039}] - skolem:lemma3038 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1039]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3039]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1040 a r:Inference; - r:gives { - 3040 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1040}] - [ a r:Fact; r:gives {(1040 2000) math:sum 3040}] - skolem:lemma3039 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1040]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3040]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1041 a r:Inference; - r:gives { - 3041 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1041}] - [ a r:Fact; r:gives {(1041 2000) math:sum 3041}] - skolem:lemma3040 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1041]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3041]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1042 a r:Inference; - r:gives { - 3042 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1042}] - [ a r:Fact; r:gives {(1042 2000) math:sum 3042}] - skolem:lemma3041 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1042]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3042]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1043 a r:Inference; - r:gives { - 3043 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1043}] - [ a r:Fact; r:gives {(1043 2000) math:sum 3043}] - skolem:lemma3042 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1043]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3043]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1044 a r:Inference; - r:gives { - 3044 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1044}] - [ a r:Fact; r:gives {(1044 2000) math:sum 3044}] - skolem:lemma3043 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1044]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3044]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1045 a r:Inference; - r:gives { - 3045 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1045}] - [ a r:Fact; r:gives {(1045 2000) math:sum 3045}] - skolem:lemma3044 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1045]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3045]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1046 a r:Inference; - r:gives { - 3046 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1046}] - [ a r:Fact; r:gives {(1046 2000) math:sum 3046}] - skolem:lemma3045 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1046]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3046]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1047 a r:Inference; - r:gives { - 3047 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1047}] - [ a r:Fact; r:gives {(1047 2000) math:sum 3047}] - skolem:lemma3046 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1047]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3047]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1048 a r:Inference; - r:gives { - 3048 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1048}] - [ a r:Fact; r:gives {(1048 2000) math:sum 3048}] - skolem:lemma3047 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1048]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3048]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1049 a r:Inference; - r:gives { - 3049 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1049}] - [ a r:Fact; r:gives {(1049 2000) math:sum 3049}] - skolem:lemma3048 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1049]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3049]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1050 a r:Inference; - r:gives { - 3050 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1050}] - [ a r:Fact; r:gives {(1050 2000) math:sum 3050}] - skolem:lemma3049 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1050]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3050]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1051 a r:Inference; - r:gives { - 3051 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1051}] - [ a r:Fact; r:gives {(1051 2000) math:sum 3051}] - skolem:lemma3050 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1051]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3051]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1052 a r:Inference; - r:gives { - 3052 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1052}] - [ a r:Fact; r:gives {(1052 2000) math:sum 3052}] - skolem:lemma3051 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1052]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3052]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1053 a r:Inference; - r:gives { - 3053 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1053}] - [ a r:Fact; r:gives {(1053 2000) math:sum 3053}] - skolem:lemma3052 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1053]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3053]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1054 a r:Inference; - r:gives { - 3054 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1054}] - [ a r:Fact; r:gives {(1054 2000) math:sum 3054}] - skolem:lemma3053 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1054]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3054]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1055 a r:Inference; - r:gives { - 3055 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1055}] - [ a r:Fact; r:gives {(1055 2000) math:sum 3055}] - skolem:lemma3054 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1055]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3055]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1056 a r:Inference; - r:gives { - 3056 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1056}] - [ a r:Fact; r:gives {(1056 2000) math:sum 3056}] - skolem:lemma3055 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1056]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3056]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1057 a r:Inference; - r:gives { - 3057 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1057}] - [ a r:Fact; r:gives {(1057 2000) math:sum 3057}] - skolem:lemma3056 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1057]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3057]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1058 a r:Inference; - r:gives { - 3058 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1058}] - [ a r:Fact; r:gives {(1058 2000) math:sum 3058}] - skolem:lemma3057 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1058]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3058]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1059 a r:Inference; - r:gives { - 3059 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1059}] - [ a r:Fact; r:gives {(1059 2000) math:sum 3059}] - skolem:lemma3058 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1059]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3059]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1060 a r:Inference; - r:gives { - 3060 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1060}] - [ a r:Fact; r:gives {(1060 2000) math:sum 3060}] - skolem:lemma3059 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1060]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3060]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1061 a r:Inference; - r:gives { - 3061 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1061}] - [ a r:Fact; r:gives {(1061 2000) math:sum 3061}] - skolem:lemma3060 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1061]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3061]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1062 a r:Inference; - r:gives { - 3062 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1062}] - [ a r:Fact; r:gives {(1062 2000) math:sum 3062}] - skolem:lemma3061 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1062]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3062]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1063 a r:Inference; - r:gives { - 3063 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1063}] - [ a r:Fact; r:gives {(1063 2000) math:sum 3063}] - skolem:lemma3062 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1063]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3063]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1064 a r:Inference; - r:gives { - 3064 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1064}] - [ a r:Fact; r:gives {(1064 2000) math:sum 3064}] - skolem:lemma3063 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1064]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3064]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1065 a r:Inference; - r:gives { - 3065 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1065}] - [ a r:Fact; r:gives {(1065 2000) math:sum 3065}] - skolem:lemma3064 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1065]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3065]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1066 a r:Inference; - r:gives { - 3066 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1066}] - [ a r:Fact; r:gives {(1066 2000) math:sum 3066}] - skolem:lemma3065 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1066]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3066]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1067 a r:Inference; - r:gives { - 3067 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1067}] - [ a r:Fact; r:gives {(1067 2000) math:sum 3067}] - skolem:lemma3066 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1067]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3067]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1068 a r:Inference; - r:gives { - 3068 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1068}] - [ a r:Fact; r:gives {(1068 2000) math:sum 3068}] - skolem:lemma3067 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1068]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3068]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1069 a r:Inference; - r:gives { - 3069 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1069}] - [ a r:Fact; r:gives {(1069 2000) math:sum 3069}] - skolem:lemma3068 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1069]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3069]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1070 a r:Inference; - r:gives { - 3070 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1070}] - [ a r:Fact; r:gives {(1070 2000) math:sum 3070}] - skolem:lemma3069 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1070]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3070]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1071 a r:Inference; - r:gives { - 3071 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1071}] - [ a r:Fact; r:gives {(1071 2000) math:sum 3071}] - skolem:lemma3070 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1071]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3071]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1072 a r:Inference; - r:gives { - 3072 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1072}] - [ a r:Fact; r:gives {(1072 2000) math:sum 3072}] - skolem:lemma3071 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1072]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3072]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1073 a r:Inference; - r:gives { - 3073 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1073}] - [ a r:Fact; r:gives {(1073 2000) math:sum 3073}] - skolem:lemma3072 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1073]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3073]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1074 a r:Inference; - r:gives { - 3074 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1074}] - [ a r:Fact; r:gives {(1074 2000) math:sum 3074}] - skolem:lemma3073 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1074]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3074]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1075 a r:Inference; - r:gives { - 3075 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1075}] - [ a r:Fact; r:gives {(1075 2000) math:sum 3075}] - skolem:lemma3074 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1075]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3075]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1076 a r:Inference; - r:gives { - 3076 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1076}] - [ a r:Fact; r:gives {(1076 2000) math:sum 3076}] - skolem:lemma3075 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1076]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3076]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1077 a r:Inference; - r:gives { - 3077 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1077}] - [ a r:Fact; r:gives {(1077 2000) math:sum 3077}] - skolem:lemma3076 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1077]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3077]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1078 a r:Inference; - r:gives { - 3078 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1078}] - [ a r:Fact; r:gives {(1078 2000) math:sum 3078}] - skolem:lemma3077 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1078]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3078]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1079 a r:Inference; - r:gives { - 3079 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1079}] - [ a r:Fact; r:gives {(1079 2000) math:sum 3079}] - skolem:lemma3078 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1079]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3079]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1080 a r:Inference; - r:gives { - 3080 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1080}] - [ a r:Fact; r:gives {(1080 2000) math:sum 3080}] - skolem:lemma3079 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1080]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3080]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1081 a r:Inference; - r:gives { - 3081 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1081}] - [ a r:Fact; r:gives {(1081 2000) math:sum 3081}] - skolem:lemma3080 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1082 a r:Inference; - r:gives { - 3082 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1082}] - [ a r:Fact; r:gives {(1082 2000) math:sum 3082}] - skolem:lemma3081 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1083 a r:Inference; - r:gives { - 3083 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1083}] - [ a r:Fact; r:gives {(1083 2000) math:sum 3083}] - skolem:lemma3082 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1084 a r:Inference; - r:gives { - 3084 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1084}] - [ a r:Fact; r:gives {(1084 2000) math:sum 3084}] - skolem:lemma3083 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1085 a r:Inference; - r:gives { - 3085 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1085}] - [ a r:Fact; r:gives {(1085 2000) math:sum 3085}] - skolem:lemma3084 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1086 a r:Inference; - r:gives { - 3086 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1086}] - [ a r:Fact; r:gives {(1086 2000) math:sum 3086}] - skolem:lemma3085 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1087 a r:Inference; - r:gives { - 3087 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1087}] - [ a r:Fact; r:gives {(1087 2000) math:sum 3087}] - skolem:lemma3086 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1088 a r:Inference; - r:gives { - 3088 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1088}] - [ a r:Fact; r:gives {(1088 2000) math:sum 3088}] - skolem:lemma3087 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1089 a r:Inference; - r:gives { - 3089 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1089}] - [ a r:Fact; r:gives {(1089 2000) math:sum 3089}] - skolem:lemma3088 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1090 a r:Inference; - r:gives { - 3090 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1090}] - [ a r:Fact; r:gives {(1090 2000) math:sum 3090}] - skolem:lemma3089 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1090]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3090]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1091 a r:Inference; - r:gives { - 3091 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1091}] - [ a r:Fact; r:gives {(1091 2000) math:sum 3091}] - skolem:lemma3090 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1091]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3091]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1092 a r:Inference; - r:gives { - 3092 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1092}] - [ a r:Fact; r:gives {(1092 2000) math:sum 3092}] - skolem:lemma3091 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1092]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3092]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1093 a r:Inference; - r:gives { - 3093 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1093}] - [ a r:Fact; r:gives {(1093 2000) math:sum 3093}] - skolem:lemma3092 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1093]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3093]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1094 a r:Inference; - r:gives { - 3094 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1094}] - [ a r:Fact; r:gives {(1094 2000) math:sum 3094}] - skolem:lemma3093 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1094]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3094]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1095 a r:Inference; - r:gives { - 3095 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1095}] - [ a r:Fact; r:gives {(1095 2000) math:sum 3095}] - skolem:lemma3094 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1095]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3095]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1096 a r:Inference; - r:gives { - 3096 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1096}] - [ a r:Fact; r:gives {(1096 2000) math:sum 3096}] - skolem:lemma3095 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1096]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3096]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1097 a r:Inference; - r:gives { - 3097 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1097}] - [ a r:Fact; r:gives {(1097 2000) math:sum 3097}] - skolem:lemma3096 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1097]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3097]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1098 a r:Inference; - r:gives { - 3098 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1098}] - [ a r:Fact; r:gives {(1098 2000) math:sum 3098}] - skolem:lemma3097 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1098]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3098]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1099 a r:Inference; - r:gives { - 3099 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1099}] - [ a r:Fact; r:gives {(1099 2000) math:sum 3099}] - skolem:lemma3098 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1099]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3099]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1100 a r:Inference; - r:gives { - 3100 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1100}] - [ a r:Fact; r:gives {(1100 2000) math:sum 3100}] - skolem:lemma3099 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1101 a r:Inference; - r:gives { - 3101 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1101}] - [ a r:Fact; r:gives {(1101 2000) math:sum 3101}] - skolem:lemma3100 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1102 a r:Inference; - r:gives { - 3102 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1102}] - [ a r:Fact; r:gives {(1102 2000) math:sum 3102}] - skolem:lemma3101 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1103 a r:Inference; - r:gives { - 3103 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1103}] - [ a r:Fact; r:gives {(1103 2000) math:sum 3103}] - skolem:lemma3102 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1104 a r:Inference; - r:gives { - 3104 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1104}] - [ a r:Fact; r:gives {(1104 2000) math:sum 3104}] - skolem:lemma3103 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1105 a r:Inference; - r:gives { - 3105 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1105}] - [ a r:Fact; r:gives {(1105 2000) math:sum 3105}] - skolem:lemma3104 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1106 a r:Inference; - r:gives { - 3106 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1106}] - [ a r:Fact; r:gives {(1106 2000) math:sum 3106}] - skolem:lemma3105 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1107 a r:Inference; - r:gives { - 3107 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1107}] - [ a r:Fact; r:gives {(1107 2000) math:sum 3107}] - skolem:lemma3106 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1108 a r:Inference; - r:gives { - 3108 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1108}] - [ a r:Fact; r:gives {(1108 2000) math:sum 3108}] - skolem:lemma3107 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1109 a r:Inference; - r:gives { - 3109 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1109}] - [ a r:Fact; r:gives {(1109 2000) math:sum 3109}] - skolem:lemma3108 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1110 a r:Inference; - r:gives { - 3110 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1110}] - [ a r:Fact; r:gives {(1110 2000) math:sum 3110}] - skolem:lemma3109 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1111 a r:Inference; - r:gives { - 3111 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1111}] - [ a r:Fact; r:gives {(1111 2000) math:sum 3111}] - skolem:lemma3110 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1112 a r:Inference; - r:gives { - 3112 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1112}] - [ a r:Fact; r:gives {(1112 2000) math:sum 3112}] - skolem:lemma3111 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1113 a r:Inference; - r:gives { - 3113 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1113}] - [ a r:Fact; r:gives {(1113 2000) math:sum 3113}] - skolem:lemma3112 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1114 a r:Inference; - r:gives { - 3114 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1114}] - [ a r:Fact; r:gives {(1114 2000) math:sum 3114}] - skolem:lemma3113 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1115 a r:Inference; - r:gives { - 3115 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1115}] - [ a r:Fact; r:gives {(1115 2000) math:sum 3115}] - skolem:lemma3114 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1116 a r:Inference; - r:gives { - 3116 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1116}] - [ a r:Fact; r:gives {(1116 2000) math:sum 3116}] - skolem:lemma3115 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1117 a r:Inference; - r:gives { - 3117 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1117}] - [ a r:Fact; r:gives {(1117 2000) math:sum 3117}] - skolem:lemma3116 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1118 a r:Inference; - r:gives { - 3118 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1118}] - [ a r:Fact; r:gives {(1118 2000) math:sum 3118}] - skolem:lemma3117 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1119 a r:Inference; - r:gives { - 3119 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1119}] - [ a r:Fact; r:gives {(1119 2000) math:sum 3119}] - skolem:lemma3118 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1120 a r:Inference; - r:gives { - 3120 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1120}] - [ a r:Fact; r:gives {(1120 2000) math:sum 3120}] - skolem:lemma3119 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1121 a r:Inference; - r:gives { - 3121 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1121}] - [ a r:Fact; r:gives {(1121 2000) math:sum 3121}] - skolem:lemma3120 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1122 a r:Inference; - r:gives { - 3122 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1122}] - [ a r:Fact; r:gives {(1122 2000) math:sum 3122}] - skolem:lemma3121 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1123 a r:Inference; - r:gives { - 3123 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1123}] - [ a r:Fact; r:gives {(1123 2000) math:sum 3123}] - skolem:lemma3122 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1124 a r:Inference; - r:gives { - 3124 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1124}] - [ a r:Fact; r:gives {(1124 2000) math:sum 3124}] - skolem:lemma3123 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1125 a r:Inference; - r:gives { - 3125 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1125}] - [ a r:Fact; r:gives {(1125 2000) math:sum 3125}] - skolem:lemma3124 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1126 a r:Inference; - r:gives { - 3126 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1126}] - [ a r:Fact; r:gives {(1126 2000) math:sum 3126}] - skolem:lemma3125 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1127 a r:Inference; - r:gives { - 3127 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1127}] - [ a r:Fact; r:gives {(1127 2000) math:sum 3127}] - skolem:lemma3126 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1128 a r:Inference; - r:gives { - 3128 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1128}] - [ a r:Fact; r:gives {(1128 2000) math:sum 3128}] - skolem:lemma3127 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1129 a r:Inference; - r:gives { - 3129 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1129}] - [ a r:Fact; r:gives {(1129 2000) math:sum 3129}] - skolem:lemma3128 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1130 a r:Inference; - r:gives { - 3130 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1130}] - [ a r:Fact; r:gives {(1130 2000) math:sum 3130}] - skolem:lemma3129 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1131 a r:Inference; - r:gives { - 3131 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1131}] - [ a r:Fact; r:gives {(1131 2000) math:sum 3131}] - skolem:lemma3130 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1132 a r:Inference; - r:gives { - 3132 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1132}] - [ a r:Fact; r:gives {(1132 2000) math:sum 3132}] - skolem:lemma3131 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1133 a r:Inference; - r:gives { - 3133 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1133}] - [ a r:Fact; r:gives {(1133 2000) math:sum 3133}] - skolem:lemma3132 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1134 a r:Inference; - r:gives { - 3134 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1134}] - [ a r:Fact; r:gives {(1134 2000) math:sum 3134}] - skolem:lemma3133 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1135 a r:Inference; - r:gives { - 3135 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1135}] - [ a r:Fact; r:gives {(1135 2000) math:sum 3135}] - skolem:lemma3134 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1136 a r:Inference; - r:gives { - 3136 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1136}] - [ a r:Fact; r:gives {(1136 2000) math:sum 3136}] - skolem:lemma3135 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1137 a r:Inference; - r:gives { - 3137 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1137}] - [ a r:Fact; r:gives {(1137 2000) math:sum 3137}] - skolem:lemma3136 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1138 a r:Inference; - r:gives { - 3138 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1138}] - [ a r:Fact; r:gives {(1138 2000) math:sum 3138}] - skolem:lemma3137 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1139 a r:Inference; - r:gives { - 3139 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1139}] - [ a r:Fact; r:gives {(1139 2000) math:sum 3139}] - skolem:lemma3138 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1140 a r:Inference; - r:gives { - 3140 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1140}] - [ a r:Fact; r:gives {(1140 2000) math:sum 3140}] - skolem:lemma3139 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1141 a r:Inference; - r:gives { - 3141 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1141}] - [ a r:Fact; r:gives {(1141 2000) math:sum 3141}] - skolem:lemma3140 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1142 a r:Inference; - r:gives { - 3142 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1142}] - [ a r:Fact; r:gives {(1142 2000) math:sum 3142}] - skolem:lemma3141 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1143 a r:Inference; - r:gives { - 3143 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1143}] - [ a r:Fact; r:gives {(1143 2000) math:sum 3143}] - skolem:lemma3142 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1144 a r:Inference; - r:gives { - 3144 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1144}] - [ a r:Fact; r:gives {(1144 2000) math:sum 3144}] - skolem:lemma3143 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1145 a r:Inference; - r:gives { - 3145 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1145}] - [ a r:Fact; r:gives {(1145 2000) math:sum 3145}] - skolem:lemma3144 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1146 a r:Inference; - r:gives { - 3146 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1146}] - [ a r:Fact; r:gives {(1146 2000) math:sum 3146}] - skolem:lemma3145 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1147 a r:Inference; - r:gives { - 3147 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1147}] - [ a r:Fact; r:gives {(1147 2000) math:sum 3147}] - skolem:lemma3146 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1148 a r:Inference; - r:gives { - 3148 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1148}] - [ a r:Fact; r:gives {(1148 2000) math:sum 3148}] - skolem:lemma3147 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1149 a r:Inference; - r:gives { - 3149 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1149}] - [ a r:Fact; r:gives {(1149 2000) math:sum 3149}] - skolem:lemma3148 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1150 a r:Inference; - r:gives { - 3150 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1150}] - [ a r:Fact; r:gives {(1150 2000) math:sum 3150}] - skolem:lemma3149 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1151 a r:Inference; - r:gives { - 3151 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1151}] - [ a r:Fact; r:gives {(1151 2000) math:sum 3151}] - skolem:lemma3150 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1152 a r:Inference; - r:gives { - 3152 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1152}] - [ a r:Fact; r:gives {(1152 2000) math:sum 3152}] - skolem:lemma3151 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1153 a r:Inference; - r:gives { - 3153 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1153}] - [ a r:Fact; r:gives {(1153 2000) math:sum 3153}] - skolem:lemma3152 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1154 a r:Inference; - r:gives { - 3154 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1154}] - [ a r:Fact; r:gives {(1154 2000) math:sum 3154}] - skolem:lemma3153 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1155 a r:Inference; - r:gives { - 3155 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1155}] - [ a r:Fact; r:gives {(1155 2000) math:sum 3155}] - skolem:lemma3154 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1156 a r:Inference; - r:gives { - 3156 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1156}] - [ a r:Fact; r:gives {(1156 2000) math:sum 3156}] - skolem:lemma3155 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1157 a r:Inference; - r:gives { - 3157 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1157}] - [ a r:Fact; r:gives {(1157 2000) math:sum 3157}] - skolem:lemma3156 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1158 a r:Inference; - r:gives { - 3158 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1158}] - [ a r:Fact; r:gives {(1158 2000) math:sum 3158}] - skolem:lemma3157 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1159 a r:Inference; - r:gives { - 3159 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1159}] - [ a r:Fact; r:gives {(1159 2000) math:sum 3159}] - skolem:lemma3158 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1160 a r:Inference; - r:gives { - 3160 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1160}] - [ a r:Fact; r:gives {(1160 2000) math:sum 3160}] - skolem:lemma3159 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1161 a r:Inference; - r:gives { - 3161 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1161}] - [ a r:Fact; r:gives {(1161 2000) math:sum 3161}] - skolem:lemma3160 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1162 a r:Inference; - r:gives { - 3162 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1162}] - [ a r:Fact; r:gives {(1162 2000) math:sum 3162}] - skolem:lemma3161 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1163 a r:Inference; - r:gives { - 3163 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1163}] - [ a r:Fact; r:gives {(1163 2000) math:sum 3163}] - skolem:lemma3162 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1164 a r:Inference; - r:gives { - 3164 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1164}] - [ a r:Fact; r:gives {(1164 2000) math:sum 3164}] - skolem:lemma3163 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1165 a r:Inference; - r:gives { - 3165 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1165}] - [ a r:Fact; r:gives {(1165 2000) math:sum 3165}] - skolem:lemma3164 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1166 a r:Inference; - r:gives { - 3166 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1166}] - [ a r:Fact; r:gives {(1166 2000) math:sum 3166}] - skolem:lemma3165 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1167 a r:Inference; - r:gives { - 3167 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1167}] - [ a r:Fact; r:gives {(1167 2000) math:sum 3167}] - skolem:lemma3166 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1168 a r:Inference; - r:gives { - 3168 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1168}] - [ a r:Fact; r:gives {(1168 2000) math:sum 3168}] - skolem:lemma3167 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1169 a r:Inference; - r:gives { - 3169 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1169}] - [ a r:Fact; r:gives {(1169 2000) math:sum 3169}] - skolem:lemma3168 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1170 a r:Inference; - r:gives { - 3170 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1170}] - [ a r:Fact; r:gives {(1170 2000) math:sum 3170}] - skolem:lemma3169 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1171 a r:Inference; - r:gives { - 3171 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1171}] - [ a r:Fact; r:gives {(1171 2000) math:sum 3171}] - skolem:lemma3170 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1172 a r:Inference; - r:gives { - 3172 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1172}] - [ a r:Fact; r:gives {(1172 2000) math:sum 3172}] - skolem:lemma3171 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1173 a r:Inference; - r:gives { - 3173 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1173}] - [ a r:Fact; r:gives {(1173 2000) math:sum 3173}] - skolem:lemma3172 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1174 a r:Inference; - r:gives { - 3174 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1174}] - [ a r:Fact; r:gives {(1174 2000) math:sum 3174}] - skolem:lemma3173 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1175 a r:Inference; - r:gives { - 3175 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1175}] - [ a r:Fact; r:gives {(1175 2000) math:sum 3175}] - skolem:lemma3174 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1176 a r:Inference; - r:gives { - 3176 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1176}] - [ a r:Fact; r:gives {(1176 2000) math:sum 3176}] - skolem:lemma3175 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1177 a r:Inference; - r:gives { - 3177 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1177}] - [ a r:Fact; r:gives {(1177 2000) math:sum 3177}] - skolem:lemma3176 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1178 a r:Inference; - r:gives { - 3178 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1178}] - [ a r:Fact; r:gives {(1178 2000) math:sum 3178}] - skolem:lemma3177 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1179 a r:Inference; - r:gives { - 3179 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1179}] - [ a r:Fact; r:gives {(1179 2000) math:sum 3179}] - skolem:lemma3178 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1180 a r:Inference; - r:gives { - 3180 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1180}] - [ a r:Fact; r:gives {(1180 2000) math:sum 3180}] - skolem:lemma3179 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1181 a r:Inference; - r:gives { - 3181 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1181}] - [ a r:Fact; r:gives {(1181 2000) math:sum 3181}] - skolem:lemma3180 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1182 a r:Inference; - r:gives { - 3182 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1182}] - [ a r:Fact; r:gives {(1182 2000) math:sum 3182}] - skolem:lemma3181 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1183 a r:Inference; - r:gives { - 3183 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1183}] - [ a r:Fact; r:gives {(1183 2000) math:sum 3183}] - skolem:lemma3182 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1184 a r:Inference; - r:gives { - 3184 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1184}] - [ a r:Fact; r:gives {(1184 2000) math:sum 3184}] - skolem:lemma3183 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1185 a r:Inference; - r:gives { - 3185 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1185}] - [ a r:Fact; r:gives {(1185 2000) math:sum 3185}] - skolem:lemma3184 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1186 a r:Inference; - r:gives { - 3186 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1186}] - [ a r:Fact; r:gives {(1186 2000) math:sum 3186}] - skolem:lemma3185 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1187 a r:Inference; - r:gives { - 3187 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1187}] - [ a r:Fact; r:gives {(1187 2000) math:sum 3187}] - skolem:lemma3186 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1188 a r:Inference; - r:gives { - 3188 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1188}] - [ a r:Fact; r:gives {(1188 2000) math:sum 3188}] - skolem:lemma3187 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1189 a r:Inference; - r:gives { - 3189 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1189}] - [ a r:Fact; r:gives {(1189 2000) math:sum 3189}] - skolem:lemma3188 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1190 a r:Inference; - r:gives { - 3190 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1190}] - [ a r:Fact; r:gives {(1190 2000) math:sum 3190}] - skolem:lemma3189 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1191 a r:Inference; - r:gives { - 3191 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1191}] - [ a r:Fact; r:gives {(1191 2000) math:sum 3191}] - skolem:lemma3190 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1192 a r:Inference; - r:gives { - 3192 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1192}] - [ a r:Fact; r:gives {(1192 2000) math:sum 3192}] - skolem:lemma3191 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1193 a r:Inference; - r:gives { - 3193 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1193}] - [ a r:Fact; r:gives {(1193 2000) math:sum 3193}] - skolem:lemma3192 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1194 a r:Inference; - r:gives { - 3194 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1194}] - [ a r:Fact; r:gives {(1194 2000) math:sum 3194}] - skolem:lemma3193 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1195 a r:Inference; - r:gives { - 3195 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1195}] - [ a r:Fact; r:gives {(1195 2000) math:sum 3195}] - skolem:lemma3194 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1196 a r:Inference; - r:gives { - 3196 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1196}] - [ a r:Fact; r:gives {(1196 2000) math:sum 3196}] - skolem:lemma3195 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1197 a r:Inference; - r:gives { - 3197 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1197}] - [ a r:Fact; r:gives {(1197 2000) math:sum 3197}] - skolem:lemma3196 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1198 a r:Inference; - r:gives { - 3198 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1198}] - [ a r:Fact; r:gives {(1198 2000) math:sum 3198}] - skolem:lemma3197 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1199 a r:Inference; - r:gives { - 3199 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1199}] - [ a r:Fact; r:gives {(1199 2000) math:sum 3199}] - skolem:lemma3198 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1200 a r:Inference; - r:gives { - 3200 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1200}] - [ a r:Fact; r:gives {(1200 2000) math:sum 3200}] - skolem:lemma3199 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1201 a r:Inference; - r:gives { - 3201 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1201}] - [ a r:Fact; r:gives {(1201 2000) math:sum 3201}] - skolem:lemma3200 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1202 a r:Inference; - r:gives { - 3202 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1202}] - [ a r:Fact; r:gives {(1202 2000) math:sum 3202}] - skolem:lemma3201 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1203 a r:Inference; - r:gives { - 3203 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1203}] - [ a r:Fact; r:gives {(1203 2000) math:sum 3203}] - skolem:lemma3202 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1204 a r:Inference; - r:gives { - 3204 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1204}] - [ a r:Fact; r:gives {(1204 2000) math:sum 3204}] - skolem:lemma3203 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1205 a r:Inference; - r:gives { - 3205 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1205}] - [ a r:Fact; r:gives {(1205 2000) math:sum 3205}] - skolem:lemma3204 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1206 a r:Inference; - r:gives { - 3206 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1206}] - [ a r:Fact; r:gives {(1206 2000) math:sum 3206}] - skolem:lemma3205 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1207 a r:Inference; - r:gives { - 3207 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1207}] - [ a r:Fact; r:gives {(1207 2000) math:sum 3207}] - skolem:lemma3206 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1208 a r:Inference; - r:gives { - 3208 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1208}] - [ a r:Fact; r:gives {(1208 2000) math:sum 3208}] - skolem:lemma3207 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1209 a r:Inference; - r:gives { - 3209 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1209}] - [ a r:Fact; r:gives {(1209 2000) math:sum 3209}] - skolem:lemma3208 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1210 a r:Inference; - r:gives { - 3210 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1210}] - [ a r:Fact; r:gives {(1210 2000) math:sum 3210}] - skolem:lemma3209 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1211 a r:Inference; - r:gives { - 3211 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1211}] - [ a r:Fact; r:gives {(1211 2000) math:sum 3211}] - skolem:lemma3210 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1212 a r:Inference; - r:gives { - 3212 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1212}] - [ a r:Fact; r:gives {(1212 2000) math:sum 3212}] - skolem:lemma3211 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1213 a r:Inference; - r:gives { - 3213 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1213}] - [ a r:Fact; r:gives {(1213 2000) math:sum 3213}] - skolem:lemma3212 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1214 a r:Inference; - r:gives { - 3214 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1214}] - [ a r:Fact; r:gives {(1214 2000) math:sum 3214}] - skolem:lemma3213 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1215 a r:Inference; - r:gives { - 3215 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1215}] - [ a r:Fact; r:gives {(1215 2000) math:sum 3215}] - skolem:lemma3214 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1216 a r:Inference; - r:gives { - 3216 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1216}] - [ a r:Fact; r:gives {(1216 2000) math:sum 3216}] - skolem:lemma3215 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1217 a r:Inference; - r:gives { - 3217 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1217}] - [ a r:Fact; r:gives {(1217 2000) math:sum 3217}] - skolem:lemma3216 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1218 a r:Inference; - r:gives { - 3218 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1218}] - [ a r:Fact; r:gives {(1218 2000) math:sum 3218}] - skolem:lemma3217 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1219 a r:Inference; - r:gives { - 3219 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1219}] - [ a r:Fact; r:gives {(1219 2000) math:sum 3219}] - skolem:lemma3218 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1220 a r:Inference; - r:gives { - 3220 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1220}] - [ a r:Fact; r:gives {(1220 2000) math:sum 3220}] - skolem:lemma3219 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1221 a r:Inference; - r:gives { - 3221 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1221}] - [ a r:Fact; r:gives {(1221 2000) math:sum 3221}] - skolem:lemma3220 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1222 a r:Inference; - r:gives { - 3222 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1222}] - [ a r:Fact; r:gives {(1222 2000) math:sum 3222}] - skolem:lemma3221 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1223 a r:Inference; - r:gives { - 3223 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1223}] - [ a r:Fact; r:gives {(1223 2000) math:sum 3223}] - skolem:lemma3222 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1224 a r:Inference; - r:gives { - 3224 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1224}] - [ a r:Fact; r:gives {(1224 2000) math:sum 3224}] - skolem:lemma3223 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1225 a r:Inference; - r:gives { - 3225 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1225}] - [ a r:Fact; r:gives {(1225 2000) math:sum 3225}] - skolem:lemma3224 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1226 a r:Inference; - r:gives { - 3226 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1226}] - [ a r:Fact; r:gives {(1226 2000) math:sum 3226}] - skolem:lemma3225 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1227 a r:Inference; - r:gives { - 3227 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1227}] - [ a r:Fact; r:gives {(1227 2000) math:sum 3227}] - skolem:lemma3226 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1228 a r:Inference; - r:gives { - 3228 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1228}] - [ a r:Fact; r:gives {(1228 2000) math:sum 3228}] - skolem:lemma3227 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1229 a r:Inference; - r:gives { - 3229 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1229}] - [ a r:Fact; r:gives {(1229 2000) math:sum 3229}] - skolem:lemma3228 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1230 a r:Inference; - r:gives { - 3230 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1230}] - [ a r:Fact; r:gives {(1230 2000) math:sum 3230}] - skolem:lemma3229 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1231 a r:Inference; - r:gives { - 3231 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1231}] - [ a r:Fact; r:gives {(1231 2000) math:sum 3231}] - skolem:lemma3230 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1232 a r:Inference; - r:gives { - 3232 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1232}] - [ a r:Fact; r:gives {(1232 2000) math:sum 3232}] - skolem:lemma3231 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1233 a r:Inference; - r:gives { - 3233 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1233}] - [ a r:Fact; r:gives {(1233 2000) math:sum 3233}] - skolem:lemma3232 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1234 a r:Inference; - r:gives { - 3234 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1234}] - [ a r:Fact; r:gives {(1234 2000) math:sum 3234}] - skolem:lemma3233 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1235 a r:Inference; - r:gives { - 3235 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1235}] - [ a r:Fact; r:gives {(1235 2000) math:sum 3235}] - skolem:lemma3234 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1236 a r:Inference; - r:gives { - 3236 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1236}] - [ a r:Fact; r:gives {(1236 2000) math:sum 3236}] - skolem:lemma3235 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1237 a r:Inference; - r:gives { - 3237 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1237}] - [ a r:Fact; r:gives {(1237 2000) math:sum 3237}] - skolem:lemma3236 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1238 a r:Inference; - r:gives { - 3238 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1238}] - [ a r:Fact; r:gives {(1238 2000) math:sum 3238}] - skolem:lemma3237 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1239 a r:Inference; - r:gives { - 3239 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1239}] - [ a r:Fact; r:gives {(1239 2000) math:sum 3239}] - skolem:lemma3238 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1240 a r:Inference; - r:gives { - 3240 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1240}] - [ a r:Fact; r:gives {(1240 2000) math:sum 3240}] - skolem:lemma3239 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1241 a r:Inference; - r:gives { - 3241 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1241}] - [ a r:Fact; r:gives {(1241 2000) math:sum 3241}] - skolem:lemma3240 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1242 a r:Inference; - r:gives { - 3242 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1242}] - [ a r:Fact; r:gives {(1242 2000) math:sum 3242}] - skolem:lemma3241 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1243 a r:Inference; - r:gives { - 3243 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1243}] - [ a r:Fact; r:gives {(1243 2000) math:sum 3243}] - skolem:lemma3242 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1244 a r:Inference; - r:gives { - 3244 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1244}] - [ a r:Fact; r:gives {(1244 2000) math:sum 3244}] - skolem:lemma3243 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1245 a r:Inference; - r:gives { - 3245 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1245}] - [ a r:Fact; r:gives {(1245 2000) math:sum 3245}] - skolem:lemma3244 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1246 a r:Inference; - r:gives { - 3246 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1246}] - [ a r:Fact; r:gives {(1246 2000) math:sum 3246}] - skolem:lemma3245 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1247 a r:Inference; - r:gives { - 3247 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1247}] - [ a r:Fact; r:gives {(1247 2000) math:sum 3247}] - skolem:lemma3246 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1248 a r:Inference; - r:gives { - 3248 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1248}] - [ a r:Fact; r:gives {(1248 2000) math:sum 3248}] - skolem:lemma3247 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1249 a r:Inference; - r:gives { - 3249 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1249}] - [ a r:Fact; r:gives {(1249 2000) math:sum 3249}] - skolem:lemma3248 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1250 a r:Inference; - r:gives { - 3250 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1250}] - [ a r:Fact; r:gives {(1250 2000) math:sum 3250}] - skolem:lemma3249 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1251 a r:Inference; - r:gives { - 3251 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1251}] - [ a r:Fact; r:gives {(1251 2000) math:sum 3251}] - skolem:lemma3250 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1252 a r:Inference; - r:gives { - 3252 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1252}] - [ a r:Fact; r:gives {(1252 2000) math:sum 3252}] - skolem:lemma3251 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1253 a r:Inference; - r:gives { - 3253 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1253}] - [ a r:Fact; r:gives {(1253 2000) math:sum 3253}] - skolem:lemma3252 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1254 a r:Inference; - r:gives { - 3254 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1254}] - [ a r:Fact; r:gives {(1254 2000) math:sum 3254}] - skolem:lemma3253 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1255 a r:Inference; - r:gives { - 3255 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1255}] - [ a r:Fact; r:gives {(1255 2000) math:sum 3255}] - skolem:lemma3254 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1256 a r:Inference; - r:gives { - 3256 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1256}] - [ a r:Fact; r:gives {(1256 2000) math:sum 3256}] - skolem:lemma3255 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1257 a r:Inference; - r:gives { - 3257 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1257}] - [ a r:Fact; r:gives {(1257 2000) math:sum 3257}] - skolem:lemma3256 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1258 a r:Inference; - r:gives { - 3258 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1258}] - [ a r:Fact; r:gives {(1258 2000) math:sum 3258}] - skolem:lemma3257 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1259 a r:Inference; - r:gives { - 3259 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1259}] - [ a r:Fact; r:gives {(1259 2000) math:sum 3259}] - skolem:lemma3258 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1260 a r:Inference; - r:gives { - 3260 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1260}] - [ a r:Fact; r:gives {(1260 2000) math:sum 3260}] - skolem:lemma3259 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1261 a r:Inference; - r:gives { - 3261 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1261}] - [ a r:Fact; r:gives {(1261 2000) math:sum 3261}] - skolem:lemma3260 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1262 a r:Inference; - r:gives { - 3262 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1262}] - [ a r:Fact; r:gives {(1262 2000) math:sum 3262}] - skolem:lemma3261 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1263 a r:Inference; - r:gives { - 3263 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1263}] - [ a r:Fact; r:gives {(1263 2000) math:sum 3263}] - skolem:lemma3262 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1264 a r:Inference; - r:gives { - 3264 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1264}] - [ a r:Fact; r:gives {(1264 2000) math:sum 3264}] - skolem:lemma3263 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1265 a r:Inference; - r:gives { - 3265 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1265}] - [ a r:Fact; r:gives {(1265 2000) math:sum 3265}] - skolem:lemma3264 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1266 a r:Inference; - r:gives { - 3266 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1266}] - [ a r:Fact; r:gives {(1266 2000) math:sum 3266}] - skolem:lemma3265 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1267 a r:Inference; - r:gives { - 3267 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1267}] - [ a r:Fact; r:gives {(1267 2000) math:sum 3267}] - skolem:lemma3266 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1268 a r:Inference; - r:gives { - 3268 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1268}] - [ a r:Fact; r:gives {(1268 2000) math:sum 3268}] - skolem:lemma3267 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1269 a r:Inference; - r:gives { - 3269 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1269}] - [ a r:Fact; r:gives {(1269 2000) math:sum 3269}] - skolem:lemma3268 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1270 a r:Inference; - r:gives { - 3270 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1270}] - [ a r:Fact; r:gives {(1270 2000) math:sum 3270}] - skolem:lemma3269 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1271 a r:Inference; - r:gives { - 3271 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1271}] - [ a r:Fact; r:gives {(1271 2000) math:sum 3271}] - skolem:lemma3270 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1272 a r:Inference; - r:gives { - 3272 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1272}] - [ a r:Fact; r:gives {(1272 2000) math:sum 3272}] - skolem:lemma3271 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1273 a r:Inference; - r:gives { - 3273 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1273}] - [ a r:Fact; r:gives {(1273 2000) math:sum 3273}] - skolem:lemma3272 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1274 a r:Inference; - r:gives { - 3274 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1274}] - [ a r:Fact; r:gives {(1274 2000) math:sum 3274}] - skolem:lemma3273 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1275 a r:Inference; - r:gives { - 3275 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1275}] - [ a r:Fact; r:gives {(1275 2000) math:sum 3275}] - skolem:lemma3274 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1276 a r:Inference; - r:gives { - 3276 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1276}] - [ a r:Fact; r:gives {(1276 2000) math:sum 3276}] - skolem:lemma3275 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1277 a r:Inference; - r:gives { - 3277 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1277}] - [ a r:Fact; r:gives {(1277 2000) math:sum 3277}] - skolem:lemma3276 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1278 a r:Inference; - r:gives { - 3278 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1278}] - [ a r:Fact; r:gives {(1278 2000) math:sum 3278}] - skolem:lemma3277 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1279 a r:Inference; - r:gives { - 3279 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1279}] - [ a r:Fact; r:gives {(1279 2000) math:sum 3279}] - skolem:lemma3278 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1280 a r:Inference; - r:gives { - 3280 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1280}] - [ a r:Fact; r:gives {(1280 2000) math:sum 3280}] - skolem:lemma3279 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1281 a r:Inference; - r:gives { - 3281 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1281}] - [ a r:Fact; r:gives {(1281 2000) math:sum 3281}] - skolem:lemma3280 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1282 a r:Inference; - r:gives { - 3282 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1282}] - [ a r:Fact; r:gives {(1282 2000) math:sum 3282}] - skolem:lemma3281 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1283 a r:Inference; - r:gives { - 3283 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1283}] - [ a r:Fact; r:gives {(1283 2000) math:sum 3283}] - skolem:lemma3282 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1284 a r:Inference; - r:gives { - 3284 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1284}] - [ a r:Fact; r:gives {(1284 2000) math:sum 3284}] - skolem:lemma3283 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1285 a r:Inference; - r:gives { - 3285 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1285}] - [ a r:Fact; r:gives {(1285 2000) math:sum 3285}] - skolem:lemma3284 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1286 a r:Inference; - r:gives { - 3286 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1286}] - [ a r:Fact; r:gives {(1286 2000) math:sum 3286}] - skolem:lemma3285 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1287 a r:Inference; - r:gives { - 3287 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1287}] - [ a r:Fact; r:gives {(1287 2000) math:sum 3287}] - skolem:lemma3286 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1288 a r:Inference; - r:gives { - 3288 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1288}] - [ a r:Fact; r:gives {(1288 2000) math:sum 3288}] - skolem:lemma3287 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1289 a r:Inference; - r:gives { - 3289 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1289}] - [ a r:Fact; r:gives {(1289 2000) math:sum 3289}] - skolem:lemma3288 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1290 a r:Inference; - r:gives { - 3290 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1290}] - [ a r:Fact; r:gives {(1290 2000) math:sum 3290}] - skolem:lemma3289 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1291 a r:Inference; - r:gives { - 3291 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1291}] - [ a r:Fact; r:gives {(1291 2000) math:sum 3291}] - skolem:lemma3290 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1292 a r:Inference; - r:gives { - 3292 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1292}] - [ a r:Fact; r:gives {(1292 2000) math:sum 3292}] - skolem:lemma3291 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1293 a r:Inference; - r:gives { - 3293 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1293}] - [ a r:Fact; r:gives {(1293 2000) math:sum 3293}] - skolem:lemma3292 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1294 a r:Inference; - r:gives { - 3294 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1294}] - [ a r:Fact; r:gives {(1294 2000) math:sum 3294}] - skolem:lemma3293 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1295 a r:Inference; - r:gives { - 3295 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1295}] - [ a r:Fact; r:gives {(1295 2000) math:sum 3295}] - skolem:lemma3294 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1296 a r:Inference; - r:gives { - 3296 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1296}] - [ a r:Fact; r:gives {(1296 2000) math:sum 3296}] - skolem:lemma3295 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1297 a r:Inference; - r:gives { - 3297 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1297}] - [ a r:Fact; r:gives {(1297 2000) math:sum 3297}] - skolem:lemma3296 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1298 a r:Inference; - r:gives { - 3298 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1298}] - [ a r:Fact; r:gives {(1298 2000) math:sum 3298}] - skolem:lemma3297 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1299 a r:Inference; - r:gives { - 3299 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1299}] - [ a r:Fact; r:gives {(1299 2000) math:sum 3299}] - skolem:lemma3298 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1300 a r:Inference; - r:gives { - 3300 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1300}] - [ a r:Fact; r:gives {(1300 2000) math:sum 3300}] - skolem:lemma3299 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1301 a r:Inference; - r:gives { - 3301 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1301}] - [ a r:Fact; r:gives {(1301 2000) math:sum 3301}] - skolem:lemma3300 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1302 a r:Inference; - r:gives { - 3302 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1302}] - [ a r:Fact; r:gives {(1302 2000) math:sum 3302}] - skolem:lemma3301 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1303 a r:Inference; - r:gives { - 3303 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1303}] - [ a r:Fact; r:gives {(1303 2000) math:sum 3303}] - skolem:lemma3302 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1304 a r:Inference; - r:gives { - 3304 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1304}] - [ a r:Fact; r:gives {(1304 2000) math:sum 3304}] - skolem:lemma3303 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1305 a r:Inference; - r:gives { - 3305 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1305}] - [ a r:Fact; r:gives {(1305 2000) math:sum 3305}] - skolem:lemma3304 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1306 a r:Inference; - r:gives { - 3306 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1306}] - [ a r:Fact; r:gives {(1306 2000) math:sum 3306}] - skolem:lemma3305 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1307 a r:Inference; - r:gives { - 3307 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1307}] - [ a r:Fact; r:gives {(1307 2000) math:sum 3307}] - skolem:lemma3306 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1308 a r:Inference; - r:gives { - 3308 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1308}] - [ a r:Fact; r:gives {(1308 2000) math:sum 3308}] - skolem:lemma3307 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1309 a r:Inference; - r:gives { - 3309 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1309}] - [ a r:Fact; r:gives {(1309 2000) math:sum 3309}] - skolem:lemma3308 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1310 a r:Inference; - r:gives { - 3310 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1310}] - [ a r:Fact; r:gives {(1310 2000) math:sum 3310}] - skolem:lemma3309 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1311 a r:Inference; - r:gives { - 3311 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1311}] - [ a r:Fact; r:gives {(1311 2000) math:sum 3311}] - skolem:lemma3310 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1312 a r:Inference; - r:gives { - 3312 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1312}] - [ a r:Fact; r:gives {(1312 2000) math:sum 3312}] - skolem:lemma3311 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1313 a r:Inference; - r:gives { - 3313 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1313}] - [ a r:Fact; r:gives {(1313 2000) math:sum 3313}] - skolem:lemma3312 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1314 a r:Inference; - r:gives { - 3314 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1314}] - [ a r:Fact; r:gives {(1314 2000) math:sum 3314}] - skolem:lemma3313 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1315 a r:Inference; - r:gives { - 3315 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1315}] - [ a r:Fact; r:gives {(1315 2000) math:sum 3315}] - skolem:lemma3314 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1316 a r:Inference; - r:gives { - 3316 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1316}] - [ a r:Fact; r:gives {(1316 2000) math:sum 3316}] - skolem:lemma3315 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1317 a r:Inference; - r:gives { - 3317 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1317}] - [ a r:Fact; r:gives {(1317 2000) math:sum 3317}] - skolem:lemma3316 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1318 a r:Inference; - r:gives { - 3318 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1318}] - [ a r:Fact; r:gives {(1318 2000) math:sum 3318}] - skolem:lemma3317 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1319 a r:Inference; - r:gives { - 3319 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1319}] - [ a r:Fact; r:gives {(1319 2000) math:sum 3319}] - skolem:lemma3318 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1320 a r:Inference; - r:gives { - 3320 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1320}] - [ a r:Fact; r:gives {(1320 2000) math:sum 3320}] - skolem:lemma3319 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1321 a r:Inference; - r:gives { - 3321 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1321}] - [ a r:Fact; r:gives {(1321 2000) math:sum 3321}] - skolem:lemma3320 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1322 a r:Inference; - r:gives { - 3322 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1322}] - [ a r:Fact; r:gives {(1322 2000) math:sum 3322}] - skolem:lemma3321 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1323 a r:Inference; - r:gives { - 3323 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1323}] - [ a r:Fact; r:gives {(1323 2000) math:sum 3323}] - skolem:lemma3322 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1324 a r:Inference; - r:gives { - 3324 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1324}] - [ a r:Fact; r:gives {(1324 2000) math:sum 3324}] - skolem:lemma3323 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1325 a r:Inference; - r:gives { - 3325 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1325}] - [ a r:Fact; r:gives {(1325 2000) math:sum 3325}] - skolem:lemma3324 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1326 a r:Inference; - r:gives { - 3326 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1326}] - [ a r:Fact; r:gives {(1326 2000) math:sum 3326}] - skolem:lemma3325 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1327 a r:Inference; - r:gives { - 3327 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1327}] - [ a r:Fact; r:gives {(1327 2000) math:sum 3327}] - skolem:lemma3326 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1328 a r:Inference; - r:gives { - 3328 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1328}] - [ a r:Fact; r:gives {(1328 2000) math:sum 3328}] - skolem:lemma3327 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1329 a r:Inference; - r:gives { - 3329 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1329}] - [ a r:Fact; r:gives {(1329 2000) math:sum 3329}] - skolem:lemma3328 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1330 a r:Inference; - r:gives { - 3330 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1330}] - [ a r:Fact; r:gives {(1330 2000) math:sum 3330}] - skolem:lemma3329 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1331 a r:Inference; - r:gives { - 3331 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1331}] - [ a r:Fact; r:gives {(1331 2000) math:sum 3331}] - skolem:lemma3330 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1332 a r:Inference; - r:gives { - 3332 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1332}] - [ a r:Fact; r:gives {(1332 2000) math:sum 3332}] - skolem:lemma3331 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1333 a r:Inference; - r:gives { - 3334 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1334}] - [ a r:Fact; r:gives {(1334 2000) math:sum 3334}] - skolem:lemma3332 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1334 a r:Inference; - r:gives { - 3335 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1335}] - [ a r:Fact; r:gives {(1335 2000) math:sum 3335}] - skolem:lemma3333 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1335 a r:Inference; - r:gives { - 3336 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1336}] - [ a r:Fact; r:gives {(1336 2000) math:sum 3336}] - skolem:lemma3334 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1336 a r:Inference; - r:gives { - 3337 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1337}] - [ a r:Fact; r:gives {(1337 2000) math:sum 3337}] - skolem:lemma3335 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1337 a r:Inference; - r:gives { - 3338 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1338}] - [ a r:Fact; r:gives {(1338 2000) math:sum 3338}] - skolem:lemma3336 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1338 a r:Inference; - r:gives { - 3339 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1339}] - [ a r:Fact; r:gives {(1339 2000) math:sum 3339}] - skolem:lemma3337 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1339 a r:Inference; - r:gives { - 3340 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1340}] - [ a r:Fact; r:gives {(1340 2000) math:sum 3340}] - skolem:lemma3338 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1340 a r:Inference; - r:gives { - 3341 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1341}] - [ a r:Fact; r:gives {(1341 2000) math:sum 3341}] - skolem:lemma3339 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1341 a r:Inference; - r:gives { - 3342 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1342}] - [ a r:Fact; r:gives {(1342 2000) math:sum 3342}] - skolem:lemma3340 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1342 a r:Inference; - r:gives { - 3343 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1343}] - [ a r:Fact; r:gives {(1343 2000) math:sum 3343}] - skolem:lemma3341 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1343 a r:Inference; - r:gives { - 3344 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1344}] - [ a r:Fact; r:gives {(1344 2000) math:sum 3344}] - skolem:lemma3342 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1344 a r:Inference; - r:gives { - 3345 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1345}] - [ a r:Fact; r:gives {(1345 2000) math:sum 3345}] - skolem:lemma3343 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1345 a r:Inference; - r:gives { - 3346 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1346}] - [ a r:Fact; r:gives {(1346 2000) math:sum 3346}] - skolem:lemma3344 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1346 a r:Inference; - r:gives { - 3347 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1347}] - [ a r:Fact; r:gives {(1347 2000) math:sum 3347}] - skolem:lemma3345 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1347 a r:Inference; - r:gives { - 3348 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1348}] - [ a r:Fact; r:gives {(1348 2000) math:sum 3348}] - skolem:lemma3346 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1348 a r:Inference; - r:gives { - 3349 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1349}] - [ a r:Fact; r:gives {(1349 2000) math:sum 3349}] - skolem:lemma3347 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1349 a r:Inference; - r:gives { - 3350 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1350}] - [ a r:Fact; r:gives {(1350 2000) math:sum 3350}] - skolem:lemma3348 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1350 a r:Inference; - r:gives { - 3351 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1351}] - [ a r:Fact; r:gives {(1351 2000) math:sum 3351}] - skolem:lemma3349 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1351 a r:Inference; - r:gives { - 3352 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1352}] - [ a r:Fact; r:gives {(1352 2000) math:sum 3352}] - skolem:lemma3350 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1352 a r:Inference; - r:gives { - 3353 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1353}] - [ a r:Fact; r:gives {(1353 2000) math:sum 3353}] - skolem:lemma3351 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1353 a r:Inference; - r:gives { - 3354 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1354}] - [ a r:Fact; r:gives {(1354 2000) math:sum 3354}] - skolem:lemma3352 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1354 a r:Inference; - r:gives { - 3355 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1355}] - [ a r:Fact; r:gives {(1355 2000) math:sum 3355}] - skolem:lemma3353 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1355 a r:Inference; - r:gives { - 3356 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1356}] - [ a r:Fact; r:gives {(1356 2000) math:sum 3356}] - skolem:lemma3354 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1356 a r:Inference; - r:gives { - 3357 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1357}] - [ a r:Fact; r:gives {(1357 2000) math:sum 3357}] - skolem:lemma3355 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1357 a r:Inference; - r:gives { - 3358 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1358}] - [ a r:Fact; r:gives {(1358 2000) math:sum 3358}] - skolem:lemma3356 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1358 a r:Inference; - r:gives { - 3359 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1359}] - [ a r:Fact; r:gives {(1359 2000) math:sum 3359}] - skolem:lemma3357 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1359 a r:Inference; - r:gives { - 3360 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1360}] - [ a r:Fact; r:gives {(1360 2000) math:sum 3360}] - skolem:lemma3358 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1360 a r:Inference; - r:gives { - 3361 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1361}] - [ a r:Fact; r:gives {(1361 2000) math:sum 3361}] - skolem:lemma3359 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1361 a r:Inference; - r:gives { - 3362 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1362}] - [ a r:Fact; r:gives {(1362 2000) math:sum 3362}] - skolem:lemma3360 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1362 a r:Inference; - r:gives { - 3363 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1363}] - [ a r:Fact; r:gives {(1363 2000) math:sum 3363}] - skolem:lemma3361 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1363 a r:Inference; - r:gives { - 3364 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1364}] - [ a r:Fact; r:gives {(1364 2000) math:sum 3364}] - skolem:lemma3362 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1364 a r:Inference; - r:gives { - 3365 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1365}] - [ a r:Fact; r:gives {(1365 2000) math:sum 3365}] - skolem:lemma3363 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1365 a r:Inference; - r:gives { - 3366 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1366}] - [ a r:Fact; r:gives {(1366 2000) math:sum 3366}] - skolem:lemma3364 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1366 a r:Inference; - r:gives { - 3367 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1367}] - [ a r:Fact; r:gives {(1367 2000) math:sum 3367}] - skolem:lemma3365 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1367 a r:Inference; - r:gives { - 3368 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1368}] - [ a r:Fact; r:gives {(1368 2000) math:sum 3368}] - skolem:lemma3366 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1368 a r:Inference; - r:gives { - 3369 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1369}] - [ a r:Fact; r:gives {(1369 2000) math:sum 3369}] - skolem:lemma3367 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1369 a r:Inference; - r:gives { - 3370 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1370}] - [ a r:Fact; r:gives {(1370 2000) math:sum 3370}] - skolem:lemma3368 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1370 a r:Inference; - r:gives { - 3371 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1371}] - [ a r:Fact; r:gives {(1371 2000) math:sum 3371}] - skolem:lemma3369 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1371 a r:Inference; - r:gives { - 3372 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1372}] - [ a r:Fact; r:gives {(1372 2000) math:sum 3372}] - skolem:lemma3370 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1372 a r:Inference; - r:gives { - 3373 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1373}] - [ a r:Fact; r:gives {(1373 2000) math:sum 3373}] - skolem:lemma3371 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1373 a r:Inference; - r:gives { - 3374 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1374}] - [ a r:Fact; r:gives {(1374 2000) math:sum 3374}] - skolem:lemma3372 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1374 a r:Inference; - r:gives { - 3375 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1375}] - [ a r:Fact; r:gives {(1375 2000) math:sum 3375}] - skolem:lemma3373 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1375 a r:Inference; - r:gives { - 3376 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1376}] - [ a r:Fact; r:gives {(1376 2000) math:sum 3376}] - skolem:lemma3374 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1376 a r:Inference; - r:gives { - 3377 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1377}] - [ a r:Fact; r:gives {(1377 2000) math:sum 3377}] - skolem:lemma3375 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1377 a r:Inference; - r:gives { - 3378 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1378}] - [ a r:Fact; r:gives {(1378 2000) math:sum 3378}] - skolem:lemma3376 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1378 a r:Inference; - r:gives { - 3379 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1379}] - [ a r:Fact; r:gives {(1379 2000) math:sum 3379}] - skolem:lemma3377 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1379 a r:Inference; - r:gives { - 3380 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1380}] - [ a r:Fact; r:gives {(1380 2000) math:sum 3380}] - skolem:lemma3378 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1380 a r:Inference; - r:gives { - 3381 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1381}] - [ a r:Fact; r:gives {(1381 2000) math:sum 3381}] - skolem:lemma3379 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1381 a r:Inference; - r:gives { - 3382 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1382}] - [ a r:Fact; r:gives {(1382 2000) math:sum 3382}] - skolem:lemma3380 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1382 a r:Inference; - r:gives { - 3383 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1383}] - [ a r:Fact; r:gives {(1383 2000) math:sum 3383}] - skolem:lemma3381 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1383 a r:Inference; - r:gives { - 3384 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1384}] - [ a r:Fact; r:gives {(1384 2000) math:sum 3384}] - skolem:lemma3382 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1384 a r:Inference; - r:gives { - 3385 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1385}] - [ a r:Fact; r:gives {(1385 2000) math:sum 3385}] - skolem:lemma3383 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1385 a r:Inference; - r:gives { - 3386 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1386}] - [ a r:Fact; r:gives {(1386 2000) math:sum 3386}] - skolem:lemma3384 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1386 a r:Inference; - r:gives { - 3387 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1387}] - [ a r:Fact; r:gives {(1387 2000) math:sum 3387}] - skolem:lemma3385 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1387 a r:Inference; - r:gives { - 3388 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1388}] - [ a r:Fact; r:gives {(1388 2000) math:sum 3388}] - skolem:lemma3386 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1388 a r:Inference; - r:gives { - 3389 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1389}] - [ a r:Fact; r:gives {(1389 2000) math:sum 3389}] - skolem:lemma3387 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1389 a r:Inference; - r:gives { - 3390 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1390}] - [ a r:Fact; r:gives {(1390 2000) math:sum 3390}] - skolem:lemma3388 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1390 a r:Inference; - r:gives { - 3391 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1391}] - [ a r:Fact; r:gives {(1391 2000) math:sum 3391}] - skolem:lemma3389 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1391 a r:Inference; - r:gives { - 3392 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1392}] - [ a r:Fact; r:gives {(1392 2000) math:sum 3392}] - skolem:lemma3390 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1392 a r:Inference; - r:gives { - 3393 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1393}] - [ a r:Fact; r:gives {(1393 2000) math:sum 3393}] - skolem:lemma3391 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1393 a r:Inference; - r:gives { - 3394 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1394}] - [ a r:Fact; r:gives {(1394 2000) math:sum 3394}] - skolem:lemma3392 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1394 a r:Inference; - r:gives { - 3395 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1395}] - [ a r:Fact; r:gives {(1395 2000) math:sum 3395}] - skolem:lemma3393 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1395 a r:Inference; - r:gives { - 3396 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1396}] - [ a r:Fact; r:gives {(1396 2000) math:sum 3396}] - skolem:lemma3394 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1396 a r:Inference; - r:gives { - 3397 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1397}] - [ a r:Fact; r:gives {(1397 2000) math:sum 3397}] - skolem:lemma3395 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1397 a r:Inference; - r:gives { - 3398 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1398}] - [ a r:Fact; r:gives {(1398 2000) math:sum 3398}] - skolem:lemma3396 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1398 a r:Inference; - r:gives { - 3399 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1399}] - [ a r:Fact; r:gives {(1399 2000) math:sum 3399}] - skolem:lemma3397 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1399 a r:Inference; - r:gives { - 3400 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1400}] - [ a r:Fact; r:gives {(1400 2000) math:sum 3400}] - skolem:lemma3398 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1400 a r:Inference; - r:gives { - 3401 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1401}] - [ a r:Fact; r:gives {(1401 2000) math:sum 3401}] - skolem:lemma3399 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1401 a r:Inference; - r:gives { - 3402 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1402}] - [ a r:Fact; r:gives {(1402 2000) math:sum 3402}] - skolem:lemma3400 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1402 a r:Inference; - r:gives { - 3403 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1403}] - [ a r:Fact; r:gives {(1403 2000) math:sum 3403}] - skolem:lemma3401 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1403 a r:Inference; - r:gives { - 3404 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1404}] - [ a r:Fact; r:gives {(1404 2000) math:sum 3404}] - skolem:lemma3402 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1404 a r:Inference; - r:gives { - 3405 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1405}] - [ a r:Fact; r:gives {(1405 2000) math:sum 3405}] - skolem:lemma3403 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1405 a r:Inference; - r:gives { - 3406 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1406}] - [ a r:Fact; r:gives {(1406 2000) math:sum 3406}] - skolem:lemma3404 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1406 a r:Inference; - r:gives { - 3407 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1407}] - [ a r:Fact; r:gives {(1407 2000) math:sum 3407}] - skolem:lemma3405 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1407 a r:Inference; - r:gives { - 3408 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1408}] - [ a r:Fact; r:gives {(1408 2000) math:sum 3408}] - skolem:lemma3406 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1408 a r:Inference; - r:gives { - 3409 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1409}] - [ a r:Fact; r:gives {(1409 2000) math:sum 3409}] - skolem:lemma3407 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1409 a r:Inference; - r:gives { - 3410 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1410}] - [ a r:Fact; r:gives {(1410 2000) math:sum 3410}] - skolem:lemma3408 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1410 a r:Inference; - r:gives { - 3411 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1411}] - [ a r:Fact; r:gives {(1411 2000) math:sum 3411}] - skolem:lemma3409 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1411 a r:Inference; - r:gives { - 3412 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1412}] - [ a r:Fact; r:gives {(1412 2000) math:sum 3412}] - skolem:lemma3410 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1412 a r:Inference; - r:gives { - 3413 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1413}] - [ a r:Fact; r:gives {(1413 2000) math:sum 3413}] - skolem:lemma3411 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1413 a r:Inference; - r:gives { - 3414 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1414}] - [ a r:Fact; r:gives {(1414 2000) math:sum 3414}] - skolem:lemma3412 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1414 a r:Inference; - r:gives { - 3415 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1415}] - [ a r:Fact; r:gives {(1415 2000) math:sum 3415}] - skolem:lemma3413 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1415 a r:Inference; - r:gives { - 3416 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1416}] - [ a r:Fact; r:gives {(1416 2000) math:sum 3416}] - skolem:lemma3414 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1416 a r:Inference; - r:gives { - 3417 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1417}] - [ a r:Fact; r:gives {(1417 2000) math:sum 3417}] - skolem:lemma3415 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1417 a r:Inference; - r:gives { - 3418 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1418}] - [ a r:Fact; r:gives {(1418 2000) math:sum 3418}] - skolem:lemma3416 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1418 a r:Inference; - r:gives { - 3419 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1419}] - [ a r:Fact; r:gives {(1419 2000) math:sum 3419}] - skolem:lemma3417 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1419 a r:Inference; - r:gives { - 3420 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1420}] - [ a r:Fact; r:gives {(1420 2000) math:sum 3420}] - skolem:lemma3418 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1420 a r:Inference; - r:gives { - 3421 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1421}] - [ a r:Fact; r:gives {(1421 2000) math:sum 3421}] - skolem:lemma3419 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1421 a r:Inference; - r:gives { - 3422 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1422}] - [ a r:Fact; r:gives {(1422 2000) math:sum 3422}] - skolem:lemma3420 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1422 a r:Inference; - r:gives { - 3423 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1423}] - [ a r:Fact; r:gives {(1423 2000) math:sum 3423}] - skolem:lemma3421 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1423 a r:Inference; - r:gives { - 3424 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1424}] - [ a r:Fact; r:gives {(1424 2000) math:sum 3424}] - skolem:lemma3422 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1424 a r:Inference; - r:gives { - 3425 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1425}] - [ a r:Fact; r:gives {(1425 2000) math:sum 3425}] - skolem:lemma3423 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1425 a r:Inference; - r:gives { - 3426 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1426}] - [ a r:Fact; r:gives {(1426 2000) math:sum 3426}] - skolem:lemma3424 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1426 a r:Inference; - r:gives { - 3427 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1427}] - [ a r:Fact; r:gives {(1427 2000) math:sum 3427}] - skolem:lemma3425 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1427 a r:Inference; - r:gives { - 3428 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1428}] - [ a r:Fact; r:gives {(1428 2000) math:sum 3428}] - skolem:lemma3426 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1428 a r:Inference; - r:gives { - 3429 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1429}] - [ a r:Fact; r:gives {(1429 2000) math:sum 3429}] - skolem:lemma3427 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1429 a r:Inference; - r:gives { - 3430 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1430}] - [ a r:Fact; r:gives {(1430 2000) math:sum 3430}] - skolem:lemma3428 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1430 a r:Inference; - r:gives { - 3431 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1431}] - [ a r:Fact; r:gives {(1431 2000) math:sum 3431}] - skolem:lemma3429 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1431 a r:Inference; - r:gives { - 3432 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1432}] - [ a r:Fact; r:gives {(1432 2000) math:sum 3432}] - skolem:lemma3430 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1432 a r:Inference; - r:gives { - 3433 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1433}] - [ a r:Fact; r:gives {(1433 2000) math:sum 3433}] - skolem:lemma3431 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1433 a r:Inference; - r:gives { - 3434 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1434}] - [ a r:Fact; r:gives {(1434 2000) math:sum 3434}] - skolem:lemma3432 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1434 a r:Inference; - r:gives { - 3435 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1435}] - [ a r:Fact; r:gives {(1435 2000) math:sum 3435}] - skolem:lemma3433 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1435 a r:Inference; - r:gives { - 3436 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1436}] - [ a r:Fact; r:gives {(1436 2000) math:sum 3436}] - skolem:lemma3434 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1436 a r:Inference; - r:gives { - 3437 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1437}] - [ a r:Fact; r:gives {(1437 2000) math:sum 3437}] - skolem:lemma3435 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1437 a r:Inference; - r:gives { - 3438 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1438}] - [ a r:Fact; r:gives {(1438 2000) math:sum 3438}] - skolem:lemma3436 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1438 a r:Inference; - r:gives { - 3439 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1439}] - [ a r:Fact; r:gives {(1439 2000) math:sum 3439}] - skolem:lemma3437 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1439 a r:Inference; - r:gives { - 3440 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1440}] - [ a r:Fact; r:gives {(1440 2000) math:sum 3440}] - skolem:lemma3438 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1440 a r:Inference; - r:gives { - 3441 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1441}] - [ a r:Fact; r:gives {(1441 2000) math:sum 3441}] - skolem:lemma3439 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1441 a r:Inference; - r:gives { - 3442 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1442}] - [ a r:Fact; r:gives {(1442 2000) math:sum 3442}] - skolem:lemma3440 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1442 a r:Inference; - r:gives { - 3443 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1443}] - [ a r:Fact; r:gives {(1443 2000) math:sum 3443}] - skolem:lemma3441 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1443 a r:Inference; - r:gives { - 3444 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1444}] - [ a r:Fact; r:gives {(1444 2000) math:sum 3444}] - skolem:lemma3442 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1444 a r:Inference; - r:gives { - 3445 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1445}] - [ a r:Fact; r:gives {(1445 2000) math:sum 3445}] - skolem:lemma3443 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1445 a r:Inference; - r:gives { - 3446 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1446}] - [ a r:Fact; r:gives {(1446 2000) math:sum 3446}] - skolem:lemma3444 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1446 a r:Inference; - r:gives { - 3447 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1447}] - [ a r:Fact; r:gives {(1447 2000) math:sum 3447}] - skolem:lemma3445 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1447 a r:Inference; - r:gives { - 3448 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1448}] - [ a r:Fact; r:gives {(1448 2000) math:sum 3448}] - skolem:lemma3446 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1448 a r:Inference; - r:gives { - 3449 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1449}] - [ a r:Fact; r:gives {(1449 2000) math:sum 3449}] - skolem:lemma3447 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1449 a r:Inference; - r:gives { - 3450 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1450}] - [ a r:Fact; r:gives {(1450 2000) math:sum 3450}] - skolem:lemma3448 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1450 a r:Inference; - r:gives { - 3451 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1451}] - [ a r:Fact; r:gives {(1451 2000) math:sum 3451}] - skolem:lemma3449 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1451 a r:Inference; - r:gives { - 3452 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1452}] - [ a r:Fact; r:gives {(1452 2000) math:sum 3452}] - skolem:lemma3450 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1452 a r:Inference; - r:gives { - 3453 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1453}] - [ a r:Fact; r:gives {(1453 2000) math:sum 3453}] - skolem:lemma3451 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1453 a r:Inference; - r:gives { - 3454 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1454}] - [ a r:Fact; r:gives {(1454 2000) math:sum 3454}] - skolem:lemma3452 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1454 a r:Inference; - r:gives { - 3455 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1455}] - [ a r:Fact; r:gives {(1455 2000) math:sum 3455}] - skolem:lemma3453 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1455 a r:Inference; - r:gives { - 3456 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1456}] - [ a r:Fact; r:gives {(1456 2000) math:sum 3456}] - skolem:lemma3454 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1456 a r:Inference; - r:gives { - 3457 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1457}] - [ a r:Fact; r:gives {(1457 2000) math:sum 3457}] - skolem:lemma3455 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1457 a r:Inference; - r:gives { - 3458 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1458}] - [ a r:Fact; r:gives {(1458 2000) math:sum 3458}] - skolem:lemma3456 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1458 a r:Inference; - r:gives { - 3459 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1459}] - [ a r:Fact; r:gives {(1459 2000) math:sum 3459}] - skolem:lemma3457 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1459 a r:Inference; - r:gives { - 3460 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1460}] - [ a r:Fact; r:gives {(1460 2000) math:sum 3460}] - skolem:lemma3458 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1460 a r:Inference; - r:gives { - 3461 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1461}] - [ a r:Fact; r:gives {(1461 2000) math:sum 3461}] - skolem:lemma3459 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1461 a r:Inference; - r:gives { - 3462 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1462}] - [ a r:Fact; r:gives {(1462 2000) math:sum 3462}] - skolem:lemma3460 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1462 a r:Inference; - r:gives { - 3463 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1463}] - [ a r:Fact; r:gives {(1463 2000) math:sum 3463}] - skolem:lemma3461 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1463 a r:Inference; - r:gives { - 3464 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1464}] - [ a r:Fact; r:gives {(1464 2000) math:sum 3464}] - skolem:lemma3462 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1464 a r:Inference; - r:gives { - 3465 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1465}] - [ a r:Fact; r:gives {(1465 2000) math:sum 3465}] - skolem:lemma3463 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1465 a r:Inference; - r:gives { - 3466 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1466}] - [ a r:Fact; r:gives {(1466 2000) math:sum 3466}] - skolem:lemma3464 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1466 a r:Inference; - r:gives { - 3467 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1467}] - [ a r:Fact; r:gives {(1467 2000) math:sum 3467}] - skolem:lemma3465 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1467 a r:Inference; - r:gives { - 3468 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1468}] - [ a r:Fact; r:gives {(1468 2000) math:sum 3468}] - skolem:lemma3466 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1468 a r:Inference; - r:gives { - 3469 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1469}] - [ a r:Fact; r:gives {(1469 2000) math:sum 3469}] - skolem:lemma3467 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1469 a r:Inference; - r:gives { - 3470 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1470}] - [ a r:Fact; r:gives {(1470 2000) math:sum 3470}] - skolem:lemma3468 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1470 a r:Inference; - r:gives { - 3471 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1471}] - [ a r:Fact; r:gives {(1471 2000) math:sum 3471}] - skolem:lemma3469 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1471 a r:Inference; - r:gives { - 3472 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1472}] - [ a r:Fact; r:gives {(1472 2000) math:sum 3472}] - skolem:lemma3470 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1472 a r:Inference; - r:gives { - 3473 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1473}] - [ a r:Fact; r:gives {(1473 2000) math:sum 3473}] - skolem:lemma3471 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1473 a r:Inference; - r:gives { - 3474 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1474}] - [ a r:Fact; r:gives {(1474 2000) math:sum 3474}] - skolem:lemma3472 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1474 a r:Inference; - r:gives { - 3475 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1475}] - [ a r:Fact; r:gives {(1475 2000) math:sum 3475}] - skolem:lemma3473 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1475 a r:Inference; - r:gives { - 3476 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1476}] - [ a r:Fact; r:gives {(1476 2000) math:sum 3476}] - skolem:lemma3474 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1476 a r:Inference; - r:gives { - 3477 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1477}] - [ a r:Fact; r:gives {(1477 2000) math:sum 3477}] - skolem:lemma3475 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1477 a r:Inference; - r:gives { - 3478 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1478}] - [ a r:Fact; r:gives {(1478 2000) math:sum 3478}] - skolem:lemma3476 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1478 a r:Inference; - r:gives { - 3479 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1479}] - [ a r:Fact; r:gives {(1479 2000) math:sum 3479}] - skolem:lemma3477 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1479 a r:Inference; - r:gives { - 3480 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1480}] - [ a r:Fact; r:gives {(1480 2000) math:sum 3480}] - skolem:lemma3478 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1480 a r:Inference; - r:gives { - 3481 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1481}] - [ a r:Fact; r:gives {(1481 2000) math:sum 3481}] - skolem:lemma3479 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1481 a r:Inference; - r:gives { - 3482 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1482}] - [ a r:Fact; r:gives {(1482 2000) math:sum 3482}] - skolem:lemma3480 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1482 a r:Inference; - r:gives { - 3483 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1483}] - [ a r:Fact; r:gives {(1483 2000) math:sum 3483}] - skolem:lemma3481 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1483 a r:Inference; - r:gives { - 3484 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1484}] - [ a r:Fact; r:gives {(1484 2000) math:sum 3484}] - skolem:lemma3482 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1484 a r:Inference; - r:gives { - 3485 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1485}] - [ a r:Fact; r:gives {(1485 2000) math:sum 3485}] - skolem:lemma3483 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1485 a r:Inference; - r:gives { - 3486 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1486}] - [ a r:Fact; r:gives {(1486 2000) math:sum 3486}] - skolem:lemma3484 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1486 a r:Inference; - r:gives { - 3487 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1487}] - [ a r:Fact; r:gives {(1487 2000) math:sum 3487}] - skolem:lemma3485 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1487 a r:Inference; - r:gives { - 3488 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1488}] - [ a r:Fact; r:gives {(1488 2000) math:sum 3488}] - skolem:lemma3486 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1488 a r:Inference; - r:gives { - 3489 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1489}] - [ a r:Fact; r:gives {(1489 2000) math:sum 3489}] - skolem:lemma3487 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1489 a r:Inference; - r:gives { - 3490 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1490}] - [ a r:Fact; r:gives {(1490 2000) math:sum 3490}] - skolem:lemma3488 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1490 a r:Inference; - r:gives { - 3491 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1491}] - [ a r:Fact; r:gives {(1491 2000) math:sum 3491}] - skolem:lemma3489 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1491 a r:Inference; - r:gives { - 3492 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1492}] - [ a r:Fact; r:gives {(1492 2000) math:sum 3492}] - skolem:lemma3490 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1492 a r:Inference; - r:gives { - 3493 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1493}] - [ a r:Fact; r:gives {(1493 2000) math:sum 3493}] - skolem:lemma3491 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1493 a r:Inference; - r:gives { - 3494 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1494}] - [ a r:Fact; r:gives {(1494 2000) math:sum 3494}] - skolem:lemma3492 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1494 a r:Inference; - r:gives { - 3495 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1495}] - [ a r:Fact; r:gives {(1495 2000) math:sum 3495}] - skolem:lemma3493 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1495 a r:Inference; - r:gives { - 3496 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1496}] - [ a r:Fact; r:gives {(1496 2000) math:sum 3496}] - skolem:lemma3494 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1496 a r:Inference; - r:gives { - 3497 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1497}] - [ a r:Fact; r:gives {(1497 2000) math:sum 3497}] - skolem:lemma3495 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1497 a r:Inference; - r:gives { - 3498 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1498}] - [ a r:Fact; r:gives {(1498 2000) math:sum 3498}] - skolem:lemma3496 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1498 a r:Inference; - r:gives { - 3499 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1499}] - [ a r:Fact; r:gives {(1499 2000) math:sum 3499}] - skolem:lemma3497 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1499 a r:Inference; - r:gives { - 3500 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1500}] - [ a r:Fact; r:gives {(1500 2000) math:sum 3500}] - skolem:lemma3498 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1500 a r:Inference; - r:gives { - 3501 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1501}] - [ a r:Fact; r:gives {(1501 2000) math:sum 3501}] - skolem:lemma3499 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1501 a r:Inference; - r:gives { - 3502 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1502}] - [ a r:Fact; r:gives {(1502 2000) math:sum 3502}] - skolem:lemma3500 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1502 a r:Inference; - r:gives { - 3503 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1503}] - [ a r:Fact; r:gives {(1503 2000) math:sum 3503}] - skolem:lemma3501 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1503 a r:Inference; - r:gives { - 3504 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1504}] - [ a r:Fact; r:gives {(1504 2000) math:sum 3504}] - skolem:lemma3502 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1504 a r:Inference; - r:gives { - 3505 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1505}] - [ a r:Fact; r:gives {(1505 2000) math:sum 3505}] - skolem:lemma3503 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1505 a r:Inference; - r:gives { - 3506 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1506}] - [ a r:Fact; r:gives {(1506 2000) math:sum 3506}] - skolem:lemma3504 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1506 a r:Inference; - r:gives { - 3507 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1507}] - [ a r:Fact; r:gives {(1507 2000) math:sum 3507}] - skolem:lemma3505 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1507 a r:Inference; - r:gives { - 3508 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1508}] - [ a r:Fact; r:gives {(1508 2000) math:sum 3508}] - skolem:lemma3506 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1508 a r:Inference; - r:gives { - 3509 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1509}] - [ a r:Fact; r:gives {(1509 2000) math:sum 3509}] - skolem:lemma3507 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1509 a r:Inference; - r:gives { - 3510 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1510}] - [ a r:Fact; r:gives {(1510 2000) math:sum 3510}] - skolem:lemma3508 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1510 a r:Inference; - r:gives { - 3511 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1511}] - [ a r:Fact; r:gives {(1511 2000) math:sum 3511}] - skolem:lemma3509 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1511 a r:Inference; - r:gives { - 3512 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1512}] - [ a r:Fact; r:gives {(1512 2000) math:sum 3512}] - skolem:lemma3510 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1512 a r:Inference; - r:gives { - 3513 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1513}] - [ a r:Fact; r:gives {(1513 2000) math:sum 3513}] - skolem:lemma3511 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1513 a r:Inference; - r:gives { - 3514 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1514}] - [ a r:Fact; r:gives {(1514 2000) math:sum 3514}] - skolem:lemma3512 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1514 a r:Inference; - r:gives { - 3515 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1515}] - [ a r:Fact; r:gives {(1515 2000) math:sum 3515}] - skolem:lemma3513 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1515 a r:Inference; - r:gives { - 3516 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1516}] - [ a r:Fact; r:gives {(1516 2000) math:sum 3516}] - skolem:lemma3514 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1516 a r:Inference; - r:gives { - 3517 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1517}] - [ a r:Fact; r:gives {(1517 2000) math:sum 3517}] - skolem:lemma3515 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1517 a r:Inference; - r:gives { - 3518 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1518}] - [ a r:Fact; r:gives {(1518 2000) math:sum 3518}] - skolem:lemma3516 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1518 a r:Inference; - r:gives { - 3519 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1519}] - [ a r:Fact; r:gives {(1519 2000) math:sum 3519}] - skolem:lemma3517 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1519 a r:Inference; - r:gives { - 3520 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1520}] - [ a r:Fact; r:gives {(1520 2000) math:sum 3520}] - skolem:lemma3518 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1520 a r:Inference; - r:gives { - 3521 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1521}] - [ a r:Fact; r:gives {(1521 2000) math:sum 3521}] - skolem:lemma3519 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1521 a r:Inference; - r:gives { - 3522 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1522}] - [ a r:Fact; r:gives {(1522 2000) math:sum 3522}] - skolem:lemma3520 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1522 a r:Inference; - r:gives { - 3523 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1523}] - [ a r:Fact; r:gives {(1523 2000) math:sum 3523}] - skolem:lemma3521 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1523 a r:Inference; - r:gives { - 3524 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1524}] - [ a r:Fact; r:gives {(1524 2000) math:sum 3524}] - skolem:lemma3522 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1524 a r:Inference; - r:gives { - 3525 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1525}] - [ a r:Fact; r:gives {(1525 2000) math:sum 3525}] - skolem:lemma3523 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1525 a r:Inference; - r:gives { - 3526 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1526}] - [ a r:Fact; r:gives {(1526 2000) math:sum 3526}] - skolem:lemma3524 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1526 a r:Inference; - r:gives { - 3527 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1527}] - [ a r:Fact; r:gives {(1527 2000) math:sum 3527}] - skolem:lemma3525 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1527 a r:Inference; - r:gives { - 3528 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1528}] - [ a r:Fact; r:gives {(1528 2000) math:sum 3528}] - skolem:lemma3526 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1528 a r:Inference; - r:gives { - 3529 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1529}] - [ a r:Fact; r:gives {(1529 2000) math:sum 3529}] - skolem:lemma3527 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1529 a r:Inference; - r:gives { - 3530 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1530}] - [ a r:Fact; r:gives {(1530 2000) math:sum 3530}] - skolem:lemma3528 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1530 a r:Inference; - r:gives { - 3531 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1531}] - [ a r:Fact; r:gives {(1531 2000) math:sum 3531}] - skolem:lemma3529 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1531 a r:Inference; - r:gives { - 3532 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1532}] - [ a r:Fact; r:gives {(1532 2000) math:sum 3532}] - skolem:lemma3530 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1532 a r:Inference; - r:gives { - 3533 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1533}] - [ a r:Fact; r:gives {(1533 2000) math:sum 3533}] - skolem:lemma3531 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1533 a r:Inference; - r:gives { - 3534 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1534}] - [ a r:Fact; r:gives {(1534 2000) math:sum 3534}] - skolem:lemma3532 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1534 a r:Inference; - r:gives { - 3535 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1535}] - [ a r:Fact; r:gives {(1535 2000) math:sum 3535}] - skolem:lemma3533 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1535 a r:Inference; - r:gives { - 3536 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1536}] - [ a r:Fact; r:gives {(1536 2000) math:sum 3536}] - skolem:lemma3534 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1536 a r:Inference; - r:gives { - 3537 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1537}] - [ a r:Fact; r:gives {(1537 2000) math:sum 3537}] - skolem:lemma3535 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1537 a r:Inference; - r:gives { - 3538 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1538}] - [ a r:Fact; r:gives {(1538 2000) math:sum 3538}] - skolem:lemma3536 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1538 a r:Inference; - r:gives { - 3539 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1539}] - [ a r:Fact; r:gives {(1539 2000) math:sum 3539}] - skolem:lemma3537 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1539 a r:Inference; - r:gives { - 3540 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1540}] - [ a r:Fact; r:gives {(1540 2000) math:sum 3540}] - skolem:lemma3538 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1540 a r:Inference; - r:gives { - 3541 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1541}] - [ a r:Fact; r:gives {(1541 2000) math:sum 3541}] - skolem:lemma3539 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1541 a r:Inference; - r:gives { - 3542 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1542}] - [ a r:Fact; r:gives {(1542 2000) math:sum 3542}] - skolem:lemma3540 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1542 a r:Inference; - r:gives { - 3543 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1543}] - [ a r:Fact; r:gives {(1543 2000) math:sum 3543}] - skolem:lemma3541 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1543 a r:Inference; - r:gives { - 3544 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1544}] - [ a r:Fact; r:gives {(1544 2000) math:sum 3544}] - skolem:lemma3542 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1544 a r:Inference; - r:gives { - 3545 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1545}] - [ a r:Fact; r:gives {(1545 2000) math:sum 3545}] - skolem:lemma3543 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1545 a r:Inference; - r:gives { - 3546 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1546}] - [ a r:Fact; r:gives {(1546 2000) math:sum 3546}] - skolem:lemma3544 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1546 a r:Inference; - r:gives { - 3547 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1547}] - [ a r:Fact; r:gives {(1547 2000) math:sum 3547}] - skolem:lemma3545 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1547 a r:Inference; - r:gives { - 3548 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1548}] - [ a r:Fact; r:gives {(1548 2000) math:sum 3548}] - skolem:lemma3546 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1548 a r:Inference; - r:gives { - 3549 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1549}] - [ a r:Fact; r:gives {(1549 2000) math:sum 3549}] - skolem:lemma3547 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1549 a r:Inference; - r:gives { - 3550 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1550}] - [ a r:Fact; r:gives {(1550 2000) math:sum 3550}] - skolem:lemma3548 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1550 a r:Inference; - r:gives { - 3551 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1551}] - [ a r:Fact; r:gives {(1551 2000) math:sum 3551}] - skolem:lemma3549 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1551 a r:Inference; - r:gives { - 3552 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1552}] - [ a r:Fact; r:gives {(1552 2000) math:sum 3552}] - skolem:lemma3550 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1552 a r:Inference; - r:gives { - 3553 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1553}] - [ a r:Fact; r:gives {(1553 2000) math:sum 3553}] - skolem:lemma3551 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1553 a r:Inference; - r:gives { - 3554 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1554}] - [ a r:Fact; r:gives {(1554 2000) math:sum 3554}] - skolem:lemma3552 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1554 a r:Inference; - r:gives { - 3555 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1555}] - [ a r:Fact; r:gives {(1555 2000) math:sum 3555}] - skolem:lemma3553 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1555 a r:Inference; - r:gives { - 3556 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1556}] - [ a r:Fact; r:gives {(1556 2000) math:sum 3556}] - skolem:lemma3554 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1556 a r:Inference; - r:gives { - 3557 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1557}] - [ a r:Fact; r:gives {(1557 2000) math:sum 3557}] - skolem:lemma3555 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1557 a r:Inference; - r:gives { - 3558 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1558}] - [ a r:Fact; r:gives {(1558 2000) math:sum 3558}] - skolem:lemma3556 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1558 a r:Inference; - r:gives { - 3559 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1559}] - [ a r:Fact; r:gives {(1559 2000) math:sum 3559}] - skolem:lemma3557 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1559 a r:Inference; - r:gives { - 3560 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1560}] - [ a r:Fact; r:gives {(1560 2000) math:sum 3560}] - skolem:lemma3558 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1560 a r:Inference; - r:gives { - 3561 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1561}] - [ a r:Fact; r:gives {(1561 2000) math:sum 3561}] - skolem:lemma3559 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1561 a r:Inference; - r:gives { - 3562 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1562}] - [ a r:Fact; r:gives {(1562 2000) math:sum 3562}] - skolem:lemma3560 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1562 a r:Inference; - r:gives { - 3563 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1563}] - [ a r:Fact; r:gives {(1563 2000) math:sum 3563}] - skolem:lemma3561 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1563 a r:Inference; - r:gives { - 3564 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1564}] - [ a r:Fact; r:gives {(1564 2000) math:sum 3564}] - skolem:lemma3562 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1564 a r:Inference; - r:gives { - 3565 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1565}] - [ a r:Fact; r:gives {(1565 2000) math:sum 3565}] - skolem:lemma3563 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1565 a r:Inference; - r:gives { - 3566 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1566}] - [ a r:Fact; r:gives {(1566 2000) math:sum 3566}] - skolem:lemma3564 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1566 a r:Inference; - r:gives { - 3567 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1567}] - [ a r:Fact; r:gives {(1567 2000) math:sum 3567}] - skolem:lemma3565 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1567 a r:Inference; - r:gives { - 3568 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1568}] - [ a r:Fact; r:gives {(1568 2000) math:sum 3568}] - skolem:lemma3566 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1568 a r:Inference; - r:gives { - 3569 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1569}] - [ a r:Fact; r:gives {(1569 2000) math:sum 3569}] - skolem:lemma3567 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1569 a r:Inference; - r:gives { - 3570 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1570}] - [ a r:Fact; r:gives {(1570 2000) math:sum 3570}] - skolem:lemma3568 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1570 a r:Inference; - r:gives { - 3571 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1571}] - [ a r:Fact; r:gives {(1571 2000) math:sum 3571}] - skolem:lemma3569 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1571 a r:Inference; - r:gives { - 3572 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1572}] - [ a r:Fact; r:gives {(1572 2000) math:sum 3572}] - skolem:lemma3570 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1572 a r:Inference; - r:gives { - 3573 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1573}] - [ a r:Fact; r:gives {(1573 2000) math:sum 3573}] - skolem:lemma3571 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1573 a r:Inference; - r:gives { - 3574 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1574}] - [ a r:Fact; r:gives {(1574 2000) math:sum 3574}] - skolem:lemma3572 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1574 a r:Inference; - r:gives { - 3575 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1575}] - [ a r:Fact; r:gives {(1575 2000) math:sum 3575}] - skolem:lemma3573 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1575 a r:Inference; - r:gives { - 3576 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1576}] - [ a r:Fact; r:gives {(1576 2000) math:sum 3576}] - skolem:lemma3574 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1576 a r:Inference; - r:gives { - 3577 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1577}] - [ a r:Fact; r:gives {(1577 2000) math:sum 3577}] - skolem:lemma3575 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1577 a r:Inference; - r:gives { - 3578 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1578}] - [ a r:Fact; r:gives {(1578 2000) math:sum 3578}] - skolem:lemma3576 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1578 a r:Inference; - r:gives { - 3579 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1579}] - [ a r:Fact; r:gives {(1579 2000) math:sum 3579}] - skolem:lemma3577 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1579 a r:Inference; - r:gives { - 3580 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1580}] - [ a r:Fact; r:gives {(1580 2000) math:sum 3580}] - skolem:lemma3578 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1580 a r:Inference; - r:gives { - 3581 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1581}] - [ a r:Fact; r:gives {(1581 2000) math:sum 3581}] - skolem:lemma3579 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1581 a r:Inference; - r:gives { - 3582 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1582}] - [ a r:Fact; r:gives {(1582 2000) math:sum 3582}] - skolem:lemma3580 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1582 a r:Inference; - r:gives { - 3583 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1583}] - [ a r:Fact; r:gives {(1583 2000) math:sum 3583}] - skolem:lemma3581 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1583 a r:Inference; - r:gives { - 3584 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1584}] - [ a r:Fact; r:gives {(1584 2000) math:sum 3584}] - skolem:lemma3582 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1584 a r:Inference; - r:gives { - 3585 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1585}] - [ a r:Fact; r:gives {(1585 2000) math:sum 3585}] - skolem:lemma3583 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1585 a r:Inference; - r:gives { - 3586 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1586}] - [ a r:Fact; r:gives {(1586 2000) math:sum 3586}] - skolem:lemma3584 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1586 a r:Inference; - r:gives { - 3587 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1587}] - [ a r:Fact; r:gives {(1587 2000) math:sum 3587}] - skolem:lemma3585 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1587 a r:Inference; - r:gives { - 3588 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1588}] - [ a r:Fact; r:gives {(1588 2000) math:sum 3588}] - skolem:lemma3586 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1588 a r:Inference; - r:gives { - 3589 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1589}] - [ a r:Fact; r:gives {(1589 2000) math:sum 3589}] - skolem:lemma3587 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1589 a r:Inference; - r:gives { - 3590 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1590}] - [ a r:Fact; r:gives {(1590 2000) math:sum 3590}] - skolem:lemma3588 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1590 a r:Inference; - r:gives { - 3591 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1591}] - [ a r:Fact; r:gives {(1591 2000) math:sum 3591}] - skolem:lemma3589 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1591 a r:Inference; - r:gives { - 3592 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1592}] - [ a r:Fact; r:gives {(1592 2000) math:sum 3592}] - skolem:lemma3590 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1592 a r:Inference; - r:gives { - 3593 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1593}] - [ a r:Fact; r:gives {(1593 2000) math:sum 3593}] - skolem:lemma3591 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1593 a r:Inference; - r:gives { - 3594 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1594}] - [ a r:Fact; r:gives {(1594 2000) math:sum 3594}] - skolem:lemma3592 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1594 a r:Inference; - r:gives { - 3595 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1595}] - [ a r:Fact; r:gives {(1595 2000) math:sum 3595}] - skolem:lemma3593 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1595 a r:Inference; - r:gives { - 3596 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1596}] - [ a r:Fact; r:gives {(1596 2000) math:sum 3596}] - skolem:lemma3594 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1596 a r:Inference; - r:gives { - 3597 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1597}] - [ a r:Fact; r:gives {(1597 2000) math:sum 3597}] - skolem:lemma3595 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1597 a r:Inference; - r:gives { - 3598 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1598}] - [ a r:Fact; r:gives {(1598 2000) math:sum 3598}] - skolem:lemma3596 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1598 a r:Inference; - r:gives { - 3599 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1599}] - [ a r:Fact; r:gives {(1599 2000) math:sum 3599}] - skolem:lemma3597 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1599 a r:Inference; - r:gives { - 3600 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1600}] - [ a r:Fact; r:gives {(1600 2000) math:sum 3600}] - skolem:lemma3598 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1600 a r:Inference; - r:gives { - 3601 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1601}] - [ a r:Fact; r:gives {(1601 2000) math:sum 3601}] - skolem:lemma3599 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1601 a r:Inference; - r:gives { - 3602 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1602}] - [ a r:Fact; r:gives {(1602 2000) math:sum 3602}] - skolem:lemma3600 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1602 a r:Inference; - r:gives { - 3603 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1603}] - [ a r:Fact; r:gives {(1603 2000) math:sum 3603}] - skolem:lemma3601 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1603 a r:Inference; - r:gives { - 3604 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1604}] - [ a r:Fact; r:gives {(1604 2000) math:sum 3604}] - skolem:lemma3602 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1604 a r:Inference; - r:gives { - 3605 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1605}] - [ a r:Fact; r:gives {(1605 2000) math:sum 3605}] - skolem:lemma3603 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1605 a r:Inference; - r:gives { - 3606 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1606}] - [ a r:Fact; r:gives {(1606 2000) math:sum 3606}] - skolem:lemma3604 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1606 a r:Inference; - r:gives { - 3607 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1607}] - [ a r:Fact; r:gives {(1607 2000) math:sum 3607}] - skolem:lemma3605 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1607 a r:Inference; - r:gives { - 3608 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1608}] - [ a r:Fact; r:gives {(1608 2000) math:sum 3608}] - skolem:lemma3606 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1608 a r:Inference; - r:gives { - 3609 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1609}] - [ a r:Fact; r:gives {(1609 2000) math:sum 3609}] - skolem:lemma3607 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1609 a r:Inference; - r:gives { - 3610 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1610}] - [ a r:Fact; r:gives {(1610 2000) math:sum 3610}] - skolem:lemma3608 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1610 a r:Inference; - r:gives { - 3611 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1611}] - [ a r:Fact; r:gives {(1611 2000) math:sum 3611}] - skolem:lemma3609 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1611 a r:Inference; - r:gives { - 3612 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1612}] - [ a r:Fact; r:gives {(1612 2000) math:sum 3612}] - skolem:lemma3610 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1612 a r:Inference; - r:gives { - 3613 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1613}] - [ a r:Fact; r:gives {(1613 2000) math:sum 3613}] - skolem:lemma3611 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1613 a r:Inference; - r:gives { - 3614 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1614}] - [ a r:Fact; r:gives {(1614 2000) math:sum 3614}] - skolem:lemma3612 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1614 a r:Inference; - r:gives { - 3615 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1615}] - [ a r:Fact; r:gives {(1615 2000) math:sum 3615}] - skolem:lemma3613 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1615 a r:Inference; - r:gives { - 3616 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1616}] - [ a r:Fact; r:gives {(1616 2000) math:sum 3616}] - skolem:lemma3614 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1616 a r:Inference; - r:gives { - 3617 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1617}] - [ a r:Fact; r:gives {(1617 2000) math:sum 3617}] - skolem:lemma3615 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1617 a r:Inference; - r:gives { - 3618 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1618}] - [ a r:Fact; r:gives {(1618 2000) math:sum 3618}] - skolem:lemma3616 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1618 a r:Inference; - r:gives { - 3619 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1619}] - [ a r:Fact; r:gives {(1619 2000) math:sum 3619}] - skolem:lemma3617 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1619 a r:Inference; - r:gives { - 3620 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1620}] - [ a r:Fact; r:gives {(1620 2000) math:sum 3620}] - skolem:lemma3618 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1620 a r:Inference; - r:gives { - 3621 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1621}] - [ a r:Fact; r:gives {(1621 2000) math:sum 3621}] - skolem:lemma3619 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1621 a r:Inference; - r:gives { - 3622 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1622}] - [ a r:Fact; r:gives {(1622 2000) math:sum 3622}] - skolem:lemma3620 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1622 a r:Inference; - r:gives { - 3623 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1623}] - [ a r:Fact; r:gives {(1623 2000) math:sum 3623}] - skolem:lemma3621 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1623 a r:Inference; - r:gives { - 3624 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1624}] - [ a r:Fact; r:gives {(1624 2000) math:sum 3624}] - skolem:lemma3622 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1624 a r:Inference; - r:gives { - 3625 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1625}] - [ a r:Fact; r:gives {(1625 2000) math:sum 3625}] - skolem:lemma3623 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1625 a r:Inference; - r:gives { - 3626 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1626}] - [ a r:Fact; r:gives {(1626 2000) math:sum 3626}] - skolem:lemma3624 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1626 a r:Inference; - r:gives { - 3627 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1627}] - [ a r:Fact; r:gives {(1627 2000) math:sum 3627}] - skolem:lemma3625 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1627 a r:Inference; - r:gives { - 3628 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1628}] - [ a r:Fact; r:gives {(1628 2000) math:sum 3628}] - skolem:lemma3626 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1628 a r:Inference; - r:gives { - 3629 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1629}] - [ a r:Fact; r:gives {(1629 2000) math:sum 3629}] - skolem:lemma3627 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1629 a r:Inference; - r:gives { - 3630 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1630}] - [ a r:Fact; r:gives {(1630 2000) math:sum 3630}] - skolem:lemma3628 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1630 a r:Inference; - r:gives { - 3631 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1631}] - [ a r:Fact; r:gives {(1631 2000) math:sum 3631}] - skolem:lemma3629 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1631 a r:Inference; - r:gives { - 3632 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1632}] - [ a r:Fact; r:gives {(1632 2000) math:sum 3632}] - skolem:lemma3630 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1632 a r:Inference; - r:gives { - 3633 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1633}] - [ a r:Fact; r:gives {(1633 2000) math:sum 3633}] - skolem:lemma3631 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1633 a r:Inference; - r:gives { - 3634 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1634}] - [ a r:Fact; r:gives {(1634 2000) math:sum 3634}] - skolem:lemma3632 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1634 a r:Inference; - r:gives { - 3635 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1635}] - [ a r:Fact; r:gives {(1635 2000) math:sum 3635}] - skolem:lemma3633 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1635 a r:Inference; - r:gives { - 3636 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1636}] - [ a r:Fact; r:gives {(1636 2000) math:sum 3636}] - skolem:lemma3634 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1636 a r:Inference; - r:gives { - 3637 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1637}] - [ a r:Fact; r:gives {(1637 2000) math:sum 3637}] - skolem:lemma3635 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1637 a r:Inference; - r:gives { - 3638 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1638}] - [ a r:Fact; r:gives {(1638 2000) math:sum 3638}] - skolem:lemma3636 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1638 a r:Inference; - r:gives { - 3639 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1639}] - [ a r:Fact; r:gives {(1639 2000) math:sum 3639}] - skolem:lemma3637 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1639 a r:Inference; - r:gives { - 3640 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1640}] - [ a r:Fact; r:gives {(1640 2000) math:sum 3640}] - skolem:lemma3638 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1640 a r:Inference; - r:gives { - 3641 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1641}] - [ a r:Fact; r:gives {(1641 2000) math:sum 3641}] - skolem:lemma3639 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1641 a r:Inference; - r:gives { - 3642 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1642}] - [ a r:Fact; r:gives {(1642 2000) math:sum 3642}] - skolem:lemma3640 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1642 a r:Inference; - r:gives { - 3643 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1643}] - [ a r:Fact; r:gives {(1643 2000) math:sum 3643}] - skolem:lemma3641 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1643 a r:Inference; - r:gives { - 3644 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1644}] - [ a r:Fact; r:gives {(1644 2000) math:sum 3644}] - skolem:lemma3642 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1644 a r:Inference; - r:gives { - 3645 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1645}] - [ a r:Fact; r:gives {(1645 2000) math:sum 3645}] - skolem:lemma3643 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1645 a r:Inference; - r:gives { - 3646 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1646}] - [ a r:Fact; r:gives {(1646 2000) math:sum 3646}] - skolem:lemma3644 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1646 a r:Inference; - r:gives { - 3647 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1647}] - [ a r:Fact; r:gives {(1647 2000) math:sum 3647}] - skolem:lemma3645 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1647 a r:Inference; - r:gives { - 3648 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1648}] - [ a r:Fact; r:gives {(1648 2000) math:sum 3648}] - skolem:lemma3646 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1648 a r:Inference; - r:gives { - 3649 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1649}] - [ a r:Fact; r:gives {(1649 2000) math:sum 3649}] - skolem:lemma3647 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1649 a r:Inference; - r:gives { - 3650 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1650}] - [ a r:Fact; r:gives {(1650 2000) math:sum 3650}] - skolem:lemma3648 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1650 a r:Inference; - r:gives { - 3651 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1651}] - [ a r:Fact; r:gives {(1651 2000) math:sum 3651}] - skolem:lemma3649 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1651 a r:Inference; - r:gives { - 3652 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1652}] - [ a r:Fact; r:gives {(1652 2000) math:sum 3652}] - skolem:lemma3650 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1652 a r:Inference; - r:gives { - 3653 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1653}] - [ a r:Fact; r:gives {(1653 2000) math:sum 3653}] - skolem:lemma3651 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1653 a r:Inference; - r:gives { - 3654 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1654}] - [ a r:Fact; r:gives {(1654 2000) math:sum 3654}] - skolem:lemma3652 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1654 a r:Inference; - r:gives { - 3655 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1655}] - [ a r:Fact; r:gives {(1655 2000) math:sum 3655}] - skolem:lemma3653 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1655 a r:Inference; - r:gives { - 3656 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1656}] - [ a r:Fact; r:gives {(1656 2000) math:sum 3656}] - skolem:lemma3654 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1656 a r:Inference; - r:gives { - 3657 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1657}] - [ a r:Fact; r:gives {(1657 2000) math:sum 3657}] - skolem:lemma3655 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1657 a r:Inference; - r:gives { - 3658 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1658}] - [ a r:Fact; r:gives {(1658 2000) math:sum 3658}] - skolem:lemma3656 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1658 a r:Inference; - r:gives { - 3659 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1659}] - [ a r:Fact; r:gives {(1659 2000) math:sum 3659}] - skolem:lemma3657 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1659 a r:Inference; - r:gives { - 3660 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1660}] - [ a r:Fact; r:gives {(1660 2000) math:sum 3660}] - skolem:lemma3658 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1660 a r:Inference; - r:gives { - 3661 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1661}] - [ a r:Fact; r:gives {(1661 2000) math:sum 3661}] - skolem:lemma3659 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1661 a r:Inference; - r:gives { - 3662 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1662}] - [ a r:Fact; r:gives {(1662 2000) math:sum 3662}] - skolem:lemma3660 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1662 a r:Inference; - r:gives { - 3663 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1663}] - [ a r:Fact; r:gives {(1663 2000) math:sum 3663}] - skolem:lemma3661 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1663 a r:Inference; - r:gives { - 3664 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1664}] - [ a r:Fact; r:gives {(1664 2000) math:sum 3664}] - skolem:lemma3662 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1664 a r:Inference; - r:gives { - 3665 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1665}] - [ a r:Fact; r:gives {(1665 2000) math:sum 3665}] - skolem:lemma3663 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1665 a r:Inference; - r:gives { - 3666 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1666}] - [ a r:Fact; r:gives {(1666 2000) math:sum 3666}] - skolem:lemma3664 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1666 a r:Inference; - r:gives { - 3667 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1667}] - [ a r:Fact; r:gives {(1667 2000) math:sum 3667}] - skolem:lemma3665 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1667 a r:Inference; - r:gives { - 3668 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1668}] - [ a r:Fact; r:gives {(1668 2000) math:sum 3668}] - skolem:lemma3666 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1668 a r:Inference; - r:gives { - 3669 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1669}] - [ a r:Fact; r:gives {(1669 2000) math:sum 3669}] - skolem:lemma3667 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1669 a r:Inference; - r:gives { - 3670 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1670}] - [ a r:Fact; r:gives {(1670 2000) math:sum 3670}] - skolem:lemma3668 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1670 a r:Inference; - r:gives { - 3671 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1671}] - [ a r:Fact; r:gives {(1671 2000) math:sum 3671}] - skolem:lemma3669 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1671 a r:Inference; - r:gives { - 3672 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1672}] - [ a r:Fact; r:gives {(1672 2000) math:sum 3672}] - skolem:lemma3670 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1672 a r:Inference; - r:gives { - 3673 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1673}] - [ a r:Fact; r:gives {(1673 2000) math:sum 3673}] - skolem:lemma3671 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1673 a r:Inference; - r:gives { - 3674 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1674}] - [ a r:Fact; r:gives {(1674 2000) math:sum 3674}] - skolem:lemma3672 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1674 a r:Inference; - r:gives { - 3675 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1675}] - [ a r:Fact; r:gives {(1675 2000) math:sum 3675}] - skolem:lemma3673 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1675 a r:Inference; - r:gives { - 3676 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1676}] - [ a r:Fact; r:gives {(1676 2000) math:sum 3676}] - skolem:lemma3674 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1676 a r:Inference; - r:gives { - 3677 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1677}] - [ a r:Fact; r:gives {(1677 2000) math:sum 3677}] - skolem:lemma3675 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1677 a r:Inference; - r:gives { - 3678 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1678}] - [ a r:Fact; r:gives {(1678 2000) math:sum 3678}] - skolem:lemma3676 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1678 a r:Inference; - r:gives { - 3679 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1679}] - [ a r:Fact; r:gives {(1679 2000) math:sum 3679}] - skolem:lemma3677 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1679 a r:Inference; - r:gives { - 3680 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1680}] - [ a r:Fact; r:gives {(1680 2000) math:sum 3680}] - skolem:lemma3678 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1680 a r:Inference; - r:gives { - 3681 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1681}] - [ a r:Fact; r:gives {(1681 2000) math:sum 3681}] - skolem:lemma3679 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1681 a r:Inference; - r:gives { - 3682 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1682}] - [ a r:Fact; r:gives {(1682 2000) math:sum 3682}] - skolem:lemma3680 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1682 a r:Inference; - r:gives { - 3683 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1683}] - [ a r:Fact; r:gives {(1683 2000) math:sum 3683}] - skolem:lemma3681 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1683 a r:Inference; - r:gives { - 3684 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1684}] - [ a r:Fact; r:gives {(1684 2000) math:sum 3684}] - skolem:lemma3682 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1684 a r:Inference; - r:gives { - 3685 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1685}] - [ a r:Fact; r:gives {(1685 2000) math:sum 3685}] - skolem:lemma3683 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1685 a r:Inference; - r:gives { - 3686 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1686}] - [ a r:Fact; r:gives {(1686 2000) math:sum 3686}] - skolem:lemma3684 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1686 a r:Inference; - r:gives { - 3687 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1687}] - [ a r:Fact; r:gives {(1687 2000) math:sum 3687}] - skolem:lemma3685 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1687 a r:Inference; - r:gives { - 3688 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1688}] - [ a r:Fact; r:gives {(1688 2000) math:sum 3688}] - skolem:lemma3686 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1688 a r:Inference; - r:gives { - 3689 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1689}] - [ a r:Fact; r:gives {(1689 2000) math:sum 3689}] - skolem:lemma3687 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1689 a r:Inference; - r:gives { - 3690 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1690}] - [ a r:Fact; r:gives {(1690 2000) math:sum 3690}] - skolem:lemma3688 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1690 a r:Inference; - r:gives { - 3691 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1691}] - [ a r:Fact; r:gives {(1691 2000) math:sum 3691}] - skolem:lemma3689 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1691 a r:Inference; - r:gives { - 3692 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1692}] - [ a r:Fact; r:gives {(1692 2000) math:sum 3692}] - skolem:lemma3690 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1692 a r:Inference; - r:gives { - 3693 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1693}] - [ a r:Fact; r:gives {(1693 2000) math:sum 3693}] - skolem:lemma3691 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1693 a r:Inference; - r:gives { - 3694 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1694}] - [ a r:Fact; r:gives {(1694 2000) math:sum 3694}] - skolem:lemma3692 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1694 a r:Inference; - r:gives { - 3695 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1695}] - [ a r:Fact; r:gives {(1695 2000) math:sum 3695}] - skolem:lemma3693 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1695 a r:Inference; - r:gives { - 3696 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1696}] - [ a r:Fact; r:gives {(1696 2000) math:sum 3696}] - skolem:lemma3694 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1696 a r:Inference; - r:gives { - 3697 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1697}] - [ a r:Fact; r:gives {(1697 2000) math:sum 3697}] - skolem:lemma3695 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1697 a r:Inference; - r:gives { - 3698 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1698}] - [ a r:Fact; r:gives {(1698 2000) math:sum 3698}] - skolem:lemma3696 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1698 a r:Inference; - r:gives { - 3699 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1699}] - [ a r:Fact; r:gives {(1699 2000) math:sum 3699}] - skolem:lemma3697 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1699 a r:Inference; - r:gives { - 3700 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1700}] - [ a r:Fact; r:gives {(1700 2000) math:sum 3700}] - skolem:lemma3698 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1700 a r:Inference; - r:gives { - 3701 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1701}] - [ a r:Fact; r:gives {(1701 2000) math:sum 3701}] - skolem:lemma3699 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1701 a r:Inference; - r:gives { - 3702 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1702}] - [ a r:Fact; r:gives {(1702 2000) math:sum 3702}] - skolem:lemma3700 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1702 a r:Inference; - r:gives { - 3703 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1703}] - [ a r:Fact; r:gives {(1703 2000) math:sum 3703}] - skolem:lemma3701 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1703 a r:Inference; - r:gives { - 3704 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1704}] - [ a r:Fact; r:gives {(1704 2000) math:sum 3704}] - skolem:lemma3702 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1704 a r:Inference; - r:gives { - 3705 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1705}] - [ a r:Fact; r:gives {(1705 2000) math:sum 3705}] - skolem:lemma3703 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1705 a r:Inference; - r:gives { - 3706 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1706}] - [ a r:Fact; r:gives {(1706 2000) math:sum 3706}] - skolem:lemma3704 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1706 a r:Inference; - r:gives { - 3707 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1707}] - [ a r:Fact; r:gives {(1707 2000) math:sum 3707}] - skolem:lemma3705 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1707 a r:Inference; - r:gives { - 3708 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1708}] - [ a r:Fact; r:gives {(1708 2000) math:sum 3708}] - skolem:lemma3706 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1708 a r:Inference; - r:gives { - 3709 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1709}] - [ a r:Fact; r:gives {(1709 2000) math:sum 3709}] - skolem:lemma3707 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1709 a r:Inference; - r:gives { - 3710 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1710}] - [ a r:Fact; r:gives {(1710 2000) math:sum 3710}] - skolem:lemma3708 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1710 a r:Inference; - r:gives { - 3711 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1711}] - [ a r:Fact; r:gives {(1711 2000) math:sum 3711}] - skolem:lemma3709 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1711 a r:Inference; - r:gives { - 3712 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1712}] - [ a r:Fact; r:gives {(1712 2000) math:sum 3712}] - skolem:lemma3710 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1712 a r:Inference; - r:gives { - 3713 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1713}] - [ a r:Fact; r:gives {(1713 2000) math:sum 3713}] - skolem:lemma3711 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1713 a r:Inference; - r:gives { - 3714 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1714}] - [ a r:Fact; r:gives {(1714 2000) math:sum 3714}] - skolem:lemma3712 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1714 a r:Inference; - r:gives { - 3715 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1715}] - [ a r:Fact; r:gives {(1715 2000) math:sum 3715}] - skolem:lemma3713 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1715 a r:Inference; - r:gives { - 3716 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1716}] - [ a r:Fact; r:gives {(1716 2000) math:sum 3716}] - skolem:lemma3714 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1716 a r:Inference; - r:gives { - 3717 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1717}] - [ a r:Fact; r:gives {(1717 2000) math:sum 3717}] - skolem:lemma3715 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1717 a r:Inference; - r:gives { - 3718 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1718}] - [ a r:Fact; r:gives {(1718 2000) math:sum 3718}] - skolem:lemma3716 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1718 a r:Inference; - r:gives { - 3719 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1719}] - [ a r:Fact; r:gives {(1719 2000) math:sum 3719}] - skolem:lemma3717 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1719 a r:Inference; - r:gives { - 3720 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1720}] - [ a r:Fact; r:gives {(1720 2000) math:sum 3720}] - skolem:lemma3718 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1720 a r:Inference; - r:gives { - 3721 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1721}] - [ a r:Fact; r:gives {(1721 2000) math:sum 3721}] - skolem:lemma3719 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1721 a r:Inference; - r:gives { - 3722 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1722}] - [ a r:Fact; r:gives {(1722 2000) math:sum 3722}] - skolem:lemma3720 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1722 a r:Inference; - r:gives { - 3723 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1723}] - [ a r:Fact; r:gives {(1723 2000) math:sum 3723}] - skolem:lemma3721 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1723 a r:Inference; - r:gives { - 3724 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1724}] - [ a r:Fact; r:gives {(1724 2000) math:sum 3724}] - skolem:lemma3722 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1724 a r:Inference; - r:gives { - 3725 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1725}] - [ a r:Fact; r:gives {(1725 2000) math:sum 3725}] - skolem:lemma3723 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1725 a r:Inference; - r:gives { - 3726 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1726}] - [ a r:Fact; r:gives {(1726 2000) math:sum 3726}] - skolem:lemma3724 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1726 a r:Inference; - r:gives { - 3727 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1727}] - [ a r:Fact; r:gives {(1727 2000) math:sum 3727}] - skolem:lemma3725 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1727 a r:Inference; - r:gives { - 3728 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1728}] - [ a r:Fact; r:gives {(1728 2000) math:sum 3728}] - skolem:lemma3726 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1728 a r:Inference; - r:gives { - 3729 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1729}] - [ a r:Fact; r:gives {(1729 2000) math:sum 3729}] - skolem:lemma3727 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1729 a r:Inference; - r:gives { - 3730 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1730}] - [ a r:Fact; r:gives {(1730 2000) math:sum 3730}] - skolem:lemma3728 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1730 a r:Inference; - r:gives { - 3731 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1731}] - [ a r:Fact; r:gives {(1731 2000) math:sum 3731}] - skolem:lemma3729 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1731 a r:Inference; - r:gives { - 3732 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1732}] - [ a r:Fact; r:gives {(1732 2000) math:sum 3732}] - skolem:lemma3730 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1732 a r:Inference; - r:gives { - 3733 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1733}] - [ a r:Fact; r:gives {(1733 2000) math:sum 3733}] - skolem:lemma3731 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1733 a r:Inference; - r:gives { - 3734 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1734}] - [ a r:Fact; r:gives {(1734 2000) math:sum 3734}] - skolem:lemma3732 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1734 a r:Inference; - r:gives { - 3735 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1735}] - [ a r:Fact; r:gives {(1735 2000) math:sum 3735}] - skolem:lemma3733 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1735 a r:Inference; - r:gives { - 3736 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1736}] - [ a r:Fact; r:gives {(1736 2000) math:sum 3736}] - skolem:lemma3734 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1736 a r:Inference; - r:gives { - 3737 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1737}] - [ a r:Fact; r:gives {(1737 2000) math:sum 3737}] - skolem:lemma3735 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1737 a r:Inference; - r:gives { - 3738 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1738}] - [ a r:Fact; r:gives {(1738 2000) math:sum 3738}] - skolem:lemma3736 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1738 a r:Inference; - r:gives { - 3739 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1739}] - [ a r:Fact; r:gives {(1739 2000) math:sum 3739}] - skolem:lemma3737 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1739 a r:Inference; - r:gives { - 3740 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1740}] - [ a r:Fact; r:gives {(1740 2000) math:sum 3740}] - skolem:lemma3738 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1740 a r:Inference; - r:gives { - 3741 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1741}] - [ a r:Fact; r:gives {(1741 2000) math:sum 3741}] - skolem:lemma3739 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1741 a r:Inference; - r:gives { - 3742 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1742}] - [ a r:Fact; r:gives {(1742 2000) math:sum 3742}] - skolem:lemma3740 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1742 a r:Inference; - r:gives { - 3743 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1743}] - [ a r:Fact; r:gives {(1743 2000) math:sum 3743}] - skolem:lemma3741 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1743 a r:Inference; - r:gives { - 3744 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1744}] - [ a r:Fact; r:gives {(1744 2000) math:sum 3744}] - skolem:lemma3742 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1744 a r:Inference; - r:gives { - 3745 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1745}] - [ a r:Fact; r:gives {(1745 2000) math:sum 3745}] - skolem:lemma3743 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1745 a r:Inference; - r:gives { - 3746 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1746}] - [ a r:Fact; r:gives {(1746 2000) math:sum 3746}] - skolem:lemma3744 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1746 a r:Inference; - r:gives { - 3747 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1747}] - [ a r:Fact; r:gives {(1747 2000) math:sum 3747}] - skolem:lemma3745 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1747 a r:Inference; - r:gives { - 3748 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1748}] - [ a r:Fact; r:gives {(1748 2000) math:sum 3748}] - skolem:lemma3746 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1748 a r:Inference; - r:gives { - 3749 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1749}] - [ a r:Fact; r:gives {(1749 2000) math:sum 3749}] - skolem:lemma3747 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1749 a r:Inference; - r:gives { - 3750 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1750}] - [ a r:Fact; r:gives {(1750 2000) math:sum 3750}] - skolem:lemma3748 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1750 a r:Inference; - r:gives { - 3751 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1751}] - [ a r:Fact; r:gives {(1751 2000) math:sum 3751}] - skolem:lemma3749 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1751 a r:Inference; - r:gives { - 3752 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1752}] - [ a r:Fact; r:gives {(1752 2000) math:sum 3752}] - skolem:lemma3750 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1752 a r:Inference; - r:gives { - 3753 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1753}] - [ a r:Fact; r:gives {(1753 2000) math:sum 3753}] - skolem:lemma3751 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1753 a r:Inference; - r:gives { - 3754 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1754}] - [ a r:Fact; r:gives {(1754 2000) math:sum 3754}] - skolem:lemma3752 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1754 a r:Inference; - r:gives { - 3755 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1755}] - [ a r:Fact; r:gives {(1755 2000) math:sum 3755}] - skolem:lemma3753 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1755 a r:Inference; - r:gives { - 3756 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1756}] - [ a r:Fact; r:gives {(1756 2000) math:sum 3756}] - skolem:lemma3754 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1756 a r:Inference; - r:gives { - 3757 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1757}] - [ a r:Fact; r:gives {(1757 2000) math:sum 3757}] - skolem:lemma3755 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1757 a r:Inference; - r:gives { - 3758 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1758}] - [ a r:Fact; r:gives {(1758 2000) math:sum 3758}] - skolem:lemma3756 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1758 a r:Inference; - r:gives { - 3759 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1759}] - [ a r:Fact; r:gives {(1759 2000) math:sum 3759}] - skolem:lemma3757 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1759 a r:Inference; - r:gives { - 3760 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1760}] - [ a r:Fact; r:gives {(1760 2000) math:sum 3760}] - skolem:lemma3758 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1760 a r:Inference; - r:gives { - 3761 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1761}] - [ a r:Fact; r:gives {(1761 2000) math:sum 3761}] - skolem:lemma3759 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1761 a r:Inference; - r:gives { - 3762 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1762}] - [ a r:Fact; r:gives {(1762 2000) math:sum 3762}] - skolem:lemma3760 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1762 a r:Inference; - r:gives { - 3763 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1763}] - [ a r:Fact; r:gives {(1763 2000) math:sum 3763}] - skolem:lemma3761 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1763 a r:Inference; - r:gives { - 3764 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1764}] - [ a r:Fact; r:gives {(1764 2000) math:sum 3764}] - skolem:lemma3762 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1764 a r:Inference; - r:gives { - 3765 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1765}] - [ a r:Fact; r:gives {(1765 2000) math:sum 3765}] - skolem:lemma3763 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1765 a r:Inference; - r:gives { - 3766 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1766}] - [ a r:Fact; r:gives {(1766 2000) math:sum 3766}] - skolem:lemma3764 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1766 a r:Inference; - r:gives { - 3767 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1767}] - [ a r:Fact; r:gives {(1767 2000) math:sum 3767}] - skolem:lemma3765 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1767 a r:Inference; - r:gives { - 3768 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1768}] - [ a r:Fact; r:gives {(1768 2000) math:sum 3768}] - skolem:lemma3766 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1768 a r:Inference; - r:gives { - 3769 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1769}] - [ a r:Fact; r:gives {(1769 2000) math:sum 3769}] - skolem:lemma3767 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1769 a r:Inference; - r:gives { - 3770 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1770}] - [ a r:Fact; r:gives {(1770 2000) math:sum 3770}] - skolem:lemma3768 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1770 a r:Inference; - r:gives { - 3771 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1771}] - [ a r:Fact; r:gives {(1771 2000) math:sum 3771}] - skolem:lemma3769 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1771 a r:Inference; - r:gives { - 3772 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1772}] - [ a r:Fact; r:gives {(1772 2000) math:sum 3772}] - skolem:lemma3770 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1772 a r:Inference; - r:gives { - 3773 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1773}] - [ a r:Fact; r:gives {(1773 2000) math:sum 3773}] - skolem:lemma3771 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1773 a r:Inference; - r:gives { - 3774 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1774}] - [ a r:Fact; r:gives {(1774 2000) math:sum 3774}] - skolem:lemma3772 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1774 a r:Inference; - r:gives { - 3775 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1775}] - [ a r:Fact; r:gives {(1775 2000) math:sum 3775}] - skolem:lemma3773 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1775 a r:Inference; - r:gives { - 3776 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1776}] - [ a r:Fact; r:gives {(1776 2000) math:sum 3776}] - skolem:lemma3774 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1776 a r:Inference; - r:gives { - 3777 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1777}] - [ a r:Fact; r:gives {(1777 2000) math:sum 3777}] - skolem:lemma3775 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1777 a r:Inference; - r:gives { - 3778 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1778}] - [ a r:Fact; r:gives {(1778 2000) math:sum 3778}] - skolem:lemma3776 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1778 a r:Inference; - r:gives { - 3779 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1779}] - [ a r:Fact; r:gives {(1779 2000) math:sum 3779}] - skolem:lemma3777 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1779 a r:Inference; - r:gives { - 3780 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1780}] - [ a r:Fact; r:gives {(1780 2000) math:sum 3780}] - skolem:lemma3778 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1780 a r:Inference; - r:gives { - 3781 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1781}] - [ a r:Fact; r:gives {(1781 2000) math:sum 3781}] - skolem:lemma3779 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1781 a r:Inference; - r:gives { - 3782 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1782}] - [ a r:Fact; r:gives {(1782 2000) math:sum 3782}] - skolem:lemma3780 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1782 a r:Inference; - r:gives { - 3783 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1783}] - [ a r:Fact; r:gives {(1783 2000) math:sum 3783}] - skolem:lemma3781 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1783 a r:Inference; - r:gives { - 3784 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1784}] - [ a r:Fact; r:gives {(1784 2000) math:sum 3784}] - skolem:lemma3782 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1784 a r:Inference; - r:gives { - 3785 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1785}] - [ a r:Fact; r:gives {(1785 2000) math:sum 3785}] - skolem:lemma3783 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1785 a r:Inference; - r:gives { - 3786 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1786}] - [ a r:Fact; r:gives {(1786 2000) math:sum 3786}] - skolem:lemma3784 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1786 a r:Inference; - r:gives { - 3787 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1787}] - [ a r:Fact; r:gives {(1787 2000) math:sum 3787}] - skolem:lemma3785 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1787 a r:Inference; - r:gives { - 3788 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1788}] - [ a r:Fact; r:gives {(1788 2000) math:sum 3788}] - skolem:lemma3786 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1788 a r:Inference; - r:gives { - 3789 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1789}] - [ a r:Fact; r:gives {(1789 2000) math:sum 3789}] - skolem:lemma3787 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1789 a r:Inference; - r:gives { - 3790 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1790}] - [ a r:Fact; r:gives {(1790 2000) math:sum 3790}] - skolem:lemma3788 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1790 a r:Inference; - r:gives { - 3791 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1791}] - [ a r:Fact; r:gives {(1791 2000) math:sum 3791}] - skolem:lemma3789 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1791 a r:Inference; - r:gives { - 3792 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1792}] - [ a r:Fact; r:gives {(1792 2000) math:sum 3792}] - skolem:lemma3790 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1792 a r:Inference; - r:gives { - 3793 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1793}] - [ a r:Fact; r:gives {(1793 2000) math:sum 3793}] - skolem:lemma3791 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1793 a r:Inference; - r:gives { - 3794 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1794}] - [ a r:Fact; r:gives {(1794 2000) math:sum 3794}] - skolem:lemma3792 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1794 a r:Inference; - r:gives { - 3795 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1795}] - [ a r:Fact; r:gives {(1795 2000) math:sum 3795}] - skolem:lemma3793 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1795 a r:Inference; - r:gives { - 3796 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1796}] - [ a r:Fact; r:gives {(1796 2000) math:sum 3796}] - skolem:lemma3794 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1796 a r:Inference; - r:gives { - 3797 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1797}] - [ a r:Fact; r:gives {(1797 2000) math:sum 3797}] - skolem:lemma3795 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1797 a r:Inference; - r:gives { - 3798 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1798}] - [ a r:Fact; r:gives {(1798 2000) math:sum 3798}] - skolem:lemma3796 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1798 a r:Inference; - r:gives { - 3799 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1799}] - [ a r:Fact; r:gives {(1799 2000) math:sum 3799}] - skolem:lemma3797 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1799 a r:Inference; - r:gives { - 3800 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1800}] - [ a r:Fact; r:gives {(1800 2000) math:sum 3800}] - skolem:lemma3798 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1800 a r:Inference; - r:gives { - 3801 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1801}] - [ a r:Fact; r:gives {(1801 2000) math:sum 3801}] - skolem:lemma3799 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1801 a r:Inference; - r:gives { - 3802 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1802}] - [ a r:Fact; r:gives {(1802 2000) math:sum 3802}] - skolem:lemma3800 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1802 a r:Inference; - r:gives { - 3803 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1803}] - [ a r:Fact; r:gives {(1803 2000) math:sum 3803}] - skolem:lemma3801 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1803 a r:Inference; - r:gives { - 3804 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1804}] - [ a r:Fact; r:gives {(1804 2000) math:sum 3804}] - skolem:lemma3802 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1804 a r:Inference; - r:gives { - 3805 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1805}] - [ a r:Fact; r:gives {(1805 2000) math:sum 3805}] - skolem:lemma3803 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1805 a r:Inference; - r:gives { - 3806 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1806}] - [ a r:Fact; r:gives {(1806 2000) math:sum 3806}] - skolem:lemma3804 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1806 a r:Inference; - r:gives { - 3807 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1807}] - [ a r:Fact; r:gives {(1807 2000) math:sum 3807}] - skolem:lemma3805 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1807 a r:Inference; - r:gives { - 3808 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1808}] - [ a r:Fact; r:gives {(1808 2000) math:sum 3808}] - skolem:lemma3806 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1808 a r:Inference; - r:gives { - 3809 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1809}] - [ a r:Fact; r:gives {(1809 2000) math:sum 3809}] - skolem:lemma3807 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1809 a r:Inference; - r:gives { - 3810 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1810}] - [ a r:Fact; r:gives {(1810 2000) math:sum 3810}] - skolem:lemma3808 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1810 a r:Inference; - r:gives { - 3811 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1811}] - [ a r:Fact; r:gives {(1811 2000) math:sum 3811}] - skolem:lemma3809 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1811 a r:Inference; - r:gives { - 3812 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1812}] - [ a r:Fact; r:gives {(1812 2000) math:sum 3812}] - skolem:lemma3810 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1812 a r:Inference; - r:gives { - 3813 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1813}] - [ a r:Fact; r:gives {(1813 2000) math:sum 3813}] - skolem:lemma3811 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1813 a r:Inference; - r:gives { - 3814 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1814}] - [ a r:Fact; r:gives {(1814 2000) math:sum 3814}] - skolem:lemma3812 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1814 a r:Inference; - r:gives { - 3815 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1815}] - [ a r:Fact; r:gives {(1815 2000) math:sum 3815}] - skolem:lemma3813 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1815 a r:Inference; - r:gives { - 3816 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1816}] - [ a r:Fact; r:gives {(1816 2000) math:sum 3816}] - skolem:lemma3814 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1816 a r:Inference; - r:gives { - 3817 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1817}] - [ a r:Fact; r:gives {(1817 2000) math:sum 3817}] - skolem:lemma3815 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1817 a r:Inference; - r:gives { - 3818 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1818}] - [ a r:Fact; r:gives {(1818 2000) math:sum 3818}] - skolem:lemma3816 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1818 a r:Inference; - r:gives { - 3819 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1819}] - [ a r:Fact; r:gives {(1819 2000) math:sum 3819}] - skolem:lemma3817 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1819 a r:Inference; - r:gives { - 3820 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1820}] - [ a r:Fact; r:gives {(1820 2000) math:sum 3820}] - skolem:lemma3818 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1820 a r:Inference; - r:gives { - 3821 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1821}] - [ a r:Fact; r:gives {(1821 2000) math:sum 3821}] - skolem:lemma3819 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1821 a r:Inference; - r:gives { - 3822 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1822}] - [ a r:Fact; r:gives {(1822 2000) math:sum 3822}] - skolem:lemma3820 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1822 a r:Inference; - r:gives { - 3823 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1823}] - [ a r:Fact; r:gives {(1823 2000) math:sum 3823}] - skolem:lemma3821 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1823 a r:Inference; - r:gives { - 3824 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1824}] - [ a r:Fact; r:gives {(1824 2000) math:sum 3824}] - skolem:lemma3822 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1824 a r:Inference; - r:gives { - 3825 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1825}] - [ a r:Fact; r:gives {(1825 2000) math:sum 3825}] - skolem:lemma3823 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1825 a r:Inference; - r:gives { - 3826 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1826}] - [ a r:Fact; r:gives {(1826 2000) math:sum 3826}] - skolem:lemma3824 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1826 a r:Inference; - r:gives { - 3827 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1827}] - [ a r:Fact; r:gives {(1827 2000) math:sum 3827}] - skolem:lemma3825 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1827 a r:Inference; - r:gives { - 3828 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1828}] - [ a r:Fact; r:gives {(1828 2000) math:sum 3828}] - skolem:lemma3826 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1828 a r:Inference; - r:gives { - 3829 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1829}] - [ a r:Fact; r:gives {(1829 2000) math:sum 3829}] - skolem:lemma3827 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1829 a r:Inference; - r:gives { - 3830 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1830}] - [ a r:Fact; r:gives {(1830 2000) math:sum 3830}] - skolem:lemma3828 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1830 a r:Inference; - r:gives { - 3831 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1831}] - [ a r:Fact; r:gives {(1831 2000) math:sum 3831}] - skolem:lemma3829 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1831 a r:Inference; - r:gives { - 3832 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1832}] - [ a r:Fact; r:gives {(1832 2000) math:sum 3832}] - skolem:lemma3830 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1832 a r:Inference; - r:gives { - 3833 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1833}] - [ a r:Fact; r:gives {(1833 2000) math:sum 3833}] - skolem:lemma3831 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1833 a r:Inference; - r:gives { - 3834 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1834}] - [ a r:Fact; r:gives {(1834 2000) math:sum 3834}] - skolem:lemma3832 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1834 a r:Inference; - r:gives { - 3835 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1835}] - [ a r:Fact; r:gives {(1835 2000) math:sum 3835}] - skolem:lemma3833 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1835 a r:Inference; - r:gives { - 3836 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1836}] - [ a r:Fact; r:gives {(1836 2000) math:sum 3836}] - skolem:lemma3834 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1836 a r:Inference; - r:gives { - 3837 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1837}] - [ a r:Fact; r:gives {(1837 2000) math:sum 3837}] - skolem:lemma3835 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1837 a r:Inference; - r:gives { - 3838 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1838}] - [ a r:Fact; r:gives {(1838 2000) math:sum 3838}] - skolem:lemma3836 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1838 a r:Inference; - r:gives { - 3839 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1839}] - [ a r:Fact; r:gives {(1839 2000) math:sum 3839}] - skolem:lemma3837 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1839 a r:Inference; - r:gives { - 3840 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1840}] - [ a r:Fact; r:gives {(1840 2000) math:sum 3840}] - skolem:lemma3838 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1840 a r:Inference; - r:gives { - 3841 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1841}] - [ a r:Fact; r:gives {(1841 2000) math:sum 3841}] - skolem:lemma3839 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1841 a r:Inference; - r:gives { - 3842 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1842}] - [ a r:Fact; r:gives {(1842 2000) math:sum 3842}] - skolem:lemma3840 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1842 a r:Inference; - r:gives { - 3843 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1843}] - [ a r:Fact; r:gives {(1843 2000) math:sum 3843}] - skolem:lemma3841 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1843 a r:Inference; - r:gives { - 3844 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1844}] - [ a r:Fact; r:gives {(1844 2000) math:sum 3844}] - skolem:lemma3842 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1844 a r:Inference; - r:gives { - 3845 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1845}] - [ a r:Fact; r:gives {(1845 2000) math:sum 3845}] - skolem:lemma3843 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1845 a r:Inference; - r:gives { - 3846 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1846}] - [ a r:Fact; r:gives {(1846 2000) math:sum 3846}] - skolem:lemma3844 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1846 a r:Inference; - r:gives { - 3847 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1847}] - [ a r:Fact; r:gives {(1847 2000) math:sum 3847}] - skolem:lemma3845 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1847 a r:Inference; - r:gives { - 3848 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1848}] - [ a r:Fact; r:gives {(1848 2000) math:sum 3848}] - skolem:lemma3846 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1848 a r:Inference; - r:gives { - 3849 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1849}] - [ a r:Fact; r:gives {(1849 2000) math:sum 3849}] - skolem:lemma3847 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1849 a r:Inference; - r:gives { - 3850 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1850}] - [ a r:Fact; r:gives {(1850 2000) math:sum 3850}] - skolem:lemma3848 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1850 a r:Inference; - r:gives { - 3851 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1851}] - [ a r:Fact; r:gives {(1851 2000) math:sum 3851}] - skolem:lemma3849 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1851 a r:Inference; - r:gives { - 3852 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1852}] - [ a r:Fact; r:gives {(1852 2000) math:sum 3852}] - skolem:lemma3850 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1852 a r:Inference; - r:gives { - 3853 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1853}] - [ a r:Fact; r:gives {(1853 2000) math:sum 3853}] - skolem:lemma3851 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1853 a r:Inference; - r:gives { - 3854 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1854}] - [ a r:Fact; r:gives {(1854 2000) math:sum 3854}] - skolem:lemma3852 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1854 a r:Inference; - r:gives { - 3855 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1855}] - [ a r:Fact; r:gives {(1855 2000) math:sum 3855}] - skolem:lemma3853 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1855 a r:Inference; - r:gives { - 3856 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1856}] - [ a r:Fact; r:gives {(1856 2000) math:sum 3856}] - skolem:lemma3854 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1856 a r:Inference; - r:gives { - 3857 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1857}] - [ a r:Fact; r:gives {(1857 2000) math:sum 3857}] - skolem:lemma3855 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1857 a r:Inference; - r:gives { - 3858 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1858}] - [ a r:Fact; r:gives {(1858 2000) math:sum 3858}] - skolem:lemma3856 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1858 a r:Inference; - r:gives { - 3859 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1859}] - [ a r:Fact; r:gives {(1859 2000) math:sum 3859}] - skolem:lemma3857 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1859 a r:Inference; - r:gives { - 3860 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1860}] - [ a r:Fact; r:gives {(1860 2000) math:sum 3860}] - skolem:lemma3858 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1860 a r:Inference; - r:gives { - 3861 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1861}] - [ a r:Fact; r:gives {(1861 2000) math:sum 3861}] - skolem:lemma3859 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1861 a r:Inference; - r:gives { - 3862 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1862}] - [ a r:Fact; r:gives {(1862 2000) math:sum 3862}] - skolem:lemma3860 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1862 a r:Inference; - r:gives { - 3863 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1863}] - [ a r:Fact; r:gives {(1863 2000) math:sum 3863}] - skolem:lemma3861 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1863 a r:Inference; - r:gives { - 3864 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1864}] - [ a r:Fact; r:gives {(1864 2000) math:sum 3864}] - skolem:lemma3862 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1864 a r:Inference; - r:gives { - 3865 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1865}] - [ a r:Fact; r:gives {(1865 2000) math:sum 3865}] - skolem:lemma3863 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1865 a r:Inference; - r:gives { - 3866 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1866}] - [ a r:Fact; r:gives {(1866 2000) math:sum 3866}] - skolem:lemma3864 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1866 a r:Inference; - r:gives { - 3867 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1867}] - [ a r:Fact; r:gives {(1867 2000) math:sum 3867}] - skolem:lemma3865 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1867 a r:Inference; - r:gives { - 3868 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1868}] - [ a r:Fact; r:gives {(1868 2000) math:sum 3868}] - skolem:lemma3866 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1868 a r:Inference; - r:gives { - 3869 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1869}] - [ a r:Fact; r:gives {(1869 2000) math:sum 3869}] - skolem:lemma3867 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1869 a r:Inference; - r:gives { - 3870 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1870}] - [ a r:Fact; r:gives {(1870 2000) math:sum 3870}] - skolem:lemma3868 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1870 a r:Inference; - r:gives { - 3871 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1871}] - [ a r:Fact; r:gives {(1871 2000) math:sum 3871}] - skolem:lemma3869 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1871 a r:Inference; - r:gives { - 3872 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1872}] - [ a r:Fact; r:gives {(1872 2000) math:sum 3872}] - skolem:lemma3870 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1872 a r:Inference; - r:gives { - 3873 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1873}] - [ a r:Fact; r:gives {(1873 2000) math:sum 3873}] - skolem:lemma3871 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1873 a r:Inference; - r:gives { - 3874 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1874}] - [ a r:Fact; r:gives {(1874 2000) math:sum 3874}] - skolem:lemma3872 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1874 a r:Inference; - r:gives { - 3875 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1875}] - [ a r:Fact; r:gives {(1875 2000) math:sum 3875}] - skolem:lemma3873 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1875 a r:Inference; - r:gives { - 3876 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1876}] - [ a r:Fact; r:gives {(1876 2000) math:sum 3876}] - skolem:lemma3874 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1876 a r:Inference; - r:gives { - 3877 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1877}] - [ a r:Fact; r:gives {(1877 2000) math:sum 3877}] - skolem:lemma3875 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1877 a r:Inference; - r:gives { - 3878 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1878}] - [ a r:Fact; r:gives {(1878 2000) math:sum 3878}] - skolem:lemma3876 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1878 a r:Inference; - r:gives { - 3879 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1879}] - [ a r:Fact; r:gives {(1879 2000) math:sum 3879}] - skolem:lemma3877 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1879 a r:Inference; - r:gives { - 3880 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1880}] - [ a r:Fact; r:gives {(1880 2000) math:sum 3880}] - skolem:lemma3878 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1880 a r:Inference; - r:gives { - 3881 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1881}] - [ a r:Fact; r:gives {(1881 2000) math:sum 3881}] - skolem:lemma3879 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1881 a r:Inference; - r:gives { - 3882 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1882}] - [ a r:Fact; r:gives {(1882 2000) math:sum 3882}] - skolem:lemma3880 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1882 a r:Inference; - r:gives { - 3883 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1883}] - [ a r:Fact; r:gives {(1883 2000) math:sum 3883}] - skolem:lemma3881 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1883 a r:Inference; - r:gives { - 3884 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1884}] - [ a r:Fact; r:gives {(1884 2000) math:sum 3884}] - skolem:lemma3882 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1884 a r:Inference; - r:gives { - 3885 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1885}] - [ a r:Fact; r:gives {(1885 2000) math:sum 3885}] - skolem:lemma3883 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1885 a r:Inference; - r:gives { - 3886 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1886}] - [ a r:Fact; r:gives {(1886 2000) math:sum 3886}] - skolem:lemma3884 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1886 a r:Inference; - r:gives { - 3887 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1887}] - [ a r:Fact; r:gives {(1887 2000) math:sum 3887}] - skolem:lemma3885 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1887 a r:Inference; - r:gives { - 3888 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1888}] - [ a r:Fact; r:gives {(1888 2000) math:sum 3888}] - skolem:lemma3886 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1888 a r:Inference; - r:gives { - 3889 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1889}] - [ a r:Fact; r:gives {(1889 2000) math:sum 3889}] - skolem:lemma3887 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1889 a r:Inference; - r:gives { - 3890 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1890}] - [ a r:Fact; r:gives {(1890 2000) math:sum 3890}] - skolem:lemma3888 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1890 a r:Inference; - r:gives { - 3891 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1891}] - [ a r:Fact; r:gives {(1891 2000) math:sum 3891}] - skolem:lemma3889 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1891 a r:Inference; - r:gives { - 3892 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1892}] - [ a r:Fact; r:gives {(1892 2000) math:sum 3892}] - skolem:lemma3890 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1892 a r:Inference; - r:gives { - 3893 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1893}] - [ a r:Fact; r:gives {(1893 2000) math:sum 3893}] - skolem:lemma3891 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1893 a r:Inference; - r:gives { - 3894 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1894}] - [ a r:Fact; r:gives {(1894 2000) math:sum 3894}] - skolem:lemma3892 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1894 a r:Inference; - r:gives { - 3895 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1895}] - [ a r:Fact; r:gives {(1895 2000) math:sum 3895}] - skolem:lemma3893 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1895 a r:Inference; - r:gives { - 3896 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1896}] - [ a r:Fact; r:gives {(1896 2000) math:sum 3896}] - skolem:lemma3894 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1896 a r:Inference; - r:gives { - 3897 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1897}] - [ a r:Fact; r:gives {(1897 2000) math:sum 3897}] - skolem:lemma3895 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1897 a r:Inference; - r:gives { - 3898 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1898}] - [ a r:Fact; r:gives {(1898 2000) math:sum 3898}] - skolem:lemma3896 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1898 a r:Inference; - r:gives { - 3899 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1899}] - [ a r:Fact; r:gives {(1899 2000) math:sum 3899}] - skolem:lemma3897 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1899 a r:Inference; - r:gives { - 3900 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1900}] - [ a r:Fact; r:gives {(1900 2000) math:sum 3900}] - skolem:lemma3898 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1900 a r:Inference; - r:gives { - 3901 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1901}] - [ a r:Fact; r:gives {(1901 2000) math:sum 3901}] - skolem:lemma3899 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1901 a r:Inference; - r:gives { - 3902 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1902}] - [ a r:Fact; r:gives {(1902 2000) math:sum 3902}] - skolem:lemma3900 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1902 a r:Inference; - r:gives { - 3903 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1903}] - [ a r:Fact; r:gives {(1903 2000) math:sum 3903}] - skolem:lemma3901 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1903 a r:Inference; - r:gives { - 3904 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1904}] - [ a r:Fact; r:gives {(1904 2000) math:sum 3904}] - skolem:lemma3902 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1904 a r:Inference; - r:gives { - 3905 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1905}] - [ a r:Fact; r:gives {(1905 2000) math:sum 3905}] - skolem:lemma3903 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1905 a r:Inference; - r:gives { - 3906 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1906}] - [ a r:Fact; r:gives {(1906 2000) math:sum 3906}] - skolem:lemma3904 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1906 a r:Inference; - r:gives { - 3907 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1907}] - [ a r:Fact; r:gives {(1907 2000) math:sum 3907}] - skolem:lemma3905 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1907 a r:Inference; - r:gives { - 3908 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1908}] - [ a r:Fact; r:gives {(1908 2000) math:sum 3908}] - skolem:lemma3906 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1908 a r:Inference; - r:gives { - 3909 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1909}] - [ a r:Fact; r:gives {(1909 2000) math:sum 3909}] - skolem:lemma3907 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1909 a r:Inference; - r:gives { - 3910 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1910}] - [ a r:Fact; r:gives {(1910 2000) math:sum 3910}] - skolem:lemma3908 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1910 a r:Inference; - r:gives { - 3911 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1911}] - [ a r:Fact; r:gives {(1911 2000) math:sum 3911}] - skolem:lemma3909 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1911 a r:Inference; - r:gives { - 3912 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1912}] - [ a r:Fact; r:gives {(1912 2000) math:sum 3912}] - skolem:lemma3910 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1912 a r:Inference; - r:gives { - 3913 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1913}] - [ a r:Fact; r:gives {(1913 2000) math:sum 3913}] - skolem:lemma3911 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1913 a r:Inference; - r:gives { - 3914 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1914}] - [ a r:Fact; r:gives {(1914 2000) math:sum 3914}] - skolem:lemma3912 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1914 a r:Inference; - r:gives { - 3915 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1915}] - [ a r:Fact; r:gives {(1915 2000) math:sum 3915}] - skolem:lemma3913 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1915 a r:Inference; - r:gives { - 3916 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1916}] - [ a r:Fact; r:gives {(1916 2000) math:sum 3916}] - skolem:lemma3914 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1916 a r:Inference; - r:gives { - 3917 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1917}] - [ a r:Fact; r:gives {(1917 2000) math:sum 3917}] - skolem:lemma3915 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1917 a r:Inference; - r:gives { - 3918 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1918}] - [ a r:Fact; r:gives {(1918 2000) math:sum 3918}] - skolem:lemma3916 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1918 a r:Inference; - r:gives { - 3919 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1919}] - [ a r:Fact; r:gives {(1919 2000) math:sum 3919}] - skolem:lemma3917 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1919 a r:Inference; - r:gives { - 3920 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1920}] - [ a r:Fact; r:gives {(1920 2000) math:sum 3920}] - skolem:lemma3918 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1920 a r:Inference; - r:gives { - 3921 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1921}] - [ a r:Fact; r:gives {(1921 2000) math:sum 3921}] - skolem:lemma3919 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1921 a r:Inference; - r:gives { - 3922 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1922}] - [ a r:Fact; r:gives {(1922 2000) math:sum 3922}] - skolem:lemma3920 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1922 a r:Inference; - r:gives { - 3923 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1923}] - [ a r:Fact; r:gives {(1923 2000) math:sum 3923}] - skolem:lemma3921 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1923 a r:Inference; - r:gives { - 3924 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1924}] - [ a r:Fact; r:gives {(1924 2000) math:sum 3924}] - skolem:lemma3922 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1924 a r:Inference; - r:gives { - 3925 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1925}] - [ a r:Fact; r:gives {(1925 2000) math:sum 3925}] - skolem:lemma3923 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1925 a r:Inference; - r:gives { - 3926 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1926}] - [ a r:Fact; r:gives {(1926 2000) math:sum 3926}] - skolem:lemma3924 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1926 a r:Inference; - r:gives { - 3927 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1927}] - [ a r:Fact; r:gives {(1927 2000) math:sum 3927}] - skolem:lemma3925 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1927 a r:Inference; - r:gives { - 3928 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1928}] - [ a r:Fact; r:gives {(1928 2000) math:sum 3928}] - skolem:lemma3926 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1928 a r:Inference; - r:gives { - 3929 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1929}] - [ a r:Fact; r:gives {(1929 2000) math:sum 3929}] - skolem:lemma3927 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1929 a r:Inference; - r:gives { - 3930 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1930}] - [ a r:Fact; r:gives {(1930 2000) math:sum 3930}] - skolem:lemma3928 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1930 a r:Inference; - r:gives { - 3931 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1931}] - [ a r:Fact; r:gives {(1931 2000) math:sum 3931}] - skolem:lemma3929 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1931 a r:Inference; - r:gives { - 3932 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1932}] - [ a r:Fact; r:gives {(1932 2000) math:sum 3932}] - skolem:lemma3930 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1932 a r:Inference; - r:gives { - 3933 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1933}] - [ a r:Fact; r:gives {(1933 2000) math:sum 3933}] - skolem:lemma3931 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1933 a r:Inference; - r:gives { - 3934 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1934}] - [ a r:Fact; r:gives {(1934 2000) math:sum 3934}] - skolem:lemma3932 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1934 a r:Inference; - r:gives { - 3935 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1935}] - [ a r:Fact; r:gives {(1935 2000) math:sum 3935}] - skolem:lemma3933 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1935 a r:Inference; - r:gives { - 3936 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1936}] - [ a r:Fact; r:gives {(1936 2000) math:sum 3936}] - skolem:lemma3934 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1936 a r:Inference; - r:gives { - 3937 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1937}] - [ a r:Fact; r:gives {(1937 2000) math:sum 3937}] - skolem:lemma3935 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1937 a r:Inference; - r:gives { - 3938 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1938}] - [ a r:Fact; r:gives {(1938 2000) math:sum 3938}] - skolem:lemma3936 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1938 a r:Inference; - r:gives { - 3939 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1939}] - [ a r:Fact; r:gives {(1939 2000) math:sum 3939}] - skolem:lemma3937 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1939 a r:Inference; - r:gives { - 3940 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1940}] - [ a r:Fact; r:gives {(1940 2000) math:sum 3940}] - skolem:lemma3938 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1940 a r:Inference; - r:gives { - 3941 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1941}] - [ a r:Fact; r:gives {(1941 2000) math:sum 3941}] - skolem:lemma3939 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1941 a r:Inference; - r:gives { - 3942 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1942}] - [ a r:Fact; r:gives {(1942 2000) math:sum 3942}] - skolem:lemma3940 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1942 a r:Inference; - r:gives { - 3943 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1943}] - [ a r:Fact; r:gives {(1943 2000) math:sum 3943}] - skolem:lemma3941 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1943 a r:Inference; - r:gives { - 3944 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1944}] - [ a r:Fact; r:gives {(1944 2000) math:sum 3944}] - skolem:lemma3942 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1944 a r:Inference; - r:gives { - 3945 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1945}] - [ a r:Fact; r:gives {(1945 2000) math:sum 3945}] - skolem:lemma3943 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1945 a r:Inference; - r:gives { - 3946 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1946}] - [ a r:Fact; r:gives {(1946 2000) math:sum 3946}] - skolem:lemma3944 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1946 a r:Inference; - r:gives { - 3947 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1947}] - [ a r:Fact; r:gives {(1947 2000) math:sum 3947}] - skolem:lemma3945 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1947 a r:Inference; - r:gives { - 3948 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1948}] - [ a r:Fact; r:gives {(1948 2000) math:sum 3948}] - skolem:lemma3946 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1948 a r:Inference; - r:gives { - 3949 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1949}] - [ a r:Fact; r:gives {(1949 2000) math:sum 3949}] - skolem:lemma3947 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1949 a r:Inference; - r:gives { - 3950 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1950}] - [ a r:Fact; r:gives {(1950 2000) math:sum 3950}] - skolem:lemma3948 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1950 a r:Inference; - r:gives { - 3951 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1951}] - [ a r:Fact; r:gives {(1951 2000) math:sum 3951}] - skolem:lemma3949 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1951 a r:Inference; - r:gives { - 3952 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1952}] - [ a r:Fact; r:gives {(1952 2000) math:sum 3952}] - skolem:lemma3950 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1952 a r:Inference; - r:gives { - 3953 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1953}] - [ a r:Fact; r:gives {(1953 2000) math:sum 3953}] - skolem:lemma3951 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1953 a r:Inference; - r:gives { - 3954 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1954}] - [ a r:Fact; r:gives {(1954 2000) math:sum 3954}] - skolem:lemma3952 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1954 a r:Inference; - r:gives { - 3955 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1955}] - [ a r:Fact; r:gives {(1955 2000) math:sum 3955}] - skolem:lemma3953 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1955 a r:Inference; - r:gives { - 3956 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1956}] - [ a r:Fact; r:gives {(1956 2000) math:sum 3956}] - skolem:lemma3954 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1956 a r:Inference; - r:gives { - 3957 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1957}] - [ a r:Fact; r:gives {(1957 2000) math:sum 3957}] - skolem:lemma3955 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1957 a r:Inference; - r:gives { - 3958 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1958}] - [ a r:Fact; r:gives {(1958 2000) math:sum 3958}] - skolem:lemma3956 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1958 a r:Inference; - r:gives { - 3959 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1959}] - [ a r:Fact; r:gives {(1959 2000) math:sum 3959}] - skolem:lemma3957 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1959 a r:Inference; - r:gives { - 3960 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1960}] - [ a r:Fact; r:gives {(1960 2000) math:sum 3960}] - skolem:lemma3958 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1960 a r:Inference; - r:gives { - 3961 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1961}] - [ a r:Fact; r:gives {(1961 2000) math:sum 3961}] - skolem:lemma3959 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1961 a r:Inference; - r:gives { - 3962 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1962}] - [ a r:Fact; r:gives {(1962 2000) math:sum 3962}] - skolem:lemma3960 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1962 a r:Inference; - r:gives { - 3963 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1963}] - [ a r:Fact; r:gives {(1963 2000) math:sum 3963}] - skolem:lemma3961 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1963 a r:Inference; - r:gives { - 3964 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1964}] - [ a r:Fact; r:gives {(1964 2000) math:sum 3964}] - skolem:lemma3962 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1964 a r:Inference; - r:gives { - 3965 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1965}] - [ a r:Fact; r:gives {(1965 2000) math:sum 3965}] - skolem:lemma3963 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1965 a r:Inference; - r:gives { - 3966 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1966}] - [ a r:Fact; r:gives {(1966 2000) math:sum 3966}] - skolem:lemma3964 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1966 a r:Inference; - r:gives { - 3967 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1967}] - [ a r:Fact; r:gives {(1967 2000) math:sum 3967}] - skolem:lemma3965 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1967 a r:Inference; - r:gives { - 3968 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1968}] - [ a r:Fact; r:gives {(1968 2000) math:sum 3968}] - skolem:lemma3966 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1968 a r:Inference; - r:gives { - 3969 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1969}] - [ a r:Fact; r:gives {(1969 2000) math:sum 3969}] - skolem:lemma3967 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1969 a r:Inference; - r:gives { - 3970 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1970}] - [ a r:Fact; r:gives {(1970 2000) math:sum 3970}] - skolem:lemma3968 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1970 a r:Inference; - r:gives { - 3971 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1971}] - [ a r:Fact; r:gives {(1971 2000) math:sum 3971}] - skolem:lemma3969 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1971 a r:Inference; - r:gives { - 3972 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1972}] - [ a r:Fact; r:gives {(1972 2000) math:sum 3972}] - skolem:lemma3970 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1972 a r:Inference; - r:gives { - 3973 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1973}] - [ a r:Fact; r:gives {(1973 2000) math:sum 3973}] - skolem:lemma3971 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1973 a r:Inference; - r:gives { - 3974 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1974}] - [ a r:Fact; r:gives {(1974 2000) math:sum 3974}] - skolem:lemma3972 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1974 a r:Inference; - r:gives { - 3975 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1975}] - [ a r:Fact; r:gives {(1975 2000) math:sum 3975}] - skolem:lemma3973 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1975 a r:Inference; - r:gives { - 3976 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1976}] - [ a r:Fact; r:gives {(1976 2000) math:sum 3976}] - skolem:lemma3974 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1976 a r:Inference; - r:gives { - 3977 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1977}] - [ a r:Fact; r:gives {(1977 2000) math:sum 3977}] - skolem:lemma3975 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1977 a r:Inference; - r:gives { - 3978 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1978}] - [ a r:Fact; r:gives {(1978 2000) math:sum 3978}] - skolem:lemma3976 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1978 a r:Inference; - r:gives { - 3979 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1979}] - [ a r:Fact; r:gives {(1979 2000) math:sum 3979}] - skolem:lemma3977 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1979 a r:Inference; - r:gives { - 3980 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1980}] - [ a r:Fact; r:gives {(1980 2000) math:sum 3980}] - skolem:lemma3978 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1980 a r:Inference; - r:gives { - 3981 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1981}] - [ a r:Fact; r:gives {(1981 2000) math:sum 3981}] - skolem:lemma3979 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1981 a r:Inference; - r:gives { - 3982 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1982}] - [ a r:Fact; r:gives {(1982 2000) math:sum 3982}] - skolem:lemma3980 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1982 a r:Inference; - r:gives { - 3983 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1983}] - [ a r:Fact; r:gives {(1983 2000) math:sum 3983}] - skolem:lemma3981 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1983 a r:Inference; - r:gives { - 3984 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1984}] - [ a r:Fact; r:gives {(1984 2000) math:sum 3984}] - skolem:lemma3982 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1984 a r:Inference; - r:gives { - 3985 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1985}] - [ a r:Fact; r:gives {(1985 2000) math:sum 3985}] - skolem:lemma3983 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1985 a r:Inference; - r:gives { - 3986 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1986}] - [ a r:Fact; r:gives {(1986 2000) math:sum 3986}] - skolem:lemma3984 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1986 a r:Inference; - r:gives { - 3987 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1987}] - [ a r:Fact; r:gives {(1987 2000) math:sum 3987}] - skolem:lemma3985 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1987 a r:Inference; - r:gives { - 3988 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1988}] - [ a r:Fact; r:gives {(1988 2000) math:sum 3988}] - skolem:lemma3986 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1988 a r:Inference; - r:gives { - 3989 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1989}] - [ a r:Fact; r:gives {(1989 2000) math:sum 3989}] - skolem:lemma3987 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1989 a r:Inference; - r:gives { - 3990 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1990}] - [ a r:Fact; r:gives {(1990 2000) math:sum 3990}] - skolem:lemma3988 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1990 a r:Inference; - r:gives { - 3991 :recursionCount 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1991}] - [ a r:Fact; r:gives {(1991 2000) math:sum 3991}] - skolem:lemma3989 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:rule skolem:lemma2000. - -skolem:lemma1991 a r:Inference; - r:gives { - 3992 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1992}] - [ a r:Fact; r:gives {(1992 2000) math:sum 3992}] - skolem:lemma3990 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1992 a r:Inference; - r:gives { - 3993 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1993}] - [ a r:Fact; r:gives {(1993 2000) math:sum 3993}] - skolem:lemma3991 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1993 a r:Inference; - r:gives { - 3994 :recursionCount 5 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1994}] - [ a r:Fact; r:gives {(1994 2000) math:sum 3994}] - skolem:lemma3992 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:rule skolem:lemma2000. - -skolem:lemma1994 a r:Inference; - r:gives { - 3995 :recursionCount 4 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1995}] - [ a r:Fact; r:gives {(1995 2000) math:sum 3995}] - skolem:lemma3993 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:rule skolem:lemma2000. - -skolem:lemma1995 a r:Inference; - r:gives { - 3996 :recursionCount 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1996}] - [ a r:Fact; r:gives {(1996 2000) math:sum 3996}] - skolem:lemma3994 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:rule skolem:lemma2000. - -skolem:lemma1996 a r:Inference; - r:gives { - 3997 :recursionCount 1 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1997}] - [ a r:Fact; r:gives {(1997 2000) math:sum 3997}] - skolem:lemma3995 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:rule skolem:lemma2000. - -skolem:lemma1997 a r:Inference; - r:gives { - 3998 :recursionCount 7 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1998}] - [ a r:Fact; r:gives {(1998 2000) math:sum 3998}] - skolem:lemma3996 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:rule skolem:lemma2000. - -skolem:lemma1998 a r:Inference; - r:gives { - 3999 :recursionCount 6 . - }; - r:evidence ( - [ a r:Fact; r:gives {2000 log:repeat 1999}] - [ a r:Fact; r:gives {(1999 2000) math:sum 3999}] - skolem:lemma3997 - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:rule skolem:lemma2000. - -skolem:lemma1999 a r:Inference; - r:gives { - 2000 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2000 math:notEqualTo 0}] - skolem:lemma3998 - [ a r:Fact; r:gives {((2 0 0 0) "=<") list:sort (0 0 0 2)}] - [ a r:Fact; r:gives {((2 0 0 0) ">=") list:sort (2 0 0 0)}] - skolem:lemma3999 - skolem:lemma4000 - [ a r:Fact; r:gives {(2000 2) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2000 a r:Extraction; - r:gives { - @forAll var:x_0, var:x_1, var:x_2. { - 2000 log:repeat var:x_0. - (var:x_0 2000) math:sum var:x_1. - var:x_1 :kaprekar (0 var:x_2). - } => { - var:x_1 :recursionCount var:x_2. - }. - }; - r:because [ a r:Parsing; r:source ]. - -skolem:lemma2001 a r:Inference; - r:gives { - 2001 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2001 math:notEqualTo 0}] - skolem:lemma4002 - [ a r:Fact; r:gives {((2 0 0 1) "=<") list:sort (0 0 1 2)}] - [ a r:Fact; r:gives {((2 0 0 1) ">=") list:sort (2 1 0 0)}] - skolem:lemma4003 - skolem:lemma4004 - [ a r:Fact; r:gives {(2100 12) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2001]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2002 a r:Inference; - r:gives { - 2002 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2002 math:notEqualTo 0}] - skolem:lemma4005 - [ a r:Fact; r:gives {((2 0 0 2) "=<") list:sort (0 0 2 2)}] - [ a r:Fact; r:gives {((2 0 0 2) ">=") list:sort (2 2 0 0)}] - skolem:lemma4006 - skolem:lemma4007 - [ a r:Fact; r:gives {(2200 22) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2002]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2003 a r:Inference; - r:gives { - 2003 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2003 math:notEqualTo 0}] - skolem:lemma4008 - [ a r:Fact; r:gives {((2 0 0 3) "=<") list:sort (0 0 2 3)}] - [ a r:Fact; r:gives {((2 0 0 3) ">=") list:sort (3 2 0 0)}] - skolem:lemma4009 - skolem:lemma4010 - [ a r:Fact; r:gives {(3200 23) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2003]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2004 a r:Inference; - r:gives { - 2004 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2004 math:notEqualTo 0}] - skolem:lemma4011 - [ a r:Fact; r:gives {((2 0 0 4) "=<") list:sort (0 0 2 4)}] - [ a r:Fact; r:gives {((2 0 0 4) ">=") list:sort (4 2 0 0)}] - skolem:lemma4012 - skolem:lemma4013 - [ a r:Fact; r:gives {(4200 24) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2004]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2005 a r:Inference; - r:gives { - 2005 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2005 math:notEqualTo 0}] - skolem:lemma4014 - [ a r:Fact; r:gives {((2 0 0 5) "=<") list:sort (0 0 2 5)}] - [ a r:Fact; r:gives {((2 0 0 5) ">=") list:sort (5 2 0 0)}] - skolem:lemma4015 - skolem:lemma4016 - [ a r:Fact; r:gives {(5200 25) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2005]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2006 a r:Inference; - r:gives { - 2006 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2006 math:notEqualTo 0}] - skolem:lemma4017 - [ a r:Fact; r:gives {((2 0 0 6) "=<") list:sort (0 0 2 6)}] - [ a r:Fact; r:gives {((2 0 0 6) ">=") list:sort (6 2 0 0)}] - skolem:lemma4018 - skolem:lemma4019 - [ a r:Fact; r:gives {(6200 26) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2006]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2007 a r:Inference; - r:gives { - 2007 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2007 math:notEqualTo 0}] - skolem:lemma4020 - [ a r:Fact; r:gives {((2 0 0 7) "=<") list:sort (0 0 2 7)}] - [ a r:Fact; r:gives {((2 0 0 7) ">=") list:sort (7 2 0 0)}] - skolem:lemma4021 - skolem:lemma4022 - [ a r:Fact; r:gives {(7200 27) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2007]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2008 a r:Inference; - r:gives { - 2008 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2008 math:notEqualTo 0}] - skolem:lemma4023 - [ a r:Fact; r:gives {((2 0 0 8) "=<") list:sort (0 0 2 8)}] - [ a r:Fact; r:gives {((2 0 0 8) ">=") list:sort (8 2 0 0)}] - skolem:lemma4024 - skolem:lemma4025 - [ a r:Fact; r:gives {(8200 28) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2008]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2009 a r:Inference; - r:gives { - 2009 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2009 math:notEqualTo 0}] - skolem:lemma4026 - [ a r:Fact; r:gives {((2 0 0 9) "=<") list:sort (0 0 2 9)}] - [ a r:Fact; r:gives {((2 0 0 9) ">=") list:sort (9 2 0 0)}] - skolem:lemma4027 - skolem:lemma4028 - [ a r:Fact; r:gives {(9200 29) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2009]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2010 a r:Inference; - r:gives { - 2010 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2010 math:notEqualTo 0}] - skolem:lemma4029 - [ a r:Fact; r:gives {((2 0 1 0) "=<") list:sort (0 0 1 2)}] - [ a r:Fact; r:gives {((2 0 1 0) ">=") list:sort (2 1 0 0)}] - skolem:lemma4003 - skolem:lemma4004 - [ a r:Fact; r:gives {(2100 12) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2010]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2011 a r:Inference; - r:gives { - 2011 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2011 math:notEqualTo 0}] - skolem:lemma4030 - [ a r:Fact; r:gives {((2 0 1 1) "=<") list:sort (0 1 1 2)}] - [ a r:Fact; r:gives {((2 0 1 1) ">=") list:sort (2 1 1 0)}] - skolem:lemma4031 - skolem:lemma4032 - [ a r:Fact; r:gives {(2110 112) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2011]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2012 a r:Inference; - r:gives { - 2012 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2012 math:notEqualTo 0}] - skolem:lemma4033 - [ a r:Fact; r:gives {((2 0 1 2) "=<") list:sort (0 1 2 2)}] - [ a r:Fact; r:gives {((2 0 1 2) ">=") list:sort (2 2 1 0)}] - skolem:lemma4034 - skolem:lemma4035 - [ a r:Fact; r:gives {(2210 122) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2012]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2013 a r:Inference; - r:gives { - 2013 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2013 math:notEqualTo 0}] - skolem:lemma4036 - [ a r:Fact; r:gives {((2 0 1 3) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((2 0 1 3) ">=") list:sort (3 2 1 0)}] - skolem:lemma4037 - skolem:lemma4038 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2013]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2014 a r:Inference; - r:gives { - 2014 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2014 math:notEqualTo 0}] - skolem:lemma4039 - [ a r:Fact; r:gives {((2 0 1 4) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((2 0 1 4) ">=") list:sort (4 2 1 0)}] - skolem:lemma4040 - skolem:lemma4041 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2014]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2015 a r:Inference; - r:gives { - 2015 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2015 math:notEqualTo 0}] - skolem:lemma4042 - [ a r:Fact; r:gives {((2 0 1 5) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((2 0 1 5) ">=") list:sort (5 2 1 0)}] - skolem:lemma4043 - skolem:lemma4044 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2015]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2016 a r:Inference; - r:gives { - 2016 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2016 math:notEqualTo 0}] - skolem:lemma4045 - [ a r:Fact; r:gives {((2 0 1 6) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((2 0 1 6) ">=") list:sort (6 2 1 0)}] - skolem:lemma4046 - skolem:lemma4047 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2016]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2017 a r:Inference; - r:gives { - 2017 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2017 math:notEqualTo 0}] - skolem:lemma4048 - [ a r:Fact; r:gives {((2 0 1 7) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((2 0 1 7) ">=") list:sort (7 2 1 0)}] - skolem:lemma4049 - skolem:lemma4050 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2017]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2018 a r:Inference; - r:gives { - 2018 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2018 math:notEqualTo 0}] - skolem:lemma4051 - [ a r:Fact; r:gives {((2 0 1 8) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((2 0 1 8) ">=") list:sort (8 2 1 0)}] - skolem:lemma4052 - skolem:lemma4053 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2018]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2019 a r:Inference; - r:gives { - 2019 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2019 math:notEqualTo 0}] - skolem:lemma4054 - [ a r:Fact; r:gives {((2 0 1 9) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((2 0 1 9) ">=") list:sort (9 2 1 0)}] - skolem:lemma4055 - skolem:lemma4056 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2019]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2020 a r:Inference; - r:gives { - 2020 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2020 math:notEqualTo 0}] - skolem:lemma4057 - [ a r:Fact; r:gives {((2 0 2 0) "=<") list:sort (0 0 2 2)}] - [ a r:Fact; r:gives {((2 0 2 0) ">=") list:sort (2 2 0 0)}] - skolem:lemma4006 - skolem:lemma4007 - [ a r:Fact; r:gives {(2200 22) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2020]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2021 a r:Inference; - r:gives { - 2021 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2021 math:notEqualTo 0}] - skolem:lemma4058 - [ a r:Fact; r:gives {((2 0 2 1) "=<") list:sort (0 1 2 2)}] - [ a r:Fact; r:gives {((2 0 2 1) ">=") list:sort (2 2 1 0)}] - skolem:lemma4034 - skolem:lemma4035 - [ a r:Fact; r:gives {(2210 122) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2021]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2022 a r:Inference; - r:gives { - 2022 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2022 math:notEqualTo 0}] - skolem:lemma4059 - [ a r:Fact; r:gives {((2 0 2 2) "=<") list:sort (0 2 2 2)}] - [ a r:Fact; r:gives {((2 0 2 2) ">=") list:sort (2 2 2 0)}] - skolem:lemma4060 - skolem:lemma4061 - [ a r:Fact; r:gives {(2220 222) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2022]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2023 a r:Inference; - r:gives { - 2023 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2023 math:notEqualTo 0}] - skolem:lemma4062 - [ a r:Fact; r:gives {((2 0 2 3) "=<") list:sort (0 2 2 3)}] - [ a r:Fact; r:gives {((2 0 2 3) ">=") list:sort (3 2 2 0)}] - skolem:lemma4063 - skolem:lemma4064 - [ a r:Fact; r:gives {(3220 223) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2023]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2024 a r:Inference; - r:gives { - 2024 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2024 math:notEqualTo 0}] - skolem:lemma4065 - [ a r:Fact; r:gives {((2 0 2 4) "=<") list:sort (0 2 2 4)}] - [ a r:Fact; r:gives {((2 0 2 4) ">=") list:sort (4 2 2 0)}] - skolem:lemma4066 - skolem:lemma4067 - [ a r:Fact; r:gives {(4220 224) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2024]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2025 a r:Inference; - r:gives { - 2025 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2025 math:notEqualTo 0}] - skolem:lemma4068 - [ a r:Fact; r:gives {((2 0 2 5) "=<") list:sort (0 2 2 5)}] - [ a r:Fact; r:gives {((2 0 2 5) ">=") list:sort (5 2 2 0)}] - skolem:lemma4069 - skolem:lemma4070 - [ a r:Fact; r:gives {(5220 225) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2025]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2026 a r:Inference; - r:gives { - 2026 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2026 math:notEqualTo 0}] - skolem:lemma4071 - [ a r:Fact; r:gives {((2 0 2 6) "=<") list:sort (0 2 2 6)}] - [ a r:Fact; r:gives {((2 0 2 6) ">=") list:sort (6 2 2 0)}] - skolem:lemma4072 - skolem:lemma4073 - [ a r:Fact; r:gives {(6220 226) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2026]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2027 a r:Inference; - r:gives { - 2027 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2027 math:notEqualTo 0}] - skolem:lemma4074 - [ a r:Fact; r:gives {((2 0 2 7) "=<") list:sort (0 2 2 7)}] - [ a r:Fact; r:gives {((2 0 2 7) ">=") list:sort (7 2 2 0)}] - skolem:lemma4075 - skolem:lemma4076 - [ a r:Fact; r:gives {(7220 227) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2027]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2028 a r:Inference; - r:gives { - 2028 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2028 math:notEqualTo 0}] - skolem:lemma4077 - [ a r:Fact; r:gives {((2 0 2 8) "=<") list:sort (0 2 2 8)}] - [ a r:Fact; r:gives {((2 0 2 8) ">=") list:sort (8 2 2 0)}] - skolem:lemma4078 - skolem:lemma4079 - [ a r:Fact; r:gives {(8220 228) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2028]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2029 a r:Inference; - r:gives { - 2029 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2029 math:notEqualTo 0}] - skolem:lemma4080 - [ a r:Fact; r:gives {((2 0 2 9) "=<") list:sort (0 2 2 9)}] - [ a r:Fact; r:gives {((2 0 2 9) ">=") list:sort (9 2 2 0)}] - skolem:lemma4081 - skolem:lemma4082 - [ a r:Fact; r:gives {(9220 229) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2029]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2030 a r:Inference; - r:gives { - 2030 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2030 math:notEqualTo 0}] - skolem:lemma4083 - [ a r:Fact; r:gives {((2 0 3 0) "=<") list:sort (0 0 2 3)}] - [ a r:Fact; r:gives {((2 0 3 0) ">=") list:sort (3 2 0 0)}] - skolem:lemma4009 - skolem:lemma4010 - [ a r:Fact; r:gives {(3200 23) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2030]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2031 a r:Inference; - r:gives { - 2031 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2031 math:notEqualTo 0}] - skolem:lemma4084 - [ a r:Fact; r:gives {((2 0 3 1) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((2 0 3 1) ">=") list:sort (3 2 1 0)}] - skolem:lemma4037 - skolem:lemma4038 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2031]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2032 a r:Inference; - r:gives { - 2032 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2032 math:notEqualTo 0}] - skolem:lemma4085 - [ a r:Fact; r:gives {((2 0 3 2) "=<") list:sort (0 2 2 3)}] - [ a r:Fact; r:gives {((2 0 3 2) ">=") list:sort (3 2 2 0)}] - skolem:lemma4063 - skolem:lemma4064 - [ a r:Fact; r:gives {(3220 223) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2032]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2033 a r:Inference; - r:gives { - 2033 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2033 math:notEqualTo 0}] - skolem:lemma4086 - [ a r:Fact; r:gives {((2 0 3 3) "=<") list:sort (0 2 3 3)}] - [ a r:Fact; r:gives {((2 0 3 3) ">=") list:sort (3 3 2 0)}] - skolem:lemma4087 - skolem:lemma4088 - [ a r:Fact; r:gives {(3320 233) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2033]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2034 a r:Inference; - r:gives { - 2034 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2034 math:notEqualTo 0}] - skolem:lemma4089 - [ a r:Fact; r:gives {((2 0 3 4) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((2 0 3 4) ">=") list:sort (4 3 2 0)}] - skolem:lemma4090 - skolem:lemma4091 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2034]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2035 a r:Inference; - r:gives { - 2035 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2035 math:notEqualTo 0}] - skolem:lemma4092 - [ a r:Fact; r:gives {((2 0 3 5) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((2 0 3 5) ">=") list:sort (5 3 2 0)}] - skolem:lemma4093 - skolem:lemma4094 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2035]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2036 a r:Inference; - r:gives { - 2036 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2036 math:notEqualTo 0}] - skolem:lemma4095 - [ a r:Fact; r:gives {((2 0 3 6) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((2 0 3 6) ">=") list:sort (6 3 2 0)}] - skolem:lemma4096 - skolem:lemma4097 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2036]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2037 a r:Inference; - r:gives { - 2037 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2037 math:notEqualTo 0}] - skolem:lemma4098 - [ a r:Fact; r:gives {((2 0 3 7) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((2 0 3 7) ">=") list:sort (7 3 2 0)}] - skolem:lemma4099 - skolem:lemma4100 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2037]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2038 a r:Inference; - r:gives { - 2038 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2038 math:notEqualTo 0}] - skolem:lemma4101 - [ a r:Fact; r:gives {((2 0 3 8) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((2 0 3 8) ">=") list:sort (8 3 2 0)}] - skolem:lemma4102 - skolem:lemma4103 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2038]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2039 a r:Inference; - r:gives { - 2039 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2039 math:notEqualTo 0}] - skolem:lemma4104 - [ a r:Fact; r:gives {((2 0 3 9) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((2 0 3 9) ">=") list:sort (9 3 2 0)}] - skolem:lemma4105 - skolem:lemma4106 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2039]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2040 a r:Inference; - r:gives { - 2040 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2040 math:notEqualTo 0}] - skolem:lemma4107 - [ a r:Fact; r:gives {((2 0 4 0) "=<") list:sort (0 0 2 4)}] - [ a r:Fact; r:gives {((2 0 4 0) ">=") list:sort (4 2 0 0)}] - skolem:lemma4012 - skolem:lemma4013 - [ a r:Fact; r:gives {(4200 24) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2040]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2041 a r:Inference; - r:gives { - 2041 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2041 math:notEqualTo 0}] - skolem:lemma4108 - [ a r:Fact; r:gives {((2 0 4 1) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((2 0 4 1) ">=") list:sort (4 2 1 0)}] - skolem:lemma4040 - skolem:lemma4041 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2041]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2042 a r:Inference; - r:gives { - 2042 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2042 math:notEqualTo 0}] - skolem:lemma4109 - [ a r:Fact; r:gives {((2 0 4 2) "=<") list:sort (0 2 2 4)}] - [ a r:Fact; r:gives {((2 0 4 2) ">=") list:sort (4 2 2 0)}] - skolem:lemma4066 - skolem:lemma4067 - [ a r:Fact; r:gives {(4220 224) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2042]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2043 a r:Inference; - r:gives { - 2043 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2043 math:notEqualTo 0}] - skolem:lemma4110 - [ a r:Fact; r:gives {((2 0 4 3) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((2 0 4 3) ">=") list:sort (4 3 2 0)}] - skolem:lemma4090 - skolem:lemma4091 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2043]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2044 a r:Inference; - r:gives { - 2044 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2044 math:notEqualTo 0}] - skolem:lemma4111 - [ a r:Fact; r:gives {((2 0 4 4) "=<") list:sort (0 2 4 4)}] - [ a r:Fact; r:gives {((2 0 4 4) ">=") list:sort (4 4 2 0)}] - skolem:lemma4112 - skolem:lemma4113 - [ a r:Fact; r:gives {(4420 244) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2044]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2045 a r:Inference; - r:gives { - 2045 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2045 math:notEqualTo 0}] - skolem:lemma4114 - [ a r:Fact; r:gives {((2 0 4 5) "=<") list:sort (0 2 4 5)}] - [ a r:Fact; r:gives {((2 0 4 5) ">=") list:sort (5 4 2 0)}] - skolem:lemma4115 - skolem:lemma4116 - [ a r:Fact; r:gives {(5420 245) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2045]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2046 a r:Inference; - r:gives { - 2046 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2046 math:notEqualTo 0}] - skolem:lemma4117 - [ a r:Fact; r:gives {((2 0 4 6) "=<") list:sort (0 2 4 6)}] - [ a r:Fact; r:gives {((2 0 4 6) ">=") list:sort (6 4 2 0)}] - skolem:lemma4118 - skolem:lemma4119 - [ a r:Fact; r:gives {(6420 246) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2046]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2047 a r:Inference; - r:gives { - 2047 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2047 math:notEqualTo 0}] - skolem:lemma4120 - [ a r:Fact; r:gives {((2 0 4 7) "=<") list:sort (0 2 4 7)}] - [ a r:Fact; r:gives {((2 0 4 7) ">=") list:sort (7 4 2 0)}] - skolem:lemma4121 - skolem:lemma4122 - [ a r:Fact; r:gives {(7420 247) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2047]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2048 a r:Inference; - r:gives { - 2048 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2048 math:notEqualTo 0}] - skolem:lemma4123 - [ a r:Fact; r:gives {((2 0 4 8) "=<") list:sort (0 2 4 8)}] - [ a r:Fact; r:gives {((2 0 4 8) ">=") list:sort (8 4 2 0)}] - skolem:lemma4124 - skolem:lemma4125 - [ a r:Fact; r:gives {(8420 248) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2048]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2049 a r:Inference; - r:gives { - 2049 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2049 math:notEqualTo 0}] - skolem:lemma4126 - [ a r:Fact; r:gives {((2 0 4 9) "=<") list:sort (0 2 4 9)}] - [ a r:Fact; r:gives {((2 0 4 9) ">=") list:sort (9 4 2 0)}] - skolem:lemma4127 - skolem:lemma4128 - [ a r:Fact; r:gives {(9420 249) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2049]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2050 a r:Inference; - r:gives { - 2050 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2050 math:notEqualTo 0}] - skolem:lemma4129 - [ a r:Fact; r:gives {((2 0 5 0) "=<") list:sort (0 0 2 5)}] - [ a r:Fact; r:gives {((2 0 5 0) ">=") list:sort (5 2 0 0)}] - skolem:lemma4015 - skolem:lemma4016 - [ a r:Fact; r:gives {(5200 25) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2050]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2051 a r:Inference; - r:gives { - 2051 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2051 math:notEqualTo 0}] - skolem:lemma4130 - [ a r:Fact; r:gives {((2 0 5 1) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((2 0 5 1) ">=") list:sort (5 2 1 0)}] - skolem:lemma4043 - skolem:lemma4044 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2051]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2052 a r:Inference; - r:gives { - 2052 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2052 math:notEqualTo 0}] - skolem:lemma4131 - [ a r:Fact; r:gives {((2 0 5 2) "=<") list:sort (0 2 2 5)}] - [ a r:Fact; r:gives {((2 0 5 2) ">=") list:sort (5 2 2 0)}] - skolem:lemma4069 - skolem:lemma4070 - [ a r:Fact; r:gives {(5220 225) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2052]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2053 a r:Inference; - r:gives { - 2053 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2053 math:notEqualTo 0}] - skolem:lemma4132 - [ a r:Fact; r:gives {((2 0 5 3) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((2 0 5 3) ">=") list:sort (5 3 2 0)}] - skolem:lemma4093 - skolem:lemma4094 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2053]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2054 a r:Inference; - r:gives { - 2054 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2054 math:notEqualTo 0}] - skolem:lemma4133 - [ a r:Fact; r:gives {((2 0 5 4) "=<") list:sort (0 2 4 5)}] - [ a r:Fact; r:gives {((2 0 5 4) ">=") list:sort (5 4 2 0)}] - skolem:lemma4115 - skolem:lemma4116 - [ a r:Fact; r:gives {(5420 245) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2054]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2055 a r:Inference; - r:gives { - 2055 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2055 math:notEqualTo 0}] - skolem:lemma4134 - [ a r:Fact; r:gives {((2 0 5 5) "=<") list:sort (0 2 5 5)}] - [ a r:Fact; r:gives {((2 0 5 5) ">=") list:sort (5 5 2 0)}] - skolem:lemma4135 - skolem:lemma4136 - [ a r:Fact; r:gives {(5520 255) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2055]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2056 a r:Inference; - r:gives { - 2056 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2056 math:notEqualTo 0}] - skolem:lemma4137 - [ a r:Fact; r:gives {((2 0 5 6) "=<") list:sort (0 2 5 6)}] - [ a r:Fact; r:gives {((2 0 5 6) ">=") list:sort (6 5 2 0)}] - skolem:lemma4138 - skolem:lemma4139 - [ a r:Fact; r:gives {(6520 256) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2056]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2057 a r:Inference; - r:gives { - 2057 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2057 math:notEqualTo 0}] - skolem:lemma4140 - [ a r:Fact; r:gives {((2 0 5 7) "=<") list:sort (0 2 5 7)}] - [ a r:Fact; r:gives {((2 0 5 7) ">=") list:sort (7 5 2 0)}] - skolem:lemma4141 - skolem:lemma4142 - [ a r:Fact; r:gives {(7520 257) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2057]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2058 a r:Inference; - r:gives { - 2058 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2058 math:notEqualTo 0}] - skolem:lemma4143 - [ a r:Fact; r:gives {((2 0 5 8) "=<") list:sort (0 2 5 8)}] - [ a r:Fact; r:gives {((2 0 5 8) ">=") list:sort (8 5 2 0)}] - skolem:lemma4144 - skolem:lemma4145 - [ a r:Fact; r:gives {(8520 258) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2058]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2059 a r:Inference; - r:gives { - 2059 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2059 math:notEqualTo 0}] - skolem:lemma4146 - [ a r:Fact; r:gives {((2 0 5 9) "=<") list:sort (0 2 5 9)}] - [ a r:Fact; r:gives {((2 0 5 9) ">=") list:sort (9 5 2 0)}] - skolem:lemma4147 - skolem:lemma4148 - [ a r:Fact; r:gives {(9520 259) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2059]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2060 a r:Inference; - r:gives { - 2060 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2060 math:notEqualTo 0}] - skolem:lemma4149 - [ a r:Fact; r:gives {((2 0 6 0) "=<") list:sort (0 0 2 6)}] - [ a r:Fact; r:gives {((2 0 6 0) ">=") list:sort (6 2 0 0)}] - skolem:lemma4018 - skolem:lemma4019 - [ a r:Fact; r:gives {(6200 26) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2060]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2061 a r:Inference; - r:gives { - 2061 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2061 math:notEqualTo 0}] - skolem:lemma4150 - [ a r:Fact; r:gives {((2 0 6 1) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((2 0 6 1) ">=") list:sort (6 2 1 0)}] - skolem:lemma4046 - skolem:lemma4047 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2061]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2062 a r:Inference; - r:gives { - 2062 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2062 math:notEqualTo 0}] - skolem:lemma4151 - [ a r:Fact; r:gives {((2 0 6 2) "=<") list:sort (0 2 2 6)}] - [ a r:Fact; r:gives {((2 0 6 2) ">=") list:sort (6 2 2 0)}] - skolem:lemma4072 - skolem:lemma4073 - [ a r:Fact; r:gives {(6220 226) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2062]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2063 a r:Inference; - r:gives { - 2063 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2063 math:notEqualTo 0}] - skolem:lemma4152 - [ a r:Fact; r:gives {((2 0 6 3) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((2 0 6 3) ">=") list:sort (6 3 2 0)}] - skolem:lemma4096 - skolem:lemma4097 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2063]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2064 a r:Inference; - r:gives { - 2064 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2064 math:notEqualTo 0}] - skolem:lemma4153 - [ a r:Fact; r:gives {((2 0 6 4) "=<") list:sort (0 2 4 6)}] - [ a r:Fact; r:gives {((2 0 6 4) ">=") list:sort (6 4 2 0)}] - skolem:lemma4118 - skolem:lemma4119 - [ a r:Fact; r:gives {(6420 246) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2064]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2065 a r:Inference; - r:gives { - 2065 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2065 math:notEqualTo 0}] - skolem:lemma4154 - [ a r:Fact; r:gives {((2 0 6 5) "=<") list:sort (0 2 5 6)}] - [ a r:Fact; r:gives {((2 0 6 5) ">=") list:sort (6 5 2 0)}] - skolem:lemma4138 - skolem:lemma4139 - [ a r:Fact; r:gives {(6520 256) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2065]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2066 a r:Inference; - r:gives { - 2066 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2066 math:notEqualTo 0}] - skolem:lemma4155 - [ a r:Fact; r:gives {((2 0 6 6) "=<") list:sort (0 2 6 6)}] - [ a r:Fact; r:gives {((2 0 6 6) ">=") list:sort (6 6 2 0)}] - skolem:lemma4156 - skolem:lemma4157 - [ a r:Fact; r:gives {(6620 266) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2066]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2067 a r:Inference; - r:gives { - 2067 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2067 math:notEqualTo 0}] - skolem:lemma4158 - [ a r:Fact; r:gives {((2 0 6 7) "=<") list:sort (0 2 6 7)}] - [ a r:Fact; r:gives {((2 0 6 7) ">=") list:sort (7 6 2 0)}] - skolem:lemma4159 - skolem:lemma4160 - [ a r:Fact; r:gives {(7620 267) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2067]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2068 a r:Inference; - r:gives { - 2068 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2068 math:notEqualTo 0}] - skolem:lemma4161 - [ a r:Fact; r:gives {((2 0 6 8) "=<") list:sort (0 2 6 8)}] - [ a r:Fact; r:gives {((2 0 6 8) ">=") list:sort (8 6 2 0)}] - skolem:lemma4162 - skolem:lemma4163 - [ a r:Fact; r:gives {(8620 268) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2068]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2069 a r:Inference; - r:gives { - 2069 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2069 math:notEqualTo 0}] - skolem:lemma4164 - [ a r:Fact; r:gives {((2 0 6 9) "=<") list:sort (0 2 6 9)}] - [ a r:Fact; r:gives {((2 0 6 9) ">=") list:sort (9 6 2 0)}] - skolem:lemma4165 - skolem:lemma4166 - [ a r:Fact; r:gives {(9620 269) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2069]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2070 a r:Inference; - r:gives { - 2070 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2070 math:notEqualTo 0}] - skolem:lemma4167 - [ a r:Fact; r:gives {((2 0 7 0) "=<") list:sort (0 0 2 7)}] - [ a r:Fact; r:gives {((2 0 7 0) ">=") list:sort (7 2 0 0)}] - skolem:lemma4021 - skolem:lemma4022 - [ a r:Fact; r:gives {(7200 27) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2070]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2071 a r:Inference; - r:gives { - 2071 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2071 math:notEqualTo 0}] - skolem:lemma4168 - [ a r:Fact; r:gives {((2 0 7 1) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((2 0 7 1) ">=") list:sort (7 2 1 0)}] - skolem:lemma4049 - skolem:lemma4050 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2071]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2072 a r:Inference; - r:gives { - 2072 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2072 math:notEqualTo 0}] - skolem:lemma4169 - [ a r:Fact; r:gives {((2 0 7 2) "=<") list:sort (0 2 2 7)}] - [ a r:Fact; r:gives {((2 0 7 2) ">=") list:sort (7 2 2 0)}] - skolem:lemma4075 - skolem:lemma4076 - [ a r:Fact; r:gives {(7220 227) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2072]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2073 a r:Inference; - r:gives { - 2073 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2073 math:notEqualTo 0}] - skolem:lemma4170 - [ a r:Fact; r:gives {((2 0 7 3) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((2 0 7 3) ">=") list:sort (7 3 2 0)}] - skolem:lemma4099 - skolem:lemma4100 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2073]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2074 a r:Inference; - r:gives { - 2074 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2074 math:notEqualTo 0}] - skolem:lemma4171 - [ a r:Fact; r:gives {((2 0 7 4) "=<") list:sort (0 2 4 7)}] - [ a r:Fact; r:gives {((2 0 7 4) ">=") list:sort (7 4 2 0)}] - skolem:lemma4121 - skolem:lemma4122 - [ a r:Fact; r:gives {(7420 247) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2074]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2075 a r:Inference; - r:gives { - 2075 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2075 math:notEqualTo 0}] - skolem:lemma4172 - [ a r:Fact; r:gives {((2 0 7 5) "=<") list:sort (0 2 5 7)}] - [ a r:Fact; r:gives {((2 0 7 5) ">=") list:sort (7 5 2 0)}] - skolem:lemma4141 - skolem:lemma4142 - [ a r:Fact; r:gives {(7520 257) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2075]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2076 a r:Inference; - r:gives { - 2076 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2076 math:notEqualTo 0}] - skolem:lemma4173 - [ a r:Fact; r:gives {((2 0 7 6) "=<") list:sort (0 2 6 7)}] - [ a r:Fact; r:gives {((2 0 7 6) ">=") list:sort (7 6 2 0)}] - skolem:lemma4159 - skolem:lemma4160 - [ a r:Fact; r:gives {(7620 267) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2076]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2077 a r:Inference; - r:gives { - 2077 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2077 math:notEqualTo 0}] - skolem:lemma4174 - [ a r:Fact; r:gives {((2 0 7 7) "=<") list:sort (0 2 7 7)}] - [ a r:Fact; r:gives {((2 0 7 7) ">=") list:sort (7 7 2 0)}] - skolem:lemma4175 - skolem:lemma4176 - [ a r:Fact; r:gives {(7720 277) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2077]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2078 a r:Inference; - r:gives { - 2078 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2078 math:notEqualTo 0}] - skolem:lemma4177 - [ a r:Fact; r:gives {((2 0 7 8) "=<") list:sort (0 2 7 8)}] - [ a r:Fact; r:gives {((2 0 7 8) ">=") list:sort (8 7 2 0)}] - skolem:lemma4178 - skolem:lemma4179 - [ a r:Fact; r:gives {(8720 278) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2078]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2079 a r:Inference; - r:gives { - 2079 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2079 math:notEqualTo 0}] - skolem:lemma4180 - [ a r:Fact; r:gives {((2 0 7 9) "=<") list:sort (0 2 7 9)}] - [ a r:Fact; r:gives {((2 0 7 9) ">=") list:sort (9 7 2 0)}] - skolem:lemma4181 - skolem:lemma4182 - [ a r:Fact; r:gives {(9720 279) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2079]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2080 a r:Inference; - r:gives { - 2080 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2080 math:notEqualTo 0}] - skolem:lemma4183 - [ a r:Fact; r:gives {((2 0 8 0) "=<") list:sort (0 0 2 8)}] - [ a r:Fact; r:gives {((2 0 8 0) ">=") list:sort (8 2 0 0)}] - skolem:lemma4024 - skolem:lemma4025 - [ a r:Fact; r:gives {(8200 28) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2080]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2081 a r:Inference; - r:gives { - 2081 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2081 math:notEqualTo 0}] - skolem:lemma4184 - [ a r:Fact; r:gives {((2 0 8 1) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((2 0 8 1) ">=") list:sort (8 2 1 0)}] - skolem:lemma4052 - skolem:lemma4053 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2082 a r:Inference; - r:gives { - 2082 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2082 math:notEqualTo 0}] - skolem:lemma4185 - [ a r:Fact; r:gives {((2 0 8 2) "=<") list:sort (0 2 2 8)}] - [ a r:Fact; r:gives {((2 0 8 2) ">=") list:sort (8 2 2 0)}] - skolem:lemma4078 - skolem:lemma4079 - [ a r:Fact; r:gives {(8220 228) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2083 a r:Inference; - r:gives { - 2083 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2083 math:notEqualTo 0}] - skolem:lemma4186 - [ a r:Fact; r:gives {((2 0 8 3) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((2 0 8 3) ">=") list:sort (8 3 2 0)}] - skolem:lemma4102 - skolem:lemma4103 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2084 a r:Inference; - r:gives { - 2084 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2084 math:notEqualTo 0}] - skolem:lemma4187 - [ a r:Fact; r:gives {((2 0 8 4) "=<") list:sort (0 2 4 8)}] - [ a r:Fact; r:gives {((2 0 8 4) ">=") list:sort (8 4 2 0)}] - skolem:lemma4124 - skolem:lemma4125 - [ a r:Fact; r:gives {(8420 248) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2085 a r:Inference; - r:gives { - 2085 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2085 math:notEqualTo 0}] - skolem:lemma4188 - [ a r:Fact; r:gives {((2 0 8 5) "=<") list:sort (0 2 5 8)}] - [ a r:Fact; r:gives {((2 0 8 5) ">=") list:sort (8 5 2 0)}] - skolem:lemma4144 - skolem:lemma4145 - [ a r:Fact; r:gives {(8520 258) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2086 a r:Inference; - r:gives { - 2086 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2086 math:notEqualTo 0}] - skolem:lemma4189 - [ a r:Fact; r:gives {((2 0 8 6) "=<") list:sort (0 2 6 8)}] - [ a r:Fact; r:gives {((2 0 8 6) ">=") list:sort (8 6 2 0)}] - skolem:lemma4162 - skolem:lemma4163 - [ a r:Fact; r:gives {(8620 268) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2087 a r:Inference; - r:gives { - 2087 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2087 math:notEqualTo 0}] - skolem:lemma4190 - [ a r:Fact; r:gives {((2 0 8 7) "=<") list:sort (0 2 7 8)}] - [ a r:Fact; r:gives {((2 0 8 7) ">=") list:sort (8 7 2 0)}] - skolem:lemma4178 - skolem:lemma4179 - [ a r:Fact; r:gives {(8720 278) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2088 a r:Inference; - r:gives { - 2088 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2088 math:notEqualTo 0}] - skolem:lemma4191 - [ a r:Fact; r:gives {((2 0 8 8) "=<") list:sort (0 2 8 8)}] - [ a r:Fact; r:gives {((2 0 8 8) ">=") list:sort (8 8 2 0)}] - skolem:lemma4192 - skolem:lemma4193 - [ a r:Fact; r:gives {(8820 288) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2089 a r:Inference; - r:gives { - 2089 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2089 math:notEqualTo 0}] - skolem:lemma4194 - [ a r:Fact; r:gives {((2 0 8 9) "=<") list:sort (0 2 8 9)}] - [ a r:Fact; r:gives {((2 0 8 9) ">=") list:sort (9 8 2 0)}] - skolem:lemma4195 - skolem:lemma4196 - [ a r:Fact; r:gives {(9820 289) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2090 a r:Inference; - r:gives { - 2090 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2090 math:notEqualTo 0}] - skolem:lemma4197 - [ a r:Fact; r:gives {((2 0 9 0) "=<") list:sort (0 0 2 9)}] - [ a r:Fact; r:gives {((2 0 9 0) ">=") list:sort (9 2 0 0)}] - skolem:lemma4027 - skolem:lemma4028 - [ a r:Fact; r:gives {(9200 29) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2090]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2091 a r:Inference; - r:gives { - 2091 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2091 math:notEqualTo 0}] - skolem:lemma4198 - [ a r:Fact; r:gives {((2 0 9 1) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((2 0 9 1) ">=") list:sort (9 2 1 0)}] - skolem:lemma4055 - skolem:lemma4056 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2091]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2092 a r:Inference; - r:gives { - 2092 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2092 math:notEqualTo 0}] - skolem:lemma4199 - [ a r:Fact; r:gives {((2 0 9 2) "=<") list:sort (0 2 2 9)}] - [ a r:Fact; r:gives {((2 0 9 2) ">=") list:sort (9 2 2 0)}] - skolem:lemma4081 - skolem:lemma4082 - [ a r:Fact; r:gives {(9220 229) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2092]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2093 a r:Inference; - r:gives { - 2093 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2093 math:notEqualTo 0}] - skolem:lemma4200 - [ a r:Fact; r:gives {((2 0 9 3) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((2 0 9 3) ">=") list:sort (9 3 2 0)}] - skolem:lemma4105 - skolem:lemma4106 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2093]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2094 a r:Inference; - r:gives { - 2094 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2094 math:notEqualTo 0}] - skolem:lemma4201 - [ a r:Fact; r:gives {((2 0 9 4) "=<") list:sort (0 2 4 9)}] - [ a r:Fact; r:gives {((2 0 9 4) ">=") list:sort (9 4 2 0)}] - skolem:lemma4127 - skolem:lemma4128 - [ a r:Fact; r:gives {(9420 249) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2094]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2095 a r:Inference; - r:gives { - 2095 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2095 math:notEqualTo 0}] - skolem:lemma4202 - [ a r:Fact; r:gives {((2 0 9 5) "=<") list:sort (0 2 5 9)}] - [ a r:Fact; r:gives {((2 0 9 5) ">=") list:sort (9 5 2 0)}] - skolem:lemma4147 - skolem:lemma4148 - [ a r:Fact; r:gives {(9520 259) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2095]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2096 a r:Inference; - r:gives { - 2096 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2096 math:notEqualTo 0}] - skolem:lemma4203 - [ a r:Fact; r:gives {((2 0 9 6) "=<") list:sort (0 2 6 9)}] - [ a r:Fact; r:gives {((2 0 9 6) ">=") list:sort (9 6 2 0)}] - skolem:lemma4165 - skolem:lemma4166 - [ a r:Fact; r:gives {(9620 269) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2096]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2097 a r:Inference; - r:gives { - 2097 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2097 math:notEqualTo 0}] - skolem:lemma4204 - [ a r:Fact; r:gives {((2 0 9 7) "=<") list:sort (0 2 7 9)}] - [ a r:Fact; r:gives {((2 0 9 7) ">=") list:sort (9 7 2 0)}] - skolem:lemma4181 - skolem:lemma4182 - [ a r:Fact; r:gives {(9720 279) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2097]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2098 a r:Inference; - r:gives { - 2098 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2098 math:notEqualTo 0}] - skolem:lemma4205 - [ a r:Fact; r:gives {((2 0 9 8) "=<") list:sort (0 2 8 9)}] - [ a r:Fact; r:gives {((2 0 9 8) ">=") list:sort (9 8 2 0)}] - skolem:lemma4195 - skolem:lemma4196 - [ a r:Fact; r:gives {(9820 289) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2098]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2099 a r:Inference; - r:gives { - 2099 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2099 math:notEqualTo 0}] - skolem:lemma4206 - [ a r:Fact; r:gives {((2 0 9 9) "=<") list:sort (0 2 9 9)}] - [ a r:Fact; r:gives {((2 0 9 9) ">=") list:sort (9 9 2 0)}] - skolem:lemma4207 - skolem:lemma4208 - [ a r:Fact; r:gives {(9920 299) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2099]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 0 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2100 a r:Inference; - r:gives { - 2100 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2100 math:notEqualTo 0}] - skolem:lemma4209 - [ a r:Fact; r:gives {((2 1 0 0) "=<") list:sort (0 0 1 2)}] - [ a r:Fact; r:gives {((2 1 0 0) ">=") list:sort (2 1 0 0)}] - skolem:lemma4003 - skolem:lemma4004 - [ a r:Fact; r:gives {(2100 12) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2101 a r:Inference; - r:gives { - 2101 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2101 math:notEqualTo 0}] - skolem:lemma4210 - [ a r:Fact; r:gives {((2 1 0 1) "=<") list:sort (0 1 1 2)}] - [ a r:Fact; r:gives {((2 1 0 1) ">=") list:sort (2 1 1 0)}] - skolem:lemma4031 - skolem:lemma4032 - [ a r:Fact; r:gives {(2110 112) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2102 a r:Inference; - r:gives { - 2102 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2102 math:notEqualTo 0}] - skolem:lemma4211 - [ a r:Fact; r:gives {((2 1 0 2) "=<") list:sort (0 1 2 2)}] - [ a r:Fact; r:gives {((2 1 0 2) ">=") list:sort (2 2 1 0)}] - skolem:lemma4034 - skolem:lemma4035 - [ a r:Fact; r:gives {(2210 122) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2103 a r:Inference; - r:gives { - 2103 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2103 math:notEqualTo 0}] - skolem:lemma4212 - [ a r:Fact; r:gives {((2 1 0 3) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((2 1 0 3) ">=") list:sort (3 2 1 0)}] - skolem:lemma4037 - skolem:lemma4038 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2104 a r:Inference; - r:gives { - 2104 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2104 math:notEqualTo 0}] - skolem:lemma4213 - [ a r:Fact; r:gives {((2 1 0 4) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((2 1 0 4) ">=") list:sort (4 2 1 0)}] - skolem:lemma4040 - skolem:lemma4041 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2105 a r:Inference; - r:gives { - 2105 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2105 math:notEqualTo 0}] - skolem:lemma4214 - [ a r:Fact; r:gives {((2 1 0 5) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((2 1 0 5) ">=") list:sort (5 2 1 0)}] - skolem:lemma4043 - skolem:lemma4044 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2106 a r:Inference; - r:gives { - 2106 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2106 math:notEqualTo 0}] - skolem:lemma4215 - [ a r:Fact; r:gives {((2 1 0 6) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((2 1 0 6) ">=") list:sort (6 2 1 0)}] - skolem:lemma4046 - skolem:lemma4047 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2107 a r:Inference; - r:gives { - 2107 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2107 math:notEqualTo 0}] - skolem:lemma4216 - [ a r:Fact; r:gives {((2 1 0 7) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((2 1 0 7) ">=") list:sort (7 2 1 0)}] - skolem:lemma4049 - skolem:lemma4050 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2108 a r:Inference; - r:gives { - 2108 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2108 math:notEqualTo 0}] - skolem:lemma4217 - [ a r:Fact; r:gives {((2 1 0 8) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((2 1 0 8) ">=") list:sort (8 2 1 0)}] - skolem:lemma4052 - skolem:lemma4053 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2109 a r:Inference; - r:gives { - 2109 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2109 math:notEqualTo 0}] - skolem:lemma4218 - [ a r:Fact; r:gives {((2 1 0 9) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((2 1 0 9) ">=") list:sort (9 2 1 0)}] - skolem:lemma4055 - skolem:lemma4056 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2110 a r:Inference; - r:gives { - 2110 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2110 math:notEqualTo 0}] - skolem:lemma4219 - [ a r:Fact; r:gives {((2 1 1 0) "=<") list:sort (0 1 1 2)}] - [ a r:Fact; r:gives {((2 1 1 0) ">=") list:sort (2 1 1 0)}] - skolem:lemma4031 - skolem:lemma4032 - [ a r:Fact; r:gives {(2110 112) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2111 a r:Inference; - r:gives { - 2111 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2111 math:notEqualTo 0}] - skolem:lemma4220 - [ a r:Fact; r:gives {((2 1 1 1) "=<") list:sort (1 1 1 2)}] - [ a r:Fact; r:gives {((2 1 1 1) ">=") list:sort (2 1 1 1)}] - skolem:lemma4221 - skolem:lemma4222 - [ a r:Fact; r:gives {(2111 1112) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2112 a r:Inference; - r:gives { - 2112 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2112 math:notEqualTo 0}] - skolem:lemma4223 - [ a r:Fact; r:gives {((2 1 1 2) "=<") list:sort (1 1 2 2)}] - [ a r:Fact; r:gives {((2 1 1 2) ">=") list:sort (2 2 1 1)}] - skolem:lemma4224 - skolem:lemma4225 - [ a r:Fact; r:gives {(2211 1122) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2113 a r:Inference; - r:gives { - 2113 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2113 math:notEqualTo 0}] - skolem:lemma4226 - [ a r:Fact; r:gives {((2 1 1 3) "=<") list:sort (1 1 2 3)}] - [ a r:Fact; r:gives {((2 1 1 3) ">=") list:sort (3 2 1 1)}] - skolem:lemma4227 - skolem:lemma4228 - [ a r:Fact; r:gives {(3211 1123) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2114 a r:Inference; - r:gives { - 2114 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2114 math:notEqualTo 0}] - skolem:lemma4229 - [ a r:Fact; r:gives {((2 1 1 4) "=<") list:sort (1 1 2 4)}] - [ a r:Fact; r:gives {((2 1 1 4) ">=") list:sort (4 2 1 1)}] - skolem:lemma4230 - skolem:lemma4231 - [ a r:Fact; r:gives {(4211 1124) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2115 a r:Inference; - r:gives { - 2115 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2115 math:notEqualTo 0}] - skolem:lemma4232 - [ a r:Fact; r:gives {((2 1 1 5) "=<") list:sort (1 1 2 5)}] - [ a r:Fact; r:gives {((2 1 1 5) ">=") list:sort (5 2 1 1)}] - skolem:lemma4233 - skolem:lemma4234 - [ a r:Fact; r:gives {(5211 1125) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2116 a r:Inference; - r:gives { - 2116 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2116 math:notEqualTo 0}] - skolem:lemma4235 - [ a r:Fact; r:gives {((2 1 1 6) "=<") list:sort (1 1 2 6)}] - [ a r:Fact; r:gives {((2 1 1 6) ">=") list:sort (6 2 1 1)}] - skolem:lemma4236 - skolem:lemma4237 - [ a r:Fact; r:gives {(6211 1126) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2117 a r:Inference; - r:gives { - 2117 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2117 math:notEqualTo 0}] - skolem:lemma4238 - [ a r:Fact; r:gives {((2 1 1 7) "=<") list:sort (1 1 2 7)}] - [ a r:Fact; r:gives {((2 1 1 7) ">=") list:sort (7 2 1 1)}] - skolem:lemma4239 - skolem:lemma4240 - [ a r:Fact; r:gives {(7211 1127) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2118 a r:Inference; - r:gives { - 2118 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2118 math:notEqualTo 0}] - skolem:lemma4241 - [ a r:Fact; r:gives {((2 1 1 8) "=<") list:sort (1 1 2 8)}] - [ a r:Fact; r:gives {((2 1 1 8) ">=") list:sort (8 2 1 1)}] - skolem:lemma4242 - skolem:lemma4243 - [ a r:Fact; r:gives {(8211 1128) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2119 a r:Inference; - r:gives { - 2119 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2119 math:notEqualTo 0}] - skolem:lemma4244 - [ a r:Fact; r:gives {((2 1 1 9) "=<") list:sort (1 1 2 9)}] - [ a r:Fact; r:gives {((2 1 1 9) ">=") list:sort (9 2 1 1)}] - skolem:lemma4245 - skolem:lemma4246 - [ a r:Fact; r:gives {(9211 1129) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2120 a r:Inference; - r:gives { - 2120 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2120 math:notEqualTo 0}] - skolem:lemma4247 - [ a r:Fact; r:gives {((2 1 2 0) "=<") list:sort (0 1 2 2)}] - [ a r:Fact; r:gives {((2 1 2 0) ">=") list:sort (2 2 1 0)}] - skolem:lemma4034 - skolem:lemma4035 - [ a r:Fact; r:gives {(2210 122) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2121 a r:Inference; - r:gives { - 2121 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2121 math:notEqualTo 0}] - skolem:lemma4248 - [ a r:Fact; r:gives {((2 1 2 1) "=<") list:sort (1 1 2 2)}] - [ a r:Fact; r:gives {((2 1 2 1) ">=") list:sort (2 2 1 1)}] - skolem:lemma4224 - skolem:lemma4225 - [ a r:Fact; r:gives {(2211 1122) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2122 a r:Inference; - r:gives { - 2122 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2122 math:notEqualTo 0}] - skolem:lemma4249 - [ a r:Fact; r:gives {((2 1 2 2) "=<") list:sort (1 2 2 2)}] - [ a r:Fact; r:gives {((2 1 2 2) ">=") list:sort (2 2 2 1)}] - skolem:lemma4250 - skolem:lemma4251 - [ a r:Fact; r:gives {(2221 1222) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2123 a r:Inference; - r:gives { - 2123 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2123 math:notEqualTo 0}] - skolem:lemma4252 - [ a r:Fact; r:gives {((2 1 2 3) "=<") list:sort (1 2 2 3)}] - [ a r:Fact; r:gives {((2 1 2 3) ">=") list:sort (3 2 2 1)}] - skolem:lemma4253 - skolem:lemma4254 - [ a r:Fact; r:gives {(3221 1223) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2124 a r:Inference; - r:gives { - 2124 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2124 math:notEqualTo 0}] - skolem:lemma4255 - [ a r:Fact; r:gives {((2 1 2 4) "=<") list:sort (1 2 2 4)}] - [ a r:Fact; r:gives {((2 1 2 4) ">=") list:sort (4 2 2 1)}] - skolem:lemma4256 - skolem:lemma4257 - [ a r:Fact; r:gives {(4221 1224) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2125 a r:Inference; - r:gives { - 2125 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2125 math:notEqualTo 0}] - skolem:lemma4258 - [ a r:Fact; r:gives {((2 1 2 5) "=<") list:sort (1 2 2 5)}] - [ a r:Fact; r:gives {((2 1 2 5) ">=") list:sort (5 2 2 1)}] - skolem:lemma4259 - skolem:lemma4260 - [ a r:Fact; r:gives {(5221 1225) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2126 a r:Inference; - r:gives { - 2126 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2126 math:notEqualTo 0}] - skolem:lemma4261 - [ a r:Fact; r:gives {((2 1 2 6) "=<") list:sort (1 2 2 6)}] - [ a r:Fact; r:gives {((2 1 2 6) ">=") list:sort (6 2 2 1)}] - skolem:lemma4262 - skolem:lemma4263 - [ a r:Fact; r:gives {(6221 1226) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2127 a r:Inference; - r:gives { - 2127 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2127 math:notEqualTo 0}] - skolem:lemma4264 - [ a r:Fact; r:gives {((2 1 2 7) "=<") list:sort (1 2 2 7)}] - [ a r:Fact; r:gives {((2 1 2 7) ">=") list:sort (7 2 2 1)}] - skolem:lemma4265 - skolem:lemma4266 - [ a r:Fact; r:gives {(7221 1227) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2128 a r:Inference; - r:gives { - 2128 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2128 math:notEqualTo 0}] - skolem:lemma4267 - [ a r:Fact; r:gives {((2 1 2 8) "=<") list:sort (1 2 2 8)}] - [ a r:Fact; r:gives {((2 1 2 8) ">=") list:sort (8 2 2 1)}] - skolem:lemma4268 - skolem:lemma4269 - [ a r:Fact; r:gives {(8221 1228) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2129 a r:Inference; - r:gives { - 2129 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2129 math:notEqualTo 0}] - skolem:lemma4270 - [ a r:Fact; r:gives {((2 1 2 9) "=<") list:sort (1 2 2 9)}] - [ a r:Fact; r:gives {((2 1 2 9) ">=") list:sort (9 2 2 1)}] - skolem:lemma4271 - skolem:lemma4272 - [ a r:Fact; r:gives {(9221 1229) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2130 a r:Inference; - r:gives { - 2130 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2130 math:notEqualTo 0}] - skolem:lemma4273 - [ a r:Fact; r:gives {((2 1 3 0) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((2 1 3 0) ">=") list:sort (3 2 1 0)}] - skolem:lemma4037 - skolem:lemma4038 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2131 a r:Inference; - r:gives { - 2131 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2131 math:notEqualTo 0}] - skolem:lemma4274 - [ a r:Fact; r:gives {((2 1 3 1) "=<") list:sort (1 1 2 3)}] - [ a r:Fact; r:gives {((2 1 3 1) ">=") list:sort (3 2 1 1)}] - skolem:lemma4227 - skolem:lemma4228 - [ a r:Fact; r:gives {(3211 1123) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2132 a r:Inference; - r:gives { - 2132 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2132 math:notEqualTo 0}] - skolem:lemma4275 - [ a r:Fact; r:gives {((2 1 3 2) "=<") list:sort (1 2 2 3)}] - [ a r:Fact; r:gives {((2 1 3 2) ">=") list:sort (3 2 2 1)}] - skolem:lemma4253 - skolem:lemma4254 - [ a r:Fact; r:gives {(3221 1223) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2133 a r:Inference; - r:gives { - 2133 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2133 math:notEqualTo 0}] - skolem:lemma4276 - [ a r:Fact; r:gives {((2 1 3 3) "=<") list:sort (1 2 3 3)}] - [ a r:Fact; r:gives {((2 1 3 3) ">=") list:sort (3 3 2 1)}] - skolem:lemma4277 - skolem:lemma4278 - [ a r:Fact; r:gives {(3321 1233) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2134 a r:Inference; - r:gives { - 2134 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2134 math:notEqualTo 0}] - skolem:lemma4279 - [ a r:Fact; r:gives {((2 1 3 4) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((2 1 3 4) ">=") list:sort (4 3 2 1)}] - skolem:lemma4280 - skolem:lemma4281 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2135 a r:Inference; - r:gives { - 2135 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2135 math:notEqualTo 0}] - skolem:lemma4282 - [ a r:Fact; r:gives {((2 1 3 5) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((2 1 3 5) ">=") list:sort (5 3 2 1)}] - skolem:lemma4283 - skolem:lemma4284 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2136 a r:Inference; - r:gives { - 2136 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2136 math:notEqualTo 0}] - skolem:lemma4285 - [ a r:Fact; r:gives {((2 1 3 6) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((2 1 3 6) ">=") list:sort (6 3 2 1)}] - skolem:lemma4286 - skolem:lemma4287 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2137 a r:Inference; - r:gives { - 2137 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2137 math:notEqualTo 0}] - skolem:lemma4288 - [ a r:Fact; r:gives {((2 1 3 7) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((2 1 3 7) ">=") list:sort (7 3 2 1)}] - skolem:lemma4289 - skolem:lemma4290 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2138 a r:Inference; - r:gives { - 2138 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2138 math:notEqualTo 0}] - skolem:lemma4291 - [ a r:Fact; r:gives {((2 1 3 8) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((2 1 3 8) ">=") list:sort (8 3 2 1)}] - skolem:lemma4292 - skolem:lemma4293 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2139 a r:Inference; - r:gives { - 2139 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2139 math:notEqualTo 0}] - skolem:lemma4294 - [ a r:Fact; r:gives {((2 1 3 9) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((2 1 3 9) ">=") list:sort (9 3 2 1)}] - skolem:lemma4295 - skolem:lemma4296 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2140 a r:Inference; - r:gives { - 2140 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2140 math:notEqualTo 0}] - skolem:lemma4297 - [ a r:Fact; r:gives {((2 1 4 0) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((2 1 4 0) ">=") list:sort (4 2 1 0)}] - skolem:lemma4040 - skolem:lemma4041 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2141 a r:Inference; - r:gives { - 2141 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2141 math:notEqualTo 0}] - skolem:lemma4298 - [ a r:Fact; r:gives {((2 1 4 1) "=<") list:sort (1 1 2 4)}] - [ a r:Fact; r:gives {((2 1 4 1) ">=") list:sort (4 2 1 1)}] - skolem:lemma4230 - skolem:lemma4231 - [ a r:Fact; r:gives {(4211 1124) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2142 a r:Inference; - r:gives { - 2142 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2142 math:notEqualTo 0}] - skolem:lemma4299 - [ a r:Fact; r:gives {((2 1 4 2) "=<") list:sort (1 2 2 4)}] - [ a r:Fact; r:gives {((2 1 4 2) ">=") list:sort (4 2 2 1)}] - skolem:lemma4256 - skolem:lemma4257 - [ a r:Fact; r:gives {(4221 1224) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2143 a r:Inference; - r:gives { - 2143 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2143 math:notEqualTo 0}] - skolem:lemma4300 - [ a r:Fact; r:gives {((2 1 4 3) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((2 1 4 3) ">=") list:sort (4 3 2 1)}] - skolem:lemma4280 - skolem:lemma4281 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2144 a r:Inference; - r:gives { - 2144 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2144 math:notEqualTo 0}] - skolem:lemma4301 - [ a r:Fact; r:gives {((2 1 4 4) "=<") list:sort (1 2 4 4)}] - [ a r:Fact; r:gives {((2 1 4 4) ">=") list:sort (4 4 2 1)}] - skolem:lemma4302 - skolem:lemma4303 - [ a r:Fact; r:gives {(4421 1244) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2145 a r:Inference; - r:gives { - 2145 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2145 math:notEqualTo 0}] - skolem:lemma4304 - [ a r:Fact; r:gives {((2 1 4 5) "=<") list:sort (1 2 4 5)}] - [ a r:Fact; r:gives {((2 1 4 5) ">=") list:sort (5 4 2 1)}] - skolem:lemma4305 - skolem:lemma4306 - [ a r:Fact; r:gives {(5421 1245) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2146 a r:Inference; - r:gives { - 2146 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2146 math:notEqualTo 0}] - skolem:lemma4307 - [ a r:Fact; r:gives {((2 1 4 6) "=<") list:sort (1 2 4 6)}] - [ a r:Fact; r:gives {((2 1 4 6) ">=") list:sort (6 4 2 1)}] - skolem:lemma4308 - skolem:lemma4309 - [ a r:Fact; r:gives {(6421 1246) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2147 a r:Inference; - r:gives { - 2147 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2147 math:notEqualTo 0}] - skolem:lemma4310 - [ a r:Fact; r:gives {((2 1 4 7) "=<") list:sort (1 2 4 7)}] - [ a r:Fact; r:gives {((2 1 4 7) ">=") list:sort (7 4 2 1)}] - skolem:lemma4311 - skolem:lemma4312 - [ a r:Fact; r:gives {(7421 1247) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2148 a r:Inference; - r:gives { - 2148 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2148 math:notEqualTo 0}] - skolem:lemma4313 - [ a r:Fact; r:gives {((2 1 4 8) "=<") list:sort (1 2 4 8)}] - [ a r:Fact; r:gives {((2 1 4 8) ">=") list:sort (8 4 2 1)}] - skolem:lemma4314 - skolem:lemma4315 - [ a r:Fact; r:gives {(8421 1248) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2149 a r:Inference; - r:gives { - 2149 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2149 math:notEqualTo 0}] - skolem:lemma4316 - [ a r:Fact; r:gives {((2 1 4 9) "=<") list:sort (1 2 4 9)}] - [ a r:Fact; r:gives {((2 1 4 9) ">=") list:sort (9 4 2 1)}] - skolem:lemma4317 - skolem:lemma4318 - [ a r:Fact; r:gives {(9421 1249) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2150 a r:Inference; - r:gives { - 2150 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2150 math:notEqualTo 0}] - skolem:lemma4319 - [ a r:Fact; r:gives {((2 1 5 0) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((2 1 5 0) ">=") list:sort (5 2 1 0)}] - skolem:lemma4043 - skolem:lemma4044 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2151 a r:Inference; - r:gives { - 2151 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2151 math:notEqualTo 0}] - skolem:lemma4320 - [ a r:Fact; r:gives {((2 1 5 1) "=<") list:sort (1 1 2 5)}] - [ a r:Fact; r:gives {((2 1 5 1) ">=") list:sort (5 2 1 1)}] - skolem:lemma4233 - skolem:lemma4234 - [ a r:Fact; r:gives {(5211 1125) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2152 a r:Inference; - r:gives { - 2152 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2152 math:notEqualTo 0}] - skolem:lemma4321 - [ a r:Fact; r:gives {((2 1 5 2) "=<") list:sort (1 2 2 5)}] - [ a r:Fact; r:gives {((2 1 5 2) ">=") list:sort (5 2 2 1)}] - skolem:lemma4259 - skolem:lemma4260 - [ a r:Fact; r:gives {(5221 1225) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2153 a r:Inference; - r:gives { - 2153 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2153 math:notEqualTo 0}] - skolem:lemma4322 - [ a r:Fact; r:gives {((2 1 5 3) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((2 1 5 3) ">=") list:sort (5 3 2 1)}] - skolem:lemma4283 - skolem:lemma4284 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2154 a r:Inference; - r:gives { - 2154 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2154 math:notEqualTo 0}] - skolem:lemma4323 - [ a r:Fact; r:gives {((2 1 5 4) "=<") list:sort (1 2 4 5)}] - [ a r:Fact; r:gives {((2 1 5 4) ">=") list:sort (5 4 2 1)}] - skolem:lemma4305 - skolem:lemma4306 - [ a r:Fact; r:gives {(5421 1245) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2155 a r:Inference; - r:gives { - 2155 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2155 math:notEqualTo 0}] - skolem:lemma4324 - [ a r:Fact; r:gives {((2 1 5 5) "=<") list:sort (1 2 5 5)}] - [ a r:Fact; r:gives {((2 1 5 5) ">=") list:sort (5 5 2 1)}] - skolem:lemma4325 - skolem:lemma4326 - [ a r:Fact; r:gives {(5521 1255) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2156 a r:Inference; - r:gives { - 2156 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2156 math:notEqualTo 0}] - skolem:lemma4327 - [ a r:Fact; r:gives {((2 1 5 6) "=<") list:sort (1 2 5 6)}] - [ a r:Fact; r:gives {((2 1 5 6) ">=") list:sort (6 5 2 1)}] - skolem:lemma4328 - skolem:lemma4329 - [ a r:Fact; r:gives {(6521 1256) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2157 a r:Inference; - r:gives { - 2157 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2157 math:notEqualTo 0}] - skolem:lemma4330 - [ a r:Fact; r:gives {((2 1 5 7) "=<") list:sort (1 2 5 7)}] - [ a r:Fact; r:gives {((2 1 5 7) ">=") list:sort (7 5 2 1)}] - skolem:lemma4331 - skolem:lemma4332 - [ a r:Fact; r:gives {(7521 1257) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2158 a r:Inference; - r:gives { - 2158 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2158 math:notEqualTo 0}] - skolem:lemma4333 - [ a r:Fact; r:gives {((2 1 5 8) "=<") list:sort (1 2 5 8)}] - [ a r:Fact; r:gives {((2 1 5 8) ">=") list:sort (8 5 2 1)}] - skolem:lemma4334 - skolem:lemma4335 - [ a r:Fact; r:gives {(8521 1258) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2159 a r:Inference; - r:gives { - 2159 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2159 math:notEqualTo 0}] - skolem:lemma4336 - [ a r:Fact; r:gives {((2 1 5 9) "=<") list:sort (1 2 5 9)}] - [ a r:Fact; r:gives {((2 1 5 9) ">=") list:sort (9 5 2 1)}] - skolem:lemma4337 - skolem:lemma4338 - [ a r:Fact; r:gives {(9521 1259) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2160 a r:Inference; - r:gives { - 2160 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2160 math:notEqualTo 0}] - skolem:lemma4339 - [ a r:Fact; r:gives {((2 1 6 0) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((2 1 6 0) ">=") list:sort (6 2 1 0)}] - skolem:lemma4046 - skolem:lemma4047 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2161 a r:Inference; - r:gives { - 2161 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2161 math:notEqualTo 0}] - skolem:lemma4340 - [ a r:Fact; r:gives {((2 1 6 1) "=<") list:sort (1 1 2 6)}] - [ a r:Fact; r:gives {((2 1 6 1) ">=") list:sort (6 2 1 1)}] - skolem:lemma4236 - skolem:lemma4237 - [ a r:Fact; r:gives {(6211 1126) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2162 a r:Inference; - r:gives { - 2162 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2162 math:notEqualTo 0}] - skolem:lemma4341 - [ a r:Fact; r:gives {((2 1 6 2) "=<") list:sort (1 2 2 6)}] - [ a r:Fact; r:gives {((2 1 6 2) ">=") list:sort (6 2 2 1)}] - skolem:lemma4262 - skolem:lemma4263 - [ a r:Fact; r:gives {(6221 1226) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2163 a r:Inference; - r:gives { - 2163 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2163 math:notEqualTo 0}] - skolem:lemma4342 - [ a r:Fact; r:gives {((2 1 6 3) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((2 1 6 3) ">=") list:sort (6 3 2 1)}] - skolem:lemma4286 - skolem:lemma4287 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2164 a r:Inference; - r:gives { - 2164 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2164 math:notEqualTo 0}] - skolem:lemma4343 - [ a r:Fact; r:gives {((2 1 6 4) "=<") list:sort (1 2 4 6)}] - [ a r:Fact; r:gives {((2 1 6 4) ">=") list:sort (6 4 2 1)}] - skolem:lemma4308 - skolem:lemma4309 - [ a r:Fact; r:gives {(6421 1246) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2165 a r:Inference; - r:gives { - 2165 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2165 math:notEqualTo 0}] - skolem:lemma4344 - [ a r:Fact; r:gives {((2 1 6 5) "=<") list:sort (1 2 5 6)}] - [ a r:Fact; r:gives {((2 1 6 5) ">=") list:sort (6 5 2 1)}] - skolem:lemma4328 - skolem:lemma4329 - [ a r:Fact; r:gives {(6521 1256) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2166 a r:Inference; - r:gives { - 2166 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2166 math:notEqualTo 0}] - skolem:lemma4345 - [ a r:Fact; r:gives {((2 1 6 6) "=<") list:sort (1 2 6 6)}] - [ a r:Fact; r:gives {((2 1 6 6) ">=") list:sort (6 6 2 1)}] - skolem:lemma4346 - skolem:lemma4347 - [ a r:Fact; r:gives {(6621 1266) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2167 a r:Inference; - r:gives { - 2167 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2167 math:notEqualTo 0}] - skolem:lemma4348 - [ a r:Fact; r:gives {((2 1 6 7) "=<") list:sort (1 2 6 7)}] - [ a r:Fact; r:gives {((2 1 6 7) ">=") list:sort (7 6 2 1)}] - skolem:lemma4349 - skolem:lemma4350 - [ a r:Fact; r:gives {(7621 1267) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2168 a r:Inference; - r:gives { - 2168 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2168 math:notEqualTo 0}] - skolem:lemma4351 - [ a r:Fact; r:gives {((2 1 6 8) "=<") list:sort (1 2 6 8)}] - [ a r:Fact; r:gives {((2 1 6 8) ">=") list:sort (8 6 2 1)}] - skolem:lemma4352 - skolem:lemma4353 - [ a r:Fact; r:gives {(8621 1268) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2169 a r:Inference; - r:gives { - 2169 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2169 math:notEqualTo 0}] - skolem:lemma4354 - [ a r:Fact; r:gives {((2 1 6 9) "=<") list:sort (1 2 6 9)}] - [ a r:Fact; r:gives {((2 1 6 9) ">=") list:sort (9 6 2 1)}] - skolem:lemma4355 - skolem:lemma4356 - [ a r:Fact; r:gives {(9621 1269) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2170 a r:Inference; - r:gives { - 2170 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2170 math:notEqualTo 0}] - skolem:lemma4357 - [ a r:Fact; r:gives {((2 1 7 0) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((2 1 7 0) ">=") list:sort (7 2 1 0)}] - skolem:lemma4049 - skolem:lemma4050 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2171 a r:Inference; - r:gives { - 2171 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2171 math:notEqualTo 0}] - skolem:lemma4358 - [ a r:Fact; r:gives {((2 1 7 1) "=<") list:sort (1 1 2 7)}] - [ a r:Fact; r:gives {((2 1 7 1) ">=") list:sort (7 2 1 1)}] - skolem:lemma4239 - skolem:lemma4240 - [ a r:Fact; r:gives {(7211 1127) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2172 a r:Inference; - r:gives { - 2172 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2172 math:notEqualTo 0}] - skolem:lemma4359 - [ a r:Fact; r:gives {((2 1 7 2) "=<") list:sort (1 2 2 7)}] - [ a r:Fact; r:gives {((2 1 7 2) ">=") list:sort (7 2 2 1)}] - skolem:lemma4265 - skolem:lemma4266 - [ a r:Fact; r:gives {(7221 1227) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2173 a r:Inference; - r:gives { - 2173 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2173 math:notEqualTo 0}] - skolem:lemma4360 - [ a r:Fact; r:gives {((2 1 7 3) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((2 1 7 3) ">=") list:sort (7 3 2 1)}] - skolem:lemma4289 - skolem:lemma4290 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2174 a r:Inference; - r:gives { - 2174 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2174 math:notEqualTo 0}] - skolem:lemma4361 - [ a r:Fact; r:gives {((2 1 7 4) "=<") list:sort (1 2 4 7)}] - [ a r:Fact; r:gives {((2 1 7 4) ">=") list:sort (7 4 2 1)}] - skolem:lemma4311 - skolem:lemma4312 - [ a r:Fact; r:gives {(7421 1247) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2175 a r:Inference; - r:gives { - 2175 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2175 math:notEqualTo 0}] - skolem:lemma4362 - [ a r:Fact; r:gives {((2 1 7 5) "=<") list:sort (1 2 5 7)}] - [ a r:Fact; r:gives {((2 1 7 5) ">=") list:sort (7 5 2 1)}] - skolem:lemma4331 - skolem:lemma4332 - [ a r:Fact; r:gives {(7521 1257) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2176 a r:Inference; - r:gives { - 2176 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2176 math:notEqualTo 0}] - skolem:lemma4363 - [ a r:Fact; r:gives {((2 1 7 6) "=<") list:sort (1 2 6 7)}] - [ a r:Fact; r:gives {((2 1 7 6) ">=") list:sort (7 6 2 1)}] - skolem:lemma4349 - skolem:lemma4350 - [ a r:Fact; r:gives {(7621 1267) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2177 a r:Inference; - r:gives { - 2177 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2177 math:notEqualTo 0}] - skolem:lemma4364 - [ a r:Fact; r:gives {((2 1 7 7) "=<") list:sort (1 2 7 7)}] - [ a r:Fact; r:gives {((2 1 7 7) ">=") list:sort (7 7 2 1)}] - skolem:lemma4365 - skolem:lemma4366 - [ a r:Fact; r:gives {(7721 1277) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2178 a r:Inference; - r:gives { - 2178 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2178 math:notEqualTo 0}] - skolem:lemma4367 - [ a r:Fact; r:gives {((2 1 7 8) "=<") list:sort (1 2 7 8)}] - [ a r:Fact; r:gives {((2 1 7 8) ">=") list:sort (8 7 2 1)}] - skolem:lemma4368 - skolem:lemma4369 - [ a r:Fact; r:gives {(8721 1278) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2179 a r:Inference; - r:gives { - 2179 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2179 math:notEqualTo 0}] - skolem:lemma4370 - [ a r:Fact; r:gives {((2 1 7 9) "=<") list:sort (1 2 7 9)}] - [ a r:Fact; r:gives {((2 1 7 9) ">=") list:sort (9 7 2 1)}] - skolem:lemma4371 - skolem:lemma4372 - [ a r:Fact; r:gives {(9721 1279) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2180 a r:Inference; - r:gives { - 2180 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2180 math:notEqualTo 0}] - skolem:lemma4373 - [ a r:Fact; r:gives {((2 1 8 0) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((2 1 8 0) ">=") list:sort (8 2 1 0)}] - skolem:lemma4052 - skolem:lemma4053 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2181 a r:Inference; - r:gives { - 2181 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2181 math:notEqualTo 0}] - skolem:lemma4374 - [ a r:Fact; r:gives {((2 1 8 1) "=<") list:sort (1 1 2 8)}] - [ a r:Fact; r:gives {((2 1 8 1) ">=") list:sort (8 2 1 1)}] - skolem:lemma4242 - skolem:lemma4243 - [ a r:Fact; r:gives {(8211 1128) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2182 a r:Inference; - r:gives { - 2182 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2182 math:notEqualTo 0}] - skolem:lemma4375 - [ a r:Fact; r:gives {((2 1 8 2) "=<") list:sort (1 2 2 8)}] - [ a r:Fact; r:gives {((2 1 8 2) ">=") list:sort (8 2 2 1)}] - skolem:lemma4268 - skolem:lemma4269 - [ a r:Fact; r:gives {(8221 1228) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2183 a r:Inference; - r:gives { - 2183 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2183 math:notEqualTo 0}] - skolem:lemma4376 - [ a r:Fact; r:gives {((2 1 8 3) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((2 1 8 3) ">=") list:sort (8 3 2 1)}] - skolem:lemma4292 - skolem:lemma4293 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2184 a r:Inference; - r:gives { - 2184 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2184 math:notEqualTo 0}] - skolem:lemma4377 - [ a r:Fact; r:gives {((2 1 8 4) "=<") list:sort (1 2 4 8)}] - [ a r:Fact; r:gives {((2 1 8 4) ">=") list:sort (8 4 2 1)}] - skolem:lemma4314 - skolem:lemma4315 - [ a r:Fact; r:gives {(8421 1248) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2185 a r:Inference; - r:gives { - 2185 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2185 math:notEqualTo 0}] - skolem:lemma4378 - [ a r:Fact; r:gives {((2 1 8 5) "=<") list:sort (1 2 5 8)}] - [ a r:Fact; r:gives {((2 1 8 5) ">=") list:sort (8 5 2 1)}] - skolem:lemma4334 - skolem:lemma4335 - [ a r:Fact; r:gives {(8521 1258) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2186 a r:Inference; - r:gives { - 2186 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2186 math:notEqualTo 0}] - skolem:lemma4379 - [ a r:Fact; r:gives {((2 1 8 6) "=<") list:sort (1 2 6 8)}] - [ a r:Fact; r:gives {((2 1 8 6) ">=") list:sort (8 6 2 1)}] - skolem:lemma4352 - skolem:lemma4353 - [ a r:Fact; r:gives {(8621 1268) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2187 a r:Inference; - r:gives { - 2187 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2187 math:notEqualTo 0}] - skolem:lemma4380 - [ a r:Fact; r:gives {((2 1 8 7) "=<") list:sort (1 2 7 8)}] - [ a r:Fact; r:gives {((2 1 8 7) ">=") list:sort (8 7 2 1)}] - skolem:lemma4368 - skolem:lemma4369 - [ a r:Fact; r:gives {(8721 1278) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2188 a r:Inference; - r:gives { - 2188 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2188 math:notEqualTo 0}] - skolem:lemma4381 - [ a r:Fact; r:gives {((2 1 8 8) "=<") list:sort (1 2 8 8)}] - [ a r:Fact; r:gives {((2 1 8 8) ">=") list:sort (8 8 2 1)}] - skolem:lemma4382 - skolem:lemma4383 - [ a r:Fact; r:gives {(8821 1288) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2189 a r:Inference; - r:gives { - 2189 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2189 math:notEqualTo 0}] - skolem:lemma4384 - [ a r:Fact; r:gives {((2 1 8 9) "=<") list:sort (1 2 8 9)}] - [ a r:Fact; r:gives {((2 1 8 9) ">=") list:sort (9 8 2 1)}] - skolem:lemma4385 - skolem:lemma4386 - [ a r:Fact; r:gives {(9821 1289) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2190 a r:Inference; - r:gives { - 2190 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2190 math:notEqualTo 0}] - skolem:lemma4387 - [ a r:Fact; r:gives {((2 1 9 0) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((2 1 9 0) ">=") list:sort (9 2 1 0)}] - skolem:lemma4055 - skolem:lemma4056 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2191 a r:Inference; - r:gives { - 2191 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2191 math:notEqualTo 0}] - skolem:lemma4388 - [ a r:Fact; r:gives {((2 1 9 1) "=<") list:sort (1 1 2 9)}] - [ a r:Fact; r:gives {((2 1 9 1) ">=") list:sort (9 2 1 1)}] - skolem:lemma4245 - skolem:lemma4246 - [ a r:Fact; r:gives {(9211 1129) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2192 a r:Inference; - r:gives { - 2192 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2192 math:notEqualTo 0}] - skolem:lemma4389 - [ a r:Fact; r:gives {((2 1 9 2) "=<") list:sort (1 2 2 9)}] - [ a r:Fact; r:gives {((2 1 9 2) ">=") list:sort (9 2 2 1)}] - skolem:lemma4271 - skolem:lemma4272 - [ a r:Fact; r:gives {(9221 1229) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2193 a r:Inference; - r:gives { - 2193 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2193 math:notEqualTo 0}] - skolem:lemma4390 - [ a r:Fact; r:gives {((2 1 9 3) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((2 1 9 3) ">=") list:sort (9 3 2 1)}] - skolem:lemma4295 - skolem:lemma4296 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2194 a r:Inference; - r:gives { - 2194 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2194 math:notEqualTo 0}] - skolem:lemma4391 - [ a r:Fact; r:gives {((2 1 9 4) "=<") list:sort (1 2 4 9)}] - [ a r:Fact; r:gives {((2 1 9 4) ">=") list:sort (9 4 2 1)}] - skolem:lemma4317 - skolem:lemma4318 - [ a r:Fact; r:gives {(9421 1249) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2195 a r:Inference; - r:gives { - 2195 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2195 math:notEqualTo 0}] - skolem:lemma4392 - [ a r:Fact; r:gives {((2 1 9 5) "=<") list:sort (1 2 5 9)}] - [ a r:Fact; r:gives {((2 1 9 5) ">=") list:sort (9 5 2 1)}] - skolem:lemma4337 - skolem:lemma4338 - [ a r:Fact; r:gives {(9521 1259) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2196 a r:Inference; - r:gives { - 2196 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2196 math:notEqualTo 0}] - skolem:lemma4393 - [ a r:Fact; r:gives {((2 1 9 6) "=<") list:sort (1 2 6 9)}] - [ a r:Fact; r:gives {((2 1 9 6) ">=") list:sort (9 6 2 1)}] - skolem:lemma4355 - skolem:lemma4356 - [ a r:Fact; r:gives {(9621 1269) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2197 a r:Inference; - r:gives { - 2197 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2197 math:notEqualTo 0}] - skolem:lemma4394 - [ a r:Fact; r:gives {((2 1 9 7) "=<") list:sort (1 2 7 9)}] - [ a r:Fact; r:gives {((2 1 9 7) ">=") list:sort (9 7 2 1)}] - skolem:lemma4371 - skolem:lemma4372 - [ a r:Fact; r:gives {(9721 1279) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2198 a r:Inference; - r:gives { - 2198 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2198 math:notEqualTo 0}] - skolem:lemma4395 - [ a r:Fact; r:gives {((2 1 9 8) "=<") list:sort (1 2 8 9)}] - [ a r:Fact; r:gives {((2 1 9 8) ">=") list:sort (9 8 2 1)}] - skolem:lemma4385 - skolem:lemma4386 - [ a r:Fact; r:gives {(9821 1289) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2199 a r:Inference; - r:gives { - 2199 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2199 math:notEqualTo 0}] - skolem:lemma4396 - [ a r:Fact; r:gives {((2 1 9 9) "=<") list:sort (1 2 9 9)}] - [ a r:Fact; r:gives {((2 1 9 9) ">=") list:sort (9 9 2 1)}] - skolem:lemma4397 - skolem:lemma4398 - [ a r:Fact; r:gives {(9921 1299) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 1 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2200 a r:Inference; - r:gives { - 2200 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2200 math:notEqualTo 0}] - skolem:lemma4399 - [ a r:Fact; r:gives {((2 2 0 0) "=<") list:sort (0 0 2 2)}] - [ a r:Fact; r:gives {((2 2 0 0) ">=") list:sort (2 2 0 0)}] - skolem:lemma4006 - skolem:lemma4007 - [ a r:Fact; r:gives {(2200 22) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2201 a r:Inference; - r:gives { - 2201 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2201 math:notEqualTo 0}] - skolem:lemma4400 - [ a r:Fact; r:gives {((2 2 0 1) "=<") list:sort (0 1 2 2)}] - [ a r:Fact; r:gives {((2 2 0 1) ">=") list:sort (2 2 1 0)}] - skolem:lemma4034 - skolem:lemma4035 - [ a r:Fact; r:gives {(2210 122) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2202 a r:Inference; - r:gives { - 2202 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2202 math:notEqualTo 0}] - skolem:lemma4401 - [ a r:Fact; r:gives {((2 2 0 2) "=<") list:sort (0 2 2 2)}] - [ a r:Fact; r:gives {((2 2 0 2) ">=") list:sort (2 2 2 0)}] - skolem:lemma4060 - skolem:lemma4061 - [ a r:Fact; r:gives {(2220 222) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2203 a r:Inference; - r:gives { - 2203 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2203 math:notEqualTo 0}] - skolem:lemma4402 - [ a r:Fact; r:gives {((2 2 0 3) "=<") list:sort (0 2 2 3)}] - [ a r:Fact; r:gives {((2 2 0 3) ">=") list:sort (3 2 2 0)}] - skolem:lemma4063 - skolem:lemma4064 - [ a r:Fact; r:gives {(3220 223) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2204 a r:Inference; - r:gives { - 2204 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2204 math:notEqualTo 0}] - skolem:lemma4403 - [ a r:Fact; r:gives {((2 2 0 4) "=<") list:sort (0 2 2 4)}] - [ a r:Fact; r:gives {((2 2 0 4) ">=") list:sort (4 2 2 0)}] - skolem:lemma4066 - skolem:lemma4067 - [ a r:Fact; r:gives {(4220 224) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2205 a r:Inference; - r:gives { - 2205 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2205 math:notEqualTo 0}] - skolem:lemma4404 - [ a r:Fact; r:gives {((2 2 0 5) "=<") list:sort (0 2 2 5)}] - [ a r:Fact; r:gives {((2 2 0 5) ">=") list:sort (5 2 2 0)}] - skolem:lemma4069 - skolem:lemma4070 - [ a r:Fact; r:gives {(5220 225) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2206 a r:Inference; - r:gives { - 2206 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2206 math:notEqualTo 0}] - skolem:lemma4405 - [ a r:Fact; r:gives {((2 2 0 6) "=<") list:sort (0 2 2 6)}] - [ a r:Fact; r:gives {((2 2 0 6) ">=") list:sort (6 2 2 0)}] - skolem:lemma4072 - skolem:lemma4073 - [ a r:Fact; r:gives {(6220 226) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2207 a r:Inference; - r:gives { - 2207 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2207 math:notEqualTo 0}] - skolem:lemma4406 - [ a r:Fact; r:gives {((2 2 0 7) "=<") list:sort (0 2 2 7)}] - [ a r:Fact; r:gives {((2 2 0 7) ">=") list:sort (7 2 2 0)}] - skolem:lemma4075 - skolem:lemma4076 - [ a r:Fact; r:gives {(7220 227) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2208 a r:Inference; - r:gives { - 2208 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2208 math:notEqualTo 0}] - skolem:lemma4407 - [ a r:Fact; r:gives {((2 2 0 8) "=<") list:sort (0 2 2 8)}] - [ a r:Fact; r:gives {((2 2 0 8) ">=") list:sort (8 2 2 0)}] - skolem:lemma4078 - skolem:lemma4079 - [ a r:Fact; r:gives {(8220 228) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2209 a r:Inference; - r:gives { - 2209 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2209 math:notEqualTo 0}] - skolem:lemma4408 - [ a r:Fact; r:gives {((2 2 0 9) "=<") list:sort (0 2 2 9)}] - [ a r:Fact; r:gives {((2 2 0 9) ">=") list:sort (9 2 2 0)}] - skolem:lemma4081 - skolem:lemma4082 - [ a r:Fact; r:gives {(9220 229) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2210 a r:Inference; - r:gives { - 2210 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2210 math:notEqualTo 0}] - skolem:lemma4409 - [ a r:Fact; r:gives {((2 2 1 0) "=<") list:sort (0 1 2 2)}] - [ a r:Fact; r:gives {((2 2 1 0) ">=") list:sort (2 2 1 0)}] - skolem:lemma4034 - skolem:lemma4035 - [ a r:Fact; r:gives {(2210 122) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2211 a r:Inference; - r:gives { - 2211 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2211 math:notEqualTo 0}] - skolem:lemma4410 - [ a r:Fact; r:gives {((2 2 1 1) "=<") list:sort (1 1 2 2)}] - [ a r:Fact; r:gives {((2 2 1 1) ">=") list:sort (2 2 1 1)}] - skolem:lemma4224 - skolem:lemma4225 - [ a r:Fact; r:gives {(2211 1122) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2212 a r:Inference; - r:gives { - 2212 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2212 math:notEqualTo 0}] - skolem:lemma4411 - [ a r:Fact; r:gives {((2 2 1 2) "=<") list:sort (1 2 2 2)}] - [ a r:Fact; r:gives {((2 2 1 2) ">=") list:sort (2 2 2 1)}] - skolem:lemma4250 - skolem:lemma4251 - [ a r:Fact; r:gives {(2221 1222) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2213 a r:Inference; - r:gives { - 2213 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2213 math:notEqualTo 0}] - skolem:lemma4412 - [ a r:Fact; r:gives {((2 2 1 3) "=<") list:sort (1 2 2 3)}] - [ a r:Fact; r:gives {((2 2 1 3) ">=") list:sort (3 2 2 1)}] - skolem:lemma4253 - skolem:lemma4254 - [ a r:Fact; r:gives {(3221 1223) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2214 a r:Inference; - r:gives { - 2214 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2214 math:notEqualTo 0}] - skolem:lemma4413 - [ a r:Fact; r:gives {((2 2 1 4) "=<") list:sort (1 2 2 4)}] - [ a r:Fact; r:gives {((2 2 1 4) ">=") list:sort (4 2 2 1)}] - skolem:lemma4256 - skolem:lemma4257 - [ a r:Fact; r:gives {(4221 1224) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2215 a r:Inference; - r:gives { - 2215 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2215 math:notEqualTo 0}] - skolem:lemma4414 - [ a r:Fact; r:gives {((2 2 1 5) "=<") list:sort (1 2 2 5)}] - [ a r:Fact; r:gives {((2 2 1 5) ">=") list:sort (5 2 2 1)}] - skolem:lemma4259 - skolem:lemma4260 - [ a r:Fact; r:gives {(5221 1225) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2216 a r:Inference; - r:gives { - 2216 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2216 math:notEqualTo 0}] - skolem:lemma4415 - [ a r:Fact; r:gives {((2 2 1 6) "=<") list:sort (1 2 2 6)}] - [ a r:Fact; r:gives {((2 2 1 6) ">=") list:sort (6 2 2 1)}] - skolem:lemma4262 - skolem:lemma4263 - [ a r:Fact; r:gives {(6221 1226) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2217 a r:Inference; - r:gives { - 2217 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2217 math:notEqualTo 0}] - skolem:lemma4416 - [ a r:Fact; r:gives {((2 2 1 7) "=<") list:sort (1 2 2 7)}] - [ a r:Fact; r:gives {((2 2 1 7) ">=") list:sort (7 2 2 1)}] - skolem:lemma4265 - skolem:lemma4266 - [ a r:Fact; r:gives {(7221 1227) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2218 a r:Inference; - r:gives { - 2218 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2218 math:notEqualTo 0}] - skolem:lemma4417 - [ a r:Fact; r:gives {((2 2 1 8) "=<") list:sort (1 2 2 8)}] - [ a r:Fact; r:gives {((2 2 1 8) ">=") list:sort (8 2 2 1)}] - skolem:lemma4268 - skolem:lemma4269 - [ a r:Fact; r:gives {(8221 1228) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2219 a r:Inference; - r:gives { - 2219 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2219 math:notEqualTo 0}] - skolem:lemma4418 - [ a r:Fact; r:gives {((2 2 1 9) "=<") list:sort (1 2 2 9)}] - [ a r:Fact; r:gives {((2 2 1 9) ">=") list:sort (9 2 2 1)}] - skolem:lemma4271 - skolem:lemma4272 - [ a r:Fact; r:gives {(9221 1229) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2220 a r:Inference; - r:gives { - 2220 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2220 math:notEqualTo 0}] - skolem:lemma4419 - [ a r:Fact; r:gives {((2 2 2 0) "=<") list:sort (0 2 2 2)}] - [ a r:Fact; r:gives {((2 2 2 0) ">=") list:sort (2 2 2 0)}] - skolem:lemma4060 - skolem:lemma4061 - [ a r:Fact; r:gives {(2220 222) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2221 a r:Inference; - r:gives { - 2221 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2221 math:notEqualTo 0}] - skolem:lemma4420 - [ a r:Fact; r:gives {((2 2 2 1) "=<") list:sort (1 2 2 2)}] - [ a r:Fact; r:gives {((2 2 2 1) ">=") list:sort (2 2 2 1)}] - skolem:lemma4250 - skolem:lemma4251 - [ a r:Fact; r:gives {(2221 1222) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (2 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2222 a r:Inference; - r:gives { - 2223 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2223 math:notEqualTo 0}] - skolem:lemma4421 - [ a r:Fact; r:gives {((2 2 2 3) "=<") list:sort (2 2 2 3)}] - [ a r:Fact; r:gives {((2 2 2 3) ">=") list:sort (3 2 2 2)}] - skolem:lemma4422 - skolem:lemma4423 - [ a r:Fact; r:gives {(3222 2223) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2223 a r:Inference; - r:gives { - 2224 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2224 math:notEqualTo 0}] - skolem:lemma4424 - [ a r:Fact; r:gives {((2 2 2 4) "=<") list:sort (2 2 2 4)}] - [ a r:Fact; r:gives {((2 2 2 4) ">=") list:sort (4 2 2 2)}] - skolem:lemma4425 - skolem:lemma4426 - [ a r:Fact; r:gives {(4222 2224) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2224 a r:Inference; - r:gives { - 2225 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2225 math:notEqualTo 0}] - skolem:lemma4427 - [ a r:Fact; r:gives {((2 2 2 5) "=<") list:sort (2 2 2 5)}] - [ a r:Fact; r:gives {((2 2 2 5) ">=") list:sort (5 2 2 2)}] - skolem:lemma4428 - skolem:lemma4429 - [ a r:Fact; r:gives {(5222 2225) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2225 a r:Inference; - r:gives { - 2226 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2226 math:notEqualTo 0}] - skolem:lemma4430 - [ a r:Fact; r:gives {((2 2 2 6) "=<") list:sort (2 2 2 6)}] - [ a r:Fact; r:gives {((2 2 2 6) ">=") list:sort (6 2 2 2)}] - skolem:lemma4431 - skolem:lemma4432 - [ a r:Fact; r:gives {(6222 2226) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2226 a r:Inference; - r:gives { - 2227 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2227 math:notEqualTo 0}] - skolem:lemma4433 - [ a r:Fact; r:gives {((2 2 2 7) "=<") list:sort (2 2 2 7)}] - [ a r:Fact; r:gives {((2 2 2 7) ">=") list:sort (7 2 2 2)}] - skolem:lemma4434 - skolem:lemma4435 - [ a r:Fact; r:gives {(7222 2227) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2227 a r:Inference; - r:gives { - 2228 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2228 math:notEqualTo 0}] - skolem:lemma4436 - [ a r:Fact; r:gives {((2 2 2 8) "=<") list:sort (2 2 2 8)}] - [ a r:Fact; r:gives {((2 2 2 8) ">=") list:sort (8 2 2 2)}] - skolem:lemma4437 - skolem:lemma4438 - [ a r:Fact; r:gives {(8222 2228) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2228 a r:Inference; - r:gives { - 2229 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2229 math:notEqualTo 0}] - skolem:lemma4439 - [ a r:Fact; r:gives {((2 2 2 9) "=<") list:sort (2 2 2 9)}] - [ a r:Fact; r:gives {((2 2 2 9) ">=") list:sort (9 2 2 2)}] - skolem:lemma4440 - skolem:lemma4441 - [ a r:Fact; r:gives {(9222 2229) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2229 a r:Inference; - r:gives { - 2230 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2230 math:notEqualTo 0}] - skolem:lemma4442 - [ a r:Fact; r:gives {((2 2 3 0) "=<") list:sort (0 2 2 3)}] - [ a r:Fact; r:gives {((2 2 3 0) ">=") list:sort (3 2 2 0)}] - skolem:lemma4063 - skolem:lemma4064 - [ a r:Fact; r:gives {(3220 223) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2230 a r:Inference; - r:gives { - 2231 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2231 math:notEqualTo 0}] - skolem:lemma4443 - [ a r:Fact; r:gives {((2 2 3 1) "=<") list:sort (1 2 2 3)}] - [ a r:Fact; r:gives {((2 2 3 1) ">=") list:sort (3 2 2 1)}] - skolem:lemma4253 - skolem:lemma4254 - [ a r:Fact; r:gives {(3221 1223) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2231 a r:Inference; - r:gives { - 2232 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2232 math:notEqualTo 0}] - skolem:lemma4444 - [ a r:Fact; r:gives {((2 2 3 2) "=<") list:sort (2 2 2 3)}] - [ a r:Fact; r:gives {((2 2 3 2) ">=") list:sort (3 2 2 2)}] - skolem:lemma4422 - skolem:lemma4423 - [ a r:Fact; r:gives {(3222 2223) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2232 a r:Inference; - r:gives { - 2233 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2233 math:notEqualTo 0}] - skolem:lemma4445 - [ a r:Fact; r:gives {((2 2 3 3) "=<") list:sort (2 2 3 3)}] - [ a r:Fact; r:gives {((2 2 3 3) ">=") list:sort (3 3 2 2)}] - skolem:lemma4446 - skolem:lemma4447 - [ a r:Fact; r:gives {(3322 2233) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2233 a r:Inference; - r:gives { - 2234 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2234 math:notEqualTo 0}] - skolem:lemma4448 - [ a r:Fact; r:gives {((2 2 3 4) "=<") list:sort (2 2 3 4)}] - [ a r:Fact; r:gives {((2 2 3 4) ">=") list:sort (4 3 2 2)}] - skolem:lemma4449 - skolem:lemma4450 - [ a r:Fact; r:gives {(4322 2234) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2234 a r:Inference; - r:gives { - 2235 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2235 math:notEqualTo 0}] - skolem:lemma4451 - [ a r:Fact; r:gives {((2 2 3 5) "=<") list:sort (2 2 3 5)}] - [ a r:Fact; r:gives {((2 2 3 5) ">=") list:sort (5 3 2 2)}] - skolem:lemma4452 - skolem:lemma4453 - [ a r:Fact; r:gives {(5322 2235) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2235 a r:Inference; - r:gives { - 2236 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2236 math:notEqualTo 0}] - skolem:lemma4454 - [ a r:Fact; r:gives {((2 2 3 6) "=<") list:sort (2 2 3 6)}] - [ a r:Fact; r:gives {((2 2 3 6) ">=") list:sort (6 3 2 2)}] - skolem:lemma4455 - skolem:lemma4456 - [ a r:Fact; r:gives {(6322 2236) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2236 a r:Inference; - r:gives { - 2237 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2237 math:notEqualTo 0}] - skolem:lemma4457 - [ a r:Fact; r:gives {((2 2 3 7) "=<") list:sort (2 2 3 7)}] - [ a r:Fact; r:gives {((2 2 3 7) ">=") list:sort (7 3 2 2)}] - skolem:lemma4458 - skolem:lemma4459 - [ a r:Fact; r:gives {(7322 2237) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2237 a r:Inference; - r:gives { - 2238 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2238 math:notEqualTo 0}] - skolem:lemma4460 - [ a r:Fact; r:gives {((2 2 3 8) "=<") list:sort (2 2 3 8)}] - [ a r:Fact; r:gives {((2 2 3 8) ">=") list:sort (8 3 2 2)}] - skolem:lemma4461 - skolem:lemma4462 - [ a r:Fact; r:gives {(8322 2238) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2238 a r:Inference; - r:gives { - 2239 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2239 math:notEqualTo 0}] - skolem:lemma4463 - [ a r:Fact; r:gives {((2 2 3 9) "=<") list:sort (2 2 3 9)}] - [ a r:Fact; r:gives {((2 2 3 9) ">=") list:sort (9 3 2 2)}] - skolem:lemma4464 - skolem:lemma4465 - [ a r:Fact; r:gives {(9322 2239) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2239 a r:Inference; - r:gives { - 2240 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2240 math:notEqualTo 0}] - skolem:lemma4466 - [ a r:Fact; r:gives {((2 2 4 0) "=<") list:sort (0 2 2 4)}] - [ a r:Fact; r:gives {((2 2 4 0) ">=") list:sort (4 2 2 0)}] - skolem:lemma4066 - skolem:lemma4067 - [ a r:Fact; r:gives {(4220 224) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2240 a r:Inference; - r:gives { - 2241 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2241 math:notEqualTo 0}] - skolem:lemma4467 - [ a r:Fact; r:gives {((2 2 4 1) "=<") list:sort (1 2 2 4)}] - [ a r:Fact; r:gives {((2 2 4 1) ">=") list:sort (4 2 2 1)}] - skolem:lemma4256 - skolem:lemma4257 - [ a r:Fact; r:gives {(4221 1224) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2241 a r:Inference; - r:gives { - 2242 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2242 math:notEqualTo 0}] - skolem:lemma4468 - [ a r:Fact; r:gives {((2 2 4 2) "=<") list:sort (2 2 2 4)}] - [ a r:Fact; r:gives {((2 2 4 2) ">=") list:sort (4 2 2 2)}] - skolem:lemma4425 - skolem:lemma4426 - [ a r:Fact; r:gives {(4222 2224) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2242 a r:Inference; - r:gives { - 2243 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2243 math:notEqualTo 0}] - skolem:lemma4469 - [ a r:Fact; r:gives {((2 2 4 3) "=<") list:sort (2 2 3 4)}] - [ a r:Fact; r:gives {((2 2 4 3) ">=") list:sort (4 3 2 2)}] - skolem:lemma4449 - skolem:lemma4450 - [ a r:Fact; r:gives {(4322 2234) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2243 a r:Inference; - r:gives { - 2244 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2244 math:notEqualTo 0}] - skolem:lemma4470 - [ a r:Fact; r:gives {((2 2 4 4) "=<") list:sort (2 2 4 4)}] - [ a r:Fact; r:gives {((2 2 4 4) ">=") list:sort (4 4 2 2)}] - skolem:lemma4471 - skolem:lemma4472 - [ a r:Fact; r:gives {(4422 2244) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2244 a r:Inference; - r:gives { - 2245 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2245 math:notEqualTo 0}] - skolem:lemma4473 - [ a r:Fact; r:gives {((2 2 4 5) "=<") list:sort (2 2 4 5)}] - [ a r:Fact; r:gives {((2 2 4 5) ">=") list:sort (5 4 2 2)}] - skolem:lemma4474 - skolem:lemma4475 - [ a r:Fact; r:gives {(5422 2245) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2245 a r:Inference; - r:gives { - 2246 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2246 math:notEqualTo 0}] - skolem:lemma4476 - [ a r:Fact; r:gives {((2 2 4 6) "=<") list:sort (2 2 4 6)}] - [ a r:Fact; r:gives {((2 2 4 6) ">=") list:sort (6 4 2 2)}] - skolem:lemma4477 - skolem:lemma4478 - [ a r:Fact; r:gives {(6422 2246) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2246 a r:Inference; - r:gives { - 2247 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2247 math:notEqualTo 0}] - skolem:lemma4479 - [ a r:Fact; r:gives {((2 2 4 7) "=<") list:sort (2 2 4 7)}] - [ a r:Fact; r:gives {((2 2 4 7) ">=") list:sort (7 4 2 2)}] - skolem:lemma4480 - skolem:lemma4481 - [ a r:Fact; r:gives {(7422 2247) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2247 a r:Inference; - r:gives { - 2248 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2248 math:notEqualTo 0}] - skolem:lemma4482 - [ a r:Fact; r:gives {((2 2 4 8) "=<") list:sort (2 2 4 8)}] - [ a r:Fact; r:gives {((2 2 4 8) ">=") list:sort (8 4 2 2)}] - skolem:lemma4483 - skolem:lemma4484 - [ a r:Fact; r:gives {(8422 2248) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2248 a r:Inference; - r:gives { - 2249 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2249 math:notEqualTo 0}] - skolem:lemma4485 - [ a r:Fact; r:gives {((2 2 4 9) "=<") list:sort (2 2 4 9)}] - [ a r:Fact; r:gives {((2 2 4 9) ">=") list:sort (9 4 2 2)}] - skolem:lemma4486 - skolem:lemma4487 - [ a r:Fact; r:gives {(9422 2249) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2249 a r:Inference; - r:gives { - 2250 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2250 math:notEqualTo 0}] - skolem:lemma4488 - [ a r:Fact; r:gives {((2 2 5 0) "=<") list:sort (0 2 2 5)}] - [ a r:Fact; r:gives {((2 2 5 0) ">=") list:sort (5 2 2 0)}] - skolem:lemma4069 - skolem:lemma4070 - [ a r:Fact; r:gives {(5220 225) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2250 a r:Inference; - r:gives { - 2251 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2251 math:notEqualTo 0}] - skolem:lemma4489 - [ a r:Fact; r:gives {((2 2 5 1) "=<") list:sort (1 2 2 5)}] - [ a r:Fact; r:gives {((2 2 5 1) ">=") list:sort (5 2 2 1)}] - skolem:lemma4259 - skolem:lemma4260 - [ a r:Fact; r:gives {(5221 1225) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2251 a r:Inference; - r:gives { - 2252 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2252 math:notEqualTo 0}] - skolem:lemma4490 - [ a r:Fact; r:gives {((2 2 5 2) "=<") list:sort (2 2 2 5)}] - [ a r:Fact; r:gives {((2 2 5 2) ">=") list:sort (5 2 2 2)}] - skolem:lemma4428 - skolem:lemma4429 - [ a r:Fact; r:gives {(5222 2225) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2252 a r:Inference; - r:gives { - 2253 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2253 math:notEqualTo 0}] - skolem:lemma4491 - [ a r:Fact; r:gives {((2 2 5 3) "=<") list:sort (2 2 3 5)}] - [ a r:Fact; r:gives {((2 2 5 3) ">=") list:sort (5 3 2 2)}] - skolem:lemma4452 - skolem:lemma4453 - [ a r:Fact; r:gives {(5322 2235) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2253 a r:Inference; - r:gives { - 2254 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2254 math:notEqualTo 0}] - skolem:lemma4492 - [ a r:Fact; r:gives {((2 2 5 4) "=<") list:sort (2 2 4 5)}] - [ a r:Fact; r:gives {((2 2 5 4) ">=") list:sort (5 4 2 2)}] - skolem:lemma4474 - skolem:lemma4475 - [ a r:Fact; r:gives {(5422 2245) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2254 a r:Inference; - r:gives { - 2255 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2255 math:notEqualTo 0}] - skolem:lemma4493 - [ a r:Fact; r:gives {((2 2 5 5) "=<") list:sort (2 2 5 5)}] - [ a r:Fact; r:gives {((2 2 5 5) ">=") list:sort (5 5 2 2)}] - skolem:lemma4494 - skolem:lemma4495 - [ a r:Fact; r:gives {(5522 2255) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2255 a r:Inference; - r:gives { - 2256 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2256 math:notEqualTo 0}] - skolem:lemma4496 - [ a r:Fact; r:gives {((2 2 5 6) "=<") list:sort (2 2 5 6)}] - [ a r:Fact; r:gives {((2 2 5 6) ">=") list:sort (6 5 2 2)}] - skolem:lemma4497 - skolem:lemma4498 - [ a r:Fact; r:gives {(6522 2256) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2256 a r:Inference; - r:gives { - 2257 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2257 math:notEqualTo 0}] - skolem:lemma4499 - [ a r:Fact; r:gives {((2 2 5 7) "=<") list:sort (2 2 5 7)}] - [ a r:Fact; r:gives {((2 2 5 7) ">=") list:sort (7 5 2 2)}] - skolem:lemma4500 - skolem:lemma4501 - [ a r:Fact; r:gives {(7522 2257) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2257 a r:Inference; - r:gives { - 2258 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2258 math:notEqualTo 0}] - skolem:lemma4502 - [ a r:Fact; r:gives {((2 2 5 8) "=<") list:sort (2 2 5 8)}] - [ a r:Fact; r:gives {((2 2 5 8) ">=") list:sort (8 5 2 2)}] - skolem:lemma4503 - skolem:lemma4504 - [ a r:Fact; r:gives {(8522 2258) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2258 a r:Inference; - r:gives { - 2259 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2259 math:notEqualTo 0}] - skolem:lemma4505 - [ a r:Fact; r:gives {((2 2 5 9) "=<") list:sort (2 2 5 9)}] - [ a r:Fact; r:gives {((2 2 5 9) ">=") list:sort (9 5 2 2)}] - skolem:lemma4506 - skolem:lemma4507 - [ a r:Fact; r:gives {(9522 2259) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2259 a r:Inference; - r:gives { - 2260 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2260 math:notEqualTo 0}] - skolem:lemma4508 - [ a r:Fact; r:gives {((2 2 6 0) "=<") list:sort (0 2 2 6)}] - [ a r:Fact; r:gives {((2 2 6 0) ">=") list:sort (6 2 2 0)}] - skolem:lemma4072 - skolem:lemma4073 - [ a r:Fact; r:gives {(6220 226) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2260 a r:Inference; - r:gives { - 2261 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2261 math:notEqualTo 0}] - skolem:lemma4509 - [ a r:Fact; r:gives {((2 2 6 1) "=<") list:sort (1 2 2 6)}] - [ a r:Fact; r:gives {((2 2 6 1) ">=") list:sort (6 2 2 1)}] - skolem:lemma4262 - skolem:lemma4263 - [ a r:Fact; r:gives {(6221 1226) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2261 a r:Inference; - r:gives { - 2262 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2262 math:notEqualTo 0}] - skolem:lemma4510 - [ a r:Fact; r:gives {((2 2 6 2) "=<") list:sort (2 2 2 6)}] - [ a r:Fact; r:gives {((2 2 6 2) ">=") list:sort (6 2 2 2)}] - skolem:lemma4431 - skolem:lemma4432 - [ a r:Fact; r:gives {(6222 2226) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2262 a r:Inference; - r:gives { - 2263 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2263 math:notEqualTo 0}] - skolem:lemma4511 - [ a r:Fact; r:gives {((2 2 6 3) "=<") list:sort (2 2 3 6)}] - [ a r:Fact; r:gives {((2 2 6 3) ">=") list:sort (6 3 2 2)}] - skolem:lemma4455 - skolem:lemma4456 - [ a r:Fact; r:gives {(6322 2236) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2263 a r:Inference; - r:gives { - 2264 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2264 math:notEqualTo 0}] - skolem:lemma4512 - [ a r:Fact; r:gives {((2 2 6 4) "=<") list:sort (2 2 4 6)}] - [ a r:Fact; r:gives {((2 2 6 4) ">=") list:sort (6 4 2 2)}] - skolem:lemma4477 - skolem:lemma4478 - [ a r:Fact; r:gives {(6422 2246) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2264 a r:Inference; - r:gives { - 2265 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2265 math:notEqualTo 0}] - skolem:lemma4513 - [ a r:Fact; r:gives {((2 2 6 5) "=<") list:sort (2 2 5 6)}] - [ a r:Fact; r:gives {((2 2 6 5) ">=") list:sort (6 5 2 2)}] - skolem:lemma4497 - skolem:lemma4498 - [ a r:Fact; r:gives {(6522 2256) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2265 a r:Inference; - r:gives { - 2266 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2266 math:notEqualTo 0}] - skolem:lemma4514 - [ a r:Fact; r:gives {((2 2 6 6) "=<") list:sort (2 2 6 6)}] - [ a r:Fact; r:gives {((2 2 6 6) ">=") list:sort (6 6 2 2)}] - skolem:lemma4515 - skolem:lemma4516 - [ a r:Fact; r:gives {(6622 2266) math:difference 4356}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4356 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 4356 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2266 a r:Inference; - r:gives { - 2267 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2267 math:notEqualTo 0}] - skolem:lemma4517 - [ a r:Fact; r:gives {((2 2 6 7) "=<") list:sort (2 2 6 7)}] - [ a r:Fact; r:gives {((2 2 6 7) ">=") list:sort (7 6 2 2)}] - skolem:lemma4518 - skolem:lemma4519 - [ a r:Fact; r:gives {(7622 2267) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2267 a r:Inference; - r:gives { - 2268 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2268 math:notEqualTo 0}] - skolem:lemma4520 - [ a r:Fact; r:gives {((2 2 6 8) "=<") list:sort (2 2 6 8)}] - [ a r:Fact; r:gives {((2 2 6 8) ">=") list:sort (8 6 2 2)}] - skolem:lemma4521 - skolem:lemma4522 - [ a r:Fact; r:gives {(8622 2268) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2268 a r:Inference; - r:gives { - 2269 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2269 math:notEqualTo 0}] - skolem:lemma4523 - [ a r:Fact; r:gives {((2 2 6 9) "=<") list:sort (2 2 6 9)}] - [ a r:Fact; r:gives {((2 2 6 9) ">=") list:sort (9 6 2 2)}] - skolem:lemma4524 - skolem:lemma4525 - [ a r:Fact; r:gives {(9622 2269) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2269 a r:Inference; - r:gives { - 2270 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2270 math:notEqualTo 0}] - skolem:lemma4526 - [ a r:Fact; r:gives {((2 2 7 0) "=<") list:sort (0 2 2 7)}] - [ a r:Fact; r:gives {((2 2 7 0) ">=") list:sort (7 2 2 0)}] - skolem:lemma4075 - skolem:lemma4076 - [ a r:Fact; r:gives {(7220 227) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2270 a r:Inference; - r:gives { - 2271 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2271 math:notEqualTo 0}] - skolem:lemma4527 - [ a r:Fact; r:gives {((2 2 7 1) "=<") list:sort (1 2 2 7)}] - [ a r:Fact; r:gives {((2 2 7 1) ">=") list:sort (7 2 2 1)}] - skolem:lemma4265 - skolem:lemma4266 - [ a r:Fact; r:gives {(7221 1227) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2271 a r:Inference; - r:gives { - 2272 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2272 math:notEqualTo 0}] - skolem:lemma4528 - [ a r:Fact; r:gives {((2 2 7 2) "=<") list:sort (2 2 2 7)}] - [ a r:Fact; r:gives {((2 2 7 2) ">=") list:sort (7 2 2 2)}] - skolem:lemma4434 - skolem:lemma4435 - [ a r:Fact; r:gives {(7222 2227) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2272 a r:Inference; - r:gives { - 2273 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2273 math:notEqualTo 0}] - skolem:lemma4529 - [ a r:Fact; r:gives {((2 2 7 3) "=<") list:sort (2 2 3 7)}] - [ a r:Fact; r:gives {((2 2 7 3) ">=") list:sort (7 3 2 2)}] - skolem:lemma4458 - skolem:lemma4459 - [ a r:Fact; r:gives {(7322 2237) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2273 a r:Inference; - r:gives { - 2274 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2274 math:notEqualTo 0}] - skolem:lemma4530 - [ a r:Fact; r:gives {((2 2 7 4) "=<") list:sort (2 2 4 7)}] - [ a r:Fact; r:gives {((2 2 7 4) ">=") list:sort (7 4 2 2)}] - skolem:lemma4480 - skolem:lemma4481 - [ a r:Fact; r:gives {(7422 2247) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2274 a r:Inference; - r:gives { - 2275 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2275 math:notEqualTo 0}] - skolem:lemma4531 - [ a r:Fact; r:gives {((2 2 7 5) "=<") list:sort (2 2 5 7)}] - [ a r:Fact; r:gives {((2 2 7 5) ">=") list:sort (7 5 2 2)}] - skolem:lemma4500 - skolem:lemma4501 - [ a r:Fact; r:gives {(7522 2257) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2275 a r:Inference; - r:gives { - 2276 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2276 math:notEqualTo 0}] - skolem:lemma4532 - [ a r:Fact; r:gives {((2 2 7 6) "=<") list:sort (2 2 6 7)}] - [ a r:Fact; r:gives {((2 2 7 6) ">=") list:sort (7 6 2 2)}] - skolem:lemma4518 - skolem:lemma4519 - [ a r:Fact; r:gives {(7622 2267) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2276 a r:Inference; - r:gives { - 2277 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2277 math:notEqualTo 0}] - skolem:lemma4533 - [ a r:Fact; r:gives {((2 2 7 7) "=<") list:sort (2 2 7 7)}] - [ a r:Fact; r:gives {((2 2 7 7) ">=") list:sort (7 7 2 2)}] - skolem:lemma4534 - skolem:lemma4535 - [ a r:Fact; r:gives {(7722 2277) math:difference 5445}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5445 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5445 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2277 a r:Inference; - r:gives { - 2278 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2278 math:notEqualTo 0}] - skolem:lemma4536 - [ a r:Fact; r:gives {((2 2 7 8) "=<") list:sort (2 2 7 8)}] - [ a r:Fact; r:gives {((2 2 7 8) ">=") list:sort (8 7 2 2)}] - skolem:lemma4537 - skolem:lemma4538 - [ a r:Fact; r:gives {(8722 2278) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2278 a r:Inference; - r:gives { - 2279 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2279 math:notEqualTo 0}] - skolem:lemma4539 - [ a r:Fact; r:gives {((2 2 7 9) "=<") list:sort (2 2 7 9)}] - [ a r:Fact; r:gives {((2 2 7 9) ">=") list:sort (9 7 2 2)}] - skolem:lemma4540 - skolem:lemma4541 - [ a r:Fact; r:gives {(9722 2279) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2279 a r:Inference; - r:gives { - 2280 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2280 math:notEqualTo 0}] - skolem:lemma4542 - [ a r:Fact; r:gives {((2 2 8 0) "=<") list:sort (0 2 2 8)}] - [ a r:Fact; r:gives {((2 2 8 0) ">=") list:sort (8 2 2 0)}] - skolem:lemma4078 - skolem:lemma4079 - [ a r:Fact; r:gives {(8220 228) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2280 a r:Inference; - r:gives { - 2281 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2281 math:notEqualTo 0}] - skolem:lemma4543 - [ a r:Fact; r:gives {((2 2 8 1) "=<") list:sort (1 2 2 8)}] - [ a r:Fact; r:gives {((2 2 8 1) ">=") list:sort (8 2 2 1)}] - skolem:lemma4268 - skolem:lemma4269 - [ a r:Fact; r:gives {(8221 1228) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2281 a r:Inference; - r:gives { - 2282 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2282 math:notEqualTo 0}] - skolem:lemma4544 - [ a r:Fact; r:gives {((2 2 8 2) "=<") list:sort (2 2 2 8)}] - [ a r:Fact; r:gives {((2 2 8 2) ">=") list:sort (8 2 2 2)}] - skolem:lemma4437 - skolem:lemma4438 - [ a r:Fact; r:gives {(8222 2228) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2282 a r:Inference; - r:gives { - 2283 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2283 math:notEqualTo 0}] - skolem:lemma4545 - [ a r:Fact; r:gives {((2 2 8 3) "=<") list:sort (2 2 3 8)}] - [ a r:Fact; r:gives {((2 2 8 3) ">=") list:sort (8 3 2 2)}] - skolem:lemma4461 - skolem:lemma4462 - [ a r:Fact; r:gives {(8322 2238) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2283 a r:Inference; - r:gives { - 2284 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2284 math:notEqualTo 0}] - skolem:lemma4546 - [ a r:Fact; r:gives {((2 2 8 4) "=<") list:sort (2 2 4 8)}] - [ a r:Fact; r:gives {((2 2 8 4) ">=") list:sort (8 4 2 2)}] - skolem:lemma4483 - skolem:lemma4484 - [ a r:Fact; r:gives {(8422 2248) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2284 a r:Inference; - r:gives { - 2285 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2285 math:notEqualTo 0}] - skolem:lemma4547 - [ a r:Fact; r:gives {((2 2 8 5) "=<") list:sort (2 2 5 8)}] - [ a r:Fact; r:gives {((2 2 8 5) ">=") list:sort (8 5 2 2)}] - skolem:lemma4503 - skolem:lemma4504 - [ a r:Fact; r:gives {(8522 2258) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2285 a r:Inference; - r:gives { - 2286 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2286 math:notEqualTo 0}] - skolem:lemma4548 - [ a r:Fact; r:gives {((2 2 8 6) "=<") list:sort (2 2 6 8)}] - [ a r:Fact; r:gives {((2 2 8 6) ">=") list:sort (8 6 2 2)}] - skolem:lemma4521 - skolem:lemma4522 - [ a r:Fact; r:gives {(8622 2268) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2286 a r:Inference; - r:gives { - 2287 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2287 math:notEqualTo 0}] - skolem:lemma4549 - [ a r:Fact; r:gives {((2 2 8 7) "=<") list:sort (2 2 7 8)}] - [ a r:Fact; r:gives {((2 2 8 7) ">=") list:sort (8 7 2 2)}] - skolem:lemma4537 - skolem:lemma4538 - [ a r:Fact; r:gives {(8722 2278) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2287 a r:Inference; - r:gives { - 2288 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2288 math:notEqualTo 0}] - skolem:lemma4550 - [ a r:Fact; r:gives {((2 2 8 8) "=<") list:sort (2 2 8 8)}] - [ a r:Fact; r:gives {((2 2 8 8) ">=") list:sort (8 8 2 2)}] - skolem:lemma4551 - skolem:lemma4552 - [ a r:Fact; r:gives {(8822 2288) math:difference 6534}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6534 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6534 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2288 a r:Inference; - r:gives { - 2289 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2289 math:notEqualTo 0}] - skolem:lemma4553 - [ a r:Fact; r:gives {((2 2 8 9) "=<") list:sort (2 2 8 9)}] - [ a r:Fact; r:gives {((2 2 8 9) ">=") list:sort (9 8 2 2)}] - skolem:lemma4554 - skolem:lemma4555 - [ a r:Fact; r:gives {(9822 2289) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2289 a r:Inference; - r:gives { - 2290 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2290 math:notEqualTo 0}] - skolem:lemma4556 - [ a r:Fact; r:gives {((2 2 9 0) "=<") list:sort (0 2 2 9)}] - [ a r:Fact; r:gives {((2 2 9 0) ">=") list:sort (9 2 2 0)}] - skolem:lemma4081 - skolem:lemma4082 - [ a r:Fact; r:gives {(9220 229) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2290 a r:Inference; - r:gives { - 2291 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2291 math:notEqualTo 0}] - skolem:lemma4557 - [ a r:Fact; r:gives {((2 2 9 1) "=<") list:sort (1 2 2 9)}] - [ a r:Fact; r:gives {((2 2 9 1) ">=") list:sort (9 2 2 1)}] - skolem:lemma4271 - skolem:lemma4272 - [ a r:Fact; r:gives {(9221 1229) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2291 a r:Inference; - r:gives { - 2292 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2292 math:notEqualTo 0}] - skolem:lemma4558 - [ a r:Fact; r:gives {((2 2 9 2) "=<") list:sort (2 2 2 9)}] - [ a r:Fact; r:gives {((2 2 9 2) ">=") list:sort (9 2 2 2)}] - skolem:lemma4440 - skolem:lemma4441 - [ a r:Fact; r:gives {(9222 2229) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2292 a r:Inference; - r:gives { - 2293 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2293 math:notEqualTo 0}] - skolem:lemma4559 - [ a r:Fact; r:gives {((2 2 9 3) "=<") list:sort (2 2 3 9)}] - [ a r:Fact; r:gives {((2 2 9 3) ">=") list:sort (9 3 2 2)}] - skolem:lemma4464 - skolem:lemma4465 - [ a r:Fact; r:gives {(9322 2239) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2293 a r:Inference; - r:gives { - 2294 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2294 math:notEqualTo 0}] - skolem:lemma4560 - [ a r:Fact; r:gives {((2 2 9 4) "=<") list:sort (2 2 4 9)}] - [ a r:Fact; r:gives {((2 2 9 4) ">=") list:sort (9 4 2 2)}] - skolem:lemma4486 - skolem:lemma4487 - [ a r:Fact; r:gives {(9422 2249) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2294 a r:Inference; - r:gives { - 2295 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2295 math:notEqualTo 0}] - skolem:lemma4561 - [ a r:Fact; r:gives {((2 2 9 5) "=<") list:sort (2 2 5 9)}] - [ a r:Fact; r:gives {((2 2 9 5) ">=") list:sort (9 5 2 2)}] - skolem:lemma4506 - skolem:lemma4507 - [ a r:Fact; r:gives {(9522 2259) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2295 a r:Inference; - r:gives { - 2296 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2296 math:notEqualTo 0}] - skolem:lemma4562 - [ a r:Fact; r:gives {((2 2 9 6) "=<") list:sort (2 2 6 9)}] - [ a r:Fact; r:gives {((2 2 9 6) ">=") list:sort (9 6 2 2)}] - skolem:lemma4524 - skolem:lemma4525 - [ a r:Fact; r:gives {(9622 2269) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2296 a r:Inference; - r:gives { - 2297 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2297 math:notEqualTo 0}] - skolem:lemma4563 - [ a r:Fact; r:gives {((2 2 9 7) "=<") list:sort (2 2 7 9)}] - [ a r:Fact; r:gives {((2 2 9 7) ">=") list:sort (9 7 2 2)}] - skolem:lemma4540 - skolem:lemma4541 - [ a r:Fact; r:gives {(9722 2279) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2297 a r:Inference; - r:gives { - 2298 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2298 math:notEqualTo 0}] - skolem:lemma4564 - [ a r:Fact; r:gives {((2 2 9 8) "=<") list:sort (2 2 8 9)}] - [ a r:Fact; r:gives {((2 2 9 8) ">=") list:sort (9 8 2 2)}] - skolem:lemma4554 - skolem:lemma4555 - [ a r:Fact; r:gives {(9822 2289) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2298 a r:Inference; - r:gives { - 2299 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2299 math:notEqualTo 0}] - skolem:lemma4565 - [ a r:Fact; r:gives {((2 2 9 9) "=<") list:sort (2 2 9 9)}] - [ a r:Fact; r:gives {((2 2 9 9) ">=") list:sort (9 9 2 2)}] - skolem:lemma4566 - skolem:lemma4567 - [ a r:Fact; r:gives {(9922 2299) math:difference 7623}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7623 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7623 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2299 a r:Inference; - r:gives { - 2300 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2300 math:notEqualTo 0}] - skolem:lemma4568 - [ a r:Fact; r:gives {((2 3 0 0) "=<") list:sort (0 0 2 3)}] - [ a r:Fact; r:gives {((2 3 0 0) ">=") list:sort (3 2 0 0)}] - skolem:lemma4009 - skolem:lemma4010 - [ a r:Fact; r:gives {(3200 23) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2300 a r:Inference; - r:gives { - 2301 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2301 math:notEqualTo 0}] - skolem:lemma4569 - [ a r:Fact; r:gives {((2 3 0 1) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((2 3 0 1) ">=") list:sort (3 2 1 0)}] - skolem:lemma4037 - skolem:lemma4038 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2301 a r:Inference; - r:gives { - 2302 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2302 math:notEqualTo 0}] - skolem:lemma4570 - [ a r:Fact; r:gives {((2 3 0 2) "=<") list:sort (0 2 2 3)}] - [ a r:Fact; r:gives {((2 3 0 2) ">=") list:sort (3 2 2 0)}] - skolem:lemma4063 - skolem:lemma4064 - [ a r:Fact; r:gives {(3220 223) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2302 a r:Inference; - r:gives { - 2303 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2303 math:notEqualTo 0}] - skolem:lemma4571 - [ a r:Fact; r:gives {((2 3 0 3) "=<") list:sort (0 2 3 3)}] - [ a r:Fact; r:gives {((2 3 0 3) ">=") list:sort (3 3 2 0)}] - skolem:lemma4087 - skolem:lemma4088 - [ a r:Fact; r:gives {(3320 233) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2303 a r:Inference; - r:gives { - 2304 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2304 math:notEqualTo 0}] - skolem:lemma4572 - [ a r:Fact; r:gives {((2 3 0 4) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((2 3 0 4) ">=") list:sort (4 3 2 0)}] - skolem:lemma4090 - skolem:lemma4091 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2304 a r:Inference; - r:gives { - 2305 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2305 math:notEqualTo 0}] - skolem:lemma4573 - [ a r:Fact; r:gives {((2 3 0 5) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((2 3 0 5) ">=") list:sort (5 3 2 0)}] - skolem:lemma4093 - skolem:lemma4094 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2305 a r:Inference; - r:gives { - 2306 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2306 math:notEqualTo 0}] - skolem:lemma4574 - [ a r:Fact; r:gives {((2 3 0 6) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((2 3 0 6) ">=") list:sort (6 3 2 0)}] - skolem:lemma4096 - skolem:lemma4097 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2306 a r:Inference; - r:gives { - 2307 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2307 math:notEqualTo 0}] - skolem:lemma4575 - [ a r:Fact; r:gives {((2 3 0 7) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((2 3 0 7) ">=") list:sort (7 3 2 0)}] - skolem:lemma4099 - skolem:lemma4100 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2307 a r:Inference; - r:gives { - 2308 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2308 math:notEqualTo 0}] - skolem:lemma4576 - [ a r:Fact; r:gives {((2 3 0 8) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((2 3 0 8) ">=") list:sort (8 3 2 0)}] - skolem:lemma4102 - skolem:lemma4103 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2308 a r:Inference; - r:gives { - 2309 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2309 math:notEqualTo 0}] - skolem:lemma4577 - [ a r:Fact; r:gives {((2 3 0 9) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((2 3 0 9) ">=") list:sort (9 3 2 0)}] - skolem:lemma4105 - skolem:lemma4106 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2309 a r:Inference; - r:gives { - 2310 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2310 math:notEqualTo 0}] - skolem:lemma4578 - [ a r:Fact; r:gives {((2 3 1 0) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((2 3 1 0) ">=") list:sort (3 2 1 0)}] - skolem:lemma4037 - skolem:lemma4038 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2310 a r:Inference; - r:gives { - 2311 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2311 math:notEqualTo 0}] - skolem:lemma4579 - [ a r:Fact; r:gives {((2 3 1 1) "=<") list:sort (1 1 2 3)}] - [ a r:Fact; r:gives {((2 3 1 1) ">=") list:sort (3 2 1 1)}] - skolem:lemma4227 - skolem:lemma4228 - [ a r:Fact; r:gives {(3211 1123) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2311 a r:Inference; - r:gives { - 2312 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2312 math:notEqualTo 0}] - skolem:lemma4580 - [ a r:Fact; r:gives {((2 3 1 2) "=<") list:sort (1 2 2 3)}] - [ a r:Fact; r:gives {((2 3 1 2) ">=") list:sort (3 2 2 1)}] - skolem:lemma4253 - skolem:lemma4254 - [ a r:Fact; r:gives {(3221 1223) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2312 a r:Inference; - r:gives { - 2313 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2313 math:notEqualTo 0}] - skolem:lemma4581 - [ a r:Fact; r:gives {((2 3 1 3) "=<") list:sort (1 2 3 3)}] - [ a r:Fact; r:gives {((2 3 1 3) ">=") list:sort (3 3 2 1)}] - skolem:lemma4277 - skolem:lemma4278 - [ a r:Fact; r:gives {(3321 1233) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2313 a r:Inference; - r:gives { - 2314 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2314 math:notEqualTo 0}] - skolem:lemma4582 - [ a r:Fact; r:gives {((2 3 1 4) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((2 3 1 4) ">=") list:sort (4 3 2 1)}] - skolem:lemma4280 - skolem:lemma4281 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2314 a r:Inference; - r:gives { - 2315 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2315 math:notEqualTo 0}] - skolem:lemma4583 - [ a r:Fact; r:gives {((2 3 1 5) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((2 3 1 5) ">=") list:sort (5 3 2 1)}] - skolem:lemma4283 - skolem:lemma4284 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2315 a r:Inference; - r:gives { - 2316 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2316 math:notEqualTo 0}] - skolem:lemma4584 - [ a r:Fact; r:gives {((2 3 1 6) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((2 3 1 6) ">=") list:sort (6 3 2 1)}] - skolem:lemma4286 - skolem:lemma4287 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2316 a r:Inference; - r:gives { - 2317 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2317 math:notEqualTo 0}] - skolem:lemma4585 - [ a r:Fact; r:gives {((2 3 1 7) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((2 3 1 7) ">=") list:sort (7 3 2 1)}] - skolem:lemma4289 - skolem:lemma4290 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2317 a r:Inference; - r:gives { - 2318 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2318 math:notEqualTo 0}] - skolem:lemma4586 - [ a r:Fact; r:gives {((2 3 1 8) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((2 3 1 8) ">=") list:sort (8 3 2 1)}] - skolem:lemma4292 - skolem:lemma4293 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2318 a r:Inference; - r:gives { - 2319 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2319 math:notEqualTo 0}] - skolem:lemma4587 - [ a r:Fact; r:gives {((2 3 1 9) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((2 3 1 9) ">=") list:sort (9 3 2 1)}] - skolem:lemma4295 - skolem:lemma4296 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2319 a r:Inference; - r:gives { - 2320 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2320 math:notEqualTo 0}] - skolem:lemma4588 - [ a r:Fact; r:gives {((2 3 2 0) "=<") list:sort (0 2 2 3)}] - [ a r:Fact; r:gives {((2 3 2 0) ">=") list:sort (3 2 2 0)}] - skolem:lemma4063 - skolem:lemma4064 - [ a r:Fact; r:gives {(3220 223) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2320 a r:Inference; - r:gives { - 2321 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2321 math:notEqualTo 0}] - skolem:lemma4589 - [ a r:Fact; r:gives {((2 3 2 1) "=<") list:sort (1 2 2 3)}] - [ a r:Fact; r:gives {((2 3 2 1) ">=") list:sort (3 2 2 1)}] - skolem:lemma4253 - skolem:lemma4254 - [ a r:Fact; r:gives {(3221 1223) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2321 a r:Inference; - r:gives { - 2322 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2322 math:notEqualTo 0}] - skolem:lemma4590 - [ a r:Fact; r:gives {((2 3 2 2) "=<") list:sort (2 2 2 3)}] - [ a r:Fact; r:gives {((2 3 2 2) ">=") list:sort (3 2 2 2)}] - skolem:lemma4422 - skolem:lemma4423 - [ a r:Fact; r:gives {(3222 2223) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2322 a r:Inference; - r:gives { - 2323 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2323 math:notEqualTo 0}] - skolem:lemma4591 - [ a r:Fact; r:gives {((2 3 2 3) "=<") list:sort (2 2 3 3)}] - [ a r:Fact; r:gives {((2 3 2 3) ">=") list:sort (3 3 2 2)}] - skolem:lemma4446 - skolem:lemma4447 - [ a r:Fact; r:gives {(3322 2233) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2323 a r:Inference; - r:gives { - 2324 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2324 math:notEqualTo 0}] - skolem:lemma4592 - [ a r:Fact; r:gives {((2 3 2 4) "=<") list:sort (2 2 3 4)}] - [ a r:Fact; r:gives {((2 3 2 4) ">=") list:sort (4 3 2 2)}] - skolem:lemma4449 - skolem:lemma4450 - [ a r:Fact; r:gives {(4322 2234) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2324 a r:Inference; - r:gives { - 2325 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2325 math:notEqualTo 0}] - skolem:lemma4593 - [ a r:Fact; r:gives {((2 3 2 5) "=<") list:sort (2 2 3 5)}] - [ a r:Fact; r:gives {((2 3 2 5) ">=") list:sort (5 3 2 2)}] - skolem:lemma4452 - skolem:lemma4453 - [ a r:Fact; r:gives {(5322 2235) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2325 a r:Inference; - r:gives { - 2326 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2326 math:notEqualTo 0}] - skolem:lemma4594 - [ a r:Fact; r:gives {((2 3 2 6) "=<") list:sort (2 2 3 6)}] - [ a r:Fact; r:gives {((2 3 2 6) ">=") list:sort (6 3 2 2)}] - skolem:lemma4455 - skolem:lemma4456 - [ a r:Fact; r:gives {(6322 2236) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2326 a r:Inference; - r:gives { - 2327 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2327 math:notEqualTo 0}] - skolem:lemma4595 - [ a r:Fact; r:gives {((2 3 2 7) "=<") list:sort (2 2 3 7)}] - [ a r:Fact; r:gives {((2 3 2 7) ">=") list:sort (7 3 2 2)}] - skolem:lemma4458 - skolem:lemma4459 - [ a r:Fact; r:gives {(7322 2237) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2327 a r:Inference; - r:gives { - 2328 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2328 math:notEqualTo 0}] - skolem:lemma4596 - [ a r:Fact; r:gives {((2 3 2 8) "=<") list:sort (2 2 3 8)}] - [ a r:Fact; r:gives {((2 3 2 8) ">=") list:sort (8 3 2 2)}] - skolem:lemma4461 - skolem:lemma4462 - [ a r:Fact; r:gives {(8322 2238) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2328 a r:Inference; - r:gives { - 2329 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2329 math:notEqualTo 0}] - skolem:lemma4597 - [ a r:Fact; r:gives {((2 3 2 9) "=<") list:sort (2 2 3 9)}] - [ a r:Fact; r:gives {((2 3 2 9) ">=") list:sort (9 3 2 2)}] - skolem:lemma4464 - skolem:lemma4465 - [ a r:Fact; r:gives {(9322 2239) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2329 a r:Inference; - r:gives { - 2330 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2330 math:notEqualTo 0}] - skolem:lemma4598 - [ a r:Fact; r:gives {((2 3 3 0) "=<") list:sort (0 2 3 3)}] - [ a r:Fact; r:gives {((2 3 3 0) ">=") list:sort (3 3 2 0)}] - skolem:lemma4087 - skolem:lemma4088 - [ a r:Fact; r:gives {(3320 233) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2330 a r:Inference; - r:gives { - 2331 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2331 math:notEqualTo 0}] - skolem:lemma4599 - [ a r:Fact; r:gives {((2 3 3 1) "=<") list:sort (1 2 3 3)}] - [ a r:Fact; r:gives {((2 3 3 1) ">=") list:sort (3 3 2 1)}] - skolem:lemma4277 - skolem:lemma4278 - [ a r:Fact; r:gives {(3321 1233) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2331 a r:Inference; - r:gives { - 2332 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2332 math:notEqualTo 0}] - skolem:lemma4600 - [ a r:Fact; r:gives {((2 3 3 2) "=<") list:sort (2 2 3 3)}] - [ a r:Fact; r:gives {((2 3 3 2) ">=") list:sort (3 3 2 2)}] - skolem:lemma4446 - skolem:lemma4447 - [ a r:Fact; r:gives {(3322 2233) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2332 a r:Inference; - r:gives { - 2333 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2333 math:notEqualTo 0}] - skolem:lemma4601 - [ a r:Fact; r:gives {((2 3 3 3) "=<") list:sort (2 3 3 3)}] - [ a r:Fact; r:gives {((2 3 3 3) ">=") list:sort (3 3 3 2)}] - skolem:lemma4602 - skolem:lemma4603 - [ a r:Fact; r:gives {(3332 2333) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2333 a r:Inference; - r:gives { - 2334 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2334 math:notEqualTo 0}] - skolem:lemma4604 - [ a r:Fact; r:gives {((2 3 3 4) "=<") list:sort (2 3 3 4)}] - [ a r:Fact; r:gives {((2 3 3 4) ">=") list:sort (4 3 3 2)}] - skolem:lemma4605 - skolem:lemma4606 - [ a r:Fact; r:gives {(4332 2334) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2334 a r:Inference; - r:gives { - 2335 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2335 math:notEqualTo 0}] - skolem:lemma4607 - [ a r:Fact; r:gives {((2 3 3 5) "=<") list:sort (2 3 3 5)}] - [ a r:Fact; r:gives {((2 3 3 5) ">=") list:sort (5 3 3 2)}] - skolem:lemma4608 - skolem:lemma4609 - [ a r:Fact; r:gives {(5332 2335) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2335 a r:Inference; - r:gives { - 2336 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2336 math:notEqualTo 0}] - skolem:lemma4610 - [ a r:Fact; r:gives {((2 3 3 6) "=<") list:sort (2 3 3 6)}] - [ a r:Fact; r:gives {((2 3 3 6) ">=") list:sort (6 3 3 2)}] - skolem:lemma4611 - skolem:lemma4612 - [ a r:Fact; r:gives {(6332 2336) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2336 a r:Inference; - r:gives { - 2337 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2337 math:notEqualTo 0}] - skolem:lemma4613 - [ a r:Fact; r:gives {((2 3 3 7) "=<") list:sort (2 3 3 7)}] - [ a r:Fact; r:gives {((2 3 3 7) ">=") list:sort (7 3 3 2)}] - skolem:lemma4614 - skolem:lemma4615 - [ a r:Fact; r:gives {(7332 2337) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2337 a r:Inference; - r:gives { - 2338 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2338 math:notEqualTo 0}] - skolem:lemma4616 - [ a r:Fact; r:gives {((2 3 3 8) "=<") list:sort (2 3 3 8)}] - [ a r:Fact; r:gives {((2 3 3 8) ">=") list:sort (8 3 3 2)}] - skolem:lemma4617 - skolem:lemma4618 - [ a r:Fact; r:gives {(8332 2338) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2338 a r:Inference; - r:gives { - 2339 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2339 math:notEqualTo 0}] - skolem:lemma4619 - [ a r:Fact; r:gives {((2 3 3 9) "=<") list:sort (2 3 3 9)}] - [ a r:Fact; r:gives {((2 3 3 9) ">=") list:sort (9 3 3 2)}] - skolem:lemma4620 - skolem:lemma4621 - [ a r:Fact; r:gives {(9332 2339) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2339 a r:Inference; - r:gives { - 2340 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2340 math:notEqualTo 0}] - skolem:lemma4622 - [ a r:Fact; r:gives {((2 3 4 0) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((2 3 4 0) ">=") list:sort (4 3 2 0)}] - skolem:lemma4090 - skolem:lemma4091 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2340 a r:Inference; - r:gives { - 2341 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2341 math:notEqualTo 0}] - skolem:lemma4623 - [ a r:Fact; r:gives {((2 3 4 1) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((2 3 4 1) ">=") list:sort (4 3 2 1)}] - skolem:lemma4280 - skolem:lemma4281 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2341 a r:Inference; - r:gives { - 2342 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2342 math:notEqualTo 0}] - skolem:lemma4624 - [ a r:Fact; r:gives {((2 3 4 2) "=<") list:sort (2 2 3 4)}] - [ a r:Fact; r:gives {((2 3 4 2) ">=") list:sort (4 3 2 2)}] - skolem:lemma4449 - skolem:lemma4450 - [ a r:Fact; r:gives {(4322 2234) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2342 a r:Inference; - r:gives { - 2343 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2343 math:notEqualTo 0}] - skolem:lemma4625 - [ a r:Fact; r:gives {((2 3 4 3) "=<") list:sort (2 3 3 4)}] - [ a r:Fact; r:gives {((2 3 4 3) ">=") list:sort (4 3 3 2)}] - skolem:lemma4605 - skolem:lemma4606 - [ a r:Fact; r:gives {(4332 2334) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2343 a r:Inference; - r:gives { - 2344 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2344 math:notEqualTo 0}] - skolem:lemma4626 - [ a r:Fact; r:gives {((2 3 4 4) "=<") list:sort (2 3 4 4)}] - [ a r:Fact; r:gives {((2 3 4 4) ">=") list:sort (4 4 3 2)}] - skolem:lemma4627 - skolem:lemma4628 - [ a r:Fact; r:gives {(4432 2344) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2344 a r:Inference; - r:gives { - 2345 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2345 math:notEqualTo 0}] - skolem:lemma4629 - [ a r:Fact; r:gives {((2 3 4 5) "=<") list:sort (2 3 4 5)}] - [ a r:Fact; r:gives {((2 3 4 5) ">=") list:sort (5 4 3 2)}] - skolem:lemma4630 - skolem:lemma4631 - [ a r:Fact; r:gives {(5432 2345) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2345 a r:Inference; - r:gives { - 2346 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2346 math:notEqualTo 0}] - skolem:lemma4632 - [ a r:Fact; r:gives {((2 3 4 6) "=<") list:sort (2 3 4 6)}] - [ a r:Fact; r:gives {((2 3 4 6) ">=") list:sort (6 4 3 2)}] - skolem:lemma4633 - skolem:lemma4634 - [ a r:Fact; r:gives {(6432 2346) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2346 a r:Inference; - r:gives { - 2347 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2347 math:notEqualTo 0}] - skolem:lemma4635 - [ a r:Fact; r:gives {((2 3 4 7) "=<") list:sort (2 3 4 7)}] - [ a r:Fact; r:gives {((2 3 4 7) ">=") list:sort (7 4 3 2)}] - skolem:lemma4636 - skolem:lemma4637 - [ a r:Fact; r:gives {(7432 2347) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2347 a r:Inference; - r:gives { - 2348 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2348 math:notEqualTo 0}] - skolem:lemma4638 - [ a r:Fact; r:gives {((2 3 4 8) "=<") list:sort (2 3 4 8)}] - [ a r:Fact; r:gives {((2 3 4 8) ">=") list:sort (8 4 3 2)}] - skolem:lemma4639 - skolem:lemma4640 - [ a r:Fact; r:gives {(8432 2348) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2348 a r:Inference; - r:gives { - 2349 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2349 math:notEqualTo 0}] - skolem:lemma4641 - [ a r:Fact; r:gives {((2 3 4 9) "=<") list:sort (2 3 4 9)}] - [ a r:Fact; r:gives {((2 3 4 9) ">=") list:sort (9 4 3 2)}] - skolem:lemma4642 - skolem:lemma4643 - [ a r:Fact; r:gives {(9432 2349) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2349 a r:Inference; - r:gives { - 2350 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2350 math:notEqualTo 0}] - skolem:lemma4644 - [ a r:Fact; r:gives {((2 3 5 0) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((2 3 5 0) ">=") list:sort (5 3 2 0)}] - skolem:lemma4093 - skolem:lemma4094 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2350 a r:Inference; - r:gives { - 2351 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2351 math:notEqualTo 0}] - skolem:lemma4645 - [ a r:Fact; r:gives {((2 3 5 1) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((2 3 5 1) ">=") list:sort (5 3 2 1)}] - skolem:lemma4283 - skolem:lemma4284 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2351 a r:Inference; - r:gives { - 2352 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2352 math:notEqualTo 0}] - skolem:lemma4646 - [ a r:Fact; r:gives {((2 3 5 2) "=<") list:sort (2 2 3 5)}] - [ a r:Fact; r:gives {((2 3 5 2) ">=") list:sort (5 3 2 2)}] - skolem:lemma4452 - skolem:lemma4453 - [ a r:Fact; r:gives {(5322 2235) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2352 a r:Inference; - r:gives { - 2353 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2353 math:notEqualTo 0}] - skolem:lemma4647 - [ a r:Fact; r:gives {((2 3 5 3) "=<") list:sort (2 3 3 5)}] - [ a r:Fact; r:gives {((2 3 5 3) ">=") list:sort (5 3 3 2)}] - skolem:lemma4608 - skolem:lemma4609 - [ a r:Fact; r:gives {(5332 2335) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2353 a r:Inference; - r:gives { - 2354 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2354 math:notEqualTo 0}] - skolem:lemma4648 - [ a r:Fact; r:gives {((2 3 5 4) "=<") list:sort (2 3 4 5)}] - [ a r:Fact; r:gives {((2 3 5 4) ">=") list:sort (5 4 3 2)}] - skolem:lemma4630 - skolem:lemma4631 - [ a r:Fact; r:gives {(5432 2345) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2354 a r:Inference; - r:gives { - 2355 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2355 math:notEqualTo 0}] - skolem:lemma4649 - [ a r:Fact; r:gives {((2 3 5 5) "=<") list:sort (2 3 5 5)}] - [ a r:Fact; r:gives {((2 3 5 5) ">=") list:sort (5 5 3 2)}] - skolem:lemma4650 - skolem:lemma4651 - [ a r:Fact; r:gives {(5532 2355) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2355 a r:Inference; - r:gives { - 2356 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2356 math:notEqualTo 0}] - skolem:lemma4652 - [ a r:Fact; r:gives {((2 3 5 6) "=<") list:sort (2 3 5 6)}] - [ a r:Fact; r:gives {((2 3 5 6) ">=") list:sort (6 5 3 2)}] - skolem:lemma4653 - skolem:lemma4654 - [ a r:Fact; r:gives {(6532 2356) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2356 a r:Inference; - r:gives { - 2357 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2357 math:notEqualTo 0}] - skolem:lemma4655 - [ a r:Fact; r:gives {((2 3 5 7) "=<") list:sort (2 3 5 7)}] - [ a r:Fact; r:gives {((2 3 5 7) ">=") list:sort (7 5 3 2)}] - skolem:lemma4656 - skolem:lemma4657 - [ a r:Fact; r:gives {(7532 2357) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2357 a r:Inference; - r:gives { - 2358 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2358 math:notEqualTo 0}] - skolem:lemma4658 - [ a r:Fact; r:gives {((2 3 5 8) "=<") list:sort (2 3 5 8)}] - [ a r:Fact; r:gives {((2 3 5 8) ">=") list:sort (8 5 3 2)}] - skolem:lemma4659 - skolem:lemma4660 - [ a r:Fact; r:gives {(8532 2358) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2358 a r:Inference; - r:gives { - 2359 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2359 math:notEqualTo 0}] - skolem:lemma4661 - [ a r:Fact; r:gives {((2 3 5 9) "=<") list:sort (2 3 5 9)}] - [ a r:Fact; r:gives {((2 3 5 9) ">=") list:sort (9 5 3 2)}] - skolem:lemma4662 - skolem:lemma4663 - [ a r:Fact; r:gives {(9532 2359) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2359 a r:Inference; - r:gives { - 2360 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2360 math:notEqualTo 0}] - skolem:lemma4664 - [ a r:Fact; r:gives {((2 3 6 0) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((2 3 6 0) ">=") list:sort (6 3 2 0)}] - skolem:lemma4096 - skolem:lemma4097 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2360 a r:Inference; - r:gives { - 2361 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2361 math:notEqualTo 0}] - skolem:lemma4665 - [ a r:Fact; r:gives {((2 3 6 1) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((2 3 6 1) ">=") list:sort (6 3 2 1)}] - skolem:lemma4286 - skolem:lemma4287 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2361 a r:Inference; - r:gives { - 2362 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2362 math:notEqualTo 0}] - skolem:lemma4666 - [ a r:Fact; r:gives {((2 3 6 2) "=<") list:sort (2 2 3 6)}] - [ a r:Fact; r:gives {((2 3 6 2) ">=") list:sort (6 3 2 2)}] - skolem:lemma4455 - skolem:lemma4456 - [ a r:Fact; r:gives {(6322 2236) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2362 a r:Inference; - r:gives { - 2363 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2363 math:notEqualTo 0}] - skolem:lemma4667 - [ a r:Fact; r:gives {((2 3 6 3) "=<") list:sort (2 3 3 6)}] - [ a r:Fact; r:gives {((2 3 6 3) ">=") list:sort (6 3 3 2)}] - skolem:lemma4611 - skolem:lemma4612 - [ a r:Fact; r:gives {(6332 2336) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2363 a r:Inference; - r:gives { - 2364 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2364 math:notEqualTo 0}] - skolem:lemma4668 - [ a r:Fact; r:gives {((2 3 6 4) "=<") list:sort (2 3 4 6)}] - [ a r:Fact; r:gives {((2 3 6 4) ">=") list:sort (6 4 3 2)}] - skolem:lemma4633 - skolem:lemma4634 - [ a r:Fact; r:gives {(6432 2346) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2364 a r:Inference; - r:gives { - 2365 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2365 math:notEqualTo 0}] - skolem:lemma4669 - [ a r:Fact; r:gives {((2 3 6 5) "=<") list:sort (2 3 5 6)}] - [ a r:Fact; r:gives {((2 3 6 5) ">=") list:sort (6 5 3 2)}] - skolem:lemma4653 - skolem:lemma4654 - [ a r:Fact; r:gives {(6532 2356) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2365 a r:Inference; - r:gives { - 2366 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2366 math:notEqualTo 0}] - skolem:lemma4670 - [ a r:Fact; r:gives {((2 3 6 6) "=<") list:sort (2 3 6 6)}] - [ a r:Fact; r:gives {((2 3 6 6) ">=") list:sort (6 6 3 2)}] - skolem:lemma4671 - skolem:lemma4672 - [ a r:Fact; r:gives {(6632 2366) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2366 a r:Inference; - r:gives { - 2367 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2367 math:notEqualTo 0}] - skolem:lemma4673 - [ a r:Fact; r:gives {((2 3 6 7) "=<") list:sort (2 3 6 7)}] - [ a r:Fact; r:gives {((2 3 6 7) ">=") list:sort (7 6 3 2)}] - skolem:lemma4674 - skolem:lemma4675 - [ a r:Fact; r:gives {(7632 2367) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2367 a r:Inference; - r:gives { - 2368 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2368 math:notEqualTo 0}] - skolem:lemma4676 - [ a r:Fact; r:gives {((2 3 6 8) "=<") list:sort (2 3 6 8)}] - [ a r:Fact; r:gives {((2 3 6 8) ">=") list:sort (8 6 3 2)}] - skolem:lemma4677 - skolem:lemma4678 - [ a r:Fact; r:gives {(8632 2368) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2368 a r:Inference; - r:gives { - 2369 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2369 math:notEqualTo 0}] - skolem:lemma4679 - [ a r:Fact; r:gives {((2 3 6 9) "=<") list:sort (2 3 6 9)}] - [ a r:Fact; r:gives {((2 3 6 9) ">=") list:sort (9 6 3 2)}] - skolem:lemma4680 - skolem:lemma4681 - [ a r:Fact; r:gives {(9632 2369) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2369 a r:Inference; - r:gives { - 2370 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2370 math:notEqualTo 0}] - skolem:lemma4682 - [ a r:Fact; r:gives {((2 3 7 0) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((2 3 7 0) ">=") list:sort (7 3 2 0)}] - skolem:lemma4099 - skolem:lemma4100 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2370 a r:Inference; - r:gives { - 2371 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2371 math:notEqualTo 0}] - skolem:lemma4683 - [ a r:Fact; r:gives {((2 3 7 1) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((2 3 7 1) ">=") list:sort (7 3 2 1)}] - skolem:lemma4289 - skolem:lemma4290 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2371 a r:Inference; - r:gives { - 2372 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2372 math:notEqualTo 0}] - skolem:lemma4684 - [ a r:Fact; r:gives {((2 3 7 2) "=<") list:sort (2 2 3 7)}] - [ a r:Fact; r:gives {((2 3 7 2) ">=") list:sort (7 3 2 2)}] - skolem:lemma4458 - skolem:lemma4459 - [ a r:Fact; r:gives {(7322 2237) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2372 a r:Inference; - r:gives { - 2373 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2373 math:notEqualTo 0}] - skolem:lemma4685 - [ a r:Fact; r:gives {((2 3 7 3) "=<") list:sort (2 3 3 7)}] - [ a r:Fact; r:gives {((2 3 7 3) ">=") list:sort (7 3 3 2)}] - skolem:lemma4614 - skolem:lemma4615 - [ a r:Fact; r:gives {(7332 2337) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2373 a r:Inference; - r:gives { - 2374 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2374 math:notEqualTo 0}] - skolem:lemma4686 - [ a r:Fact; r:gives {((2 3 7 4) "=<") list:sort (2 3 4 7)}] - [ a r:Fact; r:gives {((2 3 7 4) ">=") list:sort (7 4 3 2)}] - skolem:lemma4636 - skolem:lemma4637 - [ a r:Fact; r:gives {(7432 2347) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2374 a r:Inference; - r:gives { - 2375 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2375 math:notEqualTo 0}] - skolem:lemma4687 - [ a r:Fact; r:gives {((2 3 7 5) "=<") list:sort (2 3 5 7)}] - [ a r:Fact; r:gives {((2 3 7 5) ">=") list:sort (7 5 3 2)}] - skolem:lemma4656 - skolem:lemma4657 - [ a r:Fact; r:gives {(7532 2357) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2375 a r:Inference; - r:gives { - 2376 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2376 math:notEqualTo 0}] - skolem:lemma4688 - [ a r:Fact; r:gives {((2 3 7 6) "=<") list:sort (2 3 6 7)}] - [ a r:Fact; r:gives {((2 3 7 6) ">=") list:sort (7 6 3 2)}] - skolem:lemma4674 - skolem:lemma4675 - [ a r:Fact; r:gives {(7632 2367) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2376 a r:Inference; - r:gives { - 2377 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2377 math:notEqualTo 0}] - skolem:lemma4689 - [ a r:Fact; r:gives {((2 3 7 7) "=<") list:sort (2 3 7 7)}] - [ a r:Fact; r:gives {((2 3 7 7) ">=") list:sort (7 7 3 2)}] - skolem:lemma4690 - skolem:lemma4691 - [ a r:Fact; r:gives {(7732 2377) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2377 a r:Inference; - r:gives { - 2378 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2378 math:notEqualTo 0}] - skolem:lemma4692 - [ a r:Fact; r:gives {((2 3 7 8) "=<") list:sort (2 3 7 8)}] - [ a r:Fact; r:gives {((2 3 7 8) ">=") list:sort (8 7 3 2)}] - skolem:lemma4693 - skolem:lemma4694 - [ a r:Fact; r:gives {(8732 2378) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2378 a r:Inference; - r:gives { - 2379 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2379 math:notEqualTo 0}] - skolem:lemma4695 - [ a r:Fact; r:gives {((2 3 7 9) "=<") list:sort (2 3 7 9)}] - [ a r:Fact; r:gives {((2 3 7 9) ">=") list:sort (9 7 3 2)}] - skolem:lemma4696 - skolem:lemma4697 - [ a r:Fact; r:gives {(9732 2379) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2379 a r:Inference; - r:gives { - 2380 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2380 math:notEqualTo 0}] - skolem:lemma4698 - [ a r:Fact; r:gives {((2 3 8 0) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((2 3 8 0) ">=") list:sort (8 3 2 0)}] - skolem:lemma4102 - skolem:lemma4103 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2380 a r:Inference; - r:gives { - 2381 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2381 math:notEqualTo 0}] - skolem:lemma4699 - [ a r:Fact; r:gives {((2 3 8 1) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((2 3 8 1) ">=") list:sort (8 3 2 1)}] - skolem:lemma4292 - skolem:lemma4293 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2381 a r:Inference; - r:gives { - 2382 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2382 math:notEqualTo 0}] - skolem:lemma4700 - [ a r:Fact; r:gives {((2 3 8 2) "=<") list:sort (2 2 3 8)}] - [ a r:Fact; r:gives {((2 3 8 2) ">=") list:sort (8 3 2 2)}] - skolem:lemma4461 - skolem:lemma4462 - [ a r:Fact; r:gives {(8322 2238) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2382 a r:Inference; - r:gives { - 2383 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2383 math:notEqualTo 0}] - skolem:lemma4701 - [ a r:Fact; r:gives {((2 3 8 3) "=<") list:sort (2 3 3 8)}] - [ a r:Fact; r:gives {((2 3 8 3) ">=") list:sort (8 3 3 2)}] - skolem:lemma4617 - skolem:lemma4618 - [ a r:Fact; r:gives {(8332 2338) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2383 a r:Inference; - r:gives { - 2384 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2384 math:notEqualTo 0}] - skolem:lemma4702 - [ a r:Fact; r:gives {((2 3 8 4) "=<") list:sort (2 3 4 8)}] - [ a r:Fact; r:gives {((2 3 8 4) ">=") list:sort (8 4 3 2)}] - skolem:lemma4639 - skolem:lemma4640 - [ a r:Fact; r:gives {(8432 2348) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2384 a r:Inference; - r:gives { - 2385 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2385 math:notEqualTo 0}] - skolem:lemma4703 - [ a r:Fact; r:gives {((2 3 8 5) "=<") list:sort (2 3 5 8)}] - [ a r:Fact; r:gives {((2 3 8 5) ">=") list:sort (8 5 3 2)}] - skolem:lemma4659 - skolem:lemma4660 - [ a r:Fact; r:gives {(8532 2358) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2385 a r:Inference; - r:gives { - 2386 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2386 math:notEqualTo 0}] - skolem:lemma4704 - [ a r:Fact; r:gives {((2 3 8 6) "=<") list:sort (2 3 6 8)}] - [ a r:Fact; r:gives {((2 3 8 6) ">=") list:sort (8 6 3 2)}] - skolem:lemma4677 - skolem:lemma4678 - [ a r:Fact; r:gives {(8632 2368) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2386 a r:Inference; - r:gives { - 2387 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2387 math:notEqualTo 0}] - skolem:lemma4705 - [ a r:Fact; r:gives {((2 3 8 7) "=<") list:sort (2 3 7 8)}] - [ a r:Fact; r:gives {((2 3 8 7) ">=") list:sort (8 7 3 2)}] - skolem:lemma4693 - skolem:lemma4694 - [ a r:Fact; r:gives {(8732 2378) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2387 a r:Inference; - r:gives { - 2388 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2388 math:notEqualTo 0}] - skolem:lemma4706 - [ a r:Fact; r:gives {((2 3 8 8) "=<") list:sort (2 3 8 8)}] - [ a r:Fact; r:gives {((2 3 8 8) ">=") list:sort (8 8 3 2)}] - skolem:lemma4707 - skolem:lemma4708 - [ a r:Fact; r:gives {(8832 2388) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2388 a r:Inference; - r:gives { - 2389 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2389 math:notEqualTo 0}] - skolem:lemma4709 - [ a r:Fact; r:gives {((2 3 8 9) "=<") list:sort (2 3 8 9)}] - [ a r:Fact; r:gives {((2 3 8 9) ">=") list:sort (9 8 3 2)}] - skolem:lemma4710 - skolem:lemma4711 - [ a r:Fact; r:gives {(9832 2389) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2389 a r:Inference; - r:gives { - 2390 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2390 math:notEqualTo 0}] - skolem:lemma4712 - [ a r:Fact; r:gives {((2 3 9 0) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((2 3 9 0) ">=") list:sort (9 3 2 0)}] - skolem:lemma4105 - skolem:lemma4106 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2390 a r:Inference; - r:gives { - 2391 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2391 math:notEqualTo 0}] - skolem:lemma4713 - [ a r:Fact; r:gives {((2 3 9 1) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((2 3 9 1) ">=") list:sort (9 3 2 1)}] - skolem:lemma4295 - skolem:lemma4296 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2391 a r:Inference; - r:gives { - 2392 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2392 math:notEqualTo 0}] - skolem:lemma4714 - [ a r:Fact; r:gives {((2 3 9 2) "=<") list:sort (2 2 3 9)}] - [ a r:Fact; r:gives {((2 3 9 2) ">=") list:sort (9 3 2 2)}] - skolem:lemma4464 - skolem:lemma4465 - [ a r:Fact; r:gives {(9322 2239) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2392 a r:Inference; - r:gives { - 2393 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2393 math:notEqualTo 0}] - skolem:lemma4715 - [ a r:Fact; r:gives {((2 3 9 3) "=<") list:sort (2 3 3 9)}] - [ a r:Fact; r:gives {((2 3 9 3) ">=") list:sort (9 3 3 2)}] - skolem:lemma4620 - skolem:lemma4621 - [ a r:Fact; r:gives {(9332 2339) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2393 a r:Inference; - r:gives { - 2394 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2394 math:notEqualTo 0}] - skolem:lemma4716 - [ a r:Fact; r:gives {((2 3 9 4) "=<") list:sort (2 3 4 9)}] - [ a r:Fact; r:gives {((2 3 9 4) ">=") list:sort (9 4 3 2)}] - skolem:lemma4642 - skolem:lemma4643 - [ a r:Fact; r:gives {(9432 2349) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2394 a r:Inference; - r:gives { - 2395 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2395 math:notEqualTo 0}] - skolem:lemma4717 - [ a r:Fact; r:gives {((2 3 9 5) "=<") list:sort (2 3 5 9)}] - [ a r:Fact; r:gives {((2 3 9 5) ">=") list:sort (9 5 3 2)}] - skolem:lemma4662 - skolem:lemma4663 - [ a r:Fact; r:gives {(9532 2359) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2395 a r:Inference; - r:gives { - 2396 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2396 math:notEqualTo 0}] - skolem:lemma4718 - [ a r:Fact; r:gives {((2 3 9 6) "=<") list:sort (2 3 6 9)}] - [ a r:Fact; r:gives {((2 3 9 6) ">=") list:sort (9 6 3 2)}] - skolem:lemma4680 - skolem:lemma4681 - [ a r:Fact; r:gives {(9632 2369) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2396 a r:Inference; - r:gives { - 2397 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2397 math:notEqualTo 0}] - skolem:lemma4719 - [ a r:Fact; r:gives {((2 3 9 7) "=<") list:sort (2 3 7 9)}] - [ a r:Fact; r:gives {((2 3 9 7) ">=") list:sort (9 7 3 2)}] - skolem:lemma4696 - skolem:lemma4697 - [ a r:Fact; r:gives {(9732 2379) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2397 a r:Inference; - r:gives { - 2398 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2398 math:notEqualTo 0}] - skolem:lemma4720 - [ a r:Fact; r:gives {((2 3 9 8) "=<") list:sort (2 3 8 9)}] - [ a r:Fact; r:gives {((2 3 9 8) ">=") list:sort (9 8 3 2)}] - skolem:lemma4710 - skolem:lemma4711 - [ a r:Fact; r:gives {(9832 2389) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2398 a r:Inference; - r:gives { - 2399 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2399 math:notEqualTo 0}] - skolem:lemma4721 - [ a r:Fact; r:gives {((2 3 9 9) "=<") list:sort (2 3 9 9)}] - [ a r:Fact; r:gives {((2 3 9 9) ">=") list:sort (9 9 3 2)}] - skolem:lemma4722 - skolem:lemma4723 - [ a r:Fact; r:gives {(9932 2399) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2399 a r:Inference; - r:gives { - 2400 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2400 math:notEqualTo 0}] - skolem:lemma4724 - [ a r:Fact; r:gives {((2 4 0 0) "=<") list:sort (0 0 2 4)}] - [ a r:Fact; r:gives {((2 4 0 0) ">=") list:sort (4 2 0 0)}] - skolem:lemma4012 - skolem:lemma4013 - [ a r:Fact; r:gives {(4200 24) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2400 a r:Inference; - r:gives { - 2401 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2401 math:notEqualTo 0}] - skolem:lemma4725 - [ a r:Fact; r:gives {((2 4 0 1) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((2 4 0 1) ">=") list:sort (4 2 1 0)}] - skolem:lemma4040 - skolem:lemma4041 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2401 a r:Inference; - r:gives { - 2402 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2402 math:notEqualTo 0}] - skolem:lemma4726 - [ a r:Fact; r:gives {((2 4 0 2) "=<") list:sort (0 2 2 4)}] - [ a r:Fact; r:gives {((2 4 0 2) ">=") list:sort (4 2 2 0)}] - skolem:lemma4066 - skolem:lemma4067 - [ a r:Fact; r:gives {(4220 224) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2402 a r:Inference; - r:gives { - 2403 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2403 math:notEqualTo 0}] - skolem:lemma4727 - [ a r:Fact; r:gives {((2 4 0 3) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((2 4 0 3) ">=") list:sort (4 3 2 0)}] - skolem:lemma4090 - skolem:lemma4091 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2403 a r:Inference; - r:gives { - 2404 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2404 math:notEqualTo 0}] - skolem:lemma4728 - [ a r:Fact; r:gives {((2 4 0 4) "=<") list:sort (0 2 4 4)}] - [ a r:Fact; r:gives {((2 4 0 4) ">=") list:sort (4 4 2 0)}] - skolem:lemma4112 - skolem:lemma4113 - [ a r:Fact; r:gives {(4420 244) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2404 a r:Inference; - r:gives { - 2405 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2405 math:notEqualTo 0}] - skolem:lemma4729 - [ a r:Fact; r:gives {((2 4 0 5) "=<") list:sort (0 2 4 5)}] - [ a r:Fact; r:gives {((2 4 0 5) ">=") list:sort (5 4 2 0)}] - skolem:lemma4115 - skolem:lemma4116 - [ a r:Fact; r:gives {(5420 245) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2405 a r:Inference; - r:gives { - 2406 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2406 math:notEqualTo 0}] - skolem:lemma4730 - [ a r:Fact; r:gives {((2 4 0 6) "=<") list:sort (0 2 4 6)}] - [ a r:Fact; r:gives {((2 4 0 6) ">=") list:sort (6 4 2 0)}] - skolem:lemma4118 - skolem:lemma4119 - [ a r:Fact; r:gives {(6420 246) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2406 a r:Inference; - r:gives { - 2407 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2407 math:notEqualTo 0}] - skolem:lemma4731 - [ a r:Fact; r:gives {((2 4 0 7) "=<") list:sort (0 2 4 7)}] - [ a r:Fact; r:gives {((2 4 0 7) ">=") list:sort (7 4 2 0)}] - skolem:lemma4121 - skolem:lemma4122 - [ a r:Fact; r:gives {(7420 247) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2407 a r:Inference; - r:gives { - 2408 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2408 math:notEqualTo 0}] - skolem:lemma4732 - [ a r:Fact; r:gives {((2 4 0 8) "=<") list:sort (0 2 4 8)}] - [ a r:Fact; r:gives {((2 4 0 8) ">=") list:sort (8 4 2 0)}] - skolem:lemma4124 - skolem:lemma4125 - [ a r:Fact; r:gives {(8420 248) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2408 a r:Inference; - r:gives { - 2409 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2409 math:notEqualTo 0}] - skolem:lemma4733 - [ a r:Fact; r:gives {((2 4 0 9) "=<") list:sort (0 2 4 9)}] - [ a r:Fact; r:gives {((2 4 0 9) ">=") list:sort (9 4 2 0)}] - skolem:lemma4127 - skolem:lemma4128 - [ a r:Fact; r:gives {(9420 249) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2409 a r:Inference; - r:gives { - 2410 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2410 math:notEqualTo 0}] - skolem:lemma4734 - [ a r:Fact; r:gives {((2 4 1 0) "=<") list:sort (0 1 2 4)}] - [ a r:Fact; r:gives {((2 4 1 0) ">=") list:sort (4 2 1 0)}] - skolem:lemma4040 - skolem:lemma4041 - [ a r:Fact; r:gives {(4210 124) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2410 a r:Inference; - r:gives { - 2411 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2411 math:notEqualTo 0}] - skolem:lemma4735 - [ a r:Fact; r:gives {((2 4 1 1) "=<") list:sort (1 1 2 4)}] - [ a r:Fact; r:gives {((2 4 1 1) ">=") list:sort (4 2 1 1)}] - skolem:lemma4230 - skolem:lemma4231 - [ a r:Fact; r:gives {(4211 1124) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2411 a r:Inference; - r:gives { - 2412 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2412 math:notEqualTo 0}] - skolem:lemma4736 - [ a r:Fact; r:gives {((2 4 1 2) "=<") list:sort (1 2 2 4)}] - [ a r:Fact; r:gives {((2 4 1 2) ">=") list:sort (4 2 2 1)}] - skolem:lemma4256 - skolem:lemma4257 - [ a r:Fact; r:gives {(4221 1224) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2412 a r:Inference; - r:gives { - 2413 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2413 math:notEqualTo 0}] - skolem:lemma4737 - [ a r:Fact; r:gives {((2 4 1 3) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((2 4 1 3) ">=") list:sort (4 3 2 1)}] - skolem:lemma4280 - skolem:lemma4281 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2413 a r:Inference; - r:gives { - 2414 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2414 math:notEqualTo 0}] - skolem:lemma4738 - [ a r:Fact; r:gives {((2 4 1 4) "=<") list:sort (1 2 4 4)}] - [ a r:Fact; r:gives {((2 4 1 4) ">=") list:sort (4 4 2 1)}] - skolem:lemma4302 - skolem:lemma4303 - [ a r:Fact; r:gives {(4421 1244) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2414 a r:Inference; - r:gives { - 2415 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2415 math:notEqualTo 0}] - skolem:lemma4739 - [ a r:Fact; r:gives {((2 4 1 5) "=<") list:sort (1 2 4 5)}] - [ a r:Fact; r:gives {((2 4 1 5) ">=") list:sort (5 4 2 1)}] - skolem:lemma4305 - skolem:lemma4306 - [ a r:Fact; r:gives {(5421 1245) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2415 a r:Inference; - r:gives { - 2416 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2416 math:notEqualTo 0}] - skolem:lemma4740 - [ a r:Fact; r:gives {((2 4 1 6) "=<") list:sort (1 2 4 6)}] - [ a r:Fact; r:gives {((2 4 1 6) ">=") list:sort (6 4 2 1)}] - skolem:lemma4308 - skolem:lemma4309 - [ a r:Fact; r:gives {(6421 1246) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2416 a r:Inference; - r:gives { - 2417 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2417 math:notEqualTo 0}] - skolem:lemma4741 - [ a r:Fact; r:gives {((2 4 1 7) "=<") list:sort (1 2 4 7)}] - [ a r:Fact; r:gives {((2 4 1 7) ">=") list:sort (7 4 2 1)}] - skolem:lemma4311 - skolem:lemma4312 - [ a r:Fact; r:gives {(7421 1247) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2417 a r:Inference; - r:gives { - 2418 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2418 math:notEqualTo 0}] - skolem:lemma4742 - [ a r:Fact; r:gives {((2 4 1 8) "=<") list:sort (1 2 4 8)}] - [ a r:Fact; r:gives {((2 4 1 8) ">=") list:sort (8 4 2 1)}] - skolem:lemma4314 - skolem:lemma4315 - [ a r:Fact; r:gives {(8421 1248) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2418 a r:Inference; - r:gives { - 2419 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2419 math:notEqualTo 0}] - skolem:lemma4743 - [ a r:Fact; r:gives {((2 4 1 9) "=<") list:sort (1 2 4 9)}] - [ a r:Fact; r:gives {((2 4 1 9) ">=") list:sort (9 4 2 1)}] - skolem:lemma4317 - skolem:lemma4318 - [ a r:Fact; r:gives {(9421 1249) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2419 a r:Inference; - r:gives { - 2420 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2420 math:notEqualTo 0}] - skolem:lemma4744 - [ a r:Fact; r:gives {((2 4 2 0) "=<") list:sort (0 2 2 4)}] - [ a r:Fact; r:gives {((2 4 2 0) ">=") list:sort (4 2 2 0)}] - skolem:lemma4066 - skolem:lemma4067 - [ a r:Fact; r:gives {(4220 224) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2420 a r:Inference; - r:gives { - 2421 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2421 math:notEqualTo 0}] - skolem:lemma4745 - [ a r:Fact; r:gives {((2 4 2 1) "=<") list:sort (1 2 2 4)}] - [ a r:Fact; r:gives {((2 4 2 1) ">=") list:sort (4 2 2 1)}] - skolem:lemma4256 - skolem:lemma4257 - [ a r:Fact; r:gives {(4221 1224) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2421 a r:Inference; - r:gives { - 2422 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2422 math:notEqualTo 0}] - skolem:lemma4746 - [ a r:Fact; r:gives {((2 4 2 2) "=<") list:sort (2 2 2 4)}] - [ a r:Fact; r:gives {((2 4 2 2) ">=") list:sort (4 2 2 2)}] - skolem:lemma4425 - skolem:lemma4426 - [ a r:Fact; r:gives {(4222 2224) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2422 a r:Inference; - r:gives { - 2423 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2423 math:notEqualTo 0}] - skolem:lemma4747 - [ a r:Fact; r:gives {((2 4 2 3) "=<") list:sort (2 2 3 4)}] - [ a r:Fact; r:gives {((2 4 2 3) ">=") list:sort (4 3 2 2)}] - skolem:lemma4449 - skolem:lemma4450 - [ a r:Fact; r:gives {(4322 2234) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2423 a r:Inference; - r:gives { - 2424 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2424 math:notEqualTo 0}] - skolem:lemma4748 - [ a r:Fact; r:gives {((2 4 2 4) "=<") list:sort (2 2 4 4)}] - [ a r:Fact; r:gives {((2 4 2 4) ">=") list:sort (4 4 2 2)}] - skolem:lemma4471 - skolem:lemma4472 - [ a r:Fact; r:gives {(4422 2244) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2424 a r:Inference; - r:gives { - 2425 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2425 math:notEqualTo 0}] - skolem:lemma4749 - [ a r:Fact; r:gives {((2 4 2 5) "=<") list:sort (2 2 4 5)}] - [ a r:Fact; r:gives {((2 4 2 5) ">=") list:sort (5 4 2 2)}] - skolem:lemma4474 - skolem:lemma4475 - [ a r:Fact; r:gives {(5422 2245) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2425 a r:Inference; - r:gives { - 2426 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2426 math:notEqualTo 0}] - skolem:lemma4750 - [ a r:Fact; r:gives {((2 4 2 6) "=<") list:sort (2 2 4 6)}] - [ a r:Fact; r:gives {((2 4 2 6) ">=") list:sort (6 4 2 2)}] - skolem:lemma4477 - skolem:lemma4478 - [ a r:Fact; r:gives {(6422 2246) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2426 a r:Inference; - r:gives { - 2427 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2427 math:notEqualTo 0}] - skolem:lemma4751 - [ a r:Fact; r:gives {((2 4 2 7) "=<") list:sort (2 2 4 7)}] - [ a r:Fact; r:gives {((2 4 2 7) ">=") list:sort (7 4 2 2)}] - skolem:lemma4480 - skolem:lemma4481 - [ a r:Fact; r:gives {(7422 2247) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2427 a r:Inference; - r:gives { - 2428 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2428 math:notEqualTo 0}] - skolem:lemma4752 - [ a r:Fact; r:gives {((2 4 2 8) "=<") list:sort (2 2 4 8)}] - [ a r:Fact; r:gives {((2 4 2 8) ">=") list:sort (8 4 2 2)}] - skolem:lemma4483 - skolem:lemma4484 - [ a r:Fact; r:gives {(8422 2248) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2428 a r:Inference; - r:gives { - 2429 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2429 math:notEqualTo 0}] - skolem:lemma4753 - [ a r:Fact; r:gives {((2 4 2 9) "=<") list:sort (2 2 4 9)}] - [ a r:Fact; r:gives {((2 4 2 9) ">=") list:sort (9 4 2 2)}] - skolem:lemma4486 - skolem:lemma4487 - [ a r:Fact; r:gives {(9422 2249) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2429 a r:Inference; - r:gives { - 2430 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2430 math:notEqualTo 0}] - skolem:lemma4754 - [ a r:Fact; r:gives {((2 4 3 0) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((2 4 3 0) ">=") list:sort (4 3 2 0)}] - skolem:lemma4090 - skolem:lemma4091 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2430 a r:Inference; - r:gives { - 2431 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2431 math:notEqualTo 0}] - skolem:lemma4755 - [ a r:Fact; r:gives {((2 4 3 1) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((2 4 3 1) ">=") list:sort (4 3 2 1)}] - skolem:lemma4280 - skolem:lemma4281 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2431 a r:Inference; - r:gives { - 2432 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2432 math:notEqualTo 0}] - skolem:lemma4756 - [ a r:Fact; r:gives {((2 4 3 2) "=<") list:sort (2 2 3 4)}] - [ a r:Fact; r:gives {((2 4 3 2) ">=") list:sort (4 3 2 2)}] - skolem:lemma4449 - skolem:lemma4450 - [ a r:Fact; r:gives {(4322 2234) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2432 a r:Inference; - r:gives { - 2433 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2433 math:notEqualTo 0}] - skolem:lemma4757 - [ a r:Fact; r:gives {((2 4 3 3) "=<") list:sort (2 3 3 4)}] - [ a r:Fact; r:gives {((2 4 3 3) ">=") list:sort (4 3 3 2)}] - skolem:lemma4605 - skolem:lemma4606 - [ a r:Fact; r:gives {(4332 2334) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2433 a r:Inference; - r:gives { - 2434 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2434 math:notEqualTo 0}] - skolem:lemma4758 - [ a r:Fact; r:gives {((2 4 3 4) "=<") list:sort (2 3 4 4)}] - [ a r:Fact; r:gives {((2 4 3 4) ">=") list:sort (4 4 3 2)}] - skolem:lemma4627 - skolem:lemma4628 - [ a r:Fact; r:gives {(4432 2344) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2434 a r:Inference; - r:gives { - 2435 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2435 math:notEqualTo 0}] - skolem:lemma4759 - [ a r:Fact; r:gives {((2 4 3 5) "=<") list:sort (2 3 4 5)}] - [ a r:Fact; r:gives {((2 4 3 5) ">=") list:sort (5 4 3 2)}] - skolem:lemma4630 - skolem:lemma4631 - [ a r:Fact; r:gives {(5432 2345) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2435 a r:Inference; - r:gives { - 2436 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2436 math:notEqualTo 0}] - skolem:lemma4760 - [ a r:Fact; r:gives {((2 4 3 6) "=<") list:sort (2 3 4 6)}] - [ a r:Fact; r:gives {((2 4 3 6) ">=") list:sort (6 4 3 2)}] - skolem:lemma4633 - skolem:lemma4634 - [ a r:Fact; r:gives {(6432 2346) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2436 a r:Inference; - r:gives { - 2437 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2437 math:notEqualTo 0}] - skolem:lemma4761 - [ a r:Fact; r:gives {((2 4 3 7) "=<") list:sort (2 3 4 7)}] - [ a r:Fact; r:gives {((2 4 3 7) ">=") list:sort (7 4 3 2)}] - skolem:lemma4636 - skolem:lemma4637 - [ a r:Fact; r:gives {(7432 2347) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2437 a r:Inference; - r:gives { - 2438 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2438 math:notEqualTo 0}] - skolem:lemma4762 - [ a r:Fact; r:gives {((2 4 3 8) "=<") list:sort (2 3 4 8)}] - [ a r:Fact; r:gives {((2 4 3 8) ">=") list:sort (8 4 3 2)}] - skolem:lemma4639 - skolem:lemma4640 - [ a r:Fact; r:gives {(8432 2348) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2438 a r:Inference; - r:gives { - 2439 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2439 math:notEqualTo 0}] - skolem:lemma4763 - [ a r:Fact; r:gives {((2 4 3 9) "=<") list:sort (2 3 4 9)}] - [ a r:Fact; r:gives {((2 4 3 9) ">=") list:sort (9 4 3 2)}] - skolem:lemma4642 - skolem:lemma4643 - [ a r:Fact; r:gives {(9432 2349) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2439 a r:Inference; - r:gives { - 2440 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2440 math:notEqualTo 0}] - skolem:lemma4764 - [ a r:Fact; r:gives {((2 4 4 0) "=<") list:sort (0 2 4 4)}] - [ a r:Fact; r:gives {((2 4 4 0) ">=") list:sort (4 4 2 0)}] - skolem:lemma4112 - skolem:lemma4113 - [ a r:Fact; r:gives {(4420 244) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2440 a r:Inference; - r:gives { - 2441 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2441 math:notEqualTo 0}] - skolem:lemma4765 - [ a r:Fact; r:gives {((2 4 4 1) "=<") list:sort (1 2 4 4)}] - [ a r:Fact; r:gives {((2 4 4 1) ">=") list:sort (4 4 2 1)}] - skolem:lemma4302 - skolem:lemma4303 - [ a r:Fact; r:gives {(4421 1244) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2441 a r:Inference; - r:gives { - 2442 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2442 math:notEqualTo 0}] - skolem:lemma4766 - [ a r:Fact; r:gives {((2 4 4 2) "=<") list:sort (2 2 4 4)}] - [ a r:Fact; r:gives {((2 4 4 2) ">=") list:sort (4 4 2 2)}] - skolem:lemma4471 - skolem:lemma4472 - [ a r:Fact; r:gives {(4422 2244) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2442 a r:Inference; - r:gives { - 2443 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2443 math:notEqualTo 0}] - skolem:lemma4767 - [ a r:Fact; r:gives {((2 4 4 3) "=<") list:sort (2 3 4 4)}] - [ a r:Fact; r:gives {((2 4 4 3) ">=") list:sort (4 4 3 2)}] - skolem:lemma4627 - skolem:lemma4628 - [ a r:Fact; r:gives {(4432 2344) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2443 a r:Inference; - r:gives { - 2444 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2444 math:notEqualTo 0}] - skolem:lemma4768 - [ a r:Fact; r:gives {((2 4 4 4) "=<") list:sort (2 4 4 4)}] - [ a r:Fact; r:gives {((2 4 4 4) ">=") list:sort (4 4 4 2)}] - skolem:lemma4769 - skolem:lemma4770 - [ a r:Fact; r:gives {(4442 2444) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2444 a r:Inference; - r:gives { - 2445 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2445 math:notEqualTo 0}] - skolem:lemma4771 - [ a r:Fact; r:gives {((2 4 4 5) "=<") list:sort (2 4 4 5)}] - [ a r:Fact; r:gives {((2 4 4 5) ">=") list:sort (5 4 4 2)}] - skolem:lemma4772 - skolem:lemma4773 - [ a r:Fact; r:gives {(5442 2445) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2445 a r:Inference; - r:gives { - 2446 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2446 math:notEqualTo 0}] - skolem:lemma4774 - [ a r:Fact; r:gives {((2 4 4 6) "=<") list:sort (2 4 4 6)}] - [ a r:Fact; r:gives {((2 4 4 6) ">=") list:sort (6 4 4 2)}] - skolem:lemma4775 - skolem:lemma4776 - [ a r:Fact; r:gives {(6442 2446) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2446 a r:Inference; - r:gives { - 2447 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2447 math:notEqualTo 0}] - skolem:lemma4777 - [ a r:Fact; r:gives {((2 4 4 7) "=<") list:sort (2 4 4 7)}] - [ a r:Fact; r:gives {((2 4 4 7) ">=") list:sort (7 4 4 2)}] - skolem:lemma4778 - skolem:lemma4779 - [ a r:Fact; r:gives {(7442 2447) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2447 a r:Inference; - r:gives { - 2448 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2448 math:notEqualTo 0}] - skolem:lemma4780 - [ a r:Fact; r:gives {((2 4 4 8) "=<") list:sort (2 4 4 8)}] - [ a r:Fact; r:gives {((2 4 4 8) ">=") list:sort (8 4 4 2)}] - skolem:lemma4781 - skolem:lemma4782 - [ a r:Fact; r:gives {(8442 2448) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2448 a r:Inference; - r:gives { - 2449 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2449 math:notEqualTo 0}] - skolem:lemma4783 - [ a r:Fact; r:gives {((2 4 4 9) "=<") list:sort (2 4 4 9)}] - [ a r:Fact; r:gives {((2 4 4 9) ">=") list:sort (9 4 4 2)}] - skolem:lemma4784 - skolem:lemma4785 - [ a r:Fact; r:gives {(9442 2449) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2449 a r:Inference; - r:gives { - 2450 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2450 math:notEqualTo 0}] - skolem:lemma4786 - [ a r:Fact; r:gives {((2 4 5 0) "=<") list:sort (0 2 4 5)}] - [ a r:Fact; r:gives {((2 4 5 0) ">=") list:sort (5 4 2 0)}] - skolem:lemma4115 - skolem:lemma4116 - [ a r:Fact; r:gives {(5420 245) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2450 a r:Inference; - r:gives { - 2451 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2451 math:notEqualTo 0}] - skolem:lemma4787 - [ a r:Fact; r:gives {((2 4 5 1) "=<") list:sort (1 2 4 5)}] - [ a r:Fact; r:gives {((2 4 5 1) ">=") list:sort (5 4 2 1)}] - skolem:lemma4305 - skolem:lemma4306 - [ a r:Fact; r:gives {(5421 1245) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2451 a r:Inference; - r:gives { - 2452 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2452 math:notEqualTo 0}] - skolem:lemma4788 - [ a r:Fact; r:gives {((2 4 5 2) "=<") list:sort (2 2 4 5)}] - [ a r:Fact; r:gives {((2 4 5 2) ">=") list:sort (5 4 2 2)}] - skolem:lemma4474 - skolem:lemma4475 - [ a r:Fact; r:gives {(5422 2245) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2452 a r:Inference; - r:gives { - 2453 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2453 math:notEqualTo 0}] - skolem:lemma4789 - [ a r:Fact; r:gives {((2 4 5 3) "=<") list:sort (2 3 4 5)}] - [ a r:Fact; r:gives {((2 4 5 3) ">=") list:sort (5 4 3 2)}] - skolem:lemma4630 - skolem:lemma4631 - [ a r:Fact; r:gives {(5432 2345) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2453 a r:Inference; - r:gives { - 2454 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2454 math:notEqualTo 0}] - skolem:lemma4790 - [ a r:Fact; r:gives {((2 4 5 4) "=<") list:sort (2 4 4 5)}] - [ a r:Fact; r:gives {((2 4 5 4) ">=") list:sort (5 4 4 2)}] - skolem:lemma4772 - skolem:lemma4773 - [ a r:Fact; r:gives {(5442 2445) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2454 a r:Inference; - r:gives { - 2455 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2455 math:notEqualTo 0}] - skolem:lemma4791 - [ a r:Fact; r:gives {((2 4 5 5) "=<") list:sort (2 4 5 5)}] - [ a r:Fact; r:gives {((2 4 5 5) ">=") list:sort (5 5 4 2)}] - skolem:lemma4792 - skolem:lemma4793 - [ a r:Fact; r:gives {(5542 2455) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2455 a r:Inference; - r:gives { - 2456 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2456 math:notEqualTo 0}] - skolem:lemma4794 - [ a r:Fact; r:gives {((2 4 5 6) "=<") list:sort (2 4 5 6)}] - [ a r:Fact; r:gives {((2 4 5 6) ">=") list:sort (6 5 4 2)}] - skolem:lemma4795 - skolem:lemma4796 - [ a r:Fact; r:gives {(6542 2456) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2456 a r:Inference; - r:gives { - 2457 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2457 math:notEqualTo 0}] - skolem:lemma4797 - [ a r:Fact; r:gives {((2 4 5 7) "=<") list:sort (2 4 5 7)}] - [ a r:Fact; r:gives {((2 4 5 7) ">=") list:sort (7 5 4 2)}] - skolem:lemma4798 - skolem:lemma4799 - [ a r:Fact; r:gives {(7542 2457) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2457 a r:Inference; - r:gives { - 2458 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2458 math:notEqualTo 0}] - skolem:lemma4800 - [ a r:Fact; r:gives {((2 4 5 8) "=<") list:sort (2 4 5 8)}] - [ a r:Fact; r:gives {((2 4 5 8) ">=") list:sort (8 5 4 2)}] - skolem:lemma4801 - skolem:lemma4802 - [ a r:Fact; r:gives {(8542 2458) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2458 a r:Inference; - r:gives { - 2459 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2459 math:notEqualTo 0}] - skolem:lemma4803 - [ a r:Fact; r:gives {((2 4 5 9) "=<") list:sort (2 4 5 9)}] - [ a r:Fact; r:gives {((2 4 5 9) ">=") list:sort (9 5 4 2)}] - skolem:lemma4804 - skolem:lemma4805 - [ a r:Fact; r:gives {(9542 2459) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2459 a r:Inference; - r:gives { - 2460 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2460 math:notEqualTo 0}] - skolem:lemma4806 - [ a r:Fact; r:gives {((2 4 6 0) "=<") list:sort (0 2 4 6)}] - [ a r:Fact; r:gives {((2 4 6 0) ">=") list:sort (6 4 2 0)}] - skolem:lemma4118 - skolem:lemma4119 - [ a r:Fact; r:gives {(6420 246) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2460 a r:Inference; - r:gives { - 2461 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2461 math:notEqualTo 0}] - skolem:lemma4807 - [ a r:Fact; r:gives {((2 4 6 1) "=<") list:sort (1 2 4 6)}] - [ a r:Fact; r:gives {((2 4 6 1) ">=") list:sort (6 4 2 1)}] - skolem:lemma4308 - skolem:lemma4309 - [ a r:Fact; r:gives {(6421 1246) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2461 a r:Inference; - r:gives { - 2462 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2462 math:notEqualTo 0}] - skolem:lemma4808 - [ a r:Fact; r:gives {((2 4 6 2) "=<") list:sort (2 2 4 6)}] - [ a r:Fact; r:gives {((2 4 6 2) ">=") list:sort (6 4 2 2)}] - skolem:lemma4477 - skolem:lemma4478 - [ a r:Fact; r:gives {(6422 2246) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2462 a r:Inference; - r:gives { - 2463 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2463 math:notEqualTo 0}] - skolem:lemma4809 - [ a r:Fact; r:gives {((2 4 6 3) "=<") list:sort (2 3 4 6)}] - [ a r:Fact; r:gives {((2 4 6 3) ">=") list:sort (6 4 3 2)}] - skolem:lemma4633 - skolem:lemma4634 - [ a r:Fact; r:gives {(6432 2346) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2463 a r:Inference; - r:gives { - 2464 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2464 math:notEqualTo 0}] - skolem:lemma4810 - [ a r:Fact; r:gives {((2 4 6 4) "=<") list:sort (2 4 4 6)}] - [ a r:Fact; r:gives {((2 4 6 4) ">=") list:sort (6 4 4 2)}] - skolem:lemma4775 - skolem:lemma4776 - [ a r:Fact; r:gives {(6442 2446) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2464 a r:Inference; - r:gives { - 2465 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2465 math:notEqualTo 0}] - skolem:lemma4811 - [ a r:Fact; r:gives {((2 4 6 5) "=<") list:sort (2 4 5 6)}] - [ a r:Fact; r:gives {((2 4 6 5) ">=") list:sort (6 5 4 2)}] - skolem:lemma4795 - skolem:lemma4796 - [ a r:Fact; r:gives {(6542 2456) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2465 a r:Inference; - r:gives { - 2466 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2466 math:notEqualTo 0}] - skolem:lemma4812 - [ a r:Fact; r:gives {((2 4 6 6) "=<") list:sort (2 4 6 6)}] - [ a r:Fact; r:gives {((2 4 6 6) ">=") list:sort (6 6 4 2)}] - skolem:lemma4813 - skolem:lemma4814 - [ a r:Fact; r:gives {(6642 2466) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2466 a r:Inference; - r:gives { - 2467 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2467 math:notEqualTo 0}] - skolem:lemma4815 - [ a r:Fact; r:gives {((2 4 6 7) "=<") list:sort (2 4 6 7)}] - [ a r:Fact; r:gives {((2 4 6 7) ">=") list:sort (7 6 4 2)}] - skolem:lemma4816 - skolem:lemma4817 - [ a r:Fact; r:gives {(7642 2467) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2467 a r:Inference; - r:gives { - 2468 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2468 math:notEqualTo 0}] - skolem:lemma4818 - [ a r:Fact; r:gives {((2 4 6 8) "=<") list:sort (2 4 6 8)}] - [ a r:Fact; r:gives {((2 4 6 8) ">=") list:sort (8 6 4 2)}] - skolem:lemma4819 - skolem:lemma4820 - [ a r:Fact; r:gives {(8642 2468) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2468 a r:Inference; - r:gives { - 2469 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2469 math:notEqualTo 0}] - skolem:lemma4821 - [ a r:Fact; r:gives {((2 4 6 9) "=<") list:sort (2 4 6 9)}] - [ a r:Fact; r:gives {((2 4 6 9) ">=") list:sort (9 6 4 2)}] - skolem:lemma4822 - skolem:lemma4823 - [ a r:Fact; r:gives {(9642 2469) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2469 a r:Inference; - r:gives { - 2470 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2470 math:notEqualTo 0}] - skolem:lemma4824 - [ a r:Fact; r:gives {((2 4 7 0) "=<") list:sort (0 2 4 7)}] - [ a r:Fact; r:gives {((2 4 7 0) ">=") list:sort (7 4 2 0)}] - skolem:lemma4121 - skolem:lemma4122 - [ a r:Fact; r:gives {(7420 247) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2470 a r:Inference; - r:gives { - 2471 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2471 math:notEqualTo 0}] - skolem:lemma4825 - [ a r:Fact; r:gives {((2 4 7 1) "=<") list:sort (1 2 4 7)}] - [ a r:Fact; r:gives {((2 4 7 1) ">=") list:sort (7 4 2 1)}] - skolem:lemma4311 - skolem:lemma4312 - [ a r:Fact; r:gives {(7421 1247) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2471 a r:Inference; - r:gives { - 2472 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2472 math:notEqualTo 0}] - skolem:lemma4826 - [ a r:Fact; r:gives {((2 4 7 2) "=<") list:sort (2 2 4 7)}] - [ a r:Fact; r:gives {((2 4 7 2) ">=") list:sort (7 4 2 2)}] - skolem:lemma4480 - skolem:lemma4481 - [ a r:Fact; r:gives {(7422 2247) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2472 a r:Inference; - r:gives { - 2473 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2473 math:notEqualTo 0}] - skolem:lemma4827 - [ a r:Fact; r:gives {((2 4 7 3) "=<") list:sort (2 3 4 7)}] - [ a r:Fact; r:gives {((2 4 7 3) ">=") list:sort (7 4 3 2)}] - skolem:lemma4636 - skolem:lemma4637 - [ a r:Fact; r:gives {(7432 2347) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2473 a r:Inference; - r:gives { - 2474 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2474 math:notEqualTo 0}] - skolem:lemma4828 - [ a r:Fact; r:gives {((2 4 7 4) "=<") list:sort (2 4 4 7)}] - [ a r:Fact; r:gives {((2 4 7 4) ">=") list:sort (7 4 4 2)}] - skolem:lemma4778 - skolem:lemma4779 - [ a r:Fact; r:gives {(7442 2447) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2474 a r:Inference; - r:gives { - 2475 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2475 math:notEqualTo 0}] - skolem:lemma4829 - [ a r:Fact; r:gives {((2 4 7 5) "=<") list:sort (2 4 5 7)}] - [ a r:Fact; r:gives {((2 4 7 5) ">=") list:sort (7 5 4 2)}] - skolem:lemma4798 - skolem:lemma4799 - [ a r:Fact; r:gives {(7542 2457) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2475 a r:Inference; - r:gives { - 2476 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2476 math:notEqualTo 0}] - skolem:lemma4830 - [ a r:Fact; r:gives {((2 4 7 6) "=<") list:sort (2 4 6 7)}] - [ a r:Fact; r:gives {((2 4 7 6) ">=") list:sort (7 6 4 2)}] - skolem:lemma4816 - skolem:lemma4817 - [ a r:Fact; r:gives {(7642 2467) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2476 a r:Inference; - r:gives { - 2477 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2477 math:notEqualTo 0}] - skolem:lemma4831 - [ a r:Fact; r:gives {((2 4 7 7) "=<") list:sort (2 4 7 7)}] - [ a r:Fact; r:gives {((2 4 7 7) ">=") list:sort (7 7 4 2)}] - skolem:lemma4832 - skolem:lemma4833 - [ a r:Fact; r:gives {(7742 2477) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2477 a r:Inference; - r:gives { - 2478 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2478 math:notEqualTo 0}] - skolem:lemma4834 - [ a r:Fact; r:gives {((2 4 7 8) "=<") list:sort (2 4 7 8)}] - [ a r:Fact; r:gives {((2 4 7 8) ">=") list:sort (8 7 4 2)}] - skolem:lemma4835 - skolem:lemma4836 - [ a r:Fact; r:gives {(8742 2478) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2478 a r:Inference; - r:gives { - 2479 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2479 math:notEqualTo 0}] - skolem:lemma4837 - [ a r:Fact; r:gives {((2 4 7 9) "=<") list:sort (2 4 7 9)}] - [ a r:Fact; r:gives {((2 4 7 9) ">=") list:sort (9 7 4 2)}] - skolem:lemma4838 - skolem:lemma4839 - [ a r:Fact; r:gives {(9742 2479) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2479 a r:Inference; - r:gives { - 2480 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2480 math:notEqualTo 0}] - skolem:lemma4840 - [ a r:Fact; r:gives {((2 4 8 0) "=<") list:sort (0 2 4 8)}] - [ a r:Fact; r:gives {((2 4 8 0) ">=") list:sort (8 4 2 0)}] - skolem:lemma4124 - skolem:lemma4125 - [ a r:Fact; r:gives {(8420 248) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2480 a r:Inference; - r:gives { - 2481 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2481 math:notEqualTo 0}] - skolem:lemma4841 - [ a r:Fact; r:gives {((2 4 8 1) "=<") list:sort (1 2 4 8)}] - [ a r:Fact; r:gives {((2 4 8 1) ">=") list:sort (8 4 2 1)}] - skolem:lemma4314 - skolem:lemma4315 - [ a r:Fact; r:gives {(8421 1248) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2481 a r:Inference; - r:gives { - 2482 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2482 math:notEqualTo 0}] - skolem:lemma4842 - [ a r:Fact; r:gives {((2 4 8 2) "=<") list:sort (2 2 4 8)}] - [ a r:Fact; r:gives {((2 4 8 2) ">=") list:sort (8 4 2 2)}] - skolem:lemma4483 - skolem:lemma4484 - [ a r:Fact; r:gives {(8422 2248) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2482 a r:Inference; - r:gives { - 2483 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2483 math:notEqualTo 0}] - skolem:lemma4843 - [ a r:Fact; r:gives {((2 4 8 3) "=<") list:sort (2 3 4 8)}] - [ a r:Fact; r:gives {((2 4 8 3) ">=") list:sort (8 4 3 2)}] - skolem:lemma4639 - skolem:lemma4640 - [ a r:Fact; r:gives {(8432 2348) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2483 a r:Inference; - r:gives { - 2484 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2484 math:notEqualTo 0}] - skolem:lemma4844 - [ a r:Fact; r:gives {((2 4 8 4) "=<") list:sort (2 4 4 8)}] - [ a r:Fact; r:gives {((2 4 8 4) ">=") list:sort (8 4 4 2)}] - skolem:lemma4781 - skolem:lemma4782 - [ a r:Fact; r:gives {(8442 2448) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2484 a r:Inference; - r:gives { - 2485 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2485 math:notEqualTo 0}] - skolem:lemma4845 - [ a r:Fact; r:gives {((2 4 8 5) "=<") list:sort (2 4 5 8)}] - [ a r:Fact; r:gives {((2 4 8 5) ">=") list:sort (8 5 4 2)}] - skolem:lemma4801 - skolem:lemma4802 - [ a r:Fact; r:gives {(8542 2458) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2485 a r:Inference; - r:gives { - 2486 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2486 math:notEqualTo 0}] - skolem:lemma4846 - [ a r:Fact; r:gives {((2 4 8 6) "=<") list:sort (2 4 6 8)}] - [ a r:Fact; r:gives {((2 4 8 6) ">=") list:sort (8 6 4 2)}] - skolem:lemma4819 - skolem:lemma4820 - [ a r:Fact; r:gives {(8642 2468) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2486 a r:Inference; - r:gives { - 2487 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2487 math:notEqualTo 0}] - skolem:lemma4847 - [ a r:Fact; r:gives {((2 4 8 7) "=<") list:sort (2 4 7 8)}] - [ a r:Fact; r:gives {((2 4 8 7) ">=") list:sort (8 7 4 2)}] - skolem:lemma4835 - skolem:lemma4836 - [ a r:Fact; r:gives {(8742 2478) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2487 a r:Inference; - r:gives { - 2488 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2488 math:notEqualTo 0}] - skolem:lemma4848 - [ a r:Fact; r:gives {((2 4 8 8) "=<") list:sort (2 4 8 8)}] - [ a r:Fact; r:gives {((2 4 8 8) ">=") list:sort (8 8 4 2)}] - skolem:lemma4849 - skolem:lemma4850 - [ a r:Fact; r:gives {(8842 2488) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2488 a r:Inference; - r:gives { - 2489 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2489 math:notEqualTo 0}] - skolem:lemma4851 - [ a r:Fact; r:gives {((2 4 8 9) "=<") list:sort (2 4 8 9)}] - [ a r:Fact; r:gives {((2 4 8 9) ">=") list:sort (9 8 4 2)}] - skolem:lemma4852 - skolem:lemma4853 - [ a r:Fact; r:gives {(9842 2489) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2489 a r:Inference; - r:gives { - 2490 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2490 math:notEqualTo 0}] - skolem:lemma4854 - [ a r:Fact; r:gives {((2 4 9 0) "=<") list:sort (0 2 4 9)}] - [ a r:Fact; r:gives {((2 4 9 0) ">=") list:sort (9 4 2 0)}] - skolem:lemma4127 - skolem:lemma4128 - [ a r:Fact; r:gives {(9420 249) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2490 a r:Inference; - r:gives { - 2491 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2491 math:notEqualTo 0}] - skolem:lemma4855 - [ a r:Fact; r:gives {((2 4 9 1) "=<") list:sort (1 2 4 9)}] - [ a r:Fact; r:gives {((2 4 9 1) ">=") list:sort (9 4 2 1)}] - skolem:lemma4317 - skolem:lemma4318 - [ a r:Fact; r:gives {(9421 1249) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2491 a r:Inference; - r:gives { - 2492 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2492 math:notEqualTo 0}] - skolem:lemma4856 - [ a r:Fact; r:gives {((2 4 9 2) "=<") list:sort (2 2 4 9)}] - [ a r:Fact; r:gives {((2 4 9 2) ">=") list:sort (9 4 2 2)}] - skolem:lemma4486 - skolem:lemma4487 - [ a r:Fact; r:gives {(9422 2249) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2492 a r:Inference; - r:gives { - 2493 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2493 math:notEqualTo 0}] - skolem:lemma4857 - [ a r:Fact; r:gives {((2 4 9 3) "=<") list:sort (2 3 4 9)}] - [ a r:Fact; r:gives {((2 4 9 3) ">=") list:sort (9 4 3 2)}] - skolem:lemma4642 - skolem:lemma4643 - [ a r:Fact; r:gives {(9432 2349) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2493 a r:Inference; - r:gives { - 2494 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2494 math:notEqualTo 0}] - skolem:lemma4858 - [ a r:Fact; r:gives {((2 4 9 4) "=<") list:sort (2 4 4 9)}] - [ a r:Fact; r:gives {((2 4 9 4) ">=") list:sort (9 4 4 2)}] - skolem:lemma4784 - skolem:lemma4785 - [ a r:Fact; r:gives {(9442 2449) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2494 a r:Inference; - r:gives { - 2495 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2495 math:notEqualTo 0}] - skolem:lemma4859 - [ a r:Fact; r:gives {((2 4 9 5) "=<") list:sort (2 4 5 9)}] - [ a r:Fact; r:gives {((2 4 9 5) ">=") list:sort (9 5 4 2)}] - skolem:lemma4804 - skolem:lemma4805 - [ a r:Fact; r:gives {(9542 2459) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2495 a r:Inference; - r:gives { - 2496 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2496 math:notEqualTo 0}] - skolem:lemma4860 - [ a r:Fact; r:gives {((2 4 9 6) "=<") list:sort (2 4 6 9)}] - [ a r:Fact; r:gives {((2 4 9 6) ">=") list:sort (9 6 4 2)}] - skolem:lemma4822 - skolem:lemma4823 - [ a r:Fact; r:gives {(9642 2469) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2496 a r:Inference; - r:gives { - 2497 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2497 math:notEqualTo 0}] - skolem:lemma4861 - [ a r:Fact; r:gives {((2 4 9 7) "=<") list:sort (2 4 7 9)}] - [ a r:Fact; r:gives {((2 4 9 7) ">=") list:sort (9 7 4 2)}] - skolem:lemma4838 - skolem:lemma4839 - [ a r:Fact; r:gives {(9742 2479) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2497 a r:Inference; - r:gives { - 2498 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2498 math:notEqualTo 0}] - skolem:lemma4862 - [ a r:Fact; r:gives {((2 4 9 8) "=<") list:sort (2 4 8 9)}] - [ a r:Fact; r:gives {((2 4 9 8) ">=") list:sort (9 8 4 2)}] - skolem:lemma4852 - skolem:lemma4853 - [ a r:Fact; r:gives {(9842 2489) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2498 a r:Inference; - r:gives { - 2499 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2499 math:notEqualTo 0}] - skolem:lemma4863 - [ a r:Fact; r:gives {((2 4 9 9) "=<") list:sort (2 4 9 9)}] - [ a r:Fact; r:gives {((2 4 9 9) ">=") list:sort (9 9 4 2)}] - skolem:lemma4864 - skolem:lemma4865 - [ a r:Fact; r:gives {(9942 2499) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2499 a r:Inference; - r:gives { - 2500 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2500 math:notEqualTo 0}] - skolem:lemma4866 - [ a r:Fact; r:gives {((2 5 0 0) "=<") list:sort (0 0 2 5)}] - [ a r:Fact; r:gives {((2 5 0 0) ">=") list:sort (5 2 0 0)}] - skolem:lemma4015 - skolem:lemma4016 - [ a r:Fact; r:gives {(5200 25) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2500 a r:Inference; - r:gives { - 2501 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2501 math:notEqualTo 0}] - skolem:lemma4867 - [ a r:Fact; r:gives {((2 5 0 1) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((2 5 0 1) ">=") list:sort (5 2 1 0)}] - skolem:lemma4043 - skolem:lemma4044 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2501 a r:Inference; - r:gives { - 2502 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2502 math:notEqualTo 0}] - skolem:lemma4868 - [ a r:Fact; r:gives {((2 5 0 2) "=<") list:sort (0 2 2 5)}] - [ a r:Fact; r:gives {((2 5 0 2) ">=") list:sort (5 2 2 0)}] - skolem:lemma4069 - skolem:lemma4070 - [ a r:Fact; r:gives {(5220 225) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2502 a r:Inference; - r:gives { - 2503 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2503 math:notEqualTo 0}] - skolem:lemma4869 - [ a r:Fact; r:gives {((2 5 0 3) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((2 5 0 3) ">=") list:sort (5 3 2 0)}] - skolem:lemma4093 - skolem:lemma4094 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2503 a r:Inference; - r:gives { - 2504 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2504 math:notEqualTo 0}] - skolem:lemma4870 - [ a r:Fact; r:gives {((2 5 0 4) "=<") list:sort (0 2 4 5)}] - [ a r:Fact; r:gives {((2 5 0 4) ">=") list:sort (5 4 2 0)}] - skolem:lemma4115 - skolem:lemma4116 - [ a r:Fact; r:gives {(5420 245) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2504 a r:Inference; - r:gives { - 2505 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2505 math:notEqualTo 0}] - skolem:lemma4871 - [ a r:Fact; r:gives {((2 5 0 5) "=<") list:sort (0 2 5 5)}] - [ a r:Fact; r:gives {((2 5 0 5) ">=") list:sort (5 5 2 0)}] - skolem:lemma4135 - skolem:lemma4136 - [ a r:Fact; r:gives {(5520 255) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2505 a r:Inference; - r:gives { - 2506 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2506 math:notEqualTo 0}] - skolem:lemma4872 - [ a r:Fact; r:gives {((2 5 0 6) "=<") list:sort (0 2 5 6)}] - [ a r:Fact; r:gives {((2 5 0 6) ">=") list:sort (6 5 2 0)}] - skolem:lemma4138 - skolem:lemma4139 - [ a r:Fact; r:gives {(6520 256) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2506 a r:Inference; - r:gives { - 2507 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2507 math:notEqualTo 0}] - skolem:lemma4873 - [ a r:Fact; r:gives {((2 5 0 7) "=<") list:sort (0 2 5 7)}] - [ a r:Fact; r:gives {((2 5 0 7) ">=") list:sort (7 5 2 0)}] - skolem:lemma4141 - skolem:lemma4142 - [ a r:Fact; r:gives {(7520 257) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2507 a r:Inference; - r:gives { - 2508 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2508 math:notEqualTo 0}] - skolem:lemma4874 - [ a r:Fact; r:gives {((2 5 0 8) "=<") list:sort (0 2 5 8)}] - [ a r:Fact; r:gives {((2 5 0 8) ">=") list:sort (8 5 2 0)}] - skolem:lemma4144 - skolem:lemma4145 - [ a r:Fact; r:gives {(8520 258) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2508 a r:Inference; - r:gives { - 2509 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2509 math:notEqualTo 0}] - skolem:lemma4875 - [ a r:Fact; r:gives {((2 5 0 9) "=<") list:sort (0 2 5 9)}] - [ a r:Fact; r:gives {((2 5 0 9) ">=") list:sort (9 5 2 0)}] - skolem:lemma4147 - skolem:lemma4148 - [ a r:Fact; r:gives {(9520 259) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2509 a r:Inference; - r:gives { - 2510 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2510 math:notEqualTo 0}] - skolem:lemma4876 - [ a r:Fact; r:gives {((2 5 1 0) "=<") list:sort (0 1 2 5)}] - [ a r:Fact; r:gives {((2 5 1 0) ">=") list:sort (5 2 1 0)}] - skolem:lemma4043 - skolem:lemma4044 - [ a r:Fact; r:gives {(5210 125) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2510 a r:Inference; - r:gives { - 2511 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2511 math:notEqualTo 0}] - skolem:lemma4877 - [ a r:Fact; r:gives {((2 5 1 1) "=<") list:sort (1 1 2 5)}] - [ a r:Fact; r:gives {((2 5 1 1) ">=") list:sort (5 2 1 1)}] - skolem:lemma4233 - skolem:lemma4234 - [ a r:Fact; r:gives {(5211 1125) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2511 a r:Inference; - r:gives { - 2512 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2512 math:notEqualTo 0}] - skolem:lemma4878 - [ a r:Fact; r:gives {((2 5 1 2) "=<") list:sort (1 2 2 5)}] - [ a r:Fact; r:gives {((2 5 1 2) ">=") list:sort (5 2 2 1)}] - skolem:lemma4259 - skolem:lemma4260 - [ a r:Fact; r:gives {(5221 1225) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2512 a r:Inference; - r:gives { - 2513 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2513 math:notEqualTo 0}] - skolem:lemma4879 - [ a r:Fact; r:gives {((2 5 1 3) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((2 5 1 3) ">=") list:sort (5 3 2 1)}] - skolem:lemma4283 - skolem:lemma4284 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2513 a r:Inference; - r:gives { - 2514 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2514 math:notEqualTo 0}] - skolem:lemma4880 - [ a r:Fact; r:gives {((2 5 1 4) "=<") list:sort (1 2 4 5)}] - [ a r:Fact; r:gives {((2 5 1 4) ">=") list:sort (5 4 2 1)}] - skolem:lemma4305 - skolem:lemma4306 - [ a r:Fact; r:gives {(5421 1245) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2514 a r:Inference; - r:gives { - 2515 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2515 math:notEqualTo 0}] - skolem:lemma4881 - [ a r:Fact; r:gives {((2 5 1 5) "=<") list:sort (1 2 5 5)}] - [ a r:Fact; r:gives {((2 5 1 5) ">=") list:sort (5 5 2 1)}] - skolem:lemma4325 - skolem:lemma4326 - [ a r:Fact; r:gives {(5521 1255) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2515 a r:Inference; - r:gives { - 2516 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2516 math:notEqualTo 0}] - skolem:lemma4882 - [ a r:Fact; r:gives {((2 5 1 6) "=<") list:sort (1 2 5 6)}] - [ a r:Fact; r:gives {((2 5 1 6) ">=") list:sort (6 5 2 1)}] - skolem:lemma4328 - skolem:lemma4329 - [ a r:Fact; r:gives {(6521 1256) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2516 a r:Inference; - r:gives { - 2517 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2517 math:notEqualTo 0}] - skolem:lemma4883 - [ a r:Fact; r:gives {((2 5 1 7) "=<") list:sort (1 2 5 7)}] - [ a r:Fact; r:gives {((2 5 1 7) ">=") list:sort (7 5 2 1)}] - skolem:lemma4331 - skolem:lemma4332 - [ a r:Fact; r:gives {(7521 1257) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2517 a r:Inference; - r:gives { - 2518 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2518 math:notEqualTo 0}] - skolem:lemma4884 - [ a r:Fact; r:gives {((2 5 1 8) "=<") list:sort (1 2 5 8)}] - [ a r:Fact; r:gives {((2 5 1 8) ">=") list:sort (8 5 2 1)}] - skolem:lemma4334 - skolem:lemma4335 - [ a r:Fact; r:gives {(8521 1258) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2518 a r:Inference; - r:gives { - 2519 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2519 math:notEqualTo 0}] - skolem:lemma4885 - [ a r:Fact; r:gives {((2 5 1 9) "=<") list:sort (1 2 5 9)}] - [ a r:Fact; r:gives {((2 5 1 9) ">=") list:sort (9 5 2 1)}] - skolem:lemma4337 - skolem:lemma4338 - [ a r:Fact; r:gives {(9521 1259) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2519 a r:Inference; - r:gives { - 2520 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2520 math:notEqualTo 0}] - skolem:lemma4886 - [ a r:Fact; r:gives {((2 5 2 0) "=<") list:sort (0 2 2 5)}] - [ a r:Fact; r:gives {((2 5 2 0) ">=") list:sort (5 2 2 0)}] - skolem:lemma4069 - skolem:lemma4070 - [ a r:Fact; r:gives {(5220 225) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2520 a r:Inference; - r:gives { - 2521 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2521 math:notEqualTo 0}] - skolem:lemma4887 - [ a r:Fact; r:gives {((2 5 2 1) "=<") list:sort (1 2 2 5)}] - [ a r:Fact; r:gives {((2 5 2 1) ">=") list:sort (5 2 2 1)}] - skolem:lemma4259 - skolem:lemma4260 - [ a r:Fact; r:gives {(5221 1225) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2521 a r:Inference; - r:gives { - 2522 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2522 math:notEqualTo 0}] - skolem:lemma4888 - [ a r:Fact; r:gives {((2 5 2 2) "=<") list:sort (2 2 2 5)}] - [ a r:Fact; r:gives {((2 5 2 2) ">=") list:sort (5 2 2 2)}] - skolem:lemma4428 - skolem:lemma4429 - [ a r:Fact; r:gives {(5222 2225) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2522 a r:Inference; - r:gives { - 2523 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2523 math:notEqualTo 0}] - skolem:lemma4889 - [ a r:Fact; r:gives {((2 5 2 3) "=<") list:sort (2 2 3 5)}] - [ a r:Fact; r:gives {((2 5 2 3) ">=") list:sort (5 3 2 2)}] - skolem:lemma4452 - skolem:lemma4453 - [ a r:Fact; r:gives {(5322 2235) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2523 a r:Inference; - r:gives { - 2524 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2524 math:notEqualTo 0}] - skolem:lemma4890 - [ a r:Fact; r:gives {((2 5 2 4) "=<") list:sort (2 2 4 5)}] - [ a r:Fact; r:gives {((2 5 2 4) ">=") list:sort (5 4 2 2)}] - skolem:lemma4474 - skolem:lemma4475 - [ a r:Fact; r:gives {(5422 2245) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2524 a r:Inference; - r:gives { - 2525 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2525 math:notEqualTo 0}] - skolem:lemma4891 - [ a r:Fact; r:gives {((2 5 2 5) "=<") list:sort (2 2 5 5)}] - [ a r:Fact; r:gives {((2 5 2 5) ">=") list:sort (5 5 2 2)}] - skolem:lemma4494 - skolem:lemma4495 - [ a r:Fact; r:gives {(5522 2255) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2525 a r:Inference; - r:gives { - 2526 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2526 math:notEqualTo 0}] - skolem:lemma4892 - [ a r:Fact; r:gives {((2 5 2 6) "=<") list:sort (2 2 5 6)}] - [ a r:Fact; r:gives {((2 5 2 6) ">=") list:sort (6 5 2 2)}] - skolem:lemma4497 - skolem:lemma4498 - [ a r:Fact; r:gives {(6522 2256) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2526 a r:Inference; - r:gives { - 2527 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2527 math:notEqualTo 0}] - skolem:lemma4893 - [ a r:Fact; r:gives {((2 5 2 7) "=<") list:sort (2 2 5 7)}] - [ a r:Fact; r:gives {((2 5 2 7) ">=") list:sort (7 5 2 2)}] - skolem:lemma4500 - skolem:lemma4501 - [ a r:Fact; r:gives {(7522 2257) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2527 a r:Inference; - r:gives { - 2528 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2528 math:notEqualTo 0}] - skolem:lemma4894 - [ a r:Fact; r:gives {((2 5 2 8) "=<") list:sort (2 2 5 8)}] - [ a r:Fact; r:gives {((2 5 2 8) ">=") list:sort (8 5 2 2)}] - skolem:lemma4503 - skolem:lemma4504 - [ a r:Fact; r:gives {(8522 2258) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2528 a r:Inference; - r:gives { - 2529 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2529 math:notEqualTo 0}] - skolem:lemma4895 - [ a r:Fact; r:gives {((2 5 2 9) "=<") list:sort (2 2 5 9)}] - [ a r:Fact; r:gives {((2 5 2 9) ">=") list:sort (9 5 2 2)}] - skolem:lemma4506 - skolem:lemma4507 - [ a r:Fact; r:gives {(9522 2259) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2529 a r:Inference; - r:gives { - 2530 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2530 math:notEqualTo 0}] - skolem:lemma4896 - [ a r:Fact; r:gives {((2 5 3 0) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((2 5 3 0) ">=") list:sort (5 3 2 0)}] - skolem:lemma4093 - skolem:lemma4094 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2530 a r:Inference; - r:gives { - 2531 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2531 math:notEqualTo 0}] - skolem:lemma4897 - [ a r:Fact; r:gives {((2 5 3 1) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((2 5 3 1) ">=") list:sort (5 3 2 1)}] - skolem:lemma4283 - skolem:lemma4284 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2531 a r:Inference; - r:gives { - 2532 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2532 math:notEqualTo 0}] - skolem:lemma4898 - [ a r:Fact; r:gives {((2 5 3 2) "=<") list:sort (2 2 3 5)}] - [ a r:Fact; r:gives {((2 5 3 2) ">=") list:sort (5 3 2 2)}] - skolem:lemma4452 - skolem:lemma4453 - [ a r:Fact; r:gives {(5322 2235) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2532 a r:Inference; - r:gives { - 2533 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2533 math:notEqualTo 0}] - skolem:lemma4899 - [ a r:Fact; r:gives {((2 5 3 3) "=<") list:sort (2 3 3 5)}] - [ a r:Fact; r:gives {((2 5 3 3) ">=") list:sort (5 3 3 2)}] - skolem:lemma4608 - skolem:lemma4609 - [ a r:Fact; r:gives {(5332 2335) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2533 a r:Inference; - r:gives { - 2534 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2534 math:notEqualTo 0}] - skolem:lemma4900 - [ a r:Fact; r:gives {((2 5 3 4) "=<") list:sort (2 3 4 5)}] - [ a r:Fact; r:gives {((2 5 3 4) ">=") list:sort (5 4 3 2)}] - skolem:lemma4630 - skolem:lemma4631 - [ a r:Fact; r:gives {(5432 2345) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2534 a r:Inference; - r:gives { - 2535 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2535 math:notEqualTo 0}] - skolem:lemma4901 - [ a r:Fact; r:gives {((2 5 3 5) "=<") list:sort (2 3 5 5)}] - [ a r:Fact; r:gives {((2 5 3 5) ">=") list:sort (5 5 3 2)}] - skolem:lemma4650 - skolem:lemma4651 - [ a r:Fact; r:gives {(5532 2355) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2535 a r:Inference; - r:gives { - 2536 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2536 math:notEqualTo 0}] - skolem:lemma4902 - [ a r:Fact; r:gives {((2 5 3 6) "=<") list:sort (2 3 5 6)}] - [ a r:Fact; r:gives {((2 5 3 6) ">=") list:sort (6 5 3 2)}] - skolem:lemma4653 - skolem:lemma4654 - [ a r:Fact; r:gives {(6532 2356) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2536 a r:Inference; - r:gives { - 2537 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2537 math:notEqualTo 0}] - skolem:lemma4903 - [ a r:Fact; r:gives {((2 5 3 7) "=<") list:sort (2 3 5 7)}] - [ a r:Fact; r:gives {((2 5 3 7) ">=") list:sort (7 5 3 2)}] - skolem:lemma4656 - skolem:lemma4657 - [ a r:Fact; r:gives {(7532 2357) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2537 a r:Inference; - r:gives { - 2538 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2538 math:notEqualTo 0}] - skolem:lemma4904 - [ a r:Fact; r:gives {((2 5 3 8) "=<") list:sort (2 3 5 8)}] - [ a r:Fact; r:gives {((2 5 3 8) ">=") list:sort (8 5 3 2)}] - skolem:lemma4659 - skolem:lemma4660 - [ a r:Fact; r:gives {(8532 2358) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2538 a r:Inference; - r:gives { - 2539 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2539 math:notEqualTo 0}] - skolem:lemma4905 - [ a r:Fact; r:gives {((2 5 3 9) "=<") list:sort (2 3 5 9)}] - [ a r:Fact; r:gives {((2 5 3 9) ">=") list:sort (9 5 3 2)}] - skolem:lemma4662 - skolem:lemma4663 - [ a r:Fact; r:gives {(9532 2359) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2539 a r:Inference; - r:gives { - 2540 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2540 math:notEqualTo 0}] - skolem:lemma4906 - [ a r:Fact; r:gives {((2 5 4 0) "=<") list:sort (0 2 4 5)}] - [ a r:Fact; r:gives {((2 5 4 0) ">=") list:sort (5 4 2 0)}] - skolem:lemma4115 - skolem:lemma4116 - [ a r:Fact; r:gives {(5420 245) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2540 a r:Inference; - r:gives { - 2541 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2541 math:notEqualTo 0}] - skolem:lemma4907 - [ a r:Fact; r:gives {((2 5 4 1) "=<") list:sort (1 2 4 5)}] - [ a r:Fact; r:gives {((2 5 4 1) ">=") list:sort (5 4 2 1)}] - skolem:lemma4305 - skolem:lemma4306 - [ a r:Fact; r:gives {(5421 1245) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2541 a r:Inference; - r:gives { - 2542 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2542 math:notEqualTo 0}] - skolem:lemma4908 - [ a r:Fact; r:gives {((2 5 4 2) "=<") list:sort (2 2 4 5)}] - [ a r:Fact; r:gives {((2 5 4 2) ">=") list:sort (5 4 2 2)}] - skolem:lemma4474 - skolem:lemma4475 - [ a r:Fact; r:gives {(5422 2245) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2542 a r:Inference; - r:gives { - 2543 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2543 math:notEqualTo 0}] - skolem:lemma4909 - [ a r:Fact; r:gives {((2 5 4 3) "=<") list:sort (2 3 4 5)}] - [ a r:Fact; r:gives {((2 5 4 3) ">=") list:sort (5 4 3 2)}] - skolem:lemma4630 - skolem:lemma4631 - [ a r:Fact; r:gives {(5432 2345) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2543 a r:Inference; - r:gives { - 2544 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2544 math:notEqualTo 0}] - skolem:lemma4910 - [ a r:Fact; r:gives {((2 5 4 4) "=<") list:sort (2 4 4 5)}] - [ a r:Fact; r:gives {((2 5 4 4) ">=") list:sort (5 4 4 2)}] - skolem:lemma4772 - skolem:lemma4773 - [ a r:Fact; r:gives {(5442 2445) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2544 a r:Inference; - r:gives { - 2545 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2545 math:notEqualTo 0}] - skolem:lemma4911 - [ a r:Fact; r:gives {((2 5 4 5) "=<") list:sort (2 4 5 5)}] - [ a r:Fact; r:gives {((2 5 4 5) ">=") list:sort (5 5 4 2)}] - skolem:lemma4792 - skolem:lemma4793 - [ a r:Fact; r:gives {(5542 2455) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2545 a r:Inference; - r:gives { - 2546 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2546 math:notEqualTo 0}] - skolem:lemma4912 - [ a r:Fact; r:gives {((2 5 4 6) "=<") list:sort (2 4 5 6)}] - [ a r:Fact; r:gives {((2 5 4 6) ">=") list:sort (6 5 4 2)}] - skolem:lemma4795 - skolem:lemma4796 - [ a r:Fact; r:gives {(6542 2456) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2546 a r:Inference; - r:gives { - 2547 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2547 math:notEqualTo 0}] - skolem:lemma4913 - [ a r:Fact; r:gives {((2 5 4 7) "=<") list:sort (2 4 5 7)}] - [ a r:Fact; r:gives {((2 5 4 7) ">=") list:sort (7 5 4 2)}] - skolem:lemma4798 - skolem:lemma4799 - [ a r:Fact; r:gives {(7542 2457) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2547 a r:Inference; - r:gives { - 2548 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2548 math:notEqualTo 0}] - skolem:lemma4914 - [ a r:Fact; r:gives {((2 5 4 8) "=<") list:sort (2 4 5 8)}] - [ a r:Fact; r:gives {((2 5 4 8) ">=") list:sort (8 5 4 2)}] - skolem:lemma4801 - skolem:lemma4802 - [ a r:Fact; r:gives {(8542 2458) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2548 a r:Inference; - r:gives { - 2549 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2549 math:notEqualTo 0}] - skolem:lemma4915 - [ a r:Fact; r:gives {((2 5 4 9) "=<") list:sort (2 4 5 9)}] - [ a r:Fact; r:gives {((2 5 4 9) ">=") list:sort (9 5 4 2)}] - skolem:lemma4804 - skolem:lemma4805 - [ a r:Fact; r:gives {(9542 2459) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2549 a r:Inference; - r:gives { - 2550 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2550 math:notEqualTo 0}] - skolem:lemma4916 - [ a r:Fact; r:gives {((2 5 5 0) "=<") list:sort (0 2 5 5)}] - [ a r:Fact; r:gives {((2 5 5 0) ">=") list:sort (5 5 2 0)}] - skolem:lemma4135 - skolem:lemma4136 - [ a r:Fact; r:gives {(5520 255) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2550 a r:Inference; - r:gives { - 2551 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2551 math:notEqualTo 0}] - skolem:lemma4917 - [ a r:Fact; r:gives {((2 5 5 1) "=<") list:sort (1 2 5 5)}] - [ a r:Fact; r:gives {((2 5 5 1) ">=") list:sort (5 5 2 1)}] - skolem:lemma4325 - skolem:lemma4326 - [ a r:Fact; r:gives {(5521 1255) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2551 a r:Inference; - r:gives { - 2552 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2552 math:notEqualTo 0}] - skolem:lemma4918 - [ a r:Fact; r:gives {((2 5 5 2) "=<") list:sort (2 2 5 5)}] - [ a r:Fact; r:gives {((2 5 5 2) ">=") list:sort (5 5 2 2)}] - skolem:lemma4494 - skolem:lemma4495 - [ a r:Fact; r:gives {(5522 2255) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2552 a r:Inference; - r:gives { - 2553 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2553 math:notEqualTo 0}] - skolem:lemma4919 - [ a r:Fact; r:gives {((2 5 5 3) "=<") list:sort (2 3 5 5)}] - [ a r:Fact; r:gives {((2 5 5 3) ">=") list:sort (5 5 3 2)}] - skolem:lemma4650 - skolem:lemma4651 - [ a r:Fact; r:gives {(5532 2355) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2553 a r:Inference; - r:gives { - 2554 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2554 math:notEqualTo 0}] - skolem:lemma4920 - [ a r:Fact; r:gives {((2 5 5 4) "=<") list:sort (2 4 5 5)}] - [ a r:Fact; r:gives {((2 5 5 4) ">=") list:sort (5 5 4 2)}] - skolem:lemma4792 - skolem:lemma4793 - [ a r:Fact; r:gives {(5542 2455) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2554 a r:Inference; - r:gives { - 2555 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2555 math:notEqualTo 0}] - skolem:lemma4921 - [ a r:Fact; r:gives {((2 5 5 5) "=<") list:sort (2 5 5 5)}] - [ a r:Fact; r:gives {((2 5 5 5) ">=") list:sort (5 5 5 2)}] - skolem:lemma4922 - skolem:lemma4923 - [ a r:Fact; r:gives {(5552 2555) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2555 a r:Inference; - r:gives { - 2556 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2556 math:notEqualTo 0}] - skolem:lemma4924 - [ a r:Fact; r:gives {((2 5 5 6) "=<") list:sort (2 5 5 6)}] - [ a r:Fact; r:gives {((2 5 5 6) ">=") list:sort (6 5 5 2)}] - skolem:lemma4925 - skolem:lemma4926 - [ a r:Fact; r:gives {(6552 2556) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2556 a r:Inference; - r:gives { - 2557 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2557 math:notEqualTo 0}] - skolem:lemma4927 - [ a r:Fact; r:gives {((2 5 5 7) "=<") list:sort (2 5 5 7)}] - [ a r:Fact; r:gives {((2 5 5 7) ">=") list:sort (7 5 5 2)}] - skolem:lemma4928 - skolem:lemma4929 - [ a r:Fact; r:gives {(7552 2557) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2557 a r:Inference; - r:gives { - 2558 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2558 math:notEqualTo 0}] - skolem:lemma4930 - [ a r:Fact; r:gives {((2 5 5 8) "=<") list:sort (2 5 5 8)}] - [ a r:Fact; r:gives {((2 5 5 8) ">=") list:sort (8 5 5 2)}] - skolem:lemma4931 - skolem:lemma4932 - [ a r:Fact; r:gives {(8552 2558) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2558 a r:Inference; - r:gives { - 2559 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2559 math:notEqualTo 0}] - skolem:lemma4933 - [ a r:Fact; r:gives {((2 5 5 9) "=<") list:sort (2 5 5 9)}] - [ a r:Fact; r:gives {((2 5 5 9) ">=") list:sort (9 5 5 2)}] - skolem:lemma4934 - skolem:lemma4935 - [ a r:Fact; r:gives {(9552 2559) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2559 a r:Inference; - r:gives { - 2560 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2560 math:notEqualTo 0}] - skolem:lemma4936 - [ a r:Fact; r:gives {((2 5 6 0) "=<") list:sort (0 2 5 6)}] - [ a r:Fact; r:gives {((2 5 6 0) ">=") list:sort (6 5 2 0)}] - skolem:lemma4138 - skolem:lemma4139 - [ a r:Fact; r:gives {(6520 256) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2560 a r:Inference; - r:gives { - 2561 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2561 math:notEqualTo 0}] - skolem:lemma4937 - [ a r:Fact; r:gives {((2 5 6 1) "=<") list:sort (1 2 5 6)}] - [ a r:Fact; r:gives {((2 5 6 1) ">=") list:sort (6 5 2 1)}] - skolem:lemma4328 - skolem:lemma4329 - [ a r:Fact; r:gives {(6521 1256) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2561 a r:Inference; - r:gives { - 2562 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2562 math:notEqualTo 0}] - skolem:lemma4938 - [ a r:Fact; r:gives {((2 5 6 2) "=<") list:sort (2 2 5 6)}] - [ a r:Fact; r:gives {((2 5 6 2) ">=") list:sort (6 5 2 2)}] - skolem:lemma4497 - skolem:lemma4498 - [ a r:Fact; r:gives {(6522 2256) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2562 a r:Inference; - r:gives { - 2563 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2563 math:notEqualTo 0}] - skolem:lemma4939 - [ a r:Fact; r:gives {((2 5 6 3) "=<") list:sort (2 3 5 6)}] - [ a r:Fact; r:gives {((2 5 6 3) ">=") list:sort (6 5 3 2)}] - skolem:lemma4653 - skolem:lemma4654 - [ a r:Fact; r:gives {(6532 2356) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2563 a r:Inference; - r:gives { - 2564 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2564 math:notEqualTo 0}] - skolem:lemma4940 - [ a r:Fact; r:gives {((2 5 6 4) "=<") list:sort (2 4 5 6)}] - [ a r:Fact; r:gives {((2 5 6 4) ">=") list:sort (6 5 4 2)}] - skolem:lemma4795 - skolem:lemma4796 - [ a r:Fact; r:gives {(6542 2456) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2564 a r:Inference; - r:gives { - 2565 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2565 math:notEqualTo 0}] - skolem:lemma4941 - [ a r:Fact; r:gives {((2 5 6 5) "=<") list:sort (2 5 5 6)}] - [ a r:Fact; r:gives {((2 5 6 5) ">=") list:sort (6 5 5 2)}] - skolem:lemma4925 - skolem:lemma4926 - [ a r:Fact; r:gives {(6552 2556) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2565 a r:Inference; - r:gives { - 2566 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2566 math:notEqualTo 0}] - skolem:lemma4942 - [ a r:Fact; r:gives {((2 5 6 6) "=<") list:sort (2 5 6 6)}] - [ a r:Fact; r:gives {((2 5 6 6) ">=") list:sort (6 6 5 2)}] - skolem:lemma4943 - skolem:lemma4944 - [ a r:Fact; r:gives {(6652 2566) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2566 a r:Inference; - r:gives { - 2567 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2567 math:notEqualTo 0}] - skolem:lemma4945 - [ a r:Fact; r:gives {((2 5 6 7) "=<") list:sort (2 5 6 7)}] - [ a r:Fact; r:gives {((2 5 6 7) ">=") list:sort (7 6 5 2)}] - skolem:lemma4946 - skolem:lemma4947 - [ a r:Fact; r:gives {(7652 2567) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2567 a r:Inference; - r:gives { - 2568 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2568 math:notEqualTo 0}] - skolem:lemma4948 - [ a r:Fact; r:gives {((2 5 6 8) "=<") list:sort (2 5 6 8)}] - [ a r:Fact; r:gives {((2 5 6 8) ">=") list:sort (8 6 5 2)}] - skolem:lemma4949 - skolem:lemma4950 - [ a r:Fact; r:gives {(8652 2568) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2568 a r:Inference; - r:gives { - 2569 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2569 math:notEqualTo 0}] - skolem:lemma4951 - [ a r:Fact; r:gives {((2 5 6 9) "=<") list:sort (2 5 6 9)}] - [ a r:Fact; r:gives {((2 5 6 9) ">=") list:sort (9 6 5 2)}] - skolem:lemma4952 - skolem:lemma4953 - [ a r:Fact; r:gives {(9652 2569) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2569 a r:Inference; - r:gives { - 2570 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2570 math:notEqualTo 0}] - skolem:lemma4954 - [ a r:Fact; r:gives {((2 5 7 0) "=<") list:sort (0 2 5 7)}] - [ a r:Fact; r:gives {((2 5 7 0) ">=") list:sort (7 5 2 0)}] - skolem:lemma4141 - skolem:lemma4142 - [ a r:Fact; r:gives {(7520 257) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2570 a r:Inference; - r:gives { - 2571 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2571 math:notEqualTo 0}] - skolem:lemma4955 - [ a r:Fact; r:gives {((2 5 7 1) "=<") list:sort (1 2 5 7)}] - [ a r:Fact; r:gives {((2 5 7 1) ">=") list:sort (7 5 2 1)}] - skolem:lemma4331 - skolem:lemma4332 - [ a r:Fact; r:gives {(7521 1257) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2571 a r:Inference; - r:gives { - 2572 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2572 math:notEqualTo 0}] - skolem:lemma4956 - [ a r:Fact; r:gives {((2 5 7 2) "=<") list:sort (2 2 5 7)}] - [ a r:Fact; r:gives {((2 5 7 2) ">=") list:sort (7 5 2 2)}] - skolem:lemma4500 - skolem:lemma4501 - [ a r:Fact; r:gives {(7522 2257) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2572 a r:Inference; - r:gives { - 2573 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2573 math:notEqualTo 0}] - skolem:lemma4957 - [ a r:Fact; r:gives {((2 5 7 3) "=<") list:sort (2 3 5 7)}] - [ a r:Fact; r:gives {((2 5 7 3) ">=") list:sort (7 5 3 2)}] - skolem:lemma4656 - skolem:lemma4657 - [ a r:Fact; r:gives {(7532 2357) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2573 a r:Inference; - r:gives { - 2574 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2574 math:notEqualTo 0}] - skolem:lemma4958 - [ a r:Fact; r:gives {((2 5 7 4) "=<") list:sort (2 4 5 7)}] - [ a r:Fact; r:gives {((2 5 7 4) ">=") list:sort (7 5 4 2)}] - skolem:lemma4798 - skolem:lemma4799 - [ a r:Fact; r:gives {(7542 2457) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2574 a r:Inference; - r:gives { - 2575 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2575 math:notEqualTo 0}] - skolem:lemma4959 - [ a r:Fact; r:gives {((2 5 7 5) "=<") list:sort (2 5 5 7)}] - [ a r:Fact; r:gives {((2 5 7 5) ">=") list:sort (7 5 5 2)}] - skolem:lemma4928 - skolem:lemma4929 - [ a r:Fact; r:gives {(7552 2557) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2575 a r:Inference; - r:gives { - 2576 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2576 math:notEqualTo 0}] - skolem:lemma4960 - [ a r:Fact; r:gives {((2 5 7 6) "=<") list:sort (2 5 6 7)}] - [ a r:Fact; r:gives {((2 5 7 6) ">=") list:sort (7 6 5 2)}] - skolem:lemma4946 - skolem:lemma4947 - [ a r:Fact; r:gives {(7652 2567) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2576 a r:Inference; - r:gives { - 2577 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2577 math:notEqualTo 0}] - skolem:lemma4961 - [ a r:Fact; r:gives {((2 5 7 7) "=<") list:sort (2 5 7 7)}] - [ a r:Fact; r:gives {((2 5 7 7) ">=") list:sort (7 7 5 2)}] - skolem:lemma4962 - skolem:lemma4963 - [ a r:Fact; r:gives {(7752 2577) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2577 a r:Inference; - r:gives { - 2578 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2578 math:notEqualTo 0}] - skolem:lemma4964 - [ a r:Fact; r:gives {((2 5 7 8) "=<") list:sort (2 5 7 8)}] - [ a r:Fact; r:gives {((2 5 7 8) ">=") list:sort (8 7 5 2)}] - skolem:lemma4965 - skolem:lemma4966 - [ a r:Fact; r:gives {(8752 2578) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2578 a r:Inference; - r:gives { - 2579 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2579 math:notEqualTo 0}] - skolem:lemma4967 - [ a r:Fact; r:gives {((2 5 7 9) "=<") list:sort (2 5 7 9)}] - [ a r:Fact; r:gives {((2 5 7 9) ">=") list:sort (9 7 5 2)}] - skolem:lemma4968 - skolem:lemma4969 - [ a r:Fact; r:gives {(9752 2579) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2579 a r:Inference; - r:gives { - 2580 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2580 math:notEqualTo 0}] - skolem:lemma4970 - [ a r:Fact; r:gives {((2 5 8 0) "=<") list:sort (0 2 5 8)}] - [ a r:Fact; r:gives {((2 5 8 0) ">=") list:sort (8 5 2 0)}] - skolem:lemma4144 - skolem:lemma4145 - [ a r:Fact; r:gives {(8520 258) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2580 a r:Inference; - r:gives { - 2581 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2581 math:notEqualTo 0}] - skolem:lemma4971 - [ a r:Fact; r:gives {((2 5 8 1) "=<") list:sort (1 2 5 8)}] - [ a r:Fact; r:gives {((2 5 8 1) ">=") list:sort (8 5 2 1)}] - skolem:lemma4334 - skolem:lemma4335 - [ a r:Fact; r:gives {(8521 1258) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2581 a r:Inference; - r:gives { - 2582 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2582 math:notEqualTo 0}] - skolem:lemma4972 - [ a r:Fact; r:gives {((2 5 8 2) "=<") list:sort (2 2 5 8)}] - [ a r:Fact; r:gives {((2 5 8 2) ">=") list:sort (8 5 2 2)}] - skolem:lemma4503 - skolem:lemma4504 - [ a r:Fact; r:gives {(8522 2258) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2582 a r:Inference; - r:gives { - 2583 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2583 math:notEqualTo 0}] - skolem:lemma4973 - [ a r:Fact; r:gives {((2 5 8 3) "=<") list:sort (2 3 5 8)}] - [ a r:Fact; r:gives {((2 5 8 3) ">=") list:sort (8 5 3 2)}] - skolem:lemma4659 - skolem:lemma4660 - [ a r:Fact; r:gives {(8532 2358) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2583 a r:Inference; - r:gives { - 2584 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2584 math:notEqualTo 0}] - skolem:lemma4974 - [ a r:Fact; r:gives {((2 5 8 4) "=<") list:sort (2 4 5 8)}] - [ a r:Fact; r:gives {((2 5 8 4) ">=") list:sort (8 5 4 2)}] - skolem:lemma4801 - skolem:lemma4802 - [ a r:Fact; r:gives {(8542 2458) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2584 a r:Inference; - r:gives { - 2585 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2585 math:notEqualTo 0}] - skolem:lemma4975 - [ a r:Fact; r:gives {((2 5 8 5) "=<") list:sort (2 5 5 8)}] - [ a r:Fact; r:gives {((2 5 8 5) ">=") list:sort (8 5 5 2)}] - skolem:lemma4931 - skolem:lemma4932 - [ a r:Fact; r:gives {(8552 2558) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2585 a r:Inference; - r:gives { - 2586 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2586 math:notEqualTo 0}] - skolem:lemma4976 - [ a r:Fact; r:gives {((2 5 8 6) "=<") list:sort (2 5 6 8)}] - [ a r:Fact; r:gives {((2 5 8 6) ">=") list:sort (8 6 5 2)}] - skolem:lemma4949 - skolem:lemma4950 - [ a r:Fact; r:gives {(8652 2568) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2586 a r:Inference; - r:gives { - 2587 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2587 math:notEqualTo 0}] - skolem:lemma4977 - [ a r:Fact; r:gives {((2 5 8 7) "=<") list:sort (2 5 7 8)}] - [ a r:Fact; r:gives {((2 5 8 7) ">=") list:sort (8 7 5 2)}] - skolem:lemma4965 - skolem:lemma4966 - [ a r:Fact; r:gives {(8752 2578) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2587 a r:Inference; - r:gives { - 2588 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2588 math:notEqualTo 0}] - skolem:lemma4978 - [ a r:Fact; r:gives {((2 5 8 8) "=<") list:sort (2 5 8 8)}] - [ a r:Fact; r:gives {((2 5 8 8) ">=") list:sort (8 8 5 2)}] - skolem:lemma4979 - skolem:lemma4980 - [ a r:Fact; r:gives {(8852 2588) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2588 a r:Inference; - r:gives { - 2589 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2589 math:notEqualTo 0}] - skolem:lemma4981 - [ a r:Fact; r:gives {((2 5 8 9) "=<") list:sort (2 5 8 9)}] - [ a r:Fact; r:gives {((2 5 8 9) ">=") list:sort (9 8 5 2)}] - skolem:lemma4982 - skolem:lemma4983 - [ a r:Fact; r:gives {(9852 2589) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2589 a r:Inference; - r:gives { - 2590 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2590 math:notEqualTo 0}] - skolem:lemma4984 - [ a r:Fact; r:gives {((2 5 9 0) "=<") list:sort (0 2 5 9)}] - [ a r:Fact; r:gives {((2 5 9 0) ">=") list:sort (9 5 2 0)}] - skolem:lemma4147 - skolem:lemma4148 - [ a r:Fact; r:gives {(9520 259) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2590 a r:Inference; - r:gives { - 2591 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2591 math:notEqualTo 0}] - skolem:lemma4985 - [ a r:Fact; r:gives {((2 5 9 1) "=<") list:sort (1 2 5 9)}] - [ a r:Fact; r:gives {((2 5 9 1) ">=") list:sort (9 5 2 1)}] - skolem:lemma4337 - skolem:lemma4338 - [ a r:Fact; r:gives {(9521 1259) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2591 a r:Inference; - r:gives { - 2592 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2592 math:notEqualTo 0}] - skolem:lemma4986 - [ a r:Fact; r:gives {((2 5 9 2) "=<") list:sort (2 2 5 9)}] - [ a r:Fact; r:gives {((2 5 9 2) ">=") list:sort (9 5 2 2)}] - skolem:lemma4506 - skolem:lemma4507 - [ a r:Fact; r:gives {(9522 2259) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2592 a r:Inference; - r:gives { - 2593 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2593 math:notEqualTo 0}] - skolem:lemma4987 - [ a r:Fact; r:gives {((2 5 9 3) "=<") list:sort (2 3 5 9)}] - [ a r:Fact; r:gives {((2 5 9 3) ">=") list:sort (9 5 3 2)}] - skolem:lemma4662 - skolem:lemma4663 - [ a r:Fact; r:gives {(9532 2359) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2593 a r:Inference; - r:gives { - 2594 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2594 math:notEqualTo 0}] - skolem:lemma4988 - [ a r:Fact; r:gives {((2 5 9 4) "=<") list:sort (2 4 5 9)}] - [ a r:Fact; r:gives {((2 5 9 4) ">=") list:sort (9 5 4 2)}] - skolem:lemma4804 - skolem:lemma4805 - [ a r:Fact; r:gives {(9542 2459) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2594 a r:Inference; - r:gives { - 2595 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2595 math:notEqualTo 0}] - skolem:lemma4989 - [ a r:Fact; r:gives {((2 5 9 5) "=<") list:sort (2 5 5 9)}] - [ a r:Fact; r:gives {((2 5 9 5) ">=") list:sort (9 5 5 2)}] - skolem:lemma4934 - skolem:lemma4935 - [ a r:Fact; r:gives {(9552 2559) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2595 a r:Inference; - r:gives { - 2596 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2596 math:notEqualTo 0}] - skolem:lemma4990 - [ a r:Fact; r:gives {((2 5 9 6) "=<") list:sort (2 5 6 9)}] - [ a r:Fact; r:gives {((2 5 9 6) ">=") list:sort (9 6 5 2)}] - skolem:lemma4952 - skolem:lemma4953 - [ a r:Fact; r:gives {(9652 2569) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2596 a r:Inference; - r:gives { - 2597 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2597 math:notEqualTo 0}] - skolem:lemma4991 - [ a r:Fact; r:gives {((2 5 9 7) "=<") list:sort (2 5 7 9)}] - [ a r:Fact; r:gives {((2 5 9 7) ">=") list:sort (9 7 5 2)}] - skolem:lemma4968 - skolem:lemma4969 - [ a r:Fact; r:gives {(9752 2579) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2597 a r:Inference; - r:gives { - 2598 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2598 math:notEqualTo 0}] - skolem:lemma4992 - [ a r:Fact; r:gives {((2 5 9 8) "=<") list:sort (2 5 8 9)}] - [ a r:Fact; r:gives {((2 5 9 8) ">=") list:sort (9 8 5 2)}] - skolem:lemma4982 - skolem:lemma4983 - [ a r:Fact; r:gives {(9852 2589) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2598 a r:Inference; - r:gives { - 2599 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2599 math:notEqualTo 0}] - skolem:lemma4993 - [ a r:Fact; r:gives {((2 5 9 9) "=<") list:sort (2 5 9 9)}] - [ a r:Fact; r:gives {((2 5 9 9) ">=") list:sort (9 9 5 2)}] - skolem:lemma4994 - skolem:lemma4995 - [ a r:Fact; r:gives {(9952 2599) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2599 a r:Inference; - r:gives { - 2600 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2600 math:notEqualTo 0}] - skolem:lemma4996 - [ a r:Fact; r:gives {((2 6 0 0) "=<") list:sort (0 0 2 6)}] - [ a r:Fact; r:gives {((2 6 0 0) ">=") list:sort (6 2 0 0)}] - skolem:lemma4018 - skolem:lemma4019 - [ a r:Fact; r:gives {(6200 26) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2600 a r:Inference; - r:gives { - 2601 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2601 math:notEqualTo 0}] - skolem:lemma4997 - [ a r:Fact; r:gives {((2 6 0 1) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((2 6 0 1) ">=") list:sort (6 2 1 0)}] - skolem:lemma4046 - skolem:lemma4047 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2601 a r:Inference; - r:gives { - 2602 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2602 math:notEqualTo 0}] - skolem:lemma4998 - [ a r:Fact; r:gives {((2 6 0 2) "=<") list:sort (0 2 2 6)}] - [ a r:Fact; r:gives {((2 6 0 2) ">=") list:sort (6 2 2 0)}] - skolem:lemma4072 - skolem:lemma4073 - [ a r:Fact; r:gives {(6220 226) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2602 a r:Inference; - r:gives { - 2603 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2603 math:notEqualTo 0}] - skolem:lemma4999 - [ a r:Fact; r:gives {((2 6 0 3) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((2 6 0 3) ">=") list:sort (6 3 2 0)}] - skolem:lemma4096 - skolem:lemma4097 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2603 a r:Inference; - r:gives { - 2604 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2604 math:notEqualTo 0}] - skolem:lemma5000 - [ a r:Fact; r:gives {((2 6 0 4) "=<") list:sort (0 2 4 6)}] - [ a r:Fact; r:gives {((2 6 0 4) ">=") list:sort (6 4 2 0)}] - skolem:lemma4118 - skolem:lemma4119 - [ a r:Fact; r:gives {(6420 246) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2604 a r:Inference; - r:gives { - 2605 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2605 math:notEqualTo 0}] - skolem:lemma5001 - [ a r:Fact; r:gives {((2 6 0 5) "=<") list:sort (0 2 5 6)}] - [ a r:Fact; r:gives {((2 6 0 5) ">=") list:sort (6 5 2 0)}] - skolem:lemma4138 - skolem:lemma4139 - [ a r:Fact; r:gives {(6520 256) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2605 a r:Inference; - r:gives { - 2606 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2606 math:notEqualTo 0}] - skolem:lemma5002 - [ a r:Fact; r:gives {((2 6 0 6) "=<") list:sort (0 2 6 6)}] - [ a r:Fact; r:gives {((2 6 0 6) ">=") list:sort (6 6 2 0)}] - skolem:lemma4156 - skolem:lemma4157 - [ a r:Fact; r:gives {(6620 266) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2606 a r:Inference; - r:gives { - 2607 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2607 math:notEqualTo 0}] - skolem:lemma5003 - [ a r:Fact; r:gives {((2 6 0 7) "=<") list:sort (0 2 6 7)}] - [ a r:Fact; r:gives {((2 6 0 7) ">=") list:sort (7 6 2 0)}] - skolem:lemma4159 - skolem:lemma4160 - [ a r:Fact; r:gives {(7620 267) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2607 a r:Inference; - r:gives { - 2608 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2608 math:notEqualTo 0}] - skolem:lemma5004 - [ a r:Fact; r:gives {((2 6 0 8) "=<") list:sort (0 2 6 8)}] - [ a r:Fact; r:gives {((2 6 0 8) ">=") list:sort (8 6 2 0)}] - skolem:lemma4162 - skolem:lemma4163 - [ a r:Fact; r:gives {(8620 268) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2608 a r:Inference; - r:gives { - 2609 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2609 math:notEqualTo 0}] - skolem:lemma5005 - [ a r:Fact; r:gives {((2 6 0 9) "=<") list:sort (0 2 6 9)}] - [ a r:Fact; r:gives {((2 6 0 9) ">=") list:sort (9 6 2 0)}] - skolem:lemma4165 - skolem:lemma4166 - [ a r:Fact; r:gives {(9620 269) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2609 a r:Inference; - r:gives { - 2610 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2610 math:notEqualTo 0}] - skolem:lemma5006 - [ a r:Fact; r:gives {((2 6 1 0) "=<") list:sort (0 1 2 6)}] - [ a r:Fact; r:gives {((2 6 1 0) ">=") list:sort (6 2 1 0)}] - skolem:lemma4046 - skolem:lemma4047 - [ a r:Fact; r:gives {(6210 126) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2610 a r:Inference; - r:gives { - 2611 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2611 math:notEqualTo 0}] - skolem:lemma5007 - [ a r:Fact; r:gives {((2 6 1 1) "=<") list:sort (1 1 2 6)}] - [ a r:Fact; r:gives {((2 6 1 1) ">=") list:sort (6 2 1 1)}] - skolem:lemma4236 - skolem:lemma4237 - [ a r:Fact; r:gives {(6211 1126) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2611 a r:Inference; - r:gives { - 2612 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2612 math:notEqualTo 0}] - skolem:lemma5008 - [ a r:Fact; r:gives {((2 6 1 2) "=<") list:sort (1 2 2 6)}] - [ a r:Fact; r:gives {((2 6 1 2) ">=") list:sort (6 2 2 1)}] - skolem:lemma4262 - skolem:lemma4263 - [ a r:Fact; r:gives {(6221 1226) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2612 a r:Inference; - r:gives { - 2613 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2613 math:notEqualTo 0}] - skolem:lemma5009 - [ a r:Fact; r:gives {((2 6 1 3) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((2 6 1 3) ">=") list:sort (6 3 2 1)}] - skolem:lemma4286 - skolem:lemma4287 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2613 a r:Inference; - r:gives { - 2614 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2614 math:notEqualTo 0}] - skolem:lemma5010 - [ a r:Fact; r:gives {((2 6 1 4) "=<") list:sort (1 2 4 6)}] - [ a r:Fact; r:gives {((2 6 1 4) ">=") list:sort (6 4 2 1)}] - skolem:lemma4308 - skolem:lemma4309 - [ a r:Fact; r:gives {(6421 1246) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2614 a r:Inference; - r:gives { - 2615 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2615 math:notEqualTo 0}] - skolem:lemma5011 - [ a r:Fact; r:gives {((2 6 1 5) "=<") list:sort (1 2 5 6)}] - [ a r:Fact; r:gives {((2 6 1 5) ">=") list:sort (6 5 2 1)}] - skolem:lemma4328 - skolem:lemma4329 - [ a r:Fact; r:gives {(6521 1256) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2615 a r:Inference; - r:gives { - 2616 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2616 math:notEqualTo 0}] - skolem:lemma5012 - [ a r:Fact; r:gives {((2 6 1 6) "=<") list:sort (1 2 6 6)}] - [ a r:Fact; r:gives {((2 6 1 6) ">=") list:sort (6 6 2 1)}] - skolem:lemma4346 - skolem:lemma4347 - [ a r:Fact; r:gives {(6621 1266) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2616 a r:Inference; - r:gives { - 2617 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2617 math:notEqualTo 0}] - skolem:lemma5013 - [ a r:Fact; r:gives {((2 6 1 7) "=<") list:sort (1 2 6 7)}] - [ a r:Fact; r:gives {((2 6 1 7) ">=") list:sort (7 6 2 1)}] - skolem:lemma4349 - skolem:lemma4350 - [ a r:Fact; r:gives {(7621 1267) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2617 a r:Inference; - r:gives { - 2618 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2618 math:notEqualTo 0}] - skolem:lemma5014 - [ a r:Fact; r:gives {((2 6 1 8) "=<") list:sort (1 2 6 8)}] - [ a r:Fact; r:gives {((2 6 1 8) ">=") list:sort (8 6 2 1)}] - skolem:lemma4352 - skolem:lemma4353 - [ a r:Fact; r:gives {(8621 1268) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2618 a r:Inference; - r:gives { - 2619 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2619 math:notEqualTo 0}] - skolem:lemma5015 - [ a r:Fact; r:gives {((2 6 1 9) "=<") list:sort (1 2 6 9)}] - [ a r:Fact; r:gives {((2 6 1 9) ">=") list:sort (9 6 2 1)}] - skolem:lemma4355 - skolem:lemma4356 - [ a r:Fact; r:gives {(9621 1269) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2619 a r:Inference; - r:gives { - 2620 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2620 math:notEqualTo 0}] - skolem:lemma5016 - [ a r:Fact; r:gives {((2 6 2 0) "=<") list:sort (0 2 2 6)}] - [ a r:Fact; r:gives {((2 6 2 0) ">=") list:sort (6 2 2 0)}] - skolem:lemma4072 - skolem:lemma4073 - [ a r:Fact; r:gives {(6220 226) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2620 a r:Inference; - r:gives { - 2621 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2621 math:notEqualTo 0}] - skolem:lemma5017 - [ a r:Fact; r:gives {((2 6 2 1) "=<") list:sort (1 2 2 6)}] - [ a r:Fact; r:gives {((2 6 2 1) ">=") list:sort (6 2 2 1)}] - skolem:lemma4262 - skolem:lemma4263 - [ a r:Fact; r:gives {(6221 1226) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2621 a r:Inference; - r:gives { - 2622 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2622 math:notEqualTo 0}] - skolem:lemma5018 - [ a r:Fact; r:gives {((2 6 2 2) "=<") list:sort (2 2 2 6)}] - [ a r:Fact; r:gives {((2 6 2 2) ">=") list:sort (6 2 2 2)}] - skolem:lemma4431 - skolem:lemma4432 - [ a r:Fact; r:gives {(6222 2226) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2622 a r:Inference; - r:gives { - 2623 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2623 math:notEqualTo 0}] - skolem:lemma5019 - [ a r:Fact; r:gives {((2 6 2 3) "=<") list:sort (2 2 3 6)}] - [ a r:Fact; r:gives {((2 6 2 3) ">=") list:sort (6 3 2 2)}] - skolem:lemma4455 - skolem:lemma4456 - [ a r:Fact; r:gives {(6322 2236) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2623 a r:Inference; - r:gives { - 2624 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2624 math:notEqualTo 0}] - skolem:lemma5020 - [ a r:Fact; r:gives {((2 6 2 4) "=<") list:sort (2 2 4 6)}] - [ a r:Fact; r:gives {((2 6 2 4) ">=") list:sort (6 4 2 2)}] - skolem:lemma4477 - skolem:lemma4478 - [ a r:Fact; r:gives {(6422 2246) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2624 a r:Inference; - r:gives { - 2625 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2625 math:notEqualTo 0}] - skolem:lemma5021 - [ a r:Fact; r:gives {((2 6 2 5) "=<") list:sort (2 2 5 6)}] - [ a r:Fact; r:gives {((2 6 2 5) ">=") list:sort (6 5 2 2)}] - skolem:lemma4497 - skolem:lemma4498 - [ a r:Fact; r:gives {(6522 2256) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2625 a r:Inference; - r:gives { - 2626 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2626 math:notEqualTo 0}] - skolem:lemma5022 - [ a r:Fact; r:gives {((2 6 2 6) "=<") list:sort (2 2 6 6)}] - [ a r:Fact; r:gives {((2 6 2 6) ">=") list:sort (6 6 2 2)}] - skolem:lemma4515 - skolem:lemma4516 - [ a r:Fact; r:gives {(6622 2266) math:difference 4356}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4356 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 4356 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2626 a r:Inference; - r:gives { - 2627 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2627 math:notEqualTo 0}] - skolem:lemma5023 - [ a r:Fact; r:gives {((2 6 2 7) "=<") list:sort (2 2 6 7)}] - [ a r:Fact; r:gives {((2 6 2 7) ">=") list:sort (7 6 2 2)}] - skolem:lemma4518 - skolem:lemma4519 - [ a r:Fact; r:gives {(7622 2267) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2627 a r:Inference; - r:gives { - 2628 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2628 math:notEqualTo 0}] - skolem:lemma5024 - [ a r:Fact; r:gives {((2 6 2 8) "=<") list:sort (2 2 6 8)}] - [ a r:Fact; r:gives {((2 6 2 8) ">=") list:sort (8 6 2 2)}] - skolem:lemma4521 - skolem:lemma4522 - [ a r:Fact; r:gives {(8622 2268) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2628 a r:Inference; - r:gives { - 2629 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2629 math:notEqualTo 0}] - skolem:lemma5025 - [ a r:Fact; r:gives {((2 6 2 9) "=<") list:sort (2 2 6 9)}] - [ a r:Fact; r:gives {((2 6 2 9) ">=") list:sort (9 6 2 2)}] - skolem:lemma4524 - skolem:lemma4525 - [ a r:Fact; r:gives {(9622 2269) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2629 a r:Inference; - r:gives { - 2630 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2630 math:notEqualTo 0}] - skolem:lemma5026 - [ a r:Fact; r:gives {((2 6 3 0) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((2 6 3 0) ">=") list:sort (6 3 2 0)}] - skolem:lemma4096 - skolem:lemma4097 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2630 a r:Inference; - r:gives { - 2631 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2631 math:notEqualTo 0}] - skolem:lemma5027 - [ a r:Fact; r:gives {((2 6 3 1) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((2 6 3 1) ">=") list:sort (6 3 2 1)}] - skolem:lemma4286 - skolem:lemma4287 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2631 a r:Inference; - r:gives { - 2632 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2632 math:notEqualTo 0}] - skolem:lemma5028 - [ a r:Fact; r:gives {((2 6 3 2) "=<") list:sort (2 2 3 6)}] - [ a r:Fact; r:gives {((2 6 3 2) ">=") list:sort (6 3 2 2)}] - skolem:lemma4455 - skolem:lemma4456 - [ a r:Fact; r:gives {(6322 2236) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2632 a r:Inference; - r:gives { - 2633 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2633 math:notEqualTo 0}] - skolem:lemma5029 - [ a r:Fact; r:gives {((2 6 3 3) "=<") list:sort (2 3 3 6)}] - [ a r:Fact; r:gives {((2 6 3 3) ">=") list:sort (6 3 3 2)}] - skolem:lemma4611 - skolem:lemma4612 - [ a r:Fact; r:gives {(6332 2336) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2633 a r:Inference; - r:gives { - 2634 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2634 math:notEqualTo 0}] - skolem:lemma5030 - [ a r:Fact; r:gives {((2 6 3 4) "=<") list:sort (2 3 4 6)}] - [ a r:Fact; r:gives {((2 6 3 4) ">=") list:sort (6 4 3 2)}] - skolem:lemma4633 - skolem:lemma4634 - [ a r:Fact; r:gives {(6432 2346) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2634 a r:Inference; - r:gives { - 2635 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2635 math:notEqualTo 0}] - skolem:lemma5031 - [ a r:Fact; r:gives {((2 6 3 5) "=<") list:sort (2 3 5 6)}] - [ a r:Fact; r:gives {((2 6 3 5) ">=") list:sort (6 5 3 2)}] - skolem:lemma4653 - skolem:lemma4654 - [ a r:Fact; r:gives {(6532 2356) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2635 a r:Inference; - r:gives { - 2636 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2636 math:notEqualTo 0}] - skolem:lemma5032 - [ a r:Fact; r:gives {((2 6 3 6) "=<") list:sort (2 3 6 6)}] - [ a r:Fact; r:gives {((2 6 3 6) ">=") list:sort (6 6 3 2)}] - skolem:lemma4671 - skolem:lemma4672 - [ a r:Fact; r:gives {(6632 2366) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2636 a r:Inference; - r:gives { - 2637 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2637 math:notEqualTo 0}] - skolem:lemma5033 - [ a r:Fact; r:gives {((2 6 3 7) "=<") list:sort (2 3 6 7)}] - [ a r:Fact; r:gives {((2 6 3 7) ">=") list:sort (7 6 3 2)}] - skolem:lemma4674 - skolem:lemma4675 - [ a r:Fact; r:gives {(7632 2367) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2637 a r:Inference; - r:gives { - 2638 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2638 math:notEqualTo 0}] - skolem:lemma5034 - [ a r:Fact; r:gives {((2 6 3 8) "=<") list:sort (2 3 6 8)}] - [ a r:Fact; r:gives {((2 6 3 8) ">=") list:sort (8 6 3 2)}] - skolem:lemma4677 - skolem:lemma4678 - [ a r:Fact; r:gives {(8632 2368) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2638 a r:Inference; - r:gives { - 2639 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2639 math:notEqualTo 0}] - skolem:lemma5035 - [ a r:Fact; r:gives {((2 6 3 9) "=<") list:sort (2 3 6 9)}] - [ a r:Fact; r:gives {((2 6 3 9) ">=") list:sort (9 6 3 2)}] - skolem:lemma4680 - skolem:lemma4681 - [ a r:Fact; r:gives {(9632 2369) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2639 a r:Inference; - r:gives { - 2640 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2640 math:notEqualTo 0}] - skolem:lemma5036 - [ a r:Fact; r:gives {((2 6 4 0) "=<") list:sort (0 2 4 6)}] - [ a r:Fact; r:gives {((2 6 4 0) ">=") list:sort (6 4 2 0)}] - skolem:lemma4118 - skolem:lemma4119 - [ a r:Fact; r:gives {(6420 246) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2640 a r:Inference; - r:gives { - 2641 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2641 math:notEqualTo 0}] - skolem:lemma5037 - [ a r:Fact; r:gives {((2 6 4 1) "=<") list:sort (1 2 4 6)}] - [ a r:Fact; r:gives {((2 6 4 1) ">=") list:sort (6 4 2 1)}] - skolem:lemma4308 - skolem:lemma4309 - [ a r:Fact; r:gives {(6421 1246) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2641 a r:Inference; - r:gives { - 2642 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2642 math:notEqualTo 0}] - skolem:lemma5038 - [ a r:Fact; r:gives {((2 6 4 2) "=<") list:sort (2 2 4 6)}] - [ a r:Fact; r:gives {((2 6 4 2) ">=") list:sort (6 4 2 2)}] - skolem:lemma4477 - skolem:lemma4478 - [ a r:Fact; r:gives {(6422 2246) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2642 a r:Inference; - r:gives { - 2643 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2643 math:notEqualTo 0}] - skolem:lemma5039 - [ a r:Fact; r:gives {((2 6 4 3) "=<") list:sort (2 3 4 6)}] - [ a r:Fact; r:gives {((2 6 4 3) ">=") list:sort (6 4 3 2)}] - skolem:lemma4633 - skolem:lemma4634 - [ a r:Fact; r:gives {(6432 2346) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2643 a r:Inference; - r:gives { - 2644 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2644 math:notEqualTo 0}] - skolem:lemma5040 - [ a r:Fact; r:gives {((2 6 4 4) "=<") list:sort (2 4 4 6)}] - [ a r:Fact; r:gives {((2 6 4 4) ">=") list:sort (6 4 4 2)}] - skolem:lemma4775 - skolem:lemma4776 - [ a r:Fact; r:gives {(6442 2446) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2644 a r:Inference; - r:gives { - 2645 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2645 math:notEqualTo 0}] - skolem:lemma5041 - [ a r:Fact; r:gives {((2 6 4 5) "=<") list:sort (2 4 5 6)}] - [ a r:Fact; r:gives {((2 6 4 5) ">=") list:sort (6 5 4 2)}] - skolem:lemma4795 - skolem:lemma4796 - [ a r:Fact; r:gives {(6542 2456) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2645 a r:Inference; - r:gives { - 2646 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2646 math:notEqualTo 0}] - skolem:lemma5042 - [ a r:Fact; r:gives {((2 6 4 6) "=<") list:sort (2 4 6 6)}] - [ a r:Fact; r:gives {((2 6 4 6) ">=") list:sort (6 6 4 2)}] - skolem:lemma4813 - skolem:lemma4814 - [ a r:Fact; r:gives {(6642 2466) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2646 a r:Inference; - r:gives { - 2647 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2647 math:notEqualTo 0}] - skolem:lemma5043 - [ a r:Fact; r:gives {((2 6 4 7) "=<") list:sort (2 4 6 7)}] - [ a r:Fact; r:gives {((2 6 4 7) ">=") list:sort (7 6 4 2)}] - skolem:lemma4816 - skolem:lemma4817 - [ a r:Fact; r:gives {(7642 2467) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2647 a r:Inference; - r:gives { - 2648 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2648 math:notEqualTo 0}] - skolem:lemma5044 - [ a r:Fact; r:gives {((2 6 4 8) "=<") list:sort (2 4 6 8)}] - [ a r:Fact; r:gives {((2 6 4 8) ">=") list:sort (8 6 4 2)}] - skolem:lemma4819 - skolem:lemma4820 - [ a r:Fact; r:gives {(8642 2468) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2648 a r:Inference; - r:gives { - 2649 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2649 math:notEqualTo 0}] - skolem:lemma5045 - [ a r:Fact; r:gives {((2 6 4 9) "=<") list:sort (2 4 6 9)}] - [ a r:Fact; r:gives {((2 6 4 9) ">=") list:sort (9 6 4 2)}] - skolem:lemma4822 - skolem:lemma4823 - [ a r:Fact; r:gives {(9642 2469) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2649 a r:Inference; - r:gives { - 2650 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2650 math:notEqualTo 0}] - skolem:lemma5046 - [ a r:Fact; r:gives {((2 6 5 0) "=<") list:sort (0 2 5 6)}] - [ a r:Fact; r:gives {((2 6 5 0) ">=") list:sort (6 5 2 0)}] - skolem:lemma4138 - skolem:lemma4139 - [ a r:Fact; r:gives {(6520 256) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2650 a r:Inference; - r:gives { - 2651 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2651 math:notEqualTo 0}] - skolem:lemma5047 - [ a r:Fact; r:gives {((2 6 5 1) "=<") list:sort (1 2 5 6)}] - [ a r:Fact; r:gives {((2 6 5 1) ">=") list:sort (6 5 2 1)}] - skolem:lemma4328 - skolem:lemma4329 - [ a r:Fact; r:gives {(6521 1256) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2651 a r:Inference; - r:gives { - 2652 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2652 math:notEqualTo 0}] - skolem:lemma5048 - [ a r:Fact; r:gives {((2 6 5 2) "=<") list:sort (2 2 5 6)}] - [ a r:Fact; r:gives {((2 6 5 2) ">=") list:sort (6 5 2 2)}] - skolem:lemma4497 - skolem:lemma4498 - [ a r:Fact; r:gives {(6522 2256) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2652 a r:Inference; - r:gives { - 2653 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2653 math:notEqualTo 0}] - skolem:lemma5049 - [ a r:Fact; r:gives {((2 6 5 3) "=<") list:sort (2 3 5 6)}] - [ a r:Fact; r:gives {((2 6 5 3) ">=") list:sort (6 5 3 2)}] - skolem:lemma4653 - skolem:lemma4654 - [ a r:Fact; r:gives {(6532 2356) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2653 a r:Inference; - r:gives { - 2654 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2654 math:notEqualTo 0}] - skolem:lemma5050 - [ a r:Fact; r:gives {((2 6 5 4) "=<") list:sort (2 4 5 6)}] - [ a r:Fact; r:gives {((2 6 5 4) ">=") list:sort (6 5 4 2)}] - skolem:lemma4795 - skolem:lemma4796 - [ a r:Fact; r:gives {(6542 2456) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2654 a r:Inference; - r:gives { - 2655 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2655 math:notEqualTo 0}] - skolem:lemma5051 - [ a r:Fact; r:gives {((2 6 5 5) "=<") list:sort (2 5 5 6)}] - [ a r:Fact; r:gives {((2 6 5 5) ">=") list:sort (6 5 5 2)}] - skolem:lemma4925 - skolem:lemma4926 - [ a r:Fact; r:gives {(6552 2556) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2655 a r:Inference; - r:gives { - 2656 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2656 math:notEqualTo 0}] - skolem:lemma5052 - [ a r:Fact; r:gives {((2 6 5 6) "=<") list:sort (2 5 6 6)}] - [ a r:Fact; r:gives {((2 6 5 6) ">=") list:sort (6 6 5 2)}] - skolem:lemma4943 - skolem:lemma4944 - [ a r:Fact; r:gives {(6652 2566) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2656 a r:Inference; - r:gives { - 2657 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2657 math:notEqualTo 0}] - skolem:lemma5053 - [ a r:Fact; r:gives {((2 6 5 7) "=<") list:sort (2 5 6 7)}] - [ a r:Fact; r:gives {((2 6 5 7) ">=") list:sort (7 6 5 2)}] - skolem:lemma4946 - skolem:lemma4947 - [ a r:Fact; r:gives {(7652 2567) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2657 a r:Inference; - r:gives { - 2658 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2658 math:notEqualTo 0}] - skolem:lemma5054 - [ a r:Fact; r:gives {((2 6 5 8) "=<") list:sort (2 5 6 8)}] - [ a r:Fact; r:gives {((2 6 5 8) ">=") list:sort (8 6 5 2)}] - skolem:lemma4949 - skolem:lemma4950 - [ a r:Fact; r:gives {(8652 2568) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2658 a r:Inference; - r:gives { - 2659 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2659 math:notEqualTo 0}] - skolem:lemma5055 - [ a r:Fact; r:gives {((2 6 5 9) "=<") list:sort (2 5 6 9)}] - [ a r:Fact; r:gives {((2 6 5 9) ">=") list:sort (9 6 5 2)}] - skolem:lemma4952 - skolem:lemma4953 - [ a r:Fact; r:gives {(9652 2569) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2659 a r:Inference; - r:gives { - 2660 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2660 math:notEqualTo 0}] - skolem:lemma5056 - [ a r:Fact; r:gives {((2 6 6 0) "=<") list:sort (0 2 6 6)}] - [ a r:Fact; r:gives {((2 6 6 0) ">=") list:sort (6 6 2 0)}] - skolem:lemma4156 - skolem:lemma4157 - [ a r:Fact; r:gives {(6620 266) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2660 a r:Inference; - r:gives { - 2661 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2661 math:notEqualTo 0}] - skolem:lemma5057 - [ a r:Fact; r:gives {((2 6 6 1) "=<") list:sort (1 2 6 6)}] - [ a r:Fact; r:gives {((2 6 6 1) ">=") list:sort (6 6 2 1)}] - skolem:lemma4346 - skolem:lemma4347 - [ a r:Fact; r:gives {(6621 1266) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2661 a r:Inference; - r:gives { - 2662 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2662 math:notEqualTo 0}] - skolem:lemma5058 - [ a r:Fact; r:gives {((2 6 6 2) "=<") list:sort (2 2 6 6)}] - [ a r:Fact; r:gives {((2 6 6 2) ">=") list:sort (6 6 2 2)}] - skolem:lemma4515 - skolem:lemma4516 - [ a r:Fact; r:gives {(6622 2266) math:difference 4356}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4356 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 4356 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2662 a r:Inference; - r:gives { - 2663 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2663 math:notEqualTo 0}] - skolem:lemma5059 - [ a r:Fact; r:gives {((2 6 6 3) "=<") list:sort (2 3 6 6)}] - [ a r:Fact; r:gives {((2 6 6 3) ">=") list:sort (6 6 3 2)}] - skolem:lemma4671 - skolem:lemma4672 - [ a r:Fact; r:gives {(6632 2366) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2663 a r:Inference; - r:gives { - 2664 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2664 math:notEqualTo 0}] - skolem:lemma5060 - [ a r:Fact; r:gives {((2 6 6 4) "=<") list:sort (2 4 6 6)}] - [ a r:Fact; r:gives {((2 6 6 4) ">=") list:sort (6 6 4 2)}] - skolem:lemma4813 - skolem:lemma4814 - [ a r:Fact; r:gives {(6642 2466) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2664 a r:Inference; - r:gives { - 2665 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2665 math:notEqualTo 0}] - skolem:lemma5061 - [ a r:Fact; r:gives {((2 6 6 5) "=<") list:sort (2 5 6 6)}] - [ a r:Fact; r:gives {((2 6 6 5) ">=") list:sort (6 6 5 2)}] - skolem:lemma4943 - skolem:lemma4944 - [ a r:Fact; r:gives {(6652 2566) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2665 a r:Inference; - r:gives { - 2666 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2666 math:notEqualTo 0}] - skolem:lemma5062 - [ a r:Fact; r:gives {((2 6 6 6) "=<") list:sort (2 6 6 6)}] - [ a r:Fact; r:gives {((2 6 6 6) ">=") list:sort (6 6 6 2)}] - skolem:lemma5063 - skolem:lemma5064 - [ a r:Fact; r:gives {(6662 2666) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2666 a r:Inference; - r:gives { - 2667 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2667 math:notEqualTo 0}] - skolem:lemma5065 - [ a r:Fact; r:gives {((2 6 6 7) "=<") list:sort (2 6 6 7)}] - [ a r:Fact; r:gives {((2 6 6 7) ">=") list:sort (7 6 6 2)}] - skolem:lemma5066 - skolem:lemma5067 - [ a r:Fact; r:gives {(7662 2667) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2667 a r:Inference; - r:gives { - 2668 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2668 math:notEqualTo 0}] - skolem:lemma5068 - [ a r:Fact; r:gives {((2 6 6 8) "=<") list:sort (2 6 6 8)}] - [ a r:Fact; r:gives {((2 6 6 8) ">=") list:sort (8 6 6 2)}] - skolem:lemma5069 - skolem:lemma5070 - [ a r:Fact; r:gives {(8662 2668) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2668 a r:Inference; - r:gives { - 2669 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2669 math:notEqualTo 0}] - skolem:lemma5071 - [ a r:Fact; r:gives {((2 6 6 9) "=<") list:sort (2 6 6 9)}] - [ a r:Fact; r:gives {((2 6 6 9) ">=") list:sort (9 6 6 2)}] - skolem:lemma5072 - skolem:lemma5073 - [ a r:Fact; r:gives {(9662 2669) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2669 a r:Inference; - r:gives { - 2670 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2670 math:notEqualTo 0}] - skolem:lemma5074 - [ a r:Fact; r:gives {((2 6 7 0) "=<") list:sort (0 2 6 7)}] - [ a r:Fact; r:gives {((2 6 7 0) ">=") list:sort (7 6 2 0)}] - skolem:lemma4159 - skolem:lemma4160 - [ a r:Fact; r:gives {(7620 267) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2670 a r:Inference; - r:gives { - 2671 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2671 math:notEqualTo 0}] - skolem:lemma5075 - [ a r:Fact; r:gives {((2 6 7 1) "=<") list:sort (1 2 6 7)}] - [ a r:Fact; r:gives {((2 6 7 1) ">=") list:sort (7 6 2 1)}] - skolem:lemma4349 - skolem:lemma4350 - [ a r:Fact; r:gives {(7621 1267) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2671 a r:Inference; - r:gives { - 2672 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2672 math:notEqualTo 0}] - skolem:lemma5076 - [ a r:Fact; r:gives {((2 6 7 2) "=<") list:sort (2 2 6 7)}] - [ a r:Fact; r:gives {((2 6 7 2) ">=") list:sort (7 6 2 2)}] - skolem:lemma4518 - skolem:lemma4519 - [ a r:Fact; r:gives {(7622 2267) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2672 a r:Inference; - r:gives { - 2673 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2673 math:notEqualTo 0}] - skolem:lemma5077 - [ a r:Fact; r:gives {((2 6 7 3) "=<") list:sort (2 3 6 7)}] - [ a r:Fact; r:gives {((2 6 7 3) ">=") list:sort (7 6 3 2)}] - skolem:lemma4674 - skolem:lemma4675 - [ a r:Fact; r:gives {(7632 2367) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2673 a r:Inference; - r:gives { - 2674 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2674 math:notEqualTo 0}] - skolem:lemma5078 - [ a r:Fact; r:gives {((2 6 7 4) "=<") list:sort (2 4 6 7)}] - [ a r:Fact; r:gives {((2 6 7 4) ">=") list:sort (7 6 4 2)}] - skolem:lemma4816 - skolem:lemma4817 - [ a r:Fact; r:gives {(7642 2467) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2674 a r:Inference; - r:gives { - 2675 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2675 math:notEqualTo 0}] - skolem:lemma5079 - [ a r:Fact; r:gives {((2 6 7 5) "=<") list:sort (2 5 6 7)}] - [ a r:Fact; r:gives {((2 6 7 5) ">=") list:sort (7 6 5 2)}] - skolem:lemma4946 - skolem:lemma4947 - [ a r:Fact; r:gives {(7652 2567) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2675 a r:Inference; - r:gives { - 2676 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2676 math:notEqualTo 0}] - skolem:lemma5080 - [ a r:Fact; r:gives {((2 6 7 6) "=<") list:sort (2 6 6 7)}] - [ a r:Fact; r:gives {((2 6 7 6) ">=") list:sort (7 6 6 2)}] - skolem:lemma5066 - skolem:lemma5067 - [ a r:Fact; r:gives {(7662 2667) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2676 a r:Inference; - r:gives { - 2677 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2677 math:notEqualTo 0}] - skolem:lemma5081 - [ a r:Fact; r:gives {((2 6 7 7) "=<") list:sort (2 6 7 7)}] - [ a r:Fact; r:gives {((2 6 7 7) ">=") list:sort (7 7 6 2)}] - skolem:lemma5082 - skolem:lemma5083 - [ a r:Fact; r:gives {(7762 2677) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2677 a r:Inference; - r:gives { - 2678 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2678 math:notEqualTo 0}] - skolem:lemma5084 - [ a r:Fact; r:gives {((2 6 7 8) "=<") list:sort (2 6 7 8)}] - [ a r:Fact; r:gives {((2 6 7 8) ">=") list:sort (8 7 6 2)}] - skolem:lemma5085 - skolem:lemma5086 - [ a r:Fact; r:gives {(8762 2678) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2678 a r:Inference; - r:gives { - 2679 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2679 math:notEqualTo 0}] - skolem:lemma5087 - [ a r:Fact; r:gives {((2 6 7 9) "=<") list:sort (2 6 7 9)}] - [ a r:Fact; r:gives {((2 6 7 9) ">=") list:sort (9 7 6 2)}] - skolem:lemma5088 - skolem:lemma5089 - [ a r:Fact; r:gives {(9762 2679) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2679 a r:Inference; - r:gives { - 2680 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2680 math:notEqualTo 0}] - skolem:lemma5090 - [ a r:Fact; r:gives {((2 6 8 0) "=<") list:sort (0 2 6 8)}] - [ a r:Fact; r:gives {((2 6 8 0) ">=") list:sort (8 6 2 0)}] - skolem:lemma4162 - skolem:lemma4163 - [ a r:Fact; r:gives {(8620 268) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2680 a r:Inference; - r:gives { - 2681 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2681 math:notEqualTo 0}] - skolem:lemma5091 - [ a r:Fact; r:gives {((2 6 8 1) "=<") list:sort (1 2 6 8)}] - [ a r:Fact; r:gives {((2 6 8 1) ">=") list:sort (8 6 2 1)}] - skolem:lemma4352 - skolem:lemma4353 - [ a r:Fact; r:gives {(8621 1268) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2681 a r:Inference; - r:gives { - 2682 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2682 math:notEqualTo 0}] - skolem:lemma5092 - [ a r:Fact; r:gives {((2 6 8 2) "=<") list:sort (2 2 6 8)}] - [ a r:Fact; r:gives {((2 6 8 2) ">=") list:sort (8 6 2 2)}] - skolem:lemma4521 - skolem:lemma4522 - [ a r:Fact; r:gives {(8622 2268) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2682 a r:Inference; - r:gives { - 2683 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2683 math:notEqualTo 0}] - skolem:lemma5093 - [ a r:Fact; r:gives {((2 6 8 3) "=<") list:sort (2 3 6 8)}] - [ a r:Fact; r:gives {((2 6 8 3) ">=") list:sort (8 6 3 2)}] - skolem:lemma4677 - skolem:lemma4678 - [ a r:Fact; r:gives {(8632 2368) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2683 a r:Inference; - r:gives { - 2684 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2684 math:notEqualTo 0}] - skolem:lemma5094 - [ a r:Fact; r:gives {((2 6 8 4) "=<") list:sort (2 4 6 8)}] - [ a r:Fact; r:gives {((2 6 8 4) ">=") list:sort (8 6 4 2)}] - skolem:lemma4819 - skolem:lemma4820 - [ a r:Fact; r:gives {(8642 2468) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2684 a r:Inference; - r:gives { - 2685 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2685 math:notEqualTo 0}] - skolem:lemma5095 - [ a r:Fact; r:gives {((2 6 8 5) "=<") list:sort (2 5 6 8)}] - [ a r:Fact; r:gives {((2 6 8 5) ">=") list:sort (8 6 5 2)}] - skolem:lemma4949 - skolem:lemma4950 - [ a r:Fact; r:gives {(8652 2568) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2685 a r:Inference; - r:gives { - 2686 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2686 math:notEqualTo 0}] - skolem:lemma5096 - [ a r:Fact; r:gives {((2 6 8 6) "=<") list:sort (2 6 6 8)}] - [ a r:Fact; r:gives {((2 6 8 6) ">=") list:sort (8 6 6 2)}] - skolem:lemma5069 - skolem:lemma5070 - [ a r:Fact; r:gives {(8662 2668) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2686 a r:Inference; - r:gives { - 2687 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2687 math:notEqualTo 0}] - skolem:lemma5097 - [ a r:Fact; r:gives {((2 6 8 7) "=<") list:sort (2 6 7 8)}] - [ a r:Fact; r:gives {((2 6 8 7) ">=") list:sort (8 7 6 2)}] - skolem:lemma5085 - skolem:lemma5086 - [ a r:Fact; r:gives {(8762 2678) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2687 a r:Inference; - r:gives { - 2688 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2688 math:notEqualTo 0}] - skolem:lemma5098 - [ a r:Fact; r:gives {((2 6 8 8) "=<") list:sort (2 6 8 8)}] - [ a r:Fact; r:gives {((2 6 8 8) ">=") list:sort (8 8 6 2)}] - skolem:lemma5099 - skolem:lemma5100 - [ a r:Fact; r:gives {(8862 2688) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2688 a r:Inference; - r:gives { - 2689 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2689 math:notEqualTo 0}] - skolem:lemma5101 - [ a r:Fact; r:gives {((2 6 8 9) "=<") list:sort (2 6 8 9)}] - [ a r:Fact; r:gives {((2 6 8 9) ">=") list:sort (9 8 6 2)}] - skolem:lemma5102 - skolem:lemma5103 - [ a r:Fact; r:gives {(9862 2689) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2689 a r:Inference; - r:gives { - 2690 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2690 math:notEqualTo 0}] - skolem:lemma5104 - [ a r:Fact; r:gives {((2 6 9 0) "=<") list:sort (0 2 6 9)}] - [ a r:Fact; r:gives {((2 6 9 0) ">=") list:sort (9 6 2 0)}] - skolem:lemma4165 - skolem:lemma4166 - [ a r:Fact; r:gives {(9620 269) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2690 a r:Inference; - r:gives { - 2691 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2691 math:notEqualTo 0}] - skolem:lemma5105 - [ a r:Fact; r:gives {((2 6 9 1) "=<") list:sort (1 2 6 9)}] - [ a r:Fact; r:gives {((2 6 9 1) ">=") list:sort (9 6 2 1)}] - skolem:lemma4355 - skolem:lemma4356 - [ a r:Fact; r:gives {(9621 1269) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2691 a r:Inference; - r:gives { - 2692 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2692 math:notEqualTo 0}] - skolem:lemma5106 - [ a r:Fact; r:gives {((2 6 9 2) "=<") list:sort (2 2 6 9)}] - [ a r:Fact; r:gives {((2 6 9 2) ">=") list:sort (9 6 2 2)}] - skolem:lemma4524 - skolem:lemma4525 - [ a r:Fact; r:gives {(9622 2269) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2692 a r:Inference; - r:gives { - 2693 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2693 math:notEqualTo 0}] - skolem:lemma5107 - [ a r:Fact; r:gives {((2 6 9 3) "=<") list:sort (2 3 6 9)}] - [ a r:Fact; r:gives {((2 6 9 3) ">=") list:sort (9 6 3 2)}] - skolem:lemma4680 - skolem:lemma4681 - [ a r:Fact; r:gives {(9632 2369) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2693 a r:Inference; - r:gives { - 2694 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2694 math:notEqualTo 0}] - skolem:lemma5108 - [ a r:Fact; r:gives {((2 6 9 4) "=<") list:sort (2 4 6 9)}] - [ a r:Fact; r:gives {((2 6 9 4) ">=") list:sort (9 6 4 2)}] - skolem:lemma4822 - skolem:lemma4823 - [ a r:Fact; r:gives {(9642 2469) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2694 a r:Inference; - r:gives { - 2695 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2695 math:notEqualTo 0}] - skolem:lemma5109 - [ a r:Fact; r:gives {((2 6 9 5) "=<") list:sort (2 5 6 9)}] - [ a r:Fact; r:gives {((2 6 9 5) ">=") list:sort (9 6 5 2)}] - skolem:lemma4952 - skolem:lemma4953 - [ a r:Fact; r:gives {(9652 2569) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2695 a r:Inference; - r:gives { - 2696 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2696 math:notEqualTo 0}] - skolem:lemma5110 - [ a r:Fact; r:gives {((2 6 9 6) "=<") list:sort (2 6 6 9)}] - [ a r:Fact; r:gives {((2 6 9 6) ">=") list:sort (9 6 6 2)}] - skolem:lemma5072 - skolem:lemma5073 - [ a r:Fact; r:gives {(9662 2669) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2696 a r:Inference; - r:gives { - 2697 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2697 math:notEqualTo 0}] - skolem:lemma5111 - [ a r:Fact; r:gives {((2 6 9 7) "=<") list:sort (2 6 7 9)}] - [ a r:Fact; r:gives {((2 6 9 7) ">=") list:sort (9 7 6 2)}] - skolem:lemma5088 - skolem:lemma5089 - [ a r:Fact; r:gives {(9762 2679) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2697 a r:Inference; - r:gives { - 2698 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2698 math:notEqualTo 0}] - skolem:lemma5112 - [ a r:Fact; r:gives {((2 6 9 8) "=<") list:sort (2 6 8 9)}] - [ a r:Fact; r:gives {((2 6 9 8) ">=") list:sort (9 8 6 2)}] - skolem:lemma5102 - skolem:lemma5103 - [ a r:Fact; r:gives {(9862 2689) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2698 a r:Inference; - r:gives { - 2699 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2699 math:notEqualTo 0}] - skolem:lemma5113 - [ a r:Fact; r:gives {((2 6 9 9) "=<") list:sort (2 6 9 9)}] - [ a r:Fact; r:gives {((2 6 9 9) ">=") list:sort (9 9 6 2)}] - skolem:lemma5114 - skolem:lemma5115 - [ a r:Fact; r:gives {(9962 2699) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2699 a r:Inference; - r:gives { - 2700 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2700 math:notEqualTo 0}] - skolem:lemma5116 - [ a r:Fact; r:gives {((2 7 0 0) "=<") list:sort (0 0 2 7)}] - [ a r:Fact; r:gives {((2 7 0 0) ">=") list:sort (7 2 0 0)}] - skolem:lemma4021 - skolem:lemma4022 - [ a r:Fact; r:gives {(7200 27) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2700 a r:Inference; - r:gives { - 2701 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2701 math:notEqualTo 0}] - skolem:lemma5117 - [ a r:Fact; r:gives {((2 7 0 1) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((2 7 0 1) ">=") list:sort (7 2 1 0)}] - skolem:lemma4049 - skolem:lemma4050 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2701 a r:Inference; - r:gives { - 2702 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2702 math:notEqualTo 0}] - skolem:lemma5118 - [ a r:Fact; r:gives {((2 7 0 2) "=<") list:sort (0 2 2 7)}] - [ a r:Fact; r:gives {((2 7 0 2) ">=") list:sort (7 2 2 0)}] - skolem:lemma4075 - skolem:lemma4076 - [ a r:Fact; r:gives {(7220 227) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2702 a r:Inference; - r:gives { - 2703 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2703 math:notEqualTo 0}] - skolem:lemma5119 - [ a r:Fact; r:gives {((2 7 0 3) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((2 7 0 3) ">=") list:sort (7 3 2 0)}] - skolem:lemma4099 - skolem:lemma4100 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2703 a r:Inference; - r:gives { - 2704 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2704 math:notEqualTo 0}] - skolem:lemma5120 - [ a r:Fact; r:gives {((2 7 0 4) "=<") list:sort (0 2 4 7)}] - [ a r:Fact; r:gives {((2 7 0 4) ">=") list:sort (7 4 2 0)}] - skolem:lemma4121 - skolem:lemma4122 - [ a r:Fact; r:gives {(7420 247) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2704 a r:Inference; - r:gives { - 2705 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2705 math:notEqualTo 0}] - skolem:lemma5121 - [ a r:Fact; r:gives {((2 7 0 5) "=<") list:sort (0 2 5 7)}] - [ a r:Fact; r:gives {((2 7 0 5) ">=") list:sort (7 5 2 0)}] - skolem:lemma4141 - skolem:lemma4142 - [ a r:Fact; r:gives {(7520 257) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2705 a r:Inference; - r:gives { - 2706 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2706 math:notEqualTo 0}] - skolem:lemma5122 - [ a r:Fact; r:gives {((2 7 0 6) "=<") list:sort (0 2 6 7)}] - [ a r:Fact; r:gives {((2 7 0 6) ">=") list:sort (7 6 2 0)}] - skolem:lemma4159 - skolem:lemma4160 - [ a r:Fact; r:gives {(7620 267) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2706 a r:Inference; - r:gives { - 2707 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2707 math:notEqualTo 0}] - skolem:lemma5123 - [ a r:Fact; r:gives {((2 7 0 7) "=<") list:sort (0 2 7 7)}] - [ a r:Fact; r:gives {((2 7 0 7) ">=") list:sort (7 7 2 0)}] - skolem:lemma4175 - skolem:lemma4176 - [ a r:Fact; r:gives {(7720 277) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2707 a r:Inference; - r:gives { - 2708 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2708 math:notEqualTo 0}] - skolem:lemma5124 - [ a r:Fact; r:gives {((2 7 0 8) "=<") list:sort (0 2 7 8)}] - [ a r:Fact; r:gives {((2 7 0 8) ">=") list:sort (8 7 2 0)}] - skolem:lemma4178 - skolem:lemma4179 - [ a r:Fact; r:gives {(8720 278) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2708 a r:Inference; - r:gives { - 2709 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2709 math:notEqualTo 0}] - skolem:lemma5125 - [ a r:Fact; r:gives {((2 7 0 9) "=<") list:sort (0 2 7 9)}] - [ a r:Fact; r:gives {((2 7 0 9) ">=") list:sort (9 7 2 0)}] - skolem:lemma4181 - skolem:lemma4182 - [ a r:Fact; r:gives {(9720 279) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2709 a r:Inference; - r:gives { - 2710 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2710 math:notEqualTo 0}] - skolem:lemma5126 - [ a r:Fact; r:gives {((2 7 1 0) "=<") list:sort (0 1 2 7)}] - [ a r:Fact; r:gives {((2 7 1 0) ">=") list:sort (7 2 1 0)}] - skolem:lemma4049 - skolem:lemma4050 - [ a r:Fact; r:gives {(7210 127) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2710 a r:Inference; - r:gives { - 2711 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2711 math:notEqualTo 0}] - skolem:lemma5127 - [ a r:Fact; r:gives {((2 7 1 1) "=<") list:sort (1 1 2 7)}] - [ a r:Fact; r:gives {((2 7 1 1) ">=") list:sort (7 2 1 1)}] - skolem:lemma4239 - skolem:lemma4240 - [ a r:Fact; r:gives {(7211 1127) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2711 a r:Inference; - r:gives { - 2712 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2712 math:notEqualTo 0}] - skolem:lemma5128 - [ a r:Fact; r:gives {((2 7 1 2) "=<") list:sort (1 2 2 7)}] - [ a r:Fact; r:gives {((2 7 1 2) ">=") list:sort (7 2 2 1)}] - skolem:lemma4265 - skolem:lemma4266 - [ a r:Fact; r:gives {(7221 1227) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2712 a r:Inference; - r:gives { - 2713 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2713 math:notEqualTo 0}] - skolem:lemma5129 - [ a r:Fact; r:gives {((2 7 1 3) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((2 7 1 3) ">=") list:sort (7 3 2 1)}] - skolem:lemma4289 - skolem:lemma4290 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2713 a r:Inference; - r:gives { - 2714 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2714 math:notEqualTo 0}] - skolem:lemma5130 - [ a r:Fact; r:gives {((2 7 1 4) "=<") list:sort (1 2 4 7)}] - [ a r:Fact; r:gives {((2 7 1 4) ">=") list:sort (7 4 2 1)}] - skolem:lemma4311 - skolem:lemma4312 - [ a r:Fact; r:gives {(7421 1247) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2714 a r:Inference; - r:gives { - 2715 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2715 math:notEqualTo 0}] - skolem:lemma5131 - [ a r:Fact; r:gives {((2 7 1 5) "=<") list:sort (1 2 5 7)}] - [ a r:Fact; r:gives {((2 7 1 5) ">=") list:sort (7 5 2 1)}] - skolem:lemma4331 - skolem:lemma4332 - [ a r:Fact; r:gives {(7521 1257) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2715 a r:Inference; - r:gives { - 2716 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2716 math:notEqualTo 0}] - skolem:lemma5132 - [ a r:Fact; r:gives {((2 7 1 6) "=<") list:sort (1 2 6 7)}] - [ a r:Fact; r:gives {((2 7 1 6) ">=") list:sort (7 6 2 1)}] - skolem:lemma4349 - skolem:lemma4350 - [ a r:Fact; r:gives {(7621 1267) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2716 a r:Inference; - r:gives { - 2717 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2717 math:notEqualTo 0}] - skolem:lemma5133 - [ a r:Fact; r:gives {((2 7 1 7) "=<") list:sort (1 2 7 7)}] - [ a r:Fact; r:gives {((2 7 1 7) ">=") list:sort (7 7 2 1)}] - skolem:lemma4365 - skolem:lemma4366 - [ a r:Fact; r:gives {(7721 1277) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2717 a r:Inference; - r:gives { - 2718 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2718 math:notEqualTo 0}] - skolem:lemma5134 - [ a r:Fact; r:gives {((2 7 1 8) "=<") list:sort (1 2 7 8)}] - [ a r:Fact; r:gives {((2 7 1 8) ">=") list:sort (8 7 2 1)}] - skolem:lemma4368 - skolem:lemma4369 - [ a r:Fact; r:gives {(8721 1278) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2718 a r:Inference; - r:gives { - 2719 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2719 math:notEqualTo 0}] - skolem:lemma5135 - [ a r:Fact; r:gives {((2 7 1 9) "=<") list:sort (1 2 7 9)}] - [ a r:Fact; r:gives {((2 7 1 9) ">=") list:sort (9 7 2 1)}] - skolem:lemma4371 - skolem:lemma4372 - [ a r:Fact; r:gives {(9721 1279) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2719 a r:Inference; - r:gives { - 2720 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2720 math:notEqualTo 0}] - skolem:lemma5136 - [ a r:Fact; r:gives {((2 7 2 0) "=<") list:sort (0 2 2 7)}] - [ a r:Fact; r:gives {((2 7 2 0) ">=") list:sort (7 2 2 0)}] - skolem:lemma4075 - skolem:lemma4076 - [ a r:Fact; r:gives {(7220 227) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2720 a r:Inference; - r:gives { - 2721 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2721 math:notEqualTo 0}] - skolem:lemma5137 - [ a r:Fact; r:gives {((2 7 2 1) "=<") list:sort (1 2 2 7)}] - [ a r:Fact; r:gives {((2 7 2 1) ">=") list:sort (7 2 2 1)}] - skolem:lemma4265 - skolem:lemma4266 - [ a r:Fact; r:gives {(7221 1227) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2721 a r:Inference; - r:gives { - 2722 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2722 math:notEqualTo 0}] - skolem:lemma5138 - [ a r:Fact; r:gives {((2 7 2 2) "=<") list:sort (2 2 2 7)}] - [ a r:Fact; r:gives {((2 7 2 2) ">=") list:sort (7 2 2 2)}] - skolem:lemma4434 - skolem:lemma4435 - [ a r:Fact; r:gives {(7222 2227) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2722 a r:Inference; - r:gives { - 2723 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2723 math:notEqualTo 0}] - skolem:lemma5139 - [ a r:Fact; r:gives {((2 7 2 3) "=<") list:sort (2 2 3 7)}] - [ a r:Fact; r:gives {((2 7 2 3) ">=") list:sort (7 3 2 2)}] - skolem:lemma4458 - skolem:lemma4459 - [ a r:Fact; r:gives {(7322 2237) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2723 a r:Inference; - r:gives { - 2724 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2724 math:notEqualTo 0}] - skolem:lemma5140 - [ a r:Fact; r:gives {((2 7 2 4) "=<") list:sort (2 2 4 7)}] - [ a r:Fact; r:gives {((2 7 2 4) ">=") list:sort (7 4 2 2)}] - skolem:lemma4480 - skolem:lemma4481 - [ a r:Fact; r:gives {(7422 2247) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2724 a r:Inference; - r:gives { - 2725 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2725 math:notEqualTo 0}] - skolem:lemma5141 - [ a r:Fact; r:gives {((2 7 2 5) "=<") list:sort (2 2 5 7)}] - [ a r:Fact; r:gives {((2 7 2 5) ">=") list:sort (7 5 2 2)}] - skolem:lemma4500 - skolem:lemma4501 - [ a r:Fact; r:gives {(7522 2257) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2725 a r:Inference; - r:gives { - 2726 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2726 math:notEqualTo 0}] - skolem:lemma5142 - [ a r:Fact; r:gives {((2 7 2 6) "=<") list:sort (2 2 6 7)}] - [ a r:Fact; r:gives {((2 7 2 6) ">=") list:sort (7 6 2 2)}] - skolem:lemma4518 - skolem:lemma4519 - [ a r:Fact; r:gives {(7622 2267) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2726 a r:Inference; - r:gives { - 2727 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2727 math:notEqualTo 0}] - skolem:lemma5143 - [ a r:Fact; r:gives {((2 7 2 7) "=<") list:sort (2 2 7 7)}] - [ a r:Fact; r:gives {((2 7 2 7) ">=") list:sort (7 7 2 2)}] - skolem:lemma4534 - skolem:lemma4535 - [ a r:Fact; r:gives {(7722 2277) math:difference 5445}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5445 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5445 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2727 a r:Inference; - r:gives { - 2728 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2728 math:notEqualTo 0}] - skolem:lemma5144 - [ a r:Fact; r:gives {((2 7 2 8) "=<") list:sort (2 2 7 8)}] - [ a r:Fact; r:gives {((2 7 2 8) ">=") list:sort (8 7 2 2)}] - skolem:lemma4537 - skolem:lemma4538 - [ a r:Fact; r:gives {(8722 2278) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2728 a r:Inference; - r:gives { - 2729 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2729 math:notEqualTo 0}] - skolem:lemma5145 - [ a r:Fact; r:gives {((2 7 2 9) "=<") list:sort (2 2 7 9)}] - [ a r:Fact; r:gives {((2 7 2 9) ">=") list:sort (9 7 2 2)}] - skolem:lemma4540 - skolem:lemma4541 - [ a r:Fact; r:gives {(9722 2279) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2729 a r:Inference; - r:gives { - 2730 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2730 math:notEqualTo 0}] - skolem:lemma5146 - [ a r:Fact; r:gives {((2 7 3 0) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((2 7 3 0) ">=") list:sort (7 3 2 0)}] - skolem:lemma4099 - skolem:lemma4100 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2730 a r:Inference; - r:gives { - 2731 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2731 math:notEqualTo 0}] - skolem:lemma5147 - [ a r:Fact; r:gives {((2 7 3 1) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((2 7 3 1) ">=") list:sort (7 3 2 1)}] - skolem:lemma4289 - skolem:lemma4290 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2731 a r:Inference; - r:gives { - 2732 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2732 math:notEqualTo 0}] - skolem:lemma5148 - [ a r:Fact; r:gives {((2 7 3 2) "=<") list:sort (2 2 3 7)}] - [ a r:Fact; r:gives {((2 7 3 2) ">=") list:sort (7 3 2 2)}] - skolem:lemma4458 - skolem:lemma4459 - [ a r:Fact; r:gives {(7322 2237) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2732 a r:Inference; - r:gives { - 2733 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2733 math:notEqualTo 0}] - skolem:lemma5149 - [ a r:Fact; r:gives {((2 7 3 3) "=<") list:sort (2 3 3 7)}] - [ a r:Fact; r:gives {((2 7 3 3) ">=") list:sort (7 3 3 2)}] - skolem:lemma4614 - skolem:lemma4615 - [ a r:Fact; r:gives {(7332 2337) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2733 a r:Inference; - r:gives { - 2734 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2734 math:notEqualTo 0}] - skolem:lemma5150 - [ a r:Fact; r:gives {((2 7 3 4) "=<") list:sort (2 3 4 7)}] - [ a r:Fact; r:gives {((2 7 3 4) ">=") list:sort (7 4 3 2)}] - skolem:lemma4636 - skolem:lemma4637 - [ a r:Fact; r:gives {(7432 2347) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2734 a r:Inference; - r:gives { - 2735 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2735 math:notEqualTo 0}] - skolem:lemma5151 - [ a r:Fact; r:gives {((2 7 3 5) "=<") list:sort (2 3 5 7)}] - [ a r:Fact; r:gives {((2 7 3 5) ">=") list:sort (7 5 3 2)}] - skolem:lemma4656 - skolem:lemma4657 - [ a r:Fact; r:gives {(7532 2357) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2735 a r:Inference; - r:gives { - 2736 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2736 math:notEqualTo 0}] - skolem:lemma5152 - [ a r:Fact; r:gives {((2 7 3 6) "=<") list:sort (2 3 6 7)}] - [ a r:Fact; r:gives {((2 7 3 6) ">=") list:sort (7 6 3 2)}] - skolem:lemma4674 - skolem:lemma4675 - [ a r:Fact; r:gives {(7632 2367) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2736 a r:Inference; - r:gives { - 2737 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2737 math:notEqualTo 0}] - skolem:lemma5153 - [ a r:Fact; r:gives {((2 7 3 7) "=<") list:sort (2 3 7 7)}] - [ a r:Fact; r:gives {((2 7 3 7) ">=") list:sort (7 7 3 2)}] - skolem:lemma4690 - skolem:lemma4691 - [ a r:Fact; r:gives {(7732 2377) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2737 a r:Inference; - r:gives { - 2738 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2738 math:notEqualTo 0}] - skolem:lemma5154 - [ a r:Fact; r:gives {((2 7 3 8) "=<") list:sort (2 3 7 8)}] - [ a r:Fact; r:gives {((2 7 3 8) ">=") list:sort (8 7 3 2)}] - skolem:lemma4693 - skolem:lemma4694 - [ a r:Fact; r:gives {(8732 2378) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2738 a r:Inference; - r:gives { - 2739 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2739 math:notEqualTo 0}] - skolem:lemma5155 - [ a r:Fact; r:gives {((2 7 3 9) "=<") list:sort (2 3 7 9)}] - [ a r:Fact; r:gives {((2 7 3 9) ">=") list:sort (9 7 3 2)}] - skolem:lemma4696 - skolem:lemma4697 - [ a r:Fact; r:gives {(9732 2379) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2739 a r:Inference; - r:gives { - 2740 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2740 math:notEqualTo 0}] - skolem:lemma5156 - [ a r:Fact; r:gives {((2 7 4 0) "=<") list:sort (0 2 4 7)}] - [ a r:Fact; r:gives {((2 7 4 0) ">=") list:sort (7 4 2 0)}] - skolem:lemma4121 - skolem:lemma4122 - [ a r:Fact; r:gives {(7420 247) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2740 a r:Inference; - r:gives { - 2741 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2741 math:notEqualTo 0}] - skolem:lemma5157 - [ a r:Fact; r:gives {((2 7 4 1) "=<") list:sort (1 2 4 7)}] - [ a r:Fact; r:gives {((2 7 4 1) ">=") list:sort (7 4 2 1)}] - skolem:lemma4311 - skolem:lemma4312 - [ a r:Fact; r:gives {(7421 1247) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2741 a r:Inference; - r:gives { - 2742 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2742 math:notEqualTo 0}] - skolem:lemma5158 - [ a r:Fact; r:gives {((2 7 4 2) "=<") list:sort (2 2 4 7)}] - [ a r:Fact; r:gives {((2 7 4 2) ">=") list:sort (7 4 2 2)}] - skolem:lemma4480 - skolem:lemma4481 - [ a r:Fact; r:gives {(7422 2247) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2742 a r:Inference; - r:gives { - 2743 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2743 math:notEqualTo 0}] - skolem:lemma5159 - [ a r:Fact; r:gives {((2 7 4 3) "=<") list:sort (2 3 4 7)}] - [ a r:Fact; r:gives {((2 7 4 3) ">=") list:sort (7 4 3 2)}] - skolem:lemma4636 - skolem:lemma4637 - [ a r:Fact; r:gives {(7432 2347) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2743 a r:Inference; - r:gives { - 2744 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2744 math:notEqualTo 0}] - skolem:lemma5160 - [ a r:Fact; r:gives {((2 7 4 4) "=<") list:sort (2 4 4 7)}] - [ a r:Fact; r:gives {((2 7 4 4) ">=") list:sort (7 4 4 2)}] - skolem:lemma4778 - skolem:lemma4779 - [ a r:Fact; r:gives {(7442 2447) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2744 a r:Inference; - r:gives { - 2745 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2745 math:notEqualTo 0}] - skolem:lemma5161 - [ a r:Fact; r:gives {((2 7 4 5) "=<") list:sort (2 4 5 7)}] - [ a r:Fact; r:gives {((2 7 4 5) ">=") list:sort (7 5 4 2)}] - skolem:lemma4798 - skolem:lemma4799 - [ a r:Fact; r:gives {(7542 2457) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2745 a r:Inference; - r:gives { - 2746 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2746 math:notEqualTo 0}] - skolem:lemma5162 - [ a r:Fact; r:gives {((2 7 4 6) "=<") list:sort (2 4 6 7)}] - [ a r:Fact; r:gives {((2 7 4 6) ">=") list:sort (7 6 4 2)}] - skolem:lemma4816 - skolem:lemma4817 - [ a r:Fact; r:gives {(7642 2467) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2746 a r:Inference; - r:gives { - 2747 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2747 math:notEqualTo 0}] - skolem:lemma5163 - [ a r:Fact; r:gives {((2 7 4 7) "=<") list:sort (2 4 7 7)}] - [ a r:Fact; r:gives {((2 7 4 7) ">=") list:sort (7 7 4 2)}] - skolem:lemma4832 - skolem:lemma4833 - [ a r:Fact; r:gives {(7742 2477) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2747 a r:Inference; - r:gives { - 2748 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2748 math:notEqualTo 0}] - skolem:lemma5164 - [ a r:Fact; r:gives {((2 7 4 8) "=<") list:sort (2 4 7 8)}] - [ a r:Fact; r:gives {((2 7 4 8) ">=") list:sort (8 7 4 2)}] - skolem:lemma4835 - skolem:lemma4836 - [ a r:Fact; r:gives {(8742 2478) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2748 a r:Inference; - r:gives { - 2749 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2749 math:notEqualTo 0}] - skolem:lemma5165 - [ a r:Fact; r:gives {((2 7 4 9) "=<") list:sort (2 4 7 9)}] - [ a r:Fact; r:gives {((2 7 4 9) ">=") list:sort (9 7 4 2)}] - skolem:lemma4838 - skolem:lemma4839 - [ a r:Fact; r:gives {(9742 2479) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2749 a r:Inference; - r:gives { - 2750 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2750 math:notEqualTo 0}] - skolem:lemma5166 - [ a r:Fact; r:gives {((2 7 5 0) "=<") list:sort (0 2 5 7)}] - [ a r:Fact; r:gives {((2 7 5 0) ">=") list:sort (7 5 2 0)}] - skolem:lemma4141 - skolem:lemma4142 - [ a r:Fact; r:gives {(7520 257) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2750 a r:Inference; - r:gives { - 2751 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2751 math:notEqualTo 0}] - skolem:lemma5167 - [ a r:Fact; r:gives {((2 7 5 1) "=<") list:sort (1 2 5 7)}] - [ a r:Fact; r:gives {((2 7 5 1) ">=") list:sort (7 5 2 1)}] - skolem:lemma4331 - skolem:lemma4332 - [ a r:Fact; r:gives {(7521 1257) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2751 a r:Inference; - r:gives { - 2752 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2752 math:notEqualTo 0}] - skolem:lemma5168 - [ a r:Fact; r:gives {((2 7 5 2) "=<") list:sort (2 2 5 7)}] - [ a r:Fact; r:gives {((2 7 5 2) ">=") list:sort (7 5 2 2)}] - skolem:lemma4500 - skolem:lemma4501 - [ a r:Fact; r:gives {(7522 2257) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2752 a r:Inference; - r:gives { - 2753 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2753 math:notEqualTo 0}] - skolem:lemma5169 - [ a r:Fact; r:gives {((2 7 5 3) "=<") list:sort (2 3 5 7)}] - [ a r:Fact; r:gives {((2 7 5 3) ">=") list:sort (7 5 3 2)}] - skolem:lemma4656 - skolem:lemma4657 - [ a r:Fact; r:gives {(7532 2357) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2753 a r:Inference; - r:gives { - 2754 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2754 math:notEqualTo 0}] - skolem:lemma5170 - [ a r:Fact; r:gives {((2 7 5 4) "=<") list:sort (2 4 5 7)}] - [ a r:Fact; r:gives {((2 7 5 4) ">=") list:sort (7 5 4 2)}] - skolem:lemma4798 - skolem:lemma4799 - [ a r:Fact; r:gives {(7542 2457) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2754 a r:Inference; - r:gives { - 2755 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2755 math:notEqualTo 0}] - skolem:lemma5171 - [ a r:Fact; r:gives {((2 7 5 5) "=<") list:sort (2 5 5 7)}] - [ a r:Fact; r:gives {((2 7 5 5) ">=") list:sort (7 5 5 2)}] - skolem:lemma4928 - skolem:lemma4929 - [ a r:Fact; r:gives {(7552 2557) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2755 a r:Inference; - r:gives { - 2756 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2756 math:notEqualTo 0}] - skolem:lemma5172 - [ a r:Fact; r:gives {((2 7 5 6) "=<") list:sort (2 5 6 7)}] - [ a r:Fact; r:gives {((2 7 5 6) ">=") list:sort (7 6 5 2)}] - skolem:lemma4946 - skolem:lemma4947 - [ a r:Fact; r:gives {(7652 2567) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2756 a r:Inference; - r:gives { - 2757 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2757 math:notEqualTo 0}] - skolem:lemma5173 - [ a r:Fact; r:gives {((2 7 5 7) "=<") list:sort (2 5 7 7)}] - [ a r:Fact; r:gives {((2 7 5 7) ">=") list:sort (7 7 5 2)}] - skolem:lemma4962 - skolem:lemma4963 - [ a r:Fact; r:gives {(7752 2577) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2757 a r:Inference; - r:gives { - 2758 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2758 math:notEqualTo 0}] - skolem:lemma5174 - [ a r:Fact; r:gives {((2 7 5 8) "=<") list:sort (2 5 7 8)}] - [ a r:Fact; r:gives {((2 7 5 8) ">=") list:sort (8 7 5 2)}] - skolem:lemma4965 - skolem:lemma4966 - [ a r:Fact; r:gives {(8752 2578) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2758 a r:Inference; - r:gives { - 2759 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2759 math:notEqualTo 0}] - skolem:lemma5175 - [ a r:Fact; r:gives {((2 7 5 9) "=<") list:sort (2 5 7 9)}] - [ a r:Fact; r:gives {((2 7 5 9) ">=") list:sort (9 7 5 2)}] - skolem:lemma4968 - skolem:lemma4969 - [ a r:Fact; r:gives {(9752 2579) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2759 a r:Inference; - r:gives { - 2760 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2760 math:notEqualTo 0}] - skolem:lemma5176 - [ a r:Fact; r:gives {((2 7 6 0) "=<") list:sort (0 2 6 7)}] - [ a r:Fact; r:gives {((2 7 6 0) ">=") list:sort (7 6 2 0)}] - skolem:lemma4159 - skolem:lemma4160 - [ a r:Fact; r:gives {(7620 267) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2760 a r:Inference; - r:gives { - 2761 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2761 math:notEqualTo 0}] - skolem:lemma5177 - [ a r:Fact; r:gives {((2 7 6 1) "=<") list:sort (1 2 6 7)}] - [ a r:Fact; r:gives {((2 7 6 1) ">=") list:sort (7 6 2 1)}] - skolem:lemma4349 - skolem:lemma4350 - [ a r:Fact; r:gives {(7621 1267) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2761 a r:Inference; - r:gives { - 2762 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2762 math:notEqualTo 0}] - skolem:lemma5178 - [ a r:Fact; r:gives {((2 7 6 2) "=<") list:sort (2 2 6 7)}] - [ a r:Fact; r:gives {((2 7 6 2) ">=") list:sort (7 6 2 2)}] - skolem:lemma4518 - skolem:lemma4519 - [ a r:Fact; r:gives {(7622 2267) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2762 a r:Inference; - r:gives { - 2763 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2763 math:notEqualTo 0}] - skolem:lemma5179 - [ a r:Fact; r:gives {((2 7 6 3) "=<") list:sort (2 3 6 7)}] - [ a r:Fact; r:gives {((2 7 6 3) ">=") list:sort (7 6 3 2)}] - skolem:lemma4674 - skolem:lemma4675 - [ a r:Fact; r:gives {(7632 2367) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2763 a r:Inference; - r:gives { - 2764 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2764 math:notEqualTo 0}] - skolem:lemma5180 - [ a r:Fact; r:gives {((2 7 6 4) "=<") list:sort (2 4 6 7)}] - [ a r:Fact; r:gives {((2 7 6 4) ">=") list:sort (7 6 4 2)}] - skolem:lemma4816 - skolem:lemma4817 - [ a r:Fact; r:gives {(7642 2467) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2764 a r:Inference; - r:gives { - 2765 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2765 math:notEqualTo 0}] - skolem:lemma5181 - [ a r:Fact; r:gives {((2 7 6 5) "=<") list:sort (2 5 6 7)}] - [ a r:Fact; r:gives {((2 7 6 5) ">=") list:sort (7 6 5 2)}] - skolem:lemma4946 - skolem:lemma4947 - [ a r:Fact; r:gives {(7652 2567) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2765 a r:Inference; - r:gives { - 2766 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2766 math:notEqualTo 0}] - skolem:lemma5182 - [ a r:Fact; r:gives {((2 7 6 6) "=<") list:sort (2 6 6 7)}] - [ a r:Fact; r:gives {((2 7 6 6) ">=") list:sort (7 6 6 2)}] - skolem:lemma5066 - skolem:lemma5067 - [ a r:Fact; r:gives {(7662 2667) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2766 a r:Inference; - r:gives { - 2767 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2767 math:notEqualTo 0}] - skolem:lemma5183 - [ a r:Fact; r:gives {((2 7 6 7) "=<") list:sort (2 6 7 7)}] - [ a r:Fact; r:gives {((2 7 6 7) ">=") list:sort (7 7 6 2)}] - skolem:lemma5082 - skolem:lemma5083 - [ a r:Fact; r:gives {(7762 2677) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2767 a r:Inference; - r:gives { - 2768 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2768 math:notEqualTo 0}] - skolem:lemma5184 - [ a r:Fact; r:gives {((2 7 6 8) "=<") list:sort (2 6 7 8)}] - [ a r:Fact; r:gives {((2 7 6 8) ">=") list:sort (8 7 6 2)}] - skolem:lemma5085 - skolem:lemma5086 - [ a r:Fact; r:gives {(8762 2678) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2768 a r:Inference; - r:gives { - 2769 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2769 math:notEqualTo 0}] - skolem:lemma5185 - [ a r:Fact; r:gives {((2 7 6 9) "=<") list:sort (2 6 7 9)}] - [ a r:Fact; r:gives {((2 7 6 9) ">=") list:sort (9 7 6 2)}] - skolem:lemma5088 - skolem:lemma5089 - [ a r:Fact; r:gives {(9762 2679) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2769 a r:Inference; - r:gives { - 2770 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2770 math:notEqualTo 0}] - skolem:lemma5186 - [ a r:Fact; r:gives {((2 7 7 0) "=<") list:sort (0 2 7 7)}] - [ a r:Fact; r:gives {((2 7 7 0) ">=") list:sort (7 7 2 0)}] - skolem:lemma4175 - skolem:lemma4176 - [ a r:Fact; r:gives {(7720 277) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2770 a r:Inference; - r:gives { - 2771 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2771 math:notEqualTo 0}] - skolem:lemma5187 - [ a r:Fact; r:gives {((2 7 7 1) "=<") list:sort (1 2 7 7)}] - [ a r:Fact; r:gives {((2 7 7 1) ">=") list:sort (7 7 2 1)}] - skolem:lemma4365 - skolem:lemma4366 - [ a r:Fact; r:gives {(7721 1277) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2771 a r:Inference; - r:gives { - 2772 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2772 math:notEqualTo 0}] - skolem:lemma5188 - [ a r:Fact; r:gives {((2 7 7 2) "=<") list:sort (2 2 7 7)}] - [ a r:Fact; r:gives {((2 7 7 2) ">=") list:sort (7 7 2 2)}] - skolem:lemma4534 - skolem:lemma4535 - [ a r:Fact; r:gives {(7722 2277) math:difference 5445}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5445 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5445 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2772 a r:Inference; - r:gives { - 2773 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2773 math:notEqualTo 0}] - skolem:lemma5189 - [ a r:Fact; r:gives {((2 7 7 3) "=<") list:sort (2 3 7 7)}] - [ a r:Fact; r:gives {((2 7 7 3) ">=") list:sort (7 7 3 2)}] - skolem:lemma4690 - skolem:lemma4691 - [ a r:Fact; r:gives {(7732 2377) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2773 a r:Inference; - r:gives { - 2774 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2774 math:notEqualTo 0}] - skolem:lemma5190 - [ a r:Fact; r:gives {((2 7 7 4) "=<") list:sort (2 4 7 7)}] - [ a r:Fact; r:gives {((2 7 7 4) ">=") list:sort (7 7 4 2)}] - skolem:lemma4832 - skolem:lemma4833 - [ a r:Fact; r:gives {(7742 2477) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2774 a r:Inference; - r:gives { - 2775 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2775 math:notEqualTo 0}] - skolem:lemma5191 - [ a r:Fact; r:gives {((2 7 7 5) "=<") list:sort (2 5 7 7)}] - [ a r:Fact; r:gives {((2 7 7 5) ">=") list:sort (7 7 5 2)}] - skolem:lemma4962 - skolem:lemma4963 - [ a r:Fact; r:gives {(7752 2577) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2775 a r:Inference; - r:gives { - 2776 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2776 math:notEqualTo 0}] - skolem:lemma5192 - [ a r:Fact; r:gives {((2 7 7 6) "=<") list:sort (2 6 7 7)}] - [ a r:Fact; r:gives {((2 7 7 6) ">=") list:sort (7 7 6 2)}] - skolem:lemma5082 - skolem:lemma5083 - [ a r:Fact; r:gives {(7762 2677) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2776 a r:Inference; - r:gives { - 2777 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2777 math:notEqualTo 0}] - skolem:lemma5193 - [ a r:Fact; r:gives {((2 7 7 7) "=<") list:sort (2 7 7 7)}] - [ a r:Fact; r:gives {((2 7 7 7) ">=") list:sort (7 7 7 2)}] - skolem:lemma5194 - skolem:lemma5195 - [ a r:Fact; r:gives {(7772 2777) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2777 a r:Inference; - r:gives { - 2778 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2778 math:notEqualTo 0}] - skolem:lemma5196 - [ a r:Fact; r:gives {((2 7 7 8) "=<") list:sort (2 7 7 8)}] - [ a r:Fact; r:gives {((2 7 7 8) ">=") list:sort (8 7 7 2)}] - skolem:lemma5197 - skolem:lemma5198 - [ a r:Fact; r:gives {(8772 2778) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2778 a r:Inference; - r:gives { - 2779 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2779 math:notEqualTo 0}] - skolem:lemma5199 - [ a r:Fact; r:gives {((2 7 7 9) "=<") list:sort (2 7 7 9)}] - [ a r:Fact; r:gives {((2 7 7 9) ">=") list:sort (9 7 7 2)}] - skolem:lemma5200 - skolem:lemma5201 - [ a r:Fact; r:gives {(9772 2779) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2779 a r:Inference; - r:gives { - 2780 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2780 math:notEqualTo 0}] - skolem:lemma5202 - [ a r:Fact; r:gives {((2 7 8 0) "=<") list:sort (0 2 7 8)}] - [ a r:Fact; r:gives {((2 7 8 0) ">=") list:sort (8 7 2 0)}] - skolem:lemma4178 - skolem:lemma4179 - [ a r:Fact; r:gives {(8720 278) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2780 a r:Inference; - r:gives { - 2781 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2781 math:notEqualTo 0}] - skolem:lemma5203 - [ a r:Fact; r:gives {((2 7 8 1) "=<") list:sort (1 2 7 8)}] - [ a r:Fact; r:gives {((2 7 8 1) ">=") list:sort (8 7 2 1)}] - skolem:lemma4368 - skolem:lemma4369 - [ a r:Fact; r:gives {(8721 1278) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2781 a r:Inference; - r:gives { - 2782 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2782 math:notEqualTo 0}] - skolem:lemma5204 - [ a r:Fact; r:gives {((2 7 8 2) "=<") list:sort (2 2 7 8)}] - [ a r:Fact; r:gives {((2 7 8 2) ">=") list:sort (8 7 2 2)}] - skolem:lemma4537 - skolem:lemma4538 - [ a r:Fact; r:gives {(8722 2278) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2782 a r:Inference; - r:gives { - 2783 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2783 math:notEqualTo 0}] - skolem:lemma5205 - [ a r:Fact; r:gives {((2 7 8 3) "=<") list:sort (2 3 7 8)}] - [ a r:Fact; r:gives {((2 7 8 3) ">=") list:sort (8 7 3 2)}] - skolem:lemma4693 - skolem:lemma4694 - [ a r:Fact; r:gives {(8732 2378) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2783 a r:Inference; - r:gives { - 2784 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2784 math:notEqualTo 0}] - skolem:lemma5206 - [ a r:Fact; r:gives {((2 7 8 4) "=<") list:sort (2 4 7 8)}] - [ a r:Fact; r:gives {((2 7 8 4) ">=") list:sort (8 7 4 2)}] - skolem:lemma4835 - skolem:lemma4836 - [ a r:Fact; r:gives {(8742 2478) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2784 a r:Inference; - r:gives { - 2785 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2785 math:notEqualTo 0}] - skolem:lemma5207 - [ a r:Fact; r:gives {((2 7 8 5) "=<") list:sort (2 5 7 8)}] - [ a r:Fact; r:gives {((2 7 8 5) ">=") list:sort (8 7 5 2)}] - skolem:lemma4965 - skolem:lemma4966 - [ a r:Fact; r:gives {(8752 2578) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2785 a r:Inference; - r:gives { - 2786 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2786 math:notEqualTo 0}] - skolem:lemma5208 - [ a r:Fact; r:gives {((2 7 8 6) "=<") list:sort (2 6 7 8)}] - [ a r:Fact; r:gives {((2 7 8 6) ">=") list:sort (8 7 6 2)}] - skolem:lemma5085 - skolem:lemma5086 - [ a r:Fact; r:gives {(8762 2678) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2786 a r:Inference; - r:gives { - 2787 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2787 math:notEqualTo 0}] - skolem:lemma5209 - [ a r:Fact; r:gives {((2 7 8 7) "=<") list:sort (2 7 7 8)}] - [ a r:Fact; r:gives {((2 7 8 7) ">=") list:sort (8 7 7 2)}] - skolem:lemma5197 - skolem:lemma5198 - [ a r:Fact; r:gives {(8772 2778) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2787 a r:Inference; - r:gives { - 2788 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2788 math:notEqualTo 0}] - skolem:lemma5210 - [ a r:Fact; r:gives {((2 7 8 8) "=<") list:sort (2 7 8 8)}] - [ a r:Fact; r:gives {((2 7 8 8) ">=") list:sort (8 8 7 2)}] - skolem:lemma5211 - skolem:lemma5212 - [ a r:Fact; r:gives {(8872 2788) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2788 a r:Inference; - r:gives { - 2789 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2789 math:notEqualTo 0}] - skolem:lemma5213 - [ a r:Fact; r:gives {((2 7 8 9) "=<") list:sort (2 7 8 9)}] - [ a r:Fact; r:gives {((2 7 8 9) ">=") list:sort (9 8 7 2)}] - skolem:lemma5214 - skolem:lemma5215 - [ a r:Fact; r:gives {(9872 2789) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2789 a r:Inference; - r:gives { - 2790 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2790 math:notEqualTo 0}] - skolem:lemma5216 - [ a r:Fact; r:gives {((2 7 9 0) "=<") list:sort (0 2 7 9)}] - [ a r:Fact; r:gives {((2 7 9 0) ">=") list:sort (9 7 2 0)}] - skolem:lemma4181 - skolem:lemma4182 - [ a r:Fact; r:gives {(9720 279) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2790 a r:Inference; - r:gives { - 2791 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2791 math:notEqualTo 0}] - skolem:lemma5217 - [ a r:Fact; r:gives {((2 7 9 1) "=<") list:sort (1 2 7 9)}] - [ a r:Fact; r:gives {((2 7 9 1) ">=") list:sort (9 7 2 1)}] - skolem:lemma4371 - skolem:lemma4372 - [ a r:Fact; r:gives {(9721 1279) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2791 a r:Inference; - r:gives { - 2792 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2792 math:notEqualTo 0}] - skolem:lemma5218 - [ a r:Fact; r:gives {((2 7 9 2) "=<") list:sort (2 2 7 9)}] - [ a r:Fact; r:gives {((2 7 9 2) ">=") list:sort (9 7 2 2)}] - skolem:lemma4540 - skolem:lemma4541 - [ a r:Fact; r:gives {(9722 2279) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2792 a r:Inference; - r:gives { - 2793 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2793 math:notEqualTo 0}] - skolem:lemma5219 - [ a r:Fact; r:gives {((2 7 9 3) "=<") list:sort (2 3 7 9)}] - [ a r:Fact; r:gives {((2 7 9 3) ">=") list:sort (9 7 3 2)}] - skolem:lemma4696 - skolem:lemma4697 - [ a r:Fact; r:gives {(9732 2379) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2793 a r:Inference; - r:gives { - 2794 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2794 math:notEqualTo 0}] - skolem:lemma5220 - [ a r:Fact; r:gives {((2 7 9 4) "=<") list:sort (2 4 7 9)}] - [ a r:Fact; r:gives {((2 7 9 4) ">=") list:sort (9 7 4 2)}] - skolem:lemma4838 - skolem:lemma4839 - [ a r:Fact; r:gives {(9742 2479) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2794 a r:Inference; - r:gives { - 2795 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2795 math:notEqualTo 0}] - skolem:lemma5221 - [ a r:Fact; r:gives {((2 7 9 5) "=<") list:sort (2 5 7 9)}] - [ a r:Fact; r:gives {((2 7 9 5) ">=") list:sort (9 7 5 2)}] - skolem:lemma4968 - skolem:lemma4969 - [ a r:Fact; r:gives {(9752 2579) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2795 a r:Inference; - r:gives { - 2796 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2796 math:notEqualTo 0}] - skolem:lemma5222 - [ a r:Fact; r:gives {((2 7 9 6) "=<") list:sort (2 6 7 9)}] - [ a r:Fact; r:gives {((2 7 9 6) ">=") list:sort (9 7 6 2)}] - skolem:lemma5088 - skolem:lemma5089 - [ a r:Fact; r:gives {(9762 2679) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2796 a r:Inference; - r:gives { - 2797 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2797 math:notEqualTo 0}] - skolem:lemma5223 - [ a r:Fact; r:gives {((2 7 9 7) "=<") list:sort (2 7 7 9)}] - [ a r:Fact; r:gives {((2 7 9 7) ">=") list:sort (9 7 7 2)}] - skolem:lemma5200 - skolem:lemma5201 - [ a r:Fact; r:gives {(9772 2779) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2797 a r:Inference; - r:gives { - 2798 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2798 math:notEqualTo 0}] - skolem:lemma5224 - [ a r:Fact; r:gives {((2 7 9 8) "=<") list:sort (2 7 8 9)}] - [ a r:Fact; r:gives {((2 7 9 8) ">=") list:sort (9 8 7 2)}] - skolem:lemma5214 - skolem:lemma5215 - [ a r:Fact; r:gives {(9872 2789) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2798 a r:Inference; - r:gives { - 2799 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2799 math:notEqualTo 0}] - skolem:lemma5225 - [ a r:Fact; r:gives {((2 7 9 9) "=<") list:sort (2 7 9 9)}] - [ a r:Fact; r:gives {((2 7 9 9) ">=") list:sort (9 9 7 2)}] - skolem:lemma5226 - skolem:lemma5227 - [ a r:Fact; r:gives {(9972 2799) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2799 a r:Inference; - r:gives { - 2800 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2800 math:notEqualTo 0}] - skolem:lemma5228 - [ a r:Fact; r:gives {((2 8 0 0) "=<") list:sort (0 0 2 8)}] - [ a r:Fact; r:gives {((2 8 0 0) ">=") list:sort (8 2 0 0)}] - skolem:lemma4024 - skolem:lemma4025 - [ a r:Fact; r:gives {(8200 28) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2800 a r:Inference; - r:gives { - 2801 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2801 math:notEqualTo 0}] - skolem:lemma5229 - [ a r:Fact; r:gives {((2 8 0 1) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((2 8 0 1) ">=") list:sort (8 2 1 0)}] - skolem:lemma4052 - skolem:lemma4053 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2801 a r:Inference; - r:gives { - 2802 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2802 math:notEqualTo 0}] - skolem:lemma5230 - [ a r:Fact; r:gives {((2 8 0 2) "=<") list:sort (0 2 2 8)}] - [ a r:Fact; r:gives {((2 8 0 2) ">=") list:sort (8 2 2 0)}] - skolem:lemma4078 - skolem:lemma4079 - [ a r:Fact; r:gives {(8220 228) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2802 a r:Inference; - r:gives { - 2803 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2803 math:notEqualTo 0}] - skolem:lemma5231 - [ a r:Fact; r:gives {((2 8 0 3) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((2 8 0 3) ">=") list:sort (8 3 2 0)}] - skolem:lemma4102 - skolem:lemma4103 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2803 a r:Inference; - r:gives { - 2804 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2804 math:notEqualTo 0}] - skolem:lemma5232 - [ a r:Fact; r:gives {((2 8 0 4) "=<") list:sort (0 2 4 8)}] - [ a r:Fact; r:gives {((2 8 0 4) ">=") list:sort (8 4 2 0)}] - skolem:lemma4124 - skolem:lemma4125 - [ a r:Fact; r:gives {(8420 248) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2804 a r:Inference; - r:gives { - 2805 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2805 math:notEqualTo 0}] - skolem:lemma5233 - [ a r:Fact; r:gives {((2 8 0 5) "=<") list:sort (0 2 5 8)}] - [ a r:Fact; r:gives {((2 8 0 5) ">=") list:sort (8 5 2 0)}] - skolem:lemma4144 - skolem:lemma4145 - [ a r:Fact; r:gives {(8520 258) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2805 a r:Inference; - r:gives { - 2806 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2806 math:notEqualTo 0}] - skolem:lemma5234 - [ a r:Fact; r:gives {((2 8 0 6) "=<") list:sort (0 2 6 8)}] - [ a r:Fact; r:gives {((2 8 0 6) ">=") list:sort (8 6 2 0)}] - skolem:lemma4162 - skolem:lemma4163 - [ a r:Fact; r:gives {(8620 268) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2806 a r:Inference; - r:gives { - 2807 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2807 math:notEqualTo 0}] - skolem:lemma5235 - [ a r:Fact; r:gives {((2 8 0 7) "=<") list:sort (0 2 7 8)}] - [ a r:Fact; r:gives {((2 8 0 7) ">=") list:sort (8 7 2 0)}] - skolem:lemma4178 - skolem:lemma4179 - [ a r:Fact; r:gives {(8720 278) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2807 a r:Inference; - r:gives { - 2808 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2808 math:notEqualTo 0}] - skolem:lemma5236 - [ a r:Fact; r:gives {((2 8 0 8) "=<") list:sort (0 2 8 8)}] - [ a r:Fact; r:gives {((2 8 0 8) ">=") list:sort (8 8 2 0)}] - skolem:lemma4192 - skolem:lemma4193 - [ a r:Fact; r:gives {(8820 288) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2808 a r:Inference; - r:gives { - 2809 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2809 math:notEqualTo 0}] - skolem:lemma5237 - [ a r:Fact; r:gives {((2 8 0 9) "=<") list:sort (0 2 8 9)}] - [ a r:Fact; r:gives {((2 8 0 9) ">=") list:sort (9 8 2 0)}] - skolem:lemma4195 - skolem:lemma4196 - [ a r:Fact; r:gives {(9820 289) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2809 a r:Inference; - r:gives { - 2810 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2810 math:notEqualTo 0}] - skolem:lemma5238 - [ a r:Fact; r:gives {((2 8 1 0) "=<") list:sort (0 1 2 8)}] - [ a r:Fact; r:gives {((2 8 1 0) ">=") list:sort (8 2 1 0)}] - skolem:lemma4052 - skolem:lemma4053 - [ a r:Fact; r:gives {(8210 128) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2810 a r:Inference; - r:gives { - 2811 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2811 math:notEqualTo 0}] - skolem:lemma5239 - [ a r:Fact; r:gives {((2 8 1 1) "=<") list:sort (1 1 2 8)}] - [ a r:Fact; r:gives {((2 8 1 1) ">=") list:sort (8 2 1 1)}] - skolem:lemma4242 - skolem:lemma4243 - [ a r:Fact; r:gives {(8211 1128) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2811 a r:Inference; - r:gives { - 2812 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2812 math:notEqualTo 0}] - skolem:lemma5240 - [ a r:Fact; r:gives {((2 8 1 2) "=<") list:sort (1 2 2 8)}] - [ a r:Fact; r:gives {((2 8 1 2) ">=") list:sort (8 2 2 1)}] - skolem:lemma4268 - skolem:lemma4269 - [ a r:Fact; r:gives {(8221 1228) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2812 a r:Inference; - r:gives { - 2813 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2813 math:notEqualTo 0}] - skolem:lemma5241 - [ a r:Fact; r:gives {((2 8 1 3) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((2 8 1 3) ">=") list:sort (8 3 2 1)}] - skolem:lemma4292 - skolem:lemma4293 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2813 a r:Inference; - r:gives { - 2814 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2814 math:notEqualTo 0}] - skolem:lemma5242 - [ a r:Fact; r:gives {((2 8 1 4) "=<") list:sort (1 2 4 8)}] - [ a r:Fact; r:gives {((2 8 1 4) ">=") list:sort (8 4 2 1)}] - skolem:lemma4314 - skolem:lemma4315 - [ a r:Fact; r:gives {(8421 1248) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2814 a r:Inference; - r:gives { - 2815 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2815 math:notEqualTo 0}] - skolem:lemma5243 - [ a r:Fact; r:gives {((2 8 1 5) "=<") list:sort (1 2 5 8)}] - [ a r:Fact; r:gives {((2 8 1 5) ">=") list:sort (8 5 2 1)}] - skolem:lemma4334 - skolem:lemma4335 - [ a r:Fact; r:gives {(8521 1258) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2815 a r:Inference; - r:gives { - 2816 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2816 math:notEqualTo 0}] - skolem:lemma5244 - [ a r:Fact; r:gives {((2 8 1 6) "=<") list:sort (1 2 6 8)}] - [ a r:Fact; r:gives {((2 8 1 6) ">=") list:sort (8 6 2 1)}] - skolem:lemma4352 - skolem:lemma4353 - [ a r:Fact; r:gives {(8621 1268) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2816 a r:Inference; - r:gives { - 2817 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2817 math:notEqualTo 0}] - skolem:lemma5245 - [ a r:Fact; r:gives {((2 8 1 7) "=<") list:sort (1 2 7 8)}] - [ a r:Fact; r:gives {((2 8 1 7) ">=") list:sort (8 7 2 1)}] - skolem:lemma4368 - skolem:lemma4369 - [ a r:Fact; r:gives {(8721 1278) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2817 a r:Inference; - r:gives { - 2818 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2818 math:notEqualTo 0}] - skolem:lemma5246 - [ a r:Fact; r:gives {((2 8 1 8) "=<") list:sort (1 2 8 8)}] - [ a r:Fact; r:gives {((2 8 1 8) ">=") list:sort (8 8 2 1)}] - skolem:lemma4382 - skolem:lemma4383 - [ a r:Fact; r:gives {(8821 1288) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2818 a r:Inference; - r:gives { - 2819 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2819 math:notEqualTo 0}] - skolem:lemma5247 - [ a r:Fact; r:gives {((2 8 1 9) "=<") list:sort (1 2 8 9)}] - [ a r:Fact; r:gives {((2 8 1 9) ">=") list:sort (9 8 2 1)}] - skolem:lemma4385 - skolem:lemma4386 - [ a r:Fact; r:gives {(9821 1289) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2819 a r:Inference; - r:gives { - 2820 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2820 math:notEqualTo 0}] - skolem:lemma5248 - [ a r:Fact; r:gives {((2 8 2 0) "=<") list:sort (0 2 2 8)}] - [ a r:Fact; r:gives {((2 8 2 0) ">=") list:sort (8 2 2 0)}] - skolem:lemma4078 - skolem:lemma4079 - [ a r:Fact; r:gives {(8220 228) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2820 a r:Inference; - r:gives { - 2821 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2821 math:notEqualTo 0}] - skolem:lemma5249 - [ a r:Fact; r:gives {((2 8 2 1) "=<") list:sort (1 2 2 8)}] - [ a r:Fact; r:gives {((2 8 2 1) ">=") list:sort (8 2 2 1)}] - skolem:lemma4268 - skolem:lemma4269 - [ a r:Fact; r:gives {(8221 1228) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2821 a r:Inference; - r:gives { - 2822 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2822 math:notEqualTo 0}] - skolem:lemma5250 - [ a r:Fact; r:gives {((2 8 2 2) "=<") list:sort (2 2 2 8)}] - [ a r:Fact; r:gives {((2 8 2 2) ">=") list:sort (8 2 2 2)}] - skolem:lemma4437 - skolem:lemma4438 - [ a r:Fact; r:gives {(8222 2228) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2822 a r:Inference; - r:gives { - 2823 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2823 math:notEqualTo 0}] - skolem:lemma5251 - [ a r:Fact; r:gives {((2 8 2 3) "=<") list:sort (2 2 3 8)}] - [ a r:Fact; r:gives {((2 8 2 3) ">=") list:sort (8 3 2 2)}] - skolem:lemma4461 - skolem:lemma4462 - [ a r:Fact; r:gives {(8322 2238) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2823 a r:Inference; - r:gives { - 2824 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2824 math:notEqualTo 0}] - skolem:lemma5252 - [ a r:Fact; r:gives {((2 8 2 4) "=<") list:sort (2 2 4 8)}] - [ a r:Fact; r:gives {((2 8 2 4) ">=") list:sort (8 4 2 2)}] - skolem:lemma4483 - skolem:lemma4484 - [ a r:Fact; r:gives {(8422 2248) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2824 a r:Inference; - r:gives { - 2825 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2825 math:notEqualTo 0}] - skolem:lemma5253 - [ a r:Fact; r:gives {((2 8 2 5) "=<") list:sort (2 2 5 8)}] - [ a r:Fact; r:gives {((2 8 2 5) ">=") list:sort (8 5 2 2)}] - skolem:lemma4503 - skolem:lemma4504 - [ a r:Fact; r:gives {(8522 2258) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2825 a r:Inference; - r:gives { - 2826 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2826 math:notEqualTo 0}] - skolem:lemma5254 - [ a r:Fact; r:gives {((2 8 2 6) "=<") list:sort (2 2 6 8)}] - [ a r:Fact; r:gives {((2 8 2 6) ">=") list:sort (8 6 2 2)}] - skolem:lemma4521 - skolem:lemma4522 - [ a r:Fact; r:gives {(8622 2268) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2826 a r:Inference; - r:gives { - 2827 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2827 math:notEqualTo 0}] - skolem:lemma5255 - [ a r:Fact; r:gives {((2 8 2 7) "=<") list:sort (2 2 7 8)}] - [ a r:Fact; r:gives {((2 8 2 7) ">=") list:sort (8 7 2 2)}] - skolem:lemma4537 - skolem:lemma4538 - [ a r:Fact; r:gives {(8722 2278) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2827 a r:Inference; - r:gives { - 2828 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2828 math:notEqualTo 0}] - skolem:lemma5256 - [ a r:Fact; r:gives {((2 8 2 8) "=<") list:sort (2 2 8 8)}] - [ a r:Fact; r:gives {((2 8 2 8) ">=") list:sort (8 8 2 2)}] - skolem:lemma4551 - skolem:lemma4552 - [ a r:Fact; r:gives {(8822 2288) math:difference 6534}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6534 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6534 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2828 a r:Inference; - r:gives { - 2829 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2829 math:notEqualTo 0}] - skolem:lemma5257 - [ a r:Fact; r:gives {((2 8 2 9) "=<") list:sort (2 2 8 9)}] - [ a r:Fact; r:gives {((2 8 2 9) ">=") list:sort (9 8 2 2)}] - skolem:lemma4554 - skolem:lemma4555 - [ a r:Fact; r:gives {(9822 2289) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2829 a r:Inference; - r:gives { - 2830 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2830 math:notEqualTo 0}] - skolem:lemma5258 - [ a r:Fact; r:gives {((2 8 3 0) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((2 8 3 0) ">=") list:sort (8 3 2 0)}] - skolem:lemma4102 - skolem:lemma4103 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2830 a r:Inference; - r:gives { - 2831 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2831 math:notEqualTo 0}] - skolem:lemma5259 - [ a r:Fact; r:gives {((2 8 3 1) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((2 8 3 1) ">=") list:sort (8 3 2 1)}] - skolem:lemma4292 - skolem:lemma4293 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2831 a r:Inference; - r:gives { - 2832 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2832 math:notEqualTo 0}] - skolem:lemma5260 - [ a r:Fact; r:gives {((2 8 3 2) "=<") list:sort (2 2 3 8)}] - [ a r:Fact; r:gives {((2 8 3 2) ">=") list:sort (8 3 2 2)}] - skolem:lemma4461 - skolem:lemma4462 - [ a r:Fact; r:gives {(8322 2238) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2832 a r:Inference; - r:gives { - 2833 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2833 math:notEqualTo 0}] - skolem:lemma5261 - [ a r:Fact; r:gives {((2 8 3 3) "=<") list:sort (2 3 3 8)}] - [ a r:Fact; r:gives {((2 8 3 3) ">=") list:sort (8 3 3 2)}] - skolem:lemma4617 - skolem:lemma4618 - [ a r:Fact; r:gives {(8332 2338) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2833 a r:Inference; - r:gives { - 2834 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2834 math:notEqualTo 0}] - skolem:lemma5262 - [ a r:Fact; r:gives {((2 8 3 4) "=<") list:sort (2 3 4 8)}] - [ a r:Fact; r:gives {((2 8 3 4) ">=") list:sort (8 4 3 2)}] - skolem:lemma4639 - skolem:lemma4640 - [ a r:Fact; r:gives {(8432 2348) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2834 a r:Inference; - r:gives { - 2835 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2835 math:notEqualTo 0}] - skolem:lemma5263 - [ a r:Fact; r:gives {((2 8 3 5) "=<") list:sort (2 3 5 8)}] - [ a r:Fact; r:gives {((2 8 3 5) ">=") list:sort (8 5 3 2)}] - skolem:lemma4659 - skolem:lemma4660 - [ a r:Fact; r:gives {(8532 2358) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2835 a r:Inference; - r:gives { - 2836 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2836 math:notEqualTo 0}] - skolem:lemma5264 - [ a r:Fact; r:gives {((2 8 3 6) "=<") list:sort (2 3 6 8)}] - [ a r:Fact; r:gives {((2 8 3 6) ">=") list:sort (8 6 3 2)}] - skolem:lemma4677 - skolem:lemma4678 - [ a r:Fact; r:gives {(8632 2368) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2836 a r:Inference; - r:gives { - 2837 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2837 math:notEqualTo 0}] - skolem:lemma5265 - [ a r:Fact; r:gives {((2 8 3 7) "=<") list:sort (2 3 7 8)}] - [ a r:Fact; r:gives {((2 8 3 7) ">=") list:sort (8 7 3 2)}] - skolem:lemma4693 - skolem:lemma4694 - [ a r:Fact; r:gives {(8732 2378) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2837 a r:Inference; - r:gives { - 2838 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2838 math:notEqualTo 0}] - skolem:lemma5266 - [ a r:Fact; r:gives {((2 8 3 8) "=<") list:sort (2 3 8 8)}] - [ a r:Fact; r:gives {((2 8 3 8) ">=") list:sort (8 8 3 2)}] - skolem:lemma4707 - skolem:lemma4708 - [ a r:Fact; r:gives {(8832 2388) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2838 a r:Inference; - r:gives { - 2839 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2839 math:notEqualTo 0}] - skolem:lemma5267 - [ a r:Fact; r:gives {((2 8 3 9) "=<") list:sort (2 3 8 9)}] - [ a r:Fact; r:gives {((2 8 3 9) ">=") list:sort (9 8 3 2)}] - skolem:lemma4710 - skolem:lemma4711 - [ a r:Fact; r:gives {(9832 2389) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2839 a r:Inference; - r:gives { - 2840 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2840 math:notEqualTo 0}] - skolem:lemma5268 - [ a r:Fact; r:gives {((2 8 4 0) "=<") list:sort (0 2 4 8)}] - [ a r:Fact; r:gives {((2 8 4 0) ">=") list:sort (8 4 2 0)}] - skolem:lemma4124 - skolem:lemma4125 - [ a r:Fact; r:gives {(8420 248) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2840 a r:Inference; - r:gives { - 2841 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2841 math:notEqualTo 0}] - skolem:lemma5269 - [ a r:Fact; r:gives {((2 8 4 1) "=<") list:sort (1 2 4 8)}] - [ a r:Fact; r:gives {((2 8 4 1) ">=") list:sort (8 4 2 1)}] - skolem:lemma4314 - skolem:lemma4315 - [ a r:Fact; r:gives {(8421 1248) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2841 a r:Inference; - r:gives { - 2842 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2842 math:notEqualTo 0}] - skolem:lemma5270 - [ a r:Fact; r:gives {((2 8 4 2) "=<") list:sort (2 2 4 8)}] - [ a r:Fact; r:gives {((2 8 4 2) ">=") list:sort (8 4 2 2)}] - skolem:lemma4483 - skolem:lemma4484 - [ a r:Fact; r:gives {(8422 2248) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2842 a r:Inference; - r:gives { - 2843 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2843 math:notEqualTo 0}] - skolem:lemma5271 - [ a r:Fact; r:gives {((2 8 4 3) "=<") list:sort (2 3 4 8)}] - [ a r:Fact; r:gives {((2 8 4 3) ">=") list:sort (8 4 3 2)}] - skolem:lemma4639 - skolem:lemma4640 - [ a r:Fact; r:gives {(8432 2348) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2843 a r:Inference; - r:gives { - 2844 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2844 math:notEqualTo 0}] - skolem:lemma5272 - [ a r:Fact; r:gives {((2 8 4 4) "=<") list:sort (2 4 4 8)}] - [ a r:Fact; r:gives {((2 8 4 4) ">=") list:sort (8 4 4 2)}] - skolem:lemma4781 - skolem:lemma4782 - [ a r:Fact; r:gives {(8442 2448) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2844 a r:Inference; - r:gives { - 2845 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2845 math:notEqualTo 0}] - skolem:lemma5273 - [ a r:Fact; r:gives {((2 8 4 5) "=<") list:sort (2 4 5 8)}] - [ a r:Fact; r:gives {((2 8 4 5) ">=") list:sort (8 5 4 2)}] - skolem:lemma4801 - skolem:lemma4802 - [ a r:Fact; r:gives {(8542 2458) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2845 a r:Inference; - r:gives { - 2846 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2846 math:notEqualTo 0}] - skolem:lemma5274 - [ a r:Fact; r:gives {((2 8 4 6) "=<") list:sort (2 4 6 8)}] - [ a r:Fact; r:gives {((2 8 4 6) ">=") list:sort (8 6 4 2)}] - skolem:lemma4819 - skolem:lemma4820 - [ a r:Fact; r:gives {(8642 2468) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2846 a r:Inference; - r:gives { - 2847 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2847 math:notEqualTo 0}] - skolem:lemma5275 - [ a r:Fact; r:gives {((2 8 4 7) "=<") list:sort (2 4 7 8)}] - [ a r:Fact; r:gives {((2 8 4 7) ">=") list:sort (8 7 4 2)}] - skolem:lemma4835 - skolem:lemma4836 - [ a r:Fact; r:gives {(8742 2478) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2847 a r:Inference; - r:gives { - 2848 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2848 math:notEqualTo 0}] - skolem:lemma5276 - [ a r:Fact; r:gives {((2 8 4 8) "=<") list:sort (2 4 8 8)}] - [ a r:Fact; r:gives {((2 8 4 8) ">=") list:sort (8 8 4 2)}] - skolem:lemma4849 - skolem:lemma4850 - [ a r:Fact; r:gives {(8842 2488) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2848 a r:Inference; - r:gives { - 2849 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2849 math:notEqualTo 0}] - skolem:lemma5277 - [ a r:Fact; r:gives {((2 8 4 9) "=<") list:sort (2 4 8 9)}] - [ a r:Fact; r:gives {((2 8 4 9) ">=") list:sort (9 8 4 2)}] - skolem:lemma4852 - skolem:lemma4853 - [ a r:Fact; r:gives {(9842 2489) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2849 a r:Inference; - r:gives { - 2850 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2850 math:notEqualTo 0}] - skolem:lemma5278 - [ a r:Fact; r:gives {((2 8 5 0) "=<") list:sort (0 2 5 8)}] - [ a r:Fact; r:gives {((2 8 5 0) ">=") list:sort (8 5 2 0)}] - skolem:lemma4144 - skolem:lemma4145 - [ a r:Fact; r:gives {(8520 258) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2850 a r:Inference; - r:gives { - 2851 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2851 math:notEqualTo 0}] - skolem:lemma5279 - [ a r:Fact; r:gives {((2 8 5 1) "=<") list:sort (1 2 5 8)}] - [ a r:Fact; r:gives {((2 8 5 1) ">=") list:sort (8 5 2 1)}] - skolem:lemma4334 - skolem:lemma4335 - [ a r:Fact; r:gives {(8521 1258) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2851 a r:Inference; - r:gives { - 2852 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2852 math:notEqualTo 0}] - skolem:lemma5280 - [ a r:Fact; r:gives {((2 8 5 2) "=<") list:sort (2 2 5 8)}] - [ a r:Fact; r:gives {((2 8 5 2) ">=") list:sort (8 5 2 2)}] - skolem:lemma4503 - skolem:lemma4504 - [ a r:Fact; r:gives {(8522 2258) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2852 a r:Inference; - r:gives { - 2853 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2853 math:notEqualTo 0}] - skolem:lemma5281 - [ a r:Fact; r:gives {((2 8 5 3) "=<") list:sort (2 3 5 8)}] - [ a r:Fact; r:gives {((2 8 5 3) ">=") list:sort (8 5 3 2)}] - skolem:lemma4659 - skolem:lemma4660 - [ a r:Fact; r:gives {(8532 2358) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2853 a r:Inference; - r:gives { - 2854 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2854 math:notEqualTo 0}] - skolem:lemma5282 - [ a r:Fact; r:gives {((2 8 5 4) "=<") list:sort (2 4 5 8)}] - [ a r:Fact; r:gives {((2 8 5 4) ">=") list:sort (8 5 4 2)}] - skolem:lemma4801 - skolem:lemma4802 - [ a r:Fact; r:gives {(8542 2458) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2854 a r:Inference; - r:gives { - 2855 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2855 math:notEqualTo 0}] - skolem:lemma5283 - [ a r:Fact; r:gives {((2 8 5 5) "=<") list:sort (2 5 5 8)}] - [ a r:Fact; r:gives {((2 8 5 5) ">=") list:sort (8 5 5 2)}] - skolem:lemma4931 - skolem:lemma4932 - [ a r:Fact; r:gives {(8552 2558) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2855 a r:Inference; - r:gives { - 2856 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2856 math:notEqualTo 0}] - skolem:lemma5284 - [ a r:Fact; r:gives {((2 8 5 6) "=<") list:sort (2 5 6 8)}] - [ a r:Fact; r:gives {((2 8 5 6) ">=") list:sort (8 6 5 2)}] - skolem:lemma4949 - skolem:lemma4950 - [ a r:Fact; r:gives {(8652 2568) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2856 a r:Inference; - r:gives { - 2857 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2857 math:notEqualTo 0}] - skolem:lemma5285 - [ a r:Fact; r:gives {((2 8 5 7) "=<") list:sort (2 5 7 8)}] - [ a r:Fact; r:gives {((2 8 5 7) ">=") list:sort (8 7 5 2)}] - skolem:lemma4965 - skolem:lemma4966 - [ a r:Fact; r:gives {(8752 2578) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2857 a r:Inference; - r:gives { - 2858 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2858 math:notEqualTo 0}] - skolem:lemma5286 - [ a r:Fact; r:gives {((2 8 5 8) "=<") list:sort (2 5 8 8)}] - [ a r:Fact; r:gives {((2 8 5 8) ">=") list:sort (8 8 5 2)}] - skolem:lemma4979 - skolem:lemma4980 - [ a r:Fact; r:gives {(8852 2588) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2858 a r:Inference; - r:gives { - 2859 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2859 math:notEqualTo 0}] - skolem:lemma5287 - [ a r:Fact; r:gives {((2 8 5 9) "=<") list:sort (2 5 8 9)}] - [ a r:Fact; r:gives {((2 8 5 9) ">=") list:sort (9 8 5 2)}] - skolem:lemma4982 - skolem:lemma4983 - [ a r:Fact; r:gives {(9852 2589) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2859 a r:Inference; - r:gives { - 2860 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2860 math:notEqualTo 0}] - skolem:lemma5288 - [ a r:Fact; r:gives {((2 8 6 0) "=<") list:sort (0 2 6 8)}] - [ a r:Fact; r:gives {((2 8 6 0) ">=") list:sort (8 6 2 0)}] - skolem:lemma4162 - skolem:lemma4163 - [ a r:Fact; r:gives {(8620 268) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2860 a r:Inference; - r:gives { - 2861 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2861 math:notEqualTo 0}] - skolem:lemma5289 - [ a r:Fact; r:gives {((2 8 6 1) "=<") list:sort (1 2 6 8)}] - [ a r:Fact; r:gives {((2 8 6 1) ">=") list:sort (8 6 2 1)}] - skolem:lemma4352 - skolem:lemma4353 - [ a r:Fact; r:gives {(8621 1268) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2861 a r:Inference; - r:gives { - 2862 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2862 math:notEqualTo 0}] - skolem:lemma5290 - [ a r:Fact; r:gives {((2 8 6 2) "=<") list:sort (2 2 6 8)}] - [ a r:Fact; r:gives {((2 8 6 2) ">=") list:sort (8 6 2 2)}] - skolem:lemma4521 - skolem:lemma4522 - [ a r:Fact; r:gives {(8622 2268) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2862 a r:Inference; - r:gives { - 2863 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2863 math:notEqualTo 0}] - skolem:lemma5291 - [ a r:Fact; r:gives {((2 8 6 3) "=<") list:sort (2 3 6 8)}] - [ a r:Fact; r:gives {((2 8 6 3) ">=") list:sort (8 6 3 2)}] - skolem:lemma4677 - skolem:lemma4678 - [ a r:Fact; r:gives {(8632 2368) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2863 a r:Inference; - r:gives { - 2864 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2864 math:notEqualTo 0}] - skolem:lemma5292 - [ a r:Fact; r:gives {((2 8 6 4) "=<") list:sort (2 4 6 8)}] - [ a r:Fact; r:gives {((2 8 6 4) ">=") list:sort (8 6 4 2)}] - skolem:lemma4819 - skolem:lemma4820 - [ a r:Fact; r:gives {(8642 2468) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2864 a r:Inference; - r:gives { - 2865 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2865 math:notEqualTo 0}] - skolem:lemma5293 - [ a r:Fact; r:gives {((2 8 6 5) "=<") list:sort (2 5 6 8)}] - [ a r:Fact; r:gives {((2 8 6 5) ">=") list:sort (8 6 5 2)}] - skolem:lemma4949 - skolem:lemma4950 - [ a r:Fact; r:gives {(8652 2568) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2865 a r:Inference; - r:gives { - 2866 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2866 math:notEqualTo 0}] - skolem:lemma5294 - [ a r:Fact; r:gives {((2 8 6 6) "=<") list:sort (2 6 6 8)}] - [ a r:Fact; r:gives {((2 8 6 6) ">=") list:sort (8 6 6 2)}] - skolem:lemma5069 - skolem:lemma5070 - [ a r:Fact; r:gives {(8662 2668) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2866 a r:Inference; - r:gives { - 2867 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2867 math:notEqualTo 0}] - skolem:lemma5295 - [ a r:Fact; r:gives {((2 8 6 7) "=<") list:sort (2 6 7 8)}] - [ a r:Fact; r:gives {((2 8 6 7) ">=") list:sort (8 7 6 2)}] - skolem:lemma5085 - skolem:lemma5086 - [ a r:Fact; r:gives {(8762 2678) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2867 a r:Inference; - r:gives { - 2868 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2868 math:notEqualTo 0}] - skolem:lemma5296 - [ a r:Fact; r:gives {((2 8 6 8) "=<") list:sort (2 6 8 8)}] - [ a r:Fact; r:gives {((2 8 6 8) ">=") list:sort (8 8 6 2)}] - skolem:lemma5099 - skolem:lemma5100 - [ a r:Fact; r:gives {(8862 2688) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2868 a r:Inference; - r:gives { - 2869 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2869 math:notEqualTo 0}] - skolem:lemma5297 - [ a r:Fact; r:gives {((2 8 6 9) "=<") list:sort (2 6 8 9)}] - [ a r:Fact; r:gives {((2 8 6 9) ">=") list:sort (9 8 6 2)}] - skolem:lemma5102 - skolem:lemma5103 - [ a r:Fact; r:gives {(9862 2689) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2869 a r:Inference; - r:gives { - 2870 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2870 math:notEqualTo 0}] - skolem:lemma5298 - [ a r:Fact; r:gives {((2 8 7 0) "=<") list:sort (0 2 7 8)}] - [ a r:Fact; r:gives {((2 8 7 0) ">=") list:sort (8 7 2 0)}] - skolem:lemma4178 - skolem:lemma4179 - [ a r:Fact; r:gives {(8720 278) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2870 a r:Inference; - r:gives { - 2871 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2871 math:notEqualTo 0}] - skolem:lemma5299 - [ a r:Fact; r:gives {((2 8 7 1) "=<") list:sort (1 2 7 8)}] - [ a r:Fact; r:gives {((2 8 7 1) ">=") list:sort (8 7 2 1)}] - skolem:lemma4368 - skolem:lemma4369 - [ a r:Fact; r:gives {(8721 1278) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2871 a r:Inference; - r:gives { - 2872 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2872 math:notEqualTo 0}] - skolem:lemma5300 - [ a r:Fact; r:gives {((2 8 7 2) "=<") list:sort (2 2 7 8)}] - [ a r:Fact; r:gives {((2 8 7 2) ">=") list:sort (8 7 2 2)}] - skolem:lemma4537 - skolem:lemma4538 - [ a r:Fact; r:gives {(8722 2278) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2872 a r:Inference; - r:gives { - 2873 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2873 math:notEqualTo 0}] - skolem:lemma5301 - [ a r:Fact; r:gives {((2 8 7 3) "=<") list:sort (2 3 7 8)}] - [ a r:Fact; r:gives {((2 8 7 3) ">=") list:sort (8 7 3 2)}] - skolem:lemma4693 - skolem:lemma4694 - [ a r:Fact; r:gives {(8732 2378) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2873 a r:Inference; - r:gives { - 2874 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2874 math:notEqualTo 0}] - skolem:lemma5302 - [ a r:Fact; r:gives {((2 8 7 4) "=<") list:sort (2 4 7 8)}] - [ a r:Fact; r:gives {((2 8 7 4) ">=") list:sort (8 7 4 2)}] - skolem:lemma4835 - skolem:lemma4836 - [ a r:Fact; r:gives {(8742 2478) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2874 a r:Inference; - r:gives { - 2875 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2875 math:notEqualTo 0}] - skolem:lemma5303 - [ a r:Fact; r:gives {((2 8 7 5) "=<") list:sort (2 5 7 8)}] - [ a r:Fact; r:gives {((2 8 7 5) ">=") list:sort (8 7 5 2)}] - skolem:lemma4965 - skolem:lemma4966 - [ a r:Fact; r:gives {(8752 2578) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2875 a r:Inference; - r:gives { - 2876 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2876 math:notEqualTo 0}] - skolem:lemma5304 - [ a r:Fact; r:gives {((2 8 7 6) "=<") list:sort (2 6 7 8)}] - [ a r:Fact; r:gives {((2 8 7 6) ">=") list:sort (8 7 6 2)}] - skolem:lemma5085 - skolem:lemma5086 - [ a r:Fact; r:gives {(8762 2678) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2876 a r:Inference; - r:gives { - 2877 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2877 math:notEqualTo 0}] - skolem:lemma5305 - [ a r:Fact; r:gives {((2 8 7 7) "=<") list:sort (2 7 7 8)}] - [ a r:Fact; r:gives {((2 8 7 7) ">=") list:sort (8 7 7 2)}] - skolem:lemma5197 - skolem:lemma5198 - [ a r:Fact; r:gives {(8772 2778) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2877 a r:Inference; - r:gives { - 2878 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2878 math:notEqualTo 0}] - skolem:lemma5306 - [ a r:Fact; r:gives {((2 8 7 8) "=<") list:sort (2 7 8 8)}] - [ a r:Fact; r:gives {((2 8 7 8) ">=") list:sort (8 8 7 2)}] - skolem:lemma5211 - skolem:lemma5212 - [ a r:Fact; r:gives {(8872 2788) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2878 a r:Inference; - r:gives { - 2879 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2879 math:notEqualTo 0}] - skolem:lemma5307 - [ a r:Fact; r:gives {((2 8 7 9) "=<") list:sort (2 7 8 9)}] - [ a r:Fact; r:gives {((2 8 7 9) ">=") list:sort (9 8 7 2)}] - skolem:lemma5214 - skolem:lemma5215 - [ a r:Fact; r:gives {(9872 2789) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2879 a r:Inference; - r:gives { - 2880 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2880 math:notEqualTo 0}] - skolem:lemma5308 - [ a r:Fact; r:gives {((2 8 8 0) "=<") list:sort (0 2 8 8)}] - [ a r:Fact; r:gives {((2 8 8 0) ">=") list:sort (8 8 2 0)}] - skolem:lemma4192 - skolem:lemma4193 - [ a r:Fact; r:gives {(8820 288) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2880 a r:Inference; - r:gives { - 2881 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2881 math:notEqualTo 0}] - skolem:lemma5309 - [ a r:Fact; r:gives {((2 8 8 1) "=<") list:sort (1 2 8 8)}] - [ a r:Fact; r:gives {((2 8 8 1) ">=") list:sort (8 8 2 1)}] - skolem:lemma4382 - skolem:lemma4383 - [ a r:Fact; r:gives {(8821 1288) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2881 a r:Inference; - r:gives { - 2882 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2882 math:notEqualTo 0}] - skolem:lemma5310 - [ a r:Fact; r:gives {((2 8 8 2) "=<") list:sort (2 2 8 8)}] - [ a r:Fact; r:gives {((2 8 8 2) ">=") list:sort (8 8 2 2)}] - skolem:lemma4551 - skolem:lemma4552 - [ a r:Fact; r:gives {(8822 2288) math:difference 6534}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6534 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6534 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2882 a r:Inference; - r:gives { - 2883 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2883 math:notEqualTo 0}] - skolem:lemma5311 - [ a r:Fact; r:gives {((2 8 8 3) "=<") list:sort (2 3 8 8)}] - [ a r:Fact; r:gives {((2 8 8 3) ">=") list:sort (8 8 3 2)}] - skolem:lemma4707 - skolem:lemma4708 - [ a r:Fact; r:gives {(8832 2388) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2883 a r:Inference; - r:gives { - 2884 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2884 math:notEqualTo 0}] - skolem:lemma5312 - [ a r:Fact; r:gives {((2 8 8 4) "=<") list:sort (2 4 8 8)}] - [ a r:Fact; r:gives {((2 8 8 4) ">=") list:sort (8 8 4 2)}] - skolem:lemma4849 - skolem:lemma4850 - [ a r:Fact; r:gives {(8842 2488) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2884 a r:Inference; - r:gives { - 2885 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2885 math:notEqualTo 0}] - skolem:lemma5313 - [ a r:Fact; r:gives {((2 8 8 5) "=<") list:sort (2 5 8 8)}] - [ a r:Fact; r:gives {((2 8 8 5) ">=") list:sort (8 8 5 2)}] - skolem:lemma4979 - skolem:lemma4980 - [ a r:Fact; r:gives {(8852 2588) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2885 a r:Inference; - r:gives { - 2886 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {2886 math:notEqualTo 0}] - skolem:lemma5314 - [ a r:Fact; r:gives {((2 8 8 6) "=<") list:sort (2 6 8 8)}] - [ a r:Fact; r:gives {((2 8 8 6) ">=") list:sort (8 8 6 2)}] - skolem:lemma5099 - skolem:lemma5100 - [ a r:Fact; r:gives {(8862 2688) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma2886 a r:Inference; - r:gives { - 2887 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2887 math:notEqualTo 0}] - skolem:lemma5315 - [ a r:Fact; r:gives {((2 8 8 7) "=<") list:sort (2 7 8 8)}] - [ a r:Fact; r:gives {((2 8 8 7) ">=") list:sort (8 8 7 2)}] - skolem:lemma5211 - skolem:lemma5212 - [ a r:Fact; r:gives {(8872 2788) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2887 a r:Inference; - r:gives { - 2888 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2888 math:notEqualTo 0}] - skolem:lemma5316 - [ a r:Fact; r:gives {((2 8 8 8) "=<") list:sort (2 8 8 8)}] - [ a r:Fact; r:gives {((2 8 8 8) ">=") list:sort (8 8 8 2)}] - skolem:lemma5317 - skolem:lemma5318 - [ a r:Fact; r:gives {(8882 2888) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 8 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2888 a r:Inference; - r:gives { - 2889 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2889 math:notEqualTo 0}] - skolem:lemma5319 - [ a r:Fact; r:gives {((2 8 8 9) "=<") list:sort (2 8 8 9)}] - [ a r:Fact; r:gives {((2 8 8 9) ">=") list:sort (9 8 8 2)}] - skolem:lemma5320 - skolem:lemma5321 - [ a r:Fact; r:gives {(9882 2889) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2889 a r:Inference; - r:gives { - 2890 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2890 math:notEqualTo 0}] - skolem:lemma5322 - [ a r:Fact; r:gives {((2 8 9 0) "=<") list:sort (0 2 8 9)}] - [ a r:Fact; r:gives {((2 8 9 0) ">=") list:sort (9 8 2 0)}] - skolem:lemma4195 - skolem:lemma4196 - [ a r:Fact; r:gives {(9820 289) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2890 a r:Inference; - r:gives { - 2891 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2891 math:notEqualTo 0}] - skolem:lemma5323 - [ a r:Fact; r:gives {((2 8 9 1) "=<") list:sort (1 2 8 9)}] - [ a r:Fact; r:gives {((2 8 9 1) ">=") list:sort (9 8 2 1)}] - skolem:lemma4385 - skolem:lemma4386 - [ a r:Fact; r:gives {(9821 1289) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2891 a r:Inference; - r:gives { - 2892 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2892 math:notEqualTo 0}] - skolem:lemma5324 - [ a r:Fact; r:gives {((2 8 9 2) "=<") list:sort (2 2 8 9)}] - [ a r:Fact; r:gives {((2 8 9 2) ">=") list:sort (9 8 2 2)}] - skolem:lemma4554 - skolem:lemma4555 - [ a r:Fact; r:gives {(9822 2289) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2892 a r:Inference; - r:gives { - 2893 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2893 math:notEqualTo 0}] - skolem:lemma5325 - [ a r:Fact; r:gives {((2 8 9 3) "=<") list:sort (2 3 8 9)}] - [ a r:Fact; r:gives {((2 8 9 3) ">=") list:sort (9 8 3 2)}] - skolem:lemma4710 - skolem:lemma4711 - [ a r:Fact; r:gives {(9832 2389) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2893 a r:Inference; - r:gives { - 2894 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2894 math:notEqualTo 0}] - skolem:lemma5326 - [ a r:Fact; r:gives {((2 8 9 4) "=<") list:sort (2 4 8 9)}] - [ a r:Fact; r:gives {((2 8 9 4) ">=") list:sort (9 8 4 2)}] - skolem:lemma4852 - skolem:lemma4853 - [ a r:Fact; r:gives {(9842 2489) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2894 a r:Inference; - r:gives { - 2895 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2895 math:notEqualTo 0}] - skolem:lemma5327 - [ a r:Fact; r:gives {((2 8 9 5) "=<") list:sort (2 5 8 9)}] - [ a r:Fact; r:gives {((2 8 9 5) ">=") list:sort (9 8 5 2)}] - skolem:lemma4982 - skolem:lemma4983 - [ a r:Fact; r:gives {(9852 2589) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2895 a r:Inference; - r:gives { - 2896 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2896 math:notEqualTo 0}] - skolem:lemma5328 - [ a r:Fact; r:gives {((2 8 9 6) "=<") list:sort (2 6 8 9)}] - [ a r:Fact; r:gives {((2 8 9 6) ">=") list:sort (9 8 6 2)}] - skolem:lemma5102 - skolem:lemma5103 - [ a r:Fact; r:gives {(9862 2689) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2896 a r:Inference; - r:gives { - 2897 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2897 math:notEqualTo 0}] - skolem:lemma5329 - [ a r:Fact; r:gives {((2 8 9 7) "=<") list:sort (2 7 8 9)}] - [ a r:Fact; r:gives {((2 8 9 7) ">=") list:sort (9 8 7 2)}] - skolem:lemma5214 - skolem:lemma5215 - [ a r:Fact; r:gives {(9872 2789) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2897 a r:Inference; - r:gives { - 2898 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2898 math:notEqualTo 0}] - skolem:lemma5330 - [ a r:Fact; r:gives {((2 8 9 8) "=<") list:sort (2 8 8 9)}] - [ a r:Fact; r:gives {((2 8 9 8) ">=") list:sort (9 8 8 2)}] - skolem:lemma5320 - skolem:lemma5321 - [ a r:Fact; r:gives {(9882 2889) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2898 a r:Inference; - r:gives { - 2899 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2899 math:notEqualTo 0}] - skolem:lemma5331 - [ a r:Fact; r:gives {((2 8 9 9) "=<") list:sort (2 8 9 9)}] - [ a r:Fact; r:gives {((2 8 9 9) ">=") list:sort (9 9 8 2)}] - skolem:lemma5332 - skolem:lemma5333 - [ a r:Fact; r:gives {(9982 2899) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2899 a r:Inference; - r:gives { - 2900 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2900 math:notEqualTo 0}] - skolem:lemma5334 - [ a r:Fact; r:gives {((2 9 0 0) "=<") list:sort (0 0 2 9)}] - [ a r:Fact; r:gives {((2 9 0 0) ">=") list:sort (9 2 0 0)}] - skolem:lemma4027 - skolem:lemma4028 - [ a r:Fact; r:gives {(9200 29) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2900 a r:Inference; - r:gives { - 2901 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2901 math:notEqualTo 0}] - skolem:lemma5335 - [ a r:Fact; r:gives {((2 9 0 1) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((2 9 0 1) ">=") list:sort (9 2 1 0)}] - skolem:lemma4055 - skolem:lemma4056 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2901 a r:Inference; - r:gives { - 2902 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2902 math:notEqualTo 0}] - skolem:lemma5336 - [ a r:Fact; r:gives {((2 9 0 2) "=<") list:sort (0 2 2 9)}] - [ a r:Fact; r:gives {((2 9 0 2) ">=") list:sort (9 2 2 0)}] - skolem:lemma4081 - skolem:lemma4082 - [ a r:Fact; r:gives {(9220 229) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2902 a r:Inference; - r:gives { - 2903 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2903 math:notEqualTo 0}] - skolem:lemma5337 - [ a r:Fact; r:gives {((2 9 0 3) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((2 9 0 3) ">=") list:sort (9 3 2 0)}] - skolem:lemma4105 - skolem:lemma4106 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2903 a r:Inference; - r:gives { - 2904 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2904 math:notEqualTo 0}] - skolem:lemma5338 - [ a r:Fact; r:gives {((2 9 0 4) "=<") list:sort (0 2 4 9)}] - [ a r:Fact; r:gives {((2 9 0 4) ">=") list:sort (9 4 2 0)}] - skolem:lemma4127 - skolem:lemma4128 - [ a r:Fact; r:gives {(9420 249) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2904 a r:Inference; - r:gives { - 2905 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2905 math:notEqualTo 0}] - skolem:lemma5339 - [ a r:Fact; r:gives {((2 9 0 5) "=<") list:sort (0 2 5 9)}] - [ a r:Fact; r:gives {((2 9 0 5) ">=") list:sort (9 5 2 0)}] - skolem:lemma4147 - skolem:lemma4148 - [ a r:Fact; r:gives {(9520 259) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2905 a r:Inference; - r:gives { - 2906 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2906 math:notEqualTo 0}] - skolem:lemma5340 - [ a r:Fact; r:gives {((2 9 0 6) "=<") list:sort (0 2 6 9)}] - [ a r:Fact; r:gives {((2 9 0 6) ">=") list:sort (9 6 2 0)}] - skolem:lemma4165 - skolem:lemma4166 - [ a r:Fact; r:gives {(9620 269) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2906 a r:Inference; - r:gives { - 2907 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2907 math:notEqualTo 0}] - skolem:lemma5341 - [ a r:Fact; r:gives {((2 9 0 7) "=<") list:sort (0 2 7 9)}] - [ a r:Fact; r:gives {((2 9 0 7) ">=") list:sort (9 7 2 0)}] - skolem:lemma4181 - skolem:lemma4182 - [ a r:Fact; r:gives {(9720 279) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2907 a r:Inference; - r:gives { - 2908 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2908 math:notEqualTo 0}] - skolem:lemma5342 - [ a r:Fact; r:gives {((2 9 0 8) "=<") list:sort (0 2 8 9)}] - [ a r:Fact; r:gives {((2 9 0 8) ">=") list:sort (9 8 2 0)}] - skolem:lemma4195 - skolem:lemma4196 - [ a r:Fact; r:gives {(9820 289) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2908 a r:Inference; - r:gives { - 2909 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2909 math:notEqualTo 0}] - skolem:lemma5343 - [ a r:Fact; r:gives {((2 9 0 9) "=<") list:sort (0 2 9 9)}] - [ a r:Fact; r:gives {((2 9 0 9) ">=") list:sort (9 9 2 0)}] - skolem:lemma4207 - skolem:lemma4208 - [ a r:Fact; r:gives {(9920 299) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2909 a r:Inference; - r:gives { - 2910 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2910 math:notEqualTo 0}] - skolem:lemma5344 - [ a r:Fact; r:gives {((2 9 1 0) "=<") list:sort (0 1 2 9)}] - [ a r:Fact; r:gives {((2 9 1 0) ">=") list:sort (9 2 1 0)}] - skolem:lemma4055 - skolem:lemma4056 - [ a r:Fact; r:gives {(9210 129) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2910 a r:Inference; - r:gives { - 2911 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2911 math:notEqualTo 0}] - skolem:lemma5345 - [ a r:Fact; r:gives {((2 9 1 1) "=<") list:sort (1 1 2 9)}] - [ a r:Fact; r:gives {((2 9 1 1) ">=") list:sort (9 2 1 1)}] - skolem:lemma4245 - skolem:lemma4246 - [ a r:Fact; r:gives {(9211 1129) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2911 a r:Inference; - r:gives { - 2912 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2912 math:notEqualTo 0}] - skolem:lemma5346 - [ a r:Fact; r:gives {((2 9 1 2) "=<") list:sort (1 2 2 9)}] - [ a r:Fact; r:gives {((2 9 1 2) ">=") list:sort (9 2 2 1)}] - skolem:lemma4271 - skolem:lemma4272 - [ a r:Fact; r:gives {(9221 1229) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2912 a r:Inference; - r:gives { - 2913 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2913 math:notEqualTo 0}] - skolem:lemma5347 - [ a r:Fact; r:gives {((2 9 1 3) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((2 9 1 3) ">=") list:sort (9 3 2 1)}] - skolem:lemma4295 - skolem:lemma4296 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2913 a r:Inference; - r:gives { - 2914 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2914 math:notEqualTo 0}] - skolem:lemma5348 - [ a r:Fact; r:gives {((2 9 1 4) "=<") list:sort (1 2 4 9)}] - [ a r:Fact; r:gives {((2 9 1 4) ">=") list:sort (9 4 2 1)}] - skolem:lemma4317 - skolem:lemma4318 - [ a r:Fact; r:gives {(9421 1249) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2914 a r:Inference; - r:gives { - 2915 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2915 math:notEqualTo 0}] - skolem:lemma5349 - [ a r:Fact; r:gives {((2 9 1 5) "=<") list:sort (1 2 5 9)}] - [ a r:Fact; r:gives {((2 9 1 5) ">=") list:sort (9 5 2 1)}] - skolem:lemma4337 - skolem:lemma4338 - [ a r:Fact; r:gives {(9521 1259) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2915 a r:Inference; - r:gives { - 2916 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2916 math:notEqualTo 0}] - skolem:lemma5350 - [ a r:Fact; r:gives {((2 9 1 6) "=<") list:sort (1 2 6 9)}] - [ a r:Fact; r:gives {((2 9 1 6) ">=") list:sort (9 6 2 1)}] - skolem:lemma4355 - skolem:lemma4356 - [ a r:Fact; r:gives {(9621 1269) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2916 a r:Inference; - r:gives { - 2917 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2917 math:notEqualTo 0}] - skolem:lemma5351 - [ a r:Fact; r:gives {((2 9 1 7) "=<") list:sort (1 2 7 9)}] - [ a r:Fact; r:gives {((2 9 1 7) ">=") list:sort (9 7 2 1)}] - skolem:lemma4371 - skolem:lemma4372 - [ a r:Fact; r:gives {(9721 1279) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2917 a r:Inference; - r:gives { - 2918 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2918 math:notEqualTo 0}] - skolem:lemma5352 - [ a r:Fact; r:gives {((2 9 1 8) "=<") list:sort (1 2 8 9)}] - [ a r:Fact; r:gives {((2 9 1 8) ">=") list:sort (9 8 2 1)}] - skolem:lemma4385 - skolem:lemma4386 - [ a r:Fact; r:gives {(9821 1289) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2918 a r:Inference; - r:gives { - 2919 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2919 math:notEqualTo 0}] - skolem:lemma5353 - [ a r:Fact; r:gives {((2 9 1 9) "=<") list:sort (1 2 9 9)}] - [ a r:Fact; r:gives {((2 9 1 9) ">=") list:sort (9 9 2 1)}] - skolem:lemma4397 - skolem:lemma4398 - [ a r:Fact; r:gives {(9921 1299) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2919 a r:Inference; - r:gives { - 2920 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2920 math:notEqualTo 0}] - skolem:lemma5354 - [ a r:Fact; r:gives {((2 9 2 0) "=<") list:sort (0 2 2 9)}] - [ a r:Fact; r:gives {((2 9 2 0) ">=") list:sort (9 2 2 0)}] - skolem:lemma4081 - skolem:lemma4082 - [ a r:Fact; r:gives {(9220 229) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2920 a r:Inference; - r:gives { - 2921 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2921 math:notEqualTo 0}] - skolem:lemma5355 - [ a r:Fact; r:gives {((2 9 2 1) "=<") list:sort (1 2 2 9)}] - [ a r:Fact; r:gives {((2 9 2 1) ">=") list:sort (9 2 2 1)}] - skolem:lemma4271 - skolem:lemma4272 - [ a r:Fact; r:gives {(9221 1229) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2921 a r:Inference; - r:gives { - 2922 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2922 math:notEqualTo 0}] - skolem:lemma5356 - [ a r:Fact; r:gives {((2 9 2 2) "=<") list:sort (2 2 2 9)}] - [ a r:Fact; r:gives {((2 9 2 2) ">=") list:sort (9 2 2 2)}] - skolem:lemma4440 - skolem:lemma4441 - [ a r:Fact; r:gives {(9222 2229) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2922 a r:Inference; - r:gives { - 2923 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2923 math:notEqualTo 0}] - skolem:lemma5357 - [ a r:Fact; r:gives {((2 9 2 3) "=<") list:sort (2 2 3 9)}] - [ a r:Fact; r:gives {((2 9 2 3) ">=") list:sort (9 3 2 2)}] - skolem:lemma4464 - skolem:lemma4465 - [ a r:Fact; r:gives {(9322 2239) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2923 a r:Inference; - r:gives { - 2924 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2924 math:notEqualTo 0}] - skolem:lemma5358 - [ a r:Fact; r:gives {((2 9 2 4) "=<") list:sort (2 2 4 9)}] - [ a r:Fact; r:gives {((2 9 2 4) ">=") list:sort (9 4 2 2)}] - skolem:lemma4486 - skolem:lemma4487 - [ a r:Fact; r:gives {(9422 2249) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2924 a r:Inference; - r:gives { - 2925 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2925 math:notEqualTo 0}] - skolem:lemma5359 - [ a r:Fact; r:gives {((2 9 2 5) "=<") list:sort (2 2 5 9)}] - [ a r:Fact; r:gives {((2 9 2 5) ">=") list:sort (9 5 2 2)}] - skolem:lemma4506 - skolem:lemma4507 - [ a r:Fact; r:gives {(9522 2259) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2925 a r:Inference; - r:gives { - 2926 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2926 math:notEqualTo 0}] - skolem:lemma5360 - [ a r:Fact; r:gives {((2 9 2 6) "=<") list:sort (2 2 6 9)}] - [ a r:Fact; r:gives {((2 9 2 6) ">=") list:sort (9 6 2 2)}] - skolem:lemma4524 - skolem:lemma4525 - [ a r:Fact; r:gives {(9622 2269) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2926 a r:Inference; - r:gives { - 2927 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2927 math:notEqualTo 0}] - skolem:lemma5361 - [ a r:Fact; r:gives {((2 9 2 7) "=<") list:sort (2 2 7 9)}] - [ a r:Fact; r:gives {((2 9 2 7) ">=") list:sort (9 7 2 2)}] - skolem:lemma4540 - skolem:lemma4541 - [ a r:Fact; r:gives {(9722 2279) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2927 a r:Inference; - r:gives { - 2928 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2928 math:notEqualTo 0}] - skolem:lemma5362 - [ a r:Fact; r:gives {((2 9 2 8) "=<") list:sort (2 2 8 9)}] - [ a r:Fact; r:gives {((2 9 2 8) ">=") list:sort (9 8 2 2)}] - skolem:lemma4554 - skolem:lemma4555 - [ a r:Fact; r:gives {(9822 2289) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2928 a r:Inference; - r:gives { - 2929 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2929 math:notEqualTo 0}] - skolem:lemma5363 - [ a r:Fact; r:gives {((2 9 2 9) "=<") list:sort (2 2 9 9)}] - [ a r:Fact; r:gives {((2 9 2 9) ">=") list:sort (9 9 2 2)}] - skolem:lemma4566 - skolem:lemma4567 - [ a r:Fact; r:gives {(9922 2299) math:difference 7623}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7623 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7623 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2929 a r:Inference; - r:gives { - 2930 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2930 math:notEqualTo 0}] - skolem:lemma5364 - [ a r:Fact; r:gives {((2 9 3 0) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((2 9 3 0) ">=") list:sort (9 3 2 0)}] - skolem:lemma4105 - skolem:lemma4106 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2930 a r:Inference; - r:gives { - 2931 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2931 math:notEqualTo 0}] - skolem:lemma5365 - [ a r:Fact; r:gives {((2 9 3 1) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((2 9 3 1) ">=") list:sort (9 3 2 1)}] - skolem:lemma4295 - skolem:lemma4296 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2931 a r:Inference; - r:gives { - 2932 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2932 math:notEqualTo 0}] - skolem:lemma5366 - [ a r:Fact; r:gives {((2 9 3 2) "=<") list:sort (2 2 3 9)}] - [ a r:Fact; r:gives {((2 9 3 2) ">=") list:sort (9 3 2 2)}] - skolem:lemma4464 - skolem:lemma4465 - [ a r:Fact; r:gives {(9322 2239) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2932 a r:Inference; - r:gives { - 2933 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2933 math:notEqualTo 0}] - skolem:lemma5367 - [ a r:Fact; r:gives {((2 9 3 3) "=<") list:sort (2 3 3 9)}] - [ a r:Fact; r:gives {((2 9 3 3) ">=") list:sort (9 3 3 2)}] - skolem:lemma4620 - skolem:lemma4621 - [ a r:Fact; r:gives {(9332 2339) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2933 a r:Inference; - r:gives { - 2934 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2934 math:notEqualTo 0}] - skolem:lemma5368 - [ a r:Fact; r:gives {((2 9 3 4) "=<") list:sort (2 3 4 9)}] - [ a r:Fact; r:gives {((2 9 3 4) ">=") list:sort (9 4 3 2)}] - skolem:lemma4642 - skolem:lemma4643 - [ a r:Fact; r:gives {(9432 2349) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2934 a r:Inference; - r:gives { - 2935 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2935 math:notEqualTo 0}] - skolem:lemma5369 - [ a r:Fact; r:gives {((2 9 3 5) "=<") list:sort (2 3 5 9)}] - [ a r:Fact; r:gives {((2 9 3 5) ">=") list:sort (9 5 3 2)}] - skolem:lemma4662 - skolem:lemma4663 - [ a r:Fact; r:gives {(9532 2359) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2935 a r:Inference; - r:gives { - 2936 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2936 math:notEqualTo 0}] - skolem:lemma5370 - [ a r:Fact; r:gives {((2 9 3 6) "=<") list:sort (2 3 6 9)}] - [ a r:Fact; r:gives {((2 9 3 6) ">=") list:sort (9 6 3 2)}] - skolem:lemma4680 - skolem:lemma4681 - [ a r:Fact; r:gives {(9632 2369) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2936 a r:Inference; - r:gives { - 2937 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2937 math:notEqualTo 0}] - skolem:lemma5371 - [ a r:Fact; r:gives {((2 9 3 7) "=<") list:sort (2 3 7 9)}] - [ a r:Fact; r:gives {((2 9 3 7) ">=") list:sort (9 7 3 2)}] - skolem:lemma4696 - skolem:lemma4697 - [ a r:Fact; r:gives {(9732 2379) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2937 a r:Inference; - r:gives { - 2938 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2938 math:notEqualTo 0}] - skolem:lemma5372 - [ a r:Fact; r:gives {((2 9 3 8) "=<") list:sort (2 3 8 9)}] - [ a r:Fact; r:gives {((2 9 3 8) ">=") list:sort (9 8 3 2)}] - skolem:lemma4710 - skolem:lemma4711 - [ a r:Fact; r:gives {(9832 2389) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2938 a r:Inference; - r:gives { - 2939 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2939 math:notEqualTo 0}] - skolem:lemma5373 - [ a r:Fact; r:gives {((2 9 3 9) "=<") list:sort (2 3 9 9)}] - [ a r:Fact; r:gives {((2 9 3 9) ">=") list:sort (9 9 3 2)}] - skolem:lemma4722 - skolem:lemma4723 - [ a r:Fact; r:gives {(9932 2399) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2939 a r:Inference; - r:gives { - 2940 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2940 math:notEqualTo 0}] - skolem:lemma5374 - [ a r:Fact; r:gives {((2 9 4 0) "=<") list:sort (0 2 4 9)}] - [ a r:Fact; r:gives {((2 9 4 0) ">=") list:sort (9 4 2 0)}] - skolem:lemma4127 - skolem:lemma4128 - [ a r:Fact; r:gives {(9420 249) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2940 a r:Inference; - r:gives { - 2941 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2941 math:notEqualTo 0}] - skolem:lemma5375 - [ a r:Fact; r:gives {((2 9 4 1) "=<") list:sort (1 2 4 9)}] - [ a r:Fact; r:gives {((2 9 4 1) ">=") list:sort (9 4 2 1)}] - skolem:lemma4317 - skolem:lemma4318 - [ a r:Fact; r:gives {(9421 1249) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2941 a r:Inference; - r:gives { - 2942 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2942 math:notEqualTo 0}] - skolem:lemma5376 - [ a r:Fact; r:gives {((2 9 4 2) "=<") list:sort (2 2 4 9)}] - [ a r:Fact; r:gives {((2 9 4 2) ">=") list:sort (9 4 2 2)}] - skolem:lemma4486 - skolem:lemma4487 - [ a r:Fact; r:gives {(9422 2249) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2942 a r:Inference; - r:gives { - 2943 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2943 math:notEqualTo 0}] - skolem:lemma5377 - [ a r:Fact; r:gives {((2 9 4 3) "=<") list:sort (2 3 4 9)}] - [ a r:Fact; r:gives {((2 9 4 3) ">=") list:sort (9 4 3 2)}] - skolem:lemma4642 - skolem:lemma4643 - [ a r:Fact; r:gives {(9432 2349) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2943 a r:Inference; - r:gives { - 2944 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2944 math:notEqualTo 0}] - skolem:lemma5378 - [ a r:Fact; r:gives {((2 9 4 4) "=<") list:sort (2 4 4 9)}] - [ a r:Fact; r:gives {((2 9 4 4) ">=") list:sort (9 4 4 2)}] - skolem:lemma4784 - skolem:lemma4785 - [ a r:Fact; r:gives {(9442 2449) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2944 a r:Inference; - r:gives { - 2945 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2945 math:notEqualTo 0}] - skolem:lemma5379 - [ a r:Fact; r:gives {((2 9 4 5) "=<") list:sort (2 4 5 9)}] - [ a r:Fact; r:gives {((2 9 4 5) ">=") list:sort (9 5 4 2)}] - skolem:lemma4804 - skolem:lemma4805 - [ a r:Fact; r:gives {(9542 2459) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2945 a r:Inference; - r:gives { - 2946 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2946 math:notEqualTo 0}] - skolem:lemma5380 - [ a r:Fact; r:gives {((2 9 4 6) "=<") list:sort (2 4 6 9)}] - [ a r:Fact; r:gives {((2 9 4 6) ">=") list:sort (9 6 4 2)}] - skolem:lemma4822 - skolem:lemma4823 - [ a r:Fact; r:gives {(9642 2469) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2946 a r:Inference; - r:gives { - 2947 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2947 math:notEqualTo 0}] - skolem:lemma5381 - [ a r:Fact; r:gives {((2 9 4 7) "=<") list:sort (2 4 7 9)}] - [ a r:Fact; r:gives {((2 9 4 7) ">=") list:sort (9 7 4 2)}] - skolem:lemma4838 - skolem:lemma4839 - [ a r:Fact; r:gives {(9742 2479) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2947 a r:Inference; - r:gives { - 2948 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2948 math:notEqualTo 0}] - skolem:lemma5382 - [ a r:Fact; r:gives {((2 9 4 8) "=<") list:sort (2 4 8 9)}] - [ a r:Fact; r:gives {((2 9 4 8) ">=") list:sort (9 8 4 2)}] - skolem:lemma4852 - skolem:lemma4853 - [ a r:Fact; r:gives {(9842 2489) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2948 a r:Inference; - r:gives { - 2949 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2949 math:notEqualTo 0}] - skolem:lemma5383 - [ a r:Fact; r:gives {((2 9 4 9) "=<") list:sort (2 4 9 9)}] - [ a r:Fact; r:gives {((2 9 4 9) ">=") list:sort (9 9 4 2)}] - skolem:lemma4864 - skolem:lemma4865 - [ a r:Fact; r:gives {(9942 2499) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2949 a r:Inference; - r:gives { - 2950 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2950 math:notEqualTo 0}] - skolem:lemma5384 - [ a r:Fact; r:gives {((2 9 5 0) "=<") list:sort (0 2 5 9)}] - [ a r:Fact; r:gives {((2 9 5 0) ">=") list:sort (9 5 2 0)}] - skolem:lemma4147 - skolem:lemma4148 - [ a r:Fact; r:gives {(9520 259) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2950 a r:Inference; - r:gives { - 2951 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2951 math:notEqualTo 0}] - skolem:lemma5385 - [ a r:Fact; r:gives {((2 9 5 1) "=<") list:sort (1 2 5 9)}] - [ a r:Fact; r:gives {((2 9 5 1) ">=") list:sort (9 5 2 1)}] - skolem:lemma4337 - skolem:lemma4338 - [ a r:Fact; r:gives {(9521 1259) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2951 a r:Inference; - r:gives { - 2952 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2952 math:notEqualTo 0}] - skolem:lemma5386 - [ a r:Fact; r:gives {((2 9 5 2) "=<") list:sort (2 2 5 9)}] - [ a r:Fact; r:gives {((2 9 5 2) ">=") list:sort (9 5 2 2)}] - skolem:lemma4506 - skolem:lemma4507 - [ a r:Fact; r:gives {(9522 2259) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2952 a r:Inference; - r:gives { - 2953 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2953 math:notEqualTo 0}] - skolem:lemma5387 - [ a r:Fact; r:gives {((2 9 5 3) "=<") list:sort (2 3 5 9)}] - [ a r:Fact; r:gives {((2 9 5 3) ">=") list:sort (9 5 3 2)}] - skolem:lemma4662 - skolem:lemma4663 - [ a r:Fact; r:gives {(9532 2359) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2953 a r:Inference; - r:gives { - 2954 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2954 math:notEqualTo 0}] - skolem:lemma5388 - [ a r:Fact; r:gives {((2 9 5 4) "=<") list:sort (2 4 5 9)}] - [ a r:Fact; r:gives {((2 9 5 4) ">=") list:sort (9 5 4 2)}] - skolem:lemma4804 - skolem:lemma4805 - [ a r:Fact; r:gives {(9542 2459) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2954 a r:Inference; - r:gives { - 2955 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2955 math:notEqualTo 0}] - skolem:lemma5389 - [ a r:Fact; r:gives {((2 9 5 5) "=<") list:sort (2 5 5 9)}] - [ a r:Fact; r:gives {((2 9 5 5) ">=") list:sort (9 5 5 2)}] - skolem:lemma4934 - skolem:lemma4935 - [ a r:Fact; r:gives {(9552 2559) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2955 a r:Inference; - r:gives { - 2956 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2956 math:notEqualTo 0}] - skolem:lemma5390 - [ a r:Fact; r:gives {((2 9 5 6) "=<") list:sort (2 5 6 9)}] - [ a r:Fact; r:gives {((2 9 5 6) ">=") list:sort (9 6 5 2)}] - skolem:lemma4952 - skolem:lemma4953 - [ a r:Fact; r:gives {(9652 2569) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2956 a r:Inference; - r:gives { - 2957 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2957 math:notEqualTo 0}] - skolem:lemma5391 - [ a r:Fact; r:gives {((2 9 5 7) "=<") list:sort (2 5 7 9)}] - [ a r:Fact; r:gives {((2 9 5 7) ">=") list:sort (9 7 5 2)}] - skolem:lemma4968 - skolem:lemma4969 - [ a r:Fact; r:gives {(9752 2579) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2957 a r:Inference; - r:gives { - 2958 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2958 math:notEqualTo 0}] - skolem:lemma5392 - [ a r:Fact; r:gives {((2 9 5 8) "=<") list:sort (2 5 8 9)}] - [ a r:Fact; r:gives {((2 9 5 8) ">=") list:sort (9 8 5 2)}] - skolem:lemma4982 - skolem:lemma4983 - [ a r:Fact; r:gives {(9852 2589) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2958 a r:Inference; - r:gives { - 2959 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2959 math:notEqualTo 0}] - skolem:lemma5393 - [ a r:Fact; r:gives {((2 9 5 9) "=<") list:sort (2 5 9 9)}] - [ a r:Fact; r:gives {((2 9 5 9) ">=") list:sort (9 9 5 2)}] - skolem:lemma4994 - skolem:lemma4995 - [ a r:Fact; r:gives {(9952 2599) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2959 a r:Inference; - r:gives { - 2960 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2960 math:notEqualTo 0}] - skolem:lemma5394 - [ a r:Fact; r:gives {((2 9 6 0) "=<") list:sort (0 2 6 9)}] - [ a r:Fact; r:gives {((2 9 6 0) ">=") list:sort (9 6 2 0)}] - skolem:lemma4165 - skolem:lemma4166 - [ a r:Fact; r:gives {(9620 269) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2960 a r:Inference; - r:gives { - 2961 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2961 math:notEqualTo 0}] - skolem:lemma5395 - [ a r:Fact; r:gives {((2 9 6 1) "=<") list:sort (1 2 6 9)}] - [ a r:Fact; r:gives {((2 9 6 1) ">=") list:sort (9 6 2 1)}] - skolem:lemma4355 - skolem:lemma4356 - [ a r:Fact; r:gives {(9621 1269) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2961 a r:Inference; - r:gives { - 2962 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2962 math:notEqualTo 0}] - skolem:lemma5396 - [ a r:Fact; r:gives {((2 9 6 2) "=<") list:sort (2 2 6 9)}] - [ a r:Fact; r:gives {((2 9 6 2) ">=") list:sort (9 6 2 2)}] - skolem:lemma4524 - skolem:lemma4525 - [ a r:Fact; r:gives {(9622 2269) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2962 a r:Inference; - r:gives { - 2963 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2963 math:notEqualTo 0}] - skolem:lemma5397 - [ a r:Fact; r:gives {((2 9 6 3) "=<") list:sort (2 3 6 9)}] - [ a r:Fact; r:gives {((2 9 6 3) ">=") list:sort (9 6 3 2)}] - skolem:lemma4680 - skolem:lemma4681 - [ a r:Fact; r:gives {(9632 2369) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2963 a r:Inference; - r:gives { - 2964 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2964 math:notEqualTo 0}] - skolem:lemma5398 - [ a r:Fact; r:gives {((2 9 6 4) "=<") list:sort (2 4 6 9)}] - [ a r:Fact; r:gives {((2 9 6 4) ">=") list:sort (9 6 4 2)}] - skolem:lemma4822 - skolem:lemma4823 - [ a r:Fact; r:gives {(9642 2469) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2964 a r:Inference; - r:gives { - 2965 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2965 math:notEqualTo 0}] - skolem:lemma5399 - [ a r:Fact; r:gives {((2 9 6 5) "=<") list:sort (2 5 6 9)}] - [ a r:Fact; r:gives {((2 9 6 5) ">=") list:sort (9 6 5 2)}] - skolem:lemma4952 - skolem:lemma4953 - [ a r:Fact; r:gives {(9652 2569) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2965 a r:Inference; - r:gives { - 2966 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2966 math:notEqualTo 0}] - skolem:lemma5400 - [ a r:Fact; r:gives {((2 9 6 6) "=<") list:sort (2 6 6 9)}] - [ a r:Fact; r:gives {((2 9 6 6) ">=") list:sort (9 6 6 2)}] - skolem:lemma5072 - skolem:lemma5073 - [ a r:Fact; r:gives {(9662 2669) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2966 a r:Inference; - r:gives { - 2967 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2967 math:notEqualTo 0}] - skolem:lemma5401 - [ a r:Fact; r:gives {((2 9 6 7) "=<") list:sort (2 6 7 9)}] - [ a r:Fact; r:gives {((2 9 6 7) ">=") list:sort (9 7 6 2)}] - skolem:lemma5088 - skolem:lemma5089 - [ a r:Fact; r:gives {(9762 2679) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2967 a r:Inference; - r:gives { - 2968 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2968 math:notEqualTo 0}] - skolem:lemma5402 - [ a r:Fact; r:gives {((2 9 6 8) "=<") list:sort (2 6 8 9)}] - [ a r:Fact; r:gives {((2 9 6 8) ">=") list:sort (9 8 6 2)}] - skolem:lemma5102 - skolem:lemma5103 - [ a r:Fact; r:gives {(9862 2689) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2968 a r:Inference; - r:gives { - 2969 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2969 math:notEqualTo 0}] - skolem:lemma5403 - [ a r:Fact; r:gives {((2 9 6 9) "=<") list:sort (2 6 9 9)}] - [ a r:Fact; r:gives {((2 9 6 9) ">=") list:sort (9 9 6 2)}] - skolem:lemma5114 - skolem:lemma5115 - [ a r:Fact; r:gives {(9962 2699) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2969 a r:Inference; - r:gives { - 2970 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2970 math:notEqualTo 0}] - skolem:lemma5404 - [ a r:Fact; r:gives {((2 9 7 0) "=<") list:sort (0 2 7 9)}] - [ a r:Fact; r:gives {((2 9 7 0) ">=") list:sort (9 7 2 0)}] - skolem:lemma4181 - skolem:lemma4182 - [ a r:Fact; r:gives {(9720 279) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2970 a r:Inference; - r:gives { - 2971 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2971 math:notEqualTo 0}] - skolem:lemma5405 - [ a r:Fact; r:gives {((2 9 7 1) "=<") list:sort (1 2 7 9)}] - [ a r:Fact; r:gives {((2 9 7 1) ">=") list:sort (9 7 2 1)}] - skolem:lemma4371 - skolem:lemma4372 - [ a r:Fact; r:gives {(9721 1279) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2971 a r:Inference; - r:gives { - 2972 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2972 math:notEqualTo 0}] - skolem:lemma5406 - [ a r:Fact; r:gives {((2 9 7 2) "=<") list:sort (2 2 7 9)}] - [ a r:Fact; r:gives {((2 9 7 2) ">=") list:sort (9 7 2 2)}] - skolem:lemma4540 - skolem:lemma4541 - [ a r:Fact; r:gives {(9722 2279) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2972 a r:Inference; - r:gives { - 2973 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2973 math:notEqualTo 0}] - skolem:lemma5407 - [ a r:Fact; r:gives {((2 9 7 3) "=<") list:sort (2 3 7 9)}] - [ a r:Fact; r:gives {((2 9 7 3) ">=") list:sort (9 7 3 2)}] - skolem:lemma4696 - skolem:lemma4697 - [ a r:Fact; r:gives {(9732 2379) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2973 a r:Inference; - r:gives { - 2974 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2974 math:notEqualTo 0}] - skolem:lemma5408 - [ a r:Fact; r:gives {((2 9 7 4) "=<") list:sort (2 4 7 9)}] - [ a r:Fact; r:gives {((2 9 7 4) ">=") list:sort (9 7 4 2)}] - skolem:lemma4838 - skolem:lemma4839 - [ a r:Fact; r:gives {(9742 2479) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2974 a r:Inference; - r:gives { - 2975 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2975 math:notEqualTo 0}] - skolem:lemma5409 - [ a r:Fact; r:gives {((2 9 7 5) "=<") list:sort (2 5 7 9)}] - [ a r:Fact; r:gives {((2 9 7 5) ">=") list:sort (9 7 5 2)}] - skolem:lemma4968 - skolem:lemma4969 - [ a r:Fact; r:gives {(9752 2579) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2975 a r:Inference; - r:gives { - 2976 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2976 math:notEqualTo 0}] - skolem:lemma5410 - [ a r:Fact; r:gives {((2 9 7 6) "=<") list:sort (2 6 7 9)}] - [ a r:Fact; r:gives {((2 9 7 6) ">=") list:sort (9 7 6 2)}] - skolem:lemma5088 - skolem:lemma5089 - [ a r:Fact; r:gives {(9762 2679) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2976 a r:Inference; - r:gives { - 2977 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2977 math:notEqualTo 0}] - skolem:lemma5411 - [ a r:Fact; r:gives {((2 9 7 7) "=<") list:sort (2 7 7 9)}] - [ a r:Fact; r:gives {((2 9 7 7) ">=") list:sort (9 7 7 2)}] - skolem:lemma5200 - skolem:lemma5201 - [ a r:Fact; r:gives {(9772 2779) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2977 a r:Inference; - r:gives { - 2978 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2978 math:notEqualTo 0}] - skolem:lemma5412 - [ a r:Fact; r:gives {((2 9 7 8) "=<") list:sort (2 7 8 9)}] - [ a r:Fact; r:gives {((2 9 7 8) ">=") list:sort (9 8 7 2)}] - skolem:lemma5214 - skolem:lemma5215 - [ a r:Fact; r:gives {(9872 2789) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2978 a r:Inference; - r:gives { - 2979 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2979 math:notEqualTo 0}] - skolem:lemma5413 - [ a r:Fact; r:gives {((2 9 7 9) "=<") list:sort (2 7 9 9)}] - [ a r:Fact; r:gives {((2 9 7 9) ">=") list:sort (9 9 7 2)}] - skolem:lemma5226 - skolem:lemma5227 - [ a r:Fact; r:gives {(9972 2799) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2979 a r:Inference; - r:gives { - 2980 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {2980 math:notEqualTo 0}] - skolem:lemma5414 - [ a r:Fact; r:gives {((2 9 8 0) "=<") list:sort (0 2 8 9)}] - [ a r:Fact; r:gives {((2 9 8 0) ">=") list:sort (9 8 2 0)}] - skolem:lemma4195 - skolem:lemma4196 - [ a r:Fact; r:gives {(9820 289) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma2980 a r:Inference; - r:gives { - 2981 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {2981 math:notEqualTo 0}] - skolem:lemma5415 - [ a r:Fact; r:gives {((2 9 8 1) "=<") list:sort (1 2 8 9)}] - [ a r:Fact; r:gives {((2 9 8 1) ">=") list:sort (9 8 2 1)}] - skolem:lemma4385 - skolem:lemma4386 - [ a r:Fact; r:gives {(9821 1289) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma2981 a r:Inference; - r:gives { - 2982 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2982 math:notEqualTo 0}] - skolem:lemma5416 - [ a r:Fact; r:gives {((2 9 8 2) "=<") list:sort (2 2 8 9)}] - [ a r:Fact; r:gives {((2 9 8 2) ">=") list:sort (9 8 2 2)}] - skolem:lemma4554 - skolem:lemma4555 - [ a r:Fact; r:gives {(9822 2289) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2982 a r:Inference; - r:gives { - 2983 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2983 math:notEqualTo 0}] - skolem:lemma5417 - [ a r:Fact; r:gives {((2 9 8 3) "=<") list:sort (2 3 8 9)}] - [ a r:Fact; r:gives {((2 9 8 3) ">=") list:sort (9 8 3 2)}] - skolem:lemma4710 - skolem:lemma4711 - [ a r:Fact; r:gives {(9832 2389) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2983 a r:Inference; - r:gives { - 2984 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2984 math:notEqualTo 0}] - skolem:lemma5418 - [ a r:Fact; r:gives {((2 9 8 4) "=<") list:sort (2 4 8 9)}] - [ a r:Fact; r:gives {((2 9 8 4) ">=") list:sort (9 8 4 2)}] - skolem:lemma4852 - skolem:lemma4853 - [ a r:Fact; r:gives {(9842 2489) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2984 a r:Inference; - r:gives { - 2985 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2985 math:notEqualTo 0}] - skolem:lemma5419 - [ a r:Fact; r:gives {((2 9 8 5) "=<") list:sort (2 5 8 9)}] - [ a r:Fact; r:gives {((2 9 8 5) ">=") list:sort (9 8 5 2)}] - skolem:lemma4982 - skolem:lemma4983 - [ a r:Fact; r:gives {(9852 2589) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2985 a r:Inference; - r:gives { - 2986 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2986 math:notEqualTo 0}] - skolem:lemma5420 - [ a r:Fact; r:gives {((2 9 8 6) "=<") list:sort (2 6 8 9)}] - [ a r:Fact; r:gives {((2 9 8 6) ">=") list:sort (9 8 6 2)}] - skolem:lemma5102 - skolem:lemma5103 - [ a r:Fact; r:gives {(9862 2689) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2986 a r:Inference; - r:gives { - 2987 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2987 math:notEqualTo 0}] - skolem:lemma5421 - [ a r:Fact; r:gives {((2 9 8 7) "=<") list:sort (2 7 8 9)}] - [ a r:Fact; r:gives {((2 9 8 7) ">=") list:sort (9 8 7 2)}] - skolem:lemma5214 - skolem:lemma5215 - [ a r:Fact; r:gives {(9872 2789) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2987 a r:Inference; - r:gives { - 2988 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2988 math:notEqualTo 0}] - skolem:lemma5422 - [ a r:Fact; r:gives {((2 9 8 8) "=<") list:sort (2 8 8 9)}] - [ a r:Fact; r:gives {((2 9 8 8) ">=") list:sort (9 8 8 2)}] - skolem:lemma5320 - skolem:lemma5321 - [ a r:Fact; r:gives {(9882 2889) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2988 a r:Inference; - r:gives { - 2989 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2989 math:notEqualTo 0}] - skolem:lemma5423 - [ a r:Fact; r:gives {((2 9 8 9) "=<") list:sort (2 8 9 9)}] - [ a r:Fact; r:gives {((2 9 8 9) ">=") list:sort (9 9 8 2)}] - skolem:lemma5332 - skolem:lemma5333 - [ a r:Fact; r:gives {(9982 2899) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2989 a r:Inference; - r:gives { - 2990 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2990 math:notEqualTo 0}] - skolem:lemma5424 - [ a r:Fact; r:gives {((2 9 9 0) "=<") list:sort (0 2 9 9)}] - [ a r:Fact; r:gives {((2 9 9 0) ">=") list:sort (9 9 2 0)}] - skolem:lemma4207 - skolem:lemma4208 - [ a r:Fact; r:gives {(9920 299) math:difference 9621}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9621 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9621 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2990 a r:Inference; - r:gives { - 2991 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2991 math:notEqualTo 0}] - skolem:lemma5425 - [ a r:Fact; r:gives {((2 9 9 1) "=<") list:sort (1 2 9 9)}] - [ a r:Fact; r:gives {((2 9 9 1) ">=") list:sort (9 9 2 1)}] - skolem:lemma4397 - skolem:lemma4398 - [ a r:Fact; r:gives {(9921 1299) math:difference 8622}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8622 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8622 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2991 a r:Inference; - r:gives { - 2992 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2992 math:notEqualTo 0}] - skolem:lemma5426 - [ a r:Fact; r:gives {((2 9 9 2) "=<") list:sort (2 2 9 9)}] - [ a r:Fact; r:gives {((2 9 9 2) ">=") list:sort (9 9 2 2)}] - skolem:lemma4566 - skolem:lemma4567 - [ a r:Fact; r:gives {(9922 2299) math:difference 7623}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7623 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7623 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2992 a r:Inference; - r:gives { - 2993 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2993 math:notEqualTo 0}] - skolem:lemma5427 - [ a r:Fact; r:gives {((2 9 9 3) "=<") list:sort (2 3 9 9)}] - [ a r:Fact; r:gives {((2 9 9 3) ">=") list:sort (9 9 3 2)}] - skolem:lemma4722 - skolem:lemma4723 - [ a r:Fact; r:gives {(9932 2399) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2993 a r:Inference; - r:gives { - 2994 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2994 math:notEqualTo 0}] - skolem:lemma5428 - [ a r:Fact; r:gives {((2 9 9 4) "=<") list:sort (2 4 9 9)}] - [ a r:Fact; r:gives {((2 9 9 4) ">=") list:sort (9 9 4 2)}] - skolem:lemma4864 - skolem:lemma4865 - [ a r:Fact; r:gives {(9942 2499) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2994 a r:Inference; - r:gives { - 2995 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2995 math:notEqualTo 0}] - skolem:lemma5429 - [ a r:Fact; r:gives {((2 9 9 5) "=<") list:sort (2 5 9 9)}] - [ a r:Fact; r:gives {((2 9 9 5) ">=") list:sort (9 9 5 2)}] - skolem:lemma4994 - skolem:lemma4995 - [ a r:Fact; r:gives {(9952 2599) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2995 a r:Inference; - r:gives { - 2996 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {2996 math:notEqualTo 0}] - skolem:lemma5430 - [ a r:Fact; r:gives {((2 9 9 6) "=<") list:sort (2 6 9 9)}] - [ a r:Fact; r:gives {((2 9 9 6) ">=") list:sort (9 9 6 2)}] - skolem:lemma5114 - skolem:lemma5115 - [ a r:Fact; r:gives {(9962 2699) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma2996 a r:Inference; - r:gives { - 2997 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {2997 math:notEqualTo 0}] - skolem:lemma5431 - [ a r:Fact; r:gives {((2 9 9 7) "=<") list:sort (2 7 9 9)}] - [ a r:Fact; r:gives {((2 9 9 7) ">=") list:sort (9 9 7 2)}] - skolem:lemma5226 - skolem:lemma5227 - [ a r:Fact; r:gives {(9972 2799) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma2997 a r:Inference; - r:gives { - 2998 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {2998 math:notEqualTo 0}] - skolem:lemma5432 - [ a r:Fact; r:gives {((2 9 9 8) "=<") list:sort (2 8 9 9)}] - [ a r:Fact; r:gives {((2 9 9 8) ">=") list:sort (9 9 8 2)}] - skolem:lemma5332 - skolem:lemma5333 - [ a r:Fact; r:gives {(9982 2899) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma2998 a r:Inference; - r:gives { - 2999 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {2999 math:notEqualTo 0}] - skolem:lemma5433 - [ a r:Fact; r:gives {((2 9 9 9) "=<") list:sort (2 9 9 9)}] - [ a r:Fact; r:gives {((2 9 9 9) ">=") list:sort (9 9 9 2)}] - skolem:lemma5434 - skolem:lemma5435 - [ a r:Fact; r:gives {(9992 2999) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (2 9 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 9 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma2999 a r:Inference; - r:gives { - 3000 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3000 math:notEqualTo 0}] - skolem:lemma5436 - [ a r:Fact; r:gives {((3 0 0 0) "=<") list:sort (0 0 0 3)}] - [ a r:Fact; r:gives {((3 0 0 0) ">=") list:sort (3 0 0 0)}] - skolem:lemma5437 - skolem:lemma5438 - [ a r:Fact; r:gives {(3000 3) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 0 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3000 a r:Inference; - r:gives { - 3001 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3001 math:notEqualTo 0}] - skolem:lemma5439 - [ a r:Fact; r:gives {((3 0 0 1) "=<") list:sort (0 0 1 3)}] - [ a r:Fact; r:gives {((3 0 0 1) ">=") list:sort (3 1 0 0)}] - skolem:lemma5440 - skolem:lemma5441 - [ a r:Fact; r:gives {(3100 13) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3001]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3001 a r:Inference; - r:gives { - 3002 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3002 math:notEqualTo 0}] - skolem:lemma5442 - [ a r:Fact; r:gives {((3 0 0 2) "=<") list:sort (0 0 2 3)}] - [ a r:Fact; r:gives {((3 0 0 2) ">=") list:sort (3 2 0 0)}] - skolem:lemma4009 - skolem:lemma4010 - [ a r:Fact; r:gives {(3200 23) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3002]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3002 a r:Inference; - r:gives { - 3003 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3003 math:notEqualTo 0}] - skolem:lemma5443 - [ a r:Fact; r:gives {((3 0 0 3) "=<") list:sort (0 0 3 3)}] - [ a r:Fact; r:gives {((3 0 0 3) ">=") list:sort (3 3 0 0)}] - skolem:lemma5444 - skolem:lemma5445 - [ a r:Fact; r:gives {(3300 33) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3003]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3003 a r:Inference; - r:gives { - 3004 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3004 math:notEqualTo 0}] - skolem:lemma5446 - [ a r:Fact; r:gives {((3 0 0 4) "=<") list:sort (0 0 3 4)}] - [ a r:Fact; r:gives {((3 0 0 4) ">=") list:sort (4 3 0 0)}] - skolem:lemma5447 - skolem:lemma5448 - [ a r:Fact; r:gives {(4300 34) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3004]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3004 a r:Inference; - r:gives { - 3005 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3005 math:notEqualTo 0}] - skolem:lemma5449 - [ a r:Fact; r:gives {((3 0 0 5) "=<") list:sort (0 0 3 5)}] - [ a r:Fact; r:gives {((3 0 0 5) ">=") list:sort (5 3 0 0)}] - skolem:lemma5450 - skolem:lemma5451 - [ a r:Fact; r:gives {(5300 35) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3005]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3005 a r:Inference; - r:gives { - 3006 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3006 math:notEqualTo 0}] - skolem:lemma5452 - [ a r:Fact; r:gives {((3 0 0 6) "=<") list:sort (0 0 3 6)}] - [ a r:Fact; r:gives {((3 0 0 6) ">=") list:sort (6 3 0 0)}] - skolem:lemma5453 - skolem:lemma5454 - [ a r:Fact; r:gives {(6300 36) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3006]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3006 a r:Inference; - r:gives { - 3007 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3007 math:notEqualTo 0}] - skolem:lemma5455 - [ a r:Fact; r:gives {((3 0 0 7) "=<") list:sort (0 0 3 7)}] - [ a r:Fact; r:gives {((3 0 0 7) ">=") list:sort (7 3 0 0)}] - skolem:lemma5456 - skolem:lemma5457 - [ a r:Fact; r:gives {(7300 37) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3007]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3007 a r:Inference; - r:gives { - 3008 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3008 math:notEqualTo 0}] - skolem:lemma5458 - [ a r:Fact; r:gives {((3 0 0 8) "=<") list:sort (0 0 3 8)}] - [ a r:Fact; r:gives {((3 0 0 8) ">=") list:sort (8 3 0 0)}] - skolem:lemma5459 - skolem:lemma5460 - [ a r:Fact; r:gives {(8300 38) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3008]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3008 a r:Inference; - r:gives { - 3009 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3009 math:notEqualTo 0}] - skolem:lemma5461 - [ a r:Fact; r:gives {((3 0 0 9) "=<") list:sort (0 0 3 9)}] - [ a r:Fact; r:gives {((3 0 0 9) ">=") list:sort (9 3 0 0)}] - skolem:lemma5462 - skolem:lemma5463 - [ a r:Fact; r:gives {(9300 39) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3009]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3009 a r:Inference; - r:gives { - 3010 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3010 math:notEqualTo 0}] - skolem:lemma5464 - [ a r:Fact; r:gives {((3 0 1 0) "=<") list:sort (0 0 1 3)}] - [ a r:Fact; r:gives {((3 0 1 0) ">=") list:sort (3 1 0 0)}] - skolem:lemma5440 - skolem:lemma5441 - [ a r:Fact; r:gives {(3100 13) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3010]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3010 a r:Inference; - r:gives { - 3011 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3011 math:notEqualTo 0}] - skolem:lemma5465 - [ a r:Fact; r:gives {((3 0 1 1) "=<") list:sort (0 1 1 3)}] - [ a r:Fact; r:gives {((3 0 1 1) ">=") list:sort (3 1 1 0)}] - skolem:lemma5466 - skolem:lemma5467 - [ a r:Fact; r:gives {(3110 113) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3011]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3011 a r:Inference; - r:gives { - 3012 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3012 math:notEqualTo 0}] - skolem:lemma5468 - [ a r:Fact; r:gives {((3 0 1 2) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((3 0 1 2) ">=") list:sort (3 2 1 0)}] - skolem:lemma4037 - skolem:lemma4038 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3012]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3012 a r:Inference; - r:gives { - 3013 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3013 math:notEqualTo 0}] - skolem:lemma5469 - [ a r:Fact; r:gives {((3 0 1 3) "=<") list:sort (0 1 3 3)}] - [ a r:Fact; r:gives {((3 0 1 3) ">=") list:sort (3 3 1 0)}] - skolem:lemma5470 - skolem:lemma5471 - [ a r:Fact; r:gives {(3310 133) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3013]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3013 a r:Inference; - r:gives { - 3014 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3014 math:notEqualTo 0}] - skolem:lemma5472 - [ a r:Fact; r:gives {((3 0 1 4) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((3 0 1 4) ">=") list:sort (4 3 1 0)}] - skolem:lemma5473 - skolem:lemma5474 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3014]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3014 a r:Inference; - r:gives { - 3015 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3015 math:notEqualTo 0}] - skolem:lemma5475 - [ a r:Fact; r:gives {((3 0 1 5) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((3 0 1 5) ">=") list:sort (5 3 1 0)}] - skolem:lemma5476 - skolem:lemma5477 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3015]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3015 a r:Inference; - r:gives { - 3016 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3016 math:notEqualTo 0}] - skolem:lemma5478 - [ a r:Fact; r:gives {((3 0 1 6) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((3 0 1 6) ">=") list:sort (6 3 1 0)}] - skolem:lemma5479 - skolem:lemma5480 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3016]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3016 a r:Inference; - r:gives { - 3017 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3017 math:notEqualTo 0}] - skolem:lemma5481 - [ a r:Fact; r:gives {((3 0 1 7) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((3 0 1 7) ">=") list:sort (7 3 1 0)}] - skolem:lemma5482 - skolem:lemma5483 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3017]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3017 a r:Inference; - r:gives { - 3018 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3018 math:notEqualTo 0}] - skolem:lemma5484 - [ a r:Fact; r:gives {((3 0 1 8) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((3 0 1 8) ">=") list:sort (8 3 1 0)}] - skolem:lemma5485 - skolem:lemma5486 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3018]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3018 a r:Inference; - r:gives { - 3019 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3019 math:notEqualTo 0}] - skolem:lemma5487 - [ a r:Fact; r:gives {((3 0 1 9) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((3 0 1 9) ">=") list:sort (9 3 1 0)}] - skolem:lemma5488 - skolem:lemma5489 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3019]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3019 a r:Inference; - r:gives { - 3020 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3020 math:notEqualTo 0}] - skolem:lemma5490 - [ a r:Fact; r:gives {((3 0 2 0) "=<") list:sort (0 0 2 3)}] - [ a r:Fact; r:gives {((3 0 2 0) ">=") list:sort (3 2 0 0)}] - skolem:lemma4009 - skolem:lemma4010 - [ a r:Fact; r:gives {(3200 23) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3020]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3020 a r:Inference; - r:gives { - 3021 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3021 math:notEqualTo 0}] - skolem:lemma5491 - [ a r:Fact; r:gives {((3 0 2 1) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((3 0 2 1) ">=") list:sort (3 2 1 0)}] - skolem:lemma4037 - skolem:lemma4038 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3021]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3021 a r:Inference; - r:gives { - 3022 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3022 math:notEqualTo 0}] - skolem:lemma5492 - [ a r:Fact; r:gives {((3 0 2 2) "=<") list:sort (0 2 2 3)}] - [ a r:Fact; r:gives {((3 0 2 2) ">=") list:sort (3 2 2 0)}] - skolem:lemma4063 - skolem:lemma4064 - [ a r:Fact; r:gives {(3220 223) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3022]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3022 a r:Inference; - r:gives { - 3023 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3023 math:notEqualTo 0}] - skolem:lemma5493 - [ a r:Fact; r:gives {((3 0 2 3) "=<") list:sort (0 2 3 3)}] - [ a r:Fact; r:gives {((3 0 2 3) ">=") list:sort (3 3 2 0)}] - skolem:lemma4087 - skolem:lemma4088 - [ a r:Fact; r:gives {(3320 233) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3023]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3023 a r:Inference; - r:gives { - 3024 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3024 math:notEqualTo 0}] - skolem:lemma5494 - [ a r:Fact; r:gives {((3 0 2 4) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((3 0 2 4) ">=") list:sort (4 3 2 0)}] - skolem:lemma4090 - skolem:lemma4091 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3024]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3024 a r:Inference; - r:gives { - 3025 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3025 math:notEqualTo 0}] - skolem:lemma5495 - [ a r:Fact; r:gives {((3 0 2 5) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((3 0 2 5) ">=") list:sort (5 3 2 0)}] - skolem:lemma4093 - skolem:lemma4094 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3025]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3025 a r:Inference; - r:gives { - 3026 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3026 math:notEqualTo 0}] - skolem:lemma5496 - [ a r:Fact; r:gives {((3 0 2 6) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((3 0 2 6) ">=") list:sort (6 3 2 0)}] - skolem:lemma4096 - skolem:lemma4097 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3026]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3026 a r:Inference; - r:gives { - 3027 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3027 math:notEqualTo 0}] - skolem:lemma5497 - [ a r:Fact; r:gives {((3 0 2 7) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((3 0 2 7) ">=") list:sort (7 3 2 0)}] - skolem:lemma4099 - skolem:lemma4100 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3027]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3027 a r:Inference; - r:gives { - 3028 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3028 math:notEqualTo 0}] - skolem:lemma5498 - [ a r:Fact; r:gives {((3 0 2 8) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((3 0 2 8) ">=") list:sort (8 3 2 0)}] - skolem:lemma4102 - skolem:lemma4103 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3028]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3028 a r:Inference; - r:gives { - 3029 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3029 math:notEqualTo 0}] - skolem:lemma5499 - [ a r:Fact; r:gives {((3 0 2 9) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((3 0 2 9) ">=") list:sort (9 3 2 0)}] - skolem:lemma4105 - skolem:lemma4106 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3029]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3029 a r:Inference; - r:gives { - 3030 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3030 math:notEqualTo 0}] - skolem:lemma5500 - [ a r:Fact; r:gives {((3 0 3 0) "=<") list:sort (0 0 3 3)}] - [ a r:Fact; r:gives {((3 0 3 0) ">=") list:sort (3 3 0 0)}] - skolem:lemma5444 - skolem:lemma5445 - [ a r:Fact; r:gives {(3300 33) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3030]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3030 a r:Inference; - r:gives { - 3031 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3031 math:notEqualTo 0}] - skolem:lemma5501 - [ a r:Fact; r:gives {((3 0 3 1) "=<") list:sort (0 1 3 3)}] - [ a r:Fact; r:gives {((3 0 3 1) ">=") list:sort (3 3 1 0)}] - skolem:lemma5470 - skolem:lemma5471 - [ a r:Fact; r:gives {(3310 133) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3031]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3031 a r:Inference; - r:gives { - 3032 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3032 math:notEqualTo 0}] - skolem:lemma5502 - [ a r:Fact; r:gives {((3 0 3 2) "=<") list:sort (0 2 3 3)}] - [ a r:Fact; r:gives {((3 0 3 2) ">=") list:sort (3 3 2 0)}] - skolem:lemma4087 - skolem:lemma4088 - [ a r:Fact; r:gives {(3320 233) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3032]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3032 a r:Inference; - r:gives { - 3033 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3033 math:notEqualTo 0}] - skolem:lemma5503 - [ a r:Fact; r:gives {((3 0 3 3) "=<") list:sort (0 3 3 3)}] - [ a r:Fact; r:gives {((3 0 3 3) ">=") list:sort (3 3 3 0)}] - skolem:lemma5504 - skolem:lemma5505 - [ a r:Fact; r:gives {(3330 333) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3033]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3033 a r:Inference; - r:gives { - 3034 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3034 math:notEqualTo 0}] - skolem:lemma5506 - [ a r:Fact; r:gives {((3 0 3 4) "=<") list:sort (0 3 3 4)}] - [ a r:Fact; r:gives {((3 0 3 4) ">=") list:sort (4 3 3 0)}] - skolem:lemma5507 - skolem:lemma5508 - [ a r:Fact; r:gives {(4330 334) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3034]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3034 a r:Inference; - r:gives { - 3035 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3035 math:notEqualTo 0}] - skolem:lemma5509 - [ a r:Fact; r:gives {((3 0 3 5) "=<") list:sort (0 3 3 5)}] - [ a r:Fact; r:gives {((3 0 3 5) ">=") list:sort (5 3 3 0)}] - skolem:lemma5510 - skolem:lemma5511 - [ a r:Fact; r:gives {(5330 335) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3035]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3035 a r:Inference; - r:gives { - 3036 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3036 math:notEqualTo 0}] - skolem:lemma5512 - [ a r:Fact; r:gives {((3 0 3 6) "=<") list:sort (0 3 3 6)}] - [ a r:Fact; r:gives {((3 0 3 6) ">=") list:sort (6 3 3 0)}] - skolem:lemma5513 - skolem:lemma5514 - [ a r:Fact; r:gives {(6330 336) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3036]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3036 a r:Inference; - r:gives { - 3037 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3037 math:notEqualTo 0}] - skolem:lemma5515 - [ a r:Fact; r:gives {((3 0 3 7) "=<") list:sort (0 3 3 7)}] - [ a r:Fact; r:gives {((3 0 3 7) ">=") list:sort (7 3 3 0)}] - skolem:lemma5516 - skolem:lemma5517 - [ a r:Fact; r:gives {(7330 337) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3037]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3037 a r:Inference; - r:gives { - 3038 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3038 math:notEqualTo 0}] - skolem:lemma5518 - [ a r:Fact; r:gives {((3 0 3 8) "=<") list:sort (0 3 3 8)}] - [ a r:Fact; r:gives {((3 0 3 8) ">=") list:sort (8 3 3 0)}] - skolem:lemma5519 - skolem:lemma5520 - [ a r:Fact; r:gives {(8330 338) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3038]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3038 a r:Inference; - r:gives { - 3039 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3039 math:notEqualTo 0}] - skolem:lemma5521 - [ a r:Fact; r:gives {((3 0 3 9) "=<") list:sort (0 3 3 9)}] - [ a r:Fact; r:gives {((3 0 3 9) ">=") list:sort (9 3 3 0)}] - skolem:lemma5522 - skolem:lemma5523 - [ a r:Fact; r:gives {(9330 339) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3039]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3039 a r:Inference; - r:gives { - 3040 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3040 math:notEqualTo 0}] - skolem:lemma5524 - [ a r:Fact; r:gives {((3 0 4 0) "=<") list:sort (0 0 3 4)}] - [ a r:Fact; r:gives {((3 0 4 0) ">=") list:sort (4 3 0 0)}] - skolem:lemma5447 - skolem:lemma5448 - [ a r:Fact; r:gives {(4300 34) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3040]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3040 a r:Inference; - r:gives { - 3041 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3041 math:notEqualTo 0}] - skolem:lemma5525 - [ a r:Fact; r:gives {((3 0 4 1) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((3 0 4 1) ">=") list:sort (4 3 1 0)}] - skolem:lemma5473 - skolem:lemma5474 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3041]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3041 a r:Inference; - r:gives { - 3042 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3042 math:notEqualTo 0}] - skolem:lemma5526 - [ a r:Fact; r:gives {((3 0 4 2) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((3 0 4 2) ">=") list:sort (4 3 2 0)}] - skolem:lemma4090 - skolem:lemma4091 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3042]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3042 a r:Inference; - r:gives { - 3043 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3043 math:notEqualTo 0}] - skolem:lemma5527 - [ a r:Fact; r:gives {((3 0 4 3) "=<") list:sort (0 3 3 4)}] - [ a r:Fact; r:gives {((3 0 4 3) ">=") list:sort (4 3 3 0)}] - skolem:lemma5507 - skolem:lemma5508 - [ a r:Fact; r:gives {(4330 334) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3043]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3043 a r:Inference; - r:gives { - 3044 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3044 math:notEqualTo 0}] - skolem:lemma5528 - [ a r:Fact; r:gives {((3 0 4 4) "=<") list:sort (0 3 4 4)}] - [ a r:Fact; r:gives {((3 0 4 4) ">=") list:sort (4 4 3 0)}] - skolem:lemma5529 - skolem:lemma5530 - [ a r:Fact; r:gives {(4430 344) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3044]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3044 a r:Inference; - r:gives { - 3045 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3045 math:notEqualTo 0}] - skolem:lemma5531 - [ a r:Fact; r:gives {((3 0 4 5) "=<") list:sort (0 3 4 5)}] - [ a r:Fact; r:gives {((3 0 4 5) ">=") list:sort (5 4 3 0)}] - skolem:lemma5532 - skolem:lemma5533 - [ a r:Fact; r:gives {(5430 345) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3045]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3045 a r:Inference; - r:gives { - 3046 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3046 math:notEqualTo 0}] - skolem:lemma5534 - [ a r:Fact; r:gives {((3 0 4 6) "=<") list:sort (0 3 4 6)}] - [ a r:Fact; r:gives {((3 0 4 6) ">=") list:sort (6 4 3 0)}] - skolem:lemma5535 - skolem:lemma5536 - [ a r:Fact; r:gives {(6430 346) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3046]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3046 a r:Inference; - r:gives { - 3047 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3047 math:notEqualTo 0}] - skolem:lemma5537 - [ a r:Fact; r:gives {((3 0 4 7) "=<") list:sort (0 3 4 7)}] - [ a r:Fact; r:gives {((3 0 4 7) ">=") list:sort (7 4 3 0)}] - skolem:lemma5538 - skolem:lemma5539 - [ a r:Fact; r:gives {(7430 347) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3047]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3047 a r:Inference; - r:gives { - 3048 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3048 math:notEqualTo 0}] - skolem:lemma5540 - [ a r:Fact; r:gives {((3 0 4 8) "=<") list:sort (0 3 4 8)}] - [ a r:Fact; r:gives {((3 0 4 8) ">=") list:sort (8 4 3 0)}] - skolem:lemma5541 - skolem:lemma5542 - [ a r:Fact; r:gives {(8430 348) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3048]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3048 a r:Inference; - r:gives { - 3049 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3049 math:notEqualTo 0}] - skolem:lemma5543 - [ a r:Fact; r:gives {((3 0 4 9) "=<") list:sort (0 3 4 9)}] - [ a r:Fact; r:gives {((3 0 4 9) ">=") list:sort (9 4 3 0)}] - skolem:lemma5544 - skolem:lemma5545 - [ a r:Fact; r:gives {(9430 349) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3049]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3049 a r:Inference; - r:gives { - 3050 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3050 math:notEqualTo 0}] - skolem:lemma5546 - [ a r:Fact; r:gives {((3 0 5 0) "=<") list:sort (0 0 3 5)}] - [ a r:Fact; r:gives {((3 0 5 0) ">=") list:sort (5 3 0 0)}] - skolem:lemma5450 - skolem:lemma5451 - [ a r:Fact; r:gives {(5300 35) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3050]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3050 a r:Inference; - r:gives { - 3051 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3051 math:notEqualTo 0}] - skolem:lemma5547 - [ a r:Fact; r:gives {((3 0 5 1) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((3 0 5 1) ">=") list:sort (5 3 1 0)}] - skolem:lemma5476 - skolem:lemma5477 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3051]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3051 a r:Inference; - r:gives { - 3052 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3052 math:notEqualTo 0}] - skolem:lemma5548 - [ a r:Fact; r:gives {((3 0 5 2) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((3 0 5 2) ">=") list:sort (5 3 2 0)}] - skolem:lemma4093 - skolem:lemma4094 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3052]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3052 a r:Inference; - r:gives { - 3053 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3053 math:notEqualTo 0}] - skolem:lemma5549 - [ a r:Fact; r:gives {((3 0 5 3) "=<") list:sort (0 3 3 5)}] - [ a r:Fact; r:gives {((3 0 5 3) ">=") list:sort (5 3 3 0)}] - skolem:lemma5510 - skolem:lemma5511 - [ a r:Fact; r:gives {(5330 335) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3053]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3053 a r:Inference; - r:gives { - 3054 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3054 math:notEqualTo 0}] - skolem:lemma5550 - [ a r:Fact; r:gives {((3 0 5 4) "=<") list:sort (0 3 4 5)}] - [ a r:Fact; r:gives {((3 0 5 4) ">=") list:sort (5 4 3 0)}] - skolem:lemma5532 - skolem:lemma5533 - [ a r:Fact; r:gives {(5430 345) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3054]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3054 a r:Inference; - r:gives { - 3055 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3055 math:notEqualTo 0}] - skolem:lemma5551 - [ a r:Fact; r:gives {((3 0 5 5) "=<") list:sort (0 3 5 5)}] - [ a r:Fact; r:gives {((3 0 5 5) ">=") list:sort (5 5 3 0)}] - skolem:lemma5552 - skolem:lemma5553 - [ a r:Fact; r:gives {(5530 355) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3055]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3055 a r:Inference; - r:gives { - 3056 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3056 math:notEqualTo 0}] - skolem:lemma5554 - [ a r:Fact; r:gives {((3 0 5 6) "=<") list:sort (0 3 5 6)}] - [ a r:Fact; r:gives {((3 0 5 6) ">=") list:sort (6 5 3 0)}] - skolem:lemma5555 - skolem:lemma5556 - [ a r:Fact; r:gives {(6530 356) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3056]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3056 a r:Inference; - r:gives { - 3057 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3057 math:notEqualTo 0}] - skolem:lemma5557 - [ a r:Fact; r:gives {((3 0 5 7) "=<") list:sort (0 3 5 7)}] - [ a r:Fact; r:gives {((3 0 5 7) ">=") list:sort (7 5 3 0)}] - skolem:lemma5558 - skolem:lemma5559 - [ a r:Fact; r:gives {(7530 357) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3057]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3057 a r:Inference; - r:gives { - 3058 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3058 math:notEqualTo 0}] - skolem:lemma5560 - [ a r:Fact; r:gives {((3 0 5 8) "=<") list:sort (0 3 5 8)}] - [ a r:Fact; r:gives {((3 0 5 8) ">=") list:sort (8 5 3 0)}] - skolem:lemma5561 - skolem:lemma5562 - [ a r:Fact; r:gives {(8530 358) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3058]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3058 a r:Inference; - r:gives { - 3059 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3059 math:notEqualTo 0}] - skolem:lemma5563 - [ a r:Fact; r:gives {((3 0 5 9) "=<") list:sort (0 3 5 9)}] - [ a r:Fact; r:gives {((3 0 5 9) ">=") list:sort (9 5 3 0)}] - skolem:lemma5564 - skolem:lemma5565 - [ a r:Fact; r:gives {(9530 359) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3059]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3059 a r:Inference; - r:gives { - 3060 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3060 math:notEqualTo 0}] - skolem:lemma5566 - [ a r:Fact; r:gives {((3 0 6 0) "=<") list:sort (0 0 3 6)}] - [ a r:Fact; r:gives {((3 0 6 0) ">=") list:sort (6 3 0 0)}] - skolem:lemma5453 - skolem:lemma5454 - [ a r:Fact; r:gives {(6300 36) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3060]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3060 a r:Inference; - r:gives { - 3061 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3061 math:notEqualTo 0}] - skolem:lemma5567 - [ a r:Fact; r:gives {((3 0 6 1) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((3 0 6 1) ">=") list:sort (6 3 1 0)}] - skolem:lemma5479 - skolem:lemma5480 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3061]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3061 a r:Inference; - r:gives { - 3062 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3062 math:notEqualTo 0}] - skolem:lemma5568 - [ a r:Fact; r:gives {((3 0 6 2) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((3 0 6 2) ">=") list:sort (6 3 2 0)}] - skolem:lemma4096 - skolem:lemma4097 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3062]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3062 a r:Inference; - r:gives { - 3063 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3063 math:notEqualTo 0}] - skolem:lemma5569 - [ a r:Fact; r:gives {((3 0 6 3) "=<") list:sort (0 3 3 6)}] - [ a r:Fact; r:gives {((3 0 6 3) ">=") list:sort (6 3 3 0)}] - skolem:lemma5513 - skolem:lemma5514 - [ a r:Fact; r:gives {(6330 336) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3063]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3063 a r:Inference; - r:gives { - 3064 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3064 math:notEqualTo 0}] - skolem:lemma5570 - [ a r:Fact; r:gives {((3 0 6 4) "=<") list:sort (0 3 4 6)}] - [ a r:Fact; r:gives {((3 0 6 4) ">=") list:sort (6 4 3 0)}] - skolem:lemma5535 - skolem:lemma5536 - [ a r:Fact; r:gives {(6430 346) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3064]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3064 a r:Inference; - r:gives { - 3065 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3065 math:notEqualTo 0}] - skolem:lemma5571 - [ a r:Fact; r:gives {((3 0 6 5) "=<") list:sort (0 3 5 6)}] - [ a r:Fact; r:gives {((3 0 6 5) ">=") list:sort (6 5 3 0)}] - skolem:lemma5555 - skolem:lemma5556 - [ a r:Fact; r:gives {(6530 356) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3065]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3065 a r:Inference; - r:gives { - 3066 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3066 math:notEqualTo 0}] - skolem:lemma5572 - [ a r:Fact; r:gives {((3 0 6 6) "=<") list:sort (0 3 6 6)}] - [ a r:Fact; r:gives {((3 0 6 6) ">=") list:sort (6 6 3 0)}] - skolem:lemma5573 - skolem:lemma5574 - [ a r:Fact; r:gives {(6630 366) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3066]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3066 a r:Inference; - r:gives { - 3067 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3067 math:notEqualTo 0}] - skolem:lemma5575 - [ a r:Fact; r:gives {((3 0 6 7) "=<") list:sort (0 3 6 7)}] - [ a r:Fact; r:gives {((3 0 6 7) ">=") list:sort (7 6 3 0)}] - skolem:lemma5576 - skolem:lemma5577 - [ a r:Fact; r:gives {(7630 367) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3067]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3067 a r:Inference; - r:gives { - 3068 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3068 math:notEqualTo 0}] - skolem:lemma5578 - [ a r:Fact; r:gives {((3 0 6 8) "=<") list:sort (0 3 6 8)}] - [ a r:Fact; r:gives {((3 0 6 8) ">=") list:sort (8 6 3 0)}] - skolem:lemma5579 - skolem:lemma5580 - [ a r:Fact; r:gives {(8630 368) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3068]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3068 a r:Inference; - r:gives { - 3069 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3069 math:notEqualTo 0}] - skolem:lemma5581 - [ a r:Fact; r:gives {((3 0 6 9) "=<") list:sort (0 3 6 9)}] - [ a r:Fact; r:gives {((3 0 6 9) ">=") list:sort (9 6 3 0)}] - skolem:lemma5582 - skolem:lemma5583 - [ a r:Fact; r:gives {(9630 369) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3069]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3069 a r:Inference; - r:gives { - 3070 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3070 math:notEqualTo 0}] - skolem:lemma5584 - [ a r:Fact; r:gives {((3 0 7 0) "=<") list:sort (0 0 3 7)}] - [ a r:Fact; r:gives {((3 0 7 0) ">=") list:sort (7 3 0 0)}] - skolem:lemma5456 - skolem:lemma5457 - [ a r:Fact; r:gives {(7300 37) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3070]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3070 a r:Inference; - r:gives { - 3071 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3071 math:notEqualTo 0}] - skolem:lemma5585 - [ a r:Fact; r:gives {((3 0 7 1) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((3 0 7 1) ">=") list:sort (7 3 1 0)}] - skolem:lemma5482 - skolem:lemma5483 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3071]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3071 a r:Inference; - r:gives { - 3072 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3072 math:notEqualTo 0}] - skolem:lemma5586 - [ a r:Fact; r:gives {((3 0 7 2) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((3 0 7 2) ">=") list:sort (7 3 2 0)}] - skolem:lemma4099 - skolem:lemma4100 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3072]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3072 a r:Inference; - r:gives { - 3073 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3073 math:notEqualTo 0}] - skolem:lemma5587 - [ a r:Fact; r:gives {((3 0 7 3) "=<") list:sort (0 3 3 7)}] - [ a r:Fact; r:gives {((3 0 7 3) ">=") list:sort (7 3 3 0)}] - skolem:lemma5516 - skolem:lemma5517 - [ a r:Fact; r:gives {(7330 337) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3073]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3073 a r:Inference; - r:gives { - 3074 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3074 math:notEqualTo 0}] - skolem:lemma5588 - [ a r:Fact; r:gives {((3 0 7 4) "=<") list:sort (0 3 4 7)}] - [ a r:Fact; r:gives {((3 0 7 4) ">=") list:sort (7 4 3 0)}] - skolem:lemma5538 - skolem:lemma5539 - [ a r:Fact; r:gives {(7430 347) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3074]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3074 a r:Inference; - r:gives { - 3075 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3075 math:notEqualTo 0}] - skolem:lemma5589 - [ a r:Fact; r:gives {((3 0 7 5) "=<") list:sort (0 3 5 7)}] - [ a r:Fact; r:gives {((3 0 7 5) ">=") list:sort (7 5 3 0)}] - skolem:lemma5558 - skolem:lemma5559 - [ a r:Fact; r:gives {(7530 357) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3075]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3075 a r:Inference; - r:gives { - 3076 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3076 math:notEqualTo 0}] - skolem:lemma5590 - [ a r:Fact; r:gives {((3 0 7 6) "=<") list:sort (0 3 6 7)}] - [ a r:Fact; r:gives {((3 0 7 6) ">=") list:sort (7 6 3 0)}] - skolem:lemma5576 - skolem:lemma5577 - [ a r:Fact; r:gives {(7630 367) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3076]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3076 a r:Inference; - r:gives { - 3077 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3077 math:notEqualTo 0}] - skolem:lemma5591 - [ a r:Fact; r:gives {((3 0 7 7) "=<") list:sort (0 3 7 7)}] - [ a r:Fact; r:gives {((3 0 7 7) ">=") list:sort (7 7 3 0)}] - skolem:lemma5592 - skolem:lemma5593 - [ a r:Fact; r:gives {(7730 377) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3077]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3077 a r:Inference; - r:gives { - 3078 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3078 math:notEqualTo 0}] - skolem:lemma5594 - [ a r:Fact; r:gives {((3 0 7 8) "=<") list:sort (0 3 7 8)}] - [ a r:Fact; r:gives {((3 0 7 8) ">=") list:sort (8 7 3 0)}] - skolem:lemma5595 - skolem:lemma5596 - [ a r:Fact; r:gives {(8730 378) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3078]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3078 a r:Inference; - r:gives { - 3079 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3079 math:notEqualTo 0}] - skolem:lemma5597 - [ a r:Fact; r:gives {((3 0 7 9) "=<") list:sort (0 3 7 9)}] - [ a r:Fact; r:gives {((3 0 7 9) ">=") list:sort (9 7 3 0)}] - skolem:lemma5598 - skolem:lemma5599 - [ a r:Fact; r:gives {(9730 379) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3079]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3079 a r:Inference; - r:gives { - 3080 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3080 math:notEqualTo 0}] - skolem:lemma5600 - [ a r:Fact; r:gives {((3 0 8 0) "=<") list:sort (0 0 3 8)}] - [ a r:Fact; r:gives {((3 0 8 0) ">=") list:sort (8 3 0 0)}] - skolem:lemma5459 - skolem:lemma5460 - [ a r:Fact; r:gives {(8300 38) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3080]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3080 a r:Inference; - r:gives { - 3081 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3081 math:notEqualTo 0}] - skolem:lemma5601 - [ a r:Fact; r:gives {((3 0 8 1) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((3 0 8 1) ">=") list:sort (8 3 1 0)}] - skolem:lemma5485 - skolem:lemma5486 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3081 a r:Inference; - r:gives { - 3082 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3082 math:notEqualTo 0}] - skolem:lemma5602 - [ a r:Fact; r:gives {((3 0 8 2) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((3 0 8 2) ">=") list:sort (8 3 2 0)}] - skolem:lemma4102 - skolem:lemma4103 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3082 a r:Inference; - r:gives { - 3083 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3083 math:notEqualTo 0}] - skolem:lemma5603 - [ a r:Fact; r:gives {((3 0 8 3) "=<") list:sort (0 3 3 8)}] - [ a r:Fact; r:gives {((3 0 8 3) ">=") list:sort (8 3 3 0)}] - skolem:lemma5519 - skolem:lemma5520 - [ a r:Fact; r:gives {(8330 338) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3083 a r:Inference; - r:gives { - 3084 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3084 math:notEqualTo 0}] - skolem:lemma5604 - [ a r:Fact; r:gives {((3 0 8 4) "=<") list:sort (0 3 4 8)}] - [ a r:Fact; r:gives {((3 0 8 4) ">=") list:sort (8 4 3 0)}] - skolem:lemma5541 - skolem:lemma5542 - [ a r:Fact; r:gives {(8430 348) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3084 a r:Inference; - r:gives { - 3085 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3085 math:notEqualTo 0}] - skolem:lemma5605 - [ a r:Fact; r:gives {((3 0 8 5) "=<") list:sort (0 3 5 8)}] - [ a r:Fact; r:gives {((3 0 8 5) ">=") list:sort (8 5 3 0)}] - skolem:lemma5561 - skolem:lemma5562 - [ a r:Fact; r:gives {(8530 358) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3085 a r:Inference; - r:gives { - 3086 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3086 math:notEqualTo 0}] - skolem:lemma5606 - [ a r:Fact; r:gives {((3 0 8 6) "=<") list:sort (0 3 6 8)}] - [ a r:Fact; r:gives {((3 0 8 6) ">=") list:sort (8 6 3 0)}] - skolem:lemma5579 - skolem:lemma5580 - [ a r:Fact; r:gives {(8630 368) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3086 a r:Inference; - r:gives { - 3087 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3087 math:notEqualTo 0}] - skolem:lemma5607 - [ a r:Fact; r:gives {((3 0 8 7) "=<") list:sort (0 3 7 8)}] - [ a r:Fact; r:gives {((3 0 8 7) ">=") list:sort (8 7 3 0)}] - skolem:lemma5595 - skolem:lemma5596 - [ a r:Fact; r:gives {(8730 378) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3087 a r:Inference; - r:gives { - 3088 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3088 math:notEqualTo 0}] - skolem:lemma5608 - [ a r:Fact; r:gives {((3 0 8 8) "=<") list:sort (0 3 8 8)}] - [ a r:Fact; r:gives {((3 0 8 8) ">=") list:sort (8 8 3 0)}] - skolem:lemma5609 - skolem:lemma5610 - [ a r:Fact; r:gives {(8830 388) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3088 a r:Inference; - r:gives { - 3089 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3089 math:notEqualTo 0}] - skolem:lemma5611 - [ a r:Fact; r:gives {((3 0 8 9) "=<") list:sort (0 3 8 9)}] - [ a r:Fact; r:gives {((3 0 8 9) ">=") list:sort (9 8 3 0)}] - skolem:lemma5612 - skolem:lemma5613 - [ a r:Fact; r:gives {(9830 389) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3089 a r:Inference; - r:gives { - 3090 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3090 math:notEqualTo 0}] - skolem:lemma5614 - [ a r:Fact; r:gives {((3 0 9 0) "=<") list:sort (0 0 3 9)}] - [ a r:Fact; r:gives {((3 0 9 0) ">=") list:sort (9 3 0 0)}] - skolem:lemma5462 - skolem:lemma5463 - [ a r:Fact; r:gives {(9300 39) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3090]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3090 a r:Inference; - r:gives { - 3091 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3091 math:notEqualTo 0}] - skolem:lemma5615 - [ a r:Fact; r:gives {((3 0 9 1) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((3 0 9 1) ">=") list:sort (9 3 1 0)}] - skolem:lemma5488 - skolem:lemma5489 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3091]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3091 a r:Inference; - r:gives { - 3092 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3092 math:notEqualTo 0}] - skolem:lemma5616 - [ a r:Fact; r:gives {((3 0 9 2) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((3 0 9 2) ">=") list:sort (9 3 2 0)}] - skolem:lemma4105 - skolem:lemma4106 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3092]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3092 a r:Inference; - r:gives { - 3093 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3093 math:notEqualTo 0}] - skolem:lemma5617 - [ a r:Fact; r:gives {((3 0 9 3) "=<") list:sort (0 3 3 9)}] - [ a r:Fact; r:gives {((3 0 9 3) ">=") list:sort (9 3 3 0)}] - skolem:lemma5522 - skolem:lemma5523 - [ a r:Fact; r:gives {(9330 339) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3093]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3093 a r:Inference; - r:gives { - 3094 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3094 math:notEqualTo 0}] - skolem:lemma5618 - [ a r:Fact; r:gives {((3 0 9 4) "=<") list:sort (0 3 4 9)}] - [ a r:Fact; r:gives {((3 0 9 4) ">=") list:sort (9 4 3 0)}] - skolem:lemma5544 - skolem:lemma5545 - [ a r:Fact; r:gives {(9430 349) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3094]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3094 a r:Inference; - r:gives { - 3095 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3095 math:notEqualTo 0}] - skolem:lemma5619 - [ a r:Fact; r:gives {((3 0 9 5) "=<") list:sort (0 3 5 9)}] - [ a r:Fact; r:gives {((3 0 9 5) ">=") list:sort (9 5 3 0)}] - skolem:lemma5564 - skolem:lemma5565 - [ a r:Fact; r:gives {(9530 359) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3095]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3095 a r:Inference; - r:gives { - 3096 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3096 math:notEqualTo 0}] - skolem:lemma5620 - [ a r:Fact; r:gives {((3 0 9 6) "=<") list:sort (0 3 6 9)}] - [ a r:Fact; r:gives {((3 0 9 6) ">=") list:sort (9 6 3 0)}] - skolem:lemma5582 - skolem:lemma5583 - [ a r:Fact; r:gives {(9630 369) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3096]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3096 a r:Inference; - r:gives { - 3097 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3097 math:notEqualTo 0}] - skolem:lemma5621 - [ a r:Fact; r:gives {((3 0 9 7) "=<") list:sort (0 3 7 9)}] - [ a r:Fact; r:gives {((3 0 9 7) ">=") list:sort (9 7 3 0)}] - skolem:lemma5598 - skolem:lemma5599 - [ a r:Fact; r:gives {(9730 379) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3097]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3097 a r:Inference; - r:gives { - 3098 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3098 math:notEqualTo 0}] - skolem:lemma5622 - [ a r:Fact; r:gives {((3 0 9 8) "=<") list:sort (0 3 8 9)}] - [ a r:Fact; r:gives {((3 0 9 8) ">=") list:sort (9 8 3 0)}] - skolem:lemma5612 - skolem:lemma5613 - [ a r:Fact; r:gives {(9830 389) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3098]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3098 a r:Inference; - r:gives { - 3099 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3099 math:notEqualTo 0}] - skolem:lemma5623 - [ a r:Fact; r:gives {((3 0 9 9) "=<") list:sort (0 3 9 9)}] - [ a r:Fact; r:gives {((3 0 9 9) ">=") list:sort (9 9 3 0)}] - skolem:lemma5624 - skolem:lemma5625 - [ a r:Fact; r:gives {(9930 399) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3099]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 0 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3099 a r:Inference; - r:gives { - 3100 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3100 math:notEqualTo 0}] - skolem:lemma5626 - [ a r:Fact; r:gives {((3 1 0 0) "=<") list:sort (0 0 1 3)}] - [ a r:Fact; r:gives {((3 1 0 0) ">=") list:sort (3 1 0 0)}] - skolem:lemma5440 - skolem:lemma5441 - [ a r:Fact; r:gives {(3100 13) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3100 a r:Inference; - r:gives { - 3101 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3101 math:notEqualTo 0}] - skolem:lemma5627 - [ a r:Fact; r:gives {((3 1 0 1) "=<") list:sort (0 1 1 3)}] - [ a r:Fact; r:gives {((3 1 0 1) ">=") list:sort (3 1 1 0)}] - skolem:lemma5466 - skolem:lemma5467 - [ a r:Fact; r:gives {(3110 113) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3101 a r:Inference; - r:gives { - 3102 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3102 math:notEqualTo 0}] - skolem:lemma5628 - [ a r:Fact; r:gives {((3 1 0 2) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((3 1 0 2) ">=") list:sort (3 2 1 0)}] - skolem:lemma4037 - skolem:lemma4038 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3102 a r:Inference; - r:gives { - 3103 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3103 math:notEqualTo 0}] - skolem:lemma5629 - [ a r:Fact; r:gives {((3 1 0 3) "=<") list:sort (0 1 3 3)}] - [ a r:Fact; r:gives {((3 1 0 3) ">=") list:sort (3 3 1 0)}] - skolem:lemma5470 - skolem:lemma5471 - [ a r:Fact; r:gives {(3310 133) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3103 a r:Inference; - r:gives { - 3104 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3104 math:notEqualTo 0}] - skolem:lemma5630 - [ a r:Fact; r:gives {((3 1 0 4) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((3 1 0 4) ">=") list:sort (4 3 1 0)}] - skolem:lemma5473 - skolem:lemma5474 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3104 a r:Inference; - r:gives { - 3105 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3105 math:notEqualTo 0}] - skolem:lemma5631 - [ a r:Fact; r:gives {((3 1 0 5) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((3 1 0 5) ">=") list:sort (5 3 1 0)}] - skolem:lemma5476 - skolem:lemma5477 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3105 a r:Inference; - r:gives { - 3106 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3106 math:notEqualTo 0}] - skolem:lemma5632 - [ a r:Fact; r:gives {((3 1 0 6) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((3 1 0 6) ">=") list:sort (6 3 1 0)}] - skolem:lemma5479 - skolem:lemma5480 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3106 a r:Inference; - r:gives { - 3107 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3107 math:notEqualTo 0}] - skolem:lemma5633 - [ a r:Fact; r:gives {((3 1 0 7) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((3 1 0 7) ">=") list:sort (7 3 1 0)}] - skolem:lemma5482 - skolem:lemma5483 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3107 a r:Inference; - r:gives { - 3108 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3108 math:notEqualTo 0}] - skolem:lemma5634 - [ a r:Fact; r:gives {((3 1 0 8) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((3 1 0 8) ">=") list:sort (8 3 1 0)}] - skolem:lemma5485 - skolem:lemma5486 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3108 a r:Inference; - r:gives { - 3109 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3109 math:notEqualTo 0}] - skolem:lemma5635 - [ a r:Fact; r:gives {((3 1 0 9) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((3 1 0 9) ">=") list:sort (9 3 1 0)}] - skolem:lemma5488 - skolem:lemma5489 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3109 a r:Inference; - r:gives { - 3110 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3110 math:notEqualTo 0}] - skolem:lemma5636 - [ a r:Fact; r:gives {((3 1 1 0) "=<") list:sort (0 1 1 3)}] - [ a r:Fact; r:gives {((3 1 1 0) ">=") list:sort (3 1 1 0)}] - skolem:lemma5466 - skolem:lemma5467 - [ a r:Fact; r:gives {(3110 113) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3110 a r:Inference; - r:gives { - 3111 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3111 math:notEqualTo 0}] - skolem:lemma5637 - [ a r:Fact; r:gives {((3 1 1 1) "=<") list:sort (1 1 1 3)}] - [ a r:Fact; r:gives {((3 1 1 1) ">=") list:sort (3 1 1 1)}] - skolem:lemma5638 - skolem:lemma5639 - [ a r:Fact; r:gives {(3111 1113) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 1 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3111 a r:Inference; - r:gives { - 3112 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3112 math:notEqualTo 0}] - skolem:lemma5640 - [ a r:Fact; r:gives {((3 1 1 2) "=<") list:sort (1 1 2 3)}] - [ a r:Fact; r:gives {((3 1 1 2) ">=") list:sort (3 2 1 1)}] - skolem:lemma4227 - skolem:lemma4228 - [ a r:Fact; r:gives {(3211 1123) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3112 a r:Inference; - r:gives { - 3113 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3113 math:notEqualTo 0}] - skolem:lemma5641 - [ a r:Fact; r:gives {((3 1 1 3) "=<") list:sort (1 1 3 3)}] - [ a r:Fact; r:gives {((3 1 1 3) ">=") list:sort (3 3 1 1)}] - skolem:lemma5642 - skolem:lemma5643 - [ a r:Fact; r:gives {(3311 1133) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3113 a r:Inference; - r:gives { - 3114 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3114 math:notEqualTo 0}] - skolem:lemma5644 - [ a r:Fact; r:gives {((3 1 1 4) "=<") list:sort (1 1 3 4)}] - [ a r:Fact; r:gives {((3 1 1 4) ">=") list:sort (4 3 1 1)}] - skolem:lemma5645 - skolem:lemma5646 - [ a r:Fact; r:gives {(4311 1134) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3114 a r:Inference; - r:gives { - 3115 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3115 math:notEqualTo 0}] - skolem:lemma5647 - [ a r:Fact; r:gives {((3 1 1 5) "=<") list:sort (1 1 3 5)}] - [ a r:Fact; r:gives {((3 1 1 5) ">=") list:sort (5 3 1 1)}] - skolem:lemma5648 - skolem:lemma5649 - [ a r:Fact; r:gives {(5311 1135) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3115 a r:Inference; - r:gives { - 3116 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3116 math:notEqualTo 0}] - skolem:lemma5650 - [ a r:Fact; r:gives {((3 1 1 6) "=<") list:sort (1 1 3 6)}] - [ a r:Fact; r:gives {((3 1 1 6) ">=") list:sort (6 3 1 1)}] - skolem:lemma5651 - skolem:lemma5652 - [ a r:Fact; r:gives {(6311 1136) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3116 a r:Inference; - r:gives { - 3117 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3117 math:notEqualTo 0}] - skolem:lemma5653 - [ a r:Fact; r:gives {((3 1 1 7) "=<") list:sort (1 1 3 7)}] - [ a r:Fact; r:gives {((3 1 1 7) ">=") list:sort (7 3 1 1)}] - skolem:lemma5654 - skolem:lemma5655 - [ a r:Fact; r:gives {(7311 1137) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3117 a r:Inference; - r:gives { - 3118 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3118 math:notEqualTo 0}] - skolem:lemma5656 - [ a r:Fact; r:gives {((3 1 1 8) "=<") list:sort (1 1 3 8)}] - [ a r:Fact; r:gives {((3 1 1 8) ">=") list:sort (8 3 1 1)}] - skolem:lemma5657 - skolem:lemma5658 - [ a r:Fact; r:gives {(8311 1138) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3118 a r:Inference; - r:gives { - 3119 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3119 math:notEqualTo 0}] - skolem:lemma5659 - [ a r:Fact; r:gives {((3 1 1 9) "=<") list:sort (1 1 3 9)}] - [ a r:Fact; r:gives {((3 1 1 9) ">=") list:sort (9 3 1 1)}] - skolem:lemma5660 - skolem:lemma5661 - [ a r:Fact; r:gives {(9311 1139) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3119 a r:Inference; - r:gives { - 3120 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3120 math:notEqualTo 0}] - skolem:lemma5662 - [ a r:Fact; r:gives {((3 1 2 0) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((3 1 2 0) ">=") list:sort (3 2 1 0)}] - skolem:lemma4037 - skolem:lemma4038 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3120 a r:Inference; - r:gives { - 3121 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3121 math:notEqualTo 0}] - skolem:lemma5663 - [ a r:Fact; r:gives {((3 1 2 1) "=<") list:sort (1 1 2 3)}] - [ a r:Fact; r:gives {((3 1 2 1) ">=") list:sort (3 2 1 1)}] - skolem:lemma4227 - skolem:lemma4228 - [ a r:Fact; r:gives {(3211 1123) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3121 a r:Inference; - r:gives { - 3122 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3122 math:notEqualTo 0}] - skolem:lemma5664 - [ a r:Fact; r:gives {((3 1 2 2) "=<") list:sort (1 2 2 3)}] - [ a r:Fact; r:gives {((3 1 2 2) ">=") list:sort (3 2 2 1)}] - skolem:lemma4253 - skolem:lemma4254 - [ a r:Fact; r:gives {(3221 1223) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3122 a r:Inference; - r:gives { - 3123 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3123 math:notEqualTo 0}] - skolem:lemma5665 - [ a r:Fact; r:gives {((3 1 2 3) "=<") list:sort (1 2 3 3)}] - [ a r:Fact; r:gives {((3 1 2 3) ">=") list:sort (3 3 2 1)}] - skolem:lemma4277 - skolem:lemma4278 - [ a r:Fact; r:gives {(3321 1233) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3123 a r:Inference; - r:gives { - 3124 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3124 math:notEqualTo 0}] - skolem:lemma5666 - [ a r:Fact; r:gives {((3 1 2 4) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((3 1 2 4) ">=") list:sort (4 3 2 1)}] - skolem:lemma4280 - skolem:lemma4281 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3124 a r:Inference; - r:gives { - 3125 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3125 math:notEqualTo 0}] - skolem:lemma5667 - [ a r:Fact; r:gives {((3 1 2 5) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((3 1 2 5) ">=") list:sort (5 3 2 1)}] - skolem:lemma4283 - skolem:lemma4284 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3125 a r:Inference; - r:gives { - 3126 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3126 math:notEqualTo 0}] - skolem:lemma5668 - [ a r:Fact; r:gives {((3 1 2 6) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((3 1 2 6) ">=") list:sort (6 3 2 1)}] - skolem:lemma4286 - skolem:lemma4287 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3126 a r:Inference; - r:gives { - 3127 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3127 math:notEqualTo 0}] - skolem:lemma5669 - [ a r:Fact; r:gives {((3 1 2 7) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((3 1 2 7) ">=") list:sort (7 3 2 1)}] - skolem:lemma4289 - skolem:lemma4290 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3127 a r:Inference; - r:gives { - 3128 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3128 math:notEqualTo 0}] - skolem:lemma5670 - [ a r:Fact; r:gives {((3 1 2 8) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((3 1 2 8) ">=") list:sort (8 3 2 1)}] - skolem:lemma4292 - skolem:lemma4293 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3128 a r:Inference; - r:gives { - 3129 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3129 math:notEqualTo 0}] - skolem:lemma5671 - [ a r:Fact; r:gives {((3 1 2 9) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((3 1 2 9) ">=") list:sort (9 3 2 1)}] - skolem:lemma4295 - skolem:lemma4296 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3129 a r:Inference; - r:gives { - 3130 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3130 math:notEqualTo 0}] - skolem:lemma5672 - [ a r:Fact; r:gives {((3 1 3 0) "=<") list:sort (0 1 3 3)}] - [ a r:Fact; r:gives {((3 1 3 0) ">=") list:sort (3 3 1 0)}] - skolem:lemma5470 - skolem:lemma5471 - [ a r:Fact; r:gives {(3310 133) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3130 a r:Inference; - r:gives { - 3131 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3131 math:notEqualTo 0}] - skolem:lemma5673 - [ a r:Fact; r:gives {((3 1 3 1) "=<") list:sort (1 1 3 3)}] - [ a r:Fact; r:gives {((3 1 3 1) ">=") list:sort (3 3 1 1)}] - skolem:lemma5642 - skolem:lemma5643 - [ a r:Fact; r:gives {(3311 1133) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3131 a r:Inference; - r:gives { - 3132 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3132 math:notEqualTo 0}] - skolem:lemma5674 - [ a r:Fact; r:gives {((3 1 3 2) "=<") list:sort (1 2 3 3)}] - [ a r:Fact; r:gives {((3 1 3 2) ">=") list:sort (3 3 2 1)}] - skolem:lemma4277 - skolem:lemma4278 - [ a r:Fact; r:gives {(3321 1233) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3132 a r:Inference; - r:gives { - 3133 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3133 math:notEqualTo 0}] - skolem:lemma5675 - [ a r:Fact; r:gives {((3 1 3 3) "=<") list:sort (1 3 3 3)}] - [ a r:Fact; r:gives {((3 1 3 3) ">=") list:sort (3 3 3 1)}] - skolem:lemma5676 - skolem:lemma5677 - [ a r:Fact; r:gives {(3331 1333) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3133 a r:Inference; - r:gives { - 3134 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3134 math:notEqualTo 0}] - skolem:lemma5678 - [ a r:Fact; r:gives {((3 1 3 4) "=<") list:sort (1 3 3 4)}] - [ a r:Fact; r:gives {((3 1 3 4) ">=") list:sort (4 3 3 1)}] - skolem:lemma5679 - skolem:lemma5680 - [ a r:Fact; r:gives {(4331 1334) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3134 a r:Inference; - r:gives { - 3135 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3135 math:notEqualTo 0}] - skolem:lemma5681 - [ a r:Fact; r:gives {((3 1 3 5) "=<") list:sort (1 3 3 5)}] - [ a r:Fact; r:gives {((3 1 3 5) ">=") list:sort (5 3 3 1)}] - skolem:lemma5682 - skolem:lemma5683 - [ a r:Fact; r:gives {(5331 1335) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3135 a r:Inference; - r:gives { - 3136 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3136 math:notEqualTo 0}] - skolem:lemma5684 - [ a r:Fact; r:gives {((3 1 3 6) "=<") list:sort (1 3 3 6)}] - [ a r:Fact; r:gives {((3 1 3 6) ">=") list:sort (6 3 3 1)}] - skolem:lemma5685 - skolem:lemma5686 - [ a r:Fact; r:gives {(6331 1336) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3136 a r:Inference; - r:gives { - 3137 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3137 math:notEqualTo 0}] - skolem:lemma5687 - [ a r:Fact; r:gives {((3 1 3 7) "=<") list:sort (1 3 3 7)}] - [ a r:Fact; r:gives {((3 1 3 7) ">=") list:sort (7 3 3 1)}] - skolem:lemma5688 - skolem:lemma5689 - [ a r:Fact; r:gives {(7331 1337) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3137 a r:Inference; - r:gives { - 3138 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3138 math:notEqualTo 0}] - skolem:lemma5690 - [ a r:Fact; r:gives {((3 1 3 8) "=<") list:sort (1 3 3 8)}] - [ a r:Fact; r:gives {((3 1 3 8) ">=") list:sort (8 3 3 1)}] - skolem:lemma5691 - skolem:lemma5692 - [ a r:Fact; r:gives {(8331 1338) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3138 a r:Inference; - r:gives { - 3139 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3139 math:notEqualTo 0}] - skolem:lemma5693 - [ a r:Fact; r:gives {((3 1 3 9) "=<") list:sort (1 3 3 9)}] - [ a r:Fact; r:gives {((3 1 3 9) ">=") list:sort (9 3 3 1)}] - skolem:lemma5694 - skolem:lemma5695 - [ a r:Fact; r:gives {(9331 1339) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3139 a r:Inference; - r:gives { - 3140 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3140 math:notEqualTo 0}] - skolem:lemma5696 - [ a r:Fact; r:gives {((3 1 4 0) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((3 1 4 0) ">=") list:sort (4 3 1 0)}] - skolem:lemma5473 - skolem:lemma5474 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3140 a r:Inference; - r:gives { - 3141 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3141 math:notEqualTo 0}] - skolem:lemma5697 - [ a r:Fact; r:gives {((3 1 4 1) "=<") list:sort (1 1 3 4)}] - [ a r:Fact; r:gives {((3 1 4 1) ">=") list:sort (4 3 1 1)}] - skolem:lemma5645 - skolem:lemma5646 - [ a r:Fact; r:gives {(4311 1134) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3141 a r:Inference; - r:gives { - 3142 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3142 math:notEqualTo 0}] - skolem:lemma5698 - [ a r:Fact; r:gives {((3 1 4 2) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((3 1 4 2) ">=") list:sort (4 3 2 1)}] - skolem:lemma4280 - skolem:lemma4281 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3142 a r:Inference; - r:gives { - 3143 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3143 math:notEqualTo 0}] - skolem:lemma5699 - [ a r:Fact; r:gives {((3 1 4 3) "=<") list:sort (1 3 3 4)}] - [ a r:Fact; r:gives {((3 1 4 3) ">=") list:sort (4 3 3 1)}] - skolem:lemma5679 - skolem:lemma5680 - [ a r:Fact; r:gives {(4331 1334) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3143 a r:Inference; - r:gives { - 3144 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3144 math:notEqualTo 0}] - skolem:lemma5700 - [ a r:Fact; r:gives {((3 1 4 4) "=<") list:sort (1 3 4 4)}] - [ a r:Fact; r:gives {((3 1 4 4) ">=") list:sort (4 4 3 1)}] - skolem:lemma5701 - skolem:lemma5702 - [ a r:Fact; r:gives {(4431 1344) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3144 a r:Inference; - r:gives { - 3145 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3145 math:notEqualTo 0}] - skolem:lemma5703 - [ a r:Fact; r:gives {((3 1 4 5) "=<") list:sort (1 3 4 5)}] - [ a r:Fact; r:gives {((3 1 4 5) ">=") list:sort (5 4 3 1)}] - skolem:lemma5704 - skolem:lemma5705 - [ a r:Fact; r:gives {(5431 1345) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3145 a r:Inference; - r:gives { - 3146 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3146 math:notEqualTo 0}] - skolem:lemma5706 - [ a r:Fact; r:gives {((3 1 4 6) "=<") list:sort (1 3 4 6)}] - [ a r:Fact; r:gives {((3 1 4 6) ">=") list:sort (6 4 3 1)}] - skolem:lemma5707 - skolem:lemma5708 - [ a r:Fact; r:gives {(6431 1346) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3146 a r:Inference; - r:gives { - 3147 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3147 math:notEqualTo 0}] - skolem:lemma5709 - [ a r:Fact; r:gives {((3 1 4 7) "=<") list:sort (1 3 4 7)}] - [ a r:Fact; r:gives {((3 1 4 7) ">=") list:sort (7 4 3 1)}] - skolem:lemma5710 - skolem:lemma5711 - [ a r:Fact; r:gives {(7431 1347) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3147 a r:Inference; - r:gives { - 3148 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3148 math:notEqualTo 0}] - skolem:lemma5712 - [ a r:Fact; r:gives {((3 1 4 8) "=<") list:sort (1 3 4 8)}] - [ a r:Fact; r:gives {((3 1 4 8) ">=") list:sort (8 4 3 1)}] - skolem:lemma5713 - skolem:lemma5714 - [ a r:Fact; r:gives {(8431 1348) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3148 a r:Inference; - r:gives { - 3149 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3149 math:notEqualTo 0}] - skolem:lemma5715 - [ a r:Fact; r:gives {((3 1 4 9) "=<") list:sort (1 3 4 9)}] - [ a r:Fact; r:gives {((3 1 4 9) ">=") list:sort (9 4 3 1)}] - skolem:lemma5716 - skolem:lemma5717 - [ a r:Fact; r:gives {(9431 1349) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3149 a r:Inference; - r:gives { - 3150 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3150 math:notEqualTo 0}] - skolem:lemma5718 - [ a r:Fact; r:gives {((3 1 5 0) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((3 1 5 0) ">=") list:sort (5 3 1 0)}] - skolem:lemma5476 - skolem:lemma5477 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3150 a r:Inference; - r:gives { - 3151 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3151 math:notEqualTo 0}] - skolem:lemma5719 - [ a r:Fact; r:gives {((3 1 5 1) "=<") list:sort (1 1 3 5)}] - [ a r:Fact; r:gives {((3 1 5 1) ">=") list:sort (5 3 1 1)}] - skolem:lemma5648 - skolem:lemma5649 - [ a r:Fact; r:gives {(5311 1135) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3151 a r:Inference; - r:gives { - 3152 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3152 math:notEqualTo 0}] - skolem:lemma5720 - [ a r:Fact; r:gives {((3 1 5 2) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((3 1 5 2) ">=") list:sort (5 3 2 1)}] - skolem:lemma4283 - skolem:lemma4284 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3152 a r:Inference; - r:gives { - 3153 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3153 math:notEqualTo 0}] - skolem:lemma5721 - [ a r:Fact; r:gives {((3 1 5 3) "=<") list:sort (1 3 3 5)}] - [ a r:Fact; r:gives {((3 1 5 3) ">=") list:sort (5 3 3 1)}] - skolem:lemma5682 - skolem:lemma5683 - [ a r:Fact; r:gives {(5331 1335) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3153 a r:Inference; - r:gives { - 3154 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3154 math:notEqualTo 0}] - skolem:lemma5722 - [ a r:Fact; r:gives {((3 1 5 4) "=<") list:sort (1 3 4 5)}] - [ a r:Fact; r:gives {((3 1 5 4) ">=") list:sort (5 4 3 1)}] - skolem:lemma5704 - skolem:lemma5705 - [ a r:Fact; r:gives {(5431 1345) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3154 a r:Inference; - r:gives { - 3155 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3155 math:notEqualTo 0}] - skolem:lemma5723 - [ a r:Fact; r:gives {((3 1 5 5) "=<") list:sort (1 3 5 5)}] - [ a r:Fact; r:gives {((3 1 5 5) ">=") list:sort (5 5 3 1)}] - skolem:lemma5724 - skolem:lemma5725 - [ a r:Fact; r:gives {(5531 1355) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3155 a r:Inference; - r:gives { - 3156 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3156 math:notEqualTo 0}] - skolem:lemma5726 - [ a r:Fact; r:gives {((3 1 5 6) "=<") list:sort (1 3 5 6)}] - [ a r:Fact; r:gives {((3 1 5 6) ">=") list:sort (6 5 3 1)}] - skolem:lemma5727 - skolem:lemma5728 - [ a r:Fact; r:gives {(6531 1356) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3156 a r:Inference; - r:gives { - 3157 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3157 math:notEqualTo 0}] - skolem:lemma5729 - [ a r:Fact; r:gives {((3 1 5 7) "=<") list:sort (1 3 5 7)}] - [ a r:Fact; r:gives {((3 1 5 7) ">=") list:sort (7 5 3 1)}] - skolem:lemma5730 - skolem:lemma5731 - [ a r:Fact; r:gives {(7531 1357) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3157 a r:Inference; - r:gives { - 3158 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3158 math:notEqualTo 0}] - skolem:lemma5732 - [ a r:Fact; r:gives {((3 1 5 8) "=<") list:sort (1 3 5 8)}] - [ a r:Fact; r:gives {((3 1 5 8) ">=") list:sort (8 5 3 1)}] - skolem:lemma5733 - skolem:lemma5734 - [ a r:Fact; r:gives {(8531 1358) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3158 a r:Inference; - r:gives { - 3159 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3159 math:notEqualTo 0}] - skolem:lemma5735 - [ a r:Fact; r:gives {((3 1 5 9) "=<") list:sort (1 3 5 9)}] - [ a r:Fact; r:gives {((3 1 5 9) ">=") list:sort (9 5 3 1)}] - skolem:lemma5736 - skolem:lemma5737 - [ a r:Fact; r:gives {(9531 1359) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3159 a r:Inference; - r:gives { - 3160 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3160 math:notEqualTo 0}] - skolem:lemma5738 - [ a r:Fact; r:gives {((3 1 6 0) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((3 1 6 0) ">=") list:sort (6 3 1 0)}] - skolem:lemma5479 - skolem:lemma5480 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3160 a r:Inference; - r:gives { - 3161 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3161 math:notEqualTo 0}] - skolem:lemma5739 - [ a r:Fact; r:gives {((3 1 6 1) "=<") list:sort (1 1 3 6)}] - [ a r:Fact; r:gives {((3 1 6 1) ">=") list:sort (6 3 1 1)}] - skolem:lemma5651 - skolem:lemma5652 - [ a r:Fact; r:gives {(6311 1136) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3161 a r:Inference; - r:gives { - 3162 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3162 math:notEqualTo 0}] - skolem:lemma5740 - [ a r:Fact; r:gives {((3 1 6 2) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((3 1 6 2) ">=") list:sort (6 3 2 1)}] - skolem:lemma4286 - skolem:lemma4287 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3162 a r:Inference; - r:gives { - 3163 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3163 math:notEqualTo 0}] - skolem:lemma5741 - [ a r:Fact; r:gives {((3 1 6 3) "=<") list:sort (1 3 3 6)}] - [ a r:Fact; r:gives {((3 1 6 3) ">=") list:sort (6 3 3 1)}] - skolem:lemma5685 - skolem:lemma5686 - [ a r:Fact; r:gives {(6331 1336) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3163 a r:Inference; - r:gives { - 3164 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3164 math:notEqualTo 0}] - skolem:lemma5742 - [ a r:Fact; r:gives {((3 1 6 4) "=<") list:sort (1 3 4 6)}] - [ a r:Fact; r:gives {((3 1 6 4) ">=") list:sort (6 4 3 1)}] - skolem:lemma5707 - skolem:lemma5708 - [ a r:Fact; r:gives {(6431 1346) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3164 a r:Inference; - r:gives { - 3165 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3165 math:notEqualTo 0}] - skolem:lemma5743 - [ a r:Fact; r:gives {((3 1 6 5) "=<") list:sort (1 3 5 6)}] - [ a r:Fact; r:gives {((3 1 6 5) ">=") list:sort (6 5 3 1)}] - skolem:lemma5727 - skolem:lemma5728 - [ a r:Fact; r:gives {(6531 1356) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3165 a r:Inference; - r:gives { - 3166 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3166 math:notEqualTo 0}] - skolem:lemma5744 - [ a r:Fact; r:gives {((3 1 6 6) "=<") list:sort (1 3 6 6)}] - [ a r:Fact; r:gives {((3 1 6 6) ">=") list:sort (6 6 3 1)}] - skolem:lemma5745 - skolem:lemma5746 - [ a r:Fact; r:gives {(6631 1366) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3166 a r:Inference; - r:gives { - 3167 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3167 math:notEqualTo 0}] - skolem:lemma5747 - [ a r:Fact; r:gives {((3 1 6 7) "=<") list:sort (1 3 6 7)}] - [ a r:Fact; r:gives {((3 1 6 7) ">=") list:sort (7 6 3 1)}] - skolem:lemma5748 - skolem:lemma5749 - [ a r:Fact; r:gives {(7631 1367) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3167 a r:Inference; - r:gives { - 3168 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3168 math:notEqualTo 0}] - skolem:lemma5750 - [ a r:Fact; r:gives {((3 1 6 8) "=<") list:sort (1 3 6 8)}] - [ a r:Fact; r:gives {((3 1 6 8) ">=") list:sort (8 6 3 1)}] - skolem:lemma5751 - skolem:lemma5752 - [ a r:Fact; r:gives {(8631 1368) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3168 a r:Inference; - r:gives { - 3169 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3169 math:notEqualTo 0}] - skolem:lemma5753 - [ a r:Fact; r:gives {((3 1 6 9) "=<") list:sort (1 3 6 9)}] - [ a r:Fact; r:gives {((3 1 6 9) ">=") list:sort (9 6 3 1)}] - skolem:lemma5754 - skolem:lemma5755 - [ a r:Fact; r:gives {(9631 1369) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3169 a r:Inference; - r:gives { - 3170 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3170 math:notEqualTo 0}] - skolem:lemma5756 - [ a r:Fact; r:gives {((3 1 7 0) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((3 1 7 0) ">=") list:sort (7 3 1 0)}] - skolem:lemma5482 - skolem:lemma5483 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3170 a r:Inference; - r:gives { - 3171 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3171 math:notEqualTo 0}] - skolem:lemma5757 - [ a r:Fact; r:gives {((3 1 7 1) "=<") list:sort (1 1 3 7)}] - [ a r:Fact; r:gives {((3 1 7 1) ">=") list:sort (7 3 1 1)}] - skolem:lemma5654 - skolem:lemma5655 - [ a r:Fact; r:gives {(7311 1137) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3171 a r:Inference; - r:gives { - 3172 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3172 math:notEqualTo 0}] - skolem:lemma5758 - [ a r:Fact; r:gives {((3 1 7 2) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((3 1 7 2) ">=") list:sort (7 3 2 1)}] - skolem:lemma4289 - skolem:lemma4290 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3172 a r:Inference; - r:gives { - 3173 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3173 math:notEqualTo 0}] - skolem:lemma5759 - [ a r:Fact; r:gives {((3 1 7 3) "=<") list:sort (1 3 3 7)}] - [ a r:Fact; r:gives {((3 1 7 3) ">=") list:sort (7 3 3 1)}] - skolem:lemma5688 - skolem:lemma5689 - [ a r:Fact; r:gives {(7331 1337) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3173 a r:Inference; - r:gives { - 3174 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3174 math:notEqualTo 0}] - skolem:lemma5760 - [ a r:Fact; r:gives {((3 1 7 4) "=<") list:sort (1 3 4 7)}] - [ a r:Fact; r:gives {((3 1 7 4) ">=") list:sort (7 4 3 1)}] - skolem:lemma5710 - skolem:lemma5711 - [ a r:Fact; r:gives {(7431 1347) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3174 a r:Inference; - r:gives { - 3175 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3175 math:notEqualTo 0}] - skolem:lemma5761 - [ a r:Fact; r:gives {((3 1 7 5) "=<") list:sort (1 3 5 7)}] - [ a r:Fact; r:gives {((3 1 7 5) ">=") list:sort (7 5 3 1)}] - skolem:lemma5730 - skolem:lemma5731 - [ a r:Fact; r:gives {(7531 1357) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3175 a r:Inference; - r:gives { - 3176 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3176 math:notEqualTo 0}] - skolem:lemma5762 - [ a r:Fact; r:gives {((3 1 7 6) "=<") list:sort (1 3 6 7)}] - [ a r:Fact; r:gives {((3 1 7 6) ">=") list:sort (7 6 3 1)}] - skolem:lemma5748 - skolem:lemma5749 - [ a r:Fact; r:gives {(7631 1367) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3176 a r:Inference; - r:gives { - 3177 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3177 math:notEqualTo 0}] - skolem:lemma5763 - [ a r:Fact; r:gives {((3 1 7 7) "=<") list:sort (1 3 7 7)}] - [ a r:Fact; r:gives {((3 1 7 7) ">=") list:sort (7 7 3 1)}] - skolem:lemma5764 - skolem:lemma5765 - [ a r:Fact; r:gives {(7731 1377) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3177 a r:Inference; - r:gives { - 3178 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3178 math:notEqualTo 0}] - skolem:lemma5766 - [ a r:Fact; r:gives {((3 1 7 8) "=<") list:sort (1 3 7 8)}] - [ a r:Fact; r:gives {((3 1 7 8) ">=") list:sort (8 7 3 1)}] - skolem:lemma5767 - skolem:lemma5768 - [ a r:Fact; r:gives {(8731 1378) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3178 a r:Inference; - r:gives { - 3179 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3179 math:notEqualTo 0}] - skolem:lemma5769 - [ a r:Fact; r:gives {((3 1 7 9) "=<") list:sort (1 3 7 9)}] - [ a r:Fact; r:gives {((3 1 7 9) ">=") list:sort (9 7 3 1)}] - skolem:lemma5770 - skolem:lemma5771 - [ a r:Fact; r:gives {(9731 1379) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3179 a r:Inference; - r:gives { - 3180 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3180 math:notEqualTo 0}] - skolem:lemma5772 - [ a r:Fact; r:gives {((3 1 8 0) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((3 1 8 0) ">=") list:sort (8 3 1 0)}] - skolem:lemma5485 - skolem:lemma5486 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3180 a r:Inference; - r:gives { - 3181 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3181 math:notEqualTo 0}] - skolem:lemma5773 - [ a r:Fact; r:gives {((3 1 8 1) "=<") list:sort (1 1 3 8)}] - [ a r:Fact; r:gives {((3 1 8 1) ">=") list:sort (8 3 1 1)}] - skolem:lemma5657 - skolem:lemma5658 - [ a r:Fact; r:gives {(8311 1138) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3181 a r:Inference; - r:gives { - 3182 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3182 math:notEqualTo 0}] - skolem:lemma5774 - [ a r:Fact; r:gives {((3 1 8 2) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((3 1 8 2) ">=") list:sort (8 3 2 1)}] - skolem:lemma4292 - skolem:lemma4293 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3182 a r:Inference; - r:gives { - 3183 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3183 math:notEqualTo 0}] - skolem:lemma5775 - [ a r:Fact; r:gives {((3 1 8 3) "=<") list:sort (1 3 3 8)}] - [ a r:Fact; r:gives {((3 1 8 3) ">=") list:sort (8 3 3 1)}] - skolem:lemma5691 - skolem:lemma5692 - [ a r:Fact; r:gives {(8331 1338) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3183 a r:Inference; - r:gives { - 3184 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3184 math:notEqualTo 0}] - skolem:lemma5776 - [ a r:Fact; r:gives {((3 1 8 4) "=<") list:sort (1 3 4 8)}] - [ a r:Fact; r:gives {((3 1 8 4) ">=") list:sort (8 4 3 1)}] - skolem:lemma5713 - skolem:lemma5714 - [ a r:Fact; r:gives {(8431 1348) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3184 a r:Inference; - r:gives { - 3185 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3185 math:notEqualTo 0}] - skolem:lemma5777 - [ a r:Fact; r:gives {((3 1 8 5) "=<") list:sort (1 3 5 8)}] - [ a r:Fact; r:gives {((3 1 8 5) ">=") list:sort (8 5 3 1)}] - skolem:lemma5733 - skolem:lemma5734 - [ a r:Fact; r:gives {(8531 1358) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3185 a r:Inference; - r:gives { - 3186 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3186 math:notEqualTo 0}] - skolem:lemma5778 - [ a r:Fact; r:gives {((3 1 8 6) "=<") list:sort (1 3 6 8)}] - [ a r:Fact; r:gives {((3 1 8 6) ">=") list:sort (8 6 3 1)}] - skolem:lemma5751 - skolem:lemma5752 - [ a r:Fact; r:gives {(8631 1368) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3186 a r:Inference; - r:gives { - 3187 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3187 math:notEqualTo 0}] - skolem:lemma5779 - [ a r:Fact; r:gives {((3 1 8 7) "=<") list:sort (1 3 7 8)}] - [ a r:Fact; r:gives {((3 1 8 7) ">=") list:sort (8 7 3 1)}] - skolem:lemma5767 - skolem:lemma5768 - [ a r:Fact; r:gives {(8731 1378) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3187 a r:Inference; - r:gives { - 3188 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3188 math:notEqualTo 0}] - skolem:lemma5780 - [ a r:Fact; r:gives {((3 1 8 8) "=<") list:sort (1 3 8 8)}] - [ a r:Fact; r:gives {((3 1 8 8) ">=") list:sort (8 8 3 1)}] - skolem:lemma5781 - skolem:lemma5782 - [ a r:Fact; r:gives {(8831 1388) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3188 a r:Inference; - r:gives { - 3189 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3189 math:notEqualTo 0}] - skolem:lemma5783 - [ a r:Fact; r:gives {((3 1 8 9) "=<") list:sort (1 3 8 9)}] - [ a r:Fact; r:gives {((3 1 8 9) ">=") list:sort (9 8 3 1)}] - skolem:lemma5784 - skolem:lemma5785 - [ a r:Fact; r:gives {(9831 1389) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3189 a r:Inference; - r:gives { - 3190 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3190 math:notEqualTo 0}] - skolem:lemma5786 - [ a r:Fact; r:gives {((3 1 9 0) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((3 1 9 0) ">=") list:sort (9 3 1 0)}] - skolem:lemma5488 - skolem:lemma5489 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3190 a r:Inference; - r:gives { - 3191 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3191 math:notEqualTo 0}] - skolem:lemma5787 - [ a r:Fact; r:gives {((3 1 9 1) "=<") list:sort (1 1 3 9)}] - [ a r:Fact; r:gives {((3 1 9 1) ">=") list:sort (9 3 1 1)}] - skolem:lemma5660 - skolem:lemma5661 - [ a r:Fact; r:gives {(9311 1139) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3191 a r:Inference; - r:gives { - 3192 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3192 math:notEqualTo 0}] - skolem:lemma5788 - [ a r:Fact; r:gives {((3 1 9 2) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((3 1 9 2) ">=") list:sort (9 3 2 1)}] - skolem:lemma4295 - skolem:lemma4296 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3192 a r:Inference; - r:gives { - 3193 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3193 math:notEqualTo 0}] - skolem:lemma5789 - [ a r:Fact; r:gives {((3 1 9 3) "=<") list:sort (1 3 3 9)}] - [ a r:Fact; r:gives {((3 1 9 3) ">=") list:sort (9 3 3 1)}] - skolem:lemma5694 - skolem:lemma5695 - [ a r:Fact; r:gives {(9331 1339) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3193 a r:Inference; - r:gives { - 3194 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3194 math:notEqualTo 0}] - skolem:lemma5790 - [ a r:Fact; r:gives {((3 1 9 4) "=<") list:sort (1 3 4 9)}] - [ a r:Fact; r:gives {((3 1 9 4) ">=") list:sort (9 4 3 1)}] - skolem:lemma5716 - skolem:lemma5717 - [ a r:Fact; r:gives {(9431 1349) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3194 a r:Inference; - r:gives { - 3195 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3195 math:notEqualTo 0}] - skolem:lemma5791 - [ a r:Fact; r:gives {((3 1 9 5) "=<") list:sort (1 3 5 9)}] - [ a r:Fact; r:gives {((3 1 9 5) ">=") list:sort (9 5 3 1)}] - skolem:lemma5736 - skolem:lemma5737 - [ a r:Fact; r:gives {(9531 1359) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3195 a r:Inference; - r:gives { - 3196 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3196 math:notEqualTo 0}] - skolem:lemma5792 - [ a r:Fact; r:gives {((3 1 9 6) "=<") list:sort (1 3 6 9)}] - [ a r:Fact; r:gives {((3 1 9 6) ">=") list:sort (9 6 3 1)}] - skolem:lemma5754 - skolem:lemma5755 - [ a r:Fact; r:gives {(9631 1369) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3196 a r:Inference; - r:gives { - 3197 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3197 math:notEqualTo 0}] - skolem:lemma5793 - [ a r:Fact; r:gives {((3 1 9 7) "=<") list:sort (1 3 7 9)}] - [ a r:Fact; r:gives {((3 1 9 7) ">=") list:sort (9 7 3 1)}] - skolem:lemma5770 - skolem:lemma5771 - [ a r:Fact; r:gives {(9731 1379) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3197 a r:Inference; - r:gives { - 3198 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3198 math:notEqualTo 0}] - skolem:lemma5794 - [ a r:Fact; r:gives {((3 1 9 8) "=<") list:sort (1 3 8 9)}] - [ a r:Fact; r:gives {((3 1 9 8) ">=") list:sort (9 8 3 1)}] - skolem:lemma5784 - skolem:lemma5785 - [ a r:Fact; r:gives {(9831 1389) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3198 a r:Inference; - r:gives { - 3199 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3199 math:notEqualTo 0}] - skolem:lemma5795 - [ a r:Fact; r:gives {((3 1 9 9) "=<") list:sort (1 3 9 9)}] - [ a r:Fact; r:gives {((3 1 9 9) ">=") list:sort (9 9 3 1)}] - skolem:lemma5796 - skolem:lemma5797 - [ a r:Fact; r:gives {(9931 1399) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 1 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3199 a r:Inference; - r:gives { - 3200 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3200 math:notEqualTo 0}] - skolem:lemma5798 - [ a r:Fact; r:gives {((3 2 0 0) "=<") list:sort (0 0 2 3)}] - [ a r:Fact; r:gives {((3 2 0 0) ">=") list:sort (3 2 0 0)}] - skolem:lemma4009 - skolem:lemma4010 - [ a r:Fact; r:gives {(3200 23) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3200 a r:Inference; - r:gives { - 3201 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3201 math:notEqualTo 0}] - skolem:lemma5799 - [ a r:Fact; r:gives {((3 2 0 1) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((3 2 0 1) ">=") list:sort (3 2 1 0)}] - skolem:lemma4037 - skolem:lemma4038 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3201 a r:Inference; - r:gives { - 3202 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3202 math:notEqualTo 0}] - skolem:lemma5800 - [ a r:Fact; r:gives {((3 2 0 2) "=<") list:sort (0 2 2 3)}] - [ a r:Fact; r:gives {((3 2 0 2) ">=") list:sort (3 2 2 0)}] - skolem:lemma4063 - skolem:lemma4064 - [ a r:Fact; r:gives {(3220 223) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3202 a r:Inference; - r:gives { - 3203 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3203 math:notEqualTo 0}] - skolem:lemma5801 - [ a r:Fact; r:gives {((3 2 0 3) "=<") list:sort (0 2 3 3)}] - [ a r:Fact; r:gives {((3 2 0 3) ">=") list:sort (3 3 2 0)}] - skolem:lemma4087 - skolem:lemma4088 - [ a r:Fact; r:gives {(3320 233) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3203 a r:Inference; - r:gives { - 3204 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3204 math:notEqualTo 0}] - skolem:lemma5802 - [ a r:Fact; r:gives {((3 2 0 4) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((3 2 0 4) ">=") list:sort (4 3 2 0)}] - skolem:lemma4090 - skolem:lemma4091 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3204 a r:Inference; - r:gives { - 3205 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3205 math:notEqualTo 0}] - skolem:lemma5803 - [ a r:Fact; r:gives {((3 2 0 5) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((3 2 0 5) ">=") list:sort (5 3 2 0)}] - skolem:lemma4093 - skolem:lemma4094 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3205 a r:Inference; - r:gives { - 3206 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3206 math:notEqualTo 0}] - skolem:lemma5804 - [ a r:Fact; r:gives {((3 2 0 6) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((3 2 0 6) ">=") list:sort (6 3 2 0)}] - skolem:lemma4096 - skolem:lemma4097 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3206 a r:Inference; - r:gives { - 3207 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3207 math:notEqualTo 0}] - skolem:lemma5805 - [ a r:Fact; r:gives {((3 2 0 7) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((3 2 0 7) ">=") list:sort (7 3 2 0)}] - skolem:lemma4099 - skolem:lemma4100 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3207 a r:Inference; - r:gives { - 3208 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3208 math:notEqualTo 0}] - skolem:lemma5806 - [ a r:Fact; r:gives {((3 2 0 8) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((3 2 0 8) ">=") list:sort (8 3 2 0)}] - skolem:lemma4102 - skolem:lemma4103 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3208 a r:Inference; - r:gives { - 3209 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3209 math:notEqualTo 0}] - skolem:lemma5807 - [ a r:Fact; r:gives {((3 2 0 9) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((3 2 0 9) ">=") list:sort (9 3 2 0)}] - skolem:lemma4105 - skolem:lemma4106 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3209 a r:Inference; - r:gives { - 3210 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3210 math:notEqualTo 0}] - skolem:lemma5808 - [ a r:Fact; r:gives {((3 2 1 0) "=<") list:sort (0 1 2 3)}] - [ a r:Fact; r:gives {((3 2 1 0) ">=") list:sort (3 2 1 0)}] - skolem:lemma4037 - skolem:lemma4038 - [ a r:Fact; r:gives {(3210 123) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3210 a r:Inference; - r:gives { - 3211 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3211 math:notEqualTo 0}] - skolem:lemma5809 - [ a r:Fact; r:gives {((3 2 1 1) "=<") list:sort (1 1 2 3)}] - [ a r:Fact; r:gives {((3 2 1 1) ">=") list:sort (3 2 1 1)}] - skolem:lemma4227 - skolem:lemma4228 - [ a r:Fact; r:gives {(3211 1123) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3211 a r:Inference; - r:gives { - 3212 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3212 math:notEqualTo 0}] - skolem:lemma5810 - [ a r:Fact; r:gives {((3 2 1 2) "=<") list:sort (1 2 2 3)}] - [ a r:Fact; r:gives {((3 2 1 2) ">=") list:sort (3 2 2 1)}] - skolem:lemma4253 - skolem:lemma4254 - [ a r:Fact; r:gives {(3221 1223) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3212 a r:Inference; - r:gives { - 3213 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3213 math:notEqualTo 0}] - skolem:lemma5811 - [ a r:Fact; r:gives {((3 2 1 3) "=<") list:sort (1 2 3 3)}] - [ a r:Fact; r:gives {((3 2 1 3) ">=") list:sort (3 3 2 1)}] - skolem:lemma4277 - skolem:lemma4278 - [ a r:Fact; r:gives {(3321 1233) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3213 a r:Inference; - r:gives { - 3214 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3214 math:notEqualTo 0}] - skolem:lemma5812 - [ a r:Fact; r:gives {((3 2 1 4) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((3 2 1 4) ">=") list:sort (4 3 2 1)}] - skolem:lemma4280 - skolem:lemma4281 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3214 a r:Inference; - r:gives { - 3215 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3215 math:notEqualTo 0}] - skolem:lemma5813 - [ a r:Fact; r:gives {((3 2 1 5) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((3 2 1 5) ">=") list:sort (5 3 2 1)}] - skolem:lemma4283 - skolem:lemma4284 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3215 a r:Inference; - r:gives { - 3216 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3216 math:notEqualTo 0}] - skolem:lemma5814 - [ a r:Fact; r:gives {((3 2 1 6) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((3 2 1 6) ">=") list:sort (6 3 2 1)}] - skolem:lemma4286 - skolem:lemma4287 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3216 a r:Inference; - r:gives { - 3217 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3217 math:notEqualTo 0}] - skolem:lemma5815 - [ a r:Fact; r:gives {((3 2 1 7) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((3 2 1 7) ">=") list:sort (7 3 2 1)}] - skolem:lemma4289 - skolem:lemma4290 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3217 a r:Inference; - r:gives { - 3218 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3218 math:notEqualTo 0}] - skolem:lemma5816 - [ a r:Fact; r:gives {((3 2 1 8) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((3 2 1 8) ">=") list:sort (8 3 2 1)}] - skolem:lemma4292 - skolem:lemma4293 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3218 a r:Inference; - r:gives { - 3219 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3219 math:notEqualTo 0}] - skolem:lemma5817 - [ a r:Fact; r:gives {((3 2 1 9) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((3 2 1 9) ">=") list:sort (9 3 2 1)}] - skolem:lemma4295 - skolem:lemma4296 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3219 a r:Inference; - r:gives { - 3220 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3220 math:notEqualTo 0}] - skolem:lemma5818 - [ a r:Fact; r:gives {((3 2 2 0) "=<") list:sort (0 2 2 3)}] - [ a r:Fact; r:gives {((3 2 2 0) ">=") list:sort (3 2 2 0)}] - skolem:lemma4063 - skolem:lemma4064 - [ a r:Fact; r:gives {(3220 223) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3220 a r:Inference; - r:gives { - 3221 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3221 math:notEqualTo 0}] - skolem:lemma5819 - [ a r:Fact; r:gives {((3 2 2 1) "=<") list:sort (1 2 2 3)}] - [ a r:Fact; r:gives {((3 2 2 1) ">=") list:sort (3 2 2 1)}] - skolem:lemma4253 - skolem:lemma4254 - [ a r:Fact; r:gives {(3221 1223) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3221 a r:Inference; - r:gives { - 3222 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3222 math:notEqualTo 0}] - skolem:lemma5820 - [ a r:Fact; r:gives {((3 2 2 2) "=<") list:sort (2 2 2 3)}] - [ a r:Fact; r:gives {((3 2 2 2) ">=") list:sort (3 2 2 2)}] - skolem:lemma4422 - skolem:lemma4423 - [ a r:Fact; r:gives {(3222 2223) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 2 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3222 a r:Inference; - r:gives { - 3223 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3223 math:notEqualTo 0}] - skolem:lemma5821 - [ a r:Fact; r:gives {((3 2 2 3) "=<") list:sort (2 2 3 3)}] - [ a r:Fact; r:gives {((3 2 2 3) ">=") list:sort (3 3 2 2)}] - skolem:lemma4446 - skolem:lemma4447 - [ a r:Fact; r:gives {(3322 2233) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3223 a r:Inference; - r:gives { - 3224 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3224 math:notEqualTo 0}] - skolem:lemma5822 - [ a r:Fact; r:gives {((3 2 2 4) "=<") list:sort (2 2 3 4)}] - [ a r:Fact; r:gives {((3 2 2 4) ">=") list:sort (4 3 2 2)}] - skolem:lemma4449 - skolem:lemma4450 - [ a r:Fact; r:gives {(4322 2234) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3224 a r:Inference; - r:gives { - 3225 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3225 math:notEqualTo 0}] - skolem:lemma5823 - [ a r:Fact; r:gives {((3 2 2 5) "=<") list:sort (2 2 3 5)}] - [ a r:Fact; r:gives {((3 2 2 5) ">=") list:sort (5 3 2 2)}] - skolem:lemma4452 - skolem:lemma4453 - [ a r:Fact; r:gives {(5322 2235) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3225 a r:Inference; - r:gives { - 3226 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3226 math:notEqualTo 0}] - skolem:lemma5824 - [ a r:Fact; r:gives {((3 2 2 6) "=<") list:sort (2 2 3 6)}] - [ a r:Fact; r:gives {((3 2 2 6) ">=") list:sort (6 3 2 2)}] - skolem:lemma4455 - skolem:lemma4456 - [ a r:Fact; r:gives {(6322 2236) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3226 a r:Inference; - r:gives { - 3227 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3227 math:notEqualTo 0}] - skolem:lemma5825 - [ a r:Fact; r:gives {((3 2 2 7) "=<") list:sort (2 2 3 7)}] - [ a r:Fact; r:gives {((3 2 2 7) ">=") list:sort (7 3 2 2)}] - skolem:lemma4458 - skolem:lemma4459 - [ a r:Fact; r:gives {(7322 2237) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3227 a r:Inference; - r:gives { - 3228 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3228 math:notEqualTo 0}] - skolem:lemma5826 - [ a r:Fact; r:gives {((3 2 2 8) "=<") list:sort (2 2 3 8)}] - [ a r:Fact; r:gives {((3 2 2 8) ">=") list:sort (8 3 2 2)}] - skolem:lemma4461 - skolem:lemma4462 - [ a r:Fact; r:gives {(8322 2238) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3228 a r:Inference; - r:gives { - 3229 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3229 math:notEqualTo 0}] - skolem:lemma5827 - [ a r:Fact; r:gives {((3 2 2 9) "=<") list:sort (2 2 3 9)}] - [ a r:Fact; r:gives {((3 2 2 9) ">=") list:sort (9 3 2 2)}] - skolem:lemma4464 - skolem:lemma4465 - [ a r:Fact; r:gives {(9322 2239) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3229 a r:Inference; - r:gives { - 3230 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3230 math:notEqualTo 0}] - skolem:lemma5828 - [ a r:Fact; r:gives {((3 2 3 0) "=<") list:sort (0 2 3 3)}] - [ a r:Fact; r:gives {((3 2 3 0) ">=") list:sort (3 3 2 0)}] - skolem:lemma4087 - skolem:lemma4088 - [ a r:Fact; r:gives {(3320 233) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3230 a r:Inference; - r:gives { - 3231 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3231 math:notEqualTo 0}] - skolem:lemma5829 - [ a r:Fact; r:gives {((3 2 3 1) "=<") list:sort (1 2 3 3)}] - [ a r:Fact; r:gives {((3 2 3 1) ">=") list:sort (3 3 2 1)}] - skolem:lemma4277 - skolem:lemma4278 - [ a r:Fact; r:gives {(3321 1233) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3231 a r:Inference; - r:gives { - 3232 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3232 math:notEqualTo 0}] - skolem:lemma5830 - [ a r:Fact; r:gives {((3 2 3 2) "=<") list:sort (2 2 3 3)}] - [ a r:Fact; r:gives {((3 2 3 2) ">=") list:sort (3 3 2 2)}] - skolem:lemma4446 - skolem:lemma4447 - [ a r:Fact; r:gives {(3322 2233) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3232 a r:Inference; - r:gives { - 3233 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3233 math:notEqualTo 0}] - skolem:lemma5831 - [ a r:Fact; r:gives {((3 2 3 3) "=<") list:sort (2 3 3 3)}] - [ a r:Fact; r:gives {((3 2 3 3) ">=") list:sort (3 3 3 2)}] - skolem:lemma4602 - skolem:lemma4603 - [ a r:Fact; r:gives {(3332 2333) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3233 a r:Inference; - r:gives { - 3234 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3234 math:notEqualTo 0}] - skolem:lemma5832 - [ a r:Fact; r:gives {((3 2 3 4) "=<") list:sort (2 3 3 4)}] - [ a r:Fact; r:gives {((3 2 3 4) ">=") list:sort (4 3 3 2)}] - skolem:lemma4605 - skolem:lemma4606 - [ a r:Fact; r:gives {(4332 2334) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3234 a r:Inference; - r:gives { - 3235 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3235 math:notEqualTo 0}] - skolem:lemma5833 - [ a r:Fact; r:gives {((3 2 3 5) "=<") list:sort (2 3 3 5)}] - [ a r:Fact; r:gives {((3 2 3 5) ">=") list:sort (5 3 3 2)}] - skolem:lemma4608 - skolem:lemma4609 - [ a r:Fact; r:gives {(5332 2335) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3235 a r:Inference; - r:gives { - 3236 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3236 math:notEqualTo 0}] - skolem:lemma5834 - [ a r:Fact; r:gives {((3 2 3 6) "=<") list:sort (2 3 3 6)}] - [ a r:Fact; r:gives {((3 2 3 6) ">=") list:sort (6 3 3 2)}] - skolem:lemma4611 - skolem:lemma4612 - [ a r:Fact; r:gives {(6332 2336) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3236 a r:Inference; - r:gives { - 3237 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3237 math:notEqualTo 0}] - skolem:lemma5835 - [ a r:Fact; r:gives {((3 2 3 7) "=<") list:sort (2 3 3 7)}] - [ a r:Fact; r:gives {((3 2 3 7) ">=") list:sort (7 3 3 2)}] - skolem:lemma4614 - skolem:lemma4615 - [ a r:Fact; r:gives {(7332 2337) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3237 a r:Inference; - r:gives { - 3238 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3238 math:notEqualTo 0}] - skolem:lemma5836 - [ a r:Fact; r:gives {((3 2 3 8) "=<") list:sort (2 3 3 8)}] - [ a r:Fact; r:gives {((3 2 3 8) ">=") list:sort (8 3 3 2)}] - skolem:lemma4617 - skolem:lemma4618 - [ a r:Fact; r:gives {(8332 2338) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3238 a r:Inference; - r:gives { - 3239 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3239 math:notEqualTo 0}] - skolem:lemma5837 - [ a r:Fact; r:gives {((3 2 3 9) "=<") list:sort (2 3 3 9)}] - [ a r:Fact; r:gives {((3 2 3 9) ">=") list:sort (9 3 3 2)}] - skolem:lemma4620 - skolem:lemma4621 - [ a r:Fact; r:gives {(9332 2339) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3239 a r:Inference; - r:gives { - 3240 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3240 math:notEqualTo 0}] - skolem:lemma5838 - [ a r:Fact; r:gives {((3 2 4 0) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((3 2 4 0) ">=") list:sort (4 3 2 0)}] - skolem:lemma4090 - skolem:lemma4091 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3240 a r:Inference; - r:gives { - 3241 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3241 math:notEqualTo 0}] - skolem:lemma5839 - [ a r:Fact; r:gives {((3 2 4 1) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((3 2 4 1) ">=") list:sort (4 3 2 1)}] - skolem:lemma4280 - skolem:lemma4281 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3241 a r:Inference; - r:gives { - 3242 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3242 math:notEqualTo 0}] - skolem:lemma5840 - [ a r:Fact; r:gives {((3 2 4 2) "=<") list:sort (2 2 3 4)}] - [ a r:Fact; r:gives {((3 2 4 2) ">=") list:sort (4 3 2 2)}] - skolem:lemma4449 - skolem:lemma4450 - [ a r:Fact; r:gives {(4322 2234) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3242 a r:Inference; - r:gives { - 3243 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3243 math:notEqualTo 0}] - skolem:lemma5841 - [ a r:Fact; r:gives {((3 2 4 3) "=<") list:sort (2 3 3 4)}] - [ a r:Fact; r:gives {((3 2 4 3) ">=") list:sort (4 3 3 2)}] - skolem:lemma4605 - skolem:lemma4606 - [ a r:Fact; r:gives {(4332 2334) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3243 a r:Inference; - r:gives { - 3244 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3244 math:notEqualTo 0}] - skolem:lemma5842 - [ a r:Fact; r:gives {((3 2 4 4) "=<") list:sort (2 3 4 4)}] - [ a r:Fact; r:gives {((3 2 4 4) ">=") list:sort (4 4 3 2)}] - skolem:lemma4627 - skolem:lemma4628 - [ a r:Fact; r:gives {(4432 2344) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3244 a r:Inference; - r:gives { - 3245 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3245 math:notEqualTo 0}] - skolem:lemma5843 - [ a r:Fact; r:gives {((3 2 4 5) "=<") list:sort (2 3 4 5)}] - [ a r:Fact; r:gives {((3 2 4 5) ">=") list:sort (5 4 3 2)}] - skolem:lemma4630 - skolem:lemma4631 - [ a r:Fact; r:gives {(5432 2345) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3245 a r:Inference; - r:gives { - 3246 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3246 math:notEqualTo 0}] - skolem:lemma5844 - [ a r:Fact; r:gives {((3 2 4 6) "=<") list:sort (2 3 4 6)}] - [ a r:Fact; r:gives {((3 2 4 6) ">=") list:sort (6 4 3 2)}] - skolem:lemma4633 - skolem:lemma4634 - [ a r:Fact; r:gives {(6432 2346) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3246 a r:Inference; - r:gives { - 3247 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3247 math:notEqualTo 0}] - skolem:lemma5845 - [ a r:Fact; r:gives {((3 2 4 7) "=<") list:sort (2 3 4 7)}] - [ a r:Fact; r:gives {((3 2 4 7) ">=") list:sort (7 4 3 2)}] - skolem:lemma4636 - skolem:lemma4637 - [ a r:Fact; r:gives {(7432 2347) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3247 a r:Inference; - r:gives { - 3248 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3248 math:notEqualTo 0}] - skolem:lemma5846 - [ a r:Fact; r:gives {((3 2 4 8) "=<") list:sort (2 3 4 8)}] - [ a r:Fact; r:gives {((3 2 4 8) ">=") list:sort (8 4 3 2)}] - skolem:lemma4639 - skolem:lemma4640 - [ a r:Fact; r:gives {(8432 2348) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3248 a r:Inference; - r:gives { - 3249 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3249 math:notEqualTo 0}] - skolem:lemma5847 - [ a r:Fact; r:gives {((3 2 4 9) "=<") list:sort (2 3 4 9)}] - [ a r:Fact; r:gives {((3 2 4 9) ">=") list:sort (9 4 3 2)}] - skolem:lemma4642 - skolem:lemma4643 - [ a r:Fact; r:gives {(9432 2349) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3249 a r:Inference; - r:gives { - 3250 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3250 math:notEqualTo 0}] - skolem:lemma5848 - [ a r:Fact; r:gives {((3 2 5 0) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((3 2 5 0) ">=") list:sort (5 3 2 0)}] - skolem:lemma4093 - skolem:lemma4094 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3250 a r:Inference; - r:gives { - 3251 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3251 math:notEqualTo 0}] - skolem:lemma5849 - [ a r:Fact; r:gives {((3 2 5 1) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((3 2 5 1) ">=") list:sort (5 3 2 1)}] - skolem:lemma4283 - skolem:lemma4284 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3251 a r:Inference; - r:gives { - 3252 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3252 math:notEqualTo 0}] - skolem:lemma5850 - [ a r:Fact; r:gives {((3 2 5 2) "=<") list:sort (2 2 3 5)}] - [ a r:Fact; r:gives {((3 2 5 2) ">=") list:sort (5 3 2 2)}] - skolem:lemma4452 - skolem:lemma4453 - [ a r:Fact; r:gives {(5322 2235) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3252 a r:Inference; - r:gives { - 3253 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3253 math:notEqualTo 0}] - skolem:lemma5851 - [ a r:Fact; r:gives {((3 2 5 3) "=<") list:sort (2 3 3 5)}] - [ a r:Fact; r:gives {((3 2 5 3) ">=") list:sort (5 3 3 2)}] - skolem:lemma4608 - skolem:lemma4609 - [ a r:Fact; r:gives {(5332 2335) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3253 a r:Inference; - r:gives { - 3254 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3254 math:notEqualTo 0}] - skolem:lemma5852 - [ a r:Fact; r:gives {((3 2 5 4) "=<") list:sort (2 3 4 5)}] - [ a r:Fact; r:gives {((3 2 5 4) ">=") list:sort (5 4 3 2)}] - skolem:lemma4630 - skolem:lemma4631 - [ a r:Fact; r:gives {(5432 2345) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3254 a r:Inference; - r:gives { - 3255 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3255 math:notEqualTo 0}] - skolem:lemma5853 - [ a r:Fact; r:gives {((3 2 5 5) "=<") list:sort (2 3 5 5)}] - [ a r:Fact; r:gives {((3 2 5 5) ">=") list:sort (5 5 3 2)}] - skolem:lemma4650 - skolem:lemma4651 - [ a r:Fact; r:gives {(5532 2355) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3255 a r:Inference; - r:gives { - 3256 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3256 math:notEqualTo 0}] - skolem:lemma5854 - [ a r:Fact; r:gives {((3 2 5 6) "=<") list:sort (2 3 5 6)}] - [ a r:Fact; r:gives {((3 2 5 6) ">=") list:sort (6 5 3 2)}] - skolem:lemma4653 - skolem:lemma4654 - [ a r:Fact; r:gives {(6532 2356) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3256 a r:Inference; - r:gives { - 3257 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3257 math:notEqualTo 0}] - skolem:lemma5855 - [ a r:Fact; r:gives {((3 2 5 7) "=<") list:sort (2 3 5 7)}] - [ a r:Fact; r:gives {((3 2 5 7) ">=") list:sort (7 5 3 2)}] - skolem:lemma4656 - skolem:lemma4657 - [ a r:Fact; r:gives {(7532 2357) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3257 a r:Inference; - r:gives { - 3258 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3258 math:notEqualTo 0}] - skolem:lemma5856 - [ a r:Fact; r:gives {((3 2 5 8) "=<") list:sort (2 3 5 8)}] - [ a r:Fact; r:gives {((3 2 5 8) ">=") list:sort (8 5 3 2)}] - skolem:lemma4659 - skolem:lemma4660 - [ a r:Fact; r:gives {(8532 2358) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3258 a r:Inference; - r:gives { - 3259 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3259 math:notEqualTo 0}] - skolem:lemma5857 - [ a r:Fact; r:gives {((3 2 5 9) "=<") list:sort (2 3 5 9)}] - [ a r:Fact; r:gives {((3 2 5 9) ">=") list:sort (9 5 3 2)}] - skolem:lemma4662 - skolem:lemma4663 - [ a r:Fact; r:gives {(9532 2359) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3259 a r:Inference; - r:gives { - 3260 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3260 math:notEqualTo 0}] - skolem:lemma5858 - [ a r:Fact; r:gives {((3 2 6 0) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((3 2 6 0) ">=") list:sort (6 3 2 0)}] - skolem:lemma4096 - skolem:lemma4097 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3260 a r:Inference; - r:gives { - 3261 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3261 math:notEqualTo 0}] - skolem:lemma5859 - [ a r:Fact; r:gives {((3 2 6 1) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((3 2 6 1) ">=") list:sort (6 3 2 1)}] - skolem:lemma4286 - skolem:lemma4287 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3261 a r:Inference; - r:gives { - 3262 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3262 math:notEqualTo 0}] - skolem:lemma5860 - [ a r:Fact; r:gives {((3 2 6 2) "=<") list:sort (2 2 3 6)}] - [ a r:Fact; r:gives {((3 2 6 2) ">=") list:sort (6 3 2 2)}] - skolem:lemma4455 - skolem:lemma4456 - [ a r:Fact; r:gives {(6322 2236) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3262 a r:Inference; - r:gives { - 3263 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3263 math:notEqualTo 0}] - skolem:lemma5861 - [ a r:Fact; r:gives {((3 2 6 3) "=<") list:sort (2 3 3 6)}] - [ a r:Fact; r:gives {((3 2 6 3) ">=") list:sort (6 3 3 2)}] - skolem:lemma4611 - skolem:lemma4612 - [ a r:Fact; r:gives {(6332 2336) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3263 a r:Inference; - r:gives { - 3264 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3264 math:notEqualTo 0}] - skolem:lemma5862 - [ a r:Fact; r:gives {((3 2 6 4) "=<") list:sort (2 3 4 6)}] - [ a r:Fact; r:gives {((3 2 6 4) ">=") list:sort (6 4 3 2)}] - skolem:lemma4633 - skolem:lemma4634 - [ a r:Fact; r:gives {(6432 2346) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3264 a r:Inference; - r:gives { - 3265 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3265 math:notEqualTo 0}] - skolem:lemma5863 - [ a r:Fact; r:gives {((3 2 6 5) "=<") list:sort (2 3 5 6)}] - [ a r:Fact; r:gives {((3 2 6 5) ">=") list:sort (6 5 3 2)}] - skolem:lemma4653 - skolem:lemma4654 - [ a r:Fact; r:gives {(6532 2356) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3265 a r:Inference; - r:gives { - 3266 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3266 math:notEqualTo 0}] - skolem:lemma5864 - [ a r:Fact; r:gives {((3 2 6 6) "=<") list:sort (2 3 6 6)}] - [ a r:Fact; r:gives {((3 2 6 6) ">=") list:sort (6 6 3 2)}] - skolem:lemma4671 - skolem:lemma4672 - [ a r:Fact; r:gives {(6632 2366) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3266 a r:Inference; - r:gives { - 3267 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3267 math:notEqualTo 0}] - skolem:lemma5865 - [ a r:Fact; r:gives {((3 2 6 7) "=<") list:sort (2 3 6 7)}] - [ a r:Fact; r:gives {((3 2 6 7) ">=") list:sort (7 6 3 2)}] - skolem:lemma4674 - skolem:lemma4675 - [ a r:Fact; r:gives {(7632 2367) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3267 a r:Inference; - r:gives { - 3268 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3268 math:notEqualTo 0}] - skolem:lemma5866 - [ a r:Fact; r:gives {((3 2 6 8) "=<") list:sort (2 3 6 8)}] - [ a r:Fact; r:gives {((3 2 6 8) ">=") list:sort (8 6 3 2)}] - skolem:lemma4677 - skolem:lemma4678 - [ a r:Fact; r:gives {(8632 2368) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3268 a r:Inference; - r:gives { - 3269 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3269 math:notEqualTo 0}] - skolem:lemma5867 - [ a r:Fact; r:gives {((3 2 6 9) "=<") list:sort (2 3 6 9)}] - [ a r:Fact; r:gives {((3 2 6 9) ">=") list:sort (9 6 3 2)}] - skolem:lemma4680 - skolem:lemma4681 - [ a r:Fact; r:gives {(9632 2369) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3269 a r:Inference; - r:gives { - 3270 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3270 math:notEqualTo 0}] - skolem:lemma5868 - [ a r:Fact; r:gives {((3 2 7 0) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((3 2 7 0) ">=") list:sort (7 3 2 0)}] - skolem:lemma4099 - skolem:lemma4100 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3270 a r:Inference; - r:gives { - 3271 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3271 math:notEqualTo 0}] - skolem:lemma5869 - [ a r:Fact; r:gives {((3 2 7 1) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((3 2 7 1) ">=") list:sort (7 3 2 1)}] - skolem:lemma4289 - skolem:lemma4290 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3271 a r:Inference; - r:gives { - 3272 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3272 math:notEqualTo 0}] - skolem:lemma5870 - [ a r:Fact; r:gives {((3 2 7 2) "=<") list:sort (2 2 3 7)}] - [ a r:Fact; r:gives {((3 2 7 2) ">=") list:sort (7 3 2 2)}] - skolem:lemma4458 - skolem:lemma4459 - [ a r:Fact; r:gives {(7322 2237) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3272 a r:Inference; - r:gives { - 3273 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3273 math:notEqualTo 0}] - skolem:lemma5871 - [ a r:Fact; r:gives {((3 2 7 3) "=<") list:sort (2 3 3 7)}] - [ a r:Fact; r:gives {((3 2 7 3) ">=") list:sort (7 3 3 2)}] - skolem:lemma4614 - skolem:lemma4615 - [ a r:Fact; r:gives {(7332 2337) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3273 a r:Inference; - r:gives { - 3274 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3274 math:notEqualTo 0}] - skolem:lemma5872 - [ a r:Fact; r:gives {((3 2 7 4) "=<") list:sort (2 3 4 7)}] - [ a r:Fact; r:gives {((3 2 7 4) ">=") list:sort (7 4 3 2)}] - skolem:lemma4636 - skolem:lemma4637 - [ a r:Fact; r:gives {(7432 2347) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3274 a r:Inference; - r:gives { - 3275 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3275 math:notEqualTo 0}] - skolem:lemma5873 - [ a r:Fact; r:gives {((3 2 7 5) "=<") list:sort (2 3 5 7)}] - [ a r:Fact; r:gives {((3 2 7 5) ">=") list:sort (7 5 3 2)}] - skolem:lemma4656 - skolem:lemma4657 - [ a r:Fact; r:gives {(7532 2357) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3275 a r:Inference; - r:gives { - 3276 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3276 math:notEqualTo 0}] - skolem:lemma5874 - [ a r:Fact; r:gives {((3 2 7 6) "=<") list:sort (2 3 6 7)}] - [ a r:Fact; r:gives {((3 2 7 6) ">=") list:sort (7 6 3 2)}] - skolem:lemma4674 - skolem:lemma4675 - [ a r:Fact; r:gives {(7632 2367) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3276 a r:Inference; - r:gives { - 3277 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3277 math:notEqualTo 0}] - skolem:lemma5875 - [ a r:Fact; r:gives {((3 2 7 7) "=<") list:sort (2 3 7 7)}] - [ a r:Fact; r:gives {((3 2 7 7) ">=") list:sort (7 7 3 2)}] - skolem:lemma4690 - skolem:lemma4691 - [ a r:Fact; r:gives {(7732 2377) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3277 a r:Inference; - r:gives { - 3278 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3278 math:notEqualTo 0}] - skolem:lemma5876 - [ a r:Fact; r:gives {((3 2 7 8) "=<") list:sort (2 3 7 8)}] - [ a r:Fact; r:gives {((3 2 7 8) ">=") list:sort (8 7 3 2)}] - skolem:lemma4693 - skolem:lemma4694 - [ a r:Fact; r:gives {(8732 2378) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3278 a r:Inference; - r:gives { - 3279 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3279 math:notEqualTo 0}] - skolem:lemma5877 - [ a r:Fact; r:gives {((3 2 7 9) "=<") list:sort (2 3 7 9)}] - [ a r:Fact; r:gives {((3 2 7 9) ">=") list:sort (9 7 3 2)}] - skolem:lemma4696 - skolem:lemma4697 - [ a r:Fact; r:gives {(9732 2379) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3279 a r:Inference; - r:gives { - 3280 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3280 math:notEqualTo 0}] - skolem:lemma5878 - [ a r:Fact; r:gives {((3 2 8 0) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((3 2 8 0) ">=") list:sort (8 3 2 0)}] - skolem:lemma4102 - skolem:lemma4103 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3280 a r:Inference; - r:gives { - 3281 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3281 math:notEqualTo 0}] - skolem:lemma5879 - [ a r:Fact; r:gives {((3 2 8 1) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((3 2 8 1) ">=") list:sort (8 3 2 1)}] - skolem:lemma4292 - skolem:lemma4293 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3281 a r:Inference; - r:gives { - 3282 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3282 math:notEqualTo 0}] - skolem:lemma5880 - [ a r:Fact; r:gives {((3 2 8 2) "=<") list:sort (2 2 3 8)}] - [ a r:Fact; r:gives {((3 2 8 2) ">=") list:sort (8 3 2 2)}] - skolem:lemma4461 - skolem:lemma4462 - [ a r:Fact; r:gives {(8322 2238) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3282 a r:Inference; - r:gives { - 3283 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3283 math:notEqualTo 0}] - skolem:lemma5881 - [ a r:Fact; r:gives {((3 2 8 3) "=<") list:sort (2 3 3 8)}] - [ a r:Fact; r:gives {((3 2 8 3) ">=") list:sort (8 3 3 2)}] - skolem:lemma4617 - skolem:lemma4618 - [ a r:Fact; r:gives {(8332 2338) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3283 a r:Inference; - r:gives { - 3284 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3284 math:notEqualTo 0}] - skolem:lemma5882 - [ a r:Fact; r:gives {((3 2 8 4) "=<") list:sort (2 3 4 8)}] - [ a r:Fact; r:gives {((3 2 8 4) ">=") list:sort (8 4 3 2)}] - skolem:lemma4639 - skolem:lemma4640 - [ a r:Fact; r:gives {(8432 2348) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3284 a r:Inference; - r:gives { - 3285 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3285 math:notEqualTo 0}] - skolem:lemma5883 - [ a r:Fact; r:gives {((3 2 8 5) "=<") list:sort (2 3 5 8)}] - [ a r:Fact; r:gives {((3 2 8 5) ">=") list:sort (8 5 3 2)}] - skolem:lemma4659 - skolem:lemma4660 - [ a r:Fact; r:gives {(8532 2358) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3285 a r:Inference; - r:gives { - 3286 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3286 math:notEqualTo 0}] - skolem:lemma5884 - [ a r:Fact; r:gives {((3 2 8 6) "=<") list:sort (2 3 6 8)}] - [ a r:Fact; r:gives {((3 2 8 6) ">=") list:sort (8 6 3 2)}] - skolem:lemma4677 - skolem:lemma4678 - [ a r:Fact; r:gives {(8632 2368) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3286 a r:Inference; - r:gives { - 3287 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3287 math:notEqualTo 0}] - skolem:lemma5885 - [ a r:Fact; r:gives {((3 2 8 7) "=<") list:sort (2 3 7 8)}] - [ a r:Fact; r:gives {((3 2 8 7) ">=") list:sort (8 7 3 2)}] - skolem:lemma4693 - skolem:lemma4694 - [ a r:Fact; r:gives {(8732 2378) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3287 a r:Inference; - r:gives { - 3288 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3288 math:notEqualTo 0}] - skolem:lemma5886 - [ a r:Fact; r:gives {((3 2 8 8) "=<") list:sort (2 3 8 8)}] - [ a r:Fact; r:gives {((3 2 8 8) ">=") list:sort (8 8 3 2)}] - skolem:lemma4707 - skolem:lemma4708 - [ a r:Fact; r:gives {(8832 2388) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3288 a r:Inference; - r:gives { - 3289 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3289 math:notEqualTo 0}] - skolem:lemma5887 - [ a r:Fact; r:gives {((3 2 8 9) "=<") list:sort (2 3 8 9)}] - [ a r:Fact; r:gives {((3 2 8 9) ">=") list:sort (9 8 3 2)}] - skolem:lemma4710 - skolem:lemma4711 - [ a r:Fact; r:gives {(9832 2389) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3289 a r:Inference; - r:gives { - 3290 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3290 math:notEqualTo 0}] - skolem:lemma5888 - [ a r:Fact; r:gives {((3 2 9 0) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((3 2 9 0) ">=") list:sort (9 3 2 0)}] - skolem:lemma4105 - skolem:lemma4106 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3290 a r:Inference; - r:gives { - 3291 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3291 math:notEqualTo 0}] - skolem:lemma5889 - [ a r:Fact; r:gives {((3 2 9 1) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((3 2 9 1) ">=") list:sort (9 3 2 1)}] - skolem:lemma4295 - skolem:lemma4296 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3291 a r:Inference; - r:gives { - 3292 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3292 math:notEqualTo 0}] - skolem:lemma5890 - [ a r:Fact; r:gives {((3 2 9 2) "=<") list:sort (2 2 3 9)}] - [ a r:Fact; r:gives {((3 2 9 2) ">=") list:sort (9 3 2 2)}] - skolem:lemma4464 - skolem:lemma4465 - [ a r:Fact; r:gives {(9322 2239) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3292 a r:Inference; - r:gives { - 3293 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3293 math:notEqualTo 0}] - skolem:lemma5891 - [ a r:Fact; r:gives {((3 2 9 3) "=<") list:sort (2 3 3 9)}] - [ a r:Fact; r:gives {((3 2 9 3) ">=") list:sort (9 3 3 2)}] - skolem:lemma4620 - skolem:lemma4621 - [ a r:Fact; r:gives {(9332 2339) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3293 a r:Inference; - r:gives { - 3294 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3294 math:notEqualTo 0}] - skolem:lemma5892 - [ a r:Fact; r:gives {((3 2 9 4) "=<") list:sort (2 3 4 9)}] - [ a r:Fact; r:gives {((3 2 9 4) ">=") list:sort (9 4 3 2)}] - skolem:lemma4642 - skolem:lemma4643 - [ a r:Fact; r:gives {(9432 2349) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3294 a r:Inference; - r:gives { - 3295 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3295 math:notEqualTo 0}] - skolem:lemma5893 - [ a r:Fact; r:gives {((3 2 9 5) "=<") list:sort (2 3 5 9)}] - [ a r:Fact; r:gives {((3 2 9 5) ">=") list:sort (9 5 3 2)}] - skolem:lemma4662 - skolem:lemma4663 - [ a r:Fact; r:gives {(9532 2359) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3295 a r:Inference; - r:gives { - 3296 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3296 math:notEqualTo 0}] - skolem:lemma5894 - [ a r:Fact; r:gives {((3 2 9 6) "=<") list:sort (2 3 6 9)}] - [ a r:Fact; r:gives {((3 2 9 6) ">=") list:sort (9 6 3 2)}] - skolem:lemma4680 - skolem:lemma4681 - [ a r:Fact; r:gives {(9632 2369) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3296 a r:Inference; - r:gives { - 3297 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3297 math:notEqualTo 0}] - skolem:lemma5895 - [ a r:Fact; r:gives {((3 2 9 7) "=<") list:sort (2 3 7 9)}] - [ a r:Fact; r:gives {((3 2 9 7) ">=") list:sort (9 7 3 2)}] - skolem:lemma4696 - skolem:lemma4697 - [ a r:Fact; r:gives {(9732 2379) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3297 a r:Inference; - r:gives { - 3298 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3298 math:notEqualTo 0}] - skolem:lemma5896 - [ a r:Fact; r:gives {((3 2 9 8) "=<") list:sort (2 3 8 9)}] - [ a r:Fact; r:gives {((3 2 9 8) ">=") list:sort (9 8 3 2)}] - skolem:lemma4710 - skolem:lemma4711 - [ a r:Fact; r:gives {(9832 2389) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3298 a r:Inference; - r:gives { - 3299 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3299 math:notEqualTo 0}] - skolem:lemma5897 - [ a r:Fact; r:gives {((3 2 9 9) "=<") list:sort (2 3 9 9)}] - [ a r:Fact; r:gives {((3 2 9 9) ">=") list:sort (9 9 3 2)}] - skolem:lemma4722 - skolem:lemma4723 - [ a r:Fact; r:gives {(9932 2399) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 2 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3299 a r:Inference; - r:gives { - 3300 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3300 math:notEqualTo 0}] - skolem:lemma5898 - [ a r:Fact; r:gives {((3 3 0 0) "=<") list:sort (0 0 3 3)}] - [ a r:Fact; r:gives {((3 3 0 0) ">=") list:sort (3 3 0 0)}] - skolem:lemma5444 - skolem:lemma5445 - [ a r:Fact; r:gives {(3300 33) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3300 a r:Inference; - r:gives { - 3301 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3301 math:notEqualTo 0}] - skolem:lemma5899 - [ a r:Fact; r:gives {((3 3 0 1) "=<") list:sort (0 1 3 3)}] - [ a r:Fact; r:gives {((3 3 0 1) ">=") list:sort (3 3 1 0)}] - skolem:lemma5470 - skolem:lemma5471 - [ a r:Fact; r:gives {(3310 133) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3301 a r:Inference; - r:gives { - 3302 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3302 math:notEqualTo 0}] - skolem:lemma5900 - [ a r:Fact; r:gives {((3 3 0 2) "=<") list:sort (0 2 3 3)}] - [ a r:Fact; r:gives {((3 3 0 2) ">=") list:sort (3 3 2 0)}] - skolem:lemma4087 - skolem:lemma4088 - [ a r:Fact; r:gives {(3320 233) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3302 a r:Inference; - r:gives { - 3303 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3303 math:notEqualTo 0}] - skolem:lemma5901 - [ a r:Fact; r:gives {((3 3 0 3) "=<") list:sort (0 3 3 3)}] - [ a r:Fact; r:gives {((3 3 0 3) ">=") list:sort (3 3 3 0)}] - skolem:lemma5504 - skolem:lemma5505 - [ a r:Fact; r:gives {(3330 333) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3303 a r:Inference; - r:gives { - 3304 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3304 math:notEqualTo 0}] - skolem:lemma5902 - [ a r:Fact; r:gives {((3 3 0 4) "=<") list:sort (0 3 3 4)}] - [ a r:Fact; r:gives {((3 3 0 4) ">=") list:sort (4 3 3 0)}] - skolem:lemma5507 - skolem:lemma5508 - [ a r:Fact; r:gives {(4330 334) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3304 a r:Inference; - r:gives { - 3305 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3305 math:notEqualTo 0}] - skolem:lemma5903 - [ a r:Fact; r:gives {((3 3 0 5) "=<") list:sort (0 3 3 5)}] - [ a r:Fact; r:gives {((3 3 0 5) ">=") list:sort (5 3 3 0)}] - skolem:lemma5510 - skolem:lemma5511 - [ a r:Fact; r:gives {(5330 335) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3305 a r:Inference; - r:gives { - 3306 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3306 math:notEqualTo 0}] - skolem:lemma5904 - [ a r:Fact; r:gives {((3 3 0 6) "=<") list:sort (0 3 3 6)}] - [ a r:Fact; r:gives {((3 3 0 6) ">=") list:sort (6 3 3 0)}] - skolem:lemma5513 - skolem:lemma5514 - [ a r:Fact; r:gives {(6330 336) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3306 a r:Inference; - r:gives { - 3307 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3307 math:notEqualTo 0}] - skolem:lemma5905 - [ a r:Fact; r:gives {((3 3 0 7) "=<") list:sort (0 3 3 7)}] - [ a r:Fact; r:gives {((3 3 0 7) ">=") list:sort (7 3 3 0)}] - skolem:lemma5516 - skolem:lemma5517 - [ a r:Fact; r:gives {(7330 337) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3307 a r:Inference; - r:gives { - 3308 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3308 math:notEqualTo 0}] - skolem:lemma5906 - [ a r:Fact; r:gives {((3 3 0 8) "=<") list:sort (0 3 3 8)}] - [ a r:Fact; r:gives {((3 3 0 8) ">=") list:sort (8 3 3 0)}] - skolem:lemma5519 - skolem:lemma5520 - [ a r:Fact; r:gives {(8330 338) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3308 a r:Inference; - r:gives { - 3309 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3309 math:notEqualTo 0}] - skolem:lemma5907 - [ a r:Fact; r:gives {((3 3 0 9) "=<") list:sort (0 3 3 9)}] - [ a r:Fact; r:gives {((3 3 0 9) ">=") list:sort (9 3 3 0)}] - skolem:lemma5522 - skolem:lemma5523 - [ a r:Fact; r:gives {(9330 339) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3309 a r:Inference; - r:gives { - 3310 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3310 math:notEqualTo 0}] - skolem:lemma5908 - [ a r:Fact; r:gives {((3 3 1 0) "=<") list:sort (0 1 3 3)}] - [ a r:Fact; r:gives {((3 3 1 0) ">=") list:sort (3 3 1 0)}] - skolem:lemma5470 - skolem:lemma5471 - [ a r:Fact; r:gives {(3310 133) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3310 a r:Inference; - r:gives { - 3311 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3311 math:notEqualTo 0}] - skolem:lemma5909 - [ a r:Fact; r:gives {((3 3 1 1) "=<") list:sort (1 1 3 3)}] - [ a r:Fact; r:gives {((3 3 1 1) ">=") list:sort (3 3 1 1)}] - skolem:lemma5642 - skolem:lemma5643 - [ a r:Fact; r:gives {(3311 1133) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3311 a r:Inference; - r:gives { - 3312 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3312 math:notEqualTo 0}] - skolem:lemma5910 - [ a r:Fact; r:gives {((3 3 1 2) "=<") list:sort (1 2 3 3)}] - [ a r:Fact; r:gives {((3 3 1 2) ">=") list:sort (3 3 2 1)}] - skolem:lemma4277 - skolem:lemma4278 - [ a r:Fact; r:gives {(3321 1233) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3312 a r:Inference; - r:gives { - 3313 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3313 math:notEqualTo 0}] - skolem:lemma5911 - [ a r:Fact; r:gives {((3 3 1 3) "=<") list:sort (1 3 3 3)}] - [ a r:Fact; r:gives {((3 3 1 3) ">=") list:sort (3 3 3 1)}] - skolem:lemma5676 - skolem:lemma5677 - [ a r:Fact; r:gives {(3331 1333) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3313 a r:Inference; - r:gives { - 3314 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3314 math:notEqualTo 0}] - skolem:lemma5912 - [ a r:Fact; r:gives {((3 3 1 4) "=<") list:sort (1 3 3 4)}] - [ a r:Fact; r:gives {((3 3 1 4) ">=") list:sort (4 3 3 1)}] - skolem:lemma5679 - skolem:lemma5680 - [ a r:Fact; r:gives {(4331 1334) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3314 a r:Inference; - r:gives { - 3315 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3315 math:notEqualTo 0}] - skolem:lemma5913 - [ a r:Fact; r:gives {((3 3 1 5) "=<") list:sort (1 3 3 5)}] - [ a r:Fact; r:gives {((3 3 1 5) ">=") list:sort (5 3 3 1)}] - skolem:lemma5682 - skolem:lemma5683 - [ a r:Fact; r:gives {(5331 1335) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3315 a r:Inference; - r:gives { - 3316 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3316 math:notEqualTo 0}] - skolem:lemma5914 - [ a r:Fact; r:gives {((3 3 1 6) "=<") list:sort (1 3 3 6)}] - [ a r:Fact; r:gives {((3 3 1 6) ">=") list:sort (6 3 3 1)}] - skolem:lemma5685 - skolem:lemma5686 - [ a r:Fact; r:gives {(6331 1336) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3316 a r:Inference; - r:gives { - 3317 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3317 math:notEqualTo 0}] - skolem:lemma5915 - [ a r:Fact; r:gives {((3 3 1 7) "=<") list:sort (1 3 3 7)}] - [ a r:Fact; r:gives {((3 3 1 7) ">=") list:sort (7 3 3 1)}] - skolem:lemma5688 - skolem:lemma5689 - [ a r:Fact; r:gives {(7331 1337) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3317 a r:Inference; - r:gives { - 3318 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3318 math:notEqualTo 0}] - skolem:lemma5916 - [ a r:Fact; r:gives {((3 3 1 8) "=<") list:sort (1 3 3 8)}] - [ a r:Fact; r:gives {((3 3 1 8) ">=") list:sort (8 3 3 1)}] - skolem:lemma5691 - skolem:lemma5692 - [ a r:Fact; r:gives {(8331 1338) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3318 a r:Inference; - r:gives { - 3319 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3319 math:notEqualTo 0}] - skolem:lemma5917 - [ a r:Fact; r:gives {((3 3 1 9) "=<") list:sort (1 3 3 9)}] - [ a r:Fact; r:gives {((3 3 1 9) ">=") list:sort (9 3 3 1)}] - skolem:lemma5694 - skolem:lemma5695 - [ a r:Fact; r:gives {(9331 1339) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3319 a r:Inference; - r:gives { - 3320 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3320 math:notEqualTo 0}] - skolem:lemma5918 - [ a r:Fact; r:gives {((3 3 2 0) "=<") list:sort (0 2 3 3)}] - [ a r:Fact; r:gives {((3 3 2 0) ">=") list:sort (3 3 2 0)}] - skolem:lemma4087 - skolem:lemma4088 - [ a r:Fact; r:gives {(3320 233) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3320 a r:Inference; - r:gives { - 3321 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3321 math:notEqualTo 0}] - skolem:lemma5919 - [ a r:Fact; r:gives {((3 3 2 1) "=<") list:sort (1 2 3 3)}] - [ a r:Fact; r:gives {((3 3 2 1) ">=") list:sort (3 3 2 1)}] - skolem:lemma4277 - skolem:lemma4278 - [ a r:Fact; r:gives {(3321 1233) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3321 a r:Inference; - r:gives { - 3322 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3322 math:notEqualTo 0}] - skolem:lemma5920 - [ a r:Fact; r:gives {((3 3 2 2) "=<") list:sort (2 2 3 3)}] - [ a r:Fact; r:gives {((3 3 2 2) ">=") list:sort (3 3 2 2)}] - skolem:lemma4446 - skolem:lemma4447 - [ a r:Fact; r:gives {(3322 2233) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3322 a r:Inference; - r:gives { - 3323 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3323 math:notEqualTo 0}] - skolem:lemma5921 - [ a r:Fact; r:gives {((3 3 2 3) "=<") list:sort (2 3 3 3)}] - [ a r:Fact; r:gives {((3 3 2 3) ">=") list:sort (3 3 3 2)}] - skolem:lemma4602 - skolem:lemma4603 - [ a r:Fact; r:gives {(3332 2333) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3323 a r:Inference; - r:gives { - 3324 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3324 math:notEqualTo 0}] - skolem:lemma5922 - [ a r:Fact; r:gives {((3 3 2 4) "=<") list:sort (2 3 3 4)}] - [ a r:Fact; r:gives {((3 3 2 4) ">=") list:sort (4 3 3 2)}] - skolem:lemma4605 - skolem:lemma4606 - [ a r:Fact; r:gives {(4332 2334) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3324 a r:Inference; - r:gives { - 3325 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3325 math:notEqualTo 0}] - skolem:lemma5923 - [ a r:Fact; r:gives {((3 3 2 5) "=<") list:sort (2 3 3 5)}] - [ a r:Fact; r:gives {((3 3 2 5) ">=") list:sort (5 3 3 2)}] - skolem:lemma4608 - skolem:lemma4609 - [ a r:Fact; r:gives {(5332 2335) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3325 a r:Inference; - r:gives { - 3326 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3326 math:notEqualTo 0}] - skolem:lemma5924 - [ a r:Fact; r:gives {((3 3 2 6) "=<") list:sort (2 3 3 6)}] - [ a r:Fact; r:gives {((3 3 2 6) ">=") list:sort (6 3 3 2)}] - skolem:lemma4611 - skolem:lemma4612 - [ a r:Fact; r:gives {(6332 2336) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3326 a r:Inference; - r:gives { - 3327 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3327 math:notEqualTo 0}] - skolem:lemma5925 - [ a r:Fact; r:gives {((3 3 2 7) "=<") list:sort (2 3 3 7)}] - [ a r:Fact; r:gives {((3 3 2 7) ">=") list:sort (7 3 3 2)}] - skolem:lemma4614 - skolem:lemma4615 - [ a r:Fact; r:gives {(7332 2337) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3327 a r:Inference; - r:gives { - 3328 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3328 math:notEqualTo 0}] - skolem:lemma5926 - [ a r:Fact; r:gives {((3 3 2 8) "=<") list:sort (2 3 3 8)}] - [ a r:Fact; r:gives {((3 3 2 8) ">=") list:sort (8 3 3 2)}] - skolem:lemma4617 - skolem:lemma4618 - [ a r:Fact; r:gives {(8332 2338) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3328 a r:Inference; - r:gives { - 3329 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3329 math:notEqualTo 0}] - skolem:lemma5927 - [ a r:Fact; r:gives {((3 3 2 9) "=<") list:sort (2 3 3 9)}] - [ a r:Fact; r:gives {((3 3 2 9) ">=") list:sort (9 3 3 2)}] - skolem:lemma4620 - skolem:lemma4621 - [ a r:Fact; r:gives {(9332 2339) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3329 a r:Inference; - r:gives { - 3330 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3330 math:notEqualTo 0}] - skolem:lemma5928 - [ a r:Fact; r:gives {((3 3 3 0) "=<") list:sort (0 3 3 3)}] - [ a r:Fact; r:gives {((3 3 3 0) ">=") list:sort (3 3 3 0)}] - skolem:lemma5504 - skolem:lemma5505 - [ a r:Fact; r:gives {(3330 333) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3330 a r:Inference; - r:gives { - 3331 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3331 math:notEqualTo 0}] - skolem:lemma5929 - [ a r:Fact; r:gives {((3 3 3 1) "=<") list:sort (1 3 3 3)}] - [ a r:Fact; r:gives {((3 3 3 1) ">=") list:sort (3 3 3 1)}] - skolem:lemma5676 - skolem:lemma5677 - [ a r:Fact; r:gives {(3331 1333) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3331 a r:Inference; - r:gives { - 3332 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3332 math:notEqualTo 0}] - skolem:lemma5930 - [ a r:Fact; r:gives {((3 3 3 2) "=<") list:sort (2 3 3 3)}] - [ a r:Fact; r:gives {((3 3 3 2) ">=") list:sort (3 3 3 2)}] - skolem:lemma4602 - skolem:lemma4603 - [ a r:Fact; r:gives {(3332 2333) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (3 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3332 a r:Inference; - r:gives { - 3334 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3334 math:notEqualTo 0}] - skolem:lemma5931 - [ a r:Fact; r:gives {((3 3 3 4) "=<") list:sort (3 3 3 4)}] - [ a r:Fact; r:gives {((3 3 3 4) ">=") list:sort (4 3 3 3)}] - skolem:lemma5932 - skolem:lemma5933 - [ a r:Fact; r:gives {(4333 3334) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3333 a r:Inference; - r:gives { - 3335 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3335 math:notEqualTo 0}] - skolem:lemma5934 - [ a r:Fact; r:gives {((3 3 3 5) "=<") list:sort (3 3 3 5)}] - [ a r:Fact; r:gives {((3 3 3 5) ">=") list:sort (5 3 3 3)}] - skolem:lemma5935 - skolem:lemma5936 - [ a r:Fact; r:gives {(5333 3335) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3334 a r:Inference; - r:gives { - 3336 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3336 math:notEqualTo 0}] - skolem:lemma5937 - [ a r:Fact; r:gives {((3 3 3 6) "=<") list:sort (3 3 3 6)}] - [ a r:Fact; r:gives {((3 3 3 6) ">=") list:sort (6 3 3 3)}] - skolem:lemma5938 - skolem:lemma5939 - [ a r:Fact; r:gives {(6333 3336) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3335 a r:Inference; - r:gives { - 3337 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3337 math:notEqualTo 0}] - skolem:lemma5940 - [ a r:Fact; r:gives {((3 3 3 7) "=<") list:sort (3 3 3 7)}] - [ a r:Fact; r:gives {((3 3 3 7) ">=") list:sort (7 3 3 3)}] - skolem:lemma5941 - skolem:lemma5942 - [ a r:Fact; r:gives {(7333 3337) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3336 a r:Inference; - r:gives { - 3338 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3338 math:notEqualTo 0}] - skolem:lemma5943 - [ a r:Fact; r:gives {((3 3 3 8) "=<") list:sort (3 3 3 8)}] - [ a r:Fact; r:gives {((3 3 3 8) ">=") list:sort (8 3 3 3)}] - skolem:lemma5944 - skolem:lemma5945 - [ a r:Fact; r:gives {(8333 3338) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3337 a r:Inference; - r:gives { - 3339 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3339 math:notEqualTo 0}] - skolem:lemma5946 - [ a r:Fact; r:gives {((3 3 3 9) "=<") list:sort (3 3 3 9)}] - [ a r:Fact; r:gives {((3 3 3 9) ">=") list:sort (9 3 3 3)}] - skolem:lemma5947 - skolem:lemma5948 - [ a r:Fact; r:gives {(9333 3339) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3338 a r:Inference; - r:gives { - 3340 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3340 math:notEqualTo 0}] - skolem:lemma5949 - [ a r:Fact; r:gives {((3 3 4 0) "=<") list:sort (0 3 3 4)}] - [ a r:Fact; r:gives {((3 3 4 0) ">=") list:sort (4 3 3 0)}] - skolem:lemma5507 - skolem:lemma5508 - [ a r:Fact; r:gives {(4330 334) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3339 a r:Inference; - r:gives { - 3341 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3341 math:notEqualTo 0}] - skolem:lemma5950 - [ a r:Fact; r:gives {((3 3 4 1) "=<") list:sort (1 3 3 4)}] - [ a r:Fact; r:gives {((3 3 4 1) ">=") list:sort (4 3 3 1)}] - skolem:lemma5679 - skolem:lemma5680 - [ a r:Fact; r:gives {(4331 1334) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3340 a r:Inference; - r:gives { - 3342 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3342 math:notEqualTo 0}] - skolem:lemma5951 - [ a r:Fact; r:gives {((3 3 4 2) "=<") list:sort (2 3 3 4)}] - [ a r:Fact; r:gives {((3 3 4 2) ">=") list:sort (4 3 3 2)}] - skolem:lemma4605 - skolem:lemma4606 - [ a r:Fact; r:gives {(4332 2334) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3341 a r:Inference; - r:gives { - 3343 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3343 math:notEqualTo 0}] - skolem:lemma5952 - [ a r:Fact; r:gives {((3 3 4 3) "=<") list:sort (3 3 3 4)}] - [ a r:Fact; r:gives {((3 3 4 3) ">=") list:sort (4 3 3 3)}] - skolem:lemma5932 - skolem:lemma5933 - [ a r:Fact; r:gives {(4333 3334) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3342 a r:Inference; - r:gives { - 3344 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3344 math:notEqualTo 0}] - skolem:lemma5953 - [ a r:Fact; r:gives {((3 3 4 4) "=<") list:sort (3 3 4 4)}] - [ a r:Fact; r:gives {((3 3 4 4) ">=") list:sort (4 4 3 3)}] - skolem:lemma5954 - skolem:lemma5955 - [ a r:Fact; r:gives {(4433 3344) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3343 a r:Inference; - r:gives { - 3345 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3345 math:notEqualTo 0}] - skolem:lemma5956 - [ a r:Fact; r:gives {((3 3 4 5) "=<") list:sort (3 3 4 5)}] - [ a r:Fact; r:gives {((3 3 4 5) ">=") list:sort (5 4 3 3)}] - skolem:lemma5957 - skolem:lemma5958 - [ a r:Fact; r:gives {(5433 3345) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3344 a r:Inference; - r:gives { - 3346 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3346 math:notEqualTo 0}] - skolem:lemma5959 - [ a r:Fact; r:gives {((3 3 4 6) "=<") list:sort (3 3 4 6)}] - [ a r:Fact; r:gives {((3 3 4 6) ">=") list:sort (6 4 3 3)}] - skolem:lemma5960 - skolem:lemma5961 - [ a r:Fact; r:gives {(6433 3346) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3345 a r:Inference; - r:gives { - 3347 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3347 math:notEqualTo 0}] - skolem:lemma5962 - [ a r:Fact; r:gives {((3 3 4 7) "=<") list:sort (3 3 4 7)}] - [ a r:Fact; r:gives {((3 3 4 7) ">=") list:sort (7 4 3 3)}] - skolem:lemma5963 - skolem:lemma5964 - [ a r:Fact; r:gives {(7433 3347) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3346 a r:Inference; - r:gives { - 3348 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3348 math:notEqualTo 0}] - skolem:lemma5965 - [ a r:Fact; r:gives {((3 3 4 8) "=<") list:sort (3 3 4 8)}] - [ a r:Fact; r:gives {((3 3 4 8) ">=") list:sort (8 4 3 3)}] - skolem:lemma5966 - skolem:lemma5967 - [ a r:Fact; r:gives {(8433 3348) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3347 a r:Inference; - r:gives { - 3349 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3349 math:notEqualTo 0}] - skolem:lemma5968 - [ a r:Fact; r:gives {((3 3 4 9) "=<") list:sort (3 3 4 9)}] - [ a r:Fact; r:gives {((3 3 4 9) ">=") list:sort (9 4 3 3)}] - skolem:lemma5969 - skolem:lemma5970 - [ a r:Fact; r:gives {(9433 3349) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3348 a r:Inference; - r:gives { - 3350 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3350 math:notEqualTo 0}] - skolem:lemma5971 - [ a r:Fact; r:gives {((3 3 5 0) "=<") list:sort (0 3 3 5)}] - [ a r:Fact; r:gives {((3 3 5 0) ">=") list:sort (5 3 3 0)}] - skolem:lemma5510 - skolem:lemma5511 - [ a r:Fact; r:gives {(5330 335) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3349 a r:Inference; - r:gives { - 3351 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3351 math:notEqualTo 0}] - skolem:lemma5972 - [ a r:Fact; r:gives {((3 3 5 1) "=<") list:sort (1 3 3 5)}] - [ a r:Fact; r:gives {((3 3 5 1) ">=") list:sort (5 3 3 1)}] - skolem:lemma5682 - skolem:lemma5683 - [ a r:Fact; r:gives {(5331 1335) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3350 a r:Inference; - r:gives { - 3352 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3352 math:notEqualTo 0}] - skolem:lemma5973 - [ a r:Fact; r:gives {((3 3 5 2) "=<") list:sort (2 3 3 5)}] - [ a r:Fact; r:gives {((3 3 5 2) ">=") list:sort (5 3 3 2)}] - skolem:lemma4608 - skolem:lemma4609 - [ a r:Fact; r:gives {(5332 2335) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3351 a r:Inference; - r:gives { - 3353 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3353 math:notEqualTo 0}] - skolem:lemma5974 - [ a r:Fact; r:gives {((3 3 5 3) "=<") list:sort (3 3 3 5)}] - [ a r:Fact; r:gives {((3 3 5 3) ">=") list:sort (5 3 3 3)}] - skolem:lemma5935 - skolem:lemma5936 - [ a r:Fact; r:gives {(5333 3335) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3352 a r:Inference; - r:gives { - 3354 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3354 math:notEqualTo 0}] - skolem:lemma5975 - [ a r:Fact; r:gives {((3 3 5 4) "=<") list:sort (3 3 4 5)}] - [ a r:Fact; r:gives {((3 3 5 4) ">=") list:sort (5 4 3 3)}] - skolem:lemma5957 - skolem:lemma5958 - [ a r:Fact; r:gives {(5433 3345) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3353 a r:Inference; - r:gives { - 3355 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3355 math:notEqualTo 0}] - skolem:lemma5976 - [ a r:Fact; r:gives {((3 3 5 5) "=<") list:sort (3 3 5 5)}] - [ a r:Fact; r:gives {((3 3 5 5) ">=") list:sort (5 5 3 3)}] - skolem:lemma5977 - skolem:lemma5978 - [ a r:Fact; r:gives {(5533 3355) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3354 a r:Inference; - r:gives { - 3356 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3356 math:notEqualTo 0}] - skolem:lemma5979 - [ a r:Fact; r:gives {((3 3 5 6) "=<") list:sort (3 3 5 6)}] - [ a r:Fact; r:gives {((3 3 5 6) ">=") list:sort (6 5 3 3)}] - skolem:lemma5980 - skolem:lemma5981 - [ a r:Fact; r:gives {(6533 3356) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3355 a r:Inference; - r:gives { - 3357 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3357 math:notEqualTo 0}] - skolem:lemma5982 - [ a r:Fact; r:gives {((3 3 5 7) "=<") list:sort (3 3 5 7)}] - [ a r:Fact; r:gives {((3 3 5 7) ">=") list:sort (7 5 3 3)}] - skolem:lemma5983 - skolem:lemma5984 - [ a r:Fact; r:gives {(7533 3357) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3356 a r:Inference; - r:gives { - 3358 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3358 math:notEqualTo 0}] - skolem:lemma5985 - [ a r:Fact; r:gives {((3 3 5 8) "=<") list:sort (3 3 5 8)}] - [ a r:Fact; r:gives {((3 3 5 8) ">=") list:sort (8 5 3 3)}] - skolem:lemma5986 - skolem:lemma5987 - [ a r:Fact; r:gives {(8533 3358) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3357 a r:Inference; - r:gives { - 3359 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3359 math:notEqualTo 0}] - skolem:lemma5988 - [ a r:Fact; r:gives {((3 3 5 9) "=<") list:sort (3 3 5 9)}] - [ a r:Fact; r:gives {((3 3 5 9) ">=") list:sort (9 5 3 3)}] - skolem:lemma5989 - skolem:lemma5990 - [ a r:Fact; r:gives {(9533 3359) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3358 a r:Inference; - r:gives { - 3360 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3360 math:notEqualTo 0}] - skolem:lemma5991 - [ a r:Fact; r:gives {((3 3 6 0) "=<") list:sort (0 3 3 6)}] - [ a r:Fact; r:gives {((3 3 6 0) ">=") list:sort (6 3 3 0)}] - skolem:lemma5513 - skolem:lemma5514 - [ a r:Fact; r:gives {(6330 336) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3359 a r:Inference; - r:gives { - 3361 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3361 math:notEqualTo 0}] - skolem:lemma5992 - [ a r:Fact; r:gives {((3 3 6 1) "=<") list:sort (1 3 3 6)}] - [ a r:Fact; r:gives {((3 3 6 1) ">=") list:sort (6 3 3 1)}] - skolem:lemma5685 - skolem:lemma5686 - [ a r:Fact; r:gives {(6331 1336) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3360 a r:Inference; - r:gives { - 3362 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3362 math:notEqualTo 0}] - skolem:lemma5993 - [ a r:Fact; r:gives {((3 3 6 2) "=<") list:sort (2 3 3 6)}] - [ a r:Fact; r:gives {((3 3 6 2) ">=") list:sort (6 3 3 2)}] - skolem:lemma4611 - skolem:lemma4612 - [ a r:Fact; r:gives {(6332 2336) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3361 a r:Inference; - r:gives { - 3363 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3363 math:notEqualTo 0}] - skolem:lemma5994 - [ a r:Fact; r:gives {((3 3 6 3) "=<") list:sort (3 3 3 6)}] - [ a r:Fact; r:gives {((3 3 6 3) ">=") list:sort (6 3 3 3)}] - skolem:lemma5938 - skolem:lemma5939 - [ a r:Fact; r:gives {(6333 3336) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3362 a r:Inference; - r:gives { - 3364 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3364 math:notEqualTo 0}] - skolem:lemma5995 - [ a r:Fact; r:gives {((3 3 6 4) "=<") list:sort (3 3 4 6)}] - [ a r:Fact; r:gives {((3 3 6 4) ">=") list:sort (6 4 3 3)}] - skolem:lemma5960 - skolem:lemma5961 - [ a r:Fact; r:gives {(6433 3346) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3363 a r:Inference; - r:gives { - 3365 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3365 math:notEqualTo 0}] - skolem:lemma5996 - [ a r:Fact; r:gives {((3 3 6 5) "=<") list:sort (3 3 5 6)}] - [ a r:Fact; r:gives {((3 3 6 5) ">=") list:sort (6 5 3 3)}] - skolem:lemma5980 - skolem:lemma5981 - [ a r:Fact; r:gives {(6533 3356) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3364 a r:Inference; - r:gives { - 3366 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3366 math:notEqualTo 0}] - skolem:lemma5997 - [ a r:Fact; r:gives {((3 3 6 6) "=<") list:sort (3 3 6 6)}] - [ a r:Fact; r:gives {((3 3 6 6) ">=") list:sort (6 6 3 3)}] - skolem:lemma5998 - skolem:lemma5999 - [ a r:Fact; r:gives {(6633 3366) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3365 a r:Inference; - r:gives { - 3367 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3367 math:notEqualTo 0}] - skolem:lemma6000 - [ a r:Fact; r:gives {((3 3 6 7) "=<") list:sort (3 3 6 7)}] - [ a r:Fact; r:gives {((3 3 6 7) ">=") list:sort (7 6 3 3)}] - skolem:lemma6001 - skolem:lemma6002 - [ a r:Fact; r:gives {(7633 3367) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3366 a r:Inference; - r:gives { - 3368 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3368 math:notEqualTo 0}] - skolem:lemma6003 - [ a r:Fact; r:gives {((3 3 6 8) "=<") list:sort (3 3 6 8)}] - [ a r:Fact; r:gives {((3 3 6 8) ">=") list:sort (8 6 3 3)}] - skolem:lemma6004 - skolem:lemma6005 - [ a r:Fact; r:gives {(8633 3368) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3367 a r:Inference; - r:gives { - 3369 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3369 math:notEqualTo 0}] - skolem:lemma6006 - [ a r:Fact; r:gives {((3 3 6 9) "=<") list:sort (3 3 6 9)}] - [ a r:Fact; r:gives {((3 3 6 9) ">=") list:sort (9 6 3 3)}] - skolem:lemma6007 - skolem:lemma6008 - [ a r:Fact; r:gives {(9633 3369) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3368 a r:Inference; - r:gives { - 3370 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3370 math:notEqualTo 0}] - skolem:lemma6009 - [ a r:Fact; r:gives {((3 3 7 0) "=<") list:sort (0 3 3 7)}] - [ a r:Fact; r:gives {((3 3 7 0) ">=") list:sort (7 3 3 0)}] - skolem:lemma5516 - skolem:lemma5517 - [ a r:Fact; r:gives {(7330 337) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3369 a r:Inference; - r:gives { - 3371 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3371 math:notEqualTo 0}] - skolem:lemma6010 - [ a r:Fact; r:gives {((3 3 7 1) "=<") list:sort (1 3 3 7)}] - [ a r:Fact; r:gives {((3 3 7 1) ">=") list:sort (7 3 3 1)}] - skolem:lemma5688 - skolem:lemma5689 - [ a r:Fact; r:gives {(7331 1337) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3370 a r:Inference; - r:gives { - 3372 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3372 math:notEqualTo 0}] - skolem:lemma6011 - [ a r:Fact; r:gives {((3 3 7 2) "=<") list:sort (2 3 3 7)}] - [ a r:Fact; r:gives {((3 3 7 2) ">=") list:sort (7 3 3 2)}] - skolem:lemma4614 - skolem:lemma4615 - [ a r:Fact; r:gives {(7332 2337) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3371 a r:Inference; - r:gives { - 3373 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3373 math:notEqualTo 0}] - skolem:lemma6012 - [ a r:Fact; r:gives {((3 3 7 3) "=<") list:sort (3 3 3 7)}] - [ a r:Fact; r:gives {((3 3 7 3) ">=") list:sort (7 3 3 3)}] - skolem:lemma5941 - skolem:lemma5942 - [ a r:Fact; r:gives {(7333 3337) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3372 a r:Inference; - r:gives { - 3374 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3374 math:notEqualTo 0}] - skolem:lemma6013 - [ a r:Fact; r:gives {((3 3 7 4) "=<") list:sort (3 3 4 7)}] - [ a r:Fact; r:gives {((3 3 7 4) ">=") list:sort (7 4 3 3)}] - skolem:lemma5963 - skolem:lemma5964 - [ a r:Fact; r:gives {(7433 3347) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3373 a r:Inference; - r:gives { - 3375 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3375 math:notEqualTo 0}] - skolem:lemma6014 - [ a r:Fact; r:gives {((3 3 7 5) "=<") list:sort (3 3 5 7)}] - [ a r:Fact; r:gives {((3 3 7 5) ">=") list:sort (7 5 3 3)}] - skolem:lemma5983 - skolem:lemma5984 - [ a r:Fact; r:gives {(7533 3357) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3374 a r:Inference; - r:gives { - 3376 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3376 math:notEqualTo 0}] - skolem:lemma6015 - [ a r:Fact; r:gives {((3 3 7 6) "=<") list:sort (3 3 6 7)}] - [ a r:Fact; r:gives {((3 3 7 6) ">=") list:sort (7 6 3 3)}] - skolem:lemma6001 - skolem:lemma6002 - [ a r:Fact; r:gives {(7633 3367) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3375 a r:Inference; - r:gives { - 3377 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3377 math:notEqualTo 0}] - skolem:lemma6016 - [ a r:Fact; r:gives {((3 3 7 7) "=<") list:sort (3 3 7 7)}] - [ a r:Fact; r:gives {((3 3 7 7) ">=") list:sort (7 7 3 3)}] - skolem:lemma6017 - skolem:lemma6018 - [ a r:Fact; r:gives {(7733 3377) math:difference 4356}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4356 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 4356 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3376 a r:Inference; - r:gives { - 3378 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3378 math:notEqualTo 0}] - skolem:lemma6019 - [ a r:Fact; r:gives {((3 3 7 8) "=<") list:sort (3 3 7 8)}] - [ a r:Fact; r:gives {((3 3 7 8) ">=") list:sort (8 7 3 3)}] - skolem:lemma6020 - skolem:lemma6021 - [ a r:Fact; r:gives {(8733 3378) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3377 a r:Inference; - r:gives { - 3379 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3379 math:notEqualTo 0}] - skolem:lemma6022 - [ a r:Fact; r:gives {((3 3 7 9) "=<") list:sort (3 3 7 9)}] - [ a r:Fact; r:gives {((3 3 7 9) ">=") list:sort (9 7 3 3)}] - skolem:lemma6023 - skolem:lemma6024 - [ a r:Fact; r:gives {(9733 3379) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3378 a r:Inference; - r:gives { - 3380 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3380 math:notEqualTo 0}] - skolem:lemma6025 - [ a r:Fact; r:gives {((3 3 8 0) "=<") list:sort (0 3 3 8)}] - [ a r:Fact; r:gives {((3 3 8 0) ">=") list:sort (8 3 3 0)}] - skolem:lemma5519 - skolem:lemma5520 - [ a r:Fact; r:gives {(8330 338) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3379 a r:Inference; - r:gives { - 3381 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3381 math:notEqualTo 0}] - skolem:lemma6026 - [ a r:Fact; r:gives {((3 3 8 1) "=<") list:sort (1 3 3 8)}] - [ a r:Fact; r:gives {((3 3 8 1) ">=") list:sort (8 3 3 1)}] - skolem:lemma5691 - skolem:lemma5692 - [ a r:Fact; r:gives {(8331 1338) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3380 a r:Inference; - r:gives { - 3382 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3382 math:notEqualTo 0}] - skolem:lemma6027 - [ a r:Fact; r:gives {((3 3 8 2) "=<") list:sort (2 3 3 8)}] - [ a r:Fact; r:gives {((3 3 8 2) ">=") list:sort (8 3 3 2)}] - skolem:lemma4617 - skolem:lemma4618 - [ a r:Fact; r:gives {(8332 2338) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3381 a r:Inference; - r:gives { - 3383 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3383 math:notEqualTo 0}] - skolem:lemma6028 - [ a r:Fact; r:gives {((3 3 8 3) "=<") list:sort (3 3 3 8)}] - [ a r:Fact; r:gives {((3 3 8 3) ">=") list:sort (8 3 3 3)}] - skolem:lemma5944 - skolem:lemma5945 - [ a r:Fact; r:gives {(8333 3338) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3382 a r:Inference; - r:gives { - 3384 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3384 math:notEqualTo 0}] - skolem:lemma6029 - [ a r:Fact; r:gives {((3 3 8 4) "=<") list:sort (3 3 4 8)}] - [ a r:Fact; r:gives {((3 3 8 4) ">=") list:sort (8 4 3 3)}] - skolem:lemma5966 - skolem:lemma5967 - [ a r:Fact; r:gives {(8433 3348) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3383 a r:Inference; - r:gives { - 3385 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3385 math:notEqualTo 0}] - skolem:lemma6030 - [ a r:Fact; r:gives {((3 3 8 5) "=<") list:sort (3 3 5 8)}] - [ a r:Fact; r:gives {((3 3 8 5) ">=") list:sort (8 5 3 3)}] - skolem:lemma5986 - skolem:lemma5987 - [ a r:Fact; r:gives {(8533 3358) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3384 a r:Inference; - r:gives { - 3386 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3386 math:notEqualTo 0}] - skolem:lemma6031 - [ a r:Fact; r:gives {((3 3 8 6) "=<") list:sort (3 3 6 8)}] - [ a r:Fact; r:gives {((3 3 8 6) ">=") list:sort (8 6 3 3)}] - skolem:lemma6004 - skolem:lemma6005 - [ a r:Fact; r:gives {(8633 3368) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3385 a r:Inference; - r:gives { - 3387 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3387 math:notEqualTo 0}] - skolem:lemma6032 - [ a r:Fact; r:gives {((3 3 8 7) "=<") list:sort (3 3 7 8)}] - [ a r:Fact; r:gives {((3 3 8 7) ">=") list:sort (8 7 3 3)}] - skolem:lemma6020 - skolem:lemma6021 - [ a r:Fact; r:gives {(8733 3378) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3386 a r:Inference; - r:gives { - 3388 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3388 math:notEqualTo 0}] - skolem:lemma6033 - [ a r:Fact; r:gives {((3 3 8 8) "=<") list:sort (3 3 8 8)}] - [ a r:Fact; r:gives {((3 3 8 8) ">=") list:sort (8 8 3 3)}] - skolem:lemma6034 - skolem:lemma6035 - [ a r:Fact; r:gives {(8833 3388) math:difference 5445}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5445 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5445 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3387 a r:Inference; - r:gives { - 3389 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3389 math:notEqualTo 0}] - skolem:lemma6036 - [ a r:Fact; r:gives {((3 3 8 9) "=<") list:sort (3 3 8 9)}] - [ a r:Fact; r:gives {((3 3 8 9) ">=") list:sort (9 8 3 3)}] - skolem:lemma6037 - skolem:lemma6038 - [ a r:Fact; r:gives {(9833 3389) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3388 a r:Inference; - r:gives { - 3390 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3390 math:notEqualTo 0}] - skolem:lemma6039 - [ a r:Fact; r:gives {((3 3 9 0) "=<") list:sort (0 3 3 9)}] - [ a r:Fact; r:gives {((3 3 9 0) ">=") list:sort (9 3 3 0)}] - skolem:lemma5522 - skolem:lemma5523 - [ a r:Fact; r:gives {(9330 339) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3389 a r:Inference; - r:gives { - 3391 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3391 math:notEqualTo 0}] - skolem:lemma6040 - [ a r:Fact; r:gives {((3 3 9 1) "=<") list:sort (1 3 3 9)}] - [ a r:Fact; r:gives {((3 3 9 1) ">=") list:sort (9 3 3 1)}] - skolem:lemma5694 - skolem:lemma5695 - [ a r:Fact; r:gives {(9331 1339) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3390 a r:Inference; - r:gives { - 3392 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3392 math:notEqualTo 0}] - skolem:lemma6041 - [ a r:Fact; r:gives {((3 3 9 2) "=<") list:sort (2 3 3 9)}] - [ a r:Fact; r:gives {((3 3 9 2) ">=") list:sort (9 3 3 2)}] - skolem:lemma4620 - skolem:lemma4621 - [ a r:Fact; r:gives {(9332 2339) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3391 a r:Inference; - r:gives { - 3393 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3393 math:notEqualTo 0}] - skolem:lemma6042 - [ a r:Fact; r:gives {((3 3 9 3) "=<") list:sort (3 3 3 9)}] - [ a r:Fact; r:gives {((3 3 9 3) ">=") list:sort (9 3 3 3)}] - skolem:lemma5947 - skolem:lemma5948 - [ a r:Fact; r:gives {(9333 3339) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3392 a r:Inference; - r:gives { - 3394 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3394 math:notEqualTo 0}] - skolem:lemma6043 - [ a r:Fact; r:gives {((3 3 9 4) "=<") list:sort (3 3 4 9)}] - [ a r:Fact; r:gives {((3 3 9 4) ">=") list:sort (9 4 3 3)}] - skolem:lemma5969 - skolem:lemma5970 - [ a r:Fact; r:gives {(9433 3349) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3393 a r:Inference; - r:gives { - 3395 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3395 math:notEqualTo 0}] - skolem:lemma6044 - [ a r:Fact; r:gives {((3 3 9 5) "=<") list:sort (3 3 5 9)}] - [ a r:Fact; r:gives {((3 3 9 5) ">=") list:sort (9 5 3 3)}] - skolem:lemma5989 - skolem:lemma5990 - [ a r:Fact; r:gives {(9533 3359) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3394 a r:Inference; - r:gives { - 3396 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3396 math:notEqualTo 0}] - skolem:lemma6045 - [ a r:Fact; r:gives {((3 3 9 6) "=<") list:sort (3 3 6 9)}] - [ a r:Fact; r:gives {((3 3 9 6) ">=") list:sort (9 6 3 3)}] - skolem:lemma6007 - skolem:lemma6008 - [ a r:Fact; r:gives {(9633 3369) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3395 a r:Inference; - r:gives { - 3397 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3397 math:notEqualTo 0}] - skolem:lemma6046 - [ a r:Fact; r:gives {((3 3 9 7) "=<") list:sort (3 3 7 9)}] - [ a r:Fact; r:gives {((3 3 9 7) ">=") list:sort (9 7 3 3)}] - skolem:lemma6023 - skolem:lemma6024 - [ a r:Fact; r:gives {(9733 3379) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3396 a r:Inference; - r:gives { - 3398 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3398 math:notEqualTo 0}] - skolem:lemma6047 - [ a r:Fact; r:gives {((3 3 9 8) "=<") list:sort (3 3 8 9)}] - [ a r:Fact; r:gives {((3 3 9 8) ">=") list:sort (9 8 3 3)}] - skolem:lemma6037 - skolem:lemma6038 - [ a r:Fact; r:gives {(9833 3389) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3397 a r:Inference; - r:gives { - 3399 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3399 math:notEqualTo 0}] - skolem:lemma6048 - [ a r:Fact; r:gives {((3 3 9 9) "=<") list:sort (3 3 9 9)}] - [ a r:Fact; r:gives {((3 3 9 9) ">=") list:sort (9 9 3 3)}] - skolem:lemma6049 - skolem:lemma6050 - [ a r:Fact; r:gives {(9933 3399) math:difference 6534}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6534 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6534 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3398 a r:Inference; - r:gives { - 3400 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3400 math:notEqualTo 0}] - skolem:lemma6051 - [ a r:Fact; r:gives {((3 4 0 0) "=<") list:sort (0 0 3 4)}] - [ a r:Fact; r:gives {((3 4 0 0) ">=") list:sort (4 3 0 0)}] - skolem:lemma5447 - skolem:lemma5448 - [ a r:Fact; r:gives {(4300 34) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3399 a r:Inference; - r:gives { - 3401 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3401 math:notEqualTo 0}] - skolem:lemma6052 - [ a r:Fact; r:gives {((3 4 0 1) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((3 4 0 1) ">=") list:sort (4 3 1 0)}] - skolem:lemma5473 - skolem:lemma5474 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3400 a r:Inference; - r:gives { - 3402 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3402 math:notEqualTo 0}] - skolem:lemma6053 - [ a r:Fact; r:gives {((3 4 0 2) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((3 4 0 2) ">=") list:sort (4 3 2 0)}] - skolem:lemma4090 - skolem:lemma4091 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3401 a r:Inference; - r:gives { - 3403 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3403 math:notEqualTo 0}] - skolem:lemma6054 - [ a r:Fact; r:gives {((3 4 0 3) "=<") list:sort (0 3 3 4)}] - [ a r:Fact; r:gives {((3 4 0 3) ">=") list:sort (4 3 3 0)}] - skolem:lemma5507 - skolem:lemma5508 - [ a r:Fact; r:gives {(4330 334) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3402 a r:Inference; - r:gives { - 3404 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3404 math:notEqualTo 0}] - skolem:lemma6055 - [ a r:Fact; r:gives {((3 4 0 4) "=<") list:sort (0 3 4 4)}] - [ a r:Fact; r:gives {((3 4 0 4) ">=") list:sort (4 4 3 0)}] - skolem:lemma5529 - skolem:lemma5530 - [ a r:Fact; r:gives {(4430 344) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3403 a r:Inference; - r:gives { - 3405 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3405 math:notEqualTo 0}] - skolem:lemma6056 - [ a r:Fact; r:gives {((3 4 0 5) "=<") list:sort (0 3 4 5)}] - [ a r:Fact; r:gives {((3 4 0 5) ">=") list:sort (5 4 3 0)}] - skolem:lemma5532 - skolem:lemma5533 - [ a r:Fact; r:gives {(5430 345) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3404 a r:Inference; - r:gives { - 3406 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3406 math:notEqualTo 0}] - skolem:lemma6057 - [ a r:Fact; r:gives {((3 4 0 6) "=<") list:sort (0 3 4 6)}] - [ a r:Fact; r:gives {((3 4 0 6) ">=") list:sort (6 4 3 0)}] - skolem:lemma5535 - skolem:lemma5536 - [ a r:Fact; r:gives {(6430 346) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3405 a r:Inference; - r:gives { - 3407 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3407 math:notEqualTo 0}] - skolem:lemma6058 - [ a r:Fact; r:gives {((3 4 0 7) "=<") list:sort (0 3 4 7)}] - [ a r:Fact; r:gives {((3 4 0 7) ">=") list:sort (7 4 3 0)}] - skolem:lemma5538 - skolem:lemma5539 - [ a r:Fact; r:gives {(7430 347) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3406 a r:Inference; - r:gives { - 3408 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3408 math:notEqualTo 0}] - skolem:lemma6059 - [ a r:Fact; r:gives {((3 4 0 8) "=<") list:sort (0 3 4 8)}] - [ a r:Fact; r:gives {((3 4 0 8) ">=") list:sort (8 4 3 0)}] - skolem:lemma5541 - skolem:lemma5542 - [ a r:Fact; r:gives {(8430 348) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3407 a r:Inference; - r:gives { - 3409 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3409 math:notEqualTo 0}] - skolem:lemma6060 - [ a r:Fact; r:gives {((3 4 0 9) "=<") list:sort (0 3 4 9)}] - [ a r:Fact; r:gives {((3 4 0 9) ">=") list:sort (9 4 3 0)}] - skolem:lemma5544 - skolem:lemma5545 - [ a r:Fact; r:gives {(9430 349) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3408 a r:Inference; - r:gives { - 3410 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3410 math:notEqualTo 0}] - skolem:lemma6061 - [ a r:Fact; r:gives {((3 4 1 0) "=<") list:sort (0 1 3 4)}] - [ a r:Fact; r:gives {((3 4 1 0) ">=") list:sort (4 3 1 0)}] - skolem:lemma5473 - skolem:lemma5474 - [ a r:Fact; r:gives {(4310 134) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3409 a r:Inference; - r:gives { - 3411 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3411 math:notEqualTo 0}] - skolem:lemma6062 - [ a r:Fact; r:gives {((3 4 1 1) "=<") list:sort (1 1 3 4)}] - [ a r:Fact; r:gives {((3 4 1 1) ">=") list:sort (4 3 1 1)}] - skolem:lemma5645 - skolem:lemma5646 - [ a r:Fact; r:gives {(4311 1134) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3410 a r:Inference; - r:gives { - 3412 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3412 math:notEqualTo 0}] - skolem:lemma6063 - [ a r:Fact; r:gives {((3 4 1 2) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((3 4 1 2) ">=") list:sort (4 3 2 1)}] - skolem:lemma4280 - skolem:lemma4281 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3411 a r:Inference; - r:gives { - 3413 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3413 math:notEqualTo 0}] - skolem:lemma6064 - [ a r:Fact; r:gives {((3 4 1 3) "=<") list:sort (1 3 3 4)}] - [ a r:Fact; r:gives {((3 4 1 3) ">=") list:sort (4 3 3 1)}] - skolem:lemma5679 - skolem:lemma5680 - [ a r:Fact; r:gives {(4331 1334) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3412 a r:Inference; - r:gives { - 3414 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3414 math:notEqualTo 0}] - skolem:lemma6065 - [ a r:Fact; r:gives {((3 4 1 4) "=<") list:sort (1 3 4 4)}] - [ a r:Fact; r:gives {((3 4 1 4) ">=") list:sort (4 4 3 1)}] - skolem:lemma5701 - skolem:lemma5702 - [ a r:Fact; r:gives {(4431 1344) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3413 a r:Inference; - r:gives { - 3415 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3415 math:notEqualTo 0}] - skolem:lemma6066 - [ a r:Fact; r:gives {((3 4 1 5) "=<") list:sort (1 3 4 5)}] - [ a r:Fact; r:gives {((3 4 1 5) ">=") list:sort (5 4 3 1)}] - skolem:lemma5704 - skolem:lemma5705 - [ a r:Fact; r:gives {(5431 1345) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3414 a r:Inference; - r:gives { - 3416 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3416 math:notEqualTo 0}] - skolem:lemma6067 - [ a r:Fact; r:gives {((3 4 1 6) "=<") list:sort (1 3 4 6)}] - [ a r:Fact; r:gives {((3 4 1 6) ">=") list:sort (6 4 3 1)}] - skolem:lemma5707 - skolem:lemma5708 - [ a r:Fact; r:gives {(6431 1346) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3415 a r:Inference; - r:gives { - 3417 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3417 math:notEqualTo 0}] - skolem:lemma6068 - [ a r:Fact; r:gives {((3 4 1 7) "=<") list:sort (1 3 4 7)}] - [ a r:Fact; r:gives {((3 4 1 7) ">=") list:sort (7 4 3 1)}] - skolem:lemma5710 - skolem:lemma5711 - [ a r:Fact; r:gives {(7431 1347) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3416 a r:Inference; - r:gives { - 3418 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3418 math:notEqualTo 0}] - skolem:lemma6069 - [ a r:Fact; r:gives {((3 4 1 8) "=<") list:sort (1 3 4 8)}] - [ a r:Fact; r:gives {((3 4 1 8) ">=") list:sort (8 4 3 1)}] - skolem:lemma5713 - skolem:lemma5714 - [ a r:Fact; r:gives {(8431 1348) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3417 a r:Inference; - r:gives { - 3419 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3419 math:notEqualTo 0}] - skolem:lemma6070 - [ a r:Fact; r:gives {((3 4 1 9) "=<") list:sort (1 3 4 9)}] - [ a r:Fact; r:gives {((3 4 1 9) ">=") list:sort (9 4 3 1)}] - skolem:lemma5716 - skolem:lemma5717 - [ a r:Fact; r:gives {(9431 1349) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3418 a r:Inference; - r:gives { - 3420 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3420 math:notEqualTo 0}] - skolem:lemma6071 - [ a r:Fact; r:gives {((3 4 2 0) "=<") list:sort (0 2 3 4)}] - [ a r:Fact; r:gives {((3 4 2 0) ">=") list:sort (4 3 2 0)}] - skolem:lemma4090 - skolem:lemma4091 - [ a r:Fact; r:gives {(4320 234) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3419 a r:Inference; - r:gives { - 3421 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3421 math:notEqualTo 0}] - skolem:lemma6072 - [ a r:Fact; r:gives {((3 4 2 1) "=<") list:sort (1 2 3 4)}] - [ a r:Fact; r:gives {((3 4 2 1) ">=") list:sort (4 3 2 1)}] - skolem:lemma4280 - skolem:lemma4281 - [ a r:Fact; r:gives {(4321 1234) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3420 a r:Inference; - r:gives { - 3422 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3422 math:notEqualTo 0}] - skolem:lemma6073 - [ a r:Fact; r:gives {((3 4 2 2) "=<") list:sort (2 2 3 4)}] - [ a r:Fact; r:gives {((3 4 2 2) ">=") list:sort (4 3 2 2)}] - skolem:lemma4449 - skolem:lemma4450 - [ a r:Fact; r:gives {(4322 2234) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3421 a r:Inference; - r:gives { - 3423 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3423 math:notEqualTo 0}] - skolem:lemma6074 - [ a r:Fact; r:gives {((3 4 2 3) "=<") list:sort (2 3 3 4)}] - [ a r:Fact; r:gives {((3 4 2 3) ">=") list:sort (4 3 3 2)}] - skolem:lemma4605 - skolem:lemma4606 - [ a r:Fact; r:gives {(4332 2334) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3422 a r:Inference; - r:gives { - 3424 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3424 math:notEqualTo 0}] - skolem:lemma6075 - [ a r:Fact; r:gives {((3 4 2 4) "=<") list:sort (2 3 4 4)}] - [ a r:Fact; r:gives {((3 4 2 4) ">=") list:sort (4 4 3 2)}] - skolem:lemma4627 - skolem:lemma4628 - [ a r:Fact; r:gives {(4432 2344) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3423 a r:Inference; - r:gives { - 3425 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3425 math:notEqualTo 0}] - skolem:lemma6076 - [ a r:Fact; r:gives {((3 4 2 5) "=<") list:sort (2 3 4 5)}] - [ a r:Fact; r:gives {((3 4 2 5) ">=") list:sort (5 4 3 2)}] - skolem:lemma4630 - skolem:lemma4631 - [ a r:Fact; r:gives {(5432 2345) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3424 a r:Inference; - r:gives { - 3426 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3426 math:notEqualTo 0}] - skolem:lemma6077 - [ a r:Fact; r:gives {((3 4 2 6) "=<") list:sort (2 3 4 6)}] - [ a r:Fact; r:gives {((3 4 2 6) ">=") list:sort (6 4 3 2)}] - skolem:lemma4633 - skolem:lemma4634 - [ a r:Fact; r:gives {(6432 2346) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3425 a r:Inference; - r:gives { - 3427 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3427 math:notEqualTo 0}] - skolem:lemma6078 - [ a r:Fact; r:gives {((3 4 2 7) "=<") list:sort (2 3 4 7)}] - [ a r:Fact; r:gives {((3 4 2 7) ">=") list:sort (7 4 3 2)}] - skolem:lemma4636 - skolem:lemma4637 - [ a r:Fact; r:gives {(7432 2347) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3426 a r:Inference; - r:gives { - 3428 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3428 math:notEqualTo 0}] - skolem:lemma6079 - [ a r:Fact; r:gives {((3 4 2 8) "=<") list:sort (2 3 4 8)}] - [ a r:Fact; r:gives {((3 4 2 8) ">=") list:sort (8 4 3 2)}] - skolem:lemma4639 - skolem:lemma4640 - [ a r:Fact; r:gives {(8432 2348) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3427 a r:Inference; - r:gives { - 3429 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3429 math:notEqualTo 0}] - skolem:lemma6080 - [ a r:Fact; r:gives {((3 4 2 9) "=<") list:sort (2 3 4 9)}] - [ a r:Fact; r:gives {((3 4 2 9) ">=") list:sort (9 4 3 2)}] - skolem:lemma4642 - skolem:lemma4643 - [ a r:Fact; r:gives {(9432 2349) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3428 a r:Inference; - r:gives { - 3430 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3430 math:notEqualTo 0}] - skolem:lemma6081 - [ a r:Fact; r:gives {((3 4 3 0) "=<") list:sort (0 3 3 4)}] - [ a r:Fact; r:gives {((3 4 3 0) ">=") list:sort (4 3 3 0)}] - skolem:lemma5507 - skolem:lemma5508 - [ a r:Fact; r:gives {(4330 334) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3429 a r:Inference; - r:gives { - 3431 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3431 math:notEqualTo 0}] - skolem:lemma6082 - [ a r:Fact; r:gives {((3 4 3 1) "=<") list:sort (1 3 3 4)}] - [ a r:Fact; r:gives {((3 4 3 1) ">=") list:sort (4 3 3 1)}] - skolem:lemma5679 - skolem:lemma5680 - [ a r:Fact; r:gives {(4331 1334) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3430 a r:Inference; - r:gives { - 3432 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3432 math:notEqualTo 0}] - skolem:lemma6083 - [ a r:Fact; r:gives {((3 4 3 2) "=<") list:sort (2 3 3 4)}] - [ a r:Fact; r:gives {((3 4 3 2) ">=") list:sort (4 3 3 2)}] - skolem:lemma4605 - skolem:lemma4606 - [ a r:Fact; r:gives {(4332 2334) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3431 a r:Inference; - r:gives { - 3433 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3433 math:notEqualTo 0}] - skolem:lemma6084 - [ a r:Fact; r:gives {((3 4 3 3) "=<") list:sort (3 3 3 4)}] - [ a r:Fact; r:gives {((3 4 3 3) ">=") list:sort (4 3 3 3)}] - skolem:lemma5932 - skolem:lemma5933 - [ a r:Fact; r:gives {(4333 3334) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3432 a r:Inference; - r:gives { - 3434 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3434 math:notEqualTo 0}] - skolem:lemma6085 - [ a r:Fact; r:gives {((3 4 3 4) "=<") list:sort (3 3 4 4)}] - [ a r:Fact; r:gives {((3 4 3 4) ">=") list:sort (4 4 3 3)}] - skolem:lemma5954 - skolem:lemma5955 - [ a r:Fact; r:gives {(4433 3344) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3433 a r:Inference; - r:gives { - 3435 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3435 math:notEqualTo 0}] - skolem:lemma6086 - [ a r:Fact; r:gives {((3 4 3 5) "=<") list:sort (3 3 4 5)}] - [ a r:Fact; r:gives {((3 4 3 5) ">=") list:sort (5 4 3 3)}] - skolem:lemma5957 - skolem:lemma5958 - [ a r:Fact; r:gives {(5433 3345) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3434 a r:Inference; - r:gives { - 3436 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3436 math:notEqualTo 0}] - skolem:lemma6087 - [ a r:Fact; r:gives {((3 4 3 6) "=<") list:sort (3 3 4 6)}] - [ a r:Fact; r:gives {((3 4 3 6) ">=") list:sort (6 4 3 3)}] - skolem:lemma5960 - skolem:lemma5961 - [ a r:Fact; r:gives {(6433 3346) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3435 a r:Inference; - r:gives { - 3437 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3437 math:notEqualTo 0}] - skolem:lemma6088 - [ a r:Fact; r:gives {((3 4 3 7) "=<") list:sort (3 3 4 7)}] - [ a r:Fact; r:gives {((3 4 3 7) ">=") list:sort (7 4 3 3)}] - skolem:lemma5963 - skolem:lemma5964 - [ a r:Fact; r:gives {(7433 3347) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3436 a r:Inference; - r:gives { - 3438 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3438 math:notEqualTo 0}] - skolem:lemma6089 - [ a r:Fact; r:gives {((3 4 3 8) "=<") list:sort (3 3 4 8)}] - [ a r:Fact; r:gives {((3 4 3 8) ">=") list:sort (8 4 3 3)}] - skolem:lemma5966 - skolem:lemma5967 - [ a r:Fact; r:gives {(8433 3348) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3437 a r:Inference; - r:gives { - 3439 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3439 math:notEqualTo 0}] - skolem:lemma6090 - [ a r:Fact; r:gives {((3 4 3 9) "=<") list:sort (3 3 4 9)}] - [ a r:Fact; r:gives {((3 4 3 9) ">=") list:sort (9 4 3 3)}] - skolem:lemma5969 - skolem:lemma5970 - [ a r:Fact; r:gives {(9433 3349) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3438 a r:Inference; - r:gives { - 3440 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3440 math:notEqualTo 0}] - skolem:lemma6091 - [ a r:Fact; r:gives {((3 4 4 0) "=<") list:sort (0 3 4 4)}] - [ a r:Fact; r:gives {((3 4 4 0) ">=") list:sort (4 4 3 0)}] - skolem:lemma5529 - skolem:lemma5530 - [ a r:Fact; r:gives {(4430 344) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3439 a r:Inference; - r:gives { - 3441 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3441 math:notEqualTo 0}] - skolem:lemma6092 - [ a r:Fact; r:gives {((3 4 4 1) "=<") list:sort (1 3 4 4)}] - [ a r:Fact; r:gives {((3 4 4 1) ">=") list:sort (4 4 3 1)}] - skolem:lemma5701 - skolem:lemma5702 - [ a r:Fact; r:gives {(4431 1344) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3440 a r:Inference; - r:gives { - 3442 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3442 math:notEqualTo 0}] - skolem:lemma6093 - [ a r:Fact; r:gives {((3 4 4 2) "=<") list:sort (2 3 4 4)}] - [ a r:Fact; r:gives {((3 4 4 2) ">=") list:sort (4 4 3 2)}] - skolem:lemma4627 - skolem:lemma4628 - [ a r:Fact; r:gives {(4432 2344) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3441 a r:Inference; - r:gives { - 3443 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3443 math:notEqualTo 0}] - skolem:lemma6094 - [ a r:Fact; r:gives {((3 4 4 3) "=<") list:sort (3 3 4 4)}] - [ a r:Fact; r:gives {((3 4 4 3) ">=") list:sort (4 4 3 3)}] - skolem:lemma5954 - skolem:lemma5955 - [ a r:Fact; r:gives {(4433 3344) math:difference 1089}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1089 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1089 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3442 a r:Inference; - r:gives { - 3444 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3444 math:notEqualTo 0}] - skolem:lemma6095 - [ a r:Fact; r:gives {((3 4 4 4) "=<") list:sort (3 4 4 4)}] - [ a r:Fact; r:gives {((3 4 4 4) ">=") list:sort (4 4 4 3)}] - skolem:lemma6096 - skolem:lemma6097 - [ a r:Fact; r:gives {(4443 3444) math:difference 999}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 999 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 999 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (4 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3443 a r:Inference; - r:gives { - 3445 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3445 math:notEqualTo 0}] - skolem:lemma6098 - [ a r:Fact; r:gives {((3 4 4 5) "=<") list:sort (3 4 4 5)}] - [ a r:Fact; r:gives {((3 4 4 5) ">=") list:sort (5 4 4 3)}] - skolem:lemma6099 - skolem:lemma6100 - [ a r:Fact; r:gives {(5443 3445) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3444 a r:Inference; - r:gives { - 3446 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3446 math:notEqualTo 0}] - skolem:lemma6101 - [ a r:Fact; r:gives {((3 4 4 6) "=<") list:sort (3 4 4 6)}] - [ a r:Fact; r:gives {((3 4 4 6) ">=") list:sort (6 4 4 3)}] - skolem:lemma6102 - skolem:lemma6103 - [ a r:Fact; r:gives {(6443 3446) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3445 a r:Inference; - r:gives { - 3447 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3447 math:notEqualTo 0}] - skolem:lemma6104 - [ a r:Fact; r:gives {((3 4 4 7) "=<") list:sort (3 4 4 7)}] - [ a r:Fact; r:gives {((3 4 4 7) ">=") list:sort (7 4 4 3)}] - skolem:lemma6105 - skolem:lemma6106 - [ a r:Fact; r:gives {(7443 3447) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3446 a r:Inference; - r:gives { - 3448 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3448 math:notEqualTo 0}] - skolem:lemma6107 - [ a r:Fact; r:gives {((3 4 4 8) "=<") list:sort (3 4 4 8)}] - [ a r:Fact; r:gives {((3 4 4 8) ">=") list:sort (8 4 4 3)}] - skolem:lemma6108 - skolem:lemma6109 - [ a r:Fact; r:gives {(8443 3448) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3447 a r:Inference; - r:gives { - 3449 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3449 math:notEqualTo 0}] - skolem:lemma6110 - [ a r:Fact; r:gives {((3 4 4 9) "=<") list:sort (3 4 4 9)}] - [ a r:Fact; r:gives {((3 4 4 9) ">=") list:sort (9 4 4 3)}] - skolem:lemma6111 - skolem:lemma6112 - [ a r:Fact; r:gives {(9443 3449) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3448 a r:Inference; - r:gives { - 3450 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3450 math:notEqualTo 0}] - skolem:lemma6113 - [ a r:Fact; r:gives {((3 4 5 0) "=<") list:sort (0 3 4 5)}] - [ a r:Fact; r:gives {((3 4 5 0) ">=") list:sort (5 4 3 0)}] - skolem:lemma5532 - skolem:lemma5533 - [ a r:Fact; r:gives {(5430 345) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3449 a r:Inference; - r:gives { - 3451 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3451 math:notEqualTo 0}] - skolem:lemma6114 - [ a r:Fact; r:gives {((3 4 5 1) "=<") list:sort (1 3 4 5)}] - [ a r:Fact; r:gives {((3 4 5 1) ">=") list:sort (5 4 3 1)}] - skolem:lemma5704 - skolem:lemma5705 - [ a r:Fact; r:gives {(5431 1345) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3450 a r:Inference; - r:gives { - 3452 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3452 math:notEqualTo 0}] - skolem:lemma6115 - [ a r:Fact; r:gives {((3 4 5 2) "=<") list:sort (2 3 4 5)}] - [ a r:Fact; r:gives {((3 4 5 2) ">=") list:sort (5 4 3 2)}] - skolem:lemma4630 - skolem:lemma4631 - [ a r:Fact; r:gives {(5432 2345) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3451 a r:Inference; - r:gives { - 3453 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3453 math:notEqualTo 0}] - skolem:lemma6116 - [ a r:Fact; r:gives {((3 4 5 3) "=<") list:sort (3 3 4 5)}] - [ a r:Fact; r:gives {((3 4 5 3) ">=") list:sort (5 4 3 3)}] - skolem:lemma5957 - skolem:lemma5958 - [ a r:Fact; r:gives {(5433 3345) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3452 a r:Inference; - r:gives { - 3454 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3454 math:notEqualTo 0}] - skolem:lemma6117 - [ a r:Fact; r:gives {((3 4 5 4) "=<") list:sort (3 4 4 5)}] - [ a r:Fact; r:gives {((3 4 5 4) ">=") list:sort (5 4 4 3)}] - skolem:lemma6099 - skolem:lemma6100 - [ a r:Fact; r:gives {(5443 3445) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3453 a r:Inference; - r:gives { - 3455 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3455 math:notEqualTo 0}] - skolem:lemma6118 - [ a r:Fact; r:gives {((3 4 5 5) "=<") list:sort (3 4 5 5)}] - [ a r:Fact; r:gives {((3 4 5 5) ">=") list:sort (5 5 4 3)}] - skolem:lemma6119 - skolem:lemma6120 - [ a r:Fact; r:gives {(5543 3455) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3454 a r:Inference; - r:gives { - 3456 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3456 math:notEqualTo 0}] - skolem:lemma6121 - [ a r:Fact; r:gives {((3 4 5 6) "=<") list:sort (3 4 5 6)}] - [ a r:Fact; r:gives {((3 4 5 6) ">=") list:sort (6 5 4 3)}] - skolem:lemma6122 - skolem:lemma6123 - [ a r:Fact; r:gives {(6543 3456) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3455 a r:Inference; - r:gives { - 3457 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3457 math:notEqualTo 0}] - skolem:lemma6124 - [ a r:Fact; r:gives {((3 4 5 7) "=<") list:sort (3 4 5 7)}] - [ a r:Fact; r:gives {((3 4 5 7) ">=") list:sort (7 5 4 3)}] - skolem:lemma6125 - skolem:lemma6126 - [ a r:Fact; r:gives {(7543 3457) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3456 a r:Inference; - r:gives { - 3458 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3458 math:notEqualTo 0}] - skolem:lemma6127 - [ a r:Fact; r:gives {((3 4 5 8) "=<") list:sort (3 4 5 8)}] - [ a r:Fact; r:gives {((3 4 5 8) ">=") list:sort (8 5 4 3)}] - skolem:lemma6128 - skolem:lemma6129 - [ a r:Fact; r:gives {(8543 3458) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3457 a r:Inference; - r:gives { - 3459 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3459 math:notEqualTo 0}] - skolem:lemma6130 - [ a r:Fact; r:gives {((3 4 5 9) "=<") list:sort (3 4 5 9)}] - [ a r:Fact; r:gives {((3 4 5 9) ">=") list:sort (9 5 4 3)}] - skolem:lemma6131 - skolem:lemma6132 - [ a r:Fact; r:gives {(9543 3459) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3458 a r:Inference; - r:gives { - 3460 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3460 math:notEqualTo 0}] - skolem:lemma6133 - [ a r:Fact; r:gives {((3 4 6 0) "=<") list:sort (0 3 4 6)}] - [ a r:Fact; r:gives {((3 4 6 0) ">=") list:sort (6 4 3 0)}] - skolem:lemma5535 - skolem:lemma5536 - [ a r:Fact; r:gives {(6430 346) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3459 a r:Inference; - r:gives { - 3461 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3461 math:notEqualTo 0}] - skolem:lemma6134 - [ a r:Fact; r:gives {((3 4 6 1) "=<") list:sort (1 3 4 6)}] - [ a r:Fact; r:gives {((3 4 6 1) ">=") list:sort (6 4 3 1)}] - skolem:lemma5707 - skolem:lemma5708 - [ a r:Fact; r:gives {(6431 1346) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3460 a r:Inference; - r:gives { - 3462 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3462 math:notEqualTo 0}] - skolem:lemma6135 - [ a r:Fact; r:gives {((3 4 6 2) "=<") list:sort (2 3 4 6)}] - [ a r:Fact; r:gives {((3 4 6 2) ">=") list:sort (6 4 3 2)}] - skolem:lemma4633 - skolem:lemma4634 - [ a r:Fact; r:gives {(6432 2346) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3461 a r:Inference; - r:gives { - 3463 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3463 math:notEqualTo 0}] - skolem:lemma6136 - [ a r:Fact; r:gives {((3 4 6 3) "=<") list:sort (3 3 4 6)}] - [ a r:Fact; r:gives {((3 4 6 3) ">=") list:sort (6 4 3 3)}] - skolem:lemma5960 - skolem:lemma5961 - [ a r:Fact; r:gives {(6433 3346) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3462 a r:Inference; - r:gives { - 3464 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3464 math:notEqualTo 0}] - skolem:lemma6137 - [ a r:Fact; r:gives {((3 4 6 4) "=<") list:sort (3 4 4 6)}] - [ a r:Fact; r:gives {((3 4 6 4) ">=") list:sort (6 4 4 3)}] - skolem:lemma6102 - skolem:lemma6103 - [ a r:Fact; r:gives {(6443 3446) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3463 a r:Inference; - r:gives { - 3465 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3465 math:notEqualTo 0}] - skolem:lemma6138 - [ a r:Fact; r:gives {((3 4 6 5) "=<") list:sort (3 4 5 6)}] - [ a r:Fact; r:gives {((3 4 6 5) ">=") list:sort (6 5 4 3)}] - skolem:lemma6122 - skolem:lemma6123 - [ a r:Fact; r:gives {(6543 3456) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3464 a r:Inference; - r:gives { - 3466 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3466 math:notEqualTo 0}] - skolem:lemma6139 - [ a r:Fact; r:gives {((3 4 6 6) "=<") list:sort (3 4 6 6)}] - [ a r:Fact; r:gives {((3 4 6 6) ">=") list:sort (6 6 4 3)}] - skolem:lemma6140 - skolem:lemma6141 - [ a r:Fact; r:gives {(6643 3466) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3465 a r:Inference; - r:gives { - 3467 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3467 math:notEqualTo 0}] - skolem:lemma6142 - [ a r:Fact; r:gives {((3 4 6 7) "=<") list:sort (3 4 6 7)}] - [ a r:Fact; r:gives {((3 4 6 7) ">=") list:sort (7 6 4 3)}] - skolem:lemma6143 - skolem:lemma6144 - [ a r:Fact; r:gives {(7643 3467) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3466 a r:Inference; - r:gives { - 3468 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3468 math:notEqualTo 0}] - skolem:lemma6145 - [ a r:Fact; r:gives {((3 4 6 8) "=<") list:sort (3 4 6 8)}] - [ a r:Fact; r:gives {((3 4 6 8) ">=") list:sort (8 6 4 3)}] - skolem:lemma6146 - skolem:lemma6147 - [ a r:Fact; r:gives {(8643 3468) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3467 a r:Inference; - r:gives { - 3469 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3469 math:notEqualTo 0}] - skolem:lemma6148 - [ a r:Fact; r:gives {((3 4 6 9) "=<") list:sort (3 4 6 9)}] - [ a r:Fact; r:gives {((3 4 6 9) ">=") list:sort (9 6 4 3)}] - skolem:lemma6149 - skolem:lemma6150 - [ a r:Fact; r:gives {(9643 3469) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3468 a r:Inference; - r:gives { - 3470 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3470 math:notEqualTo 0}] - skolem:lemma6151 - [ a r:Fact; r:gives {((3 4 7 0) "=<") list:sort (0 3 4 7)}] - [ a r:Fact; r:gives {((3 4 7 0) ">=") list:sort (7 4 3 0)}] - skolem:lemma5538 - skolem:lemma5539 - [ a r:Fact; r:gives {(7430 347) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3469 a r:Inference; - r:gives { - 3471 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3471 math:notEqualTo 0}] - skolem:lemma6152 - [ a r:Fact; r:gives {((3 4 7 1) "=<") list:sort (1 3 4 7)}] - [ a r:Fact; r:gives {((3 4 7 1) ">=") list:sort (7 4 3 1)}] - skolem:lemma5710 - skolem:lemma5711 - [ a r:Fact; r:gives {(7431 1347) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3470 a r:Inference; - r:gives { - 3472 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3472 math:notEqualTo 0}] - skolem:lemma6153 - [ a r:Fact; r:gives {((3 4 7 2) "=<") list:sort (2 3 4 7)}] - [ a r:Fact; r:gives {((3 4 7 2) ">=") list:sort (7 4 3 2)}] - skolem:lemma4636 - skolem:lemma4637 - [ a r:Fact; r:gives {(7432 2347) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3471 a r:Inference; - r:gives { - 3473 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3473 math:notEqualTo 0}] - skolem:lemma6154 - [ a r:Fact; r:gives {((3 4 7 3) "=<") list:sort (3 3 4 7)}] - [ a r:Fact; r:gives {((3 4 7 3) ">=") list:sort (7 4 3 3)}] - skolem:lemma5963 - skolem:lemma5964 - [ a r:Fact; r:gives {(7433 3347) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3472 a r:Inference; - r:gives { - 3474 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3474 math:notEqualTo 0}] - skolem:lemma6155 - [ a r:Fact; r:gives {((3 4 7 4) "=<") list:sort (3 4 4 7)}] - [ a r:Fact; r:gives {((3 4 7 4) ">=") list:sort (7 4 4 3)}] - skolem:lemma6105 - skolem:lemma6106 - [ a r:Fact; r:gives {(7443 3447) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3473 a r:Inference; - r:gives { - 3475 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3475 math:notEqualTo 0}] - skolem:lemma6156 - [ a r:Fact; r:gives {((3 4 7 5) "=<") list:sort (3 4 5 7)}] - [ a r:Fact; r:gives {((3 4 7 5) ">=") list:sort (7 5 4 3)}] - skolem:lemma6125 - skolem:lemma6126 - [ a r:Fact; r:gives {(7543 3457) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3474 a r:Inference; - r:gives { - 3476 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3476 math:notEqualTo 0}] - skolem:lemma6157 - [ a r:Fact; r:gives {((3 4 7 6) "=<") list:sort (3 4 6 7)}] - [ a r:Fact; r:gives {((3 4 7 6) ">=") list:sort (7 6 4 3)}] - skolem:lemma6143 - skolem:lemma6144 - [ a r:Fact; r:gives {(7643 3467) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3475 a r:Inference; - r:gives { - 3477 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3477 math:notEqualTo 0}] - skolem:lemma6158 - [ a r:Fact; r:gives {((3 4 7 7) "=<") list:sort (3 4 7 7)}] - [ a r:Fact; r:gives {((3 4 7 7) ">=") list:sort (7 7 4 3)}] - skolem:lemma6159 - skolem:lemma6160 - [ a r:Fact; r:gives {(7743 3477) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3476 a r:Inference; - r:gives { - 3478 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3478 math:notEqualTo 0}] - skolem:lemma6161 - [ a r:Fact; r:gives {((3 4 7 8) "=<") list:sort (3 4 7 8)}] - [ a r:Fact; r:gives {((3 4 7 8) ">=") list:sort (8 7 4 3)}] - skolem:lemma6162 - skolem:lemma6163 - [ a r:Fact; r:gives {(8743 3478) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3477 a r:Inference; - r:gives { - 3479 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3479 math:notEqualTo 0}] - skolem:lemma6164 - [ a r:Fact; r:gives {((3 4 7 9) "=<") list:sort (3 4 7 9)}] - [ a r:Fact; r:gives {((3 4 7 9) ">=") list:sort (9 7 4 3)}] - skolem:lemma6165 - skolem:lemma6166 - [ a r:Fact; r:gives {(9743 3479) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3478 a r:Inference; - r:gives { - 3480 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3480 math:notEqualTo 0}] - skolem:lemma6167 - [ a r:Fact; r:gives {((3 4 8 0) "=<") list:sort (0 3 4 8)}] - [ a r:Fact; r:gives {((3 4 8 0) ">=") list:sort (8 4 3 0)}] - skolem:lemma5541 - skolem:lemma5542 - [ a r:Fact; r:gives {(8430 348) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3479 a r:Inference; - r:gives { - 3481 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3481 math:notEqualTo 0}] - skolem:lemma6168 - [ a r:Fact; r:gives {((3 4 8 1) "=<") list:sort (1 3 4 8)}] - [ a r:Fact; r:gives {((3 4 8 1) ">=") list:sort (8 4 3 1)}] - skolem:lemma5713 - skolem:lemma5714 - [ a r:Fact; r:gives {(8431 1348) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3480 a r:Inference; - r:gives { - 3482 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3482 math:notEqualTo 0}] - skolem:lemma6169 - [ a r:Fact; r:gives {((3 4 8 2) "=<") list:sort (2 3 4 8)}] - [ a r:Fact; r:gives {((3 4 8 2) ">=") list:sort (8 4 3 2)}] - skolem:lemma4639 - skolem:lemma4640 - [ a r:Fact; r:gives {(8432 2348) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3481 a r:Inference; - r:gives { - 3483 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3483 math:notEqualTo 0}] - skolem:lemma6170 - [ a r:Fact; r:gives {((3 4 8 3) "=<") list:sort (3 3 4 8)}] - [ a r:Fact; r:gives {((3 4 8 3) ">=") list:sort (8 4 3 3)}] - skolem:lemma5966 - skolem:lemma5967 - [ a r:Fact; r:gives {(8433 3348) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3482 a r:Inference; - r:gives { - 3484 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3484 math:notEqualTo 0}] - skolem:lemma6171 - [ a r:Fact; r:gives {((3 4 8 4) "=<") list:sort (3 4 4 8)}] - [ a r:Fact; r:gives {((3 4 8 4) ">=") list:sort (8 4 4 3)}] - skolem:lemma6108 - skolem:lemma6109 - [ a r:Fact; r:gives {(8443 3448) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3483 a r:Inference; - r:gives { - 3485 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3485 math:notEqualTo 0}] - skolem:lemma6172 - [ a r:Fact; r:gives {((3 4 8 5) "=<") list:sort (3 4 5 8)}] - [ a r:Fact; r:gives {((3 4 8 5) ">=") list:sort (8 5 4 3)}] - skolem:lemma6128 - skolem:lemma6129 - [ a r:Fact; r:gives {(8543 3458) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3484 a r:Inference; - r:gives { - 3486 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3486 math:notEqualTo 0}] - skolem:lemma6173 - [ a r:Fact; r:gives {((3 4 8 6) "=<") list:sort (3 4 6 8)}] - [ a r:Fact; r:gives {((3 4 8 6) ">=") list:sort (8 6 4 3)}] - skolem:lemma6146 - skolem:lemma6147 - [ a r:Fact; r:gives {(8643 3468) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3485 a r:Inference; - r:gives { - 3487 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3487 math:notEqualTo 0}] - skolem:lemma6174 - [ a r:Fact; r:gives {((3 4 8 7) "=<") list:sort (3 4 7 8)}] - [ a r:Fact; r:gives {((3 4 8 7) ">=") list:sort (8 7 4 3)}] - skolem:lemma6162 - skolem:lemma6163 - [ a r:Fact; r:gives {(8743 3478) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3486 a r:Inference; - r:gives { - 3488 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3488 math:notEqualTo 0}] - skolem:lemma6175 - [ a r:Fact; r:gives {((3 4 8 8) "=<") list:sort (3 4 8 8)}] - [ a r:Fact; r:gives {((3 4 8 8) ">=") list:sort (8 8 4 3)}] - skolem:lemma6176 - skolem:lemma6177 - [ a r:Fact; r:gives {(8843 3488) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3487 a r:Inference; - r:gives { - 3489 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3489 math:notEqualTo 0}] - skolem:lemma6178 - [ a r:Fact; r:gives {((3 4 8 9) "=<") list:sort (3 4 8 9)}] - [ a r:Fact; r:gives {((3 4 8 9) ">=") list:sort (9 8 4 3)}] - skolem:lemma6179 - skolem:lemma6180 - [ a r:Fact; r:gives {(9843 3489) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3488 a r:Inference; - r:gives { - 3490 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3490 math:notEqualTo 0}] - skolem:lemma6181 - [ a r:Fact; r:gives {((3 4 9 0) "=<") list:sort (0 3 4 9)}] - [ a r:Fact; r:gives {((3 4 9 0) ">=") list:sort (9 4 3 0)}] - skolem:lemma5544 - skolem:lemma5545 - [ a r:Fact; r:gives {(9430 349) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3489 a r:Inference; - r:gives { - 3491 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3491 math:notEqualTo 0}] - skolem:lemma6182 - [ a r:Fact; r:gives {((3 4 9 1) "=<") list:sort (1 3 4 9)}] - [ a r:Fact; r:gives {((3 4 9 1) ">=") list:sort (9 4 3 1)}] - skolem:lemma5716 - skolem:lemma5717 - [ a r:Fact; r:gives {(9431 1349) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3490 a r:Inference; - r:gives { - 3492 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3492 math:notEqualTo 0}] - skolem:lemma6183 - [ a r:Fact; r:gives {((3 4 9 2) "=<") list:sort (2 3 4 9)}] - [ a r:Fact; r:gives {((3 4 9 2) ">=") list:sort (9 4 3 2)}] - skolem:lemma4642 - skolem:lemma4643 - [ a r:Fact; r:gives {(9432 2349) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3491 a r:Inference; - r:gives { - 3493 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3493 math:notEqualTo 0}] - skolem:lemma6184 - [ a r:Fact; r:gives {((3 4 9 3) "=<") list:sort (3 3 4 9)}] - [ a r:Fact; r:gives {((3 4 9 3) ">=") list:sort (9 4 3 3)}] - skolem:lemma5969 - skolem:lemma5970 - [ a r:Fact; r:gives {(9433 3349) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3492 a r:Inference; - r:gives { - 3494 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3494 math:notEqualTo 0}] - skolem:lemma6185 - [ a r:Fact; r:gives {((3 4 9 4) "=<") list:sort (3 4 4 9)}] - [ a r:Fact; r:gives {((3 4 9 4) ">=") list:sort (9 4 4 3)}] - skolem:lemma6111 - skolem:lemma6112 - [ a r:Fact; r:gives {(9443 3449) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3493 a r:Inference; - r:gives { - 3495 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3495 math:notEqualTo 0}] - skolem:lemma6186 - [ a r:Fact; r:gives {((3 4 9 5) "=<") list:sort (3 4 5 9)}] - [ a r:Fact; r:gives {((3 4 9 5) ">=") list:sort (9 5 4 3)}] - skolem:lemma6131 - skolem:lemma6132 - [ a r:Fact; r:gives {(9543 3459) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3494 a r:Inference; - r:gives { - 3496 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3496 math:notEqualTo 0}] - skolem:lemma6187 - [ a r:Fact; r:gives {((3 4 9 6) "=<") list:sort (3 4 6 9)}] - [ a r:Fact; r:gives {((3 4 9 6) ">=") list:sort (9 6 4 3)}] - skolem:lemma6149 - skolem:lemma6150 - [ a r:Fact; r:gives {(9643 3469) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3495 a r:Inference; - r:gives { - 3497 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3497 math:notEqualTo 0}] - skolem:lemma6188 - [ a r:Fact; r:gives {((3 4 9 7) "=<") list:sort (3 4 7 9)}] - [ a r:Fact; r:gives {((3 4 9 7) ">=") list:sort (9 7 4 3)}] - skolem:lemma6165 - skolem:lemma6166 - [ a r:Fact; r:gives {(9743 3479) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3496 a r:Inference; - r:gives { - 3498 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3498 math:notEqualTo 0}] - skolem:lemma6189 - [ a r:Fact; r:gives {((3 4 9 8) "=<") list:sort (3 4 8 9)}] - [ a r:Fact; r:gives {((3 4 9 8) ">=") list:sort (9 8 4 3)}] - skolem:lemma6179 - skolem:lemma6180 - [ a r:Fact; r:gives {(9843 3489) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3497 a r:Inference; - r:gives { - 3499 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3499 math:notEqualTo 0}] - skolem:lemma6190 - [ a r:Fact; r:gives {((3 4 9 9) "=<") list:sort (3 4 9 9)}] - [ a r:Fact; r:gives {((3 4 9 9) ">=") list:sort (9 9 4 3)}] - skolem:lemma6191 - skolem:lemma6192 - [ a r:Fact; r:gives {(9943 3499) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3498 a r:Inference; - r:gives { - 3500 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3500 math:notEqualTo 0}] - skolem:lemma6193 - [ a r:Fact; r:gives {((3 5 0 0) "=<") list:sort (0 0 3 5)}] - [ a r:Fact; r:gives {((3 5 0 0) ">=") list:sort (5 3 0 0)}] - skolem:lemma5450 - skolem:lemma5451 - [ a r:Fact; r:gives {(5300 35) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3499 a r:Inference; - r:gives { - 3501 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3501 math:notEqualTo 0}] - skolem:lemma6194 - [ a r:Fact; r:gives {((3 5 0 1) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((3 5 0 1) ">=") list:sort (5 3 1 0)}] - skolem:lemma5476 - skolem:lemma5477 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3500 a r:Inference; - r:gives { - 3502 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3502 math:notEqualTo 0}] - skolem:lemma6195 - [ a r:Fact; r:gives {((3 5 0 2) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((3 5 0 2) ">=") list:sort (5 3 2 0)}] - skolem:lemma4093 - skolem:lemma4094 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3501 a r:Inference; - r:gives { - 3503 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3503 math:notEqualTo 0}] - skolem:lemma6196 - [ a r:Fact; r:gives {((3 5 0 3) "=<") list:sort (0 3 3 5)}] - [ a r:Fact; r:gives {((3 5 0 3) ">=") list:sort (5 3 3 0)}] - skolem:lemma5510 - skolem:lemma5511 - [ a r:Fact; r:gives {(5330 335) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3502 a r:Inference; - r:gives { - 3504 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3504 math:notEqualTo 0}] - skolem:lemma6197 - [ a r:Fact; r:gives {((3 5 0 4) "=<") list:sort (0 3 4 5)}] - [ a r:Fact; r:gives {((3 5 0 4) ">=") list:sort (5 4 3 0)}] - skolem:lemma5532 - skolem:lemma5533 - [ a r:Fact; r:gives {(5430 345) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3503 a r:Inference; - r:gives { - 3505 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3505 math:notEqualTo 0}] - skolem:lemma6198 - [ a r:Fact; r:gives {((3 5 0 5) "=<") list:sort (0 3 5 5)}] - [ a r:Fact; r:gives {((3 5 0 5) ">=") list:sort (5 5 3 0)}] - skolem:lemma5552 - skolem:lemma5553 - [ a r:Fact; r:gives {(5530 355) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3504 a r:Inference; - r:gives { - 3506 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3506 math:notEqualTo 0}] - skolem:lemma6199 - [ a r:Fact; r:gives {((3 5 0 6) "=<") list:sort (0 3 5 6)}] - [ a r:Fact; r:gives {((3 5 0 6) ">=") list:sort (6 5 3 0)}] - skolem:lemma5555 - skolem:lemma5556 - [ a r:Fact; r:gives {(6530 356) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3505 a r:Inference; - r:gives { - 3507 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3507 math:notEqualTo 0}] - skolem:lemma6200 - [ a r:Fact; r:gives {((3 5 0 7) "=<") list:sort (0 3 5 7)}] - [ a r:Fact; r:gives {((3 5 0 7) ">=") list:sort (7 5 3 0)}] - skolem:lemma5558 - skolem:lemma5559 - [ a r:Fact; r:gives {(7530 357) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3506 a r:Inference; - r:gives { - 3508 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3508 math:notEqualTo 0}] - skolem:lemma6201 - [ a r:Fact; r:gives {((3 5 0 8) "=<") list:sort (0 3 5 8)}] - [ a r:Fact; r:gives {((3 5 0 8) ">=") list:sort (8 5 3 0)}] - skolem:lemma5561 - skolem:lemma5562 - [ a r:Fact; r:gives {(8530 358) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3507 a r:Inference; - r:gives { - 3509 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3509 math:notEqualTo 0}] - skolem:lemma6202 - [ a r:Fact; r:gives {((3 5 0 9) "=<") list:sort (0 3 5 9)}] - [ a r:Fact; r:gives {((3 5 0 9) ">=") list:sort (9 5 3 0)}] - skolem:lemma5564 - skolem:lemma5565 - [ a r:Fact; r:gives {(9530 359) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3508 a r:Inference; - r:gives { - 3510 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3510 math:notEqualTo 0}] - skolem:lemma6203 - [ a r:Fact; r:gives {((3 5 1 0) "=<") list:sort (0 1 3 5)}] - [ a r:Fact; r:gives {((3 5 1 0) ">=") list:sort (5 3 1 0)}] - skolem:lemma5476 - skolem:lemma5477 - [ a r:Fact; r:gives {(5310 135) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3509 a r:Inference; - r:gives { - 3511 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3511 math:notEqualTo 0}] - skolem:lemma6204 - [ a r:Fact; r:gives {((3 5 1 1) "=<") list:sort (1 1 3 5)}] - [ a r:Fact; r:gives {((3 5 1 1) ">=") list:sort (5 3 1 1)}] - skolem:lemma5648 - skolem:lemma5649 - [ a r:Fact; r:gives {(5311 1135) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3510 a r:Inference; - r:gives { - 3512 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3512 math:notEqualTo 0}] - skolem:lemma6205 - [ a r:Fact; r:gives {((3 5 1 2) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((3 5 1 2) ">=") list:sort (5 3 2 1)}] - skolem:lemma4283 - skolem:lemma4284 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3511 a r:Inference; - r:gives { - 3513 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3513 math:notEqualTo 0}] - skolem:lemma6206 - [ a r:Fact; r:gives {((3 5 1 3) "=<") list:sort (1 3 3 5)}] - [ a r:Fact; r:gives {((3 5 1 3) ">=") list:sort (5 3 3 1)}] - skolem:lemma5682 - skolem:lemma5683 - [ a r:Fact; r:gives {(5331 1335) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3512 a r:Inference; - r:gives { - 3514 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3514 math:notEqualTo 0}] - skolem:lemma6207 - [ a r:Fact; r:gives {((3 5 1 4) "=<") list:sort (1 3 4 5)}] - [ a r:Fact; r:gives {((3 5 1 4) ">=") list:sort (5 4 3 1)}] - skolem:lemma5704 - skolem:lemma5705 - [ a r:Fact; r:gives {(5431 1345) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3513 a r:Inference; - r:gives { - 3515 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3515 math:notEqualTo 0}] - skolem:lemma6208 - [ a r:Fact; r:gives {((3 5 1 5) "=<") list:sort (1 3 5 5)}] - [ a r:Fact; r:gives {((3 5 1 5) ">=") list:sort (5 5 3 1)}] - skolem:lemma5724 - skolem:lemma5725 - [ a r:Fact; r:gives {(5531 1355) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3514 a r:Inference; - r:gives { - 3516 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3516 math:notEqualTo 0}] - skolem:lemma6209 - [ a r:Fact; r:gives {((3 5 1 6) "=<") list:sort (1 3 5 6)}] - [ a r:Fact; r:gives {((3 5 1 6) ">=") list:sort (6 5 3 1)}] - skolem:lemma5727 - skolem:lemma5728 - [ a r:Fact; r:gives {(6531 1356) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3515 a r:Inference; - r:gives { - 3517 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3517 math:notEqualTo 0}] - skolem:lemma6210 - [ a r:Fact; r:gives {((3 5 1 7) "=<") list:sort (1 3 5 7)}] - [ a r:Fact; r:gives {((3 5 1 7) ">=") list:sort (7 5 3 1)}] - skolem:lemma5730 - skolem:lemma5731 - [ a r:Fact; r:gives {(7531 1357) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3516 a r:Inference; - r:gives { - 3518 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3518 math:notEqualTo 0}] - skolem:lemma6211 - [ a r:Fact; r:gives {((3 5 1 8) "=<") list:sort (1 3 5 8)}] - [ a r:Fact; r:gives {((3 5 1 8) ">=") list:sort (8 5 3 1)}] - skolem:lemma5733 - skolem:lemma5734 - [ a r:Fact; r:gives {(8531 1358) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3517 a r:Inference; - r:gives { - 3519 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3519 math:notEqualTo 0}] - skolem:lemma6212 - [ a r:Fact; r:gives {((3 5 1 9) "=<") list:sort (1 3 5 9)}] - [ a r:Fact; r:gives {((3 5 1 9) ">=") list:sort (9 5 3 1)}] - skolem:lemma5736 - skolem:lemma5737 - [ a r:Fact; r:gives {(9531 1359) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3518 a r:Inference; - r:gives { - 3520 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3520 math:notEqualTo 0}] - skolem:lemma6213 - [ a r:Fact; r:gives {((3 5 2 0) "=<") list:sort (0 2 3 5)}] - [ a r:Fact; r:gives {((3 5 2 0) ">=") list:sort (5 3 2 0)}] - skolem:lemma4093 - skolem:lemma4094 - [ a r:Fact; r:gives {(5320 235) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3519 a r:Inference; - r:gives { - 3521 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3521 math:notEqualTo 0}] - skolem:lemma6214 - [ a r:Fact; r:gives {((3 5 2 1) "=<") list:sort (1 2 3 5)}] - [ a r:Fact; r:gives {((3 5 2 1) ">=") list:sort (5 3 2 1)}] - skolem:lemma4283 - skolem:lemma4284 - [ a r:Fact; r:gives {(5321 1235) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3520 a r:Inference; - r:gives { - 3522 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3522 math:notEqualTo 0}] - skolem:lemma6215 - [ a r:Fact; r:gives {((3 5 2 2) "=<") list:sort (2 2 3 5)}] - [ a r:Fact; r:gives {((3 5 2 2) ">=") list:sort (5 3 2 2)}] - skolem:lemma4452 - skolem:lemma4453 - [ a r:Fact; r:gives {(5322 2235) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3521 a r:Inference; - r:gives { - 3523 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3523 math:notEqualTo 0}] - skolem:lemma6216 - [ a r:Fact; r:gives {((3 5 2 3) "=<") list:sort (2 3 3 5)}] - [ a r:Fact; r:gives {((3 5 2 3) ">=") list:sort (5 3 3 2)}] - skolem:lemma4608 - skolem:lemma4609 - [ a r:Fact; r:gives {(5332 2335) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3522 a r:Inference; - r:gives { - 3524 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3524 math:notEqualTo 0}] - skolem:lemma6217 - [ a r:Fact; r:gives {((3 5 2 4) "=<") list:sort (2 3 4 5)}] - [ a r:Fact; r:gives {((3 5 2 4) ">=") list:sort (5 4 3 2)}] - skolem:lemma4630 - skolem:lemma4631 - [ a r:Fact; r:gives {(5432 2345) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3523 a r:Inference; - r:gives { - 3525 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3525 math:notEqualTo 0}] - skolem:lemma6218 - [ a r:Fact; r:gives {((3 5 2 5) "=<") list:sort (2 3 5 5)}] - [ a r:Fact; r:gives {((3 5 2 5) ">=") list:sort (5 5 3 2)}] - skolem:lemma4650 - skolem:lemma4651 - [ a r:Fact; r:gives {(5532 2355) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3524 a r:Inference; - r:gives { - 3526 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3526 math:notEqualTo 0}] - skolem:lemma6219 - [ a r:Fact; r:gives {((3 5 2 6) "=<") list:sort (2 3 5 6)}] - [ a r:Fact; r:gives {((3 5 2 6) ">=") list:sort (6 5 3 2)}] - skolem:lemma4653 - skolem:lemma4654 - [ a r:Fact; r:gives {(6532 2356) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3525 a r:Inference; - r:gives { - 3527 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3527 math:notEqualTo 0}] - skolem:lemma6220 - [ a r:Fact; r:gives {((3 5 2 7) "=<") list:sort (2 3 5 7)}] - [ a r:Fact; r:gives {((3 5 2 7) ">=") list:sort (7 5 3 2)}] - skolem:lemma4656 - skolem:lemma4657 - [ a r:Fact; r:gives {(7532 2357) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3526 a r:Inference; - r:gives { - 3528 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3528 math:notEqualTo 0}] - skolem:lemma6221 - [ a r:Fact; r:gives {((3 5 2 8) "=<") list:sort (2 3 5 8)}] - [ a r:Fact; r:gives {((3 5 2 8) ">=") list:sort (8 5 3 2)}] - skolem:lemma4659 - skolem:lemma4660 - [ a r:Fact; r:gives {(8532 2358) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3527 a r:Inference; - r:gives { - 3529 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3529 math:notEqualTo 0}] - skolem:lemma6222 - [ a r:Fact; r:gives {((3 5 2 9) "=<") list:sort (2 3 5 9)}] - [ a r:Fact; r:gives {((3 5 2 9) ">=") list:sort (9 5 3 2)}] - skolem:lemma4662 - skolem:lemma4663 - [ a r:Fact; r:gives {(9532 2359) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3528 a r:Inference; - r:gives { - 3530 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3530 math:notEqualTo 0}] - skolem:lemma6223 - [ a r:Fact; r:gives {((3 5 3 0) "=<") list:sort (0 3 3 5)}] - [ a r:Fact; r:gives {((3 5 3 0) ">=") list:sort (5 3 3 0)}] - skolem:lemma5510 - skolem:lemma5511 - [ a r:Fact; r:gives {(5330 335) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3529 a r:Inference; - r:gives { - 3531 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3531 math:notEqualTo 0}] - skolem:lemma6224 - [ a r:Fact; r:gives {((3 5 3 1) "=<") list:sort (1 3 3 5)}] - [ a r:Fact; r:gives {((3 5 3 1) ">=") list:sort (5 3 3 1)}] - skolem:lemma5682 - skolem:lemma5683 - [ a r:Fact; r:gives {(5331 1335) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3530 a r:Inference; - r:gives { - 3532 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3532 math:notEqualTo 0}] - skolem:lemma6225 - [ a r:Fact; r:gives {((3 5 3 2) "=<") list:sort (2 3 3 5)}] - [ a r:Fact; r:gives {((3 5 3 2) ">=") list:sort (5 3 3 2)}] - skolem:lemma4608 - skolem:lemma4609 - [ a r:Fact; r:gives {(5332 2335) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3531 a r:Inference; - r:gives { - 3533 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3533 math:notEqualTo 0}] - skolem:lemma6226 - [ a r:Fact; r:gives {((3 5 3 3) "=<") list:sort (3 3 3 5)}] - [ a r:Fact; r:gives {((3 5 3 3) ">=") list:sort (5 3 3 3)}] - skolem:lemma5935 - skolem:lemma5936 - [ a r:Fact; r:gives {(5333 3335) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3532 a r:Inference; - r:gives { - 3534 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3534 math:notEqualTo 0}] - skolem:lemma6227 - [ a r:Fact; r:gives {((3 5 3 4) "=<") list:sort (3 3 4 5)}] - [ a r:Fact; r:gives {((3 5 3 4) ">=") list:sort (5 4 3 3)}] - skolem:lemma5957 - skolem:lemma5958 - [ a r:Fact; r:gives {(5433 3345) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3533 a r:Inference; - r:gives { - 3535 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3535 math:notEqualTo 0}] - skolem:lemma6228 - [ a r:Fact; r:gives {((3 5 3 5) "=<") list:sort (3 3 5 5)}] - [ a r:Fact; r:gives {((3 5 3 5) ">=") list:sort (5 5 3 3)}] - skolem:lemma5977 - skolem:lemma5978 - [ a r:Fact; r:gives {(5533 3355) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3534 a r:Inference; - r:gives { - 3536 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3536 math:notEqualTo 0}] - skolem:lemma6229 - [ a r:Fact; r:gives {((3 5 3 6) "=<") list:sort (3 3 5 6)}] - [ a r:Fact; r:gives {((3 5 3 6) ">=") list:sort (6 5 3 3)}] - skolem:lemma5980 - skolem:lemma5981 - [ a r:Fact; r:gives {(6533 3356) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3535 a r:Inference; - r:gives { - 3537 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3537 math:notEqualTo 0}] - skolem:lemma6230 - [ a r:Fact; r:gives {((3 5 3 7) "=<") list:sort (3 3 5 7)}] - [ a r:Fact; r:gives {((3 5 3 7) ">=") list:sort (7 5 3 3)}] - skolem:lemma5983 - skolem:lemma5984 - [ a r:Fact; r:gives {(7533 3357) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3536 a r:Inference; - r:gives { - 3538 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3538 math:notEqualTo 0}] - skolem:lemma6231 - [ a r:Fact; r:gives {((3 5 3 8) "=<") list:sort (3 3 5 8)}] - [ a r:Fact; r:gives {((3 5 3 8) ">=") list:sort (8 5 3 3)}] - skolem:lemma5986 - skolem:lemma5987 - [ a r:Fact; r:gives {(8533 3358) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3537 a r:Inference; - r:gives { - 3539 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3539 math:notEqualTo 0}] - skolem:lemma6232 - [ a r:Fact; r:gives {((3 5 3 9) "=<") list:sort (3 3 5 9)}] - [ a r:Fact; r:gives {((3 5 3 9) ">=") list:sort (9 5 3 3)}] - skolem:lemma5989 - skolem:lemma5990 - [ a r:Fact; r:gives {(9533 3359) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3538 a r:Inference; - r:gives { - 3540 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3540 math:notEqualTo 0}] - skolem:lemma6233 - [ a r:Fact; r:gives {((3 5 4 0) "=<") list:sort (0 3 4 5)}] - [ a r:Fact; r:gives {((3 5 4 0) ">=") list:sort (5 4 3 0)}] - skolem:lemma5532 - skolem:lemma5533 - [ a r:Fact; r:gives {(5430 345) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3539 a r:Inference; - r:gives { - 3541 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3541 math:notEqualTo 0}] - skolem:lemma6234 - [ a r:Fact; r:gives {((3 5 4 1) "=<") list:sort (1 3 4 5)}] - [ a r:Fact; r:gives {((3 5 4 1) ">=") list:sort (5 4 3 1)}] - skolem:lemma5704 - skolem:lemma5705 - [ a r:Fact; r:gives {(5431 1345) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3540 a r:Inference; - r:gives { - 3542 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3542 math:notEqualTo 0}] - skolem:lemma6235 - [ a r:Fact; r:gives {((3 5 4 2) "=<") list:sort (2 3 4 5)}] - [ a r:Fact; r:gives {((3 5 4 2) ">=") list:sort (5 4 3 2)}] - skolem:lemma4630 - skolem:lemma4631 - [ a r:Fact; r:gives {(5432 2345) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3541 a r:Inference; - r:gives { - 3543 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3543 math:notEqualTo 0}] - skolem:lemma6236 - [ a r:Fact; r:gives {((3 5 4 3) "=<") list:sort (3 3 4 5)}] - [ a r:Fact; r:gives {((3 5 4 3) ">=") list:sort (5 4 3 3)}] - skolem:lemma5957 - skolem:lemma5958 - [ a r:Fact; r:gives {(5433 3345) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3542 a r:Inference; - r:gives { - 3544 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3544 math:notEqualTo 0}] - skolem:lemma6237 - [ a r:Fact; r:gives {((3 5 4 4) "=<") list:sort (3 4 4 5)}] - [ a r:Fact; r:gives {((3 5 4 4) ">=") list:sort (5 4 4 3)}] - skolem:lemma6099 - skolem:lemma6100 - [ a r:Fact; r:gives {(5443 3445) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3543 a r:Inference; - r:gives { - 3545 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3545 math:notEqualTo 0}] - skolem:lemma6238 - [ a r:Fact; r:gives {((3 5 4 5) "=<") list:sort (3 4 5 5)}] - [ a r:Fact; r:gives {((3 5 4 5) ">=") list:sort (5 5 4 3)}] - skolem:lemma6119 - skolem:lemma6120 - [ a r:Fact; r:gives {(5543 3455) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3544 a r:Inference; - r:gives { - 3546 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3546 math:notEqualTo 0}] - skolem:lemma6239 - [ a r:Fact; r:gives {((3 5 4 6) "=<") list:sort (3 4 5 6)}] - [ a r:Fact; r:gives {((3 5 4 6) ">=") list:sort (6 5 4 3)}] - skolem:lemma6122 - skolem:lemma6123 - [ a r:Fact; r:gives {(6543 3456) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3545 a r:Inference; - r:gives { - 3547 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3547 math:notEqualTo 0}] - skolem:lemma6240 - [ a r:Fact; r:gives {((3 5 4 7) "=<") list:sort (3 4 5 7)}] - [ a r:Fact; r:gives {((3 5 4 7) ">=") list:sort (7 5 4 3)}] - skolem:lemma6125 - skolem:lemma6126 - [ a r:Fact; r:gives {(7543 3457) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3546 a r:Inference; - r:gives { - 3548 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3548 math:notEqualTo 0}] - skolem:lemma6241 - [ a r:Fact; r:gives {((3 5 4 8) "=<") list:sort (3 4 5 8)}] - [ a r:Fact; r:gives {((3 5 4 8) ">=") list:sort (8 5 4 3)}] - skolem:lemma6128 - skolem:lemma6129 - [ a r:Fact; r:gives {(8543 3458) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3547 a r:Inference; - r:gives { - 3549 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3549 math:notEqualTo 0}] - skolem:lemma6242 - [ a r:Fact; r:gives {((3 5 4 9) "=<") list:sort (3 4 5 9)}] - [ a r:Fact; r:gives {((3 5 4 9) ">=") list:sort (9 5 4 3)}] - skolem:lemma6131 - skolem:lemma6132 - [ a r:Fact; r:gives {(9543 3459) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3548 a r:Inference; - r:gives { - 3550 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3550 math:notEqualTo 0}] - skolem:lemma6243 - [ a r:Fact; r:gives {((3 5 5 0) "=<") list:sort (0 3 5 5)}] - [ a r:Fact; r:gives {((3 5 5 0) ">=") list:sort (5 5 3 0)}] - skolem:lemma5552 - skolem:lemma5553 - [ a r:Fact; r:gives {(5530 355) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3549 a r:Inference; - r:gives { - 3551 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3551 math:notEqualTo 0}] - skolem:lemma6244 - [ a r:Fact; r:gives {((3 5 5 1) "=<") list:sort (1 3 5 5)}] - [ a r:Fact; r:gives {((3 5 5 1) ">=") list:sort (5 5 3 1)}] - skolem:lemma5724 - skolem:lemma5725 - [ a r:Fact; r:gives {(5531 1355) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3550 a r:Inference; - r:gives { - 3552 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3552 math:notEqualTo 0}] - skolem:lemma6245 - [ a r:Fact; r:gives {((3 5 5 2) "=<") list:sort (2 3 5 5)}] - [ a r:Fact; r:gives {((3 5 5 2) ">=") list:sort (5 5 3 2)}] - skolem:lemma4650 - skolem:lemma4651 - [ a r:Fact; r:gives {(5532 2355) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3551 a r:Inference; - r:gives { - 3553 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3553 math:notEqualTo 0}] - skolem:lemma6246 - [ a r:Fact; r:gives {((3 5 5 3) "=<") list:sort (3 3 5 5)}] - [ a r:Fact; r:gives {((3 5 5 3) ">=") list:sort (5 5 3 3)}] - skolem:lemma5977 - skolem:lemma5978 - [ a r:Fact; r:gives {(5533 3355) math:difference 2178}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2178 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2178 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3552 a r:Inference; - r:gives { - 3554 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3554 math:notEqualTo 0}] - skolem:lemma6247 - [ a r:Fact; r:gives {((3 5 5 4) "=<") list:sort (3 4 5 5)}] - [ a r:Fact; r:gives {((3 5 5 4) ">=") list:sort (5 5 4 3)}] - skolem:lemma6119 - skolem:lemma6120 - [ a r:Fact; r:gives {(5543 3455) math:difference 2088}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2088 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 2088 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3553 a r:Inference; - r:gives { - 3555 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3555 math:notEqualTo 0}] - skolem:lemma6248 - [ a r:Fact; r:gives {((3 5 5 5) "=<") list:sort (3 5 5 5)}] - [ a r:Fact; r:gives {((3 5 5 5) ">=") list:sort (5 5 5 3)}] - skolem:lemma6249 - skolem:lemma6250 - [ a r:Fact; r:gives {(5553 3555) math:difference 1998}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 1998 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 1998 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (5 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3554 a r:Inference; - r:gives { - 3556 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3556 math:notEqualTo 0}] - skolem:lemma6251 - [ a r:Fact; r:gives {((3 5 5 6) "=<") list:sort (3 5 5 6)}] - [ a r:Fact; r:gives {((3 5 5 6) ">=") list:sort (6 5 5 3)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(6553 3556) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3555 a r:Inference; - r:gives { - 3557 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3557 math:notEqualTo 0}] - skolem:lemma6254 - [ a r:Fact; r:gives {((3 5 5 7) "=<") list:sort (3 5 5 7)}] - [ a r:Fact; r:gives {((3 5 5 7) ">=") list:sort (7 5 5 3)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(7553 3557) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3556 a r:Inference; - r:gives { - 3558 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3558 math:notEqualTo 0}] - skolem:lemma6257 - [ a r:Fact; r:gives {((3 5 5 8) "=<") list:sort (3 5 5 8)}] - [ a r:Fact; r:gives {((3 5 5 8) ">=") list:sort (8 5 5 3)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(8553 3558) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3557 a r:Inference; - r:gives { - 3559 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3559 math:notEqualTo 0}] - skolem:lemma6260 - [ a r:Fact; r:gives {((3 5 5 9) "=<") list:sort (3 5 5 9)}] - [ a r:Fact; r:gives {((3 5 5 9) ">=") list:sort (9 5 5 3)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(9553 3559) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3558 a r:Inference; - r:gives { - 3560 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3560 math:notEqualTo 0}] - skolem:lemma6263 - [ a r:Fact; r:gives {((3 5 6 0) "=<") list:sort (0 3 5 6)}] - [ a r:Fact; r:gives {((3 5 6 0) ">=") list:sort (6 5 3 0)}] - skolem:lemma5555 - skolem:lemma5556 - [ a r:Fact; r:gives {(6530 356) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3559 a r:Inference; - r:gives { - 3561 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3561 math:notEqualTo 0}] - skolem:lemma6264 - [ a r:Fact; r:gives {((3 5 6 1) "=<") list:sort (1 3 5 6)}] - [ a r:Fact; r:gives {((3 5 6 1) ">=") list:sort (6 5 3 1)}] - skolem:lemma5727 - skolem:lemma5728 - [ a r:Fact; r:gives {(6531 1356) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3560 a r:Inference; - r:gives { - 3562 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3562 math:notEqualTo 0}] - skolem:lemma6265 - [ a r:Fact; r:gives {((3 5 6 2) "=<") list:sort (2 3 5 6)}] - [ a r:Fact; r:gives {((3 5 6 2) ">=") list:sort (6 5 3 2)}] - skolem:lemma4653 - skolem:lemma4654 - [ a r:Fact; r:gives {(6532 2356) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3561 a r:Inference; - r:gives { - 3563 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3563 math:notEqualTo 0}] - skolem:lemma6266 - [ a r:Fact; r:gives {((3 5 6 3) "=<") list:sort (3 3 5 6)}] - [ a r:Fact; r:gives {((3 5 6 3) ">=") list:sort (6 5 3 3)}] - skolem:lemma5980 - skolem:lemma5981 - [ a r:Fact; r:gives {(6533 3356) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3562 a r:Inference; - r:gives { - 3564 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3564 math:notEqualTo 0}] - skolem:lemma6267 - [ a r:Fact; r:gives {((3 5 6 4) "=<") list:sort (3 4 5 6)}] - [ a r:Fact; r:gives {((3 5 6 4) ">=") list:sort (6 5 4 3)}] - skolem:lemma6122 - skolem:lemma6123 - [ a r:Fact; r:gives {(6543 3456) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3563 a r:Inference; - r:gives { - 3565 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3565 math:notEqualTo 0}] - skolem:lemma6268 - [ a r:Fact; r:gives {((3 5 6 5) "=<") list:sort (3 5 5 6)}] - [ a r:Fact; r:gives {((3 5 6 5) ">=") list:sort (6 5 5 3)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(6553 3556) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3564 a r:Inference; - r:gives { - 3566 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3566 math:notEqualTo 0}] - skolem:lemma6269 - [ a r:Fact; r:gives {((3 5 6 6) "=<") list:sort (3 5 6 6)}] - [ a r:Fact; r:gives {((3 5 6 6) ">=") list:sort (6 6 5 3)}] - skolem:lemma6270 - skolem:lemma6271 - [ a r:Fact; r:gives {(6653 3566) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3565 a r:Inference; - r:gives { - 3567 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3567 math:notEqualTo 0}] - skolem:lemma6272 - [ a r:Fact; r:gives {((3 5 6 7) "=<") list:sort (3 5 6 7)}] - [ a r:Fact; r:gives {((3 5 6 7) ">=") list:sort (7 6 5 3)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(7653 3567) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3566 a r:Inference; - r:gives { - 3568 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3568 math:notEqualTo 0}] - skolem:lemma6275 - [ a r:Fact; r:gives {((3 5 6 8) "=<") list:sort (3 5 6 8)}] - [ a r:Fact; r:gives {((3 5 6 8) ">=") list:sort (8 6 5 3)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(8653 3568) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3567 a r:Inference; - r:gives { - 3569 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3569 math:notEqualTo 0}] - skolem:lemma6278 - [ a r:Fact; r:gives {((3 5 6 9) "=<") list:sort (3 5 6 9)}] - [ a r:Fact; r:gives {((3 5 6 9) ">=") list:sort (9 6 5 3)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(9653 3569) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3568 a r:Inference; - r:gives { - 3570 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3570 math:notEqualTo 0}] - skolem:lemma6281 - [ a r:Fact; r:gives {((3 5 7 0) "=<") list:sort (0 3 5 7)}] - [ a r:Fact; r:gives {((3 5 7 0) ">=") list:sort (7 5 3 0)}] - skolem:lemma5558 - skolem:lemma5559 - [ a r:Fact; r:gives {(7530 357) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3569 a r:Inference; - r:gives { - 3571 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3571 math:notEqualTo 0}] - skolem:lemma6282 - [ a r:Fact; r:gives {((3 5 7 1) "=<") list:sort (1 3 5 7)}] - [ a r:Fact; r:gives {((3 5 7 1) ">=") list:sort (7 5 3 1)}] - skolem:lemma5730 - skolem:lemma5731 - [ a r:Fact; r:gives {(7531 1357) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3570 a r:Inference; - r:gives { - 3572 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3572 math:notEqualTo 0}] - skolem:lemma6283 - [ a r:Fact; r:gives {((3 5 7 2) "=<") list:sort (2 3 5 7)}] - [ a r:Fact; r:gives {((3 5 7 2) ">=") list:sort (7 5 3 2)}] - skolem:lemma4656 - skolem:lemma4657 - [ a r:Fact; r:gives {(7532 2357) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3571 a r:Inference; - r:gives { - 3573 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3573 math:notEqualTo 0}] - skolem:lemma6284 - [ a r:Fact; r:gives {((3 5 7 3) "=<") list:sort (3 3 5 7)}] - [ a r:Fact; r:gives {((3 5 7 3) ">=") list:sort (7 5 3 3)}] - skolem:lemma5983 - skolem:lemma5984 - [ a r:Fact; r:gives {(7533 3357) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3572 a r:Inference; - r:gives { - 3574 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3574 math:notEqualTo 0}] - skolem:lemma6285 - [ a r:Fact; r:gives {((3 5 7 4) "=<") list:sort (3 4 5 7)}] - [ a r:Fact; r:gives {((3 5 7 4) ">=") list:sort (7 5 4 3)}] - skolem:lemma6125 - skolem:lemma6126 - [ a r:Fact; r:gives {(7543 3457) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3573 a r:Inference; - r:gives { - 3575 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3575 math:notEqualTo 0}] - skolem:lemma6286 - [ a r:Fact; r:gives {((3 5 7 5) "=<") list:sort (3 5 5 7)}] - [ a r:Fact; r:gives {((3 5 7 5) ">=") list:sort (7 5 5 3)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(7553 3557) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3574 a r:Inference; - r:gives { - 3576 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3576 math:notEqualTo 0}] - skolem:lemma6287 - [ a r:Fact; r:gives {((3 5 7 6) "=<") list:sort (3 5 6 7)}] - [ a r:Fact; r:gives {((3 5 7 6) ">=") list:sort (7 6 5 3)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(7653 3567) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3575 a r:Inference; - r:gives { - 3577 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3577 math:notEqualTo 0}] - skolem:lemma6288 - [ a r:Fact; r:gives {((3 5 7 7) "=<") list:sort (3 5 7 7)}] - [ a r:Fact; r:gives {((3 5 7 7) ">=") list:sort (7 7 5 3)}] - skolem:lemma6289 - skolem:lemma6290 - [ a r:Fact; r:gives {(7753 3577) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3576 a r:Inference; - r:gives { - 3578 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3578 math:notEqualTo 0}] - skolem:lemma6291 - [ a r:Fact; r:gives {((3 5 7 8) "=<") list:sort (3 5 7 8)}] - [ a r:Fact; r:gives {((3 5 7 8) ">=") list:sort (8 7 5 3)}] - skolem:lemma6292 - skolem:lemma6293 - [ a r:Fact; r:gives {(8753 3578) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3577 a r:Inference; - r:gives { - 3579 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3579 math:notEqualTo 0}] - skolem:lemma6294 - [ a r:Fact; r:gives {((3 5 7 9) "=<") list:sort (3 5 7 9)}] - [ a r:Fact; r:gives {((3 5 7 9) ">=") list:sort (9 7 5 3)}] - skolem:lemma6295 - skolem:lemma6296 - [ a r:Fact; r:gives {(9753 3579) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3578 a r:Inference; - r:gives { - 3580 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3580 math:notEqualTo 0}] - skolem:lemma6297 - [ a r:Fact; r:gives {((3 5 8 0) "=<") list:sort (0 3 5 8)}] - [ a r:Fact; r:gives {((3 5 8 0) ">=") list:sort (8 5 3 0)}] - skolem:lemma5561 - skolem:lemma5562 - [ a r:Fact; r:gives {(8530 358) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3579 a r:Inference; - r:gives { - 3581 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3581 math:notEqualTo 0}] - skolem:lemma6298 - [ a r:Fact; r:gives {((3 5 8 1) "=<") list:sort (1 3 5 8)}] - [ a r:Fact; r:gives {((3 5 8 1) ">=") list:sort (8 5 3 1)}] - skolem:lemma5733 - skolem:lemma5734 - [ a r:Fact; r:gives {(8531 1358) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3580 a r:Inference; - r:gives { - 3582 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3582 math:notEqualTo 0}] - skolem:lemma6299 - [ a r:Fact; r:gives {((3 5 8 2) "=<") list:sort (2 3 5 8)}] - [ a r:Fact; r:gives {((3 5 8 2) ">=") list:sort (8 5 3 2)}] - skolem:lemma4659 - skolem:lemma4660 - [ a r:Fact; r:gives {(8532 2358) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3581 a r:Inference; - r:gives { - 3583 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3583 math:notEqualTo 0}] - skolem:lemma6300 - [ a r:Fact; r:gives {((3 5 8 3) "=<") list:sort (3 3 5 8)}] - [ a r:Fact; r:gives {((3 5 8 3) ">=") list:sort (8 5 3 3)}] - skolem:lemma5986 - skolem:lemma5987 - [ a r:Fact; r:gives {(8533 3358) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3582 a r:Inference; - r:gives { - 3584 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3584 math:notEqualTo 0}] - skolem:lemma6301 - [ a r:Fact; r:gives {((3 5 8 4) "=<") list:sort (3 4 5 8)}] - [ a r:Fact; r:gives {((3 5 8 4) ">=") list:sort (8 5 4 3)}] - skolem:lemma6128 - skolem:lemma6129 - [ a r:Fact; r:gives {(8543 3458) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3583 a r:Inference; - r:gives { - 3585 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3585 math:notEqualTo 0}] - skolem:lemma6302 - [ a r:Fact; r:gives {((3 5 8 5) "=<") list:sort (3 5 5 8)}] - [ a r:Fact; r:gives {((3 5 8 5) ">=") list:sort (8 5 5 3)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(8553 3558) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3584 a r:Inference; - r:gives { - 3586 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3586 math:notEqualTo 0}] - skolem:lemma6303 - [ a r:Fact; r:gives {((3 5 8 6) "=<") list:sort (3 5 6 8)}] - [ a r:Fact; r:gives {((3 5 8 6) ">=") list:sort (8 6 5 3)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(8653 3568) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3585 a r:Inference; - r:gives { - 3587 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3587 math:notEqualTo 0}] - skolem:lemma6304 - [ a r:Fact; r:gives {((3 5 8 7) "=<") list:sort (3 5 7 8)}] - [ a r:Fact; r:gives {((3 5 8 7) ">=") list:sort (8 7 5 3)}] - skolem:lemma6292 - skolem:lemma6293 - [ a r:Fact; r:gives {(8753 3578) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3586 a r:Inference; - r:gives { - 3588 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3588 math:notEqualTo 0}] - skolem:lemma6305 - [ a r:Fact; r:gives {((3 5 8 8) "=<") list:sort (3 5 8 8)}] - [ a r:Fact; r:gives {((3 5 8 8) ">=") list:sort (8 8 5 3)}] - skolem:lemma6306 - skolem:lemma6307 - [ a r:Fact; r:gives {(8853 3588) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3587 a r:Inference; - r:gives { - 3589 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3589 math:notEqualTo 0}] - skolem:lemma6308 - [ a r:Fact; r:gives {((3 5 8 9) "=<") list:sort (3 5 8 9)}] - [ a r:Fact; r:gives {((3 5 8 9) ">=") list:sort (9 8 5 3)}] - skolem:lemma6309 - skolem:lemma6310 - [ a r:Fact; r:gives {(9853 3589) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3588 a r:Inference; - r:gives { - 3590 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3590 math:notEqualTo 0}] - skolem:lemma6311 - [ a r:Fact; r:gives {((3 5 9 0) "=<") list:sort (0 3 5 9)}] - [ a r:Fact; r:gives {((3 5 9 0) ">=") list:sort (9 5 3 0)}] - skolem:lemma5564 - skolem:lemma5565 - [ a r:Fact; r:gives {(9530 359) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3589 a r:Inference; - r:gives { - 3591 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3591 math:notEqualTo 0}] - skolem:lemma6312 - [ a r:Fact; r:gives {((3 5 9 1) "=<") list:sort (1 3 5 9)}] - [ a r:Fact; r:gives {((3 5 9 1) ">=") list:sort (9 5 3 1)}] - skolem:lemma5736 - skolem:lemma5737 - [ a r:Fact; r:gives {(9531 1359) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3590 a r:Inference; - r:gives { - 3592 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3592 math:notEqualTo 0}] - skolem:lemma6313 - [ a r:Fact; r:gives {((3 5 9 2) "=<") list:sort (2 3 5 9)}] - [ a r:Fact; r:gives {((3 5 9 2) ">=") list:sort (9 5 3 2)}] - skolem:lemma4662 - skolem:lemma4663 - [ a r:Fact; r:gives {(9532 2359) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3591 a r:Inference; - r:gives { - 3593 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3593 math:notEqualTo 0}] - skolem:lemma6314 - [ a r:Fact; r:gives {((3 5 9 3) "=<") list:sort (3 3 5 9)}] - [ a r:Fact; r:gives {((3 5 9 3) ">=") list:sort (9 5 3 3)}] - skolem:lemma5989 - skolem:lemma5990 - [ a r:Fact; r:gives {(9533 3359) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3592 a r:Inference; - r:gives { - 3594 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3594 math:notEqualTo 0}] - skolem:lemma6315 - [ a r:Fact; r:gives {((3 5 9 4) "=<") list:sort (3 4 5 9)}] - [ a r:Fact; r:gives {((3 5 9 4) ">=") list:sort (9 5 4 3)}] - skolem:lemma6131 - skolem:lemma6132 - [ a r:Fact; r:gives {(9543 3459) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3593 a r:Inference; - r:gives { - 3595 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3595 math:notEqualTo 0}] - skolem:lemma6316 - [ a r:Fact; r:gives {((3 5 9 5) "=<") list:sort (3 5 5 9)}] - [ a r:Fact; r:gives {((3 5 9 5) ">=") list:sort (9 5 5 3)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(9553 3559) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3594 a r:Inference; - r:gives { - 3596 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3596 math:notEqualTo 0}] - skolem:lemma6317 - [ a r:Fact; r:gives {((3 5 9 6) "=<") list:sort (3 5 6 9)}] - [ a r:Fact; r:gives {((3 5 9 6) ">=") list:sort (9 6 5 3)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(9653 3569) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3595 a r:Inference; - r:gives { - 3597 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3597 math:notEqualTo 0}] - skolem:lemma6318 - [ a r:Fact; r:gives {((3 5 9 7) "=<") list:sort (3 5 7 9)}] - [ a r:Fact; r:gives {((3 5 9 7) ">=") list:sort (9 7 5 3)}] - skolem:lemma6295 - skolem:lemma6296 - [ a r:Fact; r:gives {(9753 3579) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3596 a r:Inference; - r:gives { - 3598 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3598 math:notEqualTo 0}] - skolem:lemma6319 - [ a r:Fact; r:gives {((3 5 9 8) "=<") list:sort (3 5 8 9)}] - [ a r:Fact; r:gives {((3 5 9 8) ">=") list:sort (9 8 5 3)}] - skolem:lemma6309 - skolem:lemma6310 - [ a r:Fact; r:gives {(9853 3589) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3597 a r:Inference; - r:gives { - 3599 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3599 math:notEqualTo 0}] - skolem:lemma6320 - [ a r:Fact; r:gives {((3 5 9 9) "=<") list:sort (3 5 9 9)}] - [ a r:Fact; r:gives {((3 5 9 9) ">=") list:sort (9 9 5 3)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(9953 3599) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3598 a r:Inference; - r:gives { - 3600 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3600 math:notEqualTo 0}] - skolem:lemma6323 - [ a r:Fact; r:gives {((3 6 0 0) "=<") list:sort (0 0 3 6)}] - [ a r:Fact; r:gives {((3 6 0 0) ">=") list:sort (6 3 0 0)}] - skolem:lemma5453 - skolem:lemma5454 - [ a r:Fact; r:gives {(6300 36) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3599 a r:Inference; - r:gives { - 3601 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3601 math:notEqualTo 0}] - skolem:lemma6324 - [ a r:Fact; r:gives {((3 6 0 1) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((3 6 0 1) ">=") list:sort (6 3 1 0)}] - skolem:lemma5479 - skolem:lemma5480 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3600 a r:Inference; - r:gives { - 3602 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3602 math:notEqualTo 0}] - skolem:lemma6325 - [ a r:Fact; r:gives {((3 6 0 2) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((3 6 0 2) ">=") list:sort (6 3 2 0)}] - skolem:lemma4096 - skolem:lemma4097 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3601 a r:Inference; - r:gives { - 3603 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3603 math:notEqualTo 0}] - skolem:lemma6326 - [ a r:Fact; r:gives {((3 6 0 3) "=<") list:sort (0 3 3 6)}] - [ a r:Fact; r:gives {((3 6 0 3) ">=") list:sort (6 3 3 0)}] - skolem:lemma5513 - skolem:lemma5514 - [ a r:Fact; r:gives {(6330 336) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3602 a r:Inference; - r:gives { - 3604 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3604 math:notEqualTo 0}] - skolem:lemma6327 - [ a r:Fact; r:gives {((3 6 0 4) "=<") list:sort (0 3 4 6)}] - [ a r:Fact; r:gives {((3 6 0 4) ">=") list:sort (6 4 3 0)}] - skolem:lemma5535 - skolem:lemma5536 - [ a r:Fact; r:gives {(6430 346) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3603 a r:Inference; - r:gives { - 3605 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3605 math:notEqualTo 0}] - skolem:lemma6328 - [ a r:Fact; r:gives {((3 6 0 5) "=<") list:sort (0 3 5 6)}] - [ a r:Fact; r:gives {((3 6 0 5) ">=") list:sort (6 5 3 0)}] - skolem:lemma5555 - skolem:lemma5556 - [ a r:Fact; r:gives {(6530 356) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3604 a r:Inference; - r:gives { - 3606 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3606 math:notEqualTo 0}] - skolem:lemma6329 - [ a r:Fact; r:gives {((3 6 0 6) "=<") list:sort (0 3 6 6)}] - [ a r:Fact; r:gives {((3 6 0 6) ">=") list:sort (6 6 3 0)}] - skolem:lemma5573 - skolem:lemma5574 - [ a r:Fact; r:gives {(6630 366) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3605 a r:Inference; - r:gives { - 3607 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3607 math:notEqualTo 0}] - skolem:lemma6330 - [ a r:Fact; r:gives {((3 6 0 7) "=<") list:sort (0 3 6 7)}] - [ a r:Fact; r:gives {((3 6 0 7) ">=") list:sort (7 6 3 0)}] - skolem:lemma5576 - skolem:lemma5577 - [ a r:Fact; r:gives {(7630 367) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3606 a r:Inference; - r:gives { - 3608 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3608 math:notEqualTo 0}] - skolem:lemma6331 - [ a r:Fact; r:gives {((3 6 0 8) "=<") list:sort (0 3 6 8)}] - [ a r:Fact; r:gives {((3 6 0 8) ">=") list:sort (8 6 3 0)}] - skolem:lemma5579 - skolem:lemma5580 - [ a r:Fact; r:gives {(8630 368) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3607 a r:Inference; - r:gives { - 3609 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3609 math:notEqualTo 0}] - skolem:lemma6332 - [ a r:Fact; r:gives {((3 6 0 9) "=<") list:sort (0 3 6 9)}] - [ a r:Fact; r:gives {((3 6 0 9) ">=") list:sort (9 6 3 0)}] - skolem:lemma5582 - skolem:lemma5583 - [ a r:Fact; r:gives {(9630 369) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3608 a r:Inference; - r:gives { - 3610 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3610 math:notEqualTo 0}] - skolem:lemma6333 - [ a r:Fact; r:gives {((3 6 1 0) "=<") list:sort (0 1 3 6)}] - [ a r:Fact; r:gives {((3 6 1 0) ">=") list:sort (6 3 1 0)}] - skolem:lemma5479 - skolem:lemma5480 - [ a r:Fact; r:gives {(6310 136) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3609 a r:Inference; - r:gives { - 3611 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3611 math:notEqualTo 0}] - skolem:lemma6334 - [ a r:Fact; r:gives {((3 6 1 1) "=<") list:sort (1 1 3 6)}] - [ a r:Fact; r:gives {((3 6 1 1) ">=") list:sort (6 3 1 1)}] - skolem:lemma5651 - skolem:lemma5652 - [ a r:Fact; r:gives {(6311 1136) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3610 a r:Inference; - r:gives { - 3612 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3612 math:notEqualTo 0}] - skolem:lemma6335 - [ a r:Fact; r:gives {((3 6 1 2) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((3 6 1 2) ">=") list:sort (6 3 2 1)}] - skolem:lemma4286 - skolem:lemma4287 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3611 a r:Inference; - r:gives { - 3613 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3613 math:notEqualTo 0}] - skolem:lemma6336 - [ a r:Fact; r:gives {((3 6 1 3) "=<") list:sort (1 3 3 6)}] - [ a r:Fact; r:gives {((3 6 1 3) ">=") list:sort (6 3 3 1)}] - skolem:lemma5685 - skolem:lemma5686 - [ a r:Fact; r:gives {(6331 1336) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3612 a r:Inference; - r:gives { - 3614 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3614 math:notEqualTo 0}] - skolem:lemma6337 - [ a r:Fact; r:gives {((3 6 1 4) "=<") list:sort (1 3 4 6)}] - [ a r:Fact; r:gives {((3 6 1 4) ">=") list:sort (6 4 3 1)}] - skolem:lemma5707 - skolem:lemma5708 - [ a r:Fact; r:gives {(6431 1346) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3613 a r:Inference; - r:gives { - 3615 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3615 math:notEqualTo 0}] - skolem:lemma6338 - [ a r:Fact; r:gives {((3 6 1 5) "=<") list:sort (1 3 5 6)}] - [ a r:Fact; r:gives {((3 6 1 5) ">=") list:sort (6 5 3 1)}] - skolem:lemma5727 - skolem:lemma5728 - [ a r:Fact; r:gives {(6531 1356) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3614 a r:Inference; - r:gives { - 3616 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3616 math:notEqualTo 0}] - skolem:lemma6339 - [ a r:Fact; r:gives {((3 6 1 6) "=<") list:sort (1 3 6 6)}] - [ a r:Fact; r:gives {((3 6 1 6) ">=") list:sort (6 6 3 1)}] - skolem:lemma5745 - skolem:lemma5746 - [ a r:Fact; r:gives {(6631 1366) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3615 a r:Inference; - r:gives { - 3617 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3617 math:notEqualTo 0}] - skolem:lemma6340 - [ a r:Fact; r:gives {((3 6 1 7) "=<") list:sort (1 3 6 7)}] - [ a r:Fact; r:gives {((3 6 1 7) ">=") list:sort (7 6 3 1)}] - skolem:lemma5748 - skolem:lemma5749 - [ a r:Fact; r:gives {(7631 1367) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3616 a r:Inference; - r:gives { - 3618 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3618 math:notEqualTo 0}] - skolem:lemma6341 - [ a r:Fact; r:gives {((3 6 1 8) "=<") list:sort (1 3 6 8)}] - [ a r:Fact; r:gives {((3 6 1 8) ">=") list:sort (8 6 3 1)}] - skolem:lemma5751 - skolem:lemma5752 - [ a r:Fact; r:gives {(8631 1368) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3617 a r:Inference; - r:gives { - 3619 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3619 math:notEqualTo 0}] - skolem:lemma6342 - [ a r:Fact; r:gives {((3 6 1 9) "=<") list:sort (1 3 6 9)}] - [ a r:Fact; r:gives {((3 6 1 9) ">=") list:sort (9 6 3 1)}] - skolem:lemma5754 - skolem:lemma5755 - [ a r:Fact; r:gives {(9631 1369) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3618 a r:Inference; - r:gives { - 3620 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3620 math:notEqualTo 0}] - skolem:lemma6343 - [ a r:Fact; r:gives {((3 6 2 0) "=<") list:sort (0 2 3 6)}] - [ a r:Fact; r:gives {((3 6 2 0) ">=") list:sort (6 3 2 0)}] - skolem:lemma4096 - skolem:lemma4097 - [ a r:Fact; r:gives {(6320 236) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3619 a r:Inference; - r:gives { - 3621 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3621 math:notEqualTo 0}] - skolem:lemma6344 - [ a r:Fact; r:gives {((3 6 2 1) "=<") list:sort (1 2 3 6)}] - [ a r:Fact; r:gives {((3 6 2 1) ">=") list:sort (6 3 2 1)}] - skolem:lemma4286 - skolem:lemma4287 - [ a r:Fact; r:gives {(6321 1236) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3620 a r:Inference; - r:gives { - 3622 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3622 math:notEqualTo 0}] - skolem:lemma6345 - [ a r:Fact; r:gives {((3 6 2 2) "=<") list:sort (2 2 3 6)}] - [ a r:Fact; r:gives {((3 6 2 2) ">=") list:sort (6 3 2 2)}] - skolem:lemma4455 - skolem:lemma4456 - [ a r:Fact; r:gives {(6322 2236) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3621 a r:Inference; - r:gives { - 3623 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3623 math:notEqualTo 0}] - skolem:lemma6346 - [ a r:Fact; r:gives {((3 6 2 3) "=<") list:sort (2 3 3 6)}] - [ a r:Fact; r:gives {((3 6 2 3) ">=") list:sort (6 3 3 2)}] - skolem:lemma4611 - skolem:lemma4612 - [ a r:Fact; r:gives {(6332 2336) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3622 a r:Inference; - r:gives { - 3624 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3624 math:notEqualTo 0}] - skolem:lemma6347 - [ a r:Fact; r:gives {((3 6 2 4) "=<") list:sort (2 3 4 6)}] - [ a r:Fact; r:gives {((3 6 2 4) ">=") list:sort (6 4 3 2)}] - skolem:lemma4633 - skolem:lemma4634 - [ a r:Fact; r:gives {(6432 2346) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3623 a r:Inference; - r:gives { - 3625 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3625 math:notEqualTo 0}] - skolem:lemma6348 - [ a r:Fact; r:gives {((3 6 2 5) "=<") list:sort (2 3 5 6)}] - [ a r:Fact; r:gives {((3 6 2 5) ">=") list:sort (6 5 3 2)}] - skolem:lemma4653 - skolem:lemma4654 - [ a r:Fact; r:gives {(6532 2356) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3624 a r:Inference; - r:gives { - 3626 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3626 math:notEqualTo 0}] - skolem:lemma6349 - [ a r:Fact; r:gives {((3 6 2 6) "=<") list:sort (2 3 6 6)}] - [ a r:Fact; r:gives {((3 6 2 6) ">=") list:sort (6 6 3 2)}] - skolem:lemma4671 - skolem:lemma4672 - [ a r:Fact; r:gives {(6632 2366) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3625 a r:Inference; - r:gives { - 3627 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3627 math:notEqualTo 0}] - skolem:lemma6350 - [ a r:Fact; r:gives {((3 6 2 7) "=<") list:sort (2 3 6 7)}] - [ a r:Fact; r:gives {((3 6 2 7) ">=") list:sort (7 6 3 2)}] - skolem:lemma4674 - skolem:lemma4675 - [ a r:Fact; r:gives {(7632 2367) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3626 a r:Inference; - r:gives { - 3628 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3628 math:notEqualTo 0}] - skolem:lemma6351 - [ a r:Fact; r:gives {((3 6 2 8) "=<") list:sort (2 3 6 8)}] - [ a r:Fact; r:gives {((3 6 2 8) ">=") list:sort (8 6 3 2)}] - skolem:lemma4677 - skolem:lemma4678 - [ a r:Fact; r:gives {(8632 2368) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3627 a r:Inference; - r:gives { - 3629 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3629 math:notEqualTo 0}] - skolem:lemma6352 - [ a r:Fact; r:gives {((3 6 2 9) "=<") list:sort (2 3 6 9)}] - [ a r:Fact; r:gives {((3 6 2 9) ">=") list:sort (9 6 3 2)}] - skolem:lemma4680 - skolem:lemma4681 - [ a r:Fact; r:gives {(9632 2369) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3628 a r:Inference; - r:gives { - 3630 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3630 math:notEqualTo 0}] - skolem:lemma6353 - [ a r:Fact; r:gives {((3 6 3 0) "=<") list:sort (0 3 3 6)}] - [ a r:Fact; r:gives {((3 6 3 0) ">=") list:sort (6 3 3 0)}] - skolem:lemma5513 - skolem:lemma5514 - [ a r:Fact; r:gives {(6330 336) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3629 a r:Inference; - r:gives { - 3631 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3631 math:notEqualTo 0}] - skolem:lemma6354 - [ a r:Fact; r:gives {((3 6 3 1) "=<") list:sort (1 3 3 6)}] - [ a r:Fact; r:gives {((3 6 3 1) ">=") list:sort (6 3 3 1)}] - skolem:lemma5685 - skolem:lemma5686 - [ a r:Fact; r:gives {(6331 1336) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3630 a r:Inference; - r:gives { - 3632 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3632 math:notEqualTo 0}] - skolem:lemma6355 - [ a r:Fact; r:gives {((3 6 3 2) "=<") list:sort (2 3 3 6)}] - [ a r:Fact; r:gives {((3 6 3 2) ">=") list:sort (6 3 3 2)}] - skolem:lemma4611 - skolem:lemma4612 - [ a r:Fact; r:gives {(6332 2336) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3631 a r:Inference; - r:gives { - 3633 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3633 math:notEqualTo 0}] - skolem:lemma6356 - [ a r:Fact; r:gives {((3 6 3 3) "=<") list:sort (3 3 3 6)}] - [ a r:Fact; r:gives {((3 6 3 3) ">=") list:sort (6 3 3 3)}] - skolem:lemma5938 - skolem:lemma5939 - [ a r:Fact; r:gives {(6333 3336) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3632 a r:Inference; - r:gives { - 3634 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3634 math:notEqualTo 0}] - skolem:lemma6357 - [ a r:Fact; r:gives {((3 6 3 4) "=<") list:sort (3 3 4 6)}] - [ a r:Fact; r:gives {((3 6 3 4) ">=") list:sort (6 4 3 3)}] - skolem:lemma5960 - skolem:lemma5961 - [ a r:Fact; r:gives {(6433 3346) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3633 a r:Inference; - r:gives { - 3635 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3635 math:notEqualTo 0}] - skolem:lemma6358 - [ a r:Fact; r:gives {((3 6 3 5) "=<") list:sort (3 3 5 6)}] - [ a r:Fact; r:gives {((3 6 3 5) ">=") list:sort (6 5 3 3)}] - skolem:lemma5980 - skolem:lemma5981 - [ a r:Fact; r:gives {(6533 3356) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3634 a r:Inference; - r:gives { - 3636 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3636 math:notEqualTo 0}] - skolem:lemma6359 - [ a r:Fact; r:gives {((3 6 3 6) "=<") list:sort (3 3 6 6)}] - [ a r:Fact; r:gives {((3 6 3 6) ">=") list:sort (6 6 3 3)}] - skolem:lemma5998 - skolem:lemma5999 - [ a r:Fact; r:gives {(6633 3366) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3635 a r:Inference; - r:gives { - 3637 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3637 math:notEqualTo 0}] - skolem:lemma6360 - [ a r:Fact; r:gives {((3 6 3 7) "=<") list:sort (3 3 6 7)}] - [ a r:Fact; r:gives {((3 6 3 7) ">=") list:sort (7 6 3 3)}] - skolem:lemma6001 - skolem:lemma6002 - [ a r:Fact; r:gives {(7633 3367) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3636 a r:Inference; - r:gives { - 3638 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3638 math:notEqualTo 0}] - skolem:lemma6361 - [ a r:Fact; r:gives {((3 6 3 8) "=<") list:sort (3 3 6 8)}] - [ a r:Fact; r:gives {((3 6 3 8) ">=") list:sort (8 6 3 3)}] - skolem:lemma6004 - skolem:lemma6005 - [ a r:Fact; r:gives {(8633 3368) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3637 a r:Inference; - r:gives { - 3639 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3639 math:notEqualTo 0}] - skolem:lemma6362 - [ a r:Fact; r:gives {((3 6 3 9) "=<") list:sort (3 3 6 9)}] - [ a r:Fact; r:gives {((3 6 3 9) ">=") list:sort (9 6 3 3)}] - skolem:lemma6007 - skolem:lemma6008 - [ a r:Fact; r:gives {(9633 3369) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3638 a r:Inference; - r:gives { - 3640 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3640 math:notEqualTo 0}] - skolem:lemma6363 - [ a r:Fact; r:gives {((3 6 4 0) "=<") list:sort (0 3 4 6)}] - [ a r:Fact; r:gives {((3 6 4 0) ">=") list:sort (6 4 3 0)}] - skolem:lemma5535 - skolem:lemma5536 - [ a r:Fact; r:gives {(6430 346) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3639 a r:Inference; - r:gives { - 3641 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3641 math:notEqualTo 0}] - skolem:lemma6364 - [ a r:Fact; r:gives {((3 6 4 1) "=<") list:sort (1 3 4 6)}] - [ a r:Fact; r:gives {((3 6 4 1) ">=") list:sort (6 4 3 1)}] - skolem:lemma5707 - skolem:lemma5708 - [ a r:Fact; r:gives {(6431 1346) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3640 a r:Inference; - r:gives { - 3642 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3642 math:notEqualTo 0}] - skolem:lemma6365 - [ a r:Fact; r:gives {((3 6 4 2) "=<") list:sort (2 3 4 6)}] - [ a r:Fact; r:gives {((3 6 4 2) ">=") list:sort (6 4 3 2)}] - skolem:lemma4633 - skolem:lemma4634 - [ a r:Fact; r:gives {(6432 2346) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3641 a r:Inference; - r:gives { - 3643 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3643 math:notEqualTo 0}] - skolem:lemma6366 - [ a r:Fact; r:gives {((3 6 4 3) "=<") list:sort (3 3 4 6)}] - [ a r:Fact; r:gives {((3 6 4 3) ">=") list:sort (6 4 3 3)}] - skolem:lemma5960 - skolem:lemma5961 - [ a r:Fact; r:gives {(6433 3346) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3642 a r:Inference; - r:gives { - 3644 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3644 math:notEqualTo 0}] - skolem:lemma6367 - [ a r:Fact; r:gives {((3 6 4 4) "=<") list:sort (3 4 4 6)}] - [ a r:Fact; r:gives {((3 6 4 4) ">=") list:sort (6 4 4 3)}] - skolem:lemma6102 - skolem:lemma6103 - [ a r:Fact; r:gives {(6443 3446) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3643 a r:Inference; - r:gives { - 3645 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3645 math:notEqualTo 0}] - skolem:lemma6368 - [ a r:Fact; r:gives {((3 6 4 5) "=<") list:sort (3 4 5 6)}] - [ a r:Fact; r:gives {((3 6 4 5) ">=") list:sort (6 5 4 3)}] - skolem:lemma6122 - skolem:lemma6123 - [ a r:Fact; r:gives {(6543 3456) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3644 a r:Inference; - r:gives { - 3646 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3646 math:notEqualTo 0}] - skolem:lemma6369 - [ a r:Fact; r:gives {((3 6 4 6) "=<") list:sort (3 4 6 6)}] - [ a r:Fact; r:gives {((3 6 4 6) ">=") list:sort (6 6 4 3)}] - skolem:lemma6140 - skolem:lemma6141 - [ a r:Fact; r:gives {(6643 3466) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3645 a r:Inference; - r:gives { - 3647 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3647 math:notEqualTo 0}] - skolem:lemma6370 - [ a r:Fact; r:gives {((3 6 4 7) "=<") list:sort (3 4 6 7)}] - [ a r:Fact; r:gives {((3 6 4 7) ">=") list:sort (7 6 4 3)}] - skolem:lemma6143 - skolem:lemma6144 - [ a r:Fact; r:gives {(7643 3467) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3646 a r:Inference; - r:gives { - 3648 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3648 math:notEqualTo 0}] - skolem:lemma6371 - [ a r:Fact; r:gives {((3 6 4 8) "=<") list:sort (3 4 6 8)}] - [ a r:Fact; r:gives {((3 6 4 8) ">=") list:sort (8 6 4 3)}] - skolem:lemma6146 - skolem:lemma6147 - [ a r:Fact; r:gives {(8643 3468) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3647 a r:Inference; - r:gives { - 3649 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3649 math:notEqualTo 0}] - skolem:lemma6372 - [ a r:Fact; r:gives {((3 6 4 9) "=<") list:sort (3 4 6 9)}] - [ a r:Fact; r:gives {((3 6 4 9) ">=") list:sort (9 6 4 3)}] - skolem:lemma6149 - skolem:lemma6150 - [ a r:Fact; r:gives {(9643 3469) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3648 a r:Inference; - r:gives { - 3650 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3650 math:notEqualTo 0}] - skolem:lemma6373 - [ a r:Fact; r:gives {((3 6 5 0) "=<") list:sort (0 3 5 6)}] - [ a r:Fact; r:gives {((3 6 5 0) ">=") list:sort (6 5 3 0)}] - skolem:lemma5555 - skolem:lemma5556 - [ a r:Fact; r:gives {(6530 356) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3649 a r:Inference; - r:gives { - 3651 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3651 math:notEqualTo 0}] - skolem:lemma6374 - [ a r:Fact; r:gives {((3 6 5 1) "=<") list:sort (1 3 5 6)}] - [ a r:Fact; r:gives {((3 6 5 1) ">=") list:sort (6 5 3 1)}] - skolem:lemma5727 - skolem:lemma5728 - [ a r:Fact; r:gives {(6531 1356) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3650 a r:Inference; - r:gives { - 3652 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3652 math:notEqualTo 0}] - skolem:lemma6375 - [ a r:Fact; r:gives {((3 6 5 2) "=<") list:sort (2 3 5 6)}] - [ a r:Fact; r:gives {((3 6 5 2) ">=") list:sort (6 5 3 2)}] - skolem:lemma4653 - skolem:lemma4654 - [ a r:Fact; r:gives {(6532 2356) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3651 a r:Inference; - r:gives { - 3653 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3653 math:notEqualTo 0}] - skolem:lemma6376 - [ a r:Fact; r:gives {((3 6 5 3) "=<") list:sort (3 3 5 6)}] - [ a r:Fact; r:gives {((3 6 5 3) ">=") list:sort (6 5 3 3)}] - skolem:lemma5980 - skolem:lemma5981 - [ a r:Fact; r:gives {(6533 3356) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3652 a r:Inference; - r:gives { - 3654 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3654 math:notEqualTo 0}] - skolem:lemma6377 - [ a r:Fact; r:gives {((3 6 5 4) "=<") list:sort (3 4 5 6)}] - [ a r:Fact; r:gives {((3 6 5 4) ">=") list:sort (6 5 4 3)}] - skolem:lemma6122 - skolem:lemma6123 - [ a r:Fact; r:gives {(6543 3456) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3653 a r:Inference; - r:gives { - 3655 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3655 math:notEqualTo 0}] - skolem:lemma6378 - [ a r:Fact; r:gives {((3 6 5 5) "=<") list:sort (3 5 5 6)}] - [ a r:Fact; r:gives {((3 6 5 5) ">=") list:sort (6 5 5 3)}] - skolem:lemma6252 - skolem:lemma6253 - [ a r:Fact; r:gives {(6553 3556) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3654 a r:Inference; - r:gives { - 3656 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3656 math:notEqualTo 0}] - skolem:lemma6379 - [ a r:Fact; r:gives {((3 6 5 6) "=<") list:sort (3 5 6 6)}] - [ a r:Fact; r:gives {((3 6 5 6) ">=") list:sort (6 6 5 3)}] - skolem:lemma6270 - skolem:lemma6271 - [ a r:Fact; r:gives {(6653 3566) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3655 a r:Inference; - r:gives { - 3657 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3657 math:notEqualTo 0}] - skolem:lemma6380 - [ a r:Fact; r:gives {((3 6 5 7) "=<") list:sort (3 5 6 7)}] - [ a r:Fact; r:gives {((3 6 5 7) ">=") list:sort (7 6 5 3)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(7653 3567) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3656 a r:Inference; - r:gives { - 3658 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3658 math:notEqualTo 0}] - skolem:lemma6381 - [ a r:Fact; r:gives {((3 6 5 8) "=<") list:sort (3 5 6 8)}] - [ a r:Fact; r:gives {((3 6 5 8) ">=") list:sort (8 6 5 3)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(8653 3568) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3657 a r:Inference; - r:gives { - 3659 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3659 math:notEqualTo 0}] - skolem:lemma6382 - [ a r:Fact; r:gives {((3 6 5 9) "=<") list:sort (3 5 6 9)}] - [ a r:Fact; r:gives {((3 6 5 9) ">=") list:sort (9 6 5 3)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(9653 3569) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3658 a r:Inference; - r:gives { - 3660 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3660 math:notEqualTo 0}] - skolem:lemma6383 - [ a r:Fact; r:gives {((3 6 6 0) "=<") list:sort (0 3 6 6)}] - [ a r:Fact; r:gives {((3 6 6 0) ">=") list:sort (6 6 3 0)}] - skolem:lemma5573 - skolem:lemma5574 - [ a r:Fact; r:gives {(6630 366) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3659 a r:Inference; - r:gives { - 3661 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3661 math:notEqualTo 0}] - skolem:lemma6384 - [ a r:Fact; r:gives {((3 6 6 1) "=<") list:sort (1 3 6 6)}] - [ a r:Fact; r:gives {((3 6 6 1) ">=") list:sort (6 6 3 1)}] - skolem:lemma5745 - skolem:lemma5746 - [ a r:Fact; r:gives {(6631 1366) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3660 a r:Inference; - r:gives { - 3662 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3662 math:notEqualTo 0}] - skolem:lemma6385 - [ a r:Fact; r:gives {((3 6 6 2) "=<") list:sort (2 3 6 6)}] - [ a r:Fact; r:gives {((3 6 6 2) ">=") list:sort (6 6 3 2)}] - skolem:lemma4671 - skolem:lemma4672 - [ a r:Fact; r:gives {(6632 2366) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3661 a r:Inference; - r:gives { - 3663 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3663 math:notEqualTo 0}] - skolem:lemma6386 - [ a r:Fact; r:gives {((3 6 6 3) "=<") list:sort (3 3 6 6)}] - [ a r:Fact; r:gives {((3 6 6 3) ">=") list:sort (6 6 3 3)}] - skolem:lemma5998 - skolem:lemma5999 - [ a r:Fact; r:gives {(6633 3366) math:difference 3267}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3267 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 3267 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3662 a r:Inference; - r:gives { - 3664 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3664 math:notEqualTo 0}] - skolem:lemma6387 - [ a r:Fact; r:gives {((3 6 6 4) "=<") list:sort (3 4 6 6)}] - [ a r:Fact; r:gives {((3 6 6 4) ">=") list:sort (6 6 4 3)}] - skolem:lemma6140 - skolem:lemma6141 - [ a r:Fact; r:gives {(6643 3466) math:difference 3177}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3177 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 3177 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3663 a r:Inference; - r:gives { - 3665 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3665 math:notEqualTo 0}] - skolem:lemma6388 - [ a r:Fact; r:gives {((3 6 6 5) "=<") list:sort (3 5 6 6)}] - [ a r:Fact; r:gives {((3 6 6 5) ">=") list:sort (6 6 5 3)}] - skolem:lemma6270 - skolem:lemma6271 - [ a r:Fact; r:gives {(6653 3566) math:difference 3087}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3087 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 3087 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3664 a r:Inference; - r:gives { - 3666 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3666 math:notEqualTo 0}] - skolem:lemma6389 - [ a r:Fact; r:gives {((3 6 6 6) "=<") list:sort (3 6 6 6)}] - [ a r:Fact; r:gives {((3 6 6 6) ">=") list:sort (6 6 6 3)}] - skolem:lemma6390 - skolem:lemma6391 - [ a r:Fact; r:gives {(6663 3666) math:difference 2997}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 2997 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 2997 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (6 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3665 a r:Inference; - r:gives { - 3667 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3667 math:notEqualTo 0}] - skolem:lemma6392 - [ a r:Fact; r:gives {((3 6 6 7) "=<") list:sort (3 6 6 7)}] - [ a r:Fact; r:gives {((3 6 6 7) ">=") list:sort (7 6 6 3)}] - skolem:lemma6393 - skolem:lemma6394 - [ a r:Fact; r:gives {(7663 3667) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3666 a r:Inference; - r:gives { - 3668 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3668 math:notEqualTo 0}] - skolem:lemma6395 - [ a r:Fact; r:gives {((3 6 6 8) "=<") list:sort (3 6 6 8)}] - [ a r:Fact; r:gives {((3 6 6 8) ">=") list:sort (8 6 6 3)}] - skolem:lemma6396 - skolem:lemma6397 - [ a r:Fact; r:gives {(8663 3668) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3667 a r:Inference; - r:gives { - 3669 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3669 math:notEqualTo 0}] - skolem:lemma6398 - [ a r:Fact; r:gives {((3 6 6 9) "=<") list:sort (3 6 6 9)}] - [ a r:Fact; r:gives {((3 6 6 9) ">=") list:sort (9 6 6 3)}] - skolem:lemma6399 - skolem:lemma6400 - [ a r:Fact; r:gives {(9663 3669) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3668 a r:Inference; - r:gives { - 3670 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3670 math:notEqualTo 0}] - skolem:lemma6401 - [ a r:Fact; r:gives {((3 6 7 0) "=<") list:sort (0 3 6 7)}] - [ a r:Fact; r:gives {((3 6 7 0) ">=") list:sort (7 6 3 0)}] - skolem:lemma5576 - skolem:lemma5577 - [ a r:Fact; r:gives {(7630 367) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3669 a r:Inference; - r:gives { - 3671 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3671 math:notEqualTo 0}] - skolem:lemma6402 - [ a r:Fact; r:gives {((3 6 7 1) "=<") list:sort (1 3 6 7)}] - [ a r:Fact; r:gives {((3 6 7 1) ">=") list:sort (7 6 3 1)}] - skolem:lemma5748 - skolem:lemma5749 - [ a r:Fact; r:gives {(7631 1367) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3670 a r:Inference; - r:gives { - 3672 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3672 math:notEqualTo 0}] - skolem:lemma6403 - [ a r:Fact; r:gives {((3 6 7 2) "=<") list:sort (2 3 6 7)}] - [ a r:Fact; r:gives {((3 6 7 2) ">=") list:sort (7 6 3 2)}] - skolem:lemma4674 - skolem:lemma4675 - [ a r:Fact; r:gives {(7632 2367) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3671 a r:Inference; - r:gives { - 3673 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3673 math:notEqualTo 0}] - skolem:lemma6404 - [ a r:Fact; r:gives {((3 6 7 3) "=<") list:sort (3 3 6 7)}] - [ a r:Fact; r:gives {((3 6 7 3) ">=") list:sort (7 6 3 3)}] - skolem:lemma6001 - skolem:lemma6002 - [ a r:Fact; r:gives {(7633 3367) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3672 a r:Inference; - r:gives { - 3674 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3674 math:notEqualTo 0}] - skolem:lemma6405 - [ a r:Fact; r:gives {((3 6 7 4) "=<") list:sort (3 4 6 7)}] - [ a r:Fact; r:gives {((3 6 7 4) ">=") list:sort (7 6 4 3)}] - skolem:lemma6143 - skolem:lemma6144 - [ a r:Fact; r:gives {(7643 3467) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3673 a r:Inference; - r:gives { - 3675 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3675 math:notEqualTo 0}] - skolem:lemma6406 - [ a r:Fact; r:gives {((3 6 7 5) "=<") list:sort (3 5 6 7)}] - [ a r:Fact; r:gives {((3 6 7 5) ">=") list:sort (7 6 5 3)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(7653 3567) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3674 a r:Inference; - r:gives { - 3676 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3676 math:notEqualTo 0}] - skolem:lemma6407 - [ a r:Fact; r:gives {((3 6 7 6) "=<") list:sort (3 6 6 7)}] - [ a r:Fact; r:gives {((3 6 7 6) ">=") list:sort (7 6 6 3)}] - skolem:lemma6393 - skolem:lemma6394 - [ a r:Fact; r:gives {(7663 3667) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3675 a r:Inference; - r:gives { - 3677 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3677 math:notEqualTo 0}] - skolem:lemma6408 - [ a r:Fact; r:gives {((3 6 7 7) "=<") list:sort (3 6 7 7)}] - [ a r:Fact; r:gives {((3 6 7 7) ">=") list:sort (7 7 6 3)}] - skolem:lemma6409 - skolem:lemma6410 - [ a r:Fact; r:gives {(7763 3677) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3676 a r:Inference; - r:gives { - 3678 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3678 math:notEqualTo 0}] - skolem:lemma6411 - [ a r:Fact; r:gives {((3 6 7 8) "=<") list:sort (3 6 7 8)}] - [ a r:Fact; r:gives {((3 6 7 8) ">=") list:sort (8 7 6 3)}] - skolem:lemma6412 - skolem:lemma6413 - [ a r:Fact; r:gives {(8763 3678) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3677 a r:Inference; - r:gives { - 3679 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3679 math:notEqualTo 0}] - skolem:lemma6414 - [ a r:Fact; r:gives {((3 6 7 9) "=<") list:sort (3 6 7 9)}] - [ a r:Fact; r:gives {((3 6 7 9) ">=") list:sort (9 7 6 3)}] - skolem:lemma6415 - skolem:lemma6416 - [ a r:Fact; r:gives {(9763 3679) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3678 a r:Inference; - r:gives { - 3680 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3680 math:notEqualTo 0}] - skolem:lemma6417 - [ a r:Fact; r:gives {((3 6 8 0) "=<") list:sort (0 3 6 8)}] - [ a r:Fact; r:gives {((3 6 8 0) ">=") list:sort (8 6 3 0)}] - skolem:lemma5579 - skolem:lemma5580 - [ a r:Fact; r:gives {(8630 368) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3679 a r:Inference; - r:gives { - 3681 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3681 math:notEqualTo 0}] - skolem:lemma6418 - [ a r:Fact; r:gives {((3 6 8 1) "=<") list:sort (1 3 6 8)}] - [ a r:Fact; r:gives {((3 6 8 1) ">=") list:sort (8 6 3 1)}] - skolem:lemma5751 - skolem:lemma5752 - [ a r:Fact; r:gives {(8631 1368) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3680 a r:Inference; - r:gives { - 3682 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3682 math:notEqualTo 0}] - skolem:lemma6419 - [ a r:Fact; r:gives {((3 6 8 2) "=<") list:sort (2 3 6 8)}] - [ a r:Fact; r:gives {((3 6 8 2) ">=") list:sort (8 6 3 2)}] - skolem:lemma4677 - skolem:lemma4678 - [ a r:Fact; r:gives {(8632 2368) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3681 a r:Inference; - r:gives { - 3683 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3683 math:notEqualTo 0}] - skolem:lemma6420 - [ a r:Fact; r:gives {((3 6 8 3) "=<") list:sort (3 3 6 8)}] - [ a r:Fact; r:gives {((3 6 8 3) ">=") list:sort (8 6 3 3)}] - skolem:lemma6004 - skolem:lemma6005 - [ a r:Fact; r:gives {(8633 3368) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3682 a r:Inference; - r:gives { - 3684 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3684 math:notEqualTo 0}] - skolem:lemma6421 - [ a r:Fact; r:gives {((3 6 8 4) "=<") list:sort (3 4 6 8)}] - [ a r:Fact; r:gives {((3 6 8 4) ">=") list:sort (8 6 4 3)}] - skolem:lemma6146 - skolem:lemma6147 - [ a r:Fact; r:gives {(8643 3468) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3683 a r:Inference; - r:gives { - 3685 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3685 math:notEqualTo 0}] - skolem:lemma6422 - [ a r:Fact; r:gives {((3 6 8 5) "=<") list:sort (3 5 6 8)}] - [ a r:Fact; r:gives {((3 6 8 5) ">=") list:sort (8 6 5 3)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(8653 3568) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3684 a r:Inference; - r:gives { - 3686 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3686 math:notEqualTo 0}] - skolem:lemma6423 - [ a r:Fact; r:gives {((3 6 8 6) "=<") list:sort (3 6 6 8)}] - [ a r:Fact; r:gives {((3 6 8 6) ">=") list:sort (8 6 6 3)}] - skolem:lemma6396 - skolem:lemma6397 - [ a r:Fact; r:gives {(8663 3668) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3685 a r:Inference; - r:gives { - 3687 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3687 math:notEqualTo 0}] - skolem:lemma6424 - [ a r:Fact; r:gives {((3 6 8 7) "=<") list:sort (3 6 7 8)}] - [ a r:Fact; r:gives {((3 6 8 7) ">=") list:sort (8 7 6 3)}] - skolem:lemma6412 - skolem:lemma6413 - [ a r:Fact; r:gives {(8763 3678) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3686 a r:Inference; - r:gives { - 3688 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3688 math:notEqualTo 0}] - skolem:lemma6425 - [ a r:Fact; r:gives {((3 6 8 8) "=<") list:sort (3 6 8 8)}] - [ a r:Fact; r:gives {((3 6 8 8) ">=") list:sort (8 8 6 3)}] - skolem:lemma6426 - skolem:lemma6427 - [ a r:Fact; r:gives {(8863 3688) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3687 a r:Inference; - r:gives { - 3689 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3689 math:notEqualTo 0}] - skolem:lemma6428 - [ a r:Fact; r:gives {((3 6 8 9) "=<") list:sort (3 6 8 9)}] - [ a r:Fact; r:gives {((3 6 8 9) ">=") list:sort (9 8 6 3)}] - skolem:lemma6429 - skolem:lemma6430 - [ a r:Fact; r:gives {(9863 3689) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3688 a r:Inference; - r:gives { - 3690 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3690 math:notEqualTo 0}] - skolem:lemma6431 - [ a r:Fact; r:gives {((3 6 9 0) "=<") list:sort (0 3 6 9)}] - [ a r:Fact; r:gives {((3 6 9 0) ">=") list:sort (9 6 3 0)}] - skolem:lemma5582 - skolem:lemma5583 - [ a r:Fact; r:gives {(9630 369) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3689 a r:Inference; - r:gives { - 3691 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3691 math:notEqualTo 0}] - skolem:lemma6432 - [ a r:Fact; r:gives {((3 6 9 1) "=<") list:sort (1 3 6 9)}] - [ a r:Fact; r:gives {((3 6 9 1) ">=") list:sort (9 6 3 1)}] - skolem:lemma5754 - skolem:lemma5755 - [ a r:Fact; r:gives {(9631 1369) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3690 a r:Inference; - r:gives { - 3692 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3692 math:notEqualTo 0}] - skolem:lemma6433 - [ a r:Fact; r:gives {((3 6 9 2) "=<") list:sort (2 3 6 9)}] - [ a r:Fact; r:gives {((3 6 9 2) ">=") list:sort (9 6 3 2)}] - skolem:lemma4680 - skolem:lemma4681 - [ a r:Fact; r:gives {(9632 2369) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3691 a r:Inference; - r:gives { - 3693 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3693 math:notEqualTo 0}] - skolem:lemma6434 - [ a r:Fact; r:gives {((3 6 9 3) "=<") list:sort (3 3 6 9)}] - [ a r:Fact; r:gives {((3 6 9 3) ">=") list:sort (9 6 3 3)}] - skolem:lemma6007 - skolem:lemma6008 - [ a r:Fact; r:gives {(9633 3369) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3692 a r:Inference; - r:gives { - 3694 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3694 math:notEqualTo 0}] - skolem:lemma6435 - [ a r:Fact; r:gives {((3 6 9 4) "=<") list:sort (3 4 6 9)}] - [ a r:Fact; r:gives {((3 6 9 4) ">=") list:sort (9 6 4 3)}] - skolem:lemma6149 - skolem:lemma6150 - [ a r:Fact; r:gives {(9643 3469) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3693 a r:Inference; - r:gives { - 3695 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3695 math:notEqualTo 0}] - skolem:lemma6436 - [ a r:Fact; r:gives {((3 6 9 5) "=<") list:sort (3 5 6 9)}] - [ a r:Fact; r:gives {((3 6 9 5) ">=") list:sort (9 6 5 3)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(9653 3569) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3694 a r:Inference; - r:gives { - 3696 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3696 math:notEqualTo 0}] - skolem:lemma6437 - [ a r:Fact; r:gives {((3 6 9 6) "=<") list:sort (3 6 6 9)}] - [ a r:Fact; r:gives {((3 6 9 6) ">=") list:sort (9 6 6 3)}] - skolem:lemma6399 - skolem:lemma6400 - [ a r:Fact; r:gives {(9663 3669) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3695 a r:Inference; - r:gives { - 3697 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3697 math:notEqualTo 0}] - skolem:lemma6438 - [ a r:Fact; r:gives {((3 6 9 7) "=<") list:sort (3 6 7 9)}] - [ a r:Fact; r:gives {((3 6 9 7) ">=") list:sort (9 7 6 3)}] - skolem:lemma6415 - skolem:lemma6416 - [ a r:Fact; r:gives {(9763 3679) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3696 a r:Inference; - r:gives { - 3698 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3698 math:notEqualTo 0}] - skolem:lemma6439 - [ a r:Fact; r:gives {((3 6 9 8) "=<") list:sort (3 6 8 9)}] - [ a r:Fact; r:gives {((3 6 9 8) ">=") list:sort (9 8 6 3)}] - skolem:lemma6429 - skolem:lemma6430 - [ a r:Fact; r:gives {(9863 3689) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3697 a r:Inference; - r:gives { - 3699 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3699 math:notEqualTo 0}] - skolem:lemma6440 - [ a r:Fact; r:gives {((3 6 9 9) "=<") list:sort (3 6 9 9)}] - [ a r:Fact; r:gives {((3 6 9 9) ">=") list:sort (9 9 6 3)}] - skolem:lemma6441 - skolem:lemma6442 - [ a r:Fact; r:gives {(9963 3699) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3698 a r:Inference; - r:gives { - 3700 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3700 math:notEqualTo 0}] - skolem:lemma6443 - [ a r:Fact; r:gives {((3 7 0 0) "=<") list:sort (0 0 3 7)}] - [ a r:Fact; r:gives {((3 7 0 0) ">=") list:sort (7 3 0 0)}] - skolem:lemma5456 - skolem:lemma5457 - [ a r:Fact; r:gives {(7300 37) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3699 a r:Inference; - r:gives { - 3701 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3701 math:notEqualTo 0}] - skolem:lemma6444 - [ a r:Fact; r:gives {((3 7 0 1) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((3 7 0 1) ">=") list:sort (7 3 1 0)}] - skolem:lemma5482 - skolem:lemma5483 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3700 a r:Inference; - r:gives { - 3702 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3702 math:notEqualTo 0}] - skolem:lemma6445 - [ a r:Fact; r:gives {((3 7 0 2) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((3 7 0 2) ">=") list:sort (7 3 2 0)}] - skolem:lemma4099 - skolem:lemma4100 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3701 a r:Inference; - r:gives { - 3703 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3703 math:notEqualTo 0}] - skolem:lemma6446 - [ a r:Fact; r:gives {((3 7 0 3) "=<") list:sort (0 3 3 7)}] - [ a r:Fact; r:gives {((3 7 0 3) ">=") list:sort (7 3 3 0)}] - skolem:lemma5516 - skolem:lemma5517 - [ a r:Fact; r:gives {(7330 337) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3702 a r:Inference; - r:gives { - 3704 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3704 math:notEqualTo 0}] - skolem:lemma6447 - [ a r:Fact; r:gives {((3 7 0 4) "=<") list:sort (0 3 4 7)}] - [ a r:Fact; r:gives {((3 7 0 4) ">=") list:sort (7 4 3 0)}] - skolem:lemma5538 - skolem:lemma5539 - [ a r:Fact; r:gives {(7430 347) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3703 a r:Inference; - r:gives { - 3705 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3705 math:notEqualTo 0}] - skolem:lemma6448 - [ a r:Fact; r:gives {((3 7 0 5) "=<") list:sort (0 3 5 7)}] - [ a r:Fact; r:gives {((3 7 0 5) ">=") list:sort (7 5 3 0)}] - skolem:lemma5558 - skolem:lemma5559 - [ a r:Fact; r:gives {(7530 357) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3704 a r:Inference; - r:gives { - 3706 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3706 math:notEqualTo 0}] - skolem:lemma6449 - [ a r:Fact; r:gives {((3 7 0 6) "=<") list:sort (0 3 6 7)}] - [ a r:Fact; r:gives {((3 7 0 6) ">=") list:sort (7 6 3 0)}] - skolem:lemma5576 - skolem:lemma5577 - [ a r:Fact; r:gives {(7630 367) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3705 a r:Inference; - r:gives { - 3707 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3707 math:notEqualTo 0}] - skolem:lemma6450 - [ a r:Fact; r:gives {((3 7 0 7) "=<") list:sort (0 3 7 7)}] - [ a r:Fact; r:gives {((3 7 0 7) ">=") list:sort (7 7 3 0)}] - skolem:lemma5592 - skolem:lemma5593 - [ a r:Fact; r:gives {(7730 377) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3706 a r:Inference; - r:gives { - 3708 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3708 math:notEqualTo 0}] - skolem:lemma6451 - [ a r:Fact; r:gives {((3 7 0 8) "=<") list:sort (0 3 7 8)}] - [ a r:Fact; r:gives {((3 7 0 8) ">=") list:sort (8 7 3 0)}] - skolem:lemma5595 - skolem:lemma5596 - [ a r:Fact; r:gives {(8730 378) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3707 a r:Inference; - r:gives { - 3709 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3709 math:notEqualTo 0}] - skolem:lemma6452 - [ a r:Fact; r:gives {((3 7 0 9) "=<") list:sort (0 3 7 9)}] - [ a r:Fact; r:gives {((3 7 0 9) ">=") list:sort (9 7 3 0)}] - skolem:lemma5598 - skolem:lemma5599 - [ a r:Fact; r:gives {(9730 379) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3708 a r:Inference; - r:gives { - 3710 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3710 math:notEqualTo 0}] - skolem:lemma6453 - [ a r:Fact; r:gives {((3 7 1 0) "=<") list:sort (0 1 3 7)}] - [ a r:Fact; r:gives {((3 7 1 0) ">=") list:sort (7 3 1 0)}] - skolem:lemma5482 - skolem:lemma5483 - [ a r:Fact; r:gives {(7310 137) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3709 a r:Inference; - r:gives { - 3711 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3711 math:notEqualTo 0}] - skolem:lemma6454 - [ a r:Fact; r:gives {((3 7 1 1) "=<") list:sort (1 1 3 7)}] - [ a r:Fact; r:gives {((3 7 1 1) ">=") list:sort (7 3 1 1)}] - skolem:lemma5654 - skolem:lemma5655 - [ a r:Fact; r:gives {(7311 1137) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3710 a r:Inference; - r:gives { - 3712 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3712 math:notEqualTo 0}] - skolem:lemma6455 - [ a r:Fact; r:gives {((3 7 1 2) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((3 7 1 2) ">=") list:sort (7 3 2 1)}] - skolem:lemma4289 - skolem:lemma4290 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3711 a r:Inference; - r:gives { - 3713 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3713 math:notEqualTo 0}] - skolem:lemma6456 - [ a r:Fact; r:gives {((3 7 1 3) "=<") list:sort (1 3 3 7)}] - [ a r:Fact; r:gives {((3 7 1 3) ">=") list:sort (7 3 3 1)}] - skolem:lemma5688 - skolem:lemma5689 - [ a r:Fact; r:gives {(7331 1337) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3712 a r:Inference; - r:gives { - 3714 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3714 math:notEqualTo 0}] - skolem:lemma6457 - [ a r:Fact; r:gives {((3 7 1 4) "=<") list:sort (1 3 4 7)}] - [ a r:Fact; r:gives {((3 7 1 4) ">=") list:sort (7 4 3 1)}] - skolem:lemma5710 - skolem:lemma5711 - [ a r:Fact; r:gives {(7431 1347) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3713 a r:Inference; - r:gives { - 3715 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3715 math:notEqualTo 0}] - skolem:lemma6458 - [ a r:Fact; r:gives {((3 7 1 5) "=<") list:sort (1 3 5 7)}] - [ a r:Fact; r:gives {((3 7 1 5) ">=") list:sort (7 5 3 1)}] - skolem:lemma5730 - skolem:lemma5731 - [ a r:Fact; r:gives {(7531 1357) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3714 a r:Inference; - r:gives { - 3716 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3716 math:notEqualTo 0}] - skolem:lemma6459 - [ a r:Fact; r:gives {((3 7 1 6) "=<") list:sort (1 3 6 7)}] - [ a r:Fact; r:gives {((3 7 1 6) ">=") list:sort (7 6 3 1)}] - skolem:lemma5748 - skolem:lemma5749 - [ a r:Fact; r:gives {(7631 1367) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3715 a r:Inference; - r:gives { - 3717 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3717 math:notEqualTo 0}] - skolem:lemma6460 - [ a r:Fact; r:gives {((3 7 1 7) "=<") list:sort (1 3 7 7)}] - [ a r:Fact; r:gives {((3 7 1 7) ">=") list:sort (7 7 3 1)}] - skolem:lemma5764 - skolem:lemma5765 - [ a r:Fact; r:gives {(7731 1377) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3716 a r:Inference; - r:gives { - 3718 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3718 math:notEqualTo 0}] - skolem:lemma6461 - [ a r:Fact; r:gives {((3 7 1 8) "=<") list:sort (1 3 7 8)}] - [ a r:Fact; r:gives {((3 7 1 8) ">=") list:sort (8 7 3 1)}] - skolem:lemma5767 - skolem:lemma5768 - [ a r:Fact; r:gives {(8731 1378) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3717 a r:Inference; - r:gives { - 3719 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3719 math:notEqualTo 0}] - skolem:lemma6462 - [ a r:Fact; r:gives {((3 7 1 9) "=<") list:sort (1 3 7 9)}] - [ a r:Fact; r:gives {((3 7 1 9) ">=") list:sort (9 7 3 1)}] - skolem:lemma5770 - skolem:lemma5771 - [ a r:Fact; r:gives {(9731 1379) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3718 a r:Inference; - r:gives { - 3720 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3720 math:notEqualTo 0}] - skolem:lemma6463 - [ a r:Fact; r:gives {((3 7 2 0) "=<") list:sort (0 2 3 7)}] - [ a r:Fact; r:gives {((3 7 2 0) ">=") list:sort (7 3 2 0)}] - skolem:lemma4099 - skolem:lemma4100 - [ a r:Fact; r:gives {(7320 237) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3719 a r:Inference; - r:gives { - 3721 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3721 math:notEqualTo 0}] - skolem:lemma6464 - [ a r:Fact; r:gives {((3 7 2 1) "=<") list:sort (1 2 3 7)}] - [ a r:Fact; r:gives {((3 7 2 1) ">=") list:sort (7 3 2 1)}] - skolem:lemma4289 - skolem:lemma4290 - [ a r:Fact; r:gives {(7321 1237) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3720 a r:Inference; - r:gives { - 3722 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3722 math:notEqualTo 0}] - skolem:lemma6465 - [ a r:Fact; r:gives {((3 7 2 2) "=<") list:sort (2 2 3 7)}] - [ a r:Fact; r:gives {((3 7 2 2) ">=") list:sort (7 3 2 2)}] - skolem:lemma4458 - skolem:lemma4459 - [ a r:Fact; r:gives {(7322 2237) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3721 a r:Inference; - r:gives { - 3723 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3723 math:notEqualTo 0}] - skolem:lemma6466 - [ a r:Fact; r:gives {((3 7 2 3) "=<") list:sort (2 3 3 7)}] - [ a r:Fact; r:gives {((3 7 2 3) ">=") list:sort (7 3 3 2)}] - skolem:lemma4614 - skolem:lemma4615 - [ a r:Fact; r:gives {(7332 2337) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3722 a r:Inference; - r:gives { - 3724 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3724 math:notEqualTo 0}] - skolem:lemma6467 - [ a r:Fact; r:gives {((3 7 2 4) "=<") list:sort (2 3 4 7)}] - [ a r:Fact; r:gives {((3 7 2 4) ">=") list:sort (7 4 3 2)}] - skolem:lemma4636 - skolem:lemma4637 - [ a r:Fact; r:gives {(7432 2347) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3723 a r:Inference; - r:gives { - 3725 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3725 math:notEqualTo 0}] - skolem:lemma6468 - [ a r:Fact; r:gives {((3 7 2 5) "=<") list:sort (2 3 5 7)}] - [ a r:Fact; r:gives {((3 7 2 5) ">=") list:sort (7 5 3 2)}] - skolem:lemma4656 - skolem:lemma4657 - [ a r:Fact; r:gives {(7532 2357) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3724 a r:Inference; - r:gives { - 3726 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3726 math:notEqualTo 0}] - skolem:lemma6469 - [ a r:Fact; r:gives {((3 7 2 6) "=<") list:sort (2 3 6 7)}] - [ a r:Fact; r:gives {((3 7 2 6) ">=") list:sort (7 6 3 2)}] - skolem:lemma4674 - skolem:lemma4675 - [ a r:Fact; r:gives {(7632 2367) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3725 a r:Inference; - r:gives { - 3727 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3727 math:notEqualTo 0}] - skolem:lemma6470 - [ a r:Fact; r:gives {((3 7 2 7) "=<") list:sort (2 3 7 7)}] - [ a r:Fact; r:gives {((3 7 2 7) ">=") list:sort (7 7 3 2)}] - skolem:lemma4690 - skolem:lemma4691 - [ a r:Fact; r:gives {(7732 2377) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3726 a r:Inference; - r:gives { - 3728 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3728 math:notEqualTo 0}] - skolem:lemma6471 - [ a r:Fact; r:gives {((3 7 2 8) "=<") list:sort (2 3 7 8)}] - [ a r:Fact; r:gives {((3 7 2 8) ">=") list:sort (8 7 3 2)}] - skolem:lemma4693 - skolem:lemma4694 - [ a r:Fact; r:gives {(8732 2378) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3727 a r:Inference; - r:gives { - 3729 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3729 math:notEqualTo 0}] - skolem:lemma6472 - [ a r:Fact; r:gives {((3 7 2 9) "=<") list:sort (2 3 7 9)}] - [ a r:Fact; r:gives {((3 7 2 9) ">=") list:sort (9 7 3 2)}] - skolem:lemma4696 - skolem:lemma4697 - [ a r:Fact; r:gives {(9732 2379) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3728 a r:Inference; - r:gives { - 3730 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3730 math:notEqualTo 0}] - skolem:lemma6473 - [ a r:Fact; r:gives {((3 7 3 0) "=<") list:sort (0 3 3 7)}] - [ a r:Fact; r:gives {((3 7 3 0) ">=") list:sort (7 3 3 0)}] - skolem:lemma5516 - skolem:lemma5517 - [ a r:Fact; r:gives {(7330 337) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3729 a r:Inference; - r:gives { - 3731 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3731 math:notEqualTo 0}] - skolem:lemma6474 - [ a r:Fact; r:gives {((3 7 3 1) "=<") list:sort (1 3 3 7)}] - [ a r:Fact; r:gives {((3 7 3 1) ">=") list:sort (7 3 3 1)}] - skolem:lemma5688 - skolem:lemma5689 - [ a r:Fact; r:gives {(7331 1337) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3730 a r:Inference; - r:gives { - 3732 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3732 math:notEqualTo 0}] - skolem:lemma6475 - [ a r:Fact; r:gives {((3 7 3 2) "=<") list:sort (2 3 3 7)}] - [ a r:Fact; r:gives {((3 7 3 2) ">=") list:sort (7 3 3 2)}] - skolem:lemma4614 - skolem:lemma4615 - [ a r:Fact; r:gives {(7332 2337) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3731 a r:Inference; - r:gives { - 3733 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3733 math:notEqualTo 0}] - skolem:lemma6476 - [ a r:Fact; r:gives {((3 7 3 3) "=<") list:sort (3 3 3 7)}] - [ a r:Fact; r:gives {((3 7 3 3) ">=") list:sort (7 3 3 3)}] - skolem:lemma5941 - skolem:lemma5942 - [ a r:Fact; r:gives {(7333 3337) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3732 a r:Inference; - r:gives { - 3734 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3734 math:notEqualTo 0}] - skolem:lemma6477 - [ a r:Fact; r:gives {((3 7 3 4) "=<") list:sort (3 3 4 7)}] - [ a r:Fact; r:gives {((3 7 3 4) ">=") list:sort (7 4 3 3)}] - skolem:lemma5963 - skolem:lemma5964 - [ a r:Fact; r:gives {(7433 3347) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3733 a r:Inference; - r:gives { - 3735 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3735 math:notEqualTo 0}] - skolem:lemma6478 - [ a r:Fact; r:gives {((3 7 3 5) "=<") list:sort (3 3 5 7)}] - [ a r:Fact; r:gives {((3 7 3 5) ">=") list:sort (7 5 3 3)}] - skolem:lemma5983 - skolem:lemma5984 - [ a r:Fact; r:gives {(7533 3357) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3734 a r:Inference; - r:gives { - 3736 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3736 math:notEqualTo 0}] - skolem:lemma6479 - [ a r:Fact; r:gives {((3 7 3 6) "=<") list:sort (3 3 6 7)}] - [ a r:Fact; r:gives {((3 7 3 6) ">=") list:sort (7 6 3 3)}] - skolem:lemma6001 - skolem:lemma6002 - [ a r:Fact; r:gives {(7633 3367) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3735 a r:Inference; - r:gives { - 3737 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3737 math:notEqualTo 0}] - skolem:lemma6480 - [ a r:Fact; r:gives {((3 7 3 7) "=<") list:sort (3 3 7 7)}] - [ a r:Fact; r:gives {((3 7 3 7) ">=") list:sort (7 7 3 3)}] - skolem:lemma6017 - skolem:lemma6018 - [ a r:Fact; r:gives {(7733 3377) math:difference 4356}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4356 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 4356 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3736 a r:Inference; - r:gives { - 3738 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3738 math:notEqualTo 0}] - skolem:lemma6481 - [ a r:Fact; r:gives {((3 7 3 8) "=<") list:sort (3 3 7 8)}] - [ a r:Fact; r:gives {((3 7 3 8) ">=") list:sort (8 7 3 3)}] - skolem:lemma6020 - skolem:lemma6021 - [ a r:Fact; r:gives {(8733 3378) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3737 a r:Inference; - r:gives { - 3739 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3739 math:notEqualTo 0}] - skolem:lemma6482 - [ a r:Fact; r:gives {((3 7 3 9) "=<") list:sort (3 3 7 9)}] - [ a r:Fact; r:gives {((3 7 3 9) ">=") list:sort (9 7 3 3)}] - skolem:lemma6023 - skolem:lemma6024 - [ a r:Fact; r:gives {(9733 3379) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3738 a r:Inference; - r:gives { - 3740 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3740 math:notEqualTo 0}] - skolem:lemma6483 - [ a r:Fact; r:gives {((3 7 4 0) "=<") list:sort (0 3 4 7)}] - [ a r:Fact; r:gives {((3 7 4 0) ">=") list:sort (7 4 3 0)}] - skolem:lemma5538 - skolem:lemma5539 - [ a r:Fact; r:gives {(7430 347) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3739 a r:Inference; - r:gives { - 3741 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3741 math:notEqualTo 0}] - skolem:lemma6484 - [ a r:Fact; r:gives {((3 7 4 1) "=<") list:sort (1 3 4 7)}] - [ a r:Fact; r:gives {((3 7 4 1) ">=") list:sort (7 4 3 1)}] - skolem:lemma5710 - skolem:lemma5711 - [ a r:Fact; r:gives {(7431 1347) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3740 a r:Inference; - r:gives { - 3742 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3742 math:notEqualTo 0}] - skolem:lemma6485 - [ a r:Fact; r:gives {((3 7 4 2) "=<") list:sort (2 3 4 7)}] - [ a r:Fact; r:gives {((3 7 4 2) ">=") list:sort (7 4 3 2)}] - skolem:lemma4636 - skolem:lemma4637 - [ a r:Fact; r:gives {(7432 2347) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3741 a r:Inference; - r:gives { - 3743 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3743 math:notEqualTo 0}] - skolem:lemma6486 - [ a r:Fact; r:gives {((3 7 4 3) "=<") list:sort (3 3 4 7)}] - [ a r:Fact; r:gives {((3 7 4 3) ">=") list:sort (7 4 3 3)}] - skolem:lemma5963 - skolem:lemma5964 - [ a r:Fact; r:gives {(7433 3347) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3742 a r:Inference; - r:gives { - 3744 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3744 math:notEqualTo 0}] - skolem:lemma6487 - [ a r:Fact; r:gives {((3 7 4 4) "=<") list:sort (3 4 4 7)}] - [ a r:Fact; r:gives {((3 7 4 4) ">=") list:sort (7 4 4 3)}] - skolem:lemma6105 - skolem:lemma6106 - [ a r:Fact; r:gives {(7443 3447) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3743 a r:Inference; - r:gives { - 3745 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3745 math:notEqualTo 0}] - skolem:lemma6488 - [ a r:Fact; r:gives {((3 7 4 5) "=<") list:sort (3 4 5 7)}] - [ a r:Fact; r:gives {((3 7 4 5) ">=") list:sort (7 5 4 3)}] - skolem:lemma6125 - skolem:lemma6126 - [ a r:Fact; r:gives {(7543 3457) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3744 a r:Inference; - r:gives { - 3746 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3746 math:notEqualTo 0}] - skolem:lemma6489 - [ a r:Fact; r:gives {((3 7 4 6) "=<") list:sort (3 4 6 7)}] - [ a r:Fact; r:gives {((3 7 4 6) ">=") list:sort (7 6 4 3)}] - skolem:lemma6143 - skolem:lemma6144 - [ a r:Fact; r:gives {(7643 3467) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3745 a r:Inference; - r:gives { - 3747 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3747 math:notEqualTo 0}] - skolem:lemma6490 - [ a r:Fact; r:gives {((3 7 4 7) "=<") list:sort (3 4 7 7)}] - [ a r:Fact; r:gives {((3 7 4 7) ">=") list:sort (7 7 4 3)}] - skolem:lemma6159 - skolem:lemma6160 - [ a r:Fact; r:gives {(7743 3477) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3746 a r:Inference; - r:gives { - 3748 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3748 math:notEqualTo 0}] - skolem:lemma6491 - [ a r:Fact; r:gives {((3 7 4 8) "=<") list:sort (3 4 7 8)}] - [ a r:Fact; r:gives {((3 7 4 8) ">=") list:sort (8 7 4 3)}] - skolem:lemma6162 - skolem:lemma6163 - [ a r:Fact; r:gives {(8743 3478) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3747 a r:Inference; - r:gives { - 3749 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3749 math:notEqualTo 0}] - skolem:lemma6492 - [ a r:Fact; r:gives {((3 7 4 9) "=<") list:sort (3 4 7 9)}] - [ a r:Fact; r:gives {((3 7 4 9) ">=") list:sort (9 7 4 3)}] - skolem:lemma6165 - skolem:lemma6166 - [ a r:Fact; r:gives {(9743 3479) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3748 a r:Inference; - r:gives { - 3750 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3750 math:notEqualTo 0}] - skolem:lemma6493 - [ a r:Fact; r:gives {((3 7 5 0) "=<") list:sort (0 3 5 7)}] - [ a r:Fact; r:gives {((3 7 5 0) ">=") list:sort (7 5 3 0)}] - skolem:lemma5558 - skolem:lemma5559 - [ a r:Fact; r:gives {(7530 357) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3749 a r:Inference; - r:gives { - 3751 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3751 math:notEqualTo 0}] - skolem:lemma6494 - [ a r:Fact; r:gives {((3 7 5 1) "=<") list:sort (1 3 5 7)}] - [ a r:Fact; r:gives {((3 7 5 1) ">=") list:sort (7 5 3 1)}] - skolem:lemma5730 - skolem:lemma5731 - [ a r:Fact; r:gives {(7531 1357) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3750 a r:Inference; - r:gives { - 3752 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3752 math:notEqualTo 0}] - skolem:lemma6495 - [ a r:Fact; r:gives {((3 7 5 2) "=<") list:sort (2 3 5 7)}] - [ a r:Fact; r:gives {((3 7 5 2) ">=") list:sort (7 5 3 2)}] - skolem:lemma4656 - skolem:lemma4657 - [ a r:Fact; r:gives {(7532 2357) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3751 a r:Inference; - r:gives { - 3753 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3753 math:notEqualTo 0}] - skolem:lemma6496 - [ a r:Fact; r:gives {((3 7 5 3) "=<") list:sort (3 3 5 7)}] - [ a r:Fact; r:gives {((3 7 5 3) ">=") list:sort (7 5 3 3)}] - skolem:lemma5983 - skolem:lemma5984 - [ a r:Fact; r:gives {(7533 3357) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3752 a r:Inference; - r:gives { - 3754 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3754 math:notEqualTo 0}] - skolem:lemma6497 - [ a r:Fact; r:gives {((3 7 5 4) "=<") list:sort (3 4 5 7)}] - [ a r:Fact; r:gives {((3 7 5 4) ">=") list:sort (7 5 4 3)}] - skolem:lemma6125 - skolem:lemma6126 - [ a r:Fact; r:gives {(7543 3457) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3753 a r:Inference; - r:gives { - 3755 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3755 math:notEqualTo 0}] - skolem:lemma6498 - [ a r:Fact; r:gives {((3 7 5 5) "=<") list:sort (3 5 5 7)}] - [ a r:Fact; r:gives {((3 7 5 5) ">=") list:sort (7 5 5 3)}] - skolem:lemma6255 - skolem:lemma6256 - [ a r:Fact; r:gives {(7553 3557) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3754 a r:Inference; - r:gives { - 3756 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3756 math:notEqualTo 0}] - skolem:lemma6499 - [ a r:Fact; r:gives {((3 7 5 6) "=<") list:sort (3 5 6 7)}] - [ a r:Fact; r:gives {((3 7 5 6) ">=") list:sort (7 6 5 3)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(7653 3567) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3755 a r:Inference; - r:gives { - 3757 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3757 math:notEqualTo 0}] - skolem:lemma6500 - [ a r:Fact; r:gives {((3 7 5 7) "=<") list:sort (3 5 7 7)}] - [ a r:Fact; r:gives {((3 7 5 7) ">=") list:sort (7 7 5 3)}] - skolem:lemma6289 - skolem:lemma6290 - [ a r:Fact; r:gives {(7753 3577) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3756 a r:Inference; - r:gives { - 3758 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3758 math:notEqualTo 0}] - skolem:lemma6501 - [ a r:Fact; r:gives {((3 7 5 8) "=<") list:sort (3 5 7 8)}] - [ a r:Fact; r:gives {((3 7 5 8) ">=") list:sort (8 7 5 3)}] - skolem:lemma6292 - skolem:lemma6293 - [ a r:Fact; r:gives {(8753 3578) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3757 a r:Inference; - r:gives { - 3759 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3759 math:notEqualTo 0}] - skolem:lemma6502 - [ a r:Fact; r:gives {((3 7 5 9) "=<") list:sort (3 5 7 9)}] - [ a r:Fact; r:gives {((3 7 5 9) ">=") list:sort (9 7 5 3)}] - skolem:lemma6295 - skolem:lemma6296 - [ a r:Fact; r:gives {(9753 3579) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3758 a r:Inference; - r:gives { - 3760 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3760 math:notEqualTo 0}] - skolem:lemma6503 - [ a r:Fact; r:gives {((3 7 6 0) "=<") list:sort (0 3 6 7)}] - [ a r:Fact; r:gives {((3 7 6 0) ">=") list:sort (7 6 3 0)}] - skolem:lemma5576 - skolem:lemma5577 - [ a r:Fact; r:gives {(7630 367) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3759 a r:Inference; - r:gives { - 3761 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3761 math:notEqualTo 0}] - skolem:lemma6504 - [ a r:Fact; r:gives {((3 7 6 1) "=<") list:sort (1 3 6 7)}] - [ a r:Fact; r:gives {((3 7 6 1) ">=") list:sort (7 6 3 1)}] - skolem:lemma5748 - skolem:lemma5749 - [ a r:Fact; r:gives {(7631 1367) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3760 a r:Inference; - r:gives { - 3762 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3762 math:notEqualTo 0}] - skolem:lemma6505 - [ a r:Fact; r:gives {((3 7 6 2) "=<") list:sort (2 3 6 7)}] - [ a r:Fact; r:gives {((3 7 6 2) ">=") list:sort (7 6 3 2)}] - skolem:lemma4674 - skolem:lemma4675 - [ a r:Fact; r:gives {(7632 2367) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3761 a r:Inference; - r:gives { - 3763 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3763 math:notEqualTo 0}] - skolem:lemma6506 - [ a r:Fact; r:gives {((3 7 6 3) "=<") list:sort (3 3 6 7)}] - [ a r:Fact; r:gives {((3 7 6 3) ">=") list:sort (7 6 3 3)}] - skolem:lemma6001 - skolem:lemma6002 - [ a r:Fact; r:gives {(7633 3367) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3762 a r:Inference; - r:gives { - 3764 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3764 math:notEqualTo 0}] - skolem:lemma6507 - [ a r:Fact; r:gives {((3 7 6 4) "=<") list:sort (3 4 6 7)}] - [ a r:Fact; r:gives {((3 7 6 4) ">=") list:sort (7 6 4 3)}] - skolem:lemma6143 - skolem:lemma6144 - [ a r:Fact; r:gives {(7643 3467) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3763 a r:Inference; - r:gives { - 3765 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3765 math:notEqualTo 0}] - skolem:lemma6508 - [ a r:Fact; r:gives {((3 7 6 5) "=<") list:sort (3 5 6 7)}] - [ a r:Fact; r:gives {((3 7 6 5) ">=") list:sort (7 6 5 3)}] - skolem:lemma6273 - skolem:lemma6274 - [ a r:Fact; r:gives {(7653 3567) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3764 a r:Inference; - r:gives { - 3766 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3766 math:notEqualTo 0}] - skolem:lemma6509 - [ a r:Fact; r:gives {((3 7 6 6) "=<") list:sort (3 6 6 7)}] - [ a r:Fact; r:gives {((3 7 6 6) ">=") list:sort (7 6 6 3)}] - skolem:lemma6393 - skolem:lemma6394 - [ a r:Fact; r:gives {(7663 3667) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3765 a r:Inference; - r:gives { - 3767 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3767 math:notEqualTo 0}] - skolem:lemma6510 - [ a r:Fact; r:gives {((3 7 6 7) "=<") list:sort (3 6 7 7)}] - [ a r:Fact; r:gives {((3 7 6 7) ">=") list:sort (7 7 6 3)}] - skolem:lemma6409 - skolem:lemma6410 - [ a r:Fact; r:gives {(7763 3677) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3766 a r:Inference; - r:gives { - 3768 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3768 math:notEqualTo 0}] - skolem:lemma6511 - [ a r:Fact; r:gives {((3 7 6 8) "=<") list:sort (3 6 7 8)}] - [ a r:Fact; r:gives {((3 7 6 8) ">=") list:sort (8 7 6 3)}] - skolem:lemma6412 - skolem:lemma6413 - [ a r:Fact; r:gives {(8763 3678) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3767 a r:Inference; - r:gives { - 3769 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3769 math:notEqualTo 0}] - skolem:lemma6512 - [ a r:Fact; r:gives {((3 7 6 9) "=<") list:sort (3 6 7 9)}] - [ a r:Fact; r:gives {((3 7 6 9) ">=") list:sort (9 7 6 3)}] - skolem:lemma6415 - skolem:lemma6416 - [ a r:Fact; r:gives {(9763 3679) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3768 a r:Inference; - r:gives { - 3770 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3770 math:notEqualTo 0}] - skolem:lemma6513 - [ a r:Fact; r:gives {((3 7 7 0) "=<") list:sort (0 3 7 7)}] - [ a r:Fact; r:gives {((3 7 7 0) ">=") list:sort (7 7 3 0)}] - skolem:lemma5592 - skolem:lemma5593 - [ a r:Fact; r:gives {(7730 377) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3769 a r:Inference; - r:gives { - 3771 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3771 math:notEqualTo 0}] - skolem:lemma6514 - [ a r:Fact; r:gives {((3 7 7 1) "=<") list:sort (1 3 7 7)}] - [ a r:Fact; r:gives {((3 7 7 1) ">=") list:sort (7 7 3 1)}] - skolem:lemma5764 - skolem:lemma5765 - [ a r:Fact; r:gives {(7731 1377) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3770 a r:Inference; - r:gives { - 3772 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3772 math:notEqualTo 0}] - skolem:lemma6515 - [ a r:Fact; r:gives {((3 7 7 2) "=<") list:sort (2 3 7 7)}] - [ a r:Fact; r:gives {((3 7 7 2) ">=") list:sort (7 7 3 2)}] - skolem:lemma4690 - skolem:lemma4691 - [ a r:Fact; r:gives {(7732 2377) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3771 a r:Inference; - r:gives { - 3773 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3773 math:notEqualTo 0}] - skolem:lemma6516 - [ a r:Fact; r:gives {((3 7 7 3) "=<") list:sort (3 3 7 7)}] - [ a r:Fact; r:gives {((3 7 7 3) ">=") list:sort (7 7 3 3)}] - skolem:lemma6017 - skolem:lemma6018 - [ a r:Fact; r:gives {(7733 3377) math:difference 4356}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4356 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 4356 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3772 a r:Inference; - r:gives { - 3774 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3774 math:notEqualTo 0}] - skolem:lemma6517 - [ a r:Fact; r:gives {((3 7 7 4) "=<") list:sort (3 4 7 7)}] - [ a r:Fact; r:gives {((3 7 7 4) ">=") list:sort (7 7 4 3)}] - skolem:lemma6159 - skolem:lemma6160 - [ a r:Fact; r:gives {(7743 3477) math:difference 4266}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4266 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 4266 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3773 a r:Inference; - r:gives { - 3775 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3775 math:notEqualTo 0}] - skolem:lemma6518 - [ a r:Fact; r:gives {((3 7 7 5) "=<") list:sort (3 5 7 7)}] - [ a r:Fact; r:gives {((3 7 7 5) ">=") list:sort (7 7 5 3)}] - skolem:lemma6289 - skolem:lemma6290 - [ a r:Fact; r:gives {(7753 3577) math:difference 4176}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4176 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 4176 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3774 a r:Inference; - r:gives { - 3776 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3776 math:notEqualTo 0}] - skolem:lemma6519 - [ a r:Fact; r:gives {((3 7 7 6) "=<") list:sort (3 6 7 7)}] - [ a r:Fact; r:gives {((3 7 7 6) ">=") list:sort (7 7 6 3)}] - skolem:lemma6409 - skolem:lemma6410 - [ a r:Fact; r:gives {(7763 3677) math:difference 4086}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4086 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 4086 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3775 a r:Inference; - r:gives { - 3777 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3777 math:notEqualTo 0}] - skolem:lemma6520 - [ a r:Fact; r:gives {((3 7 7 7) "=<") list:sort (3 7 7 7)}] - [ a r:Fact; r:gives {((3 7 7 7) ">=") list:sort (7 7 7 3)}] - skolem:lemma6521 - skolem:lemma6522 - [ a r:Fact; r:gives {(7773 3777) math:difference 3996}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 3996 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 3996 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (7 7 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3776 a r:Inference; - r:gives { - 3778 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3778 math:notEqualTo 0}] - skolem:lemma6523 - [ a r:Fact; r:gives {((3 7 7 8) "=<") list:sort (3 7 7 8)}] - [ a r:Fact; r:gives {((3 7 7 8) ">=") list:sort (8 7 7 3)}] - skolem:lemma6524 - skolem:lemma6525 - [ a r:Fact; r:gives {(8773 3778) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3777 a r:Inference; - r:gives { - 3779 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3779 math:notEqualTo 0}] - skolem:lemma6526 - [ a r:Fact; r:gives {((3 7 7 9) "=<") list:sort (3 7 7 9)}] - [ a r:Fact; r:gives {((3 7 7 9) ">=") list:sort (9 7 7 3)}] - skolem:lemma6527 - skolem:lemma6528 - [ a r:Fact; r:gives {(9773 3779) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3778 a r:Inference; - r:gives { - 3780 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3780 math:notEqualTo 0}] - skolem:lemma6529 - [ a r:Fact; r:gives {((3 7 8 0) "=<") list:sort (0 3 7 8)}] - [ a r:Fact; r:gives {((3 7 8 0) ">=") list:sort (8 7 3 0)}] - skolem:lemma5595 - skolem:lemma5596 - [ a r:Fact; r:gives {(8730 378) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3779 a r:Inference; - r:gives { - 3781 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3781 math:notEqualTo 0}] - skolem:lemma6530 - [ a r:Fact; r:gives {((3 7 8 1) "=<") list:sort (1 3 7 8)}] - [ a r:Fact; r:gives {((3 7 8 1) ">=") list:sort (8 7 3 1)}] - skolem:lemma5767 - skolem:lemma5768 - [ a r:Fact; r:gives {(8731 1378) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3780 a r:Inference; - r:gives { - 3782 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3782 math:notEqualTo 0}] - skolem:lemma6531 - [ a r:Fact; r:gives {((3 7 8 2) "=<") list:sort (2 3 7 8)}] - [ a r:Fact; r:gives {((3 7 8 2) ">=") list:sort (8 7 3 2)}] - skolem:lemma4693 - skolem:lemma4694 - [ a r:Fact; r:gives {(8732 2378) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3781 a r:Inference; - r:gives { - 3783 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3783 math:notEqualTo 0}] - skolem:lemma6532 - [ a r:Fact; r:gives {((3 7 8 3) "=<") list:sort (3 3 7 8)}] - [ a r:Fact; r:gives {((3 7 8 3) ">=") list:sort (8 7 3 3)}] - skolem:lemma6020 - skolem:lemma6021 - [ a r:Fact; r:gives {(8733 3378) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3782 a r:Inference; - r:gives { - 3784 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3784 math:notEqualTo 0}] - skolem:lemma6533 - [ a r:Fact; r:gives {((3 7 8 4) "=<") list:sort (3 4 7 8)}] - [ a r:Fact; r:gives {((3 7 8 4) ">=") list:sort (8 7 4 3)}] - skolem:lemma6162 - skolem:lemma6163 - [ a r:Fact; r:gives {(8743 3478) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3783 a r:Inference; - r:gives { - 3785 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3785 math:notEqualTo 0}] - skolem:lemma6534 - [ a r:Fact; r:gives {((3 7 8 5) "=<") list:sort (3 5 7 8)}] - [ a r:Fact; r:gives {((3 7 8 5) ">=") list:sort (8 7 5 3)}] - skolem:lemma6292 - skolem:lemma6293 - [ a r:Fact; r:gives {(8753 3578) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3784 a r:Inference; - r:gives { - 3786 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3786 math:notEqualTo 0}] - skolem:lemma6535 - [ a r:Fact; r:gives {((3 7 8 6) "=<") list:sort (3 6 7 8)}] - [ a r:Fact; r:gives {((3 7 8 6) ">=") list:sort (8 7 6 3)}] - skolem:lemma6412 - skolem:lemma6413 - [ a r:Fact; r:gives {(8763 3678) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3785 a r:Inference; - r:gives { - 3787 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3787 math:notEqualTo 0}] - skolem:lemma6536 - [ a r:Fact; r:gives {((3 7 8 7) "=<") list:sort (3 7 7 8)}] - [ a r:Fact; r:gives {((3 7 8 7) ">=") list:sort (8 7 7 3)}] - skolem:lemma6524 - skolem:lemma6525 - [ a r:Fact; r:gives {(8773 3778) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3786 a r:Inference; - r:gives { - 3788 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3788 math:notEqualTo 0}] - skolem:lemma6537 - [ a r:Fact; r:gives {((3 7 8 8) "=<") list:sort (3 7 8 8)}] - [ a r:Fact; r:gives {((3 7 8 8) ">=") list:sort (8 8 7 3)}] - skolem:lemma6538 - skolem:lemma6539 - [ a r:Fact; r:gives {(8873 3788) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3787 a r:Inference; - r:gives { - 3789 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3789 math:notEqualTo 0}] - skolem:lemma6540 - [ a r:Fact; r:gives {((3 7 8 9) "=<") list:sort (3 7 8 9)}] - [ a r:Fact; r:gives {((3 7 8 9) ">=") list:sort (9 8 7 3)}] - skolem:lemma6541 - skolem:lemma6542 - [ a r:Fact; r:gives {(9873 3789) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3788 a r:Inference; - r:gives { - 3790 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3790 math:notEqualTo 0}] - skolem:lemma6543 - [ a r:Fact; r:gives {((3 7 9 0) "=<") list:sort (0 3 7 9)}] - [ a r:Fact; r:gives {((3 7 9 0) ">=") list:sort (9 7 3 0)}] - skolem:lemma5598 - skolem:lemma5599 - [ a r:Fact; r:gives {(9730 379) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3789 a r:Inference; - r:gives { - 3791 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3791 math:notEqualTo 0}] - skolem:lemma6544 - [ a r:Fact; r:gives {((3 7 9 1) "=<") list:sort (1 3 7 9)}] - [ a r:Fact; r:gives {((3 7 9 1) ">=") list:sort (9 7 3 1)}] - skolem:lemma5770 - skolem:lemma5771 - [ a r:Fact; r:gives {(9731 1379) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3790 a r:Inference; - r:gives { - 3792 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3792 math:notEqualTo 0}] - skolem:lemma6545 - [ a r:Fact; r:gives {((3 7 9 2) "=<") list:sort (2 3 7 9)}] - [ a r:Fact; r:gives {((3 7 9 2) ">=") list:sort (9 7 3 2)}] - skolem:lemma4696 - skolem:lemma4697 - [ a r:Fact; r:gives {(9732 2379) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3791 a r:Inference; - r:gives { - 3793 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3793 math:notEqualTo 0}] - skolem:lemma6546 - [ a r:Fact; r:gives {((3 7 9 3) "=<") list:sort (3 3 7 9)}] - [ a r:Fact; r:gives {((3 7 9 3) ">=") list:sort (9 7 3 3)}] - skolem:lemma6023 - skolem:lemma6024 - [ a r:Fact; r:gives {(9733 3379) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3792 a r:Inference; - r:gives { - 3794 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3794 math:notEqualTo 0}] - skolem:lemma6547 - [ a r:Fact; r:gives {((3 7 9 4) "=<") list:sort (3 4 7 9)}] - [ a r:Fact; r:gives {((3 7 9 4) ">=") list:sort (9 7 4 3)}] - skolem:lemma6165 - skolem:lemma6166 - [ a r:Fact; r:gives {(9743 3479) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3793 a r:Inference; - r:gives { - 3795 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3795 math:notEqualTo 0}] - skolem:lemma6548 - [ a r:Fact; r:gives {((3 7 9 5) "=<") list:sort (3 5 7 9)}] - [ a r:Fact; r:gives {((3 7 9 5) ">=") list:sort (9 7 5 3)}] - skolem:lemma6295 - skolem:lemma6296 - [ a r:Fact; r:gives {(9753 3579) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3794 a r:Inference; - r:gives { - 3796 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3796 math:notEqualTo 0}] - skolem:lemma6549 - [ a r:Fact; r:gives {((3 7 9 6) "=<") list:sort (3 6 7 9)}] - [ a r:Fact; r:gives {((3 7 9 6) ">=") list:sort (9 7 6 3)}] - skolem:lemma6415 - skolem:lemma6416 - [ a r:Fact; r:gives {(9763 3679) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3795 a r:Inference; - r:gives { - 3797 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3797 math:notEqualTo 0}] - skolem:lemma6550 - [ a r:Fact; r:gives {((3 7 9 7) "=<") list:sort (3 7 7 9)}] - [ a r:Fact; r:gives {((3 7 9 7) ">=") list:sort (9 7 7 3)}] - skolem:lemma6527 - skolem:lemma6528 - [ a r:Fact; r:gives {(9773 3779) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3796 a r:Inference; - r:gives { - 3798 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3798 math:notEqualTo 0}] - skolem:lemma6551 - [ a r:Fact; r:gives {((3 7 9 8) "=<") list:sort (3 7 8 9)}] - [ a r:Fact; r:gives {((3 7 9 8) ">=") list:sort (9 8 7 3)}] - skolem:lemma6541 - skolem:lemma6542 - [ a r:Fact; r:gives {(9873 3789) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3797 a r:Inference; - r:gives { - 3799 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3799 math:notEqualTo 0}] - skolem:lemma6552 - [ a r:Fact; r:gives {((3 7 9 9) "=<") list:sort (3 7 9 9)}] - [ a r:Fact; r:gives {((3 7 9 9) ">=") list:sort (9 9 7 3)}] - skolem:lemma6553 - skolem:lemma6554 - [ a r:Fact; r:gives {(9973 3799) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3798 a r:Inference; - r:gives { - 3800 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3800 math:notEqualTo 0}] - skolem:lemma6555 - [ a r:Fact; r:gives {((3 8 0 0) "=<") list:sort (0 0 3 8)}] - [ a r:Fact; r:gives {((3 8 0 0) ">=") list:sort (8 3 0 0)}] - skolem:lemma5459 - skolem:lemma5460 - [ a r:Fact; r:gives {(8300 38) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3799 a r:Inference; - r:gives { - 3801 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3801 math:notEqualTo 0}] - skolem:lemma6556 - [ a r:Fact; r:gives {((3 8 0 1) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((3 8 0 1) ">=") list:sort (8 3 1 0)}] - skolem:lemma5485 - skolem:lemma5486 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3800 a r:Inference; - r:gives { - 3802 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3802 math:notEqualTo 0}] - skolem:lemma6557 - [ a r:Fact; r:gives {((3 8 0 2) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((3 8 0 2) ">=") list:sort (8 3 2 0)}] - skolem:lemma4102 - skolem:lemma4103 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3801 a r:Inference; - r:gives { - 3803 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3803 math:notEqualTo 0}] - skolem:lemma6558 - [ a r:Fact; r:gives {((3 8 0 3) "=<") list:sort (0 3 3 8)}] - [ a r:Fact; r:gives {((3 8 0 3) ">=") list:sort (8 3 3 0)}] - skolem:lemma5519 - skolem:lemma5520 - [ a r:Fact; r:gives {(8330 338) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3802 a r:Inference; - r:gives { - 3804 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3804 math:notEqualTo 0}] - skolem:lemma6559 - [ a r:Fact; r:gives {((3 8 0 4) "=<") list:sort (0 3 4 8)}] - [ a r:Fact; r:gives {((3 8 0 4) ">=") list:sort (8 4 3 0)}] - skolem:lemma5541 - skolem:lemma5542 - [ a r:Fact; r:gives {(8430 348) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3803 a r:Inference; - r:gives { - 3805 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3805 math:notEqualTo 0}] - skolem:lemma6560 - [ a r:Fact; r:gives {((3 8 0 5) "=<") list:sort (0 3 5 8)}] - [ a r:Fact; r:gives {((3 8 0 5) ">=") list:sort (8 5 3 0)}] - skolem:lemma5561 - skolem:lemma5562 - [ a r:Fact; r:gives {(8530 358) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3804 a r:Inference; - r:gives { - 3806 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3806 math:notEqualTo 0}] - skolem:lemma6561 - [ a r:Fact; r:gives {((3 8 0 6) "=<") list:sort (0 3 6 8)}] - [ a r:Fact; r:gives {((3 8 0 6) ">=") list:sort (8 6 3 0)}] - skolem:lemma5579 - skolem:lemma5580 - [ a r:Fact; r:gives {(8630 368) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3805 a r:Inference; - r:gives { - 3807 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3807 math:notEqualTo 0}] - skolem:lemma6562 - [ a r:Fact; r:gives {((3 8 0 7) "=<") list:sort (0 3 7 8)}] - [ a r:Fact; r:gives {((3 8 0 7) ">=") list:sort (8 7 3 0)}] - skolem:lemma5595 - skolem:lemma5596 - [ a r:Fact; r:gives {(8730 378) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3806 a r:Inference; - r:gives { - 3808 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3808 math:notEqualTo 0}] - skolem:lemma6563 - [ a r:Fact; r:gives {((3 8 0 8) "=<") list:sort (0 3 8 8)}] - [ a r:Fact; r:gives {((3 8 0 8) ">=") list:sort (8 8 3 0)}] - skolem:lemma5609 - skolem:lemma5610 - [ a r:Fact; r:gives {(8830 388) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3807 a r:Inference; - r:gives { - 3809 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3809 math:notEqualTo 0}] - skolem:lemma6564 - [ a r:Fact; r:gives {((3 8 0 9) "=<") list:sort (0 3 8 9)}] - [ a r:Fact; r:gives {((3 8 0 9) ">=") list:sort (9 8 3 0)}] - skolem:lemma5612 - skolem:lemma5613 - [ a r:Fact; r:gives {(9830 389) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3808 a r:Inference; - r:gives { - 3810 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3810 math:notEqualTo 0}] - skolem:lemma6565 - [ a r:Fact; r:gives {((3 8 1 0) "=<") list:sort (0 1 3 8)}] - [ a r:Fact; r:gives {((3 8 1 0) ">=") list:sort (8 3 1 0)}] - skolem:lemma5485 - skolem:lemma5486 - [ a r:Fact; r:gives {(8310 138) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3809 a r:Inference; - r:gives { - 3811 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3811 math:notEqualTo 0}] - skolem:lemma6566 - [ a r:Fact; r:gives {((3 8 1 1) "=<") list:sort (1 1 3 8)}] - [ a r:Fact; r:gives {((3 8 1 1) ">=") list:sort (8 3 1 1)}] - skolem:lemma5657 - skolem:lemma5658 - [ a r:Fact; r:gives {(8311 1138) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3810 a r:Inference; - r:gives { - 3812 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3812 math:notEqualTo 0}] - skolem:lemma6567 - [ a r:Fact; r:gives {((3 8 1 2) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((3 8 1 2) ">=") list:sort (8 3 2 1)}] - skolem:lemma4292 - skolem:lemma4293 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3811 a r:Inference; - r:gives { - 3813 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3813 math:notEqualTo 0}] - skolem:lemma6568 - [ a r:Fact; r:gives {((3 8 1 3) "=<") list:sort (1 3 3 8)}] - [ a r:Fact; r:gives {((3 8 1 3) ">=") list:sort (8 3 3 1)}] - skolem:lemma5691 - skolem:lemma5692 - [ a r:Fact; r:gives {(8331 1338) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3812 a r:Inference; - r:gives { - 3814 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3814 math:notEqualTo 0}] - skolem:lemma6569 - [ a r:Fact; r:gives {((3 8 1 4) "=<") list:sort (1 3 4 8)}] - [ a r:Fact; r:gives {((3 8 1 4) ">=") list:sort (8 4 3 1)}] - skolem:lemma5713 - skolem:lemma5714 - [ a r:Fact; r:gives {(8431 1348) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3813 a r:Inference; - r:gives { - 3815 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3815 math:notEqualTo 0}] - skolem:lemma6570 - [ a r:Fact; r:gives {((3 8 1 5) "=<") list:sort (1 3 5 8)}] - [ a r:Fact; r:gives {((3 8 1 5) ">=") list:sort (8 5 3 1)}] - skolem:lemma5733 - skolem:lemma5734 - [ a r:Fact; r:gives {(8531 1358) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3814 a r:Inference; - r:gives { - 3816 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3816 math:notEqualTo 0}] - skolem:lemma6571 - [ a r:Fact; r:gives {((3 8 1 6) "=<") list:sort (1 3 6 8)}] - [ a r:Fact; r:gives {((3 8 1 6) ">=") list:sort (8 6 3 1)}] - skolem:lemma5751 - skolem:lemma5752 - [ a r:Fact; r:gives {(8631 1368) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3815 a r:Inference; - r:gives { - 3817 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3817 math:notEqualTo 0}] - skolem:lemma6572 - [ a r:Fact; r:gives {((3 8 1 7) "=<") list:sort (1 3 7 8)}] - [ a r:Fact; r:gives {((3 8 1 7) ">=") list:sort (8 7 3 1)}] - skolem:lemma5767 - skolem:lemma5768 - [ a r:Fact; r:gives {(8731 1378) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3816 a r:Inference; - r:gives { - 3818 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3818 math:notEqualTo 0}] - skolem:lemma6573 - [ a r:Fact; r:gives {((3 8 1 8) "=<") list:sort (1 3 8 8)}] - [ a r:Fact; r:gives {((3 8 1 8) ">=") list:sort (8 8 3 1)}] - skolem:lemma5781 - skolem:lemma5782 - [ a r:Fact; r:gives {(8831 1388) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3817 a r:Inference; - r:gives { - 3819 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3819 math:notEqualTo 0}] - skolem:lemma6574 - [ a r:Fact; r:gives {((3 8 1 9) "=<") list:sort (1 3 8 9)}] - [ a r:Fact; r:gives {((3 8 1 9) ">=") list:sort (9 8 3 1)}] - skolem:lemma5784 - skolem:lemma5785 - [ a r:Fact; r:gives {(9831 1389) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3818 a r:Inference; - r:gives { - 3820 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3820 math:notEqualTo 0}] - skolem:lemma6575 - [ a r:Fact; r:gives {((3 8 2 0) "=<") list:sort (0 2 3 8)}] - [ a r:Fact; r:gives {((3 8 2 0) ">=") list:sort (8 3 2 0)}] - skolem:lemma4102 - skolem:lemma4103 - [ a r:Fact; r:gives {(8320 238) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3819 a r:Inference; - r:gives { - 3821 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3821 math:notEqualTo 0}] - skolem:lemma6576 - [ a r:Fact; r:gives {((3 8 2 1) "=<") list:sort (1 2 3 8)}] - [ a r:Fact; r:gives {((3 8 2 1) ">=") list:sort (8 3 2 1)}] - skolem:lemma4292 - skolem:lemma4293 - [ a r:Fact; r:gives {(8321 1238) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3820 a r:Inference; - r:gives { - 3822 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3822 math:notEqualTo 0}] - skolem:lemma6577 - [ a r:Fact; r:gives {((3 8 2 2) "=<") list:sort (2 2 3 8)}] - [ a r:Fact; r:gives {((3 8 2 2) ">=") list:sort (8 3 2 2)}] - skolem:lemma4461 - skolem:lemma4462 - [ a r:Fact; r:gives {(8322 2238) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3821 a r:Inference; - r:gives { - 3823 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3823 math:notEqualTo 0}] - skolem:lemma6578 - [ a r:Fact; r:gives {((3 8 2 3) "=<") list:sort (2 3 3 8)}] - [ a r:Fact; r:gives {((3 8 2 3) ">=") list:sort (8 3 3 2)}] - skolem:lemma4617 - skolem:lemma4618 - [ a r:Fact; r:gives {(8332 2338) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3822 a r:Inference; - r:gives { - 3824 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3824 math:notEqualTo 0}] - skolem:lemma6579 - [ a r:Fact; r:gives {((3 8 2 4) "=<") list:sort (2 3 4 8)}] - [ a r:Fact; r:gives {((3 8 2 4) ">=") list:sort (8 4 3 2)}] - skolem:lemma4639 - skolem:lemma4640 - [ a r:Fact; r:gives {(8432 2348) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3823 a r:Inference; - r:gives { - 3825 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3825 math:notEqualTo 0}] - skolem:lemma6580 - [ a r:Fact; r:gives {((3 8 2 5) "=<") list:sort (2 3 5 8)}] - [ a r:Fact; r:gives {((3 8 2 5) ">=") list:sort (8 5 3 2)}] - skolem:lemma4659 - skolem:lemma4660 - [ a r:Fact; r:gives {(8532 2358) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3824 a r:Inference; - r:gives { - 3826 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3826 math:notEqualTo 0}] - skolem:lemma6581 - [ a r:Fact; r:gives {((3 8 2 6) "=<") list:sort (2 3 6 8)}] - [ a r:Fact; r:gives {((3 8 2 6) ">=") list:sort (8 6 3 2)}] - skolem:lemma4677 - skolem:lemma4678 - [ a r:Fact; r:gives {(8632 2368) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3825 a r:Inference; - r:gives { - 3827 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3827 math:notEqualTo 0}] - skolem:lemma6582 - [ a r:Fact; r:gives {((3 8 2 7) "=<") list:sort (2 3 7 8)}] - [ a r:Fact; r:gives {((3 8 2 7) ">=") list:sort (8 7 3 2)}] - skolem:lemma4693 - skolem:lemma4694 - [ a r:Fact; r:gives {(8732 2378) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3826 a r:Inference; - r:gives { - 3828 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3828 math:notEqualTo 0}] - skolem:lemma6583 - [ a r:Fact; r:gives {((3 8 2 8) "=<") list:sort (2 3 8 8)}] - [ a r:Fact; r:gives {((3 8 2 8) ">=") list:sort (8 8 3 2)}] - skolem:lemma4707 - skolem:lemma4708 - [ a r:Fact; r:gives {(8832 2388) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3827 a r:Inference; - r:gives { - 3829 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3829 math:notEqualTo 0}] - skolem:lemma6584 - [ a r:Fact; r:gives {((3 8 2 9) "=<") list:sort (2 3 8 9)}] - [ a r:Fact; r:gives {((3 8 2 9) ">=") list:sort (9 8 3 2)}] - skolem:lemma4710 - skolem:lemma4711 - [ a r:Fact; r:gives {(9832 2389) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3828 a r:Inference; - r:gives { - 3830 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3830 math:notEqualTo 0}] - skolem:lemma6585 - [ a r:Fact; r:gives {((3 8 3 0) "=<") list:sort (0 3 3 8)}] - [ a r:Fact; r:gives {((3 8 3 0) ">=") list:sort (8 3 3 0)}] - skolem:lemma5519 - skolem:lemma5520 - [ a r:Fact; r:gives {(8330 338) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3829 a r:Inference; - r:gives { - 3831 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3831 math:notEqualTo 0}] - skolem:lemma6586 - [ a r:Fact; r:gives {((3 8 3 1) "=<") list:sort (1 3 3 8)}] - [ a r:Fact; r:gives {((3 8 3 1) ">=") list:sort (8 3 3 1)}] - skolem:lemma5691 - skolem:lemma5692 - [ a r:Fact; r:gives {(8331 1338) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3830 a r:Inference; - r:gives { - 3832 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3832 math:notEqualTo 0}] - skolem:lemma6587 - [ a r:Fact; r:gives {((3 8 3 2) "=<") list:sort (2 3 3 8)}] - [ a r:Fact; r:gives {((3 8 3 2) ">=") list:sort (8 3 3 2)}] - skolem:lemma4617 - skolem:lemma4618 - [ a r:Fact; r:gives {(8332 2338) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3831 a r:Inference; - r:gives { - 3833 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3833 math:notEqualTo 0}] - skolem:lemma6588 - [ a r:Fact; r:gives {((3 8 3 3) "=<") list:sort (3 3 3 8)}] - [ a r:Fact; r:gives {((3 8 3 3) ">=") list:sort (8 3 3 3)}] - skolem:lemma5944 - skolem:lemma5945 - [ a r:Fact; r:gives {(8333 3338) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3832 a r:Inference; - r:gives { - 3834 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3834 math:notEqualTo 0}] - skolem:lemma6589 - [ a r:Fact; r:gives {((3 8 3 4) "=<") list:sort (3 3 4 8)}] - [ a r:Fact; r:gives {((3 8 3 4) ">=") list:sort (8 4 3 3)}] - skolem:lemma5966 - skolem:lemma5967 - [ a r:Fact; r:gives {(8433 3348) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3833 a r:Inference; - r:gives { - 3835 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3835 math:notEqualTo 0}] - skolem:lemma6590 - [ a r:Fact; r:gives {((3 8 3 5) "=<") list:sort (3 3 5 8)}] - [ a r:Fact; r:gives {((3 8 3 5) ">=") list:sort (8 5 3 3)}] - skolem:lemma5986 - skolem:lemma5987 - [ a r:Fact; r:gives {(8533 3358) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3834 a r:Inference; - r:gives { - 3836 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3836 math:notEqualTo 0}] - skolem:lemma6591 - [ a r:Fact; r:gives {((3 8 3 6) "=<") list:sort (3 3 6 8)}] - [ a r:Fact; r:gives {((3 8 3 6) ">=") list:sort (8 6 3 3)}] - skolem:lemma6004 - skolem:lemma6005 - [ a r:Fact; r:gives {(8633 3368) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3835 a r:Inference; - r:gives { - 3837 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3837 math:notEqualTo 0}] - skolem:lemma6592 - [ a r:Fact; r:gives {((3 8 3 7) "=<") list:sort (3 3 7 8)}] - [ a r:Fact; r:gives {((3 8 3 7) ">=") list:sort (8 7 3 3)}] - skolem:lemma6020 - skolem:lemma6021 - [ a r:Fact; r:gives {(8733 3378) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3836 a r:Inference; - r:gives { - 3838 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3838 math:notEqualTo 0}] - skolem:lemma6593 - [ a r:Fact; r:gives {((3 8 3 8) "=<") list:sort (3 3 8 8)}] - [ a r:Fact; r:gives {((3 8 3 8) ">=") list:sort (8 8 3 3)}] - skolem:lemma6034 - skolem:lemma6035 - [ a r:Fact; r:gives {(8833 3388) math:difference 5445}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5445 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5445 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3837 a r:Inference; - r:gives { - 3839 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3839 math:notEqualTo 0}] - skolem:lemma6594 - [ a r:Fact; r:gives {((3 8 3 9) "=<") list:sort (3 3 8 9)}] - [ a r:Fact; r:gives {((3 8 3 9) ">=") list:sort (9 8 3 3)}] - skolem:lemma6037 - skolem:lemma6038 - [ a r:Fact; r:gives {(9833 3389) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3838 a r:Inference; - r:gives { - 3840 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3840 math:notEqualTo 0}] - skolem:lemma6595 - [ a r:Fact; r:gives {((3 8 4 0) "=<") list:sort (0 3 4 8)}] - [ a r:Fact; r:gives {((3 8 4 0) ">=") list:sort (8 4 3 0)}] - skolem:lemma5541 - skolem:lemma5542 - [ a r:Fact; r:gives {(8430 348) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3839 a r:Inference; - r:gives { - 3841 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3841 math:notEqualTo 0}] - skolem:lemma6596 - [ a r:Fact; r:gives {((3 8 4 1) "=<") list:sort (1 3 4 8)}] - [ a r:Fact; r:gives {((3 8 4 1) ">=") list:sort (8 4 3 1)}] - skolem:lemma5713 - skolem:lemma5714 - [ a r:Fact; r:gives {(8431 1348) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3840 a r:Inference; - r:gives { - 3842 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3842 math:notEqualTo 0}] - skolem:lemma6597 - [ a r:Fact; r:gives {((3 8 4 2) "=<") list:sort (2 3 4 8)}] - [ a r:Fact; r:gives {((3 8 4 2) ">=") list:sort (8 4 3 2)}] - skolem:lemma4639 - skolem:lemma4640 - [ a r:Fact; r:gives {(8432 2348) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3841 a r:Inference; - r:gives { - 3843 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3843 math:notEqualTo 0}] - skolem:lemma6598 - [ a r:Fact; r:gives {((3 8 4 3) "=<") list:sort (3 3 4 8)}] - [ a r:Fact; r:gives {((3 8 4 3) ">=") list:sort (8 4 3 3)}] - skolem:lemma5966 - skolem:lemma5967 - [ a r:Fact; r:gives {(8433 3348) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3842 a r:Inference; - r:gives { - 3844 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3844 math:notEqualTo 0}] - skolem:lemma6599 - [ a r:Fact; r:gives {((3 8 4 4) "=<") list:sort (3 4 4 8)}] - [ a r:Fact; r:gives {((3 8 4 4) ">=") list:sort (8 4 4 3)}] - skolem:lemma6108 - skolem:lemma6109 - [ a r:Fact; r:gives {(8443 3448) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3843 a r:Inference; - r:gives { - 3845 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3845 math:notEqualTo 0}] - skolem:lemma6600 - [ a r:Fact; r:gives {((3 8 4 5) "=<") list:sort (3 4 5 8)}] - [ a r:Fact; r:gives {((3 8 4 5) ">=") list:sort (8 5 4 3)}] - skolem:lemma6128 - skolem:lemma6129 - [ a r:Fact; r:gives {(8543 3458) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3844 a r:Inference; - r:gives { - 3846 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3846 math:notEqualTo 0}] - skolem:lemma6601 - [ a r:Fact; r:gives {((3 8 4 6) "=<") list:sort (3 4 6 8)}] - [ a r:Fact; r:gives {((3 8 4 6) ">=") list:sort (8 6 4 3)}] - skolem:lemma6146 - skolem:lemma6147 - [ a r:Fact; r:gives {(8643 3468) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3845 a r:Inference; - r:gives { - 3847 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3847 math:notEqualTo 0}] - skolem:lemma6602 - [ a r:Fact; r:gives {((3 8 4 7) "=<") list:sort (3 4 7 8)}] - [ a r:Fact; r:gives {((3 8 4 7) ">=") list:sort (8 7 4 3)}] - skolem:lemma6162 - skolem:lemma6163 - [ a r:Fact; r:gives {(8743 3478) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3846 a r:Inference; - r:gives { - 3848 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3848 math:notEqualTo 0}] - skolem:lemma6603 - [ a r:Fact; r:gives {((3 8 4 8) "=<") list:sort (3 4 8 8)}] - [ a r:Fact; r:gives {((3 8 4 8) ">=") list:sort (8 8 4 3)}] - skolem:lemma6176 - skolem:lemma6177 - [ a r:Fact; r:gives {(8843 3488) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3847 a r:Inference; - r:gives { - 3849 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3849 math:notEqualTo 0}] - skolem:lemma6604 - [ a r:Fact; r:gives {((3 8 4 9) "=<") list:sort (3 4 8 9)}] - [ a r:Fact; r:gives {((3 8 4 9) ">=") list:sort (9 8 4 3)}] - skolem:lemma6179 - skolem:lemma6180 - [ a r:Fact; r:gives {(9843 3489) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3848 a r:Inference; - r:gives { - 3850 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3850 math:notEqualTo 0}] - skolem:lemma6605 - [ a r:Fact; r:gives {((3 8 5 0) "=<") list:sort (0 3 5 8)}] - [ a r:Fact; r:gives {((3 8 5 0) ">=") list:sort (8 5 3 0)}] - skolem:lemma5561 - skolem:lemma5562 - [ a r:Fact; r:gives {(8530 358) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3849 a r:Inference; - r:gives { - 3851 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3851 math:notEqualTo 0}] - skolem:lemma6606 - [ a r:Fact; r:gives {((3 8 5 1) "=<") list:sort (1 3 5 8)}] - [ a r:Fact; r:gives {((3 8 5 1) ">=") list:sort (8 5 3 1)}] - skolem:lemma5733 - skolem:lemma5734 - [ a r:Fact; r:gives {(8531 1358) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3850 a r:Inference; - r:gives { - 3852 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3852 math:notEqualTo 0}] - skolem:lemma6607 - [ a r:Fact; r:gives {((3 8 5 2) "=<") list:sort (2 3 5 8)}] - [ a r:Fact; r:gives {((3 8 5 2) ">=") list:sort (8 5 3 2)}] - skolem:lemma4659 - skolem:lemma4660 - [ a r:Fact; r:gives {(8532 2358) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3851 a r:Inference; - r:gives { - 3853 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3853 math:notEqualTo 0}] - skolem:lemma6608 - [ a r:Fact; r:gives {((3 8 5 3) "=<") list:sort (3 3 5 8)}] - [ a r:Fact; r:gives {((3 8 5 3) ">=") list:sort (8 5 3 3)}] - skolem:lemma5986 - skolem:lemma5987 - [ a r:Fact; r:gives {(8533 3358) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3852 a r:Inference; - r:gives { - 3854 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3854 math:notEqualTo 0}] - skolem:lemma6609 - [ a r:Fact; r:gives {((3 8 5 4) "=<") list:sort (3 4 5 8)}] - [ a r:Fact; r:gives {((3 8 5 4) ">=") list:sort (8 5 4 3)}] - skolem:lemma6128 - skolem:lemma6129 - [ a r:Fact; r:gives {(8543 3458) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3853 a r:Inference; - r:gives { - 3855 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3855 math:notEqualTo 0}] - skolem:lemma6610 - [ a r:Fact; r:gives {((3 8 5 5) "=<") list:sort (3 5 5 8)}] - [ a r:Fact; r:gives {((3 8 5 5) ">=") list:sort (8 5 5 3)}] - skolem:lemma6258 - skolem:lemma6259 - [ a r:Fact; r:gives {(8553 3558) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3854 a r:Inference; - r:gives { - 3856 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3856 math:notEqualTo 0}] - skolem:lemma6611 - [ a r:Fact; r:gives {((3 8 5 6) "=<") list:sort (3 5 6 8)}] - [ a r:Fact; r:gives {((3 8 5 6) ">=") list:sort (8 6 5 3)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(8653 3568) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3855 a r:Inference; - r:gives { - 3857 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3857 math:notEqualTo 0}] - skolem:lemma6612 - [ a r:Fact; r:gives {((3 8 5 7) "=<") list:sort (3 5 7 8)}] - [ a r:Fact; r:gives {((3 8 5 7) ">=") list:sort (8 7 5 3)}] - skolem:lemma6292 - skolem:lemma6293 - [ a r:Fact; r:gives {(8753 3578) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3856 a r:Inference; - r:gives { - 3858 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3858 math:notEqualTo 0}] - skolem:lemma6613 - [ a r:Fact; r:gives {((3 8 5 8) "=<") list:sort (3 5 8 8)}] - [ a r:Fact; r:gives {((3 8 5 8) ">=") list:sort (8 8 5 3)}] - skolem:lemma6306 - skolem:lemma6307 - [ a r:Fact; r:gives {(8853 3588) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3857 a r:Inference; - r:gives { - 3859 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3859 math:notEqualTo 0}] - skolem:lemma6614 - [ a r:Fact; r:gives {((3 8 5 9) "=<") list:sort (3 5 8 9)}] - [ a r:Fact; r:gives {((3 8 5 9) ">=") list:sort (9 8 5 3)}] - skolem:lemma6309 - skolem:lemma6310 - [ a r:Fact; r:gives {(9853 3589) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3858 a r:Inference; - r:gives { - 3860 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3860 math:notEqualTo 0}] - skolem:lemma6615 - [ a r:Fact; r:gives {((3 8 6 0) "=<") list:sort (0 3 6 8)}] - [ a r:Fact; r:gives {((3 8 6 0) ">=") list:sort (8 6 3 0)}] - skolem:lemma5579 - skolem:lemma5580 - [ a r:Fact; r:gives {(8630 368) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3859 a r:Inference; - r:gives { - 3861 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3861 math:notEqualTo 0}] - skolem:lemma6616 - [ a r:Fact; r:gives {((3 8 6 1) "=<") list:sort (1 3 6 8)}] - [ a r:Fact; r:gives {((3 8 6 1) ">=") list:sort (8 6 3 1)}] - skolem:lemma5751 - skolem:lemma5752 - [ a r:Fact; r:gives {(8631 1368) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3860 a r:Inference; - r:gives { - 3862 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3862 math:notEqualTo 0}] - skolem:lemma6617 - [ a r:Fact; r:gives {((3 8 6 2) "=<") list:sort (2 3 6 8)}] - [ a r:Fact; r:gives {((3 8 6 2) ">=") list:sort (8 6 3 2)}] - skolem:lemma4677 - skolem:lemma4678 - [ a r:Fact; r:gives {(8632 2368) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3861 a r:Inference; - r:gives { - 3863 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3863 math:notEqualTo 0}] - skolem:lemma6618 - [ a r:Fact; r:gives {((3 8 6 3) "=<") list:sort (3 3 6 8)}] - [ a r:Fact; r:gives {((3 8 6 3) ">=") list:sort (8 6 3 3)}] - skolem:lemma6004 - skolem:lemma6005 - [ a r:Fact; r:gives {(8633 3368) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3862 a r:Inference; - r:gives { - 3864 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3864 math:notEqualTo 0}] - skolem:lemma6619 - [ a r:Fact; r:gives {((3 8 6 4) "=<") list:sort (3 4 6 8)}] - [ a r:Fact; r:gives {((3 8 6 4) ">=") list:sort (8 6 4 3)}] - skolem:lemma6146 - skolem:lemma6147 - [ a r:Fact; r:gives {(8643 3468) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3863 a r:Inference; - r:gives { - 3865 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3865 math:notEqualTo 0}] - skolem:lemma6620 - [ a r:Fact; r:gives {((3 8 6 5) "=<") list:sort (3 5 6 8)}] - [ a r:Fact; r:gives {((3 8 6 5) ">=") list:sort (8 6 5 3)}] - skolem:lemma6276 - skolem:lemma6277 - [ a r:Fact; r:gives {(8653 3568) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3864 a r:Inference; - r:gives { - 3866 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3866 math:notEqualTo 0}] - skolem:lemma6621 - [ a r:Fact; r:gives {((3 8 6 6) "=<") list:sort (3 6 6 8)}] - [ a r:Fact; r:gives {((3 8 6 6) ">=") list:sort (8 6 6 3)}] - skolem:lemma6396 - skolem:lemma6397 - [ a r:Fact; r:gives {(8663 3668) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3865 a r:Inference; - r:gives { - 3867 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3867 math:notEqualTo 0}] - skolem:lemma6622 - [ a r:Fact; r:gives {((3 8 6 7) "=<") list:sort (3 6 7 8)}] - [ a r:Fact; r:gives {((3 8 6 7) ">=") list:sort (8 7 6 3)}] - skolem:lemma6412 - skolem:lemma6413 - [ a r:Fact; r:gives {(8763 3678) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3866 a r:Inference; - r:gives { - 3868 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3868 math:notEqualTo 0}] - skolem:lemma6623 - [ a r:Fact; r:gives {((3 8 6 8) "=<") list:sort (3 6 8 8)}] - [ a r:Fact; r:gives {((3 8 6 8) ">=") list:sort (8 8 6 3)}] - skolem:lemma6426 - skolem:lemma6427 - [ a r:Fact; r:gives {(8863 3688) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3867 a r:Inference; - r:gives { - 3869 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3869 math:notEqualTo 0}] - skolem:lemma6624 - [ a r:Fact; r:gives {((3 8 6 9) "=<") list:sort (3 6 8 9)}] - [ a r:Fact; r:gives {((3 8 6 9) ">=") list:sort (9 8 6 3)}] - skolem:lemma6429 - skolem:lemma6430 - [ a r:Fact; r:gives {(9863 3689) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3868 a r:Inference; - r:gives { - 3870 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3870 math:notEqualTo 0}] - skolem:lemma6625 - [ a r:Fact; r:gives {((3 8 7 0) "=<") list:sort (0 3 7 8)}] - [ a r:Fact; r:gives {((3 8 7 0) ">=") list:sort (8 7 3 0)}] - skolem:lemma5595 - skolem:lemma5596 - [ a r:Fact; r:gives {(8730 378) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3869 a r:Inference; - r:gives { - 3871 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3871 math:notEqualTo 0}] - skolem:lemma6626 - [ a r:Fact; r:gives {((3 8 7 1) "=<") list:sort (1 3 7 8)}] - [ a r:Fact; r:gives {((3 8 7 1) ">=") list:sort (8 7 3 1)}] - skolem:lemma5767 - skolem:lemma5768 - [ a r:Fact; r:gives {(8731 1378) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3870 a r:Inference; - r:gives { - 3872 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3872 math:notEqualTo 0}] - skolem:lemma6627 - [ a r:Fact; r:gives {((3 8 7 2) "=<") list:sort (2 3 7 8)}] - [ a r:Fact; r:gives {((3 8 7 2) ">=") list:sort (8 7 3 2)}] - skolem:lemma4693 - skolem:lemma4694 - [ a r:Fact; r:gives {(8732 2378) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3871 a r:Inference; - r:gives { - 3873 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3873 math:notEqualTo 0}] - skolem:lemma6628 - [ a r:Fact; r:gives {((3 8 7 3) "=<") list:sort (3 3 7 8)}] - [ a r:Fact; r:gives {((3 8 7 3) ">=") list:sort (8 7 3 3)}] - skolem:lemma6020 - skolem:lemma6021 - [ a r:Fact; r:gives {(8733 3378) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3872 a r:Inference; - r:gives { - 3874 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3874 math:notEqualTo 0}] - skolem:lemma6629 - [ a r:Fact; r:gives {((3 8 7 4) "=<") list:sort (3 4 7 8)}] - [ a r:Fact; r:gives {((3 8 7 4) ">=") list:sort (8 7 4 3)}] - skolem:lemma6162 - skolem:lemma6163 - [ a r:Fact; r:gives {(8743 3478) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3873 a r:Inference; - r:gives { - 3875 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3875 math:notEqualTo 0}] - skolem:lemma6630 - [ a r:Fact; r:gives {((3 8 7 5) "=<") list:sort (3 5 7 8)}] - [ a r:Fact; r:gives {((3 8 7 5) ">=") list:sort (8 7 5 3)}] - skolem:lemma6292 - skolem:lemma6293 - [ a r:Fact; r:gives {(8753 3578) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3874 a r:Inference; - r:gives { - 3876 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3876 math:notEqualTo 0}] - skolem:lemma6631 - [ a r:Fact; r:gives {((3 8 7 6) "=<") list:sort (3 6 7 8)}] - [ a r:Fact; r:gives {((3 8 7 6) ">=") list:sort (8 7 6 3)}] - skolem:lemma6412 - skolem:lemma6413 - [ a r:Fact; r:gives {(8763 3678) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3875 a r:Inference; - r:gives { - 3877 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3877 math:notEqualTo 0}] - skolem:lemma6632 - [ a r:Fact; r:gives {((3 8 7 7) "=<") list:sort (3 7 7 8)}] - [ a r:Fact; r:gives {((3 8 7 7) ">=") list:sort (8 7 7 3)}] - skolem:lemma6524 - skolem:lemma6525 - [ a r:Fact; r:gives {(8773 3778) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 7 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3876 a r:Inference; - r:gives { - 3878 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3878 math:notEqualTo 0}] - skolem:lemma6633 - [ a r:Fact; r:gives {((3 8 7 8) "=<") list:sort (3 7 8 8)}] - [ a r:Fact; r:gives {((3 8 7 8) ">=") list:sort (8 8 7 3)}] - skolem:lemma6538 - skolem:lemma6539 - [ a r:Fact; r:gives {(8873 3788) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3877 a r:Inference; - r:gives { - 3879 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3879 math:notEqualTo 0}] - skolem:lemma6634 - [ a r:Fact; r:gives {((3 8 7 9) "=<") list:sort (3 7 8 9)}] - [ a r:Fact; r:gives {((3 8 7 9) ">=") list:sort (9 8 7 3)}] - skolem:lemma6541 - skolem:lemma6542 - [ a r:Fact; r:gives {(9873 3789) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3878 a r:Inference; - r:gives { - 3880 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3880 math:notEqualTo 0}] - skolem:lemma6635 - [ a r:Fact; r:gives {((3 8 8 0) "=<") list:sort (0 3 8 8)}] - [ a r:Fact; r:gives {((3 8 8 0) ">=") list:sort (8 8 3 0)}] - skolem:lemma5609 - skolem:lemma5610 - [ a r:Fact; r:gives {(8830 388) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3879 a r:Inference; - r:gives { - 3881 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3881 math:notEqualTo 0}] - skolem:lemma6636 - [ a r:Fact; r:gives {((3 8 8 1) "=<") list:sort (1 3 8 8)}] - [ a r:Fact; r:gives {((3 8 8 1) ">=") list:sort (8 8 3 1)}] - skolem:lemma5781 - skolem:lemma5782 - [ a r:Fact; r:gives {(8831 1388) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3880 a r:Inference; - r:gives { - 3882 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3882 math:notEqualTo 0}] - skolem:lemma6637 - [ a r:Fact; r:gives {((3 8 8 2) "=<") list:sort (2 3 8 8)}] - [ a r:Fact; r:gives {((3 8 8 2) ">=") list:sort (8 8 3 2)}] - skolem:lemma4707 - skolem:lemma4708 - [ a r:Fact; r:gives {(8832 2388) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3881 a r:Inference; - r:gives { - 3883 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3883 math:notEqualTo 0}] - skolem:lemma6638 - [ a r:Fact; r:gives {((3 8 8 3) "=<") list:sort (3 3 8 8)}] - [ a r:Fact; r:gives {((3 8 8 3) ">=") list:sort (8 8 3 3)}] - skolem:lemma6034 - skolem:lemma6035 - [ a r:Fact; r:gives {(8833 3388) math:difference 5445}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5445 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5445 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3882 a r:Inference; - r:gives { - 3884 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3884 math:notEqualTo 0}] - skolem:lemma6639 - [ a r:Fact; r:gives {((3 8 8 4) "=<") list:sort (3 4 8 8)}] - [ a r:Fact; r:gives {((3 8 8 4) ">=") list:sort (8 8 4 3)}] - skolem:lemma6176 - skolem:lemma6177 - [ a r:Fact; r:gives {(8843 3488) math:difference 5355}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5355 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5355 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3883 a r:Inference; - r:gives { - 3885 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3885 math:notEqualTo 0}] - skolem:lemma6640 - [ a r:Fact; r:gives {((3 8 8 5) "=<") list:sort (3 5 8 8)}] - [ a r:Fact; r:gives {((3 8 8 5) ">=") list:sort (8 8 5 3)}] - skolem:lemma6306 - skolem:lemma6307 - [ a r:Fact; r:gives {(8853 3588) math:difference 5265}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5265 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 5265 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3884 a r:Inference; - r:gives { - 3886 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3886 math:notEqualTo 0}] - skolem:lemma6641 - [ a r:Fact; r:gives {((3 8 8 6) "=<") list:sort (3 6 8 8)}] - [ a r:Fact; r:gives {((3 8 8 6) ">=") list:sort (8 8 6 3)}] - skolem:lemma6426 - skolem:lemma6427 - [ a r:Fact; r:gives {(8863 3688) math:difference 5175}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5175 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5175 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3885 a r:Inference; - r:gives { - 3887 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3887 math:notEqualTo 0}] - skolem:lemma6642 - [ a r:Fact; r:gives {((3 8 8 7) "=<") list:sort (3 7 8 8)}] - [ a r:Fact; r:gives {((3 8 8 7) ">=") list:sort (8 8 7 3)}] - skolem:lemma6538 - skolem:lemma6539 - [ a r:Fact; r:gives {(8873 3788) math:difference 5085}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5085 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 5085 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3886 a r:Inference; - r:gives { - 3888 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3888 math:notEqualTo 0}] - skolem:lemma6643 - [ a r:Fact; r:gives {((3 8 8 8) "=<") list:sort (3 8 8 8)}] - [ a r:Fact; r:gives {((3 8 8 8) ">=") list:sort (8 8 8 3)}] - skolem:lemma6644 - skolem:lemma6645 - [ a r:Fact; r:gives {(8883 3888) math:difference 4995}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 4995 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 4995 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 8 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (8 8 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3887 a r:Inference; - r:gives { - 3889 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3889 math:notEqualTo 0}] - skolem:lemma6646 - [ a r:Fact; r:gives {((3 8 8 9) "=<") list:sort (3 8 8 9)}] - [ a r:Fact; r:gives {((3 8 8 9) ">=") list:sort (9 8 8 3)}] - skolem:lemma6647 - skolem:lemma6648 - [ a r:Fact; r:gives {(9883 3889) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3888 a r:Inference; - r:gives { - 3890 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3890 math:notEqualTo 0}] - skolem:lemma6649 - [ a r:Fact; r:gives {((3 8 9 0) "=<") list:sort (0 3 8 9)}] - [ a r:Fact; r:gives {((3 8 9 0) ">=") list:sort (9 8 3 0)}] - skolem:lemma5612 - skolem:lemma5613 - [ a r:Fact; r:gives {(9830 389) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3889 a r:Inference; - r:gives { - 3891 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3891 math:notEqualTo 0}] - skolem:lemma6650 - [ a r:Fact; r:gives {((3 8 9 1) "=<") list:sort (1 3 8 9)}] - [ a r:Fact; r:gives {((3 8 9 1) ">=") list:sort (9 8 3 1)}] - skolem:lemma5784 - skolem:lemma5785 - [ a r:Fact; r:gives {(9831 1389) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3890 a r:Inference; - r:gives { - 3892 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3892 math:notEqualTo 0}] - skolem:lemma6651 - [ a r:Fact; r:gives {((3 8 9 2) "=<") list:sort (2 3 8 9)}] - [ a r:Fact; r:gives {((3 8 9 2) ">=") list:sort (9 8 3 2)}] - skolem:lemma4710 - skolem:lemma4711 - [ a r:Fact; r:gives {(9832 2389) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3891 a r:Inference; - r:gives { - 3893 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3893 math:notEqualTo 0}] - skolem:lemma6652 - [ a r:Fact; r:gives {((3 8 9 3) "=<") list:sort (3 3 8 9)}] - [ a r:Fact; r:gives {((3 8 9 3) ">=") list:sort (9 8 3 3)}] - skolem:lemma6037 - skolem:lemma6038 - [ a r:Fact; r:gives {(9833 3389) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3892 a r:Inference; - r:gives { - 3894 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3894 math:notEqualTo 0}] - skolem:lemma6653 - [ a r:Fact; r:gives {((3 8 9 4) "=<") list:sort (3 4 8 9)}] - [ a r:Fact; r:gives {((3 8 9 4) ">=") list:sort (9 8 4 3)}] - skolem:lemma6179 - skolem:lemma6180 - [ a r:Fact; r:gives {(9843 3489) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3893 a r:Inference; - r:gives { - 3895 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3895 math:notEqualTo 0}] - skolem:lemma6654 - [ a r:Fact; r:gives {((3 8 9 5) "=<") list:sort (3 5 8 9)}] - [ a r:Fact; r:gives {((3 8 9 5) ">=") list:sort (9 8 5 3)}] - skolem:lemma6309 - skolem:lemma6310 - [ a r:Fact; r:gives {(9853 3589) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3894 a r:Inference; - r:gives { - 3896 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3896 math:notEqualTo 0}] - skolem:lemma6655 - [ a r:Fact; r:gives {((3 8 9 6) "=<") list:sort (3 6 8 9)}] - [ a r:Fact; r:gives {((3 8 9 6) ">=") list:sort (9 8 6 3)}] - skolem:lemma6429 - skolem:lemma6430 - [ a r:Fact; r:gives {(9863 3689) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3895 a r:Inference; - r:gives { - 3897 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3897 math:notEqualTo 0}] - skolem:lemma6656 - [ a r:Fact; r:gives {((3 8 9 7) "=<") list:sort (3 7 8 9)}] - [ a r:Fact; r:gives {((3 8 9 7) ">=") list:sort (9 8 7 3)}] - skolem:lemma6541 - skolem:lemma6542 - [ a r:Fact; r:gives {(9873 3789) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3896 a r:Inference; - r:gives { - 3898 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3898 math:notEqualTo 0}] - skolem:lemma6657 - [ a r:Fact; r:gives {((3 8 9 8) "=<") list:sort (3 8 8 9)}] - [ a r:Fact; r:gives {((3 8 9 8) ">=") list:sort (9 8 8 3)}] - skolem:lemma6647 - skolem:lemma6648 - [ a r:Fact; r:gives {(9883 3889) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3897 a r:Inference; - r:gives { - 3899 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3899 math:notEqualTo 0}] - skolem:lemma6658 - [ a r:Fact; r:gives {((3 8 9 9) "=<") list:sort (3 8 9 9)}] - [ a r:Fact; r:gives {((3 8 9 9) ">=") list:sort (9 9 8 3)}] - skolem:lemma6659 - skolem:lemma6660 - [ a r:Fact; r:gives {(9983 3899) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3898 a r:Inference; - r:gives { - 3900 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3900 math:notEqualTo 0}] - skolem:lemma6661 - [ a r:Fact; r:gives {((3 9 0 0) "=<") list:sort (0 0 3 9)}] - [ a r:Fact; r:gives {((3 9 0 0) ">=") list:sort (9 3 0 0)}] - skolem:lemma5462 - skolem:lemma5463 - [ a r:Fact; r:gives {(9300 39) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 0 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 0 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3899 a r:Inference; - r:gives { - 3901 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3901 math:notEqualTo 0}] - skolem:lemma6662 - [ a r:Fact; r:gives {((3 9 0 1) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((3 9 0 1) ">=") list:sort (9 3 1 0)}] - skolem:lemma5488 - skolem:lemma5489 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 0 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3900 a r:Inference; - r:gives { - 3902 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3902 math:notEqualTo 0}] - skolem:lemma6663 - [ a r:Fact; r:gives {((3 9 0 2) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((3 9 0 2) ">=") list:sort (9 3 2 0)}] - skolem:lemma4105 - skolem:lemma4106 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 0 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3901 a r:Inference; - r:gives { - 3903 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3903 math:notEqualTo 0}] - skolem:lemma6664 - [ a r:Fact; r:gives {((3 9 0 3) "=<") list:sort (0 3 3 9)}] - [ a r:Fact; r:gives {((3 9 0 3) ">=") list:sort (9 3 3 0)}] - skolem:lemma5522 - skolem:lemma5523 - [ a r:Fact; r:gives {(9330 339) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 0 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3902 a r:Inference; - r:gives { - 3904 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3904 math:notEqualTo 0}] - skolem:lemma6665 - [ a r:Fact; r:gives {((3 9 0 4) "=<") list:sort (0 3 4 9)}] - [ a r:Fact; r:gives {((3 9 0 4) ">=") list:sort (9 4 3 0)}] - skolem:lemma5544 - skolem:lemma5545 - [ a r:Fact; r:gives {(9430 349) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 0 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3903 a r:Inference; - r:gives { - 3905 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3905 math:notEqualTo 0}] - skolem:lemma6666 - [ a r:Fact; r:gives {((3 9 0 5) "=<") list:sort (0 3 5 9)}] - [ a r:Fact; r:gives {((3 9 0 5) ">=") list:sort (9 5 3 0)}] - skolem:lemma5564 - skolem:lemma5565 - [ a r:Fact; r:gives {(9530 359) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 0 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3904 a r:Inference; - r:gives { - 3906 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3906 math:notEqualTo 0}] - skolem:lemma6667 - [ a r:Fact; r:gives {((3 9 0 6) "=<") list:sort (0 3 6 9)}] - [ a r:Fact; r:gives {((3 9 0 6) ">=") list:sort (9 6 3 0)}] - skolem:lemma5582 - skolem:lemma5583 - [ a r:Fact; r:gives {(9630 369) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 0 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3905 a r:Inference; - r:gives { - 3907 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3907 math:notEqualTo 0}] - skolem:lemma6668 - [ a r:Fact; r:gives {((3 9 0 7) "=<") list:sort (0 3 7 9)}] - [ a r:Fact; r:gives {((3 9 0 7) ">=") list:sort (9 7 3 0)}] - skolem:lemma5598 - skolem:lemma5599 - [ a r:Fact; r:gives {(9730 379) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 0 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3906 a r:Inference; - r:gives { - 3908 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3908 math:notEqualTo 0}] - skolem:lemma6669 - [ a r:Fact; r:gives {((3 9 0 8) "=<") list:sort (0 3 8 9)}] - [ a r:Fact; r:gives {((3 9 0 8) ">=") list:sort (9 8 3 0)}] - skolem:lemma5612 - skolem:lemma5613 - [ a r:Fact; r:gives {(9830 389) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 0 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3907 a r:Inference; - r:gives { - 3909 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3909 math:notEqualTo 0}] - skolem:lemma6670 - [ a r:Fact; r:gives {((3 9 0 9) "=<") list:sort (0 3 9 9)}] - [ a r:Fact; r:gives {((3 9 0 9) ">=") list:sort (9 9 3 0)}] - skolem:lemma5624 - skolem:lemma5625 - [ a r:Fact; r:gives {(9930 399) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 0 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3908 a r:Inference; - r:gives { - 3910 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3910 math:notEqualTo 0}] - skolem:lemma6671 - [ a r:Fact; r:gives {((3 9 1 0) "=<") list:sort (0 1 3 9)}] - [ a r:Fact; r:gives {((3 9 1 0) ">=") list:sort (9 3 1 0)}] - skolem:lemma5488 - skolem:lemma5489 - [ a r:Fact; r:gives {(9310 139) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3909 a r:Inference; - r:gives { - 3911 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3911 math:notEqualTo 0}] - skolem:lemma6672 - [ a r:Fact; r:gives {((3 9 1 1) "=<") list:sort (1 1 3 9)}] - [ a r:Fact; r:gives {((3 9 1 1) ">=") list:sort (9 3 1 1)}] - skolem:lemma5660 - skolem:lemma5661 - [ a r:Fact; r:gives {(9311 1139) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 1 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 1 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3910 a r:Inference; - r:gives { - 3912 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3912 math:notEqualTo 0}] - skolem:lemma6673 - [ a r:Fact; r:gives {((3 9 1 2) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((3 9 1 2) ">=") list:sort (9 3 2 1)}] - skolem:lemma4295 - skolem:lemma4296 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 1 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3911 a r:Inference; - r:gives { - 3913 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3913 math:notEqualTo 0}] - skolem:lemma6674 - [ a r:Fact; r:gives {((3 9 1 3) "=<") list:sort (1 3 3 9)}] - [ a r:Fact; r:gives {((3 9 1 3) ">=") list:sort (9 3 3 1)}] - skolem:lemma5694 - skolem:lemma5695 - [ a r:Fact; r:gives {(9331 1339) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 1 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3912 a r:Inference; - r:gives { - 3914 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3914 math:notEqualTo 0}] - skolem:lemma6675 - [ a r:Fact; r:gives {((3 9 1 4) "=<") list:sort (1 3 4 9)}] - [ a r:Fact; r:gives {((3 9 1 4) ">=") list:sort (9 4 3 1)}] - skolem:lemma5716 - skolem:lemma5717 - [ a r:Fact; r:gives {(9431 1349) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 1 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3913 a r:Inference; - r:gives { - 3915 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3915 math:notEqualTo 0}] - skolem:lemma6676 - [ a r:Fact; r:gives {((3 9 1 5) "=<") list:sort (1 3 5 9)}] - [ a r:Fact; r:gives {((3 9 1 5) ">=") list:sort (9 5 3 1)}] - skolem:lemma5736 - skolem:lemma5737 - [ a r:Fact; r:gives {(9531 1359) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 1 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3914 a r:Inference; - r:gives { - 3916 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3916 math:notEqualTo 0}] - skolem:lemma6677 - [ a r:Fact; r:gives {((3 9 1 6) "=<") list:sort (1 3 6 9)}] - [ a r:Fact; r:gives {((3 9 1 6) ">=") list:sort (9 6 3 1)}] - skolem:lemma5754 - skolem:lemma5755 - [ a r:Fact; r:gives {(9631 1369) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 1 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3915 a r:Inference; - r:gives { - 3917 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3917 math:notEqualTo 0}] - skolem:lemma6678 - [ a r:Fact; r:gives {((3 9 1 7) "=<") list:sort (1 3 7 9)}] - [ a r:Fact; r:gives {((3 9 1 7) ">=") list:sort (9 7 3 1)}] - skolem:lemma5770 - skolem:lemma5771 - [ a r:Fact; r:gives {(9731 1379) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 1 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3916 a r:Inference; - r:gives { - 3918 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3918 math:notEqualTo 0}] - skolem:lemma6679 - [ a r:Fact; r:gives {((3 9 1 8) "=<") list:sort (1 3 8 9)}] - [ a r:Fact; r:gives {((3 9 1 8) ">=") list:sort (9 8 3 1)}] - skolem:lemma5784 - skolem:lemma5785 - [ a r:Fact; r:gives {(9831 1389) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 1 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3917 a r:Inference; - r:gives { - 3919 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3919 math:notEqualTo 0}] - skolem:lemma6680 - [ a r:Fact; r:gives {((3 9 1 9) "=<") list:sort (1 3 9 9)}] - [ a r:Fact; r:gives {((3 9 1 9) ">=") list:sort (9 9 3 1)}] - skolem:lemma5796 - skolem:lemma5797 - [ a r:Fact; r:gives {(9931 1399) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 1 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3918 a r:Inference; - r:gives { - 3920 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3920 math:notEqualTo 0}] - skolem:lemma6681 - [ a r:Fact; r:gives {((3 9 2 0) "=<") list:sort (0 2 3 9)}] - [ a r:Fact; r:gives {((3 9 2 0) ">=") list:sort (9 3 2 0)}] - skolem:lemma4105 - skolem:lemma4106 - [ a r:Fact; r:gives {(9320 239) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3919 a r:Inference; - r:gives { - 3921 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3921 math:notEqualTo 0}] - skolem:lemma6682 - [ a r:Fact; r:gives {((3 9 2 1) "=<") list:sort (1 2 3 9)}] - [ a r:Fact; r:gives {((3 9 2 1) ">=") list:sort (9 3 2 1)}] - skolem:lemma4295 - skolem:lemma4296 - [ a r:Fact; r:gives {(9321 1239) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3920 a r:Inference; - r:gives { - 3922 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3922 math:notEqualTo 0}] - skolem:lemma6683 - [ a r:Fact; r:gives {((3 9 2 2) "=<") list:sort (2 2 3 9)}] - [ a r:Fact; r:gives {((3 9 2 2) ">=") list:sort (9 3 2 2)}] - skolem:lemma4464 - skolem:lemma4465 - [ a r:Fact; r:gives {(9322 2239) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 2 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 2 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3921 a r:Inference; - r:gives { - 3923 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3923 math:notEqualTo 0}] - skolem:lemma6684 - [ a r:Fact; r:gives {((3 9 2 3) "=<") list:sort (2 3 3 9)}] - [ a r:Fact; r:gives {((3 9 2 3) ">=") list:sort (9 3 3 2)}] - skolem:lemma4620 - skolem:lemma4621 - [ a r:Fact; r:gives {(9332 2339) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 2 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3922 a r:Inference; - r:gives { - 3924 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3924 math:notEqualTo 0}] - skolem:lemma6685 - [ a r:Fact; r:gives {((3 9 2 4) "=<") list:sort (2 3 4 9)}] - [ a r:Fact; r:gives {((3 9 2 4) ">=") list:sort (9 4 3 2)}] - skolem:lemma4642 - skolem:lemma4643 - [ a r:Fact; r:gives {(9432 2349) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 2 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3923 a r:Inference; - r:gives { - 3925 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3925 math:notEqualTo 0}] - skolem:lemma6686 - [ a r:Fact; r:gives {((3 9 2 5) "=<") list:sort (2 3 5 9)}] - [ a r:Fact; r:gives {((3 9 2 5) ">=") list:sort (9 5 3 2)}] - skolem:lemma4662 - skolem:lemma4663 - [ a r:Fact; r:gives {(9532 2359) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 2 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3924 a r:Inference; - r:gives { - 3926 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3926 math:notEqualTo 0}] - skolem:lemma6687 - [ a r:Fact; r:gives {((3 9 2 6) "=<") list:sort (2 3 6 9)}] - [ a r:Fact; r:gives {((3 9 2 6) ">=") list:sort (9 6 3 2)}] - skolem:lemma4680 - skolem:lemma4681 - [ a r:Fact; r:gives {(9632 2369) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 2 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3925 a r:Inference; - r:gives { - 3927 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3927 math:notEqualTo 0}] - skolem:lemma6688 - [ a r:Fact; r:gives {((3 9 2 7) "=<") list:sort (2 3 7 9)}] - [ a r:Fact; r:gives {((3 9 2 7) ">=") list:sort (9 7 3 2)}] - skolem:lemma4696 - skolem:lemma4697 - [ a r:Fact; r:gives {(9732 2379) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 2 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3926 a r:Inference; - r:gives { - 3928 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3928 math:notEqualTo 0}] - skolem:lemma6689 - [ a r:Fact; r:gives {((3 9 2 8) "=<") list:sort (2 3 8 9)}] - [ a r:Fact; r:gives {((3 9 2 8) ">=") list:sort (9 8 3 2)}] - skolem:lemma4710 - skolem:lemma4711 - [ a r:Fact; r:gives {(9832 2389) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 2 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3927 a r:Inference; - r:gives { - 3929 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3929 math:notEqualTo 0}] - skolem:lemma6690 - [ a r:Fact; r:gives {((3 9 2 9) "=<") list:sort (2 3 9 9)}] - [ a r:Fact; r:gives {((3 9 2 9) ">=") list:sort (9 9 3 2)}] - skolem:lemma4722 - skolem:lemma4723 - [ a r:Fact; r:gives {(9932 2399) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 2 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3928 a r:Inference; - r:gives { - 3930 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3930 math:notEqualTo 0}] - skolem:lemma6691 - [ a r:Fact; r:gives {((3 9 3 0) "=<") list:sort (0 3 3 9)}] - [ a r:Fact; r:gives {((3 9 3 0) ">=") list:sort (9 3 3 0)}] - skolem:lemma5522 - skolem:lemma5523 - [ a r:Fact; r:gives {(9330 339) math:difference 8991}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8991 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 8991 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3929 a r:Inference; - r:gives { - 3931 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3931 math:notEqualTo 0}] - skolem:lemma6692 - [ a r:Fact; r:gives {((3 9 3 1) "=<") list:sort (1 3 3 9)}] - [ a r:Fact; r:gives {((3 9 3 1) ">=") list:sort (9 3 3 1)}] - skolem:lemma5694 - skolem:lemma5695 - [ a r:Fact; r:gives {(9331 1339) math:difference 7992}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7992 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7992 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3930 a r:Inference; - r:gives { - 3932 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3932 math:notEqualTo 0}] - skolem:lemma6693 - [ a r:Fact; r:gives {((3 9 3 2) "=<") list:sort (2 3 3 9)}] - [ a r:Fact; r:gives {((3 9 3 2) ">=") list:sort (9 3 3 2)}] - skolem:lemma4620 - skolem:lemma4621 - [ a r:Fact; r:gives {(9332 2339) math:difference 6993}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6993 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6993 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3931 a r:Inference; - r:gives { - 3933 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3933 math:notEqualTo 0}] - skolem:lemma6694 - [ a r:Fact; r:gives {((3 9 3 3) "=<") list:sort (3 3 3 9)}] - [ a r:Fact; r:gives {((3 9 3 3) ">=") list:sort (9 3 3 3)}] - skolem:lemma5947 - skolem:lemma5948 - [ a r:Fact; r:gives {(9333 3339) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 3 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3932 a r:Inference; - r:gives { - 3934 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3934 math:notEqualTo 0}] - skolem:lemma6695 - [ a r:Fact; r:gives {((3 9 3 4) "=<") list:sort (3 3 4 9)}] - [ a r:Fact; r:gives {((3 9 3 4) ">=") list:sort (9 4 3 3)}] - skolem:lemma5969 - skolem:lemma5970 - [ a r:Fact; r:gives {(9433 3349) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 3 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3933 a r:Inference; - r:gives { - 3935 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3935 math:notEqualTo 0}] - skolem:lemma6696 - [ a r:Fact; r:gives {((3 9 3 5) "=<") list:sort (3 3 5 9)}] - [ a r:Fact; r:gives {((3 9 3 5) ">=") list:sort (9 5 3 3)}] - skolem:lemma5989 - skolem:lemma5990 - [ a r:Fact; r:gives {(9533 3359) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 3 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3934 a r:Inference; - r:gives { - 3936 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3936 math:notEqualTo 0}] - skolem:lemma6697 - [ a r:Fact; r:gives {((3 9 3 6) "=<") list:sort (3 3 6 9)}] - [ a r:Fact; r:gives {((3 9 3 6) ">=") list:sort (9 6 3 3)}] - skolem:lemma6007 - skolem:lemma6008 - [ a r:Fact; r:gives {(9633 3369) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 3 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3935 a r:Inference; - r:gives { - 3937 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3937 math:notEqualTo 0}] - skolem:lemma6698 - [ a r:Fact; r:gives {((3 9 3 7) "=<") list:sort (3 3 7 9)}] - [ a r:Fact; r:gives {((3 9 3 7) ">=") list:sort (9 7 3 3)}] - skolem:lemma6023 - skolem:lemma6024 - [ a r:Fact; r:gives {(9733 3379) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 3 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3936 a r:Inference; - r:gives { - 3938 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3938 math:notEqualTo 0}] - skolem:lemma6699 - [ a r:Fact; r:gives {((3 9 3 8) "=<") list:sort (3 3 8 9)}] - [ a r:Fact; r:gives {((3 9 3 8) ">=") list:sort (9 8 3 3)}] - skolem:lemma6037 - skolem:lemma6038 - [ a r:Fact; r:gives {(9833 3389) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 3 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3937 a r:Inference; - r:gives { - 3939 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3939 math:notEqualTo 0}] - skolem:lemma6700 - [ a r:Fact; r:gives {((3 9 3 9) "=<") list:sort (3 3 9 9)}] - [ a r:Fact; r:gives {((3 9 3 9) ">=") list:sort (9 9 3 3)}] - skolem:lemma6049 - skolem:lemma6050 - [ a r:Fact; r:gives {(9933 3399) math:difference 6534}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6534 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6534 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 3 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3938 a r:Inference; - r:gives { - 3940 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3940 math:notEqualTo 0}] - skolem:lemma6701 - [ a r:Fact; r:gives {((3 9 4 0) "=<") list:sort (0 3 4 9)}] - [ a r:Fact; r:gives {((3 9 4 0) ">=") list:sort (9 4 3 0)}] - skolem:lemma5544 - skolem:lemma5545 - [ a r:Fact; r:gives {(9430 349) math:difference 9081}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9081 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 9081 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 4 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3939 a r:Inference; - r:gives { - 3941 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3941 math:notEqualTo 0}] - skolem:lemma6702 - [ a r:Fact; r:gives {((3 9 4 1) "=<") list:sort (1 3 4 9)}] - [ a r:Fact; r:gives {((3 9 4 1) ">=") list:sort (9 4 3 1)}] - skolem:lemma5716 - skolem:lemma5717 - [ a r:Fact; r:gives {(9431 1349) math:difference 8082}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8082 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 8082 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 4 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3940 a r:Inference; - r:gives { - 3942 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3942 math:notEqualTo 0}] - skolem:lemma6703 - [ a r:Fact; r:gives {((3 9 4 2) "=<") list:sort (2 3 4 9)}] - [ a r:Fact; r:gives {((3 9 4 2) ">=") list:sort (9 4 3 2)}] - skolem:lemma4642 - skolem:lemma4643 - [ a r:Fact; r:gives {(9432 2349) math:difference 7083}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7083 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7083 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 4 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3941 a r:Inference; - r:gives { - 3943 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3943 math:notEqualTo 0}] - skolem:lemma6704 - [ a r:Fact; r:gives {((3 9 4 3) "=<") list:sort (3 3 4 9)}] - [ a r:Fact; r:gives {((3 9 4 3) ">=") list:sort (9 4 3 3)}] - skolem:lemma5969 - skolem:lemma5970 - [ a r:Fact; r:gives {(9433 3349) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3942 a r:Inference; - r:gives { - 3944 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3944 math:notEqualTo 0}] - skolem:lemma6705 - [ a r:Fact; r:gives {((3 9 4 4) "=<") list:sort (3 4 4 9)}] - [ a r:Fact; r:gives {((3 9 4 4) ">=") list:sort (9 4 4 3)}] - skolem:lemma6111 - skolem:lemma6112 - [ a r:Fact; r:gives {(9443 3449) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 4 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 4 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3943 a r:Inference; - r:gives { - 3945 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3945 math:notEqualTo 0}] - skolem:lemma6706 - [ a r:Fact; r:gives {((3 9 4 5) "=<") list:sort (3 4 5 9)}] - [ a r:Fact; r:gives {((3 9 4 5) ">=") list:sort (9 5 4 3)}] - skolem:lemma6131 - skolem:lemma6132 - [ a r:Fact; r:gives {(9543 3459) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 4 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3944 a r:Inference; - r:gives { - 3946 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3946 math:notEqualTo 0}] - skolem:lemma6707 - [ a r:Fact; r:gives {((3 9 4 6) "=<") list:sort (3 4 6 9)}] - [ a r:Fact; r:gives {((3 9 4 6) ">=") list:sort (9 6 4 3)}] - skolem:lemma6149 - skolem:lemma6150 - [ a r:Fact; r:gives {(9643 3469) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 4 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3945 a r:Inference; - r:gives { - 3947 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3947 math:notEqualTo 0}] - skolem:lemma6708 - [ a r:Fact; r:gives {((3 9 4 7) "=<") list:sort (3 4 7 9)}] - [ a r:Fact; r:gives {((3 9 4 7) ">=") list:sort (9 7 4 3)}] - skolem:lemma6165 - skolem:lemma6166 - [ a r:Fact; r:gives {(9743 3479) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 4 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3946 a r:Inference; - r:gives { - 3948 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3948 math:notEqualTo 0}] - skolem:lemma6709 - [ a r:Fact; r:gives {((3 9 4 8) "=<") list:sort (3 4 8 9)}] - [ a r:Fact; r:gives {((3 9 4 8) ">=") list:sort (9 8 4 3)}] - skolem:lemma6179 - skolem:lemma6180 - [ a r:Fact; r:gives {(9843 3489) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 4 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3947 a r:Inference; - r:gives { - 3949 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3949 math:notEqualTo 0}] - skolem:lemma6710 - [ a r:Fact; r:gives {((3 9 4 9) "=<") list:sort (3 4 9 9)}] - [ a r:Fact; r:gives {((3 9 4 9) ">=") list:sort (9 9 4 3)}] - skolem:lemma6191 - skolem:lemma6192 - [ a r:Fact; r:gives {(9943 3499) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 4 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3948 a r:Inference; - r:gives { - 3950 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3950 math:notEqualTo 0}] - skolem:lemma6711 - [ a r:Fact; r:gives {((3 9 5 0) "=<") list:sort (0 3 5 9)}] - [ a r:Fact; r:gives {((3 9 5 0) ">=") list:sort (9 5 3 0)}] - skolem:lemma5564 - skolem:lemma5565 - [ a r:Fact; r:gives {(9530 359) math:difference 9171}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9171 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9171 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 5 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3949 a r:Inference; - r:gives { - 3951 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3951 math:notEqualTo 0}] - skolem:lemma6712 - [ a r:Fact; r:gives {((3 9 5 1) "=<") list:sort (1 3 5 9)}] - [ a r:Fact; r:gives {((3 9 5 1) ">=") list:sort (9 5 3 1)}] - skolem:lemma5736 - skolem:lemma5737 - [ a r:Fact; r:gives {(9531 1359) math:difference 8172}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8172 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 8172 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 5 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3950 a r:Inference; - r:gives { - 3952 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3952 math:notEqualTo 0}] - skolem:lemma6713 - [ a r:Fact; r:gives {((3 9 5 2) "=<") list:sort (2 3 5 9)}] - [ a r:Fact; r:gives {((3 9 5 2) ">=") list:sort (9 5 3 2)}] - skolem:lemma4662 - skolem:lemma4663 - [ a r:Fact; r:gives {(9532 2359) math:difference 7173}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7173 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7173 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 5 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3951 a r:Inference; - r:gives { - 3953 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3953 math:notEqualTo 0}] - skolem:lemma6714 - [ a r:Fact; r:gives {((3 9 5 3) "=<") list:sort (3 3 5 9)}] - [ a r:Fact; r:gives {((3 9 5 3) ">=") list:sort (9 5 3 3)}] - skolem:lemma5989 - skolem:lemma5990 - [ a r:Fact; r:gives {(9533 3359) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3952 a r:Inference; - r:gives { - 3954 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3954 math:notEqualTo 0}] - skolem:lemma6715 - [ a r:Fact; r:gives {((3 9 5 4) "=<") list:sort (3 4 5 9)}] - [ a r:Fact; r:gives {((3 9 5 4) ">=") list:sort (9 5 4 3)}] - skolem:lemma6131 - skolem:lemma6132 - [ a r:Fact; r:gives {(9543 3459) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 5 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3953 a r:Inference; - r:gives { - 3955 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3955 math:notEqualTo 0}] - skolem:lemma6716 - [ a r:Fact; r:gives {((3 9 5 5) "=<") list:sort (3 5 5 9)}] - [ a r:Fact; r:gives {((3 9 5 5) ">=") list:sort (9 5 5 3)}] - skolem:lemma6261 - skolem:lemma6262 - [ a r:Fact; r:gives {(9553 3559) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 5 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 5 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3954 a r:Inference; - r:gives { - 3956 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3956 math:notEqualTo 0}] - skolem:lemma6717 - [ a r:Fact; r:gives {((3 9 5 6) "=<") list:sort (3 5 6 9)}] - [ a r:Fact; r:gives {((3 9 5 6) ">=") list:sort (9 6 5 3)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(9653 3569) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 5 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3955 a r:Inference; - r:gives { - 3957 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3957 math:notEqualTo 0}] - skolem:lemma6718 - [ a r:Fact; r:gives {((3 9 5 7) "=<") list:sort (3 5 7 9)}] - [ a r:Fact; r:gives {((3 9 5 7) ">=") list:sort (9 7 5 3)}] - skolem:lemma6295 - skolem:lemma6296 - [ a r:Fact; r:gives {(9753 3579) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 5 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3956 a r:Inference; - r:gives { - 3958 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3958 math:notEqualTo 0}] - skolem:lemma6719 - [ a r:Fact; r:gives {((3 9 5 8) "=<") list:sort (3 5 8 9)}] - [ a r:Fact; r:gives {((3 9 5 8) ">=") list:sort (9 8 5 3)}] - skolem:lemma6309 - skolem:lemma6310 - [ a r:Fact; r:gives {(9853 3589) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 5 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3957 a r:Inference; - r:gives { - 3959 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3959 math:notEqualTo 0}] - skolem:lemma6720 - [ a r:Fact; r:gives {((3 9 5 9) "=<") list:sort (3 5 9 9)}] - [ a r:Fact; r:gives {((3 9 5 9) ">=") list:sort (9 9 5 3)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(9953 3599) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 5 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3958 a r:Inference; - r:gives { - 3960 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3960 math:notEqualTo 0}] - skolem:lemma6721 - [ a r:Fact; r:gives {((3 9 6 0) "=<") list:sort (0 3 6 9)}] - [ a r:Fact; r:gives {((3 9 6 0) ">=") list:sort (9 6 3 0)}] - skolem:lemma5582 - skolem:lemma5583 - [ a r:Fact; r:gives {(9630 369) math:difference 9261}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9261 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 9261 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 6 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3959 a r:Inference; - r:gives { - 3961 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3961 math:notEqualTo 0}] - skolem:lemma6722 - [ a r:Fact; r:gives {((3 9 6 1) "=<") list:sort (1 3 6 9)}] - [ a r:Fact; r:gives {((3 9 6 1) ">=") list:sort (9 6 3 1)}] - skolem:lemma5754 - skolem:lemma5755 - [ a r:Fact; r:gives {(9631 1369) math:difference 8262}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8262 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 8262 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 6 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3960 a r:Inference; - r:gives { - 3962 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3962 math:notEqualTo 0}] - skolem:lemma6723 - [ a r:Fact; r:gives {((3 9 6 2) "=<") list:sort (2 3 6 9)}] - [ a r:Fact; r:gives {((3 9 6 2) ">=") list:sort (9 6 3 2)}] - skolem:lemma4680 - skolem:lemma4681 - [ a r:Fact; r:gives {(9632 2369) math:difference 7263}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7263 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 7263 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 6 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3961 a r:Inference; - r:gives { - 3963 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3963 math:notEqualTo 0}] - skolem:lemma6724 - [ a r:Fact; r:gives {((3 9 6 3) "=<") list:sort (3 3 6 9)}] - [ a r:Fact; r:gives {((3 9 6 3) ">=") list:sort (9 6 3 3)}] - skolem:lemma6007 - skolem:lemma6008 - [ a r:Fact; r:gives {(9633 3369) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3962 a r:Inference; - r:gives { - 3964 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3964 math:notEqualTo 0}] - skolem:lemma6725 - [ a r:Fact; r:gives {((3 9 6 4) "=<") list:sort (3 4 6 9)}] - [ a r:Fact; r:gives {((3 9 6 4) ">=") list:sort (9 6 4 3)}] - skolem:lemma6149 - skolem:lemma6150 - [ a r:Fact; r:gives {(9643 3469) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 6 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3963 a r:Inference; - r:gives { - 3965 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3965 math:notEqualTo 0}] - skolem:lemma6726 - [ a r:Fact; r:gives {((3 9 6 5) "=<") list:sort (3 5 6 9)}] - [ a r:Fact; r:gives {((3 9 6 5) ">=") list:sort (9 6 5 3)}] - skolem:lemma6279 - skolem:lemma6280 - [ a r:Fact; r:gives {(9653 3569) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 6 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3964 a r:Inference; - r:gives { - 3966 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3966 math:notEqualTo 0}] - skolem:lemma6727 - [ a r:Fact; r:gives {((3 9 6 6) "=<") list:sort (3 6 6 9)}] - [ a r:Fact; r:gives {((3 9 6 6) ">=") list:sort (9 6 6 3)}] - skolem:lemma6399 - skolem:lemma6400 - [ a r:Fact; r:gives {(9663 3669) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 6 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 6 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3965 a r:Inference; - r:gives { - 3967 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3967 math:notEqualTo 0}] - skolem:lemma6728 - [ a r:Fact; r:gives {((3 9 6 7) "=<") list:sort (3 6 7 9)}] - [ a r:Fact; r:gives {((3 9 6 7) ">=") list:sort (9 7 6 3)}] - skolem:lemma6415 - skolem:lemma6416 - [ a r:Fact; r:gives {(9763 3679) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 6 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3966 a r:Inference; - r:gives { - 3968 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3968 math:notEqualTo 0}] - skolem:lemma6729 - [ a r:Fact; r:gives {((3 9 6 8) "=<") list:sort (3 6 8 9)}] - [ a r:Fact; r:gives {((3 9 6 8) ">=") list:sort (9 8 6 3)}] - skolem:lemma6429 - skolem:lemma6430 - [ a r:Fact; r:gives {(9863 3689) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 6 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3967 a r:Inference; - r:gives { - 3969 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3969 math:notEqualTo 0}] - skolem:lemma6730 - [ a r:Fact; r:gives {((3 9 6 9) "=<") list:sort (3 6 9 9)}] - [ a r:Fact; r:gives {((3 9 6 9) ">=") list:sort (9 9 6 3)}] - skolem:lemma6441 - skolem:lemma6442 - [ a r:Fact; r:gives {(9963 3699) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 6 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3968 a r:Inference; - r:gives { - 3970 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3970 math:notEqualTo 0}] - skolem:lemma6731 - [ a r:Fact; r:gives {((3 9 7 0) "=<") list:sort (0 3 7 9)}] - [ a r:Fact; r:gives {((3 9 7 0) ">=") list:sort (9 7 3 0)}] - skolem:lemma5598 - skolem:lemma5599 - [ a r:Fact; r:gives {(9730 379) math:difference 9351}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9351 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9351 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 7 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3969 a r:Inference; - r:gives { - 3971 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3971 math:notEqualTo 0}] - skolem:lemma6732 - [ a r:Fact; r:gives {((3 9 7 1) "=<") list:sort (1 3 7 9)}] - [ a r:Fact; r:gives {((3 9 7 1) ">=") list:sort (9 7 3 1)}] - skolem:lemma5770 - skolem:lemma5771 - [ a r:Fact; r:gives {(9731 1379) math:difference 8352}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8352 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8352 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 7 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3970 a r:Inference; - r:gives { - 3972 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3972 math:notEqualTo 0}] - skolem:lemma6733 - [ a r:Fact; r:gives {((3 9 7 2) "=<") list:sort (2 3 7 9)}] - [ a r:Fact; r:gives {((3 9 7 2) ">=") list:sort (9 7 3 2)}] - skolem:lemma4696 - skolem:lemma4697 - [ a r:Fact; r:gives {(9732 2379) math:difference 7353}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7353 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7353 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 7 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3971 a r:Inference; - r:gives { - 3973 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3973 math:notEqualTo 0}] - skolem:lemma6734 - [ a r:Fact; r:gives {((3 9 7 3) "=<") list:sort (3 3 7 9)}] - [ a r:Fact; r:gives {((3 9 7 3) ">=") list:sort (9 7 3 3)}] - skolem:lemma6023 - skolem:lemma6024 - [ a r:Fact; r:gives {(9733 3379) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3972 a r:Inference; - r:gives { - 3974 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3974 math:notEqualTo 0}] - skolem:lemma6735 - [ a r:Fact; r:gives {((3 9 7 4) "=<") list:sort (3 4 7 9)}] - [ a r:Fact; r:gives {((3 9 7 4) ">=") list:sort (9 7 4 3)}] - skolem:lemma6165 - skolem:lemma6166 - [ a r:Fact; r:gives {(9743 3479) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 7 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3973 a r:Inference; - r:gives { - 3975 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3975 math:notEqualTo 0}] - skolem:lemma6736 - [ a r:Fact; r:gives {((3 9 7 5) "=<") list:sort (3 5 7 9)}] - [ a r:Fact; r:gives {((3 9 7 5) ">=") list:sort (9 7 5 3)}] - skolem:lemma6295 - skolem:lemma6296 - [ a r:Fact; r:gives {(9753 3579) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 7 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3974 a r:Inference; - r:gives { - 3976 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3976 math:notEqualTo 0}] - skolem:lemma6737 - [ a r:Fact; r:gives {((3 9 7 6) "=<") list:sort (3 6 7 9)}] - [ a r:Fact; r:gives {((3 9 7 6) ">=") list:sort (9 7 6 3)}] - skolem:lemma6415 - skolem:lemma6416 - [ a r:Fact; r:gives {(9763 3679) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 7 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3975 a r:Inference; - r:gives { - 3977 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3977 math:notEqualTo 0}] - skolem:lemma6738 - [ a r:Fact; r:gives {((3 9 7 7) "=<") list:sort (3 7 7 9)}] - [ a r:Fact; r:gives {((3 9 7 7) ">=") list:sort (9 7 7 3)}] - skolem:lemma6527 - skolem:lemma6528 - [ a r:Fact; r:gives {(9773 3779) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 7 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 7 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3976 a r:Inference; - r:gives { - 3978 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3978 math:notEqualTo 0}] - skolem:lemma6739 - [ a r:Fact; r:gives {((3 9 7 8) "=<") list:sort (3 7 8 9)}] - [ a r:Fact; r:gives {((3 9 7 8) ">=") list:sort (9 8 7 3)}] - skolem:lemma6541 - skolem:lemma6542 - [ a r:Fact; r:gives {(9873 3789) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 7 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3977 a r:Inference; - r:gives { - 3979 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3979 math:notEqualTo 0}] - skolem:lemma6740 - [ a r:Fact; r:gives {((3 9 7 9) "=<") list:sort (3 7 9 9)}] - [ a r:Fact; r:gives {((3 9 7 9) ">=") list:sort (9 9 7 3)}] - skolem:lemma6553 - skolem:lemma6554 - [ a r:Fact; r:gives {(9973 3799) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 7 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3978 a r:Inference; - r:gives { - 3980 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3980 math:notEqualTo 0}] - skolem:lemma6741 - [ a r:Fact; r:gives {((3 9 8 0) "=<") list:sort (0 3 8 9)}] - [ a r:Fact; r:gives {((3 9 8 0) ">=") list:sort (9 8 3 0)}] - skolem:lemma5612 - skolem:lemma5613 - [ a r:Fact; r:gives {(9830 389) math:difference 9441}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9441 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9441 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 8 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3979 a r:Inference; - r:gives { - 3981 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3981 math:notEqualTo 0}] - skolem:lemma6742 - [ a r:Fact; r:gives {((3 9 8 1) "=<") list:sort (1 3 8 9)}] - [ a r:Fact; r:gives {((3 9 8 1) ">=") list:sort (9 8 3 1)}] - skolem:lemma5784 - skolem:lemma5785 - [ a r:Fact; r:gives {(9831 1389) math:difference 8442}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8442 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 8442 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 8 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3980 a r:Inference; - r:gives { - 3982 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3982 math:notEqualTo 0}] - skolem:lemma6743 - [ a r:Fact; r:gives {((3 9 8 2) "=<") list:sort (2 3 8 9)}] - [ a r:Fact; r:gives {((3 9 8 2) ">=") list:sort (9 8 3 2)}] - skolem:lemma4710 - skolem:lemma4711 - [ a r:Fact; r:gives {(9832 2389) math:difference 7443}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7443 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 7443 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 8 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3981 a r:Inference; - r:gives { - 3983 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3983 math:notEqualTo 0}] - skolem:lemma6744 - [ a r:Fact; r:gives {((3 9 8 3) "=<") list:sort (3 3 8 9)}] - [ a r:Fact; r:gives {((3 9 8 3) ">=") list:sort (9 8 3 3)}] - skolem:lemma6037 - skolem:lemma6038 - [ a r:Fact; r:gives {(9833 3389) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3982 a r:Inference; - r:gives { - 3984 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3984 math:notEqualTo 0}] - skolem:lemma6745 - [ a r:Fact; r:gives {((3 9 8 4) "=<") list:sort (3 4 8 9)}] - [ a r:Fact; r:gives {((3 9 8 4) ">=") list:sort (9 8 4 3)}] - skolem:lemma6179 - skolem:lemma6180 - [ a r:Fact; r:gives {(9843 3489) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 8 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3983 a r:Inference; - r:gives { - 3985 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3985 math:notEqualTo 0}] - skolem:lemma6746 - [ a r:Fact; r:gives {((3 9 8 5) "=<") list:sort (3 5 8 9)}] - [ a r:Fact; r:gives {((3 9 8 5) ">=") list:sort (9 8 5 3)}] - skolem:lemma6309 - skolem:lemma6310 - [ a r:Fact; r:gives {(9853 3589) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 8 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3984 a r:Inference; - r:gives { - 3986 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3986 math:notEqualTo 0}] - skolem:lemma6747 - [ a r:Fact; r:gives {((3 9 8 6) "=<") list:sort (3 6 8 9)}] - [ a r:Fact; r:gives {((3 9 8 6) ">=") list:sort (9 8 6 3)}] - skolem:lemma6429 - skolem:lemma6430 - [ a r:Fact; r:gives {(9863 3689) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 8 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3985 a r:Inference; - r:gives { - 3987 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3987 math:notEqualTo 0}] - skolem:lemma6748 - [ a r:Fact; r:gives {((3 9 8 7) "=<") list:sort (3 7 8 9)}] - [ a r:Fact; r:gives {((3 9 8 7) ">=") list:sort (9 8 7 3)}] - skolem:lemma6541 - skolem:lemma6542 - [ a r:Fact; r:gives {(9873 3789) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 8 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3986 a r:Inference; - r:gives { - 3988 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3988 math:notEqualTo 0}] - skolem:lemma6749 - [ a r:Fact; r:gives {((3 9 8 8) "=<") list:sort (3 8 8 9)}] - [ a r:Fact; r:gives {((3 9 8 8) ">=") list:sort (9 8 8 3)}] - skolem:lemma6647 - skolem:lemma6648 - [ a r:Fact; r:gives {(9883 3889) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 8 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 8 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 8 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3987 a r:Inference; - r:gives { - 3989 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3989 math:notEqualTo 0}] - skolem:lemma6750 - [ a r:Fact; r:gives {((3 9 8 9) "=<") list:sort (3 8 9 9)}] - [ a r:Fact; r:gives {((3 9 8 9) ">=") list:sort (9 9 8 3)}] - skolem:lemma6659 - skolem:lemma6660 - [ a r:Fact; r:gives {(9983 3899) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 8 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3988 a r:Inference; - r:gives { - 3990 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3990 math:notEqualTo 0}] - skolem:lemma6751 - [ a r:Fact; r:gives {((3 9 9 0) "=<") list:sort (0 3 9 9)}] - [ a r:Fact; r:gives {((3 9 9 0) ">=") list:sort (9 9 3 0)}] - skolem:lemma5624 - skolem:lemma5625 - [ a r:Fact; r:gives {(9930 399) math:difference 9531}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 9531 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 9531 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 9 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (0 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 0)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3989 a r:Inference; - r:gives { - 3991 :kaprekar (0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {3991 math:notEqualTo 0}] - skolem:lemma6752 - [ a r:Fact; r:gives {((3 9 9 1) "=<") list:sort (1 3 9 9)}] - [ a r:Fact; r:gives {((3 9 9 1) ">=") list:sort (9 9 3 1)}] - skolem:lemma5796 - skolem:lemma5797 - [ a r:Fact; r:gives {(9931 1399) math:difference 8532}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 8532 math:equalTo 6174. - } { - 2 log:equalTo 1. - } { - 8532 :kaprekar (1 2). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 9 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (1 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 2]; - r:rule skolem:lemma4001. - -skolem:lemma3990 a r:Inference; - r:gives { - 3992 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3992 math:notEqualTo 0}] - skolem:lemma6753 - [ a r:Fact; r:gives {((3 9 9 2) "=<") list:sort (2 3 9 9)}] - [ a r:Fact; r:gives {((3 9 9 2) ">=") list:sort (9 9 3 2)}] - skolem:lemma4722 - skolem:lemma4723 - [ a r:Fact; r:gives {(9932 2399) math:difference 7533}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 7533 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 7533 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 9 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (2 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 2)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3991 a r:Inference; - r:gives { - 3993 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3993 math:notEqualTo 0}] - skolem:lemma6754 - [ a r:Fact; r:gives {((3 9 9 3) "=<") list:sort (3 3 9 9)}] - [ a r:Fact; r:gives {((3 9 9 3) ">=") list:sort (9 9 3 3)}] - skolem:lemma6049 - skolem:lemma6050 - [ a r:Fact; r:gives {(9933 3399) math:difference 6534}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6534 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6534 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 3 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 3 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3992 a r:Inference; - r:gives { - 3994 :kaprekar (0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {3994 math:notEqualTo 0}] - skolem:lemma6755 - [ a r:Fact; r:gives {((3 9 9 4) "=<") list:sort (3 4 9 9)}] - [ a r:Fact; r:gives {((3 9 9 4) ">=") list:sort (9 9 4 3)}] - skolem:lemma6191 - skolem:lemma6192 - [ a r:Fact; r:gives {(9943 3499) math:difference 6444}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6444 math:equalTo 6174. - } { - 5 log:equalTo 1. - } { - 6444 :kaprekar (1 5). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 9 4)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 4 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 4 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 5]; - r:rule skolem:lemma4001. - -skolem:lemma3993 a r:Inference; - r:gives { - 3995 :kaprekar (0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {3995 math:notEqualTo 0}] - skolem:lemma6756 - [ a r:Fact; r:gives {((3 9 9 5) "=<") list:sort (3 5 9 9)}] - [ a r:Fact; r:gives {((3 9 9 5) ">=") list:sort (9 9 5 3)}] - skolem:lemma6321 - skolem:lemma6322 - [ a r:Fact; r:gives {(9953 3599) math:difference 6354}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6354 math:equalTo 6174. - } { - 4 log:equalTo 1. - } { - 6354 :kaprekar (1 4). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 9 5)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 5 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 5 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 4]; - r:rule skolem:lemma4001. - -skolem:lemma3994 a r:Inference; - r:gives { - 3996 :kaprekar (0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {3996 math:notEqualTo 0}] - skolem:lemma6757 - [ a r:Fact; r:gives {((3 9 9 6) "=<") list:sort (3 6 9 9)}] - [ a r:Fact; r:gives {((3 9 9 6) ">=") list:sort (9 9 6 3)}] - skolem:lemma6441 - skolem:lemma6442 - [ a r:Fact; r:gives {(9963 3699) math:difference 6264}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6264 math:equalTo 6174. - } { - 3 log:equalTo 1. - } { - 6264 :kaprekar (1 3). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 9 6)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 6 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 6 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 3]; - r:rule skolem:lemma4001. - -skolem:lemma3995 a r:Inference; - r:gives { - 3997 :kaprekar (0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {3997 math:notEqualTo 0}] - skolem:lemma6758 - [ a r:Fact; r:gives {((3 9 9 7) "=<") list:sort (3 7 9 9)}] - [ a r:Fact; r:gives {((3 9 9 7) ">=") list:sort (9 9 7 3)}] - skolem:lemma6553 - skolem:lemma6554 - [ a r:Fact; r:gives {(9973 3799) math:difference 6174}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6174 math:equalTo 6174. - } { - 1 log:equalTo 1. - } { - 6174 :kaprekar (1 1). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 9 7)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 7 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 7 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 1]; - r:rule skolem:lemma4001. - -skolem:lemma3996 a r:Inference; - r:gives { - 3998 :kaprekar (0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {3998 math:notEqualTo 0}] - skolem:lemma6759 - [ a r:Fact; r:gives {((3 9 9 8) "=<") list:sort (3 8 9 9)}] - [ a r:Fact; r:gives {((3 9 9 8) ">=") list:sort (9 9 8 3)}] - skolem:lemma6659 - skolem:lemma6660 - [ a r:Fact; r:gives {(9983 3899) math:difference 6084}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 6084 math:equalTo 6174. - } { - 7 log:equalTo 1. - } { - 6084 :kaprekar (1 7). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 9 8)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 8 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 8 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 7]; - r:rule skolem:lemma4001. - -skolem:lemma3997 a r:Inference; - r:gives { - 3999 :kaprekar (0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {3999 math:notEqualTo 0}] - skolem:lemma6760 - [ a r:Fact; r:gives {((3 9 9 9) "=<") list:sort (3 9 9 9)}] - [ a r:Fact; r:gives {((3 9 9 9) ">=") list:sort (9 9 9 3)}] - skolem:lemma6761 - skolem:lemma6762 - [ a r:Fact; r:gives {(9993 3999) math:difference 5994}] - [ a r:Fact; r:gives {(0 1) math:sum 1}] - [ a r:Fact; r:gives {({ - 5994 math:equalTo 6174. - } { - 6 log:equalTo 1. - } { - 5994 :kaprekar (1 6). - }) log:ifThenElseIn (() 1)}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo (3 9 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo (3 9 9 9)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo (9 9 9 3)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_8"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_10"]; r:boundTo (() 1)]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_9"]; r:boundTo 6]; - r:rule skolem:lemma4001. - -skolem:lemma3998 a r:Inference; - r:gives { - 2000 :numberToDigits (2 0 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2000 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2000 1000) math:remainder 0}] - [ a r:Fact; r:gives {(0 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma3999 a r:Inference; - r:gives { - (0 0 0 2) :digitsToNumber 2 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(0 0 0 2) math:sum 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4000 a r:Inference; - r:gives { - (2 0 0 0) :digitsToNumber 2000 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(2000 0 0 0) math:sum 2000}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4001 a r:Extraction; - r:gives { - @forAll var:x_0, var:x_1, var:x_2, var:x_3, var:x_4, var:x_5, var:x_6, var:x_7, var:x_8, var:x_9, var:x_10. { - var:x_0 :kaprekar (var:x_7 var:x_9). - } <= { - var:x_0 math:notEqualTo 0 . - var:x_0 :numberToDigits var:x_1. - (var:x_1 "=<") list:sort var:x_2. - (var:x_1 ">=") list:sort var:x_3. - var:x_2 :digitsToNumber var:x_4. - var:x_3 :digitsToNumber var:x_5. - (var:x_5 var:x_4) math:difference var:x_6. - (var:x_7 1) math:sum var:x_8. - ({ - var:x_6 math:equalTo 6174. - } { - var:x_9 log:equalTo var:x_8. - } { - var:x_6 :kaprekar (var:x_8 var:x_9). - }) log:ifThenElseIn var:x_10. - }. - }; - r:because [ a r:Parsing; r:source ]. - -skolem:lemma4002 a r:Inference; - r:gives { - 2001 :numberToDigits (2 0 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2001 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2001 1000) math:remainder 1}] - [ a r:Fact; r:gives {(1 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2001]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4003 a r:Inference; - r:gives { - (0 0 1 2) :digitsToNumber 12 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 0 10 2) math:sum 12}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4004 a r:Inference; - r:gives { - (2 1 0 0) :digitsToNumber 2100 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(2000 100 0 0) math:sum 2100}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4005 a r:Inference; - r:gives { - 2002 :numberToDigits (2 0 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2002 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2002 1000) math:remainder 2}] - [ a r:Fact; r:gives {(2 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2002]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4006 a r:Inference; - r:gives { - (0 0 2 2) :digitsToNumber 22 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 2) math:sum 22}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4007 a r:Inference; - r:gives { - (2 2 0 0) :digitsToNumber 2200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(2000 200 0 0) math:sum 2200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4008 a r:Inference; - r:gives { - 2003 :numberToDigits (2 0 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2003 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2003 1000) math:remainder 3}] - [ a r:Fact; r:gives {(3 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2003]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4009 a r:Inference; - r:gives { - (0 0 2 3) :digitsToNumber 23 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 3) math:sum 23}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma4010 a r:Inference; - r:gives { - (3 2 0 0) :digitsToNumber 3200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(3000 200 0 0) math:sum 3200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4011 a r:Inference; - r:gives { - 2004 :numberToDigits (2 0 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2004 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2004 1000) math:remainder 4}] - [ a r:Fact; r:gives {(4 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2004]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4012 a r:Inference; - r:gives { - (0 0 2 4) :digitsToNumber 24 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 4) math:sum 24}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4013 a r:Inference; - r:gives { - (4 2 0 0) :digitsToNumber 4200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(4000 200 0 0) math:sum 4200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4014 a r:Inference; - r:gives { - 2005 :numberToDigits (2 0 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2005 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2005 1000) math:remainder 5}] - [ a r:Fact; r:gives {(5 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2005]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4015 a r:Inference; - r:gives { - (0 0 2 5) :digitsToNumber 25 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 5) math:sum 25}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4016 a r:Inference; - r:gives { - (5 2 0 0) :digitsToNumber 5200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(5000 200 0 0) math:sum 5200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4017 a r:Inference; - r:gives { - 2006 :numberToDigits (2 0 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2006 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2006 1000) math:remainder 6}] - [ a r:Fact; r:gives {(6 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2006]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4018 a r:Inference; - r:gives { - (0 0 2 6) :digitsToNumber 26 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 6) math:sum 26}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4019 a r:Inference; - r:gives { - (6 2 0 0) :digitsToNumber 6200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(6000 200 0 0) math:sum 6200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4020 a r:Inference; - r:gives { - 2007 :numberToDigits (2 0 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2007 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2007 1000) math:remainder 7}] - [ a r:Fact; r:gives {(7 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2007]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4021 a r:Inference; - r:gives { - (0 0 2 7) :digitsToNumber 27 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 7) math:sum 27}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4022 a r:Inference; - r:gives { - (7 2 0 0) :digitsToNumber 7200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(7000 200 0 0) math:sum 7200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4023 a r:Inference; - r:gives { - 2008 :numberToDigits (2 0 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2008 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2008 1000) math:remainder 8}] - [ a r:Fact; r:gives {(8 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2008]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4024 a r:Inference; - r:gives { - (0 0 2 8) :digitsToNumber 28 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 8) math:sum 28}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4025 a r:Inference; - r:gives { - (8 2 0 0) :digitsToNumber 8200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(8000 200 0 0) math:sum 8200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4026 a r:Inference; - r:gives { - 2009 :numberToDigits (2 0 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2009 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2009 1000) math:remainder 9}] - [ a r:Fact; r:gives {(9 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2009]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4027 a r:Inference; - r:gives { - (0 0 2 9) :digitsToNumber 29 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 0 20 9) math:sum 29}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4028 a r:Inference; - r:gives { - (9 2 0 0) :digitsToNumber 9200 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(9000 200 0 0) math:sum 9200}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4029 a r:Inference; - r:gives { - 2010 :numberToDigits (2 0 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2010 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2010 1000) math:remainder 10}] - [ a r:Fact; r:gives {(10 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(10 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2010]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4030 a r:Inference; - r:gives { - 2011 :numberToDigits (2 0 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2011 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2011 1000) math:remainder 11}] - [ a r:Fact; r:gives {(11 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(11 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2011]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4031 a r:Inference; - r:gives { - (0 1 1 2) :digitsToNumber 112 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 100 10 2) math:sum 112}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4032 a r:Inference; - r:gives { - (2 1 1 0) :digitsToNumber 2110 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(2000 100 10 0) math:sum 2110}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4033 a r:Inference; - r:gives { - 2012 :numberToDigits (2 0 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2012 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2012 1000) math:remainder 12}] - [ a r:Fact; r:gives {(12 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(12 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2012]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4034 a r:Inference; - r:gives { - (0 1 2 2) :digitsToNumber 122 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 2) math:sum 122}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4035 a r:Inference; - r:gives { - (2 2 1 0) :digitsToNumber 2210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(2000 200 10 0) math:sum 2210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4036 a r:Inference; - r:gives { - 2013 :numberToDigits (2 0 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2013 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2013 1000) math:remainder 13}] - [ a r:Fact; r:gives {(13 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(13 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2013]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4037 a r:Inference; - r:gives { - (0 1 2 3) :digitsToNumber 123 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 3) math:sum 123}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma4038 a r:Inference; - r:gives { - (3 2 1 0) :digitsToNumber 3210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(3000 200 10 0) math:sum 3210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4039 a r:Inference; - r:gives { - 2014 :numberToDigits (2 0 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2014 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2014 1000) math:remainder 14}] - [ a r:Fact; r:gives {(14 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(14 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2014]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4040 a r:Inference; - r:gives { - (0 1 2 4) :digitsToNumber 124 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 4) math:sum 124}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4041 a r:Inference; - r:gives { - (4 2 1 0) :digitsToNumber 4210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(4000 200 10 0) math:sum 4210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4042 a r:Inference; - r:gives { - 2015 :numberToDigits (2 0 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2015 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2015 1000) math:remainder 15}] - [ a r:Fact; r:gives {(15 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(15 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2015]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4043 a r:Inference; - r:gives { - (0 1 2 5) :digitsToNumber 125 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 5) math:sum 125}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4044 a r:Inference; - r:gives { - (5 2 1 0) :digitsToNumber 5210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 200 10 0) math:sum 5210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4045 a r:Inference; - r:gives { - 2016 :numberToDigits (2 0 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2016 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2016 1000) math:remainder 16}] - [ a r:Fact; r:gives {(16 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(16 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2016]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4046 a r:Inference; - r:gives { - (0 1 2 6) :digitsToNumber 126 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 6) math:sum 126}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4047 a r:Inference; - r:gives { - (6 2 1 0) :digitsToNumber 6210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 200 10 0) math:sum 6210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4048 a r:Inference; - r:gives { - 2017 :numberToDigits (2 0 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2017 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2017 1000) math:remainder 17}] - [ a r:Fact; r:gives {(17 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(17 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2017]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4049 a r:Inference; - r:gives { - (0 1 2 7) :digitsToNumber 127 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 7) math:sum 127}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4050 a r:Inference; - r:gives { - (7 2 1 0) :digitsToNumber 7210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 200 10 0) math:sum 7210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4051 a r:Inference; - r:gives { - 2018 :numberToDigits (2 0 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2018 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2018 1000) math:remainder 18}] - [ a r:Fact; r:gives {(18 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(18 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2018]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4052 a r:Inference; - r:gives { - (0 1 2 8) :digitsToNumber 128 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 8) math:sum 128}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4053 a r:Inference; - r:gives { - (8 2 1 0) :digitsToNumber 8210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 200 10 0) math:sum 8210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4054 a r:Inference; - r:gives { - 2019 :numberToDigits (2 0 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2019 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2019 1000) math:remainder 19}] - [ a r:Fact; r:gives {(19 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(19 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2019]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4055 a r:Inference; - r:gives { - (0 1 2 9) :digitsToNumber 129 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 100 20 9) math:sum 129}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4056 a r:Inference; - r:gives { - (9 2 1 0) :digitsToNumber 9210 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 200 10 0) math:sum 9210}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4057 a r:Inference; - r:gives { - 2020 :numberToDigits (2 0 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2020 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2020 1000) math:remainder 20}] - [ a r:Fact; r:gives {(20 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(20 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2020]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4058 a r:Inference; - r:gives { - 2021 :numberToDigits (2 0 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2021 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2021 1000) math:remainder 21}] - [ a r:Fact; r:gives {(21 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(21 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2021]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4059 a r:Inference; - r:gives { - 2022 :numberToDigits (2 0 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2022 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2022 1000) math:remainder 22}] - [ a r:Fact; r:gives {(22 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(22 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2022]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4060 a r:Inference; - r:gives { - (0 2 2 2) :digitsToNumber 222 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 2) math:sum 222}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4061 a r:Inference; - r:gives { - (2 2 2 0) :digitsToNumber 2220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(2000 200 20 0) math:sum 2220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4062 a r:Inference; - r:gives { - 2023 :numberToDigits (2 0 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2023 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2023 1000) math:remainder 23}] - [ a r:Fact; r:gives {(23 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(23 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2023]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4063 a r:Inference; - r:gives { - (0 2 2 3) :digitsToNumber 223 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 3) math:sum 223}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma4064 a r:Inference; - r:gives { - (3 2 2 0) :digitsToNumber 3220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(3000 200 20 0) math:sum 3220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4065 a r:Inference; - r:gives { - 2024 :numberToDigits (2 0 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2024 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2024 1000) math:remainder 24}] - [ a r:Fact; r:gives {(24 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(24 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2024]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4066 a r:Inference; - r:gives { - (0 2 2 4) :digitsToNumber 224 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 4) math:sum 224}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4067 a r:Inference; - r:gives { - (4 2 2 0) :digitsToNumber 4220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 200 20 0) math:sum 4220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4068 a r:Inference; - r:gives { - 2025 :numberToDigits (2 0 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2025 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2025 1000) math:remainder 25}] - [ a r:Fact; r:gives {(25 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(25 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2025]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4069 a r:Inference; - r:gives { - (0 2 2 5) :digitsToNumber 225 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 5) math:sum 225}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4070 a r:Inference; - r:gives { - (5 2 2 0) :digitsToNumber 5220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 200 20 0) math:sum 5220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4071 a r:Inference; - r:gives { - 2026 :numberToDigits (2 0 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2026 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2026 1000) math:remainder 26}] - [ a r:Fact; r:gives {(26 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(26 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2026]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4072 a r:Inference; - r:gives { - (0 2 2 6) :digitsToNumber 226 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 6) math:sum 226}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4073 a r:Inference; - r:gives { - (6 2 2 0) :digitsToNumber 6220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 200 20 0) math:sum 6220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4074 a r:Inference; - r:gives { - 2027 :numberToDigits (2 0 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2027 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2027 1000) math:remainder 27}] - [ a r:Fact; r:gives {(27 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(27 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2027]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4075 a r:Inference; - r:gives { - (0 2 2 7) :digitsToNumber 227 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 7) math:sum 227}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4076 a r:Inference; - r:gives { - (7 2 2 0) :digitsToNumber 7220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 200 20 0) math:sum 7220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4077 a r:Inference; - r:gives { - 2028 :numberToDigits (2 0 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2028 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2028 1000) math:remainder 28}] - [ a r:Fact; r:gives {(28 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(28 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2028]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4078 a r:Inference; - r:gives { - (0 2 2 8) :digitsToNumber 228 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 8) math:sum 228}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4079 a r:Inference; - r:gives { - (8 2 2 0) :digitsToNumber 8220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 200 20 0) math:sum 8220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4080 a r:Inference; - r:gives { - 2029 :numberToDigits (2 0 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2029 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2029 1000) math:remainder 29}] - [ a r:Fact; r:gives {(29 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(29 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2029]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4081 a r:Inference; - r:gives { - (0 2 2 9) :digitsToNumber 229 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(0 200 20 9) math:sum 229}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4082 a r:Inference; - r:gives { - (9 2 2 0) :digitsToNumber 9220 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 200 20 0) math:sum 9220}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4083 a r:Inference; - r:gives { - 2030 :numberToDigits (2 0 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2030 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2030 1000) math:remainder 30}] - [ a r:Fact; r:gives {(30 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(30 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2030]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4084 a r:Inference; - r:gives { - 2031 :numberToDigits (2 0 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2031 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2031 1000) math:remainder 31}] - [ a r:Fact; r:gives {(31 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(31 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2031]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4085 a r:Inference; - r:gives { - 2032 :numberToDigits (2 0 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2032 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2032 1000) math:remainder 32}] - [ a r:Fact; r:gives {(32 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(32 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2032]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4086 a r:Inference; - r:gives { - 2033 :numberToDigits (2 0 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2033 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2033 1000) math:remainder 33}] - [ a r:Fact; r:gives {(33 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(33 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2033]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4087 a r:Inference; - r:gives { - (0 2 3 3) :digitsToNumber 233 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 3) math:sum 233}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma4088 a r:Inference; - r:gives { - (3 3 2 0) :digitsToNumber 3320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(3000 300 20 0) math:sum 3320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4089 a r:Inference; - r:gives { - 2034 :numberToDigits (2 0 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2034 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2034 1000) math:remainder 34}] - [ a r:Fact; r:gives {(34 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(34 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2034]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4090 a r:Inference; - r:gives { - (0 2 3 4) :digitsToNumber 234 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 4) math:sum 234}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4091 a r:Inference; - r:gives { - (4 3 2 0) :digitsToNumber 4320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 300 20 0) math:sum 4320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4092 a r:Inference; - r:gives { - 2035 :numberToDigits (2 0 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2035 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2035 1000) math:remainder 35}] - [ a r:Fact; r:gives {(35 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(35 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2035]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4093 a r:Inference; - r:gives { - (0 2 3 5) :digitsToNumber 235 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 5) math:sum 235}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4094 a r:Inference; - r:gives { - (5 3 2 0) :digitsToNumber 5320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 300 20 0) math:sum 5320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4095 a r:Inference; - r:gives { - 2036 :numberToDigits (2 0 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2036 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2036 1000) math:remainder 36}] - [ a r:Fact; r:gives {(36 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(36 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2036]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4096 a r:Inference; - r:gives { - (0 2 3 6) :digitsToNumber 236 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 6) math:sum 236}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4097 a r:Inference; - r:gives { - (6 3 2 0) :digitsToNumber 6320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 300 20 0) math:sum 6320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4098 a r:Inference; - r:gives { - 2037 :numberToDigits (2 0 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2037 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2037 1000) math:remainder 37}] - [ a r:Fact; r:gives {(37 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(37 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2037]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4099 a r:Inference; - r:gives { - (0 2 3 7) :digitsToNumber 237 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 7) math:sum 237}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4100 a r:Inference; - r:gives { - (7 3 2 0) :digitsToNumber 7320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 300 20 0) math:sum 7320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4101 a r:Inference; - r:gives { - 2038 :numberToDigits (2 0 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2038 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2038 1000) math:remainder 38}] - [ a r:Fact; r:gives {(38 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(38 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2038]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4102 a r:Inference; - r:gives { - (0 2 3 8) :digitsToNumber 238 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 8) math:sum 238}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4103 a r:Inference; - r:gives { - (8 3 2 0) :digitsToNumber 8320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 300 20 0) math:sum 8320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4104 a r:Inference; - r:gives { - 2039 :numberToDigits (2 0 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2039 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2039 1000) math:remainder 39}] - [ a r:Fact; r:gives {(39 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(39 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2039]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4105 a r:Inference; - r:gives { - (0 2 3 9) :digitsToNumber 239 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 200 30 9) math:sum 239}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4106 a r:Inference; - r:gives { - (9 3 2 0) :digitsToNumber 9320 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 300 20 0) math:sum 9320}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4107 a r:Inference; - r:gives { - 2040 :numberToDigits (2 0 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2040 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2040 1000) math:remainder 40}] - [ a r:Fact; r:gives {(40 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(40 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2040]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4108 a r:Inference; - r:gives { - 2041 :numberToDigits (2 0 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2041 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2041 1000) math:remainder 41}] - [ a r:Fact; r:gives {(41 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(41 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2041]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4109 a r:Inference; - r:gives { - 2042 :numberToDigits (2 0 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2042 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2042 1000) math:remainder 42}] - [ a r:Fact; r:gives {(42 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(42 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2042]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4110 a r:Inference; - r:gives { - 2043 :numberToDigits (2 0 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2043 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2043 1000) math:remainder 43}] - [ a r:Fact; r:gives {(43 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(43 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2043]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4111 a r:Inference; - r:gives { - 2044 :numberToDigits (2 0 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2044 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2044 1000) math:remainder 44}] - [ a r:Fact; r:gives {(44 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(44 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2044]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4112 a r:Inference; - r:gives { - (0 2 4 4) :digitsToNumber 244 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 200 40 4) math:sum 244}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4113 a r:Inference; - r:gives { - (4 4 2 0) :digitsToNumber 4420 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 400 20 0) math:sum 4420}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4114 a r:Inference; - r:gives { - 2045 :numberToDigits (2 0 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2045 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2045 1000) math:remainder 45}] - [ a r:Fact; r:gives {(45 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(45 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2045]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4115 a r:Inference; - r:gives { - (0 2 4 5) :digitsToNumber 245 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 200 40 5) math:sum 245}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4116 a r:Inference; - r:gives { - (5 4 2 0) :digitsToNumber 5420 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 400 20 0) math:sum 5420}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4117 a r:Inference; - r:gives { - 2046 :numberToDigits (2 0 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2046 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2046 1000) math:remainder 46}] - [ a r:Fact; r:gives {(46 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(46 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2046]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4118 a r:Inference; - r:gives { - (0 2 4 6) :digitsToNumber 246 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 200 40 6) math:sum 246}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4119 a r:Inference; - r:gives { - (6 4 2 0) :digitsToNumber 6420 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 400 20 0) math:sum 6420}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4120 a r:Inference; - r:gives { - 2047 :numberToDigits (2 0 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2047 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2047 1000) math:remainder 47}] - [ a r:Fact; r:gives {(47 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(47 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2047]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4121 a r:Inference; - r:gives { - (0 2 4 7) :digitsToNumber 247 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 200 40 7) math:sum 247}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4122 a r:Inference; - r:gives { - (7 4 2 0) :digitsToNumber 7420 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 400 20 0) math:sum 7420}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4123 a r:Inference; - r:gives { - 2048 :numberToDigits (2 0 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2048 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2048 1000) math:remainder 48}] - [ a r:Fact; r:gives {(48 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(48 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2048]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4124 a r:Inference; - r:gives { - (0 2 4 8) :digitsToNumber 248 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 200 40 8) math:sum 248}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4125 a r:Inference; - r:gives { - (8 4 2 0) :digitsToNumber 8420 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 400 20 0) math:sum 8420}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4126 a r:Inference; - r:gives { - 2049 :numberToDigits (2 0 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2049 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2049 1000) math:remainder 49}] - [ a r:Fact; r:gives {(49 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(49 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2049]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4127 a r:Inference; - r:gives { - (0 2 4 9) :digitsToNumber 249 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 200 40 9) math:sum 249}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4128 a r:Inference; - r:gives { - (9 4 2 0) :digitsToNumber 9420 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 400 20 0) math:sum 9420}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4129 a r:Inference; - r:gives { - 2050 :numberToDigits (2 0 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2050 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2050 1000) math:remainder 50}] - [ a r:Fact; r:gives {(50 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(50 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2050]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4130 a r:Inference; - r:gives { - 2051 :numberToDigits (2 0 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2051 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2051 1000) math:remainder 51}] - [ a r:Fact; r:gives {(51 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(51 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2051]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4131 a r:Inference; - r:gives { - 2052 :numberToDigits (2 0 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2052 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2052 1000) math:remainder 52}] - [ a r:Fact; r:gives {(52 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(52 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2052]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4132 a r:Inference; - r:gives { - 2053 :numberToDigits (2 0 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2053 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2053 1000) math:remainder 53}] - [ a r:Fact; r:gives {(53 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(53 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2053]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4133 a r:Inference; - r:gives { - 2054 :numberToDigits (2 0 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2054 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2054 1000) math:remainder 54}] - [ a r:Fact; r:gives {(54 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(54 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2054]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4134 a r:Inference; - r:gives { - 2055 :numberToDigits (2 0 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2055 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2055 1000) math:remainder 55}] - [ a r:Fact; r:gives {(55 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(55 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2055]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4135 a r:Inference; - r:gives { - (0 2 5 5) :digitsToNumber 255 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 200 50 5) math:sum 255}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4136 a r:Inference; - r:gives { - (5 5 2 0) :digitsToNumber 5520 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 500 20 0) math:sum 5520}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4137 a r:Inference; - r:gives { - 2056 :numberToDigits (2 0 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2056 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2056 1000) math:remainder 56}] - [ a r:Fact; r:gives {(56 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(56 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2056]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4138 a r:Inference; - r:gives { - (0 2 5 6) :digitsToNumber 256 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 200 50 6) math:sum 256}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4139 a r:Inference; - r:gives { - (6 5 2 0) :digitsToNumber 6520 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 500 20 0) math:sum 6520}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4140 a r:Inference; - r:gives { - 2057 :numberToDigits (2 0 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2057 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2057 1000) math:remainder 57}] - [ a r:Fact; r:gives {(57 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(57 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2057]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4141 a r:Inference; - r:gives { - (0 2 5 7) :digitsToNumber 257 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 200 50 7) math:sum 257}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4142 a r:Inference; - r:gives { - (7 5 2 0) :digitsToNumber 7520 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 500 20 0) math:sum 7520}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4143 a r:Inference; - r:gives { - 2058 :numberToDigits (2 0 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2058 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2058 1000) math:remainder 58}] - [ a r:Fact; r:gives {(58 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(58 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2058]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4144 a r:Inference; - r:gives { - (0 2 5 8) :digitsToNumber 258 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 200 50 8) math:sum 258}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4145 a r:Inference; - r:gives { - (8 5 2 0) :digitsToNumber 8520 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 500 20 0) math:sum 8520}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4146 a r:Inference; - r:gives { - 2059 :numberToDigits (2 0 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2059 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2059 1000) math:remainder 59}] - [ a r:Fact; r:gives {(59 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(59 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2059]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4147 a r:Inference; - r:gives { - (0 2 5 9) :digitsToNumber 259 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 200 50 9) math:sum 259}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4148 a r:Inference; - r:gives { - (9 5 2 0) :digitsToNumber 9520 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 500 20 0) math:sum 9520}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4149 a r:Inference; - r:gives { - 2060 :numberToDigits (2 0 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2060 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2060 1000) math:remainder 60}] - [ a r:Fact; r:gives {(60 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(60 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2060]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4150 a r:Inference; - r:gives { - 2061 :numberToDigits (2 0 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2061 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2061 1000) math:remainder 61}] - [ a r:Fact; r:gives {(61 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(61 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2061]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4151 a r:Inference; - r:gives { - 2062 :numberToDigits (2 0 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2062 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2062 1000) math:remainder 62}] - [ a r:Fact; r:gives {(62 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(62 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2062]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4152 a r:Inference; - r:gives { - 2063 :numberToDigits (2 0 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2063 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2063 1000) math:remainder 63}] - [ a r:Fact; r:gives {(63 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(63 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2063]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4153 a r:Inference; - r:gives { - 2064 :numberToDigits (2 0 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2064 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2064 1000) math:remainder 64}] - [ a r:Fact; r:gives {(64 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(64 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2064]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4154 a r:Inference; - r:gives { - 2065 :numberToDigits (2 0 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2065 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2065 1000) math:remainder 65}] - [ a r:Fact; r:gives {(65 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(65 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2065]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4155 a r:Inference; - r:gives { - 2066 :numberToDigits (2 0 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2066 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2066 1000) math:remainder 66}] - [ a r:Fact; r:gives {(66 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(66 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2066]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4156 a r:Inference; - r:gives { - (0 2 6 6) :digitsToNumber 266 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 200 60 6) math:sum 266}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4157 a r:Inference; - r:gives { - (6 6 2 0) :digitsToNumber 6620 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 600 20 0) math:sum 6620}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4158 a r:Inference; - r:gives { - 2067 :numberToDigits (2 0 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2067 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2067 1000) math:remainder 67}] - [ a r:Fact; r:gives {(67 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(67 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2067]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4159 a r:Inference; - r:gives { - (0 2 6 7) :digitsToNumber 267 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 200 60 7) math:sum 267}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4160 a r:Inference; - r:gives { - (7 6 2 0) :digitsToNumber 7620 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 600 20 0) math:sum 7620}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4161 a r:Inference; - r:gives { - 2068 :numberToDigits (2 0 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2068 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2068 1000) math:remainder 68}] - [ a r:Fact; r:gives {(68 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(68 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2068]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4162 a r:Inference; - r:gives { - (0 2 6 8) :digitsToNumber 268 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 200 60 8) math:sum 268}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4163 a r:Inference; - r:gives { - (8 6 2 0) :digitsToNumber 8620 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 600 20 0) math:sum 8620}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4164 a r:Inference; - r:gives { - 2069 :numberToDigits (2 0 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2069 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2069 1000) math:remainder 69}] - [ a r:Fact; r:gives {(69 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(69 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2069]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4165 a r:Inference; - r:gives { - (0 2 6 9) :digitsToNumber 269 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 200 60 9) math:sum 269}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4166 a r:Inference; - r:gives { - (9 6 2 0) :digitsToNumber 9620 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 600 20 0) math:sum 9620}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4167 a r:Inference; - r:gives { - 2070 :numberToDigits (2 0 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2070 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2070 1000) math:remainder 70}] - [ a r:Fact; r:gives {(70 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(70 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2070]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4168 a r:Inference; - r:gives { - 2071 :numberToDigits (2 0 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2071 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2071 1000) math:remainder 71}] - [ a r:Fact; r:gives {(71 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(71 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2071]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4169 a r:Inference; - r:gives { - 2072 :numberToDigits (2 0 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2072 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2072 1000) math:remainder 72}] - [ a r:Fact; r:gives {(72 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(72 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2072]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4170 a r:Inference; - r:gives { - 2073 :numberToDigits (2 0 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2073 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2073 1000) math:remainder 73}] - [ a r:Fact; r:gives {(73 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(73 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2073]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4171 a r:Inference; - r:gives { - 2074 :numberToDigits (2 0 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2074 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2074 1000) math:remainder 74}] - [ a r:Fact; r:gives {(74 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(74 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2074]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4172 a r:Inference; - r:gives { - 2075 :numberToDigits (2 0 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2075 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2075 1000) math:remainder 75}] - [ a r:Fact; r:gives {(75 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(75 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2075]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4173 a r:Inference; - r:gives { - 2076 :numberToDigits (2 0 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2076 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2076 1000) math:remainder 76}] - [ a r:Fact; r:gives {(76 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(76 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2076]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4174 a r:Inference; - r:gives { - 2077 :numberToDigits (2 0 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2077 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2077 1000) math:remainder 77}] - [ a r:Fact; r:gives {(77 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(77 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2077]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4175 a r:Inference; - r:gives { - (0 2 7 7) :digitsToNumber 277 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 200 70 7) math:sum 277}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4176 a r:Inference; - r:gives { - (7 7 2 0) :digitsToNumber 7720 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 700 20 0) math:sum 7720}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4177 a r:Inference; - r:gives { - 2078 :numberToDigits (2 0 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2078 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2078 1000) math:remainder 78}] - [ a r:Fact; r:gives {(78 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(78 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2078]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4178 a r:Inference; - r:gives { - (0 2 7 8) :digitsToNumber 278 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 200 70 8) math:sum 278}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4179 a r:Inference; - r:gives { - (8 7 2 0) :digitsToNumber 8720 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 700 20 0) math:sum 8720}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4180 a r:Inference; - r:gives { - 2079 :numberToDigits (2 0 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2079 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2079 1000) math:remainder 79}] - [ a r:Fact; r:gives {(79 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(79 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2079]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4181 a r:Inference; - r:gives { - (0 2 7 9) :digitsToNumber 279 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 200 70 9) math:sum 279}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4182 a r:Inference; - r:gives { - (9 7 2 0) :digitsToNumber 9720 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 700 20 0) math:sum 9720}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4183 a r:Inference; - r:gives { - 2080 :numberToDigits (2 0 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2080 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2080 1000) math:remainder 80}] - [ a r:Fact; r:gives {(80 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(80 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2080]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4184 a r:Inference; - r:gives { - 2081 :numberToDigits (2 0 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2081 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2081 1000) math:remainder 81}] - [ a r:Fact; r:gives {(81 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(81 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4185 a r:Inference; - r:gives { - 2082 :numberToDigits (2 0 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2082 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2082 1000) math:remainder 82}] - [ a r:Fact; r:gives {(82 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(82 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4186 a r:Inference; - r:gives { - 2083 :numberToDigits (2 0 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2083 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2083 1000) math:remainder 83}] - [ a r:Fact; r:gives {(83 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(83 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4187 a r:Inference; - r:gives { - 2084 :numberToDigits (2 0 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2084 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2084 1000) math:remainder 84}] - [ a r:Fact; r:gives {(84 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(84 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4188 a r:Inference; - r:gives { - 2085 :numberToDigits (2 0 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2085 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2085 1000) math:remainder 85}] - [ a r:Fact; r:gives {(85 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(85 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4189 a r:Inference; - r:gives { - 2086 :numberToDigits (2 0 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2086 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2086 1000) math:remainder 86}] - [ a r:Fact; r:gives {(86 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(86 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4190 a r:Inference; - r:gives { - 2087 :numberToDigits (2 0 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2087 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2087 1000) math:remainder 87}] - [ a r:Fact; r:gives {(87 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(87 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4191 a r:Inference; - r:gives { - 2088 :numberToDigits (2 0 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2088 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2088 1000) math:remainder 88}] - [ a r:Fact; r:gives {(88 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(88 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4192 a r:Inference; - r:gives { - (0 2 8 8) :digitsToNumber 288 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 200 80 8) math:sum 288}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4193 a r:Inference; - r:gives { - (8 8 2 0) :digitsToNumber 8820 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 800 20 0) math:sum 8820}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4194 a r:Inference; - r:gives { - 2089 :numberToDigits (2 0 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2089 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2089 1000) math:remainder 89}] - [ a r:Fact; r:gives {(89 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(89 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4195 a r:Inference; - r:gives { - (0 2 8 9) :digitsToNumber 289 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 200 80 9) math:sum 289}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4196 a r:Inference; - r:gives { - (9 8 2 0) :digitsToNumber 9820 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 800 20 0) math:sum 9820}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4197 a r:Inference; - r:gives { - 2090 :numberToDigits (2 0 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2090 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2090 1000) math:remainder 90}] - [ a r:Fact; r:gives {(90 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(90 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2090]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4198 a r:Inference; - r:gives { - 2091 :numberToDigits (2 0 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2091 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2091 1000) math:remainder 91}] - [ a r:Fact; r:gives {(91 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(91 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2091]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4199 a r:Inference; - r:gives { - 2092 :numberToDigits (2 0 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2092 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2092 1000) math:remainder 92}] - [ a r:Fact; r:gives {(92 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(92 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2092]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4200 a r:Inference; - r:gives { - 2093 :numberToDigits (2 0 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2093 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2093 1000) math:remainder 93}] - [ a r:Fact; r:gives {(93 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(93 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2093]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4201 a r:Inference; - r:gives { - 2094 :numberToDigits (2 0 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2094 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2094 1000) math:remainder 94}] - [ a r:Fact; r:gives {(94 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(94 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2094]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4202 a r:Inference; - r:gives { - 2095 :numberToDigits (2 0 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2095 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2095 1000) math:remainder 95}] - [ a r:Fact; r:gives {(95 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(95 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2095]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4203 a r:Inference; - r:gives { - 2096 :numberToDigits (2 0 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2096 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2096 1000) math:remainder 96}] - [ a r:Fact; r:gives {(96 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(96 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2096]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4204 a r:Inference; - r:gives { - 2097 :numberToDigits (2 0 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2097 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2097 1000) math:remainder 97}] - [ a r:Fact; r:gives {(97 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(97 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2097]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4205 a r:Inference; - r:gives { - 2098 :numberToDigits (2 0 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2098 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2098 1000) math:remainder 98}] - [ a r:Fact; r:gives {(98 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(98 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2098]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4206 a r:Inference; - r:gives { - 2099 :numberToDigits (2 0 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2099 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2099 1000) math:remainder 99}] - [ a r:Fact; r:gives {(99 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(99 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2099]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4207 a r:Inference; - r:gives { - (0 2 9 9) :digitsToNumber 299 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(0 200 90 9) math:sum 299}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4208 a r:Inference; - r:gives { - (9 9 2 0) :digitsToNumber 9920 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 900 20 0) math:sum 9920}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma4209 a r:Inference; - r:gives { - 2100 :numberToDigits (2 1 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2100 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2100 1000) math:remainder 100}] - [ a r:Fact; r:gives {(100 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(100 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4210 a r:Inference; - r:gives { - 2101 :numberToDigits (2 1 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2101 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2101 1000) math:remainder 101}] - [ a r:Fact; r:gives {(101 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(101 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4211 a r:Inference; - r:gives { - 2102 :numberToDigits (2 1 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2102 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2102 1000) math:remainder 102}] - [ a r:Fact; r:gives {(102 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(102 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4212 a r:Inference; - r:gives { - 2103 :numberToDigits (2 1 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2103 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2103 1000) math:remainder 103}] - [ a r:Fact; r:gives {(103 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(103 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4213 a r:Inference; - r:gives { - 2104 :numberToDigits (2 1 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2104 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2104 1000) math:remainder 104}] - [ a r:Fact; r:gives {(104 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(104 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4214 a r:Inference; - r:gives { - 2105 :numberToDigits (2 1 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2105 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2105 1000) math:remainder 105}] - [ a r:Fact; r:gives {(105 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(105 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4215 a r:Inference; - r:gives { - 2106 :numberToDigits (2 1 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2106 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2106 1000) math:remainder 106}] - [ a r:Fact; r:gives {(106 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(106 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4216 a r:Inference; - r:gives { - 2107 :numberToDigits (2 1 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2107 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2107 1000) math:remainder 107}] - [ a r:Fact; r:gives {(107 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(107 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4217 a r:Inference; - r:gives { - 2108 :numberToDigits (2 1 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2108 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2108 1000) math:remainder 108}] - [ a r:Fact; r:gives {(108 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(108 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4218 a r:Inference; - r:gives { - 2109 :numberToDigits (2 1 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2109 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2109 1000) math:remainder 109}] - [ a r:Fact; r:gives {(109 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(109 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4219 a r:Inference; - r:gives { - 2110 :numberToDigits (2 1 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2110 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2110 1000) math:remainder 110}] - [ a r:Fact; r:gives {(110 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(110 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4220 a r:Inference; - r:gives { - 2111 :numberToDigits (2 1 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2111 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2111 1000) math:remainder 111}] - [ a r:Fact; r:gives {(111 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(111 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4221 a r:Inference; - r:gives { - (1 1 1 2) :digitsToNumber 1112 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(1000 100 10 2) math:sum 1112}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4222 a r:Inference; - r:gives { - (2 1 1 1) :digitsToNumber 2111 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(2000 100 10 1) math:sum 2111}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4223 a r:Inference; - r:gives { - 2112 :numberToDigits (2 1 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2112 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2112 1000) math:remainder 112}] - [ a r:Fact; r:gives {(112 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(112 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4224 a r:Inference; - r:gives { - (1 1 2 2) :digitsToNumber 1122 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 2) math:sum 1122}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4225 a r:Inference; - r:gives { - (2 2 1 1) :digitsToNumber 2211 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(2000 200 10 1) math:sum 2211}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4226 a r:Inference; - r:gives { - 2113 :numberToDigits (2 1 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2113 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2113 1000) math:remainder 113}] - [ a r:Fact; r:gives {(113 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(113 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4227 a r:Inference; - r:gives { - (1 1 2 3) :digitsToNumber 1123 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 3) math:sum 1123}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma4228 a r:Inference; - r:gives { - (3 2 1 1) :digitsToNumber 3211 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(3000 200 10 1) math:sum 3211}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4229 a r:Inference; - r:gives { - 2114 :numberToDigits (2 1 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2114 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2114 1000) math:remainder 114}] - [ a r:Fact; r:gives {(114 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(114 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4230 a r:Inference; - r:gives { - (1 1 2 4) :digitsToNumber 1124 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 4) math:sum 1124}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4231 a r:Inference; - r:gives { - (4 2 1 1) :digitsToNumber 4211 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(4000 200 10 1) math:sum 4211}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4232 a r:Inference; - r:gives { - 2115 :numberToDigits (2 1 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2115 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2115 1000) math:remainder 115}] - [ a r:Fact; r:gives {(115 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(115 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4233 a r:Inference; - r:gives { - (1 1 2 5) :digitsToNumber 1125 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 5) math:sum 1125}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4234 a r:Inference; - r:gives { - (5 2 1 1) :digitsToNumber 5211 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 200 10 1) math:sum 5211}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4235 a r:Inference; - r:gives { - 2116 :numberToDigits (2 1 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2116 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2116 1000) math:remainder 116}] - [ a r:Fact; r:gives {(116 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(116 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4236 a r:Inference; - r:gives { - (1 1 2 6) :digitsToNumber 1126 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 6) math:sum 1126}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4237 a r:Inference; - r:gives { - (6 2 1 1) :digitsToNumber 6211 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 200 10 1) math:sum 6211}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4238 a r:Inference; - r:gives { - 2117 :numberToDigits (2 1 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2117 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2117 1000) math:remainder 117}] - [ a r:Fact; r:gives {(117 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(117 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4239 a r:Inference; - r:gives { - (1 1 2 7) :digitsToNumber 1127 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 7) math:sum 1127}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4240 a r:Inference; - r:gives { - (7 2 1 1) :digitsToNumber 7211 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 200 10 1) math:sum 7211}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4241 a r:Inference; - r:gives { - 2118 :numberToDigits (2 1 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2118 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2118 1000) math:remainder 118}] - [ a r:Fact; r:gives {(118 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(118 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4242 a r:Inference; - r:gives { - (1 1 2 8) :digitsToNumber 1128 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 8) math:sum 1128}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4243 a r:Inference; - r:gives { - (8 2 1 1) :digitsToNumber 8211 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 200 10 1) math:sum 8211}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4244 a r:Inference; - r:gives { - 2119 :numberToDigits (2 1 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2119 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2119 1000) math:remainder 119}] - [ a r:Fact; r:gives {(119 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(119 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4245 a r:Inference; - r:gives { - (1 1 2 9) :digitsToNumber 1129 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 100 20 9) math:sum 1129}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4246 a r:Inference; - r:gives { - (9 2 1 1) :digitsToNumber 9211 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 200 10 1) math:sum 9211}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4247 a r:Inference; - r:gives { - 2120 :numberToDigits (2 1 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2120 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2120 1000) math:remainder 120}] - [ a r:Fact; r:gives {(120 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(120 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4248 a r:Inference; - r:gives { - 2121 :numberToDigits (2 1 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2121 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2121 1000) math:remainder 121}] - [ a r:Fact; r:gives {(121 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(121 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4249 a r:Inference; - r:gives { - 2122 :numberToDigits (2 1 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2122 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2122 1000) math:remainder 122}] - [ a r:Fact; r:gives {(122 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(122 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4250 a r:Inference; - r:gives { - (1 2 2 2) :digitsToNumber 1222 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 2) math:sum 1222}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4251 a r:Inference; - r:gives { - (2 2 2 1) :digitsToNumber 2221 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(2000 200 20 1) math:sum 2221}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4252 a r:Inference; - r:gives { - 2123 :numberToDigits (2 1 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2123 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2123 1000) math:remainder 123}] - [ a r:Fact; r:gives {(123 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(123 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4253 a r:Inference; - r:gives { - (1 2 2 3) :digitsToNumber 1223 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 3) math:sum 1223}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma4254 a r:Inference; - r:gives { - (3 2 2 1) :digitsToNumber 3221 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(3000 200 20 1) math:sum 3221}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4255 a r:Inference; - r:gives { - 2124 :numberToDigits (2 1 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2124 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2124 1000) math:remainder 124}] - [ a r:Fact; r:gives {(124 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(124 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4256 a r:Inference; - r:gives { - (1 2 2 4) :digitsToNumber 1224 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 4) math:sum 1224}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4257 a r:Inference; - r:gives { - (4 2 2 1) :digitsToNumber 4221 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 200 20 1) math:sum 4221}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4258 a r:Inference; - r:gives { - 2125 :numberToDigits (2 1 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2125 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2125 1000) math:remainder 125}] - [ a r:Fact; r:gives {(125 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(125 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4259 a r:Inference; - r:gives { - (1 2 2 5) :digitsToNumber 1225 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 5) math:sum 1225}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4260 a r:Inference; - r:gives { - (5 2 2 1) :digitsToNumber 5221 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 200 20 1) math:sum 5221}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4261 a r:Inference; - r:gives { - 2126 :numberToDigits (2 1 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2126 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2126 1000) math:remainder 126}] - [ a r:Fact; r:gives {(126 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(126 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4262 a r:Inference; - r:gives { - (1 2 2 6) :digitsToNumber 1226 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 6) math:sum 1226}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4263 a r:Inference; - r:gives { - (6 2 2 1) :digitsToNumber 6221 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 200 20 1) math:sum 6221}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4264 a r:Inference; - r:gives { - 2127 :numberToDigits (2 1 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2127 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2127 1000) math:remainder 127}] - [ a r:Fact; r:gives {(127 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(127 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4265 a r:Inference; - r:gives { - (1 2 2 7) :digitsToNumber 1227 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 7) math:sum 1227}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4266 a r:Inference; - r:gives { - (7 2 2 1) :digitsToNumber 7221 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 200 20 1) math:sum 7221}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4267 a r:Inference; - r:gives { - 2128 :numberToDigits (2 1 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2128 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2128 1000) math:remainder 128}] - [ a r:Fact; r:gives {(128 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(128 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4268 a r:Inference; - r:gives { - (1 2 2 8) :digitsToNumber 1228 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 8) math:sum 1228}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4269 a r:Inference; - r:gives { - (8 2 2 1) :digitsToNumber 8221 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 200 20 1) math:sum 8221}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4270 a r:Inference; - r:gives { - 2129 :numberToDigits (2 1 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2129 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2129 1000) math:remainder 129}] - [ a r:Fact; r:gives {(129 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(129 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4271 a r:Inference; - r:gives { - (1 2 2 9) :digitsToNumber 1229 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(1000 200 20 9) math:sum 1229}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4272 a r:Inference; - r:gives { - (9 2 2 1) :digitsToNumber 9221 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 200 20 1) math:sum 9221}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4273 a r:Inference; - r:gives { - 2130 :numberToDigits (2 1 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2130 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2130 1000) math:remainder 130}] - [ a r:Fact; r:gives {(130 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(130 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4274 a r:Inference; - r:gives { - 2131 :numberToDigits (2 1 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2131 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2131 1000) math:remainder 131}] - [ a r:Fact; r:gives {(131 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(131 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4275 a r:Inference; - r:gives { - 2132 :numberToDigits (2 1 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2132 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2132 1000) math:remainder 132}] - [ a r:Fact; r:gives {(132 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(132 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4276 a r:Inference; - r:gives { - 2133 :numberToDigits (2 1 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2133 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2133 1000) math:remainder 133}] - [ a r:Fact; r:gives {(133 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(133 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4277 a r:Inference; - r:gives { - (1 2 3 3) :digitsToNumber 1233 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 3) math:sum 1233}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma4278 a r:Inference; - r:gives { - (3 3 2 1) :digitsToNumber 3321 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(3000 300 20 1) math:sum 3321}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4279 a r:Inference; - r:gives { - 2134 :numberToDigits (2 1 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2134 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2134 1000) math:remainder 134}] - [ a r:Fact; r:gives {(134 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(134 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4280 a r:Inference; - r:gives { - (1 2 3 4) :digitsToNumber 1234 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 4) math:sum 1234}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4281 a r:Inference; - r:gives { - (4 3 2 1) :digitsToNumber 4321 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 300 20 1) math:sum 4321}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4282 a r:Inference; - r:gives { - 2135 :numberToDigits (2 1 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2135 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2135 1000) math:remainder 135}] - [ a r:Fact; r:gives {(135 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(135 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4283 a r:Inference; - r:gives { - (1 2 3 5) :digitsToNumber 1235 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 5) math:sum 1235}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4284 a r:Inference; - r:gives { - (5 3 2 1) :digitsToNumber 5321 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 300 20 1) math:sum 5321}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4285 a r:Inference; - r:gives { - 2136 :numberToDigits (2 1 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2136 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2136 1000) math:remainder 136}] - [ a r:Fact; r:gives {(136 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(136 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4286 a r:Inference; - r:gives { - (1 2 3 6) :digitsToNumber 1236 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 6) math:sum 1236}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4287 a r:Inference; - r:gives { - (6 3 2 1) :digitsToNumber 6321 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 300 20 1) math:sum 6321}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4288 a r:Inference; - r:gives { - 2137 :numberToDigits (2 1 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2137 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2137 1000) math:remainder 137}] - [ a r:Fact; r:gives {(137 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(137 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4289 a r:Inference; - r:gives { - (1 2 3 7) :digitsToNumber 1237 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 7) math:sum 1237}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4290 a r:Inference; - r:gives { - (7 3 2 1) :digitsToNumber 7321 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 300 20 1) math:sum 7321}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4291 a r:Inference; - r:gives { - 2138 :numberToDigits (2 1 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2138 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2138 1000) math:remainder 138}] - [ a r:Fact; r:gives {(138 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(138 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4292 a r:Inference; - r:gives { - (1 2 3 8) :digitsToNumber 1238 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 8) math:sum 1238}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4293 a r:Inference; - r:gives { - (8 3 2 1) :digitsToNumber 8321 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 300 20 1) math:sum 8321}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4294 a r:Inference; - r:gives { - 2139 :numberToDigits (2 1 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2139 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2139 1000) math:remainder 139}] - [ a r:Fact; r:gives {(139 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(139 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4295 a r:Inference; - r:gives { - (1 2 3 9) :digitsToNumber 1239 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 200 30 9) math:sum 1239}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4296 a r:Inference; - r:gives { - (9 3 2 1) :digitsToNumber 9321 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 300 20 1) math:sum 9321}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4297 a r:Inference; - r:gives { - 2140 :numberToDigits (2 1 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2140 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2140 1000) math:remainder 140}] - [ a r:Fact; r:gives {(140 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(140 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4298 a r:Inference; - r:gives { - 2141 :numberToDigits (2 1 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2141 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2141 1000) math:remainder 141}] - [ a r:Fact; r:gives {(141 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(141 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4299 a r:Inference; - r:gives { - 2142 :numberToDigits (2 1 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2142 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2142 1000) math:remainder 142}] - [ a r:Fact; r:gives {(142 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(142 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4300 a r:Inference; - r:gives { - 2143 :numberToDigits (2 1 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2143 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2143 1000) math:remainder 143}] - [ a r:Fact; r:gives {(143 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(143 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4301 a r:Inference; - r:gives { - 2144 :numberToDigits (2 1 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2144 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2144 1000) math:remainder 144}] - [ a r:Fact; r:gives {(144 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(144 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4302 a r:Inference; - r:gives { - (1 2 4 4) :digitsToNumber 1244 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 200 40 4) math:sum 1244}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4303 a r:Inference; - r:gives { - (4 4 2 1) :digitsToNumber 4421 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 400 20 1) math:sum 4421}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4304 a r:Inference; - r:gives { - 2145 :numberToDigits (2 1 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2145 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2145 1000) math:remainder 145}] - [ a r:Fact; r:gives {(145 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(145 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4305 a r:Inference; - r:gives { - (1 2 4 5) :digitsToNumber 1245 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 200 40 5) math:sum 1245}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4306 a r:Inference; - r:gives { - (5 4 2 1) :digitsToNumber 5421 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 400 20 1) math:sum 5421}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4307 a r:Inference; - r:gives { - 2146 :numberToDigits (2 1 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2146 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2146 1000) math:remainder 146}] - [ a r:Fact; r:gives {(146 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(146 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4308 a r:Inference; - r:gives { - (1 2 4 6) :digitsToNumber 1246 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 200 40 6) math:sum 1246}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4309 a r:Inference; - r:gives { - (6 4 2 1) :digitsToNumber 6421 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 400 20 1) math:sum 6421}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4310 a r:Inference; - r:gives { - 2147 :numberToDigits (2 1 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2147 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2147 1000) math:remainder 147}] - [ a r:Fact; r:gives {(147 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(147 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4311 a r:Inference; - r:gives { - (1 2 4 7) :digitsToNumber 1247 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 200 40 7) math:sum 1247}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4312 a r:Inference; - r:gives { - (7 4 2 1) :digitsToNumber 7421 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 400 20 1) math:sum 7421}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4313 a r:Inference; - r:gives { - 2148 :numberToDigits (2 1 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2148 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2148 1000) math:remainder 148}] - [ a r:Fact; r:gives {(148 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(148 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4314 a r:Inference; - r:gives { - (1 2 4 8) :digitsToNumber 1248 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 200 40 8) math:sum 1248}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4315 a r:Inference; - r:gives { - (8 4 2 1) :digitsToNumber 8421 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 400 20 1) math:sum 8421}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4316 a r:Inference; - r:gives { - 2149 :numberToDigits (2 1 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2149 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2149 1000) math:remainder 149}] - [ a r:Fact; r:gives {(149 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(149 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4317 a r:Inference; - r:gives { - (1 2 4 9) :digitsToNumber 1249 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 200 40 9) math:sum 1249}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4318 a r:Inference; - r:gives { - (9 4 2 1) :digitsToNumber 9421 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 400 20 1) math:sum 9421}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4319 a r:Inference; - r:gives { - 2150 :numberToDigits (2 1 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2150 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2150 1000) math:remainder 150}] - [ a r:Fact; r:gives {(150 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(150 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4320 a r:Inference; - r:gives { - 2151 :numberToDigits (2 1 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2151 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2151 1000) math:remainder 151}] - [ a r:Fact; r:gives {(151 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(151 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4321 a r:Inference; - r:gives { - 2152 :numberToDigits (2 1 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2152 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2152 1000) math:remainder 152}] - [ a r:Fact; r:gives {(152 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(152 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4322 a r:Inference; - r:gives { - 2153 :numberToDigits (2 1 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2153 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2153 1000) math:remainder 153}] - [ a r:Fact; r:gives {(153 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(153 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4323 a r:Inference; - r:gives { - 2154 :numberToDigits (2 1 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2154 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2154 1000) math:remainder 154}] - [ a r:Fact; r:gives {(154 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(154 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4324 a r:Inference; - r:gives { - 2155 :numberToDigits (2 1 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2155 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2155 1000) math:remainder 155}] - [ a r:Fact; r:gives {(155 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(155 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4325 a r:Inference; - r:gives { - (1 2 5 5) :digitsToNumber 1255 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 200 50 5) math:sum 1255}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4326 a r:Inference; - r:gives { - (5 5 2 1) :digitsToNumber 5521 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 500 20 1) math:sum 5521}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4327 a r:Inference; - r:gives { - 2156 :numberToDigits (2 1 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2156 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2156 1000) math:remainder 156}] - [ a r:Fact; r:gives {(156 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(156 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4328 a r:Inference; - r:gives { - (1 2 5 6) :digitsToNumber 1256 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 200 50 6) math:sum 1256}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4329 a r:Inference; - r:gives { - (6 5 2 1) :digitsToNumber 6521 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 500 20 1) math:sum 6521}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4330 a r:Inference; - r:gives { - 2157 :numberToDigits (2 1 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2157 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2157 1000) math:remainder 157}] - [ a r:Fact; r:gives {(157 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(157 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4331 a r:Inference; - r:gives { - (1 2 5 7) :digitsToNumber 1257 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 200 50 7) math:sum 1257}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4332 a r:Inference; - r:gives { - (7 5 2 1) :digitsToNumber 7521 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 500 20 1) math:sum 7521}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4333 a r:Inference; - r:gives { - 2158 :numberToDigits (2 1 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2158 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2158 1000) math:remainder 158}] - [ a r:Fact; r:gives {(158 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(158 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4334 a r:Inference; - r:gives { - (1 2 5 8) :digitsToNumber 1258 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 200 50 8) math:sum 1258}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4335 a r:Inference; - r:gives { - (8 5 2 1) :digitsToNumber 8521 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 500 20 1) math:sum 8521}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4336 a r:Inference; - r:gives { - 2159 :numberToDigits (2 1 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2159 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2159 1000) math:remainder 159}] - [ a r:Fact; r:gives {(159 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(159 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4337 a r:Inference; - r:gives { - (1 2 5 9) :digitsToNumber 1259 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 200 50 9) math:sum 1259}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4338 a r:Inference; - r:gives { - (9 5 2 1) :digitsToNumber 9521 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 500 20 1) math:sum 9521}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4339 a r:Inference; - r:gives { - 2160 :numberToDigits (2 1 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2160 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2160 1000) math:remainder 160}] - [ a r:Fact; r:gives {(160 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(160 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4340 a r:Inference; - r:gives { - 2161 :numberToDigits (2 1 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2161 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2161 1000) math:remainder 161}] - [ a r:Fact; r:gives {(161 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(161 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4341 a r:Inference; - r:gives { - 2162 :numberToDigits (2 1 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2162 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2162 1000) math:remainder 162}] - [ a r:Fact; r:gives {(162 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(162 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4342 a r:Inference; - r:gives { - 2163 :numberToDigits (2 1 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2163 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2163 1000) math:remainder 163}] - [ a r:Fact; r:gives {(163 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(163 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4343 a r:Inference; - r:gives { - 2164 :numberToDigits (2 1 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2164 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2164 1000) math:remainder 164}] - [ a r:Fact; r:gives {(164 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(164 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4344 a r:Inference; - r:gives { - 2165 :numberToDigits (2 1 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2165 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2165 1000) math:remainder 165}] - [ a r:Fact; r:gives {(165 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(165 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4345 a r:Inference; - r:gives { - 2166 :numberToDigits (2 1 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2166 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2166 1000) math:remainder 166}] - [ a r:Fact; r:gives {(166 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(166 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4346 a r:Inference; - r:gives { - (1 2 6 6) :digitsToNumber 1266 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 200 60 6) math:sum 1266}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4347 a r:Inference; - r:gives { - (6 6 2 1) :digitsToNumber 6621 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 600 20 1) math:sum 6621}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4348 a r:Inference; - r:gives { - 2167 :numberToDigits (2 1 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2167 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2167 1000) math:remainder 167}] - [ a r:Fact; r:gives {(167 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(167 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4349 a r:Inference; - r:gives { - (1 2 6 7) :digitsToNumber 1267 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 200 60 7) math:sum 1267}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4350 a r:Inference; - r:gives { - (7 6 2 1) :digitsToNumber 7621 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 600 20 1) math:sum 7621}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4351 a r:Inference; - r:gives { - 2168 :numberToDigits (2 1 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2168 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2168 1000) math:remainder 168}] - [ a r:Fact; r:gives {(168 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(168 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4352 a r:Inference; - r:gives { - (1 2 6 8) :digitsToNumber 1268 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 200 60 8) math:sum 1268}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4353 a r:Inference; - r:gives { - (8 6 2 1) :digitsToNumber 8621 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 600 20 1) math:sum 8621}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4354 a r:Inference; - r:gives { - 2169 :numberToDigits (2 1 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2169 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2169 1000) math:remainder 169}] - [ a r:Fact; r:gives {(169 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(169 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4355 a r:Inference; - r:gives { - (1 2 6 9) :digitsToNumber 1269 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 200 60 9) math:sum 1269}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4356 a r:Inference; - r:gives { - (9 6 2 1) :digitsToNumber 9621 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 600 20 1) math:sum 9621}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4357 a r:Inference; - r:gives { - 2170 :numberToDigits (2 1 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2170 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2170 1000) math:remainder 170}] - [ a r:Fact; r:gives {(170 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(170 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4358 a r:Inference; - r:gives { - 2171 :numberToDigits (2 1 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2171 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2171 1000) math:remainder 171}] - [ a r:Fact; r:gives {(171 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(171 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4359 a r:Inference; - r:gives { - 2172 :numberToDigits (2 1 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2172 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2172 1000) math:remainder 172}] - [ a r:Fact; r:gives {(172 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(172 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4360 a r:Inference; - r:gives { - 2173 :numberToDigits (2 1 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2173 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2173 1000) math:remainder 173}] - [ a r:Fact; r:gives {(173 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(173 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4361 a r:Inference; - r:gives { - 2174 :numberToDigits (2 1 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2174 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2174 1000) math:remainder 174}] - [ a r:Fact; r:gives {(174 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(174 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4362 a r:Inference; - r:gives { - 2175 :numberToDigits (2 1 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2175 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2175 1000) math:remainder 175}] - [ a r:Fact; r:gives {(175 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(175 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4363 a r:Inference; - r:gives { - 2176 :numberToDigits (2 1 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2176 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2176 1000) math:remainder 176}] - [ a r:Fact; r:gives {(176 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(176 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4364 a r:Inference; - r:gives { - 2177 :numberToDigits (2 1 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2177 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2177 1000) math:remainder 177}] - [ a r:Fact; r:gives {(177 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(177 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4365 a r:Inference; - r:gives { - (1 2 7 7) :digitsToNumber 1277 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 200 70 7) math:sum 1277}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4366 a r:Inference; - r:gives { - (7 7 2 1) :digitsToNumber 7721 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 700 20 1) math:sum 7721}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4367 a r:Inference; - r:gives { - 2178 :numberToDigits (2 1 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2178 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2178 1000) math:remainder 178}] - [ a r:Fact; r:gives {(178 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(178 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4368 a r:Inference; - r:gives { - (1 2 7 8) :digitsToNumber 1278 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 200 70 8) math:sum 1278}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4369 a r:Inference; - r:gives { - (8 7 2 1) :digitsToNumber 8721 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 700 20 1) math:sum 8721}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4370 a r:Inference; - r:gives { - 2179 :numberToDigits (2 1 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2179 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2179 1000) math:remainder 179}] - [ a r:Fact; r:gives {(179 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(179 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4371 a r:Inference; - r:gives { - (1 2 7 9) :digitsToNumber 1279 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 200 70 9) math:sum 1279}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4372 a r:Inference; - r:gives { - (9 7 2 1) :digitsToNumber 9721 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 700 20 1) math:sum 9721}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4373 a r:Inference; - r:gives { - 2180 :numberToDigits (2 1 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2180 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2180 1000) math:remainder 180}] - [ a r:Fact; r:gives {(180 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(180 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4374 a r:Inference; - r:gives { - 2181 :numberToDigits (2 1 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2181 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2181 1000) math:remainder 181}] - [ a r:Fact; r:gives {(181 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(181 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4375 a r:Inference; - r:gives { - 2182 :numberToDigits (2 1 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2182 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2182 1000) math:remainder 182}] - [ a r:Fact; r:gives {(182 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(182 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4376 a r:Inference; - r:gives { - 2183 :numberToDigits (2 1 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2183 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2183 1000) math:remainder 183}] - [ a r:Fact; r:gives {(183 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(183 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4377 a r:Inference; - r:gives { - 2184 :numberToDigits (2 1 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2184 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2184 1000) math:remainder 184}] - [ a r:Fact; r:gives {(184 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(184 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4378 a r:Inference; - r:gives { - 2185 :numberToDigits (2 1 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2185 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2185 1000) math:remainder 185}] - [ a r:Fact; r:gives {(185 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(185 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4379 a r:Inference; - r:gives { - 2186 :numberToDigits (2 1 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2186 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2186 1000) math:remainder 186}] - [ a r:Fact; r:gives {(186 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(186 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4380 a r:Inference; - r:gives { - 2187 :numberToDigits (2 1 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2187 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2187 1000) math:remainder 187}] - [ a r:Fact; r:gives {(187 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(187 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4381 a r:Inference; - r:gives { - 2188 :numberToDigits (2 1 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2188 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2188 1000) math:remainder 188}] - [ a r:Fact; r:gives {(188 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(188 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4382 a r:Inference; - r:gives { - (1 2 8 8) :digitsToNumber 1288 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 200 80 8) math:sum 1288}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4383 a r:Inference; - r:gives { - (8 8 2 1) :digitsToNumber 8821 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 800 20 1) math:sum 8821}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4384 a r:Inference; - r:gives { - 2189 :numberToDigits (2 1 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2189 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2189 1000) math:remainder 189}] - [ a r:Fact; r:gives {(189 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(189 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4385 a r:Inference; - r:gives { - (1 2 8 9) :digitsToNumber 1289 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 200 80 9) math:sum 1289}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4386 a r:Inference; - r:gives { - (9 8 2 1) :digitsToNumber 9821 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 800 20 1) math:sum 9821}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4387 a r:Inference; - r:gives { - 2190 :numberToDigits (2 1 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2190 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2190 1000) math:remainder 190}] - [ a r:Fact; r:gives {(190 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(190 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4388 a r:Inference; - r:gives { - 2191 :numberToDigits (2 1 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2191 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2191 1000) math:remainder 191}] - [ a r:Fact; r:gives {(191 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(191 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4389 a r:Inference; - r:gives { - 2192 :numberToDigits (2 1 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2192 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2192 1000) math:remainder 192}] - [ a r:Fact; r:gives {(192 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(192 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4390 a r:Inference; - r:gives { - 2193 :numberToDigits (2 1 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2193 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2193 1000) math:remainder 193}] - [ a r:Fact; r:gives {(193 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(193 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4391 a r:Inference; - r:gives { - 2194 :numberToDigits (2 1 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2194 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2194 1000) math:remainder 194}] - [ a r:Fact; r:gives {(194 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(194 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4392 a r:Inference; - r:gives { - 2195 :numberToDigits (2 1 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2195 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2195 1000) math:remainder 195}] - [ a r:Fact; r:gives {(195 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(195 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4393 a r:Inference; - r:gives { - 2196 :numberToDigits (2 1 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2196 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2196 1000) math:remainder 196}] - [ a r:Fact; r:gives {(196 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(196 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4394 a r:Inference; - r:gives { - 2197 :numberToDigits (2 1 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2197 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2197 1000) math:remainder 197}] - [ a r:Fact; r:gives {(197 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(197 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4395 a r:Inference; - r:gives { - 2198 :numberToDigits (2 1 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2198 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2198 1000) math:remainder 198}] - [ a r:Fact; r:gives {(198 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(198 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4396 a r:Inference; - r:gives { - 2199 :numberToDigits (2 1 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2199 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2199 1000) math:remainder 199}] - [ a r:Fact; r:gives {(199 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(199 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4397 a r:Inference; - r:gives { - (1 2 9 9) :digitsToNumber 1299 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(1000 200 90 9) math:sum 1299}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4398 a r:Inference; - r:gives { - (9 9 2 1) :digitsToNumber 9921 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 900 20 1) math:sum 9921}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma4399 a r:Inference; - r:gives { - 2200 :numberToDigits (2 2 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2200 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2200 1000) math:remainder 200}] - [ a r:Fact; r:gives {(200 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(200 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4400 a r:Inference; - r:gives { - 2201 :numberToDigits (2 2 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2201 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2201 1000) math:remainder 201}] - [ a r:Fact; r:gives {(201 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(201 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4401 a r:Inference; - r:gives { - 2202 :numberToDigits (2 2 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2202 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2202 1000) math:remainder 202}] - [ a r:Fact; r:gives {(202 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(202 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4402 a r:Inference; - r:gives { - 2203 :numberToDigits (2 2 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2203 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2203 1000) math:remainder 203}] - [ a r:Fact; r:gives {(203 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(203 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4403 a r:Inference; - r:gives { - 2204 :numberToDigits (2 2 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2204 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2204 1000) math:remainder 204}] - [ a r:Fact; r:gives {(204 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(204 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4404 a r:Inference; - r:gives { - 2205 :numberToDigits (2 2 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2205 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2205 1000) math:remainder 205}] - [ a r:Fact; r:gives {(205 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(205 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4405 a r:Inference; - r:gives { - 2206 :numberToDigits (2 2 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2206 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2206 1000) math:remainder 206}] - [ a r:Fact; r:gives {(206 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(206 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4406 a r:Inference; - r:gives { - 2207 :numberToDigits (2 2 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2207 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2207 1000) math:remainder 207}] - [ a r:Fact; r:gives {(207 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(207 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4407 a r:Inference; - r:gives { - 2208 :numberToDigits (2 2 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2208 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2208 1000) math:remainder 208}] - [ a r:Fact; r:gives {(208 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(208 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4408 a r:Inference; - r:gives { - 2209 :numberToDigits (2 2 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2209 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2209 1000) math:remainder 209}] - [ a r:Fact; r:gives {(209 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(209 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4409 a r:Inference; - r:gives { - 2210 :numberToDigits (2 2 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2210 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2210 1000) math:remainder 210}] - [ a r:Fact; r:gives {(210 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(210 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4410 a r:Inference; - r:gives { - 2211 :numberToDigits (2 2 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2211 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2211 1000) math:remainder 211}] - [ a r:Fact; r:gives {(211 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(211 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4411 a r:Inference; - r:gives { - 2212 :numberToDigits (2 2 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2212 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2212 1000) math:remainder 212}] - [ a r:Fact; r:gives {(212 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(212 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4412 a r:Inference; - r:gives { - 2213 :numberToDigits (2 2 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2213 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2213 1000) math:remainder 213}] - [ a r:Fact; r:gives {(213 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(213 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4413 a r:Inference; - r:gives { - 2214 :numberToDigits (2 2 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2214 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2214 1000) math:remainder 214}] - [ a r:Fact; r:gives {(214 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(214 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4414 a r:Inference; - r:gives { - 2215 :numberToDigits (2 2 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2215 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2215 1000) math:remainder 215}] - [ a r:Fact; r:gives {(215 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(215 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4415 a r:Inference; - r:gives { - 2216 :numberToDigits (2 2 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2216 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2216 1000) math:remainder 216}] - [ a r:Fact; r:gives {(216 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(216 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4416 a r:Inference; - r:gives { - 2217 :numberToDigits (2 2 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2217 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2217 1000) math:remainder 217}] - [ a r:Fact; r:gives {(217 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(217 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4417 a r:Inference; - r:gives { - 2218 :numberToDigits (2 2 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2218 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2218 1000) math:remainder 218}] - [ a r:Fact; r:gives {(218 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(218 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4418 a r:Inference; - r:gives { - 2219 :numberToDigits (2 2 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2219 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2219 1000) math:remainder 219}] - [ a r:Fact; r:gives {(219 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(219 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4419 a r:Inference; - r:gives { - 2220 :numberToDigits (2 2 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2220 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2220 1000) math:remainder 220}] - [ a r:Fact; r:gives {(220 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(220 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4420 a r:Inference; - r:gives { - 2221 :numberToDigits (2 2 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2221 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2221 1000) math:remainder 221}] - [ a r:Fact; r:gives {(221 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(221 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4421 a r:Inference; - r:gives { - 2223 :numberToDigits (2 2 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2223 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2223 1000) math:remainder 223}] - [ a r:Fact; r:gives {(223 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(223 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4422 a r:Inference; - r:gives { - (2 2 2 3) :digitsToNumber 2223 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(2000 200 20 3) math:sum 2223}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma4423 a r:Inference; - r:gives { - (3 2 2 2) :digitsToNumber 3222 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(3000 200 20 2) math:sum 3222}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4424 a r:Inference; - r:gives { - 2224 :numberToDigits (2 2 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2224 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2224 1000) math:remainder 224}] - [ a r:Fact; r:gives {(224 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(224 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4425 a r:Inference; - r:gives { - (2 2 2 4) :digitsToNumber 2224 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(2000 200 20 4) math:sum 2224}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4426 a r:Inference; - r:gives { - (4 2 2 2) :digitsToNumber 4222 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 200 20 2) math:sum 4222}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4427 a r:Inference; - r:gives { - 2225 :numberToDigits (2 2 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2225 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2225 1000) math:remainder 225}] - [ a r:Fact; r:gives {(225 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(225 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4428 a r:Inference; - r:gives { - (2 2 2 5) :digitsToNumber 2225 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(2000 200 20 5) math:sum 2225}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4429 a r:Inference; - r:gives { - (5 2 2 2) :digitsToNumber 5222 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 200 20 2) math:sum 5222}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4430 a r:Inference; - r:gives { - 2226 :numberToDigits (2 2 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2226 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2226 1000) math:remainder 226}] - [ a r:Fact; r:gives {(226 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(226 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4431 a r:Inference; - r:gives { - (2 2 2 6) :digitsToNumber 2226 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(2000 200 20 6) math:sum 2226}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4432 a r:Inference; - r:gives { - (6 2 2 2) :digitsToNumber 6222 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 200 20 2) math:sum 6222}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4433 a r:Inference; - r:gives { - 2227 :numberToDigits (2 2 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2227 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2227 1000) math:remainder 227}] - [ a r:Fact; r:gives {(227 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(227 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4434 a r:Inference; - r:gives { - (2 2 2 7) :digitsToNumber 2227 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(2000 200 20 7) math:sum 2227}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4435 a r:Inference; - r:gives { - (7 2 2 2) :digitsToNumber 7222 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 200 20 2) math:sum 7222}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4436 a r:Inference; - r:gives { - 2228 :numberToDigits (2 2 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2228 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2228 1000) math:remainder 228}] - [ a r:Fact; r:gives {(228 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(228 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4437 a r:Inference; - r:gives { - (2 2 2 8) :digitsToNumber 2228 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(2000 200 20 8) math:sum 2228}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4438 a r:Inference; - r:gives { - (8 2 2 2) :digitsToNumber 8222 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 200 20 2) math:sum 8222}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4439 a r:Inference; - r:gives { - 2229 :numberToDigits (2 2 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2229 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2229 1000) math:remainder 229}] - [ a r:Fact; r:gives {(229 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(229 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4440 a r:Inference; - r:gives { - (2 2 2 9) :digitsToNumber 2229 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(2000 200 20 9) math:sum 2229}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4441 a r:Inference; - r:gives { - (9 2 2 2) :digitsToNumber 9222 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 200 20 2) math:sum 9222}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4442 a r:Inference; - r:gives { - 2230 :numberToDigits (2 2 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2230 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2230 1000) math:remainder 230}] - [ a r:Fact; r:gives {(230 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(230 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4443 a r:Inference; - r:gives { - 2231 :numberToDigits (2 2 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2231 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2231 1000) math:remainder 231}] - [ a r:Fact; r:gives {(231 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(231 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4444 a r:Inference; - r:gives { - 2232 :numberToDigits (2 2 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2232 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2232 1000) math:remainder 232}] - [ a r:Fact; r:gives {(232 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(232 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4445 a r:Inference; - r:gives { - 2233 :numberToDigits (2 2 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2233 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2233 1000) math:remainder 233}] - [ a r:Fact; r:gives {(233 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(233 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4446 a r:Inference; - r:gives { - (2 2 3 3) :digitsToNumber 2233 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 200 30 3) math:sum 2233}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma4447 a r:Inference; - r:gives { - (3 3 2 2) :digitsToNumber 3322 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(3000 300 20 2) math:sum 3322}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4448 a r:Inference; - r:gives { - 2234 :numberToDigits (2 2 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2234 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2234 1000) math:remainder 234}] - [ a r:Fact; r:gives {(234 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(234 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4449 a r:Inference; - r:gives { - (2 2 3 4) :digitsToNumber 2234 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 200 30 4) math:sum 2234}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4450 a r:Inference; - r:gives { - (4 3 2 2) :digitsToNumber 4322 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 300 20 2) math:sum 4322}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4451 a r:Inference; - r:gives { - 2235 :numberToDigits (2 2 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2235 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2235 1000) math:remainder 235}] - [ a r:Fact; r:gives {(235 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(235 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4452 a r:Inference; - r:gives { - (2 2 3 5) :digitsToNumber 2235 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 200 30 5) math:sum 2235}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4453 a r:Inference; - r:gives { - (5 3 2 2) :digitsToNumber 5322 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 300 20 2) math:sum 5322}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4454 a r:Inference; - r:gives { - 2236 :numberToDigits (2 2 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2236 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2236 1000) math:remainder 236}] - [ a r:Fact; r:gives {(236 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(236 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4455 a r:Inference; - r:gives { - (2 2 3 6) :digitsToNumber 2236 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 200 30 6) math:sum 2236}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4456 a r:Inference; - r:gives { - (6 3 2 2) :digitsToNumber 6322 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 300 20 2) math:sum 6322}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4457 a r:Inference; - r:gives { - 2237 :numberToDigits (2 2 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2237 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2237 1000) math:remainder 237}] - [ a r:Fact; r:gives {(237 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(237 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4458 a r:Inference; - r:gives { - (2 2 3 7) :digitsToNumber 2237 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 200 30 7) math:sum 2237}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4459 a r:Inference; - r:gives { - (7 3 2 2) :digitsToNumber 7322 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 300 20 2) math:sum 7322}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4460 a r:Inference; - r:gives { - 2238 :numberToDigits (2 2 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2238 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2238 1000) math:remainder 238}] - [ a r:Fact; r:gives {(238 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(238 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4461 a r:Inference; - r:gives { - (2 2 3 8) :digitsToNumber 2238 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 200 30 8) math:sum 2238}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4462 a r:Inference; - r:gives { - (8 3 2 2) :digitsToNumber 8322 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 300 20 2) math:sum 8322}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4463 a r:Inference; - r:gives { - 2239 :numberToDigits (2 2 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2239 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2239 1000) math:remainder 239}] - [ a r:Fact; r:gives {(239 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(239 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4464 a r:Inference; - r:gives { - (2 2 3 9) :digitsToNumber 2239 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 200 30 9) math:sum 2239}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4465 a r:Inference; - r:gives { - (9 3 2 2) :digitsToNumber 9322 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 300 20 2) math:sum 9322}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4466 a r:Inference; - r:gives { - 2240 :numberToDigits (2 2 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2240 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2240 1000) math:remainder 240}] - [ a r:Fact; r:gives {(240 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(240 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4467 a r:Inference; - r:gives { - 2241 :numberToDigits (2 2 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2241 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2241 1000) math:remainder 241}] - [ a r:Fact; r:gives {(241 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(241 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4468 a r:Inference; - r:gives { - 2242 :numberToDigits (2 2 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2242 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2242 1000) math:remainder 242}] - [ a r:Fact; r:gives {(242 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(242 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4469 a r:Inference; - r:gives { - 2243 :numberToDigits (2 2 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2243 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2243 1000) math:remainder 243}] - [ a r:Fact; r:gives {(243 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(243 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4470 a r:Inference; - r:gives { - 2244 :numberToDigits (2 2 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2244 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2244 1000) math:remainder 244}] - [ a r:Fact; r:gives {(244 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(244 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4471 a r:Inference; - r:gives { - (2 2 4 4) :digitsToNumber 2244 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 200 40 4) math:sum 2244}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4472 a r:Inference; - r:gives { - (4 4 2 2) :digitsToNumber 4422 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(4000 400 20 2) math:sum 4422}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4473 a r:Inference; - r:gives { - 2245 :numberToDigits (2 2 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2245 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2245 1000) math:remainder 245}] - [ a r:Fact; r:gives {(245 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(245 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4474 a r:Inference; - r:gives { - (2 2 4 5) :digitsToNumber 2245 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 200 40 5) math:sum 2245}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4475 a r:Inference; - r:gives { - (5 4 2 2) :digitsToNumber 5422 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 400 20 2) math:sum 5422}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4476 a r:Inference; - r:gives { - 2246 :numberToDigits (2 2 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2246 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2246 1000) math:remainder 246}] - [ a r:Fact; r:gives {(246 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(246 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4477 a r:Inference; - r:gives { - (2 2 4 6) :digitsToNumber 2246 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 200 40 6) math:sum 2246}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4478 a r:Inference; - r:gives { - (6 4 2 2) :digitsToNumber 6422 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 400 20 2) math:sum 6422}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4479 a r:Inference; - r:gives { - 2247 :numberToDigits (2 2 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2247 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2247 1000) math:remainder 247}] - [ a r:Fact; r:gives {(247 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(247 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4480 a r:Inference; - r:gives { - (2 2 4 7) :digitsToNumber 2247 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 200 40 7) math:sum 2247}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4481 a r:Inference; - r:gives { - (7 4 2 2) :digitsToNumber 7422 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 400 20 2) math:sum 7422}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4482 a r:Inference; - r:gives { - 2248 :numberToDigits (2 2 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2248 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2248 1000) math:remainder 248}] - [ a r:Fact; r:gives {(248 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(248 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4483 a r:Inference; - r:gives { - (2 2 4 8) :digitsToNumber 2248 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 200 40 8) math:sum 2248}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4484 a r:Inference; - r:gives { - (8 4 2 2) :digitsToNumber 8422 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 400 20 2) math:sum 8422}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4485 a r:Inference; - r:gives { - 2249 :numberToDigits (2 2 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2249 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2249 1000) math:remainder 249}] - [ a r:Fact; r:gives {(249 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(249 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4486 a r:Inference; - r:gives { - (2 2 4 9) :digitsToNumber 2249 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 200 40 9) math:sum 2249}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4487 a r:Inference; - r:gives { - (9 4 2 2) :digitsToNumber 9422 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 400 20 2) math:sum 9422}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4488 a r:Inference; - r:gives { - 2250 :numberToDigits (2 2 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2250 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2250 1000) math:remainder 250}] - [ a r:Fact; r:gives {(250 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(250 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4489 a r:Inference; - r:gives { - 2251 :numberToDigits (2 2 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2251 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2251 1000) math:remainder 251}] - [ a r:Fact; r:gives {(251 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(251 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4490 a r:Inference; - r:gives { - 2252 :numberToDigits (2 2 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2252 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2252 1000) math:remainder 252}] - [ a r:Fact; r:gives {(252 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(252 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4491 a r:Inference; - r:gives { - 2253 :numberToDigits (2 2 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2253 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2253 1000) math:remainder 253}] - [ a r:Fact; r:gives {(253 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(253 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4492 a r:Inference; - r:gives { - 2254 :numberToDigits (2 2 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2254 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2254 1000) math:remainder 254}] - [ a r:Fact; r:gives {(254 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(254 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4493 a r:Inference; - r:gives { - 2255 :numberToDigits (2 2 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2255 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2255 1000) math:remainder 255}] - [ a r:Fact; r:gives {(255 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(255 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4494 a r:Inference; - r:gives { - (2 2 5 5) :digitsToNumber 2255 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 200 50 5) math:sum 2255}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4495 a r:Inference; - r:gives { - (5 5 2 2) :digitsToNumber 5522 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(5000 500 20 2) math:sum 5522}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4496 a r:Inference; - r:gives { - 2256 :numberToDigits (2 2 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2256 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2256 1000) math:remainder 256}] - [ a r:Fact; r:gives {(256 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(256 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4497 a r:Inference; - r:gives { - (2 2 5 6) :digitsToNumber 2256 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 200 50 6) math:sum 2256}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4498 a r:Inference; - r:gives { - (6 5 2 2) :digitsToNumber 6522 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 500 20 2) math:sum 6522}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4499 a r:Inference; - r:gives { - 2257 :numberToDigits (2 2 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2257 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2257 1000) math:remainder 257}] - [ a r:Fact; r:gives {(257 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(257 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4500 a r:Inference; - r:gives { - (2 2 5 7) :digitsToNumber 2257 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 200 50 7) math:sum 2257}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4501 a r:Inference; - r:gives { - (7 5 2 2) :digitsToNumber 7522 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 500 20 2) math:sum 7522}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4502 a r:Inference; - r:gives { - 2258 :numberToDigits (2 2 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2258 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2258 1000) math:remainder 258}] - [ a r:Fact; r:gives {(258 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(258 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4503 a r:Inference; - r:gives { - (2 2 5 8) :digitsToNumber 2258 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 200 50 8) math:sum 2258}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4504 a r:Inference; - r:gives { - (8 5 2 2) :digitsToNumber 8522 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 500 20 2) math:sum 8522}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4505 a r:Inference; - r:gives { - 2259 :numberToDigits (2 2 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2259 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2259 1000) math:remainder 259}] - [ a r:Fact; r:gives {(259 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(259 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4506 a r:Inference; - r:gives { - (2 2 5 9) :digitsToNumber 2259 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 200 50 9) math:sum 2259}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4507 a r:Inference; - r:gives { - (9 5 2 2) :digitsToNumber 9522 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 500 20 2) math:sum 9522}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4508 a r:Inference; - r:gives { - 2260 :numberToDigits (2 2 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2260 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2260 1000) math:remainder 260}] - [ a r:Fact; r:gives {(260 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(260 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4509 a r:Inference; - r:gives { - 2261 :numberToDigits (2 2 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2261 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2261 1000) math:remainder 261}] - [ a r:Fact; r:gives {(261 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(261 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4510 a r:Inference; - r:gives { - 2262 :numberToDigits (2 2 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2262 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2262 1000) math:remainder 262}] - [ a r:Fact; r:gives {(262 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(262 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4511 a r:Inference; - r:gives { - 2263 :numberToDigits (2 2 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2263 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2263 1000) math:remainder 263}] - [ a r:Fact; r:gives {(263 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(263 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4512 a r:Inference; - r:gives { - 2264 :numberToDigits (2 2 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2264 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2264 1000) math:remainder 264}] - [ a r:Fact; r:gives {(264 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(264 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4513 a r:Inference; - r:gives { - 2265 :numberToDigits (2 2 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2265 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2265 1000) math:remainder 265}] - [ a r:Fact; r:gives {(265 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(265 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4514 a r:Inference; - r:gives { - 2266 :numberToDigits (2 2 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2266 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2266 1000) math:remainder 266}] - [ a r:Fact; r:gives {(266 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(266 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4515 a r:Inference; - r:gives { - (2 2 6 6) :digitsToNumber 2266 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 200 60 6) math:sum 2266}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4516 a r:Inference; - r:gives { - (6 6 2 2) :digitsToNumber 6622 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(6000 600 20 2) math:sum 6622}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4517 a r:Inference; - r:gives { - 2267 :numberToDigits (2 2 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2267 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2267 1000) math:remainder 267}] - [ a r:Fact; r:gives {(267 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(267 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4518 a r:Inference; - r:gives { - (2 2 6 7) :digitsToNumber 2267 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 200 60 7) math:sum 2267}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4519 a r:Inference; - r:gives { - (7 6 2 2) :digitsToNumber 7622 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 600 20 2) math:sum 7622}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4520 a r:Inference; - r:gives { - 2268 :numberToDigits (2 2 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2268 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2268 1000) math:remainder 268}] - [ a r:Fact; r:gives {(268 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(268 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4521 a r:Inference; - r:gives { - (2 2 6 8) :digitsToNumber 2268 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 200 60 8) math:sum 2268}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4522 a r:Inference; - r:gives { - (8 6 2 2) :digitsToNumber 8622 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 600 20 2) math:sum 8622}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4523 a r:Inference; - r:gives { - 2269 :numberToDigits (2 2 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2269 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2269 1000) math:remainder 269}] - [ a r:Fact; r:gives {(269 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(269 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4524 a r:Inference; - r:gives { - (2 2 6 9) :digitsToNumber 2269 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 200 60 9) math:sum 2269}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4525 a r:Inference; - r:gives { - (9 6 2 2) :digitsToNumber 9622 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 600 20 2) math:sum 9622}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4526 a r:Inference; - r:gives { - 2270 :numberToDigits (2 2 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2270 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2270 1000) math:remainder 270}] - [ a r:Fact; r:gives {(270 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(270 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4527 a r:Inference; - r:gives { - 2271 :numberToDigits (2 2 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2271 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2271 1000) math:remainder 271}] - [ a r:Fact; r:gives {(271 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(271 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4528 a r:Inference; - r:gives { - 2272 :numberToDigits (2 2 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2272 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2272 1000) math:remainder 272}] - [ a r:Fact; r:gives {(272 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(272 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4529 a r:Inference; - r:gives { - 2273 :numberToDigits (2 2 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2273 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2273 1000) math:remainder 273}] - [ a r:Fact; r:gives {(273 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(273 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4530 a r:Inference; - r:gives { - 2274 :numberToDigits (2 2 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2274 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2274 1000) math:remainder 274}] - [ a r:Fact; r:gives {(274 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(274 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4531 a r:Inference; - r:gives { - 2275 :numberToDigits (2 2 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2275 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2275 1000) math:remainder 275}] - [ a r:Fact; r:gives {(275 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(275 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4532 a r:Inference; - r:gives { - 2276 :numberToDigits (2 2 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2276 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2276 1000) math:remainder 276}] - [ a r:Fact; r:gives {(276 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(276 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4533 a r:Inference; - r:gives { - 2277 :numberToDigits (2 2 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2277 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2277 1000) math:remainder 277}] - [ a r:Fact; r:gives {(277 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(277 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4534 a r:Inference; - r:gives { - (2 2 7 7) :digitsToNumber 2277 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 200 70 7) math:sum 2277}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4535 a r:Inference; - r:gives { - (7 7 2 2) :digitsToNumber 7722 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(7000 700 20 2) math:sum 7722}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4536 a r:Inference; - r:gives { - 2278 :numberToDigits (2 2 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2278 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2278 1000) math:remainder 278}] - [ a r:Fact; r:gives {(278 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(278 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4537 a r:Inference; - r:gives { - (2 2 7 8) :digitsToNumber 2278 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 200 70 8) math:sum 2278}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4538 a r:Inference; - r:gives { - (8 7 2 2) :digitsToNumber 8722 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 700 20 2) math:sum 8722}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4539 a r:Inference; - r:gives { - 2279 :numberToDigits (2 2 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2279 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2279 1000) math:remainder 279}] - [ a r:Fact; r:gives {(279 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(279 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4540 a r:Inference; - r:gives { - (2 2 7 9) :digitsToNumber 2279 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 200 70 9) math:sum 2279}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4541 a r:Inference; - r:gives { - (9 7 2 2) :digitsToNumber 9722 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 700 20 2) math:sum 9722}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4542 a r:Inference; - r:gives { - 2280 :numberToDigits (2 2 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2280 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2280 1000) math:remainder 280}] - [ a r:Fact; r:gives {(280 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(280 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4543 a r:Inference; - r:gives { - 2281 :numberToDigits (2 2 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2281 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2281 1000) math:remainder 281}] - [ a r:Fact; r:gives {(281 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(281 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4544 a r:Inference; - r:gives { - 2282 :numberToDigits (2 2 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2282 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2282 1000) math:remainder 282}] - [ a r:Fact; r:gives {(282 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(282 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4545 a r:Inference; - r:gives { - 2283 :numberToDigits (2 2 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2283 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2283 1000) math:remainder 283}] - [ a r:Fact; r:gives {(283 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(283 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4546 a r:Inference; - r:gives { - 2284 :numberToDigits (2 2 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2284 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2284 1000) math:remainder 284}] - [ a r:Fact; r:gives {(284 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(284 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4547 a r:Inference; - r:gives { - 2285 :numberToDigits (2 2 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2285 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2285 1000) math:remainder 285}] - [ a r:Fact; r:gives {(285 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(285 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4548 a r:Inference; - r:gives { - 2286 :numberToDigits (2 2 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2286 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2286 1000) math:remainder 286}] - [ a r:Fact; r:gives {(286 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(286 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4549 a r:Inference; - r:gives { - 2287 :numberToDigits (2 2 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2287 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2287 1000) math:remainder 287}] - [ a r:Fact; r:gives {(287 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(287 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4550 a r:Inference; - r:gives { - 2288 :numberToDigits (2 2 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2288 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2288 1000) math:remainder 288}] - [ a r:Fact; r:gives {(288 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(288 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4551 a r:Inference; - r:gives { - (2 2 8 8) :digitsToNumber 2288 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 200 80 8) math:sum 2288}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4552 a r:Inference; - r:gives { - (8 8 2 2) :digitsToNumber 8822 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(8000 800 20 2) math:sum 8822}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4553 a r:Inference; - r:gives { - 2289 :numberToDigits (2 2 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2289 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2289 1000) math:remainder 289}] - [ a r:Fact; r:gives {(289 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(289 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4554 a r:Inference; - r:gives { - (2 2 8 9) :digitsToNumber 2289 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 200 80 9) math:sum 2289}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4555 a r:Inference; - r:gives { - (9 8 2 2) :digitsToNumber 9822 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 800 20 2) math:sum 9822}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4556 a r:Inference; - r:gives { - 2290 :numberToDigits (2 2 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2290 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2290 1000) math:remainder 290}] - [ a r:Fact; r:gives {(290 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(290 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4557 a r:Inference; - r:gives { - 2291 :numberToDigits (2 2 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2291 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2291 1000) math:remainder 291}] - [ a r:Fact; r:gives {(291 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(291 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4558 a r:Inference; - r:gives { - 2292 :numberToDigits (2 2 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2292 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2292 1000) math:remainder 292}] - [ a r:Fact; r:gives {(292 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(292 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4559 a r:Inference; - r:gives { - 2293 :numberToDigits (2 2 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2293 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2293 1000) math:remainder 293}] - [ a r:Fact; r:gives {(293 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(293 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4560 a r:Inference; - r:gives { - 2294 :numberToDigits (2 2 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2294 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2294 1000) math:remainder 294}] - [ a r:Fact; r:gives {(294 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(294 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4561 a r:Inference; - r:gives { - 2295 :numberToDigits (2 2 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2295 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2295 1000) math:remainder 295}] - [ a r:Fact; r:gives {(295 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(295 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4562 a r:Inference; - r:gives { - 2296 :numberToDigits (2 2 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2296 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2296 1000) math:remainder 296}] - [ a r:Fact; r:gives {(296 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(296 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4563 a r:Inference; - r:gives { - 2297 :numberToDigits (2 2 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2297 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2297 1000) math:remainder 297}] - [ a r:Fact; r:gives {(297 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(297 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4564 a r:Inference; - r:gives { - 2298 :numberToDigits (2 2 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2298 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2298 1000) math:remainder 298}] - [ a r:Fact; r:gives {(298 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(298 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4565 a r:Inference; - r:gives { - 2299 :numberToDigits (2 2 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2299 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2299 1000) math:remainder 299}] - [ a r:Fact; r:gives {(299 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(299 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4566 a r:Inference; - r:gives { - (2 2 9 9) :digitsToNumber 2299 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(2 100) math:product 200}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(2000 200 90 9) math:sum 2299}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4567 a r:Inference; - r:gives { - (9 9 2 2) :digitsToNumber 9922 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(2 10) math:product 20}] - [ a r:Fact; r:gives {(9000 900 20 2) math:sum 9922}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4568 a r:Inference; - r:gives { - 2300 :numberToDigits (2 3 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2300 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2300 1000) math:remainder 300}] - [ a r:Fact; r:gives {(300 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(300 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4569 a r:Inference; - r:gives { - 2301 :numberToDigits (2 3 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2301 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2301 1000) math:remainder 301}] - [ a r:Fact; r:gives {(301 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(301 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4570 a r:Inference; - r:gives { - 2302 :numberToDigits (2 3 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2302 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2302 1000) math:remainder 302}] - [ a r:Fact; r:gives {(302 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(302 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4571 a r:Inference; - r:gives { - 2303 :numberToDigits (2 3 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2303 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2303 1000) math:remainder 303}] - [ a r:Fact; r:gives {(303 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(303 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4572 a r:Inference; - r:gives { - 2304 :numberToDigits (2 3 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2304 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2304 1000) math:remainder 304}] - [ a r:Fact; r:gives {(304 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(304 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4573 a r:Inference; - r:gives { - 2305 :numberToDigits (2 3 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2305 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2305 1000) math:remainder 305}] - [ a r:Fact; r:gives {(305 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(305 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4574 a r:Inference; - r:gives { - 2306 :numberToDigits (2 3 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2306 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2306 1000) math:remainder 306}] - [ a r:Fact; r:gives {(306 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(306 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4575 a r:Inference; - r:gives { - 2307 :numberToDigits (2 3 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2307 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2307 1000) math:remainder 307}] - [ a r:Fact; r:gives {(307 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(307 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4576 a r:Inference; - r:gives { - 2308 :numberToDigits (2 3 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2308 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2308 1000) math:remainder 308}] - [ a r:Fact; r:gives {(308 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(308 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4577 a r:Inference; - r:gives { - 2309 :numberToDigits (2 3 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2309 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2309 1000) math:remainder 309}] - [ a r:Fact; r:gives {(309 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(309 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4578 a r:Inference; - r:gives { - 2310 :numberToDigits (2 3 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2310 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2310 1000) math:remainder 310}] - [ a r:Fact; r:gives {(310 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(310 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4579 a r:Inference; - r:gives { - 2311 :numberToDigits (2 3 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2311 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2311 1000) math:remainder 311}] - [ a r:Fact; r:gives {(311 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(311 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4580 a r:Inference; - r:gives { - 2312 :numberToDigits (2 3 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2312 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2312 1000) math:remainder 312}] - [ a r:Fact; r:gives {(312 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(312 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4581 a r:Inference; - r:gives { - 2313 :numberToDigits (2 3 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2313 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2313 1000) math:remainder 313}] - [ a r:Fact; r:gives {(313 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(313 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4582 a r:Inference; - r:gives { - 2314 :numberToDigits (2 3 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2314 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2314 1000) math:remainder 314}] - [ a r:Fact; r:gives {(314 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(314 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4583 a r:Inference; - r:gives { - 2315 :numberToDigits (2 3 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2315 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2315 1000) math:remainder 315}] - [ a r:Fact; r:gives {(315 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(315 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4584 a r:Inference; - r:gives { - 2316 :numberToDigits (2 3 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2316 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2316 1000) math:remainder 316}] - [ a r:Fact; r:gives {(316 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(316 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4585 a r:Inference; - r:gives { - 2317 :numberToDigits (2 3 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2317 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2317 1000) math:remainder 317}] - [ a r:Fact; r:gives {(317 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(317 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4586 a r:Inference; - r:gives { - 2318 :numberToDigits (2 3 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2318 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2318 1000) math:remainder 318}] - [ a r:Fact; r:gives {(318 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(318 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4587 a r:Inference; - r:gives { - 2319 :numberToDigits (2 3 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2319 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2319 1000) math:remainder 319}] - [ a r:Fact; r:gives {(319 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(319 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4588 a r:Inference; - r:gives { - 2320 :numberToDigits (2 3 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2320 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2320 1000) math:remainder 320}] - [ a r:Fact; r:gives {(320 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(320 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4589 a r:Inference; - r:gives { - 2321 :numberToDigits (2 3 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2321 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2321 1000) math:remainder 321}] - [ a r:Fact; r:gives {(321 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(321 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4590 a r:Inference; - r:gives { - 2322 :numberToDigits (2 3 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2322 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2322 1000) math:remainder 322}] - [ a r:Fact; r:gives {(322 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(322 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4591 a r:Inference; - r:gives { - 2323 :numberToDigits (2 3 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2323 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2323 1000) math:remainder 323}] - [ a r:Fact; r:gives {(323 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(323 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4592 a r:Inference; - r:gives { - 2324 :numberToDigits (2 3 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2324 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2324 1000) math:remainder 324}] - [ a r:Fact; r:gives {(324 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(324 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4593 a r:Inference; - r:gives { - 2325 :numberToDigits (2 3 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2325 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2325 1000) math:remainder 325}] - [ a r:Fact; r:gives {(325 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(325 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4594 a r:Inference; - r:gives { - 2326 :numberToDigits (2 3 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2326 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2326 1000) math:remainder 326}] - [ a r:Fact; r:gives {(326 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(326 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4595 a r:Inference; - r:gives { - 2327 :numberToDigits (2 3 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2327 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2327 1000) math:remainder 327}] - [ a r:Fact; r:gives {(327 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(327 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4596 a r:Inference; - r:gives { - 2328 :numberToDigits (2 3 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2328 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2328 1000) math:remainder 328}] - [ a r:Fact; r:gives {(328 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(328 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4597 a r:Inference; - r:gives { - 2329 :numberToDigits (2 3 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2329 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2329 1000) math:remainder 329}] - [ a r:Fact; r:gives {(329 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(329 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4598 a r:Inference; - r:gives { - 2330 :numberToDigits (2 3 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2330 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2330 1000) math:remainder 330}] - [ a r:Fact; r:gives {(330 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(330 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4599 a r:Inference; - r:gives { - 2331 :numberToDigits (2 3 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2331 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2331 1000) math:remainder 331}] - [ a r:Fact; r:gives {(331 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(331 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4600 a r:Inference; - r:gives { - 2332 :numberToDigits (2 3 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2332 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2332 1000) math:remainder 332}] - [ a r:Fact; r:gives {(332 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(332 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4601 a r:Inference; - r:gives { - 2333 :numberToDigits (2 3 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2333 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2333 1000) math:remainder 333}] - [ a r:Fact; r:gives {(333 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(333 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4602 a r:Inference; - r:gives { - (2 3 3 3) :digitsToNumber 2333 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 300 30 3) math:sum 2333}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma4603 a r:Inference; - r:gives { - (3 3 3 2) :digitsToNumber 3332 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(3000 300 30 2) math:sum 3332}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4604 a r:Inference; - r:gives { - 2334 :numberToDigits (2 3 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2334 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2334 1000) math:remainder 334}] - [ a r:Fact; r:gives {(334 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(334 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4605 a r:Inference; - r:gives { - (2 3 3 4) :digitsToNumber 2334 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 300 30 4) math:sum 2334}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4606 a r:Inference; - r:gives { - (4 3 3 2) :digitsToNumber 4332 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(4000 300 30 2) math:sum 4332}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4607 a r:Inference; - r:gives { - 2335 :numberToDigits (2 3 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2335 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2335 1000) math:remainder 335}] - [ a r:Fact; r:gives {(335 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(335 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4608 a r:Inference; - r:gives { - (2 3 3 5) :digitsToNumber 2335 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 300 30 5) math:sum 2335}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4609 a r:Inference; - r:gives { - (5 3 3 2) :digitsToNumber 5332 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 300 30 2) math:sum 5332}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4610 a r:Inference; - r:gives { - 2336 :numberToDigits (2 3 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2336 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2336 1000) math:remainder 336}] - [ a r:Fact; r:gives {(336 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(336 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4611 a r:Inference; - r:gives { - (2 3 3 6) :digitsToNumber 2336 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 300 30 6) math:sum 2336}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4612 a r:Inference; - r:gives { - (6 3 3 2) :digitsToNumber 6332 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 300 30 2) math:sum 6332}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4613 a r:Inference; - r:gives { - 2337 :numberToDigits (2 3 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2337 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2337 1000) math:remainder 337}] - [ a r:Fact; r:gives {(337 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(337 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4614 a r:Inference; - r:gives { - (2 3 3 7) :digitsToNumber 2337 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 300 30 7) math:sum 2337}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4615 a r:Inference; - r:gives { - (7 3 3 2) :digitsToNumber 7332 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 300 30 2) math:sum 7332}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4616 a r:Inference; - r:gives { - 2338 :numberToDigits (2 3 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2338 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2338 1000) math:remainder 338}] - [ a r:Fact; r:gives {(338 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(338 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4617 a r:Inference; - r:gives { - (2 3 3 8) :digitsToNumber 2338 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 300 30 8) math:sum 2338}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4618 a r:Inference; - r:gives { - (8 3 3 2) :digitsToNumber 8332 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 300 30 2) math:sum 8332}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4619 a r:Inference; - r:gives { - 2339 :numberToDigits (2 3 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2339 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2339 1000) math:remainder 339}] - [ a r:Fact; r:gives {(339 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(339 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4620 a r:Inference; - r:gives { - (2 3 3 9) :digitsToNumber 2339 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(2000 300 30 9) math:sum 2339}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4621 a r:Inference; - r:gives { - (9 3 3 2) :digitsToNumber 9332 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 300 30 2) math:sum 9332}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4622 a r:Inference; - r:gives { - 2340 :numberToDigits (2 3 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2340 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2340 1000) math:remainder 340}] - [ a r:Fact; r:gives {(340 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(340 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4623 a r:Inference; - r:gives { - 2341 :numberToDigits (2 3 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2341 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2341 1000) math:remainder 341}] - [ a r:Fact; r:gives {(341 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(341 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4624 a r:Inference; - r:gives { - 2342 :numberToDigits (2 3 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2342 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2342 1000) math:remainder 342}] - [ a r:Fact; r:gives {(342 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(342 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4625 a r:Inference; - r:gives { - 2343 :numberToDigits (2 3 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2343 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2343 1000) math:remainder 343}] - [ a r:Fact; r:gives {(343 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(343 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4626 a r:Inference; - r:gives { - 2344 :numberToDigits (2 3 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2344 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2344 1000) math:remainder 344}] - [ a r:Fact; r:gives {(344 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(344 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4627 a r:Inference; - r:gives { - (2 3 4 4) :digitsToNumber 2344 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 300 40 4) math:sum 2344}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4628 a r:Inference; - r:gives { - (4 4 3 2) :digitsToNumber 4432 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(4000 400 30 2) math:sum 4432}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4629 a r:Inference; - r:gives { - 2345 :numberToDigits (2 3 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2345 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2345 1000) math:remainder 345}] - [ a r:Fact; r:gives {(345 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(345 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4630 a r:Inference; - r:gives { - (2 3 4 5) :digitsToNumber 2345 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 300 40 5) math:sum 2345}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4631 a r:Inference; - r:gives { - (5 4 3 2) :digitsToNumber 5432 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 400 30 2) math:sum 5432}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4632 a r:Inference; - r:gives { - 2346 :numberToDigits (2 3 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2346 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2346 1000) math:remainder 346}] - [ a r:Fact; r:gives {(346 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(346 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4633 a r:Inference; - r:gives { - (2 3 4 6) :digitsToNumber 2346 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 300 40 6) math:sum 2346}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4634 a r:Inference; - r:gives { - (6 4 3 2) :digitsToNumber 6432 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 400 30 2) math:sum 6432}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4635 a r:Inference; - r:gives { - 2347 :numberToDigits (2 3 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2347 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2347 1000) math:remainder 347}] - [ a r:Fact; r:gives {(347 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(347 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4636 a r:Inference; - r:gives { - (2 3 4 7) :digitsToNumber 2347 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 300 40 7) math:sum 2347}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4637 a r:Inference; - r:gives { - (7 4 3 2) :digitsToNumber 7432 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 400 30 2) math:sum 7432}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4638 a r:Inference; - r:gives { - 2348 :numberToDigits (2 3 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2348 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2348 1000) math:remainder 348}] - [ a r:Fact; r:gives {(348 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(348 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4639 a r:Inference; - r:gives { - (2 3 4 8) :digitsToNumber 2348 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 300 40 8) math:sum 2348}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4640 a r:Inference; - r:gives { - (8 4 3 2) :digitsToNumber 8432 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 400 30 2) math:sum 8432}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4641 a r:Inference; - r:gives { - 2349 :numberToDigits (2 3 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2349 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2349 1000) math:remainder 349}] - [ a r:Fact; r:gives {(349 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(349 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4642 a r:Inference; - r:gives { - (2 3 4 9) :digitsToNumber 2349 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 300 40 9) math:sum 2349}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4643 a r:Inference; - r:gives { - (9 4 3 2) :digitsToNumber 9432 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 400 30 2) math:sum 9432}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4644 a r:Inference; - r:gives { - 2350 :numberToDigits (2 3 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2350 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2350 1000) math:remainder 350}] - [ a r:Fact; r:gives {(350 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(350 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4645 a r:Inference; - r:gives { - 2351 :numberToDigits (2 3 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2351 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2351 1000) math:remainder 351}] - [ a r:Fact; r:gives {(351 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(351 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4646 a r:Inference; - r:gives { - 2352 :numberToDigits (2 3 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2352 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2352 1000) math:remainder 352}] - [ a r:Fact; r:gives {(352 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(352 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4647 a r:Inference; - r:gives { - 2353 :numberToDigits (2 3 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2353 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2353 1000) math:remainder 353}] - [ a r:Fact; r:gives {(353 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(353 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4648 a r:Inference; - r:gives { - 2354 :numberToDigits (2 3 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2354 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2354 1000) math:remainder 354}] - [ a r:Fact; r:gives {(354 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(354 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4649 a r:Inference; - r:gives { - 2355 :numberToDigits (2 3 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2355 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2355 1000) math:remainder 355}] - [ a r:Fact; r:gives {(355 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(355 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4650 a r:Inference; - r:gives { - (2 3 5 5) :digitsToNumber 2355 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 300 50 5) math:sum 2355}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4651 a r:Inference; - r:gives { - (5 5 3 2) :digitsToNumber 5532 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 500 30 2) math:sum 5532}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4652 a r:Inference; - r:gives { - 2356 :numberToDigits (2 3 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2356 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2356 1000) math:remainder 356}] - [ a r:Fact; r:gives {(356 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(356 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4653 a r:Inference; - r:gives { - (2 3 5 6) :digitsToNumber 2356 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 300 50 6) math:sum 2356}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4654 a r:Inference; - r:gives { - (6 5 3 2) :digitsToNumber 6532 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 500 30 2) math:sum 6532}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4655 a r:Inference; - r:gives { - 2357 :numberToDigits (2 3 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2357 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2357 1000) math:remainder 357}] - [ a r:Fact; r:gives {(357 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(357 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4656 a r:Inference; - r:gives { - (2 3 5 7) :digitsToNumber 2357 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 300 50 7) math:sum 2357}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4657 a r:Inference; - r:gives { - (7 5 3 2) :digitsToNumber 7532 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 500 30 2) math:sum 7532}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4658 a r:Inference; - r:gives { - 2358 :numberToDigits (2 3 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2358 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2358 1000) math:remainder 358}] - [ a r:Fact; r:gives {(358 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(358 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4659 a r:Inference; - r:gives { - (2 3 5 8) :digitsToNumber 2358 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 300 50 8) math:sum 2358}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4660 a r:Inference; - r:gives { - (8 5 3 2) :digitsToNumber 8532 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 500 30 2) math:sum 8532}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4661 a r:Inference; - r:gives { - 2359 :numberToDigits (2 3 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2359 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2359 1000) math:remainder 359}] - [ a r:Fact; r:gives {(359 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(359 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4662 a r:Inference; - r:gives { - (2 3 5 9) :digitsToNumber 2359 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 300 50 9) math:sum 2359}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4663 a r:Inference; - r:gives { - (9 5 3 2) :digitsToNumber 9532 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 500 30 2) math:sum 9532}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4664 a r:Inference; - r:gives { - 2360 :numberToDigits (2 3 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2360 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2360 1000) math:remainder 360}] - [ a r:Fact; r:gives {(360 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(360 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4665 a r:Inference; - r:gives { - 2361 :numberToDigits (2 3 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2361 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2361 1000) math:remainder 361}] - [ a r:Fact; r:gives {(361 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(361 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4666 a r:Inference; - r:gives { - 2362 :numberToDigits (2 3 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2362 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2362 1000) math:remainder 362}] - [ a r:Fact; r:gives {(362 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(362 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4667 a r:Inference; - r:gives { - 2363 :numberToDigits (2 3 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2363 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2363 1000) math:remainder 363}] - [ a r:Fact; r:gives {(363 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(363 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4668 a r:Inference; - r:gives { - 2364 :numberToDigits (2 3 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2364 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2364 1000) math:remainder 364}] - [ a r:Fact; r:gives {(364 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(364 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4669 a r:Inference; - r:gives { - 2365 :numberToDigits (2 3 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2365 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2365 1000) math:remainder 365}] - [ a r:Fact; r:gives {(365 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(365 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4670 a r:Inference; - r:gives { - 2366 :numberToDigits (2 3 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2366 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2366 1000) math:remainder 366}] - [ a r:Fact; r:gives {(366 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(366 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4671 a r:Inference; - r:gives { - (2 3 6 6) :digitsToNumber 2366 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 300 60 6) math:sum 2366}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4672 a r:Inference; - r:gives { - (6 6 3 2) :digitsToNumber 6632 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 600 30 2) math:sum 6632}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4673 a r:Inference; - r:gives { - 2367 :numberToDigits (2 3 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2367 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2367 1000) math:remainder 367}] - [ a r:Fact; r:gives {(367 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(367 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4674 a r:Inference; - r:gives { - (2 3 6 7) :digitsToNumber 2367 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 300 60 7) math:sum 2367}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4675 a r:Inference; - r:gives { - (7 6 3 2) :digitsToNumber 7632 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 600 30 2) math:sum 7632}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4676 a r:Inference; - r:gives { - 2368 :numberToDigits (2 3 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2368 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2368 1000) math:remainder 368}] - [ a r:Fact; r:gives {(368 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(368 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4677 a r:Inference; - r:gives { - (2 3 6 8) :digitsToNumber 2368 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 300 60 8) math:sum 2368}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4678 a r:Inference; - r:gives { - (8 6 3 2) :digitsToNumber 8632 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 600 30 2) math:sum 8632}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4679 a r:Inference; - r:gives { - 2369 :numberToDigits (2 3 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2369 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2369 1000) math:remainder 369}] - [ a r:Fact; r:gives {(369 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(369 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4680 a r:Inference; - r:gives { - (2 3 6 9) :digitsToNumber 2369 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 300 60 9) math:sum 2369}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4681 a r:Inference; - r:gives { - (9 6 3 2) :digitsToNumber 9632 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 600 30 2) math:sum 9632}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4682 a r:Inference; - r:gives { - 2370 :numberToDigits (2 3 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2370 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2370 1000) math:remainder 370}] - [ a r:Fact; r:gives {(370 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(370 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4683 a r:Inference; - r:gives { - 2371 :numberToDigits (2 3 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2371 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2371 1000) math:remainder 371}] - [ a r:Fact; r:gives {(371 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(371 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4684 a r:Inference; - r:gives { - 2372 :numberToDigits (2 3 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2372 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2372 1000) math:remainder 372}] - [ a r:Fact; r:gives {(372 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(372 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4685 a r:Inference; - r:gives { - 2373 :numberToDigits (2 3 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2373 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2373 1000) math:remainder 373}] - [ a r:Fact; r:gives {(373 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(373 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4686 a r:Inference; - r:gives { - 2374 :numberToDigits (2 3 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2374 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2374 1000) math:remainder 374}] - [ a r:Fact; r:gives {(374 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(374 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4687 a r:Inference; - r:gives { - 2375 :numberToDigits (2 3 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2375 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2375 1000) math:remainder 375}] - [ a r:Fact; r:gives {(375 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(375 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4688 a r:Inference; - r:gives { - 2376 :numberToDigits (2 3 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2376 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2376 1000) math:remainder 376}] - [ a r:Fact; r:gives {(376 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(376 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4689 a r:Inference; - r:gives { - 2377 :numberToDigits (2 3 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2377 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2377 1000) math:remainder 377}] - [ a r:Fact; r:gives {(377 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(377 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4690 a r:Inference; - r:gives { - (2 3 7 7) :digitsToNumber 2377 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 300 70 7) math:sum 2377}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4691 a r:Inference; - r:gives { - (7 7 3 2) :digitsToNumber 7732 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 700 30 2) math:sum 7732}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4692 a r:Inference; - r:gives { - 2378 :numberToDigits (2 3 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2378 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2378 1000) math:remainder 378}] - [ a r:Fact; r:gives {(378 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(378 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4693 a r:Inference; - r:gives { - (2 3 7 8) :digitsToNumber 2378 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 300 70 8) math:sum 2378}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4694 a r:Inference; - r:gives { - (8 7 3 2) :digitsToNumber 8732 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 700 30 2) math:sum 8732}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4695 a r:Inference; - r:gives { - 2379 :numberToDigits (2 3 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2379 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2379 1000) math:remainder 379}] - [ a r:Fact; r:gives {(379 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(379 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4696 a r:Inference; - r:gives { - (2 3 7 9) :digitsToNumber 2379 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 300 70 9) math:sum 2379}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4697 a r:Inference; - r:gives { - (9 7 3 2) :digitsToNumber 9732 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 700 30 2) math:sum 9732}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4698 a r:Inference; - r:gives { - 2380 :numberToDigits (2 3 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2380 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2380 1000) math:remainder 380}] - [ a r:Fact; r:gives {(380 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(380 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4699 a r:Inference; - r:gives { - 2381 :numberToDigits (2 3 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2381 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2381 1000) math:remainder 381}] - [ a r:Fact; r:gives {(381 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(381 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4700 a r:Inference; - r:gives { - 2382 :numberToDigits (2 3 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2382 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2382 1000) math:remainder 382}] - [ a r:Fact; r:gives {(382 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(382 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4701 a r:Inference; - r:gives { - 2383 :numberToDigits (2 3 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2383 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2383 1000) math:remainder 383}] - [ a r:Fact; r:gives {(383 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(383 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4702 a r:Inference; - r:gives { - 2384 :numberToDigits (2 3 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2384 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2384 1000) math:remainder 384}] - [ a r:Fact; r:gives {(384 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(384 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4703 a r:Inference; - r:gives { - 2385 :numberToDigits (2 3 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2385 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2385 1000) math:remainder 385}] - [ a r:Fact; r:gives {(385 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(385 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4704 a r:Inference; - r:gives { - 2386 :numberToDigits (2 3 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2386 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2386 1000) math:remainder 386}] - [ a r:Fact; r:gives {(386 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(386 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4705 a r:Inference; - r:gives { - 2387 :numberToDigits (2 3 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2387 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2387 1000) math:remainder 387}] - [ a r:Fact; r:gives {(387 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(387 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4706 a r:Inference; - r:gives { - 2388 :numberToDigits (2 3 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2388 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2388 1000) math:remainder 388}] - [ a r:Fact; r:gives {(388 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(388 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4707 a r:Inference; - r:gives { - (2 3 8 8) :digitsToNumber 2388 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 300 80 8) math:sum 2388}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4708 a r:Inference; - r:gives { - (8 8 3 2) :digitsToNumber 8832 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 800 30 2) math:sum 8832}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4709 a r:Inference; - r:gives { - 2389 :numberToDigits (2 3 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2389 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2389 1000) math:remainder 389}] - [ a r:Fact; r:gives {(389 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(389 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4710 a r:Inference; - r:gives { - (2 3 8 9) :digitsToNumber 2389 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 300 80 9) math:sum 2389}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4711 a r:Inference; - r:gives { - (9 8 3 2) :digitsToNumber 9832 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 800 30 2) math:sum 9832}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4712 a r:Inference; - r:gives { - 2390 :numberToDigits (2 3 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2390 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2390 1000) math:remainder 390}] - [ a r:Fact; r:gives {(390 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(390 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4713 a r:Inference; - r:gives { - 2391 :numberToDigits (2 3 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2391 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2391 1000) math:remainder 391}] - [ a r:Fact; r:gives {(391 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(391 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4714 a r:Inference; - r:gives { - 2392 :numberToDigits (2 3 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2392 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2392 1000) math:remainder 392}] - [ a r:Fact; r:gives {(392 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(392 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4715 a r:Inference; - r:gives { - 2393 :numberToDigits (2 3 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2393 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2393 1000) math:remainder 393}] - [ a r:Fact; r:gives {(393 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(393 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4716 a r:Inference; - r:gives { - 2394 :numberToDigits (2 3 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2394 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2394 1000) math:remainder 394}] - [ a r:Fact; r:gives {(394 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(394 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4717 a r:Inference; - r:gives { - 2395 :numberToDigits (2 3 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2395 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2395 1000) math:remainder 395}] - [ a r:Fact; r:gives {(395 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(395 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4718 a r:Inference; - r:gives { - 2396 :numberToDigits (2 3 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2396 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2396 1000) math:remainder 396}] - [ a r:Fact; r:gives {(396 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(396 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4719 a r:Inference; - r:gives { - 2397 :numberToDigits (2 3 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2397 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2397 1000) math:remainder 397}] - [ a r:Fact; r:gives {(397 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(397 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4720 a r:Inference; - r:gives { - 2398 :numberToDigits (2 3 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2398 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2398 1000) math:remainder 398}] - [ a r:Fact; r:gives {(398 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(398 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4721 a r:Inference; - r:gives { - 2399 :numberToDigits (2 3 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2399 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2399 1000) math:remainder 399}] - [ a r:Fact; r:gives {(399 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(399 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4722 a r:Inference; - r:gives { - (2 3 9 9) :digitsToNumber 2399 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(2000 300 90 9) math:sum 2399}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4723 a r:Inference; - r:gives { - (9 9 3 2) :digitsToNumber 9932 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 900 30 2) math:sum 9932}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4724 a r:Inference; - r:gives { - 2400 :numberToDigits (2 4 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2400 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2400 1000) math:remainder 400}] - [ a r:Fact; r:gives {(400 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(400 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4725 a r:Inference; - r:gives { - 2401 :numberToDigits (2 4 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2401 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2401 1000) math:remainder 401}] - [ a r:Fact; r:gives {(401 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(401 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4726 a r:Inference; - r:gives { - 2402 :numberToDigits (2 4 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2402 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2402 1000) math:remainder 402}] - [ a r:Fact; r:gives {(402 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(402 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4727 a r:Inference; - r:gives { - 2403 :numberToDigits (2 4 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2403 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2403 1000) math:remainder 403}] - [ a r:Fact; r:gives {(403 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(403 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4728 a r:Inference; - r:gives { - 2404 :numberToDigits (2 4 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2404 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2404 1000) math:remainder 404}] - [ a r:Fact; r:gives {(404 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(404 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4729 a r:Inference; - r:gives { - 2405 :numberToDigits (2 4 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2405 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2405 1000) math:remainder 405}] - [ a r:Fact; r:gives {(405 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(405 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4730 a r:Inference; - r:gives { - 2406 :numberToDigits (2 4 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2406 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2406 1000) math:remainder 406}] - [ a r:Fact; r:gives {(406 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(406 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4731 a r:Inference; - r:gives { - 2407 :numberToDigits (2 4 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2407 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2407 1000) math:remainder 407}] - [ a r:Fact; r:gives {(407 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(407 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4732 a r:Inference; - r:gives { - 2408 :numberToDigits (2 4 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2408 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2408 1000) math:remainder 408}] - [ a r:Fact; r:gives {(408 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(408 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4733 a r:Inference; - r:gives { - 2409 :numberToDigits (2 4 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2409 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2409 1000) math:remainder 409}] - [ a r:Fact; r:gives {(409 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(409 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4734 a r:Inference; - r:gives { - 2410 :numberToDigits (2 4 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2410 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2410 1000) math:remainder 410}] - [ a r:Fact; r:gives {(410 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(410 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4735 a r:Inference; - r:gives { - 2411 :numberToDigits (2 4 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2411 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2411 1000) math:remainder 411}] - [ a r:Fact; r:gives {(411 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(411 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4736 a r:Inference; - r:gives { - 2412 :numberToDigits (2 4 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2412 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2412 1000) math:remainder 412}] - [ a r:Fact; r:gives {(412 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(412 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4737 a r:Inference; - r:gives { - 2413 :numberToDigits (2 4 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2413 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2413 1000) math:remainder 413}] - [ a r:Fact; r:gives {(413 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(413 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4738 a r:Inference; - r:gives { - 2414 :numberToDigits (2 4 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2414 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2414 1000) math:remainder 414}] - [ a r:Fact; r:gives {(414 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(414 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4739 a r:Inference; - r:gives { - 2415 :numberToDigits (2 4 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2415 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2415 1000) math:remainder 415}] - [ a r:Fact; r:gives {(415 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(415 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4740 a r:Inference; - r:gives { - 2416 :numberToDigits (2 4 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2416 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2416 1000) math:remainder 416}] - [ a r:Fact; r:gives {(416 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(416 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4741 a r:Inference; - r:gives { - 2417 :numberToDigits (2 4 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2417 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2417 1000) math:remainder 417}] - [ a r:Fact; r:gives {(417 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(417 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4742 a r:Inference; - r:gives { - 2418 :numberToDigits (2 4 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2418 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2418 1000) math:remainder 418}] - [ a r:Fact; r:gives {(418 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(418 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4743 a r:Inference; - r:gives { - 2419 :numberToDigits (2 4 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2419 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2419 1000) math:remainder 419}] - [ a r:Fact; r:gives {(419 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(419 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4744 a r:Inference; - r:gives { - 2420 :numberToDigits (2 4 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2420 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2420 1000) math:remainder 420}] - [ a r:Fact; r:gives {(420 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(420 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4745 a r:Inference; - r:gives { - 2421 :numberToDigits (2 4 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2421 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2421 1000) math:remainder 421}] - [ a r:Fact; r:gives {(421 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(421 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4746 a r:Inference; - r:gives { - 2422 :numberToDigits (2 4 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2422 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2422 1000) math:remainder 422}] - [ a r:Fact; r:gives {(422 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(422 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4747 a r:Inference; - r:gives { - 2423 :numberToDigits (2 4 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2423 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2423 1000) math:remainder 423}] - [ a r:Fact; r:gives {(423 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(423 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4748 a r:Inference; - r:gives { - 2424 :numberToDigits (2 4 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2424 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2424 1000) math:remainder 424}] - [ a r:Fact; r:gives {(424 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(424 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4749 a r:Inference; - r:gives { - 2425 :numberToDigits (2 4 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2425 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2425 1000) math:remainder 425}] - [ a r:Fact; r:gives {(425 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(425 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4750 a r:Inference; - r:gives { - 2426 :numberToDigits (2 4 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2426 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2426 1000) math:remainder 426}] - [ a r:Fact; r:gives {(426 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(426 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4751 a r:Inference; - r:gives { - 2427 :numberToDigits (2 4 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2427 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2427 1000) math:remainder 427}] - [ a r:Fact; r:gives {(427 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(427 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4752 a r:Inference; - r:gives { - 2428 :numberToDigits (2 4 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2428 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2428 1000) math:remainder 428}] - [ a r:Fact; r:gives {(428 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(428 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4753 a r:Inference; - r:gives { - 2429 :numberToDigits (2 4 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2429 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2429 1000) math:remainder 429}] - [ a r:Fact; r:gives {(429 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(429 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4754 a r:Inference; - r:gives { - 2430 :numberToDigits (2 4 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2430 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2430 1000) math:remainder 430}] - [ a r:Fact; r:gives {(430 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(430 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4755 a r:Inference; - r:gives { - 2431 :numberToDigits (2 4 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2431 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2431 1000) math:remainder 431}] - [ a r:Fact; r:gives {(431 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(431 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4756 a r:Inference; - r:gives { - 2432 :numberToDigits (2 4 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2432 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2432 1000) math:remainder 432}] - [ a r:Fact; r:gives {(432 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(432 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4757 a r:Inference; - r:gives { - 2433 :numberToDigits (2 4 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2433 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2433 1000) math:remainder 433}] - [ a r:Fact; r:gives {(433 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(433 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4758 a r:Inference; - r:gives { - 2434 :numberToDigits (2 4 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2434 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2434 1000) math:remainder 434}] - [ a r:Fact; r:gives {(434 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(434 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4759 a r:Inference; - r:gives { - 2435 :numberToDigits (2 4 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2435 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2435 1000) math:remainder 435}] - [ a r:Fact; r:gives {(435 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(435 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4760 a r:Inference; - r:gives { - 2436 :numberToDigits (2 4 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2436 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2436 1000) math:remainder 436}] - [ a r:Fact; r:gives {(436 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(436 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4761 a r:Inference; - r:gives { - 2437 :numberToDigits (2 4 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2437 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2437 1000) math:remainder 437}] - [ a r:Fact; r:gives {(437 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(437 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4762 a r:Inference; - r:gives { - 2438 :numberToDigits (2 4 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2438 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2438 1000) math:remainder 438}] - [ a r:Fact; r:gives {(438 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(438 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4763 a r:Inference; - r:gives { - 2439 :numberToDigits (2 4 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2439 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2439 1000) math:remainder 439}] - [ a r:Fact; r:gives {(439 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(439 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4764 a r:Inference; - r:gives { - 2440 :numberToDigits (2 4 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2440 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2440 1000) math:remainder 440}] - [ a r:Fact; r:gives {(440 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(440 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4765 a r:Inference; - r:gives { - 2441 :numberToDigits (2 4 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2441 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2441 1000) math:remainder 441}] - [ a r:Fact; r:gives {(441 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(441 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4766 a r:Inference; - r:gives { - 2442 :numberToDigits (2 4 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2442 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2442 1000) math:remainder 442}] - [ a r:Fact; r:gives {(442 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(442 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4767 a r:Inference; - r:gives { - 2443 :numberToDigits (2 4 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2443 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2443 1000) math:remainder 443}] - [ a r:Fact; r:gives {(443 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(443 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4768 a r:Inference; - r:gives { - 2444 :numberToDigits (2 4 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2444 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2444 1000) math:remainder 444}] - [ a r:Fact; r:gives {(444 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(444 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4769 a r:Inference; - r:gives { - (2 4 4 4) :digitsToNumber 2444 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 400 40 4) math:sum 2444}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma4770 a r:Inference; - r:gives { - (4 4 4 2) :digitsToNumber 4442 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(4000 400 40 2) math:sum 4442}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4771 a r:Inference; - r:gives { - 2445 :numberToDigits (2 4 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2445 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2445 1000) math:remainder 445}] - [ a r:Fact; r:gives {(445 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(445 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4772 a r:Inference; - r:gives { - (2 4 4 5) :digitsToNumber 2445 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 400 40 5) math:sum 2445}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4773 a r:Inference; - r:gives { - (5 4 4 2) :digitsToNumber 5442 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(5000 400 40 2) math:sum 5442}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4774 a r:Inference; - r:gives { - 2446 :numberToDigits (2 4 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2446 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2446 1000) math:remainder 446}] - [ a r:Fact; r:gives {(446 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(446 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4775 a r:Inference; - r:gives { - (2 4 4 6) :digitsToNumber 2446 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 400 40 6) math:sum 2446}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4776 a r:Inference; - r:gives { - (6 4 4 2) :digitsToNumber 6442 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(6000 400 40 2) math:sum 6442}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4777 a r:Inference; - r:gives { - 2447 :numberToDigits (2 4 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2447 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2447 1000) math:remainder 447}] - [ a r:Fact; r:gives {(447 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(447 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4778 a r:Inference; - r:gives { - (2 4 4 7) :digitsToNumber 2447 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 400 40 7) math:sum 2447}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4779 a r:Inference; - r:gives { - (7 4 4 2) :digitsToNumber 7442 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 400 40 2) math:sum 7442}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4780 a r:Inference; - r:gives { - 2448 :numberToDigits (2 4 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2448 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2448 1000) math:remainder 448}] - [ a r:Fact; r:gives {(448 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(448 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4781 a r:Inference; - r:gives { - (2 4 4 8) :digitsToNumber 2448 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 400 40 8) math:sum 2448}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4782 a r:Inference; - r:gives { - (8 4 4 2) :digitsToNumber 8442 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 400 40 2) math:sum 8442}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4783 a r:Inference; - r:gives { - 2449 :numberToDigits (2 4 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2449 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2449 1000) math:remainder 449}] - [ a r:Fact; r:gives {(449 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(449 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4784 a r:Inference; - r:gives { - (2 4 4 9) :digitsToNumber 2449 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(2000 400 40 9) math:sum 2449}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4785 a r:Inference; - r:gives { - (9 4 4 2) :digitsToNumber 9442 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 400 40 2) math:sum 9442}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4786 a r:Inference; - r:gives { - 2450 :numberToDigits (2 4 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2450 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2450 1000) math:remainder 450}] - [ a r:Fact; r:gives {(450 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(450 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4787 a r:Inference; - r:gives { - 2451 :numberToDigits (2 4 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2451 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2451 1000) math:remainder 451}] - [ a r:Fact; r:gives {(451 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(451 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4788 a r:Inference; - r:gives { - 2452 :numberToDigits (2 4 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2452 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2452 1000) math:remainder 452}] - [ a r:Fact; r:gives {(452 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(452 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4789 a r:Inference; - r:gives { - 2453 :numberToDigits (2 4 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2453 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2453 1000) math:remainder 453}] - [ a r:Fact; r:gives {(453 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(453 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4790 a r:Inference; - r:gives { - 2454 :numberToDigits (2 4 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2454 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2454 1000) math:remainder 454}] - [ a r:Fact; r:gives {(454 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(454 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4791 a r:Inference; - r:gives { - 2455 :numberToDigits (2 4 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2455 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2455 1000) math:remainder 455}] - [ a r:Fact; r:gives {(455 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(455 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4792 a r:Inference; - r:gives { - (2 4 5 5) :digitsToNumber 2455 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 400 50 5) math:sum 2455}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4793 a r:Inference; - r:gives { - (5 5 4 2) :digitsToNumber 5542 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(5000 500 40 2) math:sum 5542}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4794 a r:Inference; - r:gives { - 2456 :numberToDigits (2 4 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2456 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2456 1000) math:remainder 456}] - [ a r:Fact; r:gives {(456 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(456 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4795 a r:Inference; - r:gives { - (2 4 5 6) :digitsToNumber 2456 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 400 50 6) math:sum 2456}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4796 a r:Inference; - r:gives { - (6 5 4 2) :digitsToNumber 6542 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(6000 500 40 2) math:sum 6542}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4797 a r:Inference; - r:gives { - 2457 :numberToDigits (2 4 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2457 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2457 1000) math:remainder 457}] - [ a r:Fact; r:gives {(457 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(457 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4798 a r:Inference; - r:gives { - (2 4 5 7) :digitsToNumber 2457 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 400 50 7) math:sum 2457}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4799 a r:Inference; - r:gives { - (7 5 4 2) :digitsToNumber 7542 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 500 40 2) math:sum 7542}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4800 a r:Inference; - r:gives { - 2458 :numberToDigits (2 4 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2458 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2458 1000) math:remainder 458}] - [ a r:Fact; r:gives {(458 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(458 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4801 a r:Inference; - r:gives { - (2 4 5 8) :digitsToNumber 2458 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 400 50 8) math:sum 2458}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4802 a r:Inference; - r:gives { - (8 5 4 2) :digitsToNumber 8542 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 500 40 2) math:sum 8542}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4803 a r:Inference; - r:gives { - 2459 :numberToDigits (2 4 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2459 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2459 1000) math:remainder 459}] - [ a r:Fact; r:gives {(459 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(459 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4804 a r:Inference; - r:gives { - (2 4 5 9) :digitsToNumber 2459 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 400 50 9) math:sum 2459}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4805 a r:Inference; - r:gives { - (9 5 4 2) :digitsToNumber 9542 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 500 40 2) math:sum 9542}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4806 a r:Inference; - r:gives { - 2460 :numberToDigits (2 4 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2460 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2460 1000) math:remainder 460}] - [ a r:Fact; r:gives {(460 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(460 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4807 a r:Inference; - r:gives { - 2461 :numberToDigits (2 4 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2461 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2461 1000) math:remainder 461}] - [ a r:Fact; r:gives {(461 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(461 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4808 a r:Inference; - r:gives { - 2462 :numberToDigits (2 4 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2462 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2462 1000) math:remainder 462}] - [ a r:Fact; r:gives {(462 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(462 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4809 a r:Inference; - r:gives { - 2463 :numberToDigits (2 4 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2463 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2463 1000) math:remainder 463}] - [ a r:Fact; r:gives {(463 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(463 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4810 a r:Inference; - r:gives { - 2464 :numberToDigits (2 4 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2464 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2464 1000) math:remainder 464}] - [ a r:Fact; r:gives {(464 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(464 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4811 a r:Inference; - r:gives { - 2465 :numberToDigits (2 4 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2465 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2465 1000) math:remainder 465}] - [ a r:Fact; r:gives {(465 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(465 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4812 a r:Inference; - r:gives { - 2466 :numberToDigits (2 4 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2466 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2466 1000) math:remainder 466}] - [ a r:Fact; r:gives {(466 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(466 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4813 a r:Inference; - r:gives { - (2 4 6 6) :digitsToNumber 2466 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 400 60 6) math:sum 2466}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4814 a r:Inference; - r:gives { - (6 6 4 2) :digitsToNumber 6642 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(6000 600 40 2) math:sum 6642}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4815 a r:Inference; - r:gives { - 2467 :numberToDigits (2 4 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2467 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2467 1000) math:remainder 467}] - [ a r:Fact; r:gives {(467 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(467 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4816 a r:Inference; - r:gives { - (2 4 6 7) :digitsToNumber 2467 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 400 60 7) math:sum 2467}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4817 a r:Inference; - r:gives { - (7 6 4 2) :digitsToNumber 7642 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 600 40 2) math:sum 7642}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4818 a r:Inference; - r:gives { - 2468 :numberToDigits (2 4 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2468 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2468 1000) math:remainder 468}] - [ a r:Fact; r:gives {(468 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(468 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4819 a r:Inference; - r:gives { - (2 4 6 8) :digitsToNumber 2468 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 400 60 8) math:sum 2468}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4820 a r:Inference; - r:gives { - (8 6 4 2) :digitsToNumber 8642 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 600 40 2) math:sum 8642}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4821 a r:Inference; - r:gives { - 2469 :numberToDigits (2 4 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2469 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2469 1000) math:remainder 469}] - [ a r:Fact; r:gives {(469 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(469 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4822 a r:Inference; - r:gives { - (2 4 6 9) :digitsToNumber 2469 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 400 60 9) math:sum 2469}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4823 a r:Inference; - r:gives { - (9 6 4 2) :digitsToNumber 9642 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 600 40 2) math:sum 9642}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4824 a r:Inference; - r:gives { - 2470 :numberToDigits (2 4 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2470 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2470 1000) math:remainder 470}] - [ a r:Fact; r:gives {(470 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(470 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4825 a r:Inference; - r:gives { - 2471 :numberToDigits (2 4 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2471 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2471 1000) math:remainder 471}] - [ a r:Fact; r:gives {(471 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(471 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4826 a r:Inference; - r:gives { - 2472 :numberToDigits (2 4 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2472 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2472 1000) math:remainder 472}] - [ a r:Fact; r:gives {(472 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(472 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4827 a r:Inference; - r:gives { - 2473 :numberToDigits (2 4 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2473 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2473 1000) math:remainder 473}] - [ a r:Fact; r:gives {(473 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(473 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4828 a r:Inference; - r:gives { - 2474 :numberToDigits (2 4 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2474 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2474 1000) math:remainder 474}] - [ a r:Fact; r:gives {(474 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(474 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4829 a r:Inference; - r:gives { - 2475 :numberToDigits (2 4 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2475 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2475 1000) math:remainder 475}] - [ a r:Fact; r:gives {(475 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(475 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4830 a r:Inference; - r:gives { - 2476 :numberToDigits (2 4 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2476 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2476 1000) math:remainder 476}] - [ a r:Fact; r:gives {(476 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(476 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4831 a r:Inference; - r:gives { - 2477 :numberToDigits (2 4 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2477 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2477 1000) math:remainder 477}] - [ a r:Fact; r:gives {(477 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(477 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4832 a r:Inference; - r:gives { - (2 4 7 7) :digitsToNumber 2477 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 400 70 7) math:sum 2477}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4833 a r:Inference; - r:gives { - (7 7 4 2) :digitsToNumber 7742 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 700 40 2) math:sum 7742}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4834 a r:Inference; - r:gives { - 2478 :numberToDigits (2 4 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2478 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2478 1000) math:remainder 478}] - [ a r:Fact; r:gives {(478 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(478 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4835 a r:Inference; - r:gives { - (2 4 7 8) :digitsToNumber 2478 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 400 70 8) math:sum 2478}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4836 a r:Inference; - r:gives { - (8 7 4 2) :digitsToNumber 8742 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 700 40 2) math:sum 8742}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4837 a r:Inference; - r:gives { - 2479 :numberToDigits (2 4 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2479 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2479 1000) math:remainder 479}] - [ a r:Fact; r:gives {(479 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(479 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4838 a r:Inference; - r:gives { - (2 4 7 9) :digitsToNumber 2479 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 400 70 9) math:sum 2479}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4839 a r:Inference; - r:gives { - (9 7 4 2) :digitsToNumber 9742 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 700 40 2) math:sum 9742}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4840 a r:Inference; - r:gives { - 2480 :numberToDigits (2 4 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2480 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2480 1000) math:remainder 480}] - [ a r:Fact; r:gives {(480 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(480 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4841 a r:Inference; - r:gives { - 2481 :numberToDigits (2 4 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2481 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2481 1000) math:remainder 481}] - [ a r:Fact; r:gives {(481 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(481 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4842 a r:Inference; - r:gives { - 2482 :numberToDigits (2 4 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2482 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2482 1000) math:remainder 482}] - [ a r:Fact; r:gives {(482 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(482 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4843 a r:Inference; - r:gives { - 2483 :numberToDigits (2 4 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2483 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2483 1000) math:remainder 483}] - [ a r:Fact; r:gives {(483 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(483 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4844 a r:Inference; - r:gives { - 2484 :numberToDigits (2 4 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2484 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2484 1000) math:remainder 484}] - [ a r:Fact; r:gives {(484 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(484 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4845 a r:Inference; - r:gives { - 2485 :numberToDigits (2 4 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2485 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2485 1000) math:remainder 485}] - [ a r:Fact; r:gives {(485 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(485 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4846 a r:Inference; - r:gives { - 2486 :numberToDigits (2 4 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2486 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2486 1000) math:remainder 486}] - [ a r:Fact; r:gives {(486 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(486 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4847 a r:Inference; - r:gives { - 2487 :numberToDigits (2 4 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2487 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2487 1000) math:remainder 487}] - [ a r:Fact; r:gives {(487 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(487 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4848 a r:Inference; - r:gives { - 2488 :numberToDigits (2 4 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2488 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2488 1000) math:remainder 488}] - [ a r:Fact; r:gives {(488 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(488 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4849 a r:Inference; - r:gives { - (2 4 8 8) :digitsToNumber 2488 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 400 80 8) math:sum 2488}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4850 a r:Inference; - r:gives { - (8 8 4 2) :digitsToNumber 8842 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 800 40 2) math:sum 8842}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4851 a r:Inference; - r:gives { - 2489 :numberToDigits (2 4 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2489 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2489 1000) math:remainder 489}] - [ a r:Fact; r:gives {(489 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(489 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4852 a r:Inference; - r:gives { - (2 4 8 9) :digitsToNumber 2489 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 400 80 9) math:sum 2489}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4853 a r:Inference; - r:gives { - (9 8 4 2) :digitsToNumber 9842 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 800 40 2) math:sum 9842}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4854 a r:Inference; - r:gives { - 2490 :numberToDigits (2 4 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2490 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2490 1000) math:remainder 490}] - [ a r:Fact; r:gives {(490 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(490 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4855 a r:Inference; - r:gives { - 2491 :numberToDigits (2 4 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2491 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2491 1000) math:remainder 491}] - [ a r:Fact; r:gives {(491 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(491 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4856 a r:Inference; - r:gives { - 2492 :numberToDigits (2 4 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2492 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2492 1000) math:remainder 492}] - [ a r:Fact; r:gives {(492 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(492 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4857 a r:Inference; - r:gives { - 2493 :numberToDigits (2 4 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2493 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2493 1000) math:remainder 493}] - [ a r:Fact; r:gives {(493 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(493 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4858 a r:Inference; - r:gives { - 2494 :numberToDigits (2 4 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2494 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2494 1000) math:remainder 494}] - [ a r:Fact; r:gives {(494 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(494 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4859 a r:Inference; - r:gives { - 2495 :numberToDigits (2 4 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2495 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2495 1000) math:remainder 495}] - [ a r:Fact; r:gives {(495 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(495 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4860 a r:Inference; - r:gives { - 2496 :numberToDigits (2 4 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2496 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2496 1000) math:remainder 496}] - [ a r:Fact; r:gives {(496 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(496 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4861 a r:Inference; - r:gives { - 2497 :numberToDigits (2 4 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2497 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2497 1000) math:remainder 497}] - [ a r:Fact; r:gives {(497 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(497 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4862 a r:Inference; - r:gives { - 2498 :numberToDigits (2 4 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2498 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2498 1000) math:remainder 498}] - [ a r:Fact; r:gives {(498 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(498 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4863 a r:Inference; - r:gives { - 2499 :numberToDigits (2 4 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2499 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2499 1000) math:remainder 499}] - [ a r:Fact; r:gives {(499 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(499 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4864 a r:Inference; - r:gives { - (2 4 9 9) :digitsToNumber 2499 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(2000 400 90 9) math:sum 2499}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4865 a r:Inference; - r:gives { - (9 9 4 2) :digitsToNumber 9942 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 900 40 2) math:sum 9942}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4866 a r:Inference; - r:gives { - 2500 :numberToDigits (2 5 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2500 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2500 1000) math:remainder 500}] - [ a r:Fact; r:gives {(500 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(500 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4867 a r:Inference; - r:gives { - 2501 :numberToDigits (2 5 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2501 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2501 1000) math:remainder 501}] - [ a r:Fact; r:gives {(501 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(501 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4868 a r:Inference; - r:gives { - 2502 :numberToDigits (2 5 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2502 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2502 1000) math:remainder 502}] - [ a r:Fact; r:gives {(502 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(502 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4869 a r:Inference; - r:gives { - 2503 :numberToDigits (2 5 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2503 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2503 1000) math:remainder 503}] - [ a r:Fact; r:gives {(503 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(503 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4870 a r:Inference; - r:gives { - 2504 :numberToDigits (2 5 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2504 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2504 1000) math:remainder 504}] - [ a r:Fact; r:gives {(504 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(504 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4871 a r:Inference; - r:gives { - 2505 :numberToDigits (2 5 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2505 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2505 1000) math:remainder 505}] - [ a r:Fact; r:gives {(505 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(505 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4872 a r:Inference; - r:gives { - 2506 :numberToDigits (2 5 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2506 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2506 1000) math:remainder 506}] - [ a r:Fact; r:gives {(506 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(506 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4873 a r:Inference; - r:gives { - 2507 :numberToDigits (2 5 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2507 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2507 1000) math:remainder 507}] - [ a r:Fact; r:gives {(507 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(507 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4874 a r:Inference; - r:gives { - 2508 :numberToDigits (2 5 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2508 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2508 1000) math:remainder 508}] - [ a r:Fact; r:gives {(508 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(508 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4875 a r:Inference; - r:gives { - 2509 :numberToDigits (2 5 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2509 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2509 1000) math:remainder 509}] - [ a r:Fact; r:gives {(509 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(509 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4876 a r:Inference; - r:gives { - 2510 :numberToDigits (2 5 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2510 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2510 1000) math:remainder 510}] - [ a r:Fact; r:gives {(510 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(510 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4877 a r:Inference; - r:gives { - 2511 :numberToDigits (2 5 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2511 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2511 1000) math:remainder 511}] - [ a r:Fact; r:gives {(511 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(511 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4878 a r:Inference; - r:gives { - 2512 :numberToDigits (2 5 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2512 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2512 1000) math:remainder 512}] - [ a r:Fact; r:gives {(512 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(512 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4879 a r:Inference; - r:gives { - 2513 :numberToDigits (2 5 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2513 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2513 1000) math:remainder 513}] - [ a r:Fact; r:gives {(513 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(513 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4880 a r:Inference; - r:gives { - 2514 :numberToDigits (2 5 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2514 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2514 1000) math:remainder 514}] - [ a r:Fact; r:gives {(514 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(514 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4881 a r:Inference; - r:gives { - 2515 :numberToDigits (2 5 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2515 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2515 1000) math:remainder 515}] - [ a r:Fact; r:gives {(515 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(515 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4882 a r:Inference; - r:gives { - 2516 :numberToDigits (2 5 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2516 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2516 1000) math:remainder 516}] - [ a r:Fact; r:gives {(516 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(516 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4883 a r:Inference; - r:gives { - 2517 :numberToDigits (2 5 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2517 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2517 1000) math:remainder 517}] - [ a r:Fact; r:gives {(517 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(517 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4884 a r:Inference; - r:gives { - 2518 :numberToDigits (2 5 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2518 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2518 1000) math:remainder 518}] - [ a r:Fact; r:gives {(518 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(518 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4885 a r:Inference; - r:gives { - 2519 :numberToDigits (2 5 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2519 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2519 1000) math:remainder 519}] - [ a r:Fact; r:gives {(519 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(519 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4886 a r:Inference; - r:gives { - 2520 :numberToDigits (2 5 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2520 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2520 1000) math:remainder 520}] - [ a r:Fact; r:gives {(520 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(520 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4887 a r:Inference; - r:gives { - 2521 :numberToDigits (2 5 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2521 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2521 1000) math:remainder 521}] - [ a r:Fact; r:gives {(521 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(521 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4888 a r:Inference; - r:gives { - 2522 :numberToDigits (2 5 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2522 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2522 1000) math:remainder 522}] - [ a r:Fact; r:gives {(522 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(522 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4889 a r:Inference; - r:gives { - 2523 :numberToDigits (2 5 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2523 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2523 1000) math:remainder 523}] - [ a r:Fact; r:gives {(523 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(523 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4890 a r:Inference; - r:gives { - 2524 :numberToDigits (2 5 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2524 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2524 1000) math:remainder 524}] - [ a r:Fact; r:gives {(524 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(524 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4891 a r:Inference; - r:gives { - 2525 :numberToDigits (2 5 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2525 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2525 1000) math:remainder 525}] - [ a r:Fact; r:gives {(525 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(525 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4892 a r:Inference; - r:gives { - 2526 :numberToDigits (2 5 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2526 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2526 1000) math:remainder 526}] - [ a r:Fact; r:gives {(526 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(526 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4893 a r:Inference; - r:gives { - 2527 :numberToDigits (2 5 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2527 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2527 1000) math:remainder 527}] - [ a r:Fact; r:gives {(527 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(527 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4894 a r:Inference; - r:gives { - 2528 :numberToDigits (2 5 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2528 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2528 1000) math:remainder 528}] - [ a r:Fact; r:gives {(528 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(528 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4895 a r:Inference; - r:gives { - 2529 :numberToDigits (2 5 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2529 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2529 1000) math:remainder 529}] - [ a r:Fact; r:gives {(529 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(529 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4896 a r:Inference; - r:gives { - 2530 :numberToDigits (2 5 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2530 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2530 1000) math:remainder 530}] - [ a r:Fact; r:gives {(530 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(530 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4897 a r:Inference; - r:gives { - 2531 :numberToDigits (2 5 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2531 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2531 1000) math:remainder 531}] - [ a r:Fact; r:gives {(531 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(531 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4898 a r:Inference; - r:gives { - 2532 :numberToDigits (2 5 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2532 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2532 1000) math:remainder 532}] - [ a r:Fact; r:gives {(532 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(532 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4899 a r:Inference; - r:gives { - 2533 :numberToDigits (2 5 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2533 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2533 1000) math:remainder 533}] - [ a r:Fact; r:gives {(533 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(533 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4900 a r:Inference; - r:gives { - 2534 :numberToDigits (2 5 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2534 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2534 1000) math:remainder 534}] - [ a r:Fact; r:gives {(534 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(534 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4901 a r:Inference; - r:gives { - 2535 :numberToDigits (2 5 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2535 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2535 1000) math:remainder 535}] - [ a r:Fact; r:gives {(535 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(535 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4902 a r:Inference; - r:gives { - 2536 :numberToDigits (2 5 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2536 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2536 1000) math:remainder 536}] - [ a r:Fact; r:gives {(536 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(536 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4903 a r:Inference; - r:gives { - 2537 :numberToDigits (2 5 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2537 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2537 1000) math:remainder 537}] - [ a r:Fact; r:gives {(537 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(537 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4904 a r:Inference; - r:gives { - 2538 :numberToDigits (2 5 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2538 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2538 1000) math:remainder 538}] - [ a r:Fact; r:gives {(538 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(538 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4905 a r:Inference; - r:gives { - 2539 :numberToDigits (2 5 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2539 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2539 1000) math:remainder 539}] - [ a r:Fact; r:gives {(539 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(539 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4906 a r:Inference; - r:gives { - 2540 :numberToDigits (2 5 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2540 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2540 1000) math:remainder 540}] - [ a r:Fact; r:gives {(540 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(540 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4907 a r:Inference; - r:gives { - 2541 :numberToDigits (2 5 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2541 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2541 1000) math:remainder 541}] - [ a r:Fact; r:gives {(541 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(541 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4908 a r:Inference; - r:gives { - 2542 :numberToDigits (2 5 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2542 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2542 1000) math:remainder 542}] - [ a r:Fact; r:gives {(542 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(542 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4909 a r:Inference; - r:gives { - 2543 :numberToDigits (2 5 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2543 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2543 1000) math:remainder 543}] - [ a r:Fact; r:gives {(543 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(543 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4910 a r:Inference; - r:gives { - 2544 :numberToDigits (2 5 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2544 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2544 1000) math:remainder 544}] - [ a r:Fact; r:gives {(544 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(544 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4911 a r:Inference; - r:gives { - 2545 :numberToDigits (2 5 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2545 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2545 1000) math:remainder 545}] - [ a r:Fact; r:gives {(545 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(545 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4912 a r:Inference; - r:gives { - 2546 :numberToDigits (2 5 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2546 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2546 1000) math:remainder 546}] - [ a r:Fact; r:gives {(546 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(546 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4913 a r:Inference; - r:gives { - 2547 :numberToDigits (2 5 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2547 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2547 1000) math:remainder 547}] - [ a r:Fact; r:gives {(547 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(547 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4914 a r:Inference; - r:gives { - 2548 :numberToDigits (2 5 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2548 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2548 1000) math:remainder 548}] - [ a r:Fact; r:gives {(548 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(548 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4915 a r:Inference; - r:gives { - 2549 :numberToDigits (2 5 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2549 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2549 1000) math:remainder 549}] - [ a r:Fact; r:gives {(549 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(549 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4916 a r:Inference; - r:gives { - 2550 :numberToDigits (2 5 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2550 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2550 1000) math:remainder 550}] - [ a r:Fact; r:gives {(550 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(550 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4917 a r:Inference; - r:gives { - 2551 :numberToDigits (2 5 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2551 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2551 1000) math:remainder 551}] - [ a r:Fact; r:gives {(551 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(551 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4918 a r:Inference; - r:gives { - 2552 :numberToDigits (2 5 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2552 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2552 1000) math:remainder 552}] - [ a r:Fact; r:gives {(552 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(552 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4919 a r:Inference; - r:gives { - 2553 :numberToDigits (2 5 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2553 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2553 1000) math:remainder 553}] - [ a r:Fact; r:gives {(553 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(553 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4920 a r:Inference; - r:gives { - 2554 :numberToDigits (2 5 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2554 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2554 1000) math:remainder 554}] - [ a r:Fact; r:gives {(554 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(554 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4921 a r:Inference; - r:gives { - 2555 :numberToDigits (2 5 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2555 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2555 1000) math:remainder 555}] - [ a r:Fact; r:gives {(555 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(555 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4922 a r:Inference; - r:gives { - (2 5 5 5) :digitsToNumber 2555 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 500 50 5) math:sum 2555}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma4923 a r:Inference; - r:gives { - (5 5 5 2) :digitsToNumber 5552 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(5000 500 50 2) math:sum 5552}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4924 a r:Inference; - r:gives { - 2556 :numberToDigits (2 5 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2556 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2556 1000) math:remainder 556}] - [ a r:Fact; r:gives {(556 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(556 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4925 a r:Inference; - r:gives { - (2 5 5 6) :digitsToNumber 2556 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 500 50 6) math:sum 2556}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4926 a r:Inference; - r:gives { - (6 5 5 2) :digitsToNumber 6552 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(6000 500 50 2) math:sum 6552}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4927 a r:Inference; - r:gives { - 2557 :numberToDigits (2 5 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2557 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2557 1000) math:remainder 557}] - [ a r:Fact; r:gives {(557 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(557 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4928 a r:Inference; - r:gives { - (2 5 5 7) :digitsToNumber 2557 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 500 50 7) math:sum 2557}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4929 a r:Inference; - r:gives { - (7 5 5 2) :digitsToNumber 7552 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(7000 500 50 2) math:sum 7552}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4930 a r:Inference; - r:gives { - 2558 :numberToDigits (2 5 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2558 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2558 1000) math:remainder 558}] - [ a r:Fact; r:gives {(558 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(558 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4931 a r:Inference; - r:gives { - (2 5 5 8) :digitsToNumber 2558 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 500 50 8) math:sum 2558}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4932 a r:Inference; - r:gives { - (8 5 5 2) :digitsToNumber 8552 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 500 50 2) math:sum 8552}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4933 a r:Inference; - r:gives { - 2559 :numberToDigits (2 5 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2559 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2559 1000) math:remainder 559}] - [ a r:Fact; r:gives {(559 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(559 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4934 a r:Inference; - r:gives { - (2 5 5 9) :digitsToNumber 2559 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(2000 500 50 9) math:sum 2559}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4935 a r:Inference; - r:gives { - (9 5 5 2) :digitsToNumber 9552 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 500 50 2) math:sum 9552}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4936 a r:Inference; - r:gives { - 2560 :numberToDigits (2 5 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2560 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2560 1000) math:remainder 560}] - [ a r:Fact; r:gives {(560 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(560 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4937 a r:Inference; - r:gives { - 2561 :numberToDigits (2 5 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2561 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2561 1000) math:remainder 561}] - [ a r:Fact; r:gives {(561 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(561 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4938 a r:Inference; - r:gives { - 2562 :numberToDigits (2 5 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2562 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2562 1000) math:remainder 562}] - [ a r:Fact; r:gives {(562 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(562 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4939 a r:Inference; - r:gives { - 2563 :numberToDigits (2 5 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2563 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2563 1000) math:remainder 563}] - [ a r:Fact; r:gives {(563 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(563 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4940 a r:Inference; - r:gives { - 2564 :numberToDigits (2 5 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2564 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2564 1000) math:remainder 564}] - [ a r:Fact; r:gives {(564 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(564 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4941 a r:Inference; - r:gives { - 2565 :numberToDigits (2 5 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2565 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2565 1000) math:remainder 565}] - [ a r:Fact; r:gives {(565 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(565 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4942 a r:Inference; - r:gives { - 2566 :numberToDigits (2 5 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2566 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2566 1000) math:remainder 566}] - [ a r:Fact; r:gives {(566 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(566 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4943 a r:Inference; - r:gives { - (2 5 6 6) :digitsToNumber 2566 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 500 60 6) math:sum 2566}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma4944 a r:Inference; - r:gives { - (6 6 5 2) :digitsToNumber 6652 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(6000 600 50 2) math:sum 6652}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4945 a r:Inference; - r:gives { - 2567 :numberToDigits (2 5 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2567 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2567 1000) math:remainder 567}] - [ a r:Fact; r:gives {(567 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(567 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4946 a r:Inference; - r:gives { - (2 5 6 7) :digitsToNumber 2567 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 500 60 7) math:sum 2567}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4947 a r:Inference; - r:gives { - (7 6 5 2) :digitsToNumber 7652 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(7000 600 50 2) math:sum 7652}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4948 a r:Inference; - r:gives { - 2568 :numberToDigits (2 5 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2568 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2568 1000) math:remainder 568}] - [ a r:Fact; r:gives {(568 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(568 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4949 a r:Inference; - r:gives { - (2 5 6 8) :digitsToNumber 2568 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 500 60 8) math:sum 2568}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4950 a r:Inference; - r:gives { - (8 6 5 2) :digitsToNumber 8652 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 600 50 2) math:sum 8652}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4951 a r:Inference; - r:gives { - 2569 :numberToDigits (2 5 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2569 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2569 1000) math:remainder 569}] - [ a r:Fact; r:gives {(569 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(569 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4952 a r:Inference; - r:gives { - (2 5 6 9) :digitsToNumber 2569 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 500 60 9) math:sum 2569}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4953 a r:Inference; - r:gives { - (9 6 5 2) :digitsToNumber 9652 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 600 50 2) math:sum 9652}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4954 a r:Inference; - r:gives { - 2570 :numberToDigits (2 5 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2570 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2570 1000) math:remainder 570}] - [ a r:Fact; r:gives {(570 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(570 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4955 a r:Inference; - r:gives { - 2571 :numberToDigits (2 5 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2571 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2571 1000) math:remainder 571}] - [ a r:Fact; r:gives {(571 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(571 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4956 a r:Inference; - r:gives { - 2572 :numberToDigits (2 5 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2572 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2572 1000) math:remainder 572}] - [ a r:Fact; r:gives {(572 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(572 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4957 a r:Inference; - r:gives { - 2573 :numberToDigits (2 5 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2573 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2573 1000) math:remainder 573}] - [ a r:Fact; r:gives {(573 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(573 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4958 a r:Inference; - r:gives { - 2574 :numberToDigits (2 5 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2574 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2574 1000) math:remainder 574}] - [ a r:Fact; r:gives {(574 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(574 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4959 a r:Inference; - r:gives { - 2575 :numberToDigits (2 5 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2575 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2575 1000) math:remainder 575}] - [ a r:Fact; r:gives {(575 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(575 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4960 a r:Inference; - r:gives { - 2576 :numberToDigits (2 5 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2576 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2576 1000) math:remainder 576}] - [ a r:Fact; r:gives {(576 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(576 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4961 a r:Inference; - r:gives { - 2577 :numberToDigits (2 5 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2577 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2577 1000) math:remainder 577}] - [ a r:Fact; r:gives {(577 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(577 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4962 a r:Inference; - r:gives { - (2 5 7 7) :digitsToNumber 2577 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 500 70 7) math:sum 2577}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma4963 a r:Inference; - r:gives { - (7 7 5 2) :digitsToNumber 7752 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(7000 700 50 2) math:sum 7752}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4964 a r:Inference; - r:gives { - 2578 :numberToDigits (2 5 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2578 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2578 1000) math:remainder 578}] - [ a r:Fact; r:gives {(578 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(578 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4965 a r:Inference; - r:gives { - (2 5 7 8) :digitsToNumber 2578 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 500 70 8) math:sum 2578}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4966 a r:Inference; - r:gives { - (8 7 5 2) :digitsToNumber 8752 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 700 50 2) math:sum 8752}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4967 a r:Inference; - r:gives { - 2579 :numberToDigits (2 5 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2579 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2579 1000) math:remainder 579}] - [ a r:Fact; r:gives {(579 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(579 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4968 a r:Inference; - r:gives { - (2 5 7 9) :digitsToNumber 2579 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 500 70 9) math:sum 2579}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4969 a r:Inference; - r:gives { - (9 7 5 2) :digitsToNumber 9752 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 700 50 2) math:sum 9752}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4970 a r:Inference; - r:gives { - 2580 :numberToDigits (2 5 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2580 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2580 1000) math:remainder 580}] - [ a r:Fact; r:gives {(580 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(580 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4971 a r:Inference; - r:gives { - 2581 :numberToDigits (2 5 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2581 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2581 1000) math:remainder 581}] - [ a r:Fact; r:gives {(581 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(581 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4972 a r:Inference; - r:gives { - 2582 :numberToDigits (2 5 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2582 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2582 1000) math:remainder 582}] - [ a r:Fact; r:gives {(582 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(582 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4973 a r:Inference; - r:gives { - 2583 :numberToDigits (2 5 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2583 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2583 1000) math:remainder 583}] - [ a r:Fact; r:gives {(583 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(583 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4974 a r:Inference; - r:gives { - 2584 :numberToDigits (2 5 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2584 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2584 1000) math:remainder 584}] - [ a r:Fact; r:gives {(584 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(584 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4975 a r:Inference; - r:gives { - 2585 :numberToDigits (2 5 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2585 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2585 1000) math:remainder 585}] - [ a r:Fact; r:gives {(585 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(585 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4976 a r:Inference; - r:gives { - 2586 :numberToDigits (2 5 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2586 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2586 1000) math:remainder 586}] - [ a r:Fact; r:gives {(586 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(586 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4977 a r:Inference; - r:gives { - 2587 :numberToDigits (2 5 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2587 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2587 1000) math:remainder 587}] - [ a r:Fact; r:gives {(587 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(587 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4978 a r:Inference; - r:gives { - 2588 :numberToDigits (2 5 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2588 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2588 1000) math:remainder 588}] - [ a r:Fact; r:gives {(588 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(588 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4979 a r:Inference; - r:gives { - (2 5 8 8) :digitsToNumber 2588 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 500 80 8) math:sum 2588}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma4980 a r:Inference; - r:gives { - (8 8 5 2) :digitsToNumber 8852 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 800 50 2) math:sum 8852}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4981 a r:Inference; - r:gives { - 2589 :numberToDigits (2 5 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2589 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2589 1000) math:remainder 589}] - [ a r:Fact; r:gives {(589 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(589 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4982 a r:Inference; - r:gives { - (2 5 8 9) :digitsToNumber 2589 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 500 80 9) math:sum 2589}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4983 a r:Inference; - r:gives { - (9 8 5 2) :digitsToNumber 9852 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 800 50 2) math:sum 9852}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4984 a r:Inference; - r:gives { - 2590 :numberToDigits (2 5 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2590 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2590 1000) math:remainder 590}] - [ a r:Fact; r:gives {(590 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(590 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4985 a r:Inference; - r:gives { - 2591 :numberToDigits (2 5 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2591 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2591 1000) math:remainder 591}] - [ a r:Fact; r:gives {(591 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(591 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4986 a r:Inference; - r:gives { - 2592 :numberToDigits (2 5 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2592 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2592 1000) math:remainder 592}] - [ a r:Fact; r:gives {(592 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(592 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4987 a r:Inference; - r:gives { - 2593 :numberToDigits (2 5 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2593 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2593 1000) math:remainder 593}] - [ a r:Fact; r:gives {(593 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(593 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma4988 a r:Inference; - r:gives { - 2594 :numberToDigits (2 5 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2594 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2594 1000) math:remainder 594}] - [ a r:Fact; r:gives {(594 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(594 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma4989 a r:Inference; - r:gives { - 2595 :numberToDigits (2 5 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2595 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2595 1000) math:remainder 595}] - [ a r:Fact; r:gives {(595 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(595 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma4990 a r:Inference; - r:gives { - 2596 :numberToDigits (2 5 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2596 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2596 1000) math:remainder 596}] - [ a r:Fact; r:gives {(596 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(596 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma4991 a r:Inference; - r:gives { - 2597 :numberToDigits (2 5 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2597 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2597 1000) math:remainder 597}] - [ a r:Fact; r:gives {(597 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(597 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma4992 a r:Inference; - r:gives { - 2598 :numberToDigits (2 5 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2598 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2598 1000) math:remainder 598}] - [ a r:Fact; r:gives {(598 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(598 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma4993 a r:Inference; - r:gives { - 2599 :numberToDigits (2 5 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2599 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2599 1000) math:remainder 599}] - [ a r:Fact; r:gives {(599 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(599 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma4994 a r:Inference; - r:gives { - (2 5 9 9) :digitsToNumber 2599 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(2000 500 90 9) math:sum 2599}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma4995 a r:Inference; - r:gives { - (9 9 5 2) :digitsToNumber 9952 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 900 50 2) math:sum 9952}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma4996 a r:Inference; - r:gives { - 2600 :numberToDigits (2 6 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2600 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2600 1000) math:remainder 600}] - [ a r:Fact; r:gives {(600 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(600 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma4997 a r:Inference; - r:gives { - 2601 :numberToDigits (2 6 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2601 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2601 1000) math:remainder 601}] - [ a r:Fact; r:gives {(601 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(601 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma4998 a r:Inference; - r:gives { - 2602 :numberToDigits (2 6 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2602 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2602 1000) math:remainder 602}] - [ a r:Fact; r:gives {(602 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(602 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma4999 a r:Inference; - r:gives { - 2603 :numberToDigits (2 6 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2603 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2603 1000) math:remainder 603}] - [ a r:Fact; r:gives {(603 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(603 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5000 a r:Inference; - r:gives { - 2604 :numberToDigits (2 6 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2604 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2604 1000) math:remainder 604}] - [ a r:Fact; r:gives {(604 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(604 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5001 a r:Inference; - r:gives { - 2605 :numberToDigits (2 6 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2605 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2605 1000) math:remainder 605}] - [ a r:Fact; r:gives {(605 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(605 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5002 a r:Inference; - r:gives { - 2606 :numberToDigits (2 6 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2606 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2606 1000) math:remainder 606}] - [ a r:Fact; r:gives {(606 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(606 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5003 a r:Inference; - r:gives { - 2607 :numberToDigits (2 6 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2607 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2607 1000) math:remainder 607}] - [ a r:Fact; r:gives {(607 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(607 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5004 a r:Inference; - r:gives { - 2608 :numberToDigits (2 6 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2608 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2608 1000) math:remainder 608}] - [ a r:Fact; r:gives {(608 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(608 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5005 a r:Inference; - r:gives { - 2609 :numberToDigits (2 6 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2609 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2609 1000) math:remainder 609}] - [ a r:Fact; r:gives {(609 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(609 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5006 a r:Inference; - r:gives { - 2610 :numberToDigits (2 6 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2610 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2610 1000) math:remainder 610}] - [ a r:Fact; r:gives {(610 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(610 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5007 a r:Inference; - r:gives { - 2611 :numberToDigits (2 6 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2611 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2611 1000) math:remainder 611}] - [ a r:Fact; r:gives {(611 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(611 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5008 a r:Inference; - r:gives { - 2612 :numberToDigits (2 6 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2612 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2612 1000) math:remainder 612}] - [ a r:Fact; r:gives {(612 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(612 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5009 a r:Inference; - r:gives { - 2613 :numberToDigits (2 6 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2613 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2613 1000) math:remainder 613}] - [ a r:Fact; r:gives {(613 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(613 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5010 a r:Inference; - r:gives { - 2614 :numberToDigits (2 6 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2614 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2614 1000) math:remainder 614}] - [ a r:Fact; r:gives {(614 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(614 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5011 a r:Inference; - r:gives { - 2615 :numberToDigits (2 6 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2615 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2615 1000) math:remainder 615}] - [ a r:Fact; r:gives {(615 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(615 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5012 a r:Inference; - r:gives { - 2616 :numberToDigits (2 6 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2616 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2616 1000) math:remainder 616}] - [ a r:Fact; r:gives {(616 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(616 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5013 a r:Inference; - r:gives { - 2617 :numberToDigits (2 6 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2617 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2617 1000) math:remainder 617}] - [ a r:Fact; r:gives {(617 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(617 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5014 a r:Inference; - r:gives { - 2618 :numberToDigits (2 6 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2618 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2618 1000) math:remainder 618}] - [ a r:Fact; r:gives {(618 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(618 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5015 a r:Inference; - r:gives { - 2619 :numberToDigits (2 6 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2619 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2619 1000) math:remainder 619}] - [ a r:Fact; r:gives {(619 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(619 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5016 a r:Inference; - r:gives { - 2620 :numberToDigits (2 6 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2620 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2620 1000) math:remainder 620}] - [ a r:Fact; r:gives {(620 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(620 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5017 a r:Inference; - r:gives { - 2621 :numberToDigits (2 6 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2621 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2621 1000) math:remainder 621}] - [ a r:Fact; r:gives {(621 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(621 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5018 a r:Inference; - r:gives { - 2622 :numberToDigits (2 6 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2622 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2622 1000) math:remainder 622}] - [ a r:Fact; r:gives {(622 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(622 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5019 a r:Inference; - r:gives { - 2623 :numberToDigits (2 6 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2623 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2623 1000) math:remainder 623}] - [ a r:Fact; r:gives {(623 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(623 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5020 a r:Inference; - r:gives { - 2624 :numberToDigits (2 6 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2624 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2624 1000) math:remainder 624}] - [ a r:Fact; r:gives {(624 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(624 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5021 a r:Inference; - r:gives { - 2625 :numberToDigits (2 6 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2625 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2625 1000) math:remainder 625}] - [ a r:Fact; r:gives {(625 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(625 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5022 a r:Inference; - r:gives { - 2626 :numberToDigits (2 6 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2626 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2626 1000) math:remainder 626}] - [ a r:Fact; r:gives {(626 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(626 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5023 a r:Inference; - r:gives { - 2627 :numberToDigits (2 6 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2627 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2627 1000) math:remainder 627}] - [ a r:Fact; r:gives {(627 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(627 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5024 a r:Inference; - r:gives { - 2628 :numberToDigits (2 6 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2628 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2628 1000) math:remainder 628}] - [ a r:Fact; r:gives {(628 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(628 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5025 a r:Inference; - r:gives { - 2629 :numberToDigits (2 6 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2629 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2629 1000) math:remainder 629}] - [ a r:Fact; r:gives {(629 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(629 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5026 a r:Inference; - r:gives { - 2630 :numberToDigits (2 6 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2630 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2630 1000) math:remainder 630}] - [ a r:Fact; r:gives {(630 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(630 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5027 a r:Inference; - r:gives { - 2631 :numberToDigits (2 6 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2631 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2631 1000) math:remainder 631}] - [ a r:Fact; r:gives {(631 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(631 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5028 a r:Inference; - r:gives { - 2632 :numberToDigits (2 6 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2632 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2632 1000) math:remainder 632}] - [ a r:Fact; r:gives {(632 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(632 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5029 a r:Inference; - r:gives { - 2633 :numberToDigits (2 6 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2633 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2633 1000) math:remainder 633}] - [ a r:Fact; r:gives {(633 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(633 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5030 a r:Inference; - r:gives { - 2634 :numberToDigits (2 6 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2634 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2634 1000) math:remainder 634}] - [ a r:Fact; r:gives {(634 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(634 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5031 a r:Inference; - r:gives { - 2635 :numberToDigits (2 6 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2635 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2635 1000) math:remainder 635}] - [ a r:Fact; r:gives {(635 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(635 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5032 a r:Inference; - r:gives { - 2636 :numberToDigits (2 6 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2636 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2636 1000) math:remainder 636}] - [ a r:Fact; r:gives {(636 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(636 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5033 a r:Inference; - r:gives { - 2637 :numberToDigits (2 6 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2637 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2637 1000) math:remainder 637}] - [ a r:Fact; r:gives {(637 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(637 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5034 a r:Inference; - r:gives { - 2638 :numberToDigits (2 6 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2638 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2638 1000) math:remainder 638}] - [ a r:Fact; r:gives {(638 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(638 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5035 a r:Inference; - r:gives { - 2639 :numberToDigits (2 6 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2639 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2639 1000) math:remainder 639}] - [ a r:Fact; r:gives {(639 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(639 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5036 a r:Inference; - r:gives { - 2640 :numberToDigits (2 6 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2640 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2640 1000) math:remainder 640}] - [ a r:Fact; r:gives {(640 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(640 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5037 a r:Inference; - r:gives { - 2641 :numberToDigits (2 6 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2641 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2641 1000) math:remainder 641}] - [ a r:Fact; r:gives {(641 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(641 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5038 a r:Inference; - r:gives { - 2642 :numberToDigits (2 6 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2642 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2642 1000) math:remainder 642}] - [ a r:Fact; r:gives {(642 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(642 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5039 a r:Inference; - r:gives { - 2643 :numberToDigits (2 6 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2643 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2643 1000) math:remainder 643}] - [ a r:Fact; r:gives {(643 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(643 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5040 a r:Inference; - r:gives { - 2644 :numberToDigits (2 6 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2644 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2644 1000) math:remainder 644}] - [ a r:Fact; r:gives {(644 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(644 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5041 a r:Inference; - r:gives { - 2645 :numberToDigits (2 6 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2645 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2645 1000) math:remainder 645}] - [ a r:Fact; r:gives {(645 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(645 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5042 a r:Inference; - r:gives { - 2646 :numberToDigits (2 6 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2646 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2646 1000) math:remainder 646}] - [ a r:Fact; r:gives {(646 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(646 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5043 a r:Inference; - r:gives { - 2647 :numberToDigits (2 6 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2647 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2647 1000) math:remainder 647}] - [ a r:Fact; r:gives {(647 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(647 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5044 a r:Inference; - r:gives { - 2648 :numberToDigits (2 6 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2648 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2648 1000) math:remainder 648}] - [ a r:Fact; r:gives {(648 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(648 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5045 a r:Inference; - r:gives { - 2649 :numberToDigits (2 6 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2649 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2649 1000) math:remainder 649}] - [ a r:Fact; r:gives {(649 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(649 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5046 a r:Inference; - r:gives { - 2650 :numberToDigits (2 6 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2650 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2650 1000) math:remainder 650}] - [ a r:Fact; r:gives {(650 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(650 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5047 a r:Inference; - r:gives { - 2651 :numberToDigits (2 6 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2651 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2651 1000) math:remainder 651}] - [ a r:Fact; r:gives {(651 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(651 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5048 a r:Inference; - r:gives { - 2652 :numberToDigits (2 6 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2652 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2652 1000) math:remainder 652}] - [ a r:Fact; r:gives {(652 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(652 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5049 a r:Inference; - r:gives { - 2653 :numberToDigits (2 6 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2653 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2653 1000) math:remainder 653}] - [ a r:Fact; r:gives {(653 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(653 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5050 a r:Inference; - r:gives { - 2654 :numberToDigits (2 6 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2654 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2654 1000) math:remainder 654}] - [ a r:Fact; r:gives {(654 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(654 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5051 a r:Inference; - r:gives { - 2655 :numberToDigits (2 6 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2655 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2655 1000) math:remainder 655}] - [ a r:Fact; r:gives {(655 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(655 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5052 a r:Inference; - r:gives { - 2656 :numberToDigits (2 6 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2656 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2656 1000) math:remainder 656}] - [ a r:Fact; r:gives {(656 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(656 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5053 a r:Inference; - r:gives { - 2657 :numberToDigits (2 6 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2657 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2657 1000) math:remainder 657}] - [ a r:Fact; r:gives {(657 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(657 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5054 a r:Inference; - r:gives { - 2658 :numberToDigits (2 6 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2658 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2658 1000) math:remainder 658}] - [ a r:Fact; r:gives {(658 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(658 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5055 a r:Inference; - r:gives { - 2659 :numberToDigits (2 6 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2659 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2659 1000) math:remainder 659}] - [ a r:Fact; r:gives {(659 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(659 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5056 a r:Inference; - r:gives { - 2660 :numberToDigits (2 6 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2660 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2660 1000) math:remainder 660}] - [ a r:Fact; r:gives {(660 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(660 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5057 a r:Inference; - r:gives { - 2661 :numberToDigits (2 6 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2661 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2661 1000) math:remainder 661}] - [ a r:Fact; r:gives {(661 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(661 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5058 a r:Inference; - r:gives { - 2662 :numberToDigits (2 6 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2662 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2662 1000) math:remainder 662}] - [ a r:Fact; r:gives {(662 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(662 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5059 a r:Inference; - r:gives { - 2663 :numberToDigits (2 6 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2663 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2663 1000) math:remainder 663}] - [ a r:Fact; r:gives {(663 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(663 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5060 a r:Inference; - r:gives { - 2664 :numberToDigits (2 6 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2664 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2664 1000) math:remainder 664}] - [ a r:Fact; r:gives {(664 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(664 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5061 a r:Inference; - r:gives { - 2665 :numberToDigits (2 6 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2665 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2665 1000) math:remainder 665}] - [ a r:Fact; r:gives {(665 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(665 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5062 a r:Inference; - r:gives { - 2666 :numberToDigits (2 6 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2666 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2666 1000) math:remainder 666}] - [ a r:Fact; r:gives {(666 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(666 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5063 a r:Inference; - r:gives { - (2 6 6 6) :digitsToNumber 2666 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 600 60 6) math:sum 2666}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5064 a r:Inference; - r:gives { - (6 6 6 2) :digitsToNumber 6662 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(6000 600 60 2) math:sum 6662}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5065 a r:Inference; - r:gives { - 2667 :numberToDigits (2 6 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2667 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2667 1000) math:remainder 667}] - [ a r:Fact; r:gives {(667 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(667 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5066 a r:Inference; - r:gives { - (2 6 6 7) :digitsToNumber 2667 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 600 60 7) math:sum 2667}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5067 a r:Inference; - r:gives { - (7 6 6 2) :digitsToNumber 7662 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(7000 600 60 2) math:sum 7662}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5068 a r:Inference; - r:gives { - 2668 :numberToDigits (2 6 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2668 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2668 1000) math:remainder 668}] - [ a r:Fact; r:gives {(668 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(668 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5069 a r:Inference; - r:gives { - (2 6 6 8) :digitsToNumber 2668 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 600 60 8) math:sum 2668}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5070 a r:Inference; - r:gives { - (8 6 6 2) :digitsToNumber 8662 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(8000 600 60 2) math:sum 8662}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5071 a r:Inference; - r:gives { - 2669 :numberToDigits (2 6 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2669 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2669 1000) math:remainder 669}] - [ a r:Fact; r:gives {(669 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(669 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5072 a r:Inference; - r:gives { - (2 6 6 9) :digitsToNumber 2669 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(2000 600 60 9) math:sum 2669}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5073 a r:Inference; - r:gives { - (9 6 6 2) :digitsToNumber 9662 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 600 60 2) math:sum 9662}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5074 a r:Inference; - r:gives { - 2670 :numberToDigits (2 6 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2670 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2670 1000) math:remainder 670}] - [ a r:Fact; r:gives {(670 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(670 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5075 a r:Inference; - r:gives { - 2671 :numberToDigits (2 6 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2671 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2671 1000) math:remainder 671}] - [ a r:Fact; r:gives {(671 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(671 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5076 a r:Inference; - r:gives { - 2672 :numberToDigits (2 6 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2672 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2672 1000) math:remainder 672}] - [ a r:Fact; r:gives {(672 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(672 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5077 a r:Inference; - r:gives { - 2673 :numberToDigits (2 6 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2673 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2673 1000) math:remainder 673}] - [ a r:Fact; r:gives {(673 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(673 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5078 a r:Inference; - r:gives { - 2674 :numberToDigits (2 6 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2674 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2674 1000) math:remainder 674}] - [ a r:Fact; r:gives {(674 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(674 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5079 a r:Inference; - r:gives { - 2675 :numberToDigits (2 6 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2675 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2675 1000) math:remainder 675}] - [ a r:Fact; r:gives {(675 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(675 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5080 a r:Inference; - r:gives { - 2676 :numberToDigits (2 6 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2676 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2676 1000) math:remainder 676}] - [ a r:Fact; r:gives {(676 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(676 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5081 a r:Inference; - r:gives { - 2677 :numberToDigits (2 6 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2677 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2677 1000) math:remainder 677}] - [ a r:Fact; r:gives {(677 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(677 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5082 a r:Inference; - r:gives { - (2 6 7 7) :digitsToNumber 2677 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 600 70 7) math:sum 2677}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5083 a r:Inference; - r:gives { - (7 7 6 2) :digitsToNumber 7762 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(7000 700 60 2) math:sum 7762}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5084 a r:Inference; - r:gives { - 2678 :numberToDigits (2 6 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2678 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2678 1000) math:remainder 678}] - [ a r:Fact; r:gives {(678 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(678 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5085 a r:Inference; - r:gives { - (2 6 7 8) :digitsToNumber 2678 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 600 70 8) math:sum 2678}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5086 a r:Inference; - r:gives { - (8 7 6 2) :digitsToNumber 8762 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(8000 700 60 2) math:sum 8762}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5087 a r:Inference; - r:gives { - 2679 :numberToDigits (2 6 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2679 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2679 1000) math:remainder 679}] - [ a r:Fact; r:gives {(679 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(679 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5088 a r:Inference; - r:gives { - (2 6 7 9) :digitsToNumber 2679 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 600 70 9) math:sum 2679}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5089 a r:Inference; - r:gives { - (9 7 6 2) :digitsToNumber 9762 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 700 60 2) math:sum 9762}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5090 a r:Inference; - r:gives { - 2680 :numberToDigits (2 6 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2680 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2680 1000) math:remainder 680}] - [ a r:Fact; r:gives {(680 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(680 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5091 a r:Inference; - r:gives { - 2681 :numberToDigits (2 6 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2681 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2681 1000) math:remainder 681}] - [ a r:Fact; r:gives {(681 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(681 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5092 a r:Inference; - r:gives { - 2682 :numberToDigits (2 6 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2682 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2682 1000) math:remainder 682}] - [ a r:Fact; r:gives {(682 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(682 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5093 a r:Inference; - r:gives { - 2683 :numberToDigits (2 6 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2683 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2683 1000) math:remainder 683}] - [ a r:Fact; r:gives {(683 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(683 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5094 a r:Inference; - r:gives { - 2684 :numberToDigits (2 6 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2684 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2684 1000) math:remainder 684}] - [ a r:Fact; r:gives {(684 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(684 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5095 a r:Inference; - r:gives { - 2685 :numberToDigits (2 6 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2685 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2685 1000) math:remainder 685}] - [ a r:Fact; r:gives {(685 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(685 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5096 a r:Inference; - r:gives { - 2686 :numberToDigits (2 6 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2686 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2686 1000) math:remainder 686}] - [ a r:Fact; r:gives {(686 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(686 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5097 a r:Inference; - r:gives { - 2687 :numberToDigits (2 6 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2687 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2687 1000) math:remainder 687}] - [ a r:Fact; r:gives {(687 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(687 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5098 a r:Inference; - r:gives { - 2688 :numberToDigits (2 6 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2688 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2688 1000) math:remainder 688}] - [ a r:Fact; r:gives {(688 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(688 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5099 a r:Inference; - r:gives { - (2 6 8 8) :digitsToNumber 2688 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 600 80 8) math:sum 2688}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5100 a r:Inference; - r:gives { - (8 8 6 2) :digitsToNumber 8862 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(8000 800 60 2) math:sum 8862}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5101 a r:Inference; - r:gives { - 2689 :numberToDigits (2 6 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2689 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2689 1000) math:remainder 689}] - [ a r:Fact; r:gives {(689 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(689 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5102 a r:Inference; - r:gives { - (2 6 8 9) :digitsToNumber 2689 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 600 80 9) math:sum 2689}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5103 a r:Inference; - r:gives { - (9 8 6 2) :digitsToNumber 9862 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 800 60 2) math:sum 9862}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5104 a r:Inference; - r:gives { - 2690 :numberToDigits (2 6 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2690 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2690 1000) math:remainder 690}] - [ a r:Fact; r:gives {(690 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(690 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5105 a r:Inference; - r:gives { - 2691 :numberToDigits (2 6 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2691 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2691 1000) math:remainder 691}] - [ a r:Fact; r:gives {(691 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(691 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5106 a r:Inference; - r:gives { - 2692 :numberToDigits (2 6 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2692 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2692 1000) math:remainder 692}] - [ a r:Fact; r:gives {(692 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(692 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5107 a r:Inference; - r:gives { - 2693 :numberToDigits (2 6 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2693 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2693 1000) math:remainder 693}] - [ a r:Fact; r:gives {(693 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(693 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5108 a r:Inference; - r:gives { - 2694 :numberToDigits (2 6 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2694 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2694 1000) math:remainder 694}] - [ a r:Fact; r:gives {(694 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(694 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5109 a r:Inference; - r:gives { - 2695 :numberToDigits (2 6 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2695 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2695 1000) math:remainder 695}] - [ a r:Fact; r:gives {(695 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(695 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5110 a r:Inference; - r:gives { - 2696 :numberToDigits (2 6 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2696 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2696 1000) math:remainder 696}] - [ a r:Fact; r:gives {(696 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(696 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5111 a r:Inference; - r:gives { - 2697 :numberToDigits (2 6 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2697 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2697 1000) math:remainder 697}] - [ a r:Fact; r:gives {(697 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(697 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5112 a r:Inference; - r:gives { - 2698 :numberToDigits (2 6 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2698 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2698 1000) math:remainder 698}] - [ a r:Fact; r:gives {(698 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(698 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5113 a r:Inference; - r:gives { - 2699 :numberToDigits (2 6 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2699 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2699 1000) math:remainder 699}] - [ a r:Fact; r:gives {(699 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(699 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5114 a r:Inference; - r:gives { - (2 6 9 9) :digitsToNumber 2699 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(2000 600 90 9) math:sum 2699}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5115 a r:Inference; - r:gives { - (9 9 6 2) :digitsToNumber 9962 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 900 60 2) math:sum 9962}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5116 a r:Inference; - r:gives { - 2700 :numberToDigits (2 7 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2700 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2700 1000) math:remainder 700}] - [ a r:Fact; r:gives {(700 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(700 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5117 a r:Inference; - r:gives { - 2701 :numberToDigits (2 7 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2701 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2701 1000) math:remainder 701}] - [ a r:Fact; r:gives {(701 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(701 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5118 a r:Inference; - r:gives { - 2702 :numberToDigits (2 7 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2702 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2702 1000) math:remainder 702}] - [ a r:Fact; r:gives {(702 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(702 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5119 a r:Inference; - r:gives { - 2703 :numberToDigits (2 7 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2703 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2703 1000) math:remainder 703}] - [ a r:Fact; r:gives {(703 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(703 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5120 a r:Inference; - r:gives { - 2704 :numberToDigits (2 7 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2704 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2704 1000) math:remainder 704}] - [ a r:Fact; r:gives {(704 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(704 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5121 a r:Inference; - r:gives { - 2705 :numberToDigits (2 7 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2705 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2705 1000) math:remainder 705}] - [ a r:Fact; r:gives {(705 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(705 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5122 a r:Inference; - r:gives { - 2706 :numberToDigits (2 7 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2706 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2706 1000) math:remainder 706}] - [ a r:Fact; r:gives {(706 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(706 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5123 a r:Inference; - r:gives { - 2707 :numberToDigits (2 7 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2707 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2707 1000) math:remainder 707}] - [ a r:Fact; r:gives {(707 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(707 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5124 a r:Inference; - r:gives { - 2708 :numberToDigits (2 7 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2708 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2708 1000) math:remainder 708}] - [ a r:Fact; r:gives {(708 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(708 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5125 a r:Inference; - r:gives { - 2709 :numberToDigits (2 7 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2709 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2709 1000) math:remainder 709}] - [ a r:Fact; r:gives {(709 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(709 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5126 a r:Inference; - r:gives { - 2710 :numberToDigits (2 7 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2710 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2710 1000) math:remainder 710}] - [ a r:Fact; r:gives {(710 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(710 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5127 a r:Inference; - r:gives { - 2711 :numberToDigits (2 7 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2711 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2711 1000) math:remainder 711}] - [ a r:Fact; r:gives {(711 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(711 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5128 a r:Inference; - r:gives { - 2712 :numberToDigits (2 7 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2712 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2712 1000) math:remainder 712}] - [ a r:Fact; r:gives {(712 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(712 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5129 a r:Inference; - r:gives { - 2713 :numberToDigits (2 7 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2713 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2713 1000) math:remainder 713}] - [ a r:Fact; r:gives {(713 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(713 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5130 a r:Inference; - r:gives { - 2714 :numberToDigits (2 7 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2714 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2714 1000) math:remainder 714}] - [ a r:Fact; r:gives {(714 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(714 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5131 a r:Inference; - r:gives { - 2715 :numberToDigits (2 7 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2715 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2715 1000) math:remainder 715}] - [ a r:Fact; r:gives {(715 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(715 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5132 a r:Inference; - r:gives { - 2716 :numberToDigits (2 7 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2716 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2716 1000) math:remainder 716}] - [ a r:Fact; r:gives {(716 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(716 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5133 a r:Inference; - r:gives { - 2717 :numberToDigits (2 7 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2717 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2717 1000) math:remainder 717}] - [ a r:Fact; r:gives {(717 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(717 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5134 a r:Inference; - r:gives { - 2718 :numberToDigits (2 7 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2718 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2718 1000) math:remainder 718}] - [ a r:Fact; r:gives {(718 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(718 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5135 a r:Inference; - r:gives { - 2719 :numberToDigits (2 7 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2719 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2719 1000) math:remainder 719}] - [ a r:Fact; r:gives {(719 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(719 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5136 a r:Inference; - r:gives { - 2720 :numberToDigits (2 7 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2720 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2720 1000) math:remainder 720}] - [ a r:Fact; r:gives {(720 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(720 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5137 a r:Inference; - r:gives { - 2721 :numberToDigits (2 7 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2721 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2721 1000) math:remainder 721}] - [ a r:Fact; r:gives {(721 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(721 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5138 a r:Inference; - r:gives { - 2722 :numberToDigits (2 7 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2722 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2722 1000) math:remainder 722}] - [ a r:Fact; r:gives {(722 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(722 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5139 a r:Inference; - r:gives { - 2723 :numberToDigits (2 7 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2723 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2723 1000) math:remainder 723}] - [ a r:Fact; r:gives {(723 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(723 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5140 a r:Inference; - r:gives { - 2724 :numberToDigits (2 7 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2724 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2724 1000) math:remainder 724}] - [ a r:Fact; r:gives {(724 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(724 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5141 a r:Inference; - r:gives { - 2725 :numberToDigits (2 7 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2725 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2725 1000) math:remainder 725}] - [ a r:Fact; r:gives {(725 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(725 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5142 a r:Inference; - r:gives { - 2726 :numberToDigits (2 7 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2726 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2726 1000) math:remainder 726}] - [ a r:Fact; r:gives {(726 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(726 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5143 a r:Inference; - r:gives { - 2727 :numberToDigits (2 7 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2727 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2727 1000) math:remainder 727}] - [ a r:Fact; r:gives {(727 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(727 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5144 a r:Inference; - r:gives { - 2728 :numberToDigits (2 7 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2728 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2728 1000) math:remainder 728}] - [ a r:Fact; r:gives {(728 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(728 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5145 a r:Inference; - r:gives { - 2729 :numberToDigits (2 7 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2729 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2729 1000) math:remainder 729}] - [ a r:Fact; r:gives {(729 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(729 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5146 a r:Inference; - r:gives { - 2730 :numberToDigits (2 7 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2730 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2730 1000) math:remainder 730}] - [ a r:Fact; r:gives {(730 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(730 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5147 a r:Inference; - r:gives { - 2731 :numberToDigits (2 7 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2731 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2731 1000) math:remainder 731}] - [ a r:Fact; r:gives {(731 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(731 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5148 a r:Inference; - r:gives { - 2732 :numberToDigits (2 7 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2732 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2732 1000) math:remainder 732}] - [ a r:Fact; r:gives {(732 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(732 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5149 a r:Inference; - r:gives { - 2733 :numberToDigits (2 7 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2733 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2733 1000) math:remainder 733}] - [ a r:Fact; r:gives {(733 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(733 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5150 a r:Inference; - r:gives { - 2734 :numberToDigits (2 7 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2734 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2734 1000) math:remainder 734}] - [ a r:Fact; r:gives {(734 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(734 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5151 a r:Inference; - r:gives { - 2735 :numberToDigits (2 7 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2735 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2735 1000) math:remainder 735}] - [ a r:Fact; r:gives {(735 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(735 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5152 a r:Inference; - r:gives { - 2736 :numberToDigits (2 7 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2736 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2736 1000) math:remainder 736}] - [ a r:Fact; r:gives {(736 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(736 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5153 a r:Inference; - r:gives { - 2737 :numberToDigits (2 7 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2737 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2737 1000) math:remainder 737}] - [ a r:Fact; r:gives {(737 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(737 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5154 a r:Inference; - r:gives { - 2738 :numberToDigits (2 7 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2738 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2738 1000) math:remainder 738}] - [ a r:Fact; r:gives {(738 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(738 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5155 a r:Inference; - r:gives { - 2739 :numberToDigits (2 7 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2739 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2739 1000) math:remainder 739}] - [ a r:Fact; r:gives {(739 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(739 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5156 a r:Inference; - r:gives { - 2740 :numberToDigits (2 7 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2740 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2740 1000) math:remainder 740}] - [ a r:Fact; r:gives {(740 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(740 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5157 a r:Inference; - r:gives { - 2741 :numberToDigits (2 7 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2741 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2741 1000) math:remainder 741}] - [ a r:Fact; r:gives {(741 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(741 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5158 a r:Inference; - r:gives { - 2742 :numberToDigits (2 7 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2742 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2742 1000) math:remainder 742}] - [ a r:Fact; r:gives {(742 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(742 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5159 a r:Inference; - r:gives { - 2743 :numberToDigits (2 7 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2743 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2743 1000) math:remainder 743}] - [ a r:Fact; r:gives {(743 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(743 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5160 a r:Inference; - r:gives { - 2744 :numberToDigits (2 7 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2744 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2744 1000) math:remainder 744}] - [ a r:Fact; r:gives {(744 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(744 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5161 a r:Inference; - r:gives { - 2745 :numberToDigits (2 7 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2745 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2745 1000) math:remainder 745}] - [ a r:Fact; r:gives {(745 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(745 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5162 a r:Inference; - r:gives { - 2746 :numberToDigits (2 7 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2746 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2746 1000) math:remainder 746}] - [ a r:Fact; r:gives {(746 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(746 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5163 a r:Inference; - r:gives { - 2747 :numberToDigits (2 7 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2747 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2747 1000) math:remainder 747}] - [ a r:Fact; r:gives {(747 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(747 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5164 a r:Inference; - r:gives { - 2748 :numberToDigits (2 7 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2748 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2748 1000) math:remainder 748}] - [ a r:Fact; r:gives {(748 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(748 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5165 a r:Inference; - r:gives { - 2749 :numberToDigits (2 7 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2749 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2749 1000) math:remainder 749}] - [ a r:Fact; r:gives {(749 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(749 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5166 a r:Inference; - r:gives { - 2750 :numberToDigits (2 7 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2750 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2750 1000) math:remainder 750}] - [ a r:Fact; r:gives {(750 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(750 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5167 a r:Inference; - r:gives { - 2751 :numberToDigits (2 7 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2751 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2751 1000) math:remainder 751}] - [ a r:Fact; r:gives {(751 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(751 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5168 a r:Inference; - r:gives { - 2752 :numberToDigits (2 7 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2752 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2752 1000) math:remainder 752}] - [ a r:Fact; r:gives {(752 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(752 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5169 a r:Inference; - r:gives { - 2753 :numberToDigits (2 7 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2753 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2753 1000) math:remainder 753}] - [ a r:Fact; r:gives {(753 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(753 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5170 a r:Inference; - r:gives { - 2754 :numberToDigits (2 7 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2754 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2754 1000) math:remainder 754}] - [ a r:Fact; r:gives {(754 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(754 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5171 a r:Inference; - r:gives { - 2755 :numberToDigits (2 7 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2755 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2755 1000) math:remainder 755}] - [ a r:Fact; r:gives {(755 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(755 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5172 a r:Inference; - r:gives { - 2756 :numberToDigits (2 7 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2756 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2756 1000) math:remainder 756}] - [ a r:Fact; r:gives {(756 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(756 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5173 a r:Inference; - r:gives { - 2757 :numberToDigits (2 7 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2757 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2757 1000) math:remainder 757}] - [ a r:Fact; r:gives {(757 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(757 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5174 a r:Inference; - r:gives { - 2758 :numberToDigits (2 7 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2758 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2758 1000) math:remainder 758}] - [ a r:Fact; r:gives {(758 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(758 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5175 a r:Inference; - r:gives { - 2759 :numberToDigits (2 7 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2759 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2759 1000) math:remainder 759}] - [ a r:Fact; r:gives {(759 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(759 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5176 a r:Inference; - r:gives { - 2760 :numberToDigits (2 7 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2760 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2760 1000) math:remainder 760}] - [ a r:Fact; r:gives {(760 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(760 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5177 a r:Inference; - r:gives { - 2761 :numberToDigits (2 7 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2761 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2761 1000) math:remainder 761}] - [ a r:Fact; r:gives {(761 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(761 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5178 a r:Inference; - r:gives { - 2762 :numberToDigits (2 7 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2762 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2762 1000) math:remainder 762}] - [ a r:Fact; r:gives {(762 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(762 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5179 a r:Inference; - r:gives { - 2763 :numberToDigits (2 7 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2763 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2763 1000) math:remainder 763}] - [ a r:Fact; r:gives {(763 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(763 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5180 a r:Inference; - r:gives { - 2764 :numberToDigits (2 7 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2764 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2764 1000) math:remainder 764}] - [ a r:Fact; r:gives {(764 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(764 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5181 a r:Inference; - r:gives { - 2765 :numberToDigits (2 7 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2765 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2765 1000) math:remainder 765}] - [ a r:Fact; r:gives {(765 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(765 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5182 a r:Inference; - r:gives { - 2766 :numberToDigits (2 7 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2766 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2766 1000) math:remainder 766}] - [ a r:Fact; r:gives {(766 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(766 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5183 a r:Inference; - r:gives { - 2767 :numberToDigits (2 7 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2767 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2767 1000) math:remainder 767}] - [ a r:Fact; r:gives {(767 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(767 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5184 a r:Inference; - r:gives { - 2768 :numberToDigits (2 7 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2768 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2768 1000) math:remainder 768}] - [ a r:Fact; r:gives {(768 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(768 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5185 a r:Inference; - r:gives { - 2769 :numberToDigits (2 7 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2769 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2769 1000) math:remainder 769}] - [ a r:Fact; r:gives {(769 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(769 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5186 a r:Inference; - r:gives { - 2770 :numberToDigits (2 7 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2770 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2770 1000) math:remainder 770}] - [ a r:Fact; r:gives {(770 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(770 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5187 a r:Inference; - r:gives { - 2771 :numberToDigits (2 7 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2771 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2771 1000) math:remainder 771}] - [ a r:Fact; r:gives {(771 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(771 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5188 a r:Inference; - r:gives { - 2772 :numberToDigits (2 7 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2772 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2772 1000) math:remainder 772}] - [ a r:Fact; r:gives {(772 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(772 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5189 a r:Inference; - r:gives { - 2773 :numberToDigits (2 7 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2773 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2773 1000) math:remainder 773}] - [ a r:Fact; r:gives {(773 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(773 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5190 a r:Inference; - r:gives { - 2774 :numberToDigits (2 7 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2774 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2774 1000) math:remainder 774}] - [ a r:Fact; r:gives {(774 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(774 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5191 a r:Inference; - r:gives { - 2775 :numberToDigits (2 7 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2775 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2775 1000) math:remainder 775}] - [ a r:Fact; r:gives {(775 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(775 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5192 a r:Inference; - r:gives { - 2776 :numberToDigits (2 7 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2776 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2776 1000) math:remainder 776}] - [ a r:Fact; r:gives {(776 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(776 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5193 a r:Inference; - r:gives { - 2777 :numberToDigits (2 7 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2777 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2777 1000) math:remainder 777}] - [ a r:Fact; r:gives {(777 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(777 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5194 a r:Inference; - r:gives { - (2 7 7 7) :digitsToNumber 2777 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 700 70 7) math:sum 2777}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5195 a r:Inference; - r:gives { - (7 7 7 2) :digitsToNumber 7772 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(7000 700 70 2) math:sum 7772}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5196 a r:Inference; - r:gives { - 2778 :numberToDigits (2 7 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2778 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2778 1000) math:remainder 778}] - [ a r:Fact; r:gives {(778 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(778 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5197 a r:Inference; - r:gives { - (2 7 7 8) :digitsToNumber 2778 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 700 70 8) math:sum 2778}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5198 a r:Inference; - r:gives { - (8 7 7 2) :digitsToNumber 8772 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(8000 700 70 2) math:sum 8772}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5199 a r:Inference; - r:gives { - 2779 :numberToDigits (2 7 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2779 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2779 1000) math:remainder 779}] - [ a r:Fact; r:gives {(779 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(779 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5200 a r:Inference; - r:gives { - (2 7 7 9) :digitsToNumber 2779 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(2000 700 70 9) math:sum 2779}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5201 a r:Inference; - r:gives { - (9 7 7 2) :digitsToNumber 9772 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(9000 700 70 2) math:sum 9772}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5202 a r:Inference; - r:gives { - 2780 :numberToDigits (2 7 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2780 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2780 1000) math:remainder 780}] - [ a r:Fact; r:gives {(780 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(780 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5203 a r:Inference; - r:gives { - 2781 :numberToDigits (2 7 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2781 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2781 1000) math:remainder 781}] - [ a r:Fact; r:gives {(781 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(781 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5204 a r:Inference; - r:gives { - 2782 :numberToDigits (2 7 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2782 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2782 1000) math:remainder 782}] - [ a r:Fact; r:gives {(782 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(782 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5205 a r:Inference; - r:gives { - 2783 :numberToDigits (2 7 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2783 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2783 1000) math:remainder 783}] - [ a r:Fact; r:gives {(783 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(783 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5206 a r:Inference; - r:gives { - 2784 :numberToDigits (2 7 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2784 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2784 1000) math:remainder 784}] - [ a r:Fact; r:gives {(784 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(784 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5207 a r:Inference; - r:gives { - 2785 :numberToDigits (2 7 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2785 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2785 1000) math:remainder 785}] - [ a r:Fact; r:gives {(785 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(785 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5208 a r:Inference; - r:gives { - 2786 :numberToDigits (2 7 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2786 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2786 1000) math:remainder 786}] - [ a r:Fact; r:gives {(786 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(786 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5209 a r:Inference; - r:gives { - 2787 :numberToDigits (2 7 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2787 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2787 1000) math:remainder 787}] - [ a r:Fact; r:gives {(787 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(787 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5210 a r:Inference; - r:gives { - 2788 :numberToDigits (2 7 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2788 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2788 1000) math:remainder 788}] - [ a r:Fact; r:gives {(788 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(788 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5211 a r:Inference; - r:gives { - (2 7 8 8) :digitsToNumber 2788 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 700 80 8) math:sum 2788}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5212 a r:Inference; - r:gives { - (8 8 7 2) :digitsToNumber 8872 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(8000 800 70 2) math:sum 8872}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5213 a r:Inference; - r:gives { - 2789 :numberToDigits (2 7 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2789 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2789 1000) math:remainder 789}] - [ a r:Fact; r:gives {(789 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(789 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5214 a r:Inference; - r:gives { - (2 7 8 9) :digitsToNumber 2789 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 700 80 9) math:sum 2789}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5215 a r:Inference; - r:gives { - (9 8 7 2) :digitsToNumber 9872 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(9000 800 70 2) math:sum 9872}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5216 a r:Inference; - r:gives { - 2790 :numberToDigits (2 7 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2790 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2790 1000) math:remainder 790}] - [ a r:Fact; r:gives {(790 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(790 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5217 a r:Inference; - r:gives { - 2791 :numberToDigits (2 7 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2791 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2791 1000) math:remainder 791}] - [ a r:Fact; r:gives {(791 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(791 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5218 a r:Inference; - r:gives { - 2792 :numberToDigits (2 7 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2792 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2792 1000) math:remainder 792}] - [ a r:Fact; r:gives {(792 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(792 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5219 a r:Inference; - r:gives { - 2793 :numberToDigits (2 7 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2793 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2793 1000) math:remainder 793}] - [ a r:Fact; r:gives {(793 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(793 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5220 a r:Inference; - r:gives { - 2794 :numberToDigits (2 7 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2794 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2794 1000) math:remainder 794}] - [ a r:Fact; r:gives {(794 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(794 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5221 a r:Inference; - r:gives { - 2795 :numberToDigits (2 7 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2795 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2795 1000) math:remainder 795}] - [ a r:Fact; r:gives {(795 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(795 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5222 a r:Inference; - r:gives { - 2796 :numberToDigits (2 7 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2796 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2796 1000) math:remainder 796}] - [ a r:Fact; r:gives {(796 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(796 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5223 a r:Inference; - r:gives { - 2797 :numberToDigits (2 7 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2797 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2797 1000) math:remainder 797}] - [ a r:Fact; r:gives {(797 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(797 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5224 a r:Inference; - r:gives { - 2798 :numberToDigits (2 7 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2798 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2798 1000) math:remainder 798}] - [ a r:Fact; r:gives {(798 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(798 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5225 a r:Inference; - r:gives { - 2799 :numberToDigits (2 7 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2799 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2799 1000) math:remainder 799}] - [ a r:Fact; r:gives {(799 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(799 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5226 a r:Inference; - r:gives { - (2 7 9 9) :digitsToNumber 2799 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(2000 700 90 9) math:sum 2799}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5227 a r:Inference; - r:gives { - (9 9 7 2) :digitsToNumber 9972 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(9000 900 70 2) math:sum 9972}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5228 a r:Inference; - r:gives { - 2800 :numberToDigits (2 8 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2800 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2800 1000) math:remainder 800}] - [ a r:Fact; r:gives {(800 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(800 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5229 a r:Inference; - r:gives { - 2801 :numberToDigits (2 8 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2801 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2801 1000) math:remainder 801}] - [ a r:Fact; r:gives {(801 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(801 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5230 a r:Inference; - r:gives { - 2802 :numberToDigits (2 8 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2802 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2802 1000) math:remainder 802}] - [ a r:Fact; r:gives {(802 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(802 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5231 a r:Inference; - r:gives { - 2803 :numberToDigits (2 8 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2803 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2803 1000) math:remainder 803}] - [ a r:Fact; r:gives {(803 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(803 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5232 a r:Inference; - r:gives { - 2804 :numberToDigits (2 8 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2804 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2804 1000) math:remainder 804}] - [ a r:Fact; r:gives {(804 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(804 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5233 a r:Inference; - r:gives { - 2805 :numberToDigits (2 8 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2805 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2805 1000) math:remainder 805}] - [ a r:Fact; r:gives {(805 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(805 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5234 a r:Inference; - r:gives { - 2806 :numberToDigits (2 8 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2806 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2806 1000) math:remainder 806}] - [ a r:Fact; r:gives {(806 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(806 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5235 a r:Inference; - r:gives { - 2807 :numberToDigits (2 8 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2807 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2807 1000) math:remainder 807}] - [ a r:Fact; r:gives {(807 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(807 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5236 a r:Inference; - r:gives { - 2808 :numberToDigits (2 8 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2808 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2808 1000) math:remainder 808}] - [ a r:Fact; r:gives {(808 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(808 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5237 a r:Inference; - r:gives { - 2809 :numberToDigits (2 8 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2809 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2809 1000) math:remainder 809}] - [ a r:Fact; r:gives {(809 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(809 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5238 a r:Inference; - r:gives { - 2810 :numberToDigits (2 8 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2810 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2810 1000) math:remainder 810}] - [ a r:Fact; r:gives {(810 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(810 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5239 a r:Inference; - r:gives { - 2811 :numberToDigits (2 8 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2811 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2811 1000) math:remainder 811}] - [ a r:Fact; r:gives {(811 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(811 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5240 a r:Inference; - r:gives { - 2812 :numberToDigits (2 8 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2812 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2812 1000) math:remainder 812}] - [ a r:Fact; r:gives {(812 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(812 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5241 a r:Inference; - r:gives { - 2813 :numberToDigits (2 8 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2813 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2813 1000) math:remainder 813}] - [ a r:Fact; r:gives {(813 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(813 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5242 a r:Inference; - r:gives { - 2814 :numberToDigits (2 8 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2814 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2814 1000) math:remainder 814}] - [ a r:Fact; r:gives {(814 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(814 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5243 a r:Inference; - r:gives { - 2815 :numberToDigits (2 8 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2815 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2815 1000) math:remainder 815}] - [ a r:Fact; r:gives {(815 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(815 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5244 a r:Inference; - r:gives { - 2816 :numberToDigits (2 8 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2816 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2816 1000) math:remainder 816}] - [ a r:Fact; r:gives {(816 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(816 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5245 a r:Inference; - r:gives { - 2817 :numberToDigits (2 8 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2817 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2817 1000) math:remainder 817}] - [ a r:Fact; r:gives {(817 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(817 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5246 a r:Inference; - r:gives { - 2818 :numberToDigits (2 8 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2818 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2818 1000) math:remainder 818}] - [ a r:Fact; r:gives {(818 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(818 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5247 a r:Inference; - r:gives { - 2819 :numberToDigits (2 8 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2819 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2819 1000) math:remainder 819}] - [ a r:Fact; r:gives {(819 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(819 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5248 a r:Inference; - r:gives { - 2820 :numberToDigits (2 8 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2820 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2820 1000) math:remainder 820}] - [ a r:Fact; r:gives {(820 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(820 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5249 a r:Inference; - r:gives { - 2821 :numberToDigits (2 8 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2821 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2821 1000) math:remainder 821}] - [ a r:Fact; r:gives {(821 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(821 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5250 a r:Inference; - r:gives { - 2822 :numberToDigits (2 8 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2822 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2822 1000) math:remainder 822}] - [ a r:Fact; r:gives {(822 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(822 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5251 a r:Inference; - r:gives { - 2823 :numberToDigits (2 8 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2823 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2823 1000) math:remainder 823}] - [ a r:Fact; r:gives {(823 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(823 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5252 a r:Inference; - r:gives { - 2824 :numberToDigits (2 8 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2824 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2824 1000) math:remainder 824}] - [ a r:Fact; r:gives {(824 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(824 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5253 a r:Inference; - r:gives { - 2825 :numberToDigits (2 8 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2825 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2825 1000) math:remainder 825}] - [ a r:Fact; r:gives {(825 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(825 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5254 a r:Inference; - r:gives { - 2826 :numberToDigits (2 8 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2826 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2826 1000) math:remainder 826}] - [ a r:Fact; r:gives {(826 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(826 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5255 a r:Inference; - r:gives { - 2827 :numberToDigits (2 8 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2827 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2827 1000) math:remainder 827}] - [ a r:Fact; r:gives {(827 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(827 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5256 a r:Inference; - r:gives { - 2828 :numberToDigits (2 8 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2828 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2828 1000) math:remainder 828}] - [ a r:Fact; r:gives {(828 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(828 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5257 a r:Inference; - r:gives { - 2829 :numberToDigits (2 8 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2829 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2829 1000) math:remainder 829}] - [ a r:Fact; r:gives {(829 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(829 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5258 a r:Inference; - r:gives { - 2830 :numberToDigits (2 8 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2830 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2830 1000) math:remainder 830}] - [ a r:Fact; r:gives {(830 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(830 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5259 a r:Inference; - r:gives { - 2831 :numberToDigits (2 8 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2831 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2831 1000) math:remainder 831}] - [ a r:Fact; r:gives {(831 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(831 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5260 a r:Inference; - r:gives { - 2832 :numberToDigits (2 8 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2832 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2832 1000) math:remainder 832}] - [ a r:Fact; r:gives {(832 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(832 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5261 a r:Inference; - r:gives { - 2833 :numberToDigits (2 8 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2833 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2833 1000) math:remainder 833}] - [ a r:Fact; r:gives {(833 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(833 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5262 a r:Inference; - r:gives { - 2834 :numberToDigits (2 8 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2834 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2834 1000) math:remainder 834}] - [ a r:Fact; r:gives {(834 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(834 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5263 a r:Inference; - r:gives { - 2835 :numberToDigits (2 8 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2835 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2835 1000) math:remainder 835}] - [ a r:Fact; r:gives {(835 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(835 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5264 a r:Inference; - r:gives { - 2836 :numberToDigits (2 8 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2836 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2836 1000) math:remainder 836}] - [ a r:Fact; r:gives {(836 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(836 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5265 a r:Inference; - r:gives { - 2837 :numberToDigits (2 8 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2837 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2837 1000) math:remainder 837}] - [ a r:Fact; r:gives {(837 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(837 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5266 a r:Inference; - r:gives { - 2838 :numberToDigits (2 8 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2838 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2838 1000) math:remainder 838}] - [ a r:Fact; r:gives {(838 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(838 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5267 a r:Inference; - r:gives { - 2839 :numberToDigits (2 8 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2839 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2839 1000) math:remainder 839}] - [ a r:Fact; r:gives {(839 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(839 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5268 a r:Inference; - r:gives { - 2840 :numberToDigits (2 8 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2840 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2840 1000) math:remainder 840}] - [ a r:Fact; r:gives {(840 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(840 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5269 a r:Inference; - r:gives { - 2841 :numberToDigits (2 8 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2841 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2841 1000) math:remainder 841}] - [ a r:Fact; r:gives {(841 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(841 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5270 a r:Inference; - r:gives { - 2842 :numberToDigits (2 8 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2842 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2842 1000) math:remainder 842}] - [ a r:Fact; r:gives {(842 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(842 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5271 a r:Inference; - r:gives { - 2843 :numberToDigits (2 8 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2843 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2843 1000) math:remainder 843}] - [ a r:Fact; r:gives {(843 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(843 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5272 a r:Inference; - r:gives { - 2844 :numberToDigits (2 8 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2844 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2844 1000) math:remainder 844}] - [ a r:Fact; r:gives {(844 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(844 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5273 a r:Inference; - r:gives { - 2845 :numberToDigits (2 8 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2845 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2845 1000) math:remainder 845}] - [ a r:Fact; r:gives {(845 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(845 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5274 a r:Inference; - r:gives { - 2846 :numberToDigits (2 8 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2846 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2846 1000) math:remainder 846}] - [ a r:Fact; r:gives {(846 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(846 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5275 a r:Inference; - r:gives { - 2847 :numberToDigits (2 8 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2847 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2847 1000) math:remainder 847}] - [ a r:Fact; r:gives {(847 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(847 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5276 a r:Inference; - r:gives { - 2848 :numberToDigits (2 8 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2848 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2848 1000) math:remainder 848}] - [ a r:Fact; r:gives {(848 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(848 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5277 a r:Inference; - r:gives { - 2849 :numberToDigits (2 8 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2849 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2849 1000) math:remainder 849}] - [ a r:Fact; r:gives {(849 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(849 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5278 a r:Inference; - r:gives { - 2850 :numberToDigits (2 8 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2850 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2850 1000) math:remainder 850}] - [ a r:Fact; r:gives {(850 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(850 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5279 a r:Inference; - r:gives { - 2851 :numberToDigits (2 8 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2851 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2851 1000) math:remainder 851}] - [ a r:Fact; r:gives {(851 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(851 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5280 a r:Inference; - r:gives { - 2852 :numberToDigits (2 8 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2852 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2852 1000) math:remainder 852}] - [ a r:Fact; r:gives {(852 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(852 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5281 a r:Inference; - r:gives { - 2853 :numberToDigits (2 8 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2853 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2853 1000) math:remainder 853}] - [ a r:Fact; r:gives {(853 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(853 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5282 a r:Inference; - r:gives { - 2854 :numberToDigits (2 8 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2854 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2854 1000) math:remainder 854}] - [ a r:Fact; r:gives {(854 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(854 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5283 a r:Inference; - r:gives { - 2855 :numberToDigits (2 8 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2855 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2855 1000) math:remainder 855}] - [ a r:Fact; r:gives {(855 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(855 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5284 a r:Inference; - r:gives { - 2856 :numberToDigits (2 8 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2856 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2856 1000) math:remainder 856}] - [ a r:Fact; r:gives {(856 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(856 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5285 a r:Inference; - r:gives { - 2857 :numberToDigits (2 8 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2857 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2857 1000) math:remainder 857}] - [ a r:Fact; r:gives {(857 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(857 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5286 a r:Inference; - r:gives { - 2858 :numberToDigits (2 8 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2858 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2858 1000) math:remainder 858}] - [ a r:Fact; r:gives {(858 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(858 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5287 a r:Inference; - r:gives { - 2859 :numberToDigits (2 8 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2859 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2859 1000) math:remainder 859}] - [ a r:Fact; r:gives {(859 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(859 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5288 a r:Inference; - r:gives { - 2860 :numberToDigits (2 8 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2860 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2860 1000) math:remainder 860}] - [ a r:Fact; r:gives {(860 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(860 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5289 a r:Inference; - r:gives { - 2861 :numberToDigits (2 8 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2861 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2861 1000) math:remainder 861}] - [ a r:Fact; r:gives {(861 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(861 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5290 a r:Inference; - r:gives { - 2862 :numberToDigits (2 8 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2862 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2862 1000) math:remainder 862}] - [ a r:Fact; r:gives {(862 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(862 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5291 a r:Inference; - r:gives { - 2863 :numberToDigits (2 8 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2863 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2863 1000) math:remainder 863}] - [ a r:Fact; r:gives {(863 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(863 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5292 a r:Inference; - r:gives { - 2864 :numberToDigits (2 8 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2864 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2864 1000) math:remainder 864}] - [ a r:Fact; r:gives {(864 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(864 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5293 a r:Inference; - r:gives { - 2865 :numberToDigits (2 8 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2865 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2865 1000) math:remainder 865}] - [ a r:Fact; r:gives {(865 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(865 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5294 a r:Inference; - r:gives { - 2866 :numberToDigits (2 8 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2866 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2866 1000) math:remainder 866}] - [ a r:Fact; r:gives {(866 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(866 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5295 a r:Inference; - r:gives { - 2867 :numberToDigits (2 8 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2867 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2867 1000) math:remainder 867}] - [ a r:Fact; r:gives {(867 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(867 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5296 a r:Inference; - r:gives { - 2868 :numberToDigits (2 8 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2868 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2868 1000) math:remainder 868}] - [ a r:Fact; r:gives {(868 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(868 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5297 a r:Inference; - r:gives { - 2869 :numberToDigits (2 8 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2869 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2869 1000) math:remainder 869}] - [ a r:Fact; r:gives {(869 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(869 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5298 a r:Inference; - r:gives { - 2870 :numberToDigits (2 8 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2870 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2870 1000) math:remainder 870}] - [ a r:Fact; r:gives {(870 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(870 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5299 a r:Inference; - r:gives { - 2871 :numberToDigits (2 8 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2871 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2871 1000) math:remainder 871}] - [ a r:Fact; r:gives {(871 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(871 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5300 a r:Inference; - r:gives { - 2872 :numberToDigits (2 8 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2872 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2872 1000) math:remainder 872}] - [ a r:Fact; r:gives {(872 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(872 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5301 a r:Inference; - r:gives { - 2873 :numberToDigits (2 8 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2873 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2873 1000) math:remainder 873}] - [ a r:Fact; r:gives {(873 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(873 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5302 a r:Inference; - r:gives { - 2874 :numberToDigits (2 8 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2874 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2874 1000) math:remainder 874}] - [ a r:Fact; r:gives {(874 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(874 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5303 a r:Inference; - r:gives { - 2875 :numberToDigits (2 8 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2875 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2875 1000) math:remainder 875}] - [ a r:Fact; r:gives {(875 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(875 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5304 a r:Inference; - r:gives { - 2876 :numberToDigits (2 8 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2876 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2876 1000) math:remainder 876}] - [ a r:Fact; r:gives {(876 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(876 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5305 a r:Inference; - r:gives { - 2877 :numberToDigits (2 8 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2877 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2877 1000) math:remainder 877}] - [ a r:Fact; r:gives {(877 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(877 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5306 a r:Inference; - r:gives { - 2878 :numberToDigits (2 8 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2878 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2878 1000) math:remainder 878}] - [ a r:Fact; r:gives {(878 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(878 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5307 a r:Inference; - r:gives { - 2879 :numberToDigits (2 8 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2879 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2879 1000) math:remainder 879}] - [ a r:Fact; r:gives {(879 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(879 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5308 a r:Inference; - r:gives { - 2880 :numberToDigits (2 8 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2880 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2880 1000) math:remainder 880}] - [ a r:Fact; r:gives {(880 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(880 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5309 a r:Inference; - r:gives { - 2881 :numberToDigits (2 8 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2881 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2881 1000) math:remainder 881}] - [ a r:Fact; r:gives {(881 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(881 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5310 a r:Inference; - r:gives { - 2882 :numberToDigits (2 8 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2882 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2882 1000) math:remainder 882}] - [ a r:Fact; r:gives {(882 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(882 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5311 a r:Inference; - r:gives { - 2883 :numberToDigits (2 8 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2883 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2883 1000) math:remainder 883}] - [ a r:Fact; r:gives {(883 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(883 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5312 a r:Inference; - r:gives { - 2884 :numberToDigits (2 8 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2884 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2884 1000) math:remainder 884}] - [ a r:Fact; r:gives {(884 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(884 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5313 a r:Inference; - r:gives { - 2885 :numberToDigits (2 8 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2885 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2885 1000) math:remainder 885}] - [ a r:Fact; r:gives {(885 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(885 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5314 a r:Inference; - r:gives { - 2886 :numberToDigits (2 8 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2886 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2886 1000) math:remainder 886}] - [ a r:Fact; r:gives {(886 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(886 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5315 a r:Inference; - r:gives { - 2887 :numberToDigits (2 8 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2887 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2887 1000) math:remainder 887}] - [ a r:Fact; r:gives {(887 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(887 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5316 a r:Inference; - r:gives { - 2888 :numberToDigits (2 8 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2888 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2888 1000) math:remainder 888}] - [ a r:Fact; r:gives {(888 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(888 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5317 a r:Inference; - r:gives { - (2 8 8 8) :digitsToNumber 2888 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 800 80 8) math:sum 2888}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5318 a r:Inference; - r:gives { - (8 8 8 2) :digitsToNumber 8882 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(8000 800 80 2) math:sum 8882}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5319 a r:Inference; - r:gives { - 2889 :numberToDigits (2 8 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2889 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2889 1000) math:remainder 889}] - [ a r:Fact; r:gives {(889 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(889 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5320 a r:Inference; - r:gives { - (2 8 8 9) :digitsToNumber 2889 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(2000 800 80 9) math:sum 2889}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5321 a r:Inference; - r:gives { - (9 8 8 2) :digitsToNumber 9882 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(9000 800 80 2) math:sum 9882}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5322 a r:Inference; - r:gives { - 2890 :numberToDigits (2 8 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2890 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2890 1000) math:remainder 890}] - [ a r:Fact; r:gives {(890 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(890 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5323 a r:Inference; - r:gives { - 2891 :numberToDigits (2 8 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2891 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2891 1000) math:remainder 891}] - [ a r:Fact; r:gives {(891 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(891 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5324 a r:Inference; - r:gives { - 2892 :numberToDigits (2 8 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2892 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2892 1000) math:remainder 892}] - [ a r:Fact; r:gives {(892 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(892 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5325 a r:Inference; - r:gives { - 2893 :numberToDigits (2 8 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2893 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2893 1000) math:remainder 893}] - [ a r:Fact; r:gives {(893 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(893 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5326 a r:Inference; - r:gives { - 2894 :numberToDigits (2 8 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2894 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2894 1000) math:remainder 894}] - [ a r:Fact; r:gives {(894 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(894 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5327 a r:Inference; - r:gives { - 2895 :numberToDigits (2 8 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2895 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2895 1000) math:remainder 895}] - [ a r:Fact; r:gives {(895 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(895 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5328 a r:Inference; - r:gives { - 2896 :numberToDigits (2 8 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2896 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2896 1000) math:remainder 896}] - [ a r:Fact; r:gives {(896 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(896 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5329 a r:Inference; - r:gives { - 2897 :numberToDigits (2 8 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2897 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2897 1000) math:remainder 897}] - [ a r:Fact; r:gives {(897 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(897 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5330 a r:Inference; - r:gives { - 2898 :numberToDigits (2 8 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2898 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2898 1000) math:remainder 898}] - [ a r:Fact; r:gives {(898 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(898 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5331 a r:Inference; - r:gives { - 2899 :numberToDigits (2 8 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2899 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2899 1000) math:remainder 899}] - [ a r:Fact; r:gives {(899 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(899 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5332 a r:Inference; - r:gives { - (2 8 9 9) :digitsToNumber 2899 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(2000 800 90 9) math:sum 2899}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5333 a r:Inference; - r:gives { - (9 9 8 2) :digitsToNumber 9982 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(9000 900 80 2) math:sum 9982}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5334 a r:Inference; - r:gives { - 2900 :numberToDigits (2 9 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2900 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2900 1000) math:remainder 900}] - [ a r:Fact; r:gives {(900 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(900 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5335 a r:Inference; - r:gives { - 2901 :numberToDigits (2 9 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2901 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2901 1000) math:remainder 901}] - [ a r:Fact; r:gives {(901 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(901 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5336 a r:Inference; - r:gives { - 2902 :numberToDigits (2 9 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2902 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2902 1000) math:remainder 902}] - [ a r:Fact; r:gives {(902 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(902 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5337 a r:Inference; - r:gives { - 2903 :numberToDigits (2 9 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2903 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2903 1000) math:remainder 903}] - [ a r:Fact; r:gives {(903 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(903 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5338 a r:Inference; - r:gives { - 2904 :numberToDigits (2 9 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2904 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2904 1000) math:remainder 904}] - [ a r:Fact; r:gives {(904 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(904 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5339 a r:Inference; - r:gives { - 2905 :numberToDigits (2 9 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2905 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2905 1000) math:remainder 905}] - [ a r:Fact; r:gives {(905 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(905 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5340 a r:Inference; - r:gives { - 2906 :numberToDigits (2 9 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2906 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2906 1000) math:remainder 906}] - [ a r:Fact; r:gives {(906 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(906 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5341 a r:Inference; - r:gives { - 2907 :numberToDigits (2 9 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2907 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2907 1000) math:remainder 907}] - [ a r:Fact; r:gives {(907 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(907 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5342 a r:Inference; - r:gives { - 2908 :numberToDigits (2 9 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2908 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2908 1000) math:remainder 908}] - [ a r:Fact; r:gives {(908 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(908 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5343 a r:Inference; - r:gives { - 2909 :numberToDigits (2 9 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2909 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2909 1000) math:remainder 909}] - [ a r:Fact; r:gives {(909 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(909 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5344 a r:Inference; - r:gives { - 2910 :numberToDigits (2 9 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2910 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2910 1000) math:remainder 910}] - [ a r:Fact; r:gives {(910 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(910 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5345 a r:Inference; - r:gives { - 2911 :numberToDigits (2 9 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2911 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2911 1000) math:remainder 911}] - [ a r:Fact; r:gives {(911 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(911 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5346 a r:Inference; - r:gives { - 2912 :numberToDigits (2 9 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2912 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2912 1000) math:remainder 912}] - [ a r:Fact; r:gives {(912 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(912 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5347 a r:Inference; - r:gives { - 2913 :numberToDigits (2 9 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2913 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2913 1000) math:remainder 913}] - [ a r:Fact; r:gives {(913 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(913 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5348 a r:Inference; - r:gives { - 2914 :numberToDigits (2 9 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2914 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2914 1000) math:remainder 914}] - [ a r:Fact; r:gives {(914 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(914 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5349 a r:Inference; - r:gives { - 2915 :numberToDigits (2 9 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2915 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2915 1000) math:remainder 915}] - [ a r:Fact; r:gives {(915 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(915 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5350 a r:Inference; - r:gives { - 2916 :numberToDigits (2 9 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2916 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2916 1000) math:remainder 916}] - [ a r:Fact; r:gives {(916 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(916 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5351 a r:Inference; - r:gives { - 2917 :numberToDigits (2 9 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2917 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2917 1000) math:remainder 917}] - [ a r:Fact; r:gives {(917 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(917 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5352 a r:Inference; - r:gives { - 2918 :numberToDigits (2 9 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2918 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2918 1000) math:remainder 918}] - [ a r:Fact; r:gives {(918 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(918 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5353 a r:Inference; - r:gives { - 2919 :numberToDigits (2 9 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2919 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2919 1000) math:remainder 919}] - [ a r:Fact; r:gives {(919 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(919 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5354 a r:Inference; - r:gives { - 2920 :numberToDigits (2 9 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2920 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2920 1000) math:remainder 920}] - [ a r:Fact; r:gives {(920 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(920 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5355 a r:Inference; - r:gives { - 2921 :numberToDigits (2 9 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2921 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2921 1000) math:remainder 921}] - [ a r:Fact; r:gives {(921 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(921 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5356 a r:Inference; - r:gives { - 2922 :numberToDigits (2 9 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2922 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2922 1000) math:remainder 922}] - [ a r:Fact; r:gives {(922 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(922 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5357 a r:Inference; - r:gives { - 2923 :numberToDigits (2 9 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2923 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2923 1000) math:remainder 923}] - [ a r:Fact; r:gives {(923 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(923 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5358 a r:Inference; - r:gives { - 2924 :numberToDigits (2 9 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2924 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2924 1000) math:remainder 924}] - [ a r:Fact; r:gives {(924 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(924 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5359 a r:Inference; - r:gives { - 2925 :numberToDigits (2 9 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2925 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2925 1000) math:remainder 925}] - [ a r:Fact; r:gives {(925 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(925 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5360 a r:Inference; - r:gives { - 2926 :numberToDigits (2 9 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2926 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2926 1000) math:remainder 926}] - [ a r:Fact; r:gives {(926 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(926 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5361 a r:Inference; - r:gives { - 2927 :numberToDigits (2 9 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2927 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2927 1000) math:remainder 927}] - [ a r:Fact; r:gives {(927 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(927 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5362 a r:Inference; - r:gives { - 2928 :numberToDigits (2 9 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2928 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2928 1000) math:remainder 928}] - [ a r:Fact; r:gives {(928 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(928 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5363 a r:Inference; - r:gives { - 2929 :numberToDigits (2 9 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2929 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2929 1000) math:remainder 929}] - [ a r:Fact; r:gives {(929 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(929 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5364 a r:Inference; - r:gives { - 2930 :numberToDigits (2 9 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2930 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2930 1000) math:remainder 930}] - [ a r:Fact; r:gives {(930 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(930 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5365 a r:Inference; - r:gives { - 2931 :numberToDigits (2 9 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2931 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2931 1000) math:remainder 931}] - [ a r:Fact; r:gives {(931 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(931 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5366 a r:Inference; - r:gives { - 2932 :numberToDigits (2 9 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2932 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2932 1000) math:remainder 932}] - [ a r:Fact; r:gives {(932 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(932 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5367 a r:Inference; - r:gives { - 2933 :numberToDigits (2 9 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2933 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2933 1000) math:remainder 933}] - [ a r:Fact; r:gives {(933 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(933 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5368 a r:Inference; - r:gives { - 2934 :numberToDigits (2 9 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2934 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2934 1000) math:remainder 934}] - [ a r:Fact; r:gives {(934 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(934 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5369 a r:Inference; - r:gives { - 2935 :numberToDigits (2 9 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2935 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2935 1000) math:remainder 935}] - [ a r:Fact; r:gives {(935 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(935 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5370 a r:Inference; - r:gives { - 2936 :numberToDigits (2 9 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2936 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2936 1000) math:remainder 936}] - [ a r:Fact; r:gives {(936 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(936 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5371 a r:Inference; - r:gives { - 2937 :numberToDigits (2 9 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2937 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2937 1000) math:remainder 937}] - [ a r:Fact; r:gives {(937 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(937 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5372 a r:Inference; - r:gives { - 2938 :numberToDigits (2 9 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2938 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2938 1000) math:remainder 938}] - [ a r:Fact; r:gives {(938 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(938 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5373 a r:Inference; - r:gives { - 2939 :numberToDigits (2 9 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2939 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2939 1000) math:remainder 939}] - [ a r:Fact; r:gives {(939 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(939 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5374 a r:Inference; - r:gives { - 2940 :numberToDigits (2 9 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2940 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2940 1000) math:remainder 940}] - [ a r:Fact; r:gives {(940 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(940 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5375 a r:Inference; - r:gives { - 2941 :numberToDigits (2 9 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2941 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2941 1000) math:remainder 941}] - [ a r:Fact; r:gives {(941 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(941 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5376 a r:Inference; - r:gives { - 2942 :numberToDigits (2 9 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2942 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2942 1000) math:remainder 942}] - [ a r:Fact; r:gives {(942 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(942 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5377 a r:Inference; - r:gives { - 2943 :numberToDigits (2 9 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2943 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2943 1000) math:remainder 943}] - [ a r:Fact; r:gives {(943 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(943 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5378 a r:Inference; - r:gives { - 2944 :numberToDigits (2 9 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2944 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2944 1000) math:remainder 944}] - [ a r:Fact; r:gives {(944 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(944 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5379 a r:Inference; - r:gives { - 2945 :numberToDigits (2 9 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2945 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2945 1000) math:remainder 945}] - [ a r:Fact; r:gives {(945 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(945 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5380 a r:Inference; - r:gives { - 2946 :numberToDigits (2 9 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2946 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2946 1000) math:remainder 946}] - [ a r:Fact; r:gives {(946 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(946 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5381 a r:Inference; - r:gives { - 2947 :numberToDigits (2 9 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2947 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2947 1000) math:remainder 947}] - [ a r:Fact; r:gives {(947 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(947 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5382 a r:Inference; - r:gives { - 2948 :numberToDigits (2 9 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2948 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2948 1000) math:remainder 948}] - [ a r:Fact; r:gives {(948 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(948 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5383 a r:Inference; - r:gives { - 2949 :numberToDigits (2 9 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2949 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2949 1000) math:remainder 949}] - [ a r:Fact; r:gives {(949 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(949 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5384 a r:Inference; - r:gives { - 2950 :numberToDigits (2 9 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2950 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2950 1000) math:remainder 950}] - [ a r:Fact; r:gives {(950 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(950 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5385 a r:Inference; - r:gives { - 2951 :numberToDigits (2 9 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2951 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2951 1000) math:remainder 951}] - [ a r:Fact; r:gives {(951 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(951 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5386 a r:Inference; - r:gives { - 2952 :numberToDigits (2 9 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2952 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2952 1000) math:remainder 952}] - [ a r:Fact; r:gives {(952 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(952 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5387 a r:Inference; - r:gives { - 2953 :numberToDigits (2 9 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2953 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2953 1000) math:remainder 953}] - [ a r:Fact; r:gives {(953 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(953 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5388 a r:Inference; - r:gives { - 2954 :numberToDigits (2 9 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2954 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2954 1000) math:remainder 954}] - [ a r:Fact; r:gives {(954 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(954 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5389 a r:Inference; - r:gives { - 2955 :numberToDigits (2 9 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2955 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2955 1000) math:remainder 955}] - [ a r:Fact; r:gives {(955 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(955 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5390 a r:Inference; - r:gives { - 2956 :numberToDigits (2 9 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2956 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2956 1000) math:remainder 956}] - [ a r:Fact; r:gives {(956 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(956 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5391 a r:Inference; - r:gives { - 2957 :numberToDigits (2 9 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2957 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2957 1000) math:remainder 957}] - [ a r:Fact; r:gives {(957 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(957 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5392 a r:Inference; - r:gives { - 2958 :numberToDigits (2 9 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2958 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2958 1000) math:remainder 958}] - [ a r:Fact; r:gives {(958 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(958 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5393 a r:Inference; - r:gives { - 2959 :numberToDigits (2 9 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2959 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2959 1000) math:remainder 959}] - [ a r:Fact; r:gives {(959 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(959 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5394 a r:Inference; - r:gives { - 2960 :numberToDigits (2 9 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2960 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2960 1000) math:remainder 960}] - [ a r:Fact; r:gives {(960 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(960 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5395 a r:Inference; - r:gives { - 2961 :numberToDigits (2 9 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2961 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2961 1000) math:remainder 961}] - [ a r:Fact; r:gives {(961 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(961 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5396 a r:Inference; - r:gives { - 2962 :numberToDigits (2 9 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2962 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2962 1000) math:remainder 962}] - [ a r:Fact; r:gives {(962 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(962 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5397 a r:Inference; - r:gives { - 2963 :numberToDigits (2 9 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2963 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2963 1000) math:remainder 963}] - [ a r:Fact; r:gives {(963 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(963 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5398 a r:Inference; - r:gives { - 2964 :numberToDigits (2 9 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2964 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2964 1000) math:remainder 964}] - [ a r:Fact; r:gives {(964 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(964 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5399 a r:Inference; - r:gives { - 2965 :numberToDigits (2 9 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2965 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2965 1000) math:remainder 965}] - [ a r:Fact; r:gives {(965 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(965 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5400 a r:Inference; - r:gives { - 2966 :numberToDigits (2 9 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2966 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2966 1000) math:remainder 966}] - [ a r:Fact; r:gives {(966 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(966 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5401 a r:Inference; - r:gives { - 2967 :numberToDigits (2 9 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2967 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2967 1000) math:remainder 967}] - [ a r:Fact; r:gives {(967 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(967 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5402 a r:Inference; - r:gives { - 2968 :numberToDigits (2 9 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2968 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2968 1000) math:remainder 968}] - [ a r:Fact; r:gives {(968 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(968 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5403 a r:Inference; - r:gives { - 2969 :numberToDigits (2 9 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2969 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2969 1000) math:remainder 969}] - [ a r:Fact; r:gives {(969 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(969 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5404 a r:Inference; - r:gives { - 2970 :numberToDigits (2 9 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2970 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2970 1000) math:remainder 970}] - [ a r:Fact; r:gives {(970 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(970 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5405 a r:Inference; - r:gives { - 2971 :numberToDigits (2 9 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2971 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2971 1000) math:remainder 971}] - [ a r:Fact; r:gives {(971 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(971 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5406 a r:Inference; - r:gives { - 2972 :numberToDigits (2 9 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2972 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2972 1000) math:remainder 972}] - [ a r:Fact; r:gives {(972 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(972 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5407 a r:Inference; - r:gives { - 2973 :numberToDigits (2 9 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2973 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2973 1000) math:remainder 973}] - [ a r:Fact; r:gives {(973 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(973 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5408 a r:Inference; - r:gives { - 2974 :numberToDigits (2 9 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2974 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2974 1000) math:remainder 974}] - [ a r:Fact; r:gives {(974 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(974 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5409 a r:Inference; - r:gives { - 2975 :numberToDigits (2 9 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2975 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2975 1000) math:remainder 975}] - [ a r:Fact; r:gives {(975 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(975 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5410 a r:Inference; - r:gives { - 2976 :numberToDigits (2 9 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2976 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2976 1000) math:remainder 976}] - [ a r:Fact; r:gives {(976 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(976 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5411 a r:Inference; - r:gives { - 2977 :numberToDigits (2 9 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2977 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2977 1000) math:remainder 977}] - [ a r:Fact; r:gives {(977 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(977 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5412 a r:Inference; - r:gives { - 2978 :numberToDigits (2 9 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2978 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2978 1000) math:remainder 978}] - [ a r:Fact; r:gives {(978 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(978 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5413 a r:Inference; - r:gives { - 2979 :numberToDigits (2 9 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2979 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2979 1000) math:remainder 979}] - [ a r:Fact; r:gives {(979 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(979 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5414 a r:Inference; - r:gives { - 2980 :numberToDigits (2 9 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2980 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2980 1000) math:remainder 980}] - [ a r:Fact; r:gives {(980 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(980 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5415 a r:Inference; - r:gives { - 2981 :numberToDigits (2 9 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2981 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2981 1000) math:remainder 981}] - [ a r:Fact; r:gives {(981 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(981 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5416 a r:Inference; - r:gives { - 2982 :numberToDigits (2 9 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2982 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2982 1000) math:remainder 982}] - [ a r:Fact; r:gives {(982 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(982 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5417 a r:Inference; - r:gives { - 2983 :numberToDigits (2 9 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2983 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2983 1000) math:remainder 983}] - [ a r:Fact; r:gives {(983 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(983 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5418 a r:Inference; - r:gives { - 2984 :numberToDigits (2 9 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2984 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2984 1000) math:remainder 984}] - [ a r:Fact; r:gives {(984 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(984 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5419 a r:Inference; - r:gives { - 2985 :numberToDigits (2 9 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2985 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2985 1000) math:remainder 985}] - [ a r:Fact; r:gives {(985 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(985 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5420 a r:Inference; - r:gives { - 2986 :numberToDigits (2 9 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2986 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2986 1000) math:remainder 986}] - [ a r:Fact; r:gives {(986 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(986 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5421 a r:Inference; - r:gives { - 2987 :numberToDigits (2 9 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2987 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2987 1000) math:remainder 987}] - [ a r:Fact; r:gives {(987 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(987 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5422 a r:Inference; - r:gives { - 2988 :numberToDigits (2 9 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2988 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2988 1000) math:remainder 988}] - [ a r:Fact; r:gives {(988 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(988 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5423 a r:Inference; - r:gives { - 2989 :numberToDigits (2 9 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2989 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2989 1000) math:remainder 989}] - [ a r:Fact; r:gives {(989 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(989 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5424 a r:Inference; - r:gives { - 2990 :numberToDigits (2 9 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(2990 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2990 1000) math:remainder 990}] - [ a r:Fact; r:gives {(990 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(990 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5425 a r:Inference; - r:gives { - 2991 :numberToDigits (2 9 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(2991 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2991 1000) math:remainder 991}] - [ a r:Fact; r:gives {(991 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(991 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5426 a r:Inference; - r:gives { - 2992 :numberToDigits (2 9 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(2992 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2992 1000) math:remainder 992}] - [ a r:Fact; r:gives {(992 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(992 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5427 a r:Inference; - r:gives { - 2993 :numberToDigits (2 9 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(2993 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2993 1000) math:remainder 993}] - [ a r:Fact; r:gives {(993 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(993 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5428 a r:Inference; - r:gives { - 2994 :numberToDigits (2 9 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(2994 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2994 1000) math:remainder 994}] - [ a r:Fact; r:gives {(994 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(994 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5429 a r:Inference; - r:gives { - 2995 :numberToDigits (2 9 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(2995 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2995 1000) math:remainder 995}] - [ a r:Fact; r:gives {(995 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(995 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5430 a r:Inference; - r:gives { - 2996 :numberToDigits (2 9 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(2996 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2996 1000) math:remainder 996}] - [ a r:Fact; r:gives {(996 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(996 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5431 a r:Inference; - r:gives { - 2997 :numberToDigits (2 9 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(2997 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2997 1000) math:remainder 997}] - [ a r:Fact; r:gives {(997 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(997 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5432 a r:Inference; - r:gives { - 2998 :numberToDigits (2 9 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(2998 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2998 1000) math:remainder 998}] - [ a r:Fact; r:gives {(998 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(998 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5433 a r:Inference; - r:gives { - 2999 :numberToDigits (2 9 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(2999 1000) math:integerQuotient 2}] - [ a r:Fact; r:gives {(2999 1000) math:remainder 999}] - [ a r:Fact; r:gives {(999 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(999 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5434 a r:Inference; - r:gives { - (2 9 9 9) :digitsToNumber 2999 . - }; - r:evidence ( - [ a r:Fact; r:gives {(2 1000) math:product 2000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(2000 900 90 9) math:sum 2999}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 2000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 2999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5435 a r:Inference; - r:gives { - (9 9 9 2) :digitsToNumber 9992 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(9000 900 90 2) math:sum 9992}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6764. - -skolem:lemma5436 a r:Inference; - r:gives { - 3000 :numberToDigits (3 0 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3000 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3000 1000) math:remainder 0}] - [ a r:Fact; r:gives {(0 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5437 a r:Inference; - r:gives { - (0 0 0 3) :digitsToNumber 3 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(0 0 0 3) math:sum 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5438 a r:Inference; - r:gives { - (3 0 0 0) :digitsToNumber 3000 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(3000 0 0 0) math:sum 3000}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5439 a r:Inference; - r:gives { - 3001 :numberToDigits (3 0 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3001 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3001 1000) math:remainder 1}] - [ a r:Fact; r:gives {(1 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3001]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5440 a r:Inference; - r:gives { - (0 0 1 3) :digitsToNumber 13 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 0 10 3) math:sum 13}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5441 a r:Inference; - r:gives { - (3 1 0 0) :digitsToNumber 3100 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(3000 100 0 0) math:sum 3100}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5442 a r:Inference; - r:gives { - 3002 :numberToDigits (3 0 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3002 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3002 1000) math:remainder 2}] - [ a r:Fact; r:gives {(2 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3002]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5443 a r:Inference; - r:gives { - 3003 :numberToDigits (3 0 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3003 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3003 1000) math:remainder 3}] - [ a r:Fact; r:gives {(3 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3003]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5444 a r:Inference; - r:gives { - (0 0 3 3) :digitsToNumber 33 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 3) math:sum 33}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5445 a r:Inference; - r:gives { - (3 3 0 0) :digitsToNumber 3300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(3000 300 0 0) math:sum 3300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5446 a r:Inference; - r:gives { - 3004 :numberToDigits (3 0 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3004 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3004 1000) math:remainder 4}] - [ a r:Fact; r:gives {(4 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3004]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5447 a r:Inference; - r:gives { - (0 0 3 4) :digitsToNumber 34 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 4) math:sum 34}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma5448 a r:Inference; - r:gives { - (4 3 0 0) :digitsToNumber 4300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(4000 300 0 0) math:sum 4300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5449 a r:Inference; - r:gives { - 3005 :numberToDigits (3 0 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3005 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3005 1000) math:remainder 5}] - [ a r:Fact; r:gives {(5 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3005]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5450 a r:Inference; - r:gives { - (0 0 3 5) :digitsToNumber 35 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 5) math:sum 35}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma5451 a r:Inference; - r:gives { - (5 3 0 0) :digitsToNumber 5300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(5000 300 0 0) math:sum 5300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5452 a r:Inference; - r:gives { - 3006 :numberToDigits (3 0 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3006 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3006 1000) math:remainder 6}] - [ a r:Fact; r:gives {(6 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3006]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5453 a r:Inference; - r:gives { - (0 0 3 6) :digitsToNumber 36 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 6) math:sum 36}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5454 a r:Inference; - r:gives { - (6 3 0 0) :digitsToNumber 6300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(6000 300 0 0) math:sum 6300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5455 a r:Inference; - r:gives { - 3007 :numberToDigits (3 0 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3007 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3007 1000) math:remainder 7}] - [ a r:Fact; r:gives {(7 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3007]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5456 a r:Inference; - r:gives { - (0 0 3 7) :digitsToNumber 37 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 7) math:sum 37}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5457 a r:Inference; - r:gives { - (7 3 0 0) :digitsToNumber 7300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(7000 300 0 0) math:sum 7300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5458 a r:Inference; - r:gives { - 3008 :numberToDigits (3 0 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3008 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3008 1000) math:remainder 8}] - [ a r:Fact; r:gives {(8 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3008]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5459 a r:Inference; - r:gives { - (0 0 3 8) :digitsToNumber 38 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 8) math:sum 38}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5460 a r:Inference; - r:gives { - (8 3 0 0) :digitsToNumber 8300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(8000 300 0 0) math:sum 8300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5461 a r:Inference; - r:gives { - 3009 :numberToDigits (3 0 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3009 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3009 1000) math:remainder 9}] - [ a r:Fact; r:gives {(9 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3009]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5462 a r:Inference; - r:gives { - (0 0 3 9) :digitsToNumber 39 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(0 100) math:product 0}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 0 30 9) math:sum 39}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5463 a r:Inference; - r:gives { - (9 3 0 0) :digitsToNumber 9300 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(0 10) math:product 0}] - [ a r:Fact; r:gives {(9000 300 0 0) math:sum 9300}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5464 a r:Inference; - r:gives { - 3010 :numberToDigits (3 0 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3010 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3010 1000) math:remainder 10}] - [ a r:Fact; r:gives {(10 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(10 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3010]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5465 a r:Inference; - r:gives { - 3011 :numberToDigits (3 0 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3011 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3011 1000) math:remainder 11}] - [ a r:Fact; r:gives {(11 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(11 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3011]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5466 a r:Inference; - r:gives { - (0 1 1 3) :digitsToNumber 113 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(0 100 10 3) math:sum 113}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5467 a r:Inference; - r:gives { - (3 1 1 0) :digitsToNumber 3110 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(3000 100 10 0) math:sum 3110}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5468 a r:Inference; - r:gives { - 3012 :numberToDigits (3 0 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3012 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3012 1000) math:remainder 12}] - [ a r:Fact; r:gives {(12 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(12 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3012]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5469 a r:Inference; - r:gives { - 3013 :numberToDigits (3 0 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3013 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3013 1000) math:remainder 13}] - [ a r:Fact; r:gives {(13 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(13 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3013]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5470 a r:Inference; - r:gives { - (0 1 3 3) :digitsToNumber 133 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 3) math:sum 133}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5471 a r:Inference; - r:gives { - (3 3 1 0) :digitsToNumber 3310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(3000 300 10 0) math:sum 3310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5472 a r:Inference; - r:gives { - 3014 :numberToDigits (3 0 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3014 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3014 1000) math:remainder 14}] - [ a r:Fact; r:gives {(14 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(14 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3014]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5473 a r:Inference; - r:gives { - (0 1 3 4) :digitsToNumber 134 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 4) math:sum 134}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma5474 a r:Inference; - r:gives { - (4 3 1 0) :digitsToNumber 4310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(4000 300 10 0) math:sum 4310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5475 a r:Inference; - r:gives { - 3015 :numberToDigits (3 0 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3015 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3015 1000) math:remainder 15}] - [ a r:Fact; r:gives {(15 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(15 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3015]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5476 a r:Inference; - r:gives { - (0 1 3 5) :digitsToNumber 135 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 5) math:sum 135}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma5477 a r:Inference; - r:gives { - (5 3 1 0) :digitsToNumber 5310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 300 10 0) math:sum 5310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5478 a r:Inference; - r:gives { - 3016 :numberToDigits (3 0 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3016 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3016 1000) math:remainder 16}] - [ a r:Fact; r:gives {(16 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(16 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3016]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5479 a r:Inference; - r:gives { - (0 1 3 6) :digitsToNumber 136 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 6) math:sum 136}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5480 a r:Inference; - r:gives { - (6 3 1 0) :digitsToNumber 6310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 300 10 0) math:sum 6310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5481 a r:Inference; - r:gives { - 3017 :numberToDigits (3 0 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3017 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3017 1000) math:remainder 17}] - [ a r:Fact; r:gives {(17 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(17 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3017]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5482 a r:Inference; - r:gives { - (0 1 3 7) :digitsToNumber 137 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 7) math:sum 137}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5483 a r:Inference; - r:gives { - (7 3 1 0) :digitsToNumber 7310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 300 10 0) math:sum 7310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5484 a r:Inference; - r:gives { - 3018 :numberToDigits (3 0 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3018 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3018 1000) math:remainder 18}] - [ a r:Fact; r:gives {(18 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(18 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3018]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5485 a r:Inference; - r:gives { - (0 1 3 8) :digitsToNumber 138 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 8) math:sum 138}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5486 a r:Inference; - r:gives { - (8 3 1 0) :digitsToNumber 8310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 300 10 0) math:sum 8310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5487 a r:Inference; - r:gives { - 3019 :numberToDigits (3 0 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3019 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3019 1000) math:remainder 19}] - [ a r:Fact; r:gives {(19 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(19 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3019]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5488 a r:Inference; - r:gives { - (0 1 3 9) :digitsToNumber 139 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 100 30 9) math:sum 139}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5489 a r:Inference; - r:gives { - (9 3 1 0) :digitsToNumber 9310 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 300 10 0) math:sum 9310}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5490 a r:Inference; - r:gives { - 3020 :numberToDigits (3 0 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3020 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3020 1000) math:remainder 20}] - [ a r:Fact; r:gives {(20 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(20 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3020]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5491 a r:Inference; - r:gives { - 3021 :numberToDigits (3 0 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3021 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3021 1000) math:remainder 21}] - [ a r:Fact; r:gives {(21 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(21 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3021]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5492 a r:Inference; - r:gives { - 3022 :numberToDigits (3 0 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3022 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3022 1000) math:remainder 22}] - [ a r:Fact; r:gives {(22 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(22 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3022]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5493 a r:Inference; - r:gives { - 3023 :numberToDigits (3 0 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3023 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3023 1000) math:remainder 23}] - [ a r:Fact; r:gives {(23 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(23 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3023]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5494 a r:Inference; - r:gives { - 3024 :numberToDigits (3 0 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3024 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3024 1000) math:remainder 24}] - [ a r:Fact; r:gives {(24 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(24 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3024]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5495 a r:Inference; - r:gives { - 3025 :numberToDigits (3 0 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3025 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3025 1000) math:remainder 25}] - [ a r:Fact; r:gives {(25 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(25 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3025]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5496 a r:Inference; - r:gives { - 3026 :numberToDigits (3 0 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3026 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3026 1000) math:remainder 26}] - [ a r:Fact; r:gives {(26 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(26 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3026]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5497 a r:Inference; - r:gives { - 3027 :numberToDigits (3 0 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3027 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3027 1000) math:remainder 27}] - [ a r:Fact; r:gives {(27 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(27 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3027]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5498 a r:Inference; - r:gives { - 3028 :numberToDigits (3 0 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3028 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3028 1000) math:remainder 28}] - [ a r:Fact; r:gives {(28 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(28 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3028]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5499 a r:Inference; - r:gives { - 3029 :numberToDigits (3 0 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3029 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3029 1000) math:remainder 29}] - [ a r:Fact; r:gives {(29 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(29 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3029]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5500 a r:Inference; - r:gives { - 3030 :numberToDigits (3 0 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3030 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3030 1000) math:remainder 30}] - [ a r:Fact; r:gives {(30 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(30 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3030]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5501 a r:Inference; - r:gives { - 3031 :numberToDigits (3 0 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3031 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3031 1000) math:remainder 31}] - [ a r:Fact; r:gives {(31 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(31 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3031]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5502 a r:Inference; - r:gives { - 3032 :numberToDigits (3 0 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3032 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3032 1000) math:remainder 32}] - [ a r:Fact; r:gives {(32 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(32 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3032]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5503 a r:Inference; - r:gives { - 3033 :numberToDigits (3 0 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3033 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3033 1000) math:remainder 33}] - [ a r:Fact; r:gives {(33 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(33 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3033]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5504 a r:Inference; - r:gives { - (0 3 3 3) :digitsToNumber 333 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 3) math:sum 333}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5505 a r:Inference; - r:gives { - (3 3 3 0) :digitsToNumber 3330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(3000 300 30 0) math:sum 3330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5506 a r:Inference; - r:gives { - 3034 :numberToDigits (3 0 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3034 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3034 1000) math:remainder 34}] - [ a r:Fact; r:gives {(34 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(34 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3034]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5507 a r:Inference; - r:gives { - (0 3 3 4) :digitsToNumber 334 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 4) math:sum 334}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma5508 a r:Inference; - r:gives { - (4 3 3 0) :digitsToNumber 4330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(4000 300 30 0) math:sum 4330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5509 a r:Inference; - r:gives { - 3035 :numberToDigits (3 0 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3035 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3035 1000) math:remainder 35}] - [ a r:Fact; r:gives {(35 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(35 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3035]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5510 a r:Inference; - r:gives { - (0 3 3 5) :digitsToNumber 335 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 5) math:sum 335}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma5511 a r:Inference; - r:gives { - (5 3 3 0) :digitsToNumber 5330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 300 30 0) math:sum 5330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5512 a r:Inference; - r:gives { - 3036 :numberToDigits (3 0 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3036 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3036 1000) math:remainder 36}] - [ a r:Fact; r:gives {(36 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(36 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3036]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5513 a r:Inference; - r:gives { - (0 3 3 6) :digitsToNumber 336 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 6) math:sum 336}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5514 a r:Inference; - r:gives { - (6 3 3 0) :digitsToNumber 6330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 300 30 0) math:sum 6330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5515 a r:Inference; - r:gives { - 3037 :numberToDigits (3 0 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3037 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3037 1000) math:remainder 37}] - [ a r:Fact; r:gives {(37 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(37 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3037]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5516 a r:Inference; - r:gives { - (0 3 3 7) :digitsToNumber 337 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 7) math:sum 337}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5517 a r:Inference; - r:gives { - (7 3 3 0) :digitsToNumber 7330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 300 30 0) math:sum 7330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5518 a r:Inference; - r:gives { - 3038 :numberToDigits (3 0 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3038 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3038 1000) math:remainder 38}] - [ a r:Fact; r:gives {(38 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(38 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3038]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5519 a r:Inference; - r:gives { - (0 3 3 8) :digitsToNumber 338 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 8) math:sum 338}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5520 a r:Inference; - r:gives { - (8 3 3 0) :digitsToNumber 8330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 300 30 0) math:sum 8330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5521 a r:Inference; - r:gives { - 3039 :numberToDigits (3 0 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3039 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3039 1000) math:remainder 39}] - [ a r:Fact; r:gives {(39 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(39 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3039]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5522 a r:Inference; - r:gives { - (0 3 3 9) :digitsToNumber 339 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(0 300 30 9) math:sum 339}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5523 a r:Inference; - r:gives { - (9 3 3 0) :digitsToNumber 9330 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 300 30 0) math:sum 9330}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5524 a r:Inference; - r:gives { - 3040 :numberToDigits (3 0 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3040 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3040 1000) math:remainder 40}] - [ a r:Fact; r:gives {(40 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(40 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3040]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5525 a r:Inference; - r:gives { - 3041 :numberToDigits (3 0 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3041 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3041 1000) math:remainder 41}] - [ a r:Fact; r:gives {(41 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(41 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3041]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5526 a r:Inference; - r:gives { - 3042 :numberToDigits (3 0 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3042 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3042 1000) math:remainder 42}] - [ a r:Fact; r:gives {(42 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(42 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3042]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5527 a r:Inference; - r:gives { - 3043 :numberToDigits (3 0 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3043 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3043 1000) math:remainder 43}] - [ a r:Fact; r:gives {(43 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(43 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3043]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5528 a r:Inference; - r:gives { - 3044 :numberToDigits (3 0 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3044 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3044 1000) math:remainder 44}] - [ a r:Fact; r:gives {(44 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(44 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3044]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5529 a r:Inference; - r:gives { - (0 3 4 4) :digitsToNumber 344 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 300 40 4) math:sum 344}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma5530 a r:Inference; - r:gives { - (4 4 3 0) :digitsToNumber 4430 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(4000 400 30 0) math:sum 4430}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5531 a r:Inference; - r:gives { - 3045 :numberToDigits (3 0 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3045 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3045 1000) math:remainder 45}] - [ a r:Fact; r:gives {(45 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(45 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3045]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5532 a r:Inference; - r:gives { - (0 3 4 5) :digitsToNumber 345 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 300 40 5) math:sum 345}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma5533 a r:Inference; - r:gives { - (5 4 3 0) :digitsToNumber 5430 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 400 30 0) math:sum 5430}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5534 a r:Inference; - r:gives { - 3046 :numberToDigits (3 0 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3046 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3046 1000) math:remainder 46}] - [ a r:Fact; r:gives {(46 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(46 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3046]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5535 a r:Inference; - r:gives { - (0 3 4 6) :digitsToNumber 346 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 300 40 6) math:sum 346}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5536 a r:Inference; - r:gives { - (6 4 3 0) :digitsToNumber 6430 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 400 30 0) math:sum 6430}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5537 a r:Inference; - r:gives { - 3047 :numberToDigits (3 0 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3047 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3047 1000) math:remainder 47}] - [ a r:Fact; r:gives {(47 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(47 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3047]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5538 a r:Inference; - r:gives { - (0 3 4 7) :digitsToNumber 347 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 300 40 7) math:sum 347}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5539 a r:Inference; - r:gives { - (7 4 3 0) :digitsToNumber 7430 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 400 30 0) math:sum 7430}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5540 a r:Inference; - r:gives { - 3048 :numberToDigits (3 0 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3048 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3048 1000) math:remainder 48}] - [ a r:Fact; r:gives {(48 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(48 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3048]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5541 a r:Inference; - r:gives { - (0 3 4 8) :digitsToNumber 348 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 300 40 8) math:sum 348}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5542 a r:Inference; - r:gives { - (8 4 3 0) :digitsToNumber 8430 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 400 30 0) math:sum 8430}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5543 a r:Inference; - r:gives { - 3049 :numberToDigits (3 0 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3049 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3049 1000) math:remainder 49}] - [ a r:Fact; r:gives {(49 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(49 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3049]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5544 a r:Inference; - r:gives { - (0 3 4 9) :digitsToNumber 349 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(0 300 40 9) math:sum 349}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5545 a r:Inference; - r:gives { - (9 4 3 0) :digitsToNumber 9430 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 400 30 0) math:sum 9430}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5546 a r:Inference; - r:gives { - 3050 :numberToDigits (3 0 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3050 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3050 1000) math:remainder 50}] - [ a r:Fact; r:gives {(50 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(50 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3050]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5547 a r:Inference; - r:gives { - 3051 :numberToDigits (3 0 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3051 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3051 1000) math:remainder 51}] - [ a r:Fact; r:gives {(51 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(51 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3051]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5548 a r:Inference; - r:gives { - 3052 :numberToDigits (3 0 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3052 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3052 1000) math:remainder 52}] - [ a r:Fact; r:gives {(52 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(52 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3052]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5549 a r:Inference; - r:gives { - 3053 :numberToDigits (3 0 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3053 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3053 1000) math:remainder 53}] - [ a r:Fact; r:gives {(53 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(53 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3053]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5550 a r:Inference; - r:gives { - 3054 :numberToDigits (3 0 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3054 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3054 1000) math:remainder 54}] - [ a r:Fact; r:gives {(54 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(54 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3054]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5551 a r:Inference; - r:gives { - 3055 :numberToDigits (3 0 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3055 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3055 1000) math:remainder 55}] - [ a r:Fact; r:gives {(55 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(55 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3055]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5552 a r:Inference; - r:gives { - (0 3 5 5) :digitsToNumber 355 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 300 50 5) math:sum 355}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma5553 a r:Inference; - r:gives { - (5 5 3 0) :digitsToNumber 5530 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 500 30 0) math:sum 5530}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5554 a r:Inference; - r:gives { - 3056 :numberToDigits (3 0 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3056 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3056 1000) math:remainder 56}] - [ a r:Fact; r:gives {(56 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(56 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3056]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5555 a r:Inference; - r:gives { - (0 3 5 6) :digitsToNumber 356 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 300 50 6) math:sum 356}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5556 a r:Inference; - r:gives { - (6 5 3 0) :digitsToNumber 6530 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 500 30 0) math:sum 6530}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5557 a r:Inference; - r:gives { - 3057 :numberToDigits (3 0 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3057 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3057 1000) math:remainder 57}] - [ a r:Fact; r:gives {(57 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(57 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3057]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5558 a r:Inference; - r:gives { - (0 3 5 7) :digitsToNumber 357 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 300 50 7) math:sum 357}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5559 a r:Inference; - r:gives { - (7 5 3 0) :digitsToNumber 7530 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 500 30 0) math:sum 7530}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5560 a r:Inference; - r:gives { - 3058 :numberToDigits (3 0 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3058 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3058 1000) math:remainder 58}] - [ a r:Fact; r:gives {(58 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(58 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3058]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5561 a r:Inference; - r:gives { - (0 3 5 8) :digitsToNumber 358 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 300 50 8) math:sum 358}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5562 a r:Inference; - r:gives { - (8 5 3 0) :digitsToNumber 8530 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 500 30 0) math:sum 8530}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5563 a r:Inference; - r:gives { - 3059 :numberToDigits (3 0 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3059 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3059 1000) math:remainder 59}] - [ a r:Fact; r:gives {(59 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(59 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3059]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5564 a r:Inference; - r:gives { - (0 3 5 9) :digitsToNumber 359 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(0 300 50 9) math:sum 359}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5565 a r:Inference; - r:gives { - (9 5 3 0) :digitsToNumber 9530 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 500 30 0) math:sum 9530}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5566 a r:Inference; - r:gives { - 3060 :numberToDigits (3 0 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3060 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3060 1000) math:remainder 60}] - [ a r:Fact; r:gives {(60 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(60 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3060]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5567 a r:Inference; - r:gives { - 3061 :numberToDigits (3 0 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3061 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3061 1000) math:remainder 61}] - [ a r:Fact; r:gives {(61 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(61 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3061]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5568 a r:Inference; - r:gives { - 3062 :numberToDigits (3 0 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3062 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3062 1000) math:remainder 62}] - [ a r:Fact; r:gives {(62 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(62 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3062]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5569 a r:Inference; - r:gives { - 3063 :numberToDigits (3 0 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3063 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3063 1000) math:remainder 63}] - [ a r:Fact; r:gives {(63 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(63 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3063]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5570 a r:Inference; - r:gives { - 3064 :numberToDigits (3 0 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3064 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3064 1000) math:remainder 64}] - [ a r:Fact; r:gives {(64 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(64 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3064]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5571 a r:Inference; - r:gives { - 3065 :numberToDigits (3 0 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3065 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3065 1000) math:remainder 65}] - [ a r:Fact; r:gives {(65 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(65 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3065]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5572 a r:Inference; - r:gives { - 3066 :numberToDigits (3 0 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3066 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3066 1000) math:remainder 66}] - [ a r:Fact; r:gives {(66 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(66 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3066]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5573 a r:Inference; - r:gives { - (0 3 6 6) :digitsToNumber 366 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 300 60 6) math:sum 366}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5574 a r:Inference; - r:gives { - (6 6 3 0) :digitsToNumber 6630 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 600 30 0) math:sum 6630}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5575 a r:Inference; - r:gives { - 3067 :numberToDigits (3 0 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3067 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3067 1000) math:remainder 67}] - [ a r:Fact; r:gives {(67 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(67 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3067]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5576 a r:Inference; - r:gives { - (0 3 6 7) :digitsToNumber 367 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 300 60 7) math:sum 367}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5577 a r:Inference; - r:gives { - (7 6 3 0) :digitsToNumber 7630 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 600 30 0) math:sum 7630}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5578 a r:Inference; - r:gives { - 3068 :numberToDigits (3 0 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3068 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3068 1000) math:remainder 68}] - [ a r:Fact; r:gives {(68 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(68 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3068]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5579 a r:Inference; - r:gives { - (0 3 6 8) :digitsToNumber 368 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 300 60 8) math:sum 368}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5580 a r:Inference; - r:gives { - (8 6 3 0) :digitsToNumber 8630 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 600 30 0) math:sum 8630}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5581 a r:Inference; - r:gives { - 3069 :numberToDigits (3 0 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3069 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3069 1000) math:remainder 69}] - [ a r:Fact; r:gives {(69 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(69 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3069]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5582 a r:Inference; - r:gives { - (0 3 6 9) :digitsToNumber 369 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(0 300 60 9) math:sum 369}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5583 a r:Inference; - r:gives { - (9 6 3 0) :digitsToNumber 9630 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 600 30 0) math:sum 9630}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5584 a r:Inference; - r:gives { - 3070 :numberToDigits (3 0 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3070 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3070 1000) math:remainder 70}] - [ a r:Fact; r:gives {(70 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(70 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3070]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5585 a r:Inference; - r:gives { - 3071 :numberToDigits (3 0 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3071 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3071 1000) math:remainder 71}] - [ a r:Fact; r:gives {(71 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(71 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3071]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5586 a r:Inference; - r:gives { - 3072 :numberToDigits (3 0 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3072 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3072 1000) math:remainder 72}] - [ a r:Fact; r:gives {(72 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(72 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3072]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5587 a r:Inference; - r:gives { - 3073 :numberToDigits (3 0 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3073 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3073 1000) math:remainder 73}] - [ a r:Fact; r:gives {(73 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(73 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3073]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5588 a r:Inference; - r:gives { - 3074 :numberToDigits (3 0 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3074 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3074 1000) math:remainder 74}] - [ a r:Fact; r:gives {(74 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(74 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3074]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5589 a r:Inference; - r:gives { - 3075 :numberToDigits (3 0 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3075 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3075 1000) math:remainder 75}] - [ a r:Fact; r:gives {(75 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(75 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3075]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5590 a r:Inference; - r:gives { - 3076 :numberToDigits (3 0 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3076 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3076 1000) math:remainder 76}] - [ a r:Fact; r:gives {(76 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(76 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3076]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5591 a r:Inference; - r:gives { - 3077 :numberToDigits (3 0 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3077 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3077 1000) math:remainder 77}] - [ a r:Fact; r:gives {(77 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(77 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3077]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5592 a r:Inference; - r:gives { - (0 3 7 7) :digitsToNumber 377 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 300 70 7) math:sum 377}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5593 a r:Inference; - r:gives { - (7 7 3 0) :digitsToNumber 7730 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 700 30 0) math:sum 7730}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5594 a r:Inference; - r:gives { - 3078 :numberToDigits (3 0 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3078 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3078 1000) math:remainder 78}] - [ a r:Fact; r:gives {(78 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(78 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3078]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5595 a r:Inference; - r:gives { - (0 3 7 8) :digitsToNumber 378 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 300 70 8) math:sum 378}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5596 a r:Inference; - r:gives { - (8 7 3 0) :digitsToNumber 8730 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 700 30 0) math:sum 8730}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5597 a r:Inference; - r:gives { - 3079 :numberToDigits (3 0 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3079 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3079 1000) math:remainder 79}] - [ a r:Fact; r:gives {(79 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(79 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3079]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5598 a r:Inference; - r:gives { - (0 3 7 9) :digitsToNumber 379 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(0 300 70 9) math:sum 379}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5599 a r:Inference; - r:gives { - (9 7 3 0) :digitsToNumber 9730 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 700 30 0) math:sum 9730}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5600 a r:Inference; - r:gives { - 3080 :numberToDigits (3 0 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3080 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3080 1000) math:remainder 80}] - [ a r:Fact; r:gives {(80 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(80 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3080]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5601 a r:Inference; - r:gives { - 3081 :numberToDigits (3 0 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3081 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3081 1000) math:remainder 81}] - [ a r:Fact; r:gives {(81 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(81 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3081]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5602 a r:Inference; - r:gives { - 3082 :numberToDigits (3 0 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3082 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3082 1000) math:remainder 82}] - [ a r:Fact; r:gives {(82 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(82 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3082]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5603 a r:Inference; - r:gives { - 3083 :numberToDigits (3 0 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3083 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3083 1000) math:remainder 83}] - [ a r:Fact; r:gives {(83 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(83 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3083]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5604 a r:Inference; - r:gives { - 3084 :numberToDigits (3 0 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3084 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3084 1000) math:remainder 84}] - [ a r:Fact; r:gives {(84 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(84 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3084]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5605 a r:Inference; - r:gives { - 3085 :numberToDigits (3 0 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3085 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3085 1000) math:remainder 85}] - [ a r:Fact; r:gives {(85 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(85 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3085]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5606 a r:Inference; - r:gives { - 3086 :numberToDigits (3 0 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3086 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3086 1000) math:remainder 86}] - [ a r:Fact; r:gives {(86 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(86 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3086]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5607 a r:Inference; - r:gives { - 3087 :numberToDigits (3 0 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3087 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3087 1000) math:remainder 87}] - [ a r:Fact; r:gives {(87 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(87 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3087]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5608 a r:Inference; - r:gives { - 3088 :numberToDigits (3 0 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3088 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3088 1000) math:remainder 88}] - [ a r:Fact; r:gives {(88 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(88 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3088]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5609 a r:Inference; - r:gives { - (0 3 8 8) :digitsToNumber 388 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 300 80 8) math:sum 388}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5610 a r:Inference; - r:gives { - (8 8 3 0) :digitsToNumber 8830 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 800 30 0) math:sum 8830}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5611 a r:Inference; - r:gives { - 3089 :numberToDigits (3 0 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3089 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3089 1000) math:remainder 89}] - [ a r:Fact; r:gives {(89 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(89 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3089]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5612 a r:Inference; - r:gives { - (0 3 8 9) :digitsToNumber 389 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(0 300 80 9) math:sum 389}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5613 a r:Inference; - r:gives { - (9 8 3 0) :digitsToNumber 9830 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 800 30 0) math:sum 9830}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5614 a r:Inference; - r:gives { - 3090 :numberToDigits (3 0 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3090 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3090 1000) math:remainder 90}] - [ a r:Fact; r:gives {(90 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(90 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3090]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5615 a r:Inference; - r:gives { - 3091 :numberToDigits (3 0 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3091 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3091 1000) math:remainder 91}] - [ a r:Fact; r:gives {(91 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(91 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3091]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5616 a r:Inference; - r:gives { - 3092 :numberToDigits (3 0 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3092 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3092 1000) math:remainder 92}] - [ a r:Fact; r:gives {(92 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(92 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3092]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5617 a r:Inference; - r:gives { - 3093 :numberToDigits (3 0 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3093 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3093 1000) math:remainder 93}] - [ a r:Fact; r:gives {(93 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(93 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3093]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5618 a r:Inference; - r:gives { - 3094 :numberToDigits (3 0 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3094 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3094 1000) math:remainder 94}] - [ a r:Fact; r:gives {(94 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(94 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3094]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5619 a r:Inference; - r:gives { - 3095 :numberToDigits (3 0 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3095 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3095 1000) math:remainder 95}] - [ a r:Fact; r:gives {(95 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(95 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3095]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5620 a r:Inference; - r:gives { - 3096 :numberToDigits (3 0 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3096 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3096 1000) math:remainder 96}] - [ a r:Fact; r:gives {(96 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(96 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3096]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5621 a r:Inference; - r:gives { - 3097 :numberToDigits (3 0 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3097 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3097 1000) math:remainder 97}] - [ a r:Fact; r:gives {(97 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(97 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3097]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5622 a r:Inference; - r:gives { - 3098 :numberToDigits (3 0 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3098 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3098 1000) math:remainder 98}] - [ a r:Fact; r:gives {(98 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(98 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3098]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5623 a r:Inference; - r:gives { - 3099 :numberToDigits (3 0 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3099 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3099 1000) math:remainder 99}] - [ a r:Fact; r:gives {(99 100) math:integerQuotient 0}] - [ a r:Fact; r:gives {(99 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3099]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5624 a r:Inference; - r:gives { - (0 3 9 9) :digitsToNumber 399 . - }; - r:evidence ( - [ a r:Fact; r:gives {(0 1000) math:product 0}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(0 300 90 9) math:sum 399}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5625 a r:Inference; - r:gives { - (9 9 3 0) :digitsToNumber 9930 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 900 30 0) math:sum 9930}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6764. - -skolem:lemma5626 a r:Inference; - r:gives { - 3100 :numberToDigits (3 1 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3100 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3100 1000) math:remainder 100}] - [ a r:Fact; r:gives {(100 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(100 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5627 a r:Inference; - r:gives { - 3101 :numberToDigits (3 1 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3101 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3101 1000) math:remainder 101}] - [ a r:Fact; r:gives {(101 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(101 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 101]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5628 a r:Inference; - r:gives { - 3102 :numberToDigits (3 1 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3102 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3102 1000) math:remainder 102}] - [ a r:Fact; r:gives {(102 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(102 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 102]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5629 a r:Inference; - r:gives { - 3103 :numberToDigits (3 1 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3103 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3103 1000) math:remainder 103}] - [ a r:Fact; r:gives {(103 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(103 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 103]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5630 a r:Inference; - r:gives { - 3104 :numberToDigits (3 1 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3104 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3104 1000) math:remainder 104}] - [ a r:Fact; r:gives {(104 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(104 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 104]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5631 a r:Inference; - r:gives { - 3105 :numberToDigits (3 1 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3105 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3105 1000) math:remainder 105}] - [ a r:Fact; r:gives {(105 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(105 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 105]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5632 a r:Inference; - r:gives { - 3106 :numberToDigits (3 1 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3106 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3106 1000) math:remainder 106}] - [ a r:Fact; r:gives {(106 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(106 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 106]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5633 a r:Inference; - r:gives { - 3107 :numberToDigits (3 1 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3107 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3107 1000) math:remainder 107}] - [ a r:Fact; r:gives {(107 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(107 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 107]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5634 a r:Inference; - r:gives { - 3108 :numberToDigits (3 1 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3108 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3108 1000) math:remainder 108}] - [ a r:Fact; r:gives {(108 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(108 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 108]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5635 a r:Inference; - r:gives { - 3109 :numberToDigits (3 1 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3109 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3109 1000) math:remainder 109}] - [ a r:Fact; r:gives {(109 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(109 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 109]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5636 a r:Inference; - r:gives { - 3110 :numberToDigits (3 1 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3110 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3110 1000) math:remainder 110}] - [ a r:Fact; r:gives {(110 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(110 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 110]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5637 a r:Inference; - r:gives { - 3111 :numberToDigits (3 1 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3111 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3111 1000) math:remainder 111}] - [ a r:Fact; r:gives {(111 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(111 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5638 a r:Inference; - r:gives { - (1 1 1 3) :digitsToNumber 1113 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(1000 100 10 3) math:sum 1113}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5639 a r:Inference; - r:gives { - (3 1 1 1) :digitsToNumber 3111 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(3000 100 10 1) math:sum 3111}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3111]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5640 a r:Inference; - r:gives { - 3112 :numberToDigits (3 1 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3112 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3112 1000) math:remainder 112}] - [ a r:Fact; r:gives {(112 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(112 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 112]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5641 a r:Inference; - r:gives { - 3113 :numberToDigits (3 1 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3113 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3113 1000) math:remainder 113}] - [ a r:Fact; r:gives {(113 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(113 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 113]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5642 a r:Inference; - r:gives { - (1 1 3 3) :digitsToNumber 1133 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 3) math:sum 1133}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5643 a r:Inference; - r:gives { - (3 3 1 1) :digitsToNumber 3311 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(3000 300 10 1) math:sum 3311}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5644 a r:Inference; - r:gives { - 3114 :numberToDigits (3 1 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3114 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3114 1000) math:remainder 114}] - [ a r:Fact; r:gives {(114 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(114 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 114]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5645 a r:Inference; - r:gives { - (1 1 3 4) :digitsToNumber 1134 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 4) math:sum 1134}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma5646 a r:Inference; - r:gives { - (4 3 1 1) :digitsToNumber 4311 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(4000 300 10 1) math:sum 4311}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5647 a r:Inference; - r:gives { - 3115 :numberToDigits (3 1 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3115 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3115 1000) math:remainder 115}] - [ a r:Fact; r:gives {(115 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(115 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 115]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5648 a r:Inference; - r:gives { - (1 1 3 5) :digitsToNumber 1135 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 5) math:sum 1135}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma5649 a r:Inference; - r:gives { - (5 3 1 1) :digitsToNumber 5311 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(5000 300 10 1) math:sum 5311}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5650 a r:Inference; - r:gives { - 3116 :numberToDigits (3 1 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3116 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3116 1000) math:remainder 116}] - [ a r:Fact; r:gives {(116 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(116 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 116]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5651 a r:Inference; - r:gives { - (1 1 3 6) :digitsToNumber 1136 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 6) math:sum 1136}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5652 a r:Inference; - r:gives { - (6 3 1 1) :digitsToNumber 6311 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(6000 300 10 1) math:sum 6311}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5653 a r:Inference; - r:gives { - 3117 :numberToDigits (3 1 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3117 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3117 1000) math:remainder 117}] - [ a r:Fact; r:gives {(117 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(117 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 117]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5654 a r:Inference; - r:gives { - (1 1 3 7) :digitsToNumber 1137 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 7) math:sum 1137}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5655 a r:Inference; - r:gives { - (7 3 1 1) :digitsToNumber 7311 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(7000 300 10 1) math:sum 7311}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5656 a r:Inference; - r:gives { - 3118 :numberToDigits (3 1 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3118 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3118 1000) math:remainder 118}] - [ a r:Fact; r:gives {(118 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(118 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 118]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5657 a r:Inference; - r:gives { - (1 1 3 8) :digitsToNumber 1138 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 8) math:sum 1138}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5658 a r:Inference; - r:gives { - (8 3 1 1) :digitsToNumber 8311 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(8000 300 10 1) math:sum 8311}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5659 a r:Inference; - r:gives { - 3119 :numberToDigits (3 1 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3119 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3119 1000) math:remainder 119}] - [ a r:Fact; r:gives {(119 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(119 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 119]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5660 a r:Inference; - r:gives { - (1 1 3 9) :digitsToNumber 1139 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(1 100) math:product 100}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 100 30 9) math:sum 1139}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 100]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5661 a r:Inference; - r:gives { - (9 3 1 1) :digitsToNumber 9311 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(1 10) math:product 10}] - [ a r:Fact; r:gives {(9000 300 10 1) math:sum 9311}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5662 a r:Inference; - r:gives { - 3120 :numberToDigits (3 1 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3120 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3120 1000) math:remainder 120}] - [ a r:Fact; r:gives {(120 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(120 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 120]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5663 a r:Inference; - r:gives { - 3121 :numberToDigits (3 1 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3121 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3121 1000) math:remainder 121}] - [ a r:Fact; r:gives {(121 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(121 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 121]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5664 a r:Inference; - r:gives { - 3122 :numberToDigits (3 1 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3122 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3122 1000) math:remainder 122}] - [ a r:Fact; r:gives {(122 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(122 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 122]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5665 a r:Inference; - r:gives { - 3123 :numberToDigits (3 1 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3123 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3123 1000) math:remainder 123}] - [ a r:Fact; r:gives {(123 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(123 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 123]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5666 a r:Inference; - r:gives { - 3124 :numberToDigits (3 1 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3124 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3124 1000) math:remainder 124}] - [ a r:Fact; r:gives {(124 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(124 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 124]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5667 a r:Inference; - r:gives { - 3125 :numberToDigits (3 1 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3125 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3125 1000) math:remainder 125}] - [ a r:Fact; r:gives {(125 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(125 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 125]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5668 a r:Inference; - r:gives { - 3126 :numberToDigits (3 1 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3126 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3126 1000) math:remainder 126}] - [ a r:Fact; r:gives {(126 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(126 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 126]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5669 a r:Inference; - r:gives { - 3127 :numberToDigits (3 1 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3127 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3127 1000) math:remainder 127}] - [ a r:Fact; r:gives {(127 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(127 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 127]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5670 a r:Inference; - r:gives { - 3128 :numberToDigits (3 1 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3128 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3128 1000) math:remainder 128}] - [ a r:Fact; r:gives {(128 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(128 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 128]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5671 a r:Inference; - r:gives { - 3129 :numberToDigits (3 1 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3129 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3129 1000) math:remainder 129}] - [ a r:Fact; r:gives {(129 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(129 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 129]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5672 a r:Inference; - r:gives { - 3130 :numberToDigits (3 1 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3130 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3130 1000) math:remainder 130}] - [ a r:Fact; r:gives {(130 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(130 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 130]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5673 a r:Inference; - r:gives { - 3131 :numberToDigits (3 1 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3131 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3131 1000) math:remainder 131}] - [ a r:Fact; r:gives {(131 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(131 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 131]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5674 a r:Inference; - r:gives { - 3132 :numberToDigits (3 1 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3132 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3132 1000) math:remainder 132}] - [ a r:Fact; r:gives {(132 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(132 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 132]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5675 a r:Inference; - r:gives { - 3133 :numberToDigits (3 1 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3133 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3133 1000) math:remainder 133}] - [ a r:Fact; r:gives {(133 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(133 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 133]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5676 a r:Inference; - r:gives { - (1 3 3 3) :digitsToNumber 1333 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 3) math:sum 1333}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5677 a r:Inference; - r:gives { - (3 3 3 1) :digitsToNumber 3331 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(3000 300 30 1) math:sum 3331}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5678 a r:Inference; - r:gives { - 3134 :numberToDigits (3 1 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3134 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3134 1000) math:remainder 134}] - [ a r:Fact; r:gives {(134 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(134 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 134]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5679 a r:Inference; - r:gives { - (1 3 3 4) :digitsToNumber 1334 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 4) math:sum 1334}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma5680 a r:Inference; - r:gives { - (4 3 3 1) :digitsToNumber 4331 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(4000 300 30 1) math:sum 4331}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5681 a r:Inference; - r:gives { - 3135 :numberToDigits (3 1 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3135 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3135 1000) math:remainder 135}] - [ a r:Fact; r:gives {(135 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(135 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 135]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5682 a r:Inference; - r:gives { - (1 3 3 5) :digitsToNumber 1335 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 5) math:sum 1335}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma5683 a r:Inference; - r:gives { - (5 3 3 1) :digitsToNumber 5331 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 300 30 1) math:sum 5331}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5684 a r:Inference; - r:gives { - 3136 :numberToDigits (3 1 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3136 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3136 1000) math:remainder 136}] - [ a r:Fact; r:gives {(136 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(136 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 136]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5685 a r:Inference; - r:gives { - (1 3 3 6) :digitsToNumber 1336 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 6) math:sum 1336}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5686 a r:Inference; - r:gives { - (6 3 3 1) :digitsToNumber 6331 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 300 30 1) math:sum 6331}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5687 a r:Inference; - r:gives { - 3137 :numberToDigits (3 1 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3137 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3137 1000) math:remainder 137}] - [ a r:Fact; r:gives {(137 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(137 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 137]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5688 a r:Inference; - r:gives { - (1 3 3 7) :digitsToNumber 1337 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 7) math:sum 1337}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5689 a r:Inference; - r:gives { - (7 3 3 1) :digitsToNumber 7331 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 300 30 1) math:sum 7331}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5690 a r:Inference; - r:gives { - 3138 :numberToDigits (3 1 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3138 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3138 1000) math:remainder 138}] - [ a r:Fact; r:gives {(138 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(138 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 138]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5691 a r:Inference; - r:gives { - (1 3 3 8) :digitsToNumber 1338 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 8) math:sum 1338}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5692 a r:Inference; - r:gives { - (8 3 3 1) :digitsToNumber 8331 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 300 30 1) math:sum 8331}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5693 a r:Inference; - r:gives { - 3139 :numberToDigits (3 1 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3139 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3139 1000) math:remainder 139}] - [ a r:Fact; r:gives {(139 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(139 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 139]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5694 a r:Inference; - r:gives { - (1 3 3 9) :digitsToNumber 1339 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(1000 300 30 9) math:sum 1339}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5695 a r:Inference; - r:gives { - (9 3 3 1) :digitsToNumber 9331 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 300 30 1) math:sum 9331}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5696 a r:Inference; - r:gives { - 3140 :numberToDigits (3 1 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3140 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3140 1000) math:remainder 140}] - [ a r:Fact; r:gives {(140 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(140 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 140]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5697 a r:Inference; - r:gives { - 3141 :numberToDigits (3 1 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3141 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3141 1000) math:remainder 141}] - [ a r:Fact; r:gives {(141 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(141 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 141]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5698 a r:Inference; - r:gives { - 3142 :numberToDigits (3 1 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3142 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3142 1000) math:remainder 142}] - [ a r:Fact; r:gives {(142 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(142 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 142]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5699 a r:Inference; - r:gives { - 3143 :numberToDigits (3 1 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3143 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3143 1000) math:remainder 143}] - [ a r:Fact; r:gives {(143 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(143 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 143]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5700 a r:Inference; - r:gives { - 3144 :numberToDigits (3 1 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3144 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3144 1000) math:remainder 144}] - [ a r:Fact; r:gives {(144 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(144 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 144]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5701 a r:Inference; - r:gives { - (1 3 4 4) :digitsToNumber 1344 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 300 40 4) math:sum 1344}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma5702 a r:Inference; - r:gives { - (4 4 3 1) :digitsToNumber 4431 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(4000 400 30 1) math:sum 4431}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5703 a r:Inference; - r:gives { - 3145 :numberToDigits (3 1 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3145 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3145 1000) math:remainder 145}] - [ a r:Fact; r:gives {(145 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(145 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 145]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5704 a r:Inference; - r:gives { - (1 3 4 5) :digitsToNumber 1345 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 300 40 5) math:sum 1345}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma5705 a r:Inference; - r:gives { - (5 4 3 1) :digitsToNumber 5431 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 400 30 1) math:sum 5431}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5706 a r:Inference; - r:gives { - 3146 :numberToDigits (3 1 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3146 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3146 1000) math:remainder 146}] - [ a r:Fact; r:gives {(146 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(146 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 146]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5707 a r:Inference; - r:gives { - (1 3 4 6) :digitsToNumber 1346 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 300 40 6) math:sum 1346}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5708 a r:Inference; - r:gives { - (6 4 3 1) :digitsToNumber 6431 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 400 30 1) math:sum 6431}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5709 a r:Inference; - r:gives { - 3147 :numberToDigits (3 1 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3147 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3147 1000) math:remainder 147}] - [ a r:Fact; r:gives {(147 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(147 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 147]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5710 a r:Inference; - r:gives { - (1 3 4 7) :digitsToNumber 1347 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 300 40 7) math:sum 1347}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5711 a r:Inference; - r:gives { - (7 4 3 1) :digitsToNumber 7431 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 400 30 1) math:sum 7431}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5712 a r:Inference; - r:gives { - 3148 :numberToDigits (3 1 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3148 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3148 1000) math:remainder 148}] - [ a r:Fact; r:gives {(148 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(148 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 148]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5713 a r:Inference; - r:gives { - (1 3 4 8) :digitsToNumber 1348 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 300 40 8) math:sum 1348}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5714 a r:Inference; - r:gives { - (8 4 3 1) :digitsToNumber 8431 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 400 30 1) math:sum 8431}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5715 a r:Inference; - r:gives { - 3149 :numberToDigits (3 1 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3149 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3149 1000) math:remainder 149}] - [ a r:Fact; r:gives {(149 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(149 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 149]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5716 a r:Inference; - r:gives { - (1 3 4 9) :digitsToNumber 1349 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(1000 300 40 9) math:sum 1349}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5717 a r:Inference; - r:gives { - (9 4 3 1) :digitsToNumber 9431 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 400 30 1) math:sum 9431}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5718 a r:Inference; - r:gives { - 3150 :numberToDigits (3 1 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3150 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3150 1000) math:remainder 150}] - [ a r:Fact; r:gives {(150 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(150 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 150]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5719 a r:Inference; - r:gives { - 3151 :numberToDigits (3 1 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3151 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3151 1000) math:remainder 151}] - [ a r:Fact; r:gives {(151 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(151 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 151]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5720 a r:Inference; - r:gives { - 3152 :numberToDigits (3 1 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3152 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3152 1000) math:remainder 152}] - [ a r:Fact; r:gives {(152 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(152 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 152]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5721 a r:Inference; - r:gives { - 3153 :numberToDigits (3 1 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3153 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3153 1000) math:remainder 153}] - [ a r:Fact; r:gives {(153 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(153 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 153]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5722 a r:Inference; - r:gives { - 3154 :numberToDigits (3 1 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3154 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3154 1000) math:remainder 154}] - [ a r:Fact; r:gives {(154 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(154 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 154]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5723 a r:Inference; - r:gives { - 3155 :numberToDigits (3 1 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3155 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3155 1000) math:remainder 155}] - [ a r:Fact; r:gives {(155 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(155 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 155]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5724 a r:Inference; - r:gives { - (1 3 5 5) :digitsToNumber 1355 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 300 50 5) math:sum 1355}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma5725 a r:Inference; - r:gives { - (5 5 3 1) :digitsToNumber 5531 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 500 30 1) math:sum 5531}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5726 a r:Inference; - r:gives { - 3156 :numberToDigits (3 1 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3156 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3156 1000) math:remainder 156}] - [ a r:Fact; r:gives {(156 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(156 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 156]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5727 a r:Inference; - r:gives { - (1 3 5 6) :digitsToNumber 1356 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 300 50 6) math:sum 1356}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5728 a r:Inference; - r:gives { - (6 5 3 1) :digitsToNumber 6531 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 500 30 1) math:sum 6531}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5729 a r:Inference; - r:gives { - 3157 :numberToDigits (3 1 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3157 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3157 1000) math:remainder 157}] - [ a r:Fact; r:gives {(157 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(157 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 157]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5730 a r:Inference; - r:gives { - (1 3 5 7) :digitsToNumber 1357 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 300 50 7) math:sum 1357}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5731 a r:Inference; - r:gives { - (7 5 3 1) :digitsToNumber 7531 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 500 30 1) math:sum 7531}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5732 a r:Inference; - r:gives { - 3158 :numberToDigits (3 1 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3158 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3158 1000) math:remainder 158}] - [ a r:Fact; r:gives {(158 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(158 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 158]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5733 a r:Inference; - r:gives { - (1 3 5 8) :digitsToNumber 1358 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 300 50 8) math:sum 1358}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5734 a r:Inference; - r:gives { - (8 5 3 1) :digitsToNumber 8531 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 500 30 1) math:sum 8531}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5735 a r:Inference; - r:gives { - 3159 :numberToDigits (3 1 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3159 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3159 1000) math:remainder 159}] - [ a r:Fact; r:gives {(159 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(159 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 159]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5736 a r:Inference; - r:gives { - (1 3 5 9) :digitsToNumber 1359 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(1000 300 50 9) math:sum 1359}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5737 a r:Inference; - r:gives { - (9 5 3 1) :digitsToNumber 9531 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 500 30 1) math:sum 9531}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5738 a r:Inference; - r:gives { - 3160 :numberToDigits (3 1 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3160 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3160 1000) math:remainder 160}] - [ a r:Fact; r:gives {(160 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(160 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 160]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5739 a r:Inference; - r:gives { - 3161 :numberToDigits (3 1 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3161 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3161 1000) math:remainder 161}] - [ a r:Fact; r:gives {(161 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(161 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 161]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5740 a r:Inference; - r:gives { - 3162 :numberToDigits (3 1 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3162 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3162 1000) math:remainder 162}] - [ a r:Fact; r:gives {(162 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(162 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 162]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5741 a r:Inference; - r:gives { - 3163 :numberToDigits (3 1 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3163 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3163 1000) math:remainder 163}] - [ a r:Fact; r:gives {(163 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(163 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 163]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5742 a r:Inference; - r:gives { - 3164 :numberToDigits (3 1 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3164 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3164 1000) math:remainder 164}] - [ a r:Fact; r:gives {(164 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(164 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 164]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5743 a r:Inference; - r:gives { - 3165 :numberToDigits (3 1 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3165 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3165 1000) math:remainder 165}] - [ a r:Fact; r:gives {(165 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(165 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 165]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5744 a r:Inference; - r:gives { - 3166 :numberToDigits (3 1 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3166 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3166 1000) math:remainder 166}] - [ a r:Fact; r:gives {(166 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(166 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 166]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5745 a r:Inference; - r:gives { - (1 3 6 6) :digitsToNumber 1366 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 300 60 6) math:sum 1366}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5746 a r:Inference; - r:gives { - (6 6 3 1) :digitsToNumber 6631 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 600 30 1) math:sum 6631}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5747 a r:Inference; - r:gives { - 3167 :numberToDigits (3 1 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3167 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3167 1000) math:remainder 167}] - [ a r:Fact; r:gives {(167 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(167 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 167]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5748 a r:Inference; - r:gives { - (1 3 6 7) :digitsToNumber 1367 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 300 60 7) math:sum 1367}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5749 a r:Inference; - r:gives { - (7 6 3 1) :digitsToNumber 7631 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 600 30 1) math:sum 7631}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5750 a r:Inference; - r:gives { - 3168 :numberToDigits (3 1 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3168 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3168 1000) math:remainder 168}] - [ a r:Fact; r:gives {(168 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(168 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 168]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5751 a r:Inference; - r:gives { - (1 3 6 8) :digitsToNumber 1368 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 300 60 8) math:sum 1368}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5752 a r:Inference; - r:gives { - (8 6 3 1) :digitsToNumber 8631 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 600 30 1) math:sum 8631}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5753 a r:Inference; - r:gives { - 3169 :numberToDigits (3 1 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3169 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3169 1000) math:remainder 169}] - [ a r:Fact; r:gives {(169 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(169 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 169]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5754 a r:Inference; - r:gives { - (1 3 6 9) :digitsToNumber 1369 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(1000 300 60 9) math:sum 1369}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5755 a r:Inference; - r:gives { - (9 6 3 1) :digitsToNumber 9631 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 600 30 1) math:sum 9631}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5756 a r:Inference; - r:gives { - 3170 :numberToDigits (3 1 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3170 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3170 1000) math:remainder 170}] - [ a r:Fact; r:gives {(170 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(170 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 170]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5757 a r:Inference; - r:gives { - 3171 :numberToDigits (3 1 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3171 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3171 1000) math:remainder 171}] - [ a r:Fact; r:gives {(171 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(171 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 171]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5758 a r:Inference; - r:gives { - 3172 :numberToDigits (3 1 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3172 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3172 1000) math:remainder 172}] - [ a r:Fact; r:gives {(172 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(172 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 172]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5759 a r:Inference; - r:gives { - 3173 :numberToDigits (3 1 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3173 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3173 1000) math:remainder 173}] - [ a r:Fact; r:gives {(173 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(173 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 173]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5760 a r:Inference; - r:gives { - 3174 :numberToDigits (3 1 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3174 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3174 1000) math:remainder 174}] - [ a r:Fact; r:gives {(174 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(174 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 174]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5761 a r:Inference; - r:gives { - 3175 :numberToDigits (3 1 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3175 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3175 1000) math:remainder 175}] - [ a r:Fact; r:gives {(175 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(175 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 175]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5762 a r:Inference; - r:gives { - 3176 :numberToDigits (3 1 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3176 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3176 1000) math:remainder 176}] - [ a r:Fact; r:gives {(176 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(176 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 176]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5763 a r:Inference; - r:gives { - 3177 :numberToDigits (3 1 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3177 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3177 1000) math:remainder 177}] - [ a r:Fact; r:gives {(177 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(177 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 177]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5764 a r:Inference; - r:gives { - (1 3 7 7) :digitsToNumber 1377 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 300 70 7) math:sum 1377}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5765 a r:Inference; - r:gives { - (7 7 3 1) :digitsToNumber 7731 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 700 30 1) math:sum 7731}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5766 a r:Inference; - r:gives { - 3178 :numberToDigits (3 1 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3178 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3178 1000) math:remainder 178}] - [ a r:Fact; r:gives {(178 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(178 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 178]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5767 a r:Inference; - r:gives { - (1 3 7 8) :digitsToNumber 1378 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 300 70 8) math:sum 1378}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5768 a r:Inference; - r:gives { - (8 7 3 1) :digitsToNumber 8731 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 700 30 1) math:sum 8731}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5769 a r:Inference; - r:gives { - 3179 :numberToDigits (3 1 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3179 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3179 1000) math:remainder 179}] - [ a r:Fact; r:gives {(179 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(179 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 179]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5770 a r:Inference; - r:gives { - (1 3 7 9) :digitsToNumber 1379 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(1000 300 70 9) math:sum 1379}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5771 a r:Inference; - r:gives { - (9 7 3 1) :digitsToNumber 9731 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 700 30 1) math:sum 9731}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5772 a r:Inference; - r:gives { - 3180 :numberToDigits (3 1 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3180 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3180 1000) math:remainder 180}] - [ a r:Fact; r:gives {(180 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(180 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 180]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5773 a r:Inference; - r:gives { - 3181 :numberToDigits (3 1 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3181 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3181 1000) math:remainder 181}] - [ a r:Fact; r:gives {(181 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(181 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 181]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5774 a r:Inference; - r:gives { - 3182 :numberToDigits (3 1 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3182 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3182 1000) math:remainder 182}] - [ a r:Fact; r:gives {(182 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(182 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 182]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5775 a r:Inference; - r:gives { - 3183 :numberToDigits (3 1 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3183 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3183 1000) math:remainder 183}] - [ a r:Fact; r:gives {(183 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(183 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 183]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5776 a r:Inference; - r:gives { - 3184 :numberToDigits (3 1 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3184 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3184 1000) math:remainder 184}] - [ a r:Fact; r:gives {(184 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(184 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 184]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5777 a r:Inference; - r:gives { - 3185 :numberToDigits (3 1 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3185 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3185 1000) math:remainder 185}] - [ a r:Fact; r:gives {(185 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(185 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 185]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5778 a r:Inference; - r:gives { - 3186 :numberToDigits (3 1 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3186 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3186 1000) math:remainder 186}] - [ a r:Fact; r:gives {(186 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(186 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 186]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5779 a r:Inference; - r:gives { - 3187 :numberToDigits (3 1 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3187 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3187 1000) math:remainder 187}] - [ a r:Fact; r:gives {(187 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(187 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 187]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5780 a r:Inference; - r:gives { - 3188 :numberToDigits (3 1 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3188 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3188 1000) math:remainder 188}] - [ a r:Fact; r:gives {(188 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(188 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 188]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5781 a r:Inference; - r:gives { - (1 3 8 8) :digitsToNumber 1388 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 300 80 8) math:sum 1388}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5782 a r:Inference; - r:gives { - (8 8 3 1) :digitsToNumber 8831 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 800 30 1) math:sum 8831}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5783 a r:Inference; - r:gives { - 3189 :numberToDigits (3 1 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3189 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3189 1000) math:remainder 189}] - [ a r:Fact; r:gives {(189 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(189 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 189]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5784 a r:Inference; - r:gives { - (1 3 8 9) :digitsToNumber 1389 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(1000 300 80 9) math:sum 1389}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5785 a r:Inference; - r:gives { - (9 8 3 1) :digitsToNumber 9831 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 800 30 1) math:sum 9831}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5786 a r:Inference; - r:gives { - 3190 :numberToDigits (3 1 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3190 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3190 1000) math:remainder 190}] - [ a r:Fact; r:gives {(190 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(190 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 190]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5787 a r:Inference; - r:gives { - 3191 :numberToDigits (3 1 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3191 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3191 1000) math:remainder 191}] - [ a r:Fact; r:gives {(191 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(191 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 191]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5788 a r:Inference; - r:gives { - 3192 :numberToDigits (3 1 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3192 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3192 1000) math:remainder 192}] - [ a r:Fact; r:gives {(192 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(192 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 192]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5789 a r:Inference; - r:gives { - 3193 :numberToDigits (3 1 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3193 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3193 1000) math:remainder 193}] - [ a r:Fact; r:gives {(193 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(193 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 193]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5790 a r:Inference; - r:gives { - 3194 :numberToDigits (3 1 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3194 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3194 1000) math:remainder 194}] - [ a r:Fact; r:gives {(194 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(194 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 194]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5791 a r:Inference; - r:gives { - 3195 :numberToDigits (3 1 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3195 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3195 1000) math:remainder 195}] - [ a r:Fact; r:gives {(195 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(195 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 195]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5792 a r:Inference; - r:gives { - 3196 :numberToDigits (3 1 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3196 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3196 1000) math:remainder 196}] - [ a r:Fact; r:gives {(196 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(196 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 196]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5793 a r:Inference; - r:gives { - 3197 :numberToDigits (3 1 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3197 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3197 1000) math:remainder 197}] - [ a r:Fact; r:gives {(197 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(197 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 197]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5794 a r:Inference; - r:gives { - 3198 :numberToDigits (3 1 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3198 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3198 1000) math:remainder 198}] - [ a r:Fact; r:gives {(198 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(198 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 198]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5795 a r:Inference; - r:gives { - 3199 :numberToDigits (3 1 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3199 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3199 1000) math:remainder 199}] - [ a r:Fact; r:gives {(199 100) math:integerQuotient 1}] - [ a r:Fact; r:gives {(199 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 199]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5796 a r:Inference; - r:gives { - (1 3 9 9) :digitsToNumber 1399 . - }; - r:evidence ( - [ a r:Fact; r:gives {(1 1000) math:product 1000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(1000 300 90 9) math:sum 1399}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 1000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 1399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5797 a r:Inference; - r:gives { - (9 9 3 1) :digitsToNumber 9931 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 900 30 1) math:sum 9931}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6764. - -skolem:lemma5798 a r:Inference; - r:gives { - 3200 :numberToDigits (3 2 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3200 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3200 1000) math:remainder 200}] - [ a r:Fact; r:gives {(200 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(200 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 200]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5799 a r:Inference; - r:gives { - 3201 :numberToDigits (3 2 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3201 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3201 1000) math:remainder 201}] - [ a r:Fact; r:gives {(201 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(201 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 201]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5800 a r:Inference; - r:gives { - 3202 :numberToDigits (3 2 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3202 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3202 1000) math:remainder 202}] - [ a r:Fact; r:gives {(202 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(202 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 202]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5801 a r:Inference; - r:gives { - 3203 :numberToDigits (3 2 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3203 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3203 1000) math:remainder 203}] - [ a r:Fact; r:gives {(203 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(203 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 203]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5802 a r:Inference; - r:gives { - 3204 :numberToDigits (3 2 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3204 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3204 1000) math:remainder 204}] - [ a r:Fact; r:gives {(204 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(204 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 204]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5803 a r:Inference; - r:gives { - 3205 :numberToDigits (3 2 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3205 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3205 1000) math:remainder 205}] - [ a r:Fact; r:gives {(205 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(205 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 205]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5804 a r:Inference; - r:gives { - 3206 :numberToDigits (3 2 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3206 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3206 1000) math:remainder 206}] - [ a r:Fact; r:gives {(206 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(206 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 206]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5805 a r:Inference; - r:gives { - 3207 :numberToDigits (3 2 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3207 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3207 1000) math:remainder 207}] - [ a r:Fact; r:gives {(207 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(207 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 207]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5806 a r:Inference; - r:gives { - 3208 :numberToDigits (3 2 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3208 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3208 1000) math:remainder 208}] - [ a r:Fact; r:gives {(208 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(208 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 208]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5807 a r:Inference; - r:gives { - 3209 :numberToDigits (3 2 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3209 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3209 1000) math:remainder 209}] - [ a r:Fact; r:gives {(209 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(209 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 209]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5808 a r:Inference; - r:gives { - 3210 :numberToDigits (3 2 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3210 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3210 1000) math:remainder 210}] - [ a r:Fact; r:gives {(210 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(210 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 210]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5809 a r:Inference; - r:gives { - 3211 :numberToDigits (3 2 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3211 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3211 1000) math:remainder 211}] - [ a r:Fact; r:gives {(211 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(211 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 211]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5810 a r:Inference; - r:gives { - 3212 :numberToDigits (3 2 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3212 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3212 1000) math:remainder 212}] - [ a r:Fact; r:gives {(212 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(212 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 212]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5811 a r:Inference; - r:gives { - 3213 :numberToDigits (3 2 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3213 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3213 1000) math:remainder 213}] - [ a r:Fact; r:gives {(213 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(213 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 213]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5812 a r:Inference; - r:gives { - 3214 :numberToDigits (3 2 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3214 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3214 1000) math:remainder 214}] - [ a r:Fact; r:gives {(214 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(214 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 214]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5813 a r:Inference; - r:gives { - 3215 :numberToDigits (3 2 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3215 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3215 1000) math:remainder 215}] - [ a r:Fact; r:gives {(215 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(215 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 215]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5814 a r:Inference; - r:gives { - 3216 :numberToDigits (3 2 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3216 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3216 1000) math:remainder 216}] - [ a r:Fact; r:gives {(216 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(216 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 216]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5815 a r:Inference; - r:gives { - 3217 :numberToDigits (3 2 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3217 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3217 1000) math:remainder 217}] - [ a r:Fact; r:gives {(217 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(217 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 217]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5816 a r:Inference; - r:gives { - 3218 :numberToDigits (3 2 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3218 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3218 1000) math:remainder 218}] - [ a r:Fact; r:gives {(218 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(218 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 218]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5817 a r:Inference; - r:gives { - 3219 :numberToDigits (3 2 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3219 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3219 1000) math:remainder 219}] - [ a r:Fact; r:gives {(219 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(219 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 219]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5818 a r:Inference; - r:gives { - 3220 :numberToDigits (3 2 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3220 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3220 1000) math:remainder 220}] - [ a r:Fact; r:gives {(220 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(220 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 220]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5819 a r:Inference; - r:gives { - 3221 :numberToDigits (3 2 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3221 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3221 1000) math:remainder 221}] - [ a r:Fact; r:gives {(221 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(221 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 221]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5820 a r:Inference; - r:gives { - 3222 :numberToDigits (3 2 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3222 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3222 1000) math:remainder 222}] - [ a r:Fact; r:gives {(222 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(222 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 222]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5821 a r:Inference; - r:gives { - 3223 :numberToDigits (3 2 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3223 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3223 1000) math:remainder 223}] - [ a r:Fact; r:gives {(223 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(223 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 223]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5822 a r:Inference; - r:gives { - 3224 :numberToDigits (3 2 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3224 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3224 1000) math:remainder 224}] - [ a r:Fact; r:gives {(224 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(224 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 224]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5823 a r:Inference; - r:gives { - 3225 :numberToDigits (3 2 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3225 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3225 1000) math:remainder 225}] - [ a r:Fact; r:gives {(225 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(225 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 225]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5824 a r:Inference; - r:gives { - 3226 :numberToDigits (3 2 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3226 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3226 1000) math:remainder 226}] - [ a r:Fact; r:gives {(226 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(226 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 226]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5825 a r:Inference; - r:gives { - 3227 :numberToDigits (3 2 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3227 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3227 1000) math:remainder 227}] - [ a r:Fact; r:gives {(227 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(227 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 227]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5826 a r:Inference; - r:gives { - 3228 :numberToDigits (3 2 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3228 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3228 1000) math:remainder 228}] - [ a r:Fact; r:gives {(228 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(228 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 228]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5827 a r:Inference; - r:gives { - 3229 :numberToDigits (3 2 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3229 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3229 1000) math:remainder 229}] - [ a r:Fact; r:gives {(229 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(229 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 229]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5828 a r:Inference; - r:gives { - 3230 :numberToDigits (3 2 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3230 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3230 1000) math:remainder 230}] - [ a r:Fact; r:gives {(230 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(230 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 230]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5829 a r:Inference; - r:gives { - 3231 :numberToDigits (3 2 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3231 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3231 1000) math:remainder 231}] - [ a r:Fact; r:gives {(231 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(231 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 231]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5830 a r:Inference; - r:gives { - 3232 :numberToDigits (3 2 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3232 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3232 1000) math:remainder 232}] - [ a r:Fact; r:gives {(232 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(232 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 232]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5831 a r:Inference; - r:gives { - 3233 :numberToDigits (3 2 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3233 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3233 1000) math:remainder 233}] - [ a r:Fact; r:gives {(233 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(233 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 233]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5832 a r:Inference; - r:gives { - 3234 :numberToDigits (3 2 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3234 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3234 1000) math:remainder 234}] - [ a r:Fact; r:gives {(234 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(234 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 234]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5833 a r:Inference; - r:gives { - 3235 :numberToDigits (3 2 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3235 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3235 1000) math:remainder 235}] - [ a r:Fact; r:gives {(235 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(235 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 235]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5834 a r:Inference; - r:gives { - 3236 :numberToDigits (3 2 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3236 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3236 1000) math:remainder 236}] - [ a r:Fact; r:gives {(236 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(236 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 236]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5835 a r:Inference; - r:gives { - 3237 :numberToDigits (3 2 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3237 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3237 1000) math:remainder 237}] - [ a r:Fact; r:gives {(237 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(237 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 237]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5836 a r:Inference; - r:gives { - 3238 :numberToDigits (3 2 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3238 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3238 1000) math:remainder 238}] - [ a r:Fact; r:gives {(238 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(238 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 238]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5837 a r:Inference; - r:gives { - 3239 :numberToDigits (3 2 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3239 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3239 1000) math:remainder 239}] - [ a r:Fact; r:gives {(239 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(239 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 239]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5838 a r:Inference; - r:gives { - 3240 :numberToDigits (3 2 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3240 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3240 1000) math:remainder 240}] - [ a r:Fact; r:gives {(240 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(240 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 240]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5839 a r:Inference; - r:gives { - 3241 :numberToDigits (3 2 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3241 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3241 1000) math:remainder 241}] - [ a r:Fact; r:gives {(241 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(241 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 241]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5840 a r:Inference; - r:gives { - 3242 :numberToDigits (3 2 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3242 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3242 1000) math:remainder 242}] - [ a r:Fact; r:gives {(242 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(242 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 242]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5841 a r:Inference; - r:gives { - 3243 :numberToDigits (3 2 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3243 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3243 1000) math:remainder 243}] - [ a r:Fact; r:gives {(243 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(243 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 243]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5842 a r:Inference; - r:gives { - 3244 :numberToDigits (3 2 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3244 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3244 1000) math:remainder 244}] - [ a r:Fact; r:gives {(244 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(244 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 244]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5843 a r:Inference; - r:gives { - 3245 :numberToDigits (3 2 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3245 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3245 1000) math:remainder 245}] - [ a r:Fact; r:gives {(245 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(245 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 245]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5844 a r:Inference; - r:gives { - 3246 :numberToDigits (3 2 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3246 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3246 1000) math:remainder 246}] - [ a r:Fact; r:gives {(246 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(246 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 246]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5845 a r:Inference; - r:gives { - 3247 :numberToDigits (3 2 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3247 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3247 1000) math:remainder 247}] - [ a r:Fact; r:gives {(247 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(247 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 247]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5846 a r:Inference; - r:gives { - 3248 :numberToDigits (3 2 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3248 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3248 1000) math:remainder 248}] - [ a r:Fact; r:gives {(248 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(248 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 248]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5847 a r:Inference; - r:gives { - 3249 :numberToDigits (3 2 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3249 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3249 1000) math:remainder 249}] - [ a r:Fact; r:gives {(249 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(249 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 249]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5848 a r:Inference; - r:gives { - 3250 :numberToDigits (3 2 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3250 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3250 1000) math:remainder 250}] - [ a r:Fact; r:gives {(250 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(250 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 250]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5849 a r:Inference; - r:gives { - 3251 :numberToDigits (3 2 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3251 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3251 1000) math:remainder 251}] - [ a r:Fact; r:gives {(251 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(251 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 251]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5850 a r:Inference; - r:gives { - 3252 :numberToDigits (3 2 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3252 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3252 1000) math:remainder 252}] - [ a r:Fact; r:gives {(252 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(252 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 252]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5851 a r:Inference; - r:gives { - 3253 :numberToDigits (3 2 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3253 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3253 1000) math:remainder 253}] - [ a r:Fact; r:gives {(253 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(253 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 253]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5852 a r:Inference; - r:gives { - 3254 :numberToDigits (3 2 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3254 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3254 1000) math:remainder 254}] - [ a r:Fact; r:gives {(254 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(254 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 254]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5853 a r:Inference; - r:gives { - 3255 :numberToDigits (3 2 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3255 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3255 1000) math:remainder 255}] - [ a r:Fact; r:gives {(255 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(255 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 255]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5854 a r:Inference; - r:gives { - 3256 :numberToDigits (3 2 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3256 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3256 1000) math:remainder 256}] - [ a r:Fact; r:gives {(256 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(256 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 256]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5855 a r:Inference; - r:gives { - 3257 :numberToDigits (3 2 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3257 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3257 1000) math:remainder 257}] - [ a r:Fact; r:gives {(257 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(257 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 257]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5856 a r:Inference; - r:gives { - 3258 :numberToDigits (3 2 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3258 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3258 1000) math:remainder 258}] - [ a r:Fact; r:gives {(258 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(258 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 258]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5857 a r:Inference; - r:gives { - 3259 :numberToDigits (3 2 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3259 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3259 1000) math:remainder 259}] - [ a r:Fact; r:gives {(259 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(259 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 259]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5858 a r:Inference; - r:gives { - 3260 :numberToDigits (3 2 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3260 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3260 1000) math:remainder 260}] - [ a r:Fact; r:gives {(260 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(260 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 260]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5859 a r:Inference; - r:gives { - 3261 :numberToDigits (3 2 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3261 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3261 1000) math:remainder 261}] - [ a r:Fact; r:gives {(261 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(261 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 261]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5860 a r:Inference; - r:gives { - 3262 :numberToDigits (3 2 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3262 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3262 1000) math:remainder 262}] - [ a r:Fact; r:gives {(262 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(262 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 262]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5861 a r:Inference; - r:gives { - 3263 :numberToDigits (3 2 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3263 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3263 1000) math:remainder 263}] - [ a r:Fact; r:gives {(263 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(263 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 263]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5862 a r:Inference; - r:gives { - 3264 :numberToDigits (3 2 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3264 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3264 1000) math:remainder 264}] - [ a r:Fact; r:gives {(264 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(264 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 264]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5863 a r:Inference; - r:gives { - 3265 :numberToDigits (3 2 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3265 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3265 1000) math:remainder 265}] - [ a r:Fact; r:gives {(265 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(265 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 265]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5864 a r:Inference; - r:gives { - 3266 :numberToDigits (3 2 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3266 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3266 1000) math:remainder 266}] - [ a r:Fact; r:gives {(266 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(266 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 266]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5865 a r:Inference; - r:gives { - 3267 :numberToDigits (3 2 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3267 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3267 1000) math:remainder 267}] - [ a r:Fact; r:gives {(267 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(267 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 267]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5866 a r:Inference; - r:gives { - 3268 :numberToDigits (3 2 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3268 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3268 1000) math:remainder 268}] - [ a r:Fact; r:gives {(268 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(268 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 268]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5867 a r:Inference; - r:gives { - 3269 :numberToDigits (3 2 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3269 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3269 1000) math:remainder 269}] - [ a r:Fact; r:gives {(269 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(269 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 269]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5868 a r:Inference; - r:gives { - 3270 :numberToDigits (3 2 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3270 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3270 1000) math:remainder 270}] - [ a r:Fact; r:gives {(270 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(270 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 270]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5869 a r:Inference; - r:gives { - 3271 :numberToDigits (3 2 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3271 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3271 1000) math:remainder 271}] - [ a r:Fact; r:gives {(271 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(271 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 271]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5870 a r:Inference; - r:gives { - 3272 :numberToDigits (3 2 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3272 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3272 1000) math:remainder 272}] - [ a r:Fact; r:gives {(272 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(272 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 272]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5871 a r:Inference; - r:gives { - 3273 :numberToDigits (3 2 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3273 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3273 1000) math:remainder 273}] - [ a r:Fact; r:gives {(273 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(273 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 273]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5872 a r:Inference; - r:gives { - 3274 :numberToDigits (3 2 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3274 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3274 1000) math:remainder 274}] - [ a r:Fact; r:gives {(274 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(274 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 274]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5873 a r:Inference; - r:gives { - 3275 :numberToDigits (3 2 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3275 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3275 1000) math:remainder 275}] - [ a r:Fact; r:gives {(275 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(275 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 275]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5874 a r:Inference; - r:gives { - 3276 :numberToDigits (3 2 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3276 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3276 1000) math:remainder 276}] - [ a r:Fact; r:gives {(276 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(276 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 276]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5875 a r:Inference; - r:gives { - 3277 :numberToDigits (3 2 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3277 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3277 1000) math:remainder 277}] - [ a r:Fact; r:gives {(277 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(277 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 277]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5876 a r:Inference; - r:gives { - 3278 :numberToDigits (3 2 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3278 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3278 1000) math:remainder 278}] - [ a r:Fact; r:gives {(278 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(278 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 278]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5877 a r:Inference; - r:gives { - 3279 :numberToDigits (3 2 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3279 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3279 1000) math:remainder 279}] - [ a r:Fact; r:gives {(279 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(279 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 279]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5878 a r:Inference; - r:gives { - 3280 :numberToDigits (3 2 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3280 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3280 1000) math:remainder 280}] - [ a r:Fact; r:gives {(280 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(280 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 280]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5879 a r:Inference; - r:gives { - 3281 :numberToDigits (3 2 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3281 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3281 1000) math:remainder 281}] - [ a r:Fact; r:gives {(281 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(281 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 281]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5880 a r:Inference; - r:gives { - 3282 :numberToDigits (3 2 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3282 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3282 1000) math:remainder 282}] - [ a r:Fact; r:gives {(282 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(282 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 282]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5881 a r:Inference; - r:gives { - 3283 :numberToDigits (3 2 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3283 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3283 1000) math:remainder 283}] - [ a r:Fact; r:gives {(283 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(283 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 283]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5882 a r:Inference; - r:gives { - 3284 :numberToDigits (3 2 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3284 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3284 1000) math:remainder 284}] - [ a r:Fact; r:gives {(284 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(284 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 284]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5883 a r:Inference; - r:gives { - 3285 :numberToDigits (3 2 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3285 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3285 1000) math:remainder 285}] - [ a r:Fact; r:gives {(285 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(285 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 285]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5884 a r:Inference; - r:gives { - 3286 :numberToDigits (3 2 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3286 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3286 1000) math:remainder 286}] - [ a r:Fact; r:gives {(286 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(286 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 286]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5885 a r:Inference; - r:gives { - 3287 :numberToDigits (3 2 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3287 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3287 1000) math:remainder 287}] - [ a r:Fact; r:gives {(287 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(287 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 287]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5886 a r:Inference; - r:gives { - 3288 :numberToDigits (3 2 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3288 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3288 1000) math:remainder 288}] - [ a r:Fact; r:gives {(288 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(288 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 288]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5887 a r:Inference; - r:gives { - 3289 :numberToDigits (3 2 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3289 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3289 1000) math:remainder 289}] - [ a r:Fact; r:gives {(289 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(289 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 289]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5888 a r:Inference; - r:gives { - 3290 :numberToDigits (3 2 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3290 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3290 1000) math:remainder 290}] - [ a r:Fact; r:gives {(290 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(290 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 290]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5889 a r:Inference; - r:gives { - 3291 :numberToDigits (3 2 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3291 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3291 1000) math:remainder 291}] - [ a r:Fact; r:gives {(291 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(291 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 291]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5890 a r:Inference; - r:gives { - 3292 :numberToDigits (3 2 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3292 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3292 1000) math:remainder 292}] - [ a r:Fact; r:gives {(292 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(292 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 292]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5891 a r:Inference; - r:gives { - 3293 :numberToDigits (3 2 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3293 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3293 1000) math:remainder 293}] - [ a r:Fact; r:gives {(293 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(293 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 293]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5892 a r:Inference; - r:gives { - 3294 :numberToDigits (3 2 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3294 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3294 1000) math:remainder 294}] - [ a r:Fact; r:gives {(294 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(294 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 294]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5893 a r:Inference; - r:gives { - 3295 :numberToDigits (3 2 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3295 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3295 1000) math:remainder 295}] - [ a r:Fact; r:gives {(295 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(295 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 295]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5894 a r:Inference; - r:gives { - 3296 :numberToDigits (3 2 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3296 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3296 1000) math:remainder 296}] - [ a r:Fact; r:gives {(296 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(296 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 296]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5895 a r:Inference; - r:gives { - 3297 :numberToDigits (3 2 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3297 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3297 1000) math:remainder 297}] - [ a r:Fact; r:gives {(297 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(297 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 297]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5896 a r:Inference; - r:gives { - 3298 :numberToDigits (3 2 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3298 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3298 1000) math:remainder 298}] - [ a r:Fact; r:gives {(298 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(298 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 298]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5897 a r:Inference; - r:gives { - 3299 :numberToDigits (3 2 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3299 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3299 1000) math:remainder 299}] - [ a r:Fact; r:gives {(299 100) math:integerQuotient 2}] - [ a r:Fact; r:gives {(299 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 299]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5898 a r:Inference; - r:gives { - 3300 :numberToDigits (3 3 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3300 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3300 1000) math:remainder 300}] - [ a r:Fact; r:gives {(300 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(300 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5899 a r:Inference; - r:gives { - 3301 :numberToDigits (3 3 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3301 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3301 1000) math:remainder 301}] - [ a r:Fact; r:gives {(301 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(301 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 301]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5900 a r:Inference; - r:gives { - 3302 :numberToDigits (3 3 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3302 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3302 1000) math:remainder 302}] - [ a r:Fact; r:gives {(302 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(302 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 302]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5901 a r:Inference; - r:gives { - 3303 :numberToDigits (3 3 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3303 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3303 1000) math:remainder 303}] - [ a r:Fact; r:gives {(303 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(303 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 303]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5902 a r:Inference; - r:gives { - 3304 :numberToDigits (3 3 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3304 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3304 1000) math:remainder 304}] - [ a r:Fact; r:gives {(304 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(304 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 304]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5903 a r:Inference; - r:gives { - 3305 :numberToDigits (3 3 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3305 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3305 1000) math:remainder 305}] - [ a r:Fact; r:gives {(305 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(305 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 305]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5904 a r:Inference; - r:gives { - 3306 :numberToDigits (3 3 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3306 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3306 1000) math:remainder 306}] - [ a r:Fact; r:gives {(306 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(306 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 306]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5905 a r:Inference; - r:gives { - 3307 :numberToDigits (3 3 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3307 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3307 1000) math:remainder 307}] - [ a r:Fact; r:gives {(307 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(307 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 307]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5906 a r:Inference; - r:gives { - 3308 :numberToDigits (3 3 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3308 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3308 1000) math:remainder 308}] - [ a r:Fact; r:gives {(308 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(308 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 308]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5907 a r:Inference; - r:gives { - 3309 :numberToDigits (3 3 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3309 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3309 1000) math:remainder 309}] - [ a r:Fact; r:gives {(309 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(309 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 309]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5908 a r:Inference; - r:gives { - 3310 :numberToDigits (3 3 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3310 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3310 1000) math:remainder 310}] - [ a r:Fact; r:gives {(310 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(310 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 310]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5909 a r:Inference; - r:gives { - 3311 :numberToDigits (3 3 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3311 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3311 1000) math:remainder 311}] - [ a r:Fact; r:gives {(311 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(311 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 311]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5910 a r:Inference; - r:gives { - 3312 :numberToDigits (3 3 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3312 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3312 1000) math:remainder 312}] - [ a r:Fact; r:gives {(312 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(312 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 312]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5911 a r:Inference; - r:gives { - 3313 :numberToDigits (3 3 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3313 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3313 1000) math:remainder 313}] - [ a r:Fact; r:gives {(313 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(313 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 313]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5912 a r:Inference; - r:gives { - 3314 :numberToDigits (3 3 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3314 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3314 1000) math:remainder 314}] - [ a r:Fact; r:gives {(314 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(314 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 314]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5913 a r:Inference; - r:gives { - 3315 :numberToDigits (3 3 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3315 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3315 1000) math:remainder 315}] - [ a r:Fact; r:gives {(315 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(315 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 315]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5914 a r:Inference; - r:gives { - 3316 :numberToDigits (3 3 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3316 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3316 1000) math:remainder 316}] - [ a r:Fact; r:gives {(316 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(316 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 316]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5915 a r:Inference; - r:gives { - 3317 :numberToDigits (3 3 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3317 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3317 1000) math:remainder 317}] - [ a r:Fact; r:gives {(317 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(317 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 317]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5916 a r:Inference; - r:gives { - 3318 :numberToDigits (3 3 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3318 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3318 1000) math:remainder 318}] - [ a r:Fact; r:gives {(318 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(318 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 318]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5917 a r:Inference; - r:gives { - 3319 :numberToDigits (3 3 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3319 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3319 1000) math:remainder 319}] - [ a r:Fact; r:gives {(319 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(319 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 319]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5918 a r:Inference; - r:gives { - 3320 :numberToDigits (3 3 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3320 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3320 1000) math:remainder 320}] - [ a r:Fact; r:gives {(320 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(320 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 320]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5919 a r:Inference; - r:gives { - 3321 :numberToDigits (3 3 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3321 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3321 1000) math:remainder 321}] - [ a r:Fact; r:gives {(321 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(321 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 321]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5920 a r:Inference; - r:gives { - 3322 :numberToDigits (3 3 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3322 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3322 1000) math:remainder 322}] - [ a r:Fact; r:gives {(322 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(322 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 322]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5921 a r:Inference; - r:gives { - 3323 :numberToDigits (3 3 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3323 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3323 1000) math:remainder 323}] - [ a r:Fact; r:gives {(323 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(323 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 323]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5922 a r:Inference; - r:gives { - 3324 :numberToDigits (3 3 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3324 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3324 1000) math:remainder 324}] - [ a r:Fact; r:gives {(324 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(324 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 324]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5923 a r:Inference; - r:gives { - 3325 :numberToDigits (3 3 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3325 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3325 1000) math:remainder 325}] - [ a r:Fact; r:gives {(325 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(325 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 325]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5924 a r:Inference; - r:gives { - 3326 :numberToDigits (3 3 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3326 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3326 1000) math:remainder 326}] - [ a r:Fact; r:gives {(326 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(326 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 326]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5925 a r:Inference; - r:gives { - 3327 :numberToDigits (3 3 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3327 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3327 1000) math:remainder 327}] - [ a r:Fact; r:gives {(327 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(327 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 327]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5926 a r:Inference; - r:gives { - 3328 :numberToDigits (3 3 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3328 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3328 1000) math:remainder 328}] - [ a r:Fact; r:gives {(328 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(328 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 328]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5927 a r:Inference; - r:gives { - 3329 :numberToDigits (3 3 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3329 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3329 1000) math:remainder 329}] - [ a r:Fact; r:gives {(329 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(329 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 329]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5928 a r:Inference; - r:gives { - 3330 :numberToDigits (3 3 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3330 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3330 1000) math:remainder 330}] - [ a r:Fact; r:gives {(330 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(330 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 330]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5929 a r:Inference; - r:gives { - 3331 :numberToDigits (3 3 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3331 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3331 1000) math:remainder 331}] - [ a r:Fact; r:gives {(331 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(331 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 331]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5930 a r:Inference; - r:gives { - 3332 :numberToDigits (3 3 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3332 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3332 1000) math:remainder 332}] - [ a r:Fact; r:gives {(332 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(332 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 332]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5931 a r:Inference; - r:gives { - 3334 :numberToDigits (3 3 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3334 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3334 1000) math:remainder 334}] - [ a r:Fact; r:gives {(334 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(334 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5932 a r:Inference; - r:gives { - (3 3 3 4) :digitsToNumber 3334 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(3000 300 30 4) math:sum 3334}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3334]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma5933 a r:Inference; - r:gives { - (4 3 3 3) :digitsToNumber 4333 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(4000 300 30 3) math:sum 4333}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5934 a r:Inference; - r:gives { - 3335 :numberToDigits (3 3 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3335 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3335 1000) math:remainder 335}] - [ a r:Fact; r:gives {(335 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(335 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5935 a r:Inference; - r:gives { - (3 3 3 5) :digitsToNumber 3335 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(3000 300 30 5) math:sum 3335}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3335]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma5936 a r:Inference; - r:gives { - (5 3 3 3) :digitsToNumber 5333 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 300 30 3) math:sum 5333}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5937 a r:Inference; - r:gives { - 3336 :numberToDigits (3 3 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3336 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3336 1000) math:remainder 336}] - [ a r:Fact; r:gives {(336 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(336 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5938 a r:Inference; - r:gives { - (3 3 3 6) :digitsToNumber 3336 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(3000 300 30 6) math:sum 3336}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3336]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5939 a r:Inference; - r:gives { - (6 3 3 3) :digitsToNumber 6333 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 300 30 3) math:sum 6333}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5940 a r:Inference; - r:gives { - 3337 :numberToDigits (3 3 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3337 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3337 1000) math:remainder 337}] - [ a r:Fact; r:gives {(337 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(337 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5941 a r:Inference; - r:gives { - (3 3 3 7) :digitsToNumber 3337 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(3000 300 30 7) math:sum 3337}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3337]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5942 a r:Inference; - r:gives { - (7 3 3 3) :digitsToNumber 7333 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 300 30 3) math:sum 7333}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5943 a r:Inference; - r:gives { - 3338 :numberToDigits (3 3 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3338 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3338 1000) math:remainder 338}] - [ a r:Fact; r:gives {(338 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(338 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5944 a r:Inference; - r:gives { - (3 3 3 8) :digitsToNumber 3338 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(3000 300 30 8) math:sum 3338}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3338]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5945 a r:Inference; - r:gives { - (8 3 3 3) :digitsToNumber 8333 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 300 30 3) math:sum 8333}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5946 a r:Inference; - r:gives { - 3339 :numberToDigits (3 3 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3339 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3339 1000) math:remainder 339}] - [ a r:Fact; r:gives {(339 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(339 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5947 a r:Inference; - r:gives { - (3 3 3 9) :digitsToNumber 3339 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(3000 300 30 9) math:sum 3339}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3339]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5948 a r:Inference; - r:gives { - (9 3 3 3) :digitsToNumber 9333 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 300 30 3) math:sum 9333}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9333]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5949 a r:Inference; - r:gives { - 3340 :numberToDigits (3 3 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3340 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3340 1000) math:remainder 340}] - [ a r:Fact; r:gives {(340 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(340 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 340]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5950 a r:Inference; - r:gives { - 3341 :numberToDigits (3 3 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3341 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3341 1000) math:remainder 341}] - [ a r:Fact; r:gives {(341 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(341 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 341]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5951 a r:Inference; - r:gives { - 3342 :numberToDigits (3 3 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3342 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3342 1000) math:remainder 342}] - [ a r:Fact; r:gives {(342 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(342 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 342]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5952 a r:Inference; - r:gives { - 3343 :numberToDigits (3 3 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3343 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3343 1000) math:remainder 343}] - [ a r:Fact; r:gives {(343 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(343 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 343]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5953 a r:Inference; - r:gives { - 3344 :numberToDigits (3 3 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3344 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3344 1000) math:remainder 344}] - [ a r:Fact; r:gives {(344 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(344 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5954 a r:Inference; - r:gives { - (3 3 4 4) :digitsToNumber 3344 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(3000 300 40 4) math:sum 3344}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3344]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma5955 a r:Inference; - r:gives { - (4 4 3 3) :digitsToNumber 4433 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(4000 400 30 3) math:sum 4433}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5956 a r:Inference; - r:gives { - 3345 :numberToDigits (3 3 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3345 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3345 1000) math:remainder 345}] - [ a r:Fact; r:gives {(345 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(345 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5957 a r:Inference; - r:gives { - (3 3 4 5) :digitsToNumber 3345 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(3000 300 40 5) math:sum 3345}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3345]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma5958 a r:Inference; - r:gives { - (5 4 3 3) :digitsToNumber 5433 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 400 30 3) math:sum 5433}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5959 a r:Inference; - r:gives { - 3346 :numberToDigits (3 3 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3346 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3346 1000) math:remainder 346}] - [ a r:Fact; r:gives {(346 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(346 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5960 a r:Inference; - r:gives { - (3 3 4 6) :digitsToNumber 3346 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(3000 300 40 6) math:sum 3346}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3346]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5961 a r:Inference; - r:gives { - (6 4 3 3) :digitsToNumber 6433 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 400 30 3) math:sum 6433}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5962 a r:Inference; - r:gives { - 3347 :numberToDigits (3 3 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3347 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3347 1000) math:remainder 347}] - [ a r:Fact; r:gives {(347 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(347 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5963 a r:Inference; - r:gives { - (3 3 4 7) :digitsToNumber 3347 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(3000 300 40 7) math:sum 3347}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3347]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5964 a r:Inference; - r:gives { - (7 4 3 3) :digitsToNumber 7433 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 400 30 3) math:sum 7433}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5965 a r:Inference; - r:gives { - 3348 :numberToDigits (3 3 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3348 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3348 1000) math:remainder 348}] - [ a r:Fact; r:gives {(348 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(348 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5966 a r:Inference; - r:gives { - (3 3 4 8) :digitsToNumber 3348 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(3000 300 40 8) math:sum 3348}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3348]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5967 a r:Inference; - r:gives { - (8 4 3 3) :digitsToNumber 8433 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 400 30 3) math:sum 8433}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5968 a r:Inference; - r:gives { - 3349 :numberToDigits (3 3 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3349 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3349 1000) math:remainder 349}] - [ a r:Fact; r:gives {(349 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(349 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5969 a r:Inference; - r:gives { - (3 3 4 9) :digitsToNumber 3349 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(3000 300 40 9) math:sum 3349}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3349]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5970 a r:Inference; - r:gives { - (9 4 3 3) :digitsToNumber 9433 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 400 30 3) math:sum 9433}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5971 a r:Inference; - r:gives { - 3350 :numberToDigits (3 3 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3350 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3350 1000) math:remainder 350}] - [ a r:Fact; r:gives {(350 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(350 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 350]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5972 a r:Inference; - r:gives { - 3351 :numberToDigits (3 3 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3351 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3351 1000) math:remainder 351}] - [ a r:Fact; r:gives {(351 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(351 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 351]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5973 a r:Inference; - r:gives { - 3352 :numberToDigits (3 3 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3352 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3352 1000) math:remainder 352}] - [ a r:Fact; r:gives {(352 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(352 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 352]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5974 a r:Inference; - r:gives { - 3353 :numberToDigits (3 3 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3353 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3353 1000) math:remainder 353}] - [ a r:Fact; r:gives {(353 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(353 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 353]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5975 a r:Inference; - r:gives { - 3354 :numberToDigits (3 3 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3354 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3354 1000) math:remainder 354}] - [ a r:Fact; r:gives {(354 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(354 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 354]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5976 a r:Inference; - r:gives { - 3355 :numberToDigits (3 3 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3355 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3355 1000) math:remainder 355}] - [ a r:Fact; r:gives {(355 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(355 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5977 a r:Inference; - r:gives { - (3 3 5 5) :digitsToNumber 3355 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 300 50 5) math:sum 3355}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3355]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma5978 a r:Inference; - r:gives { - (5 5 3 3) :digitsToNumber 5533 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(5000 500 30 3) math:sum 5533}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5979 a r:Inference; - r:gives { - 3356 :numberToDigits (3 3 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3356 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3356 1000) math:remainder 356}] - [ a r:Fact; r:gives {(356 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(356 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5980 a r:Inference; - r:gives { - (3 3 5 6) :digitsToNumber 3356 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 300 50 6) math:sum 3356}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3356]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5981 a r:Inference; - r:gives { - (6 5 3 3) :digitsToNumber 6533 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 500 30 3) math:sum 6533}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5982 a r:Inference; - r:gives { - 3357 :numberToDigits (3 3 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3357 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3357 1000) math:remainder 357}] - [ a r:Fact; r:gives {(357 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(357 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma5983 a r:Inference; - r:gives { - (3 3 5 7) :digitsToNumber 3357 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 300 50 7) math:sum 3357}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3357]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma5984 a r:Inference; - r:gives { - (7 5 3 3) :digitsToNumber 7533 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 500 30 3) math:sum 7533}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5985 a r:Inference; - r:gives { - 3358 :numberToDigits (3 3 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3358 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3358 1000) math:remainder 358}] - [ a r:Fact; r:gives {(358 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(358 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma5986 a r:Inference; - r:gives { - (3 3 5 8) :digitsToNumber 3358 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 300 50 8) math:sum 3358}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3358]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma5987 a r:Inference; - r:gives { - (8 5 3 3) :digitsToNumber 8533 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 500 30 3) math:sum 8533}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5988 a r:Inference; - r:gives { - 3359 :numberToDigits (3 3 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3359 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3359 1000) math:remainder 359}] - [ a r:Fact; r:gives {(359 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(359 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma5989 a r:Inference; - r:gives { - (3 3 5 9) :digitsToNumber 3359 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 300 50 9) math:sum 3359}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3359]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma5990 a r:Inference; - r:gives { - (9 5 3 3) :digitsToNumber 9533 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 500 30 3) math:sum 9533}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma5991 a r:Inference; - r:gives { - 3360 :numberToDigits (3 3 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3360 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3360 1000) math:remainder 360}] - [ a r:Fact; r:gives {(360 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(360 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 360]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma5992 a r:Inference; - r:gives { - 3361 :numberToDigits (3 3 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3361 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3361 1000) math:remainder 361}] - [ a r:Fact; r:gives {(361 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(361 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 361]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma5993 a r:Inference; - r:gives { - 3362 :numberToDigits (3 3 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3362 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3362 1000) math:remainder 362}] - [ a r:Fact; r:gives {(362 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(362 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 362]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma5994 a r:Inference; - r:gives { - 3363 :numberToDigits (3 3 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3363 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3363 1000) math:remainder 363}] - [ a r:Fact; r:gives {(363 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(363 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 363]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma5995 a r:Inference; - r:gives { - 3364 :numberToDigits (3 3 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3364 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3364 1000) math:remainder 364}] - [ a r:Fact; r:gives {(364 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(364 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 364]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma5996 a r:Inference; - r:gives { - 3365 :numberToDigits (3 3 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3365 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3365 1000) math:remainder 365}] - [ a r:Fact; r:gives {(365 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(365 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 365]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma5997 a r:Inference; - r:gives { - 3366 :numberToDigits (3 3 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3366 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3366 1000) math:remainder 366}] - [ a r:Fact; r:gives {(366 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(366 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma5998 a r:Inference; - r:gives { - (3 3 6 6) :digitsToNumber 3366 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 300 60 6) math:sum 3366}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3366]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma5999 a r:Inference; - r:gives { - (6 6 3 3) :digitsToNumber 6633 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(6000 600 30 3) math:sum 6633}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6000 a r:Inference; - r:gives { - 3367 :numberToDigits (3 3 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3367 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3367 1000) math:remainder 367}] - [ a r:Fact; r:gives {(367 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(367 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6001 a r:Inference; - r:gives { - (3 3 6 7) :digitsToNumber 3367 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 300 60 7) math:sum 3367}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3367]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma6002 a r:Inference; - r:gives { - (7 6 3 3) :digitsToNumber 7633 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 600 30 3) math:sum 7633}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6003 a r:Inference; - r:gives { - 3368 :numberToDigits (3 3 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3368 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3368 1000) math:remainder 368}] - [ a r:Fact; r:gives {(368 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(368 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6004 a r:Inference; - r:gives { - (3 3 6 8) :digitsToNumber 3368 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 300 60 8) math:sum 3368}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3368]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6005 a r:Inference; - r:gives { - (8 6 3 3) :digitsToNumber 8633 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 600 30 3) math:sum 8633}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6006 a r:Inference; - r:gives { - 3369 :numberToDigits (3 3 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3369 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3369 1000) math:remainder 369}] - [ a r:Fact; r:gives {(369 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(369 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6007 a r:Inference; - r:gives { - (3 3 6 9) :digitsToNumber 3369 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 300 60 9) math:sum 3369}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3369]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6008 a r:Inference; - r:gives { - (9 6 3 3) :digitsToNumber 9633 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 600 30 3) math:sum 9633}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6009 a r:Inference; - r:gives { - 3370 :numberToDigits (3 3 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3370 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3370 1000) math:remainder 370}] - [ a r:Fact; r:gives {(370 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(370 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 370]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6010 a r:Inference; - r:gives { - 3371 :numberToDigits (3 3 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3371 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3371 1000) math:remainder 371}] - [ a r:Fact; r:gives {(371 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(371 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 371]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6011 a r:Inference; - r:gives { - 3372 :numberToDigits (3 3 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3372 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3372 1000) math:remainder 372}] - [ a r:Fact; r:gives {(372 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(372 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 372]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6012 a r:Inference; - r:gives { - 3373 :numberToDigits (3 3 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3373 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3373 1000) math:remainder 373}] - [ a r:Fact; r:gives {(373 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(373 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 373]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6013 a r:Inference; - r:gives { - 3374 :numberToDigits (3 3 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3374 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3374 1000) math:remainder 374}] - [ a r:Fact; r:gives {(374 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(374 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 374]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6014 a r:Inference; - r:gives { - 3375 :numberToDigits (3 3 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3375 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3375 1000) math:remainder 375}] - [ a r:Fact; r:gives {(375 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(375 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 375]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6015 a r:Inference; - r:gives { - 3376 :numberToDigits (3 3 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3376 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3376 1000) math:remainder 376}] - [ a r:Fact; r:gives {(376 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(376 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 376]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6016 a r:Inference; - r:gives { - 3377 :numberToDigits (3 3 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3377 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3377 1000) math:remainder 377}] - [ a r:Fact; r:gives {(377 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(377 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6017 a r:Inference; - r:gives { - (3 3 7 7) :digitsToNumber 3377 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 300 70 7) math:sum 3377}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3377]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma6018 a r:Inference; - r:gives { - (7 7 3 3) :digitsToNumber 7733 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(7000 700 30 3) math:sum 7733}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6019 a r:Inference; - r:gives { - 3378 :numberToDigits (3 3 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3378 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3378 1000) math:remainder 378}] - [ a r:Fact; r:gives {(378 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(378 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6020 a r:Inference; - r:gives { - (3 3 7 8) :digitsToNumber 3378 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 300 70 8) math:sum 3378}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3378]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6021 a r:Inference; - r:gives { - (8 7 3 3) :digitsToNumber 8733 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 700 30 3) math:sum 8733}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6022 a r:Inference; - r:gives { - 3379 :numberToDigits (3 3 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3379 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3379 1000) math:remainder 379}] - [ a r:Fact; r:gives {(379 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(379 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6023 a r:Inference; - r:gives { - (3 3 7 9) :digitsToNumber 3379 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 300 70 9) math:sum 3379}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3379]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6024 a r:Inference; - r:gives { - (9 7 3 3) :digitsToNumber 9733 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 700 30 3) math:sum 9733}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6025 a r:Inference; - r:gives { - 3380 :numberToDigits (3 3 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3380 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3380 1000) math:remainder 380}] - [ a r:Fact; r:gives {(380 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(380 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 380]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6026 a r:Inference; - r:gives { - 3381 :numberToDigits (3 3 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3381 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3381 1000) math:remainder 381}] - [ a r:Fact; r:gives {(381 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(381 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 381]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6027 a r:Inference; - r:gives { - 3382 :numberToDigits (3 3 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3382 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3382 1000) math:remainder 382}] - [ a r:Fact; r:gives {(382 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(382 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 382]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6028 a r:Inference; - r:gives { - 3383 :numberToDigits (3 3 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3383 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3383 1000) math:remainder 383}] - [ a r:Fact; r:gives {(383 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(383 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 383]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6029 a r:Inference; - r:gives { - 3384 :numberToDigits (3 3 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3384 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3384 1000) math:remainder 384}] - [ a r:Fact; r:gives {(384 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(384 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 384]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6030 a r:Inference; - r:gives { - 3385 :numberToDigits (3 3 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3385 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3385 1000) math:remainder 385}] - [ a r:Fact; r:gives {(385 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(385 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 385]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6031 a r:Inference; - r:gives { - 3386 :numberToDigits (3 3 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3386 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3386 1000) math:remainder 386}] - [ a r:Fact; r:gives {(386 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(386 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 386]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6032 a r:Inference; - r:gives { - 3387 :numberToDigits (3 3 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3387 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3387 1000) math:remainder 387}] - [ a r:Fact; r:gives {(387 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(387 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 387]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6033 a r:Inference; - r:gives { - 3388 :numberToDigits (3 3 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3388 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3388 1000) math:remainder 388}] - [ a r:Fact; r:gives {(388 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(388 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6034 a r:Inference; - r:gives { - (3 3 8 8) :digitsToNumber 3388 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(3000 300 80 8) math:sum 3388}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3388]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6035 a r:Inference; - r:gives { - (8 8 3 3) :digitsToNumber 8833 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(8000 800 30 3) math:sum 8833}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6036 a r:Inference; - r:gives { - 3389 :numberToDigits (3 3 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3389 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3389 1000) math:remainder 389}] - [ a r:Fact; r:gives {(389 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(389 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6037 a r:Inference; - r:gives { - (3 3 8 9) :digitsToNumber 3389 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(3000 300 80 9) math:sum 3389}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3389]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6038 a r:Inference; - r:gives { - (9 8 3 3) :digitsToNumber 9833 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 800 30 3) math:sum 9833}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6039 a r:Inference; - r:gives { - 3390 :numberToDigits (3 3 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3390 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3390 1000) math:remainder 390}] - [ a r:Fact; r:gives {(390 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(390 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 390]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6040 a r:Inference; - r:gives { - 3391 :numberToDigits (3 3 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3391 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3391 1000) math:remainder 391}] - [ a r:Fact; r:gives {(391 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(391 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 391]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6041 a r:Inference; - r:gives { - 3392 :numberToDigits (3 3 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3392 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3392 1000) math:remainder 392}] - [ a r:Fact; r:gives {(392 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(392 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 392]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6042 a r:Inference; - r:gives { - 3393 :numberToDigits (3 3 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3393 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3393 1000) math:remainder 393}] - [ a r:Fact; r:gives {(393 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(393 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 393]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6043 a r:Inference; - r:gives { - 3394 :numberToDigits (3 3 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3394 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3394 1000) math:remainder 394}] - [ a r:Fact; r:gives {(394 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(394 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 394]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6044 a r:Inference; - r:gives { - 3395 :numberToDigits (3 3 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3395 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3395 1000) math:remainder 395}] - [ a r:Fact; r:gives {(395 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(395 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 395]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6045 a r:Inference; - r:gives { - 3396 :numberToDigits (3 3 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3396 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3396 1000) math:remainder 396}] - [ a r:Fact; r:gives {(396 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(396 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 396]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6046 a r:Inference; - r:gives { - 3397 :numberToDigits (3 3 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3397 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3397 1000) math:remainder 397}] - [ a r:Fact; r:gives {(397 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(397 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 397]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6047 a r:Inference; - r:gives { - 3398 :numberToDigits (3 3 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3398 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3398 1000) math:remainder 398}] - [ a r:Fact; r:gives {(398 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(398 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 398]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6048 a r:Inference; - r:gives { - 3399 :numberToDigits (3 3 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3399 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3399 1000) math:remainder 399}] - [ a r:Fact; r:gives {(399 100) math:integerQuotient 3}] - [ a r:Fact; r:gives {(399 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6049 a r:Inference; - r:gives { - (3 3 9 9) :digitsToNumber 3399 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(3 100) math:product 300}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(3000 300 90 9) math:sum 3399}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 300]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3399]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6050 a r:Inference; - r:gives { - (9 9 3 3) :digitsToNumber 9933 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(3 10) math:product 30}] - [ a r:Fact; r:gives {(9000 900 30 3) math:sum 9933}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6051 a r:Inference; - r:gives { - 3400 :numberToDigits (3 4 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3400 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3400 1000) math:remainder 400}] - [ a r:Fact; r:gives {(400 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(400 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6052 a r:Inference; - r:gives { - 3401 :numberToDigits (3 4 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3401 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3401 1000) math:remainder 401}] - [ a r:Fact; r:gives {(401 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(401 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 401]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6053 a r:Inference; - r:gives { - 3402 :numberToDigits (3 4 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3402 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3402 1000) math:remainder 402}] - [ a r:Fact; r:gives {(402 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(402 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 402]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6054 a r:Inference; - r:gives { - 3403 :numberToDigits (3 4 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3403 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3403 1000) math:remainder 403}] - [ a r:Fact; r:gives {(403 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(403 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 403]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6055 a r:Inference; - r:gives { - 3404 :numberToDigits (3 4 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3404 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3404 1000) math:remainder 404}] - [ a r:Fact; r:gives {(404 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(404 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 404]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6056 a r:Inference; - r:gives { - 3405 :numberToDigits (3 4 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3405 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3405 1000) math:remainder 405}] - [ a r:Fact; r:gives {(405 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(405 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 405]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6057 a r:Inference; - r:gives { - 3406 :numberToDigits (3 4 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3406 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3406 1000) math:remainder 406}] - [ a r:Fact; r:gives {(406 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(406 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 406]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6058 a r:Inference; - r:gives { - 3407 :numberToDigits (3 4 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3407 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3407 1000) math:remainder 407}] - [ a r:Fact; r:gives {(407 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(407 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 407]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6059 a r:Inference; - r:gives { - 3408 :numberToDigits (3 4 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3408 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3408 1000) math:remainder 408}] - [ a r:Fact; r:gives {(408 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(408 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 408]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6060 a r:Inference; - r:gives { - 3409 :numberToDigits (3 4 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3409 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3409 1000) math:remainder 409}] - [ a r:Fact; r:gives {(409 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(409 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 409]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6061 a r:Inference; - r:gives { - 3410 :numberToDigits (3 4 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3410 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3410 1000) math:remainder 410}] - [ a r:Fact; r:gives {(410 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(410 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 410]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6062 a r:Inference; - r:gives { - 3411 :numberToDigits (3 4 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3411 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3411 1000) math:remainder 411}] - [ a r:Fact; r:gives {(411 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(411 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 411]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6063 a r:Inference; - r:gives { - 3412 :numberToDigits (3 4 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3412 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3412 1000) math:remainder 412}] - [ a r:Fact; r:gives {(412 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(412 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 412]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6064 a r:Inference; - r:gives { - 3413 :numberToDigits (3 4 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3413 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3413 1000) math:remainder 413}] - [ a r:Fact; r:gives {(413 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(413 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 413]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6065 a r:Inference; - r:gives { - 3414 :numberToDigits (3 4 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3414 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3414 1000) math:remainder 414}] - [ a r:Fact; r:gives {(414 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(414 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 414]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6066 a r:Inference; - r:gives { - 3415 :numberToDigits (3 4 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3415 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3415 1000) math:remainder 415}] - [ a r:Fact; r:gives {(415 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(415 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 415]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6067 a r:Inference; - r:gives { - 3416 :numberToDigits (3 4 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3416 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3416 1000) math:remainder 416}] - [ a r:Fact; r:gives {(416 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(416 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 416]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6068 a r:Inference; - r:gives { - 3417 :numberToDigits (3 4 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3417 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3417 1000) math:remainder 417}] - [ a r:Fact; r:gives {(417 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(417 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 417]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6069 a r:Inference; - r:gives { - 3418 :numberToDigits (3 4 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3418 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3418 1000) math:remainder 418}] - [ a r:Fact; r:gives {(418 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(418 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 418]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6070 a r:Inference; - r:gives { - 3419 :numberToDigits (3 4 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3419 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3419 1000) math:remainder 419}] - [ a r:Fact; r:gives {(419 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(419 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 419]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6071 a r:Inference; - r:gives { - 3420 :numberToDigits (3 4 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3420 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3420 1000) math:remainder 420}] - [ a r:Fact; r:gives {(420 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(420 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 420]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6072 a r:Inference; - r:gives { - 3421 :numberToDigits (3 4 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3421 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3421 1000) math:remainder 421}] - [ a r:Fact; r:gives {(421 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(421 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 421]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6073 a r:Inference; - r:gives { - 3422 :numberToDigits (3 4 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3422 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3422 1000) math:remainder 422}] - [ a r:Fact; r:gives {(422 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(422 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 422]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6074 a r:Inference; - r:gives { - 3423 :numberToDigits (3 4 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3423 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3423 1000) math:remainder 423}] - [ a r:Fact; r:gives {(423 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(423 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 423]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6075 a r:Inference; - r:gives { - 3424 :numberToDigits (3 4 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3424 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3424 1000) math:remainder 424}] - [ a r:Fact; r:gives {(424 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(424 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 424]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6076 a r:Inference; - r:gives { - 3425 :numberToDigits (3 4 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3425 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3425 1000) math:remainder 425}] - [ a r:Fact; r:gives {(425 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(425 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 425]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6077 a r:Inference; - r:gives { - 3426 :numberToDigits (3 4 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3426 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3426 1000) math:remainder 426}] - [ a r:Fact; r:gives {(426 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(426 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 426]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6078 a r:Inference; - r:gives { - 3427 :numberToDigits (3 4 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3427 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3427 1000) math:remainder 427}] - [ a r:Fact; r:gives {(427 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(427 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 427]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6079 a r:Inference; - r:gives { - 3428 :numberToDigits (3 4 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3428 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3428 1000) math:remainder 428}] - [ a r:Fact; r:gives {(428 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(428 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 428]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6080 a r:Inference; - r:gives { - 3429 :numberToDigits (3 4 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3429 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3429 1000) math:remainder 429}] - [ a r:Fact; r:gives {(429 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(429 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 429]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6081 a r:Inference; - r:gives { - 3430 :numberToDigits (3 4 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3430 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3430 1000) math:remainder 430}] - [ a r:Fact; r:gives {(430 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(430 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 430]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6082 a r:Inference; - r:gives { - 3431 :numberToDigits (3 4 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3431 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3431 1000) math:remainder 431}] - [ a r:Fact; r:gives {(431 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(431 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 431]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6083 a r:Inference; - r:gives { - 3432 :numberToDigits (3 4 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3432 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3432 1000) math:remainder 432}] - [ a r:Fact; r:gives {(432 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(432 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 432]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6084 a r:Inference; - r:gives { - 3433 :numberToDigits (3 4 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3433 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3433 1000) math:remainder 433}] - [ a r:Fact; r:gives {(433 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(433 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 433]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6085 a r:Inference; - r:gives { - 3434 :numberToDigits (3 4 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3434 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3434 1000) math:remainder 434}] - [ a r:Fact; r:gives {(434 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(434 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 434]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6086 a r:Inference; - r:gives { - 3435 :numberToDigits (3 4 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3435 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3435 1000) math:remainder 435}] - [ a r:Fact; r:gives {(435 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(435 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 435]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6087 a r:Inference; - r:gives { - 3436 :numberToDigits (3 4 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3436 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3436 1000) math:remainder 436}] - [ a r:Fact; r:gives {(436 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(436 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 436]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6088 a r:Inference; - r:gives { - 3437 :numberToDigits (3 4 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3437 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3437 1000) math:remainder 437}] - [ a r:Fact; r:gives {(437 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(437 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 437]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6089 a r:Inference; - r:gives { - 3438 :numberToDigits (3 4 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3438 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3438 1000) math:remainder 438}] - [ a r:Fact; r:gives {(438 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(438 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 438]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6090 a r:Inference; - r:gives { - 3439 :numberToDigits (3 4 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3439 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3439 1000) math:remainder 439}] - [ a r:Fact; r:gives {(439 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(439 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 439]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6091 a r:Inference; - r:gives { - 3440 :numberToDigits (3 4 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3440 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3440 1000) math:remainder 440}] - [ a r:Fact; r:gives {(440 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(440 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 440]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6092 a r:Inference; - r:gives { - 3441 :numberToDigits (3 4 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3441 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3441 1000) math:remainder 441}] - [ a r:Fact; r:gives {(441 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(441 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 441]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6093 a r:Inference; - r:gives { - 3442 :numberToDigits (3 4 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3442 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3442 1000) math:remainder 442}] - [ a r:Fact; r:gives {(442 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(442 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 442]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6094 a r:Inference; - r:gives { - 3443 :numberToDigits (3 4 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3443 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3443 1000) math:remainder 443}] - [ a r:Fact; r:gives {(443 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(443 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6095 a r:Inference; - r:gives { - 3444 :numberToDigits (3 4 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3444 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3444 1000) math:remainder 444}] - [ a r:Fact; r:gives {(444 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(444 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6096 a r:Inference; - r:gives { - (3 4 4 4) :digitsToNumber 3444 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(3000 400 40 4) math:sum 3444}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3444]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6764. - -skolem:lemma6097 a r:Inference; - r:gives { - (4 4 4 3) :digitsToNumber 4443 . - }; - r:evidence ( - [ a r:Fact; r:gives {(4 1000) math:product 4000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(4000 400 40 3) math:sum 4443}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 4000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 4443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6098 a r:Inference; - r:gives { - 3445 :numberToDigits (3 4 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3445 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3445 1000) math:remainder 445}] - [ a r:Fact; r:gives {(445 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(445 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6099 a r:Inference; - r:gives { - (3 4 4 5) :digitsToNumber 3445 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(3000 400 40 5) math:sum 3445}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3445]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma6100 a r:Inference; - r:gives { - (5 4 4 3) :digitsToNumber 5443 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(5000 400 40 3) math:sum 5443}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6101 a r:Inference; - r:gives { - 3446 :numberToDigits (3 4 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3446 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3446 1000) math:remainder 446}] - [ a r:Fact; r:gives {(446 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(446 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6102 a r:Inference; - r:gives { - (3 4 4 6) :digitsToNumber 3446 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(3000 400 40 6) math:sum 3446}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3446]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma6103 a r:Inference; - r:gives { - (6 4 4 3) :digitsToNumber 6443 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(6000 400 40 3) math:sum 6443}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6104 a r:Inference; - r:gives { - 3447 :numberToDigits (3 4 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3447 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3447 1000) math:remainder 447}] - [ a r:Fact; r:gives {(447 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(447 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6105 a r:Inference; - r:gives { - (3 4 4 7) :digitsToNumber 3447 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(3000 400 40 7) math:sum 3447}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3447]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma6106 a r:Inference; - r:gives { - (7 4 4 3) :digitsToNumber 7443 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 400 40 3) math:sum 7443}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6107 a r:Inference; - r:gives { - 3448 :numberToDigits (3 4 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3448 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3448 1000) math:remainder 448}] - [ a r:Fact; r:gives {(448 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(448 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6108 a r:Inference; - r:gives { - (3 4 4 8) :digitsToNumber 3448 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(3000 400 40 8) math:sum 3448}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3448]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6109 a r:Inference; - r:gives { - (8 4 4 3) :digitsToNumber 8443 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 400 40 3) math:sum 8443}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6110 a r:Inference; - r:gives { - 3449 :numberToDigits (3 4 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3449 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3449 1000) math:remainder 449}] - [ a r:Fact; r:gives {(449 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(449 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6111 a r:Inference; - r:gives { - (3 4 4 9) :digitsToNumber 3449 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(3000 400 40 9) math:sum 3449}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3449]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6112 a r:Inference; - r:gives { - (9 4 4 3) :digitsToNumber 9443 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 400 40 3) math:sum 9443}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9443]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6113 a r:Inference; - r:gives { - 3450 :numberToDigits (3 4 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3450 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3450 1000) math:remainder 450}] - [ a r:Fact; r:gives {(450 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(450 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 450]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6114 a r:Inference; - r:gives { - 3451 :numberToDigits (3 4 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3451 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3451 1000) math:remainder 451}] - [ a r:Fact; r:gives {(451 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(451 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 451]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6115 a r:Inference; - r:gives { - 3452 :numberToDigits (3 4 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3452 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3452 1000) math:remainder 452}] - [ a r:Fact; r:gives {(452 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(452 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 452]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6116 a r:Inference; - r:gives { - 3453 :numberToDigits (3 4 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3453 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3453 1000) math:remainder 453}] - [ a r:Fact; r:gives {(453 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(453 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 453]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6117 a r:Inference; - r:gives { - 3454 :numberToDigits (3 4 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3454 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3454 1000) math:remainder 454}] - [ a r:Fact; r:gives {(454 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(454 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 454]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6118 a r:Inference; - r:gives { - 3455 :numberToDigits (3 4 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3455 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3455 1000) math:remainder 455}] - [ a r:Fact; r:gives {(455 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(455 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6119 a r:Inference; - r:gives { - (3 4 5 5) :digitsToNumber 3455 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 400 50 5) math:sum 3455}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3455]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma6120 a r:Inference; - r:gives { - (5 5 4 3) :digitsToNumber 5543 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(5000 500 40 3) math:sum 5543}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6121 a r:Inference; - r:gives { - 3456 :numberToDigits (3 4 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3456 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3456 1000) math:remainder 456}] - [ a r:Fact; r:gives {(456 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(456 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6122 a r:Inference; - r:gives { - (3 4 5 6) :digitsToNumber 3456 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 400 50 6) math:sum 3456}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3456]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma6123 a r:Inference; - r:gives { - (6 5 4 3) :digitsToNumber 6543 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(6000 500 40 3) math:sum 6543}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6124 a r:Inference; - r:gives { - 3457 :numberToDigits (3 4 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3457 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3457 1000) math:remainder 457}] - [ a r:Fact; r:gives {(457 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(457 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6125 a r:Inference; - r:gives { - (3 4 5 7) :digitsToNumber 3457 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 400 50 7) math:sum 3457}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3457]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma6126 a r:Inference; - r:gives { - (7 5 4 3) :digitsToNumber 7543 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 500 40 3) math:sum 7543}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6127 a r:Inference; - r:gives { - 3458 :numberToDigits (3 4 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3458 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3458 1000) math:remainder 458}] - [ a r:Fact; r:gives {(458 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(458 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6128 a r:Inference; - r:gives { - (3 4 5 8) :digitsToNumber 3458 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 400 50 8) math:sum 3458}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3458]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6129 a r:Inference; - r:gives { - (8 5 4 3) :digitsToNumber 8543 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 500 40 3) math:sum 8543}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6130 a r:Inference; - r:gives { - 3459 :numberToDigits (3 4 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3459 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3459 1000) math:remainder 459}] - [ a r:Fact; r:gives {(459 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(459 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6131 a r:Inference; - r:gives { - (3 4 5 9) :digitsToNumber 3459 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 400 50 9) math:sum 3459}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3459]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6132 a r:Inference; - r:gives { - (9 5 4 3) :digitsToNumber 9543 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 500 40 3) math:sum 9543}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6133 a r:Inference; - r:gives { - 3460 :numberToDigits (3 4 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3460 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3460 1000) math:remainder 460}] - [ a r:Fact; r:gives {(460 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(460 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 460]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6134 a r:Inference; - r:gives { - 3461 :numberToDigits (3 4 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3461 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3461 1000) math:remainder 461}] - [ a r:Fact; r:gives {(461 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(461 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 461]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6135 a r:Inference; - r:gives { - 3462 :numberToDigits (3 4 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3462 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3462 1000) math:remainder 462}] - [ a r:Fact; r:gives {(462 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(462 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 462]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6136 a r:Inference; - r:gives { - 3463 :numberToDigits (3 4 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3463 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3463 1000) math:remainder 463}] - [ a r:Fact; r:gives {(463 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(463 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 463]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6137 a r:Inference; - r:gives { - 3464 :numberToDigits (3 4 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3464 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3464 1000) math:remainder 464}] - [ a r:Fact; r:gives {(464 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(464 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 464]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6138 a r:Inference; - r:gives { - 3465 :numberToDigits (3 4 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3465 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3465 1000) math:remainder 465}] - [ a r:Fact; r:gives {(465 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(465 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 465]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6139 a r:Inference; - r:gives { - 3466 :numberToDigits (3 4 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3466 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3466 1000) math:remainder 466}] - [ a r:Fact; r:gives {(466 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(466 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6140 a r:Inference; - r:gives { - (3 4 6 6) :digitsToNumber 3466 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 400 60 6) math:sum 3466}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3466]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma6141 a r:Inference; - r:gives { - (6 6 4 3) :digitsToNumber 6643 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(6000 600 40 3) math:sum 6643}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6142 a r:Inference; - r:gives { - 3467 :numberToDigits (3 4 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3467 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3467 1000) math:remainder 467}] - [ a r:Fact; r:gives {(467 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(467 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6143 a r:Inference; - r:gives { - (3 4 6 7) :digitsToNumber 3467 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 400 60 7) math:sum 3467}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3467]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma6144 a r:Inference; - r:gives { - (7 6 4 3) :digitsToNumber 7643 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 600 40 3) math:sum 7643}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6145 a r:Inference; - r:gives { - 3468 :numberToDigits (3 4 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3468 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3468 1000) math:remainder 468}] - [ a r:Fact; r:gives {(468 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(468 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6146 a r:Inference; - r:gives { - (3 4 6 8) :digitsToNumber 3468 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 400 60 8) math:sum 3468}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3468]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6147 a r:Inference; - r:gives { - (8 6 4 3) :digitsToNumber 8643 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 600 40 3) math:sum 8643}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6148 a r:Inference; - r:gives { - 3469 :numberToDigits (3 4 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3469 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3469 1000) math:remainder 469}] - [ a r:Fact; r:gives {(469 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(469 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6149 a r:Inference; - r:gives { - (3 4 6 9) :digitsToNumber 3469 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 400 60 9) math:sum 3469}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3469]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6150 a r:Inference; - r:gives { - (9 6 4 3) :digitsToNumber 9643 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 600 40 3) math:sum 9643}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6151 a r:Inference; - r:gives { - 3470 :numberToDigits (3 4 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3470 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3470 1000) math:remainder 470}] - [ a r:Fact; r:gives {(470 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(470 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 470]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6152 a r:Inference; - r:gives { - 3471 :numberToDigits (3 4 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3471 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3471 1000) math:remainder 471}] - [ a r:Fact; r:gives {(471 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(471 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 471]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6153 a r:Inference; - r:gives { - 3472 :numberToDigits (3 4 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3472 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3472 1000) math:remainder 472}] - [ a r:Fact; r:gives {(472 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(472 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 472]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6154 a r:Inference; - r:gives { - 3473 :numberToDigits (3 4 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3473 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3473 1000) math:remainder 473}] - [ a r:Fact; r:gives {(473 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(473 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 473]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6155 a r:Inference; - r:gives { - 3474 :numberToDigits (3 4 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3474 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3474 1000) math:remainder 474}] - [ a r:Fact; r:gives {(474 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(474 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 474]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6156 a r:Inference; - r:gives { - 3475 :numberToDigits (3 4 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3475 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3475 1000) math:remainder 475}] - [ a r:Fact; r:gives {(475 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(475 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 475]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6157 a r:Inference; - r:gives { - 3476 :numberToDigits (3 4 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3476 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3476 1000) math:remainder 476}] - [ a r:Fact; r:gives {(476 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(476 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 476]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6158 a r:Inference; - r:gives { - 3477 :numberToDigits (3 4 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3477 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3477 1000) math:remainder 477}] - [ a r:Fact; r:gives {(477 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(477 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6159 a r:Inference; - r:gives { - (3 4 7 7) :digitsToNumber 3477 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 400 70 7) math:sum 3477}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3477]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma6160 a r:Inference; - r:gives { - (7 7 4 3) :digitsToNumber 7743 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(7000 700 40 3) math:sum 7743}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6161 a r:Inference; - r:gives { - 3478 :numberToDigits (3 4 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3478 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3478 1000) math:remainder 478}] - [ a r:Fact; r:gives {(478 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(478 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6162 a r:Inference; - r:gives { - (3 4 7 8) :digitsToNumber 3478 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 400 70 8) math:sum 3478}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3478]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6163 a r:Inference; - r:gives { - (8 7 4 3) :digitsToNumber 8743 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 700 40 3) math:sum 8743}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6164 a r:Inference; - r:gives { - 3479 :numberToDigits (3 4 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3479 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3479 1000) math:remainder 479}] - [ a r:Fact; r:gives {(479 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(479 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6165 a r:Inference; - r:gives { - (3 4 7 9) :digitsToNumber 3479 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 400 70 9) math:sum 3479}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3479]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6166 a r:Inference; - r:gives { - (9 7 4 3) :digitsToNumber 9743 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 700 40 3) math:sum 9743}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6167 a r:Inference; - r:gives { - 3480 :numberToDigits (3 4 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3480 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3480 1000) math:remainder 480}] - [ a r:Fact; r:gives {(480 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(480 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 480]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6168 a r:Inference; - r:gives { - 3481 :numberToDigits (3 4 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3481 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3481 1000) math:remainder 481}] - [ a r:Fact; r:gives {(481 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(481 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 481]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6169 a r:Inference; - r:gives { - 3482 :numberToDigits (3 4 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3482 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3482 1000) math:remainder 482}] - [ a r:Fact; r:gives {(482 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(482 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 482]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6170 a r:Inference; - r:gives { - 3483 :numberToDigits (3 4 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3483 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3483 1000) math:remainder 483}] - [ a r:Fact; r:gives {(483 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(483 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 483]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6171 a r:Inference; - r:gives { - 3484 :numberToDigits (3 4 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3484 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3484 1000) math:remainder 484}] - [ a r:Fact; r:gives {(484 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(484 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 484]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6172 a r:Inference; - r:gives { - 3485 :numberToDigits (3 4 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3485 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3485 1000) math:remainder 485}] - [ a r:Fact; r:gives {(485 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(485 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 485]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6173 a r:Inference; - r:gives { - 3486 :numberToDigits (3 4 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3486 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3486 1000) math:remainder 486}] - [ a r:Fact; r:gives {(486 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(486 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 486]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6174 a r:Inference; - r:gives { - 3487 :numberToDigits (3 4 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3487 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3487 1000) math:remainder 487}] - [ a r:Fact; r:gives {(487 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(487 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 487]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6175 a r:Inference; - r:gives { - 3488 :numberToDigits (3 4 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3488 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3488 1000) math:remainder 488}] - [ a r:Fact; r:gives {(488 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(488 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6176 a r:Inference; - r:gives { - (3 4 8 8) :digitsToNumber 3488 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(3000 400 80 8) math:sum 3488}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3488]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6177 a r:Inference; - r:gives { - (8 8 4 3) :digitsToNumber 8843 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(8000 800 40 3) math:sum 8843}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6178 a r:Inference; - r:gives { - 3489 :numberToDigits (3 4 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3489 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3489 1000) math:remainder 489}] - [ a r:Fact; r:gives {(489 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(489 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6179 a r:Inference; - r:gives { - (3 4 8 9) :digitsToNumber 3489 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(3000 400 80 9) math:sum 3489}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3489]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6180 a r:Inference; - r:gives { - (9 8 4 3) :digitsToNumber 9843 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 800 40 3) math:sum 9843}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6181 a r:Inference; - r:gives { - 3490 :numberToDigits (3 4 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3490 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3490 1000) math:remainder 490}] - [ a r:Fact; r:gives {(490 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(490 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 490]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6182 a r:Inference; - r:gives { - 3491 :numberToDigits (3 4 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3491 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3491 1000) math:remainder 491}] - [ a r:Fact; r:gives {(491 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(491 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 491]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6183 a r:Inference; - r:gives { - 3492 :numberToDigits (3 4 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3492 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3492 1000) math:remainder 492}] - [ a r:Fact; r:gives {(492 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(492 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 492]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6184 a r:Inference; - r:gives { - 3493 :numberToDigits (3 4 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3493 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3493 1000) math:remainder 493}] - [ a r:Fact; r:gives {(493 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(493 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 493]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6185 a r:Inference; - r:gives { - 3494 :numberToDigits (3 4 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3494 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3494 1000) math:remainder 494}] - [ a r:Fact; r:gives {(494 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(494 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 494]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6186 a r:Inference; - r:gives { - 3495 :numberToDigits (3 4 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3495 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3495 1000) math:remainder 495}] - [ a r:Fact; r:gives {(495 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(495 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 495]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6187 a r:Inference; - r:gives { - 3496 :numberToDigits (3 4 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3496 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3496 1000) math:remainder 496}] - [ a r:Fact; r:gives {(496 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(496 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 496]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6188 a r:Inference; - r:gives { - 3497 :numberToDigits (3 4 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3497 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3497 1000) math:remainder 497}] - [ a r:Fact; r:gives {(497 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(497 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 497]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6189 a r:Inference; - r:gives { - 3498 :numberToDigits (3 4 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3498 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3498 1000) math:remainder 498}] - [ a r:Fact; r:gives {(498 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(498 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 498]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6190 a r:Inference; - r:gives { - 3499 :numberToDigits (3 4 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3499 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3499 1000) math:remainder 499}] - [ a r:Fact; r:gives {(499 100) math:integerQuotient 4}] - [ a r:Fact; r:gives {(499 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6191 a r:Inference; - r:gives { - (3 4 9 9) :digitsToNumber 3499 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(4 100) math:product 400}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(3000 400 90 9) math:sum 3499}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 400]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3499]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6192 a r:Inference; - r:gives { - (9 9 4 3) :digitsToNumber 9943 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(4 10) math:product 40}] - [ a r:Fact; r:gives {(9000 900 40 3) math:sum 9943}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6193 a r:Inference; - r:gives { - 3500 :numberToDigits (3 5 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3500 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3500 1000) math:remainder 500}] - [ a r:Fact; r:gives {(500 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(500 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6194 a r:Inference; - r:gives { - 3501 :numberToDigits (3 5 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3501 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3501 1000) math:remainder 501}] - [ a r:Fact; r:gives {(501 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(501 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 501]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6195 a r:Inference; - r:gives { - 3502 :numberToDigits (3 5 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3502 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3502 1000) math:remainder 502}] - [ a r:Fact; r:gives {(502 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(502 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 502]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6196 a r:Inference; - r:gives { - 3503 :numberToDigits (3 5 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3503 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3503 1000) math:remainder 503}] - [ a r:Fact; r:gives {(503 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(503 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 503]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6197 a r:Inference; - r:gives { - 3504 :numberToDigits (3 5 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3504 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3504 1000) math:remainder 504}] - [ a r:Fact; r:gives {(504 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(504 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 504]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6198 a r:Inference; - r:gives { - 3505 :numberToDigits (3 5 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3505 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3505 1000) math:remainder 505}] - [ a r:Fact; r:gives {(505 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(505 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 505]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6199 a r:Inference; - r:gives { - 3506 :numberToDigits (3 5 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3506 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3506 1000) math:remainder 506}] - [ a r:Fact; r:gives {(506 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(506 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 506]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6200 a r:Inference; - r:gives { - 3507 :numberToDigits (3 5 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3507 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3507 1000) math:remainder 507}] - [ a r:Fact; r:gives {(507 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(507 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 507]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6201 a r:Inference; - r:gives { - 3508 :numberToDigits (3 5 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3508 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3508 1000) math:remainder 508}] - [ a r:Fact; r:gives {(508 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(508 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 508]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6202 a r:Inference; - r:gives { - 3509 :numberToDigits (3 5 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3509 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3509 1000) math:remainder 509}] - [ a r:Fact; r:gives {(509 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(509 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 509]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6203 a r:Inference; - r:gives { - 3510 :numberToDigits (3 5 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3510 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3510 1000) math:remainder 510}] - [ a r:Fact; r:gives {(510 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(510 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 510]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6204 a r:Inference; - r:gives { - 3511 :numberToDigits (3 5 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3511 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3511 1000) math:remainder 511}] - [ a r:Fact; r:gives {(511 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(511 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 511]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6205 a r:Inference; - r:gives { - 3512 :numberToDigits (3 5 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3512 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3512 1000) math:remainder 512}] - [ a r:Fact; r:gives {(512 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(512 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 512]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6206 a r:Inference; - r:gives { - 3513 :numberToDigits (3 5 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3513 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3513 1000) math:remainder 513}] - [ a r:Fact; r:gives {(513 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(513 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 513]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6207 a r:Inference; - r:gives { - 3514 :numberToDigits (3 5 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3514 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3514 1000) math:remainder 514}] - [ a r:Fact; r:gives {(514 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(514 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 514]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6208 a r:Inference; - r:gives { - 3515 :numberToDigits (3 5 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3515 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3515 1000) math:remainder 515}] - [ a r:Fact; r:gives {(515 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(515 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 515]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6209 a r:Inference; - r:gives { - 3516 :numberToDigits (3 5 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3516 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3516 1000) math:remainder 516}] - [ a r:Fact; r:gives {(516 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(516 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 516]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6210 a r:Inference; - r:gives { - 3517 :numberToDigits (3 5 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3517 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3517 1000) math:remainder 517}] - [ a r:Fact; r:gives {(517 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(517 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 517]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6211 a r:Inference; - r:gives { - 3518 :numberToDigits (3 5 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3518 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3518 1000) math:remainder 518}] - [ a r:Fact; r:gives {(518 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(518 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 518]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6212 a r:Inference; - r:gives { - 3519 :numberToDigits (3 5 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3519 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3519 1000) math:remainder 519}] - [ a r:Fact; r:gives {(519 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(519 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 519]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6213 a r:Inference; - r:gives { - 3520 :numberToDigits (3 5 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3520 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3520 1000) math:remainder 520}] - [ a r:Fact; r:gives {(520 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(520 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 520]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6214 a r:Inference; - r:gives { - 3521 :numberToDigits (3 5 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3521 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3521 1000) math:remainder 521}] - [ a r:Fact; r:gives {(521 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(521 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 521]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6215 a r:Inference; - r:gives { - 3522 :numberToDigits (3 5 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3522 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3522 1000) math:remainder 522}] - [ a r:Fact; r:gives {(522 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(522 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 522]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6216 a r:Inference; - r:gives { - 3523 :numberToDigits (3 5 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3523 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3523 1000) math:remainder 523}] - [ a r:Fact; r:gives {(523 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(523 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 523]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6217 a r:Inference; - r:gives { - 3524 :numberToDigits (3 5 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3524 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3524 1000) math:remainder 524}] - [ a r:Fact; r:gives {(524 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(524 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 524]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6218 a r:Inference; - r:gives { - 3525 :numberToDigits (3 5 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3525 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3525 1000) math:remainder 525}] - [ a r:Fact; r:gives {(525 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(525 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 525]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6219 a r:Inference; - r:gives { - 3526 :numberToDigits (3 5 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3526 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3526 1000) math:remainder 526}] - [ a r:Fact; r:gives {(526 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(526 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 526]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6220 a r:Inference; - r:gives { - 3527 :numberToDigits (3 5 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3527 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3527 1000) math:remainder 527}] - [ a r:Fact; r:gives {(527 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(527 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 527]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6221 a r:Inference; - r:gives { - 3528 :numberToDigits (3 5 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3528 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3528 1000) math:remainder 528}] - [ a r:Fact; r:gives {(528 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(528 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 528]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6222 a r:Inference; - r:gives { - 3529 :numberToDigits (3 5 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3529 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3529 1000) math:remainder 529}] - [ a r:Fact; r:gives {(529 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(529 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 529]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6223 a r:Inference; - r:gives { - 3530 :numberToDigits (3 5 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3530 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3530 1000) math:remainder 530}] - [ a r:Fact; r:gives {(530 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(530 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 530]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6224 a r:Inference; - r:gives { - 3531 :numberToDigits (3 5 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3531 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3531 1000) math:remainder 531}] - [ a r:Fact; r:gives {(531 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(531 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 531]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6225 a r:Inference; - r:gives { - 3532 :numberToDigits (3 5 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3532 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3532 1000) math:remainder 532}] - [ a r:Fact; r:gives {(532 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(532 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 532]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6226 a r:Inference; - r:gives { - 3533 :numberToDigits (3 5 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3533 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3533 1000) math:remainder 533}] - [ a r:Fact; r:gives {(533 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(533 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 533]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6227 a r:Inference; - r:gives { - 3534 :numberToDigits (3 5 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3534 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3534 1000) math:remainder 534}] - [ a r:Fact; r:gives {(534 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(534 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 534]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6228 a r:Inference; - r:gives { - 3535 :numberToDigits (3 5 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3535 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3535 1000) math:remainder 535}] - [ a r:Fact; r:gives {(535 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(535 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 535]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6229 a r:Inference; - r:gives { - 3536 :numberToDigits (3 5 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3536 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3536 1000) math:remainder 536}] - [ a r:Fact; r:gives {(536 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(536 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 536]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6230 a r:Inference; - r:gives { - 3537 :numberToDigits (3 5 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3537 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3537 1000) math:remainder 537}] - [ a r:Fact; r:gives {(537 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(537 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 537]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6231 a r:Inference; - r:gives { - 3538 :numberToDigits (3 5 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3538 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3538 1000) math:remainder 538}] - [ a r:Fact; r:gives {(538 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(538 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 538]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6232 a r:Inference; - r:gives { - 3539 :numberToDigits (3 5 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3539 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3539 1000) math:remainder 539}] - [ a r:Fact; r:gives {(539 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(539 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 539]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6233 a r:Inference; - r:gives { - 3540 :numberToDigits (3 5 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3540 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3540 1000) math:remainder 540}] - [ a r:Fact; r:gives {(540 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(540 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 540]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6234 a r:Inference; - r:gives { - 3541 :numberToDigits (3 5 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3541 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3541 1000) math:remainder 541}] - [ a r:Fact; r:gives {(541 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(541 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 541]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6235 a r:Inference; - r:gives { - 3542 :numberToDigits (3 5 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3542 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3542 1000) math:remainder 542}] - [ a r:Fact; r:gives {(542 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(542 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 542]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6236 a r:Inference; - r:gives { - 3543 :numberToDigits (3 5 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3543 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3543 1000) math:remainder 543}] - [ a r:Fact; r:gives {(543 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(543 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 543]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6237 a r:Inference; - r:gives { - 3544 :numberToDigits (3 5 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3544 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3544 1000) math:remainder 544}] - [ a r:Fact; r:gives {(544 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(544 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 544]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6238 a r:Inference; - r:gives { - 3545 :numberToDigits (3 5 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3545 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3545 1000) math:remainder 545}] - [ a r:Fact; r:gives {(545 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(545 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 545]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6239 a r:Inference; - r:gives { - 3546 :numberToDigits (3 5 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3546 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3546 1000) math:remainder 546}] - [ a r:Fact; r:gives {(546 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(546 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 546]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6240 a r:Inference; - r:gives { - 3547 :numberToDigits (3 5 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3547 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3547 1000) math:remainder 547}] - [ a r:Fact; r:gives {(547 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(547 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 547]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6241 a r:Inference; - r:gives { - 3548 :numberToDigits (3 5 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3548 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3548 1000) math:remainder 548}] - [ a r:Fact; r:gives {(548 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(548 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 548]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6242 a r:Inference; - r:gives { - 3549 :numberToDigits (3 5 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3549 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3549 1000) math:remainder 549}] - [ a r:Fact; r:gives {(549 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(549 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 549]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6243 a r:Inference; - r:gives { - 3550 :numberToDigits (3 5 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3550 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3550 1000) math:remainder 550}] - [ a r:Fact; r:gives {(550 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(550 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 550]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6244 a r:Inference; - r:gives { - 3551 :numberToDigits (3 5 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3551 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3551 1000) math:remainder 551}] - [ a r:Fact; r:gives {(551 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(551 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 551]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6245 a r:Inference; - r:gives { - 3552 :numberToDigits (3 5 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3552 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3552 1000) math:remainder 552}] - [ a r:Fact; r:gives {(552 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(552 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 552]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6246 a r:Inference; - r:gives { - 3553 :numberToDigits (3 5 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3553 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3553 1000) math:remainder 553}] - [ a r:Fact; r:gives {(553 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(553 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6247 a r:Inference; - r:gives { - 3554 :numberToDigits (3 5 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3554 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3554 1000) math:remainder 554}] - [ a r:Fact; r:gives {(554 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(554 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 554]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6248 a r:Inference; - r:gives { - 3555 :numberToDigits (3 5 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3555 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3555 1000) math:remainder 555}] - [ a r:Fact; r:gives {(555 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(555 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6249 a r:Inference; - r:gives { - (3 5 5 5) :digitsToNumber 3555 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 500 50 5) math:sum 3555}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3555]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6764. - -skolem:lemma6250 a r:Inference; - r:gives { - (5 5 5 3) :digitsToNumber 5553 . - }; - r:evidence ( - [ a r:Fact; r:gives {(5 1000) math:product 5000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(5000 500 50 3) math:sum 5553}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 5000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 5553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6251 a r:Inference; - r:gives { - 3556 :numberToDigits (3 5 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3556 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3556 1000) math:remainder 556}] - [ a r:Fact; r:gives {(556 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(556 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6252 a r:Inference; - r:gives { - (3 5 5 6) :digitsToNumber 3556 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 500 50 6) math:sum 3556}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3556]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma6253 a r:Inference; - r:gives { - (6 5 5 3) :digitsToNumber 6553 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(6000 500 50 3) math:sum 6553}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6254 a r:Inference; - r:gives { - 3557 :numberToDigits (3 5 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3557 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3557 1000) math:remainder 557}] - [ a r:Fact; r:gives {(557 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(557 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6255 a r:Inference; - r:gives { - (3 5 5 7) :digitsToNumber 3557 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 500 50 7) math:sum 3557}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3557]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma6256 a r:Inference; - r:gives { - (7 5 5 3) :digitsToNumber 7553 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(7000 500 50 3) math:sum 7553}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6257 a r:Inference; - r:gives { - 3558 :numberToDigits (3 5 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3558 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3558 1000) math:remainder 558}] - [ a r:Fact; r:gives {(558 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(558 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6258 a r:Inference; - r:gives { - (3 5 5 8) :digitsToNumber 3558 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 500 50 8) math:sum 3558}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3558]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6259 a r:Inference; - r:gives { - (8 5 5 3) :digitsToNumber 8553 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 500 50 3) math:sum 8553}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6260 a r:Inference; - r:gives { - 3559 :numberToDigits (3 5 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3559 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3559 1000) math:remainder 559}] - [ a r:Fact; r:gives {(559 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(559 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6261 a r:Inference; - r:gives { - (3 5 5 9) :digitsToNumber 3559 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(3000 500 50 9) math:sum 3559}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3559]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6262 a r:Inference; - r:gives { - (9 5 5 3) :digitsToNumber 9553 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 500 50 3) math:sum 9553}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9553]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6263 a r:Inference; - r:gives { - 3560 :numberToDigits (3 5 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3560 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3560 1000) math:remainder 560}] - [ a r:Fact; r:gives {(560 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(560 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 560]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6264 a r:Inference; - r:gives { - 3561 :numberToDigits (3 5 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3561 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3561 1000) math:remainder 561}] - [ a r:Fact; r:gives {(561 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(561 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 561]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6265 a r:Inference; - r:gives { - 3562 :numberToDigits (3 5 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3562 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3562 1000) math:remainder 562}] - [ a r:Fact; r:gives {(562 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(562 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 562]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6266 a r:Inference; - r:gives { - 3563 :numberToDigits (3 5 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3563 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3563 1000) math:remainder 563}] - [ a r:Fact; r:gives {(563 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(563 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 563]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6267 a r:Inference; - r:gives { - 3564 :numberToDigits (3 5 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3564 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3564 1000) math:remainder 564}] - [ a r:Fact; r:gives {(564 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(564 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 564]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6268 a r:Inference; - r:gives { - 3565 :numberToDigits (3 5 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3565 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3565 1000) math:remainder 565}] - [ a r:Fact; r:gives {(565 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(565 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 565]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6269 a r:Inference; - r:gives { - 3566 :numberToDigits (3 5 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3566 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3566 1000) math:remainder 566}] - [ a r:Fact; r:gives {(566 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(566 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6270 a r:Inference; - r:gives { - (3 5 6 6) :digitsToNumber 3566 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 500 60 6) math:sum 3566}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3566]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma6271 a r:Inference; - r:gives { - (6 6 5 3) :digitsToNumber 6653 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(6000 600 50 3) math:sum 6653}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6272 a r:Inference; - r:gives { - 3567 :numberToDigits (3 5 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3567 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3567 1000) math:remainder 567}] - [ a r:Fact; r:gives {(567 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(567 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6273 a r:Inference; - r:gives { - (3 5 6 7) :digitsToNumber 3567 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 500 60 7) math:sum 3567}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3567]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma6274 a r:Inference; - r:gives { - (7 6 5 3) :digitsToNumber 7653 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(7000 600 50 3) math:sum 7653}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6275 a r:Inference; - r:gives { - 3568 :numberToDigits (3 5 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3568 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3568 1000) math:remainder 568}] - [ a r:Fact; r:gives {(568 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(568 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6276 a r:Inference; - r:gives { - (3 5 6 8) :digitsToNumber 3568 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 500 60 8) math:sum 3568}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3568]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6277 a r:Inference; - r:gives { - (8 6 5 3) :digitsToNumber 8653 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 600 50 3) math:sum 8653}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6278 a r:Inference; - r:gives { - 3569 :numberToDigits (3 5 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3569 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3569 1000) math:remainder 569}] - [ a r:Fact; r:gives {(569 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(569 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6279 a r:Inference; - r:gives { - (3 5 6 9) :digitsToNumber 3569 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 500 60 9) math:sum 3569}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3569]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6280 a r:Inference; - r:gives { - (9 6 5 3) :digitsToNumber 9653 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 600 50 3) math:sum 9653}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6281 a r:Inference; - r:gives { - 3570 :numberToDigits (3 5 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3570 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3570 1000) math:remainder 570}] - [ a r:Fact; r:gives {(570 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(570 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 570]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6282 a r:Inference; - r:gives { - 3571 :numberToDigits (3 5 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3571 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3571 1000) math:remainder 571}] - [ a r:Fact; r:gives {(571 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(571 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 571]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6283 a r:Inference; - r:gives { - 3572 :numberToDigits (3 5 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3572 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3572 1000) math:remainder 572}] - [ a r:Fact; r:gives {(572 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(572 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 572]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6284 a r:Inference; - r:gives { - 3573 :numberToDigits (3 5 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3573 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3573 1000) math:remainder 573}] - [ a r:Fact; r:gives {(573 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(573 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 573]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6285 a r:Inference; - r:gives { - 3574 :numberToDigits (3 5 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3574 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3574 1000) math:remainder 574}] - [ a r:Fact; r:gives {(574 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(574 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 574]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6286 a r:Inference; - r:gives { - 3575 :numberToDigits (3 5 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3575 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3575 1000) math:remainder 575}] - [ a r:Fact; r:gives {(575 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(575 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 575]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6287 a r:Inference; - r:gives { - 3576 :numberToDigits (3 5 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3576 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3576 1000) math:remainder 576}] - [ a r:Fact; r:gives {(576 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(576 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 576]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6288 a r:Inference; - r:gives { - 3577 :numberToDigits (3 5 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3577 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3577 1000) math:remainder 577}] - [ a r:Fact; r:gives {(577 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(577 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6289 a r:Inference; - r:gives { - (3 5 7 7) :digitsToNumber 3577 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 500 70 7) math:sum 3577}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3577]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma6290 a r:Inference; - r:gives { - (7 7 5 3) :digitsToNumber 7753 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(7000 700 50 3) math:sum 7753}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6291 a r:Inference; - r:gives { - 3578 :numberToDigits (3 5 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3578 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3578 1000) math:remainder 578}] - [ a r:Fact; r:gives {(578 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(578 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6292 a r:Inference; - r:gives { - (3 5 7 8) :digitsToNumber 3578 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 500 70 8) math:sum 3578}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3578]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6293 a r:Inference; - r:gives { - (8 7 5 3) :digitsToNumber 8753 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 700 50 3) math:sum 8753}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6294 a r:Inference; - r:gives { - 3579 :numberToDigits (3 5 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3579 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3579 1000) math:remainder 579}] - [ a r:Fact; r:gives {(579 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(579 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6295 a r:Inference; - r:gives { - (3 5 7 9) :digitsToNumber 3579 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 500 70 9) math:sum 3579}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3579]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6296 a r:Inference; - r:gives { - (9 7 5 3) :digitsToNumber 9753 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 700 50 3) math:sum 9753}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6297 a r:Inference; - r:gives { - 3580 :numberToDigits (3 5 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3580 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3580 1000) math:remainder 580}] - [ a r:Fact; r:gives {(580 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(580 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 580]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6298 a r:Inference; - r:gives { - 3581 :numberToDigits (3 5 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3581 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3581 1000) math:remainder 581}] - [ a r:Fact; r:gives {(581 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(581 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 581]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6299 a r:Inference; - r:gives { - 3582 :numberToDigits (3 5 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3582 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3582 1000) math:remainder 582}] - [ a r:Fact; r:gives {(582 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(582 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 582]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6300 a r:Inference; - r:gives { - 3583 :numberToDigits (3 5 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3583 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3583 1000) math:remainder 583}] - [ a r:Fact; r:gives {(583 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(583 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 583]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6301 a r:Inference; - r:gives { - 3584 :numberToDigits (3 5 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3584 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3584 1000) math:remainder 584}] - [ a r:Fact; r:gives {(584 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(584 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 584]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6302 a r:Inference; - r:gives { - 3585 :numberToDigits (3 5 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3585 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3585 1000) math:remainder 585}] - [ a r:Fact; r:gives {(585 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(585 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 585]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6303 a r:Inference; - r:gives { - 3586 :numberToDigits (3 5 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3586 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3586 1000) math:remainder 586}] - [ a r:Fact; r:gives {(586 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(586 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 586]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6304 a r:Inference; - r:gives { - 3587 :numberToDigits (3 5 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3587 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3587 1000) math:remainder 587}] - [ a r:Fact; r:gives {(587 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(587 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 587]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6305 a r:Inference; - r:gives { - 3588 :numberToDigits (3 5 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3588 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3588 1000) math:remainder 588}] - [ a r:Fact; r:gives {(588 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(588 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6306 a r:Inference; - r:gives { - (3 5 8 8) :digitsToNumber 3588 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(3000 500 80 8) math:sum 3588}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3588]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6307 a r:Inference; - r:gives { - (8 8 5 3) :digitsToNumber 8853 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(8000 800 50 3) math:sum 8853}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6308 a r:Inference; - r:gives { - 3589 :numberToDigits (3 5 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3589 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3589 1000) math:remainder 589}] - [ a r:Fact; r:gives {(589 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(589 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6309 a r:Inference; - r:gives { - (3 5 8 9) :digitsToNumber 3589 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(3000 500 80 9) math:sum 3589}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3589]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6310 a r:Inference; - r:gives { - (9 8 5 3) :digitsToNumber 9853 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 800 50 3) math:sum 9853}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6311 a r:Inference; - r:gives { - 3590 :numberToDigits (3 5 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3590 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3590 1000) math:remainder 590}] - [ a r:Fact; r:gives {(590 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(590 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 590]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6312 a r:Inference; - r:gives { - 3591 :numberToDigits (3 5 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3591 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3591 1000) math:remainder 591}] - [ a r:Fact; r:gives {(591 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(591 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 591]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6313 a r:Inference; - r:gives { - 3592 :numberToDigits (3 5 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3592 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3592 1000) math:remainder 592}] - [ a r:Fact; r:gives {(592 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(592 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 592]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6314 a r:Inference; - r:gives { - 3593 :numberToDigits (3 5 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3593 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3593 1000) math:remainder 593}] - [ a r:Fact; r:gives {(593 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(593 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 593]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6315 a r:Inference; - r:gives { - 3594 :numberToDigits (3 5 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3594 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3594 1000) math:remainder 594}] - [ a r:Fact; r:gives {(594 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(594 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 594]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6316 a r:Inference; - r:gives { - 3595 :numberToDigits (3 5 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3595 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3595 1000) math:remainder 595}] - [ a r:Fact; r:gives {(595 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(595 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 595]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6317 a r:Inference; - r:gives { - 3596 :numberToDigits (3 5 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3596 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3596 1000) math:remainder 596}] - [ a r:Fact; r:gives {(596 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(596 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 596]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6318 a r:Inference; - r:gives { - 3597 :numberToDigits (3 5 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3597 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3597 1000) math:remainder 597}] - [ a r:Fact; r:gives {(597 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(597 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 597]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6319 a r:Inference; - r:gives { - 3598 :numberToDigits (3 5 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3598 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3598 1000) math:remainder 598}] - [ a r:Fact; r:gives {(598 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(598 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 598]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6320 a r:Inference; - r:gives { - 3599 :numberToDigits (3 5 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3599 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3599 1000) math:remainder 599}] - [ a r:Fact; r:gives {(599 100) math:integerQuotient 5}] - [ a r:Fact; r:gives {(599 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6321 a r:Inference; - r:gives { - (3 5 9 9) :digitsToNumber 3599 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(5 100) math:product 500}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(3000 500 90 9) math:sum 3599}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 500]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3599]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6322 a r:Inference; - r:gives { - (9 9 5 3) :digitsToNumber 9953 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(5 10) math:product 50}] - [ a r:Fact; r:gives {(9000 900 50 3) math:sum 9953}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6323 a r:Inference; - r:gives { - 3600 :numberToDigits (3 6 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3600 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3600 1000) math:remainder 600}] - [ a r:Fact; r:gives {(600 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(600 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6324 a r:Inference; - r:gives { - 3601 :numberToDigits (3 6 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3601 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3601 1000) math:remainder 601}] - [ a r:Fact; r:gives {(601 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(601 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 601]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6325 a r:Inference; - r:gives { - 3602 :numberToDigits (3 6 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3602 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3602 1000) math:remainder 602}] - [ a r:Fact; r:gives {(602 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(602 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 602]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6326 a r:Inference; - r:gives { - 3603 :numberToDigits (3 6 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3603 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3603 1000) math:remainder 603}] - [ a r:Fact; r:gives {(603 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(603 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 603]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6327 a r:Inference; - r:gives { - 3604 :numberToDigits (3 6 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3604 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3604 1000) math:remainder 604}] - [ a r:Fact; r:gives {(604 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(604 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 604]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6328 a r:Inference; - r:gives { - 3605 :numberToDigits (3 6 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3605 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3605 1000) math:remainder 605}] - [ a r:Fact; r:gives {(605 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(605 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 605]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6329 a r:Inference; - r:gives { - 3606 :numberToDigits (3 6 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3606 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3606 1000) math:remainder 606}] - [ a r:Fact; r:gives {(606 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(606 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 606]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6330 a r:Inference; - r:gives { - 3607 :numberToDigits (3 6 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3607 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3607 1000) math:remainder 607}] - [ a r:Fact; r:gives {(607 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(607 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 607]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6331 a r:Inference; - r:gives { - 3608 :numberToDigits (3 6 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3608 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3608 1000) math:remainder 608}] - [ a r:Fact; r:gives {(608 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(608 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 608]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6332 a r:Inference; - r:gives { - 3609 :numberToDigits (3 6 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3609 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3609 1000) math:remainder 609}] - [ a r:Fact; r:gives {(609 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(609 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 609]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6333 a r:Inference; - r:gives { - 3610 :numberToDigits (3 6 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3610 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3610 1000) math:remainder 610}] - [ a r:Fact; r:gives {(610 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(610 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 610]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6334 a r:Inference; - r:gives { - 3611 :numberToDigits (3 6 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3611 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3611 1000) math:remainder 611}] - [ a r:Fact; r:gives {(611 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(611 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 611]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6335 a r:Inference; - r:gives { - 3612 :numberToDigits (3 6 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3612 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3612 1000) math:remainder 612}] - [ a r:Fact; r:gives {(612 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(612 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 612]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6336 a r:Inference; - r:gives { - 3613 :numberToDigits (3 6 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3613 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3613 1000) math:remainder 613}] - [ a r:Fact; r:gives {(613 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(613 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 613]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6337 a r:Inference; - r:gives { - 3614 :numberToDigits (3 6 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3614 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3614 1000) math:remainder 614}] - [ a r:Fact; r:gives {(614 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(614 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 614]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6338 a r:Inference; - r:gives { - 3615 :numberToDigits (3 6 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3615 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3615 1000) math:remainder 615}] - [ a r:Fact; r:gives {(615 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(615 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 615]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6339 a r:Inference; - r:gives { - 3616 :numberToDigits (3 6 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3616 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3616 1000) math:remainder 616}] - [ a r:Fact; r:gives {(616 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(616 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 616]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6340 a r:Inference; - r:gives { - 3617 :numberToDigits (3 6 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3617 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3617 1000) math:remainder 617}] - [ a r:Fact; r:gives {(617 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(617 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 617]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6341 a r:Inference; - r:gives { - 3618 :numberToDigits (3 6 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3618 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3618 1000) math:remainder 618}] - [ a r:Fact; r:gives {(618 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(618 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 618]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6342 a r:Inference; - r:gives { - 3619 :numberToDigits (3 6 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3619 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3619 1000) math:remainder 619}] - [ a r:Fact; r:gives {(619 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(619 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 619]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6343 a r:Inference; - r:gives { - 3620 :numberToDigits (3 6 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3620 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3620 1000) math:remainder 620}] - [ a r:Fact; r:gives {(620 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(620 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 620]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6344 a r:Inference; - r:gives { - 3621 :numberToDigits (3 6 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3621 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3621 1000) math:remainder 621}] - [ a r:Fact; r:gives {(621 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(621 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 621]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6345 a r:Inference; - r:gives { - 3622 :numberToDigits (3 6 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3622 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3622 1000) math:remainder 622}] - [ a r:Fact; r:gives {(622 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(622 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 622]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6346 a r:Inference; - r:gives { - 3623 :numberToDigits (3 6 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3623 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3623 1000) math:remainder 623}] - [ a r:Fact; r:gives {(623 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(623 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 623]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6347 a r:Inference; - r:gives { - 3624 :numberToDigits (3 6 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3624 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3624 1000) math:remainder 624}] - [ a r:Fact; r:gives {(624 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(624 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 624]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6348 a r:Inference; - r:gives { - 3625 :numberToDigits (3 6 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3625 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3625 1000) math:remainder 625}] - [ a r:Fact; r:gives {(625 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(625 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 625]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6349 a r:Inference; - r:gives { - 3626 :numberToDigits (3 6 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3626 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3626 1000) math:remainder 626}] - [ a r:Fact; r:gives {(626 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(626 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 626]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6350 a r:Inference; - r:gives { - 3627 :numberToDigits (3 6 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3627 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3627 1000) math:remainder 627}] - [ a r:Fact; r:gives {(627 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(627 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 627]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6351 a r:Inference; - r:gives { - 3628 :numberToDigits (3 6 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3628 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3628 1000) math:remainder 628}] - [ a r:Fact; r:gives {(628 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(628 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 628]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6352 a r:Inference; - r:gives { - 3629 :numberToDigits (3 6 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3629 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3629 1000) math:remainder 629}] - [ a r:Fact; r:gives {(629 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(629 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 629]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6353 a r:Inference; - r:gives { - 3630 :numberToDigits (3 6 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3630 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3630 1000) math:remainder 630}] - [ a r:Fact; r:gives {(630 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(630 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 630]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6354 a r:Inference; - r:gives { - 3631 :numberToDigits (3 6 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3631 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3631 1000) math:remainder 631}] - [ a r:Fact; r:gives {(631 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(631 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 631]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6355 a r:Inference; - r:gives { - 3632 :numberToDigits (3 6 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3632 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3632 1000) math:remainder 632}] - [ a r:Fact; r:gives {(632 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(632 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 632]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6356 a r:Inference; - r:gives { - 3633 :numberToDigits (3 6 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3633 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3633 1000) math:remainder 633}] - [ a r:Fact; r:gives {(633 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(633 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 633]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6357 a r:Inference; - r:gives { - 3634 :numberToDigits (3 6 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3634 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3634 1000) math:remainder 634}] - [ a r:Fact; r:gives {(634 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(634 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 634]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6358 a r:Inference; - r:gives { - 3635 :numberToDigits (3 6 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3635 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3635 1000) math:remainder 635}] - [ a r:Fact; r:gives {(635 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(635 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 635]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6359 a r:Inference; - r:gives { - 3636 :numberToDigits (3 6 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3636 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3636 1000) math:remainder 636}] - [ a r:Fact; r:gives {(636 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(636 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 636]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6360 a r:Inference; - r:gives { - 3637 :numberToDigits (3 6 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3637 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3637 1000) math:remainder 637}] - [ a r:Fact; r:gives {(637 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(637 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 637]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6361 a r:Inference; - r:gives { - 3638 :numberToDigits (3 6 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3638 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3638 1000) math:remainder 638}] - [ a r:Fact; r:gives {(638 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(638 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 638]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6362 a r:Inference; - r:gives { - 3639 :numberToDigits (3 6 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3639 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3639 1000) math:remainder 639}] - [ a r:Fact; r:gives {(639 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(639 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 639]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6363 a r:Inference; - r:gives { - 3640 :numberToDigits (3 6 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3640 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3640 1000) math:remainder 640}] - [ a r:Fact; r:gives {(640 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(640 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 640]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6364 a r:Inference; - r:gives { - 3641 :numberToDigits (3 6 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3641 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3641 1000) math:remainder 641}] - [ a r:Fact; r:gives {(641 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(641 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 641]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6365 a r:Inference; - r:gives { - 3642 :numberToDigits (3 6 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3642 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3642 1000) math:remainder 642}] - [ a r:Fact; r:gives {(642 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(642 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 642]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6366 a r:Inference; - r:gives { - 3643 :numberToDigits (3 6 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3643 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3643 1000) math:remainder 643}] - [ a r:Fact; r:gives {(643 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(643 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 643]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6367 a r:Inference; - r:gives { - 3644 :numberToDigits (3 6 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3644 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3644 1000) math:remainder 644}] - [ a r:Fact; r:gives {(644 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(644 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 644]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6368 a r:Inference; - r:gives { - 3645 :numberToDigits (3 6 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3645 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3645 1000) math:remainder 645}] - [ a r:Fact; r:gives {(645 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(645 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 645]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6369 a r:Inference; - r:gives { - 3646 :numberToDigits (3 6 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3646 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3646 1000) math:remainder 646}] - [ a r:Fact; r:gives {(646 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(646 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 646]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6370 a r:Inference; - r:gives { - 3647 :numberToDigits (3 6 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3647 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3647 1000) math:remainder 647}] - [ a r:Fact; r:gives {(647 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(647 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 647]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6371 a r:Inference; - r:gives { - 3648 :numberToDigits (3 6 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3648 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3648 1000) math:remainder 648}] - [ a r:Fact; r:gives {(648 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(648 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 648]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6372 a r:Inference; - r:gives { - 3649 :numberToDigits (3 6 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3649 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3649 1000) math:remainder 649}] - [ a r:Fact; r:gives {(649 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(649 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 649]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6373 a r:Inference; - r:gives { - 3650 :numberToDigits (3 6 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3650 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3650 1000) math:remainder 650}] - [ a r:Fact; r:gives {(650 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(650 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 650]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6374 a r:Inference; - r:gives { - 3651 :numberToDigits (3 6 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3651 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3651 1000) math:remainder 651}] - [ a r:Fact; r:gives {(651 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(651 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 651]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6375 a r:Inference; - r:gives { - 3652 :numberToDigits (3 6 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3652 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3652 1000) math:remainder 652}] - [ a r:Fact; r:gives {(652 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(652 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 652]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6376 a r:Inference; - r:gives { - 3653 :numberToDigits (3 6 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3653 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3653 1000) math:remainder 653}] - [ a r:Fact; r:gives {(653 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(653 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 653]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6377 a r:Inference; - r:gives { - 3654 :numberToDigits (3 6 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3654 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3654 1000) math:remainder 654}] - [ a r:Fact; r:gives {(654 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(654 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 654]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6378 a r:Inference; - r:gives { - 3655 :numberToDigits (3 6 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3655 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3655 1000) math:remainder 655}] - [ a r:Fact; r:gives {(655 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(655 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 655]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6379 a r:Inference; - r:gives { - 3656 :numberToDigits (3 6 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3656 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3656 1000) math:remainder 656}] - [ a r:Fact; r:gives {(656 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(656 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 656]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6380 a r:Inference; - r:gives { - 3657 :numberToDigits (3 6 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3657 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3657 1000) math:remainder 657}] - [ a r:Fact; r:gives {(657 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(657 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 657]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6381 a r:Inference; - r:gives { - 3658 :numberToDigits (3 6 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3658 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3658 1000) math:remainder 658}] - [ a r:Fact; r:gives {(658 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(658 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 658]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6382 a r:Inference; - r:gives { - 3659 :numberToDigits (3 6 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3659 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3659 1000) math:remainder 659}] - [ a r:Fact; r:gives {(659 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(659 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 659]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6383 a r:Inference; - r:gives { - 3660 :numberToDigits (3 6 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3660 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3660 1000) math:remainder 660}] - [ a r:Fact; r:gives {(660 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(660 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 660]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6384 a r:Inference; - r:gives { - 3661 :numberToDigits (3 6 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3661 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3661 1000) math:remainder 661}] - [ a r:Fact; r:gives {(661 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(661 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 661]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6385 a r:Inference; - r:gives { - 3662 :numberToDigits (3 6 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3662 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3662 1000) math:remainder 662}] - [ a r:Fact; r:gives {(662 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(662 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 662]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6386 a r:Inference; - r:gives { - 3663 :numberToDigits (3 6 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3663 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3663 1000) math:remainder 663}] - [ a r:Fact; r:gives {(663 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(663 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6387 a r:Inference; - r:gives { - 3664 :numberToDigits (3 6 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3664 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3664 1000) math:remainder 664}] - [ a r:Fact; r:gives {(664 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(664 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 664]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6388 a r:Inference; - r:gives { - 3665 :numberToDigits (3 6 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3665 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3665 1000) math:remainder 665}] - [ a r:Fact; r:gives {(665 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(665 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 665]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6389 a r:Inference; - r:gives { - 3666 :numberToDigits (3 6 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3666 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3666 1000) math:remainder 666}] - [ a r:Fact; r:gives {(666 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(666 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6390 a r:Inference; - r:gives { - (3 6 6 6) :digitsToNumber 3666 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 600 60 6) math:sum 3666}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3666]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6764. - -skolem:lemma6391 a r:Inference; - r:gives { - (6 6 6 3) :digitsToNumber 6663 . - }; - r:evidence ( - [ a r:Fact; r:gives {(6 1000) math:product 6000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(6000 600 60 3) math:sum 6663}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 6000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 6663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6392 a r:Inference; - r:gives { - 3667 :numberToDigits (3 6 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3667 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3667 1000) math:remainder 667}] - [ a r:Fact; r:gives {(667 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(667 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6393 a r:Inference; - r:gives { - (3 6 6 7) :digitsToNumber 3667 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 600 60 7) math:sum 3667}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3667]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma6394 a r:Inference; - r:gives { - (7 6 6 3) :digitsToNumber 7663 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(7000 600 60 3) math:sum 7663}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6395 a r:Inference; - r:gives { - 3668 :numberToDigits (3 6 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3668 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3668 1000) math:remainder 668}] - [ a r:Fact; r:gives {(668 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(668 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6396 a r:Inference; - r:gives { - (3 6 6 8) :digitsToNumber 3668 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 600 60 8) math:sum 3668}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3668]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6397 a r:Inference; - r:gives { - (8 6 6 3) :digitsToNumber 8663 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(8000 600 60 3) math:sum 8663}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6398 a r:Inference; - r:gives { - 3669 :numberToDigits (3 6 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3669 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3669 1000) math:remainder 669}] - [ a r:Fact; r:gives {(669 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(669 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6399 a r:Inference; - r:gives { - (3 6 6 9) :digitsToNumber 3669 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(3000 600 60 9) math:sum 3669}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3669]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6400 a r:Inference; - r:gives { - (9 6 6 3) :digitsToNumber 9663 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 600 60 3) math:sum 9663}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9663]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6401 a r:Inference; - r:gives { - 3670 :numberToDigits (3 6 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3670 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3670 1000) math:remainder 670}] - [ a r:Fact; r:gives {(670 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(670 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 670]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6402 a r:Inference; - r:gives { - 3671 :numberToDigits (3 6 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3671 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3671 1000) math:remainder 671}] - [ a r:Fact; r:gives {(671 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(671 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 671]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6403 a r:Inference; - r:gives { - 3672 :numberToDigits (3 6 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3672 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3672 1000) math:remainder 672}] - [ a r:Fact; r:gives {(672 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(672 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 672]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6404 a r:Inference; - r:gives { - 3673 :numberToDigits (3 6 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3673 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3673 1000) math:remainder 673}] - [ a r:Fact; r:gives {(673 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(673 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 673]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6405 a r:Inference; - r:gives { - 3674 :numberToDigits (3 6 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3674 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3674 1000) math:remainder 674}] - [ a r:Fact; r:gives {(674 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(674 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 674]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6406 a r:Inference; - r:gives { - 3675 :numberToDigits (3 6 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3675 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3675 1000) math:remainder 675}] - [ a r:Fact; r:gives {(675 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(675 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 675]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6407 a r:Inference; - r:gives { - 3676 :numberToDigits (3 6 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3676 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3676 1000) math:remainder 676}] - [ a r:Fact; r:gives {(676 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(676 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 676]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6408 a r:Inference; - r:gives { - 3677 :numberToDigits (3 6 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3677 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3677 1000) math:remainder 677}] - [ a r:Fact; r:gives {(677 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(677 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6409 a r:Inference; - r:gives { - (3 6 7 7) :digitsToNumber 3677 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 600 70 7) math:sum 3677}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3677]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma6410 a r:Inference; - r:gives { - (7 7 6 3) :digitsToNumber 7763 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(7000 700 60 3) math:sum 7763}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6411 a r:Inference; - r:gives { - 3678 :numberToDigits (3 6 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3678 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3678 1000) math:remainder 678}] - [ a r:Fact; r:gives {(678 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(678 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6412 a r:Inference; - r:gives { - (3 6 7 8) :digitsToNumber 3678 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 600 70 8) math:sum 3678}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3678]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6413 a r:Inference; - r:gives { - (8 7 6 3) :digitsToNumber 8763 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(8000 700 60 3) math:sum 8763}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6414 a r:Inference; - r:gives { - 3679 :numberToDigits (3 6 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3679 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3679 1000) math:remainder 679}] - [ a r:Fact; r:gives {(679 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(679 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6415 a r:Inference; - r:gives { - (3 6 7 9) :digitsToNumber 3679 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 600 70 9) math:sum 3679}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3679]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6416 a r:Inference; - r:gives { - (9 7 6 3) :digitsToNumber 9763 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 700 60 3) math:sum 9763}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6417 a r:Inference; - r:gives { - 3680 :numberToDigits (3 6 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3680 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3680 1000) math:remainder 680}] - [ a r:Fact; r:gives {(680 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(680 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 680]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6418 a r:Inference; - r:gives { - 3681 :numberToDigits (3 6 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3681 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3681 1000) math:remainder 681}] - [ a r:Fact; r:gives {(681 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(681 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 681]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6419 a r:Inference; - r:gives { - 3682 :numberToDigits (3 6 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3682 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3682 1000) math:remainder 682}] - [ a r:Fact; r:gives {(682 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(682 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 682]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6420 a r:Inference; - r:gives { - 3683 :numberToDigits (3 6 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3683 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3683 1000) math:remainder 683}] - [ a r:Fact; r:gives {(683 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(683 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 683]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6421 a r:Inference; - r:gives { - 3684 :numberToDigits (3 6 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3684 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3684 1000) math:remainder 684}] - [ a r:Fact; r:gives {(684 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(684 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 684]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6422 a r:Inference; - r:gives { - 3685 :numberToDigits (3 6 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3685 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3685 1000) math:remainder 685}] - [ a r:Fact; r:gives {(685 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(685 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 685]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6423 a r:Inference; - r:gives { - 3686 :numberToDigits (3 6 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3686 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3686 1000) math:remainder 686}] - [ a r:Fact; r:gives {(686 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(686 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 686]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6424 a r:Inference; - r:gives { - 3687 :numberToDigits (3 6 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3687 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3687 1000) math:remainder 687}] - [ a r:Fact; r:gives {(687 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(687 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 687]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6425 a r:Inference; - r:gives { - 3688 :numberToDigits (3 6 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3688 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3688 1000) math:remainder 688}] - [ a r:Fact; r:gives {(688 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(688 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6426 a r:Inference; - r:gives { - (3 6 8 8) :digitsToNumber 3688 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(3000 600 80 8) math:sum 3688}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3688]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6427 a r:Inference; - r:gives { - (8 8 6 3) :digitsToNumber 8863 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(8000 800 60 3) math:sum 8863}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6428 a r:Inference; - r:gives { - 3689 :numberToDigits (3 6 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3689 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3689 1000) math:remainder 689}] - [ a r:Fact; r:gives {(689 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(689 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6429 a r:Inference; - r:gives { - (3 6 8 9) :digitsToNumber 3689 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(3000 600 80 9) math:sum 3689}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3689]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6430 a r:Inference; - r:gives { - (9 8 6 3) :digitsToNumber 9863 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 800 60 3) math:sum 9863}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6431 a r:Inference; - r:gives { - 3690 :numberToDigits (3 6 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3690 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3690 1000) math:remainder 690}] - [ a r:Fact; r:gives {(690 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(690 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 690]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6432 a r:Inference; - r:gives { - 3691 :numberToDigits (3 6 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3691 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3691 1000) math:remainder 691}] - [ a r:Fact; r:gives {(691 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(691 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 691]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6433 a r:Inference; - r:gives { - 3692 :numberToDigits (3 6 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3692 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3692 1000) math:remainder 692}] - [ a r:Fact; r:gives {(692 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(692 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 692]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6434 a r:Inference; - r:gives { - 3693 :numberToDigits (3 6 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3693 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3693 1000) math:remainder 693}] - [ a r:Fact; r:gives {(693 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(693 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 693]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6435 a r:Inference; - r:gives { - 3694 :numberToDigits (3 6 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3694 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3694 1000) math:remainder 694}] - [ a r:Fact; r:gives {(694 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(694 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 694]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6436 a r:Inference; - r:gives { - 3695 :numberToDigits (3 6 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3695 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3695 1000) math:remainder 695}] - [ a r:Fact; r:gives {(695 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(695 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 695]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6437 a r:Inference; - r:gives { - 3696 :numberToDigits (3 6 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3696 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3696 1000) math:remainder 696}] - [ a r:Fact; r:gives {(696 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(696 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 696]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6438 a r:Inference; - r:gives { - 3697 :numberToDigits (3 6 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3697 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3697 1000) math:remainder 697}] - [ a r:Fact; r:gives {(697 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(697 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 697]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6439 a r:Inference; - r:gives { - 3698 :numberToDigits (3 6 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3698 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3698 1000) math:remainder 698}] - [ a r:Fact; r:gives {(698 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(698 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 698]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6440 a r:Inference; - r:gives { - 3699 :numberToDigits (3 6 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3699 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3699 1000) math:remainder 699}] - [ a r:Fact; r:gives {(699 100) math:integerQuotient 6}] - [ a r:Fact; r:gives {(699 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6441 a r:Inference; - r:gives { - (3 6 9 9) :digitsToNumber 3699 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(6 100) math:product 600}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(3000 600 90 9) math:sum 3699}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 600]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3699]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6442 a r:Inference; - r:gives { - (9 9 6 3) :digitsToNumber 9963 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(6 10) math:product 60}] - [ a r:Fact; r:gives {(9000 900 60 3) math:sum 9963}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6443 a r:Inference; - r:gives { - 3700 :numberToDigits (3 7 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3700 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3700 1000) math:remainder 700}] - [ a r:Fact; r:gives {(700 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(700 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6444 a r:Inference; - r:gives { - 3701 :numberToDigits (3 7 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3701 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3701 1000) math:remainder 701}] - [ a r:Fact; r:gives {(701 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(701 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 701]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6445 a r:Inference; - r:gives { - 3702 :numberToDigits (3 7 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3702 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3702 1000) math:remainder 702}] - [ a r:Fact; r:gives {(702 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(702 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 702]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6446 a r:Inference; - r:gives { - 3703 :numberToDigits (3 7 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3703 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3703 1000) math:remainder 703}] - [ a r:Fact; r:gives {(703 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(703 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 703]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6447 a r:Inference; - r:gives { - 3704 :numberToDigits (3 7 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3704 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3704 1000) math:remainder 704}] - [ a r:Fact; r:gives {(704 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(704 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 704]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6448 a r:Inference; - r:gives { - 3705 :numberToDigits (3 7 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3705 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3705 1000) math:remainder 705}] - [ a r:Fact; r:gives {(705 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(705 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 705]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6449 a r:Inference; - r:gives { - 3706 :numberToDigits (3 7 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3706 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3706 1000) math:remainder 706}] - [ a r:Fact; r:gives {(706 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(706 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 706]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6450 a r:Inference; - r:gives { - 3707 :numberToDigits (3 7 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3707 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3707 1000) math:remainder 707}] - [ a r:Fact; r:gives {(707 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(707 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 707]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6451 a r:Inference; - r:gives { - 3708 :numberToDigits (3 7 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3708 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3708 1000) math:remainder 708}] - [ a r:Fact; r:gives {(708 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(708 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 708]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6452 a r:Inference; - r:gives { - 3709 :numberToDigits (3 7 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3709 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3709 1000) math:remainder 709}] - [ a r:Fact; r:gives {(709 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(709 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 709]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6453 a r:Inference; - r:gives { - 3710 :numberToDigits (3 7 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3710 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3710 1000) math:remainder 710}] - [ a r:Fact; r:gives {(710 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(710 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 710]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6454 a r:Inference; - r:gives { - 3711 :numberToDigits (3 7 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3711 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3711 1000) math:remainder 711}] - [ a r:Fact; r:gives {(711 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(711 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 711]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6455 a r:Inference; - r:gives { - 3712 :numberToDigits (3 7 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3712 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3712 1000) math:remainder 712}] - [ a r:Fact; r:gives {(712 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(712 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 712]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6456 a r:Inference; - r:gives { - 3713 :numberToDigits (3 7 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3713 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3713 1000) math:remainder 713}] - [ a r:Fact; r:gives {(713 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(713 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 713]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6457 a r:Inference; - r:gives { - 3714 :numberToDigits (3 7 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3714 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3714 1000) math:remainder 714}] - [ a r:Fact; r:gives {(714 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(714 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 714]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6458 a r:Inference; - r:gives { - 3715 :numberToDigits (3 7 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3715 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3715 1000) math:remainder 715}] - [ a r:Fact; r:gives {(715 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(715 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 715]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6459 a r:Inference; - r:gives { - 3716 :numberToDigits (3 7 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3716 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3716 1000) math:remainder 716}] - [ a r:Fact; r:gives {(716 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(716 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 716]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6460 a r:Inference; - r:gives { - 3717 :numberToDigits (3 7 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3717 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3717 1000) math:remainder 717}] - [ a r:Fact; r:gives {(717 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(717 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 717]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6461 a r:Inference; - r:gives { - 3718 :numberToDigits (3 7 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3718 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3718 1000) math:remainder 718}] - [ a r:Fact; r:gives {(718 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(718 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 718]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6462 a r:Inference; - r:gives { - 3719 :numberToDigits (3 7 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3719 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3719 1000) math:remainder 719}] - [ a r:Fact; r:gives {(719 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(719 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 719]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6463 a r:Inference; - r:gives { - 3720 :numberToDigits (3 7 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3720 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3720 1000) math:remainder 720}] - [ a r:Fact; r:gives {(720 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(720 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 720]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6464 a r:Inference; - r:gives { - 3721 :numberToDigits (3 7 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3721 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3721 1000) math:remainder 721}] - [ a r:Fact; r:gives {(721 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(721 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 721]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6465 a r:Inference; - r:gives { - 3722 :numberToDigits (3 7 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3722 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3722 1000) math:remainder 722}] - [ a r:Fact; r:gives {(722 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(722 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 722]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6466 a r:Inference; - r:gives { - 3723 :numberToDigits (3 7 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3723 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3723 1000) math:remainder 723}] - [ a r:Fact; r:gives {(723 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(723 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 723]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6467 a r:Inference; - r:gives { - 3724 :numberToDigits (3 7 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3724 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3724 1000) math:remainder 724}] - [ a r:Fact; r:gives {(724 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(724 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 724]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6468 a r:Inference; - r:gives { - 3725 :numberToDigits (3 7 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3725 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3725 1000) math:remainder 725}] - [ a r:Fact; r:gives {(725 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(725 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 725]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6469 a r:Inference; - r:gives { - 3726 :numberToDigits (3 7 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3726 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3726 1000) math:remainder 726}] - [ a r:Fact; r:gives {(726 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(726 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 726]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6470 a r:Inference; - r:gives { - 3727 :numberToDigits (3 7 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3727 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3727 1000) math:remainder 727}] - [ a r:Fact; r:gives {(727 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(727 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 727]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6471 a r:Inference; - r:gives { - 3728 :numberToDigits (3 7 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3728 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3728 1000) math:remainder 728}] - [ a r:Fact; r:gives {(728 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(728 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 728]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6472 a r:Inference; - r:gives { - 3729 :numberToDigits (3 7 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3729 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3729 1000) math:remainder 729}] - [ a r:Fact; r:gives {(729 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(729 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 729]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6473 a r:Inference; - r:gives { - 3730 :numberToDigits (3 7 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3730 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3730 1000) math:remainder 730}] - [ a r:Fact; r:gives {(730 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(730 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 730]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6474 a r:Inference; - r:gives { - 3731 :numberToDigits (3 7 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3731 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3731 1000) math:remainder 731}] - [ a r:Fact; r:gives {(731 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(731 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 731]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6475 a r:Inference; - r:gives { - 3732 :numberToDigits (3 7 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3732 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3732 1000) math:remainder 732}] - [ a r:Fact; r:gives {(732 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(732 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 732]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6476 a r:Inference; - r:gives { - 3733 :numberToDigits (3 7 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3733 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3733 1000) math:remainder 733}] - [ a r:Fact; r:gives {(733 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(733 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 733]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6477 a r:Inference; - r:gives { - 3734 :numberToDigits (3 7 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3734 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3734 1000) math:remainder 734}] - [ a r:Fact; r:gives {(734 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(734 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 734]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6478 a r:Inference; - r:gives { - 3735 :numberToDigits (3 7 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3735 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3735 1000) math:remainder 735}] - [ a r:Fact; r:gives {(735 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(735 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 735]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6479 a r:Inference; - r:gives { - 3736 :numberToDigits (3 7 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3736 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3736 1000) math:remainder 736}] - [ a r:Fact; r:gives {(736 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(736 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 736]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6480 a r:Inference; - r:gives { - 3737 :numberToDigits (3 7 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3737 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3737 1000) math:remainder 737}] - [ a r:Fact; r:gives {(737 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(737 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 737]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6481 a r:Inference; - r:gives { - 3738 :numberToDigits (3 7 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3738 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3738 1000) math:remainder 738}] - [ a r:Fact; r:gives {(738 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(738 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 738]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6482 a r:Inference; - r:gives { - 3739 :numberToDigits (3 7 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3739 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3739 1000) math:remainder 739}] - [ a r:Fact; r:gives {(739 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(739 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 739]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6483 a r:Inference; - r:gives { - 3740 :numberToDigits (3 7 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3740 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3740 1000) math:remainder 740}] - [ a r:Fact; r:gives {(740 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(740 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 740]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6484 a r:Inference; - r:gives { - 3741 :numberToDigits (3 7 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3741 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3741 1000) math:remainder 741}] - [ a r:Fact; r:gives {(741 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(741 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 741]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6485 a r:Inference; - r:gives { - 3742 :numberToDigits (3 7 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3742 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3742 1000) math:remainder 742}] - [ a r:Fact; r:gives {(742 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(742 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 742]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6486 a r:Inference; - r:gives { - 3743 :numberToDigits (3 7 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3743 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3743 1000) math:remainder 743}] - [ a r:Fact; r:gives {(743 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(743 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 743]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6487 a r:Inference; - r:gives { - 3744 :numberToDigits (3 7 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3744 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3744 1000) math:remainder 744}] - [ a r:Fact; r:gives {(744 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(744 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 744]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6488 a r:Inference; - r:gives { - 3745 :numberToDigits (3 7 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3745 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3745 1000) math:remainder 745}] - [ a r:Fact; r:gives {(745 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(745 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 745]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6489 a r:Inference; - r:gives { - 3746 :numberToDigits (3 7 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3746 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3746 1000) math:remainder 746}] - [ a r:Fact; r:gives {(746 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(746 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 746]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6490 a r:Inference; - r:gives { - 3747 :numberToDigits (3 7 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3747 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3747 1000) math:remainder 747}] - [ a r:Fact; r:gives {(747 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(747 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 747]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6491 a r:Inference; - r:gives { - 3748 :numberToDigits (3 7 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3748 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3748 1000) math:remainder 748}] - [ a r:Fact; r:gives {(748 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(748 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 748]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6492 a r:Inference; - r:gives { - 3749 :numberToDigits (3 7 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3749 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3749 1000) math:remainder 749}] - [ a r:Fact; r:gives {(749 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(749 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 749]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6493 a r:Inference; - r:gives { - 3750 :numberToDigits (3 7 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3750 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3750 1000) math:remainder 750}] - [ a r:Fact; r:gives {(750 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(750 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 750]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6494 a r:Inference; - r:gives { - 3751 :numberToDigits (3 7 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3751 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3751 1000) math:remainder 751}] - [ a r:Fact; r:gives {(751 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(751 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 751]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6495 a r:Inference; - r:gives { - 3752 :numberToDigits (3 7 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3752 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3752 1000) math:remainder 752}] - [ a r:Fact; r:gives {(752 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(752 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 752]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6496 a r:Inference; - r:gives { - 3753 :numberToDigits (3 7 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3753 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3753 1000) math:remainder 753}] - [ a r:Fact; r:gives {(753 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(753 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 753]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6497 a r:Inference; - r:gives { - 3754 :numberToDigits (3 7 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3754 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3754 1000) math:remainder 754}] - [ a r:Fact; r:gives {(754 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(754 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 754]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6498 a r:Inference; - r:gives { - 3755 :numberToDigits (3 7 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3755 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3755 1000) math:remainder 755}] - [ a r:Fact; r:gives {(755 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(755 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 755]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6499 a r:Inference; - r:gives { - 3756 :numberToDigits (3 7 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3756 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3756 1000) math:remainder 756}] - [ a r:Fact; r:gives {(756 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(756 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 756]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6500 a r:Inference; - r:gives { - 3757 :numberToDigits (3 7 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3757 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3757 1000) math:remainder 757}] - [ a r:Fact; r:gives {(757 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(757 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 757]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6501 a r:Inference; - r:gives { - 3758 :numberToDigits (3 7 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3758 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3758 1000) math:remainder 758}] - [ a r:Fact; r:gives {(758 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(758 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 758]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6502 a r:Inference; - r:gives { - 3759 :numberToDigits (3 7 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3759 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3759 1000) math:remainder 759}] - [ a r:Fact; r:gives {(759 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(759 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 759]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6503 a r:Inference; - r:gives { - 3760 :numberToDigits (3 7 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3760 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3760 1000) math:remainder 760}] - [ a r:Fact; r:gives {(760 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(760 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 760]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6504 a r:Inference; - r:gives { - 3761 :numberToDigits (3 7 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3761 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3761 1000) math:remainder 761}] - [ a r:Fact; r:gives {(761 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(761 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 761]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6505 a r:Inference; - r:gives { - 3762 :numberToDigits (3 7 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3762 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3762 1000) math:remainder 762}] - [ a r:Fact; r:gives {(762 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(762 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 762]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6506 a r:Inference; - r:gives { - 3763 :numberToDigits (3 7 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3763 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3763 1000) math:remainder 763}] - [ a r:Fact; r:gives {(763 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(763 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 763]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6507 a r:Inference; - r:gives { - 3764 :numberToDigits (3 7 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3764 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3764 1000) math:remainder 764}] - [ a r:Fact; r:gives {(764 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(764 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 764]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6508 a r:Inference; - r:gives { - 3765 :numberToDigits (3 7 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3765 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3765 1000) math:remainder 765}] - [ a r:Fact; r:gives {(765 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(765 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 765]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6509 a r:Inference; - r:gives { - 3766 :numberToDigits (3 7 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3766 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3766 1000) math:remainder 766}] - [ a r:Fact; r:gives {(766 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(766 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 766]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6510 a r:Inference; - r:gives { - 3767 :numberToDigits (3 7 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3767 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3767 1000) math:remainder 767}] - [ a r:Fact; r:gives {(767 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(767 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 767]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6511 a r:Inference; - r:gives { - 3768 :numberToDigits (3 7 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3768 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3768 1000) math:remainder 768}] - [ a r:Fact; r:gives {(768 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(768 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 768]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6512 a r:Inference; - r:gives { - 3769 :numberToDigits (3 7 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3769 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3769 1000) math:remainder 769}] - [ a r:Fact; r:gives {(769 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(769 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 769]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6513 a r:Inference; - r:gives { - 3770 :numberToDigits (3 7 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3770 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3770 1000) math:remainder 770}] - [ a r:Fact; r:gives {(770 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(770 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 770]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6514 a r:Inference; - r:gives { - 3771 :numberToDigits (3 7 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3771 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3771 1000) math:remainder 771}] - [ a r:Fact; r:gives {(771 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(771 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 771]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6515 a r:Inference; - r:gives { - 3772 :numberToDigits (3 7 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3772 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3772 1000) math:remainder 772}] - [ a r:Fact; r:gives {(772 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(772 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 772]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6516 a r:Inference; - r:gives { - 3773 :numberToDigits (3 7 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3773 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3773 1000) math:remainder 773}] - [ a r:Fact; r:gives {(773 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(773 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6517 a r:Inference; - r:gives { - 3774 :numberToDigits (3 7 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3774 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3774 1000) math:remainder 774}] - [ a r:Fact; r:gives {(774 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(774 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 774]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6518 a r:Inference; - r:gives { - 3775 :numberToDigits (3 7 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3775 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3775 1000) math:remainder 775}] - [ a r:Fact; r:gives {(775 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(775 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 775]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6519 a r:Inference; - r:gives { - 3776 :numberToDigits (3 7 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3776 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3776 1000) math:remainder 776}] - [ a r:Fact; r:gives {(776 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(776 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 776]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6520 a r:Inference; - r:gives { - 3777 :numberToDigits (3 7 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3777 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3777 1000) math:remainder 777}] - [ a r:Fact; r:gives {(777 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(777 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6521 a r:Inference; - r:gives { - (3 7 7 7) :digitsToNumber 3777 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 700 70 7) math:sum 3777}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3777]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6764. - -skolem:lemma6522 a r:Inference; - r:gives { - (7 7 7 3) :digitsToNumber 7773 . - }; - r:evidence ( - [ a r:Fact; r:gives {(7 1000) math:product 7000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(7000 700 70 3) math:sum 7773}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 7000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 7773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6523 a r:Inference; - r:gives { - 3778 :numberToDigits (3 7 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3778 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3778 1000) math:remainder 778}] - [ a r:Fact; r:gives {(778 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(778 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6524 a r:Inference; - r:gives { - (3 7 7 8) :digitsToNumber 3778 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 700 70 8) math:sum 3778}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3778]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6525 a r:Inference; - r:gives { - (8 7 7 3) :digitsToNumber 8773 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(8000 700 70 3) math:sum 8773}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6526 a r:Inference; - r:gives { - 3779 :numberToDigits (3 7 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3779 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3779 1000) math:remainder 779}] - [ a r:Fact; r:gives {(779 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(779 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6527 a r:Inference; - r:gives { - (3 7 7 9) :digitsToNumber 3779 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(3000 700 70 9) math:sum 3779}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3779]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6528 a r:Inference; - r:gives { - (9 7 7 3) :digitsToNumber 9773 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(9000 700 70 3) math:sum 9773}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9773]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6529 a r:Inference; - r:gives { - 3780 :numberToDigits (3 7 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3780 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3780 1000) math:remainder 780}] - [ a r:Fact; r:gives {(780 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(780 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 780]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6530 a r:Inference; - r:gives { - 3781 :numberToDigits (3 7 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3781 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3781 1000) math:remainder 781}] - [ a r:Fact; r:gives {(781 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(781 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 781]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6531 a r:Inference; - r:gives { - 3782 :numberToDigits (3 7 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3782 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3782 1000) math:remainder 782}] - [ a r:Fact; r:gives {(782 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(782 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 782]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6532 a r:Inference; - r:gives { - 3783 :numberToDigits (3 7 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3783 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3783 1000) math:remainder 783}] - [ a r:Fact; r:gives {(783 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(783 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 783]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6533 a r:Inference; - r:gives { - 3784 :numberToDigits (3 7 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3784 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3784 1000) math:remainder 784}] - [ a r:Fact; r:gives {(784 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(784 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 784]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6534 a r:Inference; - r:gives { - 3785 :numberToDigits (3 7 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3785 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3785 1000) math:remainder 785}] - [ a r:Fact; r:gives {(785 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(785 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 785]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6535 a r:Inference; - r:gives { - 3786 :numberToDigits (3 7 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3786 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3786 1000) math:remainder 786}] - [ a r:Fact; r:gives {(786 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(786 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 786]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6536 a r:Inference; - r:gives { - 3787 :numberToDigits (3 7 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3787 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3787 1000) math:remainder 787}] - [ a r:Fact; r:gives {(787 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(787 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 787]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6537 a r:Inference; - r:gives { - 3788 :numberToDigits (3 7 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3788 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3788 1000) math:remainder 788}] - [ a r:Fact; r:gives {(788 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(788 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6538 a r:Inference; - r:gives { - (3 7 8 8) :digitsToNumber 3788 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(3000 700 80 8) math:sum 3788}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3788]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6539 a r:Inference; - r:gives { - (8 8 7 3) :digitsToNumber 8873 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(8000 800 70 3) math:sum 8873}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6540 a r:Inference; - r:gives { - 3789 :numberToDigits (3 7 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3789 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3789 1000) math:remainder 789}] - [ a r:Fact; r:gives {(789 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(789 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6541 a r:Inference; - r:gives { - (3 7 8 9) :digitsToNumber 3789 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(3000 700 80 9) math:sum 3789}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3789]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6542 a r:Inference; - r:gives { - (9 8 7 3) :digitsToNumber 9873 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(9000 800 70 3) math:sum 9873}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6543 a r:Inference; - r:gives { - 3790 :numberToDigits (3 7 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3790 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3790 1000) math:remainder 790}] - [ a r:Fact; r:gives {(790 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(790 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 790]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6544 a r:Inference; - r:gives { - 3791 :numberToDigits (3 7 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3791 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3791 1000) math:remainder 791}] - [ a r:Fact; r:gives {(791 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(791 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 791]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6545 a r:Inference; - r:gives { - 3792 :numberToDigits (3 7 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3792 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3792 1000) math:remainder 792}] - [ a r:Fact; r:gives {(792 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(792 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 792]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6546 a r:Inference; - r:gives { - 3793 :numberToDigits (3 7 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3793 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3793 1000) math:remainder 793}] - [ a r:Fact; r:gives {(793 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(793 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 793]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6547 a r:Inference; - r:gives { - 3794 :numberToDigits (3 7 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3794 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3794 1000) math:remainder 794}] - [ a r:Fact; r:gives {(794 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(794 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 794]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6548 a r:Inference; - r:gives { - 3795 :numberToDigits (3 7 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3795 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3795 1000) math:remainder 795}] - [ a r:Fact; r:gives {(795 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(795 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 795]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6549 a r:Inference; - r:gives { - 3796 :numberToDigits (3 7 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3796 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3796 1000) math:remainder 796}] - [ a r:Fact; r:gives {(796 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(796 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 796]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6550 a r:Inference; - r:gives { - 3797 :numberToDigits (3 7 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3797 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3797 1000) math:remainder 797}] - [ a r:Fact; r:gives {(797 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(797 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 797]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6551 a r:Inference; - r:gives { - 3798 :numberToDigits (3 7 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3798 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3798 1000) math:remainder 798}] - [ a r:Fact; r:gives {(798 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(798 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 798]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6552 a r:Inference; - r:gives { - 3799 :numberToDigits (3 7 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3799 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3799 1000) math:remainder 799}] - [ a r:Fact; r:gives {(799 100) math:integerQuotient 7}] - [ a r:Fact; r:gives {(799 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6553 a r:Inference; - r:gives { - (3 7 9 9) :digitsToNumber 3799 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(7 100) math:product 700}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(3000 700 90 9) math:sum 3799}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 700]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3799]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6554 a r:Inference; - r:gives { - (9 9 7 3) :digitsToNumber 9973 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(7 10) math:product 70}] - [ a r:Fact; r:gives {(9000 900 70 3) math:sum 9973}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6555 a r:Inference; - r:gives { - 3800 :numberToDigits (3 8 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3800 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3800 1000) math:remainder 800}] - [ a r:Fact; r:gives {(800 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(800 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6556 a r:Inference; - r:gives { - 3801 :numberToDigits (3 8 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3801 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3801 1000) math:remainder 801}] - [ a r:Fact; r:gives {(801 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(801 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 801]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6557 a r:Inference; - r:gives { - 3802 :numberToDigits (3 8 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3802 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3802 1000) math:remainder 802}] - [ a r:Fact; r:gives {(802 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(802 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 802]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6558 a r:Inference; - r:gives { - 3803 :numberToDigits (3 8 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3803 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3803 1000) math:remainder 803}] - [ a r:Fact; r:gives {(803 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(803 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 803]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6559 a r:Inference; - r:gives { - 3804 :numberToDigits (3 8 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3804 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3804 1000) math:remainder 804}] - [ a r:Fact; r:gives {(804 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(804 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 804]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6560 a r:Inference; - r:gives { - 3805 :numberToDigits (3 8 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3805 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3805 1000) math:remainder 805}] - [ a r:Fact; r:gives {(805 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(805 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 805]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6561 a r:Inference; - r:gives { - 3806 :numberToDigits (3 8 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3806 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3806 1000) math:remainder 806}] - [ a r:Fact; r:gives {(806 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(806 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 806]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6562 a r:Inference; - r:gives { - 3807 :numberToDigits (3 8 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3807 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3807 1000) math:remainder 807}] - [ a r:Fact; r:gives {(807 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(807 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 807]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6563 a r:Inference; - r:gives { - 3808 :numberToDigits (3 8 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3808 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3808 1000) math:remainder 808}] - [ a r:Fact; r:gives {(808 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(808 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 808]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6564 a r:Inference; - r:gives { - 3809 :numberToDigits (3 8 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3809 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3809 1000) math:remainder 809}] - [ a r:Fact; r:gives {(809 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(809 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 809]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6565 a r:Inference; - r:gives { - 3810 :numberToDigits (3 8 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3810 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3810 1000) math:remainder 810}] - [ a r:Fact; r:gives {(810 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(810 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 810]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6566 a r:Inference; - r:gives { - 3811 :numberToDigits (3 8 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3811 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3811 1000) math:remainder 811}] - [ a r:Fact; r:gives {(811 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(811 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 811]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6567 a r:Inference; - r:gives { - 3812 :numberToDigits (3 8 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3812 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3812 1000) math:remainder 812}] - [ a r:Fact; r:gives {(812 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(812 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 812]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6568 a r:Inference; - r:gives { - 3813 :numberToDigits (3 8 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3813 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3813 1000) math:remainder 813}] - [ a r:Fact; r:gives {(813 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(813 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 813]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6569 a r:Inference; - r:gives { - 3814 :numberToDigits (3 8 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3814 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3814 1000) math:remainder 814}] - [ a r:Fact; r:gives {(814 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(814 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 814]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6570 a r:Inference; - r:gives { - 3815 :numberToDigits (3 8 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3815 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3815 1000) math:remainder 815}] - [ a r:Fact; r:gives {(815 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(815 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 815]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6571 a r:Inference; - r:gives { - 3816 :numberToDigits (3 8 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3816 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3816 1000) math:remainder 816}] - [ a r:Fact; r:gives {(816 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(816 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 816]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6572 a r:Inference; - r:gives { - 3817 :numberToDigits (3 8 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3817 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3817 1000) math:remainder 817}] - [ a r:Fact; r:gives {(817 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(817 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 817]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6573 a r:Inference; - r:gives { - 3818 :numberToDigits (3 8 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3818 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3818 1000) math:remainder 818}] - [ a r:Fact; r:gives {(818 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(818 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 818]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6574 a r:Inference; - r:gives { - 3819 :numberToDigits (3 8 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3819 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3819 1000) math:remainder 819}] - [ a r:Fact; r:gives {(819 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(819 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 819]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6575 a r:Inference; - r:gives { - 3820 :numberToDigits (3 8 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3820 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3820 1000) math:remainder 820}] - [ a r:Fact; r:gives {(820 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(820 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 820]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6576 a r:Inference; - r:gives { - 3821 :numberToDigits (3 8 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3821 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3821 1000) math:remainder 821}] - [ a r:Fact; r:gives {(821 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(821 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 821]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6577 a r:Inference; - r:gives { - 3822 :numberToDigits (3 8 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3822 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3822 1000) math:remainder 822}] - [ a r:Fact; r:gives {(822 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(822 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 822]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6578 a r:Inference; - r:gives { - 3823 :numberToDigits (3 8 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3823 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3823 1000) math:remainder 823}] - [ a r:Fact; r:gives {(823 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(823 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 823]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6579 a r:Inference; - r:gives { - 3824 :numberToDigits (3 8 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3824 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3824 1000) math:remainder 824}] - [ a r:Fact; r:gives {(824 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(824 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 824]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6580 a r:Inference; - r:gives { - 3825 :numberToDigits (3 8 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3825 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3825 1000) math:remainder 825}] - [ a r:Fact; r:gives {(825 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(825 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 825]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6581 a r:Inference; - r:gives { - 3826 :numberToDigits (3 8 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3826 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3826 1000) math:remainder 826}] - [ a r:Fact; r:gives {(826 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(826 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 826]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6582 a r:Inference; - r:gives { - 3827 :numberToDigits (3 8 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3827 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3827 1000) math:remainder 827}] - [ a r:Fact; r:gives {(827 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(827 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 827]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6583 a r:Inference; - r:gives { - 3828 :numberToDigits (3 8 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3828 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3828 1000) math:remainder 828}] - [ a r:Fact; r:gives {(828 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(828 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 828]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6584 a r:Inference; - r:gives { - 3829 :numberToDigits (3 8 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3829 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3829 1000) math:remainder 829}] - [ a r:Fact; r:gives {(829 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(829 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 829]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6585 a r:Inference; - r:gives { - 3830 :numberToDigits (3 8 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3830 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3830 1000) math:remainder 830}] - [ a r:Fact; r:gives {(830 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(830 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 830]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6586 a r:Inference; - r:gives { - 3831 :numberToDigits (3 8 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3831 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3831 1000) math:remainder 831}] - [ a r:Fact; r:gives {(831 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(831 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 831]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6587 a r:Inference; - r:gives { - 3832 :numberToDigits (3 8 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3832 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3832 1000) math:remainder 832}] - [ a r:Fact; r:gives {(832 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(832 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 832]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6588 a r:Inference; - r:gives { - 3833 :numberToDigits (3 8 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3833 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3833 1000) math:remainder 833}] - [ a r:Fact; r:gives {(833 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(833 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 833]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6589 a r:Inference; - r:gives { - 3834 :numberToDigits (3 8 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3834 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3834 1000) math:remainder 834}] - [ a r:Fact; r:gives {(834 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(834 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 834]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6590 a r:Inference; - r:gives { - 3835 :numberToDigits (3 8 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3835 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3835 1000) math:remainder 835}] - [ a r:Fact; r:gives {(835 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(835 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 835]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6591 a r:Inference; - r:gives { - 3836 :numberToDigits (3 8 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3836 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3836 1000) math:remainder 836}] - [ a r:Fact; r:gives {(836 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(836 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 836]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6592 a r:Inference; - r:gives { - 3837 :numberToDigits (3 8 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3837 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3837 1000) math:remainder 837}] - [ a r:Fact; r:gives {(837 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(837 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 837]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6593 a r:Inference; - r:gives { - 3838 :numberToDigits (3 8 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3838 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3838 1000) math:remainder 838}] - [ a r:Fact; r:gives {(838 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(838 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 838]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6594 a r:Inference; - r:gives { - 3839 :numberToDigits (3 8 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3839 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3839 1000) math:remainder 839}] - [ a r:Fact; r:gives {(839 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(839 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 839]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6595 a r:Inference; - r:gives { - 3840 :numberToDigits (3 8 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3840 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3840 1000) math:remainder 840}] - [ a r:Fact; r:gives {(840 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(840 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 840]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6596 a r:Inference; - r:gives { - 3841 :numberToDigits (3 8 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3841 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3841 1000) math:remainder 841}] - [ a r:Fact; r:gives {(841 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(841 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 841]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6597 a r:Inference; - r:gives { - 3842 :numberToDigits (3 8 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3842 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3842 1000) math:remainder 842}] - [ a r:Fact; r:gives {(842 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(842 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 842]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6598 a r:Inference; - r:gives { - 3843 :numberToDigits (3 8 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3843 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3843 1000) math:remainder 843}] - [ a r:Fact; r:gives {(843 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(843 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 843]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6599 a r:Inference; - r:gives { - 3844 :numberToDigits (3 8 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3844 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3844 1000) math:remainder 844}] - [ a r:Fact; r:gives {(844 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(844 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 844]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6600 a r:Inference; - r:gives { - 3845 :numberToDigits (3 8 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3845 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3845 1000) math:remainder 845}] - [ a r:Fact; r:gives {(845 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(845 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 845]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6601 a r:Inference; - r:gives { - 3846 :numberToDigits (3 8 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3846 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3846 1000) math:remainder 846}] - [ a r:Fact; r:gives {(846 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(846 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 846]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6602 a r:Inference; - r:gives { - 3847 :numberToDigits (3 8 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3847 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3847 1000) math:remainder 847}] - [ a r:Fact; r:gives {(847 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(847 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 847]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6603 a r:Inference; - r:gives { - 3848 :numberToDigits (3 8 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3848 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3848 1000) math:remainder 848}] - [ a r:Fact; r:gives {(848 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(848 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 848]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6604 a r:Inference; - r:gives { - 3849 :numberToDigits (3 8 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3849 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3849 1000) math:remainder 849}] - [ a r:Fact; r:gives {(849 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(849 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 849]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6605 a r:Inference; - r:gives { - 3850 :numberToDigits (3 8 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3850 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3850 1000) math:remainder 850}] - [ a r:Fact; r:gives {(850 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(850 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 850]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6606 a r:Inference; - r:gives { - 3851 :numberToDigits (3 8 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3851 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3851 1000) math:remainder 851}] - [ a r:Fact; r:gives {(851 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(851 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 851]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6607 a r:Inference; - r:gives { - 3852 :numberToDigits (3 8 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3852 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3852 1000) math:remainder 852}] - [ a r:Fact; r:gives {(852 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(852 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 852]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6608 a r:Inference; - r:gives { - 3853 :numberToDigits (3 8 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3853 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3853 1000) math:remainder 853}] - [ a r:Fact; r:gives {(853 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(853 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 853]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6609 a r:Inference; - r:gives { - 3854 :numberToDigits (3 8 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3854 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3854 1000) math:remainder 854}] - [ a r:Fact; r:gives {(854 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(854 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 854]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6610 a r:Inference; - r:gives { - 3855 :numberToDigits (3 8 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3855 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3855 1000) math:remainder 855}] - [ a r:Fact; r:gives {(855 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(855 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 855]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6611 a r:Inference; - r:gives { - 3856 :numberToDigits (3 8 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3856 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3856 1000) math:remainder 856}] - [ a r:Fact; r:gives {(856 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(856 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 856]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6612 a r:Inference; - r:gives { - 3857 :numberToDigits (3 8 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3857 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3857 1000) math:remainder 857}] - [ a r:Fact; r:gives {(857 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(857 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 857]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6613 a r:Inference; - r:gives { - 3858 :numberToDigits (3 8 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3858 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3858 1000) math:remainder 858}] - [ a r:Fact; r:gives {(858 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(858 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 858]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6614 a r:Inference; - r:gives { - 3859 :numberToDigits (3 8 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3859 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3859 1000) math:remainder 859}] - [ a r:Fact; r:gives {(859 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(859 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 859]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6615 a r:Inference; - r:gives { - 3860 :numberToDigits (3 8 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3860 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3860 1000) math:remainder 860}] - [ a r:Fact; r:gives {(860 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(860 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 860]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6616 a r:Inference; - r:gives { - 3861 :numberToDigits (3 8 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3861 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3861 1000) math:remainder 861}] - [ a r:Fact; r:gives {(861 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(861 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 861]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6617 a r:Inference; - r:gives { - 3862 :numberToDigits (3 8 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3862 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3862 1000) math:remainder 862}] - [ a r:Fact; r:gives {(862 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(862 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 862]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6618 a r:Inference; - r:gives { - 3863 :numberToDigits (3 8 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3863 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3863 1000) math:remainder 863}] - [ a r:Fact; r:gives {(863 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(863 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 863]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6619 a r:Inference; - r:gives { - 3864 :numberToDigits (3 8 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3864 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3864 1000) math:remainder 864}] - [ a r:Fact; r:gives {(864 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(864 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 864]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6620 a r:Inference; - r:gives { - 3865 :numberToDigits (3 8 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3865 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3865 1000) math:remainder 865}] - [ a r:Fact; r:gives {(865 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(865 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 865]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6621 a r:Inference; - r:gives { - 3866 :numberToDigits (3 8 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3866 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3866 1000) math:remainder 866}] - [ a r:Fact; r:gives {(866 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(866 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 866]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6622 a r:Inference; - r:gives { - 3867 :numberToDigits (3 8 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3867 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3867 1000) math:remainder 867}] - [ a r:Fact; r:gives {(867 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(867 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 867]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6623 a r:Inference; - r:gives { - 3868 :numberToDigits (3 8 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3868 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3868 1000) math:remainder 868}] - [ a r:Fact; r:gives {(868 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(868 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 868]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6624 a r:Inference; - r:gives { - 3869 :numberToDigits (3 8 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3869 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3869 1000) math:remainder 869}] - [ a r:Fact; r:gives {(869 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(869 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 869]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6625 a r:Inference; - r:gives { - 3870 :numberToDigits (3 8 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3870 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3870 1000) math:remainder 870}] - [ a r:Fact; r:gives {(870 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(870 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 870]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6626 a r:Inference; - r:gives { - 3871 :numberToDigits (3 8 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3871 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3871 1000) math:remainder 871}] - [ a r:Fact; r:gives {(871 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(871 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 871]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6627 a r:Inference; - r:gives { - 3872 :numberToDigits (3 8 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3872 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3872 1000) math:remainder 872}] - [ a r:Fact; r:gives {(872 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(872 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 872]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6628 a r:Inference; - r:gives { - 3873 :numberToDigits (3 8 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3873 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3873 1000) math:remainder 873}] - [ a r:Fact; r:gives {(873 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(873 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 873]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6629 a r:Inference; - r:gives { - 3874 :numberToDigits (3 8 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3874 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3874 1000) math:remainder 874}] - [ a r:Fact; r:gives {(874 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(874 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 874]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6630 a r:Inference; - r:gives { - 3875 :numberToDigits (3 8 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3875 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3875 1000) math:remainder 875}] - [ a r:Fact; r:gives {(875 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(875 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 875]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6631 a r:Inference; - r:gives { - 3876 :numberToDigits (3 8 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3876 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3876 1000) math:remainder 876}] - [ a r:Fact; r:gives {(876 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(876 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 876]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6632 a r:Inference; - r:gives { - 3877 :numberToDigits (3 8 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3877 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3877 1000) math:remainder 877}] - [ a r:Fact; r:gives {(877 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(877 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 877]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6633 a r:Inference; - r:gives { - 3878 :numberToDigits (3 8 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3878 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3878 1000) math:remainder 878}] - [ a r:Fact; r:gives {(878 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(878 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 878]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6634 a r:Inference; - r:gives { - 3879 :numberToDigits (3 8 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3879 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3879 1000) math:remainder 879}] - [ a r:Fact; r:gives {(879 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(879 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 879]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6635 a r:Inference; - r:gives { - 3880 :numberToDigits (3 8 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3880 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3880 1000) math:remainder 880}] - [ a r:Fact; r:gives {(880 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(880 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 880]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6636 a r:Inference; - r:gives { - 3881 :numberToDigits (3 8 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3881 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3881 1000) math:remainder 881}] - [ a r:Fact; r:gives {(881 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(881 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 881]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6637 a r:Inference; - r:gives { - 3882 :numberToDigits (3 8 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3882 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3882 1000) math:remainder 882}] - [ a r:Fact; r:gives {(882 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(882 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 882]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6638 a r:Inference; - r:gives { - 3883 :numberToDigits (3 8 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3883 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3883 1000) math:remainder 883}] - [ a r:Fact; r:gives {(883 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(883 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6639 a r:Inference; - r:gives { - 3884 :numberToDigits (3 8 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3884 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3884 1000) math:remainder 884}] - [ a r:Fact; r:gives {(884 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(884 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 884]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6640 a r:Inference; - r:gives { - 3885 :numberToDigits (3 8 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3885 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3885 1000) math:remainder 885}] - [ a r:Fact; r:gives {(885 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(885 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 885]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6641 a r:Inference; - r:gives { - 3886 :numberToDigits (3 8 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3886 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3886 1000) math:remainder 886}] - [ a r:Fact; r:gives {(886 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(886 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 886]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6642 a r:Inference; - r:gives { - 3887 :numberToDigits (3 8 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3887 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3887 1000) math:remainder 887}] - [ a r:Fact; r:gives {(887 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(887 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 887]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6643 a r:Inference; - r:gives { - 3888 :numberToDigits (3 8 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3888 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3888 1000) math:remainder 888}] - [ a r:Fact; r:gives {(888 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(888 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6644 a r:Inference; - r:gives { - (3 8 8 8) :digitsToNumber 3888 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(3000 800 80 8) math:sum 3888}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3888]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6764. - -skolem:lemma6645 a r:Inference; - r:gives { - (8 8 8 3) :digitsToNumber 8883 . - }; - r:evidence ( - [ a r:Fact; r:gives {(8 1000) math:product 8000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(8000 800 80 3) math:sum 8883}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 8000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 8883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6646 a r:Inference; - r:gives { - 3889 :numberToDigits (3 8 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3889 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3889 1000) math:remainder 889}] - [ a r:Fact; r:gives {(889 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(889 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6647 a r:Inference; - r:gives { - (3 8 8 9) :digitsToNumber 3889 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(3000 800 80 9) math:sum 3889}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3889]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6648 a r:Inference; - r:gives { - (9 8 8 3) :digitsToNumber 9883 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(9000 800 80 3) math:sum 9883}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9883]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6649 a r:Inference; - r:gives { - 3890 :numberToDigits (3 8 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3890 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3890 1000) math:remainder 890}] - [ a r:Fact; r:gives {(890 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(890 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 890]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6650 a r:Inference; - r:gives { - 3891 :numberToDigits (3 8 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3891 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3891 1000) math:remainder 891}] - [ a r:Fact; r:gives {(891 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(891 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 891]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6651 a r:Inference; - r:gives { - 3892 :numberToDigits (3 8 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3892 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3892 1000) math:remainder 892}] - [ a r:Fact; r:gives {(892 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(892 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 892]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6652 a r:Inference; - r:gives { - 3893 :numberToDigits (3 8 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3893 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3893 1000) math:remainder 893}] - [ a r:Fact; r:gives {(893 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(893 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 893]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6653 a r:Inference; - r:gives { - 3894 :numberToDigits (3 8 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3894 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3894 1000) math:remainder 894}] - [ a r:Fact; r:gives {(894 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(894 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 894]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6654 a r:Inference; - r:gives { - 3895 :numberToDigits (3 8 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3895 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3895 1000) math:remainder 895}] - [ a r:Fact; r:gives {(895 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(895 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 895]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6655 a r:Inference; - r:gives { - 3896 :numberToDigits (3 8 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3896 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3896 1000) math:remainder 896}] - [ a r:Fact; r:gives {(896 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(896 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 896]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6656 a r:Inference; - r:gives { - 3897 :numberToDigits (3 8 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3897 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3897 1000) math:remainder 897}] - [ a r:Fact; r:gives {(897 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(897 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 897]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6657 a r:Inference; - r:gives { - 3898 :numberToDigits (3 8 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3898 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3898 1000) math:remainder 898}] - [ a r:Fact; r:gives {(898 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(898 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 898]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6658 a r:Inference; - r:gives { - 3899 :numberToDigits (3 8 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3899 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3899 1000) math:remainder 899}] - [ a r:Fact; r:gives {(899 100) math:integerQuotient 8}] - [ a r:Fact; r:gives {(899 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6659 a r:Inference; - r:gives { - (3 8 9 9) :digitsToNumber 3899 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(8 100) math:product 800}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(3000 800 90 9) math:sum 3899}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 800]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3899]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6660 a r:Inference; - r:gives { - (9 9 8 3) :digitsToNumber 9983 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(8 10) math:product 80}] - [ a r:Fact; r:gives {(9000 900 80 3) math:sum 9983}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6661 a r:Inference; - r:gives { - 3900 :numberToDigits (3 9 0 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3900 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3900 1000) math:remainder 900}] - [ a r:Fact; r:gives {(900 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(900 100) math:remainder 0}] - [ a r:Fact; r:gives {(0 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(0 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6662 a r:Inference; - r:gives { - 3901 :numberToDigits (3 9 0 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3901 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3901 1000) math:remainder 901}] - [ a r:Fact; r:gives {(901 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(901 100) math:remainder 1}] - [ a r:Fact; r:gives {(1 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(1 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 901]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6663 a r:Inference; - r:gives { - 3902 :numberToDigits (3 9 0 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3902 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3902 1000) math:remainder 902}] - [ a r:Fact; r:gives {(902 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(902 100) math:remainder 2}] - [ a r:Fact; r:gives {(2 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(2 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 902]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6664 a r:Inference; - r:gives { - 3903 :numberToDigits (3 9 0 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3903 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3903 1000) math:remainder 903}] - [ a r:Fact; r:gives {(903 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(903 100) math:remainder 3}] - [ a r:Fact; r:gives {(3 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(3 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 903]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6665 a r:Inference; - r:gives { - 3904 :numberToDigits (3 9 0 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3904 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3904 1000) math:remainder 904}] - [ a r:Fact; r:gives {(904 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(904 100) math:remainder 4}] - [ a r:Fact; r:gives {(4 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(4 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 904]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6666 a r:Inference; - r:gives { - 3905 :numberToDigits (3 9 0 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3905 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3905 1000) math:remainder 905}] - [ a r:Fact; r:gives {(905 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(905 100) math:remainder 5}] - [ a r:Fact; r:gives {(5 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(5 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 905]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6667 a r:Inference; - r:gives { - 3906 :numberToDigits (3 9 0 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3906 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3906 1000) math:remainder 906}] - [ a r:Fact; r:gives {(906 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(906 100) math:remainder 6}] - [ a r:Fact; r:gives {(6 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(6 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 906]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6668 a r:Inference; - r:gives { - 3907 :numberToDigits (3 9 0 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3907 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3907 1000) math:remainder 907}] - [ a r:Fact; r:gives {(907 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(907 100) math:remainder 7}] - [ a r:Fact; r:gives {(7 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(7 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 907]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6669 a r:Inference; - r:gives { - 3908 :numberToDigits (3 9 0 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3908 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3908 1000) math:remainder 908}] - [ a r:Fact; r:gives {(908 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(908 100) math:remainder 8}] - [ a r:Fact; r:gives {(8 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(8 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 908]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6670 a r:Inference; - r:gives { - 3909 :numberToDigits (3 9 0 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3909 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3909 1000) math:remainder 909}] - [ a r:Fact; r:gives {(909 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(909 100) math:remainder 9}] - [ a r:Fact; r:gives {(9 10) math:integerQuotient 0}] - [ a r:Fact; r:gives {(9 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 909]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 0]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6671 a r:Inference; - r:gives { - 3910 :numberToDigits (3 9 1 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3910 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3910 1000) math:remainder 910}] - [ a r:Fact; r:gives {(910 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(910 100) math:remainder 10}] - [ a r:Fact; r:gives {(10 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(10 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 910]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 10]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6672 a r:Inference; - r:gives { - 3911 :numberToDigits (3 9 1 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3911 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3911 1000) math:remainder 911}] - [ a r:Fact; r:gives {(911 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(911 100) math:remainder 11}] - [ a r:Fact; r:gives {(11 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(11 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 911]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 11]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6673 a r:Inference; - r:gives { - 3912 :numberToDigits (3 9 1 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3912 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3912 1000) math:remainder 912}] - [ a r:Fact; r:gives {(912 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(912 100) math:remainder 12}] - [ a r:Fact; r:gives {(12 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(12 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 912]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 12]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6674 a r:Inference; - r:gives { - 3913 :numberToDigits (3 9 1 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3913 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3913 1000) math:remainder 913}] - [ a r:Fact; r:gives {(913 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(913 100) math:remainder 13}] - [ a r:Fact; r:gives {(13 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(13 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 913]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 13]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6675 a r:Inference; - r:gives { - 3914 :numberToDigits (3 9 1 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3914 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3914 1000) math:remainder 914}] - [ a r:Fact; r:gives {(914 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(914 100) math:remainder 14}] - [ a r:Fact; r:gives {(14 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(14 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 914]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 14]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6676 a r:Inference; - r:gives { - 3915 :numberToDigits (3 9 1 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3915 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3915 1000) math:remainder 915}] - [ a r:Fact; r:gives {(915 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(915 100) math:remainder 15}] - [ a r:Fact; r:gives {(15 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(15 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 915]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 15]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6677 a r:Inference; - r:gives { - 3916 :numberToDigits (3 9 1 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3916 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3916 1000) math:remainder 916}] - [ a r:Fact; r:gives {(916 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(916 100) math:remainder 16}] - [ a r:Fact; r:gives {(16 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(16 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 916]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 16]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6678 a r:Inference; - r:gives { - 3917 :numberToDigits (3 9 1 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3917 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3917 1000) math:remainder 917}] - [ a r:Fact; r:gives {(917 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(917 100) math:remainder 17}] - [ a r:Fact; r:gives {(17 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(17 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 917]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 17]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6679 a r:Inference; - r:gives { - 3918 :numberToDigits (3 9 1 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3918 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3918 1000) math:remainder 918}] - [ a r:Fact; r:gives {(918 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(918 100) math:remainder 18}] - [ a r:Fact; r:gives {(18 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(18 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 918]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 18]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6680 a r:Inference; - r:gives { - 3919 :numberToDigits (3 9 1 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3919 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3919 1000) math:remainder 919}] - [ a r:Fact; r:gives {(919 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(919 100) math:remainder 19}] - [ a r:Fact; r:gives {(19 10) math:integerQuotient 1}] - [ a r:Fact; r:gives {(19 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 919]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 19]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 1]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6681 a r:Inference; - r:gives { - 3920 :numberToDigits (3 9 2 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3920 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3920 1000) math:remainder 920}] - [ a r:Fact; r:gives {(920 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(920 100) math:remainder 20}] - [ a r:Fact; r:gives {(20 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(20 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 920]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 20]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6682 a r:Inference; - r:gives { - 3921 :numberToDigits (3 9 2 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3921 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3921 1000) math:remainder 921}] - [ a r:Fact; r:gives {(921 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(921 100) math:remainder 21}] - [ a r:Fact; r:gives {(21 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(21 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 921]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 21]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6683 a r:Inference; - r:gives { - 3922 :numberToDigits (3 9 2 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3922 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3922 1000) math:remainder 922}] - [ a r:Fact; r:gives {(922 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(922 100) math:remainder 22}] - [ a r:Fact; r:gives {(22 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(22 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 922]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 22]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6684 a r:Inference; - r:gives { - 3923 :numberToDigits (3 9 2 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3923 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3923 1000) math:remainder 923}] - [ a r:Fact; r:gives {(923 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(923 100) math:remainder 23}] - [ a r:Fact; r:gives {(23 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(23 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 923]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 23]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6685 a r:Inference; - r:gives { - 3924 :numberToDigits (3 9 2 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3924 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3924 1000) math:remainder 924}] - [ a r:Fact; r:gives {(924 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(924 100) math:remainder 24}] - [ a r:Fact; r:gives {(24 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(24 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 924]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 24]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6686 a r:Inference; - r:gives { - 3925 :numberToDigits (3 9 2 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3925 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3925 1000) math:remainder 925}] - [ a r:Fact; r:gives {(925 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(925 100) math:remainder 25}] - [ a r:Fact; r:gives {(25 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(25 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 925]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 25]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6687 a r:Inference; - r:gives { - 3926 :numberToDigits (3 9 2 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3926 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3926 1000) math:remainder 926}] - [ a r:Fact; r:gives {(926 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(926 100) math:remainder 26}] - [ a r:Fact; r:gives {(26 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(26 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 926]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 26]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6688 a r:Inference; - r:gives { - 3927 :numberToDigits (3 9 2 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3927 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3927 1000) math:remainder 927}] - [ a r:Fact; r:gives {(927 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(927 100) math:remainder 27}] - [ a r:Fact; r:gives {(27 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(27 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 927]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 27]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6689 a r:Inference; - r:gives { - 3928 :numberToDigits (3 9 2 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3928 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3928 1000) math:remainder 928}] - [ a r:Fact; r:gives {(928 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(928 100) math:remainder 28}] - [ a r:Fact; r:gives {(28 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(28 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 928]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 28]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6690 a r:Inference; - r:gives { - 3929 :numberToDigits (3 9 2 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3929 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3929 1000) math:remainder 929}] - [ a r:Fact; r:gives {(929 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(929 100) math:remainder 29}] - [ a r:Fact; r:gives {(29 10) math:integerQuotient 2}] - [ a r:Fact; r:gives {(29 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 929]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 29]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 2]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6691 a r:Inference; - r:gives { - 3930 :numberToDigits (3 9 3 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3930 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3930 1000) math:remainder 930}] - [ a r:Fact; r:gives {(930 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(930 100) math:remainder 30}] - [ a r:Fact; r:gives {(30 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(30 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 930]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 30]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6692 a r:Inference; - r:gives { - 3931 :numberToDigits (3 9 3 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3931 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3931 1000) math:remainder 931}] - [ a r:Fact; r:gives {(931 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(931 100) math:remainder 31}] - [ a r:Fact; r:gives {(31 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(31 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 931]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 31]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6693 a r:Inference; - r:gives { - 3932 :numberToDigits (3 9 3 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3932 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3932 1000) math:remainder 932}] - [ a r:Fact; r:gives {(932 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(932 100) math:remainder 32}] - [ a r:Fact; r:gives {(32 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(32 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 932]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 32]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6694 a r:Inference; - r:gives { - 3933 :numberToDigits (3 9 3 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3933 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3933 1000) math:remainder 933}] - [ a r:Fact; r:gives {(933 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(933 100) math:remainder 33}] - [ a r:Fact; r:gives {(33 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(33 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 933]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 33]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6695 a r:Inference; - r:gives { - 3934 :numberToDigits (3 9 3 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3934 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3934 1000) math:remainder 934}] - [ a r:Fact; r:gives {(934 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(934 100) math:remainder 34}] - [ a r:Fact; r:gives {(34 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(34 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 934]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 34]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6696 a r:Inference; - r:gives { - 3935 :numberToDigits (3 9 3 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3935 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3935 1000) math:remainder 935}] - [ a r:Fact; r:gives {(935 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(935 100) math:remainder 35}] - [ a r:Fact; r:gives {(35 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(35 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 935]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 35]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6697 a r:Inference; - r:gives { - 3936 :numberToDigits (3 9 3 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3936 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3936 1000) math:remainder 936}] - [ a r:Fact; r:gives {(936 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(936 100) math:remainder 36}] - [ a r:Fact; r:gives {(36 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(36 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 936]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 36]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6698 a r:Inference; - r:gives { - 3937 :numberToDigits (3 9 3 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3937 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3937 1000) math:remainder 937}] - [ a r:Fact; r:gives {(937 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(937 100) math:remainder 37}] - [ a r:Fact; r:gives {(37 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(37 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 937]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 37]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6699 a r:Inference; - r:gives { - 3938 :numberToDigits (3 9 3 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3938 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3938 1000) math:remainder 938}] - [ a r:Fact; r:gives {(938 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(938 100) math:remainder 38}] - [ a r:Fact; r:gives {(38 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(38 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 938]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 38]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6700 a r:Inference; - r:gives { - 3939 :numberToDigits (3 9 3 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3939 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3939 1000) math:remainder 939}] - [ a r:Fact; r:gives {(939 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(939 100) math:remainder 39}] - [ a r:Fact; r:gives {(39 10) math:integerQuotient 3}] - [ a r:Fact; r:gives {(39 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 939]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 39]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6701 a r:Inference; - r:gives { - 3940 :numberToDigits (3 9 4 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3940 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3940 1000) math:remainder 940}] - [ a r:Fact; r:gives {(940 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(940 100) math:remainder 40}] - [ a r:Fact; r:gives {(40 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(40 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 940]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 40]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6702 a r:Inference; - r:gives { - 3941 :numberToDigits (3 9 4 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3941 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3941 1000) math:remainder 941}] - [ a r:Fact; r:gives {(941 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(941 100) math:remainder 41}] - [ a r:Fact; r:gives {(41 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(41 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 941]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 41]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6703 a r:Inference; - r:gives { - 3942 :numberToDigits (3 9 4 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3942 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3942 1000) math:remainder 942}] - [ a r:Fact; r:gives {(942 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(942 100) math:remainder 42}] - [ a r:Fact; r:gives {(42 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(42 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 942]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 42]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6704 a r:Inference; - r:gives { - 3943 :numberToDigits (3 9 4 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3943 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3943 1000) math:remainder 943}] - [ a r:Fact; r:gives {(943 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(943 100) math:remainder 43}] - [ a r:Fact; r:gives {(43 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(43 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 943]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 43]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6705 a r:Inference; - r:gives { - 3944 :numberToDigits (3 9 4 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3944 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3944 1000) math:remainder 944}] - [ a r:Fact; r:gives {(944 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(944 100) math:remainder 44}] - [ a r:Fact; r:gives {(44 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(44 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 944]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 44]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6706 a r:Inference; - r:gives { - 3945 :numberToDigits (3 9 4 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3945 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3945 1000) math:remainder 945}] - [ a r:Fact; r:gives {(945 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(945 100) math:remainder 45}] - [ a r:Fact; r:gives {(45 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(45 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 945]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 45]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6707 a r:Inference; - r:gives { - 3946 :numberToDigits (3 9 4 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3946 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3946 1000) math:remainder 946}] - [ a r:Fact; r:gives {(946 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(946 100) math:remainder 46}] - [ a r:Fact; r:gives {(46 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(46 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 946]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 46]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6708 a r:Inference; - r:gives { - 3947 :numberToDigits (3 9 4 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3947 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3947 1000) math:remainder 947}] - [ a r:Fact; r:gives {(947 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(947 100) math:remainder 47}] - [ a r:Fact; r:gives {(47 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(47 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 947]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 47]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6709 a r:Inference; - r:gives { - 3948 :numberToDigits (3 9 4 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3948 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3948 1000) math:remainder 948}] - [ a r:Fact; r:gives {(948 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(948 100) math:remainder 48}] - [ a r:Fact; r:gives {(48 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(48 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 948]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 48]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6710 a r:Inference; - r:gives { - 3949 :numberToDigits (3 9 4 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3949 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3949 1000) math:remainder 949}] - [ a r:Fact; r:gives {(949 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(949 100) math:remainder 49}] - [ a r:Fact; r:gives {(49 10) math:integerQuotient 4}] - [ a r:Fact; r:gives {(49 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 949]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 49]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 4]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6711 a r:Inference; - r:gives { - 3950 :numberToDigits (3 9 5 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3950 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3950 1000) math:remainder 950}] - [ a r:Fact; r:gives {(950 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(950 100) math:remainder 50}] - [ a r:Fact; r:gives {(50 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(50 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 950]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 50]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6712 a r:Inference; - r:gives { - 3951 :numberToDigits (3 9 5 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3951 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3951 1000) math:remainder 951}] - [ a r:Fact; r:gives {(951 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(951 100) math:remainder 51}] - [ a r:Fact; r:gives {(51 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(51 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 951]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 51]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6713 a r:Inference; - r:gives { - 3952 :numberToDigits (3 9 5 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3952 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3952 1000) math:remainder 952}] - [ a r:Fact; r:gives {(952 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(952 100) math:remainder 52}] - [ a r:Fact; r:gives {(52 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(52 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 952]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 52]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6714 a r:Inference; - r:gives { - 3953 :numberToDigits (3 9 5 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3953 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3953 1000) math:remainder 953}] - [ a r:Fact; r:gives {(953 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(953 100) math:remainder 53}] - [ a r:Fact; r:gives {(53 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(53 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 953]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 53]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6715 a r:Inference; - r:gives { - 3954 :numberToDigits (3 9 5 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3954 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3954 1000) math:remainder 954}] - [ a r:Fact; r:gives {(954 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(954 100) math:remainder 54}] - [ a r:Fact; r:gives {(54 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(54 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 954]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 54]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6716 a r:Inference; - r:gives { - 3955 :numberToDigits (3 9 5 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3955 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3955 1000) math:remainder 955}] - [ a r:Fact; r:gives {(955 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(955 100) math:remainder 55}] - [ a r:Fact; r:gives {(55 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(55 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 955]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 55]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6717 a r:Inference; - r:gives { - 3956 :numberToDigits (3 9 5 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3956 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3956 1000) math:remainder 956}] - [ a r:Fact; r:gives {(956 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(956 100) math:remainder 56}] - [ a r:Fact; r:gives {(56 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(56 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 956]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 56]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6718 a r:Inference; - r:gives { - 3957 :numberToDigits (3 9 5 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3957 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3957 1000) math:remainder 957}] - [ a r:Fact; r:gives {(957 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(957 100) math:remainder 57}] - [ a r:Fact; r:gives {(57 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(57 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 957]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 57]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6719 a r:Inference; - r:gives { - 3958 :numberToDigits (3 9 5 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3958 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3958 1000) math:remainder 958}] - [ a r:Fact; r:gives {(958 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(958 100) math:remainder 58}] - [ a r:Fact; r:gives {(58 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(58 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 958]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 58]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6720 a r:Inference; - r:gives { - 3959 :numberToDigits (3 9 5 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3959 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3959 1000) math:remainder 959}] - [ a r:Fact; r:gives {(959 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(959 100) math:remainder 59}] - [ a r:Fact; r:gives {(59 10) math:integerQuotient 5}] - [ a r:Fact; r:gives {(59 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 959]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 59]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 5]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6721 a r:Inference; - r:gives { - 3960 :numberToDigits (3 9 6 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3960 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3960 1000) math:remainder 960}] - [ a r:Fact; r:gives {(960 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(960 100) math:remainder 60}] - [ a r:Fact; r:gives {(60 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(60 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 960]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 60]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6722 a r:Inference; - r:gives { - 3961 :numberToDigits (3 9 6 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3961 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3961 1000) math:remainder 961}] - [ a r:Fact; r:gives {(961 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(961 100) math:remainder 61}] - [ a r:Fact; r:gives {(61 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(61 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 961]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 61]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6723 a r:Inference; - r:gives { - 3962 :numberToDigits (3 9 6 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3962 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3962 1000) math:remainder 962}] - [ a r:Fact; r:gives {(962 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(962 100) math:remainder 62}] - [ a r:Fact; r:gives {(62 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(62 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 962]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 62]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6724 a r:Inference; - r:gives { - 3963 :numberToDigits (3 9 6 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3963 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3963 1000) math:remainder 963}] - [ a r:Fact; r:gives {(963 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(963 100) math:remainder 63}] - [ a r:Fact; r:gives {(63 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(63 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 963]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 63]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6725 a r:Inference; - r:gives { - 3964 :numberToDigits (3 9 6 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3964 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3964 1000) math:remainder 964}] - [ a r:Fact; r:gives {(964 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(964 100) math:remainder 64}] - [ a r:Fact; r:gives {(64 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(64 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 964]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 64]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6726 a r:Inference; - r:gives { - 3965 :numberToDigits (3 9 6 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3965 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3965 1000) math:remainder 965}] - [ a r:Fact; r:gives {(965 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(965 100) math:remainder 65}] - [ a r:Fact; r:gives {(65 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(65 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 965]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 65]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6727 a r:Inference; - r:gives { - 3966 :numberToDigits (3 9 6 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3966 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3966 1000) math:remainder 966}] - [ a r:Fact; r:gives {(966 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(966 100) math:remainder 66}] - [ a r:Fact; r:gives {(66 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(66 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 966]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 66]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6728 a r:Inference; - r:gives { - 3967 :numberToDigits (3 9 6 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3967 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3967 1000) math:remainder 967}] - [ a r:Fact; r:gives {(967 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(967 100) math:remainder 67}] - [ a r:Fact; r:gives {(67 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(67 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 967]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 67]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6729 a r:Inference; - r:gives { - 3968 :numberToDigits (3 9 6 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3968 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3968 1000) math:remainder 968}] - [ a r:Fact; r:gives {(968 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(968 100) math:remainder 68}] - [ a r:Fact; r:gives {(68 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(68 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 968]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 68]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6730 a r:Inference; - r:gives { - 3969 :numberToDigits (3 9 6 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3969 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3969 1000) math:remainder 969}] - [ a r:Fact; r:gives {(969 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(969 100) math:remainder 69}] - [ a r:Fact; r:gives {(69 10) math:integerQuotient 6}] - [ a r:Fact; r:gives {(69 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 969]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 69]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 6]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6731 a r:Inference; - r:gives { - 3970 :numberToDigits (3 9 7 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3970 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3970 1000) math:remainder 970}] - [ a r:Fact; r:gives {(970 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(970 100) math:remainder 70}] - [ a r:Fact; r:gives {(70 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(70 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 970]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 70]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6732 a r:Inference; - r:gives { - 3971 :numberToDigits (3 9 7 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3971 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3971 1000) math:remainder 971}] - [ a r:Fact; r:gives {(971 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(971 100) math:remainder 71}] - [ a r:Fact; r:gives {(71 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(71 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 971]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 71]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6733 a r:Inference; - r:gives { - 3972 :numberToDigits (3 9 7 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3972 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3972 1000) math:remainder 972}] - [ a r:Fact; r:gives {(972 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(972 100) math:remainder 72}] - [ a r:Fact; r:gives {(72 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(72 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 972]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 72]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6734 a r:Inference; - r:gives { - 3973 :numberToDigits (3 9 7 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3973 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3973 1000) math:remainder 973}] - [ a r:Fact; r:gives {(973 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(973 100) math:remainder 73}] - [ a r:Fact; r:gives {(73 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(73 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 973]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 73]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6735 a r:Inference; - r:gives { - 3974 :numberToDigits (3 9 7 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3974 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3974 1000) math:remainder 974}] - [ a r:Fact; r:gives {(974 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(974 100) math:remainder 74}] - [ a r:Fact; r:gives {(74 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(74 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 974]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 74]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6736 a r:Inference; - r:gives { - 3975 :numberToDigits (3 9 7 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3975 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3975 1000) math:remainder 975}] - [ a r:Fact; r:gives {(975 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(975 100) math:remainder 75}] - [ a r:Fact; r:gives {(75 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(75 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 975]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 75]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6737 a r:Inference; - r:gives { - 3976 :numberToDigits (3 9 7 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3976 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3976 1000) math:remainder 976}] - [ a r:Fact; r:gives {(976 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(976 100) math:remainder 76}] - [ a r:Fact; r:gives {(76 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(76 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 976]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 76]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6738 a r:Inference; - r:gives { - 3977 :numberToDigits (3 9 7 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3977 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3977 1000) math:remainder 977}] - [ a r:Fact; r:gives {(977 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(977 100) math:remainder 77}] - [ a r:Fact; r:gives {(77 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(77 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 977]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 77]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6739 a r:Inference; - r:gives { - 3978 :numberToDigits (3 9 7 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3978 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3978 1000) math:remainder 978}] - [ a r:Fact; r:gives {(978 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(978 100) math:remainder 78}] - [ a r:Fact; r:gives {(78 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(78 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 978]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 78]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6740 a r:Inference; - r:gives { - 3979 :numberToDigits (3 9 7 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3979 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3979 1000) math:remainder 979}] - [ a r:Fact; r:gives {(979 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(979 100) math:remainder 79}] - [ a r:Fact; r:gives {(79 10) math:integerQuotient 7}] - [ a r:Fact; r:gives {(79 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 979]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 79]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 7]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6741 a r:Inference; - r:gives { - 3980 :numberToDigits (3 9 8 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3980 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3980 1000) math:remainder 980}] - [ a r:Fact; r:gives {(980 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(980 100) math:remainder 80}] - [ a r:Fact; r:gives {(80 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(80 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 980]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 80]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6742 a r:Inference; - r:gives { - 3981 :numberToDigits (3 9 8 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3981 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3981 1000) math:remainder 981}] - [ a r:Fact; r:gives {(981 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(981 100) math:remainder 81}] - [ a r:Fact; r:gives {(81 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(81 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 981]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 81]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6743 a r:Inference; - r:gives { - 3982 :numberToDigits (3 9 8 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3982 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3982 1000) math:remainder 982}] - [ a r:Fact; r:gives {(982 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(982 100) math:remainder 82}] - [ a r:Fact; r:gives {(82 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(82 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 982]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 82]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6744 a r:Inference; - r:gives { - 3983 :numberToDigits (3 9 8 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3983 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3983 1000) math:remainder 983}] - [ a r:Fact; r:gives {(983 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(983 100) math:remainder 83}] - [ a r:Fact; r:gives {(83 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(83 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 983]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 83]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6745 a r:Inference; - r:gives { - 3984 :numberToDigits (3 9 8 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3984 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3984 1000) math:remainder 984}] - [ a r:Fact; r:gives {(984 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(984 100) math:remainder 84}] - [ a r:Fact; r:gives {(84 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(84 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 984]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 84]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6746 a r:Inference; - r:gives { - 3985 :numberToDigits (3 9 8 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3985 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3985 1000) math:remainder 985}] - [ a r:Fact; r:gives {(985 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(985 100) math:remainder 85}] - [ a r:Fact; r:gives {(85 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(85 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 985]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 85]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6747 a r:Inference; - r:gives { - 3986 :numberToDigits (3 9 8 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3986 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3986 1000) math:remainder 986}] - [ a r:Fact; r:gives {(986 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(986 100) math:remainder 86}] - [ a r:Fact; r:gives {(86 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(86 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 986]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 86]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6748 a r:Inference; - r:gives { - 3987 :numberToDigits (3 9 8 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3987 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3987 1000) math:remainder 987}] - [ a r:Fact; r:gives {(987 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(987 100) math:remainder 87}] - [ a r:Fact; r:gives {(87 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(87 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 987]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 87]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6749 a r:Inference; - r:gives { - 3988 :numberToDigits (3 9 8 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3988 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3988 1000) math:remainder 988}] - [ a r:Fact; r:gives {(988 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(988 100) math:remainder 88}] - [ a r:Fact; r:gives {(88 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(88 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 988]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 88]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6750 a r:Inference; - r:gives { - 3989 :numberToDigits (3 9 8 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3989 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3989 1000) math:remainder 989}] - [ a r:Fact; r:gives {(989 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(989 100) math:remainder 89}] - [ a r:Fact; r:gives {(89 10) math:integerQuotient 8}] - [ a r:Fact; r:gives {(89 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 989]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 89]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 8]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6751 a r:Inference; - r:gives { - 3990 :numberToDigits (3 9 9 0). - }; - r:evidence ( - [ a r:Fact; r:gives {(3990 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3990 1000) math:remainder 990}] - [ a r:Fact; r:gives {(990 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(990 100) math:remainder 90}] - [ a r:Fact; r:gives {(90 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(90 10) math:remainder 0}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 990]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 0]; - r:rule skolem:lemma6763. - -skolem:lemma6752 a r:Inference; - r:gives { - 3991 :numberToDigits (3 9 9 1). - }; - r:evidence ( - [ a r:Fact; r:gives {(3991 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3991 1000) math:remainder 991}] - [ a r:Fact; r:gives {(991 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(991 100) math:remainder 91}] - [ a r:Fact; r:gives {(91 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(91 10) math:remainder 1}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 991]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 91]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 1]; - r:rule skolem:lemma6763. - -skolem:lemma6753 a r:Inference; - r:gives { - 3992 :numberToDigits (3 9 9 2). - }; - r:evidence ( - [ a r:Fact; r:gives {(3992 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3992 1000) math:remainder 992}] - [ a r:Fact; r:gives {(992 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(992 100) math:remainder 92}] - [ a r:Fact; r:gives {(92 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(92 10) math:remainder 2}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 992]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 92]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 2]; - r:rule skolem:lemma6763. - -skolem:lemma6754 a r:Inference; - r:gives { - 3993 :numberToDigits (3 9 9 3). - }; - r:evidence ( - [ a r:Fact; r:gives {(3993 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3993 1000) math:remainder 993}] - [ a r:Fact; r:gives {(993 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(993 100) math:remainder 93}] - [ a r:Fact; r:gives {(93 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(93 10) math:remainder 3}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 93]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6763. - -skolem:lemma6755 a r:Inference; - r:gives { - 3994 :numberToDigits (3 9 9 4). - }; - r:evidence ( - [ a r:Fact; r:gives {(3994 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3994 1000) math:remainder 994}] - [ a r:Fact; r:gives {(994 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(994 100) math:remainder 94}] - [ a r:Fact; r:gives {(94 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(94 10) math:remainder 4}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 994]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 94]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 4]; - r:rule skolem:lemma6763. - -skolem:lemma6756 a r:Inference; - r:gives { - 3995 :numberToDigits (3 9 9 5). - }; - r:evidence ( - [ a r:Fact; r:gives {(3995 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3995 1000) math:remainder 995}] - [ a r:Fact; r:gives {(995 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(995 100) math:remainder 95}] - [ a r:Fact; r:gives {(95 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(95 10) math:remainder 5}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 995]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 95]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 5]; - r:rule skolem:lemma6763. - -skolem:lemma6757 a r:Inference; - r:gives { - 3996 :numberToDigits (3 9 9 6). - }; - r:evidence ( - [ a r:Fact; r:gives {(3996 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3996 1000) math:remainder 996}] - [ a r:Fact; r:gives {(996 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(996 100) math:remainder 96}] - [ a r:Fact; r:gives {(96 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(96 10) math:remainder 6}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 996]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 96]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 6]; - r:rule skolem:lemma6763. - -skolem:lemma6758 a r:Inference; - r:gives { - 3997 :numberToDigits (3 9 9 7). - }; - r:evidence ( - [ a r:Fact; r:gives {(3997 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3997 1000) math:remainder 997}] - [ a r:Fact; r:gives {(997 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(997 100) math:remainder 97}] - [ a r:Fact; r:gives {(97 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(97 10) math:remainder 7}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 997]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 97]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 7]; - r:rule skolem:lemma6763. - -skolem:lemma6759 a r:Inference; - r:gives { - 3998 :numberToDigits (3 9 9 8). - }; - r:evidence ( - [ a r:Fact; r:gives {(3998 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3998 1000) math:remainder 998}] - [ a r:Fact; r:gives {(998 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(998 100) math:remainder 98}] - [ a r:Fact; r:gives {(98 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(98 10) math:remainder 8}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 998]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 98]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 8]; - r:rule skolem:lemma6763. - -skolem:lemma6760 a r:Inference; - r:gives { - 3999 :numberToDigits (3 9 9 9). - }; - r:evidence ( - [ a r:Fact; r:gives {(3999 1000) math:integerQuotient 3}] - [ a r:Fact; r:gives {(3999 1000) math:remainder 999}] - [ a r:Fact; r:gives {(999 100) math:integerQuotient 9}] - [ a r:Fact; r:gives {(999 100) math:remainder 99}] - [ a r:Fact; r:gives {(99 10) math:integerQuotient 9}] - [ a r:Fact; r:gives {(99 10) math:remainder 9}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 99]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6763. - -skolem:lemma6761 a r:Inference; - r:gives { - (3 9 9 9) :digitsToNumber 3999 . - }; - r:evidence ( - [ a r:Fact; r:gives {(3 1000) math:product 3000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(3000 900 90 9) math:sum 3999}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 3000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 3]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 3999]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 9]; - r:rule skolem:lemma6764. - -skolem:lemma6762 a r:Inference; - r:gives { - (9 9 9 3) :digitsToNumber 9993 . - }; - r:evidence ( - [ a r:Fact; r:gives {(9 1000) math:product 9000}] - [ a r:Fact; r:gives {(9 100) math:product 900}] - [ a r:Fact; r:gives {(9 10) math:product 90}] - [ a r:Fact; r:gives {(9000 900 90 3) math:sum 9993}] - ); - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_1"]; r:boundTo 9000]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo 900]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_2"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_5"]; r:boundTo 90]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_4"]; r:boundTo 9]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_7"]; r:boundTo 9993]; - r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_6"]; r:boundTo 3]; - r:rule skolem:lemma6764. - -skolem:lemma6763 a r:Extraction; - r:gives { - @forAll var:x_0, var:x_1, var:x_2, var:x_3, var:x_4, var:x_5, var:x_6. { - var:x_0 :numberToDigits (var:x_1 var:x_3 var:x_5 var:x_6). - } <= { - (var:x_0 1000) math:integerQuotient var:x_1. - (var:x_0 1000) math:remainder var:x_2. - (var:x_2 100) math:integerQuotient var:x_3. - (var:x_2 100) math:remainder var:x_4. - (var:x_4 10) math:integerQuotient var:x_5. - (var:x_4 10) math:remainder var:x_6. - }. - }; - r:because [ a r:Parsing; r:source ]. - -skolem:lemma6764 a r:Extraction; - r:gives { - @forAll var:x_0, var:x_1, var:x_2, var:x_3, var:x_4, var:x_5, var:x_6, var:x_7. { - (var:x_0 var:x_2 var:x_4 var:x_6) :digitsToNumber var:x_7. - } <= { - (var:x_0 1000) math:product var:x_1. - (var:x_2 100) math:product var:x_3. - (var:x_4 10) math:product var:x_5. - (var:x_1 var:x_3 var:x_5 var:x_6) math:sum var:x_7. - }. - }; - r:because [ a r:Parsing; r:source ]. - diff --git a/reasoning/workplace-benchmark/gened.n3 b/reasoning/workplace-benchmark/gened.n3 index 4f9bee01d..8cc6c321e 100644 --- a/reasoning/workplace-benchmark/gened.n3 +++ b/reasoning/workplace-benchmark/gened.n3 @@ -23,5 +23,5 @@ # immediate goal true <= { - ("workplace-data.ttl" 10000) :gen true. + ("workplace-data.ttl" 5000) :gen true. }. diff --git a/reasoning/workplace-benchmark/workplace-answer.n3 b/reasoning/workplace-benchmark/workplace-answer.n3 index 13581fcaf..7abd91005 100644 --- a/reasoning/workplace-benchmark/workplace-answer.n3 +++ b/reasoning/workplace-benchmark/workplace-answer.n3 @@ -5000,5006 +5000,6 @@ :bob4998 :complies true. :bob4999 :complies true. :bob5000 :complies true. -:bob5001 :complies true. -:bob5002 :complies true. -:bob5003 :complies true. -:bob5004 :complies true. -:bob5005 :complies true. -:bob5006 :complies true. -:bob5007 :complies true. -:bob5008 :complies true. -:bob5009 :complies true. -:bob5010 :complies true. -:bob5011 :complies true. -:bob5012 :complies true. -:bob5013 :complies true. -:bob5014 :complies true. -:bob5015 :complies true. -:bob5016 :complies true. -:bob5017 :complies true. -:bob5018 :complies true. -:bob5019 :complies true. -:bob5020 :complies true. -:bob5021 :complies true. -:bob5022 :complies true. -:bob5023 :complies true. -:bob5024 :complies true. -:bob5025 :complies true. -:bob5026 :complies true. -:bob5027 :complies true. -:bob5028 :complies true. -:bob5029 :complies true. -:bob5030 :complies true. -:bob5031 :complies true. -:bob5032 :complies true. -:bob5033 :complies true. -:bob5034 :complies true. -:bob5035 :complies true. -:bob5036 :complies true. -:bob5037 :complies true. -:bob5038 :complies true. -:bob5039 :complies true. -:bob5040 :complies true. -:bob5041 :complies true. -:bob5042 :complies true. -:bob5043 :complies true. -:bob5044 :complies true. -:bob5045 :complies true. -:bob5046 :complies true. -:bob5047 :complies true. -:bob5048 :complies true. -:bob5049 :complies true. -:bob5050 :complies true. -:bob5051 :complies true. -:bob5052 :complies true. -:bob5053 :complies true. -:bob5054 :complies true. -:bob5055 :complies true. -:bob5056 :complies true. -:bob5057 :complies true. -:bob5058 :complies true. -:bob5059 :complies true. -:bob5060 :complies true. -:bob5061 :complies true. -:bob5062 :complies true. -:bob5063 :complies true. -:bob5064 :complies true. -:bob5065 :complies true. -:bob5066 :complies true. -:bob5067 :complies true. -:bob5068 :complies true. -:bob5069 :complies true. -:bob5070 :complies true. -:bob5071 :complies true. -:bob5072 :complies true. -:bob5073 :complies true. -:bob5074 :complies true. -:bob5075 :complies true. -:bob5076 :complies true. -:bob5077 :complies true. -:bob5078 :complies true. -:bob5079 :complies true. -:bob5080 :complies true. -:bob5081 :complies true. -:bob5082 :complies true. -:bob5083 :complies true. -:bob5084 :complies true. -:bob5085 :complies true. -:bob5086 :complies true. -:bob5087 :complies true. -:bob5088 :complies true. -:bob5089 :complies true. -:bob5090 :complies true. -:bob5091 :complies true. -:bob5092 :complies true. -:bob5093 :complies true. -:bob5094 :complies true. -:bob5095 :complies true. -:bob5096 :complies true. -:bob5097 :complies true. -:bob5098 :complies true. -:bob5099 :complies true. -:bob5100 :complies true. -:bob5101 :complies true. -:bob5102 :complies true. -:bob5103 :complies true. -:bob5104 :complies true. -:bob5105 :complies true. -:bob5106 :complies true. -:bob5107 :complies true. -:bob5108 :complies true. -:bob5109 :complies true. -:bob5110 :complies true. -:bob5111 :complies true. -:bob5112 :complies true. -:bob5113 :complies true. -:bob5114 :complies true. -:bob5115 :complies true. -:bob5116 :complies true. -:bob5117 :complies true. -:bob5118 :complies true. -:bob5119 :complies true. -:bob5120 :complies true. -:bob5121 :complies true. -:bob5122 :complies true. -:bob5123 :complies true. -:bob5124 :complies true. -:bob5125 :complies true. -:bob5126 :complies true. -:bob5127 :complies true. -:bob5128 :complies true. -:bob5129 :complies true. -:bob5130 :complies true. -:bob5131 :complies true. -:bob5132 :complies true. -:bob5133 :complies true. -:bob5134 :complies true. -:bob5135 :complies true. -:bob5136 :complies true. -:bob5137 :complies true. -:bob5138 :complies true. -:bob5139 :complies true. -:bob5140 :complies true. -:bob5141 :complies true. -:bob5142 :complies true. -:bob5143 :complies true. -:bob5144 :complies true. -:bob5145 :complies true. -:bob5146 :complies true. -:bob5147 :complies true. -:bob5148 :complies true. -:bob5149 :complies true. -:bob5150 :complies true. -:bob5151 :complies true. -:bob5152 :complies true. -:bob5153 :complies true. -:bob5154 :complies true. -:bob5155 :complies true. -:bob5156 :complies true. -:bob5157 :complies true. -:bob5158 :complies true. -:bob5159 :complies true. -:bob5160 :complies true. -:bob5161 :complies true. -:bob5162 :complies true. -:bob5163 :complies true. -:bob5164 :complies true. -:bob5165 :complies true. -:bob5166 :complies true. -:bob5167 :complies true. -:bob5168 :complies true. -:bob5169 :complies true. -:bob5170 :complies true. -:bob5171 :complies true. -:bob5172 :complies true. -:bob5173 :complies true. -:bob5174 :complies true. -:bob5175 :complies true. -:bob5176 :complies true. -:bob5177 :complies true. -:bob5178 :complies true. -:bob5179 :complies true. -:bob5180 :complies true. -:bob5181 :complies true. -:bob5182 :complies true. -:bob5183 :complies true. -:bob5184 :complies true. -:bob5185 :complies true. -:bob5186 :complies true. -:bob5187 :complies true. -:bob5188 :complies true. -:bob5189 :complies true. -:bob5190 :complies true. -:bob5191 :complies true. -:bob5192 :complies true. -:bob5193 :complies true. -:bob5194 :complies true. -:bob5195 :complies true. -:bob5196 :complies true. -:bob5197 :complies true. -:bob5198 :complies true. -:bob5199 :complies true. -:bob5200 :complies true. -:bob5201 :complies true. -:bob5202 :complies true. -:bob5203 :complies true. -:bob5204 :complies true. -:bob5205 :complies true. -:bob5206 :complies true. -:bob5207 :complies true. -:bob5208 :complies true. -:bob5209 :complies true. -:bob5210 :complies true. -:bob5211 :complies true. -:bob5212 :complies true. -:bob5213 :complies true. -:bob5214 :complies true. -:bob5215 :complies true. -:bob5216 :complies true. -:bob5217 :complies true. -:bob5218 :complies true. -:bob5219 :complies true. -:bob5220 :complies true. -:bob5221 :complies true. -:bob5222 :complies true. -:bob5223 :complies true. -:bob5224 :complies true. -:bob5225 :complies true. -:bob5226 :complies true. -:bob5227 :complies true. -:bob5228 :complies true. -:bob5229 :complies true. -:bob5230 :complies true. -:bob5231 :complies true. -:bob5232 :complies true. -:bob5233 :complies true. -:bob5234 :complies true. -:bob5235 :complies true. -:bob5236 :complies true. -:bob5237 :complies true. -:bob5238 :complies true. -:bob5239 :complies true. -:bob5240 :complies true. -:bob5241 :complies true. -:bob5242 :complies true. -:bob5243 :complies true. -:bob5244 :complies true. -:bob5245 :complies true. -:bob5246 :complies true. -:bob5247 :complies true. -:bob5248 :complies true. -:bob5249 :complies true. -:bob5250 :complies true. -:bob5251 :complies true. -:bob5252 :complies true. -:bob5253 :complies true. -:bob5254 :complies true. -:bob5255 :complies true. -:bob5256 :complies true. -:bob5257 :complies true. -:bob5258 :complies true. -:bob5259 :complies true. -:bob5260 :complies true. -:bob5261 :complies true. -:bob5262 :complies true. -:bob5263 :complies true. -:bob5264 :complies true. -:bob5265 :complies true. -:bob5266 :complies true. -:bob5267 :complies true. -:bob5268 :complies true. -:bob5269 :complies true. -:bob5270 :complies true. -:bob5271 :complies true. -:bob5272 :complies true. -:bob5273 :complies true. -:bob5274 :complies true. -:bob5275 :complies true. -:bob5276 :complies true. -:bob5277 :complies true. -:bob5278 :complies true. -:bob5279 :complies true. -:bob5280 :complies true. -:bob5281 :complies true. -:bob5282 :complies true. -:bob5283 :complies true. -:bob5284 :complies true. -:bob5285 :complies true. -:bob5286 :complies true. -:bob5287 :complies true. -:bob5288 :complies true. -:bob5289 :complies true. -:bob5290 :complies true. -:bob5291 :complies true. -:bob5292 :complies true. -:bob5293 :complies true. -:bob5294 :complies true. -:bob5295 :complies true. -:bob5296 :complies true. -:bob5297 :complies true. -:bob5298 :complies true. -:bob5299 :complies true. -:bob5300 :complies true. -:bob5301 :complies true. -:bob5302 :complies true. -:bob5303 :complies true. -:bob5304 :complies true. -:bob5305 :complies true. -:bob5306 :complies true. -:bob5307 :complies true. -:bob5308 :complies true. -:bob5309 :complies true. -:bob5310 :complies true. -:bob5311 :complies true. -:bob5312 :complies true. -:bob5313 :complies true. -:bob5314 :complies true. -:bob5315 :complies true. -:bob5316 :complies true. -:bob5317 :complies true. -:bob5318 :complies true. -:bob5319 :complies true. -:bob5320 :complies true. -:bob5321 :complies true. -:bob5322 :complies true. -:bob5323 :complies true. -:bob5324 :complies true. -:bob5325 :complies true. -:bob5326 :complies true. -:bob5327 :complies true. -:bob5328 :complies true. -:bob5329 :complies true. -:bob5330 :complies true. -:bob5331 :complies true. -:bob5332 :complies true. -:bob5333 :complies true. -:bob5334 :complies true. -:bob5335 :complies true. -:bob5336 :complies true. -:bob5337 :complies true. -:bob5338 :complies true. -:bob5339 :complies true. -:bob5340 :complies true. -:bob5341 :complies true. -:bob5342 :complies true. -:bob5343 :complies true. -:bob5344 :complies true. -:bob5345 :complies true. -:bob5346 :complies true. -:bob5347 :complies true. -:bob5348 :complies true. -:bob5349 :complies true. -:bob5350 :complies true. -:bob5351 :complies true. -:bob5352 :complies true. -:bob5353 :complies true. -:bob5354 :complies true. -:bob5355 :complies true. -:bob5356 :complies true. -:bob5357 :complies true. -:bob5358 :complies true. -:bob5359 :complies true. -:bob5360 :complies true. -:bob5361 :complies true. -:bob5362 :complies true. -:bob5363 :complies true. -:bob5364 :complies true. -:bob5365 :complies true. -:bob5366 :complies true. -:bob5367 :complies true. -:bob5368 :complies true. -:bob5369 :complies true. -:bob5370 :complies true. -:bob5371 :complies true. -:bob5372 :complies true. -:bob5373 :complies true. -:bob5374 :complies true. -:bob5375 :complies true. -:bob5376 :complies true. -:bob5377 :complies true. -:bob5378 :complies true. -:bob5379 :complies true. -:bob5380 :complies true. -:bob5381 :complies true. -:bob5382 :complies true. -:bob5383 :complies true. -:bob5384 :complies true. -:bob5385 :complies true. -:bob5386 :complies true. -:bob5387 :complies true. -:bob5388 :complies true. -:bob5389 :complies true. -:bob5390 :complies true. -:bob5391 :complies true. -:bob5392 :complies true. -:bob5393 :complies true. -:bob5394 :complies true. -:bob5395 :complies true. -:bob5396 :complies true. -:bob5397 :complies true. -:bob5398 :complies true. -:bob5399 :complies true. -:bob5400 :complies true. -:bob5401 :complies true. -:bob5402 :complies true. -:bob5403 :complies true. -:bob5404 :complies true. -:bob5405 :complies true. -:bob5406 :complies true. -:bob5407 :complies true. -:bob5408 :complies true. -:bob5409 :complies true. -:bob5410 :complies true. -:bob5411 :complies true. -:bob5412 :complies true. -:bob5413 :complies true. -:bob5414 :complies true. -:bob5415 :complies true. -:bob5416 :complies true. -:bob5417 :complies true. -:bob5418 :complies true. -:bob5419 :complies true. -:bob5420 :complies true. -:bob5421 :complies true. -:bob5422 :complies true. -:bob5423 :complies true. -:bob5424 :complies true. -:bob5425 :complies true. -:bob5426 :complies true. -:bob5427 :complies true. -:bob5428 :complies true. -:bob5429 :complies true. -:bob5430 :complies true. -:bob5431 :complies true. -:bob5432 :complies true. -:bob5433 :complies true. -:bob5434 :complies true. -:bob5435 :complies true. -:bob5436 :complies true. -:bob5437 :complies true. -:bob5438 :complies true. -:bob5439 :complies true. -:bob5440 :complies true. -:bob5441 :complies true. -:bob5442 :complies true. -:bob5443 :complies true. -:bob5444 :complies true. -:bob5445 :complies true. -:bob5446 :complies true. -:bob5447 :complies true. -:bob5448 :complies true. -:bob5449 :complies true. -:bob5450 :complies true. -:bob5451 :complies true. -:bob5452 :complies true. -:bob5453 :complies true. -:bob5454 :complies true. -:bob5455 :complies true. -:bob5456 :complies true. -:bob5457 :complies true. -:bob5458 :complies true. -:bob5459 :complies true. -:bob5460 :complies true. -:bob5461 :complies true. -:bob5462 :complies true. -:bob5463 :complies true. -:bob5464 :complies true. -:bob5465 :complies true. -:bob5466 :complies true. -:bob5467 :complies true. -:bob5468 :complies true. -:bob5469 :complies true. -:bob5470 :complies true. -:bob5471 :complies true. -:bob5472 :complies true. -:bob5473 :complies true. -:bob5474 :complies true. -:bob5475 :complies true. -:bob5476 :complies true. -:bob5477 :complies true. -:bob5478 :complies true. -:bob5479 :complies true. -:bob5480 :complies true. -:bob5481 :complies true. -:bob5482 :complies true. -:bob5483 :complies true. -:bob5484 :complies true. -:bob5485 :complies true. -:bob5486 :complies true. -:bob5487 :complies true. -:bob5488 :complies true. -:bob5489 :complies true. -:bob5490 :complies true. -:bob5491 :complies true. -:bob5492 :complies true. -:bob5493 :complies true. -:bob5494 :complies true. -:bob5495 :complies true. -:bob5496 :complies true. -:bob5497 :complies true. -:bob5498 :complies true. -:bob5499 :complies true. -:bob5500 :complies true. -:bob5501 :complies true. -:bob5502 :complies true. -:bob5503 :complies true. -:bob5504 :complies true. -:bob5505 :complies true. -:bob5506 :complies true. -:bob5507 :complies true. -:bob5508 :complies true. -:bob5509 :complies true. -:bob5510 :complies true. -:bob5511 :complies true. -:bob5512 :complies true. -:bob5513 :complies true. -:bob5514 :complies true. -:bob5515 :complies true. -:bob5516 :complies true. -:bob5517 :complies true. -:bob5518 :complies true. -:bob5519 :complies true. -:bob5520 :complies true. -:bob5521 :complies true. -:bob5522 :complies true. -:bob5523 :complies true. -:bob5524 :complies true. -:bob5525 :complies true. -:bob5526 :complies true. -:bob5527 :complies true. -:bob5528 :complies true. -:bob5529 :complies true. -:bob5530 :complies true. -:bob5531 :complies true. -:bob5532 :complies true. -:bob5533 :complies true. -:bob5534 :complies true. -:bob5535 :complies true. -:bob5536 :complies true. -:bob5537 :complies true. -:bob5538 :complies true. -:bob5539 :complies true. -:bob5540 :complies true. -:bob5541 :complies true. -:bob5542 :complies true. -:bob5543 :complies true. -:bob5544 :complies true. -:bob5545 :complies true. -:bob5546 :complies true. -:bob5547 :complies true. -:bob5548 :complies true. -:bob5549 :complies true. -:bob5550 :complies true. -:bob5551 :complies true. -:bob5552 :complies true. -:bob5553 :complies true. -:bob5554 :complies true. -:bob5555 :complies true. -:bob5556 :complies true. -:bob5557 :complies true. -:bob5558 :complies true. -:bob5559 :complies true. -:bob5560 :complies true. -:bob5561 :complies true. -:bob5562 :complies true. -:bob5563 :complies true. -:bob5564 :complies true. -:bob5565 :complies true. -:bob5566 :complies true. -:bob5567 :complies true. -:bob5568 :complies true. -:bob5569 :complies true. -:bob5570 :complies true. -:bob5571 :complies true. -:bob5572 :complies true. -:bob5573 :complies true. -:bob5574 :complies true. -:bob5575 :complies true. -:bob5576 :complies true. -:bob5577 :complies true. -:bob5578 :complies true. -:bob5579 :complies true. -:bob5580 :complies true. -:bob5581 :complies true. -:bob5582 :complies true. -:bob5583 :complies true. -:bob5584 :complies true. -:bob5585 :complies true. -:bob5586 :complies true. -:bob5587 :complies true. -:bob5588 :complies true. -:bob5589 :complies true. -:bob5590 :complies true. -:bob5591 :complies true. -:bob5592 :complies true. -:bob5593 :complies true. -:bob5594 :complies true. -:bob5595 :complies true. -:bob5596 :complies true. -:bob5597 :complies true. -:bob5598 :complies true. -:bob5599 :complies true. -:bob5600 :complies true. -:bob5601 :complies true. -:bob5602 :complies true. -:bob5603 :complies true. -:bob5604 :complies true. -:bob5605 :complies true. -:bob5606 :complies true. -:bob5607 :complies true. -:bob5608 :complies true. -:bob5609 :complies true. -:bob5610 :complies true. -:bob5611 :complies true. -:bob5612 :complies true. -:bob5613 :complies true. -:bob5614 :complies true. -:bob5615 :complies true. -:bob5616 :complies true. -:bob5617 :complies true. -:bob5618 :complies true. -:bob5619 :complies true. -:bob5620 :complies true. -:bob5621 :complies true. -:bob5622 :complies true. -:bob5623 :complies true. -:bob5624 :complies true. -:bob5625 :complies true. -:bob5626 :complies true. -:bob5627 :complies true. -:bob5628 :complies true. -:bob5629 :complies true. -:bob5630 :complies true. -:bob5631 :complies true. -:bob5632 :complies true. -:bob5633 :complies true. -:bob5634 :complies true. -:bob5635 :complies true. -:bob5636 :complies true. -:bob5637 :complies true. -:bob5638 :complies true. -:bob5639 :complies true. -:bob5640 :complies true. -:bob5641 :complies true. -:bob5642 :complies true. -:bob5643 :complies true. -:bob5644 :complies true. -:bob5645 :complies true. -:bob5646 :complies true. -:bob5647 :complies true. -:bob5648 :complies true. -:bob5649 :complies true. -:bob5650 :complies true. -:bob5651 :complies true. -:bob5652 :complies true. -:bob5653 :complies true. -:bob5654 :complies true. -:bob5655 :complies true. -:bob5656 :complies true. -:bob5657 :complies true. -:bob5658 :complies true. -:bob5659 :complies true. -:bob5660 :complies true. -:bob5661 :complies true. -:bob5662 :complies true. -:bob5663 :complies true. -:bob5664 :complies true. -:bob5665 :complies true. -:bob5666 :complies true. -:bob5667 :complies true. -:bob5668 :complies true. -:bob5669 :complies true. -:bob5670 :complies true. -:bob5671 :complies true. -:bob5672 :complies true. -:bob5673 :complies true. -:bob5674 :complies true. -:bob5675 :complies true. -:bob5676 :complies true. -:bob5677 :complies true. -:bob5678 :complies true. -:bob5679 :complies true. -:bob5680 :complies true. -:bob5681 :complies true. -:bob5682 :complies true. -:bob5683 :complies true. -:bob5684 :complies true. -:bob5685 :complies true. -:bob5686 :complies true. -:bob5687 :complies true. -:bob5688 :complies true. -:bob5689 :complies true. -:bob5690 :complies true. -:bob5691 :complies true. -:bob5692 :complies true. -:bob5693 :complies true. -:bob5694 :complies true. -:bob5695 :complies true. -:bob5696 :complies true. -:bob5697 :complies true. -:bob5698 :complies true. -:bob5699 :complies true. -:bob5700 :complies true. -:bob5701 :complies true. -:bob5702 :complies true. -:bob5703 :complies true. -:bob5704 :complies true. -:bob5705 :complies true. -:bob5706 :complies true. -:bob5707 :complies true. -:bob5708 :complies true. -:bob5709 :complies true. -:bob5710 :complies true. -:bob5711 :complies true. -:bob5712 :complies true. -:bob5713 :complies true. -:bob5714 :complies true. -:bob5715 :complies true. -:bob5716 :complies true. -:bob5717 :complies true. -:bob5718 :complies true. -:bob5719 :complies true. -:bob5720 :complies true. -:bob5721 :complies true. -:bob5722 :complies true. -:bob5723 :complies true. -:bob5724 :complies true. -:bob5725 :complies true. -:bob5726 :complies true. -:bob5727 :complies true. -:bob5728 :complies true. -:bob5729 :complies true. -:bob5730 :complies true. -:bob5731 :complies true. -:bob5732 :complies true. -:bob5733 :complies true. -:bob5734 :complies true. -:bob5735 :complies true. -:bob5736 :complies true. -:bob5737 :complies true. -:bob5738 :complies true. -:bob5739 :complies true. -:bob5740 :complies true. -:bob5741 :complies true. -:bob5742 :complies true. -:bob5743 :complies true. -:bob5744 :complies true. -:bob5745 :complies true. -:bob5746 :complies true. -:bob5747 :complies true. -:bob5748 :complies true. -:bob5749 :complies true. -:bob5750 :complies true. -:bob5751 :complies true. -:bob5752 :complies true. -:bob5753 :complies true. -:bob5754 :complies true. -:bob5755 :complies true. -:bob5756 :complies true. -:bob5757 :complies true. -:bob5758 :complies true. -:bob5759 :complies true. -:bob5760 :complies true. -:bob5761 :complies true. -:bob5762 :complies true. -:bob5763 :complies true. -:bob5764 :complies true. -:bob5765 :complies true. -:bob5766 :complies true. -:bob5767 :complies true. -:bob5768 :complies true. -:bob5769 :complies true. -:bob5770 :complies true. -:bob5771 :complies true. -:bob5772 :complies true. -:bob5773 :complies true. -:bob5774 :complies true. -:bob5775 :complies true. -:bob5776 :complies true. -:bob5777 :complies true. -:bob5778 :complies true. -:bob5779 :complies true. -:bob5780 :complies true. -:bob5781 :complies true. -:bob5782 :complies true. -:bob5783 :complies true. -:bob5784 :complies true. -:bob5785 :complies true. -:bob5786 :complies true. -:bob5787 :complies true. -:bob5788 :complies true. -:bob5789 :complies true. -:bob5790 :complies true. -:bob5791 :complies true. -:bob5792 :complies true. -:bob5793 :complies true. -:bob5794 :complies true. -:bob5795 :complies true. -:bob5796 :complies true. -:bob5797 :complies true. -:bob5798 :complies true. -:bob5799 :complies true. -:bob5800 :complies true. -:bob5801 :complies true. -:bob5802 :complies true. -:bob5803 :complies true. -:bob5804 :complies true. -:bob5805 :complies true. -:bob5806 :complies true. -:bob5807 :complies true. -:bob5808 :complies true. -:bob5809 :complies true. -:bob5810 :complies true. -:bob5811 :complies true. -:bob5812 :complies true. -:bob5813 :complies true. -:bob5814 :complies true. -:bob5815 :complies true. -:bob5816 :complies true. -:bob5817 :complies true. -:bob5818 :complies true. -:bob5819 :complies true. -:bob5820 :complies true. -:bob5821 :complies true. -:bob5822 :complies true. -:bob5823 :complies true. -:bob5824 :complies true. -:bob5825 :complies true. -:bob5826 :complies true. -:bob5827 :complies true. -:bob5828 :complies true. -:bob5829 :complies true. -:bob5830 :complies true. -:bob5831 :complies true. -:bob5832 :complies true. -:bob5833 :complies true. -:bob5834 :complies true. -:bob5835 :complies true. -:bob5836 :complies true. -:bob5837 :complies true. -:bob5838 :complies true. -:bob5839 :complies true. -:bob5840 :complies true. -:bob5841 :complies true. -:bob5842 :complies true. -:bob5843 :complies true. -:bob5844 :complies true. -:bob5845 :complies true. -:bob5846 :complies true. -:bob5847 :complies true. -:bob5848 :complies true. -:bob5849 :complies true. -:bob5850 :complies true. -:bob5851 :complies true. -:bob5852 :complies true. -:bob5853 :complies true. -:bob5854 :complies true. -:bob5855 :complies true. -:bob5856 :complies true. -:bob5857 :complies true. -:bob5858 :complies true. -:bob5859 :complies true. -:bob5860 :complies true. -:bob5861 :complies true. -:bob5862 :complies true. -:bob5863 :complies true. -:bob5864 :complies true. -:bob5865 :complies true. -:bob5866 :complies true. -:bob5867 :complies true. -:bob5868 :complies true. -:bob5869 :complies true. -:bob5870 :complies true. -:bob5871 :complies true. -:bob5872 :complies true. -:bob5873 :complies true. -:bob5874 :complies true. -:bob5875 :complies true. -:bob5876 :complies true. -:bob5877 :complies true. -:bob5878 :complies true. -:bob5879 :complies true. -:bob5880 :complies true. -:bob5881 :complies true. -:bob5882 :complies true. -:bob5883 :complies true. -:bob5884 :complies true. -:bob5885 :complies true. -:bob5886 :complies true. -:bob5887 :complies true. -:bob5888 :complies true. -:bob5889 :complies true. -:bob5890 :complies true. -:bob5891 :complies true. -:bob5892 :complies true. -:bob5893 :complies true. -:bob5894 :complies true. -:bob5895 :complies true. -:bob5896 :complies true. -:bob5897 :complies true. -:bob5898 :complies true. -:bob5899 :complies true. -:bob5900 :complies true. -:bob5901 :complies true. -:bob5902 :complies true. -:bob5903 :complies true. -:bob5904 :complies true. -:bob5905 :complies true. -:bob5906 :complies true. -:bob5907 :complies true. -:bob5908 :complies true. -:bob5909 :complies true. -:bob5910 :complies true. -:bob5911 :complies true. -:bob5912 :complies true. -:bob5913 :complies true. -:bob5914 :complies true. -:bob5915 :complies true. -:bob5916 :complies true. -:bob5917 :complies true. -:bob5918 :complies true. -:bob5919 :complies true. -:bob5920 :complies true. -:bob5921 :complies true. -:bob5922 :complies true. -:bob5923 :complies true. -:bob5924 :complies true. -:bob5925 :complies true. -:bob5926 :complies true. -:bob5927 :complies true. -:bob5928 :complies true. -:bob5929 :complies true. -:bob5930 :complies true. -:bob5931 :complies true. -:bob5932 :complies true. -:bob5933 :complies true. -:bob5934 :complies true. -:bob5935 :complies true. -:bob5936 :complies true. -:bob5937 :complies true. -:bob5938 :complies true. -:bob5939 :complies true. -:bob5940 :complies true. -:bob5941 :complies true. -:bob5942 :complies true. -:bob5943 :complies true. -:bob5944 :complies true. -:bob5945 :complies true. -:bob5946 :complies true. -:bob5947 :complies true. -:bob5948 :complies true. -:bob5949 :complies true. -:bob5950 :complies true. -:bob5951 :complies true. -:bob5952 :complies true. -:bob5953 :complies true. -:bob5954 :complies true. -:bob5955 :complies true. -:bob5956 :complies true. -:bob5957 :complies true. -:bob5958 :complies true. -:bob5959 :complies true. -:bob5960 :complies true. -:bob5961 :complies true. -:bob5962 :complies true. -:bob5963 :complies true. -:bob5964 :complies true. -:bob5965 :complies true. -:bob5966 :complies true. -:bob5967 :complies true. -:bob5968 :complies true. -:bob5969 :complies true. -:bob5970 :complies true. -:bob5971 :complies true. -:bob5972 :complies true. -:bob5973 :complies true. -:bob5974 :complies true. -:bob5975 :complies true. -:bob5976 :complies true. -:bob5977 :complies true. -:bob5978 :complies true. -:bob5979 :complies true. -:bob5980 :complies true. -:bob5981 :complies true. -:bob5982 :complies true. -:bob5983 :complies true. -:bob5984 :complies true. -:bob5985 :complies true. -:bob5986 :complies true. -:bob5987 :complies true. -:bob5988 :complies true. -:bob5989 :complies true. -:bob5990 :complies true. -:bob5991 :complies true. -:bob5992 :complies true. -:bob5993 :complies true. -:bob5994 :complies true. -:bob5995 :complies true. -:bob5996 :complies true. -:bob5997 :complies true. -:bob5998 :complies true. -:bob5999 :complies true. -:bob6000 :complies true. -:bob6001 :complies true. -:bob6002 :complies true. -:bob6003 :complies true. -:bob6004 :complies true. -:bob6005 :complies true. -:bob6006 :complies true. -:bob6007 :complies true. -:bob6008 :complies true. -:bob6009 :complies true. -:bob6010 :complies true. -:bob6011 :complies true. -:bob6012 :complies true. -:bob6013 :complies true. -:bob6014 :complies true. -:bob6015 :complies true. -:bob6016 :complies true. -:bob6017 :complies true. -:bob6018 :complies true. -:bob6019 :complies true. -:bob6020 :complies true. -:bob6021 :complies true. -:bob6022 :complies true. -:bob6023 :complies true. -:bob6024 :complies true. -:bob6025 :complies true. -:bob6026 :complies true. -:bob6027 :complies true. -:bob6028 :complies true. -:bob6029 :complies true. -:bob6030 :complies true. -:bob6031 :complies true. -:bob6032 :complies true. -:bob6033 :complies true. -:bob6034 :complies true. -:bob6035 :complies true. -:bob6036 :complies true. -:bob6037 :complies true. -:bob6038 :complies true. -:bob6039 :complies true. -:bob6040 :complies true. -:bob6041 :complies true. -:bob6042 :complies true. -:bob6043 :complies true. -:bob6044 :complies true. -:bob6045 :complies true. -:bob6046 :complies true. -:bob6047 :complies true. -:bob6048 :complies true. -:bob6049 :complies true. -:bob6050 :complies true. -:bob6051 :complies true. -:bob6052 :complies true. -:bob6053 :complies true. -:bob6054 :complies true. -:bob6055 :complies true. -:bob6056 :complies true. -:bob6057 :complies true. -:bob6058 :complies true. -:bob6059 :complies true. -:bob6060 :complies true. -:bob6061 :complies true. -:bob6062 :complies true. -:bob6063 :complies true. -:bob6064 :complies true. -:bob6065 :complies true. -:bob6066 :complies true. -:bob6067 :complies true. -:bob6068 :complies true. -:bob6069 :complies true. -:bob6070 :complies true. -:bob6071 :complies true. -:bob6072 :complies true. -:bob6073 :complies true. -:bob6074 :complies true. -:bob6075 :complies true. -:bob6076 :complies true. -:bob6077 :complies true. -:bob6078 :complies true. -:bob6079 :complies true. -:bob6080 :complies true. -:bob6081 :complies true. -:bob6082 :complies true. -:bob6083 :complies true. -:bob6084 :complies true. -:bob6085 :complies true. -:bob6086 :complies true. -:bob6087 :complies true. -:bob6088 :complies true. -:bob6089 :complies true. -:bob6090 :complies true. -:bob6091 :complies true. -:bob6092 :complies true. -:bob6093 :complies true. -:bob6094 :complies true. -:bob6095 :complies true. -:bob6096 :complies true. -:bob6097 :complies true. -:bob6098 :complies true. -:bob6099 :complies true. -:bob6100 :complies true. -:bob6101 :complies true. -:bob6102 :complies true. -:bob6103 :complies true. -:bob6104 :complies true. -:bob6105 :complies true. -:bob6106 :complies true. -:bob6107 :complies true. -:bob6108 :complies true. -:bob6109 :complies true. -:bob6110 :complies true. -:bob6111 :complies true. -:bob6112 :complies true. -:bob6113 :complies true. -:bob6114 :complies true. -:bob6115 :complies true. -:bob6116 :complies true. -:bob6117 :complies true. -:bob6118 :complies true. -:bob6119 :complies true. -:bob6120 :complies true. -:bob6121 :complies true. -:bob6122 :complies true. -:bob6123 :complies true. -:bob6124 :complies true. -:bob6125 :complies true. -:bob6126 :complies true. -:bob6127 :complies true. -:bob6128 :complies true. -:bob6129 :complies true. -:bob6130 :complies true. -:bob6131 :complies true. -:bob6132 :complies true. -:bob6133 :complies true. -:bob6134 :complies true. -:bob6135 :complies true. -:bob6136 :complies true. -:bob6137 :complies true. -:bob6138 :complies true. -:bob6139 :complies true. -:bob6140 :complies true. -:bob6141 :complies true. -:bob6142 :complies true. -:bob6143 :complies true. -:bob6144 :complies true. -:bob6145 :complies true. -:bob6146 :complies true. -:bob6147 :complies true. -:bob6148 :complies true. -:bob6149 :complies true. -:bob6150 :complies true. -:bob6151 :complies true. -:bob6152 :complies true. -:bob6153 :complies true. -:bob6154 :complies true. -:bob6155 :complies true. -:bob6156 :complies true. -:bob6157 :complies true. -:bob6158 :complies true. -:bob6159 :complies true. -:bob6160 :complies true. -:bob6161 :complies true. -:bob6162 :complies true. -:bob6163 :complies true. -:bob6164 :complies true. -:bob6165 :complies true. -:bob6166 :complies true. -:bob6167 :complies true. -:bob6168 :complies true. -:bob6169 :complies true. -:bob6170 :complies true. -:bob6171 :complies true. -:bob6172 :complies true. -:bob6173 :complies true. -:bob6174 :complies true. -:bob6175 :complies true. -:bob6176 :complies true. -:bob6177 :complies true. -:bob6178 :complies true. -:bob6179 :complies true. -:bob6180 :complies true. -:bob6181 :complies true. -:bob6182 :complies true. -:bob6183 :complies true. -:bob6184 :complies true. -:bob6185 :complies true. -:bob6186 :complies true. -:bob6187 :complies true. -:bob6188 :complies true. -:bob6189 :complies true. -:bob6190 :complies true. -:bob6191 :complies true. -:bob6192 :complies true. -:bob6193 :complies true. -:bob6194 :complies true. -:bob6195 :complies true. -:bob6196 :complies true. -:bob6197 :complies true. -:bob6198 :complies true. -:bob6199 :complies true. -:bob6200 :complies true. -:bob6201 :complies true. -:bob6202 :complies true. -:bob6203 :complies true. -:bob6204 :complies true. -:bob6205 :complies true. -:bob6206 :complies true. -:bob6207 :complies true. -:bob6208 :complies true. -:bob6209 :complies true. -:bob6210 :complies true. -:bob6211 :complies true. -:bob6212 :complies true. -:bob6213 :complies true. -:bob6214 :complies true. -:bob6215 :complies true. -:bob6216 :complies true. -:bob6217 :complies true. -:bob6218 :complies true. -:bob6219 :complies true. -:bob6220 :complies true. -:bob6221 :complies true. -:bob6222 :complies true. -:bob6223 :complies true. -:bob6224 :complies true. -:bob6225 :complies true. -:bob6226 :complies true. -:bob6227 :complies true. -:bob6228 :complies true. -:bob6229 :complies true. -:bob6230 :complies true. -:bob6231 :complies true. -:bob6232 :complies true. -:bob6233 :complies true. -:bob6234 :complies true. -:bob6235 :complies true. -:bob6236 :complies true. -:bob6237 :complies true. -:bob6238 :complies true. -:bob6239 :complies true. -:bob6240 :complies true. -:bob6241 :complies true. -:bob6242 :complies true. -:bob6243 :complies true. -:bob6244 :complies true. -:bob6245 :complies true. -:bob6246 :complies true. -:bob6247 :complies true. -:bob6248 :complies true. -:bob6249 :complies true. -:bob6250 :complies true. -:bob6251 :complies true. -:bob6252 :complies true. -:bob6253 :complies true. -:bob6254 :complies true. -:bob6255 :complies true. -:bob6256 :complies true. -:bob6257 :complies true. -:bob6258 :complies true. -:bob6259 :complies true. -:bob6260 :complies true. -:bob6261 :complies true. -:bob6262 :complies true. -:bob6263 :complies true. -:bob6264 :complies true. -:bob6265 :complies true. -:bob6266 :complies true. -:bob6267 :complies true. -:bob6268 :complies true. -:bob6269 :complies true. -:bob6270 :complies true. -:bob6271 :complies true. -:bob6272 :complies true. -:bob6273 :complies true. -:bob6274 :complies true. -:bob6275 :complies true. -:bob6276 :complies true. -:bob6277 :complies true. -:bob6278 :complies true. -:bob6279 :complies true. -:bob6280 :complies true. -:bob6281 :complies true. -:bob6282 :complies true. -:bob6283 :complies true. -:bob6284 :complies true. -:bob6285 :complies true. -:bob6286 :complies true. -:bob6287 :complies true. -:bob6288 :complies true. -:bob6289 :complies true. -:bob6290 :complies true. -:bob6291 :complies true. -:bob6292 :complies true. -:bob6293 :complies true. -:bob6294 :complies true. -:bob6295 :complies true. -:bob6296 :complies true. -:bob6297 :complies true. -:bob6298 :complies true. -:bob6299 :complies true. -:bob6300 :complies true. -:bob6301 :complies true. -:bob6302 :complies true. -:bob6303 :complies true. -:bob6304 :complies true. -:bob6305 :complies true. -:bob6306 :complies true. -:bob6307 :complies true. -:bob6308 :complies true. -:bob6309 :complies true. -:bob6310 :complies true. -:bob6311 :complies true. -:bob6312 :complies true. -:bob6313 :complies true. -:bob6314 :complies true. -:bob6315 :complies true. -:bob6316 :complies true. -:bob6317 :complies true. -:bob6318 :complies true. -:bob6319 :complies true. -:bob6320 :complies true. -:bob6321 :complies true. -:bob6322 :complies true. -:bob6323 :complies true. -:bob6324 :complies true. -:bob6325 :complies true. -:bob6326 :complies true. -:bob6327 :complies true. -:bob6328 :complies true. -:bob6329 :complies true. -:bob6330 :complies true. -:bob6331 :complies true. -:bob6332 :complies true. -:bob6333 :complies true. -:bob6334 :complies true. -:bob6335 :complies true. -:bob6336 :complies true. -:bob6337 :complies true. -:bob6338 :complies true. -:bob6339 :complies true. -:bob6340 :complies true. -:bob6341 :complies true. -:bob6342 :complies true. -:bob6343 :complies true. -:bob6344 :complies true. -:bob6345 :complies true. -:bob6346 :complies true. -:bob6347 :complies true. -:bob6348 :complies true. -:bob6349 :complies true. -:bob6350 :complies true. -:bob6351 :complies true. -:bob6352 :complies true. -:bob6353 :complies true. -:bob6354 :complies true. -:bob6355 :complies true. -:bob6356 :complies true. -:bob6357 :complies true. -:bob6358 :complies true. -:bob6359 :complies true. -:bob6360 :complies true. -:bob6361 :complies true. -:bob6362 :complies true. -:bob6363 :complies true. -:bob6364 :complies true. -:bob6365 :complies true. -:bob6366 :complies true. -:bob6367 :complies true. -:bob6368 :complies true. -:bob6369 :complies true. -:bob6370 :complies true. -:bob6371 :complies true. -:bob6372 :complies true. -:bob6373 :complies true. -:bob6374 :complies true. -:bob6375 :complies true. -:bob6376 :complies true. -:bob6377 :complies true. -:bob6378 :complies true. -:bob6379 :complies true. -:bob6380 :complies true. -:bob6381 :complies true. -:bob6382 :complies true. -:bob6383 :complies true. -:bob6384 :complies true. -:bob6385 :complies true. -:bob6386 :complies true. -:bob6387 :complies true. -:bob6388 :complies true. -:bob6389 :complies true. -:bob6390 :complies true. -:bob6391 :complies true. -:bob6392 :complies true. -:bob6393 :complies true. -:bob6394 :complies true. -:bob6395 :complies true. -:bob6396 :complies true. -:bob6397 :complies true. -:bob6398 :complies true. -:bob6399 :complies true. -:bob6400 :complies true. -:bob6401 :complies true. -:bob6402 :complies true. -:bob6403 :complies true. -:bob6404 :complies true. -:bob6405 :complies true. -:bob6406 :complies true. -:bob6407 :complies true. -:bob6408 :complies true. -:bob6409 :complies true. -:bob6410 :complies true. -:bob6411 :complies true. -:bob6412 :complies true. -:bob6413 :complies true. -:bob6414 :complies true. -:bob6415 :complies true. -:bob6416 :complies true. -:bob6417 :complies true. -:bob6418 :complies true. -:bob6419 :complies true. -:bob6420 :complies true. -:bob6421 :complies true. -:bob6422 :complies true. -:bob6423 :complies true. -:bob6424 :complies true. -:bob6425 :complies true. -:bob6426 :complies true. -:bob6427 :complies true. -:bob6428 :complies true. -:bob6429 :complies true. -:bob6430 :complies true. -:bob6431 :complies true. -:bob6432 :complies true. -:bob6433 :complies true. -:bob6434 :complies true. -:bob6435 :complies true. -:bob6436 :complies true. -:bob6437 :complies true. -:bob6438 :complies true. -:bob6439 :complies true. -:bob6440 :complies true. -:bob6441 :complies true. -:bob6442 :complies true. -:bob6443 :complies true. -:bob6444 :complies true. -:bob6445 :complies true. -:bob6446 :complies true. -:bob6447 :complies true. -:bob6448 :complies true. -:bob6449 :complies true. -:bob6450 :complies true. -:bob6451 :complies true. -:bob6452 :complies true. -:bob6453 :complies true. -:bob6454 :complies true. -:bob6455 :complies true. -:bob6456 :complies true. -:bob6457 :complies true. -:bob6458 :complies true. -:bob6459 :complies true. -:bob6460 :complies true. -:bob6461 :complies true. -:bob6462 :complies true. -:bob6463 :complies true. -:bob6464 :complies true. -:bob6465 :complies true. -:bob6466 :complies true. -:bob6467 :complies true. -:bob6468 :complies true. -:bob6469 :complies true. -:bob6470 :complies true. -:bob6471 :complies true. -:bob6472 :complies true. -:bob6473 :complies true. -:bob6474 :complies true. -:bob6475 :complies true. -:bob6476 :complies true. -:bob6477 :complies true. -:bob6478 :complies true. -:bob6479 :complies true. -:bob6480 :complies true. -:bob6481 :complies true. -:bob6482 :complies true. -:bob6483 :complies true. -:bob6484 :complies true. -:bob6485 :complies true. -:bob6486 :complies true. -:bob6487 :complies true. -:bob6488 :complies true. -:bob6489 :complies true. -:bob6490 :complies true. -:bob6491 :complies true. -:bob6492 :complies true. -:bob6493 :complies true. -:bob6494 :complies true. -:bob6495 :complies true. -:bob6496 :complies true. -:bob6497 :complies true. -:bob6498 :complies true. -:bob6499 :complies true. -:bob6500 :complies true. -:bob6501 :complies true. -:bob6502 :complies true. -:bob6503 :complies true. -:bob6504 :complies true. -:bob6505 :complies true. -:bob6506 :complies true. -:bob6507 :complies true. -:bob6508 :complies true. -:bob6509 :complies true. -:bob6510 :complies true. -:bob6511 :complies true. -:bob6512 :complies true. -:bob6513 :complies true. -:bob6514 :complies true. -:bob6515 :complies true. -:bob6516 :complies true. -:bob6517 :complies true. -:bob6518 :complies true. -:bob6519 :complies true. -:bob6520 :complies true. -:bob6521 :complies true. -:bob6522 :complies true. -:bob6523 :complies true. -:bob6524 :complies true. -:bob6525 :complies true. -:bob6526 :complies true. -:bob6527 :complies true. -:bob6528 :complies true. -:bob6529 :complies true. -:bob6530 :complies true. -:bob6531 :complies true. -:bob6532 :complies true. -:bob6533 :complies true. -:bob6534 :complies true. -:bob6535 :complies true. -:bob6536 :complies true. -:bob6537 :complies true. -:bob6538 :complies true. -:bob6539 :complies true. -:bob6540 :complies true. -:bob6541 :complies true. -:bob6542 :complies true. -:bob6543 :complies true. -:bob6544 :complies true. -:bob6545 :complies true. -:bob6546 :complies true. -:bob6547 :complies true. -:bob6548 :complies true. -:bob6549 :complies true. -:bob6550 :complies true. -:bob6551 :complies true. -:bob6552 :complies true. -:bob6553 :complies true. -:bob6554 :complies true. -:bob6555 :complies true. -:bob6556 :complies true. -:bob6557 :complies true. -:bob6558 :complies true. -:bob6559 :complies true. -:bob6560 :complies true. -:bob6561 :complies true. -:bob6562 :complies true. -:bob6563 :complies true. -:bob6564 :complies true. -:bob6565 :complies true. -:bob6566 :complies true. -:bob6567 :complies true. -:bob6568 :complies true. -:bob6569 :complies true. -:bob6570 :complies true. -:bob6571 :complies true. -:bob6572 :complies true. -:bob6573 :complies true. -:bob6574 :complies true. -:bob6575 :complies true. -:bob6576 :complies true. -:bob6577 :complies true. -:bob6578 :complies true. -:bob6579 :complies true. -:bob6580 :complies true. -:bob6581 :complies true. -:bob6582 :complies true. -:bob6583 :complies true. -:bob6584 :complies true. -:bob6585 :complies true. -:bob6586 :complies true. -:bob6587 :complies true. -:bob6588 :complies true. -:bob6589 :complies true. -:bob6590 :complies true. -:bob6591 :complies true. -:bob6592 :complies true. -:bob6593 :complies true. -:bob6594 :complies true. -:bob6595 :complies true. -:bob6596 :complies true. -:bob6597 :complies true. -:bob6598 :complies true. -:bob6599 :complies true. -:bob6600 :complies true. -:bob6601 :complies true. -:bob6602 :complies true. -:bob6603 :complies true. -:bob6604 :complies true. -:bob6605 :complies true. -:bob6606 :complies true. -:bob6607 :complies true. -:bob6608 :complies true. -:bob6609 :complies true. -:bob6610 :complies true. -:bob6611 :complies true. -:bob6612 :complies true. -:bob6613 :complies true. -:bob6614 :complies true. -:bob6615 :complies true. -:bob6616 :complies true. -:bob6617 :complies true. -:bob6618 :complies true. -:bob6619 :complies true. -:bob6620 :complies true. -:bob6621 :complies true. -:bob6622 :complies true. -:bob6623 :complies true. -:bob6624 :complies true. -:bob6625 :complies true. -:bob6626 :complies true. -:bob6627 :complies true. -:bob6628 :complies true. -:bob6629 :complies true. -:bob6630 :complies true. -:bob6631 :complies true. -:bob6632 :complies true. -:bob6633 :complies true. -:bob6634 :complies true. -:bob6635 :complies true. -:bob6636 :complies true. -:bob6637 :complies true. -:bob6638 :complies true. -:bob6639 :complies true. -:bob6640 :complies true. -:bob6641 :complies true. -:bob6642 :complies true. -:bob6643 :complies true. -:bob6644 :complies true. -:bob6645 :complies true. -:bob6646 :complies true. -:bob6647 :complies true. -:bob6648 :complies true. -:bob6649 :complies true. -:bob6650 :complies true. -:bob6651 :complies true. -:bob6652 :complies true. -:bob6653 :complies true. -:bob6654 :complies true. -:bob6655 :complies true. -:bob6656 :complies true. -:bob6657 :complies true. -:bob6658 :complies true. -:bob6659 :complies true. -:bob6660 :complies true. -:bob6661 :complies true. -:bob6662 :complies true. -:bob6663 :complies true. -:bob6664 :complies true. -:bob6665 :complies true. -:bob6666 :complies true. -:bob6667 :complies true. -:bob6668 :complies true. -:bob6669 :complies true. -:bob6670 :complies true. -:bob6671 :complies true. -:bob6672 :complies true. -:bob6673 :complies true. -:bob6674 :complies true. -:bob6675 :complies true. -:bob6676 :complies true. -:bob6677 :complies true. -:bob6678 :complies true. -:bob6679 :complies true. -:bob6680 :complies true. -:bob6681 :complies true. -:bob6682 :complies true. -:bob6683 :complies true. -:bob6684 :complies true. -:bob6685 :complies true. -:bob6686 :complies true. -:bob6687 :complies true. -:bob6688 :complies true. -:bob6689 :complies true. -:bob6690 :complies true. -:bob6691 :complies true. -:bob6692 :complies true. -:bob6693 :complies true. -:bob6694 :complies true. -:bob6695 :complies true. -:bob6696 :complies true. -:bob6697 :complies true. -:bob6698 :complies true. -:bob6699 :complies true. -:bob6700 :complies true. -:bob6701 :complies true. -:bob6702 :complies true. -:bob6703 :complies true. -:bob6704 :complies true. -:bob6705 :complies true. -:bob6706 :complies true. -:bob6707 :complies true. -:bob6708 :complies true. -:bob6709 :complies true. -:bob6710 :complies true. -:bob6711 :complies true. -:bob6712 :complies true. -:bob6713 :complies true. -:bob6714 :complies true. -:bob6715 :complies true. -:bob6716 :complies true. -:bob6717 :complies true. -:bob6718 :complies true. -:bob6719 :complies true. -:bob6720 :complies true. -:bob6721 :complies true. -:bob6722 :complies true. -:bob6723 :complies true. -:bob6724 :complies true. -:bob6725 :complies true. -:bob6726 :complies true. -:bob6727 :complies true. -:bob6728 :complies true. -:bob6729 :complies true. -:bob6730 :complies true. -:bob6731 :complies true. -:bob6732 :complies true. -:bob6733 :complies true. -:bob6734 :complies true. -:bob6735 :complies true. -:bob6736 :complies true. -:bob6737 :complies true. -:bob6738 :complies true. -:bob6739 :complies true. -:bob6740 :complies true. -:bob6741 :complies true. -:bob6742 :complies true. -:bob6743 :complies true. -:bob6744 :complies true. -:bob6745 :complies true. -:bob6746 :complies true. -:bob6747 :complies true. -:bob6748 :complies true. -:bob6749 :complies true. -:bob6750 :complies true. -:bob6751 :complies true. -:bob6752 :complies true. -:bob6753 :complies true. -:bob6754 :complies true. -:bob6755 :complies true. -:bob6756 :complies true. -:bob6757 :complies true. -:bob6758 :complies true. -:bob6759 :complies true. -:bob6760 :complies true. -:bob6761 :complies true. -:bob6762 :complies true. -:bob6763 :complies true. -:bob6764 :complies true. -:bob6765 :complies true. -:bob6766 :complies true. -:bob6767 :complies true. -:bob6768 :complies true. -:bob6769 :complies true. -:bob6770 :complies true. -:bob6771 :complies true. -:bob6772 :complies true. -:bob6773 :complies true. -:bob6774 :complies true. -:bob6775 :complies true. -:bob6776 :complies true. -:bob6777 :complies true. -:bob6778 :complies true. -:bob6779 :complies true. -:bob6780 :complies true. -:bob6781 :complies true. -:bob6782 :complies true. -:bob6783 :complies true. -:bob6784 :complies true. -:bob6785 :complies true. -:bob6786 :complies true. -:bob6787 :complies true. -:bob6788 :complies true. -:bob6789 :complies true. -:bob6790 :complies true. -:bob6791 :complies true. -:bob6792 :complies true. -:bob6793 :complies true. -:bob6794 :complies true. -:bob6795 :complies true. -:bob6796 :complies true. -:bob6797 :complies true. -:bob6798 :complies true. -:bob6799 :complies true. -:bob6800 :complies true. -:bob6801 :complies true. -:bob6802 :complies true. -:bob6803 :complies true. -:bob6804 :complies true. -:bob6805 :complies true. -:bob6806 :complies true. -:bob6807 :complies true. -:bob6808 :complies true. -:bob6809 :complies true. -:bob6810 :complies true. -:bob6811 :complies true. -:bob6812 :complies true. -:bob6813 :complies true. -:bob6814 :complies true. -:bob6815 :complies true. -:bob6816 :complies true. -:bob6817 :complies true. -:bob6818 :complies true. -:bob6819 :complies true. -:bob6820 :complies true. -:bob6821 :complies true. -:bob6822 :complies true. -:bob6823 :complies true. -:bob6824 :complies true. -:bob6825 :complies true. -:bob6826 :complies true. -:bob6827 :complies true. -:bob6828 :complies true. -:bob6829 :complies true. -:bob6830 :complies true. -:bob6831 :complies true. -:bob6832 :complies true. -:bob6833 :complies true. -:bob6834 :complies true. -:bob6835 :complies true. -:bob6836 :complies true. -:bob6837 :complies true. -:bob6838 :complies true. -:bob6839 :complies true. -:bob6840 :complies true. -:bob6841 :complies true. -:bob6842 :complies true. -:bob6843 :complies true. -:bob6844 :complies true. -:bob6845 :complies true. -:bob6846 :complies true. -:bob6847 :complies true. -:bob6848 :complies true. -:bob6849 :complies true. -:bob6850 :complies true. -:bob6851 :complies true. -:bob6852 :complies true. -:bob6853 :complies true. -:bob6854 :complies true. -:bob6855 :complies true. -:bob6856 :complies true. -:bob6857 :complies true. -:bob6858 :complies true. -:bob6859 :complies true. -:bob6860 :complies true. -:bob6861 :complies true. -:bob6862 :complies true. -:bob6863 :complies true. -:bob6864 :complies true. -:bob6865 :complies true. -:bob6866 :complies true. -:bob6867 :complies true. -:bob6868 :complies true. -:bob6869 :complies true. -:bob6870 :complies true. -:bob6871 :complies true. -:bob6872 :complies true. -:bob6873 :complies true. -:bob6874 :complies true. -:bob6875 :complies true. -:bob6876 :complies true. -:bob6877 :complies true. -:bob6878 :complies true. -:bob6879 :complies true. -:bob6880 :complies true. -:bob6881 :complies true. -:bob6882 :complies true. -:bob6883 :complies true. -:bob6884 :complies true. -:bob6885 :complies true. -:bob6886 :complies true. -:bob6887 :complies true. -:bob6888 :complies true. -:bob6889 :complies true. -:bob6890 :complies true. -:bob6891 :complies true. -:bob6892 :complies true. -:bob6893 :complies true. -:bob6894 :complies true. -:bob6895 :complies true. -:bob6896 :complies true. -:bob6897 :complies true. -:bob6898 :complies true. -:bob6899 :complies true. -:bob6900 :complies true. -:bob6901 :complies true. -:bob6902 :complies true. -:bob6903 :complies true. -:bob6904 :complies true. -:bob6905 :complies true. -:bob6906 :complies true. -:bob6907 :complies true. -:bob6908 :complies true. -:bob6909 :complies true. -:bob6910 :complies true. -:bob6911 :complies true. -:bob6912 :complies true. -:bob6913 :complies true. -:bob6914 :complies true. -:bob6915 :complies true. -:bob6916 :complies true. -:bob6917 :complies true. -:bob6918 :complies true. -:bob6919 :complies true. -:bob6920 :complies true. -:bob6921 :complies true. -:bob6922 :complies true. -:bob6923 :complies true. -:bob6924 :complies true. -:bob6925 :complies true. -:bob6926 :complies true. -:bob6927 :complies true. -:bob6928 :complies true. -:bob6929 :complies true. -:bob6930 :complies true. -:bob6931 :complies true. -:bob6932 :complies true. -:bob6933 :complies true. -:bob6934 :complies true. -:bob6935 :complies true. -:bob6936 :complies true. -:bob6937 :complies true. -:bob6938 :complies true. -:bob6939 :complies true. -:bob6940 :complies true. -:bob6941 :complies true. -:bob6942 :complies true. -:bob6943 :complies true. -:bob6944 :complies true. -:bob6945 :complies true. -:bob6946 :complies true. -:bob6947 :complies true. -:bob6948 :complies true. -:bob6949 :complies true. -:bob6950 :complies true. -:bob6951 :complies true. -:bob6952 :complies true. -:bob6953 :complies true. -:bob6954 :complies true. -:bob6955 :complies true. -:bob6956 :complies true. -:bob6957 :complies true. -:bob6958 :complies true. -:bob6959 :complies true. -:bob6960 :complies true. -:bob6961 :complies true. -:bob6962 :complies true. -:bob6963 :complies true. -:bob6964 :complies true. -:bob6965 :complies true. -:bob6966 :complies true. -:bob6967 :complies true. -:bob6968 :complies true. -:bob6969 :complies true. -:bob6970 :complies true. -:bob6971 :complies true. -:bob6972 :complies true. -:bob6973 :complies true. -:bob6974 :complies true. -:bob6975 :complies true. -:bob6976 :complies true. -:bob6977 :complies true. -:bob6978 :complies true. -:bob6979 :complies true. -:bob6980 :complies true. -:bob6981 :complies true. -:bob6982 :complies true. -:bob6983 :complies true. -:bob6984 :complies true. -:bob6985 :complies true. -:bob6986 :complies true. -:bob6987 :complies true. -:bob6988 :complies true. -:bob6989 :complies true. -:bob6990 :complies true. -:bob6991 :complies true. -:bob6992 :complies true. -:bob6993 :complies true. -:bob6994 :complies true. -:bob6995 :complies true. -:bob6996 :complies true. -:bob6997 :complies true. -:bob6998 :complies true. -:bob6999 :complies true. -:bob7000 :complies true. -:bob7001 :complies true. -:bob7002 :complies true. -:bob7003 :complies true. -:bob7004 :complies true. -:bob7005 :complies true. -:bob7006 :complies true. -:bob7007 :complies true. -:bob7008 :complies true. -:bob7009 :complies true. -:bob7010 :complies true. -:bob7011 :complies true. -:bob7012 :complies true. -:bob7013 :complies true. -:bob7014 :complies true. -:bob7015 :complies true. -:bob7016 :complies true. -:bob7017 :complies true. -:bob7018 :complies true. -:bob7019 :complies true. -:bob7020 :complies true. -:bob7021 :complies true. -:bob7022 :complies true. -:bob7023 :complies true. -:bob7024 :complies true. -:bob7025 :complies true. -:bob7026 :complies true. -:bob7027 :complies true. -:bob7028 :complies true. -:bob7029 :complies true. -:bob7030 :complies true. -:bob7031 :complies true. -:bob7032 :complies true. -:bob7033 :complies true. -:bob7034 :complies true. -:bob7035 :complies true. -:bob7036 :complies true. -:bob7037 :complies true. -:bob7038 :complies true. -:bob7039 :complies true. -:bob7040 :complies true. -:bob7041 :complies true. -:bob7042 :complies true. -:bob7043 :complies true. -:bob7044 :complies true. -:bob7045 :complies true. -:bob7046 :complies true. -:bob7047 :complies true. -:bob7048 :complies true. -:bob7049 :complies true. -:bob7050 :complies true. -:bob7051 :complies true. -:bob7052 :complies true. -:bob7053 :complies true. -:bob7054 :complies true. -:bob7055 :complies true. -:bob7056 :complies true. -:bob7057 :complies true. -:bob7058 :complies true. -:bob7059 :complies true. -:bob7060 :complies true. -:bob7061 :complies true. -:bob7062 :complies true. -:bob7063 :complies true. -:bob7064 :complies true. -:bob7065 :complies true. -:bob7066 :complies true. -:bob7067 :complies true. -:bob7068 :complies true. -:bob7069 :complies true. -:bob7070 :complies true. -:bob7071 :complies true. -:bob7072 :complies true. -:bob7073 :complies true. -:bob7074 :complies true. -:bob7075 :complies true. -:bob7076 :complies true. -:bob7077 :complies true. -:bob7078 :complies true. -:bob7079 :complies true. -:bob7080 :complies true. -:bob7081 :complies true. -:bob7082 :complies true. -:bob7083 :complies true. -:bob7084 :complies true. -:bob7085 :complies true. -:bob7086 :complies true. -:bob7087 :complies true. -:bob7088 :complies true. -:bob7089 :complies true. -:bob7090 :complies true. -:bob7091 :complies true. -:bob7092 :complies true. -:bob7093 :complies true. -:bob7094 :complies true. -:bob7095 :complies true. -:bob7096 :complies true. -:bob7097 :complies true. -:bob7098 :complies true. -:bob7099 :complies true. -:bob7100 :complies true. -:bob7101 :complies true. -:bob7102 :complies true. -:bob7103 :complies true. -:bob7104 :complies true. -:bob7105 :complies true. -:bob7106 :complies true. -:bob7107 :complies true. -:bob7108 :complies true. -:bob7109 :complies true. -:bob7110 :complies true. -:bob7111 :complies true. -:bob7112 :complies true. -:bob7113 :complies true. -:bob7114 :complies true. -:bob7115 :complies true. -:bob7116 :complies true. -:bob7117 :complies true. -:bob7118 :complies true. -:bob7119 :complies true. -:bob7120 :complies true. -:bob7121 :complies true. -:bob7122 :complies true. -:bob7123 :complies true. -:bob7124 :complies true. -:bob7125 :complies true. -:bob7126 :complies true. -:bob7127 :complies true. -:bob7128 :complies true. -:bob7129 :complies true. -:bob7130 :complies true. -:bob7131 :complies true. -:bob7132 :complies true. -:bob7133 :complies true. -:bob7134 :complies true. -:bob7135 :complies true. -:bob7136 :complies true. -:bob7137 :complies true. -:bob7138 :complies true. -:bob7139 :complies true. -:bob7140 :complies true. -:bob7141 :complies true. -:bob7142 :complies true. -:bob7143 :complies true. -:bob7144 :complies true. -:bob7145 :complies true. -:bob7146 :complies true. -:bob7147 :complies true. -:bob7148 :complies true. -:bob7149 :complies true. -:bob7150 :complies true. -:bob7151 :complies true. -:bob7152 :complies true. -:bob7153 :complies true. -:bob7154 :complies true. -:bob7155 :complies true. -:bob7156 :complies true. -:bob7157 :complies true. -:bob7158 :complies true. -:bob7159 :complies true. -:bob7160 :complies true. -:bob7161 :complies true. -:bob7162 :complies true. -:bob7163 :complies true. -:bob7164 :complies true. -:bob7165 :complies true. -:bob7166 :complies true. -:bob7167 :complies true. -:bob7168 :complies true. -:bob7169 :complies true. -:bob7170 :complies true. -:bob7171 :complies true. -:bob7172 :complies true. -:bob7173 :complies true. -:bob7174 :complies true. -:bob7175 :complies true. -:bob7176 :complies true. -:bob7177 :complies true. -:bob7178 :complies true. -:bob7179 :complies true. -:bob7180 :complies true. -:bob7181 :complies true. -:bob7182 :complies true. -:bob7183 :complies true. -:bob7184 :complies true. -:bob7185 :complies true. -:bob7186 :complies true. -:bob7187 :complies true. -:bob7188 :complies true. -:bob7189 :complies true. -:bob7190 :complies true. -:bob7191 :complies true. -:bob7192 :complies true. -:bob7193 :complies true. -:bob7194 :complies true. -:bob7195 :complies true. -:bob7196 :complies true. -:bob7197 :complies true. -:bob7198 :complies true. -:bob7199 :complies true. -:bob7200 :complies true. -:bob7201 :complies true. -:bob7202 :complies true. -:bob7203 :complies true. -:bob7204 :complies true. -:bob7205 :complies true. -:bob7206 :complies true. -:bob7207 :complies true. -:bob7208 :complies true. -:bob7209 :complies true. -:bob7210 :complies true. -:bob7211 :complies true. -:bob7212 :complies true. -:bob7213 :complies true. -:bob7214 :complies true. -:bob7215 :complies true. -:bob7216 :complies true. -:bob7217 :complies true. -:bob7218 :complies true. -:bob7219 :complies true. -:bob7220 :complies true. -:bob7221 :complies true. -:bob7222 :complies true. -:bob7223 :complies true. -:bob7224 :complies true. -:bob7225 :complies true. -:bob7226 :complies true. -:bob7227 :complies true. -:bob7228 :complies true. -:bob7229 :complies true. -:bob7230 :complies true. -:bob7231 :complies true. -:bob7232 :complies true. -:bob7233 :complies true. -:bob7234 :complies true. -:bob7235 :complies true. -:bob7236 :complies true. -:bob7237 :complies true. -:bob7238 :complies true. -:bob7239 :complies true. -:bob7240 :complies true. -:bob7241 :complies true. -:bob7242 :complies true. -:bob7243 :complies true. -:bob7244 :complies true. -:bob7245 :complies true. -:bob7246 :complies true. -:bob7247 :complies true. -:bob7248 :complies true. -:bob7249 :complies true. -:bob7250 :complies true. -:bob7251 :complies true. -:bob7252 :complies true. -:bob7253 :complies true. -:bob7254 :complies true. -:bob7255 :complies true. -:bob7256 :complies true. -:bob7257 :complies true. -:bob7258 :complies true. -:bob7259 :complies true. -:bob7260 :complies true. -:bob7261 :complies true. -:bob7262 :complies true. -:bob7263 :complies true. -:bob7264 :complies true. -:bob7265 :complies true. -:bob7266 :complies true. -:bob7267 :complies true. -:bob7268 :complies true. -:bob7269 :complies true. -:bob7270 :complies true. -:bob7271 :complies true. -:bob7272 :complies true. -:bob7273 :complies true. -:bob7274 :complies true. -:bob7275 :complies true. -:bob7276 :complies true. -:bob7277 :complies true. -:bob7278 :complies true. -:bob7279 :complies true. -:bob7280 :complies true. -:bob7281 :complies true. -:bob7282 :complies true. -:bob7283 :complies true. -:bob7284 :complies true. -:bob7285 :complies true. -:bob7286 :complies true. -:bob7287 :complies true. -:bob7288 :complies true. -:bob7289 :complies true. -:bob7290 :complies true. -:bob7291 :complies true. -:bob7292 :complies true. -:bob7293 :complies true. -:bob7294 :complies true. -:bob7295 :complies true. -:bob7296 :complies true. -:bob7297 :complies true. -:bob7298 :complies true. -:bob7299 :complies true. -:bob7300 :complies true. -:bob7301 :complies true. -:bob7302 :complies true. -:bob7303 :complies true. -:bob7304 :complies true. -:bob7305 :complies true. -:bob7306 :complies true. -:bob7307 :complies true. -:bob7308 :complies true. -:bob7309 :complies true. -:bob7310 :complies true. -:bob7311 :complies true. -:bob7312 :complies true. -:bob7313 :complies true. -:bob7314 :complies true. -:bob7315 :complies true. -:bob7316 :complies true. -:bob7317 :complies true. -:bob7318 :complies true. -:bob7319 :complies true. -:bob7320 :complies true. -:bob7321 :complies true. -:bob7322 :complies true. -:bob7323 :complies true. -:bob7324 :complies true. -:bob7325 :complies true. -:bob7326 :complies true. -:bob7327 :complies true. -:bob7328 :complies true. -:bob7329 :complies true. -:bob7330 :complies true. -:bob7331 :complies true. -:bob7332 :complies true. -:bob7333 :complies true. -:bob7334 :complies true. -:bob7335 :complies true. -:bob7336 :complies true. -:bob7337 :complies true. -:bob7338 :complies true. -:bob7339 :complies true. -:bob7340 :complies true. -:bob7341 :complies true. -:bob7342 :complies true. -:bob7343 :complies true. -:bob7344 :complies true. -:bob7345 :complies true. -:bob7346 :complies true. -:bob7347 :complies true. -:bob7348 :complies true. -:bob7349 :complies true. -:bob7350 :complies true. -:bob7351 :complies true. -:bob7352 :complies true. -:bob7353 :complies true. -:bob7354 :complies true. -:bob7355 :complies true. -:bob7356 :complies true. -:bob7357 :complies true. -:bob7358 :complies true. -:bob7359 :complies true. -:bob7360 :complies true. -:bob7361 :complies true. -:bob7362 :complies true. -:bob7363 :complies true. -:bob7364 :complies true. -:bob7365 :complies true. -:bob7366 :complies true. -:bob7367 :complies true. -:bob7368 :complies true. -:bob7369 :complies true. -:bob7370 :complies true. -:bob7371 :complies true. -:bob7372 :complies true. -:bob7373 :complies true. -:bob7374 :complies true. -:bob7375 :complies true. -:bob7376 :complies true. -:bob7377 :complies true. -:bob7378 :complies true. -:bob7379 :complies true. -:bob7380 :complies true. -:bob7381 :complies true. -:bob7382 :complies true. -:bob7383 :complies true. -:bob7384 :complies true. -:bob7385 :complies true. -:bob7386 :complies true. -:bob7387 :complies true. -:bob7388 :complies true. -:bob7389 :complies true. -:bob7390 :complies true. -:bob7391 :complies true. -:bob7392 :complies true. -:bob7393 :complies true. -:bob7394 :complies true. -:bob7395 :complies true. -:bob7396 :complies true. -:bob7397 :complies true. -:bob7398 :complies true. -:bob7399 :complies true. -:bob7400 :complies true. -:bob7401 :complies true. -:bob7402 :complies true. -:bob7403 :complies true. -:bob7404 :complies true. -:bob7405 :complies true. -:bob7406 :complies true. -:bob7407 :complies true. -:bob7408 :complies true. -:bob7409 :complies true. -:bob7410 :complies true. -:bob7411 :complies true. -:bob7412 :complies true. -:bob7413 :complies true. -:bob7414 :complies true. -:bob7415 :complies true. -:bob7416 :complies true. -:bob7417 :complies true. -:bob7418 :complies true. -:bob7419 :complies true. -:bob7420 :complies true. -:bob7421 :complies true. -:bob7422 :complies true. -:bob7423 :complies true. -:bob7424 :complies true. -:bob7425 :complies true. -:bob7426 :complies true. -:bob7427 :complies true. -:bob7428 :complies true. -:bob7429 :complies true. -:bob7430 :complies true. -:bob7431 :complies true. -:bob7432 :complies true. -:bob7433 :complies true. -:bob7434 :complies true. -:bob7435 :complies true. -:bob7436 :complies true. -:bob7437 :complies true. -:bob7438 :complies true. -:bob7439 :complies true. -:bob7440 :complies true. -:bob7441 :complies true. -:bob7442 :complies true. -:bob7443 :complies true. -:bob7444 :complies true. -:bob7445 :complies true. -:bob7446 :complies true. -:bob7447 :complies true. -:bob7448 :complies true. -:bob7449 :complies true. -:bob7450 :complies true. -:bob7451 :complies true. -:bob7452 :complies true. -:bob7453 :complies true. -:bob7454 :complies true. -:bob7455 :complies true. -:bob7456 :complies true. -:bob7457 :complies true. -:bob7458 :complies true. -:bob7459 :complies true. -:bob7460 :complies true. -:bob7461 :complies true. -:bob7462 :complies true. -:bob7463 :complies true. -:bob7464 :complies true. -:bob7465 :complies true. -:bob7466 :complies true. -:bob7467 :complies true. -:bob7468 :complies true. -:bob7469 :complies true. -:bob7470 :complies true. -:bob7471 :complies true. -:bob7472 :complies true. -:bob7473 :complies true. -:bob7474 :complies true. -:bob7475 :complies true. -:bob7476 :complies true. -:bob7477 :complies true. -:bob7478 :complies true. -:bob7479 :complies true. -:bob7480 :complies true. -:bob7481 :complies true. -:bob7482 :complies true. -:bob7483 :complies true. -:bob7484 :complies true. -:bob7485 :complies true. -:bob7486 :complies true. -:bob7487 :complies true. -:bob7488 :complies true. -:bob7489 :complies true. -:bob7490 :complies true. -:bob7491 :complies true. -:bob7492 :complies true. -:bob7493 :complies true. -:bob7494 :complies true. -:bob7495 :complies true. -:bob7496 :complies true. -:bob7497 :complies true. -:bob7498 :complies true. -:bob7499 :complies true. -:bob7500 :complies true. -:bob7501 :complies true. -:bob7502 :complies true. -:bob7503 :complies true. -:bob7504 :complies true. -:bob7505 :complies true. -:bob7506 :complies true. -:bob7507 :complies true. -:bob7508 :complies true. -:bob7509 :complies true. -:bob7510 :complies true. -:bob7511 :complies true. -:bob7512 :complies true. -:bob7513 :complies true. -:bob7514 :complies true. -:bob7515 :complies true. -:bob7516 :complies true. -:bob7517 :complies true. -:bob7518 :complies true. -:bob7519 :complies true. -:bob7520 :complies true. -:bob7521 :complies true. -:bob7522 :complies true. -:bob7523 :complies true. -:bob7524 :complies true. -:bob7525 :complies true. -:bob7526 :complies true. -:bob7527 :complies true. -:bob7528 :complies true. -:bob7529 :complies true. -:bob7530 :complies true. -:bob7531 :complies true. -:bob7532 :complies true. -:bob7533 :complies true. -:bob7534 :complies true. -:bob7535 :complies true. -:bob7536 :complies true. -:bob7537 :complies true. -:bob7538 :complies true. -:bob7539 :complies true. -:bob7540 :complies true. -:bob7541 :complies true. -:bob7542 :complies true. -:bob7543 :complies true. -:bob7544 :complies true. -:bob7545 :complies true. -:bob7546 :complies true. -:bob7547 :complies true. -:bob7548 :complies true. -:bob7549 :complies true. -:bob7550 :complies true. -:bob7551 :complies true. -:bob7552 :complies true. -:bob7553 :complies true. -:bob7554 :complies true. -:bob7555 :complies true. -:bob7556 :complies true. -:bob7557 :complies true. -:bob7558 :complies true. -:bob7559 :complies true. -:bob7560 :complies true. -:bob7561 :complies true. -:bob7562 :complies true. -:bob7563 :complies true. -:bob7564 :complies true. -:bob7565 :complies true. -:bob7566 :complies true. -:bob7567 :complies true. -:bob7568 :complies true. -:bob7569 :complies true. -:bob7570 :complies true. -:bob7571 :complies true. -:bob7572 :complies true. -:bob7573 :complies true. -:bob7574 :complies true. -:bob7575 :complies true. -:bob7576 :complies true. -:bob7577 :complies true. -:bob7578 :complies true. -:bob7579 :complies true. -:bob7580 :complies true. -:bob7581 :complies true. -:bob7582 :complies true. -:bob7583 :complies true. -:bob7584 :complies true. -:bob7585 :complies true. -:bob7586 :complies true. -:bob7587 :complies true. -:bob7588 :complies true. -:bob7589 :complies true. -:bob7590 :complies true. -:bob7591 :complies true. -:bob7592 :complies true. -:bob7593 :complies true. -:bob7594 :complies true. -:bob7595 :complies true. -:bob7596 :complies true. -:bob7597 :complies true. -:bob7598 :complies true. -:bob7599 :complies true. -:bob7600 :complies true. -:bob7601 :complies true. -:bob7602 :complies true. -:bob7603 :complies true. -:bob7604 :complies true. -:bob7605 :complies true. -:bob7606 :complies true. -:bob7607 :complies true. -:bob7608 :complies true. -:bob7609 :complies true. -:bob7610 :complies true. -:bob7611 :complies true. -:bob7612 :complies true. -:bob7613 :complies true. -:bob7614 :complies true. -:bob7615 :complies true. -:bob7616 :complies true. -:bob7617 :complies true. -:bob7618 :complies true. -:bob7619 :complies true. -:bob7620 :complies true. -:bob7621 :complies true. -:bob7622 :complies true. -:bob7623 :complies true. -:bob7624 :complies true. -:bob7625 :complies true. -:bob7626 :complies true. -:bob7627 :complies true. -:bob7628 :complies true. -:bob7629 :complies true. -:bob7630 :complies true. -:bob7631 :complies true. -:bob7632 :complies true. -:bob7633 :complies true. -:bob7634 :complies true. -:bob7635 :complies true. -:bob7636 :complies true. -:bob7637 :complies true. -:bob7638 :complies true. -:bob7639 :complies true. -:bob7640 :complies true. -:bob7641 :complies true. -:bob7642 :complies true. -:bob7643 :complies true. -:bob7644 :complies true. -:bob7645 :complies true. -:bob7646 :complies true. -:bob7647 :complies true. -:bob7648 :complies true. -:bob7649 :complies true. -:bob7650 :complies true. -:bob7651 :complies true. -:bob7652 :complies true. -:bob7653 :complies true. -:bob7654 :complies true. -:bob7655 :complies true. -:bob7656 :complies true. -:bob7657 :complies true. -:bob7658 :complies true. -:bob7659 :complies true. -:bob7660 :complies true. -:bob7661 :complies true. -:bob7662 :complies true. -:bob7663 :complies true. -:bob7664 :complies true. -:bob7665 :complies true. -:bob7666 :complies true. -:bob7667 :complies true. -:bob7668 :complies true. -:bob7669 :complies true. -:bob7670 :complies true. -:bob7671 :complies true. -:bob7672 :complies true. -:bob7673 :complies true. -:bob7674 :complies true. -:bob7675 :complies true. -:bob7676 :complies true. -:bob7677 :complies true. -:bob7678 :complies true. -:bob7679 :complies true. -:bob7680 :complies true. -:bob7681 :complies true. -:bob7682 :complies true. -:bob7683 :complies true. -:bob7684 :complies true. -:bob7685 :complies true. -:bob7686 :complies true. -:bob7687 :complies true. -:bob7688 :complies true. -:bob7689 :complies true. -:bob7690 :complies true. -:bob7691 :complies true. -:bob7692 :complies true. -:bob7693 :complies true. -:bob7694 :complies true. -:bob7695 :complies true. -:bob7696 :complies true. -:bob7697 :complies true. -:bob7698 :complies true. -:bob7699 :complies true. -:bob7700 :complies true. -:bob7701 :complies true. -:bob7702 :complies true. -:bob7703 :complies true. -:bob7704 :complies true. -:bob7705 :complies true. -:bob7706 :complies true. -:bob7707 :complies true. -:bob7708 :complies true. -:bob7709 :complies true. -:bob7710 :complies true. -:bob7711 :complies true. -:bob7712 :complies true. -:bob7713 :complies true. -:bob7714 :complies true. -:bob7715 :complies true. -:bob7716 :complies true. -:bob7717 :complies true. -:bob7718 :complies true. -:bob7719 :complies true. -:bob7720 :complies true. -:bob7721 :complies true. -:bob7722 :complies true. -:bob7723 :complies true. -:bob7724 :complies true. -:bob7725 :complies true. -:bob7726 :complies true. -:bob7727 :complies true. -:bob7728 :complies true. -:bob7729 :complies true. -:bob7730 :complies true. -:bob7731 :complies true. -:bob7732 :complies true. -:bob7733 :complies true. -:bob7734 :complies true. -:bob7735 :complies true. -:bob7736 :complies true. -:bob7737 :complies true. -:bob7738 :complies true. -:bob7739 :complies true. -:bob7740 :complies true. -:bob7741 :complies true. -:bob7742 :complies true. -:bob7743 :complies true. -:bob7744 :complies true. -:bob7745 :complies true. -:bob7746 :complies true. -:bob7747 :complies true. -:bob7748 :complies true. -:bob7749 :complies true. -:bob7750 :complies true. -:bob7751 :complies true. -:bob7752 :complies true. -:bob7753 :complies true. -:bob7754 :complies true. -:bob7755 :complies true. -:bob7756 :complies true. -:bob7757 :complies true. -:bob7758 :complies true. -:bob7759 :complies true. -:bob7760 :complies true. -:bob7761 :complies true. -:bob7762 :complies true. -:bob7763 :complies true. -:bob7764 :complies true. -:bob7765 :complies true. -:bob7766 :complies true. -:bob7767 :complies true. -:bob7768 :complies true. -:bob7769 :complies true. -:bob7770 :complies true. -:bob7771 :complies true. -:bob7772 :complies true. -:bob7773 :complies true. -:bob7774 :complies true. -:bob7775 :complies true. -:bob7776 :complies true. -:bob7777 :complies true. -:bob7778 :complies true. -:bob7779 :complies true. -:bob7780 :complies true. -:bob7781 :complies true. -:bob7782 :complies true. -:bob7783 :complies true. -:bob7784 :complies true. -:bob7785 :complies true. -:bob7786 :complies true. -:bob7787 :complies true. -:bob7788 :complies true. -:bob7789 :complies true. -:bob7790 :complies true. -:bob7791 :complies true. -:bob7792 :complies true. -:bob7793 :complies true. -:bob7794 :complies true. -:bob7795 :complies true. -:bob7796 :complies true. -:bob7797 :complies true. -:bob7798 :complies true. -:bob7799 :complies true. -:bob7800 :complies true. -:bob7801 :complies true. -:bob7802 :complies true. -:bob7803 :complies true. -:bob7804 :complies true. -:bob7805 :complies true. -:bob7806 :complies true. -:bob7807 :complies true. -:bob7808 :complies true. -:bob7809 :complies true. -:bob7810 :complies true. -:bob7811 :complies true. -:bob7812 :complies true. -:bob7813 :complies true. -:bob7814 :complies true. -:bob7815 :complies true. -:bob7816 :complies true. -:bob7817 :complies true. -:bob7818 :complies true. -:bob7819 :complies true. -:bob7820 :complies true. -:bob7821 :complies true. -:bob7822 :complies true. -:bob7823 :complies true. -:bob7824 :complies true. -:bob7825 :complies true. -:bob7826 :complies true. -:bob7827 :complies true. -:bob7828 :complies true. -:bob7829 :complies true. -:bob7830 :complies true. -:bob7831 :complies true. -:bob7832 :complies true. -:bob7833 :complies true. -:bob7834 :complies true. -:bob7835 :complies true. -:bob7836 :complies true. -:bob7837 :complies true. -:bob7838 :complies true. -:bob7839 :complies true. -:bob7840 :complies true. -:bob7841 :complies true. -:bob7842 :complies true. -:bob7843 :complies true. -:bob7844 :complies true. -:bob7845 :complies true. -:bob7846 :complies true. -:bob7847 :complies true. -:bob7848 :complies true. -:bob7849 :complies true. -:bob7850 :complies true. -:bob7851 :complies true. -:bob7852 :complies true. -:bob7853 :complies true. -:bob7854 :complies true. -:bob7855 :complies true. -:bob7856 :complies true. -:bob7857 :complies true. -:bob7858 :complies true. -:bob7859 :complies true. -:bob7860 :complies true. -:bob7861 :complies true. -:bob7862 :complies true. -:bob7863 :complies true. -:bob7864 :complies true. -:bob7865 :complies true. -:bob7866 :complies true. -:bob7867 :complies true. -:bob7868 :complies true. -:bob7869 :complies true. -:bob7870 :complies true. -:bob7871 :complies true. -:bob7872 :complies true. -:bob7873 :complies true. -:bob7874 :complies true. -:bob7875 :complies true. -:bob7876 :complies true. -:bob7877 :complies true. -:bob7878 :complies true. -:bob7879 :complies true. -:bob7880 :complies true. -:bob7881 :complies true. -:bob7882 :complies true. -:bob7883 :complies true. -:bob7884 :complies true. -:bob7885 :complies true. -:bob7886 :complies true. -:bob7887 :complies true. -:bob7888 :complies true. -:bob7889 :complies true. -:bob7890 :complies true. -:bob7891 :complies true. -:bob7892 :complies true. -:bob7893 :complies true. -:bob7894 :complies true. -:bob7895 :complies true. -:bob7896 :complies true. -:bob7897 :complies true. -:bob7898 :complies true. -:bob7899 :complies true. -:bob7900 :complies true. -:bob7901 :complies true. -:bob7902 :complies true. -:bob7903 :complies true. -:bob7904 :complies true. -:bob7905 :complies true. -:bob7906 :complies true. -:bob7907 :complies true. -:bob7908 :complies true. -:bob7909 :complies true. -:bob7910 :complies true. -:bob7911 :complies true. -:bob7912 :complies true. -:bob7913 :complies true. -:bob7914 :complies true. -:bob7915 :complies true. -:bob7916 :complies true. -:bob7917 :complies true. -:bob7918 :complies true. -:bob7919 :complies true. -:bob7920 :complies true. -:bob7921 :complies true. -:bob7922 :complies true. -:bob7923 :complies true. -:bob7924 :complies true. -:bob7925 :complies true. -:bob7926 :complies true. -:bob7927 :complies true. -:bob7928 :complies true. -:bob7929 :complies true. -:bob7930 :complies true. -:bob7931 :complies true. -:bob7932 :complies true. -:bob7933 :complies true. -:bob7934 :complies true. -:bob7935 :complies true. -:bob7936 :complies true. -:bob7937 :complies true. -:bob7938 :complies true. -:bob7939 :complies true. -:bob7940 :complies true. -:bob7941 :complies true. -:bob7942 :complies true. -:bob7943 :complies true. -:bob7944 :complies true. -:bob7945 :complies true. -:bob7946 :complies true. -:bob7947 :complies true. -:bob7948 :complies true. -:bob7949 :complies true. -:bob7950 :complies true. -:bob7951 :complies true. -:bob7952 :complies true. -:bob7953 :complies true. -:bob7954 :complies true. -:bob7955 :complies true. -:bob7956 :complies true. -:bob7957 :complies true. -:bob7958 :complies true. -:bob7959 :complies true. -:bob7960 :complies true. -:bob7961 :complies true. -:bob7962 :complies true. -:bob7963 :complies true. -:bob7964 :complies true. -:bob7965 :complies true. -:bob7966 :complies true. -:bob7967 :complies true. -:bob7968 :complies true. -:bob7969 :complies true. -:bob7970 :complies true. -:bob7971 :complies true. -:bob7972 :complies true. -:bob7973 :complies true. -:bob7974 :complies true. -:bob7975 :complies true. -:bob7976 :complies true. -:bob7977 :complies true. -:bob7978 :complies true. -:bob7979 :complies true. -:bob7980 :complies true. -:bob7981 :complies true. -:bob7982 :complies true. -:bob7983 :complies true. -:bob7984 :complies true. -:bob7985 :complies true. -:bob7986 :complies true. -:bob7987 :complies true. -:bob7988 :complies true. -:bob7989 :complies true. -:bob7990 :complies true. -:bob7991 :complies true. -:bob7992 :complies true. -:bob7993 :complies true. -:bob7994 :complies true. -:bob7995 :complies true. -:bob7996 :complies true. -:bob7997 :complies true. -:bob7998 :complies true. -:bob7999 :complies true. -:bob8000 :complies true. -:bob8001 :complies true. -:bob8002 :complies true. -:bob8003 :complies true. -:bob8004 :complies true. -:bob8005 :complies true. -:bob8006 :complies true. -:bob8007 :complies true. -:bob8008 :complies true. -:bob8009 :complies true. -:bob8010 :complies true. -:bob8011 :complies true. -:bob8012 :complies true. -:bob8013 :complies true. -:bob8014 :complies true. -:bob8015 :complies true. -:bob8016 :complies true. -:bob8017 :complies true. -:bob8018 :complies true. -:bob8019 :complies true. -:bob8020 :complies true. -:bob8021 :complies true. -:bob8022 :complies true. -:bob8023 :complies true. -:bob8024 :complies true. -:bob8025 :complies true. -:bob8026 :complies true. -:bob8027 :complies true. -:bob8028 :complies true. -:bob8029 :complies true. -:bob8030 :complies true. -:bob8031 :complies true. -:bob8032 :complies true. -:bob8033 :complies true. -:bob8034 :complies true. -:bob8035 :complies true. -:bob8036 :complies true. -:bob8037 :complies true. -:bob8038 :complies true. -:bob8039 :complies true. -:bob8040 :complies true. -:bob8041 :complies true. -:bob8042 :complies true. -:bob8043 :complies true. -:bob8044 :complies true. -:bob8045 :complies true. -:bob8046 :complies true. -:bob8047 :complies true. -:bob8048 :complies true. -:bob8049 :complies true. -:bob8050 :complies true. -:bob8051 :complies true. -:bob8052 :complies true. -:bob8053 :complies true. -:bob8054 :complies true. -:bob8055 :complies true. -:bob8056 :complies true. -:bob8057 :complies true. -:bob8058 :complies true. -:bob8059 :complies true. -:bob8060 :complies true. -:bob8061 :complies true. -:bob8062 :complies true. -:bob8063 :complies true. -:bob8064 :complies true. -:bob8065 :complies true. -:bob8066 :complies true. -:bob8067 :complies true. -:bob8068 :complies true. -:bob8069 :complies true. -:bob8070 :complies true. -:bob8071 :complies true. -:bob8072 :complies true. -:bob8073 :complies true. -:bob8074 :complies true. -:bob8075 :complies true. -:bob8076 :complies true. -:bob8077 :complies true. -:bob8078 :complies true. -:bob8079 :complies true. -:bob8080 :complies true. -:bob8081 :complies true. -:bob8082 :complies true. -:bob8083 :complies true. -:bob8084 :complies true. -:bob8085 :complies true. -:bob8086 :complies true. -:bob8087 :complies true. -:bob8088 :complies true. -:bob8089 :complies true. -:bob8090 :complies true. -:bob8091 :complies true. -:bob8092 :complies true. -:bob8093 :complies true. -:bob8094 :complies true. -:bob8095 :complies true. -:bob8096 :complies true. -:bob8097 :complies true. -:bob8098 :complies true. -:bob8099 :complies true. -:bob8100 :complies true. -:bob8101 :complies true. -:bob8102 :complies true. -:bob8103 :complies true. -:bob8104 :complies true. -:bob8105 :complies true. -:bob8106 :complies true. -:bob8107 :complies true. -:bob8108 :complies true. -:bob8109 :complies true. -:bob8110 :complies true. -:bob8111 :complies true. -:bob8112 :complies true. -:bob8113 :complies true. -:bob8114 :complies true. -:bob8115 :complies true. -:bob8116 :complies true. -:bob8117 :complies true. -:bob8118 :complies true. -:bob8119 :complies true. -:bob8120 :complies true. -:bob8121 :complies true. -:bob8122 :complies true. -:bob8123 :complies true. -:bob8124 :complies true. -:bob8125 :complies true. -:bob8126 :complies true. -:bob8127 :complies true. -:bob8128 :complies true. -:bob8129 :complies true. -:bob8130 :complies true. -:bob8131 :complies true. -:bob8132 :complies true. -:bob8133 :complies true. -:bob8134 :complies true. -:bob8135 :complies true. -:bob8136 :complies true. -:bob8137 :complies true. -:bob8138 :complies true. -:bob8139 :complies true. -:bob8140 :complies true. -:bob8141 :complies true. -:bob8142 :complies true. -:bob8143 :complies true. -:bob8144 :complies true. -:bob8145 :complies true. -:bob8146 :complies true. -:bob8147 :complies true. -:bob8148 :complies true. -:bob8149 :complies true. -:bob8150 :complies true. -:bob8151 :complies true. -:bob8152 :complies true. -:bob8153 :complies true. -:bob8154 :complies true. -:bob8155 :complies true. -:bob8156 :complies true. -:bob8157 :complies true. -:bob8158 :complies true. -:bob8159 :complies true. -:bob8160 :complies true. -:bob8161 :complies true. -:bob8162 :complies true. -:bob8163 :complies true. -:bob8164 :complies true. -:bob8165 :complies true. -:bob8166 :complies true. -:bob8167 :complies true. -:bob8168 :complies true. -:bob8169 :complies true. -:bob8170 :complies true. -:bob8171 :complies true. -:bob8172 :complies true. -:bob8173 :complies true. -:bob8174 :complies true. -:bob8175 :complies true. -:bob8176 :complies true. -:bob8177 :complies true. -:bob8178 :complies true. -:bob8179 :complies true. -:bob8180 :complies true. -:bob8181 :complies true. -:bob8182 :complies true. -:bob8183 :complies true. -:bob8184 :complies true. -:bob8185 :complies true. -:bob8186 :complies true. -:bob8187 :complies true. -:bob8188 :complies true. -:bob8189 :complies true. -:bob8190 :complies true. -:bob8191 :complies true. -:bob8192 :complies true. -:bob8193 :complies true. -:bob8194 :complies true. -:bob8195 :complies true. -:bob8196 :complies true. -:bob8197 :complies true. -:bob8198 :complies true. -:bob8199 :complies true. -:bob8200 :complies true. -:bob8201 :complies true. -:bob8202 :complies true. -:bob8203 :complies true. -:bob8204 :complies true. -:bob8205 :complies true. -:bob8206 :complies true. -:bob8207 :complies true. -:bob8208 :complies true. -:bob8209 :complies true. -:bob8210 :complies true. -:bob8211 :complies true. -:bob8212 :complies true. -:bob8213 :complies true. -:bob8214 :complies true. -:bob8215 :complies true. -:bob8216 :complies true. -:bob8217 :complies true. -:bob8218 :complies true. -:bob8219 :complies true. -:bob8220 :complies true. -:bob8221 :complies true. -:bob8222 :complies true. -:bob8223 :complies true. -:bob8224 :complies true. -:bob8225 :complies true. -:bob8226 :complies true. -:bob8227 :complies true. -:bob8228 :complies true. -:bob8229 :complies true. -:bob8230 :complies true. -:bob8231 :complies true. -:bob8232 :complies true. -:bob8233 :complies true. -:bob8234 :complies true. -:bob8235 :complies true. -:bob8236 :complies true. -:bob8237 :complies true. -:bob8238 :complies true. -:bob8239 :complies true. -:bob8240 :complies true. -:bob8241 :complies true. -:bob8242 :complies true. -:bob8243 :complies true. -:bob8244 :complies true. -:bob8245 :complies true. -:bob8246 :complies true. -:bob8247 :complies true. -:bob8248 :complies true. -:bob8249 :complies true. -:bob8250 :complies true. -:bob8251 :complies true. -:bob8252 :complies true. -:bob8253 :complies true. -:bob8254 :complies true. -:bob8255 :complies true. -:bob8256 :complies true. -:bob8257 :complies true. -:bob8258 :complies true. -:bob8259 :complies true. -:bob8260 :complies true. -:bob8261 :complies true. -:bob8262 :complies true. -:bob8263 :complies true. -:bob8264 :complies true. -:bob8265 :complies true. -:bob8266 :complies true. -:bob8267 :complies true. -:bob8268 :complies true. -:bob8269 :complies true. -:bob8270 :complies true. -:bob8271 :complies true. -:bob8272 :complies true. -:bob8273 :complies true. -:bob8274 :complies true. -:bob8275 :complies true. -:bob8276 :complies true. -:bob8277 :complies true. -:bob8278 :complies true. -:bob8279 :complies true. -:bob8280 :complies true. -:bob8281 :complies true. -:bob8282 :complies true. -:bob8283 :complies true. -:bob8284 :complies true. -:bob8285 :complies true. -:bob8286 :complies true. -:bob8287 :complies true. -:bob8288 :complies true. -:bob8289 :complies true. -:bob8290 :complies true. -:bob8291 :complies true. -:bob8292 :complies true. -:bob8293 :complies true. -:bob8294 :complies true. -:bob8295 :complies true. -:bob8296 :complies true. -:bob8297 :complies true. -:bob8298 :complies true. -:bob8299 :complies true. -:bob8300 :complies true. -:bob8301 :complies true. -:bob8302 :complies true. -:bob8303 :complies true. -:bob8304 :complies true. -:bob8305 :complies true. -:bob8306 :complies true. -:bob8307 :complies true. -:bob8308 :complies true. -:bob8309 :complies true. -:bob8310 :complies true. -:bob8311 :complies true. -:bob8312 :complies true. -:bob8313 :complies true. -:bob8314 :complies true. -:bob8315 :complies true. -:bob8316 :complies true. -:bob8317 :complies true. -:bob8318 :complies true. -:bob8319 :complies true. -:bob8320 :complies true. -:bob8321 :complies true. -:bob8322 :complies true. -:bob8323 :complies true. -:bob8324 :complies true. -:bob8325 :complies true. -:bob8326 :complies true. -:bob8327 :complies true. -:bob8328 :complies true. -:bob8329 :complies true. -:bob8330 :complies true. -:bob8331 :complies true. -:bob8332 :complies true. -:bob8333 :complies true. -:bob8334 :complies true. -:bob8335 :complies true. -:bob8336 :complies true. -:bob8337 :complies true. -:bob8338 :complies true. -:bob8339 :complies true. -:bob8340 :complies true. -:bob8341 :complies true. -:bob8342 :complies true. -:bob8343 :complies true. -:bob8344 :complies true. -:bob8345 :complies true. -:bob8346 :complies true. -:bob8347 :complies true. -:bob8348 :complies true. -:bob8349 :complies true. -:bob8350 :complies true. -:bob8351 :complies true. -:bob8352 :complies true. -:bob8353 :complies true. -:bob8354 :complies true. -:bob8355 :complies true. -:bob8356 :complies true. -:bob8357 :complies true. -:bob8358 :complies true. -:bob8359 :complies true. -:bob8360 :complies true. -:bob8361 :complies true. -:bob8362 :complies true. -:bob8363 :complies true. -:bob8364 :complies true. -:bob8365 :complies true. -:bob8366 :complies true. -:bob8367 :complies true. -:bob8368 :complies true. -:bob8369 :complies true. -:bob8370 :complies true. -:bob8371 :complies true. -:bob8372 :complies true. -:bob8373 :complies true. -:bob8374 :complies true. -:bob8375 :complies true. -:bob8376 :complies true. -:bob8377 :complies true. -:bob8378 :complies true. -:bob8379 :complies true. -:bob8380 :complies true. -:bob8381 :complies true. -:bob8382 :complies true. -:bob8383 :complies true. -:bob8384 :complies true. -:bob8385 :complies true. -:bob8386 :complies true. -:bob8387 :complies true. -:bob8388 :complies true. -:bob8389 :complies true. -:bob8390 :complies true. -:bob8391 :complies true. -:bob8392 :complies true. -:bob8393 :complies true. -:bob8394 :complies true. -:bob8395 :complies true. -:bob8396 :complies true. -:bob8397 :complies true. -:bob8398 :complies true. -:bob8399 :complies true. -:bob8400 :complies true. -:bob8401 :complies true. -:bob8402 :complies true. -:bob8403 :complies true. -:bob8404 :complies true. -:bob8405 :complies true. -:bob8406 :complies true. -:bob8407 :complies true. -:bob8408 :complies true. -:bob8409 :complies true. -:bob8410 :complies true. -:bob8411 :complies true. -:bob8412 :complies true. -:bob8413 :complies true. -:bob8414 :complies true. -:bob8415 :complies true. -:bob8416 :complies true. -:bob8417 :complies true. -:bob8418 :complies true. -:bob8419 :complies true. -:bob8420 :complies true. -:bob8421 :complies true. -:bob8422 :complies true. -:bob8423 :complies true. -:bob8424 :complies true. -:bob8425 :complies true. -:bob8426 :complies true. -:bob8427 :complies true. -:bob8428 :complies true. -:bob8429 :complies true. -:bob8430 :complies true. -:bob8431 :complies true. -:bob8432 :complies true. -:bob8433 :complies true. -:bob8434 :complies true. -:bob8435 :complies true. -:bob8436 :complies true. -:bob8437 :complies true. -:bob8438 :complies true. -:bob8439 :complies true. -:bob8440 :complies true. -:bob8441 :complies true. -:bob8442 :complies true. -:bob8443 :complies true. -:bob8444 :complies true. -:bob8445 :complies true. -:bob8446 :complies true. -:bob8447 :complies true. -:bob8448 :complies true. -:bob8449 :complies true. -:bob8450 :complies true. -:bob8451 :complies true. -:bob8452 :complies true. -:bob8453 :complies true. -:bob8454 :complies true. -:bob8455 :complies true. -:bob8456 :complies true. -:bob8457 :complies true. -:bob8458 :complies true. -:bob8459 :complies true. -:bob8460 :complies true. -:bob8461 :complies true. -:bob8462 :complies true. -:bob8463 :complies true. -:bob8464 :complies true. -:bob8465 :complies true. -:bob8466 :complies true. -:bob8467 :complies true. -:bob8468 :complies true. -:bob8469 :complies true. -:bob8470 :complies true. -:bob8471 :complies true. -:bob8472 :complies true. -:bob8473 :complies true. -:bob8474 :complies true. -:bob8475 :complies true. -:bob8476 :complies true. -:bob8477 :complies true. -:bob8478 :complies true. -:bob8479 :complies true. -:bob8480 :complies true. -:bob8481 :complies true. -:bob8482 :complies true. -:bob8483 :complies true. -:bob8484 :complies true. -:bob8485 :complies true. -:bob8486 :complies true. -:bob8487 :complies true. -:bob8488 :complies true. -:bob8489 :complies true. -:bob8490 :complies true. -:bob8491 :complies true. -:bob8492 :complies true. -:bob8493 :complies true. -:bob8494 :complies true. -:bob8495 :complies true. -:bob8496 :complies true. -:bob8497 :complies true. -:bob8498 :complies true. -:bob8499 :complies true. -:bob8500 :complies true. -:bob8501 :complies true. -:bob8502 :complies true. -:bob8503 :complies true. -:bob8504 :complies true. -:bob8505 :complies true. -:bob8506 :complies true. -:bob8507 :complies true. -:bob8508 :complies true. -:bob8509 :complies true. -:bob8510 :complies true. -:bob8511 :complies true. -:bob8512 :complies true. -:bob8513 :complies true. -:bob8514 :complies true. -:bob8515 :complies true. -:bob8516 :complies true. -:bob8517 :complies true. -:bob8518 :complies true. -:bob8519 :complies true. -:bob8520 :complies true. -:bob8521 :complies true. -:bob8522 :complies true. -:bob8523 :complies true. -:bob8524 :complies true. -:bob8525 :complies true. -:bob8526 :complies true. -:bob8527 :complies true. -:bob8528 :complies true. -:bob8529 :complies true. -:bob8530 :complies true. -:bob8531 :complies true. -:bob8532 :complies true. -:bob8533 :complies true. -:bob8534 :complies true. -:bob8535 :complies true. -:bob8536 :complies true. -:bob8537 :complies true. -:bob8538 :complies true. -:bob8539 :complies true. -:bob8540 :complies true. -:bob8541 :complies true. -:bob8542 :complies true. -:bob8543 :complies true. -:bob8544 :complies true. -:bob8545 :complies true. -:bob8546 :complies true. -:bob8547 :complies true. -:bob8548 :complies true. -:bob8549 :complies true. -:bob8550 :complies true. -:bob8551 :complies true. -:bob8552 :complies true. -:bob8553 :complies true. -:bob8554 :complies true. -:bob8555 :complies true. -:bob8556 :complies true. -:bob8557 :complies true. -:bob8558 :complies true. -:bob8559 :complies true. -:bob8560 :complies true. -:bob8561 :complies true. -:bob8562 :complies true. -:bob8563 :complies true. -:bob8564 :complies true. -:bob8565 :complies true. -:bob8566 :complies true. -:bob8567 :complies true. -:bob8568 :complies true. -:bob8569 :complies true. -:bob8570 :complies true. -:bob8571 :complies true. -:bob8572 :complies true. -:bob8573 :complies true. -:bob8574 :complies true. -:bob8575 :complies true. -:bob8576 :complies true. -:bob8577 :complies true. -:bob8578 :complies true. -:bob8579 :complies true. -:bob8580 :complies true. -:bob8581 :complies true. -:bob8582 :complies true. -:bob8583 :complies true. -:bob8584 :complies true. -:bob8585 :complies true. -:bob8586 :complies true. -:bob8587 :complies true. -:bob8588 :complies true. -:bob8589 :complies true. -:bob8590 :complies true. -:bob8591 :complies true. -:bob8592 :complies true. -:bob8593 :complies true. -:bob8594 :complies true. -:bob8595 :complies true. -:bob8596 :complies true. -:bob8597 :complies true. -:bob8598 :complies true. -:bob8599 :complies true. -:bob8600 :complies true. -:bob8601 :complies true. -:bob8602 :complies true. -:bob8603 :complies true. -:bob8604 :complies true. -:bob8605 :complies true. -:bob8606 :complies true. -:bob8607 :complies true. -:bob8608 :complies true. -:bob8609 :complies true. -:bob8610 :complies true. -:bob8611 :complies true. -:bob8612 :complies true. -:bob8613 :complies true. -:bob8614 :complies true. -:bob8615 :complies true. -:bob8616 :complies true. -:bob8617 :complies true. -:bob8618 :complies true. -:bob8619 :complies true. -:bob8620 :complies true. -:bob8621 :complies true. -:bob8622 :complies true. -:bob8623 :complies true. -:bob8624 :complies true. -:bob8625 :complies true. -:bob8626 :complies true. -:bob8627 :complies true. -:bob8628 :complies true. -:bob8629 :complies true. -:bob8630 :complies true. -:bob8631 :complies true. -:bob8632 :complies true. -:bob8633 :complies true. -:bob8634 :complies true. -:bob8635 :complies true. -:bob8636 :complies true. -:bob8637 :complies true. -:bob8638 :complies true. -:bob8639 :complies true. -:bob8640 :complies true. -:bob8641 :complies true. -:bob8642 :complies true. -:bob8643 :complies true. -:bob8644 :complies true. -:bob8645 :complies true. -:bob8646 :complies true. -:bob8647 :complies true. -:bob8648 :complies true. -:bob8649 :complies true. -:bob8650 :complies true. -:bob8651 :complies true. -:bob8652 :complies true. -:bob8653 :complies true. -:bob8654 :complies true. -:bob8655 :complies true. -:bob8656 :complies true. -:bob8657 :complies true. -:bob8658 :complies true. -:bob8659 :complies true. -:bob8660 :complies true. -:bob8661 :complies true. -:bob8662 :complies true. -:bob8663 :complies true. -:bob8664 :complies true. -:bob8665 :complies true. -:bob8666 :complies true. -:bob8667 :complies true. -:bob8668 :complies true. -:bob8669 :complies true. -:bob8670 :complies true. -:bob8671 :complies true. -:bob8672 :complies true. -:bob8673 :complies true. -:bob8674 :complies true. -:bob8675 :complies true. -:bob8676 :complies true. -:bob8677 :complies true. -:bob8678 :complies true. -:bob8679 :complies true. -:bob8680 :complies true. -:bob8681 :complies true. -:bob8682 :complies true. -:bob8683 :complies true. -:bob8684 :complies true. -:bob8685 :complies true. -:bob8686 :complies true. -:bob8687 :complies true. -:bob8688 :complies true. -:bob8689 :complies true. -:bob8690 :complies true. -:bob8691 :complies true. -:bob8692 :complies true. -:bob8693 :complies true. -:bob8694 :complies true. -:bob8695 :complies true. -:bob8696 :complies true. -:bob8697 :complies true. -:bob8698 :complies true. -:bob8699 :complies true. -:bob8700 :complies true. -:bob8701 :complies true. -:bob8702 :complies true. -:bob8703 :complies true. -:bob8704 :complies true. -:bob8705 :complies true. -:bob8706 :complies true. -:bob8707 :complies true. -:bob8708 :complies true. -:bob8709 :complies true. -:bob8710 :complies true. -:bob8711 :complies true. -:bob8712 :complies true. -:bob8713 :complies true. -:bob8714 :complies true. -:bob8715 :complies true. -:bob8716 :complies true. -:bob8717 :complies true. -:bob8718 :complies true. -:bob8719 :complies true. -:bob8720 :complies true. -:bob8721 :complies true. -:bob8722 :complies true. -:bob8723 :complies true. -:bob8724 :complies true. -:bob8725 :complies true. -:bob8726 :complies true. -:bob8727 :complies true. -:bob8728 :complies true. -:bob8729 :complies true. -:bob8730 :complies true. -:bob8731 :complies true. -:bob8732 :complies true. -:bob8733 :complies true. -:bob8734 :complies true. -:bob8735 :complies true. -:bob8736 :complies true. -:bob8737 :complies true. -:bob8738 :complies true. -:bob8739 :complies true. -:bob8740 :complies true. -:bob8741 :complies true. -:bob8742 :complies true. -:bob8743 :complies true. -:bob8744 :complies true. -:bob8745 :complies true. -:bob8746 :complies true. -:bob8747 :complies true. -:bob8748 :complies true. -:bob8749 :complies true. -:bob8750 :complies true. -:bob8751 :complies true. -:bob8752 :complies true. -:bob8753 :complies true. -:bob8754 :complies true. -:bob8755 :complies true. -:bob8756 :complies true. -:bob8757 :complies true. -:bob8758 :complies true. -:bob8759 :complies true. -:bob8760 :complies true. -:bob8761 :complies true. -:bob8762 :complies true. -:bob8763 :complies true. -:bob8764 :complies true. -:bob8765 :complies true. -:bob8766 :complies true. -:bob8767 :complies true. -:bob8768 :complies true. -:bob8769 :complies true. -:bob8770 :complies true. -:bob8771 :complies true. -:bob8772 :complies true. -:bob8773 :complies true. -:bob8774 :complies true. -:bob8775 :complies true. -:bob8776 :complies true. -:bob8777 :complies true. -:bob8778 :complies true. -:bob8779 :complies true. -:bob8780 :complies true. -:bob8781 :complies true. -:bob8782 :complies true. -:bob8783 :complies true. -:bob8784 :complies true. -:bob8785 :complies true. -:bob8786 :complies true. -:bob8787 :complies true. -:bob8788 :complies true. -:bob8789 :complies true. -:bob8790 :complies true. -:bob8791 :complies true. -:bob8792 :complies true. -:bob8793 :complies true. -:bob8794 :complies true. -:bob8795 :complies true. -:bob8796 :complies true. -:bob8797 :complies true. -:bob8798 :complies true. -:bob8799 :complies true. -:bob8800 :complies true. -:bob8801 :complies true. -:bob8802 :complies true. -:bob8803 :complies true. -:bob8804 :complies true. -:bob8805 :complies true. -:bob8806 :complies true. -:bob8807 :complies true. -:bob8808 :complies true. -:bob8809 :complies true. -:bob8810 :complies true. -:bob8811 :complies true. -:bob8812 :complies true. -:bob8813 :complies true. -:bob8814 :complies true. -:bob8815 :complies true. -:bob8816 :complies true. -:bob8817 :complies true. -:bob8818 :complies true. -:bob8819 :complies true. -:bob8820 :complies true. -:bob8821 :complies true. -:bob8822 :complies true. -:bob8823 :complies true. -:bob8824 :complies true. -:bob8825 :complies true. -:bob8826 :complies true. -:bob8827 :complies true. -:bob8828 :complies true. -:bob8829 :complies true. -:bob8830 :complies true. -:bob8831 :complies true. -:bob8832 :complies true. -:bob8833 :complies true. -:bob8834 :complies true. -:bob8835 :complies true. -:bob8836 :complies true. -:bob8837 :complies true. -:bob8838 :complies true. -:bob8839 :complies true. -:bob8840 :complies true. -:bob8841 :complies true. -:bob8842 :complies true. -:bob8843 :complies true. -:bob8844 :complies true. -:bob8845 :complies true. -:bob8846 :complies true. -:bob8847 :complies true. -:bob8848 :complies true. -:bob8849 :complies true. -:bob8850 :complies true. -:bob8851 :complies true. -:bob8852 :complies true. -:bob8853 :complies true. -:bob8854 :complies true. -:bob8855 :complies true. -:bob8856 :complies true. -:bob8857 :complies true. -:bob8858 :complies true. -:bob8859 :complies true. -:bob8860 :complies true. -:bob8861 :complies true. -:bob8862 :complies true. -:bob8863 :complies true. -:bob8864 :complies true. -:bob8865 :complies true. -:bob8866 :complies true. -:bob8867 :complies true. -:bob8868 :complies true. -:bob8869 :complies true. -:bob8870 :complies true. -:bob8871 :complies true. -:bob8872 :complies true. -:bob8873 :complies true. -:bob8874 :complies true. -:bob8875 :complies true. -:bob8876 :complies true. -:bob8877 :complies true. -:bob8878 :complies true. -:bob8879 :complies true. -:bob8880 :complies true. -:bob8881 :complies true. -:bob8882 :complies true. -:bob8883 :complies true. -:bob8884 :complies true. -:bob8885 :complies true. -:bob8886 :complies true. -:bob8887 :complies true. -:bob8888 :complies true. -:bob8889 :complies true. -:bob8890 :complies true. -:bob8891 :complies true. -:bob8892 :complies true. -:bob8893 :complies true. -:bob8894 :complies true. -:bob8895 :complies true. -:bob8896 :complies true. -:bob8897 :complies true. -:bob8898 :complies true. -:bob8899 :complies true. -:bob8900 :complies true. -:bob8901 :complies true. -:bob8902 :complies true. -:bob8903 :complies true. -:bob8904 :complies true. -:bob8905 :complies true. -:bob8906 :complies true. -:bob8907 :complies true. -:bob8908 :complies true. -:bob8909 :complies true. -:bob8910 :complies true. -:bob8911 :complies true. -:bob8912 :complies true. -:bob8913 :complies true. -:bob8914 :complies true. -:bob8915 :complies true. -:bob8916 :complies true. -:bob8917 :complies true. -:bob8918 :complies true. -:bob8919 :complies true. -:bob8920 :complies true. -:bob8921 :complies true. -:bob8922 :complies true. -:bob8923 :complies true. -:bob8924 :complies true. -:bob8925 :complies true. -:bob8926 :complies true. -:bob8927 :complies true. -:bob8928 :complies true. -:bob8929 :complies true. -:bob8930 :complies true. -:bob8931 :complies true. -:bob8932 :complies true. -:bob8933 :complies true. -:bob8934 :complies true. -:bob8935 :complies true. -:bob8936 :complies true. -:bob8937 :complies true. -:bob8938 :complies true. -:bob8939 :complies true. -:bob8940 :complies true. -:bob8941 :complies true. -:bob8942 :complies true. -:bob8943 :complies true. -:bob8944 :complies true. -:bob8945 :complies true. -:bob8946 :complies true. -:bob8947 :complies true. -:bob8948 :complies true. -:bob8949 :complies true. -:bob8950 :complies true. -:bob8951 :complies true. -:bob8952 :complies true. -:bob8953 :complies true. -:bob8954 :complies true. -:bob8955 :complies true. -:bob8956 :complies true. -:bob8957 :complies true. -:bob8958 :complies true. -:bob8959 :complies true. -:bob8960 :complies true. -:bob8961 :complies true. -:bob8962 :complies true. -:bob8963 :complies true. -:bob8964 :complies true. -:bob8965 :complies true. -:bob8966 :complies true. -:bob8967 :complies true. -:bob8968 :complies true. -:bob8969 :complies true. -:bob8970 :complies true. -:bob8971 :complies true. -:bob8972 :complies true. -:bob8973 :complies true. -:bob8974 :complies true. -:bob8975 :complies true. -:bob8976 :complies true. -:bob8977 :complies true. -:bob8978 :complies true. -:bob8979 :complies true. -:bob8980 :complies true. -:bob8981 :complies true. -:bob8982 :complies true. -:bob8983 :complies true. -:bob8984 :complies true. -:bob8985 :complies true. -:bob8986 :complies true. -:bob8987 :complies true. -:bob8988 :complies true. -:bob8989 :complies true. -:bob8990 :complies true. -:bob8991 :complies true. -:bob8992 :complies true. -:bob8993 :complies true. -:bob8994 :complies true. -:bob8995 :complies true. -:bob8996 :complies true. -:bob8997 :complies true. -:bob8998 :complies true. -:bob8999 :complies true. -:bob9000 :complies true. -:bob9001 :complies true. -:bob9002 :complies true. -:bob9003 :complies true. -:bob9004 :complies true. -:bob9005 :complies true. -:bob9006 :complies true. -:bob9007 :complies true. -:bob9008 :complies true. -:bob9009 :complies true. -:bob9010 :complies true. -:bob9011 :complies true. -:bob9012 :complies true. -:bob9013 :complies true. -:bob9014 :complies true. -:bob9015 :complies true. -:bob9016 :complies true. -:bob9017 :complies true. -:bob9018 :complies true. -:bob9019 :complies true. -:bob9020 :complies true. -:bob9021 :complies true. -:bob9022 :complies true. -:bob9023 :complies true. -:bob9024 :complies true. -:bob9025 :complies true. -:bob9026 :complies true. -:bob9027 :complies true. -:bob9028 :complies true. -:bob9029 :complies true. -:bob9030 :complies true. -:bob9031 :complies true. -:bob9032 :complies true. -:bob9033 :complies true. -:bob9034 :complies true. -:bob9035 :complies true. -:bob9036 :complies true. -:bob9037 :complies true. -:bob9038 :complies true. -:bob9039 :complies true. -:bob9040 :complies true. -:bob9041 :complies true. -:bob9042 :complies true. -:bob9043 :complies true. -:bob9044 :complies true. -:bob9045 :complies true. -:bob9046 :complies true. -:bob9047 :complies true. -:bob9048 :complies true. -:bob9049 :complies true. -:bob9050 :complies true. -:bob9051 :complies true. -:bob9052 :complies true. -:bob9053 :complies true. -:bob9054 :complies true. -:bob9055 :complies true. -:bob9056 :complies true. -:bob9057 :complies true. -:bob9058 :complies true. -:bob9059 :complies true. -:bob9060 :complies true. -:bob9061 :complies true. -:bob9062 :complies true. -:bob9063 :complies true. -:bob9064 :complies true. -:bob9065 :complies true. -:bob9066 :complies true. -:bob9067 :complies true. -:bob9068 :complies true. -:bob9069 :complies true. -:bob9070 :complies true. -:bob9071 :complies true. -:bob9072 :complies true. -:bob9073 :complies true. -:bob9074 :complies true. -:bob9075 :complies true. -:bob9076 :complies true. -:bob9077 :complies true. -:bob9078 :complies true. -:bob9079 :complies true. -:bob9080 :complies true. -:bob9081 :complies true. -:bob9082 :complies true. -:bob9083 :complies true. -:bob9084 :complies true. -:bob9085 :complies true. -:bob9086 :complies true. -:bob9087 :complies true. -:bob9088 :complies true. -:bob9089 :complies true. -:bob9090 :complies true. -:bob9091 :complies true. -:bob9092 :complies true. -:bob9093 :complies true. -:bob9094 :complies true. -:bob9095 :complies true. -:bob9096 :complies true. -:bob9097 :complies true. -:bob9098 :complies true. -:bob9099 :complies true. -:bob9100 :complies true. -:bob9101 :complies true. -:bob9102 :complies true. -:bob9103 :complies true. -:bob9104 :complies true. -:bob9105 :complies true. -:bob9106 :complies true. -:bob9107 :complies true. -:bob9108 :complies true. -:bob9109 :complies true. -:bob9110 :complies true. -:bob9111 :complies true. -:bob9112 :complies true. -:bob9113 :complies true. -:bob9114 :complies true. -:bob9115 :complies true. -:bob9116 :complies true. -:bob9117 :complies true. -:bob9118 :complies true. -:bob9119 :complies true. -:bob9120 :complies true. -:bob9121 :complies true. -:bob9122 :complies true. -:bob9123 :complies true. -:bob9124 :complies true. -:bob9125 :complies true. -:bob9126 :complies true. -:bob9127 :complies true. -:bob9128 :complies true. -:bob9129 :complies true. -:bob9130 :complies true. -:bob9131 :complies true. -:bob9132 :complies true. -:bob9133 :complies true. -:bob9134 :complies true. -:bob9135 :complies true. -:bob9136 :complies true. -:bob9137 :complies true. -:bob9138 :complies true. -:bob9139 :complies true. -:bob9140 :complies true. -:bob9141 :complies true. -:bob9142 :complies true. -:bob9143 :complies true. -:bob9144 :complies true. -:bob9145 :complies true. -:bob9146 :complies true. -:bob9147 :complies true. -:bob9148 :complies true. -:bob9149 :complies true. -:bob9150 :complies true. -:bob9151 :complies true. -:bob9152 :complies true. -:bob9153 :complies true. -:bob9154 :complies true. -:bob9155 :complies true. -:bob9156 :complies true. -:bob9157 :complies true. -:bob9158 :complies true. -:bob9159 :complies true. -:bob9160 :complies true. -:bob9161 :complies true. -:bob9162 :complies true. -:bob9163 :complies true. -:bob9164 :complies true. -:bob9165 :complies true. -:bob9166 :complies true. -:bob9167 :complies true. -:bob9168 :complies true. -:bob9169 :complies true. -:bob9170 :complies true. -:bob9171 :complies true. -:bob9172 :complies true. -:bob9173 :complies true. -:bob9174 :complies true. -:bob9175 :complies true. -:bob9176 :complies true. -:bob9177 :complies true. -:bob9178 :complies true. -:bob9179 :complies true. -:bob9180 :complies true. -:bob9181 :complies true. -:bob9182 :complies true. -:bob9183 :complies true. -:bob9184 :complies true. -:bob9185 :complies true. -:bob9186 :complies true. -:bob9187 :complies true. -:bob9188 :complies true. -:bob9189 :complies true. -:bob9190 :complies true. -:bob9191 :complies true. -:bob9192 :complies true. -:bob9193 :complies true. -:bob9194 :complies true. -:bob9195 :complies true. -:bob9196 :complies true. -:bob9197 :complies true. -:bob9198 :complies true. -:bob9199 :complies true. -:bob9200 :complies true. -:bob9201 :complies true. -:bob9202 :complies true. -:bob9203 :complies true. -:bob9204 :complies true. -:bob9205 :complies true. -:bob9206 :complies true. -:bob9207 :complies true. -:bob9208 :complies true. -:bob9209 :complies true. -:bob9210 :complies true. -:bob9211 :complies true. -:bob9212 :complies true. -:bob9213 :complies true. -:bob9214 :complies true. -:bob9215 :complies true. -:bob9216 :complies true. -:bob9217 :complies true. -:bob9218 :complies true. -:bob9219 :complies true. -:bob9220 :complies true. -:bob9221 :complies true. -:bob9222 :complies true. -:bob9223 :complies true. -:bob9224 :complies true. -:bob9225 :complies true. -:bob9226 :complies true. -:bob9227 :complies true. -:bob9228 :complies true. -:bob9229 :complies true. -:bob9230 :complies true. -:bob9231 :complies true. -:bob9232 :complies true. -:bob9233 :complies true. -:bob9234 :complies true. -:bob9235 :complies true. -:bob9236 :complies true. -:bob9237 :complies true. -:bob9238 :complies true. -:bob9239 :complies true. -:bob9240 :complies true. -:bob9241 :complies true. -:bob9242 :complies true. -:bob9243 :complies true. -:bob9244 :complies true. -:bob9245 :complies true. -:bob9246 :complies true. -:bob9247 :complies true. -:bob9248 :complies true. -:bob9249 :complies true. -:bob9250 :complies true. -:bob9251 :complies true. -:bob9252 :complies true. -:bob9253 :complies true. -:bob9254 :complies true. -:bob9255 :complies true. -:bob9256 :complies true. -:bob9257 :complies true. -:bob9258 :complies true. -:bob9259 :complies true. -:bob9260 :complies true. -:bob9261 :complies true. -:bob9262 :complies true. -:bob9263 :complies true. -:bob9264 :complies true. -:bob9265 :complies true. -:bob9266 :complies true. -:bob9267 :complies true. -:bob9268 :complies true. -:bob9269 :complies true. -:bob9270 :complies true. -:bob9271 :complies true. -:bob9272 :complies true. -:bob9273 :complies true. -:bob9274 :complies true. -:bob9275 :complies true. -:bob9276 :complies true. -:bob9277 :complies true. -:bob9278 :complies true. -:bob9279 :complies true. -:bob9280 :complies true. -:bob9281 :complies true. -:bob9282 :complies true. -:bob9283 :complies true. -:bob9284 :complies true. -:bob9285 :complies true. -:bob9286 :complies true. -:bob9287 :complies true. -:bob9288 :complies true. -:bob9289 :complies true. -:bob9290 :complies true. -:bob9291 :complies true. -:bob9292 :complies true. -:bob9293 :complies true. -:bob9294 :complies true. -:bob9295 :complies true. -:bob9296 :complies true. -:bob9297 :complies true. -:bob9298 :complies true. -:bob9299 :complies true. -:bob9300 :complies true. -:bob9301 :complies true. -:bob9302 :complies true. -:bob9303 :complies true. -:bob9304 :complies true. -:bob9305 :complies true. -:bob9306 :complies true. -:bob9307 :complies true. -:bob9308 :complies true. -:bob9309 :complies true. -:bob9310 :complies true. -:bob9311 :complies true. -:bob9312 :complies true. -:bob9313 :complies true. -:bob9314 :complies true. -:bob9315 :complies true. -:bob9316 :complies true. -:bob9317 :complies true. -:bob9318 :complies true. -:bob9319 :complies true. -:bob9320 :complies true. -:bob9321 :complies true. -:bob9322 :complies true. -:bob9323 :complies true. -:bob9324 :complies true. -:bob9325 :complies true. -:bob9326 :complies true. -:bob9327 :complies true. -:bob9328 :complies true. -:bob9329 :complies true. -:bob9330 :complies true. -:bob9331 :complies true. -:bob9332 :complies true. -:bob9333 :complies true. -:bob9334 :complies true. -:bob9335 :complies true. -:bob9336 :complies true. -:bob9337 :complies true. -:bob9338 :complies true. -:bob9339 :complies true. -:bob9340 :complies true. -:bob9341 :complies true. -:bob9342 :complies true. -:bob9343 :complies true. -:bob9344 :complies true. -:bob9345 :complies true. -:bob9346 :complies true. -:bob9347 :complies true. -:bob9348 :complies true. -:bob9349 :complies true. -:bob9350 :complies true. -:bob9351 :complies true. -:bob9352 :complies true. -:bob9353 :complies true. -:bob9354 :complies true. -:bob9355 :complies true. -:bob9356 :complies true. -:bob9357 :complies true. -:bob9358 :complies true. -:bob9359 :complies true. -:bob9360 :complies true. -:bob9361 :complies true. -:bob9362 :complies true. -:bob9363 :complies true. -:bob9364 :complies true. -:bob9365 :complies true. -:bob9366 :complies true. -:bob9367 :complies true. -:bob9368 :complies true. -:bob9369 :complies true. -:bob9370 :complies true. -:bob9371 :complies true. -:bob9372 :complies true. -:bob9373 :complies true. -:bob9374 :complies true. -:bob9375 :complies true. -:bob9376 :complies true. -:bob9377 :complies true. -:bob9378 :complies true. -:bob9379 :complies true. -:bob9380 :complies true. -:bob9381 :complies true. -:bob9382 :complies true. -:bob9383 :complies true. -:bob9384 :complies true. -:bob9385 :complies true. -:bob9386 :complies true. -:bob9387 :complies true. -:bob9388 :complies true. -:bob9389 :complies true. -:bob9390 :complies true. -:bob9391 :complies true. -:bob9392 :complies true. -:bob9393 :complies true. -:bob9394 :complies true. -:bob9395 :complies true. -:bob9396 :complies true. -:bob9397 :complies true. -:bob9398 :complies true. -:bob9399 :complies true. -:bob9400 :complies true. -:bob9401 :complies true. -:bob9402 :complies true. -:bob9403 :complies true. -:bob9404 :complies true. -:bob9405 :complies true. -:bob9406 :complies true. -:bob9407 :complies true. -:bob9408 :complies true. -:bob9409 :complies true. -:bob9410 :complies true. -:bob9411 :complies true. -:bob9412 :complies true. -:bob9413 :complies true. -:bob9414 :complies true. -:bob9415 :complies true. -:bob9416 :complies true. -:bob9417 :complies true. -:bob9418 :complies true. -:bob9419 :complies true. -:bob9420 :complies true. -:bob9421 :complies true. -:bob9422 :complies true. -:bob9423 :complies true. -:bob9424 :complies true. -:bob9425 :complies true. -:bob9426 :complies true. -:bob9427 :complies true. -:bob9428 :complies true. -:bob9429 :complies true. -:bob9430 :complies true. -:bob9431 :complies true. -:bob9432 :complies true. -:bob9433 :complies true. -:bob9434 :complies true. -:bob9435 :complies true. -:bob9436 :complies true. -:bob9437 :complies true. -:bob9438 :complies true. -:bob9439 :complies true. -:bob9440 :complies true. -:bob9441 :complies true. -:bob9442 :complies true. -:bob9443 :complies true. -:bob9444 :complies true. -:bob9445 :complies true. -:bob9446 :complies true. -:bob9447 :complies true. -:bob9448 :complies true. -:bob9449 :complies true. -:bob9450 :complies true. -:bob9451 :complies true. -:bob9452 :complies true. -:bob9453 :complies true. -:bob9454 :complies true. -:bob9455 :complies true. -:bob9456 :complies true. -:bob9457 :complies true. -:bob9458 :complies true. -:bob9459 :complies true. -:bob9460 :complies true. -:bob9461 :complies true. -:bob9462 :complies true. -:bob9463 :complies true. -:bob9464 :complies true. -:bob9465 :complies true. -:bob9466 :complies true. -:bob9467 :complies true. -:bob9468 :complies true. -:bob9469 :complies true. -:bob9470 :complies true. -:bob9471 :complies true. -:bob9472 :complies true. -:bob9473 :complies true. -:bob9474 :complies true. -:bob9475 :complies true. -:bob9476 :complies true. -:bob9477 :complies true. -:bob9478 :complies true. -:bob9479 :complies true. -:bob9480 :complies true. -:bob9481 :complies true. -:bob9482 :complies true. -:bob9483 :complies true. -:bob9484 :complies true. -:bob9485 :complies true. -:bob9486 :complies true. -:bob9487 :complies true. -:bob9488 :complies true. -:bob9489 :complies true. -:bob9490 :complies true. -:bob9491 :complies true. -:bob9492 :complies true. -:bob9493 :complies true. -:bob9494 :complies true. -:bob9495 :complies true. -:bob9496 :complies true. -:bob9497 :complies true. -:bob9498 :complies true. -:bob9499 :complies true. -:bob9500 :complies true. -:bob9501 :complies true. -:bob9502 :complies true. -:bob9503 :complies true. -:bob9504 :complies true. -:bob9505 :complies true. -:bob9506 :complies true. -:bob9507 :complies true. -:bob9508 :complies true. -:bob9509 :complies true. -:bob9510 :complies true. -:bob9511 :complies true. -:bob9512 :complies true. -:bob9513 :complies true. -:bob9514 :complies true. -:bob9515 :complies true. -:bob9516 :complies true. -:bob9517 :complies true. -:bob9518 :complies true. -:bob9519 :complies true. -:bob9520 :complies true. -:bob9521 :complies true. -:bob9522 :complies true. -:bob9523 :complies true. -:bob9524 :complies true. -:bob9525 :complies true. -:bob9526 :complies true. -:bob9527 :complies true. -:bob9528 :complies true. -:bob9529 :complies true. -:bob9530 :complies true. -:bob9531 :complies true. -:bob9532 :complies true. -:bob9533 :complies true. -:bob9534 :complies true. -:bob9535 :complies true. -:bob9536 :complies true. -:bob9537 :complies true. -:bob9538 :complies true. -:bob9539 :complies true. -:bob9540 :complies true. -:bob9541 :complies true. -:bob9542 :complies true. -:bob9543 :complies true. -:bob9544 :complies true. -:bob9545 :complies true. -:bob9546 :complies true. -:bob9547 :complies true. -:bob9548 :complies true. -:bob9549 :complies true. -:bob9550 :complies true. -:bob9551 :complies true. -:bob9552 :complies true. -:bob9553 :complies true. -:bob9554 :complies true. -:bob9555 :complies true. -:bob9556 :complies true. -:bob9557 :complies true. -:bob9558 :complies true. -:bob9559 :complies true. -:bob9560 :complies true. -:bob9561 :complies true. -:bob9562 :complies true. -:bob9563 :complies true. -:bob9564 :complies true. -:bob9565 :complies true. -:bob9566 :complies true. -:bob9567 :complies true. -:bob9568 :complies true. -:bob9569 :complies true. -:bob9570 :complies true. -:bob9571 :complies true. -:bob9572 :complies true. -:bob9573 :complies true. -:bob9574 :complies true. -:bob9575 :complies true. -:bob9576 :complies true. -:bob9577 :complies true. -:bob9578 :complies true. -:bob9579 :complies true. -:bob9580 :complies true. -:bob9581 :complies true. -:bob9582 :complies true. -:bob9583 :complies true. -:bob9584 :complies true. -:bob9585 :complies true. -:bob9586 :complies true. -:bob9587 :complies true. -:bob9588 :complies true. -:bob9589 :complies true. -:bob9590 :complies true. -:bob9591 :complies true. -:bob9592 :complies true. -:bob9593 :complies true. -:bob9594 :complies true. -:bob9595 :complies true. -:bob9596 :complies true. -:bob9597 :complies true. -:bob9598 :complies true. -:bob9599 :complies true. -:bob9600 :complies true. -:bob9601 :complies true. -:bob9602 :complies true. -:bob9603 :complies true. -:bob9604 :complies true. -:bob9605 :complies true. -:bob9606 :complies true. -:bob9607 :complies true. -:bob9608 :complies true. -:bob9609 :complies true. -:bob9610 :complies true. -:bob9611 :complies true. -:bob9612 :complies true. -:bob9613 :complies true. -:bob9614 :complies true. -:bob9615 :complies true. -:bob9616 :complies true. -:bob9617 :complies true. -:bob9618 :complies true. -:bob9619 :complies true. -:bob9620 :complies true. -:bob9621 :complies true. -:bob9622 :complies true. -:bob9623 :complies true. -:bob9624 :complies true. -:bob9625 :complies true. -:bob9626 :complies true. -:bob9627 :complies true. -:bob9628 :complies true. -:bob9629 :complies true. -:bob9630 :complies true. -:bob9631 :complies true. -:bob9632 :complies true. -:bob9633 :complies true. -:bob9634 :complies true. -:bob9635 :complies true. -:bob9636 :complies true. -:bob9637 :complies true. -:bob9638 :complies true. -:bob9639 :complies true. -:bob9640 :complies true. -:bob9641 :complies true. -:bob9642 :complies true. -:bob9643 :complies true. -:bob9644 :complies true. -:bob9645 :complies true. -:bob9646 :complies true. -:bob9647 :complies true. -:bob9648 :complies true. -:bob9649 :complies true. -:bob9650 :complies true. -:bob9651 :complies true. -:bob9652 :complies true. -:bob9653 :complies true. -:bob9654 :complies true. -:bob9655 :complies true. -:bob9656 :complies true. -:bob9657 :complies true. -:bob9658 :complies true. -:bob9659 :complies true. -:bob9660 :complies true. -:bob9661 :complies true. -:bob9662 :complies true. -:bob9663 :complies true. -:bob9664 :complies true. -:bob9665 :complies true. -:bob9666 :complies true. -:bob9667 :complies true. -:bob9668 :complies true. -:bob9669 :complies true. -:bob9670 :complies true. -:bob9671 :complies true. -:bob9672 :complies true. -:bob9673 :complies true. -:bob9674 :complies true. -:bob9675 :complies true. -:bob9676 :complies true. -:bob9677 :complies true. -:bob9678 :complies true. -:bob9679 :complies true. -:bob9680 :complies true. -:bob9681 :complies true. -:bob9682 :complies true. -:bob9683 :complies true. -:bob9684 :complies true. -:bob9685 :complies true. -:bob9686 :complies true. -:bob9687 :complies true. -:bob9688 :complies true. -:bob9689 :complies true. -:bob9690 :complies true. -:bob9691 :complies true. -:bob9692 :complies true. -:bob9693 :complies true. -:bob9694 :complies true. -:bob9695 :complies true. -:bob9696 :complies true. -:bob9697 :complies true. -:bob9698 :complies true. -:bob9699 :complies true. -:bob9700 :complies true. -:bob9701 :complies true. -:bob9702 :complies true. -:bob9703 :complies true. -:bob9704 :complies true. -:bob9705 :complies true. -:bob9706 :complies true. -:bob9707 :complies true. -:bob9708 :complies true. -:bob9709 :complies true. -:bob9710 :complies true. -:bob9711 :complies true. -:bob9712 :complies true. -:bob9713 :complies true. -:bob9714 :complies true. -:bob9715 :complies true. -:bob9716 :complies true. -:bob9717 :complies true. -:bob9718 :complies true. -:bob9719 :complies true. -:bob9720 :complies true. -:bob9721 :complies true. -:bob9722 :complies true. -:bob9723 :complies true. -:bob9724 :complies true. -:bob9725 :complies true. -:bob9726 :complies true. -:bob9727 :complies true. -:bob9728 :complies true. -:bob9729 :complies true. -:bob9730 :complies true. -:bob9731 :complies true. -:bob9732 :complies true. -:bob9733 :complies true. -:bob9734 :complies true. -:bob9735 :complies true. -:bob9736 :complies true. -:bob9737 :complies true. -:bob9738 :complies true. -:bob9739 :complies true. -:bob9740 :complies true. -:bob9741 :complies true. -:bob9742 :complies true. -:bob9743 :complies true. -:bob9744 :complies true. -:bob9745 :complies true. -:bob9746 :complies true. -:bob9747 :complies true. -:bob9748 :complies true. -:bob9749 :complies true. -:bob9750 :complies true. -:bob9751 :complies true. -:bob9752 :complies true. -:bob9753 :complies true. -:bob9754 :complies true. -:bob9755 :complies true. -:bob9756 :complies true. -:bob9757 :complies true. -:bob9758 :complies true. -:bob9759 :complies true. -:bob9760 :complies true. -:bob9761 :complies true. -:bob9762 :complies true. -:bob9763 :complies true. -:bob9764 :complies true. -:bob9765 :complies true. -:bob9766 :complies true. -:bob9767 :complies true. -:bob9768 :complies true. -:bob9769 :complies true. -:bob9770 :complies true. -:bob9771 :complies true. -:bob9772 :complies true. -:bob9773 :complies true. -:bob9774 :complies true. -:bob9775 :complies true. -:bob9776 :complies true. -:bob9777 :complies true. -:bob9778 :complies true. -:bob9779 :complies true. -:bob9780 :complies true. -:bob9781 :complies true. -:bob9782 :complies true. -:bob9783 :complies true. -:bob9784 :complies true. -:bob9785 :complies true. -:bob9786 :complies true. -:bob9787 :complies true. -:bob9788 :complies true. -:bob9789 :complies true. -:bob9790 :complies true. -:bob9791 :complies true. -:bob9792 :complies true. -:bob9793 :complies true. -:bob9794 :complies true. -:bob9795 :complies true. -:bob9796 :complies true. -:bob9797 :complies true. -:bob9798 :complies true. -:bob9799 :complies true. -:bob9800 :complies true. -:bob9801 :complies true. -:bob9802 :complies true. -:bob9803 :complies true. -:bob9804 :complies true. -:bob9805 :complies true. -:bob9806 :complies true. -:bob9807 :complies true. -:bob9808 :complies true. -:bob9809 :complies true. -:bob9810 :complies true. -:bob9811 :complies true. -:bob9812 :complies true. -:bob9813 :complies true. -:bob9814 :complies true. -:bob9815 :complies true. -:bob9816 :complies true. -:bob9817 :complies true. -:bob9818 :complies true. -:bob9819 :complies true. -:bob9820 :complies true. -:bob9821 :complies true. -:bob9822 :complies true. -:bob9823 :complies true. -:bob9824 :complies true. -:bob9825 :complies true. -:bob9826 :complies true. -:bob9827 :complies true. -:bob9828 :complies true. -:bob9829 :complies true. -:bob9830 :complies true. -:bob9831 :complies true. -:bob9832 :complies true. -:bob9833 :complies true. -:bob9834 :complies true. -:bob9835 :complies true. -:bob9836 :complies true. -:bob9837 :complies true. -:bob9838 :complies true. -:bob9839 :complies true. -:bob9840 :complies true. -:bob9841 :complies true. -:bob9842 :complies true. -:bob9843 :complies true. -:bob9844 :complies true. -:bob9845 :complies true. -:bob9846 :complies true. -:bob9847 :complies true. -:bob9848 :complies true. -:bob9849 :complies true. -:bob9850 :complies true. -:bob9851 :complies true. -:bob9852 :complies true. -:bob9853 :complies true. -:bob9854 :complies true. -:bob9855 :complies true. -:bob9856 :complies true. -:bob9857 :complies true. -:bob9858 :complies true. -:bob9859 :complies true. -:bob9860 :complies true. -:bob9861 :complies true. -:bob9862 :complies true. -:bob9863 :complies true. -:bob9864 :complies true. -:bob9865 :complies true. -:bob9866 :complies true. -:bob9867 :complies true. -:bob9868 :complies true. -:bob9869 :complies true. -:bob9870 :complies true. -:bob9871 :complies true. -:bob9872 :complies true. -:bob9873 :complies true. -:bob9874 :complies true. -:bob9875 :complies true. -:bob9876 :complies true. -:bob9877 :complies true. -:bob9878 :complies true. -:bob9879 :complies true. -:bob9880 :complies true. -:bob9881 :complies true. -:bob9882 :complies true. -:bob9883 :complies true. -:bob9884 :complies true. -:bob9885 :complies true. -:bob9886 :complies true. -:bob9887 :complies true. -:bob9888 :complies true. -:bob9889 :complies true. -:bob9890 :complies true. -:bob9891 :complies true. -:bob9892 :complies true. -:bob9893 :complies true. -:bob9894 :complies true. -:bob9895 :complies true. -:bob9896 :complies true. -:bob9897 :complies true. -:bob9898 :complies true. -:bob9899 :complies true. -:bob9900 :complies true. -:bob9901 :complies true. -:bob9902 :complies true. -:bob9903 :complies true. -:bob9904 :complies true. -:bob9905 :complies true. -:bob9906 :complies true. -:bob9907 :complies true. -:bob9908 :complies true. -:bob9909 :complies true. -:bob9910 :complies true. -:bob9911 :complies true. -:bob9912 :complies true. -:bob9913 :complies true. -:bob9914 :complies true. -:bob9915 :complies true. -:bob9916 :complies true. -:bob9917 :complies true. -:bob9918 :complies true. -:bob9919 :complies true. -:bob9920 :complies true. -:bob9921 :complies true. -:bob9922 :complies true. -:bob9923 :complies true. -:bob9924 :complies true. -:bob9925 :complies true. -:bob9926 :complies true. -:bob9927 :complies true. -:bob9928 :complies true. -:bob9929 :complies true. -:bob9930 :complies true. -:bob9931 :complies true. -:bob9932 :complies true. -:bob9933 :complies true. -:bob9934 :complies true. -:bob9935 :complies true. -:bob9936 :complies true. -:bob9937 :complies true. -:bob9938 :complies true. -:bob9939 :complies true. -:bob9940 :complies true. -:bob9941 :complies true. -:bob9942 :complies true. -:bob9943 :complies true. -:bob9944 :complies true. -:bob9945 :complies true. -:bob9946 :complies true. -:bob9947 :complies true. -:bob9948 :complies true. -:bob9949 :complies true. -:bob9950 :complies true. -:bob9951 :complies true. -:bob9952 :complies true. -:bob9953 :complies true. -:bob9954 :complies true. -:bob9955 :complies true. -:bob9956 :complies true. -:bob9957 :complies true. -:bob9958 :complies true. -:bob9959 :complies true. -:bob9960 :complies true. -:bob9961 :complies true. -:bob9962 :complies true. -:bob9963 :complies true. -:bob9964 :complies true. -:bob9965 :complies true. -:bob9966 :complies true. -:bob9967 :complies true. -:bob9968 :complies true. -:bob9969 :complies true. -:bob9970 :complies true. -:bob9971 :complies true. -:bob9972 :complies true. -:bob9973 :complies true. -:bob9974 :complies true. -:bob9975 :complies true. -:bob9976 :complies true. -:bob9977 :complies true. -:bob9978 :complies true. -:bob9979 :complies true. -:bob9980 :complies true. -:bob9981 :complies true. -:bob9982 :complies true. -:bob9983 :complies true. -:bob9984 :complies true. -:bob9985 :complies true. -:bob9986 :complies true. -:bob9987 :complies true. -:bob9988 :complies true. -:bob9989 :complies true. -:bob9990 :complies true. -:bob9991 :complies true. -:bob9992 :complies true. -:bob9993 :complies true. -:bob9994 :complies true. -:bob9995 :complies true. -:bob9996 :complies true. -:bob9997 :complies true. -:bob9998 :complies true. -:bob9999 :complies true. -:bob10000 :complies true. :alice1 :complies true. :alice2 :complies true. :alice3 :complies true. @@ -15000,5006 +10000,6 @@ :alice4998 :complies true. :alice4999 :complies true. :alice5000 :complies true. -:alice5001 :complies true. -:alice5002 :complies true. -:alice5003 :complies true. -:alice5004 :complies true. -:alice5005 :complies true. -:alice5006 :complies true. -:alice5007 :complies true. -:alice5008 :complies true. -:alice5009 :complies true. -:alice5010 :complies true. -:alice5011 :complies true. -:alice5012 :complies true. -:alice5013 :complies true. -:alice5014 :complies true. -:alice5015 :complies true. -:alice5016 :complies true. -:alice5017 :complies true. -:alice5018 :complies true. -:alice5019 :complies true. -:alice5020 :complies true. -:alice5021 :complies true. -:alice5022 :complies true. -:alice5023 :complies true. -:alice5024 :complies true. -:alice5025 :complies true. -:alice5026 :complies true. -:alice5027 :complies true. -:alice5028 :complies true. -:alice5029 :complies true. -:alice5030 :complies true. -:alice5031 :complies true. -:alice5032 :complies true. -:alice5033 :complies true. -:alice5034 :complies true. -:alice5035 :complies true. -:alice5036 :complies true. -:alice5037 :complies true. -:alice5038 :complies true. -:alice5039 :complies true. -:alice5040 :complies true. -:alice5041 :complies true. -:alice5042 :complies true. -:alice5043 :complies true. -:alice5044 :complies true. -:alice5045 :complies true. -:alice5046 :complies true. -:alice5047 :complies true. -:alice5048 :complies true. -:alice5049 :complies true. -:alice5050 :complies true. -:alice5051 :complies true. -:alice5052 :complies true. -:alice5053 :complies true. -:alice5054 :complies true. -:alice5055 :complies true. -:alice5056 :complies true. -:alice5057 :complies true. -:alice5058 :complies true. -:alice5059 :complies true. -:alice5060 :complies true. -:alice5061 :complies true. -:alice5062 :complies true. -:alice5063 :complies true. -:alice5064 :complies true. -:alice5065 :complies true. -:alice5066 :complies true. -:alice5067 :complies true. -:alice5068 :complies true. -:alice5069 :complies true. -:alice5070 :complies true. -:alice5071 :complies true. -:alice5072 :complies true. -:alice5073 :complies true. -:alice5074 :complies true. -:alice5075 :complies true. -:alice5076 :complies true. -:alice5077 :complies true. -:alice5078 :complies true. -:alice5079 :complies true. -:alice5080 :complies true. -:alice5081 :complies true. -:alice5082 :complies true. -:alice5083 :complies true. -:alice5084 :complies true. -:alice5085 :complies true. -:alice5086 :complies true. -:alice5087 :complies true. -:alice5088 :complies true. -:alice5089 :complies true. -:alice5090 :complies true. -:alice5091 :complies true. -:alice5092 :complies true. -:alice5093 :complies true. -:alice5094 :complies true. -:alice5095 :complies true. -:alice5096 :complies true. -:alice5097 :complies true. -:alice5098 :complies true. -:alice5099 :complies true. -:alice5100 :complies true. -:alice5101 :complies true. -:alice5102 :complies true. -:alice5103 :complies true. -:alice5104 :complies true. -:alice5105 :complies true. -:alice5106 :complies true. -:alice5107 :complies true. -:alice5108 :complies true. -:alice5109 :complies true. -:alice5110 :complies true. -:alice5111 :complies true. -:alice5112 :complies true. -:alice5113 :complies true. -:alice5114 :complies true. -:alice5115 :complies true. -:alice5116 :complies true. -:alice5117 :complies true. -:alice5118 :complies true. -:alice5119 :complies true. -:alice5120 :complies true. -:alice5121 :complies true. -:alice5122 :complies true. -:alice5123 :complies true. -:alice5124 :complies true. -:alice5125 :complies true. -:alice5126 :complies true. -:alice5127 :complies true. -:alice5128 :complies true. -:alice5129 :complies true. -:alice5130 :complies true. -:alice5131 :complies true. -:alice5132 :complies true. -:alice5133 :complies true. -:alice5134 :complies true. -:alice5135 :complies true. -:alice5136 :complies true. -:alice5137 :complies true. -:alice5138 :complies true. -:alice5139 :complies true. -:alice5140 :complies true. -:alice5141 :complies true. -:alice5142 :complies true. -:alice5143 :complies true. -:alice5144 :complies true. -:alice5145 :complies true. -:alice5146 :complies true. -:alice5147 :complies true. -:alice5148 :complies true. -:alice5149 :complies true. -:alice5150 :complies true. -:alice5151 :complies true. -:alice5152 :complies true. -:alice5153 :complies true. -:alice5154 :complies true. -:alice5155 :complies true. -:alice5156 :complies true. -:alice5157 :complies true. -:alice5158 :complies true. -:alice5159 :complies true. -:alice5160 :complies true. -:alice5161 :complies true. -:alice5162 :complies true. -:alice5163 :complies true. -:alice5164 :complies true. -:alice5165 :complies true. -:alice5166 :complies true. -:alice5167 :complies true. -:alice5168 :complies true. -:alice5169 :complies true. -:alice5170 :complies true. -:alice5171 :complies true. -:alice5172 :complies true. -:alice5173 :complies true. -:alice5174 :complies true. -:alice5175 :complies true. -:alice5176 :complies true. -:alice5177 :complies true. -:alice5178 :complies true. -:alice5179 :complies true. -:alice5180 :complies true. -:alice5181 :complies true. -:alice5182 :complies true. -:alice5183 :complies true. -:alice5184 :complies true. -:alice5185 :complies true. -:alice5186 :complies true. -:alice5187 :complies true. -:alice5188 :complies true. -:alice5189 :complies true. -:alice5190 :complies true. -:alice5191 :complies true. -:alice5192 :complies true. -:alice5193 :complies true. -:alice5194 :complies true. -:alice5195 :complies true. -:alice5196 :complies true. -:alice5197 :complies true. -:alice5198 :complies true. -:alice5199 :complies true. -:alice5200 :complies true. -:alice5201 :complies true. -:alice5202 :complies true. -:alice5203 :complies true. -:alice5204 :complies true. -:alice5205 :complies true. -:alice5206 :complies true. -:alice5207 :complies true. -:alice5208 :complies true. -:alice5209 :complies true. -:alice5210 :complies true. -:alice5211 :complies true. -:alice5212 :complies true. -:alice5213 :complies true. -:alice5214 :complies true. -:alice5215 :complies true. -:alice5216 :complies true. -:alice5217 :complies true. -:alice5218 :complies true. -:alice5219 :complies true. -:alice5220 :complies true. -:alice5221 :complies true. -:alice5222 :complies true. -:alice5223 :complies true. -:alice5224 :complies true. -:alice5225 :complies true. -:alice5226 :complies true. -:alice5227 :complies true. -:alice5228 :complies true. -:alice5229 :complies true. -:alice5230 :complies true. -:alice5231 :complies true. -:alice5232 :complies true. -:alice5233 :complies true. -:alice5234 :complies true. -:alice5235 :complies true. -:alice5236 :complies true. -:alice5237 :complies true. -:alice5238 :complies true. -:alice5239 :complies true. -:alice5240 :complies true. -:alice5241 :complies true. -:alice5242 :complies true. -:alice5243 :complies true. -:alice5244 :complies true. -:alice5245 :complies true. -:alice5246 :complies true. -:alice5247 :complies true. -:alice5248 :complies true. -:alice5249 :complies true. -:alice5250 :complies true. -:alice5251 :complies true. -:alice5252 :complies true. -:alice5253 :complies true. -:alice5254 :complies true. -:alice5255 :complies true. -:alice5256 :complies true. -:alice5257 :complies true. -:alice5258 :complies true. -:alice5259 :complies true. -:alice5260 :complies true. -:alice5261 :complies true. -:alice5262 :complies true. -:alice5263 :complies true. -:alice5264 :complies true. -:alice5265 :complies true. -:alice5266 :complies true. -:alice5267 :complies true. -:alice5268 :complies true. -:alice5269 :complies true. -:alice5270 :complies true. -:alice5271 :complies true. -:alice5272 :complies true. -:alice5273 :complies true. -:alice5274 :complies true. -:alice5275 :complies true. -:alice5276 :complies true. -:alice5277 :complies true. -:alice5278 :complies true. -:alice5279 :complies true. -:alice5280 :complies true. -:alice5281 :complies true. -:alice5282 :complies true. -:alice5283 :complies true. -:alice5284 :complies true. -:alice5285 :complies true. -:alice5286 :complies true. -:alice5287 :complies true. -:alice5288 :complies true. -:alice5289 :complies true. -:alice5290 :complies true. -:alice5291 :complies true. -:alice5292 :complies true. -:alice5293 :complies true. -:alice5294 :complies true. -:alice5295 :complies true. -:alice5296 :complies true. -:alice5297 :complies true. -:alice5298 :complies true. -:alice5299 :complies true. -:alice5300 :complies true. -:alice5301 :complies true. -:alice5302 :complies true. -:alice5303 :complies true. -:alice5304 :complies true. -:alice5305 :complies true. -:alice5306 :complies true. -:alice5307 :complies true. -:alice5308 :complies true. -:alice5309 :complies true. -:alice5310 :complies true. -:alice5311 :complies true. -:alice5312 :complies true. -:alice5313 :complies true. -:alice5314 :complies true. -:alice5315 :complies true. -:alice5316 :complies true. -:alice5317 :complies true. -:alice5318 :complies true. -:alice5319 :complies true. -:alice5320 :complies true. -:alice5321 :complies true. -:alice5322 :complies true. -:alice5323 :complies true. -:alice5324 :complies true. -:alice5325 :complies true. -:alice5326 :complies true. -:alice5327 :complies true. -:alice5328 :complies true. -:alice5329 :complies true. -:alice5330 :complies true. -:alice5331 :complies true. -:alice5332 :complies true. -:alice5333 :complies true. -:alice5334 :complies true. -:alice5335 :complies true. -:alice5336 :complies true. -:alice5337 :complies true. -:alice5338 :complies true. -:alice5339 :complies true. -:alice5340 :complies true. -:alice5341 :complies true. -:alice5342 :complies true. -:alice5343 :complies true. -:alice5344 :complies true. -:alice5345 :complies true. -:alice5346 :complies true. -:alice5347 :complies true. -:alice5348 :complies true. -:alice5349 :complies true. -:alice5350 :complies true. -:alice5351 :complies true. -:alice5352 :complies true. -:alice5353 :complies true. -:alice5354 :complies true. -:alice5355 :complies true. -:alice5356 :complies true. -:alice5357 :complies true. -:alice5358 :complies true. -:alice5359 :complies true. -:alice5360 :complies true. -:alice5361 :complies true. -:alice5362 :complies true. -:alice5363 :complies true. -:alice5364 :complies true. -:alice5365 :complies true. -:alice5366 :complies true. -:alice5367 :complies true. -:alice5368 :complies true. -:alice5369 :complies true. -:alice5370 :complies true. -:alice5371 :complies true. -:alice5372 :complies true. -:alice5373 :complies true. -:alice5374 :complies true. -:alice5375 :complies true. -:alice5376 :complies true. -:alice5377 :complies true. -:alice5378 :complies true. -:alice5379 :complies true. -:alice5380 :complies true. -:alice5381 :complies true. -:alice5382 :complies true. -:alice5383 :complies true. -:alice5384 :complies true. -:alice5385 :complies true. -:alice5386 :complies true. -:alice5387 :complies true. -:alice5388 :complies true. -:alice5389 :complies true. -:alice5390 :complies true. -:alice5391 :complies true. -:alice5392 :complies true. -:alice5393 :complies true. -:alice5394 :complies true. -:alice5395 :complies true. -:alice5396 :complies true. -:alice5397 :complies true. -:alice5398 :complies true. -:alice5399 :complies true. -:alice5400 :complies true. -:alice5401 :complies true. -:alice5402 :complies true. -:alice5403 :complies true. -:alice5404 :complies true. -:alice5405 :complies true. -:alice5406 :complies true. -:alice5407 :complies true. -:alice5408 :complies true. -:alice5409 :complies true. -:alice5410 :complies true. -:alice5411 :complies true. -:alice5412 :complies true. -:alice5413 :complies true. -:alice5414 :complies true. -:alice5415 :complies true. -:alice5416 :complies true. -:alice5417 :complies true. -:alice5418 :complies true. -:alice5419 :complies true. -:alice5420 :complies true. -:alice5421 :complies true. -:alice5422 :complies true. -:alice5423 :complies true. -:alice5424 :complies true. -:alice5425 :complies true. -:alice5426 :complies true. -:alice5427 :complies true. -:alice5428 :complies true. -:alice5429 :complies true. -:alice5430 :complies true. -:alice5431 :complies true. -:alice5432 :complies true. -:alice5433 :complies true. -:alice5434 :complies true. -:alice5435 :complies true. -:alice5436 :complies true. -:alice5437 :complies true. -:alice5438 :complies true. -:alice5439 :complies true. -:alice5440 :complies true. -:alice5441 :complies true. -:alice5442 :complies true. -:alice5443 :complies true. -:alice5444 :complies true. -:alice5445 :complies true. -:alice5446 :complies true. -:alice5447 :complies true. -:alice5448 :complies true. -:alice5449 :complies true. -:alice5450 :complies true. -:alice5451 :complies true. -:alice5452 :complies true. -:alice5453 :complies true. -:alice5454 :complies true. -:alice5455 :complies true. -:alice5456 :complies true. -:alice5457 :complies true. -:alice5458 :complies true. -:alice5459 :complies true. -:alice5460 :complies true. -:alice5461 :complies true. -:alice5462 :complies true. -:alice5463 :complies true. -:alice5464 :complies true. -:alice5465 :complies true. -:alice5466 :complies true. -:alice5467 :complies true. -:alice5468 :complies true. -:alice5469 :complies true. -:alice5470 :complies true. -:alice5471 :complies true. -:alice5472 :complies true. -:alice5473 :complies true. -:alice5474 :complies true. -:alice5475 :complies true. -:alice5476 :complies true. -:alice5477 :complies true. -:alice5478 :complies true. -:alice5479 :complies true. -:alice5480 :complies true. -:alice5481 :complies true. -:alice5482 :complies true. -:alice5483 :complies true. -:alice5484 :complies true. -:alice5485 :complies true. -:alice5486 :complies true. -:alice5487 :complies true. -:alice5488 :complies true. -:alice5489 :complies true. -:alice5490 :complies true. -:alice5491 :complies true. -:alice5492 :complies true. -:alice5493 :complies true. -:alice5494 :complies true. -:alice5495 :complies true. -:alice5496 :complies true. -:alice5497 :complies true. -:alice5498 :complies true. -:alice5499 :complies true. -:alice5500 :complies true. -:alice5501 :complies true. -:alice5502 :complies true. -:alice5503 :complies true. -:alice5504 :complies true. -:alice5505 :complies true. -:alice5506 :complies true. -:alice5507 :complies true. -:alice5508 :complies true. -:alice5509 :complies true. -:alice5510 :complies true. -:alice5511 :complies true. -:alice5512 :complies true. -:alice5513 :complies true. -:alice5514 :complies true. -:alice5515 :complies true. -:alice5516 :complies true. -:alice5517 :complies true. -:alice5518 :complies true. -:alice5519 :complies true. -:alice5520 :complies true. -:alice5521 :complies true. -:alice5522 :complies true. -:alice5523 :complies true. -:alice5524 :complies true. -:alice5525 :complies true. -:alice5526 :complies true. -:alice5527 :complies true. -:alice5528 :complies true. -:alice5529 :complies true. -:alice5530 :complies true. -:alice5531 :complies true. -:alice5532 :complies true. -:alice5533 :complies true. -:alice5534 :complies true. -:alice5535 :complies true. -:alice5536 :complies true. -:alice5537 :complies true. -:alice5538 :complies true. -:alice5539 :complies true. -:alice5540 :complies true. -:alice5541 :complies true. -:alice5542 :complies true. -:alice5543 :complies true. -:alice5544 :complies true. -:alice5545 :complies true. -:alice5546 :complies true. -:alice5547 :complies true. -:alice5548 :complies true. -:alice5549 :complies true. -:alice5550 :complies true. -:alice5551 :complies true. -:alice5552 :complies true. -:alice5553 :complies true. -:alice5554 :complies true. -:alice5555 :complies true. -:alice5556 :complies true. -:alice5557 :complies true. -:alice5558 :complies true. -:alice5559 :complies true. -:alice5560 :complies true. -:alice5561 :complies true. -:alice5562 :complies true. -:alice5563 :complies true. -:alice5564 :complies true. -:alice5565 :complies true. -:alice5566 :complies true. -:alice5567 :complies true. -:alice5568 :complies true. -:alice5569 :complies true. -:alice5570 :complies true. -:alice5571 :complies true. -:alice5572 :complies true. -:alice5573 :complies true. -:alice5574 :complies true. -:alice5575 :complies true. -:alice5576 :complies true. -:alice5577 :complies true. -:alice5578 :complies true. -:alice5579 :complies true. -:alice5580 :complies true. -:alice5581 :complies true. -:alice5582 :complies true. -:alice5583 :complies true. -:alice5584 :complies true. -:alice5585 :complies true. -:alice5586 :complies true. -:alice5587 :complies true. -:alice5588 :complies true. -:alice5589 :complies true. -:alice5590 :complies true. -:alice5591 :complies true. -:alice5592 :complies true. -:alice5593 :complies true. -:alice5594 :complies true. -:alice5595 :complies true. -:alice5596 :complies true. -:alice5597 :complies true. -:alice5598 :complies true. -:alice5599 :complies true. -:alice5600 :complies true. -:alice5601 :complies true. -:alice5602 :complies true. -:alice5603 :complies true. -:alice5604 :complies true. -:alice5605 :complies true. -:alice5606 :complies true. -:alice5607 :complies true. -:alice5608 :complies true. -:alice5609 :complies true. -:alice5610 :complies true. -:alice5611 :complies true. -:alice5612 :complies true. -:alice5613 :complies true. -:alice5614 :complies true. -:alice5615 :complies true. -:alice5616 :complies true. -:alice5617 :complies true. -:alice5618 :complies true. -:alice5619 :complies true. -:alice5620 :complies true. -:alice5621 :complies true. -:alice5622 :complies true. -:alice5623 :complies true. -:alice5624 :complies true. -:alice5625 :complies true. -:alice5626 :complies true. -:alice5627 :complies true. -:alice5628 :complies true. -:alice5629 :complies true. -:alice5630 :complies true. -:alice5631 :complies true. -:alice5632 :complies true. -:alice5633 :complies true. -:alice5634 :complies true. -:alice5635 :complies true. -:alice5636 :complies true. -:alice5637 :complies true. -:alice5638 :complies true. -:alice5639 :complies true. -:alice5640 :complies true. -:alice5641 :complies true. -:alice5642 :complies true. -:alice5643 :complies true. -:alice5644 :complies true. -:alice5645 :complies true. -:alice5646 :complies true. -:alice5647 :complies true. -:alice5648 :complies true. -:alice5649 :complies true. -:alice5650 :complies true. -:alice5651 :complies true. -:alice5652 :complies true. -:alice5653 :complies true. -:alice5654 :complies true. -:alice5655 :complies true. -:alice5656 :complies true. -:alice5657 :complies true. -:alice5658 :complies true. -:alice5659 :complies true. -:alice5660 :complies true. -:alice5661 :complies true. -:alice5662 :complies true. -:alice5663 :complies true. -:alice5664 :complies true. -:alice5665 :complies true. -:alice5666 :complies true. -:alice5667 :complies true. -:alice5668 :complies true. -:alice5669 :complies true. -:alice5670 :complies true. -:alice5671 :complies true. -:alice5672 :complies true. -:alice5673 :complies true. -:alice5674 :complies true. -:alice5675 :complies true. -:alice5676 :complies true. -:alice5677 :complies true. -:alice5678 :complies true. -:alice5679 :complies true. -:alice5680 :complies true. -:alice5681 :complies true. -:alice5682 :complies true. -:alice5683 :complies true. -:alice5684 :complies true. -:alice5685 :complies true. -:alice5686 :complies true. -:alice5687 :complies true. -:alice5688 :complies true. -:alice5689 :complies true. -:alice5690 :complies true. -:alice5691 :complies true. -:alice5692 :complies true. -:alice5693 :complies true. -:alice5694 :complies true. -:alice5695 :complies true. -:alice5696 :complies true. -:alice5697 :complies true. -:alice5698 :complies true. -:alice5699 :complies true. -:alice5700 :complies true. -:alice5701 :complies true. -:alice5702 :complies true. -:alice5703 :complies true. -:alice5704 :complies true. -:alice5705 :complies true. -:alice5706 :complies true. -:alice5707 :complies true. -:alice5708 :complies true. -:alice5709 :complies true. -:alice5710 :complies true. -:alice5711 :complies true. -:alice5712 :complies true. -:alice5713 :complies true. -:alice5714 :complies true. -:alice5715 :complies true. -:alice5716 :complies true. -:alice5717 :complies true. -:alice5718 :complies true. -:alice5719 :complies true. -:alice5720 :complies true. -:alice5721 :complies true. -:alice5722 :complies true. -:alice5723 :complies true. -:alice5724 :complies true. -:alice5725 :complies true. -:alice5726 :complies true. -:alice5727 :complies true. -:alice5728 :complies true. -:alice5729 :complies true. -:alice5730 :complies true. -:alice5731 :complies true. -:alice5732 :complies true. -:alice5733 :complies true. -:alice5734 :complies true. -:alice5735 :complies true. -:alice5736 :complies true. -:alice5737 :complies true. -:alice5738 :complies true. -:alice5739 :complies true. -:alice5740 :complies true. -:alice5741 :complies true. -:alice5742 :complies true. -:alice5743 :complies true. -:alice5744 :complies true. -:alice5745 :complies true. -:alice5746 :complies true. -:alice5747 :complies true. -:alice5748 :complies true. -:alice5749 :complies true. -:alice5750 :complies true. -:alice5751 :complies true. -:alice5752 :complies true. -:alice5753 :complies true. -:alice5754 :complies true. -:alice5755 :complies true. -:alice5756 :complies true. -:alice5757 :complies true. -:alice5758 :complies true. -:alice5759 :complies true. -:alice5760 :complies true. -:alice5761 :complies true. -:alice5762 :complies true. -:alice5763 :complies true. -:alice5764 :complies true. -:alice5765 :complies true. -:alice5766 :complies true. -:alice5767 :complies true. -:alice5768 :complies true. -:alice5769 :complies true. -:alice5770 :complies true. -:alice5771 :complies true. -:alice5772 :complies true. -:alice5773 :complies true. -:alice5774 :complies true. -:alice5775 :complies true. -:alice5776 :complies true. -:alice5777 :complies true. -:alice5778 :complies true. -:alice5779 :complies true. -:alice5780 :complies true. -:alice5781 :complies true. -:alice5782 :complies true. -:alice5783 :complies true. -:alice5784 :complies true. -:alice5785 :complies true. -:alice5786 :complies true. -:alice5787 :complies true. -:alice5788 :complies true. -:alice5789 :complies true. -:alice5790 :complies true. -:alice5791 :complies true. -:alice5792 :complies true. -:alice5793 :complies true. -:alice5794 :complies true. -:alice5795 :complies true. -:alice5796 :complies true. -:alice5797 :complies true. -:alice5798 :complies true. -:alice5799 :complies true. -:alice5800 :complies true. -:alice5801 :complies true. -:alice5802 :complies true. -:alice5803 :complies true. -:alice5804 :complies true. -:alice5805 :complies true. -:alice5806 :complies true. -:alice5807 :complies true. -:alice5808 :complies true. -:alice5809 :complies true. -:alice5810 :complies true. -:alice5811 :complies true. -:alice5812 :complies true. -:alice5813 :complies true. -:alice5814 :complies true. -:alice5815 :complies true. -:alice5816 :complies true. -:alice5817 :complies true. -:alice5818 :complies true. -:alice5819 :complies true. -:alice5820 :complies true. -:alice5821 :complies true. -:alice5822 :complies true. -:alice5823 :complies true. -:alice5824 :complies true. -:alice5825 :complies true. -:alice5826 :complies true. -:alice5827 :complies true. -:alice5828 :complies true. -:alice5829 :complies true. -:alice5830 :complies true. -:alice5831 :complies true. -:alice5832 :complies true. -:alice5833 :complies true. -:alice5834 :complies true. -:alice5835 :complies true. -:alice5836 :complies true. -:alice5837 :complies true. -:alice5838 :complies true. -:alice5839 :complies true. -:alice5840 :complies true. -:alice5841 :complies true. -:alice5842 :complies true. -:alice5843 :complies true. -:alice5844 :complies true. -:alice5845 :complies true. -:alice5846 :complies true. -:alice5847 :complies true. -:alice5848 :complies true. -:alice5849 :complies true. -:alice5850 :complies true. -:alice5851 :complies true. -:alice5852 :complies true. -:alice5853 :complies true. -:alice5854 :complies true. -:alice5855 :complies true. -:alice5856 :complies true. -:alice5857 :complies true. -:alice5858 :complies true. -:alice5859 :complies true. -:alice5860 :complies true. -:alice5861 :complies true. -:alice5862 :complies true. -:alice5863 :complies true. -:alice5864 :complies true. -:alice5865 :complies true. -:alice5866 :complies true. -:alice5867 :complies true. -:alice5868 :complies true. -:alice5869 :complies true. -:alice5870 :complies true. -:alice5871 :complies true. -:alice5872 :complies true. -:alice5873 :complies true. -:alice5874 :complies true. -:alice5875 :complies true. -:alice5876 :complies true. -:alice5877 :complies true. -:alice5878 :complies true. -:alice5879 :complies true. -:alice5880 :complies true. -:alice5881 :complies true. -:alice5882 :complies true. -:alice5883 :complies true. -:alice5884 :complies true. -:alice5885 :complies true. -:alice5886 :complies true. -:alice5887 :complies true. -:alice5888 :complies true. -:alice5889 :complies true. -:alice5890 :complies true. -:alice5891 :complies true. -:alice5892 :complies true. -:alice5893 :complies true. -:alice5894 :complies true. -:alice5895 :complies true. -:alice5896 :complies true. -:alice5897 :complies true. -:alice5898 :complies true. -:alice5899 :complies true. -:alice5900 :complies true. -:alice5901 :complies true. -:alice5902 :complies true. -:alice5903 :complies true. -:alice5904 :complies true. -:alice5905 :complies true. -:alice5906 :complies true. -:alice5907 :complies true. -:alice5908 :complies true. -:alice5909 :complies true. -:alice5910 :complies true. -:alice5911 :complies true. -:alice5912 :complies true. -:alice5913 :complies true. -:alice5914 :complies true. -:alice5915 :complies true. -:alice5916 :complies true. -:alice5917 :complies true. -:alice5918 :complies true. -:alice5919 :complies true. -:alice5920 :complies true. -:alice5921 :complies true. -:alice5922 :complies true. -:alice5923 :complies true. -:alice5924 :complies true. -:alice5925 :complies true. -:alice5926 :complies true. -:alice5927 :complies true. -:alice5928 :complies true. -:alice5929 :complies true. -:alice5930 :complies true. -:alice5931 :complies true. -:alice5932 :complies true. -:alice5933 :complies true. -:alice5934 :complies true. -:alice5935 :complies true. -:alice5936 :complies true. -:alice5937 :complies true. -:alice5938 :complies true. -:alice5939 :complies true. -:alice5940 :complies true. -:alice5941 :complies true. -:alice5942 :complies true. -:alice5943 :complies true. -:alice5944 :complies true. -:alice5945 :complies true. -:alice5946 :complies true. -:alice5947 :complies true. -:alice5948 :complies true. -:alice5949 :complies true. -:alice5950 :complies true. -:alice5951 :complies true. -:alice5952 :complies true. -:alice5953 :complies true. -:alice5954 :complies true. -:alice5955 :complies true. -:alice5956 :complies true. -:alice5957 :complies true. -:alice5958 :complies true. -:alice5959 :complies true. -:alice5960 :complies true. -:alice5961 :complies true. -:alice5962 :complies true. -:alice5963 :complies true. -:alice5964 :complies true. -:alice5965 :complies true. -:alice5966 :complies true. -:alice5967 :complies true. -:alice5968 :complies true. -:alice5969 :complies true. -:alice5970 :complies true. -:alice5971 :complies true. -:alice5972 :complies true. -:alice5973 :complies true. -:alice5974 :complies true. -:alice5975 :complies true. -:alice5976 :complies true. -:alice5977 :complies true. -:alice5978 :complies true. -:alice5979 :complies true. -:alice5980 :complies true. -:alice5981 :complies true. -:alice5982 :complies true. -:alice5983 :complies true. -:alice5984 :complies true. -:alice5985 :complies true. -:alice5986 :complies true. -:alice5987 :complies true. -:alice5988 :complies true. -:alice5989 :complies true. -:alice5990 :complies true. -:alice5991 :complies true. -:alice5992 :complies true. -:alice5993 :complies true. -:alice5994 :complies true. -:alice5995 :complies true. -:alice5996 :complies true. -:alice5997 :complies true. -:alice5998 :complies true. -:alice5999 :complies true. -:alice6000 :complies true. -:alice6001 :complies true. -:alice6002 :complies true. -:alice6003 :complies true. -:alice6004 :complies true. -:alice6005 :complies true. -:alice6006 :complies true. -:alice6007 :complies true. -:alice6008 :complies true. -:alice6009 :complies true. -:alice6010 :complies true. -:alice6011 :complies true. -:alice6012 :complies true. -:alice6013 :complies true. -:alice6014 :complies true. -:alice6015 :complies true. -:alice6016 :complies true. -:alice6017 :complies true. -:alice6018 :complies true. -:alice6019 :complies true. -:alice6020 :complies true. -:alice6021 :complies true. -:alice6022 :complies true. -:alice6023 :complies true. -:alice6024 :complies true. -:alice6025 :complies true. -:alice6026 :complies true. -:alice6027 :complies true. -:alice6028 :complies true. -:alice6029 :complies true. -:alice6030 :complies true. -:alice6031 :complies true. -:alice6032 :complies true. -:alice6033 :complies true. -:alice6034 :complies true. -:alice6035 :complies true. -:alice6036 :complies true. -:alice6037 :complies true. -:alice6038 :complies true. -:alice6039 :complies true. -:alice6040 :complies true. -:alice6041 :complies true. -:alice6042 :complies true. -:alice6043 :complies true. -:alice6044 :complies true. -:alice6045 :complies true. -:alice6046 :complies true. -:alice6047 :complies true. -:alice6048 :complies true. -:alice6049 :complies true. -:alice6050 :complies true. -:alice6051 :complies true. -:alice6052 :complies true. -:alice6053 :complies true. -:alice6054 :complies true. -:alice6055 :complies true. -:alice6056 :complies true. -:alice6057 :complies true. -:alice6058 :complies true. -:alice6059 :complies true. -:alice6060 :complies true. -:alice6061 :complies true. -:alice6062 :complies true. -:alice6063 :complies true. -:alice6064 :complies true. -:alice6065 :complies true. -:alice6066 :complies true. -:alice6067 :complies true. -:alice6068 :complies true. -:alice6069 :complies true. -:alice6070 :complies true. -:alice6071 :complies true. -:alice6072 :complies true. -:alice6073 :complies true. -:alice6074 :complies true. -:alice6075 :complies true. -:alice6076 :complies true. -:alice6077 :complies true. -:alice6078 :complies true. -:alice6079 :complies true. -:alice6080 :complies true. -:alice6081 :complies true. -:alice6082 :complies true. -:alice6083 :complies true. -:alice6084 :complies true. -:alice6085 :complies true. -:alice6086 :complies true. -:alice6087 :complies true. -:alice6088 :complies true. -:alice6089 :complies true. -:alice6090 :complies true. -:alice6091 :complies true. -:alice6092 :complies true. -:alice6093 :complies true. -:alice6094 :complies true. -:alice6095 :complies true. -:alice6096 :complies true. -:alice6097 :complies true. -:alice6098 :complies true. -:alice6099 :complies true. -:alice6100 :complies true. -:alice6101 :complies true. -:alice6102 :complies true. -:alice6103 :complies true. -:alice6104 :complies true. -:alice6105 :complies true. -:alice6106 :complies true. -:alice6107 :complies true. -:alice6108 :complies true. -:alice6109 :complies true. -:alice6110 :complies true. -:alice6111 :complies true. -:alice6112 :complies true. -:alice6113 :complies true. -:alice6114 :complies true. -:alice6115 :complies true. -:alice6116 :complies true. -:alice6117 :complies true. -:alice6118 :complies true. -:alice6119 :complies true. -:alice6120 :complies true. -:alice6121 :complies true. -:alice6122 :complies true. -:alice6123 :complies true. -:alice6124 :complies true. -:alice6125 :complies true. -:alice6126 :complies true. -:alice6127 :complies true. -:alice6128 :complies true. -:alice6129 :complies true. -:alice6130 :complies true. -:alice6131 :complies true. -:alice6132 :complies true. -:alice6133 :complies true. -:alice6134 :complies true. -:alice6135 :complies true. -:alice6136 :complies true. -:alice6137 :complies true. -:alice6138 :complies true. -:alice6139 :complies true. -:alice6140 :complies true. -:alice6141 :complies true. -:alice6142 :complies true. -:alice6143 :complies true. -:alice6144 :complies true. -:alice6145 :complies true. -:alice6146 :complies true. -:alice6147 :complies true. -:alice6148 :complies true. -:alice6149 :complies true. -:alice6150 :complies true. -:alice6151 :complies true. -:alice6152 :complies true. -:alice6153 :complies true. -:alice6154 :complies true. -:alice6155 :complies true. -:alice6156 :complies true. -:alice6157 :complies true. -:alice6158 :complies true. -:alice6159 :complies true. -:alice6160 :complies true. -:alice6161 :complies true. -:alice6162 :complies true. -:alice6163 :complies true. -:alice6164 :complies true. -:alice6165 :complies true. -:alice6166 :complies true. -:alice6167 :complies true. -:alice6168 :complies true. -:alice6169 :complies true. -:alice6170 :complies true. -:alice6171 :complies true. -:alice6172 :complies true. -:alice6173 :complies true. -:alice6174 :complies true. -:alice6175 :complies true. -:alice6176 :complies true. -:alice6177 :complies true. -:alice6178 :complies true. -:alice6179 :complies true. -:alice6180 :complies true. -:alice6181 :complies true. -:alice6182 :complies true. -:alice6183 :complies true. -:alice6184 :complies true. -:alice6185 :complies true. -:alice6186 :complies true. -:alice6187 :complies true. -:alice6188 :complies true. -:alice6189 :complies true. -:alice6190 :complies true. -:alice6191 :complies true. -:alice6192 :complies true. -:alice6193 :complies true. -:alice6194 :complies true. -:alice6195 :complies true. -:alice6196 :complies true. -:alice6197 :complies true. -:alice6198 :complies true. -:alice6199 :complies true. -:alice6200 :complies true. -:alice6201 :complies true. -:alice6202 :complies true. -:alice6203 :complies true. -:alice6204 :complies true. -:alice6205 :complies true. -:alice6206 :complies true. -:alice6207 :complies true. -:alice6208 :complies true. -:alice6209 :complies true. -:alice6210 :complies true. -:alice6211 :complies true. -:alice6212 :complies true. -:alice6213 :complies true. -:alice6214 :complies true. -:alice6215 :complies true. -:alice6216 :complies true. -:alice6217 :complies true. -:alice6218 :complies true. -:alice6219 :complies true. -:alice6220 :complies true. -:alice6221 :complies true. -:alice6222 :complies true. -:alice6223 :complies true. -:alice6224 :complies true. -:alice6225 :complies true. -:alice6226 :complies true. -:alice6227 :complies true. -:alice6228 :complies true. -:alice6229 :complies true. -:alice6230 :complies true. -:alice6231 :complies true. -:alice6232 :complies true. -:alice6233 :complies true. -:alice6234 :complies true. -:alice6235 :complies true. -:alice6236 :complies true. -:alice6237 :complies true. -:alice6238 :complies true. -:alice6239 :complies true. -:alice6240 :complies true. -:alice6241 :complies true. -:alice6242 :complies true. -:alice6243 :complies true. -:alice6244 :complies true. -:alice6245 :complies true. -:alice6246 :complies true. -:alice6247 :complies true. -:alice6248 :complies true. -:alice6249 :complies true. -:alice6250 :complies true. -:alice6251 :complies true. -:alice6252 :complies true. -:alice6253 :complies true. -:alice6254 :complies true. -:alice6255 :complies true. -:alice6256 :complies true. -:alice6257 :complies true. -:alice6258 :complies true. -:alice6259 :complies true. -:alice6260 :complies true. -:alice6261 :complies true. -:alice6262 :complies true. -:alice6263 :complies true. -:alice6264 :complies true. -:alice6265 :complies true. -:alice6266 :complies true. -:alice6267 :complies true. -:alice6268 :complies true. -:alice6269 :complies true. -:alice6270 :complies true. -:alice6271 :complies true. -:alice6272 :complies true. -:alice6273 :complies true. -:alice6274 :complies true. -:alice6275 :complies true. -:alice6276 :complies true. -:alice6277 :complies true. -:alice6278 :complies true. -:alice6279 :complies true. -:alice6280 :complies true. -:alice6281 :complies true. -:alice6282 :complies true. -:alice6283 :complies true. -:alice6284 :complies true. -:alice6285 :complies true. -:alice6286 :complies true. -:alice6287 :complies true. -:alice6288 :complies true. -:alice6289 :complies true. -:alice6290 :complies true. -:alice6291 :complies true. -:alice6292 :complies true. -:alice6293 :complies true. -:alice6294 :complies true. -:alice6295 :complies true. -:alice6296 :complies true. -:alice6297 :complies true. -:alice6298 :complies true. -:alice6299 :complies true. -:alice6300 :complies true. -:alice6301 :complies true. -:alice6302 :complies true. -:alice6303 :complies true. -:alice6304 :complies true. -:alice6305 :complies true. -:alice6306 :complies true. -:alice6307 :complies true. -:alice6308 :complies true. -:alice6309 :complies true. -:alice6310 :complies true. -:alice6311 :complies true. -:alice6312 :complies true. -:alice6313 :complies true. -:alice6314 :complies true. -:alice6315 :complies true. -:alice6316 :complies true. -:alice6317 :complies true. -:alice6318 :complies true. -:alice6319 :complies true. -:alice6320 :complies true. -:alice6321 :complies true. -:alice6322 :complies true. -:alice6323 :complies true. -:alice6324 :complies true. -:alice6325 :complies true. -:alice6326 :complies true. -:alice6327 :complies true. -:alice6328 :complies true. -:alice6329 :complies true. -:alice6330 :complies true. -:alice6331 :complies true. -:alice6332 :complies true. -:alice6333 :complies true. -:alice6334 :complies true. -:alice6335 :complies true. -:alice6336 :complies true. -:alice6337 :complies true. -:alice6338 :complies true. -:alice6339 :complies true. -:alice6340 :complies true. -:alice6341 :complies true. -:alice6342 :complies true. -:alice6343 :complies true. -:alice6344 :complies true. -:alice6345 :complies true. -:alice6346 :complies true. -:alice6347 :complies true. -:alice6348 :complies true. -:alice6349 :complies true. -:alice6350 :complies true. -:alice6351 :complies true. -:alice6352 :complies true. -:alice6353 :complies true. -:alice6354 :complies true. -:alice6355 :complies true. -:alice6356 :complies true. -:alice6357 :complies true. -:alice6358 :complies true. -:alice6359 :complies true. -:alice6360 :complies true. -:alice6361 :complies true. -:alice6362 :complies true. -:alice6363 :complies true. -:alice6364 :complies true. -:alice6365 :complies true. -:alice6366 :complies true. -:alice6367 :complies true. -:alice6368 :complies true. -:alice6369 :complies true. -:alice6370 :complies true. -:alice6371 :complies true. -:alice6372 :complies true. -:alice6373 :complies true. -:alice6374 :complies true. -:alice6375 :complies true. -:alice6376 :complies true. -:alice6377 :complies true. -:alice6378 :complies true. -:alice6379 :complies true. -:alice6380 :complies true. -:alice6381 :complies true. -:alice6382 :complies true. -:alice6383 :complies true. -:alice6384 :complies true. -:alice6385 :complies true. -:alice6386 :complies true. -:alice6387 :complies true. -:alice6388 :complies true. -:alice6389 :complies true. -:alice6390 :complies true. -:alice6391 :complies true. -:alice6392 :complies true. -:alice6393 :complies true. -:alice6394 :complies true. -:alice6395 :complies true. -:alice6396 :complies true. -:alice6397 :complies true. -:alice6398 :complies true. -:alice6399 :complies true. -:alice6400 :complies true. -:alice6401 :complies true. -:alice6402 :complies true. -:alice6403 :complies true. -:alice6404 :complies true. -:alice6405 :complies true. -:alice6406 :complies true. -:alice6407 :complies true. -:alice6408 :complies true. -:alice6409 :complies true. -:alice6410 :complies true. -:alice6411 :complies true. -:alice6412 :complies true. -:alice6413 :complies true. -:alice6414 :complies true. -:alice6415 :complies true. -:alice6416 :complies true. -:alice6417 :complies true. -:alice6418 :complies true. -:alice6419 :complies true. -:alice6420 :complies true. -:alice6421 :complies true. -:alice6422 :complies true. -:alice6423 :complies true. -:alice6424 :complies true. -:alice6425 :complies true. -:alice6426 :complies true. -:alice6427 :complies true. -:alice6428 :complies true. -:alice6429 :complies true. -:alice6430 :complies true. -:alice6431 :complies true. -:alice6432 :complies true. -:alice6433 :complies true. -:alice6434 :complies true. -:alice6435 :complies true. -:alice6436 :complies true. -:alice6437 :complies true. -:alice6438 :complies true. -:alice6439 :complies true. -:alice6440 :complies true. -:alice6441 :complies true. -:alice6442 :complies true. -:alice6443 :complies true. -:alice6444 :complies true. -:alice6445 :complies true. -:alice6446 :complies true. -:alice6447 :complies true. -:alice6448 :complies true. -:alice6449 :complies true. -:alice6450 :complies true. -:alice6451 :complies true. -:alice6452 :complies true. -:alice6453 :complies true. -:alice6454 :complies true. -:alice6455 :complies true. -:alice6456 :complies true. -:alice6457 :complies true. -:alice6458 :complies true. -:alice6459 :complies true. -:alice6460 :complies true. -:alice6461 :complies true. -:alice6462 :complies true. -:alice6463 :complies true. -:alice6464 :complies true. -:alice6465 :complies true. -:alice6466 :complies true. -:alice6467 :complies true. -:alice6468 :complies true. -:alice6469 :complies true. -:alice6470 :complies true. -:alice6471 :complies true. -:alice6472 :complies true. -:alice6473 :complies true. -:alice6474 :complies true. -:alice6475 :complies true. -:alice6476 :complies true. -:alice6477 :complies true. -:alice6478 :complies true. -:alice6479 :complies true. -:alice6480 :complies true. -:alice6481 :complies true. -:alice6482 :complies true. -:alice6483 :complies true. -:alice6484 :complies true. -:alice6485 :complies true. -:alice6486 :complies true. -:alice6487 :complies true. -:alice6488 :complies true. -:alice6489 :complies true. -:alice6490 :complies true. -:alice6491 :complies true. -:alice6492 :complies true. -:alice6493 :complies true. -:alice6494 :complies true. -:alice6495 :complies true. -:alice6496 :complies true. -:alice6497 :complies true. -:alice6498 :complies true. -:alice6499 :complies true. -:alice6500 :complies true. -:alice6501 :complies true. -:alice6502 :complies true. -:alice6503 :complies true. -:alice6504 :complies true. -:alice6505 :complies true. -:alice6506 :complies true. -:alice6507 :complies true. -:alice6508 :complies true. -:alice6509 :complies true. -:alice6510 :complies true. -:alice6511 :complies true. -:alice6512 :complies true. -:alice6513 :complies true. -:alice6514 :complies true. -:alice6515 :complies true. -:alice6516 :complies true. -:alice6517 :complies true. -:alice6518 :complies true. -:alice6519 :complies true. -:alice6520 :complies true. -:alice6521 :complies true. -:alice6522 :complies true. -:alice6523 :complies true. -:alice6524 :complies true. -:alice6525 :complies true. -:alice6526 :complies true. -:alice6527 :complies true. -:alice6528 :complies true. -:alice6529 :complies true. -:alice6530 :complies true. -:alice6531 :complies true. -:alice6532 :complies true. -:alice6533 :complies true. -:alice6534 :complies true. -:alice6535 :complies true. -:alice6536 :complies true. -:alice6537 :complies true. -:alice6538 :complies true. -:alice6539 :complies true. -:alice6540 :complies true. -:alice6541 :complies true. -:alice6542 :complies true. -:alice6543 :complies true. -:alice6544 :complies true. -:alice6545 :complies true. -:alice6546 :complies true. -:alice6547 :complies true. -:alice6548 :complies true. -:alice6549 :complies true. -:alice6550 :complies true. -:alice6551 :complies true. -:alice6552 :complies true. -:alice6553 :complies true. -:alice6554 :complies true. -:alice6555 :complies true. -:alice6556 :complies true. -:alice6557 :complies true. -:alice6558 :complies true. -:alice6559 :complies true. -:alice6560 :complies true. -:alice6561 :complies true. -:alice6562 :complies true. -:alice6563 :complies true. -:alice6564 :complies true. -:alice6565 :complies true. -:alice6566 :complies true. -:alice6567 :complies true. -:alice6568 :complies true. -:alice6569 :complies true. -:alice6570 :complies true. -:alice6571 :complies true. -:alice6572 :complies true. -:alice6573 :complies true. -:alice6574 :complies true. -:alice6575 :complies true. -:alice6576 :complies true. -:alice6577 :complies true. -:alice6578 :complies true. -:alice6579 :complies true. -:alice6580 :complies true. -:alice6581 :complies true. -:alice6582 :complies true. -:alice6583 :complies true. -:alice6584 :complies true. -:alice6585 :complies true. -:alice6586 :complies true. -:alice6587 :complies true. -:alice6588 :complies true. -:alice6589 :complies true. -:alice6590 :complies true. -:alice6591 :complies true. -:alice6592 :complies true. -:alice6593 :complies true. -:alice6594 :complies true. -:alice6595 :complies true. -:alice6596 :complies true. -:alice6597 :complies true. -:alice6598 :complies true. -:alice6599 :complies true. -:alice6600 :complies true. -:alice6601 :complies true. -:alice6602 :complies true. -:alice6603 :complies true. -:alice6604 :complies true. -:alice6605 :complies true. -:alice6606 :complies true. -:alice6607 :complies true. -:alice6608 :complies true. -:alice6609 :complies true. -:alice6610 :complies true. -:alice6611 :complies true. -:alice6612 :complies true. -:alice6613 :complies true. -:alice6614 :complies true. -:alice6615 :complies true. -:alice6616 :complies true. -:alice6617 :complies true. -:alice6618 :complies true. -:alice6619 :complies true. -:alice6620 :complies true. -:alice6621 :complies true. -:alice6622 :complies true. -:alice6623 :complies true. -:alice6624 :complies true. -:alice6625 :complies true. -:alice6626 :complies true. -:alice6627 :complies true. -:alice6628 :complies true. -:alice6629 :complies true. -:alice6630 :complies true. -:alice6631 :complies true. -:alice6632 :complies true. -:alice6633 :complies true. -:alice6634 :complies true. -:alice6635 :complies true. -:alice6636 :complies true. -:alice6637 :complies true. -:alice6638 :complies true. -:alice6639 :complies true. -:alice6640 :complies true. -:alice6641 :complies true. -:alice6642 :complies true. -:alice6643 :complies true. -:alice6644 :complies true. -:alice6645 :complies true. -:alice6646 :complies true. -:alice6647 :complies true. -:alice6648 :complies true. -:alice6649 :complies true. -:alice6650 :complies true. -:alice6651 :complies true. -:alice6652 :complies true. -:alice6653 :complies true. -:alice6654 :complies true. -:alice6655 :complies true. -:alice6656 :complies true. -:alice6657 :complies true. -:alice6658 :complies true. -:alice6659 :complies true. -:alice6660 :complies true. -:alice6661 :complies true. -:alice6662 :complies true. -:alice6663 :complies true. -:alice6664 :complies true. -:alice6665 :complies true. -:alice6666 :complies true. -:alice6667 :complies true. -:alice6668 :complies true. -:alice6669 :complies true. -:alice6670 :complies true. -:alice6671 :complies true. -:alice6672 :complies true. -:alice6673 :complies true. -:alice6674 :complies true. -:alice6675 :complies true. -:alice6676 :complies true. -:alice6677 :complies true. -:alice6678 :complies true. -:alice6679 :complies true. -:alice6680 :complies true. -:alice6681 :complies true. -:alice6682 :complies true. -:alice6683 :complies true. -:alice6684 :complies true. -:alice6685 :complies true. -:alice6686 :complies true. -:alice6687 :complies true. -:alice6688 :complies true. -:alice6689 :complies true. -:alice6690 :complies true. -:alice6691 :complies true. -:alice6692 :complies true. -:alice6693 :complies true. -:alice6694 :complies true. -:alice6695 :complies true. -:alice6696 :complies true. -:alice6697 :complies true. -:alice6698 :complies true. -:alice6699 :complies true. -:alice6700 :complies true. -:alice6701 :complies true. -:alice6702 :complies true. -:alice6703 :complies true. -:alice6704 :complies true. -:alice6705 :complies true. -:alice6706 :complies true. -:alice6707 :complies true. -:alice6708 :complies true. -:alice6709 :complies true. -:alice6710 :complies true. -:alice6711 :complies true. -:alice6712 :complies true. -:alice6713 :complies true. -:alice6714 :complies true. -:alice6715 :complies true. -:alice6716 :complies true. -:alice6717 :complies true. -:alice6718 :complies true. -:alice6719 :complies true. -:alice6720 :complies true. -:alice6721 :complies true. -:alice6722 :complies true. -:alice6723 :complies true. -:alice6724 :complies true. -:alice6725 :complies true. -:alice6726 :complies true. -:alice6727 :complies true. -:alice6728 :complies true. -:alice6729 :complies true. -:alice6730 :complies true. -:alice6731 :complies true. -:alice6732 :complies true. -:alice6733 :complies true. -:alice6734 :complies true. -:alice6735 :complies true. -:alice6736 :complies true. -:alice6737 :complies true. -:alice6738 :complies true. -:alice6739 :complies true. -:alice6740 :complies true. -:alice6741 :complies true. -:alice6742 :complies true. -:alice6743 :complies true. -:alice6744 :complies true. -:alice6745 :complies true. -:alice6746 :complies true. -:alice6747 :complies true. -:alice6748 :complies true. -:alice6749 :complies true. -:alice6750 :complies true. -:alice6751 :complies true. -:alice6752 :complies true. -:alice6753 :complies true. -:alice6754 :complies true. -:alice6755 :complies true. -:alice6756 :complies true. -:alice6757 :complies true. -:alice6758 :complies true. -:alice6759 :complies true. -:alice6760 :complies true. -:alice6761 :complies true. -:alice6762 :complies true. -:alice6763 :complies true. -:alice6764 :complies true. -:alice6765 :complies true. -:alice6766 :complies true. -:alice6767 :complies true. -:alice6768 :complies true. -:alice6769 :complies true. -:alice6770 :complies true. -:alice6771 :complies true. -:alice6772 :complies true. -:alice6773 :complies true. -:alice6774 :complies true. -:alice6775 :complies true. -:alice6776 :complies true. -:alice6777 :complies true. -:alice6778 :complies true. -:alice6779 :complies true. -:alice6780 :complies true. -:alice6781 :complies true. -:alice6782 :complies true. -:alice6783 :complies true. -:alice6784 :complies true. -:alice6785 :complies true. -:alice6786 :complies true. -:alice6787 :complies true. -:alice6788 :complies true. -:alice6789 :complies true. -:alice6790 :complies true. -:alice6791 :complies true. -:alice6792 :complies true. -:alice6793 :complies true. -:alice6794 :complies true. -:alice6795 :complies true. -:alice6796 :complies true. -:alice6797 :complies true. -:alice6798 :complies true. -:alice6799 :complies true. -:alice6800 :complies true. -:alice6801 :complies true. -:alice6802 :complies true. -:alice6803 :complies true. -:alice6804 :complies true. -:alice6805 :complies true. -:alice6806 :complies true. -:alice6807 :complies true. -:alice6808 :complies true. -:alice6809 :complies true. -:alice6810 :complies true. -:alice6811 :complies true. -:alice6812 :complies true. -:alice6813 :complies true. -:alice6814 :complies true. -:alice6815 :complies true. -:alice6816 :complies true. -:alice6817 :complies true. -:alice6818 :complies true. -:alice6819 :complies true. -:alice6820 :complies true. -:alice6821 :complies true. -:alice6822 :complies true. -:alice6823 :complies true. -:alice6824 :complies true. -:alice6825 :complies true. -:alice6826 :complies true. -:alice6827 :complies true. -:alice6828 :complies true. -:alice6829 :complies true. -:alice6830 :complies true. -:alice6831 :complies true. -:alice6832 :complies true. -:alice6833 :complies true. -:alice6834 :complies true. -:alice6835 :complies true. -:alice6836 :complies true. -:alice6837 :complies true. -:alice6838 :complies true. -:alice6839 :complies true. -:alice6840 :complies true. -:alice6841 :complies true. -:alice6842 :complies true. -:alice6843 :complies true. -:alice6844 :complies true. -:alice6845 :complies true. -:alice6846 :complies true. -:alice6847 :complies true. -:alice6848 :complies true. -:alice6849 :complies true. -:alice6850 :complies true. -:alice6851 :complies true. -:alice6852 :complies true. -:alice6853 :complies true. -:alice6854 :complies true. -:alice6855 :complies true. -:alice6856 :complies true. -:alice6857 :complies true. -:alice6858 :complies true. -:alice6859 :complies true. -:alice6860 :complies true. -:alice6861 :complies true. -:alice6862 :complies true. -:alice6863 :complies true. -:alice6864 :complies true. -:alice6865 :complies true. -:alice6866 :complies true. -:alice6867 :complies true. -:alice6868 :complies true. -:alice6869 :complies true. -:alice6870 :complies true. -:alice6871 :complies true. -:alice6872 :complies true. -:alice6873 :complies true. -:alice6874 :complies true. -:alice6875 :complies true. -:alice6876 :complies true. -:alice6877 :complies true. -:alice6878 :complies true. -:alice6879 :complies true. -:alice6880 :complies true. -:alice6881 :complies true. -:alice6882 :complies true. -:alice6883 :complies true. -:alice6884 :complies true. -:alice6885 :complies true. -:alice6886 :complies true. -:alice6887 :complies true. -:alice6888 :complies true. -:alice6889 :complies true. -:alice6890 :complies true. -:alice6891 :complies true. -:alice6892 :complies true. -:alice6893 :complies true. -:alice6894 :complies true. -:alice6895 :complies true. -:alice6896 :complies true. -:alice6897 :complies true. -:alice6898 :complies true. -:alice6899 :complies true. -:alice6900 :complies true. -:alice6901 :complies true. -:alice6902 :complies true. -:alice6903 :complies true. -:alice6904 :complies true. -:alice6905 :complies true. -:alice6906 :complies true. -:alice6907 :complies true. -:alice6908 :complies true. -:alice6909 :complies true. -:alice6910 :complies true. -:alice6911 :complies true. -:alice6912 :complies true. -:alice6913 :complies true. -:alice6914 :complies true. -:alice6915 :complies true. -:alice6916 :complies true. -:alice6917 :complies true. -:alice6918 :complies true. -:alice6919 :complies true. -:alice6920 :complies true. -:alice6921 :complies true. -:alice6922 :complies true. -:alice6923 :complies true. -:alice6924 :complies true. -:alice6925 :complies true. -:alice6926 :complies true. -:alice6927 :complies true. -:alice6928 :complies true. -:alice6929 :complies true. -:alice6930 :complies true. -:alice6931 :complies true. -:alice6932 :complies true. -:alice6933 :complies true. -:alice6934 :complies true. -:alice6935 :complies true. -:alice6936 :complies true. -:alice6937 :complies true. -:alice6938 :complies true. -:alice6939 :complies true. -:alice6940 :complies true. -:alice6941 :complies true. -:alice6942 :complies true. -:alice6943 :complies true. -:alice6944 :complies true. -:alice6945 :complies true. -:alice6946 :complies true. -:alice6947 :complies true. -:alice6948 :complies true. -:alice6949 :complies true. -:alice6950 :complies true. -:alice6951 :complies true. -:alice6952 :complies true. -:alice6953 :complies true. -:alice6954 :complies true. -:alice6955 :complies true. -:alice6956 :complies true. -:alice6957 :complies true. -:alice6958 :complies true. -:alice6959 :complies true. -:alice6960 :complies true. -:alice6961 :complies true. -:alice6962 :complies true. -:alice6963 :complies true. -:alice6964 :complies true. -:alice6965 :complies true. -:alice6966 :complies true. -:alice6967 :complies true. -:alice6968 :complies true. -:alice6969 :complies true. -:alice6970 :complies true. -:alice6971 :complies true. -:alice6972 :complies true. -:alice6973 :complies true. -:alice6974 :complies true. -:alice6975 :complies true. -:alice6976 :complies true. -:alice6977 :complies true. -:alice6978 :complies true. -:alice6979 :complies true. -:alice6980 :complies true. -:alice6981 :complies true. -:alice6982 :complies true. -:alice6983 :complies true. -:alice6984 :complies true. -:alice6985 :complies true. -:alice6986 :complies true. -:alice6987 :complies true. -:alice6988 :complies true. -:alice6989 :complies true. -:alice6990 :complies true. -:alice6991 :complies true. -:alice6992 :complies true. -:alice6993 :complies true. -:alice6994 :complies true. -:alice6995 :complies true. -:alice6996 :complies true. -:alice6997 :complies true. -:alice6998 :complies true. -:alice6999 :complies true. -:alice7000 :complies true. -:alice7001 :complies true. -:alice7002 :complies true. -:alice7003 :complies true. -:alice7004 :complies true. -:alice7005 :complies true. -:alice7006 :complies true. -:alice7007 :complies true. -:alice7008 :complies true. -:alice7009 :complies true. -:alice7010 :complies true. -:alice7011 :complies true. -:alice7012 :complies true. -:alice7013 :complies true. -:alice7014 :complies true. -:alice7015 :complies true. -:alice7016 :complies true. -:alice7017 :complies true. -:alice7018 :complies true. -:alice7019 :complies true. -:alice7020 :complies true. -:alice7021 :complies true. -:alice7022 :complies true. -:alice7023 :complies true. -:alice7024 :complies true. -:alice7025 :complies true. -:alice7026 :complies true. -:alice7027 :complies true. -:alice7028 :complies true. -:alice7029 :complies true. -:alice7030 :complies true. -:alice7031 :complies true. -:alice7032 :complies true. -:alice7033 :complies true. -:alice7034 :complies true. -:alice7035 :complies true. -:alice7036 :complies true. -:alice7037 :complies true. -:alice7038 :complies true. -:alice7039 :complies true. -:alice7040 :complies true. -:alice7041 :complies true. -:alice7042 :complies true. -:alice7043 :complies true. -:alice7044 :complies true. -:alice7045 :complies true. -:alice7046 :complies true. -:alice7047 :complies true. -:alice7048 :complies true. -:alice7049 :complies true. -:alice7050 :complies true. -:alice7051 :complies true. -:alice7052 :complies true. -:alice7053 :complies true. -:alice7054 :complies true. -:alice7055 :complies true. -:alice7056 :complies true. -:alice7057 :complies true. -:alice7058 :complies true. -:alice7059 :complies true. -:alice7060 :complies true. -:alice7061 :complies true. -:alice7062 :complies true. -:alice7063 :complies true. -:alice7064 :complies true. -:alice7065 :complies true. -:alice7066 :complies true. -:alice7067 :complies true. -:alice7068 :complies true. -:alice7069 :complies true. -:alice7070 :complies true. -:alice7071 :complies true. -:alice7072 :complies true. -:alice7073 :complies true. -:alice7074 :complies true. -:alice7075 :complies true. -:alice7076 :complies true. -:alice7077 :complies true. -:alice7078 :complies true. -:alice7079 :complies true. -:alice7080 :complies true. -:alice7081 :complies true. -:alice7082 :complies true. -:alice7083 :complies true. -:alice7084 :complies true. -:alice7085 :complies true. -:alice7086 :complies true. -:alice7087 :complies true. -:alice7088 :complies true. -:alice7089 :complies true. -:alice7090 :complies true. -:alice7091 :complies true. -:alice7092 :complies true. -:alice7093 :complies true. -:alice7094 :complies true. -:alice7095 :complies true. -:alice7096 :complies true. -:alice7097 :complies true. -:alice7098 :complies true. -:alice7099 :complies true. -:alice7100 :complies true. -:alice7101 :complies true. -:alice7102 :complies true. -:alice7103 :complies true. -:alice7104 :complies true. -:alice7105 :complies true. -:alice7106 :complies true. -:alice7107 :complies true. -:alice7108 :complies true. -:alice7109 :complies true. -:alice7110 :complies true. -:alice7111 :complies true. -:alice7112 :complies true. -:alice7113 :complies true. -:alice7114 :complies true. -:alice7115 :complies true. -:alice7116 :complies true. -:alice7117 :complies true. -:alice7118 :complies true. -:alice7119 :complies true. -:alice7120 :complies true. -:alice7121 :complies true. -:alice7122 :complies true. -:alice7123 :complies true. -:alice7124 :complies true. -:alice7125 :complies true. -:alice7126 :complies true. -:alice7127 :complies true. -:alice7128 :complies true. -:alice7129 :complies true. -:alice7130 :complies true. -:alice7131 :complies true. -:alice7132 :complies true. -:alice7133 :complies true. -:alice7134 :complies true. -:alice7135 :complies true. -:alice7136 :complies true. -:alice7137 :complies true. -:alice7138 :complies true. -:alice7139 :complies true. -:alice7140 :complies true. -:alice7141 :complies true. -:alice7142 :complies true. -:alice7143 :complies true. -:alice7144 :complies true. -:alice7145 :complies true. -:alice7146 :complies true. -:alice7147 :complies true. -:alice7148 :complies true. -:alice7149 :complies true. -:alice7150 :complies true. -:alice7151 :complies true. -:alice7152 :complies true. -:alice7153 :complies true. -:alice7154 :complies true. -:alice7155 :complies true. -:alice7156 :complies true. -:alice7157 :complies true. -:alice7158 :complies true. -:alice7159 :complies true. -:alice7160 :complies true. -:alice7161 :complies true. -:alice7162 :complies true. -:alice7163 :complies true. -:alice7164 :complies true. -:alice7165 :complies true. -:alice7166 :complies true. -:alice7167 :complies true. -:alice7168 :complies true. -:alice7169 :complies true. -:alice7170 :complies true. -:alice7171 :complies true. -:alice7172 :complies true. -:alice7173 :complies true. -:alice7174 :complies true. -:alice7175 :complies true. -:alice7176 :complies true. -:alice7177 :complies true. -:alice7178 :complies true. -:alice7179 :complies true. -:alice7180 :complies true. -:alice7181 :complies true. -:alice7182 :complies true. -:alice7183 :complies true. -:alice7184 :complies true. -:alice7185 :complies true. -:alice7186 :complies true. -:alice7187 :complies true. -:alice7188 :complies true. -:alice7189 :complies true. -:alice7190 :complies true. -:alice7191 :complies true. -:alice7192 :complies true. -:alice7193 :complies true. -:alice7194 :complies true. -:alice7195 :complies true. -:alice7196 :complies true. -:alice7197 :complies true. -:alice7198 :complies true. -:alice7199 :complies true. -:alice7200 :complies true. -:alice7201 :complies true. -:alice7202 :complies true. -:alice7203 :complies true. -:alice7204 :complies true. -:alice7205 :complies true. -:alice7206 :complies true. -:alice7207 :complies true. -:alice7208 :complies true. -:alice7209 :complies true. -:alice7210 :complies true. -:alice7211 :complies true. -:alice7212 :complies true. -:alice7213 :complies true. -:alice7214 :complies true. -:alice7215 :complies true. -:alice7216 :complies true. -:alice7217 :complies true. -:alice7218 :complies true. -:alice7219 :complies true. -:alice7220 :complies true. -:alice7221 :complies true. -:alice7222 :complies true. -:alice7223 :complies true. -:alice7224 :complies true. -:alice7225 :complies true. -:alice7226 :complies true. -:alice7227 :complies true. -:alice7228 :complies true. -:alice7229 :complies true. -:alice7230 :complies true. -:alice7231 :complies true. -:alice7232 :complies true. -:alice7233 :complies true. -:alice7234 :complies true. -:alice7235 :complies true. -:alice7236 :complies true. -:alice7237 :complies true. -:alice7238 :complies true. -:alice7239 :complies true. -:alice7240 :complies true. -:alice7241 :complies true. -:alice7242 :complies true. -:alice7243 :complies true. -:alice7244 :complies true. -:alice7245 :complies true. -:alice7246 :complies true. -:alice7247 :complies true. -:alice7248 :complies true. -:alice7249 :complies true. -:alice7250 :complies true. -:alice7251 :complies true. -:alice7252 :complies true. -:alice7253 :complies true. -:alice7254 :complies true. -:alice7255 :complies true. -:alice7256 :complies true. -:alice7257 :complies true. -:alice7258 :complies true. -:alice7259 :complies true. -:alice7260 :complies true. -:alice7261 :complies true. -:alice7262 :complies true. -:alice7263 :complies true. -:alice7264 :complies true. -:alice7265 :complies true. -:alice7266 :complies true. -:alice7267 :complies true. -:alice7268 :complies true. -:alice7269 :complies true. -:alice7270 :complies true. -:alice7271 :complies true. -:alice7272 :complies true. -:alice7273 :complies true. -:alice7274 :complies true. -:alice7275 :complies true. -:alice7276 :complies true. -:alice7277 :complies true. -:alice7278 :complies true. -:alice7279 :complies true. -:alice7280 :complies true. -:alice7281 :complies true. -:alice7282 :complies true. -:alice7283 :complies true. -:alice7284 :complies true. -:alice7285 :complies true. -:alice7286 :complies true. -:alice7287 :complies true. -:alice7288 :complies true. -:alice7289 :complies true. -:alice7290 :complies true. -:alice7291 :complies true. -:alice7292 :complies true. -:alice7293 :complies true. -:alice7294 :complies true. -:alice7295 :complies true. -:alice7296 :complies true. -:alice7297 :complies true. -:alice7298 :complies true. -:alice7299 :complies true. -:alice7300 :complies true. -:alice7301 :complies true. -:alice7302 :complies true. -:alice7303 :complies true. -:alice7304 :complies true. -:alice7305 :complies true. -:alice7306 :complies true. -:alice7307 :complies true. -:alice7308 :complies true. -:alice7309 :complies true. -:alice7310 :complies true. -:alice7311 :complies true. -:alice7312 :complies true. -:alice7313 :complies true. -:alice7314 :complies true. -:alice7315 :complies true. -:alice7316 :complies true. -:alice7317 :complies true. -:alice7318 :complies true. -:alice7319 :complies true. -:alice7320 :complies true. -:alice7321 :complies true. -:alice7322 :complies true. -:alice7323 :complies true. -:alice7324 :complies true. -:alice7325 :complies true. -:alice7326 :complies true. -:alice7327 :complies true. -:alice7328 :complies true. -:alice7329 :complies true. -:alice7330 :complies true. -:alice7331 :complies true. -:alice7332 :complies true. -:alice7333 :complies true. -:alice7334 :complies true. -:alice7335 :complies true. -:alice7336 :complies true. -:alice7337 :complies true. -:alice7338 :complies true. -:alice7339 :complies true. -:alice7340 :complies true. -:alice7341 :complies true. -:alice7342 :complies true. -:alice7343 :complies true. -:alice7344 :complies true. -:alice7345 :complies true. -:alice7346 :complies true. -:alice7347 :complies true. -:alice7348 :complies true. -:alice7349 :complies true. -:alice7350 :complies true. -:alice7351 :complies true. -:alice7352 :complies true. -:alice7353 :complies true. -:alice7354 :complies true. -:alice7355 :complies true. -:alice7356 :complies true. -:alice7357 :complies true. -:alice7358 :complies true. -:alice7359 :complies true. -:alice7360 :complies true. -:alice7361 :complies true. -:alice7362 :complies true. -:alice7363 :complies true. -:alice7364 :complies true. -:alice7365 :complies true. -:alice7366 :complies true. -:alice7367 :complies true. -:alice7368 :complies true. -:alice7369 :complies true. -:alice7370 :complies true. -:alice7371 :complies true. -:alice7372 :complies true. -:alice7373 :complies true. -:alice7374 :complies true. -:alice7375 :complies true. -:alice7376 :complies true. -:alice7377 :complies true. -:alice7378 :complies true. -:alice7379 :complies true. -:alice7380 :complies true. -:alice7381 :complies true. -:alice7382 :complies true. -:alice7383 :complies true. -:alice7384 :complies true. -:alice7385 :complies true. -:alice7386 :complies true. -:alice7387 :complies true. -:alice7388 :complies true. -:alice7389 :complies true. -:alice7390 :complies true. -:alice7391 :complies true. -:alice7392 :complies true. -:alice7393 :complies true. -:alice7394 :complies true. -:alice7395 :complies true. -:alice7396 :complies true. -:alice7397 :complies true. -:alice7398 :complies true. -:alice7399 :complies true. -:alice7400 :complies true. -:alice7401 :complies true. -:alice7402 :complies true. -:alice7403 :complies true. -:alice7404 :complies true. -:alice7405 :complies true. -:alice7406 :complies true. -:alice7407 :complies true. -:alice7408 :complies true. -:alice7409 :complies true. -:alice7410 :complies true. -:alice7411 :complies true. -:alice7412 :complies true. -:alice7413 :complies true. -:alice7414 :complies true. -:alice7415 :complies true. -:alice7416 :complies true. -:alice7417 :complies true. -:alice7418 :complies true. -:alice7419 :complies true. -:alice7420 :complies true. -:alice7421 :complies true. -:alice7422 :complies true. -:alice7423 :complies true. -:alice7424 :complies true. -:alice7425 :complies true. -:alice7426 :complies true. -:alice7427 :complies true. -:alice7428 :complies true. -:alice7429 :complies true. -:alice7430 :complies true. -:alice7431 :complies true. -:alice7432 :complies true. -:alice7433 :complies true. -:alice7434 :complies true. -:alice7435 :complies true. -:alice7436 :complies true. -:alice7437 :complies true. -:alice7438 :complies true. -:alice7439 :complies true. -:alice7440 :complies true. -:alice7441 :complies true. -:alice7442 :complies true. -:alice7443 :complies true. -:alice7444 :complies true. -:alice7445 :complies true. -:alice7446 :complies true. -:alice7447 :complies true. -:alice7448 :complies true. -:alice7449 :complies true. -:alice7450 :complies true. -:alice7451 :complies true. -:alice7452 :complies true. -:alice7453 :complies true. -:alice7454 :complies true. -:alice7455 :complies true. -:alice7456 :complies true. -:alice7457 :complies true. -:alice7458 :complies true. -:alice7459 :complies true. -:alice7460 :complies true. -:alice7461 :complies true. -:alice7462 :complies true. -:alice7463 :complies true. -:alice7464 :complies true. -:alice7465 :complies true. -:alice7466 :complies true. -:alice7467 :complies true. -:alice7468 :complies true. -:alice7469 :complies true. -:alice7470 :complies true. -:alice7471 :complies true. -:alice7472 :complies true. -:alice7473 :complies true. -:alice7474 :complies true. -:alice7475 :complies true. -:alice7476 :complies true. -:alice7477 :complies true. -:alice7478 :complies true. -:alice7479 :complies true. -:alice7480 :complies true. -:alice7481 :complies true. -:alice7482 :complies true. -:alice7483 :complies true. -:alice7484 :complies true. -:alice7485 :complies true. -:alice7486 :complies true. -:alice7487 :complies true. -:alice7488 :complies true. -:alice7489 :complies true. -:alice7490 :complies true. -:alice7491 :complies true. -:alice7492 :complies true. -:alice7493 :complies true. -:alice7494 :complies true. -:alice7495 :complies true. -:alice7496 :complies true. -:alice7497 :complies true. -:alice7498 :complies true. -:alice7499 :complies true. -:alice7500 :complies true. -:alice7501 :complies true. -:alice7502 :complies true. -:alice7503 :complies true. -:alice7504 :complies true. -:alice7505 :complies true. -:alice7506 :complies true. -:alice7507 :complies true. -:alice7508 :complies true. -:alice7509 :complies true. -:alice7510 :complies true. -:alice7511 :complies true. -:alice7512 :complies true. -:alice7513 :complies true. -:alice7514 :complies true. -:alice7515 :complies true. -:alice7516 :complies true. -:alice7517 :complies true. -:alice7518 :complies true. -:alice7519 :complies true. -:alice7520 :complies true. -:alice7521 :complies true. -:alice7522 :complies true. -:alice7523 :complies true. -:alice7524 :complies true. -:alice7525 :complies true. -:alice7526 :complies true. -:alice7527 :complies true. -:alice7528 :complies true. -:alice7529 :complies true. -:alice7530 :complies true. -:alice7531 :complies true. -:alice7532 :complies true. -:alice7533 :complies true. -:alice7534 :complies true. -:alice7535 :complies true. -:alice7536 :complies true. -:alice7537 :complies true. -:alice7538 :complies true. -:alice7539 :complies true. -:alice7540 :complies true. -:alice7541 :complies true. -:alice7542 :complies true. -:alice7543 :complies true. -:alice7544 :complies true. -:alice7545 :complies true. -:alice7546 :complies true. -:alice7547 :complies true. -:alice7548 :complies true. -:alice7549 :complies true. -:alice7550 :complies true. -:alice7551 :complies true. -:alice7552 :complies true. -:alice7553 :complies true. -:alice7554 :complies true. -:alice7555 :complies true. -:alice7556 :complies true. -:alice7557 :complies true. -:alice7558 :complies true. -:alice7559 :complies true. -:alice7560 :complies true. -:alice7561 :complies true. -:alice7562 :complies true. -:alice7563 :complies true. -:alice7564 :complies true. -:alice7565 :complies true. -:alice7566 :complies true. -:alice7567 :complies true. -:alice7568 :complies true. -:alice7569 :complies true. -:alice7570 :complies true. -:alice7571 :complies true. -:alice7572 :complies true. -:alice7573 :complies true. -:alice7574 :complies true. -:alice7575 :complies true. -:alice7576 :complies true. -:alice7577 :complies true. -:alice7578 :complies true. -:alice7579 :complies true. -:alice7580 :complies true. -:alice7581 :complies true. -:alice7582 :complies true. -:alice7583 :complies true. -:alice7584 :complies true. -:alice7585 :complies true. -:alice7586 :complies true. -:alice7587 :complies true. -:alice7588 :complies true. -:alice7589 :complies true. -:alice7590 :complies true. -:alice7591 :complies true. -:alice7592 :complies true. -:alice7593 :complies true. -:alice7594 :complies true. -:alice7595 :complies true. -:alice7596 :complies true. -:alice7597 :complies true. -:alice7598 :complies true. -:alice7599 :complies true. -:alice7600 :complies true. -:alice7601 :complies true. -:alice7602 :complies true. -:alice7603 :complies true. -:alice7604 :complies true. -:alice7605 :complies true. -:alice7606 :complies true. -:alice7607 :complies true. -:alice7608 :complies true. -:alice7609 :complies true. -:alice7610 :complies true. -:alice7611 :complies true. -:alice7612 :complies true. -:alice7613 :complies true. -:alice7614 :complies true. -:alice7615 :complies true. -:alice7616 :complies true. -:alice7617 :complies true. -:alice7618 :complies true. -:alice7619 :complies true. -:alice7620 :complies true. -:alice7621 :complies true. -:alice7622 :complies true. -:alice7623 :complies true. -:alice7624 :complies true. -:alice7625 :complies true. -:alice7626 :complies true. -:alice7627 :complies true. -:alice7628 :complies true. -:alice7629 :complies true. -:alice7630 :complies true. -:alice7631 :complies true. -:alice7632 :complies true. -:alice7633 :complies true. -:alice7634 :complies true. -:alice7635 :complies true. -:alice7636 :complies true. -:alice7637 :complies true. -:alice7638 :complies true. -:alice7639 :complies true. -:alice7640 :complies true. -:alice7641 :complies true. -:alice7642 :complies true. -:alice7643 :complies true. -:alice7644 :complies true. -:alice7645 :complies true. -:alice7646 :complies true. -:alice7647 :complies true. -:alice7648 :complies true. -:alice7649 :complies true. -:alice7650 :complies true. -:alice7651 :complies true. -:alice7652 :complies true. -:alice7653 :complies true. -:alice7654 :complies true. -:alice7655 :complies true. -:alice7656 :complies true. -:alice7657 :complies true. -:alice7658 :complies true. -:alice7659 :complies true. -:alice7660 :complies true. -:alice7661 :complies true. -:alice7662 :complies true. -:alice7663 :complies true. -:alice7664 :complies true. -:alice7665 :complies true. -:alice7666 :complies true. -:alice7667 :complies true. -:alice7668 :complies true. -:alice7669 :complies true. -:alice7670 :complies true. -:alice7671 :complies true. -:alice7672 :complies true. -:alice7673 :complies true. -:alice7674 :complies true. -:alice7675 :complies true. -:alice7676 :complies true. -:alice7677 :complies true. -:alice7678 :complies true. -:alice7679 :complies true. -:alice7680 :complies true. -:alice7681 :complies true. -:alice7682 :complies true. -:alice7683 :complies true. -:alice7684 :complies true. -:alice7685 :complies true. -:alice7686 :complies true. -:alice7687 :complies true. -:alice7688 :complies true. -:alice7689 :complies true. -:alice7690 :complies true. -:alice7691 :complies true. -:alice7692 :complies true. -:alice7693 :complies true. -:alice7694 :complies true. -:alice7695 :complies true. -:alice7696 :complies true. -:alice7697 :complies true. -:alice7698 :complies true. -:alice7699 :complies true. -:alice7700 :complies true. -:alice7701 :complies true. -:alice7702 :complies true. -:alice7703 :complies true. -:alice7704 :complies true. -:alice7705 :complies true. -:alice7706 :complies true. -:alice7707 :complies true. -:alice7708 :complies true. -:alice7709 :complies true. -:alice7710 :complies true. -:alice7711 :complies true. -:alice7712 :complies true. -:alice7713 :complies true. -:alice7714 :complies true. -:alice7715 :complies true. -:alice7716 :complies true. -:alice7717 :complies true. -:alice7718 :complies true. -:alice7719 :complies true. -:alice7720 :complies true. -:alice7721 :complies true. -:alice7722 :complies true. -:alice7723 :complies true. -:alice7724 :complies true. -:alice7725 :complies true. -:alice7726 :complies true. -:alice7727 :complies true. -:alice7728 :complies true. -:alice7729 :complies true. -:alice7730 :complies true. -:alice7731 :complies true. -:alice7732 :complies true. -:alice7733 :complies true. -:alice7734 :complies true. -:alice7735 :complies true. -:alice7736 :complies true. -:alice7737 :complies true. -:alice7738 :complies true. -:alice7739 :complies true. -:alice7740 :complies true. -:alice7741 :complies true. -:alice7742 :complies true. -:alice7743 :complies true. -:alice7744 :complies true. -:alice7745 :complies true. -:alice7746 :complies true. -:alice7747 :complies true. -:alice7748 :complies true. -:alice7749 :complies true. -:alice7750 :complies true. -:alice7751 :complies true. -:alice7752 :complies true. -:alice7753 :complies true. -:alice7754 :complies true. -:alice7755 :complies true. -:alice7756 :complies true. -:alice7757 :complies true. -:alice7758 :complies true. -:alice7759 :complies true. -:alice7760 :complies true. -:alice7761 :complies true. -:alice7762 :complies true. -:alice7763 :complies true. -:alice7764 :complies true. -:alice7765 :complies true. -:alice7766 :complies true. -:alice7767 :complies true. -:alice7768 :complies true. -:alice7769 :complies true. -:alice7770 :complies true. -:alice7771 :complies true. -:alice7772 :complies true. -:alice7773 :complies true. -:alice7774 :complies true. -:alice7775 :complies true. -:alice7776 :complies true. -:alice7777 :complies true. -:alice7778 :complies true. -:alice7779 :complies true. -:alice7780 :complies true. -:alice7781 :complies true. -:alice7782 :complies true. -:alice7783 :complies true. -:alice7784 :complies true. -:alice7785 :complies true. -:alice7786 :complies true. -:alice7787 :complies true. -:alice7788 :complies true. -:alice7789 :complies true. -:alice7790 :complies true. -:alice7791 :complies true. -:alice7792 :complies true. -:alice7793 :complies true. -:alice7794 :complies true. -:alice7795 :complies true. -:alice7796 :complies true. -:alice7797 :complies true. -:alice7798 :complies true. -:alice7799 :complies true. -:alice7800 :complies true. -:alice7801 :complies true. -:alice7802 :complies true. -:alice7803 :complies true. -:alice7804 :complies true. -:alice7805 :complies true. -:alice7806 :complies true. -:alice7807 :complies true. -:alice7808 :complies true. -:alice7809 :complies true. -:alice7810 :complies true. -:alice7811 :complies true. -:alice7812 :complies true. -:alice7813 :complies true. -:alice7814 :complies true. -:alice7815 :complies true. -:alice7816 :complies true. -:alice7817 :complies true. -:alice7818 :complies true. -:alice7819 :complies true. -:alice7820 :complies true. -:alice7821 :complies true. -:alice7822 :complies true. -:alice7823 :complies true. -:alice7824 :complies true. -:alice7825 :complies true. -:alice7826 :complies true. -:alice7827 :complies true. -:alice7828 :complies true. -:alice7829 :complies true. -:alice7830 :complies true. -:alice7831 :complies true. -:alice7832 :complies true. -:alice7833 :complies true. -:alice7834 :complies true. -:alice7835 :complies true. -:alice7836 :complies true. -:alice7837 :complies true. -:alice7838 :complies true. -:alice7839 :complies true. -:alice7840 :complies true. -:alice7841 :complies true. -:alice7842 :complies true. -:alice7843 :complies true. -:alice7844 :complies true. -:alice7845 :complies true. -:alice7846 :complies true. -:alice7847 :complies true. -:alice7848 :complies true. -:alice7849 :complies true. -:alice7850 :complies true. -:alice7851 :complies true. -:alice7852 :complies true. -:alice7853 :complies true. -:alice7854 :complies true. -:alice7855 :complies true. -:alice7856 :complies true. -:alice7857 :complies true. -:alice7858 :complies true. -:alice7859 :complies true. -:alice7860 :complies true. -:alice7861 :complies true. -:alice7862 :complies true. -:alice7863 :complies true. -:alice7864 :complies true. -:alice7865 :complies true. -:alice7866 :complies true. -:alice7867 :complies true. -:alice7868 :complies true. -:alice7869 :complies true. -:alice7870 :complies true. -:alice7871 :complies true. -:alice7872 :complies true. -:alice7873 :complies true. -:alice7874 :complies true. -:alice7875 :complies true. -:alice7876 :complies true. -:alice7877 :complies true. -:alice7878 :complies true. -:alice7879 :complies true. -:alice7880 :complies true. -:alice7881 :complies true. -:alice7882 :complies true. -:alice7883 :complies true. -:alice7884 :complies true. -:alice7885 :complies true. -:alice7886 :complies true. -:alice7887 :complies true. -:alice7888 :complies true. -:alice7889 :complies true. -:alice7890 :complies true. -:alice7891 :complies true. -:alice7892 :complies true. -:alice7893 :complies true. -:alice7894 :complies true. -:alice7895 :complies true. -:alice7896 :complies true. -:alice7897 :complies true. -:alice7898 :complies true. -:alice7899 :complies true. -:alice7900 :complies true. -:alice7901 :complies true. -:alice7902 :complies true. -:alice7903 :complies true. -:alice7904 :complies true. -:alice7905 :complies true. -:alice7906 :complies true. -:alice7907 :complies true. -:alice7908 :complies true. -:alice7909 :complies true. -:alice7910 :complies true. -:alice7911 :complies true. -:alice7912 :complies true. -:alice7913 :complies true. -:alice7914 :complies true. -:alice7915 :complies true. -:alice7916 :complies true. -:alice7917 :complies true. -:alice7918 :complies true. -:alice7919 :complies true. -:alice7920 :complies true. -:alice7921 :complies true. -:alice7922 :complies true. -:alice7923 :complies true. -:alice7924 :complies true. -:alice7925 :complies true. -:alice7926 :complies true. -:alice7927 :complies true. -:alice7928 :complies true. -:alice7929 :complies true. -:alice7930 :complies true. -:alice7931 :complies true. -:alice7932 :complies true. -:alice7933 :complies true. -:alice7934 :complies true. -:alice7935 :complies true. -:alice7936 :complies true. -:alice7937 :complies true. -:alice7938 :complies true. -:alice7939 :complies true. -:alice7940 :complies true. -:alice7941 :complies true. -:alice7942 :complies true. -:alice7943 :complies true. -:alice7944 :complies true. -:alice7945 :complies true. -:alice7946 :complies true. -:alice7947 :complies true. -:alice7948 :complies true. -:alice7949 :complies true. -:alice7950 :complies true. -:alice7951 :complies true. -:alice7952 :complies true. -:alice7953 :complies true. -:alice7954 :complies true. -:alice7955 :complies true. -:alice7956 :complies true. -:alice7957 :complies true. -:alice7958 :complies true. -:alice7959 :complies true. -:alice7960 :complies true. -:alice7961 :complies true. -:alice7962 :complies true. -:alice7963 :complies true. -:alice7964 :complies true. -:alice7965 :complies true. -:alice7966 :complies true. -:alice7967 :complies true. -:alice7968 :complies true. -:alice7969 :complies true. -:alice7970 :complies true. -:alice7971 :complies true. -:alice7972 :complies true. -:alice7973 :complies true. -:alice7974 :complies true. -:alice7975 :complies true. -:alice7976 :complies true. -:alice7977 :complies true. -:alice7978 :complies true. -:alice7979 :complies true. -:alice7980 :complies true. -:alice7981 :complies true. -:alice7982 :complies true. -:alice7983 :complies true. -:alice7984 :complies true. -:alice7985 :complies true. -:alice7986 :complies true. -:alice7987 :complies true. -:alice7988 :complies true. -:alice7989 :complies true. -:alice7990 :complies true. -:alice7991 :complies true. -:alice7992 :complies true. -:alice7993 :complies true. -:alice7994 :complies true. -:alice7995 :complies true. -:alice7996 :complies true. -:alice7997 :complies true. -:alice7998 :complies true. -:alice7999 :complies true. -:alice8000 :complies true. -:alice8001 :complies true. -:alice8002 :complies true. -:alice8003 :complies true. -:alice8004 :complies true. -:alice8005 :complies true. -:alice8006 :complies true. -:alice8007 :complies true. -:alice8008 :complies true. -:alice8009 :complies true. -:alice8010 :complies true. -:alice8011 :complies true. -:alice8012 :complies true. -:alice8013 :complies true. -:alice8014 :complies true. -:alice8015 :complies true. -:alice8016 :complies true. -:alice8017 :complies true. -:alice8018 :complies true. -:alice8019 :complies true. -:alice8020 :complies true. -:alice8021 :complies true. -:alice8022 :complies true. -:alice8023 :complies true. -:alice8024 :complies true. -:alice8025 :complies true. -:alice8026 :complies true. -:alice8027 :complies true. -:alice8028 :complies true. -:alice8029 :complies true. -:alice8030 :complies true. -:alice8031 :complies true. -:alice8032 :complies true. -:alice8033 :complies true. -:alice8034 :complies true. -:alice8035 :complies true. -:alice8036 :complies true. -:alice8037 :complies true. -:alice8038 :complies true. -:alice8039 :complies true. -:alice8040 :complies true. -:alice8041 :complies true. -:alice8042 :complies true. -:alice8043 :complies true. -:alice8044 :complies true. -:alice8045 :complies true. -:alice8046 :complies true. -:alice8047 :complies true. -:alice8048 :complies true. -:alice8049 :complies true. -:alice8050 :complies true. -:alice8051 :complies true. -:alice8052 :complies true. -:alice8053 :complies true. -:alice8054 :complies true. -:alice8055 :complies true. -:alice8056 :complies true. -:alice8057 :complies true. -:alice8058 :complies true. -:alice8059 :complies true. -:alice8060 :complies true. -:alice8061 :complies true. -:alice8062 :complies true. -:alice8063 :complies true. -:alice8064 :complies true. -:alice8065 :complies true. -:alice8066 :complies true. -:alice8067 :complies true. -:alice8068 :complies true. -:alice8069 :complies true. -:alice8070 :complies true. -:alice8071 :complies true. -:alice8072 :complies true. -:alice8073 :complies true. -:alice8074 :complies true. -:alice8075 :complies true. -:alice8076 :complies true. -:alice8077 :complies true. -:alice8078 :complies true. -:alice8079 :complies true. -:alice8080 :complies true. -:alice8081 :complies true. -:alice8082 :complies true. -:alice8083 :complies true. -:alice8084 :complies true. -:alice8085 :complies true. -:alice8086 :complies true. -:alice8087 :complies true. -:alice8088 :complies true. -:alice8089 :complies true. -:alice8090 :complies true. -:alice8091 :complies true. -:alice8092 :complies true. -:alice8093 :complies true. -:alice8094 :complies true. -:alice8095 :complies true. -:alice8096 :complies true. -:alice8097 :complies true. -:alice8098 :complies true. -:alice8099 :complies true. -:alice8100 :complies true. -:alice8101 :complies true. -:alice8102 :complies true. -:alice8103 :complies true. -:alice8104 :complies true. -:alice8105 :complies true. -:alice8106 :complies true. -:alice8107 :complies true. -:alice8108 :complies true. -:alice8109 :complies true. -:alice8110 :complies true. -:alice8111 :complies true. -:alice8112 :complies true. -:alice8113 :complies true. -:alice8114 :complies true. -:alice8115 :complies true. -:alice8116 :complies true. -:alice8117 :complies true. -:alice8118 :complies true. -:alice8119 :complies true. -:alice8120 :complies true. -:alice8121 :complies true. -:alice8122 :complies true. -:alice8123 :complies true. -:alice8124 :complies true. -:alice8125 :complies true. -:alice8126 :complies true. -:alice8127 :complies true. -:alice8128 :complies true. -:alice8129 :complies true. -:alice8130 :complies true. -:alice8131 :complies true. -:alice8132 :complies true. -:alice8133 :complies true. -:alice8134 :complies true. -:alice8135 :complies true. -:alice8136 :complies true. -:alice8137 :complies true. -:alice8138 :complies true. -:alice8139 :complies true. -:alice8140 :complies true. -:alice8141 :complies true. -:alice8142 :complies true. -:alice8143 :complies true. -:alice8144 :complies true. -:alice8145 :complies true. -:alice8146 :complies true. -:alice8147 :complies true. -:alice8148 :complies true. -:alice8149 :complies true. -:alice8150 :complies true. -:alice8151 :complies true. -:alice8152 :complies true. -:alice8153 :complies true. -:alice8154 :complies true. -:alice8155 :complies true. -:alice8156 :complies true. -:alice8157 :complies true. -:alice8158 :complies true. -:alice8159 :complies true. -:alice8160 :complies true. -:alice8161 :complies true. -:alice8162 :complies true. -:alice8163 :complies true. -:alice8164 :complies true. -:alice8165 :complies true. -:alice8166 :complies true. -:alice8167 :complies true. -:alice8168 :complies true. -:alice8169 :complies true. -:alice8170 :complies true. -:alice8171 :complies true. -:alice8172 :complies true. -:alice8173 :complies true. -:alice8174 :complies true. -:alice8175 :complies true. -:alice8176 :complies true. -:alice8177 :complies true. -:alice8178 :complies true. -:alice8179 :complies true. -:alice8180 :complies true. -:alice8181 :complies true. -:alice8182 :complies true. -:alice8183 :complies true. -:alice8184 :complies true. -:alice8185 :complies true. -:alice8186 :complies true. -:alice8187 :complies true. -:alice8188 :complies true. -:alice8189 :complies true. -:alice8190 :complies true. -:alice8191 :complies true. -:alice8192 :complies true. -:alice8193 :complies true. -:alice8194 :complies true. -:alice8195 :complies true. -:alice8196 :complies true. -:alice8197 :complies true. -:alice8198 :complies true. -:alice8199 :complies true. -:alice8200 :complies true. -:alice8201 :complies true. -:alice8202 :complies true. -:alice8203 :complies true. -:alice8204 :complies true. -:alice8205 :complies true. -:alice8206 :complies true. -:alice8207 :complies true. -:alice8208 :complies true. -:alice8209 :complies true. -:alice8210 :complies true. -:alice8211 :complies true. -:alice8212 :complies true. -:alice8213 :complies true. -:alice8214 :complies true. -:alice8215 :complies true. -:alice8216 :complies true. -:alice8217 :complies true. -:alice8218 :complies true. -:alice8219 :complies true. -:alice8220 :complies true. -:alice8221 :complies true. -:alice8222 :complies true. -:alice8223 :complies true. -:alice8224 :complies true. -:alice8225 :complies true. -:alice8226 :complies true. -:alice8227 :complies true. -:alice8228 :complies true. -:alice8229 :complies true. -:alice8230 :complies true. -:alice8231 :complies true. -:alice8232 :complies true. -:alice8233 :complies true. -:alice8234 :complies true. -:alice8235 :complies true. -:alice8236 :complies true. -:alice8237 :complies true. -:alice8238 :complies true. -:alice8239 :complies true. -:alice8240 :complies true. -:alice8241 :complies true. -:alice8242 :complies true. -:alice8243 :complies true. -:alice8244 :complies true. -:alice8245 :complies true. -:alice8246 :complies true. -:alice8247 :complies true. -:alice8248 :complies true. -:alice8249 :complies true. -:alice8250 :complies true. -:alice8251 :complies true. -:alice8252 :complies true. -:alice8253 :complies true. -:alice8254 :complies true. -:alice8255 :complies true. -:alice8256 :complies true. -:alice8257 :complies true. -:alice8258 :complies true. -:alice8259 :complies true. -:alice8260 :complies true. -:alice8261 :complies true. -:alice8262 :complies true. -:alice8263 :complies true. -:alice8264 :complies true. -:alice8265 :complies true. -:alice8266 :complies true. -:alice8267 :complies true. -:alice8268 :complies true. -:alice8269 :complies true. -:alice8270 :complies true. -:alice8271 :complies true. -:alice8272 :complies true. -:alice8273 :complies true. -:alice8274 :complies true. -:alice8275 :complies true. -:alice8276 :complies true. -:alice8277 :complies true. -:alice8278 :complies true. -:alice8279 :complies true. -:alice8280 :complies true. -:alice8281 :complies true. -:alice8282 :complies true. -:alice8283 :complies true. -:alice8284 :complies true. -:alice8285 :complies true. -:alice8286 :complies true. -:alice8287 :complies true. -:alice8288 :complies true. -:alice8289 :complies true. -:alice8290 :complies true. -:alice8291 :complies true. -:alice8292 :complies true. -:alice8293 :complies true. -:alice8294 :complies true. -:alice8295 :complies true. -:alice8296 :complies true. -:alice8297 :complies true. -:alice8298 :complies true. -:alice8299 :complies true. -:alice8300 :complies true. -:alice8301 :complies true. -:alice8302 :complies true. -:alice8303 :complies true. -:alice8304 :complies true. -:alice8305 :complies true. -:alice8306 :complies true. -:alice8307 :complies true. -:alice8308 :complies true. -:alice8309 :complies true. -:alice8310 :complies true. -:alice8311 :complies true. -:alice8312 :complies true. -:alice8313 :complies true. -:alice8314 :complies true. -:alice8315 :complies true. -:alice8316 :complies true. -:alice8317 :complies true. -:alice8318 :complies true. -:alice8319 :complies true. -:alice8320 :complies true. -:alice8321 :complies true. -:alice8322 :complies true. -:alice8323 :complies true. -:alice8324 :complies true. -:alice8325 :complies true. -:alice8326 :complies true. -:alice8327 :complies true. -:alice8328 :complies true. -:alice8329 :complies true. -:alice8330 :complies true. -:alice8331 :complies true. -:alice8332 :complies true. -:alice8333 :complies true. -:alice8334 :complies true. -:alice8335 :complies true. -:alice8336 :complies true. -:alice8337 :complies true. -:alice8338 :complies true. -:alice8339 :complies true. -:alice8340 :complies true. -:alice8341 :complies true. -:alice8342 :complies true. -:alice8343 :complies true. -:alice8344 :complies true. -:alice8345 :complies true. -:alice8346 :complies true. -:alice8347 :complies true. -:alice8348 :complies true. -:alice8349 :complies true. -:alice8350 :complies true. -:alice8351 :complies true. -:alice8352 :complies true. -:alice8353 :complies true. -:alice8354 :complies true. -:alice8355 :complies true. -:alice8356 :complies true. -:alice8357 :complies true. -:alice8358 :complies true. -:alice8359 :complies true. -:alice8360 :complies true. -:alice8361 :complies true. -:alice8362 :complies true. -:alice8363 :complies true. -:alice8364 :complies true. -:alice8365 :complies true. -:alice8366 :complies true. -:alice8367 :complies true. -:alice8368 :complies true. -:alice8369 :complies true. -:alice8370 :complies true. -:alice8371 :complies true. -:alice8372 :complies true. -:alice8373 :complies true. -:alice8374 :complies true. -:alice8375 :complies true. -:alice8376 :complies true. -:alice8377 :complies true. -:alice8378 :complies true. -:alice8379 :complies true. -:alice8380 :complies true. -:alice8381 :complies true. -:alice8382 :complies true. -:alice8383 :complies true. -:alice8384 :complies true. -:alice8385 :complies true. -:alice8386 :complies true. -:alice8387 :complies true. -:alice8388 :complies true. -:alice8389 :complies true. -:alice8390 :complies true. -:alice8391 :complies true. -:alice8392 :complies true. -:alice8393 :complies true. -:alice8394 :complies true. -:alice8395 :complies true. -:alice8396 :complies true. -:alice8397 :complies true. -:alice8398 :complies true. -:alice8399 :complies true. -:alice8400 :complies true. -:alice8401 :complies true. -:alice8402 :complies true. -:alice8403 :complies true. -:alice8404 :complies true. -:alice8405 :complies true. -:alice8406 :complies true. -:alice8407 :complies true. -:alice8408 :complies true. -:alice8409 :complies true. -:alice8410 :complies true. -:alice8411 :complies true. -:alice8412 :complies true. -:alice8413 :complies true. -:alice8414 :complies true. -:alice8415 :complies true. -:alice8416 :complies true. -:alice8417 :complies true. -:alice8418 :complies true. -:alice8419 :complies true. -:alice8420 :complies true. -:alice8421 :complies true. -:alice8422 :complies true. -:alice8423 :complies true. -:alice8424 :complies true. -:alice8425 :complies true. -:alice8426 :complies true. -:alice8427 :complies true. -:alice8428 :complies true. -:alice8429 :complies true. -:alice8430 :complies true. -:alice8431 :complies true. -:alice8432 :complies true. -:alice8433 :complies true. -:alice8434 :complies true. -:alice8435 :complies true. -:alice8436 :complies true. -:alice8437 :complies true. -:alice8438 :complies true. -:alice8439 :complies true. -:alice8440 :complies true. -:alice8441 :complies true. -:alice8442 :complies true. -:alice8443 :complies true. -:alice8444 :complies true. -:alice8445 :complies true. -:alice8446 :complies true. -:alice8447 :complies true. -:alice8448 :complies true. -:alice8449 :complies true. -:alice8450 :complies true. -:alice8451 :complies true. -:alice8452 :complies true. -:alice8453 :complies true. -:alice8454 :complies true. -:alice8455 :complies true. -:alice8456 :complies true. -:alice8457 :complies true. -:alice8458 :complies true. -:alice8459 :complies true. -:alice8460 :complies true. -:alice8461 :complies true. -:alice8462 :complies true. -:alice8463 :complies true. -:alice8464 :complies true. -:alice8465 :complies true. -:alice8466 :complies true. -:alice8467 :complies true. -:alice8468 :complies true. -:alice8469 :complies true. -:alice8470 :complies true. -:alice8471 :complies true. -:alice8472 :complies true. -:alice8473 :complies true. -:alice8474 :complies true. -:alice8475 :complies true. -:alice8476 :complies true. -:alice8477 :complies true. -:alice8478 :complies true. -:alice8479 :complies true. -:alice8480 :complies true. -:alice8481 :complies true. -:alice8482 :complies true. -:alice8483 :complies true. -:alice8484 :complies true. -:alice8485 :complies true. -:alice8486 :complies true. -:alice8487 :complies true. -:alice8488 :complies true. -:alice8489 :complies true. -:alice8490 :complies true. -:alice8491 :complies true. -:alice8492 :complies true. -:alice8493 :complies true. -:alice8494 :complies true. -:alice8495 :complies true. -:alice8496 :complies true. -:alice8497 :complies true. -:alice8498 :complies true. -:alice8499 :complies true. -:alice8500 :complies true. -:alice8501 :complies true. -:alice8502 :complies true. -:alice8503 :complies true. -:alice8504 :complies true. -:alice8505 :complies true. -:alice8506 :complies true. -:alice8507 :complies true. -:alice8508 :complies true. -:alice8509 :complies true. -:alice8510 :complies true. -:alice8511 :complies true. -:alice8512 :complies true. -:alice8513 :complies true. -:alice8514 :complies true. -:alice8515 :complies true. -:alice8516 :complies true. -:alice8517 :complies true. -:alice8518 :complies true. -:alice8519 :complies true. -:alice8520 :complies true. -:alice8521 :complies true. -:alice8522 :complies true. -:alice8523 :complies true. -:alice8524 :complies true. -:alice8525 :complies true. -:alice8526 :complies true. -:alice8527 :complies true. -:alice8528 :complies true. -:alice8529 :complies true. -:alice8530 :complies true. -:alice8531 :complies true. -:alice8532 :complies true. -:alice8533 :complies true. -:alice8534 :complies true. -:alice8535 :complies true. -:alice8536 :complies true. -:alice8537 :complies true. -:alice8538 :complies true. -:alice8539 :complies true. -:alice8540 :complies true. -:alice8541 :complies true. -:alice8542 :complies true. -:alice8543 :complies true. -:alice8544 :complies true. -:alice8545 :complies true. -:alice8546 :complies true. -:alice8547 :complies true. -:alice8548 :complies true. -:alice8549 :complies true. -:alice8550 :complies true. -:alice8551 :complies true. -:alice8552 :complies true. -:alice8553 :complies true. -:alice8554 :complies true. -:alice8555 :complies true. -:alice8556 :complies true. -:alice8557 :complies true. -:alice8558 :complies true. -:alice8559 :complies true. -:alice8560 :complies true. -:alice8561 :complies true. -:alice8562 :complies true. -:alice8563 :complies true. -:alice8564 :complies true. -:alice8565 :complies true. -:alice8566 :complies true. -:alice8567 :complies true. -:alice8568 :complies true. -:alice8569 :complies true. -:alice8570 :complies true. -:alice8571 :complies true. -:alice8572 :complies true. -:alice8573 :complies true. -:alice8574 :complies true. -:alice8575 :complies true. -:alice8576 :complies true. -:alice8577 :complies true. -:alice8578 :complies true. -:alice8579 :complies true. -:alice8580 :complies true. -:alice8581 :complies true. -:alice8582 :complies true. -:alice8583 :complies true. -:alice8584 :complies true. -:alice8585 :complies true. -:alice8586 :complies true. -:alice8587 :complies true. -:alice8588 :complies true. -:alice8589 :complies true. -:alice8590 :complies true. -:alice8591 :complies true. -:alice8592 :complies true. -:alice8593 :complies true. -:alice8594 :complies true. -:alice8595 :complies true. -:alice8596 :complies true. -:alice8597 :complies true. -:alice8598 :complies true. -:alice8599 :complies true. -:alice8600 :complies true. -:alice8601 :complies true. -:alice8602 :complies true. -:alice8603 :complies true. -:alice8604 :complies true. -:alice8605 :complies true. -:alice8606 :complies true. -:alice8607 :complies true. -:alice8608 :complies true. -:alice8609 :complies true. -:alice8610 :complies true. -:alice8611 :complies true. -:alice8612 :complies true. -:alice8613 :complies true. -:alice8614 :complies true. -:alice8615 :complies true. -:alice8616 :complies true. -:alice8617 :complies true. -:alice8618 :complies true. -:alice8619 :complies true. -:alice8620 :complies true. -:alice8621 :complies true. -:alice8622 :complies true. -:alice8623 :complies true. -:alice8624 :complies true. -:alice8625 :complies true. -:alice8626 :complies true. -:alice8627 :complies true. -:alice8628 :complies true. -:alice8629 :complies true. -:alice8630 :complies true. -:alice8631 :complies true. -:alice8632 :complies true. -:alice8633 :complies true. -:alice8634 :complies true. -:alice8635 :complies true. -:alice8636 :complies true. -:alice8637 :complies true. -:alice8638 :complies true. -:alice8639 :complies true. -:alice8640 :complies true. -:alice8641 :complies true. -:alice8642 :complies true. -:alice8643 :complies true. -:alice8644 :complies true. -:alice8645 :complies true. -:alice8646 :complies true. -:alice8647 :complies true. -:alice8648 :complies true. -:alice8649 :complies true. -:alice8650 :complies true. -:alice8651 :complies true. -:alice8652 :complies true. -:alice8653 :complies true. -:alice8654 :complies true. -:alice8655 :complies true. -:alice8656 :complies true. -:alice8657 :complies true. -:alice8658 :complies true. -:alice8659 :complies true. -:alice8660 :complies true. -:alice8661 :complies true. -:alice8662 :complies true. -:alice8663 :complies true. -:alice8664 :complies true. -:alice8665 :complies true. -:alice8666 :complies true. -:alice8667 :complies true. -:alice8668 :complies true. -:alice8669 :complies true. -:alice8670 :complies true. -:alice8671 :complies true. -:alice8672 :complies true. -:alice8673 :complies true. -:alice8674 :complies true. -:alice8675 :complies true. -:alice8676 :complies true. -:alice8677 :complies true. -:alice8678 :complies true. -:alice8679 :complies true. -:alice8680 :complies true. -:alice8681 :complies true. -:alice8682 :complies true. -:alice8683 :complies true. -:alice8684 :complies true. -:alice8685 :complies true. -:alice8686 :complies true. -:alice8687 :complies true. -:alice8688 :complies true. -:alice8689 :complies true. -:alice8690 :complies true. -:alice8691 :complies true. -:alice8692 :complies true. -:alice8693 :complies true. -:alice8694 :complies true. -:alice8695 :complies true. -:alice8696 :complies true. -:alice8697 :complies true. -:alice8698 :complies true. -:alice8699 :complies true. -:alice8700 :complies true. -:alice8701 :complies true. -:alice8702 :complies true. -:alice8703 :complies true. -:alice8704 :complies true. -:alice8705 :complies true. -:alice8706 :complies true. -:alice8707 :complies true. -:alice8708 :complies true. -:alice8709 :complies true. -:alice8710 :complies true. -:alice8711 :complies true. -:alice8712 :complies true. -:alice8713 :complies true. -:alice8714 :complies true. -:alice8715 :complies true. -:alice8716 :complies true. -:alice8717 :complies true. -:alice8718 :complies true. -:alice8719 :complies true. -:alice8720 :complies true. -:alice8721 :complies true. -:alice8722 :complies true. -:alice8723 :complies true. -:alice8724 :complies true. -:alice8725 :complies true. -:alice8726 :complies true. -:alice8727 :complies true. -:alice8728 :complies true. -:alice8729 :complies true. -:alice8730 :complies true. -:alice8731 :complies true. -:alice8732 :complies true. -:alice8733 :complies true. -:alice8734 :complies true. -:alice8735 :complies true. -:alice8736 :complies true. -:alice8737 :complies true. -:alice8738 :complies true. -:alice8739 :complies true. -:alice8740 :complies true. -:alice8741 :complies true. -:alice8742 :complies true. -:alice8743 :complies true. -:alice8744 :complies true. -:alice8745 :complies true. -:alice8746 :complies true. -:alice8747 :complies true. -:alice8748 :complies true. -:alice8749 :complies true. -:alice8750 :complies true. -:alice8751 :complies true. -:alice8752 :complies true. -:alice8753 :complies true. -:alice8754 :complies true. -:alice8755 :complies true. -:alice8756 :complies true. -:alice8757 :complies true. -:alice8758 :complies true. -:alice8759 :complies true. -:alice8760 :complies true. -:alice8761 :complies true. -:alice8762 :complies true. -:alice8763 :complies true. -:alice8764 :complies true. -:alice8765 :complies true. -:alice8766 :complies true. -:alice8767 :complies true. -:alice8768 :complies true. -:alice8769 :complies true. -:alice8770 :complies true. -:alice8771 :complies true. -:alice8772 :complies true. -:alice8773 :complies true. -:alice8774 :complies true. -:alice8775 :complies true. -:alice8776 :complies true. -:alice8777 :complies true. -:alice8778 :complies true. -:alice8779 :complies true. -:alice8780 :complies true. -:alice8781 :complies true. -:alice8782 :complies true. -:alice8783 :complies true. -:alice8784 :complies true. -:alice8785 :complies true. -:alice8786 :complies true. -:alice8787 :complies true. -:alice8788 :complies true. -:alice8789 :complies true. -:alice8790 :complies true. -:alice8791 :complies true. -:alice8792 :complies true. -:alice8793 :complies true. -:alice8794 :complies true. -:alice8795 :complies true. -:alice8796 :complies true. -:alice8797 :complies true. -:alice8798 :complies true. -:alice8799 :complies true. -:alice8800 :complies true. -:alice8801 :complies true. -:alice8802 :complies true. -:alice8803 :complies true. -:alice8804 :complies true. -:alice8805 :complies true. -:alice8806 :complies true. -:alice8807 :complies true. -:alice8808 :complies true. -:alice8809 :complies true. -:alice8810 :complies true. -:alice8811 :complies true. -:alice8812 :complies true. -:alice8813 :complies true. -:alice8814 :complies true. -:alice8815 :complies true. -:alice8816 :complies true. -:alice8817 :complies true. -:alice8818 :complies true. -:alice8819 :complies true. -:alice8820 :complies true. -:alice8821 :complies true. -:alice8822 :complies true. -:alice8823 :complies true. -:alice8824 :complies true. -:alice8825 :complies true. -:alice8826 :complies true. -:alice8827 :complies true. -:alice8828 :complies true. -:alice8829 :complies true. -:alice8830 :complies true. -:alice8831 :complies true. -:alice8832 :complies true. -:alice8833 :complies true. -:alice8834 :complies true. -:alice8835 :complies true. -:alice8836 :complies true. -:alice8837 :complies true. -:alice8838 :complies true. -:alice8839 :complies true. -:alice8840 :complies true. -:alice8841 :complies true. -:alice8842 :complies true. -:alice8843 :complies true. -:alice8844 :complies true. -:alice8845 :complies true. -:alice8846 :complies true. -:alice8847 :complies true. -:alice8848 :complies true. -:alice8849 :complies true. -:alice8850 :complies true. -:alice8851 :complies true. -:alice8852 :complies true. -:alice8853 :complies true. -:alice8854 :complies true. -:alice8855 :complies true. -:alice8856 :complies true. -:alice8857 :complies true. -:alice8858 :complies true. -:alice8859 :complies true. -:alice8860 :complies true. -:alice8861 :complies true. -:alice8862 :complies true. -:alice8863 :complies true. -:alice8864 :complies true. -:alice8865 :complies true. -:alice8866 :complies true. -:alice8867 :complies true. -:alice8868 :complies true. -:alice8869 :complies true. -:alice8870 :complies true. -:alice8871 :complies true. -:alice8872 :complies true. -:alice8873 :complies true. -:alice8874 :complies true. -:alice8875 :complies true. -:alice8876 :complies true. -:alice8877 :complies true. -:alice8878 :complies true. -:alice8879 :complies true. -:alice8880 :complies true. -:alice8881 :complies true. -:alice8882 :complies true. -:alice8883 :complies true. -:alice8884 :complies true. -:alice8885 :complies true. -:alice8886 :complies true. -:alice8887 :complies true. -:alice8888 :complies true. -:alice8889 :complies true. -:alice8890 :complies true. -:alice8891 :complies true. -:alice8892 :complies true. -:alice8893 :complies true. -:alice8894 :complies true. -:alice8895 :complies true. -:alice8896 :complies true. -:alice8897 :complies true. -:alice8898 :complies true. -:alice8899 :complies true. -:alice8900 :complies true. -:alice8901 :complies true. -:alice8902 :complies true. -:alice8903 :complies true. -:alice8904 :complies true. -:alice8905 :complies true. -:alice8906 :complies true. -:alice8907 :complies true. -:alice8908 :complies true. -:alice8909 :complies true. -:alice8910 :complies true. -:alice8911 :complies true. -:alice8912 :complies true. -:alice8913 :complies true. -:alice8914 :complies true. -:alice8915 :complies true. -:alice8916 :complies true. -:alice8917 :complies true. -:alice8918 :complies true. -:alice8919 :complies true. -:alice8920 :complies true. -:alice8921 :complies true. -:alice8922 :complies true. -:alice8923 :complies true. -:alice8924 :complies true. -:alice8925 :complies true. -:alice8926 :complies true. -:alice8927 :complies true. -:alice8928 :complies true. -:alice8929 :complies true. -:alice8930 :complies true. -:alice8931 :complies true. -:alice8932 :complies true. -:alice8933 :complies true. -:alice8934 :complies true. -:alice8935 :complies true. -:alice8936 :complies true. -:alice8937 :complies true. -:alice8938 :complies true. -:alice8939 :complies true. -:alice8940 :complies true. -:alice8941 :complies true. -:alice8942 :complies true. -:alice8943 :complies true. -:alice8944 :complies true. -:alice8945 :complies true. -:alice8946 :complies true. -:alice8947 :complies true. -:alice8948 :complies true. -:alice8949 :complies true. -:alice8950 :complies true. -:alice8951 :complies true. -:alice8952 :complies true. -:alice8953 :complies true. -:alice8954 :complies true. -:alice8955 :complies true. -:alice8956 :complies true. -:alice8957 :complies true. -:alice8958 :complies true. -:alice8959 :complies true. -:alice8960 :complies true. -:alice8961 :complies true. -:alice8962 :complies true. -:alice8963 :complies true. -:alice8964 :complies true. -:alice8965 :complies true. -:alice8966 :complies true. -:alice8967 :complies true. -:alice8968 :complies true. -:alice8969 :complies true. -:alice8970 :complies true. -:alice8971 :complies true. -:alice8972 :complies true. -:alice8973 :complies true. -:alice8974 :complies true. -:alice8975 :complies true. -:alice8976 :complies true. -:alice8977 :complies true. -:alice8978 :complies true. -:alice8979 :complies true. -:alice8980 :complies true. -:alice8981 :complies true. -:alice8982 :complies true. -:alice8983 :complies true. -:alice8984 :complies true. -:alice8985 :complies true. -:alice8986 :complies true. -:alice8987 :complies true. -:alice8988 :complies true. -:alice8989 :complies true. -:alice8990 :complies true. -:alice8991 :complies true. -:alice8992 :complies true. -:alice8993 :complies true. -:alice8994 :complies true. -:alice8995 :complies true. -:alice8996 :complies true. -:alice8997 :complies true. -:alice8998 :complies true. -:alice8999 :complies true. -:alice9000 :complies true. -:alice9001 :complies true. -:alice9002 :complies true. -:alice9003 :complies true. -:alice9004 :complies true. -:alice9005 :complies true. -:alice9006 :complies true. -:alice9007 :complies true. -:alice9008 :complies true. -:alice9009 :complies true. -:alice9010 :complies true. -:alice9011 :complies true. -:alice9012 :complies true. -:alice9013 :complies true. -:alice9014 :complies true. -:alice9015 :complies true. -:alice9016 :complies true. -:alice9017 :complies true. -:alice9018 :complies true. -:alice9019 :complies true. -:alice9020 :complies true. -:alice9021 :complies true. -:alice9022 :complies true. -:alice9023 :complies true. -:alice9024 :complies true. -:alice9025 :complies true. -:alice9026 :complies true. -:alice9027 :complies true. -:alice9028 :complies true. -:alice9029 :complies true. -:alice9030 :complies true. -:alice9031 :complies true. -:alice9032 :complies true. -:alice9033 :complies true. -:alice9034 :complies true. -:alice9035 :complies true. -:alice9036 :complies true. -:alice9037 :complies true. -:alice9038 :complies true. -:alice9039 :complies true. -:alice9040 :complies true. -:alice9041 :complies true. -:alice9042 :complies true. -:alice9043 :complies true. -:alice9044 :complies true. -:alice9045 :complies true. -:alice9046 :complies true. -:alice9047 :complies true. -:alice9048 :complies true. -:alice9049 :complies true. -:alice9050 :complies true. -:alice9051 :complies true. -:alice9052 :complies true. -:alice9053 :complies true. -:alice9054 :complies true. -:alice9055 :complies true. -:alice9056 :complies true. -:alice9057 :complies true. -:alice9058 :complies true. -:alice9059 :complies true. -:alice9060 :complies true. -:alice9061 :complies true. -:alice9062 :complies true. -:alice9063 :complies true. -:alice9064 :complies true. -:alice9065 :complies true. -:alice9066 :complies true. -:alice9067 :complies true. -:alice9068 :complies true. -:alice9069 :complies true. -:alice9070 :complies true. -:alice9071 :complies true. -:alice9072 :complies true. -:alice9073 :complies true. -:alice9074 :complies true. -:alice9075 :complies true. -:alice9076 :complies true. -:alice9077 :complies true. -:alice9078 :complies true. -:alice9079 :complies true. -:alice9080 :complies true. -:alice9081 :complies true. -:alice9082 :complies true. -:alice9083 :complies true. -:alice9084 :complies true. -:alice9085 :complies true. -:alice9086 :complies true. -:alice9087 :complies true. -:alice9088 :complies true. -:alice9089 :complies true. -:alice9090 :complies true. -:alice9091 :complies true. -:alice9092 :complies true. -:alice9093 :complies true. -:alice9094 :complies true. -:alice9095 :complies true. -:alice9096 :complies true. -:alice9097 :complies true. -:alice9098 :complies true. -:alice9099 :complies true. -:alice9100 :complies true. -:alice9101 :complies true. -:alice9102 :complies true. -:alice9103 :complies true. -:alice9104 :complies true. -:alice9105 :complies true. -:alice9106 :complies true. -:alice9107 :complies true. -:alice9108 :complies true. -:alice9109 :complies true. -:alice9110 :complies true. -:alice9111 :complies true. -:alice9112 :complies true. -:alice9113 :complies true. -:alice9114 :complies true. -:alice9115 :complies true. -:alice9116 :complies true. -:alice9117 :complies true. -:alice9118 :complies true. -:alice9119 :complies true. -:alice9120 :complies true. -:alice9121 :complies true. -:alice9122 :complies true. -:alice9123 :complies true. -:alice9124 :complies true. -:alice9125 :complies true. -:alice9126 :complies true. -:alice9127 :complies true. -:alice9128 :complies true. -:alice9129 :complies true. -:alice9130 :complies true. -:alice9131 :complies true. -:alice9132 :complies true. -:alice9133 :complies true. -:alice9134 :complies true. -:alice9135 :complies true. -:alice9136 :complies true. -:alice9137 :complies true. -:alice9138 :complies true. -:alice9139 :complies true. -:alice9140 :complies true. -:alice9141 :complies true. -:alice9142 :complies true. -:alice9143 :complies true. -:alice9144 :complies true. -:alice9145 :complies true. -:alice9146 :complies true. -:alice9147 :complies true. -:alice9148 :complies true. -:alice9149 :complies true. -:alice9150 :complies true. -:alice9151 :complies true. -:alice9152 :complies true. -:alice9153 :complies true. -:alice9154 :complies true. -:alice9155 :complies true. -:alice9156 :complies true. -:alice9157 :complies true. -:alice9158 :complies true. -:alice9159 :complies true. -:alice9160 :complies true. -:alice9161 :complies true. -:alice9162 :complies true. -:alice9163 :complies true. -:alice9164 :complies true. -:alice9165 :complies true. -:alice9166 :complies true. -:alice9167 :complies true. -:alice9168 :complies true. -:alice9169 :complies true. -:alice9170 :complies true. -:alice9171 :complies true. -:alice9172 :complies true. -:alice9173 :complies true. -:alice9174 :complies true. -:alice9175 :complies true. -:alice9176 :complies true. -:alice9177 :complies true. -:alice9178 :complies true. -:alice9179 :complies true. -:alice9180 :complies true. -:alice9181 :complies true. -:alice9182 :complies true. -:alice9183 :complies true. -:alice9184 :complies true. -:alice9185 :complies true. -:alice9186 :complies true. -:alice9187 :complies true. -:alice9188 :complies true. -:alice9189 :complies true. -:alice9190 :complies true. -:alice9191 :complies true. -:alice9192 :complies true. -:alice9193 :complies true. -:alice9194 :complies true. -:alice9195 :complies true. -:alice9196 :complies true. -:alice9197 :complies true. -:alice9198 :complies true. -:alice9199 :complies true. -:alice9200 :complies true. -:alice9201 :complies true. -:alice9202 :complies true. -:alice9203 :complies true. -:alice9204 :complies true. -:alice9205 :complies true. -:alice9206 :complies true. -:alice9207 :complies true. -:alice9208 :complies true. -:alice9209 :complies true. -:alice9210 :complies true. -:alice9211 :complies true. -:alice9212 :complies true. -:alice9213 :complies true. -:alice9214 :complies true. -:alice9215 :complies true. -:alice9216 :complies true. -:alice9217 :complies true. -:alice9218 :complies true. -:alice9219 :complies true. -:alice9220 :complies true. -:alice9221 :complies true. -:alice9222 :complies true. -:alice9223 :complies true. -:alice9224 :complies true. -:alice9225 :complies true. -:alice9226 :complies true. -:alice9227 :complies true. -:alice9228 :complies true. -:alice9229 :complies true. -:alice9230 :complies true. -:alice9231 :complies true. -:alice9232 :complies true. -:alice9233 :complies true. -:alice9234 :complies true. -:alice9235 :complies true. -:alice9236 :complies true. -:alice9237 :complies true. -:alice9238 :complies true. -:alice9239 :complies true. -:alice9240 :complies true. -:alice9241 :complies true. -:alice9242 :complies true. -:alice9243 :complies true. -:alice9244 :complies true. -:alice9245 :complies true. -:alice9246 :complies true. -:alice9247 :complies true. -:alice9248 :complies true. -:alice9249 :complies true. -:alice9250 :complies true. -:alice9251 :complies true. -:alice9252 :complies true. -:alice9253 :complies true. -:alice9254 :complies true. -:alice9255 :complies true. -:alice9256 :complies true. -:alice9257 :complies true. -:alice9258 :complies true. -:alice9259 :complies true. -:alice9260 :complies true. -:alice9261 :complies true. -:alice9262 :complies true. -:alice9263 :complies true. -:alice9264 :complies true. -:alice9265 :complies true. -:alice9266 :complies true. -:alice9267 :complies true. -:alice9268 :complies true. -:alice9269 :complies true. -:alice9270 :complies true. -:alice9271 :complies true. -:alice9272 :complies true. -:alice9273 :complies true. -:alice9274 :complies true. -:alice9275 :complies true. -:alice9276 :complies true. -:alice9277 :complies true. -:alice9278 :complies true. -:alice9279 :complies true. -:alice9280 :complies true. -:alice9281 :complies true. -:alice9282 :complies true. -:alice9283 :complies true. -:alice9284 :complies true. -:alice9285 :complies true. -:alice9286 :complies true. -:alice9287 :complies true. -:alice9288 :complies true. -:alice9289 :complies true. -:alice9290 :complies true. -:alice9291 :complies true. -:alice9292 :complies true. -:alice9293 :complies true. -:alice9294 :complies true. -:alice9295 :complies true. -:alice9296 :complies true. -:alice9297 :complies true. -:alice9298 :complies true. -:alice9299 :complies true. -:alice9300 :complies true. -:alice9301 :complies true. -:alice9302 :complies true. -:alice9303 :complies true. -:alice9304 :complies true. -:alice9305 :complies true. -:alice9306 :complies true. -:alice9307 :complies true. -:alice9308 :complies true. -:alice9309 :complies true. -:alice9310 :complies true. -:alice9311 :complies true. -:alice9312 :complies true. -:alice9313 :complies true. -:alice9314 :complies true. -:alice9315 :complies true. -:alice9316 :complies true. -:alice9317 :complies true. -:alice9318 :complies true. -:alice9319 :complies true. -:alice9320 :complies true. -:alice9321 :complies true. -:alice9322 :complies true. -:alice9323 :complies true. -:alice9324 :complies true. -:alice9325 :complies true. -:alice9326 :complies true. -:alice9327 :complies true. -:alice9328 :complies true. -:alice9329 :complies true. -:alice9330 :complies true. -:alice9331 :complies true. -:alice9332 :complies true. -:alice9333 :complies true. -:alice9334 :complies true. -:alice9335 :complies true. -:alice9336 :complies true. -:alice9337 :complies true. -:alice9338 :complies true. -:alice9339 :complies true. -:alice9340 :complies true. -:alice9341 :complies true. -:alice9342 :complies true. -:alice9343 :complies true. -:alice9344 :complies true. -:alice9345 :complies true. -:alice9346 :complies true. -:alice9347 :complies true. -:alice9348 :complies true. -:alice9349 :complies true. -:alice9350 :complies true. -:alice9351 :complies true. -:alice9352 :complies true. -:alice9353 :complies true. -:alice9354 :complies true. -:alice9355 :complies true. -:alice9356 :complies true. -:alice9357 :complies true. -:alice9358 :complies true. -:alice9359 :complies true. -:alice9360 :complies true. -:alice9361 :complies true. -:alice9362 :complies true. -:alice9363 :complies true. -:alice9364 :complies true. -:alice9365 :complies true. -:alice9366 :complies true. -:alice9367 :complies true. -:alice9368 :complies true. -:alice9369 :complies true. -:alice9370 :complies true. -:alice9371 :complies true. -:alice9372 :complies true. -:alice9373 :complies true. -:alice9374 :complies true. -:alice9375 :complies true. -:alice9376 :complies true. -:alice9377 :complies true. -:alice9378 :complies true. -:alice9379 :complies true. -:alice9380 :complies true. -:alice9381 :complies true. -:alice9382 :complies true. -:alice9383 :complies true. -:alice9384 :complies true. -:alice9385 :complies true. -:alice9386 :complies true. -:alice9387 :complies true. -:alice9388 :complies true. -:alice9389 :complies true. -:alice9390 :complies true. -:alice9391 :complies true. -:alice9392 :complies true. -:alice9393 :complies true. -:alice9394 :complies true. -:alice9395 :complies true. -:alice9396 :complies true. -:alice9397 :complies true. -:alice9398 :complies true. -:alice9399 :complies true. -:alice9400 :complies true. -:alice9401 :complies true. -:alice9402 :complies true. -:alice9403 :complies true. -:alice9404 :complies true. -:alice9405 :complies true. -:alice9406 :complies true. -:alice9407 :complies true. -:alice9408 :complies true. -:alice9409 :complies true. -:alice9410 :complies true. -:alice9411 :complies true. -:alice9412 :complies true. -:alice9413 :complies true. -:alice9414 :complies true. -:alice9415 :complies true. -:alice9416 :complies true. -:alice9417 :complies true. -:alice9418 :complies true. -:alice9419 :complies true. -:alice9420 :complies true. -:alice9421 :complies true. -:alice9422 :complies true. -:alice9423 :complies true. -:alice9424 :complies true. -:alice9425 :complies true. -:alice9426 :complies true. -:alice9427 :complies true. -:alice9428 :complies true. -:alice9429 :complies true. -:alice9430 :complies true. -:alice9431 :complies true. -:alice9432 :complies true. -:alice9433 :complies true. -:alice9434 :complies true. -:alice9435 :complies true. -:alice9436 :complies true. -:alice9437 :complies true. -:alice9438 :complies true. -:alice9439 :complies true. -:alice9440 :complies true. -:alice9441 :complies true. -:alice9442 :complies true. -:alice9443 :complies true. -:alice9444 :complies true. -:alice9445 :complies true. -:alice9446 :complies true. -:alice9447 :complies true. -:alice9448 :complies true. -:alice9449 :complies true. -:alice9450 :complies true. -:alice9451 :complies true. -:alice9452 :complies true. -:alice9453 :complies true. -:alice9454 :complies true. -:alice9455 :complies true. -:alice9456 :complies true. -:alice9457 :complies true. -:alice9458 :complies true. -:alice9459 :complies true. -:alice9460 :complies true. -:alice9461 :complies true. -:alice9462 :complies true. -:alice9463 :complies true. -:alice9464 :complies true. -:alice9465 :complies true. -:alice9466 :complies true. -:alice9467 :complies true. -:alice9468 :complies true. -:alice9469 :complies true. -:alice9470 :complies true. -:alice9471 :complies true. -:alice9472 :complies true. -:alice9473 :complies true. -:alice9474 :complies true. -:alice9475 :complies true. -:alice9476 :complies true. -:alice9477 :complies true. -:alice9478 :complies true. -:alice9479 :complies true. -:alice9480 :complies true. -:alice9481 :complies true. -:alice9482 :complies true. -:alice9483 :complies true. -:alice9484 :complies true. -:alice9485 :complies true. -:alice9486 :complies true. -:alice9487 :complies true. -:alice9488 :complies true. -:alice9489 :complies true. -:alice9490 :complies true. -:alice9491 :complies true. -:alice9492 :complies true. -:alice9493 :complies true. -:alice9494 :complies true. -:alice9495 :complies true. -:alice9496 :complies true. -:alice9497 :complies true. -:alice9498 :complies true. -:alice9499 :complies true. -:alice9500 :complies true. -:alice9501 :complies true. -:alice9502 :complies true. -:alice9503 :complies true. -:alice9504 :complies true. -:alice9505 :complies true. -:alice9506 :complies true. -:alice9507 :complies true. -:alice9508 :complies true. -:alice9509 :complies true. -:alice9510 :complies true. -:alice9511 :complies true. -:alice9512 :complies true. -:alice9513 :complies true. -:alice9514 :complies true. -:alice9515 :complies true. -:alice9516 :complies true. -:alice9517 :complies true. -:alice9518 :complies true. -:alice9519 :complies true. -:alice9520 :complies true. -:alice9521 :complies true. -:alice9522 :complies true. -:alice9523 :complies true. -:alice9524 :complies true. -:alice9525 :complies true. -:alice9526 :complies true. -:alice9527 :complies true. -:alice9528 :complies true. -:alice9529 :complies true. -:alice9530 :complies true. -:alice9531 :complies true. -:alice9532 :complies true. -:alice9533 :complies true. -:alice9534 :complies true. -:alice9535 :complies true. -:alice9536 :complies true. -:alice9537 :complies true. -:alice9538 :complies true. -:alice9539 :complies true. -:alice9540 :complies true. -:alice9541 :complies true. -:alice9542 :complies true. -:alice9543 :complies true. -:alice9544 :complies true. -:alice9545 :complies true. -:alice9546 :complies true. -:alice9547 :complies true. -:alice9548 :complies true. -:alice9549 :complies true. -:alice9550 :complies true. -:alice9551 :complies true. -:alice9552 :complies true. -:alice9553 :complies true. -:alice9554 :complies true. -:alice9555 :complies true. -:alice9556 :complies true. -:alice9557 :complies true. -:alice9558 :complies true. -:alice9559 :complies true. -:alice9560 :complies true. -:alice9561 :complies true. -:alice9562 :complies true. -:alice9563 :complies true. -:alice9564 :complies true. -:alice9565 :complies true. -:alice9566 :complies true. -:alice9567 :complies true. -:alice9568 :complies true. -:alice9569 :complies true. -:alice9570 :complies true. -:alice9571 :complies true. -:alice9572 :complies true. -:alice9573 :complies true. -:alice9574 :complies true. -:alice9575 :complies true. -:alice9576 :complies true. -:alice9577 :complies true. -:alice9578 :complies true. -:alice9579 :complies true. -:alice9580 :complies true. -:alice9581 :complies true. -:alice9582 :complies true. -:alice9583 :complies true. -:alice9584 :complies true. -:alice9585 :complies true. -:alice9586 :complies true. -:alice9587 :complies true. -:alice9588 :complies true. -:alice9589 :complies true. -:alice9590 :complies true. -:alice9591 :complies true. -:alice9592 :complies true. -:alice9593 :complies true. -:alice9594 :complies true. -:alice9595 :complies true. -:alice9596 :complies true. -:alice9597 :complies true. -:alice9598 :complies true. -:alice9599 :complies true. -:alice9600 :complies true. -:alice9601 :complies true. -:alice9602 :complies true. -:alice9603 :complies true. -:alice9604 :complies true. -:alice9605 :complies true. -:alice9606 :complies true. -:alice9607 :complies true. -:alice9608 :complies true. -:alice9609 :complies true. -:alice9610 :complies true. -:alice9611 :complies true. -:alice9612 :complies true. -:alice9613 :complies true. -:alice9614 :complies true. -:alice9615 :complies true. -:alice9616 :complies true. -:alice9617 :complies true. -:alice9618 :complies true. -:alice9619 :complies true. -:alice9620 :complies true. -:alice9621 :complies true. -:alice9622 :complies true. -:alice9623 :complies true. -:alice9624 :complies true. -:alice9625 :complies true. -:alice9626 :complies true. -:alice9627 :complies true. -:alice9628 :complies true. -:alice9629 :complies true. -:alice9630 :complies true. -:alice9631 :complies true. -:alice9632 :complies true. -:alice9633 :complies true. -:alice9634 :complies true. -:alice9635 :complies true. -:alice9636 :complies true. -:alice9637 :complies true. -:alice9638 :complies true. -:alice9639 :complies true. -:alice9640 :complies true. -:alice9641 :complies true. -:alice9642 :complies true. -:alice9643 :complies true. -:alice9644 :complies true. -:alice9645 :complies true. -:alice9646 :complies true. -:alice9647 :complies true. -:alice9648 :complies true. -:alice9649 :complies true. -:alice9650 :complies true. -:alice9651 :complies true. -:alice9652 :complies true. -:alice9653 :complies true. -:alice9654 :complies true. -:alice9655 :complies true. -:alice9656 :complies true. -:alice9657 :complies true. -:alice9658 :complies true. -:alice9659 :complies true. -:alice9660 :complies true. -:alice9661 :complies true. -:alice9662 :complies true. -:alice9663 :complies true. -:alice9664 :complies true. -:alice9665 :complies true. -:alice9666 :complies true. -:alice9667 :complies true. -:alice9668 :complies true. -:alice9669 :complies true. -:alice9670 :complies true. -:alice9671 :complies true. -:alice9672 :complies true. -:alice9673 :complies true. -:alice9674 :complies true. -:alice9675 :complies true. -:alice9676 :complies true. -:alice9677 :complies true. -:alice9678 :complies true. -:alice9679 :complies true. -:alice9680 :complies true. -:alice9681 :complies true. -:alice9682 :complies true. -:alice9683 :complies true. -:alice9684 :complies true. -:alice9685 :complies true. -:alice9686 :complies true. -:alice9687 :complies true. -:alice9688 :complies true. -:alice9689 :complies true. -:alice9690 :complies true. -:alice9691 :complies true. -:alice9692 :complies true. -:alice9693 :complies true. -:alice9694 :complies true. -:alice9695 :complies true. -:alice9696 :complies true. -:alice9697 :complies true. -:alice9698 :complies true. -:alice9699 :complies true. -:alice9700 :complies true. -:alice9701 :complies true. -:alice9702 :complies true. -:alice9703 :complies true. -:alice9704 :complies true. -:alice9705 :complies true. -:alice9706 :complies true. -:alice9707 :complies true. -:alice9708 :complies true. -:alice9709 :complies true. -:alice9710 :complies true. -:alice9711 :complies true. -:alice9712 :complies true. -:alice9713 :complies true. -:alice9714 :complies true. -:alice9715 :complies true. -:alice9716 :complies true. -:alice9717 :complies true. -:alice9718 :complies true. -:alice9719 :complies true. -:alice9720 :complies true. -:alice9721 :complies true. -:alice9722 :complies true. -:alice9723 :complies true. -:alice9724 :complies true. -:alice9725 :complies true. -:alice9726 :complies true. -:alice9727 :complies true. -:alice9728 :complies true. -:alice9729 :complies true. -:alice9730 :complies true. -:alice9731 :complies true. -:alice9732 :complies true. -:alice9733 :complies true. -:alice9734 :complies true. -:alice9735 :complies true. -:alice9736 :complies true. -:alice9737 :complies true. -:alice9738 :complies true. -:alice9739 :complies true. -:alice9740 :complies true. -:alice9741 :complies true. -:alice9742 :complies true. -:alice9743 :complies true. -:alice9744 :complies true. -:alice9745 :complies true. -:alice9746 :complies true. -:alice9747 :complies true. -:alice9748 :complies true. -:alice9749 :complies true. -:alice9750 :complies true. -:alice9751 :complies true. -:alice9752 :complies true. -:alice9753 :complies true. -:alice9754 :complies true. -:alice9755 :complies true. -:alice9756 :complies true. -:alice9757 :complies true. -:alice9758 :complies true. -:alice9759 :complies true. -:alice9760 :complies true. -:alice9761 :complies true. -:alice9762 :complies true. -:alice9763 :complies true. -:alice9764 :complies true. -:alice9765 :complies true. -:alice9766 :complies true. -:alice9767 :complies true. -:alice9768 :complies true. -:alice9769 :complies true. -:alice9770 :complies true. -:alice9771 :complies true. -:alice9772 :complies true. -:alice9773 :complies true. -:alice9774 :complies true. -:alice9775 :complies true. -:alice9776 :complies true. -:alice9777 :complies true. -:alice9778 :complies true. -:alice9779 :complies true. -:alice9780 :complies true. -:alice9781 :complies true. -:alice9782 :complies true. -:alice9783 :complies true. -:alice9784 :complies true. -:alice9785 :complies true. -:alice9786 :complies true. -:alice9787 :complies true. -:alice9788 :complies true. -:alice9789 :complies true. -:alice9790 :complies true. -:alice9791 :complies true. -:alice9792 :complies true. -:alice9793 :complies true. -:alice9794 :complies true. -:alice9795 :complies true. -:alice9796 :complies true. -:alice9797 :complies true. -:alice9798 :complies true. -:alice9799 :complies true. -:alice9800 :complies true. -:alice9801 :complies true. -:alice9802 :complies true. -:alice9803 :complies true. -:alice9804 :complies true. -:alice9805 :complies true. -:alice9806 :complies true. -:alice9807 :complies true. -:alice9808 :complies true. -:alice9809 :complies true. -:alice9810 :complies true. -:alice9811 :complies true. -:alice9812 :complies true. -:alice9813 :complies true. -:alice9814 :complies true. -:alice9815 :complies true. -:alice9816 :complies true. -:alice9817 :complies true. -:alice9818 :complies true. -:alice9819 :complies true. -:alice9820 :complies true. -:alice9821 :complies true. -:alice9822 :complies true. -:alice9823 :complies true. -:alice9824 :complies true. -:alice9825 :complies true. -:alice9826 :complies true. -:alice9827 :complies true. -:alice9828 :complies true. -:alice9829 :complies true. -:alice9830 :complies true. -:alice9831 :complies true. -:alice9832 :complies true. -:alice9833 :complies true. -:alice9834 :complies true. -:alice9835 :complies true. -:alice9836 :complies true. -:alice9837 :complies true. -:alice9838 :complies true. -:alice9839 :complies true. -:alice9840 :complies true. -:alice9841 :complies true. -:alice9842 :complies true. -:alice9843 :complies true. -:alice9844 :complies true. -:alice9845 :complies true. -:alice9846 :complies true. -:alice9847 :complies true. -:alice9848 :complies true. -:alice9849 :complies true. -:alice9850 :complies true. -:alice9851 :complies true. -:alice9852 :complies true. -:alice9853 :complies true. -:alice9854 :complies true. -:alice9855 :complies true. -:alice9856 :complies true. -:alice9857 :complies true. -:alice9858 :complies true. -:alice9859 :complies true. -:alice9860 :complies true. -:alice9861 :complies true. -:alice9862 :complies true. -:alice9863 :complies true. -:alice9864 :complies true. -:alice9865 :complies true. -:alice9866 :complies true. -:alice9867 :complies true. -:alice9868 :complies true. -:alice9869 :complies true. -:alice9870 :complies true. -:alice9871 :complies true. -:alice9872 :complies true. -:alice9873 :complies true. -:alice9874 :complies true. -:alice9875 :complies true. -:alice9876 :complies true. -:alice9877 :complies true. -:alice9878 :complies true. -:alice9879 :complies true. -:alice9880 :complies true. -:alice9881 :complies true. -:alice9882 :complies true. -:alice9883 :complies true. -:alice9884 :complies true. -:alice9885 :complies true. -:alice9886 :complies true. -:alice9887 :complies true. -:alice9888 :complies true. -:alice9889 :complies true. -:alice9890 :complies true. -:alice9891 :complies true. -:alice9892 :complies true. -:alice9893 :complies true. -:alice9894 :complies true. -:alice9895 :complies true. -:alice9896 :complies true. -:alice9897 :complies true. -:alice9898 :complies true. -:alice9899 :complies true. -:alice9900 :complies true. -:alice9901 :complies true. -:alice9902 :complies true. -:alice9903 :complies true. -:alice9904 :complies true. -:alice9905 :complies true. -:alice9906 :complies true. -:alice9907 :complies true. -:alice9908 :complies true. -:alice9909 :complies true. -:alice9910 :complies true. -:alice9911 :complies true. -:alice9912 :complies true. -:alice9913 :complies true. -:alice9914 :complies true. -:alice9915 :complies true. -:alice9916 :complies true. -:alice9917 :complies true. -:alice9918 :complies true. -:alice9919 :complies true. -:alice9920 :complies true. -:alice9921 :complies true. -:alice9922 :complies true. -:alice9923 :complies true. -:alice9924 :complies true. -:alice9925 :complies true. -:alice9926 :complies true. -:alice9927 :complies true. -:alice9928 :complies true. -:alice9929 :complies true. -:alice9930 :complies true. -:alice9931 :complies true. -:alice9932 :complies true. -:alice9933 :complies true. -:alice9934 :complies true. -:alice9935 :complies true. -:alice9936 :complies true. -:alice9937 :complies true. -:alice9938 :complies true. -:alice9939 :complies true. -:alice9940 :complies true. -:alice9941 :complies true. -:alice9942 :complies true. -:alice9943 :complies true. -:alice9944 :complies true. -:alice9945 :complies true. -:alice9946 :complies true. -:alice9947 :complies true. -:alice9948 :complies true. -:alice9949 :complies true. -:alice9950 :complies true. -:alice9951 :complies true. -:alice9952 :complies true. -:alice9953 :complies true. -:alice9954 :complies true. -:alice9955 :complies true. -:alice9956 :complies true. -:alice9957 :complies true. -:alice9958 :complies true. -:alice9959 :complies true. -:alice9960 :complies true. -:alice9961 :complies true. -:alice9962 :complies true. -:alice9963 :complies true. -:alice9964 :complies true. -:alice9965 :complies true. -:alice9966 :complies true. -:alice9967 :complies true. -:alice9968 :complies true. -:alice9969 :complies true. -:alice9970 :complies true. -:alice9971 :complies true. -:alice9972 :complies true. -:alice9973 :complies true. -:alice9974 :complies true. -:alice9975 :complies true. -:alice9976 :complies true. -:alice9977 :complies true. -:alice9978 :complies true. -:alice9979 :complies true. -:alice9980 :complies true. -:alice9981 :complies true. -:alice9982 :complies true. -:alice9983 :complies true. -:alice9984 :complies true. -:alice9985 :complies true. -:alice9986 :complies true. -:alice9987 :complies true. -:alice9988 :complies true. -:alice9989 :complies true. -:alice9990 :complies true. -:alice9991 :complies true. -:alice9992 :complies true. -:alice9993 :complies true. -:alice9994 :complies true. -:alice9995 :complies true. -:alice9996 :complies true. -:alice9997 :complies true. -:alice9998 :complies true. -:alice9999 :complies true. -:alice10000 :complies true. :carol1 :complies false. :carol2 :complies false. :carol3 :complies false. @@ -25000,5003 +15000,3 @@ :carol4998 :complies false. :carol4999 :complies false. :carol5000 :complies false. -:carol5001 :complies false. -:carol5002 :complies false. -:carol5003 :complies false. -:carol5004 :complies false. -:carol5005 :complies false. -:carol5006 :complies false. -:carol5007 :complies false. -:carol5008 :complies false. -:carol5009 :complies false. -:carol5010 :complies false. -:carol5011 :complies false. -:carol5012 :complies false. -:carol5013 :complies false. -:carol5014 :complies false. -:carol5015 :complies false. -:carol5016 :complies false. -:carol5017 :complies false. -:carol5018 :complies false. -:carol5019 :complies false. -:carol5020 :complies false. -:carol5021 :complies false. -:carol5022 :complies false. -:carol5023 :complies false. -:carol5024 :complies false. -:carol5025 :complies false. -:carol5026 :complies false. -:carol5027 :complies false. -:carol5028 :complies false. -:carol5029 :complies false. -:carol5030 :complies false. -:carol5031 :complies false. -:carol5032 :complies false. -:carol5033 :complies false. -:carol5034 :complies false. -:carol5035 :complies false. -:carol5036 :complies false. -:carol5037 :complies false. -:carol5038 :complies false. -:carol5039 :complies false. -:carol5040 :complies false. -:carol5041 :complies false. -:carol5042 :complies false. -:carol5043 :complies false. -:carol5044 :complies false. -:carol5045 :complies false. -:carol5046 :complies false. -:carol5047 :complies false. -:carol5048 :complies false. -:carol5049 :complies false. -:carol5050 :complies false. -:carol5051 :complies false. -:carol5052 :complies false. -:carol5053 :complies false. -:carol5054 :complies false. -:carol5055 :complies false. -:carol5056 :complies false. -:carol5057 :complies false. -:carol5058 :complies false. -:carol5059 :complies false. -:carol5060 :complies false. -:carol5061 :complies false. -:carol5062 :complies false. -:carol5063 :complies false. -:carol5064 :complies false. -:carol5065 :complies false. -:carol5066 :complies false. -:carol5067 :complies false. -:carol5068 :complies false. -:carol5069 :complies false. -:carol5070 :complies false. -:carol5071 :complies false. -:carol5072 :complies false. -:carol5073 :complies false. -:carol5074 :complies false. -:carol5075 :complies false. -:carol5076 :complies false. -:carol5077 :complies false. -:carol5078 :complies false. -:carol5079 :complies false. -:carol5080 :complies false. -:carol5081 :complies false. -:carol5082 :complies false. -:carol5083 :complies false. -:carol5084 :complies false. -:carol5085 :complies false. -:carol5086 :complies false. -:carol5087 :complies false. -:carol5088 :complies false. -:carol5089 :complies false. -:carol5090 :complies false. -:carol5091 :complies false. -:carol5092 :complies false. -:carol5093 :complies false. -:carol5094 :complies false. -:carol5095 :complies false. -:carol5096 :complies false. -:carol5097 :complies false. -:carol5098 :complies false. -:carol5099 :complies false. -:carol5100 :complies false. -:carol5101 :complies false. -:carol5102 :complies false. -:carol5103 :complies false. -:carol5104 :complies false. -:carol5105 :complies false. -:carol5106 :complies false. -:carol5107 :complies false. -:carol5108 :complies false. -:carol5109 :complies false. -:carol5110 :complies false. -:carol5111 :complies false. -:carol5112 :complies false. -:carol5113 :complies false. -:carol5114 :complies false. -:carol5115 :complies false. -:carol5116 :complies false. -:carol5117 :complies false. -:carol5118 :complies false. -:carol5119 :complies false. -:carol5120 :complies false. -:carol5121 :complies false. -:carol5122 :complies false. -:carol5123 :complies false. -:carol5124 :complies false. -:carol5125 :complies false. -:carol5126 :complies false. -:carol5127 :complies false. -:carol5128 :complies false. -:carol5129 :complies false. -:carol5130 :complies false. -:carol5131 :complies false. -:carol5132 :complies false. -:carol5133 :complies false. -:carol5134 :complies false. -:carol5135 :complies false. -:carol5136 :complies false. -:carol5137 :complies false. -:carol5138 :complies false. -:carol5139 :complies false. -:carol5140 :complies false. -:carol5141 :complies false. -:carol5142 :complies false. -:carol5143 :complies false. -:carol5144 :complies false. -:carol5145 :complies false. -:carol5146 :complies false. -:carol5147 :complies false. -:carol5148 :complies false. -:carol5149 :complies false. -:carol5150 :complies false. -:carol5151 :complies false. -:carol5152 :complies false. -:carol5153 :complies false. -:carol5154 :complies false. -:carol5155 :complies false. -:carol5156 :complies false. -:carol5157 :complies false. -:carol5158 :complies false. -:carol5159 :complies false. -:carol5160 :complies false. -:carol5161 :complies false. -:carol5162 :complies false. -:carol5163 :complies false. -:carol5164 :complies false. -:carol5165 :complies false. -:carol5166 :complies false. -:carol5167 :complies false. -:carol5168 :complies false. -:carol5169 :complies false. -:carol5170 :complies false. -:carol5171 :complies false. -:carol5172 :complies false. -:carol5173 :complies false. -:carol5174 :complies false. -:carol5175 :complies false. -:carol5176 :complies false. -:carol5177 :complies false. -:carol5178 :complies false. -:carol5179 :complies false. -:carol5180 :complies false. -:carol5181 :complies false. -:carol5182 :complies false. -:carol5183 :complies false. -:carol5184 :complies false. -:carol5185 :complies false. -:carol5186 :complies false. -:carol5187 :complies false. -:carol5188 :complies false. -:carol5189 :complies false. -:carol5190 :complies false. -:carol5191 :complies false. -:carol5192 :complies false. -:carol5193 :complies false. -:carol5194 :complies false. -:carol5195 :complies false. -:carol5196 :complies false. -:carol5197 :complies false. -:carol5198 :complies false. -:carol5199 :complies false. -:carol5200 :complies false. -:carol5201 :complies false. -:carol5202 :complies false. -:carol5203 :complies false. -:carol5204 :complies false. -:carol5205 :complies false. -:carol5206 :complies false. -:carol5207 :complies false. -:carol5208 :complies false. -:carol5209 :complies false. -:carol5210 :complies false. -:carol5211 :complies false. -:carol5212 :complies false. -:carol5213 :complies false. -:carol5214 :complies false. -:carol5215 :complies false. -:carol5216 :complies false. -:carol5217 :complies false. -:carol5218 :complies false. -:carol5219 :complies false. -:carol5220 :complies false. -:carol5221 :complies false. -:carol5222 :complies false. -:carol5223 :complies false. -:carol5224 :complies false. -:carol5225 :complies false. -:carol5226 :complies false. -:carol5227 :complies false. -:carol5228 :complies false. -:carol5229 :complies false. -:carol5230 :complies false. -:carol5231 :complies false. -:carol5232 :complies false. -:carol5233 :complies false. -:carol5234 :complies false. -:carol5235 :complies false. -:carol5236 :complies false. -:carol5237 :complies false. -:carol5238 :complies false. -:carol5239 :complies false. -:carol5240 :complies false. -:carol5241 :complies false. -:carol5242 :complies false. -:carol5243 :complies false. -:carol5244 :complies false. -:carol5245 :complies false. -:carol5246 :complies false. -:carol5247 :complies false. -:carol5248 :complies false. -:carol5249 :complies false. -:carol5250 :complies false. -:carol5251 :complies false. -:carol5252 :complies false. -:carol5253 :complies false. -:carol5254 :complies false. -:carol5255 :complies false. -:carol5256 :complies false. -:carol5257 :complies false. -:carol5258 :complies false. -:carol5259 :complies false. -:carol5260 :complies false. -:carol5261 :complies false. -:carol5262 :complies false. -:carol5263 :complies false. -:carol5264 :complies false. -:carol5265 :complies false. -:carol5266 :complies false. -:carol5267 :complies false. -:carol5268 :complies false. -:carol5269 :complies false. -:carol5270 :complies false. -:carol5271 :complies false. -:carol5272 :complies false. -:carol5273 :complies false. -:carol5274 :complies false. -:carol5275 :complies false. -:carol5276 :complies false. -:carol5277 :complies false. -:carol5278 :complies false. -:carol5279 :complies false. -:carol5280 :complies false. -:carol5281 :complies false. -:carol5282 :complies false. -:carol5283 :complies false. -:carol5284 :complies false. -:carol5285 :complies false. -:carol5286 :complies false. -:carol5287 :complies false. -:carol5288 :complies false. -:carol5289 :complies false. -:carol5290 :complies false. -:carol5291 :complies false. -:carol5292 :complies false. -:carol5293 :complies false. -:carol5294 :complies false. -:carol5295 :complies false. -:carol5296 :complies false. -:carol5297 :complies false. -:carol5298 :complies false. -:carol5299 :complies false. -:carol5300 :complies false. -:carol5301 :complies false. -:carol5302 :complies false. -:carol5303 :complies false. -:carol5304 :complies false. -:carol5305 :complies false. -:carol5306 :complies false. -:carol5307 :complies false. -:carol5308 :complies false. -:carol5309 :complies false. -:carol5310 :complies false. -:carol5311 :complies false. -:carol5312 :complies false. -:carol5313 :complies false. -:carol5314 :complies false. -:carol5315 :complies false. -:carol5316 :complies false. -:carol5317 :complies false. -:carol5318 :complies false. -:carol5319 :complies false. -:carol5320 :complies false. -:carol5321 :complies false. -:carol5322 :complies false. -:carol5323 :complies false. -:carol5324 :complies false. -:carol5325 :complies false. -:carol5326 :complies false. -:carol5327 :complies false. -:carol5328 :complies false. -:carol5329 :complies false. -:carol5330 :complies false. -:carol5331 :complies false. -:carol5332 :complies false. -:carol5333 :complies false. -:carol5334 :complies false. -:carol5335 :complies false. -:carol5336 :complies false. -:carol5337 :complies false. -:carol5338 :complies false. -:carol5339 :complies false. -:carol5340 :complies false. -:carol5341 :complies false. -:carol5342 :complies false. -:carol5343 :complies false. -:carol5344 :complies false. -:carol5345 :complies false. -:carol5346 :complies false. -:carol5347 :complies false. -:carol5348 :complies false. -:carol5349 :complies false. -:carol5350 :complies false. -:carol5351 :complies false. -:carol5352 :complies false. -:carol5353 :complies false. -:carol5354 :complies false. -:carol5355 :complies false. -:carol5356 :complies false. -:carol5357 :complies false. -:carol5358 :complies false. -:carol5359 :complies false. -:carol5360 :complies false. -:carol5361 :complies false. -:carol5362 :complies false. -:carol5363 :complies false. -:carol5364 :complies false. -:carol5365 :complies false. -:carol5366 :complies false. -:carol5367 :complies false. -:carol5368 :complies false. -:carol5369 :complies false. -:carol5370 :complies false. -:carol5371 :complies false. -:carol5372 :complies false. -:carol5373 :complies false. -:carol5374 :complies false. -:carol5375 :complies false. -:carol5376 :complies false. -:carol5377 :complies false. -:carol5378 :complies false. -:carol5379 :complies false. -:carol5380 :complies false. -:carol5381 :complies false. -:carol5382 :complies false. -:carol5383 :complies false. -:carol5384 :complies false. -:carol5385 :complies false. -:carol5386 :complies false. -:carol5387 :complies false. -:carol5388 :complies false. -:carol5389 :complies false. -:carol5390 :complies false. -:carol5391 :complies false. -:carol5392 :complies false. -:carol5393 :complies false. -:carol5394 :complies false. -:carol5395 :complies false. -:carol5396 :complies false. -:carol5397 :complies false. -:carol5398 :complies false. -:carol5399 :complies false. -:carol5400 :complies false. -:carol5401 :complies false. -:carol5402 :complies false. -:carol5403 :complies false. -:carol5404 :complies false. -:carol5405 :complies false. -:carol5406 :complies false. -:carol5407 :complies false. -:carol5408 :complies false. -:carol5409 :complies false. -:carol5410 :complies false. -:carol5411 :complies false. -:carol5412 :complies false. -:carol5413 :complies false. -:carol5414 :complies false. -:carol5415 :complies false. -:carol5416 :complies false. -:carol5417 :complies false. -:carol5418 :complies false. -:carol5419 :complies false. -:carol5420 :complies false. -:carol5421 :complies false. -:carol5422 :complies false. -:carol5423 :complies false. -:carol5424 :complies false. -:carol5425 :complies false. -:carol5426 :complies false. -:carol5427 :complies false. -:carol5428 :complies false. -:carol5429 :complies false. -:carol5430 :complies false. -:carol5431 :complies false. -:carol5432 :complies false. -:carol5433 :complies false. -:carol5434 :complies false. -:carol5435 :complies false. -:carol5436 :complies false. -:carol5437 :complies false. -:carol5438 :complies false. -:carol5439 :complies false. -:carol5440 :complies false. -:carol5441 :complies false. -:carol5442 :complies false. -:carol5443 :complies false. -:carol5444 :complies false. -:carol5445 :complies false. -:carol5446 :complies false. -:carol5447 :complies false. -:carol5448 :complies false. -:carol5449 :complies false. -:carol5450 :complies false. -:carol5451 :complies false. -:carol5452 :complies false. -:carol5453 :complies false. -:carol5454 :complies false. -:carol5455 :complies false. -:carol5456 :complies false. -:carol5457 :complies false. -:carol5458 :complies false. -:carol5459 :complies false. -:carol5460 :complies false. -:carol5461 :complies false. -:carol5462 :complies false. -:carol5463 :complies false. -:carol5464 :complies false. -:carol5465 :complies false. -:carol5466 :complies false. -:carol5467 :complies false. -:carol5468 :complies false. -:carol5469 :complies false. -:carol5470 :complies false. -:carol5471 :complies false. -:carol5472 :complies false. -:carol5473 :complies false. -:carol5474 :complies false. -:carol5475 :complies false. -:carol5476 :complies false. -:carol5477 :complies false. -:carol5478 :complies false. -:carol5479 :complies false. -:carol5480 :complies false. -:carol5481 :complies false. -:carol5482 :complies false. -:carol5483 :complies false. -:carol5484 :complies false. -:carol5485 :complies false. -:carol5486 :complies false. -:carol5487 :complies false. -:carol5488 :complies false. -:carol5489 :complies false. -:carol5490 :complies false. -:carol5491 :complies false. -:carol5492 :complies false. -:carol5493 :complies false. -:carol5494 :complies false. -:carol5495 :complies false. -:carol5496 :complies false. -:carol5497 :complies false. -:carol5498 :complies false. -:carol5499 :complies false. -:carol5500 :complies false. -:carol5501 :complies false. -:carol5502 :complies false. -:carol5503 :complies false. -:carol5504 :complies false. -:carol5505 :complies false. -:carol5506 :complies false. -:carol5507 :complies false. -:carol5508 :complies false. -:carol5509 :complies false. -:carol5510 :complies false. -:carol5511 :complies false. -:carol5512 :complies false. -:carol5513 :complies false. -:carol5514 :complies false. -:carol5515 :complies false. -:carol5516 :complies false. -:carol5517 :complies false. -:carol5518 :complies false. -:carol5519 :complies false. -:carol5520 :complies false. -:carol5521 :complies false. -:carol5522 :complies false. -:carol5523 :complies false. -:carol5524 :complies false. -:carol5525 :complies false. -:carol5526 :complies false. -:carol5527 :complies false. -:carol5528 :complies false. -:carol5529 :complies false. -:carol5530 :complies false. -:carol5531 :complies false. -:carol5532 :complies false. -:carol5533 :complies false. -:carol5534 :complies false. -:carol5535 :complies false. -:carol5536 :complies false. -:carol5537 :complies false. -:carol5538 :complies false. -:carol5539 :complies false. -:carol5540 :complies false. -:carol5541 :complies false. -:carol5542 :complies false. -:carol5543 :complies false. -:carol5544 :complies false. -:carol5545 :complies false. -:carol5546 :complies false. -:carol5547 :complies false. -:carol5548 :complies false. -:carol5549 :complies false. -:carol5550 :complies false. -:carol5551 :complies false. -:carol5552 :complies false. -:carol5553 :complies false. -:carol5554 :complies false. -:carol5555 :complies false. -:carol5556 :complies false. -:carol5557 :complies false. -:carol5558 :complies false. -:carol5559 :complies false. -:carol5560 :complies false. -:carol5561 :complies false. -:carol5562 :complies false. -:carol5563 :complies false. -:carol5564 :complies false. -:carol5565 :complies false. -:carol5566 :complies false. -:carol5567 :complies false. -:carol5568 :complies false. -:carol5569 :complies false. -:carol5570 :complies false. -:carol5571 :complies false. -:carol5572 :complies false. -:carol5573 :complies false. -:carol5574 :complies false. -:carol5575 :complies false. -:carol5576 :complies false. -:carol5577 :complies false. -:carol5578 :complies false. -:carol5579 :complies false. -:carol5580 :complies false. -:carol5581 :complies false. -:carol5582 :complies false. -:carol5583 :complies false. -:carol5584 :complies false. -:carol5585 :complies false. -:carol5586 :complies false. -:carol5587 :complies false. -:carol5588 :complies false. -:carol5589 :complies false. -:carol5590 :complies false. -:carol5591 :complies false. -:carol5592 :complies false. -:carol5593 :complies false. -:carol5594 :complies false. -:carol5595 :complies false. -:carol5596 :complies false. -:carol5597 :complies false. -:carol5598 :complies false. -:carol5599 :complies false. -:carol5600 :complies false. -:carol5601 :complies false. -:carol5602 :complies false. -:carol5603 :complies false. -:carol5604 :complies false. -:carol5605 :complies false. -:carol5606 :complies false. -:carol5607 :complies false. -:carol5608 :complies false. -:carol5609 :complies false. -:carol5610 :complies false. -:carol5611 :complies false. -:carol5612 :complies false. -:carol5613 :complies false. -:carol5614 :complies false. -:carol5615 :complies false. -:carol5616 :complies false. -:carol5617 :complies false. -:carol5618 :complies false. -:carol5619 :complies false. -:carol5620 :complies false. -:carol5621 :complies false. -:carol5622 :complies false. -:carol5623 :complies false. -:carol5624 :complies false. -:carol5625 :complies false. -:carol5626 :complies false. -:carol5627 :complies false. -:carol5628 :complies false. -:carol5629 :complies false. -:carol5630 :complies false. -:carol5631 :complies false. -:carol5632 :complies false. -:carol5633 :complies false. -:carol5634 :complies false. -:carol5635 :complies false. -:carol5636 :complies false. -:carol5637 :complies false. -:carol5638 :complies false. -:carol5639 :complies false. -:carol5640 :complies false. -:carol5641 :complies false. -:carol5642 :complies false. -:carol5643 :complies false. -:carol5644 :complies false. -:carol5645 :complies false. -:carol5646 :complies false. -:carol5647 :complies false. -:carol5648 :complies false. -:carol5649 :complies false. -:carol5650 :complies false. -:carol5651 :complies false. -:carol5652 :complies false. -:carol5653 :complies false. -:carol5654 :complies false. -:carol5655 :complies false. -:carol5656 :complies false. -:carol5657 :complies false. -:carol5658 :complies false. -:carol5659 :complies false. -:carol5660 :complies false. -:carol5661 :complies false. -:carol5662 :complies false. -:carol5663 :complies false. -:carol5664 :complies false. -:carol5665 :complies false. -:carol5666 :complies false. -:carol5667 :complies false. -:carol5668 :complies false. -:carol5669 :complies false. -:carol5670 :complies false. -:carol5671 :complies false. -:carol5672 :complies false. -:carol5673 :complies false. -:carol5674 :complies false. -:carol5675 :complies false. -:carol5676 :complies false. -:carol5677 :complies false. -:carol5678 :complies false. -:carol5679 :complies false. -:carol5680 :complies false. -:carol5681 :complies false. -:carol5682 :complies false. -:carol5683 :complies false. -:carol5684 :complies false. -:carol5685 :complies false. -:carol5686 :complies false. -:carol5687 :complies false. -:carol5688 :complies false. -:carol5689 :complies false. -:carol5690 :complies false. -:carol5691 :complies false. -:carol5692 :complies false. -:carol5693 :complies false. -:carol5694 :complies false. -:carol5695 :complies false. -:carol5696 :complies false. -:carol5697 :complies false. -:carol5698 :complies false. -:carol5699 :complies false. -:carol5700 :complies false. -:carol5701 :complies false. -:carol5702 :complies false. -:carol5703 :complies false. -:carol5704 :complies false. -:carol5705 :complies false. -:carol5706 :complies false. -:carol5707 :complies false. -:carol5708 :complies false. -:carol5709 :complies false. -:carol5710 :complies false. -:carol5711 :complies false. -:carol5712 :complies false. -:carol5713 :complies false. -:carol5714 :complies false. -:carol5715 :complies false. -:carol5716 :complies false. -:carol5717 :complies false. -:carol5718 :complies false. -:carol5719 :complies false. -:carol5720 :complies false. -:carol5721 :complies false. -:carol5722 :complies false. -:carol5723 :complies false. -:carol5724 :complies false. -:carol5725 :complies false. -:carol5726 :complies false. -:carol5727 :complies false. -:carol5728 :complies false. -:carol5729 :complies false. -:carol5730 :complies false. -:carol5731 :complies false. -:carol5732 :complies false. -:carol5733 :complies false. -:carol5734 :complies false. -:carol5735 :complies false. -:carol5736 :complies false. -:carol5737 :complies false. -:carol5738 :complies false. -:carol5739 :complies false. -:carol5740 :complies false. -:carol5741 :complies false. -:carol5742 :complies false. -:carol5743 :complies false. -:carol5744 :complies false. -:carol5745 :complies false. -:carol5746 :complies false. -:carol5747 :complies false. -:carol5748 :complies false. -:carol5749 :complies false. -:carol5750 :complies false. -:carol5751 :complies false. -:carol5752 :complies false. -:carol5753 :complies false. -:carol5754 :complies false. -:carol5755 :complies false. -:carol5756 :complies false. -:carol5757 :complies false. -:carol5758 :complies false. -:carol5759 :complies false. -:carol5760 :complies false. -:carol5761 :complies false. -:carol5762 :complies false. -:carol5763 :complies false. -:carol5764 :complies false. -:carol5765 :complies false. -:carol5766 :complies false. -:carol5767 :complies false. -:carol5768 :complies false. -:carol5769 :complies false. -:carol5770 :complies false. -:carol5771 :complies false. -:carol5772 :complies false. -:carol5773 :complies false. -:carol5774 :complies false. -:carol5775 :complies false. -:carol5776 :complies false. -:carol5777 :complies false. -:carol5778 :complies false. -:carol5779 :complies false. -:carol5780 :complies false. -:carol5781 :complies false. -:carol5782 :complies false. -:carol5783 :complies false. -:carol5784 :complies false. -:carol5785 :complies false. -:carol5786 :complies false. -:carol5787 :complies false. -:carol5788 :complies false. -:carol5789 :complies false. -:carol5790 :complies false. -:carol5791 :complies false. -:carol5792 :complies false. -:carol5793 :complies false. -:carol5794 :complies false. -:carol5795 :complies false. -:carol5796 :complies false. -:carol5797 :complies false. -:carol5798 :complies false. -:carol5799 :complies false. -:carol5800 :complies false. -:carol5801 :complies false. -:carol5802 :complies false. -:carol5803 :complies false. -:carol5804 :complies false. -:carol5805 :complies false. -:carol5806 :complies false. -:carol5807 :complies false. -:carol5808 :complies false. -:carol5809 :complies false. -:carol5810 :complies false. -:carol5811 :complies false. -:carol5812 :complies false. -:carol5813 :complies false. -:carol5814 :complies false. -:carol5815 :complies false. -:carol5816 :complies false. -:carol5817 :complies false. -:carol5818 :complies false. -:carol5819 :complies false. -:carol5820 :complies false. -:carol5821 :complies false. -:carol5822 :complies false. -:carol5823 :complies false. -:carol5824 :complies false. -:carol5825 :complies false. -:carol5826 :complies false. -:carol5827 :complies false. -:carol5828 :complies false. -:carol5829 :complies false. -:carol5830 :complies false. -:carol5831 :complies false. -:carol5832 :complies false. -:carol5833 :complies false. -:carol5834 :complies false. -:carol5835 :complies false. -:carol5836 :complies false. -:carol5837 :complies false. -:carol5838 :complies false. -:carol5839 :complies false. -:carol5840 :complies false. -:carol5841 :complies false. -:carol5842 :complies false. -:carol5843 :complies false. -:carol5844 :complies false. -:carol5845 :complies false. -:carol5846 :complies false. -:carol5847 :complies false. -:carol5848 :complies false. -:carol5849 :complies false. -:carol5850 :complies false. -:carol5851 :complies false. -:carol5852 :complies false. -:carol5853 :complies false. -:carol5854 :complies false. -:carol5855 :complies false. -:carol5856 :complies false. -:carol5857 :complies false. -:carol5858 :complies false. -:carol5859 :complies false. -:carol5860 :complies false. -:carol5861 :complies false. -:carol5862 :complies false. -:carol5863 :complies false. -:carol5864 :complies false. -:carol5865 :complies false. -:carol5866 :complies false. -:carol5867 :complies false. -:carol5868 :complies false. -:carol5869 :complies false. -:carol5870 :complies false. -:carol5871 :complies false. -:carol5872 :complies false. -:carol5873 :complies false. -:carol5874 :complies false. -:carol5875 :complies false. -:carol5876 :complies false. -:carol5877 :complies false. -:carol5878 :complies false. -:carol5879 :complies false. -:carol5880 :complies false. -:carol5881 :complies false. -:carol5882 :complies false. -:carol5883 :complies false. -:carol5884 :complies false. -:carol5885 :complies false. -:carol5886 :complies false. -:carol5887 :complies false. -:carol5888 :complies false. -:carol5889 :complies false. -:carol5890 :complies false. -:carol5891 :complies false. -:carol5892 :complies false. -:carol5893 :complies false. -:carol5894 :complies false. -:carol5895 :complies false. -:carol5896 :complies false. -:carol5897 :complies false. -:carol5898 :complies false. -:carol5899 :complies false. -:carol5900 :complies false. -:carol5901 :complies false. -:carol5902 :complies false. -:carol5903 :complies false. -:carol5904 :complies false. -:carol5905 :complies false. -:carol5906 :complies false. -:carol5907 :complies false. -:carol5908 :complies false. -:carol5909 :complies false. -:carol5910 :complies false. -:carol5911 :complies false. -:carol5912 :complies false. -:carol5913 :complies false. -:carol5914 :complies false. -:carol5915 :complies false. -:carol5916 :complies false. -:carol5917 :complies false. -:carol5918 :complies false. -:carol5919 :complies false. -:carol5920 :complies false. -:carol5921 :complies false. -:carol5922 :complies false. -:carol5923 :complies false. -:carol5924 :complies false. -:carol5925 :complies false. -:carol5926 :complies false. -:carol5927 :complies false. -:carol5928 :complies false. -:carol5929 :complies false. -:carol5930 :complies false. -:carol5931 :complies false. -:carol5932 :complies false. -:carol5933 :complies false. -:carol5934 :complies false. -:carol5935 :complies false. -:carol5936 :complies false. -:carol5937 :complies false. -:carol5938 :complies false. -:carol5939 :complies false. -:carol5940 :complies false. -:carol5941 :complies false. -:carol5942 :complies false. -:carol5943 :complies false. -:carol5944 :complies false. -:carol5945 :complies false. -:carol5946 :complies false. -:carol5947 :complies false. -:carol5948 :complies false. -:carol5949 :complies false. -:carol5950 :complies false. -:carol5951 :complies false. -:carol5952 :complies false. -:carol5953 :complies false. -:carol5954 :complies false. -:carol5955 :complies false. -:carol5956 :complies false. -:carol5957 :complies false. -:carol5958 :complies false. -:carol5959 :complies false. -:carol5960 :complies false. -:carol5961 :complies false. -:carol5962 :complies false. -:carol5963 :complies false. -:carol5964 :complies false. -:carol5965 :complies false. -:carol5966 :complies false. -:carol5967 :complies false. -:carol5968 :complies false. -:carol5969 :complies false. -:carol5970 :complies false. -:carol5971 :complies false. -:carol5972 :complies false. -:carol5973 :complies false. -:carol5974 :complies false. -:carol5975 :complies false. -:carol5976 :complies false. -:carol5977 :complies false. -:carol5978 :complies false. -:carol5979 :complies false. -:carol5980 :complies false. -:carol5981 :complies false. -:carol5982 :complies false. -:carol5983 :complies false. -:carol5984 :complies false. -:carol5985 :complies false. -:carol5986 :complies false. -:carol5987 :complies false. -:carol5988 :complies false. -:carol5989 :complies false. -:carol5990 :complies false. -:carol5991 :complies false. -:carol5992 :complies false. -:carol5993 :complies false. -:carol5994 :complies false. -:carol5995 :complies false. -:carol5996 :complies false. -:carol5997 :complies false. -:carol5998 :complies false. -:carol5999 :complies false. -:carol6000 :complies false. -:carol6001 :complies false. -:carol6002 :complies false. -:carol6003 :complies false. -:carol6004 :complies false. -:carol6005 :complies false. -:carol6006 :complies false. -:carol6007 :complies false. -:carol6008 :complies false. -:carol6009 :complies false. -:carol6010 :complies false. -:carol6011 :complies false. -:carol6012 :complies false. -:carol6013 :complies false. -:carol6014 :complies false. -:carol6015 :complies false. -:carol6016 :complies false. -:carol6017 :complies false. -:carol6018 :complies false. -:carol6019 :complies false. -:carol6020 :complies false. -:carol6021 :complies false. -:carol6022 :complies false. -:carol6023 :complies false. -:carol6024 :complies false. -:carol6025 :complies false. -:carol6026 :complies false. -:carol6027 :complies false. -:carol6028 :complies false. -:carol6029 :complies false. -:carol6030 :complies false. -:carol6031 :complies false. -:carol6032 :complies false. -:carol6033 :complies false. -:carol6034 :complies false. -:carol6035 :complies false. -:carol6036 :complies false. -:carol6037 :complies false. -:carol6038 :complies false. -:carol6039 :complies false. -:carol6040 :complies false. -:carol6041 :complies false. -:carol6042 :complies false. -:carol6043 :complies false. -:carol6044 :complies false. -:carol6045 :complies false. -:carol6046 :complies false. -:carol6047 :complies false. -:carol6048 :complies false. -:carol6049 :complies false. -:carol6050 :complies false. -:carol6051 :complies false. -:carol6052 :complies false. -:carol6053 :complies false. -:carol6054 :complies false. -:carol6055 :complies false. -:carol6056 :complies false. -:carol6057 :complies false. -:carol6058 :complies false. -:carol6059 :complies false. -:carol6060 :complies false. -:carol6061 :complies false. -:carol6062 :complies false. -:carol6063 :complies false. -:carol6064 :complies false. -:carol6065 :complies false. -:carol6066 :complies false. -:carol6067 :complies false. -:carol6068 :complies false. -:carol6069 :complies false. -:carol6070 :complies false. -:carol6071 :complies false. -:carol6072 :complies false. -:carol6073 :complies false. -:carol6074 :complies false. -:carol6075 :complies false. -:carol6076 :complies false. -:carol6077 :complies false. -:carol6078 :complies false. -:carol6079 :complies false. -:carol6080 :complies false. -:carol6081 :complies false. -:carol6082 :complies false. -:carol6083 :complies false. -:carol6084 :complies false. -:carol6085 :complies false. -:carol6086 :complies false. -:carol6087 :complies false. -:carol6088 :complies false. -:carol6089 :complies false. -:carol6090 :complies false. -:carol6091 :complies false. -:carol6092 :complies false. -:carol6093 :complies false. -:carol6094 :complies false. -:carol6095 :complies false. -:carol6096 :complies false. -:carol6097 :complies false. -:carol6098 :complies false. -:carol6099 :complies false. -:carol6100 :complies false. -:carol6101 :complies false. -:carol6102 :complies false. -:carol6103 :complies false. -:carol6104 :complies false. -:carol6105 :complies false. -:carol6106 :complies false. -:carol6107 :complies false. -:carol6108 :complies false. -:carol6109 :complies false. -:carol6110 :complies false. -:carol6111 :complies false. -:carol6112 :complies false. -:carol6113 :complies false. -:carol6114 :complies false. -:carol6115 :complies false. -:carol6116 :complies false. -:carol6117 :complies false. -:carol6118 :complies false. -:carol6119 :complies false. -:carol6120 :complies false. -:carol6121 :complies false. -:carol6122 :complies false. -:carol6123 :complies false. -:carol6124 :complies false. -:carol6125 :complies false. -:carol6126 :complies false. -:carol6127 :complies false. -:carol6128 :complies false. -:carol6129 :complies false. -:carol6130 :complies false. -:carol6131 :complies false. -:carol6132 :complies false. -:carol6133 :complies false. -:carol6134 :complies false. -:carol6135 :complies false. -:carol6136 :complies false. -:carol6137 :complies false. -:carol6138 :complies false. -:carol6139 :complies false. -:carol6140 :complies false. -:carol6141 :complies false. -:carol6142 :complies false. -:carol6143 :complies false. -:carol6144 :complies false. -:carol6145 :complies false. -:carol6146 :complies false. -:carol6147 :complies false. -:carol6148 :complies false. -:carol6149 :complies false. -:carol6150 :complies false. -:carol6151 :complies false. -:carol6152 :complies false. -:carol6153 :complies false. -:carol6154 :complies false. -:carol6155 :complies false. -:carol6156 :complies false. -:carol6157 :complies false. -:carol6158 :complies false. -:carol6159 :complies false. -:carol6160 :complies false. -:carol6161 :complies false. -:carol6162 :complies false. -:carol6163 :complies false. -:carol6164 :complies false. -:carol6165 :complies false. -:carol6166 :complies false. -:carol6167 :complies false. -:carol6168 :complies false. -:carol6169 :complies false. -:carol6170 :complies false. -:carol6171 :complies false. -:carol6172 :complies false. -:carol6173 :complies false. -:carol6174 :complies false. -:carol6175 :complies false. -:carol6176 :complies false. -:carol6177 :complies false. -:carol6178 :complies false. -:carol6179 :complies false. -:carol6180 :complies false. -:carol6181 :complies false. -:carol6182 :complies false. -:carol6183 :complies false. -:carol6184 :complies false. -:carol6185 :complies false. -:carol6186 :complies false. -:carol6187 :complies false. -:carol6188 :complies false. -:carol6189 :complies false. -:carol6190 :complies false. -:carol6191 :complies false. -:carol6192 :complies false. -:carol6193 :complies false. -:carol6194 :complies false. -:carol6195 :complies false. -:carol6196 :complies false. -:carol6197 :complies false. -:carol6198 :complies false. -:carol6199 :complies false. -:carol6200 :complies false. -:carol6201 :complies false. -:carol6202 :complies false. -:carol6203 :complies false. -:carol6204 :complies false. -:carol6205 :complies false. -:carol6206 :complies false. -:carol6207 :complies false. -:carol6208 :complies false. -:carol6209 :complies false. -:carol6210 :complies false. -:carol6211 :complies false. -:carol6212 :complies false. -:carol6213 :complies false. -:carol6214 :complies false. -:carol6215 :complies false. -:carol6216 :complies false. -:carol6217 :complies false. -:carol6218 :complies false. -:carol6219 :complies false. -:carol6220 :complies false. -:carol6221 :complies false. -:carol6222 :complies false. -:carol6223 :complies false. -:carol6224 :complies false. -:carol6225 :complies false. -:carol6226 :complies false. -:carol6227 :complies false. -:carol6228 :complies false. -:carol6229 :complies false. -:carol6230 :complies false. -:carol6231 :complies false. -:carol6232 :complies false. -:carol6233 :complies false. -:carol6234 :complies false. -:carol6235 :complies false. -:carol6236 :complies false. -:carol6237 :complies false. -:carol6238 :complies false. -:carol6239 :complies false. -:carol6240 :complies false. -:carol6241 :complies false. -:carol6242 :complies false. -:carol6243 :complies false. -:carol6244 :complies false. -:carol6245 :complies false. -:carol6246 :complies false. -:carol6247 :complies false. -:carol6248 :complies false. -:carol6249 :complies false. -:carol6250 :complies false. -:carol6251 :complies false. -:carol6252 :complies false. -:carol6253 :complies false. -:carol6254 :complies false. -:carol6255 :complies false. -:carol6256 :complies false. -:carol6257 :complies false. -:carol6258 :complies false. -:carol6259 :complies false. -:carol6260 :complies false. -:carol6261 :complies false. -:carol6262 :complies false. -:carol6263 :complies false. -:carol6264 :complies false. -:carol6265 :complies false. -:carol6266 :complies false. -:carol6267 :complies false. -:carol6268 :complies false. -:carol6269 :complies false. -:carol6270 :complies false. -:carol6271 :complies false. -:carol6272 :complies false. -:carol6273 :complies false. -:carol6274 :complies false. -:carol6275 :complies false. -:carol6276 :complies false. -:carol6277 :complies false. -:carol6278 :complies false. -:carol6279 :complies false. -:carol6280 :complies false. -:carol6281 :complies false. -:carol6282 :complies false. -:carol6283 :complies false. -:carol6284 :complies false. -:carol6285 :complies false. -:carol6286 :complies false. -:carol6287 :complies false. -:carol6288 :complies false. -:carol6289 :complies false. -:carol6290 :complies false. -:carol6291 :complies false. -:carol6292 :complies false. -:carol6293 :complies false. -:carol6294 :complies false. -:carol6295 :complies false. -:carol6296 :complies false. -:carol6297 :complies false. -:carol6298 :complies false. -:carol6299 :complies false. -:carol6300 :complies false. -:carol6301 :complies false. -:carol6302 :complies false. -:carol6303 :complies false. -:carol6304 :complies false. -:carol6305 :complies false. -:carol6306 :complies false. -:carol6307 :complies false. -:carol6308 :complies false. -:carol6309 :complies false. -:carol6310 :complies false. -:carol6311 :complies false. -:carol6312 :complies false. -:carol6313 :complies false. -:carol6314 :complies false. -:carol6315 :complies false. -:carol6316 :complies false. -:carol6317 :complies false. -:carol6318 :complies false. -:carol6319 :complies false. -:carol6320 :complies false. -:carol6321 :complies false. -:carol6322 :complies false. -:carol6323 :complies false. -:carol6324 :complies false. -:carol6325 :complies false. -:carol6326 :complies false. -:carol6327 :complies false. -:carol6328 :complies false. -:carol6329 :complies false. -:carol6330 :complies false. -:carol6331 :complies false. -:carol6332 :complies false. -:carol6333 :complies false. -:carol6334 :complies false. -:carol6335 :complies false. -:carol6336 :complies false. -:carol6337 :complies false. -:carol6338 :complies false. -:carol6339 :complies false. -:carol6340 :complies false. -:carol6341 :complies false. -:carol6342 :complies false. -:carol6343 :complies false. -:carol6344 :complies false. -:carol6345 :complies false. -:carol6346 :complies false. -:carol6347 :complies false. -:carol6348 :complies false. -:carol6349 :complies false. -:carol6350 :complies false. -:carol6351 :complies false. -:carol6352 :complies false. -:carol6353 :complies false. -:carol6354 :complies false. -:carol6355 :complies false. -:carol6356 :complies false. -:carol6357 :complies false. -:carol6358 :complies false. -:carol6359 :complies false. -:carol6360 :complies false. -:carol6361 :complies false. -:carol6362 :complies false. -:carol6363 :complies false. -:carol6364 :complies false. -:carol6365 :complies false. -:carol6366 :complies false. -:carol6367 :complies false. -:carol6368 :complies false. -:carol6369 :complies false. -:carol6370 :complies false. -:carol6371 :complies false. -:carol6372 :complies false. -:carol6373 :complies false. -:carol6374 :complies false. -:carol6375 :complies false. -:carol6376 :complies false. -:carol6377 :complies false. -:carol6378 :complies false. -:carol6379 :complies false. -:carol6380 :complies false. -:carol6381 :complies false. -:carol6382 :complies false. -:carol6383 :complies false. -:carol6384 :complies false. -:carol6385 :complies false. -:carol6386 :complies false. -:carol6387 :complies false. -:carol6388 :complies false. -:carol6389 :complies false. -:carol6390 :complies false. -:carol6391 :complies false. -:carol6392 :complies false. -:carol6393 :complies false. -:carol6394 :complies false. -:carol6395 :complies false. -:carol6396 :complies false. -:carol6397 :complies false. -:carol6398 :complies false. -:carol6399 :complies false. -:carol6400 :complies false. -:carol6401 :complies false. -:carol6402 :complies false. -:carol6403 :complies false. -:carol6404 :complies false. -:carol6405 :complies false. -:carol6406 :complies false. -:carol6407 :complies false. -:carol6408 :complies false. -:carol6409 :complies false. -:carol6410 :complies false. -:carol6411 :complies false. -:carol6412 :complies false. -:carol6413 :complies false. -:carol6414 :complies false. -:carol6415 :complies false. -:carol6416 :complies false. -:carol6417 :complies false. -:carol6418 :complies false. -:carol6419 :complies false. -:carol6420 :complies false. -:carol6421 :complies false. -:carol6422 :complies false. -:carol6423 :complies false. -:carol6424 :complies false. -:carol6425 :complies false. -:carol6426 :complies false. -:carol6427 :complies false. -:carol6428 :complies false. -:carol6429 :complies false. -:carol6430 :complies false. -:carol6431 :complies false. -:carol6432 :complies false. -:carol6433 :complies false. -:carol6434 :complies false. -:carol6435 :complies false. -:carol6436 :complies false. -:carol6437 :complies false. -:carol6438 :complies false. -:carol6439 :complies false. -:carol6440 :complies false. -:carol6441 :complies false. -:carol6442 :complies false. -:carol6443 :complies false. -:carol6444 :complies false. -:carol6445 :complies false. -:carol6446 :complies false. -:carol6447 :complies false. -:carol6448 :complies false. -:carol6449 :complies false. -:carol6450 :complies false. -:carol6451 :complies false. -:carol6452 :complies false. -:carol6453 :complies false. -:carol6454 :complies false. -:carol6455 :complies false. -:carol6456 :complies false. -:carol6457 :complies false. -:carol6458 :complies false. -:carol6459 :complies false. -:carol6460 :complies false. -:carol6461 :complies false. -:carol6462 :complies false. -:carol6463 :complies false. -:carol6464 :complies false. -:carol6465 :complies false. -:carol6466 :complies false. -:carol6467 :complies false. -:carol6468 :complies false. -:carol6469 :complies false. -:carol6470 :complies false. -:carol6471 :complies false. -:carol6472 :complies false. -:carol6473 :complies false. -:carol6474 :complies false. -:carol6475 :complies false. -:carol6476 :complies false. -:carol6477 :complies false. -:carol6478 :complies false. -:carol6479 :complies false. -:carol6480 :complies false. -:carol6481 :complies false. -:carol6482 :complies false. -:carol6483 :complies false. -:carol6484 :complies false. -:carol6485 :complies false. -:carol6486 :complies false. -:carol6487 :complies false. -:carol6488 :complies false. -:carol6489 :complies false. -:carol6490 :complies false. -:carol6491 :complies false. -:carol6492 :complies false. -:carol6493 :complies false. -:carol6494 :complies false. -:carol6495 :complies false. -:carol6496 :complies false. -:carol6497 :complies false. -:carol6498 :complies false. -:carol6499 :complies false. -:carol6500 :complies false. -:carol6501 :complies false. -:carol6502 :complies false. -:carol6503 :complies false. -:carol6504 :complies false. -:carol6505 :complies false. -:carol6506 :complies false. -:carol6507 :complies false. -:carol6508 :complies false. -:carol6509 :complies false. -:carol6510 :complies false. -:carol6511 :complies false. -:carol6512 :complies false. -:carol6513 :complies false. -:carol6514 :complies false. -:carol6515 :complies false. -:carol6516 :complies false. -:carol6517 :complies false. -:carol6518 :complies false. -:carol6519 :complies false. -:carol6520 :complies false. -:carol6521 :complies false. -:carol6522 :complies false. -:carol6523 :complies false. -:carol6524 :complies false. -:carol6525 :complies false. -:carol6526 :complies false. -:carol6527 :complies false. -:carol6528 :complies false. -:carol6529 :complies false. -:carol6530 :complies false. -:carol6531 :complies false. -:carol6532 :complies false. -:carol6533 :complies false. -:carol6534 :complies false. -:carol6535 :complies false. -:carol6536 :complies false. -:carol6537 :complies false. -:carol6538 :complies false. -:carol6539 :complies false. -:carol6540 :complies false. -:carol6541 :complies false. -:carol6542 :complies false. -:carol6543 :complies false. -:carol6544 :complies false. -:carol6545 :complies false. -:carol6546 :complies false. -:carol6547 :complies false. -:carol6548 :complies false. -:carol6549 :complies false. -:carol6550 :complies false. -:carol6551 :complies false. -:carol6552 :complies false. -:carol6553 :complies false. -:carol6554 :complies false. -:carol6555 :complies false. -:carol6556 :complies false. -:carol6557 :complies false. -:carol6558 :complies false. -:carol6559 :complies false. -:carol6560 :complies false. -:carol6561 :complies false. -:carol6562 :complies false. -:carol6563 :complies false. -:carol6564 :complies false. -:carol6565 :complies false. -:carol6566 :complies false. -:carol6567 :complies false. -:carol6568 :complies false. -:carol6569 :complies false. -:carol6570 :complies false. -:carol6571 :complies false. -:carol6572 :complies false. -:carol6573 :complies false. -:carol6574 :complies false. -:carol6575 :complies false. -:carol6576 :complies false. -:carol6577 :complies false. -:carol6578 :complies false. -:carol6579 :complies false. -:carol6580 :complies false. -:carol6581 :complies false. -:carol6582 :complies false. -:carol6583 :complies false. -:carol6584 :complies false. -:carol6585 :complies false. -:carol6586 :complies false. -:carol6587 :complies false. -:carol6588 :complies false. -:carol6589 :complies false. -:carol6590 :complies false. -:carol6591 :complies false. -:carol6592 :complies false. -:carol6593 :complies false. -:carol6594 :complies false. -:carol6595 :complies false. -:carol6596 :complies false. -:carol6597 :complies false. -:carol6598 :complies false. -:carol6599 :complies false. -:carol6600 :complies false. -:carol6601 :complies false. -:carol6602 :complies false. -:carol6603 :complies false. -:carol6604 :complies false. -:carol6605 :complies false. -:carol6606 :complies false. -:carol6607 :complies false. -:carol6608 :complies false. -:carol6609 :complies false. -:carol6610 :complies false. -:carol6611 :complies false. -:carol6612 :complies false. -:carol6613 :complies false. -:carol6614 :complies false. -:carol6615 :complies false. -:carol6616 :complies false. -:carol6617 :complies false. -:carol6618 :complies false. -:carol6619 :complies false. -:carol6620 :complies false. -:carol6621 :complies false. -:carol6622 :complies false. -:carol6623 :complies false. -:carol6624 :complies false. -:carol6625 :complies false. -:carol6626 :complies false. -:carol6627 :complies false. -:carol6628 :complies false. -:carol6629 :complies false. -:carol6630 :complies false. -:carol6631 :complies false. -:carol6632 :complies false. -:carol6633 :complies false. -:carol6634 :complies false. -:carol6635 :complies false. -:carol6636 :complies false. -:carol6637 :complies false. -:carol6638 :complies false. -:carol6639 :complies false. -:carol6640 :complies false. -:carol6641 :complies false. -:carol6642 :complies false. -:carol6643 :complies false. -:carol6644 :complies false. -:carol6645 :complies false. -:carol6646 :complies false. -:carol6647 :complies false. -:carol6648 :complies false. -:carol6649 :complies false. -:carol6650 :complies false. -:carol6651 :complies false. -:carol6652 :complies false. -:carol6653 :complies false. -:carol6654 :complies false. -:carol6655 :complies false. -:carol6656 :complies false. -:carol6657 :complies false. -:carol6658 :complies false. -:carol6659 :complies false. -:carol6660 :complies false. -:carol6661 :complies false. -:carol6662 :complies false. -:carol6663 :complies false. -:carol6664 :complies false. -:carol6665 :complies false. -:carol6666 :complies false. -:carol6667 :complies false. -:carol6668 :complies false. -:carol6669 :complies false. -:carol6670 :complies false. -:carol6671 :complies false. -:carol6672 :complies false. -:carol6673 :complies false. -:carol6674 :complies false. -:carol6675 :complies false. -:carol6676 :complies false. -:carol6677 :complies false. -:carol6678 :complies false. -:carol6679 :complies false. -:carol6680 :complies false. -:carol6681 :complies false. -:carol6682 :complies false. -:carol6683 :complies false. -:carol6684 :complies false. -:carol6685 :complies false. -:carol6686 :complies false. -:carol6687 :complies false. -:carol6688 :complies false. -:carol6689 :complies false. -:carol6690 :complies false. -:carol6691 :complies false. -:carol6692 :complies false. -:carol6693 :complies false. -:carol6694 :complies false. -:carol6695 :complies false. -:carol6696 :complies false. -:carol6697 :complies false. -:carol6698 :complies false. -:carol6699 :complies false. -:carol6700 :complies false. -:carol6701 :complies false. -:carol6702 :complies false. -:carol6703 :complies false. -:carol6704 :complies false. -:carol6705 :complies false. -:carol6706 :complies false. -:carol6707 :complies false. -:carol6708 :complies false. -:carol6709 :complies false. -:carol6710 :complies false. -:carol6711 :complies false. -:carol6712 :complies false. -:carol6713 :complies false. -:carol6714 :complies false. -:carol6715 :complies false. -:carol6716 :complies false. -:carol6717 :complies false. -:carol6718 :complies false. -:carol6719 :complies false. -:carol6720 :complies false. -:carol6721 :complies false. -:carol6722 :complies false. -:carol6723 :complies false. -:carol6724 :complies false. -:carol6725 :complies false. -:carol6726 :complies false. -:carol6727 :complies false. -:carol6728 :complies false. -:carol6729 :complies false. -:carol6730 :complies false. -:carol6731 :complies false. -:carol6732 :complies false. -:carol6733 :complies false. -:carol6734 :complies false. -:carol6735 :complies false. -:carol6736 :complies false. -:carol6737 :complies false. -:carol6738 :complies false. -:carol6739 :complies false. -:carol6740 :complies false. -:carol6741 :complies false. -:carol6742 :complies false. -:carol6743 :complies false. -:carol6744 :complies false. -:carol6745 :complies false. -:carol6746 :complies false. -:carol6747 :complies false. -:carol6748 :complies false. -:carol6749 :complies false. -:carol6750 :complies false. -:carol6751 :complies false. -:carol6752 :complies false. -:carol6753 :complies false. -:carol6754 :complies false. -:carol6755 :complies false. -:carol6756 :complies false. -:carol6757 :complies false. -:carol6758 :complies false. -:carol6759 :complies false. -:carol6760 :complies false. -:carol6761 :complies false. -:carol6762 :complies false. -:carol6763 :complies false. -:carol6764 :complies false. -:carol6765 :complies false. -:carol6766 :complies false. -:carol6767 :complies false. -:carol6768 :complies false. -:carol6769 :complies false. -:carol6770 :complies false. -:carol6771 :complies false. -:carol6772 :complies false. -:carol6773 :complies false. -:carol6774 :complies false. -:carol6775 :complies false. -:carol6776 :complies false. -:carol6777 :complies false. -:carol6778 :complies false. -:carol6779 :complies false. -:carol6780 :complies false. -:carol6781 :complies false. -:carol6782 :complies false. -:carol6783 :complies false. -:carol6784 :complies false. -:carol6785 :complies false. -:carol6786 :complies false. -:carol6787 :complies false. -:carol6788 :complies false. -:carol6789 :complies false. -:carol6790 :complies false. -:carol6791 :complies false. -:carol6792 :complies false. -:carol6793 :complies false. -:carol6794 :complies false. -:carol6795 :complies false. -:carol6796 :complies false. -:carol6797 :complies false. -:carol6798 :complies false. -:carol6799 :complies false. -:carol6800 :complies false. -:carol6801 :complies false. -:carol6802 :complies false. -:carol6803 :complies false. -:carol6804 :complies false. -:carol6805 :complies false. -:carol6806 :complies false. -:carol6807 :complies false. -:carol6808 :complies false. -:carol6809 :complies false. -:carol6810 :complies false. -:carol6811 :complies false. -:carol6812 :complies false. -:carol6813 :complies false. -:carol6814 :complies false. -:carol6815 :complies false. -:carol6816 :complies false. -:carol6817 :complies false. -:carol6818 :complies false. -:carol6819 :complies false. -:carol6820 :complies false. -:carol6821 :complies false. -:carol6822 :complies false. -:carol6823 :complies false. -:carol6824 :complies false. -:carol6825 :complies false. -:carol6826 :complies false. -:carol6827 :complies false. -:carol6828 :complies false. -:carol6829 :complies false. -:carol6830 :complies false. -:carol6831 :complies false. -:carol6832 :complies false. -:carol6833 :complies false. -:carol6834 :complies false. -:carol6835 :complies false. -:carol6836 :complies false. -:carol6837 :complies false. -:carol6838 :complies false. -:carol6839 :complies false. -:carol6840 :complies false. -:carol6841 :complies false. -:carol6842 :complies false. -:carol6843 :complies false. -:carol6844 :complies false. -:carol6845 :complies false. -:carol6846 :complies false. -:carol6847 :complies false. -:carol6848 :complies false. -:carol6849 :complies false. -:carol6850 :complies false. -:carol6851 :complies false. -:carol6852 :complies false. -:carol6853 :complies false. -:carol6854 :complies false. -:carol6855 :complies false. -:carol6856 :complies false. -:carol6857 :complies false. -:carol6858 :complies false. -:carol6859 :complies false. -:carol6860 :complies false. -:carol6861 :complies false. -:carol6862 :complies false. -:carol6863 :complies false. -:carol6864 :complies false. -:carol6865 :complies false. -:carol6866 :complies false. -:carol6867 :complies false. -:carol6868 :complies false. -:carol6869 :complies false. -:carol6870 :complies false. -:carol6871 :complies false. -:carol6872 :complies false. -:carol6873 :complies false. -:carol6874 :complies false. -:carol6875 :complies false. -:carol6876 :complies false. -:carol6877 :complies false. -:carol6878 :complies false. -:carol6879 :complies false. -:carol6880 :complies false. -:carol6881 :complies false. -:carol6882 :complies false. -:carol6883 :complies false. -:carol6884 :complies false. -:carol6885 :complies false. -:carol6886 :complies false. -:carol6887 :complies false. -:carol6888 :complies false. -:carol6889 :complies false. -:carol6890 :complies false. -:carol6891 :complies false. -:carol6892 :complies false. -:carol6893 :complies false. -:carol6894 :complies false. -:carol6895 :complies false. -:carol6896 :complies false. -:carol6897 :complies false. -:carol6898 :complies false. -:carol6899 :complies false. -:carol6900 :complies false. -:carol6901 :complies false. -:carol6902 :complies false. -:carol6903 :complies false. -:carol6904 :complies false. -:carol6905 :complies false. -:carol6906 :complies false. -:carol6907 :complies false. -:carol6908 :complies false. -:carol6909 :complies false. -:carol6910 :complies false. -:carol6911 :complies false. -:carol6912 :complies false. -:carol6913 :complies false. -:carol6914 :complies false. -:carol6915 :complies false. -:carol6916 :complies false. -:carol6917 :complies false. -:carol6918 :complies false. -:carol6919 :complies false. -:carol6920 :complies false. -:carol6921 :complies false. -:carol6922 :complies false. -:carol6923 :complies false. -:carol6924 :complies false. -:carol6925 :complies false. -:carol6926 :complies false. -:carol6927 :complies false. -:carol6928 :complies false. -:carol6929 :complies false. -:carol6930 :complies false. -:carol6931 :complies false. -:carol6932 :complies false. -:carol6933 :complies false. -:carol6934 :complies false. -:carol6935 :complies false. -:carol6936 :complies false. -:carol6937 :complies false. -:carol6938 :complies false. -:carol6939 :complies false. -:carol6940 :complies false. -:carol6941 :complies false. -:carol6942 :complies false. -:carol6943 :complies false. -:carol6944 :complies false. -:carol6945 :complies false. -:carol6946 :complies false. -:carol6947 :complies false. -:carol6948 :complies false. -:carol6949 :complies false. -:carol6950 :complies false. -:carol6951 :complies false. -:carol6952 :complies false. -:carol6953 :complies false. -:carol6954 :complies false. -:carol6955 :complies false. -:carol6956 :complies false. -:carol6957 :complies false. -:carol6958 :complies false. -:carol6959 :complies false. -:carol6960 :complies false. -:carol6961 :complies false. -:carol6962 :complies false. -:carol6963 :complies false. -:carol6964 :complies false. -:carol6965 :complies false. -:carol6966 :complies false. -:carol6967 :complies false. -:carol6968 :complies false. -:carol6969 :complies false. -:carol6970 :complies false. -:carol6971 :complies false. -:carol6972 :complies false. -:carol6973 :complies false. -:carol6974 :complies false. -:carol6975 :complies false. -:carol6976 :complies false. -:carol6977 :complies false. -:carol6978 :complies false. -:carol6979 :complies false. -:carol6980 :complies false. -:carol6981 :complies false. -:carol6982 :complies false. -:carol6983 :complies false. -:carol6984 :complies false. -:carol6985 :complies false. -:carol6986 :complies false. -:carol6987 :complies false. -:carol6988 :complies false. -:carol6989 :complies false. -:carol6990 :complies false. -:carol6991 :complies false. -:carol6992 :complies false. -:carol6993 :complies false. -:carol6994 :complies false. -:carol6995 :complies false. -:carol6996 :complies false. -:carol6997 :complies false. -:carol6998 :complies false. -:carol6999 :complies false. -:carol7000 :complies false. -:carol7001 :complies false. -:carol7002 :complies false. -:carol7003 :complies false. -:carol7004 :complies false. -:carol7005 :complies false. -:carol7006 :complies false. -:carol7007 :complies false. -:carol7008 :complies false. -:carol7009 :complies false. -:carol7010 :complies false. -:carol7011 :complies false. -:carol7012 :complies false. -:carol7013 :complies false. -:carol7014 :complies false. -:carol7015 :complies false. -:carol7016 :complies false. -:carol7017 :complies false. -:carol7018 :complies false. -:carol7019 :complies false. -:carol7020 :complies false. -:carol7021 :complies false. -:carol7022 :complies false. -:carol7023 :complies false. -:carol7024 :complies false. -:carol7025 :complies false. -:carol7026 :complies false. -:carol7027 :complies false. -:carol7028 :complies false. -:carol7029 :complies false. -:carol7030 :complies false. -:carol7031 :complies false. -:carol7032 :complies false. -:carol7033 :complies false. -:carol7034 :complies false. -:carol7035 :complies false. -:carol7036 :complies false. -:carol7037 :complies false. -:carol7038 :complies false. -:carol7039 :complies false. -:carol7040 :complies false. -:carol7041 :complies false. -:carol7042 :complies false. -:carol7043 :complies false. -:carol7044 :complies false. -:carol7045 :complies false. -:carol7046 :complies false. -:carol7047 :complies false. -:carol7048 :complies false. -:carol7049 :complies false. -:carol7050 :complies false. -:carol7051 :complies false. -:carol7052 :complies false. -:carol7053 :complies false. -:carol7054 :complies false. -:carol7055 :complies false. -:carol7056 :complies false. -:carol7057 :complies false. -:carol7058 :complies false. -:carol7059 :complies false. -:carol7060 :complies false. -:carol7061 :complies false. -:carol7062 :complies false. -:carol7063 :complies false. -:carol7064 :complies false. -:carol7065 :complies false. -:carol7066 :complies false. -:carol7067 :complies false. -:carol7068 :complies false. -:carol7069 :complies false. -:carol7070 :complies false. -:carol7071 :complies false. -:carol7072 :complies false. -:carol7073 :complies false. -:carol7074 :complies false. -:carol7075 :complies false. -:carol7076 :complies false. -:carol7077 :complies false. -:carol7078 :complies false. -:carol7079 :complies false. -:carol7080 :complies false. -:carol7081 :complies false. -:carol7082 :complies false. -:carol7083 :complies false. -:carol7084 :complies false. -:carol7085 :complies false. -:carol7086 :complies false. -:carol7087 :complies false. -:carol7088 :complies false. -:carol7089 :complies false. -:carol7090 :complies false. -:carol7091 :complies false. -:carol7092 :complies false. -:carol7093 :complies false. -:carol7094 :complies false. -:carol7095 :complies false. -:carol7096 :complies false. -:carol7097 :complies false. -:carol7098 :complies false. -:carol7099 :complies false. -:carol7100 :complies false. -:carol7101 :complies false. -:carol7102 :complies false. -:carol7103 :complies false. -:carol7104 :complies false. -:carol7105 :complies false. -:carol7106 :complies false. -:carol7107 :complies false. -:carol7108 :complies false. -:carol7109 :complies false. -:carol7110 :complies false. -:carol7111 :complies false. -:carol7112 :complies false. -:carol7113 :complies false. -:carol7114 :complies false. -:carol7115 :complies false. -:carol7116 :complies false. -:carol7117 :complies false. -:carol7118 :complies false. -:carol7119 :complies false. -:carol7120 :complies false. -:carol7121 :complies false. -:carol7122 :complies false. -:carol7123 :complies false. -:carol7124 :complies false. -:carol7125 :complies false. -:carol7126 :complies false. -:carol7127 :complies false. -:carol7128 :complies false. -:carol7129 :complies false. -:carol7130 :complies false. -:carol7131 :complies false. -:carol7132 :complies false. -:carol7133 :complies false. -:carol7134 :complies false. -:carol7135 :complies false. -:carol7136 :complies false. -:carol7137 :complies false. -:carol7138 :complies false. -:carol7139 :complies false. -:carol7140 :complies false. -:carol7141 :complies false. -:carol7142 :complies false. -:carol7143 :complies false. -:carol7144 :complies false. -:carol7145 :complies false. -:carol7146 :complies false. -:carol7147 :complies false. -:carol7148 :complies false. -:carol7149 :complies false. -:carol7150 :complies false. -:carol7151 :complies false. -:carol7152 :complies false. -:carol7153 :complies false. -:carol7154 :complies false. -:carol7155 :complies false. -:carol7156 :complies false. -:carol7157 :complies false. -:carol7158 :complies false. -:carol7159 :complies false. -:carol7160 :complies false. -:carol7161 :complies false. -:carol7162 :complies false. -:carol7163 :complies false. -:carol7164 :complies false. -:carol7165 :complies false. -:carol7166 :complies false. -:carol7167 :complies false. -:carol7168 :complies false. -:carol7169 :complies false. -:carol7170 :complies false. -:carol7171 :complies false. -:carol7172 :complies false. -:carol7173 :complies false. -:carol7174 :complies false. -:carol7175 :complies false. -:carol7176 :complies false. -:carol7177 :complies false. -:carol7178 :complies false. -:carol7179 :complies false. -:carol7180 :complies false. -:carol7181 :complies false. -:carol7182 :complies false. -:carol7183 :complies false. -:carol7184 :complies false. -:carol7185 :complies false. -:carol7186 :complies false. -:carol7187 :complies false. -:carol7188 :complies false. -:carol7189 :complies false. -:carol7190 :complies false. -:carol7191 :complies false. -:carol7192 :complies false. -:carol7193 :complies false. -:carol7194 :complies false. -:carol7195 :complies false. -:carol7196 :complies false. -:carol7197 :complies false. -:carol7198 :complies false. -:carol7199 :complies false. -:carol7200 :complies false. -:carol7201 :complies false. -:carol7202 :complies false. -:carol7203 :complies false. -:carol7204 :complies false. -:carol7205 :complies false. -:carol7206 :complies false. -:carol7207 :complies false. -:carol7208 :complies false. -:carol7209 :complies false. -:carol7210 :complies false. -:carol7211 :complies false. -:carol7212 :complies false. -:carol7213 :complies false. -:carol7214 :complies false. -:carol7215 :complies false. -:carol7216 :complies false. -:carol7217 :complies false. -:carol7218 :complies false. -:carol7219 :complies false. -:carol7220 :complies false. -:carol7221 :complies false. -:carol7222 :complies false. -:carol7223 :complies false. -:carol7224 :complies false. -:carol7225 :complies false. -:carol7226 :complies false. -:carol7227 :complies false. -:carol7228 :complies false. -:carol7229 :complies false. -:carol7230 :complies false. -:carol7231 :complies false. -:carol7232 :complies false. -:carol7233 :complies false. -:carol7234 :complies false. -:carol7235 :complies false. -:carol7236 :complies false. -:carol7237 :complies false. -:carol7238 :complies false. -:carol7239 :complies false. -:carol7240 :complies false. -:carol7241 :complies false. -:carol7242 :complies false. -:carol7243 :complies false. -:carol7244 :complies false. -:carol7245 :complies false. -:carol7246 :complies false. -:carol7247 :complies false. -:carol7248 :complies false. -:carol7249 :complies false. -:carol7250 :complies false. -:carol7251 :complies false. -:carol7252 :complies false. -:carol7253 :complies false. -:carol7254 :complies false. -:carol7255 :complies false. -:carol7256 :complies false. -:carol7257 :complies false. -:carol7258 :complies false. -:carol7259 :complies false. -:carol7260 :complies false. -:carol7261 :complies false. -:carol7262 :complies false. -:carol7263 :complies false. -:carol7264 :complies false. -:carol7265 :complies false. -:carol7266 :complies false. -:carol7267 :complies false. -:carol7268 :complies false. -:carol7269 :complies false. -:carol7270 :complies false. -:carol7271 :complies false. -:carol7272 :complies false. -:carol7273 :complies false. -:carol7274 :complies false. -:carol7275 :complies false. -:carol7276 :complies false. -:carol7277 :complies false. -:carol7278 :complies false. -:carol7279 :complies false. -:carol7280 :complies false. -:carol7281 :complies false. -:carol7282 :complies false. -:carol7283 :complies false. -:carol7284 :complies false. -:carol7285 :complies false. -:carol7286 :complies false. -:carol7287 :complies false. -:carol7288 :complies false. -:carol7289 :complies false. -:carol7290 :complies false. -:carol7291 :complies false. -:carol7292 :complies false. -:carol7293 :complies false. -:carol7294 :complies false. -:carol7295 :complies false. -:carol7296 :complies false. -:carol7297 :complies false. -:carol7298 :complies false. -:carol7299 :complies false. -:carol7300 :complies false. -:carol7301 :complies false. -:carol7302 :complies false. -:carol7303 :complies false. -:carol7304 :complies false. -:carol7305 :complies false. -:carol7306 :complies false. -:carol7307 :complies false. -:carol7308 :complies false. -:carol7309 :complies false. -:carol7310 :complies false. -:carol7311 :complies false. -:carol7312 :complies false. -:carol7313 :complies false. -:carol7314 :complies false. -:carol7315 :complies false. -:carol7316 :complies false. -:carol7317 :complies false. -:carol7318 :complies false. -:carol7319 :complies false. -:carol7320 :complies false. -:carol7321 :complies false. -:carol7322 :complies false. -:carol7323 :complies false. -:carol7324 :complies false. -:carol7325 :complies false. -:carol7326 :complies false. -:carol7327 :complies false. -:carol7328 :complies false. -:carol7329 :complies false. -:carol7330 :complies false. -:carol7331 :complies false. -:carol7332 :complies false. -:carol7333 :complies false. -:carol7334 :complies false. -:carol7335 :complies false. -:carol7336 :complies false. -:carol7337 :complies false. -:carol7338 :complies false. -:carol7339 :complies false. -:carol7340 :complies false. -:carol7341 :complies false. -:carol7342 :complies false. -:carol7343 :complies false. -:carol7344 :complies false. -:carol7345 :complies false. -:carol7346 :complies false. -:carol7347 :complies false. -:carol7348 :complies false. -:carol7349 :complies false. -:carol7350 :complies false. -:carol7351 :complies false. -:carol7352 :complies false. -:carol7353 :complies false. -:carol7354 :complies false. -:carol7355 :complies false. -:carol7356 :complies false. -:carol7357 :complies false. -:carol7358 :complies false. -:carol7359 :complies false. -:carol7360 :complies false. -:carol7361 :complies false. -:carol7362 :complies false. -:carol7363 :complies false. -:carol7364 :complies false. -:carol7365 :complies false. -:carol7366 :complies false. -:carol7367 :complies false. -:carol7368 :complies false. -:carol7369 :complies false. -:carol7370 :complies false. -:carol7371 :complies false. -:carol7372 :complies false. -:carol7373 :complies false. -:carol7374 :complies false. -:carol7375 :complies false. -:carol7376 :complies false. -:carol7377 :complies false. -:carol7378 :complies false. -:carol7379 :complies false. -:carol7380 :complies false. -:carol7381 :complies false. -:carol7382 :complies false. -:carol7383 :complies false. -:carol7384 :complies false. -:carol7385 :complies false. -:carol7386 :complies false. -:carol7387 :complies false. -:carol7388 :complies false. -:carol7389 :complies false. -:carol7390 :complies false. -:carol7391 :complies false. -:carol7392 :complies false. -:carol7393 :complies false. -:carol7394 :complies false. -:carol7395 :complies false. -:carol7396 :complies false. -:carol7397 :complies false. -:carol7398 :complies false. -:carol7399 :complies false. -:carol7400 :complies false. -:carol7401 :complies false. -:carol7402 :complies false. -:carol7403 :complies false. -:carol7404 :complies false. -:carol7405 :complies false. -:carol7406 :complies false. -:carol7407 :complies false. -:carol7408 :complies false. -:carol7409 :complies false. -:carol7410 :complies false. -:carol7411 :complies false. -:carol7412 :complies false. -:carol7413 :complies false. -:carol7414 :complies false. -:carol7415 :complies false. -:carol7416 :complies false. -:carol7417 :complies false. -:carol7418 :complies false. -:carol7419 :complies false. -:carol7420 :complies false. -:carol7421 :complies false. -:carol7422 :complies false. -:carol7423 :complies false. -:carol7424 :complies false. -:carol7425 :complies false. -:carol7426 :complies false. -:carol7427 :complies false. -:carol7428 :complies false. -:carol7429 :complies false. -:carol7430 :complies false. -:carol7431 :complies false. -:carol7432 :complies false. -:carol7433 :complies false. -:carol7434 :complies false. -:carol7435 :complies false. -:carol7436 :complies false. -:carol7437 :complies false. -:carol7438 :complies false. -:carol7439 :complies false. -:carol7440 :complies false. -:carol7441 :complies false. -:carol7442 :complies false. -:carol7443 :complies false. -:carol7444 :complies false. -:carol7445 :complies false. -:carol7446 :complies false. -:carol7447 :complies false. -:carol7448 :complies false. -:carol7449 :complies false. -:carol7450 :complies false. -:carol7451 :complies false. -:carol7452 :complies false. -:carol7453 :complies false. -:carol7454 :complies false. -:carol7455 :complies false. -:carol7456 :complies false. -:carol7457 :complies false. -:carol7458 :complies false. -:carol7459 :complies false. -:carol7460 :complies false. -:carol7461 :complies false. -:carol7462 :complies false. -:carol7463 :complies false. -:carol7464 :complies false. -:carol7465 :complies false. -:carol7466 :complies false. -:carol7467 :complies false. -:carol7468 :complies false. -:carol7469 :complies false. -:carol7470 :complies false. -:carol7471 :complies false. -:carol7472 :complies false. -:carol7473 :complies false. -:carol7474 :complies false. -:carol7475 :complies false. -:carol7476 :complies false. -:carol7477 :complies false. -:carol7478 :complies false. -:carol7479 :complies false. -:carol7480 :complies false. -:carol7481 :complies false. -:carol7482 :complies false. -:carol7483 :complies false. -:carol7484 :complies false. -:carol7485 :complies false. -:carol7486 :complies false. -:carol7487 :complies false. -:carol7488 :complies false. -:carol7489 :complies false. -:carol7490 :complies false. -:carol7491 :complies false. -:carol7492 :complies false. -:carol7493 :complies false. -:carol7494 :complies false. -:carol7495 :complies false. -:carol7496 :complies false. -:carol7497 :complies false. -:carol7498 :complies false. -:carol7499 :complies false. -:carol7500 :complies false. -:carol7501 :complies false. -:carol7502 :complies false. -:carol7503 :complies false. -:carol7504 :complies false. -:carol7505 :complies false. -:carol7506 :complies false. -:carol7507 :complies false. -:carol7508 :complies false. -:carol7509 :complies false. -:carol7510 :complies false. -:carol7511 :complies false. -:carol7512 :complies false. -:carol7513 :complies false. -:carol7514 :complies false. -:carol7515 :complies false. -:carol7516 :complies false. -:carol7517 :complies false. -:carol7518 :complies false. -:carol7519 :complies false. -:carol7520 :complies false. -:carol7521 :complies false. -:carol7522 :complies false. -:carol7523 :complies false. -:carol7524 :complies false. -:carol7525 :complies false. -:carol7526 :complies false. -:carol7527 :complies false. -:carol7528 :complies false. -:carol7529 :complies false. -:carol7530 :complies false. -:carol7531 :complies false. -:carol7532 :complies false. -:carol7533 :complies false. -:carol7534 :complies false. -:carol7535 :complies false. -:carol7536 :complies false. -:carol7537 :complies false. -:carol7538 :complies false. -:carol7539 :complies false. -:carol7540 :complies false. -:carol7541 :complies false. -:carol7542 :complies false. -:carol7543 :complies false. -:carol7544 :complies false. -:carol7545 :complies false. -:carol7546 :complies false. -:carol7547 :complies false. -:carol7548 :complies false. -:carol7549 :complies false. -:carol7550 :complies false. -:carol7551 :complies false. -:carol7552 :complies false. -:carol7553 :complies false. -:carol7554 :complies false. -:carol7555 :complies false. -:carol7556 :complies false. -:carol7557 :complies false. -:carol7558 :complies false. -:carol7559 :complies false. -:carol7560 :complies false. -:carol7561 :complies false. -:carol7562 :complies false. -:carol7563 :complies false. -:carol7564 :complies false. -:carol7565 :complies false. -:carol7566 :complies false. -:carol7567 :complies false. -:carol7568 :complies false. -:carol7569 :complies false. -:carol7570 :complies false. -:carol7571 :complies false. -:carol7572 :complies false. -:carol7573 :complies false. -:carol7574 :complies false. -:carol7575 :complies false. -:carol7576 :complies false. -:carol7577 :complies false. -:carol7578 :complies false. -:carol7579 :complies false. -:carol7580 :complies false. -:carol7581 :complies false. -:carol7582 :complies false. -:carol7583 :complies false. -:carol7584 :complies false. -:carol7585 :complies false. -:carol7586 :complies false. -:carol7587 :complies false. -:carol7588 :complies false. -:carol7589 :complies false. -:carol7590 :complies false. -:carol7591 :complies false. -:carol7592 :complies false. -:carol7593 :complies false. -:carol7594 :complies false. -:carol7595 :complies false. -:carol7596 :complies false. -:carol7597 :complies false. -:carol7598 :complies false. -:carol7599 :complies false. -:carol7600 :complies false. -:carol7601 :complies false. -:carol7602 :complies false. -:carol7603 :complies false. -:carol7604 :complies false. -:carol7605 :complies false. -:carol7606 :complies false. -:carol7607 :complies false. -:carol7608 :complies false. -:carol7609 :complies false. -:carol7610 :complies false. -:carol7611 :complies false. -:carol7612 :complies false. -:carol7613 :complies false. -:carol7614 :complies false. -:carol7615 :complies false. -:carol7616 :complies false. -:carol7617 :complies false. -:carol7618 :complies false. -:carol7619 :complies false. -:carol7620 :complies false. -:carol7621 :complies false. -:carol7622 :complies false. -:carol7623 :complies false. -:carol7624 :complies false. -:carol7625 :complies false. -:carol7626 :complies false. -:carol7627 :complies false. -:carol7628 :complies false. -:carol7629 :complies false. -:carol7630 :complies false. -:carol7631 :complies false. -:carol7632 :complies false. -:carol7633 :complies false. -:carol7634 :complies false. -:carol7635 :complies false. -:carol7636 :complies false. -:carol7637 :complies false. -:carol7638 :complies false. -:carol7639 :complies false. -:carol7640 :complies false. -:carol7641 :complies false. -:carol7642 :complies false. -:carol7643 :complies false. -:carol7644 :complies false. -:carol7645 :complies false. -:carol7646 :complies false. -:carol7647 :complies false. -:carol7648 :complies false. -:carol7649 :complies false. -:carol7650 :complies false. -:carol7651 :complies false. -:carol7652 :complies false. -:carol7653 :complies false. -:carol7654 :complies false. -:carol7655 :complies false. -:carol7656 :complies false. -:carol7657 :complies false. -:carol7658 :complies false. -:carol7659 :complies false. -:carol7660 :complies false. -:carol7661 :complies false. -:carol7662 :complies false. -:carol7663 :complies false. -:carol7664 :complies false. -:carol7665 :complies false. -:carol7666 :complies false. -:carol7667 :complies false. -:carol7668 :complies false. -:carol7669 :complies false. -:carol7670 :complies false. -:carol7671 :complies false. -:carol7672 :complies false. -:carol7673 :complies false. -:carol7674 :complies false. -:carol7675 :complies false. -:carol7676 :complies false. -:carol7677 :complies false. -:carol7678 :complies false. -:carol7679 :complies false. -:carol7680 :complies false. -:carol7681 :complies false. -:carol7682 :complies false. -:carol7683 :complies false. -:carol7684 :complies false. -:carol7685 :complies false. -:carol7686 :complies false. -:carol7687 :complies false. -:carol7688 :complies false. -:carol7689 :complies false. -:carol7690 :complies false. -:carol7691 :complies false. -:carol7692 :complies false. -:carol7693 :complies false. -:carol7694 :complies false. -:carol7695 :complies false. -:carol7696 :complies false. -:carol7697 :complies false. -:carol7698 :complies false. -:carol7699 :complies false. -:carol7700 :complies false. -:carol7701 :complies false. -:carol7702 :complies false. -:carol7703 :complies false. -:carol7704 :complies false. -:carol7705 :complies false. -:carol7706 :complies false. -:carol7707 :complies false. -:carol7708 :complies false. -:carol7709 :complies false. -:carol7710 :complies false. -:carol7711 :complies false. -:carol7712 :complies false. -:carol7713 :complies false. -:carol7714 :complies false. -:carol7715 :complies false. -:carol7716 :complies false. -:carol7717 :complies false. -:carol7718 :complies false. -:carol7719 :complies false. -:carol7720 :complies false. -:carol7721 :complies false. -:carol7722 :complies false. -:carol7723 :complies false. -:carol7724 :complies false. -:carol7725 :complies false. -:carol7726 :complies false. -:carol7727 :complies false. -:carol7728 :complies false. -:carol7729 :complies false. -:carol7730 :complies false. -:carol7731 :complies false. -:carol7732 :complies false. -:carol7733 :complies false. -:carol7734 :complies false. -:carol7735 :complies false. -:carol7736 :complies false. -:carol7737 :complies false. -:carol7738 :complies false. -:carol7739 :complies false. -:carol7740 :complies false. -:carol7741 :complies false. -:carol7742 :complies false. -:carol7743 :complies false. -:carol7744 :complies false. -:carol7745 :complies false. -:carol7746 :complies false. -:carol7747 :complies false. -:carol7748 :complies false. -:carol7749 :complies false. -:carol7750 :complies false. -:carol7751 :complies false. -:carol7752 :complies false. -:carol7753 :complies false. -:carol7754 :complies false. -:carol7755 :complies false. -:carol7756 :complies false. -:carol7757 :complies false. -:carol7758 :complies false. -:carol7759 :complies false. -:carol7760 :complies false. -:carol7761 :complies false. -:carol7762 :complies false. -:carol7763 :complies false. -:carol7764 :complies false. -:carol7765 :complies false. -:carol7766 :complies false. -:carol7767 :complies false. -:carol7768 :complies false. -:carol7769 :complies false. -:carol7770 :complies false. -:carol7771 :complies false. -:carol7772 :complies false. -:carol7773 :complies false. -:carol7774 :complies false. -:carol7775 :complies false. -:carol7776 :complies false. -:carol7777 :complies false. -:carol7778 :complies false. -:carol7779 :complies false. -:carol7780 :complies false. -:carol7781 :complies false. -:carol7782 :complies false. -:carol7783 :complies false. -:carol7784 :complies false. -:carol7785 :complies false. -:carol7786 :complies false. -:carol7787 :complies false. -:carol7788 :complies false. -:carol7789 :complies false. -:carol7790 :complies false. -:carol7791 :complies false. -:carol7792 :complies false. -:carol7793 :complies false. -:carol7794 :complies false. -:carol7795 :complies false. -:carol7796 :complies false. -:carol7797 :complies false. -:carol7798 :complies false. -:carol7799 :complies false. -:carol7800 :complies false. -:carol7801 :complies false. -:carol7802 :complies false. -:carol7803 :complies false. -:carol7804 :complies false. -:carol7805 :complies false. -:carol7806 :complies false. -:carol7807 :complies false. -:carol7808 :complies false. -:carol7809 :complies false. -:carol7810 :complies false. -:carol7811 :complies false. -:carol7812 :complies false. -:carol7813 :complies false. -:carol7814 :complies false. -:carol7815 :complies false. -:carol7816 :complies false. -:carol7817 :complies false. -:carol7818 :complies false. -:carol7819 :complies false. -:carol7820 :complies false. -:carol7821 :complies false. -:carol7822 :complies false. -:carol7823 :complies false. -:carol7824 :complies false. -:carol7825 :complies false. -:carol7826 :complies false. -:carol7827 :complies false. -:carol7828 :complies false. -:carol7829 :complies false. -:carol7830 :complies false. -:carol7831 :complies false. -:carol7832 :complies false. -:carol7833 :complies false. -:carol7834 :complies false. -:carol7835 :complies false. -:carol7836 :complies false. -:carol7837 :complies false. -:carol7838 :complies false. -:carol7839 :complies false. -:carol7840 :complies false. -:carol7841 :complies false. -:carol7842 :complies false. -:carol7843 :complies false. -:carol7844 :complies false. -:carol7845 :complies false. -:carol7846 :complies false. -:carol7847 :complies false. -:carol7848 :complies false. -:carol7849 :complies false. -:carol7850 :complies false. -:carol7851 :complies false. -:carol7852 :complies false. -:carol7853 :complies false. -:carol7854 :complies false. -:carol7855 :complies false. -:carol7856 :complies false. -:carol7857 :complies false. -:carol7858 :complies false. -:carol7859 :complies false. -:carol7860 :complies false. -:carol7861 :complies false. -:carol7862 :complies false. -:carol7863 :complies false. -:carol7864 :complies false. -:carol7865 :complies false. -:carol7866 :complies false. -:carol7867 :complies false. -:carol7868 :complies false. -:carol7869 :complies false. -:carol7870 :complies false. -:carol7871 :complies false. -:carol7872 :complies false. -:carol7873 :complies false. -:carol7874 :complies false. -:carol7875 :complies false. -:carol7876 :complies false. -:carol7877 :complies false. -:carol7878 :complies false. -:carol7879 :complies false. -:carol7880 :complies false. -:carol7881 :complies false. -:carol7882 :complies false. -:carol7883 :complies false. -:carol7884 :complies false. -:carol7885 :complies false. -:carol7886 :complies false. -:carol7887 :complies false. -:carol7888 :complies false. -:carol7889 :complies false. -:carol7890 :complies false. -:carol7891 :complies false. -:carol7892 :complies false. -:carol7893 :complies false. -:carol7894 :complies false. -:carol7895 :complies false. -:carol7896 :complies false. -:carol7897 :complies false. -:carol7898 :complies false. -:carol7899 :complies false. -:carol7900 :complies false. -:carol7901 :complies false. -:carol7902 :complies false. -:carol7903 :complies false. -:carol7904 :complies false. -:carol7905 :complies false. -:carol7906 :complies false. -:carol7907 :complies false. -:carol7908 :complies false. -:carol7909 :complies false. -:carol7910 :complies false. -:carol7911 :complies false. -:carol7912 :complies false. -:carol7913 :complies false. -:carol7914 :complies false. -:carol7915 :complies false. -:carol7916 :complies false. -:carol7917 :complies false. -:carol7918 :complies false. -:carol7919 :complies false. -:carol7920 :complies false. -:carol7921 :complies false. -:carol7922 :complies false. -:carol7923 :complies false. -:carol7924 :complies false. -:carol7925 :complies false. -:carol7926 :complies false. -:carol7927 :complies false. -:carol7928 :complies false. -:carol7929 :complies false. -:carol7930 :complies false. -:carol7931 :complies false. -:carol7932 :complies false. -:carol7933 :complies false. -:carol7934 :complies false. -:carol7935 :complies false. -:carol7936 :complies false. -:carol7937 :complies false. -:carol7938 :complies false. -:carol7939 :complies false. -:carol7940 :complies false. -:carol7941 :complies false. -:carol7942 :complies false. -:carol7943 :complies false. -:carol7944 :complies false. -:carol7945 :complies false. -:carol7946 :complies false. -:carol7947 :complies false. -:carol7948 :complies false. -:carol7949 :complies false. -:carol7950 :complies false. -:carol7951 :complies false. -:carol7952 :complies false. -:carol7953 :complies false. -:carol7954 :complies false. -:carol7955 :complies false. -:carol7956 :complies false. -:carol7957 :complies false. -:carol7958 :complies false. -:carol7959 :complies false. -:carol7960 :complies false. -:carol7961 :complies false. -:carol7962 :complies false. -:carol7963 :complies false. -:carol7964 :complies false. -:carol7965 :complies false. -:carol7966 :complies false. -:carol7967 :complies false. -:carol7968 :complies false. -:carol7969 :complies false. -:carol7970 :complies false. -:carol7971 :complies false. -:carol7972 :complies false. -:carol7973 :complies false. -:carol7974 :complies false. -:carol7975 :complies false. -:carol7976 :complies false. -:carol7977 :complies false. -:carol7978 :complies false. -:carol7979 :complies false. -:carol7980 :complies false. -:carol7981 :complies false. -:carol7982 :complies false. -:carol7983 :complies false. -:carol7984 :complies false. -:carol7985 :complies false. -:carol7986 :complies false. -:carol7987 :complies false. -:carol7988 :complies false. -:carol7989 :complies false. -:carol7990 :complies false. -:carol7991 :complies false. -:carol7992 :complies false. -:carol7993 :complies false. -:carol7994 :complies false. -:carol7995 :complies false. -:carol7996 :complies false. -:carol7997 :complies false. -:carol7998 :complies false. -:carol7999 :complies false. -:carol8000 :complies false. -:carol8001 :complies false. -:carol8002 :complies false. -:carol8003 :complies false. -:carol8004 :complies false. -:carol8005 :complies false. -:carol8006 :complies false. -:carol8007 :complies false. -:carol8008 :complies false. -:carol8009 :complies false. -:carol8010 :complies false. -:carol8011 :complies false. -:carol8012 :complies false. -:carol8013 :complies false. -:carol8014 :complies false. -:carol8015 :complies false. -:carol8016 :complies false. -:carol8017 :complies false. -:carol8018 :complies false. -:carol8019 :complies false. -:carol8020 :complies false. -:carol8021 :complies false. -:carol8022 :complies false. -:carol8023 :complies false. -:carol8024 :complies false. -:carol8025 :complies false. -:carol8026 :complies false. -:carol8027 :complies false. -:carol8028 :complies false. -:carol8029 :complies false. -:carol8030 :complies false. -:carol8031 :complies false. -:carol8032 :complies false. -:carol8033 :complies false. -:carol8034 :complies false. -:carol8035 :complies false. -:carol8036 :complies false. -:carol8037 :complies false. -:carol8038 :complies false. -:carol8039 :complies false. -:carol8040 :complies false. -:carol8041 :complies false. -:carol8042 :complies false. -:carol8043 :complies false. -:carol8044 :complies false. -:carol8045 :complies false. -:carol8046 :complies false. -:carol8047 :complies false. -:carol8048 :complies false. -:carol8049 :complies false. -:carol8050 :complies false. -:carol8051 :complies false. -:carol8052 :complies false. -:carol8053 :complies false. -:carol8054 :complies false. -:carol8055 :complies false. -:carol8056 :complies false. -:carol8057 :complies false. -:carol8058 :complies false. -:carol8059 :complies false. -:carol8060 :complies false. -:carol8061 :complies false. -:carol8062 :complies false. -:carol8063 :complies false. -:carol8064 :complies false. -:carol8065 :complies false. -:carol8066 :complies false. -:carol8067 :complies false. -:carol8068 :complies false. -:carol8069 :complies false. -:carol8070 :complies false. -:carol8071 :complies false. -:carol8072 :complies false. -:carol8073 :complies false. -:carol8074 :complies false. -:carol8075 :complies false. -:carol8076 :complies false. -:carol8077 :complies false. -:carol8078 :complies false. -:carol8079 :complies false. -:carol8080 :complies false. -:carol8081 :complies false. -:carol8082 :complies false. -:carol8083 :complies false. -:carol8084 :complies false. -:carol8085 :complies false. -:carol8086 :complies false. -:carol8087 :complies false. -:carol8088 :complies false. -:carol8089 :complies false. -:carol8090 :complies false. -:carol8091 :complies false. -:carol8092 :complies false. -:carol8093 :complies false. -:carol8094 :complies false. -:carol8095 :complies false. -:carol8096 :complies false. -:carol8097 :complies false. -:carol8098 :complies false. -:carol8099 :complies false. -:carol8100 :complies false. -:carol8101 :complies false. -:carol8102 :complies false. -:carol8103 :complies false. -:carol8104 :complies false. -:carol8105 :complies false. -:carol8106 :complies false. -:carol8107 :complies false. -:carol8108 :complies false. -:carol8109 :complies false. -:carol8110 :complies false. -:carol8111 :complies false. -:carol8112 :complies false. -:carol8113 :complies false. -:carol8114 :complies false. -:carol8115 :complies false. -:carol8116 :complies false. -:carol8117 :complies false. -:carol8118 :complies false. -:carol8119 :complies false. -:carol8120 :complies false. -:carol8121 :complies false. -:carol8122 :complies false. -:carol8123 :complies false. -:carol8124 :complies false. -:carol8125 :complies false. -:carol8126 :complies false. -:carol8127 :complies false. -:carol8128 :complies false. -:carol8129 :complies false. -:carol8130 :complies false. -:carol8131 :complies false. -:carol8132 :complies false. -:carol8133 :complies false. -:carol8134 :complies false. -:carol8135 :complies false. -:carol8136 :complies false. -:carol8137 :complies false. -:carol8138 :complies false. -:carol8139 :complies false. -:carol8140 :complies false. -:carol8141 :complies false. -:carol8142 :complies false. -:carol8143 :complies false. -:carol8144 :complies false. -:carol8145 :complies false. -:carol8146 :complies false. -:carol8147 :complies false. -:carol8148 :complies false. -:carol8149 :complies false. -:carol8150 :complies false. -:carol8151 :complies false. -:carol8152 :complies false. -:carol8153 :complies false. -:carol8154 :complies false. -:carol8155 :complies false. -:carol8156 :complies false. -:carol8157 :complies false. -:carol8158 :complies false. -:carol8159 :complies false. -:carol8160 :complies false. -:carol8161 :complies false. -:carol8162 :complies false. -:carol8163 :complies false. -:carol8164 :complies false. -:carol8165 :complies false. -:carol8166 :complies false. -:carol8167 :complies false. -:carol8168 :complies false. -:carol8169 :complies false. -:carol8170 :complies false. -:carol8171 :complies false. -:carol8172 :complies false. -:carol8173 :complies false. -:carol8174 :complies false. -:carol8175 :complies false. -:carol8176 :complies false. -:carol8177 :complies false. -:carol8178 :complies false. -:carol8179 :complies false. -:carol8180 :complies false. -:carol8181 :complies false. -:carol8182 :complies false. -:carol8183 :complies false. -:carol8184 :complies false. -:carol8185 :complies false. -:carol8186 :complies false. -:carol8187 :complies false. -:carol8188 :complies false. -:carol8189 :complies false. -:carol8190 :complies false. -:carol8191 :complies false. -:carol8192 :complies false. -:carol8193 :complies false. -:carol8194 :complies false. -:carol8195 :complies false. -:carol8196 :complies false. -:carol8197 :complies false. -:carol8198 :complies false. -:carol8199 :complies false. -:carol8200 :complies false. -:carol8201 :complies false. -:carol8202 :complies false. -:carol8203 :complies false. -:carol8204 :complies false. -:carol8205 :complies false. -:carol8206 :complies false. -:carol8207 :complies false. -:carol8208 :complies false. -:carol8209 :complies false. -:carol8210 :complies false. -:carol8211 :complies false. -:carol8212 :complies false. -:carol8213 :complies false. -:carol8214 :complies false. -:carol8215 :complies false. -:carol8216 :complies false. -:carol8217 :complies false. -:carol8218 :complies false. -:carol8219 :complies false. -:carol8220 :complies false. -:carol8221 :complies false. -:carol8222 :complies false. -:carol8223 :complies false. -:carol8224 :complies false. -:carol8225 :complies false. -:carol8226 :complies false. -:carol8227 :complies false. -:carol8228 :complies false. -:carol8229 :complies false. -:carol8230 :complies false. -:carol8231 :complies false. -:carol8232 :complies false. -:carol8233 :complies false. -:carol8234 :complies false. -:carol8235 :complies false. -:carol8236 :complies false. -:carol8237 :complies false. -:carol8238 :complies false. -:carol8239 :complies false. -:carol8240 :complies false. -:carol8241 :complies false. -:carol8242 :complies false. -:carol8243 :complies false. -:carol8244 :complies false. -:carol8245 :complies false. -:carol8246 :complies false. -:carol8247 :complies false. -:carol8248 :complies false. -:carol8249 :complies false. -:carol8250 :complies false. -:carol8251 :complies false. -:carol8252 :complies false. -:carol8253 :complies false. -:carol8254 :complies false. -:carol8255 :complies false. -:carol8256 :complies false. -:carol8257 :complies false. -:carol8258 :complies false. -:carol8259 :complies false. -:carol8260 :complies false. -:carol8261 :complies false. -:carol8262 :complies false. -:carol8263 :complies false. -:carol8264 :complies false. -:carol8265 :complies false. -:carol8266 :complies false. -:carol8267 :complies false. -:carol8268 :complies false. -:carol8269 :complies false. -:carol8270 :complies false. -:carol8271 :complies false. -:carol8272 :complies false. -:carol8273 :complies false. -:carol8274 :complies false. -:carol8275 :complies false. -:carol8276 :complies false. -:carol8277 :complies false. -:carol8278 :complies false. -:carol8279 :complies false. -:carol8280 :complies false. -:carol8281 :complies false. -:carol8282 :complies false. -:carol8283 :complies false. -:carol8284 :complies false. -:carol8285 :complies false. -:carol8286 :complies false. -:carol8287 :complies false. -:carol8288 :complies false. -:carol8289 :complies false. -:carol8290 :complies false. -:carol8291 :complies false. -:carol8292 :complies false. -:carol8293 :complies false. -:carol8294 :complies false. -:carol8295 :complies false. -:carol8296 :complies false. -:carol8297 :complies false. -:carol8298 :complies false. -:carol8299 :complies false. -:carol8300 :complies false. -:carol8301 :complies false. -:carol8302 :complies false. -:carol8303 :complies false. -:carol8304 :complies false. -:carol8305 :complies false. -:carol8306 :complies false. -:carol8307 :complies false. -:carol8308 :complies false. -:carol8309 :complies false. -:carol8310 :complies false. -:carol8311 :complies false. -:carol8312 :complies false. -:carol8313 :complies false. -:carol8314 :complies false. -:carol8315 :complies false. -:carol8316 :complies false. -:carol8317 :complies false. -:carol8318 :complies false. -:carol8319 :complies false. -:carol8320 :complies false. -:carol8321 :complies false. -:carol8322 :complies false. -:carol8323 :complies false. -:carol8324 :complies false. -:carol8325 :complies false. -:carol8326 :complies false. -:carol8327 :complies false. -:carol8328 :complies false. -:carol8329 :complies false. -:carol8330 :complies false. -:carol8331 :complies false. -:carol8332 :complies false. -:carol8333 :complies false. -:carol8334 :complies false. -:carol8335 :complies false. -:carol8336 :complies false. -:carol8337 :complies false. -:carol8338 :complies false. -:carol8339 :complies false. -:carol8340 :complies false. -:carol8341 :complies false. -:carol8342 :complies false. -:carol8343 :complies false. -:carol8344 :complies false. -:carol8345 :complies false. -:carol8346 :complies false. -:carol8347 :complies false. -:carol8348 :complies false. -:carol8349 :complies false. -:carol8350 :complies false. -:carol8351 :complies false. -:carol8352 :complies false. -:carol8353 :complies false. -:carol8354 :complies false. -:carol8355 :complies false. -:carol8356 :complies false. -:carol8357 :complies false. -:carol8358 :complies false. -:carol8359 :complies false. -:carol8360 :complies false. -:carol8361 :complies false. -:carol8362 :complies false. -:carol8363 :complies false. -:carol8364 :complies false. -:carol8365 :complies false. -:carol8366 :complies false. -:carol8367 :complies false. -:carol8368 :complies false. -:carol8369 :complies false. -:carol8370 :complies false. -:carol8371 :complies false. -:carol8372 :complies false. -:carol8373 :complies false. -:carol8374 :complies false. -:carol8375 :complies false. -:carol8376 :complies false. -:carol8377 :complies false. -:carol8378 :complies false. -:carol8379 :complies false. -:carol8380 :complies false. -:carol8381 :complies false. -:carol8382 :complies false. -:carol8383 :complies false. -:carol8384 :complies false. -:carol8385 :complies false. -:carol8386 :complies false. -:carol8387 :complies false. -:carol8388 :complies false. -:carol8389 :complies false. -:carol8390 :complies false. -:carol8391 :complies false. -:carol8392 :complies false. -:carol8393 :complies false. -:carol8394 :complies false. -:carol8395 :complies false. -:carol8396 :complies false. -:carol8397 :complies false. -:carol8398 :complies false. -:carol8399 :complies false. -:carol8400 :complies false. -:carol8401 :complies false. -:carol8402 :complies false. -:carol8403 :complies false. -:carol8404 :complies false. -:carol8405 :complies false. -:carol8406 :complies false. -:carol8407 :complies false. -:carol8408 :complies false. -:carol8409 :complies false. -:carol8410 :complies false. -:carol8411 :complies false. -:carol8412 :complies false. -:carol8413 :complies false. -:carol8414 :complies false. -:carol8415 :complies false. -:carol8416 :complies false. -:carol8417 :complies false. -:carol8418 :complies false. -:carol8419 :complies false. -:carol8420 :complies false. -:carol8421 :complies false. -:carol8422 :complies false. -:carol8423 :complies false. -:carol8424 :complies false. -:carol8425 :complies false. -:carol8426 :complies false. -:carol8427 :complies false. -:carol8428 :complies false. -:carol8429 :complies false. -:carol8430 :complies false. -:carol8431 :complies false. -:carol8432 :complies false. -:carol8433 :complies false. -:carol8434 :complies false. -:carol8435 :complies false. -:carol8436 :complies false. -:carol8437 :complies false. -:carol8438 :complies false. -:carol8439 :complies false. -:carol8440 :complies false. -:carol8441 :complies false. -:carol8442 :complies false. -:carol8443 :complies false. -:carol8444 :complies false. -:carol8445 :complies false. -:carol8446 :complies false. -:carol8447 :complies false. -:carol8448 :complies false. -:carol8449 :complies false. -:carol8450 :complies false. -:carol8451 :complies false. -:carol8452 :complies false. -:carol8453 :complies false. -:carol8454 :complies false. -:carol8455 :complies false. -:carol8456 :complies false. -:carol8457 :complies false. -:carol8458 :complies false. -:carol8459 :complies false. -:carol8460 :complies false. -:carol8461 :complies false. -:carol8462 :complies false. -:carol8463 :complies false. -:carol8464 :complies false. -:carol8465 :complies false. -:carol8466 :complies false. -:carol8467 :complies false. -:carol8468 :complies false. -:carol8469 :complies false. -:carol8470 :complies false. -:carol8471 :complies false. -:carol8472 :complies false. -:carol8473 :complies false. -:carol8474 :complies false. -:carol8475 :complies false. -:carol8476 :complies false. -:carol8477 :complies false. -:carol8478 :complies false. -:carol8479 :complies false. -:carol8480 :complies false. -:carol8481 :complies false. -:carol8482 :complies false. -:carol8483 :complies false. -:carol8484 :complies false. -:carol8485 :complies false. -:carol8486 :complies false. -:carol8487 :complies false. -:carol8488 :complies false. -:carol8489 :complies false. -:carol8490 :complies false. -:carol8491 :complies false. -:carol8492 :complies false. -:carol8493 :complies false. -:carol8494 :complies false. -:carol8495 :complies false. -:carol8496 :complies false. -:carol8497 :complies false. -:carol8498 :complies false. -:carol8499 :complies false. -:carol8500 :complies false. -:carol8501 :complies false. -:carol8502 :complies false. -:carol8503 :complies false. -:carol8504 :complies false. -:carol8505 :complies false. -:carol8506 :complies false. -:carol8507 :complies false. -:carol8508 :complies false. -:carol8509 :complies false. -:carol8510 :complies false. -:carol8511 :complies false. -:carol8512 :complies false. -:carol8513 :complies false. -:carol8514 :complies false. -:carol8515 :complies false. -:carol8516 :complies false. -:carol8517 :complies false. -:carol8518 :complies false. -:carol8519 :complies false. -:carol8520 :complies false. -:carol8521 :complies false. -:carol8522 :complies false. -:carol8523 :complies false. -:carol8524 :complies false. -:carol8525 :complies false. -:carol8526 :complies false. -:carol8527 :complies false. -:carol8528 :complies false. -:carol8529 :complies false. -:carol8530 :complies false. -:carol8531 :complies false. -:carol8532 :complies false. -:carol8533 :complies false. -:carol8534 :complies false. -:carol8535 :complies false. -:carol8536 :complies false. -:carol8537 :complies false. -:carol8538 :complies false. -:carol8539 :complies false. -:carol8540 :complies false. -:carol8541 :complies false. -:carol8542 :complies false. -:carol8543 :complies false. -:carol8544 :complies false. -:carol8545 :complies false. -:carol8546 :complies false. -:carol8547 :complies false. -:carol8548 :complies false. -:carol8549 :complies false. -:carol8550 :complies false. -:carol8551 :complies false. -:carol8552 :complies false. -:carol8553 :complies false. -:carol8554 :complies false. -:carol8555 :complies false. -:carol8556 :complies false. -:carol8557 :complies false. -:carol8558 :complies false. -:carol8559 :complies false. -:carol8560 :complies false. -:carol8561 :complies false. -:carol8562 :complies false. -:carol8563 :complies false. -:carol8564 :complies false. -:carol8565 :complies false. -:carol8566 :complies false. -:carol8567 :complies false. -:carol8568 :complies false. -:carol8569 :complies false. -:carol8570 :complies false. -:carol8571 :complies false. -:carol8572 :complies false. -:carol8573 :complies false. -:carol8574 :complies false. -:carol8575 :complies false. -:carol8576 :complies false. -:carol8577 :complies false. -:carol8578 :complies false. -:carol8579 :complies false. -:carol8580 :complies false. -:carol8581 :complies false. -:carol8582 :complies false. -:carol8583 :complies false. -:carol8584 :complies false. -:carol8585 :complies false. -:carol8586 :complies false. -:carol8587 :complies false. -:carol8588 :complies false. -:carol8589 :complies false. -:carol8590 :complies false. -:carol8591 :complies false. -:carol8592 :complies false. -:carol8593 :complies false. -:carol8594 :complies false. -:carol8595 :complies false. -:carol8596 :complies false. -:carol8597 :complies false. -:carol8598 :complies false. -:carol8599 :complies false. -:carol8600 :complies false. -:carol8601 :complies false. -:carol8602 :complies false. -:carol8603 :complies false. -:carol8604 :complies false. -:carol8605 :complies false. -:carol8606 :complies false. -:carol8607 :complies false. -:carol8608 :complies false. -:carol8609 :complies false. -:carol8610 :complies false. -:carol8611 :complies false. -:carol8612 :complies false. -:carol8613 :complies false. -:carol8614 :complies false. -:carol8615 :complies false. -:carol8616 :complies false. -:carol8617 :complies false. -:carol8618 :complies false. -:carol8619 :complies false. -:carol8620 :complies false. -:carol8621 :complies false. -:carol8622 :complies false. -:carol8623 :complies false. -:carol8624 :complies false. -:carol8625 :complies false. -:carol8626 :complies false. -:carol8627 :complies false. -:carol8628 :complies false. -:carol8629 :complies false. -:carol8630 :complies false. -:carol8631 :complies false. -:carol8632 :complies false. -:carol8633 :complies false. -:carol8634 :complies false. -:carol8635 :complies false. -:carol8636 :complies false. -:carol8637 :complies false. -:carol8638 :complies false. -:carol8639 :complies false. -:carol8640 :complies false. -:carol8641 :complies false. -:carol8642 :complies false. -:carol8643 :complies false. -:carol8644 :complies false. -:carol8645 :complies false. -:carol8646 :complies false. -:carol8647 :complies false. -:carol8648 :complies false. -:carol8649 :complies false. -:carol8650 :complies false. -:carol8651 :complies false. -:carol8652 :complies false. -:carol8653 :complies false. -:carol8654 :complies false. -:carol8655 :complies false. -:carol8656 :complies false. -:carol8657 :complies false. -:carol8658 :complies false. -:carol8659 :complies false. -:carol8660 :complies false. -:carol8661 :complies false. -:carol8662 :complies false. -:carol8663 :complies false. -:carol8664 :complies false. -:carol8665 :complies false. -:carol8666 :complies false. -:carol8667 :complies false. -:carol8668 :complies false. -:carol8669 :complies false. -:carol8670 :complies false. -:carol8671 :complies false. -:carol8672 :complies false. -:carol8673 :complies false. -:carol8674 :complies false. -:carol8675 :complies false. -:carol8676 :complies false. -:carol8677 :complies false. -:carol8678 :complies false. -:carol8679 :complies false. -:carol8680 :complies false. -:carol8681 :complies false. -:carol8682 :complies false. -:carol8683 :complies false. -:carol8684 :complies false. -:carol8685 :complies false. -:carol8686 :complies false. -:carol8687 :complies false. -:carol8688 :complies false. -:carol8689 :complies false. -:carol8690 :complies false. -:carol8691 :complies false. -:carol8692 :complies false. -:carol8693 :complies false. -:carol8694 :complies false. -:carol8695 :complies false. -:carol8696 :complies false. -:carol8697 :complies false. -:carol8698 :complies false. -:carol8699 :complies false. -:carol8700 :complies false. -:carol8701 :complies false. -:carol8702 :complies false. -:carol8703 :complies false. -:carol8704 :complies false. -:carol8705 :complies false. -:carol8706 :complies false. -:carol8707 :complies false. -:carol8708 :complies false. -:carol8709 :complies false. -:carol8710 :complies false. -:carol8711 :complies false. -:carol8712 :complies false. -:carol8713 :complies false. -:carol8714 :complies false. -:carol8715 :complies false. -:carol8716 :complies false. -:carol8717 :complies false. -:carol8718 :complies false. -:carol8719 :complies false. -:carol8720 :complies false. -:carol8721 :complies false. -:carol8722 :complies false. -:carol8723 :complies false. -:carol8724 :complies false. -:carol8725 :complies false. -:carol8726 :complies false. -:carol8727 :complies false. -:carol8728 :complies false. -:carol8729 :complies false. -:carol8730 :complies false. -:carol8731 :complies false. -:carol8732 :complies false. -:carol8733 :complies false. -:carol8734 :complies false. -:carol8735 :complies false. -:carol8736 :complies false. -:carol8737 :complies false. -:carol8738 :complies false. -:carol8739 :complies false. -:carol8740 :complies false. -:carol8741 :complies false. -:carol8742 :complies false. -:carol8743 :complies false. -:carol8744 :complies false. -:carol8745 :complies false. -:carol8746 :complies false. -:carol8747 :complies false. -:carol8748 :complies false. -:carol8749 :complies false. -:carol8750 :complies false. -:carol8751 :complies false. -:carol8752 :complies false. -:carol8753 :complies false. -:carol8754 :complies false. -:carol8755 :complies false. -:carol8756 :complies false. -:carol8757 :complies false. -:carol8758 :complies false. -:carol8759 :complies false. -:carol8760 :complies false. -:carol8761 :complies false. -:carol8762 :complies false. -:carol8763 :complies false. -:carol8764 :complies false. -:carol8765 :complies false. -:carol8766 :complies false. -:carol8767 :complies false. -:carol8768 :complies false. -:carol8769 :complies false. -:carol8770 :complies false. -:carol8771 :complies false. -:carol8772 :complies false. -:carol8773 :complies false. -:carol8774 :complies false. -:carol8775 :complies false. -:carol8776 :complies false. -:carol8777 :complies false. -:carol8778 :complies false. -:carol8779 :complies false. -:carol8780 :complies false. -:carol8781 :complies false. -:carol8782 :complies false. -:carol8783 :complies false. -:carol8784 :complies false. -:carol8785 :complies false. -:carol8786 :complies false. -:carol8787 :complies false. -:carol8788 :complies false. -:carol8789 :complies false. -:carol8790 :complies false. -:carol8791 :complies false. -:carol8792 :complies false. -:carol8793 :complies false. -:carol8794 :complies false. -:carol8795 :complies false. -:carol8796 :complies false. -:carol8797 :complies false. -:carol8798 :complies false. -:carol8799 :complies false. -:carol8800 :complies false. -:carol8801 :complies false. -:carol8802 :complies false. -:carol8803 :complies false. -:carol8804 :complies false. -:carol8805 :complies false. -:carol8806 :complies false. -:carol8807 :complies false. -:carol8808 :complies false. -:carol8809 :complies false. -:carol8810 :complies false. -:carol8811 :complies false. -:carol8812 :complies false. -:carol8813 :complies false. -:carol8814 :complies false. -:carol8815 :complies false. -:carol8816 :complies false. -:carol8817 :complies false. -:carol8818 :complies false. -:carol8819 :complies false. -:carol8820 :complies false. -:carol8821 :complies false. -:carol8822 :complies false. -:carol8823 :complies false. -:carol8824 :complies false. -:carol8825 :complies false. -:carol8826 :complies false. -:carol8827 :complies false. -:carol8828 :complies false. -:carol8829 :complies false. -:carol8830 :complies false. -:carol8831 :complies false. -:carol8832 :complies false. -:carol8833 :complies false. -:carol8834 :complies false. -:carol8835 :complies false. -:carol8836 :complies false. -:carol8837 :complies false. -:carol8838 :complies false. -:carol8839 :complies false. -:carol8840 :complies false. -:carol8841 :complies false. -:carol8842 :complies false. -:carol8843 :complies false. -:carol8844 :complies false. -:carol8845 :complies false. -:carol8846 :complies false. -:carol8847 :complies false. -:carol8848 :complies false. -:carol8849 :complies false. -:carol8850 :complies false. -:carol8851 :complies false. -:carol8852 :complies false. -:carol8853 :complies false. -:carol8854 :complies false. -:carol8855 :complies false. -:carol8856 :complies false. -:carol8857 :complies false. -:carol8858 :complies false. -:carol8859 :complies false. -:carol8860 :complies false. -:carol8861 :complies false. -:carol8862 :complies false. -:carol8863 :complies false. -:carol8864 :complies false. -:carol8865 :complies false. -:carol8866 :complies false. -:carol8867 :complies false. -:carol8868 :complies false. -:carol8869 :complies false. -:carol8870 :complies false. -:carol8871 :complies false. -:carol8872 :complies false. -:carol8873 :complies false. -:carol8874 :complies false. -:carol8875 :complies false. -:carol8876 :complies false. -:carol8877 :complies false. -:carol8878 :complies false. -:carol8879 :complies false. -:carol8880 :complies false. -:carol8881 :complies false. -:carol8882 :complies false. -:carol8883 :complies false. -:carol8884 :complies false. -:carol8885 :complies false. -:carol8886 :complies false. -:carol8887 :complies false. -:carol8888 :complies false. -:carol8889 :complies false. -:carol8890 :complies false. -:carol8891 :complies false. -:carol8892 :complies false. -:carol8893 :complies false. -:carol8894 :complies false. -:carol8895 :complies false. -:carol8896 :complies false. -:carol8897 :complies false. -:carol8898 :complies false. -:carol8899 :complies false. -:carol8900 :complies false. -:carol8901 :complies false. -:carol8902 :complies false. -:carol8903 :complies false. -:carol8904 :complies false. -:carol8905 :complies false. -:carol8906 :complies false. -:carol8907 :complies false. -:carol8908 :complies false. -:carol8909 :complies false. -:carol8910 :complies false. -:carol8911 :complies false. -:carol8912 :complies false. -:carol8913 :complies false. -:carol8914 :complies false. -:carol8915 :complies false. -:carol8916 :complies false. -:carol8917 :complies false. -:carol8918 :complies false. -:carol8919 :complies false. -:carol8920 :complies false. -:carol8921 :complies false. -:carol8922 :complies false. -:carol8923 :complies false. -:carol8924 :complies false. -:carol8925 :complies false. -:carol8926 :complies false. -:carol8927 :complies false. -:carol8928 :complies false. -:carol8929 :complies false. -:carol8930 :complies false. -:carol8931 :complies false. -:carol8932 :complies false. -:carol8933 :complies false. -:carol8934 :complies false. -:carol8935 :complies false. -:carol8936 :complies false. -:carol8937 :complies false. -:carol8938 :complies false. -:carol8939 :complies false. -:carol8940 :complies false. -:carol8941 :complies false. -:carol8942 :complies false. -:carol8943 :complies false. -:carol8944 :complies false. -:carol8945 :complies false. -:carol8946 :complies false. -:carol8947 :complies false. -:carol8948 :complies false. -:carol8949 :complies false. -:carol8950 :complies false. -:carol8951 :complies false. -:carol8952 :complies false. -:carol8953 :complies false. -:carol8954 :complies false. -:carol8955 :complies false. -:carol8956 :complies false. -:carol8957 :complies false. -:carol8958 :complies false. -:carol8959 :complies false. -:carol8960 :complies false. -:carol8961 :complies false. -:carol8962 :complies false. -:carol8963 :complies false. -:carol8964 :complies false. -:carol8965 :complies false. -:carol8966 :complies false. -:carol8967 :complies false. -:carol8968 :complies false. -:carol8969 :complies false. -:carol8970 :complies false. -:carol8971 :complies false. -:carol8972 :complies false. -:carol8973 :complies false. -:carol8974 :complies false. -:carol8975 :complies false. -:carol8976 :complies false. -:carol8977 :complies false. -:carol8978 :complies false. -:carol8979 :complies false. -:carol8980 :complies false. -:carol8981 :complies false. -:carol8982 :complies false. -:carol8983 :complies false. -:carol8984 :complies false. -:carol8985 :complies false. -:carol8986 :complies false. -:carol8987 :complies false. -:carol8988 :complies false. -:carol8989 :complies false. -:carol8990 :complies false. -:carol8991 :complies false. -:carol8992 :complies false. -:carol8993 :complies false. -:carol8994 :complies false. -:carol8995 :complies false. -:carol8996 :complies false. -:carol8997 :complies false. -:carol8998 :complies false. -:carol8999 :complies false. -:carol9000 :complies false. -:carol9001 :complies false. -:carol9002 :complies false. -:carol9003 :complies false. -:carol9004 :complies false. -:carol9005 :complies false. -:carol9006 :complies false. -:carol9007 :complies false. -:carol9008 :complies false. -:carol9009 :complies false. -:carol9010 :complies false. -:carol9011 :complies false. -:carol9012 :complies false. -:carol9013 :complies false. -:carol9014 :complies false. -:carol9015 :complies false. -:carol9016 :complies false. -:carol9017 :complies false. -:carol9018 :complies false. -:carol9019 :complies false. -:carol9020 :complies false. -:carol9021 :complies false. -:carol9022 :complies false. -:carol9023 :complies false. -:carol9024 :complies false. -:carol9025 :complies false. -:carol9026 :complies false. -:carol9027 :complies false. -:carol9028 :complies false. -:carol9029 :complies false. -:carol9030 :complies false. -:carol9031 :complies false. -:carol9032 :complies false. -:carol9033 :complies false. -:carol9034 :complies false. -:carol9035 :complies false. -:carol9036 :complies false. -:carol9037 :complies false. -:carol9038 :complies false. -:carol9039 :complies false. -:carol9040 :complies false. -:carol9041 :complies false. -:carol9042 :complies false. -:carol9043 :complies false. -:carol9044 :complies false. -:carol9045 :complies false. -:carol9046 :complies false. -:carol9047 :complies false. -:carol9048 :complies false. -:carol9049 :complies false. -:carol9050 :complies false. -:carol9051 :complies false. -:carol9052 :complies false. -:carol9053 :complies false. -:carol9054 :complies false. -:carol9055 :complies false. -:carol9056 :complies false. -:carol9057 :complies false. -:carol9058 :complies false. -:carol9059 :complies false. -:carol9060 :complies false. -:carol9061 :complies false. -:carol9062 :complies false. -:carol9063 :complies false. -:carol9064 :complies false. -:carol9065 :complies false. -:carol9066 :complies false. -:carol9067 :complies false. -:carol9068 :complies false. -:carol9069 :complies false. -:carol9070 :complies false. -:carol9071 :complies false. -:carol9072 :complies false. -:carol9073 :complies false. -:carol9074 :complies false. -:carol9075 :complies false. -:carol9076 :complies false. -:carol9077 :complies false. -:carol9078 :complies false. -:carol9079 :complies false. -:carol9080 :complies false. -:carol9081 :complies false. -:carol9082 :complies false. -:carol9083 :complies false. -:carol9084 :complies false. -:carol9085 :complies false. -:carol9086 :complies false. -:carol9087 :complies false. -:carol9088 :complies false. -:carol9089 :complies false. -:carol9090 :complies false. -:carol9091 :complies false. -:carol9092 :complies false. -:carol9093 :complies false. -:carol9094 :complies false. -:carol9095 :complies false. -:carol9096 :complies false. -:carol9097 :complies false. -:carol9098 :complies false. -:carol9099 :complies false. -:carol9100 :complies false. -:carol9101 :complies false. -:carol9102 :complies false. -:carol9103 :complies false. -:carol9104 :complies false. -:carol9105 :complies false. -:carol9106 :complies false. -:carol9107 :complies false. -:carol9108 :complies false. -:carol9109 :complies false. -:carol9110 :complies false. -:carol9111 :complies false. -:carol9112 :complies false. -:carol9113 :complies false. -:carol9114 :complies false. -:carol9115 :complies false. -:carol9116 :complies false. -:carol9117 :complies false. -:carol9118 :complies false. -:carol9119 :complies false. -:carol9120 :complies false. -:carol9121 :complies false. -:carol9122 :complies false. -:carol9123 :complies false. -:carol9124 :complies false. -:carol9125 :complies false. -:carol9126 :complies false. -:carol9127 :complies false. -:carol9128 :complies false. -:carol9129 :complies false. -:carol9130 :complies false. -:carol9131 :complies false. -:carol9132 :complies false. -:carol9133 :complies false. -:carol9134 :complies false. -:carol9135 :complies false. -:carol9136 :complies false. -:carol9137 :complies false. -:carol9138 :complies false. -:carol9139 :complies false. -:carol9140 :complies false. -:carol9141 :complies false. -:carol9142 :complies false. -:carol9143 :complies false. -:carol9144 :complies false. -:carol9145 :complies false. -:carol9146 :complies false. -:carol9147 :complies false. -:carol9148 :complies false. -:carol9149 :complies false. -:carol9150 :complies false. -:carol9151 :complies false. -:carol9152 :complies false. -:carol9153 :complies false. -:carol9154 :complies false. -:carol9155 :complies false. -:carol9156 :complies false. -:carol9157 :complies false. -:carol9158 :complies false. -:carol9159 :complies false. -:carol9160 :complies false. -:carol9161 :complies false. -:carol9162 :complies false. -:carol9163 :complies false. -:carol9164 :complies false. -:carol9165 :complies false. -:carol9166 :complies false. -:carol9167 :complies false. -:carol9168 :complies false. -:carol9169 :complies false. -:carol9170 :complies false. -:carol9171 :complies false. -:carol9172 :complies false. -:carol9173 :complies false. -:carol9174 :complies false. -:carol9175 :complies false. -:carol9176 :complies false. -:carol9177 :complies false. -:carol9178 :complies false. -:carol9179 :complies false. -:carol9180 :complies false. -:carol9181 :complies false. -:carol9182 :complies false. -:carol9183 :complies false. -:carol9184 :complies false. -:carol9185 :complies false. -:carol9186 :complies false. -:carol9187 :complies false. -:carol9188 :complies false. -:carol9189 :complies false. -:carol9190 :complies false. -:carol9191 :complies false. -:carol9192 :complies false. -:carol9193 :complies false. -:carol9194 :complies false. -:carol9195 :complies false. -:carol9196 :complies false. -:carol9197 :complies false. -:carol9198 :complies false. -:carol9199 :complies false. -:carol9200 :complies false. -:carol9201 :complies false. -:carol9202 :complies false. -:carol9203 :complies false. -:carol9204 :complies false. -:carol9205 :complies false. -:carol9206 :complies false. -:carol9207 :complies false. -:carol9208 :complies false. -:carol9209 :complies false. -:carol9210 :complies false. -:carol9211 :complies false. -:carol9212 :complies false. -:carol9213 :complies false. -:carol9214 :complies false. -:carol9215 :complies false. -:carol9216 :complies false. -:carol9217 :complies false. -:carol9218 :complies false. -:carol9219 :complies false. -:carol9220 :complies false. -:carol9221 :complies false. -:carol9222 :complies false. -:carol9223 :complies false. -:carol9224 :complies false. -:carol9225 :complies false. -:carol9226 :complies false. -:carol9227 :complies false. -:carol9228 :complies false. -:carol9229 :complies false. -:carol9230 :complies false. -:carol9231 :complies false. -:carol9232 :complies false. -:carol9233 :complies false. -:carol9234 :complies false. -:carol9235 :complies false. -:carol9236 :complies false. -:carol9237 :complies false. -:carol9238 :complies false. -:carol9239 :complies false. -:carol9240 :complies false. -:carol9241 :complies false. -:carol9242 :complies false. -:carol9243 :complies false. -:carol9244 :complies false. -:carol9245 :complies false. -:carol9246 :complies false. -:carol9247 :complies false. -:carol9248 :complies false. -:carol9249 :complies false. -:carol9250 :complies false. -:carol9251 :complies false. -:carol9252 :complies false. -:carol9253 :complies false. -:carol9254 :complies false. -:carol9255 :complies false. -:carol9256 :complies false. -:carol9257 :complies false. -:carol9258 :complies false. -:carol9259 :complies false. -:carol9260 :complies false. -:carol9261 :complies false. -:carol9262 :complies false. -:carol9263 :complies false. -:carol9264 :complies false. -:carol9265 :complies false. -:carol9266 :complies false. -:carol9267 :complies false. -:carol9268 :complies false. -:carol9269 :complies false. -:carol9270 :complies false. -:carol9271 :complies false. -:carol9272 :complies false. -:carol9273 :complies false. -:carol9274 :complies false. -:carol9275 :complies false. -:carol9276 :complies false. -:carol9277 :complies false. -:carol9278 :complies false. -:carol9279 :complies false. -:carol9280 :complies false. -:carol9281 :complies false. -:carol9282 :complies false. -:carol9283 :complies false. -:carol9284 :complies false. -:carol9285 :complies false. -:carol9286 :complies false. -:carol9287 :complies false. -:carol9288 :complies false. -:carol9289 :complies false. -:carol9290 :complies false. -:carol9291 :complies false. -:carol9292 :complies false. -:carol9293 :complies false. -:carol9294 :complies false. -:carol9295 :complies false. -:carol9296 :complies false. -:carol9297 :complies false. -:carol9298 :complies false. -:carol9299 :complies false. -:carol9300 :complies false. -:carol9301 :complies false. -:carol9302 :complies false. -:carol9303 :complies false. -:carol9304 :complies false. -:carol9305 :complies false. -:carol9306 :complies false. -:carol9307 :complies false. -:carol9308 :complies false. -:carol9309 :complies false. -:carol9310 :complies false. -:carol9311 :complies false. -:carol9312 :complies false. -:carol9313 :complies false. -:carol9314 :complies false. -:carol9315 :complies false. -:carol9316 :complies false. -:carol9317 :complies false. -:carol9318 :complies false. -:carol9319 :complies false. -:carol9320 :complies false. -:carol9321 :complies false. -:carol9322 :complies false. -:carol9323 :complies false. -:carol9324 :complies false. -:carol9325 :complies false. -:carol9326 :complies false. -:carol9327 :complies false. -:carol9328 :complies false. -:carol9329 :complies false. -:carol9330 :complies false. -:carol9331 :complies false. -:carol9332 :complies false. -:carol9333 :complies false. -:carol9334 :complies false. -:carol9335 :complies false. -:carol9336 :complies false. -:carol9337 :complies false. -:carol9338 :complies false. -:carol9339 :complies false. -:carol9340 :complies false. -:carol9341 :complies false. -:carol9342 :complies false. -:carol9343 :complies false. -:carol9344 :complies false. -:carol9345 :complies false. -:carol9346 :complies false. -:carol9347 :complies false. -:carol9348 :complies false. -:carol9349 :complies false. -:carol9350 :complies false. -:carol9351 :complies false. -:carol9352 :complies false. -:carol9353 :complies false. -:carol9354 :complies false. -:carol9355 :complies false. -:carol9356 :complies false. -:carol9357 :complies false. -:carol9358 :complies false. -:carol9359 :complies false. -:carol9360 :complies false. -:carol9361 :complies false. -:carol9362 :complies false. -:carol9363 :complies false. -:carol9364 :complies false. -:carol9365 :complies false. -:carol9366 :complies false. -:carol9367 :complies false. -:carol9368 :complies false. -:carol9369 :complies false. -:carol9370 :complies false. -:carol9371 :complies false. -:carol9372 :complies false. -:carol9373 :complies false. -:carol9374 :complies false. -:carol9375 :complies false. -:carol9376 :complies false. -:carol9377 :complies false. -:carol9378 :complies false. -:carol9379 :complies false. -:carol9380 :complies false. -:carol9381 :complies false. -:carol9382 :complies false. -:carol9383 :complies false. -:carol9384 :complies false. -:carol9385 :complies false. -:carol9386 :complies false. -:carol9387 :complies false. -:carol9388 :complies false. -:carol9389 :complies false. -:carol9390 :complies false. -:carol9391 :complies false. -:carol9392 :complies false. -:carol9393 :complies false. -:carol9394 :complies false. -:carol9395 :complies false. -:carol9396 :complies false. -:carol9397 :complies false. -:carol9398 :complies false. -:carol9399 :complies false. -:carol9400 :complies false. -:carol9401 :complies false. -:carol9402 :complies false. -:carol9403 :complies false. -:carol9404 :complies false. -:carol9405 :complies false. -:carol9406 :complies false. -:carol9407 :complies false. -:carol9408 :complies false. -:carol9409 :complies false. -:carol9410 :complies false. -:carol9411 :complies false. -:carol9412 :complies false. -:carol9413 :complies false. -:carol9414 :complies false. -:carol9415 :complies false. -:carol9416 :complies false. -:carol9417 :complies false. -:carol9418 :complies false. -:carol9419 :complies false. -:carol9420 :complies false. -:carol9421 :complies false. -:carol9422 :complies false. -:carol9423 :complies false. -:carol9424 :complies false. -:carol9425 :complies false. -:carol9426 :complies false. -:carol9427 :complies false. -:carol9428 :complies false. -:carol9429 :complies false. -:carol9430 :complies false. -:carol9431 :complies false. -:carol9432 :complies false. -:carol9433 :complies false. -:carol9434 :complies false. -:carol9435 :complies false. -:carol9436 :complies false. -:carol9437 :complies false. -:carol9438 :complies false. -:carol9439 :complies false. -:carol9440 :complies false. -:carol9441 :complies false. -:carol9442 :complies false. -:carol9443 :complies false. -:carol9444 :complies false. -:carol9445 :complies false. -:carol9446 :complies false. -:carol9447 :complies false. -:carol9448 :complies false. -:carol9449 :complies false. -:carol9450 :complies false. -:carol9451 :complies false. -:carol9452 :complies false. -:carol9453 :complies false. -:carol9454 :complies false. -:carol9455 :complies false. -:carol9456 :complies false. -:carol9457 :complies false. -:carol9458 :complies false. -:carol9459 :complies false. -:carol9460 :complies false. -:carol9461 :complies false. -:carol9462 :complies false. -:carol9463 :complies false. -:carol9464 :complies false. -:carol9465 :complies false. -:carol9466 :complies false. -:carol9467 :complies false. -:carol9468 :complies false. -:carol9469 :complies false. -:carol9470 :complies false. -:carol9471 :complies false. -:carol9472 :complies false. -:carol9473 :complies false. -:carol9474 :complies false. -:carol9475 :complies false. -:carol9476 :complies false. -:carol9477 :complies false. -:carol9478 :complies false. -:carol9479 :complies false. -:carol9480 :complies false. -:carol9481 :complies false. -:carol9482 :complies false. -:carol9483 :complies false. -:carol9484 :complies false. -:carol9485 :complies false. -:carol9486 :complies false. -:carol9487 :complies false. -:carol9488 :complies false. -:carol9489 :complies false. -:carol9490 :complies false. -:carol9491 :complies false. -:carol9492 :complies false. -:carol9493 :complies false. -:carol9494 :complies false. -:carol9495 :complies false. -:carol9496 :complies false. -:carol9497 :complies false. -:carol9498 :complies false. -:carol9499 :complies false. -:carol9500 :complies false. -:carol9501 :complies false. -:carol9502 :complies false. -:carol9503 :complies false. -:carol9504 :complies false. -:carol9505 :complies false. -:carol9506 :complies false. -:carol9507 :complies false. -:carol9508 :complies false. -:carol9509 :complies false. -:carol9510 :complies false. -:carol9511 :complies false. -:carol9512 :complies false. -:carol9513 :complies false. -:carol9514 :complies false. -:carol9515 :complies false. -:carol9516 :complies false. -:carol9517 :complies false. -:carol9518 :complies false. -:carol9519 :complies false. -:carol9520 :complies false. -:carol9521 :complies false. -:carol9522 :complies false. -:carol9523 :complies false. -:carol9524 :complies false. -:carol9525 :complies false. -:carol9526 :complies false. -:carol9527 :complies false. -:carol9528 :complies false. -:carol9529 :complies false. -:carol9530 :complies false. -:carol9531 :complies false. -:carol9532 :complies false. -:carol9533 :complies false. -:carol9534 :complies false. -:carol9535 :complies false. -:carol9536 :complies false. -:carol9537 :complies false. -:carol9538 :complies false. -:carol9539 :complies false. -:carol9540 :complies false. -:carol9541 :complies false. -:carol9542 :complies false. -:carol9543 :complies false. -:carol9544 :complies false. -:carol9545 :complies false. -:carol9546 :complies false. -:carol9547 :complies false. -:carol9548 :complies false. -:carol9549 :complies false. -:carol9550 :complies false. -:carol9551 :complies false. -:carol9552 :complies false. -:carol9553 :complies false. -:carol9554 :complies false. -:carol9555 :complies false. -:carol9556 :complies false. -:carol9557 :complies false. -:carol9558 :complies false. -:carol9559 :complies false. -:carol9560 :complies false. -:carol9561 :complies false. -:carol9562 :complies false. -:carol9563 :complies false. -:carol9564 :complies false. -:carol9565 :complies false. -:carol9566 :complies false. -:carol9567 :complies false. -:carol9568 :complies false. -:carol9569 :complies false. -:carol9570 :complies false. -:carol9571 :complies false. -:carol9572 :complies false. -:carol9573 :complies false. -:carol9574 :complies false. -:carol9575 :complies false. -:carol9576 :complies false. -:carol9577 :complies false. -:carol9578 :complies false. -:carol9579 :complies false. -:carol9580 :complies false. -:carol9581 :complies false. -:carol9582 :complies false. -:carol9583 :complies false. -:carol9584 :complies false. -:carol9585 :complies false. -:carol9586 :complies false. -:carol9587 :complies false. -:carol9588 :complies false. -:carol9589 :complies false. -:carol9590 :complies false. -:carol9591 :complies false. -:carol9592 :complies false. -:carol9593 :complies false. -:carol9594 :complies false. -:carol9595 :complies false. -:carol9596 :complies false. -:carol9597 :complies false. -:carol9598 :complies false. -:carol9599 :complies false. -:carol9600 :complies false. -:carol9601 :complies false. -:carol9602 :complies false. -:carol9603 :complies false. -:carol9604 :complies false. -:carol9605 :complies false. -:carol9606 :complies false. -:carol9607 :complies false. -:carol9608 :complies false. -:carol9609 :complies false. -:carol9610 :complies false. -:carol9611 :complies false. -:carol9612 :complies false. -:carol9613 :complies false. -:carol9614 :complies false. -:carol9615 :complies false. -:carol9616 :complies false. -:carol9617 :complies false. -:carol9618 :complies false. -:carol9619 :complies false. -:carol9620 :complies false. -:carol9621 :complies false. -:carol9622 :complies false. -:carol9623 :complies false. -:carol9624 :complies false. -:carol9625 :complies false. -:carol9626 :complies false. -:carol9627 :complies false. -:carol9628 :complies false. -:carol9629 :complies false. -:carol9630 :complies false. -:carol9631 :complies false. -:carol9632 :complies false. -:carol9633 :complies false. -:carol9634 :complies false. -:carol9635 :complies false. -:carol9636 :complies false. -:carol9637 :complies false. -:carol9638 :complies false. -:carol9639 :complies false. -:carol9640 :complies false. -:carol9641 :complies false. -:carol9642 :complies false. -:carol9643 :complies false. -:carol9644 :complies false. -:carol9645 :complies false. -:carol9646 :complies false. -:carol9647 :complies false. -:carol9648 :complies false. -:carol9649 :complies false. -:carol9650 :complies false. -:carol9651 :complies false. -:carol9652 :complies false. -:carol9653 :complies false. -:carol9654 :complies false. -:carol9655 :complies false. -:carol9656 :complies false. -:carol9657 :complies false. -:carol9658 :complies false. -:carol9659 :complies false. -:carol9660 :complies false. -:carol9661 :complies false. -:carol9662 :complies false. -:carol9663 :complies false. -:carol9664 :complies false. -:carol9665 :complies false. -:carol9666 :complies false. -:carol9667 :complies false. -:carol9668 :complies false. -:carol9669 :complies false. -:carol9670 :complies false. -:carol9671 :complies false. -:carol9672 :complies false. -:carol9673 :complies false. -:carol9674 :complies false. -:carol9675 :complies false. -:carol9676 :complies false. -:carol9677 :complies false. -:carol9678 :complies false. -:carol9679 :complies false. -:carol9680 :complies false. -:carol9681 :complies false. -:carol9682 :complies false. -:carol9683 :complies false. -:carol9684 :complies false. -:carol9685 :complies false. -:carol9686 :complies false. -:carol9687 :complies false. -:carol9688 :complies false. -:carol9689 :complies false. -:carol9690 :complies false. -:carol9691 :complies false. -:carol9692 :complies false. -:carol9693 :complies false. -:carol9694 :complies false. -:carol9695 :complies false. -:carol9696 :complies false. -:carol9697 :complies false. -:carol9698 :complies false. -:carol9699 :complies false. -:carol9700 :complies false. -:carol9701 :complies false. -:carol9702 :complies false. -:carol9703 :complies false. -:carol9704 :complies false. -:carol9705 :complies false. -:carol9706 :complies false. -:carol9707 :complies false. -:carol9708 :complies false. -:carol9709 :complies false. -:carol9710 :complies false. -:carol9711 :complies false. -:carol9712 :complies false. -:carol9713 :complies false. -:carol9714 :complies false. -:carol9715 :complies false. -:carol9716 :complies false. -:carol9717 :complies false. -:carol9718 :complies false. -:carol9719 :complies false. -:carol9720 :complies false. -:carol9721 :complies false. -:carol9722 :complies false. -:carol9723 :complies false. -:carol9724 :complies false. -:carol9725 :complies false. -:carol9726 :complies false. -:carol9727 :complies false. -:carol9728 :complies false. -:carol9729 :complies false. -:carol9730 :complies false. -:carol9731 :complies false. -:carol9732 :complies false. -:carol9733 :complies false. -:carol9734 :complies false. -:carol9735 :complies false. -:carol9736 :complies false. -:carol9737 :complies false. -:carol9738 :complies false. -:carol9739 :complies false. -:carol9740 :complies false. -:carol9741 :complies false. -:carol9742 :complies false. -:carol9743 :complies false. -:carol9744 :complies false. -:carol9745 :complies false. -:carol9746 :complies false. -:carol9747 :complies false. -:carol9748 :complies false. -:carol9749 :complies false. -:carol9750 :complies false. -:carol9751 :complies false. -:carol9752 :complies false. -:carol9753 :complies false. -:carol9754 :complies false. -:carol9755 :complies false. -:carol9756 :complies false. -:carol9757 :complies false. -:carol9758 :complies false. -:carol9759 :complies false. -:carol9760 :complies false. -:carol9761 :complies false. -:carol9762 :complies false. -:carol9763 :complies false. -:carol9764 :complies false. -:carol9765 :complies false. -:carol9766 :complies false. -:carol9767 :complies false. -:carol9768 :complies false. -:carol9769 :complies false. -:carol9770 :complies false. -:carol9771 :complies false. -:carol9772 :complies false. -:carol9773 :complies false. -:carol9774 :complies false. -:carol9775 :complies false. -:carol9776 :complies false. -:carol9777 :complies false. -:carol9778 :complies false. -:carol9779 :complies false. -:carol9780 :complies false. -:carol9781 :complies false. -:carol9782 :complies false. -:carol9783 :complies false. -:carol9784 :complies false. -:carol9785 :complies false. -:carol9786 :complies false. -:carol9787 :complies false. -:carol9788 :complies false. -:carol9789 :complies false. -:carol9790 :complies false. -:carol9791 :complies false. -:carol9792 :complies false. -:carol9793 :complies false. -:carol9794 :complies false. -:carol9795 :complies false. -:carol9796 :complies false. -:carol9797 :complies false. -:carol9798 :complies false. -:carol9799 :complies false. -:carol9800 :complies false. -:carol9801 :complies false. -:carol9802 :complies false. -:carol9803 :complies false. -:carol9804 :complies false. -:carol9805 :complies false. -:carol9806 :complies false. -:carol9807 :complies false. -:carol9808 :complies false. -:carol9809 :complies false. -:carol9810 :complies false. -:carol9811 :complies false. -:carol9812 :complies false. -:carol9813 :complies false. -:carol9814 :complies false. -:carol9815 :complies false. -:carol9816 :complies false. -:carol9817 :complies false. -:carol9818 :complies false. -:carol9819 :complies false. -:carol9820 :complies false. -:carol9821 :complies false. -:carol9822 :complies false. -:carol9823 :complies false. -:carol9824 :complies false. -:carol9825 :complies false. -:carol9826 :complies false. -:carol9827 :complies false. -:carol9828 :complies false. -:carol9829 :complies false. -:carol9830 :complies false. -:carol9831 :complies false. -:carol9832 :complies false. -:carol9833 :complies false. -:carol9834 :complies false. -:carol9835 :complies false. -:carol9836 :complies false. -:carol9837 :complies false. -:carol9838 :complies false. -:carol9839 :complies false. -:carol9840 :complies false. -:carol9841 :complies false. -:carol9842 :complies false. -:carol9843 :complies false. -:carol9844 :complies false. -:carol9845 :complies false. -:carol9846 :complies false. -:carol9847 :complies false. -:carol9848 :complies false. -:carol9849 :complies false. -:carol9850 :complies false. -:carol9851 :complies false. -:carol9852 :complies false. -:carol9853 :complies false. -:carol9854 :complies false. -:carol9855 :complies false. -:carol9856 :complies false. -:carol9857 :complies false. -:carol9858 :complies false. -:carol9859 :complies false. -:carol9860 :complies false. -:carol9861 :complies false. -:carol9862 :complies false. -:carol9863 :complies false. -:carol9864 :complies false. -:carol9865 :complies false. -:carol9866 :complies false. -:carol9867 :complies false. -:carol9868 :complies false. -:carol9869 :complies false. -:carol9870 :complies false. -:carol9871 :complies false. -:carol9872 :complies false. -:carol9873 :complies false. -:carol9874 :complies false. -:carol9875 :complies false. -:carol9876 :complies false. -:carol9877 :complies false. -:carol9878 :complies false. -:carol9879 :complies false. -:carol9880 :complies false. -:carol9881 :complies false. -:carol9882 :complies false. -:carol9883 :complies false. -:carol9884 :complies false. -:carol9885 :complies false. -:carol9886 :complies false. -:carol9887 :complies false. -:carol9888 :complies false. -:carol9889 :complies false. -:carol9890 :complies false. -:carol9891 :complies false. -:carol9892 :complies false. -:carol9893 :complies false. -:carol9894 :complies false. -:carol9895 :complies false. -:carol9896 :complies false. -:carol9897 :complies false. -:carol9898 :complies false. -:carol9899 :complies false. -:carol9900 :complies false. -:carol9901 :complies false. -:carol9902 :complies false. -:carol9903 :complies false. -:carol9904 :complies false. -:carol9905 :complies false. -:carol9906 :complies false. -:carol9907 :complies false. -:carol9908 :complies false. -:carol9909 :complies false. -:carol9910 :complies false. -:carol9911 :complies false. -:carol9912 :complies false. -:carol9913 :complies false. -:carol9914 :complies false. -:carol9915 :complies false. -:carol9916 :complies false. -:carol9917 :complies false. -:carol9918 :complies false. -:carol9919 :complies false. -:carol9920 :complies false. -:carol9921 :complies false. -:carol9922 :complies false. -:carol9923 :complies false. -:carol9924 :complies false. -:carol9925 :complies false. -:carol9926 :complies false. -:carol9927 :complies false. -:carol9928 :complies false. -:carol9929 :complies false. -:carol9930 :complies false. -:carol9931 :complies false. -:carol9932 :complies false. -:carol9933 :complies false. -:carol9934 :complies false. -:carol9935 :complies false. -:carol9936 :complies false. -:carol9937 :complies false. -:carol9938 :complies false. -:carol9939 :complies false. -:carol9940 :complies false. -:carol9941 :complies false. -:carol9942 :complies false. -:carol9943 :complies false. -:carol9944 :complies false. -:carol9945 :complies false. -:carol9946 :complies false. -:carol9947 :complies false. -:carol9948 :complies false. -:carol9949 :complies false. -:carol9950 :complies false. -:carol9951 :complies false. -:carol9952 :complies false. -:carol9953 :complies false. -:carol9954 :complies false. -:carol9955 :complies false. -:carol9956 :complies false. -:carol9957 :complies false. -:carol9958 :complies false. -:carol9959 :complies false. -:carol9960 :complies false. -:carol9961 :complies false. -:carol9962 :complies false. -:carol9963 :complies false. -:carol9964 :complies false. -:carol9965 :complies false. -:carol9966 :complies false. -:carol9967 :complies false. -:carol9968 :complies false. -:carol9969 :complies false. -:carol9970 :complies false. -:carol9971 :complies false. -:carol9972 :complies false. -:carol9973 :complies false. -:carol9974 :complies false. -:carol9975 :complies false. -:carol9976 :complies false. -:carol9977 :complies false. -:carol9978 :complies false. -:carol9979 :complies false. -:carol9980 :complies false. -:carol9981 :complies false. -:carol9982 :complies false. -:carol9983 :complies false. -:carol9984 :complies false. -:carol9985 :complies false. -:carol9986 :complies false. -:carol9987 :complies false. -:carol9988 :complies false. -:carol9989 :complies false. -:carol9990 :complies false. -:carol9991 :complies false. -:carol9992 :complies false. -:carol9993 :complies false. -:carol9994 :complies false. -:carol9995 :complies false. -:carol9996 :complies false. -:carol9997 :complies false. -:carol9998 :complies false. -:carol9999 :complies false. -:carol10000 :complies false. diff --git a/reasoning/workplace-benchmark/workplace-data.ttl b/reasoning/workplace-benchmark/workplace-data.ttl index 8d9cea9bf..43d68d908 100644 --- a/reasoning/workplace-benchmark/workplace-data.ttl +++ b/reasoning/workplace-benchmark/workplace-data.ttl @@ -20000,20003 +20000,3 @@ :bob5000 :does :work_related_task. :bob5000 :does :log_off_at_end_of_shift. :carol5000 :does :access_social_media. -:alice5001 :does :log_off_at_end_of_shift. -:bob5001 :does :work_related_task. -:bob5001 :does :log_off_at_end_of_shift. -:carol5001 :does :access_social_media. -:alice5002 :does :log_off_at_end_of_shift. -:bob5002 :does :work_related_task. -:bob5002 :does :log_off_at_end_of_shift. -:carol5002 :does :access_social_media. -:alice5003 :does :log_off_at_end_of_shift. -:bob5003 :does :work_related_task. -:bob5003 :does :log_off_at_end_of_shift. -:carol5003 :does :access_social_media. -:alice5004 :does :log_off_at_end_of_shift. -:bob5004 :does :work_related_task. -:bob5004 :does :log_off_at_end_of_shift. -:carol5004 :does :access_social_media. -:alice5005 :does :log_off_at_end_of_shift. -:bob5005 :does :work_related_task. -:bob5005 :does :log_off_at_end_of_shift. -:carol5005 :does :access_social_media. -:alice5006 :does :log_off_at_end_of_shift. -:bob5006 :does :work_related_task. -:bob5006 :does :log_off_at_end_of_shift. -:carol5006 :does :access_social_media. -:alice5007 :does :log_off_at_end_of_shift. -:bob5007 :does :work_related_task. -:bob5007 :does :log_off_at_end_of_shift. -:carol5007 :does :access_social_media. -:alice5008 :does :log_off_at_end_of_shift. -:bob5008 :does :work_related_task. -:bob5008 :does :log_off_at_end_of_shift. -:carol5008 :does :access_social_media. -:alice5009 :does :log_off_at_end_of_shift. -:bob5009 :does :work_related_task. -:bob5009 :does :log_off_at_end_of_shift. -:carol5009 :does :access_social_media. -:alice5010 :does :log_off_at_end_of_shift. -:bob5010 :does :work_related_task. -:bob5010 :does :log_off_at_end_of_shift. -:carol5010 :does :access_social_media. -:alice5011 :does :log_off_at_end_of_shift. -:bob5011 :does :work_related_task. -:bob5011 :does :log_off_at_end_of_shift. -:carol5011 :does :access_social_media. -:alice5012 :does :log_off_at_end_of_shift. -:bob5012 :does :work_related_task. -:bob5012 :does :log_off_at_end_of_shift. -:carol5012 :does :access_social_media. -:alice5013 :does :log_off_at_end_of_shift. -:bob5013 :does :work_related_task. -:bob5013 :does :log_off_at_end_of_shift. -:carol5013 :does :access_social_media. -:alice5014 :does :log_off_at_end_of_shift. -:bob5014 :does :work_related_task. -:bob5014 :does :log_off_at_end_of_shift. -:carol5014 :does :access_social_media. -:alice5015 :does :log_off_at_end_of_shift. -:bob5015 :does :work_related_task. -:bob5015 :does :log_off_at_end_of_shift. -:carol5015 :does :access_social_media. -:alice5016 :does :log_off_at_end_of_shift. -:bob5016 :does :work_related_task. -:bob5016 :does :log_off_at_end_of_shift. -:carol5016 :does :access_social_media. -:alice5017 :does :log_off_at_end_of_shift. -:bob5017 :does :work_related_task. -:bob5017 :does :log_off_at_end_of_shift. -:carol5017 :does :access_social_media. -:alice5018 :does :log_off_at_end_of_shift. -:bob5018 :does :work_related_task. -:bob5018 :does :log_off_at_end_of_shift. -:carol5018 :does :access_social_media. -:alice5019 :does :log_off_at_end_of_shift. -:bob5019 :does :work_related_task. -:bob5019 :does :log_off_at_end_of_shift. -:carol5019 :does :access_social_media. -:alice5020 :does :log_off_at_end_of_shift. -:bob5020 :does :work_related_task. -:bob5020 :does :log_off_at_end_of_shift. -:carol5020 :does :access_social_media. -:alice5021 :does :log_off_at_end_of_shift. -:bob5021 :does :work_related_task. -:bob5021 :does :log_off_at_end_of_shift. -:carol5021 :does :access_social_media. -:alice5022 :does :log_off_at_end_of_shift. -:bob5022 :does :work_related_task. -:bob5022 :does :log_off_at_end_of_shift. -:carol5022 :does :access_social_media. -:alice5023 :does :log_off_at_end_of_shift. -:bob5023 :does :work_related_task. -:bob5023 :does :log_off_at_end_of_shift. -:carol5023 :does :access_social_media. -:alice5024 :does :log_off_at_end_of_shift. -:bob5024 :does :work_related_task. -:bob5024 :does :log_off_at_end_of_shift. -:carol5024 :does :access_social_media. -:alice5025 :does :log_off_at_end_of_shift. -:bob5025 :does :work_related_task. -:bob5025 :does :log_off_at_end_of_shift. -:carol5025 :does :access_social_media. -:alice5026 :does :log_off_at_end_of_shift. -:bob5026 :does :work_related_task. -:bob5026 :does :log_off_at_end_of_shift. -:carol5026 :does :access_social_media. -:alice5027 :does :log_off_at_end_of_shift. -:bob5027 :does :work_related_task. -:bob5027 :does :log_off_at_end_of_shift. -:carol5027 :does :access_social_media. -:alice5028 :does :log_off_at_end_of_shift. -:bob5028 :does :work_related_task. -:bob5028 :does :log_off_at_end_of_shift. -:carol5028 :does :access_social_media. -:alice5029 :does :log_off_at_end_of_shift. -:bob5029 :does :work_related_task. -:bob5029 :does :log_off_at_end_of_shift. -:carol5029 :does :access_social_media. -:alice5030 :does :log_off_at_end_of_shift. -:bob5030 :does :work_related_task. -:bob5030 :does :log_off_at_end_of_shift. -:carol5030 :does :access_social_media. -:alice5031 :does :log_off_at_end_of_shift. -:bob5031 :does :work_related_task. -:bob5031 :does :log_off_at_end_of_shift. -:carol5031 :does :access_social_media. -:alice5032 :does :log_off_at_end_of_shift. -:bob5032 :does :work_related_task. -:bob5032 :does :log_off_at_end_of_shift. -:carol5032 :does :access_social_media. -:alice5033 :does :log_off_at_end_of_shift. -:bob5033 :does :work_related_task. -:bob5033 :does :log_off_at_end_of_shift. -:carol5033 :does :access_social_media. -:alice5034 :does :log_off_at_end_of_shift. -:bob5034 :does :work_related_task. -:bob5034 :does :log_off_at_end_of_shift. -:carol5034 :does :access_social_media. -:alice5035 :does :log_off_at_end_of_shift. -:bob5035 :does :work_related_task. -:bob5035 :does :log_off_at_end_of_shift. -:carol5035 :does :access_social_media. -:alice5036 :does :log_off_at_end_of_shift. -:bob5036 :does :work_related_task. -:bob5036 :does :log_off_at_end_of_shift. -:carol5036 :does :access_social_media. -:alice5037 :does :log_off_at_end_of_shift. -:bob5037 :does :work_related_task. -:bob5037 :does :log_off_at_end_of_shift. -:carol5037 :does :access_social_media. -:alice5038 :does :log_off_at_end_of_shift. -:bob5038 :does :work_related_task. -:bob5038 :does :log_off_at_end_of_shift. -:carol5038 :does :access_social_media. -:alice5039 :does :log_off_at_end_of_shift. -:bob5039 :does :work_related_task. -:bob5039 :does :log_off_at_end_of_shift. -:carol5039 :does :access_social_media. -:alice5040 :does :log_off_at_end_of_shift. -:bob5040 :does :work_related_task. -:bob5040 :does :log_off_at_end_of_shift. -:carol5040 :does :access_social_media. -:alice5041 :does :log_off_at_end_of_shift. -:bob5041 :does :work_related_task. -:bob5041 :does :log_off_at_end_of_shift. -:carol5041 :does :access_social_media. -:alice5042 :does :log_off_at_end_of_shift. -:bob5042 :does :work_related_task. -:bob5042 :does :log_off_at_end_of_shift. -:carol5042 :does :access_social_media. -:alice5043 :does :log_off_at_end_of_shift. -:bob5043 :does :work_related_task. -:bob5043 :does :log_off_at_end_of_shift. -:carol5043 :does :access_social_media. -:alice5044 :does :log_off_at_end_of_shift. -:bob5044 :does :work_related_task. -:bob5044 :does :log_off_at_end_of_shift. -:carol5044 :does :access_social_media. -:alice5045 :does :log_off_at_end_of_shift. -:bob5045 :does :work_related_task. -:bob5045 :does :log_off_at_end_of_shift. -:carol5045 :does :access_social_media. -:alice5046 :does :log_off_at_end_of_shift. -:bob5046 :does :work_related_task. -:bob5046 :does :log_off_at_end_of_shift. -:carol5046 :does :access_social_media. -:alice5047 :does :log_off_at_end_of_shift. -:bob5047 :does :work_related_task. -:bob5047 :does :log_off_at_end_of_shift. -:carol5047 :does :access_social_media. -:alice5048 :does :log_off_at_end_of_shift. -:bob5048 :does :work_related_task. -:bob5048 :does :log_off_at_end_of_shift. -:carol5048 :does :access_social_media. -:alice5049 :does :log_off_at_end_of_shift. -:bob5049 :does :work_related_task. -:bob5049 :does :log_off_at_end_of_shift. -:carol5049 :does :access_social_media. -:alice5050 :does :log_off_at_end_of_shift. -:bob5050 :does :work_related_task. -:bob5050 :does :log_off_at_end_of_shift. -:carol5050 :does :access_social_media. -:alice5051 :does :log_off_at_end_of_shift. -:bob5051 :does :work_related_task. -:bob5051 :does :log_off_at_end_of_shift. -:carol5051 :does :access_social_media. -:alice5052 :does :log_off_at_end_of_shift. -:bob5052 :does :work_related_task. -:bob5052 :does :log_off_at_end_of_shift. -:carol5052 :does :access_social_media. -:alice5053 :does :log_off_at_end_of_shift. -:bob5053 :does :work_related_task. -:bob5053 :does :log_off_at_end_of_shift. -:carol5053 :does :access_social_media. -:alice5054 :does :log_off_at_end_of_shift. -:bob5054 :does :work_related_task. -:bob5054 :does :log_off_at_end_of_shift. -:carol5054 :does :access_social_media. -:alice5055 :does :log_off_at_end_of_shift. -:bob5055 :does :work_related_task. -:bob5055 :does :log_off_at_end_of_shift. -:carol5055 :does :access_social_media. -:alice5056 :does :log_off_at_end_of_shift. -:bob5056 :does :work_related_task. -:bob5056 :does :log_off_at_end_of_shift. -:carol5056 :does :access_social_media. -:alice5057 :does :log_off_at_end_of_shift. -:bob5057 :does :work_related_task. -:bob5057 :does :log_off_at_end_of_shift. -:carol5057 :does :access_social_media. -:alice5058 :does :log_off_at_end_of_shift. -:bob5058 :does :work_related_task. -:bob5058 :does :log_off_at_end_of_shift. -:carol5058 :does :access_social_media. -:alice5059 :does :log_off_at_end_of_shift. -:bob5059 :does :work_related_task. -:bob5059 :does :log_off_at_end_of_shift. -:carol5059 :does :access_social_media. -:alice5060 :does :log_off_at_end_of_shift. -:bob5060 :does :work_related_task. -:bob5060 :does :log_off_at_end_of_shift. -:carol5060 :does :access_social_media. -:alice5061 :does :log_off_at_end_of_shift. -:bob5061 :does :work_related_task. -:bob5061 :does :log_off_at_end_of_shift. -:carol5061 :does :access_social_media. -:alice5062 :does :log_off_at_end_of_shift. -:bob5062 :does :work_related_task. -:bob5062 :does :log_off_at_end_of_shift. -:carol5062 :does :access_social_media. -:alice5063 :does :log_off_at_end_of_shift. -:bob5063 :does :work_related_task. -:bob5063 :does :log_off_at_end_of_shift. -:carol5063 :does :access_social_media. -:alice5064 :does :log_off_at_end_of_shift. -:bob5064 :does :work_related_task. -:bob5064 :does :log_off_at_end_of_shift. -:carol5064 :does :access_social_media. -:alice5065 :does :log_off_at_end_of_shift. -:bob5065 :does :work_related_task. -:bob5065 :does :log_off_at_end_of_shift. -:carol5065 :does :access_social_media. -:alice5066 :does :log_off_at_end_of_shift. -:bob5066 :does :work_related_task. -:bob5066 :does :log_off_at_end_of_shift. -:carol5066 :does :access_social_media. -:alice5067 :does :log_off_at_end_of_shift. -:bob5067 :does :work_related_task. -:bob5067 :does :log_off_at_end_of_shift. -:carol5067 :does :access_social_media. -:alice5068 :does :log_off_at_end_of_shift. -:bob5068 :does :work_related_task. -:bob5068 :does :log_off_at_end_of_shift. -:carol5068 :does :access_social_media. -:alice5069 :does :log_off_at_end_of_shift. -:bob5069 :does :work_related_task. -:bob5069 :does :log_off_at_end_of_shift. -:carol5069 :does :access_social_media. -:alice5070 :does :log_off_at_end_of_shift. -:bob5070 :does :work_related_task. -:bob5070 :does :log_off_at_end_of_shift. -:carol5070 :does :access_social_media. -:alice5071 :does :log_off_at_end_of_shift. -:bob5071 :does :work_related_task. -:bob5071 :does :log_off_at_end_of_shift. -:carol5071 :does :access_social_media. -:alice5072 :does :log_off_at_end_of_shift. -:bob5072 :does :work_related_task. -:bob5072 :does :log_off_at_end_of_shift. -:carol5072 :does :access_social_media. -:alice5073 :does :log_off_at_end_of_shift. -:bob5073 :does :work_related_task. -:bob5073 :does :log_off_at_end_of_shift. -:carol5073 :does :access_social_media. -:alice5074 :does :log_off_at_end_of_shift. -:bob5074 :does :work_related_task. -:bob5074 :does :log_off_at_end_of_shift. -:carol5074 :does :access_social_media. -:alice5075 :does :log_off_at_end_of_shift. -:bob5075 :does :work_related_task. -:bob5075 :does :log_off_at_end_of_shift. -:carol5075 :does :access_social_media. -:alice5076 :does :log_off_at_end_of_shift. -:bob5076 :does :work_related_task. -:bob5076 :does :log_off_at_end_of_shift. -:carol5076 :does :access_social_media. -:alice5077 :does :log_off_at_end_of_shift. -:bob5077 :does :work_related_task. -:bob5077 :does :log_off_at_end_of_shift. -:carol5077 :does :access_social_media. -:alice5078 :does :log_off_at_end_of_shift. -:bob5078 :does :work_related_task. -:bob5078 :does :log_off_at_end_of_shift. -:carol5078 :does :access_social_media. -:alice5079 :does :log_off_at_end_of_shift. -:bob5079 :does :work_related_task. -:bob5079 :does :log_off_at_end_of_shift. -:carol5079 :does :access_social_media. -:alice5080 :does :log_off_at_end_of_shift. -:bob5080 :does :work_related_task. -:bob5080 :does :log_off_at_end_of_shift. -:carol5080 :does :access_social_media. -:alice5081 :does :log_off_at_end_of_shift. -:bob5081 :does :work_related_task. -:bob5081 :does :log_off_at_end_of_shift. -:carol5081 :does :access_social_media. -:alice5082 :does :log_off_at_end_of_shift. -:bob5082 :does :work_related_task. -:bob5082 :does :log_off_at_end_of_shift. -:carol5082 :does :access_social_media. -:alice5083 :does :log_off_at_end_of_shift. -:bob5083 :does :work_related_task. -:bob5083 :does :log_off_at_end_of_shift. -:carol5083 :does :access_social_media. -:alice5084 :does :log_off_at_end_of_shift. -:bob5084 :does :work_related_task. -:bob5084 :does :log_off_at_end_of_shift. -:carol5084 :does :access_social_media. -:alice5085 :does :log_off_at_end_of_shift. -:bob5085 :does :work_related_task. -:bob5085 :does :log_off_at_end_of_shift. -:carol5085 :does :access_social_media. -:alice5086 :does :log_off_at_end_of_shift. -:bob5086 :does :work_related_task. -:bob5086 :does :log_off_at_end_of_shift. -:carol5086 :does :access_social_media. -:alice5087 :does :log_off_at_end_of_shift. -:bob5087 :does :work_related_task. -:bob5087 :does :log_off_at_end_of_shift. -:carol5087 :does :access_social_media. -:alice5088 :does :log_off_at_end_of_shift. -:bob5088 :does :work_related_task. -:bob5088 :does :log_off_at_end_of_shift. -:carol5088 :does :access_social_media. -:alice5089 :does :log_off_at_end_of_shift. -:bob5089 :does :work_related_task. -:bob5089 :does :log_off_at_end_of_shift. -:carol5089 :does :access_social_media. -:alice5090 :does :log_off_at_end_of_shift. -:bob5090 :does :work_related_task. -:bob5090 :does :log_off_at_end_of_shift. -:carol5090 :does :access_social_media. -:alice5091 :does :log_off_at_end_of_shift. -:bob5091 :does :work_related_task. -:bob5091 :does :log_off_at_end_of_shift. -:carol5091 :does :access_social_media. -:alice5092 :does :log_off_at_end_of_shift. -:bob5092 :does :work_related_task. -:bob5092 :does :log_off_at_end_of_shift. -:carol5092 :does :access_social_media. -:alice5093 :does :log_off_at_end_of_shift. -:bob5093 :does :work_related_task. -:bob5093 :does :log_off_at_end_of_shift. -:carol5093 :does :access_social_media. -:alice5094 :does :log_off_at_end_of_shift. -:bob5094 :does :work_related_task. -:bob5094 :does :log_off_at_end_of_shift. -:carol5094 :does :access_social_media. -:alice5095 :does :log_off_at_end_of_shift. -:bob5095 :does :work_related_task. -:bob5095 :does :log_off_at_end_of_shift. -:carol5095 :does :access_social_media. -:alice5096 :does :log_off_at_end_of_shift. -:bob5096 :does :work_related_task. -:bob5096 :does :log_off_at_end_of_shift. -:carol5096 :does :access_social_media. -:alice5097 :does :log_off_at_end_of_shift. -:bob5097 :does :work_related_task. -:bob5097 :does :log_off_at_end_of_shift. -:carol5097 :does :access_social_media. -:alice5098 :does :log_off_at_end_of_shift. -:bob5098 :does :work_related_task. -:bob5098 :does :log_off_at_end_of_shift. -:carol5098 :does :access_social_media. -:alice5099 :does :log_off_at_end_of_shift. -:bob5099 :does :work_related_task. -:bob5099 :does :log_off_at_end_of_shift. -:carol5099 :does :access_social_media. -:alice5100 :does :log_off_at_end_of_shift. -:bob5100 :does :work_related_task. -:bob5100 :does :log_off_at_end_of_shift. -:carol5100 :does :access_social_media. -:alice5101 :does :log_off_at_end_of_shift. -:bob5101 :does :work_related_task. -:bob5101 :does :log_off_at_end_of_shift. -:carol5101 :does :access_social_media. -:alice5102 :does :log_off_at_end_of_shift. -:bob5102 :does :work_related_task. -:bob5102 :does :log_off_at_end_of_shift. -:carol5102 :does :access_social_media. -:alice5103 :does :log_off_at_end_of_shift. -:bob5103 :does :work_related_task. -:bob5103 :does :log_off_at_end_of_shift. -:carol5103 :does :access_social_media. -:alice5104 :does :log_off_at_end_of_shift. -:bob5104 :does :work_related_task. -:bob5104 :does :log_off_at_end_of_shift. -:carol5104 :does :access_social_media. -:alice5105 :does :log_off_at_end_of_shift. -:bob5105 :does :work_related_task. -:bob5105 :does :log_off_at_end_of_shift. -:carol5105 :does :access_social_media. -:alice5106 :does :log_off_at_end_of_shift. -:bob5106 :does :work_related_task. -:bob5106 :does :log_off_at_end_of_shift. -:carol5106 :does :access_social_media. -:alice5107 :does :log_off_at_end_of_shift. -:bob5107 :does :work_related_task. -:bob5107 :does :log_off_at_end_of_shift. -:carol5107 :does :access_social_media. -:alice5108 :does :log_off_at_end_of_shift. -:bob5108 :does :work_related_task. -:bob5108 :does :log_off_at_end_of_shift. -:carol5108 :does :access_social_media. -:alice5109 :does :log_off_at_end_of_shift. -:bob5109 :does :work_related_task. -:bob5109 :does :log_off_at_end_of_shift. -:carol5109 :does :access_social_media. -:alice5110 :does :log_off_at_end_of_shift. -:bob5110 :does :work_related_task. -:bob5110 :does :log_off_at_end_of_shift. -:carol5110 :does :access_social_media. -:alice5111 :does :log_off_at_end_of_shift. -:bob5111 :does :work_related_task. -:bob5111 :does :log_off_at_end_of_shift. -:carol5111 :does :access_social_media. -:alice5112 :does :log_off_at_end_of_shift. -:bob5112 :does :work_related_task. -:bob5112 :does :log_off_at_end_of_shift. -:carol5112 :does :access_social_media. -:alice5113 :does :log_off_at_end_of_shift. -:bob5113 :does :work_related_task. -:bob5113 :does :log_off_at_end_of_shift. -:carol5113 :does :access_social_media. -:alice5114 :does :log_off_at_end_of_shift. -:bob5114 :does :work_related_task. -:bob5114 :does :log_off_at_end_of_shift. -:carol5114 :does :access_social_media. -:alice5115 :does :log_off_at_end_of_shift. -:bob5115 :does :work_related_task. -:bob5115 :does :log_off_at_end_of_shift. -:carol5115 :does :access_social_media. -:alice5116 :does :log_off_at_end_of_shift. -:bob5116 :does :work_related_task. -:bob5116 :does :log_off_at_end_of_shift. -:carol5116 :does :access_social_media. -:alice5117 :does :log_off_at_end_of_shift. -:bob5117 :does :work_related_task. -:bob5117 :does :log_off_at_end_of_shift. -:carol5117 :does :access_social_media. -:alice5118 :does :log_off_at_end_of_shift. -:bob5118 :does :work_related_task. -:bob5118 :does :log_off_at_end_of_shift. -:carol5118 :does :access_social_media. -:alice5119 :does :log_off_at_end_of_shift. -:bob5119 :does :work_related_task. -:bob5119 :does :log_off_at_end_of_shift. -:carol5119 :does :access_social_media. -:alice5120 :does :log_off_at_end_of_shift. -:bob5120 :does :work_related_task. -:bob5120 :does :log_off_at_end_of_shift. -:carol5120 :does :access_social_media. -:alice5121 :does :log_off_at_end_of_shift. -:bob5121 :does :work_related_task. -:bob5121 :does :log_off_at_end_of_shift. -:carol5121 :does :access_social_media. -:alice5122 :does :log_off_at_end_of_shift. -:bob5122 :does :work_related_task. -:bob5122 :does :log_off_at_end_of_shift. -:carol5122 :does :access_social_media. -:alice5123 :does :log_off_at_end_of_shift. -:bob5123 :does :work_related_task. -:bob5123 :does :log_off_at_end_of_shift. -:carol5123 :does :access_social_media. -:alice5124 :does :log_off_at_end_of_shift. -:bob5124 :does :work_related_task. -:bob5124 :does :log_off_at_end_of_shift. -:carol5124 :does :access_social_media. -:alice5125 :does :log_off_at_end_of_shift. -:bob5125 :does :work_related_task. -:bob5125 :does :log_off_at_end_of_shift. -:carol5125 :does :access_social_media. -:alice5126 :does :log_off_at_end_of_shift. -:bob5126 :does :work_related_task. -:bob5126 :does :log_off_at_end_of_shift. -:carol5126 :does :access_social_media. -:alice5127 :does :log_off_at_end_of_shift. -:bob5127 :does :work_related_task. -:bob5127 :does :log_off_at_end_of_shift. -:carol5127 :does :access_social_media. -:alice5128 :does :log_off_at_end_of_shift. -:bob5128 :does :work_related_task. -:bob5128 :does :log_off_at_end_of_shift. -:carol5128 :does :access_social_media. -:alice5129 :does :log_off_at_end_of_shift. -:bob5129 :does :work_related_task. -:bob5129 :does :log_off_at_end_of_shift. -:carol5129 :does :access_social_media. -:alice5130 :does :log_off_at_end_of_shift. -:bob5130 :does :work_related_task. -:bob5130 :does :log_off_at_end_of_shift. -:carol5130 :does :access_social_media. -:alice5131 :does :log_off_at_end_of_shift. -:bob5131 :does :work_related_task. -:bob5131 :does :log_off_at_end_of_shift. -:carol5131 :does :access_social_media. -:alice5132 :does :log_off_at_end_of_shift. -:bob5132 :does :work_related_task. -:bob5132 :does :log_off_at_end_of_shift. -:carol5132 :does :access_social_media. -:alice5133 :does :log_off_at_end_of_shift. -:bob5133 :does :work_related_task. -:bob5133 :does :log_off_at_end_of_shift. -:carol5133 :does :access_social_media. -:alice5134 :does :log_off_at_end_of_shift. -:bob5134 :does :work_related_task. -:bob5134 :does :log_off_at_end_of_shift. -:carol5134 :does :access_social_media. -:alice5135 :does :log_off_at_end_of_shift. -:bob5135 :does :work_related_task. -:bob5135 :does :log_off_at_end_of_shift. -:carol5135 :does :access_social_media. -:alice5136 :does :log_off_at_end_of_shift. -:bob5136 :does :work_related_task. -:bob5136 :does :log_off_at_end_of_shift. -:carol5136 :does :access_social_media. -:alice5137 :does :log_off_at_end_of_shift. -:bob5137 :does :work_related_task. -:bob5137 :does :log_off_at_end_of_shift. -:carol5137 :does :access_social_media. -:alice5138 :does :log_off_at_end_of_shift. -:bob5138 :does :work_related_task. -:bob5138 :does :log_off_at_end_of_shift. -:carol5138 :does :access_social_media. -:alice5139 :does :log_off_at_end_of_shift. -:bob5139 :does :work_related_task. -:bob5139 :does :log_off_at_end_of_shift. -:carol5139 :does :access_social_media. -:alice5140 :does :log_off_at_end_of_shift. -:bob5140 :does :work_related_task. -:bob5140 :does :log_off_at_end_of_shift. -:carol5140 :does :access_social_media. -:alice5141 :does :log_off_at_end_of_shift. -:bob5141 :does :work_related_task. -:bob5141 :does :log_off_at_end_of_shift. -:carol5141 :does :access_social_media. -:alice5142 :does :log_off_at_end_of_shift. -:bob5142 :does :work_related_task. -:bob5142 :does :log_off_at_end_of_shift. -:carol5142 :does :access_social_media. -:alice5143 :does :log_off_at_end_of_shift. -:bob5143 :does :work_related_task. -:bob5143 :does :log_off_at_end_of_shift. -:carol5143 :does :access_social_media. -:alice5144 :does :log_off_at_end_of_shift. -:bob5144 :does :work_related_task. -:bob5144 :does :log_off_at_end_of_shift. -:carol5144 :does :access_social_media. -:alice5145 :does :log_off_at_end_of_shift. -:bob5145 :does :work_related_task. -:bob5145 :does :log_off_at_end_of_shift. -:carol5145 :does :access_social_media. -:alice5146 :does :log_off_at_end_of_shift. -:bob5146 :does :work_related_task. -:bob5146 :does :log_off_at_end_of_shift. -:carol5146 :does :access_social_media. -:alice5147 :does :log_off_at_end_of_shift. -:bob5147 :does :work_related_task. -:bob5147 :does :log_off_at_end_of_shift. -:carol5147 :does :access_social_media. -:alice5148 :does :log_off_at_end_of_shift. -:bob5148 :does :work_related_task. -:bob5148 :does :log_off_at_end_of_shift. -:carol5148 :does :access_social_media. -:alice5149 :does :log_off_at_end_of_shift. -:bob5149 :does :work_related_task. -:bob5149 :does :log_off_at_end_of_shift. -:carol5149 :does :access_social_media. -:alice5150 :does :log_off_at_end_of_shift. -:bob5150 :does :work_related_task. -:bob5150 :does :log_off_at_end_of_shift. -:carol5150 :does :access_social_media. -:alice5151 :does :log_off_at_end_of_shift. -:bob5151 :does :work_related_task. -:bob5151 :does :log_off_at_end_of_shift. -:carol5151 :does :access_social_media. -:alice5152 :does :log_off_at_end_of_shift. -:bob5152 :does :work_related_task. -:bob5152 :does :log_off_at_end_of_shift. -:carol5152 :does :access_social_media. -:alice5153 :does :log_off_at_end_of_shift. -:bob5153 :does :work_related_task. -:bob5153 :does :log_off_at_end_of_shift. -:carol5153 :does :access_social_media. -:alice5154 :does :log_off_at_end_of_shift. -:bob5154 :does :work_related_task. -:bob5154 :does :log_off_at_end_of_shift. -:carol5154 :does :access_social_media. -:alice5155 :does :log_off_at_end_of_shift. -:bob5155 :does :work_related_task. -:bob5155 :does :log_off_at_end_of_shift. -:carol5155 :does :access_social_media. -:alice5156 :does :log_off_at_end_of_shift. -:bob5156 :does :work_related_task. -:bob5156 :does :log_off_at_end_of_shift. -:carol5156 :does :access_social_media. -:alice5157 :does :log_off_at_end_of_shift. -:bob5157 :does :work_related_task. -:bob5157 :does :log_off_at_end_of_shift. -:carol5157 :does :access_social_media. -:alice5158 :does :log_off_at_end_of_shift. -:bob5158 :does :work_related_task. -:bob5158 :does :log_off_at_end_of_shift. -:carol5158 :does :access_social_media. -:alice5159 :does :log_off_at_end_of_shift. -:bob5159 :does :work_related_task. -:bob5159 :does :log_off_at_end_of_shift. -:carol5159 :does :access_social_media. -:alice5160 :does :log_off_at_end_of_shift. -:bob5160 :does :work_related_task. -:bob5160 :does :log_off_at_end_of_shift. -:carol5160 :does :access_social_media. -:alice5161 :does :log_off_at_end_of_shift. -:bob5161 :does :work_related_task. -:bob5161 :does :log_off_at_end_of_shift. -:carol5161 :does :access_social_media. -:alice5162 :does :log_off_at_end_of_shift. -:bob5162 :does :work_related_task. -:bob5162 :does :log_off_at_end_of_shift. -:carol5162 :does :access_social_media. -:alice5163 :does :log_off_at_end_of_shift. -:bob5163 :does :work_related_task. -:bob5163 :does :log_off_at_end_of_shift. -:carol5163 :does :access_social_media. -:alice5164 :does :log_off_at_end_of_shift. -:bob5164 :does :work_related_task. -:bob5164 :does :log_off_at_end_of_shift. -:carol5164 :does :access_social_media. -:alice5165 :does :log_off_at_end_of_shift. -:bob5165 :does :work_related_task. -:bob5165 :does :log_off_at_end_of_shift. -:carol5165 :does :access_social_media. -:alice5166 :does :log_off_at_end_of_shift. -:bob5166 :does :work_related_task. -:bob5166 :does :log_off_at_end_of_shift. -:carol5166 :does :access_social_media. -:alice5167 :does :log_off_at_end_of_shift. -:bob5167 :does :work_related_task. -:bob5167 :does :log_off_at_end_of_shift. -:carol5167 :does :access_social_media. -:alice5168 :does :log_off_at_end_of_shift. -:bob5168 :does :work_related_task. -:bob5168 :does :log_off_at_end_of_shift. -:carol5168 :does :access_social_media. -:alice5169 :does :log_off_at_end_of_shift. -:bob5169 :does :work_related_task. -:bob5169 :does :log_off_at_end_of_shift. -:carol5169 :does :access_social_media. -:alice5170 :does :log_off_at_end_of_shift. -:bob5170 :does :work_related_task. -:bob5170 :does :log_off_at_end_of_shift. -:carol5170 :does :access_social_media. -:alice5171 :does :log_off_at_end_of_shift. -:bob5171 :does :work_related_task. -:bob5171 :does :log_off_at_end_of_shift. -:carol5171 :does :access_social_media. -:alice5172 :does :log_off_at_end_of_shift. -:bob5172 :does :work_related_task. -:bob5172 :does :log_off_at_end_of_shift. -:carol5172 :does :access_social_media. -:alice5173 :does :log_off_at_end_of_shift. -:bob5173 :does :work_related_task. -:bob5173 :does :log_off_at_end_of_shift. -:carol5173 :does :access_social_media. -:alice5174 :does :log_off_at_end_of_shift. -:bob5174 :does :work_related_task. -:bob5174 :does :log_off_at_end_of_shift. -:carol5174 :does :access_social_media. -:alice5175 :does :log_off_at_end_of_shift. -:bob5175 :does :work_related_task. -:bob5175 :does :log_off_at_end_of_shift. -:carol5175 :does :access_social_media. -:alice5176 :does :log_off_at_end_of_shift. -:bob5176 :does :work_related_task. -:bob5176 :does :log_off_at_end_of_shift. -:carol5176 :does :access_social_media. -:alice5177 :does :log_off_at_end_of_shift. -:bob5177 :does :work_related_task. -:bob5177 :does :log_off_at_end_of_shift. -:carol5177 :does :access_social_media. -:alice5178 :does :log_off_at_end_of_shift. -:bob5178 :does :work_related_task. -:bob5178 :does :log_off_at_end_of_shift. -:carol5178 :does :access_social_media. -:alice5179 :does :log_off_at_end_of_shift. -:bob5179 :does :work_related_task. -:bob5179 :does :log_off_at_end_of_shift. -:carol5179 :does :access_social_media. -:alice5180 :does :log_off_at_end_of_shift. -:bob5180 :does :work_related_task. -:bob5180 :does :log_off_at_end_of_shift. -:carol5180 :does :access_social_media. -:alice5181 :does :log_off_at_end_of_shift. -:bob5181 :does :work_related_task. -:bob5181 :does :log_off_at_end_of_shift. -:carol5181 :does :access_social_media. -:alice5182 :does :log_off_at_end_of_shift. -:bob5182 :does :work_related_task. -:bob5182 :does :log_off_at_end_of_shift. -:carol5182 :does :access_social_media. -:alice5183 :does :log_off_at_end_of_shift. -:bob5183 :does :work_related_task. -:bob5183 :does :log_off_at_end_of_shift. -:carol5183 :does :access_social_media. -:alice5184 :does :log_off_at_end_of_shift. -:bob5184 :does :work_related_task. -:bob5184 :does :log_off_at_end_of_shift. -:carol5184 :does :access_social_media. -:alice5185 :does :log_off_at_end_of_shift. -:bob5185 :does :work_related_task. -:bob5185 :does :log_off_at_end_of_shift. -:carol5185 :does :access_social_media. -:alice5186 :does :log_off_at_end_of_shift. -:bob5186 :does :work_related_task. -:bob5186 :does :log_off_at_end_of_shift. -:carol5186 :does :access_social_media. -:alice5187 :does :log_off_at_end_of_shift. -:bob5187 :does :work_related_task. -:bob5187 :does :log_off_at_end_of_shift. -:carol5187 :does :access_social_media. -:alice5188 :does :log_off_at_end_of_shift. -:bob5188 :does :work_related_task. -:bob5188 :does :log_off_at_end_of_shift. -:carol5188 :does :access_social_media. -:alice5189 :does :log_off_at_end_of_shift. -:bob5189 :does :work_related_task. -:bob5189 :does :log_off_at_end_of_shift. -:carol5189 :does :access_social_media. -:alice5190 :does :log_off_at_end_of_shift. -:bob5190 :does :work_related_task. -:bob5190 :does :log_off_at_end_of_shift. -:carol5190 :does :access_social_media. -:alice5191 :does :log_off_at_end_of_shift. -:bob5191 :does :work_related_task. -:bob5191 :does :log_off_at_end_of_shift. -:carol5191 :does :access_social_media. -:alice5192 :does :log_off_at_end_of_shift. -:bob5192 :does :work_related_task. -:bob5192 :does :log_off_at_end_of_shift. -:carol5192 :does :access_social_media. -:alice5193 :does :log_off_at_end_of_shift. -:bob5193 :does :work_related_task. -:bob5193 :does :log_off_at_end_of_shift. -:carol5193 :does :access_social_media. -:alice5194 :does :log_off_at_end_of_shift. -:bob5194 :does :work_related_task. -:bob5194 :does :log_off_at_end_of_shift. -:carol5194 :does :access_social_media. -:alice5195 :does :log_off_at_end_of_shift. -:bob5195 :does :work_related_task. -:bob5195 :does :log_off_at_end_of_shift. -:carol5195 :does :access_social_media. -:alice5196 :does :log_off_at_end_of_shift. -:bob5196 :does :work_related_task. -:bob5196 :does :log_off_at_end_of_shift. -:carol5196 :does :access_social_media. -:alice5197 :does :log_off_at_end_of_shift. -:bob5197 :does :work_related_task. -:bob5197 :does :log_off_at_end_of_shift. -:carol5197 :does :access_social_media. -:alice5198 :does :log_off_at_end_of_shift. -:bob5198 :does :work_related_task. -:bob5198 :does :log_off_at_end_of_shift. -:carol5198 :does :access_social_media. -:alice5199 :does :log_off_at_end_of_shift. -:bob5199 :does :work_related_task. -:bob5199 :does :log_off_at_end_of_shift. -:carol5199 :does :access_social_media. -:alice5200 :does :log_off_at_end_of_shift. -:bob5200 :does :work_related_task. -:bob5200 :does :log_off_at_end_of_shift. -:carol5200 :does :access_social_media. -:alice5201 :does :log_off_at_end_of_shift. -:bob5201 :does :work_related_task. -:bob5201 :does :log_off_at_end_of_shift. -:carol5201 :does :access_social_media. -:alice5202 :does :log_off_at_end_of_shift. -:bob5202 :does :work_related_task. -:bob5202 :does :log_off_at_end_of_shift. -:carol5202 :does :access_social_media. -:alice5203 :does :log_off_at_end_of_shift. -:bob5203 :does :work_related_task. -:bob5203 :does :log_off_at_end_of_shift. -:carol5203 :does :access_social_media. -:alice5204 :does :log_off_at_end_of_shift. -:bob5204 :does :work_related_task. -:bob5204 :does :log_off_at_end_of_shift. -:carol5204 :does :access_social_media. -:alice5205 :does :log_off_at_end_of_shift. -:bob5205 :does :work_related_task. -:bob5205 :does :log_off_at_end_of_shift. -:carol5205 :does :access_social_media. -:alice5206 :does :log_off_at_end_of_shift. -:bob5206 :does :work_related_task. -:bob5206 :does :log_off_at_end_of_shift. -:carol5206 :does :access_social_media. -:alice5207 :does :log_off_at_end_of_shift. -:bob5207 :does :work_related_task. -:bob5207 :does :log_off_at_end_of_shift. -:carol5207 :does :access_social_media. -:alice5208 :does :log_off_at_end_of_shift. -:bob5208 :does :work_related_task. -:bob5208 :does :log_off_at_end_of_shift. -:carol5208 :does :access_social_media. -:alice5209 :does :log_off_at_end_of_shift. -:bob5209 :does :work_related_task. -:bob5209 :does :log_off_at_end_of_shift. -:carol5209 :does :access_social_media. -:alice5210 :does :log_off_at_end_of_shift. -:bob5210 :does :work_related_task. -:bob5210 :does :log_off_at_end_of_shift. -:carol5210 :does :access_social_media. -:alice5211 :does :log_off_at_end_of_shift. -:bob5211 :does :work_related_task. -:bob5211 :does :log_off_at_end_of_shift. -:carol5211 :does :access_social_media. -:alice5212 :does :log_off_at_end_of_shift. -:bob5212 :does :work_related_task. -:bob5212 :does :log_off_at_end_of_shift. -:carol5212 :does :access_social_media. -:alice5213 :does :log_off_at_end_of_shift. -:bob5213 :does :work_related_task. -:bob5213 :does :log_off_at_end_of_shift. -:carol5213 :does :access_social_media. -:alice5214 :does :log_off_at_end_of_shift. -:bob5214 :does :work_related_task. -:bob5214 :does :log_off_at_end_of_shift. -:carol5214 :does :access_social_media. -:alice5215 :does :log_off_at_end_of_shift. -:bob5215 :does :work_related_task. -:bob5215 :does :log_off_at_end_of_shift. -:carol5215 :does :access_social_media. -:alice5216 :does :log_off_at_end_of_shift. -:bob5216 :does :work_related_task. -:bob5216 :does :log_off_at_end_of_shift. -:carol5216 :does :access_social_media. -:alice5217 :does :log_off_at_end_of_shift. -:bob5217 :does :work_related_task. -:bob5217 :does :log_off_at_end_of_shift. -:carol5217 :does :access_social_media. -:alice5218 :does :log_off_at_end_of_shift. -:bob5218 :does :work_related_task. -:bob5218 :does :log_off_at_end_of_shift. -:carol5218 :does :access_social_media. -:alice5219 :does :log_off_at_end_of_shift. -:bob5219 :does :work_related_task. -:bob5219 :does :log_off_at_end_of_shift. -:carol5219 :does :access_social_media. -:alice5220 :does :log_off_at_end_of_shift. -:bob5220 :does :work_related_task. -:bob5220 :does :log_off_at_end_of_shift. -:carol5220 :does :access_social_media. -:alice5221 :does :log_off_at_end_of_shift. -:bob5221 :does :work_related_task. -:bob5221 :does :log_off_at_end_of_shift. -:carol5221 :does :access_social_media. -:alice5222 :does :log_off_at_end_of_shift. -:bob5222 :does :work_related_task. -:bob5222 :does :log_off_at_end_of_shift. -:carol5222 :does :access_social_media. -:alice5223 :does :log_off_at_end_of_shift. -:bob5223 :does :work_related_task. -:bob5223 :does :log_off_at_end_of_shift. -:carol5223 :does :access_social_media. -:alice5224 :does :log_off_at_end_of_shift. -:bob5224 :does :work_related_task. -:bob5224 :does :log_off_at_end_of_shift. -:carol5224 :does :access_social_media. -:alice5225 :does :log_off_at_end_of_shift. -:bob5225 :does :work_related_task. -:bob5225 :does :log_off_at_end_of_shift. -:carol5225 :does :access_social_media. -:alice5226 :does :log_off_at_end_of_shift. -:bob5226 :does :work_related_task. -:bob5226 :does :log_off_at_end_of_shift. -:carol5226 :does :access_social_media. -:alice5227 :does :log_off_at_end_of_shift. -:bob5227 :does :work_related_task. -:bob5227 :does :log_off_at_end_of_shift. -:carol5227 :does :access_social_media. -:alice5228 :does :log_off_at_end_of_shift. -:bob5228 :does :work_related_task. -:bob5228 :does :log_off_at_end_of_shift. -:carol5228 :does :access_social_media. -:alice5229 :does :log_off_at_end_of_shift. -:bob5229 :does :work_related_task. -:bob5229 :does :log_off_at_end_of_shift. -:carol5229 :does :access_social_media. -:alice5230 :does :log_off_at_end_of_shift. -:bob5230 :does :work_related_task. -:bob5230 :does :log_off_at_end_of_shift. -:carol5230 :does :access_social_media. -:alice5231 :does :log_off_at_end_of_shift. -:bob5231 :does :work_related_task. -:bob5231 :does :log_off_at_end_of_shift. -:carol5231 :does :access_social_media. -:alice5232 :does :log_off_at_end_of_shift. -:bob5232 :does :work_related_task. -:bob5232 :does :log_off_at_end_of_shift. -:carol5232 :does :access_social_media. -:alice5233 :does :log_off_at_end_of_shift. -:bob5233 :does :work_related_task. -:bob5233 :does :log_off_at_end_of_shift. -:carol5233 :does :access_social_media. -:alice5234 :does :log_off_at_end_of_shift. -:bob5234 :does :work_related_task. -:bob5234 :does :log_off_at_end_of_shift. -:carol5234 :does :access_social_media. -:alice5235 :does :log_off_at_end_of_shift. -:bob5235 :does :work_related_task. -:bob5235 :does :log_off_at_end_of_shift. -:carol5235 :does :access_social_media. -:alice5236 :does :log_off_at_end_of_shift. -:bob5236 :does :work_related_task. -:bob5236 :does :log_off_at_end_of_shift. -:carol5236 :does :access_social_media. -:alice5237 :does :log_off_at_end_of_shift. -:bob5237 :does :work_related_task. -:bob5237 :does :log_off_at_end_of_shift. -:carol5237 :does :access_social_media. -:alice5238 :does :log_off_at_end_of_shift. -:bob5238 :does :work_related_task. -:bob5238 :does :log_off_at_end_of_shift. -:carol5238 :does :access_social_media. -:alice5239 :does :log_off_at_end_of_shift. -:bob5239 :does :work_related_task. -:bob5239 :does :log_off_at_end_of_shift. -:carol5239 :does :access_social_media. -:alice5240 :does :log_off_at_end_of_shift. -:bob5240 :does :work_related_task. -:bob5240 :does :log_off_at_end_of_shift. -:carol5240 :does :access_social_media. -:alice5241 :does :log_off_at_end_of_shift. -:bob5241 :does :work_related_task. -:bob5241 :does :log_off_at_end_of_shift. -:carol5241 :does :access_social_media. -:alice5242 :does :log_off_at_end_of_shift. -:bob5242 :does :work_related_task. -:bob5242 :does :log_off_at_end_of_shift. -:carol5242 :does :access_social_media. -:alice5243 :does :log_off_at_end_of_shift. -:bob5243 :does :work_related_task. -:bob5243 :does :log_off_at_end_of_shift. -:carol5243 :does :access_social_media. -:alice5244 :does :log_off_at_end_of_shift. -:bob5244 :does :work_related_task. -:bob5244 :does :log_off_at_end_of_shift. -:carol5244 :does :access_social_media. -:alice5245 :does :log_off_at_end_of_shift. -:bob5245 :does :work_related_task. -:bob5245 :does :log_off_at_end_of_shift. -:carol5245 :does :access_social_media. -:alice5246 :does :log_off_at_end_of_shift. -:bob5246 :does :work_related_task. -:bob5246 :does :log_off_at_end_of_shift. -:carol5246 :does :access_social_media. -:alice5247 :does :log_off_at_end_of_shift. -:bob5247 :does :work_related_task. -:bob5247 :does :log_off_at_end_of_shift. -:carol5247 :does :access_social_media. -:alice5248 :does :log_off_at_end_of_shift. -:bob5248 :does :work_related_task. -:bob5248 :does :log_off_at_end_of_shift. -:carol5248 :does :access_social_media. -:alice5249 :does :log_off_at_end_of_shift. -:bob5249 :does :work_related_task. -:bob5249 :does :log_off_at_end_of_shift. -:carol5249 :does :access_social_media. -:alice5250 :does :log_off_at_end_of_shift. -:bob5250 :does :work_related_task. -:bob5250 :does :log_off_at_end_of_shift. -:carol5250 :does :access_social_media. -:alice5251 :does :log_off_at_end_of_shift. -:bob5251 :does :work_related_task. -:bob5251 :does :log_off_at_end_of_shift. -:carol5251 :does :access_social_media. -:alice5252 :does :log_off_at_end_of_shift. -:bob5252 :does :work_related_task. -:bob5252 :does :log_off_at_end_of_shift. -:carol5252 :does :access_social_media. -:alice5253 :does :log_off_at_end_of_shift. -:bob5253 :does :work_related_task. -:bob5253 :does :log_off_at_end_of_shift. -:carol5253 :does :access_social_media. -:alice5254 :does :log_off_at_end_of_shift. -:bob5254 :does :work_related_task. -:bob5254 :does :log_off_at_end_of_shift. -:carol5254 :does :access_social_media. -:alice5255 :does :log_off_at_end_of_shift. -:bob5255 :does :work_related_task. -:bob5255 :does :log_off_at_end_of_shift. -:carol5255 :does :access_social_media. -:alice5256 :does :log_off_at_end_of_shift. -:bob5256 :does :work_related_task. -:bob5256 :does :log_off_at_end_of_shift. -:carol5256 :does :access_social_media. -:alice5257 :does :log_off_at_end_of_shift. -:bob5257 :does :work_related_task. -:bob5257 :does :log_off_at_end_of_shift. -:carol5257 :does :access_social_media. -:alice5258 :does :log_off_at_end_of_shift. -:bob5258 :does :work_related_task. -:bob5258 :does :log_off_at_end_of_shift. -:carol5258 :does :access_social_media. -:alice5259 :does :log_off_at_end_of_shift. -:bob5259 :does :work_related_task. -:bob5259 :does :log_off_at_end_of_shift. -:carol5259 :does :access_social_media. -:alice5260 :does :log_off_at_end_of_shift. -:bob5260 :does :work_related_task. -:bob5260 :does :log_off_at_end_of_shift. -:carol5260 :does :access_social_media. -:alice5261 :does :log_off_at_end_of_shift. -:bob5261 :does :work_related_task. -:bob5261 :does :log_off_at_end_of_shift. -:carol5261 :does :access_social_media. -:alice5262 :does :log_off_at_end_of_shift. -:bob5262 :does :work_related_task. -:bob5262 :does :log_off_at_end_of_shift. -:carol5262 :does :access_social_media. -:alice5263 :does :log_off_at_end_of_shift. -:bob5263 :does :work_related_task. -:bob5263 :does :log_off_at_end_of_shift. -:carol5263 :does :access_social_media. -:alice5264 :does :log_off_at_end_of_shift. -:bob5264 :does :work_related_task. -:bob5264 :does :log_off_at_end_of_shift. -:carol5264 :does :access_social_media. -:alice5265 :does :log_off_at_end_of_shift. -:bob5265 :does :work_related_task. -:bob5265 :does :log_off_at_end_of_shift. -:carol5265 :does :access_social_media. -:alice5266 :does :log_off_at_end_of_shift. -:bob5266 :does :work_related_task. -:bob5266 :does :log_off_at_end_of_shift. -:carol5266 :does :access_social_media. -:alice5267 :does :log_off_at_end_of_shift. -:bob5267 :does :work_related_task. -:bob5267 :does :log_off_at_end_of_shift. -:carol5267 :does :access_social_media. -:alice5268 :does :log_off_at_end_of_shift. -:bob5268 :does :work_related_task. -:bob5268 :does :log_off_at_end_of_shift. -:carol5268 :does :access_social_media. -:alice5269 :does :log_off_at_end_of_shift. -:bob5269 :does :work_related_task. -:bob5269 :does :log_off_at_end_of_shift. -:carol5269 :does :access_social_media. -:alice5270 :does :log_off_at_end_of_shift. -:bob5270 :does :work_related_task. -:bob5270 :does :log_off_at_end_of_shift. -:carol5270 :does :access_social_media. -:alice5271 :does :log_off_at_end_of_shift. -:bob5271 :does :work_related_task. -:bob5271 :does :log_off_at_end_of_shift. -:carol5271 :does :access_social_media. -:alice5272 :does :log_off_at_end_of_shift. -:bob5272 :does :work_related_task. -:bob5272 :does :log_off_at_end_of_shift. -:carol5272 :does :access_social_media. -:alice5273 :does :log_off_at_end_of_shift. -:bob5273 :does :work_related_task. -:bob5273 :does :log_off_at_end_of_shift. -:carol5273 :does :access_social_media. -:alice5274 :does :log_off_at_end_of_shift. -:bob5274 :does :work_related_task. -:bob5274 :does :log_off_at_end_of_shift. -:carol5274 :does :access_social_media. -:alice5275 :does :log_off_at_end_of_shift. -:bob5275 :does :work_related_task. -:bob5275 :does :log_off_at_end_of_shift. -:carol5275 :does :access_social_media. -:alice5276 :does :log_off_at_end_of_shift. -:bob5276 :does :work_related_task. -:bob5276 :does :log_off_at_end_of_shift. -:carol5276 :does :access_social_media. -:alice5277 :does :log_off_at_end_of_shift. -:bob5277 :does :work_related_task. -:bob5277 :does :log_off_at_end_of_shift. -:carol5277 :does :access_social_media. -:alice5278 :does :log_off_at_end_of_shift. -:bob5278 :does :work_related_task. -:bob5278 :does :log_off_at_end_of_shift. -:carol5278 :does :access_social_media. -:alice5279 :does :log_off_at_end_of_shift. -:bob5279 :does :work_related_task. -:bob5279 :does :log_off_at_end_of_shift. -:carol5279 :does :access_social_media. -:alice5280 :does :log_off_at_end_of_shift. -:bob5280 :does :work_related_task. -:bob5280 :does :log_off_at_end_of_shift. -:carol5280 :does :access_social_media. -:alice5281 :does :log_off_at_end_of_shift. -:bob5281 :does :work_related_task. -:bob5281 :does :log_off_at_end_of_shift. -:carol5281 :does :access_social_media. -:alice5282 :does :log_off_at_end_of_shift. -:bob5282 :does :work_related_task. -:bob5282 :does :log_off_at_end_of_shift. -:carol5282 :does :access_social_media. -:alice5283 :does :log_off_at_end_of_shift. -:bob5283 :does :work_related_task. -:bob5283 :does :log_off_at_end_of_shift. -:carol5283 :does :access_social_media. -:alice5284 :does :log_off_at_end_of_shift. -:bob5284 :does :work_related_task. -:bob5284 :does :log_off_at_end_of_shift. -:carol5284 :does :access_social_media. -:alice5285 :does :log_off_at_end_of_shift. -:bob5285 :does :work_related_task. -:bob5285 :does :log_off_at_end_of_shift. -:carol5285 :does :access_social_media. -:alice5286 :does :log_off_at_end_of_shift. -:bob5286 :does :work_related_task. -:bob5286 :does :log_off_at_end_of_shift. -:carol5286 :does :access_social_media. -:alice5287 :does :log_off_at_end_of_shift. -:bob5287 :does :work_related_task. -:bob5287 :does :log_off_at_end_of_shift. -:carol5287 :does :access_social_media. -:alice5288 :does :log_off_at_end_of_shift. -:bob5288 :does :work_related_task. -:bob5288 :does :log_off_at_end_of_shift. -:carol5288 :does :access_social_media. -:alice5289 :does :log_off_at_end_of_shift. -:bob5289 :does :work_related_task. -:bob5289 :does :log_off_at_end_of_shift. -:carol5289 :does :access_social_media. -:alice5290 :does :log_off_at_end_of_shift. -:bob5290 :does :work_related_task. -:bob5290 :does :log_off_at_end_of_shift. -:carol5290 :does :access_social_media. -:alice5291 :does :log_off_at_end_of_shift. -:bob5291 :does :work_related_task. -:bob5291 :does :log_off_at_end_of_shift. -:carol5291 :does :access_social_media. -:alice5292 :does :log_off_at_end_of_shift. -:bob5292 :does :work_related_task. -:bob5292 :does :log_off_at_end_of_shift. -:carol5292 :does :access_social_media. -:alice5293 :does :log_off_at_end_of_shift. -:bob5293 :does :work_related_task. -:bob5293 :does :log_off_at_end_of_shift. -:carol5293 :does :access_social_media. -:alice5294 :does :log_off_at_end_of_shift. -:bob5294 :does :work_related_task. -:bob5294 :does :log_off_at_end_of_shift. -:carol5294 :does :access_social_media. -:alice5295 :does :log_off_at_end_of_shift. -:bob5295 :does :work_related_task. -:bob5295 :does :log_off_at_end_of_shift. -:carol5295 :does :access_social_media. -:alice5296 :does :log_off_at_end_of_shift. -:bob5296 :does :work_related_task. -:bob5296 :does :log_off_at_end_of_shift. -:carol5296 :does :access_social_media. -:alice5297 :does :log_off_at_end_of_shift. -:bob5297 :does :work_related_task. -:bob5297 :does :log_off_at_end_of_shift. -:carol5297 :does :access_social_media. -:alice5298 :does :log_off_at_end_of_shift. -:bob5298 :does :work_related_task. -:bob5298 :does :log_off_at_end_of_shift. -:carol5298 :does :access_social_media. -:alice5299 :does :log_off_at_end_of_shift. -:bob5299 :does :work_related_task. -:bob5299 :does :log_off_at_end_of_shift. -:carol5299 :does :access_social_media. -:alice5300 :does :log_off_at_end_of_shift. -:bob5300 :does :work_related_task. -:bob5300 :does :log_off_at_end_of_shift. -:carol5300 :does :access_social_media. -:alice5301 :does :log_off_at_end_of_shift. -:bob5301 :does :work_related_task. -:bob5301 :does :log_off_at_end_of_shift. -:carol5301 :does :access_social_media. -:alice5302 :does :log_off_at_end_of_shift. -:bob5302 :does :work_related_task. -:bob5302 :does :log_off_at_end_of_shift. -:carol5302 :does :access_social_media. -:alice5303 :does :log_off_at_end_of_shift. -:bob5303 :does :work_related_task. -:bob5303 :does :log_off_at_end_of_shift. -:carol5303 :does :access_social_media. -:alice5304 :does :log_off_at_end_of_shift. -:bob5304 :does :work_related_task. -:bob5304 :does :log_off_at_end_of_shift. -:carol5304 :does :access_social_media. -:alice5305 :does :log_off_at_end_of_shift. -:bob5305 :does :work_related_task. -:bob5305 :does :log_off_at_end_of_shift. -:carol5305 :does :access_social_media. -:alice5306 :does :log_off_at_end_of_shift. -:bob5306 :does :work_related_task. -:bob5306 :does :log_off_at_end_of_shift. -:carol5306 :does :access_social_media. -:alice5307 :does :log_off_at_end_of_shift. -:bob5307 :does :work_related_task. -:bob5307 :does :log_off_at_end_of_shift. -:carol5307 :does :access_social_media. -:alice5308 :does :log_off_at_end_of_shift. -:bob5308 :does :work_related_task. -:bob5308 :does :log_off_at_end_of_shift. -:carol5308 :does :access_social_media. -:alice5309 :does :log_off_at_end_of_shift. -:bob5309 :does :work_related_task. -:bob5309 :does :log_off_at_end_of_shift. -:carol5309 :does :access_social_media. -:alice5310 :does :log_off_at_end_of_shift. -:bob5310 :does :work_related_task. -:bob5310 :does :log_off_at_end_of_shift. -:carol5310 :does :access_social_media. -:alice5311 :does :log_off_at_end_of_shift. -:bob5311 :does :work_related_task. -:bob5311 :does :log_off_at_end_of_shift. -:carol5311 :does :access_social_media. -:alice5312 :does :log_off_at_end_of_shift. -:bob5312 :does :work_related_task. -:bob5312 :does :log_off_at_end_of_shift. -:carol5312 :does :access_social_media. -:alice5313 :does :log_off_at_end_of_shift. -:bob5313 :does :work_related_task. -:bob5313 :does :log_off_at_end_of_shift. -:carol5313 :does :access_social_media. -:alice5314 :does :log_off_at_end_of_shift. -:bob5314 :does :work_related_task. -:bob5314 :does :log_off_at_end_of_shift. -:carol5314 :does :access_social_media. -:alice5315 :does :log_off_at_end_of_shift. -:bob5315 :does :work_related_task. -:bob5315 :does :log_off_at_end_of_shift. -:carol5315 :does :access_social_media. -:alice5316 :does :log_off_at_end_of_shift. -:bob5316 :does :work_related_task. -:bob5316 :does :log_off_at_end_of_shift. -:carol5316 :does :access_social_media. -:alice5317 :does :log_off_at_end_of_shift. -:bob5317 :does :work_related_task. -:bob5317 :does :log_off_at_end_of_shift. -:carol5317 :does :access_social_media. -:alice5318 :does :log_off_at_end_of_shift. -:bob5318 :does :work_related_task. -:bob5318 :does :log_off_at_end_of_shift. -:carol5318 :does :access_social_media. -:alice5319 :does :log_off_at_end_of_shift. -:bob5319 :does :work_related_task. -:bob5319 :does :log_off_at_end_of_shift. -:carol5319 :does :access_social_media. -:alice5320 :does :log_off_at_end_of_shift. -:bob5320 :does :work_related_task. -:bob5320 :does :log_off_at_end_of_shift. -:carol5320 :does :access_social_media. -:alice5321 :does :log_off_at_end_of_shift. -:bob5321 :does :work_related_task. -:bob5321 :does :log_off_at_end_of_shift. -:carol5321 :does :access_social_media. -:alice5322 :does :log_off_at_end_of_shift. -:bob5322 :does :work_related_task. -:bob5322 :does :log_off_at_end_of_shift. -:carol5322 :does :access_social_media. -:alice5323 :does :log_off_at_end_of_shift. -:bob5323 :does :work_related_task. -:bob5323 :does :log_off_at_end_of_shift. -:carol5323 :does :access_social_media. -:alice5324 :does :log_off_at_end_of_shift. -:bob5324 :does :work_related_task. -:bob5324 :does :log_off_at_end_of_shift. -:carol5324 :does :access_social_media. -:alice5325 :does :log_off_at_end_of_shift. -:bob5325 :does :work_related_task. -:bob5325 :does :log_off_at_end_of_shift. -:carol5325 :does :access_social_media. -:alice5326 :does :log_off_at_end_of_shift. -:bob5326 :does :work_related_task. -:bob5326 :does :log_off_at_end_of_shift. -:carol5326 :does :access_social_media. -:alice5327 :does :log_off_at_end_of_shift. -:bob5327 :does :work_related_task. -:bob5327 :does :log_off_at_end_of_shift. -:carol5327 :does :access_social_media. -:alice5328 :does :log_off_at_end_of_shift. -:bob5328 :does :work_related_task. -:bob5328 :does :log_off_at_end_of_shift. -:carol5328 :does :access_social_media. -:alice5329 :does :log_off_at_end_of_shift. -:bob5329 :does :work_related_task. -:bob5329 :does :log_off_at_end_of_shift. -:carol5329 :does :access_social_media. -:alice5330 :does :log_off_at_end_of_shift. -:bob5330 :does :work_related_task. -:bob5330 :does :log_off_at_end_of_shift. -:carol5330 :does :access_social_media. -:alice5331 :does :log_off_at_end_of_shift. -:bob5331 :does :work_related_task. -:bob5331 :does :log_off_at_end_of_shift. -:carol5331 :does :access_social_media. -:alice5332 :does :log_off_at_end_of_shift. -:bob5332 :does :work_related_task. -:bob5332 :does :log_off_at_end_of_shift. -:carol5332 :does :access_social_media. -:alice5333 :does :log_off_at_end_of_shift. -:bob5333 :does :work_related_task. -:bob5333 :does :log_off_at_end_of_shift. -:carol5333 :does :access_social_media. -:alice5334 :does :log_off_at_end_of_shift. -:bob5334 :does :work_related_task. -:bob5334 :does :log_off_at_end_of_shift. -:carol5334 :does :access_social_media. -:alice5335 :does :log_off_at_end_of_shift. -:bob5335 :does :work_related_task. -:bob5335 :does :log_off_at_end_of_shift. -:carol5335 :does :access_social_media. -:alice5336 :does :log_off_at_end_of_shift. -:bob5336 :does :work_related_task. -:bob5336 :does :log_off_at_end_of_shift. -:carol5336 :does :access_social_media. -:alice5337 :does :log_off_at_end_of_shift. -:bob5337 :does :work_related_task. -:bob5337 :does :log_off_at_end_of_shift. -:carol5337 :does :access_social_media. -:alice5338 :does :log_off_at_end_of_shift. -:bob5338 :does :work_related_task. -:bob5338 :does :log_off_at_end_of_shift. -:carol5338 :does :access_social_media. -:alice5339 :does :log_off_at_end_of_shift. -:bob5339 :does :work_related_task. -:bob5339 :does :log_off_at_end_of_shift. -:carol5339 :does :access_social_media. -:alice5340 :does :log_off_at_end_of_shift. -:bob5340 :does :work_related_task. -:bob5340 :does :log_off_at_end_of_shift. -:carol5340 :does :access_social_media. -:alice5341 :does :log_off_at_end_of_shift. -:bob5341 :does :work_related_task. -:bob5341 :does :log_off_at_end_of_shift. -:carol5341 :does :access_social_media. -:alice5342 :does :log_off_at_end_of_shift. -:bob5342 :does :work_related_task. -:bob5342 :does :log_off_at_end_of_shift. -:carol5342 :does :access_social_media. -:alice5343 :does :log_off_at_end_of_shift. -:bob5343 :does :work_related_task. -:bob5343 :does :log_off_at_end_of_shift. -:carol5343 :does :access_social_media. -:alice5344 :does :log_off_at_end_of_shift. -:bob5344 :does :work_related_task. -:bob5344 :does :log_off_at_end_of_shift. -:carol5344 :does :access_social_media. -:alice5345 :does :log_off_at_end_of_shift. -:bob5345 :does :work_related_task. -:bob5345 :does :log_off_at_end_of_shift. -:carol5345 :does :access_social_media. -:alice5346 :does :log_off_at_end_of_shift. -:bob5346 :does :work_related_task. -:bob5346 :does :log_off_at_end_of_shift. -:carol5346 :does :access_social_media. -:alice5347 :does :log_off_at_end_of_shift. -:bob5347 :does :work_related_task. -:bob5347 :does :log_off_at_end_of_shift. -:carol5347 :does :access_social_media. -:alice5348 :does :log_off_at_end_of_shift. -:bob5348 :does :work_related_task. -:bob5348 :does :log_off_at_end_of_shift. -:carol5348 :does :access_social_media. -:alice5349 :does :log_off_at_end_of_shift. -:bob5349 :does :work_related_task. -:bob5349 :does :log_off_at_end_of_shift. -:carol5349 :does :access_social_media. -:alice5350 :does :log_off_at_end_of_shift. -:bob5350 :does :work_related_task. -:bob5350 :does :log_off_at_end_of_shift. -:carol5350 :does :access_social_media. -:alice5351 :does :log_off_at_end_of_shift. -:bob5351 :does :work_related_task. -:bob5351 :does :log_off_at_end_of_shift. -:carol5351 :does :access_social_media. -:alice5352 :does :log_off_at_end_of_shift. -:bob5352 :does :work_related_task. -:bob5352 :does :log_off_at_end_of_shift. -:carol5352 :does :access_social_media. -:alice5353 :does :log_off_at_end_of_shift. -:bob5353 :does :work_related_task. -:bob5353 :does :log_off_at_end_of_shift. -:carol5353 :does :access_social_media. -:alice5354 :does :log_off_at_end_of_shift. -:bob5354 :does :work_related_task. -:bob5354 :does :log_off_at_end_of_shift. -:carol5354 :does :access_social_media. -:alice5355 :does :log_off_at_end_of_shift. -:bob5355 :does :work_related_task. -:bob5355 :does :log_off_at_end_of_shift. -:carol5355 :does :access_social_media. -:alice5356 :does :log_off_at_end_of_shift. -:bob5356 :does :work_related_task. -:bob5356 :does :log_off_at_end_of_shift. -:carol5356 :does :access_social_media. -:alice5357 :does :log_off_at_end_of_shift. -:bob5357 :does :work_related_task. -:bob5357 :does :log_off_at_end_of_shift. -:carol5357 :does :access_social_media. -:alice5358 :does :log_off_at_end_of_shift. -:bob5358 :does :work_related_task. -:bob5358 :does :log_off_at_end_of_shift. -:carol5358 :does :access_social_media. -:alice5359 :does :log_off_at_end_of_shift. -:bob5359 :does :work_related_task. -:bob5359 :does :log_off_at_end_of_shift. -:carol5359 :does :access_social_media. -:alice5360 :does :log_off_at_end_of_shift. -:bob5360 :does :work_related_task. -:bob5360 :does :log_off_at_end_of_shift. -:carol5360 :does :access_social_media. -:alice5361 :does :log_off_at_end_of_shift. -:bob5361 :does :work_related_task. -:bob5361 :does :log_off_at_end_of_shift. -:carol5361 :does :access_social_media. -:alice5362 :does :log_off_at_end_of_shift. -:bob5362 :does :work_related_task. -:bob5362 :does :log_off_at_end_of_shift. -:carol5362 :does :access_social_media. -:alice5363 :does :log_off_at_end_of_shift. -:bob5363 :does :work_related_task. -:bob5363 :does :log_off_at_end_of_shift. -:carol5363 :does :access_social_media. -:alice5364 :does :log_off_at_end_of_shift. -:bob5364 :does :work_related_task. -:bob5364 :does :log_off_at_end_of_shift. -:carol5364 :does :access_social_media. -:alice5365 :does :log_off_at_end_of_shift. -:bob5365 :does :work_related_task. -:bob5365 :does :log_off_at_end_of_shift. -:carol5365 :does :access_social_media. -:alice5366 :does :log_off_at_end_of_shift. -:bob5366 :does :work_related_task. -:bob5366 :does :log_off_at_end_of_shift. -:carol5366 :does :access_social_media. -:alice5367 :does :log_off_at_end_of_shift. -:bob5367 :does :work_related_task. -:bob5367 :does :log_off_at_end_of_shift. -:carol5367 :does :access_social_media. -:alice5368 :does :log_off_at_end_of_shift. -:bob5368 :does :work_related_task. -:bob5368 :does :log_off_at_end_of_shift. -:carol5368 :does :access_social_media. -:alice5369 :does :log_off_at_end_of_shift. -:bob5369 :does :work_related_task. -:bob5369 :does :log_off_at_end_of_shift. -:carol5369 :does :access_social_media. -:alice5370 :does :log_off_at_end_of_shift. -:bob5370 :does :work_related_task. -:bob5370 :does :log_off_at_end_of_shift. -:carol5370 :does :access_social_media. -:alice5371 :does :log_off_at_end_of_shift. -:bob5371 :does :work_related_task. -:bob5371 :does :log_off_at_end_of_shift. -:carol5371 :does :access_social_media. -:alice5372 :does :log_off_at_end_of_shift. -:bob5372 :does :work_related_task. -:bob5372 :does :log_off_at_end_of_shift. -:carol5372 :does :access_social_media. -:alice5373 :does :log_off_at_end_of_shift. -:bob5373 :does :work_related_task. -:bob5373 :does :log_off_at_end_of_shift. -:carol5373 :does :access_social_media. -:alice5374 :does :log_off_at_end_of_shift. -:bob5374 :does :work_related_task. -:bob5374 :does :log_off_at_end_of_shift. -:carol5374 :does :access_social_media. -:alice5375 :does :log_off_at_end_of_shift. -:bob5375 :does :work_related_task. -:bob5375 :does :log_off_at_end_of_shift. -:carol5375 :does :access_social_media. -:alice5376 :does :log_off_at_end_of_shift. -:bob5376 :does :work_related_task. -:bob5376 :does :log_off_at_end_of_shift. -:carol5376 :does :access_social_media. -:alice5377 :does :log_off_at_end_of_shift. -:bob5377 :does :work_related_task. -:bob5377 :does :log_off_at_end_of_shift. -:carol5377 :does :access_social_media. -:alice5378 :does :log_off_at_end_of_shift. -:bob5378 :does :work_related_task. -:bob5378 :does :log_off_at_end_of_shift. -:carol5378 :does :access_social_media. -:alice5379 :does :log_off_at_end_of_shift. -:bob5379 :does :work_related_task. -:bob5379 :does :log_off_at_end_of_shift. -:carol5379 :does :access_social_media. -:alice5380 :does :log_off_at_end_of_shift. -:bob5380 :does :work_related_task. -:bob5380 :does :log_off_at_end_of_shift. -:carol5380 :does :access_social_media. -:alice5381 :does :log_off_at_end_of_shift. -:bob5381 :does :work_related_task. -:bob5381 :does :log_off_at_end_of_shift. -:carol5381 :does :access_social_media. -:alice5382 :does :log_off_at_end_of_shift. -:bob5382 :does :work_related_task. -:bob5382 :does :log_off_at_end_of_shift. -:carol5382 :does :access_social_media. -:alice5383 :does :log_off_at_end_of_shift. -:bob5383 :does :work_related_task. -:bob5383 :does :log_off_at_end_of_shift. -:carol5383 :does :access_social_media. -:alice5384 :does :log_off_at_end_of_shift. -:bob5384 :does :work_related_task. -:bob5384 :does :log_off_at_end_of_shift. -:carol5384 :does :access_social_media. -:alice5385 :does :log_off_at_end_of_shift. -:bob5385 :does :work_related_task. -:bob5385 :does :log_off_at_end_of_shift. -:carol5385 :does :access_social_media. -:alice5386 :does :log_off_at_end_of_shift. -:bob5386 :does :work_related_task. -:bob5386 :does :log_off_at_end_of_shift. -:carol5386 :does :access_social_media. -:alice5387 :does :log_off_at_end_of_shift. -:bob5387 :does :work_related_task. -:bob5387 :does :log_off_at_end_of_shift. -:carol5387 :does :access_social_media. -:alice5388 :does :log_off_at_end_of_shift. -:bob5388 :does :work_related_task. -:bob5388 :does :log_off_at_end_of_shift. -:carol5388 :does :access_social_media. -:alice5389 :does :log_off_at_end_of_shift. -:bob5389 :does :work_related_task. -:bob5389 :does :log_off_at_end_of_shift. -:carol5389 :does :access_social_media. -:alice5390 :does :log_off_at_end_of_shift. -:bob5390 :does :work_related_task. -:bob5390 :does :log_off_at_end_of_shift. -:carol5390 :does :access_social_media. -:alice5391 :does :log_off_at_end_of_shift. -:bob5391 :does :work_related_task. -:bob5391 :does :log_off_at_end_of_shift. -:carol5391 :does :access_social_media. -:alice5392 :does :log_off_at_end_of_shift. -:bob5392 :does :work_related_task. -:bob5392 :does :log_off_at_end_of_shift. -:carol5392 :does :access_social_media. -:alice5393 :does :log_off_at_end_of_shift. -:bob5393 :does :work_related_task. -:bob5393 :does :log_off_at_end_of_shift. -:carol5393 :does :access_social_media. -:alice5394 :does :log_off_at_end_of_shift. -:bob5394 :does :work_related_task. -:bob5394 :does :log_off_at_end_of_shift. -:carol5394 :does :access_social_media. -:alice5395 :does :log_off_at_end_of_shift. -:bob5395 :does :work_related_task. -:bob5395 :does :log_off_at_end_of_shift. -:carol5395 :does :access_social_media. -:alice5396 :does :log_off_at_end_of_shift. -:bob5396 :does :work_related_task. -:bob5396 :does :log_off_at_end_of_shift. -:carol5396 :does :access_social_media. -:alice5397 :does :log_off_at_end_of_shift. -:bob5397 :does :work_related_task. -:bob5397 :does :log_off_at_end_of_shift. -:carol5397 :does :access_social_media. -:alice5398 :does :log_off_at_end_of_shift. -:bob5398 :does :work_related_task. -:bob5398 :does :log_off_at_end_of_shift. -:carol5398 :does :access_social_media. -:alice5399 :does :log_off_at_end_of_shift. -:bob5399 :does :work_related_task. -:bob5399 :does :log_off_at_end_of_shift. -:carol5399 :does :access_social_media. -:alice5400 :does :log_off_at_end_of_shift. -:bob5400 :does :work_related_task. -:bob5400 :does :log_off_at_end_of_shift. -:carol5400 :does :access_social_media. -:alice5401 :does :log_off_at_end_of_shift. -:bob5401 :does :work_related_task. -:bob5401 :does :log_off_at_end_of_shift. -:carol5401 :does :access_social_media. -:alice5402 :does :log_off_at_end_of_shift. -:bob5402 :does :work_related_task. -:bob5402 :does :log_off_at_end_of_shift. -:carol5402 :does :access_social_media. -:alice5403 :does :log_off_at_end_of_shift. -:bob5403 :does :work_related_task. -:bob5403 :does :log_off_at_end_of_shift. -:carol5403 :does :access_social_media. -:alice5404 :does :log_off_at_end_of_shift. -:bob5404 :does :work_related_task. -:bob5404 :does :log_off_at_end_of_shift. -:carol5404 :does :access_social_media. -:alice5405 :does :log_off_at_end_of_shift. -:bob5405 :does :work_related_task. -:bob5405 :does :log_off_at_end_of_shift. -:carol5405 :does :access_social_media. -:alice5406 :does :log_off_at_end_of_shift. -:bob5406 :does :work_related_task. -:bob5406 :does :log_off_at_end_of_shift. -:carol5406 :does :access_social_media. -:alice5407 :does :log_off_at_end_of_shift. -:bob5407 :does :work_related_task. -:bob5407 :does :log_off_at_end_of_shift. -:carol5407 :does :access_social_media. -:alice5408 :does :log_off_at_end_of_shift. -:bob5408 :does :work_related_task. -:bob5408 :does :log_off_at_end_of_shift. -:carol5408 :does :access_social_media. -:alice5409 :does :log_off_at_end_of_shift. -:bob5409 :does :work_related_task. -:bob5409 :does :log_off_at_end_of_shift. -:carol5409 :does :access_social_media. -:alice5410 :does :log_off_at_end_of_shift. -:bob5410 :does :work_related_task. -:bob5410 :does :log_off_at_end_of_shift. -:carol5410 :does :access_social_media. -:alice5411 :does :log_off_at_end_of_shift. -:bob5411 :does :work_related_task. -:bob5411 :does :log_off_at_end_of_shift. -:carol5411 :does :access_social_media. -:alice5412 :does :log_off_at_end_of_shift. -:bob5412 :does :work_related_task. -:bob5412 :does :log_off_at_end_of_shift. -:carol5412 :does :access_social_media. -:alice5413 :does :log_off_at_end_of_shift. -:bob5413 :does :work_related_task. -:bob5413 :does :log_off_at_end_of_shift. -:carol5413 :does :access_social_media. -:alice5414 :does :log_off_at_end_of_shift. -:bob5414 :does :work_related_task. -:bob5414 :does :log_off_at_end_of_shift. -:carol5414 :does :access_social_media. -:alice5415 :does :log_off_at_end_of_shift. -:bob5415 :does :work_related_task. -:bob5415 :does :log_off_at_end_of_shift. -:carol5415 :does :access_social_media. -:alice5416 :does :log_off_at_end_of_shift. -:bob5416 :does :work_related_task. -:bob5416 :does :log_off_at_end_of_shift. -:carol5416 :does :access_social_media. -:alice5417 :does :log_off_at_end_of_shift. -:bob5417 :does :work_related_task. -:bob5417 :does :log_off_at_end_of_shift. -:carol5417 :does :access_social_media. -:alice5418 :does :log_off_at_end_of_shift. -:bob5418 :does :work_related_task. -:bob5418 :does :log_off_at_end_of_shift. -:carol5418 :does :access_social_media. -:alice5419 :does :log_off_at_end_of_shift. -:bob5419 :does :work_related_task. -:bob5419 :does :log_off_at_end_of_shift. -:carol5419 :does :access_social_media. -:alice5420 :does :log_off_at_end_of_shift. -:bob5420 :does :work_related_task. -:bob5420 :does :log_off_at_end_of_shift. -:carol5420 :does :access_social_media. -:alice5421 :does :log_off_at_end_of_shift. -:bob5421 :does :work_related_task. -:bob5421 :does :log_off_at_end_of_shift. -:carol5421 :does :access_social_media. -:alice5422 :does :log_off_at_end_of_shift. -:bob5422 :does :work_related_task. -:bob5422 :does :log_off_at_end_of_shift. -:carol5422 :does :access_social_media. -:alice5423 :does :log_off_at_end_of_shift. -:bob5423 :does :work_related_task. -:bob5423 :does :log_off_at_end_of_shift. -:carol5423 :does :access_social_media. -:alice5424 :does :log_off_at_end_of_shift. -:bob5424 :does :work_related_task. -:bob5424 :does :log_off_at_end_of_shift. -:carol5424 :does :access_social_media. -:alice5425 :does :log_off_at_end_of_shift. -:bob5425 :does :work_related_task. -:bob5425 :does :log_off_at_end_of_shift. -:carol5425 :does :access_social_media. -:alice5426 :does :log_off_at_end_of_shift. -:bob5426 :does :work_related_task. -:bob5426 :does :log_off_at_end_of_shift. -:carol5426 :does :access_social_media. -:alice5427 :does :log_off_at_end_of_shift. -:bob5427 :does :work_related_task. -:bob5427 :does :log_off_at_end_of_shift. -:carol5427 :does :access_social_media. -:alice5428 :does :log_off_at_end_of_shift. -:bob5428 :does :work_related_task. -:bob5428 :does :log_off_at_end_of_shift. -:carol5428 :does :access_social_media. -:alice5429 :does :log_off_at_end_of_shift. -:bob5429 :does :work_related_task. -:bob5429 :does :log_off_at_end_of_shift. -:carol5429 :does :access_social_media. -:alice5430 :does :log_off_at_end_of_shift. -:bob5430 :does :work_related_task. -:bob5430 :does :log_off_at_end_of_shift. -:carol5430 :does :access_social_media. -:alice5431 :does :log_off_at_end_of_shift. -:bob5431 :does :work_related_task. -:bob5431 :does :log_off_at_end_of_shift. -:carol5431 :does :access_social_media. -:alice5432 :does :log_off_at_end_of_shift. -:bob5432 :does :work_related_task. -:bob5432 :does :log_off_at_end_of_shift. -:carol5432 :does :access_social_media. -:alice5433 :does :log_off_at_end_of_shift. -:bob5433 :does :work_related_task. -:bob5433 :does :log_off_at_end_of_shift. -:carol5433 :does :access_social_media. -:alice5434 :does :log_off_at_end_of_shift. -:bob5434 :does :work_related_task. -:bob5434 :does :log_off_at_end_of_shift. -:carol5434 :does :access_social_media. -:alice5435 :does :log_off_at_end_of_shift. -:bob5435 :does :work_related_task. -:bob5435 :does :log_off_at_end_of_shift. -:carol5435 :does :access_social_media. -:alice5436 :does :log_off_at_end_of_shift. -:bob5436 :does :work_related_task. -:bob5436 :does :log_off_at_end_of_shift. -:carol5436 :does :access_social_media. -:alice5437 :does :log_off_at_end_of_shift. -:bob5437 :does :work_related_task. -:bob5437 :does :log_off_at_end_of_shift. -:carol5437 :does :access_social_media. -:alice5438 :does :log_off_at_end_of_shift. -:bob5438 :does :work_related_task. -:bob5438 :does :log_off_at_end_of_shift. -:carol5438 :does :access_social_media. -:alice5439 :does :log_off_at_end_of_shift. -:bob5439 :does :work_related_task. -:bob5439 :does :log_off_at_end_of_shift. -:carol5439 :does :access_social_media. -:alice5440 :does :log_off_at_end_of_shift. -:bob5440 :does :work_related_task. -:bob5440 :does :log_off_at_end_of_shift. -:carol5440 :does :access_social_media. -:alice5441 :does :log_off_at_end_of_shift. -:bob5441 :does :work_related_task. -:bob5441 :does :log_off_at_end_of_shift. -:carol5441 :does :access_social_media. -:alice5442 :does :log_off_at_end_of_shift. -:bob5442 :does :work_related_task. -:bob5442 :does :log_off_at_end_of_shift. -:carol5442 :does :access_social_media. -:alice5443 :does :log_off_at_end_of_shift. -:bob5443 :does :work_related_task. -:bob5443 :does :log_off_at_end_of_shift. -:carol5443 :does :access_social_media. -:alice5444 :does :log_off_at_end_of_shift. -:bob5444 :does :work_related_task. -:bob5444 :does :log_off_at_end_of_shift. -:carol5444 :does :access_social_media. -:alice5445 :does :log_off_at_end_of_shift. -:bob5445 :does :work_related_task. -:bob5445 :does :log_off_at_end_of_shift. -:carol5445 :does :access_social_media. -:alice5446 :does :log_off_at_end_of_shift. -:bob5446 :does :work_related_task. -:bob5446 :does :log_off_at_end_of_shift. -:carol5446 :does :access_social_media. -:alice5447 :does :log_off_at_end_of_shift. -:bob5447 :does :work_related_task. -:bob5447 :does :log_off_at_end_of_shift. -:carol5447 :does :access_social_media. -:alice5448 :does :log_off_at_end_of_shift. -:bob5448 :does :work_related_task. -:bob5448 :does :log_off_at_end_of_shift. -:carol5448 :does :access_social_media. -:alice5449 :does :log_off_at_end_of_shift. -:bob5449 :does :work_related_task. -:bob5449 :does :log_off_at_end_of_shift. -:carol5449 :does :access_social_media. -:alice5450 :does :log_off_at_end_of_shift. -:bob5450 :does :work_related_task. -:bob5450 :does :log_off_at_end_of_shift. -:carol5450 :does :access_social_media. -:alice5451 :does :log_off_at_end_of_shift. -:bob5451 :does :work_related_task. -:bob5451 :does :log_off_at_end_of_shift. -:carol5451 :does :access_social_media. -:alice5452 :does :log_off_at_end_of_shift. -:bob5452 :does :work_related_task. -:bob5452 :does :log_off_at_end_of_shift. -:carol5452 :does :access_social_media. -:alice5453 :does :log_off_at_end_of_shift. -:bob5453 :does :work_related_task. -:bob5453 :does :log_off_at_end_of_shift. -:carol5453 :does :access_social_media. -:alice5454 :does :log_off_at_end_of_shift. -:bob5454 :does :work_related_task. -:bob5454 :does :log_off_at_end_of_shift. -:carol5454 :does :access_social_media. -:alice5455 :does :log_off_at_end_of_shift. -:bob5455 :does :work_related_task. -:bob5455 :does :log_off_at_end_of_shift. -:carol5455 :does :access_social_media. -:alice5456 :does :log_off_at_end_of_shift. -:bob5456 :does :work_related_task. -:bob5456 :does :log_off_at_end_of_shift. -:carol5456 :does :access_social_media. -:alice5457 :does :log_off_at_end_of_shift. -:bob5457 :does :work_related_task. -:bob5457 :does :log_off_at_end_of_shift. -:carol5457 :does :access_social_media. -:alice5458 :does :log_off_at_end_of_shift. -:bob5458 :does :work_related_task. -:bob5458 :does :log_off_at_end_of_shift. -:carol5458 :does :access_social_media. -:alice5459 :does :log_off_at_end_of_shift. -:bob5459 :does :work_related_task. -:bob5459 :does :log_off_at_end_of_shift. -:carol5459 :does :access_social_media. -:alice5460 :does :log_off_at_end_of_shift. -:bob5460 :does :work_related_task. -:bob5460 :does :log_off_at_end_of_shift. -:carol5460 :does :access_social_media. -:alice5461 :does :log_off_at_end_of_shift. -:bob5461 :does :work_related_task. -:bob5461 :does :log_off_at_end_of_shift. -:carol5461 :does :access_social_media. -:alice5462 :does :log_off_at_end_of_shift. -:bob5462 :does :work_related_task. -:bob5462 :does :log_off_at_end_of_shift. -:carol5462 :does :access_social_media. -:alice5463 :does :log_off_at_end_of_shift. -:bob5463 :does :work_related_task. -:bob5463 :does :log_off_at_end_of_shift. -:carol5463 :does :access_social_media. -:alice5464 :does :log_off_at_end_of_shift. -:bob5464 :does :work_related_task. -:bob5464 :does :log_off_at_end_of_shift. -:carol5464 :does :access_social_media. -:alice5465 :does :log_off_at_end_of_shift. -:bob5465 :does :work_related_task. -:bob5465 :does :log_off_at_end_of_shift. -:carol5465 :does :access_social_media. -:alice5466 :does :log_off_at_end_of_shift. -:bob5466 :does :work_related_task. -:bob5466 :does :log_off_at_end_of_shift. -:carol5466 :does :access_social_media. -:alice5467 :does :log_off_at_end_of_shift. -:bob5467 :does :work_related_task. -:bob5467 :does :log_off_at_end_of_shift. -:carol5467 :does :access_social_media. -:alice5468 :does :log_off_at_end_of_shift. -:bob5468 :does :work_related_task. -:bob5468 :does :log_off_at_end_of_shift. -:carol5468 :does :access_social_media. -:alice5469 :does :log_off_at_end_of_shift. -:bob5469 :does :work_related_task. -:bob5469 :does :log_off_at_end_of_shift. -:carol5469 :does :access_social_media. -:alice5470 :does :log_off_at_end_of_shift. -:bob5470 :does :work_related_task. -:bob5470 :does :log_off_at_end_of_shift. -:carol5470 :does :access_social_media. -:alice5471 :does :log_off_at_end_of_shift. -:bob5471 :does :work_related_task. -:bob5471 :does :log_off_at_end_of_shift. -:carol5471 :does :access_social_media. -:alice5472 :does :log_off_at_end_of_shift. -:bob5472 :does :work_related_task. -:bob5472 :does :log_off_at_end_of_shift. -:carol5472 :does :access_social_media. -:alice5473 :does :log_off_at_end_of_shift. -:bob5473 :does :work_related_task. -:bob5473 :does :log_off_at_end_of_shift. -:carol5473 :does :access_social_media. -:alice5474 :does :log_off_at_end_of_shift. -:bob5474 :does :work_related_task. -:bob5474 :does :log_off_at_end_of_shift. -:carol5474 :does :access_social_media. -:alice5475 :does :log_off_at_end_of_shift. -:bob5475 :does :work_related_task. -:bob5475 :does :log_off_at_end_of_shift. -:carol5475 :does :access_social_media. -:alice5476 :does :log_off_at_end_of_shift. -:bob5476 :does :work_related_task. -:bob5476 :does :log_off_at_end_of_shift. -:carol5476 :does :access_social_media. -:alice5477 :does :log_off_at_end_of_shift. -:bob5477 :does :work_related_task. -:bob5477 :does :log_off_at_end_of_shift. -:carol5477 :does :access_social_media. -:alice5478 :does :log_off_at_end_of_shift. -:bob5478 :does :work_related_task. -:bob5478 :does :log_off_at_end_of_shift. -:carol5478 :does :access_social_media. -:alice5479 :does :log_off_at_end_of_shift. -:bob5479 :does :work_related_task. -:bob5479 :does :log_off_at_end_of_shift. -:carol5479 :does :access_social_media. -:alice5480 :does :log_off_at_end_of_shift. -:bob5480 :does :work_related_task. -:bob5480 :does :log_off_at_end_of_shift. -:carol5480 :does :access_social_media. -:alice5481 :does :log_off_at_end_of_shift. -:bob5481 :does :work_related_task. -:bob5481 :does :log_off_at_end_of_shift. -:carol5481 :does :access_social_media. -:alice5482 :does :log_off_at_end_of_shift. -:bob5482 :does :work_related_task. -:bob5482 :does :log_off_at_end_of_shift. -:carol5482 :does :access_social_media. -:alice5483 :does :log_off_at_end_of_shift. -:bob5483 :does :work_related_task. -:bob5483 :does :log_off_at_end_of_shift. -:carol5483 :does :access_social_media. -:alice5484 :does :log_off_at_end_of_shift. -:bob5484 :does :work_related_task. -:bob5484 :does :log_off_at_end_of_shift. -:carol5484 :does :access_social_media. -:alice5485 :does :log_off_at_end_of_shift. -:bob5485 :does :work_related_task. -:bob5485 :does :log_off_at_end_of_shift. -:carol5485 :does :access_social_media. -:alice5486 :does :log_off_at_end_of_shift. -:bob5486 :does :work_related_task. -:bob5486 :does :log_off_at_end_of_shift. -:carol5486 :does :access_social_media. -:alice5487 :does :log_off_at_end_of_shift. -:bob5487 :does :work_related_task. -:bob5487 :does :log_off_at_end_of_shift. -:carol5487 :does :access_social_media. -:alice5488 :does :log_off_at_end_of_shift. -:bob5488 :does :work_related_task. -:bob5488 :does :log_off_at_end_of_shift. -:carol5488 :does :access_social_media. -:alice5489 :does :log_off_at_end_of_shift. -:bob5489 :does :work_related_task. -:bob5489 :does :log_off_at_end_of_shift. -:carol5489 :does :access_social_media. -:alice5490 :does :log_off_at_end_of_shift. -:bob5490 :does :work_related_task. -:bob5490 :does :log_off_at_end_of_shift. -:carol5490 :does :access_social_media. -:alice5491 :does :log_off_at_end_of_shift. -:bob5491 :does :work_related_task. -:bob5491 :does :log_off_at_end_of_shift. -:carol5491 :does :access_social_media. -:alice5492 :does :log_off_at_end_of_shift. -:bob5492 :does :work_related_task. -:bob5492 :does :log_off_at_end_of_shift. -:carol5492 :does :access_social_media. -:alice5493 :does :log_off_at_end_of_shift. -:bob5493 :does :work_related_task. -:bob5493 :does :log_off_at_end_of_shift. -:carol5493 :does :access_social_media. -:alice5494 :does :log_off_at_end_of_shift. -:bob5494 :does :work_related_task. -:bob5494 :does :log_off_at_end_of_shift. -:carol5494 :does :access_social_media. -:alice5495 :does :log_off_at_end_of_shift. -:bob5495 :does :work_related_task. -:bob5495 :does :log_off_at_end_of_shift. -:carol5495 :does :access_social_media. -:alice5496 :does :log_off_at_end_of_shift. -:bob5496 :does :work_related_task. -:bob5496 :does :log_off_at_end_of_shift. -:carol5496 :does :access_social_media. -:alice5497 :does :log_off_at_end_of_shift. -:bob5497 :does :work_related_task. -:bob5497 :does :log_off_at_end_of_shift. -:carol5497 :does :access_social_media. -:alice5498 :does :log_off_at_end_of_shift. -:bob5498 :does :work_related_task. -:bob5498 :does :log_off_at_end_of_shift. -:carol5498 :does :access_social_media. -:alice5499 :does :log_off_at_end_of_shift. -:bob5499 :does :work_related_task. -:bob5499 :does :log_off_at_end_of_shift. -:carol5499 :does :access_social_media. -:alice5500 :does :log_off_at_end_of_shift. -:bob5500 :does :work_related_task. -:bob5500 :does :log_off_at_end_of_shift. -:carol5500 :does :access_social_media. -:alice5501 :does :log_off_at_end_of_shift. -:bob5501 :does :work_related_task. -:bob5501 :does :log_off_at_end_of_shift. -:carol5501 :does :access_social_media. -:alice5502 :does :log_off_at_end_of_shift. -:bob5502 :does :work_related_task. -:bob5502 :does :log_off_at_end_of_shift. -:carol5502 :does :access_social_media. -:alice5503 :does :log_off_at_end_of_shift. -:bob5503 :does :work_related_task. -:bob5503 :does :log_off_at_end_of_shift. -:carol5503 :does :access_social_media. -:alice5504 :does :log_off_at_end_of_shift. -:bob5504 :does :work_related_task. -:bob5504 :does :log_off_at_end_of_shift. -:carol5504 :does :access_social_media. -:alice5505 :does :log_off_at_end_of_shift. -:bob5505 :does :work_related_task. -:bob5505 :does :log_off_at_end_of_shift. -:carol5505 :does :access_social_media. -:alice5506 :does :log_off_at_end_of_shift. -:bob5506 :does :work_related_task. -:bob5506 :does :log_off_at_end_of_shift. -:carol5506 :does :access_social_media. -:alice5507 :does :log_off_at_end_of_shift. -:bob5507 :does :work_related_task. -:bob5507 :does :log_off_at_end_of_shift. -:carol5507 :does :access_social_media. -:alice5508 :does :log_off_at_end_of_shift. -:bob5508 :does :work_related_task. -:bob5508 :does :log_off_at_end_of_shift. -:carol5508 :does :access_social_media. -:alice5509 :does :log_off_at_end_of_shift. -:bob5509 :does :work_related_task. -:bob5509 :does :log_off_at_end_of_shift. -:carol5509 :does :access_social_media. -:alice5510 :does :log_off_at_end_of_shift. -:bob5510 :does :work_related_task. -:bob5510 :does :log_off_at_end_of_shift. -:carol5510 :does :access_social_media. -:alice5511 :does :log_off_at_end_of_shift. -:bob5511 :does :work_related_task. -:bob5511 :does :log_off_at_end_of_shift. -:carol5511 :does :access_social_media. -:alice5512 :does :log_off_at_end_of_shift. -:bob5512 :does :work_related_task. -:bob5512 :does :log_off_at_end_of_shift. -:carol5512 :does :access_social_media. -:alice5513 :does :log_off_at_end_of_shift. -:bob5513 :does :work_related_task. -:bob5513 :does :log_off_at_end_of_shift. -:carol5513 :does :access_social_media. -:alice5514 :does :log_off_at_end_of_shift. -:bob5514 :does :work_related_task. -:bob5514 :does :log_off_at_end_of_shift. -:carol5514 :does :access_social_media. -:alice5515 :does :log_off_at_end_of_shift. -:bob5515 :does :work_related_task. -:bob5515 :does :log_off_at_end_of_shift. -:carol5515 :does :access_social_media. -:alice5516 :does :log_off_at_end_of_shift. -:bob5516 :does :work_related_task. -:bob5516 :does :log_off_at_end_of_shift. -:carol5516 :does :access_social_media. -:alice5517 :does :log_off_at_end_of_shift. -:bob5517 :does :work_related_task. -:bob5517 :does :log_off_at_end_of_shift. -:carol5517 :does :access_social_media. -:alice5518 :does :log_off_at_end_of_shift. -:bob5518 :does :work_related_task. -:bob5518 :does :log_off_at_end_of_shift. -:carol5518 :does :access_social_media. -:alice5519 :does :log_off_at_end_of_shift. -:bob5519 :does :work_related_task. -:bob5519 :does :log_off_at_end_of_shift. -:carol5519 :does :access_social_media. -:alice5520 :does :log_off_at_end_of_shift. -:bob5520 :does :work_related_task. -:bob5520 :does :log_off_at_end_of_shift. -:carol5520 :does :access_social_media. -:alice5521 :does :log_off_at_end_of_shift. -:bob5521 :does :work_related_task. -:bob5521 :does :log_off_at_end_of_shift. -:carol5521 :does :access_social_media. -:alice5522 :does :log_off_at_end_of_shift. -:bob5522 :does :work_related_task. -:bob5522 :does :log_off_at_end_of_shift. -:carol5522 :does :access_social_media. -:alice5523 :does :log_off_at_end_of_shift. -:bob5523 :does :work_related_task. -:bob5523 :does :log_off_at_end_of_shift. -:carol5523 :does :access_social_media. -:alice5524 :does :log_off_at_end_of_shift. -:bob5524 :does :work_related_task. -:bob5524 :does :log_off_at_end_of_shift. -:carol5524 :does :access_social_media. -:alice5525 :does :log_off_at_end_of_shift. -:bob5525 :does :work_related_task. -:bob5525 :does :log_off_at_end_of_shift. -:carol5525 :does :access_social_media. -:alice5526 :does :log_off_at_end_of_shift. -:bob5526 :does :work_related_task. -:bob5526 :does :log_off_at_end_of_shift. -:carol5526 :does :access_social_media. -:alice5527 :does :log_off_at_end_of_shift. -:bob5527 :does :work_related_task. -:bob5527 :does :log_off_at_end_of_shift. -:carol5527 :does :access_social_media. -:alice5528 :does :log_off_at_end_of_shift. -:bob5528 :does :work_related_task. -:bob5528 :does :log_off_at_end_of_shift. -:carol5528 :does :access_social_media. -:alice5529 :does :log_off_at_end_of_shift. -:bob5529 :does :work_related_task. -:bob5529 :does :log_off_at_end_of_shift. -:carol5529 :does :access_social_media. -:alice5530 :does :log_off_at_end_of_shift. -:bob5530 :does :work_related_task. -:bob5530 :does :log_off_at_end_of_shift. -:carol5530 :does :access_social_media. -:alice5531 :does :log_off_at_end_of_shift. -:bob5531 :does :work_related_task. -:bob5531 :does :log_off_at_end_of_shift. -:carol5531 :does :access_social_media. -:alice5532 :does :log_off_at_end_of_shift. -:bob5532 :does :work_related_task. -:bob5532 :does :log_off_at_end_of_shift. -:carol5532 :does :access_social_media. -:alice5533 :does :log_off_at_end_of_shift. -:bob5533 :does :work_related_task. -:bob5533 :does :log_off_at_end_of_shift. -:carol5533 :does :access_social_media. -:alice5534 :does :log_off_at_end_of_shift. -:bob5534 :does :work_related_task. -:bob5534 :does :log_off_at_end_of_shift. -:carol5534 :does :access_social_media. -:alice5535 :does :log_off_at_end_of_shift. -:bob5535 :does :work_related_task. -:bob5535 :does :log_off_at_end_of_shift. -:carol5535 :does :access_social_media. -:alice5536 :does :log_off_at_end_of_shift. -:bob5536 :does :work_related_task. -:bob5536 :does :log_off_at_end_of_shift. -:carol5536 :does :access_social_media. -:alice5537 :does :log_off_at_end_of_shift. -:bob5537 :does :work_related_task. -:bob5537 :does :log_off_at_end_of_shift. -:carol5537 :does :access_social_media. -:alice5538 :does :log_off_at_end_of_shift. -:bob5538 :does :work_related_task. -:bob5538 :does :log_off_at_end_of_shift. -:carol5538 :does :access_social_media. -:alice5539 :does :log_off_at_end_of_shift. -:bob5539 :does :work_related_task. -:bob5539 :does :log_off_at_end_of_shift. -:carol5539 :does :access_social_media. -:alice5540 :does :log_off_at_end_of_shift. -:bob5540 :does :work_related_task. -:bob5540 :does :log_off_at_end_of_shift. -:carol5540 :does :access_social_media. -:alice5541 :does :log_off_at_end_of_shift. -:bob5541 :does :work_related_task. -:bob5541 :does :log_off_at_end_of_shift. -:carol5541 :does :access_social_media. -:alice5542 :does :log_off_at_end_of_shift. -:bob5542 :does :work_related_task. -:bob5542 :does :log_off_at_end_of_shift. -:carol5542 :does :access_social_media. -:alice5543 :does :log_off_at_end_of_shift. -:bob5543 :does :work_related_task. -:bob5543 :does :log_off_at_end_of_shift. -:carol5543 :does :access_social_media. -:alice5544 :does :log_off_at_end_of_shift. -:bob5544 :does :work_related_task. -:bob5544 :does :log_off_at_end_of_shift. -:carol5544 :does :access_social_media. -:alice5545 :does :log_off_at_end_of_shift. -:bob5545 :does :work_related_task. -:bob5545 :does :log_off_at_end_of_shift. -:carol5545 :does :access_social_media. -:alice5546 :does :log_off_at_end_of_shift. -:bob5546 :does :work_related_task. -:bob5546 :does :log_off_at_end_of_shift. -:carol5546 :does :access_social_media. -:alice5547 :does :log_off_at_end_of_shift. -:bob5547 :does :work_related_task. -:bob5547 :does :log_off_at_end_of_shift. -:carol5547 :does :access_social_media. -:alice5548 :does :log_off_at_end_of_shift. -:bob5548 :does :work_related_task. -:bob5548 :does :log_off_at_end_of_shift. -:carol5548 :does :access_social_media. -:alice5549 :does :log_off_at_end_of_shift. -:bob5549 :does :work_related_task. -:bob5549 :does :log_off_at_end_of_shift. -:carol5549 :does :access_social_media. -:alice5550 :does :log_off_at_end_of_shift. -:bob5550 :does :work_related_task. -:bob5550 :does :log_off_at_end_of_shift. -:carol5550 :does :access_social_media. -:alice5551 :does :log_off_at_end_of_shift. -:bob5551 :does :work_related_task. -:bob5551 :does :log_off_at_end_of_shift. -:carol5551 :does :access_social_media. -:alice5552 :does :log_off_at_end_of_shift. -:bob5552 :does :work_related_task. -:bob5552 :does :log_off_at_end_of_shift. -:carol5552 :does :access_social_media. -:alice5553 :does :log_off_at_end_of_shift. -:bob5553 :does :work_related_task. -:bob5553 :does :log_off_at_end_of_shift. -:carol5553 :does :access_social_media. -:alice5554 :does :log_off_at_end_of_shift. -:bob5554 :does :work_related_task. -:bob5554 :does :log_off_at_end_of_shift. -:carol5554 :does :access_social_media. -:alice5555 :does :log_off_at_end_of_shift. -:bob5555 :does :work_related_task. -:bob5555 :does :log_off_at_end_of_shift. -:carol5555 :does :access_social_media. -:alice5556 :does :log_off_at_end_of_shift. -:bob5556 :does :work_related_task. -:bob5556 :does :log_off_at_end_of_shift. -:carol5556 :does :access_social_media. -:alice5557 :does :log_off_at_end_of_shift. -:bob5557 :does :work_related_task. -:bob5557 :does :log_off_at_end_of_shift. -:carol5557 :does :access_social_media. -:alice5558 :does :log_off_at_end_of_shift. -:bob5558 :does :work_related_task. -:bob5558 :does :log_off_at_end_of_shift. -:carol5558 :does :access_social_media. -:alice5559 :does :log_off_at_end_of_shift. -:bob5559 :does :work_related_task. -:bob5559 :does :log_off_at_end_of_shift. -:carol5559 :does :access_social_media. -:alice5560 :does :log_off_at_end_of_shift. -:bob5560 :does :work_related_task. -:bob5560 :does :log_off_at_end_of_shift. -:carol5560 :does :access_social_media. -:alice5561 :does :log_off_at_end_of_shift. -:bob5561 :does :work_related_task. -:bob5561 :does :log_off_at_end_of_shift. -:carol5561 :does :access_social_media. -:alice5562 :does :log_off_at_end_of_shift. -:bob5562 :does :work_related_task. -:bob5562 :does :log_off_at_end_of_shift. -:carol5562 :does :access_social_media. -:alice5563 :does :log_off_at_end_of_shift. -:bob5563 :does :work_related_task. -:bob5563 :does :log_off_at_end_of_shift. -:carol5563 :does :access_social_media. -:alice5564 :does :log_off_at_end_of_shift. -:bob5564 :does :work_related_task. -:bob5564 :does :log_off_at_end_of_shift. -:carol5564 :does :access_social_media. -:alice5565 :does :log_off_at_end_of_shift. -:bob5565 :does :work_related_task. -:bob5565 :does :log_off_at_end_of_shift. -:carol5565 :does :access_social_media. -:alice5566 :does :log_off_at_end_of_shift. -:bob5566 :does :work_related_task. -:bob5566 :does :log_off_at_end_of_shift. -:carol5566 :does :access_social_media. -:alice5567 :does :log_off_at_end_of_shift. -:bob5567 :does :work_related_task. -:bob5567 :does :log_off_at_end_of_shift. -:carol5567 :does :access_social_media. -:alice5568 :does :log_off_at_end_of_shift. -:bob5568 :does :work_related_task. -:bob5568 :does :log_off_at_end_of_shift. -:carol5568 :does :access_social_media. -:alice5569 :does :log_off_at_end_of_shift. -:bob5569 :does :work_related_task. -:bob5569 :does :log_off_at_end_of_shift. -:carol5569 :does :access_social_media. -:alice5570 :does :log_off_at_end_of_shift. -:bob5570 :does :work_related_task. -:bob5570 :does :log_off_at_end_of_shift. -:carol5570 :does :access_social_media. -:alice5571 :does :log_off_at_end_of_shift. -:bob5571 :does :work_related_task. -:bob5571 :does :log_off_at_end_of_shift. -:carol5571 :does :access_social_media. -:alice5572 :does :log_off_at_end_of_shift. -:bob5572 :does :work_related_task. -:bob5572 :does :log_off_at_end_of_shift. -:carol5572 :does :access_social_media. -:alice5573 :does :log_off_at_end_of_shift. -:bob5573 :does :work_related_task. -:bob5573 :does :log_off_at_end_of_shift. -:carol5573 :does :access_social_media. -:alice5574 :does :log_off_at_end_of_shift. -:bob5574 :does :work_related_task. -:bob5574 :does :log_off_at_end_of_shift. -:carol5574 :does :access_social_media. -:alice5575 :does :log_off_at_end_of_shift. -:bob5575 :does :work_related_task. -:bob5575 :does :log_off_at_end_of_shift. -:carol5575 :does :access_social_media. -:alice5576 :does :log_off_at_end_of_shift. -:bob5576 :does :work_related_task. -:bob5576 :does :log_off_at_end_of_shift. -:carol5576 :does :access_social_media. -:alice5577 :does :log_off_at_end_of_shift. -:bob5577 :does :work_related_task. -:bob5577 :does :log_off_at_end_of_shift. -:carol5577 :does :access_social_media. -:alice5578 :does :log_off_at_end_of_shift. -:bob5578 :does :work_related_task. -:bob5578 :does :log_off_at_end_of_shift. -:carol5578 :does :access_social_media. -:alice5579 :does :log_off_at_end_of_shift. -:bob5579 :does :work_related_task. -:bob5579 :does :log_off_at_end_of_shift. -:carol5579 :does :access_social_media. -:alice5580 :does :log_off_at_end_of_shift. -:bob5580 :does :work_related_task. -:bob5580 :does :log_off_at_end_of_shift. -:carol5580 :does :access_social_media. -:alice5581 :does :log_off_at_end_of_shift. -:bob5581 :does :work_related_task. -:bob5581 :does :log_off_at_end_of_shift. -:carol5581 :does :access_social_media. -:alice5582 :does :log_off_at_end_of_shift. -:bob5582 :does :work_related_task. -:bob5582 :does :log_off_at_end_of_shift. -:carol5582 :does :access_social_media. -:alice5583 :does :log_off_at_end_of_shift. -:bob5583 :does :work_related_task. -:bob5583 :does :log_off_at_end_of_shift. -:carol5583 :does :access_social_media. -:alice5584 :does :log_off_at_end_of_shift. -:bob5584 :does :work_related_task. -:bob5584 :does :log_off_at_end_of_shift. -:carol5584 :does :access_social_media. -:alice5585 :does :log_off_at_end_of_shift. -:bob5585 :does :work_related_task. -:bob5585 :does :log_off_at_end_of_shift. -:carol5585 :does :access_social_media. -:alice5586 :does :log_off_at_end_of_shift. -:bob5586 :does :work_related_task. -:bob5586 :does :log_off_at_end_of_shift. -:carol5586 :does :access_social_media. -:alice5587 :does :log_off_at_end_of_shift. -:bob5587 :does :work_related_task. -:bob5587 :does :log_off_at_end_of_shift. -:carol5587 :does :access_social_media. -:alice5588 :does :log_off_at_end_of_shift. -:bob5588 :does :work_related_task. -:bob5588 :does :log_off_at_end_of_shift. -:carol5588 :does :access_social_media. -:alice5589 :does :log_off_at_end_of_shift. -:bob5589 :does :work_related_task. -:bob5589 :does :log_off_at_end_of_shift. -:carol5589 :does :access_social_media. -:alice5590 :does :log_off_at_end_of_shift. -:bob5590 :does :work_related_task. -:bob5590 :does :log_off_at_end_of_shift. -:carol5590 :does :access_social_media. -:alice5591 :does :log_off_at_end_of_shift. -:bob5591 :does :work_related_task. -:bob5591 :does :log_off_at_end_of_shift. -:carol5591 :does :access_social_media. -:alice5592 :does :log_off_at_end_of_shift. -:bob5592 :does :work_related_task. -:bob5592 :does :log_off_at_end_of_shift. -:carol5592 :does :access_social_media. -:alice5593 :does :log_off_at_end_of_shift. -:bob5593 :does :work_related_task. -:bob5593 :does :log_off_at_end_of_shift. -:carol5593 :does :access_social_media. -:alice5594 :does :log_off_at_end_of_shift. -:bob5594 :does :work_related_task. -:bob5594 :does :log_off_at_end_of_shift. -:carol5594 :does :access_social_media. -:alice5595 :does :log_off_at_end_of_shift. -:bob5595 :does :work_related_task. -:bob5595 :does :log_off_at_end_of_shift. -:carol5595 :does :access_social_media. -:alice5596 :does :log_off_at_end_of_shift. -:bob5596 :does :work_related_task. -:bob5596 :does :log_off_at_end_of_shift. -:carol5596 :does :access_social_media. -:alice5597 :does :log_off_at_end_of_shift. -:bob5597 :does :work_related_task. -:bob5597 :does :log_off_at_end_of_shift. -:carol5597 :does :access_social_media. -:alice5598 :does :log_off_at_end_of_shift. -:bob5598 :does :work_related_task. -:bob5598 :does :log_off_at_end_of_shift. -:carol5598 :does :access_social_media. -:alice5599 :does :log_off_at_end_of_shift. -:bob5599 :does :work_related_task. -:bob5599 :does :log_off_at_end_of_shift. -:carol5599 :does :access_social_media. -:alice5600 :does :log_off_at_end_of_shift. -:bob5600 :does :work_related_task. -:bob5600 :does :log_off_at_end_of_shift. -:carol5600 :does :access_social_media. -:alice5601 :does :log_off_at_end_of_shift. -:bob5601 :does :work_related_task. -:bob5601 :does :log_off_at_end_of_shift. -:carol5601 :does :access_social_media. -:alice5602 :does :log_off_at_end_of_shift. -:bob5602 :does :work_related_task. -:bob5602 :does :log_off_at_end_of_shift. -:carol5602 :does :access_social_media. -:alice5603 :does :log_off_at_end_of_shift. -:bob5603 :does :work_related_task. -:bob5603 :does :log_off_at_end_of_shift. -:carol5603 :does :access_social_media. -:alice5604 :does :log_off_at_end_of_shift. -:bob5604 :does :work_related_task. -:bob5604 :does :log_off_at_end_of_shift. -:carol5604 :does :access_social_media. -:alice5605 :does :log_off_at_end_of_shift. -:bob5605 :does :work_related_task. -:bob5605 :does :log_off_at_end_of_shift. -:carol5605 :does :access_social_media. -:alice5606 :does :log_off_at_end_of_shift. -:bob5606 :does :work_related_task. -:bob5606 :does :log_off_at_end_of_shift. -:carol5606 :does :access_social_media. -:alice5607 :does :log_off_at_end_of_shift. -:bob5607 :does :work_related_task. -:bob5607 :does :log_off_at_end_of_shift. -:carol5607 :does :access_social_media. -:alice5608 :does :log_off_at_end_of_shift. -:bob5608 :does :work_related_task. -:bob5608 :does :log_off_at_end_of_shift. -:carol5608 :does :access_social_media. -:alice5609 :does :log_off_at_end_of_shift. -:bob5609 :does :work_related_task. -:bob5609 :does :log_off_at_end_of_shift. -:carol5609 :does :access_social_media. -:alice5610 :does :log_off_at_end_of_shift. -:bob5610 :does :work_related_task. -:bob5610 :does :log_off_at_end_of_shift. -:carol5610 :does :access_social_media. -:alice5611 :does :log_off_at_end_of_shift. -:bob5611 :does :work_related_task. -:bob5611 :does :log_off_at_end_of_shift. -:carol5611 :does :access_social_media. -:alice5612 :does :log_off_at_end_of_shift. -:bob5612 :does :work_related_task. -:bob5612 :does :log_off_at_end_of_shift. -:carol5612 :does :access_social_media. -:alice5613 :does :log_off_at_end_of_shift. -:bob5613 :does :work_related_task. -:bob5613 :does :log_off_at_end_of_shift. -:carol5613 :does :access_social_media. -:alice5614 :does :log_off_at_end_of_shift. -:bob5614 :does :work_related_task. -:bob5614 :does :log_off_at_end_of_shift. -:carol5614 :does :access_social_media. -:alice5615 :does :log_off_at_end_of_shift. -:bob5615 :does :work_related_task. -:bob5615 :does :log_off_at_end_of_shift. -:carol5615 :does :access_social_media. -:alice5616 :does :log_off_at_end_of_shift. -:bob5616 :does :work_related_task. -:bob5616 :does :log_off_at_end_of_shift. -:carol5616 :does :access_social_media. -:alice5617 :does :log_off_at_end_of_shift. -:bob5617 :does :work_related_task. -:bob5617 :does :log_off_at_end_of_shift. -:carol5617 :does :access_social_media. -:alice5618 :does :log_off_at_end_of_shift. -:bob5618 :does :work_related_task. -:bob5618 :does :log_off_at_end_of_shift. -:carol5618 :does :access_social_media. -:alice5619 :does :log_off_at_end_of_shift. -:bob5619 :does :work_related_task. -:bob5619 :does :log_off_at_end_of_shift. -:carol5619 :does :access_social_media. -:alice5620 :does :log_off_at_end_of_shift. -:bob5620 :does :work_related_task. -:bob5620 :does :log_off_at_end_of_shift. -:carol5620 :does :access_social_media. -:alice5621 :does :log_off_at_end_of_shift. -:bob5621 :does :work_related_task. -:bob5621 :does :log_off_at_end_of_shift. -:carol5621 :does :access_social_media. -:alice5622 :does :log_off_at_end_of_shift. -:bob5622 :does :work_related_task. -:bob5622 :does :log_off_at_end_of_shift. -:carol5622 :does :access_social_media. -:alice5623 :does :log_off_at_end_of_shift. -:bob5623 :does :work_related_task. -:bob5623 :does :log_off_at_end_of_shift. -:carol5623 :does :access_social_media. -:alice5624 :does :log_off_at_end_of_shift. -:bob5624 :does :work_related_task. -:bob5624 :does :log_off_at_end_of_shift. -:carol5624 :does :access_social_media. -:alice5625 :does :log_off_at_end_of_shift. -:bob5625 :does :work_related_task. -:bob5625 :does :log_off_at_end_of_shift. -:carol5625 :does :access_social_media. -:alice5626 :does :log_off_at_end_of_shift. -:bob5626 :does :work_related_task. -:bob5626 :does :log_off_at_end_of_shift. -:carol5626 :does :access_social_media. -:alice5627 :does :log_off_at_end_of_shift. -:bob5627 :does :work_related_task. -:bob5627 :does :log_off_at_end_of_shift. -:carol5627 :does :access_social_media. -:alice5628 :does :log_off_at_end_of_shift. -:bob5628 :does :work_related_task. -:bob5628 :does :log_off_at_end_of_shift. -:carol5628 :does :access_social_media. -:alice5629 :does :log_off_at_end_of_shift. -:bob5629 :does :work_related_task. -:bob5629 :does :log_off_at_end_of_shift. -:carol5629 :does :access_social_media. -:alice5630 :does :log_off_at_end_of_shift. -:bob5630 :does :work_related_task. -:bob5630 :does :log_off_at_end_of_shift. -:carol5630 :does :access_social_media. -:alice5631 :does :log_off_at_end_of_shift. -:bob5631 :does :work_related_task. -:bob5631 :does :log_off_at_end_of_shift. -:carol5631 :does :access_social_media. -:alice5632 :does :log_off_at_end_of_shift. -:bob5632 :does :work_related_task. -:bob5632 :does :log_off_at_end_of_shift. -:carol5632 :does :access_social_media. -:alice5633 :does :log_off_at_end_of_shift. -:bob5633 :does :work_related_task. -:bob5633 :does :log_off_at_end_of_shift. -:carol5633 :does :access_social_media. -:alice5634 :does :log_off_at_end_of_shift. -:bob5634 :does :work_related_task. -:bob5634 :does :log_off_at_end_of_shift. -:carol5634 :does :access_social_media. -:alice5635 :does :log_off_at_end_of_shift. -:bob5635 :does :work_related_task. -:bob5635 :does :log_off_at_end_of_shift. -:carol5635 :does :access_social_media. -:alice5636 :does :log_off_at_end_of_shift. -:bob5636 :does :work_related_task. -:bob5636 :does :log_off_at_end_of_shift. -:carol5636 :does :access_social_media. -:alice5637 :does :log_off_at_end_of_shift. -:bob5637 :does :work_related_task. -:bob5637 :does :log_off_at_end_of_shift. -:carol5637 :does :access_social_media. -:alice5638 :does :log_off_at_end_of_shift. -:bob5638 :does :work_related_task. -:bob5638 :does :log_off_at_end_of_shift. -:carol5638 :does :access_social_media. -:alice5639 :does :log_off_at_end_of_shift. -:bob5639 :does :work_related_task. -:bob5639 :does :log_off_at_end_of_shift. -:carol5639 :does :access_social_media. -:alice5640 :does :log_off_at_end_of_shift. -:bob5640 :does :work_related_task. -:bob5640 :does :log_off_at_end_of_shift. -:carol5640 :does :access_social_media. -:alice5641 :does :log_off_at_end_of_shift. -:bob5641 :does :work_related_task. -:bob5641 :does :log_off_at_end_of_shift. -:carol5641 :does :access_social_media. -:alice5642 :does :log_off_at_end_of_shift. -:bob5642 :does :work_related_task. -:bob5642 :does :log_off_at_end_of_shift. -:carol5642 :does :access_social_media. -:alice5643 :does :log_off_at_end_of_shift. -:bob5643 :does :work_related_task. -:bob5643 :does :log_off_at_end_of_shift. -:carol5643 :does :access_social_media. -:alice5644 :does :log_off_at_end_of_shift. -:bob5644 :does :work_related_task. -:bob5644 :does :log_off_at_end_of_shift. -:carol5644 :does :access_social_media. -:alice5645 :does :log_off_at_end_of_shift. -:bob5645 :does :work_related_task. -:bob5645 :does :log_off_at_end_of_shift. -:carol5645 :does :access_social_media. -:alice5646 :does :log_off_at_end_of_shift. -:bob5646 :does :work_related_task. -:bob5646 :does :log_off_at_end_of_shift. -:carol5646 :does :access_social_media. -:alice5647 :does :log_off_at_end_of_shift. -:bob5647 :does :work_related_task. -:bob5647 :does :log_off_at_end_of_shift. -:carol5647 :does :access_social_media. -:alice5648 :does :log_off_at_end_of_shift. -:bob5648 :does :work_related_task. -:bob5648 :does :log_off_at_end_of_shift. -:carol5648 :does :access_social_media. -:alice5649 :does :log_off_at_end_of_shift. -:bob5649 :does :work_related_task. -:bob5649 :does :log_off_at_end_of_shift. -:carol5649 :does :access_social_media. -:alice5650 :does :log_off_at_end_of_shift. -:bob5650 :does :work_related_task. -:bob5650 :does :log_off_at_end_of_shift. -:carol5650 :does :access_social_media. -:alice5651 :does :log_off_at_end_of_shift. -:bob5651 :does :work_related_task. -:bob5651 :does :log_off_at_end_of_shift. -:carol5651 :does :access_social_media. -:alice5652 :does :log_off_at_end_of_shift. -:bob5652 :does :work_related_task. -:bob5652 :does :log_off_at_end_of_shift. -:carol5652 :does :access_social_media. -:alice5653 :does :log_off_at_end_of_shift. -:bob5653 :does :work_related_task. -:bob5653 :does :log_off_at_end_of_shift. -:carol5653 :does :access_social_media. -:alice5654 :does :log_off_at_end_of_shift. -:bob5654 :does :work_related_task. -:bob5654 :does :log_off_at_end_of_shift. -:carol5654 :does :access_social_media. -:alice5655 :does :log_off_at_end_of_shift. -:bob5655 :does :work_related_task. -:bob5655 :does :log_off_at_end_of_shift. -:carol5655 :does :access_social_media. -:alice5656 :does :log_off_at_end_of_shift. -:bob5656 :does :work_related_task. -:bob5656 :does :log_off_at_end_of_shift. -:carol5656 :does :access_social_media. -:alice5657 :does :log_off_at_end_of_shift. -:bob5657 :does :work_related_task. -:bob5657 :does :log_off_at_end_of_shift. -:carol5657 :does :access_social_media. -:alice5658 :does :log_off_at_end_of_shift. -:bob5658 :does :work_related_task. -:bob5658 :does :log_off_at_end_of_shift. -:carol5658 :does :access_social_media. -:alice5659 :does :log_off_at_end_of_shift. -:bob5659 :does :work_related_task. -:bob5659 :does :log_off_at_end_of_shift. -:carol5659 :does :access_social_media. -:alice5660 :does :log_off_at_end_of_shift. -:bob5660 :does :work_related_task. -:bob5660 :does :log_off_at_end_of_shift. -:carol5660 :does :access_social_media. -:alice5661 :does :log_off_at_end_of_shift. -:bob5661 :does :work_related_task. -:bob5661 :does :log_off_at_end_of_shift. -:carol5661 :does :access_social_media. -:alice5662 :does :log_off_at_end_of_shift. -:bob5662 :does :work_related_task. -:bob5662 :does :log_off_at_end_of_shift. -:carol5662 :does :access_social_media. -:alice5663 :does :log_off_at_end_of_shift. -:bob5663 :does :work_related_task. -:bob5663 :does :log_off_at_end_of_shift. -:carol5663 :does :access_social_media. -:alice5664 :does :log_off_at_end_of_shift. -:bob5664 :does :work_related_task. -:bob5664 :does :log_off_at_end_of_shift. -:carol5664 :does :access_social_media. -:alice5665 :does :log_off_at_end_of_shift. -:bob5665 :does :work_related_task. -:bob5665 :does :log_off_at_end_of_shift. -:carol5665 :does :access_social_media. -:alice5666 :does :log_off_at_end_of_shift. -:bob5666 :does :work_related_task. -:bob5666 :does :log_off_at_end_of_shift. -:carol5666 :does :access_social_media. -:alice5667 :does :log_off_at_end_of_shift. -:bob5667 :does :work_related_task. -:bob5667 :does :log_off_at_end_of_shift. -:carol5667 :does :access_social_media. -:alice5668 :does :log_off_at_end_of_shift. -:bob5668 :does :work_related_task. -:bob5668 :does :log_off_at_end_of_shift. -:carol5668 :does :access_social_media. -:alice5669 :does :log_off_at_end_of_shift. -:bob5669 :does :work_related_task. -:bob5669 :does :log_off_at_end_of_shift. -:carol5669 :does :access_social_media. -:alice5670 :does :log_off_at_end_of_shift. -:bob5670 :does :work_related_task. -:bob5670 :does :log_off_at_end_of_shift. -:carol5670 :does :access_social_media. -:alice5671 :does :log_off_at_end_of_shift. -:bob5671 :does :work_related_task. -:bob5671 :does :log_off_at_end_of_shift. -:carol5671 :does :access_social_media. -:alice5672 :does :log_off_at_end_of_shift. -:bob5672 :does :work_related_task. -:bob5672 :does :log_off_at_end_of_shift. -:carol5672 :does :access_social_media. -:alice5673 :does :log_off_at_end_of_shift. -:bob5673 :does :work_related_task. -:bob5673 :does :log_off_at_end_of_shift. -:carol5673 :does :access_social_media. -:alice5674 :does :log_off_at_end_of_shift. -:bob5674 :does :work_related_task. -:bob5674 :does :log_off_at_end_of_shift. -:carol5674 :does :access_social_media. -:alice5675 :does :log_off_at_end_of_shift. -:bob5675 :does :work_related_task. -:bob5675 :does :log_off_at_end_of_shift. -:carol5675 :does :access_social_media. -:alice5676 :does :log_off_at_end_of_shift. -:bob5676 :does :work_related_task. -:bob5676 :does :log_off_at_end_of_shift. -:carol5676 :does :access_social_media. -:alice5677 :does :log_off_at_end_of_shift. -:bob5677 :does :work_related_task. -:bob5677 :does :log_off_at_end_of_shift. -:carol5677 :does :access_social_media. -:alice5678 :does :log_off_at_end_of_shift. -:bob5678 :does :work_related_task. -:bob5678 :does :log_off_at_end_of_shift. -:carol5678 :does :access_social_media. -:alice5679 :does :log_off_at_end_of_shift. -:bob5679 :does :work_related_task. -:bob5679 :does :log_off_at_end_of_shift. -:carol5679 :does :access_social_media. -:alice5680 :does :log_off_at_end_of_shift. -:bob5680 :does :work_related_task. -:bob5680 :does :log_off_at_end_of_shift. -:carol5680 :does :access_social_media. -:alice5681 :does :log_off_at_end_of_shift. -:bob5681 :does :work_related_task. -:bob5681 :does :log_off_at_end_of_shift. -:carol5681 :does :access_social_media. -:alice5682 :does :log_off_at_end_of_shift. -:bob5682 :does :work_related_task. -:bob5682 :does :log_off_at_end_of_shift. -:carol5682 :does :access_social_media. -:alice5683 :does :log_off_at_end_of_shift. -:bob5683 :does :work_related_task. -:bob5683 :does :log_off_at_end_of_shift. -:carol5683 :does :access_social_media. -:alice5684 :does :log_off_at_end_of_shift. -:bob5684 :does :work_related_task. -:bob5684 :does :log_off_at_end_of_shift. -:carol5684 :does :access_social_media. -:alice5685 :does :log_off_at_end_of_shift. -:bob5685 :does :work_related_task. -:bob5685 :does :log_off_at_end_of_shift. -:carol5685 :does :access_social_media. -:alice5686 :does :log_off_at_end_of_shift. -:bob5686 :does :work_related_task. -:bob5686 :does :log_off_at_end_of_shift. -:carol5686 :does :access_social_media. -:alice5687 :does :log_off_at_end_of_shift. -:bob5687 :does :work_related_task. -:bob5687 :does :log_off_at_end_of_shift. -:carol5687 :does :access_social_media. -:alice5688 :does :log_off_at_end_of_shift. -:bob5688 :does :work_related_task. -:bob5688 :does :log_off_at_end_of_shift. -:carol5688 :does :access_social_media. -:alice5689 :does :log_off_at_end_of_shift. -:bob5689 :does :work_related_task. -:bob5689 :does :log_off_at_end_of_shift. -:carol5689 :does :access_social_media. -:alice5690 :does :log_off_at_end_of_shift. -:bob5690 :does :work_related_task. -:bob5690 :does :log_off_at_end_of_shift. -:carol5690 :does :access_social_media. -:alice5691 :does :log_off_at_end_of_shift. -:bob5691 :does :work_related_task. -:bob5691 :does :log_off_at_end_of_shift. -:carol5691 :does :access_social_media. -:alice5692 :does :log_off_at_end_of_shift. -:bob5692 :does :work_related_task. -:bob5692 :does :log_off_at_end_of_shift. -:carol5692 :does :access_social_media. -:alice5693 :does :log_off_at_end_of_shift. -:bob5693 :does :work_related_task. -:bob5693 :does :log_off_at_end_of_shift. -:carol5693 :does :access_social_media. -:alice5694 :does :log_off_at_end_of_shift. -:bob5694 :does :work_related_task. -:bob5694 :does :log_off_at_end_of_shift. -:carol5694 :does :access_social_media. -:alice5695 :does :log_off_at_end_of_shift. -:bob5695 :does :work_related_task. -:bob5695 :does :log_off_at_end_of_shift. -:carol5695 :does :access_social_media. -:alice5696 :does :log_off_at_end_of_shift. -:bob5696 :does :work_related_task. -:bob5696 :does :log_off_at_end_of_shift. -:carol5696 :does :access_social_media. -:alice5697 :does :log_off_at_end_of_shift. -:bob5697 :does :work_related_task. -:bob5697 :does :log_off_at_end_of_shift. -:carol5697 :does :access_social_media. -:alice5698 :does :log_off_at_end_of_shift. -:bob5698 :does :work_related_task. -:bob5698 :does :log_off_at_end_of_shift. -:carol5698 :does :access_social_media. -:alice5699 :does :log_off_at_end_of_shift. -:bob5699 :does :work_related_task. -:bob5699 :does :log_off_at_end_of_shift. -:carol5699 :does :access_social_media. -:alice5700 :does :log_off_at_end_of_shift. -:bob5700 :does :work_related_task. -:bob5700 :does :log_off_at_end_of_shift. -:carol5700 :does :access_social_media. -:alice5701 :does :log_off_at_end_of_shift. -:bob5701 :does :work_related_task. -:bob5701 :does :log_off_at_end_of_shift. -:carol5701 :does :access_social_media. -:alice5702 :does :log_off_at_end_of_shift. -:bob5702 :does :work_related_task. -:bob5702 :does :log_off_at_end_of_shift. -:carol5702 :does :access_social_media. -:alice5703 :does :log_off_at_end_of_shift. -:bob5703 :does :work_related_task. -:bob5703 :does :log_off_at_end_of_shift. -:carol5703 :does :access_social_media. -:alice5704 :does :log_off_at_end_of_shift. -:bob5704 :does :work_related_task. -:bob5704 :does :log_off_at_end_of_shift. -:carol5704 :does :access_social_media. -:alice5705 :does :log_off_at_end_of_shift. -:bob5705 :does :work_related_task. -:bob5705 :does :log_off_at_end_of_shift. -:carol5705 :does :access_social_media. -:alice5706 :does :log_off_at_end_of_shift. -:bob5706 :does :work_related_task. -:bob5706 :does :log_off_at_end_of_shift. -:carol5706 :does :access_social_media. -:alice5707 :does :log_off_at_end_of_shift. -:bob5707 :does :work_related_task. -:bob5707 :does :log_off_at_end_of_shift. -:carol5707 :does :access_social_media. -:alice5708 :does :log_off_at_end_of_shift. -:bob5708 :does :work_related_task. -:bob5708 :does :log_off_at_end_of_shift. -:carol5708 :does :access_social_media. -:alice5709 :does :log_off_at_end_of_shift. -:bob5709 :does :work_related_task. -:bob5709 :does :log_off_at_end_of_shift. -:carol5709 :does :access_social_media. -:alice5710 :does :log_off_at_end_of_shift. -:bob5710 :does :work_related_task. -:bob5710 :does :log_off_at_end_of_shift. -:carol5710 :does :access_social_media. -:alice5711 :does :log_off_at_end_of_shift. -:bob5711 :does :work_related_task. -:bob5711 :does :log_off_at_end_of_shift. -:carol5711 :does :access_social_media. -:alice5712 :does :log_off_at_end_of_shift. -:bob5712 :does :work_related_task. -:bob5712 :does :log_off_at_end_of_shift. -:carol5712 :does :access_social_media. -:alice5713 :does :log_off_at_end_of_shift. -:bob5713 :does :work_related_task. -:bob5713 :does :log_off_at_end_of_shift. -:carol5713 :does :access_social_media. -:alice5714 :does :log_off_at_end_of_shift. -:bob5714 :does :work_related_task. -:bob5714 :does :log_off_at_end_of_shift. -:carol5714 :does :access_social_media. -:alice5715 :does :log_off_at_end_of_shift. -:bob5715 :does :work_related_task. -:bob5715 :does :log_off_at_end_of_shift. -:carol5715 :does :access_social_media. -:alice5716 :does :log_off_at_end_of_shift. -:bob5716 :does :work_related_task. -:bob5716 :does :log_off_at_end_of_shift. -:carol5716 :does :access_social_media. -:alice5717 :does :log_off_at_end_of_shift. -:bob5717 :does :work_related_task. -:bob5717 :does :log_off_at_end_of_shift. -:carol5717 :does :access_social_media. -:alice5718 :does :log_off_at_end_of_shift. -:bob5718 :does :work_related_task. -:bob5718 :does :log_off_at_end_of_shift. -:carol5718 :does :access_social_media. -:alice5719 :does :log_off_at_end_of_shift. -:bob5719 :does :work_related_task. -:bob5719 :does :log_off_at_end_of_shift. -:carol5719 :does :access_social_media. -:alice5720 :does :log_off_at_end_of_shift. -:bob5720 :does :work_related_task. -:bob5720 :does :log_off_at_end_of_shift. -:carol5720 :does :access_social_media. -:alice5721 :does :log_off_at_end_of_shift. -:bob5721 :does :work_related_task. -:bob5721 :does :log_off_at_end_of_shift. -:carol5721 :does :access_social_media. -:alice5722 :does :log_off_at_end_of_shift. -:bob5722 :does :work_related_task. -:bob5722 :does :log_off_at_end_of_shift. -:carol5722 :does :access_social_media. -:alice5723 :does :log_off_at_end_of_shift. -:bob5723 :does :work_related_task. -:bob5723 :does :log_off_at_end_of_shift. -:carol5723 :does :access_social_media. -:alice5724 :does :log_off_at_end_of_shift. -:bob5724 :does :work_related_task. -:bob5724 :does :log_off_at_end_of_shift. -:carol5724 :does :access_social_media. -:alice5725 :does :log_off_at_end_of_shift. -:bob5725 :does :work_related_task. -:bob5725 :does :log_off_at_end_of_shift. -:carol5725 :does :access_social_media. -:alice5726 :does :log_off_at_end_of_shift. -:bob5726 :does :work_related_task. -:bob5726 :does :log_off_at_end_of_shift. -:carol5726 :does :access_social_media. -:alice5727 :does :log_off_at_end_of_shift. -:bob5727 :does :work_related_task. -:bob5727 :does :log_off_at_end_of_shift. -:carol5727 :does :access_social_media. -:alice5728 :does :log_off_at_end_of_shift. -:bob5728 :does :work_related_task. -:bob5728 :does :log_off_at_end_of_shift. -:carol5728 :does :access_social_media. -:alice5729 :does :log_off_at_end_of_shift. -:bob5729 :does :work_related_task. -:bob5729 :does :log_off_at_end_of_shift. -:carol5729 :does :access_social_media. -:alice5730 :does :log_off_at_end_of_shift. -:bob5730 :does :work_related_task. -:bob5730 :does :log_off_at_end_of_shift. -:carol5730 :does :access_social_media. -:alice5731 :does :log_off_at_end_of_shift. -:bob5731 :does :work_related_task. -:bob5731 :does :log_off_at_end_of_shift. -:carol5731 :does :access_social_media. -:alice5732 :does :log_off_at_end_of_shift. -:bob5732 :does :work_related_task. -:bob5732 :does :log_off_at_end_of_shift. -:carol5732 :does :access_social_media. -:alice5733 :does :log_off_at_end_of_shift. -:bob5733 :does :work_related_task. -:bob5733 :does :log_off_at_end_of_shift. -:carol5733 :does :access_social_media. -:alice5734 :does :log_off_at_end_of_shift. -:bob5734 :does :work_related_task. -:bob5734 :does :log_off_at_end_of_shift. -:carol5734 :does :access_social_media. -:alice5735 :does :log_off_at_end_of_shift. -:bob5735 :does :work_related_task. -:bob5735 :does :log_off_at_end_of_shift. -:carol5735 :does :access_social_media. -:alice5736 :does :log_off_at_end_of_shift. -:bob5736 :does :work_related_task. -:bob5736 :does :log_off_at_end_of_shift. -:carol5736 :does :access_social_media. -:alice5737 :does :log_off_at_end_of_shift. -:bob5737 :does :work_related_task. -:bob5737 :does :log_off_at_end_of_shift. -:carol5737 :does :access_social_media. -:alice5738 :does :log_off_at_end_of_shift. -:bob5738 :does :work_related_task. -:bob5738 :does :log_off_at_end_of_shift. -:carol5738 :does :access_social_media. -:alice5739 :does :log_off_at_end_of_shift. -:bob5739 :does :work_related_task. -:bob5739 :does :log_off_at_end_of_shift. -:carol5739 :does :access_social_media. -:alice5740 :does :log_off_at_end_of_shift. -:bob5740 :does :work_related_task. -:bob5740 :does :log_off_at_end_of_shift. -:carol5740 :does :access_social_media. -:alice5741 :does :log_off_at_end_of_shift. -:bob5741 :does :work_related_task. -:bob5741 :does :log_off_at_end_of_shift. -:carol5741 :does :access_social_media. -:alice5742 :does :log_off_at_end_of_shift. -:bob5742 :does :work_related_task. -:bob5742 :does :log_off_at_end_of_shift. -:carol5742 :does :access_social_media. -:alice5743 :does :log_off_at_end_of_shift. -:bob5743 :does :work_related_task. -:bob5743 :does :log_off_at_end_of_shift. -:carol5743 :does :access_social_media. -:alice5744 :does :log_off_at_end_of_shift. -:bob5744 :does :work_related_task. -:bob5744 :does :log_off_at_end_of_shift. -:carol5744 :does :access_social_media. -:alice5745 :does :log_off_at_end_of_shift. -:bob5745 :does :work_related_task. -:bob5745 :does :log_off_at_end_of_shift. -:carol5745 :does :access_social_media. -:alice5746 :does :log_off_at_end_of_shift. -:bob5746 :does :work_related_task. -:bob5746 :does :log_off_at_end_of_shift. -:carol5746 :does :access_social_media. -:alice5747 :does :log_off_at_end_of_shift. -:bob5747 :does :work_related_task. -:bob5747 :does :log_off_at_end_of_shift. -:carol5747 :does :access_social_media. -:alice5748 :does :log_off_at_end_of_shift. -:bob5748 :does :work_related_task. -:bob5748 :does :log_off_at_end_of_shift. -:carol5748 :does :access_social_media. -:alice5749 :does :log_off_at_end_of_shift. -:bob5749 :does :work_related_task. -:bob5749 :does :log_off_at_end_of_shift. -:carol5749 :does :access_social_media. -:alice5750 :does :log_off_at_end_of_shift. -:bob5750 :does :work_related_task. -:bob5750 :does :log_off_at_end_of_shift. -:carol5750 :does :access_social_media. -:alice5751 :does :log_off_at_end_of_shift. -:bob5751 :does :work_related_task. -:bob5751 :does :log_off_at_end_of_shift. -:carol5751 :does :access_social_media. -:alice5752 :does :log_off_at_end_of_shift. -:bob5752 :does :work_related_task. -:bob5752 :does :log_off_at_end_of_shift. -:carol5752 :does :access_social_media. -:alice5753 :does :log_off_at_end_of_shift. -:bob5753 :does :work_related_task. -:bob5753 :does :log_off_at_end_of_shift. -:carol5753 :does :access_social_media. -:alice5754 :does :log_off_at_end_of_shift. -:bob5754 :does :work_related_task. -:bob5754 :does :log_off_at_end_of_shift. -:carol5754 :does :access_social_media. -:alice5755 :does :log_off_at_end_of_shift. -:bob5755 :does :work_related_task. -:bob5755 :does :log_off_at_end_of_shift. -:carol5755 :does :access_social_media. -:alice5756 :does :log_off_at_end_of_shift. -:bob5756 :does :work_related_task. -:bob5756 :does :log_off_at_end_of_shift. -:carol5756 :does :access_social_media. -:alice5757 :does :log_off_at_end_of_shift. -:bob5757 :does :work_related_task. -:bob5757 :does :log_off_at_end_of_shift. -:carol5757 :does :access_social_media. -:alice5758 :does :log_off_at_end_of_shift. -:bob5758 :does :work_related_task. -:bob5758 :does :log_off_at_end_of_shift. -:carol5758 :does :access_social_media. -:alice5759 :does :log_off_at_end_of_shift. -:bob5759 :does :work_related_task. -:bob5759 :does :log_off_at_end_of_shift. -:carol5759 :does :access_social_media. -:alice5760 :does :log_off_at_end_of_shift. -:bob5760 :does :work_related_task. -:bob5760 :does :log_off_at_end_of_shift. -:carol5760 :does :access_social_media. -:alice5761 :does :log_off_at_end_of_shift. -:bob5761 :does :work_related_task. -:bob5761 :does :log_off_at_end_of_shift. -:carol5761 :does :access_social_media. -:alice5762 :does :log_off_at_end_of_shift. -:bob5762 :does :work_related_task. -:bob5762 :does :log_off_at_end_of_shift. -:carol5762 :does :access_social_media. -:alice5763 :does :log_off_at_end_of_shift. -:bob5763 :does :work_related_task. -:bob5763 :does :log_off_at_end_of_shift. -:carol5763 :does :access_social_media. -:alice5764 :does :log_off_at_end_of_shift. -:bob5764 :does :work_related_task. -:bob5764 :does :log_off_at_end_of_shift. -:carol5764 :does :access_social_media. -:alice5765 :does :log_off_at_end_of_shift. -:bob5765 :does :work_related_task. -:bob5765 :does :log_off_at_end_of_shift. -:carol5765 :does :access_social_media. -:alice5766 :does :log_off_at_end_of_shift. -:bob5766 :does :work_related_task. -:bob5766 :does :log_off_at_end_of_shift. -:carol5766 :does :access_social_media. -:alice5767 :does :log_off_at_end_of_shift. -:bob5767 :does :work_related_task. -:bob5767 :does :log_off_at_end_of_shift. -:carol5767 :does :access_social_media. -:alice5768 :does :log_off_at_end_of_shift. -:bob5768 :does :work_related_task. -:bob5768 :does :log_off_at_end_of_shift. -:carol5768 :does :access_social_media. -:alice5769 :does :log_off_at_end_of_shift. -:bob5769 :does :work_related_task. -:bob5769 :does :log_off_at_end_of_shift. -:carol5769 :does :access_social_media. -:alice5770 :does :log_off_at_end_of_shift. -:bob5770 :does :work_related_task. -:bob5770 :does :log_off_at_end_of_shift. -:carol5770 :does :access_social_media. -:alice5771 :does :log_off_at_end_of_shift. -:bob5771 :does :work_related_task. -:bob5771 :does :log_off_at_end_of_shift. -:carol5771 :does :access_social_media. -:alice5772 :does :log_off_at_end_of_shift. -:bob5772 :does :work_related_task. -:bob5772 :does :log_off_at_end_of_shift. -:carol5772 :does :access_social_media. -:alice5773 :does :log_off_at_end_of_shift. -:bob5773 :does :work_related_task. -:bob5773 :does :log_off_at_end_of_shift. -:carol5773 :does :access_social_media. -:alice5774 :does :log_off_at_end_of_shift. -:bob5774 :does :work_related_task. -:bob5774 :does :log_off_at_end_of_shift. -:carol5774 :does :access_social_media. -:alice5775 :does :log_off_at_end_of_shift. -:bob5775 :does :work_related_task. -:bob5775 :does :log_off_at_end_of_shift. -:carol5775 :does :access_social_media. -:alice5776 :does :log_off_at_end_of_shift. -:bob5776 :does :work_related_task. -:bob5776 :does :log_off_at_end_of_shift. -:carol5776 :does :access_social_media. -:alice5777 :does :log_off_at_end_of_shift. -:bob5777 :does :work_related_task. -:bob5777 :does :log_off_at_end_of_shift. -:carol5777 :does :access_social_media. -:alice5778 :does :log_off_at_end_of_shift. -:bob5778 :does :work_related_task. -:bob5778 :does :log_off_at_end_of_shift. -:carol5778 :does :access_social_media. -:alice5779 :does :log_off_at_end_of_shift. -:bob5779 :does :work_related_task. -:bob5779 :does :log_off_at_end_of_shift. -:carol5779 :does :access_social_media. -:alice5780 :does :log_off_at_end_of_shift. -:bob5780 :does :work_related_task. -:bob5780 :does :log_off_at_end_of_shift. -:carol5780 :does :access_social_media. -:alice5781 :does :log_off_at_end_of_shift. -:bob5781 :does :work_related_task. -:bob5781 :does :log_off_at_end_of_shift. -:carol5781 :does :access_social_media. -:alice5782 :does :log_off_at_end_of_shift. -:bob5782 :does :work_related_task. -:bob5782 :does :log_off_at_end_of_shift. -:carol5782 :does :access_social_media. -:alice5783 :does :log_off_at_end_of_shift. -:bob5783 :does :work_related_task. -:bob5783 :does :log_off_at_end_of_shift. -:carol5783 :does :access_social_media. -:alice5784 :does :log_off_at_end_of_shift. -:bob5784 :does :work_related_task. -:bob5784 :does :log_off_at_end_of_shift. -:carol5784 :does :access_social_media. -:alice5785 :does :log_off_at_end_of_shift. -:bob5785 :does :work_related_task. -:bob5785 :does :log_off_at_end_of_shift. -:carol5785 :does :access_social_media. -:alice5786 :does :log_off_at_end_of_shift. -:bob5786 :does :work_related_task. -:bob5786 :does :log_off_at_end_of_shift. -:carol5786 :does :access_social_media. -:alice5787 :does :log_off_at_end_of_shift. -:bob5787 :does :work_related_task. -:bob5787 :does :log_off_at_end_of_shift. -:carol5787 :does :access_social_media. -:alice5788 :does :log_off_at_end_of_shift. -:bob5788 :does :work_related_task. -:bob5788 :does :log_off_at_end_of_shift. -:carol5788 :does :access_social_media. -:alice5789 :does :log_off_at_end_of_shift. -:bob5789 :does :work_related_task. -:bob5789 :does :log_off_at_end_of_shift. -:carol5789 :does :access_social_media. -:alice5790 :does :log_off_at_end_of_shift. -:bob5790 :does :work_related_task. -:bob5790 :does :log_off_at_end_of_shift. -:carol5790 :does :access_social_media. -:alice5791 :does :log_off_at_end_of_shift. -:bob5791 :does :work_related_task. -:bob5791 :does :log_off_at_end_of_shift. -:carol5791 :does :access_social_media. -:alice5792 :does :log_off_at_end_of_shift. -:bob5792 :does :work_related_task. -:bob5792 :does :log_off_at_end_of_shift. -:carol5792 :does :access_social_media. -:alice5793 :does :log_off_at_end_of_shift. -:bob5793 :does :work_related_task. -:bob5793 :does :log_off_at_end_of_shift. -:carol5793 :does :access_social_media. -:alice5794 :does :log_off_at_end_of_shift. -:bob5794 :does :work_related_task. -:bob5794 :does :log_off_at_end_of_shift. -:carol5794 :does :access_social_media. -:alice5795 :does :log_off_at_end_of_shift. -:bob5795 :does :work_related_task. -:bob5795 :does :log_off_at_end_of_shift. -:carol5795 :does :access_social_media. -:alice5796 :does :log_off_at_end_of_shift. -:bob5796 :does :work_related_task. -:bob5796 :does :log_off_at_end_of_shift. -:carol5796 :does :access_social_media. -:alice5797 :does :log_off_at_end_of_shift. -:bob5797 :does :work_related_task. -:bob5797 :does :log_off_at_end_of_shift. -:carol5797 :does :access_social_media. -:alice5798 :does :log_off_at_end_of_shift. -:bob5798 :does :work_related_task. -:bob5798 :does :log_off_at_end_of_shift. -:carol5798 :does :access_social_media. -:alice5799 :does :log_off_at_end_of_shift. -:bob5799 :does :work_related_task. -:bob5799 :does :log_off_at_end_of_shift. -:carol5799 :does :access_social_media. -:alice5800 :does :log_off_at_end_of_shift. -:bob5800 :does :work_related_task. -:bob5800 :does :log_off_at_end_of_shift. -:carol5800 :does :access_social_media. -:alice5801 :does :log_off_at_end_of_shift. -:bob5801 :does :work_related_task. -:bob5801 :does :log_off_at_end_of_shift. -:carol5801 :does :access_social_media. -:alice5802 :does :log_off_at_end_of_shift. -:bob5802 :does :work_related_task. -:bob5802 :does :log_off_at_end_of_shift. -:carol5802 :does :access_social_media. -:alice5803 :does :log_off_at_end_of_shift. -:bob5803 :does :work_related_task. -:bob5803 :does :log_off_at_end_of_shift. -:carol5803 :does :access_social_media. -:alice5804 :does :log_off_at_end_of_shift. -:bob5804 :does :work_related_task. -:bob5804 :does :log_off_at_end_of_shift. -:carol5804 :does :access_social_media. -:alice5805 :does :log_off_at_end_of_shift. -:bob5805 :does :work_related_task. -:bob5805 :does :log_off_at_end_of_shift. -:carol5805 :does :access_social_media. -:alice5806 :does :log_off_at_end_of_shift. -:bob5806 :does :work_related_task. -:bob5806 :does :log_off_at_end_of_shift. -:carol5806 :does :access_social_media. -:alice5807 :does :log_off_at_end_of_shift. -:bob5807 :does :work_related_task. -:bob5807 :does :log_off_at_end_of_shift. -:carol5807 :does :access_social_media. -:alice5808 :does :log_off_at_end_of_shift. -:bob5808 :does :work_related_task. -:bob5808 :does :log_off_at_end_of_shift. -:carol5808 :does :access_social_media. -:alice5809 :does :log_off_at_end_of_shift. -:bob5809 :does :work_related_task. -:bob5809 :does :log_off_at_end_of_shift. -:carol5809 :does :access_social_media. -:alice5810 :does :log_off_at_end_of_shift. -:bob5810 :does :work_related_task. -:bob5810 :does :log_off_at_end_of_shift. -:carol5810 :does :access_social_media. -:alice5811 :does :log_off_at_end_of_shift. -:bob5811 :does :work_related_task. -:bob5811 :does :log_off_at_end_of_shift. -:carol5811 :does :access_social_media. -:alice5812 :does :log_off_at_end_of_shift. -:bob5812 :does :work_related_task. -:bob5812 :does :log_off_at_end_of_shift. -:carol5812 :does :access_social_media. -:alice5813 :does :log_off_at_end_of_shift. -:bob5813 :does :work_related_task. -:bob5813 :does :log_off_at_end_of_shift. -:carol5813 :does :access_social_media. -:alice5814 :does :log_off_at_end_of_shift. -:bob5814 :does :work_related_task. -:bob5814 :does :log_off_at_end_of_shift. -:carol5814 :does :access_social_media. -:alice5815 :does :log_off_at_end_of_shift. -:bob5815 :does :work_related_task. -:bob5815 :does :log_off_at_end_of_shift. -:carol5815 :does :access_social_media. -:alice5816 :does :log_off_at_end_of_shift. -:bob5816 :does :work_related_task. -:bob5816 :does :log_off_at_end_of_shift. -:carol5816 :does :access_social_media. -:alice5817 :does :log_off_at_end_of_shift. -:bob5817 :does :work_related_task. -:bob5817 :does :log_off_at_end_of_shift. -:carol5817 :does :access_social_media. -:alice5818 :does :log_off_at_end_of_shift. -:bob5818 :does :work_related_task. -:bob5818 :does :log_off_at_end_of_shift. -:carol5818 :does :access_social_media. -:alice5819 :does :log_off_at_end_of_shift. -:bob5819 :does :work_related_task. -:bob5819 :does :log_off_at_end_of_shift. -:carol5819 :does :access_social_media. -:alice5820 :does :log_off_at_end_of_shift. -:bob5820 :does :work_related_task. -:bob5820 :does :log_off_at_end_of_shift. -:carol5820 :does :access_social_media. -:alice5821 :does :log_off_at_end_of_shift. -:bob5821 :does :work_related_task. -:bob5821 :does :log_off_at_end_of_shift. -:carol5821 :does :access_social_media. -:alice5822 :does :log_off_at_end_of_shift. -:bob5822 :does :work_related_task. -:bob5822 :does :log_off_at_end_of_shift. -:carol5822 :does :access_social_media. -:alice5823 :does :log_off_at_end_of_shift. -:bob5823 :does :work_related_task. -:bob5823 :does :log_off_at_end_of_shift. -:carol5823 :does :access_social_media. -:alice5824 :does :log_off_at_end_of_shift. -:bob5824 :does :work_related_task. -:bob5824 :does :log_off_at_end_of_shift. -:carol5824 :does :access_social_media. -:alice5825 :does :log_off_at_end_of_shift. -:bob5825 :does :work_related_task. -:bob5825 :does :log_off_at_end_of_shift. -:carol5825 :does :access_social_media. -:alice5826 :does :log_off_at_end_of_shift. -:bob5826 :does :work_related_task. -:bob5826 :does :log_off_at_end_of_shift. -:carol5826 :does :access_social_media. -:alice5827 :does :log_off_at_end_of_shift. -:bob5827 :does :work_related_task. -:bob5827 :does :log_off_at_end_of_shift. -:carol5827 :does :access_social_media. -:alice5828 :does :log_off_at_end_of_shift. -:bob5828 :does :work_related_task. -:bob5828 :does :log_off_at_end_of_shift. -:carol5828 :does :access_social_media. -:alice5829 :does :log_off_at_end_of_shift. -:bob5829 :does :work_related_task. -:bob5829 :does :log_off_at_end_of_shift. -:carol5829 :does :access_social_media. -:alice5830 :does :log_off_at_end_of_shift. -:bob5830 :does :work_related_task. -:bob5830 :does :log_off_at_end_of_shift. -:carol5830 :does :access_social_media. -:alice5831 :does :log_off_at_end_of_shift. -:bob5831 :does :work_related_task. -:bob5831 :does :log_off_at_end_of_shift. -:carol5831 :does :access_social_media. -:alice5832 :does :log_off_at_end_of_shift. -:bob5832 :does :work_related_task. -:bob5832 :does :log_off_at_end_of_shift. -:carol5832 :does :access_social_media. -:alice5833 :does :log_off_at_end_of_shift. -:bob5833 :does :work_related_task. -:bob5833 :does :log_off_at_end_of_shift. -:carol5833 :does :access_social_media. -:alice5834 :does :log_off_at_end_of_shift. -:bob5834 :does :work_related_task. -:bob5834 :does :log_off_at_end_of_shift. -:carol5834 :does :access_social_media. -:alice5835 :does :log_off_at_end_of_shift. -:bob5835 :does :work_related_task. -:bob5835 :does :log_off_at_end_of_shift. -:carol5835 :does :access_social_media. -:alice5836 :does :log_off_at_end_of_shift. -:bob5836 :does :work_related_task. -:bob5836 :does :log_off_at_end_of_shift. -:carol5836 :does :access_social_media. -:alice5837 :does :log_off_at_end_of_shift. -:bob5837 :does :work_related_task. -:bob5837 :does :log_off_at_end_of_shift. -:carol5837 :does :access_social_media. -:alice5838 :does :log_off_at_end_of_shift. -:bob5838 :does :work_related_task. -:bob5838 :does :log_off_at_end_of_shift. -:carol5838 :does :access_social_media. -:alice5839 :does :log_off_at_end_of_shift. -:bob5839 :does :work_related_task. -:bob5839 :does :log_off_at_end_of_shift. -:carol5839 :does :access_social_media. -:alice5840 :does :log_off_at_end_of_shift. -:bob5840 :does :work_related_task. -:bob5840 :does :log_off_at_end_of_shift. -:carol5840 :does :access_social_media. -:alice5841 :does :log_off_at_end_of_shift. -:bob5841 :does :work_related_task. -:bob5841 :does :log_off_at_end_of_shift. -:carol5841 :does :access_social_media. -:alice5842 :does :log_off_at_end_of_shift. -:bob5842 :does :work_related_task. -:bob5842 :does :log_off_at_end_of_shift. -:carol5842 :does :access_social_media. -:alice5843 :does :log_off_at_end_of_shift. -:bob5843 :does :work_related_task. -:bob5843 :does :log_off_at_end_of_shift. -:carol5843 :does :access_social_media. -:alice5844 :does :log_off_at_end_of_shift. -:bob5844 :does :work_related_task. -:bob5844 :does :log_off_at_end_of_shift. -:carol5844 :does :access_social_media. -:alice5845 :does :log_off_at_end_of_shift. -:bob5845 :does :work_related_task. -:bob5845 :does :log_off_at_end_of_shift. -:carol5845 :does :access_social_media. -:alice5846 :does :log_off_at_end_of_shift. -:bob5846 :does :work_related_task. -:bob5846 :does :log_off_at_end_of_shift. -:carol5846 :does :access_social_media. -:alice5847 :does :log_off_at_end_of_shift. -:bob5847 :does :work_related_task. -:bob5847 :does :log_off_at_end_of_shift. -:carol5847 :does :access_social_media. -:alice5848 :does :log_off_at_end_of_shift. -:bob5848 :does :work_related_task. -:bob5848 :does :log_off_at_end_of_shift. -:carol5848 :does :access_social_media. -:alice5849 :does :log_off_at_end_of_shift. -:bob5849 :does :work_related_task. -:bob5849 :does :log_off_at_end_of_shift. -:carol5849 :does :access_social_media. -:alice5850 :does :log_off_at_end_of_shift. -:bob5850 :does :work_related_task. -:bob5850 :does :log_off_at_end_of_shift. -:carol5850 :does :access_social_media. -:alice5851 :does :log_off_at_end_of_shift. -:bob5851 :does :work_related_task. -:bob5851 :does :log_off_at_end_of_shift. -:carol5851 :does :access_social_media. -:alice5852 :does :log_off_at_end_of_shift. -:bob5852 :does :work_related_task. -:bob5852 :does :log_off_at_end_of_shift. -:carol5852 :does :access_social_media. -:alice5853 :does :log_off_at_end_of_shift. -:bob5853 :does :work_related_task. -:bob5853 :does :log_off_at_end_of_shift. -:carol5853 :does :access_social_media. -:alice5854 :does :log_off_at_end_of_shift. -:bob5854 :does :work_related_task. -:bob5854 :does :log_off_at_end_of_shift. -:carol5854 :does :access_social_media. -:alice5855 :does :log_off_at_end_of_shift. -:bob5855 :does :work_related_task. -:bob5855 :does :log_off_at_end_of_shift. -:carol5855 :does :access_social_media. -:alice5856 :does :log_off_at_end_of_shift. -:bob5856 :does :work_related_task. -:bob5856 :does :log_off_at_end_of_shift. -:carol5856 :does :access_social_media. -:alice5857 :does :log_off_at_end_of_shift. -:bob5857 :does :work_related_task. -:bob5857 :does :log_off_at_end_of_shift. -:carol5857 :does :access_social_media. -:alice5858 :does :log_off_at_end_of_shift. -:bob5858 :does :work_related_task. -:bob5858 :does :log_off_at_end_of_shift. -:carol5858 :does :access_social_media. -:alice5859 :does :log_off_at_end_of_shift. -:bob5859 :does :work_related_task. -:bob5859 :does :log_off_at_end_of_shift. -:carol5859 :does :access_social_media. -:alice5860 :does :log_off_at_end_of_shift. -:bob5860 :does :work_related_task. -:bob5860 :does :log_off_at_end_of_shift. -:carol5860 :does :access_social_media. -:alice5861 :does :log_off_at_end_of_shift. -:bob5861 :does :work_related_task. -:bob5861 :does :log_off_at_end_of_shift. -:carol5861 :does :access_social_media. -:alice5862 :does :log_off_at_end_of_shift. -:bob5862 :does :work_related_task. -:bob5862 :does :log_off_at_end_of_shift. -:carol5862 :does :access_social_media. -:alice5863 :does :log_off_at_end_of_shift. -:bob5863 :does :work_related_task. -:bob5863 :does :log_off_at_end_of_shift. -:carol5863 :does :access_social_media. -:alice5864 :does :log_off_at_end_of_shift. -:bob5864 :does :work_related_task. -:bob5864 :does :log_off_at_end_of_shift. -:carol5864 :does :access_social_media. -:alice5865 :does :log_off_at_end_of_shift. -:bob5865 :does :work_related_task. -:bob5865 :does :log_off_at_end_of_shift. -:carol5865 :does :access_social_media. -:alice5866 :does :log_off_at_end_of_shift. -:bob5866 :does :work_related_task. -:bob5866 :does :log_off_at_end_of_shift. -:carol5866 :does :access_social_media. -:alice5867 :does :log_off_at_end_of_shift. -:bob5867 :does :work_related_task. -:bob5867 :does :log_off_at_end_of_shift. -:carol5867 :does :access_social_media. -:alice5868 :does :log_off_at_end_of_shift. -:bob5868 :does :work_related_task. -:bob5868 :does :log_off_at_end_of_shift. -:carol5868 :does :access_social_media. -:alice5869 :does :log_off_at_end_of_shift. -:bob5869 :does :work_related_task. -:bob5869 :does :log_off_at_end_of_shift. -:carol5869 :does :access_social_media. -:alice5870 :does :log_off_at_end_of_shift. -:bob5870 :does :work_related_task. -:bob5870 :does :log_off_at_end_of_shift. -:carol5870 :does :access_social_media. -:alice5871 :does :log_off_at_end_of_shift. -:bob5871 :does :work_related_task. -:bob5871 :does :log_off_at_end_of_shift. -:carol5871 :does :access_social_media. -:alice5872 :does :log_off_at_end_of_shift. -:bob5872 :does :work_related_task. -:bob5872 :does :log_off_at_end_of_shift. -:carol5872 :does :access_social_media. -:alice5873 :does :log_off_at_end_of_shift. -:bob5873 :does :work_related_task. -:bob5873 :does :log_off_at_end_of_shift. -:carol5873 :does :access_social_media. -:alice5874 :does :log_off_at_end_of_shift. -:bob5874 :does :work_related_task. -:bob5874 :does :log_off_at_end_of_shift. -:carol5874 :does :access_social_media. -:alice5875 :does :log_off_at_end_of_shift. -:bob5875 :does :work_related_task. -:bob5875 :does :log_off_at_end_of_shift. -:carol5875 :does :access_social_media. -:alice5876 :does :log_off_at_end_of_shift. -:bob5876 :does :work_related_task. -:bob5876 :does :log_off_at_end_of_shift. -:carol5876 :does :access_social_media. -:alice5877 :does :log_off_at_end_of_shift. -:bob5877 :does :work_related_task. -:bob5877 :does :log_off_at_end_of_shift. -:carol5877 :does :access_social_media. -:alice5878 :does :log_off_at_end_of_shift. -:bob5878 :does :work_related_task. -:bob5878 :does :log_off_at_end_of_shift. -:carol5878 :does :access_social_media. -:alice5879 :does :log_off_at_end_of_shift. -:bob5879 :does :work_related_task. -:bob5879 :does :log_off_at_end_of_shift. -:carol5879 :does :access_social_media. -:alice5880 :does :log_off_at_end_of_shift. -:bob5880 :does :work_related_task. -:bob5880 :does :log_off_at_end_of_shift. -:carol5880 :does :access_social_media. -:alice5881 :does :log_off_at_end_of_shift. -:bob5881 :does :work_related_task. -:bob5881 :does :log_off_at_end_of_shift. -:carol5881 :does :access_social_media. -:alice5882 :does :log_off_at_end_of_shift. -:bob5882 :does :work_related_task. -:bob5882 :does :log_off_at_end_of_shift. -:carol5882 :does :access_social_media. -:alice5883 :does :log_off_at_end_of_shift. -:bob5883 :does :work_related_task. -:bob5883 :does :log_off_at_end_of_shift. -:carol5883 :does :access_social_media. -:alice5884 :does :log_off_at_end_of_shift. -:bob5884 :does :work_related_task. -:bob5884 :does :log_off_at_end_of_shift. -:carol5884 :does :access_social_media. -:alice5885 :does :log_off_at_end_of_shift. -:bob5885 :does :work_related_task. -:bob5885 :does :log_off_at_end_of_shift. -:carol5885 :does :access_social_media. -:alice5886 :does :log_off_at_end_of_shift. -:bob5886 :does :work_related_task. -:bob5886 :does :log_off_at_end_of_shift. -:carol5886 :does :access_social_media. -:alice5887 :does :log_off_at_end_of_shift. -:bob5887 :does :work_related_task. -:bob5887 :does :log_off_at_end_of_shift. -:carol5887 :does :access_social_media. -:alice5888 :does :log_off_at_end_of_shift. -:bob5888 :does :work_related_task. -:bob5888 :does :log_off_at_end_of_shift. -:carol5888 :does :access_social_media. -:alice5889 :does :log_off_at_end_of_shift. -:bob5889 :does :work_related_task. -:bob5889 :does :log_off_at_end_of_shift. -:carol5889 :does :access_social_media. -:alice5890 :does :log_off_at_end_of_shift. -:bob5890 :does :work_related_task. -:bob5890 :does :log_off_at_end_of_shift. -:carol5890 :does :access_social_media. -:alice5891 :does :log_off_at_end_of_shift. -:bob5891 :does :work_related_task. -:bob5891 :does :log_off_at_end_of_shift. -:carol5891 :does :access_social_media. -:alice5892 :does :log_off_at_end_of_shift. -:bob5892 :does :work_related_task. -:bob5892 :does :log_off_at_end_of_shift. -:carol5892 :does :access_social_media. -:alice5893 :does :log_off_at_end_of_shift. -:bob5893 :does :work_related_task. -:bob5893 :does :log_off_at_end_of_shift. -:carol5893 :does :access_social_media. -:alice5894 :does :log_off_at_end_of_shift. -:bob5894 :does :work_related_task. -:bob5894 :does :log_off_at_end_of_shift. -:carol5894 :does :access_social_media. -:alice5895 :does :log_off_at_end_of_shift. -:bob5895 :does :work_related_task. -:bob5895 :does :log_off_at_end_of_shift. -:carol5895 :does :access_social_media. -:alice5896 :does :log_off_at_end_of_shift. -:bob5896 :does :work_related_task. -:bob5896 :does :log_off_at_end_of_shift. -:carol5896 :does :access_social_media. -:alice5897 :does :log_off_at_end_of_shift. -:bob5897 :does :work_related_task. -:bob5897 :does :log_off_at_end_of_shift. -:carol5897 :does :access_social_media. -:alice5898 :does :log_off_at_end_of_shift. -:bob5898 :does :work_related_task. -:bob5898 :does :log_off_at_end_of_shift. -:carol5898 :does :access_social_media. -:alice5899 :does :log_off_at_end_of_shift. -:bob5899 :does :work_related_task. -:bob5899 :does :log_off_at_end_of_shift. -:carol5899 :does :access_social_media. -:alice5900 :does :log_off_at_end_of_shift. -:bob5900 :does :work_related_task. -:bob5900 :does :log_off_at_end_of_shift. -:carol5900 :does :access_social_media. -:alice5901 :does :log_off_at_end_of_shift. -:bob5901 :does :work_related_task. -:bob5901 :does :log_off_at_end_of_shift. -:carol5901 :does :access_social_media. -:alice5902 :does :log_off_at_end_of_shift. -:bob5902 :does :work_related_task. -:bob5902 :does :log_off_at_end_of_shift. -:carol5902 :does :access_social_media. -:alice5903 :does :log_off_at_end_of_shift. -:bob5903 :does :work_related_task. -:bob5903 :does :log_off_at_end_of_shift. -:carol5903 :does :access_social_media. -:alice5904 :does :log_off_at_end_of_shift. -:bob5904 :does :work_related_task. -:bob5904 :does :log_off_at_end_of_shift. -:carol5904 :does :access_social_media. -:alice5905 :does :log_off_at_end_of_shift. -:bob5905 :does :work_related_task. -:bob5905 :does :log_off_at_end_of_shift. -:carol5905 :does :access_social_media. -:alice5906 :does :log_off_at_end_of_shift. -:bob5906 :does :work_related_task. -:bob5906 :does :log_off_at_end_of_shift. -:carol5906 :does :access_social_media. -:alice5907 :does :log_off_at_end_of_shift. -:bob5907 :does :work_related_task. -:bob5907 :does :log_off_at_end_of_shift. -:carol5907 :does :access_social_media. -:alice5908 :does :log_off_at_end_of_shift. -:bob5908 :does :work_related_task. -:bob5908 :does :log_off_at_end_of_shift. -:carol5908 :does :access_social_media. -:alice5909 :does :log_off_at_end_of_shift. -:bob5909 :does :work_related_task. -:bob5909 :does :log_off_at_end_of_shift. -:carol5909 :does :access_social_media. -:alice5910 :does :log_off_at_end_of_shift. -:bob5910 :does :work_related_task. -:bob5910 :does :log_off_at_end_of_shift. -:carol5910 :does :access_social_media. -:alice5911 :does :log_off_at_end_of_shift. -:bob5911 :does :work_related_task. -:bob5911 :does :log_off_at_end_of_shift. -:carol5911 :does :access_social_media. -:alice5912 :does :log_off_at_end_of_shift. -:bob5912 :does :work_related_task. -:bob5912 :does :log_off_at_end_of_shift. -:carol5912 :does :access_social_media. -:alice5913 :does :log_off_at_end_of_shift. -:bob5913 :does :work_related_task. -:bob5913 :does :log_off_at_end_of_shift. -:carol5913 :does :access_social_media. -:alice5914 :does :log_off_at_end_of_shift. -:bob5914 :does :work_related_task. -:bob5914 :does :log_off_at_end_of_shift. -:carol5914 :does :access_social_media. -:alice5915 :does :log_off_at_end_of_shift. -:bob5915 :does :work_related_task. -:bob5915 :does :log_off_at_end_of_shift. -:carol5915 :does :access_social_media. -:alice5916 :does :log_off_at_end_of_shift. -:bob5916 :does :work_related_task. -:bob5916 :does :log_off_at_end_of_shift. -:carol5916 :does :access_social_media. -:alice5917 :does :log_off_at_end_of_shift. -:bob5917 :does :work_related_task. -:bob5917 :does :log_off_at_end_of_shift. -:carol5917 :does :access_social_media. -:alice5918 :does :log_off_at_end_of_shift. -:bob5918 :does :work_related_task. -:bob5918 :does :log_off_at_end_of_shift. -:carol5918 :does :access_social_media. -:alice5919 :does :log_off_at_end_of_shift. -:bob5919 :does :work_related_task. -:bob5919 :does :log_off_at_end_of_shift. -:carol5919 :does :access_social_media. -:alice5920 :does :log_off_at_end_of_shift. -:bob5920 :does :work_related_task. -:bob5920 :does :log_off_at_end_of_shift. -:carol5920 :does :access_social_media. -:alice5921 :does :log_off_at_end_of_shift. -:bob5921 :does :work_related_task. -:bob5921 :does :log_off_at_end_of_shift. -:carol5921 :does :access_social_media. -:alice5922 :does :log_off_at_end_of_shift. -:bob5922 :does :work_related_task. -:bob5922 :does :log_off_at_end_of_shift. -:carol5922 :does :access_social_media. -:alice5923 :does :log_off_at_end_of_shift. -:bob5923 :does :work_related_task. -:bob5923 :does :log_off_at_end_of_shift. -:carol5923 :does :access_social_media. -:alice5924 :does :log_off_at_end_of_shift. -:bob5924 :does :work_related_task. -:bob5924 :does :log_off_at_end_of_shift. -:carol5924 :does :access_social_media. -:alice5925 :does :log_off_at_end_of_shift. -:bob5925 :does :work_related_task. -:bob5925 :does :log_off_at_end_of_shift. -:carol5925 :does :access_social_media. -:alice5926 :does :log_off_at_end_of_shift. -:bob5926 :does :work_related_task. -:bob5926 :does :log_off_at_end_of_shift. -:carol5926 :does :access_social_media. -:alice5927 :does :log_off_at_end_of_shift. -:bob5927 :does :work_related_task. -:bob5927 :does :log_off_at_end_of_shift. -:carol5927 :does :access_social_media. -:alice5928 :does :log_off_at_end_of_shift. -:bob5928 :does :work_related_task. -:bob5928 :does :log_off_at_end_of_shift. -:carol5928 :does :access_social_media. -:alice5929 :does :log_off_at_end_of_shift. -:bob5929 :does :work_related_task. -:bob5929 :does :log_off_at_end_of_shift. -:carol5929 :does :access_social_media. -:alice5930 :does :log_off_at_end_of_shift. -:bob5930 :does :work_related_task. -:bob5930 :does :log_off_at_end_of_shift. -:carol5930 :does :access_social_media. -:alice5931 :does :log_off_at_end_of_shift. -:bob5931 :does :work_related_task. -:bob5931 :does :log_off_at_end_of_shift. -:carol5931 :does :access_social_media. -:alice5932 :does :log_off_at_end_of_shift. -:bob5932 :does :work_related_task. -:bob5932 :does :log_off_at_end_of_shift. -:carol5932 :does :access_social_media. -:alice5933 :does :log_off_at_end_of_shift. -:bob5933 :does :work_related_task. -:bob5933 :does :log_off_at_end_of_shift. -:carol5933 :does :access_social_media. -:alice5934 :does :log_off_at_end_of_shift. -:bob5934 :does :work_related_task. -:bob5934 :does :log_off_at_end_of_shift. -:carol5934 :does :access_social_media. -:alice5935 :does :log_off_at_end_of_shift. -:bob5935 :does :work_related_task. -:bob5935 :does :log_off_at_end_of_shift. -:carol5935 :does :access_social_media. -:alice5936 :does :log_off_at_end_of_shift. -:bob5936 :does :work_related_task. -:bob5936 :does :log_off_at_end_of_shift. -:carol5936 :does :access_social_media. -:alice5937 :does :log_off_at_end_of_shift. -:bob5937 :does :work_related_task. -:bob5937 :does :log_off_at_end_of_shift. -:carol5937 :does :access_social_media. -:alice5938 :does :log_off_at_end_of_shift. -:bob5938 :does :work_related_task. -:bob5938 :does :log_off_at_end_of_shift. -:carol5938 :does :access_social_media. -:alice5939 :does :log_off_at_end_of_shift. -:bob5939 :does :work_related_task. -:bob5939 :does :log_off_at_end_of_shift. -:carol5939 :does :access_social_media. -:alice5940 :does :log_off_at_end_of_shift. -:bob5940 :does :work_related_task. -:bob5940 :does :log_off_at_end_of_shift. -:carol5940 :does :access_social_media. -:alice5941 :does :log_off_at_end_of_shift. -:bob5941 :does :work_related_task. -:bob5941 :does :log_off_at_end_of_shift. -:carol5941 :does :access_social_media. -:alice5942 :does :log_off_at_end_of_shift. -:bob5942 :does :work_related_task. -:bob5942 :does :log_off_at_end_of_shift. -:carol5942 :does :access_social_media. -:alice5943 :does :log_off_at_end_of_shift. -:bob5943 :does :work_related_task. -:bob5943 :does :log_off_at_end_of_shift. -:carol5943 :does :access_social_media. -:alice5944 :does :log_off_at_end_of_shift. -:bob5944 :does :work_related_task. -:bob5944 :does :log_off_at_end_of_shift. -:carol5944 :does :access_social_media. -:alice5945 :does :log_off_at_end_of_shift. -:bob5945 :does :work_related_task. -:bob5945 :does :log_off_at_end_of_shift. -:carol5945 :does :access_social_media. -:alice5946 :does :log_off_at_end_of_shift. -:bob5946 :does :work_related_task. -:bob5946 :does :log_off_at_end_of_shift. -:carol5946 :does :access_social_media. -:alice5947 :does :log_off_at_end_of_shift. -:bob5947 :does :work_related_task. -:bob5947 :does :log_off_at_end_of_shift. -:carol5947 :does :access_social_media. -:alice5948 :does :log_off_at_end_of_shift. -:bob5948 :does :work_related_task. -:bob5948 :does :log_off_at_end_of_shift. -:carol5948 :does :access_social_media. -:alice5949 :does :log_off_at_end_of_shift. -:bob5949 :does :work_related_task. -:bob5949 :does :log_off_at_end_of_shift. -:carol5949 :does :access_social_media. -:alice5950 :does :log_off_at_end_of_shift. -:bob5950 :does :work_related_task. -:bob5950 :does :log_off_at_end_of_shift. -:carol5950 :does :access_social_media. -:alice5951 :does :log_off_at_end_of_shift. -:bob5951 :does :work_related_task. -:bob5951 :does :log_off_at_end_of_shift. -:carol5951 :does :access_social_media. -:alice5952 :does :log_off_at_end_of_shift. -:bob5952 :does :work_related_task. -:bob5952 :does :log_off_at_end_of_shift. -:carol5952 :does :access_social_media. -:alice5953 :does :log_off_at_end_of_shift. -:bob5953 :does :work_related_task. -:bob5953 :does :log_off_at_end_of_shift. -:carol5953 :does :access_social_media. -:alice5954 :does :log_off_at_end_of_shift. -:bob5954 :does :work_related_task. -:bob5954 :does :log_off_at_end_of_shift. -:carol5954 :does :access_social_media. -:alice5955 :does :log_off_at_end_of_shift. -:bob5955 :does :work_related_task. -:bob5955 :does :log_off_at_end_of_shift. -:carol5955 :does :access_social_media. -:alice5956 :does :log_off_at_end_of_shift. -:bob5956 :does :work_related_task. -:bob5956 :does :log_off_at_end_of_shift. -:carol5956 :does :access_social_media. -:alice5957 :does :log_off_at_end_of_shift. -:bob5957 :does :work_related_task. -:bob5957 :does :log_off_at_end_of_shift. -:carol5957 :does :access_social_media. -:alice5958 :does :log_off_at_end_of_shift. -:bob5958 :does :work_related_task. -:bob5958 :does :log_off_at_end_of_shift. -:carol5958 :does :access_social_media. -:alice5959 :does :log_off_at_end_of_shift. -:bob5959 :does :work_related_task. -:bob5959 :does :log_off_at_end_of_shift. -:carol5959 :does :access_social_media. -:alice5960 :does :log_off_at_end_of_shift. -:bob5960 :does :work_related_task. -:bob5960 :does :log_off_at_end_of_shift. -:carol5960 :does :access_social_media. -:alice5961 :does :log_off_at_end_of_shift. -:bob5961 :does :work_related_task. -:bob5961 :does :log_off_at_end_of_shift. -:carol5961 :does :access_social_media. -:alice5962 :does :log_off_at_end_of_shift. -:bob5962 :does :work_related_task. -:bob5962 :does :log_off_at_end_of_shift. -:carol5962 :does :access_social_media. -:alice5963 :does :log_off_at_end_of_shift. -:bob5963 :does :work_related_task. -:bob5963 :does :log_off_at_end_of_shift. -:carol5963 :does :access_social_media. -:alice5964 :does :log_off_at_end_of_shift. -:bob5964 :does :work_related_task. -:bob5964 :does :log_off_at_end_of_shift. -:carol5964 :does :access_social_media. -:alice5965 :does :log_off_at_end_of_shift. -:bob5965 :does :work_related_task. -:bob5965 :does :log_off_at_end_of_shift. -:carol5965 :does :access_social_media. -:alice5966 :does :log_off_at_end_of_shift. -:bob5966 :does :work_related_task. -:bob5966 :does :log_off_at_end_of_shift. -:carol5966 :does :access_social_media. -:alice5967 :does :log_off_at_end_of_shift. -:bob5967 :does :work_related_task. -:bob5967 :does :log_off_at_end_of_shift. -:carol5967 :does :access_social_media. -:alice5968 :does :log_off_at_end_of_shift. -:bob5968 :does :work_related_task. -:bob5968 :does :log_off_at_end_of_shift. -:carol5968 :does :access_social_media. -:alice5969 :does :log_off_at_end_of_shift. -:bob5969 :does :work_related_task. -:bob5969 :does :log_off_at_end_of_shift. -:carol5969 :does :access_social_media. -:alice5970 :does :log_off_at_end_of_shift. -:bob5970 :does :work_related_task. -:bob5970 :does :log_off_at_end_of_shift. -:carol5970 :does :access_social_media. -:alice5971 :does :log_off_at_end_of_shift. -:bob5971 :does :work_related_task. -:bob5971 :does :log_off_at_end_of_shift. -:carol5971 :does :access_social_media. -:alice5972 :does :log_off_at_end_of_shift. -:bob5972 :does :work_related_task. -:bob5972 :does :log_off_at_end_of_shift. -:carol5972 :does :access_social_media. -:alice5973 :does :log_off_at_end_of_shift. -:bob5973 :does :work_related_task. -:bob5973 :does :log_off_at_end_of_shift. -:carol5973 :does :access_social_media. -:alice5974 :does :log_off_at_end_of_shift. -:bob5974 :does :work_related_task. -:bob5974 :does :log_off_at_end_of_shift. -:carol5974 :does :access_social_media. -:alice5975 :does :log_off_at_end_of_shift. -:bob5975 :does :work_related_task. -:bob5975 :does :log_off_at_end_of_shift. -:carol5975 :does :access_social_media. -:alice5976 :does :log_off_at_end_of_shift. -:bob5976 :does :work_related_task. -:bob5976 :does :log_off_at_end_of_shift. -:carol5976 :does :access_social_media. -:alice5977 :does :log_off_at_end_of_shift. -:bob5977 :does :work_related_task. -:bob5977 :does :log_off_at_end_of_shift. -:carol5977 :does :access_social_media. -:alice5978 :does :log_off_at_end_of_shift. -:bob5978 :does :work_related_task. -:bob5978 :does :log_off_at_end_of_shift. -:carol5978 :does :access_social_media. -:alice5979 :does :log_off_at_end_of_shift. -:bob5979 :does :work_related_task. -:bob5979 :does :log_off_at_end_of_shift. -:carol5979 :does :access_social_media. -:alice5980 :does :log_off_at_end_of_shift. -:bob5980 :does :work_related_task. -:bob5980 :does :log_off_at_end_of_shift. -:carol5980 :does :access_social_media. -:alice5981 :does :log_off_at_end_of_shift. -:bob5981 :does :work_related_task. -:bob5981 :does :log_off_at_end_of_shift. -:carol5981 :does :access_social_media. -:alice5982 :does :log_off_at_end_of_shift. -:bob5982 :does :work_related_task. -:bob5982 :does :log_off_at_end_of_shift. -:carol5982 :does :access_social_media. -:alice5983 :does :log_off_at_end_of_shift. -:bob5983 :does :work_related_task. -:bob5983 :does :log_off_at_end_of_shift. -:carol5983 :does :access_social_media. -:alice5984 :does :log_off_at_end_of_shift. -:bob5984 :does :work_related_task. -:bob5984 :does :log_off_at_end_of_shift. -:carol5984 :does :access_social_media. -:alice5985 :does :log_off_at_end_of_shift. -:bob5985 :does :work_related_task. -:bob5985 :does :log_off_at_end_of_shift. -:carol5985 :does :access_social_media. -:alice5986 :does :log_off_at_end_of_shift. -:bob5986 :does :work_related_task. -:bob5986 :does :log_off_at_end_of_shift. -:carol5986 :does :access_social_media. -:alice5987 :does :log_off_at_end_of_shift. -:bob5987 :does :work_related_task. -:bob5987 :does :log_off_at_end_of_shift. -:carol5987 :does :access_social_media. -:alice5988 :does :log_off_at_end_of_shift. -:bob5988 :does :work_related_task. -:bob5988 :does :log_off_at_end_of_shift. -:carol5988 :does :access_social_media. -:alice5989 :does :log_off_at_end_of_shift. -:bob5989 :does :work_related_task. -:bob5989 :does :log_off_at_end_of_shift. -:carol5989 :does :access_social_media. -:alice5990 :does :log_off_at_end_of_shift. -:bob5990 :does :work_related_task. -:bob5990 :does :log_off_at_end_of_shift. -:carol5990 :does :access_social_media. -:alice5991 :does :log_off_at_end_of_shift. -:bob5991 :does :work_related_task. -:bob5991 :does :log_off_at_end_of_shift. -:carol5991 :does :access_social_media. -:alice5992 :does :log_off_at_end_of_shift. -:bob5992 :does :work_related_task. -:bob5992 :does :log_off_at_end_of_shift. -:carol5992 :does :access_social_media. -:alice5993 :does :log_off_at_end_of_shift. -:bob5993 :does :work_related_task. -:bob5993 :does :log_off_at_end_of_shift. -:carol5993 :does :access_social_media. -:alice5994 :does :log_off_at_end_of_shift. -:bob5994 :does :work_related_task. -:bob5994 :does :log_off_at_end_of_shift. -:carol5994 :does :access_social_media. -:alice5995 :does :log_off_at_end_of_shift. -:bob5995 :does :work_related_task. -:bob5995 :does :log_off_at_end_of_shift. -:carol5995 :does :access_social_media. -:alice5996 :does :log_off_at_end_of_shift. -:bob5996 :does :work_related_task. -:bob5996 :does :log_off_at_end_of_shift. -:carol5996 :does :access_social_media. -:alice5997 :does :log_off_at_end_of_shift. -:bob5997 :does :work_related_task. -:bob5997 :does :log_off_at_end_of_shift. -:carol5997 :does :access_social_media. -:alice5998 :does :log_off_at_end_of_shift. -:bob5998 :does :work_related_task. -:bob5998 :does :log_off_at_end_of_shift. -:carol5998 :does :access_social_media. -:alice5999 :does :log_off_at_end_of_shift. -:bob5999 :does :work_related_task. -:bob5999 :does :log_off_at_end_of_shift. -:carol5999 :does :access_social_media. -:alice6000 :does :log_off_at_end_of_shift. -:bob6000 :does :work_related_task. -:bob6000 :does :log_off_at_end_of_shift. -:carol6000 :does :access_social_media. -:alice6001 :does :log_off_at_end_of_shift. -:bob6001 :does :work_related_task. -:bob6001 :does :log_off_at_end_of_shift. -:carol6001 :does :access_social_media. -:alice6002 :does :log_off_at_end_of_shift. -:bob6002 :does :work_related_task. -:bob6002 :does :log_off_at_end_of_shift. -:carol6002 :does :access_social_media. -:alice6003 :does :log_off_at_end_of_shift. -:bob6003 :does :work_related_task. -:bob6003 :does :log_off_at_end_of_shift. -:carol6003 :does :access_social_media. -:alice6004 :does :log_off_at_end_of_shift. -:bob6004 :does :work_related_task. -:bob6004 :does :log_off_at_end_of_shift. -:carol6004 :does :access_social_media. -:alice6005 :does :log_off_at_end_of_shift. -:bob6005 :does :work_related_task. -:bob6005 :does :log_off_at_end_of_shift. -:carol6005 :does :access_social_media. -:alice6006 :does :log_off_at_end_of_shift. -:bob6006 :does :work_related_task. -:bob6006 :does :log_off_at_end_of_shift. -:carol6006 :does :access_social_media. -:alice6007 :does :log_off_at_end_of_shift. -:bob6007 :does :work_related_task. -:bob6007 :does :log_off_at_end_of_shift. -:carol6007 :does :access_social_media. -:alice6008 :does :log_off_at_end_of_shift. -:bob6008 :does :work_related_task. -:bob6008 :does :log_off_at_end_of_shift. -:carol6008 :does :access_social_media. -:alice6009 :does :log_off_at_end_of_shift. -:bob6009 :does :work_related_task. -:bob6009 :does :log_off_at_end_of_shift. -:carol6009 :does :access_social_media. -:alice6010 :does :log_off_at_end_of_shift. -:bob6010 :does :work_related_task. -:bob6010 :does :log_off_at_end_of_shift. -:carol6010 :does :access_social_media. -:alice6011 :does :log_off_at_end_of_shift. -:bob6011 :does :work_related_task. -:bob6011 :does :log_off_at_end_of_shift. -:carol6011 :does :access_social_media. -:alice6012 :does :log_off_at_end_of_shift. -:bob6012 :does :work_related_task. -:bob6012 :does :log_off_at_end_of_shift. -:carol6012 :does :access_social_media. -:alice6013 :does :log_off_at_end_of_shift. -:bob6013 :does :work_related_task. -:bob6013 :does :log_off_at_end_of_shift. -:carol6013 :does :access_social_media. -:alice6014 :does :log_off_at_end_of_shift. -:bob6014 :does :work_related_task. -:bob6014 :does :log_off_at_end_of_shift. -:carol6014 :does :access_social_media. -:alice6015 :does :log_off_at_end_of_shift. -:bob6015 :does :work_related_task. -:bob6015 :does :log_off_at_end_of_shift. -:carol6015 :does :access_social_media. -:alice6016 :does :log_off_at_end_of_shift. -:bob6016 :does :work_related_task. -:bob6016 :does :log_off_at_end_of_shift. -:carol6016 :does :access_social_media. -:alice6017 :does :log_off_at_end_of_shift. -:bob6017 :does :work_related_task. -:bob6017 :does :log_off_at_end_of_shift. -:carol6017 :does :access_social_media. -:alice6018 :does :log_off_at_end_of_shift. -:bob6018 :does :work_related_task. -:bob6018 :does :log_off_at_end_of_shift. -:carol6018 :does :access_social_media. -:alice6019 :does :log_off_at_end_of_shift. -:bob6019 :does :work_related_task. -:bob6019 :does :log_off_at_end_of_shift. -:carol6019 :does :access_social_media. -:alice6020 :does :log_off_at_end_of_shift. -:bob6020 :does :work_related_task. -:bob6020 :does :log_off_at_end_of_shift. -:carol6020 :does :access_social_media. -:alice6021 :does :log_off_at_end_of_shift. -:bob6021 :does :work_related_task. -:bob6021 :does :log_off_at_end_of_shift. -:carol6021 :does :access_social_media. -:alice6022 :does :log_off_at_end_of_shift. -:bob6022 :does :work_related_task. -:bob6022 :does :log_off_at_end_of_shift. -:carol6022 :does :access_social_media. -:alice6023 :does :log_off_at_end_of_shift. -:bob6023 :does :work_related_task. -:bob6023 :does :log_off_at_end_of_shift. -:carol6023 :does :access_social_media. -:alice6024 :does :log_off_at_end_of_shift. -:bob6024 :does :work_related_task. -:bob6024 :does :log_off_at_end_of_shift. -:carol6024 :does :access_social_media. -:alice6025 :does :log_off_at_end_of_shift. -:bob6025 :does :work_related_task. -:bob6025 :does :log_off_at_end_of_shift. -:carol6025 :does :access_social_media. -:alice6026 :does :log_off_at_end_of_shift. -:bob6026 :does :work_related_task. -:bob6026 :does :log_off_at_end_of_shift. -:carol6026 :does :access_social_media. -:alice6027 :does :log_off_at_end_of_shift. -:bob6027 :does :work_related_task. -:bob6027 :does :log_off_at_end_of_shift. -:carol6027 :does :access_social_media. -:alice6028 :does :log_off_at_end_of_shift. -:bob6028 :does :work_related_task. -:bob6028 :does :log_off_at_end_of_shift. -:carol6028 :does :access_social_media. -:alice6029 :does :log_off_at_end_of_shift. -:bob6029 :does :work_related_task. -:bob6029 :does :log_off_at_end_of_shift. -:carol6029 :does :access_social_media. -:alice6030 :does :log_off_at_end_of_shift. -:bob6030 :does :work_related_task. -:bob6030 :does :log_off_at_end_of_shift. -:carol6030 :does :access_social_media. -:alice6031 :does :log_off_at_end_of_shift. -:bob6031 :does :work_related_task. -:bob6031 :does :log_off_at_end_of_shift. -:carol6031 :does :access_social_media. -:alice6032 :does :log_off_at_end_of_shift. -:bob6032 :does :work_related_task. -:bob6032 :does :log_off_at_end_of_shift. -:carol6032 :does :access_social_media. -:alice6033 :does :log_off_at_end_of_shift. -:bob6033 :does :work_related_task. -:bob6033 :does :log_off_at_end_of_shift. -:carol6033 :does :access_social_media. -:alice6034 :does :log_off_at_end_of_shift. -:bob6034 :does :work_related_task. -:bob6034 :does :log_off_at_end_of_shift. -:carol6034 :does :access_social_media. -:alice6035 :does :log_off_at_end_of_shift. -:bob6035 :does :work_related_task. -:bob6035 :does :log_off_at_end_of_shift. -:carol6035 :does :access_social_media. -:alice6036 :does :log_off_at_end_of_shift. -:bob6036 :does :work_related_task. -:bob6036 :does :log_off_at_end_of_shift. -:carol6036 :does :access_social_media. -:alice6037 :does :log_off_at_end_of_shift. -:bob6037 :does :work_related_task. -:bob6037 :does :log_off_at_end_of_shift. -:carol6037 :does :access_social_media. -:alice6038 :does :log_off_at_end_of_shift. -:bob6038 :does :work_related_task. -:bob6038 :does :log_off_at_end_of_shift. -:carol6038 :does :access_social_media. -:alice6039 :does :log_off_at_end_of_shift. -:bob6039 :does :work_related_task. -:bob6039 :does :log_off_at_end_of_shift. -:carol6039 :does :access_social_media. -:alice6040 :does :log_off_at_end_of_shift. -:bob6040 :does :work_related_task. -:bob6040 :does :log_off_at_end_of_shift. -:carol6040 :does :access_social_media. -:alice6041 :does :log_off_at_end_of_shift. -:bob6041 :does :work_related_task. -:bob6041 :does :log_off_at_end_of_shift. -:carol6041 :does :access_social_media. -:alice6042 :does :log_off_at_end_of_shift. -:bob6042 :does :work_related_task. -:bob6042 :does :log_off_at_end_of_shift. -:carol6042 :does :access_social_media. -:alice6043 :does :log_off_at_end_of_shift. -:bob6043 :does :work_related_task. -:bob6043 :does :log_off_at_end_of_shift. -:carol6043 :does :access_social_media. -:alice6044 :does :log_off_at_end_of_shift. -:bob6044 :does :work_related_task. -:bob6044 :does :log_off_at_end_of_shift. -:carol6044 :does :access_social_media. -:alice6045 :does :log_off_at_end_of_shift. -:bob6045 :does :work_related_task. -:bob6045 :does :log_off_at_end_of_shift. -:carol6045 :does :access_social_media. -:alice6046 :does :log_off_at_end_of_shift. -:bob6046 :does :work_related_task. -:bob6046 :does :log_off_at_end_of_shift. -:carol6046 :does :access_social_media. -:alice6047 :does :log_off_at_end_of_shift. -:bob6047 :does :work_related_task. -:bob6047 :does :log_off_at_end_of_shift. -:carol6047 :does :access_social_media. -:alice6048 :does :log_off_at_end_of_shift. -:bob6048 :does :work_related_task. -:bob6048 :does :log_off_at_end_of_shift. -:carol6048 :does :access_social_media. -:alice6049 :does :log_off_at_end_of_shift. -:bob6049 :does :work_related_task. -:bob6049 :does :log_off_at_end_of_shift. -:carol6049 :does :access_social_media. -:alice6050 :does :log_off_at_end_of_shift. -:bob6050 :does :work_related_task. -:bob6050 :does :log_off_at_end_of_shift. -:carol6050 :does :access_social_media. -:alice6051 :does :log_off_at_end_of_shift. -:bob6051 :does :work_related_task. -:bob6051 :does :log_off_at_end_of_shift. -:carol6051 :does :access_social_media. -:alice6052 :does :log_off_at_end_of_shift. -:bob6052 :does :work_related_task. -:bob6052 :does :log_off_at_end_of_shift. -:carol6052 :does :access_social_media. -:alice6053 :does :log_off_at_end_of_shift. -:bob6053 :does :work_related_task. -:bob6053 :does :log_off_at_end_of_shift. -:carol6053 :does :access_social_media. -:alice6054 :does :log_off_at_end_of_shift. -:bob6054 :does :work_related_task. -:bob6054 :does :log_off_at_end_of_shift. -:carol6054 :does :access_social_media. -:alice6055 :does :log_off_at_end_of_shift. -:bob6055 :does :work_related_task. -:bob6055 :does :log_off_at_end_of_shift. -:carol6055 :does :access_social_media. -:alice6056 :does :log_off_at_end_of_shift. -:bob6056 :does :work_related_task. -:bob6056 :does :log_off_at_end_of_shift. -:carol6056 :does :access_social_media. -:alice6057 :does :log_off_at_end_of_shift. -:bob6057 :does :work_related_task. -:bob6057 :does :log_off_at_end_of_shift. -:carol6057 :does :access_social_media. -:alice6058 :does :log_off_at_end_of_shift. -:bob6058 :does :work_related_task. -:bob6058 :does :log_off_at_end_of_shift. -:carol6058 :does :access_social_media. -:alice6059 :does :log_off_at_end_of_shift. -:bob6059 :does :work_related_task. -:bob6059 :does :log_off_at_end_of_shift. -:carol6059 :does :access_social_media. -:alice6060 :does :log_off_at_end_of_shift. -:bob6060 :does :work_related_task. -:bob6060 :does :log_off_at_end_of_shift. -:carol6060 :does :access_social_media. -:alice6061 :does :log_off_at_end_of_shift. -:bob6061 :does :work_related_task. -:bob6061 :does :log_off_at_end_of_shift. -:carol6061 :does :access_social_media. -:alice6062 :does :log_off_at_end_of_shift. -:bob6062 :does :work_related_task. -:bob6062 :does :log_off_at_end_of_shift. -:carol6062 :does :access_social_media. -:alice6063 :does :log_off_at_end_of_shift. -:bob6063 :does :work_related_task. -:bob6063 :does :log_off_at_end_of_shift. -:carol6063 :does :access_social_media. -:alice6064 :does :log_off_at_end_of_shift. -:bob6064 :does :work_related_task. -:bob6064 :does :log_off_at_end_of_shift. -:carol6064 :does :access_social_media. -:alice6065 :does :log_off_at_end_of_shift. -:bob6065 :does :work_related_task. -:bob6065 :does :log_off_at_end_of_shift. -:carol6065 :does :access_social_media. -:alice6066 :does :log_off_at_end_of_shift. -:bob6066 :does :work_related_task. -:bob6066 :does :log_off_at_end_of_shift. -:carol6066 :does :access_social_media. -:alice6067 :does :log_off_at_end_of_shift. -:bob6067 :does :work_related_task. -:bob6067 :does :log_off_at_end_of_shift. -:carol6067 :does :access_social_media. -:alice6068 :does :log_off_at_end_of_shift. -:bob6068 :does :work_related_task. -:bob6068 :does :log_off_at_end_of_shift. -:carol6068 :does :access_social_media. -:alice6069 :does :log_off_at_end_of_shift. -:bob6069 :does :work_related_task. -:bob6069 :does :log_off_at_end_of_shift. -:carol6069 :does :access_social_media. -:alice6070 :does :log_off_at_end_of_shift. -:bob6070 :does :work_related_task. -:bob6070 :does :log_off_at_end_of_shift. -:carol6070 :does :access_social_media. -:alice6071 :does :log_off_at_end_of_shift. -:bob6071 :does :work_related_task. -:bob6071 :does :log_off_at_end_of_shift. -:carol6071 :does :access_social_media. -:alice6072 :does :log_off_at_end_of_shift. -:bob6072 :does :work_related_task. -:bob6072 :does :log_off_at_end_of_shift. -:carol6072 :does :access_social_media. -:alice6073 :does :log_off_at_end_of_shift. -:bob6073 :does :work_related_task. -:bob6073 :does :log_off_at_end_of_shift. -:carol6073 :does :access_social_media. -:alice6074 :does :log_off_at_end_of_shift. -:bob6074 :does :work_related_task. -:bob6074 :does :log_off_at_end_of_shift. -:carol6074 :does :access_social_media. -:alice6075 :does :log_off_at_end_of_shift. -:bob6075 :does :work_related_task. -:bob6075 :does :log_off_at_end_of_shift. -:carol6075 :does :access_social_media. -:alice6076 :does :log_off_at_end_of_shift. -:bob6076 :does :work_related_task. -:bob6076 :does :log_off_at_end_of_shift. -:carol6076 :does :access_social_media. -:alice6077 :does :log_off_at_end_of_shift. -:bob6077 :does :work_related_task. -:bob6077 :does :log_off_at_end_of_shift. -:carol6077 :does :access_social_media. -:alice6078 :does :log_off_at_end_of_shift. -:bob6078 :does :work_related_task. -:bob6078 :does :log_off_at_end_of_shift. -:carol6078 :does :access_social_media. -:alice6079 :does :log_off_at_end_of_shift. -:bob6079 :does :work_related_task. -:bob6079 :does :log_off_at_end_of_shift. -:carol6079 :does :access_social_media. -:alice6080 :does :log_off_at_end_of_shift. -:bob6080 :does :work_related_task. -:bob6080 :does :log_off_at_end_of_shift. -:carol6080 :does :access_social_media. -:alice6081 :does :log_off_at_end_of_shift. -:bob6081 :does :work_related_task. -:bob6081 :does :log_off_at_end_of_shift. -:carol6081 :does :access_social_media. -:alice6082 :does :log_off_at_end_of_shift. -:bob6082 :does :work_related_task. -:bob6082 :does :log_off_at_end_of_shift. -:carol6082 :does :access_social_media. -:alice6083 :does :log_off_at_end_of_shift. -:bob6083 :does :work_related_task. -:bob6083 :does :log_off_at_end_of_shift. -:carol6083 :does :access_social_media. -:alice6084 :does :log_off_at_end_of_shift. -:bob6084 :does :work_related_task. -:bob6084 :does :log_off_at_end_of_shift. -:carol6084 :does :access_social_media. -:alice6085 :does :log_off_at_end_of_shift. -:bob6085 :does :work_related_task. -:bob6085 :does :log_off_at_end_of_shift. -:carol6085 :does :access_social_media. -:alice6086 :does :log_off_at_end_of_shift. -:bob6086 :does :work_related_task. -:bob6086 :does :log_off_at_end_of_shift. -:carol6086 :does :access_social_media. -:alice6087 :does :log_off_at_end_of_shift. -:bob6087 :does :work_related_task. -:bob6087 :does :log_off_at_end_of_shift. -:carol6087 :does :access_social_media. -:alice6088 :does :log_off_at_end_of_shift. -:bob6088 :does :work_related_task. -:bob6088 :does :log_off_at_end_of_shift. -:carol6088 :does :access_social_media. -:alice6089 :does :log_off_at_end_of_shift. -:bob6089 :does :work_related_task. -:bob6089 :does :log_off_at_end_of_shift. -:carol6089 :does :access_social_media. -:alice6090 :does :log_off_at_end_of_shift. -:bob6090 :does :work_related_task. -:bob6090 :does :log_off_at_end_of_shift. -:carol6090 :does :access_social_media. -:alice6091 :does :log_off_at_end_of_shift. -:bob6091 :does :work_related_task. -:bob6091 :does :log_off_at_end_of_shift. -:carol6091 :does :access_social_media. -:alice6092 :does :log_off_at_end_of_shift. -:bob6092 :does :work_related_task. -:bob6092 :does :log_off_at_end_of_shift. -:carol6092 :does :access_social_media. -:alice6093 :does :log_off_at_end_of_shift. -:bob6093 :does :work_related_task. -:bob6093 :does :log_off_at_end_of_shift. -:carol6093 :does :access_social_media. -:alice6094 :does :log_off_at_end_of_shift. -:bob6094 :does :work_related_task. -:bob6094 :does :log_off_at_end_of_shift. -:carol6094 :does :access_social_media. -:alice6095 :does :log_off_at_end_of_shift. -:bob6095 :does :work_related_task. -:bob6095 :does :log_off_at_end_of_shift. -:carol6095 :does :access_social_media. -:alice6096 :does :log_off_at_end_of_shift. -:bob6096 :does :work_related_task. -:bob6096 :does :log_off_at_end_of_shift. -:carol6096 :does :access_social_media. -:alice6097 :does :log_off_at_end_of_shift. -:bob6097 :does :work_related_task. -:bob6097 :does :log_off_at_end_of_shift. -:carol6097 :does :access_social_media. -:alice6098 :does :log_off_at_end_of_shift. -:bob6098 :does :work_related_task. -:bob6098 :does :log_off_at_end_of_shift. -:carol6098 :does :access_social_media. -:alice6099 :does :log_off_at_end_of_shift. -:bob6099 :does :work_related_task. -:bob6099 :does :log_off_at_end_of_shift. -:carol6099 :does :access_social_media. -:alice6100 :does :log_off_at_end_of_shift. -:bob6100 :does :work_related_task. -:bob6100 :does :log_off_at_end_of_shift. -:carol6100 :does :access_social_media. -:alice6101 :does :log_off_at_end_of_shift. -:bob6101 :does :work_related_task. -:bob6101 :does :log_off_at_end_of_shift. -:carol6101 :does :access_social_media. -:alice6102 :does :log_off_at_end_of_shift. -:bob6102 :does :work_related_task. -:bob6102 :does :log_off_at_end_of_shift. -:carol6102 :does :access_social_media. -:alice6103 :does :log_off_at_end_of_shift. -:bob6103 :does :work_related_task. -:bob6103 :does :log_off_at_end_of_shift. -:carol6103 :does :access_social_media. -:alice6104 :does :log_off_at_end_of_shift. -:bob6104 :does :work_related_task. -:bob6104 :does :log_off_at_end_of_shift. -:carol6104 :does :access_social_media. -:alice6105 :does :log_off_at_end_of_shift. -:bob6105 :does :work_related_task. -:bob6105 :does :log_off_at_end_of_shift. -:carol6105 :does :access_social_media. -:alice6106 :does :log_off_at_end_of_shift. -:bob6106 :does :work_related_task. -:bob6106 :does :log_off_at_end_of_shift. -:carol6106 :does :access_social_media. -:alice6107 :does :log_off_at_end_of_shift. -:bob6107 :does :work_related_task. -:bob6107 :does :log_off_at_end_of_shift. -:carol6107 :does :access_social_media. -:alice6108 :does :log_off_at_end_of_shift. -:bob6108 :does :work_related_task. -:bob6108 :does :log_off_at_end_of_shift. -:carol6108 :does :access_social_media. -:alice6109 :does :log_off_at_end_of_shift. -:bob6109 :does :work_related_task. -:bob6109 :does :log_off_at_end_of_shift. -:carol6109 :does :access_social_media. -:alice6110 :does :log_off_at_end_of_shift. -:bob6110 :does :work_related_task. -:bob6110 :does :log_off_at_end_of_shift. -:carol6110 :does :access_social_media. -:alice6111 :does :log_off_at_end_of_shift. -:bob6111 :does :work_related_task. -:bob6111 :does :log_off_at_end_of_shift. -:carol6111 :does :access_social_media. -:alice6112 :does :log_off_at_end_of_shift. -:bob6112 :does :work_related_task. -:bob6112 :does :log_off_at_end_of_shift. -:carol6112 :does :access_social_media. -:alice6113 :does :log_off_at_end_of_shift. -:bob6113 :does :work_related_task. -:bob6113 :does :log_off_at_end_of_shift. -:carol6113 :does :access_social_media. -:alice6114 :does :log_off_at_end_of_shift. -:bob6114 :does :work_related_task. -:bob6114 :does :log_off_at_end_of_shift. -:carol6114 :does :access_social_media. -:alice6115 :does :log_off_at_end_of_shift. -:bob6115 :does :work_related_task. -:bob6115 :does :log_off_at_end_of_shift. -:carol6115 :does :access_social_media. -:alice6116 :does :log_off_at_end_of_shift. -:bob6116 :does :work_related_task. -:bob6116 :does :log_off_at_end_of_shift. -:carol6116 :does :access_social_media. -:alice6117 :does :log_off_at_end_of_shift. -:bob6117 :does :work_related_task. -:bob6117 :does :log_off_at_end_of_shift. -:carol6117 :does :access_social_media. -:alice6118 :does :log_off_at_end_of_shift. -:bob6118 :does :work_related_task. -:bob6118 :does :log_off_at_end_of_shift. -:carol6118 :does :access_social_media. -:alice6119 :does :log_off_at_end_of_shift. -:bob6119 :does :work_related_task. -:bob6119 :does :log_off_at_end_of_shift. -:carol6119 :does :access_social_media. -:alice6120 :does :log_off_at_end_of_shift. -:bob6120 :does :work_related_task. -:bob6120 :does :log_off_at_end_of_shift. -:carol6120 :does :access_social_media. -:alice6121 :does :log_off_at_end_of_shift. -:bob6121 :does :work_related_task. -:bob6121 :does :log_off_at_end_of_shift. -:carol6121 :does :access_social_media. -:alice6122 :does :log_off_at_end_of_shift. -:bob6122 :does :work_related_task. -:bob6122 :does :log_off_at_end_of_shift. -:carol6122 :does :access_social_media. -:alice6123 :does :log_off_at_end_of_shift. -:bob6123 :does :work_related_task. -:bob6123 :does :log_off_at_end_of_shift. -:carol6123 :does :access_social_media. -:alice6124 :does :log_off_at_end_of_shift. -:bob6124 :does :work_related_task. -:bob6124 :does :log_off_at_end_of_shift. -:carol6124 :does :access_social_media. -:alice6125 :does :log_off_at_end_of_shift. -:bob6125 :does :work_related_task. -:bob6125 :does :log_off_at_end_of_shift. -:carol6125 :does :access_social_media. -:alice6126 :does :log_off_at_end_of_shift. -:bob6126 :does :work_related_task. -:bob6126 :does :log_off_at_end_of_shift. -:carol6126 :does :access_social_media. -:alice6127 :does :log_off_at_end_of_shift. -:bob6127 :does :work_related_task. -:bob6127 :does :log_off_at_end_of_shift. -:carol6127 :does :access_social_media. -:alice6128 :does :log_off_at_end_of_shift. -:bob6128 :does :work_related_task. -:bob6128 :does :log_off_at_end_of_shift. -:carol6128 :does :access_social_media. -:alice6129 :does :log_off_at_end_of_shift. -:bob6129 :does :work_related_task. -:bob6129 :does :log_off_at_end_of_shift. -:carol6129 :does :access_social_media. -:alice6130 :does :log_off_at_end_of_shift. -:bob6130 :does :work_related_task. -:bob6130 :does :log_off_at_end_of_shift. -:carol6130 :does :access_social_media. -:alice6131 :does :log_off_at_end_of_shift. -:bob6131 :does :work_related_task. -:bob6131 :does :log_off_at_end_of_shift. -:carol6131 :does :access_social_media. -:alice6132 :does :log_off_at_end_of_shift. -:bob6132 :does :work_related_task. -:bob6132 :does :log_off_at_end_of_shift. -:carol6132 :does :access_social_media. -:alice6133 :does :log_off_at_end_of_shift. -:bob6133 :does :work_related_task. -:bob6133 :does :log_off_at_end_of_shift. -:carol6133 :does :access_social_media. -:alice6134 :does :log_off_at_end_of_shift. -:bob6134 :does :work_related_task. -:bob6134 :does :log_off_at_end_of_shift. -:carol6134 :does :access_social_media. -:alice6135 :does :log_off_at_end_of_shift. -:bob6135 :does :work_related_task. -:bob6135 :does :log_off_at_end_of_shift. -:carol6135 :does :access_social_media. -:alice6136 :does :log_off_at_end_of_shift. -:bob6136 :does :work_related_task. -:bob6136 :does :log_off_at_end_of_shift. -:carol6136 :does :access_social_media. -:alice6137 :does :log_off_at_end_of_shift. -:bob6137 :does :work_related_task. -:bob6137 :does :log_off_at_end_of_shift. -:carol6137 :does :access_social_media. -:alice6138 :does :log_off_at_end_of_shift. -:bob6138 :does :work_related_task. -:bob6138 :does :log_off_at_end_of_shift. -:carol6138 :does :access_social_media. -:alice6139 :does :log_off_at_end_of_shift. -:bob6139 :does :work_related_task. -:bob6139 :does :log_off_at_end_of_shift. -:carol6139 :does :access_social_media. -:alice6140 :does :log_off_at_end_of_shift. -:bob6140 :does :work_related_task. -:bob6140 :does :log_off_at_end_of_shift. -:carol6140 :does :access_social_media. -:alice6141 :does :log_off_at_end_of_shift. -:bob6141 :does :work_related_task. -:bob6141 :does :log_off_at_end_of_shift. -:carol6141 :does :access_social_media. -:alice6142 :does :log_off_at_end_of_shift. -:bob6142 :does :work_related_task. -:bob6142 :does :log_off_at_end_of_shift. -:carol6142 :does :access_social_media. -:alice6143 :does :log_off_at_end_of_shift. -:bob6143 :does :work_related_task. -:bob6143 :does :log_off_at_end_of_shift. -:carol6143 :does :access_social_media. -:alice6144 :does :log_off_at_end_of_shift. -:bob6144 :does :work_related_task. -:bob6144 :does :log_off_at_end_of_shift. -:carol6144 :does :access_social_media. -:alice6145 :does :log_off_at_end_of_shift. -:bob6145 :does :work_related_task. -:bob6145 :does :log_off_at_end_of_shift. -:carol6145 :does :access_social_media. -:alice6146 :does :log_off_at_end_of_shift. -:bob6146 :does :work_related_task. -:bob6146 :does :log_off_at_end_of_shift. -:carol6146 :does :access_social_media. -:alice6147 :does :log_off_at_end_of_shift. -:bob6147 :does :work_related_task. -:bob6147 :does :log_off_at_end_of_shift. -:carol6147 :does :access_social_media. -:alice6148 :does :log_off_at_end_of_shift. -:bob6148 :does :work_related_task. -:bob6148 :does :log_off_at_end_of_shift. -:carol6148 :does :access_social_media. -:alice6149 :does :log_off_at_end_of_shift. -:bob6149 :does :work_related_task. -:bob6149 :does :log_off_at_end_of_shift. -:carol6149 :does :access_social_media. -:alice6150 :does :log_off_at_end_of_shift. -:bob6150 :does :work_related_task. -:bob6150 :does :log_off_at_end_of_shift. -:carol6150 :does :access_social_media. -:alice6151 :does :log_off_at_end_of_shift. -:bob6151 :does :work_related_task. -:bob6151 :does :log_off_at_end_of_shift. -:carol6151 :does :access_social_media. -:alice6152 :does :log_off_at_end_of_shift. -:bob6152 :does :work_related_task. -:bob6152 :does :log_off_at_end_of_shift. -:carol6152 :does :access_social_media. -:alice6153 :does :log_off_at_end_of_shift. -:bob6153 :does :work_related_task. -:bob6153 :does :log_off_at_end_of_shift. -:carol6153 :does :access_social_media. -:alice6154 :does :log_off_at_end_of_shift. -:bob6154 :does :work_related_task. -:bob6154 :does :log_off_at_end_of_shift. -:carol6154 :does :access_social_media. -:alice6155 :does :log_off_at_end_of_shift. -:bob6155 :does :work_related_task. -:bob6155 :does :log_off_at_end_of_shift. -:carol6155 :does :access_social_media. -:alice6156 :does :log_off_at_end_of_shift. -:bob6156 :does :work_related_task. -:bob6156 :does :log_off_at_end_of_shift. -:carol6156 :does :access_social_media. -:alice6157 :does :log_off_at_end_of_shift. -:bob6157 :does :work_related_task. -:bob6157 :does :log_off_at_end_of_shift. -:carol6157 :does :access_social_media. -:alice6158 :does :log_off_at_end_of_shift. -:bob6158 :does :work_related_task. -:bob6158 :does :log_off_at_end_of_shift. -:carol6158 :does :access_social_media. -:alice6159 :does :log_off_at_end_of_shift. -:bob6159 :does :work_related_task. -:bob6159 :does :log_off_at_end_of_shift. -:carol6159 :does :access_social_media. -:alice6160 :does :log_off_at_end_of_shift. -:bob6160 :does :work_related_task. -:bob6160 :does :log_off_at_end_of_shift. -:carol6160 :does :access_social_media. -:alice6161 :does :log_off_at_end_of_shift. -:bob6161 :does :work_related_task. -:bob6161 :does :log_off_at_end_of_shift. -:carol6161 :does :access_social_media. -:alice6162 :does :log_off_at_end_of_shift. -:bob6162 :does :work_related_task. -:bob6162 :does :log_off_at_end_of_shift. -:carol6162 :does :access_social_media. -:alice6163 :does :log_off_at_end_of_shift. -:bob6163 :does :work_related_task. -:bob6163 :does :log_off_at_end_of_shift. -:carol6163 :does :access_social_media. -:alice6164 :does :log_off_at_end_of_shift. -:bob6164 :does :work_related_task. -:bob6164 :does :log_off_at_end_of_shift. -:carol6164 :does :access_social_media. -:alice6165 :does :log_off_at_end_of_shift. -:bob6165 :does :work_related_task. -:bob6165 :does :log_off_at_end_of_shift. -:carol6165 :does :access_social_media. -:alice6166 :does :log_off_at_end_of_shift. -:bob6166 :does :work_related_task. -:bob6166 :does :log_off_at_end_of_shift. -:carol6166 :does :access_social_media. -:alice6167 :does :log_off_at_end_of_shift. -:bob6167 :does :work_related_task. -:bob6167 :does :log_off_at_end_of_shift. -:carol6167 :does :access_social_media. -:alice6168 :does :log_off_at_end_of_shift. -:bob6168 :does :work_related_task. -:bob6168 :does :log_off_at_end_of_shift. -:carol6168 :does :access_social_media. -:alice6169 :does :log_off_at_end_of_shift. -:bob6169 :does :work_related_task. -:bob6169 :does :log_off_at_end_of_shift. -:carol6169 :does :access_social_media. -:alice6170 :does :log_off_at_end_of_shift. -:bob6170 :does :work_related_task. -:bob6170 :does :log_off_at_end_of_shift. -:carol6170 :does :access_social_media. -:alice6171 :does :log_off_at_end_of_shift. -:bob6171 :does :work_related_task. -:bob6171 :does :log_off_at_end_of_shift. -:carol6171 :does :access_social_media. -:alice6172 :does :log_off_at_end_of_shift. -:bob6172 :does :work_related_task. -:bob6172 :does :log_off_at_end_of_shift. -:carol6172 :does :access_social_media. -:alice6173 :does :log_off_at_end_of_shift. -:bob6173 :does :work_related_task. -:bob6173 :does :log_off_at_end_of_shift. -:carol6173 :does :access_social_media. -:alice6174 :does :log_off_at_end_of_shift. -:bob6174 :does :work_related_task. -:bob6174 :does :log_off_at_end_of_shift. -:carol6174 :does :access_social_media. -:alice6175 :does :log_off_at_end_of_shift. -:bob6175 :does :work_related_task. -:bob6175 :does :log_off_at_end_of_shift. -:carol6175 :does :access_social_media. -:alice6176 :does :log_off_at_end_of_shift. -:bob6176 :does :work_related_task. -:bob6176 :does :log_off_at_end_of_shift. -:carol6176 :does :access_social_media. -:alice6177 :does :log_off_at_end_of_shift. -:bob6177 :does :work_related_task. -:bob6177 :does :log_off_at_end_of_shift. -:carol6177 :does :access_social_media. -:alice6178 :does :log_off_at_end_of_shift. -:bob6178 :does :work_related_task. -:bob6178 :does :log_off_at_end_of_shift. -:carol6178 :does :access_social_media. -:alice6179 :does :log_off_at_end_of_shift. -:bob6179 :does :work_related_task. -:bob6179 :does :log_off_at_end_of_shift. -:carol6179 :does :access_social_media. -:alice6180 :does :log_off_at_end_of_shift. -:bob6180 :does :work_related_task. -:bob6180 :does :log_off_at_end_of_shift. -:carol6180 :does :access_social_media. -:alice6181 :does :log_off_at_end_of_shift. -:bob6181 :does :work_related_task. -:bob6181 :does :log_off_at_end_of_shift. -:carol6181 :does :access_social_media. -:alice6182 :does :log_off_at_end_of_shift. -:bob6182 :does :work_related_task. -:bob6182 :does :log_off_at_end_of_shift. -:carol6182 :does :access_social_media. -:alice6183 :does :log_off_at_end_of_shift. -:bob6183 :does :work_related_task. -:bob6183 :does :log_off_at_end_of_shift. -:carol6183 :does :access_social_media. -:alice6184 :does :log_off_at_end_of_shift. -:bob6184 :does :work_related_task. -:bob6184 :does :log_off_at_end_of_shift. -:carol6184 :does :access_social_media. -:alice6185 :does :log_off_at_end_of_shift. -:bob6185 :does :work_related_task. -:bob6185 :does :log_off_at_end_of_shift. -:carol6185 :does :access_social_media. -:alice6186 :does :log_off_at_end_of_shift. -:bob6186 :does :work_related_task. -:bob6186 :does :log_off_at_end_of_shift. -:carol6186 :does :access_social_media. -:alice6187 :does :log_off_at_end_of_shift. -:bob6187 :does :work_related_task. -:bob6187 :does :log_off_at_end_of_shift. -:carol6187 :does :access_social_media. -:alice6188 :does :log_off_at_end_of_shift. -:bob6188 :does :work_related_task. -:bob6188 :does :log_off_at_end_of_shift. -:carol6188 :does :access_social_media. -:alice6189 :does :log_off_at_end_of_shift. -:bob6189 :does :work_related_task. -:bob6189 :does :log_off_at_end_of_shift. -:carol6189 :does :access_social_media. -:alice6190 :does :log_off_at_end_of_shift. -:bob6190 :does :work_related_task. -:bob6190 :does :log_off_at_end_of_shift. -:carol6190 :does :access_social_media. -:alice6191 :does :log_off_at_end_of_shift. -:bob6191 :does :work_related_task. -:bob6191 :does :log_off_at_end_of_shift. -:carol6191 :does :access_social_media. -:alice6192 :does :log_off_at_end_of_shift. -:bob6192 :does :work_related_task. -:bob6192 :does :log_off_at_end_of_shift. -:carol6192 :does :access_social_media. -:alice6193 :does :log_off_at_end_of_shift. -:bob6193 :does :work_related_task. -:bob6193 :does :log_off_at_end_of_shift. -:carol6193 :does :access_social_media. -:alice6194 :does :log_off_at_end_of_shift. -:bob6194 :does :work_related_task. -:bob6194 :does :log_off_at_end_of_shift. -:carol6194 :does :access_social_media. -:alice6195 :does :log_off_at_end_of_shift. -:bob6195 :does :work_related_task. -:bob6195 :does :log_off_at_end_of_shift. -:carol6195 :does :access_social_media. -:alice6196 :does :log_off_at_end_of_shift. -:bob6196 :does :work_related_task. -:bob6196 :does :log_off_at_end_of_shift. -:carol6196 :does :access_social_media. -:alice6197 :does :log_off_at_end_of_shift. -:bob6197 :does :work_related_task. -:bob6197 :does :log_off_at_end_of_shift. -:carol6197 :does :access_social_media. -:alice6198 :does :log_off_at_end_of_shift. -:bob6198 :does :work_related_task. -:bob6198 :does :log_off_at_end_of_shift. -:carol6198 :does :access_social_media. -:alice6199 :does :log_off_at_end_of_shift. -:bob6199 :does :work_related_task. -:bob6199 :does :log_off_at_end_of_shift. -:carol6199 :does :access_social_media. -:alice6200 :does :log_off_at_end_of_shift. -:bob6200 :does :work_related_task. -:bob6200 :does :log_off_at_end_of_shift. -:carol6200 :does :access_social_media. -:alice6201 :does :log_off_at_end_of_shift. -:bob6201 :does :work_related_task. -:bob6201 :does :log_off_at_end_of_shift. -:carol6201 :does :access_social_media. -:alice6202 :does :log_off_at_end_of_shift. -:bob6202 :does :work_related_task. -:bob6202 :does :log_off_at_end_of_shift. -:carol6202 :does :access_social_media. -:alice6203 :does :log_off_at_end_of_shift. -:bob6203 :does :work_related_task. -:bob6203 :does :log_off_at_end_of_shift. -:carol6203 :does :access_social_media. -:alice6204 :does :log_off_at_end_of_shift. -:bob6204 :does :work_related_task. -:bob6204 :does :log_off_at_end_of_shift. -:carol6204 :does :access_social_media. -:alice6205 :does :log_off_at_end_of_shift. -:bob6205 :does :work_related_task. -:bob6205 :does :log_off_at_end_of_shift. -:carol6205 :does :access_social_media. -:alice6206 :does :log_off_at_end_of_shift. -:bob6206 :does :work_related_task. -:bob6206 :does :log_off_at_end_of_shift. -:carol6206 :does :access_social_media. -:alice6207 :does :log_off_at_end_of_shift. -:bob6207 :does :work_related_task. -:bob6207 :does :log_off_at_end_of_shift. -:carol6207 :does :access_social_media. -:alice6208 :does :log_off_at_end_of_shift. -:bob6208 :does :work_related_task. -:bob6208 :does :log_off_at_end_of_shift. -:carol6208 :does :access_social_media. -:alice6209 :does :log_off_at_end_of_shift. -:bob6209 :does :work_related_task. -:bob6209 :does :log_off_at_end_of_shift. -:carol6209 :does :access_social_media. -:alice6210 :does :log_off_at_end_of_shift. -:bob6210 :does :work_related_task. -:bob6210 :does :log_off_at_end_of_shift. -:carol6210 :does :access_social_media. -:alice6211 :does :log_off_at_end_of_shift. -:bob6211 :does :work_related_task. -:bob6211 :does :log_off_at_end_of_shift. -:carol6211 :does :access_social_media. -:alice6212 :does :log_off_at_end_of_shift. -:bob6212 :does :work_related_task. -:bob6212 :does :log_off_at_end_of_shift. -:carol6212 :does :access_social_media. -:alice6213 :does :log_off_at_end_of_shift. -:bob6213 :does :work_related_task. -:bob6213 :does :log_off_at_end_of_shift. -:carol6213 :does :access_social_media. -:alice6214 :does :log_off_at_end_of_shift. -:bob6214 :does :work_related_task. -:bob6214 :does :log_off_at_end_of_shift. -:carol6214 :does :access_social_media. -:alice6215 :does :log_off_at_end_of_shift. -:bob6215 :does :work_related_task. -:bob6215 :does :log_off_at_end_of_shift. -:carol6215 :does :access_social_media. -:alice6216 :does :log_off_at_end_of_shift. -:bob6216 :does :work_related_task. -:bob6216 :does :log_off_at_end_of_shift. -:carol6216 :does :access_social_media. -:alice6217 :does :log_off_at_end_of_shift. -:bob6217 :does :work_related_task. -:bob6217 :does :log_off_at_end_of_shift. -:carol6217 :does :access_social_media. -:alice6218 :does :log_off_at_end_of_shift. -:bob6218 :does :work_related_task. -:bob6218 :does :log_off_at_end_of_shift. -:carol6218 :does :access_social_media. -:alice6219 :does :log_off_at_end_of_shift. -:bob6219 :does :work_related_task. -:bob6219 :does :log_off_at_end_of_shift. -:carol6219 :does :access_social_media. -:alice6220 :does :log_off_at_end_of_shift. -:bob6220 :does :work_related_task. -:bob6220 :does :log_off_at_end_of_shift. -:carol6220 :does :access_social_media. -:alice6221 :does :log_off_at_end_of_shift. -:bob6221 :does :work_related_task. -:bob6221 :does :log_off_at_end_of_shift. -:carol6221 :does :access_social_media. -:alice6222 :does :log_off_at_end_of_shift. -:bob6222 :does :work_related_task. -:bob6222 :does :log_off_at_end_of_shift. -:carol6222 :does :access_social_media. -:alice6223 :does :log_off_at_end_of_shift. -:bob6223 :does :work_related_task. -:bob6223 :does :log_off_at_end_of_shift. -:carol6223 :does :access_social_media. -:alice6224 :does :log_off_at_end_of_shift. -:bob6224 :does :work_related_task. -:bob6224 :does :log_off_at_end_of_shift. -:carol6224 :does :access_social_media. -:alice6225 :does :log_off_at_end_of_shift. -:bob6225 :does :work_related_task. -:bob6225 :does :log_off_at_end_of_shift. -:carol6225 :does :access_social_media. -:alice6226 :does :log_off_at_end_of_shift. -:bob6226 :does :work_related_task. -:bob6226 :does :log_off_at_end_of_shift. -:carol6226 :does :access_social_media. -:alice6227 :does :log_off_at_end_of_shift. -:bob6227 :does :work_related_task. -:bob6227 :does :log_off_at_end_of_shift. -:carol6227 :does :access_social_media. -:alice6228 :does :log_off_at_end_of_shift. -:bob6228 :does :work_related_task. -:bob6228 :does :log_off_at_end_of_shift. -:carol6228 :does :access_social_media. -:alice6229 :does :log_off_at_end_of_shift. -:bob6229 :does :work_related_task. -:bob6229 :does :log_off_at_end_of_shift. -:carol6229 :does :access_social_media. -:alice6230 :does :log_off_at_end_of_shift. -:bob6230 :does :work_related_task. -:bob6230 :does :log_off_at_end_of_shift. -:carol6230 :does :access_social_media. -:alice6231 :does :log_off_at_end_of_shift. -:bob6231 :does :work_related_task. -:bob6231 :does :log_off_at_end_of_shift. -:carol6231 :does :access_social_media. -:alice6232 :does :log_off_at_end_of_shift. -:bob6232 :does :work_related_task. -:bob6232 :does :log_off_at_end_of_shift. -:carol6232 :does :access_social_media. -:alice6233 :does :log_off_at_end_of_shift. -:bob6233 :does :work_related_task. -:bob6233 :does :log_off_at_end_of_shift. -:carol6233 :does :access_social_media. -:alice6234 :does :log_off_at_end_of_shift. -:bob6234 :does :work_related_task. -:bob6234 :does :log_off_at_end_of_shift. -:carol6234 :does :access_social_media. -:alice6235 :does :log_off_at_end_of_shift. -:bob6235 :does :work_related_task. -:bob6235 :does :log_off_at_end_of_shift. -:carol6235 :does :access_social_media. -:alice6236 :does :log_off_at_end_of_shift. -:bob6236 :does :work_related_task. -:bob6236 :does :log_off_at_end_of_shift. -:carol6236 :does :access_social_media. -:alice6237 :does :log_off_at_end_of_shift. -:bob6237 :does :work_related_task. -:bob6237 :does :log_off_at_end_of_shift. -:carol6237 :does :access_social_media. -:alice6238 :does :log_off_at_end_of_shift. -:bob6238 :does :work_related_task. -:bob6238 :does :log_off_at_end_of_shift. -:carol6238 :does :access_social_media. -:alice6239 :does :log_off_at_end_of_shift. -:bob6239 :does :work_related_task. -:bob6239 :does :log_off_at_end_of_shift. -:carol6239 :does :access_social_media. -:alice6240 :does :log_off_at_end_of_shift. -:bob6240 :does :work_related_task. -:bob6240 :does :log_off_at_end_of_shift. -:carol6240 :does :access_social_media. -:alice6241 :does :log_off_at_end_of_shift. -:bob6241 :does :work_related_task. -:bob6241 :does :log_off_at_end_of_shift. -:carol6241 :does :access_social_media. -:alice6242 :does :log_off_at_end_of_shift. -:bob6242 :does :work_related_task. -:bob6242 :does :log_off_at_end_of_shift. -:carol6242 :does :access_social_media. -:alice6243 :does :log_off_at_end_of_shift. -:bob6243 :does :work_related_task. -:bob6243 :does :log_off_at_end_of_shift. -:carol6243 :does :access_social_media. -:alice6244 :does :log_off_at_end_of_shift. -:bob6244 :does :work_related_task. -:bob6244 :does :log_off_at_end_of_shift. -:carol6244 :does :access_social_media. -:alice6245 :does :log_off_at_end_of_shift. -:bob6245 :does :work_related_task. -:bob6245 :does :log_off_at_end_of_shift. -:carol6245 :does :access_social_media. -:alice6246 :does :log_off_at_end_of_shift. -:bob6246 :does :work_related_task. -:bob6246 :does :log_off_at_end_of_shift. -:carol6246 :does :access_social_media. -:alice6247 :does :log_off_at_end_of_shift. -:bob6247 :does :work_related_task. -:bob6247 :does :log_off_at_end_of_shift. -:carol6247 :does :access_social_media. -:alice6248 :does :log_off_at_end_of_shift. -:bob6248 :does :work_related_task. -:bob6248 :does :log_off_at_end_of_shift. -:carol6248 :does :access_social_media. -:alice6249 :does :log_off_at_end_of_shift. -:bob6249 :does :work_related_task. -:bob6249 :does :log_off_at_end_of_shift. -:carol6249 :does :access_social_media. -:alice6250 :does :log_off_at_end_of_shift. -:bob6250 :does :work_related_task. -:bob6250 :does :log_off_at_end_of_shift. -:carol6250 :does :access_social_media. -:alice6251 :does :log_off_at_end_of_shift. -:bob6251 :does :work_related_task. -:bob6251 :does :log_off_at_end_of_shift. -:carol6251 :does :access_social_media. -:alice6252 :does :log_off_at_end_of_shift. -:bob6252 :does :work_related_task. -:bob6252 :does :log_off_at_end_of_shift. -:carol6252 :does :access_social_media. -:alice6253 :does :log_off_at_end_of_shift. -:bob6253 :does :work_related_task. -:bob6253 :does :log_off_at_end_of_shift. -:carol6253 :does :access_social_media. -:alice6254 :does :log_off_at_end_of_shift. -:bob6254 :does :work_related_task. -:bob6254 :does :log_off_at_end_of_shift. -:carol6254 :does :access_social_media. -:alice6255 :does :log_off_at_end_of_shift. -:bob6255 :does :work_related_task. -:bob6255 :does :log_off_at_end_of_shift. -:carol6255 :does :access_social_media. -:alice6256 :does :log_off_at_end_of_shift. -:bob6256 :does :work_related_task. -:bob6256 :does :log_off_at_end_of_shift. -:carol6256 :does :access_social_media. -:alice6257 :does :log_off_at_end_of_shift. -:bob6257 :does :work_related_task. -:bob6257 :does :log_off_at_end_of_shift. -:carol6257 :does :access_social_media. -:alice6258 :does :log_off_at_end_of_shift. -:bob6258 :does :work_related_task. -:bob6258 :does :log_off_at_end_of_shift. -:carol6258 :does :access_social_media. -:alice6259 :does :log_off_at_end_of_shift. -:bob6259 :does :work_related_task. -:bob6259 :does :log_off_at_end_of_shift. -:carol6259 :does :access_social_media. -:alice6260 :does :log_off_at_end_of_shift. -:bob6260 :does :work_related_task. -:bob6260 :does :log_off_at_end_of_shift. -:carol6260 :does :access_social_media. -:alice6261 :does :log_off_at_end_of_shift. -:bob6261 :does :work_related_task. -:bob6261 :does :log_off_at_end_of_shift. -:carol6261 :does :access_social_media. -:alice6262 :does :log_off_at_end_of_shift. -:bob6262 :does :work_related_task. -:bob6262 :does :log_off_at_end_of_shift. -:carol6262 :does :access_social_media. -:alice6263 :does :log_off_at_end_of_shift. -:bob6263 :does :work_related_task. -:bob6263 :does :log_off_at_end_of_shift. -:carol6263 :does :access_social_media. -:alice6264 :does :log_off_at_end_of_shift. -:bob6264 :does :work_related_task. -:bob6264 :does :log_off_at_end_of_shift. -:carol6264 :does :access_social_media. -:alice6265 :does :log_off_at_end_of_shift. -:bob6265 :does :work_related_task. -:bob6265 :does :log_off_at_end_of_shift. -:carol6265 :does :access_social_media. -:alice6266 :does :log_off_at_end_of_shift. -:bob6266 :does :work_related_task. -:bob6266 :does :log_off_at_end_of_shift. -:carol6266 :does :access_social_media. -:alice6267 :does :log_off_at_end_of_shift. -:bob6267 :does :work_related_task. -:bob6267 :does :log_off_at_end_of_shift. -:carol6267 :does :access_social_media. -:alice6268 :does :log_off_at_end_of_shift. -:bob6268 :does :work_related_task. -:bob6268 :does :log_off_at_end_of_shift. -:carol6268 :does :access_social_media. -:alice6269 :does :log_off_at_end_of_shift. -:bob6269 :does :work_related_task. -:bob6269 :does :log_off_at_end_of_shift. -:carol6269 :does :access_social_media. -:alice6270 :does :log_off_at_end_of_shift. -:bob6270 :does :work_related_task. -:bob6270 :does :log_off_at_end_of_shift. -:carol6270 :does :access_social_media. -:alice6271 :does :log_off_at_end_of_shift. -:bob6271 :does :work_related_task. -:bob6271 :does :log_off_at_end_of_shift. -:carol6271 :does :access_social_media. -:alice6272 :does :log_off_at_end_of_shift. -:bob6272 :does :work_related_task. -:bob6272 :does :log_off_at_end_of_shift. -:carol6272 :does :access_social_media. -:alice6273 :does :log_off_at_end_of_shift. -:bob6273 :does :work_related_task. -:bob6273 :does :log_off_at_end_of_shift. -:carol6273 :does :access_social_media. -:alice6274 :does :log_off_at_end_of_shift. -:bob6274 :does :work_related_task. -:bob6274 :does :log_off_at_end_of_shift. -:carol6274 :does :access_social_media. -:alice6275 :does :log_off_at_end_of_shift. -:bob6275 :does :work_related_task. -:bob6275 :does :log_off_at_end_of_shift. -:carol6275 :does :access_social_media. -:alice6276 :does :log_off_at_end_of_shift. -:bob6276 :does :work_related_task. -:bob6276 :does :log_off_at_end_of_shift. -:carol6276 :does :access_social_media. -:alice6277 :does :log_off_at_end_of_shift. -:bob6277 :does :work_related_task. -:bob6277 :does :log_off_at_end_of_shift. -:carol6277 :does :access_social_media. -:alice6278 :does :log_off_at_end_of_shift. -:bob6278 :does :work_related_task. -:bob6278 :does :log_off_at_end_of_shift. -:carol6278 :does :access_social_media. -:alice6279 :does :log_off_at_end_of_shift. -:bob6279 :does :work_related_task. -:bob6279 :does :log_off_at_end_of_shift. -:carol6279 :does :access_social_media. -:alice6280 :does :log_off_at_end_of_shift. -:bob6280 :does :work_related_task. -:bob6280 :does :log_off_at_end_of_shift. -:carol6280 :does :access_social_media. -:alice6281 :does :log_off_at_end_of_shift. -:bob6281 :does :work_related_task. -:bob6281 :does :log_off_at_end_of_shift. -:carol6281 :does :access_social_media. -:alice6282 :does :log_off_at_end_of_shift. -:bob6282 :does :work_related_task. -:bob6282 :does :log_off_at_end_of_shift. -:carol6282 :does :access_social_media. -:alice6283 :does :log_off_at_end_of_shift. -:bob6283 :does :work_related_task. -:bob6283 :does :log_off_at_end_of_shift. -:carol6283 :does :access_social_media. -:alice6284 :does :log_off_at_end_of_shift. -:bob6284 :does :work_related_task. -:bob6284 :does :log_off_at_end_of_shift. -:carol6284 :does :access_social_media. -:alice6285 :does :log_off_at_end_of_shift. -:bob6285 :does :work_related_task. -:bob6285 :does :log_off_at_end_of_shift. -:carol6285 :does :access_social_media. -:alice6286 :does :log_off_at_end_of_shift. -:bob6286 :does :work_related_task. -:bob6286 :does :log_off_at_end_of_shift. -:carol6286 :does :access_social_media. -:alice6287 :does :log_off_at_end_of_shift. -:bob6287 :does :work_related_task. -:bob6287 :does :log_off_at_end_of_shift. -:carol6287 :does :access_social_media. -:alice6288 :does :log_off_at_end_of_shift. -:bob6288 :does :work_related_task. -:bob6288 :does :log_off_at_end_of_shift. -:carol6288 :does :access_social_media. -:alice6289 :does :log_off_at_end_of_shift. -:bob6289 :does :work_related_task. -:bob6289 :does :log_off_at_end_of_shift. -:carol6289 :does :access_social_media. -:alice6290 :does :log_off_at_end_of_shift. -:bob6290 :does :work_related_task. -:bob6290 :does :log_off_at_end_of_shift. -:carol6290 :does :access_social_media. -:alice6291 :does :log_off_at_end_of_shift. -:bob6291 :does :work_related_task. -:bob6291 :does :log_off_at_end_of_shift. -:carol6291 :does :access_social_media. -:alice6292 :does :log_off_at_end_of_shift. -:bob6292 :does :work_related_task. -:bob6292 :does :log_off_at_end_of_shift. -:carol6292 :does :access_social_media. -:alice6293 :does :log_off_at_end_of_shift. -:bob6293 :does :work_related_task. -:bob6293 :does :log_off_at_end_of_shift. -:carol6293 :does :access_social_media. -:alice6294 :does :log_off_at_end_of_shift. -:bob6294 :does :work_related_task. -:bob6294 :does :log_off_at_end_of_shift. -:carol6294 :does :access_social_media. -:alice6295 :does :log_off_at_end_of_shift. -:bob6295 :does :work_related_task. -:bob6295 :does :log_off_at_end_of_shift. -:carol6295 :does :access_social_media. -:alice6296 :does :log_off_at_end_of_shift. -:bob6296 :does :work_related_task. -:bob6296 :does :log_off_at_end_of_shift. -:carol6296 :does :access_social_media. -:alice6297 :does :log_off_at_end_of_shift. -:bob6297 :does :work_related_task. -:bob6297 :does :log_off_at_end_of_shift. -:carol6297 :does :access_social_media. -:alice6298 :does :log_off_at_end_of_shift. -:bob6298 :does :work_related_task. -:bob6298 :does :log_off_at_end_of_shift. -:carol6298 :does :access_social_media. -:alice6299 :does :log_off_at_end_of_shift. -:bob6299 :does :work_related_task. -:bob6299 :does :log_off_at_end_of_shift. -:carol6299 :does :access_social_media. -:alice6300 :does :log_off_at_end_of_shift. -:bob6300 :does :work_related_task. -:bob6300 :does :log_off_at_end_of_shift. -:carol6300 :does :access_social_media. -:alice6301 :does :log_off_at_end_of_shift. -:bob6301 :does :work_related_task. -:bob6301 :does :log_off_at_end_of_shift. -:carol6301 :does :access_social_media. -:alice6302 :does :log_off_at_end_of_shift. -:bob6302 :does :work_related_task. -:bob6302 :does :log_off_at_end_of_shift. -:carol6302 :does :access_social_media. -:alice6303 :does :log_off_at_end_of_shift. -:bob6303 :does :work_related_task. -:bob6303 :does :log_off_at_end_of_shift. -:carol6303 :does :access_social_media. -:alice6304 :does :log_off_at_end_of_shift. -:bob6304 :does :work_related_task. -:bob6304 :does :log_off_at_end_of_shift. -:carol6304 :does :access_social_media. -:alice6305 :does :log_off_at_end_of_shift. -:bob6305 :does :work_related_task. -:bob6305 :does :log_off_at_end_of_shift. -:carol6305 :does :access_social_media. -:alice6306 :does :log_off_at_end_of_shift. -:bob6306 :does :work_related_task. -:bob6306 :does :log_off_at_end_of_shift. -:carol6306 :does :access_social_media. -:alice6307 :does :log_off_at_end_of_shift. -:bob6307 :does :work_related_task. -:bob6307 :does :log_off_at_end_of_shift. -:carol6307 :does :access_social_media. -:alice6308 :does :log_off_at_end_of_shift. -:bob6308 :does :work_related_task. -:bob6308 :does :log_off_at_end_of_shift. -:carol6308 :does :access_social_media. -:alice6309 :does :log_off_at_end_of_shift. -:bob6309 :does :work_related_task. -:bob6309 :does :log_off_at_end_of_shift. -:carol6309 :does :access_social_media. -:alice6310 :does :log_off_at_end_of_shift. -:bob6310 :does :work_related_task. -:bob6310 :does :log_off_at_end_of_shift. -:carol6310 :does :access_social_media. -:alice6311 :does :log_off_at_end_of_shift. -:bob6311 :does :work_related_task. -:bob6311 :does :log_off_at_end_of_shift. -:carol6311 :does :access_social_media. -:alice6312 :does :log_off_at_end_of_shift. -:bob6312 :does :work_related_task. -:bob6312 :does :log_off_at_end_of_shift. -:carol6312 :does :access_social_media. -:alice6313 :does :log_off_at_end_of_shift. -:bob6313 :does :work_related_task. -:bob6313 :does :log_off_at_end_of_shift. -:carol6313 :does :access_social_media. -:alice6314 :does :log_off_at_end_of_shift. -:bob6314 :does :work_related_task. -:bob6314 :does :log_off_at_end_of_shift. -:carol6314 :does :access_social_media. -:alice6315 :does :log_off_at_end_of_shift. -:bob6315 :does :work_related_task. -:bob6315 :does :log_off_at_end_of_shift. -:carol6315 :does :access_social_media. -:alice6316 :does :log_off_at_end_of_shift. -:bob6316 :does :work_related_task. -:bob6316 :does :log_off_at_end_of_shift. -:carol6316 :does :access_social_media. -:alice6317 :does :log_off_at_end_of_shift. -:bob6317 :does :work_related_task. -:bob6317 :does :log_off_at_end_of_shift. -:carol6317 :does :access_social_media. -:alice6318 :does :log_off_at_end_of_shift. -:bob6318 :does :work_related_task. -:bob6318 :does :log_off_at_end_of_shift. -:carol6318 :does :access_social_media. -:alice6319 :does :log_off_at_end_of_shift. -:bob6319 :does :work_related_task. -:bob6319 :does :log_off_at_end_of_shift. -:carol6319 :does :access_social_media. -:alice6320 :does :log_off_at_end_of_shift. -:bob6320 :does :work_related_task. -:bob6320 :does :log_off_at_end_of_shift. -:carol6320 :does :access_social_media. -:alice6321 :does :log_off_at_end_of_shift. -:bob6321 :does :work_related_task. -:bob6321 :does :log_off_at_end_of_shift. -:carol6321 :does :access_social_media. -:alice6322 :does :log_off_at_end_of_shift. -:bob6322 :does :work_related_task. -:bob6322 :does :log_off_at_end_of_shift. -:carol6322 :does :access_social_media. -:alice6323 :does :log_off_at_end_of_shift. -:bob6323 :does :work_related_task. -:bob6323 :does :log_off_at_end_of_shift. -:carol6323 :does :access_social_media. -:alice6324 :does :log_off_at_end_of_shift. -:bob6324 :does :work_related_task. -:bob6324 :does :log_off_at_end_of_shift. -:carol6324 :does :access_social_media. -:alice6325 :does :log_off_at_end_of_shift. -:bob6325 :does :work_related_task. -:bob6325 :does :log_off_at_end_of_shift. -:carol6325 :does :access_social_media. -:alice6326 :does :log_off_at_end_of_shift. -:bob6326 :does :work_related_task. -:bob6326 :does :log_off_at_end_of_shift. -:carol6326 :does :access_social_media. -:alice6327 :does :log_off_at_end_of_shift. -:bob6327 :does :work_related_task. -:bob6327 :does :log_off_at_end_of_shift. -:carol6327 :does :access_social_media. -:alice6328 :does :log_off_at_end_of_shift. -:bob6328 :does :work_related_task. -:bob6328 :does :log_off_at_end_of_shift. -:carol6328 :does :access_social_media. -:alice6329 :does :log_off_at_end_of_shift. -:bob6329 :does :work_related_task. -:bob6329 :does :log_off_at_end_of_shift. -:carol6329 :does :access_social_media. -:alice6330 :does :log_off_at_end_of_shift. -:bob6330 :does :work_related_task. -:bob6330 :does :log_off_at_end_of_shift. -:carol6330 :does :access_social_media. -:alice6331 :does :log_off_at_end_of_shift. -:bob6331 :does :work_related_task. -:bob6331 :does :log_off_at_end_of_shift. -:carol6331 :does :access_social_media. -:alice6332 :does :log_off_at_end_of_shift. -:bob6332 :does :work_related_task. -:bob6332 :does :log_off_at_end_of_shift. -:carol6332 :does :access_social_media. -:alice6333 :does :log_off_at_end_of_shift. -:bob6333 :does :work_related_task. -:bob6333 :does :log_off_at_end_of_shift. -:carol6333 :does :access_social_media. -:alice6334 :does :log_off_at_end_of_shift. -:bob6334 :does :work_related_task. -:bob6334 :does :log_off_at_end_of_shift. -:carol6334 :does :access_social_media. -:alice6335 :does :log_off_at_end_of_shift. -:bob6335 :does :work_related_task. -:bob6335 :does :log_off_at_end_of_shift. -:carol6335 :does :access_social_media. -:alice6336 :does :log_off_at_end_of_shift. -:bob6336 :does :work_related_task. -:bob6336 :does :log_off_at_end_of_shift. -:carol6336 :does :access_social_media. -:alice6337 :does :log_off_at_end_of_shift. -:bob6337 :does :work_related_task. -:bob6337 :does :log_off_at_end_of_shift. -:carol6337 :does :access_social_media. -:alice6338 :does :log_off_at_end_of_shift. -:bob6338 :does :work_related_task. -:bob6338 :does :log_off_at_end_of_shift. -:carol6338 :does :access_social_media. -:alice6339 :does :log_off_at_end_of_shift. -:bob6339 :does :work_related_task. -:bob6339 :does :log_off_at_end_of_shift. -:carol6339 :does :access_social_media. -:alice6340 :does :log_off_at_end_of_shift. -:bob6340 :does :work_related_task. -:bob6340 :does :log_off_at_end_of_shift. -:carol6340 :does :access_social_media. -:alice6341 :does :log_off_at_end_of_shift. -:bob6341 :does :work_related_task. -:bob6341 :does :log_off_at_end_of_shift. -:carol6341 :does :access_social_media. -:alice6342 :does :log_off_at_end_of_shift. -:bob6342 :does :work_related_task. -:bob6342 :does :log_off_at_end_of_shift. -:carol6342 :does :access_social_media. -:alice6343 :does :log_off_at_end_of_shift. -:bob6343 :does :work_related_task. -:bob6343 :does :log_off_at_end_of_shift. -:carol6343 :does :access_social_media. -:alice6344 :does :log_off_at_end_of_shift. -:bob6344 :does :work_related_task. -:bob6344 :does :log_off_at_end_of_shift. -:carol6344 :does :access_social_media. -:alice6345 :does :log_off_at_end_of_shift. -:bob6345 :does :work_related_task. -:bob6345 :does :log_off_at_end_of_shift. -:carol6345 :does :access_social_media. -:alice6346 :does :log_off_at_end_of_shift. -:bob6346 :does :work_related_task. -:bob6346 :does :log_off_at_end_of_shift. -:carol6346 :does :access_social_media. -:alice6347 :does :log_off_at_end_of_shift. -:bob6347 :does :work_related_task. -:bob6347 :does :log_off_at_end_of_shift. -:carol6347 :does :access_social_media. -:alice6348 :does :log_off_at_end_of_shift. -:bob6348 :does :work_related_task. -:bob6348 :does :log_off_at_end_of_shift. -:carol6348 :does :access_social_media. -:alice6349 :does :log_off_at_end_of_shift. -:bob6349 :does :work_related_task. -:bob6349 :does :log_off_at_end_of_shift. -:carol6349 :does :access_social_media. -:alice6350 :does :log_off_at_end_of_shift. -:bob6350 :does :work_related_task. -:bob6350 :does :log_off_at_end_of_shift. -:carol6350 :does :access_social_media. -:alice6351 :does :log_off_at_end_of_shift. -:bob6351 :does :work_related_task. -:bob6351 :does :log_off_at_end_of_shift. -:carol6351 :does :access_social_media. -:alice6352 :does :log_off_at_end_of_shift. -:bob6352 :does :work_related_task. -:bob6352 :does :log_off_at_end_of_shift. -:carol6352 :does :access_social_media. -:alice6353 :does :log_off_at_end_of_shift. -:bob6353 :does :work_related_task. -:bob6353 :does :log_off_at_end_of_shift. -:carol6353 :does :access_social_media. -:alice6354 :does :log_off_at_end_of_shift. -:bob6354 :does :work_related_task. -:bob6354 :does :log_off_at_end_of_shift. -:carol6354 :does :access_social_media. -:alice6355 :does :log_off_at_end_of_shift. -:bob6355 :does :work_related_task. -:bob6355 :does :log_off_at_end_of_shift. -:carol6355 :does :access_social_media. -:alice6356 :does :log_off_at_end_of_shift. -:bob6356 :does :work_related_task. -:bob6356 :does :log_off_at_end_of_shift. -:carol6356 :does :access_social_media. -:alice6357 :does :log_off_at_end_of_shift. -:bob6357 :does :work_related_task. -:bob6357 :does :log_off_at_end_of_shift. -:carol6357 :does :access_social_media. -:alice6358 :does :log_off_at_end_of_shift. -:bob6358 :does :work_related_task. -:bob6358 :does :log_off_at_end_of_shift. -:carol6358 :does :access_social_media. -:alice6359 :does :log_off_at_end_of_shift. -:bob6359 :does :work_related_task. -:bob6359 :does :log_off_at_end_of_shift. -:carol6359 :does :access_social_media. -:alice6360 :does :log_off_at_end_of_shift. -:bob6360 :does :work_related_task. -:bob6360 :does :log_off_at_end_of_shift. -:carol6360 :does :access_social_media. -:alice6361 :does :log_off_at_end_of_shift. -:bob6361 :does :work_related_task. -:bob6361 :does :log_off_at_end_of_shift. -:carol6361 :does :access_social_media. -:alice6362 :does :log_off_at_end_of_shift. -:bob6362 :does :work_related_task. -:bob6362 :does :log_off_at_end_of_shift. -:carol6362 :does :access_social_media. -:alice6363 :does :log_off_at_end_of_shift. -:bob6363 :does :work_related_task. -:bob6363 :does :log_off_at_end_of_shift. -:carol6363 :does :access_social_media. -:alice6364 :does :log_off_at_end_of_shift. -:bob6364 :does :work_related_task. -:bob6364 :does :log_off_at_end_of_shift. -:carol6364 :does :access_social_media. -:alice6365 :does :log_off_at_end_of_shift. -:bob6365 :does :work_related_task. -:bob6365 :does :log_off_at_end_of_shift. -:carol6365 :does :access_social_media. -:alice6366 :does :log_off_at_end_of_shift. -:bob6366 :does :work_related_task. -:bob6366 :does :log_off_at_end_of_shift. -:carol6366 :does :access_social_media. -:alice6367 :does :log_off_at_end_of_shift. -:bob6367 :does :work_related_task. -:bob6367 :does :log_off_at_end_of_shift. -:carol6367 :does :access_social_media. -:alice6368 :does :log_off_at_end_of_shift. -:bob6368 :does :work_related_task. -:bob6368 :does :log_off_at_end_of_shift. -:carol6368 :does :access_social_media. -:alice6369 :does :log_off_at_end_of_shift. -:bob6369 :does :work_related_task. -:bob6369 :does :log_off_at_end_of_shift. -:carol6369 :does :access_social_media. -:alice6370 :does :log_off_at_end_of_shift. -:bob6370 :does :work_related_task. -:bob6370 :does :log_off_at_end_of_shift. -:carol6370 :does :access_social_media. -:alice6371 :does :log_off_at_end_of_shift. -:bob6371 :does :work_related_task. -:bob6371 :does :log_off_at_end_of_shift. -:carol6371 :does :access_social_media. -:alice6372 :does :log_off_at_end_of_shift. -:bob6372 :does :work_related_task. -:bob6372 :does :log_off_at_end_of_shift. -:carol6372 :does :access_social_media. -:alice6373 :does :log_off_at_end_of_shift. -:bob6373 :does :work_related_task. -:bob6373 :does :log_off_at_end_of_shift. -:carol6373 :does :access_social_media. -:alice6374 :does :log_off_at_end_of_shift. -:bob6374 :does :work_related_task. -:bob6374 :does :log_off_at_end_of_shift. -:carol6374 :does :access_social_media. -:alice6375 :does :log_off_at_end_of_shift. -:bob6375 :does :work_related_task. -:bob6375 :does :log_off_at_end_of_shift. -:carol6375 :does :access_social_media. -:alice6376 :does :log_off_at_end_of_shift. -:bob6376 :does :work_related_task. -:bob6376 :does :log_off_at_end_of_shift. -:carol6376 :does :access_social_media. -:alice6377 :does :log_off_at_end_of_shift. -:bob6377 :does :work_related_task. -:bob6377 :does :log_off_at_end_of_shift. -:carol6377 :does :access_social_media. -:alice6378 :does :log_off_at_end_of_shift. -:bob6378 :does :work_related_task. -:bob6378 :does :log_off_at_end_of_shift. -:carol6378 :does :access_social_media. -:alice6379 :does :log_off_at_end_of_shift. -:bob6379 :does :work_related_task. -:bob6379 :does :log_off_at_end_of_shift. -:carol6379 :does :access_social_media. -:alice6380 :does :log_off_at_end_of_shift. -:bob6380 :does :work_related_task. -:bob6380 :does :log_off_at_end_of_shift. -:carol6380 :does :access_social_media. -:alice6381 :does :log_off_at_end_of_shift. -:bob6381 :does :work_related_task. -:bob6381 :does :log_off_at_end_of_shift. -:carol6381 :does :access_social_media. -:alice6382 :does :log_off_at_end_of_shift. -:bob6382 :does :work_related_task. -:bob6382 :does :log_off_at_end_of_shift. -:carol6382 :does :access_social_media. -:alice6383 :does :log_off_at_end_of_shift. -:bob6383 :does :work_related_task. -:bob6383 :does :log_off_at_end_of_shift. -:carol6383 :does :access_social_media. -:alice6384 :does :log_off_at_end_of_shift. -:bob6384 :does :work_related_task. -:bob6384 :does :log_off_at_end_of_shift. -:carol6384 :does :access_social_media. -:alice6385 :does :log_off_at_end_of_shift. -:bob6385 :does :work_related_task. -:bob6385 :does :log_off_at_end_of_shift. -:carol6385 :does :access_social_media. -:alice6386 :does :log_off_at_end_of_shift. -:bob6386 :does :work_related_task. -:bob6386 :does :log_off_at_end_of_shift. -:carol6386 :does :access_social_media. -:alice6387 :does :log_off_at_end_of_shift. -:bob6387 :does :work_related_task. -:bob6387 :does :log_off_at_end_of_shift. -:carol6387 :does :access_social_media. -:alice6388 :does :log_off_at_end_of_shift. -:bob6388 :does :work_related_task. -:bob6388 :does :log_off_at_end_of_shift. -:carol6388 :does :access_social_media. -:alice6389 :does :log_off_at_end_of_shift. -:bob6389 :does :work_related_task. -:bob6389 :does :log_off_at_end_of_shift. -:carol6389 :does :access_social_media. -:alice6390 :does :log_off_at_end_of_shift. -:bob6390 :does :work_related_task. -:bob6390 :does :log_off_at_end_of_shift. -:carol6390 :does :access_social_media. -:alice6391 :does :log_off_at_end_of_shift. -:bob6391 :does :work_related_task. -:bob6391 :does :log_off_at_end_of_shift. -:carol6391 :does :access_social_media. -:alice6392 :does :log_off_at_end_of_shift. -:bob6392 :does :work_related_task. -:bob6392 :does :log_off_at_end_of_shift. -:carol6392 :does :access_social_media. -:alice6393 :does :log_off_at_end_of_shift. -:bob6393 :does :work_related_task. -:bob6393 :does :log_off_at_end_of_shift. -:carol6393 :does :access_social_media. -:alice6394 :does :log_off_at_end_of_shift. -:bob6394 :does :work_related_task. -:bob6394 :does :log_off_at_end_of_shift. -:carol6394 :does :access_social_media. -:alice6395 :does :log_off_at_end_of_shift. -:bob6395 :does :work_related_task. -:bob6395 :does :log_off_at_end_of_shift. -:carol6395 :does :access_social_media. -:alice6396 :does :log_off_at_end_of_shift. -:bob6396 :does :work_related_task. -:bob6396 :does :log_off_at_end_of_shift. -:carol6396 :does :access_social_media. -:alice6397 :does :log_off_at_end_of_shift. -:bob6397 :does :work_related_task. -:bob6397 :does :log_off_at_end_of_shift. -:carol6397 :does :access_social_media. -:alice6398 :does :log_off_at_end_of_shift. -:bob6398 :does :work_related_task. -:bob6398 :does :log_off_at_end_of_shift. -:carol6398 :does :access_social_media. -:alice6399 :does :log_off_at_end_of_shift. -:bob6399 :does :work_related_task. -:bob6399 :does :log_off_at_end_of_shift. -:carol6399 :does :access_social_media. -:alice6400 :does :log_off_at_end_of_shift. -:bob6400 :does :work_related_task. -:bob6400 :does :log_off_at_end_of_shift. -:carol6400 :does :access_social_media. -:alice6401 :does :log_off_at_end_of_shift. -:bob6401 :does :work_related_task. -:bob6401 :does :log_off_at_end_of_shift. -:carol6401 :does :access_social_media. -:alice6402 :does :log_off_at_end_of_shift. -:bob6402 :does :work_related_task. -:bob6402 :does :log_off_at_end_of_shift. -:carol6402 :does :access_social_media. -:alice6403 :does :log_off_at_end_of_shift. -:bob6403 :does :work_related_task. -:bob6403 :does :log_off_at_end_of_shift. -:carol6403 :does :access_social_media. -:alice6404 :does :log_off_at_end_of_shift. -:bob6404 :does :work_related_task. -:bob6404 :does :log_off_at_end_of_shift. -:carol6404 :does :access_social_media. -:alice6405 :does :log_off_at_end_of_shift. -:bob6405 :does :work_related_task. -:bob6405 :does :log_off_at_end_of_shift. -:carol6405 :does :access_social_media. -:alice6406 :does :log_off_at_end_of_shift. -:bob6406 :does :work_related_task. -:bob6406 :does :log_off_at_end_of_shift. -:carol6406 :does :access_social_media. -:alice6407 :does :log_off_at_end_of_shift. -:bob6407 :does :work_related_task. -:bob6407 :does :log_off_at_end_of_shift. -:carol6407 :does :access_social_media. -:alice6408 :does :log_off_at_end_of_shift. -:bob6408 :does :work_related_task. -:bob6408 :does :log_off_at_end_of_shift. -:carol6408 :does :access_social_media. -:alice6409 :does :log_off_at_end_of_shift. -:bob6409 :does :work_related_task. -:bob6409 :does :log_off_at_end_of_shift. -:carol6409 :does :access_social_media. -:alice6410 :does :log_off_at_end_of_shift. -:bob6410 :does :work_related_task. -:bob6410 :does :log_off_at_end_of_shift. -:carol6410 :does :access_social_media. -:alice6411 :does :log_off_at_end_of_shift. -:bob6411 :does :work_related_task. -:bob6411 :does :log_off_at_end_of_shift. -:carol6411 :does :access_social_media. -:alice6412 :does :log_off_at_end_of_shift. -:bob6412 :does :work_related_task. -:bob6412 :does :log_off_at_end_of_shift. -:carol6412 :does :access_social_media. -:alice6413 :does :log_off_at_end_of_shift. -:bob6413 :does :work_related_task. -:bob6413 :does :log_off_at_end_of_shift. -:carol6413 :does :access_social_media. -:alice6414 :does :log_off_at_end_of_shift. -:bob6414 :does :work_related_task. -:bob6414 :does :log_off_at_end_of_shift. -:carol6414 :does :access_social_media. -:alice6415 :does :log_off_at_end_of_shift. -:bob6415 :does :work_related_task. -:bob6415 :does :log_off_at_end_of_shift. -:carol6415 :does :access_social_media. -:alice6416 :does :log_off_at_end_of_shift. -:bob6416 :does :work_related_task. -:bob6416 :does :log_off_at_end_of_shift. -:carol6416 :does :access_social_media. -:alice6417 :does :log_off_at_end_of_shift. -:bob6417 :does :work_related_task. -:bob6417 :does :log_off_at_end_of_shift. -:carol6417 :does :access_social_media. -:alice6418 :does :log_off_at_end_of_shift. -:bob6418 :does :work_related_task. -:bob6418 :does :log_off_at_end_of_shift. -:carol6418 :does :access_social_media. -:alice6419 :does :log_off_at_end_of_shift. -:bob6419 :does :work_related_task. -:bob6419 :does :log_off_at_end_of_shift. -:carol6419 :does :access_social_media. -:alice6420 :does :log_off_at_end_of_shift. -:bob6420 :does :work_related_task. -:bob6420 :does :log_off_at_end_of_shift. -:carol6420 :does :access_social_media. -:alice6421 :does :log_off_at_end_of_shift. -:bob6421 :does :work_related_task. -:bob6421 :does :log_off_at_end_of_shift. -:carol6421 :does :access_social_media. -:alice6422 :does :log_off_at_end_of_shift. -:bob6422 :does :work_related_task. -:bob6422 :does :log_off_at_end_of_shift. -:carol6422 :does :access_social_media. -:alice6423 :does :log_off_at_end_of_shift. -:bob6423 :does :work_related_task. -:bob6423 :does :log_off_at_end_of_shift. -:carol6423 :does :access_social_media. -:alice6424 :does :log_off_at_end_of_shift. -:bob6424 :does :work_related_task. -:bob6424 :does :log_off_at_end_of_shift. -:carol6424 :does :access_social_media. -:alice6425 :does :log_off_at_end_of_shift. -:bob6425 :does :work_related_task. -:bob6425 :does :log_off_at_end_of_shift. -:carol6425 :does :access_social_media. -:alice6426 :does :log_off_at_end_of_shift. -:bob6426 :does :work_related_task. -:bob6426 :does :log_off_at_end_of_shift. -:carol6426 :does :access_social_media. -:alice6427 :does :log_off_at_end_of_shift. -:bob6427 :does :work_related_task. -:bob6427 :does :log_off_at_end_of_shift. -:carol6427 :does :access_social_media. -:alice6428 :does :log_off_at_end_of_shift. -:bob6428 :does :work_related_task. -:bob6428 :does :log_off_at_end_of_shift. -:carol6428 :does :access_social_media. -:alice6429 :does :log_off_at_end_of_shift. -:bob6429 :does :work_related_task. -:bob6429 :does :log_off_at_end_of_shift. -:carol6429 :does :access_social_media. -:alice6430 :does :log_off_at_end_of_shift. -:bob6430 :does :work_related_task. -:bob6430 :does :log_off_at_end_of_shift. -:carol6430 :does :access_social_media. -:alice6431 :does :log_off_at_end_of_shift. -:bob6431 :does :work_related_task. -:bob6431 :does :log_off_at_end_of_shift. -:carol6431 :does :access_social_media. -:alice6432 :does :log_off_at_end_of_shift. -:bob6432 :does :work_related_task. -:bob6432 :does :log_off_at_end_of_shift. -:carol6432 :does :access_social_media. -:alice6433 :does :log_off_at_end_of_shift. -:bob6433 :does :work_related_task. -:bob6433 :does :log_off_at_end_of_shift. -:carol6433 :does :access_social_media. -:alice6434 :does :log_off_at_end_of_shift. -:bob6434 :does :work_related_task. -:bob6434 :does :log_off_at_end_of_shift. -:carol6434 :does :access_social_media. -:alice6435 :does :log_off_at_end_of_shift. -:bob6435 :does :work_related_task. -:bob6435 :does :log_off_at_end_of_shift. -:carol6435 :does :access_social_media. -:alice6436 :does :log_off_at_end_of_shift. -:bob6436 :does :work_related_task. -:bob6436 :does :log_off_at_end_of_shift. -:carol6436 :does :access_social_media. -:alice6437 :does :log_off_at_end_of_shift. -:bob6437 :does :work_related_task. -:bob6437 :does :log_off_at_end_of_shift. -:carol6437 :does :access_social_media. -:alice6438 :does :log_off_at_end_of_shift. -:bob6438 :does :work_related_task. -:bob6438 :does :log_off_at_end_of_shift. -:carol6438 :does :access_social_media. -:alice6439 :does :log_off_at_end_of_shift. -:bob6439 :does :work_related_task. -:bob6439 :does :log_off_at_end_of_shift. -:carol6439 :does :access_social_media. -:alice6440 :does :log_off_at_end_of_shift. -:bob6440 :does :work_related_task. -:bob6440 :does :log_off_at_end_of_shift. -:carol6440 :does :access_social_media. -:alice6441 :does :log_off_at_end_of_shift. -:bob6441 :does :work_related_task. -:bob6441 :does :log_off_at_end_of_shift. -:carol6441 :does :access_social_media. -:alice6442 :does :log_off_at_end_of_shift. -:bob6442 :does :work_related_task. -:bob6442 :does :log_off_at_end_of_shift. -:carol6442 :does :access_social_media. -:alice6443 :does :log_off_at_end_of_shift. -:bob6443 :does :work_related_task. -:bob6443 :does :log_off_at_end_of_shift. -:carol6443 :does :access_social_media. -:alice6444 :does :log_off_at_end_of_shift. -:bob6444 :does :work_related_task. -:bob6444 :does :log_off_at_end_of_shift. -:carol6444 :does :access_social_media. -:alice6445 :does :log_off_at_end_of_shift. -:bob6445 :does :work_related_task. -:bob6445 :does :log_off_at_end_of_shift. -:carol6445 :does :access_social_media. -:alice6446 :does :log_off_at_end_of_shift. -:bob6446 :does :work_related_task. -:bob6446 :does :log_off_at_end_of_shift. -:carol6446 :does :access_social_media. -:alice6447 :does :log_off_at_end_of_shift. -:bob6447 :does :work_related_task. -:bob6447 :does :log_off_at_end_of_shift. -:carol6447 :does :access_social_media. -:alice6448 :does :log_off_at_end_of_shift. -:bob6448 :does :work_related_task. -:bob6448 :does :log_off_at_end_of_shift. -:carol6448 :does :access_social_media. -:alice6449 :does :log_off_at_end_of_shift. -:bob6449 :does :work_related_task. -:bob6449 :does :log_off_at_end_of_shift. -:carol6449 :does :access_social_media. -:alice6450 :does :log_off_at_end_of_shift. -:bob6450 :does :work_related_task. -:bob6450 :does :log_off_at_end_of_shift. -:carol6450 :does :access_social_media. -:alice6451 :does :log_off_at_end_of_shift. -:bob6451 :does :work_related_task. -:bob6451 :does :log_off_at_end_of_shift. -:carol6451 :does :access_social_media. -:alice6452 :does :log_off_at_end_of_shift. -:bob6452 :does :work_related_task. -:bob6452 :does :log_off_at_end_of_shift. -:carol6452 :does :access_social_media. -:alice6453 :does :log_off_at_end_of_shift. -:bob6453 :does :work_related_task. -:bob6453 :does :log_off_at_end_of_shift. -:carol6453 :does :access_social_media. -:alice6454 :does :log_off_at_end_of_shift. -:bob6454 :does :work_related_task. -:bob6454 :does :log_off_at_end_of_shift. -:carol6454 :does :access_social_media. -:alice6455 :does :log_off_at_end_of_shift. -:bob6455 :does :work_related_task. -:bob6455 :does :log_off_at_end_of_shift. -:carol6455 :does :access_social_media. -:alice6456 :does :log_off_at_end_of_shift. -:bob6456 :does :work_related_task. -:bob6456 :does :log_off_at_end_of_shift. -:carol6456 :does :access_social_media. -:alice6457 :does :log_off_at_end_of_shift. -:bob6457 :does :work_related_task. -:bob6457 :does :log_off_at_end_of_shift. -:carol6457 :does :access_social_media. -:alice6458 :does :log_off_at_end_of_shift. -:bob6458 :does :work_related_task. -:bob6458 :does :log_off_at_end_of_shift. -:carol6458 :does :access_social_media. -:alice6459 :does :log_off_at_end_of_shift. -:bob6459 :does :work_related_task. -:bob6459 :does :log_off_at_end_of_shift. -:carol6459 :does :access_social_media. -:alice6460 :does :log_off_at_end_of_shift. -:bob6460 :does :work_related_task. -:bob6460 :does :log_off_at_end_of_shift. -:carol6460 :does :access_social_media. -:alice6461 :does :log_off_at_end_of_shift. -:bob6461 :does :work_related_task. -:bob6461 :does :log_off_at_end_of_shift. -:carol6461 :does :access_social_media. -:alice6462 :does :log_off_at_end_of_shift. -:bob6462 :does :work_related_task. -:bob6462 :does :log_off_at_end_of_shift. -:carol6462 :does :access_social_media. -:alice6463 :does :log_off_at_end_of_shift. -:bob6463 :does :work_related_task. -:bob6463 :does :log_off_at_end_of_shift. -:carol6463 :does :access_social_media. -:alice6464 :does :log_off_at_end_of_shift. -:bob6464 :does :work_related_task. -:bob6464 :does :log_off_at_end_of_shift. -:carol6464 :does :access_social_media. -:alice6465 :does :log_off_at_end_of_shift. -:bob6465 :does :work_related_task. -:bob6465 :does :log_off_at_end_of_shift. -:carol6465 :does :access_social_media. -:alice6466 :does :log_off_at_end_of_shift. -:bob6466 :does :work_related_task. -:bob6466 :does :log_off_at_end_of_shift. -:carol6466 :does :access_social_media. -:alice6467 :does :log_off_at_end_of_shift. -:bob6467 :does :work_related_task. -:bob6467 :does :log_off_at_end_of_shift. -:carol6467 :does :access_social_media. -:alice6468 :does :log_off_at_end_of_shift. -:bob6468 :does :work_related_task. -:bob6468 :does :log_off_at_end_of_shift. -:carol6468 :does :access_social_media. -:alice6469 :does :log_off_at_end_of_shift. -:bob6469 :does :work_related_task. -:bob6469 :does :log_off_at_end_of_shift. -:carol6469 :does :access_social_media. -:alice6470 :does :log_off_at_end_of_shift. -:bob6470 :does :work_related_task. -:bob6470 :does :log_off_at_end_of_shift. -:carol6470 :does :access_social_media. -:alice6471 :does :log_off_at_end_of_shift. -:bob6471 :does :work_related_task. -:bob6471 :does :log_off_at_end_of_shift. -:carol6471 :does :access_social_media. -:alice6472 :does :log_off_at_end_of_shift. -:bob6472 :does :work_related_task. -:bob6472 :does :log_off_at_end_of_shift. -:carol6472 :does :access_social_media. -:alice6473 :does :log_off_at_end_of_shift. -:bob6473 :does :work_related_task. -:bob6473 :does :log_off_at_end_of_shift. -:carol6473 :does :access_social_media. -:alice6474 :does :log_off_at_end_of_shift. -:bob6474 :does :work_related_task. -:bob6474 :does :log_off_at_end_of_shift. -:carol6474 :does :access_social_media. -:alice6475 :does :log_off_at_end_of_shift. -:bob6475 :does :work_related_task. -:bob6475 :does :log_off_at_end_of_shift. -:carol6475 :does :access_social_media. -:alice6476 :does :log_off_at_end_of_shift. -:bob6476 :does :work_related_task. -:bob6476 :does :log_off_at_end_of_shift. -:carol6476 :does :access_social_media. -:alice6477 :does :log_off_at_end_of_shift. -:bob6477 :does :work_related_task. -:bob6477 :does :log_off_at_end_of_shift. -:carol6477 :does :access_social_media. -:alice6478 :does :log_off_at_end_of_shift. -:bob6478 :does :work_related_task. -:bob6478 :does :log_off_at_end_of_shift. -:carol6478 :does :access_social_media. -:alice6479 :does :log_off_at_end_of_shift. -:bob6479 :does :work_related_task. -:bob6479 :does :log_off_at_end_of_shift. -:carol6479 :does :access_social_media. -:alice6480 :does :log_off_at_end_of_shift. -:bob6480 :does :work_related_task. -:bob6480 :does :log_off_at_end_of_shift. -:carol6480 :does :access_social_media. -:alice6481 :does :log_off_at_end_of_shift. -:bob6481 :does :work_related_task. -:bob6481 :does :log_off_at_end_of_shift. -:carol6481 :does :access_social_media. -:alice6482 :does :log_off_at_end_of_shift. -:bob6482 :does :work_related_task. -:bob6482 :does :log_off_at_end_of_shift. -:carol6482 :does :access_social_media. -:alice6483 :does :log_off_at_end_of_shift. -:bob6483 :does :work_related_task. -:bob6483 :does :log_off_at_end_of_shift. -:carol6483 :does :access_social_media. -:alice6484 :does :log_off_at_end_of_shift. -:bob6484 :does :work_related_task. -:bob6484 :does :log_off_at_end_of_shift. -:carol6484 :does :access_social_media. -:alice6485 :does :log_off_at_end_of_shift. -:bob6485 :does :work_related_task. -:bob6485 :does :log_off_at_end_of_shift. -:carol6485 :does :access_social_media. -:alice6486 :does :log_off_at_end_of_shift. -:bob6486 :does :work_related_task. -:bob6486 :does :log_off_at_end_of_shift. -:carol6486 :does :access_social_media. -:alice6487 :does :log_off_at_end_of_shift. -:bob6487 :does :work_related_task. -:bob6487 :does :log_off_at_end_of_shift. -:carol6487 :does :access_social_media. -:alice6488 :does :log_off_at_end_of_shift. -:bob6488 :does :work_related_task. -:bob6488 :does :log_off_at_end_of_shift. -:carol6488 :does :access_social_media. -:alice6489 :does :log_off_at_end_of_shift. -:bob6489 :does :work_related_task. -:bob6489 :does :log_off_at_end_of_shift. -:carol6489 :does :access_social_media. -:alice6490 :does :log_off_at_end_of_shift. -:bob6490 :does :work_related_task. -:bob6490 :does :log_off_at_end_of_shift. -:carol6490 :does :access_social_media. -:alice6491 :does :log_off_at_end_of_shift. -:bob6491 :does :work_related_task. -:bob6491 :does :log_off_at_end_of_shift. -:carol6491 :does :access_social_media. -:alice6492 :does :log_off_at_end_of_shift. -:bob6492 :does :work_related_task. -:bob6492 :does :log_off_at_end_of_shift. -:carol6492 :does :access_social_media. -:alice6493 :does :log_off_at_end_of_shift. -:bob6493 :does :work_related_task. -:bob6493 :does :log_off_at_end_of_shift. -:carol6493 :does :access_social_media. -:alice6494 :does :log_off_at_end_of_shift. -:bob6494 :does :work_related_task. -:bob6494 :does :log_off_at_end_of_shift. -:carol6494 :does :access_social_media. -:alice6495 :does :log_off_at_end_of_shift. -:bob6495 :does :work_related_task. -:bob6495 :does :log_off_at_end_of_shift. -:carol6495 :does :access_social_media. -:alice6496 :does :log_off_at_end_of_shift. -:bob6496 :does :work_related_task. -:bob6496 :does :log_off_at_end_of_shift. -:carol6496 :does :access_social_media. -:alice6497 :does :log_off_at_end_of_shift. -:bob6497 :does :work_related_task. -:bob6497 :does :log_off_at_end_of_shift. -:carol6497 :does :access_social_media. -:alice6498 :does :log_off_at_end_of_shift. -:bob6498 :does :work_related_task. -:bob6498 :does :log_off_at_end_of_shift. -:carol6498 :does :access_social_media. -:alice6499 :does :log_off_at_end_of_shift. -:bob6499 :does :work_related_task. -:bob6499 :does :log_off_at_end_of_shift. -:carol6499 :does :access_social_media. -:alice6500 :does :log_off_at_end_of_shift. -:bob6500 :does :work_related_task. -:bob6500 :does :log_off_at_end_of_shift. -:carol6500 :does :access_social_media. -:alice6501 :does :log_off_at_end_of_shift. -:bob6501 :does :work_related_task. -:bob6501 :does :log_off_at_end_of_shift. -:carol6501 :does :access_social_media. -:alice6502 :does :log_off_at_end_of_shift. -:bob6502 :does :work_related_task. -:bob6502 :does :log_off_at_end_of_shift. -:carol6502 :does :access_social_media. -:alice6503 :does :log_off_at_end_of_shift. -:bob6503 :does :work_related_task. -:bob6503 :does :log_off_at_end_of_shift. -:carol6503 :does :access_social_media. -:alice6504 :does :log_off_at_end_of_shift. -:bob6504 :does :work_related_task. -:bob6504 :does :log_off_at_end_of_shift. -:carol6504 :does :access_social_media. -:alice6505 :does :log_off_at_end_of_shift. -:bob6505 :does :work_related_task. -:bob6505 :does :log_off_at_end_of_shift. -:carol6505 :does :access_social_media. -:alice6506 :does :log_off_at_end_of_shift. -:bob6506 :does :work_related_task. -:bob6506 :does :log_off_at_end_of_shift. -:carol6506 :does :access_social_media. -:alice6507 :does :log_off_at_end_of_shift. -:bob6507 :does :work_related_task. -:bob6507 :does :log_off_at_end_of_shift. -:carol6507 :does :access_social_media. -:alice6508 :does :log_off_at_end_of_shift. -:bob6508 :does :work_related_task. -:bob6508 :does :log_off_at_end_of_shift. -:carol6508 :does :access_social_media. -:alice6509 :does :log_off_at_end_of_shift. -:bob6509 :does :work_related_task. -:bob6509 :does :log_off_at_end_of_shift. -:carol6509 :does :access_social_media. -:alice6510 :does :log_off_at_end_of_shift. -:bob6510 :does :work_related_task. -:bob6510 :does :log_off_at_end_of_shift. -:carol6510 :does :access_social_media. -:alice6511 :does :log_off_at_end_of_shift. -:bob6511 :does :work_related_task. -:bob6511 :does :log_off_at_end_of_shift. -:carol6511 :does :access_social_media. -:alice6512 :does :log_off_at_end_of_shift. -:bob6512 :does :work_related_task. -:bob6512 :does :log_off_at_end_of_shift. -:carol6512 :does :access_social_media. -:alice6513 :does :log_off_at_end_of_shift. -:bob6513 :does :work_related_task. -:bob6513 :does :log_off_at_end_of_shift. -:carol6513 :does :access_social_media. -:alice6514 :does :log_off_at_end_of_shift. -:bob6514 :does :work_related_task. -:bob6514 :does :log_off_at_end_of_shift. -:carol6514 :does :access_social_media. -:alice6515 :does :log_off_at_end_of_shift. -:bob6515 :does :work_related_task. -:bob6515 :does :log_off_at_end_of_shift. -:carol6515 :does :access_social_media. -:alice6516 :does :log_off_at_end_of_shift. -:bob6516 :does :work_related_task. -:bob6516 :does :log_off_at_end_of_shift. -:carol6516 :does :access_social_media. -:alice6517 :does :log_off_at_end_of_shift. -:bob6517 :does :work_related_task. -:bob6517 :does :log_off_at_end_of_shift. -:carol6517 :does :access_social_media. -:alice6518 :does :log_off_at_end_of_shift. -:bob6518 :does :work_related_task. -:bob6518 :does :log_off_at_end_of_shift. -:carol6518 :does :access_social_media. -:alice6519 :does :log_off_at_end_of_shift. -:bob6519 :does :work_related_task. -:bob6519 :does :log_off_at_end_of_shift. -:carol6519 :does :access_social_media. -:alice6520 :does :log_off_at_end_of_shift. -:bob6520 :does :work_related_task. -:bob6520 :does :log_off_at_end_of_shift. -:carol6520 :does :access_social_media. -:alice6521 :does :log_off_at_end_of_shift. -:bob6521 :does :work_related_task. -:bob6521 :does :log_off_at_end_of_shift. -:carol6521 :does :access_social_media. -:alice6522 :does :log_off_at_end_of_shift. -:bob6522 :does :work_related_task. -:bob6522 :does :log_off_at_end_of_shift. -:carol6522 :does :access_social_media. -:alice6523 :does :log_off_at_end_of_shift. -:bob6523 :does :work_related_task. -:bob6523 :does :log_off_at_end_of_shift. -:carol6523 :does :access_social_media. -:alice6524 :does :log_off_at_end_of_shift. -:bob6524 :does :work_related_task. -:bob6524 :does :log_off_at_end_of_shift. -:carol6524 :does :access_social_media. -:alice6525 :does :log_off_at_end_of_shift. -:bob6525 :does :work_related_task. -:bob6525 :does :log_off_at_end_of_shift. -:carol6525 :does :access_social_media. -:alice6526 :does :log_off_at_end_of_shift. -:bob6526 :does :work_related_task. -:bob6526 :does :log_off_at_end_of_shift. -:carol6526 :does :access_social_media. -:alice6527 :does :log_off_at_end_of_shift. -:bob6527 :does :work_related_task. -:bob6527 :does :log_off_at_end_of_shift. -:carol6527 :does :access_social_media. -:alice6528 :does :log_off_at_end_of_shift. -:bob6528 :does :work_related_task. -:bob6528 :does :log_off_at_end_of_shift. -:carol6528 :does :access_social_media. -:alice6529 :does :log_off_at_end_of_shift. -:bob6529 :does :work_related_task. -:bob6529 :does :log_off_at_end_of_shift. -:carol6529 :does :access_social_media. -:alice6530 :does :log_off_at_end_of_shift. -:bob6530 :does :work_related_task. -:bob6530 :does :log_off_at_end_of_shift. -:carol6530 :does :access_social_media. -:alice6531 :does :log_off_at_end_of_shift. -:bob6531 :does :work_related_task. -:bob6531 :does :log_off_at_end_of_shift. -:carol6531 :does :access_social_media. -:alice6532 :does :log_off_at_end_of_shift. -:bob6532 :does :work_related_task. -:bob6532 :does :log_off_at_end_of_shift. -:carol6532 :does :access_social_media. -:alice6533 :does :log_off_at_end_of_shift. -:bob6533 :does :work_related_task. -:bob6533 :does :log_off_at_end_of_shift. -:carol6533 :does :access_social_media. -:alice6534 :does :log_off_at_end_of_shift. -:bob6534 :does :work_related_task. -:bob6534 :does :log_off_at_end_of_shift. -:carol6534 :does :access_social_media. -:alice6535 :does :log_off_at_end_of_shift. -:bob6535 :does :work_related_task. -:bob6535 :does :log_off_at_end_of_shift. -:carol6535 :does :access_social_media. -:alice6536 :does :log_off_at_end_of_shift. -:bob6536 :does :work_related_task. -:bob6536 :does :log_off_at_end_of_shift. -:carol6536 :does :access_social_media. -:alice6537 :does :log_off_at_end_of_shift. -:bob6537 :does :work_related_task. -:bob6537 :does :log_off_at_end_of_shift. -:carol6537 :does :access_social_media. -:alice6538 :does :log_off_at_end_of_shift. -:bob6538 :does :work_related_task. -:bob6538 :does :log_off_at_end_of_shift. -:carol6538 :does :access_social_media. -:alice6539 :does :log_off_at_end_of_shift. -:bob6539 :does :work_related_task. -:bob6539 :does :log_off_at_end_of_shift. -:carol6539 :does :access_social_media. -:alice6540 :does :log_off_at_end_of_shift. -:bob6540 :does :work_related_task. -:bob6540 :does :log_off_at_end_of_shift. -:carol6540 :does :access_social_media. -:alice6541 :does :log_off_at_end_of_shift. -:bob6541 :does :work_related_task. -:bob6541 :does :log_off_at_end_of_shift. -:carol6541 :does :access_social_media. -:alice6542 :does :log_off_at_end_of_shift. -:bob6542 :does :work_related_task. -:bob6542 :does :log_off_at_end_of_shift. -:carol6542 :does :access_social_media. -:alice6543 :does :log_off_at_end_of_shift. -:bob6543 :does :work_related_task. -:bob6543 :does :log_off_at_end_of_shift. -:carol6543 :does :access_social_media. -:alice6544 :does :log_off_at_end_of_shift. -:bob6544 :does :work_related_task. -:bob6544 :does :log_off_at_end_of_shift. -:carol6544 :does :access_social_media. -:alice6545 :does :log_off_at_end_of_shift. -:bob6545 :does :work_related_task. -:bob6545 :does :log_off_at_end_of_shift. -:carol6545 :does :access_social_media. -:alice6546 :does :log_off_at_end_of_shift. -:bob6546 :does :work_related_task. -:bob6546 :does :log_off_at_end_of_shift. -:carol6546 :does :access_social_media. -:alice6547 :does :log_off_at_end_of_shift. -:bob6547 :does :work_related_task. -:bob6547 :does :log_off_at_end_of_shift. -:carol6547 :does :access_social_media. -:alice6548 :does :log_off_at_end_of_shift. -:bob6548 :does :work_related_task. -:bob6548 :does :log_off_at_end_of_shift. -:carol6548 :does :access_social_media. -:alice6549 :does :log_off_at_end_of_shift. -:bob6549 :does :work_related_task. -:bob6549 :does :log_off_at_end_of_shift. -:carol6549 :does :access_social_media. -:alice6550 :does :log_off_at_end_of_shift. -:bob6550 :does :work_related_task. -:bob6550 :does :log_off_at_end_of_shift. -:carol6550 :does :access_social_media. -:alice6551 :does :log_off_at_end_of_shift. -:bob6551 :does :work_related_task. -:bob6551 :does :log_off_at_end_of_shift. -:carol6551 :does :access_social_media. -:alice6552 :does :log_off_at_end_of_shift. -:bob6552 :does :work_related_task. -:bob6552 :does :log_off_at_end_of_shift. -:carol6552 :does :access_social_media. -:alice6553 :does :log_off_at_end_of_shift. -:bob6553 :does :work_related_task. -:bob6553 :does :log_off_at_end_of_shift. -:carol6553 :does :access_social_media. -:alice6554 :does :log_off_at_end_of_shift. -:bob6554 :does :work_related_task. -:bob6554 :does :log_off_at_end_of_shift. -:carol6554 :does :access_social_media. -:alice6555 :does :log_off_at_end_of_shift. -:bob6555 :does :work_related_task. -:bob6555 :does :log_off_at_end_of_shift. -:carol6555 :does :access_social_media. -:alice6556 :does :log_off_at_end_of_shift. -:bob6556 :does :work_related_task. -:bob6556 :does :log_off_at_end_of_shift. -:carol6556 :does :access_social_media. -:alice6557 :does :log_off_at_end_of_shift. -:bob6557 :does :work_related_task. -:bob6557 :does :log_off_at_end_of_shift. -:carol6557 :does :access_social_media. -:alice6558 :does :log_off_at_end_of_shift. -:bob6558 :does :work_related_task. -:bob6558 :does :log_off_at_end_of_shift. -:carol6558 :does :access_social_media. -:alice6559 :does :log_off_at_end_of_shift. -:bob6559 :does :work_related_task. -:bob6559 :does :log_off_at_end_of_shift. -:carol6559 :does :access_social_media. -:alice6560 :does :log_off_at_end_of_shift. -:bob6560 :does :work_related_task. -:bob6560 :does :log_off_at_end_of_shift. -:carol6560 :does :access_social_media. -:alice6561 :does :log_off_at_end_of_shift. -:bob6561 :does :work_related_task. -:bob6561 :does :log_off_at_end_of_shift. -:carol6561 :does :access_social_media. -:alice6562 :does :log_off_at_end_of_shift. -:bob6562 :does :work_related_task. -:bob6562 :does :log_off_at_end_of_shift. -:carol6562 :does :access_social_media. -:alice6563 :does :log_off_at_end_of_shift. -:bob6563 :does :work_related_task. -:bob6563 :does :log_off_at_end_of_shift. -:carol6563 :does :access_social_media. -:alice6564 :does :log_off_at_end_of_shift. -:bob6564 :does :work_related_task. -:bob6564 :does :log_off_at_end_of_shift. -:carol6564 :does :access_social_media. -:alice6565 :does :log_off_at_end_of_shift. -:bob6565 :does :work_related_task. -:bob6565 :does :log_off_at_end_of_shift. -:carol6565 :does :access_social_media. -:alice6566 :does :log_off_at_end_of_shift. -:bob6566 :does :work_related_task. -:bob6566 :does :log_off_at_end_of_shift. -:carol6566 :does :access_social_media. -:alice6567 :does :log_off_at_end_of_shift. -:bob6567 :does :work_related_task. -:bob6567 :does :log_off_at_end_of_shift. -:carol6567 :does :access_social_media. -:alice6568 :does :log_off_at_end_of_shift. -:bob6568 :does :work_related_task. -:bob6568 :does :log_off_at_end_of_shift. -:carol6568 :does :access_social_media. -:alice6569 :does :log_off_at_end_of_shift. -:bob6569 :does :work_related_task. -:bob6569 :does :log_off_at_end_of_shift. -:carol6569 :does :access_social_media. -:alice6570 :does :log_off_at_end_of_shift. -:bob6570 :does :work_related_task. -:bob6570 :does :log_off_at_end_of_shift. -:carol6570 :does :access_social_media. -:alice6571 :does :log_off_at_end_of_shift. -:bob6571 :does :work_related_task. -:bob6571 :does :log_off_at_end_of_shift. -:carol6571 :does :access_social_media. -:alice6572 :does :log_off_at_end_of_shift. -:bob6572 :does :work_related_task. -:bob6572 :does :log_off_at_end_of_shift. -:carol6572 :does :access_social_media. -:alice6573 :does :log_off_at_end_of_shift. -:bob6573 :does :work_related_task. -:bob6573 :does :log_off_at_end_of_shift. -:carol6573 :does :access_social_media. -:alice6574 :does :log_off_at_end_of_shift. -:bob6574 :does :work_related_task. -:bob6574 :does :log_off_at_end_of_shift. -:carol6574 :does :access_social_media. -:alice6575 :does :log_off_at_end_of_shift. -:bob6575 :does :work_related_task. -:bob6575 :does :log_off_at_end_of_shift. -:carol6575 :does :access_social_media. -:alice6576 :does :log_off_at_end_of_shift. -:bob6576 :does :work_related_task. -:bob6576 :does :log_off_at_end_of_shift. -:carol6576 :does :access_social_media. -:alice6577 :does :log_off_at_end_of_shift. -:bob6577 :does :work_related_task. -:bob6577 :does :log_off_at_end_of_shift. -:carol6577 :does :access_social_media. -:alice6578 :does :log_off_at_end_of_shift. -:bob6578 :does :work_related_task. -:bob6578 :does :log_off_at_end_of_shift. -:carol6578 :does :access_social_media. -:alice6579 :does :log_off_at_end_of_shift. -:bob6579 :does :work_related_task. -:bob6579 :does :log_off_at_end_of_shift. -:carol6579 :does :access_social_media. -:alice6580 :does :log_off_at_end_of_shift. -:bob6580 :does :work_related_task. -:bob6580 :does :log_off_at_end_of_shift. -:carol6580 :does :access_social_media. -:alice6581 :does :log_off_at_end_of_shift. -:bob6581 :does :work_related_task. -:bob6581 :does :log_off_at_end_of_shift. -:carol6581 :does :access_social_media. -:alice6582 :does :log_off_at_end_of_shift. -:bob6582 :does :work_related_task. -:bob6582 :does :log_off_at_end_of_shift. -:carol6582 :does :access_social_media. -:alice6583 :does :log_off_at_end_of_shift. -:bob6583 :does :work_related_task. -:bob6583 :does :log_off_at_end_of_shift. -:carol6583 :does :access_social_media. -:alice6584 :does :log_off_at_end_of_shift. -:bob6584 :does :work_related_task. -:bob6584 :does :log_off_at_end_of_shift. -:carol6584 :does :access_social_media. -:alice6585 :does :log_off_at_end_of_shift. -:bob6585 :does :work_related_task. -:bob6585 :does :log_off_at_end_of_shift. -:carol6585 :does :access_social_media. -:alice6586 :does :log_off_at_end_of_shift. -:bob6586 :does :work_related_task. -:bob6586 :does :log_off_at_end_of_shift. -:carol6586 :does :access_social_media. -:alice6587 :does :log_off_at_end_of_shift. -:bob6587 :does :work_related_task. -:bob6587 :does :log_off_at_end_of_shift. -:carol6587 :does :access_social_media. -:alice6588 :does :log_off_at_end_of_shift. -:bob6588 :does :work_related_task. -:bob6588 :does :log_off_at_end_of_shift. -:carol6588 :does :access_social_media. -:alice6589 :does :log_off_at_end_of_shift. -:bob6589 :does :work_related_task. -:bob6589 :does :log_off_at_end_of_shift. -:carol6589 :does :access_social_media. -:alice6590 :does :log_off_at_end_of_shift. -:bob6590 :does :work_related_task. -:bob6590 :does :log_off_at_end_of_shift. -:carol6590 :does :access_social_media. -:alice6591 :does :log_off_at_end_of_shift. -:bob6591 :does :work_related_task. -:bob6591 :does :log_off_at_end_of_shift. -:carol6591 :does :access_social_media. -:alice6592 :does :log_off_at_end_of_shift. -:bob6592 :does :work_related_task. -:bob6592 :does :log_off_at_end_of_shift. -:carol6592 :does :access_social_media. -:alice6593 :does :log_off_at_end_of_shift. -:bob6593 :does :work_related_task. -:bob6593 :does :log_off_at_end_of_shift. -:carol6593 :does :access_social_media. -:alice6594 :does :log_off_at_end_of_shift. -:bob6594 :does :work_related_task. -:bob6594 :does :log_off_at_end_of_shift. -:carol6594 :does :access_social_media. -:alice6595 :does :log_off_at_end_of_shift. -:bob6595 :does :work_related_task. -:bob6595 :does :log_off_at_end_of_shift. -:carol6595 :does :access_social_media. -:alice6596 :does :log_off_at_end_of_shift. -:bob6596 :does :work_related_task. -:bob6596 :does :log_off_at_end_of_shift. -:carol6596 :does :access_social_media. -:alice6597 :does :log_off_at_end_of_shift. -:bob6597 :does :work_related_task. -:bob6597 :does :log_off_at_end_of_shift. -:carol6597 :does :access_social_media. -:alice6598 :does :log_off_at_end_of_shift. -:bob6598 :does :work_related_task. -:bob6598 :does :log_off_at_end_of_shift. -:carol6598 :does :access_social_media. -:alice6599 :does :log_off_at_end_of_shift. -:bob6599 :does :work_related_task. -:bob6599 :does :log_off_at_end_of_shift. -:carol6599 :does :access_social_media. -:alice6600 :does :log_off_at_end_of_shift. -:bob6600 :does :work_related_task. -:bob6600 :does :log_off_at_end_of_shift. -:carol6600 :does :access_social_media. -:alice6601 :does :log_off_at_end_of_shift. -:bob6601 :does :work_related_task. -:bob6601 :does :log_off_at_end_of_shift. -:carol6601 :does :access_social_media. -:alice6602 :does :log_off_at_end_of_shift. -:bob6602 :does :work_related_task. -:bob6602 :does :log_off_at_end_of_shift. -:carol6602 :does :access_social_media. -:alice6603 :does :log_off_at_end_of_shift. -:bob6603 :does :work_related_task. -:bob6603 :does :log_off_at_end_of_shift. -:carol6603 :does :access_social_media. -:alice6604 :does :log_off_at_end_of_shift. -:bob6604 :does :work_related_task. -:bob6604 :does :log_off_at_end_of_shift. -:carol6604 :does :access_social_media. -:alice6605 :does :log_off_at_end_of_shift. -:bob6605 :does :work_related_task. -:bob6605 :does :log_off_at_end_of_shift. -:carol6605 :does :access_social_media. -:alice6606 :does :log_off_at_end_of_shift. -:bob6606 :does :work_related_task. -:bob6606 :does :log_off_at_end_of_shift. -:carol6606 :does :access_social_media. -:alice6607 :does :log_off_at_end_of_shift. -:bob6607 :does :work_related_task. -:bob6607 :does :log_off_at_end_of_shift. -:carol6607 :does :access_social_media. -:alice6608 :does :log_off_at_end_of_shift. -:bob6608 :does :work_related_task. -:bob6608 :does :log_off_at_end_of_shift. -:carol6608 :does :access_social_media. -:alice6609 :does :log_off_at_end_of_shift. -:bob6609 :does :work_related_task. -:bob6609 :does :log_off_at_end_of_shift. -:carol6609 :does :access_social_media. -:alice6610 :does :log_off_at_end_of_shift. -:bob6610 :does :work_related_task. -:bob6610 :does :log_off_at_end_of_shift. -:carol6610 :does :access_social_media. -:alice6611 :does :log_off_at_end_of_shift. -:bob6611 :does :work_related_task. -:bob6611 :does :log_off_at_end_of_shift. -:carol6611 :does :access_social_media. -:alice6612 :does :log_off_at_end_of_shift. -:bob6612 :does :work_related_task. -:bob6612 :does :log_off_at_end_of_shift. -:carol6612 :does :access_social_media. -:alice6613 :does :log_off_at_end_of_shift. -:bob6613 :does :work_related_task. -:bob6613 :does :log_off_at_end_of_shift. -:carol6613 :does :access_social_media. -:alice6614 :does :log_off_at_end_of_shift. -:bob6614 :does :work_related_task. -:bob6614 :does :log_off_at_end_of_shift. -:carol6614 :does :access_social_media. -:alice6615 :does :log_off_at_end_of_shift. -:bob6615 :does :work_related_task. -:bob6615 :does :log_off_at_end_of_shift. -:carol6615 :does :access_social_media. -:alice6616 :does :log_off_at_end_of_shift. -:bob6616 :does :work_related_task. -:bob6616 :does :log_off_at_end_of_shift. -:carol6616 :does :access_social_media. -:alice6617 :does :log_off_at_end_of_shift. -:bob6617 :does :work_related_task. -:bob6617 :does :log_off_at_end_of_shift. -:carol6617 :does :access_social_media. -:alice6618 :does :log_off_at_end_of_shift. -:bob6618 :does :work_related_task. -:bob6618 :does :log_off_at_end_of_shift. -:carol6618 :does :access_social_media. -:alice6619 :does :log_off_at_end_of_shift. -:bob6619 :does :work_related_task. -:bob6619 :does :log_off_at_end_of_shift. -:carol6619 :does :access_social_media. -:alice6620 :does :log_off_at_end_of_shift. -:bob6620 :does :work_related_task. -:bob6620 :does :log_off_at_end_of_shift. -:carol6620 :does :access_social_media. -:alice6621 :does :log_off_at_end_of_shift. -:bob6621 :does :work_related_task. -:bob6621 :does :log_off_at_end_of_shift. -:carol6621 :does :access_social_media. -:alice6622 :does :log_off_at_end_of_shift. -:bob6622 :does :work_related_task. -:bob6622 :does :log_off_at_end_of_shift. -:carol6622 :does :access_social_media. -:alice6623 :does :log_off_at_end_of_shift. -:bob6623 :does :work_related_task. -:bob6623 :does :log_off_at_end_of_shift. -:carol6623 :does :access_social_media. -:alice6624 :does :log_off_at_end_of_shift. -:bob6624 :does :work_related_task. -:bob6624 :does :log_off_at_end_of_shift. -:carol6624 :does :access_social_media. -:alice6625 :does :log_off_at_end_of_shift. -:bob6625 :does :work_related_task. -:bob6625 :does :log_off_at_end_of_shift. -:carol6625 :does :access_social_media. -:alice6626 :does :log_off_at_end_of_shift. -:bob6626 :does :work_related_task. -:bob6626 :does :log_off_at_end_of_shift. -:carol6626 :does :access_social_media. -:alice6627 :does :log_off_at_end_of_shift. -:bob6627 :does :work_related_task. -:bob6627 :does :log_off_at_end_of_shift. -:carol6627 :does :access_social_media. -:alice6628 :does :log_off_at_end_of_shift. -:bob6628 :does :work_related_task. -:bob6628 :does :log_off_at_end_of_shift. -:carol6628 :does :access_social_media. -:alice6629 :does :log_off_at_end_of_shift. -:bob6629 :does :work_related_task. -:bob6629 :does :log_off_at_end_of_shift. -:carol6629 :does :access_social_media. -:alice6630 :does :log_off_at_end_of_shift. -:bob6630 :does :work_related_task. -:bob6630 :does :log_off_at_end_of_shift. -:carol6630 :does :access_social_media. -:alice6631 :does :log_off_at_end_of_shift. -:bob6631 :does :work_related_task. -:bob6631 :does :log_off_at_end_of_shift. -:carol6631 :does :access_social_media. -:alice6632 :does :log_off_at_end_of_shift. -:bob6632 :does :work_related_task. -:bob6632 :does :log_off_at_end_of_shift. -:carol6632 :does :access_social_media. -:alice6633 :does :log_off_at_end_of_shift. -:bob6633 :does :work_related_task. -:bob6633 :does :log_off_at_end_of_shift. -:carol6633 :does :access_social_media. -:alice6634 :does :log_off_at_end_of_shift. -:bob6634 :does :work_related_task. -:bob6634 :does :log_off_at_end_of_shift. -:carol6634 :does :access_social_media. -:alice6635 :does :log_off_at_end_of_shift. -:bob6635 :does :work_related_task. -:bob6635 :does :log_off_at_end_of_shift. -:carol6635 :does :access_social_media. -:alice6636 :does :log_off_at_end_of_shift. -:bob6636 :does :work_related_task. -:bob6636 :does :log_off_at_end_of_shift. -:carol6636 :does :access_social_media. -:alice6637 :does :log_off_at_end_of_shift. -:bob6637 :does :work_related_task. -:bob6637 :does :log_off_at_end_of_shift. -:carol6637 :does :access_social_media. -:alice6638 :does :log_off_at_end_of_shift. -:bob6638 :does :work_related_task. -:bob6638 :does :log_off_at_end_of_shift. -:carol6638 :does :access_social_media. -:alice6639 :does :log_off_at_end_of_shift. -:bob6639 :does :work_related_task. -:bob6639 :does :log_off_at_end_of_shift. -:carol6639 :does :access_social_media. -:alice6640 :does :log_off_at_end_of_shift. -:bob6640 :does :work_related_task. -:bob6640 :does :log_off_at_end_of_shift. -:carol6640 :does :access_social_media. -:alice6641 :does :log_off_at_end_of_shift. -:bob6641 :does :work_related_task. -:bob6641 :does :log_off_at_end_of_shift. -:carol6641 :does :access_social_media. -:alice6642 :does :log_off_at_end_of_shift. -:bob6642 :does :work_related_task. -:bob6642 :does :log_off_at_end_of_shift. -:carol6642 :does :access_social_media. -:alice6643 :does :log_off_at_end_of_shift. -:bob6643 :does :work_related_task. -:bob6643 :does :log_off_at_end_of_shift. -:carol6643 :does :access_social_media. -:alice6644 :does :log_off_at_end_of_shift. -:bob6644 :does :work_related_task. -:bob6644 :does :log_off_at_end_of_shift. -:carol6644 :does :access_social_media. -:alice6645 :does :log_off_at_end_of_shift. -:bob6645 :does :work_related_task. -:bob6645 :does :log_off_at_end_of_shift. -:carol6645 :does :access_social_media. -:alice6646 :does :log_off_at_end_of_shift. -:bob6646 :does :work_related_task. -:bob6646 :does :log_off_at_end_of_shift. -:carol6646 :does :access_social_media. -:alice6647 :does :log_off_at_end_of_shift. -:bob6647 :does :work_related_task. -:bob6647 :does :log_off_at_end_of_shift. -:carol6647 :does :access_social_media. -:alice6648 :does :log_off_at_end_of_shift. -:bob6648 :does :work_related_task. -:bob6648 :does :log_off_at_end_of_shift. -:carol6648 :does :access_social_media. -:alice6649 :does :log_off_at_end_of_shift. -:bob6649 :does :work_related_task. -:bob6649 :does :log_off_at_end_of_shift. -:carol6649 :does :access_social_media. -:alice6650 :does :log_off_at_end_of_shift. -:bob6650 :does :work_related_task. -:bob6650 :does :log_off_at_end_of_shift. -:carol6650 :does :access_social_media. -:alice6651 :does :log_off_at_end_of_shift. -:bob6651 :does :work_related_task. -:bob6651 :does :log_off_at_end_of_shift. -:carol6651 :does :access_social_media. -:alice6652 :does :log_off_at_end_of_shift. -:bob6652 :does :work_related_task. -:bob6652 :does :log_off_at_end_of_shift. -:carol6652 :does :access_social_media. -:alice6653 :does :log_off_at_end_of_shift. -:bob6653 :does :work_related_task. -:bob6653 :does :log_off_at_end_of_shift. -:carol6653 :does :access_social_media. -:alice6654 :does :log_off_at_end_of_shift. -:bob6654 :does :work_related_task. -:bob6654 :does :log_off_at_end_of_shift. -:carol6654 :does :access_social_media. -:alice6655 :does :log_off_at_end_of_shift. -:bob6655 :does :work_related_task. -:bob6655 :does :log_off_at_end_of_shift. -:carol6655 :does :access_social_media. -:alice6656 :does :log_off_at_end_of_shift. -:bob6656 :does :work_related_task. -:bob6656 :does :log_off_at_end_of_shift. -:carol6656 :does :access_social_media. -:alice6657 :does :log_off_at_end_of_shift. -:bob6657 :does :work_related_task. -:bob6657 :does :log_off_at_end_of_shift. -:carol6657 :does :access_social_media. -:alice6658 :does :log_off_at_end_of_shift. -:bob6658 :does :work_related_task. -:bob6658 :does :log_off_at_end_of_shift. -:carol6658 :does :access_social_media. -:alice6659 :does :log_off_at_end_of_shift. -:bob6659 :does :work_related_task. -:bob6659 :does :log_off_at_end_of_shift. -:carol6659 :does :access_social_media. -:alice6660 :does :log_off_at_end_of_shift. -:bob6660 :does :work_related_task. -:bob6660 :does :log_off_at_end_of_shift. -:carol6660 :does :access_social_media. -:alice6661 :does :log_off_at_end_of_shift. -:bob6661 :does :work_related_task. -:bob6661 :does :log_off_at_end_of_shift. -:carol6661 :does :access_social_media. -:alice6662 :does :log_off_at_end_of_shift. -:bob6662 :does :work_related_task. -:bob6662 :does :log_off_at_end_of_shift. -:carol6662 :does :access_social_media. -:alice6663 :does :log_off_at_end_of_shift. -:bob6663 :does :work_related_task. -:bob6663 :does :log_off_at_end_of_shift. -:carol6663 :does :access_social_media. -:alice6664 :does :log_off_at_end_of_shift. -:bob6664 :does :work_related_task. -:bob6664 :does :log_off_at_end_of_shift. -:carol6664 :does :access_social_media. -:alice6665 :does :log_off_at_end_of_shift. -:bob6665 :does :work_related_task. -:bob6665 :does :log_off_at_end_of_shift. -:carol6665 :does :access_social_media. -:alice6666 :does :log_off_at_end_of_shift. -:bob6666 :does :work_related_task. -:bob6666 :does :log_off_at_end_of_shift. -:carol6666 :does :access_social_media. -:alice6667 :does :log_off_at_end_of_shift. -:bob6667 :does :work_related_task. -:bob6667 :does :log_off_at_end_of_shift. -:carol6667 :does :access_social_media. -:alice6668 :does :log_off_at_end_of_shift. -:bob6668 :does :work_related_task. -:bob6668 :does :log_off_at_end_of_shift. -:carol6668 :does :access_social_media. -:alice6669 :does :log_off_at_end_of_shift. -:bob6669 :does :work_related_task. -:bob6669 :does :log_off_at_end_of_shift. -:carol6669 :does :access_social_media. -:alice6670 :does :log_off_at_end_of_shift. -:bob6670 :does :work_related_task. -:bob6670 :does :log_off_at_end_of_shift. -:carol6670 :does :access_social_media. -:alice6671 :does :log_off_at_end_of_shift. -:bob6671 :does :work_related_task. -:bob6671 :does :log_off_at_end_of_shift. -:carol6671 :does :access_social_media. -:alice6672 :does :log_off_at_end_of_shift. -:bob6672 :does :work_related_task. -:bob6672 :does :log_off_at_end_of_shift. -:carol6672 :does :access_social_media. -:alice6673 :does :log_off_at_end_of_shift. -:bob6673 :does :work_related_task. -:bob6673 :does :log_off_at_end_of_shift. -:carol6673 :does :access_social_media. -:alice6674 :does :log_off_at_end_of_shift. -:bob6674 :does :work_related_task. -:bob6674 :does :log_off_at_end_of_shift. -:carol6674 :does :access_social_media. -:alice6675 :does :log_off_at_end_of_shift. -:bob6675 :does :work_related_task. -:bob6675 :does :log_off_at_end_of_shift. -:carol6675 :does :access_social_media. -:alice6676 :does :log_off_at_end_of_shift. -:bob6676 :does :work_related_task. -:bob6676 :does :log_off_at_end_of_shift. -:carol6676 :does :access_social_media. -:alice6677 :does :log_off_at_end_of_shift. -:bob6677 :does :work_related_task. -:bob6677 :does :log_off_at_end_of_shift. -:carol6677 :does :access_social_media. -:alice6678 :does :log_off_at_end_of_shift. -:bob6678 :does :work_related_task. -:bob6678 :does :log_off_at_end_of_shift. -:carol6678 :does :access_social_media. -:alice6679 :does :log_off_at_end_of_shift. -:bob6679 :does :work_related_task. -:bob6679 :does :log_off_at_end_of_shift. -:carol6679 :does :access_social_media. -:alice6680 :does :log_off_at_end_of_shift. -:bob6680 :does :work_related_task. -:bob6680 :does :log_off_at_end_of_shift. -:carol6680 :does :access_social_media. -:alice6681 :does :log_off_at_end_of_shift. -:bob6681 :does :work_related_task. -:bob6681 :does :log_off_at_end_of_shift. -:carol6681 :does :access_social_media. -:alice6682 :does :log_off_at_end_of_shift. -:bob6682 :does :work_related_task. -:bob6682 :does :log_off_at_end_of_shift. -:carol6682 :does :access_social_media. -:alice6683 :does :log_off_at_end_of_shift. -:bob6683 :does :work_related_task. -:bob6683 :does :log_off_at_end_of_shift. -:carol6683 :does :access_social_media. -:alice6684 :does :log_off_at_end_of_shift. -:bob6684 :does :work_related_task. -:bob6684 :does :log_off_at_end_of_shift. -:carol6684 :does :access_social_media. -:alice6685 :does :log_off_at_end_of_shift. -:bob6685 :does :work_related_task. -:bob6685 :does :log_off_at_end_of_shift. -:carol6685 :does :access_social_media. -:alice6686 :does :log_off_at_end_of_shift. -:bob6686 :does :work_related_task. -:bob6686 :does :log_off_at_end_of_shift. -:carol6686 :does :access_social_media. -:alice6687 :does :log_off_at_end_of_shift. -:bob6687 :does :work_related_task. -:bob6687 :does :log_off_at_end_of_shift. -:carol6687 :does :access_social_media. -:alice6688 :does :log_off_at_end_of_shift. -:bob6688 :does :work_related_task. -:bob6688 :does :log_off_at_end_of_shift. -:carol6688 :does :access_social_media. -:alice6689 :does :log_off_at_end_of_shift. -:bob6689 :does :work_related_task. -:bob6689 :does :log_off_at_end_of_shift. -:carol6689 :does :access_social_media. -:alice6690 :does :log_off_at_end_of_shift. -:bob6690 :does :work_related_task. -:bob6690 :does :log_off_at_end_of_shift. -:carol6690 :does :access_social_media. -:alice6691 :does :log_off_at_end_of_shift. -:bob6691 :does :work_related_task. -:bob6691 :does :log_off_at_end_of_shift. -:carol6691 :does :access_social_media. -:alice6692 :does :log_off_at_end_of_shift. -:bob6692 :does :work_related_task. -:bob6692 :does :log_off_at_end_of_shift. -:carol6692 :does :access_social_media. -:alice6693 :does :log_off_at_end_of_shift. -:bob6693 :does :work_related_task. -:bob6693 :does :log_off_at_end_of_shift. -:carol6693 :does :access_social_media. -:alice6694 :does :log_off_at_end_of_shift. -:bob6694 :does :work_related_task. -:bob6694 :does :log_off_at_end_of_shift. -:carol6694 :does :access_social_media. -:alice6695 :does :log_off_at_end_of_shift. -:bob6695 :does :work_related_task. -:bob6695 :does :log_off_at_end_of_shift. -:carol6695 :does :access_social_media. -:alice6696 :does :log_off_at_end_of_shift. -:bob6696 :does :work_related_task. -:bob6696 :does :log_off_at_end_of_shift. -:carol6696 :does :access_social_media. -:alice6697 :does :log_off_at_end_of_shift. -:bob6697 :does :work_related_task. -:bob6697 :does :log_off_at_end_of_shift. -:carol6697 :does :access_social_media. -:alice6698 :does :log_off_at_end_of_shift. -:bob6698 :does :work_related_task. -:bob6698 :does :log_off_at_end_of_shift. -:carol6698 :does :access_social_media. -:alice6699 :does :log_off_at_end_of_shift. -:bob6699 :does :work_related_task. -:bob6699 :does :log_off_at_end_of_shift. -:carol6699 :does :access_social_media. -:alice6700 :does :log_off_at_end_of_shift. -:bob6700 :does :work_related_task. -:bob6700 :does :log_off_at_end_of_shift. -:carol6700 :does :access_social_media. -:alice6701 :does :log_off_at_end_of_shift. -:bob6701 :does :work_related_task. -:bob6701 :does :log_off_at_end_of_shift. -:carol6701 :does :access_social_media. -:alice6702 :does :log_off_at_end_of_shift. -:bob6702 :does :work_related_task. -:bob6702 :does :log_off_at_end_of_shift. -:carol6702 :does :access_social_media. -:alice6703 :does :log_off_at_end_of_shift. -:bob6703 :does :work_related_task. -:bob6703 :does :log_off_at_end_of_shift. -:carol6703 :does :access_social_media. -:alice6704 :does :log_off_at_end_of_shift. -:bob6704 :does :work_related_task. -:bob6704 :does :log_off_at_end_of_shift. -:carol6704 :does :access_social_media. -:alice6705 :does :log_off_at_end_of_shift. -:bob6705 :does :work_related_task. -:bob6705 :does :log_off_at_end_of_shift. -:carol6705 :does :access_social_media. -:alice6706 :does :log_off_at_end_of_shift. -:bob6706 :does :work_related_task. -:bob6706 :does :log_off_at_end_of_shift. -:carol6706 :does :access_social_media. -:alice6707 :does :log_off_at_end_of_shift. -:bob6707 :does :work_related_task. -:bob6707 :does :log_off_at_end_of_shift. -:carol6707 :does :access_social_media. -:alice6708 :does :log_off_at_end_of_shift. -:bob6708 :does :work_related_task. -:bob6708 :does :log_off_at_end_of_shift. -:carol6708 :does :access_social_media. -:alice6709 :does :log_off_at_end_of_shift. -:bob6709 :does :work_related_task. -:bob6709 :does :log_off_at_end_of_shift. -:carol6709 :does :access_social_media. -:alice6710 :does :log_off_at_end_of_shift. -:bob6710 :does :work_related_task. -:bob6710 :does :log_off_at_end_of_shift. -:carol6710 :does :access_social_media. -:alice6711 :does :log_off_at_end_of_shift. -:bob6711 :does :work_related_task. -:bob6711 :does :log_off_at_end_of_shift. -:carol6711 :does :access_social_media. -:alice6712 :does :log_off_at_end_of_shift. -:bob6712 :does :work_related_task. -:bob6712 :does :log_off_at_end_of_shift. -:carol6712 :does :access_social_media. -:alice6713 :does :log_off_at_end_of_shift. -:bob6713 :does :work_related_task. -:bob6713 :does :log_off_at_end_of_shift. -:carol6713 :does :access_social_media. -:alice6714 :does :log_off_at_end_of_shift. -:bob6714 :does :work_related_task. -:bob6714 :does :log_off_at_end_of_shift. -:carol6714 :does :access_social_media. -:alice6715 :does :log_off_at_end_of_shift. -:bob6715 :does :work_related_task. -:bob6715 :does :log_off_at_end_of_shift. -:carol6715 :does :access_social_media. -:alice6716 :does :log_off_at_end_of_shift. -:bob6716 :does :work_related_task. -:bob6716 :does :log_off_at_end_of_shift. -:carol6716 :does :access_social_media. -:alice6717 :does :log_off_at_end_of_shift. -:bob6717 :does :work_related_task. -:bob6717 :does :log_off_at_end_of_shift. -:carol6717 :does :access_social_media. -:alice6718 :does :log_off_at_end_of_shift. -:bob6718 :does :work_related_task. -:bob6718 :does :log_off_at_end_of_shift. -:carol6718 :does :access_social_media. -:alice6719 :does :log_off_at_end_of_shift. -:bob6719 :does :work_related_task. -:bob6719 :does :log_off_at_end_of_shift. -:carol6719 :does :access_social_media. -:alice6720 :does :log_off_at_end_of_shift. -:bob6720 :does :work_related_task. -:bob6720 :does :log_off_at_end_of_shift. -:carol6720 :does :access_social_media. -:alice6721 :does :log_off_at_end_of_shift. -:bob6721 :does :work_related_task. -:bob6721 :does :log_off_at_end_of_shift. -:carol6721 :does :access_social_media. -:alice6722 :does :log_off_at_end_of_shift. -:bob6722 :does :work_related_task. -:bob6722 :does :log_off_at_end_of_shift. -:carol6722 :does :access_social_media. -:alice6723 :does :log_off_at_end_of_shift. -:bob6723 :does :work_related_task. -:bob6723 :does :log_off_at_end_of_shift. -:carol6723 :does :access_social_media. -:alice6724 :does :log_off_at_end_of_shift. -:bob6724 :does :work_related_task. -:bob6724 :does :log_off_at_end_of_shift. -:carol6724 :does :access_social_media. -:alice6725 :does :log_off_at_end_of_shift. -:bob6725 :does :work_related_task. -:bob6725 :does :log_off_at_end_of_shift. -:carol6725 :does :access_social_media. -:alice6726 :does :log_off_at_end_of_shift. -:bob6726 :does :work_related_task. -:bob6726 :does :log_off_at_end_of_shift. -:carol6726 :does :access_social_media. -:alice6727 :does :log_off_at_end_of_shift. -:bob6727 :does :work_related_task. -:bob6727 :does :log_off_at_end_of_shift. -:carol6727 :does :access_social_media. -:alice6728 :does :log_off_at_end_of_shift. -:bob6728 :does :work_related_task. -:bob6728 :does :log_off_at_end_of_shift. -:carol6728 :does :access_social_media. -:alice6729 :does :log_off_at_end_of_shift. -:bob6729 :does :work_related_task. -:bob6729 :does :log_off_at_end_of_shift. -:carol6729 :does :access_social_media. -:alice6730 :does :log_off_at_end_of_shift. -:bob6730 :does :work_related_task. -:bob6730 :does :log_off_at_end_of_shift. -:carol6730 :does :access_social_media. -:alice6731 :does :log_off_at_end_of_shift. -:bob6731 :does :work_related_task. -:bob6731 :does :log_off_at_end_of_shift. -:carol6731 :does :access_social_media. -:alice6732 :does :log_off_at_end_of_shift. -:bob6732 :does :work_related_task. -:bob6732 :does :log_off_at_end_of_shift. -:carol6732 :does :access_social_media. -:alice6733 :does :log_off_at_end_of_shift. -:bob6733 :does :work_related_task. -:bob6733 :does :log_off_at_end_of_shift. -:carol6733 :does :access_social_media. -:alice6734 :does :log_off_at_end_of_shift. -:bob6734 :does :work_related_task. -:bob6734 :does :log_off_at_end_of_shift. -:carol6734 :does :access_social_media. -:alice6735 :does :log_off_at_end_of_shift. -:bob6735 :does :work_related_task. -:bob6735 :does :log_off_at_end_of_shift. -:carol6735 :does :access_social_media. -:alice6736 :does :log_off_at_end_of_shift. -:bob6736 :does :work_related_task. -:bob6736 :does :log_off_at_end_of_shift. -:carol6736 :does :access_social_media. -:alice6737 :does :log_off_at_end_of_shift. -:bob6737 :does :work_related_task. -:bob6737 :does :log_off_at_end_of_shift. -:carol6737 :does :access_social_media. -:alice6738 :does :log_off_at_end_of_shift. -:bob6738 :does :work_related_task. -:bob6738 :does :log_off_at_end_of_shift. -:carol6738 :does :access_social_media. -:alice6739 :does :log_off_at_end_of_shift. -:bob6739 :does :work_related_task. -:bob6739 :does :log_off_at_end_of_shift. -:carol6739 :does :access_social_media. -:alice6740 :does :log_off_at_end_of_shift. -:bob6740 :does :work_related_task. -:bob6740 :does :log_off_at_end_of_shift. -:carol6740 :does :access_social_media. -:alice6741 :does :log_off_at_end_of_shift. -:bob6741 :does :work_related_task. -:bob6741 :does :log_off_at_end_of_shift. -:carol6741 :does :access_social_media. -:alice6742 :does :log_off_at_end_of_shift. -:bob6742 :does :work_related_task. -:bob6742 :does :log_off_at_end_of_shift. -:carol6742 :does :access_social_media. -:alice6743 :does :log_off_at_end_of_shift. -:bob6743 :does :work_related_task. -:bob6743 :does :log_off_at_end_of_shift. -:carol6743 :does :access_social_media. -:alice6744 :does :log_off_at_end_of_shift. -:bob6744 :does :work_related_task. -:bob6744 :does :log_off_at_end_of_shift. -:carol6744 :does :access_social_media. -:alice6745 :does :log_off_at_end_of_shift. -:bob6745 :does :work_related_task. -:bob6745 :does :log_off_at_end_of_shift. -:carol6745 :does :access_social_media. -:alice6746 :does :log_off_at_end_of_shift. -:bob6746 :does :work_related_task. -:bob6746 :does :log_off_at_end_of_shift. -:carol6746 :does :access_social_media. -:alice6747 :does :log_off_at_end_of_shift. -:bob6747 :does :work_related_task. -:bob6747 :does :log_off_at_end_of_shift. -:carol6747 :does :access_social_media. -:alice6748 :does :log_off_at_end_of_shift. -:bob6748 :does :work_related_task. -:bob6748 :does :log_off_at_end_of_shift. -:carol6748 :does :access_social_media. -:alice6749 :does :log_off_at_end_of_shift. -:bob6749 :does :work_related_task. -:bob6749 :does :log_off_at_end_of_shift. -:carol6749 :does :access_social_media. -:alice6750 :does :log_off_at_end_of_shift. -:bob6750 :does :work_related_task. -:bob6750 :does :log_off_at_end_of_shift. -:carol6750 :does :access_social_media. -:alice6751 :does :log_off_at_end_of_shift. -:bob6751 :does :work_related_task. -:bob6751 :does :log_off_at_end_of_shift. -:carol6751 :does :access_social_media. -:alice6752 :does :log_off_at_end_of_shift. -:bob6752 :does :work_related_task. -:bob6752 :does :log_off_at_end_of_shift. -:carol6752 :does :access_social_media. -:alice6753 :does :log_off_at_end_of_shift. -:bob6753 :does :work_related_task. -:bob6753 :does :log_off_at_end_of_shift. -:carol6753 :does :access_social_media. -:alice6754 :does :log_off_at_end_of_shift. -:bob6754 :does :work_related_task. -:bob6754 :does :log_off_at_end_of_shift. -:carol6754 :does :access_social_media. -:alice6755 :does :log_off_at_end_of_shift. -:bob6755 :does :work_related_task. -:bob6755 :does :log_off_at_end_of_shift. -:carol6755 :does :access_social_media. -:alice6756 :does :log_off_at_end_of_shift. -:bob6756 :does :work_related_task. -:bob6756 :does :log_off_at_end_of_shift. -:carol6756 :does :access_social_media. -:alice6757 :does :log_off_at_end_of_shift. -:bob6757 :does :work_related_task. -:bob6757 :does :log_off_at_end_of_shift. -:carol6757 :does :access_social_media. -:alice6758 :does :log_off_at_end_of_shift. -:bob6758 :does :work_related_task. -:bob6758 :does :log_off_at_end_of_shift. -:carol6758 :does :access_social_media. -:alice6759 :does :log_off_at_end_of_shift. -:bob6759 :does :work_related_task. -:bob6759 :does :log_off_at_end_of_shift. -:carol6759 :does :access_social_media. -:alice6760 :does :log_off_at_end_of_shift. -:bob6760 :does :work_related_task. -:bob6760 :does :log_off_at_end_of_shift. -:carol6760 :does :access_social_media. -:alice6761 :does :log_off_at_end_of_shift. -:bob6761 :does :work_related_task. -:bob6761 :does :log_off_at_end_of_shift. -:carol6761 :does :access_social_media. -:alice6762 :does :log_off_at_end_of_shift. -:bob6762 :does :work_related_task. -:bob6762 :does :log_off_at_end_of_shift. -:carol6762 :does :access_social_media. -:alice6763 :does :log_off_at_end_of_shift. -:bob6763 :does :work_related_task. -:bob6763 :does :log_off_at_end_of_shift. -:carol6763 :does :access_social_media. -:alice6764 :does :log_off_at_end_of_shift. -:bob6764 :does :work_related_task. -:bob6764 :does :log_off_at_end_of_shift. -:carol6764 :does :access_social_media. -:alice6765 :does :log_off_at_end_of_shift. -:bob6765 :does :work_related_task. -:bob6765 :does :log_off_at_end_of_shift. -:carol6765 :does :access_social_media. -:alice6766 :does :log_off_at_end_of_shift. -:bob6766 :does :work_related_task. -:bob6766 :does :log_off_at_end_of_shift. -:carol6766 :does :access_social_media. -:alice6767 :does :log_off_at_end_of_shift. -:bob6767 :does :work_related_task. -:bob6767 :does :log_off_at_end_of_shift. -:carol6767 :does :access_social_media. -:alice6768 :does :log_off_at_end_of_shift. -:bob6768 :does :work_related_task. -:bob6768 :does :log_off_at_end_of_shift. -:carol6768 :does :access_social_media. -:alice6769 :does :log_off_at_end_of_shift. -:bob6769 :does :work_related_task. -:bob6769 :does :log_off_at_end_of_shift. -:carol6769 :does :access_social_media. -:alice6770 :does :log_off_at_end_of_shift. -:bob6770 :does :work_related_task. -:bob6770 :does :log_off_at_end_of_shift. -:carol6770 :does :access_social_media. -:alice6771 :does :log_off_at_end_of_shift. -:bob6771 :does :work_related_task. -:bob6771 :does :log_off_at_end_of_shift. -:carol6771 :does :access_social_media. -:alice6772 :does :log_off_at_end_of_shift. -:bob6772 :does :work_related_task. -:bob6772 :does :log_off_at_end_of_shift. -:carol6772 :does :access_social_media. -:alice6773 :does :log_off_at_end_of_shift. -:bob6773 :does :work_related_task. -:bob6773 :does :log_off_at_end_of_shift. -:carol6773 :does :access_social_media. -:alice6774 :does :log_off_at_end_of_shift. -:bob6774 :does :work_related_task. -:bob6774 :does :log_off_at_end_of_shift. -:carol6774 :does :access_social_media. -:alice6775 :does :log_off_at_end_of_shift. -:bob6775 :does :work_related_task. -:bob6775 :does :log_off_at_end_of_shift. -:carol6775 :does :access_social_media. -:alice6776 :does :log_off_at_end_of_shift. -:bob6776 :does :work_related_task. -:bob6776 :does :log_off_at_end_of_shift. -:carol6776 :does :access_social_media. -:alice6777 :does :log_off_at_end_of_shift. -:bob6777 :does :work_related_task. -:bob6777 :does :log_off_at_end_of_shift. -:carol6777 :does :access_social_media. -:alice6778 :does :log_off_at_end_of_shift. -:bob6778 :does :work_related_task. -:bob6778 :does :log_off_at_end_of_shift. -:carol6778 :does :access_social_media. -:alice6779 :does :log_off_at_end_of_shift. -:bob6779 :does :work_related_task. -:bob6779 :does :log_off_at_end_of_shift. -:carol6779 :does :access_social_media. -:alice6780 :does :log_off_at_end_of_shift. -:bob6780 :does :work_related_task. -:bob6780 :does :log_off_at_end_of_shift. -:carol6780 :does :access_social_media. -:alice6781 :does :log_off_at_end_of_shift. -:bob6781 :does :work_related_task. -:bob6781 :does :log_off_at_end_of_shift. -:carol6781 :does :access_social_media. -:alice6782 :does :log_off_at_end_of_shift. -:bob6782 :does :work_related_task. -:bob6782 :does :log_off_at_end_of_shift. -:carol6782 :does :access_social_media. -:alice6783 :does :log_off_at_end_of_shift. -:bob6783 :does :work_related_task. -:bob6783 :does :log_off_at_end_of_shift. -:carol6783 :does :access_social_media. -:alice6784 :does :log_off_at_end_of_shift. -:bob6784 :does :work_related_task. -:bob6784 :does :log_off_at_end_of_shift. -:carol6784 :does :access_social_media. -:alice6785 :does :log_off_at_end_of_shift. -:bob6785 :does :work_related_task. -:bob6785 :does :log_off_at_end_of_shift. -:carol6785 :does :access_social_media. -:alice6786 :does :log_off_at_end_of_shift. -:bob6786 :does :work_related_task. -:bob6786 :does :log_off_at_end_of_shift. -:carol6786 :does :access_social_media. -:alice6787 :does :log_off_at_end_of_shift. -:bob6787 :does :work_related_task. -:bob6787 :does :log_off_at_end_of_shift. -:carol6787 :does :access_social_media. -:alice6788 :does :log_off_at_end_of_shift. -:bob6788 :does :work_related_task. -:bob6788 :does :log_off_at_end_of_shift. -:carol6788 :does :access_social_media. -:alice6789 :does :log_off_at_end_of_shift. -:bob6789 :does :work_related_task. -:bob6789 :does :log_off_at_end_of_shift. -:carol6789 :does :access_social_media. -:alice6790 :does :log_off_at_end_of_shift. -:bob6790 :does :work_related_task. -:bob6790 :does :log_off_at_end_of_shift. -:carol6790 :does :access_social_media. -:alice6791 :does :log_off_at_end_of_shift. -:bob6791 :does :work_related_task. -:bob6791 :does :log_off_at_end_of_shift. -:carol6791 :does :access_social_media. -:alice6792 :does :log_off_at_end_of_shift. -:bob6792 :does :work_related_task. -:bob6792 :does :log_off_at_end_of_shift. -:carol6792 :does :access_social_media. -:alice6793 :does :log_off_at_end_of_shift. -:bob6793 :does :work_related_task. -:bob6793 :does :log_off_at_end_of_shift. -:carol6793 :does :access_social_media. -:alice6794 :does :log_off_at_end_of_shift. -:bob6794 :does :work_related_task. -:bob6794 :does :log_off_at_end_of_shift. -:carol6794 :does :access_social_media. -:alice6795 :does :log_off_at_end_of_shift. -:bob6795 :does :work_related_task. -:bob6795 :does :log_off_at_end_of_shift. -:carol6795 :does :access_social_media. -:alice6796 :does :log_off_at_end_of_shift. -:bob6796 :does :work_related_task. -:bob6796 :does :log_off_at_end_of_shift. -:carol6796 :does :access_social_media. -:alice6797 :does :log_off_at_end_of_shift. -:bob6797 :does :work_related_task. -:bob6797 :does :log_off_at_end_of_shift. -:carol6797 :does :access_social_media. -:alice6798 :does :log_off_at_end_of_shift. -:bob6798 :does :work_related_task. -:bob6798 :does :log_off_at_end_of_shift. -:carol6798 :does :access_social_media. -:alice6799 :does :log_off_at_end_of_shift. -:bob6799 :does :work_related_task. -:bob6799 :does :log_off_at_end_of_shift. -:carol6799 :does :access_social_media. -:alice6800 :does :log_off_at_end_of_shift. -:bob6800 :does :work_related_task. -:bob6800 :does :log_off_at_end_of_shift. -:carol6800 :does :access_social_media. -:alice6801 :does :log_off_at_end_of_shift. -:bob6801 :does :work_related_task. -:bob6801 :does :log_off_at_end_of_shift. -:carol6801 :does :access_social_media. -:alice6802 :does :log_off_at_end_of_shift. -:bob6802 :does :work_related_task. -:bob6802 :does :log_off_at_end_of_shift. -:carol6802 :does :access_social_media. -:alice6803 :does :log_off_at_end_of_shift. -:bob6803 :does :work_related_task. -:bob6803 :does :log_off_at_end_of_shift. -:carol6803 :does :access_social_media. -:alice6804 :does :log_off_at_end_of_shift. -:bob6804 :does :work_related_task. -:bob6804 :does :log_off_at_end_of_shift. -:carol6804 :does :access_social_media. -:alice6805 :does :log_off_at_end_of_shift. -:bob6805 :does :work_related_task. -:bob6805 :does :log_off_at_end_of_shift. -:carol6805 :does :access_social_media. -:alice6806 :does :log_off_at_end_of_shift. -:bob6806 :does :work_related_task. -:bob6806 :does :log_off_at_end_of_shift. -:carol6806 :does :access_social_media. -:alice6807 :does :log_off_at_end_of_shift. -:bob6807 :does :work_related_task. -:bob6807 :does :log_off_at_end_of_shift. -:carol6807 :does :access_social_media. -:alice6808 :does :log_off_at_end_of_shift. -:bob6808 :does :work_related_task. -:bob6808 :does :log_off_at_end_of_shift. -:carol6808 :does :access_social_media. -:alice6809 :does :log_off_at_end_of_shift. -:bob6809 :does :work_related_task. -:bob6809 :does :log_off_at_end_of_shift. -:carol6809 :does :access_social_media. -:alice6810 :does :log_off_at_end_of_shift. -:bob6810 :does :work_related_task. -:bob6810 :does :log_off_at_end_of_shift. -:carol6810 :does :access_social_media. -:alice6811 :does :log_off_at_end_of_shift. -:bob6811 :does :work_related_task. -:bob6811 :does :log_off_at_end_of_shift. -:carol6811 :does :access_social_media. -:alice6812 :does :log_off_at_end_of_shift. -:bob6812 :does :work_related_task. -:bob6812 :does :log_off_at_end_of_shift. -:carol6812 :does :access_social_media. -:alice6813 :does :log_off_at_end_of_shift. -:bob6813 :does :work_related_task. -:bob6813 :does :log_off_at_end_of_shift. -:carol6813 :does :access_social_media. -:alice6814 :does :log_off_at_end_of_shift. -:bob6814 :does :work_related_task. -:bob6814 :does :log_off_at_end_of_shift. -:carol6814 :does :access_social_media. -:alice6815 :does :log_off_at_end_of_shift. -:bob6815 :does :work_related_task. -:bob6815 :does :log_off_at_end_of_shift. -:carol6815 :does :access_social_media. -:alice6816 :does :log_off_at_end_of_shift. -:bob6816 :does :work_related_task. -:bob6816 :does :log_off_at_end_of_shift. -:carol6816 :does :access_social_media. -:alice6817 :does :log_off_at_end_of_shift. -:bob6817 :does :work_related_task. -:bob6817 :does :log_off_at_end_of_shift. -:carol6817 :does :access_social_media. -:alice6818 :does :log_off_at_end_of_shift. -:bob6818 :does :work_related_task. -:bob6818 :does :log_off_at_end_of_shift. -:carol6818 :does :access_social_media. -:alice6819 :does :log_off_at_end_of_shift. -:bob6819 :does :work_related_task. -:bob6819 :does :log_off_at_end_of_shift. -:carol6819 :does :access_social_media. -:alice6820 :does :log_off_at_end_of_shift. -:bob6820 :does :work_related_task. -:bob6820 :does :log_off_at_end_of_shift. -:carol6820 :does :access_social_media. -:alice6821 :does :log_off_at_end_of_shift. -:bob6821 :does :work_related_task. -:bob6821 :does :log_off_at_end_of_shift. -:carol6821 :does :access_social_media. -:alice6822 :does :log_off_at_end_of_shift. -:bob6822 :does :work_related_task. -:bob6822 :does :log_off_at_end_of_shift. -:carol6822 :does :access_social_media. -:alice6823 :does :log_off_at_end_of_shift. -:bob6823 :does :work_related_task. -:bob6823 :does :log_off_at_end_of_shift. -:carol6823 :does :access_social_media. -:alice6824 :does :log_off_at_end_of_shift. -:bob6824 :does :work_related_task. -:bob6824 :does :log_off_at_end_of_shift. -:carol6824 :does :access_social_media. -:alice6825 :does :log_off_at_end_of_shift. -:bob6825 :does :work_related_task. -:bob6825 :does :log_off_at_end_of_shift. -:carol6825 :does :access_social_media. -:alice6826 :does :log_off_at_end_of_shift. -:bob6826 :does :work_related_task. -:bob6826 :does :log_off_at_end_of_shift. -:carol6826 :does :access_social_media. -:alice6827 :does :log_off_at_end_of_shift. -:bob6827 :does :work_related_task. -:bob6827 :does :log_off_at_end_of_shift. -:carol6827 :does :access_social_media. -:alice6828 :does :log_off_at_end_of_shift. -:bob6828 :does :work_related_task. -:bob6828 :does :log_off_at_end_of_shift. -:carol6828 :does :access_social_media. -:alice6829 :does :log_off_at_end_of_shift. -:bob6829 :does :work_related_task. -:bob6829 :does :log_off_at_end_of_shift. -:carol6829 :does :access_social_media. -:alice6830 :does :log_off_at_end_of_shift. -:bob6830 :does :work_related_task. -:bob6830 :does :log_off_at_end_of_shift. -:carol6830 :does :access_social_media. -:alice6831 :does :log_off_at_end_of_shift. -:bob6831 :does :work_related_task. -:bob6831 :does :log_off_at_end_of_shift. -:carol6831 :does :access_social_media. -:alice6832 :does :log_off_at_end_of_shift. -:bob6832 :does :work_related_task. -:bob6832 :does :log_off_at_end_of_shift. -:carol6832 :does :access_social_media. -:alice6833 :does :log_off_at_end_of_shift. -:bob6833 :does :work_related_task. -:bob6833 :does :log_off_at_end_of_shift. -:carol6833 :does :access_social_media. -:alice6834 :does :log_off_at_end_of_shift. -:bob6834 :does :work_related_task. -:bob6834 :does :log_off_at_end_of_shift. -:carol6834 :does :access_social_media. -:alice6835 :does :log_off_at_end_of_shift. -:bob6835 :does :work_related_task. -:bob6835 :does :log_off_at_end_of_shift. -:carol6835 :does :access_social_media. -:alice6836 :does :log_off_at_end_of_shift. -:bob6836 :does :work_related_task. -:bob6836 :does :log_off_at_end_of_shift. -:carol6836 :does :access_social_media. -:alice6837 :does :log_off_at_end_of_shift. -:bob6837 :does :work_related_task. -:bob6837 :does :log_off_at_end_of_shift. -:carol6837 :does :access_social_media. -:alice6838 :does :log_off_at_end_of_shift. -:bob6838 :does :work_related_task. -:bob6838 :does :log_off_at_end_of_shift. -:carol6838 :does :access_social_media. -:alice6839 :does :log_off_at_end_of_shift. -:bob6839 :does :work_related_task. -:bob6839 :does :log_off_at_end_of_shift. -:carol6839 :does :access_social_media. -:alice6840 :does :log_off_at_end_of_shift. -:bob6840 :does :work_related_task. -:bob6840 :does :log_off_at_end_of_shift. -:carol6840 :does :access_social_media. -:alice6841 :does :log_off_at_end_of_shift. -:bob6841 :does :work_related_task. -:bob6841 :does :log_off_at_end_of_shift. -:carol6841 :does :access_social_media. -:alice6842 :does :log_off_at_end_of_shift. -:bob6842 :does :work_related_task. -:bob6842 :does :log_off_at_end_of_shift. -:carol6842 :does :access_social_media. -:alice6843 :does :log_off_at_end_of_shift. -:bob6843 :does :work_related_task. -:bob6843 :does :log_off_at_end_of_shift. -:carol6843 :does :access_social_media. -:alice6844 :does :log_off_at_end_of_shift. -:bob6844 :does :work_related_task. -:bob6844 :does :log_off_at_end_of_shift. -:carol6844 :does :access_social_media. -:alice6845 :does :log_off_at_end_of_shift. -:bob6845 :does :work_related_task. -:bob6845 :does :log_off_at_end_of_shift. -:carol6845 :does :access_social_media. -:alice6846 :does :log_off_at_end_of_shift. -:bob6846 :does :work_related_task. -:bob6846 :does :log_off_at_end_of_shift. -:carol6846 :does :access_social_media. -:alice6847 :does :log_off_at_end_of_shift. -:bob6847 :does :work_related_task. -:bob6847 :does :log_off_at_end_of_shift. -:carol6847 :does :access_social_media. -:alice6848 :does :log_off_at_end_of_shift. -:bob6848 :does :work_related_task. -:bob6848 :does :log_off_at_end_of_shift. -:carol6848 :does :access_social_media. -:alice6849 :does :log_off_at_end_of_shift. -:bob6849 :does :work_related_task. -:bob6849 :does :log_off_at_end_of_shift. -:carol6849 :does :access_social_media. -:alice6850 :does :log_off_at_end_of_shift. -:bob6850 :does :work_related_task. -:bob6850 :does :log_off_at_end_of_shift. -:carol6850 :does :access_social_media. -:alice6851 :does :log_off_at_end_of_shift. -:bob6851 :does :work_related_task. -:bob6851 :does :log_off_at_end_of_shift. -:carol6851 :does :access_social_media. -:alice6852 :does :log_off_at_end_of_shift. -:bob6852 :does :work_related_task. -:bob6852 :does :log_off_at_end_of_shift. -:carol6852 :does :access_social_media. -:alice6853 :does :log_off_at_end_of_shift. -:bob6853 :does :work_related_task. -:bob6853 :does :log_off_at_end_of_shift. -:carol6853 :does :access_social_media. -:alice6854 :does :log_off_at_end_of_shift. -:bob6854 :does :work_related_task. -:bob6854 :does :log_off_at_end_of_shift. -:carol6854 :does :access_social_media. -:alice6855 :does :log_off_at_end_of_shift. -:bob6855 :does :work_related_task. -:bob6855 :does :log_off_at_end_of_shift. -:carol6855 :does :access_social_media. -:alice6856 :does :log_off_at_end_of_shift. -:bob6856 :does :work_related_task. -:bob6856 :does :log_off_at_end_of_shift. -:carol6856 :does :access_social_media. -:alice6857 :does :log_off_at_end_of_shift. -:bob6857 :does :work_related_task. -:bob6857 :does :log_off_at_end_of_shift. -:carol6857 :does :access_social_media. -:alice6858 :does :log_off_at_end_of_shift. -:bob6858 :does :work_related_task. -:bob6858 :does :log_off_at_end_of_shift. -:carol6858 :does :access_social_media. -:alice6859 :does :log_off_at_end_of_shift. -:bob6859 :does :work_related_task. -:bob6859 :does :log_off_at_end_of_shift. -:carol6859 :does :access_social_media. -:alice6860 :does :log_off_at_end_of_shift. -:bob6860 :does :work_related_task. -:bob6860 :does :log_off_at_end_of_shift. -:carol6860 :does :access_social_media. -:alice6861 :does :log_off_at_end_of_shift. -:bob6861 :does :work_related_task. -:bob6861 :does :log_off_at_end_of_shift. -:carol6861 :does :access_social_media. -:alice6862 :does :log_off_at_end_of_shift. -:bob6862 :does :work_related_task. -:bob6862 :does :log_off_at_end_of_shift. -:carol6862 :does :access_social_media. -:alice6863 :does :log_off_at_end_of_shift. -:bob6863 :does :work_related_task. -:bob6863 :does :log_off_at_end_of_shift. -:carol6863 :does :access_social_media. -:alice6864 :does :log_off_at_end_of_shift. -:bob6864 :does :work_related_task. -:bob6864 :does :log_off_at_end_of_shift. -:carol6864 :does :access_social_media. -:alice6865 :does :log_off_at_end_of_shift. -:bob6865 :does :work_related_task. -:bob6865 :does :log_off_at_end_of_shift. -:carol6865 :does :access_social_media. -:alice6866 :does :log_off_at_end_of_shift. -:bob6866 :does :work_related_task. -:bob6866 :does :log_off_at_end_of_shift. -:carol6866 :does :access_social_media. -:alice6867 :does :log_off_at_end_of_shift. -:bob6867 :does :work_related_task. -:bob6867 :does :log_off_at_end_of_shift. -:carol6867 :does :access_social_media. -:alice6868 :does :log_off_at_end_of_shift. -:bob6868 :does :work_related_task. -:bob6868 :does :log_off_at_end_of_shift. -:carol6868 :does :access_social_media. -:alice6869 :does :log_off_at_end_of_shift. -:bob6869 :does :work_related_task. -:bob6869 :does :log_off_at_end_of_shift. -:carol6869 :does :access_social_media. -:alice6870 :does :log_off_at_end_of_shift. -:bob6870 :does :work_related_task. -:bob6870 :does :log_off_at_end_of_shift. -:carol6870 :does :access_social_media. -:alice6871 :does :log_off_at_end_of_shift. -:bob6871 :does :work_related_task. -:bob6871 :does :log_off_at_end_of_shift. -:carol6871 :does :access_social_media. -:alice6872 :does :log_off_at_end_of_shift. -:bob6872 :does :work_related_task. -:bob6872 :does :log_off_at_end_of_shift. -:carol6872 :does :access_social_media. -:alice6873 :does :log_off_at_end_of_shift. -:bob6873 :does :work_related_task. -:bob6873 :does :log_off_at_end_of_shift. -:carol6873 :does :access_social_media. -:alice6874 :does :log_off_at_end_of_shift. -:bob6874 :does :work_related_task. -:bob6874 :does :log_off_at_end_of_shift. -:carol6874 :does :access_social_media. -:alice6875 :does :log_off_at_end_of_shift. -:bob6875 :does :work_related_task. -:bob6875 :does :log_off_at_end_of_shift. -:carol6875 :does :access_social_media. -:alice6876 :does :log_off_at_end_of_shift. -:bob6876 :does :work_related_task. -:bob6876 :does :log_off_at_end_of_shift. -:carol6876 :does :access_social_media. -:alice6877 :does :log_off_at_end_of_shift. -:bob6877 :does :work_related_task. -:bob6877 :does :log_off_at_end_of_shift. -:carol6877 :does :access_social_media. -:alice6878 :does :log_off_at_end_of_shift. -:bob6878 :does :work_related_task. -:bob6878 :does :log_off_at_end_of_shift. -:carol6878 :does :access_social_media. -:alice6879 :does :log_off_at_end_of_shift. -:bob6879 :does :work_related_task. -:bob6879 :does :log_off_at_end_of_shift. -:carol6879 :does :access_social_media. -:alice6880 :does :log_off_at_end_of_shift. -:bob6880 :does :work_related_task. -:bob6880 :does :log_off_at_end_of_shift. -:carol6880 :does :access_social_media. -:alice6881 :does :log_off_at_end_of_shift. -:bob6881 :does :work_related_task. -:bob6881 :does :log_off_at_end_of_shift. -:carol6881 :does :access_social_media. -:alice6882 :does :log_off_at_end_of_shift. -:bob6882 :does :work_related_task. -:bob6882 :does :log_off_at_end_of_shift. -:carol6882 :does :access_social_media. -:alice6883 :does :log_off_at_end_of_shift. -:bob6883 :does :work_related_task. -:bob6883 :does :log_off_at_end_of_shift. -:carol6883 :does :access_social_media. -:alice6884 :does :log_off_at_end_of_shift. -:bob6884 :does :work_related_task. -:bob6884 :does :log_off_at_end_of_shift. -:carol6884 :does :access_social_media. -:alice6885 :does :log_off_at_end_of_shift. -:bob6885 :does :work_related_task. -:bob6885 :does :log_off_at_end_of_shift. -:carol6885 :does :access_social_media. -:alice6886 :does :log_off_at_end_of_shift. -:bob6886 :does :work_related_task. -:bob6886 :does :log_off_at_end_of_shift. -:carol6886 :does :access_social_media. -:alice6887 :does :log_off_at_end_of_shift. -:bob6887 :does :work_related_task. -:bob6887 :does :log_off_at_end_of_shift. -:carol6887 :does :access_social_media. -:alice6888 :does :log_off_at_end_of_shift. -:bob6888 :does :work_related_task. -:bob6888 :does :log_off_at_end_of_shift. -:carol6888 :does :access_social_media. -:alice6889 :does :log_off_at_end_of_shift. -:bob6889 :does :work_related_task. -:bob6889 :does :log_off_at_end_of_shift. -:carol6889 :does :access_social_media. -:alice6890 :does :log_off_at_end_of_shift. -:bob6890 :does :work_related_task. -:bob6890 :does :log_off_at_end_of_shift. -:carol6890 :does :access_social_media. -:alice6891 :does :log_off_at_end_of_shift. -:bob6891 :does :work_related_task. -:bob6891 :does :log_off_at_end_of_shift. -:carol6891 :does :access_social_media. -:alice6892 :does :log_off_at_end_of_shift. -:bob6892 :does :work_related_task. -:bob6892 :does :log_off_at_end_of_shift. -:carol6892 :does :access_social_media. -:alice6893 :does :log_off_at_end_of_shift. -:bob6893 :does :work_related_task. -:bob6893 :does :log_off_at_end_of_shift. -:carol6893 :does :access_social_media. -:alice6894 :does :log_off_at_end_of_shift. -:bob6894 :does :work_related_task. -:bob6894 :does :log_off_at_end_of_shift. -:carol6894 :does :access_social_media. -:alice6895 :does :log_off_at_end_of_shift. -:bob6895 :does :work_related_task. -:bob6895 :does :log_off_at_end_of_shift. -:carol6895 :does :access_social_media. -:alice6896 :does :log_off_at_end_of_shift. -:bob6896 :does :work_related_task. -:bob6896 :does :log_off_at_end_of_shift. -:carol6896 :does :access_social_media. -:alice6897 :does :log_off_at_end_of_shift. -:bob6897 :does :work_related_task. -:bob6897 :does :log_off_at_end_of_shift. -:carol6897 :does :access_social_media. -:alice6898 :does :log_off_at_end_of_shift. -:bob6898 :does :work_related_task. -:bob6898 :does :log_off_at_end_of_shift. -:carol6898 :does :access_social_media. -:alice6899 :does :log_off_at_end_of_shift. -:bob6899 :does :work_related_task. -:bob6899 :does :log_off_at_end_of_shift. -:carol6899 :does :access_social_media. -:alice6900 :does :log_off_at_end_of_shift. -:bob6900 :does :work_related_task. -:bob6900 :does :log_off_at_end_of_shift. -:carol6900 :does :access_social_media. -:alice6901 :does :log_off_at_end_of_shift. -:bob6901 :does :work_related_task. -:bob6901 :does :log_off_at_end_of_shift. -:carol6901 :does :access_social_media. -:alice6902 :does :log_off_at_end_of_shift. -:bob6902 :does :work_related_task. -:bob6902 :does :log_off_at_end_of_shift. -:carol6902 :does :access_social_media. -:alice6903 :does :log_off_at_end_of_shift. -:bob6903 :does :work_related_task. -:bob6903 :does :log_off_at_end_of_shift. -:carol6903 :does :access_social_media. -:alice6904 :does :log_off_at_end_of_shift. -:bob6904 :does :work_related_task. -:bob6904 :does :log_off_at_end_of_shift. -:carol6904 :does :access_social_media. -:alice6905 :does :log_off_at_end_of_shift. -:bob6905 :does :work_related_task. -:bob6905 :does :log_off_at_end_of_shift. -:carol6905 :does :access_social_media. -:alice6906 :does :log_off_at_end_of_shift. -:bob6906 :does :work_related_task. -:bob6906 :does :log_off_at_end_of_shift. -:carol6906 :does :access_social_media. -:alice6907 :does :log_off_at_end_of_shift. -:bob6907 :does :work_related_task. -:bob6907 :does :log_off_at_end_of_shift. -:carol6907 :does :access_social_media. -:alice6908 :does :log_off_at_end_of_shift. -:bob6908 :does :work_related_task. -:bob6908 :does :log_off_at_end_of_shift. -:carol6908 :does :access_social_media. -:alice6909 :does :log_off_at_end_of_shift. -:bob6909 :does :work_related_task. -:bob6909 :does :log_off_at_end_of_shift. -:carol6909 :does :access_social_media. -:alice6910 :does :log_off_at_end_of_shift. -:bob6910 :does :work_related_task. -:bob6910 :does :log_off_at_end_of_shift. -:carol6910 :does :access_social_media. -:alice6911 :does :log_off_at_end_of_shift. -:bob6911 :does :work_related_task. -:bob6911 :does :log_off_at_end_of_shift. -:carol6911 :does :access_social_media. -:alice6912 :does :log_off_at_end_of_shift. -:bob6912 :does :work_related_task. -:bob6912 :does :log_off_at_end_of_shift. -:carol6912 :does :access_social_media. -:alice6913 :does :log_off_at_end_of_shift. -:bob6913 :does :work_related_task. -:bob6913 :does :log_off_at_end_of_shift. -:carol6913 :does :access_social_media. -:alice6914 :does :log_off_at_end_of_shift. -:bob6914 :does :work_related_task. -:bob6914 :does :log_off_at_end_of_shift. -:carol6914 :does :access_social_media. -:alice6915 :does :log_off_at_end_of_shift. -:bob6915 :does :work_related_task. -:bob6915 :does :log_off_at_end_of_shift. -:carol6915 :does :access_social_media. -:alice6916 :does :log_off_at_end_of_shift. -:bob6916 :does :work_related_task. -:bob6916 :does :log_off_at_end_of_shift. -:carol6916 :does :access_social_media. -:alice6917 :does :log_off_at_end_of_shift. -:bob6917 :does :work_related_task. -:bob6917 :does :log_off_at_end_of_shift. -:carol6917 :does :access_social_media. -:alice6918 :does :log_off_at_end_of_shift. -:bob6918 :does :work_related_task. -:bob6918 :does :log_off_at_end_of_shift. -:carol6918 :does :access_social_media. -:alice6919 :does :log_off_at_end_of_shift. -:bob6919 :does :work_related_task. -:bob6919 :does :log_off_at_end_of_shift. -:carol6919 :does :access_social_media. -:alice6920 :does :log_off_at_end_of_shift. -:bob6920 :does :work_related_task. -:bob6920 :does :log_off_at_end_of_shift. -:carol6920 :does :access_social_media. -:alice6921 :does :log_off_at_end_of_shift. -:bob6921 :does :work_related_task. -:bob6921 :does :log_off_at_end_of_shift. -:carol6921 :does :access_social_media. -:alice6922 :does :log_off_at_end_of_shift. -:bob6922 :does :work_related_task. -:bob6922 :does :log_off_at_end_of_shift. -:carol6922 :does :access_social_media. -:alice6923 :does :log_off_at_end_of_shift. -:bob6923 :does :work_related_task. -:bob6923 :does :log_off_at_end_of_shift. -:carol6923 :does :access_social_media. -:alice6924 :does :log_off_at_end_of_shift. -:bob6924 :does :work_related_task. -:bob6924 :does :log_off_at_end_of_shift. -:carol6924 :does :access_social_media. -:alice6925 :does :log_off_at_end_of_shift. -:bob6925 :does :work_related_task. -:bob6925 :does :log_off_at_end_of_shift. -:carol6925 :does :access_social_media. -:alice6926 :does :log_off_at_end_of_shift. -:bob6926 :does :work_related_task. -:bob6926 :does :log_off_at_end_of_shift. -:carol6926 :does :access_social_media. -:alice6927 :does :log_off_at_end_of_shift. -:bob6927 :does :work_related_task. -:bob6927 :does :log_off_at_end_of_shift. -:carol6927 :does :access_social_media. -:alice6928 :does :log_off_at_end_of_shift. -:bob6928 :does :work_related_task. -:bob6928 :does :log_off_at_end_of_shift. -:carol6928 :does :access_social_media. -:alice6929 :does :log_off_at_end_of_shift. -:bob6929 :does :work_related_task. -:bob6929 :does :log_off_at_end_of_shift. -:carol6929 :does :access_social_media. -:alice6930 :does :log_off_at_end_of_shift. -:bob6930 :does :work_related_task. -:bob6930 :does :log_off_at_end_of_shift. -:carol6930 :does :access_social_media. -:alice6931 :does :log_off_at_end_of_shift. -:bob6931 :does :work_related_task. -:bob6931 :does :log_off_at_end_of_shift. -:carol6931 :does :access_social_media. -:alice6932 :does :log_off_at_end_of_shift. -:bob6932 :does :work_related_task. -:bob6932 :does :log_off_at_end_of_shift. -:carol6932 :does :access_social_media. -:alice6933 :does :log_off_at_end_of_shift. -:bob6933 :does :work_related_task. -:bob6933 :does :log_off_at_end_of_shift. -:carol6933 :does :access_social_media. -:alice6934 :does :log_off_at_end_of_shift. -:bob6934 :does :work_related_task. -:bob6934 :does :log_off_at_end_of_shift. -:carol6934 :does :access_social_media. -:alice6935 :does :log_off_at_end_of_shift. -:bob6935 :does :work_related_task. -:bob6935 :does :log_off_at_end_of_shift. -:carol6935 :does :access_social_media. -:alice6936 :does :log_off_at_end_of_shift. -:bob6936 :does :work_related_task. -:bob6936 :does :log_off_at_end_of_shift. -:carol6936 :does :access_social_media. -:alice6937 :does :log_off_at_end_of_shift. -:bob6937 :does :work_related_task. -:bob6937 :does :log_off_at_end_of_shift. -:carol6937 :does :access_social_media. -:alice6938 :does :log_off_at_end_of_shift. -:bob6938 :does :work_related_task. -:bob6938 :does :log_off_at_end_of_shift. -:carol6938 :does :access_social_media. -:alice6939 :does :log_off_at_end_of_shift. -:bob6939 :does :work_related_task. -:bob6939 :does :log_off_at_end_of_shift. -:carol6939 :does :access_social_media. -:alice6940 :does :log_off_at_end_of_shift. -:bob6940 :does :work_related_task. -:bob6940 :does :log_off_at_end_of_shift. -:carol6940 :does :access_social_media. -:alice6941 :does :log_off_at_end_of_shift. -:bob6941 :does :work_related_task. -:bob6941 :does :log_off_at_end_of_shift. -:carol6941 :does :access_social_media. -:alice6942 :does :log_off_at_end_of_shift. -:bob6942 :does :work_related_task. -:bob6942 :does :log_off_at_end_of_shift. -:carol6942 :does :access_social_media. -:alice6943 :does :log_off_at_end_of_shift. -:bob6943 :does :work_related_task. -:bob6943 :does :log_off_at_end_of_shift. -:carol6943 :does :access_social_media. -:alice6944 :does :log_off_at_end_of_shift. -:bob6944 :does :work_related_task. -:bob6944 :does :log_off_at_end_of_shift. -:carol6944 :does :access_social_media. -:alice6945 :does :log_off_at_end_of_shift. -:bob6945 :does :work_related_task. -:bob6945 :does :log_off_at_end_of_shift. -:carol6945 :does :access_social_media. -:alice6946 :does :log_off_at_end_of_shift. -:bob6946 :does :work_related_task. -:bob6946 :does :log_off_at_end_of_shift. -:carol6946 :does :access_social_media. -:alice6947 :does :log_off_at_end_of_shift. -:bob6947 :does :work_related_task. -:bob6947 :does :log_off_at_end_of_shift. -:carol6947 :does :access_social_media. -:alice6948 :does :log_off_at_end_of_shift. -:bob6948 :does :work_related_task. -:bob6948 :does :log_off_at_end_of_shift. -:carol6948 :does :access_social_media. -:alice6949 :does :log_off_at_end_of_shift. -:bob6949 :does :work_related_task. -:bob6949 :does :log_off_at_end_of_shift. -:carol6949 :does :access_social_media. -:alice6950 :does :log_off_at_end_of_shift. -:bob6950 :does :work_related_task. -:bob6950 :does :log_off_at_end_of_shift. -:carol6950 :does :access_social_media. -:alice6951 :does :log_off_at_end_of_shift. -:bob6951 :does :work_related_task. -:bob6951 :does :log_off_at_end_of_shift. -:carol6951 :does :access_social_media. -:alice6952 :does :log_off_at_end_of_shift. -:bob6952 :does :work_related_task. -:bob6952 :does :log_off_at_end_of_shift. -:carol6952 :does :access_social_media. -:alice6953 :does :log_off_at_end_of_shift. -:bob6953 :does :work_related_task. -:bob6953 :does :log_off_at_end_of_shift. -:carol6953 :does :access_social_media. -:alice6954 :does :log_off_at_end_of_shift. -:bob6954 :does :work_related_task. -:bob6954 :does :log_off_at_end_of_shift. -:carol6954 :does :access_social_media. -:alice6955 :does :log_off_at_end_of_shift. -:bob6955 :does :work_related_task. -:bob6955 :does :log_off_at_end_of_shift. -:carol6955 :does :access_social_media. -:alice6956 :does :log_off_at_end_of_shift. -:bob6956 :does :work_related_task. -:bob6956 :does :log_off_at_end_of_shift. -:carol6956 :does :access_social_media. -:alice6957 :does :log_off_at_end_of_shift. -:bob6957 :does :work_related_task. -:bob6957 :does :log_off_at_end_of_shift. -:carol6957 :does :access_social_media. -:alice6958 :does :log_off_at_end_of_shift. -:bob6958 :does :work_related_task. -:bob6958 :does :log_off_at_end_of_shift. -:carol6958 :does :access_social_media. -:alice6959 :does :log_off_at_end_of_shift. -:bob6959 :does :work_related_task. -:bob6959 :does :log_off_at_end_of_shift. -:carol6959 :does :access_social_media. -:alice6960 :does :log_off_at_end_of_shift. -:bob6960 :does :work_related_task. -:bob6960 :does :log_off_at_end_of_shift. -:carol6960 :does :access_social_media. -:alice6961 :does :log_off_at_end_of_shift. -:bob6961 :does :work_related_task. -:bob6961 :does :log_off_at_end_of_shift. -:carol6961 :does :access_social_media. -:alice6962 :does :log_off_at_end_of_shift. -:bob6962 :does :work_related_task. -:bob6962 :does :log_off_at_end_of_shift. -:carol6962 :does :access_social_media. -:alice6963 :does :log_off_at_end_of_shift. -:bob6963 :does :work_related_task. -:bob6963 :does :log_off_at_end_of_shift. -:carol6963 :does :access_social_media. -:alice6964 :does :log_off_at_end_of_shift. -:bob6964 :does :work_related_task. -:bob6964 :does :log_off_at_end_of_shift. -:carol6964 :does :access_social_media. -:alice6965 :does :log_off_at_end_of_shift. -:bob6965 :does :work_related_task. -:bob6965 :does :log_off_at_end_of_shift. -:carol6965 :does :access_social_media. -:alice6966 :does :log_off_at_end_of_shift. -:bob6966 :does :work_related_task. -:bob6966 :does :log_off_at_end_of_shift. -:carol6966 :does :access_social_media. -:alice6967 :does :log_off_at_end_of_shift. -:bob6967 :does :work_related_task. -:bob6967 :does :log_off_at_end_of_shift. -:carol6967 :does :access_social_media. -:alice6968 :does :log_off_at_end_of_shift. -:bob6968 :does :work_related_task. -:bob6968 :does :log_off_at_end_of_shift. -:carol6968 :does :access_social_media. -:alice6969 :does :log_off_at_end_of_shift. -:bob6969 :does :work_related_task. -:bob6969 :does :log_off_at_end_of_shift. -:carol6969 :does :access_social_media. -:alice6970 :does :log_off_at_end_of_shift. -:bob6970 :does :work_related_task. -:bob6970 :does :log_off_at_end_of_shift. -:carol6970 :does :access_social_media. -:alice6971 :does :log_off_at_end_of_shift. -:bob6971 :does :work_related_task. -:bob6971 :does :log_off_at_end_of_shift. -:carol6971 :does :access_social_media. -:alice6972 :does :log_off_at_end_of_shift. -:bob6972 :does :work_related_task. -:bob6972 :does :log_off_at_end_of_shift. -:carol6972 :does :access_social_media. -:alice6973 :does :log_off_at_end_of_shift. -:bob6973 :does :work_related_task. -:bob6973 :does :log_off_at_end_of_shift. -:carol6973 :does :access_social_media. -:alice6974 :does :log_off_at_end_of_shift. -:bob6974 :does :work_related_task. -:bob6974 :does :log_off_at_end_of_shift. -:carol6974 :does :access_social_media. -:alice6975 :does :log_off_at_end_of_shift. -:bob6975 :does :work_related_task. -:bob6975 :does :log_off_at_end_of_shift. -:carol6975 :does :access_social_media. -:alice6976 :does :log_off_at_end_of_shift. -:bob6976 :does :work_related_task. -:bob6976 :does :log_off_at_end_of_shift. -:carol6976 :does :access_social_media. -:alice6977 :does :log_off_at_end_of_shift. -:bob6977 :does :work_related_task. -:bob6977 :does :log_off_at_end_of_shift. -:carol6977 :does :access_social_media. -:alice6978 :does :log_off_at_end_of_shift. -:bob6978 :does :work_related_task. -:bob6978 :does :log_off_at_end_of_shift. -:carol6978 :does :access_social_media. -:alice6979 :does :log_off_at_end_of_shift. -:bob6979 :does :work_related_task. -:bob6979 :does :log_off_at_end_of_shift. -:carol6979 :does :access_social_media. -:alice6980 :does :log_off_at_end_of_shift. -:bob6980 :does :work_related_task. -:bob6980 :does :log_off_at_end_of_shift. -:carol6980 :does :access_social_media. -:alice6981 :does :log_off_at_end_of_shift. -:bob6981 :does :work_related_task. -:bob6981 :does :log_off_at_end_of_shift. -:carol6981 :does :access_social_media. -:alice6982 :does :log_off_at_end_of_shift. -:bob6982 :does :work_related_task. -:bob6982 :does :log_off_at_end_of_shift. -:carol6982 :does :access_social_media. -:alice6983 :does :log_off_at_end_of_shift. -:bob6983 :does :work_related_task. -:bob6983 :does :log_off_at_end_of_shift. -:carol6983 :does :access_social_media. -:alice6984 :does :log_off_at_end_of_shift. -:bob6984 :does :work_related_task. -:bob6984 :does :log_off_at_end_of_shift. -:carol6984 :does :access_social_media. -:alice6985 :does :log_off_at_end_of_shift. -:bob6985 :does :work_related_task. -:bob6985 :does :log_off_at_end_of_shift. -:carol6985 :does :access_social_media. -:alice6986 :does :log_off_at_end_of_shift. -:bob6986 :does :work_related_task. -:bob6986 :does :log_off_at_end_of_shift. -:carol6986 :does :access_social_media. -:alice6987 :does :log_off_at_end_of_shift. -:bob6987 :does :work_related_task. -:bob6987 :does :log_off_at_end_of_shift. -:carol6987 :does :access_social_media. -:alice6988 :does :log_off_at_end_of_shift. -:bob6988 :does :work_related_task. -:bob6988 :does :log_off_at_end_of_shift. -:carol6988 :does :access_social_media. -:alice6989 :does :log_off_at_end_of_shift. -:bob6989 :does :work_related_task. -:bob6989 :does :log_off_at_end_of_shift. -:carol6989 :does :access_social_media. -:alice6990 :does :log_off_at_end_of_shift. -:bob6990 :does :work_related_task. -:bob6990 :does :log_off_at_end_of_shift. -:carol6990 :does :access_social_media. -:alice6991 :does :log_off_at_end_of_shift. -:bob6991 :does :work_related_task. -:bob6991 :does :log_off_at_end_of_shift. -:carol6991 :does :access_social_media. -:alice6992 :does :log_off_at_end_of_shift. -:bob6992 :does :work_related_task. -:bob6992 :does :log_off_at_end_of_shift. -:carol6992 :does :access_social_media. -:alice6993 :does :log_off_at_end_of_shift. -:bob6993 :does :work_related_task. -:bob6993 :does :log_off_at_end_of_shift. -:carol6993 :does :access_social_media. -:alice6994 :does :log_off_at_end_of_shift. -:bob6994 :does :work_related_task. -:bob6994 :does :log_off_at_end_of_shift. -:carol6994 :does :access_social_media. -:alice6995 :does :log_off_at_end_of_shift. -:bob6995 :does :work_related_task. -:bob6995 :does :log_off_at_end_of_shift. -:carol6995 :does :access_social_media. -:alice6996 :does :log_off_at_end_of_shift. -:bob6996 :does :work_related_task. -:bob6996 :does :log_off_at_end_of_shift. -:carol6996 :does :access_social_media. -:alice6997 :does :log_off_at_end_of_shift. -:bob6997 :does :work_related_task. -:bob6997 :does :log_off_at_end_of_shift. -:carol6997 :does :access_social_media. -:alice6998 :does :log_off_at_end_of_shift. -:bob6998 :does :work_related_task. -:bob6998 :does :log_off_at_end_of_shift. -:carol6998 :does :access_social_media. -:alice6999 :does :log_off_at_end_of_shift. -:bob6999 :does :work_related_task. -:bob6999 :does :log_off_at_end_of_shift. -:carol6999 :does :access_social_media. -:alice7000 :does :log_off_at_end_of_shift. -:bob7000 :does :work_related_task. -:bob7000 :does :log_off_at_end_of_shift. -:carol7000 :does :access_social_media. -:alice7001 :does :log_off_at_end_of_shift. -:bob7001 :does :work_related_task. -:bob7001 :does :log_off_at_end_of_shift. -:carol7001 :does :access_social_media. -:alice7002 :does :log_off_at_end_of_shift. -:bob7002 :does :work_related_task. -:bob7002 :does :log_off_at_end_of_shift. -:carol7002 :does :access_social_media. -:alice7003 :does :log_off_at_end_of_shift. -:bob7003 :does :work_related_task. -:bob7003 :does :log_off_at_end_of_shift. -:carol7003 :does :access_social_media. -:alice7004 :does :log_off_at_end_of_shift. -:bob7004 :does :work_related_task. -:bob7004 :does :log_off_at_end_of_shift. -:carol7004 :does :access_social_media. -:alice7005 :does :log_off_at_end_of_shift. -:bob7005 :does :work_related_task. -:bob7005 :does :log_off_at_end_of_shift. -:carol7005 :does :access_social_media. -:alice7006 :does :log_off_at_end_of_shift. -:bob7006 :does :work_related_task. -:bob7006 :does :log_off_at_end_of_shift. -:carol7006 :does :access_social_media. -:alice7007 :does :log_off_at_end_of_shift. -:bob7007 :does :work_related_task. -:bob7007 :does :log_off_at_end_of_shift. -:carol7007 :does :access_social_media. -:alice7008 :does :log_off_at_end_of_shift. -:bob7008 :does :work_related_task. -:bob7008 :does :log_off_at_end_of_shift. -:carol7008 :does :access_social_media. -:alice7009 :does :log_off_at_end_of_shift. -:bob7009 :does :work_related_task. -:bob7009 :does :log_off_at_end_of_shift. -:carol7009 :does :access_social_media. -:alice7010 :does :log_off_at_end_of_shift. -:bob7010 :does :work_related_task. -:bob7010 :does :log_off_at_end_of_shift. -:carol7010 :does :access_social_media. -:alice7011 :does :log_off_at_end_of_shift. -:bob7011 :does :work_related_task. -:bob7011 :does :log_off_at_end_of_shift. -:carol7011 :does :access_social_media. -:alice7012 :does :log_off_at_end_of_shift. -:bob7012 :does :work_related_task. -:bob7012 :does :log_off_at_end_of_shift. -:carol7012 :does :access_social_media. -:alice7013 :does :log_off_at_end_of_shift. -:bob7013 :does :work_related_task. -:bob7013 :does :log_off_at_end_of_shift. -:carol7013 :does :access_social_media. -:alice7014 :does :log_off_at_end_of_shift. -:bob7014 :does :work_related_task. -:bob7014 :does :log_off_at_end_of_shift. -:carol7014 :does :access_social_media. -:alice7015 :does :log_off_at_end_of_shift. -:bob7015 :does :work_related_task. -:bob7015 :does :log_off_at_end_of_shift. -:carol7015 :does :access_social_media. -:alice7016 :does :log_off_at_end_of_shift. -:bob7016 :does :work_related_task. -:bob7016 :does :log_off_at_end_of_shift. -:carol7016 :does :access_social_media. -:alice7017 :does :log_off_at_end_of_shift. -:bob7017 :does :work_related_task. -:bob7017 :does :log_off_at_end_of_shift. -:carol7017 :does :access_social_media. -:alice7018 :does :log_off_at_end_of_shift. -:bob7018 :does :work_related_task. -:bob7018 :does :log_off_at_end_of_shift. -:carol7018 :does :access_social_media. -:alice7019 :does :log_off_at_end_of_shift. -:bob7019 :does :work_related_task. -:bob7019 :does :log_off_at_end_of_shift. -:carol7019 :does :access_social_media. -:alice7020 :does :log_off_at_end_of_shift. -:bob7020 :does :work_related_task. -:bob7020 :does :log_off_at_end_of_shift. -:carol7020 :does :access_social_media. -:alice7021 :does :log_off_at_end_of_shift. -:bob7021 :does :work_related_task. -:bob7021 :does :log_off_at_end_of_shift. -:carol7021 :does :access_social_media. -:alice7022 :does :log_off_at_end_of_shift. -:bob7022 :does :work_related_task. -:bob7022 :does :log_off_at_end_of_shift. -:carol7022 :does :access_social_media. -:alice7023 :does :log_off_at_end_of_shift. -:bob7023 :does :work_related_task. -:bob7023 :does :log_off_at_end_of_shift. -:carol7023 :does :access_social_media. -:alice7024 :does :log_off_at_end_of_shift. -:bob7024 :does :work_related_task. -:bob7024 :does :log_off_at_end_of_shift. -:carol7024 :does :access_social_media. -:alice7025 :does :log_off_at_end_of_shift. -:bob7025 :does :work_related_task. -:bob7025 :does :log_off_at_end_of_shift. -:carol7025 :does :access_social_media. -:alice7026 :does :log_off_at_end_of_shift. -:bob7026 :does :work_related_task. -:bob7026 :does :log_off_at_end_of_shift. -:carol7026 :does :access_social_media. -:alice7027 :does :log_off_at_end_of_shift. -:bob7027 :does :work_related_task. -:bob7027 :does :log_off_at_end_of_shift. -:carol7027 :does :access_social_media. -:alice7028 :does :log_off_at_end_of_shift. -:bob7028 :does :work_related_task. -:bob7028 :does :log_off_at_end_of_shift. -:carol7028 :does :access_social_media. -:alice7029 :does :log_off_at_end_of_shift. -:bob7029 :does :work_related_task. -:bob7029 :does :log_off_at_end_of_shift. -:carol7029 :does :access_social_media. -:alice7030 :does :log_off_at_end_of_shift. -:bob7030 :does :work_related_task. -:bob7030 :does :log_off_at_end_of_shift. -:carol7030 :does :access_social_media. -:alice7031 :does :log_off_at_end_of_shift. -:bob7031 :does :work_related_task. -:bob7031 :does :log_off_at_end_of_shift. -:carol7031 :does :access_social_media. -:alice7032 :does :log_off_at_end_of_shift. -:bob7032 :does :work_related_task. -:bob7032 :does :log_off_at_end_of_shift. -:carol7032 :does :access_social_media. -:alice7033 :does :log_off_at_end_of_shift. -:bob7033 :does :work_related_task. -:bob7033 :does :log_off_at_end_of_shift. -:carol7033 :does :access_social_media. -:alice7034 :does :log_off_at_end_of_shift. -:bob7034 :does :work_related_task. -:bob7034 :does :log_off_at_end_of_shift. -:carol7034 :does :access_social_media. -:alice7035 :does :log_off_at_end_of_shift. -:bob7035 :does :work_related_task. -:bob7035 :does :log_off_at_end_of_shift. -:carol7035 :does :access_social_media. -:alice7036 :does :log_off_at_end_of_shift. -:bob7036 :does :work_related_task. -:bob7036 :does :log_off_at_end_of_shift. -:carol7036 :does :access_social_media. -:alice7037 :does :log_off_at_end_of_shift. -:bob7037 :does :work_related_task. -:bob7037 :does :log_off_at_end_of_shift. -:carol7037 :does :access_social_media. -:alice7038 :does :log_off_at_end_of_shift. -:bob7038 :does :work_related_task. -:bob7038 :does :log_off_at_end_of_shift. -:carol7038 :does :access_social_media. -:alice7039 :does :log_off_at_end_of_shift. -:bob7039 :does :work_related_task. -:bob7039 :does :log_off_at_end_of_shift. -:carol7039 :does :access_social_media. -:alice7040 :does :log_off_at_end_of_shift. -:bob7040 :does :work_related_task. -:bob7040 :does :log_off_at_end_of_shift. -:carol7040 :does :access_social_media. -:alice7041 :does :log_off_at_end_of_shift. -:bob7041 :does :work_related_task. -:bob7041 :does :log_off_at_end_of_shift. -:carol7041 :does :access_social_media. -:alice7042 :does :log_off_at_end_of_shift. -:bob7042 :does :work_related_task. -:bob7042 :does :log_off_at_end_of_shift. -:carol7042 :does :access_social_media. -:alice7043 :does :log_off_at_end_of_shift. -:bob7043 :does :work_related_task. -:bob7043 :does :log_off_at_end_of_shift. -:carol7043 :does :access_social_media. -:alice7044 :does :log_off_at_end_of_shift. -:bob7044 :does :work_related_task. -:bob7044 :does :log_off_at_end_of_shift. -:carol7044 :does :access_social_media. -:alice7045 :does :log_off_at_end_of_shift. -:bob7045 :does :work_related_task. -:bob7045 :does :log_off_at_end_of_shift. -:carol7045 :does :access_social_media. -:alice7046 :does :log_off_at_end_of_shift. -:bob7046 :does :work_related_task. -:bob7046 :does :log_off_at_end_of_shift. -:carol7046 :does :access_social_media. -:alice7047 :does :log_off_at_end_of_shift. -:bob7047 :does :work_related_task. -:bob7047 :does :log_off_at_end_of_shift. -:carol7047 :does :access_social_media. -:alice7048 :does :log_off_at_end_of_shift. -:bob7048 :does :work_related_task. -:bob7048 :does :log_off_at_end_of_shift. -:carol7048 :does :access_social_media. -:alice7049 :does :log_off_at_end_of_shift. -:bob7049 :does :work_related_task. -:bob7049 :does :log_off_at_end_of_shift. -:carol7049 :does :access_social_media. -:alice7050 :does :log_off_at_end_of_shift. -:bob7050 :does :work_related_task. -:bob7050 :does :log_off_at_end_of_shift. -:carol7050 :does :access_social_media. -:alice7051 :does :log_off_at_end_of_shift. -:bob7051 :does :work_related_task. -:bob7051 :does :log_off_at_end_of_shift. -:carol7051 :does :access_social_media. -:alice7052 :does :log_off_at_end_of_shift. -:bob7052 :does :work_related_task. -:bob7052 :does :log_off_at_end_of_shift. -:carol7052 :does :access_social_media. -:alice7053 :does :log_off_at_end_of_shift. -:bob7053 :does :work_related_task. -:bob7053 :does :log_off_at_end_of_shift. -:carol7053 :does :access_social_media. -:alice7054 :does :log_off_at_end_of_shift. -:bob7054 :does :work_related_task. -:bob7054 :does :log_off_at_end_of_shift. -:carol7054 :does :access_social_media. -:alice7055 :does :log_off_at_end_of_shift. -:bob7055 :does :work_related_task. -:bob7055 :does :log_off_at_end_of_shift. -:carol7055 :does :access_social_media. -:alice7056 :does :log_off_at_end_of_shift. -:bob7056 :does :work_related_task. -:bob7056 :does :log_off_at_end_of_shift. -:carol7056 :does :access_social_media. -:alice7057 :does :log_off_at_end_of_shift. -:bob7057 :does :work_related_task. -:bob7057 :does :log_off_at_end_of_shift. -:carol7057 :does :access_social_media. -:alice7058 :does :log_off_at_end_of_shift. -:bob7058 :does :work_related_task. -:bob7058 :does :log_off_at_end_of_shift. -:carol7058 :does :access_social_media. -:alice7059 :does :log_off_at_end_of_shift. -:bob7059 :does :work_related_task. -:bob7059 :does :log_off_at_end_of_shift. -:carol7059 :does :access_social_media. -:alice7060 :does :log_off_at_end_of_shift. -:bob7060 :does :work_related_task. -:bob7060 :does :log_off_at_end_of_shift. -:carol7060 :does :access_social_media. -:alice7061 :does :log_off_at_end_of_shift. -:bob7061 :does :work_related_task. -:bob7061 :does :log_off_at_end_of_shift. -:carol7061 :does :access_social_media. -:alice7062 :does :log_off_at_end_of_shift. -:bob7062 :does :work_related_task. -:bob7062 :does :log_off_at_end_of_shift. -:carol7062 :does :access_social_media. -:alice7063 :does :log_off_at_end_of_shift. -:bob7063 :does :work_related_task. -:bob7063 :does :log_off_at_end_of_shift. -:carol7063 :does :access_social_media. -:alice7064 :does :log_off_at_end_of_shift. -:bob7064 :does :work_related_task. -:bob7064 :does :log_off_at_end_of_shift. -:carol7064 :does :access_social_media. -:alice7065 :does :log_off_at_end_of_shift. -:bob7065 :does :work_related_task. -:bob7065 :does :log_off_at_end_of_shift. -:carol7065 :does :access_social_media. -:alice7066 :does :log_off_at_end_of_shift. -:bob7066 :does :work_related_task. -:bob7066 :does :log_off_at_end_of_shift. -:carol7066 :does :access_social_media. -:alice7067 :does :log_off_at_end_of_shift. -:bob7067 :does :work_related_task. -:bob7067 :does :log_off_at_end_of_shift. -:carol7067 :does :access_social_media. -:alice7068 :does :log_off_at_end_of_shift. -:bob7068 :does :work_related_task. -:bob7068 :does :log_off_at_end_of_shift. -:carol7068 :does :access_social_media. -:alice7069 :does :log_off_at_end_of_shift. -:bob7069 :does :work_related_task. -:bob7069 :does :log_off_at_end_of_shift. -:carol7069 :does :access_social_media. -:alice7070 :does :log_off_at_end_of_shift. -:bob7070 :does :work_related_task. -:bob7070 :does :log_off_at_end_of_shift. -:carol7070 :does :access_social_media. -:alice7071 :does :log_off_at_end_of_shift. -:bob7071 :does :work_related_task. -:bob7071 :does :log_off_at_end_of_shift. -:carol7071 :does :access_social_media. -:alice7072 :does :log_off_at_end_of_shift. -:bob7072 :does :work_related_task. -:bob7072 :does :log_off_at_end_of_shift. -:carol7072 :does :access_social_media. -:alice7073 :does :log_off_at_end_of_shift. -:bob7073 :does :work_related_task. -:bob7073 :does :log_off_at_end_of_shift. -:carol7073 :does :access_social_media. -:alice7074 :does :log_off_at_end_of_shift. -:bob7074 :does :work_related_task. -:bob7074 :does :log_off_at_end_of_shift. -:carol7074 :does :access_social_media. -:alice7075 :does :log_off_at_end_of_shift. -:bob7075 :does :work_related_task. -:bob7075 :does :log_off_at_end_of_shift. -:carol7075 :does :access_social_media. -:alice7076 :does :log_off_at_end_of_shift. -:bob7076 :does :work_related_task. -:bob7076 :does :log_off_at_end_of_shift. -:carol7076 :does :access_social_media. -:alice7077 :does :log_off_at_end_of_shift. -:bob7077 :does :work_related_task. -:bob7077 :does :log_off_at_end_of_shift. -:carol7077 :does :access_social_media. -:alice7078 :does :log_off_at_end_of_shift. -:bob7078 :does :work_related_task. -:bob7078 :does :log_off_at_end_of_shift. -:carol7078 :does :access_social_media. -:alice7079 :does :log_off_at_end_of_shift. -:bob7079 :does :work_related_task. -:bob7079 :does :log_off_at_end_of_shift. -:carol7079 :does :access_social_media. -:alice7080 :does :log_off_at_end_of_shift. -:bob7080 :does :work_related_task. -:bob7080 :does :log_off_at_end_of_shift. -:carol7080 :does :access_social_media. -:alice7081 :does :log_off_at_end_of_shift. -:bob7081 :does :work_related_task. -:bob7081 :does :log_off_at_end_of_shift. -:carol7081 :does :access_social_media. -:alice7082 :does :log_off_at_end_of_shift. -:bob7082 :does :work_related_task. -:bob7082 :does :log_off_at_end_of_shift. -:carol7082 :does :access_social_media. -:alice7083 :does :log_off_at_end_of_shift. -:bob7083 :does :work_related_task. -:bob7083 :does :log_off_at_end_of_shift. -:carol7083 :does :access_social_media. -:alice7084 :does :log_off_at_end_of_shift. -:bob7084 :does :work_related_task. -:bob7084 :does :log_off_at_end_of_shift. -:carol7084 :does :access_social_media. -:alice7085 :does :log_off_at_end_of_shift. -:bob7085 :does :work_related_task. -:bob7085 :does :log_off_at_end_of_shift. -:carol7085 :does :access_social_media. -:alice7086 :does :log_off_at_end_of_shift. -:bob7086 :does :work_related_task. -:bob7086 :does :log_off_at_end_of_shift. -:carol7086 :does :access_social_media. -:alice7087 :does :log_off_at_end_of_shift. -:bob7087 :does :work_related_task. -:bob7087 :does :log_off_at_end_of_shift. -:carol7087 :does :access_social_media. -:alice7088 :does :log_off_at_end_of_shift. -:bob7088 :does :work_related_task. -:bob7088 :does :log_off_at_end_of_shift. -:carol7088 :does :access_social_media. -:alice7089 :does :log_off_at_end_of_shift. -:bob7089 :does :work_related_task. -:bob7089 :does :log_off_at_end_of_shift. -:carol7089 :does :access_social_media. -:alice7090 :does :log_off_at_end_of_shift. -:bob7090 :does :work_related_task. -:bob7090 :does :log_off_at_end_of_shift. -:carol7090 :does :access_social_media. -:alice7091 :does :log_off_at_end_of_shift. -:bob7091 :does :work_related_task. -:bob7091 :does :log_off_at_end_of_shift. -:carol7091 :does :access_social_media. -:alice7092 :does :log_off_at_end_of_shift. -:bob7092 :does :work_related_task. -:bob7092 :does :log_off_at_end_of_shift. -:carol7092 :does :access_social_media. -:alice7093 :does :log_off_at_end_of_shift. -:bob7093 :does :work_related_task. -:bob7093 :does :log_off_at_end_of_shift. -:carol7093 :does :access_social_media. -:alice7094 :does :log_off_at_end_of_shift. -:bob7094 :does :work_related_task. -:bob7094 :does :log_off_at_end_of_shift. -:carol7094 :does :access_social_media. -:alice7095 :does :log_off_at_end_of_shift. -:bob7095 :does :work_related_task. -:bob7095 :does :log_off_at_end_of_shift. -:carol7095 :does :access_social_media. -:alice7096 :does :log_off_at_end_of_shift. -:bob7096 :does :work_related_task. -:bob7096 :does :log_off_at_end_of_shift. -:carol7096 :does :access_social_media. -:alice7097 :does :log_off_at_end_of_shift. -:bob7097 :does :work_related_task. -:bob7097 :does :log_off_at_end_of_shift. -:carol7097 :does :access_social_media. -:alice7098 :does :log_off_at_end_of_shift. -:bob7098 :does :work_related_task. -:bob7098 :does :log_off_at_end_of_shift. -:carol7098 :does :access_social_media. -:alice7099 :does :log_off_at_end_of_shift. -:bob7099 :does :work_related_task. -:bob7099 :does :log_off_at_end_of_shift. -:carol7099 :does :access_social_media. -:alice7100 :does :log_off_at_end_of_shift. -:bob7100 :does :work_related_task. -:bob7100 :does :log_off_at_end_of_shift. -:carol7100 :does :access_social_media. -:alice7101 :does :log_off_at_end_of_shift. -:bob7101 :does :work_related_task. -:bob7101 :does :log_off_at_end_of_shift. -:carol7101 :does :access_social_media. -:alice7102 :does :log_off_at_end_of_shift. -:bob7102 :does :work_related_task. -:bob7102 :does :log_off_at_end_of_shift. -:carol7102 :does :access_social_media. -:alice7103 :does :log_off_at_end_of_shift. -:bob7103 :does :work_related_task. -:bob7103 :does :log_off_at_end_of_shift. -:carol7103 :does :access_social_media. -:alice7104 :does :log_off_at_end_of_shift. -:bob7104 :does :work_related_task. -:bob7104 :does :log_off_at_end_of_shift. -:carol7104 :does :access_social_media. -:alice7105 :does :log_off_at_end_of_shift. -:bob7105 :does :work_related_task. -:bob7105 :does :log_off_at_end_of_shift. -:carol7105 :does :access_social_media. -:alice7106 :does :log_off_at_end_of_shift. -:bob7106 :does :work_related_task. -:bob7106 :does :log_off_at_end_of_shift. -:carol7106 :does :access_social_media. -:alice7107 :does :log_off_at_end_of_shift. -:bob7107 :does :work_related_task. -:bob7107 :does :log_off_at_end_of_shift. -:carol7107 :does :access_social_media. -:alice7108 :does :log_off_at_end_of_shift. -:bob7108 :does :work_related_task. -:bob7108 :does :log_off_at_end_of_shift. -:carol7108 :does :access_social_media. -:alice7109 :does :log_off_at_end_of_shift. -:bob7109 :does :work_related_task. -:bob7109 :does :log_off_at_end_of_shift. -:carol7109 :does :access_social_media. -:alice7110 :does :log_off_at_end_of_shift. -:bob7110 :does :work_related_task. -:bob7110 :does :log_off_at_end_of_shift. -:carol7110 :does :access_social_media. -:alice7111 :does :log_off_at_end_of_shift. -:bob7111 :does :work_related_task. -:bob7111 :does :log_off_at_end_of_shift. -:carol7111 :does :access_social_media. -:alice7112 :does :log_off_at_end_of_shift. -:bob7112 :does :work_related_task. -:bob7112 :does :log_off_at_end_of_shift. -:carol7112 :does :access_social_media. -:alice7113 :does :log_off_at_end_of_shift. -:bob7113 :does :work_related_task. -:bob7113 :does :log_off_at_end_of_shift. -:carol7113 :does :access_social_media. -:alice7114 :does :log_off_at_end_of_shift. -:bob7114 :does :work_related_task. -:bob7114 :does :log_off_at_end_of_shift. -:carol7114 :does :access_social_media. -:alice7115 :does :log_off_at_end_of_shift. -:bob7115 :does :work_related_task. -:bob7115 :does :log_off_at_end_of_shift. -:carol7115 :does :access_social_media. -:alice7116 :does :log_off_at_end_of_shift. -:bob7116 :does :work_related_task. -:bob7116 :does :log_off_at_end_of_shift. -:carol7116 :does :access_social_media. -:alice7117 :does :log_off_at_end_of_shift. -:bob7117 :does :work_related_task. -:bob7117 :does :log_off_at_end_of_shift. -:carol7117 :does :access_social_media. -:alice7118 :does :log_off_at_end_of_shift. -:bob7118 :does :work_related_task. -:bob7118 :does :log_off_at_end_of_shift. -:carol7118 :does :access_social_media. -:alice7119 :does :log_off_at_end_of_shift. -:bob7119 :does :work_related_task. -:bob7119 :does :log_off_at_end_of_shift. -:carol7119 :does :access_social_media. -:alice7120 :does :log_off_at_end_of_shift. -:bob7120 :does :work_related_task. -:bob7120 :does :log_off_at_end_of_shift. -:carol7120 :does :access_social_media. -:alice7121 :does :log_off_at_end_of_shift. -:bob7121 :does :work_related_task. -:bob7121 :does :log_off_at_end_of_shift. -:carol7121 :does :access_social_media. -:alice7122 :does :log_off_at_end_of_shift. -:bob7122 :does :work_related_task. -:bob7122 :does :log_off_at_end_of_shift. -:carol7122 :does :access_social_media. -:alice7123 :does :log_off_at_end_of_shift. -:bob7123 :does :work_related_task. -:bob7123 :does :log_off_at_end_of_shift. -:carol7123 :does :access_social_media. -:alice7124 :does :log_off_at_end_of_shift. -:bob7124 :does :work_related_task. -:bob7124 :does :log_off_at_end_of_shift. -:carol7124 :does :access_social_media. -:alice7125 :does :log_off_at_end_of_shift. -:bob7125 :does :work_related_task. -:bob7125 :does :log_off_at_end_of_shift. -:carol7125 :does :access_social_media. -:alice7126 :does :log_off_at_end_of_shift. -:bob7126 :does :work_related_task. -:bob7126 :does :log_off_at_end_of_shift. -:carol7126 :does :access_social_media. -:alice7127 :does :log_off_at_end_of_shift. -:bob7127 :does :work_related_task. -:bob7127 :does :log_off_at_end_of_shift. -:carol7127 :does :access_social_media. -:alice7128 :does :log_off_at_end_of_shift. -:bob7128 :does :work_related_task. -:bob7128 :does :log_off_at_end_of_shift. -:carol7128 :does :access_social_media. -:alice7129 :does :log_off_at_end_of_shift. -:bob7129 :does :work_related_task. -:bob7129 :does :log_off_at_end_of_shift. -:carol7129 :does :access_social_media. -:alice7130 :does :log_off_at_end_of_shift. -:bob7130 :does :work_related_task. -:bob7130 :does :log_off_at_end_of_shift. -:carol7130 :does :access_social_media. -:alice7131 :does :log_off_at_end_of_shift. -:bob7131 :does :work_related_task. -:bob7131 :does :log_off_at_end_of_shift. -:carol7131 :does :access_social_media. -:alice7132 :does :log_off_at_end_of_shift. -:bob7132 :does :work_related_task. -:bob7132 :does :log_off_at_end_of_shift. -:carol7132 :does :access_social_media. -:alice7133 :does :log_off_at_end_of_shift. -:bob7133 :does :work_related_task. -:bob7133 :does :log_off_at_end_of_shift. -:carol7133 :does :access_social_media. -:alice7134 :does :log_off_at_end_of_shift. -:bob7134 :does :work_related_task. -:bob7134 :does :log_off_at_end_of_shift. -:carol7134 :does :access_social_media. -:alice7135 :does :log_off_at_end_of_shift. -:bob7135 :does :work_related_task. -:bob7135 :does :log_off_at_end_of_shift. -:carol7135 :does :access_social_media. -:alice7136 :does :log_off_at_end_of_shift. -:bob7136 :does :work_related_task. -:bob7136 :does :log_off_at_end_of_shift. -:carol7136 :does :access_social_media. -:alice7137 :does :log_off_at_end_of_shift. -:bob7137 :does :work_related_task. -:bob7137 :does :log_off_at_end_of_shift. -:carol7137 :does :access_social_media. -:alice7138 :does :log_off_at_end_of_shift. -:bob7138 :does :work_related_task. -:bob7138 :does :log_off_at_end_of_shift. -:carol7138 :does :access_social_media. -:alice7139 :does :log_off_at_end_of_shift. -:bob7139 :does :work_related_task. -:bob7139 :does :log_off_at_end_of_shift. -:carol7139 :does :access_social_media. -:alice7140 :does :log_off_at_end_of_shift. -:bob7140 :does :work_related_task. -:bob7140 :does :log_off_at_end_of_shift. -:carol7140 :does :access_social_media. -:alice7141 :does :log_off_at_end_of_shift. -:bob7141 :does :work_related_task. -:bob7141 :does :log_off_at_end_of_shift. -:carol7141 :does :access_social_media. -:alice7142 :does :log_off_at_end_of_shift. -:bob7142 :does :work_related_task. -:bob7142 :does :log_off_at_end_of_shift. -:carol7142 :does :access_social_media. -:alice7143 :does :log_off_at_end_of_shift. -:bob7143 :does :work_related_task. -:bob7143 :does :log_off_at_end_of_shift. -:carol7143 :does :access_social_media. -:alice7144 :does :log_off_at_end_of_shift. -:bob7144 :does :work_related_task. -:bob7144 :does :log_off_at_end_of_shift. -:carol7144 :does :access_social_media. -:alice7145 :does :log_off_at_end_of_shift. -:bob7145 :does :work_related_task. -:bob7145 :does :log_off_at_end_of_shift. -:carol7145 :does :access_social_media. -:alice7146 :does :log_off_at_end_of_shift. -:bob7146 :does :work_related_task. -:bob7146 :does :log_off_at_end_of_shift. -:carol7146 :does :access_social_media. -:alice7147 :does :log_off_at_end_of_shift. -:bob7147 :does :work_related_task. -:bob7147 :does :log_off_at_end_of_shift. -:carol7147 :does :access_social_media. -:alice7148 :does :log_off_at_end_of_shift. -:bob7148 :does :work_related_task. -:bob7148 :does :log_off_at_end_of_shift. -:carol7148 :does :access_social_media. -:alice7149 :does :log_off_at_end_of_shift. -:bob7149 :does :work_related_task. -:bob7149 :does :log_off_at_end_of_shift. -:carol7149 :does :access_social_media. -:alice7150 :does :log_off_at_end_of_shift. -:bob7150 :does :work_related_task. -:bob7150 :does :log_off_at_end_of_shift. -:carol7150 :does :access_social_media. -:alice7151 :does :log_off_at_end_of_shift. -:bob7151 :does :work_related_task. -:bob7151 :does :log_off_at_end_of_shift. -:carol7151 :does :access_social_media. -:alice7152 :does :log_off_at_end_of_shift. -:bob7152 :does :work_related_task. -:bob7152 :does :log_off_at_end_of_shift. -:carol7152 :does :access_social_media. -:alice7153 :does :log_off_at_end_of_shift. -:bob7153 :does :work_related_task. -:bob7153 :does :log_off_at_end_of_shift. -:carol7153 :does :access_social_media. -:alice7154 :does :log_off_at_end_of_shift. -:bob7154 :does :work_related_task. -:bob7154 :does :log_off_at_end_of_shift. -:carol7154 :does :access_social_media. -:alice7155 :does :log_off_at_end_of_shift. -:bob7155 :does :work_related_task. -:bob7155 :does :log_off_at_end_of_shift. -:carol7155 :does :access_social_media. -:alice7156 :does :log_off_at_end_of_shift. -:bob7156 :does :work_related_task. -:bob7156 :does :log_off_at_end_of_shift. -:carol7156 :does :access_social_media. -:alice7157 :does :log_off_at_end_of_shift. -:bob7157 :does :work_related_task. -:bob7157 :does :log_off_at_end_of_shift. -:carol7157 :does :access_social_media. -:alice7158 :does :log_off_at_end_of_shift. -:bob7158 :does :work_related_task. -:bob7158 :does :log_off_at_end_of_shift. -:carol7158 :does :access_social_media. -:alice7159 :does :log_off_at_end_of_shift. -:bob7159 :does :work_related_task. -:bob7159 :does :log_off_at_end_of_shift. -:carol7159 :does :access_social_media. -:alice7160 :does :log_off_at_end_of_shift. -:bob7160 :does :work_related_task. -:bob7160 :does :log_off_at_end_of_shift. -:carol7160 :does :access_social_media. -:alice7161 :does :log_off_at_end_of_shift. -:bob7161 :does :work_related_task. -:bob7161 :does :log_off_at_end_of_shift. -:carol7161 :does :access_social_media. -:alice7162 :does :log_off_at_end_of_shift. -:bob7162 :does :work_related_task. -:bob7162 :does :log_off_at_end_of_shift. -:carol7162 :does :access_social_media. -:alice7163 :does :log_off_at_end_of_shift. -:bob7163 :does :work_related_task. -:bob7163 :does :log_off_at_end_of_shift. -:carol7163 :does :access_social_media. -:alice7164 :does :log_off_at_end_of_shift. -:bob7164 :does :work_related_task. -:bob7164 :does :log_off_at_end_of_shift. -:carol7164 :does :access_social_media. -:alice7165 :does :log_off_at_end_of_shift. -:bob7165 :does :work_related_task. -:bob7165 :does :log_off_at_end_of_shift. -:carol7165 :does :access_social_media. -:alice7166 :does :log_off_at_end_of_shift. -:bob7166 :does :work_related_task. -:bob7166 :does :log_off_at_end_of_shift. -:carol7166 :does :access_social_media. -:alice7167 :does :log_off_at_end_of_shift. -:bob7167 :does :work_related_task. -:bob7167 :does :log_off_at_end_of_shift. -:carol7167 :does :access_social_media. -:alice7168 :does :log_off_at_end_of_shift. -:bob7168 :does :work_related_task. -:bob7168 :does :log_off_at_end_of_shift. -:carol7168 :does :access_social_media. -:alice7169 :does :log_off_at_end_of_shift. -:bob7169 :does :work_related_task. -:bob7169 :does :log_off_at_end_of_shift. -:carol7169 :does :access_social_media. -:alice7170 :does :log_off_at_end_of_shift. -:bob7170 :does :work_related_task. -:bob7170 :does :log_off_at_end_of_shift. -:carol7170 :does :access_social_media. -:alice7171 :does :log_off_at_end_of_shift. -:bob7171 :does :work_related_task. -:bob7171 :does :log_off_at_end_of_shift. -:carol7171 :does :access_social_media. -:alice7172 :does :log_off_at_end_of_shift. -:bob7172 :does :work_related_task. -:bob7172 :does :log_off_at_end_of_shift. -:carol7172 :does :access_social_media. -:alice7173 :does :log_off_at_end_of_shift. -:bob7173 :does :work_related_task. -:bob7173 :does :log_off_at_end_of_shift. -:carol7173 :does :access_social_media. -:alice7174 :does :log_off_at_end_of_shift. -:bob7174 :does :work_related_task. -:bob7174 :does :log_off_at_end_of_shift. -:carol7174 :does :access_social_media. -:alice7175 :does :log_off_at_end_of_shift. -:bob7175 :does :work_related_task. -:bob7175 :does :log_off_at_end_of_shift. -:carol7175 :does :access_social_media. -:alice7176 :does :log_off_at_end_of_shift. -:bob7176 :does :work_related_task. -:bob7176 :does :log_off_at_end_of_shift. -:carol7176 :does :access_social_media. -:alice7177 :does :log_off_at_end_of_shift. -:bob7177 :does :work_related_task. -:bob7177 :does :log_off_at_end_of_shift. -:carol7177 :does :access_social_media. -:alice7178 :does :log_off_at_end_of_shift. -:bob7178 :does :work_related_task. -:bob7178 :does :log_off_at_end_of_shift. -:carol7178 :does :access_social_media. -:alice7179 :does :log_off_at_end_of_shift. -:bob7179 :does :work_related_task. -:bob7179 :does :log_off_at_end_of_shift. -:carol7179 :does :access_social_media. -:alice7180 :does :log_off_at_end_of_shift. -:bob7180 :does :work_related_task. -:bob7180 :does :log_off_at_end_of_shift. -:carol7180 :does :access_social_media. -:alice7181 :does :log_off_at_end_of_shift. -:bob7181 :does :work_related_task. -:bob7181 :does :log_off_at_end_of_shift. -:carol7181 :does :access_social_media. -:alice7182 :does :log_off_at_end_of_shift. -:bob7182 :does :work_related_task. -:bob7182 :does :log_off_at_end_of_shift. -:carol7182 :does :access_social_media. -:alice7183 :does :log_off_at_end_of_shift. -:bob7183 :does :work_related_task. -:bob7183 :does :log_off_at_end_of_shift. -:carol7183 :does :access_social_media. -:alice7184 :does :log_off_at_end_of_shift. -:bob7184 :does :work_related_task. -:bob7184 :does :log_off_at_end_of_shift. -:carol7184 :does :access_social_media. -:alice7185 :does :log_off_at_end_of_shift. -:bob7185 :does :work_related_task. -:bob7185 :does :log_off_at_end_of_shift. -:carol7185 :does :access_social_media. -:alice7186 :does :log_off_at_end_of_shift. -:bob7186 :does :work_related_task. -:bob7186 :does :log_off_at_end_of_shift. -:carol7186 :does :access_social_media. -:alice7187 :does :log_off_at_end_of_shift. -:bob7187 :does :work_related_task. -:bob7187 :does :log_off_at_end_of_shift. -:carol7187 :does :access_social_media. -:alice7188 :does :log_off_at_end_of_shift. -:bob7188 :does :work_related_task. -:bob7188 :does :log_off_at_end_of_shift. -:carol7188 :does :access_social_media. -:alice7189 :does :log_off_at_end_of_shift. -:bob7189 :does :work_related_task. -:bob7189 :does :log_off_at_end_of_shift. -:carol7189 :does :access_social_media. -:alice7190 :does :log_off_at_end_of_shift. -:bob7190 :does :work_related_task. -:bob7190 :does :log_off_at_end_of_shift. -:carol7190 :does :access_social_media. -:alice7191 :does :log_off_at_end_of_shift. -:bob7191 :does :work_related_task. -:bob7191 :does :log_off_at_end_of_shift. -:carol7191 :does :access_social_media. -:alice7192 :does :log_off_at_end_of_shift. -:bob7192 :does :work_related_task. -:bob7192 :does :log_off_at_end_of_shift. -:carol7192 :does :access_social_media. -:alice7193 :does :log_off_at_end_of_shift. -:bob7193 :does :work_related_task. -:bob7193 :does :log_off_at_end_of_shift. -:carol7193 :does :access_social_media. -:alice7194 :does :log_off_at_end_of_shift. -:bob7194 :does :work_related_task. -:bob7194 :does :log_off_at_end_of_shift. -:carol7194 :does :access_social_media. -:alice7195 :does :log_off_at_end_of_shift. -:bob7195 :does :work_related_task. -:bob7195 :does :log_off_at_end_of_shift. -:carol7195 :does :access_social_media. -:alice7196 :does :log_off_at_end_of_shift. -:bob7196 :does :work_related_task. -:bob7196 :does :log_off_at_end_of_shift. -:carol7196 :does :access_social_media. -:alice7197 :does :log_off_at_end_of_shift. -:bob7197 :does :work_related_task. -:bob7197 :does :log_off_at_end_of_shift. -:carol7197 :does :access_social_media. -:alice7198 :does :log_off_at_end_of_shift. -:bob7198 :does :work_related_task. -:bob7198 :does :log_off_at_end_of_shift. -:carol7198 :does :access_social_media. -:alice7199 :does :log_off_at_end_of_shift. -:bob7199 :does :work_related_task. -:bob7199 :does :log_off_at_end_of_shift. -:carol7199 :does :access_social_media. -:alice7200 :does :log_off_at_end_of_shift. -:bob7200 :does :work_related_task. -:bob7200 :does :log_off_at_end_of_shift. -:carol7200 :does :access_social_media. -:alice7201 :does :log_off_at_end_of_shift. -:bob7201 :does :work_related_task. -:bob7201 :does :log_off_at_end_of_shift. -:carol7201 :does :access_social_media. -:alice7202 :does :log_off_at_end_of_shift. -:bob7202 :does :work_related_task. -:bob7202 :does :log_off_at_end_of_shift. -:carol7202 :does :access_social_media. -:alice7203 :does :log_off_at_end_of_shift. -:bob7203 :does :work_related_task. -:bob7203 :does :log_off_at_end_of_shift. -:carol7203 :does :access_social_media. -:alice7204 :does :log_off_at_end_of_shift. -:bob7204 :does :work_related_task. -:bob7204 :does :log_off_at_end_of_shift. -:carol7204 :does :access_social_media. -:alice7205 :does :log_off_at_end_of_shift. -:bob7205 :does :work_related_task. -:bob7205 :does :log_off_at_end_of_shift. -:carol7205 :does :access_social_media. -:alice7206 :does :log_off_at_end_of_shift. -:bob7206 :does :work_related_task. -:bob7206 :does :log_off_at_end_of_shift. -:carol7206 :does :access_social_media. -:alice7207 :does :log_off_at_end_of_shift. -:bob7207 :does :work_related_task. -:bob7207 :does :log_off_at_end_of_shift. -:carol7207 :does :access_social_media. -:alice7208 :does :log_off_at_end_of_shift. -:bob7208 :does :work_related_task. -:bob7208 :does :log_off_at_end_of_shift. -:carol7208 :does :access_social_media. -:alice7209 :does :log_off_at_end_of_shift. -:bob7209 :does :work_related_task. -:bob7209 :does :log_off_at_end_of_shift. -:carol7209 :does :access_social_media. -:alice7210 :does :log_off_at_end_of_shift. -:bob7210 :does :work_related_task. -:bob7210 :does :log_off_at_end_of_shift. -:carol7210 :does :access_social_media. -:alice7211 :does :log_off_at_end_of_shift. -:bob7211 :does :work_related_task. -:bob7211 :does :log_off_at_end_of_shift. -:carol7211 :does :access_social_media. -:alice7212 :does :log_off_at_end_of_shift. -:bob7212 :does :work_related_task. -:bob7212 :does :log_off_at_end_of_shift. -:carol7212 :does :access_social_media. -:alice7213 :does :log_off_at_end_of_shift. -:bob7213 :does :work_related_task. -:bob7213 :does :log_off_at_end_of_shift. -:carol7213 :does :access_social_media. -:alice7214 :does :log_off_at_end_of_shift. -:bob7214 :does :work_related_task. -:bob7214 :does :log_off_at_end_of_shift. -:carol7214 :does :access_social_media. -:alice7215 :does :log_off_at_end_of_shift. -:bob7215 :does :work_related_task. -:bob7215 :does :log_off_at_end_of_shift. -:carol7215 :does :access_social_media. -:alice7216 :does :log_off_at_end_of_shift. -:bob7216 :does :work_related_task. -:bob7216 :does :log_off_at_end_of_shift. -:carol7216 :does :access_social_media. -:alice7217 :does :log_off_at_end_of_shift. -:bob7217 :does :work_related_task. -:bob7217 :does :log_off_at_end_of_shift. -:carol7217 :does :access_social_media. -:alice7218 :does :log_off_at_end_of_shift. -:bob7218 :does :work_related_task. -:bob7218 :does :log_off_at_end_of_shift. -:carol7218 :does :access_social_media. -:alice7219 :does :log_off_at_end_of_shift. -:bob7219 :does :work_related_task. -:bob7219 :does :log_off_at_end_of_shift. -:carol7219 :does :access_social_media. -:alice7220 :does :log_off_at_end_of_shift. -:bob7220 :does :work_related_task. -:bob7220 :does :log_off_at_end_of_shift. -:carol7220 :does :access_social_media. -:alice7221 :does :log_off_at_end_of_shift. -:bob7221 :does :work_related_task. -:bob7221 :does :log_off_at_end_of_shift. -:carol7221 :does :access_social_media. -:alice7222 :does :log_off_at_end_of_shift. -:bob7222 :does :work_related_task. -:bob7222 :does :log_off_at_end_of_shift. -:carol7222 :does :access_social_media. -:alice7223 :does :log_off_at_end_of_shift. -:bob7223 :does :work_related_task. -:bob7223 :does :log_off_at_end_of_shift. -:carol7223 :does :access_social_media. -:alice7224 :does :log_off_at_end_of_shift. -:bob7224 :does :work_related_task. -:bob7224 :does :log_off_at_end_of_shift. -:carol7224 :does :access_social_media. -:alice7225 :does :log_off_at_end_of_shift. -:bob7225 :does :work_related_task. -:bob7225 :does :log_off_at_end_of_shift. -:carol7225 :does :access_social_media. -:alice7226 :does :log_off_at_end_of_shift. -:bob7226 :does :work_related_task. -:bob7226 :does :log_off_at_end_of_shift. -:carol7226 :does :access_social_media. -:alice7227 :does :log_off_at_end_of_shift. -:bob7227 :does :work_related_task. -:bob7227 :does :log_off_at_end_of_shift. -:carol7227 :does :access_social_media. -:alice7228 :does :log_off_at_end_of_shift. -:bob7228 :does :work_related_task. -:bob7228 :does :log_off_at_end_of_shift. -:carol7228 :does :access_social_media. -:alice7229 :does :log_off_at_end_of_shift. -:bob7229 :does :work_related_task. -:bob7229 :does :log_off_at_end_of_shift. -:carol7229 :does :access_social_media. -:alice7230 :does :log_off_at_end_of_shift. -:bob7230 :does :work_related_task. -:bob7230 :does :log_off_at_end_of_shift. -:carol7230 :does :access_social_media. -:alice7231 :does :log_off_at_end_of_shift. -:bob7231 :does :work_related_task. -:bob7231 :does :log_off_at_end_of_shift. -:carol7231 :does :access_social_media. -:alice7232 :does :log_off_at_end_of_shift. -:bob7232 :does :work_related_task. -:bob7232 :does :log_off_at_end_of_shift. -:carol7232 :does :access_social_media. -:alice7233 :does :log_off_at_end_of_shift. -:bob7233 :does :work_related_task. -:bob7233 :does :log_off_at_end_of_shift. -:carol7233 :does :access_social_media. -:alice7234 :does :log_off_at_end_of_shift. -:bob7234 :does :work_related_task. -:bob7234 :does :log_off_at_end_of_shift. -:carol7234 :does :access_social_media. -:alice7235 :does :log_off_at_end_of_shift. -:bob7235 :does :work_related_task. -:bob7235 :does :log_off_at_end_of_shift. -:carol7235 :does :access_social_media. -:alice7236 :does :log_off_at_end_of_shift. -:bob7236 :does :work_related_task. -:bob7236 :does :log_off_at_end_of_shift. -:carol7236 :does :access_social_media. -:alice7237 :does :log_off_at_end_of_shift. -:bob7237 :does :work_related_task. -:bob7237 :does :log_off_at_end_of_shift. -:carol7237 :does :access_social_media. -:alice7238 :does :log_off_at_end_of_shift. -:bob7238 :does :work_related_task. -:bob7238 :does :log_off_at_end_of_shift. -:carol7238 :does :access_social_media. -:alice7239 :does :log_off_at_end_of_shift. -:bob7239 :does :work_related_task. -:bob7239 :does :log_off_at_end_of_shift. -:carol7239 :does :access_social_media. -:alice7240 :does :log_off_at_end_of_shift. -:bob7240 :does :work_related_task. -:bob7240 :does :log_off_at_end_of_shift. -:carol7240 :does :access_social_media. -:alice7241 :does :log_off_at_end_of_shift. -:bob7241 :does :work_related_task. -:bob7241 :does :log_off_at_end_of_shift. -:carol7241 :does :access_social_media. -:alice7242 :does :log_off_at_end_of_shift. -:bob7242 :does :work_related_task. -:bob7242 :does :log_off_at_end_of_shift. -:carol7242 :does :access_social_media. -:alice7243 :does :log_off_at_end_of_shift. -:bob7243 :does :work_related_task. -:bob7243 :does :log_off_at_end_of_shift. -:carol7243 :does :access_social_media. -:alice7244 :does :log_off_at_end_of_shift. -:bob7244 :does :work_related_task. -:bob7244 :does :log_off_at_end_of_shift. -:carol7244 :does :access_social_media. -:alice7245 :does :log_off_at_end_of_shift. -:bob7245 :does :work_related_task. -:bob7245 :does :log_off_at_end_of_shift. -:carol7245 :does :access_social_media. -:alice7246 :does :log_off_at_end_of_shift. -:bob7246 :does :work_related_task. -:bob7246 :does :log_off_at_end_of_shift. -:carol7246 :does :access_social_media. -:alice7247 :does :log_off_at_end_of_shift. -:bob7247 :does :work_related_task. -:bob7247 :does :log_off_at_end_of_shift. -:carol7247 :does :access_social_media. -:alice7248 :does :log_off_at_end_of_shift. -:bob7248 :does :work_related_task. -:bob7248 :does :log_off_at_end_of_shift. -:carol7248 :does :access_social_media. -:alice7249 :does :log_off_at_end_of_shift. -:bob7249 :does :work_related_task. -:bob7249 :does :log_off_at_end_of_shift. -:carol7249 :does :access_social_media. -:alice7250 :does :log_off_at_end_of_shift. -:bob7250 :does :work_related_task. -:bob7250 :does :log_off_at_end_of_shift. -:carol7250 :does :access_social_media. -:alice7251 :does :log_off_at_end_of_shift. -:bob7251 :does :work_related_task. -:bob7251 :does :log_off_at_end_of_shift. -:carol7251 :does :access_social_media. -:alice7252 :does :log_off_at_end_of_shift. -:bob7252 :does :work_related_task. -:bob7252 :does :log_off_at_end_of_shift. -:carol7252 :does :access_social_media. -:alice7253 :does :log_off_at_end_of_shift. -:bob7253 :does :work_related_task. -:bob7253 :does :log_off_at_end_of_shift. -:carol7253 :does :access_social_media. -:alice7254 :does :log_off_at_end_of_shift. -:bob7254 :does :work_related_task. -:bob7254 :does :log_off_at_end_of_shift. -:carol7254 :does :access_social_media. -:alice7255 :does :log_off_at_end_of_shift. -:bob7255 :does :work_related_task. -:bob7255 :does :log_off_at_end_of_shift. -:carol7255 :does :access_social_media. -:alice7256 :does :log_off_at_end_of_shift. -:bob7256 :does :work_related_task. -:bob7256 :does :log_off_at_end_of_shift. -:carol7256 :does :access_social_media. -:alice7257 :does :log_off_at_end_of_shift. -:bob7257 :does :work_related_task. -:bob7257 :does :log_off_at_end_of_shift. -:carol7257 :does :access_social_media. -:alice7258 :does :log_off_at_end_of_shift. -:bob7258 :does :work_related_task. -:bob7258 :does :log_off_at_end_of_shift. -:carol7258 :does :access_social_media. -:alice7259 :does :log_off_at_end_of_shift. -:bob7259 :does :work_related_task. -:bob7259 :does :log_off_at_end_of_shift. -:carol7259 :does :access_social_media. -:alice7260 :does :log_off_at_end_of_shift. -:bob7260 :does :work_related_task. -:bob7260 :does :log_off_at_end_of_shift. -:carol7260 :does :access_social_media. -:alice7261 :does :log_off_at_end_of_shift. -:bob7261 :does :work_related_task. -:bob7261 :does :log_off_at_end_of_shift. -:carol7261 :does :access_social_media. -:alice7262 :does :log_off_at_end_of_shift. -:bob7262 :does :work_related_task. -:bob7262 :does :log_off_at_end_of_shift. -:carol7262 :does :access_social_media. -:alice7263 :does :log_off_at_end_of_shift. -:bob7263 :does :work_related_task. -:bob7263 :does :log_off_at_end_of_shift. -:carol7263 :does :access_social_media. -:alice7264 :does :log_off_at_end_of_shift. -:bob7264 :does :work_related_task. -:bob7264 :does :log_off_at_end_of_shift. -:carol7264 :does :access_social_media. -:alice7265 :does :log_off_at_end_of_shift. -:bob7265 :does :work_related_task. -:bob7265 :does :log_off_at_end_of_shift. -:carol7265 :does :access_social_media. -:alice7266 :does :log_off_at_end_of_shift. -:bob7266 :does :work_related_task. -:bob7266 :does :log_off_at_end_of_shift. -:carol7266 :does :access_social_media. -:alice7267 :does :log_off_at_end_of_shift. -:bob7267 :does :work_related_task. -:bob7267 :does :log_off_at_end_of_shift. -:carol7267 :does :access_social_media. -:alice7268 :does :log_off_at_end_of_shift. -:bob7268 :does :work_related_task. -:bob7268 :does :log_off_at_end_of_shift. -:carol7268 :does :access_social_media. -:alice7269 :does :log_off_at_end_of_shift. -:bob7269 :does :work_related_task. -:bob7269 :does :log_off_at_end_of_shift. -:carol7269 :does :access_social_media. -:alice7270 :does :log_off_at_end_of_shift. -:bob7270 :does :work_related_task. -:bob7270 :does :log_off_at_end_of_shift. -:carol7270 :does :access_social_media. -:alice7271 :does :log_off_at_end_of_shift. -:bob7271 :does :work_related_task. -:bob7271 :does :log_off_at_end_of_shift. -:carol7271 :does :access_social_media. -:alice7272 :does :log_off_at_end_of_shift. -:bob7272 :does :work_related_task. -:bob7272 :does :log_off_at_end_of_shift. -:carol7272 :does :access_social_media. -:alice7273 :does :log_off_at_end_of_shift. -:bob7273 :does :work_related_task. -:bob7273 :does :log_off_at_end_of_shift. -:carol7273 :does :access_social_media. -:alice7274 :does :log_off_at_end_of_shift. -:bob7274 :does :work_related_task. -:bob7274 :does :log_off_at_end_of_shift. -:carol7274 :does :access_social_media. -:alice7275 :does :log_off_at_end_of_shift. -:bob7275 :does :work_related_task. -:bob7275 :does :log_off_at_end_of_shift. -:carol7275 :does :access_social_media. -:alice7276 :does :log_off_at_end_of_shift. -:bob7276 :does :work_related_task. -:bob7276 :does :log_off_at_end_of_shift. -:carol7276 :does :access_social_media. -:alice7277 :does :log_off_at_end_of_shift. -:bob7277 :does :work_related_task. -:bob7277 :does :log_off_at_end_of_shift. -:carol7277 :does :access_social_media. -:alice7278 :does :log_off_at_end_of_shift. -:bob7278 :does :work_related_task. -:bob7278 :does :log_off_at_end_of_shift. -:carol7278 :does :access_social_media. -:alice7279 :does :log_off_at_end_of_shift. -:bob7279 :does :work_related_task. -:bob7279 :does :log_off_at_end_of_shift. -:carol7279 :does :access_social_media. -:alice7280 :does :log_off_at_end_of_shift. -:bob7280 :does :work_related_task. -:bob7280 :does :log_off_at_end_of_shift. -:carol7280 :does :access_social_media. -:alice7281 :does :log_off_at_end_of_shift. -:bob7281 :does :work_related_task. -:bob7281 :does :log_off_at_end_of_shift. -:carol7281 :does :access_social_media. -:alice7282 :does :log_off_at_end_of_shift. -:bob7282 :does :work_related_task. -:bob7282 :does :log_off_at_end_of_shift. -:carol7282 :does :access_social_media. -:alice7283 :does :log_off_at_end_of_shift. -:bob7283 :does :work_related_task. -:bob7283 :does :log_off_at_end_of_shift. -:carol7283 :does :access_social_media. -:alice7284 :does :log_off_at_end_of_shift. -:bob7284 :does :work_related_task. -:bob7284 :does :log_off_at_end_of_shift. -:carol7284 :does :access_social_media. -:alice7285 :does :log_off_at_end_of_shift. -:bob7285 :does :work_related_task. -:bob7285 :does :log_off_at_end_of_shift. -:carol7285 :does :access_social_media. -:alice7286 :does :log_off_at_end_of_shift. -:bob7286 :does :work_related_task. -:bob7286 :does :log_off_at_end_of_shift. -:carol7286 :does :access_social_media. -:alice7287 :does :log_off_at_end_of_shift. -:bob7287 :does :work_related_task. -:bob7287 :does :log_off_at_end_of_shift. -:carol7287 :does :access_social_media. -:alice7288 :does :log_off_at_end_of_shift. -:bob7288 :does :work_related_task. -:bob7288 :does :log_off_at_end_of_shift. -:carol7288 :does :access_social_media. -:alice7289 :does :log_off_at_end_of_shift. -:bob7289 :does :work_related_task. -:bob7289 :does :log_off_at_end_of_shift. -:carol7289 :does :access_social_media. -:alice7290 :does :log_off_at_end_of_shift. -:bob7290 :does :work_related_task. -:bob7290 :does :log_off_at_end_of_shift. -:carol7290 :does :access_social_media. -:alice7291 :does :log_off_at_end_of_shift. -:bob7291 :does :work_related_task. -:bob7291 :does :log_off_at_end_of_shift. -:carol7291 :does :access_social_media. -:alice7292 :does :log_off_at_end_of_shift. -:bob7292 :does :work_related_task. -:bob7292 :does :log_off_at_end_of_shift. -:carol7292 :does :access_social_media. -:alice7293 :does :log_off_at_end_of_shift. -:bob7293 :does :work_related_task. -:bob7293 :does :log_off_at_end_of_shift. -:carol7293 :does :access_social_media. -:alice7294 :does :log_off_at_end_of_shift. -:bob7294 :does :work_related_task. -:bob7294 :does :log_off_at_end_of_shift. -:carol7294 :does :access_social_media. -:alice7295 :does :log_off_at_end_of_shift. -:bob7295 :does :work_related_task. -:bob7295 :does :log_off_at_end_of_shift. -:carol7295 :does :access_social_media. -:alice7296 :does :log_off_at_end_of_shift. -:bob7296 :does :work_related_task. -:bob7296 :does :log_off_at_end_of_shift. -:carol7296 :does :access_social_media. -:alice7297 :does :log_off_at_end_of_shift. -:bob7297 :does :work_related_task. -:bob7297 :does :log_off_at_end_of_shift. -:carol7297 :does :access_social_media. -:alice7298 :does :log_off_at_end_of_shift. -:bob7298 :does :work_related_task. -:bob7298 :does :log_off_at_end_of_shift. -:carol7298 :does :access_social_media. -:alice7299 :does :log_off_at_end_of_shift. -:bob7299 :does :work_related_task. -:bob7299 :does :log_off_at_end_of_shift. -:carol7299 :does :access_social_media. -:alice7300 :does :log_off_at_end_of_shift. -:bob7300 :does :work_related_task. -:bob7300 :does :log_off_at_end_of_shift. -:carol7300 :does :access_social_media. -:alice7301 :does :log_off_at_end_of_shift. -:bob7301 :does :work_related_task. -:bob7301 :does :log_off_at_end_of_shift. -:carol7301 :does :access_social_media. -:alice7302 :does :log_off_at_end_of_shift. -:bob7302 :does :work_related_task. -:bob7302 :does :log_off_at_end_of_shift. -:carol7302 :does :access_social_media. -:alice7303 :does :log_off_at_end_of_shift. -:bob7303 :does :work_related_task. -:bob7303 :does :log_off_at_end_of_shift. -:carol7303 :does :access_social_media. -:alice7304 :does :log_off_at_end_of_shift. -:bob7304 :does :work_related_task. -:bob7304 :does :log_off_at_end_of_shift. -:carol7304 :does :access_social_media. -:alice7305 :does :log_off_at_end_of_shift. -:bob7305 :does :work_related_task. -:bob7305 :does :log_off_at_end_of_shift. -:carol7305 :does :access_social_media. -:alice7306 :does :log_off_at_end_of_shift. -:bob7306 :does :work_related_task. -:bob7306 :does :log_off_at_end_of_shift. -:carol7306 :does :access_social_media. -:alice7307 :does :log_off_at_end_of_shift. -:bob7307 :does :work_related_task. -:bob7307 :does :log_off_at_end_of_shift. -:carol7307 :does :access_social_media. -:alice7308 :does :log_off_at_end_of_shift. -:bob7308 :does :work_related_task. -:bob7308 :does :log_off_at_end_of_shift. -:carol7308 :does :access_social_media. -:alice7309 :does :log_off_at_end_of_shift. -:bob7309 :does :work_related_task. -:bob7309 :does :log_off_at_end_of_shift. -:carol7309 :does :access_social_media. -:alice7310 :does :log_off_at_end_of_shift. -:bob7310 :does :work_related_task. -:bob7310 :does :log_off_at_end_of_shift. -:carol7310 :does :access_social_media. -:alice7311 :does :log_off_at_end_of_shift. -:bob7311 :does :work_related_task. -:bob7311 :does :log_off_at_end_of_shift. -:carol7311 :does :access_social_media. -:alice7312 :does :log_off_at_end_of_shift. -:bob7312 :does :work_related_task. -:bob7312 :does :log_off_at_end_of_shift. -:carol7312 :does :access_social_media. -:alice7313 :does :log_off_at_end_of_shift. -:bob7313 :does :work_related_task. -:bob7313 :does :log_off_at_end_of_shift. -:carol7313 :does :access_social_media. -:alice7314 :does :log_off_at_end_of_shift. -:bob7314 :does :work_related_task. -:bob7314 :does :log_off_at_end_of_shift. -:carol7314 :does :access_social_media. -:alice7315 :does :log_off_at_end_of_shift. -:bob7315 :does :work_related_task. -:bob7315 :does :log_off_at_end_of_shift. -:carol7315 :does :access_social_media. -:alice7316 :does :log_off_at_end_of_shift. -:bob7316 :does :work_related_task. -:bob7316 :does :log_off_at_end_of_shift. -:carol7316 :does :access_social_media. -:alice7317 :does :log_off_at_end_of_shift. -:bob7317 :does :work_related_task. -:bob7317 :does :log_off_at_end_of_shift. -:carol7317 :does :access_social_media. -:alice7318 :does :log_off_at_end_of_shift. -:bob7318 :does :work_related_task. -:bob7318 :does :log_off_at_end_of_shift. -:carol7318 :does :access_social_media. -:alice7319 :does :log_off_at_end_of_shift. -:bob7319 :does :work_related_task. -:bob7319 :does :log_off_at_end_of_shift. -:carol7319 :does :access_social_media. -:alice7320 :does :log_off_at_end_of_shift. -:bob7320 :does :work_related_task. -:bob7320 :does :log_off_at_end_of_shift. -:carol7320 :does :access_social_media. -:alice7321 :does :log_off_at_end_of_shift. -:bob7321 :does :work_related_task. -:bob7321 :does :log_off_at_end_of_shift. -:carol7321 :does :access_social_media. -:alice7322 :does :log_off_at_end_of_shift. -:bob7322 :does :work_related_task. -:bob7322 :does :log_off_at_end_of_shift. -:carol7322 :does :access_social_media. -:alice7323 :does :log_off_at_end_of_shift. -:bob7323 :does :work_related_task. -:bob7323 :does :log_off_at_end_of_shift. -:carol7323 :does :access_social_media. -:alice7324 :does :log_off_at_end_of_shift. -:bob7324 :does :work_related_task. -:bob7324 :does :log_off_at_end_of_shift. -:carol7324 :does :access_social_media. -:alice7325 :does :log_off_at_end_of_shift. -:bob7325 :does :work_related_task. -:bob7325 :does :log_off_at_end_of_shift. -:carol7325 :does :access_social_media. -:alice7326 :does :log_off_at_end_of_shift. -:bob7326 :does :work_related_task. -:bob7326 :does :log_off_at_end_of_shift. -:carol7326 :does :access_social_media. -:alice7327 :does :log_off_at_end_of_shift. -:bob7327 :does :work_related_task. -:bob7327 :does :log_off_at_end_of_shift. -:carol7327 :does :access_social_media. -:alice7328 :does :log_off_at_end_of_shift. -:bob7328 :does :work_related_task. -:bob7328 :does :log_off_at_end_of_shift. -:carol7328 :does :access_social_media. -:alice7329 :does :log_off_at_end_of_shift. -:bob7329 :does :work_related_task. -:bob7329 :does :log_off_at_end_of_shift. -:carol7329 :does :access_social_media. -:alice7330 :does :log_off_at_end_of_shift. -:bob7330 :does :work_related_task. -:bob7330 :does :log_off_at_end_of_shift. -:carol7330 :does :access_social_media. -:alice7331 :does :log_off_at_end_of_shift. -:bob7331 :does :work_related_task. -:bob7331 :does :log_off_at_end_of_shift. -:carol7331 :does :access_social_media. -:alice7332 :does :log_off_at_end_of_shift. -:bob7332 :does :work_related_task. -:bob7332 :does :log_off_at_end_of_shift. -:carol7332 :does :access_social_media. -:alice7333 :does :log_off_at_end_of_shift. -:bob7333 :does :work_related_task. -:bob7333 :does :log_off_at_end_of_shift. -:carol7333 :does :access_social_media. -:alice7334 :does :log_off_at_end_of_shift. -:bob7334 :does :work_related_task. -:bob7334 :does :log_off_at_end_of_shift. -:carol7334 :does :access_social_media. -:alice7335 :does :log_off_at_end_of_shift. -:bob7335 :does :work_related_task. -:bob7335 :does :log_off_at_end_of_shift. -:carol7335 :does :access_social_media. -:alice7336 :does :log_off_at_end_of_shift. -:bob7336 :does :work_related_task. -:bob7336 :does :log_off_at_end_of_shift. -:carol7336 :does :access_social_media. -:alice7337 :does :log_off_at_end_of_shift. -:bob7337 :does :work_related_task. -:bob7337 :does :log_off_at_end_of_shift. -:carol7337 :does :access_social_media. -:alice7338 :does :log_off_at_end_of_shift. -:bob7338 :does :work_related_task. -:bob7338 :does :log_off_at_end_of_shift. -:carol7338 :does :access_social_media. -:alice7339 :does :log_off_at_end_of_shift. -:bob7339 :does :work_related_task. -:bob7339 :does :log_off_at_end_of_shift. -:carol7339 :does :access_social_media. -:alice7340 :does :log_off_at_end_of_shift. -:bob7340 :does :work_related_task. -:bob7340 :does :log_off_at_end_of_shift. -:carol7340 :does :access_social_media. -:alice7341 :does :log_off_at_end_of_shift. -:bob7341 :does :work_related_task. -:bob7341 :does :log_off_at_end_of_shift. -:carol7341 :does :access_social_media. -:alice7342 :does :log_off_at_end_of_shift. -:bob7342 :does :work_related_task. -:bob7342 :does :log_off_at_end_of_shift. -:carol7342 :does :access_social_media. -:alice7343 :does :log_off_at_end_of_shift. -:bob7343 :does :work_related_task. -:bob7343 :does :log_off_at_end_of_shift. -:carol7343 :does :access_social_media. -:alice7344 :does :log_off_at_end_of_shift. -:bob7344 :does :work_related_task. -:bob7344 :does :log_off_at_end_of_shift. -:carol7344 :does :access_social_media. -:alice7345 :does :log_off_at_end_of_shift. -:bob7345 :does :work_related_task. -:bob7345 :does :log_off_at_end_of_shift. -:carol7345 :does :access_social_media. -:alice7346 :does :log_off_at_end_of_shift. -:bob7346 :does :work_related_task. -:bob7346 :does :log_off_at_end_of_shift. -:carol7346 :does :access_social_media. -:alice7347 :does :log_off_at_end_of_shift. -:bob7347 :does :work_related_task. -:bob7347 :does :log_off_at_end_of_shift. -:carol7347 :does :access_social_media. -:alice7348 :does :log_off_at_end_of_shift. -:bob7348 :does :work_related_task. -:bob7348 :does :log_off_at_end_of_shift. -:carol7348 :does :access_social_media. -:alice7349 :does :log_off_at_end_of_shift. -:bob7349 :does :work_related_task. -:bob7349 :does :log_off_at_end_of_shift. -:carol7349 :does :access_social_media. -:alice7350 :does :log_off_at_end_of_shift. -:bob7350 :does :work_related_task. -:bob7350 :does :log_off_at_end_of_shift. -:carol7350 :does :access_social_media. -:alice7351 :does :log_off_at_end_of_shift. -:bob7351 :does :work_related_task. -:bob7351 :does :log_off_at_end_of_shift. -:carol7351 :does :access_social_media. -:alice7352 :does :log_off_at_end_of_shift. -:bob7352 :does :work_related_task. -:bob7352 :does :log_off_at_end_of_shift. -:carol7352 :does :access_social_media. -:alice7353 :does :log_off_at_end_of_shift. -:bob7353 :does :work_related_task. -:bob7353 :does :log_off_at_end_of_shift. -:carol7353 :does :access_social_media. -:alice7354 :does :log_off_at_end_of_shift. -:bob7354 :does :work_related_task. -:bob7354 :does :log_off_at_end_of_shift. -:carol7354 :does :access_social_media. -:alice7355 :does :log_off_at_end_of_shift. -:bob7355 :does :work_related_task. -:bob7355 :does :log_off_at_end_of_shift. -:carol7355 :does :access_social_media. -:alice7356 :does :log_off_at_end_of_shift. -:bob7356 :does :work_related_task. -:bob7356 :does :log_off_at_end_of_shift. -:carol7356 :does :access_social_media. -:alice7357 :does :log_off_at_end_of_shift. -:bob7357 :does :work_related_task. -:bob7357 :does :log_off_at_end_of_shift. -:carol7357 :does :access_social_media. -:alice7358 :does :log_off_at_end_of_shift. -:bob7358 :does :work_related_task. -:bob7358 :does :log_off_at_end_of_shift. -:carol7358 :does :access_social_media. -:alice7359 :does :log_off_at_end_of_shift. -:bob7359 :does :work_related_task. -:bob7359 :does :log_off_at_end_of_shift. -:carol7359 :does :access_social_media. -:alice7360 :does :log_off_at_end_of_shift. -:bob7360 :does :work_related_task. -:bob7360 :does :log_off_at_end_of_shift. -:carol7360 :does :access_social_media. -:alice7361 :does :log_off_at_end_of_shift. -:bob7361 :does :work_related_task. -:bob7361 :does :log_off_at_end_of_shift. -:carol7361 :does :access_social_media. -:alice7362 :does :log_off_at_end_of_shift. -:bob7362 :does :work_related_task. -:bob7362 :does :log_off_at_end_of_shift. -:carol7362 :does :access_social_media. -:alice7363 :does :log_off_at_end_of_shift. -:bob7363 :does :work_related_task. -:bob7363 :does :log_off_at_end_of_shift. -:carol7363 :does :access_social_media. -:alice7364 :does :log_off_at_end_of_shift. -:bob7364 :does :work_related_task. -:bob7364 :does :log_off_at_end_of_shift. -:carol7364 :does :access_social_media. -:alice7365 :does :log_off_at_end_of_shift. -:bob7365 :does :work_related_task. -:bob7365 :does :log_off_at_end_of_shift. -:carol7365 :does :access_social_media. -:alice7366 :does :log_off_at_end_of_shift. -:bob7366 :does :work_related_task. -:bob7366 :does :log_off_at_end_of_shift. -:carol7366 :does :access_social_media. -:alice7367 :does :log_off_at_end_of_shift. -:bob7367 :does :work_related_task. -:bob7367 :does :log_off_at_end_of_shift. -:carol7367 :does :access_social_media. -:alice7368 :does :log_off_at_end_of_shift. -:bob7368 :does :work_related_task. -:bob7368 :does :log_off_at_end_of_shift. -:carol7368 :does :access_social_media. -:alice7369 :does :log_off_at_end_of_shift. -:bob7369 :does :work_related_task. -:bob7369 :does :log_off_at_end_of_shift. -:carol7369 :does :access_social_media. -:alice7370 :does :log_off_at_end_of_shift. -:bob7370 :does :work_related_task. -:bob7370 :does :log_off_at_end_of_shift. -:carol7370 :does :access_social_media. -:alice7371 :does :log_off_at_end_of_shift. -:bob7371 :does :work_related_task. -:bob7371 :does :log_off_at_end_of_shift. -:carol7371 :does :access_social_media. -:alice7372 :does :log_off_at_end_of_shift. -:bob7372 :does :work_related_task. -:bob7372 :does :log_off_at_end_of_shift. -:carol7372 :does :access_social_media. -:alice7373 :does :log_off_at_end_of_shift. -:bob7373 :does :work_related_task. -:bob7373 :does :log_off_at_end_of_shift. -:carol7373 :does :access_social_media. -:alice7374 :does :log_off_at_end_of_shift. -:bob7374 :does :work_related_task. -:bob7374 :does :log_off_at_end_of_shift. -:carol7374 :does :access_social_media. -:alice7375 :does :log_off_at_end_of_shift. -:bob7375 :does :work_related_task. -:bob7375 :does :log_off_at_end_of_shift. -:carol7375 :does :access_social_media. -:alice7376 :does :log_off_at_end_of_shift. -:bob7376 :does :work_related_task. -:bob7376 :does :log_off_at_end_of_shift. -:carol7376 :does :access_social_media. -:alice7377 :does :log_off_at_end_of_shift. -:bob7377 :does :work_related_task. -:bob7377 :does :log_off_at_end_of_shift. -:carol7377 :does :access_social_media. -:alice7378 :does :log_off_at_end_of_shift. -:bob7378 :does :work_related_task. -:bob7378 :does :log_off_at_end_of_shift. -:carol7378 :does :access_social_media. -:alice7379 :does :log_off_at_end_of_shift. -:bob7379 :does :work_related_task. -:bob7379 :does :log_off_at_end_of_shift. -:carol7379 :does :access_social_media. -:alice7380 :does :log_off_at_end_of_shift. -:bob7380 :does :work_related_task. -:bob7380 :does :log_off_at_end_of_shift. -:carol7380 :does :access_social_media. -:alice7381 :does :log_off_at_end_of_shift. -:bob7381 :does :work_related_task. -:bob7381 :does :log_off_at_end_of_shift. -:carol7381 :does :access_social_media. -:alice7382 :does :log_off_at_end_of_shift. -:bob7382 :does :work_related_task. -:bob7382 :does :log_off_at_end_of_shift. -:carol7382 :does :access_social_media. -:alice7383 :does :log_off_at_end_of_shift. -:bob7383 :does :work_related_task. -:bob7383 :does :log_off_at_end_of_shift. -:carol7383 :does :access_social_media. -:alice7384 :does :log_off_at_end_of_shift. -:bob7384 :does :work_related_task. -:bob7384 :does :log_off_at_end_of_shift. -:carol7384 :does :access_social_media. -:alice7385 :does :log_off_at_end_of_shift. -:bob7385 :does :work_related_task. -:bob7385 :does :log_off_at_end_of_shift. -:carol7385 :does :access_social_media. -:alice7386 :does :log_off_at_end_of_shift. -:bob7386 :does :work_related_task. -:bob7386 :does :log_off_at_end_of_shift. -:carol7386 :does :access_social_media. -:alice7387 :does :log_off_at_end_of_shift. -:bob7387 :does :work_related_task. -:bob7387 :does :log_off_at_end_of_shift. -:carol7387 :does :access_social_media. -:alice7388 :does :log_off_at_end_of_shift. -:bob7388 :does :work_related_task. -:bob7388 :does :log_off_at_end_of_shift. -:carol7388 :does :access_social_media. -:alice7389 :does :log_off_at_end_of_shift. -:bob7389 :does :work_related_task. -:bob7389 :does :log_off_at_end_of_shift. -:carol7389 :does :access_social_media. -:alice7390 :does :log_off_at_end_of_shift. -:bob7390 :does :work_related_task. -:bob7390 :does :log_off_at_end_of_shift. -:carol7390 :does :access_social_media. -:alice7391 :does :log_off_at_end_of_shift. -:bob7391 :does :work_related_task. -:bob7391 :does :log_off_at_end_of_shift. -:carol7391 :does :access_social_media. -:alice7392 :does :log_off_at_end_of_shift. -:bob7392 :does :work_related_task. -:bob7392 :does :log_off_at_end_of_shift. -:carol7392 :does :access_social_media. -:alice7393 :does :log_off_at_end_of_shift. -:bob7393 :does :work_related_task. -:bob7393 :does :log_off_at_end_of_shift. -:carol7393 :does :access_social_media. -:alice7394 :does :log_off_at_end_of_shift. -:bob7394 :does :work_related_task. -:bob7394 :does :log_off_at_end_of_shift. -:carol7394 :does :access_social_media. -:alice7395 :does :log_off_at_end_of_shift. -:bob7395 :does :work_related_task. -:bob7395 :does :log_off_at_end_of_shift. -:carol7395 :does :access_social_media. -:alice7396 :does :log_off_at_end_of_shift. -:bob7396 :does :work_related_task. -:bob7396 :does :log_off_at_end_of_shift. -:carol7396 :does :access_social_media. -:alice7397 :does :log_off_at_end_of_shift. -:bob7397 :does :work_related_task. -:bob7397 :does :log_off_at_end_of_shift. -:carol7397 :does :access_social_media. -:alice7398 :does :log_off_at_end_of_shift. -:bob7398 :does :work_related_task. -:bob7398 :does :log_off_at_end_of_shift. -:carol7398 :does :access_social_media. -:alice7399 :does :log_off_at_end_of_shift. -:bob7399 :does :work_related_task. -:bob7399 :does :log_off_at_end_of_shift. -:carol7399 :does :access_social_media. -:alice7400 :does :log_off_at_end_of_shift. -:bob7400 :does :work_related_task. -:bob7400 :does :log_off_at_end_of_shift. -:carol7400 :does :access_social_media. -:alice7401 :does :log_off_at_end_of_shift. -:bob7401 :does :work_related_task. -:bob7401 :does :log_off_at_end_of_shift. -:carol7401 :does :access_social_media. -:alice7402 :does :log_off_at_end_of_shift. -:bob7402 :does :work_related_task. -:bob7402 :does :log_off_at_end_of_shift. -:carol7402 :does :access_social_media. -:alice7403 :does :log_off_at_end_of_shift. -:bob7403 :does :work_related_task. -:bob7403 :does :log_off_at_end_of_shift. -:carol7403 :does :access_social_media. -:alice7404 :does :log_off_at_end_of_shift. -:bob7404 :does :work_related_task. -:bob7404 :does :log_off_at_end_of_shift. -:carol7404 :does :access_social_media. -:alice7405 :does :log_off_at_end_of_shift. -:bob7405 :does :work_related_task. -:bob7405 :does :log_off_at_end_of_shift. -:carol7405 :does :access_social_media. -:alice7406 :does :log_off_at_end_of_shift. -:bob7406 :does :work_related_task. -:bob7406 :does :log_off_at_end_of_shift. -:carol7406 :does :access_social_media. -:alice7407 :does :log_off_at_end_of_shift. -:bob7407 :does :work_related_task. -:bob7407 :does :log_off_at_end_of_shift. -:carol7407 :does :access_social_media. -:alice7408 :does :log_off_at_end_of_shift. -:bob7408 :does :work_related_task. -:bob7408 :does :log_off_at_end_of_shift. -:carol7408 :does :access_social_media. -:alice7409 :does :log_off_at_end_of_shift. -:bob7409 :does :work_related_task. -:bob7409 :does :log_off_at_end_of_shift. -:carol7409 :does :access_social_media. -:alice7410 :does :log_off_at_end_of_shift. -:bob7410 :does :work_related_task. -:bob7410 :does :log_off_at_end_of_shift. -:carol7410 :does :access_social_media. -:alice7411 :does :log_off_at_end_of_shift. -:bob7411 :does :work_related_task. -:bob7411 :does :log_off_at_end_of_shift. -:carol7411 :does :access_social_media. -:alice7412 :does :log_off_at_end_of_shift. -:bob7412 :does :work_related_task. -:bob7412 :does :log_off_at_end_of_shift. -:carol7412 :does :access_social_media. -:alice7413 :does :log_off_at_end_of_shift. -:bob7413 :does :work_related_task. -:bob7413 :does :log_off_at_end_of_shift. -:carol7413 :does :access_social_media. -:alice7414 :does :log_off_at_end_of_shift. -:bob7414 :does :work_related_task. -:bob7414 :does :log_off_at_end_of_shift. -:carol7414 :does :access_social_media. -:alice7415 :does :log_off_at_end_of_shift. -:bob7415 :does :work_related_task. -:bob7415 :does :log_off_at_end_of_shift. -:carol7415 :does :access_social_media. -:alice7416 :does :log_off_at_end_of_shift. -:bob7416 :does :work_related_task. -:bob7416 :does :log_off_at_end_of_shift. -:carol7416 :does :access_social_media. -:alice7417 :does :log_off_at_end_of_shift. -:bob7417 :does :work_related_task. -:bob7417 :does :log_off_at_end_of_shift. -:carol7417 :does :access_social_media. -:alice7418 :does :log_off_at_end_of_shift. -:bob7418 :does :work_related_task. -:bob7418 :does :log_off_at_end_of_shift. -:carol7418 :does :access_social_media. -:alice7419 :does :log_off_at_end_of_shift. -:bob7419 :does :work_related_task. -:bob7419 :does :log_off_at_end_of_shift. -:carol7419 :does :access_social_media. -:alice7420 :does :log_off_at_end_of_shift. -:bob7420 :does :work_related_task. -:bob7420 :does :log_off_at_end_of_shift. -:carol7420 :does :access_social_media. -:alice7421 :does :log_off_at_end_of_shift. -:bob7421 :does :work_related_task. -:bob7421 :does :log_off_at_end_of_shift. -:carol7421 :does :access_social_media. -:alice7422 :does :log_off_at_end_of_shift. -:bob7422 :does :work_related_task. -:bob7422 :does :log_off_at_end_of_shift. -:carol7422 :does :access_social_media. -:alice7423 :does :log_off_at_end_of_shift. -:bob7423 :does :work_related_task. -:bob7423 :does :log_off_at_end_of_shift. -:carol7423 :does :access_social_media. -:alice7424 :does :log_off_at_end_of_shift. -:bob7424 :does :work_related_task. -:bob7424 :does :log_off_at_end_of_shift. -:carol7424 :does :access_social_media. -:alice7425 :does :log_off_at_end_of_shift. -:bob7425 :does :work_related_task. -:bob7425 :does :log_off_at_end_of_shift. -:carol7425 :does :access_social_media. -:alice7426 :does :log_off_at_end_of_shift. -:bob7426 :does :work_related_task. -:bob7426 :does :log_off_at_end_of_shift. -:carol7426 :does :access_social_media. -:alice7427 :does :log_off_at_end_of_shift. -:bob7427 :does :work_related_task. -:bob7427 :does :log_off_at_end_of_shift. -:carol7427 :does :access_social_media. -:alice7428 :does :log_off_at_end_of_shift. -:bob7428 :does :work_related_task. -:bob7428 :does :log_off_at_end_of_shift. -:carol7428 :does :access_social_media. -:alice7429 :does :log_off_at_end_of_shift. -:bob7429 :does :work_related_task. -:bob7429 :does :log_off_at_end_of_shift. -:carol7429 :does :access_social_media. -:alice7430 :does :log_off_at_end_of_shift. -:bob7430 :does :work_related_task. -:bob7430 :does :log_off_at_end_of_shift. -:carol7430 :does :access_social_media. -:alice7431 :does :log_off_at_end_of_shift. -:bob7431 :does :work_related_task. -:bob7431 :does :log_off_at_end_of_shift. -:carol7431 :does :access_social_media. -:alice7432 :does :log_off_at_end_of_shift. -:bob7432 :does :work_related_task. -:bob7432 :does :log_off_at_end_of_shift. -:carol7432 :does :access_social_media. -:alice7433 :does :log_off_at_end_of_shift. -:bob7433 :does :work_related_task. -:bob7433 :does :log_off_at_end_of_shift. -:carol7433 :does :access_social_media. -:alice7434 :does :log_off_at_end_of_shift. -:bob7434 :does :work_related_task. -:bob7434 :does :log_off_at_end_of_shift. -:carol7434 :does :access_social_media. -:alice7435 :does :log_off_at_end_of_shift. -:bob7435 :does :work_related_task. -:bob7435 :does :log_off_at_end_of_shift. -:carol7435 :does :access_social_media. -:alice7436 :does :log_off_at_end_of_shift. -:bob7436 :does :work_related_task. -:bob7436 :does :log_off_at_end_of_shift. -:carol7436 :does :access_social_media. -:alice7437 :does :log_off_at_end_of_shift. -:bob7437 :does :work_related_task. -:bob7437 :does :log_off_at_end_of_shift. -:carol7437 :does :access_social_media. -:alice7438 :does :log_off_at_end_of_shift. -:bob7438 :does :work_related_task. -:bob7438 :does :log_off_at_end_of_shift. -:carol7438 :does :access_social_media. -:alice7439 :does :log_off_at_end_of_shift. -:bob7439 :does :work_related_task. -:bob7439 :does :log_off_at_end_of_shift. -:carol7439 :does :access_social_media. -:alice7440 :does :log_off_at_end_of_shift. -:bob7440 :does :work_related_task. -:bob7440 :does :log_off_at_end_of_shift. -:carol7440 :does :access_social_media. -:alice7441 :does :log_off_at_end_of_shift. -:bob7441 :does :work_related_task. -:bob7441 :does :log_off_at_end_of_shift. -:carol7441 :does :access_social_media. -:alice7442 :does :log_off_at_end_of_shift. -:bob7442 :does :work_related_task. -:bob7442 :does :log_off_at_end_of_shift. -:carol7442 :does :access_social_media. -:alice7443 :does :log_off_at_end_of_shift. -:bob7443 :does :work_related_task. -:bob7443 :does :log_off_at_end_of_shift. -:carol7443 :does :access_social_media. -:alice7444 :does :log_off_at_end_of_shift. -:bob7444 :does :work_related_task. -:bob7444 :does :log_off_at_end_of_shift. -:carol7444 :does :access_social_media. -:alice7445 :does :log_off_at_end_of_shift. -:bob7445 :does :work_related_task. -:bob7445 :does :log_off_at_end_of_shift. -:carol7445 :does :access_social_media. -:alice7446 :does :log_off_at_end_of_shift. -:bob7446 :does :work_related_task. -:bob7446 :does :log_off_at_end_of_shift. -:carol7446 :does :access_social_media. -:alice7447 :does :log_off_at_end_of_shift. -:bob7447 :does :work_related_task. -:bob7447 :does :log_off_at_end_of_shift. -:carol7447 :does :access_social_media. -:alice7448 :does :log_off_at_end_of_shift. -:bob7448 :does :work_related_task. -:bob7448 :does :log_off_at_end_of_shift. -:carol7448 :does :access_social_media. -:alice7449 :does :log_off_at_end_of_shift. -:bob7449 :does :work_related_task. -:bob7449 :does :log_off_at_end_of_shift. -:carol7449 :does :access_social_media. -:alice7450 :does :log_off_at_end_of_shift. -:bob7450 :does :work_related_task. -:bob7450 :does :log_off_at_end_of_shift. -:carol7450 :does :access_social_media. -:alice7451 :does :log_off_at_end_of_shift. -:bob7451 :does :work_related_task. -:bob7451 :does :log_off_at_end_of_shift. -:carol7451 :does :access_social_media. -:alice7452 :does :log_off_at_end_of_shift. -:bob7452 :does :work_related_task. -:bob7452 :does :log_off_at_end_of_shift. -:carol7452 :does :access_social_media. -:alice7453 :does :log_off_at_end_of_shift. -:bob7453 :does :work_related_task. -:bob7453 :does :log_off_at_end_of_shift. -:carol7453 :does :access_social_media. -:alice7454 :does :log_off_at_end_of_shift. -:bob7454 :does :work_related_task. -:bob7454 :does :log_off_at_end_of_shift. -:carol7454 :does :access_social_media. -:alice7455 :does :log_off_at_end_of_shift. -:bob7455 :does :work_related_task. -:bob7455 :does :log_off_at_end_of_shift. -:carol7455 :does :access_social_media. -:alice7456 :does :log_off_at_end_of_shift. -:bob7456 :does :work_related_task. -:bob7456 :does :log_off_at_end_of_shift. -:carol7456 :does :access_social_media. -:alice7457 :does :log_off_at_end_of_shift. -:bob7457 :does :work_related_task. -:bob7457 :does :log_off_at_end_of_shift. -:carol7457 :does :access_social_media. -:alice7458 :does :log_off_at_end_of_shift. -:bob7458 :does :work_related_task. -:bob7458 :does :log_off_at_end_of_shift. -:carol7458 :does :access_social_media. -:alice7459 :does :log_off_at_end_of_shift. -:bob7459 :does :work_related_task. -:bob7459 :does :log_off_at_end_of_shift. -:carol7459 :does :access_social_media. -:alice7460 :does :log_off_at_end_of_shift. -:bob7460 :does :work_related_task. -:bob7460 :does :log_off_at_end_of_shift. -:carol7460 :does :access_social_media. -:alice7461 :does :log_off_at_end_of_shift. -:bob7461 :does :work_related_task. -:bob7461 :does :log_off_at_end_of_shift. -:carol7461 :does :access_social_media. -:alice7462 :does :log_off_at_end_of_shift. -:bob7462 :does :work_related_task. -:bob7462 :does :log_off_at_end_of_shift. -:carol7462 :does :access_social_media. -:alice7463 :does :log_off_at_end_of_shift. -:bob7463 :does :work_related_task. -:bob7463 :does :log_off_at_end_of_shift. -:carol7463 :does :access_social_media. -:alice7464 :does :log_off_at_end_of_shift. -:bob7464 :does :work_related_task. -:bob7464 :does :log_off_at_end_of_shift. -:carol7464 :does :access_social_media. -:alice7465 :does :log_off_at_end_of_shift. -:bob7465 :does :work_related_task. -:bob7465 :does :log_off_at_end_of_shift. -:carol7465 :does :access_social_media. -:alice7466 :does :log_off_at_end_of_shift. -:bob7466 :does :work_related_task. -:bob7466 :does :log_off_at_end_of_shift. -:carol7466 :does :access_social_media. -:alice7467 :does :log_off_at_end_of_shift. -:bob7467 :does :work_related_task. -:bob7467 :does :log_off_at_end_of_shift. -:carol7467 :does :access_social_media. -:alice7468 :does :log_off_at_end_of_shift. -:bob7468 :does :work_related_task. -:bob7468 :does :log_off_at_end_of_shift. -:carol7468 :does :access_social_media. -:alice7469 :does :log_off_at_end_of_shift. -:bob7469 :does :work_related_task. -:bob7469 :does :log_off_at_end_of_shift. -:carol7469 :does :access_social_media. -:alice7470 :does :log_off_at_end_of_shift. -:bob7470 :does :work_related_task. -:bob7470 :does :log_off_at_end_of_shift. -:carol7470 :does :access_social_media. -:alice7471 :does :log_off_at_end_of_shift. -:bob7471 :does :work_related_task. -:bob7471 :does :log_off_at_end_of_shift. -:carol7471 :does :access_social_media. -:alice7472 :does :log_off_at_end_of_shift. -:bob7472 :does :work_related_task. -:bob7472 :does :log_off_at_end_of_shift. -:carol7472 :does :access_social_media. -:alice7473 :does :log_off_at_end_of_shift. -:bob7473 :does :work_related_task. -:bob7473 :does :log_off_at_end_of_shift. -:carol7473 :does :access_social_media. -:alice7474 :does :log_off_at_end_of_shift. -:bob7474 :does :work_related_task. -:bob7474 :does :log_off_at_end_of_shift. -:carol7474 :does :access_social_media. -:alice7475 :does :log_off_at_end_of_shift. -:bob7475 :does :work_related_task. -:bob7475 :does :log_off_at_end_of_shift. -:carol7475 :does :access_social_media. -:alice7476 :does :log_off_at_end_of_shift. -:bob7476 :does :work_related_task. -:bob7476 :does :log_off_at_end_of_shift. -:carol7476 :does :access_social_media. -:alice7477 :does :log_off_at_end_of_shift. -:bob7477 :does :work_related_task. -:bob7477 :does :log_off_at_end_of_shift. -:carol7477 :does :access_social_media. -:alice7478 :does :log_off_at_end_of_shift. -:bob7478 :does :work_related_task. -:bob7478 :does :log_off_at_end_of_shift. -:carol7478 :does :access_social_media. -:alice7479 :does :log_off_at_end_of_shift. -:bob7479 :does :work_related_task. -:bob7479 :does :log_off_at_end_of_shift. -:carol7479 :does :access_social_media. -:alice7480 :does :log_off_at_end_of_shift. -:bob7480 :does :work_related_task. -:bob7480 :does :log_off_at_end_of_shift. -:carol7480 :does :access_social_media. -:alice7481 :does :log_off_at_end_of_shift. -:bob7481 :does :work_related_task. -:bob7481 :does :log_off_at_end_of_shift. -:carol7481 :does :access_social_media. -:alice7482 :does :log_off_at_end_of_shift. -:bob7482 :does :work_related_task. -:bob7482 :does :log_off_at_end_of_shift. -:carol7482 :does :access_social_media. -:alice7483 :does :log_off_at_end_of_shift. -:bob7483 :does :work_related_task. -:bob7483 :does :log_off_at_end_of_shift. -:carol7483 :does :access_social_media. -:alice7484 :does :log_off_at_end_of_shift. -:bob7484 :does :work_related_task. -:bob7484 :does :log_off_at_end_of_shift. -:carol7484 :does :access_social_media. -:alice7485 :does :log_off_at_end_of_shift. -:bob7485 :does :work_related_task. -:bob7485 :does :log_off_at_end_of_shift. -:carol7485 :does :access_social_media. -:alice7486 :does :log_off_at_end_of_shift. -:bob7486 :does :work_related_task. -:bob7486 :does :log_off_at_end_of_shift. -:carol7486 :does :access_social_media. -:alice7487 :does :log_off_at_end_of_shift. -:bob7487 :does :work_related_task. -:bob7487 :does :log_off_at_end_of_shift. -:carol7487 :does :access_social_media. -:alice7488 :does :log_off_at_end_of_shift. -:bob7488 :does :work_related_task. -:bob7488 :does :log_off_at_end_of_shift. -:carol7488 :does :access_social_media. -:alice7489 :does :log_off_at_end_of_shift. -:bob7489 :does :work_related_task. -:bob7489 :does :log_off_at_end_of_shift. -:carol7489 :does :access_social_media. -:alice7490 :does :log_off_at_end_of_shift. -:bob7490 :does :work_related_task. -:bob7490 :does :log_off_at_end_of_shift. -:carol7490 :does :access_social_media. -:alice7491 :does :log_off_at_end_of_shift. -:bob7491 :does :work_related_task. -:bob7491 :does :log_off_at_end_of_shift. -:carol7491 :does :access_social_media. -:alice7492 :does :log_off_at_end_of_shift. -:bob7492 :does :work_related_task. -:bob7492 :does :log_off_at_end_of_shift. -:carol7492 :does :access_social_media. -:alice7493 :does :log_off_at_end_of_shift. -:bob7493 :does :work_related_task. -:bob7493 :does :log_off_at_end_of_shift. -:carol7493 :does :access_social_media. -:alice7494 :does :log_off_at_end_of_shift. -:bob7494 :does :work_related_task. -:bob7494 :does :log_off_at_end_of_shift. -:carol7494 :does :access_social_media. -:alice7495 :does :log_off_at_end_of_shift. -:bob7495 :does :work_related_task. -:bob7495 :does :log_off_at_end_of_shift. -:carol7495 :does :access_social_media. -:alice7496 :does :log_off_at_end_of_shift. -:bob7496 :does :work_related_task. -:bob7496 :does :log_off_at_end_of_shift. -:carol7496 :does :access_social_media. -:alice7497 :does :log_off_at_end_of_shift. -:bob7497 :does :work_related_task. -:bob7497 :does :log_off_at_end_of_shift. -:carol7497 :does :access_social_media. -:alice7498 :does :log_off_at_end_of_shift. -:bob7498 :does :work_related_task. -:bob7498 :does :log_off_at_end_of_shift. -:carol7498 :does :access_social_media. -:alice7499 :does :log_off_at_end_of_shift. -:bob7499 :does :work_related_task. -:bob7499 :does :log_off_at_end_of_shift. -:carol7499 :does :access_social_media. -:alice7500 :does :log_off_at_end_of_shift. -:bob7500 :does :work_related_task. -:bob7500 :does :log_off_at_end_of_shift. -:carol7500 :does :access_social_media. -:alice7501 :does :log_off_at_end_of_shift. -:bob7501 :does :work_related_task. -:bob7501 :does :log_off_at_end_of_shift. -:carol7501 :does :access_social_media. -:alice7502 :does :log_off_at_end_of_shift. -:bob7502 :does :work_related_task. -:bob7502 :does :log_off_at_end_of_shift. -:carol7502 :does :access_social_media. -:alice7503 :does :log_off_at_end_of_shift. -:bob7503 :does :work_related_task. -:bob7503 :does :log_off_at_end_of_shift. -:carol7503 :does :access_social_media. -:alice7504 :does :log_off_at_end_of_shift. -:bob7504 :does :work_related_task. -:bob7504 :does :log_off_at_end_of_shift. -:carol7504 :does :access_social_media. -:alice7505 :does :log_off_at_end_of_shift. -:bob7505 :does :work_related_task. -:bob7505 :does :log_off_at_end_of_shift. -:carol7505 :does :access_social_media. -:alice7506 :does :log_off_at_end_of_shift. -:bob7506 :does :work_related_task. -:bob7506 :does :log_off_at_end_of_shift. -:carol7506 :does :access_social_media. -:alice7507 :does :log_off_at_end_of_shift. -:bob7507 :does :work_related_task. -:bob7507 :does :log_off_at_end_of_shift. -:carol7507 :does :access_social_media. -:alice7508 :does :log_off_at_end_of_shift. -:bob7508 :does :work_related_task. -:bob7508 :does :log_off_at_end_of_shift. -:carol7508 :does :access_social_media. -:alice7509 :does :log_off_at_end_of_shift. -:bob7509 :does :work_related_task. -:bob7509 :does :log_off_at_end_of_shift. -:carol7509 :does :access_social_media. -:alice7510 :does :log_off_at_end_of_shift. -:bob7510 :does :work_related_task. -:bob7510 :does :log_off_at_end_of_shift. -:carol7510 :does :access_social_media. -:alice7511 :does :log_off_at_end_of_shift. -:bob7511 :does :work_related_task. -:bob7511 :does :log_off_at_end_of_shift. -:carol7511 :does :access_social_media. -:alice7512 :does :log_off_at_end_of_shift. -:bob7512 :does :work_related_task. -:bob7512 :does :log_off_at_end_of_shift. -:carol7512 :does :access_social_media. -:alice7513 :does :log_off_at_end_of_shift. -:bob7513 :does :work_related_task. -:bob7513 :does :log_off_at_end_of_shift. -:carol7513 :does :access_social_media. -:alice7514 :does :log_off_at_end_of_shift. -:bob7514 :does :work_related_task. -:bob7514 :does :log_off_at_end_of_shift. -:carol7514 :does :access_social_media. -:alice7515 :does :log_off_at_end_of_shift. -:bob7515 :does :work_related_task. -:bob7515 :does :log_off_at_end_of_shift. -:carol7515 :does :access_social_media. -:alice7516 :does :log_off_at_end_of_shift. -:bob7516 :does :work_related_task. -:bob7516 :does :log_off_at_end_of_shift. -:carol7516 :does :access_social_media. -:alice7517 :does :log_off_at_end_of_shift. -:bob7517 :does :work_related_task. -:bob7517 :does :log_off_at_end_of_shift. -:carol7517 :does :access_social_media. -:alice7518 :does :log_off_at_end_of_shift. -:bob7518 :does :work_related_task. -:bob7518 :does :log_off_at_end_of_shift. -:carol7518 :does :access_social_media. -:alice7519 :does :log_off_at_end_of_shift. -:bob7519 :does :work_related_task. -:bob7519 :does :log_off_at_end_of_shift. -:carol7519 :does :access_social_media. -:alice7520 :does :log_off_at_end_of_shift. -:bob7520 :does :work_related_task. -:bob7520 :does :log_off_at_end_of_shift. -:carol7520 :does :access_social_media. -:alice7521 :does :log_off_at_end_of_shift. -:bob7521 :does :work_related_task. -:bob7521 :does :log_off_at_end_of_shift. -:carol7521 :does :access_social_media. -:alice7522 :does :log_off_at_end_of_shift. -:bob7522 :does :work_related_task. -:bob7522 :does :log_off_at_end_of_shift. -:carol7522 :does :access_social_media. -:alice7523 :does :log_off_at_end_of_shift. -:bob7523 :does :work_related_task. -:bob7523 :does :log_off_at_end_of_shift. -:carol7523 :does :access_social_media. -:alice7524 :does :log_off_at_end_of_shift. -:bob7524 :does :work_related_task. -:bob7524 :does :log_off_at_end_of_shift. -:carol7524 :does :access_social_media. -:alice7525 :does :log_off_at_end_of_shift. -:bob7525 :does :work_related_task. -:bob7525 :does :log_off_at_end_of_shift. -:carol7525 :does :access_social_media. -:alice7526 :does :log_off_at_end_of_shift. -:bob7526 :does :work_related_task. -:bob7526 :does :log_off_at_end_of_shift. -:carol7526 :does :access_social_media. -:alice7527 :does :log_off_at_end_of_shift. -:bob7527 :does :work_related_task. -:bob7527 :does :log_off_at_end_of_shift. -:carol7527 :does :access_social_media. -:alice7528 :does :log_off_at_end_of_shift. -:bob7528 :does :work_related_task. -:bob7528 :does :log_off_at_end_of_shift. -:carol7528 :does :access_social_media. -:alice7529 :does :log_off_at_end_of_shift. -:bob7529 :does :work_related_task. -:bob7529 :does :log_off_at_end_of_shift. -:carol7529 :does :access_social_media. -:alice7530 :does :log_off_at_end_of_shift. -:bob7530 :does :work_related_task. -:bob7530 :does :log_off_at_end_of_shift. -:carol7530 :does :access_social_media. -:alice7531 :does :log_off_at_end_of_shift. -:bob7531 :does :work_related_task. -:bob7531 :does :log_off_at_end_of_shift. -:carol7531 :does :access_social_media. -:alice7532 :does :log_off_at_end_of_shift. -:bob7532 :does :work_related_task. -:bob7532 :does :log_off_at_end_of_shift. -:carol7532 :does :access_social_media. -:alice7533 :does :log_off_at_end_of_shift. -:bob7533 :does :work_related_task. -:bob7533 :does :log_off_at_end_of_shift. -:carol7533 :does :access_social_media. -:alice7534 :does :log_off_at_end_of_shift. -:bob7534 :does :work_related_task. -:bob7534 :does :log_off_at_end_of_shift. -:carol7534 :does :access_social_media. -:alice7535 :does :log_off_at_end_of_shift. -:bob7535 :does :work_related_task. -:bob7535 :does :log_off_at_end_of_shift. -:carol7535 :does :access_social_media. -:alice7536 :does :log_off_at_end_of_shift. -:bob7536 :does :work_related_task. -:bob7536 :does :log_off_at_end_of_shift. -:carol7536 :does :access_social_media. -:alice7537 :does :log_off_at_end_of_shift. -:bob7537 :does :work_related_task. -:bob7537 :does :log_off_at_end_of_shift. -:carol7537 :does :access_social_media. -:alice7538 :does :log_off_at_end_of_shift. -:bob7538 :does :work_related_task. -:bob7538 :does :log_off_at_end_of_shift. -:carol7538 :does :access_social_media. -:alice7539 :does :log_off_at_end_of_shift. -:bob7539 :does :work_related_task. -:bob7539 :does :log_off_at_end_of_shift. -:carol7539 :does :access_social_media. -:alice7540 :does :log_off_at_end_of_shift. -:bob7540 :does :work_related_task. -:bob7540 :does :log_off_at_end_of_shift. -:carol7540 :does :access_social_media. -:alice7541 :does :log_off_at_end_of_shift. -:bob7541 :does :work_related_task. -:bob7541 :does :log_off_at_end_of_shift. -:carol7541 :does :access_social_media. -:alice7542 :does :log_off_at_end_of_shift. -:bob7542 :does :work_related_task. -:bob7542 :does :log_off_at_end_of_shift. -:carol7542 :does :access_social_media. -:alice7543 :does :log_off_at_end_of_shift. -:bob7543 :does :work_related_task. -:bob7543 :does :log_off_at_end_of_shift. -:carol7543 :does :access_social_media. -:alice7544 :does :log_off_at_end_of_shift. -:bob7544 :does :work_related_task. -:bob7544 :does :log_off_at_end_of_shift. -:carol7544 :does :access_social_media. -:alice7545 :does :log_off_at_end_of_shift. -:bob7545 :does :work_related_task. -:bob7545 :does :log_off_at_end_of_shift. -:carol7545 :does :access_social_media. -:alice7546 :does :log_off_at_end_of_shift. -:bob7546 :does :work_related_task. -:bob7546 :does :log_off_at_end_of_shift. -:carol7546 :does :access_social_media. -:alice7547 :does :log_off_at_end_of_shift. -:bob7547 :does :work_related_task. -:bob7547 :does :log_off_at_end_of_shift. -:carol7547 :does :access_social_media. -:alice7548 :does :log_off_at_end_of_shift. -:bob7548 :does :work_related_task. -:bob7548 :does :log_off_at_end_of_shift. -:carol7548 :does :access_social_media. -:alice7549 :does :log_off_at_end_of_shift. -:bob7549 :does :work_related_task. -:bob7549 :does :log_off_at_end_of_shift. -:carol7549 :does :access_social_media. -:alice7550 :does :log_off_at_end_of_shift. -:bob7550 :does :work_related_task. -:bob7550 :does :log_off_at_end_of_shift. -:carol7550 :does :access_social_media. -:alice7551 :does :log_off_at_end_of_shift. -:bob7551 :does :work_related_task. -:bob7551 :does :log_off_at_end_of_shift. -:carol7551 :does :access_social_media. -:alice7552 :does :log_off_at_end_of_shift. -:bob7552 :does :work_related_task. -:bob7552 :does :log_off_at_end_of_shift. -:carol7552 :does :access_social_media. -:alice7553 :does :log_off_at_end_of_shift. -:bob7553 :does :work_related_task. -:bob7553 :does :log_off_at_end_of_shift. -:carol7553 :does :access_social_media. -:alice7554 :does :log_off_at_end_of_shift. -:bob7554 :does :work_related_task. -:bob7554 :does :log_off_at_end_of_shift. -:carol7554 :does :access_social_media. -:alice7555 :does :log_off_at_end_of_shift. -:bob7555 :does :work_related_task. -:bob7555 :does :log_off_at_end_of_shift. -:carol7555 :does :access_social_media. -:alice7556 :does :log_off_at_end_of_shift. -:bob7556 :does :work_related_task. -:bob7556 :does :log_off_at_end_of_shift. -:carol7556 :does :access_social_media. -:alice7557 :does :log_off_at_end_of_shift. -:bob7557 :does :work_related_task. -:bob7557 :does :log_off_at_end_of_shift. -:carol7557 :does :access_social_media. -:alice7558 :does :log_off_at_end_of_shift. -:bob7558 :does :work_related_task. -:bob7558 :does :log_off_at_end_of_shift. -:carol7558 :does :access_social_media. -:alice7559 :does :log_off_at_end_of_shift. -:bob7559 :does :work_related_task. -:bob7559 :does :log_off_at_end_of_shift. -:carol7559 :does :access_social_media. -:alice7560 :does :log_off_at_end_of_shift. -:bob7560 :does :work_related_task. -:bob7560 :does :log_off_at_end_of_shift. -:carol7560 :does :access_social_media. -:alice7561 :does :log_off_at_end_of_shift. -:bob7561 :does :work_related_task. -:bob7561 :does :log_off_at_end_of_shift. -:carol7561 :does :access_social_media. -:alice7562 :does :log_off_at_end_of_shift. -:bob7562 :does :work_related_task. -:bob7562 :does :log_off_at_end_of_shift. -:carol7562 :does :access_social_media. -:alice7563 :does :log_off_at_end_of_shift. -:bob7563 :does :work_related_task. -:bob7563 :does :log_off_at_end_of_shift. -:carol7563 :does :access_social_media. -:alice7564 :does :log_off_at_end_of_shift. -:bob7564 :does :work_related_task. -:bob7564 :does :log_off_at_end_of_shift. -:carol7564 :does :access_social_media. -:alice7565 :does :log_off_at_end_of_shift. -:bob7565 :does :work_related_task. -:bob7565 :does :log_off_at_end_of_shift. -:carol7565 :does :access_social_media. -:alice7566 :does :log_off_at_end_of_shift. -:bob7566 :does :work_related_task. -:bob7566 :does :log_off_at_end_of_shift. -:carol7566 :does :access_social_media. -:alice7567 :does :log_off_at_end_of_shift. -:bob7567 :does :work_related_task. -:bob7567 :does :log_off_at_end_of_shift. -:carol7567 :does :access_social_media. -:alice7568 :does :log_off_at_end_of_shift. -:bob7568 :does :work_related_task. -:bob7568 :does :log_off_at_end_of_shift. -:carol7568 :does :access_social_media. -:alice7569 :does :log_off_at_end_of_shift. -:bob7569 :does :work_related_task. -:bob7569 :does :log_off_at_end_of_shift. -:carol7569 :does :access_social_media. -:alice7570 :does :log_off_at_end_of_shift. -:bob7570 :does :work_related_task. -:bob7570 :does :log_off_at_end_of_shift. -:carol7570 :does :access_social_media. -:alice7571 :does :log_off_at_end_of_shift. -:bob7571 :does :work_related_task. -:bob7571 :does :log_off_at_end_of_shift. -:carol7571 :does :access_social_media. -:alice7572 :does :log_off_at_end_of_shift. -:bob7572 :does :work_related_task. -:bob7572 :does :log_off_at_end_of_shift. -:carol7572 :does :access_social_media. -:alice7573 :does :log_off_at_end_of_shift. -:bob7573 :does :work_related_task. -:bob7573 :does :log_off_at_end_of_shift. -:carol7573 :does :access_social_media. -:alice7574 :does :log_off_at_end_of_shift. -:bob7574 :does :work_related_task. -:bob7574 :does :log_off_at_end_of_shift. -:carol7574 :does :access_social_media. -:alice7575 :does :log_off_at_end_of_shift. -:bob7575 :does :work_related_task. -:bob7575 :does :log_off_at_end_of_shift. -:carol7575 :does :access_social_media. -:alice7576 :does :log_off_at_end_of_shift. -:bob7576 :does :work_related_task. -:bob7576 :does :log_off_at_end_of_shift. -:carol7576 :does :access_social_media. -:alice7577 :does :log_off_at_end_of_shift. -:bob7577 :does :work_related_task. -:bob7577 :does :log_off_at_end_of_shift. -:carol7577 :does :access_social_media. -:alice7578 :does :log_off_at_end_of_shift. -:bob7578 :does :work_related_task. -:bob7578 :does :log_off_at_end_of_shift. -:carol7578 :does :access_social_media. -:alice7579 :does :log_off_at_end_of_shift. -:bob7579 :does :work_related_task. -:bob7579 :does :log_off_at_end_of_shift. -:carol7579 :does :access_social_media. -:alice7580 :does :log_off_at_end_of_shift. -:bob7580 :does :work_related_task. -:bob7580 :does :log_off_at_end_of_shift. -:carol7580 :does :access_social_media. -:alice7581 :does :log_off_at_end_of_shift. -:bob7581 :does :work_related_task. -:bob7581 :does :log_off_at_end_of_shift. -:carol7581 :does :access_social_media. -:alice7582 :does :log_off_at_end_of_shift. -:bob7582 :does :work_related_task. -:bob7582 :does :log_off_at_end_of_shift. -:carol7582 :does :access_social_media. -:alice7583 :does :log_off_at_end_of_shift. -:bob7583 :does :work_related_task. -:bob7583 :does :log_off_at_end_of_shift. -:carol7583 :does :access_social_media. -:alice7584 :does :log_off_at_end_of_shift. -:bob7584 :does :work_related_task. -:bob7584 :does :log_off_at_end_of_shift. -:carol7584 :does :access_social_media. -:alice7585 :does :log_off_at_end_of_shift. -:bob7585 :does :work_related_task. -:bob7585 :does :log_off_at_end_of_shift. -:carol7585 :does :access_social_media. -:alice7586 :does :log_off_at_end_of_shift. -:bob7586 :does :work_related_task. -:bob7586 :does :log_off_at_end_of_shift. -:carol7586 :does :access_social_media. -:alice7587 :does :log_off_at_end_of_shift. -:bob7587 :does :work_related_task. -:bob7587 :does :log_off_at_end_of_shift. -:carol7587 :does :access_social_media. -:alice7588 :does :log_off_at_end_of_shift. -:bob7588 :does :work_related_task. -:bob7588 :does :log_off_at_end_of_shift. -:carol7588 :does :access_social_media. -:alice7589 :does :log_off_at_end_of_shift. -:bob7589 :does :work_related_task. -:bob7589 :does :log_off_at_end_of_shift. -:carol7589 :does :access_social_media. -:alice7590 :does :log_off_at_end_of_shift. -:bob7590 :does :work_related_task. -:bob7590 :does :log_off_at_end_of_shift. -:carol7590 :does :access_social_media. -:alice7591 :does :log_off_at_end_of_shift. -:bob7591 :does :work_related_task. -:bob7591 :does :log_off_at_end_of_shift. -:carol7591 :does :access_social_media. -:alice7592 :does :log_off_at_end_of_shift. -:bob7592 :does :work_related_task. -:bob7592 :does :log_off_at_end_of_shift. -:carol7592 :does :access_social_media. -:alice7593 :does :log_off_at_end_of_shift. -:bob7593 :does :work_related_task. -:bob7593 :does :log_off_at_end_of_shift. -:carol7593 :does :access_social_media. -:alice7594 :does :log_off_at_end_of_shift. -:bob7594 :does :work_related_task. -:bob7594 :does :log_off_at_end_of_shift. -:carol7594 :does :access_social_media. -:alice7595 :does :log_off_at_end_of_shift. -:bob7595 :does :work_related_task. -:bob7595 :does :log_off_at_end_of_shift. -:carol7595 :does :access_social_media. -:alice7596 :does :log_off_at_end_of_shift. -:bob7596 :does :work_related_task. -:bob7596 :does :log_off_at_end_of_shift. -:carol7596 :does :access_social_media. -:alice7597 :does :log_off_at_end_of_shift. -:bob7597 :does :work_related_task. -:bob7597 :does :log_off_at_end_of_shift. -:carol7597 :does :access_social_media. -:alice7598 :does :log_off_at_end_of_shift. -:bob7598 :does :work_related_task. -:bob7598 :does :log_off_at_end_of_shift. -:carol7598 :does :access_social_media. -:alice7599 :does :log_off_at_end_of_shift. -:bob7599 :does :work_related_task. -:bob7599 :does :log_off_at_end_of_shift. -:carol7599 :does :access_social_media. -:alice7600 :does :log_off_at_end_of_shift. -:bob7600 :does :work_related_task. -:bob7600 :does :log_off_at_end_of_shift. -:carol7600 :does :access_social_media. -:alice7601 :does :log_off_at_end_of_shift. -:bob7601 :does :work_related_task. -:bob7601 :does :log_off_at_end_of_shift. -:carol7601 :does :access_social_media. -:alice7602 :does :log_off_at_end_of_shift. -:bob7602 :does :work_related_task. -:bob7602 :does :log_off_at_end_of_shift. -:carol7602 :does :access_social_media. -:alice7603 :does :log_off_at_end_of_shift. -:bob7603 :does :work_related_task. -:bob7603 :does :log_off_at_end_of_shift. -:carol7603 :does :access_social_media. -:alice7604 :does :log_off_at_end_of_shift. -:bob7604 :does :work_related_task. -:bob7604 :does :log_off_at_end_of_shift. -:carol7604 :does :access_social_media. -:alice7605 :does :log_off_at_end_of_shift. -:bob7605 :does :work_related_task. -:bob7605 :does :log_off_at_end_of_shift. -:carol7605 :does :access_social_media. -:alice7606 :does :log_off_at_end_of_shift. -:bob7606 :does :work_related_task. -:bob7606 :does :log_off_at_end_of_shift. -:carol7606 :does :access_social_media. -:alice7607 :does :log_off_at_end_of_shift. -:bob7607 :does :work_related_task. -:bob7607 :does :log_off_at_end_of_shift. -:carol7607 :does :access_social_media. -:alice7608 :does :log_off_at_end_of_shift. -:bob7608 :does :work_related_task. -:bob7608 :does :log_off_at_end_of_shift. -:carol7608 :does :access_social_media. -:alice7609 :does :log_off_at_end_of_shift. -:bob7609 :does :work_related_task. -:bob7609 :does :log_off_at_end_of_shift. -:carol7609 :does :access_social_media. -:alice7610 :does :log_off_at_end_of_shift. -:bob7610 :does :work_related_task. -:bob7610 :does :log_off_at_end_of_shift. -:carol7610 :does :access_social_media. -:alice7611 :does :log_off_at_end_of_shift. -:bob7611 :does :work_related_task. -:bob7611 :does :log_off_at_end_of_shift. -:carol7611 :does :access_social_media. -:alice7612 :does :log_off_at_end_of_shift. -:bob7612 :does :work_related_task. -:bob7612 :does :log_off_at_end_of_shift. -:carol7612 :does :access_social_media. -:alice7613 :does :log_off_at_end_of_shift. -:bob7613 :does :work_related_task. -:bob7613 :does :log_off_at_end_of_shift. -:carol7613 :does :access_social_media. -:alice7614 :does :log_off_at_end_of_shift. -:bob7614 :does :work_related_task. -:bob7614 :does :log_off_at_end_of_shift. -:carol7614 :does :access_social_media. -:alice7615 :does :log_off_at_end_of_shift. -:bob7615 :does :work_related_task. -:bob7615 :does :log_off_at_end_of_shift. -:carol7615 :does :access_social_media. -:alice7616 :does :log_off_at_end_of_shift. -:bob7616 :does :work_related_task. -:bob7616 :does :log_off_at_end_of_shift. -:carol7616 :does :access_social_media. -:alice7617 :does :log_off_at_end_of_shift. -:bob7617 :does :work_related_task. -:bob7617 :does :log_off_at_end_of_shift. -:carol7617 :does :access_social_media. -:alice7618 :does :log_off_at_end_of_shift. -:bob7618 :does :work_related_task. -:bob7618 :does :log_off_at_end_of_shift. -:carol7618 :does :access_social_media. -:alice7619 :does :log_off_at_end_of_shift. -:bob7619 :does :work_related_task. -:bob7619 :does :log_off_at_end_of_shift. -:carol7619 :does :access_social_media. -:alice7620 :does :log_off_at_end_of_shift. -:bob7620 :does :work_related_task. -:bob7620 :does :log_off_at_end_of_shift. -:carol7620 :does :access_social_media. -:alice7621 :does :log_off_at_end_of_shift. -:bob7621 :does :work_related_task. -:bob7621 :does :log_off_at_end_of_shift. -:carol7621 :does :access_social_media. -:alice7622 :does :log_off_at_end_of_shift. -:bob7622 :does :work_related_task. -:bob7622 :does :log_off_at_end_of_shift. -:carol7622 :does :access_social_media. -:alice7623 :does :log_off_at_end_of_shift. -:bob7623 :does :work_related_task. -:bob7623 :does :log_off_at_end_of_shift. -:carol7623 :does :access_social_media. -:alice7624 :does :log_off_at_end_of_shift. -:bob7624 :does :work_related_task. -:bob7624 :does :log_off_at_end_of_shift. -:carol7624 :does :access_social_media. -:alice7625 :does :log_off_at_end_of_shift. -:bob7625 :does :work_related_task. -:bob7625 :does :log_off_at_end_of_shift. -:carol7625 :does :access_social_media. -:alice7626 :does :log_off_at_end_of_shift. -:bob7626 :does :work_related_task. -:bob7626 :does :log_off_at_end_of_shift. -:carol7626 :does :access_social_media. -:alice7627 :does :log_off_at_end_of_shift. -:bob7627 :does :work_related_task. -:bob7627 :does :log_off_at_end_of_shift. -:carol7627 :does :access_social_media. -:alice7628 :does :log_off_at_end_of_shift. -:bob7628 :does :work_related_task. -:bob7628 :does :log_off_at_end_of_shift. -:carol7628 :does :access_social_media. -:alice7629 :does :log_off_at_end_of_shift. -:bob7629 :does :work_related_task. -:bob7629 :does :log_off_at_end_of_shift. -:carol7629 :does :access_social_media. -:alice7630 :does :log_off_at_end_of_shift. -:bob7630 :does :work_related_task. -:bob7630 :does :log_off_at_end_of_shift. -:carol7630 :does :access_social_media. -:alice7631 :does :log_off_at_end_of_shift. -:bob7631 :does :work_related_task. -:bob7631 :does :log_off_at_end_of_shift. -:carol7631 :does :access_social_media. -:alice7632 :does :log_off_at_end_of_shift. -:bob7632 :does :work_related_task. -:bob7632 :does :log_off_at_end_of_shift. -:carol7632 :does :access_social_media. -:alice7633 :does :log_off_at_end_of_shift. -:bob7633 :does :work_related_task. -:bob7633 :does :log_off_at_end_of_shift. -:carol7633 :does :access_social_media. -:alice7634 :does :log_off_at_end_of_shift. -:bob7634 :does :work_related_task. -:bob7634 :does :log_off_at_end_of_shift. -:carol7634 :does :access_social_media. -:alice7635 :does :log_off_at_end_of_shift. -:bob7635 :does :work_related_task. -:bob7635 :does :log_off_at_end_of_shift. -:carol7635 :does :access_social_media. -:alice7636 :does :log_off_at_end_of_shift. -:bob7636 :does :work_related_task. -:bob7636 :does :log_off_at_end_of_shift. -:carol7636 :does :access_social_media. -:alice7637 :does :log_off_at_end_of_shift. -:bob7637 :does :work_related_task. -:bob7637 :does :log_off_at_end_of_shift. -:carol7637 :does :access_social_media. -:alice7638 :does :log_off_at_end_of_shift. -:bob7638 :does :work_related_task. -:bob7638 :does :log_off_at_end_of_shift. -:carol7638 :does :access_social_media. -:alice7639 :does :log_off_at_end_of_shift. -:bob7639 :does :work_related_task. -:bob7639 :does :log_off_at_end_of_shift. -:carol7639 :does :access_social_media. -:alice7640 :does :log_off_at_end_of_shift. -:bob7640 :does :work_related_task. -:bob7640 :does :log_off_at_end_of_shift. -:carol7640 :does :access_social_media. -:alice7641 :does :log_off_at_end_of_shift. -:bob7641 :does :work_related_task. -:bob7641 :does :log_off_at_end_of_shift. -:carol7641 :does :access_social_media. -:alice7642 :does :log_off_at_end_of_shift. -:bob7642 :does :work_related_task. -:bob7642 :does :log_off_at_end_of_shift. -:carol7642 :does :access_social_media. -:alice7643 :does :log_off_at_end_of_shift. -:bob7643 :does :work_related_task. -:bob7643 :does :log_off_at_end_of_shift. -:carol7643 :does :access_social_media. -:alice7644 :does :log_off_at_end_of_shift. -:bob7644 :does :work_related_task. -:bob7644 :does :log_off_at_end_of_shift. -:carol7644 :does :access_social_media. -:alice7645 :does :log_off_at_end_of_shift. -:bob7645 :does :work_related_task. -:bob7645 :does :log_off_at_end_of_shift. -:carol7645 :does :access_social_media. -:alice7646 :does :log_off_at_end_of_shift. -:bob7646 :does :work_related_task. -:bob7646 :does :log_off_at_end_of_shift. -:carol7646 :does :access_social_media. -:alice7647 :does :log_off_at_end_of_shift. -:bob7647 :does :work_related_task. -:bob7647 :does :log_off_at_end_of_shift. -:carol7647 :does :access_social_media. -:alice7648 :does :log_off_at_end_of_shift. -:bob7648 :does :work_related_task. -:bob7648 :does :log_off_at_end_of_shift. -:carol7648 :does :access_social_media. -:alice7649 :does :log_off_at_end_of_shift. -:bob7649 :does :work_related_task. -:bob7649 :does :log_off_at_end_of_shift. -:carol7649 :does :access_social_media. -:alice7650 :does :log_off_at_end_of_shift. -:bob7650 :does :work_related_task. -:bob7650 :does :log_off_at_end_of_shift. -:carol7650 :does :access_social_media. -:alice7651 :does :log_off_at_end_of_shift. -:bob7651 :does :work_related_task. -:bob7651 :does :log_off_at_end_of_shift. -:carol7651 :does :access_social_media. -:alice7652 :does :log_off_at_end_of_shift. -:bob7652 :does :work_related_task. -:bob7652 :does :log_off_at_end_of_shift. -:carol7652 :does :access_social_media. -:alice7653 :does :log_off_at_end_of_shift. -:bob7653 :does :work_related_task. -:bob7653 :does :log_off_at_end_of_shift. -:carol7653 :does :access_social_media. -:alice7654 :does :log_off_at_end_of_shift. -:bob7654 :does :work_related_task. -:bob7654 :does :log_off_at_end_of_shift. -:carol7654 :does :access_social_media. -:alice7655 :does :log_off_at_end_of_shift. -:bob7655 :does :work_related_task. -:bob7655 :does :log_off_at_end_of_shift. -:carol7655 :does :access_social_media. -:alice7656 :does :log_off_at_end_of_shift. -:bob7656 :does :work_related_task. -:bob7656 :does :log_off_at_end_of_shift. -:carol7656 :does :access_social_media. -:alice7657 :does :log_off_at_end_of_shift. -:bob7657 :does :work_related_task. -:bob7657 :does :log_off_at_end_of_shift. -:carol7657 :does :access_social_media. -:alice7658 :does :log_off_at_end_of_shift. -:bob7658 :does :work_related_task. -:bob7658 :does :log_off_at_end_of_shift. -:carol7658 :does :access_social_media. -:alice7659 :does :log_off_at_end_of_shift. -:bob7659 :does :work_related_task. -:bob7659 :does :log_off_at_end_of_shift. -:carol7659 :does :access_social_media. -:alice7660 :does :log_off_at_end_of_shift. -:bob7660 :does :work_related_task. -:bob7660 :does :log_off_at_end_of_shift. -:carol7660 :does :access_social_media. -:alice7661 :does :log_off_at_end_of_shift. -:bob7661 :does :work_related_task. -:bob7661 :does :log_off_at_end_of_shift. -:carol7661 :does :access_social_media. -:alice7662 :does :log_off_at_end_of_shift. -:bob7662 :does :work_related_task. -:bob7662 :does :log_off_at_end_of_shift. -:carol7662 :does :access_social_media. -:alice7663 :does :log_off_at_end_of_shift. -:bob7663 :does :work_related_task. -:bob7663 :does :log_off_at_end_of_shift. -:carol7663 :does :access_social_media. -:alice7664 :does :log_off_at_end_of_shift. -:bob7664 :does :work_related_task. -:bob7664 :does :log_off_at_end_of_shift. -:carol7664 :does :access_social_media. -:alice7665 :does :log_off_at_end_of_shift. -:bob7665 :does :work_related_task. -:bob7665 :does :log_off_at_end_of_shift. -:carol7665 :does :access_social_media. -:alice7666 :does :log_off_at_end_of_shift. -:bob7666 :does :work_related_task. -:bob7666 :does :log_off_at_end_of_shift. -:carol7666 :does :access_social_media. -:alice7667 :does :log_off_at_end_of_shift. -:bob7667 :does :work_related_task. -:bob7667 :does :log_off_at_end_of_shift. -:carol7667 :does :access_social_media. -:alice7668 :does :log_off_at_end_of_shift. -:bob7668 :does :work_related_task. -:bob7668 :does :log_off_at_end_of_shift. -:carol7668 :does :access_social_media. -:alice7669 :does :log_off_at_end_of_shift. -:bob7669 :does :work_related_task. -:bob7669 :does :log_off_at_end_of_shift. -:carol7669 :does :access_social_media. -:alice7670 :does :log_off_at_end_of_shift. -:bob7670 :does :work_related_task. -:bob7670 :does :log_off_at_end_of_shift. -:carol7670 :does :access_social_media. -:alice7671 :does :log_off_at_end_of_shift. -:bob7671 :does :work_related_task. -:bob7671 :does :log_off_at_end_of_shift. -:carol7671 :does :access_social_media. -:alice7672 :does :log_off_at_end_of_shift. -:bob7672 :does :work_related_task. -:bob7672 :does :log_off_at_end_of_shift. -:carol7672 :does :access_social_media. -:alice7673 :does :log_off_at_end_of_shift. -:bob7673 :does :work_related_task. -:bob7673 :does :log_off_at_end_of_shift. -:carol7673 :does :access_social_media. -:alice7674 :does :log_off_at_end_of_shift. -:bob7674 :does :work_related_task. -:bob7674 :does :log_off_at_end_of_shift. -:carol7674 :does :access_social_media. -:alice7675 :does :log_off_at_end_of_shift. -:bob7675 :does :work_related_task. -:bob7675 :does :log_off_at_end_of_shift. -:carol7675 :does :access_social_media. -:alice7676 :does :log_off_at_end_of_shift. -:bob7676 :does :work_related_task. -:bob7676 :does :log_off_at_end_of_shift. -:carol7676 :does :access_social_media. -:alice7677 :does :log_off_at_end_of_shift. -:bob7677 :does :work_related_task. -:bob7677 :does :log_off_at_end_of_shift. -:carol7677 :does :access_social_media. -:alice7678 :does :log_off_at_end_of_shift. -:bob7678 :does :work_related_task. -:bob7678 :does :log_off_at_end_of_shift. -:carol7678 :does :access_social_media. -:alice7679 :does :log_off_at_end_of_shift. -:bob7679 :does :work_related_task. -:bob7679 :does :log_off_at_end_of_shift. -:carol7679 :does :access_social_media. -:alice7680 :does :log_off_at_end_of_shift. -:bob7680 :does :work_related_task. -:bob7680 :does :log_off_at_end_of_shift. -:carol7680 :does :access_social_media. -:alice7681 :does :log_off_at_end_of_shift. -:bob7681 :does :work_related_task. -:bob7681 :does :log_off_at_end_of_shift. -:carol7681 :does :access_social_media. -:alice7682 :does :log_off_at_end_of_shift. -:bob7682 :does :work_related_task. -:bob7682 :does :log_off_at_end_of_shift. -:carol7682 :does :access_social_media. -:alice7683 :does :log_off_at_end_of_shift. -:bob7683 :does :work_related_task. -:bob7683 :does :log_off_at_end_of_shift. -:carol7683 :does :access_social_media. -:alice7684 :does :log_off_at_end_of_shift. -:bob7684 :does :work_related_task. -:bob7684 :does :log_off_at_end_of_shift. -:carol7684 :does :access_social_media. -:alice7685 :does :log_off_at_end_of_shift. -:bob7685 :does :work_related_task. -:bob7685 :does :log_off_at_end_of_shift. -:carol7685 :does :access_social_media. -:alice7686 :does :log_off_at_end_of_shift. -:bob7686 :does :work_related_task. -:bob7686 :does :log_off_at_end_of_shift. -:carol7686 :does :access_social_media. -:alice7687 :does :log_off_at_end_of_shift. -:bob7687 :does :work_related_task. -:bob7687 :does :log_off_at_end_of_shift. -:carol7687 :does :access_social_media. -:alice7688 :does :log_off_at_end_of_shift. -:bob7688 :does :work_related_task. -:bob7688 :does :log_off_at_end_of_shift. -:carol7688 :does :access_social_media. -:alice7689 :does :log_off_at_end_of_shift. -:bob7689 :does :work_related_task. -:bob7689 :does :log_off_at_end_of_shift. -:carol7689 :does :access_social_media. -:alice7690 :does :log_off_at_end_of_shift. -:bob7690 :does :work_related_task. -:bob7690 :does :log_off_at_end_of_shift. -:carol7690 :does :access_social_media. -:alice7691 :does :log_off_at_end_of_shift. -:bob7691 :does :work_related_task. -:bob7691 :does :log_off_at_end_of_shift. -:carol7691 :does :access_social_media. -:alice7692 :does :log_off_at_end_of_shift. -:bob7692 :does :work_related_task. -:bob7692 :does :log_off_at_end_of_shift. -:carol7692 :does :access_social_media. -:alice7693 :does :log_off_at_end_of_shift. -:bob7693 :does :work_related_task. -:bob7693 :does :log_off_at_end_of_shift. -:carol7693 :does :access_social_media. -:alice7694 :does :log_off_at_end_of_shift. -:bob7694 :does :work_related_task. -:bob7694 :does :log_off_at_end_of_shift. -:carol7694 :does :access_social_media. -:alice7695 :does :log_off_at_end_of_shift. -:bob7695 :does :work_related_task. -:bob7695 :does :log_off_at_end_of_shift. -:carol7695 :does :access_social_media. -:alice7696 :does :log_off_at_end_of_shift. -:bob7696 :does :work_related_task. -:bob7696 :does :log_off_at_end_of_shift. -:carol7696 :does :access_social_media. -:alice7697 :does :log_off_at_end_of_shift. -:bob7697 :does :work_related_task. -:bob7697 :does :log_off_at_end_of_shift. -:carol7697 :does :access_social_media. -:alice7698 :does :log_off_at_end_of_shift. -:bob7698 :does :work_related_task. -:bob7698 :does :log_off_at_end_of_shift. -:carol7698 :does :access_social_media. -:alice7699 :does :log_off_at_end_of_shift. -:bob7699 :does :work_related_task. -:bob7699 :does :log_off_at_end_of_shift. -:carol7699 :does :access_social_media. -:alice7700 :does :log_off_at_end_of_shift. -:bob7700 :does :work_related_task. -:bob7700 :does :log_off_at_end_of_shift. -:carol7700 :does :access_social_media. -:alice7701 :does :log_off_at_end_of_shift. -:bob7701 :does :work_related_task. -:bob7701 :does :log_off_at_end_of_shift. -:carol7701 :does :access_social_media. -:alice7702 :does :log_off_at_end_of_shift. -:bob7702 :does :work_related_task. -:bob7702 :does :log_off_at_end_of_shift. -:carol7702 :does :access_social_media. -:alice7703 :does :log_off_at_end_of_shift. -:bob7703 :does :work_related_task. -:bob7703 :does :log_off_at_end_of_shift. -:carol7703 :does :access_social_media. -:alice7704 :does :log_off_at_end_of_shift. -:bob7704 :does :work_related_task. -:bob7704 :does :log_off_at_end_of_shift. -:carol7704 :does :access_social_media. -:alice7705 :does :log_off_at_end_of_shift. -:bob7705 :does :work_related_task. -:bob7705 :does :log_off_at_end_of_shift. -:carol7705 :does :access_social_media. -:alice7706 :does :log_off_at_end_of_shift. -:bob7706 :does :work_related_task. -:bob7706 :does :log_off_at_end_of_shift. -:carol7706 :does :access_social_media. -:alice7707 :does :log_off_at_end_of_shift. -:bob7707 :does :work_related_task. -:bob7707 :does :log_off_at_end_of_shift. -:carol7707 :does :access_social_media. -:alice7708 :does :log_off_at_end_of_shift. -:bob7708 :does :work_related_task. -:bob7708 :does :log_off_at_end_of_shift. -:carol7708 :does :access_social_media. -:alice7709 :does :log_off_at_end_of_shift. -:bob7709 :does :work_related_task. -:bob7709 :does :log_off_at_end_of_shift. -:carol7709 :does :access_social_media. -:alice7710 :does :log_off_at_end_of_shift. -:bob7710 :does :work_related_task. -:bob7710 :does :log_off_at_end_of_shift. -:carol7710 :does :access_social_media. -:alice7711 :does :log_off_at_end_of_shift. -:bob7711 :does :work_related_task. -:bob7711 :does :log_off_at_end_of_shift. -:carol7711 :does :access_social_media. -:alice7712 :does :log_off_at_end_of_shift. -:bob7712 :does :work_related_task. -:bob7712 :does :log_off_at_end_of_shift. -:carol7712 :does :access_social_media. -:alice7713 :does :log_off_at_end_of_shift. -:bob7713 :does :work_related_task. -:bob7713 :does :log_off_at_end_of_shift. -:carol7713 :does :access_social_media. -:alice7714 :does :log_off_at_end_of_shift. -:bob7714 :does :work_related_task. -:bob7714 :does :log_off_at_end_of_shift. -:carol7714 :does :access_social_media. -:alice7715 :does :log_off_at_end_of_shift. -:bob7715 :does :work_related_task. -:bob7715 :does :log_off_at_end_of_shift. -:carol7715 :does :access_social_media. -:alice7716 :does :log_off_at_end_of_shift. -:bob7716 :does :work_related_task. -:bob7716 :does :log_off_at_end_of_shift. -:carol7716 :does :access_social_media. -:alice7717 :does :log_off_at_end_of_shift. -:bob7717 :does :work_related_task. -:bob7717 :does :log_off_at_end_of_shift. -:carol7717 :does :access_social_media. -:alice7718 :does :log_off_at_end_of_shift. -:bob7718 :does :work_related_task. -:bob7718 :does :log_off_at_end_of_shift. -:carol7718 :does :access_social_media. -:alice7719 :does :log_off_at_end_of_shift. -:bob7719 :does :work_related_task. -:bob7719 :does :log_off_at_end_of_shift. -:carol7719 :does :access_social_media. -:alice7720 :does :log_off_at_end_of_shift. -:bob7720 :does :work_related_task. -:bob7720 :does :log_off_at_end_of_shift. -:carol7720 :does :access_social_media. -:alice7721 :does :log_off_at_end_of_shift. -:bob7721 :does :work_related_task. -:bob7721 :does :log_off_at_end_of_shift. -:carol7721 :does :access_social_media. -:alice7722 :does :log_off_at_end_of_shift. -:bob7722 :does :work_related_task. -:bob7722 :does :log_off_at_end_of_shift. -:carol7722 :does :access_social_media. -:alice7723 :does :log_off_at_end_of_shift. -:bob7723 :does :work_related_task. -:bob7723 :does :log_off_at_end_of_shift. -:carol7723 :does :access_social_media. -:alice7724 :does :log_off_at_end_of_shift. -:bob7724 :does :work_related_task. -:bob7724 :does :log_off_at_end_of_shift. -:carol7724 :does :access_social_media. -:alice7725 :does :log_off_at_end_of_shift. -:bob7725 :does :work_related_task. -:bob7725 :does :log_off_at_end_of_shift. -:carol7725 :does :access_social_media. -:alice7726 :does :log_off_at_end_of_shift. -:bob7726 :does :work_related_task. -:bob7726 :does :log_off_at_end_of_shift. -:carol7726 :does :access_social_media. -:alice7727 :does :log_off_at_end_of_shift. -:bob7727 :does :work_related_task. -:bob7727 :does :log_off_at_end_of_shift. -:carol7727 :does :access_social_media. -:alice7728 :does :log_off_at_end_of_shift. -:bob7728 :does :work_related_task. -:bob7728 :does :log_off_at_end_of_shift. -:carol7728 :does :access_social_media. -:alice7729 :does :log_off_at_end_of_shift. -:bob7729 :does :work_related_task. -:bob7729 :does :log_off_at_end_of_shift. -:carol7729 :does :access_social_media. -:alice7730 :does :log_off_at_end_of_shift. -:bob7730 :does :work_related_task. -:bob7730 :does :log_off_at_end_of_shift. -:carol7730 :does :access_social_media. -:alice7731 :does :log_off_at_end_of_shift. -:bob7731 :does :work_related_task. -:bob7731 :does :log_off_at_end_of_shift. -:carol7731 :does :access_social_media. -:alice7732 :does :log_off_at_end_of_shift. -:bob7732 :does :work_related_task. -:bob7732 :does :log_off_at_end_of_shift. -:carol7732 :does :access_social_media. -:alice7733 :does :log_off_at_end_of_shift. -:bob7733 :does :work_related_task. -:bob7733 :does :log_off_at_end_of_shift. -:carol7733 :does :access_social_media. -:alice7734 :does :log_off_at_end_of_shift. -:bob7734 :does :work_related_task. -:bob7734 :does :log_off_at_end_of_shift. -:carol7734 :does :access_social_media. -:alice7735 :does :log_off_at_end_of_shift. -:bob7735 :does :work_related_task. -:bob7735 :does :log_off_at_end_of_shift. -:carol7735 :does :access_social_media. -:alice7736 :does :log_off_at_end_of_shift. -:bob7736 :does :work_related_task. -:bob7736 :does :log_off_at_end_of_shift. -:carol7736 :does :access_social_media. -:alice7737 :does :log_off_at_end_of_shift. -:bob7737 :does :work_related_task. -:bob7737 :does :log_off_at_end_of_shift. -:carol7737 :does :access_social_media. -:alice7738 :does :log_off_at_end_of_shift. -:bob7738 :does :work_related_task. -:bob7738 :does :log_off_at_end_of_shift. -:carol7738 :does :access_social_media. -:alice7739 :does :log_off_at_end_of_shift. -:bob7739 :does :work_related_task. -:bob7739 :does :log_off_at_end_of_shift. -:carol7739 :does :access_social_media. -:alice7740 :does :log_off_at_end_of_shift. -:bob7740 :does :work_related_task. -:bob7740 :does :log_off_at_end_of_shift. -:carol7740 :does :access_social_media. -:alice7741 :does :log_off_at_end_of_shift. -:bob7741 :does :work_related_task. -:bob7741 :does :log_off_at_end_of_shift. -:carol7741 :does :access_social_media. -:alice7742 :does :log_off_at_end_of_shift. -:bob7742 :does :work_related_task. -:bob7742 :does :log_off_at_end_of_shift. -:carol7742 :does :access_social_media. -:alice7743 :does :log_off_at_end_of_shift. -:bob7743 :does :work_related_task. -:bob7743 :does :log_off_at_end_of_shift. -:carol7743 :does :access_social_media. -:alice7744 :does :log_off_at_end_of_shift. -:bob7744 :does :work_related_task. -:bob7744 :does :log_off_at_end_of_shift. -:carol7744 :does :access_social_media. -:alice7745 :does :log_off_at_end_of_shift. -:bob7745 :does :work_related_task. -:bob7745 :does :log_off_at_end_of_shift. -:carol7745 :does :access_social_media. -:alice7746 :does :log_off_at_end_of_shift. -:bob7746 :does :work_related_task. -:bob7746 :does :log_off_at_end_of_shift. -:carol7746 :does :access_social_media. -:alice7747 :does :log_off_at_end_of_shift. -:bob7747 :does :work_related_task. -:bob7747 :does :log_off_at_end_of_shift. -:carol7747 :does :access_social_media. -:alice7748 :does :log_off_at_end_of_shift. -:bob7748 :does :work_related_task. -:bob7748 :does :log_off_at_end_of_shift. -:carol7748 :does :access_social_media. -:alice7749 :does :log_off_at_end_of_shift. -:bob7749 :does :work_related_task. -:bob7749 :does :log_off_at_end_of_shift. -:carol7749 :does :access_social_media. -:alice7750 :does :log_off_at_end_of_shift. -:bob7750 :does :work_related_task. -:bob7750 :does :log_off_at_end_of_shift. -:carol7750 :does :access_social_media. -:alice7751 :does :log_off_at_end_of_shift. -:bob7751 :does :work_related_task. -:bob7751 :does :log_off_at_end_of_shift. -:carol7751 :does :access_social_media. -:alice7752 :does :log_off_at_end_of_shift. -:bob7752 :does :work_related_task. -:bob7752 :does :log_off_at_end_of_shift. -:carol7752 :does :access_social_media. -:alice7753 :does :log_off_at_end_of_shift. -:bob7753 :does :work_related_task. -:bob7753 :does :log_off_at_end_of_shift. -:carol7753 :does :access_social_media. -:alice7754 :does :log_off_at_end_of_shift. -:bob7754 :does :work_related_task. -:bob7754 :does :log_off_at_end_of_shift. -:carol7754 :does :access_social_media. -:alice7755 :does :log_off_at_end_of_shift. -:bob7755 :does :work_related_task. -:bob7755 :does :log_off_at_end_of_shift. -:carol7755 :does :access_social_media. -:alice7756 :does :log_off_at_end_of_shift. -:bob7756 :does :work_related_task. -:bob7756 :does :log_off_at_end_of_shift. -:carol7756 :does :access_social_media. -:alice7757 :does :log_off_at_end_of_shift. -:bob7757 :does :work_related_task. -:bob7757 :does :log_off_at_end_of_shift. -:carol7757 :does :access_social_media. -:alice7758 :does :log_off_at_end_of_shift. -:bob7758 :does :work_related_task. -:bob7758 :does :log_off_at_end_of_shift. -:carol7758 :does :access_social_media. -:alice7759 :does :log_off_at_end_of_shift. -:bob7759 :does :work_related_task. -:bob7759 :does :log_off_at_end_of_shift. -:carol7759 :does :access_social_media. -:alice7760 :does :log_off_at_end_of_shift. -:bob7760 :does :work_related_task. -:bob7760 :does :log_off_at_end_of_shift. -:carol7760 :does :access_social_media. -:alice7761 :does :log_off_at_end_of_shift. -:bob7761 :does :work_related_task. -:bob7761 :does :log_off_at_end_of_shift. -:carol7761 :does :access_social_media. -:alice7762 :does :log_off_at_end_of_shift. -:bob7762 :does :work_related_task. -:bob7762 :does :log_off_at_end_of_shift. -:carol7762 :does :access_social_media. -:alice7763 :does :log_off_at_end_of_shift. -:bob7763 :does :work_related_task. -:bob7763 :does :log_off_at_end_of_shift. -:carol7763 :does :access_social_media. -:alice7764 :does :log_off_at_end_of_shift. -:bob7764 :does :work_related_task. -:bob7764 :does :log_off_at_end_of_shift. -:carol7764 :does :access_social_media. -:alice7765 :does :log_off_at_end_of_shift. -:bob7765 :does :work_related_task. -:bob7765 :does :log_off_at_end_of_shift. -:carol7765 :does :access_social_media. -:alice7766 :does :log_off_at_end_of_shift. -:bob7766 :does :work_related_task. -:bob7766 :does :log_off_at_end_of_shift. -:carol7766 :does :access_social_media. -:alice7767 :does :log_off_at_end_of_shift. -:bob7767 :does :work_related_task. -:bob7767 :does :log_off_at_end_of_shift. -:carol7767 :does :access_social_media. -:alice7768 :does :log_off_at_end_of_shift. -:bob7768 :does :work_related_task. -:bob7768 :does :log_off_at_end_of_shift. -:carol7768 :does :access_social_media. -:alice7769 :does :log_off_at_end_of_shift. -:bob7769 :does :work_related_task. -:bob7769 :does :log_off_at_end_of_shift. -:carol7769 :does :access_social_media. -:alice7770 :does :log_off_at_end_of_shift. -:bob7770 :does :work_related_task. -:bob7770 :does :log_off_at_end_of_shift. -:carol7770 :does :access_social_media. -:alice7771 :does :log_off_at_end_of_shift. -:bob7771 :does :work_related_task. -:bob7771 :does :log_off_at_end_of_shift. -:carol7771 :does :access_social_media. -:alice7772 :does :log_off_at_end_of_shift. -:bob7772 :does :work_related_task. -:bob7772 :does :log_off_at_end_of_shift. -:carol7772 :does :access_social_media. -:alice7773 :does :log_off_at_end_of_shift. -:bob7773 :does :work_related_task. -:bob7773 :does :log_off_at_end_of_shift. -:carol7773 :does :access_social_media. -:alice7774 :does :log_off_at_end_of_shift. -:bob7774 :does :work_related_task. -:bob7774 :does :log_off_at_end_of_shift. -:carol7774 :does :access_social_media. -:alice7775 :does :log_off_at_end_of_shift. -:bob7775 :does :work_related_task. -:bob7775 :does :log_off_at_end_of_shift. -:carol7775 :does :access_social_media. -:alice7776 :does :log_off_at_end_of_shift. -:bob7776 :does :work_related_task. -:bob7776 :does :log_off_at_end_of_shift. -:carol7776 :does :access_social_media. -:alice7777 :does :log_off_at_end_of_shift. -:bob7777 :does :work_related_task. -:bob7777 :does :log_off_at_end_of_shift. -:carol7777 :does :access_social_media. -:alice7778 :does :log_off_at_end_of_shift. -:bob7778 :does :work_related_task. -:bob7778 :does :log_off_at_end_of_shift. -:carol7778 :does :access_social_media. -:alice7779 :does :log_off_at_end_of_shift. -:bob7779 :does :work_related_task. -:bob7779 :does :log_off_at_end_of_shift. -:carol7779 :does :access_social_media. -:alice7780 :does :log_off_at_end_of_shift. -:bob7780 :does :work_related_task. -:bob7780 :does :log_off_at_end_of_shift. -:carol7780 :does :access_social_media. -:alice7781 :does :log_off_at_end_of_shift. -:bob7781 :does :work_related_task. -:bob7781 :does :log_off_at_end_of_shift. -:carol7781 :does :access_social_media. -:alice7782 :does :log_off_at_end_of_shift. -:bob7782 :does :work_related_task. -:bob7782 :does :log_off_at_end_of_shift. -:carol7782 :does :access_social_media. -:alice7783 :does :log_off_at_end_of_shift. -:bob7783 :does :work_related_task. -:bob7783 :does :log_off_at_end_of_shift. -:carol7783 :does :access_social_media. -:alice7784 :does :log_off_at_end_of_shift. -:bob7784 :does :work_related_task. -:bob7784 :does :log_off_at_end_of_shift. -:carol7784 :does :access_social_media. -:alice7785 :does :log_off_at_end_of_shift. -:bob7785 :does :work_related_task. -:bob7785 :does :log_off_at_end_of_shift. -:carol7785 :does :access_social_media. -:alice7786 :does :log_off_at_end_of_shift. -:bob7786 :does :work_related_task. -:bob7786 :does :log_off_at_end_of_shift. -:carol7786 :does :access_social_media. -:alice7787 :does :log_off_at_end_of_shift. -:bob7787 :does :work_related_task. -:bob7787 :does :log_off_at_end_of_shift. -:carol7787 :does :access_social_media. -:alice7788 :does :log_off_at_end_of_shift. -:bob7788 :does :work_related_task. -:bob7788 :does :log_off_at_end_of_shift. -:carol7788 :does :access_social_media. -:alice7789 :does :log_off_at_end_of_shift. -:bob7789 :does :work_related_task. -:bob7789 :does :log_off_at_end_of_shift. -:carol7789 :does :access_social_media. -:alice7790 :does :log_off_at_end_of_shift. -:bob7790 :does :work_related_task. -:bob7790 :does :log_off_at_end_of_shift. -:carol7790 :does :access_social_media. -:alice7791 :does :log_off_at_end_of_shift. -:bob7791 :does :work_related_task. -:bob7791 :does :log_off_at_end_of_shift. -:carol7791 :does :access_social_media. -:alice7792 :does :log_off_at_end_of_shift. -:bob7792 :does :work_related_task. -:bob7792 :does :log_off_at_end_of_shift. -:carol7792 :does :access_social_media. -:alice7793 :does :log_off_at_end_of_shift. -:bob7793 :does :work_related_task. -:bob7793 :does :log_off_at_end_of_shift. -:carol7793 :does :access_social_media. -:alice7794 :does :log_off_at_end_of_shift. -:bob7794 :does :work_related_task. -:bob7794 :does :log_off_at_end_of_shift. -:carol7794 :does :access_social_media. -:alice7795 :does :log_off_at_end_of_shift. -:bob7795 :does :work_related_task. -:bob7795 :does :log_off_at_end_of_shift. -:carol7795 :does :access_social_media. -:alice7796 :does :log_off_at_end_of_shift. -:bob7796 :does :work_related_task. -:bob7796 :does :log_off_at_end_of_shift. -:carol7796 :does :access_social_media. -:alice7797 :does :log_off_at_end_of_shift. -:bob7797 :does :work_related_task. -:bob7797 :does :log_off_at_end_of_shift. -:carol7797 :does :access_social_media. -:alice7798 :does :log_off_at_end_of_shift. -:bob7798 :does :work_related_task. -:bob7798 :does :log_off_at_end_of_shift. -:carol7798 :does :access_social_media. -:alice7799 :does :log_off_at_end_of_shift. -:bob7799 :does :work_related_task. -:bob7799 :does :log_off_at_end_of_shift. -:carol7799 :does :access_social_media. -:alice7800 :does :log_off_at_end_of_shift. -:bob7800 :does :work_related_task. -:bob7800 :does :log_off_at_end_of_shift. -:carol7800 :does :access_social_media. -:alice7801 :does :log_off_at_end_of_shift. -:bob7801 :does :work_related_task. -:bob7801 :does :log_off_at_end_of_shift. -:carol7801 :does :access_social_media. -:alice7802 :does :log_off_at_end_of_shift. -:bob7802 :does :work_related_task. -:bob7802 :does :log_off_at_end_of_shift. -:carol7802 :does :access_social_media. -:alice7803 :does :log_off_at_end_of_shift. -:bob7803 :does :work_related_task. -:bob7803 :does :log_off_at_end_of_shift. -:carol7803 :does :access_social_media. -:alice7804 :does :log_off_at_end_of_shift. -:bob7804 :does :work_related_task. -:bob7804 :does :log_off_at_end_of_shift. -:carol7804 :does :access_social_media. -:alice7805 :does :log_off_at_end_of_shift. -:bob7805 :does :work_related_task. -:bob7805 :does :log_off_at_end_of_shift. -:carol7805 :does :access_social_media. -:alice7806 :does :log_off_at_end_of_shift. -:bob7806 :does :work_related_task. -:bob7806 :does :log_off_at_end_of_shift. -:carol7806 :does :access_social_media. -:alice7807 :does :log_off_at_end_of_shift. -:bob7807 :does :work_related_task. -:bob7807 :does :log_off_at_end_of_shift. -:carol7807 :does :access_social_media. -:alice7808 :does :log_off_at_end_of_shift. -:bob7808 :does :work_related_task. -:bob7808 :does :log_off_at_end_of_shift. -:carol7808 :does :access_social_media. -:alice7809 :does :log_off_at_end_of_shift. -:bob7809 :does :work_related_task. -:bob7809 :does :log_off_at_end_of_shift. -:carol7809 :does :access_social_media. -:alice7810 :does :log_off_at_end_of_shift. -:bob7810 :does :work_related_task. -:bob7810 :does :log_off_at_end_of_shift. -:carol7810 :does :access_social_media. -:alice7811 :does :log_off_at_end_of_shift. -:bob7811 :does :work_related_task. -:bob7811 :does :log_off_at_end_of_shift. -:carol7811 :does :access_social_media. -:alice7812 :does :log_off_at_end_of_shift. -:bob7812 :does :work_related_task. -:bob7812 :does :log_off_at_end_of_shift. -:carol7812 :does :access_social_media. -:alice7813 :does :log_off_at_end_of_shift. -:bob7813 :does :work_related_task. -:bob7813 :does :log_off_at_end_of_shift. -:carol7813 :does :access_social_media. -:alice7814 :does :log_off_at_end_of_shift. -:bob7814 :does :work_related_task. -:bob7814 :does :log_off_at_end_of_shift. -:carol7814 :does :access_social_media. -:alice7815 :does :log_off_at_end_of_shift. -:bob7815 :does :work_related_task. -:bob7815 :does :log_off_at_end_of_shift. -:carol7815 :does :access_social_media. -:alice7816 :does :log_off_at_end_of_shift. -:bob7816 :does :work_related_task. -:bob7816 :does :log_off_at_end_of_shift. -:carol7816 :does :access_social_media. -:alice7817 :does :log_off_at_end_of_shift. -:bob7817 :does :work_related_task. -:bob7817 :does :log_off_at_end_of_shift. -:carol7817 :does :access_social_media. -:alice7818 :does :log_off_at_end_of_shift. -:bob7818 :does :work_related_task. -:bob7818 :does :log_off_at_end_of_shift. -:carol7818 :does :access_social_media. -:alice7819 :does :log_off_at_end_of_shift. -:bob7819 :does :work_related_task. -:bob7819 :does :log_off_at_end_of_shift. -:carol7819 :does :access_social_media. -:alice7820 :does :log_off_at_end_of_shift. -:bob7820 :does :work_related_task. -:bob7820 :does :log_off_at_end_of_shift. -:carol7820 :does :access_social_media. -:alice7821 :does :log_off_at_end_of_shift. -:bob7821 :does :work_related_task. -:bob7821 :does :log_off_at_end_of_shift. -:carol7821 :does :access_social_media. -:alice7822 :does :log_off_at_end_of_shift. -:bob7822 :does :work_related_task. -:bob7822 :does :log_off_at_end_of_shift. -:carol7822 :does :access_social_media. -:alice7823 :does :log_off_at_end_of_shift. -:bob7823 :does :work_related_task. -:bob7823 :does :log_off_at_end_of_shift. -:carol7823 :does :access_social_media. -:alice7824 :does :log_off_at_end_of_shift. -:bob7824 :does :work_related_task. -:bob7824 :does :log_off_at_end_of_shift. -:carol7824 :does :access_social_media. -:alice7825 :does :log_off_at_end_of_shift. -:bob7825 :does :work_related_task. -:bob7825 :does :log_off_at_end_of_shift. -:carol7825 :does :access_social_media. -:alice7826 :does :log_off_at_end_of_shift. -:bob7826 :does :work_related_task. -:bob7826 :does :log_off_at_end_of_shift. -:carol7826 :does :access_social_media. -:alice7827 :does :log_off_at_end_of_shift. -:bob7827 :does :work_related_task. -:bob7827 :does :log_off_at_end_of_shift. -:carol7827 :does :access_social_media. -:alice7828 :does :log_off_at_end_of_shift. -:bob7828 :does :work_related_task. -:bob7828 :does :log_off_at_end_of_shift. -:carol7828 :does :access_social_media. -:alice7829 :does :log_off_at_end_of_shift. -:bob7829 :does :work_related_task. -:bob7829 :does :log_off_at_end_of_shift. -:carol7829 :does :access_social_media. -:alice7830 :does :log_off_at_end_of_shift. -:bob7830 :does :work_related_task. -:bob7830 :does :log_off_at_end_of_shift. -:carol7830 :does :access_social_media. -:alice7831 :does :log_off_at_end_of_shift. -:bob7831 :does :work_related_task. -:bob7831 :does :log_off_at_end_of_shift. -:carol7831 :does :access_social_media. -:alice7832 :does :log_off_at_end_of_shift. -:bob7832 :does :work_related_task. -:bob7832 :does :log_off_at_end_of_shift. -:carol7832 :does :access_social_media. -:alice7833 :does :log_off_at_end_of_shift. -:bob7833 :does :work_related_task. -:bob7833 :does :log_off_at_end_of_shift. -:carol7833 :does :access_social_media. -:alice7834 :does :log_off_at_end_of_shift. -:bob7834 :does :work_related_task. -:bob7834 :does :log_off_at_end_of_shift. -:carol7834 :does :access_social_media. -:alice7835 :does :log_off_at_end_of_shift. -:bob7835 :does :work_related_task. -:bob7835 :does :log_off_at_end_of_shift. -:carol7835 :does :access_social_media. -:alice7836 :does :log_off_at_end_of_shift. -:bob7836 :does :work_related_task. -:bob7836 :does :log_off_at_end_of_shift. -:carol7836 :does :access_social_media. -:alice7837 :does :log_off_at_end_of_shift. -:bob7837 :does :work_related_task. -:bob7837 :does :log_off_at_end_of_shift. -:carol7837 :does :access_social_media. -:alice7838 :does :log_off_at_end_of_shift. -:bob7838 :does :work_related_task. -:bob7838 :does :log_off_at_end_of_shift. -:carol7838 :does :access_social_media. -:alice7839 :does :log_off_at_end_of_shift. -:bob7839 :does :work_related_task. -:bob7839 :does :log_off_at_end_of_shift. -:carol7839 :does :access_social_media. -:alice7840 :does :log_off_at_end_of_shift. -:bob7840 :does :work_related_task. -:bob7840 :does :log_off_at_end_of_shift. -:carol7840 :does :access_social_media. -:alice7841 :does :log_off_at_end_of_shift. -:bob7841 :does :work_related_task. -:bob7841 :does :log_off_at_end_of_shift. -:carol7841 :does :access_social_media. -:alice7842 :does :log_off_at_end_of_shift. -:bob7842 :does :work_related_task. -:bob7842 :does :log_off_at_end_of_shift. -:carol7842 :does :access_social_media. -:alice7843 :does :log_off_at_end_of_shift. -:bob7843 :does :work_related_task. -:bob7843 :does :log_off_at_end_of_shift. -:carol7843 :does :access_social_media. -:alice7844 :does :log_off_at_end_of_shift. -:bob7844 :does :work_related_task. -:bob7844 :does :log_off_at_end_of_shift. -:carol7844 :does :access_social_media. -:alice7845 :does :log_off_at_end_of_shift. -:bob7845 :does :work_related_task. -:bob7845 :does :log_off_at_end_of_shift. -:carol7845 :does :access_social_media. -:alice7846 :does :log_off_at_end_of_shift. -:bob7846 :does :work_related_task. -:bob7846 :does :log_off_at_end_of_shift. -:carol7846 :does :access_social_media. -:alice7847 :does :log_off_at_end_of_shift. -:bob7847 :does :work_related_task. -:bob7847 :does :log_off_at_end_of_shift. -:carol7847 :does :access_social_media. -:alice7848 :does :log_off_at_end_of_shift. -:bob7848 :does :work_related_task. -:bob7848 :does :log_off_at_end_of_shift. -:carol7848 :does :access_social_media. -:alice7849 :does :log_off_at_end_of_shift. -:bob7849 :does :work_related_task. -:bob7849 :does :log_off_at_end_of_shift. -:carol7849 :does :access_social_media. -:alice7850 :does :log_off_at_end_of_shift. -:bob7850 :does :work_related_task. -:bob7850 :does :log_off_at_end_of_shift. -:carol7850 :does :access_social_media. -:alice7851 :does :log_off_at_end_of_shift. -:bob7851 :does :work_related_task. -:bob7851 :does :log_off_at_end_of_shift. -:carol7851 :does :access_social_media. -:alice7852 :does :log_off_at_end_of_shift. -:bob7852 :does :work_related_task. -:bob7852 :does :log_off_at_end_of_shift. -:carol7852 :does :access_social_media. -:alice7853 :does :log_off_at_end_of_shift. -:bob7853 :does :work_related_task. -:bob7853 :does :log_off_at_end_of_shift. -:carol7853 :does :access_social_media. -:alice7854 :does :log_off_at_end_of_shift. -:bob7854 :does :work_related_task. -:bob7854 :does :log_off_at_end_of_shift. -:carol7854 :does :access_social_media. -:alice7855 :does :log_off_at_end_of_shift. -:bob7855 :does :work_related_task. -:bob7855 :does :log_off_at_end_of_shift. -:carol7855 :does :access_social_media. -:alice7856 :does :log_off_at_end_of_shift. -:bob7856 :does :work_related_task. -:bob7856 :does :log_off_at_end_of_shift. -:carol7856 :does :access_social_media. -:alice7857 :does :log_off_at_end_of_shift. -:bob7857 :does :work_related_task. -:bob7857 :does :log_off_at_end_of_shift. -:carol7857 :does :access_social_media. -:alice7858 :does :log_off_at_end_of_shift. -:bob7858 :does :work_related_task. -:bob7858 :does :log_off_at_end_of_shift. -:carol7858 :does :access_social_media. -:alice7859 :does :log_off_at_end_of_shift. -:bob7859 :does :work_related_task. -:bob7859 :does :log_off_at_end_of_shift. -:carol7859 :does :access_social_media. -:alice7860 :does :log_off_at_end_of_shift. -:bob7860 :does :work_related_task. -:bob7860 :does :log_off_at_end_of_shift. -:carol7860 :does :access_social_media. -:alice7861 :does :log_off_at_end_of_shift. -:bob7861 :does :work_related_task. -:bob7861 :does :log_off_at_end_of_shift. -:carol7861 :does :access_social_media. -:alice7862 :does :log_off_at_end_of_shift. -:bob7862 :does :work_related_task. -:bob7862 :does :log_off_at_end_of_shift. -:carol7862 :does :access_social_media. -:alice7863 :does :log_off_at_end_of_shift. -:bob7863 :does :work_related_task. -:bob7863 :does :log_off_at_end_of_shift. -:carol7863 :does :access_social_media. -:alice7864 :does :log_off_at_end_of_shift. -:bob7864 :does :work_related_task. -:bob7864 :does :log_off_at_end_of_shift. -:carol7864 :does :access_social_media. -:alice7865 :does :log_off_at_end_of_shift. -:bob7865 :does :work_related_task. -:bob7865 :does :log_off_at_end_of_shift. -:carol7865 :does :access_social_media. -:alice7866 :does :log_off_at_end_of_shift. -:bob7866 :does :work_related_task. -:bob7866 :does :log_off_at_end_of_shift. -:carol7866 :does :access_social_media. -:alice7867 :does :log_off_at_end_of_shift. -:bob7867 :does :work_related_task. -:bob7867 :does :log_off_at_end_of_shift. -:carol7867 :does :access_social_media. -:alice7868 :does :log_off_at_end_of_shift. -:bob7868 :does :work_related_task. -:bob7868 :does :log_off_at_end_of_shift. -:carol7868 :does :access_social_media. -:alice7869 :does :log_off_at_end_of_shift. -:bob7869 :does :work_related_task. -:bob7869 :does :log_off_at_end_of_shift. -:carol7869 :does :access_social_media. -:alice7870 :does :log_off_at_end_of_shift. -:bob7870 :does :work_related_task. -:bob7870 :does :log_off_at_end_of_shift. -:carol7870 :does :access_social_media. -:alice7871 :does :log_off_at_end_of_shift. -:bob7871 :does :work_related_task. -:bob7871 :does :log_off_at_end_of_shift. -:carol7871 :does :access_social_media. -:alice7872 :does :log_off_at_end_of_shift. -:bob7872 :does :work_related_task. -:bob7872 :does :log_off_at_end_of_shift. -:carol7872 :does :access_social_media. -:alice7873 :does :log_off_at_end_of_shift. -:bob7873 :does :work_related_task. -:bob7873 :does :log_off_at_end_of_shift. -:carol7873 :does :access_social_media. -:alice7874 :does :log_off_at_end_of_shift. -:bob7874 :does :work_related_task. -:bob7874 :does :log_off_at_end_of_shift. -:carol7874 :does :access_social_media. -:alice7875 :does :log_off_at_end_of_shift. -:bob7875 :does :work_related_task. -:bob7875 :does :log_off_at_end_of_shift. -:carol7875 :does :access_social_media. -:alice7876 :does :log_off_at_end_of_shift. -:bob7876 :does :work_related_task. -:bob7876 :does :log_off_at_end_of_shift. -:carol7876 :does :access_social_media. -:alice7877 :does :log_off_at_end_of_shift. -:bob7877 :does :work_related_task. -:bob7877 :does :log_off_at_end_of_shift. -:carol7877 :does :access_social_media. -:alice7878 :does :log_off_at_end_of_shift. -:bob7878 :does :work_related_task. -:bob7878 :does :log_off_at_end_of_shift. -:carol7878 :does :access_social_media. -:alice7879 :does :log_off_at_end_of_shift. -:bob7879 :does :work_related_task. -:bob7879 :does :log_off_at_end_of_shift. -:carol7879 :does :access_social_media. -:alice7880 :does :log_off_at_end_of_shift. -:bob7880 :does :work_related_task. -:bob7880 :does :log_off_at_end_of_shift. -:carol7880 :does :access_social_media. -:alice7881 :does :log_off_at_end_of_shift. -:bob7881 :does :work_related_task. -:bob7881 :does :log_off_at_end_of_shift. -:carol7881 :does :access_social_media. -:alice7882 :does :log_off_at_end_of_shift. -:bob7882 :does :work_related_task. -:bob7882 :does :log_off_at_end_of_shift. -:carol7882 :does :access_social_media. -:alice7883 :does :log_off_at_end_of_shift. -:bob7883 :does :work_related_task. -:bob7883 :does :log_off_at_end_of_shift. -:carol7883 :does :access_social_media. -:alice7884 :does :log_off_at_end_of_shift. -:bob7884 :does :work_related_task. -:bob7884 :does :log_off_at_end_of_shift. -:carol7884 :does :access_social_media. -:alice7885 :does :log_off_at_end_of_shift. -:bob7885 :does :work_related_task. -:bob7885 :does :log_off_at_end_of_shift. -:carol7885 :does :access_social_media. -:alice7886 :does :log_off_at_end_of_shift. -:bob7886 :does :work_related_task. -:bob7886 :does :log_off_at_end_of_shift. -:carol7886 :does :access_social_media. -:alice7887 :does :log_off_at_end_of_shift. -:bob7887 :does :work_related_task. -:bob7887 :does :log_off_at_end_of_shift. -:carol7887 :does :access_social_media. -:alice7888 :does :log_off_at_end_of_shift. -:bob7888 :does :work_related_task. -:bob7888 :does :log_off_at_end_of_shift. -:carol7888 :does :access_social_media. -:alice7889 :does :log_off_at_end_of_shift. -:bob7889 :does :work_related_task. -:bob7889 :does :log_off_at_end_of_shift. -:carol7889 :does :access_social_media. -:alice7890 :does :log_off_at_end_of_shift. -:bob7890 :does :work_related_task. -:bob7890 :does :log_off_at_end_of_shift. -:carol7890 :does :access_social_media. -:alice7891 :does :log_off_at_end_of_shift. -:bob7891 :does :work_related_task. -:bob7891 :does :log_off_at_end_of_shift. -:carol7891 :does :access_social_media. -:alice7892 :does :log_off_at_end_of_shift. -:bob7892 :does :work_related_task. -:bob7892 :does :log_off_at_end_of_shift. -:carol7892 :does :access_social_media. -:alice7893 :does :log_off_at_end_of_shift. -:bob7893 :does :work_related_task. -:bob7893 :does :log_off_at_end_of_shift. -:carol7893 :does :access_social_media. -:alice7894 :does :log_off_at_end_of_shift. -:bob7894 :does :work_related_task. -:bob7894 :does :log_off_at_end_of_shift. -:carol7894 :does :access_social_media. -:alice7895 :does :log_off_at_end_of_shift. -:bob7895 :does :work_related_task. -:bob7895 :does :log_off_at_end_of_shift. -:carol7895 :does :access_social_media. -:alice7896 :does :log_off_at_end_of_shift. -:bob7896 :does :work_related_task. -:bob7896 :does :log_off_at_end_of_shift. -:carol7896 :does :access_social_media. -:alice7897 :does :log_off_at_end_of_shift. -:bob7897 :does :work_related_task. -:bob7897 :does :log_off_at_end_of_shift. -:carol7897 :does :access_social_media. -:alice7898 :does :log_off_at_end_of_shift. -:bob7898 :does :work_related_task. -:bob7898 :does :log_off_at_end_of_shift. -:carol7898 :does :access_social_media. -:alice7899 :does :log_off_at_end_of_shift. -:bob7899 :does :work_related_task. -:bob7899 :does :log_off_at_end_of_shift. -:carol7899 :does :access_social_media. -:alice7900 :does :log_off_at_end_of_shift. -:bob7900 :does :work_related_task. -:bob7900 :does :log_off_at_end_of_shift. -:carol7900 :does :access_social_media. -:alice7901 :does :log_off_at_end_of_shift. -:bob7901 :does :work_related_task. -:bob7901 :does :log_off_at_end_of_shift. -:carol7901 :does :access_social_media. -:alice7902 :does :log_off_at_end_of_shift. -:bob7902 :does :work_related_task. -:bob7902 :does :log_off_at_end_of_shift. -:carol7902 :does :access_social_media. -:alice7903 :does :log_off_at_end_of_shift. -:bob7903 :does :work_related_task. -:bob7903 :does :log_off_at_end_of_shift. -:carol7903 :does :access_social_media. -:alice7904 :does :log_off_at_end_of_shift. -:bob7904 :does :work_related_task. -:bob7904 :does :log_off_at_end_of_shift. -:carol7904 :does :access_social_media. -:alice7905 :does :log_off_at_end_of_shift. -:bob7905 :does :work_related_task. -:bob7905 :does :log_off_at_end_of_shift. -:carol7905 :does :access_social_media. -:alice7906 :does :log_off_at_end_of_shift. -:bob7906 :does :work_related_task. -:bob7906 :does :log_off_at_end_of_shift. -:carol7906 :does :access_social_media. -:alice7907 :does :log_off_at_end_of_shift. -:bob7907 :does :work_related_task. -:bob7907 :does :log_off_at_end_of_shift. -:carol7907 :does :access_social_media. -:alice7908 :does :log_off_at_end_of_shift. -:bob7908 :does :work_related_task. -:bob7908 :does :log_off_at_end_of_shift. -:carol7908 :does :access_social_media. -:alice7909 :does :log_off_at_end_of_shift. -:bob7909 :does :work_related_task. -:bob7909 :does :log_off_at_end_of_shift. -:carol7909 :does :access_social_media. -:alice7910 :does :log_off_at_end_of_shift. -:bob7910 :does :work_related_task. -:bob7910 :does :log_off_at_end_of_shift. -:carol7910 :does :access_social_media. -:alice7911 :does :log_off_at_end_of_shift. -:bob7911 :does :work_related_task. -:bob7911 :does :log_off_at_end_of_shift. -:carol7911 :does :access_social_media. -:alice7912 :does :log_off_at_end_of_shift. -:bob7912 :does :work_related_task. -:bob7912 :does :log_off_at_end_of_shift. -:carol7912 :does :access_social_media. -:alice7913 :does :log_off_at_end_of_shift. -:bob7913 :does :work_related_task. -:bob7913 :does :log_off_at_end_of_shift. -:carol7913 :does :access_social_media. -:alice7914 :does :log_off_at_end_of_shift. -:bob7914 :does :work_related_task. -:bob7914 :does :log_off_at_end_of_shift. -:carol7914 :does :access_social_media. -:alice7915 :does :log_off_at_end_of_shift. -:bob7915 :does :work_related_task. -:bob7915 :does :log_off_at_end_of_shift. -:carol7915 :does :access_social_media. -:alice7916 :does :log_off_at_end_of_shift. -:bob7916 :does :work_related_task. -:bob7916 :does :log_off_at_end_of_shift. -:carol7916 :does :access_social_media. -:alice7917 :does :log_off_at_end_of_shift. -:bob7917 :does :work_related_task. -:bob7917 :does :log_off_at_end_of_shift. -:carol7917 :does :access_social_media. -:alice7918 :does :log_off_at_end_of_shift. -:bob7918 :does :work_related_task. -:bob7918 :does :log_off_at_end_of_shift. -:carol7918 :does :access_social_media. -:alice7919 :does :log_off_at_end_of_shift. -:bob7919 :does :work_related_task. -:bob7919 :does :log_off_at_end_of_shift. -:carol7919 :does :access_social_media. -:alice7920 :does :log_off_at_end_of_shift. -:bob7920 :does :work_related_task. -:bob7920 :does :log_off_at_end_of_shift. -:carol7920 :does :access_social_media. -:alice7921 :does :log_off_at_end_of_shift. -:bob7921 :does :work_related_task. -:bob7921 :does :log_off_at_end_of_shift. -:carol7921 :does :access_social_media. -:alice7922 :does :log_off_at_end_of_shift. -:bob7922 :does :work_related_task. -:bob7922 :does :log_off_at_end_of_shift. -:carol7922 :does :access_social_media. -:alice7923 :does :log_off_at_end_of_shift. -:bob7923 :does :work_related_task. -:bob7923 :does :log_off_at_end_of_shift. -:carol7923 :does :access_social_media. -:alice7924 :does :log_off_at_end_of_shift. -:bob7924 :does :work_related_task. -:bob7924 :does :log_off_at_end_of_shift. -:carol7924 :does :access_social_media. -:alice7925 :does :log_off_at_end_of_shift. -:bob7925 :does :work_related_task. -:bob7925 :does :log_off_at_end_of_shift. -:carol7925 :does :access_social_media. -:alice7926 :does :log_off_at_end_of_shift. -:bob7926 :does :work_related_task. -:bob7926 :does :log_off_at_end_of_shift. -:carol7926 :does :access_social_media. -:alice7927 :does :log_off_at_end_of_shift. -:bob7927 :does :work_related_task. -:bob7927 :does :log_off_at_end_of_shift. -:carol7927 :does :access_social_media. -:alice7928 :does :log_off_at_end_of_shift. -:bob7928 :does :work_related_task. -:bob7928 :does :log_off_at_end_of_shift. -:carol7928 :does :access_social_media. -:alice7929 :does :log_off_at_end_of_shift. -:bob7929 :does :work_related_task. -:bob7929 :does :log_off_at_end_of_shift. -:carol7929 :does :access_social_media. -:alice7930 :does :log_off_at_end_of_shift. -:bob7930 :does :work_related_task. -:bob7930 :does :log_off_at_end_of_shift. -:carol7930 :does :access_social_media. -:alice7931 :does :log_off_at_end_of_shift. -:bob7931 :does :work_related_task. -:bob7931 :does :log_off_at_end_of_shift. -:carol7931 :does :access_social_media. -:alice7932 :does :log_off_at_end_of_shift. -:bob7932 :does :work_related_task. -:bob7932 :does :log_off_at_end_of_shift. -:carol7932 :does :access_social_media. -:alice7933 :does :log_off_at_end_of_shift. -:bob7933 :does :work_related_task. -:bob7933 :does :log_off_at_end_of_shift. -:carol7933 :does :access_social_media. -:alice7934 :does :log_off_at_end_of_shift. -:bob7934 :does :work_related_task. -:bob7934 :does :log_off_at_end_of_shift. -:carol7934 :does :access_social_media. -:alice7935 :does :log_off_at_end_of_shift. -:bob7935 :does :work_related_task. -:bob7935 :does :log_off_at_end_of_shift. -:carol7935 :does :access_social_media. -:alice7936 :does :log_off_at_end_of_shift. -:bob7936 :does :work_related_task. -:bob7936 :does :log_off_at_end_of_shift. -:carol7936 :does :access_social_media. -:alice7937 :does :log_off_at_end_of_shift. -:bob7937 :does :work_related_task. -:bob7937 :does :log_off_at_end_of_shift. -:carol7937 :does :access_social_media. -:alice7938 :does :log_off_at_end_of_shift. -:bob7938 :does :work_related_task. -:bob7938 :does :log_off_at_end_of_shift. -:carol7938 :does :access_social_media. -:alice7939 :does :log_off_at_end_of_shift. -:bob7939 :does :work_related_task. -:bob7939 :does :log_off_at_end_of_shift. -:carol7939 :does :access_social_media. -:alice7940 :does :log_off_at_end_of_shift. -:bob7940 :does :work_related_task. -:bob7940 :does :log_off_at_end_of_shift. -:carol7940 :does :access_social_media. -:alice7941 :does :log_off_at_end_of_shift. -:bob7941 :does :work_related_task. -:bob7941 :does :log_off_at_end_of_shift. -:carol7941 :does :access_social_media. -:alice7942 :does :log_off_at_end_of_shift. -:bob7942 :does :work_related_task. -:bob7942 :does :log_off_at_end_of_shift. -:carol7942 :does :access_social_media. -:alice7943 :does :log_off_at_end_of_shift. -:bob7943 :does :work_related_task. -:bob7943 :does :log_off_at_end_of_shift. -:carol7943 :does :access_social_media. -:alice7944 :does :log_off_at_end_of_shift. -:bob7944 :does :work_related_task. -:bob7944 :does :log_off_at_end_of_shift. -:carol7944 :does :access_social_media. -:alice7945 :does :log_off_at_end_of_shift. -:bob7945 :does :work_related_task. -:bob7945 :does :log_off_at_end_of_shift. -:carol7945 :does :access_social_media. -:alice7946 :does :log_off_at_end_of_shift. -:bob7946 :does :work_related_task. -:bob7946 :does :log_off_at_end_of_shift. -:carol7946 :does :access_social_media. -:alice7947 :does :log_off_at_end_of_shift. -:bob7947 :does :work_related_task. -:bob7947 :does :log_off_at_end_of_shift. -:carol7947 :does :access_social_media. -:alice7948 :does :log_off_at_end_of_shift. -:bob7948 :does :work_related_task. -:bob7948 :does :log_off_at_end_of_shift. -:carol7948 :does :access_social_media. -:alice7949 :does :log_off_at_end_of_shift. -:bob7949 :does :work_related_task. -:bob7949 :does :log_off_at_end_of_shift. -:carol7949 :does :access_social_media. -:alice7950 :does :log_off_at_end_of_shift. -:bob7950 :does :work_related_task. -:bob7950 :does :log_off_at_end_of_shift. -:carol7950 :does :access_social_media. -:alice7951 :does :log_off_at_end_of_shift. -:bob7951 :does :work_related_task. -:bob7951 :does :log_off_at_end_of_shift. -:carol7951 :does :access_social_media. -:alice7952 :does :log_off_at_end_of_shift. -:bob7952 :does :work_related_task. -:bob7952 :does :log_off_at_end_of_shift. -:carol7952 :does :access_social_media. -:alice7953 :does :log_off_at_end_of_shift. -:bob7953 :does :work_related_task. -:bob7953 :does :log_off_at_end_of_shift. -:carol7953 :does :access_social_media. -:alice7954 :does :log_off_at_end_of_shift. -:bob7954 :does :work_related_task. -:bob7954 :does :log_off_at_end_of_shift. -:carol7954 :does :access_social_media. -:alice7955 :does :log_off_at_end_of_shift. -:bob7955 :does :work_related_task. -:bob7955 :does :log_off_at_end_of_shift. -:carol7955 :does :access_social_media. -:alice7956 :does :log_off_at_end_of_shift. -:bob7956 :does :work_related_task. -:bob7956 :does :log_off_at_end_of_shift. -:carol7956 :does :access_social_media. -:alice7957 :does :log_off_at_end_of_shift. -:bob7957 :does :work_related_task. -:bob7957 :does :log_off_at_end_of_shift. -:carol7957 :does :access_social_media. -:alice7958 :does :log_off_at_end_of_shift. -:bob7958 :does :work_related_task. -:bob7958 :does :log_off_at_end_of_shift. -:carol7958 :does :access_social_media. -:alice7959 :does :log_off_at_end_of_shift. -:bob7959 :does :work_related_task. -:bob7959 :does :log_off_at_end_of_shift. -:carol7959 :does :access_social_media. -:alice7960 :does :log_off_at_end_of_shift. -:bob7960 :does :work_related_task. -:bob7960 :does :log_off_at_end_of_shift. -:carol7960 :does :access_social_media. -:alice7961 :does :log_off_at_end_of_shift. -:bob7961 :does :work_related_task. -:bob7961 :does :log_off_at_end_of_shift. -:carol7961 :does :access_social_media. -:alice7962 :does :log_off_at_end_of_shift. -:bob7962 :does :work_related_task. -:bob7962 :does :log_off_at_end_of_shift. -:carol7962 :does :access_social_media. -:alice7963 :does :log_off_at_end_of_shift. -:bob7963 :does :work_related_task. -:bob7963 :does :log_off_at_end_of_shift. -:carol7963 :does :access_social_media. -:alice7964 :does :log_off_at_end_of_shift. -:bob7964 :does :work_related_task. -:bob7964 :does :log_off_at_end_of_shift. -:carol7964 :does :access_social_media. -:alice7965 :does :log_off_at_end_of_shift. -:bob7965 :does :work_related_task. -:bob7965 :does :log_off_at_end_of_shift. -:carol7965 :does :access_social_media. -:alice7966 :does :log_off_at_end_of_shift. -:bob7966 :does :work_related_task. -:bob7966 :does :log_off_at_end_of_shift. -:carol7966 :does :access_social_media. -:alice7967 :does :log_off_at_end_of_shift. -:bob7967 :does :work_related_task. -:bob7967 :does :log_off_at_end_of_shift. -:carol7967 :does :access_social_media. -:alice7968 :does :log_off_at_end_of_shift. -:bob7968 :does :work_related_task. -:bob7968 :does :log_off_at_end_of_shift. -:carol7968 :does :access_social_media. -:alice7969 :does :log_off_at_end_of_shift. -:bob7969 :does :work_related_task. -:bob7969 :does :log_off_at_end_of_shift. -:carol7969 :does :access_social_media. -:alice7970 :does :log_off_at_end_of_shift. -:bob7970 :does :work_related_task. -:bob7970 :does :log_off_at_end_of_shift. -:carol7970 :does :access_social_media. -:alice7971 :does :log_off_at_end_of_shift. -:bob7971 :does :work_related_task. -:bob7971 :does :log_off_at_end_of_shift. -:carol7971 :does :access_social_media. -:alice7972 :does :log_off_at_end_of_shift. -:bob7972 :does :work_related_task. -:bob7972 :does :log_off_at_end_of_shift. -:carol7972 :does :access_social_media. -:alice7973 :does :log_off_at_end_of_shift. -:bob7973 :does :work_related_task. -:bob7973 :does :log_off_at_end_of_shift. -:carol7973 :does :access_social_media. -:alice7974 :does :log_off_at_end_of_shift. -:bob7974 :does :work_related_task. -:bob7974 :does :log_off_at_end_of_shift. -:carol7974 :does :access_social_media. -:alice7975 :does :log_off_at_end_of_shift. -:bob7975 :does :work_related_task. -:bob7975 :does :log_off_at_end_of_shift. -:carol7975 :does :access_social_media. -:alice7976 :does :log_off_at_end_of_shift. -:bob7976 :does :work_related_task. -:bob7976 :does :log_off_at_end_of_shift. -:carol7976 :does :access_social_media. -:alice7977 :does :log_off_at_end_of_shift. -:bob7977 :does :work_related_task. -:bob7977 :does :log_off_at_end_of_shift. -:carol7977 :does :access_social_media. -:alice7978 :does :log_off_at_end_of_shift. -:bob7978 :does :work_related_task. -:bob7978 :does :log_off_at_end_of_shift. -:carol7978 :does :access_social_media. -:alice7979 :does :log_off_at_end_of_shift. -:bob7979 :does :work_related_task. -:bob7979 :does :log_off_at_end_of_shift. -:carol7979 :does :access_social_media. -:alice7980 :does :log_off_at_end_of_shift. -:bob7980 :does :work_related_task. -:bob7980 :does :log_off_at_end_of_shift. -:carol7980 :does :access_social_media. -:alice7981 :does :log_off_at_end_of_shift. -:bob7981 :does :work_related_task. -:bob7981 :does :log_off_at_end_of_shift. -:carol7981 :does :access_social_media. -:alice7982 :does :log_off_at_end_of_shift. -:bob7982 :does :work_related_task. -:bob7982 :does :log_off_at_end_of_shift. -:carol7982 :does :access_social_media. -:alice7983 :does :log_off_at_end_of_shift. -:bob7983 :does :work_related_task. -:bob7983 :does :log_off_at_end_of_shift. -:carol7983 :does :access_social_media. -:alice7984 :does :log_off_at_end_of_shift. -:bob7984 :does :work_related_task. -:bob7984 :does :log_off_at_end_of_shift. -:carol7984 :does :access_social_media. -:alice7985 :does :log_off_at_end_of_shift. -:bob7985 :does :work_related_task. -:bob7985 :does :log_off_at_end_of_shift. -:carol7985 :does :access_social_media. -:alice7986 :does :log_off_at_end_of_shift. -:bob7986 :does :work_related_task. -:bob7986 :does :log_off_at_end_of_shift. -:carol7986 :does :access_social_media. -:alice7987 :does :log_off_at_end_of_shift. -:bob7987 :does :work_related_task. -:bob7987 :does :log_off_at_end_of_shift. -:carol7987 :does :access_social_media. -:alice7988 :does :log_off_at_end_of_shift. -:bob7988 :does :work_related_task. -:bob7988 :does :log_off_at_end_of_shift. -:carol7988 :does :access_social_media. -:alice7989 :does :log_off_at_end_of_shift. -:bob7989 :does :work_related_task. -:bob7989 :does :log_off_at_end_of_shift. -:carol7989 :does :access_social_media. -:alice7990 :does :log_off_at_end_of_shift. -:bob7990 :does :work_related_task. -:bob7990 :does :log_off_at_end_of_shift. -:carol7990 :does :access_social_media. -:alice7991 :does :log_off_at_end_of_shift. -:bob7991 :does :work_related_task. -:bob7991 :does :log_off_at_end_of_shift. -:carol7991 :does :access_social_media. -:alice7992 :does :log_off_at_end_of_shift. -:bob7992 :does :work_related_task. -:bob7992 :does :log_off_at_end_of_shift. -:carol7992 :does :access_social_media. -:alice7993 :does :log_off_at_end_of_shift. -:bob7993 :does :work_related_task. -:bob7993 :does :log_off_at_end_of_shift. -:carol7993 :does :access_social_media. -:alice7994 :does :log_off_at_end_of_shift. -:bob7994 :does :work_related_task. -:bob7994 :does :log_off_at_end_of_shift. -:carol7994 :does :access_social_media. -:alice7995 :does :log_off_at_end_of_shift. -:bob7995 :does :work_related_task. -:bob7995 :does :log_off_at_end_of_shift. -:carol7995 :does :access_social_media. -:alice7996 :does :log_off_at_end_of_shift. -:bob7996 :does :work_related_task. -:bob7996 :does :log_off_at_end_of_shift. -:carol7996 :does :access_social_media. -:alice7997 :does :log_off_at_end_of_shift. -:bob7997 :does :work_related_task. -:bob7997 :does :log_off_at_end_of_shift. -:carol7997 :does :access_social_media. -:alice7998 :does :log_off_at_end_of_shift. -:bob7998 :does :work_related_task. -:bob7998 :does :log_off_at_end_of_shift. -:carol7998 :does :access_social_media. -:alice7999 :does :log_off_at_end_of_shift. -:bob7999 :does :work_related_task. -:bob7999 :does :log_off_at_end_of_shift. -:carol7999 :does :access_social_media. -:alice8000 :does :log_off_at_end_of_shift. -:bob8000 :does :work_related_task. -:bob8000 :does :log_off_at_end_of_shift. -:carol8000 :does :access_social_media. -:alice8001 :does :log_off_at_end_of_shift. -:bob8001 :does :work_related_task. -:bob8001 :does :log_off_at_end_of_shift. -:carol8001 :does :access_social_media. -:alice8002 :does :log_off_at_end_of_shift. -:bob8002 :does :work_related_task. -:bob8002 :does :log_off_at_end_of_shift. -:carol8002 :does :access_social_media. -:alice8003 :does :log_off_at_end_of_shift. -:bob8003 :does :work_related_task. -:bob8003 :does :log_off_at_end_of_shift. -:carol8003 :does :access_social_media. -:alice8004 :does :log_off_at_end_of_shift. -:bob8004 :does :work_related_task. -:bob8004 :does :log_off_at_end_of_shift. -:carol8004 :does :access_social_media. -:alice8005 :does :log_off_at_end_of_shift. -:bob8005 :does :work_related_task. -:bob8005 :does :log_off_at_end_of_shift. -:carol8005 :does :access_social_media. -:alice8006 :does :log_off_at_end_of_shift. -:bob8006 :does :work_related_task. -:bob8006 :does :log_off_at_end_of_shift. -:carol8006 :does :access_social_media. -:alice8007 :does :log_off_at_end_of_shift. -:bob8007 :does :work_related_task. -:bob8007 :does :log_off_at_end_of_shift. -:carol8007 :does :access_social_media. -:alice8008 :does :log_off_at_end_of_shift. -:bob8008 :does :work_related_task. -:bob8008 :does :log_off_at_end_of_shift. -:carol8008 :does :access_social_media. -:alice8009 :does :log_off_at_end_of_shift. -:bob8009 :does :work_related_task. -:bob8009 :does :log_off_at_end_of_shift. -:carol8009 :does :access_social_media. -:alice8010 :does :log_off_at_end_of_shift. -:bob8010 :does :work_related_task. -:bob8010 :does :log_off_at_end_of_shift. -:carol8010 :does :access_social_media. -:alice8011 :does :log_off_at_end_of_shift. -:bob8011 :does :work_related_task. -:bob8011 :does :log_off_at_end_of_shift. -:carol8011 :does :access_social_media. -:alice8012 :does :log_off_at_end_of_shift. -:bob8012 :does :work_related_task. -:bob8012 :does :log_off_at_end_of_shift. -:carol8012 :does :access_social_media. -:alice8013 :does :log_off_at_end_of_shift. -:bob8013 :does :work_related_task. -:bob8013 :does :log_off_at_end_of_shift. -:carol8013 :does :access_social_media. -:alice8014 :does :log_off_at_end_of_shift. -:bob8014 :does :work_related_task. -:bob8014 :does :log_off_at_end_of_shift. -:carol8014 :does :access_social_media. -:alice8015 :does :log_off_at_end_of_shift. -:bob8015 :does :work_related_task. -:bob8015 :does :log_off_at_end_of_shift. -:carol8015 :does :access_social_media. -:alice8016 :does :log_off_at_end_of_shift. -:bob8016 :does :work_related_task. -:bob8016 :does :log_off_at_end_of_shift. -:carol8016 :does :access_social_media. -:alice8017 :does :log_off_at_end_of_shift. -:bob8017 :does :work_related_task. -:bob8017 :does :log_off_at_end_of_shift. -:carol8017 :does :access_social_media. -:alice8018 :does :log_off_at_end_of_shift. -:bob8018 :does :work_related_task. -:bob8018 :does :log_off_at_end_of_shift. -:carol8018 :does :access_social_media. -:alice8019 :does :log_off_at_end_of_shift. -:bob8019 :does :work_related_task. -:bob8019 :does :log_off_at_end_of_shift. -:carol8019 :does :access_social_media. -:alice8020 :does :log_off_at_end_of_shift. -:bob8020 :does :work_related_task. -:bob8020 :does :log_off_at_end_of_shift. -:carol8020 :does :access_social_media. -:alice8021 :does :log_off_at_end_of_shift. -:bob8021 :does :work_related_task. -:bob8021 :does :log_off_at_end_of_shift. -:carol8021 :does :access_social_media. -:alice8022 :does :log_off_at_end_of_shift. -:bob8022 :does :work_related_task. -:bob8022 :does :log_off_at_end_of_shift. -:carol8022 :does :access_social_media. -:alice8023 :does :log_off_at_end_of_shift. -:bob8023 :does :work_related_task. -:bob8023 :does :log_off_at_end_of_shift. -:carol8023 :does :access_social_media. -:alice8024 :does :log_off_at_end_of_shift. -:bob8024 :does :work_related_task. -:bob8024 :does :log_off_at_end_of_shift. -:carol8024 :does :access_social_media. -:alice8025 :does :log_off_at_end_of_shift. -:bob8025 :does :work_related_task. -:bob8025 :does :log_off_at_end_of_shift. -:carol8025 :does :access_social_media. -:alice8026 :does :log_off_at_end_of_shift. -:bob8026 :does :work_related_task. -:bob8026 :does :log_off_at_end_of_shift. -:carol8026 :does :access_social_media. -:alice8027 :does :log_off_at_end_of_shift. -:bob8027 :does :work_related_task. -:bob8027 :does :log_off_at_end_of_shift. -:carol8027 :does :access_social_media. -:alice8028 :does :log_off_at_end_of_shift. -:bob8028 :does :work_related_task. -:bob8028 :does :log_off_at_end_of_shift. -:carol8028 :does :access_social_media. -:alice8029 :does :log_off_at_end_of_shift. -:bob8029 :does :work_related_task. -:bob8029 :does :log_off_at_end_of_shift. -:carol8029 :does :access_social_media. -:alice8030 :does :log_off_at_end_of_shift. -:bob8030 :does :work_related_task. -:bob8030 :does :log_off_at_end_of_shift. -:carol8030 :does :access_social_media. -:alice8031 :does :log_off_at_end_of_shift. -:bob8031 :does :work_related_task. -:bob8031 :does :log_off_at_end_of_shift. -:carol8031 :does :access_social_media. -:alice8032 :does :log_off_at_end_of_shift. -:bob8032 :does :work_related_task. -:bob8032 :does :log_off_at_end_of_shift. -:carol8032 :does :access_social_media. -:alice8033 :does :log_off_at_end_of_shift. -:bob8033 :does :work_related_task. -:bob8033 :does :log_off_at_end_of_shift. -:carol8033 :does :access_social_media. -:alice8034 :does :log_off_at_end_of_shift. -:bob8034 :does :work_related_task. -:bob8034 :does :log_off_at_end_of_shift. -:carol8034 :does :access_social_media. -:alice8035 :does :log_off_at_end_of_shift. -:bob8035 :does :work_related_task. -:bob8035 :does :log_off_at_end_of_shift. -:carol8035 :does :access_social_media. -:alice8036 :does :log_off_at_end_of_shift. -:bob8036 :does :work_related_task. -:bob8036 :does :log_off_at_end_of_shift. -:carol8036 :does :access_social_media. -:alice8037 :does :log_off_at_end_of_shift. -:bob8037 :does :work_related_task. -:bob8037 :does :log_off_at_end_of_shift. -:carol8037 :does :access_social_media. -:alice8038 :does :log_off_at_end_of_shift. -:bob8038 :does :work_related_task. -:bob8038 :does :log_off_at_end_of_shift. -:carol8038 :does :access_social_media. -:alice8039 :does :log_off_at_end_of_shift. -:bob8039 :does :work_related_task. -:bob8039 :does :log_off_at_end_of_shift. -:carol8039 :does :access_social_media. -:alice8040 :does :log_off_at_end_of_shift. -:bob8040 :does :work_related_task. -:bob8040 :does :log_off_at_end_of_shift. -:carol8040 :does :access_social_media. -:alice8041 :does :log_off_at_end_of_shift. -:bob8041 :does :work_related_task. -:bob8041 :does :log_off_at_end_of_shift. -:carol8041 :does :access_social_media. -:alice8042 :does :log_off_at_end_of_shift. -:bob8042 :does :work_related_task. -:bob8042 :does :log_off_at_end_of_shift. -:carol8042 :does :access_social_media. -:alice8043 :does :log_off_at_end_of_shift. -:bob8043 :does :work_related_task. -:bob8043 :does :log_off_at_end_of_shift. -:carol8043 :does :access_social_media. -:alice8044 :does :log_off_at_end_of_shift. -:bob8044 :does :work_related_task. -:bob8044 :does :log_off_at_end_of_shift. -:carol8044 :does :access_social_media. -:alice8045 :does :log_off_at_end_of_shift. -:bob8045 :does :work_related_task. -:bob8045 :does :log_off_at_end_of_shift. -:carol8045 :does :access_social_media. -:alice8046 :does :log_off_at_end_of_shift. -:bob8046 :does :work_related_task. -:bob8046 :does :log_off_at_end_of_shift. -:carol8046 :does :access_social_media. -:alice8047 :does :log_off_at_end_of_shift. -:bob8047 :does :work_related_task. -:bob8047 :does :log_off_at_end_of_shift. -:carol8047 :does :access_social_media. -:alice8048 :does :log_off_at_end_of_shift. -:bob8048 :does :work_related_task. -:bob8048 :does :log_off_at_end_of_shift. -:carol8048 :does :access_social_media. -:alice8049 :does :log_off_at_end_of_shift. -:bob8049 :does :work_related_task. -:bob8049 :does :log_off_at_end_of_shift. -:carol8049 :does :access_social_media. -:alice8050 :does :log_off_at_end_of_shift. -:bob8050 :does :work_related_task. -:bob8050 :does :log_off_at_end_of_shift. -:carol8050 :does :access_social_media. -:alice8051 :does :log_off_at_end_of_shift. -:bob8051 :does :work_related_task. -:bob8051 :does :log_off_at_end_of_shift. -:carol8051 :does :access_social_media. -:alice8052 :does :log_off_at_end_of_shift. -:bob8052 :does :work_related_task. -:bob8052 :does :log_off_at_end_of_shift. -:carol8052 :does :access_social_media. -:alice8053 :does :log_off_at_end_of_shift. -:bob8053 :does :work_related_task. -:bob8053 :does :log_off_at_end_of_shift. -:carol8053 :does :access_social_media. -:alice8054 :does :log_off_at_end_of_shift. -:bob8054 :does :work_related_task. -:bob8054 :does :log_off_at_end_of_shift. -:carol8054 :does :access_social_media. -:alice8055 :does :log_off_at_end_of_shift. -:bob8055 :does :work_related_task. -:bob8055 :does :log_off_at_end_of_shift. -:carol8055 :does :access_social_media. -:alice8056 :does :log_off_at_end_of_shift. -:bob8056 :does :work_related_task. -:bob8056 :does :log_off_at_end_of_shift. -:carol8056 :does :access_social_media. -:alice8057 :does :log_off_at_end_of_shift. -:bob8057 :does :work_related_task. -:bob8057 :does :log_off_at_end_of_shift. -:carol8057 :does :access_social_media. -:alice8058 :does :log_off_at_end_of_shift. -:bob8058 :does :work_related_task. -:bob8058 :does :log_off_at_end_of_shift. -:carol8058 :does :access_social_media. -:alice8059 :does :log_off_at_end_of_shift. -:bob8059 :does :work_related_task. -:bob8059 :does :log_off_at_end_of_shift. -:carol8059 :does :access_social_media. -:alice8060 :does :log_off_at_end_of_shift. -:bob8060 :does :work_related_task. -:bob8060 :does :log_off_at_end_of_shift. -:carol8060 :does :access_social_media. -:alice8061 :does :log_off_at_end_of_shift. -:bob8061 :does :work_related_task. -:bob8061 :does :log_off_at_end_of_shift. -:carol8061 :does :access_social_media. -:alice8062 :does :log_off_at_end_of_shift. -:bob8062 :does :work_related_task. -:bob8062 :does :log_off_at_end_of_shift. -:carol8062 :does :access_social_media. -:alice8063 :does :log_off_at_end_of_shift. -:bob8063 :does :work_related_task. -:bob8063 :does :log_off_at_end_of_shift. -:carol8063 :does :access_social_media. -:alice8064 :does :log_off_at_end_of_shift. -:bob8064 :does :work_related_task. -:bob8064 :does :log_off_at_end_of_shift. -:carol8064 :does :access_social_media. -:alice8065 :does :log_off_at_end_of_shift. -:bob8065 :does :work_related_task. -:bob8065 :does :log_off_at_end_of_shift. -:carol8065 :does :access_social_media. -:alice8066 :does :log_off_at_end_of_shift. -:bob8066 :does :work_related_task. -:bob8066 :does :log_off_at_end_of_shift. -:carol8066 :does :access_social_media. -:alice8067 :does :log_off_at_end_of_shift. -:bob8067 :does :work_related_task. -:bob8067 :does :log_off_at_end_of_shift. -:carol8067 :does :access_social_media. -:alice8068 :does :log_off_at_end_of_shift. -:bob8068 :does :work_related_task. -:bob8068 :does :log_off_at_end_of_shift. -:carol8068 :does :access_social_media. -:alice8069 :does :log_off_at_end_of_shift. -:bob8069 :does :work_related_task. -:bob8069 :does :log_off_at_end_of_shift. -:carol8069 :does :access_social_media. -:alice8070 :does :log_off_at_end_of_shift. -:bob8070 :does :work_related_task. -:bob8070 :does :log_off_at_end_of_shift. -:carol8070 :does :access_social_media. -:alice8071 :does :log_off_at_end_of_shift. -:bob8071 :does :work_related_task. -:bob8071 :does :log_off_at_end_of_shift. -:carol8071 :does :access_social_media. -:alice8072 :does :log_off_at_end_of_shift. -:bob8072 :does :work_related_task. -:bob8072 :does :log_off_at_end_of_shift. -:carol8072 :does :access_social_media. -:alice8073 :does :log_off_at_end_of_shift. -:bob8073 :does :work_related_task. -:bob8073 :does :log_off_at_end_of_shift. -:carol8073 :does :access_social_media. -:alice8074 :does :log_off_at_end_of_shift. -:bob8074 :does :work_related_task. -:bob8074 :does :log_off_at_end_of_shift. -:carol8074 :does :access_social_media. -:alice8075 :does :log_off_at_end_of_shift. -:bob8075 :does :work_related_task. -:bob8075 :does :log_off_at_end_of_shift. -:carol8075 :does :access_social_media. -:alice8076 :does :log_off_at_end_of_shift. -:bob8076 :does :work_related_task. -:bob8076 :does :log_off_at_end_of_shift. -:carol8076 :does :access_social_media. -:alice8077 :does :log_off_at_end_of_shift. -:bob8077 :does :work_related_task. -:bob8077 :does :log_off_at_end_of_shift. -:carol8077 :does :access_social_media. -:alice8078 :does :log_off_at_end_of_shift. -:bob8078 :does :work_related_task. -:bob8078 :does :log_off_at_end_of_shift. -:carol8078 :does :access_social_media. -:alice8079 :does :log_off_at_end_of_shift. -:bob8079 :does :work_related_task. -:bob8079 :does :log_off_at_end_of_shift. -:carol8079 :does :access_social_media. -:alice8080 :does :log_off_at_end_of_shift. -:bob8080 :does :work_related_task. -:bob8080 :does :log_off_at_end_of_shift. -:carol8080 :does :access_social_media. -:alice8081 :does :log_off_at_end_of_shift. -:bob8081 :does :work_related_task. -:bob8081 :does :log_off_at_end_of_shift. -:carol8081 :does :access_social_media. -:alice8082 :does :log_off_at_end_of_shift. -:bob8082 :does :work_related_task. -:bob8082 :does :log_off_at_end_of_shift. -:carol8082 :does :access_social_media. -:alice8083 :does :log_off_at_end_of_shift. -:bob8083 :does :work_related_task. -:bob8083 :does :log_off_at_end_of_shift. -:carol8083 :does :access_social_media. -:alice8084 :does :log_off_at_end_of_shift. -:bob8084 :does :work_related_task. -:bob8084 :does :log_off_at_end_of_shift. -:carol8084 :does :access_social_media. -:alice8085 :does :log_off_at_end_of_shift. -:bob8085 :does :work_related_task. -:bob8085 :does :log_off_at_end_of_shift. -:carol8085 :does :access_social_media. -:alice8086 :does :log_off_at_end_of_shift. -:bob8086 :does :work_related_task. -:bob8086 :does :log_off_at_end_of_shift. -:carol8086 :does :access_social_media. -:alice8087 :does :log_off_at_end_of_shift. -:bob8087 :does :work_related_task. -:bob8087 :does :log_off_at_end_of_shift. -:carol8087 :does :access_social_media. -:alice8088 :does :log_off_at_end_of_shift. -:bob8088 :does :work_related_task. -:bob8088 :does :log_off_at_end_of_shift. -:carol8088 :does :access_social_media. -:alice8089 :does :log_off_at_end_of_shift. -:bob8089 :does :work_related_task. -:bob8089 :does :log_off_at_end_of_shift. -:carol8089 :does :access_social_media. -:alice8090 :does :log_off_at_end_of_shift. -:bob8090 :does :work_related_task. -:bob8090 :does :log_off_at_end_of_shift. -:carol8090 :does :access_social_media. -:alice8091 :does :log_off_at_end_of_shift. -:bob8091 :does :work_related_task. -:bob8091 :does :log_off_at_end_of_shift. -:carol8091 :does :access_social_media. -:alice8092 :does :log_off_at_end_of_shift. -:bob8092 :does :work_related_task. -:bob8092 :does :log_off_at_end_of_shift. -:carol8092 :does :access_social_media. -:alice8093 :does :log_off_at_end_of_shift. -:bob8093 :does :work_related_task. -:bob8093 :does :log_off_at_end_of_shift. -:carol8093 :does :access_social_media. -:alice8094 :does :log_off_at_end_of_shift. -:bob8094 :does :work_related_task. -:bob8094 :does :log_off_at_end_of_shift. -:carol8094 :does :access_social_media. -:alice8095 :does :log_off_at_end_of_shift. -:bob8095 :does :work_related_task. -:bob8095 :does :log_off_at_end_of_shift. -:carol8095 :does :access_social_media. -:alice8096 :does :log_off_at_end_of_shift. -:bob8096 :does :work_related_task. -:bob8096 :does :log_off_at_end_of_shift. -:carol8096 :does :access_social_media. -:alice8097 :does :log_off_at_end_of_shift. -:bob8097 :does :work_related_task. -:bob8097 :does :log_off_at_end_of_shift. -:carol8097 :does :access_social_media. -:alice8098 :does :log_off_at_end_of_shift. -:bob8098 :does :work_related_task. -:bob8098 :does :log_off_at_end_of_shift. -:carol8098 :does :access_social_media. -:alice8099 :does :log_off_at_end_of_shift. -:bob8099 :does :work_related_task. -:bob8099 :does :log_off_at_end_of_shift. -:carol8099 :does :access_social_media. -:alice8100 :does :log_off_at_end_of_shift. -:bob8100 :does :work_related_task. -:bob8100 :does :log_off_at_end_of_shift. -:carol8100 :does :access_social_media. -:alice8101 :does :log_off_at_end_of_shift. -:bob8101 :does :work_related_task. -:bob8101 :does :log_off_at_end_of_shift. -:carol8101 :does :access_social_media. -:alice8102 :does :log_off_at_end_of_shift. -:bob8102 :does :work_related_task. -:bob8102 :does :log_off_at_end_of_shift. -:carol8102 :does :access_social_media. -:alice8103 :does :log_off_at_end_of_shift. -:bob8103 :does :work_related_task. -:bob8103 :does :log_off_at_end_of_shift. -:carol8103 :does :access_social_media. -:alice8104 :does :log_off_at_end_of_shift. -:bob8104 :does :work_related_task. -:bob8104 :does :log_off_at_end_of_shift. -:carol8104 :does :access_social_media. -:alice8105 :does :log_off_at_end_of_shift. -:bob8105 :does :work_related_task. -:bob8105 :does :log_off_at_end_of_shift. -:carol8105 :does :access_social_media. -:alice8106 :does :log_off_at_end_of_shift. -:bob8106 :does :work_related_task. -:bob8106 :does :log_off_at_end_of_shift. -:carol8106 :does :access_social_media. -:alice8107 :does :log_off_at_end_of_shift. -:bob8107 :does :work_related_task. -:bob8107 :does :log_off_at_end_of_shift. -:carol8107 :does :access_social_media. -:alice8108 :does :log_off_at_end_of_shift. -:bob8108 :does :work_related_task. -:bob8108 :does :log_off_at_end_of_shift. -:carol8108 :does :access_social_media. -:alice8109 :does :log_off_at_end_of_shift. -:bob8109 :does :work_related_task. -:bob8109 :does :log_off_at_end_of_shift. -:carol8109 :does :access_social_media. -:alice8110 :does :log_off_at_end_of_shift. -:bob8110 :does :work_related_task. -:bob8110 :does :log_off_at_end_of_shift. -:carol8110 :does :access_social_media. -:alice8111 :does :log_off_at_end_of_shift. -:bob8111 :does :work_related_task. -:bob8111 :does :log_off_at_end_of_shift. -:carol8111 :does :access_social_media. -:alice8112 :does :log_off_at_end_of_shift. -:bob8112 :does :work_related_task. -:bob8112 :does :log_off_at_end_of_shift. -:carol8112 :does :access_social_media. -:alice8113 :does :log_off_at_end_of_shift. -:bob8113 :does :work_related_task. -:bob8113 :does :log_off_at_end_of_shift. -:carol8113 :does :access_social_media. -:alice8114 :does :log_off_at_end_of_shift. -:bob8114 :does :work_related_task. -:bob8114 :does :log_off_at_end_of_shift. -:carol8114 :does :access_social_media. -:alice8115 :does :log_off_at_end_of_shift. -:bob8115 :does :work_related_task. -:bob8115 :does :log_off_at_end_of_shift. -:carol8115 :does :access_social_media. -:alice8116 :does :log_off_at_end_of_shift. -:bob8116 :does :work_related_task. -:bob8116 :does :log_off_at_end_of_shift. -:carol8116 :does :access_social_media. -:alice8117 :does :log_off_at_end_of_shift. -:bob8117 :does :work_related_task. -:bob8117 :does :log_off_at_end_of_shift. -:carol8117 :does :access_social_media. -:alice8118 :does :log_off_at_end_of_shift. -:bob8118 :does :work_related_task. -:bob8118 :does :log_off_at_end_of_shift. -:carol8118 :does :access_social_media. -:alice8119 :does :log_off_at_end_of_shift. -:bob8119 :does :work_related_task. -:bob8119 :does :log_off_at_end_of_shift. -:carol8119 :does :access_social_media. -:alice8120 :does :log_off_at_end_of_shift. -:bob8120 :does :work_related_task. -:bob8120 :does :log_off_at_end_of_shift. -:carol8120 :does :access_social_media. -:alice8121 :does :log_off_at_end_of_shift. -:bob8121 :does :work_related_task. -:bob8121 :does :log_off_at_end_of_shift. -:carol8121 :does :access_social_media. -:alice8122 :does :log_off_at_end_of_shift. -:bob8122 :does :work_related_task. -:bob8122 :does :log_off_at_end_of_shift. -:carol8122 :does :access_social_media. -:alice8123 :does :log_off_at_end_of_shift. -:bob8123 :does :work_related_task. -:bob8123 :does :log_off_at_end_of_shift. -:carol8123 :does :access_social_media. -:alice8124 :does :log_off_at_end_of_shift. -:bob8124 :does :work_related_task. -:bob8124 :does :log_off_at_end_of_shift. -:carol8124 :does :access_social_media. -:alice8125 :does :log_off_at_end_of_shift. -:bob8125 :does :work_related_task. -:bob8125 :does :log_off_at_end_of_shift. -:carol8125 :does :access_social_media. -:alice8126 :does :log_off_at_end_of_shift. -:bob8126 :does :work_related_task. -:bob8126 :does :log_off_at_end_of_shift. -:carol8126 :does :access_social_media. -:alice8127 :does :log_off_at_end_of_shift. -:bob8127 :does :work_related_task. -:bob8127 :does :log_off_at_end_of_shift. -:carol8127 :does :access_social_media. -:alice8128 :does :log_off_at_end_of_shift. -:bob8128 :does :work_related_task. -:bob8128 :does :log_off_at_end_of_shift. -:carol8128 :does :access_social_media. -:alice8129 :does :log_off_at_end_of_shift. -:bob8129 :does :work_related_task. -:bob8129 :does :log_off_at_end_of_shift. -:carol8129 :does :access_social_media. -:alice8130 :does :log_off_at_end_of_shift. -:bob8130 :does :work_related_task. -:bob8130 :does :log_off_at_end_of_shift. -:carol8130 :does :access_social_media. -:alice8131 :does :log_off_at_end_of_shift. -:bob8131 :does :work_related_task. -:bob8131 :does :log_off_at_end_of_shift. -:carol8131 :does :access_social_media. -:alice8132 :does :log_off_at_end_of_shift. -:bob8132 :does :work_related_task. -:bob8132 :does :log_off_at_end_of_shift. -:carol8132 :does :access_social_media. -:alice8133 :does :log_off_at_end_of_shift. -:bob8133 :does :work_related_task. -:bob8133 :does :log_off_at_end_of_shift. -:carol8133 :does :access_social_media. -:alice8134 :does :log_off_at_end_of_shift. -:bob8134 :does :work_related_task. -:bob8134 :does :log_off_at_end_of_shift. -:carol8134 :does :access_social_media. -:alice8135 :does :log_off_at_end_of_shift. -:bob8135 :does :work_related_task. -:bob8135 :does :log_off_at_end_of_shift. -:carol8135 :does :access_social_media. -:alice8136 :does :log_off_at_end_of_shift. -:bob8136 :does :work_related_task. -:bob8136 :does :log_off_at_end_of_shift. -:carol8136 :does :access_social_media. -:alice8137 :does :log_off_at_end_of_shift. -:bob8137 :does :work_related_task. -:bob8137 :does :log_off_at_end_of_shift. -:carol8137 :does :access_social_media. -:alice8138 :does :log_off_at_end_of_shift. -:bob8138 :does :work_related_task. -:bob8138 :does :log_off_at_end_of_shift. -:carol8138 :does :access_social_media. -:alice8139 :does :log_off_at_end_of_shift. -:bob8139 :does :work_related_task. -:bob8139 :does :log_off_at_end_of_shift. -:carol8139 :does :access_social_media. -:alice8140 :does :log_off_at_end_of_shift. -:bob8140 :does :work_related_task. -:bob8140 :does :log_off_at_end_of_shift. -:carol8140 :does :access_social_media. -:alice8141 :does :log_off_at_end_of_shift. -:bob8141 :does :work_related_task. -:bob8141 :does :log_off_at_end_of_shift. -:carol8141 :does :access_social_media. -:alice8142 :does :log_off_at_end_of_shift. -:bob8142 :does :work_related_task. -:bob8142 :does :log_off_at_end_of_shift. -:carol8142 :does :access_social_media. -:alice8143 :does :log_off_at_end_of_shift. -:bob8143 :does :work_related_task. -:bob8143 :does :log_off_at_end_of_shift. -:carol8143 :does :access_social_media. -:alice8144 :does :log_off_at_end_of_shift. -:bob8144 :does :work_related_task. -:bob8144 :does :log_off_at_end_of_shift. -:carol8144 :does :access_social_media. -:alice8145 :does :log_off_at_end_of_shift. -:bob8145 :does :work_related_task. -:bob8145 :does :log_off_at_end_of_shift. -:carol8145 :does :access_social_media. -:alice8146 :does :log_off_at_end_of_shift. -:bob8146 :does :work_related_task. -:bob8146 :does :log_off_at_end_of_shift. -:carol8146 :does :access_social_media. -:alice8147 :does :log_off_at_end_of_shift. -:bob8147 :does :work_related_task. -:bob8147 :does :log_off_at_end_of_shift. -:carol8147 :does :access_social_media. -:alice8148 :does :log_off_at_end_of_shift. -:bob8148 :does :work_related_task. -:bob8148 :does :log_off_at_end_of_shift. -:carol8148 :does :access_social_media. -:alice8149 :does :log_off_at_end_of_shift. -:bob8149 :does :work_related_task. -:bob8149 :does :log_off_at_end_of_shift. -:carol8149 :does :access_social_media. -:alice8150 :does :log_off_at_end_of_shift. -:bob8150 :does :work_related_task. -:bob8150 :does :log_off_at_end_of_shift. -:carol8150 :does :access_social_media. -:alice8151 :does :log_off_at_end_of_shift. -:bob8151 :does :work_related_task. -:bob8151 :does :log_off_at_end_of_shift. -:carol8151 :does :access_social_media. -:alice8152 :does :log_off_at_end_of_shift. -:bob8152 :does :work_related_task. -:bob8152 :does :log_off_at_end_of_shift. -:carol8152 :does :access_social_media. -:alice8153 :does :log_off_at_end_of_shift. -:bob8153 :does :work_related_task. -:bob8153 :does :log_off_at_end_of_shift. -:carol8153 :does :access_social_media. -:alice8154 :does :log_off_at_end_of_shift. -:bob8154 :does :work_related_task. -:bob8154 :does :log_off_at_end_of_shift. -:carol8154 :does :access_social_media. -:alice8155 :does :log_off_at_end_of_shift. -:bob8155 :does :work_related_task. -:bob8155 :does :log_off_at_end_of_shift. -:carol8155 :does :access_social_media. -:alice8156 :does :log_off_at_end_of_shift. -:bob8156 :does :work_related_task. -:bob8156 :does :log_off_at_end_of_shift. -:carol8156 :does :access_social_media. -:alice8157 :does :log_off_at_end_of_shift. -:bob8157 :does :work_related_task. -:bob8157 :does :log_off_at_end_of_shift. -:carol8157 :does :access_social_media. -:alice8158 :does :log_off_at_end_of_shift. -:bob8158 :does :work_related_task. -:bob8158 :does :log_off_at_end_of_shift. -:carol8158 :does :access_social_media. -:alice8159 :does :log_off_at_end_of_shift. -:bob8159 :does :work_related_task. -:bob8159 :does :log_off_at_end_of_shift. -:carol8159 :does :access_social_media. -:alice8160 :does :log_off_at_end_of_shift. -:bob8160 :does :work_related_task. -:bob8160 :does :log_off_at_end_of_shift. -:carol8160 :does :access_social_media. -:alice8161 :does :log_off_at_end_of_shift. -:bob8161 :does :work_related_task. -:bob8161 :does :log_off_at_end_of_shift. -:carol8161 :does :access_social_media. -:alice8162 :does :log_off_at_end_of_shift. -:bob8162 :does :work_related_task. -:bob8162 :does :log_off_at_end_of_shift. -:carol8162 :does :access_social_media. -:alice8163 :does :log_off_at_end_of_shift. -:bob8163 :does :work_related_task. -:bob8163 :does :log_off_at_end_of_shift. -:carol8163 :does :access_social_media. -:alice8164 :does :log_off_at_end_of_shift. -:bob8164 :does :work_related_task. -:bob8164 :does :log_off_at_end_of_shift. -:carol8164 :does :access_social_media. -:alice8165 :does :log_off_at_end_of_shift. -:bob8165 :does :work_related_task. -:bob8165 :does :log_off_at_end_of_shift. -:carol8165 :does :access_social_media. -:alice8166 :does :log_off_at_end_of_shift. -:bob8166 :does :work_related_task. -:bob8166 :does :log_off_at_end_of_shift. -:carol8166 :does :access_social_media. -:alice8167 :does :log_off_at_end_of_shift. -:bob8167 :does :work_related_task. -:bob8167 :does :log_off_at_end_of_shift. -:carol8167 :does :access_social_media. -:alice8168 :does :log_off_at_end_of_shift. -:bob8168 :does :work_related_task. -:bob8168 :does :log_off_at_end_of_shift. -:carol8168 :does :access_social_media. -:alice8169 :does :log_off_at_end_of_shift. -:bob8169 :does :work_related_task. -:bob8169 :does :log_off_at_end_of_shift. -:carol8169 :does :access_social_media. -:alice8170 :does :log_off_at_end_of_shift. -:bob8170 :does :work_related_task. -:bob8170 :does :log_off_at_end_of_shift. -:carol8170 :does :access_social_media. -:alice8171 :does :log_off_at_end_of_shift. -:bob8171 :does :work_related_task. -:bob8171 :does :log_off_at_end_of_shift. -:carol8171 :does :access_social_media. -:alice8172 :does :log_off_at_end_of_shift. -:bob8172 :does :work_related_task. -:bob8172 :does :log_off_at_end_of_shift. -:carol8172 :does :access_social_media. -:alice8173 :does :log_off_at_end_of_shift. -:bob8173 :does :work_related_task. -:bob8173 :does :log_off_at_end_of_shift. -:carol8173 :does :access_social_media. -:alice8174 :does :log_off_at_end_of_shift. -:bob8174 :does :work_related_task. -:bob8174 :does :log_off_at_end_of_shift. -:carol8174 :does :access_social_media. -:alice8175 :does :log_off_at_end_of_shift. -:bob8175 :does :work_related_task. -:bob8175 :does :log_off_at_end_of_shift. -:carol8175 :does :access_social_media. -:alice8176 :does :log_off_at_end_of_shift. -:bob8176 :does :work_related_task. -:bob8176 :does :log_off_at_end_of_shift. -:carol8176 :does :access_social_media. -:alice8177 :does :log_off_at_end_of_shift. -:bob8177 :does :work_related_task. -:bob8177 :does :log_off_at_end_of_shift. -:carol8177 :does :access_social_media. -:alice8178 :does :log_off_at_end_of_shift. -:bob8178 :does :work_related_task. -:bob8178 :does :log_off_at_end_of_shift. -:carol8178 :does :access_social_media. -:alice8179 :does :log_off_at_end_of_shift. -:bob8179 :does :work_related_task. -:bob8179 :does :log_off_at_end_of_shift. -:carol8179 :does :access_social_media. -:alice8180 :does :log_off_at_end_of_shift. -:bob8180 :does :work_related_task. -:bob8180 :does :log_off_at_end_of_shift. -:carol8180 :does :access_social_media. -:alice8181 :does :log_off_at_end_of_shift. -:bob8181 :does :work_related_task. -:bob8181 :does :log_off_at_end_of_shift. -:carol8181 :does :access_social_media. -:alice8182 :does :log_off_at_end_of_shift. -:bob8182 :does :work_related_task. -:bob8182 :does :log_off_at_end_of_shift. -:carol8182 :does :access_social_media. -:alice8183 :does :log_off_at_end_of_shift. -:bob8183 :does :work_related_task. -:bob8183 :does :log_off_at_end_of_shift. -:carol8183 :does :access_social_media. -:alice8184 :does :log_off_at_end_of_shift. -:bob8184 :does :work_related_task. -:bob8184 :does :log_off_at_end_of_shift. -:carol8184 :does :access_social_media. -:alice8185 :does :log_off_at_end_of_shift. -:bob8185 :does :work_related_task. -:bob8185 :does :log_off_at_end_of_shift. -:carol8185 :does :access_social_media. -:alice8186 :does :log_off_at_end_of_shift. -:bob8186 :does :work_related_task. -:bob8186 :does :log_off_at_end_of_shift. -:carol8186 :does :access_social_media. -:alice8187 :does :log_off_at_end_of_shift. -:bob8187 :does :work_related_task. -:bob8187 :does :log_off_at_end_of_shift. -:carol8187 :does :access_social_media. -:alice8188 :does :log_off_at_end_of_shift. -:bob8188 :does :work_related_task. -:bob8188 :does :log_off_at_end_of_shift. -:carol8188 :does :access_social_media. -:alice8189 :does :log_off_at_end_of_shift. -:bob8189 :does :work_related_task. -:bob8189 :does :log_off_at_end_of_shift. -:carol8189 :does :access_social_media. -:alice8190 :does :log_off_at_end_of_shift. -:bob8190 :does :work_related_task. -:bob8190 :does :log_off_at_end_of_shift. -:carol8190 :does :access_social_media. -:alice8191 :does :log_off_at_end_of_shift. -:bob8191 :does :work_related_task. -:bob8191 :does :log_off_at_end_of_shift. -:carol8191 :does :access_social_media. -:alice8192 :does :log_off_at_end_of_shift. -:bob8192 :does :work_related_task. -:bob8192 :does :log_off_at_end_of_shift. -:carol8192 :does :access_social_media. -:alice8193 :does :log_off_at_end_of_shift. -:bob8193 :does :work_related_task. -:bob8193 :does :log_off_at_end_of_shift. -:carol8193 :does :access_social_media. -:alice8194 :does :log_off_at_end_of_shift. -:bob8194 :does :work_related_task. -:bob8194 :does :log_off_at_end_of_shift. -:carol8194 :does :access_social_media. -:alice8195 :does :log_off_at_end_of_shift. -:bob8195 :does :work_related_task. -:bob8195 :does :log_off_at_end_of_shift. -:carol8195 :does :access_social_media. -:alice8196 :does :log_off_at_end_of_shift. -:bob8196 :does :work_related_task. -:bob8196 :does :log_off_at_end_of_shift. -:carol8196 :does :access_social_media. -:alice8197 :does :log_off_at_end_of_shift. -:bob8197 :does :work_related_task. -:bob8197 :does :log_off_at_end_of_shift. -:carol8197 :does :access_social_media. -:alice8198 :does :log_off_at_end_of_shift. -:bob8198 :does :work_related_task. -:bob8198 :does :log_off_at_end_of_shift. -:carol8198 :does :access_social_media. -:alice8199 :does :log_off_at_end_of_shift. -:bob8199 :does :work_related_task. -:bob8199 :does :log_off_at_end_of_shift. -:carol8199 :does :access_social_media. -:alice8200 :does :log_off_at_end_of_shift. -:bob8200 :does :work_related_task. -:bob8200 :does :log_off_at_end_of_shift. -:carol8200 :does :access_social_media. -:alice8201 :does :log_off_at_end_of_shift. -:bob8201 :does :work_related_task. -:bob8201 :does :log_off_at_end_of_shift. -:carol8201 :does :access_social_media. -:alice8202 :does :log_off_at_end_of_shift. -:bob8202 :does :work_related_task. -:bob8202 :does :log_off_at_end_of_shift. -:carol8202 :does :access_social_media. -:alice8203 :does :log_off_at_end_of_shift. -:bob8203 :does :work_related_task. -:bob8203 :does :log_off_at_end_of_shift. -:carol8203 :does :access_social_media. -:alice8204 :does :log_off_at_end_of_shift. -:bob8204 :does :work_related_task. -:bob8204 :does :log_off_at_end_of_shift. -:carol8204 :does :access_social_media. -:alice8205 :does :log_off_at_end_of_shift. -:bob8205 :does :work_related_task. -:bob8205 :does :log_off_at_end_of_shift. -:carol8205 :does :access_social_media. -:alice8206 :does :log_off_at_end_of_shift. -:bob8206 :does :work_related_task. -:bob8206 :does :log_off_at_end_of_shift. -:carol8206 :does :access_social_media. -:alice8207 :does :log_off_at_end_of_shift. -:bob8207 :does :work_related_task. -:bob8207 :does :log_off_at_end_of_shift. -:carol8207 :does :access_social_media. -:alice8208 :does :log_off_at_end_of_shift. -:bob8208 :does :work_related_task. -:bob8208 :does :log_off_at_end_of_shift. -:carol8208 :does :access_social_media. -:alice8209 :does :log_off_at_end_of_shift. -:bob8209 :does :work_related_task. -:bob8209 :does :log_off_at_end_of_shift. -:carol8209 :does :access_social_media. -:alice8210 :does :log_off_at_end_of_shift. -:bob8210 :does :work_related_task. -:bob8210 :does :log_off_at_end_of_shift. -:carol8210 :does :access_social_media. -:alice8211 :does :log_off_at_end_of_shift. -:bob8211 :does :work_related_task. -:bob8211 :does :log_off_at_end_of_shift. -:carol8211 :does :access_social_media. -:alice8212 :does :log_off_at_end_of_shift. -:bob8212 :does :work_related_task. -:bob8212 :does :log_off_at_end_of_shift. -:carol8212 :does :access_social_media. -:alice8213 :does :log_off_at_end_of_shift. -:bob8213 :does :work_related_task. -:bob8213 :does :log_off_at_end_of_shift. -:carol8213 :does :access_social_media. -:alice8214 :does :log_off_at_end_of_shift. -:bob8214 :does :work_related_task. -:bob8214 :does :log_off_at_end_of_shift. -:carol8214 :does :access_social_media. -:alice8215 :does :log_off_at_end_of_shift. -:bob8215 :does :work_related_task. -:bob8215 :does :log_off_at_end_of_shift. -:carol8215 :does :access_social_media. -:alice8216 :does :log_off_at_end_of_shift. -:bob8216 :does :work_related_task. -:bob8216 :does :log_off_at_end_of_shift. -:carol8216 :does :access_social_media. -:alice8217 :does :log_off_at_end_of_shift. -:bob8217 :does :work_related_task. -:bob8217 :does :log_off_at_end_of_shift. -:carol8217 :does :access_social_media. -:alice8218 :does :log_off_at_end_of_shift. -:bob8218 :does :work_related_task. -:bob8218 :does :log_off_at_end_of_shift. -:carol8218 :does :access_social_media. -:alice8219 :does :log_off_at_end_of_shift. -:bob8219 :does :work_related_task. -:bob8219 :does :log_off_at_end_of_shift. -:carol8219 :does :access_social_media. -:alice8220 :does :log_off_at_end_of_shift. -:bob8220 :does :work_related_task. -:bob8220 :does :log_off_at_end_of_shift. -:carol8220 :does :access_social_media. -:alice8221 :does :log_off_at_end_of_shift. -:bob8221 :does :work_related_task. -:bob8221 :does :log_off_at_end_of_shift. -:carol8221 :does :access_social_media. -:alice8222 :does :log_off_at_end_of_shift. -:bob8222 :does :work_related_task. -:bob8222 :does :log_off_at_end_of_shift. -:carol8222 :does :access_social_media. -:alice8223 :does :log_off_at_end_of_shift. -:bob8223 :does :work_related_task. -:bob8223 :does :log_off_at_end_of_shift. -:carol8223 :does :access_social_media. -:alice8224 :does :log_off_at_end_of_shift. -:bob8224 :does :work_related_task. -:bob8224 :does :log_off_at_end_of_shift. -:carol8224 :does :access_social_media. -:alice8225 :does :log_off_at_end_of_shift. -:bob8225 :does :work_related_task. -:bob8225 :does :log_off_at_end_of_shift. -:carol8225 :does :access_social_media. -:alice8226 :does :log_off_at_end_of_shift. -:bob8226 :does :work_related_task. -:bob8226 :does :log_off_at_end_of_shift. -:carol8226 :does :access_social_media. -:alice8227 :does :log_off_at_end_of_shift. -:bob8227 :does :work_related_task. -:bob8227 :does :log_off_at_end_of_shift. -:carol8227 :does :access_social_media. -:alice8228 :does :log_off_at_end_of_shift. -:bob8228 :does :work_related_task. -:bob8228 :does :log_off_at_end_of_shift. -:carol8228 :does :access_social_media. -:alice8229 :does :log_off_at_end_of_shift. -:bob8229 :does :work_related_task. -:bob8229 :does :log_off_at_end_of_shift. -:carol8229 :does :access_social_media. -:alice8230 :does :log_off_at_end_of_shift. -:bob8230 :does :work_related_task. -:bob8230 :does :log_off_at_end_of_shift. -:carol8230 :does :access_social_media. -:alice8231 :does :log_off_at_end_of_shift. -:bob8231 :does :work_related_task. -:bob8231 :does :log_off_at_end_of_shift. -:carol8231 :does :access_social_media. -:alice8232 :does :log_off_at_end_of_shift. -:bob8232 :does :work_related_task. -:bob8232 :does :log_off_at_end_of_shift. -:carol8232 :does :access_social_media. -:alice8233 :does :log_off_at_end_of_shift. -:bob8233 :does :work_related_task. -:bob8233 :does :log_off_at_end_of_shift. -:carol8233 :does :access_social_media. -:alice8234 :does :log_off_at_end_of_shift. -:bob8234 :does :work_related_task. -:bob8234 :does :log_off_at_end_of_shift. -:carol8234 :does :access_social_media. -:alice8235 :does :log_off_at_end_of_shift. -:bob8235 :does :work_related_task. -:bob8235 :does :log_off_at_end_of_shift. -:carol8235 :does :access_social_media. -:alice8236 :does :log_off_at_end_of_shift. -:bob8236 :does :work_related_task. -:bob8236 :does :log_off_at_end_of_shift. -:carol8236 :does :access_social_media. -:alice8237 :does :log_off_at_end_of_shift. -:bob8237 :does :work_related_task. -:bob8237 :does :log_off_at_end_of_shift. -:carol8237 :does :access_social_media. -:alice8238 :does :log_off_at_end_of_shift. -:bob8238 :does :work_related_task. -:bob8238 :does :log_off_at_end_of_shift. -:carol8238 :does :access_social_media. -:alice8239 :does :log_off_at_end_of_shift. -:bob8239 :does :work_related_task. -:bob8239 :does :log_off_at_end_of_shift. -:carol8239 :does :access_social_media. -:alice8240 :does :log_off_at_end_of_shift. -:bob8240 :does :work_related_task. -:bob8240 :does :log_off_at_end_of_shift. -:carol8240 :does :access_social_media. -:alice8241 :does :log_off_at_end_of_shift. -:bob8241 :does :work_related_task. -:bob8241 :does :log_off_at_end_of_shift. -:carol8241 :does :access_social_media. -:alice8242 :does :log_off_at_end_of_shift. -:bob8242 :does :work_related_task. -:bob8242 :does :log_off_at_end_of_shift. -:carol8242 :does :access_social_media. -:alice8243 :does :log_off_at_end_of_shift. -:bob8243 :does :work_related_task. -:bob8243 :does :log_off_at_end_of_shift. -:carol8243 :does :access_social_media. -:alice8244 :does :log_off_at_end_of_shift. -:bob8244 :does :work_related_task. -:bob8244 :does :log_off_at_end_of_shift. -:carol8244 :does :access_social_media. -:alice8245 :does :log_off_at_end_of_shift. -:bob8245 :does :work_related_task. -:bob8245 :does :log_off_at_end_of_shift. -:carol8245 :does :access_social_media. -:alice8246 :does :log_off_at_end_of_shift. -:bob8246 :does :work_related_task. -:bob8246 :does :log_off_at_end_of_shift. -:carol8246 :does :access_social_media. -:alice8247 :does :log_off_at_end_of_shift. -:bob8247 :does :work_related_task. -:bob8247 :does :log_off_at_end_of_shift. -:carol8247 :does :access_social_media. -:alice8248 :does :log_off_at_end_of_shift. -:bob8248 :does :work_related_task. -:bob8248 :does :log_off_at_end_of_shift. -:carol8248 :does :access_social_media. -:alice8249 :does :log_off_at_end_of_shift. -:bob8249 :does :work_related_task. -:bob8249 :does :log_off_at_end_of_shift. -:carol8249 :does :access_social_media. -:alice8250 :does :log_off_at_end_of_shift. -:bob8250 :does :work_related_task. -:bob8250 :does :log_off_at_end_of_shift. -:carol8250 :does :access_social_media. -:alice8251 :does :log_off_at_end_of_shift. -:bob8251 :does :work_related_task. -:bob8251 :does :log_off_at_end_of_shift. -:carol8251 :does :access_social_media. -:alice8252 :does :log_off_at_end_of_shift. -:bob8252 :does :work_related_task. -:bob8252 :does :log_off_at_end_of_shift. -:carol8252 :does :access_social_media. -:alice8253 :does :log_off_at_end_of_shift. -:bob8253 :does :work_related_task. -:bob8253 :does :log_off_at_end_of_shift. -:carol8253 :does :access_social_media. -:alice8254 :does :log_off_at_end_of_shift. -:bob8254 :does :work_related_task. -:bob8254 :does :log_off_at_end_of_shift. -:carol8254 :does :access_social_media. -:alice8255 :does :log_off_at_end_of_shift. -:bob8255 :does :work_related_task. -:bob8255 :does :log_off_at_end_of_shift. -:carol8255 :does :access_social_media. -:alice8256 :does :log_off_at_end_of_shift. -:bob8256 :does :work_related_task. -:bob8256 :does :log_off_at_end_of_shift. -:carol8256 :does :access_social_media. -:alice8257 :does :log_off_at_end_of_shift. -:bob8257 :does :work_related_task. -:bob8257 :does :log_off_at_end_of_shift. -:carol8257 :does :access_social_media. -:alice8258 :does :log_off_at_end_of_shift. -:bob8258 :does :work_related_task. -:bob8258 :does :log_off_at_end_of_shift. -:carol8258 :does :access_social_media. -:alice8259 :does :log_off_at_end_of_shift. -:bob8259 :does :work_related_task. -:bob8259 :does :log_off_at_end_of_shift. -:carol8259 :does :access_social_media. -:alice8260 :does :log_off_at_end_of_shift. -:bob8260 :does :work_related_task. -:bob8260 :does :log_off_at_end_of_shift. -:carol8260 :does :access_social_media. -:alice8261 :does :log_off_at_end_of_shift. -:bob8261 :does :work_related_task. -:bob8261 :does :log_off_at_end_of_shift. -:carol8261 :does :access_social_media. -:alice8262 :does :log_off_at_end_of_shift. -:bob8262 :does :work_related_task. -:bob8262 :does :log_off_at_end_of_shift. -:carol8262 :does :access_social_media. -:alice8263 :does :log_off_at_end_of_shift. -:bob8263 :does :work_related_task. -:bob8263 :does :log_off_at_end_of_shift. -:carol8263 :does :access_social_media. -:alice8264 :does :log_off_at_end_of_shift. -:bob8264 :does :work_related_task. -:bob8264 :does :log_off_at_end_of_shift. -:carol8264 :does :access_social_media. -:alice8265 :does :log_off_at_end_of_shift. -:bob8265 :does :work_related_task. -:bob8265 :does :log_off_at_end_of_shift. -:carol8265 :does :access_social_media. -:alice8266 :does :log_off_at_end_of_shift. -:bob8266 :does :work_related_task. -:bob8266 :does :log_off_at_end_of_shift. -:carol8266 :does :access_social_media. -:alice8267 :does :log_off_at_end_of_shift. -:bob8267 :does :work_related_task. -:bob8267 :does :log_off_at_end_of_shift. -:carol8267 :does :access_social_media. -:alice8268 :does :log_off_at_end_of_shift. -:bob8268 :does :work_related_task. -:bob8268 :does :log_off_at_end_of_shift. -:carol8268 :does :access_social_media. -:alice8269 :does :log_off_at_end_of_shift. -:bob8269 :does :work_related_task. -:bob8269 :does :log_off_at_end_of_shift. -:carol8269 :does :access_social_media. -:alice8270 :does :log_off_at_end_of_shift. -:bob8270 :does :work_related_task. -:bob8270 :does :log_off_at_end_of_shift. -:carol8270 :does :access_social_media. -:alice8271 :does :log_off_at_end_of_shift. -:bob8271 :does :work_related_task. -:bob8271 :does :log_off_at_end_of_shift. -:carol8271 :does :access_social_media. -:alice8272 :does :log_off_at_end_of_shift. -:bob8272 :does :work_related_task. -:bob8272 :does :log_off_at_end_of_shift. -:carol8272 :does :access_social_media. -:alice8273 :does :log_off_at_end_of_shift. -:bob8273 :does :work_related_task. -:bob8273 :does :log_off_at_end_of_shift. -:carol8273 :does :access_social_media. -:alice8274 :does :log_off_at_end_of_shift. -:bob8274 :does :work_related_task. -:bob8274 :does :log_off_at_end_of_shift. -:carol8274 :does :access_social_media. -:alice8275 :does :log_off_at_end_of_shift. -:bob8275 :does :work_related_task. -:bob8275 :does :log_off_at_end_of_shift. -:carol8275 :does :access_social_media. -:alice8276 :does :log_off_at_end_of_shift. -:bob8276 :does :work_related_task. -:bob8276 :does :log_off_at_end_of_shift. -:carol8276 :does :access_social_media. -:alice8277 :does :log_off_at_end_of_shift. -:bob8277 :does :work_related_task. -:bob8277 :does :log_off_at_end_of_shift. -:carol8277 :does :access_social_media. -:alice8278 :does :log_off_at_end_of_shift. -:bob8278 :does :work_related_task. -:bob8278 :does :log_off_at_end_of_shift. -:carol8278 :does :access_social_media. -:alice8279 :does :log_off_at_end_of_shift. -:bob8279 :does :work_related_task. -:bob8279 :does :log_off_at_end_of_shift. -:carol8279 :does :access_social_media. -:alice8280 :does :log_off_at_end_of_shift. -:bob8280 :does :work_related_task. -:bob8280 :does :log_off_at_end_of_shift. -:carol8280 :does :access_social_media. -:alice8281 :does :log_off_at_end_of_shift. -:bob8281 :does :work_related_task. -:bob8281 :does :log_off_at_end_of_shift. -:carol8281 :does :access_social_media. -:alice8282 :does :log_off_at_end_of_shift. -:bob8282 :does :work_related_task. -:bob8282 :does :log_off_at_end_of_shift. -:carol8282 :does :access_social_media. -:alice8283 :does :log_off_at_end_of_shift. -:bob8283 :does :work_related_task. -:bob8283 :does :log_off_at_end_of_shift. -:carol8283 :does :access_social_media. -:alice8284 :does :log_off_at_end_of_shift. -:bob8284 :does :work_related_task. -:bob8284 :does :log_off_at_end_of_shift. -:carol8284 :does :access_social_media. -:alice8285 :does :log_off_at_end_of_shift. -:bob8285 :does :work_related_task. -:bob8285 :does :log_off_at_end_of_shift. -:carol8285 :does :access_social_media. -:alice8286 :does :log_off_at_end_of_shift. -:bob8286 :does :work_related_task. -:bob8286 :does :log_off_at_end_of_shift. -:carol8286 :does :access_social_media. -:alice8287 :does :log_off_at_end_of_shift. -:bob8287 :does :work_related_task. -:bob8287 :does :log_off_at_end_of_shift. -:carol8287 :does :access_social_media. -:alice8288 :does :log_off_at_end_of_shift. -:bob8288 :does :work_related_task. -:bob8288 :does :log_off_at_end_of_shift. -:carol8288 :does :access_social_media. -:alice8289 :does :log_off_at_end_of_shift. -:bob8289 :does :work_related_task. -:bob8289 :does :log_off_at_end_of_shift. -:carol8289 :does :access_social_media. -:alice8290 :does :log_off_at_end_of_shift. -:bob8290 :does :work_related_task. -:bob8290 :does :log_off_at_end_of_shift. -:carol8290 :does :access_social_media. -:alice8291 :does :log_off_at_end_of_shift. -:bob8291 :does :work_related_task. -:bob8291 :does :log_off_at_end_of_shift. -:carol8291 :does :access_social_media. -:alice8292 :does :log_off_at_end_of_shift. -:bob8292 :does :work_related_task. -:bob8292 :does :log_off_at_end_of_shift. -:carol8292 :does :access_social_media. -:alice8293 :does :log_off_at_end_of_shift. -:bob8293 :does :work_related_task. -:bob8293 :does :log_off_at_end_of_shift. -:carol8293 :does :access_social_media. -:alice8294 :does :log_off_at_end_of_shift. -:bob8294 :does :work_related_task. -:bob8294 :does :log_off_at_end_of_shift. -:carol8294 :does :access_social_media. -:alice8295 :does :log_off_at_end_of_shift. -:bob8295 :does :work_related_task. -:bob8295 :does :log_off_at_end_of_shift. -:carol8295 :does :access_social_media. -:alice8296 :does :log_off_at_end_of_shift. -:bob8296 :does :work_related_task. -:bob8296 :does :log_off_at_end_of_shift. -:carol8296 :does :access_social_media. -:alice8297 :does :log_off_at_end_of_shift. -:bob8297 :does :work_related_task. -:bob8297 :does :log_off_at_end_of_shift. -:carol8297 :does :access_social_media. -:alice8298 :does :log_off_at_end_of_shift. -:bob8298 :does :work_related_task. -:bob8298 :does :log_off_at_end_of_shift. -:carol8298 :does :access_social_media. -:alice8299 :does :log_off_at_end_of_shift. -:bob8299 :does :work_related_task. -:bob8299 :does :log_off_at_end_of_shift. -:carol8299 :does :access_social_media. -:alice8300 :does :log_off_at_end_of_shift. -:bob8300 :does :work_related_task. -:bob8300 :does :log_off_at_end_of_shift. -:carol8300 :does :access_social_media. -:alice8301 :does :log_off_at_end_of_shift. -:bob8301 :does :work_related_task. -:bob8301 :does :log_off_at_end_of_shift. -:carol8301 :does :access_social_media. -:alice8302 :does :log_off_at_end_of_shift. -:bob8302 :does :work_related_task. -:bob8302 :does :log_off_at_end_of_shift. -:carol8302 :does :access_social_media. -:alice8303 :does :log_off_at_end_of_shift. -:bob8303 :does :work_related_task. -:bob8303 :does :log_off_at_end_of_shift. -:carol8303 :does :access_social_media. -:alice8304 :does :log_off_at_end_of_shift. -:bob8304 :does :work_related_task. -:bob8304 :does :log_off_at_end_of_shift. -:carol8304 :does :access_social_media. -:alice8305 :does :log_off_at_end_of_shift. -:bob8305 :does :work_related_task. -:bob8305 :does :log_off_at_end_of_shift. -:carol8305 :does :access_social_media. -:alice8306 :does :log_off_at_end_of_shift. -:bob8306 :does :work_related_task. -:bob8306 :does :log_off_at_end_of_shift. -:carol8306 :does :access_social_media. -:alice8307 :does :log_off_at_end_of_shift. -:bob8307 :does :work_related_task. -:bob8307 :does :log_off_at_end_of_shift. -:carol8307 :does :access_social_media. -:alice8308 :does :log_off_at_end_of_shift. -:bob8308 :does :work_related_task. -:bob8308 :does :log_off_at_end_of_shift. -:carol8308 :does :access_social_media. -:alice8309 :does :log_off_at_end_of_shift. -:bob8309 :does :work_related_task. -:bob8309 :does :log_off_at_end_of_shift. -:carol8309 :does :access_social_media. -:alice8310 :does :log_off_at_end_of_shift. -:bob8310 :does :work_related_task. -:bob8310 :does :log_off_at_end_of_shift. -:carol8310 :does :access_social_media. -:alice8311 :does :log_off_at_end_of_shift. -:bob8311 :does :work_related_task. -:bob8311 :does :log_off_at_end_of_shift. -:carol8311 :does :access_social_media. -:alice8312 :does :log_off_at_end_of_shift. -:bob8312 :does :work_related_task. -:bob8312 :does :log_off_at_end_of_shift. -:carol8312 :does :access_social_media. -:alice8313 :does :log_off_at_end_of_shift. -:bob8313 :does :work_related_task. -:bob8313 :does :log_off_at_end_of_shift. -:carol8313 :does :access_social_media. -:alice8314 :does :log_off_at_end_of_shift. -:bob8314 :does :work_related_task. -:bob8314 :does :log_off_at_end_of_shift. -:carol8314 :does :access_social_media. -:alice8315 :does :log_off_at_end_of_shift. -:bob8315 :does :work_related_task. -:bob8315 :does :log_off_at_end_of_shift. -:carol8315 :does :access_social_media. -:alice8316 :does :log_off_at_end_of_shift. -:bob8316 :does :work_related_task. -:bob8316 :does :log_off_at_end_of_shift. -:carol8316 :does :access_social_media. -:alice8317 :does :log_off_at_end_of_shift. -:bob8317 :does :work_related_task. -:bob8317 :does :log_off_at_end_of_shift. -:carol8317 :does :access_social_media. -:alice8318 :does :log_off_at_end_of_shift. -:bob8318 :does :work_related_task. -:bob8318 :does :log_off_at_end_of_shift. -:carol8318 :does :access_social_media. -:alice8319 :does :log_off_at_end_of_shift. -:bob8319 :does :work_related_task. -:bob8319 :does :log_off_at_end_of_shift. -:carol8319 :does :access_social_media. -:alice8320 :does :log_off_at_end_of_shift. -:bob8320 :does :work_related_task. -:bob8320 :does :log_off_at_end_of_shift. -:carol8320 :does :access_social_media. -:alice8321 :does :log_off_at_end_of_shift. -:bob8321 :does :work_related_task. -:bob8321 :does :log_off_at_end_of_shift. -:carol8321 :does :access_social_media. -:alice8322 :does :log_off_at_end_of_shift. -:bob8322 :does :work_related_task. -:bob8322 :does :log_off_at_end_of_shift. -:carol8322 :does :access_social_media. -:alice8323 :does :log_off_at_end_of_shift. -:bob8323 :does :work_related_task. -:bob8323 :does :log_off_at_end_of_shift. -:carol8323 :does :access_social_media. -:alice8324 :does :log_off_at_end_of_shift. -:bob8324 :does :work_related_task. -:bob8324 :does :log_off_at_end_of_shift. -:carol8324 :does :access_social_media. -:alice8325 :does :log_off_at_end_of_shift. -:bob8325 :does :work_related_task. -:bob8325 :does :log_off_at_end_of_shift. -:carol8325 :does :access_social_media. -:alice8326 :does :log_off_at_end_of_shift. -:bob8326 :does :work_related_task. -:bob8326 :does :log_off_at_end_of_shift. -:carol8326 :does :access_social_media. -:alice8327 :does :log_off_at_end_of_shift. -:bob8327 :does :work_related_task. -:bob8327 :does :log_off_at_end_of_shift. -:carol8327 :does :access_social_media. -:alice8328 :does :log_off_at_end_of_shift. -:bob8328 :does :work_related_task. -:bob8328 :does :log_off_at_end_of_shift. -:carol8328 :does :access_social_media. -:alice8329 :does :log_off_at_end_of_shift. -:bob8329 :does :work_related_task. -:bob8329 :does :log_off_at_end_of_shift. -:carol8329 :does :access_social_media. -:alice8330 :does :log_off_at_end_of_shift. -:bob8330 :does :work_related_task. -:bob8330 :does :log_off_at_end_of_shift. -:carol8330 :does :access_social_media. -:alice8331 :does :log_off_at_end_of_shift. -:bob8331 :does :work_related_task. -:bob8331 :does :log_off_at_end_of_shift. -:carol8331 :does :access_social_media. -:alice8332 :does :log_off_at_end_of_shift. -:bob8332 :does :work_related_task. -:bob8332 :does :log_off_at_end_of_shift. -:carol8332 :does :access_social_media. -:alice8333 :does :log_off_at_end_of_shift. -:bob8333 :does :work_related_task. -:bob8333 :does :log_off_at_end_of_shift. -:carol8333 :does :access_social_media. -:alice8334 :does :log_off_at_end_of_shift. -:bob8334 :does :work_related_task. -:bob8334 :does :log_off_at_end_of_shift. -:carol8334 :does :access_social_media. -:alice8335 :does :log_off_at_end_of_shift. -:bob8335 :does :work_related_task. -:bob8335 :does :log_off_at_end_of_shift. -:carol8335 :does :access_social_media. -:alice8336 :does :log_off_at_end_of_shift. -:bob8336 :does :work_related_task. -:bob8336 :does :log_off_at_end_of_shift. -:carol8336 :does :access_social_media. -:alice8337 :does :log_off_at_end_of_shift. -:bob8337 :does :work_related_task. -:bob8337 :does :log_off_at_end_of_shift. -:carol8337 :does :access_social_media. -:alice8338 :does :log_off_at_end_of_shift. -:bob8338 :does :work_related_task. -:bob8338 :does :log_off_at_end_of_shift. -:carol8338 :does :access_social_media. -:alice8339 :does :log_off_at_end_of_shift. -:bob8339 :does :work_related_task. -:bob8339 :does :log_off_at_end_of_shift. -:carol8339 :does :access_social_media. -:alice8340 :does :log_off_at_end_of_shift. -:bob8340 :does :work_related_task. -:bob8340 :does :log_off_at_end_of_shift. -:carol8340 :does :access_social_media. -:alice8341 :does :log_off_at_end_of_shift. -:bob8341 :does :work_related_task. -:bob8341 :does :log_off_at_end_of_shift. -:carol8341 :does :access_social_media. -:alice8342 :does :log_off_at_end_of_shift. -:bob8342 :does :work_related_task. -:bob8342 :does :log_off_at_end_of_shift. -:carol8342 :does :access_social_media. -:alice8343 :does :log_off_at_end_of_shift. -:bob8343 :does :work_related_task. -:bob8343 :does :log_off_at_end_of_shift. -:carol8343 :does :access_social_media. -:alice8344 :does :log_off_at_end_of_shift. -:bob8344 :does :work_related_task. -:bob8344 :does :log_off_at_end_of_shift. -:carol8344 :does :access_social_media. -:alice8345 :does :log_off_at_end_of_shift. -:bob8345 :does :work_related_task. -:bob8345 :does :log_off_at_end_of_shift. -:carol8345 :does :access_social_media. -:alice8346 :does :log_off_at_end_of_shift. -:bob8346 :does :work_related_task. -:bob8346 :does :log_off_at_end_of_shift. -:carol8346 :does :access_social_media. -:alice8347 :does :log_off_at_end_of_shift. -:bob8347 :does :work_related_task. -:bob8347 :does :log_off_at_end_of_shift. -:carol8347 :does :access_social_media. -:alice8348 :does :log_off_at_end_of_shift. -:bob8348 :does :work_related_task. -:bob8348 :does :log_off_at_end_of_shift. -:carol8348 :does :access_social_media. -:alice8349 :does :log_off_at_end_of_shift. -:bob8349 :does :work_related_task. -:bob8349 :does :log_off_at_end_of_shift. -:carol8349 :does :access_social_media. -:alice8350 :does :log_off_at_end_of_shift. -:bob8350 :does :work_related_task. -:bob8350 :does :log_off_at_end_of_shift. -:carol8350 :does :access_social_media. -:alice8351 :does :log_off_at_end_of_shift. -:bob8351 :does :work_related_task. -:bob8351 :does :log_off_at_end_of_shift. -:carol8351 :does :access_social_media. -:alice8352 :does :log_off_at_end_of_shift. -:bob8352 :does :work_related_task. -:bob8352 :does :log_off_at_end_of_shift. -:carol8352 :does :access_social_media. -:alice8353 :does :log_off_at_end_of_shift. -:bob8353 :does :work_related_task. -:bob8353 :does :log_off_at_end_of_shift. -:carol8353 :does :access_social_media. -:alice8354 :does :log_off_at_end_of_shift. -:bob8354 :does :work_related_task. -:bob8354 :does :log_off_at_end_of_shift. -:carol8354 :does :access_social_media. -:alice8355 :does :log_off_at_end_of_shift. -:bob8355 :does :work_related_task. -:bob8355 :does :log_off_at_end_of_shift. -:carol8355 :does :access_social_media. -:alice8356 :does :log_off_at_end_of_shift. -:bob8356 :does :work_related_task. -:bob8356 :does :log_off_at_end_of_shift. -:carol8356 :does :access_social_media. -:alice8357 :does :log_off_at_end_of_shift. -:bob8357 :does :work_related_task. -:bob8357 :does :log_off_at_end_of_shift. -:carol8357 :does :access_social_media. -:alice8358 :does :log_off_at_end_of_shift. -:bob8358 :does :work_related_task. -:bob8358 :does :log_off_at_end_of_shift. -:carol8358 :does :access_social_media. -:alice8359 :does :log_off_at_end_of_shift. -:bob8359 :does :work_related_task. -:bob8359 :does :log_off_at_end_of_shift. -:carol8359 :does :access_social_media. -:alice8360 :does :log_off_at_end_of_shift. -:bob8360 :does :work_related_task. -:bob8360 :does :log_off_at_end_of_shift. -:carol8360 :does :access_social_media. -:alice8361 :does :log_off_at_end_of_shift. -:bob8361 :does :work_related_task. -:bob8361 :does :log_off_at_end_of_shift. -:carol8361 :does :access_social_media. -:alice8362 :does :log_off_at_end_of_shift. -:bob8362 :does :work_related_task. -:bob8362 :does :log_off_at_end_of_shift. -:carol8362 :does :access_social_media. -:alice8363 :does :log_off_at_end_of_shift. -:bob8363 :does :work_related_task. -:bob8363 :does :log_off_at_end_of_shift. -:carol8363 :does :access_social_media. -:alice8364 :does :log_off_at_end_of_shift. -:bob8364 :does :work_related_task. -:bob8364 :does :log_off_at_end_of_shift. -:carol8364 :does :access_social_media. -:alice8365 :does :log_off_at_end_of_shift. -:bob8365 :does :work_related_task. -:bob8365 :does :log_off_at_end_of_shift. -:carol8365 :does :access_social_media. -:alice8366 :does :log_off_at_end_of_shift. -:bob8366 :does :work_related_task. -:bob8366 :does :log_off_at_end_of_shift. -:carol8366 :does :access_social_media. -:alice8367 :does :log_off_at_end_of_shift. -:bob8367 :does :work_related_task. -:bob8367 :does :log_off_at_end_of_shift. -:carol8367 :does :access_social_media. -:alice8368 :does :log_off_at_end_of_shift. -:bob8368 :does :work_related_task. -:bob8368 :does :log_off_at_end_of_shift. -:carol8368 :does :access_social_media. -:alice8369 :does :log_off_at_end_of_shift. -:bob8369 :does :work_related_task. -:bob8369 :does :log_off_at_end_of_shift. -:carol8369 :does :access_social_media. -:alice8370 :does :log_off_at_end_of_shift. -:bob8370 :does :work_related_task. -:bob8370 :does :log_off_at_end_of_shift. -:carol8370 :does :access_social_media. -:alice8371 :does :log_off_at_end_of_shift. -:bob8371 :does :work_related_task. -:bob8371 :does :log_off_at_end_of_shift. -:carol8371 :does :access_social_media. -:alice8372 :does :log_off_at_end_of_shift. -:bob8372 :does :work_related_task. -:bob8372 :does :log_off_at_end_of_shift. -:carol8372 :does :access_social_media. -:alice8373 :does :log_off_at_end_of_shift. -:bob8373 :does :work_related_task. -:bob8373 :does :log_off_at_end_of_shift. -:carol8373 :does :access_social_media. -:alice8374 :does :log_off_at_end_of_shift. -:bob8374 :does :work_related_task. -:bob8374 :does :log_off_at_end_of_shift. -:carol8374 :does :access_social_media. -:alice8375 :does :log_off_at_end_of_shift. -:bob8375 :does :work_related_task. -:bob8375 :does :log_off_at_end_of_shift. -:carol8375 :does :access_social_media. -:alice8376 :does :log_off_at_end_of_shift. -:bob8376 :does :work_related_task. -:bob8376 :does :log_off_at_end_of_shift. -:carol8376 :does :access_social_media. -:alice8377 :does :log_off_at_end_of_shift. -:bob8377 :does :work_related_task. -:bob8377 :does :log_off_at_end_of_shift. -:carol8377 :does :access_social_media. -:alice8378 :does :log_off_at_end_of_shift. -:bob8378 :does :work_related_task. -:bob8378 :does :log_off_at_end_of_shift. -:carol8378 :does :access_social_media. -:alice8379 :does :log_off_at_end_of_shift. -:bob8379 :does :work_related_task. -:bob8379 :does :log_off_at_end_of_shift. -:carol8379 :does :access_social_media. -:alice8380 :does :log_off_at_end_of_shift. -:bob8380 :does :work_related_task. -:bob8380 :does :log_off_at_end_of_shift. -:carol8380 :does :access_social_media. -:alice8381 :does :log_off_at_end_of_shift. -:bob8381 :does :work_related_task. -:bob8381 :does :log_off_at_end_of_shift. -:carol8381 :does :access_social_media. -:alice8382 :does :log_off_at_end_of_shift. -:bob8382 :does :work_related_task. -:bob8382 :does :log_off_at_end_of_shift. -:carol8382 :does :access_social_media. -:alice8383 :does :log_off_at_end_of_shift. -:bob8383 :does :work_related_task. -:bob8383 :does :log_off_at_end_of_shift. -:carol8383 :does :access_social_media. -:alice8384 :does :log_off_at_end_of_shift. -:bob8384 :does :work_related_task. -:bob8384 :does :log_off_at_end_of_shift. -:carol8384 :does :access_social_media. -:alice8385 :does :log_off_at_end_of_shift. -:bob8385 :does :work_related_task. -:bob8385 :does :log_off_at_end_of_shift. -:carol8385 :does :access_social_media. -:alice8386 :does :log_off_at_end_of_shift. -:bob8386 :does :work_related_task. -:bob8386 :does :log_off_at_end_of_shift. -:carol8386 :does :access_social_media. -:alice8387 :does :log_off_at_end_of_shift. -:bob8387 :does :work_related_task. -:bob8387 :does :log_off_at_end_of_shift. -:carol8387 :does :access_social_media. -:alice8388 :does :log_off_at_end_of_shift. -:bob8388 :does :work_related_task. -:bob8388 :does :log_off_at_end_of_shift. -:carol8388 :does :access_social_media. -:alice8389 :does :log_off_at_end_of_shift. -:bob8389 :does :work_related_task. -:bob8389 :does :log_off_at_end_of_shift. -:carol8389 :does :access_social_media. -:alice8390 :does :log_off_at_end_of_shift. -:bob8390 :does :work_related_task. -:bob8390 :does :log_off_at_end_of_shift. -:carol8390 :does :access_social_media. -:alice8391 :does :log_off_at_end_of_shift. -:bob8391 :does :work_related_task. -:bob8391 :does :log_off_at_end_of_shift. -:carol8391 :does :access_social_media. -:alice8392 :does :log_off_at_end_of_shift. -:bob8392 :does :work_related_task. -:bob8392 :does :log_off_at_end_of_shift. -:carol8392 :does :access_social_media. -:alice8393 :does :log_off_at_end_of_shift. -:bob8393 :does :work_related_task. -:bob8393 :does :log_off_at_end_of_shift. -:carol8393 :does :access_social_media. -:alice8394 :does :log_off_at_end_of_shift. -:bob8394 :does :work_related_task. -:bob8394 :does :log_off_at_end_of_shift. -:carol8394 :does :access_social_media. -:alice8395 :does :log_off_at_end_of_shift. -:bob8395 :does :work_related_task. -:bob8395 :does :log_off_at_end_of_shift. -:carol8395 :does :access_social_media. -:alice8396 :does :log_off_at_end_of_shift. -:bob8396 :does :work_related_task. -:bob8396 :does :log_off_at_end_of_shift. -:carol8396 :does :access_social_media. -:alice8397 :does :log_off_at_end_of_shift. -:bob8397 :does :work_related_task. -:bob8397 :does :log_off_at_end_of_shift. -:carol8397 :does :access_social_media. -:alice8398 :does :log_off_at_end_of_shift. -:bob8398 :does :work_related_task. -:bob8398 :does :log_off_at_end_of_shift. -:carol8398 :does :access_social_media. -:alice8399 :does :log_off_at_end_of_shift. -:bob8399 :does :work_related_task. -:bob8399 :does :log_off_at_end_of_shift. -:carol8399 :does :access_social_media. -:alice8400 :does :log_off_at_end_of_shift. -:bob8400 :does :work_related_task. -:bob8400 :does :log_off_at_end_of_shift. -:carol8400 :does :access_social_media. -:alice8401 :does :log_off_at_end_of_shift. -:bob8401 :does :work_related_task. -:bob8401 :does :log_off_at_end_of_shift. -:carol8401 :does :access_social_media. -:alice8402 :does :log_off_at_end_of_shift. -:bob8402 :does :work_related_task. -:bob8402 :does :log_off_at_end_of_shift. -:carol8402 :does :access_social_media. -:alice8403 :does :log_off_at_end_of_shift. -:bob8403 :does :work_related_task. -:bob8403 :does :log_off_at_end_of_shift. -:carol8403 :does :access_social_media. -:alice8404 :does :log_off_at_end_of_shift. -:bob8404 :does :work_related_task. -:bob8404 :does :log_off_at_end_of_shift. -:carol8404 :does :access_social_media. -:alice8405 :does :log_off_at_end_of_shift. -:bob8405 :does :work_related_task. -:bob8405 :does :log_off_at_end_of_shift. -:carol8405 :does :access_social_media. -:alice8406 :does :log_off_at_end_of_shift. -:bob8406 :does :work_related_task. -:bob8406 :does :log_off_at_end_of_shift. -:carol8406 :does :access_social_media. -:alice8407 :does :log_off_at_end_of_shift. -:bob8407 :does :work_related_task. -:bob8407 :does :log_off_at_end_of_shift. -:carol8407 :does :access_social_media. -:alice8408 :does :log_off_at_end_of_shift. -:bob8408 :does :work_related_task. -:bob8408 :does :log_off_at_end_of_shift. -:carol8408 :does :access_social_media. -:alice8409 :does :log_off_at_end_of_shift. -:bob8409 :does :work_related_task. -:bob8409 :does :log_off_at_end_of_shift. -:carol8409 :does :access_social_media. -:alice8410 :does :log_off_at_end_of_shift. -:bob8410 :does :work_related_task. -:bob8410 :does :log_off_at_end_of_shift. -:carol8410 :does :access_social_media. -:alice8411 :does :log_off_at_end_of_shift. -:bob8411 :does :work_related_task. -:bob8411 :does :log_off_at_end_of_shift. -:carol8411 :does :access_social_media. -:alice8412 :does :log_off_at_end_of_shift. -:bob8412 :does :work_related_task. -:bob8412 :does :log_off_at_end_of_shift. -:carol8412 :does :access_social_media. -:alice8413 :does :log_off_at_end_of_shift. -:bob8413 :does :work_related_task. -:bob8413 :does :log_off_at_end_of_shift. -:carol8413 :does :access_social_media. -:alice8414 :does :log_off_at_end_of_shift. -:bob8414 :does :work_related_task. -:bob8414 :does :log_off_at_end_of_shift. -:carol8414 :does :access_social_media. -:alice8415 :does :log_off_at_end_of_shift. -:bob8415 :does :work_related_task. -:bob8415 :does :log_off_at_end_of_shift. -:carol8415 :does :access_social_media. -:alice8416 :does :log_off_at_end_of_shift. -:bob8416 :does :work_related_task. -:bob8416 :does :log_off_at_end_of_shift. -:carol8416 :does :access_social_media. -:alice8417 :does :log_off_at_end_of_shift. -:bob8417 :does :work_related_task. -:bob8417 :does :log_off_at_end_of_shift. -:carol8417 :does :access_social_media. -:alice8418 :does :log_off_at_end_of_shift. -:bob8418 :does :work_related_task. -:bob8418 :does :log_off_at_end_of_shift. -:carol8418 :does :access_social_media. -:alice8419 :does :log_off_at_end_of_shift. -:bob8419 :does :work_related_task. -:bob8419 :does :log_off_at_end_of_shift. -:carol8419 :does :access_social_media. -:alice8420 :does :log_off_at_end_of_shift. -:bob8420 :does :work_related_task. -:bob8420 :does :log_off_at_end_of_shift. -:carol8420 :does :access_social_media. -:alice8421 :does :log_off_at_end_of_shift. -:bob8421 :does :work_related_task. -:bob8421 :does :log_off_at_end_of_shift. -:carol8421 :does :access_social_media. -:alice8422 :does :log_off_at_end_of_shift. -:bob8422 :does :work_related_task. -:bob8422 :does :log_off_at_end_of_shift. -:carol8422 :does :access_social_media. -:alice8423 :does :log_off_at_end_of_shift. -:bob8423 :does :work_related_task. -:bob8423 :does :log_off_at_end_of_shift. -:carol8423 :does :access_social_media. -:alice8424 :does :log_off_at_end_of_shift. -:bob8424 :does :work_related_task. -:bob8424 :does :log_off_at_end_of_shift. -:carol8424 :does :access_social_media. -:alice8425 :does :log_off_at_end_of_shift. -:bob8425 :does :work_related_task. -:bob8425 :does :log_off_at_end_of_shift. -:carol8425 :does :access_social_media. -:alice8426 :does :log_off_at_end_of_shift. -:bob8426 :does :work_related_task. -:bob8426 :does :log_off_at_end_of_shift. -:carol8426 :does :access_social_media. -:alice8427 :does :log_off_at_end_of_shift. -:bob8427 :does :work_related_task. -:bob8427 :does :log_off_at_end_of_shift. -:carol8427 :does :access_social_media. -:alice8428 :does :log_off_at_end_of_shift. -:bob8428 :does :work_related_task. -:bob8428 :does :log_off_at_end_of_shift. -:carol8428 :does :access_social_media. -:alice8429 :does :log_off_at_end_of_shift. -:bob8429 :does :work_related_task. -:bob8429 :does :log_off_at_end_of_shift. -:carol8429 :does :access_social_media. -:alice8430 :does :log_off_at_end_of_shift. -:bob8430 :does :work_related_task. -:bob8430 :does :log_off_at_end_of_shift. -:carol8430 :does :access_social_media. -:alice8431 :does :log_off_at_end_of_shift. -:bob8431 :does :work_related_task. -:bob8431 :does :log_off_at_end_of_shift. -:carol8431 :does :access_social_media. -:alice8432 :does :log_off_at_end_of_shift. -:bob8432 :does :work_related_task. -:bob8432 :does :log_off_at_end_of_shift. -:carol8432 :does :access_social_media. -:alice8433 :does :log_off_at_end_of_shift. -:bob8433 :does :work_related_task. -:bob8433 :does :log_off_at_end_of_shift. -:carol8433 :does :access_social_media. -:alice8434 :does :log_off_at_end_of_shift. -:bob8434 :does :work_related_task. -:bob8434 :does :log_off_at_end_of_shift. -:carol8434 :does :access_social_media. -:alice8435 :does :log_off_at_end_of_shift. -:bob8435 :does :work_related_task. -:bob8435 :does :log_off_at_end_of_shift. -:carol8435 :does :access_social_media. -:alice8436 :does :log_off_at_end_of_shift. -:bob8436 :does :work_related_task. -:bob8436 :does :log_off_at_end_of_shift. -:carol8436 :does :access_social_media. -:alice8437 :does :log_off_at_end_of_shift. -:bob8437 :does :work_related_task. -:bob8437 :does :log_off_at_end_of_shift. -:carol8437 :does :access_social_media. -:alice8438 :does :log_off_at_end_of_shift. -:bob8438 :does :work_related_task. -:bob8438 :does :log_off_at_end_of_shift. -:carol8438 :does :access_social_media. -:alice8439 :does :log_off_at_end_of_shift. -:bob8439 :does :work_related_task. -:bob8439 :does :log_off_at_end_of_shift. -:carol8439 :does :access_social_media. -:alice8440 :does :log_off_at_end_of_shift. -:bob8440 :does :work_related_task. -:bob8440 :does :log_off_at_end_of_shift. -:carol8440 :does :access_social_media. -:alice8441 :does :log_off_at_end_of_shift. -:bob8441 :does :work_related_task. -:bob8441 :does :log_off_at_end_of_shift. -:carol8441 :does :access_social_media. -:alice8442 :does :log_off_at_end_of_shift. -:bob8442 :does :work_related_task. -:bob8442 :does :log_off_at_end_of_shift. -:carol8442 :does :access_social_media. -:alice8443 :does :log_off_at_end_of_shift. -:bob8443 :does :work_related_task. -:bob8443 :does :log_off_at_end_of_shift. -:carol8443 :does :access_social_media. -:alice8444 :does :log_off_at_end_of_shift. -:bob8444 :does :work_related_task. -:bob8444 :does :log_off_at_end_of_shift. -:carol8444 :does :access_social_media. -:alice8445 :does :log_off_at_end_of_shift. -:bob8445 :does :work_related_task. -:bob8445 :does :log_off_at_end_of_shift. -:carol8445 :does :access_social_media. -:alice8446 :does :log_off_at_end_of_shift. -:bob8446 :does :work_related_task. -:bob8446 :does :log_off_at_end_of_shift. -:carol8446 :does :access_social_media. -:alice8447 :does :log_off_at_end_of_shift. -:bob8447 :does :work_related_task. -:bob8447 :does :log_off_at_end_of_shift. -:carol8447 :does :access_social_media. -:alice8448 :does :log_off_at_end_of_shift. -:bob8448 :does :work_related_task. -:bob8448 :does :log_off_at_end_of_shift. -:carol8448 :does :access_social_media. -:alice8449 :does :log_off_at_end_of_shift. -:bob8449 :does :work_related_task. -:bob8449 :does :log_off_at_end_of_shift. -:carol8449 :does :access_social_media. -:alice8450 :does :log_off_at_end_of_shift. -:bob8450 :does :work_related_task. -:bob8450 :does :log_off_at_end_of_shift. -:carol8450 :does :access_social_media. -:alice8451 :does :log_off_at_end_of_shift. -:bob8451 :does :work_related_task. -:bob8451 :does :log_off_at_end_of_shift. -:carol8451 :does :access_social_media. -:alice8452 :does :log_off_at_end_of_shift. -:bob8452 :does :work_related_task. -:bob8452 :does :log_off_at_end_of_shift. -:carol8452 :does :access_social_media. -:alice8453 :does :log_off_at_end_of_shift. -:bob8453 :does :work_related_task. -:bob8453 :does :log_off_at_end_of_shift. -:carol8453 :does :access_social_media. -:alice8454 :does :log_off_at_end_of_shift. -:bob8454 :does :work_related_task. -:bob8454 :does :log_off_at_end_of_shift. -:carol8454 :does :access_social_media. -:alice8455 :does :log_off_at_end_of_shift. -:bob8455 :does :work_related_task. -:bob8455 :does :log_off_at_end_of_shift. -:carol8455 :does :access_social_media. -:alice8456 :does :log_off_at_end_of_shift. -:bob8456 :does :work_related_task. -:bob8456 :does :log_off_at_end_of_shift. -:carol8456 :does :access_social_media. -:alice8457 :does :log_off_at_end_of_shift. -:bob8457 :does :work_related_task. -:bob8457 :does :log_off_at_end_of_shift. -:carol8457 :does :access_social_media. -:alice8458 :does :log_off_at_end_of_shift. -:bob8458 :does :work_related_task. -:bob8458 :does :log_off_at_end_of_shift. -:carol8458 :does :access_social_media. -:alice8459 :does :log_off_at_end_of_shift. -:bob8459 :does :work_related_task. -:bob8459 :does :log_off_at_end_of_shift. -:carol8459 :does :access_social_media. -:alice8460 :does :log_off_at_end_of_shift. -:bob8460 :does :work_related_task. -:bob8460 :does :log_off_at_end_of_shift. -:carol8460 :does :access_social_media. -:alice8461 :does :log_off_at_end_of_shift. -:bob8461 :does :work_related_task. -:bob8461 :does :log_off_at_end_of_shift. -:carol8461 :does :access_social_media. -:alice8462 :does :log_off_at_end_of_shift. -:bob8462 :does :work_related_task. -:bob8462 :does :log_off_at_end_of_shift. -:carol8462 :does :access_social_media. -:alice8463 :does :log_off_at_end_of_shift. -:bob8463 :does :work_related_task. -:bob8463 :does :log_off_at_end_of_shift. -:carol8463 :does :access_social_media. -:alice8464 :does :log_off_at_end_of_shift. -:bob8464 :does :work_related_task. -:bob8464 :does :log_off_at_end_of_shift. -:carol8464 :does :access_social_media. -:alice8465 :does :log_off_at_end_of_shift. -:bob8465 :does :work_related_task. -:bob8465 :does :log_off_at_end_of_shift. -:carol8465 :does :access_social_media. -:alice8466 :does :log_off_at_end_of_shift. -:bob8466 :does :work_related_task. -:bob8466 :does :log_off_at_end_of_shift. -:carol8466 :does :access_social_media. -:alice8467 :does :log_off_at_end_of_shift. -:bob8467 :does :work_related_task. -:bob8467 :does :log_off_at_end_of_shift. -:carol8467 :does :access_social_media. -:alice8468 :does :log_off_at_end_of_shift. -:bob8468 :does :work_related_task. -:bob8468 :does :log_off_at_end_of_shift. -:carol8468 :does :access_social_media. -:alice8469 :does :log_off_at_end_of_shift. -:bob8469 :does :work_related_task. -:bob8469 :does :log_off_at_end_of_shift. -:carol8469 :does :access_social_media. -:alice8470 :does :log_off_at_end_of_shift. -:bob8470 :does :work_related_task. -:bob8470 :does :log_off_at_end_of_shift. -:carol8470 :does :access_social_media. -:alice8471 :does :log_off_at_end_of_shift. -:bob8471 :does :work_related_task. -:bob8471 :does :log_off_at_end_of_shift. -:carol8471 :does :access_social_media. -:alice8472 :does :log_off_at_end_of_shift. -:bob8472 :does :work_related_task. -:bob8472 :does :log_off_at_end_of_shift. -:carol8472 :does :access_social_media. -:alice8473 :does :log_off_at_end_of_shift. -:bob8473 :does :work_related_task. -:bob8473 :does :log_off_at_end_of_shift. -:carol8473 :does :access_social_media. -:alice8474 :does :log_off_at_end_of_shift. -:bob8474 :does :work_related_task. -:bob8474 :does :log_off_at_end_of_shift. -:carol8474 :does :access_social_media. -:alice8475 :does :log_off_at_end_of_shift. -:bob8475 :does :work_related_task. -:bob8475 :does :log_off_at_end_of_shift. -:carol8475 :does :access_social_media. -:alice8476 :does :log_off_at_end_of_shift. -:bob8476 :does :work_related_task. -:bob8476 :does :log_off_at_end_of_shift. -:carol8476 :does :access_social_media. -:alice8477 :does :log_off_at_end_of_shift. -:bob8477 :does :work_related_task. -:bob8477 :does :log_off_at_end_of_shift. -:carol8477 :does :access_social_media. -:alice8478 :does :log_off_at_end_of_shift. -:bob8478 :does :work_related_task. -:bob8478 :does :log_off_at_end_of_shift. -:carol8478 :does :access_social_media. -:alice8479 :does :log_off_at_end_of_shift. -:bob8479 :does :work_related_task. -:bob8479 :does :log_off_at_end_of_shift. -:carol8479 :does :access_social_media. -:alice8480 :does :log_off_at_end_of_shift. -:bob8480 :does :work_related_task. -:bob8480 :does :log_off_at_end_of_shift. -:carol8480 :does :access_social_media. -:alice8481 :does :log_off_at_end_of_shift. -:bob8481 :does :work_related_task. -:bob8481 :does :log_off_at_end_of_shift. -:carol8481 :does :access_social_media. -:alice8482 :does :log_off_at_end_of_shift. -:bob8482 :does :work_related_task. -:bob8482 :does :log_off_at_end_of_shift. -:carol8482 :does :access_social_media. -:alice8483 :does :log_off_at_end_of_shift. -:bob8483 :does :work_related_task. -:bob8483 :does :log_off_at_end_of_shift. -:carol8483 :does :access_social_media. -:alice8484 :does :log_off_at_end_of_shift. -:bob8484 :does :work_related_task. -:bob8484 :does :log_off_at_end_of_shift. -:carol8484 :does :access_social_media. -:alice8485 :does :log_off_at_end_of_shift. -:bob8485 :does :work_related_task. -:bob8485 :does :log_off_at_end_of_shift. -:carol8485 :does :access_social_media. -:alice8486 :does :log_off_at_end_of_shift. -:bob8486 :does :work_related_task. -:bob8486 :does :log_off_at_end_of_shift. -:carol8486 :does :access_social_media. -:alice8487 :does :log_off_at_end_of_shift. -:bob8487 :does :work_related_task. -:bob8487 :does :log_off_at_end_of_shift. -:carol8487 :does :access_social_media. -:alice8488 :does :log_off_at_end_of_shift. -:bob8488 :does :work_related_task. -:bob8488 :does :log_off_at_end_of_shift. -:carol8488 :does :access_social_media. -:alice8489 :does :log_off_at_end_of_shift. -:bob8489 :does :work_related_task. -:bob8489 :does :log_off_at_end_of_shift. -:carol8489 :does :access_social_media. -:alice8490 :does :log_off_at_end_of_shift. -:bob8490 :does :work_related_task. -:bob8490 :does :log_off_at_end_of_shift. -:carol8490 :does :access_social_media. -:alice8491 :does :log_off_at_end_of_shift. -:bob8491 :does :work_related_task. -:bob8491 :does :log_off_at_end_of_shift. -:carol8491 :does :access_social_media. -:alice8492 :does :log_off_at_end_of_shift. -:bob8492 :does :work_related_task. -:bob8492 :does :log_off_at_end_of_shift. -:carol8492 :does :access_social_media. -:alice8493 :does :log_off_at_end_of_shift. -:bob8493 :does :work_related_task. -:bob8493 :does :log_off_at_end_of_shift. -:carol8493 :does :access_social_media. -:alice8494 :does :log_off_at_end_of_shift. -:bob8494 :does :work_related_task. -:bob8494 :does :log_off_at_end_of_shift. -:carol8494 :does :access_social_media. -:alice8495 :does :log_off_at_end_of_shift. -:bob8495 :does :work_related_task. -:bob8495 :does :log_off_at_end_of_shift. -:carol8495 :does :access_social_media. -:alice8496 :does :log_off_at_end_of_shift. -:bob8496 :does :work_related_task. -:bob8496 :does :log_off_at_end_of_shift. -:carol8496 :does :access_social_media. -:alice8497 :does :log_off_at_end_of_shift. -:bob8497 :does :work_related_task. -:bob8497 :does :log_off_at_end_of_shift. -:carol8497 :does :access_social_media. -:alice8498 :does :log_off_at_end_of_shift. -:bob8498 :does :work_related_task. -:bob8498 :does :log_off_at_end_of_shift. -:carol8498 :does :access_social_media. -:alice8499 :does :log_off_at_end_of_shift. -:bob8499 :does :work_related_task. -:bob8499 :does :log_off_at_end_of_shift. -:carol8499 :does :access_social_media. -:alice8500 :does :log_off_at_end_of_shift. -:bob8500 :does :work_related_task. -:bob8500 :does :log_off_at_end_of_shift. -:carol8500 :does :access_social_media. -:alice8501 :does :log_off_at_end_of_shift. -:bob8501 :does :work_related_task. -:bob8501 :does :log_off_at_end_of_shift. -:carol8501 :does :access_social_media. -:alice8502 :does :log_off_at_end_of_shift. -:bob8502 :does :work_related_task. -:bob8502 :does :log_off_at_end_of_shift. -:carol8502 :does :access_social_media. -:alice8503 :does :log_off_at_end_of_shift. -:bob8503 :does :work_related_task. -:bob8503 :does :log_off_at_end_of_shift. -:carol8503 :does :access_social_media. -:alice8504 :does :log_off_at_end_of_shift. -:bob8504 :does :work_related_task. -:bob8504 :does :log_off_at_end_of_shift. -:carol8504 :does :access_social_media. -:alice8505 :does :log_off_at_end_of_shift. -:bob8505 :does :work_related_task. -:bob8505 :does :log_off_at_end_of_shift. -:carol8505 :does :access_social_media. -:alice8506 :does :log_off_at_end_of_shift. -:bob8506 :does :work_related_task. -:bob8506 :does :log_off_at_end_of_shift. -:carol8506 :does :access_social_media. -:alice8507 :does :log_off_at_end_of_shift. -:bob8507 :does :work_related_task. -:bob8507 :does :log_off_at_end_of_shift. -:carol8507 :does :access_social_media. -:alice8508 :does :log_off_at_end_of_shift. -:bob8508 :does :work_related_task. -:bob8508 :does :log_off_at_end_of_shift. -:carol8508 :does :access_social_media. -:alice8509 :does :log_off_at_end_of_shift. -:bob8509 :does :work_related_task. -:bob8509 :does :log_off_at_end_of_shift. -:carol8509 :does :access_social_media. -:alice8510 :does :log_off_at_end_of_shift. -:bob8510 :does :work_related_task. -:bob8510 :does :log_off_at_end_of_shift. -:carol8510 :does :access_social_media. -:alice8511 :does :log_off_at_end_of_shift. -:bob8511 :does :work_related_task. -:bob8511 :does :log_off_at_end_of_shift. -:carol8511 :does :access_social_media. -:alice8512 :does :log_off_at_end_of_shift. -:bob8512 :does :work_related_task. -:bob8512 :does :log_off_at_end_of_shift. -:carol8512 :does :access_social_media. -:alice8513 :does :log_off_at_end_of_shift. -:bob8513 :does :work_related_task. -:bob8513 :does :log_off_at_end_of_shift. -:carol8513 :does :access_social_media. -:alice8514 :does :log_off_at_end_of_shift. -:bob8514 :does :work_related_task. -:bob8514 :does :log_off_at_end_of_shift. -:carol8514 :does :access_social_media. -:alice8515 :does :log_off_at_end_of_shift. -:bob8515 :does :work_related_task. -:bob8515 :does :log_off_at_end_of_shift. -:carol8515 :does :access_social_media. -:alice8516 :does :log_off_at_end_of_shift. -:bob8516 :does :work_related_task. -:bob8516 :does :log_off_at_end_of_shift. -:carol8516 :does :access_social_media. -:alice8517 :does :log_off_at_end_of_shift. -:bob8517 :does :work_related_task. -:bob8517 :does :log_off_at_end_of_shift. -:carol8517 :does :access_social_media. -:alice8518 :does :log_off_at_end_of_shift. -:bob8518 :does :work_related_task. -:bob8518 :does :log_off_at_end_of_shift. -:carol8518 :does :access_social_media. -:alice8519 :does :log_off_at_end_of_shift. -:bob8519 :does :work_related_task. -:bob8519 :does :log_off_at_end_of_shift. -:carol8519 :does :access_social_media. -:alice8520 :does :log_off_at_end_of_shift. -:bob8520 :does :work_related_task. -:bob8520 :does :log_off_at_end_of_shift. -:carol8520 :does :access_social_media. -:alice8521 :does :log_off_at_end_of_shift. -:bob8521 :does :work_related_task. -:bob8521 :does :log_off_at_end_of_shift. -:carol8521 :does :access_social_media. -:alice8522 :does :log_off_at_end_of_shift. -:bob8522 :does :work_related_task. -:bob8522 :does :log_off_at_end_of_shift. -:carol8522 :does :access_social_media. -:alice8523 :does :log_off_at_end_of_shift. -:bob8523 :does :work_related_task. -:bob8523 :does :log_off_at_end_of_shift. -:carol8523 :does :access_social_media. -:alice8524 :does :log_off_at_end_of_shift. -:bob8524 :does :work_related_task. -:bob8524 :does :log_off_at_end_of_shift. -:carol8524 :does :access_social_media. -:alice8525 :does :log_off_at_end_of_shift. -:bob8525 :does :work_related_task. -:bob8525 :does :log_off_at_end_of_shift. -:carol8525 :does :access_social_media. -:alice8526 :does :log_off_at_end_of_shift. -:bob8526 :does :work_related_task. -:bob8526 :does :log_off_at_end_of_shift. -:carol8526 :does :access_social_media. -:alice8527 :does :log_off_at_end_of_shift. -:bob8527 :does :work_related_task. -:bob8527 :does :log_off_at_end_of_shift. -:carol8527 :does :access_social_media. -:alice8528 :does :log_off_at_end_of_shift. -:bob8528 :does :work_related_task. -:bob8528 :does :log_off_at_end_of_shift. -:carol8528 :does :access_social_media. -:alice8529 :does :log_off_at_end_of_shift. -:bob8529 :does :work_related_task. -:bob8529 :does :log_off_at_end_of_shift. -:carol8529 :does :access_social_media. -:alice8530 :does :log_off_at_end_of_shift. -:bob8530 :does :work_related_task. -:bob8530 :does :log_off_at_end_of_shift. -:carol8530 :does :access_social_media. -:alice8531 :does :log_off_at_end_of_shift. -:bob8531 :does :work_related_task. -:bob8531 :does :log_off_at_end_of_shift. -:carol8531 :does :access_social_media. -:alice8532 :does :log_off_at_end_of_shift. -:bob8532 :does :work_related_task. -:bob8532 :does :log_off_at_end_of_shift. -:carol8532 :does :access_social_media. -:alice8533 :does :log_off_at_end_of_shift. -:bob8533 :does :work_related_task. -:bob8533 :does :log_off_at_end_of_shift. -:carol8533 :does :access_social_media. -:alice8534 :does :log_off_at_end_of_shift. -:bob8534 :does :work_related_task. -:bob8534 :does :log_off_at_end_of_shift. -:carol8534 :does :access_social_media. -:alice8535 :does :log_off_at_end_of_shift. -:bob8535 :does :work_related_task. -:bob8535 :does :log_off_at_end_of_shift. -:carol8535 :does :access_social_media. -:alice8536 :does :log_off_at_end_of_shift. -:bob8536 :does :work_related_task. -:bob8536 :does :log_off_at_end_of_shift. -:carol8536 :does :access_social_media. -:alice8537 :does :log_off_at_end_of_shift. -:bob8537 :does :work_related_task. -:bob8537 :does :log_off_at_end_of_shift. -:carol8537 :does :access_social_media. -:alice8538 :does :log_off_at_end_of_shift. -:bob8538 :does :work_related_task. -:bob8538 :does :log_off_at_end_of_shift. -:carol8538 :does :access_social_media. -:alice8539 :does :log_off_at_end_of_shift. -:bob8539 :does :work_related_task. -:bob8539 :does :log_off_at_end_of_shift. -:carol8539 :does :access_social_media. -:alice8540 :does :log_off_at_end_of_shift. -:bob8540 :does :work_related_task. -:bob8540 :does :log_off_at_end_of_shift. -:carol8540 :does :access_social_media. -:alice8541 :does :log_off_at_end_of_shift. -:bob8541 :does :work_related_task. -:bob8541 :does :log_off_at_end_of_shift. -:carol8541 :does :access_social_media. -:alice8542 :does :log_off_at_end_of_shift. -:bob8542 :does :work_related_task. -:bob8542 :does :log_off_at_end_of_shift. -:carol8542 :does :access_social_media. -:alice8543 :does :log_off_at_end_of_shift. -:bob8543 :does :work_related_task. -:bob8543 :does :log_off_at_end_of_shift. -:carol8543 :does :access_social_media. -:alice8544 :does :log_off_at_end_of_shift. -:bob8544 :does :work_related_task. -:bob8544 :does :log_off_at_end_of_shift. -:carol8544 :does :access_social_media. -:alice8545 :does :log_off_at_end_of_shift. -:bob8545 :does :work_related_task. -:bob8545 :does :log_off_at_end_of_shift. -:carol8545 :does :access_social_media. -:alice8546 :does :log_off_at_end_of_shift. -:bob8546 :does :work_related_task. -:bob8546 :does :log_off_at_end_of_shift. -:carol8546 :does :access_social_media. -:alice8547 :does :log_off_at_end_of_shift. -:bob8547 :does :work_related_task. -:bob8547 :does :log_off_at_end_of_shift. -:carol8547 :does :access_social_media. -:alice8548 :does :log_off_at_end_of_shift. -:bob8548 :does :work_related_task. -:bob8548 :does :log_off_at_end_of_shift. -:carol8548 :does :access_social_media. -:alice8549 :does :log_off_at_end_of_shift. -:bob8549 :does :work_related_task. -:bob8549 :does :log_off_at_end_of_shift. -:carol8549 :does :access_social_media. -:alice8550 :does :log_off_at_end_of_shift. -:bob8550 :does :work_related_task. -:bob8550 :does :log_off_at_end_of_shift. -:carol8550 :does :access_social_media. -:alice8551 :does :log_off_at_end_of_shift. -:bob8551 :does :work_related_task. -:bob8551 :does :log_off_at_end_of_shift. -:carol8551 :does :access_social_media. -:alice8552 :does :log_off_at_end_of_shift. -:bob8552 :does :work_related_task. -:bob8552 :does :log_off_at_end_of_shift. -:carol8552 :does :access_social_media. -:alice8553 :does :log_off_at_end_of_shift. -:bob8553 :does :work_related_task. -:bob8553 :does :log_off_at_end_of_shift. -:carol8553 :does :access_social_media. -:alice8554 :does :log_off_at_end_of_shift. -:bob8554 :does :work_related_task. -:bob8554 :does :log_off_at_end_of_shift. -:carol8554 :does :access_social_media. -:alice8555 :does :log_off_at_end_of_shift. -:bob8555 :does :work_related_task. -:bob8555 :does :log_off_at_end_of_shift. -:carol8555 :does :access_social_media. -:alice8556 :does :log_off_at_end_of_shift. -:bob8556 :does :work_related_task. -:bob8556 :does :log_off_at_end_of_shift. -:carol8556 :does :access_social_media. -:alice8557 :does :log_off_at_end_of_shift. -:bob8557 :does :work_related_task. -:bob8557 :does :log_off_at_end_of_shift. -:carol8557 :does :access_social_media. -:alice8558 :does :log_off_at_end_of_shift. -:bob8558 :does :work_related_task. -:bob8558 :does :log_off_at_end_of_shift. -:carol8558 :does :access_social_media. -:alice8559 :does :log_off_at_end_of_shift. -:bob8559 :does :work_related_task. -:bob8559 :does :log_off_at_end_of_shift. -:carol8559 :does :access_social_media. -:alice8560 :does :log_off_at_end_of_shift. -:bob8560 :does :work_related_task. -:bob8560 :does :log_off_at_end_of_shift. -:carol8560 :does :access_social_media. -:alice8561 :does :log_off_at_end_of_shift. -:bob8561 :does :work_related_task. -:bob8561 :does :log_off_at_end_of_shift. -:carol8561 :does :access_social_media. -:alice8562 :does :log_off_at_end_of_shift. -:bob8562 :does :work_related_task. -:bob8562 :does :log_off_at_end_of_shift. -:carol8562 :does :access_social_media. -:alice8563 :does :log_off_at_end_of_shift. -:bob8563 :does :work_related_task. -:bob8563 :does :log_off_at_end_of_shift. -:carol8563 :does :access_social_media. -:alice8564 :does :log_off_at_end_of_shift. -:bob8564 :does :work_related_task. -:bob8564 :does :log_off_at_end_of_shift. -:carol8564 :does :access_social_media. -:alice8565 :does :log_off_at_end_of_shift. -:bob8565 :does :work_related_task. -:bob8565 :does :log_off_at_end_of_shift. -:carol8565 :does :access_social_media. -:alice8566 :does :log_off_at_end_of_shift. -:bob8566 :does :work_related_task. -:bob8566 :does :log_off_at_end_of_shift. -:carol8566 :does :access_social_media. -:alice8567 :does :log_off_at_end_of_shift. -:bob8567 :does :work_related_task. -:bob8567 :does :log_off_at_end_of_shift. -:carol8567 :does :access_social_media. -:alice8568 :does :log_off_at_end_of_shift. -:bob8568 :does :work_related_task. -:bob8568 :does :log_off_at_end_of_shift. -:carol8568 :does :access_social_media. -:alice8569 :does :log_off_at_end_of_shift. -:bob8569 :does :work_related_task. -:bob8569 :does :log_off_at_end_of_shift. -:carol8569 :does :access_social_media. -:alice8570 :does :log_off_at_end_of_shift. -:bob8570 :does :work_related_task. -:bob8570 :does :log_off_at_end_of_shift. -:carol8570 :does :access_social_media. -:alice8571 :does :log_off_at_end_of_shift. -:bob8571 :does :work_related_task. -:bob8571 :does :log_off_at_end_of_shift. -:carol8571 :does :access_social_media. -:alice8572 :does :log_off_at_end_of_shift. -:bob8572 :does :work_related_task. -:bob8572 :does :log_off_at_end_of_shift. -:carol8572 :does :access_social_media. -:alice8573 :does :log_off_at_end_of_shift. -:bob8573 :does :work_related_task. -:bob8573 :does :log_off_at_end_of_shift. -:carol8573 :does :access_social_media. -:alice8574 :does :log_off_at_end_of_shift. -:bob8574 :does :work_related_task. -:bob8574 :does :log_off_at_end_of_shift. -:carol8574 :does :access_social_media. -:alice8575 :does :log_off_at_end_of_shift. -:bob8575 :does :work_related_task. -:bob8575 :does :log_off_at_end_of_shift. -:carol8575 :does :access_social_media. -:alice8576 :does :log_off_at_end_of_shift. -:bob8576 :does :work_related_task. -:bob8576 :does :log_off_at_end_of_shift. -:carol8576 :does :access_social_media. -:alice8577 :does :log_off_at_end_of_shift. -:bob8577 :does :work_related_task. -:bob8577 :does :log_off_at_end_of_shift. -:carol8577 :does :access_social_media. -:alice8578 :does :log_off_at_end_of_shift. -:bob8578 :does :work_related_task. -:bob8578 :does :log_off_at_end_of_shift. -:carol8578 :does :access_social_media. -:alice8579 :does :log_off_at_end_of_shift. -:bob8579 :does :work_related_task. -:bob8579 :does :log_off_at_end_of_shift. -:carol8579 :does :access_social_media. -:alice8580 :does :log_off_at_end_of_shift. -:bob8580 :does :work_related_task. -:bob8580 :does :log_off_at_end_of_shift. -:carol8580 :does :access_social_media. -:alice8581 :does :log_off_at_end_of_shift. -:bob8581 :does :work_related_task. -:bob8581 :does :log_off_at_end_of_shift. -:carol8581 :does :access_social_media. -:alice8582 :does :log_off_at_end_of_shift. -:bob8582 :does :work_related_task. -:bob8582 :does :log_off_at_end_of_shift. -:carol8582 :does :access_social_media. -:alice8583 :does :log_off_at_end_of_shift. -:bob8583 :does :work_related_task. -:bob8583 :does :log_off_at_end_of_shift. -:carol8583 :does :access_social_media. -:alice8584 :does :log_off_at_end_of_shift. -:bob8584 :does :work_related_task. -:bob8584 :does :log_off_at_end_of_shift. -:carol8584 :does :access_social_media. -:alice8585 :does :log_off_at_end_of_shift. -:bob8585 :does :work_related_task. -:bob8585 :does :log_off_at_end_of_shift. -:carol8585 :does :access_social_media. -:alice8586 :does :log_off_at_end_of_shift. -:bob8586 :does :work_related_task. -:bob8586 :does :log_off_at_end_of_shift. -:carol8586 :does :access_social_media. -:alice8587 :does :log_off_at_end_of_shift. -:bob8587 :does :work_related_task. -:bob8587 :does :log_off_at_end_of_shift. -:carol8587 :does :access_social_media. -:alice8588 :does :log_off_at_end_of_shift. -:bob8588 :does :work_related_task. -:bob8588 :does :log_off_at_end_of_shift. -:carol8588 :does :access_social_media. -:alice8589 :does :log_off_at_end_of_shift. -:bob8589 :does :work_related_task. -:bob8589 :does :log_off_at_end_of_shift. -:carol8589 :does :access_social_media. -:alice8590 :does :log_off_at_end_of_shift. -:bob8590 :does :work_related_task. -:bob8590 :does :log_off_at_end_of_shift. -:carol8590 :does :access_social_media. -:alice8591 :does :log_off_at_end_of_shift. -:bob8591 :does :work_related_task. -:bob8591 :does :log_off_at_end_of_shift. -:carol8591 :does :access_social_media. -:alice8592 :does :log_off_at_end_of_shift. -:bob8592 :does :work_related_task. -:bob8592 :does :log_off_at_end_of_shift. -:carol8592 :does :access_social_media. -:alice8593 :does :log_off_at_end_of_shift. -:bob8593 :does :work_related_task. -:bob8593 :does :log_off_at_end_of_shift. -:carol8593 :does :access_social_media. -:alice8594 :does :log_off_at_end_of_shift. -:bob8594 :does :work_related_task. -:bob8594 :does :log_off_at_end_of_shift. -:carol8594 :does :access_social_media. -:alice8595 :does :log_off_at_end_of_shift. -:bob8595 :does :work_related_task. -:bob8595 :does :log_off_at_end_of_shift. -:carol8595 :does :access_social_media. -:alice8596 :does :log_off_at_end_of_shift. -:bob8596 :does :work_related_task. -:bob8596 :does :log_off_at_end_of_shift. -:carol8596 :does :access_social_media. -:alice8597 :does :log_off_at_end_of_shift. -:bob8597 :does :work_related_task. -:bob8597 :does :log_off_at_end_of_shift. -:carol8597 :does :access_social_media. -:alice8598 :does :log_off_at_end_of_shift. -:bob8598 :does :work_related_task. -:bob8598 :does :log_off_at_end_of_shift. -:carol8598 :does :access_social_media. -:alice8599 :does :log_off_at_end_of_shift. -:bob8599 :does :work_related_task. -:bob8599 :does :log_off_at_end_of_shift. -:carol8599 :does :access_social_media. -:alice8600 :does :log_off_at_end_of_shift. -:bob8600 :does :work_related_task. -:bob8600 :does :log_off_at_end_of_shift. -:carol8600 :does :access_social_media. -:alice8601 :does :log_off_at_end_of_shift. -:bob8601 :does :work_related_task. -:bob8601 :does :log_off_at_end_of_shift. -:carol8601 :does :access_social_media. -:alice8602 :does :log_off_at_end_of_shift. -:bob8602 :does :work_related_task. -:bob8602 :does :log_off_at_end_of_shift. -:carol8602 :does :access_social_media. -:alice8603 :does :log_off_at_end_of_shift. -:bob8603 :does :work_related_task. -:bob8603 :does :log_off_at_end_of_shift. -:carol8603 :does :access_social_media. -:alice8604 :does :log_off_at_end_of_shift. -:bob8604 :does :work_related_task. -:bob8604 :does :log_off_at_end_of_shift. -:carol8604 :does :access_social_media. -:alice8605 :does :log_off_at_end_of_shift. -:bob8605 :does :work_related_task. -:bob8605 :does :log_off_at_end_of_shift. -:carol8605 :does :access_social_media. -:alice8606 :does :log_off_at_end_of_shift. -:bob8606 :does :work_related_task. -:bob8606 :does :log_off_at_end_of_shift. -:carol8606 :does :access_social_media. -:alice8607 :does :log_off_at_end_of_shift. -:bob8607 :does :work_related_task. -:bob8607 :does :log_off_at_end_of_shift. -:carol8607 :does :access_social_media. -:alice8608 :does :log_off_at_end_of_shift. -:bob8608 :does :work_related_task. -:bob8608 :does :log_off_at_end_of_shift. -:carol8608 :does :access_social_media. -:alice8609 :does :log_off_at_end_of_shift. -:bob8609 :does :work_related_task. -:bob8609 :does :log_off_at_end_of_shift. -:carol8609 :does :access_social_media. -:alice8610 :does :log_off_at_end_of_shift. -:bob8610 :does :work_related_task. -:bob8610 :does :log_off_at_end_of_shift. -:carol8610 :does :access_social_media. -:alice8611 :does :log_off_at_end_of_shift. -:bob8611 :does :work_related_task. -:bob8611 :does :log_off_at_end_of_shift. -:carol8611 :does :access_social_media. -:alice8612 :does :log_off_at_end_of_shift. -:bob8612 :does :work_related_task. -:bob8612 :does :log_off_at_end_of_shift. -:carol8612 :does :access_social_media. -:alice8613 :does :log_off_at_end_of_shift. -:bob8613 :does :work_related_task. -:bob8613 :does :log_off_at_end_of_shift. -:carol8613 :does :access_social_media. -:alice8614 :does :log_off_at_end_of_shift. -:bob8614 :does :work_related_task. -:bob8614 :does :log_off_at_end_of_shift. -:carol8614 :does :access_social_media. -:alice8615 :does :log_off_at_end_of_shift. -:bob8615 :does :work_related_task. -:bob8615 :does :log_off_at_end_of_shift. -:carol8615 :does :access_social_media. -:alice8616 :does :log_off_at_end_of_shift. -:bob8616 :does :work_related_task. -:bob8616 :does :log_off_at_end_of_shift. -:carol8616 :does :access_social_media. -:alice8617 :does :log_off_at_end_of_shift. -:bob8617 :does :work_related_task. -:bob8617 :does :log_off_at_end_of_shift. -:carol8617 :does :access_social_media. -:alice8618 :does :log_off_at_end_of_shift. -:bob8618 :does :work_related_task. -:bob8618 :does :log_off_at_end_of_shift. -:carol8618 :does :access_social_media. -:alice8619 :does :log_off_at_end_of_shift. -:bob8619 :does :work_related_task. -:bob8619 :does :log_off_at_end_of_shift. -:carol8619 :does :access_social_media. -:alice8620 :does :log_off_at_end_of_shift. -:bob8620 :does :work_related_task. -:bob8620 :does :log_off_at_end_of_shift. -:carol8620 :does :access_social_media. -:alice8621 :does :log_off_at_end_of_shift. -:bob8621 :does :work_related_task. -:bob8621 :does :log_off_at_end_of_shift. -:carol8621 :does :access_social_media. -:alice8622 :does :log_off_at_end_of_shift. -:bob8622 :does :work_related_task. -:bob8622 :does :log_off_at_end_of_shift. -:carol8622 :does :access_social_media. -:alice8623 :does :log_off_at_end_of_shift. -:bob8623 :does :work_related_task. -:bob8623 :does :log_off_at_end_of_shift. -:carol8623 :does :access_social_media. -:alice8624 :does :log_off_at_end_of_shift. -:bob8624 :does :work_related_task. -:bob8624 :does :log_off_at_end_of_shift. -:carol8624 :does :access_social_media. -:alice8625 :does :log_off_at_end_of_shift. -:bob8625 :does :work_related_task. -:bob8625 :does :log_off_at_end_of_shift. -:carol8625 :does :access_social_media. -:alice8626 :does :log_off_at_end_of_shift. -:bob8626 :does :work_related_task. -:bob8626 :does :log_off_at_end_of_shift. -:carol8626 :does :access_social_media. -:alice8627 :does :log_off_at_end_of_shift. -:bob8627 :does :work_related_task. -:bob8627 :does :log_off_at_end_of_shift. -:carol8627 :does :access_social_media. -:alice8628 :does :log_off_at_end_of_shift. -:bob8628 :does :work_related_task. -:bob8628 :does :log_off_at_end_of_shift. -:carol8628 :does :access_social_media. -:alice8629 :does :log_off_at_end_of_shift. -:bob8629 :does :work_related_task. -:bob8629 :does :log_off_at_end_of_shift. -:carol8629 :does :access_social_media. -:alice8630 :does :log_off_at_end_of_shift. -:bob8630 :does :work_related_task. -:bob8630 :does :log_off_at_end_of_shift. -:carol8630 :does :access_social_media. -:alice8631 :does :log_off_at_end_of_shift. -:bob8631 :does :work_related_task. -:bob8631 :does :log_off_at_end_of_shift. -:carol8631 :does :access_social_media. -:alice8632 :does :log_off_at_end_of_shift. -:bob8632 :does :work_related_task. -:bob8632 :does :log_off_at_end_of_shift. -:carol8632 :does :access_social_media. -:alice8633 :does :log_off_at_end_of_shift. -:bob8633 :does :work_related_task. -:bob8633 :does :log_off_at_end_of_shift. -:carol8633 :does :access_social_media. -:alice8634 :does :log_off_at_end_of_shift. -:bob8634 :does :work_related_task. -:bob8634 :does :log_off_at_end_of_shift. -:carol8634 :does :access_social_media. -:alice8635 :does :log_off_at_end_of_shift. -:bob8635 :does :work_related_task. -:bob8635 :does :log_off_at_end_of_shift. -:carol8635 :does :access_social_media. -:alice8636 :does :log_off_at_end_of_shift. -:bob8636 :does :work_related_task. -:bob8636 :does :log_off_at_end_of_shift. -:carol8636 :does :access_social_media. -:alice8637 :does :log_off_at_end_of_shift. -:bob8637 :does :work_related_task. -:bob8637 :does :log_off_at_end_of_shift. -:carol8637 :does :access_social_media. -:alice8638 :does :log_off_at_end_of_shift. -:bob8638 :does :work_related_task. -:bob8638 :does :log_off_at_end_of_shift. -:carol8638 :does :access_social_media. -:alice8639 :does :log_off_at_end_of_shift. -:bob8639 :does :work_related_task. -:bob8639 :does :log_off_at_end_of_shift. -:carol8639 :does :access_social_media. -:alice8640 :does :log_off_at_end_of_shift. -:bob8640 :does :work_related_task. -:bob8640 :does :log_off_at_end_of_shift. -:carol8640 :does :access_social_media. -:alice8641 :does :log_off_at_end_of_shift. -:bob8641 :does :work_related_task. -:bob8641 :does :log_off_at_end_of_shift. -:carol8641 :does :access_social_media. -:alice8642 :does :log_off_at_end_of_shift. -:bob8642 :does :work_related_task. -:bob8642 :does :log_off_at_end_of_shift. -:carol8642 :does :access_social_media. -:alice8643 :does :log_off_at_end_of_shift. -:bob8643 :does :work_related_task. -:bob8643 :does :log_off_at_end_of_shift. -:carol8643 :does :access_social_media. -:alice8644 :does :log_off_at_end_of_shift. -:bob8644 :does :work_related_task. -:bob8644 :does :log_off_at_end_of_shift. -:carol8644 :does :access_social_media. -:alice8645 :does :log_off_at_end_of_shift. -:bob8645 :does :work_related_task. -:bob8645 :does :log_off_at_end_of_shift. -:carol8645 :does :access_social_media. -:alice8646 :does :log_off_at_end_of_shift. -:bob8646 :does :work_related_task. -:bob8646 :does :log_off_at_end_of_shift. -:carol8646 :does :access_social_media. -:alice8647 :does :log_off_at_end_of_shift. -:bob8647 :does :work_related_task. -:bob8647 :does :log_off_at_end_of_shift. -:carol8647 :does :access_social_media. -:alice8648 :does :log_off_at_end_of_shift. -:bob8648 :does :work_related_task. -:bob8648 :does :log_off_at_end_of_shift. -:carol8648 :does :access_social_media. -:alice8649 :does :log_off_at_end_of_shift. -:bob8649 :does :work_related_task. -:bob8649 :does :log_off_at_end_of_shift. -:carol8649 :does :access_social_media. -:alice8650 :does :log_off_at_end_of_shift. -:bob8650 :does :work_related_task. -:bob8650 :does :log_off_at_end_of_shift. -:carol8650 :does :access_social_media. -:alice8651 :does :log_off_at_end_of_shift. -:bob8651 :does :work_related_task. -:bob8651 :does :log_off_at_end_of_shift. -:carol8651 :does :access_social_media. -:alice8652 :does :log_off_at_end_of_shift. -:bob8652 :does :work_related_task. -:bob8652 :does :log_off_at_end_of_shift. -:carol8652 :does :access_social_media. -:alice8653 :does :log_off_at_end_of_shift. -:bob8653 :does :work_related_task. -:bob8653 :does :log_off_at_end_of_shift. -:carol8653 :does :access_social_media. -:alice8654 :does :log_off_at_end_of_shift. -:bob8654 :does :work_related_task. -:bob8654 :does :log_off_at_end_of_shift. -:carol8654 :does :access_social_media. -:alice8655 :does :log_off_at_end_of_shift. -:bob8655 :does :work_related_task. -:bob8655 :does :log_off_at_end_of_shift. -:carol8655 :does :access_social_media. -:alice8656 :does :log_off_at_end_of_shift. -:bob8656 :does :work_related_task. -:bob8656 :does :log_off_at_end_of_shift. -:carol8656 :does :access_social_media. -:alice8657 :does :log_off_at_end_of_shift. -:bob8657 :does :work_related_task. -:bob8657 :does :log_off_at_end_of_shift. -:carol8657 :does :access_social_media. -:alice8658 :does :log_off_at_end_of_shift. -:bob8658 :does :work_related_task. -:bob8658 :does :log_off_at_end_of_shift. -:carol8658 :does :access_social_media. -:alice8659 :does :log_off_at_end_of_shift. -:bob8659 :does :work_related_task. -:bob8659 :does :log_off_at_end_of_shift. -:carol8659 :does :access_social_media. -:alice8660 :does :log_off_at_end_of_shift. -:bob8660 :does :work_related_task. -:bob8660 :does :log_off_at_end_of_shift. -:carol8660 :does :access_social_media. -:alice8661 :does :log_off_at_end_of_shift. -:bob8661 :does :work_related_task. -:bob8661 :does :log_off_at_end_of_shift. -:carol8661 :does :access_social_media. -:alice8662 :does :log_off_at_end_of_shift. -:bob8662 :does :work_related_task. -:bob8662 :does :log_off_at_end_of_shift. -:carol8662 :does :access_social_media. -:alice8663 :does :log_off_at_end_of_shift. -:bob8663 :does :work_related_task. -:bob8663 :does :log_off_at_end_of_shift. -:carol8663 :does :access_social_media. -:alice8664 :does :log_off_at_end_of_shift. -:bob8664 :does :work_related_task. -:bob8664 :does :log_off_at_end_of_shift. -:carol8664 :does :access_social_media. -:alice8665 :does :log_off_at_end_of_shift. -:bob8665 :does :work_related_task. -:bob8665 :does :log_off_at_end_of_shift. -:carol8665 :does :access_social_media. -:alice8666 :does :log_off_at_end_of_shift. -:bob8666 :does :work_related_task. -:bob8666 :does :log_off_at_end_of_shift. -:carol8666 :does :access_social_media. -:alice8667 :does :log_off_at_end_of_shift. -:bob8667 :does :work_related_task. -:bob8667 :does :log_off_at_end_of_shift. -:carol8667 :does :access_social_media. -:alice8668 :does :log_off_at_end_of_shift. -:bob8668 :does :work_related_task. -:bob8668 :does :log_off_at_end_of_shift. -:carol8668 :does :access_social_media. -:alice8669 :does :log_off_at_end_of_shift. -:bob8669 :does :work_related_task. -:bob8669 :does :log_off_at_end_of_shift. -:carol8669 :does :access_social_media. -:alice8670 :does :log_off_at_end_of_shift. -:bob8670 :does :work_related_task. -:bob8670 :does :log_off_at_end_of_shift. -:carol8670 :does :access_social_media. -:alice8671 :does :log_off_at_end_of_shift. -:bob8671 :does :work_related_task. -:bob8671 :does :log_off_at_end_of_shift. -:carol8671 :does :access_social_media. -:alice8672 :does :log_off_at_end_of_shift. -:bob8672 :does :work_related_task. -:bob8672 :does :log_off_at_end_of_shift. -:carol8672 :does :access_social_media. -:alice8673 :does :log_off_at_end_of_shift. -:bob8673 :does :work_related_task. -:bob8673 :does :log_off_at_end_of_shift. -:carol8673 :does :access_social_media. -:alice8674 :does :log_off_at_end_of_shift. -:bob8674 :does :work_related_task. -:bob8674 :does :log_off_at_end_of_shift. -:carol8674 :does :access_social_media. -:alice8675 :does :log_off_at_end_of_shift. -:bob8675 :does :work_related_task. -:bob8675 :does :log_off_at_end_of_shift. -:carol8675 :does :access_social_media. -:alice8676 :does :log_off_at_end_of_shift. -:bob8676 :does :work_related_task. -:bob8676 :does :log_off_at_end_of_shift. -:carol8676 :does :access_social_media. -:alice8677 :does :log_off_at_end_of_shift. -:bob8677 :does :work_related_task. -:bob8677 :does :log_off_at_end_of_shift. -:carol8677 :does :access_social_media. -:alice8678 :does :log_off_at_end_of_shift. -:bob8678 :does :work_related_task. -:bob8678 :does :log_off_at_end_of_shift. -:carol8678 :does :access_social_media. -:alice8679 :does :log_off_at_end_of_shift. -:bob8679 :does :work_related_task. -:bob8679 :does :log_off_at_end_of_shift. -:carol8679 :does :access_social_media. -:alice8680 :does :log_off_at_end_of_shift. -:bob8680 :does :work_related_task. -:bob8680 :does :log_off_at_end_of_shift. -:carol8680 :does :access_social_media. -:alice8681 :does :log_off_at_end_of_shift. -:bob8681 :does :work_related_task. -:bob8681 :does :log_off_at_end_of_shift. -:carol8681 :does :access_social_media. -:alice8682 :does :log_off_at_end_of_shift. -:bob8682 :does :work_related_task. -:bob8682 :does :log_off_at_end_of_shift. -:carol8682 :does :access_social_media. -:alice8683 :does :log_off_at_end_of_shift. -:bob8683 :does :work_related_task. -:bob8683 :does :log_off_at_end_of_shift. -:carol8683 :does :access_social_media. -:alice8684 :does :log_off_at_end_of_shift. -:bob8684 :does :work_related_task. -:bob8684 :does :log_off_at_end_of_shift. -:carol8684 :does :access_social_media. -:alice8685 :does :log_off_at_end_of_shift. -:bob8685 :does :work_related_task. -:bob8685 :does :log_off_at_end_of_shift. -:carol8685 :does :access_social_media. -:alice8686 :does :log_off_at_end_of_shift. -:bob8686 :does :work_related_task. -:bob8686 :does :log_off_at_end_of_shift. -:carol8686 :does :access_social_media. -:alice8687 :does :log_off_at_end_of_shift. -:bob8687 :does :work_related_task. -:bob8687 :does :log_off_at_end_of_shift. -:carol8687 :does :access_social_media. -:alice8688 :does :log_off_at_end_of_shift. -:bob8688 :does :work_related_task. -:bob8688 :does :log_off_at_end_of_shift. -:carol8688 :does :access_social_media. -:alice8689 :does :log_off_at_end_of_shift. -:bob8689 :does :work_related_task. -:bob8689 :does :log_off_at_end_of_shift. -:carol8689 :does :access_social_media. -:alice8690 :does :log_off_at_end_of_shift. -:bob8690 :does :work_related_task. -:bob8690 :does :log_off_at_end_of_shift. -:carol8690 :does :access_social_media. -:alice8691 :does :log_off_at_end_of_shift. -:bob8691 :does :work_related_task. -:bob8691 :does :log_off_at_end_of_shift. -:carol8691 :does :access_social_media. -:alice8692 :does :log_off_at_end_of_shift. -:bob8692 :does :work_related_task. -:bob8692 :does :log_off_at_end_of_shift. -:carol8692 :does :access_social_media. -:alice8693 :does :log_off_at_end_of_shift. -:bob8693 :does :work_related_task. -:bob8693 :does :log_off_at_end_of_shift. -:carol8693 :does :access_social_media. -:alice8694 :does :log_off_at_end_of_shift. -:bob8694 :does :work_related_task. -:bob8694 :does :log_off_at_end_of_shift. -:carol8694 :does :access_social_media. -:alice8695 :does :log_off_at_end_of_shift. -:bob8695 :does :work_related_task. -:bob8695 :does :log_off_at_end_of_shift. -:carol8695 :does :access_social_media. -:alice8696 :does :log_off_at_end_of_shift. -:bob8696 :does :work_related_task. -:bob8696 :does :log_off_at_end_of_shift. -:carol8696 :does :access_social_media. -:alice8697 :does :log_off_at_end_of_shift. -:bob8697 :does :work_related_task. -:bob8697 :does :log_off_at_end_of_shift. -:carol8697 :does :access_social_media. -:alice8698 :does :log_off_at_end_of_shift. -:bob8698 :does :work_related_task. -:bob8698 :does :log_off_at_end_of_shift. -:carol8698 :does :access_social_media. -:alice8699 :does :log_off_at_end_of_shift. -:bob8699 :does :work_related_task. -:bob8699 :does :log_off_at_end_of_shift. -:carol8699 :does :access_social_media. -:alice8700 :does :log_off_at_end_of_shift. -:bob8700 :does :work_related_task. -:bob8700 :does :log_off_at_end_of_shift. -:carol8700 :does :access_social_media. -:alice8701 :does :log_off_at_end_of_shift. -:bob8701 :does :work_related_task. -:bob8701 :does :log_off_at_end_of_shift. -:carol8701 :does :access_social_media. -:alice8702 :does :log_off_at_end_of_shift. -:bob8702 :does :work_related_task. -:bob8702 :does :log_off_at_end_of_shift. -:carol8702 :does :access_social_media. -:alice8703 :does :log_off_at_end_of_shift. -:bob8703 :does :work_related_task. -:bob8703 :does :log_off_at_end_of_shift. -:carol8703 :does :access_social_media. -:alice8704 :does :log_off_at_end_of_shift. -:bob8704 :does :work_related_task. -:bob8704 :does :log_off_at_end_of_shift. -:carol8704 :does :access_social_media. -:alice8705 :does :log_off_at_end_of_shift. -:bob8705 :does :work_related_task. -:bob8705 :does :log_off_at_end_of_shift. -:carol8705 :does :access_social_media. -:alice8706 :does :log_off_at_end_of_shift. -:bob8706 :does :work_related_task. -:bob8706 :does :log_off_at_end_of_shift. -:carol8706 :does :access_social_media. -:alice8707 :does :log_off_at_end_of_shift. -:bob8707 :does :work_related_task. -:bob8707 :does :log_off_at_end_of_shift. -:carol8707 :does :access_social_media. -:alice8708 :does :log_off_at_end_of_shift. -:bob8708 :does :work_related_task. -:bob8708 :does :log_off_at_end_of_shift. -:carol8708 :does :access_social_media. -:alice8709 :does :log_off_at_end_of_shift. -:bob8709 :does :work_related_task. -:bob8709 :does :log_off_at_end_of_shift. -:carol8709 :does :access_social_media. -:alice8710 :does :log_off_at_end_of_shift. -:bob8710 :does :work_related_task. -:bob8710 :does :log_off_at_end_of_shift. -:carol8710 :does :access_social_media. -:alice8711 :does :log_off_at_end_of_shift. -:bob8711 :does :work_related_task. -:bob8711 :does :log_off_at_end_of_shift. -:carol8711 :does :access_social_media. -:alice8712 :does :log_off_at_end_of_shift. -:bob8712 :does :work_related_task. -:bob8712 :does :log_off_at_end_of_shift. -:carol8712 :does :access_social_media. -:alice8713 :does :log_off_at_end_of_shift. -:bob8713 :does :work_related_task. -:bob8713 :does :log_off_at_end_of_shift. -:carol8713 :does :access_social_media. -:alice8714 :does :log_off_at_end_of_shift. -:bob8714 :does :work_related_task. -:bob8714 :does :log_off_at_end_of_shift. -:carol8714 :does :access_social_media. -:alice8715 :does :log_off_at_end_of_shift. -:bob8715 :does :work_related_task. -:bob8715 :does :log_off_at_end_of_shift. -:carol8715 :does :access_social_media. -:alice8716 :does :log_off_at_end_of_shift. -:bob8716 :does :work_related_task. -:bob8716 :does :log_off_at_end_of_shift. -:carol8716 :does :access_social_media. -:alice8717 :does :log_off_at_end_of_shift. -:bob8717 :does :work_related_task. -:bob8717 :does :log_off_at_end_of_shift. -:carol8717 :does :access_social_media. -:alice8718 :does :log_off_at_end_of_shift. -:bob8718 :does :work_related_task. -:bob8718 :does :log_off_at_end_of_shift. -:carol8718 :does :access_social_media. -:alice8719 :does :log_off_at_end_of_shift. -:bob8719 :does :work_related_task. -:bob8719 :does :log_off_at_end_of_shift. -:carol8719 :does :access_social_media. -:alice8720 :does :log_off_at_end_of_shift. -:bob8720 :does :work_related_task. -:bob8720 :does :log_off_at_end_of_shift. -:carol8720 :does :access_social_media. -:alice8721 :does :log_off_at_end_of_shift. -:bob8721 :does :work_related_task. -:bob8721 :does :log_off_at_end_of_shift. -:carol8721 :does :access_social_media. -:alice8722 :does :log_off_at_end_of_shift. -:bob8722 :does :work_related_task. -:bob8722 :does :log_off_at_end_of_shift. -:carol8722 :does :access_social_media. -:alice8723 :does :log_off_at_end_of_shift. -:bob8723 :does :work_related_task. -:bob8723 :does :log_off_at_end_of_shift. -:carol8723 :does :access_social_media. -:alice8724 :does :log_off_at_end_of_shift. -:bob8724 :does :work_related_task. -:bob8724 :does :log_off_at_end_of_shift. -:carol8724 :does :access_social_media. -:alice8725 :does :log_off_at_end_of_shift. -:bob8725 :does :work_related_task. -:bob8725 :does :log_off_at_end_of_shift. -:carol8725 :does :access_social_media. -:alice8726 :does :log_off_at_end_of_shift. -:bob8726 :does :work_related_task. -:bob8726 :does :log_off_at_end_of_shift. -:carol8726 :does :access_social_media. -:alice8727 :does :log_off_at_end_of_shift. -:bob8727 :does :work_related_task. -:bob8727 :does :log_off_at_end_of_shift. -:carol8727 :does :access_social_media. -:alice8728 :does :log_off_at_end_of_shift. -:bob8728 :does :work_related_task. -:bob8728 :does :log_off_at_end_of_shift. -:carol8728 :does :access_social_media. -:alice8729 :does :log_off_at_end_of_shift. -:bob8729 :does :work_related_task. -:bob8729 :does :log_off_at_end_of_shift. -:carol8729 :does :access_social_media. -:alice8730 :does :log_off_at_end_of_shift. -:bob8730 :does :work_related_task. -:bob8730 :does :log_off_at_end_of_shift. -:carol8730 :does :access_social_media. -:alice8731 :does :log_off_at_end_of_shift. -:bob8731 :does :work_related_task. -:bob8731 :does :log_off_at_end_of_shift. -:carol8731 :does :access_social_media. -:alice8732 :does :log_off_at_end_of_shift. -:bob8732 :does :work_related_task. -:bob8732 :does :log_off_at_end_of_shift. -:carol8732 :does :access_social_media. -:alice8733 :does :log_off_at_end_of_shift. -:bob8733 :does :work_related_task. -:bob8733 :does :log_off_at_end_of_shift. -:carol8733 :does :access_social_media. -:alice8734 :does :log_off_at_end_of_shift. -:bob8734 :does :work_related_task. -:bob8734 :does :log_off_at_end_of_shift. -:carol8734 :does :access_social_media. -:alice8735 :does :log_off_at_end_of_shift. -:bob8735 :does :work_related_task. -:bob8735 :does :log_off_at_end_of_shift. -:carol8735 :does :access_social_media. -:alice8736 :does :log_off_at_end_of_shift. -:bob8736 :does :work_related_task. -:bob8736 :does :log_off_at_end_of_shift. -:carol8736 :does :access_social_media. -:alice8737 :does :log_off_at_end_of_shift. -:bob8737 :does :work_related_task. -:bob8737 :does :log_off_at_end_of_shift. -:carol8737 :does :access_social_media. -:alice8738 :does :log_off_at_end_of_shift. -:bob8738 :does :work_related_task. -:bob8738 :does :log_off_at_end_of_shift. -:carol8738 :does :access_social_media. -:alice8739 :does :log_off_at_end_of_shift. -:bob8739 :does :work_related_task. -:bob8739 :does :log_off_at_end_of_shift. -:carol8739 :does :access_social_media. -:alice8740 :does :log_off_at_end_of_shift. -:bob8740 :does :work_related_task. -:bob8740 :does :log_off_at_end_of_shift. -:carol8740 :does :access_social_media. -:alice8741 :does :log_off_at_end_of_shift. -:bob8741 :does :work_related_task. -:bob8741 :does :log_off_at_end_of_shift. -:carol8741 :does :access_social_media. -:alice8742 :does :log_off_at_end_of_shift. -:bob8742 :does :work_related_task. -:bob8742 :does :log_off_at_end_of_shift. -:carol8742 :does :access_social_media. -:alice8743 :does :log_off_at_end_of_shift. -:bob8743 :does :work_related_task. -:bob8743 :does :log_off_at_end_of_shift. -:carol8743 :does :access_social_media. -:alice8744 :does :log_off_at_end_of_shift. -:bob8744 :does :work_related_task. -:bob8744 :does :log_off_at_end_of_shift. -:carol8744 :does :access_social_media. -:alice8745 :does :log_off_at_end_of_shift. -:bob8745 :does :work_related_task. -:bob8745 :does :log_off_at_end_of_shift. -:carol8745 :does :access_social_media. -:alice8746 :does :log_off_at_end_of_shift. -:bob8746 :does :work_related_task. -:bob8746 :does :log_off_at_end_of_shift. -:carol8746 :does :access_social_media. -:alice8747 :does :log_off_at_end_of_shift. -:bob8747 :does :work_related_task. -:bob8747 :does :log_off_at_end_of_shift. -:carol8747 :does :access_social_media. -:alice8748 :does :log_off_at_end_of_shift. -:bob8748 :does :work_related_task. -:bob8748 :does :log_off_at_end_of_shift. -:carol8748 :does :access_social_media. -:alice8749 :does :log_off_at_end_of_shift. -:bob8749 :does :work_related_task. -:bob8749 :does :log_off_at_end_of_shift. -:carol8749 :does :access_social_media. -:alice8750 :does :log_off_at_end_of_shift. -:bob8750 :does :work_related_task. -:bob8750 :does :log_off_at_end_of_shift. -:carol8750 :does :access_social_media. -:alice8751 :does :log_off_at_end_of_shift. -:bob8751 :does :work_related_task. -:bob8751 :does :log_off_at_end_of_shift. -:carol8751 :does :access_social_media. -:alice8752 :does :log_off_at_end_of_shift. -:bob8752 :does :work_related_task. -:bob8752 :does :log_off_at_end_of_shift. -:carol8752 :does :access_social_media. -:alice8753 :does :log_off_at_end_of_shift. -:bob8753 :does :work_related_task. -:bob8753 :does :log_off_at_end_of_shift. -:carol8753 :does :access_social_media. -:alice8754 :does :log_off_at_end_of_shift. -:bob8754 :does :work_related_task. -:bob8754 :does :log_off_at_end_of_shift. -:carol8754 :does :access_social_media. -:alice8755 :does :log_off_at_end_of_shift. -:bob8755 :does :work_related_task. -:bob8755 :does :log_off_at_end_of_shift. -:carol8755 :does :access_social_media. -:alice8756 :does :log_off_at_end_of_shift. -:bob8756 :does :work_related_task. -:bob8756 :does :log_off_at_end_of_shift. -:carol8756 :does :access_social_media. -:alice8757 :does :log_off_at_end_of_shift. -:bob8757 :does :work_related_task. -:bob8757 :does :log_off_at_end_of_shift. -:carol8757 :does :access_social_media. -:alice8758 :does :log_off_at_end_of_shift. -:bob8758 :does :work_related_task. -:bob8758 :does :log_off_at_end_of_shift. -:carol8758 :does :access_social_media. -:alice8759 :does :log_off_at_end_of_shift. -:bob8759 :does :work_related_task. -:bob8759 :does :log_off_at_end_of_shift. -:carol8759 :does :access_social_media. -:alice8760 :does :log_off_at_end_of_shift. -:bob8760 :does :work_related_task. -:bob8760 :does :log_off_at_end_of_shift. -:carol8760 :does :access_social_media. -:alice8761 :does :log_off_at_end_of_shift. -:bob8761 :does :work_related_task. -:bob8761 :does :log_off_at_end_of_shift. -:carol8761 :does :access_social_media. -:alice8762 :does :log_off_at_end_of_shift. -:bob8762 :does :work_related_task. -:bob8762 :does :log_off_at_end_of_shift. -:carol8762 :does :access_social_media. -:alice8763 :does :log_off_at_end_of_shift. -:bob8763 :does :work_related_task. -:bob8763 :does :log_off_at_end_of_shift. -:carol8763 :does :access_social_media. -:alice8764 :does :log_off_at_end_of_shift. -:bob8764 :does :work_related_task. -:bob8764 :does :log_off_at_end_of_shift. -:carol8764 :does :access_social_media. -:alice8765 :does :log_off_at_end_of_shift. -:bob8765 :does :work_related_task. -:bob8765 :does :log_off_at_end_of_shift. -:carol8765 :does :access_social_media. -:alice8766 :does :log_off_at_end_of_shift. -:bob8766 :does :work_related_task. -:bob8766 :does :log_off_at_end_of_shift. -:carol8766 :does :access_social_media. -:alice8767 :does :log_off_at_end_of_shift. -:bob8767 :does :work_related_task. -:bob8767 :does :log_off_at_end_of_shift. -:carol8767 :does :access_social_media. -:alice8768 :does :log_off_at_end_of_shift. -:bob8768 :does :work_related_task. -:bob8768 :does :log_off_at_end_of_shift. -:carol8768 :does :access_social_media. -:alice8769 :does :log_off_at_end_of_shift. -:bob8769 :does :work_related_task. -:bob8769 :does :log_off_at_end_of_shift. -:carol8769 :does :access_social_media. -:alice8770 :does :log_off_at_end_of_shift. -:bob8770 :does :work_related_task. -:bob8770 :does :log_off_at_end_of_shift. -:carol8770 :does :access_social_media. -:alice8771 :does :log_off_at_end_of_shift. -:bob8771 :does :work_related_task. -:bob8771 :does :log_off_at_end_of_shift. -:carol8771 :does :access_social_media. -:alice8772 :does :log_off_at_end_of_shift. -:bob8772 :does :work_related_task. -:bob8772 :does :log_off_at_end_of_shift. -:carol8772 :does :access_social_media. -:alice8773 :does :log_off_at_end_of_shift. -:bob8773 :does :work_related_task. -:bob8773 :does :log_off_at_end_of_shift. -:carol8773 :does :access_social_media. -:alice8774 :does :log_off_at_end_of_shift. -:bob8774 :does :work_related_task. -:bob8774 :does :log_off_at_end_of_shift. -:carol8774 :does :access_social_media. -:alice8775 :does :log_off_at_end_of_shift. -:bob8775 :does :work_related_task. -:bob8775 :does :log_off_at_end_of_shift. -:carol8775 :does :access_social_media. -:alice8776 :does :log_off_at_end_of_shift. -:bob8776 :does :work_related_task. -:bob8776 :does :log_off_at_end_of_shift. -:carol8776 :does :access_social_media. -:alice8777 :does :log_off_at_end_of_shift. -:bob8777 :does :work_related_task. -:bob8777 :does :log_off_at_end_of_shift. -:carol8777 :does :access_social_media. -:alice8778 :does :log_off_at_end_of_shift. -:bob8778 :does :work_related_task. -:bob8778 :does :log_off_at_end_of_shift. -:carol8778 :does :access_social_media. -:alice8779 :does :log_off_at_end_of_shift. -:bob8779 :does :work_related_task. -:bob8779 :does :log_off_at_end_of_shift. -:carol8779 :does :access_social_media. -:alice8780 :does :log_off_at_end_of_shift. -:bob8780 :does :work_related_task. -:bob8780 :does :log_off_at_end_of_shift. -:carol8780 :does :access_social_media. -:alice8781 :does :log_off_at_end_of_shift. -:bob8781 :does :work_related_task. -:bob8781 :does :log_off_at_end_of_shift. -:carol8781 :does :access_social_media. -:alice8782 :does :log_off_at_end_of_shift. -:bob8782 :does :work_related_task. -:bob8782 :does :log_off_at_end_of_shift. -:carol8782 :does :access_social_media. -:alice8783 :does :log_off_at_end_of_shift. -:bob8783 :does :work_related_task. -:bob8783 :does :log_off_at_end_of_shift. -:carol8783 :does :access_social_media. -:alice8784 :does :log_off_at_end_of_shift. -:bob8784 :does :work_related_task. -:bob8784 :does :log_off_at_end_of_shift. -:carol8784 :does :access_social_media. -:alice8785 :does :log_off_at_end_of_shift. -:bob8785 :does :work_related_task. -:bob8785 :does :log_off_at_end_of_shift. -:carol8785 :does :access_social_media. -:alice8786 :does :log_off_at_end_of_shift. -:bob8786 :does :work_related_task. -:bob8786 :does :log_off_at_end_of_shift. -:carol8786 :does :access_social_media. -:alice8787 :does :log_off_at_end_of_shift. -:bob8787 :does :work_related_task. -:bob8787 :does :log_off_at_end_of_shift. -:carol8787 :does :access_social_media. -:alice8788 :does :log_off_at_end_of_shift. -:bob8788 :does :work_related_task. -:bob8788 :does :log_off_at_end_of_shift. -:carol8788 :does :access_social_media. -:alice8789 :does :log_off_at_end_of_shift. -:bob8789 :does :work_related_task. -:bob8789 :does :log_off_at_end_of_shift. -:carol8789 :does :access_social_media. -:alice8790 :does :log_off_at_end_of_shift. -:bob8790 :does :work_related_task. -:bob8790 :does :log_off_at_end_of_shift. -:carol8790 :does :access_social_media. -:alice8791 :does :log_off_at_end_of_shift. -:bob8791 :does :work_related_task. -:bob8791 :does :log_off_at_end_of_shift. -:carol8791 :does :access_social_media. -:alice8792 :does :log_off_at_end_of_shift. -:bob8792 :does :work_related_task. -:bob8792 :does :log_off_at_end_of_shift. -:carol8792 :does :access_social_media. -:alice8793 :does :log_off_at_end_of_shift. -:bob8793 :does :work_related_task. -:bob8793 :does :log_off_at_end_of_shift. -:carol8793 :does :access_social_media. -:alice8794 :does :log_off_at_end_of_shift. -:bob8794 :does :work_related_task. -:bob8794 :does :log_off_at_end_of_shift. -:carol8794 :does :access_social_media. -:alice8795 :does :log_off_at_end_of_shift. -:bob8795 :does :work_related_task. -:bob8795 :does :log_off_at_end_of_shift. -:carol8795 :does :access_social_media. -:alice8796 :does :log_off_at_end_of_shift. -:bob8796 :does :work_related_task. -:bob8796 :does :log_off_at_end_of_shift. -:carol8796 :does :access_social_media. -:alice8797 :does :log_off_at_end_of_shift. -:bob8797 :does :work_related_task. -:bob8797 :does :log_off_at_end_of_shift. -:carol8797 :does :access_social_media. -:alice8798 :does :log_off_at_end_of_shift. -:bob8798 :does :work_related_task. -:bob8798 :does :log_off_at_end_of_shift. -:carol8798 :does :access_social_media. -:alice8799 :does :log_off_at_end_of_shift. -:bob8799 :does :work_related_task. -:bob8799 :does :log_off_at_end_of_shift. -:carol8799 :does :access_social_media. -:alice8800 :does :log_off_at_end_of_shift. -:bob8800 :does :work_related_task. -:bob8800 :does :log_off_at_end_of_shift. -:carol8800 :does :access_social_media. -:alice8801 :does :log_off_at_end_of_shift. -:bob8801 :does :work_related_task. -:bob8801 :does :log_off_at_end_of_shift. -:carol8801 :does :access_social_media. -:alice8802 :does :log_off_at_end_of_shift. -:bob8802 :does :work_related_task. -:bob8802 :does :log_off_at_end_of_shift. -:carol8802 :does :access_social_media. -:alice8803 :does :log_off_at_end_of_shift. -:bob8803 :does :work_related_task. -:bob8803 :does :log_off_at_end_of_shift. -:carol8803 :does :access_social_media. -:alice8804 :does :log_off_at_end_of_shift. -:bob8804 :does :work_related_task. -:bob8804 :does :log_off_at_end_of_shift. -:carol8804 :does :access_social_media. -:alice8805 :does :log_off_at_end_of_shift. -:bob8805 :does :work_related_task. -:bob8805 :does :log_off_at_end_of_shift. -:carol8805 :does :access_social_media. -:alice8806 :does :log_off_at_end_of_shift. -:bob8806 :does :work_related_task. -:bob8806 :does :log_off_at_end_of_shift. -:carol8806 :does :access_social_media. -:alice8807 :does :log_off_at_end_of_shift. -:bob8807 :does :work_related_task. -:bob8807 :does :log_off_at_end_of_shift. -:carol8807 :does :access_social_media. -:alice8808 :does :log_off_at_end_of_shift. -:bob8808 :does :work_related_task. -:bob8808 :does :log_off_at_end_of_shift. -:carol8808 :does :access_social_media. -:alice8809 :does :log_off_at_end_of_shift. -:bob8809 :does :work_related_task. -:bob8809 :does :log_off_at_end_of_shift. -:carol8809 :does :access_social_media. -:alice8810 :does :log_off_at_end_of_shift. -:bob8810 :does :work_related_task. -:bob8810 :does :log_off_at_end_of_shift. -:carol8810 :does :access_social_media. -:alice8811 :does :log_off_at_end_of_shift. -:bob8811 :does :work_related_task. -:bob8811 :does :log_off_at_end_of_shift. -:carol8811 :does :access_social_media. -:alice8812 :does :log_off_at_end_of_shift. -:bob8812 :does :work_related_task. -:bob8812 :does :log_off_at_end_of_shift. -:carol8812 :does :access_social_media. -:alice8813 :does :log_off_at_end_of_shift. -:bob8813 :does :work_related_task. -:bob8813 :does :log_off_at_end_of_shift. -:carol8813 :does :access_social_media. -:alice8814 :does :log_off_at_end_of_shift. -:bob8814 :does :work_related_task. -:bob8814 :does :log_off_at_end_of_shift. -:carol8814 :does :access_social_media. -:alice8815 :does :log_off_at_end_of_shift. -:bob8815 :does :work_related_task. -:bob8815 :does :log_off_at_end_of_shift. -:carol8815 :does :access_social_media. -:alice8816 :does :log_off_at_end_of_shift. -:bob8816 :does :work_related_task. -:bob8816 :does :log_off_at_end_of_shift. -:carol8816 :does :access_social_media. -:alice8817 :does :log_off_at_end_of_shift. -:bob8817 :does :work_related_task. -:bob8817 :does :log_off_at_end_of_shift. -:carol8817 :does :access_social_media. -:alice8818 :does :log_off_at_end_of_shift. -:bob8818 :does :work_related_task. -:bob8818 :does :log_off_at_end_of_shift. -:carol8818 :does :access_social_media. -:alice8819 :does :log_off_at_end_of_shift. -:bob8819 :does :work_related_task. -:bob8819 :does :log_off_at_end_of_shift. -:carol8819 :does :access_social_media. -:alice8820 :does :log_off_at_end_of_shift. -:bob8820 :does :work_related_task. -:bob8820 :does :log_off_at_end_of_shift. -:carol8820 :does :access_social_media. -:alice8821 :does :log_off_at_end_of_shift. -:bob8821 :does :work_related_task. -:bob8821 :does :log_off_at_end_of_shift. -:carol8821 :does :access_social_media. -:alice8822 :does :log_off_at_end_of_shift. -:bob8822 :does :work_related_task. -:bob8822 :does :log_off_at_end_of_shift. -:carol8822 :does :access_social_media. -:alice8823 :does :log_off_at_end_of_shift. -:bob8823 :does :work_related_task. -:bob8823 :does :log_off_at_end_of_shift. -:carol8823 :does :access_social_media. -:alice8824 :does :log_off_at_end_of_shift. -:bob8824 :does :work_related_task. -:bob8824 :does :log_off_at_end_of_shift. -:carol8824 :does :access_social_media. -:alice8825 :does :log_off_at_end_of_shift. -:bob8825 :does :work_related_task. -:bob8825 :does :log_off_at_end_of_shift. -:carol8825 :does :access_social_media. -:alice8826 :does :log_off_at_end_of_shift. -:bob8826 :does :work_related_task. -:bob8826 :does :log_off_at_end_of_shift. -:carol8826 :does :access_social_media. -:alice8827 :does :log_off_at_end_of_shift. -:bob8827 :does :work_related_task. -:bob8827 :does :log_off_at_end_of_shift. -:carol8827 :does :access_social_media. -:alice8828 :does :log_off_at_end_of_shift. -:bob8828 :does :work_related_task. -:bob8828 :does :log_off_at_end_of_shift. -:carol8828 :does :access_social_media. -:alice8829 :does :log_off_at_end_of_shift. -:bob8829 :does :work_related_task. -:bob8829 :does :log_off_at_end_of_shift. -:carol8829 :does :access_social_media. -:alice8830 :does :log_off_at_end_of_shift. -:bob8830 :does :work_related_task. -:bob8830 :does :log_off_at_end_of_shift. -:carol8830 :does :access_social_media. -:alice8831 :does :log_off_at_end_of_shift. -:bob8831 :does :work_related_task. -:bob8831 :does :log_off_at_end_of_shift. -:carol8831 :does :access_social_media. -:alice8832 :does :log_off_at_end_of_shift. -:bob8832 :does :work_related_task. -:bob8832 :does :log_off_at_end_of_shift. -:carol8832 :does :access_social_media. -:alice8833 :does :log_off_at_end_of_shift. -:bob8833 :does :work_related_task. -:bob8833 :does :log_off_at_end_of_shift. -:carol8833 :does :access_social_media. -:alice8834 :does :log_off_at_end_of_shift. -:bob8834 :does :work_related_task. -:bob8834 :does :log_off_at_end_of_shift. -:carol8834 :does :access_social_media. -:alice8835 :does :log_off_at_end_of_shift. -:bob8835 :does :work_related_task. -:bob8835 :does :log_off_at_end_of_shift. -:carol8835 :does :access_social_media. -:alice8836 :does :log_off_at_end_of_shift. -:bob8836 :does :work_related_task. -:bob8836 :does :log_off_at_end_of_shift. -:carol8836 :does :access_social_media. -:alice8837 :does :log_off_at_end_of_shift. -:bob8837 :does :work_related_task. -:bob8837 :does :log_off_at_end_of_shift. -:carol8837 :does :access_social_media. -:alice8838 :does :log_off_at_end_of_shift. -:bob8838 :does :work_related_task. -:bob8838 :does :log_off_at_end_of_shift. -:carol8838 :does :access_social_media. -:alice8839 :does :log_off_at_end_of_shift. -:bob8839 :does :work_related_task. -:bob8839 :does :log_off_at_end_of_shift. -:carol8839 :does :access_social_media. -:alice8840 :does :log_off_at_end_of_shift. -:bob8840 :does :work_related_task. -:bob8840 :does :log_off_at_end_of_shift. -:carol8840 :does :access_social_media. -:alice8841 :does :log_off_at_end_of_shift. -:bob8841 :does :work_related_task. -:bob8841 :does :log_off_at_end_of_shift. -:carol8841 :does :access_social_media. -:alice8842 :does :log_off_at_end_of_shift. -:bob8842 :does :work_related_task. -:bob8842 :does :log_off_at_end_of_shift. -:carol8842 :does :access_social_media. -:alice8843 :does :log_off_at_end_of_shift. -:bob8843 :does :work_related_task. -:bob8843 :does :log_off_at_end_of_shift. -:carol8843 :does :access_social_media. -:alice8844 :does :log_off_at_end_of_shift. -:bob8844 :does :work_related_task. -:bob8844 :does :log_off_at_end_of_shift. -:carol8844 :does :access_social_media. -:alice8845 :does :log_off_at_end_of_shift. -:bob8845 :does :work_related_task. -:bob8845 :does :log_off_at_end_of_shift. -:carol8845 :does :access_social_media. -:alice8846 :does :log_off_at_end_of_shift. -:bob8846 :does :work_related_task. -:bob8846 :does :log_off_at_end_of_shift. -:carol8846 :does :access_social_media. -:alice8847 :does :log_off_at_end_of_shift. -:bob8847 :does :work_related_task. -:bob8847 :does :log_off_at_end_of_shift. -:carol8847 :does :access_social_media. -:alice8848 :does :log_off_at_end_of_shift. -:bob8848 :does :work_related_task. -:bob8848 :does :log_off_at_end_of_shift. -:carol8848 :does :access_social_media. -:alice8849 :does :log_off_at_end_of_shift. -:bob8849 :does :work_related_task. -:bob8849 :does :log_off_at_end_of_shift. -:carol8849 :does :access_social_media. -:alice8850 :does :log_off_at_end_of_shift. -:bob8850 :does :work_related_task. -:bob8850 :does :log_off_at_end_of_shift. -:carol8850 :does :access_social_media. -:alice8851 :does :log_off_at_end_of_shift. -:bob8851 :does :work_related_task. -:bob8851 :does :log_off_at_end_of_shift. -:carol8851 :does :access_social_media. -:alice8852 :does :log_off_at_end_of_shift. -:bob8852 :does :work_related_task. -:bob8852 :does :log_off_at_end_of_shift. -:carol8852 :does :access_social_media. -:alice8853 :does :log_off_at_end_of_shift. -:bob8853 :does :work_related_task. -:bob8853 :does :log_off_at_end_of_shift. -:carol8853 :does :access_social_media. -:alice8854 :does :log_off_at_end_of_shift. -:bob8854 :does :work_related_task. -:bob8854 :does :log_off_at_end_of_shift. -:carol8854 :does :access_social_media. -:alice8855 :does :log_off_at_end_of_shift. -:bob8855 :does :work_related_task. -:bob8855 :does :log_off_at_end_of_shift. -:carol8855 :does :access_social_media. -:alice8856 :does :log_off_at_end_of_shift. -:bob8856 :does :work_related_task. -:bob8856 :does :log_off_at_end_of_shift. -:carol8856 :does :access_social_media. -:alice8857 :does :log_off_at_end_of_shift. -:bob8857 :does :work_related_task. -:bob8857 :does :log_off_at_end_of_shift. -:carol8857 :does :access_social_media. -:alice8858 :does :log_off_at_end_of_shift. -:bob8858 :does :work_related_task. -:bob8858 :does :log_off_at_end_of_shift. -:carol8858 :does :access_social_media. -:alice8859 :does :log_off_at_end_of_shift. -:bob8859 :does :work_related_task. -:bob8859 :does :log_off_at_end_of_shift. -:carol8859 :does :access_social_media. -:alice8860 :does :log_off_at_end_of_shift. -:bob8860 :does :work_related_task. -:bob8860 :does :log_off_at_end_of_shift. -:carol8860 :does :access_social_media. -:alice8861 :does :log_off_at_end_of_shift. -:bob8861 :does :work_related_task. -:bob8861 :does :log_off_at_end_of_shift. -:carol8861 :does :access_social_media. -:alice8862 :does :log_off_at_end_of_shift. -:bob8862 :does :work_related_task. -:bob8862 :does :log_off_at_end_of_shift. -:carol8862 :does :access_social_media. -:alice8863 :does :log_off_at_end_of_shift. -:bob8863 :does :work_related_task. -:bob8863 :does :log_off_at_end_of_shift. -:carol8863 :does :access_social_media. -:alice8864 :does :log_off_at_end_of_shift. -:bob8864 :does :work_related_task. -:bob8864 :does :log_off_at_end_of_shift. -:carol8864 :does :access_social_media. -:alice8865 :does :log_off_at_end_of_shift. -:bob8865 :does :work_related_task. -:bob8865 :does :log_off_at_end_of_shift. -:carol8865 :does :access_social_media. -:alice8866 :does :log_off_at_end_of_shift. -:bob8866 :does :work_related_task. -:bob8866 :does :log_off_at_end_of_shift. -:carol8866 :does :access_social_media. -:alice8867 :does :log_off_at_end_of_shift. -:bob8867 :does :work_related_task. -:bob8867 :does :log_off_at_end_of_shift. -:carol8867 :does :access_social_media. -:alice8868 :does :log_off_at_end_of_shift. -:bob8868 :does :work_related_task. -:bob8868 :does :log_off_at_end_of_shift. -:carol8868 :does :access_social_media. -:alice8869 :does :log_off_at_end_of_shift. -:bob8869 :does :work_related_task. -:bob8869 :does :log_off_at_end_of_shift. -:carol8869 :does :access_social_media. -:alice8870 :does :log_off_at_end_of_shift. -:bob8870 :does :work_related_task. -:bob8870 :does :log_off_at_end_of_shift. -:carol8870 :does :access_social_media. -:alice8871 :does :log_off_at_end_of_shift. -:bob8871 :does :work_related_task. -:bob8871 :does :log_off_at_end_of_shift. -:carol8871 :does :access_social_media. -:alice8872 :does :log_off_at_end_of_shift. -:bob8872 :does :work_related_task. -:bob8872 :does :log_off_at_end_of_shift. -:carol8872 :does :access_social_media. -:alice8873 :does :log_off_at_end_of_shift. -:bob8873 :does :work_related_task. -:bob8873 :does :log_off_at_end_of_shift. -:carol8873 :does :access_social_media. -:alice8874 :does :log_off_at_end_of_shift. -:bob8874 :does :work_related_task. -:bob8874 :does :log_off_at_end_of_shift. -:carol8874 :does :access_social_media. -:alice8875 :does :log_off_at_end_of_shift. -:bob8875 :does :work_related_task. -:bob8875 :does :log_off_at_end_of_shift. -:carol8875 :does :access_social_media. -:alice8876 :does :log_off_at_end_of_shift. -:bob8876 :does :work_related_task. -:bob8876 :does :log_off_at_end_of_shift. -:carol8876 :does :access_social_media. -:alice8877 :does :log_off_at_end_of_shift. -:bob8877 :does :work_related_task. -:bob8877 :does :log_off_at_end_of_shift. -:carol8877 :does :access_social_media. -:alice8878 :does :log_off_at_end_of_shift. -:bob8878 :does :work_related_task. -:bob8878 :does :log_off_at_end_of_shift. -:carol8878 :does :access_social_media. -:alice8879 :does :log_off_at_end_of_shift. -:bob8879 :does :work_related_task. -:bob8879 :does :log_off_at_end_of_shift. -:carol8879 :does :access_social_media. -:alice8880 :does :log_off_at_end_of_shift. -:bob8880 :does :work_related_task. -:bob8880 :does :log_off_at_end_of_shift. -:carol8880 :does :access_social_media. -:alice8881 :does :log_off_at_end_of_shift. -:bob8881 :does :work_related_task. -:bob8881 :does :log_off_at_end_of_shift. -:carol8881 :does :access_social_media. -:alice8882 :does :log_off_at_end_of_shift. -:bob8882 :does :work_related_task. -:bob8882 :does :log_off_at_end_of_shift. -:carol8882 :does :access_social_media. -:alice8883 :does :log_off_at_end_of_shift. -:bob8883 :does :work_related_task. -:bob8883 :does :log_off_at_end_of_shift. -:carol8883 :does :access_social_media. -:alice8884 :does :log_off_at_end_of_shift. -:bob8884 :does :work_related_task. -:bob8884 :does :log_off_at_end_of_shift. -:carol8884 :does :access_social_media. -:alice8885 :does :log_off_at_end_of_shift. -:bob8885 :does :work_related_task. -:bob8885 :does :log_off_at_end_of_shift. -:carol8885 :does :access_social_media. -:alice8886 :does :log_off_at_end_of_shift. -:bob8886 :does :work_related_task. -:bob8886 :does :log_off_at_end_of_shift. -:carol8886 :does :access_social_media. -:alice8887 :does :log_off_at_end_of_shift. -:bob8887 :does :work_related_task. -:bob8887 :does :log_off_at_end_of_shift. -:carol8887 :does :access_social_media. -:alice8888 :does :log_off_at_end_of_shift. -:bob8888 :does :work_related_task. -:bob8888 :does :log_off_at_end_of_shift. -:carol8888 :does :access_social_media. -:alice8889 :does :log_off_at_end_of_shift. -:bob8889 :does :work_related_task. -:bob8889 :does :log_off_at_end_of_shift. -:carol8889 :does :access_social_media. -:alice8890 :does :log_off_at_end_of_shift. -:bob8890 :does :work_related_task. -:bob8890 :does :log_off_at_end_of_shift. -:carol8890 :does :access_social_media. -:alice8891 :does :log_off_at_end_of_shift. -:bob8891 :does :work_related_task. -:bob8891 :does :log_off_at_end_of_shift. -:carol8891 :does :access_social_media. -:alice8892 :does :log_off_at_end_of_shift. -:bob8892 :does :work_related_task. -:bob8892 :does :log_off_at_end_of_shift. -:carol8892 :does :access_social_media. -:alice8893 :does :log_off_at_end_of_shift. -:bob8893 :does :work_related_task. -:bob8893 :does :log_off_at_end_of_shift. -:carol8893 :does :access_social_media. -:alice8894 :does :log_off_at_end_of_shift. -:bob8894 :does :work_related_task. -:bob8894 :does :log_off_at_end_of_shift. -:carol8894 :does :access_social_media. -:alice8895 :does :log_off_at_end_of_shift. -:bob8895 :does :work_related_task. -:bob8895 :does :log_off_at_end_of_shift. -:carol8895 :does :access_social_media. -:alice8896 :does :log_off_at_end_of_shift. -:bob8896 :does :work_related_task. -:bob8896 :does :log_off_at_end_of_shift. -:carol8896 :does :access_social_media. -:alice8897 :does :log_off_at_end_of_shift. -:bob8897 :does :work_related_task. -:bob8897 :does :log_off_at_end_of_shift. -:carol8897 :does :access_social_media. -:alice8898 :does :log_off_at_end_of_shift. -:bob8898 :does :work_related_task. -:bob8898 :does :log_off_at_end_of_shift. -:carol8898 :does :access_social_media. -:alice8899 :does :log_off_at_end_of_shift. -:bob8899 :does :work_related_task. -:bob8899 :does :log_off_at_end_of_shift. -:carol8899 :does :access_social_media. -:alice8900 :does :log_off_at_end_of_shift. -:bob8900 :does :work_related_task. -:bob8900 :does :log_off_at_end_of_shift. -:carol8900 :does :access_social_media. -:alice8901 :does :log_off_at_end_of_shift. -:bob8901 :does :work_related_task. -:bob8901 :does :log_off_at_end_of_shift. -:carol8901 :does :access_social_media. -:alice8902 :does :log_off_at_end_of_shift. -:bob8902 :does :work_related_task. -:bob8902 :does :log_off_at_end_of_shift. -:carol8902 :does :access_social_media. -:alice8903 :does :log_off_at_end_of_shift. -:bob8903 :does :work_related_task. -:bob8903 :does :log_off_at_end_of_shift. -:carol8903 :does :access_social_media. -:alice8904 :does :log_off_at_end_of_shift. -:bob8904 :does :work_related_task. -:bob8904 :does :log_off_at_end_of_shift. -:carol8904 :does :access_social_media. -:alice8905 :does :log_off_at_end_of_shift. -:bob8905 :does :work_related_task. -:bob8905 :does :log_off_at_end_of_shift. -:carol8905 :does :access_social_media. -:alice8906 :does :log_off_at_end_of_shift. -:bob8906 :does :work_related_task. -:bob8906 :does :log_off_at_end_of_shift. -:carol8906 :does :access_social_media. -:alice8907 :does :log_off_at_end_of_shift. -:bob8907 :does :work_related_task. -:bob8907 :does :log_off_at_end_of_shift. -:carol8907 :does :access_social_media. -:alice8908 :does :log_off_at_end_of_shift. -:bob8908 :does :work_related_task. -:bob8908 :does :log_off_at_end_of_shift. -:carol8908 :does :access_social_media. -:alice8909 :does :log_off_at_end_of_shift. -:bob8909 :does :work_related_task. -:bob8909 :does :log_off_at_end_of_shift. -:carol8909 :does :access_social_media. -:alice8910 :does :log_off_at_end_of_shift. -:bob8910 :does :work_related_task. -:bob8910 :does :log_off_at_end_of_shift. -:carol8910 :does :access_social_media. -:alice8911 :does :log_off_at_end_of_shift. -:bob8911 :does :work_related_task. -:bob8911 :does :log_off_at_end_of_shift. -:carol8911 :does :access_social_media. -:alice8912 :does :log_off_at_end_of_shift. -:bob8912 :does :work_related_task. -:bob8912 :does :log_off_at_end_of_shift. -:carol8912 :does :access_social_media. -:alice8913 :does :log_off_at_end_of_shift. -:bob8913 :does :work_related_task. -:bob8913 :does :log_off_at_end_of_shift. -:carol8913 :does :access_social_media. -:alice8914 :does :log_off_at_end_of_shift. -:bob8914 :does :work_related_task. -:bob8914 :does :log_off_at_end_of_shift. -:carol8914 :does :access_social_media. -:alice8915 :does :log_off_at_end_of_shift. -:bob8915 :does :work_related_task. -:bob8915 :does :log_off_at_end_of_shift. -:carol8915 :does :access_social_media. -:alice8916 :does :log_off_at_end_of_shift. -:bob8916 :does :work_related_task. -:bob8916 :does :log_off_at_end_of_shift. -:carol8916 :does :access_social_media. -:alice8917 :does :log_off_at_end_of_shift. -:bob8917 :does :work_related_task. -:bob8917 :does :log_off_at_end_of_shift. -:carol8917 :does :access_social_media. -:alice8918 :does :log_off_at_end_of_shift. -:bob8918 :does :work_related_task. -:bob8918 :does :log_off_at_end_of_shift. -:carol8918 :does :access_social_media. -:alice8919 :does :log_off_at_end_of_shift. -:bob8919 :does :work_related_task. -:bob8919 :does :log_off_at_end_of_shift. -:carol8919 :does :access_social_media. -:alice8920 :does :log_off_at_end_of_shift. -:bob8920 :does :work_related_task. -:bob8920 :does :log_off_at_end_of_shift. -:carol8920 :does :access_social_media. -:alice8921 :does :log_off_at_end_of_shift. -:bob8921 :does :work_related_task. -:bob8921 :does :log_off_at_end_of_shift. -:carol8921 :does :access_social_media. -:alice8922 :does :log_off_at_end_of_shift. -:bob8922 :does :work_related_task. -:bob8922 :does :log_off_at_end_of_shift. -:carol8922 :does :access_social_media. -:alice8923 :does :log_off_at_end_of_shift. -:bob8923 :does :work_related_task. -:bob8923 :does :log_off_at_end_of_shift. -:carol8923 :does :access_social_media. -:alice8924 :does :log_off_at_end_of_shift. -:bob8924 :does :work_related_task. -:bob8924 :does :log_off_at_end_of_shift. -:carol8924 :does :access_social_media. -:alice8925 :does :log_off_at_end_of_shift. -:bob8925 :does :work_related_task. -:bob8925 :does :log_off_at_end_of_shift. -:carol8925 :does :access_social_media. -:alice8926 :does :log_off_at_end_of_shift. -:bob8926 :does :work_related_task. -:bob8926 :does :log_off_at_end_of_shift. -:carol8926 :does :access_social_media. -:alice8927 :does :log_off_at_end_of_shift. -:bob8927 :does :work_related_task. -:bob8927 :does :log_off_at_end_of_shift. -:carol8927 :does :access_social_media. -:alice8928 :does :log_off_at_end_of_shift. -:bob8928 :does :work_related_task. -:bob8928 :does :log_off_at_end_of_shift. -:carol8928 :does :access_social_media. -:alice8929 :does :log_off_at_end_of_shift. -:bob8929 :does :work_related_task. -:bob8929 :does :log_off_at_end_of_shift. -:carol8929 :does :access_social_media. -:alice8930 :does :log_off_at_end_of_shift. -:bob8930 :does :work_related_task. -:bob8930 :does :log_off_at_end_of_shift. -:carol8930 :does :access_social_media. -:alice8931 :does :log_off_at_end_of_shift. -:bob8931 :does :work_related_task. -:bob8931 :does :log_off_at_end_of_shift. -:carol8931 :does :access_social_media. -:alice8932 :does :log_off_at_end_of_shift. -:bob8932 :does :work_related_task. -:bob8932 :does :log_off_at_end_of_shift. -:carol8932 :does :access_social_media. -:alice8933 :does :log_off_at_end_of_shift. -:bob8933 :does :work_related_task. -:bob8933 :does :log_off_at_end_of_shift. -:carol8933 :does :access_social_media. -:alice8934 :does :log_off_at_end_of_shift. -:bob8934 :does :work_related_task. -:bob8934 :does :log_off_at_end_of_shift. -:carol8934 :does :access_social_media. -:alice8935 :does :log_off_at_end_of_shift. -:bob8935 :does :work_related_task. -:bob8935 :does :log_off_at_end_of_shift. -:carol8935 :does :access_social_media. -:alice8936 :does :log_off_at_end_of_shift. -:bob8936 :does :work_related_task. -:bob8936 :does :log_off_at_end_of_shift. -:carol8936 :does :access_social_media. -:alice8937 :does :log_off_at_end_of_shift. -:bob8937 :does :work_related_task. -:bob8937 :does :log_off_at_end_of_shift. -:carol8937 :does :access_social_media. -:alice8938 :does :log_off_at_end_of_shift. -:bob8938 :does :work_related_task. -:bob8938 :does :log_off_at_end_of_shift. -:carol8938 :does :access_social_media. -:alice8939 :does :log_off_at_end_of_shift. -:bob8939 :does :work_related_task. -:bob8939 :does :log_off_at_end_of_shift. -:carol8939 :does :access_social_media. -:alice8940 :does :log_off_at_end_of_shift. -:bob8940 :does :work_related_task. -:bob8940 :does :log_off_at_end_of_shift. -:carol8940 :does :access_social_media. -:alice8941 :does :log_off_at_end_of_shift. -:bob8941 :does :work_related_task. -:bob8941 :does :log_off_at_end_of_shift. -:carol8941 :does :access_social_media. -:alice8942 :does :log_off_at_end_of_shift. -:bob8942 :does :work_related_task. -:bob8942 :does :log_off_at_end_of_shift. -:carol8942 :does :access_social_media. -:alice8943 :does :log_off_at_end_of_shift. -:bob8943 :does :work_related_task. -:bob8943 :does :log_off_at_end_of_shift. -:carol8943 :does :access_social_media. -:alice8944 :does :log_off_at_end_of_shift. -:bob8944 :does :work_related_task. -:bob8944 :does :log_off_at_end_of_shift. -:carol8944 :does :access_social_media. -:alice8945 :does :log_off_at_end_of_shift. -:bob8945 :does :work_related_task. -:bob8945 :does :log_off_at_end_of_shift. -:carol8945 :does :access_social_media. -:alice8946 :does :log_off_at_end_of_shift. -:bob8946 :does :work_related_task. -:bob8946 :does :log_off_at_end_of_shift. -:carol8946 :does :access_social_media. -:alice8947 :does :log_off_at_end_of_shift. -:bob8947 :does :work_related_task. -:bob8947 :does :log_off_at_end_of_shift. -:carol8947 :does :access_social_media. -:alice8948 :does :log_off_at_end_of_shift. -:bob8948 :does :work_related_task. -:bob8948 :does :log_off_at_end_of_shift. -:carol8948 :does :access_social_media. -:alice8949 :does :log_off_at_end_of_shift. -:bob8949 :does :work_related_task. -:bob8949 :does :log_off_at_end_of_shift. -:carol8949 :does :access_social_media. -:alice8950 :does :log_off_at_end_of_shift. -:bob8950 :does :work_related_task. -:bob8950 :does :log_off_at_end_of_shift. -:carol8950 :does :access_social_media. -:alice8951 :does :log_off_at_end_of_shift. -:bob8951 :does :work_related_task. -:bob8951 :does :log_off_at_end_of_shift. -:carol8951 :does :access_social_media. -:alice8952 :does :log_off_at_end_of_shift. -:bob8952 :does :work_related_task. -:bob8952 :does :log_off_at_end_of_shift. -:carol8952 :does :access_social_media. -:alice8953 :does :log_off_at_end_of_shift. -:bob8953 :does :work_related_task. -:bob8953 :does :log_off_at_end_of_shift. -:carol8953 :does :access_social_media. -:alice8954 :does :log_off_at_end_of_shift. -:bob8954 :does :work_related_task. -:bob8954 :does :log_off_at_end_of_shift. -:carol8954 :does :access_social_media. -:alice8955 :does :log_off_at_end_of_shift. -:bob8955 :does :work_related_task. -:bob8955 :does :log_off_at_end_of_shift. -:carol8955 :does :access_social_media. -:alice8956 :does :log_off_at_end_of_shift. -:bob8956 :does :work_related_task. -:bob8956 :does :log_off_at_end_of_shift. -:carol8956 :does :access_social_media. -:alice8957 :does :log_off_at_end_of_shift. -:bob8957 :does :work_related_task. -:bob8957 :does :log_off_at_end_of_shift. -:carol8957 :does :access_social_media. -:alice8958 :does :log_off_at_end_of_shift. -:bob8958 :does :work_related_task. -:bob8958 :does :log_off_at_end_of_shift. -:carol8958 :does :access_social_media. -:alice8959 :does :log_off_at_end_of_shift. -:bob8959 :does :work_related_task. -:bob8959 :does :log_off_at_end_of_shift. -:carol8959 :does :access_social_media. -:alice8960 :does :log_off_at_end_of_shift. -:bob8960 :does :work_related_task. -:bob8960 :does :log_off_at_end_of_shift. -:carol8960 :does :access_social_media. -:alice8961 :does :log_off_at_end_of_shift. -:bob8961 :does :work_related_task. -:bob8961 :does :log_off_at_end_of_shift. -:carol8961 :does :access_social_media. -:alice8962 :does :log_off_at_end_of_shift. -:bob8962 :does :work_related_task. -:bob8962 :does :log_off_at_end_of_shift. -:carol8962 :does :access_social_media. -:alice8963 :does :log_off_at_end_of_shift. -:bob8963 :does :work_related_task. -:bob8963 :does :log_off_at_end_of_shift. -:carol8963 :does :access_social_media. -:alice8964 :does :log_off_at_end_of_shift. -:bob8964 :does :work_related_task. -:bob8964 :does :log_off_at_end_of_shift. -:carol8964 :does :access_social_media. -:alice8965 :does :log_off_at_end_of_shift. -:bob8965 :does :work_related_task. -:bob8965 :does :log_off_at_end_of_shift. -:carol8965 :does :access_social_media. -:alice8966 :does :log_off_at_end_of_shift. -:bob8966 :does :work_related_task. -:bob8966 :does :log_off_at_end_of_shift. -:carol8966 :does :access_social_media. -:alice8967 :does :log_off_at_end_of_shift. -:bob8967 :does :work_related_task. -:bob8967 :does :log_off_at_end_of_shift. -:carol8967 :does :access_social_media. -:alice8968 :does :log_off_at_end_of_shift. -:bob8968 :does :work_related_task. -:bob8968 :does :log_off_at_end_of_shift. -:carol8968 :does :access_social_media. -:alice8969 :does :log_off_at_end_of_shift. -:bob8969 :does :work_related_task. -:bob8969 :does :log_off_at_end_of_shift. -:carol8969 :does :access_social_media. -:alice8970 :does :log_off_at_end_of_shift. -:bob8970 :does :work_related_task. -:bob8970 :does :log_off_at_end_of_shift. -:carol8970 :does :access_social_media. -:alice8971 :does :log_off_at_end_of_shift. -:bob8971 :does :work_related_task. -:bob8971 :does :log_off_at_end_of_shift. -:carol8971 :does :access_social_media. -:alice8972 :does :log_off_at_end_of_shift. -:bob8972 :does :work_related_task. -:bob8972 :does :log_off_at_end_of_shift. -:carol8972 :does :access_social_media. -:alice8973 :does :log_off_at_end_of_shift. -:bob8973 :does :work_related_task. -:bob8973 :does :log_off_at_end_of_shift. -:carol8973 :does :access_social_media. -:alice8974 :does :log_off_at_end_of_shift. -:bob8974 :does :work_related_task. -:bob8974 :does :log_off_at_end_of_shift. -:carol8974 :does :access_social_media. -:alice8975 :does :log_off_at_end_of_shift. -:bob8975 :does :work_related_task. -:bob8975 :does :log_off_at_end_of_shift. -:carol8975 :does :access_social_media. -:alice8976 :does :log_off_at_end_of_shift. -:bob8976 :does :work_related_task. -:bob8976 :does :log_off_at_end_of_shift. -:carol8976 :does :access_social_media. -:alice8977 :does :log_off_at_end_of_shift. -:bob8977 :does :work_related_task. -:bob8977 :does :log_off_at_end_of_shift. -:carol8977 :does :access_social_media. -:alice8978 :does :log_off_at_end_of_shift. -:bob8978 :does :work_related_task. -:bob8978 :does :log_off_at_end_of_shift. -:carol8978 :does :access_social_media. -:alice8979 :does :log_off_at_end_of_shift. -:bob8979 :does :work_related_task. -:bob8979 :does :log_off_at_end_of_shift. -:carol8979 :does :access_social_media. -:alice8980 :does :log_off_at_end_of_shift. -:bob8980 :does :work_related_task. -:bob8980 :does :log_off_at_end_of_shift. -:carol8980 :does :access_social_media. -:alice8981 :does :log_off_at_end_of_shift. -:bob8981 :does :work_related_task. -:bob8981 :does :log_off_at_end_of_shift. -:carol8981 :does :access_social_media. -:alice8982 :does :log_off_at_end_of_shift. -:bob8982 :does :work_related_task. -:bob8982 :does :log_off_at_end_of_shift. -:carol8982 :does :access_social_media. -:alice8983 :does :log_off_at_end_of_shift. -:bob8983 :does :work_related_task. -:bob8983 :does :log_off_at_end_of_shift. -:carol8983 :does :access_social_media. -:alice8984 :does :log_off_at_end_of_shift. -:bob8984 :does :work_related_task. -:bob8984 :does :log_off_at_end_of_shift. -:carol8984 :does :access_social_media. -:alice8985 :does :log_off_at_end_of_shift. -:bob8985 :does :work_related_task. -:bob8985 :does :log_off_at_end_of_shift. -:carol8985 :does :access_social_media. -:alice8986 :does :log_off_at_end_of_shift. -:bob8986 :does :work_related_task. -:bob8986 :does :log_off_at_end_of_shift. -:carol8986 :does :access_social_media. -:alice8987 :does :log_off_at_end_of_shift. -:bob8987 :does :work_related_task. -:bob8987 :does :log_off_at_end_of_shift. -:carol8987 :does :access_social_media. -:alice8988 :does :log_off_at_end_of_shift. -:bob8988 :does :work_related_task. -:bob8988 :does :log_off_at_end_of_shift. -:carol8988 :does :access_social_media. -:alice8989 :does :log_off_at_end_of_shift. -:bob8989 :does :work_related_task. -:bob8989 :does :log_off_at_end_of_shift. -:carol8989 :does :access_social_media. -:alice8990 :does :log_off_at_end_of_shift. -:bob8990 :does :work_related_task. -:bob8990 :does :log_off_at_end_of_shift. -:carol8990 :does :access_social_media. -:alice8991 :does :log_off_at_end_of_shift. -:bob8991 :does :work_related_task. -:bob8991 :does :log_off_at_end_of_shift. -:carol8991 :does :access_social_media. -:alice8992 :does :log_off_at_end_of_shift. -:bob8992 :does :work_related_task. -:bob8992 :does :log_off_at_end_of_shift. -:carol8992 :does :access_social_media. -:alice8993 :does :log_off_at_end_of_shift. -:bob8993 :does :work_related_task. -:bob8993 :does :log_off_at_end_of_shift. -:carol8993 :does :access_social_media. -:alice8994 :does :log_off_at_end_of_shift. -:bob8994 :does :work_related_task. -:bob8994 :does :log_off_at_end_of_shift. -:carol8994 :does :access_social_media. -:alice8995 :does :log_off_at_end_of_shift. -:bob8995 :does :work_related_task. -:bob8995 :does :log_off_at_end_of_shift. -:carol8995 :does :access_social_media. -:alice8996 :does :log_off_at_end_of_shift. -:bob8996 :does :work_related_task. -:bob8996 :does :log_off_at_end_of_shift. -:carol8996 :does :access_social_media. -:alice8997 :does :log_off_at_end_of_shift. -:bob8997 :does :work_related_task. -:bob8997 :does :log_off_at_end_of_shift. -:carol8997 :does :access_social_media. -:alice8998 :does :log_off_at_end_of_shift. -:bob8998 :does :work_related_task. -:bob8998 :does :log_off_at_end_of_shift. -:carol8998 :does :access_social_media. -:alice8999 :does :log_off_at_end_of_shift. -:bob8999 :does :work_related_task. -:bob8999 :does :log_off_at_end_of_shift. -:carol8999 :does :access_social_media. -:alice9000 :does :log_off_at_end_of_shift. -:bob9000 :does :work_related_task. -:bob9000 :does :log_off_at_end_of_shift. -:carol9000 :does :access_social_media. -:alice9001 :does :log_off_at_end_of_shift. -:bob9001 :does :work_related_task. -:bob9001 :does :log_off_at_end_of_shift. -:carol9001 :does :access_social_media. -:alice9002 :does :log_off_at_end_of_shift. -:bob9002 :does :work_related_task. -:bob9002 :does :log_off_at_end_of_shift. -:carol9002 :does :access_social_media. -:alice9003 :does :log_off_at_end_of_shift. -:bob9003 :does :work_related_task. -:bob9003 :does :log_off_at_end_of_shift. -:carol9003 :does :access_social_media. -:alice9004 :does :log_off_at_end_of_shift. -:bob9004 :does :work_related_task. -:bob9004 :does :log_off_at_end_of_shift. -:carol9004 :does :access_social_media. -:alice9005 :does :log_off_at_end_of_shift. -:bob9005 :does :work_related_task. -:bob9005 :does :log_off_at_end_of_shift. -:carol9005 :does :access_social_media. -:alice9006 :does :log_off_at_end_of_shift. -:bob9006 :does :work_related_task. -:bob9006 :does :log_off_at_end_of_shift. -:carol9006 :does :access_social_media. -:alice9007 :does :log_off_at_end_of_shift. -:bob9007 :does :work_related_task. -:bob9007 :does :log_off_at_end_of_shift. -:carol9007 :does :access_social_media. -:alice9008 :does :log_off_at_end_of_shift. -:bob9008 :does :work_related_task. -:bob9008 :does :log_off_at_end_of_shift. -:carol9008 :does :access_social_media. -:alice9009 :does :log_off_at_end_of_shift. -:bob9009 :does :work_related_task. -:bob9009 :does :log_off_at_end_of_shift. -:carol9009 :does :access_social_media. -:alice9010 :does :log_off_at_end_of_shift. -:bob9010 :does :work_related_task. -:bob9010 :does :log_off_at_end_of_shift. -:carol9010 :does :access_social_media. -:alice9011 :does :log_off_at_end_of_shift. -:bob9011 :does :work_related_task. -:bob9011 :does :log_off_at_end_of_shift. -:carol9011 :does :access_social_media. -:alice9012 :does :log_off_at_end_of_shift. -:bob9012 :does :work_related_task. -:bob9012 :does :log_off_at_end_of_shift. -:carol9012 :does :access_social_media. -:alice9013 :does :log_off_at_end_of_shift. -:bob9013 :does :work_related_task. -:bob9013 :does :log_off_at_end_of_shift. -:carol9013 :does :access_social_media. -:alice9014 :does :log_off_at_end_of_shift. -:bob9014 :does :work_related_task. -:bob9014 :does :log_off_at_end_of_shift. -:carol9014 :does :access_social_media. -:alice9015 :does :log_off_at_end_of_shift. -:bob9015 :does :work_related_task. -:bob9015 :does :log_off_at_end_of_shift. -:carol9015 :does :access_social_media. -:alice9016 :does :log_off_at_end_of_shift. -:bob9016 :does :work_related_task. -:bob9016 :does :log_off_at_end_of_shift. -:carol9016 :does :access_social_media. -:alice9017 :does :log_off_at_end_of_shift. -:bob9017 :does :work_related_task. -:bob9017 :does :log_off_at_end_of_shift. -:carol9017 :does :access_social_media. -:alice9018 :does :log_off_at_end_of_shift. -:bob9018 :does :work_related_task. -:bob9018 :does :log_off_at_end_of_shift. -:carol9018 :does :access_social_media. -:alice9019 :does :log_off_at_end_of_shift. -:bob9019 :does :work_related_task. -:bob9019 :does :log_off_at_end_of_shift. -:carol9019 :does :access_social_media. -:alice9020 :does :log_off_at_end_of_shift. -:bob9020 :does :work_related_task. -:bob9020 :does :log_off_at_end_of_shift. -:carol9020 :does :access_social_media. -:alice9021 :does :log_off_at_end_of_shift. -:bob9021 :does :work_related_task. -:bob9021 :does :log_off_at_end_of_shift. -:carol9021 :does :access_social_media. -:alice9022 :does :log_off_at_end_of_shift. -:bob9022 :does :work_related_task. -:bob9022 :does :log_off_at_end_of_shift. -:carol9022 :does :access_social_media. -:alice9023 :does :log_off_at_end_of_shift. -:bob9023 :does :work_related_task. -:bob9023 :does :log_off_at_end_of_shift. -:carol9023 :does :access_social_media. -:alice9024 :does :log_off_at_end_of_shift. -:bob9024 :does :work_related_task. -:bob9024 :does :log_off_at_end_of_shift. -:carol9024 :does :access_social_media. -:alice9025 :does :log_off_at_end_of_shift. -:bob9025 :does :work_related_task. -:bob9025 :does :log_off_at_end_of_shift. -:carol9025 :does :access_social_media. -:alice9026 :does :log_off_at_end_of_shift. -:bob9026 :does :work_related_task. -:bob9026 :does :log_off_at_end_of_shift. -:carol9026 :does :access_social_media. -:alice9027 :does :log_off_at_end_of_shift. -:bob9027 :does :work_related_task. -:bob9027 :does :log_off_at_end_of_shift. -:carol9027 :does :access_social_media. -:alice9028 :does :log_off_at_end_of_shift. -:bob9028 :does :work_related_task. -:bob9028 :does :log_off_at_end_of_shift. -:carol9028 :does :access_social_media. -:alice9029 :does :log_off_at_end_of_shift. -:bob9029 :does :work_related_task. -:bob9029 :does :log_off_at_end_of_shift. -:carol9029 :does :access_social_media. -:alice9030 :does :log_off_at_end_of_shift. -:bob9030 :does :work_related_task. -:bob9030 :does :log_off_at_end_of_shift. -:carol9030 :does :access_social_media. -:alice9031 :does :log_off_at_end_of_shift. -:bob9031 :does :work_related_task. -:bob9031 :does :log_off_at_end_of_shift. -:carol9031 :does :access_social_media. -:alice9032 :does :log_off_at_end_of_shift. -:bob9032 :does :work_related_task. -:bob9032 :does :log_off_at_end_of_shift. -:carol9032 :does :access_social_media. -:alice9033 :does :log_off_at_end_of_shift. -:bob9033 :does :work_related_task. -:bob9033 :does :log_off_at_end_of_shift. -:carol9033 :does :access_social_media. -:alice9034 :does :log_off_at_end_of_shift. -:bob9034 :does :work_related_task. -:bob9034 :does :log_off_at_end_of_shift. -:carol9034 :does :access_social_media. -:alice9035 :does :log_off_at_end_of_shift. -:bob9035 :does :work_related_task. -:bob9035 :does :log_off_at_end_of_shift. -:carol9035 :does :access_social_media. -:alice9036 :does :log_off_at_end_of_shift. -:bob9036 :does :work_related_task. -:bob9036 :does :log_off_at_end_of_shift. -:carol9036 :does :access_social_media. -:alice9037 :does :log_off_at_end_of_shift. -:bob9037 :does :work_related_task. -:bob9037 :does :log_off_at_end_of_shift. -:carol9037 :does :access_social_media. -:alice9038 :does :log_off_at_end_of_shift. -:bob9038 :does :work_related_task. -:bob9038 :does :log_off_at_end_of_shift. -:carol9038 :does :access_social_media. -:alice9039 :does :log_off_at_end_of_shift. -:bob9039 :does :work_related_task. -:bob9039 :does :log_off_at_end_of_shift. -:carol9039 :does :access_social_media. -:alice9040 :does :log_off_at_end_of_shift. -:bob9040 :does :work_related_task. -:bob9040 :does :log_off_at_end_of_shift. -:carol9040 :does :access_social_media. -:alice9041 :does :log_off_at_end_of_shift. -:bob9041 :does :work_related_task. -:bob9041 :does :log_off_at_end_of_shift. -:carol9041 :does :access_social_media. -:alice9042 :does :log_off_at_end_of_shift. -:bob9042 :does :work_related_task. -:bob9042 :does :log_off_at_end_of_shift. -:carol9042 :does :access_social_media. -:alice9043 :does :log_off_at_end_of_shift. -:bob9043 :does :work_related_task. -:bob9043 :does :log_off_at_end_of_shift. -:carol9043 :does :access_social_media. -:alice9044 :does :log_off_at_end_of_shift. -:bob9044 :does :work_related_task. -:bob9044 :does :log_off_at_end_of_shift. -:carol9044 :does :access_social_media. -:alice9045 :does :log_off_at_end_of_shift. -:bob9045 :does :work_related_task. -:bob9045 :does :log_off_at_end_of_shift. -:carol9045 :does :access_social_media. -:alice9046 :does :log_off_at_end_of_shift. -:bob9046 :does :work_related_task. -:bob9046 :does :log_off_at_end_of_shift. -:carol9046 :does :access_social_media. -:alice9047 :does :log_off_at_end_of_shift. -:bob9047 :does :work_related_task. -:bob9047 :does :log_off_at_end_of_shift. -:carol9047 :does :access_social_media. -:alice9048 :does :log_off_at_end_of_shift. -:bob9048 :does :work_related_task. -:bob9048 :does :log_off_at_end_of_shift. -:carol9048 :does :access_social_media. -:alice9049 :does :log_off_at_end_of_shift. -:bob9049 :does :work_related_task. -:bob9049 :does :log_off_at_end_of_shift. -:carol9049 :does :access_social_media. -:alice9050 :does :log_off_at_end_of_shift. -:bob9050 :does :work_related_task. -:bob9050 :does :log_off_at_end_of_shift. -:carol9050 :does :access_social_media. -:alice9051 :does :log_off_at_end_of_shift. -:bob9051 :does :work_related_task. -:bob9051 :does :log_off_at_end_of_shift. -:carol9051 :does :access_social_media. -:alice9052 :does :log_off_at_end_of_shift. -:bob9052 :does :work_related_task. -:bob9052 :does :log_off_at_end_of_shift. -:carol9052 :does :access_social_media. -:alice9053 :does :log_off_at_end_of_shift. -:bob9053 :does :work_related_task. -:bob9053 :does :log_off_at_end_of_shift. -:carol9053 :does :access_social_media. -:alice9054 :does :log_off_at_end_of_shift. -:bob9054 :does :work_related_task. -:bob9054 :does :log_off_at_end_of_shift. -:carol9054 :does :access_social_media. -:alice9055 :does :log_off_at_end_of_shift. -:bob9055 :does :work_related_task. -:bob9055 :does :log_off_at_end_of_shift. -:carol9055 :does :access_social_media. -:alice9056 :does :log_off_at_end_of_shift. -:bob9056 :does :work_related_task. -:bob9056 :does :log_off_at_end_of_shift. -:carol9056 :does :access_social_media. -:alice9057 :does :log_off_at_end_of_shift. -:bob9057 :does :work_related_task. -:bob9057 :does :log_off_at_end_of_shift. -:carol9057 :does :access_social_media. -:alice9058 :does :log_off_at_end_of_shift. -:bob9058 :does :work_related_task. -:bob9058 :does :log_off_at_end_of_shift. -:carol9058 :does :access_social_media. -:alice9059 :does :log_off_at_end_of_shift. -:bob9059 :does :work_related_task. -:bob9059 :does :log_off_at_end_of_shift. -:carol9059 :does :access_social_media. -:alice9060 :does :log_off_at_end_of_shift. -:bob9060 :does :work_related_task. -:bob9060 :does :log_off_at_end_of_shift. -:carol9060 :does :access_social_media. -:alice9061 :does :log_off_at_end_of_shift. -:bob9061 :does :work_related_task. -:bob9061 :does :log_off_at_end_of_shift. -:carol9061 :does :access_social_media. -:alice9062 :does :log_off_at_end_of_shift. -:bob9062 :does :work_related_task. -:bob9062 :does :log_off_at_end_of_shift. -:carol9062 :does :access_social_media. -:alice9063 :does :log_off_at_end_of_shift. -:bob9063 :does :work_related_task. -:bob9063 :does :log_off_at_end_of_shift. -:carol9063 :does :access_social_media. -:alice9064 :does :log_off_at_end_of_shift. -:bob9064 :does :work_related_task. -:bob9064 :does :log_off_at_end_of_shift. -:carol9064 :does :access_social_media. -:alice9065 :does :log_off_at_end_of_shift. -:bob9065 :does :work_related_task. -:bob9065 :does :log_off_at_end_of_shift. -:carol9065 :does :access_social_media. -:alice9066 :does :log_off_at_end_of_shift. -:bob9066 :does :work_related_task. -:bob9066 :does :log_off_at_end_of_shift. -:carol9066 :does :access_social_media. -:alice9067 :does :log_off_at_end_of_shift. -:bob9067 :does :work_related_task. -:bob9067 :does :log_off_at_end_of_shift. -:carol9067 :does :access_social_media. -:alice9068 :does :log_off_at_end_of_shift. -:bob9068 :does :work_related_task. -:bob9068 :does :log_off_at_end_of_shift. -:carol9068 :does :access_social_media. -:alice9069 :does :log_off_at_end_of_shift. -:bob9069 :does :work_related_task. -:bob9069 :does :log_off_at_end_of_shift. -:carol9069 :does :access_social_media. -:alice9070 :does :log_off_at_end_of_shift. -:bob9070 :does :work_related_task. -:bob9070 :does :log_off_at_end_of_shift. -:carol9070 :does :access_social_media. -:alice9071 :does :log_off_at_end_of_shift. -:bob9071 :does :work_related_task. -:bob9071 :does :log_off_at_end_of_shift. -:carol9071 :does :access_social_media. -:alice9072 :does :log_off_at_end_of_shift. -:bob9072 :does :work_related_task. -:bob9072 :does :log_off_at_end_of_shift. -:carol9072 :does :access_social_media. -:alice9073 :does :log_off_at_end_of_shift. -:bob9073 :does :work_related_task. -:bob9073 :does :log_off_at_end_of_shift. -:carol9073 :does :access_social_media. -:alice9074 :does :log_off_at_end_of_shift. -:bob9074 :does :work_related_task. -:bob9074 :does :log_off_at_end_of_shift. -:carol9074 :does :access_social_media. -:alice9075 :does :log_off_at_end_of_shift. -:bob9075 :does :work_related_task. -:bob9075 :does :log_off_at_end_of_shift. -:carol9075 :does :access_social_media. -:alice9076 :does :log_off_at_end_of_shift. -:bob9076 :does :work_related_task. -:bob9076 :does :log_off_at_end_of_shift. -:carol9076 :does :access_social_media. -:alice9077 :does :log_off_at_end_of_shift. -:bob9077 :does :work_related_task. -:bob9077 :does :log_off_at_end_of_shift. -:carol9077 :does :access_social_media. -:alice9078 :does :log_off_at_end_of_shift. -:bob9078 :does :work_related_task. -:bob9078 :does :log_off_at_end_of_shift. -:carol9078 :does :access_social_media. -:alice9079 :does :log_off_at_end_of_shift. -:bob9079 :does :work_related_task. -:bob9079 :does :log_off_at_end_of_shift. -:carol9079 :does :access_social_media. -:alice9080 :does :log_off_at_end_of_shift. -:bob9080 :does :work_related_task. -:bob9080 :does :log_off_at_end_of_shift. -:carol9080 :does :access_social_media. -:alice9081 :does :log_off_at_end_of_shift. -:bob9081 :does :work_related_task. -:bob9081 :does :log_off_at_end_of_shift. -:carol9081 :does :access_social_media. -:alice9082 :does :log_off_at_end_of_shift. -:bob9082 :does :work_related_task. -:bob9082 :does :log_off_at_end_of_shift. -:carol9082 :does :access_social_media. -:alice9083 :does :log_off_at_end_of_shift. -:bob9083 :does :work_related_task. -:bob9083 :does :log_off_at_end_of_shift. -:carol9083 :does :access_social_media. -:alice9084 :does :log_off_at_end_of_shift. -:bob9084 :does :work_related_task. -:bob9084 :does :log_off_at_end_of_shift. -:carol9084 :does :access_social_media. -:alice9085 :does :log_off_at_end_of_shift. -:bob9085 :does :work_related_task. -:bob9085 :does :log_off_at_end_of_shift. -:carol9085 :does :access_social_media. -:alice9086 :does :log_off_at_end_of_shift. -:bob9086 :does :work_related_task. -:bob9086 :does :log_off_at_end_of_shift. -:carol9086 :does :access_social_media. -:alice9087 :does :log_off_at_end_of_shift. -:bob9087 :does :work_related_task. -:bob9087 :does :log_off_at_end_of_shift. -:carol9087 :does :access_social_media. -:alice9088 :does :log_off_at_end_of_shift. -:bob9088 :does :work_related_task. -:bob9088 :does :log_off_at_end_of_shift. -:carol9088 :does :access_social_media. -:alice9089 :does :log_off_at_end_of_shift. -:bob9089 :does :work_related_task. -:bob9089 :does :log_off_at_end_of_shift. -:carol9089 :does :access_social_media. -:alice9090 :does :log_off_at_end_of_shift. -:bob9090 :does :work_related_task. -:bob9090 :does :log_off_at_end_of_shift. -:carol9090 :does :access_social_media. -:alice9091 :does :log_off_at_end_of_shift. -:bob9091 :does :work_related_task. -:bob9091 :does :log_off_at_end_of_shift. -:carol9091 :does :access_social_media. -:alice9092 :does :log_off_at_end_of_shift. -:bob9092 :does :work_related_task. -:bob9092 :does :log_off_at_end_of_shift. -:carol9092 :does :access_social_media. -:alice9093 :does :log_off_at_end_of_shift. -:bob9093 :does :work_related_task. -:bob9093 :does :log_off_at_end_of_shift. -:carol9093 :does :access_social_media. -:alice9094 :does :log_off_at_end_of_shift. -:bob9094 :does :work_related_task. -:bob9094 :does :log_off_at_end_of_shift. -:carol9094 :does :access_social_media. -:alice9095 :does :log_off_at_end_of_shift. -:bob9095 :does :work_related_task. -:bob9095 :does :log_off_at_end_of_shift. -:carol9095 :does :access_social_media. -:alice9096 :does :log_off_at_end_of_shift. -:bob9096 :does :work_related_task. -:bob9096 :does :log_off_at_end_of_shift. -:carol9096 :does :access_social_media. -:alice9097 :does :log_off_at_end_of_shift. -:bob9097 :does :work_related_task. -:bob9097 :does :log_off_at_end_of_shift. -:carol9097 :does :access_social_media. -:alice9098 :does :log_off_at_end_of_shift. -:bob9098 :does :work_related_task. -:bob9098 :does :log_off_at_end_of_shift. -:carol9098 :does :access_social_media. -:alice9099 :does :log_off_at_end_of_shift. -:bob9099 :does :work_related_task. -:bob9099 :does :log_off_at_end_of_shift. -:carol9099 :does :access_social_media. -:alice9100 :does :log_off_at_end_of_shift. -:bob9100 :does :work_related_task. -:bob9100 :does :log_off_at_end_of_shift. -:carol9100 :does :access_social_media. -:alice9101 :does :log_off_at_end_of_shift. -:bob9101 :does :work_related_task. -:bob9101 :does :log_off_at_end_of_shift. -:carol9101 :does :access_social_media. -:alice9102 :does :log_off_at_end_of_shift. -:bob9102 :does :work_related_task. -:bob9102 :does :log_off_at_end_of_shift. -:carol9102 :does :access_social_media. -:alice9103 :does :log_off_at_end_of_shift. -:bob9103 :does :work_related_task. -:bob9103 :does :log_off_at_end_of_shift. -:carol9103 :does :access_social_media. -:alice9104 :does :log_off_at_end_of_shift. -:bob9104 :does :work_related_task. -:bob9104 :does :log_off_at_end_of_shift. -:carol9104 :does :access_social_media. -:alice9105 :does :log_off_at_end_of_shift. -:bob9105 :does :work_related_task. -:bob9105 :does :log_off_at_end_of_shift. -:carol9105 :does :access_social_media. -:alice9106 :does :log_off_at_end_of_shift. -:bob9106 :does :work_related_task. -:bob9106 :does :log_off_at_end_of_shift. -:carol9106 :does :access_social_media. -:alice9107 :does :log_off_at_end_of_shift. -:bob9107 :does :work_related_task. -:bob9107 :does :log_off_at_end_of_shift. -:carol9107 :does :access_social_media. -:alice9108 :does :log_off_at_end_of_shift. -:bob9108 :does :work_related_task. -:bob9108 :does :log_off_at_end_of_shift. -:carol9108 :does :access_social_media. -:alice9109 :does :log_off_at_end_of_shift. -:bob9109 :does :work_related_task. -:bob9109 :does :log_off_at_end_of_shift. -:carol9109 :does :access_social_media. -:alice9110 :does :log_off_at_end_of_shift. -:bob9110 :does :work_related_task. -:bob9110 :does :log_off_at_end_of_shift. -:carol9110 :does :access_social_media. -:alice9111 :does :log_off_at_end_of_shift. -:bob9111 :does :work_related_task. -:bob9111 :does :log_off_at_end_of_shift. -:carol9111 :does :access_social_media. -:alice9112 :does :log_off_at_end_of_shift. -:bob9112 :does :work_related_task. -:bob9112 :does :log_off_at_end_of_shift. -:carol9112 :does :access_social_media. -:alice9113 :does :log_off_at_end_of_shift. -:bob9113 :does :work_related_task. -:bob9113 :does :log_off_at_end_of_shift. -:carol9113 :does :access_social_media. -:alice9114 :does :log_off_at_end_of_shift. -:bob9114 :does :work_related_task. -:bob9114 :does :log_off_at_end_of_shift. -:carol9114 :does :access_social_media. -:alice9115 :does :log_off_at_end_of_shift. -:bob9115 :does :work_related_task. -:bob9115 :does :log_off_at_end_of_shift. -:carol9115 :does :access_social_media. -:alice9116 :does :log_off_at_end_of_shift. -:bob9116 :does :work_related_task. -:bob9116 :does :log_off_at_end_of_shift. -:carol9116 :does :access_social_media. -:alice9117 :does :log_off_at_end_of_shift. -:bob9117 :does :work_related_task. -:bob9117 :does :log_off_at_end_of_shift. -:carol9117 :does :access_social_media. -:alice9118 :does :log_off_at_end_of_shift. -:bob9118 :does :work_related_task. -:bob9118 :does :log_off_at_end_of_shift. -:carol9118 :does :access_social_media. -:alice9119 :does :log_off_at_end_of_shift. -:bob9119 :does :work_related_task. -:bob9119 :does :log_off_at_end_of_shift. -:carol9119 :does :access_social_media. -:alice9120 :does :log_off_at_end_of_shift. -:bob9120 :does :work_related_task. -:bob9120 :does :log_off_at_end_of_shift. -:carol9120 :does :access_social_media. -:alice9121 :does :log_off_at_end_of_shift. -:bob9121 :does :work_related_task. -:bob9121 :does :log_off_at_end_of_shift. -:carol9121 :does :access_social_media. -:alice9122 :does :log_off_at_end_of_shift. -:bob9122 :does :work_related_task. -:bob9122 :does :log_off_at_end_of_shift. -:carol9122 :does :access_social_media. -:alice9123 :does :log_off_at_end_of_shift. -:bob9123 :does :work_related_task. -:bob9123 :does :log_off_at_end_of_shift. -:carol9123 :does :access_social_media. -:alice9124 :does :log_off_at_end_of_shift. -:bob9124 :does :work_related_task. -:bob9124 :does :log_off_at_end_of_shift. -:carol9124 :does :access_social_media. -:alice9125 :does :log_off_at_end_of_shift. -:bob9125 :does :work_related_task. -:bob9125 :does :log_off_at_end_of_shift. -:carol9125 :does :access_social_media. -:alice9126 :does :log_off_at_end_of_shift. -:bob9126 :does :work_related_task. -:bob9126 :does :log_off_at_end_of_shift. -:carol9126 :does :access_social_media. -:alice9127 :does :log_off_at_end_of_shift. -:bob9127 :does :work_related_task. -:bob9127 :does :log_off_at_end_of_shift. -:carol9127 :does :access_social_media. -:alice9128 :does :log_off_at_end_of_shift. -:bob9128 :does :work_related_task. -:bob9128 :does :log_off_at_end_of_shift. -:carol9128 :does :access_social_media. -:alice9129 :does :log_off_at_end_of_shift. -:bob9129 :does :work_related_task. -:bob9129 :does :log_off_at_end_of_shift. -:carol9129 :does :access_social_media. -:alice9130 :does :log_off_at_end_of_shift. -:bob9130 :does :work_related_task. -:bob9130 :does :log_off_at_end_of_shift. -:carol9130 :does :access_social_media. -:alice9131 :does :log_off_at_end_of_shift. -:bob9131 :does :work_related_task. -:bob9131 :does :log_off_at_end_of_shift. -:carol9131 :does :access_social_media. -:alice9132 :does :log_off_at_end_of_shift. -:bob9132 :does :work_related_task. -:bob9132 :does :log_off_at_end_of_shift. -:carol9132 :does :access_social_media. -:alice9133 :does :log_off_at_end_of_shift. -:bob9133 :does :work_related_task. -:bob9133 :does :log_off_at_end_of_shift. -:carol9133 :does :access_social_media. -:alice9134 :does :log_off_at_end_of_shift. -:bob9134 :does :work_related_task. -:bob9134 :does :log_off_at_end_of_shift. -:carol9134 :does :access_social_media. -:alice9135 :does :log_off_at_end_of_shift. -:bob9135 :does :work_related_task. -:bob9135 :does :log_off_at_end_of_shift. -:carol9135 :does :access_social_media. -:alice9136 :does :log_off_at_end_of_shift. -:bob9136 :does :work_related_task. -:bob9136 :does :log_off_at_end_of_shift. -:carol9136 :does :access_social_media. -:alice9137 :does :log_off_at_end_of_shift. -:bob9137 :does :work_related_task. -:bob9137 :does :log_off_at_end_of_shift. -:carol9137 :does :access_social_media. -:alice9138 :does :log_off_at_end_of_shift. -:bob9138 :does :work_related_task. -:bob9138 :does :log_off_at_end_of_shift. -:carol9138 :does :access_social_media. -:alice9139 :does :log_off_at_end_of_shift. -:bob9139 :does :work_related_task. -:bob9139 :does :log_off_at_end_of_shift. -:carol9139 :does :access_social_media. -:alice9140 :does :log_off_at_end_of_shift. -:bob9140 :does :work_related_task. -:bob9140 :does :log_off_at_end_of_shift. -:carol9140 :does :access_social_media. -:alice9141 :does :log_off_at_end_of_shift. -:bob9141 :does :work_related_task. -:bob9141 :does :log_off_at_end_of_shift. -:carol9141 :does :access_social_media. -:alice9142 :does :log_off_at_end_of_shift. -:bob9142 :does :work_related_task. -:bob9142 :does :log_off_at_end_of_shift. -:carol9142 :does :access_social_media. -:alice9143 :does :log_off_at_end_of_shift. -:bob9143 :does :work_related_task. -:bob9143 :does :log_off_at_end_of_shift. -:carol9143 :does :access_social_media. -:alice9144 :does :log_off_at_end_of_shift. -:bob9144 :does :work_related_task. -:bob9144 :does :log_off_at_end_of_shift. -:carol9144 :does :access_social_media. -:alice9145 :does :log_off_at_end_of_shift. -:bob9145 :does :work_related_task. -:bob9145 :does :log_off_at_end_of_shift. -:carol9145 :does :access_social_media. -:alice9146 :does :log_off_at_end_of_shift. -:bob9146 :does :work_related_task. -:bob9146 :does :log_off_at_end_of_shift. -:carol9146 :does :access_social_media. -:alice9147 :does :log_off_at_end_of_shift. -:bob9147 :does :work_related_task. -:bob9147 :does :log_off_at_end_of_shift. -:carol9147 :does :access_social_media. -:alice9148 :does :log_off_at_end_of_shift. -:bob9148 :does :work_related_task. -:bob9148 :does :log_off_at_end_of_shift. -:carol9148 :does :access_social_media. -:alice9149 :does :log_off_at_end_of_shift. -:bob9149 :does :work_related_task. -:bob9149 :does :log_off_at_end_of_shift. -:carol9149 :does :access_social_media. -:alice9150 :does :log_off_at_end_of_shift. -:bob9150 :does :work_related_task. -:bob9150 :does :log_off_at_end_of_shift. -:carol9150 :does :access_social_media. -:alice9151 :does :log_off_at_end_of_shift. -:bob9151 :does :work_related_task. -:bob9151 :does :log_off_at_end_of_shift. -:carol9151 :does :access_social_media. -:alice9152 :does :log_off_at_end_of_shift. -:bob9152 :does :work_related_task. -:bob9152 :does :log_off_at_end_of_shift. -:carol9152 :does :access_social_media. -:alice9153 :does :log_off_at_end_of_shift. -:bob9153 :does :work_related_task. -:bob9153 :does :log_off_at_end_of_shift. -:carol9153 :does :access_social_media. -:alice9154 :does :log_off_at_end_of_shift. -:bob9154 :does :work_related_task. -:bob9154 :does :log_off_at_end_of_shift. -:carol9154 :does :access_social_media. -:alice9155 :does :log_off_at_end_of_shift. -:bob9155 :does :work_related_task. -:bob9155 :does :log_off_at_end_of_shift. -:carol9155 :does :access_social_media. -:alice9156 :does :log_off_at_end_of_shift. -:bob9156 :does :work_related_task. -:bob9156 :does :log_off_at_end_of_shift. -:carol9156 :does :access_social_media. -:alice9157 :does :log_off_at_end_of_shift. -:bob9157 :does :work_related_task. -:bob9157 :does :log_off_at_end_of_shift. -:carol9157 :does :access_social_media. -:alice9158 :does :log_off_at_end_of_shift. -:bob9158 :does :work_related_task. -:bob9158 :does :log_off_at_end_of_shift. -:carol9158 :does :access_social_media. -:alice9159 :does :log_off_at_end_of_shift. -:bob9159 :does :work_related_task. -:bob9159 :does :log_off_at_end_of_shift. -:carol9159 :does :access_social_media. -:alice9160 :does :log_off_at_end_of_shift. -:bob9160 :does :work_related_task. -:bob9160 :does :log_off_at_end_of_shift. -:carol9160 :does :access_social_media. -:alice9161 :does :log_off_at_end_of_shift. -:bob9161 :does :work_related_task. -:bob9161 :does :log_off_at_end_of_shift. -:carol9161 :does :access_social_media. -:alice9162 :does :log_off_at_end_of_shift. -:bob9162 :does :work_related_task. -:bob9162 :does :log_off_at_end_of_shift. -:carol9162 :does :access_social_media. -:alice9163 :does :log_off_at_end_of_shift. -:bob9163 :does :work_related_task. -:bob9163 :does :log_off_at_end_of_shift. -:carol9163 :does :access_social_media. -:alice9164 :does :log_off_at_end_of_shift. -:bob9164 :does :work_related_task. -:bob9164 :does :log_off_at_end_of_shift. -:carol9164 :does :access_social_media. -:alice9165 :does :log_off_at_end_of_shift. -:bob9165 :does :work_related_task. -:bob9165 :does :log_off_at_end_of_shift. -:carol9165 :does :access_social_media. -:alice9166 :does :log_off_at_end_of_shift. -:bob9166 :does :work_related_task. -:bob9166 :does :log_off_at_end_of_shift. -:carol9166 :does :access_social_media. -:alice9167 :does :log_off_at_end_of_shift. -:bob9167 :does :work_related_task. -:bob9167 :does :log_off_at_end_of_shift. -:carol9167 :does :access_social_media. -:alice9168 :does :log_off_at_end_of_shift. -:bob9168 :does :work_related_task. -:bob9168 :does :log_off_at_end_of_shift. -:carol9168 :does :access_social_media. -:alice9169 :does :log_off_at_end_of_shift. -:bob9169 :does :work_related_task. -:bob9169 :does :log_off_at_end_of_shift. -:carol9169 :does :access_social_media. -:alice9170 :does :log_off_at_end_of_shift. -:bob9170 :does :work_related_task. -:bob9170 :does :log_off_at_end_of_shift. -:carol9170 :does :access_social_media. -:alice9171 :does :log_off_at_end_of_shift. -:bob9171 :does :work_related_task. -:bob9171 :does :log_off_at_end_of_shift. -:carol9171 :does :access_social_media. -:alice9172 :does :log_off_at_end_of_shift. -:bob9172 :does :work_related_task. -:bob9172 :does :log_off_at_end_of_shift. -:carol9172 :does :access_social_media. -:alice9173 :does :log_off_at_end_of_shift. -:bob9173 :does :work_related_task. -:bob9173 :does :log_off_at_end_of_shift. -:carol9173 :does :access_social_media. -:alice9174 :does :log_off_at_end_of_shift. -:bob9174 :does :work_related_task. -:bob9174 :does :log_off_at_end_of_shift. -:carol9174 :does :access_social_media. -:alice9175 :does :log_off_at_end_of_shift. -:bob9175 :does :work_related_task. -:bob9175 :does :log_off_at_end_of_shift. -:carol9175 :does :access_social_media. -:alice9176 :does :log_off_at_end_of_shift. -:bob9176 :does :work_related_task. -:bob9176 :does :log_off_at_end_of_shift. -:carol9176 :does :access_social_media. -:alice9177 :does :log_off_at_end_of_shift. -:bob9177 :does :work_related_task. -:bob9177 :does :log_off_at_end_of_shift. -:carol9177 :does :access_social_media. -:alice9178 :does :log_off_at_end_of_shift. -:bob9178 :does :work_related_task. -:bob9178 :does :log_off_at_end_of_shift. -:carol9178 :does :access_social_media. -:alice9179 :does :log_off_at_end_of_shift. -:bob9179 :does :work_related_task. -:bob9179 :does :log_off_at_end_of_shift. -:carol9179 :does :access_social_media. -:alice9180 :does :log_off_at_end_of_shift. -:bob9180 :does :work_related_task. -:bob9180 :does :log_off_at_end_of_shift. -:carol9180 :does :access_social_media. -:alice9181 :does :log_off_at_end_of_shift. -:bob9181 :does :work_related_task. -:bob9181 :does :log_off_at_end_of_shift. -:carol9181 :does :access_social_media. -:alice9182 :does :log_off_at_end_of_shift. -:bob9182 :does :work_related_task. -:bob9182 :does :log_off_at_end_of_shift. -:carol9182 :does :access_social_media. -:alice9183 :does :log_off_at_end_of_shift. -:bob9183 :does :work_related_task. -:bob9183 :does :log_off_at_end_of_shift. -:carol9183 :does :access_social_media. -:alice9184 :does :log_off_at_end_of_shift. -:bob9184 :does :work_related_task. -:bob9184 :does :log_off_at_end_of_shift. -:carol9184 :does :access_social_media. -:alice9185 :does :log_off_at_end_of_shift. -:bob9185 :does :work_related_task. -:bob9185 :does :log_off_at_end_of_shift. -:carol9185 :does :access_social_media. -:alice9186 :does :log_off_at_end_of_shift. -:bob9186 :does :work_related_task. -:bob9186 :does :log_off_at_end_of_shift. -:carol9186 :does :access_social_media. -:alice9187 :does :log_off_at_end_of_shift. -:bob9187 :does :work_related_task. -:bob9187 :does :log_off_at_end_of_shift. -:carol9187 :does :access_social_media. -:alice9188 :does :log_off_at_end_of_shift. -:bob9188 :does :work_related_task. -:bob9188 :does :log_off_at_end_of_shift. -:carol9188 :does :access_social_media. -:alice9189 :does :log_off_at_end_of_shift. -:bob9189 :does :work_related_task. -:bob9189 :does :log_off_at_end_of_shift. -:carol9189 :does :access_social_media. -:alice9190 :does :log_off_at_end_of_shift. -:bob9190 :does :work_related_task. -:bob9190 :does :log_off_at_end_of_shift. -:carol9190 :does :access_social_media. -:alice9191 :does :log_off_at_end_of_shift. -:bob9191 :does :work_related_task. -:bob9191 :does :log_off_at_end_of_shift. -:carol9191 :does :access_social_media. -:alice9192 :does :log_off_at_end_of_shift. -:bob9192 :does :work_related_task. -:bob9192 :does :log_off_at_end_of_shift. -:carol9192 :does :access_social_media. -:alice9193 :does :log_off_at_end_of_shift. -:bob9193 :does :work_related_task. -:bob9193 :does :log_off_at_end_of_shift. -:carol9193 :does :access_social_media. -:alice9194 :does :log_off_at_end_of_shift. -:bob9194 :does :work_related_task. -:bob9194 :does :log_off_at_end_of_shift. -:carol9194 :does :access_social_media. -:alice9195 :does :log_off_at_end_of_shift. -:bob9195 :does :work_related_task. -:bob9195 :does :log_off_at_end_of_shift. -:carol9195 :does :access_social_media. -:alice9196 :does :log_off_at_end_of_shift. -:bob9196 :does :work_related_task. -:bob9196 :does :log_off_at_end_of_shift. -:carol9196 :does :access_social_media. -:alice9197 :does :log_off_at_end_of_shift. -:bob9197 :does :work_related_task. -:bob9197 :does :log_off_at_end_of_shift. -:carol9197 :does :access_social_media. -:alice9198 :does :log_off_at_end_of_shift. -:bob9198 :does :work_related_task. -:bob9198 :does :log_off_at_end_of_shift. -:carol9198 :does :access_social_media. -:alice9199 :does :log_off_at_end_of_shift. -:bob9199 :does :work_related_task. -:bob9199 :does :log_off_at_end_of_shift. -:carol9199 :does :access_social_media. -:alice9200 :does :log_off_at_end_of_shift. -:bob9200 :does :work_related_task. -:bob9200 :does :log_off_at_end_of_shift. -:carol9200 :does :access_social_media. -:alice9201 :does :log_off_at_end_of_shift. -:bob9201 :does :work_related_task. -:bob9201 :does :log_off_at_end_of_shift. -:carol9201 :does :access_social_media. -:alice9202 :does :log_off_at_end_of_shift. -:bob9202 :does :work_related_task. -:bob9202 :does :log_off_at_end_of_shift. -:carol9202 :does :access_social_media. -:alice9203 :does :log_off_at_end_of_shift. -:bob9203 :does :work_related_task. -:bob9203 :does :log_off_at_end_of_shift. -:carol9203 :does :access_social_media. -:alice9204 :does :log_off_at_end_of_shift. -:bob9204 :does :work_related_task. -:bob9204 :does :log_off_at_end_of_shift. -:carol9204 :does :access_social_media. -:alice9205 :does :log_off_at_end_of_shift. -:bob9205 :does :work_related_task. -:bob9205 :does :log_off_at_end_of_shift. -:carol9205 :does :access_social_media. -:alice9206 :does :log_off_at_end_of_shift. -:bob9206 :does :work_related_task. -:bob9206 :does :log_off_at_end_of_shift. -:carol9206 :does :access_social_media. -:alice9207 :does :log_off_at_end_of_shift. -:bob9207 :does :work_related_task. -:bob9207 :does :log_off_at_end_of_shift. -:carol9207 :does :access_social_media. -:alice9208 :does :log_off_at_end_of_shift. -:bob9208 :does :work_related_task. -:bob9208 :does :log_off_at_end_of_shift. -:carol9208 :does :access_social_media. -:alice9209 :does :log_off_at_end_of_shift. -:bob9209 :does :work_related_task. -:bob9209 :does :log_off_at_end_of_shift. -:carol9209 :does :access_social_media. -:alice9210 :does :log_off_at_end_of_shift. -:bob9210 :does :work_related_task. -:bob9210 :does :log_off_at_end_of_shift. -:carol9210 :does :access_social_media. -:alice9211 :does :log_off_at_end_of_shift. -:bob9211 :does :work_related_task. -:bob9211 :does :log_off_at_end_of_shift. -:carol9211 :does :access_social_media. -:alice9212 :does :log_off_at_end_of_shift. -:bob9212 :does :work_related_task. -:bob9212 :does :log_off_at_end_of_shift. -:carol9212 :does :access_social_media. -:alice9213 :does :log_off_at_end_of_shift. -:bob9213 :does :work_related_task. -:bob9213 :does :log_off_at_end_of_shift. -:carol9213 :does :access_social_media. -:alice9214 :does :log_off_at_end_of_shift. -:bob9214 :does :work_related_task. -:bob9214 :does :log_off_at_end_of_shift. -:carol9214 :does :access_social_media. -:alice9215 :does :log_off_at_end_of_shift. -:bob9215 :does :work_related_task. -:bob9215 :does :log_off_at_end_of_shift. -:carol9215 :does :access_social_media. -:alice9216 :does :log_off_at_end_of_shift. -:bob9216 :does :work_related_task. -:bob9216 :does :log_off_at_end_of_shift. -:carol9216 :does :access_social_media. -:alice9217 :does :log_off_at_end_of_shift. -:bob9217 :does :work_related_task. -:bob9217 :does :log_off_at_end_of_shift. -:carol9217 :does :access_social_media. -:alice9218 :does :log_off_at_end_of_shift. -:bob9218 :does :work_related_task. -:bob9218 :does :log_off_at_end_of_shift. -:carol9218 :does :access_social_media. -:alice9219 :does :log_off_at_end_of_shift. -:bob9219 :does :work_related_task. -:bob9219 :does :log_off_at_end_of_shift. -:carol9219 :does :access_social_media. -:alice9220 :does :log_off_at_end_of_shift. -:bob9220 :does :work_related_task. -:bob9220 :does :log_off_at_end_of_shift. -:carol9220 :does :access_social_media. -:alice9221 :does :log_off_at_end_of_shift. -:bob9221 :does :work_related_task. -:bob9221 :does :log_off_at_end_of_shift. -:carol9221 :does :access_social_media. -:alice9222 :does :log_off_at_end_of_shift. -:bob9222 :does :work_related_task. -:bob9222 :does :log_off_at_end_of_shift. -:carol9222 :does :access_social_media. -:alice9223 :does :log_off_at_end_of_shift. -:bob9223 :does :work_related_task. -:bob9223 :does :log_off_at_end_of_shift. -:carol9223 :does :access_social_media. -:alice9224 :does :log_off_at_end_of_shift. -:bob9224 :does :work_related_task. -:bob9224 :does :log_off_at_end_of_shift. -:carol9224 :does :access_social_media. -:alice9225 :does :log_off_at_end_of_shift. -:bob9225 :does :work_related_task. -:bob9225 :does :log_off_at_end_of_shift. -:carol9225 :does :access_social_media. -:alice9226 :does :log_off_at_end_of_shift. -:bob9226 :does :work_related_task. -:bob9226 :does :log_off_at_end_of_shift. -:carol9226 :does :access_social_media. -:alice9227 :does :log_off_at_end_of_shift. -:bob9227 :does :work_related_task. -:bob9227 :does :log_off_at_end_of_shift. -:carol9227 :does :access_social_media. -:alice9228 :does :log_off_at_end_of_shift. -:bob9228 :does :work_related_task. -:bob9228 :does :log_off_at_end_of_shift. -:carol9228 :does :access_social_media. -:alice9229 :does :log_off_at_end_of_shift. -:bob9229 :does :work_related_task. -:bob9229 :does :log_off_at_end_of_shift. -:carol9229 :does :access_social_media. -:alice9230 :does :log_off_at_end_of_shift. -:bob9230 :does :work_related_task. -:bob9230 :does :log_off_at_end_of_shift. -:carol9230 :does :access_social_media. -:alice9231 :does :log_off_at_end_of_shift. -:bob9231 :does :work_related_task. -:bob9231 :does :log_off_at_end_of_shift. -:carol9231 :does :access_social_media. -:alice9232 :does :log_off_at_end_of_shift. -:bob9232 :does :work_related_task. -:bob9232 :does :log_off_at_end_of_shift. -:carol9232 :does :access_social_media. -:alice9233 :does :log_off_at_end_of_shift. -:bob9233 :does :work_related_task. -:bob9233 :does :log_off_at_end_of_shift. -:carol9233 :does :access_social_media. -:alice9234 :does :log_off_at_end_of_shift. -:bob9234 :does :work_related_task. -:bob9234 :does :log_off_at_end_of_shift. -:carol9234 :does :access_social_media. -:alice9235 :does :log_off_at_end_of_shift. -:bob9235 :does :work_related_task. -:bob9235 :does :log_off_at_end_of_shift. -:carol9235 :does :access_social_media. -:alice9236 :does :log_off_at_end_of_shift. -:bob9236 :does :work_related_task. -:bob9236 :does :log_off_at_end_of_shift. -:carol9236 :does :access_social_media. -:alice9237 :does :log_off_at_end_of_shift. -:bob9237 :does :work_related_task. -:bob9237 :does :log_off_at_end_of_shift. -:carol9237 :does :access_social_media. -:alice9238 :does :log_off_at_end_of_shift. -:bob9238 :does :work_related_task. -:bob9238 :does :log_off_at_end_of_shift. -:carol9238 :does :access_social_media. -:alice9239 :does :log_off_at_end_of_shift. -:bob9239 :does :work_related_task. -:bob9239 :does :log_off_at_end_of_shift. -:carol9239 :does :access_social_media. -:alice9240 :does :log_off_at_end_of_shift. -:bob9240 :does :work_related_task. -:bob9240 :does :log_off_at_end_of_shift. -:carol9240 :does :access_social_media. -:alice9241 :does :log_off_at_end_of_shift. -:bob9241 :does :work_related_task. -:bob9241 :does :log_off_at_end_of_shift. -:carol9241 :does :access_social_media. -:alice9242 :does :log_off_at_end_of_shift. -:bob9242 :does :work_related_task. -:bob9242 :does :log_off_at_end_of_shift. -:carol9242 :does :access_social_media. -:alice9243 :does :log_off_at_end_of_shift. -:bob9243 :does :work_related_task. -:bob9243 :does :log_off_at_end_of_shift. -:carol9243 :does :access_social_media. -:alice9244 :does :log_off_at_end_of_shift. -:bob9244 :does :work_related_task. -:bob9244 :does :log_off_at_end_of_shift. -:carol9244 :does :access_social_media. -:alice9245 :does :log_off_at_end_of_shift. -:bob9245 :does :work_related_task. -:bob9245 :does :log_off_at_end_of_shift. -:carol9245 :does :access_social_media. -:alice9246 :does :log_off_at_end_of_shift. -:bob9246 :does :work_related_task. -:bob9246 :does :log_off_at_end_of_shift. -:carol9246 :does :access_social_media. -:alice9247 :does :log_off_at_end_of_shift. -:bob9247 :does :work_related_task. -:bob9247 :does :log_off_at_end_of_shift. -:carol9247 :does :access_social_media. -:alice9248 :does :log_off_at_end_of_shift. -:bob9248 :does :work_related_task. -:bob9248 :does :log_off_at_end_of_shift. -:carol9248 :does :access_social_media. -:alice9249 :does :log_off_at_end_of_shift. -:bob9249 :does :work_related_task. -:bob9249 :does :log_off_at_end_of_shift. -:carol9249 :does :access_social_media. -:alice9250 :does :log_off_at_end_of_shift. -:bob9250 :does :work_related_task. -:bob9250 :does :log_off_at_end_of_shift. -:carol9250 :does :access_social_media. -:alice9251 :does :log_off_at_end_of_shift. -:bob9251 :does :work_related_task. -:bob9251 :does :log_off_at_end_of_shift. -:carol9251 :does :access_social_media. -:alice9252 :does :log_off_at_end_of_shift. -:bob9252 :does :work_related_task. -:bob9252 :does :log_off_at_end_of_shift. -:carol9252 :does :access_social_media. -:alice9253 :does :log_off_at_end_of_shift. -:bob9253 :does :work_related_task. -:bob9253 :does :log_off_at_end_of_shift. -:carol9253 :does :access_social_media. -:alice9254 :does :log_off_at_end_of_shift. -:bob9254 :does :work_related_task. -:bob9254 :does :log_off_at_end_of_shift. -:carol9254 :does :access_social_media. -:alice9255 :does :log_off_at_end_of_shift. -:bob9255 :does :work_related_task. -:bob9255 :does :log_off_at_end_of_shift. -:carol9255 :does :access_social_media. -:alice9256 :does :log_off_at_end_of_shift. -:bob9256 :does :work_related_task. -:bob9256 :does :log_off_at_end_of_shift. -:carol9256 :does :access_social_media. -:alice9257 :does :log_off_at_end_of_shift. -:bob9257 :does :work_related_task. -:bob9257 :does :log_off_at_end_of_shift. -:carol9257 :does :access_social_media. -:alice9258 :does :log_off_at_end_of_shift. -:bob9258 :does :work_related_task. -:bob9258 :does :log_off_at_end_of_shift. -:carol9258 :does :access_social_media. -:alice9259 :does :log_off_at_end_of_shift. -:bob9259 :does :work_related_task. -:bob9259 :does :log_off_at_end_of_shift. -:carol9259 :does :access_social_media. -:alice9260 :does :log_off_at_end_of_shift. -:bob9260 :does :work_related_task. -:bob9260 :does :log_off_at_end_of_shift. -:carol9260 :does :access_social_media. -:alice9261 :does :log_off_at_end_of_shift. -:bob9261 :does :work_related_task. -:bob9261 :does :log_off_at_end_of_shift. -:carol9261 :does :access_social_media. -:alice9262 :does :log_off_at_end_of_shift. -:bob9262 :does :work_related_task. -:bob9262 :does :log_off_at_end_of_shift. -:carol9262 :does :access_social_media. -:alice9263 :does :log_off_at_end_of_shift. -:bob9263 :does :work_related_task. -:bob9263 :does :log_off_at_end_of_shift. -:carol9263 :does :access_social_media. -:alice9264 :does :log_off_at_end_of_shift. -:bob9264 :does :work_related_task. -:bob9264 :does :log_off_at_end_of_shift. -:carol9264 :does :access_social_media. -:alice9265 :does :log_off_at_end_of_shift. -:bob9265 :does :work_related_task. -:bob9265 :does :log_off_at_end_of_shift. -:carol9265 :does :access_social_media. -:alice9266 :does :log_off_at_end_of_shift. -:bob9266 :does :work_related_task. -:bob9266 :does :log_off_at_end_of_shift. -:carol9266 :does :access_social_media. -:alice9267 :does :log_off_at_end_of_shift. -:bob9267 :does :work_related_task. -:bob9267 :does :log_off_at_end_of_shift. -:carol9267 :does :access_social_media. -:alice9268 :does :log_off_at_end_of_shift. -:bob9268 :does :work_related_task. -:bob9268 :does :log_off_at_end_of_shift. -:carol9268 :does :access_social_media. -:alice9269 :does :log_off_at_end_of_shift. -:bob9269 :does :work_related_task. -:bob9269 :does :log_off_at_end_of_shift. -:carol9269 :does :access_social_media. -:alice9270 :does :log_off_at_end_of_shift. -:bob9270 :does :work_related_task. -:bob9270 :does :log_off_at_end_of_shift. -:carol9270 :does :access_social_media. -:alice9271 :does :log_off_at_end_of_shift. -:bob9271 :does :work_related_task. -:bob9271 :does :log_off_at_end_of_shift. -:carol9271 :does :access_social_media. -:alice9272 :does :log_off_at_end_of_shift. -:bob9272 :does :work_related_task. -:bob9272 :does :log_off_at_end_of_shift. -:carol9272 :does :access_social_media. -:alice9273 :does :log_off_at_end_of_shift. -:bob9273 :does :work_related_task. -:bob9273 :does :log_off_at_end_of_shift. -:carol9273 :does :access_social_media. -:alice9274 :does :log_off_at_end_of_shift. -:bob9274 :does :work_related_task. -:bob9274 :does :log_off_at_end_of_shift. -:carol9274 :does :access_social_media. -:alice9275 :does :log_off_at_end_of_shift. -:bob9275 :does :work_related_task. -:bob9275 :does :log_off_at_end_of_shift. -:carol9275 :does :access_social_media. -:alice9276 :does :log_off_at_end_of_shift. -:bob9276 :does :work_related_task. -:bob9276 :does :log_off_at_end_of_shift. -:carol9276 :does :access_social_media. -:alice9277 :does :log_off_at_end_of_shift. -:bob9277 :does :work_related_task. -:bob9277 :does :log_off_at_end_of_shift. -:carol9277 :does :access_social_media. -:alice9278 :does :log_off_at_end_of_shift. -:bob9278 :does :work_related_task. -:bob9278 :does :log_off_at_end_of_shift. -:carol9278 :does :access_social_media. -:alice9279 :does :log_off_at_end_of_shift. -:bob9279 :does :work_related_task. -:bob9279 :does :log_off_at_end_of_shift. -:carol9279 :does :access_social_media. -:alice9280 :does :log_off_at_end_of_shift. -:bob9280 :does :work_related_task. -:bob9280 :does :log_off_at_end_of_shift. -:carol9280 :does :access_social_media. -:alice9281 :does :log_off_at_end_of_shift. -:bob9281 :does :work_related_task. -:bob9281 :does :log_off_at_end_of_shift. -:carol9281 :does :access_social_media. -:alice9282 :does :log_off_at_end_of_shift. -:bob9282 :does :work_related_task. -:bob9282 :does :log_off_at_end_of_shift. -:carol9282 :does :access_social_media. -:alice9283 :does :log_off_at_end_of_shift. -:bob9283 :does :work_related_task. -:bob9283 :does :log_off_at_end_of_shift. -:carol9283 :does :access_social_media. -:alice9284 :does :log_off_at_end_of_shift. -:bob9284 :does :work_related_task. -:bob9284 :does :log_off_at_end_of_shift. -:carol9284 :does :access_social_media. -:alice9285 :does :log_off_at_end_of_shift. -:bob9285 :does :work_related_task. -:bob9285 :does :log_off_at_end_of_shift. -:carol9285 :does :access_social_media. -:alice9286 :does :log_off_at_end_of_shift. -:bob9286 :does :work_related_task. -:bob9286 :does :log_off_at_end_of_shift. -:carol9286 :does :access_social_media. -:alice9287 :does :log_off_at_end_of_shift. -:bob9287 :does :work_related_task. -:bob9287 :does :log_off_at_end_of_shift. -:carol9287 :does :access_social_media. -:alice9288 :does :log_off_at_end_of_shift. -:bob9288 :does :work_related_task. -:bob9288 :does :log_off_at_end_of_shift. -:carol9288 :does :access_social_media. -:alice9289 :does :log_off_at_end_of_shift. -:bob9289 :does :work_related_task. -:bob9289 :does :log_off_at_end_of_shift. -:carol9289 :does :access_social_media. -:alice9290 :does :log_off_at_end_of_shift. -:bob9290 :does :work_related_task. -:bob9290 :does :log_off_at_end_of_shift. -:carol9290 :does :access_social_media. -:alice9291 :does :log_off_at_end_of_shift. -:bob9291 :does :work_related_task. -:bob9291 :does :log_off_at_end_of_shift. -:carol9291 :does :access_social_media. -:alice9292 :does :log_off_at_end_of_shift. -:bob9292 :does :work_related_task. -:bob9292 :does :log_off_at_end_of_shift. -:carol9292 :does :access_social_media. -:alice9293 :does :log_off_at_end_of_shift. -:bob9293 :does :work_related_task. -:bob9293 :does :log_off_at_end_of_shift. -:carol9293 :does :access_social_media. -:alice9294 :does :log_off_at_end_of_shift. -:bob9294 :does :work_related_task. -:bob9294 :does :log_off_at_end_of_shift. -:carol9294 :does :access_social_media. -:alice9295 :does :log_off_at_end_of_shift. -:bob9295 :does :work_related_task. -:bob9295 :does :log_off_at_end_of_shift. -:carol9295 :does :access_social_media. -:alice9296 :does :log_off_at_end_of_shift. -:bob9296 :does :work_related_task. -:bob9296 :does :log_off_at_end_of_shift. -:carol9296 :does :access_social_media. -:alice9297 :does :log_off_at_end_of_shift. -:bob9297 :does :work_related_task. -:bob9297 :does :log_off_at_end_of_shift. -:carol9297 :does :access_social_media. -:alice9298 :does :log_off_at_end_of_shift. -:bob9298 :does :work_related_task. -:bob9298 :does :log_off_at_end_of_shift. -:carol9298 :does :access_social_media. -:alice9299 :does :log_off_at_end_of_shift. -:bob9299 :does :work_related_task. -:bob9299 :does :log_off_at_end_of_shift. -:carol9299 :does :access_social_media. -:alice9300 :does :log_off_at_end_of_shift. -:bob9300 :does :work_related_task. -:bob9300 :does :log_off_at_end_of_shift. -:carol9300 :does :access_social_media. -:alice9301 :does :log_off_at_end_of_shift. -:bob9301 :does :work_related_task. -:bob9301 :does :log_off_at_end_of_shift. -:carol9301 :does :access_social_media. -:alice9302 :does :log_off_at_end_of_shift. -:bob9302 :does :work_related_task. -:bob9302 :does :log_off_at_end_of_shift. -:carol9302 :does :access_social_media. -:alice9303 :does :log_off_at_end_of_shift. -:bob9303 :does :work_related_task. -:bob9303 :does :log_off_at_end_of_shift. -:carol9303 :does :access_social_media. -:alice9304 :does :log_off_at_end_of_shift. -:bob9304 :does :work_related_task. -:bob9304 :does :log_off_at_end_of_shift. -:carol9304 :does :access_social_media. -:alice9305 :does :log_off_at_end_of_shift. -:bob9305 :does :work_related_task. -:bob9305 :does :log_off_at_end_of_shift. -:carol9305 :does :access_social_media. -:alice9306 :does :log_off_at_end_of_shift. -:bob9306 :does :work_related_task. -:bob9306 :does :log_off_at_end_of_shift. -:carol9306 :does :access_social_media. -:alice9307 :does :log_off_at_end_of_shift. -:bob9307 :does :work_related_task. -:bob9307 :does :log_off_at_end_of_shift. -:carol9307 :does :access_social_media. -:alice9308 :does :log_off_at_end_of_shift. -:bob9308 :does :work_related_task. -:bob9308 :does :log_off_at_end_of_shift. -:carol9308 :does :access_social_media. -:alice9309 :does :log_off_at_end_of_shift. -:bob9309 :does :work_related_task. -:bob9309 :does :log_off_at_end_of_shift. -:carol9309 :does :access_social_media. -:alice9310 :does :log_off_at_end_of_shift. -:bob9310 :does :work_related_task. -:bob9310 :does :log_off_at_end_of_shift. -:carol9310 :does :access_social_media. -:alice9311 :does :log_off_at_end_of_shift. -:bob9311 :does :work_related_task. -:bob9311 :does :log_off_at_end_of_shift. -:carol9311 :does :access_social_media. -:alice9312 :does :log_off_at_end_of_shift. -:bob9312 :does :work_related_task. -:bob9312 :does :log_off_at_end_of_shift. -:carol9312 :does :access_social_media. -:alice9313 :does :log_off_at_end_of_shift. -:bob9313 :does :work_related_task. -:bob9313 :does :log_off_at_end_of_shift. -:carol9313 :does :access_social_media. -:alice9314 :does :log_off_at_end_of_shift. -:bob9314 :does :work_related_task. -:bob9314 :does :log_off_at_end_of_shift. -:carol9314 :does :access_social_media. -:alice9315 :does :log_off_at_end_of_shift. -:bob9315 :does :work_related_task. -:bob9315 :does :log_off_at_end_of_shift. -:carol9315 :does :access_social_media. -:alice9316 :does :log_off_at_end_of_shift. -:bob9316 :does :work_related_task. -:bob9316 :does :log_off_at_end_of_shift. -:carol9316 :does :access_social_media. -:alice9317 :does :log_off_at_end_of_shift. -:bob9317 :does :work_related_task. -:bob9317 :does :log_off_at_end_of_shift. -:carol9317 :does :access_social_media. -:alice9318 :does :log_off_at_end_of_shift. -:bob9318 :does :work_related_task. -:bob9318 :does :log_off_at_end_of_shift. -:carol9318 :does :access_social_media. -:alice9319 :does :log_off_at_end_of_shift. -:bob9319 :does :work_related_task. -:bob9319 :does :log_off_at_end_of_shift. -:carol9319 :does :access_social_media. -:alice9320 :does :log_off_at_end_of_shift. -:bob9320 :does :work_related_task. -:bob9320 :does :log_off_at_end_of_shift. -:carol9320 :does :access_social_media. -:alice9321 :does :log_off_at_end_of_shift. -:bob9321 :does :work_related_task. -:bob9321 :does :log_off_at_end_of_shift. -:carol9321 :does :access_social_media. -:alice9322 :does :log_off_at_end_of_shift. -:bob9322 :does :work_related_task. -:bob9322 :does :log_off_at_end_of_shift. -:carol9322 :does :access_social_media. -:alice9323 :does :log_off_at_end_of_shift. -:bob9323 :does :work_related_task. -:bob9323 :does :log_off_at_end_of_shift. -:carol9323 :does :access_social_media. -:alice9324 :does :log_off_at_end_of_shift. -:bob9324 :does :work_related_task. -:bob9324 :does :log_off_at_end_of_shift. -:carol9324 :does :access_social_media. -:alice9325 :does :log_off_at_end_of_shift. -:bob9325 :does :work_related_task. -:bob9325 :does :log_off_at_end_of_shift. -:carol9325 :does :access_social_media. -:alice9326 :does :log_off_at_end_of_shift. -:bob9326 :does :work_related_task. -:bob9326 :does :log_off_at_end_of_shift. -:carol9326 :does :access_social_media. -:alice9327 :does :log_off_at_end_of_shift. -:bob9327 :does :work_related_task. -:bob9327 :does :log_off_at_end_of_shift. -:carol9327 :does :access_social_media. -:alice9328 :does :log_off_at_end_of_shift. -:bob9328 :does :work_related_task. -:bob9328 :does :log_off_at_end_of_shift. -:carol9328 :does :access_social_media. -:alice9329 :does :log_off_at_end_of_shift. -:bob9329 :does :work_related_task. -:bob9329 :does :log_off_at_end_of_shift. -:carol9329 :does :access_social_media. -:alice9330 :does :log_off_at_end_of_shift. -:bob9330 :does :work_related_task. -:bob9330 :does :log_off_at_end_of_shift. -:carol9330 :does :access_social_media. -:alice9331 :does :log_off_at_end_of_shift. -:bob9331 :does :work_related_task. -:bob9331 :does :log_off_at_end_of_shift. -:carol9331 :does :access_social_media. -:alice9332 :does :log_off_at_end_of_shift. -:bob9332 :does :work_related_task. -:bob9332 :does :log_off_at_end_of_shift. -:carol9332 :does :access_social_media. -:alice9333 :does :log_off_at_end_of_shift. -:bob9333 :does :work_related_task. -:bob9333 :does :log_off_at_end_of_shift. -:carol9333 :does :access_social_media. -:alice9334 :does :log_off_at_end_of_shift. -:bob9334 :does :work_related_task. -:bob9334 :does :log_off_at_end_of_shift. -:carol9334 :does :access_social_media. -:alice9335 :does :log_off_at_end_of_shift. -:bob9335 :does :work_related_task. -:bob9335 :does :log_off_at_end_of_shift. -:carol9335 :does :access_social_media. -:alice9336 :does :log_off_at_end_of_shift. -:bob9336 :does :work_related_task. -:bob9336 :does :log_off_at_end_of_shift. -:carol9336 :does :access_social_media. -:alice9337 :does :log_off_at_end_of_shift. -:bob9337 :does :work_related_task. -:bob9337 :does :log_off_at_end_of_shift. -:carol9337 :does :access_social_media. -:alice9338 :does :log_off_at_end_of_shift. -:bob9338 :does :work_related_task. -:bob9338 :does :log_off_at_end_of_shift. -:carol9338 :does :access_social_media. -:alice9339 :does :log_off_at_end_of_shift. -:bob9339 :does :work_related_task. -:bob9339 :does :log_off_at_end_of_shift. -:carol9339 :does :access_social_media. -:alice9340 :does :log_off_at_end_of_shift. -:bob9340 :does :work_related_task. -:bob9340 :does :log_off_at_end_of_shift. -:carol9340 :does :access_social_media. -:alice9341 :does :log_off_at_end_of_shift. -:bob9341 :does :work_related_task. -:bob9341 :does :log_off_at_end_of_shift. -:carol9341 :does :access_social_media. -:alice9342 :does :log_off_at_end_of_shift. -:bob9342 :does :work_related_task. -:bob9342 :does :log_off_at_end_of_shift. -:carol9342 :does :access_social_media. -:alice9343 :does :log_off_at_end_of_shift. -:bob9343 :does :work_related_task. -:bob9343 :does :log_off_at_end_of_shift. -:carol9343 :does :access_social_media. -:alice9344 :does :log_off_at_end_of_shift. -:bob9344 :does :work_related_task. -:bob9344 :does :log_off_at_end_of_shift. -:carol9344 :does :access_social_media. -:alice9345 :does :log_off_at_end_of_shift. -:bob9345 :does :work_related_task. -:bob9345 :does :log_off_at_end_of_shift. -:carol9345 :does :access_social_media. -:alice9346 :does :log_off_at_end_of_shift. -:bob9346 :does :work_related_task. -:bob9346 :does :log_off_at_end_of_shift. -:carol9346 :does :access_social_media. -:alice9347 :does :log_off_at_end_of_shift. -:bob9347 :does :work_related_task. -:bob9347 :does :log_off_at_end_of_shift. -:carol9347 :does :access_social_media. -:alice9348 :does :log_off_at_end_of_shift. -:bob9348 :does :work_related_task. -:bob9348 :does :log_off_at_end_of_shift. -:carol9348 :does :access_social_media. -:alice9349 :does :log_off_at_end_of_shift. -:bob9349 :does :work_related_task. -:bob9349 :does :log_off_at_end_of_shift. -:carol9349 :does :access_social_media. -:alice9350 :does :log_off_at_end_of_shift. -:bob9350 :does :work_related_task. -:bob9350 :does :log_off_at_end_of_shift. -:carol9350 :does :access_social_media. -:alice9351 :does :log_off_at_end_of_shift. -:bob9351 :does :work_related_task. -:bob9351 :does :log_off_at_end_of_shift. -:carol9351 :does :access_social_media. -:alice9352 :does :log_off_at_end_of_shift. -:bob9352 :does :work_related_task. -:bob9352 :does :log_off_at_end_of_shift. -:carol9352 :does :access_social_media. -:alice9353 :does :log_off_at_end_of_shift. -:bob9353 :does :work_related_task. -:bob9353 :does :log_off_at_end_of_shift. -:carol9353 :does :access_social_media. -:alice9354 :does :log_off_at_end_of_shift. -:bob9354 :does :work_related_task. -:bob9354 :does :log_off_at_end_of_shift. -:carol9354 :does :access_social_media. -:alice9355 :does :log_off_at_end_of_shift. -:bob9355 :does :work_related_task. -:bob9355 :does :log_off_at_end_of_shift. -:carol9355 :does :access_social_media. -:alice9356 :does :log_off_at_end_of_shift. -:bob9356 :does :work_related_task. -:bob9356 :does :log_off_at_end_of_shift. -:carol9356 :does :access_social_media. -:alice9357 :does :log_off_at_end_of_shift. -:bob9357 :does :work_related_task. -:bob9357 :does :log_off_at_end_of_shift. -:carol9357 :does :access_social_media. -:alice9358 :does :log_off_at_end_of_shift. -:bob9358 :does :work_related_task. -:bob9358 :does :log_off_at_end_of_shift. -:carol9358 :does :access_social_media. -:alice9359 :does :log_off_at_end_of_shift. -:bob9359 :does :work_related_task. -:bob9359 :does :log_off_at_end_of_shift. -:carol9359 :does :access_social_media. -:alice9360 :does :log_off_at_end_of_shift. -:bob9360 :does :work_related_task. -:bob9360 :does :log_off_at_end_of_shift. -:carol9360 :does :access_social_media. -:alice9361 :does :log_off_at_end_of_shift. -:bob9361 :does :work_related_task. -:bob9361 :does :log_off_at_end_of_shift. -:carol9361 :does :access_social_media. -:alice9362 :does :log_off_at_end_of_shift. -:bob9362 :does :work_related_task. -:bob9362 :does :log_off_at_end_of_shift. -:carol9362 :does :access_social_media. -:alice9363 :does :log_off_at_end_of_shift. -:bob9363 :does :work_related_task. -:bob9363 :does :log_off_at_end_of_shift. -:carol9363 :does :access_social_media. -:alice9364 :does :log_off_at_end_of_shift. -:bob9364 :does :work_related_task. -:bob9364 :does :log_off_at_end_of_shift. -:carol9364 :does :access_social_media. -:alice9365 :does :log_off_at_end_of_shift. -:bob9365 :does :work_related_task. -:bob9365 :does :log_off_at_end_of_shift. -:carol9365 :does :access_social_media. -:alice9366 :does :log_off_at_end_of_shift. -:bob9366 :does :work_related_task. -:bob9366 :does :log_off_at_end_of_shift. -:carol9366 :does :access_social_media. -:alice9367 :does :log_off_at_end_of_shift. -:bob9367 :does :work_related_task. -:bob9367 :does :log_off_at_end_of_shift. -:carol9367 :does :access_social_media. -:alice9368 :does :log_off_at_end_of_shift. -:bob9368 :does :work_related_task. -:bob9368 :does :log_off_at_end_of_shift. -:carol9368 :does :access_social_media. -:alice9369 :does :log_off_at_end_of_shift. -:bob9369 :does :work_related_task. -:bob9369 :does :log_off_at_end_of_shift. -:carol9369 :does :access_social_media. -:alice9370 :does :log_off_at_end_of_shift. -:bob9370 :does :work_related_task. -:bob9370 :does :log_off_at_end_of_shift. -:carol9370 :does :access_social_media. -:alice9371 :does :log_off_at_end_of_shift. -:bob9371 :does :work_related_task. -:bob9371 :does :log_off_at_end_of_shift. -:carol9371 :does :access_social_media. -:alice9372 :does :log_off_at_end_of_shift. -:bob9372 :does :work_related_task. -:bob9372 :does :log_off_at_end_of_shift. -:carol9372 :does :access_social_media. -:alice9373 :does :log_off_at_end_of_shift. -:bob9373 :does :work_related_task. -:bob9373 :does :log_off_at_end_of_shift. -:carol9373 :does :access_social_media. -:alice9374 :does :log_off_at_end_of_shift. -:bob9374 :does :work_related_task. -:bob9374 :does :log_off_at_end_of_shift. -:carol9374 :does :access_social_media. -:alice9375 :does :log_off_at_end_of_shift. -:bob9375 :does :work_related_task. -:bob9375 :does :log_off_at_end_of_shift. -:carol9375 :does :access_social_media. -:alice9376 :does :log_off_at_end_of_shift. -:bob9376 :does :work_related_task. -:bob9376 :does :log_off_at_end_of_shift. -:carol9376 :does :access_social_media. -:alice9377 :does :log_off_at_end_of_shift. -:bob9377 :does :work_related_task. -:bob9377 :does :log_off_at_end_of_shift. -:carol9377 :does :access_social_media. -:alice9378 :does :log_off_at_end_of_shift. -:bob9378 :does :work_related_task. -:bob9378 :does :log_off_at_end_of_shift. -:carol9378 :does :access_social_media. -:alice9379 :does :log_off_at_end_of_shift. -:bob9379 :does :work_related_task. -:bob9379 :does :log_off_at_end_of_shift. -:carol9379 :does :access_social_media. -:alice9380 :does :log_off_at_end_of_shift. -:bob9380 :does :work_related_task. -:bob9380 :does :log_off_at_end_of_shift. -:carol9380 :does :access_social_media. -:alice9381 :does :log_off_at_end_of_shift. -:bob9381 :does :work_related_task. -:bob9381 :does :log_off_at_end_of_shift. -:carol9381 :does :access_social_media. -:alice9382 :does :log_off_at_end_of_shift. -:bob9382 :does :work_related_task. -:bob9382 :does :log_off_at_end_of_shift. -:carol9382 :does :access_social_media. -:alice9383 :does :log_off_at_end_of_shift. -:bob9383 :does :work_related_task. -:bob9383 :does :log_off_at_end_of_shift. -:carol9383 :does :access_social_media. -:alice9384 :does :log_off_at_end_of_shift. -:bob9384 :does :work_related_task. -:bob9384 :does :log_off_at_end_of_shift. -:carol9384 :does :access_social_media. -:alice9385 :does :log_off_at_end_of_shift. -:bob9385 :does :work_related_task. -:bob9385 :does :log_off_at_end_of_shift. -:carol9385 :does :access_social_media. -:alice9386 :does :log_off_at_end_of_shift. -:bob9386 :does :work_related_task. -:bob9386 :does :log_off_at_end_of_shift. -:carol9386 :does :access_social_media. -:alice9387 :does :log_off_at_end_of_shift. -:bob9387 :does :work_related_task. -:bob9387 :does :log_off_at_end_of_shift. -:carol9387 :does :access_social_media. -:alice9388 :does :log_off_at_end_of_shift. -:bob9388 :does :work_related_task. -:bob9388 :does :log_off_at_end_of_shift. -:carol9388 :does :access_social_media. -:alice9389 :does :log_off_at_end_of_shift. -:bob9389 :does :work_related_task. -:bob9389 :does :log_off_at_end_of_shift. -:carol9389 :does :access_social_media. -:alice9390 :does :log_off_at_end_of_shift. -:bob9390 :does :work_related_task. -:bob9390 :does :log_off_at_end_of_shift. -:carol9390 :does :access_social_media. -:alice9391 :does :log_off_at_end_of_shift. -:bob9391 :does :work_related_task. -:bob9391 :does :log_off_at_end_of_shift. -:carol9391 :does :access_social_media. -:alice9392 :does :log_off_at_end_of_shift. -:bob9392 :does :work_related_task. -:bob9392 :does :log_off_at_end_of_shift. -:carol9392 :does :access_social_media. -:alice9393 :does :log_off_at_end_of_shift. -:bob9393 :does :work_related_task. -:bob9393 :does :log_off_at_end_of_shift. -:carol9393 :does :access_social_media. -:alice9394 :does :log_off_at_end_of_shift. -:bob9394 :does :work_related_task. -:bob9394 :does :log_off_at_end_of_shift. -:carol9394 :does :access_social_media. -:alice9395 :does :log_off_at_end_of_shift. -:bob9395 :does :work_related_task. -:bob9395 :does :log_off_at_end_of_shift. -:carol9395 :does :access_social_media. -:alice9396 :does :log_off_at_end_of_shift. -:bob9396 :does :work_related_task. -:bob9396 :does :log_off_at_end_of_shift. -:carol9396 :does :access_social_media. -:alice9397 :does :log_off_at_end_of_shift. -:bob9397 :does :work_related_task. -:bob9397 :does :log_off_at_end_of_shift. -:carol9397 :does :access_social_media. -:alice9398 :does :log_off_at_end_of_shift. -:bob9398 :does :work_related_task. -:bob9398 :does :log_off_at_end_of_shift. -:carol9398 :does :access_social_media. -:alice9399 :does :log_off_at_end_of_shift. -:bob9399 :does :work_related_task. -:bob9399 :does :log_off_at_end_of_shift. -:carol9399 :does :access_social_media. -:alice9400 :does :log_off_at_end_of_shift. -:bob9400 :does :work_related_task. -:bob9400 :does :log_off_at_end_of_shift. -:carol9400 :does :access_social_media. -:alice9401 :does :log_off_at_end_of_shift. -:bob9401 :does :work_related_task. -:bob9401 :does :log_off_at_end_of_shift. -:carol9401 :does :access_social_media. -:alice9402 :does :log_off_at_end_of_shift. -:bob9402 :does :work_related_task. -:bob9402 :does :log_off_at_end_of_shift. -:carol9402 :does :access_social_media. -:alice9403 :does :log_off_at_end_of_shift. -:bob9403 :does :work_related_task. -:bob9403 :does :log_off_at_end_of_shift. -:carol9403 :does :access_social_media. -:alice9404 :does :log_off_at_end_of_shift. -:bob9404 :does :work_related_task. -:bob9404 :does :log_off_at_end_of_shift. -:carol9404 :does :access_social_media. -:alice9405 :does :log_off_at_end_of_shift. -:bob9405 :does :work_related_task. -:bob9405 :does :log_off_at_end_of_shift. -:carol9405 :does :access_social_media. -:alice9406 :does :log_off_at_end_of_shift. -:bob9406 :does :work_related_task. -:bob9406 :does :log_off_at_end_of_shift. -:carol9406 :does :access_social_media. -:alice9407 :does :log_off_at_end_of_shift. -:bob9407 :does :work_related_task. -:bob9407 :does :log_off_at_end_of_shift. -:carol9407 :does :access_social_media. -:alice9408 :does :log_off_at_end_of_shift. -:bob9408 :does :work_related_task. -:bob9408 :does :log_off_at_end_of_shift. -:carol9408 :does :access_social_media. -:alice9409 :does :log_off_at_end_of_shift. -:bob9409 :does :work_related_task. -:bob9409 :does :log_off_at_end_of_shift. -:carol9409 :does :access_social_media. -:alice9410 :does :log_off_at_end_of_shift. -:bob9410 :does :work_related_task. -:bob9410 :does :log_off_at_end_of_shift. -:carol9410 :does :access_social_media. -:alice9411 :does :log_off_at_end_of_shift. -:bob9411 :does :work_related_task. -:bob9411 :does :log_off_at_end_of_shift. -:carol9411 :does :access_social_media. -:alice9412 :does :log_off_at_end_of_shift. -:bob9412 :does :work_related_task. -:bob9412 :does :log_off_at_end_of_shift. -:carol9412 :does :access_social_media. -:alice9413 :does :log_off_at_end_of_shift. -:bob9413 :does :work_related_task. -:bob9413 :does :log_off_at_end_of_shift. -:carol9413 :does :access_social_media. -:alice9414 :does :log_off_at_end_of_shift. -:bob9414 :does :work_related_task. -:bob9414 :does :log_off_at_end_of_shift. -:carol9414 :does :access_social_media. -:alice9415 :does :log_off_at_end_of_shift. -:bob9415 :does :work_related_task. -:bob9415 :does :log_off_at_end_of_shift. -:carol9415 :does :access_social_media. -:alice9416 :does :log_off_at_end_of_shift. -:bob9416 :does :work_related_task. -:bob9416 :does :log_off_at_end_of_shift. -:carol9416 :does :access_social_media. -:alice9417 :does :log_off_at_end_of_shift. -:bob9417 :does :work_related_task. -:bob9417 :does :log_off_at_end_of_shift. -:carol9417 :does :access_social_media. -:alice9418 :does :log_off_at_end_of_shift. -:bob9418 :does :work_related_task. -:bob9418 :does :log_off_at_end_of_shift. -:carol9418 :does :access_social_media. -:alice9419 :does :log_off_at_end_of_shift. -:bob9419 :does :work_related_task. -:bob9419 :does :log_off_at_end_of_shift. -:carol9419 :does :access_social_media. -:alice9420 :does :log_off_at_end_of_shift. -:bob9420 :does :work_related_task. -:bob9420 :does :log_off_at_end_of_shift. -:carol9420 :does :access_social_media. -:alice9421 :does :log_off_at_end_of_shift. -:bob9421 :does :work_related_task. -:bob9421 :does :log_off_at_end_of_shift. -:carol9421 :does :access_social_media. -:alice9422 :does :log_off_at_end_of_shift. -:bob9422 :does :work_related_task. -:bob9422 :does :log_off_at_end_of_shift. -:carol9422 :does :access_social_media. -:alice9423 :does :log_off_at_end_of_shift. -:bob9423 :does :work_related_task. -:bob9423 :does :log_off_at_end_of_shift. -:carol9423 :does :access_social_media. -:alice9424 :does :log_off_at_end_of_shift. -:bob9424 :does :work_related_task. -:bob9424 :does :log_off_at_end_of_shift. -:carol9424 :does :access_social_media. -:alice9425 :does :log_off_at_end_of_shift. -:bob9425 :does :work_related_task. -:bob9425 :does :log_off_at_end_of_shift. -:carol9425 :does :access_social_media. -:alice9426 :does :log_off_at_end_of_shift. -:bob9426 :does :work_related_task. -:bob9426 :does :log_off_at_end_of_shift. -:carol9426 :does :access_social_media. -:alice9427 :does :log_off_at_end_of_shift. -:bob9427 :does :work_related_task. -:bob9427 :does :log_off_at_end_of_shift. -:carol9427 :does :access_social_media. -:alice9428 :does :log_off_at_end_of_shift. -:bob9428 :does :work_related_task. -:bob9428 :does :log_off_at_end_of_shift. -:carol9428 :does :access_social_media. -:alice9429 :does :log_off_at_end_of_shift. -:bob9429 :does :work_related_task. -:bob9429 :does :log_off_at_end_of_shift. -:carol9429 :does :access_social_media. -:alice9430 :does :log_off_at_end_of_shift. -:bob9430 :does :work_related_task. -:bob9430 :does :log_off_at_end_of_shift. -:carol9430 :does :access_social_media. -:alice9431 :does :log_off_at_end_of_shift. -:bob9431 :does :work_related_task. -:bob9431 :does :log_off_at_end_of_shift. -:carol9431 :does :access_social_media. -:alice9432 :does :log_off_at_end_of_shift. -:bob9432 :does :work_related_task. -:bob9432 :does :log_off_at_end_of_shift. -:carol9432 :does :access_social_media. -:alice9433 :does :log_off_at_end_of_shift. -:bob9433 :does :work_related_task. -:bob9433 :does :log_off_at_end_of_shift. -:carol9433 :does :access_social_media. -:alice9434 :does :log_off_at_end_of_shift. -:bob9434 :does :work_related_task. -:bob9434 :does :log_off_at_end_of_shift. -:carol9434 :does :access_social_media. -:alice9435 :does :log_off_at_end_of_shift. -:bob9435 :does :work_related_task. -:bob9435 :does :log_off_at_end_of_shift. -:carol9435 :does :access_social_media. -:alice9436 :does :log_off_at_end_of_shift. -:bob9436 :does :work_related_task. -:bob9436 :does :log_off_at_end_of_shift. -:carol9436 :does :access_social_media. -:alice9437 :does :log_off_at_end_of_shift. -:bob9437 :does :work_related_task. -:bob9437 :does :log_off_at_end_of_shift. -:carol9437 :does :access_social_media. -:alice9438 :does :log_off_at_end_of_shift. -:bob9438 :does :work_related_task. -:bob9438 :does :log_off_at_end_of_shift. -:carol9438 :does :access_social_media. -:alice9439 :does :log_off_at_end_of_shift. -:bob9439 :does :work_related_task. -:bob9439 :does :log_off_at_end_of_shift. -:carol9439 :does :access_social_media. -:alice9440 :does :log_off_at_end_of_shift. -:bob9440 :does :work_related_task. -:bob9440 :does :log_off_at_end_of_shift. -:carol9440 :does :access_social_media. -:alice9441 :does :log_off_at_end_of_shift. -:bob9441 :does :work_related_task. -:bob9441 :does :log_off_at_end_of_shift. -:carol9441 :does :access_social_media. -:alice9442 :does :log_off_at_end_of_shift. -:bob9442 :does :work_related_task. -:bob9442 :does :log_off_at_end_of_shift. -:carol9442 :does :access_social_media. -:alice9443 :does :log_off_at_end_of_shift. -:bob9443 :does :work_related_task. -:bob9443 :does :log_off_at_end_of_shift. -:carol9443 :does :access_social_media. -:alice9444 :does :log_off_at_end_of_shift. -:bob9444 :does :work_related_task. -:bob9444 :does :log_off_at_end_of_shift. -:carol9444 :does :access_social_media. -:alice9445 :does :log_off_at_end_of_shift. -:bob9445 :does :work_related_task. -:bob9445 :does :log_off_at_end_of_shift. -:carol9445 :does :access_social_media. -:alice9446 :does :log_off_at_end_of_shift. -:bob9446 :does :work_related_task. -:bob9446 :does :log_off_at_end_of_shift. -:carol9446 :does :access_social_media. -:alice9447 :does :log_off_at_end_of_shift. -:bob9447 :does :work_related_task. -:bob9447 :does :log_off_at_end_of_shift. -:carol9447 :does :access_social_media. -:alice9448 :does :log_off_at_end_of_shift. -:bob9448 :does :work_related_task. -:bob9448 :does :log_off_at_end_of_shift. -:carol9448 :does :access_social_media. -:alice9449 :does :log_off_at_end_of_shift. -:bob9449 :does :work_related_task. -:bob9449 :does :log_off_at_end_of_shift. -:carol9449 :does :access_social_media. -:alice9450 :does :log_off_at_end_of_shift. -:bob9450 :does :work_related_task. -:bob9450 :does :log_off_at_end_of_shift. -:carol9450 :does :access_social_media. -:alice9451 :does :log_off_at_end_of_shift. -:bob9451 :does :work_related_task. -:bob9451 :does :log_off_at_end_of_shift. -:carol9451 :does :access_social_media. -:alice9452 :does :log_off_at_end_of_shift. -:bob9452 :does :work_related_task. -:bob9452 :does :log_off_at_end_of_shift. -:carol9452 :does :access_social_media. -:alice9453 :does :log_off_at_end_of_shift. -:bob9453 :does :work_related_task. -:bob9453 :does :log_off_at_end_of_shift. -:carol9453 :does :access_social_media. -:alice9454 :does :log_off_at_end_of_shift. -:bob9454 :does :work_related_task. -:bob9454 :does :log_off_at_end_of_shift. -:carol9454 :does :access_social_media. -:alice9455 :does :log_off_at_end_of_shift. -:bob9455 :does :work_related_task. -:bob9455 :does :log_off_at_end_of_shift. -:carol9455 :does :access_social_media. -:alice9456 :does :log_off_at_end_of_shift. -:bob9456 :does :work_related_task. -:bob9456 :does :log_off_at_end_of_shift. -:carol9456 :does :access_social_media. -:alice9457 :does :log_off_at_end_of_shift. -:bob9457 :does :work_related_task. -:bob9457 :does :log_off_at_end_of_shift. -:carol9457 :does :access_social_media. -:alice9458 :does :log_off_at_end_of_shift. -:bob9458 :does :work_related_task. -:bob9458 :does :log_off_at_end_of_shift. -:carol9458 :does :access_social_media. -:alice9459 :does :log_off_at_end_of_shift. -:bob9459 :does :work_related_task. -:bob9459 :does :log_off_at_end_of_shift. -:carol9459 :does :access_social_media. -:alice9460 :does :log_off_at_end_of_shift. -:bob9460 :does :work_related_task. -:bob9460 :does :log_off_at_end_of_shift. -:carol9460 :does :access_social_media. -:alice9461 :does :log_off_at_end_of_shift. -:bob9461 :does :work_related_task. -:bob9461 :does :log_off_at_end_of_shift. -:carol9461 :does :access_social_media. -:alice9462 :does :log_off_at_end_of_shift. -:bob9462 :does :work_related_task. -:bob9462 :does :log_off_at_end_of_shift. -:carol9462 :does :access_social_media. -:alice9463 :does :log_off_at_end_of_shift. -:bob9463 :does :work_related_task. -:bob9463 :does :log_off_at_end_of_shift. -:carol9463 :does :access_social_media. -:alice9464 :does :log_off_at_end_of_shift. -:bob9464 :does :work_related_task. -:bob9464 :does :log_off_at_end_of_shift. -:carol9464 :does :access_social_media. -:alice9465 :does :log_off_at_end_of_shift. -:bob9465 :does :work_related_task. -:bob9465 :does :log_off_at_end_of_shift. -:carol9465 :does :access_social_media. -:alice9466 :does :log_off_at_end_of_shift. -:bob9466 :does :work_related_task. -:bob9466 :does :log_off_at_end_of_shift. -:carol9466 :does :access_social_media. -:alice9467 :does :log_off_at_end_of_shift. -:bob9467 :does :work_related_task. -:bob9467 :does :log_off_at_end_of_shift. -:carol9467 :does :access_social_media. -:alice9468 :does :log_off_at_end_of_shift. -:bob9468 :does :work_related_task. -:bob9468 :does :log_off_at_end_of_shift. -:carol9468 :does :access_social_media. -:alice9469 :does :log_off_at_end_of_shift. -:bob9469 :does :work_related_task. -:bob9469 :does :log_off_at_end_of_shift. -:carol9469 :does :access_social_media. -:alice9470 :does :log_off_at_end_of_shift. -:bob9470 :does :work_related_task. -:bob9470 :does :log_off_at_end_of_shift. -:carol9470 :does :access_social_media. -:alice9471 :does :log_off_at_end_of_shift. -:bob9471 :does :work_related_task. -:bob9471 :does :log_off_at_end_of_shift. -:carol9471 :does :access_social_media. -:alice9472 :does :log_off_at_end_of_shift. -:bob9472 :does :work_related_task. -:bob9472 :does :log_off_at_end_of_shift. -:carol9472 :does :access_social_media. -:alice9473 :does :log_off_at_end_of_shift. -:bob9473 :does :work_related_task. -:bob9473 :does :log_off_at_end_of_shift. -:carol9473 :does :access_social_media. -:alice9474 :does :log_off_at_end_of_shift. -:bob9474 :does :work_related_task. -:bob9474 :does :log_off_at_end_of_shift. -:carol9474 :does :access_social_media. -:alice9475 :does :log_off_at_end_of_shift. -:bob9475 :does :work_related_task. -:bob9475 :does :log_off_at_end_of_shift. -:carol9475 :does :access_social_media. -:alice9476 :does :log_off_at_end_of_shift. -:bob9476 :does :work_related_task. -:bob9476 :does :log_off_at_end_of_shift. -:carol9476 :does :access_social_media. -:alice9477 :does :log_off_at_end_of_shift. -:bob9477 :does :work_related_task. -:bob9477 :does :log_off_at_end_of_shift. -:carol9477 :does :access_social_media. -:alice9478 :does :log_off_at_end_of_shift. -:bob9478 :does :work_related_task. -:bob9478 :does :log_off_at_end_of_shift. -:carol9478 :does :access_social_media. -:alice9479 :does :log_off_at_end_of_shift. -:bob9479 :does :work_related_task. -:bob9479 :does :log_off_at_end_of_shift. -:carol9479 :does :access_social_media. -:alice9480 :does :log_off_at_end_of_shift. -:bob9480 :does :work_related_task. -:bob9480 :does :log_off_at_end_of_shift. -:carol9480 :does :access_social_media. -:alice9481 :does :log_off_at_end_of_shift. -:bob9481 :does :work_related_task. -:bob9481 :does :log_off_at_end_of_shift. -:carol9481 :does :access_social_media. -:alice9482 :does :log_off_at_end_of_shift. -:bob9482 :does :work_related_task. -:bob9482 :does :log_off_at_end_of_shift. -:carol9482 :does :access_social_media. -:alice9483 :does :log_off_at_end_of_shift. -:bob9483 :does :work_related_task. -:bob9483 :does :log_off_at_end_of_shift. -:carol9483 :does :access_social_media. -:alice9484 :does :log_off_at_end_of_shift. -:bob9484 :does :work_related_task. -:bob9484 :does :log_off_at_end_of_shift. -:carol9484 :does :access_social_media. -:alice9485 :does :log_off_at_end_of_shift. -:bob9485 :does :work_related_task. -:bob9485 :does :log_off_at_end_of_shift. -:carol9485 :does :access_social_media. -:alice9486 :does :log_off_at_end_of_shift. -:bob9486 :does :work_related_task. -:bob9486 :does :log_off_at_end_of_shift. -:carol9486 :does :access_social_media. -:alice9487 :does :log_off_at_end_of_shift. -:bob9487 :does :work_related_task. -:bob9487 :does :log_off_at_end_of_shift. -:carol9487 :does :access_social_media. -:alice9488 :does :log_off_at_end_of_shift. -:bob9488 :does :work_related_task. -:bob9488 :does :log_off_at_end_of_shift. -:carol9488 :does :access_social_media. -:alice9489 :does :log_off_at_end_of_shift. -:bob9489 :does :work_related_task. -:bob9489 :does :log_off_at_end_of_shift. -:carol9489 :does :access_social_media. -:alice9490 :does :log_off_at_end_of_shift. -:bob9490 :does :work_related_task. -:bob9490 :does :log_off_at_end_of_shift. -:carol9490 :does :access_social_media. -:alice9491 :does :log_off_at_end_of_shift. -:bob9491 :does :work_related_task. -:bob9491 :does :log_off_at_end_of_shift. -:carol9491 :does :access_social_media. -:alice9492 :does :log_off_at_end_of_shift. -:bob9492 :does :work_related_task. -:bob9492 :does :log_off_at_end_of_shift. -:carol9492 :does :access_social_media. -:alice9493 :does :log_off_at_end_of_shift. -:bob9493 :does :work_related_task. -:bob9493 :does :log_off_at_end_of_shift. -:carol9493 :does :access_social_media. -:alice9494 :does :log_off_at_end_of_shift. -:bob9494 :does :work_related_task. -:bob9494 :does :log_off_at_end_of_shift. -:carol9494 :does :access_social_media. -:alice9495 :does :log_off_at_end_of_shift. -:bob9495 :does :work_related_task. -:bob9495 :does :log_off_at_end_of_shift. -:carol9495 :does :access_social_media. -:alice9496 :does :log_off_at_end_of_shift. -:bob9496 :does :work_related_task. -:bob9496 :does :log_off_at_end_of_shift. -:carol9496 :does :access_social_media. -:alice9497 :does :log_off_at_end_of_shift. -:bob9497 :does :work_related_task. -:bob9497 :does :log_off_at_end_of_shift. -:carol9497 :does :access_social_media. -:alice9498 :does :log_off_at_end_of_shift. -:bob9498 :does :work_related_task. -:bob9498 :does :log_off_at_end_of_shift. -:carol9498 :does :access_social_media. -:alice9499 :does :log_off_at_end_of_shift. -:bob9499 :does :work_related_task. -:bob9499 :does :log_off_at_end_of_shift. -:carol9499 :does :access_social_media. -:alice9500 :does :log_off_at_end_of_shift. -:bob9500 :does :work_related_task. -:bob9500 :does :log_off_at_end_of_shift. -:carol9500 :does :access_social_media. -:alice9501 :does :log_off_at_end_of_shift. -:bob9501 :does :work_related_task. -:bob9501 :does :log_off_at_end_of_shift. -:carol9501 :does :access_social_media. -:alice9502 :does :log_off_at_end_of_shift. -:bob9502 :does :work_related_task. -:bob9502 :does :log_off_at_end_of_shift. -:carol9502 :does :access_social_media. -:alice9503 :does :log_off_at_end_of_shift. -:bob9503 :does :work_related_task. -:bob9503 :does :log_off_at_end_of_shift. -:carol9503 :does :access_social_media. -:alice9504 :does :log_off_at_end_of_shift. -:bob9504 :does :work_related_task. -:bob9504 :does :log_off_at_end_of_shift. -:carol9504 :does :access_social_media. -:alice9505 :does :log_off_at_end_of_shift. -:bob9505 :does :work_related_task. -:bob9505 :does :log_off_at_end_of_shift. -:carol9505 :does :access_social_media. -:alice9506 :does :log_off_at_end_of_shift. -:bob9506 :does :work_related_task. -:bob9506 :does :log_off_at_end_of_shift. -:carol9506 :does :access_social_media. -:alice9507 :does :log_off_at_end_of_shift. -:bob9507 :does :work_related_task. -:bob9507 :does :log_off_at_end_of_shift. -:carol9507 :does :access_social_media. -:alice9508 :does :log_off_at_end_of_shift. -:bob9508 :does :work_related_task. -:bob9508 :does :log_off_at_end_of_shift. -:carol9508 :does :access_social_media. -:alice9509 :does :log_off_at_end_of_shift. -:bob9509 :does :work_related_task. -:bob9509 :does :log_off_at_end_of_shift. -:carol9509 :does :access_social_media. -:alice9510 :does :log_off_at_end_of_shift. -:bob9510 :does :work_related_task. -:bob9510 :does :log_off_at_end_of_shift. -:carol9510 :does :access_social_media. -:alice9511 :does :log_off_at_end_of_shift. -:bob9511 :does :work_related_task. -:bob9511 :does :log_off_at_end_of_shift. -:carol9511 :does :access_social_media. -:alice9512 :does :log_off_at_end_of_shift. -:bob9512 :does :work_related_task. -:bob9512 :does :log_off_at_end_of_shift. -:carol9512 :does :access_social_media. -:alice9513 :does :log_off_at_end_of_shift. -:bob9513 :does :work_related_task. -:bob9513 :does :log_off_at_end_of_shift. -:carol9513 :does :access_social_media. -:alice9514 :does :log_off_at_end_of_shift. -:bob9514 :does :work_related_task. -:bob9514 :does :log_off_at_end_of_shift. -:carol9514 :does :access_social_media. -:alice9515 :does :log_off_at_end_of_shift. -:bob9515 :does :work_related_task. -:bob9515 :does :log_off_at_end_of_shift. -:carol9515 :does :access_social_media. -:alice9516 :does :log_off_at_end_of_shift. -:bob9516 :does :work_related_task. -:bob9516 :does :log_off_at_end_of_shift. -:carol9516 :does :access_social_media. -:alice9517 :does :log_off_at_end_of_shift. -:bob9517 :does :work_related_task. -:bob9517 :does :log_off_at_end_of_shift. -:carol9517 :does :access_social_media. -:alice9518 :does :log_off_at_end_of_shift. -:bob9518 :does :work_related_task. -:bob9518 :does :log_off_at_end_of_shift. -:carol9518 :does :access_social_media. -:alice9519 :does :log_off_at_end_of_shift. -:bob9519 :does :work_related_task. -:bob9519 :does :log_off_at_end_of_shift. -:carol9519 :does :access_social_media. -:alice9520 :does :log_off_at_end_of_shift. -:bob9520 :does :work_related_task. -:bob9520 :does :log_off_at_end_of_shift. -:carol9520 :does :access_social_media. -:alice9521 :does :log_off_at_end_of_shift. -:bob9521 :does :work_related_task. -:bob9521 :does :log_off_at_end_of_shift. -:carol9521 :does :access_social_media. -:alice9522 :does :log_off_at_end_of_shift. -:bob9522 :does :work_related_task. -:bob9522 :does :log_off_at_end_of_shift. -:carol9522 :does :access_social_media. -:alice9523 :does :log_off_at_end_of_shift. -:bob9523 :does :work_related_task. -:bob9523 :does :log_off_at_end_of_shift. -:carol9523 :does :access_social_media. -:alice9524 :does :log_off_at_end_of_shift. -:bob9524 :does :work_related_task. -:bob9524 :does :log_off_at_end_of_shift. -:carol9524 :does :access_social_media. -:alice9525 :does :log_off_at_end_of_shift. -:bob9525 :does :work_related_task. -:bob9525 :does :log_off_at_end_of_shift. -:carol9525 :does :access_social_media. -:alice9526 :does :log_off_at_end_of_shift. -:bob9526 :does :work_related_task. -:bob9526 :does :log_off_at_end_of_shift. -:carol9526 :does :access_social_media. -:alice9527 :does :log_off_at_end_of_shift. -:bob9527 :does :work_related_task. -:bob9527 :does :log_off_at_end_of_shift. -:carol9527 :does :access_social_media. -:alice9528 :does :log_off_at_end_of_shift. -:bob9528 :does :work_related_task. -:bob9528 :does :log_off_at_end_of_shift. -:carol9528 :does :access_social_media. -:alice9529 :does :log_off_at_end_of_shift. -:bob9529 :does :work_related_task. -:bob9529 :does :log_off_at_end_of_shift. -:carol9529 :does :access_social_media. -:alice9530 :does :log_off_at_end_of_shift. -:bob9530 :does :work_related_task. -:bob9530 :does :log_off_at_end_of_shift. -:carol9530 :does :access_social_media. -:alice9531 :does :log_off_at_end_of_shift. -:bob9531 :does :work_related_task. -:bob9531 :does :log_off_at_end_of_shift. -:carol9531 :does :access_social_media. -:alice9532 :does :log_off_at_end_of_shift. -:bob9532 :does :work_related_task. -:bob9532 :does :log_off_at_end_of_shift. -:carol9532 :does :access_social_media. -:alice9533 :does :log_off_at_end_of_shift. -:bob9533 :does :work_related_task. -:bob9533 :does :log_off_at_end_of_shift. -:carol9533 :does :access_social_media. -:alice9534 :does :log_off_at_end_of_shift. -:bob9534 :does :work_related_task. -:bob9534 :does :log_off_at_end_of_shift. -:carol9534 :does :access_social_media. -:alice9535 :does :log_off_at_end_of_shift. -:bob9535 :does :work_related_task. -:bob9535 :does :log_off_at_end_of_shift. -:carol9535 :does :access_social_media. -:alice9536 :does :log_off_at_end_of_shift. -:bob9536 :does :work_related_task. -:bob9536 :does :log_off_at_end_of_shift. -:carol9536 :does :access_social_media. -:alice9537 :does :log_off_at_end_of_shift. -:bob9537 :does :work_related_task. -:bob9537 :does :log_off_at_end_of_shift. -:carol9537 :does :access_social_media. -:alice9538 :does :log_off_at_end_of_shift. -:bob9538 :does :work_related_task. -:bob9538 :does :log_off_at_end_of_shift. -:carol9538 :does :access_social_media. -:alice9539 :does :log_off_at_end_of_shift. -:bob9539 :does :work_related_task. -:bob9539 :does :log_off_at_end_of_shift. -:carol9539 :does :access_social_media. -:alice9540 :does :log_off_at_end_of_shift. -:bob9540 :does :work_related_task. -:bob9540 :does :log_off_at_end_of_shift. -:carol9540 :does :access_social_media. -:alice9541 :does :log_off_at_end_of_shift. -:bob9541 :does :work_related_task. -:bob9541 :does :log_off_at_end_of_shift. -:carol9541 :does :access_social_media. -:alice9542 :does :log_off_at_end_of_shift. -:bob9542 :does :work_related_task. -:bob9542 :does :log_off_at_end_of_shift. -:carol9542 :does :access_social_media. -:alice9543 :does :log_off_at_end_of_shift. -:bob9543 :does :work_related_task. -:bob9543 :does :log_off_at_end_of_shift. -:carol9543 :does :access_social_media. -:alice9544 :does :log_off_at_end_of_shift. -:bob9544 :does :work_related_task. -:bob9544 :does :log_off_at_end_of_shift. -:carol9544 :does :access_social_media. -:alice9545 :does :log_off_at_end_of_shift. -:bob9545 :does :work_related_task. -:bob9545 :does :log_off_at_end_of_shift. -:carol9545 :does :access_social_media. -:alice9546 :does :log_off_at_end_of_shift. -:bob9546 :does :work_related_task. -:bob9546 :does :log_off_at_end_of_shift. -:carol9546 :does :access_social_media. -:alice9547 :does :log_off_at_end_of_shift. -:bob9547 :does :work_related_task. -:bob9547 :does :log_off_at_end_of_shift. -:carol9547 :does :access_social_media. -:alice9548 :does :log_off_at_end_of_shift. -:bob9548 :does :work_related_task. -:bob9548 :does :log_off_at_end_of_shift. -:carol9548 :does :access_social_media. -:alice9549 :does :log_off_at_end_of_shift. -:bob9549 :does :work_related_task. -:bob9549 :does :log_off_at_end_of_shift. -:carol9549 :does :access_social_media. -:alice9550 :does :log_off_at_end_of_shift. -:bob9550 :does :work_related_task. -:bob9550 :does :log_off_at_end_of_shift. -:carol9550 :does :access_social_media. -:alice9551 :does :log_off_at_end_of_shift. -:bob9551 :does :work_related_task. -:bob9551 :does :log_off_at_end_of_shift. -:carol9551 :does :access_social_media. -:alice9552 :does :log_off_at_end_of_shift. -:bob9552 :does :work_related_task. -:bob9552 :does :log_off_at_end_of_shift. -:carol9552 :does :access_social_media. -:alice9553 :does :log_off_at_end_of_shift. -:bob9553 :does :work_related_task. -:bob9553 :does :log_off_at_end_of_shift. -:carol9553 :does :access_social_media. -:alice9554 :does :log_off_at_end_of_shift. -:bob9554 :does :work_related_task. -:bob9554 :does :log_off_at_end_of_shift. -:carol9554 :does :access_social_media. -:alice9555 :does :log_off_at_end_of_shift. -:bob9555 :does :work_related_task. -:bob9555 :does :log_off_at_end_of_shift. -:carol9555 :does :access_social_media. -:alice9556 :does :log_off_at_end_of_shift. -:bob9556 :does :work_related_task. -:bob9556 :does :log_off_at_end_of_shift. -:carol9556 :does :access_social_media. -:alice9557 :does :log_off_at_end_of_shift. -:bob9557 :does :work_related_task. -:bob9557 :does :log_off_at_end_of_shift. -:carol9557 :does :access_social_media. -:alice9558 :does :log_off_at_end_of_shift. -:bob9558 :does :work_related_task. -:bob9558 :does :log_off_at_end_of_shift. -:carol9558 :does :access_social_media. -:alice9559 :does :log_off_at_end_of_shift. -:bob9559 :does :work_related_task. -:bob9559 :does :log_off_at_end_of_shift. -:carol9559 :does :access_social_media. -:alice9560 :does :log_off_at_end_of_shift. -:bob9560 :does :work_related_task. -:bob9560 :does :log_off_at_end_of_shift. -:carol9560 :does :access_social_media. -:alice9561 :does :log_off_at_end_of_shift. -:bob9561 :does :work_related_task. -:bob9561 :does :log_off_at_end_of_shift. -:carol9561 :does :access_social_media. -:alice9562 :does :log_off_at_end_of_shift. -:bob9562 :does :work_related_task. -:bob9562 :does :log_off_at_end_of_shift. -:carol9562 :does :access_social_media. -:alice9563 :does :log_off_at_end_of_shift. -:bob9563 :does :work_related_task. -:bob9563 :does :log_off_at_end_of_shift. -:carol9563 :does :access_social_media. -:alice9564 :does :log_off_at_end_of_shift. -:bob9564 :does :work_related_task. -:bob9564 :does :log_off_at_end_of_shift. -:carol9564 :does :access_social_media. -:alice9565 :does :log_off_at_end_of_shift. -:bob9565 :does :work_related_task. -:bob9565 :does :log_off_at_end_of_shift. -:carol9565 :does :access_social_media. -:alice9566 :does :log_off_at_end_of_shift. -:bob9566 :does :work_related_task. -:bob9566 :does :log_off_at_end_of_shift. -:carol9566 :does :access_social_media. -:alice9567 :does :log_off_at_end_of_shift. -:bob9567 :does :work_related_task. -:bob9567 :does :log_off_at_end_of_shift. -:carol9567 :does :access_social_media. -:alice9568 :does :log_off_at_end_of_shift. -:bob9568 :does :work_related_task. -:bob9568 :does :log_off_at_end_of_shift. -:carol9568 :does :access_social_media. -:alice9569 :does :log_off_at_end_of_shift. -:bob9569 :does :work_related_task. -:bob9569 :does :log_off_at_end_of_shift. -:carol9569 :does :access_social_media. -:alice9570 :does :log_off_at_end_of_shift. -:bob9570 :does :work_related_task. -:bob9570 :does :log_off_at_end_of_shift. -:carol9570 :does :access_social_media. -:alice9571 :does :log_off_at_end_of_shift. -:bob9571 :does :work_related_task. -:bob9571 :does :log_off_at_end_of_shift. -:carol9571 :does :access_social_media. -:alice9572 :does :log_off_at_end_of_shift. -:bob9572 :does :work_related_task. -:bob9572 :does :log_off_at_end_of_shift. -:carol9572 :does :access_social_media. -:alice9573 :does :log_off_at_end_of_shift. -:bob9573 :does :work_related_task. -:bob9573 :does :log_off_at_end_of_shift. -:carol9573 :does :access_social_media. -:alice9574 :does :log_off_at_end_of_shift. -:bob9574 :does :work_related_task. -:bob9574 :does :log_off_at_end_of_shift. -:carol9574 :does :access_social_media. -:alice9575 :does :log_off_at_end_of_shift. -:bob9575 :does :work_related_task. -:bob9575 :does :log_off_at_end_of_shift. -:carol9575 :does :access_social_media. -:alice9576 :does :log_off_at_end_of_shift. -:bob9576 :does :work_related_task. -:bob9576 :does :log_off_at_end_of_shift. -:carol9576 :does :access_social_media. -:alice9577 :does :log_off_at_end_of_shift. -:bob9577 :does :work_related_task. -:bob9577 :does :log_off_at_end_of_shift. -:carol9577 :does :access_social_media. -:alice9578 :does :log_off_at_end_of_shift. -:bob9578 :does :work_related_task. -:bob9578 :does :log_off_at_end_of_shift. -:carol9578 :does :access_social_media. -:alice9579 :does :log_off_at_end_of_shift. -:bob9579 :does :work_related_task. -:bob9579 :does :log_off_at_end_of_shift. -:carol9579 :does :access_social_media. -:alice9580 :does :log_off_at_end_of_shift. -:bob9580 :does :work_related_task. -:bob9580 :does :log_off_at_end_of_shift. -:carol9580 :does :access_social_media. -:alice9581 :does :log_off_at_end_of_shift. -:bob9581 :does :work_related_task. -:bob9581 :does :log_off_at_end_of_shift. -:carol9581 :does :access_social_media. -:alice9582 :does :log_off_at_end_of_shift. -:bob9582 :does :work_related_task. -:bob9582 :does :log_off_at_end_of_shift. -:carol9582 :does :access_social_media. -:alice9583 :does :log_off_at_end_of_shift. -:bob9583 :does :work_related_task. -:bob9583 :does :log_off_at_end_of_shift. -:carol9583 :does :access_social_media. -:alice9584 :does :log_off_at_end_of_shift. -:bob9584 :does :work_related_task. -:bob9584 :does :log_off_at_end_of_shift. -:carol9584 :does :access_social_media. -:alice9585 :does :log_off_at_end_of_shift. -:bob9585 :does :work_related_task. -:bob9585 :does :log_off_at_end_of_shift. -:carol9585 :does :access_social_media. -:alice9586 :does :log_off_at_end_of_shift. -:bob9586 :does :work_related_task. -:bob9586 :does :log_off_at_end_of_shift. -:carol9586 :does :access_social_media. -:alice9587 :does :log_off_at_end_of_shift. -:bob9587 :does :work_related_task. -:bob9587 :does :log_off_at_end_of_shift. -:carol9587 :does :access_social_media. -:alice9588 :does :log_off_at_end_of_shift. -:bob9588 :does :work_related_task. -:bob9588 :does :log_off_at_end_of_shift. -:carol9588 :does :access_social_media. -:alice9589 :does :log_off_at_end_of_shift. -:bob9589 :does :work_related_task. -:bob9589 :does :log_off_at_end_of_shift. -:carol9589 :does :access_social_media. -:alice9590 :does :log_off_at_end_of_shift. -:bob9590 :does :work_related_task. -:bob9590 :does :log_off_at_end_of_shift. -:carol9590 :does :access_social_media. -:alice9591 :does :log_off_at_end_of_shift. -:bob9591 :does :work_related_task. -:bob9591 :does :log_off_at_end_of_shift. -:carol9591 :does :access_social_media. -:alice9592 :does :log_off_at_end_of_shift. -:bob9592 :does :work_related_task. -:bob9592 :does :log_off_at_end_of_shift. -:carol9592 :does :access_social_media. -:alice9593 :does :log_off_at_end_of_shift. -:bob9593 :does :work_related_task. -:bob9593 :does :log_off_at_end_of_shift. -:carol9593 :does :access_social_media. -:alice9594 :does :log_off_at_end_of_shift. -:bob9594 :does :work_related_task. -:bob9594 :does :log_off_at_end_of_shift. -:carol9594 :does :access_social_media. -:alice9595 :does :log_off_at_end_of_shift. -:bob9595 :does :work_related_task. -:bob9595 :does :log_off_at_end_of_shift. -:carol9595 :does :access_social_media. -:alice9596 :does :log_off_at_end_of_shift. -:bob9596 :does :work_related_task. -:bob9596 :does :log_off_at_end_of_shift. -:carol9596 :does :access_social_media. -:alice9597 :does :log_off_at_end_of_shift. -:bob9597 :does :work_related_task. -:bob9597 :does :log_off_at_end_of_shift. -:carol9597 :does :access_social_media. -:alice9598 :does :log_off_at_end_of_shift. -:bob9598 :does :work_related_task. -:bob9598 :does :log_off_at_end_of_shift. -:carol9598 :does :access_social_media. -:alice9599 :does :log_off_at_end_of_shift. -:bob9599 :does :work_related_task. -:bob9599 :does :log_off_at_end_of_shift. -:carol9599 :does :access_social_media. -:alice9600 :does :log_off_at_end_of_shift. -:bob9600 :does :work_related_task. -:bob9600 :does :log_off_at_end_of_shift. -:carol9600 :does :access_social_media. -:alice9601 :does :log_off_at_end_of_shift. -:bob9601 :does :work_related_task. -:bob9601 :does :log_off_at_end_of_shift. -:carol9601 :does :access_social_media. -:alice9602 :does :log_off_at_end_of_shift. -:bob9602 :does :work_related_task. -:bob9602 :does :log_off_at_end_of_shift. -:carol9602 :does :access_social_media. -:alice9603 :does :log_off_at_end_of_shift. -:bob9603 :does :work_related_task. -:bob9603 :does :log_off_at_end_of_shift. -:carol9603 :does :access_social_media. -:alice9604 :does :log_off_at_end_of_shift. -:bob9604 :does :work_related_task. -:bob9604 :does :log_off_at_end_of_shift. -:carol9604 :does :access_social_media. -:alice9605 :does :log_off_at_end_of_shift. -:bob9605 :does :work_related_task. -:bob9605 :does :log_off_at_end_of_shift. -:carol9605 :does :access_social_media. -:alice9606 :does :log_off_at_end_of_shift. -:bob9606 :does :work_related_task. -:bob9606 :does :log_off_at_end_of_shift. -:carol9606 :does :access_social_media. -:alice9607 :does :log_off_at_end_of_shift. -:bob9607 :does :work_related_task. -:bob9607 :does :log_off_at_end_of_shift. -:carol9607 :does :access_social_media. -:alice9608 :does :log_off_at_end_of_shift. -:bob9608 :does :work_related_task. -:bob9608 :does :log_off_at_end_of_shift. -:carol9608 :does :access_social_media. -:alice9609 :does :log_off_at_end_of_shift. -:bob9609 :does :work_related_task. -:bob9609 :does :log_off_at_end_of_shift. -:carol9609 :does :access_social_media. -:alice9610 :does :log_off_at_end_of_shift. -:bob9610 :does :work_related_task. -:bob9610 :does :log_off_at_end_of_shift. -:carol9610 :does :access_social_media. -:alice9611 :does :log_off_at_end_of_shift. -:bob9611 :does :work_related_task. -:bob9611 :does :log_off_at_end_of_shift. -:carol9611 :does :access_social_media. -:alice9612 :does :log_off_at_end_of_shift. -:bob9612 :does :work_related_task. -:bob9612 :does :log_off_at_end_of_shift. -:carol9612 :does :access_social_media. -:alice9613 :does :log_off_at_end_of_shift. -:bob9613 :does :work_related_task. -:bob9613 :does :log_off_at_end_of_shift. -:carol9613 :does :access_social_media. -:alice9614 :does :log_off_at_end_of_shift. -:bob9614 :does :work_related_task. -:bob9614 :does :log_off_at_end_of_shift. -:carol9614 :does :access_social_media. -:alice9615 :does :log_off_at_end_of_shift. -:bob9615 :does :work_related_task. -:bob9615 :does :log_off_at_end_of_shift. -:carol9615 :does :access_social_media. -:alice9616 :does :log_off_at_end_of_shift. -:bob9616 :does :work_related_task. -:bob9616 :does :log_off_at_end_of_shift. -:carol9616 :does :access_social_media. -:alice9617 :does :log_off_at_end_of_shift. -:bob9617 :does :work_related_task. -:bob9617 :does :log_off_at_end_of_shift. -:carol9617 :does :access_social_media. -:alice9618 :does :log_off_at_end_of_shift. -:bob9618 :does :work_related_task. -:bob9618 :does :log_off_at_end_of_shift. -:carol9618 :does :access_social_media. -:alice9619 :does :log_off_at_end_of_shift. -:bob9619 :does :work_related_task. -:bob9619 :does :log_off_at_end_of_shift. -:carol9619 :does :access_social_media. -:alice9620 :does :log_off_at_end_of_shift. -:bob9620 :does :work_related_task. -:bob9620 :does :log_off_at_end_of_shift. -:carol9620 :does :access_social_media. -:alice9621 :does :log_off_at_end_of_shift. -:bob9621 :does :work_related_task. -:bob9621 :does :log_off_at_end_of_shift. -:carol9621 :does :access_social_media. -:alice9622 :does :log_off_at_end_of_shift. -:bob9622 :does :work_related_task. -:bob9622 :does :log_off_at_end_of_shift. -:carol9622 :does :access_social_media. -:alice9623 :does :log_off_at_end_of_shift. -:bob9623 :does :work_related_task. -:bob9623 :does :log_off_at_end_of_shift. -:carol9623 :does :access_social_media. -:alice9624 :does :log_off_at_end_of_shift. -:bob9624 :does :work_related_task. -:bob9624 :does :log_off_at_end_of_shift. -:carol9624 :does :access_social_media. -:alice9625 :does :log_off_at_end_of_shift. -:bob9625 :does :work_related_task. -:bob9625 :does :log_off_at_end_of_shift. -:carol9625 :does :access_social_media. -:alice9626 :does :log_off_at_end_of_shift. -:bob9626 :does :work_related_task. -:bob9626 :does :log_off_at_end_of_shift. -:carol9626 :does :access_social_media. -:alice9627 :does :log_off_at_end_of_shift. -:bob9627 :does :work_related_task. -:bob9627 :does :log_off_at_end_of_shift. -:carol9627 :does :access_social_media. -:alice9628 :does :log_off_at_end_of_shift. -:bob9628 :does :work_related_task. -:bob9628 :does :log_off_at_end_of_shift. -:carol9628 :does :access_social_media. -:alice9629 :does :log_off_at_end_of_shift. -:bob9629 :does :work_related_task. -:bob9629 :does :log_off_at_end_of_shift. -:carol9629 :does :access_social_media. -:alice9630 :does :log_off_at_end_of_shift. -:bob9630 :does :work_related_task. -:bob9630 :does :log_off_at_end_of_shift. -:carol9630 :does :access_social_media. -:alice9631 :does :log_off_at_end_of_shift. -:bob9631 :does :work_related_task. -:bob9631 :does :log_off_at_end_of_shift. -:carol9631 :does :access_social_media. -:alice9632 :does :log_off_at_end_of_shift. -:bob9632 :does :work_related_task. -:bob9632 :does :log_off_at_end_of_shift. -:carol9632 :does :access_social_media. -:alice9633 :does :log_off_at_end_of_shift. -:bob9633 :does :work_related_task. -:bob9633 :does :log_off_at_end_of_shift. -:carol9633 :does :access_social_media. -:alice9634 :does :log_off_at_end_of_shift. -:bob9634 :does :work_related_task. -:bob9634 :does :log_off_at_end_of_shift. -:carol9634 :does :access_social_media. -:alice9635 :does :log_off_at_end_of_shift. -:bob9635 :does :work_related_task. -:bob9635 :does :log_off_at_end_of_shift. -:carol9635 :does :access_social_media. -:alice9636 :does :log_off_at_end_of_shift. -:bob9636 :does :work_related_task. -:bob9636 :does :log_off_at_end_of_shift. -:carol9636 :does :access_social_media. -:alice9637 :does :log_off_at_end_of_shift. -:bob9637 :does :work_related_task. -:bob9637 :does :log_off_at_end_of_shift. -:carol9637 :does :access_social_media. -:alice9638 :does :log_off_at_end_of_shift. -:bob9638 :does :work_related_task. -:bob9638 :does :log_off_at_end_of_shift. -:carol9638 :does :access_social_media. -:alice9639 :does :log_off_at_end_of_shift. -:bob9639 :does :work_related_task. -:bob9639 :does :log_off_at_end_of_shift. -:carol9639 :does :access_social_media. -:alice9640 :does :log_off_at_end_of_shift. -:bob9640 :does :work_related_task. -:bob9640 :does :log_off_at_end_of_shift. -:carol9640 :does :access_social_media. -:alice9641 :does :log_off_at_end_of_shift. -:bob9641 :does :work_related_task. -:bob9641 :does :log_off_at_end_of_shift. -:carol9641 :does :access_social_media. -:alice9642 :does :log_off_at_end_of_shift. -:bob9642 :does :work_related_task. -:bob9642 :does :log_off_at_end_of_shift. -:carol9642 :does :access_social_media. -:alice9643 :does :log_off_at_end_of_shift. -:bob9643 :does :work_related_task. -:bob9643 :does :log_off_at_end_of_shift. -:carol9643 :does :access_social_media. -:alice9644 :does :log_off_at_end_of_shift. -:bob9644 :does :work_related_task. -:bob9644 :does :log_off_at_end_of_shift. -:carol9644 :does :access_social_media. -:alice9645 :does :log_off_at_end_of_shift. -:bob9645 :does :work_related_task. -:bob9645 :does :log_off_at_end_of_shift. -:carol9645 :does :access_social_media. -:alice9646 :does :log_off_at_end_of_shift. -:bob9646 :does :work_related_task. -:bob9646 :does :log_off_at_end_of_shift. -:carol9646 :does :access_social_media. -:alice9647 :does :log_off_at_end_of_shift. -:bob9647 :does :work_related_task. -:bob9647 :does :log_off_at_end_of_shift. -:carol9647 :does :access_social_media. -:alice9648 :does :log_off_at_end_of_shift. -:bob9648 :does :work_related_task. -:bob9648 :does :log_off_at_end_of_shift. -:carol9648 :does :access_social_media. -:alice9649 :does :log_off_at_end_of_shift. -:bob9649 :does :work_related_task. -:bob9649 :does :log_off_at_end_of_shift. -:carol9649 :does :access_social_media. -:alice9650 :does :log_off_at_end_of_shift. -:bob9650 :does :work_related_task. -:bob9650 :does :log_off_at_end_of_shift. -:carol9650 :does :access_social_media. -:alice9651 :does :log_off_at_end_of_shift. -:bob9651 :does :work_related_task. -:bob9651 :does :log_off_at_end_of_shift. -:carol9651 :does :access_social_media. -:alice9652 :does :log_off_at_end_of_shift. -:bob9652 :does :work_related_task. -:bob9652 :does :log_off_at_end_of_shift. -:carol9652 :does :access_social_media. -:alice9653 :does :log_off_at_end_of_shift. -:bob9653 :does :work_related_task. -:bob9653 :does :log_off_at_end_of_shift. -:carol9653 :does :access_social_media. -:alice9654 :does :log_off_at_end_of_shift. -:bob9654 :does :work_related_task. -:bob9654 :does :log_off_at_end_of_shift. -:carol9654 :does :access_social_media. -:alice9655 :does :log_off_at_end_of_shift. -:bob9655 :does :work_related_task. -:bob9655 :does :log_off_at_end_of_shift. -:carol9655 :does :access_social_media. -:alice9656 :does :log_off_at_end_of_shift. -:bob9656 :does :work_related_task. -:bob9656 :does :log_off_at_end_of_shift. -:carol9656 :does :access_social_media. -:alice9657 :does :log_off_at_end_of_shift. -:bob9657 :does :work_related_task. -:bob9657 :does :log_off_at_end_of_shift. -:carol9657 :does :access_social_media. -:alice9658 :does :log_off_at_end_of_shift. -:bob9658 :does :work_related_task. -:bob9658 :does :log_off_at_end_of_shift. -:carol9658 :does :access_social_media. -:alice9659 :does :log_off_at_end_of_shift. -:bob9659 :does :work_related_task. -:bob9659 :does :log_off_at_end_of_shift. -:carol9659 :does :access_social_media. -:alice9660 :does :log_off_at_end_of_shift. -:bob9660 :does :work_related_task. -:bob9660 :does :log_off_at_end_of_shift. -:carol9660 :does :access_social_media. -:alice9661 :does :log_off_at_end_of_shift. -:bob9661 :does :work_related_task. -:bob9661 :does :log_off_at_end_of_shift. -:carol9661 :does :access_social_media. -:alice9662 :does :log_off_at_end_of_shift. -:bob9662 :does :work_related_task. -:bob9662 :does :log_off_at_end_of_shift. -:carol9662 :does :access_social_media. -:alice9663 :does :log_off_at_end_of_shift. -:bob9663 :does :work_related_task. -:bob9663 :does :log_off_at_end_of_shift. -:carol9663 :does :access_social_media. -:alice9664 :does :log_off_at_end_of_shift. -:bob9664 :does :work_related_task. -:bob9664 :does :log_off_at_end_of_shift. -:carol9664 :does :access_social_media. -:alice9665 :does :log_off_at_end_of_shift. -:bob9665 :does :work_related_task. -:bob9665 :does :log_off_at_end_of_shift. -:carol9665 :does :access_social_media. -:alice9666 :does :log_off_at_end_of_shift. -:bob9666 :does :work_related_task. -:bob9666 :does :log_off_at_end_of_shift. -:carol9666 :does :access_social_media. -:alice9667 :does :log_off_at_end_of_shift. -:bob9667 :does :work_related_task. -:bob9667 :does :log_off_at_end_of_shift. -:carol9667 :does :access_social_media. -:alice9668 :does :log_off_at_end_of_shift. -:bob9668 :does :work_related_task. -:bob9668 :does :log_off_at_end_of_shift. -:carol9668 :does :access_social_media. -:alice9669 :does :log_off_at_end_of_shift. -:bob9669 :does :work_related_task. -:bob9669 :does :log_off_at_end_of_shift. -:carol9669 :does :access_social_media. -:alice9670 :does :log_off_at_end_of_shift. -:bob9670 :does :work_related_task. -:bob9670 :does :log_off_at_end_of_shift. -:carol9670 :does :access_social_media. -:alice9671 :does :log_off_at_end_of_shift. -:bob9671 :does :work_related_task. -:bob9671 :does :log_off_at_end_of_shift. -:carol9671 :does :access_social_media. -:alice9672 :does :log_off_at_end_of_shift. -:bob9672 :does :work_related_task. -:bob9672 :does :log_off_at_end_of_shift. -:carol9672 :does :access_social_media. -:alice9673 :does :log_off_at_end_of_shift. -:bob9673 :does :work_related_task. -:bob9673 :does :log_off_at_end_of_shift. -:carol9673 :does :access_social_media. -:alice9674 :does :log_off_at_end_of_shift. -:bob9674 :does :work_related_task. -:bob9674 :does :log_off_at_end_of_shift. -:carol9674 :does :access_social_media. -:alice9675 :does :log_off_at_end_of_shift. -:bob9675 :does :work_related_task. -:bob9675 :does :log_off_at_end_of_shift. -:carol9675 :does :access_social_media. -:alice9676 :does :log_off_at_end_of_shift. -:bob9676 :does :work_related_task. -:bob9676 :does :log_off_at_end_of_shift. -:carol9676 :does :access_social_media. -:alice9677 :does :log_off_at_end_of_shift. -:bob9677 :does :work_related_task. -:bob9677 :does :log_off_at_end_of_shift. -:carol9677 :does :access_social_media. -:alice9678 :does :log_off_at_end_of_shift. -:bob9678 :does :work_related_task. -:bob9678 :does :log_off_at_end_of_shift. -:carol9678 :does :access_social_media. -:alice9679 :does :log_off_at_end_of_shift. -:bob9679 :does :work_related_task. -:bob9679 :does :log_off_at_end_of_shift. -:carol9679 :does :access_social_media. -:alice9680 :does :log_off_at_end_of_shift. -:bob9680 :does :work_related_task. -:bob9680 :does :log_off_at_end_of_shift. -:carol9680 :does :access_social_media. -:alice9681 :does :log_off_at_end_of_shift. -:bob9681 :does :work_related_task. -:bob9681 :does :log_off_at_end_of_shift. -:carol9681 :does :access_social_media. -:alice9682 :does :log_off_at_end_of_shift. -:bob9682 :does :work_related_task. -:bob9682 :does :log_off_at_end_of_shift. -:carol9682 :does :access_social_media. -:alice9683 :does :log_off_at_end_of_shift. -:bob9683 :does :work_related_task. -:bob9683 :does :log_off_at_end_of_shift. -:carol9683 :does :access_social_media. -:alice9684 :does :log_off_at_end_of_shift. -:bob9684 :does :work_related_task. -:bob9684 :does :log_off_at_end_of_shift. -:carol9684 :does :access_social_media. -:alice9685 :does :log_off_at_end_of_shift. -:bob9685 :does :work_related_task. -:bob9685 :does :log_off_at_end_of_shift. -:carol9685 :does :access_social_media. -:alice9686 :does :log_off_at_end_of_shift. -:bob9686 :does :work_related_task. -:bob9686 :does :log_off_at_end_of_shift. -:carol9686 :does :access_social_media. -:alice9687 :does :log_off_at_end_of_shift. -:bob9687 :does :work_related_task. -:bob9687 :does :log_off_at_end_of_shift. -:carol9687 :does :access_social_media. -:alice9688 :does :log_off_at_end_of_shift. -:bob9688 :does :work_related_task. -:bob9688 :does :log_off_at_end_of_shift. -:carol9688 :does :access_social_media. -:alice9689 :does :log_off_at_end_of_shift. -:bob9689 :does :work_related_task. -:bob9689 :does :log_off_at_end_of_shift. -:carol9689 :does :access_social_media. -:alice9690 :does :log_off_at_end_of_shift. -:bob9690 :does :work_related_task. -:bob9690 :does :log_off_at_end_of_shift. -:carol9690 :does :access_social_media. -:alice9691 :does :log_off_at_end_of_shift. -:bob9691 :does :work_related_task. -:bob9691 :does :log_off_at_end_of_shift. -:carol9691 :does :access_social_media. -:alice9692 :does :log_off_at_end_of_shift. -:bob9692 :does :work_related_task. -:bob9692 :does :log_off_at_end_of_shift. -:carol9692 :does :access_social_media. -:alice9693 :does :log_off_at_end_of_shift. -:bob9693 :does :work_related_task. -:bob9693 :does :log_off_at_end_of_shift. -:carol9693 :does :access_social_media. -:alice9694 :does :log_off_at_end_of_shift. -:bob9694 :does :work_related_task. -:bob9694 :does :log_off_at_end_of_shift. -:carol9694 :does :access_social_media. -:alice9695 :does :log_off_at_end_of_shift. -:bob9695 :does :work_related_task. -:bob9695 :does :log_off_at_end_of_shift. -:carol9695 :does :access_social_media. -:alice9696 :does :log_off_at_end_of_shift. -:bob9696 :does :work_related_task. -:bob9696 :does :log_off_at_end_of_shift. -:carol9696 :does :access_social_media. -:alice9697 :does :log_off_at_end_of_shift. -:bob9697 :does :work_related_task. -:bob9697 :does :log_off_at_end_of_shift. -:carol9697 :does :access_social_media. -:alice9698 :does :log_off_at_end_of_shift. -:bob9698 :does :work_related_task. -:bob9698 :does :log_off_at_end_of_shift. -:carol9698 :does :access_social_media. -:alice9699 :does :log_off_at_end_of_shift. -:bob9699 :does :work_related_task. -:bob9699 :does :log_off_at_end_of_shift. -:carol9699 :does :access_social_media. -:alice9700 :does :log_off_at_end_of_shift. -:bob9700 :does :work_related_task. -:bob9700 :does :log_off_at_end_of_shift. -:carol9700 :does :access_social_media. -:alice9701 :does :log_off_at_end_of_shift. -:bob9701 :does :work_related_task. -:bob9701 :does :log_off_at_end_of_shift. -:carol9701 :does :access_social_media. -:alice9702 :does :log_off_at_end_of_shift. -:bob9702 :does :work_related_task. -:bob9702 :does :log_off_at_end_of_shift. -:carol9702 :does :access_social_media. -:alice9703 :does :log_off_at_end_of_shift. -:bob9703 :does :work_related_task. -:bob9703 :does :log_off_at_end_of_shift. -:carol9703 :does :access_social_media. -:alice9704 :does :log_off_at_end_of_shift. -:bob9704 :does :work_related_task. -:bob9704 :does :log_off_at_end_of_shift. -:carol9704 :does :access_social_media. -:alice9705 :does :log_off_at_end_of_shift. -:bob9705 :does :work_related_task. -:bob9705 :does :log_off_at_end_of_shift. -:carol9705 :does :access_social_media. -:alice9706 :does :log_off_at_end_of_shift. -:bob9706 :does :work_related_task. -:bob9706 :does :log_off_at_end_of_shift. -:carol9706 :does :access_social_media. -:alice9707 :does :log_off_at_end_of_shift. -:bob9707 :does :work_related_task. -:bob9707 :does :log_off_at_end_of_shift. -:carol9707 :does :access_social_media. -:alice9708 :does :log_off_at_end_of_shift. -:bob9708 :does :work_related_task. -:bob9708 :does :log_off_at_end_of_shift. -:carol9708 :does :access_social_media. -:alice9709 :does :log_off_at_end_of_shift. -:bob9709 :does :work_related_task. -:bob9709 :does :log_off_at_end_of_shift. -:carol9709 :does :access_social_media. -:alice9710 :does :log_off_at_end_of_shift. -:bob9710 :does :work_related_task. -:bob9710 :does :log_off_at_end_of_shift. -:carol9710 :does :access_social_media. -:alice9711 :does :log_off_at_end_of_shift. -:bob9711 :does :work_related_task. -:bob9711 :does :log_off_at_end_of_shift. -:carol9711 :does :access_social_media. -:alice9712 :does :log_off_at_end_of_shift. -:bob9712 :does :work_related_task. -:bob9712 :does :log_off_at_end_of_shift. -:carol9712 :does :access_social_media. -:alice9713 :does :log_off_at_end_of_shift. -:bob9713 :does :work_related_task. -:bob9713 :does :log_off_at_end_of_shift. -:carol9713 :does :access_social_media. -:alice9714 :does :log_off_at_end_of_shift. -:bob9714 :does :work_related_task. -:bob9714 :does :log_off_at_end_of_shift. -:carol9714 :does :access_social_media. -:alice9715 :does :log_off_at_end_of_shift. -:bob9715 :does :work_related_task. -:bob9715 :does :log_off_at_end_of_shift. -:carol9715 :does :access_social_media. -:alice9716 :does :log_off_at_end_of_shift. -:bob9716 :does :work_related_task. -:bob9716 :does :log_off_at_end_of_shift. -:carol9716 :does :access_social_media. -:alice9717 :does :log_off_at_end_of_shift. -:bob9717 :does :work_related_task. -:bob9717 :does :log_off_at_end_of_shift. -:carol9717 :does :access_social_media. -:alice9718 :does :log_off_at_end_of_shift. -:bob9718 :does :work_related_task. -:bob9718 :does :log_off_at_end_of_shift. -:carol9718 :does :access_social_media. -:alice9719 :does :log_off_at_end_of_shift. -:bob9719 :does :work_related_task. -:bob9719 :does :log_off_at_end_of_shift. -:carol9719 :does :access_social_media. -:alice9720 :does :log_off_at_end_of_shift. -:bob9720 :does :work_related_task. -:bob9720 :does :log_off_at_end_of_shift. -:carol9720 :does :access_social_media. -:alice9721 :does :log_off_at_end_of_shift. -:bob9721 :does :work_related_task. -:bob9721 :does :log_off_at_end_of_shift. -:carol9721 :does :access_social_media. -:alice9722 :does :log_off_at_end_of_shift. -:bob9722 :does :work_related_task. -:bob9722 :does :log_off_at_end_of_shift. -:carol9722 :does :access_social_media. -:alice9723 :does :log_off_at_end_of_shift. -:bob9723 :does :work_related_task. -:bob9723 :does :log_off_at_end_of_shift. -:carol9723 :does :access_social_media. -:alice9724 :does :log_off_at_end_of_shift. -:bob9724 :does :work_related_task. -:bob9724 :does :log_off_at_end_of_shift. -:carol9724 :does :access_social_media. -:alice9725 :does :log_off_at_end_of_shift. -:bob9725 :does :work_related_task. -:bob9725 :does :log_off_at_end_of_shift. -:carol9725 :does :access_social_media. -:alice9726 :does :log_off_at_end_of_shift. -:bob9726 :does :work_related_task. -:bob9726 :does :log_off_at_end_of_shift. -:carol9726 :does :access_social_media. -:alice9727 :does :log_off_at_end_of_shift. -:bob9727 :does :work_related_task. -:bob9727 :does :log_off_at_end_of_shift. -:carol9727 :does :access_social_media. -:alice9728 :does :log_off_at_end_of_shift. -:bob9728 :does :work_related_task. -:bob9728 :does :log_off_at_end_of_shift. -:carol9728 :does :access_social_media. -:alice9729 :does :log_off_at_end_of_shift. -:bob9729 :does :work_related_task. -:bob9729 :does :log_off_at_end_of_shift. -:carol9729 :does :access_social_media. -:alice9730 :does :log_off_at_end_of_shift. -:bob9730 :does :work_related_task. -:bob9730 :does :log_off_at_end_of_shift. -:carol9730 :does :access_social_media. -:alice9731 :does :log_off_at_end_of_shift. -:bob9731 :does :work_related_task. -:bob9731 :does :log_off_at_end_of_shift. -:carol9731 :does :access_social_media. -:alice9732 :does :log_off_at_end_of_shift. -:bob9732 :does :work_related_task. -:bob9732 :does :log_off_at_end_of_shift. -:carol9732 :does :access_social_media. -:alice9733 :does :log_off_at_end_of_shift. -:bob9733 :does :work_related_task. -:bob9733 :does :log_off_at_end_of_shift. -:carol9733 :does :access_social_media. -:alice9734 :does :log_off_at_end_of_shift. -:bob9734 :does :work_related_task. -:bob9734 :does :log_off_at_end_of_shift. -:carol9734 :does :access_social_media. -:alice9735 :does :log_off_at_end_of_shift. -:bob9735 :does :work_related_task. -:bob9735 :does :log_off_at_end_of_shift. -:carol9735 :does :access_social_media. -:alice9736 :does :log_off_at_end_of_shift. -:bob9736 :does :work_related_task. -:bob9736 :does :log_off_at_end_of_shift. -:carol9736 :does :access_social_media. -:alice9737 :does :log_off_at_end_of_shift. -:bob9737 :does :work_related_task. -:bob9737 :does :log_off_at_end_of_shift. -:carol9737 :does :access_social_media. -:alice9738 :does :log_off_at_end_of_shift. -:bob9738 :does :work_related_task. -:bob9738 :does :log_off_at_end_of_shift. -:carol9738 :does :access_social_media. -:alice9739 :does :log_off_at_end_of_shift. -:bob9739 :does :work_related_task. -:bob9739 :does :log_off_at_end_of_shift. -:carol9739 :does :access_social_media. -:alice9740 :does :log_off_at_end_of_shift. -:bob9740 :does :work_related_task. -:bob9740 :does :log_off_at_end_of_shift. -:carol9740 :does :access_social_media. -:alice9741 :does :log_off_at_end_of_shift. -:bob9741 :does :work_related_task. -:bob9741 :does :log_off_at_end_of_shift. -:carol9741 :does :access_social_media. -:alice9742 :does :log_off_at_end_of_shift. -:bob9742 :does :work_related_task. -:bob9742 :does :log_off_at_end_of_shift. -:carol9742 :does :access_social_media. -:alice9743 :does :log_off_at_end_of_shift. -:bob9743 :does :work_related_task. -:bob9743 :does :log_off_at_end_of_shift. -:carol9743 :does :access_social_media. -:alice9744 :does :log_off_at_end_of_shift. -:bob9744 :does :work_related_task. -:bob9744 :does :log_off_at_end_of_shift. -:carol9744 :does :access_social_media. -:alice9745 :does :log_off_at_end_of_shift. -:bob9745 :does :work_related_task. -:bob9745 :does :log_off_at_end_of_shift. -:carol9745 :does :access_social_media. -:alice9746 :does :log_off_at_end_of_shift. -:bob9746 :does :work_related_task. -:bob9746 :does :log_off_at_end_of_shift. -:carol9746 :does :access_social_media. -:alice9747 :does :log_off_at_end_of_shift. -:bob9747 :does :work_related_task. -:bob9747 :does :log_off_at_end_of_shift. -:carol9747 :does :access_social_media. -:alice9748 :does :log_off_at_end_of_shift. -:bob9748 :does :work_related_task. -:bob9748 :does :log_off_at_end_of_shift. -:carol9748 :does :access_social_media. -:alice9749 :does :log_off_at_end_of_shift. -:bob9749 :does :work_related_task. -:bob9749 :does :log_off_at_end_of_shift. -:carol9749 :does :access_social_media. -:alice9750 :does :log_off_at_end_of_shift. -:bob9750 :does :work_related_task. -:bob9750 :does :log_off_at_end_of_shift. -:carol9750 :does :access_social_media. -:alice9751 :does :log_off_at_end_of_shift. -:bob9751 :does :work_related_task. -:bob9751 :does :log_off_at_end_of_shift. -:carol9751 :does :access_social_media. -:alice9752 :does :log_off_at_end_of_shift. -:bob9752 :does :work_related_task. -:bob9752 :does :log_off_at_end_of_shift. -:carol9752 :does :access_social_media. -:alice9753 :does :log_off_at_end_of_shift. -:bob9753 :does :work_related_task. -:bob9753 :does :log_off_at_end_of_shift. -:carol9753 :does :access_social_media. -:alice9754 :does :log_off_at_end_of_shift. -:bob9754 :does :work_related_task. -:bob9754 :does :log_off_at_end_of_shift. -:carol9754 :does :access_social_media. -:alice9755 :does :log_off_at_end_of_shift. -:bob9755 :does :work_related_task. -:bob9755 :does :log_off_at_end_of_shift. -:carol9755 :does :access_social_media. -:alice9756 :does :log_off_at_end_of_shift. -:bob9756 :does :work_related_task. -:bob9756 :does :log_off_at_end_of_shift. -:carol9756 :does :access_social_media. -:alice9757 :does :log_off_at_end_of_shift. -:bob9757 :does :work_related_task. -:bob9757 :does :log_off_at_end_of_shift. -:carol9757 :does :access_social_media. -:alice9758 :does :log_off_at_end_of_shift. -:bob9758 :does :work_related_task. -:bob9758 :does :log_off_at_end_of_shift. -:carol9758 :does :access_social_media. -:alice9759 :does :log_off_at_end_of_shift. -:bob9759 :does :work_related_task. -:bob9759 :does :log_off_at_end_of_shift. -:carol9759 :does :access_social_media. -:alice9760 :does :log_off_at_end_of_shift. -:bob9760 :does :work_related_task. -:bob9760 :does :log_off_at_end_of_shift. -:carol9760 :does :access_social_media. -:alice9761 :does :log_off_at_end_of_shift. -:bob9761 :does :work_related_task. -:bob9761 :does :log_off_at_end_of_shift. -:carol9761 :does :access_social_media. -:alice9762 :does :log_off_at_end_of_shift. -:bob9762 :does :work_related_task. -:bob9762 :does :log_off_at_end_of_shift. -:carol9762 :does :access_social_media. -:alice9763 :does :log_off_at_end_of_shift. -:bob9763 :does :work_related_task. -:bob9763 :does :log_off_at_end_of_shift. -:carol9763 :does :access_social_media. -:alice9764 :does :log_off_at_end_of_shift. -:bob9764 :does :work_related_task. -:bob9764 :does :log_off_at_end_of_shift. -:carol9764 :does :access_social_media. -:alice9765 :does :log_off_at_end_of_shift. -:bob9765 :does :work_related_task. -:bob9765 :does :log_off_at_end_of_shift. -:carol9765 :does :access_social_media. -:alice9766 :does :log_off_at_end_of_shift. -:bob9766 :does :work_related_task. -:bob9766 :does :log_off_at_end_of_shift. -:carol9766 :does :access_social_media. -:alice9767 :does :log_off_at_end_of_shift. -:bob9767 :does :work_related_task. -:bob9767 :does :log_off_at_end_of_shift. -:carol9767 :does :access_social_media. -:alice9768 :does :log_off_at_end_of_shift. -:bob9768 :does :work_related_task. -:bob9768 :does :log_off_at_end_of_shift. -:carol9768 :does :access_social_media. -:alice9769 :does :log_off_at_end_of_shift. -:bob9769 :does :work_related_task. -:bob9769 :does :log_off_at_end_of_shift. -:carol9769 :does :access_social_media. -:alice9770 :does :log_off_at_end_of_shift. -:bob9770 :does :work_related_task. -:bob9770 :does :log_off_at_end_of_shift. -:carol9770 :does :access_social_media. -:alice9771 :does :log_off_at_end_of_shift. -:bob9771 :does :work_related_task. -:bob9771 :does :log_off_at_end_of_shift. -:carol9771 :does :access_social_media. -:alice9772 :does :log_off_at_end_of_shift. -:bob9772 :does :work_related_task. -:bob9772 :does :log_off_at_end_of_shift. -:carol9772 :does :access_social_media. -:alice9773 :does :log_off_at_end_of_shift. -:bob9773 :does :work_related_task. -:bob9773 :does :log_off_at_end_of_shift. -:carol9773 :does :access_social_media. -:alice9774 :does :log_off_at_end_of_shift. -:bob9774 :does :work_related_task. -:bob9774 :does :log_off_at_end_of_shift. -:carol9774 :does :access_social_media. -:alice9775 :does :log_off_at_end_of_shift. -:bob9775 :does :work_related_task. -:bob9775 :does :log_off_at_end_of_shift. -:carol9775 :does :access_social_media. -:alice9776 :does :log_off_at_end_of_shift. -:bob9776 :does :work_related_task. -:bob9776 :does :log_off_at_end_of_shift. -:carol9776 :does :access_social_media. -:alice9777 :does :log_off_at_end_of_shift. -:bob9777 :does :work_related_task. -:bob9777 :does :log_off_at_end_of_shift. -:carol9777 :does :access_social_media. -:alice9778 :does :log_off_at_end_of_shift. -:bob9778 :does :work_related_task. -:bob9778 :does :log_off_at_end_of_shift. -:carol9778 :does :access_social_media. -:alice9779 :does :log_off_at_end_of_shift. -:bob9779 :does :work_related_task. -:bob9779 :does :log_off_at_end_of_shift. -:carol9779 :does :access_social_media. -:alice9780 :does :log_off_at_end_of_shift. -:bob9780 :does :work_related_task. -:bob9780 :does :log_off_at_end_of_shift. -:carol9780 :does :access_social_media. -:alice9781 :does :log_off_at_end_of_shift. -:bob9781 :does :work_related_task. -:bob9781 :does :log_off_at_end_of_shift. -:carol9781 :does :access_social_media. -:alice9782 :does :log_off_at_end_of_shift. -:bob9782 :does :work_related_task. -:bob9782 :does :log_off_at_end_of_shift. -:carol9782 :does :access_social_media. -:alice9783 :does :log_off_at_end_of_shift. -:bob9783 :does :work_related_task. -:bob9783 :does :log_off_at_end_of_shift. -:carol9783 :does :access_social_media. -:alice9784 :does :log_off_at_end_of_shift. -:bob9784 :does :work_related_task. -:bob9784 :does :log_off_at_end_of_shift. -:carol9784 :does :access_social_media. -:alice9785 :does :log_off_at_end_of_shift. -:bob9785 :does :work_related_task. -:bob9785 :does :log_off_at_end_of_shift. -:carol9785 :does :access_social_media. -:alice9786 :does :log_off_at_end_of_shift. -:bob9786 :does :work_related_task. -:bob9786 :does :log_off_at_end_of_shift. -:carol9786 :does :access_social_media. -:alice9787 :does :log_off_at_end_of_shift. -:bob9787 :does :work_related_task. -:bob9787 :does :log_off_at_end_of_shift. -:carol9787 :does :access_social_media. -:alice9788 :does :log_off_at_end_of_shift. -:bob9788 :does :work_related_task. -:bob9788 :does :log_off_at_end_of_shift. -:carol9788 :does :access_social_media. -:alice9789 :does :log_off_at_end_of_shift. -:bob9789 :does :work_related_task. -:bob9789 :does :log_off_at_end_of_shift. -:carol9789 :does :access_social_media. -:alice9790 :does :log_off_at_end_of_shift. -:bob9790 :does :work_related_task. -:bob9790 :does :log_off_at_end_of_shift. -:carol9790 :does :access_social_media. -:alice9791 :does :log_off_at_end_of_shift. -:bob9791 :does :work_related_task. -:bob9791 :does :log_off_at_end_of_shift. -:carol9791 :does :access_social_media. -:alice9792 :does :log_off_at_end_of_shift. -:bob9792 :does :work_related_task. -:bob9792 :does :log_off_at_end_of_shift. -:carol9792 :does :access_social_media. -:alice9793 :does :log_off_at_end_of_shift. -:bob9793 :does :work_related_task. -:bob9793 :does :log_off_at_end_of_shift. -:carol9793 :does :access_social_media. -:alice9794 :does :log_off_at_end_of_shift. -:bob9794 :does :work_related_task. -:bob9794 :does :log_off_at_end_of_shift. -:carol9794 :does :access_social_media. -:alice9795 :does :log_off_at_end_of_shift. -:bob9795 :does :work_related_task. -:bob9795 :does :log_off_at_end_of_shift. -:carol9795 :does :access_social_media. -:alice9796 :does :log_off_at_end_of_shift. -:bob9796 :does :work_related_task. -:bob9796 :does :log_off_at_end_of_shift. -:carol9796 :does :access_social_media. -:alice9797 :does :log_off_at_end_of_shift. -:bob9797 :does :work_related_task. -:bob9797 :does :log_off_at_end_of_shift. -:carol9797 :does :access_social_media. -:alice9798 :does :log_off_at_end_of_shift. -:bob9798 :does :work_related_task. -:bob9798 :does :log_off_at_end_of_shift. -:carol9798 :does :access_social_media. -:alice9799 :does :log_off_at_end_of_shift. -:bob9799 :does :work_related_task. -:bob9799 :does :log_off_at_end_of_shift. -:carol9799 :does :access_social_media. -:alice9800 :does :log_off_at_end_of_shift. -:bob9800 :does :work_related_task. -:bob9800 :does :log_off_at_end_of_shift. -:carol9800 :does :access_social_media. -:alice9801 :does :log_off_at_end_of_shift. -:bob9801 :does :work_related_task. -:bob9801 :does :log_off_at_end_of_shift. -:carol9801 :does :access_social_media. -:alice9802 :does :log_off_at_end_of_shift. -:bob9802 :does :work_related_task. -:bob9802 :does :log_off_at_end_of_shift. -:carol9802 :does :access_social_media. -:alice9803 :does :log_off_at_end_of_shift. -:bob9803 :does :work_related_task. -:bob9803 :does :log_off_at_end_of_shift. -:carol9803 :does :access_social_media. -:alice9804 :does :log_off_at_end_of_shift. -:bob9804 :does :work_related_task. -:bob9804 :does :log_off_at_end_of_shift. -:carol9804 :does :access_social_media. -:alice9805 :does :log_off_at_end_of_shift. -:bob9805 :does :work_related_task. -:bob9805 :does :log_off_at_end_of_shift. -:carol9805 :does :access_social_media. -:alice9806 :does :log_off_at_end_of_shift. -:bob9806 :does :work_related_task. -:bob9806 :does :log_off_at_end_of_shift. -:carol9806 :does :access_social_media. -:alice9807 :does :log_off_at_end_of_shift. -:bob9807 :does :work_related_task. -:bob9807 :does :log_off_at_end_of_shift. -:carol9807 :does :access_social_media. -:alice9808 :does :log_off_at_end_of_shift. -:bob9808 :does :work_related_task. -:bob9808 :does :log_off_at_end_of_shift. -:carol9808 :does :access_social_media. -:alice9809 :does :log_off_at_end_of_shift. -:bob9809 :does :work_related_task. -:bob9809 :does :log_off_at_end_of_shift. -:carol9809 :does :access_social_media. -:alice9810 :does :log_off_at_end_of_shift. -:bob9810 :does :work_related_task. -:bob9810 :does :log_off_at_end_of_shift. -:carol9810 :does :access_social_media. -:alice9811 :does :log_off_at_end_of_shift. -:bob9811 :does :work_related_task. -:bob9811 :does :log_off_at_end_of_shift. -:carol9811 :does :access_social_media. -:alice9812 :does :log_off_at_end_of_shift. -:bob9812 :does :work_related_task. -:bob9812 :does :log_off_at_end_of_shift. -:carol9812 :does :access_social_media. -:alice9813 :does :log_off_at_end_of_shift. -:bob9813 :does :work_related_task. -:bob9813 :does :log_off_at_end_of_shift. -:carol9813 :does :access_social_media. -:alice9814 :does :log_off_at_end_of_shift. -:bob9814 :does :work_related_task. -:bob9814 :does :log_off_at_end_of_shift. -:carol9814 :does :access_social_media. -:alice9815 :does :log_off_at_end_of_shift. -:bob9815 :does :work_related_task. -:bob9815 :does :log_off_at_end_of_shift. -:carol9815 :does :access_social_media. -:alice9816 :does :log_off_at_end_of_shift. -:bob9816 :does :work_related_task. -:bob9816 :does :log_off_at_end_of_shift. -:carol9816 :does :access_social_media. -:alice9817 :does :log_off_at_end_of_shift. -:bob9817 :does :work_related_task. -:bob9817 :does :log_off_at_end_of_shift. -:carol9817 :does :access_social_media. -:alice9818 :does :log_off_at_end_of_shift. -:bob9818 :does :work_related_task. -:bob9818 :does :log_off_at_end_of_shift. -:carol9818 :does :access_social_media. -:alice9819 :does :log_off_at_end_of_shift. -:bob9819 :does :work_related_task. -:bob9819 :does :log_off_at_end_of_shift. -:carol9819 :does :access_social_media. -:alice9820 :does :log_off_at_end_of_shift. -:bob9820 :does :work_related_task. -:bob9820 :does :log_off_at_end_of_shift. -:carol9820 :does :access_social_media. -:alice9821 :does :log_off_at_end_of_shift. -:bob9821 :does :work_related_task. -:bob9821 :does :log_off_at_end_of_shift. -:carol9821 :does :access_social_media. -:alice9822 :does :log_off_at_end_of_shift. -:bob9822 :does :work_related_task. -:bob9822 :does :log_off_at_end_of_shift. -:carol9822 :does :access_social_media. -:alice9823 :does :log_off_at_end_of_shift. -:bob9823 :does :work_related_task. -:bob9823 :does :log_off_at_end_of_shift. -:carol9823 :does :access_social_media. -:alice9824 :does :log_off_at_end_of_shift. -:bob9824 :does :work_related_task. -:bob9824 :does :log_off_at_end_of_shift. -:carol9824 :does :access_social_media. -:alice9825 :does :log_off_at_end_of_shift. -:bob9825 :does :work_related_task. -:bob9825 :does :log_off_at_end_of_shift. -:carol9825 :does :access_social_media. -:alice9826 :does :log_off_at_end_of_shift. -:bob9826 :does :work_related_task. -:bob9826 :does :log_off_at_end_of_shift. -:carol9826 :does :access_social_media. -:alice9827 :does :log_off_at_end_of_shift. -:bob9827 :does :work_related_task. -:bob9827 :does :log_off_at_end_of_shift. -:carol9827 :does :access_social_media. -:alice9828 :does :log_off_at_end_of_shift. -:bob9828 :does :work_related_task. -:bob9828 :does :log_off_at_end_of_shift. -:carol9828 :does :access_social_media. -:alice9829 :does :log_off_at_end_of_shift. -:bob9829 :does :work_related_task. -:bob9829 :does :log_off_at_end_of_shift. -:carol9829 :does :access_social_media. -:alice9830 :does :log_off_at_end_of_shift. -:bob9830 :does :work_related_task. -:bob9830 :does :log_off_at_end_of_shift. -:carol9830 :does :access_social_media. -:alice9831 :does :log_off_at_end_of_shift. -:bob9831 :does :work_related_task. -:bob9831 :does :log_off_at_end_of_shift. -:carol9831 :does :access_social_media. -:alice9832 :does :log_off_at_end_of_shift. -:bob9832 :does :work_related_task. -:bob9832 :does :log_off_at_end_of_shift. -:carol9832 :does :access_social_media. -:alice9833 :does :log_off_at_end_of_shift. -:bob9833 :does :work_related_task. -:bob9833 :does :log_off_at_end_of_shift. -:carol9833 :does :access_social_media. -:alice9834 :does :log_off_at_end_of_shift. -:bob9834 :does :work_related_task. -:bob9834 :does :log_off_at_end_of_shift. -:carol9834 :does :access_social_media. -:alice9835 :does :log_off_at_end_of_shift. -:bob9835 :does :work_related_task. -:bob9835 :does :log_off_at_end_of_shift. -:carol9835 :does :access_social_media. -:alice9836 :does :log_off_at_end_of_shift. -:bob9836 :does :work_related_task. -:bob9836 :does :log_off_at_end_of_shift. -:carol9836 :does :access_social_media. -:alice9837 :does :log_off_at_end_of_shift. -:bob9837 :does :work_related_task. -:bob9837 :does :log_off_at_end_of_shift. -:carol9837 :does :access_social_media. -:alice9838 :does :log_off_at_end_of_shift. -:bob9838 :does :work_related_task. -:bob9838 :does :log_off_at_end_of_shift. -:carol9838 :does :access_social_media. -:alice9839 :does :log_off_at_end_of_shift. -:bob9839 :does :work_related_task. -:bob9839 :does :log_off_at_end_of_shift. -:carol9839 :does :access_social_media. -:alice9840 :does :log_off_at_end_of_shift. -:bob9840 :does :work_related_task. -:bob9840 :does :log_off_at_end_of_shift. -:carol9840 :does :access_social_media. -:alice9841 :does :log_off_at_end_of_shift. -:bob9841 :does :work_related_task. -:bob9841 :does :log_off_at_end_of_shift. -:carol9841 :does :access_social_media. -:alice9842 :does :log_off_at_end_of_shift. -:bob9842 :does :work_related_task. -:bob9842 :does :log_off_at_end_of_shift. -:carol9842 :does :access_social_media. -:alice9843 :does :log_off_at_end_of_shift. -:bob9843 :does :work_related_task. -:bob9843 :does :log_off_at_end_of_shift. -:carol9843 :does :access_social_media. -:alice9844 :does :log_off_at_end_of_shift. -:bob9844 :does :work_related_task. -:bob9844 :does :log_off_at_end_of_shift. -:carol9844 :does :access_social_media. -:alice9845 :does :log_off_at_end_of_shift. -:bob9845 :does :work_related_task. -:bob9845 :does :log_off_at_end_of_shift. -:carol9845 :does :access_social_media. -:alice9846 :does :log_off_at_end_of_shift. -:bob9846 :does :work_related_task. -:bob9846 :does :log_off_at_end_of_shift. -:carol9846 :does :access_social_media. -:alice9847 :does :log_off_at_end_of_shift. -:bob9847 :does :work_related_task. -:bob9847 :does :log_off_at_end_of_shift. -:carol9847 :does :access_social_media. -:alice9848 :does :log_off_at_end_of_shift. -:bob9848 :does :work_related_task. -:bob9848 :does :log_off_at_end_of_shift. -:carol9848 :does :access_social_media. -:alice9849 :does :log_off_at_end_of_shift. -:bob9849 :does :work_related_task. -:bob9849 :does :log_off_at_end_of_shift. -:carol9849 :does :access_social_media. -:alice9850 :does :log_off_at_end_of_shift. -:bob9850 :does :work_related_task. -:bob9850 :does :log_off_at_end_of_shift. -:carol9850 :does :access_social_media. -:alice9851 :does :log_off_at_end_of_shift. -:bob9851 :does :work_related_task. -:bob9851 :does :log_off_at_end_of_shift. -:carol9851 :does :access_social_media. -:alice9852 :does :log_off_at_end_of_shift. -:bob9852 :does :work_related_task. -:bob9852 :does :log_off_at_end_of_shift. -:carol9852 :does :access_social_media. -:alice9853 :does :log_off_at_end_of_shift. -:bob9853 :does :work_related_task. -:bob9853 :does :log_off_at_end_of_shift. -:carol9853 :does :access_social_media. -:alice9854 :does :log_off_at_end_of_shift. -:bob9854 :does :work_related_task. -:bob9854 :does :log_off_at_end_of_shift. -:carol9854 :does :access_social_media. -:alice9855 :does :log_off_at_end_of_shift. -:bob9855 :does :work_related_task. -:bob9855 :does :log_off_at_end_of_shift. -:carol9855 :does :access_social_media. -:alice9856 :does :log_off_at_end_of_shift. -:bob9856 :does :work_related_task. -:bob9856 :does :log_off_at_end_of_shift. -:carol9856 :does :access_social_media. -:alice9857 :does :log_off_at_end_of_shift. -:bob9857 :does :work_related_task. -:bob9857 :does :log_off_at_end_of_shift. -:carol9857 :does :access_social_media. -:alice9858 :does :log_off_at_end_of_shift. -:bob9858 :does :work_related_task. -:bob9858 :does :log_off_at_end_of_shift. -:carol9858 :does :access_social_media. -:alice9859 :does :log_off_at_end_of_shift. -:bob9859 :does :work_related_task. -:bob9859 :does :log_off_at_end_of_shift. -:carol9859 :does :access_social_media. -:alice9860 :does :log_off_at_end_of_shift. -:bob9860 :does :work_related_task. -:bob9860 :does :log_off_at_end_of_shift. -:carol9860 :does :access_social_media. -:alice9861 :does :log_off_at_end_of_shift. -:bob9861 :does :work_related_task. -:bob9861 :does :log_off_at_end_of_shift. -:carol9861 :does :access_social_media. -:alice9862 :does :log_off_at_end_of_shift. -:bob9862 :does :work_related_task. -:bob9862 :does :log_off_at_end_of_shift. -:carol9862 :does :access_social_media. -:alice9863 :does :log_off_at_end_of_shift. -:bob9863 :does :work_related_task. -:bob9863 :does :log_off_at_end_of_shift. -:carol9863 :does :access_social_media. -:alice9864 :does :log_off_at_end_of_shift. -:bob9864 :does :work_related_task. -:bob9864 :does :log_off_at_end_of_shift. -:carol9864 :does :access_social_media. -:alice9865 :does :log_off_at_end_of_shift. -:bob9865 :does :work_related_task. -:bob9865 :does :log_off_at_end_of_shift. -:carol9865 :does :access_social_media. -:alice9866 :does :log_off_at_end_of_shift. -:bob9866 :does :work_related_task. -:bob9866 :does :log_off_at_end_of_shift. -:carol9866 :does :access_social_media. -:alice9867 :does :log_off_at_end_of_shift. -:bob9867 :does :work_related_task. -:bob9867 :does :log_off_at_end_of_shift. -:carol9867 :does :access_social_media. -:alice9868 :does :log_off_at_end_of_shift. -:bob9868 :does :work_related_task. -:bob9868 :does :log_off_at_end_of_shift. -:carol9868 :does :access_social_media. -:alice9869 :does :log_off_at_end_of_shift. -:bob9869 :does :work_related_task. -:bob9869 :does :log_off_at_end_of_shift. -:carol9869 :does :access_social_media. -:alice9870 :does :log_off_at_end_of_shift. -:bob9870 :does :work_related_task. -:bob9870 :does :log_off_at_end_of_shift. -:carol9870 :does :access_social_media. -:alice9871 :does :log_off_at_end_of_shift. -:bob9871 :does :work_related_task. -:bob9871 :does :log_off_at_end_of_shift. -:carol9871 :does :access_social_media. -:alice9872 :does :log_off_at_end_of_shift. -:bob9872 :does :work_related_task. -:bob9872 :does :log_off_at_end_of_shift. -:carol9872 :does :access_social_media. -:alice9873 :does :log_off_at_end_of_shift. -:bob9873 :does :work_related_task. -:bob9873 :does :log_off_at_end_of_shift. -:carol9873 :does :access_social_media. -:alice9874 :does :log_off_at_end_of_shift. -:bob9874 :does :work_related_task. -:bob9874 :does :log_off_at_end_of_shift. -:carol9874 :does :access_social_media. -:alice9875 :does :log_off_at_end_of_shift. -:bob9875 :does :work_related_task. -:bob9875 :does :log_off_at_end_of_shift. -:carol9875 :does :access_social_media. -:alice9876 :does :log_off_at_end_of_shift. -:bob9876 :does :work_related_task. -:bob9876 :does :log_off_at_end_of_shift. -:carol9876 :does :access_social_media. -:alice9877 :does :log_off_at_end_of_shift. -:bob9877 :does :work_related_task. -:bob9877 :does :log_off_at_end_of_shift. -:carol9877 :does :access_social_media. -:alice9878 :does :log_off_at_end_of_shift. -:bob9878 :does :work_related_task. -:bob9878 :does :log_off_at_end_of_shift. -:carol9878 :does :access_social_media. -:alice9879 :does :log_off_at_end_of_shift. -:bob9879 :does :work_related_task. -:bob9879 :does :log_off_at_end_of_shift. -:carol9879 :does :access_social_media. -:alice9880 :does :log_off_at_end_of_shift. -:bob9880 :does :work_related_task. -:bob9880 :does :log_off_at_end_of_shift. -:carol9880 :does :access_social_media. -:alice9881 :does :log_off_at_end_of_shift. -:bob9881 :does :work_related_task. -:bob9881 :does :log_off_at_end_of_shift. -:carol9881 :does :access_social_media. -:alice9882 :does :log_off_at_end_of_shift. -:bob9882 :does :work_related_task. -:bob9882 :does :log_off_at_end_of_shift. -:carol9882 :does :access_social_media. -:alice9883 :does :log_off_at_end_of_shift. -:bob9883 :does :work_related_task. -:bob9883 :does :log_off_at_end_of_shift. -:carol9883 :does :access_social_media. -:alice9884 :does :log_off_at_end_of_shift. -:bob9884 :does :work_related_task. -:bob9884 :does :log_off_at_end_of_shift. -:carol9884 :does :access_social_media. -:alice9885 :does :log_off_at_end_of_shift. -:bob9885 :does :work_related_task. -:bob9885 :does :log_off_at_end_of_shift. -:carol9885 :does :access_social_media. -:alice9886 :does :log_off_at_end_of_shift. -:bob9886 :does :work_related_task. -:bob9886 :does :log_off_at_end_of_shift. -:carol9886 :does :access_social_media. -:alice9887 :does :log_off_at_end_of_shift. -:bob9887 :does :work_related_task. -:bob9887 :does :log_off_at_end_of_shift. -:carol9887 :does :access_social_media. -:alice9888 :does :log_off_at_end_of_shift. -:bob9888 :does :work_related_task. -:bob9888 :does :log_off_at_end_of_shift. -:carol9888 :does :access_social_media. -:alice9889 :does :log_off_at_end_of_shift. -:bob9889 :does :work_related_task. -:bob9889 :does :log_off_at_end_of_shift. -:carol9889 :does :access_social_media. -:alice9890 :does :log_off_at_end_of_shift. -:bob9890 :does :work_related_task. -:bob9890 :does :log_off_at_end_of_shift. -:carol9890 :does :access_social_media. -:alice9891 :does :log_off_at_end_of_shift. -:bob9891 :does :work_related_task. -:bob9891 :does :log_off_at_end_of_shift. -:carol9891 :does :access_social_media. -:alice9892 :does :log_off_at_end_of_shift. -:bob9892 :does :work_related_task. -:bob9892 :does :log_off_at_end_of_shift. -:carol9892 :does :access_social_media. -:alice9893 :does :log_off_at_end_of_shift. -:bob9893 :does :work_related_task. -:bob9893 :does :log_off_at_end_of_shift. -:carol9893 :does :access_social_media. -:alice9894 :does :log_off_at_end_of_shift. -:bob9894 :does :work_related_task. -:bob9894 :does :log_off_at_end_of_shift. -:carol9894 :does :access_social_media. -:alice9895 :does :log_off_at_end_of_shift. -:bob9895 :does :work_related_task. -:bob9895 :does :log_off_at_end_of_shift. -:carol9895 :does :access_social_media. -:alice9896 :does :log_off_at_end_of_shift. -:bob9896 :does :work_related_task. -:bob9896 :does :log_off_at_end_of_shift. -:carol9896 :does :access_social_media. -:alice9897 :does :log_off_at_end_of_shift. -:bob9897 :does :work_related_task. -:bob9897 :does :log_off_at_end_of_shift. -:carol9897 :does :access_social_media. -:alice9898 :does :log_off_at_end_of_shift. -:bob9898 :does :work_related_task. -:bob9898 :does :log_off_at_end_of_shift. -:carol9898 :does :access_social_media. -:alice9899 :does :log_off_at_end_of_shift. -:bob9899 :does :work_related_task. -:bob9899 :does :log_off_at_end_of_shift. -:carol9899 :does :access_social_media. -:alice9900 :does :log_off_at_end_of_shift. -:bob9900 :does :work_related_task. -:bob9900 :does :log_off_at_end_of_shift. -:carol9900 :does :access_social_media. -:alice9901 :does :log_off_at_end_of_shift. -:bob9901 :does :work_related_task. -:bob9901 :does :log_off_at_end_of_shift. -:carol9901 :does :access_social_media. -:alice9902 :does :log_off_at_end_of_shift. -:bob9902 :does :work_related_task. -:bob9902 :does :log_off_at_end_of_shift. -:carol9902 :does :access_social_media. -:alice9903 :does :log_off_at_end_of_shift. -:bob9903 :does :work_related_task. -:bob9903 :does :log_off_at_end_of_shift. -:carol9903 :does :access_social_media. -:alice9904 :does :log_off_at_end_of_shift. -:bob9904 :does :work_related_task. -:bob9904 :does :log_off_at_end_of_shift. -:carol9904 :does :access_social_media. -:alice9905 :does :log_off_at_end_of_shift. -:bob9905 :does :work_related_task. -:bob9905 :does :log_off_at_end_of_shift. -:carol9905 :does :access_social_media. -:alice9906 :does :log_off_at_end_of_shift. -:bob9906 :does :work_related_task. -:bob9906 :does :log_off_at_end_of_shift. -:carol9906 :does :access_social_media. -:alice9907 :does :log_off_at_end_of_shift. -:bob9907 :does :work_related_task. -:bob9907 :does :log_off_at_end_of_shift. -:carol9907 :does :access_social_media. -:alice9908 :does :log_off_at_end_of_shift. -:bob9908 :does :work_related_task. -:bob9908 :does :log_off_at_end_of_shift. -:carol9908 :does :access_social_media. -:alice9909 :does :log_off_at_end_of_shift. -:bob9909 :does :work_related_task. -:bob9909 :does :log_off_at_end_of_shift. -:carol9909 :does :access_social_media. -:alice9910 :does :log_off_at_end_of_shift. -:bob9910 :does :work_related_task. -:bob9910 :does :log_off_at_end_of_shift. -:carol9910 :does :access_social_media. -:alice9911 :does :log_off_at_end_of_shift. -:bob9911 :does :work_related_task. -:bob9911 :does :log_off_at_end_of_shift. -:carol9911 :does :access_social_media. -:alice9912 :does :log_off_at_end_of_shift. -:bob9912 :does :work_related_task. -:bob9912 :does :log_off_at_end_of_shift. -:carol9912 :does :access_social_media. -:alice9913 :does :log_off_at_end_of_shift. -:bob9913 :does :work_related_task. -:bob9913 :does :log_off_at_end_of_shift. -:carol9913 :does :access_social_media. -:alice9914 :does :log_off_at_end_of_shift. -:bob9914 :does :work_related_task. -:bob9914 :does :log_off_at_end_of_shift. -:carol9914 :does :access_social_media. -:alice9915 :does :log_off_at_end_of_shift. -:bob9915 :does :work_related_task. -:bob9915 :does :log_off_at_end_of_shift. -:carol9915 :does :access_social_media. -:alice9916 :does :log_off_at_end_of_shift. -:bob9916 :does :work_related_task. -:bob9916 :does :log_off_at_end_of_shift. -:carol9916 :does :access_social_media. -:alice9917 :does :log_off_at_end_of_shift. -:bob9917 :does :work_related_task. -:bob9917 :does :log_off_at_end_of_shift. -:carol9917 :does :access_social_media. -:alice9918 :does :log_off_at_end_of_shift. -:bob9918 :does :work_related_task. -:bob9918 :does :log_off_at_end_of_shift. -:carol9918 :does :access_social_media. -:alice9919 :does :log_off_at_end_of_shift. -:bob9919 :does :work_related_task. -:bob9919 :does :log_off_at_end_of_shift. -:carol9919 :does :access_social_media. -:alice9920 :does :log_off_at_end_of_shift. -:bob9920 :does :work_related_task. -:bob9920 :does :log_off_at_end_of_shift. -:carol9920 :does :access_social_media. -:alice9921 :does :log_off_at_end_of_shift. -:bob9921 :does :work_related_task. -:bob9921 :does :log_off_at_end_of_shift. -:carol9921 :does :access_social_media. -:alice9922 :does :log_off_at_end_of_shift. -:bob9922 :does :work_related_task. -:bob9922 :does :log_off_at_end_of_shift. -:carol9922 :does :access_social_media. -:alice9923 :does :log_off_at_end_of_shift. -:bob9923 :does :work_related_task. -:bob9923 :does :log_off_at_end_of_shift. -:carol9923 :does :access_social_media. -:alice9924 :does :log_off_at_end_of_shift. -:bob9924 :does :work_related_task. -:bob9924 :does :log_off_at_end_of_shift. -:carol9924 :does :access_social_media. -:alice9925 :does :log_off_at_end_of_shift. -:bob9925 :does :work_related_task. -:bob9925 :does :log_off_at_end_of_shift. -:carol9925 :does :access_social_media. -:alice9926 :does :log_off_at_end_of_shift. -:bob9926 :does :work_related_task. -:bob9926 :does :log_off_at_end_of_shift. -:carol9926 :does :access_social_media. -:alice9927 :does :log_off_at_end_of_shift. -:bob9927 :does :work_related_task. -:bob9927 :does :log_off_at_end_of_shift. -:carol9927 :does :access_social_media. -:alice9928 :does :log_off_at_end_of_shift. -:bob9928 :does :work_related_task. -:bob9928 :does :log_off_at_end_of_shift. -:carol9928 :does :access_social_media. -:alice9929 :does :log_off_at_end_of_shift. -:bob9929 :does :work_related_task. -:bob9929 :does :log_off_at_end_of_shift. -:carol9929 :does :access_social_media. -:alice9930 :does :log_off_at_end_of_shift. -:bob9930 :does :work_related_task. -:bob9930 :does :log_off_at_end_of_shift. -:carol9930 :does :access_social_media. -:alice9931 :does :log_off_at_end_of_shift. -:bob9931 :does :work_related_task. -:bob9931 :does :log_off_at_end_of_shift. -:carol9931 :does :access_social_media. -:alice9932 :does :log_off_at_end_of_shift. -:bob9932 :does :work_related_task. -:bob9932 :does :log_off_at_end_of_shift. -:carol9932 :does :access_social_media. -:alice9933 :does :log_off_at_end_of_shift. -:bob9933 :does :work_related_task. -:bob9933 :does :log_off_at_end_of_shift. -:carol9933 :does :access_social_media. -:alice9934 :does :log_off_at_end_of_shift. -:bob9934 :does :work_related_task. -:bob9934 :does :log_off_at_end_of_shift. -:carol9934 :does :access_social_media. -:alice9935 :does :log_off_at_end_of_shift. -:bob9935 :does :work_related_task. -:bob9935 :does :log_off_at_end_of_shift. -:carol9935 :does :access_social_media. -:alice9936 :does :log_off_at_end_of_shift. -:bob9936 :does :work_related_task. -:bob9936 :does :log_off_at_end_of_shift. -:carol9936 :does :access_social_media. -:alice9937 :does :log_off_at_end_of_shift. -:bob9937 :does :work_related_task. -:bob9937 :does :log_off_at_end_of_shift. -:carol9937 :does :access_social_media. -:alice9938 :does :log_off_at_end_of_shift. -:bob9938 :does :work_related_task. -:bob9938 :does :log_off_at_end_of_shift. -:carol9938 :does :access_social_media. -:alice9939 :does :log_off_at_end_of_shift. -:bob9939 :does :work_related_task. -:bob9939 :does :log_off_at_end_of_shift. -:carol9939 :does :access_social_media. -:alice9940 :does :log_off_at_end_of_shift. -:bob9940 :does :work_related_task. -:bob9940 :does :log_off_at_end_of_shift. -:carol9940 :does :access_social_media. -:alice9941 :does :log_off_at_end_of_shift. -:bob9941 :does :work_related_task. -:bob9941 :does :log_off_at_end_of_shift. -:carol9941 :does :access_social_media. -:alice9942 :does :log_off_at_end_of_shift. -:bob9942 :does :work_related_task. -:bob9942 :does :log_off_at_end_of_shift. -:carol9942 :does :access_social_media. -:alice9943 :does :log_off_at_end_of_shift. -:bob9943 :does :work_related_task. -:bob9943 :does :log_off_at_end_of_shift. -:carol9943 :does :access_social_media. -:alice9944 :does :log_off_at_end_of_shift. -:bob9944 :does :work_related_task. -:bob9944 :does :log_off_at_end_of_shift. -:carol9944 :does :access_social_media. -:alice9945 :does :log_off_at_end_of_shift. -:bob9945 :does :work_related_task. -:bob9945 :does :log_off_at_end_of_shift. -:carol9945 :does :access_social_media. -:alice9946 :does :log_off_at_end_of_shift. -:bob9946 :does :work_related_task. -:bob9946 :does :log_off_at_end_of_shift. -:carol9946 :does :access_social_media. -:alice9947 :does :log_off_at_end_of_shift. -:bob9947 :does :work_related_task. -:bob9947 :does :log_off_at_end_of_shift. -:carol9947 :does :access_social_media. -:alice9948 :does :log_off_at_end_of_shift. -:bob9948 :does :work_related_task. -:bob9948 :does :log_off_at_end_of_shift. -:carol9948 :does :access_social_media. -:alice9949 :does :log_off_at_end_of_shift. -:bob9949 :does :work_related_task. -:bob9949 :does :log_off_at_end_of_shift. -:carol9949 :does :access_social_media. -:alice9950 :does :log_off_at_end_of_shift. -:bob9950 :does :work_related_task. -:bob9950 :does :log_off_at_end_of_shift. -:carol9950 :does :access_social_media. -:alice9951 :does :log_off_at_end_of_shift. -:bob9951 :does :work_related_task. -:bob9951 :does :log_off_at_end_of_shift. -:carol9951 :does :access_social_media. -:alice9952 :does :log_off_at_end_of_shift. -:bob9952 :does :work_related_task. -:bob9952 :does :log_off_at_end_of_shift. -:carol9952 :does :access_social_media. -:alice9953 :does :log_off_at_end_of_shift. -:bob9953 :does :work_related_task. -:bob9953 :does :log_off_at_end_of_shift. -:carol9953 :does :access_social_media. -:alice9954 :does :log_off_at_end_of_shift. -:bob9954 :does :work_related_task. -:bob9954 :does :log_off_at_end_of_shift. -:carol9954 :does :access_social_media. -:alice9955 :does :log_off_at_end_of_shift. -:bob9955 :does :work_related_task. -:bob9955 :does :log_off_at_end_of_shift. -:carol9955 :does :access_social_media. -:alice9956 :does :log_off_at_end_of_shift. -:bob9956 :does :work_related_task. -:bob9956 :does :log_off_at_end_of_shift. -:carol9956 :does :access_social_media. -:alice9957 :does :log_off_at_end_of_shift. -:bob9957 :does :work_related_task. -:bob9957 :does :log_off_at_end_of_shift. -:carol9957 :does :access_social_media. -:alice9958 :does :log_off_at_end_of_shift. -:bob9958 :does :work_related_task. -:bob9958 :does :log_off_at_end_of_shift. -:carol9958 :does :access_social_media. -:alice9959 :does :log_off_at_end_of_shift. -:bob9959 :does :work_related_task. -:bob9959 :does :log_off_at_end_of_shift. -:carol9959 :does :access_social_media. -:alice9960 :does :log_off_at_end_of_shift. -:bob9960 :does :work_related_task. -:bob9960 :does :log_off_at_end_of_shift. -:carol9960 :does :access_social_media. -:alice9961 :does :log_off_at_end_of_shift. -:bob9961 :does :work_related_task. -:bob9961 :does :log_off_at_end_of_shift. -:carol9961 :does :access_social_media. -:alice9962 :does :log_off_at_end_of_shift. -:bob9962 :does :work_related_task. -:bob9962 :does :log_off_at_end_of_shift. -:carol9962 :does :access_social_media. -:alice9963 :does :log_off_at_end_of_shift. -:bob9963 :does :work_related_task. -:bob9963 :does :log_off_at_end_of_shift. -:carol9963 :does :access_social_media. -:alice9964 :does :log_off_at_end_of_shift. -:bob9964 :does :work_related_task. -:bob9964 :does :log_off_at_end_of_shift. -:carol9964 :does :access_social_media. -:alice9965 :does :log_off_at_end_of_shift. -:bob9965 :does :work_related_task. -:bob9965 :does :log_off_at_end_of_shift. -:carol9965 :does :access_social_media. -:alice9966 :does :log_off_at_end_of_shift. -:bob9966 :does :work_related_task. -:bob9966 :does :log_off_at_end_of_shift. -:carol9966 :does :access_social_media. -:alice9967 :does :log_off_at_end_of_shift. -:bob9967 :does :work_related_task. -:bob9967 :does :log_off_at_end_of_shift. -:carol9967 :does :access_social_media. -:alice9968 :does :log_off_at_end_of_shift. -:bob9968 :does :work_related_task. -:bob9968 :does :log_off_at_end_of_shift. -:carol9968 :does :access_social_media. -:alice9969 :does :log_off_at_end_of_shift. -:bob9969 :does :work_related_task. -:bob9969 :does :log_off_at_end_of_shift. -:carol9969 :does :access_social_media. -:alice9970 :does :log_off_at_end_of_shift. -:bob9970 :does :work_related_task. -:bob9970 :does :log_off_at_end_of_shift. -:carol9970 :does :access_social_media. -:alice9971 :does :log_off_at_end_of_shift. -:bob9971 :does :work_related_task. -:bob9971 :does :log_off_at_end_of_shift. -:carol9971 :does :access_social_media. -:alice9972 :does :log_off_at_end_of_shift. -:bob9972 :does :work_related_task. -:bob9972 :does :log_off_at_end_of_shift. -:carol9972 :does :access_social_media. -:alice9973 :does :log_off_at_end_of_shift. -:bob9973 :does :work_related_task. -:bob9973 :does :log_off_at_end_of_shift. -:carol9973 :does :access_social_media. -:alice9974 :does :log_off_at_end_of_shift. -:bob9974 :does :work_related_task. -:bob9974 :does :log_off_at_end_of_shift. -:carol9974 :does :access_social_media. -:alice9975 :does :log_off_at_end_of_shift. -:bob9975 :does :work_related_task. -:bob9975 :does :log_off_at_end_of_shift. -:carol9975 :does :access_social_media. -:alice9976 :does :log_off_at_end_of_shift. -:bob9976 :does :work_related_task. -:bob9976 :does :log_off_at_end_of_shift. -:carol9976 :does :access_social_media. -:alice9977 :does :log_off_at_end_of_shift. -:bob9977 :does :work_related_task. -:bob9977 :does :log_off_at_end_of_shift. -:carol9977 :does :access_social_media. -:alice9978 :does :log_off_at_end_of_shift. -:bob9978 :does :work_related_task. -:bob9978 :does :log_off_at_end_of_shift. -:carol9978 :does :access_social_media. -:alice9979 :does :log_off_at_end_of_shift. -:bob9979 :does :work_related_task. -:bob9979 :does :log_off_at_end_of_shift. -:carol9979 :does :access_social_media. -:alice9980 :does :log_off_at_end_of_shift. -:bob9980 :does :work_related_task. -:bob9980 :does :log_off_at_end_of_shift. -:carol9980 :does :access_social_media. -:alice9981 :does :log_off_at_end_of_shift. -:bob9981 :does :work_related_task. -:bob9981 :does :log_off_at_end_of_shift. -:carol9981 :does :access_social_media. -:alice9982 :does :log_off_at_end_of_shift. -:bob9982 :does :work_related_task. -:bob9982 :does :log_off_at_end_of_shift. -:carol9982 :does :access_social_media. -:alice9983 :does :log_off_at_end_of_shift. -:bob9983 :does :work_related_task. -:bob9983 :does :log_off_at_end_of_shift. -:carol9983 :does :access_social_media. -:alice9984 :does :log_off_at_end_of_shift. -:bob9984 :does :work_related_task. -:bob9984 :does :log_off_at_end_of_shift. -:carol9984 :does :access_social_media. -:alice9985 :does :log_off_at_end_of_shift. -:bob9985 :does :work_related_task. -:bob9985 :does :log_off_at_end_of_shift. -:carol9985 :does :access_social_media. -:alice9986 :does :log_off_at_end_of_shift. -:bob9986 :does :work_related_task. -:bob9986 :does :log_off_at_end_of_shift. -:carol9986 :does :access_social_media. -:alice9987 :does :log_off_at_end_of_shift. -:bob9987 :does :work_related_task. -:bob9987 :does :log_off_at_end_of_shift. -:carol9987 :does :access_social_media. -:alice9988 :does :log_off_at_end_of_shift. -:bob9988 :does :work_related_task. -:bob9988 :does :log_off_at_end_of_shift. -:carol9988 :does :access_social_media. -:alice9989 :does :log_off_at_end_of_shift. -:bob9989 :does :work_related_task. -:bob9989 :does :log_off_at_end_of_shift. -:carol9989 :does :access_social_media. -:alice9990 :does :log_off_at_end_of_shift. -:bob9990 :does :work_related_task. -:bob9990 :does :log_off_at_end_of_shift. -:carol9990 :does :access_social_media. -:alice9991 :does :log_off_at_end_of_shift. -:bob9991 :does :work_related_task. -:bob9991 :does :log_off_at_end_of_shift. -:carol9991 :does :access_social_media. -:alice9992 :does :log_off_at_end_of_shift. -:bob9992 :does :work_related_task. -:bob9992 :does :log_off_at_end_of_shift. -:carol9992 :does :access_social_media. -:alice9993 :does :log_off_at_end_of_shift. -:bob9993 :does :work_related_task. -:bob9993 :does :log_off_at_end_of_shift. -:carol9993 :does :access_social_media. -:alice9994 :does :log_off_at_end_of_shift. -:bob9994 :does :work_related_task. -:bob9994 :does :log_off_at_end_of_shift. -:carol9994 :does :access_social_media. -:alice9995 :does :log_off_at_end_of_shift. -:bob9995 :does :work_related_task. -:bob9995 :does :log_off_at_end_of_shift. -:carol9995 :does :access_social_media. -:alice9996 :does :log_off_at_end_of_shift. -:bob9996 :does :work_related_task. -:bob9996 :does :log_off_at_end_of_shift. -:carol9996 :does :access_social_media. -:alice9997 :does :log_off_at_end_of_shift. -:bob9997 :does :work_related_task. -:bob9997 :does :log_off_at_end_of_shift. -:carol9997 :does :access_social_media. -:alice9998 :does :log_off_at_end_of_shift. -:bob9998 :does :work_related_task. -:bob9998 :does :log_off_at_end_of_shift. -:carol9998 :does :access_social_media. -:alice9999 :does :log_off_at_end_of_shift. -:bob9999 :does :work_related_task. -:bob9999 :does :log_off_at_end_of_shift. -:carol9999 :does :access_social_media. -:alice10000 :does :log_off_at_end_of_shift. -:bob10000 :does :work_related_task. -:bob10000 :does :log_off_at_end_of_shift. -:carol10000 :does :access_social_media. diff --git a/reasoning/workplace-benchmark/workplace-proof.n3 b/reasoning/workplace-benchmark/workplace-proof.n3 index 303fbb17f..9744c2668 100644 --- a/reasoning/workplace-benchmark/workplace-proof.n3 +++ b/reasoning/workplace-benchmark/workplace-proof.n3 @@ -5002,5006 +5002,6 @@ :bob4998 :complies true. :bob4999 :complies true. :bob5000 :complies true. -:bob5001 :complies true. -:bob5002 :complies true. -:bob5003 :complies true. -:bob5004 :complies true. -:bob5005 :complies true. -:bob5006 :complies true. -:bob5007 :complies true. -:bob5008 :complies true. -:bob5009 :complies true. -:bob5010 :complies true. -:bob5011 :complies true. -:bob5012 :complies true. -:bob5013 :complies true. -:bob5014 :complies true. -:bob5015 :complies true. -:bob5016 :complies true. -:bob5017 :complies true. -:bob5018 :complies true. -:bob5019 :complies true. -:bob5020 :complies true. -:bob5021 :complies true. -:bob5022 :complies true. -:bob5023 :complies true. -:bob5024 :complies true. -:bob5025 :complies true. -:bob5026 :complies true. -:bob5027 :complies true. -:bob5028 :complies true. -:bob5029 :complies true. -:bob5030 :complies true. -:bob5031 :complies true. -:bob5032 :complies true. -:bob5033 :complies true. -:bob5034 :complies true. -:bob5035 :complies true. -:bob5036 :complies true. -:bob5037 :complies true. -:bob5038 :complies true. -:bob5039 :complies true. -:bob5040 :complies true. -:bob5041 :complies true. -:bob5042 :complies true. -:bob5043 :complies true. -:bob5044 :complies true. -:bob5045 :complies true. -:bob5046 :complies true. -:bob5047 :complies true. -:bob5048 :complies true. -:bob5049 :complies true. -:bob5050 :complies true. -:bob5051 :complies true. -:bob5052 :complies true. -:bob5053 :complies true. -:bob5054 :complies true. -:bob5055 :complies true. -:bob5056 :complies true. -:bob5057 :complies true. -:bob5058 :complies true. -:bob5059 :complies true. -:bob5060 :complies true. -:bob5061 :complies true. -:bob5062 :complies true. -:bob5063 :complies true. -:bob5064 :complies true. -:bob5065 :complies true. -:bob5066 :complies true. -:bob5067 :complies true. -:bob5068 :complies true. -:bob5069 :complies true. -:bob5070 :complies true. -:bob5071 :complies true. -:bob5072 :complies true. -:bob5073 :complies true. -:bob5074 :complies true. -:bob5075 :complies true. -:bob5076 :complies true. -:bob5077 :complies true. -:bob5078 :complies true. -:bob5079 :complies true. -:bob5080 :complies true. -:bob5081 :complies true. -:bob5082 :complies true. -:bob5083 :complies true. -:bob5084 :complies true. -:bob5085 :complies true. -:bob5086 :complies true. -:bob5087 :complies true. -:bob5088 :complies true. -:bob5089 :complies true. -:bob5090 :complies true. -:bob5091 :complies true. -:bob5092 :complies true. -:bob5093 :complies true. -:bob5094 :complies true. -:bob5095 :complies true. -:bob5096 :complies true. -:bob5097 :complies true. -:bob5098 :complies true. -:bob5099 :complies true. -:bob5100 :complies true. -:bob5101 :complies true. -:bob5102 :complies true. -:bob5103 :complies true. -:bob5104 :complies true. -:bob5105 :complies true. -:bob5106 :complies true. -:bob5107 :complies true. -:bob5108 :complies true. -:bob5109 :complies true. -:bob5110 :complies true. -:bob5111 :complies true. -:bob5112 :complies true. -:bob5113 :complies true. -:bob5114 :complies true. -:bob5115 :complies true. -:bob5116 :complies true. -:bob5117 :complies true. -:bob5118 :complies true. -:bob5119 :complies true. -:bob5120 :complies true. -:bob5121 :complies true. -:bob5122 :complies true. -:bob5123 :complies true. -:bob5124 :complies true. -:bob5125 :complies true. -:bob5126 :complies true. -:bob5127 :complies true. -:bob5128 :complies true. -:bob5129 :complies true. -:bob5130 :complies true. -:bob5131 :complies true. -:bob5132 :complies true. -:bob5133 :complies true. -:bob5134 :complies true. -:bob5135 :complies true. -:bob5136 :complies true. -:bob5137 :complies true. -:bob5138 :complies true. -:bob5139 :complies true. -:bob5140 :complies true. -:bob5141 :complies true. -:bob5142 :complies true. -:bob5143 :complies true. -:bob5144 :complies true. -:bob5145 :complies true. -:bob5146 :complies true. -:bob5147 :complies true. -:bob5148 :complies true. -:bob5149 :complies true. -:bob5150 :complies true. -:bob5151 :complies true. -:bob5152 :complies true. -:bob5153 :complies true. -:bob5154 :complies true. -:bob5155 :complies true. -:bob5156 :complies true. -:bob5157 :complies true. -:bob5158 :complies true. -:bob5159 :complies true. -:bob5160 :complies true. -:bob5161 :complies true. -:bob5162 :complies true. -:bob5163 :complies true. -:bob5164 :complies true. -:bob5165 :complies true. -:bob5166 :complies true. -:bob5167 :complies true. -:bob5168 :complies true. -:bob5169 :complies true. -:bob5170 :complies true. -:bob5171 :complies true. -:bob5172 :complies true. -:bob5173 :complies true. -:bob5174 :complies true. -:bob5175 :complies true. -:bob5176 :complies true. -:bob5177 :complies true. -:bob5178 :complies true. -:bob5179 :complies true. -:bob5180 :complies true. -:bob5181 :complies true. -:bob5182 :complies true. -:bob5183 :complies true. -:bob5184 :complies true. -:bob5185 :complies true. -:bob5186 :complies true. -:bob5187 :complies true. -:bob5188 :complies true. -:bob5189 :complies true. -:bob5190 :complies true. -:bob5191 :complies true. -:bob5192 :complies true. -:bob5193 :complies true. -:bob5194 :complies true. -:bob5195 :complies true. -:bob5196 :complies true. -:bob5197 :complies true. -:bob5198 :complies true. -:bob5199 :complies true. -:bob5200 :complies true. -:bob5201 :complies true. -:bob5202 :complies true. -:bob5203 :complies true. -:bob5204 :complies true. -:bob5205 :complies true. -:bob5206 :complies true. -:bob5207 :complies true. -:bob5208 :complies true. -:bob5209 :complies true. -:bob5210 :complies true. -:bob5211 :complies true. -:bob5212 :complies true. -:bob5213 :complies true. -:bob5214 :complies true. -:bob5215 :complies true. -:bob5216 :complies true. -:bob5217 :complies true. -:bob5218 :complies true. -:bob5219 :complies true. -:bob5220 :complies true. -:bob5221 :complies true. -:bob5222 :complies true. -:bob5223 :complies true. -:bob5224 :complies true. -:bob5225 :complies true. -:bob5226 :complies true. -:bob5227 :complies true. -:bob5228 :complies true. -:bob5229 :complies true. -:bob5230 :complies true. -:bob5231 :complies true. -:bob5232 :complies true. -:bob5233 :complies true. -:bob5234 :complies true. -:bob5235 :complies true. -:bob5236 :complies true. -:bob5237 :complies true. -:bob5238 :complies true. -:bob5239 :complies true. -:bob5240 :complies true. -:bob5241 :complies true. -:bob5242 :complies true. -:bob5243 :complies true. -:bob5244 :complies true. -:bob5245 :complies true. -:bob5246 :complies true. -:bob5247 :complies true. -:bob5248 :complies true. -:bob5249 :complies true. -:bob5250 :complies true. -:bob5251 :complies true. -:bob5252 :complies true. -:bob5253 :complies true. -:bob5254 :complies true. -:bob5255 :complies true. -:bob5256 :complies true. -:bob5257 :complies true. -:bob5258 :complies true. -:bob5259 :complies true. -:bob5260 :complies true. -:bob5261 :complies true. -:bob5262 :complies true. -:bob5263 :complies true. -:bob5264 :complies true. -:bob5265 :complies true. -:bob5266 :complies true. -:bob5267 :complies true. -:bob5268 :complies true. -:bob5269 :complies true. -:bob5270 :complies true. -:bob5271 :complies true. -:bob5272 :complies true. -:bob5273 :complies true. -:bob5274 :complies true. -:bob5275 :complies true. -:bob5276 :complies true. -:bob5277 :complies true. -:bob5278 :complies true. -:bob5279 :complies true. -:bob5280 :complies true. -:bob5281 :complies true. -:bob5282 :complies true. -:bob5283 :complies true. -:bob5284 :complies true. -:bob5285 :complies true. -:bob5286 :complies true. -:bob5287 :complies true. -:bob5288 :complies true. -:bob5289 :complies true. -:bob5290 :complies true. -:bob5291 :complies true. -:bob5292 :complies true. -:bob5293 :complies true. -:bob5294 :complies true. -:bob5295 :complies true. -:bob5296 :complies true. -:bob5297 :complies true. -:bob5298 :complies true. -:bob5299 :complies true. -:bob5300 :complies true. -:bob5301 :complies true. -:bob5302 :complies true. -:bob5303 :complies true. -:bob5304 :complies true. -:bob5305 :complies true. -:bob5306 :complies true. -:bob5307 :complies true. -:bob5308 :complies true. -:bob5309 :complies true. -:bob5310 :complies true. -:bob5311 :complies true. -:bob5312 :complies true. -:bob5313 :complies true. -:bob5314 :complies true. -:bob5315 :complies true. -:bob5316 :complies true. -:bob5317 :complies true. -:bob5318 :complies true. -:bob5319 :complies true. -:bob5320 :complies true. -:bob5321 :complies true. -:bob5322 :complies true. -:bob5323 :complies true. -:bob5324 :complies true. -:bob5325 :complies true. -:bob5326 :complies true. -:bob5327 :complies true. -:bob5328 :complies true. -:bob5329 :complies true. -:bob5330 :complies true. -:bob5331 :complies true. -:bob5332 :complies true. -:bob5333 :complies true. -:bob5334 :complies true. -:bob5335 :complies true. -:bob5336 :complies true. -:bob5337 :complies true. -:bob5338 :complies true. -:bob5339 :complies true. -:bob5340 :complies true. -:bob5341 :complies true. -:bob5342 :complies true. -:bob5343 :complies true. -:bob5344 :complies true. -:bob5345 :complies true. -:bob5346 :complies true. -:bob5347 :complies true. -:bob5348 :complies true. -:bob5349 :complies true. -:bob5350 :complies true. -:bob5351 :complies true. -:bob5352 :complies true. -:bob5353 :complies true. -:bob5354 :complies true. -:bob5355 :complies true. -:bob5356 :complies true. -:bob5357 :complies true. -:bob5358 :complies true. -:bob5359 :complies true. -:bob5360 :complies true. -:bob5361 :complies true. -:bob5362 :complies true. -:bob5363 :complies true. -:bob5364 :complies true. -:bob5365 :complies true. -:bob5366 :complies true. -:bob5367 :complies true. -:bob5368 :complies true. -:bob5369 :complies true. -:bob5370 :complies true. -:bob5371 :complies true. -:bob5372 :complies true. -:bob5373 :complies true. -:bob5374 :complies true. -:bob5375 :complies true. -:bob5376 :complies true. -:bob5377 :complies true. -:bob5378 :complies true. -:bob5379 :complies true. -:bob5380 :complies true. -:bob5381 :complies true. -:bob5382 :complies true. -:bob5383 :complies true. -:bob5384 :complies true. -:bob5385 :complies true. -:bob5386 :complies true. -:bob5387 :complies true. -:bob5388 :complies true. -:bob5389 :complies true. -:bob5390 :complies true. -:bob5391 :complies true. -:bob5392 :complies true. -:bob5393 :complies true. -:bob5394 :complies true. -:bob5395 :complies true. -:bob5396 :complies true. -:bob5397 :complies true. -:bob5398 :complies true. -:bob5399 :complies true. -:bob5400 :complies true. -:bob5401 :complies true. -:bob5402 :complies true. -:bob5403 :complies true. -:bob5404 :complies true. -:bob5405 :complies true. -:bob5406 :complies true. -:bob5407 :complies true. -:bob5408 :complies true. -:bob5409 :complies true. -:bob5410 :complies true. -:bob5411 :complies true. -:bob5412 :complies true. -:bob5413 :complies true. -:bob5414 :complies true. -:bob5415 :complies true. -:bob5416 :complies true. -:bob5417 :complies true. -:bob5418 :complies true. -:bob5419 :complies true. -:bob5420 :complies true. -:bob5421 :complies true. -:bob5422 :complies true. -:bob5423 :complies true. -:bob5424 :complies true. -:bob5425 :complies true. -:bob5426 :complies true. -:bob5427 :complies true. -:bob5428 :complies true. -:bob5429 :complies true. -:bob5430 :complies true. -:bob5431 :complies true. -:bob5432 :complies true. -:bob5433 :complies true. -:bob5434 :complies true. -:bob5435 :complies true. -:bob5436 :complies true. -:bob5437 :complies true. -:bob5438 :complies true. -:bob5439 :complies true. -:bob5440 :complies true. -:bob5441 :complies true. -:bob5442 :complies true. -:bob5443 :complies true. -:bob5444 :complies true. -:bob5445 :complies true. -:bob5446 :complies true. -:bob5447 :complies true. -:bob5448 :complies true. -:bob5449 :complies true. -:bob5450 :complies true. -:bob5451 :complies true. -:bob5452 :complies true. -:bob5453 :complies true. -:bob5454 :complies true. -:bob5455 :complies true. -:bob5456 :complies true. -:bob5457 :complies true. -:bob5458 :complies true. -:bob5459 :complies true. -:bob5460 :complies true. -:bob5461 :complies true. -:bob5462 :complies true. -:bob5463 :complies true. -:bob5464 :complies true. -:bob5465 :complies true. -:bob5466 :complies true. -:bob5467 :complies true. -:bob5468 :complies true. -:bob5469 :complies true. -:bob5470 :complies true. -:bob5471 :complies true. -:bob5472 :complies true. -:bob5473 :complies true. -:bob5474 :complies true. -:bob5475 :complies true. -:bob5476 :complies true. -:bob5477 :complies true. -:bob5478 :complies true. -:bob5479 :complies true. -:bob5480 :complies true. -:bob5481 :complies true. -:bob5482 :complies true. -:bob5483 :complies true. -:bob5484 :complies true. -:bob5485 :complies true. -:bob5486 :complies true. -:bob5487 :complies true. -:bob5488 :complies true. -:bob5489 :complies true. -:bob5490 :complies true. -:bob5491 :complies true. -:bob5492 :complies true. -:bob5493 :complies true. -:bob5494 :complies true. -:bob5495 :complies true. -:bob5496 :complies true. -:bob5497 :complies true. -:bob5498 :complies true. -:bob5499 :complies true. -:bob5500 :complies true. -:bob5501 :complies true. -:bob5502 :complies true. -:bob5503 :complies true. -:bob5504 :complies true. -:bob5505 :complies true. -:bob5506 :complies true. -:bob5507 :complies true. -:bob5508 :complies true. -:bob5509 :complies true. -:bob5510 :complies true. -:bob5511 :complies true. -:bob5512 :complies true. -:bob5513 :complies true. -:bob5514 :complies true. -:bob5515 :complies true. -:bob5516 :complies true. -:bob5517 :complies true. -:bob5518 :complies true. -:bob5519 :complies true. -:bob5520 :complies true. -:bob5521 :complies true. -:bob5522 :complies true. -:bob5523 :complies true. -:bob5524 :complies true. -:bob5525 :complies true. -:bob5526 :complies true. -:bob5527 :complies true. -:bob5528 :complies true. -:bob5529 :complies true. -:bob5530 :complies true. -:bob5531 :complies true. -:bob5532 :complies true. -:bob5533 :complies true. -:bob5534 :complies true. -:bob5535 :complies true. -:bob5536 :complies true. -:bob5537 :complies true. -:bob5538 :complies true. -:bob5539 :complies true. -:bob5540 :complies true. -:bob5541 :complies true. -:bob5542 :complies true. -:bob5543 :complies true. -:bob5544 :complies true. -:bob5545 :complies true. -:bob5546 :complies true. -:bob5547 :complies true. -:bob5548 :complies true. -:bob5549 :complies true. -:bob5550 :complies true. -:bob5551 :complies true. -:bob5552 :complies true. -:bob5553 :complies true. -:bob5554 :complies true. -:bob5555 :complies true. -:bob5556 :complies true. -:bob5557 :complies true. -:bob5558 :complies true. -:bob5559 :complies true. -:bob5560 :complies true. -:bob5561 :complies true. -:bob5562 :complies true. -:bob5563 :complies true. -:bob5564 :complies true. -:bob5565 :complies true. -:bob5566 :complies true. -:bob5567 :complies true. -:bob5568 :complies true. -:bob5569 :complies true. -:bob5570 :complies true. -:bob5571 :complies true. -:bob5572 :complies true. -:bob5573 :complies true. -:bob5574 :complies true. -:bob5575 :complies true. -:bob5576 :complies true. -:bob5577 :complies true. -:bob5578 :complies true. -:bob5579 :complies true. -:bob5580 :complies true. -:bob5581 :complies true. -:bob5582 :complies true. -:bob5583 :complies true. -:bob5584 :complies true. -:bob5585 :complies true. -:bob5586 :complies true. -:bob5587 :complies true. -:bob5588 :complies true. -:bob5589 :complies true. -:bob5590 :complies true. -:bob5591 :complies true. -:bob5592 :complies true. -:bob5593 :complies true. -:bob5594 :complies true. -:bob5595 :complies true. -:bob5596 :complies true. -:bob5597 :complies true. -:bob5598 :complies true. -:bob5599 :complies true. -:bob5600 :complies true. -:bob5601 :complies true. -:bob5602 :complies true. -:bob5603 :complies true. -:bob5604 :complies true. -:bob5605 :complies true. -:bob5606 :complies true. -:bob5607 :complies true. -:bob5608 :complies true. -:bob5609 :complies true. -:bob5610 :complies true. -:bob5611 :complies true. -:bob5612 :complies true. -:bob5613 :complies true. -:bob5614 :complies true. -:bob5615 :complies true. -:bob5616 :complies true. -:bob5617 :complies true. -:bob5618 :complies true. -:bob5619 :complies true. -:bob5620 :complies true. -:bob5621 :complies true. -:bob5622 :complies true. -:bob5623 :complies true. -:bob5624 :complies true. -:bob5625 :complies true. -:bob5626 :complies true. -:bob5627 :complies true. -:bob5628 :complies true. -:bob5629 :complies true. -:bob5630 :complies true. -:bob5631 :complies true. -:bob5632 :complies true. -:bob5633 :complies true. -:bob5634 :complies true. -:bob5635 :complies true. -:bob5636 :complies true. -:bob5637 :complies true. -:bob5638 :complies true. -:bob5639 :complies true. -:bob5640 :complies true. -:bob5641 :complies true. -:bob5642 :complies true. -:bob5643 :complies true. -:bob5644 :complies true. -:bob5645 :complies true. -:bob5646 :complies true. -:bob5647 :complies true. -:bob5648 :complies true. -:bob5649 :complies true. -:bob5650 :complies true. -:bob5651 :complies true. -:bob5652 :complies true. -:bob5653 :complies true. -:bob5654 :complies true. -:bob5655 :complies true. -:bob5656 :complies true. -:bob5657 :complies true. -:bob5658 :complies true. -:bob5659 :complies true. -:bob5660 :complies true. -:bob5661 :complies true. -:bob5662 :complies true. -:bob5663 :complies true. -:bob5664 :complies true. -:bob5665 :complies true. -:bob5666 :complies true. -:bob5667 :complies true. -:bob5668 :complies true. -:bob5669 :complies true. -:bob5670 :complies true. -:bob5671 :complies true. -:bob5672 :complies true. -:bob5673 :complies true. -:bob5674 :complies true. -:bob5675 :complies true. -:bob5676 :complies true. -:bob5677 :complies true. -:bob5678 :complies true. -:bob5679 :complies true. -:bob5680 :complies true. -:bob5681 :complies true. -:bob5682 :complies true. -:bob5683 :complies true. -:bob5684 :complies true. -:bob5685 :complies true. -:bob5686 :complies true. -:bob5687 :complies true. -:bob5688 :complies true. -:bob5689 :complies true. -:bob5690 :complies true. -:bob5691 :complies true. -:bob5692 :complies true. -:bob5693 :complies true. -:bob5694 :complies true. -:bob5695 :complies true. -:bob5696 :complies true. -:bob5697 :complies true. -:bob5698 :complies true. -:bob5699 :complies true. -:bob5700 :complies true. -:bob5701 :complies true. -:bob5702 :complies true. -:bob5703 :complies true. -:bob5704 :complies true. -:bob5705 :complies true. -:bob5706 :complies true. -:bob5707 :complies true. -:bob5708 :complies true. -:bob5709 :complies true. -:bob5710 :complies true. -:bob5711 :complies true. -:bob5712 :complies true. -:bob5713 :complies true. -:bob5714 :complies true. -:bob5715 :complies true. -:bob5716 :complies true. -:bob5717 :complies true. -:bob5718 :complies true. -:bob5719 :complies true. -:bob5720 :complies true. -:bob5721 :complies true. -:bob5722 :complies true. -:bob5723 :complies true. -:bob5724 :complies true. -:bob5725 :complies true. -:bob5726 :complies true. -:bob5727 :complies true. -:bob5728 :complies true. -:bob5729 :complies true. -:bob5730 :complies true. -:bob5731 :complies true. -:bob5732 :complies true. -:bob5733 :complies true. -:bob5734 :complies true. -:bob5735 :complies true. -:bob5736 :complies true. -:bob5737 :complies true. -:bob5738 :complies true. -:bob5739 :complies true. -:bob5740 :complies true. -:bob5741 :complies true. -:bob5742 :complies true. -:bob5743 :complies true. -:bob5744 :complies true. -:bob5745 :complies true. -:bob5746 :complies true. -:bob5747 :complies true. -:bob5748 :complies true. -:bob5749 :complies true. -:bob5750 :complies true. -:bob5751 :complies true. -:bob5752 :complies true. -:bob5753 :complies true. -:bob5754 :complies true. -:bob5755 :complies true. -:bob5756 :complies true. -:bob5757 :complies true. -:bob5758 :complies true. -:bob5759 :complies true. -:bob5760 :complies true. -:bob5761 :complies true. -:bob5762 :complies true. -:bob5763 :complies true. -:bob5764 :complies true. -:bob5765 :complies true. -:bob5766 :complies true. -:bob5767 :complies true. -:bob5768 :complies true. -:bob5769 :complies true. -:bob5770 :complies true. -:bob5771 :complies true. -:bob5772 :complies true. -:bob5773 :complies true. -:bob5774 :complies true. -:bob5775 :complies true. -:bob5776 :complies true. -:bob5777 :complies true. -:bob5778 :complies true. -:bob5779 :complies true. -:bob5780 :complies true. -:bob5781 :complies true. -:bob5782 :complies true. -:bob5783 :complies true. -:bob5784 :complies true. -:bob5785 :complies true. -:bob5786 :complies true. -:bob5787 :complies true. -:bob5788 :complies true. -:bob5789 :complies true. -:bob5790 :complies true. -:bob5791 :complies true. -:bob5792 :complies true. -:bob5793 :complies true. -:bob5794 :complies true. -:bob5795 :complies true. -:bob5796 :complies true. -:bob5797 :complies true. -:bob5798 :complies true. -:bob5799 :complies true. -:bob5800 :complies true. -:bob5801 :complies true. -:bob5802 :complies true. -:bob5803 :complies true. -:bob5804 :complies true. -:bob5805 :complies true. -:bob5806 :complies true. -:bob5807 :complies true. -:bob5808 :complies true. -:bob5809 :complies true. -:bob5810 :complies true. -:bob5811 :complies true. -:bob5812 :complies true. -:bob5813 :complies true. -:bob5814 :complies true. -:bob5815 :complies true. -:bob5816 :complies true. -:bob5817 :complies true. -:bob5818 :complies true. -:bob5819 :complies true. -:bob5820 :complies true. -:bob5821 :complies true. -:bob5822 :complies true. -:bob5823 :complies true. -:bob5824 :complies true. -:bob5825 :complies true. -:bob5826 :complies true. -:bob5827 :complies true. -:bob5828 :complies true. -:bob5829 :complies true. -:bob5830 :complies true. -:bob5831 :complies true. -:bob5832 :complies true. -:bob5833 :complies true. -:bob5834 :complies true. -:bob5835 :complies true. -:bob5836 :complies true. -:bob5837 :complies true. -:bob5838 :complies true. -:bob5839 :complies true. -:bob5840 :complies true. -:bob5841 :complies true. -:bob5842 :complies true. -:bob5843 :complies true. -:bob5844 :complies true. -:bob5845 :complies true. -:bob5846 :complies true. -:bob5847 :complies true. -:bob5848 :complies true. -:bob5849 :complies true. -:bob5850 :complies true. -:bob5851 :complies true. -:bob5852 :complies true. -:bob5853 :complies true. -:bob5854 :complies true. -:bob5855 :complies true. -:bob5856 :complies true. -:bob5857 :complies true. -:bob5858 :complies true. -:bob5859 :complies true. -:bob5860 :complies true. -:bob5861 :complies true. -:bob5862 :complies true. -:bob5863 :complies true. -:bob5864 :complies true. -:bob5865 :complies true. -:bob5866 :complies true. -:bob5867 :complies true. -:bob5868 :complies true. -:bob5869 :complies true. -:bob5870 :complies true. -:bob5871 :complies true. -:bob5872 :complies true. -:bob5873 :complies true. -:bob5874 :complies true. -:bob5875 :complies true. -:bob5876 :complies true. -:bob5877 :complies true. -:bob5878 :complies true. -:bob5879 :complies true. -:bob5880 :complies true. -:bob5881 :complies true. -:bob5882 :complies true. -:bob5883 :complies true. -:bob5884 :complies true. -:bob5885 :complies true. -:bob5886 :complies true. -:bob5887 :complies true. -:bob5888 :complies true. -:bob5889 :complies true. -:bob5890 :complies true. -:bob5891 :complies true. -:bob5892 :complies true. -:bob5893 :complies true. -:bob5894 :complies true. -:bob5895 :complies true. -:bob5896 :complies true. -:bob5897 :complies true. -:bob5898 :complies true. -:bob5899 :complies true. -:bob5900 :complies true. -:bob5901 :complies true. -:bob5902 :complies true. -:bob5903 :complies true. -:bob5904 :complies true. -:bob5905 :complies true. -:bob5906 :complies true. -:bob5907 :complies true. -:bob5908 :complies true. -:bob5909 :complies true. -:bob5910 :complies true. -:bob5911 :complies true. -:bob5912 :complies true. -:bob5913 :complies true. -:bob5914 :complies true. -:bob5915 :complies true. -:bob5916 :complies true. -:bob5917 :complies true. -:bob5918 :complies true. -:bob5919 :complies true. -:bob5920 :complies true. -:bob5921 :complies true. -:bob5922 :complies true. -:bob5923 :complies true. -:bob5924 :complies true. -:bob5925 :complies true. -:bob5926 :complies true. -:bob5927 :complies true. -:bob5928 :complies true. -:bob5929 :complies true. -:bob5930 :complies true. -:bob5931 :complies true. -:bob5932 :complies true. -:bob5933 :complies true. -:bob5934 :complies true. -:bob5935 :complies true. -:bob5936 :complies true. -:bob5937 :complies true. -:bob5938 :complies true. -:bob5939 :complies true. -:bob5940 :complies true. -:bob5941 :complies true. -:bob5942 :complies true. -:bob5943 :complies true. -:bob5944 :complies true. -:bob5945 :complies true. -:bob5946 :complies true. -:bob5947 :complies true. -:bob5948 :complies true. -:bob5949 :complies true. -:bob5950 :complies true. -:bob5951 :complies true. -:bob5952 :complies true. -:bob5953 :complies true. -:bob5954 :complies true. -:bob5955 :complies true. -:bob5956 :complies true. -:bob5957 :complies true. -:bob5958 :complies true. -:bob5959 :complies true. -:bob5960 :complies true. -:bob5961 :complies true. -:bob5962 :complies true. -:bob5963 :complies true. -:bob5964 :complies true. -:bob5965 :complies true. -:bob5966 :complies true. -:bob5967 :complies true. -:bob5968 :complies true. -:bob5969 :complies true. -:bob5970 :complies true. -:bob5971 :complies true. -:bob5972 :complies true. -:bob5973 :complies true. -:bob5974 :complies true. -:bob5975 :complies true. -:bob5976 :complies true. -:bob5977 :complies true. -:bob5978 :complies true. -:bob5979 :complies true. -:bob5980 :complies true. -:bob5981 :complies true. -:bob5982 :complies true. -:bob5983 :complies true. -:bob5984 :complies true. -:bob5985 :complies true. -:bob5986 :complies true. -:bob5987 :complies true. -:bob5988 :complies true. -:bob5989 :complies true. -:bob5990 :complies true. -:bob5991 :complies true. -:bob5992 :complies true. -:bob5993 :complies true. -:bob5994 :complies true. -:bob5995 :complies true. -:bob5996 :complies true. -:bob5997 :complies true. -:bob5998 :complies true. -:bob5999 :complies true. -:bob6000 :complies true. -:bob6001 :complies true. -:bob6002 :complies true. -:bob6003 :complies true. -:bob6004 :complies true. -:bob6005 :complies true. -:bob6006 :complies true. -:bob6007 :complies true. -:bob6008 :complies true. -:bob6009 :complies true. -:bob6010 :complies true. -:bob6011 :complies true. -:bob6012 :complies true. -:bob6013 :complies true. -:bob6014 :complies true. -:bob6015 :complies true. -:bob6016 :complies true. -:bob6017 :complies true. -:bob6018 :complies true. -:bob6019 :complies true. -:bob6020 :complies true. -:bob6021 :complies true. -:bob6022 :complies true. -:bob6023 :complies true. -:bob6024 :complies true. -:bob6025 :complies true. -:bob6026 :complies true. -:bob6027 :complies true. -:bob6028 :complies true. -:bob6029 :complies true. -:bob6030 :complies true. -:bob6031 :complies true. -:bob6032 :complies true. -:bob6033 :complies true. -:bob6034 :complies true. -:bob6035 :complies true. -:bob6036 :complies true. -:bob6037 :complies true. -:bob6038 :complies true. -:bob6039 :complies true. -:bob6040 :complies true. -:bob6041 :complies true. -:bob6042 :complies true. -:bob6043 :complies true. -:bob6044 :complies true. -:bob6045 :complies true. -:bob6046 :complies true. -:bob6047 :complies true. -:bob6048 :complies true. -:bob6049 :complies true. -:bob6050 :complies true. -:bob6051 :complies true. -:bob6052 :complies true. -:bob6053 :complies true. -:bob6054 :complies true. -:bob6055 :complies true. -:bob6056 :complies true. -:bob6057 :complies true. -:bob6058 :complies true. -:bob6059 :complies true. -:bob6060 :complies true. -:bob6061 :complies true. -:bob6062 :complies true. -:bob6063 :complies true. -:bob6064 :complies true. -:bob6065 :complies true. -:bob6066 :complies true. -:bob6067 :complies true. -:bob6068 :complies true. -:bob6069 :complies true. -:bob6070 :complies true. -:bob6071 :complies true. -:bob6072 :complies true. -:bob6073 :complies true. -:bob6074 :complies true. -:bob6075 :complies true. -:bob6076 :complies true. -:bob6077 :complies true. -:bob6078 :complies true. -:bob6079 :complies true. -:bob6080 :complies true. -:bob6081 :complies true. -:bob6082 :complies true. -:bob6083 :complies true. -:bob6084 :complies true. -:bob6085 :complies true. -:bob6086 :complies true. -:bob6087 :complies true. -:bob6088 :complies true. -:bob6089 :complies true. -:bob6090 :complies true. -:bob6091 :complies true. -:bob6092 :complies true. -:bob6093 :complies true. -:bob6094 :complies true. -:bob6095 :complies true. -:bob6096 :complies true. -:bob6097 :complies true. -:bob6098 :complies true. -:bob6099 :complies true. -:bob6100 :complies true. -:bob6101 :complies true. -:bob6102 :complies true. -:bob6103 :complies true. -:bob6104 :complies true. -:bob6105 :complies true. -:bob6106 :complies true. -:bob6107 :complies true. -:bob6108 :complies true. -:bob6109 :complies true. -:bob6110 :complies true. -:bob6111 :complies true. -:bob6112 :complies true. -:bob6113 :complies true. -:bob6114 :complies true. -:bob6115 :complies true. -:bob6116 :complies true. -:bob6117 :complies true. -:bob6118 :complies true. -:bob6119 :complies true. -:bob6120 :complies true. -:bob6121 :complies true. -:bob6122 :complies true. -:bob6123 :complies true. -:bob6124 :complies true. -:bob6125 :complies true. -:bob6126 :complies true. -:bob6127 :complies true. -:bob6128 :complies true. -:bob6129 :complies true. -:bob6130 :complies true. -:bob6131 :complies true. -:bob6132 :complies true. -:bob6133 :complies true. -:bob6134 :complies true. -:bob6135 :complies true. -:bob6136 :complies true. -:bob6137 :complies true. -:bob6138 :complies true. -:bob6139 :complies true. -:bob6140 :complies true. -:bob6141 :complies true. -:bob6142 :complies true. -:bob6143 :complies true. -:bob6144 :complies true. -:bob6145 :complies true. -:bob6146 :complies true. -:bob6147 :complies true. -:bob6148 :complies true. -:bob6149 :complies true. -:bob6150 :complies true. -:bob6151 :complies true. -:bob6152 :complies true. -:bob6153 :complies true. -:bob6154 :complies true. -:bob6155 :complies true. -:bob6156 :complies true. -:bob6157 :complies true. -:bob6158 :complies true. -:bob6159 :complies true. -:bob6160 :complies true. -:bob6161 :complies true. -:bob6162 :complies true. -:bob6163 :complies true. -:bob6164 :complies true. -:bob6165 :complies true. -:bob6166 :complies true. -:bob6167 :complies true. -:bob6168 :complies true. -:bob6169 :complies true. -:bob6170 :complies true. -:bob6171 :complies true. -:bob6172 :complies true. -:bob6173 :complies true. -:bob6174 :complies true. -:bob6175 :complies true. -:bob6176 :complies true. -:bob6177 :complies true. -:bob6178 :complies true. -:bob6179 :complies true. -:bob6180 :complies true. -:bob6181 :complies true. -:bob6182 :complies true. -:bob6183 :complies true. -:bob6184 :complies true. -:bob6185 :complies true. -:bob6186 :complies true. -:bob6187 :complies true. -:bob6188 :complies true. -:bob6189 :complies true. -:bob6190 :complies true. -:bob6191 :complies true. -:bob6192 :complies true. -:bob6193 :complies true. -:bob6194 :complies true. -:bob6195 :complies true. -:bob6196 :complies true. -:bob6197 :complies true. -:bob6198 :complies true. -:bob6199 :complies true. -:bob6200 :complies true. -:bob6201 :complies true. -:bob6202 :complies true. -:bob6203 :complies true. -:bob6204 :complies true. -:bob6205 :complies true. -:bob6206 :complies true. -:bob6207 :complies true. -:bob6208 :complies true. -:bob6209 :complies true. -:bob6210 :complies true. -:bob6211 :complies true. -:bob6212 :complies true. -:bob6213 :complies true. -:bob6214 :complies true. -:bob6215 :complies true. -:bob6216 :complies true. -:bob6217 :complies true. -:bob6218 :complies true. -:bob6219 :complies true. -:bob6220 :complies true. -:bob6221 :complies true. -:bob6222 :complies true. -:bob6223 :complies true. -:bob6224 :complies true. -:bob6225 :complies true. -:bob6226 :complies true. -:bob6227 :complies true. -:bob6228 :complies true. -:bob6229 :complies true. -:bob6230 :complies true. -:bob6231 :complies true. -:bob6232 :complies true. -:bob6233 :complies true. -:bob6234 :complies true. -:bob6235 :complies true. -:bob6236 :complies true. -:bob6237 :complies true. -:bob6238 :complies true. -:bob6239 :complies true. -:bob6240 :complies true. -:bob6241 :complies true. -:bob6242 :complies true. -:bob6243 :complies true. -:bob6244 :complies true. -:bob6245 :complies true. -:bob6246 :complies true. -:bob6247 :complies true. -:bob6248 :complies true. -:bob6249 :complies true. -:bob6250 :complies true. -:bob6251 :complies true. -:bob6252 :complies true. -:bob6253 :complies true. -:bob6254 :complies true. -:bob6255 :complies true. -:bob6256 :complies true. -:bob6257 :complies true. -:bob6258 :complies true. -:bob6259 :complies true. -:bob6260 :complies true. -:bob6261 :complies true. -:bob6262 :complies true. -:bob6263 :complies true. -:bob6264 :complies true. -:bob6265 :complies true. -:bob6266 :complies true. -:bob6267 :complies true. -:bob6268 :complies true. -:bob6269 :complies true. -:bob6270 :complies true. -:bob6271 :complies true. -:bob6272 :complies true. -:bob6273 :complies true. -:bob6274 :complies true. -:bob6275 :complies true. -:bob6276 :complies true. -:bob6277 :complies true. -:bob6278 :complies true. -:bob6279 :complies true. -:bob6280 :complies true. -:bob6281 :complies true. -:bob6282 :complies true. -:bob6283 :complies true. -:bob6284 :complies true. -:bob6285 :complies true. -:bob6286 :complies true. -:bob6287 :complies true. -:bob6288 :complies true. -:bob6289 :complies true. -:bob6290 :complies true. -:bob6291 :complies true. -:bob6292 :complies true. -:bob6293 :complies true. -:bob6294 :complies true. -:bob6295 :complies true. -:bob6296 :complies true. -:bob6297 :complies true. -:bob6298 :complies true. -:bob6299 :complies true. -:bob6300 :complies true. -:bob6301 :complies true. -:bob6302 :complies true. -:bob6303 :complies true. -:bob6304 :complies true. -:bob6305 :complies true. -:bob6306 :complies true. -:bob6307 :complies true. -:bob6308 :complies true. -:bob6309 :complies true. -:bob6310 :complies true. -:bob6311 :complies true. -:bob6312 :complies true. -:bob6313 :complies true. -:bob6314 :complies true. -:bob6315 :complies true. -:bob6316 :complies true. -:bob6317 :complies true. -:bob6318 :complies true. -:bob6319 :complies true. -:bob6320 :complies true. -:bob6321 :complies true. -:bob6322 :complies true. -:bob6323 :complies true. -:bob6324 :complies true. -:bob6325 :complies true. -:bob6326 :complies true. -:bob6327 :complies true. -:bob6328 :complies true. -:bob6329 :complies true. -:bob6330 :complies true. -:bob6331 :complies true. -:bob6332 :complies true. -:bob6333 :complies true. -:bob6334 :complies true. -:bob6335 :complies true. -:bob6336 :complies true. -:bob6337 :complies true. -:bob6338 :complies true. -:bob6339 :complies true. -:bob6340 :complies true. -:bob6341 :complies true. -:bob6342 :complies true. -:bob6343 :complies true. -:bob6344 :complies true. -:bob6345 :complies true. -:bob6346 :complies true. -:bob6347 :complies true. -:bob6348 :complies true. -:bob6349 :complies true. -:bob6350 :complies true. -:bob6351 :complies true. -:bob6352 :complies true. -:bob6353 :complies true. -:bob6354 :complies true. -:bob6355 :complies true. -:bob6356 :complies true. -:bob6357 :complies true. -:bob6358 :complies true. -:bob6359 :complies true. -:bob6360 :complies true. -:bob6361 :complies true. -:bob6362 :complies true. -:bob6363 :complies true. -:bob6364 :complies true. -:bob6365 :complies true. -:bob6366 :complies true. -:bob6367 :complies true. -:bob6368 :complies true. -:bob6369 :complies true. -:bob6370 :complies true. -:bob6371 :complies true. -:bob6372 :complies true. -:bob6373 :complies true. -:bob6374 :complies true. -:bob6375 :complies true. -:bob6376 :complies true. -:bob6377 :complies true. -:bob6378 :complies true. -:bob6379 :complies true. -:bob6380 :complies true. -:bob6381 :complies true. -:bob6382 :complies true. -:bob6383 :complies true. -:bob6384 :complies true. -:bob6385 :complies true. -:bob6386 :complies true. -:bob6387 :complies true. -:bob6388 :complies true. -:bob6389 :complies true. -:bob6390 :complies true. -:bob6391 :complies true. -:bob6392 :complies true. -:bob6393 :complies true. -:bob6394 :complies true. -:bob6395 :complies true. -:bob6396 :complies true. -:bob6397 :complies true. -:bob6398 :complies true. -:bob6399 :complies true. -:bob6400 :complies true. -:bob6401 :complies true. -:bob6402 :complies true. -:bob6403 :complies true. -:bob6404 :complies true. -:bob6405 :complies true. -:bob6406 :complies true. -:bob6407 :complies true. -:bob6408 :complies true. -:bob6409 :complies true. -:bob6410 :complies true. -:bob6411 :complies true. -:bob6412 :complies true. -:bob6413 :complies true. -:bob6414 :complies true. -:bob6415 :complies true. -:bob6416 :complies true. -:bob6417 :complies true. -:bob6418 :complies true. -:bob6419 :complies true. -:bob6420 :complies true. -:bob6421 :complies true. -:bob6422 :complies true. -:bob6423 :complies true. -:bob6424 :complies true. -:bob6425 :complies true. -:bob6426 :complies true. -:bob6427 :complies true. -:bob6428 :complies true. -:bob6429 :complies true. -:bob6430 :complies true. -:bob6431 :complies true. -:bob6432 :complies true. -:bob6433 :complies true. -:bob6434 :complies true. -:bob6435 :complies true. -:bob6436 :complies true. -:bob6437 :complies true. -:bob6438 :complies true. -:bob6439 :complies true. -:bob6440 :complies true. -:bob6441 :complies true. -:bob6442 :complies true. -:bob6443 :complies true. -:bob6444 :complies true. -:bob6445 :complies true. -:bob6446 :complies true. -:bob6447 :complies true. -:bob6448 :complies true. -:bob6449 :complies true. -:bob6450 :complies true. -:bob6451 :complies true. -:bob6452 :complies true. -:bob6453 :complies true. -:bob6454 :complies true. -:bob6455 :complies true. -:bob6456 :complies true. -:bob6457 :complies true. -:bob6458 :complies true. -:bob6459 :complies true. -:bob6460 :complies true. -:bob6461 :complies true. -:bob6462 :complies true. -:bob6463 :complies true. -:bob6464 :complies true. -:bob6465 :complies true. -:bob6466 :complies true. -:bob6467 :complies true. -:bob6468 :complies true. -:bob6469 :complies true. -:bob6470 :complies true. -:bob6471 :complies true. -:bob6472 :complies true. -:bob6473 :complies true. -:bob6474 :complies true. -:bob6475 :complies true. -:bob6476 :complies true. -:bob6477 :complies true. -:bob6478 :complies true. -:bob6479 :complies true. -:bob6480 :complies true. -:bob6481 :complies true. -:bob6482 :complies true. -:bob6483 :complies true. -:bob6484 :complies true. -:bob6485 :complies true. -:bob6486 :complies true. -:bob6487 :complies true. -:bob6488 :complies true. -:bob6489 :complies true. -:bob6490 :complies true. -:bob6491 :complies true. -:bob6492 :complies true. -:bob6493 :complies true. -:bob6494 :complies true. -:bob6495 :complies true. -:bob6496 :complies true. -:bob6497 :complies true. -:bob6498 :complies true. -:bob6499 :complies true. -:bob6500 :complies true. -:bob6501 :complies true. -:bob6502 :complies true. -:bob6503 :complies true. -:bob6504 :complies true. -:bob6505 :complies true. -:bob6506 :complies true. -:bob6507 :complies true. -:bob6508 :complies true. -:bob6509 :complies true. -:bob6510 :complies true. -:bob6511 :complies true. -:bob6512 :complies true. -:bob6513 :complies true. -:bob6514 :complies true. -:bob6515 :complies true. -:bob6516 :complies true. -:bob6517 :complies true. -:bob6518 :complies true. -:bob6519 :complies true. -:bob6520 :complies true. -:bob6521 :complies true. -:bob6522 :complies true. -:bob6523 :complies true. -:bob6524 :complies true. -:bob6525 :complies true. -:bob6526 :complies true. -:bob6527 :complies true. -:bob6528 :complies true. -:bob6529 :complies true. -:bob6530 :complies true. -:bob6531 :complies true. -:bob6532 :complies true. -:bob6533 :complies true. -:bob6534 :complies true. -:bob6535 :complies true. -:bob6536 :complies true. -:bob6537 :complies true. -:bob6538 :complies true. -:bob6539 :complies true. -:bob6540 :complies true. -:bob6541 :complies true. -:bob6542 :complies true. -:bob6543 :complies true. -:bob6544 :complies true. -:bob6545 :complies true. -:bob6546 :complies true. -:bob6547 :complies true. -:bob6548 :complies true. -:bob6549 :complies true. -:bob6550 :complies true. -:bob6551 :complies true. -:bob6552 :complies true. -:bob6553 :complies true. -:bob6554 :complies true. -:bob6555 :complies true. -:bob6556 :complies true. -:bob6557 :complies true. -:bob6558 :complies true. -:bob6559 :complies true. -:bob6560 :complies true. -:bob6561 :complies true. -:bob6562 :complies true. -:bob6563 :complies true. -:bob6564 :complies true. -:bob6565 :complies true. -:bob6566 :complies true. -:bob6567 :complies true. -:bob6568 :complies true. -:bob6569 :complies true. -:bob6570 :complies true. -:bob6571 :complies true. -:bob6572 :complies true. -:bob6573 :complies true. -:bob6574 :complies true. -:bob6575 :complies true. -:bob6576 :complies true. -:bob6577 :complies true. -:bob6578 :complies true. -:bob6579 :complies true. -:bob6580 :complies true. -:bob6581 :complies true. -:bob6582 :complies true. -:bob6583 :complies true. -:bob6584 :complies true. -:bob6585 :complies true. -:bob6586 :complies true. -:bob6587 :complies true. -:bob6588 :complies true. -:bob6589 :complies true. -:bob6590 :complies true. -:bob6591 :complies true. -:bob6592 :complies true. -:bob6593 :complies true. -:bob6594 :complies true. -:bob6595 :complies true. -:bob6596 :complies true. -:bob6597 :complies true. -:bob6598 :complies true. -:bob6599 :complies true. -:bob6600 :complies true. -:bob6601 :complies true. -:bob6602 :complies true. -:bob6603 :complies true. -:bob6604 :complies true. -:bob6605 :complies true. -:bob6606 :complies true. -:bob6607 :complies true. -:bob6608 :complies true. -:bob6609 :complies true. -:bob6610 :complies true. -:bob6611 :complies true. -:bob6612 :complies true. -:bob6613 :complies true. -:bob6614 :complies true. -:bob6615 :complies true. -:bob6616 :complies true. -:bob6617 :complies true. -:bob6618 :complies true. -:bob6619 :complies true. -:bob6620 :complies true. -:bob6621 :complies true. -:bob6622 :complies true. -:bob6623 :complies true. -:bob6624 :complies true. -:bob6625 :complies true. -:bob6626 :complies true. -:bob6627 :complies true. -:bob6628 :complies true. -:bob6629 :complies true. -:bob6630 :complies true. -:bob6631 :complies true. -:bob6632 :complies true. -:bob6633 :complies true. -:bob6634 :complies true. -:bob6635 :complies true. -:bob6636 :complies true. -:bob6637 :complies true. -:bob6638 :complies true. -:bob6639 :complies true. -:bob6640 :complies true. -:bob6641 :complies true. -:bob6642 :complies true. -:bob6643 :complies true. -:bob6644 :complies true. -:bob6645 :complies true. -:bob6646 :complies true. -:bob6647 :complies true. -:bob6648 :complies true. -:bob6649 :complies true. -:bob6650 :complies true. -:bob6651 :complies true. -:bob6652 :complies true. -:bob6653 :complies true. -:bob6654 :complies true. -:bob6655 :complies true. -:bob6656 :complies true. -:bob6657 :complies true. -:bob6658 :complies true. -:bob6659 :complies true. -:bob6660 :complies true. -:bob6661 :complies true. -:bob6662 :complies true. -:bob6663 :complies true. -:bob6664 :complies true. -:bob6665 :complies true. -:bob6666 :complies true. -:bob6667 :complies true. -:bob6668 :complies true. -:bob6669 :complies true. -:bob6670 :complies true. -:bob6671 :complies true. -:bob6672 :complies true. -:bob6673 :complies true. -:bob6674 :complies true. -:bob6675 :complies true. -:bob6676 :complies true. -:bob6677 :complies true. -:bob6678 :complies true. -:bob6679 :complies true. -:bob6680 :complies true. -:bob6681 :complies true. -:bob6682 :complies true. -:bob6683 :complies true. -:bob6684 :complies true. -:bob6685 :complies true. -:bob6686 :complies true. -:bob6687 :complies true. -:bob6688 :complies true. -:bob6689 :complies true. -:bob6690 :complies true. -:bob6691 :complies true. -:bob6692 :complies true. -:bob6693 :complies true. -:bob6694 :complies true. -:bob6695 :complies true. -:bob6696 :complies true. -:bob6697 :complies true. -:bob6698 :complies true. -:bob6699 :complies true. -:bob6700 :complies true. -:bob6701 :complies true. -:bob6702 :complies true. -:bob6703 :complies true. -:bob6704 :complies true. -:bob6705 :complies true. -:bob6706 :complies true. -:bob6707 :complies true. -:bob6708 :complies true. -:bob6709 :complies true. -:bob6710 :complies true. -:bob6711 :complies true. -:bob6712 :complies true. -:bob6713 :complies true. -:bob6714 :complies true. -:bob6715 :complies true. -:bob6716 :complies true. -:bob6717 :complies true. -:bob6718 :complies true. -:bob6719 :complies true. -:bob6720 :complies true. -:bob6721 :complies true. -:bob6722 :complies true. -:bob6723 :complies true. -:bob6724 :complies true. -:bob6725 :complies true. -:bob6726 :complies true. -:bob6727 :complies true. -:bob6728 :complies true. -:bob6729 :complies true. -:bob6730 :complies true. -:bob6731 :complies true. -:bob6732 :complies true. -:bob6733 :complies true. -:bob6734 :complies true. -:bob6735 :complies true. -:bob6736 :complies true. -:bob6737 :complies true. -:bob6738 :complies true. -:bob6739 :complies true. -:bob6740 :complies true. -:bob6741 :complies true. -:bob6742 :complies true. -:bob6743 :complies true. -:bob6744 :complies true. -:bob6745 :complies true. -:bob6746 :complies true. -:bob6747 :complies true. -:bob6748 :complies true. -:bob6749 :complies true. -:bob6750 :complies true. -:bob6751 :complies true. -:bob6752 :complies true. -:bob6753 :complies true. -:bob6754 :complies true. -:bob6755 :complies true. -:bob6756 :complies true. -:bob6757 :complies true. -:bob6758 :complies true. -:bob6759 :complies true. -:bob6760 :complies true. -:bob6761 :complies true. -:bob6762 :complies true. -:bob6763 :complies true. -:bob6764 :complies true. -:bob6765 :complies true. -:bob6766 :complies true. -:bob6767 :complies true. -:bob6768 :complies true. -:bob6769 :complies true. -:bob6770 :complies true. -:bob6771 :complies true. -:bob6772 :complies true. -:bob6773 :complies true. -:bob6774 :complies true. -:bob6775 :complies true. -:bob6776 :complies true. -:bob6777 :complies true. -:bob6778 :complies true. -:bob6779 :complies true. -:bob6780 :complies true. -:bob6781 :complies true. -:bob6782 :complies true. -:bob6783 :complies true. -:bob6784 :complies true. -:bob6785 :complies true. -:bob6786 :complies true. -:bob6787 :complies true. -:bob6788 :complies true. -:bob6789 :complies true. -:bob6790 :complies true. -:bob6791 :complies true. -:bob6792 :complies true. -:bob6793 :complies true. -:bob6794 :complies true. -:bob6795 :complies true. -:bob6796 :complies true. -:bob6797 :complies true. -:bob6798 :complies true. -:bob6799 :complies true. -:bob6800 :complies true. -:bob6801 :complies true. -:bob6802 :complies true. -:bob6803 :complies true. -:bob6804 :complies true. -:bob6805 :complies true. -:bob6806 :complies true. -:bob6807 :complies true. -:bob6808 :complies true. -:bob6809 :complies true. -:bob6810 :complies true. -:bob6811 :complies true. -:bob6812 :complies true. -:bob6813 :complies true. -:bob6814 :complies true. -:bob6815 :complies true. -:bob6816 :complies true. -:bob6817 :complies true. -:bob6818 :complies true. -:bob6819 :complies true. -:bob6820 :complies true. -:bob6821 :complies true. -:bob6822 :complies true. -:bob6823 :complies true. -:bob6824 :complies true. -:bob6825 :complies true. -:bob6826 :complies true. -:bob6827 :complies true. -:bob6828 :complies true. -:bob6829 :complies true. -:bob6830 :complies true. -:bob6831 :complies true. -:bob6832 :complies true. -:bob6833 :complies true. -:bob6834 :complies true. -:bob6835 :complies true. -:bob6836 :complies true. -:bob6837 :complies true. -:bob6838 :complies true. -:bob6839 :complies true. -:bob6840 :complies true. -:bob6841 :complies true. -:bob6842 :complies true. -:bob6843 :complies true. -:bob6844 :complies true. -:bob6845 :complies true. -:bob6846 :complies true. -:bob6847 :complies true. -:bob6848 :complies true. -:bob6849 :complies true. -:bob6850 :complies true. -:bob6851 :complies true. -:bob6852 :complies true. -:bob6853 :complies true. -:bob6854 :complies true. -:bob6855 :complies true. -:bob6856 :complies true. -:bob6857 :complies true. -:bob6858 :complies true. -:bob6859 :complies true. -:bob6860 :complies true. -:bob6861 :complies true. -:bob6862 :complies true. -:bob6863 :complies true. -:bob6864 :complies true. -:bob6865 :complies true. -:bob6866 :complies true. -:bob6867 :complies true. -:bob6868 :complies true. -:bob6869 :complies true. -:bob6870 :complies true. -:bob6871 :complies true. -:bob6872 :complies true. -:bob6873 :complies true. -:bob6874 :complies true. -:bob6875 :complies true. -:bob6876 :complies true. -:bob6877 :complies true. -:bob6878 :complies true. -:bob6879 :complies true. -:bob6880 :complies true. -:bob6881 :complies true. -:bob6882 :complies true. -:bob6883 :complies true. -:bob6884 :complies true. -:bob6885 :complies true. -:bob6886 :complies true. -:bob6887 :complies true. -:bob6888 :complies true. -:bob6889 :complies true. -:bob6890 :complies true. -:bob6891 :complies true. -:bob6892 :complies true. -:bob6893 :complies true. -:bob6894 :complies true. -:bob6895 :complies true. -:bob6896 :complies true. -:bob6897 :complies true. -:bob6898 :complies true. -:bob6899 :complies true. -:bob6900 :complies true. -:bob6901 :complies true. -:bob6902 :complies true. -:bob6903 :complies true. -:bob6904 :complies true. -:bob6905 :complies true. -:bob6906 :complies true. -:bob6907 :complies true. -:bob6908 :complies true. -:bob6909 :complies true. -:bob6910 :complies true. -:bob6911 :complies true. -:bob6912 :complies true. -:bob6913 :complies true. -:bob6914 :complies true. -:bob6915 :complies true. -:bob6916 :complies true. -:bob6917 :complies true. -:bob6918 :complies true. -:bob6919 :complies true. -:bob6920 :complies true. -:bob6921 :complies true. -:bob6922 :complies true. -:bob6923 :complies true. -:bob6924 :complies true. -:bob6925 :complies true. -:bob6926 :complies true. -:bob6927 :complies true. -:bob6928 :complies true. -:bob6929 :complies true. -:bob6930 :complies true. -:bob6931 :complies true. -:bob6932 :complies true. -:bob6933 :complies true. -:bob6934 :complies true. -:bob6935 :complies true. -:bob6936 :complies true. -:bob6937 :complies true. -:bob6938 :complies true. -:bob6939 :complies true. -:bob6940 :complies true. -:bob6941 :complies true. -:bob6942 :complies true. -:bob6943 :complies true. -:bob6944 :complies true. -:bob6945 :complies true. -:bob6946 :complies true. -:bob6947 :complies true. -:bob6948 :complies true. -:bob6949 :complies true. -:bob6950 :complies true. -:bob6951 :complies true. -:bob6952 :complies true. -:bob6953 :complies true. -:bob6954 :complies true. -:bob6955 :complies true. -:bob6956 :complies true. -:bob6957 :complies true. -:bob6958 :complies true. -:bob6959 :complies true. -:bob6960 :complies true. -:bob6961 :complies true. -:bob6962 :complies true. -:bob6963 :complies true. -:bob6964 :complies true. -:bob6965 :complies true. -:bob6966 :complies true. -:bob6967 :complies true. -:bob6968 :complies true. -:bob6969 :complies true. -:bob6970 :complies true. -:bob6971 :complies true. -:bob6972 :complies true. -:bob6973 :complies true. -:bob6974 :complies true. -:bob6975 :complies true. -:bob6976 :complies true. -:bob6977 :complies true. -:bob6978 :complies true. -:bob6979 :complies true. -:bob6980 :complies true. -:bob6981 :complies true. -:bob6982 :complies true. -:bob6983 :complies true. -:bob6984 :complies true. -:bob6985 :complies true. -:bob6986 :complies true. -:bob6987 :complies true. -:bob6988 :complies true. -:bob6989 :complies true. -:bob6990 :complies true. -:bob6991 :complies true. -:bob6992 :complies true. -:bob6993 :complies true. -:bob6994 :complies true. -:bob6995 :complies true. -:bob6996 :complies true. -:bob6997 :complies true. -:bob6998 :complies true. -:bob6999 :complies true. -:bob7000 :complies true. -:bob7001 :complies true. -:bob7002 :complies true. -:bob7003 :complies true. -:bob7004 :complies true. -:bob7005 :complies true. -:bob7006 :complies true. -:bob7007 :complies true. -:bob7008 :complies true. -:bob7009 :complies true. -:bob7010 :complies true. -:bob7011 :complies true. -:bob7012 :complies true. -:bob7013 :complies true. -:bob7014 :complies true. -:bob7015 :complies true. -:bob7016 :complies true. -:bob7017 :complies true. -:bob7018 :complies true. -:bob7019 :complies true. -:bob7020 :complies true. -:bob7021 :complies true. -:bob7022 :complies true. -:bob7023 :complies true. -:bob7024 :complies true. -:bob7025 :complies true. -:bob7026 :complies true. -:bob7027 :complies true. -:bob7028 :complies true. -:bob7029 :complies true. -:bob7030 :complies true. -:bob7031 :complies true. -:bob7032 :complies true. -:bob7033 :complies true. -:bob7034 :complies true. -:bob7035 :complies true. -:bob7036 :complies true. -:bob7037 :complies true. -:bob7038 :complies true. -:bob7039 :complies true. -:bob7040 :complies true. -:bob7041 :complies true. -:bob7042 :complies true. -:bob7043 :complies true. -:bob7044 :complies true. -:bob7045 :complies true. -:bob7046 :complies true. -:bob7047 :complies true. -:bob7048 :complies true. -:bob7049 :complies true. -:bob7050 :complies true. -:bob7051 :complies true. -:bob7052 :complies true. -:bob7053 :complies true. -:bob7054 :complies true. -:bob7055 :complies true. -:bob7056 :complies true. -:bob7057 :complies true. -:bob7058 :complies true. -:bob7059 :complies true. -:bob7060 :complies true. -:bob7061 :complies true. -:bob7062 :complies true. -:bob7063 :complies true. -:bob7064 :complies true. -:bob7065 :complies true. -:bob7066 :complies true. -:bob7067 :complies true. -:bob7068 :complies true. -:bob7069 :complies true. -:bob7070 :complies true. -:bob7071 :complies true. -:bob7072 :complies true. -:bob7073 :complies true. -:bob7074 :complies true. -:bob7075 :complies true. -:bob7076 :complies true. -:bob7077 :complies true. -:bob7078 :complies true. -:bob7079 :complies true. -:bob7080 :complies true. -:bob7081 :complies true. -:bob7082 :complies true. -:bob7083 :complies true. -:bob7084 :complies true. -:bob7085 :complies true. -:bob7086 :complies true. -:bob7087 :complies true. -:bob7088 :complies true. -:bob7089 :complies true. -:bob7090 :complies true. -:bob7091 :complies true. -:bob7092 :complies true. -:bob7093 :complies true. -:bob7094 :complies true. -:bob7095 :complies true. -:bob7096 :complies true. -:bob7097 :complies true. -:bob7098 :complies true. -:bob7099 :complies true. -:bob7100 :complies true. -:bob7101 :complies true. -:bob7102 :complies true. -:bob7103 :complies true. -:bob7104 :complies true. -:bob7105 :complies true. -:bob7106 :complies true. -:bob7107 :complies true. -:bob7108 :complies true. -:bob7109 :complies true. -:bob7110 :complies true. -:bob7111 :complies true. -:bob7112 :complies true. -:bob7113 :complies true. -:bob7114 :complies true. -:bob7115 :complies true. -:bob7116 :complies true. -:bob7117 :complies true. -:bob7118 :complies true. -:bob7119 :complies true. -:bob7120 :complies true. -:bob7121 :complies true. -:bob7122 :complies true. -:bob7123 :complies true. -:bob7124 :complies true. -:bob7125 :complies true. -:bob7126 :complies true. -:bob7127 :complies true. -:bob7128 :complies true. -:bob7129 :complies true. -:bob7130 :complies true. -:bob7131 :complies true. -:bob7132 :complies true. -:bob7133 :complies true. -:bob7134 :complies true. -:bob7135 :complies true. -:bob7136 :complies true. -:bob7137 :complies true. -:bob7138 :complies true. -:bob7139 :complies true. -:bob7140 :complies true. -:bob7141 :complies true. -:bob7142 :complies true. -:bob7143 :complies true. -:bob7144 :complies true. -:bob7145 :complies true. -:bob7146 :complies true. -:bob7147 :complies true. -:bob7148 :complies true. -:bob7149 :complies true. -:bob7150 :complies true. -:bob7151 :complies true. -:bob7152 :complies true. -:bob7153 :complies true. -:bob7154 :complies true. -:bob7155 :complies true. -:bob7156 :complies true. -:bob7157 :complies true. -:bob7158 :complies true. -:bob7159 :complies true. -:bob7160 :complies true. -:bob7161 :complies true. -:bob7162 :complies true. -:bob7163 :complies true. -:bob7164 :complies true. -:bob7165 :complies true. -:bob7166 :complies true. -:bob7167 :complies true. -:bob7168 :complies true. -:bob7169 :complies true. -:bob7170 :complies true. -:bob7171 :complies true. -:bob7172 :complies true. -:bob7173 :complies true. -:bob7174 :complies true. -:bob7175 :complies true. -:bob7176 :complies true. -:bob7177 :complies true. -:bob7178 :complies true. -:bob7179 :complies true. -:bob7180 :complies true. -:bob7181 :complies true. -:bob7182 :complies true. -:bob7183 :complies true. -:bob7184 :complies true. -:bob7185 :complies true. -:bob7186 :complies true. -:bob7187 :complies true. -:bob7188 :complies true. -:bob7189 :complies true. -:bob7190 :complies true. -:bob7191 :complies true. -:bob7192 :complies true. -:bob7193 :complies true. -:bob7194 :complies true. -:bob7195 :complies true. -:bob7196 :complies true. -:bob7197 :complies true. -:bob7198 :complies true. -:bob7199 :complies true. -:bob7200 :complies true. -:bob7201 :complies true. -:bob7202 :complies true. -:bob7203 :complies true. -:bob7204 :complies true. -:bob7205 :complies true. -:bob7206 :complies true. -:bob7207 :complies true. -:bob7208 :complies true. -:bob7209 :complies true. -:bob7210 :complies true. -:bob7211 :complies true. -:bob7212 :complies true. -:bob7213 :complies true. -:bob7214 :complies true. -:bob7215 :complies true. -:bob7216 :complies true. -:bob7217 :complies true. -:bob7218 :complies true. -:bob7219 :complies true. -:bob7220 :complies true. -:bob7221 :complies true. -:bob7222 :complies true. -:bob7223 :complies true. -:bob7224 :complies true. -:bob7225 :complies true. -:bob7226 :complies true. -:bob7227 :complies true. -:bob7228 :complies true. -:bob7229 :complies true. -:bob7230 :complies true. -:bob7231 :complies true. -:bob7232 :complies true. -:bob7233 :complies true. -:bob7234 :complies true. -:bob7235 :complies true. -:bob7236 :complies true. -:bob7237 :complies true. -:bob7238 :complies true. -:bob7239 :complies true. -:bob7240 :complies true. -:bob7241 :complies true. -:bob7242 :complies true. -:bob7243 :complies true. -:bob7244 :complies true. -:bob7245 :complies true. -:bob7246 :complies true. -:bob7247 :complies true. -:bob7248 :complies true. -:bob7249 :complies true. -:bob7250 :complies true. -:bob7251 :complies true. -:bob7252 :complies true. -:bob7253 :complies true. -:bob7254 :complies true. -:bob7255 :complies true. -:bob7256 :complies true. -:bob7257 :complies true. -:bob7258 :complies true. -:bob7259 :complies true. -:bob7260 :complies true. -:bob7261 :complies true. -:bob7262 :complies true. -:bob7263 :complies true. -:bob7264 :complies true. -:bob7265 :complies true. -:bob7266 :complies true. -:bob7267 :complies true. -:bob7268 :complies true. -:bob7269 :complies true. -:bob7270 :complies true. -:bob7271 :complies true. -:bob7272 :complies true. -:bob7273 :complies true. -:bob7274 :complies true. -:bob7275 :complies true. -:bob7276 :complies true. -:bob7277 :complies true. -:bob7278 :complies true. -:bob7279 :complies true. -:bob7280 :complies true. -:bob7281 :complies true. -:bob7282 :complies true. -:bob7283 :complies true. -:bob7284 :complies true. -:bob7285 :complies true. -:bob7286 :complies true. -:bob7287 :complies true. -:bob7288 :complies true. -:bob7289 :complies true. -:bob7290 :complies true. -:bob7291 :complies true. -:bob7292 :complies true. -:bob7293 :complies true. -:bob7294 :complies true. -:bob7295 :complies true. -:bob7296 :complies true. -:bob7297 :complies true. -:bob7298 :complies true. -:bob7299 :complies true. -:bob7300 :complies true. -:bob7301 :complies true. -:bob7302 :complies true. -:bob7303 :complies true. -:bob7304 :complies true. -:bob7305 :complies true. -:bob7306 :complies true. -:bob7307 :complies true. -:bob7308 :complies true. -:bob7309 :complies true. -:bob7310 :complies true. -:bob7311 :complies true. -:bob7312 :complies true. -:bob7313 :complies true. -:bob7314 :complies true. -:bob7315 :complies true. -:bob7316 :complies true. -:bob7317 :complies true. -:bob7318 :complies true. -:bob7319 :complies true. -:bob7320 :complies true. -:bob7321 :complies true. -:bob7322 :complies true. -:bob7323 :complies true. -:bob7324 :complies true. -:bob7325 :complies true. -:bob7326 :complies true. -:bob7327 :complies true. -:bob7328 :complies true. -:bob7329 :complies true. -:bob7330 :complies true. -:bob7331 :complies true. -:bob7332 :complies true. -:bob7333 :complies true. -:bob7334 :complies true. -:bob7335 :complies true. -:bob7336 :complies true. -:bob7337 :complies true. -:bob7338 :complies true. -:bob7339 :complies true. -:bob7340 :complies true. -:bob7341 :complies true. -:bob7342 :complies true. -:bob7343 :complies true. -:bob7344 :complies true. -:bob7345 :complies true. -:bob7346 :complies true. -:bob7347 :complies true. -:bob7348 :complies true. -:bob7349 :complies true. -:bob7350 :complies true. -:bob7351 :complies true. -:bob7352 :complies true. -:bob7353 :complies true. -:bob7354 :complies true. -:bob7355 :complies true. -:bob7356 :complies true. -:bob7357 :complies true. -:bob7358 :complies true. -:bob7359 :complies true. -:bob7360 :complies true. -:bob7361 :complies true. -:bob7362 :complies true. -:bob7363 :complies true. -:bob7364 :complies true. -:bob7365 :complies true. -:bob7366 :complies true. -:bob7367 :complies true. -:bob7368 :complies true. -:bob7369 :complies true. -:bob7370 :complies true. -:bob7371 :complies true. -:bob7372 :complies true. -:bob7373 :complies true. -:bob7374 :complies true. -:bob7375 :complies true. -:bob7376 :complies true. -:bob7377 :complies true. -:bob7378 :complies true. -:bob7379 :complies true. -:bob7380 :complies true. -:bob7381 :complies true. -:bob7382 :complies true. -:bob7383 :complies true. -:bob7384 :complies true. -:bob7385 :complies true. -:bob7386 :complies true. -:bob7387 :complies true. -:bob7388 :complies true. -:bob7389 :complies true. -:bob7390 :complies true. -:bob7391 :complies true. -:bob7392 :complies true. -:bob7393 :complies true. -:bob7394 :complies true. -:bob7395 :complies true. -:bob7396 :complies true. -:bob7397 :complies true. -:bob7398 :complies true. -:bob7399 :complies true. -:bob7400 :complies true. -:bob7401 :complies true. -:bob7402 :complies true. -:bob7403 :complies true. -:bob7404 :complies true. -:bob7405 :complies true. -:bob7406 :complies true. -:bob7407 :complies true. -:bob7408 :complies true. -:bob7409 :complies true. -:bob7410 :complies true. -:bob7411 :complies true. -:bob7412 :complies true. -:bob7413 :complies true. -:bob7414 :complies true. -:bob7415 :complies true. -:bob7416 :complies true. -:bob7417 :complies true. -:bob7418 :complies true. -:bob7419 :complies true. -:bob7420 :complies true. -:bob7421 :complies true. -:bob7422 :complies true. -:bob7423 :complies true. -:bob7424 :complies true. -:bob7425 :complies true. -:bob7426 :complies true. -:bob7427 :complies true. -:bob7428 :complies true. -:bob7429 :complies true. -:bob7430 :complies true. -:bob7431 :complies true. -:bob7432 :complies true. -:bob7433 :complies true. -:bob7434 :complies true. -:bob7435 :complies true. -:bob7436 :complies true. -:bob7437 :complies true. -:bob7438 :complies true. -:bob7439 :complies true. -:bob7440 :complies true. -:bob7441 :complies true. -:bob7442 :complies true. -:bob7443 :complies true. -:bob7444 :complies true. -:bob7445 :complies true. -:bob7446 :complies true. -:bob7447 :complies true. -:bob7448 :complies true. -:bob7449 :complies true. -:bob7450 :complies true. -:bob7451 :complies true. -:bob7452 :complies true. -:bob7453 :complies true. -:bob7454 :complies true. -:bob7455 :complies true. -:bob7456 :complies true. -:bob7457 :complies true. -:bob7458 :complies true. -:bob7459 :complies true. -:bob7460 :complies true. -:bob7461 :complies true. -:bob7462 :complies true. -:bob7463 :complies true. -:bob7464 :complies true. -:bob7465 :complies true. -:bob7466 :complies true. -:bob7467 :complies true. -:bob7468 :complies true. -:bob7469 :complies true. -:bob7470 :complies true. -:bob7471 :complies true. -:bob7472 :complies true. -:bob7473 :complies true. -:bob7474 :complies true. -:bob7475 :complies true. -:bob7476 :complies true. -:bob7477 :complies true. -:bob7478 :complies true. -:bob7479 :complies true. -:bob7480 :complies true. -:bob7481 :complies true. -:bob7482 :complies true. -:bob7483 :complies true. -:bob7484 :complies true. -:bob7485 :complies true. -:bob7486 :complies true. -:bob7487 :complies true. -:bob7488 :complies true. -:bob7489 :complies true. -:bob7490 :complies true. -:bob7491 :complies true. -:bob7492 :complies true. -:bob7493 :complies true. -:bob7494 :complies true. -:bob7495 :complies true. -:bob7496 :complies true. -:bob7497 :complies true. -:bob7498 :complies true. -:bob7499 :complies true. -:bob7500 :complies true. -:bob7501 :complies true. -:bob7502 :complies true. -:bob7503 :complies true. -:bob7504 :complies true. -:bob7505 :complies true. -:bob7506 :complies true. -:bob7507 :complies true. -:bob7508 :complies true. -:bob7509 :complies true. -:bob7510 :complies true. -:bob7511 :complies true. -:bob7512 :complies true. -:bob7513 :complies true. -:bob7514 :complies true. -:bob7515 :complies true. -:bob7516 :complies true. -:bob7517 :complies true. -:bob7518 :complies true. -:bob7519 :complies true. -:bob7520 :complies true. -:bob7521 :complies true. -:bob7522 :complies true. -:bob7523 :complies true. -:bob7524 :complies true. -:bob7525 :complies true. -:bob7526 :complies true. -:bob7527 :complies true. -:bob7528 :complies true. -:bob7529 :complies true. -:bob7530 :complies true. -:bob7531 :complies true. -:bob7532 :complies true. -:bob7533 :complies true. -:bob7534 :complies true. -:bob7535 :complies true. -:bob7536 :complies true. -:bob7537 :complies true. -:bob7538 :complies true. -:bob7539 :complies true. -:bob7540 :complies true. -:bob7541 :complies true. -:bob7542 :complies true. -:bob7543 :complies true. -:bob7544 :complies true. -:bob7545 :complies true. -:bob7546 :complies true. -:bob7547 :complies true. -:bob7548 :complies true. -:bob7549 :complies true. -:bob7550 :complies true. -:bob7551 :complies true. -:bob7552 :complies true. -:bob7553 :complies true. -:bob7554 :complies true. -:bob7555 :complies true. -:bob7556 :complies true. -:bob7557 :complies true. -:bob7558 :complies true. -:bob7559 :complies true. -:bob7560 :complies true. -:bob7561 :complies true. -:bob7562 :complies true. -:bob7563 :complies true. -:bob7564 :complies true. -:bob7565 :complies true. -:bob7566 :complies true. -:bob7567 :complies true. -:bob7568 :complies true. -:bob7569 :complies true. -:bob7570 :complies true. -:bob7571 :complies true. -:bob7572 :complies true. -:bob7573 :complies true. -:bob7574 :complies true. -:bob7575 :complies true. -:bob7576 :complies true. -:bob7577 :complies true. -:bob7578 :complies true. -:bob7579 :complies true. -:bob7580 :complies true. -:bob7581 :complies true. -:bob7582 :complies true. -:bob7583 :complies true. -:bob7584 :complies true. -:bob7585 :complies true. -:bob7586 :complies true. -:bob7587 :complies true. -:bob7588 :complies true. -:bob7589 :complies true. -:bob7590 :complies true. -:bob7591 :complies true. -:bob7592 :complies true. -:bob7593 :complies true. -:bob7594 :complies true. -:bob7595 :complies true. -:bob7596 :complies true. -:bob7597 :complies true. -:bob7598 :complies true. -:bob7599 :complies true. -:bob7600 :complies true. -:bob7601 :complies true. -:bob7602 :complies true. -:bob7603 :complies true. -:bob7604 :complies true. -:bob7605 :complies true. -:bob7606 :complies true. -:bob7607 :complies true. -:bob7608 :complies true. -:bob7609 :complies true. -:bob7610 :complies true. -:bob7611 :complies true. -:bob7612 :complies true. -:bob7613 :complies true. -:bob7614 :complies true. -:bob7615 :complies true. -:bob7616 :complies true. -:bob7617 :complies true. -:bob7618 :complies true. -:bob7619 :complies true. -:bob7620 :complies true. -:bob7621 :complies true. -:bob7622 :complies true. -:bob7623 :complies true. -:bob7624 :complies true. -:bob7625 :complies true. -:bob7626 :complies true. -:bob7627 :complies true. -:bob7628 :complies true. -:bob7629 :complies true. -:bob7630 :complies true. -:bob7631 :complies true. -:bob7632 :complies true. -:bob7633 :complies true. -:bob7634 :complies true. -:bob7635 :complies true. -:bob7636 :complies true. -:bob7637 :complies true. -:bob7638 :complies true. -:bob7639 :complies true. -:bob7640 :complies true. -:bob7641 :complies true. -:bob7642 :complies true. -:bob7643 :complies true. -:bob7644 :complies true. -:bob7645 :complies true. -:bob7646 :complies true. -:bob7647 :complies true. -:bob7648 :complies true. -:bob7649 :complies true. -:bob7650 :complies true. -:bob7651 :complies true. -:bob7652 :complies true. -:bob7653 :complies true. -:bob7654 :complies true. -:bob7655 :complies true. -:bob7656 :complies true. -:bob7657 :complies true. -:bob7658 :complies true. -:bob7659 :complies true. -:bob7660 :complies true. -:bob7661 :complies true. -:bob7662 :complies true. -:bob7663 :complies true. -:bob7664 :complies true. -:bob7665 :complies true. -:bob7666 :complies true. -:bob7667 :complies true. -:bob7668 :complies true. -:bob7669 :complies true. -:bob7670 :complies true. -:bob7671 :complies true. -:bob7672 :complies true. -:bob7673 :complies true. -:bob7674 :complies true. -:bob7675 :complies true. -:bob7676 :complies true. -:bob7677 :complies true. -:bob7678 :complies true. -:bob7679 :complies true. -:bob7680 :complies true. -:bob7681 :complies true. -:bob7682 :complies true. -:bob7683 :complies true. -:bob7684 :complies true. -:bob7685 :complies true. -:bob7686 :complies true. -:bob7687 :complies true. -:bob7688 :complies true. -:bob7689 :complies true. -:bob7690 :complies true. -:bob7691 :complies true. -:bob7692 :complies true. -:bob7693 :complies true. -:bob7694 :complies true. -:bob7695 :complies true. -:bob7696 :complies true. -:bob7697 :complies true. -:bob7698 :complies true. -:bob7699 :complies true. -:bob7700 :complies true. -:bob7701 :complies true. -:bob7702 :complies true. -:bob7703 :complies true. -:bob7704 :complies true. -:bob7705 :complies true. -:bob7706 :complies true. -:bob7707 :complies true. -:bob7708 :complies true. -:bob7709 :complies true. -:bob7710 :complies true. -:bob7711 :complies true. -:bob7712 :complies true. -:bob7713 :complies true. -:bob7714 :complies true. -:bob7715 :complies true. -:bob7716 :complies true. -:bob7717 :complies true. -:bob7718 :complies true. -:bob7719 :complies true. -:bob7720 :complies true. -:bob7721 :complies true. -:bob7722 :complies true. -:bob7723 :complies true. -:bob7724 :complies true. -:bob7725 :complies true. -:bob7726 :complies true. -:bob7727 :complies true. -:bob7728 :complies true. -:bob7729 :complies true. -:bob7730 :complies true. -:bob7731 :complies true. -:bob7732 :complies true. -:bob7733 :complies true. -:bob7734 :complies true. -:bob7735 :complies true. -:bob7736 :complies true. -:bob7737 :complies true. -:bob7738 :complies true. -:bob7739 :complies true. -:bob7740 :complies true. -:bob7741 :complies true. -:bob7742 :complies true. -:bob7743 :complies true. -:bob7744 :complies true. -:bob7745 :complies true. -:bob7746 :complies true. -:bob7747 :complies true. -:bob7748 :complies true. -:bob7749 :complies true. -:bob7750 :complies true. -:bob7751 :complies true. -:bob7752 :complies true. -:bob7753 :complies true. -:bob7754 :complies true. -:bob7755 :complies true. -:bob7756 :complies true. -:bob7757 :complies true. -:bob7758 :complies true. -:bob7759 :complies true. -:bob7760 :complies true. -:bob7761 :complies true. -:bob7762 :complies true. -:bob7763 :complies true. -:bob7764 :complies true. -:bob7765 :complies true. -:bob7766 :complies true. -:bob7767 :complies true. -:bob7768 :complies true. -:bob7769 :complies true. -:bob7770 :complies true. -:bob7771 :complies true. -:bob7772 :complies true. -:bob7773 :complies true. -:bob7774 :complies true. -:bob7775 :complies true. -:bob7776 :complies true. -:bob7777 :complies true. -:bob7778 :complies true. -:bob7779 :complies true. -:bob7780 :complies true. -:bob7781 :complies true. -:bob7782 :complies true. -:bob7783 :complies true. -:bob7784 :complies true. -:bob7785 :complies true. -:bob7786 :complies true. -:bob7787 :complies true. -:bob7788 :complies true. -:bob7789 :complies true. -:bob7790 :complies true. -:bob7791 :complies true. -:bob7792 :complies true. -:bob7793 :complies true. -:bob7794 :complies true. -:bob7795 :complies true. -:bob7796 :complies true. -:bob7797 :complies true. -:bob7798 :complies true. -:bob7799 :complies true. -:bob7800 :complies true. -:bob7801 :complies true. -:bob7802 :complies true. -:bob7803 :complies true. -:bob7804 :complies true. -:bob7805 :complies true. -:bob7806 :complies true. -:bob7807 :complies true. -:bob7808 :complies true. -:bob7809 :complies true. -:bob7810 :complies true. -:bob7811 :complies true. -:bob7812 :complies true. -:bob7813 :complies true. -:bob7814 :complies true. -:bob7815 :complies true. -:bob7816 :complies true. -:bob7817 :complies true. -:bob7818 :complies true. -:bob7819 :complies true. -:bob7820 :complies true. -:bob7821 :complies true. -:bob7822 :complies true. -:bob7823 :complies true. -:bob7824 :complies true. -:bob7825 :complies true. -:bob7826 :complies true. -:bob7827 :complies true. -:bob7828 :complies true. -:bob7829 :complies true. -:bob7830 :complies true. -:bob7831 :complies true. -:bob7832 :complies true. -:bob7833 :complies true. -:bob7834 :complies true. -:bob7835 :complies true. -:bob7836 :complies true. -:bob7837 :complies true. -:bob7838 :complies true. -:bob7839 :complies true. -:bob7840 :complies true. -:bob7841 :complies true. -:bob7842 :complies true. -:bob7843 :complies true. -:bob7844 :complies true. -:bob7845 :complies true. -:bob7846 :complies true. -:bob7847 :complies true. -:bob7848 :complies true. -:bob7849 :complies true. -:bob7850 :complies true. -:bob7851 :complies true. -:bob7852 :complies true. -:bob7853 :complies true. -:bob7854 :complies true. -:bob7855 :complies true. -:bob7856 :complies true. -:bob7857 :complies true. -:bob7858 :complies true. -:bob7859 :complies true. -:bob7860 :complies true. -:bob7861 :complies true. -:bob7862 :complies true. -:bob7863 :complies true. -:bob7864 :complies true. -:bob7865 :complies true. -:bob7866 :complies true. -:bob7867 :complies true. -:bob7868 :complies true. -:bob7869 :complies true. -:bob7870 :complies true. -:bob7871 :complies true. -:bob7872 :complies true. -:bob7873 :complies true. -:bob7874 :complies true. -:bob7875 :complies true. -:bob7876 :complies true. -:bob7877 :complies true. -:bob7878 :complies true. -:bob7879 :complies true. -:bob7880 :complies true. -:bob7881 :complies true. -:bob7882 :complies true. -:bob7883 :complies true. -:bob7884 :complies true. -:bob7885 :complies true. -:bob7886 :complies true. -:bob7887 :complies true. -:bob7888 :complies true. -:bob7889 :complies true. -:bob7890 :complies true. -:bob7891 :complies true. -:bob7892 :complies true. -:bob7893 :complies true. -:bob7894 :complies true. -:bob7895 :complies true. -:bob7896 :complies true. -:bob7897 :complies true. -:bob7898 :complies true. -:bob7899 :complies true. -:bob7900 :complies true. -:bob7901 :complies true. -:bob7902 :complies true. -:bob7903 :complies true. -:bob7904 :complies true. -:bob7905 :complies true. -:bob7906 :complies true. -:bob7907 :complies true. -:bob7908 :complies true. -:bob7909 :complies true. -:bob7910 :complies true. -:bob7911 :complies true. -:bob7912 :complies true. -:bob7913 :complies true. -:bob7914 :complies true. -:bob7915 :complies true. -:bob7916 :complies true. -:bob7917 :complies true. -:bob7918 :complies true. -:bob7919 :complies true. -:bob7920 :complies true. -:bob7921 :complies true. -:bob7922 :complies true. -:bob7923 :complies true. -:bob7924 :complies true. -:bob7925 :complies true. -:bob7926 :complies true. -:bob7927 :complies true. -:bob7928 :complies true. -:bob7929 :complies true. -:bob7930 :complies true. -:bob7931 :complies true. -:bob7932 :complies true. -:bob7933 :complies true. -:bob7934 :complies true. -:bob7935 :complies true. -:bob7936 :complies true. -:bob7937 :complies true. -:bob7938 :complies true. -:bob7939 :complies true. -:bob7940 :complies true. -:bob7941 :complies true. -:bob7942 :complies true. -:bob7943 :complies true. -:bob7944 :complies true. -:bob7945 :complies true. -:bob7946 :complies true. -:bob7947 :complies true. -:bob7948 :complies true. -:bob7949 :complies true. -:bob7950 :complies true. -:bob7951 :complies true. -:bob7952 :complies true. -:bob7953 :complies true. -:bob7954 :complies true. -:bob7955 :complies true. -:bob7956 :complies true. -:bob7957 :complies true. -:bob7958 :complies true. -:bob7959 :complies true. -:bob7960 :complies true. -:bob7961 :complies true. -:bob7962 :complies true. -:bob7963 :complies true. -:bob7964 :complies true. -:bob7965 :complies true. -:bob7966 :complies true. -:bob7967 :complies true. -:bob7968 :complies true. -:bob7969 :complies true. -:bob7970 :complies true. -:bob7971 :complies true. -:bob7972 :complies true. -:bob7973 :complies true. -:bob7974 :complies true. -:bob7975 :complies true. -:bob7976 :complies true. -:bob7977 :complies true. -:bob7978 :complies true. -:bob7979 :complies true. -:bob7980 :complies true. -:bob7981 :complies true. -:bob7982 :complies true. -:bob7983 :complies true. -:bob7984 :complies true. -:bob7985 :complies true. -:bob7986 :complies true. -:bob7987 :complies true. -:bob7988 :complies true. -:bob7989 :complies true. -:bob7990 :complies true. -:bob7991 :complies true. -:bob7992 :complies true. -:bob7993 :complies true. -:bob7994 :complies true. -:bob7995 :complies true. -:bob7996 :complies true. -:bob7997 :complies true. -:bob7998 :complies true. -:bob7999 :complies true. -:bob8000 :complies true. -:bob8001 :complies true. -:bob8002 :complies true. -:bob8003 :complies true. -:bob8004 :complies true. -:bob8005 :complies true. -:bob8006 :complies true. -:bob8007 :complies true. -:bob8008 :complies true. -:bob8009 :complies true. -:bob8010 :complies true. -:bob8011 :complies true. -:bob8012 :complies true. -:bob8013 :complies true. -:bob8014 :complies true. -:bob8015 :complies true. -:bob8016 :complies true. -:bob8017 :complies true. -:bob8018 :complies true. -:bob8019 :complies true. -:bob8020 :complies true. -:bob8021 :complies true. -:bob8022 :complies true. -:bob8023 :complies true. -:bob8024 :complies true. -:bob8025 :complies true. -:bob8026 :complies true. -:bob8027 :complies true. -:bob8028 :complies true. -:bob8029 :complies true. -:bob8030 :complies true. -:bob8031 :complies true. -:bob8032 :complies true. -:bob8033 :complies true. -:bob8034 :complies true. -:bob8035 :complies true. -:bob8036 :complies true. -:bob8037 :complies true. -:bob8038 :complies true. -:bob8039 :complies true. -:bob8040 :complies true. -:bob8041 :complies true. -:bob8042 :complies true. -:bob8043 :complies true. -:bob8044 :complies true. -:bob8045 :complies true. -:bob8046 :complies true. -:bob8047 :complies true. -:bob8048 :complies true. -:bob8049 :complies true. -:bob8050 :complies true. -:bob8051 :complies true. -:bob8052 :complies true. -:bob8053 :complies true. -:bob8054 :complies true. -:bob8055 :complies true. -:bob8056 :complies true. -:bob8057 :complies true. -:bob8058 :complies true. -:bob8059 :complies true. -:bob8060 :complies true. -:bob8061 :complies true. -:bob8062 :complies true. -:bob8063 :complies true. -:bob8064 :complies true. -:bob8065 :complies true. -:bob8066 :complies true. -:bob8067 :complies true. -:bob8068 :complies true. -:bob8069 :complies true. -:bob8070 :complies true. -:bob8071 :complies true. -:bob8072 :complies true. -:bob8073 :complies true. -:bob8074 :complies true. -:bob8075 :complies true. -:bob8076 :complies true. -:bob8077 :complies true. -:bob8078 :complies true. -:bob8079 :complies true. -:bob8080 :complies true. -:bob8081 :complies true. -:bob8082 :complies true. -:bob8083 :complies true. -:bob8084 :complies true. -:bob8085 :complies true. -:bob8086 :complies true. -:bob8087 :complies true. -:bob8088 :complies true. -:bob8089 :complies true. -:bob8090 :complies true. -:bob8091 :complies true. -:bob8092 :complies true. -:bob8093 :complies true. -:bob8094 :complies true. -:bob8095 :complies true. -:bob8096 :complies true. -:bob8097 :complies true. -:bob8098 :complies true. -:bob8099 :complies true. -:bob8100 :complies true. -:bob8101 :complies true. -:bob8102 :complies true. -:bob8103 :complies true. -:bob8104 :complies true. -:bob8105 :complies true. -:bob8106 :complies true. -:bob8107 :complies true. -:bob8108 :complies true. -:bob8109 :complies true. -:bob8110 :complies true. -:bob8111 :complies true. -:bob8112 :complies true. -:bob8113 :complies true. -:bob8114 :complies true. -:bob8115 :complies true. -:bob8116 :complies true. -:bob8117 :complies true. -:bob8118 :complies true. -:bob8119 :complies true. -:bob8120 :complies true. -:bob8121 :complies true. -:bob8122 :complies true. -:bob8123 :complies true. -:bob8124 :complies true. -:bob8125 :complies true. -:bob8126 :complies true. -:bob8127 :complies true. -:bob8128 :complies true. -:bob8129 :complies true. -:bob8130 :complies true. -:bob8131 :complies true. -:bob8132 :complies true. -:bob8133 :complies true. -:bob8134 :complies true. -:bob8135 :complies true. -:bob8136 :complies true. -:bob8137 :complies true. -:bob8138 :complies true. -:bob8139 :complies true. -:bob8140 :complies true. -:bob8141 :complies true. -:bob8142 :complies true. -:bob8143 :complies true. -:bob8144 :complies true. -:bob8145 :complies true. -:bob8146 :complies true. -:bob8147 :complies true. -:bob8148 :complies true. -:bob8149 :complies true. -:bob8150 :complies true. -:bob8151 :complies true. -:bob8152 :complies true. -:bob8153 :complies true. -:bob8154 :complies true. -:bob8155 :complies true. -:bob8156 :complies true. -:bob8157 :complies true. -:bob8158 :complies true. -:bob8159 :complies true. -:bob8160 :complies true. -:bob8161 :complies true. -:bob8162 :complies true. -:bob8163 :complies true. -:bob8164 :complies true. -:bob8165 :complies true. -:bob8166 :complies true. -:bob8167 :complies true. -:bob8168 :complies true. -:bob8169 :complies true. -:bob8170 :complies true. -:bob8171 :complies true. -:bob8172 :complies true. -:bob8173 :complies true. -:bob8174 :complies true. -:bob8175 :complies true. -:bob8176 :complies true. -:bob8177 :complies true. -:bob8178 :complies true. -:bob8179 :complies true. -:bob8180 :complies true. -:bob8181 :complies true. -:bob8182 :complies true. -:bob8183 :complies true. -:bob8184 :complies true. -:bob8185 :complies true. -:bob8186 :complies true. -:bob8187 :complies true. -:bob8188 :complies true. -:bob8189 :complies true. -:bob8190 :complies true. -:bob8191 :complies true. -:bob8192 :complies true. -:bob8193 :complies true. -:bob8194 :complies true. -:bob8195 :complies true. -:bob8196 :complies true. -:bob8197 :complies true. -:bob8198 :complies true. -:bob8199 :complies true. -:bob8200 :complies true. -:bob8201 :complies true. -:bob8202 :complies true. -:bob8203 :complies true. -:bob8204 :complies true. -:bob8205 :complies true. -:bob8206 :complies true. -:bob8207 :complies true. -:bob8208 :complies true. -:bob8209 :complies true. -:bob8210 :complies true. -:bob8211 :complies true. -:bob8212 :complies true. -:bob8213 :complies true. -:bob8214 :complies true. -:bob8215 :complies true. -:bob8216 :complies true. -:bob8217 :complies true. -:bob8218 :complies true. -:bob8219 :complies true. -:bob8220 :complies true. -:bob8221 :complies true. -:bob8222 :complies true. -:bob8223 :complies true. -:bob8224 :complies true. -:bob8225 :complies true. -:bob8226 :complies true. -:bob8227 :complies true. -:bob8228 :complies true. -:bob8229 :complies true. -:bob8230 :complies true. -:bob8231 :complies true. -:bob8232 :complies true. -:bob8233 :complies true. -:bob8234 :complies true. -:bob8235 :complies true. -:bob8236 :complies true. -:bob8237 :complies true. -:bob8238 :complies true. -:bob8239 :complies true. -:bob8240 :complies true. -:bob8241 :complies true. -:bob8242 :complies true. -:bob8243 :complies true. -:bob8244 :complies true. -:bob8245 :complies true. -:bob8246 :complies true. -:bob8247 :complies true. -:bob8248 :complies true. -:bob8249 :complies true. -:bob8250 :complies true. -:bob8251 :complies true. -:bob8252 :complies true. -:bob8253 :complies true. -:bob8254 :complies true. -:bob8255 :complies true. -:bob8256 :complies true. -:bob8257 :complies true. -:bob8258 :complies true. -:bob8259 :complies true. -:bob8260 :complies true. -:bob8261 :complies true. -:bob8262 :complies true. -:bob8263 :complies true. -:bob8264 :complies true. -:bob8265 :complies true. -:bob8266 :complies true. -:bob8267 :complies true. -:bob8268 :complies true. -:bob8269 :complies true. -:bob8270 :complies true. -:bob8271 :complies true. -:bob8272 :complies true. -:bob8273 :complies true. -:bob8274 :complies true. -:bob8275 :complies true. -:bob8276 :complies true. -:bob8277 :complies true. -:bob8278 :complies true. -:bob8279 :complies true. -:bob8280 :complies true. -:bob8281 :complies true. -:bob8282 :complies true. -:bob8283 :complies true. -:bob8284 :complies true. -:bob8285 :complies true. -:bob8286 :complies true. -:bob8287 :complies true. -:bob8288 :complies true. -:bob8289 :complies true. -:bob8290 :complies true. -:bob8291 :complies true. -:bob8292 :complies true. -:bob8293 :complies true. -:bob8294 :complies true. -:bob8295 :complies true. -:bob8296 :complies true. -:bob8297 :complies true. -:bob8298 :complies true. -:bob8299 :complies true. -:bob8300 :complies true. -:bob8301 :complies true. -:bob8302 :complies true. -:bob8303 :complies true. -:bob8304 :complies true. -:bob8305 :complies true. -:bob8306 :complies true. -:bob8307 :complies true. -:bob8308 :complies true. -:bob8309 :complies true. -:bob8310 :complies true. -:bob8311 :complies true. -:bob8312 :complies true. -:bob8313 :complies true. -:bob8314 :complies true. -:bob8315 :complies true. -:bob8316 :complies true. -:bob8317 :complies true. -:bob8318 :complies true. -:bob8319 :complies true. -:bob8320 :complies true. -:bob8321 :complies true. -:bob8322 :complies true. -:bob8323 :complies true. -:bob8324 :complies true. -:bob8325 :complies true. -:bob8326 :complies true. -:bob8327 :complies true. -:bob8328 :complies true. -:bob8329 :complies true. -:bob8330 :complies true. -:bob8331 :complies true. -:bob8332 :complies true. -:bob8333 :complies true. -:bob8334 :complies true. -:bob8335 :complies true. -:bob8336 :complies true. -:bob8337 :complies true. -:bob8338 :complies true. -:bob8339 :complies true. -:bob8340 :complies true. -:bob8341 :complies true. -:bob8342 :complies true. -:bob8343 :complies true. -:bob8344 :complies true. -:bob8345 :complies true. -:bob8346 :complies true. -:bob8347 :complies true. -:bob8348 :complies true. -:bob8349 :complies true. -:bob8350 :complies true. -:bob8351 :complies true. -:bob8352 :complies true. -:bob8353 :complies true. -:bob8354 :complies true. -:bob8355 :complies true. -:bob8356 :complies true. -:bob8357 :complies true. -:bob8358 :complies true. -:bob8359 :complies true. -:bob8360 :complies true. -:bob8361 :complies true. -:bob8362 :complies true. -:bob8363 :complies true. -:bob8364 :complies true. -:bob8365 :complies true. -:bob8366 :complies true. -:bob8367 :complies true. -:bob8368 :complies true. -:bob8369 :complies true. -:bob8370 :complies true. -:bob8371 :complies true. -:bob8372 :complies true. -:bob8373 :complies true. -:bob8374 :complies true. -:bob8375 :complies true. -:bob8376 :complies true. -:bob8377 :complies true. -:bob8378 :complies true. -:bob8379 :complies true. -:bob8380 :complies true. -:bob8381 :complies true. -:bob8382 :complies true. -:bob8383 :complies true. -:bob8384 :complies true. -:bob8385 :complies true. -:bob8386 :complies true. -:bob8387 :complies true. -:bob8388 :complies true. -:bob8389 :complies true. -:bob8390 :complies true. -:bob8391 :complies true. -:bob8392 :complies true. -:bob8393 :complies true. -:bob8394 :complies true. -:bob8395 :complies true. -:bob8396 :complies true. -:bob8397 :complies true. -:bob8398 :complies true. -:bob8399 :complies true. -:bob8400 :complies true. -:bob8401 :complies true. -:bob8402 :complies true. -:bob8403 :complies true. -:bob8404 :complies true. -:bob8405 :complies true. -:bob8406 :complies true. -:bob8407 :complies true. -:bob8408 :complies true. -:bob8409 :complies true. -:bob8410 :complies true. -:bob8411 :complies true. -:bob8412 :complies true. -:bob8413 :complies true. -:bob8414 :complies true. -:bob8415 :complies true. -:bob8416 :complies true. -:bob8417 :complies true. -:bob8418 :complies true. -:bob8419 :complies true. -:bob8420 :complies true. -:bob8421 :complies true. -:bob8422 :complies true. -:bob8423 :complies true. -:bob8424 :complies true. -:bob8425 :complies true. -:bob8426 :complies true. -:bob8427 :complies true. -:bob8428 :complies true. -:bob8429 :complies true. -:bob8430 :complies true. -:bob8431 :complies true. -:bob8432 :complies true. -:bob8433 :complies true. -:bob8434 :complies true. -:bob8435 :complies true. -:bob8436 :complies true. -:bob8437 :complies true. -:bob8438 :complies true. -:bob8439 :complies true. -:bob8440 :complies true. -:bob8441 :complies true. -:bob8442 :complies true. -:bob8443 :complies true. -:bob8444 :complies true. -:bob8445 :complies true. -:bob8446 :complies true. -:bob8447 :complies true. -:bob8448 :complies true. -:bob8449 :complies true. -:bob8450 :complies true. -:bob8451 :complies true. -:bob8452 :complies true. -:bob8453 :complies true. -:bob8454 :complies true. -:bob8455 :complies true. -:bob8456 :complies true. -:bob8457 :complies true. -:bob8458 :complies true. -:bob8459 :complies true. -:bob8460 :complies true. -:bob8461 :complies true. -:bob8462 :complies true. -:bob8463 :complies true. -:bob8464 :complies true. -:bob8465 :complies true. -:bob8466 :complies true. -:bob8467 :complies true. -:bob8468 :complies true. -:bob8469 :complies true. -:bob8470 :complies true. -:bob8471 :complies true. -:bob8472 :complies true. -:bob8473 :complies true. -:bob8474 :complies true. -:bob8475 :complies true. -:bob8476 :complies true. -:bob8477 :complies true. -:bob8478 :complies true. -:bob8479 :complies true. -:bob8480 :complies true. -:bob8481 :complies true. -:bob8482 :complies true. -:bob8483 :complies true. -:bob8484 :complies true. -:bob8485 :complies true. -:bob8486 :complies true. -:bob8487 :complies true. -:bob8488 :complies true. -:bob8489 :complies true. -:bob8490 :complies true. -:bob8491 :complies true. -:bob8492 :complies true. -:bob8493 :complies true. -:bob8494 :complies true. -:bob8495 :complies true. -:bob8496 :complies true. -:bob8497 :complies true. -:bob8498 :complies true. -:bob8499 :complies true. -:bob8500 :complies true. -:bob8501 :complies true. -:bob8502 :complies true. -:bob8503 :complies true. -:bob8504 :complies true. -:bob8505 :complies true. -:bob8506 :complies true. -:bob8507 :complies true. -:bob8508 :complies true. -:bob8509 :complies true. -:bob8510 :complies true. -:bob8511 :complies true. -:bob8512 :complies true. -:bob8513 :complies true. -:bob8514 :complies true. -:bob8515 :complies true. -:bob8516 :complies true. -:bob8517 :complies true. -:bob8518 :complies true. -:bob8519 :complies true. -:bob8520 :complies true. -:bob8521 :complies true. -:bob8522 :complies true. -:bob8523 :complies true. -:bob8524 :complies true. -:bob8525 :complies true. -:bob8526 :complies true. -:bob8527 :complies true. -:bob8528 :complies true. -:bob8529 :complies true. -:bob8530 :complies true. -:bob8531 :complies true. -:bob8532 :complies true. -:bob8533 :complies true. -:bob8534 :complies true. -:bob8535 :complies true. -:bob8536 :complies true. -:bob8537 :complies true. -:bob8538 :complies true. -:bob8539 :complies true. -:bob8540 :complies true. -:bob8541 :complies true. -:bob8542 :complies true. -:bob8543 :complies true. -:bob8544 :complies true. -:bob8545 :complies true. -:bob8546 :complies true. -:bob8547 :complies true. -:bob8548 :complies true. -:bob8549 :complies true. -:bob8550 :complies true. -:bob8551 :complies true. -:bob8552 :complies true. -:bob8553 :complies true. -:bob8554 :complies true. -:bob8555 :complies true. -:bob8556 :complies true. -:bob8557 :complies true. -:bob8558 :complies true. -:bob8559 :complies true. -:bob8560 :complies true. -:bob8561 :complies true. -:bob8562 :complies true. -:bob8563 :complies true. -:bob8564 :complies true. -:bob8565 :complies true. -:bob8566 :complies true. -:bob8567 :complies true. -:bob8568 :complies true. -:bob8569 :complies true. -:bob8570 :complies true. -:bob8571 :complies true. -:bob8572 :complies true. -:bob8573 :complies true. -:bob8574 :complies true. -:bob8575 :complies true. -:bob8576 :complies true. -:bob8577 :complies true. -:bob8578 :complies true. -:bob8579 :complies true. -:bob8580 :complies true. -:bob8581 :complies true. -:bob8582 :complies true. -:bob8583 :complies true. -:bob8584 :complies true. -:bob8585 :complies true. -:bob8586 :complies true. -:bob8587 :complies true. -:bob8588 :complies true. -:bob8589 :complies true. -:bob8590 :complies true. -:bob8591 :complies true. -:bob8592 :complies true. -:bob8593 :complies true. -:bob8594 :complies true. -:bob8595 :complies true. -:bob8596 :complies true. -:bob8597 :complies true. -:bob8598 :complies true. -:bob8599 :complies true. -:bob8600 :complies true. -:bob8601 :complies true. -:bob8602 :complies true. -:bob8603 :complies true. -:bob8604 :complies true. -:bob8605 :complies true. -:bob8606 :complies true. -:bob8607 :complies true. -:bob8608 :complies true. -:bob8609 :complies true. -:bob8610 :complies true. -:bob8611 :complies true. -:bob8612 :complies true. -:bob8613 :complies true. -:bob8614 :complies true. -:bob8615 :complies true. -:bob8616 :complies true. -:bob8617 :complies true. -:bob8618 :complies true. -:bob8619 :complies true. -:bob8620 :complies true. -:bob8621 :complies true. -:bob8622 :complies true. -:bob8623 :complies true. -:bob8624 :complies true. -:bob8625 :complies true. -:bob8626 :complies true. -:bob8627 :complies true. -:bob8628 :complies true. -:bob8629 :complies true. -:bob8630 :complies true. -:bob8631 :complies true. -:bob8632 :complies true. -:bob8633 :complies true. -:bob8634 :complies true. -:bob8635 :complies true. -:bob8636 :complies true. -:bob8637 :complies true. -:bob8638 :complies true. -:bob8639 :complies true. -:bob8640 :complies true. -:bob8641 :complies true. -:bob8642 :complies true. -:bob8643 :complies true. -:bob8644 :complies true. -:bob8645 :complies true. -:bob8646 :complies true. -:bob8647 :complies true. -:bob8648 :complies true. -:bob8649 :complies true. -:bob8650 :complies true. -:bob8651 :complies true. -:bob8652 :complies true. -:bob8653 :complies true. -:bob8654 :complies true. -:bob8655 :complies true. -:bob8656 :complies true. -:bob8657 :complies true. -:bob8658 :complies true. -:bob8659 :complies true. -:bob8660 :complies true. -:bob8661 :complies true. -:bob8662 :complies true. -:bob8663 :complies true. -:bob8664 :complies true. -:bob8665 :complies true. -:bob8666 :complies true. -:bob8667 :complies true. -:bob8668 :complies true. -:bob8669 :complies true. -:bob8670 :complies true. -:bob8671 :complies true. -:bob8672 :complies true. -:bob8673 :complies true. -:bob8674 :complies true. -:bob8675 :complies true. -:bob8676 :complies true. -:bob8677 :complies true. -:bob8678 :complies true. -:bob8679 :complies true. -:bob8680 :complies true. -:bob8681 :complies true. -:bob8682 :complies true. -:bob8683 :complies true. -:bob8684 :complies true. -:bob8685 :complies true. -:bob8686 :complies true. -:bob8687 :complies true. -:bob8688 :complies true. -:bob8689 :complies true. -:bob8690 :complies true. -:bob8691 :complies true. -:bob8692 :complies true. -:bob8693 :complies true. -:bob8694 :complies true. -:bob8695 :complies true. -:bob8696 :complies true. -:bob8697 :complies true. -:bob8698 :complies true. -:bob8699 :complies true. -:bob8700 :complies true. -:bob8701 :complies true. -:bob8702 :complies true. -:bob8703 :complies true. -:bob8704 :complies true. -:bob8705 :complies true. -:bob8706 :complies true. -:bob8707 :complies true. -:bob8708 :complies true. -:bob8709 :complies true. -:bob8710 :complies true. -:bob8711 :complies true. -:bob8712 :complies true. -:bob8713 :complies true. -:bob8714 :complies true. -:bob8715 :complies true. -:bob8716 :complies true. -:bob8717 :complies true. -:bob8718 :complies true. -:bob8719 :complies true. -:bob8720 :complies true. -:bob8721 :complies true. -:bob8722 :complies true. -:bob8723 :complies true. -:bob8724 :complies true. -:bob8725 :complies true. -:bob8726 :complies true. -:bob8727 :complies true. -:bob8728 :complies true. -:bob8729 :complies true. -:bob8730 :complies true. -:bob8731 :complies true. -:bob8732 :complies true. -:bob8733 :complies true. -:bob8734 :complies true. -:bob8735 :complies true. -:bob8736 :complies true. -:bob8737 :complies true. -:bob8738 :complies true. -:bob8739 :complies true. -:bob8740 :complies true. -:bob8741 :complies true. -:bob8742 :complies true. -:bob8743 :complies true. -:bob8744 :complies true. -:bob8745 :complies true. -:bob8746 :complies true. -:bob8747 :complies true. -:bob8748 :complies true. -:bob8749 :complies true. -:bob8750 :complies true. -:bob8751 :complies true. -:bob8752 :complies true. -:bob8753 :complies true. -:bob8754 :complies true. -:bob8755 :complies true. -:bob8756 :complies true. -:bob8757 :complies true. -:bob8758 :complies true. -:bob8759 :complies true. -:bob8760 :complies true. -:bob8761 :complies true. -:bob8762 :complies true. -:bob8763 :complies true. -:bob8764 :complies true. -:bob8765 :complies true. -:bob8766 :complies true. -:bob8767 :complies true. -:bob8768 :complies true. -:bob8769 :complies true. -:bob8770 :complies true. -:bob8771 :complies true. -:bob8772 :complies true. -:bob8773 :complies true. -:bob8774 :complies true. -:bob8775 :complies true. -:bob8776 :complies true. -:bob8777 :complies true. -:bob8778 :complies true. -:bob8779 :complies true. -:bob8780 :complies true. -:bob8781 :complies true. -:bob8782 :complies true. -:bob8783 :complies true. -:bob8784 :complies true. -:bob8785 :complies true. -:bob8786 :complies true. -:bob8787 :complies true. -:bob8788 :complies true. -:bob8789 :complies true. -:bob8790 :complies true. -:bob8791 :complies true. -:bob8792 :complies true. -:bob8793 :complies true. -:bob8794 :complies true. -:bob8795 :complies true. -:bob8796 :complies true. -:bob8797 :complies true. -:bob8798 :complies true. -:bob8799 :complies true. -:bob8800 :complies true. -:bob8801 :complies true. -:bob8802 :complies true. -:bob8803 :complies true. -:bob8804 :complies true. -:bob8805 :complies true. -:bob8806 :complies true. -:bob8807 :complies true. -:bob8808 :complies true. -:bob8809 :complies true. -:bob8810 :complies true. -:bob8811 :complies true. -:bob8812 :complies true. -:bob8813 :complies true. -:bob8814 :complies true. -:bob8815 :complies true. -:bob8816 :complies true. -:bob8817 :complies true. -:bob8818 :complies true. -:bob8819 :complies true. -:bob8820 :complies true. -:bob8821 :complies true. -:bob8822 :complies true. -:bob8823 :complies true. -:bob8824 :complies true. -:bob8825 :complies true. -:bob8826 :complies true. -:bob8827 :complies true. -:bob8828 :complies true. -:bob8829 :complies true. -:bob8830 :complies true. -:bob8831 :complies true. -:bob8832 :complies true. -:bob8833 :complies true. -:bob8834 :complies true. -:bob8835 :complies true. -:bob8836 :complies true. -:bob8837 :complies true. -:bob8838 :complies true. -:bob8839 :complies true. -:bob8840 :complies true. -:bob8841 :complies true. -:bob8842 :complies true. -:bob8843 :complies true. -:bob8844 :complies true. -:bob8845 :complies true. -:bob8846 :complies true. -:bob8847 :complies true. -:bob8848 :complies true. -:bob8849 :complies true. -:bob8850 :complies true. -:bob8851 :complies true. -:bob8852 :complies true. -:bob8853 :complies true. -:bob8854 :complies true. -:bob8855 :complies true. -:bob8856 :complies true. -:bob8857 :complies true. -:bob8858 :complies true. -:bob8859 :complies true. -:bob8860 :complies true. -:bob8861 :complies true. -:bob8862 :complies true. -:bob8863 :complies true. -:bob8864 :complies true. -:bob8865 :complies true. -:bob8866 :complies true. -:bob8867 :complies true. -:bob8868 :complies true. -:bob8869 :complies true. -:bob8870 :complies true. -:bob8871 :complies true. -:bob8872 :complies true. -:bob8873 :complies true. -:bob8874 :complies true. -:bob8875 :complies true. -:bob8876 :complies true. -:bob8877 :complies true. -:bob8878 :complies true. -:bob8879 :complies true. -:bob8880 :complies true. -:bob8881 :complies true. -:bob8882 :complies true. -:bob8883 :complies true. -:bob8884 :complies true. -:bob8885 :complies true. -:bob8886 :complies true. -:bob8887 :complies true. -:bob8888 :complies true. -:bob8889 :complies true. -:bob8890 :complies true. -:bob8891 :complies true. -:bob8892 :complies true. -:bob8893 :complies true. -:bob8894 :complies true. -:bob8895 :complies true. -:bob8896 :complies true. -:bob8897 :complies true. -:bob8898 :complies true. -:bob8899 :complies true. -:bob8900 :complies true. -:bob8901 :complies true. -:bob8902 :complies true. -:bob8903 :complies true. -:bob8904 :complies true. -:bob8905 :complies true. -:bob8906 :complies true. -:bob8907 :complies true. -:bob8908 :complies true. -:bob8909 :complies true. -:bob8910 :complies true. -:bob8911 :complies true. -:bob8912 :complies true. -:bob8913 :complies true. -:bob8914 :complies true. -:bob8915 :complies true. -:bob8916 :complies true. -:bob8917 :complies true. -:bob8918 :complies true. -:bob8919 :complies true. -:bob8920 :complies true. -:bob8921 :complies true. -:bob8922 :complies true. -:bob8923 :complies true. -:bob8924 :complies true. -:bob8925 :complies true. -:bob8926 :complies true. -:bob8927 :complies true. -:bob8928 :complies true. -:bob8929 :complies true. -:bob8930 :complies true. -:bob8931 :complies true. -:bob8932 :complies true. -:bob8933 :complies true. -:bob8934 :complies true. -:bob8935 :complies true. -:bob8936 :complies true. -:bob8937 :complies true. -:bob8938 :complies true. -:bob8939 :complies true. -:bob8940 :complies true. -:bob8941 :complies true. -:bob8942 :complies true. -:bob8943 :complies true. -:bob8944 :complies true. -:bob8945 :complies true. -:bob8946 :complies true. -:bob8947 :complies true. -:bob8948 :complies true. -:bob8949 :complies true. -:bob8950 :complies true. -:bob8951 :complies true. -:bob8952 :complies true. -:bob8953 :complies true. -:bob8954 :complies true. -:bob8955 :complies true. -:bob8956 :complies true. -:bob8957 :complies true. -:bob8958 :complies true. -:bob8959 :complies true. -:bob8960 :complies true. -:bob8961 :complies true. -:bob8962 :complies true. -:bob8963 :complies true. -:bob8964 :complies true. -:bob8965 :complies true. -:bob8966 :complies true. -:bob8967 :complies true. -:bob8968 :complies true. -:bob8969 :complies true. -:bob8970 :complies true. -:bob8971 :complies true. -:bob8972 :complies true. -:bob8973 :complies true. -:bob8974 :complies true. -:bob8975 :complies true. -:bob8976 :complies true. -:bob8977 :complies true. -:bob8978 :complies true. -:bob8979 :complies true. -:bob8980 :complies true. -:bob8981 :complies true. -:bob8982 :complies true. -:bob8983 :complies true. -:bob8984 :complies true. -:bob8985 :complies true. -:bob8986 :complies true. -:bob8987 :complies true. -:bob8988 :complies true. -:bob8989 :complies true. -:bob8990 :complies true. -:bob8991 :complies true. -:bob8992 :complies true. -:bob8993 :complies true. -:bob8994 :complies true. -:bob8995 :complies true. -:bob8996 :complies true. -:bob8997 :complies true. -:bob8998 :complies true. -:bob8999 :complies true. -:bob9000 :complies true. -:bob9001 :complies true. -:bob9002 :complies true. -:bob9003 :complies true. -:bob9004 :complies true. -:bob9005 :complies true. -:bob9006 :complies true. -:bob9007 :complies true. -:bob9008 :complies true. -:bob9009 :complies true. -:bob9010 :complies true. -:bob9011 :complies true. -:bob9012 :complies true. -:bob9013 :complies true. -:bob9014 :complies true. -:bob9015 :complies true. -:bob9016 :complies true. -:bob9017 :complies true. -:bob9018 :complies true. -:bob9019 :complies true. -:bob9020 :complies true. -:bob9021 :complies true. -:bob9022 :complies true. -:bob9023 :complies true. -:bob9024 :complies true. -:bob9025 :complies true. -:bob9026 :complies true. -:bob9027 :complies true. -:bob9028 :complies true. -:bob9029 :complies true. -:bob9030 :complies true. -:bob9031 :complies true. -:bob9032 :complies true. -:bob9033 :complies true. -:bob9034 :complies true. -:bob9035 :complies true. -:bob9036 :complies true. -:bob9037 :complies true. -:bob9038 :complies true. -:bob9039 :complies true. -:bob9040 :complies true. -:bob9041 :complies true. -:bob9042 :complies true. -:bob9043 :complies true. -:bob9044 :complies true. -:bob9045 :complies true. -:bob9046 :complies true. -:bob9047 :complies true. -:bob9048 :complies true. -:bob9049 :complies true. -:bob9050 :complies true. -:bob9051 :complies true. -:bob9052 :complies true. -:bob9053 :complies true. -:bob9054 :complies true. -:bob9055 :complies true. -:bob9056 :complies true. -:bob9057 :complies true. -:bob9058 :complies true. -:bob9059 :complies true. -:bob9060 :complies true. -:bob9061 :complies true. -:bob9062 :complies true. -:bob9063 :complies true. -:bob9064 :complies true. -:bob9065 :complies true. -:bob9066 :complies true. -:bob9067 :complies true. -:bob9068 :complies true. -:bob9069 :complies true. -:bob9070 :complies true. -:bob9071 :complies true. -:bob9072 :complies true. -:bob9073 :complies true. -:bob9074 :complies true. -:bob9075 :complies true. -:bob9076 :complies true. -:bob9077 :complies true. -:bob9078 :complies true. -:bob9079 :complies true. -:bob9080 :complies true. -:bob9081 :complies true. -:bob9082 :complies true. -:bob9083 :complies true. -:bob9084 :complies true. -:bob9085 :complies true. -:bob9086 :complies true. -:bob9087 :complies true. -:bob9088 :complies true. -:bob9089 :complies true. -:bob9090 :complies true. -:bob9091 :complies true. -:bob9092 :complies true. -:bob9093 :complies true. -:bob9094 :complies true. -:bob9095 :complies true. -:bob9096 :complies true. -:bob9097 :complies true. -:bob9098 :complies true. -:bob9099 :complies true. -:bob9100 :complies true. -:bob9101 :complies true. -:bob9102 :complies true. -:bob9103 :complies true. -:bob9104 :complies true. -:bob9105 :complies true. -:bob9106 :complies true. -:bob9107 :complies true. -:bob9108 :complies true. -:bob9109 :complies true. -:bob9110 :complies true. -:bob9111 :complies true. -:bob9112 :complies true. -:bob9113 :complies true. -:bob9114 :complies true. -:bob9115 :complies true. -:bob9116 :complies true. -:bob9117 :complies true. -:bob9118 :complies true. -:bob9119 :complies true. -:bob9120 :complies true. -:bob9121 :complies true. -:bob9122 :complies true. -:bob9123 :complies true. -:bob9124 :complies true. -:bob9125 :complies true. -:bob9126 :complies true. -:bob9127 :complies true. -:bob9128 :complies true. -:bob9129 :complies true. -:bob9130 :complies true. -:bob9131 :complies true. -:bob9132 :complies true. -:bob9133 :complies true. -:bob9134 :complies true. -:bob9135 :complies true. -:bob9136 :complies true. -:bob9137 :complies true. -:bob9138 :complies true. -:bob9139 :complies true. -:bob9140 :complies true. -:bob9141 :complies true. -:bob9142 :complies true. -:bob9143 :complies true. -:bob9144 :complies true. -:bob9145 :complies true. -:bob9146 :complies true. -:bob9147 :complies true. -:bob9148 :complies true. -:bob9149 :complies true. -:bob9150 :complies true. -:bob9151 :complies true. -:bob9152 :complies true. -:bob9153 :complies true. -:bob9154 :complies true. -:bob9155 :complies true. -:bob9156 :complies true. -:bob9157 :complies true. -:bob9158 :complies true. -:bob9159 :complies true. -:bob9160 :complies true. -:bob9161 :complies true. -:bob9162 :complies true. -:bob9163 :complies true. -:bob9164 :complies true. -:bob9165 :complies true. -:bob9166 :complies true. -:bob9167 :complies true. -:bob9168 :complies true. -:bob9169 :complies true. -:bob9170 :complies true. -:bob9171 :complies true. -:bob9172 :complies true. -:bob9173 :complies true. -:bob9174 :complies true. -:bob9175 :complies true. -:bob9176 :complies true. -:bob9177 :complies true. -:bob9178 :complies true. -:bob9179 :complies true. -:bob9180 :complies true. -:bob9181 :complies true. -:bob9182 :complies true. -:bob9183 :complies true. -:bob9184 :complies true. -:bob9185 :complies true. -:bob9186 :complies true. -:bob9187 :complies true. -:bob9188 :complies true. -:bob9189 :complies true. -:bob9190 :complies true. -:bob9191 :complies true. -:bob9192 :complies true. -:bob9193 :complies true. -:bob9194 :complies true. -:bob9195 :complies true. -:bob9196 :complies true. -:bob9197 :complies true. -:bob9198 :complies true. -:bob9199 :complies true. -:bob9200 :complies true. -:bob9201 :complies true. -:bob9202 :complies true. -:bob9203 :complies true. -:bob9204 :complies true. -:bob9205 :complies true. -:bob9206 :complies true. -:bob9207 :complies true. -:bob9208 :complies true. -:bob9209 :complies true. -:bob9210 :complies true. -:bob9211 :complies true. -:bob9212 :complies true. -:bob9213 :complies true. -:bob9214 :complies true. -:bob9215 :complies true. -:bob9216 :complies true. -:bob9217 :complies true. -:bob9218 :complies true. -:bob9219 :complies true. -:bob9220 :complies true. -:bob9221 :complies true. -:bob9222 :complies true. -:bob9223 :complies true. -:bob9224 :complies true. -:bob9225 :complies true. -:bob9226 :complies true. -:bob9227 :complies true. -:bob9228 :complies true. -:bob9229 :complies true. -:bob9230 :complies true. -:bob9231 :complies true. -:bob9232 :complies true. -:bob9233 :complies true. -:bob9234 :complies true. -:bob9235 :complies true. -:bob9236 :complies true. -:bob9237 :complies true. -:bob9238 :complies true. -:bob9239 :complies true. -:bob9240 :complies true. -:bob9241 :complies true. -:bob9242 :complies true. -:bob9243 :complies true. -:bob9244 :complies true. -:bob9245 :complies true. -:bob9246 :complies true. -:bob9247 :complies true. -:bob9248 :complies true. -:bob9249 :complies true. -:bob9250 :complies true. -:bob9251 :complies true. -:bob9252 :complies true. -:bob9253 :complies true. -:bob9254 :complies true. -:bob9255 :complies true. -:bob9256 :complies true. -:bob9257 :complies true. -:bob9258 :complies true. -:bob9259 :complies true. -:bob9260 :complies true. -:bob9261 :complies true. -:bob9262 :complies true. -:bob9263 :complies true. -:bob9264 :complies true. -:bob9265 :complies true. -:bob9266 :complies true. -:bob9267 :complies true. -:bob9268 :complies true. -:bob9269 :complies true. -:bob9270 :complies true. -:bob9271 :complies true. -:bob9272 :complies true. -:bob9273 :complies true. -:bob9274 :complies true. -:bob9275 :complies true. -:bob9276 :complies true. -:bob9277 :complies true. -:bob9278 :complies true. -:bob9279 :complies true. -:bob9280 :complies true. -:bob9281 :complies true. -:bob9282 :complies true. -:bob9283 :complies true. -:bob9284 :complies true. -:bob9285 :complies true. -:bob9286 :complies true. -:bob9287 :complies true. -:bob9288 :complies true. -:bob9289 :complies true. -:bob9290 :complies true. -:bob9291 :complies true. -:bob9292 :complies true. -:bob9293 :complies true. -:bob9294 :complies true. -:bob9295 :complies true. -:bob9296 :complies true. -:bob9297 :complies true. -:bob9298 :complies true. -:bob9299 :complies true. -:bob9300 :complies true. -:bob9301 :complies true. -:bob9302 :complies true. -:bob9303 :complies true. -:bob9304 :complies true. -:bob9305 :complies true. -:bob9306 :complies true. -:bob9307 :complies true. -:bob9308 :complies true. -:bob9309 :complies true. -:bob9310 :complies true. -:bob9311 :complies true. -:bob9312 :complies true. -:bob9313 :complies true. -:bob9314 :complies true. -:bob9315 :complies true. -:bob9316 :complies true. -:bob9317 :complies true. -:bob9318 :complies true. -:bob9319 :complies true. -:bob9320 :complies true. -:bob9321 :complies true. -:bob9322 :complies true. -:bob9323 :complies true. -:bob9324 :complies true. -:bob9325 :complies true. -:bob9326 :complies true. -:bob9327 :complies true. -:bob9328 :complies true. -:bob9329 :complies true. -:bob9330 :complies true. -:bob9331 :complies true. -:bob9332 :complies true. -:bob9333 :complies true. -:bob9334 :complies true. -:bob9335 :complies true. -:bob9336 :complies true. -:bob9337 :complies true. -:bob9338 :complies true. -:bob9339 :complies true. -:bob9340 :complies true. -:bob9341 :complies true. -:bob9342 :complies true. -:bob9343 :complies true. -:bob9344 :complies true. -:bob9345 :complies true. -:bob9346 :complies true. -:bob9347 :complies true. -:bob9348 :complies true. -:bob9349 :complies true. -:bob9350 :complies true. -:bob9351 :complies true. -:bob9352 :complies true. -:bob9353 :complies true. -:bob9354 :complies true. -:bob9355 :complies true. -:bob9356 :complies true. -:bob9357 :complies true. -:bob9358 :complies true. -:bob9359 :complies true. -:bob9360 :complies true. -:bob9361 :complies true. -:bob9362 :complies true. -:bob9363 :complies true. -:bob9364 :complies true. -:bob9365 :complies true. -:bob9366 :complies true. -:bob9367 :complies true. -:bob9368 :complies true. -:bob9369 :complies true. -:bob9370 :complies true. -:bob9371 :complies true. -:bob9372 :complies true. -:bob9373 :complies true. -:bob9374 :complies true. -:bob9375 :complies true. -:bob9376 :complies true. -:bob9377 :complies true. -:bob9378 :complies true. -:bob9379 :complies true. -:bob9380 :complies true. -:bob9381 :complies true. -:bob9382 :complies true. -:bob9383 :complies true. -:bob9384 :complies true. -:bob9385 :complies true. -:bob9386 :complies true. -:bob9387 :complies true. -:bob9388 :complies true. -:bob9389 :complies true. -:bob9390 :complies true. -:bob9391 :complies true. -:bob9392 :complies true. -:bob9393 :complies true. -:bob9394 :complies true. -:bob9395 :complies true. -:bob9396 :complies true. -:bob9397 :complies true. -:bob9398 :complies true. -:bob9399 :complies true. -:bob9400 :complies true. -:bob9401 :complies true. -:bob9402 :complies true. -:bob9403 :complies true. -:bob9404 :complies true. -:bob9405 :complies true. -:bob9406 :complies true. -:bob9407 :complies true. -:bob9408 :complies true. -:bob9409 :complies true. -:bob9410 :complies true. -:bob9411 :complies true. -:bob9412 :complies true. -:bob9413 :complies true. -:bob9414 :complies true. -:bob9415 :complies true. -:bob9416 :complies true. -:bob9417 :complies true. -:bob9418 :complies true. -:bob9419 :complies true. -:bob9420 :complies true. -:bob9421 :complies true. -:bob9422 :complies true. -:bob9423 :complies true. -:bob9424 :complies true. -:bob9425 :complies true. -:bob9426 :complies true. -:bob9427 :complies true. -:bob9428 :complies true. -:bob9429 :complies true. -:bob9430 :complies true. -:bob9431 :complies true. -:bob9432 :complies true. -:bob9433 :complies true. -:bob9434 :complies true. -:bob9435 :complies true. -:bob9436 :complies true. -:bob9437 :complies true. -:bob9438 :complies true. -:bob9439 :complies true. -:bob9440 :complies true. -:bob9441 :complies true. -:bob9442 :complies true. -:bob9443 :complies true. -:bob9444 :complies true. -:bob9445 :complies true. -:bob9446 :complies true. -:bob9447 :complies true. -:bob9448 :complies true. -:bob9449 :complies true. -:bob9450 :complies true. -:bob9451 :complies true. -:bob9452 :complies true. -:bob9453 :complies true. -:bob9454 :complies true. -:bob9455 :complies true. -:bob9456 :complies true. -:bob9457 :complies true. -:bob9458 :complies true. -:bob9459 :complies true. -:bob9460 :complies true. -:bob9461 :complies true. -:bob9462 :complies true. -:bob9463 :complies true. -:bob9464 :complies true. -:bob9465 :complies true. -:bob9466 :complies true. -:bob9467 :complies true. -:bob9468 :complies true. -:bob9469 :complies true. -:bob9470 :complies true. -:bob9471 :complies true. -:bob9472 :complies true. -:bob9473 :complies true. -:bob9474 :complies true. -:bob9475 :complies true. -:bob9476 :complies true. -:bob9477 :complies true. -:bob9478 :complies true. -:bob9479 :complies true. -:bob9480 :complies true. -:bob9481 :complies true. -:bob9482 :complies true. -:bob9483 :complies true. -:bob9484 :complies true. -:bob9485 :complies true. -:bob9486 :complies true. -:bob9487 :complies true. -:bob9488 :complies true. -:bob9489 :complies true. -:bob9490 :complies true. -:bob9491 :complies true. -:bob9492 :complies true. -:bob9493 :complies true. -:bob9494 :complies true. -:bob9495 :complies true. -:bob9496 :complies true. -:bob9497 :complies true. -:bob9498 :complies true. -:bob9499 :complies true. -:bob9500 :complies true. -:bob9501 :complies true. -:bob9502 :complies true. -:bob9503 :complies true. -:bob9504 :complies true. -:bob9505 :complies true. -:bob9506 :complies true. -:bob9507 :complies true. -:bob9508 :complies true. -:bob9509 :complies true. -:bob9510 :complies true. -:bob9511 :complies true. -:bob9512 :complies true. -:bob9513 :complies true. -:bob9514 :complies true. -:bob9515 :complies true. -:bob9516 :complies true. -:bob9517 :complies true. -:bob9518 :complies true. -:bob9519 :complies true. -:bob9520 :complies true. -:bob9521 :complies true. -:bob9522 :complies true. -:bob9523 :complies true. -:bob9524 :complies true. -:bob9525 :complies true. -:bob9526 :complies true. -:bob9527 :complies true. -:bob9528 :complies true. -:bob9529 :complies true. -:bob9530 :complies true. -:bob9531 :complies true. -:bob9532 :complies true. -:bob9533 :complies true. -:bob9534 :complies true. -:bob9535 :complies true. -:bob9536 :complies true. -:bob9537 :complies true. -:bob9538 :complies true. -:bob9539 :complies true. -:bob9540 :complies true. -:bob9541 :complies true. -:bob9542 :complies true. -:bob9543 :complies true. -:bob9544 :complies true. -:bob9545 :complies true. -:bob9546 :complies true. -:bob9547 :complies true. -:bob9548 :complies true. -:bob9549 :complies true. -:bob9550 :complies true. -:bob9551 :complies true. -:bob9552 :complies true. -:bob9553 :complies true. -:bob9554 :complies true. -:bob9555 :complies true. -:bob9556 :complies true. -:bob9557 :complies true. -:bob9558 :complies true. -:bob9559 :complies true. -:bob9560 :complies true. -:bob9561 :complies true. -:bob9562 :complies true. -:bob9563 :complies true. -:bob9564 :complies true. -:bob9565 :complies true. -:bob9566 :complies true. -:bob9567 :complies true. -:bob9568 :complies true. -:bob9569 :complies true. -:bob9570 :complies true. -:bob9571 :complies true. -:bob9572 :complies true. -:bob9573 :complies true. -:bob9574 :complies true. -:bob9575 :complies true. -:bob9576 :complies true. -:bob9577 :complies true. -:bob9578 :complies true. -:bob9579 :complies true. -:bob9580 :complies true. -:bob9581 :complies true. -:bob9582 :complies true. -:bob9583 :complies true. -:bob9584 :complies true. -:bob9585 :complies true. -:bob9586 :complies true. -:bob9587 :complies true. -:bob9588 :complies true. -:bob9589 :complies true. -:bob9590 :complies true. -:bob9591 :complies true. -:bob9592 :complies true. -:bob9593 :complies true. -:bob9594 :complies true. -:bob9595 :complies true. -:bob9596 :complies true. -:bob9597 :complies true. -:bob9598 :complies true. -:bob9599 :complies true. -:bob9600 :complies true. -:bob9601 :complies true. -:bob9602 :complies true. -:bob9603 :complies true. -:bob9604 :complies true. -:bob9605 :complies true. -:bob9606 :complies true. -:bob9607 :complies true. -:bob9608 :complies true. -:bob9609 :complies true. -:bob9610 :complies true. -:bob9611 :complies true. -:bob9612 :complies true. -:bob9613 :complies true. -:bob9614 :complies true. -:bob9615 :complies true. -:bob9616 :complies true. -:bob9617 :complies true. -:bob9618 :complies true. -:bob9619 :complies true. -:bob9620 :complies true. -:bob9621 :complies true. -:bob9622 :complies true. -:bob9623 :complies true. -:bob9624 :complies true. -:bob9625 :complies true. -:bob9626 :complies true. -:bob9627 :complies true. -:bob9628 :complies true. -:bob9629 :complies true. -:bob9630 :complies true. -:bob9631 :complies true. -:bob9632 :complies true. -:bob9633 :complies true. -:bob9634 :complies true. -:bob9635 :complies true. -:bob9636 :complies true. -:bob9637 :complies true. -:bob9638 :complies true. -:bob9639 :complies true. -:bob9640 :complies true. -:bob9641 :complies true. -:bob9642 :complies true. -:bob9643 :complies true. -:bob9644 :complies true. -:bob9645 :complies true. -:bob9646 :complies true. -:bob9647 :complies true. -:bob9648 :complies true. -:bob9649 :complies true. -:bob9650 :complies true. -:bob9651 :complies true. -:bob9652 :complies true. -:bob9653 :complies true. -:bob9654 :complies true. -:bob9655 :complies true. -:bob9656 :complies true. -:bob9657 :complies true. -:bob9658 :complies true. -:bob9659 :complies true. -:bob9660 :complies true. -:bob9661 :complies true. -:bob9662 :complies true. -:bob9663 :complies true. -:bob9664 :complies true. -:bob9665 :complies true. -:bob9666 :complies true. -:bob9667 :complies true. -:bob9668 :complies true. -:bob9669 :complies true. -:bob9670 :complies true. -:bob9671 :complies true. -:bob9672 :complies true. -:bob9673 :complies true. -:bob9674 :complies true. -:bob9675 :complies true. -:bob9676 :complies true. -:bob9677 :complies true. -:bob9678 :complies true. -:bob9679 :complies true. -:bob9680 :complies true. -:bob9681 :complies true. -:bob9682 :complies true. -:bob9683 :complies true. -:bob9684 :complies true. -:bob9685 :complies true. -:bob9686 :complies true. -:bob9687 :complies true. -:bob9688 :complies true. -:bob9689 :complies true. -:bob9690 :complies true. -:bob9691 :complies true. -:bob9692 :complies true. -:bob9693 :complies true. -:bob9694 :complies true. -:bob9695 :complies true. -:bob9696 :complies true. -:bob9697 :complies true. -:bob9698 :complies true. -:bob9699 :complies true. -:bob9700 :complies true. -:bob9701 :complies true. -:bob9702 :complies true. -:bob9703 :complies true. -:bob9704 :complies true. -:bob9705 :complies true. -:bob9706 :complies true. -:bob9707 :complies true. -:bob9708 :complies true. -:bob9709 :complies true. -:bob9710 :complies true. -:bob9711 :complies true. -:bob9712 :complies true. -:bob9713 :complies true. -:bob9714 :complies true. -:bob9715 :complies true. -:bob9716 :complies true. -:bob9717 :complies true. -:bob9718 :complies true. -:bob9719 :complies true. -:bob9720 :complies true. -:bob9721 :complies true. -:bob9722 :complies true. -:bob9723 :complies true. -:bob9724 :complies true. -:bob9725 :complies true. -:bob9726 :complies true. -:bob9727 :complies true. -:bob9728 :complies true. -:bob9729 :complies true. -:bob9730 :complies true. -:bob9731 :complies true. -:bob9732 :complies true. -:bob9733 :complies true. -:bob9734 :complies true. -:bob9735 :complies true. -:bob9736 :complies true. -:bob9737 :complies true. -:bob9738 :complies true. -:bob9739 :complies true. -:bob9740 :complies true. -:bob9741 :complies true. -:bob9742 :complies true. -:bob9743 :complies true. -:bob9744 :complies true. -:bob9745 :complies true. -:bob9746 :complies true. -:bob9747 :complies true. -:bob9748 :complies true. -:bob9749 :complies true. -:bob9750 :complies true. -:bob9751 :complies true. -:bob9752 :complies true. -:bob9753 :complies true. -:bob9754 :complies true. -:bob9755 :complies true. -:bob9756 :complies true. -:bob9757 :complies true. -:bob9758 :complies true. -:bob9759 :complies true. -:bob9760 :complies true. -:bob9761 :complies true. -:bob9762 :complies true. -:bob9763 :complies true. -:bob9764 :complies true. -:bob9765 :complies true. -:bob9766 :complies true. -:bob9767 :complies true. -:bob9768 :complies true. -:bob9769 :complies true. -:bob9770 :complies true. -:bob9771 :complies true. -:bob9772 :complies true. -:bob9773 :complies true. -:bob9774 :complies true. -:bob9775 :complies true. -:bob9776 :complies true. -:bob9777 :complies true. -:bob9778 :complies true. -:bob9779 :complies true. -:bob9780 :complies true. -:bob9781 :complies true. -:bob9782 :complies true. -:bob9783 :complies true. -:bob9784 :complies true. -:bob9785 :complies true. -:bob9786 :complies true. -:bob9787 :complies true. -:bob9788 :complies true. -:bob9789 :complies true. -:bob9790 :complies true. -:bob9791 :complies true. -:bob9792 :complies true. -:bob9793 :complies true. -:bob9794 :complies true. -:bob9795 :complies true. -:bob9796 :complies true. -:bob9797 :complies true. -:bob9798 :complies true. -:bob9799 :complies true. -:bob9800 :complies true. -:bob9801 :complies true. -:bob9802 :complies true. -:bob9803 :complies true. -:bob9804 :complies true. -:bob9805 :complies true. -:bob9806 :complies true. -:bob9807 :complies true. -:bob9808 :complies true. -:bob9809 :complies true. -:bob9810 :complies true. -:bob9811 :complies true. -:bob9812 :complies true. -:bob9813 :complies true. -:bob9814 :complies true. -:bob9815 :complies true. -:bob9816 :complies true. -:bob9817 :complies true. -:bob9818 :complies true. -:bob9819 :complies true. -:bob9820 :complies true. -:bob9821 :complies true. -:bob9822 :complies true. -:bob9823 :complies true. -:bob9824 :complies true. -:bob9825 :complies true. -:bob9826 :complies true. -:bob9827 :complies true. -:bob9828 :complies true. -:bob9829 :complies true. -:bob9830 :complies true. -:bob9831 :complies true. -:bob9832 :complies true. -:bob9833 :complies true. -:bob9834 :complies true. -:bob9835 :complies true. -:bob9836 :complies true. -:bob9837 :complies true. -:bob9838 :complies true. -:bob9839 :complies true. -:bob9840 :complies true. -:bob9841 :complies true. -:bob9842 :complies true. -:bob9843 :complies true. -:bob9844 :complies true. -:bob9845 :complies true. -:bob9846 :complies true. -:bob9847 :complies true. -:bob9848 :complies true. -:bob9849 :complies true. -:bob9850 :complies true. -:bob9851 :complies true. -:bob9852 :complies true. -:bob9853 :complies true. -:bob9854 :complies true. -:bob9855 :complies true. -:bob9856 :complies true. -:bob9857 :complies true. -:bob9858 :complies true. -:bob9859 :complies true. -:bob9860 :complies true. -:bob9861 :complies true. -:bob9862 :complies true. -:bob9863 :complies true. -:bob9864 :complies true. -:bob9865 :complies true. -:bob9866 :complies true. -:bob9867 :complies true. -:bob9868 :complies true. -:bob9869 :complies true. -:bob9870 :complies true. -:bob9871 :complies true. -:bob9872 :complies true. -:bob9873 :complies true. -:bob9874 :complies true. -:bob9875 :complies true. -:bob9876 :complies true. -:bob9877 :complies true. -:bob9878 :complies true. -:bob9879 :complies true. -:bob9880 :complies true. -:bob9881 :complies true. -:bob9882 :complies true. -:bob9883 :complies true. -:bob9884 :complies true. -:bob9885 :complies true. -:bob9886 :complies true. -:bob9887 :complies true. -:bob9888 :complies true. -:bob9889 :complies true. -:bob9890 :complies true. -:bob9891 :complies true. -:bob9892 :complies true. -:bob9893 :complies true. -:bob9894 :complies true. -:bob9895 :complies true. -:bob9896 :complies true. -:bob9897 :complies true. -:bob9898 :complies true. -:bob9899 :complies true. -:bob9900 :complies true. -:bob9901 :complies true. -:bob9902 :complies true. -:bob9903 :complies true. -:bob9904 :complies true. -:bob9905 :complies true. -:bob9906 :complies true. -:bob9907 :complies true. -:bob9908 :complies true. -:bob9909 :complies true. -:bob9910 :complies true. -:bob9911 :complies true. -:bob9912 :complies true. -:bob9913 :complies true. -:bob9914 :complies true. -:bob9915 :complies true. -:bob9916 :complies true. -:bob9917 :complies true. -:bob9918 :complies true. -:bob9919 :complies true. -:bob9920 :complies true. -:bob9921 :complies true. -:bob9922 :complies true. -:bob9923 :complies true. -:bob9924 :complies true. -:bob9925 :complies true. -:bob9926 :complies true. -:bob9927 :complies true. -:bob9928 :complies true. -:bob9929 :complies true. -:bob9930 :complies true. -:bob9931 :complies true. -:bob9932 :complies true. -:bob9933 :complies true. -:bob9934 :complies true. -:bob9935 :complies true. -:bob9936 :complies true. -:bob9937 :complies true. -:bob9938 :complies true. -:bob9939 :complies true. -:bob9940 :complies true. -:bob9941 :complies true. -:bob9942 :complies true. -:bob9943 :complies true. -:bob9944 :complies true. -:bob9945 :complies true. -:bob9946 :complies true. -:bob9947 :complies true. -:bob9948 :complies true. -:bob9949 :complies true. -:bob9950 :complies true. -:bob9951 :complies true. -:bob9952 :complies true. -:bob9953 :complies true. -:bob9954 :complies true. -:bob9955 :complies true. -:bob9956 :complies true. -:bob9957 :complies true. -:bob9958 :complies true. -:bob9959 :complies true. -:bob9960 :complies true. -:bob9961 :complies true. -:bob9962 :complies true. -:bob9963 :complies true. -:bob9964 :complies true. -:bob9965 :complies true. -:bob9966 :complies true. -:bob9967 :complies true. -:bob9968 :complies true. -:bob9969 :complies true. -:bob9970 :complies true. -:bob9971 :complies true. -:bob9972 :complies true. -:bob9973 :complies true. -:bob9974 :complies true. -:bob9975 :complies true. -:bob9976 :complies true. -:bob9977 :complies true. -:bob9978 :complies true. -:bob9979 :complies true. -:bob9980 :complies true. -:bob9981 :complies true. -:bob9982 :complies true. -:bob9983 :complies true. -:bob9984 :complies true. -:bob9985 :complies true. -:bob9986 :complies true. -:bob9987 :complies true. -:bob9988 :complies true. -:bob9989 :complies true. -:bob9990 :complies true. -:bob9991 :complies true. -:bob9992 :complies true. -:bob9993 :complies true. -:bob9994 :complies true. -:bob9995 :complies true. -:bob9996 :complies true. -:bob9997 :complies true. -:bob9998 :complies true. -:bob9999 :complies true. -:bob10000 :complies true. :alice1 :complies true. :alice2 :complies true. :alice3 :complies true. @@ -15002,5006 +10002,6 @@ :alice4998 :complies true. :alice4999 :complies true. :alice5000 :complies true. -:alice5001 :complies true. -:alice5002 :complies true. -:alice5003 :complies true. -:alice5004 :complies true. -:alice5005 :complies true. -:alice5006 :complies true. -:alice5007 :complies true. -:alice5008 :complies true. -:alice5009 :complies true. -:alice5010 :complies true. -:alice5011 :complies true. -:alice5012 :complies true. -:alice5013 :complies true. -:alice5014 :complies true. -:alice5015 :complies true. -:alice5016 :complies true. -:alice5017 :complies true. -:alice5018 :complies true. -:alice5019 :complies true. -:alice5020 :complies true. -:alice5021 :complies true. -:alice5022 :complies true. -:alice5023 :complies true. -:alice5024 :complies true. -:alice5025 :complies true. -:alice5026 :complies true. -:alice5027 :complies true. -:alice5028 :complies true. -:alice5029 :complies true. -:alice5030 :complies true. -:alice5031 :complies true. -:alice5032 :complies true. -:alice5033 :complies true. -:alice5034 :complies true. -:alice5035 :complies true. -:alice5036 :complies true. -:alice5037 :complies true. -:alice5038 :complies true. -:alice5039 :complies true. -:alice5040 :complies true. -:alice5041 :complies true. -:alice5042 :complies true. -:alice5043 :complies true. -:alice5044 :complies true. -:alice5045 :complies true. -:alice5046 :complies true. -:alice5047 :complies true. -:alice5048 :complies true. -:alice5049 :complies true. -:alice5050 :complies true. -:alice5051 :complies true. -:alice5052 :complies true. -:alice5053 :complies true. -:alice5054 :complies true. -:alice5055 :complies true. -:alice5056 :complies true. -:alice5057 :complies true. -:alice5058 :complies true. -:alice5059 :complies true. -:alice5060 :complies true. -:alice5061 :complies true. -:alice5062 :complies true. -:alice5063 :complies true. -:alice5064 :complies true. -:alice5065 :complies true. -:alice5066 :complies true. -:alice5067 :complies true. -:alice5068 :complies true. -:alice5069 :complies true. -:alice5070 :complies true. -:alice5071 :complies true. -:alice5072 :complies true. -:alice5073 :complies true. -:alice5074 :complies true. -:alice5075 :complies true. -:alice5076 :complies true. -:alice5077 :complies true. -:alice5078 :complies true. -:alice5079 :complies true. -:alice5080 :complies true. -:alice5081 :complies true. -:alice5082 :complies true. -:alice5083 :complies true. -:alice5084 :complies true. -:alice5085 :complies true. -:alice5086 :complies true. -:alice5087 :complies true. -:alice5088 :complies true. -:alice5089 :complies true. -:alice5090 :complies true. -:alice5091 :complies true. -:alice5092 :complies true. -:alice5093 :complies true. -:alice5094 :complies true. -:alice5095 :complies true. -:alice5096 :complies true. -:alice5097 :complies true. -:alice5098 :complies true. -:alice5099 :complies true. -:alice5100 :complies true. -:alice5101 :complies true. -:alice5102 :complies true. -:alice5103 :complies true. -:alice5104 :complies true. -:alice5105 :complies true. -:alice5106 :complies true. -:alice5107 :complies true. -:alice5108 :complies true. -:alice5109 :complies true. -:alice5110 :complies true. -:alice5111 :complies true. -:alice5112 :complies true. -:alice5113 :complies true. -:alice5114 :complies true. -:alice5115 :complies true. -:alice5116 :complies true. -:alice5117 :complies true. -:alice5118 :complies true. -:alice5119 :complies true. -:alice5120 :complies true. -:alice5121 :complies true. -:alice5122 :complies true. -:alice5123 :complies true. -:alice5124 :complies true. -:alice5125 :complies true. -:alice5126 :complies true. -:alice5127 :complies true. -:alice5128 :complies true. -:alice5129 :complies true. -:alice5130 :complies true. -:alice5131 :complies true. -:alice5132 :complies true. -:alice5133 :complies true. -:alice5134 :complies true. -:alice5135 :complies true. -:alice5136 :complies true. -:alice5137 :complies true. -:alice5138 :complies true. -:alice5139 :complies true. -:alice5140 :complies true. -:alice5141 :complies true. -:alice5142 :complies true. -:alice5143 :complies true. -:alice5144 :complies true. -:alice5145 :complies true. -:alice5146 :complies true. -:alice5147 :complies true. -:alice5148 :complies true. -:alice5149 :complies true. -:alice5150 :complies true. -:alice5151 :complies true. -:alice5152 :complies true. -:alice5153 :complies true. -:alice5154 :complies true. -:alice5155 :complies true. -:alice5156 :complies true. -:alice5157 :complies true. -:alice5158 :complies true. -:alice5159 :complies true. -:alice5160 :complies true. -:alice5161 :complies true. -:alice5162 :complies true. -:alice5163 :complies true. -:alice5164 :complies true. -:alice5165 :complies true. -:alice5166 :complies true. -:alice5167 :complies true. -:alice5168 :complies true. -:alice5169 :complies true. -:alice5170 :complies true. -:alice5171 :complies true. -:alice5172 :complies true. -:alice5173 :complies true. -:alice5174 :complies true. -:alice5175 :complies true. -:alice5176 :complies true. -:alice5177 :complies true. -:alice5178 :complies true. -:alice5179 :complies true. -:alice5180 :complies true. -:alice5181 :complies true. -:alice5182 :complies true. -:alice5183 :complies true. -:alice5184 :complies true. -:alice5185 :complies true. -:alice5186 :complies true. -:alice5187 :complies true. -:alice5188 :complies true. -:alice5189 :complies true. -:alice5190 :complies true. -:alice5191 :complies true. -:alice5192 :complies true. -:alice5193 :complies true. -:alice5194 :complies true. -:alice5195 :complies true. -:alice5196 :complies true. -:alice5197 :complies true. -:alice5198 :complies true. -:alice5199 :complies true. -:alice5200 :complies true. -:alice5201 :complies true. -:alice5202 :complies true. -:alice5203 :complies true. -:alice5204 :complies true. -:alice5205 :complies true. -:alice5206 :complies true. -:alice5207 :complies true. -:alice5208 :complies true. -:alice5209 :complies true. -:alice5210 :complies true. -:alice5211 :complies true. -:alice5212 :complies true. -:alice5213 :complies true. -:alice5214 :complies true. -:alice5215 :complies true. -:alice5216 :complies true. -:alice5217 :complies true. -:alice5218 :complies true. -:alice5219 :complies true. -:alice5220 :complies true. -:alice5221 :complies true. -:alice5222 :complies true. -:alice5223 :complies true. -:alice5224 :complies true. -:alice5225 :complies true. -:alice5226 :complies true. -:alice5227 :complies true. -:alice5228 :complies true. -:alice5229 :complies true. -:alice5230 :complies true. -:alice5231 :complies true. -:alice5232 :complies true. -:alice5233 :complies true. -:alice5234 :complies true. -:alice5235 :complies true. -:alice5236 :complies true. -:alice5237 :complies true. -:alice5238 :complies true. -:alice5239 :complies true. -:alice5240 :complies true. -:alice5241 :complies true. -:alice5242 :complies true. -:alice5243 :complies true. -:alice5244 :complies true. -:alice5245 :complies true. -:alice5246 :complies true. -:alice5247 :complies true. -:alice5248 :complies true. -:alice5249 :complies true. -:alice5250 :complies true. -:alice5251 :complies true. -:alice5252 :complies true. -:alice5253 :complies true. -:alice5254 :complies true. -:alice5255 :complies true. -:alice5256 :complies true. -:alice5257 :complies true. -:alice5258 :complies true. -:alice5259 :complies true. -:alice5260 :complies true. -:alice5261 :complies true. -:alice5262 :complies true. -:alice5263 :complies true. -:alice5264 :complies true. -:alice5265 :complies true. -:alice5266 :complies true. -:alice5267 :complies true. -:alice5268 :complies true. -:alice5269 :complies true. -:alice5270 :complies true. -:alice5271 :complies true. -:alice5272 :complies true. -:alice5273 :complies true. -:alice5274 :complies true. -:alice5275 :complies true. -:alice5276 :complies true. -:alice5277 :complies true. -:alice5278 :complies true. -:alice5279 :complies true. -:alice5280 :complies true. -:alice5281 :complies true. -:alice5282 :complies true. -:alice5283 :complies true. -:alice5284 :complies true. -:alice5285 :complies true. -:alice5286 :complies true. -:alice5287 :complies true. -:alice5288 :complies true. -:alice5289 :complies true. -:alice5290 :complies true. -:alice5291 :complies true. -:alice5292 :complies true. -:alice5293 :complies true. -:alice5294 :complies true. -:alice5295 :complies true. -:alice5296 :complies true. -:alice5297 :complies true. -:alice5298 :complies true. -:alice5299 :complies true. -:alice5300 :complies true. -:alice5301 :complies true. -:alice5302 :complies true. -:alice5303 :complies true. -:alice5304 :complies true. -:alice5305 :complies true. -:alice5306 :complies true. -:alice5307 :complies true. -:alice5308 :complies true. -:alice5309 :complies true. -:alice5310 :complies true. -:alice5311 :complies true. -:alice5312 :complies true. -:alice5313 :complies true. -:alice5314 :complies true. -:alice5315 :complies true. -:alice5316 :complies true. -:alice5317 :complies true. -:alice5318 :complies true. -:alice5319 :complies true. -:alice5320 :complies true. -:alice5321 :complies true. -:alice5322 :complies true. -:alice5323 :complies true. -:alice5324 :complies true. -:alice5325 :complies true. -:alice5326 :complies true. -:alice5327 :complies true. -:alice5328 :complies true. -:alice5329 :complies true. -:alice5330 :complies true. -:alice5331 :complies true. -:alice5332 :complies true. -:alice5333 :complies true. -:alice5334 :complies true. -:alice5335 :complies true. -:alice5336 :complies true. -:alice5337 :complies true. -:alice5338 :complies true. -:alice5339 :complies true. -:alice5340 :complies true. -:alice5341 :complies true. -:alice5342 :complies true. -:alice5343 :complies true. -:alice5344 :complies true. -:alice5345 :complies true. -:alice5346 :complies true. -:alice5347 :complies true. -:alice5348 :complies true. -:alice5349 :complies true. -:alice5350 :complies true. -:alice5351 :complies true. -:alice5352 :complies true. -:alice5353 :complies true. -:alice5354 :complies true. -:alice5355 :complies true. -:alice5356 :complies true. -:alice5357 :complies true. -:alice5358 :complies true. -:alice5359 :complies true. -:alice5360 :complies true. -:alice5361 :complies true. -:alice5362 :complies true. -:alice5363 :complies true. -:alice5364 :complies true. -:alice5365 :complies true. -:alice5366 :complies true. -:alice5367 :complies true. -:alice5368 :complies true. -:alice5369 :complies true. -:alice5370 :complies true. -:alice5371 :complies true. -:alice5372 :complies true. -:alice5373 :complies true. -:alice5374 :complies true. -:alice5375 :complies true. -:alice5376 :complies true. -:alice5377 :complies true. -:alice5378 :complies true. -:alice5379 :complies true. -:alice5380 :complies true. -:alice5381 :complies true. -:alice5382 :complies true. -:alice5383 :complies true. -:alice5384 :complies true. -:alice5385 :complies true. -:alice5386 :complies true. -:alice5387 :complies true. -:alice5388 :complies true. -:alice5389 :complies true. -:alice5390 :complies true. -:alice5391 :complies true. -:alice5392 :complies true. -:alice5393 :complies true. -:alice5394 :complies true. -:alice5395 :complies true. -:alice5396 :complies true. -:alice5397 :complies true. -:alice5398 :complies true. -:alice5399 :complies true. -:alice5400 :complies true. -:alice5401 :complies true. -:alice5402 :complies true. -:alice5403 :complies true. -:alice5404 :complies true. -:alice5405 :complies true. -:alice5406 :complies true. -:alice5407 :complies true. -:alice5408 :complies true. -:alice5409 :complies true. -:alice5410 :complies true. -:alice5411 :complies true. -:alice5412 :complies true. -:alice5413 :complies true. -:alice5414 :complies true. -:alice5415 :complies true. -:alice5416 :complies true. -:alice5417 :complies true. -:alice5418 :complies true. -:alice5419 :complies true. -:alice5420 :complies true. -:alice5421 :complies true. -:alice5422 :complies true. -:alice5423 :complies true. -:alice5424 :complies true. -:alice5425 :complies true. -:alice5426 :complies true. -:alice5427 :complies true. -:alice5428 :complies true. -:alice5429 :complies true. -:alice5430 :complies true. -:alice5431 :complies true. -:alice5432 :complies true. -:alice5433 :complies true. -:alice5434 :complies true. -:alice5435 :complies true. -:alice5436 :complies true. -:alice5437 :complies true. -:alice5438 :complies true. -:alice5439 :complies true. -:alice5440 :complies true. -:alice5441 :complies true. -:alice5442 :complies true. -:alice5443 :complies true. -:alice5444 :complies true. -:alice5445 :complies true. -:alice5446 :complies true. -:alice5447 :complies true. -:alice5448 :complies true. -:alice5449 :complies true. -:alice5450 :complies true. -:alice5451 :complies true. -:alice5452 :complies true. -:alice5453 :complies true. -:alice5454 :complies true. -:alice5455 :complies true. -:alice5456 :complies true. -:alice5457 :complies true. -:alice5458 :complies true. -:alice5459 :complies true. -:alice5460 :complies true. -:alice5461 :complies true. -:alice5462 :complies true. -:alice5463 :complies true. -:alice5464 :complies true. -:alice5465 :complies true. -:alice5466 :complies true. -:alice5467 :complies true. -:alice5468 :complies true. -:alice5469 :complies true. -:alice5470 :complies true. -:alice5471 :complies true. -:alice5472 :complies true. -:alice5473 :complies true. -:alice5474 :complies true. -:alice5475 :complies true. -:alice5476 :complies true. -:alice5477 :complies true. -:alice5478 :complies true. -:alice5479 :complies true. -:alice5480 :complies true. -:alice5481 :complies true. -:alice5482 :complies true. -:alice5483 :complies true. -:alice5484 :complies true. -:alice5485 :complies true. -:alice5486 :complies true. -:alice5487 :complies true. -:alice5488 :complies true. -:alice5489 :complies true. -:alice5490 :complies true. -:alice5491 :complies true. -:alice5492 :complies true. -:alice5493 :complies true. -:alice5494 :complies true. -:alice5495 :complies true. -:alice5496 :complies true. -:alice5497 :complies true. -:alice5498 :complies true. -:alice5499 :complies true. -:alice5500 :complies true. -:alice5501 :complies true. -:alice5502 :complies true. -:alice5503 :complies true. -:alice5504 :complies true. -:alice5505 :complies true. -:alice5506 :complies true. -:alice5507 :complies true. -:alice5508 :complies true. -:alice5509 :complies true. -:alice5510 :complies true. -:alice5511 :complies true. -:alice5512 :complies true. -:alice5513 :complies true. -:alice5514 :complies true. -:alice5515 :complies true. -:alice5516 :complies true. -:alice5517 :complies true. -:alice5518 :complies true. -:alice5519 :complies true. -:alice5520 :complies true. -:alice5521 :complies true. -:alice5522 :complies true. -:alice5523 :complies true. -:alice5524 :complies true. -:alice5525 :complies true. -:alice5526 :complies true. -:alice5527 :complies true. -:alice5528 :complies true. -:alice5529 :complies true. -:alice5530 :complies true. -:alice5531 :complies true. -:alice5532 :complies true. -:alice5533 :complies true. -:alice5534 :complies true. -:alice5535 :complies true. -:alice5536 :complies true. -:alice5537 :complies true. -:alice5538 :complies true. -:alice5539 :complies true. -:alice5540 :complies true. -:alice5541 :complies true. -:alice5542 :complies true. -:alice5543 :complies true. -:alice5544 :complies true. -:alice5545 :complies true. -:alice5546 :complies true. -:alice5547 :complies true. -:alice5548 :complies true. -:alice5549 :complies true. -:alice5550 :complies true. -:alice5551 :complies true. -:alice5552 :complies true. -:alice5553 :complies true. -:alice5554 :complies true. -:alice5555 :complies true. -:alice5556 :complies true. -:alice5557 :complies true. -:alice5558 :complies true. -:alice5559 :complies true. -:alice5560 :complies true. -:alice5561 :complies true. -:alice5562 :complies true. -:alice5563 :complies true. -:alice5564 :complies true. -:alice5565 :complies true. -:alice5566 :complies true. -:alice5567 :complies true. -:alice5568 :complies true. -:alice5569 :complies true. -:alice5570 :complies true. -:alice5571 :complies true. -:alice5572 :complies true. -:alice5573 :complies true. -:alice5574 :complies true. -:alice5575 :complies true. -:alice5576 :complies true. -:alice5577 :complies true. -:alice5578 :complies true. -:alice5579 :complies true. -:alice5580 :complies true. -:alice5581 :complies true. -:alice5582 :complies true. -:alice5583 :complies true. -:alice5584 :complies true. -:alice5585 :complies true. -:alice5586 :complies true. -:alice5587 :complies true. -:alice5588 :complies true. -:alice5589 :complies true. -:alice5590 :complies true. -:alice5591 :complies true. -:alice5592 :complies true. -:alice5593 :complies true. -:alice5594 :complies true. -:alice5595 :complies true. -:alice5596 :complies true. -:alice5597 :complies true. -:alice5598 :complies true. -:alice5599 :complies true. -:alice5600 :complies true. -:alice5601 :complies true. -:alice5602 :complies true. -:alice5603 :complies true. -:alice5604 :complies true. -:alice5605 :complies true. -:alice5606 :complies true. -:alice5607 :complies true. -:alice5608 :complies true. -:alice5609 :complies true. -:alice5610 :complies true. -:alice5611 :complies true. -:alice5612 :complies true. -:alice5613 :complies true. -:alice5614 :complies true. -:alice5615 :complies true. -:alice5616 :complies true. -:alice5617 :complies true. -:alice5618 :complies true. -:alice5619 :complies true. -:alice5620 :complies true. -:alice5621 :complies true. -:alice5622 :complies true. -:alice5623 :complies true. -:alice5624 :complies true. -:alice5625 :complies true. -:alice5626 :complies true. -:alice5627 :complies true. -:alice5628 :complies true. -:alice5629 :complies true. -:alice5630 :complies true. -:alice5631 :complies true. -:alice5632 :complies true. -:alice5633 :complies true. -:alice5634 :complies true. -:alice5635 :complies true. -:alice5636 :complies true. -:alice5637 :complies true. -:alice5638 :complies true. -:alice5639 :complies true. -:alice5640 :complies true. -:alice5641 :complies true. -:alice5642 :complies true. -:alice5643 :complies true. -:alice5644 :complies true. -:alice5645 :complies true. -:alice5646 :complies true. -:alice5647 :complies true. -:alice5648 :complies true. -:alice5649 :complies true. -:alice5650 :complies true. -:alice5651 :complies true. -:alice5652 :complies true. -:alice5653 :complies true. -:alice5654 :complies true. -:alice5655 :complies true. -:alice5656 :complies true. -:alice5657 :complies true. -:alice5658 :complies true. -:alice5659 :complies true. -:alice5660 :complies true. -:alice5661 :complies true. -:alice5662 :complies true. -:alice5663 :complies true. -:alice5664 :complies true. -:alice5665 :complies true. -:alice5666 :complies true. -:alice5667 :complies true. -:alice5668 :complies true. -:alice5669 :complies true. -:alice5670 :complies true. -:alice5671 :complies true. -:alice5672 :complies true. -:alice5673 :complies true. -:alice5674 :complies true. -:alice5675 :complies true. -:alice5676 :complies true. -:alice5677 :complies true. -:alice5678 :complies true. -:alice5679 :complies true. -:alice5680 :complies true. -:alice5681 :complies true. -:alice5682 :complies true. -:alice5683 :complies true. -:alice5684 :complies true. -:alice5685 :complies true. -:alice5686 :complies true. -:alice5687 :complies true. -:alice5688 :complies true. -:alice5689 :complies true. -:alice5690 :complies true. -:alice5691 :complies true. -:alice5692 :complies true. -:alice5693 :complies true. -:alice5694 :complies true. -:alice5695 :complies true. -:alice5696 :complies true. -:alice5697 :complies true. -:alice5698 :complies true. -:alice5699 :complies true. -:alice5700 :complies true. -:alice5701 :complies true. -:alice5702 :complies true. -:alice5703 :complies true. -:alice5704 :complies true. -:alice5705 :complies true. -:alice5706 :complies true. -:alice5707 :complies true. -:alice5708 :complies true. -:alice5709 :complies true. -:alice5710 :complies true. -:alice5711 :complies true. -:alice5712 :complies true. -:alice5713 :complies true. -:alice5714 :complies true. -:alice5715 :complies true. -:alice5716 :complies true. -:alice5717 :complies true. -:alice5718 :complies true. -:alice5719 :complies true. -:alice5720 :complies true. -:alice5721 :complies true. -:alice5722 :complies true. -:alice5723 :complies true. -:alice5724 :complies true. -:alice5725 :complies true. -:alice5726 :complies true. -:alice5727 :complies true. -:alice5728 :complies true. -:alice5729 :complies true. -:alice5730 :complies true. -:alice5731 :complies true. -:alice5732 :complies true. -:alice5733 :complies true. -:alice5734 :complies true. -:alice5735 :complies true. -:alice5736 :complies true. -:alice5737 :complies true. -:alice5738 :complies true. -:alice5739 :complies true. -:alice5740 :complies true. -:alice5741 :complies true. -:alice5742 :complies true. -:alice5743 :complies true. -:alice5744 :complies true. -:alice5745 :complies true. -:alice5746 :complies true. -:alice5747 :complies true. -:alice5748 :complies true. -:alice5749 :complies true. -:alice5750 :complies true. -:alice5751 :complies true. -:alice5752 :complies true. -:alice5753 :complies true. -:alice5754 :complies true. -:alice5755 :complies true. -:alice5756 :complies true. -:alice5757 :complies true. -:alice5758 :complies true. -:alice5759 :complies true. -:alice5760 :complies true. -:alice5761 :complies true. -:alice5762 :complies true. -:alice5763 :complies true. -:alice5764 :complies true. -:alice5765 :complies true. -:alice5766 :complies true. -:alice5767 :complies true. -:alice5768 :complies true. -:alice5769 :complies true. -:alice5770 :complies true. -:alice5771 :complies true. -:alice5772 :complies true. -:alice5773 :complies true. -:alice5774 :complies true. -:alice5775 :complies true. -:alice5776 :complies true. -:alice5777 :complies true. -:alice5778 :complies true. -:alice5779 :complies true. -:alice5780 :complies true. -:alice5781 :complies true. -:alice5782 :complies true. -:alice5783 :complies true. -:alice5784 :complies true. -:alice5785 :complies true. -:alice5786 :complies true. -:alice5787 :complies true. -:alice5788 :complies true. -:alice5789 :complies true. -:alice5790 :complies true. -:alice5791 :complies true. -:alice5792 :complies true. -:alice5793 :complies true. -:alice5794 :complies true. -:alice5795 :complies true. -:alice5796 :complies true. -:alice5797 :complies true. -:alice5798 :complies true. -:alice5799 :complies true. -:alice5800 :complies true. -:alice5801 :complies true. -:alice5802 :complies true. -:alice5803 :complies true. -:alice5804 :complies true. -:alice5805 :complies true. -:alice5806 :complies true. -:alice5807 :complies true. -:alice5808 :complies true. -:alice5809 :complies true. -:alice5810 :complies true. -:alice5811 :complies true. -:alice5812 :complies true. -:alice5813 :complies true. -:alice5814 :complies true. -:alice5815 :complies true. -:alice5816 :complies true. -:alice5817 :complies true. -:alice5818 :complies true. -:alice5819 :complies true. -:alice5820 :complies true. -:alice5821 :complies true. -:alice5822 :complies true. -:alice5823 :complies true. -:alice5824 :complies true. -:alice5825 :complies true. -:alice5826 :complies true. -:alice5827 :complies true. -:alice5828 :complies true. -:alice5829 :complies true. -:alice5830 :complies true. -:alice5831 :complies true. -:alice5832 :complies true. -:alice5833 :complies true. -:alice5834 :complies true. -:alice5835 :complies true. -:alice5836 :complies true. -:alice5837 :complies true. -:alice5838 :complies true. -:alice5839 :complies true. -:alice5840 :complies true. -:alice5841 :complies true. -:alice5842 :complies true. -:alice5843 :complies true. -:alice5844 :complies true. -:alice5845 :complies true. -:alice5846 :complies true. -:alice5847 :complies true. -:alice5848 :complies true. -:alice5849 :complies true. -:alice5850 :complies true. -:alice5851 :complies true. -:alice5852 :complies true. -:alice5853 :complies true. -:alice5854 :complies true. -:alice5855 :complies true. -:alice5856 :complies true. -:alice5857 :complies true. -:alice5858 :complies true. -:alice5859 :complies true. -:alice5860 :complies true. -:alice5861 :complies true. -:alice5862 :complies true. -:alice5863 :complies true. -:alice5864 :complies true. -:alice5865 :complies true. -:alice5866 :complies true. -:alice5867 :complies true. -:alice5868 :complies true. -:alice5869 :complies true. -:alice5870 :complies true. -:alice5871 :complies true. -:alice5872 :complies true. -:alice5873 :complies true. -:alice5874 :complies true. -:alice5875 :complies true. -:alice5876 :complies true. -:alice5877 :complies true. -:alice5878 :complies true. -:alice5879 :complies true. -:alice5880 :complies true. -:alice5881 :complies true. -:alice5882 :complies true. -:alice5883 :complies true. -:alice5884 :complies true. -:alice5885 :complies true. -:alice5886 :complies true. -:alice5887 :complies true. -:alice5888 :complies true. -:alice5889 :complies true. -:alice5890 :complies true. -:alice5891 :complies true. -:alice5892 :complies true. -:alice5893 :complies true. -:alice5894 :complies true. -:alice5895 :complies true. -:alice5896 :complies true. -:alice5897 :complies true. -:alice5898 :complies true. -:alice5899 :complies true. -:alice5900 :complies true. -:alice5901 :complies true. -:alice5902 :complies true. -:alice5903 :complies true. -:alice5904 :complies true. -:alice5905 :complies true. -:alice5906 :complies true. -:alice5907 :complies true. -:alice5908 :complies true. -:alice5909 :complies true. -:alice5910 :complies true. -:alice5911 :complies true. -:alice5912 :complies true. -:alice5913 :complies true. -:alice5914 :complies true. -:alice5915 :complies true. -:alice5916 :complies true. -:alice5917 :complies true. -:alice5918 :complies true. -:alice5919 :complies true. -:alice5920 :complies true. -:alice5921 :complies true. -:alice5922 :complies true. -:alice5923 :complies true. -:alice5924 :complies true. -:alice5925 :complies true. -:alice5926 :complies true. -:alice5927 :complies true. -:alice5928 :complies true. -:alice5929 :complies true. -:alice5930 :complies true. -:alice5931 :complies true. -:alice5932 :complies true. -:alice5933 :complies true. -:alice5934 :complies true. -:alice5935 :complies true. -:alice5936 :complies true. -:alice5937 :complies true. -:alice5938 :complies true. -:alice5939 :complies true. -:alice5940 :complies true. -:alice5941 :complies true. -:alice5942 :complies true. -:alice5943 :complies true. -:alice5944 :complies true. -:alice5945 :complies true. -:alice5946 :complies true. -:alice5947 :complies true. -:alice5948 :complies true. -:alice5949 :complies true. -:alice5950 :complies true. -:alice5951 :complies true. -:alice5952 :complies true. -:alice5953 :complies true. -:alice5954 :complies true. -:alice5955 :complies true. -:alice5956 :complies true. -:alice5957 :complies true. -:alice5958 :complies true. -:alice5959 :complies true. -:alice5960 :complies true. -:alice5961 :complies true. -:alice5962 :complies true. -:alice5963 :complies true. -:alice5964 :complies true. -:alice5965 :complies true. -:alice5966 :complies true. -:alice5967 :complies true. -:alice5968 :complies true. -:alice5969 :complies true. -:alice5970 :complies true. -:alice5971 :complies true. -:alice5972 :complies true. -:alice5973 :complies true. -:alice5974 :complies true. -:alice5975 :complies true. -:alice5976 :complies true. -:alice5977 :complies true. -:alice5978 :complies true. -:alice5979 :complies true. -:alice5980 :complies true. -:alice5981 :complies true. -:alice5982 :complies true. -:alice5983 :complies true. -:alice5984 :complies true. -:alice5985 :complies true. -:alice5986 :complies true. -:alice5987 :complies true. -:alice5988 :complies true. -:alice5989 :complies true. -:alice5990 :complies true. -:alice5991 :complies true. -:alice5992 :complies true. -:alice5993 :complies true. -:alice5994 :complies true. -:alice5995 :complies true. -:alice5996 :complies true. -:alice5997 :complies true. -:alice5998 :complies true. -:alice5999 :complies true. -:alice6000 :complies true. -:alice6001 :complies true. -:alice6002 :complies true. -:alice6003 :complies true. -:alice6004 :complies true. -:alice6005 :complies true. -:alice6006 :complies true. -:alice6007 :complies true. -:alice6008 :complies true. -:alice6009 :complies true. -:alice6010 :complies true. -:alice6011 :complies true. -:alice6012 :complies true. -:alice6013 :complies true. -:alice6014 :complies true. -:alice6015 :complies true. -:alice6016 :complies true. -:alice6017 :complies true. -:alice6018 :complies true. -:alice6019 :complies true. -:alice6020 :complies true. -:alice6021 :complies true. -:alice6022 :complies true. -:alice6023 :complies true. -:alice6024 :complies true. -:alice6025 :complies true. -:alice6026 :complies true. -:alice6027 :complies true. -:alice6028 :complies true. -:alice6029 :complies true. -:alice6030 :complies true. -:alice6031 :complies true. -:alice6032 :complies true. -:alice6033 :complies true. -:alice6034 :complies true. -:alice6035 :complies true. -:alice6036 :complies true. -:alice6037 :complies true. -:alice6038 :complies true. -:alice6039 :complies true. -:alice6040 :complies true. -:alice6041 :complies true. -:alice6042 :complies true. -:alice6043 :complies true. -:alice6044 :complies true. -:alice6045 :complies true. -:alice6046 :complies true. -:alice6047 :complies true. -:alice6048 :complies true. -:alice6049 :complies true. -:alice6050 :complies true. -:alice6051 :complies true. -:alice6052 :complies true. -:alice6053 :complies true. -:alice6054 :complies true. -:alice6055 :complies true. -:alice6056 :complies true. -:alice6057 :complies true. -:alice6058 :complies true. -:alice6059 :complies true. -:alice6060 :complies true. -:alice6061 :complies true. -:alice6062 :complies true. -:alice6063 :complies true. -:alice6064 :complies true. -:alice6065 :complies true. -:alice6066 :complies true. -:alice6067 :complies true. -:alice6068 :complies true. -:alice6069 :complies true. -:alice6070 :complies true. -:alice6071 :complies true. -:alice6072 :complies true. -:alice6073 :complies true. -:alice6074 :complies true. -:alice6075 :complies true. -:alice6076 :complies true. -:alice6077 :complies true. -:alice6078 :complies true. -:alice6079 :complies true. -:alice6080 :complies true. -:alice6081 :complies true. -:alice6082 :complies true. -:alice6083 :complies true. -:alice6084 :complies true. -:alice6085 :complies true. -:alice6086 :complies true. -:alice6087 :complies true. -:alice6088 :complies true. -:alice6089 :complies true. -:alice6090 :complies true. -:alice6091 :complies true. -:alice6092 :complies true. -:alice6093 :complies true. -:alice6094 :complies true. -:alice6095 :complies true. -:alice6096 :complies true. -:alice6097 :complies true. -:alice6098 :complies true. -:alice6099 :complies true. -:alice6100 :complies true. -:alice6101 :complies true. -:alice6102 :complies true. -:alice6103 :complies true. -:alice6104 :complies true. -:alice6105 :complies true. -:alice6106 :complies true. -:alice6107 :complies true. -:alice6108 :complies true. -:alice6109 :complies true. -:alice6110 :complies true. -:alice6111 :complies true. -:alice6112 :complies true. -:alice6113 :complies true. -:alice6114 :complies true. -:alice6115 :complies true. -:alice6116 :complies true. -:alice6117 :complies true. -:alice6118 :complies true. -:alice6119 :complies true. -:alice6120 :complies true. -:alice6121 :complies true. -:alice6122 :complies true. -:alice6123 :complies true. -:alice6124 :complies true. -:alice6125 :complies true. -:alice6126 :complies true. -:alice6127 :complies true. -:alice6128 :complies true. -:alice6129 :complies true. -:alice6130 :complies true. -:alice6131 :complies true. -:alice6132 :complies true. -:alice6133 :complies true. -:alice6134 :complies true. -:alice6135 :complies true. -:alice6136 :complies true. -:alice6137 :complies true. -:alice6138 :complies true. -:alice6139 :complies true. -:alice6140 :complies true. -:alice6141 :complies true. -:alice6142 :complies true. -:alice6143 :complies true. -:alice6144 :complies true. -:alice6145 :complies true. -:alice6146 :complies true. -:alice6147 :complies true. -:alice6148 :complies true. -:alice6149 :complies true. -:alice6150 :complies true. -:alice6151 :complies true. -:alice6152 :complies true. -:alice6153 :complies true. -:alice6154 :complies true. -:alice6155 :complies true. -:alice6156 :complies true. -:alice6157 :complies true. -:alice6158 :complies true. -:alice6159 :complies true. -:alice6160 :complies true. -:alice6161 :complies true. -:alice6162 :complies true. -:alice6163 :complies true. -:alice6164 :complies true. -:alice6165 :complies true. -:alice6166 :complies true. -:alice6167 :complies true. -:alice6168 :complies true. -:alice6169 :complies true. -:alice6170 :complies true. -:alice6171 :complies true. -:alice6172 :complies true. -:alice6173 :complies true. -:alice6174 :complies true. -:alice6175 :complies true. -:alice6176 :complies true. -:alice6177 :complies true. -:alice6178 :complies true. -:alice6179 :complies true. -:alice6180 :complies true. -:alice6181 :complies true. -:alice6182 :complies true. -:alice6183 :complies true. -:alice6184 :complies true. -:alice6185 :complies true. -:alice6186 :complies true. -:alice6187 :complies true. -:alice6188 :complies true. -:alice6189 :complies true. -:alice6190 :complies true. -:alice6191 :complies true. -:alice6192 :complies true. -:alice6193 :complies true. -:alice6194 :complies true. -:alice6195 :complies true. -:alice6196 :complies true. -:alice6197 :complies true. -:alice6198 :complies true. -:alice6199 :complies true. -:alice6200 :complies true. -:alice6201 :complies true. -:alice6202 :complies true. -:alice6203 :complies true. -:alice6204 :complies true. -:alice6205 :complies true. -:alice6206 :complies true. -:alice6207 :complies true. -:alice6208 :complies true. -:alice6209 :complies true. -:alice6210 :complies true. -:alice6211 :complies true. -:alice6212 :complies true. -:alice6213 :complies true. -:alice6214 :complies true. -:alice6215 :complies true. -:alice6216 :complies true. -:alice6217 :complies true. -:alice6218 :complies true. -:alice6219 :complies true. -:alice6220 :complies true. -:alice6221 :complies true. -:alice6222 :complies true. -:alice6223 :complies true. -:alice6224 :complies true. -:alice6225 :complies true. -:alice6226 :complies true. -:alice6227 :complies true. -:alice6228 :complies true. -:alice6229 :complies true. -:alice6230 :complies true. -:alice6231 :complies true. -:alice6232 :complies true. -:alice6233 :complies true. -:alice6234 :complies true. -:alice6235 :complies true. -:alice6236 :complies true. -:alice6237 :complies true. -:alice6238 :complies true. -:alice6239 :complies true. -:alice6240 :complies true. -:alice6241 :complies true. -:alice6242 :complies true. -:alice6243 :complies true. -:alice6244 :complies true. -:alice6245 :complies true. -:alice6246 :complies true. -:alice6247 :complies true. -:alice6248 :complies true. -:alice6249 :complies true. -:alice6250 :complies true. -:alice6251 :complies true. -:alice6252 :complies true. -:alice6253 :complies true. -:alice6254 :complies true. -:alice6255 :complies true. -:alice6256 :complies true. -:alice6257 :complies true. -:alice6258 :complies true. -:alice6259 :complies true. -:alice6260 :complies true. -:alice6261 :complies true. -:alice6262 :complies true. -:alice6263 :complies true. -:alice6264 :complies true. -:alice6265 :complies true. -:alice6266 :complies true. -:alice6267 :complies true. -:alice6268 :complies true. -:alice6269 :complies true. -:alice6270 :complies true. -:alice6271 :complies true. -:alice6272 :complies true. -:alice6273 :complies true. -:alice6274 :complies true. -:alice6275 :complies true. -:alice6276 :complies true. -:alice6277 :complies true. -:alice6278 :complies true. -:alice6279 :complies true. -:alice6280 :complies true. -:alice6281 :complies true. -:alice6282 :complies true. -:alice6283 :complies true. -:alice6284 :complies true. -:alice6285 :complies true. -:alice6286 :complies true. -:alice6287 :complies true. -:alice6288 :complies true. -:alice6289 :complies true. -:alice6290 :complies true. -:alice6291 :complies true. -:alice6292 :complies true. -:alice6293 :complies true. -:alice6294 :complies true. -:alice6295 :complies true. -:alice6296 :complies true. -:alice6297 :complies true. -:alice6298 :complies true. -:alice6299 :complies true. -:alice6300 :complies true. -:alice6301 :complies true. -:alice6302 :complies true. -:alice6303 :complies true. -:alice6304 :complies true. -:alice6305 :complies true. -:alice6306 :complies true. -:alice6307 :complies true. -:alice6308 :complies true. -:alice6309 :complies true. -:alice6310 :complies true. -:alice6311 :complies true. -:alice6312 :complies true. -:alice6313 :complies true. -:alice6314 :complies true. -:alice6315 :complies true. -:alice6316 :complies true. -:alice6317 :complies true. -:alice6318 :complies true. -:alice6319 :complies true. -:alice6320 :complies true. -:alice6321 :complies true. -:alice6322 :complies true. -:alice6323 :complies true. -:alice6324 :complies true. -:alice6325 :complies true. -:alice6326 :complies true. -:alice6327 :complies true. -:alice6328 :complies true. -:alice6329 :complies true. -:alice6330 :complies true. -:alice6331 :complies true. -:alice6332 :complies true. -:alice6333 :complies true. -:alice6334 :complies true. -:alice6335 :complies true. -:alice6336 :complies true. -:alice6337 :complies true. -:alice6338 :complies true. -:alice6339 :complies true. -:alice6340 :complies true. -:alice6341 :complies true. -:alice6342 :complies true. -:alice6343 :complies true. -:alice6344 :complies true. -:alice6345 :complies true. -:alice6346 :complies true. -:alice6347 :complies true. -:alice6348 :complies true. -:alice6349 :complies true. -:alice6350 :complies true. -:alice6351 :complies true. -:alice6352 :complies true. -:alice6353 :complies true. -:alice6354 :complies true. -:alice6355 :complies true. -:alice6356 :complies true. -:alice6357 :complies true. -:alice6358 :complies true. -:alice6359 :complies true. -:alice6360 :complies true. -:alice6361 :complies true. -:alice6362 :complies true. -:alice6363 :complies true. -:alice6364 :complies true. -:alice6365 :complies true. -:alice6366 :complies true. -:alice6367 :complies true. -:alice6368 :complies true. -:alice6369 :complies true. -:alice6370 :complies true. -:alice6371 :complies true. -:alice6372 :complies true. -:alice6373 :complies true. -:alice6374 :complies true. -:alice6375 :complies true. -:alice6376 :complies true. -:alice6377 :complies true. -:alice6378 :complies true. -:alice6379 :complies true. -:alice6380 :complies true. -:alice6381 :complies true. -:alice6382 :complies true. -:alice6383 :complies true. -:alice6384 :complies true. -:alice6385 :complies true. -:alice6386 :complies true. -:alice6387 :complies true. -:alice6388 :complies true. -:alice6389 :complies true. -:alice6390 :complies true. -:alice6391 :complies true. -:alice6392 :complies true. -:alice6393 :complies true. -:alice6394 :complies true. -:alice6395 :complies true. -:alice6396 :complies true. -:alice6397 :complies true. -:alice6398 :complies true. -:alice6399 :complies true. -:alice6400 :complies true. -:alice6401 :complies true. -:alice6402 :complies true. -:alice6403 :complies true. -:alice6404 :complies true. -:alice6405 :complies true. -:alice6406 :complies true. -:alice6407 :complies true. -:alice6408 :complies true. -:alice6409 :complies true. -:alice6410 :complies true. -:alice6411 :complies true. -:alice6412 :complies true. -:alice6413 :complies true. -:alice6414 :complies true. -:alice6415 :complies true. -:alice6416 :complies true. -:alice6417 :complies true. -:alice6418 :complies true. -:alice6419 :complies true. -:alice6420 :complies true. -:alice6421 :complies true. -:alice6422 :complies true. -:alice6423 :complies true. -:alice6424 :complies true. -:alice6425 :complies true. -:alice6426 :complies true. -:alice6427 :complies true. -:alice6428 :complies true. -:alice6429 :complies true. -:alice6430 :complies true. -:alice6431 :complies true. -:alice6432 :complies true. -:alice6433 :complies true. -:alice6434 :complies true. -:alice6435 :complies true. -:alice6436 :complies true. -:alice6437 :complies true. -:alice6438 :complies true. -:alice6439 :complies true. -:alice6440 :complies true. -:alice6441 :complies true. -:alice6442 :complies true. -:alice6443 :complies true. -:alice6444 :complies true. -:alice6445 :complies true. -:alice6446 :complies true. -:alice6447 :complies true. -:alice6448 :complies true. -:alice6449 :complies true. -:alice6450 :complies true. -:alice6451 :complies true. -:alice6452 :complies true. -:alice6453 :complies true. -:alice6454 :complies true. -:alice6455 :complies true. -:alice6456 :complies true. -:alice6457 :complies true. -:alice6458 :complies true. -:alice6459 :complies true. -:alice6460 :complies true. -:alice6461 :complies true. -:alice6462 :complies true. -:alice6463 :complies true. -:alice6464 :complies true. -:alice6465 :complies true. -:alice6466 :complies true. -:alice6467 :complies true. -:alice6468 :complies true. -:alice6469 :complies true. -:alice6470 :complies true. -:alice6471 :complies true. -:alice6472 :complies true. -:alice6473 :complies true. -:alice6474 :complies true. -:alice6475 :complies true. -:alice6476 :complies true. -:alice6477 :complies true. -:alice6478 :complies true. -:alice6479 :complies true. -:alice6480 :complies true. -:alice6481 :complies true. -:alice6482 :complies true. -:alice6483 :complies true. -:alice6484 :complies true. -:alice6485 :complies true. -:alice6486 :complies true. -:alice6487 :complies true. -:alice6488 :complies true. -:alice6489 :complies true. -:alice6490 :complies true. -:alice6491 :complies true. -:alice6492 :complies true. -:alice6493 :complies true. -:alice6494 :complies true. -:alice6495 :complies true. -:alice6496 :complies true. -:alice6497 :complies true. -:alice6498 :complies true. -:alice6499 :complies true. -:alice6500 :complies true. -:alice6501 :complies true. -:alice6502 :complies true. -:alice6503 :complies true. -:alice6504 :complies true. -:alice6505 :complies true. -:alice6506 :complies true. -:alice6507 :complies true. -:alice6508 :complies true. -:alice6509 :complies true. -:alice6510 :complies true. -:alice6511 :complies true. -:alice6512 :complies true. -:alice6513 :complies true. -:alice6514 :complies true. -:alice6515 :complies true. -:alice6516 :complies true. -:alice6517 :complies true. -:alice6518 :complies true. -:alice6519 :complies true. -:alice6520 :complies true. -:alice6521 :complies true. -:alice6522 :complies true. -:alice6523 :complies true. -:alice6524 :complies true. -:alice6525 :complies true. -:alice6526 :complies true. -:alice6527 :complies true. -:alice6528 :complies true. -:alice6529 :complies true. -:alice6530 :complies true. -:alice6531 :complies true. -:alice6532 :complies true. -:alice6533 :complies true. -:alice6534 :complies true. -:alice6535 :complies true. -:alice6536 :complies true. -:alice6537 :complies true. -:alice6538 :complies true. -:alice6539 :complies true. -:alice6540 :complies true. -:alice6541 :complies true. -:alice6542 :complies true. -:alice6543 :complies true. -:alice6544 :complies true. -:alice6545 :complies true. -:alice6546 :complies true. -:alice6547 :complies true. -:alice6548 :complies true. -:alice6549 :complies true. -:alice6550 :complies true. -:alice6551 :complies true. -:alice6552 :complies true. -:alice6553 :complies true. -:alice6554 :complies true. -:alice6555 :complies true. -:alice6556 :complies true. -:alice6557 :complies true. -:alice6558 :complies true. -:alice6559 :complies true. -:alice6560 :complies true. -:alice6561 :complies true. -:alice6562 :complies true. -:alice6563 :complies true. -:alice6564 :complies true. -:alice6565 :complies true. -:alice6566 :complies true. -:alice6567 :complies true. -:alice6568 :complies true. -:alice6569 :complies true. -:alice6570 :complies true. -:alice6571 :complies true. -:alice6572 :complies true. -:alice6573 :complies true. -:alice6574 :complies true. -:alice6575 :complies true. -:alice6576 :complies true. -:alice6577 :complies true. -:alice6578 :complies true. -:alice6579 :complies true. -:alice6580 :complies true. -:alice6581 :complies true. -:alice6582 :complies true. -:alice6583 :complies true. -:alice6584 :complies true. -:alice6585 :complies true. -:alice6586 :complies true. -:alice6587 :complies true. -:alice6588 :complies true. -:alice6589 :complies true. -:alice6590 :complies true. -:alice6591 :complies true. -:alice6592 :complies true. -:alice6593 :complies true. -:alice6594 :complies true. -:alice6595 :complies true. -:alice6596 :complies true. -:alice6597 :complies true. -:alice6598 :complies true. -:alice6599 :complies true. -:alice6600 :complies true. -:alice6601 :complies true. -:alice6602 :complies true. -:alice6603 :complies true. -:alice6604 :complies true. -:alice6605 :complies true. -:alice6606 :complies true. -:alice6607 :complies true. -:alice6608 :complies true. -:alice6609 :complies true. -:alice6610 :complies true. -:alice6611 :complies true. -:alice6612 :complies true. -:alice6613 :complies true. -:alice6614 :complies true. -:alice6615 :complies true. -:alice6616 :complies true. -:alice6617 :complies true. -:alice6618 :complies true. -:alice6619 :complies true. -:alice6620 :complies true. -:alice6621 :complies true. -:alice6622 :complies true. -:alice6623 :complies true. -:alice6624 :complies true. -:alice6625 :complies true. -:alice6626 :complies true. -:alice6627 :complies true. -:alice6628 :complies true. -:alice6629 :complies true. -:alice6630 :complies true. -:alice6631 :complies true. -:alice6632 :complies true. -:alice6633 :complies true. -:alice6634 :complies true. -:alice6635 :complies true. -:alice6636 :complies true. -:alice6637 :complies true. -:alice6638 :complies true. -:alice6639 :complies true. -:alice6640 :complies true. -:alice6641 :complies true. -:alice6642 :complies true. -:alice6643 :complies true. -:alice6644 :complies true. -:alice6645 :complies true. -:alice6646 :complies true. -:alice6647 :complies true. -:alice6648 :complies true. -:alice6649 :complies true. -:alice6650 :complies true. -:alice6651 :complies true. -:alice6652 :complies true. -:alice6653 :complies true. -:alice6654 :complies true. -:alice6655 :complies true. -:alice6656 :complies true. -:alice6657 :complies true. -:alice6658 :complies true. -:alice6659 :complies true. -:alice6660 :complies true. -:alice6661 :complies true. -:alice6662 :complies true. -:alice6663 :complies true. -:alice6664 :complies true. -:alice6665 :complies true. -:alice6666 :complies true. -:alice6667 :complies true. -:alice6668 :complies true. -:alice6669 :complies true. -:alice6670 :complies true. -:alice6671 :complies true. -:alice6672 :complies true. -:alice6673 :complies true. -:alice6674 :complies true. -:alice6675 :complies true. -:alice6676 :complies true. -:alice6677 :complies true. -:alice6678 :complies true. -:alice6679 :complies true. -:alice6680 :complies true. -:alice6681 :complies true. -:alice6682 :complies true. -:alice6683 :complies true. -:alice6684 :complies true. -:alice6685 :complies true. -:alice6686 :complies true. -:alice6687 :complies true. -:alice6688 :complies true. -:alice6689 :complies true. -:alice6690 :complies true. -:alice6691 :complies true. -:alice6692 :complies true. -:alice6693 :complies true. -:alice6694 :complies true. -:alice6695 :complies true. -:alice6696 :complies true. -:alice6697 :complies true. -:alice6698 :complies true. -:alice6699 :complies true. -:alice6700 :complies true. -:alice6701 :complies true. -:alice6702 :complies true. -:alice6703 :complies true. -:alice6704 :complies true. -:alice6705 :complies true. -:alice6706 :complies true. -:alice6707 :complies true. -:alice6708 :complies true. -:alice6709 :complies true. -:alice6710 :complies true. -:alice6711 :complies true. -:alice6712 :complies true. -:alice6713 :complies true. -:alice6714 :complies true. -:alice6715 :complies true. -:alice6716 :complies true. -:alice6717 :complies true. -:alice6718 :complies true. -:alice6719 :complies true. -:alice6720 :complies true. -:alice6721 :complies true. -:alice6722 :complies true. -:alice6723 :complies true. -:alice6724 :complies true. -:alice6725 :complies true. -:alice6726 :complies true. -:alice6727 :complies true. -:alice6728 :complies true. -:alice6729 :complies true. -:alice6730 :complies true. -:alice6731 :complies true. -:alice6732 :complies true. -:alice6733 :complies true. -:alice6734 :complies true. -:alice6735 :complies true. -:alice6736 :complies true. -:alice6737 :complies true. -:alice6738 :complies true. -:alice6739 :complies true. -:alice6740 :complies true. -:alice6741 :complies true. -:alice6742 :complies true. -:alice6743 :complies true. -:alice6744 :complies true. -:alice6745 :complies true. -:alice6746 :complies true. -:alice6747 :complies true. -:alice6748 :complies true. -:alice6749 :complies true. -:alice6750 :complies true. -:alice6751 :complies true. -:alice6752 :complies true. -:alice6753 :complies true. -:alice6754 :complies true. -:alice6755 :complies true. -:alice6756 :complies true. -:alice6757 :complies true. -:alice6758 :complies true. -:alice6759 :complies true. -:alice6760 :complies true. -:alice6761 :complies true. -:alice6762 :complies true. -:alice6763 :complies true. -:alice6764 :complies true. -:alice6765 :complies true. -:alice6766 :complies true. -:alice6767 :complies true. -:alice6768 :complies true. -:alice6769 :complies true. -:alice6770 :complies true. -:alice6771 :complies true. -:alice6772 :complies true. -:alice6773 :complies true. -:alice6774 :complies true. -:alice6775 :complies true. -:alice6776 :complies true. -:alice6777 :complies true. -:alice6778 :complies true. -:alice6779 :complies true. -:alice6780 :complies true. -:alice6781 :complies true. -:alice6782 :complies true. -:alice6783 :complies true. -:alice6784 :complies true. -:alice6785 :complies true. -:alice6786 :complies true. -:alice6787 :complies true. -:alice6788 :complies true. -:alice6789 :complies true. -:alice6790 :complies true. -:alice6791 :complies true. -:alice6792 :complies true. -:alice6793 :complies true. -:alice6794 :complies true. -:alice6795 :complies true. -:alice6796 :complies true. -:alice6797 :complies true. -:alice6798 :complies true. -:alice6799 :complies true. -:alice6800 :complies true. -:alice6801 :complies true. -:alice6802 :complies true. -:alice6803 :complies true. -:alice6804 :complies true. -:alice6805 :complies true. -:alice6806 :complies true. -:alice6807 :complies true. -:alice6808 :complies true. -:alice6809 :complies true. -:alice6810 :complies true. -:alice6811 :complies true. -:alice6812 :complies true. -:alice6813 :complies true. -:alice6814 :complies true. -:alice6815 :complies true. -:alice6816 :complies true. -:alice6817 :complies true. -:alice6818 :complies true. -:alice6819 :complies true. -:alice6820 :complies true. -:alice6821 :complies true. -:alice6822 :complies true. -:alice6823 :complies true. -:alice6824 :complies true. -:alice6825 :complies true. -:alice6826 :complies true. -:alice6827 :complies true. -:alice6828 :complies true. -:alice6829 :complies true. -:alice6830 :complies true. -:alice6831 :complies true. -:alice6832 :complies true. -:alice6833 :complies true. -:alice6834 :complies true. -:alice6835 :complies true. -:alice6836 :complies true. -:alice6837 :complies true. -:alice6838 :complies true. -:alice6839 :complies true. -:alice6840 :complies true. -:alice6841 :complies true. -:alice6842 :complies true. -:alice6843 :complies true. -:alice6844 :complies true. -:alice6845 :complies true. -:alice6846 :complies true. -:alice6847 :complies true. -:alice6848 :complies true. -:alice6849 :complies true. -:alice6850 :complies true. -:alice6851 :complies true. -:alice6852 :complies true. -:alice6853 :complies true. -:alice6854 :complies true. -:alice6855 :complies true. -:alice6856 :complies true. -:alice6857 :complies true. -:alice6858 :complies true. -:alice6859 :complies true. -:alice6860 :complies true. -:alice6861 :complies true. -:alice6862 :complies true. -:alice6863 :complies true. -:alice6864 :complies true. -:alice6865 :complies true. -:alice6866 :complies true. -:alice6867 :complies true. -:alice6868 :complies true. -:alice6869 :complies true. -:alice6870 :complies true. -:alice6871 :complies true. -:alice6872 :complies true. -:alice6873 :complies true. -:alice6874 :complies true. -:alice6875 :complies true. -:alice6876 :complies true. -:alice6877 :complies true. -:alice6878 :complies true. -:alice6879 :complies true. -:alice6880 :complies true. -:alice6881 :complies true. -:alice6882 :complies true. -:alice6883 :complies true. -:alice6884 :complies true. -:alice6885 :complies true. -:alice6886 :complies true. -:alice6887 :complies true. -:alice6888 :complies true. -:alice6889 :complies true. -:alice6890 :complies true. -:alice6891 :complies true. -:alice6892 :complies true. -:alice6893 :complies true. -:alice6894 :complies true. -:alice6895 :complies true. -:alice6896 :complies true. -:alice6897 :complies true. -:alice6898 :complies true. -:alice6899 :complies true. -:alice6900 :complies true. -:alice6901 :complies true. -:alice6902 :complies true. -:alice6903 :complies true. -:alice6904 :complies true. -:alice6905 :complies true. -:alice6906 :complies true. -:alice6907 :complies true. -:alice6908 :complies true. -:alice6909 :complies true. -:alice6910 :complies true. -:alice6911 :complies true. -:alice6912 :complies true. -:alice6913 :complies true. -:alice6914 :complies true. -:alice6915 :complies true. -:alice6916 :complies true. -:alice6917 :complies true. -:alice6918 :complies true. -:alice6919 :complies true. -:alice6920 :complies true. -:alice6921 :complies true. -:alice6922 :complies true. -:alice6923 :complies true. -:alice6924 :complies true. -:alice6925 :complies true. -:alice6926 :complies true. -:alice6927 :complies true. -:alice6928 :complies true. -:alice6929 :complies true. -:alice6930 :complies true. -:alice6931 :complies true. -:alice6932 :complies true. -:alice6933 :complies true. -:alice6934 :complies true. -:alice6935 :complies true. -:alice6936 :complies true. -:alice6937 :complies true. -:alice6938 :complies true. -:alice6939 :complies true. -:alice6940 :complies true. -:alice6941 :complies true. -:alice6942 :complies true. -:alice6943 :complies true. -:alice6944 :complies true. -:alice6945 :complies true. -:alice6946 :complies true. -:alice6947 :complies true. -:alice6948 :complies true. -:alice6949 :complies true. -:alice6950 :complies true. -:alice6951 :complies true. -:alice6952 :complies true. -:alice6953 :complies true. -:alice6954 :complies true. -:alice6955 :complies true. -:alice6956 :complies true. -:alice6957 :complies true. -:alice6958 :complies true. -:alice6959 :complies true. -:alice6960 :complies true. -:alice6961 :complies true. -:alice6962 :complies true. -:alice6963 :complies true. -:alice6964 :complies true. -:alice6965 :complies true. -:alice6966 :complies true. -:alice6967 :complies true. -:alice6968 :complies true. -:alice6969 :complies true. -:alice6970 :complies true. -:alice6971 :complies true. -:alice6972 :complies true. -:alice6973 :complies true. -:alice6974 :complies true. -:alice6975 :complies true. -:alice6976 :complies true. -:alice6977 :complies true. -:alice6978 :complies true. -:alice6979 :complies true. -:alice6980 :complies true. -:alice6981 :complies true. -:alice6982 :complies true. -:alice6983 :complies true. -:alice6984 :complies true. -:alice6985 :complies true. -:alice6986 :complies true. -:alice6987 :complies true. -:alice6988 :complies true. -:alice6989 :complies true. -:alice6990 :complies true. -:alice6991 :complies true. -:alice6992 :complies true. -:alice6993 :complies true. -:alice6994 :complies true. -:alice6995 :complies true. -:alice6996 :complies true. -:alice6997 :complies true. -:alice6998 :complies true. -:alice6999 :complies true. -:alice7000 :complies true. -:alice7001 :complies true. -:alice7002 :complies true. -:alice7003 :complies true. -:alice7004 :complies true. -:alice7005 :complies true. -:alice7006 :complies true. -:alice7007 :complies true. -:alice7008 :complies true. -:alice7009 :complies true. -:alice7010 :complies true. -:alice7011 :complies true. -:alice7012 :complies true. -:alice7013 :complies true. -:alice7014 :complies true. -:alice7015 :complies true. -:alice7016 :complies true. -:alice7017 :complies true. -:alice7018 :complies true. -:alice7019 :complies true. -:alice7020 :complies true. -:alice7021 :complies true. -:alice7022 :complies true. -:alice7023 :complies true. -:alice7024 :complies true. -:alice7025 :complies true. -:alice7026 :complies true. -:alice7027 :complies true. -:alice7028 :complies true. -:alice7029 :complies true. -:alice7030 :complies true. -:alice7031 :complies true. -:alice7032 :complies true. -:alice7033 :complies true. -:alice7034 :complies true. -:alice7035 :complies true. -:alice7036 :complies true. -:alice7037 :complies true. -:alice7038 :complies true. -:alice7039 :complies true. -:alice7040 :complies true. -:alice7041 :complies true. -:alice7042 :complies true. -:alice7043 :complies true. -:alice7044 :complies true. -:alice7045 :complies true. -:alice7046 :complies true. -:alice7047 :complies true. -:alice7048 :complies true. -:alice7049 :complies true. -:alice7050 :complies true. -:alice7051 :complies true. -:alice7052 :complies true. -:alice7053 :complies true. -:alice7054 :complies true. -:alice7055 :complies true. -:alice7056 :complies true. -:alice7057 :complies true. -:alice7058 :complies true. -:alice7059 :complies true. -:alice7060 :complies true. -:alice7061 :complies true. -:alice7062 :complies true. -:alice7063 :complies true. -:alice7064 :complies true. -:alice7065 :complies true. -:alice7066 :complies true. -:alice7067 :complies true. -:alice7068 :complies true. -:alice7069 :complies true. -:alice7070 :complies true. -:alice7071 :complies true. -:alice7072 :complies true. -:alice7073 :complies true. -:alice7074 :complies true. -:alice7075 :complies true. -:alice7076 :complies true. -:alice7077 :complies true. -:alice7078 :complies true. -:alice7079 :complies true. -:alice7080 :complies true. -:alice7081 :complies true. -:alice7082 :complies true. -:alice7083 :complies true. -:alice7084 :complies true. -:alice7085 :complies true. -:alice7086 :complies true. -:alice7087 :complies true. -:alice7088 :complies true. -:alice7089 :complies true. -:alice7090 :complies true. -:alice7091 :complies true. -:alice7092 :complies true. -:alice7093 :complies true. -:alice7094 :complies true. -:alice7095 :complies true. -:alice7096 :complies true. -:alice7097 :complies true. -:alice7098 :complies true. -:alice7099 :complies true. -:alice7100 :complies true. -:alice7101 :complies true. -:alice7102 :complies true. -:alice7103 :complies true. -:alice7104 :complies true. -:alice7105 :complies true. -:alice7106 :complies true. -:alice7107 :complies true. -:alice7108 :complies true. -:alice7109 :complies true. -:alice7110 :complies true. -:alice7111 :complies true. -:alice7112 :complies true. -:alice7113 :complies true. -:alice7114 :complies true. -:alice7115 :complies true. -:alice7116 :complies true. -:alice7117 :complies true. -:alice7118 :complies true. -:alice7119 :complies true. -:alice7120 :complies true. -:alice7121 :complies true. -:alice7122 :complies true. -:alice7123 :complies true. -:alice7124 :complies true. -:alice7125 :complies true. -:alice7126 :complies true. -:alice7127 :complies true. -:alice7128 :complies true. -:alice7129 :complies true. -:alice7130 :complies true. -:alice7131 :complies true. -:alice7132 :complies true. -:alice7133 :complies true. -:alice7134 :complies true. -:alice7135 :complies true. -:alice7136 :complies true. -:alice7137 :complies true. -:alice7138 :complies true. -:alice7139 :complies true. -:alice7140 :complies true. -:alice7141 :complies true. -:alice7142 :complies true. -:alice7143 :complies true. -:alice7144 :complies true. -:alice7145 :complies true. -:alice7146 :complies true. -:alice7147 :complies true. -:alice7148 :complies true. -:alice7149 :complies true. -:alice7150 :complies true. -:alice7151 :complies true. -:alice7152 :complies true. -:alice7153 :complies true. -:alice7154 :complies true. -:alice7155 :complies true. -:alice7156 :complies true. -:alice7157 :complies true. -:alice7158 :complies true. -:alice7159 :complies true. -:alice7160 :complies true. -:alice7161 :complies true. -:alice7162 :complies true. -:alice7163 :complies true. -:alice7164 :complies true. -:alice7165 :complies true. -:alice7166 :complies true. -:alice7167 :complies true. -:alice7168 :complies true. -:alice7169 :complies true. -:alice7170 :complies true. -:alice7171 :complies true. -:alice7172 :complies true. -:alice7173 :complies true. -:alice7174 :complies true. -:alice7175 :complies true. -:alice7176 :complies true. -:alice7177 :complies true. -:alice7178 :complies true. -:alice7179 :complies true. -:alice7180 :complies true. -:alice7181 :complies true. -:alice7182 :complies true. -:alice7183 :complies true. -:alice7184 :complies true. -:alice7185 :complies true. -:alice7186 :complies true. -:alice7187 :complies true. -:alice7188 :complies true. -:alice7189 :complies true. -:alice7190 :complies true. -:alice7191 :complies true. -:alice7192 :complies true. -:alice7193 :complies true. -:alice7194 :complies true. -:alice7195 :complies true. -:alice7196 :complies true. -:alice7197 :complies true. -:alice7198 :complies true. -:alice7199 :complies true. -:alice7200 :complies true. -:alice7201 :complies true. -:alice7202 :complies true. -:alice7203 :complies true. -:alice7204 :complies true. -:alice7205 :complies true. -:alice7206 :complies true. -:alice7207 :complies true. -:alice7208 :complies true. -:alice7209 :complies true. -:alice7210 :complies true. -:alice7211 :complies true. -:alice7212 :complies true. -:alice7213 :complies true. -:alice7214 :complies true. -:alice7215 :complies true. -:alice7216 :complies true. -:alice7217 :complies true. -:alice7218 :complies true. -:alice7219 :complies true. -:alice7220 :complies true. -:alice7221 :complies true. -:alice7222 :complies true. -:alice7223 :complies true. -:alice7224 :complies true. -:alice7225 :complies true. -:alice7226 :complies true. -:alice7227 :complies true. -:alice7228 :complies true. -:alice7229 :complies true. -:alice7230 :complies true. -:alice7231 :complies true. -:alice7232 :complies true. -:alice7233 :complies true. -:alice7234 :complies true. -:alice7235 :complies true. -:alice7236 :complies true. -:alice7237 :complies true. -:alice7238 :complies true. -:alice7239 :complies true. -:alice7240 :complies true. -:alice7241 :complies true. -:alice7242 :complies true. -:alice7243 :complies true. -:alice7244 :complies true. -:alice7245 :complies true. -:alice7246 :complies true. -:alice7247 :complies true. -:alice7248 :complies true. -:alice7249 :complies true. -:alice7250 :complies true. -:alice7251 :complies true. -:alice7252 :complies true. -:alice7253 :complies true. -:alice7254 :complies true. -:alice7255 :complies true. -:alice7256 :complies true. -:alice7257 :complies true. -:alice7258 :complies true. -:alice7259 :complies true. -:alice7260 :complies true. -:alice7261 :complies true. -:alice7262 :complies true. -:alice7263 :complies true. -:alice7264 :complies true. -:alice7265 :complies true. -:alice7266 :complies true. -:alice7267 :complies true. -:alice7268 :complies true. -:alice7269 :complies true. -:alice7270 :complies true. -:alice7271 :complies true. -:alice7272 :complies true. -:alice7273 :complies true. -:alice7274 :complies true. -:alice7275 :complies true. -:alice7276 :complies true. -:alice7277 :complies true. -:alice7278 :complies true. -:alice7279 :complies true. -:alice7280 :complies true. -:alice7281 :complies true. -:alice7282 :complies true. -:alice7283 :complies true. -:alice7284 :complies true. -:alice7285 :complies true. -:alice7286 :complies true. -:alice7287 :complies true. -:alice7288 :complies true. -:alice7289 :complies true. -:alice7290 :complies true. -:alice7291 :complies true. -:alice7292 :complies true. -:alice7293 :complies true. -:alice7294 :complies true. -:alice7295 :complies true. -:alice7296 :complies true. -:alice7297 :complies true. -:alice7298 :complies true. -:alice7299 :complies true. -:alice7300 :complies true. -:alice7301 :complies true. -:alice7302 :complies true. -:alice7303 :complies true. -:alice7304 :complies true. -:alice7305 :complies true. -:alice7306 :complies true. -:alice7307 :complies true. -:alice7308 :complies true. -:alice7309 :complies true. -:alice7310 :complies true. -:alice7311 :complies true. -:alice7312 :complies true. -:alice7313 :complies true. -:alice7314 :complies true. -:alice7315 :complies true. -:alice7316 :complies true. -:alice7317 :complies true. -:alice7318 :complies true. -:alice7319 :complies true. -:alice7320 :complies true. -:alice7321 :complies true. -:alice7322 :complies true. -:alice7323 :complies true. -:alice7324 :complies true. -:alice7325 :complies true. -:alice7326 :complies true. -:alice7327 :complies true. -:alice7328 :complies true. -:alice7329 :complies true. -:alice7330 :complies true. -:alice7331 :complies true. -:alice7332 :complies true. -:alice7333 :complies true. -:alice7334 :complies true. -:alice7335 :complies true. -:alice7336 :complies true. -:alice7337 :complies true. -:alice7338 :complies true. -:alice7339 :complies true. -:alice7340 :complies true. -:alice7341 :complies true. -:alice7342 :complies true. -:alice7343 :complies true. -:alice7344 :complies true. -:alice7345 :complies true. -:alice7346 :complies true. -:alice7347 :complies true. -:alice7348 :complies true. -:alice7349 :complies true. -:alice7350 :complies true. -:alice7351 :complies true. -:alice7352 :complies true. -:alice7353 :complies true. -:alice7354 :complies true. -:alice7355 :complies true. -:alice7356 :complies true. -:alice7357 :complies true. -:alice7358 :complies true. -:alice7359 :complies true. -:alice7360 :complies true. -:alice7361 :complies true. -:alice7362 :complies true. -:alice7363 :complies true. -:alice7364 :complies true. -:alice7365 :complies true. -:alice7366 :complies true. -:alice7367 :complies true. -:alice7368 :complies true. -:alice7369 :complies true. -:alice7370 :complies true. -:alice7371 :complies true. -:alice7372 :complies true. -:alice7373 :complies true. -:alice7374 :complies true. -:alice7375 :complies true. -:alice7376 :complies true. -:alice7377 :complies true. -:alice7378 :complies true. -:alice7379 :complies true. -:alice7380 :complies true. -:alice7381 :complies true. -:alice7382 :complies true. -:alice7383 :complies true. -:alice7384 :complies true. -:alice7385 :complies true. -:alice7386 :complies true. -:alice7387 :complies true. -:alice7388 :complies true. -:alice7389 :complies true. -:alice7390 :complies true. -:alice7391 :complies true. -:alice7392 :complies true. -:alice7393 :complies true. -:alice7394 :complies true. -:alice7395 :complies true. -:alice7396 :complies true. -:alice7397 :complies true. -:alice7398 :complies true. -:alice7399 :complies true. -:alice7400 :complies true. -:alice7401 :complies true. -:alice7402 :complies true. -:alice7403 :complies true. -:alice7404 :complies true. -:alice7405 :complies true. -:alice7406 :complies true. -:alice7407 :complies true. -:alice7408 :complies true. -:alice7409 :complies true. -:alice7410 :complies true. -:alice7411 :complies true. -:alice7412 :complies true. -:alice7413 :complies true. -:alice7414 :complies true. -:alice7415 :complies true. -:alice7416 :complies true. -:alice7417 :complies true. -:alice7418 :complies true. -:alice7419 :complies true. -:alice7420 :complies true. -:alice7421 :complies true. -:alice7422 :complies true. -:alice7423 :complies true. -:alice7424 :complies true. -:alice7425 :complies true. -:alice7426 :complies true. -:alice7427 :complies true. -:alice7428 :complies true. -:alice7429 :complies true. -:alice7430 :complies true. -:alice7431 :complies true. -:alice7432 :complies true. -:alice7433 :complies true. -:alice7434 :complies true. -:alice7435 :complies true. -:alice7436 :complies true. -:alice7437 :complies true. -:alice7438 :complies true. -:alice7439 :complies true. -:alice7440 :complies true. -:alice7441 :complies true. -:alice7442 :complies true. -:alice7443 :complies true. -:alice7444 :complies true. -:alice7445 :complies true. -:alice7446 :complies true. -:alice7447 :complies true. -:alice7448 :complies true. -:alice7449 :complies true. -:alice7450 :complies true. -:alice7451 :complies true. -:alice7452 :complies true. -:alice7453 :complies true. -:alice7454 :complies true. -:alice7455 :complies true. -:alice7456 :complies true. -:alice7457 :complies true. -:alice7458 :complies true. -:alice7459 :complies true. -:alice7460 :complies true. -:alice7461 :complies true. -:alice7462 :complies true. -:alice7463 :complies true. -:alice7464 :complies true. -:alice7465 :complies true. -:alice7466 :complies true. -:alice7467 :complies true. -:alice7468 :complies true. -:alice7469 :complies true. -:alice7470 :complies true. -:alice7471 :complies true. -:alice7472 :complies true. -:alice7473 :complies true. -:alice7474 :complies true. -:alice7475 :complies true. -:alice7476 :complies true. -:alice7477 :complies true. -:alice7478 :complies true. -:alice7479 :complies true. -:alice7480 :complies true. -:alice7481 :complies true. -:alice7482 :complies true. -:alice7483 :complies true. -:alice7484 :complies true. -:alice7485 :complies true. -:alice7486 :complies true. -:alice7487 :complies true. -:alice7488 :complies true. -:alice7489 :complies true. -:alice7490 :complies true. -:alice7491 :complies true. -:alice7492 :complies true. -:alice7493 :complies true. -:alice7494 :complies true. -:alice7495 :complies true. -:alice7496 :complies true. -:alice7497 :complies true. -:alice7498 :complies true. -:alice7499 :complies true. -:alice7500 :complies true. -:alice7501 :complies true. -:alice7502 :complies true. -:alice7503 :complies true. -:alice7504 :complies true. -:alice7505 :complies true. -:alice7506 :complies true. -:alice7507 :complies true. -:alice7508 :complies true. -:alice7509 :complies true. -:alice7510 :complies true. -:alice7511 :complies true. -:alice7512 :complies true. -:alice7513 :complies true. -:alice7514 :complies true. -:alice7515 :complies true. -:alice7516 :complies true. -:alice7517 :complies true. -:alice7518 :complies true. -:alice7519 :complies true. -:alice7520 :complies true. -:alice7521 :complies true. -:alice7522 :complies true. -:alice7523 :complies true. -:alice7524 :complies true. -:alice7525 :complies true. -:alice7526 :complies true. -:alice7527 :complies true. -:alice7528 :complies true. -:alice7529 :complies true. -:alice7530 :complies true. -:alice7531 :complies true. -:alice7532 :complies true. -:alice7533 :complies true. -:alice7534 :complies true. -:alice7535 :complies true. -:alice7536 :complies true. -:alice7537 :complies true. -:alice7538 :complies true. -:alice7539 :complies true. -:alice7540 :complies true. -:alice7541 :complies true. -:alice7542 :complies true. -:alice7543 :complies true. -:alice7544 :complies true. -:alice7545 :complies true. -:alice7546 :complies true. -:alice7547 :complies true. -:alice7548 :complies true. -:alice7549 :complies true. -:alice7550 :complies true. -:alice7551 :complies true. -:alice7552 :complies true. -:alice7553 :complies true. -:alice7554 :complies true. -:alice7555 :complies true. -:alice7556 :complies true. -:alice7557 :complies true. -:alice7558 :complies true. -:alice7559 :complies true. -:alice7560 :complies true. -:alice7561 :complies true. -:alice7562 :complies true. -:alice7563 :complies true. -:alice7564 :complies true. -:alice7565 :complies true. -:alice7566 :complies true. -:alice7567 :complies true. -:alice7568 :complies true. -:alice7569 :complies true. -:alice7570 :complies true. -:alice7571 :complies true. -:alice7572 :complies true. -:alice7573 :complies true. -:alice7574 :complies true. -:alice7575 :complies true. -:alice7576 :complies true. -:alice7577 :complies true. -:alice7578 :complies true. -:alice7579 :complies true. -:alice7580 :complies true. -:alice7581 :complies true. -:alice7582 :complies true. -:alice7583 :complies true. -:alice7584 :complies true. -:alice7585 :complies true. -:alice7586 :complies true. -:alice7587 :complies true. -:alice7588 :complies true. -:alice7589 :complies true. -:alice7590 :complies true. -:alice7591 :complies true. -:alice7592 :complies true. -:alice7593 :complies true. -:alice7594 :complies true. -:alice7595 :complies true. -:alice7596 :complies true. -:alice7597 :complies true. -:alice7598 :complies true. -:alice7599 :complies true. -:alice7600 :complies true. -:alice7601 :complies true. -:alice7602 :complies true. -:alice7603 :complies true. -:alice7604 :complies true. -:alice7605 :complies true. -:alice7606 :complies true. -:alice7607 :complies true. -:alice7608 :complies true. -:alice7609 :complies true. -:alice7610 :complies true. -:alice7611 :complies true. -:alice7612 :complies true. -:alice7613 :complies true. -:alice7614 :complies true. -:alice7615 :complies true. -:alice7616 :complies true. -:alice7617 :complies true. -:alice7618 :complies true. -:alice7619 :complies true. -:alice7620 :complies true. -:alice7621 :complies true. -:alice7622 :complies true. -:alice7623 :complies true. -:alice7624 :complies true. -:alice7625 :complies true. -:alice7626 :complies true. -:alice7627 :complies true. -:alice7628 :complies true. -:alice7629 :complies true. -:alice7630 :complies true. -:alice7631 :complies true. -:alice7632 :complies true. -:alice7633 :complies true. -:alice7634 :complies true. -:alice7635 :complies true. -:alice7636 :complies true. -:alice7637 :complies true. -:alice7638 :complies true. -:alice7639 :complies true. -:alice7640 :complies true. -:alice7641 :complies true. -:alice7642 :complies true. -:alice7643 :complies true. -:alice7644 :complies true. -:alice7645 :complies true. -:alice7646 :complies true. -:alice7647 :complies true. -:alice7648 :complies true. -:alice7649 :complies true. -:alice7650 :complies true. -:alice7651 :complies true. -:alice7652 :complies true. -:alice7653 :complies true. -:alice7654 :complies true. -:alice7655 :complies true. -:alice7656 :complies true. -:alice7657 :complies true. -:alice7658 :complies true. -:alice7659 :complies true. -:alice7660 :complies true. -:alice7661 :complies true. -:alice7662 :complies true. -:alice7663 :complies true. -:alice7664 :complies true. -:alice7665 :complies true. -:alice7666 :complies true. -:alice7667 :complies true. -:alice7668 :complies true. -:alice7669 :complies true. -:alice7670 :complies true. -:alice7671 :complies true. -:alice7672 :complies true. -:alice7673 :complies true. -:alice7674 :complies true. -:alice7675 :complies true. -:alice7676 :complies true. -:alice7677 :complies true. -:alice7678 :complies true. -:alice7679 :complies true. -:alice7680 :complies true. -:alice7681 :complies true. -:alice7682 :complies true. -:alice7683 :complies true. -:alice7684 :complies true. -:alice7685 :complies true. -:alice7686 :complies true. -:alice7687 :complies true. -:alice7688 :complies true. -:alice7689 :complies true. -:alice7690 :complies true. -:alice7691 :complies true. -:alice7692 :complies true. -:alice7693 :complies true. -:alice7694 :complies true. -:alice7695 :complies true. -:alice7696 :complies true. -:alice7697 :complies true. -:alice7698 :complies true. -:alice7699 :complies true. -:alice7700 :complies true. -:alice7701 :complies true. -:alice7702 :complies true. -:alice7703 :complies true. -:alice7704 :complies true. -:alice7705 :complies true. -:alice7706 :complies true. -:alice7707 :complies true. -:alice7708 :complies true. -:alice7709 :complies true. -:alice7710 :complies true. -:alice7711 :complies true. -:alice7712 :complies true. -:alice7713 :complies true. -:alice7714 :complies true. -:alice7715 :complies true. -:alice7716 :complies true. -:alice7717 :complies true. -:alice7718 :complies true. -:alice7719 :complies true. -:alice7720 :complies true. -:alice7721 :complies true. -:alice7722 :complies true. -:alice7723 :complies true. -:alice7724 :complies true. -:alice7725 :complies true. -:alice7726 :complies true. -:alice7727 :complies true. -:alice7728 :complies true. -:alice7729 :complies true. -:alice7730 :complies true. -:alice7731 :complies true. -:alice7732 :complies true. -:alice7733 :complies true. -:alice7734 :complies true. -:alice7735 :complies true. -:alice7736 :complies true. -:alice7737 :complies true. -:alice7738 :complies true. -:alice7739 :complies true. -:alice7740 :complies true. -:alice7741 :complies true. -:alice7742 :complies true. -:alice7743 :complies true. -:alice7744 :complies true. -:alice7745 :complies true. -:alice7746 :complies true. -:alice7747 :complies true. -:alice7748 :complies true. -:alice7749 :complies true. -:alice7750 :complies true. -:alice7751 :complies true. -:alice7752 :complies true. -:alice7753 :complies true. -:alice7754 :complies true. -:alice7755 :complies true. -:alice7756 :complies true. -:alice7757 :complies true. -:alice7758 :complies true. -:alice7759 :complies true. -:alice7760 :complies true. -:alice7761 :complies true. -:alice7762 :complies true. -:alice7763 :complies true. -:alice7764 :complies true. -:alice7765 :complies true. -:alice7766 :complies true. -:alice7767 :complies true. -:alice7768 :complies true. -:alice7769 :complies true. -:alice7770 :complies true. -:alice7771 :complies true. -:alice7772 :complies true. -:alice7773 :complies true. -:alice7774 :complies true. -:alice7775 :complies true. -:alice7776 :complies true. -:alice7777 :complies true. -:alice7778 :complies true. -:alice7779 :complies true. -:alice7780 :complies true. -:alice7781 :complies true. -:alice7782 :complies true. -:alice7783 :complies true. -:alice7784 :complies true. -:alice7785 :complies true. -:alice7786 :complies true. -:alice7787 :complies true. -:alice7788 :complies true. -:alice7789 :complies true. -:alice7790 :complies true. -:alice7791 :complies true. -:alice7792 :complies true. -:alice7793 :complies true. -:alice7794 :complies true. -:alice7795 :complies true. -:alice7796 :complies true. -:alice7797 :complies true. -:alice7798 :complies true. -:alice7799 :complies true. -:alice7800 :complies true. -:alice7801 :complies true. -:alice7802 :complies true. -:alice7803 :complies true. -:alice7804 :complies true. -:alice7805 :complies true. -:alice7806 :complies true. -:alice7807 :complies true. -:alice7808 :complies true. -:alice7809 :complies true. -:alice7810 :complies true. -:alice7811 :complies true. -:alice7812 :complies true. -:alice7813 :complies true. -:alice7814 :complies true. -:alice7815 :complies true. -:alice7816 :complies true. -:alice7817 :complies true. -:alice7818 :complies true. -:alice7819 :complies true. -:alice7820 :complies true. -:alice7821 :complies true. -:alice7822 :complies true. -:alice7823 :complies true. -:alice7824 :complies true. -:alice7825 :complies true. -:alice7826 :complies true. -:alice7827 :complies true. -:alice7828 :complies true. -:alice7829 :complies true. -:alice7830 :complies true. -:alice7831 :complies true. -:alice7832 :complies true. -:alice7833 :complies true. -:alice7834 :complies true. -:alice7835 :complies true. -:alice7836 :complies true. -:alice7837 :complies true. -:alice7838 :complies true. -:alice7839 :complies true. -:alice7840 :complies true. -:alice7841 :complies true. -:alice7842 :complies true. -:alice7843 :complies true. -:alice7844 :complies true. -:alice7845 :complies true. -:alice7846 :complies true. -:alice7847 :complies true. -:alice7848 :complies true. -:alice7849 :complies true. -:alice7850 :complies true. -:alice7851 :complies true. -:alice7852 :complies true. -:alice7853 :complies true. -:alice7854 :complies true. -:alice7855 :complies true. -:alice7856 :complies true. -:alice7857 :complies true. -:alice7858 :complies true. -:alice7859 :complies true. -:alice7860 :complies true. -:alice7861 :complies true. -:alice7862 :complies true. -:alice7863 :complies true. -:alice7864 :complies true. -:alice7865 :complies true. -:alice7866 :complies true. -:alice7867 :complies true. -:alice7868 :complies true. -:alice7869 :complies true. -:alice7870 :complies true. -:alice7871 :complies true. -:alice7872 :complies true. -:alice7873 :complies true. -:alice7874 :complies true. -:alice7875 :complies true. -:alice7876 :complies true. -:alice7877 :complies true. -:alice7878 :complies true. -:alice7879 :complies true. -:alice7880 :complies true. -:alice7881 :complies true. -:alice7882 :complies true. -:alice7883 :complies true. -:alice7884 :complies true. -:alice7885 :complies true. -:alice7886 :complies true. -:alice7887 :complies true. -:alice7888 :complies true. -:alice7889 :complies true. -:alice7890 :complies true. -:alice7891 :complies true. -:alice7892 :complies true. -:alice7893 :complies true. -:alice7894 :complies true. -:alice7895 :complies true. -:alice7896 :complies true. -:alice7897 :complies true. -:alice7898 :complies true. -:alice7899 :complies true. -:alice7900 :complies true. -:alice7901 :complies true. -:alice7902 :complies true. -:alice7903 :complies true. -:alice7904 :complies true. -:alice7905 :complies true. -:alice7906 :complies true. -:alice7907 :complies true. -:alice7908 :complies true. -:alice7909 :complies true. -:alice7910 :complies true. -:alice7911 :complies true. -:alice7912 :complies true. -:alice7913 :complies true. -:alice7914 :complies true. -:alice7915 :complies true. -:alice7916 :complies true. -:alice7917 :complies true. -:alice7918 :complies true. -:alice7919 :complies true. -:alice7920 :complies true. -:alice7921 :complies true. -:alice7922 :complies true. -:alice7923 :complies true. -:alice7924 :complies true. -:alice7925 :complies true. -:alice7926 :complies true. -:alice7927 :complies true. -:alice7928 :complies true. -:alice7929 :complies true. -:alice7930 :complies true. -:alice7931 :complies true. -:alice7932 :complies true. -:alice7933 :complies true. -:alice7934 :complies true. -:alice7935 :complies true. -:alice7936 :complies true. -:alice7937 :complies true. -:alice7938 :complies true. -:alice7939 :complies true. -:alice7940 :complies true. -:alice7941 :complies true. -:alice7942 :complies true. -:alice7943 :complies true. -:alice7944 :complies true. -:alice7945 :complies true. -:alice7946 :complies true. -:alice7947 :complies true. -:alice7948 :complies true. -:alice7949 :complies true. -:alice7950 :complies true. -:alice7951 :complies true. -:alice7952 :complies true. -:alice7953 :complies true. -:alice7954 :complies true. -:alice7955 :complies true. -:alice7956 :complies true. -:alice7957 :complies true. -:alice7958 :complies true. -:alice7959 :complies true. -:alice7960 :complies true. -:alice7961 :complies true. -:alice7962 :complies true. -:alice7963 :complies true. -:alice7964 :complies true. -:alice7965 :complies true. -:alice7966 :complies true. -:alice7967 :complies true. -:alice7968 :complies true. -:alice7969 :complies true. -:alice7970 :complies true. -:alice7971 :complies true. -:alice7972 :complies true. -:alice7973 :complies true. -:alice7974 :complies true. -:alice7975 :complies true. -:alice7976 :complies true. -:alice7977 :complies true. -:alice7978 :complies true. -:alice7979 :complies true. -:alice7980 :complies true. -:alice7981 :complies true. -:alice7982 :complies true. -:alice7983 :complies true. -:alice7984 :complies true. -:alice7985 :complies true. -:alice7986 :complies true. -:alice7987 :complies true. -:alice7988 :complies true. -:alice7989 :complies true. -:alice7990 :complies true. -:alice7991 :complies true. -:alice7992 :complies true. -:alice7993 :complies true. -:alice7994 :complies true. -:alice7995 :complies true. -:alice7996 :complies true. -:alice7997 :complies true. -:alice7998 :complies true. -:alice7999 :complies true. -:alice8000 :complies true. -:alice8001 :complies true. -:alice8002 :complies true. -:alice8003 :complies true. -:alice8004 :complies true. -:alice8005 :complies true. -:alice8006 :complies true. -:alice8007 :complies true. -:alice8008 :complies true. -:alice8009 :complies true. -:alice8010 :complies true. -:alice8011 :complies true. -:alice8012 :complies true. -:alice8013 :complies true. -:alice8014 :complies true. -:alice8015 :complies true. -:alice8016 :complies true. -:alice8017 :complies true. -:alice8018 :complies true. -:alice8019 :complies true. -:alice8020 :complies true. -:alice8021 :complies true. -:alice8022 :complies true. -:alice8023 :complies true. -:alice8024 :complies true. -:alice8025 :complies true. -:alice8026 :complies true. -:alice8027 :complies true. -:alice8028 :complies true. -:alice8029 :complies true. -:alice8030 :complies true. -:alice8031 :complies true. -:alice8032 :complies true. -:alice8033 :complies true. -:alice8034 :complies true. -:alice8035 :complies true. -:alice8036 :complies true. -:alice8037 :complies true. -:alice8038 :complies true. -:alice8039 :complies true. -:alice8040 :complies true. -:alice8041 :complies true. -:alice8042 :complies true. -:alice8043 :complies true. -:alice8044 :complies true. -:alice8045 :complies true. -:alice8046 :complies true. -:alice8047 :complies true. -:alice8048 :complies true. -:alice8049 :complies true. -:alice8050 :complies true. -:alice8051 :complies true. -:alice8052 :complies true. -:alice8053 :complies true. -:alice8054 :complies true. -:alice8055 :complies true. -:alice8056 :complies true. -:alice8057 :complies true. -:alice8058 :complies true. -:alice8059 :complies true. -:alice8060 :complies true. -:alice8061 :complies true. -:alice8062 :complies true. -:alice8063 :complies true. -:alice8064 :complies true. -:alice8065 :complies true. -:alice8066 :complies true. -:alice8067 :complies true. -:alice8068 :complies true. -:alice8069 :complies true. -:alice8070 :complies true. -:alice8071 :complies true. -:alice8072 :complies true. -:alice8073 :complies true. -:alice8074 :complies true. -:alice8075 :complies true. -:alice8076 :complies true. -:alice8077 :complies true. -:alice8078 :complies true. -:alice8079 :complies true. -:alice8080 :complies true. -:alice8081 :complies true. -:alice8082 :complies true. -:alice8083 :complies true. -:alice8084 :complies true. -:alice8085 :complies true. -:alice8086 :complies true. -:alice8087 :complies true. -:alice8088 :complies true. -:alice8089 :complies true. -:alice8090 :complies true. -:alice8091 :complies true. -:alice8092 :complies true. -:alice8093 :complies true. -:alice8094 :complies true. -:alice8095 :complies true. -:alice8096 :complies true. -:alice8097 :complies true. -:alice8098 :complies true. -:alice8099 :complies true. -:alice8100 :complies true. -:alice8101 :complies true. -:alice8102 :complies true. -:alice8103 :complies true. -:alice8104 :complies true. -:alice8105 :complies true. -:alice8106 :complies true. -:alice8107 :complies true. -:alice8108 :complies true. -:alice8109 :complies true. -:alice8110 :complies true. -:alice8111 :complies true. -:alice8112 :complies true. -:alice8113 :complies true. -:alice8114 :complies true. -:alice8115 :complies true. -:alice8116 :complies true. -:alice8117 :complies true. -:alice8118 :complies true. -:alice8119 :complies true. -:alice8120 :complies true. -:alice8121 :complies true. -:alice8122 :complies true. -:alice8123 :complies true. -:alice8124 :complies true. -:alice8125 :complies true. -:alice8126 :complies true. -:alice8127 :complies true. -:alice8128 :complies true. -:alice8129 :complies true. -:alice8130 :complies true. -:alice8131 :complies true. -:alice8132 :complies true. -:alice8133 :complies true. -:alice8134 :complies true. -:alice8135 :complies true. -:alice8136 :complies true. -:alice8137 :complies true. -:alice8138 :complies true. -:alice8139 :complies true. -:alice8140 :complies true. -:alice8141 :complies true. -:alice8142 :complies true. -:alice8143 :complies true. -:alice8144 :complies true. -:alice8145 :complies true. -:alice8146 :complies true. -:alice8147 :complies true. -:alice8148 :complies true. -:alice8149 :complies true. -:alice8150 :complies true. -:alice8151 :complies true. -:alice8152 :complies true. -:alice8153 :complies true. -:alice8154 :complies true. -:alice8155 :complies true. -:alice8156 :complies true. -:alice8157 :complies true. -:alice8158 :complies true. -:alice8159 :complies true. -:alice8160 :complies true. -:alice8161 :complies true. -:alice8162 :complies true. -:alice8163 :complies true. -:alice8164 :complies true. -:alice8165 :complies true. -:alice8166 :complies true. -:alice8167 :complies true. -:alice8168 :complies true. -:alice8169 :complies true. -:alice8170 :complies true. -:alice8171 :complies true. -:alice8172 :complies true. -:alice8173 :complies true. -:alice8174 :complies true. -:alice8175 :complies true. -:alice8176 :complies true. -:alice8177 :complies true. -:alice8178 :complies true. -:alice8179 :complies true. -:alice8180 :complies true. -:alice8181 :complies true. -:alice8182 :complies true. -:alice8183 :complies true. -:alice8184 :complies true. -:alice8185 :complies true. -:alice8186 :complies true. -:alice8187 :complies true. -:alice8188 :complies true. -:alice8189 :complies true. -:alice8190 :complies true. -:alice8191 :complies true. -:alice8192 :complies true. -:alice8193 :complies true. -:alice8194 :complies true. -:alice8195 :complies true. -:alice8196 :complies true. -:alice8197 :complies true. -:alice8198 :complies true. -:alice8199 :complies true. -:alice8200 :complies true. -:alice8201 :complies true. -:alice8202 :complies true. -:alice8203 :complies true. -:alice8204 :complies true. -:alice8205 :complies true. -:alice8206 :complies true. -:alice8207 :complies true. -:alice8208 :complies true. -:alice8209 :complies true. -:alice8210 :complies true. -:alice8211 :complies true. -:alice8212 :complies true. -:alice8213 :complies true. -:alice8214 :complies true. -:alice8215 :complies true. -:alice8216 :complies true. -:alice8217 :complies true. -:alice8218 :complies true. -:alice8219 :complies true. -:alice8220 :complies true. -:alice8221 :complies true. -:alice8222 :complies true. -:alice8223 :complies true. -:alice8224 :complies true. -:alice8225 :complies true. -:alice8226 :complies true. -:alice8227 :complies true. -:alice8228 :complies true. -:alice8229 :complies true. -:alice8230 :complies true. -:alice8231 :complies true. -:alice8232 :complies true. -:alice8233 :complies true. -:alice8234 :complies true. -:alice8235 :complies true. -:alice8236 :complies true. -:alice8237 :complies true. -:alice8238 :complies true. -:alice8239 :complies true. -:alice8240 :complies true. -:alice8241 :complies true. -:alice8242 :complies true. -:alice8243 :complies true. -:alice8244 :complies true. -:alice8245 :complies true. -:alice8246 :complies true. -:alice8247 :complies true. -:alice8248 :complies true. -:alice8249 :complies true. -:alice8250 :complies true. -:alice8251 :complies true. -:alice8252 :complies true. -:alice8253 :complies true. -:alice8254 :complies true. -:alice8255 :complies true. -:alice8256 :complies true. -:alice8257 :complies true. -:alice8258 :complies true. -:alice8259 :complies true. -:alice8260 :complies true. -:alice8261 :complies true. -:alice8262 :complies true. -:alice8263 :complies true. -:alice8264 :complies true. -:alice8265 :complies true. -:alice8266 :complies true. -:alice8267 :complies true. -:alice8268 :complies true. -:alice8269 :complies true. -:alice8270 :complies true. -:alice8271 :complies true. -:alice8272 :complies true. -:alice8273 :complies true. -:alice8274 :complies true. -:alice8275 :complies true. -:alice8276 :complies true. -:alice8277 :complies true. -:alice8278 :complies true. -:alice8279 :complies true. -:alice8280 :complies true. -:alice8281 :complies true. -:alice8282 :complies true. -:alice8283 :complies true. -:alice8284 :complies true. -:alice8285 :complies true. -:alice8286 :complies true. -:alice8287 :complies true. -:alice8288 :complies true. -:alice8289 :complies true. -:alice8290 :complies true. -:alice8291 :complies true. -:alice8292 :complies true. -:alice8293 :complies true. -:alice8294 :complies true. -:alice8295 :complies true. -:alice8296 :complies true. -:alice8297 :complies true. -:alice8298 :complies true. -:alice8299 :complies true. -:alice8300 :complies true. -:alice8301 :complies true. -:alice8302 :complies true. -:alice8303 :complies true. -:alice8304 :complies true. -:alice8305 :complies true. -:alice8306 :complies true. -:alice8307 :complies true. -:alice8308 :complies true. -:alice8309 :complies true. -:alice8310 :complies true. -:alice8311 :complies true. -:alice8312 :complies true. -:alice8313 :complies true. -:alice8314 :complies true. -:alice8315 :complies true. -:alice8316 :complies true. -:alice8317 :complies true. -:alice8318 :complies true. -:alice8319 :complies true. -:alice8320 :complies true. -:alice8321 :complies true. -:alice8322 :complies true. -:alice8323 :complies true. -:alice8324 :complies true. -:alice8325 :complies true. -:alice8326 :complies true. -:alice8327 :complies true. -:alice8328 :complies true. -:alice8329 :complies true. -:alice8330 :complies true. -:alice8331 :complies true. -:alice8332 :complies true. -:alice8333 :complies true. -:alice8334 :complies true. -:alice8335 :complies true. -:alice8336 :complies true. -:alice8337 :complies true. -:alice8338 :complies true. -:alice8339 :complies true. -:alice8340 :complies true. -:alice8341 :complies true. -:alice8342 :complies true. -:alice8343 :complies true. -:alice8344 :complies true. -:alice8345 :complies true. -:alice8346 :complies true. -:alice8347 :complies true. -:alice8348 :complies true. -:alice8349 :complies true. -:alice8350 :complies true. -:alice8351 :complies true. -:alice8352 :complies true. -:alice8353 :complies true. -:alice8354 :complies true. -:alice8355 :complies true. -:alice8356 :complies true. -:alice8357 :complies true. -:alice8358 :complies true. -:alice8359 :complies true. -:alice8360 :complies true. -:alice8361 :complies true. -:alice8362 :complies true. -:alice8363 :complies true. -:alice8364 :complies true. -:alice8365 :complies true. -:alice8366 :complies true. -:alice8367 :complies true. -:alice8368 :complies true. -:alice8369 :complies true. -:alice8370 :complies true. -:alice8371 :complies true. -:alice8372 :complies true. -:alice8373 :complies true. -:alice8374 :complies true. -:alice8375 :complies true. -:alice8376 :complies true. -:alice8377 :complies true. -:alice8378 :complies true. -:alice8379 :complies true. -:alice8380 :complies true. -:alice8381 :complies true. -:alice8382 :complies true. -:alice8383 :complies true. -:alice8384 :complies true. -:alice8385 :complies true. -:alice8386 :complies true. -:alice8387 :complies true. -:alice8388 :complies true. -:alice8389 :complies true. -:alice8390 :complies true. -:alice8391 :complies true. -:alice8392 :complies true. -:alice8393 :complies true. -:alice8394 :complies true. -:alice8395 :complies true. -:alice8396 :complies true. -:alice8397 :complies true. -:alice8398 :complies true. -:alice8399 :complies true. -:alice8400 :complies true. -:alice8401 :complies true. -:alice8402 :complies true. -:alice8403 :complies true. -:alice8404 :complies true. -:alice8405 :complies true. -:alice8406 :complies true. -:alice8407 :complies true. -:alice8408 :complies true. -:alice8409 :complies true. -:alice8410 :complies true. -:alice8411 :complies true. -:alice8412 :complies true. -:alice8413 :complies true. -:alice8414 :complies true. -:alice8415 :complies true. -:alice8416 :complies true. -:alice8417 :complies true. -:alice8418 :complies true. -:alice8419 :complies true. -:alice8420 :complies true. -:alice8421 :complies true. -:alice8422 :complies true. -:alice8423 :complies true. -:alice8424 :complies true. -:alice8425 :complies true. -:alice8426 :complies true. -:alice8427 :complies true. -:alice8428 :complies true. -:alice8429 :complies true. -:alice8430 :complies true. -:alice8431 :complies true. -:alice8432 :complies true. -:alice8433 :complies true. -:alice8434 :complies true. -:alice8435 :complies true. -:alice8436 :complies true. -:alice8437 :complies true. -:alice8438 :complies true. -:alice8439 :complies true. -:alice8440 :complies true. -:alice8441 :complies true. -:alice8442 :complies true. -:alice8443 :complies true. -:alice8444 :complies true. -:alice8445 :complies true. -:alice8446 :complies true. -:alice8447 :complies true. -:alice8448 :complies true. -:alice8449 :complies true. -:alice8450 :complies true. -:alice8451 :complies true. -:alice8452 :complies true. -:alice8453 :complies true. -:alice8454 :complies true. -:alice8455 :complies true. -:alice8456 :complies true. -:alice8457 :complies true. -:alice8458 :complies true. -:alice8459 :complies true. -:alice8460 :complies true. -:alice8461 :complies true. -:alice8462 :complies true. -:alice8463 :complies true. -:alice8464 :complies true. -:alice8465 :complies true. -:alice8466 :complies true. -:alice8467 :complies true. -:alice8468 :complies true. -:alice8469 :complies true. -:alice8470 :complies true. -:alice8471 :complies true. -:alice8472 :complies true. -:alice8473 :complies true. -:alice8474 :complies true. -:alice8475 :complies true. -:alice8476 :complies true. -:alice8477 :complies true. -:alice8478 :complies true. -:alice8479 :complies true. -:alice8480 :complies true. -:alice8481 :complies true. -:alice8482 :complies true. -:alice8483 :complies true. -:alice8484 :complies true. -:alice8485 :complies true. -:alice8486 :complies true. -:alice8487 :complies true. -:alice8488 :complies true. -:alice8489 :complies true. -:alice8490 :complies true. -:alice8491 :complies true. -:alice8492 :complies true. -:alice8493 :complies true. -:alice8494 :complies true. -:alice8495 :complies true. -:alice8496 :complies true. -:alice8497 :complies true. -:alice8498 :complies true. -:alice8499 :complies true. -:alice8500 :complies true. -:alice8501 :complies true. -:alice8502 :complies true. -:alice8503 :complies true. -:alice8504 :complies true. -:alice8505 :complies true. -:alice8506 :complies true. -:alice8507 :complies true. -:alice8508 :complies true. -:alice8509 :complies true. -:alice8510 :complies true. -:alice8511 :complies true. -:alice8512 :complies true. -:alice8513 :complies true. -:alice8514 :complies true. -:alice8515 :complies true. -:alice8516 :complies true. -:alice8517 :complies true. -:alice8518 :complies true. -:alice8519 :complies true. -:alice8520 :complies true. -:alice8521 :complies true. -:alice8522 :complies true. -:alice8523 :complies true. -:alice8524 :complies true. -:alice8525 :complies true. -:alice8526 :complies true. -:alice8527 :complies true. -:alice8528 :complies true. -:alice8529 :complies true. -:alice8530 :complies true. -:alice8531 :complies true. -:alice8532 :complies true. -:alice8533 :complies true. -:alice8534 :complies true. -:alice8535 :complies true. -:alice8536 :complies true. -:alice8537 :complies true. -:alice8538 :complies true. -:alice8539 :complies true. -:alice8540 :complies true. -:alice8541 :complies true. -:alice8542 :complies true. -:alice8543 :complies true. -:alice8544 :complies true. -:alice8545 :complies true. -:alice8546 :complies true. -:alice8547 :complies true. -:alice8548 :complies true. -:alice8549 :complies true. -:alice8550 :complies true. -:alice8551 :complies true. -:alice8552 :complies true. -:alice8553 :complies true. -:alice8554 :complies true. -:alice8555 :complies true. -:alice8556 :complies true. -:alice8557 :complies true. -:alice8558 :complies true. -:alice8559 :complies true. -:alice8560 :complies true. -:alice8561 :complies true. -:alice8562 :complies true. -:alice8563 :complies true. -:alice8564 :complies true. -:alice8565 :complies true. -:alice8566 :complies true. -:alice8567 :complies true. -:alice8568 :complies true. -:alice8569 :complies true. -:alice8570 :complies true. -:alice8571 :complies true. -:alice8572 :complies true. -:alice8573 :complies true. -:alice8574 :complies true. -:alice8575 :complies true. -:alice8576 :complies true. -:alice8577 :complies true. -:alice8578 :complies true. -:alice8579 :complies true. -:alice8580 :complies true. -:alice8581 :complies true. -:alice8582 :complies true. -:alice8583 :complies true. -:alice8584 :complies true. -:alice8585 :complies true. -:alice8586 :complies true. -:alice8587 :complies true. -:alice8588 :complies true. -:alice8589 :complies true. -:alice8590 :complies true. -:alice8591 :complies true. -:alice8592 :complies true. -:alice8593 :complies true. -:alice8594 :complies true. -:alice8595 :complies true. -:alice8596 :complies true. -:alice8597 :complies true. -:alice8598 :complies true. -:alice8599 :complies true. -:alice8600 :complies true. -:alice8601 :complies true. -:alice8602 :complies true. -:alice8603 :complies true. -:alice8604 :complies true. -:alice8605 :complies true. -:alice8606 :complies true. -:alice8607 :complies true. -:alice8608 :complies true. -:alice8609 :complies true. -:alice8610 :complies true. -:alice8611 :complies true. -:alice8612 :complies true. -:alice8613 :complies true. -:alice8614 :complies true. -:alice8615 :complies true. -:alice8616 :complies true. -:alice8617 :complies true. -:alice8618 :complies true. -:alice8619 :complies true. -:alice8620 :complies true. -:alice8621 :complies true. -:alice8622 :complies true. -:alice8623 :complies true. -:alice8624 :complies true. -:alice8625 :complies true. -:alice8626 :complies true. -:alice8627 :complies true. -:alice8628 :complies true. -:alice8629 :complies true. -:alice8630 :complies true. -:alice8631 :complies true. -:alice8632 :complies true. -:alice8633 :complies true. -:alice8634 :complies true. -:alice8635 :complies true. -:alice8636 :complies true. -:alice8637 :complies true. -:alice8638 :complies true. -:alice8639 :complies true. -:alice8640 :complies true. -:alice8641 :complies true. -:alice8642 :complies true. -:alice8643 :complies true. -:alice8644 :complies true. -:alice8645 :complies true. -:alice8646 :complies true. -:alice8647 :complies true. -:alice8648 :complies true. -:alice8649 :complies true. -:alice8650 :complies true. -:alice8651 :complies true. -:alice8652 :complies true. -:alice8653 :complies true. -:alice8654 :complies true. -:alice8655 :complies true. -:alice8656 :complies true. -:alice8657 :complies true. -:alice8658 :complies true. -:alice8659 :complies true. -:alice8660 :complies true. -:alice8661 :complies true. -:alice8662 :complies true. -:alice8663 :complies true. -:alice8664 :complies true. -:alice8665 :complies true. -:alice8666 :complies true. -:alice8667 :complies true. -:alice8668 :complies true. -:alice8669 :complies true. -:alice8670 :complies true. -:alice8671 :complies true. -:alice8672 :complies true. -:alice8673 :complies true. -:alice8674 :complies true. -:alice8675 :complies true. -:alice8676 :complies true. -:alice8677 :complies true. -:alice8678 :complies true. -:alice8679 :complies true. -:alice8680 :complies true. -:alice8681 :complies true. -:alice8682 :complies true. -:alice8683 :complies true. -:alice8684 :complies true. -:alice8685 :complies true. -:alice8686 :complies true. -:alice8687 :complies true. -:alice8688 :complies true. -:alice8689 :complies true. -:alice8690 :complies true. -:alice8691 :complies true. -:alice8692 :complies true. -:alice8693 :complies true. -:alice8694 :complies true. -:alice8695 :complies true. -:alice8696 :complies true. -:alice8697 :complies true. -:alice8698 :complies true. -:alice8699 :complies true. -:alice8700 :complies true. -:alice8701 :complies true. -:alice8702 :complies true. -:alice8703 :complies true. -:alice8704 :complies true. -:alice8705 :complies true. -:alice8706 :complies true. -:alice8707 :complies true. -:alice8708 :complies true. -:alice8709 :complies true. -:alice8710 :complies true. -:alice8711 :complies true. -:alice8712 :complies true. -:alice8713 :complies true. -:alice8714 :complies true. -:alice8715 :complies true. -:alice8716 :complies true. -:alice8717 :complies true. -:alice8718 :complies true. -:alice8719 :complies true. -:alice8720 :complies true. -:alice8721 :complies true. -:alice8722 :complies true. -:alice8723 :complies true. -:alice8724 :complies true. -:alice8725 :complies true. -:alice8726 :complies true. -:alice8727 :complies true. -:alice8728 :complies true. -:alice8729 :complies true. -:alice8730 :complies true. -:alice8731 :complies true. -:alice8732 :complies true. -:alice8733 :complies true. -:alice8734 :complies true. -:alice8735 :complies true. -:alice8736 :complies true. -:alice8737 :complies true. -:alice8738 :complies true. -:alice8739 :complies true. -:alice8740 :complies true. -:alice8741 :complies true. -:alice8742 :complies true. -:alice8743 :complies true. -:alice8744 :complies true. -:alice8745 :complies true. -:alice8746 :complies true. -:alice8747 :complies true. -:alice8748 :complies true. -:alice8749 :complies true. -:alice8750 :complies true. -:alice8751 :complies true. -:alice8752 :complies true. -:alice8753 :complies true. -:alice8754 :complies true. -:alice8755 :complies true. -:alice8756 :complies true. -:alice8757 :complies true. -:alice8758 :complies true. -:alice8759 :complies true. -:alice8760 :complies true. -:alice8761 :complies true. -:alice8762 :complies true. -:alice8763 :complies true. -:alice8764 :complies true. -:alice8765 :complies true. -:alice8766 :complies true. -:alice8767 :complies true. -:alice8768 :complies true. -:alice8769 :complies true. -:alice8770 :complies true. -:alice8771 :complies true. -:alice8772 :complies true. -:alice8773 :complies true. -:alice8774 :complies true. -:alice8775 :complies true. -:alice8776 :complies true. -:alice8777 :complies true. -:alice8778 :complies true. -:alice8779 :complies true. -:alice8780 :complies true. -:alice8781 :complies true. -:alice8782 :complies true. -:alice8783 :complies true. -:alice8784 :complies true. -:alice8785 :complies true. -:alice8786 :complies true. -:alice8787 :complies true. -:alice8788 :complies true. -:alice8789 :complies true. -:alice8790 :complies true. -:alice8791 :complies true. -:alice8792 :complies true. -:alice8793 :complies true. -:alice8794 :complies true. -:alice8795 :complies true. -:alice8796 :complies true. -:alice8797 :complies true. -:alice8798 :complies true. -:alice8799 :complies true. -:alice8800 :complies true. -:alice8801 :complies true. -:alice8802 :complies true. -:alice8803 :complies true. -:alice8804 :complies true. -:alice8805 :complies true. -:alice8806 :complies true. -:alice8807 :complies true. -:alice8808 :complies true. -:alice8809 :complies true. -:alice8810 :complies true. -:alice8811 :complies true. -:alice8812 :complies true. -:alice8813 :complies true. -:alice8814 :complies true. -:alice8815 :complies true. -:alice8816 :complies true. -:alice8817 :complies true. -:alice8818 :complies true. -:alice8819 :complies true. -:alice8820 :complies true. -:alice8821 :complies true. -:alice8822 :complies true. -:alice8823 :complies true. -:alice8824 :complies true. -:alice8825 :complies true. -:alice8826 :complies true. -:alice8827 :complies true. -:alice8828 :complies true. -:alice8829 :complies true. -:alice8830 :complies true. -:alice8831 :complies true. -:alice8832 :complies true. -:alice8833 :complies true. -:alice8834 :complies true. -:alice8835 :complies true. -:alice8836 :complies true. -:alice8837 :complies true. -:alice8838 :complies true. -:alice8839 :complies true. -:alice8840 :complies true. -:alice8841 :complies true. -:alice8842 :complies true. -:alice8843 :complies true. -:alice8844 :complies true. -:alice8845 :complies true. -:alice8846 :complies true. -:alice8847 :complies true. -:alice8848 :complies true. -:alice8849 :complies true. -:alice8850 :complies true. -:alice8851 :complies true. -:alice8852 :complies true. -:alice8853 :complies true. -:alice8854 :complies true. -:alice8855 :complies true. -:alice8856 :complies true. -:alice8857 :complies true. -:alice8858 :complies true. -:alice8859 :complies true. -:alice8860 :complies true. -:alice8861 :complies true. -:alice8862 :complies true. -:alice8863 :complies true. -:alice8864 :complies true. -:alice8865 :complies true. -:alice8866 :complies true. -:alice8867 :complies true. -:alice8868 :complies true. -:alice8869 :complies true. -:alice8870 :complies true. -:alice8871 :complies true. -:alice8872 :complies true. -:alice8873 :complies true. -:alice8874 :complies true. -:alice8875 :complies true. -:alice8876 :complies true. -:alice8877 :complies true. -:alice8878 :complies true. -:alice8879 :complies true. -:alice8880 :complies true. -:alice8881 :complies true. -:alice8882 :complies true. -:alice8883 :complies true. -:alice8884 :complies true. -:alice8885 :complies true. -:alice8886 :complies true. -:alice8887 :complies true. -:alice8888 :complies true. -:alice8889 :complies true. -:alice8890 :complies true. -:alice8891 :complies true. -:alice8892 :complies true. -:alice8893 :complies true. -:alice8894 :complies true. -:alice8895 :complies true. -:alice8896 :complies true. -:alice8897 :complies true. -:alice8898 :complies true. -:alice8899 :complies true. -:alice8900 :complies true. -:alice8901 :complies true. -:alice8902 :complies true. -:alice8903 :complies true. -:alice8904 :complies true. -:alice8905 :complies true. -:alice8906 :complies true. -:alice8907 :complies true. -:alice8908 :complies true. -:alice8909 :complies true. -:alice8910 :complies true. -:alice8911 :complies true. -:alice8912 :complies true. -:alice8913 :complies true. -:alice8914 :complies true. -:alice8915 :complies true. -:alice8916 :complies true. -:alice8917 :complies true. -:alice8918 :complies true. -:alice8919 :complies true. -:alice8920 :complies true. -:alice8921 :complies true. -:alice8922 :complies true. -:alice8923 :complies true. -:alice8924 :complies true. -:alice8925 :complies true. -:alice8926 :complies true. -:alice8927 :complies true. -:alice8928 :complies true. -:alice8929 :complies true. -:alice8930 :complies true. -:alice8931 :complies true. -:alice8932 :complies true. -:alice8933 :complies true. -:alice8934 :complies true. -:alice8935 :complies true. -:alice8936 :complies true. -:alice8937 :complies true. -:alice8938 :complies true. -:alice8939 :complies true. -:alice8940 :complies true. -:alice8941 :complies true. -:alice8942 :complies true. -:alice8943 :complies true. -:alice8944 :complies true. -:alice8945 :complies true. -:alice8946 :complies true. -:alice8947 :complies true. -:alice8948 :complies true. -:alice8949 :complies true. -:alice8950 :complies true. -:alice8951 :complies true. -:alice8952 :complies true. -:alice8953 :complies true. -:alice8954 :complies true. -:alice8955 :complies true. -:alice8956 :complies true. -:alice8957 :complies true. -:alice8958 :complies true. -:alice8959 :complies true. -:alice8960 :complies true. -:alice8961 :complies true. -:alice8962 :complies true. -:alice8963 :complies true. -:alice8964 :complies true. -:alice8965 :complies true. -:alice8966 :complies true. -:alice8967 :complies true. -:alice8968 :complies true. -:alice8969 :complies true. -:alice8970 :complies true. -:alice8971 :complies true. -:alice8972 :complies true. -:alice8973 :complies true. -:alice8974 :complies true. -:alice8975 :complies true. -:alice8976 :complies true. -:alice8977 :complies true. -:alice8978 :complies true. -:alice8979 :complies true. -:alice8980 :complies true. -:alice8981 :complies true. -:alice8982 :complies true. -:alice8983 :complies true. -:alice8984 :complies true. -:alice8985 :complies true. -:alice8986 :complies true. -:alice8987 :complies true. -:alice8988 :complies true. -:alice8989 :complies true. -:alice8990 :complies true. -:alice8991 :complies true. -:alice8992 :complies true. -:alice8993 :complies true. -:alice8994 :complies true. -:alice8995 :complies true. -:alice8996 :complies true. -:alice8997 :complies true. -:alice8998 :complies true. -:alice8999 :complies true. -:alice9000 :complies true. -:alice9001 :complies true. -:alice9002 :complies true. -:alice9003 :complies true. -:alice9004 :complies true. -:alice9005 :complies true. -:alice9006 :complies true. -:alice9007 :complies true. -:alice9008 :complies true. -:alice9009 :complies true. -:alice9010 :complies true. -:alice9011 :complies true. -:alice9012 :complies true. -:alice9013 :complies true. -:alice9014 :complies true. -:alice9015 :complies true. -:alice9016 :complies true. -:alice9017 :complies true. -:alice9018 :complies true. -:alice9019 :complies true. -:alice9020 :complies true. -:alice9021 :complies true. -:alice9022 :complies true. -:alice9023 :complies true. -:alice9024 :complies true. -:alice9025 :complies true. -:alice9026 :complies true. -:alice9027 :complies true. -:alice9028 :complies true. -:alice9029 :complies true. -:alice9030 :complies true. -:alice9031 :complies true. -:alice9032 :complies true. -:alice9033 :complies true. -:alice9034 :complies true. -:alice9035 :complies true. -:alice9036 :complies true. -:alice9037 :complies true. -:alice9038 :complies true. -:alice9039 :complies true. -:alice9040 :complies true. -:alice9041 :complies true. -:alice9042 :complies true. -:alice9043 :complies true. -:alice9044 :complies true. -:alice9045 :complies true. -:alice9046 :complies true. -:alice9047 :complies true. -:alice9048 :complies true. -:alice9049 :complies true. -:alice9050 :complies true. -:alice9051 :complies true. -:alice9052 :complies true. -:alice9053 :complies true. -:alice9054 :complies true. -:alice9055 :complies true. -:alice9056 :complies true. -:alice9057 :complies true. -:alice9058 :complies true. -:alice9059 :complies true. -:alice9060 :complies true. -:alice9061 :complies true. -:alice9062 :complies true. -:alice9063 :complies true. -:alice9064 :complies true. -:alice9065 :complies true. -:alice9066 :complies true. -:alice9067 :complies true. -:alice9068 :complies true. -:alice9069 :complies true. -:alice9070 :complies true. -:alice9071 :complies true. -:alice9072 :complies true. -:alice9073 :complies true. -:alice9074 :complies true. -:alice9075 :complies true. -:alice9076 :complies true. -:alice9077 :complies true. -:alice9078 :complies true. -:alice9079 :complies true. -:alice9080 :complies true. -:alice9081 :complies true. -:alice9082 :complies true. -:alice9083 :complies true. -:alice9084 :complies true. -:alice9085 :complies true. -:alice9086 :complies true. -:alice9087 :complies true. -:alice9088 :complies true. -:alice9089 :complies true. -:alice9090 :complies true. -:alice9091 :complies true. -:alice9092 :complies true. -:alice9093 :complies true. -:alice9094 :complies true. -:alice9095 :complies true. -:alice9096 :complies true. -:alice9097 :complies true. -:alice9098 :complies true. -:alice9099 :complies true. -:alice9100 :complies true. -:alice9101 :complies true. -:alice9102 :complies true. -:alice9103 :complies true. -:alice9104 :complies true. -:alice9105 :complies true. -:alice9106 :complies true. -:alice9107 :complies true. -:alice9108 :complies true. -:alice9109 :complies true. -:alice9110 :complies true. -:alice9111 :complies true. -:alice9112 :complies true. -:alice9113 :complies true. -:alice9114 :complies true. -:alice9115 :complies true. -:alice9116 :complies true. -:alice9117 :complies true. -:alice9118 :complies true. -:alice9119 :complies true. -:alice9120 :complies true. -:alice9121 :complies true. -:alice9122 :complies true. -:alice9123 :complies true. -:alice9124 :complies true. -:alice9125 :complies true. -:alice9126 :complies true. -:alice9127 :complies true. -:alice9128 :complies true. -:alice9129 :complies true. -:alice9130 :complies true. -:alice9131 :complies true. -:alice9132 :complies true. -:alice9133 :complies true. -:alice9134 :complies true. -:alice9135 :complies true. -:alice9136 :complies true. -:alice9137 :complies true. -:alice9138 :complies true. -:alice9139 :complies true. -:alice9140 :complies true. -:alice9141 :complies true. -:alice9142 :complies true. -:alice9143 :complies true. -:alice9144 :complies true. -:alice9145 :complies true. -:alice9146 :complies true. -:alice9147 :complies true. -:alice9148 :complies true. -:alice9149 :complies true. -:alice9150 :complies true. -:alice9151 :complies true. -:alice9152 :complies true. -:alice9153 :complies true. -:alice9154 :complies true. -:alice9155 :complies true. -:alice9156 :complies true. -:alice9157 :complies true. -:alice9158 :complies true. -:alice9159 :complies true. -:alice9160 :complies true. -:alice9161 :complies true. -:alice9162 :complies true. -:alice9163 :complies true. -:alice9164 :complies true. -:alice9165 :complies true. -:alice9166 :complies true. -:alice9167 :complies true. -:alice9168 :complies true. -:alice9169 :complies true. -:alice9170 :complies true. -:alice9171 :complies true. -:alice9172 :complies true. -:alice9173 :complies true. -:alice9174 :complies true. -:alice9175 :complies true. -:alice9176 :complies true. -:alice9177 :complies true. -:alice9178 :complies true. -:alice9179 :complies true. -:alice9180 :complies true. -:alice9181 :complies true. -:alice9182 :complies true. -:alice9183 :complies true. -:alice9184 :complies true. -:alice9185 :complies true. -:alice9186 :complies true. -:alice9187 :complies true. -:alice9188 :complies true. -:alice9189 :complies true. -:alice9190 :complies true. -:alice9191 :complies true. -:alice9192 :complies true. -:alice9193 :complies true. -:alice9194 :complies true. -:alice9195 :complies true. -:alice9196 :complies true. -:alice9197 :complies true. -:alice9198 :complies true. -:alice9199 :complies true. -:alice9200 :complies true. -:alice9201 :complies true. -:alice9202 :complies true. -:alice9203 :complies true. -:alice9204 :complies true. -:alice9205 :complies true. -:alice9206 :complies true. -:alice9207 :complies true. -:alice9208 :complies true. -:alice9209 :complies true. -:alice9210 :complies true. -:alice9211 :complies true. -:alice9212 :complies true. -:alice9213 :complies true. -:alice9214 :complies true. -:alice9215 :complies true. -:alice9216 :complies true. -:alice9217 :complies true. -:alice9218 :complies true. -:alice9219 :complies true. -:alice9220 :complies true. -:alice9221 :complies true. -:alice9222 :complies true. -:alice9223 :complies true. -:alice9224 :complies true. -:alice9225 :complies true. -:alice9226 :complies true. -:alice9227 :complies true. -:alice9228 :complies true. -:alice9229 :complies true. -:alice9230 :complies true. -:alice9231 :complies true. -:alice9232 :complies true. -:alice9233 :complies true. -:alice9234 :complies true. -:alice9235 :complies true. -:alice9236 :complies true. -:alice9237 :complies true. -:alice9238 :complies true. -:alice9239 :complies true. -:alice9240 :complies true. -:alice9241 :complies true. -:alice9242 :complies true. -:alice9243 :complies true. -:alice9244 :complies true. -:alice9245 :complies true. -:alice9246 :complies true. -:alice9247 :complies true. -:alice9248 :complies true. -:alice9249 :complies true. -:alice9250 :complies true. -:alice9251 :complies true. -:alice9252 :complies true. -:alice9253 :complies true. -:alice9254 :complies true. -:alice9255 :complies true. -:alice9256 :complies true. -:alice9257 :complies true. -:alice9258 :complies true. -:alice9259 :complies true. -:alice9260 :complies true. -:alice9261 :complies true. -:alice9262 :complies true. -:alice9263 :complies true. -:alice9264 :complies true. -:alice9265 :complies true. -:alice9266 :complies true. -:alice9267 :complies true. -:alice9268 :complies true. -:alice9269 :complies true. -:alice9270 :complies true. -:alice9271 :complies true. -:alice9272 :complies true. -:alice9273 :complies true. -:alice9274 :complies true. -:alice9275 :complies true. -:alice9276 :complies true. -:alice9277 :complies true. -:alice9278 :complies true. -:alice9279 :complies true. -:alice9280 :complies true. -:alice9281 :complies true. -:alice9282 :complies true. -:alice9283 :complies true. -:alice9284 :complies true. -:alice9285 :complies true. -:alice9286 :complies true. -:alice9287 :complies true. -:alice9288 :complies true. -:alice9289 :complies true. -:alice9290 :complies true. -:alice9291 :complies true. -:alice9292 :complies true. -:alice9293 :complies true. -:alice9294 :complies true. -:alice9295 :complies true. -:alice9296 :complies true. -:alice9297 :complies true. -:alice9298 :complies true. -:alice9299 :complies true. -:alice9300 :complies true. -:alice9301 :complies true. -:alice9302 :complies true. -:alice9303 :complies true. -:alice9304 :complies true. -:alice9305 :complies true. -:alice9306 :complies true. -:alice9307 :complies true. -:alice9308 :complies true. -:alice9309 :complies true. -:alice9310 :complies true. -:alice9311 :complies true. -:alice9312 :complies true. -:alice9313 :complies true. -:alice9314 :complies true. -:alice9315 :complies true. -:alice9316 :complies true. -:alice9317 :complies true. -:alice9318 :complies true. -:alice9319 :complies true. -:alice9320 :complies true. -:alice9321 :complies true. -:alice9322 :complies true. -:alice9323 :complies true. -:alice9324 :complies true. -:alice9325 :complies true. -:alice9326 :complies true. -:alice9327 :complies true. -:alice9328 :complies true. -:alice9329 :complies true. -:alice9330 :complies true. -:alice9331 :complies true. -:alice9332 :complies true. -:alice9333 :complies true. -:alice9334 :complies true. -:alice9335 :complies true. -:alice9336 :complies true. -:alice9337 :complies true. -:alice9338 :complies true. -:alice9339 :complies true. -:alice9340 :complies true. -:alice9341 :complies true. -:alice9342 :complies true. -:alice9343 :complies true. -:alice9344 :complies true. -:alice9345 :complies true. -:alice9346 :complies true. -:alice9347 :complies true. -:alice9348 :complies true. -:alice9349 :complies true. -:alice9350 :complies true. -:alice9351 :complies true. -:alice9352 :complies true. -:alice9353 :complies true. -:alice9354 :complies true. -:alice9355 :complies true. -:alice9356 :complies true. -:alice9357 :complies true. -:alice9358 :complies true. -:alice9359 :complies true. -:alice9360 :complies true. -:alice9361 :complies true. -:alice9362 :complies true. -:alice9363 :complies true. -:alice9364 :complies true. -:alice9365 :complies true. -:alice9366 :complies true. -:alice9367 :complies true. -:alice9368 :complies true. -:alice9369 :complies true. -:alice9370 :complies true. -:alice9371 :complies true. -:alice9372 :complies true. -:alice9373 :complies true. -:alice9374 :complies true. -:alice9375 :complies true. -:alice9376 :complies true. -:alice9377 :complies true. -:alice9378 :complies true. -:alice9379 :complies true. -:alice9380 :complies true. -:alice9381 :complies true. -:alice9382 :complies true. -:alice9383 :complies true. -:alice9384 :complies true. -:alice9385 :complies true. -:alice9386 :complies true. -:alice9387 :complies true. -:alice9388 :complies true. -:alice9389 :complies true. -:alice9390 :complies true. -:alice9391 :complies true. -:alice9392 :complies true. -:alice9393 :complies true. -:alice9394 :complies true. -:alice9395 :complies true. -:alice9396 :complies true. -:alice9397 :complies true. -:alice9398 :complies true. -:alice9399 :complies true. -:alice9400 :complies true. -:alice9401 :complies true. -:alice9402 :complies true. -:alice9403 :complies true. -:alice9404 :complies true. -:alice9405 :complies true. -:alice9406 :complies true. -:alice9407 :complies true. -:alice9408 :complies true. -:alice9409 :complies true. -:alice9410 :complies true. -:alice9411 :complies true. -:alice9412 :complies true. -:alice9413 :complies true. -:alice9414 :complies true. -:alice9415 :complies true. -:alice9416 :complies true. -:alice9417 :complies true. -:alice9418 :complies true. -:alice9419 :complies true. -:alice9420 :complies true. -:alice9421 :complies true. -:alice9422 :complies true. -:alice9423 :complies true. -:alice9424 :complies true. -:alice9425 :complies true. -:alice9426 :complies true. -:alice9427 :complies true. -:alice9428 :complies true. -:alice9429 :complies true. -:alice9430 :complies true. -:alice9431 :complies true. -:alice9432 :complies true. -:alice9433 :complies true. -:alice9434 :complies true. -:alice9435 :complies true. -:alice9436 :complies true. -:alice9437 :complies true. -:alice9438 :complies true. -:alice9439 :complies true. -:alice9440 :complies true. -:alice9441 :complies true. -:alice9442 :complies true. -:alice9443 :complies true. -:alice9444 :complies true. -:alice9445 :complies true. -:alice9446 :complies true. -:alice9447 :complies true. -:alice9448 :complies true. -:alice9449 :complies true. -:alice9450 :complies true. -:alice9451 :complies true. -:alice9452 :complies true. -:alice9453 :complies true. -:alice9454 :complies true. -:alice9455 :complies true. -:alice9456 :complies true. -:alice9457 :complies true. -:alice9458 :complies true. -:alice9459 :complies true. -:alice9460 :complies true. -:alice9461 :complies true. -:alice9462 :complies true. -:alice9463 :complies true. -:alice9464 :complies true. -:alice9465 :complies true. -:alice9466 :complies true. -:alice9467 :complies true. -:alice9468 :complies true. -:alice9469 :complies true. -:alice9470 :complies true. -:alice9471 :complies true. -:alice9472 :complies true. -:alice9473 :complies true. -:alice9474 :complies true. -:alice9475 :complies true. -:alice9476 :complies true. -:alice9477 :complies true. -:alice9478 :complies true. -:alice9479 :complies true. -:alice9480 :complies true. -:alice9481 :complies true. -:alice9482 :complies true. -:alice9483 :complies true. -:alice9484 :complies true. -:alice9485 :complies true. -:alice9486 :complies true. -:alice9487 :complies true. -:alice9488 :complies true. -:alice9489 :complies true. -:alice9490 :complies true. -:alice9491 :complies true. -:alice9492 :complies true. -:alice9493 :complies true. -:alice9494 :complies true. -:alice9495 :complies true. -:alice9496 :complies true. -:alice9497 :complies true. -:alice9498 :complies true. -:alice9499 :complies true. -:alice9500 :complies true. -:alice9501 :complies true. -:alice9502 :complies true. -:alice9503 :complies true. -:alice9504 :complies true. -:alice9505 :complies true. -:alice9506 :complies true. -:alice9507 :complies true. -:alice9508 :complies true. -:alice9509 :complies true. -:alice9510 :complies true. -:alice9511 :complies true. -:alice9512 :complies true. -:alice9513 :complies true. -:alice9514 :complies true. -:alice9515 :complies true. -:alice9516 :complies true. -:alice9517 :complies true. -:alice9518 :complies true. -:alice9519 :complies true. -:alice9520 :complies true. -:alice9521 :complies true. -:alice9522 :complies true. -:alice9523 :complies true. -:alice9524 :complies true. -:alice9525 :complies true. -:alice9526 :complies true. -:alice9527 :complies true. -:alice9528 :complies true. -:alice9529 :complies true. -:alice9530 :complies true. -:alice9531 :complies true. -:alice9532 :complies true. -:alice9533 :complies true. -:alice9534 :complies true. -:alice9535 :complies true. -:alice9536 :complies true. -:alice9537 :complies true. -:alice9538 :complies true. -:alice9539 :complies true. -:alice9540 :complies true. -:alice9541 :complies true. -:alice9542 :complies true. -:alice9543 :complies true. -:alice9544 :complies true. -:alice9545 :complies true. -:alice9546 :complies true. -:alice9547 :complies true. -:alice9548 :complies true. -:alice9549 :complies true. -:alice9550 :complies true. -:alice9551 :complies true. -:alice9552 :complies true. -:alice9553 :complies true. -:alice9554 :complies true. -:alice9555 :complies true. -:alice9556 :complies true. -:alice9557 :complies true. -:alice9558 :complies true. -:alice9559 :complies true. -:alice9560 :complies true. -:alice9561 :complies true. -:alice9562 :complies true. -:alice9563 :complies true. -:alice9564 :complies true. -:alice9565 :complies true. -:alice9566 :complies true. -:alice9567 :complies true. -:alice9568 :complies true. -:alice9569 :complies true. -:alice9570 :complies true. -:alice9571 :complies true. -:alice9572 :complies true. -:alice9573 :complies true. -:alice9574 :complies true. -:alice9575 :complies true. -:alice9576 :complies true. -:alice9577 :complies true. -:alice9578 :complies true. -:alice9579 :complies true. -:alice9580 :complies true. -:alice9581 :complies true. -:alice9582 :complies true. -:alice9583 :complies true. -:alice9584 :complies true. -:alice9585 :complies true. -:alice9586 :complies true. -:alice9587 :complies true. -:alice9588 :complies true. -:alice9589 :complies true. -:alice9590 :complies true. -:alice9591 :complies true. -:alice9592 :complies true. -:alice9593 :complies true. -:alice9594 :complies true. -:alice9595 :complies true. -:alice9596 :complies true. -:alice9597 :complies true. -:alice9598 :complies true. -:alice9599 :complies true. -:alice9600 :complies true. -:alice9601 :complies true. -:alice9602 :complies true. -:alice9603 :complies true. -:alice9604 :complies true. -:alice9605 :complies true. -:alice9606 :complies true. -:alice9607 :complies true. -:alice9608 :complies true. -:alice9609 :complies true. -:alice9610 :complies true. -:alice9611 :complies true. -:alice9612 :complies true. -:alice9613 :complies true. -:alice9614 :complies true. -:alice9615 :complies true. -:alice9616 :complies true. -:alice9617 :complies true. -:alice9618 :complies true. -:alice9619 :complies true. -:alice9620 :complies true. -:alice9621 :complies true. -:alice9622 :complies true. -:alice9623 :complies true. -:alice9624 :complies true. -:alice9625 :complies true. -:alice9626 :complies true. -:alice9627 :complies true. -:alice9628 :complies true. -:alice9629 :complies true. -:alice9630 :complies true. -:alice9631 :complies true. -:alice9632 :complies true. -:alice9633 :complies true. -:alice9634 :complies true. -:alice9635 :complies true. -:alice9636 :complies true. -:alice9637 :complies true. -:alice9638 :complies true. -:alice9639 :complies true. -:alice9640 :complies true. -:alice9641 :complies true. -:alice9642 :complies true. -:alice9643 :complies true. -:alice9644 :complies true. -:alice9645 :complies true. -:alice9646 :complies true. -:alice9647 :complies true. -:alice9648 :complies true. -:alice9649 :complies true. -:alice9650 :complies true. -:alice9651 :complies true. -:alice9652 :complies true. -:alice9653 :complies true. -:alice9654 :complies true. -:alice9655 :complies true. -:alice9656 :complies true. -:alice9657 :complies true. -:alice9658 :complies true. -:alice9659 :complies true. -:alice9660 :complies true. -:alice9661 :complies true. -:alice9662 :complies true. -:alice9663 :complies true. -:alice9664 :complies true. -:alice9665 :complies true. -:alice9666 :complies true. -:alice9667 :complies true. -:alice9668 :complies true. -:alice9669 :complies true. -:alice9670 :complies true. -:alice9671 :complies true. -:alice9672 :complies true. -:alice9673 :complies true. -:alice9674 :complies true. -:alice9675 :complies true. -:alice9676 :complies true. -:alice9677 :complies true. -:alice9678 :complies true. -:alice9679 :complies true. -:alice9680 :complies true. -:alice9681 :complies true. -:alice9682 :complies true. -:alice9683 :complies true. -:alice9684 :complies true. -:alice9685 :complies true. -:alice9686 :complies true. -:alice9687 :complies true. -:alice9688 :complies true. -:alice9689 :complies true. -:alice9690 :complies true. -:alice9691 :complies true. -:alice9692 :complies true. -:alice9693 :complies true. -:alice9694 :complies true. -:alice9695 :complies true. -:alice9696 :complies true. -:alice9697 :complies true. -:alice9698 :complies true. -:alice9699 :complies true. -:alice9700 :complies true. -:alice9701 :complies true. -:alice9702 :complies true. -:alice9703 :complies true. -:alice9704 :complies true. -:alice9705 :complies true. -:alice9706 :complies true. -:alice9707 :complies true. -:alice9708 :complies true. -:alice9709 :complies true. -:alice9710 :complies true. -:alice9711 :complies true. -:alice9712 :complies true. -:alice9713 :complies true. -:alice9714 :complies true. -:alice9715 :complies true. -:alice9716 :complies true. -:alice9717 :complies true. -:alice9718 :complies true. -:alice9719 :complies true. -:alice9720 :complies true. -:alice9721 :complies true. -:alice9722 :complies true. -:alice9723 :complies true. -:alice9724 :complies true. -:alice9725 :complies true. -:alice9726 :complies true. -:alice9727 :complies true. -:alice9728 :complies true. -:alice9729 :complies true. -:alice9730 :complies true. -:alice9731 :complies true. -:alice9732 :complies true. -:alice9733 :complies true. -:alice9734 :complies true. -:alice9735 :complies true. -:alice9736 :complies true. -:alice9737 :complies true. -:alice9738 :complies true. -:alice9739 :complies true. -:alice9740 :complies true. -:alice9741 :complies true. -:alice9742 :complies true. -:alice9743 :complies true. -:alice9744 :complies true. -:alice9745 :complies true. -:alice9746 :complies true. -:alice9747 :complies true. -:alice9748 :complies true. -:alice9749 :complies true. -:alice9750 :complies true. -:alice9751 :complies true. -:alice9752 :complies true. -:alice9753 :complies true. -:alice9754 :complies true. -:alice9755 :complies true. -:alice9756 :complies true. -:alice9757 :complies true. -:alice9758 :complies true. -:alice9759 :complies true. -:alice9760 :complies true. -:alice9761 :complies true. -:alice9762 :complies true. -:alice9763 :complies true. -:alice9764 :complies true. -:alice9765 :complies true. -:alice9766 :complies true. -:alice9767 :complies true. -:alice9768 :complies true. -:alice9769 :complies true. -:alice9770 :complies true. -:alice9771 :complies true. -:alice9772 :complies true. -:alice9773 :complies true. -:alice9774 :complies true. -:alice9775 :complies true. -:alice9776 :complies true. -:alice9777 :complies true. -:alice9778 :complies true. -:alice9779 :complies true. -:alice9780 :complies true. -:alice9781 :complies true. -:alice9782 :complies true. -:alice9783 :complies true. -:alice9784 :complies true. -:alice9785 :complies true. -:alice9786 :complies true. -:alice9787 :complies true. -:alice9788 :complies true. -:alice9789 :complies true. -:alice9790 :complies true. -:alice9791 :complies true. -:alice9792 :complies true. -:alice9793 :complies true. -:alice9794 :complies true. -:alice9795 :complies true. -:alice9796 :complies true. -:alice9797 :complies true. -:alice9798 :complies true. -:alice9799 :complies true. -:alice9800 :complies true. -:alice9801 :complies true. -:alice9802 :complies true. -:alice9803 :complies true. -:alice9804 :complies true. -:alice9805 :complies true. -:alice9806 :complies true. -:alice9807 :complies true. -:alice9808 :complies true. -:alice9809 :complies true. -:alice9810 :complies true. -:alice9811 :complies true. -:alice9812 :complies true. -:alice9813 :complies true. -:alice9814 :complies true. -:alice9815 :complies true. -:alice9816 :complies true. -:alice9817 :complies true. -:alice9818 :complies true. -:alice9819 :complies true. -:alice9820 :complies true. -:alice9821 :complies true. -:alice9822 :complies true. -:alice9823 :complies true. -:alice9824 :complies true. -:alice9825 :complies true. -:alice9826 :complies true. -:alice9827 :complies true. -:alice9828 :complies true. -:alice9829 :complies true. -:alice9830 :complies true. -:alice9831 :complies true. -:alice9832 :complies true. -:alice9833 :complies true. -:alice9834 :complies true. -:alice9835 :complies true. -:alice9836 :complies true. -:alice9837 :complies true. -:alice9838 :complies true. -:alice9839 :complies true. -:alice9840 :complies true. -:alice9841 :complies true. -:alice9842 :complies true. -:alice9843 :complies true. -:alice9844 :complies true. -:alice9845 :complies true. -:alice9846 :complies true. -:alice9847 :complies true. -:alice9848 :complies true. -:alice9849 :complies true. -:alice9850 :complies true. -:alice9851 :complies true. -:alice9852 :complies true. -:alice9853 :complies true. -:alice9854 :complies true. -:alice9855 :complies true. -:alice9856 :complies true. -:alice9857 :complies true. -:alice9858 :complies true. -:alice9859 :complies true. -:alice9860 :complies true. -:alice9861 :complies true. -:alice9862 :complies true. -:alice9863 :complies true. -:alice9864 :complies true. -:alice9865 :complies true. -:alice9866 :complies true. -:alice9867 :complies true. -:alice9868 :complies true. -:alice9869 :complies true. -:alice9870 :complies true. -:alice9871 :complies true. -:alice9872 :complies true. -:alice9873 :complies true. -:alice9874 :complies true. -:alice9875 :complies true. -:alice9876 :complies true. -:alice9877 :complies true. -:alice9878 :complies true. -:alice9879 :complies true. -:alice9880 :complies true. -:alice9881 :complies true. -:alice9882 :complies true. -:alice9883 :complies true. -:alice9884 :complies true. -:alice9885 :complies true. -:alice9886 :complies true. -:alice9887 :complies true. -:alice9888 :complies true. -:alice9889 :complies true. -:alice9890 :complies true. -:alice9891 :complies true. -:alice9892 :complies true. -:alice9893 :complies true. -:alice9894 :complies true. -:alice9895 :complies true. -:alice9896 :complies true. -:alice9897 :complies true. -:alice9898 :complies true. -:alice9899 :complies true. -:alice9900 :complies true. -:alice9901 :complies true. -:alice9902 :complies true. -:alice9903 :complies true. -:alice9904 :complies true. -:alice9905 :complies true. -:alice9906 :complies true. -:alice9907 :complies true. -:alice9908 :complies true. -:alice9909 :complies true. -:alice9910 :complies true. -:alice9911 :complies true. -:alice9912 :complies true. -:alice9913 :complies true. -:alice9914 :complies true. -:alice9915 :complies true. -:alice9916 :complies true. -:alice9917 :complies true. -:alice9918 :complies true. -:alice9919 :complies true. -:alice9920 :complies true. -:alice9921 :complies true. -:alice9922 :complies true. -:alice9923 :complies true. -:alice9924 :complies true. -:alice9925 :complies true. -:alice9926 :complies true. -:alice9927 :complies true. -:alice9928 :complies true. -:alice9929 :complies true. -:alice9930 :complies true. -:alice9931 :complies true. -:alice9932 :complies true. -:alice9933 :complies true. -:alice9934 :complies true. -:alice9935 :complies true. -:alice9936 :complies true. -:alice9937 :complies true. -:alice9938 :complies true. -:alice9939 :complies true. -:alice9940 :complies true. -:alice9941 :complies true. -:alice9942 :complies true. -:alice9943 :complies true. -:alice9944 :complies true. -:alice9945 :complies true. -:alice9946 :complies true. -:alice9947 :complies true. -:alice9948 :complies true. -:alice9949 :complies true. -:alice9950 :complies true. -:alice9951 :complies true. -:alice9952 :complies true. -:alice9953 :complies true. -:alice9954 :complies true. -:alice9955 :complies true. -:alice9956 :complies true. -:alice9957 :complies true. -:alice9958 :complies true. -:alice9959 :complies true. -:alice9960 :complies true. -:alice9961 :complies true. -:alice9962 :complies true. -:alice9963 :complies true. -:alice9964 :complies true. -:alice9965 :complies true. -:alice9966 :complies true. -:alice9967 :complies true. -:alice9968 :complies true. -:alice9969 :complies true. -:alice9970 :complies true. -:alice9971 :complies true. -:alice9972 :complies true. -:alice9973 :complies true. -:alice9974 :complies true. -:alice9975 :complies true. -:alice9976 :complies true. -:alice9977 :complies true. -:alice9978 :complies true. -:alice9979 :complies true. -:alice9980 :complies true. -:alice9981 :complies true. -:alice9982 :complies true. -:alice9983 :complies true. -:alice9984 :complies true. -:alice9985 :complies true. -:alice9986 :complies true. -:alice9987 :complies true. -:alice9988 :complies true. -:alice9989 :complies true. -:alice9990 :complies true. -:alice9991 :complies true. -:alice9992 :complies true. -:alice9993 :complies true. -:alice9994 :complies true. -:alice9995 :complies true. -:alice9996 :complies true. -:alice9997 :complies true. -:alice9998 :complies true. -:alice9999 :complies true. -:alice10000 :complies true. :carol1 :complies false. :carol2 :complies false. :carol3 :complies false. @@ -25002,5006 +15002,6 @@ :carol4998 :complies false. :carol4999 :complies false. :carol5000 :complies false. -:carol5001 :complies false. -:carol5002 :complies false. -:carol5003 :complies false. -:carol5004 :complies false. -:carol5005 :complies false. -:carol5006 :complies false. -:carol5007 :complies false. -:carol5008 :complies false. -:carol5009 :complies false. -:carol5010 :complies false. -:carol5011 :complies false. -:carol5012 :complies false. -:carol5013 :complies false. -:carol5014 :complies false. -:carol5015 :complies false. -:carol5016 :complies false. -:carol5017 :complies false. -:carol5018 :complies false. -:carol5019 :complies false. -:carol5020 :complies false. -:carol5021 :complies false. -:carol5022 :complies false. -:carol5023 :complies false. -:carol5024 :complies false. -:carol5025 :complies false. -:carol5026 :complies false. -:carol5027 :complies false. -:carol5028 :complies false. -:carol5029 :complies false. -:carol5030 :complies false. -:carol5031 :complies false. -:carol5032 :complies false. -:carol5033 :complies false. -:carol5034 :complies false. -:carol5035 :complies false. -:carol5036 :complies false. -:carol5037 :complies false. -:carol5038 :complies false. -:carol5039 :complies false. -:carol5040 :complies false. -:carol5041 :complies false. -:carol5042 :complies false. -:carol5043 :complies false. -:carol5044 :complies false. -:carol5045 :complies false. -:carol5046 :complies false. -:carol5047 :complies false. -:carol5048 :complies false. -:carol5049 :complies false. -:carol5050 :complies false. -:carol5051 :complies false. -:carol5052 :complies false. -:carol5053 :complies false. -:carol5054 :complies false. -:carol5055 :complies false. -:carol5056 :complies false. -:carol5057 :complies false. -:carol5058 :complies false. -:carol5059 :complies false. -:carol5060 :complies false. -:carol5061 :complies false. -:carol5062 :complies false. -:carol5063 :complies false. -:carol5064 :complies false. -:carol5065 :complies false. -:carol5066 :complies false. -:carol5067 :complies false. -:carol5068 :complies false. -:carol5069 :complies false. -:carol5070 :complies false. -:carol5071 :complies false. -:carol5072 :complies false. -:carol5073 :complies false. -:carol5074 :complies false. -:carol5075 :complies false. -:carol5076 :complies false. -:carol5077 :complies false. -:carol5078 :complies false. -:carol5079 :complies false. -:carol5080 :complies false. -:carol5081 :complies false. -:carol5082 :complies false. -:carol5083 :complies false. -:carol5084 :complies false. -:carol5085 :complies false. -:carol5086 :complies false. -:carol5087 :complies false. -:carol5088 :complies false. -:carol5089 :complies false. -:carol5090 :complies false. -:carol5091 :complies false. -:carol5092 :complies false. -:carol5093 :complies false. -:carol5094 :complies false. -:carol5095 :complies false. -:carol5096 :complies false. -:carol5097 :complies false. -:carol5098 :complies false. -:carol5099 :complies false. -:carol5100 :complies false. -:carol5101 :complies false. -:carol5102 :complies false. -:carol5103 :complies false. -:carol5104 :complies false. -:carol5105 :complies false. -:carol5106 :complies false. -:carol5107 :complies false. -:carol5108 :complies false. -:carol5109 :complies false. -:carol5110 :complies false. -:carol5111 :complies false. -:carol5112 :complies false. -:carol5113 :complies false. -:carol5114 :complies false. -:carol5115 :complies false. -:carol5116 :complies false. -:carol5117 :complies false. -:carol5118 :complies false. -:carol5119 :complies false. -:carol5120 :complies false. -:carol5121 :complies false. -:carol5122 :complies false. -:carol5123 :complies false. -:carol5124 :complies false. -:carol5125 :complies false. -:carol5126 :complies false. -:carol5127 :complies false. -:carol5128 :complies false. -:carol5129 :complies false. -:carol5130 :complies false. -:carol5131 :complies false. -:carol5132 :complies false. -:carol5133 :complies false. -:carol5134 :complies false. -:carol5135 :complies false. -:carol5136 :complies false. -:carol5137 :complies false. -:carol5138 :complies false. -:carol5139 :complies false. -:carol5140 :complies false. -:carol5141 :complies false. -:carol5142 :complies false. -:carol5143 :complies false. -:carol5144 :complies false. -:carol5145 :complies false. -:carol5146 :complies false. -:carol5147 :complies false. -:carol5148 :complies false. -:carol5149 :complies false. -:carol5150 :complies false. -:carol5151 :complies false. -:carol5152 :complies false. -:carol5153 :complies false. -:carol5154 :complies false. -:carol5155 :complies false. -:carol5156 :complies false. -:carol5157 :complies false. -:carol5158 :complies false. -:carol5159 :complies false. -:carol5160 :complies false. -:carol5161 :complies false. -:carol5162 :complies false. -:carol5163 :complies false. -:carol5164 :complies false. -:carol5165 :complies false. -:carol5166 :complies false. -:carol5167 :complies false. -:carol5168 :complies false. -:carol5169 :complies false. -:carol5170 :complies false. -:carol5171 :complies false. -:carol5172 :complies false. -:carol5173 :complies false. -:carol5174 :complies false. -:carol5175 :complies false. -:carol5176 :complies false. -:carol5177 :complies false. -:carol5178 :complies false. -:carol5179 :complies false. -:carol5180 :complies false. -:carol5181 :complies false. -:carol5182 :complies false. -:carol5183 :complies false. -:carol5184 :complies false. -:carol5185 :complies false. -:carol5186 :complies false. -:carol5187 :complies false. -:carol5188 :complies false. -:carol5189 :complies false. -:carol5190 :complies false. -:carol5191 :complies false. -:carol5192 :complies false. -:carol5193 :complies false. -:carol5194 :complies false. -:carol5195 :complies false. -:carol5196 :complies false. -:carol5197 :complies false. -:carol5198 :complies false. -:carol5199 :complies false. -:carol5200 :complies false. -:carol5201 :complies false. -:carol5202 :complies false. -:carol5203 :complies false. -:carol5204 :complies false. -:carol5205 :complies false. -:carol5206 :complies false. -:carol5207 :complies false. -:carol5208 :complies false. -:carol5209 :complies false. -:carol5210 :complies false. -:carol5211 :complies false. -:carol5212 :complies false. -:carol5213 :complies false. -:carol5214 :complies false. -:carol5215 :complies false. -:carol5216 :complies false. -:carol5217 :complies false. -:carol5218 :complies false. -:carol5219 :complies false. -:carol5220 :complies false. -:carol5221 :complies false. -:carol5222 :complies false. -:carol5223 :complies false. -:carol5224 :complies false. -:carol5225 :complies false. -:carol5226 :complies false. -:carol5227 :complies false. -:carol5228 :complies false. -:carol5229 :complies false. -:carol5230 :complies false. -:carol5231 :complies false. -:carol5232 :complies false. -:carol5233 :complies false. -:carol5234 :complies false. -:carol5235 :complies false. -:carol5236 :complies false. -:carol5237 :complies false. -:carol5238 :complies false. -:carol5239 :complies false. -:carol5240 :complies false. -:carol5241 :complies false. -:carol5242 :complies false. -:carol5243 :complies false. -:carol5244 :complies false. -:carol5245 :complies false. -:carol5246 :complies false. -:carol5247 :complies false. -:carol5248 :complies false. -:carol5249 :complies false. -:carol5250 :complies false. -:carol5251 :complies false. -:carol5252 :complies false. -:carol5253 :complies false. -:carol5254 :complies false. -:carol5255 :complies false. -:carol5256 :complies false. -:carol5257 :complies false. -:carol5258 :complies false. -:carol5259 :complies false. -:carol5260 :complies false. -:carol5261 :complies false. -:carol5262 :complies false. -:carol5263 :complies false. -:carol5264 :complies false. -:carol5265 :complies false. -:carol5266 :complies false. -:carol5267 :complies false. -:carol5268 :complies false. -:carol5269 :complies false. -:carol5270 :complies false. -:carol5271 :complies false. -:carol5272 :complies false. -:carol5273 :complies false. -:carol5274 :complies false. -:carol5275 :complies false. -:carol5276 :complies false. -:carol5277 :complies false. -:carol5278 :complies false. -:carol5279 :complies false. -:carol5280 :complies false. -:carol5281 :complies false. -:carol5282 :complies false. -:carol5283 :complies false. -:carol5284 :complies false. -:carol5285 :complies false. -:carol5286 :complies false. -:carol5287 :complies false. -:carol5288 :complies false. -:carol5289 :complies false. -:carol5290 :complies false. -:carol5291 :complies false. -:carol5292 :complies false. -:carol5293 :complies false. -:carol5294 :complies false. -:carol5295 :complies false. -:carol5296 :complies false. -:carol5297 :complies false. -:carol5298 :complies false. -:carol5299 :complies false. -:carol5300 :complies false. -:carol5301 :complies false. -:carol5302 :complies false. -:carol5303 :complies false. -:carol5304 :complies false. -:carol5305 :complies false. -:carol5306 :complies false. -:carol5307 :complies false. -:carol5308 :complies false. -:carol5309 :complies false. -:carol5310 :complies false. -:carol5311 :complies false. -:carol5312 :complies false. -:carol5313 :complies false. -:carol5314 :complies false. -:carol5315 :complies false. -:carol5316 :complies false. -:carol5317 :complies false. -:carol5318 :complies false. -:carol5319 :complies false. -:carol5320 :complies false. -:carol5321 :complies false. -:carol5322 :complies false. -:carol5323 :complies false. -:carol5324 :complies false. -:carol5325 :complies false. -:carol5326 :complies false. -:carol5327 :complies false. -:carol5328 :complies false. -:carol5329 :complies false. -:carol5330 :complies false. -:carol5331 :complies false. -:carol5332 :complies false. -:carol5333 :complies false. -:carol5334 :complies false. -:carol5335 :complies false. -:carol5336 :complies false. -:carol5337 :complies false. -:carol5338 :complies false. -:carol5339 :complies false. -:carol5340 :complies false. -:carol5341 :complies false. -:carol5342 :complies false. -:carol5343 :complies false. -:carol5344 :complies false. -:carol5345 :complies false. -:carol5346 :complies false. -:carol5347 :complies false. -:carol5348 :complies false. -:carol5349 :complies false. -:carol5350 :complies false. -:carol5351 :complies false. -:carol5352 :complies false. -:carol5353 :complies false. -:carol5354 :complies false. -:carol5355 :complies false. -:carol5356 :complies false. -:carol5357 :complies false. -:carol5358 :complies false. -:carol5359 :complies false. -:carol5360 :complies false. -:carol5361 :complies false. -:carol5362 :complies false. -:carol5363 :complies false. -:carol5364 :complies false. -:carol5365 :complies false. -:carol5366 :complies false. -:carol5367 :complies false. -:carol5368 :complies false. -:carol5369 :complies false. -:carol5370 :complies false. -:carol5371 :complies false. -:carol5372 :complies false. -:carol5373 :complies false. -:carol5374 :complies false. -:carol5375 :complies false. -:carol5376 :complies false. -:carol5377 :complies false. -:carol5378 :complies false. -:carol5379 :complies false. -:carol5380 :complies false. -:carol5381 :complies false. -:carol5382 :complies false. -:carol5383 :complies false. -:carol5384 :complies false. -:carol5385 :complies false. -:carol5386 :complies false. -:carol5387 :complies false. -:carol5388 :complies false. -:carol5389 :complies false. -:carol5390 :complies false. -:carol5391 :complies false. -:carol5392 :complies false. -:carol5393 :complies false. -:carol5394 :complies false. -:carol5395 :complies false. -:carol5396 :complies false. -:carol5397 :complies false. -:carol5398 :complies false. -:carol5399 :complies false. -:carol5400 :complies false. -:carol5401 :complies false. -:carol5402 :complies false. -:carol5403 :complies false. -:carol5404 :complies false. -:carol5405 :complies false. -:carol5406 :complies false. -:carol5407 :complies false. -:carol5408 :complies false. -:carol5409 :complies false. -:carol5410 :complies false. -:carol5411 :complies false. -:carol5412 :complies false. -:carol5413 :complies false. -:carol5414 :complies false. -:carol5415 :complies false. -:carol5416 :complies false. -:carol5417 :complies false. -:carol5418 :complies false. -:carol5419 :complies false. -:carol5420 :complies false. -:carol5421 :complies false. -:carol5422 :complies false. -:carol5423 :complies false. -:carol5424 :complies false. -:carol5425 :complies false. -:carol5426 :complies false. -:carol5427 :complies false. -:carol5428 :complies false. -:carol5429 :complies false. -:carol5430 :complies false. -:carol5431 :complies false. -:carol5432 :complies false. -:carol5433 :complies false. -:carol5434 :complies false. -:carol5435 :complies false. -:carol5436 :complies false. -:carol5437 :complies false. -:carol5438 :complies false. -:carol5439 :complies false. -:carol5440 :complies false. -:carol5441 :complies false. -:carol5442 :complies false. -:carol5443 :complies false. -:carol5444 :complies false. -:carol5445 :complies false. -:carol5446 :complies false. -:carol5447 :complies false. -:carol5448 :complies false. -:carol5449 :complies false. -:carol5450 :complies false. -:carol5451 :complies false. -:carol5452 :complies false. -:carol5453 :complies false. -:carol5454 :complies false. -:carol5455 :complies false. -:carol5456 :complies false. -:carol5457 :complies false. -:carol5458 :complies false. -:carol5459 :complies false. -:carol5460 :complies false. -:carol5461 :complies false. -:carol5462 :complies false. -:carol5463 :complies false. -:carol5464 :complies false. -:carol5465 :complies false. -:carol5466 :complies false. -:carol5467 :complies false. -:carol5468 :complies false. -:carol5469 :complies false. -:carol5470 :complies false. -:carol5471 :complies false. -:carol5472 :complies false. -:carol5473 :complies false. -:carol5474 :complies false. -:carol5475 :complies false. -:carol5476 :complies false. -:carol5477 :complies false. -:carol5478 :complies false. -:carol5479 :complies false. -:carol5480 :complies false. -:carol5481 :complies false. -:carol5482 :complies false. -:carol5483 :complies false. -:carol5484 :complies false. -:carol5485 :complies false. -:carol5486 :complies false. -:carol5487 :complies false. -:carol5488 :complies false. -:carol5489 :complies false. -:carol5490 :complies false. -:carol5491 :complies false. -:carol5492 :complies false. -:carol5493 :complies false. -:carol5494 :complies false. -:carol5495 :complies false. -:carol5496 :complies false. -:carol5497 :complies false. -:carol5498 :complies false. -:carol5499 :complies false. -:carol5500 :complies false. -:carol5501 :complies false. -:carol5502 :complies false. -:carol5503 :complies false. -:carol5504 :complies false. -:carol5505 :complies false. -:carol5506 :complies false. -:carol5507 :complies false. -:carol5508 :complies false. -:carol5509 :complies false. -:carol5510 :complies false. -:carol5511 :complies false. -:carol5512 :complies false. -:carol5513 :complies false. -:carol5514 :complies false. -:carol5515 :complies false. -:carol5516 :complies false. -:carol5517 :complies false. -:carol5518 :complies false. -:carol5519 :complies false. -:carol5520 :complies false. -:carol5521 :complies false. -:carol5522 :complies false. -:carol5523 :complies false. -:carol5524 :complies false. -:carol5525 :complies false. -:carol5526 :complies false. -:carol5527 :complies false. -:carol5528 :complies false. -:carol5529 :complies false. -:carol5530 :complies false. -:carol5531 :complies false. -:carol5532 :complies false. -:carol5533 :complies false. -:carol5534 :complies false. -:carol5535 :complies false. -:carol5536 :complies false. -:carol5537 :complies false. -:carol5538 :complies false. -:carol5539 :complies false. -:carol5540 :complies false. -:carol5541 :complies false. -:carol5542 :complies false. -:carol5543 :complies false. -:carol5544 :complies false. -:carol5545 :complies false. -:carol5546 :complies false. -:carol5547 :complies false. -:carol5548 :complies false. -:carol5549 :complies false. -:carol5550 :complies false. -:carol5551 :complies false. -:carol5552 :complies false. -:carol5553 :complies false. -:carol5554 :complies false. -:carol5555 :complies false. -:carol5556 :complies false. -:carol5557 :complies false. -:carol5558 :complies false. -:carol5559 :complies false. -:carol5560 :complies false. -:carol5561 :complies false. -:carol5562 :complies false. -:carol5563 :complies false. -:carol5564 :complies false. -:carol5565 :complies false. -:carol5566 :complies false. -:carol5567 :complies false. -:carol5568 :complies false. -:carol5569 :complies false. -:carol5570 :complies false. -:carol5571 :complies false. -:carol5572 :complies false. -:carol5573 :complies false. -:carol5574 :complies false. -:carol5575 :complies false. -:carol5576 :complies false. -:carol5577 :complies false. -:carol5578 :complies false. -:carol5579 :complies false. -:carol5580 :complies false. -:carol5581 :complies false. -:carol5582 :complies false. -:carol5583 :complies false. -:carol5584 :complies false. -:carol5585 :complies false. -:carol5586 :complies false. -:carol5587 :complies false. -:carol5588 :complies false. -:carol5589 :complies false. -:carol5590 :complies false. -:carol5591 :complies false. -:carol5592 :complies false. -:carol5593 :complies false. -:carol5594 :complies false. -:carol5595 :complies false. -:carol5596 :complies false. -:carol5597 :complies false. -:carol5598 :complies false. -:carol5599 :complies false. -:carol5600 :complies false. -:carol5601 :complies false. -:carol5602 :complies false. -:carol5603 :complies false. -:carol5604 :complies false. -:carol5605 :complies false. -:carol5606 :complies false. -:carol5607 :complies false. -:carol5608 :complies false. -:carol5609 :complies false. -:carol5610 :complies false. -:carol5611 :complies false. -:carol5612 :complies false. -:carol5613 :complies false. -:carol5614 :complies false. -:carol5615 :complies false. -:carol5616 :complies false. -:carol5617 :complies false. -:carol5618 :complies false. -:carol5619 :complies false. -:carol5620 :complies false. -:carol5621 :complies false. -:carol5622 :complies false. -:carol5623 :complies false. -:carol5624 :complies false. -:carol5625 :complies false. -:carol5626 :complies false. -:carol5627 :complies false. -:carol5628 :complies false. -:carol5629 :complies false. -:carol5630 :complies false. -:carol5631 :complies false. -:carol5632 :complies false. -:carol5633 :complies false. -:carol5634 :complies false. -:carol5635 :complies false. -:carol5636 :complies false. -:carol5637 :complies false. -:carol5638 :complies false. -:carol5639 :complies false. -:carol5640 :complies false. -:carol5641 :complies false. -:carol5642 :complies false. -:carol5643 :complies false. -:carol5644 :complies false. -:carol5645 :complies false. -:carol5646 :complies false. -:carol5647 :complies false. -:carol5648 :complies false. -:carol5649 :complies false. -:carol5650 :complies false. -:carol5651 :complies false. -:carol5652 :complies false. -:carol5653 :complies false. -:carol5654 :complies false. -:carol5655 :complies false. -:carol5656 :complies false. -:carol5657 :complies false. -:carol5658 :complies false. -:carol5659 :complies false. -:carol5660 :complies false. -:carol5661 :complies false. -:carol5662 :complies false. -:carol5663 :complies false. -:carol5664 :complies false. -:carol5665 :complies false. -:carol5666 :complies false. -:carol5667 :complies false. -:carol5668 :complies false. -:carol5669 :complies false. -:carol5670 :complies false. -:carol5671 :complies false. -:carol5672 :complies false. -:carol5673 :complies false. -:carol5674 :complies false. -:carol5675 :complies false. -:carol5676 :complies false. -:carol5677 :complies false. -:carol5678 :complies false. -:carol5679 :complies false. -:carol5680 :complies false. -:carol5681 :complies false. -:carol5682 :complies false. -:carol5683 :complies false. -:carol5684 :complies false. -:carol5685 :complies false. -:carol5686 :complies false. -:carol5687 :complies false. -:carol5688 :complies false. -:carol5689 :complies false. -:carol5690 :complies false. -:carol5691 :complies false. -:carol5692 :complies false. -:carol5693 :complies false. -:carol5694 :complies false. -:carol5695 :complies false. -:carol5696 :complies false. -:carol5697 :complies false. -:carol5698 :complies false. -:carol5699 :complies false. -:carol5700 :complies false. -:carol5701 :complies false. -:carol5702 :complies false. -:carol5703 :complies false. -:carol5704 :complies false. -:carol5705 :complies false. -:carol5706 :complies false. -:carol5707 :complies false. -:carol5708 :complies false. -:carol5709 :complies false. -:carol5710 :complies false. -:carol5711 :complies false. -:carol5712 :complies false. -:carol5713 :complies false. -:carol5714 :complies false. -:carol5715 :complies false. -:carol5716 :complies false. -:carol5717 :complies false. -:carol5718 :complies false. -:carol5719 :complies false. -:carol5720 :complies false. -:carol5721 :complies false. -:carol5722 :complies false. -:carol5723 :complies false. -:carol5724 :complies false. -:carol5725 :complies false. -:carol5726 :complies false. -:carol5727 :complies false. -:carol5728 :complies false. -:carol5729 :complies false. -:carol5730 :complies false. -:carol5731 :complies false. -:carol5732 :complies false. -:carol5733 :complies false. -:carol5734 :complies false. -:carol5735 :complies false. -:carol5736 :complies false. -:carol5737 :complies false. -:carol5738 :complies false. -:carol5739 :complies false. -:carol5740 :complies false. -:carol5741 :complies false. -:carol5742 :complies false. -:carol5743 :complies false. -:carol5744 :complies false. -:carol5745 :complies false. -:carol5746 :complies false. -:carol5747 :complies false. -:carol5748 :complies false. -:carol5749 :complies false. -:carol5750 :complies false. -:carol5751 :complies false. -:carol5752 :complies false. -:carol5753 :complies false. -:carol5754 :complies false. -:carol5755 :complies false. -:carol5756 :complies false. -:carol5757 :complies false. -:carol5758 :complies false. -:carol5759 :complies false. -:carol5760 :complies false. -:carol5761 :complies false. -:carol5762 :complies false. -:carol5763 :complies false. -:carol5764 :complies false. -:carol5765 :complies false. -:carol5766 :complies false. -:carol5767 :complies false. -:carol5768 :complies false. -:carol5769 :complies false. -:carol5770 :complies false. -:carol5771 :complies false. -:carol5772 :complies false. -:carol5773 :complies false. -:carol5774 :complies false. -:carol5775 :complies false. -:carol5776 :complies false. -:carol5777 :complies false. -:carol5778 :complies false. -:carol5779 :complies false. -:carol5780 :complies false. -:carol5781 :complies false. -:carol5782 :complies false. -:carol5783 :complies false. -:carol5784 :complies false. -:carol5785 :complies false. -:carol5786 :complies false. -:carol5787 :complies false. -:carol5788 :complies false. -:carol5789 :complies false. -:carol5790 :complies false. -:carol5791 :complies false. -:carol5792 :complies false. -:carol5793 :complies false. -:carol5794 :complies false. -:carol5795 :complies false. -:carol5796 :complies false. -:carol5797 :complies false. -:carol5798 :complies false. -:carol5799 :complies false. -:carol5800 :complies false. -:carol5801 :complies false. -:carol5802 :complies false. -:carol5803 :complies false. -:carol5804 :complies false. -:carol5805 :complies false. -:carol5806 :complies false. -:carol5807 :complies false. -:carol5808 :complies false. -:carol5809 :complies false. -:carol5810 :complies false. -:carol5811 :complies false. -:carol5812 :complies false. -:carol5813 :complies false. -:carol5814 :complies false. -:carol5815 :complies false. -:carol5816 :complies false. -:carol5817 :complies false. -:carol5818 :complies false. -:carol5819 :complies false. -:carol5820 :complies false. -:carol5821 :complies false. -:carol5822 :complies false. -:carol5823 :complies false. -:carol5824 :complies false. -:carol5825 :complies false. -:carol5826 :complies false. -:carol5827 :complies false. -:carol5828 :complies false. -:carol5829 :complies false. -:carol5830 :complies false. -:carol5831 :complies false. -:carol5832 :complies false. -:carol5833 :complies false. -:carol5834 :complies false. -:carol5835 :complies false. -:carol5836 :complies false. -:carol5837 :complies false. -:carol5838 :complies false. -:carol5839 :complies false. -:carol5840 :complies false. -:carol5841 :complies false. -:carol5842 :complies false. -:carol5843 :complies false. -:carol5844 :complies false. -:carol5845 :complies false. -:carol5846 :complies false. -:carol5847 :complies false. -:carol5848 :complies false. -:carol5849 :complies false. -:carol5850 :complies false. -:carol5851 :complies false. -:carol5852 :complies false. -:carol5853 :complies false. -:carol5854 :complies false. -:carol5855 :complies false. -:carol5856 :complies false. -:carol5857 :complies false. -:carol5858 :complies false. -:carol5859 :complies false. -:carol5860 :complies false. -:carol5861 :complies false. -:carol5862 :complies false. -:carol5863 :complies false. -:carol5864 :complies false. -:carol5865 :complies false. -:carol5866 :complies false. -:carol5867 :complies false. -:carol5868 :complies false. -:carol5869 :complies false. -:carol5870 :complies false. -:carol5871 :complies false. -:carol5872 :complies false. -:carol5873 :complies false. -:carol5874 :complies false. -:carol5875 :complies false. -:carol5876 :complies false. -:carol5877 :complies false. -:carol5878 :complies false. -:carol5879 :complies false. -:carol5880 :complies false. -:carol5881 :complies false. -:carol5882 :complies false. -:carol5883 :complies false. -:carol5884 :complies false. -:carol5885 :complies false. -:carol5886 :complies false. -:carol5887 :complies false. -:carol5888 :complies false. -:carol5889 :complies false. -:carol5890 :complies false. -:carol5891 :complies false. -:carol5892 :complies false. -:carol5893 :complies false. -:carol5894 :complies false. -:carol5895 :complies false. -:carol5896 :complies false. -:carol5897 :complies false. -:carol5898 :complies false. -:carol5899 :complies false. -:carol5900 :complies false. -:carol5901 :complies false. -:carol5902 :complies false. -:carol5903 :complies false. -:carol5904 :complies false. -:carol5905 :complies false. -:carol5906 :complies false. -:carol5907 :complies false. -:carol5908 :complies false. -:carol5909 :complies false. -:carol5910 :complies false. -:carol5911 :complies false. -:carol5912 :complies false. -:carol5913 :complies false. -:carol5914 :complies false. -:carol5915 :complies false. -:carol5916 :complies false. -:carol5917 :complies false. -:carol5918 :complies false. -:carol5919 :complies false. -:carol5920 :complies false. -:carol5921 :complies false. -:carol5922 :complies false. -:carol5923 :complies false. -:carol5924 :complies false. -:carol5925 :complies false. -:carol5926 :complies false. -:carol5927 :complies false. -:carol5928 :complies false. -:carol5929 :complies false. -:carol5930 :complies false. -:carol5931 :complies false. -:carol5932 :complies false. -:carol5933 :complies false. -:carol5934 :complies false. -:carol5935 :complies false. -:carol5936 :complies false. -:carol5937 :complies false. -:carol5938 :complies false. -:carol5939 :complies false. -:carol5940 :complies false. -:carol5941 :complies false. -:carol5942 :complies false. -:carol5943 :complies false. -:carol5944 :complies false. -:carol5945 :complies false. -:carol5946 :complies false. -:carol5947 :complies false. -:carol5948 :complies false. -:carol5949 :complies false. -:carol5950 :complies false. -:carol5951 :complies false. -:carol5952 :complies false. -:carol5953 :complies false. -:carol5954 :complies false. -:carol5955 :complies false. -:carol5956 :complies false. -:carol5957 :complies false. -:carol5958 :complies false. -:carol5959 :complies false. -:carol5960 :complies false. -:carol5961 :complies false. -:carol5962 :complies false. -:carol5963 :complies false. -:carol5964 :complies false. -:carol5965 :complies false. -:carol5966 :complies false. -:carol5967 :complies false. -:carol5968 :complies false. -:carol5969 :complies false. -:carol5970 :complies false. -:carol5971 :complies false. -:carol5972 :complies false. -:carol5973 :complies false. -:carol5974 :complies false. -:carol5975 :complies false. -:carol5976 :complies false. -:carol5977 :complies false. -:carol5978 :complies false. -:carol5979 :complies false. -:carol5980 :complies false. -:carol5981 :complies false. -:carol5982 :complies false. -:carol5983 :complies false. -:carol5984 :complies false. -:carol5985 :complies false. -:carol5986 :complies false. -:carol5987 :complies false. -:carol5988 :complies false. -:carol5989 :complies false. -:carol5990 :complies false. -:carol5991 :complies false. -:carol5992 :complies false. -:carol5993 :complies false. -:carol5994 :complies false. -:carol5995 :complies false. -:carol5996 :complies false. -:carol5997 :complies false. -:carol5998 :complies false. -:carol5999 :complies false. -:carol6000 :complies false. -:carol6001 :complies false. -:carol6002 :complies false. -:carol6003 :complies false. -:carol6004 :complies false. -:carol6005 :complies false. -:carol6006 :complies false. -:carol6007 :complies false. -:carol6008 :complies false. -:carol6009 :complies false. -:carol6010 :complies false. -:carol6011 :complies false. -:carol6012 :complies false. -:carol6013 :complies false. -:carol6014 :complies false. -:carol6015 :complies false. -:carol6016 :complies false. -:carol6017 :complies false. -:carol6018 :complies false. -:carol6019 :complies false. -:carol6020 :complies false. -:carol6021 :complies false. -:carol6022 :complies false. -:carol6023 :complies false. -:carol6024 :complies false. -:carol6025 :complies false. -:carol6026 :complies false. -:carol6027 :complies false. -:carol6028 :complies false. -:carol6029 :complies false. -:carol6030 :complies false. -:carol6031 :complies false. -:carol6032 :complies false. -:carol6033 :complies false. -:carol6034 :complies false. -:carol6035 :complies false. -:carol6036 :complies false. -:carol6037 :complies false. -:carol6038 :complies false. -:carol6039 :complies false. -:carol6040 :complies false. -:carol6041 :complies false. -:carol6042 :complies false. -:carol6043 :complies false. -:carol6044 :complies false. -:carol6045 :complies false. -:carol6046 :complies false. -:carol6047 :complies false. -:carol6048 :complies false. -:carol6049 :complies false. -:carol6050 :complies false. -:carol6051 :complies false. -:carol6052 :complies false. -:carol6053 :complies false. -:carol6054 :complies false. -:carol6055 :complies false. -:carol6056 :complies false. -:carol6057 :complies false. -:carol6058 :complies false. -:carol6059 :complies false. -:carol6060 :complies false. -:carol6061 :complies false. -:carol6062 :complies false. -:carol6063 :complies false. -:carol6064 :complies false. -:carol6065 :complies false. -:carol6066 :complies false. -:carol6067 :complies false. -:carol6068 :complies false. -:carol6069 :complies false. -:carol6070 :complies false. -:carol6071 :complies false. -:carol6072 :complies false. -:carol6073 :complies false. -:carol6074 :complies false. -:carol6075 :complies false. -:carol6076 :complies false. -:carol6077 :complies false. -:carol6078 :complies false. -:carol6079 :complies false. -:carol6080 :complies false. -:carol6081 :complies false. -:carol6082 :complies false. -:carol6083 :complies false. -:carol6084 :complies false. -:carol6085 :complies false. -:carol6086 :complies false. -:carol6087 :complies false. -:carol6088 :complies false. -:carol6089 :complies false. -:carol6090 :complies false. -:carol6091 :complies false. -:carol6092 :complies false. -:carol6093 :complies false. -:carol6094 :complies false. -:carol6095 :complies false. -:carol6096 :complies false. -:carol6097 :complies false. -:carol6098 :complies false. -:carol6099 :complies false. -:carol6100 :complies false. -:carol6101 :complies false. -:carol6102 :complies false. -:carol6103 :complies false. -:carol6104 :complies false. -:carol6105 :complies false. -:carol6106 :complies false. -:carol6107 :complies false. -:carol6108 :complies false. -:carol6109 :complies false. -:carol6110 :complies false. -:carol6111 :complies false. -:carol6112 :complies false. -:carol6113 :complies false. -:carol6114 :complies false. -:carol6115 :complies false. -:carol6116 :complies false. -:carol6117 :complies false. -:carol6118 :complies false. -:carol6119 :complies false. -:carol6120 :complies false. -:carol6121 :complies false. -:carol6122 :complies false. -:carol6123 :complies false. -:carol6124 :complies false. -:carol6125 :complies false. -:carol6126 :complies false. -:carol6127 :complies false. -:carol6128 :complies false. -:carol6129 :complies false. -:carol6130 :complies false. -:carol6131 :complies false. -:carol6132 :complies false. -:carol6133 :complies false. -:carol6134 :complies false. -:carol6135 :complies false. -:carol6136 :complies false. -:carol6137 :complies false. -:carol6138 :complies false. -:carol6139 :complies false. -:carol6140 :complies false. -:carol6141 :complies false. -:carol6142 :complies false. -:carol6143 :complies false. -:carol6144 :complies false. -:carol6145 :complies false. -:carol6146 :complies false. -:carol6147 :complies false. -:carol6148 :complies false. -:carol6149 :complies false. -:carol6150 :complies false. -:carol6151 :complies false. -:carol6152 :complies false. -:carol6153 :complies false. -:carol6154 :complies false. -:carol6155 :complies false. -:carol6156 :complies false. -:carol6157 :complies false. -:carol6158 :complies false. -:carol6159 :complies false. -:carol6160 :complies false. -:carol6161 :complies false. -:carol6162 :complies false. -:carol6163 :complies false. -:carol6164 :complies false. -:carol6165 :complies false. -:carol6166 :complies false. -:carol6167 :complies false. -:carol6168 :complies false. -:carol6169 :complies false. -:carol6170 :complies false. -:carol6171 :complies false. -:carol6172 :complies false. -:carol6173 :complies false. -:carol6174 :complies false. -:carol6175 :complies false. -:carol6176 :complies false. -:carol6177 :complies false. -:carol6178 :complies false. -:carol6179 :complies false. -:carol6180 :complies false. -:carol6181 :complies false. -:carol6182 :complies false. -:carol6183 :complies false. -:carol6184 :complies false. -:carol6185 :complies false. -:carol6186 :complies false. -:carol6187 :complies false. -:carol6188 :complies false. -:carol6189 :complies false. -:carol6190 :complies false. -:carol6191 :complies false. -:carol6192 :complies false. -:carol6193 :complies false. -:carol6194 :complies false. -:carol6195 :complies false. -:carol6196 :complies false. -:carol6197 :complies false. -:carol6198 :complies false. -:carol6199 :complies false. -:carol6200 :complies false. -:carol6201 :complies false. -:carol6202 :complies false. -:carol6203 :complies false. -:carol6204 :complies false. -:carol6205 :complies false. -:carol6206 :complies false. -:carol6207 :complies false. -:carol6208 :complies false. -:carol6209 :complies false. -:carol6210 :complies false. -:carol6211 :complies false. -:carol6212 :complies false. -:carol6213 :complies false. -:carol6214 :complies false. -:carol6215 :complies false. -:carol6216 :complies false. -:carol6217 :complies false. -:carol6218 :complies false. -:carol6219 :complies false. -:carol6220 :complies false. -:carol6221 :complies false. -:carol6222 :complies false. -:carol6223 :complies false. -:carol6224 :complies false. -:carol6225 :complies false. -:carol6226 :complies false. -:carol6227 :complies false. -:carol6228 :complies false. -:carol6229 :complies false. -:carol6230 :complies false. -:carol6231 :complies false. -:carol6232 :complies false. -:carol6233 :complies false. -:carol6234 :complies false. -:carol6235 :complies false. -:carol6236 :complies false. -:carol6237 :complies false. -:carol6238 :complies false. -:carol6239 :complies false. -:carol6240 :complies false. -:carol6241 :complies false. -:carol6242 :complies false. -:carol6243 :complies false. -:carol6244 :complies false. -:carol6245 :complies false. -:carol6246 :complies false. -:carol6247 :complies false. -:carol6248 :complies false. -:carol6249 :complies false. -:carol6250 :complies false. -:carol6251 :complies false. -:carol6252 :complies false. -:carol6253 :complies false. -:carol6254 :complies false. -:carol6255 :complies false. -:carol6256 :complies false. -:carol6257 :complies false. -:carol6258 :complies false. -:carol6259 :complies false. -:carol6260 :complies false. -:carol6261 :complies false. -:carol6262 :complies false. -:carol6263 :complies false. -:carol6264 :complies false. -:carol6265 :complies false. -:carol6266 :complies false. -:carol6267 :complies false. -:carol6268 :complies false. -:carol6269 :complies false. -:carol6270 :complies false. -:carol6271 :complies false. -:carol6272 :complies false. -:carol6273 :complies false. -:carol6274 :complies false. -:carol6275 :complies false. -:carol6276 :complies false. -:carol6277 :complies false. -:carol6278 :complies false. -:carol6279 :complies false. -:carol6280 :complies false. -:carol6281 :complies false. -:carol6282 :complies false. -:carol6283 :complies false. -:carol6284 :complies false. -:carol6285 :complies false. -:carol6286 :complies false. -:carol6287 :complies false. -:carol6288 :complies false. -:carol6289 :complies false. -:carol6290 :complies false. -:carol6291 :complies false. -:carol6292 :complies false. -:carol6293 :complies false. -:carol6294 :complies false. -:carol6295 :complies false. -:carol6296 :complies false. -:carol6297 :complies false. -:carol6298 :complies false. -:carol6299 :complies false. -:carol6300 :complies false. -:carol6301 :complies false. -:carol6302 :complies false. -:carol6303 :complies false. -:carol6304 :complies false. -:carol6305 :complies false. -:carol6306 :complies false. -:carol6307 :complies false. -:carol6308 :complies false. -:carol6309 :complies false. -:carol6310 :complies false. -:carol6311 :complies false. -:carol6312 :complies false. -:carol6313 :complies false. -:carol6314 :complies false. -:carol6315 :complies false. -:carol6316 :complies false. -:carol6317 :complies false. -:carol6318 :complies false. -:carol6319 :complies false. -:carol6320 :complies false. -:carol6321 :complies false. -:carol6322 :complies false. -:carol6323 :complies false. -:carol6324 :complies false. -:carol6325 :complies false. -:carol6326 :complies false. -:carol6327 :complies false. -:carol6328 :complies false. -:carol6329 :complies false. -:carol6330 :complies false. -:carol6331 :complies false. -:carol6332 :complies false. -:carol6333 :complies false. -:carol6334 :complies false. -:carol6335 :complies false. -:carol6336 :complies false. -:carol6337 :complies false. -:carol6338 :complies false. -:carol6339 :complies false. -:carol6340 :complies false. -:carol6341 :complies false. -:carol6342 :complies false. -:carol6343 :complies false. -:carol6344 :complies false. -:carol6345 :complies false. -:carol6346 :complies false. -:carol6347 :complies false. -:carol6348 :complies false. -:carol6349 :complies false. -:carol6350 :complies false. -:carol6351 :complies false. -:carol6352 :complies false. -:carol6353 :complies false. -:carol6354 :complies false. -:carol6355 :complies false. -:carol6356 :complies false. -:carol6357 :complies false. -:carol6358 :complies false. -:carol6359 :complies false. -:carol6360 :complies false. -:carol6361 :complies false. -:carol6362 :complies false. -:carol6363 :complies false. -:carol6364 :complies false. -:carol6365 :complies false. -:carol6366 :complies false. -:carol6367 :complies false. -:carol6368 :complies false. -:carol6369 :complies false. -:carol6370 :complies false. -:carol6371 :complies false. -:carol6372 :complies false. -:carol6373 :complies false. -:carol6374 :complies false. -:carol6375 :complies false. -:carol6376 :complies false. -:carol6377 :complies false. -:carol6378 :complies false. -:carol6379 :complies false. -:carol6380 :complies false. -:carol6381 :complies false. -:carol6382 :complies false. -:carol6383 :complies false. -:carol6384 :complies false. -:carol6385 :complies false. -:carol6386 :complies false. -:carol6387 :complies false. -:carol6388 :complies false. -:carol6389 :complies false. -:carol6390 :complies false. -:carol6391 :complies false. -:carol6392 :complies false. -:carol6393 :complies false. -:carol6394 :complies false. -:carol6395 :complies false. -:carol6396 :complies false. -:carol6397 :complies false. -:carol6398 :complies false. -:carol6399 :complies false. -:carol6400 :complies false. -:carol6401 :complies false. -:carol6402 :complies false. -:carol6403 :complies false. -:carol6404 :complies false. -:carol6405 :complies false. -:carol6406 :complies false. -:carol6407 :complies false. -:carol6408 :complies false. -:carol6409 :complies false. -:carol6410 :complies false. -:carol6411 :complies false. -:carol6412 :complies false. -:carol6413 :complies false. -:carol6414 :complies false. -:carol6415 :complies false. -:carol6416 :complies false. -:carol6417 :complies false. -:carol6418 :complies false. -:carol6419 :complies false. -:carol6420 :complies false. -:carol6421 :complies false. -:carol6422 :complies false. -:carol6423 :complies false. -:carol6424 :complies false. -:carol6425 :complies false. -:carol6426 :complies false. -:carol6427 :complies false. -:carol6428 :complies false. -:carol6429 :complies false. -:carol6430 :complies false. -:carol6431 :complies false. -:carol6432 :complies false. -:carol6433 :complies false. -:carol6434 :complies false. -:carol6435 :complies false. -:carol6436 :complies false. -:carol6437 :complies false. -:carol6438 :complies false. -:carol6439 :complies false. -:carol6440 :complies false. -:carol6441 :complies false. -:carol6442 :complies false. -:carol6443 :complies false. -:carol6444 :complies false. -:carol6445 :complies false. -:carol6446 :complies false. -:carol6447 :complies false. -:carol6448 :complies false. -:carol6449 :complies false. -:carol6450 :complies false. -:carol6451 :complies false. -:carol6452 :complies false. -:carol6453 :complies false. -:carol6454 :complies false. -:carol6455 :complies false. -:carol6456 :complies false. -:carol6457 :complies false. -:carol6458 :complies false. -:carol6459 :complies false. -:carol6460 :complies false. -:carol6461 :complies false. -:carol6462 :complies false. -:carol6463 :complies false. -:carol6464 :complies false. -:carol6465 :complies false. -:carol6466 :complies false. -:carol6467 :complies false. -:carol6468 :complies false. -:carol6469 :complies false. -:carol6470 :complies false. -:carol6471 :complies false. -:carol6472 :complies false. -:carol6473 :complies false. -:carol6474 :complies false. -:carol6475 :complies false. -:carol6476 :complies false. -:carol6477 :complies false. -:carol6478 :complies false. -:carol6479 :complies false. -:carol6480 :complies false. -:carol6481 :complies false. -:carol6482 :complies false. -:carol6483 :complies false. -:carol6484 :complies false. -:carol6485 :complies false. -:carol6486 :complies false. -:carol6487 :complies false. -:carol6488 :complies false. -:carol6489 :complies false. -:carol6490 :complies false. -:carol6491 :complies false. -:carol6492 :complies false. -:carol6493 :complies false. -:carol6494 :complies false. -:carol6495 :complies false. -:carol6496 :complies false. -:carol6497 :complies false. -:carol6498 :complies false. -:carol6499 :complies false. -:carol6500 :complies false. -:carol6501 :complies false. -:carol6502 :complies false. -:carol6503 :complies false. -:carol6504 :complies false. -:carol6505 :complies false. -:carol6506 :complies false. -:carol6507 :complies false. -:carol6508 :complies false. -:carol6509 :complies false. -:carol6510 :complies false. -:carol6511 :complies false. -:carol6512 :complies false. -:carol6513 :complies false. -:carol6514 :complies false. -:carol6515 :complies false. -:carol6516 :complies false. -:carol6517 :complies false. -:carol6518 :complies false. -:carol6519 :complies false. -:carol6520 :complies false. -:carol6521 :complies false. -:carol6522 :complies false. -:carol6523 :complies false. -:carol6524 :complies false. -:carol6525 :complies false. -:carol6526 :complies false. -:carol6527 :complies false. -:carol6528 :complies false. -:carol6529 :complies false. -:carol6530 :complies false. -:carol6531 :complies false. -:carol6532 :complies false. -:carol6533 :complies false. -:carol6534 :complies false. -:carol6535 :complies false. -:carol6536 :complies false. -:carol6537 :complies false. -:carol6538 :complies false. -:carol6539 :complies false. -:carol6540 :complies false. -:carol6541 :complies false. -:carol6542 :complies false. -:carol6543 :complies false. -:carol6544 :complies false. -:carol6545 :complies false. -:carol6546 :complies false. -:carol6547 :complies false. -:carol6548 :complies false. -:carol6549 :complies false. -:carol6550 :complies false. -:carol6551 :complies false. -:carol6552 :complies false. -:carol6553 :complies false. -:carol6554 :complies false. -:carol6555 :complies false. -:carol6556 :complies false. -:carol6557 :complies false. -:carol6558 :complies false. -:carol6559 :complies false. -:carol6560 :complies false. -:carol6561 :complies false. -:carol6562 :complies false. -:carol6563 :complies false. -:carol6564 :complies false. -:carol6565 :complies false. -:carol6566 :complies false. -:carol6567 :complies false. -:carol6568 :complies false. -:carol6569 :complies false. -:carol6570 :complies false. -:carol6571 :complies false. -:carol6572 :complies false. -:carol6573 :complies false. -:carol6574 :complies false. -:carol6575 :complies false. -:carol6576 :complies false. -:carol6577 :complies false. -:carol6578 :complies false. -:carol6579 :complies false. -:carol6580 :complies false. -:carol6581 :complies false. -:carol6582 :complies false. -:carol6583 :complies false. -:carol6584 :complies false. -:carol6585 :complies false. -:carol6586 :complies false. -:carol6587 :complies false. -:carol6588 :complies false. -:carol6589 :complies false. -:carol6590 :complies false. -:carol6591 :complies false. -:carol6592 :complies false. -:carol6593 :complies false. -:carol6594 :complies false. -:carol6595 :complies false. -:carol6596 :complies false. -:carol6597 :complies false. -:carol6598 :complies false. -:carol6599 :complies false. -:carol6600 :complies false. -:carol6601 :complies false. -:carol6602 :complies false. -:carol6603 :complies false. -:carol6604 :complies false. -:carol6605 :complies false. -:carol6606 :complies false. -:carol6607 :complies false. -:carol6608 :complies false. -:carol6609 :complies false. -:carol6610 :complies false. -:carol6611 :complies false. -:carol6612 :complies false. -:carol6613 :complies false. -:carol6614 :complies false. -:carol6615 :complies false. -:carol6616 :complies false. -:carol6617 :complies false. -:carol6618 :complies false. -:carol6619 :complies false. -:carol6620 :complies false. -:carol6621 :complies false. -:carol6622 :complies false. -:carol6623 :complies false. -:carol6624 :complies false. -:carol6625 :complies false. -:carol6626 :complies false. -:carol6627 :complies false. -:carol6628 :complies false. -:carol6629 :complies false. -:carol6630 :complies false. -:carol6631 :complies false. -:carol6632 :complies false. -:carol6633 :complies false. -:carol6634 :complies false. -:carol6635 :complies false. -:carol6636 :complies false. -:carol6637 :complies false. -:carol6638 :complies false. -:carol6639 :complies false. -:carol6640 :complies false. -:carol6641 :complies false. -:carol6642 :complies false. -:carol6643 :complies false. -:carol6644 :complies false. -:carol6645 :complies false. -:carol6646 :complies false. -:carol6647 :complies false. -:carol6648 :complies false. -:carol6649 :complies false. -:carol6650 :complies false. -:carol6651 :complies false. -:carol6652 :complies false. -:carol6653 :complies false. -:carol6654 :complies false. -:carol6655 :complies false. -:carol6656 :complies false. -:carol6657 :complies false. -:carol6658 :complies false. -:carol6659 :complies false. -:carol6660 :complies false. -:carol6661 :complies false. -:carol6662 :complies false. -:carol6663 :complies false. -:carol6664 :complies false. -:carol6665 :complies false. -:carol6666 :complies false. -:carol6667 :complies false. -:carol6668 :complies false. -:carol6669 :complies false. -:carol6670 :complies false. -:carol6671 :complies false. -:carol6672 :complies false. -:carol6673 :complies false. -:carol6674 :complies false. -:carol6675 :complies false. -:carol6676 :complies false. -:carol6677 :complies false. -:carol6678 :complies false. -:carol6679 :complies false. -:carol6680 :complies false. -:carol6681 :complies false. -:carol6682 :complies false. -:carol6683 :complies false. -:carol6684 :complies false. -:carol6685 :complies false. -:carol6686 :complies false. -:carol6687 :complies false. -:carol6688 :complies false. -:carol6689 :complies false. -:carol6690 :complies false. -:carol6691 :complies false. -:carol6692 :complies false. -:carol6693 :complies false. -:carol6694 :complies false. -:carol6695 :complies false. -:carol6696 :complies false. -:carol6697 :complies false. -:carol6698 :complies false. -:carol6699 :complies false. -:carol6700 :complies false. -:carol6701 :complies false. -:carol6702 :complies false. -:carol6703 :complies false. -:carol6704 :complies false. -:carol6705 :complies false. -:carol6706 :complies false. -:carol6707 :complies false. -:carol6708 :complies false. -:carol6709 :complies false. -:carol6710 :complies false. -:carol6711 :complies false. -:carol6712 :complies false. -:carol6713 :complies false. -:carol6714 :complies false. -:carol6715 :complies false. -:carol6716 :complies false. -:carol6717 :complies false. -:carol6718 :complies false. -:carol6719 :complies false. -:carol6720 :complies false. -:carol6721 :complies false. -:carol6722 :complies false. -:carol6723 :complies false. -:carol6724 :complies false. -:carol6725 :complies false. -:carol6726 :complies false. -:carol6727 :complies false. -:carol6728 :complies false. -:carol6729 :complies false. -:carol6730 :complies false. -:carol6731 :complies false. -:carol6732 :complies false. -:carol6733 :complies false. -:carol6734 :complies false. -:carol6735 :complies false. -:carol6736 :complies false. -:carol6737 :complies false. -:carol6738 :complies false. -:carol6739 :complies false. -:carol6740 :complies false. -:carol6741 :complies false. -:carol6742 :complies false. -:carol6743 :complies false. -:carol6744 :complies false. -:carol6745 :complies false. -:carol6746 :complies false. -:carol6747 :complies false. -:carol6748 :complies false. -:carol6749 :complies false. -:carol6750 :complies false. -:carol6751 :complies false. -:carol6752 :complies false. -:carol6753 :complies false. -:carol6754 :complies false. -:carol6755 :complies false. -:carol6756 :complies false. -:carol6757 :complies false. -:carol6758 :complies false. -:carol6759 :complies false. -:carol6760 :complies false. -:carol6761 :complies false. -:carol6762 :complies false. -:carol6763 :complies false. -:carol6764 :complies false. -:carol6765 :complies false. -:carol6766 :complies false. -:carol6767 :complies false. -:carol6768 :complies false. -:carol6769 :complies false. -:carol6770 :complies false. -:carol6771 :complies false. -:carol6772 :complies false. -:carol6773 :complies false. -:carol6774 :complies false. -:carol6775 :complies false. -:carol6776 :complies false. -:carol6777 :complies false. -:carol6778 :complies false. -:carol6779 :complies false. -:carol6780 :complies false. -:carol6781 :complies false. -:carol6782 :complies false. -:carol6783 :complies false. -:carol6784 :complies false. -:carol6785 :complies false. -:carol6786 :complies false. -:carol6787 :complies false. -:carol6788 :complies false. -:carol6789 :complies false. -:carol6790 :complies false. -:carol6791 :complies false. -:carol6792 :complies false. -:carol6793 :complies false. -:carol6794 :complies false. -:carol6795 :complies false. -:carol6796 :complies false. -:carol6797 :complies false. -:carol6798 :complies false. -:carol6799 :complies false. -:carol6800 :complies false. -:carol6801 :complies false. -:carol6802 :complies false. -:carol6803 :complies false. -:carol6804 :complies false. -:carol6805 :complies false. -:carol6806 :complies false. -:carol6807 :complies false. -:carol6808 :complies false. -:carol6809 :complies false. -:carol6810 :complies false. -:carol6811 :complies false. -:carol6812 :complies false. -:carol6813 :complies false. -:carol6814 :complies false. -:carol6815 :complies false. -:carol6816 :complies false. -:carol6817 :complies false. -:carol6818 :complies false. -:carol6819 :complies false. -:carol6820 :complies false. -:carol6821 :complies false. -:carol6822 :complies false. -:carol6823 :complies false. -:carol6824 :complies false. -:carol6825 :complies false. -:carol6826 :complies false. -:carol6827 :complies false. -:carol6828 :complies false. -:carol6829 :complies false. -:carol6830 :complies false. -:carol6831 :complies false. -:carol6832 :complies false. -:carol6833 :complies false. -:carol6834 :complies false. -:carol6835 :complies false. -:carol6836 :complies false. -:carol6837 :complies false. -:carol6838 :complies false. -:carol6839 :complies false. -:carol6840 :complies false. -:carol6841 :complies false. -:carol6842 :complies false. -:carol6843 :complies false. -:carol6844 :complies false. -:carol6845 :complies false. -:carol6846 :complies false. -:carol6847 :complies false. -:carol6848 :complies false. -:carol6849 :complies false. -:carol6850 :complies false. -:carol6851 :complies false. -:carol6852 :complies false. -:carol6853 :complies false. -:carol6854 :complies false. -:carol6855 :complies false. -:carol6856 :complies false. -:carol6857 :complies false. -:carol6858 :complies false. -:carol6859 :complies false. -:carol6860 :complies false. -:carol6861 :complies false. -:carol6862 :complies false. -:carol6863 :complies false. -:carol6864 :complies false. -:carol6865 :complies false. -:carol6866 :complies false. -:carol6867 :complies false. -:carol6868 :complies false. -:carol6869 :complies false. -:carol6870 :complies false. -:carol6871 :complies false. -:carol6872 :complies false. -:carol6873 :complies false. -:carol6874 :complies false. -:carol6875 :complies false. -:carol6876 :complies false. -:carol6877 :complies false. -:carol6878 :complies false. -:carol6879 :complies false. -:carol6880 :complies false. -:carol6881 :complies false. -:carol6882 :complies false. -:carol6883 :complies false. -:carol6884 :complies false. -:carol6885 :complies false. -:carol6886 :complies false. -:carol6887 :complies false. -:carol6888 :complies false. -:carol6889 :complies false. -:carol6890 :complies false. -:carol6891 :complies false. -:carol6892 :complies false. -:carol6893 :complies false. -:carol6894 :complies false. -:carol6895 :complies false. -:carol6896 :complies false. -:carol6897 :complies false. -:carol6898 :complies false. -:carol6899 :complies false. -:carol6900 :complies false. -:carol6901 :complies false. -:carol6902 :complies false. -:carol6903 :complies false. -:carol6904 :complies false. -:carol6905 :complies false. -:carol6906 :complies false. -:carol6907 :complies false. -:carol6908 :complies false. -:carol6909 :complies false. -:carol6910 :complies false. -:carol6911 :complies false. -:carol6912 :complies false. -:carol6913 :complies false. -:carol6914 :complies false. -:carol6915 :complies false. -:carol6916 :complies false. -:carol6917 :complies false. -:carol6918 :complies false. -:carol6919 :complies false. -:carol6920 :complies false. -:carol6921 :complies false. -:carol6922 :complies false. -:carol6923 :complies false. -:carol6924 :complies false. -:carol6925 :complies false. -:carol6926 :complies false. -:carol6927 :complies false. -:carol6928 :complies false. -:carol6929 :complies false. -:carol6930 :complies false. -:carol6931 :complies false. -:carol6932 :complies false. -:carol6933 :complies false. -:carol6934 :complies false. -:carol6935 :complies false. -:carol6936 :complies false. -:carol6937 :complies false. -:carol6938 :complies false. -:carol6939 :complies false. -:carol6940 :complies false. -:carol6941 :complies false. -:carol6942 :complies false. -:carol6943 :complies false. -:carol6944 :complies false. -:carol6945 :complies false. -:carol6946 :complies false. -:carol6947 :complies false. -:carol6948 :complies false. -:carol6949 :complies false. -:carol6950 :complies false. -:carol6951 :complies false. -:carol6952 :complies false. -:carol6953 :complies false. -:carol6954 :complies false. -:carol6955 :complies false. -:carol6956 :complies false. -:carol6957 :complies false. -:carol6958 :complies false. -:carol6959 :complies false. -:carol6960 :complies false. -:carol6961 :complies false. -:carol6962 :complies false. -:carol6963 :complies false. -:carol6964 :complies false. -:carol6965 :complies false. -:carol6966 :complies false. -:carol6967 :complies false. -:carol6968 :complies false. -:carol6969 :complies false. -:carol6970 :complies false. -:carol6971 :complies false. -:carol6972 :complies false. -:carol6973 :complies false. -:carol6974 :complies false. -:carol6975 :complies false. -:carol6976 :complies false. -:carol6977 :complies false. -:carol6978 :complies false. -:carol6979 :complies false. -:carol6980 :complies false. -:carol6981 :complies false. -:carol6982 :complies false. -:carol6983 :complies false. -:carol6984 :complies false. -:carol6985 :complies false. -:carol6986 :complies false. -:carol6987 :complies false. -:carol6988 :complies false. -:carol6989 :complies false. -:carol6990 :complies false. -:carol6991 :complies false. -:carol6992 :complies false. -:carol6993 :complies false. -:carol6994 :complies false. -:carol6995 :complies false. -:carol6996 :complies false. -:carol6997 :complies false. -:carol6998 :complies false. -:carol6999 :complies false. -:carol7000 :complies false. -:carol7001 :complies false. -:carol7002 :complies false. -:carol7003 :complies false. -:carol7004 :complies false. -:carol7005 :complies false. -:carol7006 :complies false. -:carol7007 :complies false. -:carol7008 :complies false. -:carol7009 :complies false. -:carol7010 :complies false. -:carol7011 :complies false. -:carol7012 :complies false. -:carol7013 :complies false. -:carol7014 :complies false. -:carol7015 :complies false. -:carol7016 :complies false. -:carol7017 :complies false. -:carol7018 :complies false. -:carol7019 :complies false. -:carol7020 :complies false. -:carol7021 :complies false. -:carol7022 :complies false. -:carol7023 :complies false. -:carol7024 :complies false. -:carol7025 :complies false. -:carol7026 :complies false. -:carol7027 :complies false. -:carol7028 :complies false. -:carol7029 :complies false. -:carol7030 :complies false. -:carol7031 :complies false. -:carol7032 :complies false. -:carol7033 :complies false. -:carol7034 :complies false. -:carol7035 :complies false. -:carol7036 :complies false. -:carol7037 :complies false. -:carol7038 :complies false. -:carol7039 :complies false. -:carol7040 :complies false. -:carol7041 :complies false. -:carol7042 :complies false. -:carol7043 :complies false. -:carol7044 :complies false. -:carol7045 :complies false. -:carol7046 :complies false. -:carol7047 :complies false. -:carol7048 :complies false. -:carol7049 :complies false. -:carol7050 :complies false. -:carol7051 :complies false. -:carol7052 :complies false. -:carol7053 :complies false. -:carol7054 :complies false. -:carol7055 :complies false. -:carol7056 :complies false. -:carol7057 :complies false. -:carol7058 :complies false. -:carol7059 :complies false. -:carol7060 :complies false. -:carol7061 :complies false. -:carol7062 :complies false. -:carol7063 :complies false. -:carol7064 :complies false. -:carol7065 :complies false. -:carol7066 :complies false. -:carol7067 :complies false. -:carol7068 :complies false. -:carol7069 :complies false. -:carol7070 :complies false. -:carol7071 :complies false. -:carol7072 :complies false. -:carol7073 :complies false. -:carol7074 :complies false. -:carol7075 :complies false. -:carol7076 :complies false. -:carol7077 :complies false. -:carol7078 :complies false. -:carol7079 :complies false. -:carol7080 :complies false. -:carol7081 :complies false. -:carol7082 :complies false. -:carol7083 :complies false. -:carol7084 :complies false. -:carol7085 :complies false. -:carol7086 :complies false. -:carol7087 :complies false. -:carol7088 :complies false. -:carol7089 :complies false. -:carol7090 :complies false. -:carol7091 :complies false. -:carol7092 :complies false. -:carol7093 :complies false. -:carol7094 :complies false. -:carol7095 :complies false. -:carol7096 :complies false. -:carol7097 :complies false. -:carol7098 :complies false. -:carol7099 :complies false. -:carol7100 :complies false. -:carol7101 :complies false. -:carol7102 :complies false. -:carol7103 :complies false. -:carol7104 :complies false. -:carol7105 :complies false. -:carol7106 :complies false. -:carol7107 :complies false. -:carol7108 :complies false. -:carol7109 :complies false. -:carol7110 :complies false. -:carol7111 :complies false. -:carol7112 :complies false. -:carol7113 :complies false. -:carol7114 :complies false. -:carol7115 :complies false. -:carol7116 :complies false. -:carol7117 :complies false. -:carol7118 :complies false. -:carol7119 :complies false. -:carol7120 :complies false. -:carol7121 :complies false. -:carol7122 :complies false. -:carol7123 :complies false. -:carol7124 :complies false. -:carol7125 :complies false. -:carol7126 :complies false. -:carol7127 :complies false. -:carol7128 :complies false. -:carol7129 :complies false. -:carol7130 :complies false. -:carol7131 :complies false. -:carol7132 :complies false. -:carol7133 :complies false. -:carol7134 :complies false. -:carol7135 :complies false. -:carol7136 :complies false. -:carol7137 :complies false. -:carol7138 :complies false. -:carol7139 :complies false. -:carol7140 :complies false. -:carol7141 :complies false. -:carol7142 :complies false. -:carol7143 :complies false. -:carol7144 :complies false. -:carol7145 :complies false. -:carol7146 :complies false. -:carol7147 :complies false. -:carol7148 :complies false. -:carol7149 :complies false. -:carol7150 :complies false. -:carol7151 :complies false. -:carol7152 :complies false. -:carol7153 :complies false. -:carol7154 :complies false. -:carol7155 :complies false. -:carol7156 :complies false. -:carol7157 :complies false. -:carol7158 :complies false. -:carol7159 :complies false. -:carol7160 :complies false. -:carol7161 :complies false. -:carol7162 :complies false. -:carol7163 :complies false. -:carol7164 :complies false. -:carol7165 :complies false. -:carol7166 :complies false. -:carol7167 :complies false. -:carol7168 :complies false. -:carol7169 :complies false. -:carol7170 :complies false. -:carol7171 :complies false. -:carol7172 :complies false. -:carol7173 :complies false. -:carol7174 :complies false. -:carol7175 :complies false. -:carol7176 :complies false. -:carol7177 :complies false. -:carol7178 :complies false. -:carol7179 :complies false. -:carol7180 :complies false. -:carol7181 :complies false. -:carol7182 :complies false. -:carol7183 :complies false. -:carol7184 :complies false. -:carol7185 :complies false. -:carol7186 :complies false. -:carol7187 :complies false. -:carol7188 :complies false. -:carol7189 :complies false. -:carol7190 :complies false. -:carol7191 :complies false. -:carol7192 :complies false. -:carol7193 :complies false. -:carol7194 :complies false. -:carol7195 :complies false. -:carol7196 :complies false. -:carol7197 :complies false. -:carol7198 :complies false. -:carol7199 :complies false. -:carol7200 :complies false. -:carol7201 :complies false. -:carol7202 :complies false. -:carol7203 :complies false. -:carol7204 :complies false. -:carol7205 :complies false. -:carol7206 :complies false. -:carol7207 :complies false. -:carol7208 :complies false. -:carol7209 :complies false. -:carol7210 :complies false. -:carol7211 :complies false. -:carol7212 :complies false. -:carol7213 :complies false. -:carol7214 :complies false. -:carol7215 :complies false. -:carol7216 :complies false. -:carol7217 :complies false. -:carol7218 :complies false. -:carol7219 :complies false. -:carol7220 :complies false. -:carol7221 :complies false. -:carol7222 :complies false. -:carol7223 :complies false. -:carol7224 :complies false. -:carol7225 :complies false. -:carol7226 :complies false. -:carol7227 :complies false. -:carol7228 :complies false. -:carol7229 :complies false. -:carol7230 :complies false. -:carol7231 :complies false. -:carol7232 :complies false. -:carol7233 :complies false. -:carol7234 :complies false. -:carol7235 :complies false. -:carol7236 :complies false. -:carol7237 :complies false. -:carol7238 :complies false. -:carol7239 :complies false. -:carol7240 :complies false. -:carol7241 :complies false. -:carol7242 :complies false. -:carol7243 :complies false. -:carol7244 :complies false. -:carol7245 :complies false. -:carol7246 :complies false. -:carol7247 :complies false. -:carol7248 :complies false. -:carol7249 :complies false. -:carol7250 :complies false. -:carol7251 :complies false. -:carol7252 :complies false. -:carol7253 :complies false. -:carol7254 :complies false. -:carol7255 :complies false. -:carol7256 :complies false. -:carol7257 :complies false. -:carol7258 :complies false. -:carol7259 :complies false. -:carol7260 :complies false. -:carol7261 :complies false. -:carol7262 :complies false. -:carol7263 :complies false. -:carol7264 :complies false. -:carol7265 :complies false. -:carol7266 :complies false. -:carol7267 :complies false. -:carol7268 :complies false. -:carol7269 :complies false. -:carol7270 :complies false. -:carol7271 :complies false. -:carol7272 :complies false. -:carol7273 :complies false. -:carol7274 :complies false. -:carol7275 :complies false. -:carol7276 :complies false. -:carol7277 :complies false. -:carol7278 :complies false. -:carol7279 :complies false. -:carol7280 :complies false. -:carol7281 :complies false. -:carol7282 :complies false. -:carol7283 :complies false. -:carol7284 :complies false. -:carol7285 :complies false. -:carol7286 :complies false. -:carol7287 :complies false. -:carol7288 :complies false. -:carol7289 :complies false. -:carol7290 :complies false. -:carol7291 :complies false. -:carol7292 :complies false. -:carol7293 :complies false. -:carol7294 :complies false. -:carol7295 :complies false. -:carol7296 :complies false. -:carol7297 :complies false. -:carol7298 :complies false. -:carol7299 :complies false. -:carol7300 :complies false. -:carol7301 :complies false. -:carol7302 :complies false. -:carol7303 :complies false. -:carol7304 :complies false. -:carol7305 :complies false. -:carol7306 :complies false. -:carol7307 :complies false. -:carol7308 :complies false. -:carol7309 :complies false. -:carol7310 :complies false. -:carol7311 :complies false. -:carol7312 :complies false. -:carol7313 :complies false. -:carol7314 :complies false. -:carol7315 :complies false. -:carol7316 :complies false. -:carol7317 :complies false. -:carol7318 :complies false. -:carol7319 :complies false. -:carol7320 :complies false. -:carol7321 :complies false. -:carol7322 :complies false. -:carol7323 :complies false. -:carol7324 :complies false. -:carol7325 :complies false. -:carol7326 :complies false. -:carol7327 :complies false. -:carol7328 :complies false. -:carol7329 :complies false. -:carol7330 :complies false. -:carol7331 :complies false. -:carol7332 :complies false. -:carol7333 :complies false. -:carol7334 :complies false. -:carol7335 :complies false. -:carol7336 :complies false. -:carol7337 :complies false. -:carol7338 :complies false. -:carol7339 :complies false. -:carol7340 :complies false. -:carol7341 :complies false. -:carol7342 :complies false. -:carol7343 :complies false. -:carol7344 :complies false. -:carol7345 :complies false. -:carol7346 :complies false. -:carol7347 :complies false. -:carol7348 :complies false. -:carol7349 :complies false. -:carol7350 :complies false. -:carol7351 :complies false. -:carol7352 :complies false. -:carol7353 :complies false. -:carol7354 :complies false. -:carol7355 :complies false. -:carol7356 :complies false. -:carol7357 :complies false. -:carol7358 :complies false. -:carol7359 :complies false. -:carol7360 :complies false. -:carol7361 :complies false. -:carol7362 :complies false. -:carol7363 :complies false. -:carol7364 :complies false. -:carol7365 :complies false. -:carol7366 :complies false. -:carol7367 :complies false. -:carol7368 :complies false. -:carol7369 :complies false. -:carol7370 :complies false. -:carol7371 :complies false. -:carol7372 :complies false. -:carol7373 :complies false. -:carol7374 :complies false. -:carol7375 :complies false. -:carol7376 :complies false. -:carol7377 :complies false. -:carol7378 :complies false. -:carol7379 :complies false. -:carol7380 :complies false. -:carol7381 :complies false. -:carol7382 :complies false. -:carol7383 :complies false. -:carol7384 :complies false. -:carol7385 :complies false. -:carol7386 :complies false. -:carol7387 :complies false. -:carol7388 :complies false. -:carol7389 :complies false. -:carol7390 :complies false. -:carol7391 :complies false. -:carol7392 :complies false. -:carol7393 :complies false. -:carol7394 :complies false. -:carol7395 :complies false. -:carol7396 :complies false. -:carol7397 :complies false. -:carol7398 :complies false. -:carol7399 :complies false. -:carol7400 :complies false. -:carol7401 :complies false. -:carol7402 :complies false. -:carol7403 :complies false. -:carol7404 :complies false. -:carol7405 :complies false. -:carol7406 :complies false. -:carol7407 :complies false. -:carol7408 :complies false. -:carol7409 :complies false. -:carol7410 :complies false. -:carol7411 :complies false. -:carol7412 :complies false. -:carol7413 :complies false. -:carol7414 :complies false. -:carol7415 :complies false. -:carol7416 :complies false. -:carol7417 :complies false. -:carol7418 :complies false. -:carol7419 :complies false. -:carol7420 :complies false. -:carol7421 :complies false. -:carol7422 :complies false. -:carol7423 :complies false. -:carol7424 :complies false. -:carol7425 :complies false. -:carol7426 :complies false. -:carol7427 :complies false. -:carol7428 :complies false. -:carol7429 :complies false. -:carol7430 :complies false. -:carol7431 :complies false. -:carol7432 :complies false. -:carol7433 :complies false. -:carol7434 :complies false. -:carol7435 :complies false. -:carol7436 :complies false. -:carol7437 :complies false. -:carol7438 :complies false. -:carol7439 :complies false. -:carol7440 :complies false. -:carol7441 :complies false. -:carol7442 :complies false. -:carol7443 :complies false. -:carol7444 :complies false. -:carol7445 :complies false. -:carol7446 :complies false. -:carol7447 :complies false. -:carol7448 :complies false. -:carol7449 :complies false. -:carol7450 :complies false. -:carol7451 :complies false. -:carol7452 :complies false. -:carol7453 :complies false. -:carol7454 :complies false. -:carol7455 :complies false. -:carol7456 :complies false. -:carol7457 :complies false. -:carol7458 :complies false. -:carol7459 :complies false. -:carol7460 :complies false. -:carol7461 :complies false. -:carol7462 :complies false. -:carol7463 :complies false. -:carol7464 :complies false. -:carol7465 :complies false. -:carol7466 :complies false. -:carol7467 :complies false. -:carol7468 :complies false. -:carol7469 :complies false. -:carol7470 :complies false. -:carol7471 :complies false. -:carol7472 :complies false. -:carol7473 :complies false. -:carol7474 :complies false. -:carol7475 :complies false. -:carol7476 :complies false. -:carol7477 :complies false. -:carol7478 :complies false. -:carol7479 :complies false. -:carol7480 :complies false. -:carol7481 :complies false. -:carol7482 :complies false. -:carol7483 :complies false. -:carol7484 :complies false. -:carol7485 :complies false. -:carol7486 :complies false. -:carol7487 :complies false. -:carol7488 :complies false. -:carol7489 :complies false. -:carol7490 :complies false. -:carol7491 :complies false. -:carol7492 :complies false. -:carol7493 :complies false. -:carol7494 :complies false. -:carol7495 :complies false. -:carol7496 :complies false. -:carol7497 :complies false. -:carol7498 :complies false. -:carol7499 :complies false. -:carol7500 :complies false. -:carol7501 :complies false. -:carol7502 :complies false. -:carol7503 :complies false. -:carol7504 :complies false. -:carol7505 :complies false. -:carol7506 :complies false. -:carol7507 :complies false. -:carol7508 :complies false. -:carol7509 :complies false. -:carol7510 :complies false. -:carol7511 :complies false. -:carol7512 :complies false. -:carol7513 :complies false. -:carol7514 :complies false. -:carol7515 :complies false. -:carol7516 :complies false. -:carol7517 :complies false. -:carol7518 :complies false. -:carol7519 :complies false. -:carol7520 :complies false. -:carol7521 :complies false. -:carol7522 :complies false. -:carol7523 :complies false. -:carol7524 :complies false. -:carol7525 :complies false. -:carol7526 :complies false. -:carol7527 :complies false. -:carol7528 :complies false. -:carol7529 :complies false. -:carol7530 :complies false. -:carol7531 :complies false. -:carol7532 :complies false. -:carol7533 :complies false. -:carol7534 :complies false. -:carol7535 :complies false. -:carol7536 :complies false. -:carol7537 :complies false. -:carol7538 :complies false. -:carol7539 :complies false. -:carol7540 :complies false. -:carol7541 :complies false. -:carol7542 :complies false. -:carol7543 :complies false. -:carol7544 :complies false. -:carol7545 :complies false. -:carol7546 :complies false. -:carol7547 :complies false. -:carol7548 :complies false. -:carol7549 :complies false. -:carol7550 :complies false. -:carol7551 :complies false. -:carol7552 :complies false. -:carol7553 :complies false. -:carol7554 :complies false. -:carol7555 :complies false. -:carol7556 :complies false. -:carol7557 :complies false. -:carol7558 :complies false. -:carol7559 :complies false. -:carol7560 :complies false. -:carol7561 :complies false. -:carol7562 :complies false. -:carol7563 :complies false. -:carol7564 :complies false. -:carol7565 :complies false. -:carol7566 :complies false. -:carol7567 :complies false. -:carol7568 :complies false. -:carol7569 :complies false. -:carol7570 :complies false. -:carol7571 :complies false. -:carol7572 :complies false. -:carol7573 :complies false. -:carol7574 :complies false. -:carol7575 :complies false. -:carol7576 :complies false. -:carol7577 :complies false. -:carol7578 :complies false. -:carol7579 :complies false. -:carol7580 :complies false. -:carol7581 :complies false. -:carol7582 :complies false. -:carol7583 :complies false. -:carol7584 :complies false. -:carol7585 :complies false. -:carol7586 :complies false. -:carol7587 :complies false. -:carol7588 :complies false. -:carol7589 :complies false. -:carol7590 :complies false. -:carol7591 :complies false. -:carol7592 :complies false. -:carol7593 :complies false. -:carol7594 :complies false. -:carol7595 :complies false. -:carol7596 :complies false. -:carol7597 :complies false. -:carol7598 :complies false. -:carol7599 :complies false. -:carol7600 :complies false. -:carol7601 :complies false. -:carol7602 :complies false. -:carol7603 :complies false. -:carol7604 :complies false. -:carol7605 :complies false. -:carol7606 :complies false. -:carol7607 :complies false. -:carol7608 :complies false. -:carol7609 :complies false. -:carol7610 :complies false. -:carol7611 :complies false. -:carol7612 :complies false. -:carol7613 :complies false. -:carol7614 :complies false. -:carol7615 :complies false. -:carol7616 :complies false. -:carol7617 :complies false. -:carol7618 :complies false. -:carol7619 :complies false. -:carol7620 :complies false. -:carol7621 :complies false. -:carol7622 :complies false. -:carol7623 :complies false. -:carol7624 :complies false. -:carol7625 :complies false. -:carol7626 :complies false. -:carol7627 :complies false. -:carol7628 :complies false. -:carol7629 :complies false. -:carol7630 :complies false. -:carol7631 :complies false. -:carol7632 :complies false. -:carol7633 :complies false. -:carol7634 :complies false. -:carol7635 :complies false. -:carol7636 :complies false. -:carol7637 :complies false. -:carol7638 :complies false. -:carol7639 :complies false. -:carol7640 :complies false. -:carol7641 :complies false. -:carol7642 :complies false. -:carol7643 :complies false. -:carol7644 :complies false. -:carol7645 :complies false. -:carol7646 :complies false. -:carol7647 :complies false. -:carol7648 :complies false. -:carol7649 :complies false. -:carol7650 :complies false. -:carol7651 :complies false. -:carol7652 :complies false. -:carol7653 :complies false. -:carol7654 :complies false. -:carol7655 :complies false. -:carol7656 :complies false. -:carol7657 :complies false. -:carol7658 :complies false. -:carol7659 :complies false. -:carol7660 :complies false. -:carol7661 :complies false. -:carol7662 :complies false. -:carol7663 :complies false. -:carol7664 :complies false. -:carol7665 :complies false. -:carol7666 :complies false. -:carol7667 :complies false. -:carol7668 :complies false. -:carol7669 :complies false. -:carol7670 :complies false. -:carol7671 :complies false. -:carol7672 :complies false. -:carol7673 :complies false. -:carol7674 :complies false. -:carol7675 :complies false. -:carol7676 :complies false. -:carol7677 :complies false. -:carol7678 :complies false. -:carol7679 :complies false. -:carol7680 :complies false. -:carol7681 :complies false. -:carol7682 :complies false. -:carol7683 :complies false. -:carol7684 :complies false. -:carol7685 :complies false. -:carol7686 :complies false. -:carol7687 :complies false. -:carol7688 :complies false. -:carol7689 :complies false. -:carol7690 :complies false. -:carol7691 :complies false. -:carol7692 :complies false. -:carol7693 :complies false. -:carol7694 :complies false. -:carol7695 :complies false. -:carol7696 :complies false. -:carol7697 :complies false. -:carol7698 :complies false. -:carol7699 :complies false. -:carol7700 :complies false. -:carol7701 :complies false. -:carol7702 :complies false. -:carol7703 :complies false. -:carol7704 :complies false. -:carol7705 :complies false. -:carol7706 :complies false. -:carol7707 :complies false. -:carol7708 :complies false. -:carol7709 :complies false. -:carol7710 :complies false. -:carol7711 :complies false. -:carol7712 :complies false. -:carol7713 :complies false. -:carol7714 :complies false. -:carol7715 :complies false. -:carol7716 :complies false. -:carol7717 :complies false. -:carol7718 :complies false. -:carol7719 :complies false. -:carol7720 :complies false. -:carol7721 :complies false. -:carol7722 :complies false. -:carol7723 :complies false. -:carol7724 :complies false. -:carol7725 :complies false. -:carol7726 :complies false. -:carol7727 :complies false. -:carol7728 :complies false. -:carol7729 :complies false. -:carol7730 :complies false. -:carol7731 :complies false. -:carol7732 :complies false. -:carol7733 :complies false. -:carol7734 :complies false. -:carol7735 :complies false. -:carol7736 :complies false. -:carol7737 :complies false. -:carol7738 :complies false. -:carol7739 :complies false. -:carol7740 :complies false. -:carol7741 :complies false. -:carol7742 :complies false. -:carol7743 :complies false. -:carol7744 :complies false. -:carol7745 :complies false. -:carol7746 :complies false. -:carol7747 :complies false. -:carol7748 :complies false. -:carol7749 :complies false. -:carol7750 :complies false. -:carol7751 :complies false. -:carol7752 :complies false. -:carol7753 :complies false. -:carol7754 :complies false. -:carol7755 :complies false. -:carol7756 :complies false. -:carol7757 :complies false. -:carol7758 :complies false. -:carol7759 :complies false. -:carol7760 :complies false. -:carol7761 :complies false. -:carol7762 :complies false. -:carol7763 :complies false. -:carol7764 :complies false. -:carol7765 :complies false. -:carol7766 :complies false. -:carol7767 :complies false. -:carol7768 :complies false. -:carol7769 :complies false. -:carol7770 :complies false. -:carol7771 :complies false. -:carol7772 :complies false. -:carol7773 :complies false. -:carol7774 :complies false. -:carol7775 :complies false. -:carol7776 :complies false. -:carol7777 :complies false. -:carol7778 :complies false. -:carol7779 :complies false. -:carol7780 :complies false. -:carol7781 :complies false. -:carol7782 :complies false. -:carol7783 :complies false. -:carol7784 :complies false. -:carol7785 :complies false. -:carol7786 :complies false. -:carol7787 :complies false. -:carol7788 :complies false. -:carol7789 :complies false. -:carol7790 :complies false. -:carol7791 :complies false. -:carol7792 :complies false. -:carol7793 :complies false. -:carol7794 :complies false. -:carol7795 :complies false. -:carol7796 :complies false. -:carol7797 :complies false. -:carol7798 :complies false. -:carol7799 :complies false. -:carol7800 :complies false. -:carol7801 :complies false. -:carol7802 :complies false. -:carol7803 :complies false. -:carol7804 :complies false. -:carol7805 :complies false. -:carol7806 :complies false. -:carol7807 :complies false. -:carol7808 :complies false. -:carol7809 :complies false. -:carol7810 :complies false. -:carol7811 :complies false. -:carol7812 :complies false. -:carol7813 :complies false. -:carol7814 :complies false. -:carol7815 :complies false. -:carol7816 :complies false. -:carol7817 :complies false. -:carol7818 :complies false. -:carol7819 :complies false. -:carol7820 :complies false. -:carol7821 :complies false. -:carol7822 :complies false. -:carol7823 :complies false. -:carol7824 :complies false. -:carol7825 :complies false. -:carol7826 :complies false. -:carol7827 :complies false. -:carol7828 :complies false. -:carol7829 :complies false. -:carol7830 :complies false. -:carol7831 :complies false. -:carol7832 :complies false. -:carol7833 :complies false. -:carol7834 :complies false. -:carol7835 :complies false. -:carol7836 :complies false. -:carol7837 :complies false. -:carol7838 :complies false. -:carol7839 :complies false. -:carol7840 :complies false. -:carol7841 :complies false. -:carol7842 :complies false. -:carol7843 :complies false. -:carol7844 :complies false. -:carol7845 :complies false. -:carol7846 :complies false. -:carol7847 :complies false. -:carol7848 :complies false. -:carol7849 :complies false. -:carol7850 :complies false. -:carol7851 :complies false. -:carol7852 :complies false. -:carol7853 :complies false. -:carol7854 :complies false. -:carol7855 :complies false. -:carol7856 :complies false. -:carol7857 :complies false. -:carol7858 :complies false. -:carol7859 :complies false. -:carol7860 :complies false. -:carol7861 :complies false. -:carol7862 :complies false. -:carol7863 :complies false. -:carol7864 :complies false. -:carol7865 :complies false. -:carol7866 :complies false. -:carol7867 :complies false. -:carol7868 :complies false. -:carol7869 :complies false. -:carol7870 :complies false. -:carol7871 :complies false. -:carol7872 :complies false. -:carol7873 :complies false. -:carol7874 :complies false. -:carol7875 :complies false. -:carol7876 :complies false. -:carol7877 :complies false. -:carol7878 :complies false. -:carol7879 :complies false. -:carol7880 :complies false. -:carol7881 :complies false. -:carol7882 :complies false. -:carol7883 :complies false. -:carol7884 :complies false. -:carol7885 :complies false. -:carol7886 :complies false. -:carol7887 :complies false. -:carol7888 :complies false. -:carol7889 :complies false. -:carol7890 :complies false. -:carol7891 :complies false. -:carol7892 :complies false. -:carol7893 :complies false. -:carol7894 :complies false. -:carol7895 :complies false. -:carol7896 :complies false. -:carol7897 :complies false. -:carol7898 :complies false. -:carol7899 :complies false. -:carol7900 :complies false. -:carol7901 :complies false. -:carol7902 :complies false. -:carol7903 :complies false. -:carol7904 :complies false. -:carol7905 :complies false. -:carol7906 :complies false. -:carol7907 :complies false. -:carol7908 :complies false. -:carol7909 :complies false. -:carol7910 :complies false. -:carol7911 :complies false. -:carol7912 :complies false. -:carol7913 :complies false. -:carol7914 :complies false. -:carol7915 :complies false. -:carol7916 :complies false. -:carol7917 :complies false. -:carol7918 :complies false. -:carol7919 :complies false. -:carol7920 :complies false. -:carol7921 :complies false. -:carol7922 :complies false. -:carol7923 :complies false. -:carol7924 :complies false. -:carol7925 :complies false. -:carol7926 :complies false. -:carol7927 :complies false. -:carol7928 :complies false. -:carol7929 :complies false. -:carol7930 :complies false. -:carol7931 :complies false. -:carol7932 :complies false. -:carol7933 :complies false. -:carol7934 :complies false. -:carol7935 :complies false. -:carol7936 :complies false. -:carol7937 :complies false. -:carol7938 :complies false. -:carol7939 :complies false. -:carol7940 :complies false. -:carol7941 :complies false. -:carol7942 :complies false. -:carol7943 :complies false. -:carol7944 :complies false. -:carol7945 :complies false. -:carol7946 :complies false. -:carol7947 :complies false. -:carol7948 :complies false. -:carol7949 :complies false. -:carol7950 :complies false. -:carol7951 :complies false. -:carol7952 :complies false. -:carol7953 :complies false. -:carol7954 :complies false. -:carol7955 :complies false. -:carol7956 :complies false. -:carol7957 :complies false. -:carol7958 :complies false. -:carol7959 :complies false. -:carol7960 :complies false. -:carol7961 :complies false. -:carol7962 :complies false. -:carol7963 :complies false. -:carol7964 :complies false. -:carol7965 :complies false. -:carol7966 :complies false. -:carol7967 :complies false. -:carol7968 :complies false. -:carol7969 :complies false. -:carol7970 :complies false. -:carol7971 :complies false. -:carol7972 :complies false. -:carol7973 :complies false. -:carol7974 :complies false. -:carol7975 :complies false. -:carol7976 :complies false. -:carol7977 :complies false. -:carol7978 :complies false. -:carol7979 :complies false. -:carol7980 :complies false. -:carol7981 :complies false. -:carol7982 :complies false. -:carol7983 :complies false. -:carol7984 :complies false. -:carol7985 :complies false. -:carol7986 :complies false. -:carol7987 :complies false. -:carol7988 :complies false. -:carol7989 :complies false. -:carol7990 :complies false. -:carol7991 :complies false. -:carol7992 :complies false. -:carol7993 :complies false. -:carol7994 :complies false. -:carol7995 :complies false. -:carol7996 :complies false. -:carol7997 :complies false. -:carol7998 :complies false. -:carol7999 :complies false. -:carol8000 :complies false. -:carol8001 :complies false. -:carol8002 :complies false. -:carol8003 :complies false. -:carol8004 :complies false. -:carol8005 :complies false. -:carol8006 :complies false. -:carol8007 :complies false. -:carol8008 :complies false. -:carol8009 :complies false. -:carol8010 :complies false. -:carol8011 :complies false. -:carol8012 :complies false. -:carol8013 :complies false. -:carol8014 :complies false. -:carol8015 :complies false. -:carol8016 :complies false. -:carol8017 :complies false. -:carol8018 :complies false. -:carol8019 :complies false. -:carol8020 :complies false. -:carol8021 :complies false. -:carol8022 :complies false. -:carol8023 :complies false. -:carol8024 :complies false. -:carol8025 :complies false. -:carol8026 :complies false. -:carol8027 :complies false. -:carol8028 :complies false. -:carol8029 :complies false. -:carol8030 :complies false. -:carol8031 :complies false. -:carol8032 :complies false. -:carol8033 :complies false. -:carol8034 :complies false. -:carol8035 :complies false. -:carol8036 :complies false. -:carol8037 :complies false. -:carol8038 :complies false. -:carol8039 :complies false. -:carol8040 :complies false. -:carol8041 :complies false. -:carol8042 :complies false. -:carol8043 :complies false. -:carol8044 :complies false. -:carol8045 :complies false. -:carol8046 :complies false. -:carol8047 :complies false. -:carol8048 :complies false. -:carol8049 :complies false. -:carol8050 :complies false. -:carol8051 :complies false. -:carol8052 :complies false. -:carol8053 :complies false. -:carol8054 :complies false. -:carol8055 :complies false. -:carol8056 :complies false. -:carol8057 :complies false. -:carol8058 :complies false. -:carol8059 :complies false. -:carol8060 :complies false. -:carol8061 :complies false. -:carol8062 :complies false. -:carol8063 :complies false. -:carol8064 :complies false. -:carol8065 :complies false. -:carol8066 :complies false. -:carol8067 :complies false. -:carol8068 :complies false. -:carol8069 :complies false. -:carol8070 :complies false. -:carol8071 :complies false. -:carol8072 :complies false. -:carol8073 :complies false. -:carol8074 :complies false. -:carol8075 :complies false. -:carol8076 :complies false. -:carol8077 :complies false. -:carol8078 :complies false. -:carol8079 :complies false. -:carol8080 :complies false. -:carol8081 :complies false. -:carol8082 :complies false. -:carol8083 :complies false. -:carol8084 :complies false. -:carol8085 :complies false. -:carol8086 :complies false. -:carol8087 :complies false. -:carol8088 :complies false. -:carol8089 :complies false. -:carol8090 :complies false. -:carol8091 :complies false. -:carol8092 :complies false. -:carol8093 :complies false. -:carol8094 :complies false. -:carol8095 :complies false. -:carol8096 :complies false. -:carol8097 :complies false. -:carol8098 :complies false. -:carol8099 :complies false. -:carol8100 :complies false. -:carol8101 :complies false. -:carol8102 :complies false. -:carol8103 :complies false. -:carol8104 :complies false. -:carol8105 :complies false. -:carol8106 :complies false. -:carol8107 :complies false. -:carol8108 :complies false. -:carol8109 :complies false. -:carol8110 :complies false. -:carol8111 :complies false. -:carol8112 :complies false. -:carol8113 :complies false. -:carol8114 :complies false. -:carol8115 :complies false. -:carol8116 :complies false. -:carol8117 :complies false. -:carol8118 :complies false. -:carol8119 :complies false. -:carol8120 :complies false. -:carol8121 :complies false. -:carol8122 :complies false. -:carol8123 :complies false. -:carol8124 :complies false. -:carol8125 :complies false. -:carol8126 :complies false. -:carol8127 :complies false. -:carol8128 :complies false. -:carol8129 :complies false. -:carol8130 :complies false. -:carol8131 :complies false. -:carol8132 :complies false. -:carol8133 :complies false. -:carol8134 :complies false. -:carol8135 :complies false. -:carol8136 :complies false. -:carol8137 :complies false. -:carol8138 :complies false. -:carol8139 :complies false. -:carol8140 :complies false. -:carol8141 :complies false. -:carol8142 :complies false. -:carol8143 :complies false. -:carol8144 :complies false. -:carol8145 :complies false. -:carol8146 :complies false. -:carol8147 :complies false. -:carol8148 :complies false. -:carol8149 :complies false. -:carol8150 :complies false. -:carol8151 :complies false. -:carol8152 :complies false. -:carol8153 :complies false. -:carol8154 :complies false. -:carol8155 :complies false. -:carol8156 :complies false. -:carol8157 :complies false. -:carol8158 :complies false. -:carol8159 :complies false. -:carol8160 :complies false. -:carol8161 :complies false. -:carol8162 :complies false. -:carol8163 :complies false. -:carol8164 :complies false. -:carol8165 :complies false. -:carol8166 :complies false. -:carol8167 :complies false. -:carol8168 :complies false. -:carol8169 :complies false. -:carol8170 :complies false. -:carol8171 :complies false. -:carol8172 :complies false. -:carol8173 :complies false. -:carol8174 :complies false. -:carol8175 :complies false. -:carol8176 :complies false. -:carol8177 :complies false. -:carol8178 :complies false. -:carol8179 :complies false. -:carol8180 :complies false. -:carol8181 :complies false. -:carol8182 :complies false. -:carol8183 :complies false. -:carol8184 :complies false. -:carol8185 :complies false. -:carol8186 :complies false. -:carol8187 :complies false. -:carol8188 :complies false. -:carol8189 :complies false. -:carol8190 :complies false. -:carol8191 :complies false. -:carol8192 :complies false. -:carol8193 :complies false. -:carol8194 :complies false. -:carol8195 :complies false. -:carol8196 :complies false. -:carol8197 :complies false. -:carol8198 :complies false. -:carol8199 :complies false. -:carol8200 :complies false. -:carol8201 :complies false. -:carol8202 :complies false. -:carol8203 :complies false. -:carol8204 :complies false. -:carol8205 :complies false. -:carol8206 :complies false. -:carol8207 :complies false. -:carol8208 :complies false. -:carol8209 :complies false. -:carol8210 :complies false. -:carol8211 :complies false. -:carol8212 :complies false. -:carol8213 :complies false. -:carol8214 :complies false. -:carol8215 :complies false. -:carol8216 :complies false. -:carol8217 :complies false. -:carol8218 :complies false. -:carol8219 :complies false. -:carol8220 :complies false. -:carol8221 :complies false. -:carol8222 :complies false. -:carol8223 :complies false. -:carol8224 :complies false. -:carol8225 :complies false. -:carol8226 :complies false. -:carol8227 :complies false. -:carol8228 :complies false. -:carol8229 :complies false. -:carol8230 :complies false. -:carol8231 :complies false. -:carol8232 :complies false. -:carol8233 :complies false. -:carol8234 :complies false. -:carol8235 :complies false. -:carol8236 :complies false. -:carol8237 :complies false. -:carol8238 :complies false. -:carol8239 :complies false. -:carol8240 :complies false. -:carol8241 :complies false. -:carol8242 :complies false. -:carol8243 :complies false. -:carol8244 :complies false. -:carol8245 :complies false. -:carol8246 :complies false. -:carol8247 :complies false. -:carol8248 :complies false. -:carol8249 :complies false. -:carol8250 :complies false. -:carol8251 :complies false. -:carol8252 :complies false. -:carol8253 :complies false. -:carol8254 :complies false. -:carol8255 :complies false. -:carol8256 :complies false. -:carol8257 :complies false. -:carol8258 :complies false. -:carol8259 :complies false. -:carol8260 :complies false. -:carol8261 :complies false. -:carol8262 :complies false. -:carol8263 :complies false. -:carol8264 :complies false. -:carol8265 :complies false. -:carol8266 :complies false. -:carol8267 :complies false. -:carol8268 :complies false. -:carol8269 :complies false. -:carol8270 :complies false. -:carol8271 :complies false. -:carol8272 :complies false. -:carol8273 :complies false. -:carol8274 :complies false. -:carol8275 :complies false. -:carol8276 :complies false. -:carol8277 :complies false. -:carol8278 :complies false. -:carol8279 :complies false. -:carol8280 :complies false. -:carol8281 :complies false. -:carol8282 :complies false. -:carol8283 :complies false. -:carol8284 :complies false. -:carol8285 :complies false. -:carol8286 :complies false. -:carol8287 :complies false. -:carol8288 :complies false. -:carol8289 :complies false. -:carol8290 :complies false. -:carol8291 :complies false. -:carol8292 :complies false. -:carol8293 :complies false. -:carol8294 :complies false. -:carol8295 :complies false. -:carol8296 :complies false. -:carol8297 :complies false. -:carol8298 :complies false. -:carol8299 :complies false. -:carol8300 :complies false. -:carol8301 :complies false. -:carol8302 :complies false. -:carol8303 :complies false. -:carol8304 :complies false. -:carol8305 :complies false. -:carol8306 :complies false. -:carol8307 :complies false. -:carol8308 :complies false. -:carol8309 :complies false. -:carol8310 :complies false. -:carol8311 :complies false. -:carol8312 :complies false. -:carol8313 :complies false. -:carol8314 :complies false. -:carol8315 :complies false. -:carol8316 :complies false. -:carol8317 :complies false. -:carol8318 :complies false. -:carol8319 :complies false. -:carol8320 :complies false. -:carol8321 :complies false. -:carol8322 :complies false. -:carol8323 :complies false. -:carol8324 :complies false. -:carol8325 :complies false. -:carol8326 :complies false. -:carol8327 :complies false. -:carol8328 :complies false. -:carol8329 :complies false. -:carol8330 :complies false. -:carol8331 :complies false. -:carol8332 :complies false. -:carol8333 :complies false. -:carol8334 :complies false. -:carol8335 :complies false. -:carol8336 :complies false. -:carol8337 :complies false. -:carol8338 :complies false. -:carol8339 :complies false. -:carol8340 :complies false. -:carol8341 :complies false. -:carol8342 :complies false. -:carol8343 :complies false. -:carol8344 :complies false. -:carol8345 :complies false. -:carol8346 :complies false. -:carol8347 :complies false. -:carol8348 :complies false. -:carol8349 :complies false. -:carol8350 :complies false. -:carol8351 :complies false. -:carol8352 :complies false. -:carol8353 :complies false. -:carol8354 :complies false. -:carol8355 :complies false. -:carol8356 :complies false. -:carol8357 :complies false. -:carol8358 :complies false. -:carol8359 :complies false. -:carol8360 :complies false. -:carol8361 :complies false. -:carol8362 :complies false. -:carol8363 :complies false. -:carol8364 :complies false. -:carol8365 :complies false. -:carol8366 :complies false. -:carol8367 :complies false. -:carol8368 :complies false. -:carol8369 :complies false. -:carol8370 :complies false. -:carol8371 :complies false. -:carol8372 :complies false. -:carol8373 :complies false. -:carol8374 :complies false. -:carol8375 :complies false. -:carol8376 :complies false. -:carol8377 :complies false. -:carol8378 :complies false. -:carol8379 :complies false. -:carol8380 :complies false. -:carol8381 :complies false. -:carol8382 :complies false. -:carol8383 :complies false. -:carol8384 :complies false. -:carol8385 :complies false. -:carol8386 :complies false. -:carol8387 :complies false. -:carol8388 :complies false. -:carol8389 :complies false. -:carol8390 :complies false. -:carol8391 :complies false. -:carol8392 :complies false. -:carol8393 :complies false. -:carol8394 :complies false. -:carol8395 :complies false. -:carol8396 :complies false. -:carol8397 :complies false. -:carol8398 :complies false. -:carol8399 :complies false. -:carol8400 :complies false. -:carol8401 :complies false. -:carol8402 :complies false. -:carol8403 :complies false. -:carol8404 :complies false. -:carol8405 :complies false. -:carol8406 :complies false. -:carol8407 :complies false. -:carol8408 :complies false. -:carol8409 :complies false. -:carol8410 :complies false. -:carol8411 :complies false. -:carol8412 :complies false. -:carol8413 :complies false. -:carol8414 :complies false. -:carol8415 :complies false. -:carol8416 :complies false. -:carol8417 :complies false. -:carol8418 :complies false. -:carol8419 :complies false. -:carol8420 :complies false. -:carol8421 :complies false. -:carol8422 :complies false. -:carol8423 :complies false. -:carol8424 :complies false. -:carol8425 :complies false. -:carol8426 :complies false. -:carol8427 :complies false. -:carol8428 :complies false. -:carol8429 :complies false. -:carol8430 :complies false. -:carol8431 :complies false. -:carol8432 :complies false. -:carol8433 :complies false. -:carol8434 :complies false. -:carol8435 :complies false. -:carol8436 :complies false. -:carol8437 :complies false. -:carol8438 :complies false. -:carol8439 :complies false. -:carol8440 :complies false. -:carol8441 :complies false. -:carol8442 :complies false. -:carol8443 :complies false. -:carol8444 :complies false. -:carol8445 :complies false. -:carol8446 :complies false. -:carol8447 :complies false. -:carol8448 :complies false. -:carol8449 :complies false. -:carol8450 :complies false. -:carol8451 :complies false. -:carol8452 :complies false. -:carol8453 :complies false. -:carol8454 :complies false. -:carol8455 :complies false. -:carol8456 :complies false. -:carol8457 :complies false. -:carol8458 :complies false. -:carol8459 :complies false. -:carol8460 :complies false. -:carol8461 :complies false. -:carol8462 :complies false. -:carol8463 :complies false. -:carol8464 :complies false. -:carol8465 :complies false. -:carol8466 :complies false. -:carol8467 :complies false. -:carol8468 :complies false. -:carol8469 :complies false. -:carol8470 :complies false. -:carol8471 :complies false. -:carol8472 :complies false. -:carol8473 :complies false. -:carol8474 :complies false. -:carol8475 :complies false. -:carol8476 :complies false. -:carol8477 :complies false. -:carol8478 :complies false. -:carol8479 :complies false. -:carol8480 :complies false. -:carol8481 :complies false. -:carol8482 :complies false. -:carol8483 :complies false. -:carol8484 :complies false. -:carol8485 :complies false. -:carol8486 :complies false. -:carol8487 :complies false. -:carol8488 :complies false. -:carol8489 :complies false. -:carol8490 :complies false. -:carol8491 :complies false. -:carol8492 :complies false. -:carol8493 :complies false. -:carol8494 :complies false. -:carol8495 :complies false. -:carol8496 :complies false. -:carol8497 :complies false. -:carol8498 :complies false. -:carol8499 :complies false. -:carol8500 :complies false. -:carol8501 :complies false. -:carol8502 :complies false. -:carol8503 :complies false. -:carol8504 :complies false. -:carol8505 :complies false. -:carol8506 :complies false. -:carol8507 :complies false. -:carol8508 :complies false. -:carol8509 :complies false. -:carol8510 :complies false. -:carol8511 :complies false. -:carol8512 :complies false. -:carol8513 :complies false. -:carol8514 :complies false. -:carol8515 :complies false. -:carol8516 :complies false. -:carol8517 :complies false. -:carol8518 :complies false. -:carol8519 :complies false. -:carol8520 :complies false. -:carol8521 :complies false. -:carol8522 :complies false. -:carol8523 :complies false. -:carol8524 :complies false. -:carol8525 :complies false. -:carol8526 :complies false. -:carol8527 :complies false. -:carol8528 :complies false. -:carol8529 :complies false. -:carol8530 :complies false. -:carol8531 :complies false. -:carol8532 :complies false. -:carol8533 :complies false. -:carol8534 :complies false. -:carol8535 :complies false. -:carol8536 :complies false. -:carol8537 :complies false. -:carol8538 :complies false. -:carol8539 :complies false. -:carol8540 :complies false. -:carol8541 :complies false. -:carol8542 :complies false. -:carol8543 :complies false. -:carol8544 :complies false. -:carol8545 :complies false. -:carol8546 :complies false. -:carol8547 :complies false. -:carol8548 :complies false. -:carol8549 :complies false. -:carol8550 :complies false. -:carol8551 :complies false. -:carol8552 :complies false. -:carol8553 :complies false. -:carol8554 :complies false. -:carol8555 :complies false. -:carol8556 :complies false. -:carol8557 :complies false. -:carol8558 :complies false. -:carol8559 :complies false. -:carol8560 :complies false. -:carol8561 :complies false. -:carol8562 :complies false. -:carol8563 :complies false. -:carol8564 :complies false. -:carol8565 :complies false. -:carol8566 :complies false. -:carol8567 :complies false. -:carol8568 :complies false. -:carol8569 :complies false. -:carol8570 :complies false. -:carol8571 :complies false. -:carol8572 :complies false. -:carol8573 :complies false. -:carol8574 :complies false. -:carol8575 :complies false. -:carol8576 :complies false. -:carol8577 :complies false. -:carol8578 :complies false. -:carol8579 :complies false. -:carol8580 :complies false. -:carol8581 :complies false. -:carol8582 :complies false. -:carol8583 :complies false. -:carol8584 :complies false. -:carol8585 :complies false. -:carol8586 :complies false. -:carol8587 :complies false. -:carol8588 :complies false. -:carol8589 :complies false. -:carol8590 :complies false. -:carol8591 :complies false. -:carol8592 :complies false. -:carol8593 :complies false. -:carol8594 :complies false. -:carol8595 :complies false. -:carol8596 :complies false. -:carol8597 :complies false. -:carol8598 :complies false. -:carol8599 :complies false. -:carol8600 :complies false. -:carol8601 :complies false. -:carol8602 :complies false. -:carol8603 :complies false. -:carol8604 :complies false. -:carol8605 :complies false. -:carol8606 :complies false. -:carol8607 :complies false. -:carol8608 :complies false. -:carol8609 :complies false. -:carol8610 :complies false. -:carol8611 :complies false. -:carol8612 :complies false. -:carol8613 :complies false. -:carol8614 :complies false. -:carol8615 :complies false. -:carol8616 :complies false. -:carol8617 :complies false. -:carol8618 :complies false. -:carol8619 :complies false. -:carol8620 :complies false. -:carol8621 :complies false. -:carol8622 :complies false. -:carol8623 :complies false. -:carol8624 :complies false. -:carol8625 :complies false. -:carol8626 :complies false. -:carol8627 :complies false. -:carol8628 :complies false. -:carol8629 :complies false. -:carol8630 :complies false. -:carol8631 :complies false. -:carol8632 :complies false. -:carol8633 :complies false. -:carol8634 :complies false. -:carol8635 :complies false. -:carol8636 :complies false. -:carol8637 :complies false. -:carol8638 :complies false. -:carol8639 :complies false. -:carol8640 :complies false. -:carol8641 :complies false. -:carol8642 :complies false. -:carol8643 :complies false. -:carol8644 :complies false. -:carol8645 :complies false. -:carol8646 :complies false. -:carol8647 :complies false. -:carol8648 :complies false. -:carol8649 :complies false. -:carol8650 :complies false. -:carol8651 :complies false. -:carol8652 :complies false. -:carol8653 :complies false. -:carol8654 :complies false. -:carol8655 :complies false. -:carol8656 :complies false. -:carol8657 :complies false. -:carol8658 :complies false. -:carol8659 :complies false. -:carol8660 :complies false. -:carol8661 :complies false. -:carol8662 :complies false. -:carol8663 :complies false. -:carol8664 :complies false. -:carol8665 :complies false. -:carol8666 :complies false. -:carol8667 :complies false. -:carol8668 :complies false. -:carol8669 :complies false. -:carol8670 :complies false. -:carol8671 :complies false. -:carol8672 :complies false. -:carol8673 :complies false. -:carol8674 :complies false. -:carol8675 :complies false. -:carol8676 :complies false. -:carol8677 :complies false. -:carol8678 :complies false. -:carol8679 :complies false. -:carol8680 :complies false. -:carol8681 :complies false. -:carol8682 :complies false. -:carol8683 :complies false. -:carol8684 :complies false. -:carol8685 :complies false. -:carol8686 :complies false. -:carol8687 :complies false. -:carol8688 :complies false. -:carol8689 :complies false. -:carol8690 :complies false. -:carol8691 :complies false. -:carol8692 :complies false. -:carol8693 :complies false. -:carol8694 :complies false. -:carol8695 :complies false. -:carol8696 :complies false. -:carol8697 :complies false. -:carol8698 :complies false. -:carol8699 :complies false. -:carol8700 :complies false. -:carol8701 :complies false. -:carol8702 :complies false. -:carol8703 :complies false. -:carol8704 :complies false. -:carol8705 :complies false. -:carol8706 :complies false. -:carol8707 :complies false. -:carol8708 :complies false. -:carol8709 :complies false. -:carol8710 :complies false. -:carol8711 :complies false. -:carol8712 :complies false. -:carol8713 :complies false. -:carol8714 :complies false. -:carol8715 :complies false. -:carol8716 :complies false. -:carol8717 :complies false. -:carol8718 :complies false. -:carol8719 :complies false. -:carol8720 :complies false. -:carol8721 :complies false. -:carol8722 :complies false. -:carol8723 :complies false. -:carol8724 :complies false. -:carol8725 :complies false. -:carol8726 :complies false. -:carol8727 :complies false. -:carol8728 :complies false. -:carol8729 :complies false. -:carol8730 :complies false. -:carol8731 :complies false. -:carol8732 :complies false. -:carol8733 :complies false. -:carol8734 :complies false. -:carol8735 :complies false. -:carol8736 :complies false. -:carol8737 :complies false. -:carol8738 :complies false. -:carol8739 :complies false. -:carol8740 :complies false. -:carol8741 :complies false. -:carol8742 :complies false. -:carol8743 :complies false. -:carol8744 :complies false. -:carol8745 :complies false. -:carol8746 :complies false. -:carol8747 :complies false. -:carol8748 :complies false. -:carol8749 :complies false. -:carol8750 :complies false. -:carol8751 :complies false. -:carol8752 :complies false. -:carol8753 :complies false. -:carol8754 :complies false. -:carol8755 :complies false. -:carol8756 :complies false. -:carol8757 :complies false. -:carol8758 :complies false. -:carol8759 :complies false. -:carol8760 :complies false. -:carol8761 :complies false. -:carol8762 :complies false. -:carol8763 :complies false. -:carol8764 :complies false. -:carol8765 :complies false. -:carol8766 :complies false. -:carol8767 :complies false. -:carol8768 :complies false. -:carol8769 :complies false. -:carol8770 :complies false. -:carol8771 :complies false. -:carol8772 :complies false. -:carol8773 :complies false. -:carol8774 :complies false. -:carol8775 :complies false. -:carol8776 :complies false. -:carol8777 :complies false. -:carol8778 :complies false. -:carol8779 :complies false. -:carol8780 :complies false. -:carol8781 :complies false. -:carol8782 :complies false. -:carol8783 :complies false. -:carol8784 :complies false. -:carol8785 :complies false. -:carol8786 :complies false. -:carol8787 :complies false. -:carol8788 :complies false. -:carol8789 :complies false. -:carol8790 :complies false. -:carol8791 :complies false. -:carol8792 :complies false. -:carol8793 :complies false. -:carol8794 :complies false. -:carol8795 :complies false. -:carol8796 :complies false. -:carol8797 :complies false. -:carol8798 :complies false. -:carol8799 :complies false. -:carol8800 :complies false. -:carol8801 :complies false. -:carol8802 :complies false. -:carol8803 :complies false. -:carol8804 :complies false. -:carol8805 :complies false. -:carol8806 :complies false. -:carol8807 :complies false. -:carol8808 :complies false. -:carol8809 :complies false. -:carol8810 :complies false. -:carol8811 :complies false. -:carol8812 :complies false. -:carol8813 :complies false. -:carol8814 :complies false. -:carol8815 :complies false. -:carol8816 :complies false. -:carol8817 :complies false. -:carol8818 :complies false. -:carol8819 :complies false. -:carol8820 :complies false. -:carol8821 :complies false. -:carol8822 :complies false. -:carol8823 :complies false. -:carol8824 :complies false. -:carol8825 :complies false. -:carol8826 :complies false. -:carol8827 :complies false. -:carol8828 :complies false. -:carol8829 :complies false. -:carol8830 :complies false. -:carol8831 :complies false. -:carol8832 :complies false. -:carol8833 :complies false. -:carol8834 :complies false. -:carol8835 :complies false. -:carol8836 :complies false. -:carol8837 :complies false. -:carol8838 :complies false. -:carol8839 :complies false. -:carol8840 :complies false. -:carol8841 :complies false. -:carol8842 :complies false. -:carol8843 :complies false. -:carol8844 :complies false. -:carol8845 :complies false. -:carol8846 :complies false. -:carol8847 :complies false. -:carol8848 :complies false. -:carol8849 :complies false. -:carol8850 :complies false. -:carol8851 :complies false. -:carol8852 :complies false. -:carol8853 :complies false. -:carol8854 :complies false. -:carol8855 :complies false. -:carol8856 :complies false. -:carol8857 :complies false. -:carol8858 :complies false. -:carol8859 :complies false. -:carol8860 :complies false. -:carol8861 :complies false. -:carol8862 :complies false. -:carol8863 :complies false. -:carol8864 :complies false. -:carol8865 :complies false. -:carol8866 :complies false. -:carol8867 :complies false. -:carol8868 :complies false. -:carol8869 :complies false. -:carol8870 :complies false. -:carol8871 :complies false. -:carol8872 :complies false. -:carol8873 :complies false. -:carol8874 :complies false. -:carol8875 :complies false. -:carol8876 :complies false. -:carol8877 :complies false. -:carol8878 :complies false. -:carol8879 :complies false. -:carol8880 :complies false. -:carol8881 :complies false. -:carol8882 :complies false. -:carol8883 :complies false. -:carol8884 :complies false. -:carol8885 :complies false. -:carol8886 :complies false. -:carol8887 :complies false. -:carol8888 :complies false. -:carol8889 :complies false. -:carol8890 :complies false. -:carol8891 :complies false. -:carol8892 :complies false. -:carol8893 :complies false. -:carol8894 :complies false. -:carol8895 :complies false. -:carol8896 :complies false. -:carol8897 :complies false. -:carol8898 :complies false. -:carol8899 :complies false. -:carol8900 :complies false. -:carol8901 :complies false. -:carol8902 :complies false. -:carol8903 :complies false. -:carol8904 :complies false. -:carol8905 :complies false. -:carol8906 :complies false. -:carol8907 :complies false. -:carol8908 :complies false. -:carol8909 :complies false. -:carol8910 :complies false. -:carol8911 :complies false. -:carol8912 :complies false. -:carol8913 :complies false. -:carol8914 :complies false. -:carol8915 :complies false. -:carol8916 :complies false. -:carol8917 :complies false. -:carol8918 :complies false. -:carol8919 :complies false. -:carol8920 :complies false. -:carol8921 :complies false. -:carol8922 :complies false. -:carol8923 :complies false. -:carol8924 :complies false. -:carol8925 :complies false. -:carol8926 :complies false. -:carol8927 :complies false. -:carol8928 :complies false. -:carol8929 :complies false. -:carol8930 :complies false. -:carol8931 :complies false. -:carol8932 :complies false. -:carol8933 :complies false. -:carol8934 :complies false. -:carol8935 :complies false. -:carol8936 :complies false. -:carol8937 :complies false. -:carol8938 :complies false. -:carol8939 :complies false. -:carol8940 :complies false. -:carol8941 :complies false. -:carol8942 :complies false. -:carol8943 :complies false. -:carol8944 :complies false. -:carol8945 :complies false. -:carol8946 :complies false. -:carol8947 :complies false. -:carol8948 :complies false. -:carol8949 :complies false. -:carol8950 :complies false. -:carol8951 :complies false. -:carol8952 :complies false. -:carol8953 :complies false. -:carol8954 :complies false. -:carol8955 :complies false. -:carol8956 :complies false. -:carol8957 :complies false. -:carol8958 :complies false. -:carol8959 :complies false. -:carol8960 :complies false. -:carol8961 :complies false. -:carol8962 :complies false. -:carol8963 :complies false. -:carol8964 :complies false. -:carol8965 :complies false. -:carol8966 :complies false. -:carol8967 :complies false. -:carol8968 :complies false. -:carol8969 :complies false. -:carol8970 :complies false. -:carol8971 :complies false. -:carol8972 :complies false. -:carol8973 :complies false. -:carol8974 :complies false. -:carol8975 :complies false. -:carol8976 :complies false. -:carol8977 :complies false. -:carol8978 :complies false. -:carol8979 :complies false. -:carol8980 :complies false. -:carol8981 :complies false. -:carol8982 :complies false. -:carol8983 :complies false. -:carol8984 :complies false. -:carol8985 :complies false. -:carol8986 :complies false. -:carol8987 :complies false. -:carol8988 :complies false. -:carol8989 :complies false. -:carol8990 :complies false. -:carol8991 :complies false. -:carol8992 :complies false. -:carol8993 :complies false. -:carol8994 :complies false. -:carol8995 :complies false. -:carol8996 :complies false. -:carol8997 :complies false. -:carol8998 :complies false. -:carol8999 :complies false. -:carol9000 :complies false. -:carol9001 :complies false. -:carol9002 :complies false. -:carol9003 :complies false. -:carol9004 :complies false. -:carol9005 :complies false. -:carol9006 :complies false. -:carol9007 :complies false. -:carol9008 :complies false. -:carol9009 :complies false. -:carol9010 :complies false. -:carol9011 :complies false. -:carol9012 :complies false. -:carol9013 :complies false. -:carol9014 :complies false. -:carol9015 :complies false. -:carol9016 :complies false. -:carol9017 :complies false. -:carol9018 :complies false. -:carol9019 :complies false. -:carol9020 :complies false. -:carol9021 :complies false. -:carol9022 :complies false. -:carol9023 :complies false. -:carol9024 :complies false. -:carol9025 :complies false. -:carol9026 :complies false. -:carol9027 :complies false. -:carol9028 :complies false. -:carol9029 :complies false. -:carol9030 :complies false. -:carol9031 :complies false. -:carol9032 :complies false. -:carol9033 :complies false. -:carol9034 :complies false. -:carol9035 :complies false. -:carol9036 :complies false. -:carol9037 :complies false. -:carol9038 :complies false. -:carol9039 :complies false. -:carol9040 :complies false. -:carol9041 :complies false. -:carol9042 :complies false. -:carol9043 :complies false. -:carol9044 :complies false. -:carol9045 :complies false. -:carol9046 :complies false. -:carol9047 :complies false. -:carol9048 :complies false. -:carol9049 :complies false. -:carol9050 :complies false. -:carol9051 :complies false. -:carol9052 :complies false. -:carol9053 :complies false. -:carol9054 :complies false. -:carol9055 :complies false. -:carol9056 :complies false. -:carol9057 :complies false. -:carol9058 :complies false. -:carol9059 :complies false. -:carol9060 :complies false. -:carol9061 :complies false. -:carol9062 :complies false. -:carol9063 :complies false. -:carol9064 :complies false. -:carol9065 :complies false. -:carol9066 :complies false. -:carol9067 :complies false. -:carol9068 :complies false. -:carol9069 :complies false. -:carol9070 :complies false. -:carol9071 :complies false. -:carol9072 :complies false. -:carol9073 :complies false. -:carol9074 :complies false. -:carol9075 :complies false. -:carol9076 :complies false. -:carol9077 :complies false. -:carol9078 :complies false. -:carol9079 :complies false. -:carol9080 :complies false. -:carol9081 :complies false. -:carol9082 :complies false. -:carol9083 :complies false. -:carol9084 :complies false. -:carol9085 :complies false. -:carol9086 :complies false. -:carol9087 :complies false. -:carol9088 :complies false. -:carol9089 :complies false. -:carol9090 :complies false. -:carol9091 :complies false. -:carol9092 :complies false. -:carol9093 :complies false. -:carol9094 :complies false. -:carol9095 :complies false. -:carol9096 :complies false. -:carol9097 :complies false. -:carol9098 :complies false. -:carol9099 :complies false. -:carol9100 :complies false. -:carol9101 :complies false. -:carol9102 :complies false. -:carol9103 :complies false. -:carol9104 :complies false. -:carol9105 :complies false. -:carol9106 :complies false. -:carol9107 :complies false. -:carol9108 :complies false. -:carol9109 :complies false. -:carol9110 :complies false. -:carol9111 :complies false. -:carol9112 :complies false. -:carol9113 :complies false. -:carol9114 :complies false. -:carol9115 :complies false. -:carol9116 :complies false. -:carol9117 :complies false. -:carol9118 :complies false. -:carol9119 :complies false. -:carol9120 :complies false. -:carol9121 :complies false. -:carol9122 :complies false. -:carol9123 :complies false. -:carol9124 :complies false. -:carol9125 :complies false. -:carol9126 :complies false. -:carol9127 :complies false. -:carol9128 :complies false. -:carol9129 :complies false. -:carol9130 :complies false. -:carol9131 :complies false. -:carol9132 :complies false. -:carol9133 :complies false. -:carol9134 :complies false. -:carol9135 :complies false. -:carol9136 :complies false. -:carol9137 :complies false. -:carol9138 :complies false. -:carol9139 :complies false. -:carol9140 :complies false. -:carol9141 :complies false. -:carol9142 :complies false. -:carol9143 :complies false. -:carol9144 :complies false. -:carol9145 :complies false. -:carol9146 :complies false. -:carol9147 :complies false. -:carol9148 :complies false. -:carol9149 :complies false. -:carol9150 :complies false. -:carol9151 :complies false. -:carol9152 :complies false. -:carol9153 :complies false. -:carol9154 :complies false. -:carol9155 :complies false. -:carol9156 :complies false. -:carol9157 :complies false. -:carol9158 :complies false. -:carol9159 :complies false. -:carol9160 :complies false. -:carol9161 :complies false. -:carol9162 :complies false. -:carol9163 :complies false. -:carol9164 :complies false. -:carol9165 :complies false. -:carol9166 :complies false. -:carol9167 :complies false. -:carol9168 :complies false. -:carol9169 :complies false. -:carol9170 :complies false. -:carol9171 :complies false. -:carol9172 :complies false. -:carol9173 :complies false. -:carol9174 :complies false. -:carol9175 :complies false. -:carol9176 :complies false. -:carol9177 :complies false. -:carol9178 :complies false. -:carol9179 :complies false. -:carol9180 :complies false. -:carol9181 :complies false. -:carol9182 :complies false. -:carol9183 :complies false. -:carol9184 :complies false. -:carol9185 :complies false. -:carol9186 :complies false. -:carol9187 :complies false. -:carol9188 :complies false. -:carol9189 :complies false. -:carol9190 :complies false. -:carol9191 :complies false. -:carol9192 :complies false. -:carol9193 :complies false. -:carol9194 :complies false. -:carol9195 :complies false. -:carol9196 :complies false. -:carol9197 :complies false. -:carol9198 :complies false. -:carol9199 :complies false. -:carol9200 :complies false. -:carol9201 :complies false. -:carol9202 :complies false. -:carol9203 :complies false. -:carol9204 :complies false. -:carol9205 :complies false. -:carol9206 :complies false. -:carol9207 :complies false. -:carol9208 :complies false. -:carol9209 :complies false. -:carol9210 :complies false. -:carol9211 :complies false. -:carol9212 :complies false. -:carol9213 :complies false. -:carol9214 :complies false. -:carol9215 :complies false. -:carol9216 :complies false. -:carol9217 :complies false. -:carol9218 :complies false. -:carol9219 :complies false. -:carol9220 :complies false. -:carol9221 :complies false. -:carol9222 :complies false. -:carol9223 :complies false. -:carol9224 :complies false. -:carol9225 :complies false. -:carol9226 :complies false. -:carol9227 :complies false. -:carol9228 :complies false. -:carol9229 :complies false. -:carol9230 :complies false. -:carol9231 :complies false. -:carol9232 :complies false. -:carol9233 :complies false. -:carol9234 :complies false. -:carol9235 :complies false. -:carol9236 :complies false. -:carol9237 :complies false. -:carol9238 :complies false. -:carol9239 :complies false. -:carol9240 :complies false. -:carol9241 :complies false. -:carol9242 :complies false. -:carol9243 :complies false. -:carol9244 :complies false. -:carol9245 :complies false. -:carol9246 :complies false. -:carol9247 :complies false. -:carol9248 :complies false. -:carol9249 :complies false. -:carol9250 :complies false. -:carol9251 :complies false. -:carol9252 :complies false. -:carol9253 :complies false. -:carol9254 :complies false. -:carol9255 :complies false. -:carol9256 :complies false. -:carol9257 :complies false. -:carol9258 :complies false. -:carol9259 :complies false. -:carol9260 :complies false. -:carol9261 :complies false. -:carol9262 :complies false. -:carol9263 :complies false. -:carol9264 :complies false. -:carol9265 :complies false. -:carol9266 :complies false. -:carol9267 :complies false. -:carol9268 :complies false. -:carol9269 :complies false. -:carol9270 :complies false. -:carol9271 :complies false. -:carol9272 :complies false. -:carol9273 :complies false. -:carol9274 :complies false. -:carol9275 :complies false. -:carol9276 :complies false. -:carol9277 :complies false. -:carol9278 :complies false. -:carol9279 :complies false. -:carol9280 :complies false. -:carol9281 :complies false. -:carol9282 :complies false. -:carol9283 :complies false. -:carol9284 :complies false. -:carol9285 :complies false. -:carol9286 :complies false. -:carol9287 :complies false. -:carol9288 :complies false. -:carol9289 :complies false. -:carol9290 :complies false. -:carol9291 :complies false. -:carol9292 :complies false. -:carol9293 :complies false. -:carol9294 :complies false. -:carol9295 :complies false. -:carol9296 :complies false. -:carol9297 :complies false. -:carol9298 :complies false. -:carol9299 :complies false. -:carol9300 :complies false. -:carol9301 :complies false. -:carol9302 :complies false. -:carol9303 :complies false. -:carol9304 :complies false. -:carol9305 :complies false. -:carol9306 :complies false. -:carol9307 :complies false. -:carol9308 :complies false. -:carol9309 :complies false. -:carol9310 :complies false. -:carol9311 :complies false. -:carol9312 :complies false. -:carol9313 :complies false. -:carol9314 :complies false. -:carol9315 :complies false. -:carol9316 :complies false. -:carol9317 :complies false. -:carol9318 :complies false. -:carol9319 :complies false. -:carol9320 :complies false. -:carol9321 :complies false. -:carol9322 :complies false. -:carol9323 :complies false. -:carol9324 :complies false. -:carol9325 :complies false. -:carol9326 :complies false. -:carol9327 :complies false. -:carol9328 :complies false. -:carol9329 :complies false. -:carol9330 :complies false. -:carol9331 :complies false. -:carol9332 :complies false. -:carol9333 :complies false. -:carol9334 :complies false. -:carol9335 :complies false. -:carol9336 :complies false. -:carol9337 :complies false. -:carol9338 :complies false. -:carol9339 :complies false. -:carol9340 :complies false. -:carol9341 :complies false. -:carol9342 :complies false. -:carol9343 :complies false. -:carol9344 :complies false. -:carol9345 :complies false. -:carol9346 :complies false. -:carol9347 :complies false. -:carol9348 :complies false. -:carol9349 :complies false. -:carol9350 :complies false. -:carol9351 :complies false. -:carol9352 :complies false. -:carol9353 :complies false. -:carol9354 :complies false. -:carol9355 :complies false. -:carol9356 :complies false. -:carol9357 :complies false. -:carol9358 :complies false. -:carol9359 :complies false. -:carol9360 :complies false. -:carol9361 :complies false. -:carol9362 :complies false. -:carol9363 :complies false. -:carol9364 :complies false. -:carol9365 :complies false. -:carol9366 :complies false. -:carol9367 :complies false. -:carol9368 :complies false. -:carol9369 :complies false. -:carol9370 :complies false. -:carol9371 :complies false. -:carol9372 :complies false. -:carol9373 :complies false. -:carol9374 :complies false. -:carol9375 :complies false. -:carol9376 :complies false. -:carol9377 :complies false. -:carol9378 :complies false. -:carol9379 :complies false. -:carol9380 :complies false. -:carol9381 :complies false. -:carol9382 :complies false. -:carol9383 :complies false. -:carol9384 :complies false. -:carol9385 :complies false. -:carol9386 :complies false. -:carol9387 :complies false. -:carol9388 :complies false. -:carol9389 :complies false. -:carol9390 :complies false. -:carol9391 :complies false. -:carol9392 :complies false. -:carol9393 :complies false. -:carol9394 :complies false. -:carol9395 :complies false. -:carol9396 :complies false. -:carol9397 :complies false. -:carol9398 :complies false. -:carol9399 :complies false. -:carol9400 :complies false. -:carol9401 :complies false. -:carol9402 :complies false. -:carol9403 :complies false. -:carol9404 :complies false. -:carol9405 :complies false. -:carol9406 :complies false. -:carol9407 :complies false. -:carol9408 :complies false. -:carol9409 :complies false. -:carol9410 :complies false. -:carol9411 :complies false. -:carol9412 :complies false. -:carol9413 :complies false. -:carol9414 :complies false. -:carol9415 :complies false. -:carol9416 :complies false. -:carol9417 :complies false. -:carol9418 :complies false. -:carol9419 :complies false. -:carol9420 :complies false. -:carol9421 :complies false. -:carol9422 :complies false. -:carol9423 :complies false. -:carol9424 :complies false. -:carol9425 :complies false. -:carol9426 :complies false. -:carol9427 :complies false. -:carol9428 :complies false. -:carol9429 :complies false. -:carol9430 :complies false. -:carol9431 :complies false. -:carol9432 :complies false. -:carol9433 :complies false. -:carol9434 :complies false. -:carol9435 :complies false. -:carol9436 :complies false. -:carol9437 :complies false. -:carol9438 :complies false. -:carol9439 :complies false. -:carol9440 :complies false. -:carol9441 :complies false. -:carol9442 :complies false. -:carol9443 :complies false. -:carol9444 :complies false. -:carol9445 :complies false. -:carol9446 :complies false. -:carol9447 :complies false. -:carol9448 :complies false. -:carol9449 :complies false. -:carol9450 :complies false. -:carol9451 :complies false. -:carol9452 :complies false. -:carol9453 :complies false. -:carol9454 :complies false. -:carol9455 :complies false. -:carol9456 :complies false. -:carol9457 :complies false. -:carol9458 :complies false. -:carol9459 :complies false. -:carol9460 :complies false. -:carol9461 :complies false. -:carol9462 :complies false. -:carol9463 :complies false. -:carol9464 :complies false. -:carol9465 :complies false. -:carol9466 :complies false. -:carol9467 :complies false. -:carol9468 :complies false. -:carol9469 :complies false. -:carol9470 :complies false. -:carol9471 :complies false. -:carol9472 :complies false. -:carol9473 :complies false. -:carol9474 :complies false. -:carol9475 :complies false. -:carol9476 :complies false. -:carol9477 :complies false. -:carol9478 :complies false. -:carol9479 :complies false. -:carol9480 :complies false. -:carol9481 :complies false. -:carol9482 :complies false. -:carol9483 :complies false. -:carol9484 :complies false. -:carol9485 :complies false. -:carol9486 :complies false. -:carol9487 :complies false. -:carol9488 :complies false. -:carol9489 :complies false. -:carol9490 :complies false. -:carol9491 :complies false. -:carol9492 :complies false. -:carol9493 :complies false. -:carol9494 :complies false. -:carol9495 :complies false. -:carol9496 :complies false. -:carol9497 :complies false. -:carol9498 :complies false. -:carol9499 :complies false. -:carol9500 :complies false. -:carol9501 :complies false. -:carol9502 :complies false. -:carol9503 :complies false. -:carol9504 :complies false. -:carol9505 :complies false. -:carol9506 :complies false. -:carol9507 :complies false. -:carol9508 :complies false. -:carol9509 :complies false. -:carol9510 :complies false. -:carol9511 :complies false. -:carol9512 :complies false. -:carol9513 :complies false. -:carol9514 :complies false. -:carol9515 :complies false. -:carol9516 :complies false. -:carol9517 :complies false. -:carol9518 :complies false. -:carol9519 :complies false. -:carol9520 :complies false. -:carol9521 :complies false. -:carol9522 :complies false. -:carol9523 :complies false. -:carol9524 :complies false. -:carol9525 :complies false. -:carol9526 :complies false. -:carol9527 :complies false. -:carol9528 :complies false. -:carol9529 :complies false. -:carol9530 :complies false. -:carol9531 :complies false. -:carol9532 :complies false. -:carol9533 :complies false. -:carol9534 :complies false. -:carol9535 :complies false. -:carol9536 :complies false. -:carol9537 :complies false. -:carol9538 :complies false. -:carol9539 :complies false. -:carol9540 :complies false. -:carol9541 :complies false. -:carol9542 :complies false. -:carol9543 :complies false. -:carol9544 :complies false. -:carol9545 :complies false. -:carol9546 :complies false. -:carol9547 :complies false. -:carol9548 :complies false. -:carol9549 :complies false. -:carol9550 :complies false. -:carol9551 :complies false. -:carol9552 :complies false. -:carol9553 :complies false. -:carol9554 :complies false. -:carol9555 :complies false. -:carol9556 :complies false. -:carol9557 :complies false. -:carol9558 :complies false. -:carol9559 :complies false. -:carol9560 :complies false. -:carol9561 :complies false. -:carol9562 :complies false. -:carol9563 :complies false. -:carol9564 :complies false. -:carol9565 :complies false. -:carol9566 :complies false. -:carol9567 :complies false. -:carol9568 :complies false. -:carol9569 :complies false. -:carol9570 :complies false. -:carol9571 :complies false. -:carol9572 :complies false. -:carol9573 :complies false. -:carol9574 :complies false. -:carol9575 :complies false. -:carol9576 :complies false. -:carol9577 :complies false. -:carol9578 :complies false. -:carol9579 :complies false. -:carol9580 :complies false. -:carol9581 :complies false. -:carol9582 :complies false. -:carol9583 :complies false. -:carol9584 :complies false. -:carol9585 :complies false. -:carol9586 :complies false. -:carol9587 :complies false. -:carol9588 :complies false. -:carol9589 :complies false. -:carol9590 :complies false. -:carol9591 :complies false. -:carol9592 :complies false. -:carol9593 :complies false. -:carol9594 :complies false. -:carol9595 :complies false. -:carol9596 :complies false. -:carol9597 :complies false. -:carol9598 :complies false. -:carol9599 :complies false. -:carol9600 :complies false. -:carol9601 :complies false. -:carol9602 :complies false. -:carol9603 :complies false. -:carol9604 :complies false. -:carol9605 :complies false. -:carol9606 :complies false. -:carol9607 :complies false. -:carol9608 :complies false. -:carol9609 :complies false. -:carol9610 :complies false. -:carol9611 :complies false. -:carol9612 :complies false. -:carol9613 :complies false. -:carol9614 :complies false. -:carol9615 :complies false. -:carol9616 :complies false. -:carol9617 :complies false. -:carol9618 :complies false. -:carol9619 :complies false. -:carol9620 :complies false. -:carol9621 :complies false. -:carol9622 :complies false. -:carol9623 :complies false. -:carol9624 :complies false. -:carol9625 :complies false. -:carol9626 :complies false. -:carol9627 :complies false. -:carol9628 :complies false. -:carol9629 :complies false. -:carol9630 :complies false. -:carol9631 :complies false. -:carol9632 :complies false. -:carol9633 :complies false. -:carol9634 :complies false. -:carol9635 :complies false. -:carol9636 :complies false. -:carol9637 :complies false. -:carol9638 :complies false. -:carol9639 :complies false. -:carol9640 :complies false. -:carol9641 :complies false. -:carol9642 :complies false. -:carol9643 :complies false. -:carol9644 :complies false. -:carol9645 :complies false. -:carol9646 :complies false. -:carol9647 :complies false. -:carol9648 :complies false. -:carol9649 :complies false. -:carol9650 :complies false. -:carol9651 :complies false. -:carol9652 :complies false. -:carol9653 :complies false. -:carol9654 :complies false. -:carol9655 :complies false. -:carol9656 :complies false. -:carol9657 :complies false. -:carol9658 :complies false. -:carol9659 :complies false. -:carol9660 :complies false. -:carol9661 :complies false. -:carol9662 :complies false. -:carol9663 :complies false. -:carol9664 :complies false. -:carol9665 :complies false. -:carol9666 :complies false. -:carol9667 :complies false. -:carol9668 :complies false. -:carol9669 :complies false. -:carol9670 :complies false. -:carol9671 :complies false. -:carol9672 :complies false. -:carol9673 :complies false. -:carol9674 :complies false. -:carol9675 :complies false. -:carol9676 :complies false. -:carol9677 :complies false. -:carol9678 :complies false. -:carol9679 :complies false. -:carol9680 :complies false. -:carol9681 :complies false. -:carol9682 :complies false. -:carol9683 :complies false. -:carol9684 :complies false. -:carol9685 :complies false. -:carol9686 :complies false. -:carol9687 :complies false. -:carol9688 :complies false. -:carol9689 :complies false. -:carol9690 :complies false. -:carol9691 :complies false. -:carol9692 :complies false. -:carol9693 :complies false. -:carol9694 :complies false. -:carol9695 :complies false. -:carol9696 :complies false. -:carol9697 :complies false. -:carol9698 :complies false. -:carol9699 :complies false. -:carol9700 :complies false. -:carol9701 :complies false. -:carol9702 :complies false. -:carol9703 :complies false. -:carol9704 :complies false. -:carol9705 :complies false. -:carol9706 :complies false. -:carol9707 :complies false. -:carol9708 :complies false. -:carol9709 :complies false. -:carol9710 :complies false. -:carol9711 :complies false. -:carol9712 :complies false. -:carol9713 :complies false. -:carol9714 :complies false. -:carol9715 :complies false. -:carol9716 :complies false. -:carol9717 :complies false. -:carol9718 :complies false. -:carol9719 :complies false. -:carol9720 :complies false. -:carol9721 :complies false. -:carol9722 :complies false. -:carol9723 :complies false. -:carol9724 :complies false. -:carol9725 :complies false. -:carol9726 :complies false. -:carol9727 :complies false. -:carol9728 :complies false. -:carol9729 :complies false. -:carol9730 :complies false. -:carol9731 :complies false. -:carol9732 :complies false. -:carol9733 :complies false. -:carol9734 :complies false. -:carol9735 :complies false. -:carol9736 :complies false. -:carol9737 :complies false. -:carol9738 :complies false. -:carol9739 :complies false. -:carol9740 :complies false. -:carol9741 :complies false. -:carol9742 :complies false. -:carol9743 :complies false. -:carol9744 :complies false. -:carol9745 :complies false. -:carol9746 :complies false. -:carol9747 :complies false. -:carol9748 :complies false. -:carol9749 :complies false. -:carol9750 :complies false. -:carol9751 :complies false. -:carol9752 :complies false. -:carol9753 :complies false. -:carol9754 :complies false. -:carol9755 :complies false. -:carol9756 :complies false. -:carol9757 :complies false. -:carol9758 :complies false. -:carol9759 :complies false. -:carol9760 :complies false. -:carol9761 :complies false. -:carol9762 :complies false. -:carol9763 :complies false. -:carol9764 :complies false. -:carol9765 :complies false. -:carol9766 :complies false. -:carol9767 :complies false. -:carol9768 :complies false. -:carol9769 :complies false. -:carol9770 :complies false. -:carol9771 :complies false. -:carol9772 :complies false. -:carol9773 :complies false. -:carol9774 :complies false. -:carol9775 :complies false. -:carol9776 :complies false. -:carol9777 :complies false. -:carol9778 :complies false. -:carol9779 :complies false. -:carol9780 :complies false. -:carol9781 :complies false. -:carol9782 :complies false. -:carol9783 :complies false. -:carol9784 :complies false. -:carol9785 :complies false. -:carol9786 :complies false. -:carol9787 :complies false. -:carol9788 :complies false. -:carol9789 :complies false. -:carol9790 :complies false. -:carol9791 :complies false. -:carol9792 :complies false. -:carol9793 :complies false. -:carol9794 :complies false. -:carol9795 :complies false. -:carol9796 :complies false. -:carol9797 :complies false. -:carol9798 :complies false. -:carol9799 :complies false. -:carol9800 :complies false. -:carol9801 :complies false. -:carol9802 :complies false. -:carol9803 :complies false. -:carol9804 :complies false. -:carol9805 :complies false. -:carol9806 :complies false. -:carol9807 :complies false. -:carol9808 :complies false. -:carol9809 :complies false. -:carol9810 :complies false. -:carol9811 :complies false. -:carol9812 :complies false. -:carol9813 :complies false. -:carol9814 :complies false. -:carol9815 :complies false. -:carol9816 :complies false. -:carol9817 :complies false. -:carol9818 :complies false. -:carol9819 :complies false. -:carol9820 :complies false. -:carol9821 :complies false. -:carol9822 :complies false. -:carol9823 :complies false. -:carol9824 :complies false. -:carol9825 :complies false. -:carol9826 :complies false. -:carol9827 :complies false. -:carol9828 :complies false. -:carol9829 :complies false. -:carol9830 :complies false. -:carol9831 :complies false. -:carol9832 :complies false. -:carol9833 :complies false. -:carol9834 :complies false. -:carol9835 :complies false. -:carol9836 :complies false. -:carol9837 :complies false. -:carol9838 :complies false. -:carol9839 :complies false. -:carol9840 :complies false. -:carol9841 :complies false. -:carol9842 :complies false. -:carol9843 :complies false. -:carol9844 :complies false. -:carol9845 :complies false. -:carol9846 :complies false. -:carol9847 :complies false. -:carol9848 :complies false. -:carol9849 :complies false. -:carol9850 :complies false. -:carol9851 :complies false. -:carol9852 :complies false. -:carol9853 :complies false. -:carol9854 :complies false. -:carol9855 :complies false. -:carol9856 :complies false. -:carol9857 :complies false. -:carol9858 :complies false. -:carol9859 :complies false. -:carol9860 :complies false. -:carol9861 :complies false. -:carol9862 :complies false. -:carol9863 :complies false. -:carol9864 :complies false. -:carol9865 :complies false. -:carol9866 :complies false. -:carol9867 :complies false. -:carol9868 :complies false. -:carol9869 :complies false. -:carol9870 :complies false. -:carol9871 :complies false. -:carol9872 :complies false. -:carol9873 :complies false. -:carol9874 :complies false. -:carol9875 :complies false. -:carol9876 :complies false. -:carol9877 :complies false. -:carol9878 :complies false. -:carol9879 :complies false. -:carol9880 :complies false. -:carol9881 :complies false. -:carol9882 :complies false. -:carol9883 :complies false. -:carol9884 :complies false. -:carol9885 :complies false. -:carol9886 :complies false. -:carol9887 :complies false. -:carol9888 :complies false. -:carol9889 :complies false. -:carol9890 :complies false. -:carol9891 :complies false. -:carol9892 :complies false. -:carol9893 :complies false. -:carol9894 :complies false. -:carol9895 :complies false. -:carol9896 :complies false. -:carol9897 :complies false. -:carol9898 :complies false. -:carol9899 :complies false. -:carol9900 :complies false. -:carol9901 :complies false. -:carol9902 :complies false. -:carol9903 :complies false. -:carol9904 :complies false. -:carol9905 :complies false. -:carol9906 :complies false. -:carol9907 :complies false. -:carol9908 :complies false. -:carol9909 :complies false. -:carol9910 :complies false. -:carol9911 :complies false. -:carol9912 :complies false. -:carol9913 :complies false. -:carol9914 :complies false. -:carol9915 :complies false. -:carol9916 :complies false. -:carol9917 :complies false. -:carol9918 :complies false. -:carol9919 :complies false. -:carol9920 :complies false. -:carol9921 :complies false. -:carol9922 :complies false. -:carol9923 :complies false. -:carol9924 :complies false. -:carol9925 :complies false. -:carol9926 :complies false. -:carol9927 :complies false. -:carol9928 :complies false. -:carol9929 :complies false. -:carol9930 :complies false. -:carol9931 :complies false. -:carol9932 :complies false. -:carol9933 :complies false. -:carol9934 :complies false. -:carol9935 :complies false. -:carol9936 :complies false. -:carol9937 :complies false. -:carol9938 :complies false. -:carol9939 :complies false. -:carol9940 :complies false. -:carol9941 :complies false. -:carol9942 :complies false. -:carol9943 :complies false. -:carol9944 :complies false. -:carol9945 :complies false. -:carol9946 :complies false. -:carol9947 :complies false. -:carol9948 :complies false. -:carol9949 :complies false. -:carol9950 :complies false. -:carol9951 :complies false. -:carol9952 :complies false. -:carol9953 :complies false. -:carol9954 :complies false. -:carol9955 :complies false. -:carol9956 :complies false. -:carol9957 :complies false. -:carol9958 :complies false. -:carol9959 :complies false. -:carol9960 :complies false. -:carol9961 :complies false. -:carol9962 :complies false. -:carol9963 :complies false. -:carol9964 :complies false. -:carol9965 :complies false. -:carol9966 :complies false. -:carol9967 :complies false. -:carol9968 :complies false. -:carol9969 :complies false. -:carol9970 :complies false. -:carol9971 :complies false. -:carol9972 :complies false. -:carol9973 :complies false. -:carol9974 :complies false. -:carol9975 :complies false. -:carol9976 :complies false. -:carol9977 :complies false. -:carol9978 :complies false. -:carol9979 :complies false. -:carol9980 :complies false. -:carol9981 :complies false. -:carol9982 :complies false. -:carol9983 :complies false. -:carol9984 :complies false. -:carol9985 :complies false. -:carol9986 :complies false. -:carol9987 :complies false. -:carol9988 :complies false. -:carol9989 :complies false. -:carol9990 :complies false. -:carol9991 :complies false. -:carol9992 :complies false. -:carol9993 :complies false. -:carol9994 :complies false. -:carol9995 :complies false. -:carol9996 :complies false. -:carol9997 :complies false. -:carol9998 :complies false. -:carol9999 :complies false. -:carol10000 :complies false. # # Explain the reasoning @@ -95009,65002 +80009,54529 @@ { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5001 :does :work_related_task. - :bob5001 :does :log_off_at_end_of_shift. + :alice1 :does :log_off_at_end_of_shift. } log:explains { - :bob5001 :complies true. + :alice1 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5002 :does :work_related_task. - :bob5002 :does :log_off_at_end_of_shift. + :alice2 :does :log_off_at_end_of_shift. } log:explains { - :bob5002 :complies true. + :alice2 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5003 :does :work_related_task. - :bob5003 :does :log_off_at_end_of_shift. + :alice3 :does :log_off_at_end_of_shift. } log:explains { - :bob5003 :complies true. + :alice3 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5004 :does :work_related_task. - :bob5004 :does :log_off_at_end_of_shift. + :alice4 :does :log_off_at_end_of_shift. } log:explains { - :bob5004 :complies true. + :alice4 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5005 :does :work_related_task. - :bob5005 :does :log_off_at_end_of_shift. + :alice5 :does :log_off_at_end_of_shift. } log:explains { - :bob5005 :complies true. + :alice5 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5006 :does :work_related_task. - :bob5006 :does :log_off_at_end_of_shift. + :alice6 :does :log_off_at_end_of_shift. } log:explains { - :bob5006 :complies true. + :alice6 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5007 :does :work_related_task. - :bob5007 :does :log_off_at_end_of_shift. + :alice7 :does :log_off_at_end_of_shift. } log:explains { - :bob5007 :complies true. + :alice7 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5008 :does :work_related_task. - :bob5008 :does :log_off_at_end_of_shift. + :alice8 :does :log_off_at_end_of_shift. } log:explains { - :bob5008 :complies true. + :alice8 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5009 :does :work_related_task. - :bob5009 :does :log_off_at_end_of_shift. + :alice9 :does :log_off_at_end_of_shift. } log:explains { - :bob5009 :complies true. + :alice9 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5010 :does :work_related_task. - :bob5010 :does :log_off_at_end_of_shift. + :alice10 :does :log_off_at_end_of_shift. } log:explains { - :bob5010 :complies true. + :alice10 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5011 :does :work_related_task. - :bob5011 :does :log_off_at_end_of_shift. + :alice11 :does :log_off_at_end_of_shift. } log:explains { - :bob5011 :complies true. + :alice11 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5012 :does :work_related_task. - :bob5012 :does :log_off_at_end_of_shift. + :alice12 :does :log_off_at_end_of_shift. } log:explains { - :bob5012 :complies true. + :alice12 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5013 :does :work_related_task. - :bob5013 :does :log_off_at_end_of_shift. + :alice13 :does :log_off_at_end_of_shift. } log:explains { - :bob5013 :complies true. + :alice13 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5014 :does :work_related_task. - :bob5014 :does :log_off_at_end_of_shift. + :alice14 :does :log_off_at_end_of_shift. } log:explains { - :bob5014 :complies true. + :alice14 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5015 :does :work_related_task. - :bob5015 :does :log_off_at_end_of_shift. + :alice15 :does :log_off_at_end_of_shift. } log:explains { - :bob5015 :complies true. + :alice15 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5016 :does :work_related_task. - :bob5016 :does :log_off_at_end_of_shift. + :alice16 :does :log_off_at_end_of_shift. } log:explains { - :bob5016 :complies true. + :alice16 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5017 :does :work_related_task. - :bob5017 :does :log_off_at_end_of_shift. + :alice17 :does :log_off_at_end_of_shift. } log:explains { - :bob5017 :complies true. + :alice17 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5018 :does :work_related_task. - :bob5018 :does :log_off_at_end_of_shift. + :alice18 :does :log_off_at_end_of_shift. } log:explains { - :bob5018 :complies true. + :alice18 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5019 :does :work_related_task. - :bob5019 :does :log_off_at_end_of_shift. + :alice19 :does :log_off_at_end_of_shift. } log:explains { - :bob5019 :complies true. + :alice19 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5020 :does :work_related_task. - :bob5020 :does :log_off_at_end_of_shift. + :alice20 :does :log_off_at_end_of_shift. } log:explains { - :bob5020 :complies true. + :alice20 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5021 :does :work_related_task. - :bob5021 :does :log_off_at_end_of_shift. + :alice21 :does :log_off_at_end_of_shift. } log:explains { - :bob5021 :complies true. + :alice21 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5022 :does :work_related_task. - :bob5022 :does :log_off_at_end_of_shift. + :alice22 :does :log_off_at_end_of_shift. } log:explains { - :bob5022 :complies true. + :alice22 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5023 :does :work_related_task. - :bob5023 :does :log_off_at_end_of_shift. + :alice23 :does :log_off_at_end_of_shift. } log:explains { - :bob5023 :complies true. + :alice23 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5024 :does :work_related_task. - :bob5024 :does :log_off_at_end_of_shift. + :alice24 :does :log_off_at_end_of_shift. } log:explains { - :bob5024 :complies true. + :alice24 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5025 :does :work_related_task. - :bob5025 :does :log_off_at_end_of_shift. + :alice25 :does :log_off_at_end_of_shift. } log:explains { - :bob5025 :complies true. + :alice25 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5026 :does :work_related_task. - :bob5026 :does :log_off_at_end_of_shift. + :alice26 :does :log_off_at_end_of_shift. } log:explains { - :bob5026 :complies true. + :alice26 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5027 :does :work_related_task. - :bob5027 :does :log_off_at_end_of_shift. + :alice27 :does :log_off_at_end_of_shift. } log:explains { - :bob5027 :complies true. + :alice27 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5028 :does :work_related_task. - :bob5028 :does :log_off_at_end_of_shift. + :alice28 :does :log_off_at_end_of_shift. } log:explains { - :bob5028 :complies true. + :alice28 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5029 :does :work_related_task. - :bob5029 :does :log_off_at_end_of_shift. + :alice29 :does :log_off_at_end_of_shift. } log:explains { - :bob5029 :complies true. + :alice29 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5030 :does :work_related_task. - :bob5030 :does :log_off_at_end_of_shift. + :alice30 :does :log_off_at_end_of_shift. } log:explains { - :bob5030 :complies true. + :alice30 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5031 :does :work_related_task. - :bob5031 :does :log_off_at_end_of_shift. + :alice31 :does :log_off_at_end_of_shift. } log:explains { - :bob5031 :complies true. + :alice31 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5032 :does :work_related_task. - :bob5032 :does :log_off_at_end_of_shift. + :alice32 :does :log_off_at_end_of_shift. } log:explains { - :bob5032 :complies true. + :alice32 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5033 :does :work_related_task. - :bob5033 :does :log_off_at_end_of_shift. + :alice33 :does :log_off_at_end_of_shift. } log:explains { - :bob5033 :complies true. + :alice33 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5034 :does :work_related_task. - :bob5034 :does :log_off_at_end_of_shift. + :alice34 :does :log_off_at_end_of_shift. } log:explains { - :bob5034 :complies true. + :alice34 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5035 :does :work_related_task. - :bob5035 :does :log_off_at_end_of_shift. + :alice35 :does :log_off_at_end_of_shift. } log:explains { - :bob5035 :complies true. + :alice35 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5036 :does :work_related_task. - :bob5036 :does :log_off_at_end_of_shift. + :alice36 :does :log_off_at_end_of_shift. } log:explains { - :bob5036 :complies true. + :alice36 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5037 :does :work_related_task. - :bob5037 :does :log_off_at_end_of_shift. + :alice37 :does :log_off_at_end_of_shift. } log:explains { - :bob5037 :complies true. + :alice37 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5038 :does :work_related_task. - :bob5038 :does :log_off_at_end_of_shift. + :alice38 :does :log_off_at_end_of_shift. } log:explains { - :bob5038 :complies true. + :alice38 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5039 :does :work_related_task. - :bob5039 :does :log_off_at_end_of_shift. + :alice39 :does :log_off_at_end_of_shift. } log:explains { - :bob5039 :complies true. + :alice39 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5040 :does :work_related_task. - :bob5040 :does :log_off_at_end_of_shift. + :alice40 :does :log_off_at_end_of_shift. } log:explains { - :bob5040 :complies true. + :alice40 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5041 :does :work_related_task. - :bob5041 :does :log_off_at_end_of_shift. + :alice41 :does :log_off_at_end_of_shift. } log:explains { - :bob5041 :complies true. + :alice41 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5042 :does :work_related_task. - :bob5042 :does :log_off_at_end_of_shift. + :alice42 :does :log_off_at_end_of_shift. } log:explains { - :bob5042 :complies true. + :alice42 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5043 :does :work_related_task. - :bob5043 :does :log_off_at_end_of_shift. + :alice43 :does :log_off_at_end_of_shift. } log:explains { - :bob5043 :complies true. + :alice43 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5044 :does :work_related_task. - :bob5044 :does :log_off_at_end_of_shift. + :alice44 :does :log_off_at_end_of_shift. } log:explains { - :bob5044 :complies true. + :alice44 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5045 :does :work_related_task. - :bob5045 :does :log_off_at_end_of_shift. + :alice45 :does :log_off_at_end_of_shift. } log:explains { - :bob5045 :complies true. + :alice45 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5046 :does :work_related_task. - :bob5046 :does :log_off_at_end_of_shift. + :alice46 :does :log_off_at_end_of_shift. } log:explains { - :bob5046 :complies true. + :alice46 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5047 :does :work_related_task. - :bob5047 :does :log_off_at_end_of_shift. + :alice47 :does :log_off_at_end_of_shift. } log:explains { - :bob5047 :complies true. + :alice47 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5048 :does :work_related_task. - :bob5048 :does :log_off_at_end_of_shift. + :alice48 :does :log_off_at_end_of_shift. } log:explains { - :bob5048 :complies true. + :alice48 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5049 :does :work_related_task. - :bob5049 :does :log_off_at_end_of_shift. + :alice49 :does :log_off_at_end_of_shift. } log:explains { - :bob5049 :complies true. + :alice49 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5050 :does :work_related_task. - :bob5050 :does :log_off_at_end_of_shift. + :alice50 :does :log_off_at_end_of_shift. } log:explains { - :bob5050 :complies true. + :alice50 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5051 :does :work_related_task. - :bob5051 :does :log_off_at_end_of_shift. + :alice51 :does :log_off_at_end_of_shift. } log:explains { - :bob5051 :complies true. + :alice51 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5052 :does :work_related_task. - :bob5052 :does :log_off_at_end_of_shift. + :alice52 :does :log_off_at_end_of_shift. } log:explains { - :bob5052 :complies true. + :alice52 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5053 :does :work_related_task. - :bob5053 :does :log_off_at_end_of_shift. + :alice53 :does :log_off_at_end_of_shift. } log:explains { - :bob5053 :complies true. + :alice53 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5054 :does :work_related_task. - :bob5054 :does :log_off_at_end_of_shift. + :alice54 :does :log_off_at_end_of_shift. } log:explains { - :bob5054 :complies true. + :alice54 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5055 :does :work_related_task. - :bob5055 :does :log_off_at_end_of_shift. + :alice55 :does :log_off_at_end_of_shift. } log:explains { - :bob5055 :complies true. + :alice55 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5056 :does :work_related_task. - :bob5056 :does :log_off_at_end_of_shift. + :alice56 :does :log_off_at_end_of_shift. } log:explains { - :bob5056 :complies true. + :alice56 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5057 :does :work_related_task. - :bob5057 :does :log_off_at_end_of_shift. + :alice57 :does :log_off_at_end_of_shift. } log:explains { - :bob5057 :complies true. + :alice57 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5058 :does :work_related_task. - :bob5058 :does :log_off_at_end_of_shift. + :alice58 :does :log_off_at_end_of_shift. } log:explains { - :bob5058 :complies true. + :alice58 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5059 :does :work_related_task. - :bob5059 :does :log_off_at_end_of_shift. + :alice59 :does :log_off_at_end_of_shift. } log:explains { - :bob5059 :complies true. + :alice59 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5060 :does :work_related_task. - :bob5060 :does :log_off_at_end_of_shift. + :alice60 :does :log_off_at_end_of_shift. } log:explains { - :bob5060 :complies true. + :alice60 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5061 :does :work_related_task. - :bob5061 :does :log_off_at_end_of_shift. + :alice61 :does :log_off_at_end_of_shift. } log:explains { - :bob5061 :complies true. + :alice61 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5062 :does :work_related_task. - :bob5062 :does :log_off_at_end_of_shift. + :alice62 :does :log_off_at_end_of_shift. } log:explains { - :bob5062 :complies true. + :alice62 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5063 :does :work_related_task. - :bob5063 :does :log_off_at_end_of_shift. + :alice63 :does :log_off_at_end_of_shift. } log:explains { - :bob5063 :complies true. + :alice63 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5064 :does :work_related_task. - :bob5064 :does :log_off_at_end_of_shift. + :alice64 :does :log_off_at_end_of_shift. } log:explains { - :bob5064 :complies true. + :alice64 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5065 :does :work_related_task. - :bob5065 :does :log_off_at_end_of_shift. + :alice65 :does :log_off_at_end_of_shift. } log:explains { - :bob5065 :complies true. + :alice65 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5066 :does :work_related_task. - :bob5066 :does :log_off_at_end_of_shift. + :alice66 :does :log_off_at_end_of_shift. } log:explains { - :bob5066 :complies true. + :alice66 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5067 :does :work_related_task. - :bob5067 :does :log_off_at_end_of_shift. + :alice67 :does :log_off_at_end_of_shift. } log:explains { - :bob5067 :complies true. + :alice67 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5068 :does :work_related_task. - :bob5068 :does :log_off_at_end_of_shift. + :alice68 :does :log_off_at_end_of_shift. } log:explains { - :bob5068 :complies true. + :alice68 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5069 :does :work_related_task. - :bob5069 :does :log_off_at_end_of_shift. + :alice69 :does :log_off_at_end_of_shift. } log:explains { - :bob5069 :complies true. + :alice69 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5070 :does :work_related_task. - :bob5070 :does :log_off_at_end_of_shift. + :alice70 :does :log_off_at_end_of_shift. } log:explains { - :bob5070 :complies true. + :alice70 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5071 :does :work_related_task. - :bob5071 :does :log_off_at_end_of_shift. + :alice71 :does :log_off_at_end_of_shift. } log:explains { - :bob5071 :complies true. + :alice71 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5072 :does :work_related_task. - :bob5072 :does :log_off_at_end_of_shift. + :alice72 :does :log_off_at_end_of_shift. } log:explains { - :bob5072 :complies true. + :alice72 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5073 :does :work_related_task. - :bob5073 :does :log_off_at_end_of_shift. + :alice73 :does :log_off_at_end_of_shift. } log:explains { - :bob5073 :complies true. + :alice73 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5074 :does :work_related_task. - :bob5074 :does :log_off_at_end_of_shift. + :alice74 :does :log_off_at_end_of_shift. } log:explains { - :bob5074 :complies true. + :alice74 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5075 :does :work_related_task. - :bob5075 :does :log_off_at_end_of_shift. + :alice75 :does :log_off_at_end_of_shift. } log:explains { - :bob5075 :complies true. + :alice75 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5076 :does :work_related_task. - :bob5076 :does :log_off_at_end_of_shift. + :alice76 :does :log_off_at_end_of_shift. } log:explains { - :bob5076 :complies true. + :alice76 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5077 :does :work_related_task. - :bob5077 :does :log_off_at_end_of_shift. + :alice77 :does :log_off_at_end_of_shift. } log:explains { - :bob5077 :complies true. + :alice77 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5078 :does :work_related_task. - :bob5078 :does :log_off_at_end_of_shift. + :alice78 :does :log_off_at_end_of_shift. } log:explains { - :bob5078 :complies true. + :alice78 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5079 :does :work_related_task. - :bob5079 :does :log_off_at_end_of_shift. + :alice79 :does :log_off_at_end_of_shift. } log:explains { - :bob5079 :complies true. + :alice79 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5080 :does :work_related_task. - :bob5080 :does :log_off_at_end_of_shift. + :alice80 :does :log_off_at_end_of_shift. } log:explains { - :bob5080 :complies true. + :alice80 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5081 :does :work_related_task. - :bob5081 :does :log_off_at_end_of_shift. + :alice81 :does :log_off_at_end_of_shift. } log:explains { - :bob5081 :complies true. + :alice81 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5082 :does :work_related_task. - :bob5082 :does :log_off_at_end_of_shift. + :alice82 :does :log_off_at_end_of_shift. } log:explains { - :bob5082 :complies true. + :alice82 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5083 :does :work_related_task. - :bob5083 :does :log_off_at_end_of_shift. + :alice83 :does :log_off_at_end_of_shift. } log:explains { - :bob5083 :complies true. + :alice83 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5084 :does :work_related_task. - :bob5084 :does :log_off_at_end_of_shift. + :alice84 :does :log_off_at_end_of_shift. } log:explains { - :bob5084 :complies true. + :alice84 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5085 :does :work_related_task. - :bob5085 :does :log_off_at_end_of_shift. + :alice85 :does :log_off_at_end_of_shift. } log:explains { - :bob5085 :complies true. + :alice85 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5086 :does :work_related_task. - :bob5086 :does :log_off_at_end_of_shift. + :alice86 :does :log_off_at_end_of_shift. } log:explains { - :bob5086 :complies true. + :alice86 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5087 :does :work_related_task. - :bob5087 :does :log_off_at_end_of_shift. + :alice87 :does :log_off_at_end_of_shift. } log:explains { - :bob5087 :complies true. + :alice87 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5088 :does :work_related_task. - :bob5088 :does :log_off_at_end_of_shift. + :alice88 :does :log_off_at_end_of_shift. } log:explains { - :bob5088 :complies true. + :alice88 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5089 :does :work_related_task. - :bob5089 :does :log_off_at_end_of_shift. + :alice89 :does :log_off_at_end_of_shift. } log:explains { - :bob5089 :complies true. + :alice89 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5090 :does :work_related_task. - :bob5090 :does :log_off_at_end_of_shift. + :alice90 :does :log_off_at_end_of_shift. } log:explains { - :bob5090 :complies true. + :alice90 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5091 :does :work_related_task. - :bob5091 :does :log_off_at_end_of_shift. + :alice91 :does :log_off_at_end_of_shift. } log:explains { - :bob5091 :complies true. + :alice91 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5092 :does :work_related_task. - :bob5092 :does :log_off_at_end_of_shift. + :alice92 :does :log_off_at_end_of_shift. } log:explains { - :bob5092 :complies true. + :alice92 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5093 :does :work_related_task. - :bob5093 :does :log_off_at_end_of_shift. + :alice93 :does :log_off_at_end_of_shift. } log:explains { - :bob5093 :complies true. + :alice93 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5094 :does :work_related_task. - :bob5094 :does :log_off_at_end_of_shift. + :alice94 :does :log_off_at_end_of_shift. } log:explains { - :bob5094 :complies true. + :alice94 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5095 :does :work_related_task. - :bob5095 :does :log_off_at_end_of_shift. + :alice95 :does :log_off_at_end_of_shift. } log:explains { - :bob5095 :complies true. + :alice95 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5096 :does :work_related_task. - :bob5096 :does :log_off_at_end_of_shift. + :alice96 :does :log_off_at_end_of_shift. } log:explains { - :bob5096 :complies true. + :alice96 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5097 :does :work_related_task. - :bob5097 :does :log_off_at_end_of_shift. + :alice97 :does :log_off_at_end_of_shift. } log:explains { - :bob5097 :complies true. + :alice97 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5098 :does :work_related_task. - :bob5098 :does :log_off_at_end_of_shift. + :alice98 :does :log_off_at_end_of_shift. } log:explains { - :bob5098 :complies true. + :alice98 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5099 :does :work_related_task. - :bob5099 :does :log_off_at_end_of_shift. + :alice99 :does :log_off_at_end_of_shift. } log:explains { - :bob5099 :complies true. + :alice99 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5100 :does :work_related_task. - :bob5100 :does :log_off_at_end_of_shift. + :alice100 :does :log_off_at_end_of_shift. } log:explains { - :bob5100 :complies true. + :alice100 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5101 :does :work_related_task. - :bob5101 :does :log_off_at_end_of_shift. + :alice101 :does :log_off_at_end_of_shift. } log:explains { - :bob5101 :complies true. + :alice101 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5102 :does :work_related_task. - :bob5102 :does :log_off_at_end_of_shift. + :alice102 :does :log_off_at_end_of_shift. } log:explains { - :bob5102 :complies true. + :alice102 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5103 :does :work_related_task. - :bob5103 :does :log_off_at_end_of_shift. + :alice103 :does :log_off_at_end_of_shift. } log:explains { - :bob5103 :complies true. + :alice103 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5104 :does :work_related_task. - :bob5104 :does :log_off_at_end_of_shift. + :alice104 :does :log_off_at_end_of_shift. } log:explains { - :bob5104 :complies true. + :alice104 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5105 :does :work_related_task. - :bob5105 :does :log_off_at_end_of_shift. + :alice105 :does :log_off_at_end_of_shift. } log:explains { - :bob5105 :complies true. + :alice105 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5106 :does :work_related_task. - :bob5106 :does :log_off_at_end_of_shift. + :alice106 :does :log_off_at_end_of_shift. } log:explains { - :bob5106 :complies true. + :alice106 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5107 :does :work_related_task. - :bob5107 :does :log_off_at_end_of_shift. + :alice107 :does :log_off_at_end_of_shift. } log:explains { - :bob5107 :complies true. + :alice107 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5108 :does :work_related_task. - :bob5108 :does :log_off_at_end_of_shift. + :alice108 :does :log_off_at_end_of_shift. } log:explains { - :bob5108 :complies true. + :alice108 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5109 :does :work_related_task. - :bob5109 :does :log_off_at_end_of_shift. + :alice109 :does :log_off_at_end_of_shift. } log:explains { - :bob5109 :complies true. + :alice109 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5110 :does :work_related_task. - :bob5110 :does :log_off_at_end_of_shift. + :alice110 :does :log_off_at_end_of_shift. } log:explains { - :bob5110 :complies true. + :alice110 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5111 :does :work_related_task. - :bob5111 :does :log_off_at_end_of_shift. + :alice111 :does :log_off_at_end_of_shift. } log:explains { - :bob5111 :complies true. + :alice111 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5112 :does :work_related_task. - :bob5112 :does :log_off_at_end_of_shift. + :alice112 :does :log_off_at_end_of_shift. } log:explains { - :bob5112 :complies true. + :alice112 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5113 :does :work_related_task. - :bob5113 :does :log_off_at_end_of_shift. + :alice113 :does :log_off_at_end_of_shift. } log:explains { - :bob5113 :complies true. + :alice113 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5114 :does :work_related_task. - :bob5114 :does :log_off_at_end_of_shift. + :alice114 :does :log_off_at_end_of_shift. } log:explains { - :bob5114 :complies true. + :alice114 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5115 :does :work_related_task. - :bob5115 :does :log_off_at_end_of_shift. + :alice115 :does :log_off_at_end_of_shift. } log:explains { - :bob5115 :complies true. + :alice115 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5116 :does :work_related_task. - :bob5116 :does :log_off_at_end_of_shift. + :alice116 :does :log_off_at_end_of_shift. } log:explains { - :bob5116 :complies true. + :alice116 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5117 :does :work_related_task. - :bob5117 :does :log_off_at_end_of_shift. + :alice117 :does :log_off_at_end_of_shift. } log:explains { - :bob5117 :complies true. + :alice117 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5118 :does :work_related_task. - :bob5118 :does :log_off_at_end_of_shift. + :alice118 :does :log_off_at_end_of_shift. } log:explains { - :bob5118 :complies true. + :alice118 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5119 :does :work_related_task. - :bob5119 :does :log_off_at_end_of_shift. + :alice119 :does :log_off_at_end_of_shift. } log:explains { - :bob5119 :complies true. + :alice119 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5120 :does :work_related_task. - :bob5120 :does :log_off_at_end_of_shift. + :alice120 :does :log_off_at_end_of_shift. } log:explains { - :bob5120 :complies true. + :alice120 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5121 :does :work_related_task. - :bob5121 :does :log_off_at_end_of_shift. + :alice121 :does :log_off_at_end_of_shift. } log:explains { - :bob5121 :complies true. + :alice121 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5122 :does :work_related_task. - :bob5122 :does :log_off_at_end_of_shift. + :alice122 :does :log_off_at_end_of_shift. } log:explains { - :bob5122 :complies true. + :alice122 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5123 :does :work_related_task. - :bob5123 :does :log_off_at_end_of_shift. + :alice123 :does :log_off_at_end_of_shift. } log:explains { - :bob5123 :complies true. + :alice123 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5124 :does :work_related_task. - :bob5124 :does :log_off_at_end_of_shift. + :alice124 :does :log_off_at_end_of_shift. } log:explains { - :bob5124 :complies true. + :alice124 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5125 :does :work_related_task. - :bob5125 :does :log_off_at_end_of_shift. + :alice125 :does :log_off_at_end_of_shift. } log:explains { - :bob5125 :complies true. + :alice125 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5126 :does :work_related_task. - :bob5126 :does :log_off_at_end_of_shift. + :alice126 :does :log_off_at_end_of_shift. } log:explains { - :bob5126 :complies true. + :alice126 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5127 :does :work_related_task. - :bob5127 :does :log_off_at_end_of_shift. + :alice127 :does :log_off_at_end_of_shift. } log:explains { - :bob5127 :complies true. + :alice127 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5128 :does :work_related_task. - :bob5128 :does :log_off_at_end_of_shift. + :alice128 :does :log_off_at_end_of_shift. } log:explains { - :bob5128 :complies true. + :alice128 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5129 :does :work_related_task. - :bob5129 :does :log_off_at_end_of_shift. + :alice129 :does :log_off_at_end_of_shift. } log:explains { - :bob5129 :complies true. + :alice129 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5130 :does :work_related_task. - :bob5130 :does :log_off_at_end_of_shift. + :alice130 :does :log_off_at_end_of_shift. } log:explains { - :bob5130 :complies true. + :alice130 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5131 :does :work_related_task. - :bob5131 :does :log_off_at_end_of_shift. + :alice131 :does :log_off_at_end_of_shift. } log:explains { - :bob5131 :complies true. + :alice131 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5132 :does :work_related_task. - :bob5132 :does :log_off_at_end_of_shift. + :alice132 :does :log_off_at_end_of_shift. } log:explains { - :bob5132 :complies true. + :alice132 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5133 :does :work_related_task. - :bob5133 :does :log_off_at_end_of_shift. + :alice133 :does :log_off_at_end_of_shift. } log:explains { - :bob5133 :complies true. + :alice133 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5134 :does :work_related_task. - :bob5134 :does :log_off_at_end_of_shift. + :alice134 :does :log_off_at_end_of_shift. } log:explains { - :bob5134 :complies true. + :alice134 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5135 :does :work_related_task. - :bob5135 :does :log_off_at_end_of_shift. + :alice135 :does :log_off_at_end_of_shift. } log:explains { - :bob5135 :complies true. + :alice135 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5136 :does :work_related_task. - :bob5136 :does :log_off_at_end_of_shift. + :alice136 :does :log_off_at_end_of_shift. } log:explains { - :bob5136 :complies true. + :alice136 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5137 :does :work_related_task. - :bob5137 :does :log_off_at_end_of_shift. + :alice137 :does :log_off_at_end_of_shift. } log:explains { - :bob5137 :complies true. + :alice137 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5138 :does :work_related_task. - :bob5138 :does :log_off_at_end_of_shift. + :alice138 :does :log_off_at_end_of_shift. } log:explains { - :bob5138 :complies true. + :alice138 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5139 :does :work_related_task. - :bob5139 :does :log_off_at_end_of_shift. + :alice139 :does :log_off_at_end_of_shift. } log:explains { - :bob5139 :complies true. + :alice139 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5140 :does :work_related_task. - :bob5140 :does :log_off_at_end_of_shift. + :alice140 :does :log_off_at_end_of_shift. } log:explains { - :bob5140 :complies true. + :alice140 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5141 :does :work_related_task. - :bob5141 :does :log_off_at_end_of_shift. + :alice141 :does :log_off_at_end_of_shift. } log:explains { - :bob5141 :complies true. + :alice141 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5142 :does :work_related_task. - :bob5142 :does :log_off_at_end_of_shift. + :alice142 :does :log_off_at_end_of_shift. } log:explains { - :bob5142 :complies true. + :alice142 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5143 :does :work_related_task. - :bob5143 :does :log_off_at_end_of_shift. + :alice143 :does :log_off_at_end_of_shift. } log:explains { - :bob5143 :complies true. + :alice143 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5144 :does :work_related_task. - :bob5144 :does :log_off_at_end_of_shift. + :alice144 :does :log_off_at_end_of_shift. } log:explains { - :bob5144 :complies true. + :alice144 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5145 :does :work_related_task. - :bob5145 :does :log_off_at_end_of_shift. + :alice145 :does :log_off_at_end_of_shift. } log:explains { - :bob5145 :complies true. + :alice145 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5146 :does :work_related_task. - :bob5146 :does :log_off_at_end_of_shift. + :alice146 :does :log_off_at_end_of_shift. } log:explains { - :bob5146 :complies true. + :alice146 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5147 :does :work_related_task. - :bob5147 :does :log_off_at_end_of_shift. + :alice147 :does :log_off_at_end_of_shift. } log:explains { - :bob5147 :complies true. + :alice147 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5148 :does :work_related_task. - :bob5148 :does :log_off_at_end_of_shift. + :alice148 :does :log_off_at_end_of_shift. } log:explains { - :bob5148 :complies true. + :alice148 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5149 :does :work_related_task. - :bob5149 :does :log_off_at_end_of_shift. + :alice149 :does :log_off_at_end_of_shift. } log:explains { - :bob5149 :complies true. + :alice149 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5150 :does :work_related_task. - :bob5150 :does :log_off_at_end_of_shift. + :alice150 :does :log_off_at_end_of_shift. } log:explains { - :bob5150 :complies true. + :alice150 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5151 :does :work_related_task. - :bob5151 :does :log_off_at_end_of_shift. + :alice151 :does :log_off_at_end_of_shift. } log:explains { - :bob5151 :complies true. + :alice151 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5152 :does :work_related_task. - :bob5152 :does :log_off_at_end_of_shift. + :alice152 :does :log_off_at_end_of_shift. } log:explains { - :bob5152 :complies true. + :alice152 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5153 :does :work_related_task. - :bob5153 :does :log_off_at_end_of_shift. + :alice153 :does :log_off_at_end_of_shift. } log:explains { - :bob5153 :complies true. + :alice153 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5154 :does :work_related_task. - :bob5154 :does :log_off_at_end_of_shift. + :alice154 :does :log_off_at_end_of_shift. } log:explains { - :bob5154 :complies true. + :alice154 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5155 :does :work_related_task. - :bob5155 :does :log_off_at_end_of_shift. + :alice155 :does :log_off_at_end_of_shift. } log:explains { - :bob5155 :complies true. + :alice155 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5156 :does :work_related_task. - :bob5156 :does :log_off_at_end_of_shift. + :alice156 :does :log_off_at_end_of_shift. } log:explains { - :bob5156 :complies true. + :alice156 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5157 :does :work_related_task. - :bob5157 :does :log_off_at_end_of_shift. + :alice157 :does :log_off_at_end_of_shift. } log:explains { - :bob5157 :complies true. + :alice157 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5158 :does :work_related_task. - :bob5158 :does :log_off_at_end_of_shift. + :alice158 :does :log_off_at_end_of_shift. } log:explains { - :bob5158 :complies true. + :alice158 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5159 :does :work_related_task. - :bob5159 :does :log_off_at_end_of_shift. + :alice159 :does :log_off_at_end_of_shift. } log:explains { - :bob5159 :complies true. + :alice159 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5160 :does :work_related_task. - :bob5160 :does :log_off_at_end_of_shift. + :alice160 :does :log_off_at_end_of_shift. } log:explains { - :bob5160 :complies true. + :alice160 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5161 :does :work_related_task. - :bob5161 :does :log_off_at_end_of_shift. + :alice161 :does :log_off_at_end_of_shift. } log:explains { - :bob5161 :complies true. + :alice161 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5162 :does :work_related_task. - :bob5162 :does :log_off_at_end_of_shift. + :alice162 :does :log_off_at_end_of_shift. } log:explains { - :bob5162 :complies true. + :alice162 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5163 :does :work_related_task. - :bob5163 :does :log_off_at_end_of_shift. + :alice163 :does :log_off_at_end_of_shift. } log:explains { - :bob5163 :complies true. + :alice163 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5164 :does :work_related_task. - :bob5164 :does :log_off_at_end_of_shift. + :alice164 :does :log_off_at_end_of_shift. } log:explains { - :bob5164 :complies true. + :alice164 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5165 :does :work_related_task. - :bob5165 :does :log_off_at_end_of_shift. + :alice165 :does :log_off_at_end_of_shift. } log:explains { - :bob5165 :complies true. + :alice165 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5166 :does :work_related_task. - :bob5166 :does :log_off_at_end_of_shift. + :alice166 :does :log_off_at_end_of_shift. } log:explains { - :bob5166 :complies true. + :alice166 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5167 :does :work_related_task. - :bob5167 :does :log_off_at_end_of_shift. + :alice167 :does :log_off_at_end_of_shift. } log:explains { - :bob5167 :complies true. + :alice167 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5168 :does :work_related_task. - :bob5168 :does :log_off_at_end_of_shift. + :alice168 :does :log_off_at_end_of_shift. } log:explains { - :bob5168 :complies true. + :alice168 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5169 :does :work_related_task. - :bob5169 :does :log_off_at_end_of_shift. + :alice169 :does :log_off_at_end_of_shift. } log:explains { - :bob5169 :complies true. + :alice169 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5170 :does :work_related_task. - :bob5170 :does :log_off_at_end_of_shift. + :alice170 :does :log_off_at_end_of_shift. } log:explains { - :bob5170 :complies true. + :alice170 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5171 :does :work_related_task. - :bob5171 :does :log_off_at_end_of_shift. + :alice171 :does :log_off_at_end_of_shift. } log:explains { - :bob5171 :complies true. + :alice171 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5172 :does :work_related_task. - :bob5172 :does :log_off_at_end_of_shift. + :alice172 :does :log_off_at_end_of_shift. } log:explains { - :bob5172 :complies true. + :alice172 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5173 :does :work_related_task. - :bob5173 :does :log_off_at_end_of_shift. + :alice173 :does :log_off_at_end_of_shift. } log:explains { - :bob5173 :complies true. + :alice173 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5174 :does :work_related_task. - :bob5174 :does :log_off_at_end_of_shift. + :alice174 :does :log_off_at_end_of_shift. } log:explains { - :bob5174 :complies true. + :alice174 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5175 :does :work_related_task. - :bob5175 :does :log_off_at_end_of_shift. + :alice175 :does :log_off_at_end_of_shift. } log:explains { - :bob5175 :complies true. + :alice175 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5176 :does :work_related_task. - :bob5176 :does :log_off_at_end_of_shift. + :alice176 :does :log_off_at_end_of_shift. } log:explains { - :bob5176 :complies true. + :alice176 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5177 :does :work_related_task. - :bob5177 :does :log_off_at_end_of_shift. + :alice177 :does :log_off_at_end_of_shift. } log:explains { - :bob5177 :complies true. + :alice177 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5178 :does :work_related_task. - :bob5178 :does :log_off_at_end_of_shift. + :alice178 :does :log_off_at_end_of_shift. } log:explains { - :bob5178 :complies true. + :alice178 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5179 :does :work_related_task. - :bob5179 :does :log_off_at_end_of_shift. + :alice179 :does :log_off_at_end_of_shift. } log:explains { - :bob5179 :complies true. + :alice179 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5180 :does :work_related_task. - :bob5180 :does :log_off_at_end_of_shift. + :alice180 :does :log_off_at_end_of_shift. } log:explains { - :bob5180 :complies true. + :alice180 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5181 :does :work_related_task. - :bob5181 :does :log_off_at_end_of_shift. + :alice181 :does :log_off_at_end_of_shift. } log:explains { - :bob5181 :complies true. + :alice181 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5182 :does :work_related_task. - :bob5182 :does :log_off_at_end_of_shift. + :alice182 :does :log_off_at_end_of_shift. } log:explains { - :bob5182 :complies true. + :alice182 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5183 :does :work_related_task. - :bob5183 :does :log_off_at_end_of_shift. + :alice183 :does :log_off_at_end_of_shift. } log:explains { - :bob5183 :complies true. + :alice183 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5184 :does :work_related_task. - :bob5184 :does :log_off_at_end_of_shift. + :alice184 :does :log_off_at_end_of_shift. } log:explains { - :bob5184 :complies true. + :alice184 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5185 :does :work_related_task. - :bob5185 :does :log_off_at_end_of_shift. + :alice185 :does :log_off_at_end_of_shift. } log:explains { - :bob5185 :complies true. + :alice185 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5186 :does :work_related_task. - :bob5186 :does :log_off_at_end_of_shift. + :alice186 :does :log_off_at_end_of_shift. } log:explains { - :bob5186 :complies true. + :alice186 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5187 :does :work_related_task. - :bob5187 :does :log_off_at_end_of_shift. + :alice187 :does :log_off_at_end_of_shift. } log:explains { - :bob5187 :complies true. + :alice187 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5188 :does :work_related_task. - :bob5188 :does :log_off_at_end_of_shift. + :alice188 :does :log_off_at_end_of_shift. } log:explains { - :bob5188 :complies true. + :alice188 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5189 :does :work_related_task. - :bob5189 :does :log_off_at_end_of_shift. + :alice189 :does :log_off_at_end_of_shift. } log:explains { - :bob5189 :complies true. + :alice189 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5190 :does :work_related_task. - :bob5190 :does :log_off_at_end_of_shift. + :alice190 :does :log_off_at_end_of_shift. } log:explains { - :bob5190 :complies true. + :alice190 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5191 :does :work_related_task. - :bob5191 :does :log_off_at_end_of_shift. + :alice191 :does :log_off_at_end_of_shift. } log:explains { - :bob5191 :complies true. + :alice191 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5192 :does :work_related_task. - :bob5192 :does :log_off_at_end_of_shift. + :alice192 :does :log_off_at_end_of_shift. } log:explains { - :bob5192 :complies true. + :alice192 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5193 :does :work_related_task. - :bob5193 :does :log_off_at_end_of_shift. + :alice193 :does :log_off_at_end_of_shift. } log:explains { - :bob5193 :complies true. + :alice193 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5194 :does :work_related_task. - :bob5194 :does :log_off_at_end_of_shift. + :alice194 :does :log_off_at_end_of_shift. } log:explains { - :bob5194 :complies true. + :alice194 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5195 :does :work_related_task. - :bob5195 :does :log_off_at_end_of_shift. + :alice195 :does :log_off_at_end_of_shift. } log:explains { - :bob5195 :complies true. + :alice195 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5196 :does :work_related_task. - :bob5196 :does :log_off_at_end_of_shift. + :alice196 :does :log_off_at_end_of_shift. } log:explains { - :bob5196 :complies true. + :alice196 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5197 :does :work_related_task. - :bob5197 :does :log_off_at_end_of_shift. + :alice197 :does :log_off_at_end_of_shift. } log:explains { - :bob5197 :complies true. + :alice197 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5198 :does :work_related_task. - :bob5198 :does :log_off_at_end_of_shift. + :alice198 :does :log_off_at_end_of_shift. } log:explains { - :bob5198 :complies true. + :alice198 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5199 :does :work_related_task. - :bob5199 :does :log_off_at_end_of_shift. + :alice199 :does :log_off_at_end_of_shift. } log:explains { - :bob5199 :complies true. + :alice199 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5200 :does :work_related_task. - :bob5200 :does :log_off_at_end_of_shift. + :alice200 :does :log_off_at_end_of_shift. } log:explains { - :bob5200 :complies true. + :alice200 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5201 :does :work_related_task. - :bob5201 :does :log_off_at_end_of_shift. + :alice201 :does :log_off_at_end_of_shift. } log:explains { - :bob5201 :complies true. + :alice201 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5202 :does :work_related_task. - :bob5202 :does :log_off_at_end_of_shift. + :alice202 :does :log_off_at_end_of_shift. } log:explains { - :bob5202 :complies true. + :alice202 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5203 :does :work_related_task. - :bob5203 :does :log_off_at_end_of_shift. + :alice203 :does :log_off_at_end_of_shift. } log:explains { - :bob5203 :complies true. + :alice203 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5204 :does :work_related_task. - :bob5204 :does :log_off_at_end_of_shift. + :alice204 :does :log_off_at_end_of_shift. } log:explains { - :bob5204 :complies true. + :alice204 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5205 :does :work_related_task. - :bob5205 :does :log_off_at_end_of_shift. + :alice205 :does :log_off_at_end_of_shift. } log:explains { - :bob5205 :complies true. + :alice205 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5206 :does :work_related_task. - :bob5206 :does :log_off_at_end_of_shift. + :alice206 :does :log_off_at_end_of_shift. } log:explains { - :bob5206 :complies true. + :alice206 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5207 :does :work_related_task. - :bob5207 :does :log_off_at_end_of_shift. + :alice207 :does :log_off_at_end_of_shift. } log:explains { - :bob5207 :complies true. + :alice207 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5208 :does :work_related_task. - :bob5208 :does :log_off_at_end_of_shift. + :alice208 :does :log_off_at_end_of_shift. } log:explains { - :bob5208 :complies true. + :alice208 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5209 :does :work_related_task. - :bob5209 :does :log_off_at_end_of_shift. + :alice209 :does :log_off_at_end_of_shift. } log:explains { - :bob5209 :complies true. + :alice209 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5210 :does :work_related_task. - :bob5210 :does :log_off_at_end_of_shift. + :alice210 :does :log_off_at_end_of_shift. } log:explains { - :bob5210 :complies true. + :alice210 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5211 :does :work_related_task. - :bob5211 :does :log_off_at_end_of_shift. + :alice211 :does :log_off_at_end_of_shift. } log:explains { - :bob5211 :complies true. + :alice211 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5212 :does :work_related_task. - :bob5212 :does :log_off_at_end_of_shift. + :alice212 :does :log_off_at_end_of_shift. } log:explains { - :bob5212 :complies true. + :alice212 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5213 :does :work_related_task. - :bob5213 :does :log_off_at_end_of_shift. + :alice213 :does :log_off_at_end_of_shift. } log:explains { - :bob5213 :complies true. + :alice213 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5214 :does :work_related_task. - :bob5214 :does :log_off_at_end_of_shift. + :alice214 :does :log_off_at_end_of_shift. } log:explains { - :bob5214 :complies true. + :alice214 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5215 :does :work_related_task. - :bob5215 :does :log_off_at_end_of_shift. + :alice215 :does :log_off_at_end_of_shift. } log:explains { - :bob5215 :complies true. + :alice215 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5216 :does :work_related_task. - :bob5216 :does :log_off_at_end_of_shift. + :alice216 :does :log_off_at_end_of_shift. } log:explains { - :bob5216 :complies true. + :alice216 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5217 :does :work_related_task. - :bob5217 :does :log_off_at_end_of_shift. + :alice217 :does :log_off_at_end_of_shift. } log:explains { - :bob5217 :complies true. + :alice217 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5218 :does :work_related_task. - :bob5218 :does :log_off_at_end_of_shift. + :alice218 :does :log_off_at_end_of_shift. } log:explains { - :bob5218 :complies true. + :alice218 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5219 :does :work_related_task. - :bob5219 :does :log_off_at_end_of_shift. + :alice219 :does :log_off_at_end_of_shift. } log:explains { - :bob5219 :complies true. + :alice219 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5220 :does :work_related_task. - :bob5220 :does :log_off_at_end_of_shift. + :alice220 :does :log_off_at_end_of_shift. } log:explains { - :bob5220 :complies true. + :alice220 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5221 :does :work_related_task. - :bob5221 :does :log_off_at_end_of_shift. + :alice221 :does :log_off_at_end_of_shift. } log:explains { - :bob5221 :complies true. + :alice221 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5222 :does :work_related_task. - :bob5222 :does :log_off_at_end_of_shift. + :alice222 :does :log_off_at_end_of_shift. } log:explains { - :bob5222 :complies true. + :alice222 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5223 :does :work_related_task. - :bob5223 :does :log_off_at_end_of_shift. + :alice223 :does :log_off_at_end_of_shift. } log:explains { - :bob5223 :complies true. + :alice223 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5224 :does :work_related_task. - :bob5224 :does :log_off_at_end_of_shift. + :alice224 :does :log_off_at_end_of_shift. } log:explains { - :bob5224 :complies true. + :alice224 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5225 :does :work_related_task. - :bob5225 :does :log_off_at_end_of_shift. + :alice225 :does :log_off_at_end_of_shift. } log:explains { - :bob5225 :complies true. + :alice225 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5226 :does :work_related_task. - :bob5226 :does :log_off_at_end_of_shift. + :alice226 :does :log_off_at_end_of_shift. } log:explains { - :bob5226 :complies true. + :alice226 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5227 :does :work_related_task. - :bob5227 :does :log_off_at_end_of_shift. + :alice227 :does :log_off_at_end_of_shift. } log:explains { - :bob5227 :complies true. + :alice227 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5228 :does :work_related_task. - :bob5228 :does :log_off_at_end_of_shift. + :alice228 :does :log_off_at_end_of_shift. } log:explains { - :bob5228 :complies true. + :alice228 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5229 :does :work_related_task. - :bob5229 :does :log_off_at_end_of_shift. + :alice229 :does :log_off_at_end_of_shift. } log:explains { - :bob5229 :complies true. + :alice229 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5230 :does :work_related_task. - :bob5230 :does :log_off_at_end_of_shift. + :alice230 :does :log_off_at_end_of_shift. } log:explains { - :bob5230 :complies true. + :alice230 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5231 :does :work_related_task. - :bob5231 :does :log_off_at_end_of_shift. + :alice231 :does :log_off_at_end_of_shift. } log:explains { - :bob5231 :complies true. + :alice231 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5232 :does :work_related_task. - :bob5232 :does :log_off_at_end_of_shift. + :alice232 :does :log_off_at_end_of_shift. } log:explains { - :bob5232 :complies true. + :alice232 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5233 :does :work_related_task. - :bob5233 :does :log_off_at_end_of_shift. + :alice233 :does :log_off_at_end_of_shift. } log:explains { - :bob5233 :complies true. + :alice233 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5234 :does :work_related_task. - :bob5234 :does :log_off_at_end_of_shift. + :alice234 :does :log_off_at_end_of_shift. } log:explains { - :bob5234 :complies true. + :alice234 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5235 :does :work_related_task. - :bob5235 :does :log_off_at_end_of_shift. + :alice235 :does :log_off_at_end_of_shift. } log:explains { - :bob5235 :complies true. + :alice235 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5236 :does :work_related_task. - :bob5236 :does :log_off_at_end_of_shift. + :alice236 :does :log_off_at_end_of_shift. } log:explains { - :bob5236 :complies true. + :alice236 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5237 :does :work_related_task. - :bob5237 :does :log_off_at_end_of_shift. + :alice237 :does :log_off_at_end_of_shift. } log:explains { - :bob5237 :complies true. + :alice237 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5238 :does :work_related_task. - :bob5238 :does :log_off_at_end_of_shift. + :alice238 :does :log_off_at_end_of_shift. } log:explains { - :bob5238 :complies true. + :alice238 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5239 :does :work_related_task. - :bob5239 :does :log_off_at_end_of_shift. + :alice239 :does :log_off_at_end_of_shift. } log:explains { - :bob5239 :complies true. + :alice239 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5240 :does :work_related_task. - :bob5240 :does :log_off_at_end_of_shift. + :alice240 :does :log_off_at_end_of_shift. } log:explains { - :bob5240 :complies true. + :alice240 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5241 :does :work_related_task. - :bob5241 :does :log_off_at_end_of_shift. + :alice241 :does :log_off_at_end_of_shift. } log:explains { - :bob5241 :complies true. + :alice241 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5242 :does :work_related_task. - :bob5242 :does :log_off_at_end_of_shift. + :alice242 :does :log_off_at_end_of_shift. } log:explains { - :bob5242 :complies true. + :alice242 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5243 :does :work_related_task. - :bob5243 :does :log_off_at_end_of_shift. + :alice243 :does :log_off_at_end_of_shift. } log:explains { - :bob5243 :complies true. + :alice243 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5244 :does :work_related_task. - :bob5244 :does :log_off_at_end_of_shift. + :alice244 :does :log_off_at_end_of_shift. } log:explains { - :bob5244 :complies true. + :alice244 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5245 :does :work_related_task. - :bob5245 :does :log_off_at_end_of_shift. + :alice245 :does :log_off_at_end_of_shift. } log:explains { - :bob5245 :complies true. + :alice245 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5246 :does :work_related_task. - :bob5246 :does :log_off_at_end_of_shift. + :alice246 :does :log_off_at_end_of_shift. } log:explains { - :bob5246 :complies true. + :alice246 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5247 :does :work_related_task. - :bob5247 :does :log_off_at_end_of_shift. + :alice247 :does :log_off_at_end_of_shift. } log:explains { - :bob5247 :complies true. + :alice247 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5248 :does :work_related_task. - :bob5248 :does :log_off_at_end_of_shift. + :alice248 :does :log_off_at_end_of_shift. } log:explains { - :bob5248 :complies true. + :alice248 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5249 :does :work_related_task. - :bob5249 :does :log_off_at_end_of_shift. + :alice249 :does :log_off_at_end_of_shift. } log:explains { - :bob5249 :complies true. + :alice249 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5250 :does :work_related_task. - :bob5250 :does :log_off_at_end_of_shift. + :alice250 :does :log_off_at_end_of_shift. } log:explains { - :bob5250 :complies true. + :alice250 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5251 :does :work_related_task. - :bob5251 :does :log_off_at_end_of_shift. + :alice251 :does :log_off_at_end_of_shift. } log:explains { - :bob5251 :complies true. + :alice251 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5252 :does :work_related_task. - :bob5252 :does :log_off_at_end_of_shift. + :alice252 :does :log_off_at_end_of_shift. } log:explains { - :bob5252 :complies true. + :alice252 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5253 :does :work_related_task. - :bob5253 :does :log_off_at_end_of_shift. + :alice253 :does :log_off_at_end_of_shift. } log:explains { - :bob5253 :complies true. + :alice253 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5254 :does :work_related_task. - :bob5254 :does :log_off_at_end_of_shift. + :alice254 :does :log_off_at_end_of_shift. } log:explains { - :bob5254 :complies true. + :alice254 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5255 :does :work_related_task. - :bob5255 :does :log_off_at_end_of_shift. + :alice255 :does :log_off_at_end_of_shift. } log:explains { - :bob5255 :complies true. + :alice255 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5256 :does :work_related_task. - :bob5256 :does :log_off_at_end_of_shift. + :alice256 :does :log_off_at_end_of_shift. } log:explains { - :bob5256 :complies true. + :alice256 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5257 :does :work_related_task. - :bob5257 :does :log_off_at_end_of_shift. + :alice257 :does :log_off_at_end_of_shift. } log:explains { - :bob5257 :complies true. + :alice257 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5258 :does :work_related_task. - :bob5258 :does :log_off_at_end_of_shift. + :alice258 :does :log_off_at_end_of_shift. } log:explains { - :bob5258 :complies true. + :alice258 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5259 :does :work_related_task. - :bob5259 :does :log_off_at_end_of_shift. + :alice259 :does :log_off_at_end_of_shift. } log:explains { - :bob5259 :complies true. + :alice259 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5260 :does :work_related_task. - :bob5260 :does :log_off_at_end_of_shift. + :alice260 :does :log_off_at_end_of_shift. } log:explains { - :bob5260 :complies true. + :alice260 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5261 :does :work_related_task. - :bob5261 :does :log_off_at_end_of_shift. + :alice261 :does :log_off_at_end_of_shift. } log:explains { - :bob5261 :complies true. + :alice261 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5262 :does :work_related_task. - :bob5262 :does :log_off_at_end_of_shift. + :alice262 :does :log_off_at_end_of_shift. } log:explains { - :bob5262 :complies true. + :alice262 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5263 :does :work_related_task. - :bob5263 :does :log_off_at_end_of_shift. + :alice263 :does :log_off_at_end_of_shift. } log:explains { - :bob5263 :complies true. + :alice263 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5264 :does :work_related_task. - :bob5264 :does :log_off_at_end_of_shift. + :alice264 :does :log_off_at_end_of_shift. } log:explains { - :bob5264 :complies true. + :alice264 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5265 :does :work_related_task. - :bob5265 :does :log_off_at_end_of_shift. + :alice265 :does :log_off_at_end_of_shift. } log:explains { - :bob5265 :complies true. + :alice265 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5266 :does :work_related_task. - :bob5266 :does :log_off_at_end_of_shift. + :alice266 :does :log_off_at_end_of_shift. } log:explains { - :bob5266 :complies true. + :alice266 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5267 :does :work_related_task. - :bob5267 :does :log_off_at_end_of_shift. + :alice267 :does :log_off_at_end_of_shift. } log:explains { - :bob5267 :complies true. + :alice267 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5268 :does :work_related_task. - :bob5268 :does :log_off_at_end_of_shift. + :alice268 :does :log_off_at_end_of_shift. } log:explains { - :bob5268 :complies true. + :alice268 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5269 :does :work_related_task. - :bob5269 :does :log_off_at_end_of_shift. + :alice269 :does :log_off_at_end_of_shift. } log:explains { - :bob5269 :complies true. + :alice269 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5270 :does :work_related_task. - :bob5270 :does :log_off_at_end_of_shift. + :alice270 :does :log_off_at_end_of_shift. } log:explains { - :bob5270 :complies true. + :alice270 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5271 :does :work_related_task. - :bob5271 :does :log_off_at_end_of_shift. + :alice271 :does :log_off_at_end_of_shift. } log:explains { - :bob5271 :complies true. + :alice271 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5272 :does :work_related_task. - :bob5272 :does :log_off_at_end_of_shift. + :alice272 :does :log_off_at_end_of_shift. } log:explains { - :bob5272 :complies true. + :alice272 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5273 :does :work_related_task. - :bob5273 :does :log_off_at_end_of_shift. + :alice273 :does :log_off_at_end_of_shift. } log:explains { - :bob5273 :complies true. + :alice273 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5274 :does :work_related_task. - :bob5274 :does :log_off_at_end_of_shift. + :alice274 :does :log_off_at_end_of_shift. } log:explains { - :bob5274 :complies true. + :alice274 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5275 :does :work_related_task. - :bob5275 :does :log_off_at_end_of_shift. + :alice275 :does :log_off_at_end_of_shift. } log:explains { - :bob5275 :complies true. + :alice275 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5276 :does :work_related_task. - :bob5276 :does :log_off_at_end_of_shift. + :alice276 :does :log_off_at_end_of_shift. } log:explains { - :bob5276 :complies true. + :alice276 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5277 :does :work_related_task. - :bob5277 :does :log_off_at_end_of_shift. + :alice277 :does :log_off_at_end_of_shift. } log:explains { - :bob5277 :complies true. + :alice277 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5278 :does :work_related_task. - :bob5278 :does :log_off_at_end_of_shift. + :alice278 :does :log_off_at_end_of_shift. } log:explains { - :bob5278 :complies true. + :alice278 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5279 :does :work_related_task. - :bob5279 :does :log_off_at_end_of_shift. + :alice279 :does :log_off_at_end_of_shift. } log:explains { - :bob5279 :complies true. + :alice279 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5280 :does :work_related_task. - :bob5280 :does :log_off_at_end_of_shift. + :alice280 :does :log_off_at_end_of_shift. } log:explains { - :bob5280 :complies true. + :alice280 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5281 :does :work_related_task. - :bob5281 :does :log_off_at_end_of_shift. + :alice281 :does :log_off_at_end_of_shift. } log:explains { - :bob5281 :complies true. + :alice281 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5282 :does :work_related_task. - :bob5282 :does :log_off_at_end_of_shift. + :alice282 :does :log_off_at_end_of_shift. } log:explains { - :bob5282 :complies true. + :alice282 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5283 :does :work_related_task. - :bob5283 :does :log_off_at_end_of_shift. + :alice283 :does :log_off_at_end_of_shift. } log:explains { - :bob5283 :complies true. + :alice283 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5284 :does :work_related_task. - :bob5284 :does :log_off_at_end_of_shift. + :alice284 :does :log_off_at_end_of_shift. } log:explains { - :bob5284 :complies true. + :alice284 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5285 :does :work_related_task. - :bob5285 :does :log_off_at_end_of_shift. + :alice285 :does :log_off_at_end_of_shift. } log:explains { - :bob5285 :complies true. + :alice285 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5286 :does :work_related_task. - :bob5286 :does :log_off_at_end_of_shift. + :alice286 :does :log_off_at_end_of_shift. } log:explains { - :bob5286 :complies true. + :alice286 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5287 :does :work_related_task. - :bob5287 :does :log_off_at_end_of_shift. + :alice287 :does :log_off_at_end_of_shift. } log:explains { - :bob5287 :complies true. + :alice287 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5288 :does :work_related_task. - :bob5288 :does :log_off_at_end_of_shift. + :alice288 :does :log_off_at_end_of_shift. } log:explains { - :bob5288 :complies true. + :alice288 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5289 :does :work_related_task. - :bob5289 :does :log_off_at_end_of_shift. + :alice289 :does :log_off_at_end_of_shift. } log:explains { - :bob5289 :complies true. + :alice289 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5290 :does :work_related_task. - :bob5290 :does :log_off_at_end_of_shift. + :alice290 :does :log_off_at_end_of_shift. } log:explains { - :bob5290 :complies true. + :alice290 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5291 :does :work_related_task. - :bob5291 :does :log_off_at_end_of_shift. + :alice291 :does :log_off_at_end_of_shift. } log:explains { - :bob5291 :complies true. + :alice291 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5292 :does :work_related_task. - :bob5292 :does :log_off_at_end_of_shift. + :alice292 :does :log_off_at_end_of_shift. } log:explains { - :bob5292 :complies true. + :alice292 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5293 :does :work_related_task. - :bob5293 :does :log_off_at_end_of_shift. + :alice293 :does :log_off_at_end_of_shift. } log:explains { - :bob5293 :complies true. + :alice293 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5294 :does :work_related_task. - :bob5294 :does :log_off_at_end_of_shift. + :alice294 :does :log_off_at_end_of_shift. } log:explains { - :bob5294 :complies true. + :alice294 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5295 :does :work_related_task. - :bob5295 :does :log_off_at_end_of_shift. + :alice295 :does :log_off_at_end_of_shift. } log:explains { - :bob5295 :complies true. + :alice295 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5296 :does :work_related_task. - :bob5296 :does :log_off_at_end_of_shift. + :alice296 :does :log_off_at_end_of_shift. } log:explains { - :bob5296 :complies true. + :alice296 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5297 :does :work_related_task. - :bob5297 :does :log_off_at_end_of_shift. + :alice297 :does :log_off_at_end_of_shift. } log:explains { - :bob5297 :complies true. + :alice297 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5298 :does :work_related_task. - :bob5298 :does :log_off_at_end_of_shift. + :alice298 :does :log_off_at_end_of_shift. } log:explains { - :bob5298 :complies true. + :alice298 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5299 :does :work_related_task. - :bob5299 :does :log_off_at_end_of_shift. + :alice299 :does :log_off_at_end_of_shift. } log:explains { - :bob5299 :complies true. + :alice299 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5300 :does :work_related_task. - :bob5300 :does :log_off_at_end_of_shift. + :alice300 :does :log_off_at_end_of_shift. } log:explains { - :bob5300 :complies true. + :alice300 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5301 :does :work_related_task. - :bob5301 :does :log_off_at_end_of_shift. + :alice301 :does :log_off_at_end_of_shift. } log:explains { - :bob5301 :complies true. + :alice301 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5302 :does :work_related_task. - :bob5302 :does :log_off_at_end_of_shift. + :alice302 :does :log_off_at_end_of_shift. } log:explains { - :bob5302 :complies true. + :alice302 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5303 :does :work_related_task. - :bob5303 :does :log_off_at_end_of_shift. + :alice303 :does :log_off_at_end_of_shift. } log:explains { - :bob5303 :complies true. + :alice303 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5304 :does :work_related_task. - :bob5304 :does :log_off_at_end_of_shift. + :alice304 :does :log_off_at_end_of_shift. } log:explains { - :bob5304 :complies true. + :alice304 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5305 :does :work_related_task. - :bob5305 :does :log_off_at_end_of_shift. + :alice305 :does :log_off_at_end_of_shift. } log:explains { - :bob5305 :complies true. + :alice305 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5306 :does :work_related_task. - :bob5306 :does :log_off_at_end_of_shift. + :alice306 :does :log_off_at_end_of_shift. } log:explains { - :bob5306 :complies true. + :alice306 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5307 :does :work_related_task. - :bob5307 :does :log_off_at_end_of_shift. + :alice307 :does :log_off_at_end_of_shift. } log:explains { - :bob5307 :complies true. + :alice307 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5308 :does :work_related_task. - :bob5308 :does :log_off_at_end_of_shift. + :alice308 :does :log_off_at_end_of_shift. } log:explains { - :bob5308 :complies true. + :alice308 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5309 :does :work_related_task. - :bob5309 :does :log_off_at_end_of_shift. + :alice309 :does :log_off_at_end_of_shift. } log:explains { - :bob5309 :complies true. + :alice309 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5310 :does :work_related_task. - :bob5310 :does :log_off_at_end_of_shift. + :alice310 :does :log_off_at_end_of_shift. } log:explains { - :bob5310 :complies true. + :alice310 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5311 :does :work_related_task. - :bob5311 :does :log_off_at_end_of_shift. + :alice311 :does :log_off_at_end_of_shift. } log:explains { - :bob5311 :complies true. + :alice311 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5312 :does :work_related_task. - :bob5312 :does :log_off_at_end_of_shift. + :alice312 :does :log_off_at_end_of_shift. } log:explains { - :bob5312 :complies true. + :alice312 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5313 :does :work_related_task. - :bob5313 :does :log_off_at_end_of_shift. + :alice313 :does :log_off_at_end_of_shift. } log:explains { - :bob5313 :complies true. + :alice313 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5314 :does :work_related_task. - :bob5314 :does :log_off_at_end_of_shift. + :alice314 :does :log_off_at_end_of_shift. } log:explains { - :bob5314 :complies true. + :alice314 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5315 :does :work_related_task. - :bob5315 :does :log_off_at_end_of_shift. + :alice315 :does :log_off_at_end_of_shift. } log:explains { - :bob5315 :complies true. + :alice315 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5316 :does :work_related_task. - :bob5316 :does :log_off_at_end_of_shift. + :alice316 :does :log_off_at_end_of_shift. } log:explains { - :bob5316 :complies true. + :alice316 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5317 :does :work_related_task. - :bob5317 :does :log_off_at_end_of_shift. + :alice317 :does :log_off_at_end_of_shift. } log:explains { - :bob5317 :complies true. + :alice317 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5318 :does :work_related_task. - :bob5318 :does :log_off_at_end_of_shift. + :alice318 :does :log_off_at_end_of_shift. } log:explains { - :bob5318 :complies true. + :alice318 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5319 :does :work_related_task. - :bob5319 :does :log_off_at_end_of_shift. + :alice319 :does :log_off_at_end_of_shift. } log:explains { - :bob5319 :complies true. + :alice319 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5320 :does :work_related_task. - :bob5320 :does :log_off_at_end_of_shift. + :alice320 :does :log_off_at_end_of_shift. } log:explains { - :bob5320 :complies true. + :alice320 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5321 :does :work_related_task. - :bob5321 :does :log_off_at_end_of_shift. + :alice321 :does :log_off_at_end_of_shift. } log:explains { - :bob5321 :complies true. + :alice321 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5322 :does :work_related_task. - :bob5322 :does :log_off_at_end_of_shift. + :alice322 :does :log_off_at_end_of_shift. } log:explains { - :bob5322 :complies true. + :alice322 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5323 :does :work_related_task. - :bob5323 :does :log_off_at_end_of_shift. + :alice323 :does :log_off_at_end_of_shift. } log:explains { - :bob5323 :complies true. + :alice323 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5324 :does :work_related_task. - :bob5324 :does :log_off_at_end_of_shift. + :alice324 :does :log_off_at_end_of_shift. } log:explains { - :bob5324 :complies true. + :alice324 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5325 :does :work_related_task. - :bob5325 :does :log_off_at_end_of_shift. + :alice325 :does :log_off_at_end_of_shift. } log:explains { - :bob5325 :complies true. + :alice325 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5326 :does :work_related_task. - :bob5326 :does :log_off_at_end_of_shift. + :alice326 :does :log_off_at_end_of_shift. } log:explains { - :bob5326 :complies true. + :alice326 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5327 :does :work_related_task. - :bob5327 :does :log_off_at_end_of_shift. + :alice327 :does :log_off_at_end_of_shift. } log:explains { - :bob5327 :complies true. + :alice327 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5328 :does :work_related_task. - :bob5328 :does :log_off_at_end_of_shift. + :alice328 :does :log_off_at_end_of_shift. } log:explains { - :bob5328 :complies true. + :alice328 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5329 :does :work_related_task. - :bob5329 :does :log_off_at_end_of_shift. + :alice329 :does :log_off_at_end_of_shift. } log:explains { - :bob5329 :complies true. + :alice329 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5330 :does :work_related_task. - :bob5330 :does :log_off_at_end_of_shift. + :alice330 :does :log_off_at_end_of_shift. } log:explains { - :bob5330 :complies true. + :alice330 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5331 :does :work_related_task. - :bob5331 :does :log_off_at_end_of_shift. + :alice331 :does :log_off_at_end_of_shift. } log:explains { - :bob5331 :complies true. + :alice331 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5332 :does :work_related_task. - :bob5332 :does :log_off_at_end_of_shift. + :alice332 :does :log_off_at_end_of_shift. } log:explains { - :bob5332 :complies true. + :alice332 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5333 :does :work_related_task. - :bob5333 :does :log_off_at_end_of_shift. + :alice333 :does :log_off_at_end_of_shift. } log:explains { - :bob5333 :complies true. + :alice333 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5334 :does :work_related_task. - :bob5334 :does :log_off_at_end_of_shift. + :alice334 :does :log_off_at_end_of_shift. } log:explains { - :bob5334 :complies true. + :alice334 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5335 :does :work_related_task. - :bob5335 :does :log_off_at_end_of_shift. + :alice335 :does :log_off_at_end_of_shift. } log:explains { - :bob5335 :complies true. + :alice335 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5336 :does :work_related_task. - :bob5336 :does :log_off_at_end_of_shift. + :alice336 :does :log_off_at_end_of_shift. } log:explains { - :bob5336 :complies true. + :alice336 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5337 :does :work_related_task. - :bob5337 :does :log_off_at_end_of_shift. + :alice337 :does :log_off_at_end_of_shift. } log:explains { - :bob5337 :complies true. + :alice337 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5338 :does :work_related_task. - :bob5338 :does :log_off_at_end_of_shift. + :alice338 :does :log_off_at_end_of_shift. } log:explains { - :bob5338 :complies true. + :alice338 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5339 :does :work_related_task. - :bob5339 :does :log_off_at_end_of_shift. + :alice339 :does :log_off_at_end_of_shift. } log:explains { - :bob5339 :complies true. + :alice339 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5340 :does :work_related_task. - :bob5340 :does :log_off_at_end_of_shift. + :alice340 :does :log_off_at_end_of_shift. } log:explains { - :bob5340 :complies true. + :alice340 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5341 :does :work_related_task. - :bob5341 :does :log_off_at_end_of_shift. + :alice341 :does :log_off_at_end_of_shift. } log:explains { - :bob5341 :complies true. + :alice341 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5342 :does :work_related_task. - :bob5342 :does :log_off_at_end_of_shift. + :alice342 :does :log_off_at_end_of_shift. } log:explains { - :bob5342 :complies true. + :alice342 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5343 :does :work_related_task. - :bob5343 :does :log_off_at_end_of_shift. + :alice343 :does :log_off_at_end_of_shift. } log:explains { - :bob5343 :complies true. + :alice343 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5344 :does :work_related_task. - :bob5344 :does :log_off_at_end_of_shift. + :alice344 :does :log_off_at_end_of_shift. } log:explains { - :bob5344 :complies true. + :alice344 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5345 :does :work_related_task. - :bob5345 :does :log_off_at_end_of_shift. + :alice345 :does :log_off_at_end_of_shift. } log:explains { - :bob5345 :complies true. + :alice345 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5346 :does :work_related_task. - :bob5346 :does :log_off_at_end_of_shift. + :alice346 :does :log_off_at_end_of_shift. } log:explains { - :bob5346 :complies true. + :alice346 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5347 :does :work_related_task. - :bob5347 :does :log_off_at_end_of_shift. + :alice347 :does :log_off_at_end_of_shift. } log:explains { - :bob5347 :complies true. + :alice347 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5348 :does :work_related_task. - :bob5348 :does :log_off_at_end_of_shift. + :alice348 :does :log_off_at_end_of_shift. } log:explains { - :bob5348 :complies true. + :alice348 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5349 :does :work_related_task. - :bob5349 :does :log_off_at_end_of_shift. + :alice349 :does :log_off_at_end_of_shift. } log:explains { - :bob5349 :complies true. + :alice349 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5350 :does :work_related_task. - :bob5350 :does :log_off_at_end_of_shift. + :alice350 :does :log_off_at_end_of_shift. } log:explains { - :bob5350 :complies true. + :alice350 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5351 :does :work_related_task. - :bob5351 :does :log_off_at_end_of_shift. + :alice351 :does :log_off_at_end_of_shift. } log:explains { - :bob5351 :complies true. + :alice351 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5352 :does :work_related_task. - :bob5352 :does :log_off_at_end_of_shift. + :alice352 :does :log_off_at_end_of_shift. } log:explains { - :bob5352 :complies true. + :alice352 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5353 :does :work_related_task. - :bob5353 :does :log_off_at_end_of_shift. + :alice353 :does :log_off_at_end_of_shift. } log:explains { - :bob5353 :complies true. + :alice353 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5354 :does :work_related_task. - :bob5354 :does :log_off_at_end_of_shift. + :alice354 :does :log_off_at_end_of_shift. } log:explains { - :bob5354 :complies true. + :alice354 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5355 :does :work_related_task. - :bob5355 :does :log_off_at_end_of_shift. + :alice355 :does :log_off_at_end_of_shift. } log:explains { - :bob5355 :complies true. + :alice355 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5356 :does :work_related_task. - :bob5356 :does :log_off_at_end_of_shift. + :alice356 :does :log_off_at_end_of_shift. } log:explains { - :bob5356 :complies true. + :alice356 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5357 :does :work_related_task. - :bob5357 :does :log_off_at_end_of_shift. + :alice357 :does :log_off_at_end_of_shift. } log:explains { - :bob5357 :complies true. + :alice357 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5358 :does :work_related_task. - :bob5358 :does :log_off_at_end_of_shift. + :alice358 :does :log_off_at_end_of_shift. } log:explains { - :bob5358 :complies true. + :alice358 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5359 :does :work_related_task. - :bob5359 :does :log_off_at_end_of_shift. + :alice359 :does :log_off_at_end_of_shift. } log:explains { - :bob5359 :complies true. + :alice359 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5360 :does :work_related_task. - :bob5360 :does :log_off_at_end_of_shift. + :alice360 :does :log_off_at_end_of_shift. } log:explains { - :bob5360 :complies true. + :alice360 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5361 :does :work_related_task. - :bob5361 :does :log_off_at_end_of_shift. + :alice361 :does :log_off_at_end_of_shift. } log:explains { - :bob5361 :complies true. + :alice361 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5362 :does :work_related_task. - :bob5362 :does :log_off_at_end_of_shift. + :alice362 :does :log_off_at_end_of_shift. } log:explains { - :bob5362 :complies true. + :alice362 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5363 :does :work_related_task. - :bob5363 :does :log_off_at_end_of_shift. + :alice363 :does :log_off_at_end_of_shift. } log:explains { - :bob5363 :complies true. + :alice363 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5364 :does :work_related_task. - :bob5364 :does :log_off_at_end_of_shift. + :alice364 :does :log_off_at_end_of_shift. } log:explains { - :bob5364 :complies true. + :alice364 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5365 :does :work_related_task. - :bob5365 :does :log_off_at_end_of_shift. + :alice365 :does :log_off_at_end_of_shift. } log:explains { - :bob5365 :complies true. + :alice365 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5366 :does :work_related_task. - :bob5366 :does :log_off_at_end_of_shift. + :alice366 :does :log_off_at_end_of_shift. } log:explains { - :bob5366 :complies true. + :alice366 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5367 :does :work_related_task. - :bob5367 :does :log_off_at_end_of_shift. + :alice367 :does :log_off_at_end_of_shift. } log:explains { - :bob5367 :complies true. + :alice367 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5368 :does :work_related_task. - :bob5368 :does :log_off_at_end_of_shift. + :alice368 :does :log_off_at_end_of_shift. } log:explains { - :bob5368 :complies true. + :alice368 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5369 :does :work_related_task. - :bob5369 :does :log_off_at_end_of_shift. + :alice369 :does :log_off_at_end_of_shift. } log:explains { - :bob5369 :complies true. + :alice369 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5370 :does :work_related_task. - :bob5370 :does :log_off_at_end_of_shift. + :alice370 :does :log_off_at_end_of_shift. } log:explains { - :bob5370 :complies true. + :alice370 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5371 :does :work_related_task. - :bob5371 :does :log_off_at_end_of_shift. + :alice371 :does :log_off_at_end_of_shift. } log:explains { - :bob5371 :complies true. + :alice371 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5372 :does :work_related_task. - :bob5372 :does :log_off_at_end_of_shift. + :alice372 :does :log_off_at_end_of_shift. } log:explains { - :bob5372 :complies true. + :alice372 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5373 :does :work_related_task. - :bob5373 :does :log_off_at_end_of_shift. + :alice373 :does :log_off_at_end_of_shift. } log:explains { - :bob5373 :complies true. + :alice373 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5374 :does :work_related_task. - :bob5374 :does :log_off_at_end_of_shift. + :alice374 :does :log_off_at_end_of_shift. } log:explains { - :bob5374 :complies true. + :alice374 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5375 :does :work_related_task. - :bob5375 :does :log_off_at_end_of_shift. + :alice375 :does :log_off_at_end_of_shift. } log:explains { - :bob5375 :complies true. + :alice375 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5376 :does :work_related_task. - :bob5376 :does :log_off_at_end_of_shift. + :alice376 :does :log_off_at_end_of_shift. } log:explains { - :bob5376 :complies true. + :alice376 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5377 :does :work_related_task. - :bob5377 :does :log_off_at_end_of_shift. + :alice377 :does :log_off_at_end_of_shift. } log:explains { - :bob5377 :complies true. + :alice377 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5378 :does :work_related_task. - :bob5378 :does :log_off_at_end_of_shift. + :alice378 :does :log_off_at_end_of_shift. } log:explains { - :bob5378 :complies true. + :alice378 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5379 :does :work_related_task. - :bob5379 :does :log_off_at_end_of_shift. + :alice379 :does :log_off_at_end_of_shift. } log:explains { - :bob5379 :complies true. + :alice379 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5380 :does :work_related_task. - :bob5380 :does :log_off_at_end_of_shift. + :alice380 :does :log_off_at_end_of_shift. } log:explains { - :bob5380 :complies true. + :alice380 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5381 :does :work_related_task. - :bob5381 :does :log_off_at_end_of_shift. + :alice381 :does :log_off_at_end_of_shift. } log:explains { - :bob5381 :complies true. + :alice381 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5382 :does :work_related_task. - :bob5382 :does :log_off_at_end_of_shift. + :alice382 :does :log_off_at_end_of_shift. } log:explains { - :bob5382 :complies true. + :alice382 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5383 :does :work_related_task. - :bob5383 :does :log_off_at_end_of_shift. + :alice383 :does :log_off_at_end_of_shift. } log:explains { - :bob5383 :complies true. + :alice383 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5384 :does :work_related_task. - :bob5384 :does :log_off_at_end_of_shift. + :alice384 :does :log_off_at_end_of_shift. } log:explains { - :bob5384 :complies true. + :alice384 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5385 :does :work_related_task. - :bob5385 :does :log_off_at_end_of_shift. + :alice385 :does :log_off_at_end_of_shift. } log:explains { - :bob5385 :complies true. + :alice385 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5386 :does :work_related_task. - :bob5386 :does :log_off_at_end_of_shift. + :alice386 :does :log_off_at_end_of_shift. } log:explains { - :bob5386 :complies true. + :alice386 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5387 :does :work_related_task. - :bob5387 :does :log_off_at_end_of_shift. + :alice387 :does :log_off_at_end_of_shift. } log:explains { - :bob5387 :complies true. + :alice387 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5388 :does :work_related_task. - :bob5388 :does :log_off_at_end_of_shift. + :alice388 :does :log_off_at_end_of_shift. } log:explains { - :bob5388 :complies true. + :alice388 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5389 :does :work_related_task. - :bob5389 :does :log_off_at_end_of_shift. + :alice389 :does :log_off_at_end_of_shift. } log:explains { - :bob5389 :complies true. + :alice389 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5390 :does :work_related_task. - :bob5390 :does :log_off_at_end_of_shift. + :alice390 :does :log_off_at_end_of_shift. } log:explains { - :bob5390 :complies true. + :alice390 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5391 :does :work_related_task. - :bob5391 :does :log_off_at_end_of_shift. + :alice391 :does :log_off_at_end_of_shift. } log:explains { - :bob5391 :complies true. + :alice391 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5392 :does :work_related_task. - :bob5392 :does :log_off_at_end_of_shift. + :alice392 :does :log_off_at_end_of_shift. } log:explains { - :bob5392 :complies true. + :alice392 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5393 :does :work_related_task. - :bob5393 :does :log_off_at_end_of_shift. + :alice393 :does :log_off_at_end_of_shift. } log:explains { - :bob5393 :complies true. + :alice393 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5394 :does :work_related_task. - :bob5394 :does :log_off_at_end_of_shift. + :alice394 :does :log_off_at_end_of_shift. } log:explains { - :bob5394 :complies true. + :alice394 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5395 :does :work_related_task. - :bob5395 :does :log_off_at_end_of_shift. + :alice395 :does :log_off_at_end_of_shift. } log:explains { - :bob5395 :complies true. + :alice395 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5396 :does :work_related_task. - :bob5396 :does :log_off_at_end_of_shift. + :alice396 :does :log_off_at_end_of_shift. } log:explains { - :bob5396 :complies true. + :alice396 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5397 :does :work_related_task. - :bob5397 :does :log_off_at_end_of_shift. + :alice397 :does :log_off_at_end_of_shift. } log:explains { - :bob5397 :complies true. + :alice397 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5398 :does :work_related_task. - :bob5398 :does :log_off_at_end_of_shift. + :alice398 :does :log_off_at_end_of_shift. } log:explains { - :bob5398 :complies true. + :alice398 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5399 :does :work_related_task. - :bob5399 :does :log_off_at_end_of_shift. + :alice399 :does :log_off_at_end_of_shift. } log:explains { - :bob5399 :complies true. + :alice399 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5400 :does :work_related_task. - :bob5400 :does :log_off_at_end_of_shift. + :alice400 :does :log_off_at_end_of_shift. } log:explains { - :bob5400 :complies true. + :alice400 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5401 :does :work_related_task. - :bob5401 :does :log_off_at_end_of_shift. + :alice401 :does :log_off_at_end_of_shift. } log:explains { - :bob5401 :complies true. + :alice401 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5402 :does :work_related_task. - :bob5402 :does :log_off_at_end_of_shift. + :alice402 :does :log_off_at_end_of_shift. } log:explains { - :bob5402 :complies true. + :alice402 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5403 :does :work_related_task. - :bob5403 :does :log_off_at_end_of_shift. + :alice403 :does :log_off_at_end_of_shift. } log:explains { - :bob5403 :complies true. + :alice403 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5404 :does :work_related_task. - :bob5404 :does :log_off_at_end_of_shift. + :alice404 :does :log_off_at_end_of_shift. } log:explains { - :bob5404 :complies true. + :alice404 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5405 :does :work_related_task. - :bob5405 :does :log_off_at_end_of_shift. + :alice405 :does :log_off_at_end_of_shift. } log:explains { - :bob5405 :complies true. + :alice405 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5406 :does :work_related_task. - :bob5406 :does :log_off_at_end_of_shift. + :alice406 :does :log_off_at_end_of_shift. } log:explains { - :bob5406 :complies true. + :alice406 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5407 :does :work_related_task. - :bob5407 :does :log_off_at_end_of_shift. + :alice407 :does :log_off_at_end_of_shift. } log:explains { - :bob5407 :complies true. + :alice407 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5408 :does :work_related_task. - :bob5408 :does :log_off_at_end_of_shift. + :alice408 :does :log_off_at_end_of_shift. } log:explains { - :bob5408 :complies true. + :alice408 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5409 :does :work_related_task. - :bob5409 :does :log_off_at_end_of_shift. + :alice409 :does :log_off_at_end_of_shift. } log:explains { - :bob5409 :complies true. + :alice409 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5410 :does :work_related_task. - :bob5410 :does :log_off_at_end_of_shift. + :alice410 :does :log_off_at_end_of_shift. } log:explains { - :bob5410 :complies true. + :alice410 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5411 :does :work_related_task. - :bob5411 :does :log_off_at_end_of_shift. + :alice411 :does :log_off_at_end_of_shift. } log:explains { - :bob5411 :complies true. + :alice411 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5412 :does :work_related_task. - :bob5412 :does :log_off_at_end_of_shift. + :alice412 :does :log_off_at_end_of_shift. } log:explains { - :bob5412 :complies true. + :alice412 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5413 :does :work_related_task. - :bob5413 :does :log_off_at_end_of_shift. + :alice413 :does :log_off_at_end_of_shift. } log:explains { - :bob5413 :complies true. + :alice413 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5414 :does :work_related_task. - :bob5414 :does :log_off_at_end_of_shift. + :alice414 :does :log_off_at_end_of_shift. } log:explains { - :bob5414 :complies true. + :alice414 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5415 :does :work_related_task. - :bob5415 :does :log_off_at_end_of_shift. + :alice415 :does :log_off_at_end_of_shift. } log:explains { - :bob5415 :complies true. + :alice415 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5416 :does :work_related_task. - :bob5416 :does :log_off_at_end_of_shift. + :alice416 :does :log_off_at_end_of_shift. } log:explains { - :bob5416 :complies true. + :alice416 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5417 :does :work_related_task. - :bob5417 :does :log_off_at_end_of_shift. + :alice417 :does :log_off_at_end_of_shift. } log:explains { - :bob5417 :complies true. + :alice417 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5418 :does :work_related_task. - :bob5418 :does :log_off_at_end_of_shift. + :alice418 :does :log_off_at_end_of_shift. } log:explains { - :bob5418 :complies true. + :alice418 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5419 :does :work_related_task. - :bob5419 :does :log_off_at_end_of_shift. + :alice419 :does :log_off_at_end_of_shift. } log:explains { - :bob5419 :complies true. + :alice419 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5420 :does :work_related_task. - :bob5420 :does :log_off_at_end_of_shift. + :alice420 :does :log_off_at_end_of_shift. } log:explains { - :bob5420 :complies true. + :alice420 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5421 :does :work_related_task. - :bob5421 :does :log_off_at_end_of_shift. + :alice421 :does :log_off_at_end_of_shift. } log:explains { - :bob5421 :complies true. + :alice421 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5422 :does :work_related_task. - :bob5422 :does :log_off_at_end_of_shift. + :alice422 :does :log_off_at_end_of_shift. } log:explains { - :bob5422 :complies true. + :alice422 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5423 :does :work_related_task. - :bob5423 :does :log_off_at_end_of_shift. + :alice423 :does :log_off_at_end_of_shift. } log:explains { - :bob5423 :complies true. + :alice423 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5424 :does :work_related_task. - :bob5424 :does :log_off_at_end_of_shift. + :alice424 :does :log_off_at_end_of_shift. } log:explains { - :bob5424 :complies true. + :alice424 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5425 :does :work_related_task. - :bob5425 :does :log_off_at_end_of_shift. + :alice425 :does :log_off_at_end_of_shift. } log:explains { - :bob5425 :complies true. + :alice425 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5426 :does :work_related_task. - :bob5426 :does :log_off_at_end_of_shift. + :alice426 :does :log_off_at_end_of_shift. } log:explains { - :bob5426 :complies true. + :alice426 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5427 :does :work_related_task. - :bob5427 :does :log_off_at_end_of_shift. + :alice427 :does :log_off_at_end_of_shift. } log:explains { - :bob5427 :complies true. + :alice427 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5428 :does :work_related_task. - :bob5428 :does :log_off_at_end_of_shift. + :alice428 :does :log_off_at_end_of_shift. } log:explains { - :bob5428 :complies true. + :alice428 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5429 :does :work_related_task. - :bob5429 :does :log_off_at_end_of_shift. + :alice429 :does :log_off_at_end_of_shift. } log:explains { - :bob5429 :complies true. + :alice429 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5430 :does :work_related_task. - :bob5430 :does :log_off_at_end_of_shift. + :alice430 :does :log_off_at_end_of_shift. } log:explains { - :bob5430 :complies true. + :alice430 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5431 :does :work_related_task. - :bob5431 :does :log_off_at_end_of_shift. + :alice431 :does :log_off_at_end_of_shift. } log:explains { - :bob5431 :complies true. + :alice431 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5432 :does :work_related_task. - :bob5432 :does :log_off_at_end_of_shift. + :alice432 :does :log_off_at_end_of_shift. } log:explains { - :bob5432 :complies true. + :alice432 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5433 :does :work_related_task. - :bob5433 :does :log_off_at_end_of_shift. + :alice433 :does :log_off_at_end_of_shift. } log:explains { - :bob5433 :complies true. + :alice433 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5434 :does :work_related_task. - :bob5434 :does :log_off_at_end_of_shift. + :alice434 :does :log_off_at_end_of_shift. } log:explains { - :bob5434 :complies true. + :alice434 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5435 :does :work_related_task. - :bob5435 :does :log_off_at_end_of_shift. + :alice435 :does :log_off_at_end_of_shift. } log:explains { - :bob5435 :complies true. + :alice435 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5436 :does :work_related_task. - :bob5436 :does :log_off_at_end_of_shift. + :alice436 :does :log_off_at_end_of_shift. } log:explains { - :bob5436 :complies true. + :alice436 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5437 :does :work_related_task. - :bob5437 :does :log_off_at_end_of_shift. + :alice437 :does :log_off_at_end_of_shift. } log:explains { - :bob5437 :complies true. + :alice437 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5438 :does :work_related_task. - :bob5438 :does :log_off_at_end_of_shift. + :alice438 :does :log_off_at_end_of_shift. } log:explains { - :bob5438 :complies true. + :alice438 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5439 :does :work_related_task. - :bob5439 :does :log_off_at_end_of_shift. + :alice439 :does :log_off_at_end_of_shift. } log:explains { - :bob5439 :complies true. + :alice439 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5440 :does :work_related_task. - :bob5440 :does :log_off_at_end_of_shift. + :alice440 :does :log_off_at_end_of_shift. } log:explains { - :bob5440 :complies true. + :alice440 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5441 :does :work_related_task. - :bob5441 :does :log_off_at_end_of_shift. + :alice441 :does :log_off_at_end_of_shift. } log:explains { - :bob5441 :complies true. + :alice441 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5442 :does :work_related_task. - :bob5442 :does :log_off_at_end_of_shift. + :alice442 :does :log_off_at_end_of_shift. } log:explains { - :bob5442 :complies true. + :alice442 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5443 :does :work_related_task. - :bob5443 :does :log_off_at_end_of_shift. + :alice443 :does :log_off_at_end_of_shift. } log:explains { - :bob5443 :complies true. + :alice443 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5444 :does :work_related_task. - :bob5444 :does :log_off_at_end_of_shift. + :alice444 :does :log_off_at_end_of_shift. } log:explains { - :bob5444 :complies true. + :alice444 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5445 :does :work_related_task. - :bob5445 :does :log_off_at_end_of_shift. + :alice445 :does :log_off_at_end_of_shift. } log:explains { - :bob5445 :complies true. + :alice445 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5446 :does :work_related_task. - :bob5446 :does :log_off_at_end_of_shift. + :alice446 :does :log_off_at_end_of_shift. } log:explains { - :bob5446 :complies true. + :alice446 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5447 :does :work_related_task. - :bob5447 :does :log_off_at_end_of_shift. + :alice447 :does :log_off_at_end_of_shift. } log:explains { - :bob5447 :complies true. + :alice447 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5448 :does :work_related_task. - :bob5448 :does :log_off_at_end_of_shift. + :alice448 :does :log_off_at_end_of_shift. } log:explains { - :bob5448 :complies true. + :alice448 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5449 :does :work_related_task. - :bob5449 :does :log_off_at_end_of_shift. + :alice449 :does :log_off_at_end_of_shift. } log:explains { - :bob5449 :complies true. + :alice449 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5450 :does :work_related_task. - :bob5450 :does :log_off_at_end_of_shift. + :alice450 :does :log_off_at_end_of_shift. } log:explains { - :bob5450 :complies true. + :alice450 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5451 :does :work_related_task. - :bob5451 :does :log_off_at_end_of_shift. + :alice451 :does :log_off_at_end_of_shift. } log:explains { - :bob5451 :complies true. + :alice451 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5452 :does :work_related_task. - :bob5452 :does :log_off_at_end_of_shift. + :alice452 :does :log_off_at_end_of_shift. } log:explains { - :bob5452 :complies true. + :alice452 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5453 :does :work_related_task. - :bob5453 :does :log_off_at_end_of_shift. + :alice453 :does :log_off_at_end_of_shift. } log:explains { - :bob5453 :complies true. + :alice453 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5454 :does :work_related_task. - :bob5454 :does :log_off_at_end_of_shift. + :alice454 :does :log_off_at_end_of_shift. } log:explains { - :bob5454 :complies true. + :alice454 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5455 :does :work_related_task. - :bob5455 :does :log_off_at_end_of_shift. + :alice455 :does :log_off_at_end_of_shift. } log:explains { - :bob5455 :complies true. + :alice455 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5456 :does :work_related_task. - :bob5456 :does :log_off_at_end_of_shift. + :alice456 :does :log_off_at_end_of_shift. } log:explains { - :bob5456 :complies true. + :alice456 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5457 :does :work_related_task. - :bob5457 :does :log_off_at_end_of_shift. + :alice457 :does :log_off_at_end_of_shift. } log:explains { - :bob5457 :complies true. + :alice457 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5458 :does :work_related_task. - :bob5458 :does :log_off_at_end_of_shift. + :alice458 :does :log_off_at_end_of_shift. } log:explains { - :bob5458 :complies true. + :alice458 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5459 :does :work_related_task. - :bob5459 :does :log_off_at_end_of_shift. + :alice459 :does :log_off_at_end_of_shift. } log:explains { - :bob5459 :complies true. + :alice459 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5460 :does :work_related_task. - :bob5460 :does :log_off_at_end_of_shift. + :alice460 :does :log_off_at_end_of_shift. } log:explains { - :bob5460 :complies true. + :alice460 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5461 :does :work_related_task. - :bob5461 :does :log_off_at_end_of_shift. + :alice461 :does :log_off_at_end_of_shift. } log:explains { - :bob5461 :complies true. + :alice461 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5462 :does :work_related_task. - :bob5462 :does :log_off_at_end_of_shift. + :alice462 :does :log_off_at_end_of_shift. } log:explains { - :bob5462 :complies true. + :alice462 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5463 :does :work_related_task. - :bob5463 :does :log_off_at_end_of_shift. + :alice463 :does :log_off_at_end_of_shift. } log:explains { - :bob5463 :complies true. + :alice463 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5464 :does :work_related_task. - :bob5464 :does :log_off_at_end_of_shift. + :alice464 :does :log_off_at_end_of_shift. } log:explains { - :bob5464 :complies true. + :alice464 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5465 :does :work_related_task. - :bob5465 :does :log_off_at_end_of_shift. + :alice465 :does :log_off_at_end_of_shift. } log:explains { - :bob5465 :complies true. + :alice465 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5466 :does :work_related_task. - :bob5466 :does :log_off_at_end_of_shift. + :alice466 :does :log_off_at_end_of_shift. } log:explains { - :bob5466 :complies true. + :alice466 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5467 :does :work_related_task. - :bob5467 :does :log_off_at_end_of_shift. + :alice467 :does :log_off_at_end_of_shift. } log:explains { - :bob5467 :complies true. + :alice467 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5468 :does :work_related_task. - :bob5468 :does :log_off_at_end_of_shift. + :alice468 :does :log_off_at_end_of_shift. } log:explains { - :bob5468 :complies true. + :alice468 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5469 :does :work_related_task. - :bob5469 :does :log_off_at_end_of_shift. + :alice469 :does :log_off_at_end_of_shift. } log:explains { - :bob5469 :complies true. + :alice469 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5470 :does :work_related_task. - :bob5470 :does :log_off_at_end_of_shift. + :alice470 :does :log_off_at_end_of_shift. } log:explains { - :bob5470 :complies true. + :alice470 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5471 :does :work_related_task. - :bob5471 :does :log_off_at_end_of_shift. + :alice471 :does :log_off_at_end_of_shift. } log:explains { - :bob5471 :complies true. + :alice471 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5472 :does :work_related_task. - :bob5472 :does :log_off_at_end_of_shift. + :alice472 :does :log_off_at_end_of_shift. } log:explains { - :bob5472 :complies true. + :alice472 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5473 :does :work_related_task. - :bob5473 :does :log_off_at_end_of_shift. + :alice473 :does :log_off_at_end_of_shift. } log:explains { - :bob5473 :complies true. + :alice473 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5474 :does :work_related_task. - :bob5474 :does :log_off_at_end_of_shift. + :alice474 :does :log_off_at_end_of_shift. } log:explains { - :bob5474 :complies true. + :alice474 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5475 :does :work_related_task. - :bob5475 :does :log_off_at_end_of_shift. + :alice475 :does :log_off_at_end_of_shift. } log:explains { - :bob5475 :complies true. + :alice475 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5476 :does :work_related_task. - :bob5476 :does :log_off_at_end_of_shift. + :alice476 :does :log_off_at_end_of_shift. } log:explains { - :bob5476 :complies true. + :alice476 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5477 :does :work_related_task. - :bob5477 :does :log_off_at_end_of_shift. + :alice477 :does :log_off_at_end_of_shift. } log:explains { - :bob5477 :complies true. + :alice477 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5478 :does :work_related_task. - :bob5478 :does :log_off_at_end_of_shift. + :alice478 :does :log_off_at_end_of_shift. } log:explains { - :bob5478 :complies true. + :alice478 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5479 :does :work_related_task. - :bob5479 :does :log_off_at_end_of_shift. + :alice479 :does :log_off_at_end_of_shift. } log:explains { - :bob5479 :complies true. + :alice479 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5480 :does :work_related_task. - :bob5480 :does :log_off_at_end_of_shift. + :alice480 :does :log_off_at_end_of_shift. } log:explains { - :bob5480 :complies true. + :alice480 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5481 :does :work_related_task. - :bob5481 :does :log_off_at_end_of_shift. + :alice481 :does :log_off_at_end_of_shift. } log:explains { - :bob5481 :complies true. + :alice481 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5482 :does :work_related_task. - :bob5482 :does :log_off_at_end_of_shift. + :alice482 :does :log_off_at_end_of_shift. } log:explains { - :bob5482 :complies true. + :alice482 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5483 :does :work_related_task. - :bob5483 :does :log_off_at_end_of_shift. + :alice483 :does :log_off_at_end_of_shift. } log:explains { - :bob5483 :complies true. + :alice483 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5484 :does :work_related_task. - :bob5484 :does :log_off_at_end_of_shift. + :alice484 :does :log_off_at_end_of_shift. } log:explains { - :bob5484 :complies true. + :alice484 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5485 :does :work_related_task. - :bob5485 :does :log_off_at_end_of_shift. + :alice485 :does :log_off_at_end_of_shift. } log:explains { - :bob5485 :complies true. + :alice485 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5486 :does :work_related_task. - :bob5486 :does :log_off_at_end_of_shift. + :alice486 :does :log_off_at_end_of_shift. } log:explains { - :bob5486 :complies true. + :alice486 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5487 :does :work_related_task. - :bob5487 :does :log_off_at_end_of_shift. + :alice487 :does :log_off_at_end_of_shift. } log:explains { - :bob5487 :complies true. + :alice487 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5488 :does :work_related_task. - :bob5488 :does :log_off_at_end_of_shift. + :alice488 :does :log_off_at_end_of_shift. } log:explains { - :bob5488 :complies true. + :alice488 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5489 :does :work_related_task. - :bob5489 :does :log_off_at_end_of_shift. + :alice489 :does :log_off_at_end_of_shift. } log:explains { - :bob5489 :complies true. + :alice489 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5490 :does :work_related_task. - :bob5490 :does :log_off_at_end_of_shift. + :alice490 :does :log_off_at_end_of_shift. } log:explains { - :bob5490 :complies true. + :alice490 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5491 :does :work_related_task. - :bob5491 :does :log_off_at_end_of_shift. + :alice491 :does :log_off_at_end_of_shift. } log:explains { - :bob5491 :complies true. + :alice491 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5492 :does :work_related_task. - :bob5492 :does :log_off_at_end_of_shift. + :alice492 :does :log_off_at_end_of_shift. } log:explains { - :bob5492 :complies true. + :alice492 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5493 :does :work_related_task. - :bob5493 :does :log_off_at_end_of_shift. + :alice493 :does :log_off_at_end_of_shift. } log:explains { - :bob5493 :complies true. + :alice493 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5494 :does :work_related_task. - :bob5494 :does :log_off_at_end_of_shift. + :alice494 :does :log_off_at_end_of_shift. } log:explains { - :bob5494 :complies true. + :alice494 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5495 :does :work_related_task. - :bob5495 :does :log_off_at_end_of_shift. + :alice495 :does :log_off_at_end_of_shift. } log:explains { - :bob5495 :complies true. + :alice495 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5496 :does :work_related_task. - :bob5496 :does :log_off_at_end_of_shift. + :alice496 :does :log_off_at_end_of_shift. } log:explains { - :bob5496 :complies true. + :alice496 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5497 :does :work_related_task. - :bob5497 :does :log_off_at_end_of_shift. + :alice497 :does :log_off_at_end_of_shift. } log:explains { - :bob5497 :complies true. + :alice497 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5498 :does :work_related_task. - :bob5498 :does :log_off_at_end_of_shift. + :alice498 :does :log_off_at_end_of_shift. } log:explains { - :bob5498 :complies true. + :alice498 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5499 :does :work_related_task. - :bob5499 :does :log_off_at_end_of_shift. + :alice499 :does :log_off_at_end_of_shift. } log:explains { - :bob5499 :complies true. + :alice499 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5500 :does :work_related_task. - :bob5500 :does :log_off_at_end_of_shift. + :alice500 :does :log_off_at_end_of_shift. } log:explains { - :bob5500 :complies true. + :alice500 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5501 :does :work_related_task. - :bob5501 :does :log_off_at_end_of_shift. + :alice501 :does :log_off_at_end_of_shift. } log:explains { - :bob5501 :complies true. + :alice501 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5502 :does :work_related_task. - :bob5502 :does :log_off_at_end_of_shift. + :alice502 :does :log_off_at_end_of_shift. } log:explains { - :bob5502 :complies true. + :alice502 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5503 :does :work_related_task. - :bob5503 :does :log_off_at_end_of_shift. + :alice503 :does :log_off_at_end_of_shift. } log:explains { - :bob5503 :complies true. + :alice503 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5504 :does :work_related_task. - :bob5504 :does :log_off_at_end_of_shift. + :alice504 :does :log_off_at_end_of_shift. } log:explains { - :bob5504 :complies true. + :alice504 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5505 :does :work_related_task. - :bob5505 :does :log_off_at_end_of_shift. + :alice505 :does :log_off_at_end_of_shift. } log:explains { - :bob5505 :complies true. + :alice505 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5506 :does :work_related_task. - :bob5506 :does :log_off_at_end_of_shift. + :alice506 :does :log_off_at_end_of_shift. } log:explains { - :bob5506 :complies true. + :alice506 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5507 :does :work_related_task. - :bob5507 :does :log_off_at_end_of_shift. + :alice507 :does :log_off_at_end_of_shift. } log:explains { - :bob5507 :complies true. + :alice507 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5508 :does :work_related_task. - :bob5508 :does :log_off_at_end_of_shift. + :alice508 :does :log_off_at_end_of_shift. } log:explains { - :bob5508 :complies true. + :alice508 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5509 :does :work_related_task. - :bob5509 :does :log_off_at_end_of_shift. + :alice509 :does :log_off_at_end_of_shift. } log:explains { - :bob5509 :complies true. + :alice509 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5510 :does :work_related_task. - :bob5510 :does :log_off_at_end_of_shift. + :alice510 :does :log_off_at_end_of_shift. } log:explains { - :bob5510 :complies true. + :alice510 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5511 :does :work_related_task. - :bob5511 :does :log_off_at_end_of_shift. + :alice511 :does :log_off_at_end_of_shift. } log:explains { - :bob5511 :complies true. + :alice511 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5512 :does :work_related_task. - :bob5512 :does :log_off_at_end_of_shift. + :alice512 :does :log_off_at_end_of_shift. } log:explains { - :bob5512 :complies true. + :alice512 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5513 :does :work_related_task. - :bob5513 :does :log_off_at_end_of_shift. + :alice513 :does :log_off_at_end_of_shift. } log:explains { - :bob5513 :complies true. + :alice513 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5514 :does :work_related_task. - :bob5514 :does :log_off_at_end_of_shift. + :alice514 :does :log_off_at_end_of_shift. } log:explains { - :bob5514 :complies true. + :alice514 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5515 :does :work_related_task. - :bob5515 :does :log_off_at_end_of_shift. + :alice515 :does :log_off_at_end_of_shift. } log:explains { - :bob5515 :complies true. + :alice515 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5516 :does :work_related_task. - :bob5516 :does :log_off_at_end_of_shift. + :alice516 :does :log_off_at_end_of_shift. } log:explains { - :bob5516 :complies true. + :alice516 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5517 :does :work_related_task. - :bob5517 :does :log_off_at_end_of_shift. + :alice517 :does :log_off_at_end_of_shift. } log:explains { - :bob5517 :complies true. + :alice517 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5518 :does :work_related_task. - :bob5518 :does :log_off_at_end_of_shift. + :alice518 :does :log_off_at_end_of_shift. } log:explains { - :bob5518 :complies true. + :alice518 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5519 :does :work_related_task. - :bob5519 :does :log_off_at_end_of_shift. + :alice519 :does :log_off_at_end_of_shift. } log:explains { - :bob5519 :complies true. + :alice519 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5520 :does :work_related_task. - :bob5520 :does :log_off_at_end_of_shift. + :alice520 :does :log_off_at_end_of_shift. } log:explains { - :bob5520 :complies true. + :alice520 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5521 :does :work_related_task. - :bob5521 :does :log_off_at_end_of_shift. + :alice521 :does :log_off_at_end_of_shift. } log:explains { - :bob5521 :complies true. + :alice521 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5522 :does :work_related_task. - :bob5522 :does :log_off_at_end_of_shift. + :alice522 :does :log_off_at_end_of_shift. } log:explains { - :bob5522 :complies true. + :alice522 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5523 :does :work_related_task. - :bob5523 :does :log_off_at_end_of_shift. + :alice523 :does :log_off_at_end_of_shift. } log:explains { - :bob5523 :complies true. + :alice523 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5524 :does :work_related_task. - :bob5524 :does :log_off_at_end_of_shift. + :alice524 :does :log_off_at_end_of_shift. } log:explains { - :bob5524 :complies true. + :alice524 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5525 :does :work_related_task. - :bob5525 :does :log_off_at_end_of_shift. + :alice525 :does :log_off_at_end_of_shift. } log:explains { - :bob5525 :complies true. + :alice525 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5526 :does :work_related_task. - :bob5526 :does :log_off_at_end_of_shift. + :alice526 :does :log_off_at_end_of_shift. } log:explains { - :bob5526 :complies true. + :alice526 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5527 :does :work_related_task. - :bob5527 :does :log_off_at_end_of_shift. + :alice527 :does :log_off_at_end_of_shift. } log:explains { - :bob5527 :complies true. + :alice527 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5528 :does :work_related_task. - :bob5528 :does :log_off_at_end_of_shift. + :alice528 :does :log_off_at_end_of_shift. } log:explains { - :bob5528 :complies true. + :alice528 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5529 :does :work_related_task. - :bob5529 :does :log_off_at_end_of_shift. + :alice529 :does :log_off_at_end_of_shift. } log:explains { - :bob5529 :complies true. + :alice529 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5530 :does :work_related_task. - :bob5530 :does :log_off_at_end_of_shift. + :alice530 :does :log_off_at_end_of_shift. } log:explains { - :bob5530 :complies true. + :alice530 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5531 :does :work_related_task. - :bob5531 :does :log_off_at_end_of_shift. + :alice531 :does :log_off_at_end_of_shift. } log:explains { - :bob5531 :complies true. + :alice531 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5532 :does :work_related_task. - :bob5532 :does :log_off_at_end_of_shift. + :alice532 :does :log_off_at_end_of_shift. } log:explains { - :bob5532 :complies true. + :alice532 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5533 :does :work_related_task. - :bob5533 :does :log_off_at_end_of_shift. + :alice533 :does :log_off_at_end_of_shift. } log:explains { - :bob5533 :complies true. + :alice533 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5534 :does :work_related_task. - :bob5534 :does :log_off_at_end_of_shift. + :alice534 :does :log_off_at_end_of_shift. } log:explains { - :bob5534 :complies true. + :alice534 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5535 :does :work_related_task. - :bob5535 :does :log_off_at_end_of_shift. + :alice535 :does :log_off_at_end_of_shift. } log:explains { - :bob5535 :complies true. + :alice535 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5536 :does :work_related_task. - :bob5536 :does :log_off_at_end_of_shift. + :alice536 :does :log_off_at_end_of_shift. } log:explains { - :bob5536 :complies true. + :alice536 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5537 :does :work_related_task. - :bob5537 :does :log_off_at_end_of_shift. + :alice537 :does :log_off_at_end_of_shift. } log:explains { - :bob5537 :complies true. + :alice537 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5538 :does :work_related_task. - :bob5538 :does :log_off_at_end_of_shift. + :alice538 :does :log_off_at_end_of_shift. } log:explains { - :bob5538 :complies true. + :alice538 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5539 :does :work_related_task. - :bob5539 :does :log_off_at_end_of_shift. + :alice539 :does :log_off_at_end_of_shift. } log:explains { - :bob5539 :complies true. + :alice539 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5540 :does :work_related_task. - :bob5540 :does :log_off_at_end_of_shift. + :alice540 :does :log_off_at_end_of_shift. } log:explains { - :bob5540 :complies true. + :alice540 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5541 :does :work_related_task. - :bob5541 :does :log_off_at_end_of_shift. + :alice541 :does :log_off_at_end_of_shift. } log:explains { - :bob5541 :complies true. + :alice541 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5542 :does :work_related_task. - :bob5542 :does :log_off_at_end_of_shift. + :alice542 :does :log_off_at_end_of_shift. } log:explains { - :bob5542 :complies true. + :alice542 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5543 :does :work_related_task. - :bob5543 :does :log_off_at_end_of_shift. + :alice543 :does :log_off_at_end_of_shift. } log:explains { - :bob5543 :complies true. + :alice543 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5544 :does :work_related_task. - :bob5544 :does :log_off_at_end_of_shift. + :alice544 :does :log_off_at_end_of_shift. } log:explains { - :bob5544 :complies true. + :alice544 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5545 :does :work_related_task. - :bob5545 :does :log_off_at_end_of_shift. + :alice545 :does :log_off_at_end_of_shift. } log:explains { - :bob5545 :complies true. + :alice545 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5546 :does :work_related_task. - :bob5546 :does :log_off_at_end_of_shift. + :alice546 :does :log_off_at_end_of_shift. } log:explains { - :bob5546 :complies true. + :alice546 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5547 :does :work_related_task. - :bob5547 :does :log_off_at_end_of_shift. + :alice547 :does :log_off_at_end_of_shift. } log:explains { - :bob5547 :complies true. + :alice547 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5548 :does :work_related_task. - :bob5548 :does :log_off_at_end_of_shift. + :alice548 :does :log_off_at_end_of_shift. } log:explains { - :bob5548 :complies true. + :alice548 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5549 :does :work_related_task. - :bob5549 :does :log_off_at_end_of_shift. + :alice549 :does :log_off_at_end_of_shift. } log:explains { - :bob5549 :complies true. + :alice549 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5550 :does :work_related_task. - :bob5550 :does :log_off_at_end_of_shift. + :alice550 :does :log_off_at_end_of_shift. } log:explains { - :bob5550 :complies true. + :alice550 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5551 :does :work_related_task. - :bob5551 :does :log_off_at_end_of_shift. + :alice551 :does :log_off_at_end_of_shift. } log:explains { - :bob5551 :complies true. + :alice551 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5552 :does :work_related_task. - :bob5552 :does :log_off_at_end_of_shift. + :alice552 :does :log_off_at_end_of_shift. } log:explains { - :bob5552 :complies true. + :alice552 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5553 :does :work_related_task. - :bob5553 :does :log_off_at_end_of_shift. + :alice553 :does :log_off_at_end_of_shift. } log:explains { - :bob5553 :complies true. + :alice553 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5554 :does :work_related_task. - :bob5554 :does :log_off_at_end_of_shift. + :alice554 :does :log_off_at_end_of_shift. } log:explains { - :bob5554 :complies true. + :alice554 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5555 :does :work_related_task. - :bob5555 :does :log_off_at_end_of_shift. + :alice555 :does :log_off_at_end_of_shift. } log:explains { - :bob5555 :complies true. + :alice555 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5556 :does :work_related_task. - :bob5556 :does :log_off_at_end_of_shift. + :alice556 :does :log_off_at_end_of_shift. } log:explains { - :bob5556 :complies true. + :alice556 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5557 :does :work_related_task. - :bob5557 :does :log_off_at_end_of_shift. + :alice557 :does :log_off_at_end_of_shift. } log:explains { - :bob5557 :complies true. + :alice557 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5558 :does :work_related_task. - :bob5558 :does :log_off_at_end_of_shift. + :alice558 :does :log_off_at_end_of_shift. } log:explains { - :bob5558 :complies true. + :alice558 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5559 :does :work_related_task. - :bob5559 :does :log_off_at_end_of_shift. + :alice559 :does :log_off_at_end_of_shift. } log:explains { - :bob5559 :complies true. + :alice559 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5560 :does :work_related_task. - :bob5560 :does :log_off_at_end_of_shift. + :alice560 :does :log_off_at_end_of_shift. } log:explains { - :bob5560 :complies true. + :alice560 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5561 :does :work_related_task. - :bob5561 :does :log_off_at_end_of_shift. + :alice561 :does :log_off_at_end_of_shift. } log:explains { - :bob5561 :complies true. + :alice561 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5562 :does :work_related_task. - :bob5562 :does :log_off_at_end_of_shift. + :alice562 :does :log_off_at_end_of_shift. } log:explains { - :bob5562 :complies true. + :alice562 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5563 :does :work_related_task. - :bob5563 :does :log_off_at_end_of_shift. + :alice563 :does :log_off_at_end_of_shift. } log:explains { - :bob5563 :complies true. + :alice563 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5564 :does :work_related_task. - :bob5564 :does :log_off_at_end_of_shift. + :alice564 :does :log_off_at_end_of_shift. } log:explains { - :bob5564 :complies true. + :alice564 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5565 :does :work_related_task. - :bob5565 :does :log_off_at_end_of_shift. + :alice565 :does :log_off_at_end_of_shift. } log:explains { - :bob5565 :complies true. + :alice565 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5566 :does :work_related_task. - :bob5566 :does :log_off_at_end_of_shift. + :alice566 :does :log_off_at_end_of_shift. } log:explains { - :bob5566 :complies true. + :alice566 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5567 :does :work_related_task. - :bob5567 :does :log_off_at_end_of_shift. + :alice567 :does :log_off_at_end_of_shift. } log:explains { - :bob5567 :complies true. + :alice567 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5568 :does :work_related_task. - :bob5568 :does :log_off_at_end_of_shift. + :alice568 :does :log_off_at_end_of_shift. } log:explains { - :bob5568 :complies true. + :alice568 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5569 :does :work_related_task. - :bob5569 :does :log_off_at_end_of_shift. + :alice569 :does :log_off_at_end_of_shift. } log:explains { - :bob5569 :complies true. + :alice569 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5570 :does :work_related_task. - :bob5570 :does :log_off_at_end_of_shift. + :alice570 :does :log_off_at_end_of_shift. } log:explains { - :bob5570 :complies true. + :alice570 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5571 :does :work_related_task. - :bob5571 :does :log_off_at_end_of_shift. + :alice571 :does :log_off_at_end_of_shift. } log:explains { - :bob5571 :complies true. + :alice571 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5572 :does :work_related_task. - :bob5572 :does :log_off_at_end_of_shift. + :alice572 :does :log_off_at_end_of_shift. } log:explains { - :bob5572 :complies true. + :alice572 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5573 :does :work_related_task. - :bob5573 :does :log_off_at_end_of_shift. + :alice573 :does :log_off_at_end_of_shift. } log:explains { - :bob5573 :complies true. + :alice573 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5574 :does :work_related_task. - :bob5574 :does :log_off_at_end_of_shift. + :alice574 :does :log_off_at_end_of_shift. } log:explains { - :bob5574 :complies true. + :alice574 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5575 :does :work_related_task. - :bob5575 :does :log_off_at_end_of_shift. + :alice575 :does :log_off_at_end_of_shift. } log:explains { - :bob5575 :complies true. + :alice575 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5576 :does :work_related_task. - :bob5576 :does :log_off_at_end_of_shift. + :alice576 :does :log_off_at_end_of_shift. } log:explains { - :bob5576 :complies true. + :alice576 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5577 :does :work_related_task. - :bob5577 :does :log_off_at_end_of_shift. + :alice577 :does :log_off_at_end_of_shift. } log:explains { - :bob5577 :complies true. + :alice577 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5578 :does :work_related_task. - :bob5578 :does :log_off_at_end_of_shift. + :alice578 :does :log_off_at_end_of_shift. } log:explains { - :bob5578 :complies true. + :alice578 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5579 :does :work_related_task. - :bob5579 :does :log_off_at_end_of_shift. + :alice579 :does :log_off_at_end_of_shift. } log:explains { - :bob5579 :complies true. + :alice579 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5580 :does :work_related_task. - :bob5580 :does :log_off_at_end_of_shift. + :alice580 :does :log_off_at_end_of_shift. } log:explains { - :bob5580 :complies true. + :alice580 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5581 :does :work_related_task. - :bob5581 :does :log_off_at_end_of_shift. + :alice581 :does :log_off_at_end_of_shift. } log:explains { - :bob5581 :complies true. + :alice581 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5582 :does :work_related_task. - :bob5582 :does :log_off_at_end_of_shift. + :alice582 :does :log_off_at_end_of_shift. } log:explains { - :bob5582 :complies true. + :alice582 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5583 :does :work_related_task. - :bob5583 :does :log_off_at_end_of_shift. + :alice583 :does :log_off_at_end_of_shift. } log:explains { - :bob5583 :complies true. + :alice583 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5584 :does :work_related_task. - :bob5584 :does :log_off_at_end_of_shift. + :alice584 :does :log_off_at_end_of_shift. } log:explains { - :bob5584 :complies true. + :alice584 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5585 :does :work_related_task. - :bob5585 :does :log_off_at_end_of_shift. + :alice585 :does :log_off_at_end_of_shift. } log:explains { - :bob5585 :complies true. + :alice585 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5586 :does :work_related_task. - :bob5586 :does :log_off_at_end_of_shift. + :alice586 :does :log_off_at_end_of_shift. } log:explains { - :bob5586 :complies true. + :alice586 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5587 :does :work_related_task. - :bob5587 :does :log_off_at_end_of_shift. + :alice587 :does :log_off_at_end_of_shift. } log:explains { - :bob5587 :complies true. + :alice587 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5588 :does :work_related_task. - :bob5588 :does :log_off_at_end_of_shift. + :alice588 :does :log_off_at_end_of_shift. } log:explains { - :bob5588 :complies true. + :alice588 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5589 :does :work_related_task. - :bob5589 :does :log_off_at_end_of_shift. + :alice589 :does :log_off_at_end_of_shift. } log:explains { - :bob5589 :complies true. + :alice589 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5590 :does :work_related_task. - :bob5590 :does :log_off_at_end_of_shift. + :alice590 :does :log_off_at_end_of_shift. } log:explains { - :bob5590 :complies true. + :alice590 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5591 :does :work_related_task. - :bob5591 :does :log_off_at_end_of_shift. + :alice591 :does :log_off_at_end_of_shift. } log:explains { - :bob5591 :complies true. + :alice591 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5592 :does :work_related_task. - :bob5592 :does :log_off_at_end_of_shift. + :alice592 :does :log_off_at_end_of_shift. } log:explains { - :bob5592 :complies true. + :alice592 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5593 :does :work_related_task. - :bob5593 :does :log_off_at_end_of_shift. + :alice593 :does :log_off_at_end_of_shift. } log:explains { - :bob5593 :complies true. + :alice593 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5594 :does :work_related_task. - :bob5594 :does :log_off_at_end_of_shift. + :alice594 :does :log_off_at_end_of_shift. } log:explains { - :bob5594 :complies true. + :alice594 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5595 :does :work_related_task. - :bob5595 :does :log_off_at_end_of_shift. + :alice595 :does :log_off_at_end_of_shift. } log:explains { - :bob5595 :complies true. + :alice595 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5596 :does :work_related_task. - :bob5596 :does :log_off_at_end_of_shift. + :alice596 :does :log_off_at_end_of_shift. } log:explains { - :bob5596 :complies true. + :alice596 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5597 :does :work_related_task. - :bob5597 :does :log_off_at_end_of_shift. + :alice597 :does :log_off_at_end_of_shift. } log:explains { - :bob5597 :complies true. + :alice597 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5598 :does :work_related_task. - :bob5598 :does :log_off_at_end_of_shift. + :alice598 :does :log_off_at_end_of_shift. } log:explains { - :bob5598 :complies true. + :alice598 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5599 :does :work_related_task. - :bob5599 :does :log_off_at_end_of_shift. + :alice599 :does :log_off_at_end_of_shift. } log:explains { - :bob5599 :complies true. + :alice599 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5600 :does :work_related_task. - :bob5600 :does :log_off_at_end_of_shift. + :alice600 :does :log_off_at_end_of_shift. } log:explains { - :bob5600 :complies true. + :alice600 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5601 :does :work_related_task. - :bob5601 :does :log_off_at_end_of_shift. + :alice601 :does :log_off_at_end_of_shift. } log:explains { - :bob5601 :complies true. + :alice601 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5602 :does :work_related_task. - :bob5602 :does :log_off_at_end_of_shift. + :alice602 :does :log_off_at_end_of_shift. } log:explains { - :bob5602 :complies true. + :alice602 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5603 :does :work_related_task. - :bob5603 :does :log_off_at_end_of_shift. + :alice603 :does :log_off_at_end_of_shift. } log:explains { - :bob5603 :complies true. + :alice603 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5604 :does :work_related_task. - :bob5604 :does :log_off_at_end_of_shift. + :alice604 :does :log_off_at_end_of_shift. } log:explains { - :bob5604 :complies true. + :alice604 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5605 :does :work_related_task. - :bob5605 :does :log_off_at_end_of_shift. + :alice605 :does :log_off_at_end_of_shift. } log:explains { - :bob5605 :complies true. + :alice605 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5606 :does :work_related_task. - :bob5606 :does :log_off_at_end_of_shift. + :alice606 :does :log_off_at_end_of_shift. } log:explains { - :bob5606 :complies true. + :alice606 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5607 :does :work_related_task. - :bob5607 :does :log_off_at_end_of_shift. + :alice607 :does :log_off_at_end_of_shift. } log:explains { - :bob5607 :complies true. + :alice607 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5608 :does :work_related_task. - :bob5608 :does :log_off_at_end_of_shift. + :alice608 :does :log_off_at_end_of_shift. } log:explains { - :bob5608 :complies true. + :alice608 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5609 :does :work_related_task. - :bob5609 :does :log_off_at_end_of_shift. + :alice609 :does :log_off_at_end_of_shift. } log:explains { - :bob5609 :complies true. + :alice609 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5610 :does :work_related_task. - :bob5610 :does :log_off_at_end_of_shift. + :alice610 :does :log_off_at_end_of_shift. } log:explains { - :bob5610 :complies true. + :alice610 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5611 :does :work_related_task. - :bob5611 :does :log_off_at_end_of_shift. + :alice611 :does :log_off_at_end_of_shift. } log:explains { - :bob5611 :complies true. + :alice611 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5612 :does :work_related_task. - :bob5612 :does :log_off_at_end_of_shift. + :alice612 :does :log_off_at_end_of_shift. } log:explains { - :bob5612 :complies true. + :alice612 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5613 :does :work_related_task. - :bob5613 :does :log_off_at_end_of_shift. + :alice613 :does :log_off_at_end_of_shift. } log:explains { - :bob5613 :complies true. + :alice613 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5614 :does :work_related_task. - :bob5614 :does :log_off_at_end_of_shift. + :alice614 :does :log_off_at_end_of_shift. } log:explains { - :bob5614 :complies true. + :alice614 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5615 :does :work_related_task. - :bob5615 :does :log_off_at_end_of_shift. + :alice615 :does :log_off_at_end_of_shift. } log:explains { - :bob5615 :complies true. + :alice615 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5616 :does :work_related_task. - :bob5616 :does :log_off_at_end_of_shift. + :alice616 :does :log_off_at_end_of_shift. } log:explains { - :bob5616 :complies true. + :alice616 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5617 :does :work_related_task. - :bob5617 :does :log_off_at_end_of_shift. + :alice617 :does :log_off_at_end_of_shift. } log:explains { - :bob5617 :complies true. + :alice617 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5618 :does :work_related_task. - :bob5618 :does :log_off_at_end_of_shift. + :alice618 :does :log_off_at_end_of_shift. } log:explains { - :bob5618 :complies true. + :alice618 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5619 :does :work_related_task. - :bob5619 :does :log_off_at_end_of_shift. + :alice619 :does :log_off_at_end_of_shift. } log:explains { - :bob5619 :complies true. + :alice619 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5620 :does :work_related_task. - :bob5620 :does :log_off_at_end_of_shift. + :alice620 :does :log_off_at_end_of_shift. } log:explains { - :bob5620 :complies true. + :alice620 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5621 :does :work_related_task. - :bob5621 :does :log_off_at_end_of_shift. + :alice621 :does :log_off_at_end_of_shift. } log:explains { - :bob5621 :complies true. + :alice621 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5622 :does :work_related_task. - :bob5622 :does :log_off_at_end_of_shift. + :alice622 :does :log_off_at_end_of_shift. } log:explains { - :bob5622 :complies true. + :alice622 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5623 :does :work_related_task. - :bob5623 :does :log_off_at_end_of_shift. + :alice623 :does :log_off_at_end_of_shift. } log:explains { - :bob5623 :complies true. + :alice623 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5624 :does :work_related_task. - :bob5624 :does :log_off_at_end_of_shift. + :alice624 :does :log_off_at_end_of_shift. } log:explains { - :bob5624 :complies true. + :alice624 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5625 :does :work_related_task. - :bob5625 :does :log_off_at_end_of_shift. + :alice625 :does :log_off_at_end_of_shift. } log:explains { - :bob5625 :complies true. + :alice625 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5626 :does :work_related_task. - :bob5626 :does :log_off_at_end_of_shift. + :alice626 :does :log_off_at_end_of_shift. } log:explains { - :bob5626 :complies true. + :alice626 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5627 :does :work_related_task. - :bob5627 :does :log_off_at_end_of_shift. + :alice627 :does :log_off_at_end_of_shift. } log:explains { - :bob5627 :complies true. + :alice627 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5628 :does :work_related_task. - :bob5628 :does :log_off_at_end_of_shift. + :alice628 :does :log_off_at_end_of_shift. } log:explains { - :bob5628 :complies true. + :alice628 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5629 :does :work_related_task. - :bob5629 :does :log_off_at_end_of_shift. + :alice629 :does :log_off_at_end_of_shift. } log:explains { - :bob5629 :complies true. + :alice629 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5630 :does :work_related_task. - :bob5630 :does :log_off_at_end_of_shift. + :alice630 :does :log_off_at_end_of_shift. } log:explains { - :bob5630 :complies true. + :alice630 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5631 :does :work_related_task. - :bob5631 :does :log_off_at_end_of_shift. + :alice631 :does :log_off_at_end_of_shift. } log:explains { - :bob5631 :complies true. + :alice631 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5632 :does :work_related_task. - :bob5632 :does :log_off_at_end_of_shift. + :alice632 :does :log_off_at_end_of_shift. } log:explains { - :bob5632 :complies true. + :alice632 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5633 :does :work_related_task. - :bob5633 :does :log_off_at_end_of_shift. + :alice633 :does :log_off_at_end_of_shift. } log:explains { - :bob5633 :complies true. + :alice633 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5634 :does :work_related_task. - :bob5634 :does :log_off_at_end_of_shift. + :alice634 :does :log_off_at_end_of_shift. } log:explains { - :bob5634 :complies true. + :alice634 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5635 :does :work_related_task. - :bob5635 :does :log_off_at_end_of_shift. + :alice635 :does :log_off_at_end_of_shift. } log:explains { - :bob5635 :complies true. + :alice635 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5636 :does :work_related_task. - :bob5636 :does :log_off_at_end_of_shift. + :alice636 :does :log_off_at_end_of_shift. } log:explains { - :bob5636 :complies true. + :alice636 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5637 :does :work_related_task. - :bob5637 :does :log_off_at_end_of_shift. + :alice637 :does :log_off_at_end_of_shift. } log:explains { - :bob5637 :complies true. + :alice637 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5638 :does :work_related_task. - :bob5638 :does :log_off_at_end_of_shift. + :alice638 :does :log_off_at_end_of_shift. } log:explains { - :bob5638 :complies true. + :alice638 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5639 :does :work_related_task. - :bob5639 :does :log_off_at_end_of_shift. + :alice639 :does :log_off_at_end_of_shift. } log:explains { - :bob5639 :complies true. + :alice639 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5640 :does :work_related_task. - :bob5640 :does :log_off_at_end_of_shift. + :alice640 :does :log_off_at_end_of_shift. } log:explains { - :bob5640 :complies true. + :alice640 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5641 :does :work_related_task. - :bob5641 :does :log_off_at_end_of_shift. + :alice641 :does :log_off_at_end_of_shift. } log:explains { - :bob5641 :complies true. + :alice641 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5642 :does :work_related_task. - :bob5642 :does :log_off_at_end_of_shift. + :alice642 :does :log_off_at_end_of_shift. } log:explains { - :bob5642 :complies true. + :alice642 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5643 :does :work_related_task. - :bob5643 :does :log_off_at_end_of_shift. + :alice643 :does :log_off_at_end_of_shift. } log:explains { - :bob5643 :complies true. + :alice643 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5644 :does :work_related_task. - :bob5644 :does :log_off_at_end_of_shift. + :alice644 :does :log_off_at_end_of_shift. } log:explains { - :bob5644 :complies true. + :alice644 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5645 :does :work_related_task. - :bob5645 :does :log_off_at_end_of_shift. + :alice645 :does :log_off_at_end_of_shift. } log:explains { - :bob5645 :complies true. + :alice645 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5646 :does :work_related_task. - :bob5646 :does :log_off_at_end_of_shift. + :alice646 :does :log_off_at_end_of_shift. } log:explains { - :bob5646 :complies true. + :alice646 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5647 :does :work_related_task. - :bob5647 :does :log_off_at_end_of_shift. + :alice647 :does :log_off_at_end_of_shift. } log:explains { - :bob5647 :complies true. + :alice647 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5648 :does :work_related_task. - :bob5648 :does :log_off_at_end_of_shift. + :alice648 :does :log_off_at_end_of_shift. } log:explains { - :bob5648 :complies true. + :alice648 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5649 :does :work_related_task. - :bob5649 :does :log_off_at_end_of_shift. + :alice649 :does :log_off_at_end_of_shift. } log:explains { - :bob5649 :complies true. + :alice649 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5650 :does :work_related_task. - :bob5650 :does :log_off_at_end_of_shift. + :alice650 :does :log_off_at_end_of_shift. } log:explains { - :bob5650 :complies true. + :alice650 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5651 :does :work_related_task. - :bob5651 :does :log_off_at_end_of_shift. + :alice651 :does :log_off_at_end_of_shift. } log:explains { - :bob5651 :complies true. + :alice651 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5652 :does :work_related_task. - :bob5652 :does :log_off_at_end_of_shift. + :alice652 :does :log_off_at_end_of_shift. } log:explains { - :bob5652 :complies true. + :alice652 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5653 :does :work_related_task. - :bob5653 :does :log_off_at_end_of_shift. + :alice653 :does :log_off_at_end_of_shift. } log:explains { - :bob5653 :complies true. + :alice653 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5654 :does :work_related_task. - :bob5654 :does :log_off_at_end_of_shift. + :alice654 :does :log_off_at_end_of_shift. } log:explains { - :bob5654 :complies true. + :alice654 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5655 :does :work_related_task. - :bob5655 :does :log_off_at_end_of_shift. + :alice655 :does :log_off_at_end_of_shift. } log:explains { - :bob5655 :complies true. + :alice655 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5656 :does :work_related_task. - :bob5656 :does :log_off_at_end_of_shift. + :alice656 :does :log_off_at_end_of_shift. } log:explains { - :bob5656 :complies true. + :alice656 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5657 :does :work_related_task. - :bob5657 :does :log_off_at_end_of_shift. + :alice657 :does :log_off_at_end_of_shift. } log:explains { - :bob5657 :complies true. + :alice657 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5658 :does :work_related_task. - :bob5658 :does :log_off_at_end_of_shift. + :alice658 :does :log_off_at_end_of_shift. } log:explains { - :bob5658 :complies true. + :alice658 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5659 :does :work_related_task. - :bob5659 :does :log_off_at_end_of_shift. + :alice659 :does :log_off_at_end_of_shift. } log:explains { - :bob5659 :complies true. + :alice659 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5660 :does :work_related_task. - :bob5660 :does :log_off_at_end_of_shift. + :alice660 :does :log_off_at_end_of_shift. } log:explains { - :bob5660 :complies true. + :alice660 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5661 :does :work_related_task. - :bob5661 :does :log_off_at_end_of_shift. + :alice661 :does :log_off_at_end_of_shift. } log:explains { - :bob5661 :complies true. + :alice661 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5662 :does :work_related_task. - :bob5662 :does :log_off_at_end_of_shift. + :alice662 :does :log_off_at_end_of_shift. } log:explains { - :bob5662 :complies true. + :alice662 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5663 :does :work_related_task. - :bob5663 :does :log_off_at_end_of_shift. + :alice663 :does :log_off_at_end_of_shift. } log:explains { - :bob5663 :complies true. + :alice663 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5664 :does :work_related_task. - :bob5664 :does :log_off_at_end_of_shift. + :alice664 :does :log_off_at_end_of_shift. } log:explains { - :bob5664 :complies true. + :alice664 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5665 :does :work_related_task. - :bob5665 :does :log_off_at_end_of_shift. + :alice665 :does :log_off_at_end_of_shift. } log:explains { - :bob5665 :complies true. + :alice665 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5666 :does :work_related_task. - :bob5666 :does :log_off_at_end_of_shift. + :alice666 :does :log_off_at_end_of_shift. } log:explains { - :bob5666 :complies true. + :alice666 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5667 :does :work_related_task. - :bob5667 :does :log_off_at_end_of_shift. + :alice667 :does :log_off_at_end_of_shift. } log:explains { - :bob5667 :complies true. + :alice667 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5668 :does :work_related_task. - :bob5668 :does :log_off_at_end_of_shift. + :alice668 :does :log_off_at_end_of_shift. } log:explains { - :bob5668 :complies true. + :alice668 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5669 :does :work_related_task. - :bob5669 :does :log_off_at_end_of_shift. + :alice669 :does :log_off_at_end_of_shift. } log:explains { - :bob5669 :complies true. + :alice669 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5670 :does :work_related_task. - :bob5670 :does :log_off_at_end_of_shift. + :alice670 :does :log_off_at_end_of_shift. } log:explains { - :bob5670 :complies true. + :alice670 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5671 :does :work_related_task. - :bob5671 :does :log_off_at_end_of_shift. + :alice671 :does :log_off_at_end_of_shift. } log:explains { - :bob5671 :complies true. + :alice671 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5672 :does :work_related_task. - :bob5672 :does :log_off_at_end_of_shift. + :alice672 :does :log_off_at_end_of_shift. } log:explains { - :bob5672 :complies true. + :alice672 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5673 :does :work_related_task. - :bob5673 :does :log_off_at_end_of_shift. + :alice673 :does :log_off_at_end_of_shift. } log:explains { - :bob5673 :complies true. + :alice673 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5674 :does :work_related_task. - :bob5674 :does :log_off_at_end_of_shift. + :alice674 :does :log_off_at_end_of_shift. } log:explains { - :bob5674 :complies true. + :alice674 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5675 :does :work_related_task. - :bob5675 :does :log_off_at_end_of_shift. + :alice675 :does :log_off_at_end_of_shift. } log:explains { - :bob5675 :complies true. + :alice675 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5676 :does :work_related_task. - :bob5676 :does :log_off_at_end_of_shift. + :alice676 :does :log_off_at_end_of_shift. } log:explains { - :bob5676 :complies true. + :alice676 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5677 :does :work_related_task. - :bob5677 :does :log_off_at_end_of_shift. + :alice677 :does :log_off_at_end_of_shift. } log:explains { - :bob5677 :complies true. + :alice677 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5678 :does :work_related_task. - :bob5678 :does :log_off_at_end_of_shift. + :alice678 :does :log_off_at_end_of_shift. } log:explains { - :bob5678 :complies true. + :alice678 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5679 :does :work_related_task. - :bob5679 :does :log_off_at_end_of_shift. + :alice679 :does :log_off_at_end_of_shift. } log:explains { - :bob5679 :complies true. + :alice679 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5680 :does :work_related_task. - :bob5680 :does :log_off_at_end_of_shift. + :alice680 :does :log_off_at_end_of_shift. } log:explains { - :bob5680 :complies true. + :alice680 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5681 :does :work_related_task. - :bob5681 :does :log_off_at_end_of_shift. + :alice681 :does :log_off_at_end_of_shift. } log:explains { - :bob5681 :complies true. + :alice681 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5682 :does :work_related_task. - :bob5682 :does :log_off_at_end_of_shift. + :alice682 :does :log_off_at_end_of_shift. } log:explains { - :bob5682 :complies true. + :alice682 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5683 :does :work_related_task. - :bob5683 :does :log_off_at_end_of_shift. + :alice683 :does :log_off_at_end_of_shift. } log:explains { - :bob5683 :complies true. + :alice683 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5684 :does :work_related_task. - :bob5684 :does :log_off_at_end_of_shift. + :alice684 :does :log_off_at_end_of_shift. } log:explains { - :bob5684 :complies true. + :alice684 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5685 :does :work_related_task. - :bob5685 :does :log_off_at_end_of_shift. + :alice685 :does :log_off_at_end_of_shift. } log:explains { - :bob5685 :complies true. + :alice685 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5686 :does :work_related_task. - :bob5686 :does :log_off_at_end_of_shift. + :alice686 :does :log_off_at_end_of_shift. } log:explains { - :bob5686 :complies true. + :alice686 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5687 :does :work_related_task. - :bob5687 :does :log_off_at_end_of_shift. + :alice687 :does :log_off_at_end_of_shift. } log:explains { - :bob5687 :complies true. + :alice687 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5688 :does :work_related_task. - :bob5688 :does :log_off_at_end_of_shift. + :alice688 :does :log_off_at_end_of_shift. } log:explains { - :bob5688 :complies true. + :alice688 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5689 :does :work_related_task. - :bob5689 :does :log_off_at_end_of_shift. + :alice689 :does :log_off_at_end_of_shift. } log:explains { - :bob5689 :complies true. + :alice689 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5690 :does :work_related_task. - :bob5690 :does :log_off_at_end_of_shift. + :alice690 :does :log_off_at_end_of_shift. } log:explains { - :bob5690 :complies true. + :alice690 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5691 :does :work_related_task. - :bob5691 :does :log_off_at_end_of_shift. + :alice691 :does :log_off_at_end_of_shift. } log:explains { - :bob5691 :complies true. + :alice691 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5692 :does :work_related_task. - :bob5692 :does :log_off_at_end_of_shift. + :alice692 :does :log_off_at_end_of_shift. } log:explains { - :bob5692 :complies true. + :alice692 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5693 :does :work_related_task. - :bob5693 :does :log_off_at_end_of_shift. + :alice693 :does :log_off_at_end_of_shift. } log:explains { - :bob5693 :complies true. + :alice693 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5694 :does :work_related_task. - :bob5694 :does :log_off_at_end_of_shift. + :alice694 :does :log_off_at_end_of_shift. } log:explains { - :bob5694 :complies true. + :alice694 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5695 :does :work_related_task. - :bob5695 :does :log_off_at_end_of_shift. + :alice695 :does :log_off_at_end_of_shift. } log:explains { - :bob5695 :complies true. + :alice695 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5696 :does :work_related_task. - :bob5696 :does :log_off_at_end_of_shift. + :alice696 :does :log_off_at_end_of_shift. } log:explains { - :bob5696 :complies true. + :alice696 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5697 :does :work_related_task. - :bob5697 :does :log_off_at_end_of_shift. + :alice697 :does :log_off_at_end_of_shift. } log:explains { - :bob5697 :complies true. + :alice697 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5698 :does :work_related_task. - :bob5698 :does :log_off_at_end_of_shift. + :alice698 :does :log_off_at_end_of_shift. } log:explains { - :bob5698 :complies true. + :alice698 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5699 :does :work_related_task. - :bob5699 :does :log_off_at_end_of_shift. + :alice699 :does :log_off_at_end_of_shift. } log:explains { - :bob5699 :complies true. + :alice699 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5700 :does :work_related_task. - :bob5700 :does :log_off_at_end_of_shift. + :alice700 :does :log_off_at_end_of_shift. } log:explains { - :bob5700 :complies true. + :alice700 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5701 :does :work_related_task. - :bob5701 :does :log_off_at_end_of_shift. + :alice701 :does :log_off_at_end_of_shift. } log:explains { - :bob5701 :complies true. + :alice701 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5702 :does :work_related_task. - :bob5702 :does :log_off_at_end_of_shift. + :alice702 :does :log_off_at_end_of_shift. } log:explains { - :bob5702 :complies true. + :alice702 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5703 :does :work_related_task. - :bob5703 :does :log_off_at_end_of_shift. + :alice703 :does :log_off_at_end_of_shift. } log:explains { - :bob5703 :complies true. + :alice703 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5704 :does :work_related_task. - :bob5704 :does :log_off_at_end_of_shift. + :alice704 :does :log_off_at_end_of_shift. } log:explains { - :bob5704 :complies true. + :alice704 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5705 :does :work_related_task. - :bob5705 :does :log_off_at_end_of_shift. + :alice705 :does :log_off_at_end_of_shift. } log:explains { - :bob5705 :complies true. + :alice705 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5706 :does :work_related_task. - :bob5706 :does :log_off_at_end_of_shift. + :alice706 :does :log_off_at_end_of_shift. } log:explains { - :bob5706 :complies true. + :alice706 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5707 :does :work_related_task. - :bob5707 :does :log_off_at_end_of_shift. + :alice707 :does :log_off_at_end_of_shift. } log:explains { - :bob5707 :complies true. + :alice707 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5708 :does :work_related_task. - :bob5708 :does :log_off_at_end_of_shift. + :alice708 :does :log_off_at_end_of_shift. } log:explains { - :bob5708 :complies true. + :alice708 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5709 :does :work_related_task. - :bob5709 :does :log_off_at_end_of_shift. + :alice709 :does :log_off_at_end_of_shift. } log:explains { - :bob5709 :complies true. + :alice709 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5710 :does :work_related_task. - :bob5710 :does :log_off_at_end_of_shift. + :alice710 :does :log_off_at_end_of_shift. } log:explains { - :bob5710 :complies true. + :alice710 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5711 :does :work_related_task. - :bob5711 :does :log_off_at_end_of_shift. + :alice711 :does :log_off_at_end_of_shift. } log:explains { - :bob5711 :complies true. + :alice711 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5712 :does :work_related_task. - :bob5712 :does :log_off_at_end_of_shift. + :alice712 :does :log_off_at_end_of_shift. } log:explains { - :bob5712 :complies true. + :alice712 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5713 :does :work_related_task. - :bob5713 :does :log_off_at_end_of_shift. + :alice713 :does :log_off_at_end_of_shift. } log:explains { - :bob5713 :complies true. + :alice713 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5714 :does :work_related_task. - :bob5714 :does :log_off_at_end_of_shift. + :alice714 :does :log_off_at_end_of_shift. } log:explains { - :bob5714 :complies true. + :alice714 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5715 :does :work_related_task. - :bob5715 :does :log_off_at_end_of_shift. + :alice715 :does :log_off_at_end_of_shift. } log:explains { - :bob5715 :complies true. + :alice715 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5716 :does :work_related_task. - :bob5716 :does :log_off_at_end_of_shift. + :alice716 :does :log_off_at_end_of_shift. } log:explains { - :bob5716 :complies true. + :alice716 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5717 :does :work_related_task. - :bob5717 :does :log_off_at_end_of_shift. + :alice717 :does :log_off_at_end_of_shift. } log:explains { - :bob5717 :complies true. + :alice717 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5718 :does :work_related_task. - :bob5718 :does :log_off_at_end_of_shift. + :alice718 :does :log_off_at_end_of_shift. } log:explains { - :bob5718 :complies true. + :alice718 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5719 :does :work_related_task. - :bob5719 :does :log_off_at_end_of_shift. + :alice719 :does :log_off_at_end_of_shift. } log:explains { - :bob5719 :complies true. + :alice719 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5720 :does :work_related_task. - :bob5720 :does :log_off_at_end_of_shift. + :alice720 :does :log_off_at_end_of_shift. } log:explains { - :bob5720 :complies true. + :alice720 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5721 :does :work_related_task. - :bob5721 :does :log_off_at_end_of_shift. + :alice721 :does :log_off_at_end_of_shift. } log:explains { - :bob5721 :complies true. + :alice721 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5722 :does :work_related_task. - :bob5722 :does :log_off_at_end_of_shift. + :alice722 :does :log_off_at_end_of_shift. } log:explains { - :bob5722 :complies true. + :alice722 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5723 :does :work_related_task. - :bob5723 :does :log_off_at_end_of_shift. + :alice723 :does :log_off_at_end_of_shift. } log:explains { - :bob5723 :complies true. + :alice723 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5724 :does :work_related_task. - :bob5724 :does :log_off_at_end_of_shift. + :alice724 :does :log_off_at_end_of_shift. } log:explains { - :bob5724 :complies true. + :alice724 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5725 :does :work_related_task. - :bob5725 :does :log_off_at_end_of_shift. + :alice725 :does :log_off_at_end_of_shift. } log:explains { - :bob5725 :complies true. + :alice725 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5726 :does :work_related_task. - :bob5726 :does :log_off_at_end_of_shift. + :alice726 :does :log_off_at_end_of_shift. } log:explains { - :bob5726 :complies true. + :alice726 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5727 :does :work_related_task. - :bob5727 :does :log_off_at_end_of_shift. + :alice727 :does :log_off_at_end_of_shift. } log:explains { - :bob5727 :complies true. + :alice727 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5728 :does :work_related_task. - :bob5728 :does :log_off_at_end_of_shift. + :alice728 :does :log_off_at_end_of_shift. } log:explains { - :bob5728 :complies true. + :alice728 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5729 :does :work_related_task. - :bob5729 :does :log_off_at_end_of_shift. + :alice729 :does :log_off_at_end_of_shift. } log:explains { - :bob5729 :complies true. + :alice729 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5730 :does :work_related_task. - :bob5730 :does :log_off_at_end_of_shift. + :alice730 :does :log_off_at_end_of_shift. } log:explains { - :bob5730 :complies true. + :alice730 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5731 :does :work_related_task. - :bob5731 :does :log_off_at_end_of_shift. + :alice731 :does :log_off_at_end_of_shift. } log:explains { - :bob5731 :complies true. + :alice731 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5732 :does :work_related_task. - :bob5732 :does :log_off_at_end_of_shift. + :alice732 :does :log_off_at_end_of_shift. } log:explains { - :bob5732 :complies true. + :alice732 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5733 :does :work_related_task. - :bob5733 :does :log_off_at_end_of_shift. + :alice733 :does :log_off_at_end_of_shift. } log:explains { - :bob5733 :complies true. + :alice733 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5734 :does :work_related_task. - :bob5734 :does :log_off_at_end_of_shift. + :alice734 :does :log_off_at_end_of_shift. } log:explains { - :bob5734 :complies true. + :alice734 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5735 :does :work_related_task. - :bob5735 :does :log_off_at_end_of_shift. + :alice735 :does :log_off_at_end_of_shift. } log:explains { - :bob5735 :complies true. + :alice735 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5736 :does :work_related_task. - :bob5736 :does :log_off_at_end_of_shift. + :alice736 :does :log_off_at_end_of_shift. } log:explains { - :bob5736 :complies true. + :alice736 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5737 :does :work_related_task. - :bob5737 :does :log_off_at_end_of_shift. + :alice737 :does :log_off_at_end_of_shift. } log:explains { - :bob5737 :complies true. + :alice737 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5738 :does :work_related_task. - :bob5738 :does :log_off_at_end_of_shift. + :alice738 :does :log_off_at_end_of_shift. } log:explains { - :bob5738 :complies true. + :alice738 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5739 :does :work_related_task. - :bob5739 :does :log_off_at_end_of_shift. + :alice739 :does :log_off_at_end_of_shift. } log:explains { - :bob5739 :complies true. + :alice739 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5740 :does :work_related_task. - :bob5740 :does :log_off_at_end_of_shift. + :alice740 :does :log_off_at_end_of_shift. } log:explains { - :bob5740 :complies true. + :alice740 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5741 :does :work_related_task. - :bob5741 :does :log_off_at_end_of_shift. + :alice741 :does :log_off_at_end_of_shift. } log:explains { - :bob5741 :complies true. + :alice741 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5742 :does :work_related_task. - :bob5742 :does :log_off_at_end_of_shift. + :alice742 :does :log_off_at_end_of_shift. } log:explains { - :bob5742 :complies true. + :alice742 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5743 :does :work_related_task. - :bob5743 :does :log_off_at_end_of_shift. + :alice743 :does :log_off_at_end_of_shift. } log:explains { - :bob5743 :complies true. + :alice743 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5744 :does :work_related_task. - :bob5744 :does :log_off_at_end_of_shift. + :alice744 :does :log_off_at_end_of_shift. } log:explains { - :bob5744 :complies true. + :alice744 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5745 :does :work_related_task. - :bob5745 :does :log_off_at_end_of_shift. + :alice745 :does :log_off_at_end_of_shift. } log:explains { - :bob5745 :complies true. + :alice745 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5746 :does :work_related_task. - :bob5746 :does :log_off_at_end_of_shift. + :alice746 :does :log_off_at_end_of_shift. } log:explains { - :bob5746 :complies true. + :alice746 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5747 :does :work_related_task. - :bob5747 :does :log_off_at_end_of_shift. + :alice747 :does :log_off_at_end_of_shift. } log:explains { - :bob5747 :complies true. + :alice747 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5748 :does :work_related_task. - :bob5748 :does :log_off_at_end_of_shift. + :alice748 :does :log_off_at_end_of_shift. } log:explains { - :bob5748 :complies true. + :alice748 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5749 :does :work_related_task. - :bob5749 :does :log_off_at_end_of_shift. + :alice749 :does :log_off_at_end_of_shift. } log:explains { - :bob5749 :complies true. + :alice749 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5750 :does :work_related_task. - :bob5750 :does :log_off_at_end_of_shift. + :alice750 :does :log_off_at_end_of_shift. } log:explains { - :bob5750 :complies true. + :alice750 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5751 :does :work_related_task. - :bob5751 :does :log_off_at_end_of_shift. + :alice751 :does :log_off_at_end_of_shift. } log:explains { - :bob5751 :complies true. + :alice751 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5752 :does :work_related_task. - :bob5752 :does :log_off_at_end_of_shift. + :alice752 :does :log_off_at_end_of_shift. } log:explains { - :bob5752 :complies true. + :alice752 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5753 :does :work_related_task. - :bob5753 :does :log_off_at_end_of_shift. + :alice753 :does :log_off_at_end_of_shift. } log:explains { - :bob5753 :complies true. + :alice753 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5754 :does :work_related_task. - :bob5754 :does :log_off_at_end_of_shift. + :alice754 :does :log_off_at_end_of_shift. } log:explains { - :bob5754 :complies true. + :alice754 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5755 :does :work_related_task. - :bob5755 :does :log_off_at_end_of_shift. + :alice755 :does :log_off_at_end_of_shift. } log:explains { - :bob5755 :complies true. + :alice755 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5756 :does :work_related_task. - :bob5756 :does :log_off_at_end_of_shift. + :alice756 :does :log_off_at_end_of_shift. } log:explains { - :bob5756 :complies true. + :alice756 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5757 :does :work_related_task. - :bob5757 :does :log_off_at_end_of_shift. + :alice757 :does :log_off_at_end_of_shift. } log:explains { - :bob5757 :complies true. + :alice757 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5758 :does :work_related_task. - :bob5758 :does :log_off_at_end_of_shift. + :alice758 :does :log_off_at_end_of_shift. } log:explains { - :bob5758 :complies true. + :alice758 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5759 :does :work_related_task. - :bob5759 :does :log_off_at_end_of_shift. + :alice759 :does :log_off_at_end_of_shift. } log:explains { - :bob5759 :complies true. + :alice759 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5760 :does :work_related_task. - :bob5760 :does :log_off_at_end_of_shift. + :alice760 :does :log_off_at_end_of_shift. } log:explains { - :bob5760 :complies true. + :alice760 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5761 :does :work_related_task. - :bob5761 :does :log_off_at_end_of_shift. + :alice761 :does :log_off_at_end_of_shift. } log:explains { - :bob5761 :complies true. + :alice761 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5762 :does :work_related_task. - :bob5762 :does :log_off_at_end_of_shift. + :alice762 :does :log_off_at_end_of_shift. } log:explains { - :bob5762 :complies true. + :alice762 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5763 :does :work_related_task. - :bob5763 :does :log_off_at_end_of_shift. + :alice763 :does :log_off_at_end_of_shift. } log:explains { - :bob5763 :complies true. + :alice763 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5764 :does :work_related_task. - :bob5764 :does :log_off_at_end_of_shift. + :alice764 :does :log_off_at_end_of_shift. } log:explains { - :bob5764 :complies true. + :alice764 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5765 :does :work_related_task. - :bob5765 :does :log_off_at_end_of_shift. + :alice765 :does :log_off_at_end_of_shift. } log:explains { - :bob5765 :complies true. + :alice765 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5766 :does :work_related_task. - :bob5766 :does :log_off_at_end_of_shift. + :alice766 :does :log_off_at_end_of_shift. } log:explains { - :bob5766 :complies true. + :alice766 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5767 :does :work_related_task. - :bob5767 :does :log_off_at_end_of_shift. + :alice767 :does :log_off_at_end_of_shift. } log:explains { - :bob5767 :complies true. + :alice767 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5768 :does :work_related_task. - :bob5768 :does :log_off_at_end_of_shift. + :alice768 :does :log_off_at_end_of_shift. } log:explains { - :bob5768 :complies true. + :alice768 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5769 :does :work_related_task. - :bob5769 :does :log_off_at_end_of_shift. + :alice769 :does :log_off_at_end_of_shift. } log:explains { - :bob5769 :complies true. + :alice769 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5770 :does :work_related_task. - :bob5770 :does :log_off_at_end_of_shift. + :alice770 :does :log_off_at_end_of_shift. } log:explains { - :bob5770 :complies true. + :alice770 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5771 :does :work_related_task. - :bob5771 :does :log_off_at_end_of_shift. + :alice771 :does :log_off_at_end_of_shift. } log:explains { - :bob5771 :complies true. + :alice771 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5772 :does :work_related_task. - :bob5772 :does :log_off_at_end_of_shift. + :alice772 :does :log_off_at_end_of_shift. } log:explains { - :bob5772 :complies true. + :alice772 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5773 :does :work_related_task. - :bob5773 :does :log_off_at_end_of_shift. + :alice773 :does :log_off_at_end_of_shift. } log:explains { - :bob5773 :complies true. + :alice773 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5774 :does :work_related_task. - :bob5774 :does :log_off_at_end_of_shift. + :alice774 :does :log_off_at_end_of_shift. } log:explains { - :bob5774 :complies true. + :alice774 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5775 :does :work_related_task. - :bob5775 :does :log_off_at_end_of_shift. + :alice775 :does :log_off_at_end_of_shift. } log:explains { - :bob5775 :complies true. + :alice775 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5776 :does :work_related_task. - :bob5776 :does :log_off_at_end_of_shift. + :alice776 :does :log_off_at_end_of_shift. } log:explains { - :bob5776 :complies true. + :alice776 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5777 :does :work_related_task. - :bob5777 :does :log_off_at_end_of_shift. + :alice777 :does :log_off_at_end_of_shift. } log:explains { - :bob5777 :complies true. + :alice777 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5778 :does :work_related_task. - :bob5778 :does :log_off_at_end_of_shift. + :alice778 :does :log_off_at_end_of_shift. } log:explains { - :bob5778 :complies true. + :alice778 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5779 :does :work_related_task. - :bob5779 :does :log_off_at_end_of_shift. + :alice779 :does :log_off_at_end_of_shift. } log:explains { - :bob5779 :complies true. + :alice779 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5780 :does :work_related_task. - :bob5780 :does :log_off_at_end_of_shift. + :alice780 :does :log_off_at_end_of_shift. } log:explains { - :bob5780 :complies true. + :alice780 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5781 :does :work_related_task. - :bob5781 :does :log_off_at_end_of_shift. + :alice781 :does :log_off_at_end_of_shift. } log:explains { - :bob5781 :complies true. + :alice781 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5782 :does :work_related_task. - :bob5782 :does :log_off_at_end_of_shift. + :alice782 :does :log_off_at_end_of_shift. } log:explains { - :bob5782 :complies true. + :alice782 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5783 :does :work_related_task. - :bob5783 :does :log_off_at_end_of_shift. + :alice783 :does :log_off_at_end_of_shift. } log:explains { - :bob5783 :complies true. + :alice783 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5784 :does :work_related_task. - :bob5784 :does :log_off_at_end_of_shift. + :alice784 :does :log_off_at_end_of_shift. } log:explains { - :bob5784 :complies true. + :alice784 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5785 :does :work_related_task. - :bob5785 :does :log_off_at_end_of_shift. + :alice785 :does :log_off_at_end_of_shift. } log:explains { - :bob5785 :complies true. + :alice785 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5786 :does :work_related_task. - :bob5786 :does :log_off_at_end_of_shift. + :alice786 :does :log_off_at_end_of_shift. } log:explains { - :bob5786 :complies true. + :alice786 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5787 :does :work_related_task. - :bob5787 :does :log_off_at_end_of_shift. + :alice787 :does :log_off_at_end_of_shift. } log:explains { - :bob5787 :complies true. + :alice787 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5788 :does :work_related_task. - :bob5788 :does :log_off_at_end_of_shift. + :alice788 :does :log_off_at_end_of_shift. } log:explains { - :bob5788 :complies true. + :alice788 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5789 :does :work_related_task. - :bob5789 :does :log_off_at_end_of_shift. + :alice789 :does :log_off_at_end_of_shift. } log:explains { - :bob5789 :complies true. + :alice789 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5790 :does :work_related_task. - :bob5790 :does :log_off_at_end_of_shift. + :alice790 :does :log_off_at_end_of_shift. } log:explains { - :bob5790 :complies true. + :alice790 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5791 :does :work_related_task. - :bob5791 :does :log_off_at_end_of_shift. + :alice791 :does :log_off_at_end_of_shift. } log:explains { - :bob5791 :complies true. + :alice791 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5792 :does :work_related_task. - :bob5792 :does :log_off_at_end_of_shift. + :alice792 :does :log_off_at_end_of_shift. } log:explains { - :bob5792 :complies true. + :alice792 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5793 :does :work_related_task. - :bob5793 :does :log_off_at_end_of_shift. + :alice793 :does :log_off_at_end_of_shift. } log:explains { - :bob5793 :complies true. + :alice793 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5794 :does :work_related_task. - :bob5794 :does :log_off_at_end_of_shift. + :alice794 :does :log_off_at_end_of_shift. } log:explains { - :bob5794 :complies true. + :alice794 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5795 :does :work_related_task. - :bob5795 :does :log_off_at_end_of_shift. + :alice795 :does :log_off_at_end_of_shift. } log:explains { - :bob5795 :complies true. + :alice795 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5796 :does :work_related_task. - :bob5796 :does :log_off_at_end_of_shift. + :alice796 :does :log_off_at_end_of_shift. } log:explains { - :bob5796 :complies true. + :alice796 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5797 :does :work_related_task. - :bob5797 :does :log_off_at_end_of_shift. + :alice797 :does :log_off_at_end_of_shift. } log:explains { - :bob5797 :complies true. + :alice797 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5798 :does :work_related_task. - :bob5798 :does :log_off_at_end_of_shift. + :alice798 :does :log_off_at_end_of_shift. } log:explains { - :bob5798 :complies true. + :alice798 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5799 :does :work_related_task. - :bob5799 :does :log_off_at_end_of_shift. + :alice799 :does :log_off_at_end_of_shift. } log:explains { - :bob5799 :complies true. + :alice799 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5800 :does :work_related_task. - :bob5800 :does :log_off_at_end_of_shift. + :alice800 :does :log_off_at_end_of_shift. } log:explains { - :bob5800 :complies true. + :alice800 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5801 :does :work_related_task. - :bob5801 :does :log_off_at_end_of_shift. + :alice801 :does :log_off_at_end_of_shift. } log:explains { - :bob5801 :complies true. + :alice801 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5802 :does :work_related_task. - :bob5802 :does :log_off_at_end_of_shift. + :alice802 :does :log_off_at_end_of_shift. } log:explains { - :bob5802 :complies true. + :alice802 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5803 :does :work_related_task. - :bob5803 :does :log_off_at_end_of_shift. + :alice803 :does :log_off_at_end_of_shift. } log:explains { - :bob5803 :complies true. + :alice803 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5804 :does :work_related_task. - :bob5804 :does :log_off_at_end_of_shift. + :alice804 :does :log_off_at_end_of_shift. } log:explains { - :bob5804 :complies true. + :alice804 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5805 :does :work_related_task. - :bob5805 :does :log_off_at_end_of_shift. + :alice805 :does :log_off_at_end_of_shift. } log:explains { - :bob5805 :complies true. + :alice805 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5806 :does :work_related_task. - :bob5806 :does :log_off_at_end_of_shift. + :alice806 :does :log_off_at_end_of_shift. } log:explains { - :bob5806 :complies true. + :alice806 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5807 :does :work_related_task. - :bob5807 :does :log_off_at_end_of_shift. + :alice807 :does :log_off_at_end_of_shift. } log:explains { - :bob5807 :complies true. + :alice807 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5808 :does :work_related_task. - :bob5808 :does :log_off_at_end_of_shift. + :alice808 :does :log_off_at_end_of_shift. } log:explains { - :bob5808 :complies true. + :alice808 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5809 :does :work_related_task. - :bob5809 :does :log_off_at_end_of_shift. + :alice809 :does :log_off_at_end_of_shift. } log:explains { - :bob5809 :complies true. + :alice809 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5810 :does :work_related_task. - :bob5810 :does :log_off_at_end_of_shift. + :alice810 :does :log_off_at_end_of_shift. } log:explains { - :bob5810 :complies true. + :alice810 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5811 :does :work_related_task. - :bob5811 :does :log_off_at_end_of_shift. + :alice811 :does :log_off_at_end_of_shift. } log:explains { - :bob5811 :complies true. + :alice811 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5812 :does :work_related_task. - :bob5812 :does :log_off_at_end_of_shift. + :alice812 :does :log_off_at_end_of_shift. } log:explains { - :bob5812 :complies true. + :alice812 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5813 :does :work_related_task. - :bob5813 :does :log_off_at_end_of_shift. + :alice813 :does :log_off_at_end_of_shift. } log:explains { - :bob5813 :complies true. + :alice813 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5814 :does :work_related_task. - :bob5814 :does :log_off_at_end_of_shift. + :alice814 :does :log_off_at_end_of_shift. } log:explains { - :bob5814 :complies true. + :alice814 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5815 :does :work_related_task. - :bob5815 :does :log_off_at_end_of_shift. + :alice815 :does :log_off_at_end_of_shift. } log:explains { - :bob5815 :complies true. + :alice815 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5816 :does :work_related_task. - :bob5816 :does :log_off_at_end_of_shift. + :alice816 :does :log_off_at_end_of_shift. } log:explains { - :bob5816 :complies true. + :alice816 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5817 :does :work_related_task. - :bob5817 :does :log_off_at_end_of_shift. + :alice817 :does :log_off_at_end_of_shift. } log:explains { - :bob5817 :complies true. + :alice817 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5818 :does :work_related_task. - :bob5818 :does :log_off_at_end_of_shift. + :alice818 :does :log_off_at_end_of_shift. } log:explains { - :bob5818 :complies true. + :alice818 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5819 :does :work_related_task. - :bob5819 :does :log_off_at_end_of_shift. + :alice819 :does :log_off_at_end_of_shift. } log:explains { - :bob5819 :complies true. + :alice819 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5820 :does :work_related_task. - :bob5820 :does :log_off_at_end_of_shift. + :alice820 :does :log_off_at_end_of_shift. } log:explains { - :bob5820 :complies true. + :alice820 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5821 :does :work_related_task. - :bob5821 :does :log_off_at_end_of_shift. + :alice821 :does :log_off_at_end_of_shift. } log:explains { - :bob5821 :complies true. + :alice821 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5822 :does :work_related_task. - :bob5822 :does :log_off_at_end_of_shift. + :alice822 :does :log_off_at_end_of_shift. } log:explains { - :bob5822 :complies true. + :alice822 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5823 :does :work_related_task. - :bob5823 :does :log_off_at_end_of_shift. + :alice823 :does :log_off_at_end_of_shift. } log:explains { - :bob5823 :complies true. + :alice823 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5824 :does :work_related_task. - :bob5824 :does :log_off_at_end_of_shift. + :alice824 :does :log_off_at_end_of_shift. } log:explains { - :bob5824 :complies true. + :alice824 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5825 :does :work_related_task. - :bob5825 :does :log_off_at_end_of_shift. + :alice825 :does :log_off_at_end_of_shift. } log:explains { - :bob5825 :complies true. + :alice825 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5826 :does :work_related_task. - :bob5826 :does :log_off_at_end_of_shift. + :alice826 :does :log_off_at_end_of_shift. } log:explains { - :bob5826 :complies true. + :alice826 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5827 :does :work_related_task. - :bob5827 :does :log_off_at_end_of_shift. + :alice827 :does :log_off_at_end_of_shift. } log:explains { - :bob5827 :complies true. + :alice827 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5828 :does :work_related_task. - :bob5828 :does :log_off_at_end_of_shift. + :alice828 :does :log_off_at_end_of_shift. } log:explains { - :bob5828 :complies true. + :alice828 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5829 :does :work_related_task. - :bob5829 :does :log_off_at_end_of_shift. + :alice829 :does :log_off_at_end_of_shift. } log:explains { - :bob5829 :complies true. + :alice829 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5830 :does :work_related_task. - :bob5830 :does :log_off_at_end_of_shift. + :alice830 :does :log_off_at_end_of_shift. } log:explains { - :bob5830 :complies true. + :alice830 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5831 :does :work_related_task. - :bob5831 :does :log_off_at_end_of_shift. + :alice831 :does :log_off_at_end_of_shift. } log:explains { - :bob5831 :complies true. + :alice831 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5832 :does :work_related_task. - :bob5832 :does :log_off_at_end_of_shift. + :alice832 :does :log_off_at_end_of_shift. } log:explains { - :bob5832 :complies true. + :alice832 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5833 :does :work_related_task. - :bob5833 :does :log_off_at_end_of_shift. + :alice833 :does :log_off_at_end_of_shift. } log:explains { - :bob5833 :complies true. + :alice833 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5834 :does :work_related_task. - :bob5834 :does :log_off_at_end_of_shift. + :alice834 :does :log_off_at_end_of_shift. } log:explains { - :bob5834 :complies true. + :alice834 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5835 :does :work_related_task. - :bob5835 :does :log_off_at_end_of_shift. + :alice835 :does :log_off_at_end_of_shift. } log:explains { - :bob5835 :complies true. + :alice835 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5836 :does :work_related_task. - :bob5836 :does :log_off_at_end_of_shift. + :alice836 :does :log_off_at_end_of_shift. } log:explains { - :bob5836 :complies true. + :alice836 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5837 :does :work_related_task. - :bob5837 :does :log_off_at_end_of_shift. + :alice837 :does :log_off_at_end_of_shift. } log:explains { - :bob5837 :complies true. + :alice837 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5838 :does :work_related_task. - :bob5838 :does :log_off_at_end_of_shift. + :alice838 :does :log_off_at_end_of_shift. } log:explains { - :bob5838 :complies true. + :alice838 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5839 :does :work_related_task. - :bob5839 :does :log_off_at_end_of_shift. + :alice839 :does :log_off_at_end_of_shift. } log:explains { - :bob5839 :complies true. + :alice839 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5840 :does :work_related_task. - :bob5840 :does :log_off_at_end_of_shift. + :alice840 :does :log_off_at_end_of_shift. } log:explains { - :bob5840 :complies true. + :alice840 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5841 :does :work_related_task. - :bob5841 :does :log_off_at_end_of_shift. + :alice841 :does :log_off_at_end_of_shift. } log:explains { - :bob5841 :complies true. + :alice841 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5842 :does :work_related_task. - :bob5842 :does :log_off_at_end_of_shift. + :alice842 :does :log_off_at_end_of_shift. } log:explains { - :bob5842 :complies true. + :alice842 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5843 :does :work_related_task. - :bob5843 :does :log_off_at_end_of_shift. + :alice843 :does :log_off_at_end_of_shift. } log:explains { - :bob5843 :complies true. + :alice843 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5844 :does :work_related_task. - :bob5844 :does :log_off_at_end_of_shift. + :alice844 :does :log_off_at_end_of_shift. } log:explains { - :bob5844 :complies true. + :alice844 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5845 :does :work_related_task. - :bob5845 :does :log_off_at_end_of_shift. + :alice845 :does :log_off_at_end_of_shift. } log:explains { - :bob5845 :complies true. + :alice845 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5846 :does :work_related_task. - :bob5846 :does :log_off_at_end_of_shift. + :alice846 :does :log_off_at_end_of_shift. } log:explains { - :bob5846 :complies true. + :alice846 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5847 :does :work_related_task. - :bob5847 :does :log_off_at_end_of_shift. + :alice847 :does :log_off_at_end_of_shift. } log:explains { - :bob5847 :complies true. + :alice847 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5848 :does :work_related_task. - :bob5848 :does :log_off_at_end_of_shift. + :alice848 :does :log_off_at_end_of_shift. } log:explains { - :bob5848 :complies true. + :alice848 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5849 :does :work_related_task. - :bob5849 :does :log_off_at_end_of_shift. + :alice849 :does :log_off_at_end_of_shift. } log:explains { - :bob5849 :complies true. + :alice849 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5850 :does :work_related_task. - :bob5850 :does :log_off_at_end_of_shift. + :alice850 :does :log_off_at_end_of_shift. } log:explains { - :bob5850 :complies true. + :alice850 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5851 :does :work_related_task. - :bob5851 :does :log_off_at_end_of_shift. + :alice851 :does :log_off_at_end_of_shift. } log:explains { - :bob5851 :complies true. + :alice851 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5852 :does :work_related_task. - :bob5852 :does :log_off_at_end_of_shift. + :alice852 :does :log_off_at_end_of_shift. } log:explains { - :bob5852 :complies true. + :alice852 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5853 :does :work_related_task. - :bob5853 :does :log_off_at_end_of_shift. + :alice853 :does :log_off_at_end_of_shift. } log:explains { - :bob5853 :complies true. + :alice853 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5854 :does :work_related_task. - :bob5854 :does :log_off_at_end_of_shift. + :alice854 :does :log_off_at_end_of_shift. } log:explains { - :bob5854 :complies true. + :alice854 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5855 :does :work_related_task. - :bob5855 :does :log_off_at_end_of_shift. + :alice855 :does :log_off_at_end_of_shift. } log:explains { - :bob5855 :complies true. + :alice855 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5856 :does :work_related_task. - :bob5856 :does :log_off_at_end_of_shift. + :alice856 :does :log_off_at_end_of_shift. } log:explains { - :bob5856 :complies true. + :alice856 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5857 :does :work_related_task. - :bob5857 :does :log_off_at_end_of_shift. + :alice857 :does :log_off_at_end_of_shift. } log:explains { - :bob5857 :complies true. + :alice857 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5858 :does :work_related_task. - :bob5858 :does :log_off_at_end_of_shift. + :alice858 :does :log_off_at_end_of_shift. } log:explains { - :bob5858 :complies true. + :alice858 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5859 :does :work_related_task. - :bob5859 :does :log_off_at_end_of_shift. + :alice859 :does :log_off_at_end_of_shift. } log:explains { - :bob5859 :complies true. + :alice859 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5860 :does :work_related_task. - :bob5860 :does :log_off_at_end_of_shift. + :alice860 :does :log_off_at_end_of_shift. } log:explains { - :bob5860 :complies true. + :alice860 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5861 :does :work_related_task. - :bob5861 :does :log_off_at_end_of_shift. + :alice861 :does :log_off_at_end_of_shift. } log:explains { - :bob5861 :complies true. + :alice861 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5862 :does :work_related_task. - :bob5862 :does :log_off_at_end_of_shift. + :alice862 :does :log_off_at_end_of_shift. } log:explains { - :bob5862 :complies true. + :alice862 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5863 :does :work_related_task. - :bob5863 :does :log_off_at_end_of_shift. + :alice863 :does :log_off_at_end_of_shift. } log:explains { - :bob5863 :complies true. + :alice863 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5864 :does :work_related_task. - :bob5864 :does :log_off_at_end_of_shift. + :alice864 :does :log_off_at_end_of_shift. } log:explains { - :bob5864 :complies true. + :alice864 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5865 :does :work_related_task. - :bob5865 :does :log_off_at_end_of_shift. + :alice865 :does :log_off_at_end_of_shift. } log:explains { - :bob5865 :complies true. + :alice865 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5866 :does :work_related_task. - :bob5866 :does :log_off_at_end_of_shift. + :alice866 :does :log_off_at_end_of_shift. } log:explains { - :bob5866 :complies true. + :alice866 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5867 :does :work_related_task. - :bob5867 :does :log_off_at_end_of_shift. + :alice867 :does :log_off_at_end_of_shift. } log:explains { - :bob5867 :complies true. + :alice867 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5868 :does :work_related_task. - :bob5868 :does :log_off_at_end_of_shift. + :alice868 :does :log_off_at_end_of_shift. } log:explains { - :bob5868 :complies true. + :alice868 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5869 :does :work_related_task. - :bob5869 :does :log_off_at_end_of_shift. + :alice869 :does :log_off_at_end_of_shift. } log:explains { - :bob5869 :complies true. + :alice869 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5870 :does :work_related_task. - :bob5870 :does :log_off_at_end_of_shift. + :alice870 :does :log_off_at_end_of_shift. } log:explains { - :bob5870 :complies true. + :alice870 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5871 :does :work_related_task. - :bob5871 :does :log_off_at_end_of_shift. + :alice871 :does :log_off_at_end_of_shift. } log:explains { - :bob5871 :complies true. + :alice871 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5872 :does :work_related_task. - :bob5872 :does :log_off_at_end_of_shift. + :alice872 :does :log_off_at_end_of_shift. } log:explains { - :bob5872 :complies true. + :alice872 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5873 :does :work_related_task. - :bob5873 :does :log_off_at_end_of_shift. + :alice873 :does :log_off_at_end_of_shift. } log:explains { - :bob5873 :complies true. + :alice873 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5874 :does :work_related_task. - :bob5874 :does :log_off_at_end_of_shift. + :alice874 :does :log_off_at_end_of_shift. } log:explains { - :bob5874 :complies true. + :alice874 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5875 :does :work_related_task. - :bob5875 :does :log_off_at_end_of_shift. + :alice875 :does :log_off_at_end_of_shift. } log:explains { - :bob5875 :complies true. + :alice875 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5876 :does :work_related_task. - :bob5876 :does :log_off_at_end_of_shift. + :alice876 :does :log_off_at_end_of_shift. } log:explains { - :bob5876 :complies true. + :alice876 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5877 :does :work_related_task. - :bob5877 :does :log_off_at_end_of_shift. + :alice877 :does :log_off_at_end_of_shift. } log:explains { - :bob5877 :complies true. + :alice877 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5878 :does :work_related_task. - :bob5878 :does :log_off_at_end_of_shift. + :alice878 :does :log_off_at_end_of_shift. } log:explains { - :bob5878 :complies true. + :alice878 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5879 :does :work_related_task. - :bob5879 :does :log_off_at_end_of_shift. + :alice879 :does :log_off_at_end_of_shift. } log:explains { - :bob5879 :complies true. + :alice879 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5880 :does :work_related_task. - :bob5880 :does :log_off_at_end_of_shift. + :alice880 :does :log_off_at_end_of_shift. } log:explains { - :bob5880 :complies true. + :alice880 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5881 :does :work_related_task. - :bob5881 :does :log_off_at_end_of_shift. + :alice881 :does :log_off_at_end_of_shift. } log:explains { - :bob5881 :complies true. + :alice881 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5882 :does :work_related_task. - :bob5882 :does :log_off_at_end_of_shift. + :alice882 :does :log_off_at_end_of_shift. } log:explains { - :bob5882 :complies true. + :alice882 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5883 :does :work_related_task. - :bob5883 :does :log_off_at_end_of_shift. + :alice883 :does :log_off_at_end_of_shift. } log:explains { - :bob5883 :complies true. + :alice883 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5884 :does :work_related_task. - :bob5884 :does :log_off_at_end_of_shift. + :alice884 :does :log_off_at_end_of_shift. } log:explains { - :bob5884 :complies true. + :alice884 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5885 :does :work_related_task. - :bob5885 :does :log_off_at_end_of_shift. + :alice885 :does :log_off_at_end_of_shift. } log:explains { - :bob5885 :complies true. + :alice885 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5886 :does :work_related_task. - :bob5886 :does :log_off_at_end_of_shift. + :alice886 :does :log_off_at_end_of_shift. } log:explains { - :bob5886 :complies true. + :alice886 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5887 :does :work_related_task. - :bob5887 :does :log_off_at_end_of_shift. + :alice887 :does :log_off_at_end_of_shift. } log:explains { - :bob5887 :complies true. + :alice887 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5888 :does :work_related_task. - :bob5888 :does :log_off_at_end_of_shift. + :alice888 :does :log_off_at_end_of_shift. } log:explains { - :bob5888 :complies true. + :alice888 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5889 :does :work_related_task. - :bob5889 :does :log_off_at_end_of_shift. + :alice889 :does :log_off_at_end_of_shift. } log:explains { - :bob5889 :complies true. + :alice889 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5890 :does :work_related_task. - :bob5890 :does :log_off_at_end_of_shift. + :alice890 :does :log_off_at_end_of_shift. } log:explains { - :bob5890 :complies true. + :alice890 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5891 :does :work_related_task. - :bob5891 :does :log_off_at_end_of_shift. + :alice891 :does :log_off_at_end_of_shift. } log:explains { - :bob5891 :complies true. + :alice891 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5892 :does :work_related_task. - :bob5892 :does :log_off_at_end_of_shift. + :alice892 :does :log_off_at_end_of_shift. } log:explains { - :bob5892 :complies true. + :alice892 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5893 :does :work_related_task. - :bob5893 :does :log_off_at_end_of_shift. + :alice893 :does :log_off_at_end_of_shift. } log:explains { - :bob5893 :complies true. + :alice893 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5894 :does :work_related_task. - :bob5894 :does :log_off_at_end_of_shift. + :alice894 :does :log_off_at_end_of_shift. } log:explains { - :bob5894 :complies true. + :alice894 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5895 :does :work_related_task. - :bob5895 :does :log_off_at_end_of_shift. + :alice895 :does :log_off_at_end_of_shift. } log:explains { - :bob5895 :complies true. + :alice895 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5896 :does :work_related_task. - :bob5896 :does :log_off_at_end_of_shift. + :alice896 :does :log_off_at_end_of_shift. } log:explains { - :bob5896 :complies true. + :alice896 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5897 :does :work_related_task. - :bob5897 :does :log_off_at_end_of_shift. + :alice897 :does :log_off_at_end_of_shift. } log:explains { - :bob5897 :complies true. + :alice897 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5898 :does :work_related_task. - :bob5898 :does :log_off_at_end_of_shift. + :alice898 :does :log_off_at_end_of_shift. } log:explains { - :bob5898 :complies true. + :alice898 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5899 :does :work_related_task. - :bob5899 :does :log_off_at_end_of_shift. + :alice899 :does :log_off_at_end_of_shift. } log:explains { - :bob5899 :complies true. + :alice899 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5900 :does :work_related_task. - :bob5900 :does :log_off_at_end_of_shift. + :alice900 :does :log_off_at_end_of_shift. } log:explains { - :bob5900 :complies true. + :alice900 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5901 :does :work_related_task. - :bob5901 :does :log_off_at_end_of_shift. + :alice901 :does :log_off_at_end_of_shift. } log:explains { - :bob5901 :complies true. + :alice901 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5902 :does :work_related_task. - :bob5902 :does :log_off_at_end_of_shift. + :alice902 :does :log_off_at_end_of_shift. } log:explains { - :bob5902 :complies true. + :alice902 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5903 :does :work_related_task. - :bob5903 :does :log_off_at_end_of_shift. + :alice903 :does :log_off_at_end_of_shift. } log:explains { - :bob5903 :complies true. + :alice903 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5904 :does :work_related_task. - :bob5904 :does :log_off_at_end_of_shift. + :alice904 :does :log_off_at_end_of_shift. } log:explains { - :bob5904 :complies true. + :alice904 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5905 :does :work_related_task. - :bob5905 :does :log_off_at_end_of_shift. + :alice905 :does :log_off_at_end_of_shift. } log:explains { - :bob5905 :complies true. + :alice905 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5906 :does :work_related_task. - :bob5906 :does :log_off_at_end_of_shift. + :alice906 :does :log_off_at_end_of_shift. } log:explains { - :bob5906 :complies true. + :alice906 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5907 :does :work_related_task. - :bob5907 :does :log_off_at_end_of_shift. + :alice907 :does :log_off_at_end_of_shift. } log:explains { - :bob5907 :complies true. + :alice907 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5908 :does :work_related_task. - :bob5908 :does :log_off_at_end_of_shift. + :alice908 :does :log_off_at_end_of_shift. } log:explains { - :bob5908 :complies true. + :alice908 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5909 :does :work_related_task. - :bob5909 :does :log_off_at_end_of_shift. + :alice909 :does :log_off_at_end_of_shift. } log:explains { - :bob5909 :complies true. + :alice909 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5910 :does :work_related_task. - :bob5910 :does :log_off_at_end_of_shift. + :alice910 :does :log_off_at_end_of_shift. } log:explains { - :bob5910 :complies true. + :alice910 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5911 :does :work_related_task. - :bob5911 :does :log_off_at_end_of_shift. + :alice911 :does :log_off_at_end_of_shift. } log:explains { - :bob5911 :complies true. + :alice911 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5912 :does :work_related_task. - :bob5912 :does :log_off_at_end_of_shift. + :alice912 :does :log_off_at_end_of_shift. } log:explains { - :bob5912 :complies true. + :alice912 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5913 :does :work_related_task. - :bob5913 :does :log_off_at_end_of_shift. + :alice913 :does :log_off_at_end_of_shift. } log:explains { - :bob5913 :complies true. + :alice913 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5914 :does :work_related_task. - :bob5914 :does :log_off_at_end_of_shift. + :alice914 :does :log_off_at_end_of_shift. } log:explains { - :bob5914 :complies true. + :alice914 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5915 :does :work_related_task. - :bob5915 :does :log_off_at_end_of_shift. + :alice915 :does :log_off_at_end_of_shift. } log:explains { - :bob5915 :complies true. + :alice915 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5916 :does :work_related_task. - :bob5916 :does :log_off_at_end_of_shift. + :alice916 :does :log_off_at_end_of_shift. } log:explains { - :bob5916 :complies true. + :alice916 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5917 :does :work_related_task. - :bob5917 :does :log_off_at_end_of_shift. + :alice917 :does :log_off_at_end_of_shift. } log:explains { - :bob5917 :complies true. + :alice917 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5918 :does :work_related_task. - :bob5918 :does :log_off_at_end_of_shift. + :alice918 :does :log_off_at_end_of_shift. } log:explains { - :bob5918 :complies true. + :alice918 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5919 :does :work_related_task. - :bob5919 :does :log_off_at_end_of_shift. + :alice919 :does :log_off_at_end_of_shift. } log:explains { - :bob5919 :complies true. + :alice919 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5920 :does :work_related_task. - :bob5920 :does :log_off_at_end_of_shift. + :alice920 :does :log_off_at_end_of_shift. } log:explains { - :bob5920 :complies true. + :alice920 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5921 :does :work_related_task. - :bob5921 :does :log_off_at_end_of_shift. + :alice921 :does :log_off_at_end_of_shift. } log:explains { - :bob5921 :complies true. + :alice921 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5922 :does :work_related_task. - :bob5922 :does :log_off_at_end_of_shift. + :alice922 :does :log_off_at_end_of_shift. } log:explains { - :bob5922 :complies true. + :alice922 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5923 :does :work_related_task. - :bob5923 :does :log_off_at_end_of_shift. + :alice923 :does :log_off_at_end_of_shift. } log:explains { - :bob5923 :complies true. + :alice923 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5924 :does :work_related_task. - :bob5924 :does :log_off_at_end_of_shift. + :alice924 :does :log_off_at_end_of_shift. } log:explains { - :bob5924 :complies true. + :alice924 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5925 :does :work_related_task. - :bob5925 :does :log_off_at_end_of_shift. + :alice925 :does :log_off_at_end_of_shift. } log:explains { - :bob5925 :complies true. + :alice925 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5926 :does :work_related_task. - :bob5926 :does :log_off_at_end_of_shift. + :alice926 :does :log_off_at_end_of_shift. } log:explains { - :bob5926 :complies true. + :alice926 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5927 :does :work_related_task. - :bob5927 :does :log_off_at_end_of_shift. + :alice927 :does :log_off_at_end_of_shift. } log:explains { - :bob5927 :complies true. + :alice927 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5928 :does :work_related_task. - :bob5928 :does :log_off_at_end_of_shift. + :alice928 :does :log_off_at_end_of_shift. } log:explains { - :bob5928 :complies true. + :alice928 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5929 :does :work_related_task. - :bob5929 :does :log_off_at_end_of_shift. + :alice929 :does :log_off_at_end_of_shift. } log:explains { - :bob5929 :complies true. + :alice929 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5930 :does :work_related_task. - :bob5930 :does :log_off_at_end_of_shift. + :alice930 :does :log_off_at_end_of_shift. } log:explains { - :bob5930 :complies true. + :alice930 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5931 :does :work_related_task. - :bob5931 :does :log_off_at_end_of_shift. + :alice931 :does :log_off_at_end_of_shift. } log:explains { - :bob5931 :complies true. + :alice931 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5932 :does :work_related_task. - :bob5932 :does :log_off_at_end_of_shift. + :alice932 :does :log_off_at_end_of_shift. } log:explains { - :bob5932 :complies true. + :alice932 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5933 :does :work_related_task. - :bob5933 :does :log_off_at_end_of_shift. + :alice933 :does :log_off_at_end_of_shift. } log:explains { - :bob5933 :complies true. + :alice933 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5934 :does :work_related_task. - :bob5934 :does :log_off_at_end_of_shift. + :alice934 :does :log_off_at_end_of_shift. } log:explains { - :bob5934 :complies true. + :alice934 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5935 :does :work_related_task. - :bob5935 :does :log_off_at_end_of_shift. + :alice935 :does :log_off_at_end_of_shift. } log:explains { - :bob5935 :complies true. + :alice935 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5936 :does :work_related_task. - :bob5936 :does :log_off_at_end_of_shift. + :alice936 :does :log_off_at_end_of_shift. } log:explains { - :bob5936 :complies true. + :alice936 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5937 :does :work_related_task. - :bob5937 :does :log_off_at_end_of_shift. + :alice937 :does :log_off_at_end_of_shift. } log:explains { - :bob5937 :complies true. + :alice937 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5938 :does :work_related_task. - :bob5938 :does :log_off_at_end_of_shift. + :alice938 :does :log_off_at_end_of_shift. } log:explains { - :bob5938 :complies true. + :alice938 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5939 :does :work_related_task. - :bob5939 :does :log_off_at_end_of_shift. + :alice939 :does :log_off_at_end_of_shift. } log:explains { - :bob5939 :complies true. + :alice939 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5940 :does :work_related_task. - :bob5940 :does :log_off_at_end_of_shift. + :alice940 :does :log_off_at_end_of_shift. } log:explains { - :bob5940 :complies true. + :alice940 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5941 :does :work_related_task. - :bob5941 :does :log_off_at_end_of_shift. + :alice941 :does :log_off_at_end_of_shift. } log:explains { - :bob5941 :complies true. + :alice941 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5942 :does :work_related_task. - :bob5942 :does :log_off_at_end_of_shift. + :alice942 :does :log_off_at_end_of_shift. } log:explains { - :bob5942 :complies true. + :alice942 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5943 :does :work_related_task. - :bob5943 :does :log_off_at_end_of_shift. + :alice943 :does :log_off_at_end_of_shift. } log:explains { - :bob5943 :complies true. + :alice943 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5944 :does :work_related_task. - :bob5944 :does :log_off_at_end_of_shift. + :alice944 :does :log_off_at_end_of_shift. } log:explains { - :bob5944 :complies true. + :alice944 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5945 :does :work_related_task. - :bob5945 :does :log_off_at_end_of_shift. + :alice945 :does :log_off_at_end_of_shift. } log:explains { - :bob5945 :complies true. + :alice945 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5946 :does :work_related_task. - :bob5946 :does :log_off_at_end_of_shift. + :alice946 :does :log_off_at_end_of_shift. } log:explains { - :bob5946 :complies true. + :alice946 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5947 :does :work_related_task. - :bob5947 :does :log_off_at_end_of_shift. + :alice947 :does :log_off_at_end_of_shift. } log:explains { - :bob5947 :complies true. + :alice947 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5948 :does :work_related_task. - :bob5948 :does :log_off_at_end_of_shift. + :alice948 :does :log_off_at_end_of_shift. } log:explains { - :bob5948 :complies true. + :alice948 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5949 :does :work_related_task. - :bob5949 :does :log_off_at_end_of_shift. + :alice949 :does :log_off_at_end_of_shift. } log:explains { - :bob5949 :complies true. + :alice949 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5950 :does :work_related_task. - :bob5950 :does :log_off_at_end_of_shift. + :alice950 :does :log_off_at_end_of_shift. } log:explains { - :bob5950 :complies true. + :alice950 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5951 :does :work_related_task. - :bob5951 :does :log_off_at_end_of_shift. + :alice951 :does :log_off_at_end_of_shift. } log:explains { - :bob5951 :complies true. + :alice951 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5952 :does :work_related_task. - :bob5952 :does :log_off_at_end_of_shift. + :alice952 :does :log_off_at_end_of_shift. } log:explains { - :bob5952 :complies true. + :alice952 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5953 :does :work_related_task. - :bob5953 :does :log_off_at_end_of_shift. + :alice953 :does :log_off_at_end_of_shift. } log:explains { - :bob5953 :complies true. + :alice953 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5954 :does :work_related_task. - :bob5954 :does :log_off_at_end_of_shift. + :alice954 :does :log_off_at_end_of_shift. } log:explains { - :bob5954 :complies true. + :alice954 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5955 :does :work_related_task. - :bob5955 :does :log_off_at_end_of_shift. + :alice955 :does :log_off_at_end_of_shift. } log:explains { - :bob5955 :complies true. + :alice955 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5956 :does :work_related_task. - :bob5956 :does :log_off_at_end_of_shift. + :alice956 :does :log_off_at_end_of_shift. } log:explains { - :bob5956 :complies true. + :alice956 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5957 :does :work_related_task. - :bob5957 :does :log_off_at_end_of_shift. + :alice957 :does :log_off_at_end_of_shift. } log:explains { - :bob5957 :complies true. + :alice957 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5958 :does :work_related_task. - :bob5958 :does :log_off_at_end_of_shift. + :alice958 :does :log_off_at_end_of_shift. } log:explains { - :bob5958 :complies true. + :alice958 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5959 :does :work_related_task. - :bob5959 :does :log_off_at_end_of_shift. + :alice959 :does :log_off_at_end_of_shift. } log:explains { - :bob5959 :complies true. + :alice959 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5960 :does :work_related_task. - :bob5960 :does :log_off_at_end_of_shift. + :alice960 :does :log_off_at_end_of_shift. } log:explains { - :bob5960 :complies true. + :alice960 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5961 :does :work_related_task. - :bob5961 :does :log_off_at_end_of_shift. + :alice961 :does :log_off_at_end_of_shift. } log:explains { - :bob5961 :complies true. + :alice961 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5962 :does :work_related_task. - :bob5962 :does :log_off_at_end_of_shift. + :alice962 :does :log_off_at_end_of_shift. } log:explains { - :bob5962 :complies true. + :alice962 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5963 :does :work_related_task. - :bob5963 :does :log_off_at_end_of_shift. + :alice963 :does :log_off_at_end_of_shift. } log:explains { - :bob5963 :complies true. + :alice963 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5964 :does :work_related_task. - :bob5964 :does :log_off_at_end_of_shift. + :alice964 :does :log_off_at_end_of_shift. } log:explains { - :bob5964 :complies true. + :alice964 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5965 :does :work_related_task. - :bob5965 :does :log_off_at_end_of_shift. + :alice965 :does :log_off_at_end_of_shift. } log:explains { - :bob5965 :complies true. + :alice965 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5966 :does :work_related_task. - :bob5966 :does :log_off_at_end_of_shift. + :alice966 :does :log_off_at_end_of_shift. } log:explains { - :bob5966 :complies true. + :alice966 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5967 :does :work_related_task. - :bob5967 :does :log_off_at_end_of_shift. + :alice967 :does :log_off_at_end_of_shift. } log:explains { - :bob5967 :complies true. + :alice967 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5968 :does :work_related_task. - :bob5968 :does :log_off_at_end_of_shift. + :alice968 :does :log_off_at_end_of_shift. } log:explains { - :bob5968 :complies true. + :alice968 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5969 :does :work_related_task. - :bob5969 :does :log_off_at_end_of_shift. + :alice969 :does :log_off_at_end_of_shift. } log:explains { - :bob5969 :complies true. + :alice969 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5970 :does :work_related_task. - :bob5970 :does :log_off_at_end_of_shift. + :alice970 :does :log_off_at_end_of_shift. } log:explains { - :bob5970 :complies true. + :alice970 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5971 :does :work_related_task. - :bob5971 :does :log_off_at_end_of_shift. + :alice971 :does :log_off_at_end_of_shift. } log:explains { - :bob5971 :complies true. + :alice971 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5972 :does :work_related_task. - :bob5972 :does :log_off_at_end_of_shift. + :alice972 :does :log_off_at_end_of_shift. } log:explains { - :bob5972 :complies true. + :alice972 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5973 :does :work_related_task. - :bob5973 :does :log_off_at_end_of_shift. + :alice973 :does :log_off_at_end_of_shift. } log:explains { - :bob5973 :complies true. + :alice973 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5974 :does :work_related_task. - :bob5974 :does :log_off_at_end_of_shift. + :alice974 :does :log_off_at_end_of_shift. } log:explains { - :bob5974 :complies true. + :alice974 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5975 :does :work_related_task. - :bob5975 :does :log_off_at_end_of_shift. + :alice975 :does :log_off_at_end_of_shift. } log:explains { - :bob5975 :complies true. + :alice975 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5976 :does :work_related_task. - :bob5976 :does :log_off_at_end_of_shift. + :alice976 :does :log_off_at_end_of_shift. } log:explains { - :bob5976 :complies true. + :alice976 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5977 :does :work_related_task. - :bob5977 :does :log_off_at_end_of_shift. + :alice977 :does :log_off_at_end_of_shift. } log:explains { - :bob5977 :complies true. + :alice977 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5978 :does :work_related_task. - :bob5978 :does :log_off_at_end_of_shift. + :alice978 :does :log_off_at_end_of_shift. } log:explains { - :bob5978 :complies true. + :alice978 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5979 :does :work_related_task. - :bob5979 :does :log_off_at_end_of_shift. + :alice979 :does :log_off_at_end_of_shift. } log:explains { - :bob5979 :complies true. + :alice979 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5980 :does :work_related_task. - :bob5980 :does :log_off_at_end_of_shift. + :alice980 :does :log_off_at_end_of_shift. } log:explains { - :bob5980 :complies true. + :alice980 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5981 :does :work_related_task. - :bob5981 :does :log_off_at_end_of_shift. + :alice981 :does :log_off_at_end_of_shift. } log:explains { - :bob5981 :complies true. + :alice981 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5982 :does :work_related_task. - :bob5982 :does :log_off_at_end_of_shift. + :alice982 :does :log_off_at_end_of_shift. } log:explains { - :bob5982 :complies true. + :alice982 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5983 :does :work_related_task. - :bob5983 :does :log_off_at_end_of_shift. + :alice983 :does :log_off_at_end_of_shift. } log:explains { - :bob5983 :complies true. + :alice983 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5984 :does :work_related_task. - :bob5984 :does :log_off_at_end_of_shift. + :alice984 :does :log_off_at_end_of_shift. } log:explains { - :bob5984 :complies true. + :alice984 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5985 :does :work_related_task. - :bob5985 :does :log_off_at_end_of_shift. + :alice985 :does :log_off_at_end_of_shift. } log:explains { - :bob5985 :complies true. + :alice985 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5986 :does :work_related_task. - :bob5986 :does :log_off_at_end_of_shift. + :alice986 :does :log_off_at_end_of_shift. } log:explains { - :bob5986 :complies true. + :alice986 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5987 :does :work_related_task. - :bob5987 :does :log_off_at_end_of_shift. + :alice987 :does :log_off_at_end_of_shift. } log:explains { - :bob5987 :complies true. + :alice987 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5988 :does :work_related_task. - :bob5988 :does :log_off_at_end_of_shift. + :alice988 :does :log_off_at_end_of_shift. } log:explains { - :bob5988 :complies true. + :alice988 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5989 :does :work_related_task. - :bob5989 :does :log_off_at_end_of_shift. + :alice989 :does :log_off_at_end_of_shift. } log:explains { - :bob5989 :complies true. + :alice989 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5990 :does :work_related_task. - :bob5990 :does :log_off_at_end_of_shift. + :alice990 :does :log_off_at_end_of_shift. } log:explains { - :bob5990 :complies true. + :alice990 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5991 :does :work_related_task. - :bob5991 :does :log_off_at_end_of_shift. + :alice991 :does :log_off_at_end_of_shift. } log:explains { - :bob5991 :complies true. + :alice991 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5992 :does :work_related_task. - :bob5992 :does :log_off_at_end_of_shift. + :alice992 :does :log_off_at_end_of_shift. } log:explains { - :bob5992 :complies true. + :alice992 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5993 :does :work_related_task. - :bob5993 :does :log_off_at_end_of_shift. + :alice993 :does :log_off_at_end_of_shift. } log:explains { - :bob5993 :complies true. + :alice993 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5994 :does :work_related_task. - :bob5994 :does :log_off_at_end_of_shift. + :alice994 :does :log_off_at_end_of_shift. } log:explains { - :bob5994 :complies true. + :alice994 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5995 :does :work_related_task. - :bob5995 :does :log_off_at_end_of_shift. + :alice995 :does :log_off_at_end_of_shift. } log:explains { - :bob5995 :complies true. + :alice995 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5996 :does :work_related_task. - :bob5996 :does :log_off_at_end_of_shift. + :alice996 :does :log_off_at_end_of_shift. } log:explains { - :bob5996 :complies true. + :alice996 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5997 :does :work_related_task. - :bob5997 :does :log_off_at_end_of_shift. + :alice997 :does :log_off_at_end_of_shift. } log:explains { - :bob5997 :complies true. + :alice997 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5998 :does :work_related_task. - :bob5998 :does :log_off_at_end_of_shift. + :alice998 :does :log_off_at_end_of_shift. } log:explains { - :bob5998 :complies true. + :alice998 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob5999 :does :work_related_task. - :bob5999 :does :log_off_at_end_of_shift. + :alice999 :does :log_off_at_end_of_shift. } log:explains { - :bob5999 :complies true. + :alice999 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6000 :does :work_related_task. - :bob6000 :does :log_off_at_end_of_shift. + :alice1000 :does :log_off_at_end_of_shift. } log:explains { - :bob6000 :complies true. + :alice1000 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6001 :does :work_related_task. - :bob6001 :does :log_off_at_end_of_shift. + :alice1001 :does :log_off_at_end_of_shift. } log:explains { - :bob6001 :complies true. + :alice1001 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6002 :does :work_related_task. - :bob6002 :does :log_off_at_end_of_shift. + :alice1002 :does :log_off_at_end_of_shift. } log:explains { - :bob6002 :complies true. + :alice1002 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6003 :does :work_related_task. - :bob6003 :does :log_off_at_end_of_shift. + :alice1003 :does :log_off_at_end_of_shift. } log:explains { - :bob6003 :complies true. + :alice1003 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6004 :does :work_related_task. - :bob6004 :does :log_off_at_end_of_shift. + :alice1004 :does :log_off_at_end_of_shift. } log:explains { - :bob6004 :complies true. + :alice1004 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6005 :does :work_related_task. - :bob6005 :does :log_off_at_end_of_shift. + :alice1005 :does :log_off_at_end_of_shift. } log:explains { - :bob6005 :complies true. + :alice1005 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6006 :does :work_related_task. - :bob6006 :does :log_off_at_end_of_shift. + :alice1006 :does :log_off_at_end_of_shift. } log:explains { - :bob6006 :complies true. + :alice1006 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6007 :does :work_related_task. - :bob6007 :does :log_off_at_end_of_shift. + :alice1007 :does :log_off_at_end_of_shift. } log:explains { - :bob6007 :complies true. + :alice1007 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6008 :does :work_related_task. - :bob6008 :does :log_off_at_end_of_shift. + :alice1008 :does :log_off_at_end_of_shift. } log:explains { - :bob6008 :complies true. + :alice1008 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6009 :does :work_related_task. - :bob6009 :does :log_off_at_end_of_shift. + :alice1009 :does :log_off_at_end_of_shift. } log:explains { - :bob6009 :complies true. + :alice1009 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6010 :does :work_related_task. - :bob6010 :does :log_off_at_end_of_shift. + :alice1010 :does :log_off_at_end_of_shift. } log:explains { - :bob6010 :complies true. + :alice1010 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6011 :does :work_related_task. - :bob6011 :does :log_off_at_end_of_shift. + :alice1011 :does :log_off_at_end_of_shift. } log:explains { - :bob6011 :complies true. + :alice1011 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6012 :does :work_related_task. - :bob6012 :does :log_off_at_end_of_shift. + :alice1012 :does :log_off_at_end_of_shift. } log:explains { - :bob6012 :complies true. + :alice1012 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6013 :does :work_related_task. - :bob6013 :does :log_off_at_end_of_shift. + :alice1013 :does :log_off_at_end_of_shift. } log:explains { - :bob6013 :complies true. + :alice1013 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6014 :does :work_related_task. - :bob6014 :does :log_off_at_end_of_shift. + :alice1014 :does :log_off_at_end_of_shift. } log:explains { - :bob6014 :complies true. + :alice1014 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6015 :does :work_related_task. - :bob6015 :does :log_off_at_end_of_shift. + :alice1015 :does :log_off_at_end_of_shift. } log:explains { - :bob6015 :complies true. + :alice1015 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6016 :does :work_related_task. - :bob6016 :does :log_off_at_end_of_shift. + :alice1016 :does :log_off_at_end_of_shift. } log:explains { - :bob6016 :complies true. + :alice1016 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6017 :does :work_related_task. - :bob6017 :does :log_off_at_end_of_shift. + :alice1017 :does :log_off_at_end_of_shift. } log:explains { - :bob6017 :complies true. + :alice1017 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6018 :does :work_related_task. - :bob6018 :does :log_off_at_end_of_shift. + :alice1018 :does :log_off_at_end_of_shift. } log:explains { - :bob6018 :complies true. + :alice1018 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6019 :does :work_related_task. - :bob6019 :does :log_off_at_end_of_shift. + :alice1019 :does :log_off_at_end_of_shift. } log:explains { - :bob6019 :complies true. + :alice1019 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6020 :does :work_related_task. - :bob6020 :does :log_off_at_end_of_shift. + :alice1020 :does :log_off_at_end_of_shift. } log:explains { - :bob6020 :complies true. + :alice1020 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6021 :does :work_related_task. - :bob6021 :does :log_off_at_end_of_shift. + :alice1021 :does :log_off_at_end_of_shift. } log:explains { - :bob6021 :complies true. + :alice1021 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6022 :does :work_related_task. - :bob6022 :does :log_off_at_end_of_shift. + :alice1022 :does :log_off_at_end_of_shift. } log:explains { - :bob6022 :complies true. + :alice1022 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6023 :does :work_related_task. - :bob6023 :does :log_off_at_end_of_shift. + :alice1023 :does :log_off_at_end_of_shift. } log:explains { - :bob6023 :complies true. + :alice1023 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6024 :does :work_related_task. - :bob6024 :does :log_off_at_end_of_shift. + :alice1024 :does :log_off_at_end_of_shift. } log:explains { - :bob6024 :complies true. + :alice1024 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6025 :does :work_related_task. - :bob6025 :does :log_off_at_end_of_shift. + :alice1025 :does :log_off_at_end_of_shift. } log:explains { - :bob6025 :complies true. + :alice1025 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6026 :does :work_related_task. - :bob6026 :does :log_off_at_end_of_shift. + :alice1026 :does :log_off_at_end_of_shift. } log:explains { - :bob6026 :complies true. + :alice1026 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6027 :does :work_related_task. - :bob6027 :does :log_off_at_end_of_shift. + :alice1027 :does :log_off_at_end_of_shift. } log:explains { - :bob6027 :complies true. + :alice1027 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6028 :does :work_related_task. - :bob6028 :does :log_off_at_end_of_shift. + :alice1028 :does :log_off_at_end_of_shift. } log:explains { - :bob6028 :complies true. + :alice1028 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6029 :does :work_related_task. - :bob6029 :does :log_off_at_end_of_shift. + :alice1029 :does :log_off_at_end_of_shift. } log:explains { - :bob6029 :complies true. + :alice1029 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6030 :does :work_related_task. - :bob6030 :does :log_off_at_end_of_shift. + :alice1030 :does :log_off_at_end_of_shift. } log:explains { - :bob6030 :complies true. + :alice1030 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6031 :does :work_related_task. - :bob6031 :does :log_off_at_end_of_shift. + :alice1031 :does :log_off_at_end_of_shift. } log:explains { - :bob6031 :complies true. + :alice1031 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6032 :does :work_related_task. - :bob6032 :does :log_off_at_end_of_shift. + :alice1032 :does :log_off_at_end_of_shift. } log:explains { - :bob6032 :complies true. + :alice1032 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6033 :does :work_related_task. - :bob6033 :does :log_off_at_end_of_shift. + :alice1033 :does :log_off_at_end_of_shift. } log:explains { - :bob6033 :complies true. + :alice1033 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6034 :does :work_related_task. - :bob6034 :does :log_off_at_end_of_shift. + :alice1034 :does :log_off_at_end_of_shift. } log:explains { - :bob6034 :complies true. + :alice1034 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6035 :does :work_related_task. - :bob6035 :does :log_off_at_end_of_shift. + :alice1035 :does :log_off_at_end_of_shift. } log:explains { - :bob6035 :complies true. + :alice1035 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6036 :does :work_related_task. - :bob6036 :does :log_off_at_end_of_shift. + :alice1036 :does :log_off_at_end_of_shift. } log:explains { - :bob6036 :complies true. + :alice1036 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6037 :does :work_related_task. - :bob6037 :does :log_off_at_end_of_shift. + :alice1037 :does :log_off_at_end_of_shift. } log:explains { - :bob6037 :complies true. + :alice1037 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6038 :does :work_related_task. - :bob6038 :does :log_off_at_end_of_shift. + :alice1038 :does :log_off_at_end_of_shift. } log:explains { - :bob6038 :complies true. + :alice1038 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6039 :does :work_related_task. - :bob6039 :does :log_off_at_end_of_shift. + :alice1039 :does :log_off_at_end_of_shift. } log:explains { - :bob6039 :complies true. + :alice1039 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6040 :does :work_related_task. - :bob6040 :does :log_off_at_end_of_shift. + :alice1040 :does :log_off_at_end_of_shift. } log:explains { - :bob6040 :complies true. + :alice1040 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6041 :does :work_related_task. - :bob6041 :does :log_off_at_end_of_shift. + :alice1041 :does :log_off_at_end_of_shift. } log:explains { - :bob6041 :complies true. + :alice1041 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6042 :does :work_related_task. - :bob6042 :does :log_off_at_end_of_shift. + :alice1042 :does :log_off_at_end_of_shift. } log:explains { - :bob6042 :complies true. + :alice1042 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6043 :does :work_related_task. - :bob6043 :does :log_off_at_end_of_shift. + :alice1043 :does :log_off_at_end_of_shift. } log:explains { - :bob6043 :complies true. + :alice1043 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6044 :does :work_related_task. - :bob6044 :does :log_off_at_end_of_shift. + :alice1044 :does :log_off_at_end_of_shift. } log:explains { - :bob6044 :complies true. + :alice1044 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6045 :does :work_related_task. - :bob6045 :does :log_off_at_end_of_shift. + :alice1045 :does :log_off_at_end_of_shift. } log:explains { - :bob6045 :complies true. + :alice1045 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6046 :does :work_related_task. - :bob6046 :does :log_off_at_end_of_shift. + :alice1046 :does :log_off_at_end_of_shift. } log:explains { - :bob6046 :complies true. + :alice1046 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6047 :does :work_related_task. - :bob6047 :does :log_off_at_end_of_shift. + :alice1047 :does :log_off_at_end_of_shift. } log:explains { - :bob6047 :complies true. + :alice1047 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6048 :does :work_related_task. - :bob6048 :does :log_off_at_end_of_shift. + :alice1048 :does :log_off_at_end_of_shift. } log:explains { - :bob6048 :complies true. + :alice1048 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6049 :does :work_related_task. - :bob6049 :does :log_off_at_end_of_shift. + :alice1049 :does :log_off_at_end_of_shift. } log:explains { - :bob6049 :complies true. + :alice1049 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6050 :does :work_related_task. - :bob6050 :does :log_off_at_end_of_shift. + :alice1050 :does :log_off_at_end_of_shift. } log:explains { - :bob6050 :complies true. + :alice1050 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6051 :does :work_related_task. - :bob6051 :does :log_off_at_end_of_shift. + :alice1051 :does :log_off_at_end_of_shift. } log:explains { - :bob6051 :complies true. + :alice1051 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6052 :does :work_related_task. - :bob6052 :does :log_off_at_end_of_shift. + :alice1052 :does :log_off_at_end_of_shift. } log:explains { - :bob6052 :complies true. + :alice1052 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6053 :does :work_related_task. - :bob6053 :does :log_off_at_end_of_shift. + :alice1053 :does :log_off_at_end_of_shift. } log:explains { - :bob6053 :complies true. + :alice1053 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6054 :does :work_related_task. - :bob6054 :does :log_off_at_end_of_shift. + :alice1054 :does :log_off_at_end_of_shift. } log:explains { - :bob6054 :complies true. + :alice1054 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6055 :does :work_related_task. - :bob6055 :does :log_off_at_end_of_shift. + :alice1055 :does :log_off_at_end_of_shift. } log:explains { - :bob6055 :complies true. + :alice1055 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6056 :does :work_related_task. - :bob6056 :does :log_off_at_end_of_shift. + :alice1056 :does :log_off_at_end_of_shift. } log:explains { - :bob6056 :complies true. + :alice1056 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6057 :does :work_related_task. - :bob6057 :does :log_off_at_end_of_shift. + :alice1057 :does :log_off_at_end_of_shift. } log:explains { - :bob6057 :complies true. + :alice1057 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6058 :does :work_related_task. - :bob6058 :does :log_off_at_end_of_shift. + :alice1058 :does :log_off_at_end_of_shift. } log:explains { - :bob6058 :complies true. + :alice1058 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6059 :does :work_related_task. - :bob6059 :does :log_off_at_end_of_shift. + :alice1059 :does :log_off_at_end_of_shift. } log:explains { - :bob6059 :complies true. + :alice1059 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6060 :does :work_related_task. - :bob6060 :does :log_off_at_end_of_shift. + :alice1060 :does :log_off_at_end_of_shift. } log:explains { - :bob6060 :complies true. + :alice1060 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6061 :does :work_related_task. - :bob6061 :does :log_off_at_end_of_shift. + :alice1061 :does :log_off_at_end_of_shift. } log:explains { - :bob6061 :complies true. + :alice1061 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6062 :does :work_related_task. - :bob6062 :does :log_off_at_end_of_shift. + :alice1062 :does :log_off_at_end_of_shift. } log:explains { - :bob6062 :complies true. + :alice1062 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6063 :does :work_related_task. - :bob6063 :does :log_off_at_end_of_shift. + :alice1063 :does :log_off_at_end_of_shift. } log:explains { - :bob6063 :complies true. + :alice1063 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6064 :does :work_related_task. - :bob6064 :does :log_off_at_end_of_shift. + :alice1064 :does :log_off_at_end_of_shift. } log:explains { - :bob6064 :complies true. + :alice1064 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6065 :does :work_related_task. - :bob6065 :does :log_off_at_end_of_shift. + :alice1065 :does :log_off_at_end_of_shift. } log:explains { - :bob6065 :complies true. + :alice1065 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6066 :does :work_related_task. - :bob6066 :does :log_off_at_end_of_shift. + :alice1066 :does :log_off_at_end_of_shift. } log:explains { - :bob6066 :complies true. + :alice1066 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6067 :does :work_related_task. - :bob6067 :does :log_off_at_end_of_shift. + :alice1067 :does :log_off_at_end_of_shift. } log:explains { - :bob6067 :complies true. + :alice1067 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6068 :does :work_related_task. - :bob6068 :does :log_off_at_end_of_shift. + :alice1068 :does :log_off_at_end_of_shift. } log:explains { - :bob6068 :complies true. + :alice1068 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6069 :does :work_related_task. - :bob6069 :does :log_off_at_end_of_shift. + :alice1069 :does :log_off_at_end_of_shift. } log:explains { - :bob6069 :complies true. + :alice1069 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6070 :does :work_related_task. - :bob6070 :does :log_off_at_end_of_shift. + :alice1070 :does :log_off_at_end_of_shift. } log:explains { - :bob6070 :complies true. + :alice1070 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6071 :does :work_related_task. - :bob6071 :does :log_off_at_end_of_shift. + :alice1071 :does :log_off_at_end_of_shift. } log:explains { - :bob6071 :complies true. + :alice1071 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6072 :does :work_related_task. - :bob6072 :does :log_off_at_end_of_shift. + :alice1072 :does :log_off_at_end_of_shift. } log:explains { - :bob6072 :complies true. + :alice1072 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6073 :does :work_related_task. - :bob6073 :does :log_off_at_end_of_shift. + :alice1073 :does :log_off_at_end_of_shift. } log:explains { - :bob6073 :complies true. + :alice1073 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6074 :does :work_related_task. - :bob6074 :does :log_off_at_end_of_shift. + :alice1074 :does :log_off_at_end_of_shift. } log:explains { - :bob6074 :complies true. + :alice1074 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6075 :does :work_related_task. - :bob6075 :does :log_off_at_end_of_shift. + :alice1075 :does :log_off_at_end_of_shift. } log:explains { - :bob6075 :complies true. + :alice1075 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6076 :does :work_related_task. - :bob6076 :does :log_off_at_end_of_shift. + :alice1076 :does :log_off_at_end_of_shift. } log:explains { - :bob6076 :complies true. + :alice1076 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6077 :does :work_related_task. - :bob6077 :does :log_off_at_end_of_shift. + :alice1077 :does :log_off_at_end_of_shift. } log:explains { - :bob6077 :complies true. + :alice1077 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6078 :does :work_related_task. - :bob6078 :does :log_off_at_end_of_shift. + :alice1078 :does :log_off_at_end_of_shift. } log:explains { - :bob6078 :complies true. + :alice1078 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6079 :does :work_related_task. - :bob6079 :does :log_off_at_end_of_shift. + :alice1079 :does :log_off_at_end_of_shift. } log:explains { - :bob6079 :complies true. + :alice1079 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6080 :does :work_related_task. - :bob6080 :does :log_off_at_end_of_shift. + :alice1080 :does :log_off_at_end_of_shift. } log:explains { - :bob6080 :complies true. + :alice1080 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6081 :does :work_related_task. - :bob6081 :does :log_off_at_end_of_shift. + :alice1081 :does :log_off_at_end_of_shift. } log:explains { - :bob6081 :complies true. + :alice1081 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6082 :does :work_related_task. - :bob6082 :does :log_off_at_end_of_shift. + :alice1082 :does :log_off_at_end_of_shift. } log:explains { - :bob6082 :complies true. + :alice1082 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6083 :does :work_related_task. - :bob6083 :does :log_off_at_end_of_shift. + :alice1083 :does :log_off_at_end_of_shift. } log:explains { - :bob6083 :complies true. + :alice1083 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6084 :does :work_related_task. - :bob6084 :does :log_off_at_end_of_shift. + :alice1084 :does :log_off_at_end_of_shift. } log:explains { - :bob6084 :complies true. + :alice1084 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6085 :does :work_related_task. - :bob6085 :does :log_off_at_end_of_shift. + :alice1085 :does :log_off_at_end_of_shift. } log:explains { - :bob6085 :complies true. + :alice1085 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6086 :does :work_related_task. - :bob6086 :does :log_off_at_end_of_shift. + :alice1086 :does :log_off_at_end_of_shift. } log:explains { - :bob6086 :complies true. + :alice1086 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6087 :does :work_related_task. - :bob6087 :does :log_off_at_end_of_shift. + :alice1087 :does :log_off_at_end_of_shift. } log:explains { - :bob6087 :complies true. + :alice1087 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6088 :does :work_related_task. - :bob6088 :does :log_off_at_end_of_shift. + :alice1088 :does :log_off_at_end_of_shift. } log:explains { - :bob6088 :complies true. + :alice1088 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6089 :does :work_related_task. - :bob6089 :does :log_off_at_end_of_shift. + :alice1089 :does :log_off_at_end_of_shift. } log:explains { - :bob6089 :complies true. + :alice1089 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6090 :does :work_related_task. - :bob6090 :does :log_off_at_end_of_shift. + :alice1090 :does :log_off_at_end_of_shift. } log:explains { - :bob6090 :complies true. + :alice1090 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6091 :does :work_related_task. - :bob6091 :does :log_off_at_end_of_shift. + :alice1091 :does :log_off_at_end_of_shift. } log:explains { - :bob6091 :complies true. + :alice1091 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6092 :does :work_related_task. - :bob6092 :does :log_off_at_end_of_shift. + :alice1092 :does :log_off_at_end_of_shift. } log:explains { - :bob6092 :complies true. + :alice1092 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6093 :does :work_related_task. - :bob6093 :does :log_off_at_end_of_shift. + :alice1093 :does :log_off_at_end_of_shift. } log:explains { - :bob6093 :complies true. + :alice1093 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6094 :does :work_related_task. - :bob6094 :does :log_off_at_end_of_shift. + :alice1094 :does :log_off_at_end_of_shift. } log:explains { - :bob6094 :complies true. + :alice1094 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6095 :does :work_related_task. - :bob6095 :does :log_off_at_end_of_shift. + :alice1095 :does :log_off_at_end_of_shift. } log:explains { - :bob6095 :complies true. + :alice1095 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6096 :does :work_related_task. - :bob6096 :does :log_off_at_end_of_shift. + :alice1096 :does :log_off_at_end_of_shift. } log:explains { - :bob6096 :complies true. + :alice1096 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6097 :does :work_related_task. - :bob6097 :does :log_off_at_end_of_shift. + :alice1097 :does :log_off_at_end_of_shift. } log:explains { - :bob6097 :complies true. + :alice1097 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6098 :does :work_related_task. - :bob6098 :does :log_off_at_end_of_shift. + :alice1098 :does :log_off_at_end_of_shift. } log:explains { - :bob6098 :complies true. + :alice1098 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6099 :does :work_related_task. - :bob6099 :does :log_off_at_end_of_shift. + :alice1099 :does :log_off_at_end_of_shift. } log:explains { - :bob6099 :complies true. + :alice1099 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6100 :does :work_related_task. - :bob6100 :does :log_off_at_end_of_shift. + :alice1100 :does :log_off_at_end_of_shift. } log:explains { - :bob6100 :complies true. + :alice1100 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6101 :does :work_related_task. - :bob6101 :does :log_off_at_end_of_shift. + :alice1101 :does :log_off_at_end_of_shift. } log:explains { - :bob6101 :complies true. + :alice1101 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6102 :does :work_related_task. - :bob6102 :does :log_off_at_end_of_shift. + :alice1102 :does :log_off_at_end_of_shift. } log:explains { - :bob6102 :complies true. + :alice1102 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6103 :does :work_related_task. - :bob6103 :does :log_off_at_end_of_shift. + :alice1103 :does :log_off_at_end_of_shift. } log:explains { - :bob6103 :complies true. + :alice1103 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6104 :does :work_related_task. - :bob6104 :does :log_off_at_end_of_shift. + :alice1104 :does :log_off_at_end_of_shift. } log:explains { - :bob6104 :complies true. + :alice1104 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6105 :does :work_related_task. - :bob6105 :does :log_off_at_end_of_shift. + :alice1105 :does :log_off_at_end_of_shift. } log:explains { - :bob6105 :complies true. + :alice1105 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6106 :does :work_related_task. - :bob6106 :does :log_off_at_end_of_shift. + :alice1106 :does :log_off_at_end_of_shift. } log:explains { - :bob6106 :complies true. + :alice1106 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6107 :does :work_related_task. - :bob6107 :does :log_off_at_end_of_shift. + :alice1107 :does :log_off_at_end_of_shift. } log:explains { - :bob6107 :complies true. + :alice1107 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6108 :does :work_related_task. - :bob6108 :does :log_off_at_end_of_shift. + :alice1108 :does :log_off_at_end_of_shift. } log:explains { - :bob6108 :complies true. + :alice1108 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6109 :does :work_related_task. - :bob6109 :does :log_off_at_end_of_shift. + :alice1109 :does :log_off_at_end_of_shift. } log:explains { - :bob6109 :complies true. + :alice1109 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6110 :does :work_related_task. - :bob6110 :does :log_off_at_end_of_shift. + :alice1110 :does :log_off_at_end_of_shift. } log:explains { - :bob6110 :complies true. + :alice1110 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6111 :does :work_related_task. - :bob6111 :does :log_off_at_end_of_shift. + :alice1111 :does :log_off_at_end_of_shift. } log:explains { - :bob6111 :complies true. + :alice1111 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6112 :does :work_related_task. - :bob6112 :does :log_off_at_end_of_shift. + :alice1112 :does :log_off_at_end_of_shift. } log:explains { - :bob6112 :complies true. + :alice1112 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6113 :does :work_related_task. - :bob6113 :does :log_off_at_end_of_shift. + :alice1113 :does :log_off_at_end_of_shift. } log:explains { - :bob6113 :complies true. + :alice1113 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6114 :does :work_related_task. - :bob6114 :does :log_off_at_end_of_shift. + :alice1114 :does :log_off_at_end_of_shift. } log:explains { - :bob6114 :complies true. + :alice1114 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6115 :does :work_related_task. - :bob6115 :does :log_off_at_end_of_shift. + :alice1115 :does :log_off_at_end_of_shift. } log:explains { - :bob6115 :complies true. + :alice1115 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6116 :does :work_related_task. - :bob6116 :does :log_off_at_end_of_shift. + :alice1116 :does :log_off_at_end_of_shift. } log:explains { - :bob6116 :complies true. + :alice1116 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6117 :does :work_related_task. - :bob6117 :does :log_off_at_end_of_shift. + :alice1117 :does :log_off_at_end_of_shift. } log:explains { - :bob6117 :complies true. + :alice1117 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6118 :does :work_related_task. - :bob6118 :does :log_off_at_end_of_shift. + :alice1118 :does :log_off_at_end_of_shift. } log:explains { - :bob6118 :complies true. + :alice1118 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6119 :does :work_related_task. - :bob6119 :does :log_off_at_end_of_shift. + :alice1119 :does :log_off_at_end_of_shift. } log:explains { - :bob6119 :complies true. + :alice1119 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6120 :does :work_related_task. - :bob6120 :does :log_off_at_end_of_shift. + :alice1120 :does :log_off_at_end_of_shift. } log:explains { - :bob6120 :complies true. + :alice1120 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6121 :does :work_related_task. - :bob6121 :does :log_off_at_end_of_shift. + :alice1121 :does :log_off_at_end_of_shift. } log:explains { - :bob6121 :complies true. + :alice1121 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6122 :does :work_related_task. - :bob6122 :does :log_off_at_end_of_shift. + :alice1122 :does :log_off_at_end_of_shift. } log:explains { - :bob6122 :complies true. + :alice1122 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6123 :does :work_related_task. - :bob6123 :does :log_off_at_end_of_shift. + :alice1123 :does :log_off_at_end_of_shift. } log:explains { - :bob6123 :complies true. + :alice1123 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6124 :does :work_related_task. - :bob6124 :does :log_off_at_end_of_shift. + :alice1124 :does :log_off_at_end_of_shift. } log:explains { - :bob6124 :complies true. + :alice1124 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6125 :does :work_related_task. - :bob6125 :does :log_off_at_end_of_shift. + :alice1125 :does :log_off_at_end_of_shift. } log:explains { - :bob6125 :complies true. + :alice1125 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6126 :does :work_related_task. - :bob6126 :does :log_off_at_end_of_shift. + :alice1126 :does :log_off_at_end_of_shift. } log:explains { - :bob6126 :complies true. + :alice1126 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6127 :does :work_related_task. - :bob6127 :does :log_off_at_end_of_shift. + :alice1127 :does :log_off_at_end_of_shift. } log:explains { - :bob6127 :complies true. + :alice1127 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6128 :does :work_related_task. - :bob6128 :does :log_off_at_end_of_shift. + :alice1128 :does :log_off_at_end_of_shift. } log:explains { - :bob6128 :complies true. + :alice1128 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6129 :does :work_related_task. - :bob6129 :does :log_off_at_end_of_shift. + :alice1129 :does :log_off_at_end_of_shift. } log:explains { - :bob6129 :complies true. + :alice1129 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6130 :does :work_related_task. - :bob6130 :does :log_off_at_end_of_shift. + :alice1130 :does :log_off_at_end_of_shift. } log:explains { - :bob6130 :complies true. + :alice1130 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6131 :does :work_related_task. - :bob6131 :does :log_off_at_end_of_shift. + :alice1131 :does :log_off_at_end_of_shift. } log:explains { - :bob6131 :complies true. + :alice1131 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6132 :does :work_related_task. - :bob6132 :does :log_off_at_end_of_shift. + :alice1132 :does :log_off_at_end_of_shift. } log:explains { - :bob6132 :complies true. + :alice1132 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6133 :does :work_related_task. - :bob6133 :does :log_off_at_end_of_shift. + :alice1133 :does :log_off_at_end_of_shift. } log:explains { - :bob6133 :complies true. + :alice1133 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6134 :does :work_related_task. - :bob6134 :does :log_off_at_end_of_shift. + :alice1134 :does :log_off_at_end_of_shift. } log:explains { - :bob6134 :complies true. + :alice1134 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6135 :does :work_related_task. - :bob6135 :does :log_off_at_end_of_shift. + :alice1135 :does :log_off_at_end_of_shift. } log:explains { - :bob6135 :complies true. + :alice1135 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6136 :does :work_related_task. - :bob6136 :does :log_off_at_end_of_shift. + :alice1136 :does :log_off_at_end_of_shift. } log:explains { - :bob6136 :complies true. + :alice1136 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6137 :does :work_related_task. - :bob6137 :does :log_off_at_end_of_shift. + :alice1137 :does :log_off_at_end_of_shift. } log:explains { - :bob6137 :complies true. + :alice1137 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6138 :does :work_related_task. - :bob6138 :does :log_off_at_end_of_shift. + :alice1138 :does :log_off_at_end_of_shift. } log:explains { - :bob6138 :complies true. + :alice1138 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6139 :does :work_related_task. - :bob6139 :does :log_off_at_end_of_shift. + :alice1139 :does :log_off_at_end_of_shift. } log:explains { - :bob6139 :complies true. + :alice1139 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6140 :does :work_related_task. - :bob6140 :does :log_off_at_end_of_shift. + :alice1140 :does :log_off_at_end_of_shift. } log:explains { - :bob6140 :complies true. + :alice1140 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6141 :does :work_related_task. - :bob6141 :does :log_off_at_end_of_shift. + :alice1141 :does :log_off_at_end_of_shift. } log:explains { - :bob6141 :complies true. + :alice1141 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6142 :does :work_related_task. - :bob6142 :does :log_off_at_end_of_shift. + :alice1142 :does :log_off_at_end_of_shift. } log:explains { - :bob6142 :complies true. + :alice1142 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6143 :does :work_related_task. - :bob6143 :does :log_off_at_end_of_shift. + :alice1143 :does :log_off_at_end_of_shift. } log:explains { - :bob6143 :complies true. + :alice1143 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6144 :does :work_related_task. - :bob6144 :does :log_off_at_end_of_shift. + :alice1144 :does :log_off_at_end_of_shift. } log:explains { - :bob6144 :complies true. + :alice1144 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6145 :does :work_related_task. - :bob6145 :does :log_off_at_end_of_shift. + :alice1145 :does :log_off_at_end_of_shift. } log:explains { - :bob6145 :complies true. + :alice1145 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6146 :does :work_related_task. - :bob6146 :does :log_off_at_end_of_shift. + :alice1146 :does :log_off_at_end_of_shift. } log:explains { - :bob6146 :complies true. + :alice1146 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6147 :does :work_related_task. - :bob6147 :does :log_off_at_end_of_shift. + :alice1147 :does :log_off_at_end_of_shift. } log:explains { - :bob6147 :complies true. + :alice1147 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6148 :does :work_related_task. - :bob6148 :does :log_off_at_end_of_shift. + :alice1148 :does :log_off_at_end_of_shift. } log:explains { - :bob6148 :complies true. + :alice1148 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6149 :does :work_related_task. - :bob6149 :does :log_off_at_end_of_shift. + :alice1149 :does :log_off_at_end_of_shift. } log:explains { - :bob6149 :complies true. + :alice1149 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6150 :does :work_related_task. - :bob6150 :does :log_off_at_end_of_shift. + :alice1150 :does :log_off_at_end_of_shift. } log:explains { - :bob6150 :complies true. + :alice1150 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6151 :does :work_related_task. - :bob6151 :does :log_off_at_end_of_shift. + :alice1151 :does :log_off_at_end_of_shift. } log:explains { - :bob6151 :complies true. + :alice1151 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6152 :does :work_related_task. - :bob6152 :does :log_off_at_end_of_shift. + :alice1152 :does :log_off_at_end_of_shift. } log:explains { - :bob6152 :complies true. + :alice1152 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6153 :does :work_related_task. - :bob6153 :does :log_off_at_end_of_shift. + :alice1153 :does :log_off_at_end_of_shift. } log:explains { - :bob6153 :complies true. + :alice1153 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6154 :does :work_related_task. - :bob6154 :does :log_off_at_end_of_shift. + :alice1154 :does :log_off_at_end_of_shift. } log:explains { - :bob6154 :complies true. + :alice1154 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6155 :does :work_related_task. - :bob6155 :does :log_off_at_end_of_shift. + :alice1155 :does :log_off_at_end_of_shift. } log:explains { - :bob6155 :complies true. + :alice1155 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6156 :does :work_related_task. - :bob6156 :does :log_off_at_end_of_shift. + :alice1156 :does :log_off_at_end_of_shift. } log:explains { - :bob6156 :complies true. + :alice1156 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6157 :does :work_related_task. - :bob6157 :does :log_off_at_end_of_shift. + :alice1157 :does :log_off_at_end_of_shift. } log:explains { - :bob6157 :complies true. + :alice1157 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6158 :does :work_related_task. - :bob6158 :does :log_off_at_end_of_shift. + :alice1158 :does :log_off_at_end_of_shift. } log:explains { - :bob6158 :complies true. + :alice1158 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6159 :does :work_related_task. - :bob6159 :does :log_off_at_end_of_shift. + :alice1159 :does :log_off_at_end_of_shift. } log:explains { - :bob6159 :complies true. + :alice1159 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6160 :does :work_related_task. - :bob6160 :does :log_off_at_end_of_shift. + :alice1160 :does :log_off_at_end_of_shift. } log:explains { - :bob6160 :complies true. + :alice1160 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6161 :does :work_related_task. - :bob6161 :does :log_off_at_end_of_shift. + :alice1161 :does :log_off_at_end_of_shift. } log:explains { - :bob6161 :complies true. + :alice1161 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6162 :does :work_related_task. - :bob6162 :does :log_off_at_end_of_shift. + :alice1162 :does :log_off_at_end_of_shift. } log:explains { - :bob6162 :complies true. + :alice1162 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6163 :does :work_related_task. - :bob6163 :does :log_off_at_end_of_shift. + :alice1163 :does :log_off_at_end_of_shift. } log:explains { - :bob6163 :complies true. + :alice1163 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6164 :does :work_related_task. - :bob6164 :does :log_off_at_end_of_shift. + :alice1164 :does :log_off_at_end_of_shift. } log:explains { - :bob6164 :complies true. + :alice1164 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6165 :does :work_related_task. - :bob6165 :does :log_off_at_end_of_shift. + :alice1165 :does :log_off_at_end_of_shift. } log:explains { - :bob6165 :complies true. + :alice1165 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6166 :does :work_related_task. - :bob6166 :does :log_off_at_end_of_shift. + :alice1166 :does :log_off_at_end_of_shift. } log:explains { - :bob6166 :complies true. + :alice1166 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6167 :does :work_related_task. - :bob6167 :does :log_off_at_end_of_shift. + :alice1167 :does :log_off_at_end_of_shift. } log:explains { - :bob6167 :complies true. + :alice1167 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6168 :does :work_related_task. - :bob6168 :does :log_off_at_end_of_shift. + :alice1168 :does :log_off_at_end_of_shift. } log:explains { - :bob6168 :complies true. + :alice1168 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6169 :does :work_related_task. - :bob6169 :does :log_off_at_end_of_shift. + :alice1169 :does :log_off_at_end_of_shift. } log:explains { - :bob6169 :complies true. + :alice1169 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6170 :does :work_related_task. - :bob6170 :does :log_off_at_end_of_shift. + :alice1170 :does :log_off_at_end_of_shift. } log:explains { - :bob6170 :complies true. + :alice1170 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6171 :does :work_related_task. - :bob6171 :does :log_off_at_end_of_shift. + :alice1171 :does :log_off_at_end_of_shift. } log:explains { - :bob6171 :complies true. + :alice1171 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6172 :does :work_related_task. - :bob6172 :does :log_off_at_end_of_shift. + :alice1172 :does :log_off_at_end_of_shift. } log:explains { - :bob6172 :complies true. + :alice1172 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6173 :does :work_related_task. - :bob6173 :does :log_off_at_end_of_shift. + :alice1173 :does :log_off_at_end_of_shift. } log:explains { - :bob6173 :complies true. + :alice1173 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6174 :does :work_related_task. - :bob6174 :does :log_off_at_end_of_shift. + :alice1174 :does :log_off_at_end_of_shift. } log:explains { - :bob6174 :complies true. + :alice1174 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6175 :does :work_related_task. - :bob6175 :does :log_off_at_end_of_shift. + :alice1175 :does :log_off_at_end_of_shift. } log:explains { - :bob6175 :complies true. + :alice1175 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6176 :does :work_related_task. - :bob6176 :does :log_off_at_end_of_shift. + :alice1176 :does :log_off_at_end_of_shift. } log:explains { - :bob6176 :complies true. + :alice1176 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6177 :does :work_related_task. - :bob6177 :does :log_off_at_end_of_shift. + :alice1177 :does :log_off_at_end_of_shift. } log:explains { - :bob6177 :complies true. + :alice1177 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6178 :does :work_related_task. - :bob6178 :does :log_off_at_end_of_shift. + :alice1178 :does :log_off_at_end_of_shift. } log:explains { - :bob6178 :complies true. + :alice1178 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6179 :does :work_related_task. - :bob6179 :does :log_off_at_end_of_shift. + :alice1179 :does :log_off_at_end_of_shift. } log:explains { - :bob6179 :complies true. + :alice1179 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6180 :does :work_related_task. - :bob6180 :does :log_off_at_end_of_shift. + :alice1180 :does :log_off_at_end_of_shift. } log:explains { - :bob6180 :complies true. + :alice1180 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6181 :does :work_related_task. - :bob6181 :does :log_off_at_end_of_shift. + :alice1181 :does :log_off_at_end_of_shift. } log:explains { - :bob6181 :complies true. + :alice1181 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6182 :does :work_related_task. - :bob6182 :does :log_off_at_end_of_shift. + :alice1182 :does :log_off_at_end_of_shift. } log:explains { - :bob6182 :complies true. + :alice1182 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6183 :does :work_related_task. - :bob6183 :does :log_off_at_end_of_shift. + :alice1183 :does :log_off_at_end_of_shift. } log:explains { - :bob6183 :complies true. + :alice1183 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6184 :does :work_related_task. - :bob6184 :does :log_off_at_end_of_shift. + :alice1184 :does :log_off_at_end_of_shift. } log:explains { - :bob6184 :complies true. + :alice1184 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6185 :does :work_related_task. - :bob6185 :does :log_off_at_end_of_shift. + :alice1185 :does :log_off_at_end_of_shift. } log:explains { - :bob6185 :complies true. + :alice1185 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6186 :does :work_related_task. - :bob6186 :does :log_off_at_end_of_shift. + :alice1186 :does :log_off_at_end_of_shift. } log:explains { - :bob6186 :complies true. + :alice1186 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6187 :does :work_related_task. - :bob6187 :does :log_off_at_end_of_shift. + :alice1187 :does :log_off_at_end_of_shift. } log:explains { - :bob6187 :complies true. + :alice1187 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6188 :does :work_related_task. - :bob6188 :does :log_off_at_end_of_shift. + :alice1188 :does :log_off_at_end_of_shift. } log:explains { - :bob6188 :complies true. + :alice1188 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6189 :does :work_related_task. - :bob6189 :does :log_off_at_end_of_shift. + :alice1189 :does :log_off_at_end_of_shift. } log:explains { - :bob6189 :complies true. + :alice1189 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6190 :does :work_related_task. - :bob6190 :does :log_off_at_end_of_shift. + :alice1190 :does :log_off_at_end_of_shift. } log:explains { - :bob6190 :complies true. + :alice1190 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6191 :does :work_related_task. - :bob6191 :does :log_off_at_end_of_shift. + :alice1191 :does :log_off_at_end_of_shift. } log:explains { - :bob6191 :complies true. + :alice1191 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6192 :does :work_related_task. - :bob6192 :does :log_off_at_end_of_shift. + :alice1192 :does :log_off_at_end_of_shift. } log:explains { - :bob6192 :complies true. + :alice1192 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6193 :does :work_related_task. - :bob6193 :does :log_off_at_end_of_shift. + :alice1193 :does :log_off_at_end_of_shift. } log:explains { - :bob6193 :complies true. + :alice1193 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6194 :does :work_related_task. - :bob6194 :does :log_off_at_end_of_shift. + :alice1194 :does :log_off_at_end_of_shift. } log:explains { - :bob6194 :complies true. + :alice1194 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6195 :does :work_related_task. - :bob6195 :does :log_off_at_end_of_shift. + :alice1195 :does :log_off_at_end_of_shift. } log:explains { - :bob6195 :complies true. + :alice1195 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6196 :does :work_related_task. - :bob6196 :does :log_off_at_end_of_shift. + :alice1196 :does :log_off_at_end_of_shift. } log:explains { - :bob6196 :complies true. + :alice1196 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6197 :does :work_related_task. - :bob6197 :does :log_off_at_end_of_shift. + :alice1197 :does :log_off_at_end_of_shift. } log:explains { - :bob6197 :complies true. + :alice1197 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6198 :does :work_related_task. - :bob6198 :does :log_off_at_end_of_shift. + :alice1198 :does :log_off_at_end_of_shift. } log:explains { - :bob6198 :complies true. + :alice1198 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6199 :does :work_related_task. - :bob6199 :does :log_off_at_end_of_shift. + :alice1199 :does :log_off_at_end_of_shift. } log:explains { - :bob6199 :complies true. + :alice1199 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6200 :does :work_related_task. - :bob6200 :does :log_off_at_end_of_shift. + :alice1200 :does :log_off_at_end_of_shift. } log:explains { - :bob6200 :complies true. + :alice1200 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6201 :does :work_related_task. - :bob6201 :does :log_off_at_end_of_shift. + :alice1201 :does :log_off_at_end_of_shift. } log:explains { - :bob6201 :complies true. + :alice1201 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6202 :does :work_related_task. - :bob6202 :does :log_off_at_end_of_shift. + :alice1202 :does :log_off_at_end_of_shift. } log:explains { - :bob6202 :complies true. + :alice1202 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6203 :does :work_related_task. - :bob6203 :does :log_off_at_end_of_shift. + :alice1203 :does :log_off_at_end_of_shift. } log:explains { - :bob6203 :complies true. + :alice1203 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6204 :does :work_related_task. - :bob6204 :does :log_off_at_end_of_shift. + :alice1204 :does :log_off_at_end_of_shift. } log:explains { - :bob6204 :complies true. + :alice1204 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6205 :does :work_related_task. - :bob6205 :does :log_off_at_end_of_shift. + :alice1205 :does :log_off_at_end_of_shift. } log:explains { - :bob6205 :complies true. + :alice1205 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6206 :does :work_related_task. - :bob6206 :does :log_off_at_end_of_shift. + :alice1206 :does :log_off_at_end_of_shift. } log:explains { - :bob6206 :complies true. + :alice1206 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6207 :does :work_related_task. - :bob6207 :does :log_off_at_end_of_shift. + :alice1207 :does :log_off_at_end_of_shift. } log:explains { - :bob6207 :complies true. + :alice1207 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6208 :does :work_related_task. - :bob6208 :does :log_off_at_end_of_shift. + :alice1208 :does :log_off_at_end_of_shift. } log:explains { - :bob6208 :complies true. + :alice1208 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6209 :does :work_related_task. - :bob6209 :does :log_off_at_end_of_shift. + :alice1209 :does :log_off_at_end_of_shift. } log:explains { - :bob6209 :complies true. + :alice1209 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6210 :does :work_related_task. - :bob6210 :does :log_off_at_end_of_shift. + :alice1210 :does :log_off_at_end_of_shift. } log:explains { - :bob6210 :complies true. + :alice1210 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6211 :does :work_related_task. - :bob6211 :does :log_off_at_end_of_shift. + :alice1211 :does :log_off_at_end_of_shift. } log:explains { - :bob6211 :complies true. + :alice1211 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6212 :does :work_related_task. - :bob6212 :does :log_off_at_end_of_shift. + :alice1212 :does :log_off_at_end_of_shift. } log:explains { - :bob6212 :complies true. + :alice1212 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6213 :does :work_related_task. - :bob6213 :does :log_off_at_end_of_shift. + :alice1213 :does :log_off_at_end_of_shift. } log:explains { - :bob6213 :complies true. + :alice1213 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6214 :does :work_related_task. - :bob6214 :does :log_off_at_end_of_shift. + :alice1214 :does :log_off_at_end_of_shift. } log:explains { - :bob6214 :complies true. + :alice1214 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6215 :does :work_related_task. - :bob6215 :does :log_off_at_end_of_shift. + :alice1215 :does :log_off_at_end_of_shift. } log:explains { - :bob6215 :complies true. + :alice1215 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6216 :does :work_related_task. - :bob6216 :does :log_off_at_end_of_shift. + :alice1216 :does :log_off_at_end_of_shift. } log:explains { - :bob6216 :complies true. + :alice1216 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6217 :does :work_related_task. - :bob6217 :does :log_off_at_end_of_shift. + :alice1217 :does :log_off_at_end_of_shift. } log:explains { - :bob6217 :complies true. + :alice1217 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6218 :does :work_related_task. - :bob6218 :does :log_off_at_end_of_shift. + :alice1218 :does :log_off_at_end_of_shift. } log:explains { - :bob6218 :complies true. + :alice1218 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6219 :does :work_related_task. - :bob6219 :does :log_off_at_end_of_shift. + :alice1219 :does :log_off_at_end_of_shift. } log:explains { - :bob6219 :complies true. + :alice1219 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6220 :does :work_related_task. - :bob6220 :does :log_off_at_end_of_shift. + :alice1220 :does :log_off_at_end_of_shift. } log:explains { - :bob6220 :complies true. + :alice1220 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6221 :does :work_related_task. - :bob6221 :does :log_off_at_end_of_shift. + :alice1221 :does :log_off_at_end_of_shift. } log:explains { - :bob6221 :complies true. + :alice1221 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6222 :does :work_related_task. - :bob6222 :does :log_off_at_end_of_shift. + :alice1222 :does :log_off_at_end_of_shift. } log:explains { - :bob6222 :complies true. + :alice1222 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6223 :does :work_related_task. - :bob6223 :does :log_off_at_end_of_shift. + :alice1223 :does :log_off_at_end_of_shift. } log:explains { - :bob6223 :complies true. + :alice1223 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6224 :does :work_related_task. - :bob6224 :does :log_off_at_end_of_shift. + :alice1224 :does :log_off_at_end_of_shift. } log:explains { - :bob6224 :complies true. + :alice1224 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6225 :does :work_related_task. - :bob6225 :does :log_off_at_end_of_shift. + :alice1225 :does :log_off_at_end_of_shift. } log:explains { - :bob6225 :complies true. + :alice1225 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6226 :does :work_related_task. - :bob6226 :does :log_off_at_end_of_shift. + :alice1226 :does :log_off_at_end_of_shift. } log:explains { - :bob6226 :complies true. + :alice1226 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6227 :does :work_related_task. - :bob6227 :does :log_off_at_end_of_shift. + :alice1227 :does :log_off_at_end_of_shift. } log:explains { - :bob6227 :complies true. + :alice1227 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6228 :does :work_related_task. - :bob6228 :does :log_off_at_end_of_shift. + :alice1228 :does :log_off_at_end_of_shift. } log:explains { - :bob6228 :complies true. + :alice1228 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6229 :does :work_related_task. - :bob6229 :does :log_off_at_end_of_shift. + :alice1229 :does :log_off_at_end_of_shift. } log:explains { - :bob6229 :complies true. + :alice1229 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6230 :does :work_related_task. - :bob6230 :does :log_off_at_end_of_shift. + :alice1230 :does :log_off_at_end_of_shift. } log:explains { - :bob6230 :complies true. + :alice1230 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6231 :does :work_related_task. - :bob6231 :does :log_off_at_end_of_shift. + :alice1231 :does :log_off_at_end_of_shift. } log:explains { - :bob6231 :complies true. + :alice1231 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6232 :does :work_related_task. - :bob6232 :does :log_off_at_end_of_shift. + :alice1232 :does :log_off_at_end_of_shift. } log:explains { - :bob6232 :complies true. + :alice1232 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6233 :does :work_related_task. - :bob6233 :does :log_off_at_end_of_shift. + :alice1233 :does :log_off_at_end_of_shift. } log:explains { - :bob6233 :complies true. + :alice1233 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6234 :does :work_related_task. - :bob6234 :does :log_off_at_end_of_shift. + :alice1234 :does :log_off_at_end_of_shift. } log:explains { - :bob6234 :complies true. + :alice1234 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6235 :does :work_related_task. - :bob6235 :does :log_off_at_end_of_shift. + :alice1235 :does :log_off_at_end_of_shift. } log:explains { - :bob6235 :complies true. + :alice1235 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6236 :does :work_related_task. - :bob6236 :does :log_off_at_end_of_shift. + :alice1236 :does :log_off_at_end_of_shift. } log:explains { - :bob6236 :complies true. + :alice1236 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6237 :does :work_related_task. - :bob6237 :does :log_off_at_end_of_shift. + :alice1237 :does :log_off_at_end_of_shift. } log:explains { - :bob6237 :complies true. + :alice1237 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6238 :does :work_related_task. - :bob6238 :does :log_off_at_end_of_shift. + :alice1238 :does :log_off_at_end_of_shift. } log:explains { - :bob6238 :complies true. + :alice1238 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6239 :does :work_related_task. - :bob6239 :does :log_off_at_end_of_shift. + :alice1239 :does :log_off_at_end_of_shift. } log:explains { - :bob6239 :complies true. + :alice1239 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6240 :does :work_related_task. - :bob6240 :does :log_off_at_end_of_shift. + :alice1240 :does :log_off_at_end_of_shift. } log:explains { - :bob6240 :complies true. + :alice1240 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6241 :does :work_related_task. - :bob6241 :does :log_off_at_end_of_shift. + :alice1241 :does :log_off_at_end_of_shift. } log:explains { - :bob6241 :complies true. + :alice1241 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6242 :does :work_related_task. - :bob6242 :does :log_off_at_end_of_shift. + :alice1242 :does :log_off_at_end_of_shift. } log:explains { - :bob6242 :complies true. + :alice1242 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6243 :does :work_related_task. - :bob6243 :does :log_off_at_end_of_shift. + :alice1243 :does :log_off_at_end_of_shift. } log:explains { - :bob6243 :complies true. + :alice1243 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6244 :does :work_related_task. - :bob6244 :does :log_off_at_end_of_shift. + :alice1244 :does :log_off_at_end_of_shift. } log:explains { - :bob6244 :complies true. + :alice1244 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6245 :does :work_related_task. - :bob6245 :does :log_off_at_end_of_shift. + :alice1245 :does :log_off_at_end_of_shift. } log:explains { - :bob6245 :complies true. + :alice1245 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6246 :does :work_related_task. - :bob6246 :does :log_off_at_end_of_shift. + :alice1246 :does :log_off_at_end_of_shift. } log:explains { - :bob6246 :complies true. + :alice1246 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6247 :does :work_related_task. - :bob6247 :does :log_off_at_end_of_shift. + :alice1247 :does :log_off_at_end_of_shift. } log:explains { - :bob6247 :complies true. + :alice1247 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6248 :does :work_related_task. - :bob6248 :does :log_off_at_end_of_shift. + :alice1248 :does :log_off_at_end_of_shift. } log:explains { - :bob6248 :complies true. + :alice1248 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6249 :does :work_related_task. - :bob6249 :does :log_off_at_end_of_shift. + :alice1249 :does :log_off_at_end_of_shift. } log:explains { - :bob6249 :complies true. + :alice1249 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6250 :does :work_related_task. - :bob6250 :does :log_off_at_end_of_shift. + :alice1250 :does :log_off_at_end_of_shift. } log:explains { - :bob6250 :complies true. + :alice1250 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6251 :does :work_related_task. - :bob6251 :does :log_off_at_end_of_shift. + :alice1251 :does :log_off_at_end_of_shift. } log:explains { - :bob6251 :complies true. + :alice1251 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6252 :does :work_related_task. - :bob6252 :does :log_off_at_end_of_shift. + :alice1252 :does :log_off_at_end_of_shift. } log:explains { - :bob6252 :complies true. + :alice1252 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6253 :does :work_related_task. - :bob6253 :does :log_off_at_end_of_shift. + :alice1253 :does :log_off_at_end_of_shift. } log:explains { - :bob6253 :complies true. + :alice1253 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6254 :does :work_related_task. - :bob6254 :does :log_off_at_end_of_shift. + :alice1254 :does :log_off_at_end_of_shift. } log:explains { - :bob6254 :complies true. + :alice1254 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6255 :does :work_related_task. - :bob6255 :does :log_off_at_end_of_shift. + :alice1255 :does :log_off_at_end_of_shift. } log:explains { - :bob6255 :complies true. + :alice1255 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6256 :does :work_related_task. - :bob6256 :does :log_off_at_end_of_shift. + :alice1256 :does :log_off_at_end_of_shift. } log:explains { - :bob6256 :complies true. + :alice1256 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6257 :does :work_related_task. - :bob6257 :does :log_off_at_end_of_shift. + :alice1257 :does :log_off_at_end_of_shift. } log:explains { - :bob6257 :complies true. + :alice1257 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6258 :does :work_related_task. - :bob6258 :does :log_off_at_end_of_shift. + :alice1258 :does :log_off_at_end_of_shift. } log:explains { - :bob6258 :complies true. + :alice1258 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6259 :does :work_related_task. - :bob6259 :does :log_off_at_end_of_shift. + :alice1259 :does :log_off_at_end_of_shift. } log:explains { - :bob6259 :complies true. + :alice1259 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6260 :does :work_related_task. - :bob6260 :does :log_off_at_end_of_shift. + :alice1260 :does :log_off_at_end_of_shift. } log:explains { - :bob6260 :complies true. + :alice1260 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6261 :does :work_related_task. - :bob6261 :does :log_off_at_end_of_shift. + :alice1261 :does :log_off_at_end_of_shift. } log:explains { - :bob6261 :complies true. + :alice1261 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6262 :does :work_related_task. - :bob6262 :does :log_off_at_end_of_shift. + :alice1262 :does :log_off_at_end_of_shift. } log:explains { - :bob6262 :complies true. + :alice1262 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6263 :does :work_related_task. - :bob6263 :does :log_off_at_end_of_shift. + :alice1263 :does :log_off_at_end_of_shift. } log:explains { - :bob6263 :complies true. + :alice1263 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6264 :does :work_related_task. - :bob6264 :does :log_off_at_end_of_shift. + :alice1264 :does :log_off_at_end_of_shift. } log:explains { - :bob6264 :complies true. + :alice1264 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6265 :does :work_related_task. - :bob6265 :does :log_off_at_end_of_shift. + :alice1265 :does :log_off_at_end_of_shift. } log:explains { - :bob6265 :complies true. + :alice1265 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6266 :does :work_related_task. - :bob6266 :does :log_off_at_end_of_shift. + :alice1266 :does :log_off_at_end_of_shift. } log:explains { - :bob6266 :complies true. + :alice1266 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6267 :does :work_related_task. - :bob6267 :does :log_off_at_end_of_shift. + :alice1267 :does :log_off_at_end_of_shift. } log:explains { - :bob6267 :complies true. + :alice1267 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6268 :does :work_related_task. - :bob6268 :does :log_off_at_end_of_shift. + :alice1268 :does :log_off_at_end_of_shift. } log:explains { - :bob6268 :complies true. + :alice1268 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6269 :does :work_related_task. - :bob6269 :does :log_off_at_end_of_shift. + :alice1269 :does :log_off_at_end_of_shift. } log:explains { - :bob6269 :complies true. + :alice1269 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6270 :does :work_related_task. - :bob6270 :does :log_off_at_end_of_shift. + :alice1270 :does :log_off_at_end_of_shift. } log:explains { - :bob6270 :complies true. + :alice1270 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6271 :does :work_related_task. - :bob6271 :does :log_off_at_end_of_shift. + :alice1271 :does :log_off_at_end_of_shift. } log:explains { - :bob6271 :complies true. + :alice1271 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6272 :does :work_related_task. - :bob6272 :does :log_off_at_end_of_shift. + :alice1272 :does :log_off_at_end_of_shift. } log:explains { - :bob6272 :complies true. + :alice1272 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6273 :does :work_related_task. - :bob6273 :does :log_off_at_end_of_shift. + :alice1273 :does :log_off_at_end_of_shift. } log:explains { - :bob6273 :complies true. + :alice1273 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6274 :does :work_related_task. - :bob6274 :does :log_off_at_end_of_shift. + :alice1274 :does :log_off_at_end_of_shift. } log:explains { - :bob6274 :complies true. + :alice1274 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6275 :does :work_related_task. - :bob6275 :does :log_off_at_end_of_shift. + :alice1275 :does :log_off_at_end_of_shift. } log:explains { - :bob6275 :complies true. + :alice1275 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6276 :does :work_related_task. - :bob6276 :does :log_off_at_end_of_shift. + :alice1276 :does :log_off_at_end_of_shift. } log:explains { - :bob6276 :complies true. + :alice1276 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6277 :does :work_related_task. - :bob6277 :does :log_off_at_end_of_shift. + :alice1277 :does :log_off_at_end_of_shift. } log:explains { - :bob6277 :complies true. + :alice1277 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6278 :does :work_related_task. - :bob6278 :does :log_off_at_end_of_shift. + :alice1278 :does :log_off_at_end_of_shift. } log:explains { - :bob6278 :complies true. + :alice1278 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6279 :does :work_related_task. - :bob6279 :does :log_off_at_end_of_shift. + :alice1279 :does :log_off_at_end_of_shift. } log:explains { - :bob6279 :complies true. + :alice1279 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6280 :does :work_related_task. - :bob6280 :does :log_off_at_end_of_shift. + :alice1280 :does :log_off_at_end_of_shift. } log:explains { - :bob6280 :complies true. + :alice1280 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6281 :does :work_related_task. - :bob6281 :does :log_off_at_end_of_shift. + :alice1281 :does :log_off_at_end_of_shift. } log:explains { - :bob6281 :complies true. + :alice1281 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6282 :does :work_related_task. - :bob6282 :does :log_off_at_end_of_shift. + :alice1282 :does :log_off_at_end_of_shift. } log:explains { - :bob6282 :complies true. + :alice1282 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6283 :does :work_related_task. - :bob6283 :does :log_off_at_end_of_shift. + :alice1283 :does :log_off_at_end_of_shift. } log:explains { - :bob6283 :complies true. + :alice1283 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6284 :does :work_related_task. - :bob6284 :does :log_off_at_end_of_shift. + :alice1284 :does :log_off_at_end_of_shift. } log:explains { - :bob6284 :complies true. + :alice1284 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6285 :does :work_related_task. - :bob6285 :does :log_off_at_end_of_shift. + :alice1285 :does :log_off_at_end_of_shift. } log:explains { - :bob6285 :complies true. + :alice1285 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6286 :does :work_related_task. - :bob6286 :does :log_off_at_end_of_shift. + :alice1286 :does :log_off_at_end_of_shift. } log:explains { - :bob6286 :complies true. + :alice1286 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6287 :does :work_related_task. - :bob6287 :does :log_off_at_end_of_shift. + :alice1287 :does :log_off_at_end_of_shift. } log:explains { - :bob6287 :complies true. + :alice1287 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6288 :does :work_related_task. - :bob6288 :does :log_off_at_end_of_shift. + :alice1288 :does :log_off_at_end_of_shift. } log:explains { - :bob6288 :complies true. + :alice1288 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6289 :does :work_related_task. - :bob6289 :does :log_off_at_end_of_shift. + :alice1289 :does :log_off_at_end_of_shift. } log:explains { - :bob6289 :complies true. + :alice1289 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6290 :does :work_related_task. - :bob6290 :does :log_off_at_end_of_shift. + :alice1290 :does :log_off_at_end_of_shift. } log:explains { - :bob6290 :complies true. + :alice1290 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6291 :does :work_related_task. - :bob6291 :does :log_off_at_end_of_shift. + :alice1291 :does :log_off_at_end_of_shift. } log:explains { - :bob6291 :complies true. + :alice1291 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6292 :does :work_related_task. - :bob6292 :does :log_off_at_end_of_shift. + :alice1292 :does :log_off_at_end_of_shift. } log:explains { - :bob6292 :complies true. + :alice1292 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6293 :does :work_related_task. - :bob6293 :does :log_off_at_end_of_shift. + :alice1293 :does :log_off_at_end_of_shift. } log:explains { - :bob6293 :complies true. + :alice1293 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6294 :does :work_related_task. - :bob6294 :does :log_off_at_end_of_shift. + :alice1294 :does :log_off_at_end_of_shift. } log:explains { - :bob6294 :complies true. + :alice1294 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6295 :does :work_related_task. - :bob6295 :does :log_off_at_end_of_shift. + :alice1295 :does :log_off_at_end_of_shift. } log:explains { - :bob6295 :complies true. + :alice1295 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6296 :does :work_related_task. - :bob6296 :does :log_off_at_end_of_shift. + :alice1296 :does :log_off_at_end_of_shift. } log:explains { - :bob6296 :complies true. + :alice1296 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6297 :does :work_related_task. - :bob6297 :does :log_off_at_end_of_shift. + :alice1297 :does :log_off_at_end_of_shift. } log:explains { - :bob6297 :complies true. + :alice1297 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6298 :does :work_related_task. - :bob6298 :does :log_off_at_end_of_shift. + :alice1298 :does :log_off_at_end_of_shift. } log:explains { - :bob6298 :complies true. + :alice1298 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6299 :does :work_related_task. - :bob6299 :does :log_off_at_end_of_shift. + :alice1299 :does :log_off_at_end_of_shift. } log:explains { - :bob6299 :complies true. + :alice1299 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6300 :does :work_related_task. - :bob6300 :does :log_off_at_end_of_shift. + :alice1300 :does :log_off_at_end_of_shift. } log:explains { - :bob6300 :complies true. + :alice1300 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6301 :does :work_related_task. - :bob6301 :does :log_off_at_end_of_shift. + :alice1301 :does :log_off_at_end_of_shift. } log:explains { - :bob6301 :complies true. + :alice1301 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6302 :does :work_related_task. - :bob6302 :does :log_off_at_end_of_shift. + :alice1302 :does :log_off_at_end_of_shift. } log:explains { - :bob6302 :complies true. + :alice1302 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6303 :does :work_related_task. - :bob6303 :does :log_off_at_end_of_shift. + :alice1303 :does :log_off_at_end_of_shift. } log:explains { - :bob6303 :complies true. + :alice1303 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6304 :does :work_related_task. - :bob6304 :does :log_off_at_end_of_shift. + :alice1304 :does :log_off_at_end_of_shift. } log:explains { - :bob6304 :complies true. + :alice1304 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6305 :does :work_related_task. - :bob6305 :does :log_off_at_end_of_shift. + :alice1305 :does :log_off_at_end_of_shift. } log:explains { - :bob6305 :complies true. + :alice1305 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6306 :does :work_related_task. - :bob6306 :does :log_off_at_end_of_shift. + :alice1306 :does :log_off_at_end_of_shift. } log:explains { - :bob6306 :complies true. + :alice1306 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6307 :does :work_related_task. - :bob6307 :does :log_off_at_end_of_shift. + :alice1307 :does :log_off_at_end_of_shift. } log:explains { - :bob6307 :complies true. + :alice1307 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6308 :does :work_related_task. - :bob6308 :does :log_off_at_end_of_shift. + :alice1308 :does :log_off_at_end_of_shift. } log:explains { - :bob6308 :complies true. + :alice1308 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6309 :does :work_related_task. - :bob6309 :does :log_off_at_end_of_shift. + :alice1309 :does :log_off_at_end_of_shift. } log:explains { - :bob6309 :complies true. + :alice1309 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6310 :does :work_related_task. - :bob6310 :does :log_off_at_end_of_shift. + :alice1310 :does :log_off_at_end_of_shift. } log:explains { - :bob6310 :complies true. + :alice1310 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6311 :does :work_related_task. - :bob6311 :does :log_off_at_end_of_shift. + :alice1311 :does :log_off_at_end_of_shift. } log:explains { - :bob6311 :complies true. + :alice1311 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6312 :does :work_related_task. - :bob6312 :does :log_off_at_end_of_shift. + :alice1312 :does :log_off_at_end_of_shift. } log:explains { - :bob6312 :complies true. + :alice1312 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6313 :does :work_related_task. - :bob6313 :does :log_off_at_end_of_shift. + :alice1313 :does :log_off_at_end_of_shift. } log:explains { - :bob6313 :complies true. + :alice1313 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6314 :does :work_related_task. - :bob6314 :does :log_off_at_end_of_shift. + :alice1314 :does :log_off_at_end_of_shift. } log:explains { - :bob6314 :complies true. + :alice1314 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6315 :does :work_related_task. - :bob6315 :does :log_off_at_end_of_shift. + :alice1315 :does :log_off_at_end_of_shift. } log:explains { - :bob6315 :complies true. + :alice1315 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6316 :does :work_related_task. - :bob6316 :does :log_off_at_end_of_shift. + :alice1316 :does :log_off_at_end_of_shift. } log:explains { - :bob6316 :complies true. + :alice1316 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6317 :does :work_related_task. - :bob6317 :does :log_off_at_end_of_shift. + :alice1317 :does :log_off_at_end_of_shift. } log:explains { - :bob6317 :complies true. + :alice1317 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6318 :does :work_related_task. - :bob6318 :does :log_off_at_end_of_shift. + :alice1318 :does :log_off_at_end_of_shift. } log:explains { - :bob6318 :complies true. + :alice1318 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6319 :does :work_related_task. - :bob6319 :does :log_off_at_end_of_shift. + :alice1319 :does :log_off_at_end_of_shift. } log:explains { - :bob6319 :complies true. + :alice1319 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6320 :does :work_related_task. - :bob6320 :does :log_off_at_end_of_shift. + :alice1320 :does :log_off_at_end_of_shift. } log:explains { - :bob6320 :complies true. + :alice1320 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6321 :does :work_related_task. - :bob6321 :does :log_off_at_end_of_shift. + :alice1321 :does :log_off_at_end_of_shift. } log:explains { - :bob6321 :complies true. + :alice1321 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6322 :does :work_related_task. - :bob6322 :does :log_off_at_end_of_shift. + :alice1322 :does :log_off_at_end_of_shift. } log:explains { - :bob6322 :complies true. + :alice1322 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6323 :does :work_related_task. - :bob6323 :does :log_off_at_end_of_shift. + :alice1323 :does :log_off_at_end_of_shift. } log:explains { - :bob6323 :complies true. + :alice1323 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6324 :does :work_related_task. - :bob6324 :does :log_off_at_end_of_shift. + :alice1324 :does :log_off_at_end_of_shift. } log:explains { - :bob6324 :complies true. + :alice1324 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6325 :does :work_related_task. - :bob6325 :does :log_off_at_end_of_shift. + :alice1325 :does :log_off_at_end_of_shift. } log:explains { - :bob6325 :complies true. + :alice1325 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6326 :does :work_related_task. - :bob6326 :does :log_off_at_end_of_shift. + :alice1326 :does :log_off_at_end_of_shift. } log:explains { - :bob6326 :complies true. + :alice1326 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6327 :does :work_related_task. - :bob6327 :does :log_off_at_end_of_shift. + :alice1327 :does :log_off_at_end_of_shift. } log:explains { - :bob6327 :complies true. + :alice1327 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6328 :does :work_related_task. - :bob6328 :does :log_off_at_end_of_shift. + :alice1328 :does :log_off_at_end_of_shift. } log:explains { - :bob6328 :complies true. + :alice1328 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6329 :does :work_related_task. - :bob6329 :does :log_off_at_end_of_shift. + :alice1329 :does :log_off_at_end_of_shift. } log:explains { - :bob6329 :complies true. + :alice1329 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6330 :does :work_related_task. - :bob6330 :does :log_off_at_end_of_shift. + :alice1330 :does :log_off_at_end_of_shift. } log:explains { - :bob6330 :complies true. + :alice1330 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6331 :does :work_related_task. - :bob6331 :does :log_off_at_end_of_shift. + :alice1331 :does :log_off_at_end_of_shift. } log:explains { - :bob6331 :complies true. + :alice1331 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6332 :does :work_related_task. - :bob6332 :does :log_off_at_end_of_shift. + :alice1332 :does :log_off_at_end_of_shift. } log:explains { - :bob6332 :complies true. + :alice1332 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6333 :does :work_related_task. - :bob6333 :does :log_off_at_end_of_shift. + :alice1333 :does :log_off_at_end_of_shift. } log:explains { - :bob6333 :complies true. + :alice1333 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6334 :does :work_related_task. - :bob6334 :does :log_off_at_end_of_shift. + :alice1334 :does :log_off_at_end_of_shift. } log:explains { - :bob6334 :complies true. + :alice1334 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6335 :does :work_related_task. - :bob6335 :does :log_off_at_end_of_shift. + :alice1335 :does :log_off_at_end_of_shift. } log:explains { - :bob6335 :complies true. + :alice1335 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6336 :does :work_related_task. - :bob6336 :does :log_off_at_end_of_shift. + :alice1336 :does :log_off_at_end_of_shift. } log:explains { - :bob6336 :complies true. + :alice1336 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6337 :does :work_related_task. - :bob6337 :does :log_off_at_end_of_shift. + :alice1337 :does :log_off_at_end_of_shift. } log:explains { - :bob6337 :complies true. + :alice1337 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6338 :does :work_related_task. - :bob6338 :does :log_off_at_end_of_shift. + :alice1338 :does :log_off_at_end_of_shift. } log:explains { - :bob6338 :complies true. + :alice1338 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6339 :does :work_related_task. - :bob6339 :does :log_off_at_end_of_shift. + :alice1339 :does :log_off_at_end_of_shift. } log:explains { - :bob6339 :complies true. + :alice1339 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6340 :does :work_related_task. - :bob6340 :does :log_off_at_end_of_shift. + :alice1340 :does :log_off_at_end_of_shift. } log:explains { - :bob6340 :complies true. + :alice1340 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6341 :does :work_related_task. - :bob6341 :does :log_off_at_end_of_shift. + :alice1341 :does :log_off_at_end_of_shift. } log:explains { - :bob6341 :complies true. + :alice1341 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6342 :does :work_related_task. - :bob6342 :does :log_off_at_end_of_shift. + :alice1342 :does :log_off_at_end_of_shift. } log:explains { - :bob6342 :complies true. + :alice1342 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6343 :does :work_related_task. - :bob6343 :does :log_off_at_end_of_shift. + :alice1343 :does :log_off_at_end_of_shift. } log:explains { - :bob6343 :complies true. + :alice1343 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6344 :does :work_related_task. - :bob6344 :does :log_off_at_end_of_shift. + :alice1344 :does :log_off_at_end_of_shift. } log:explains { - :bob6344 :complies true. + :alice1344 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6345 :does :work_related_task. - :bob6345 :does :log_off_at_end_of_shift. + :alice1345 :does :log_off_at_end_of_shift. } log:explains { - :bob6345 :complies true. + :alice1345 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6346 :does :work_related_task. - :bob6346 :does :log_off_at_end_of_shift. + :alice1346 :does :log_off_at_end_of_shift. } log:explains { - :bob6346 :complies true. + :alice1346 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6347 :does :work_related_task. - :bob6347 :does :log_off_at_end_of_shift. + :alice1347 :does :log_off_at_end_of_shift. } log:explains { - :bob6347 :complies true. + :alice1347 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6348 :does :work_related_task. - :bob6348 :does :log_off_at_end_of_shift. + :alice1348 :does :log_off_at_end_of_shift. } log:explains { - :bob6348 :complies true. + :alice1348 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6349 :does :work_related_task. - :bob6349 :does :log_off_at_end_of_shift. + :alice1349 :does :log_off_at_end_of_shift. } log:explains { - :bob6349 :complies true. + :alice1349 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6350 :does :work_related_task. - :bob6350 :does :log_off_at_end_of_shift. + :alice1350 :does :log_off_at_end_of_shift. } log:explains { - :bob6350 :complies true. + :alice1350 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6351 :does :work_related_task. - :bob6351 :does :log_off_at_end_of_shift. + :alice1351 :does :log_off_at_end_of_shift. } log:explains { - :bob6351 :complies true. + :alice1351 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6352 :does :work_related_task. - :bob6352 :does :log_off_at_end_of_shift. + :alice1352 :does :log_off_at_end_of_shift. } log:explains { - :bob6352 :complies true. + :alice1352 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6353 :does :work_related_task. - :bob6353 :does :log_off_at_end_of_shift. + :alice1353 :does :log_off_at_end_of_shift. } log:explains { - :bob6353 :complies true. + :alice1353 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6354 :does :work_related_task. - :bob6354 :does :log_off_at_end_of_shift. + :alice1354 :does :log_off_at_end_of_shift. } log:explains { - :bob6354 :complies true. + :alice1354 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6355 :does :work_related_task. - :bob6355 :does :log_off_at_end_of_shift. + :alice1355 :does :log_off_at_end_of_shift. } log:explains { - :bob6355 :complies true. + :alice1355 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6356 :does :work_related_task. - :bob6356 :does :log_off_at_end_of_shift. + :alice1356 :does :log_off_at_end_of_shift. } log:explains { - :bob6356 :complies true. + :alice1356 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6357 :does :work_related_task. - :bob6357 :does :log_off_at_end_of_shift. + :alice1357 :does :log_off_at_end_of_shift. } log:explains { - :bob6357 :complies true. + :alice1357 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6358 :does :work_related_task. - :bob6358 :does :log_off_at_end_of_shift. + :alice1358 :does :log_off_at_end_of_shift. } log:explains { - :bob6358 :complies true. + :alice1358 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6359 :does :work_related_task. - :bob6359 :does :log_off_at_end_of_shift. + :alice1359 :does :log_off_at_end_of_shift. } log:explains { - :bob6359 :complies true. + :alice1359 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6360 :does :work_related_task. - :bob6360 :does :log_off_at_end_of_shift. + :alice1360 :does :log_off_at_end_of_shift. } log:explains { - :bob6360 :complies true. + :alice1360 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6361 :does :work_related_task. - :bob6361 :does :log_off_at_end_of_shift. + :alice1361 :does :log_off_at_end_of_shift. } log:explains { - :bob6361 :complies true. + :alice1361 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6362 :does :work_related_task. - :bob6362 :does :log_off_at_end_of_shift. + :alice1362 :does :log_off_at_end_of_shift. } log:explains { - :bob6362 :complies true. + :alice1362 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6363 :does :work_related_task. - :bob6363 :does :log_off_at_end_of_shift. + :alice1363 :does :log_off_at_end_of_shift. } log:explains { - :bob6363 :complies true. + :alice1363 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6364 :does :work_related_task. - :bob6364 :does :log_off_at_end_of_shift. + :alice1364 :does :log_off_at_end_of_shift. } log:explains { - :bob6364 :complies true. + :alice1364 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6365 :does :work_related_task. - :bob6365 :does :log_off_at_end_of_shift. + :alice1365 :does :log_off_at_end_of_shift. } log:explains { - :bob6365 :complies true. + :alice1365 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6366 :does :work_related_task. - :bob6366 :does :log_off_at_end_of_shift. + :alice1366 :does :log_off_at_end_of_shift. } log:explains { - :bob6366 :complies true. + :alice1366 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6367 :does :work_related_task. - :bob6367 :does :log_off_at_end_of_shift. + :alice1367 :does :log_off_at_end_of_shift. } log:explains { - :bob6367 :complies true. + :alice1367 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6368 :does :work_related_task. - :bob6368 :does :log_off_at_end_of_shift. + :alice1368 :does :log_off_at_end_of_shift. } log:explains { - :bob6368 :complies true. + :alice1368 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6369 :does :work_related_task. - :bob6369 :does :log_off_at_end_of_shift. + :alice1369 :does :log_off_at_end_of_shift. } log:explains { - :bob6369 :complies true. + :alice1369 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6370 :does :work_related_task. - :bob6370 :does :log_off_at_end_of_shift. + :alice1370 :does :log_off_at_end_of_shift. } log:explains { - :bob6370 :complies true. + :alice1370 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6371 :does :work_related_task. - :bob6371 :does :log_off_at_end_of_shift. + :alice1371 :does :log_off_at_end_of_shift. } log:explains { - :bob6371 :complies true. + :alice1371 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6372 :does :work_related_task. - :bob6372 :does :log_off_at_end_of_shift. + :alice1372 :does :log_off_at_end_of_shift. } log:explains { - :bob6372 :complies true. + :alice1372 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6373 :does :work_related_task. - :bob6373 :does :log_off_at_end_of_shift. + :alice1373 :does :log_off_at_end_of_shift. } log:explains { - :bob6373 :complies true. + :alice1373 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6374 :does :work_related_task. - :bob6374 :does :log_off_at_end_of_shift. + :alice1374 :does :log_off_at_end_of_shift. } log:explains { - :bob6374 :complies true. + :alice1374 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6375 :does :work_related_task. - :bob6375 :does :log_off_at_end_of_shift. + :alice1375 :does :log_off_at_end_of_shift. } log:explains { - :bob6375 :complies true. + :alice1375 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6376 :does :work_related_task. - :bob6376 :does :log_off_at_end_of_shift. + :alice1376 :does :log_off_at_end_of_shift. } log:explains { - :bob6376 :complies true. + :alice1376 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6377 :does :work_related_task. - :bob6377 :does :log_off_at_end_of_shift. + :alice1377 :does :log_off_at_end_of_shift. } log:explains { - :bob6377 :complies true. + :alice1377 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6378 :does :work_related_task. - :bob6378 :does :log_off_at_end_of_shift. + :alice1378 :does :log_off_at_end_of_shift. } log:explains { - :bob6378 :complies true. + :alice1378 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6379 :does :work_related_task. - :bob6379 :does :log_off_at_end_of_shift. + :alice1379 :does :log_off_at_end_of_shift. } log:explains { - :bob6379 :complies true. + :alice1379 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6380 :does :work_related_task. - :bob6380 :does :log_off_at_end_of_shift. + :alice1380 :does :log_off_at_end_of_shift. } log:explains { - :bob6380 :complies true. + :alice1380 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6381 :does :work_related_task. - :bob6381 :does :log_off_at_end_of_shift. + :alice1381 :does :log_off_at_end_of_shift. } log:explains { - :bob6381 :complies true. + :alice1381 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6382 :does :work_related_task. - :bob6382 :does :log_off_at_end_of_shift. + :alice1382 :does :log_off_at_end_of_shift. } log:explains { - :bob6382 :complies true. + :alice1382 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6383 :does :work_related_task. - :bob6383 :does :log_off_at_end_of_shift. + :alice1383 :does :log_off_at_end_of_shift. } log:explains { - :bob6383 :complies true. + :alice1383 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6384 :does :work_related_task. - :bob6384 :does :log_off_at_end_of_shift. + :alice1384 :does :log_off_at_end_of_shift. } log:explains { - :bob6384 :complies true. + :alice1384 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6385 :does :work_related_task. - :bob6385 :does :log_off_at_end_of_shift. + :alice1385 :does :log_off_at_end_of_shift. } log:explains { - :bob6385 :complies true. + :alice1385 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6386 :does :work_related_task. - :bob6386 :does :log_off_at_end_of_shift. + :alice1386 :does :log_off_at_end_of_shift. } log:explains { - :bob6386 :complies true. + :alice1386 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6387 :does :work_related_task. - :bob6387 :does :log_off_at_end_of_shift. + :alice1387 :does :log_off_at_end_of_shift. } log:explains { - :bob6387 :complies true. + :alice1387 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6388 :does :work_related_task. - :bob6388 :does :log_off_at_end_of_shift. + :alice1388 :does :log_off_at_end_of_shift. } log:explains { - :bob6388 :complies true. + :alice1388 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6389 :does :work_related_task. - :bob6389 :does :log_off_at_end_of_shift. + :alice1389 :does :log_off_at_end_of_shift. } log:explains { - :bob6389 :complies true. + :alice1389 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6390 :does :work_related_task. - :bob6390 :does :log_off_at_end_of_shift. + :alice1390 :does :log_off_at_end_of_shift. } log:explains { - :bob6390 :complies true. + :alice1390 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6391 :does :work_related_task. - :bob6391 :does :log_off_at_end_of_shift. + :alice1391 :does :log_off_at_end_of_shift. } log:explains { - :bob6391 :complies true. + :alice1391 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6392 :does :work_related_task. - :bob6392 :does :log_off_at_end_of_shift. + :alice1392 :does :log_off_at_end_of_shift. } log:explains { - :bob6392 :complies true. + :alice1392 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6393 :does :work_related_task. - :bob6393 :does :log_off_at_end_of_shift. + :alice1393 :does :log_off_at_end_of_shift. } log:explains { - :bob6393 :complies true. + :alice1393 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6394 :does :work_related_task. - :bob6394 :does :log_off_at_end_of_shift. + :alice1394 :does :log_off_at_end_of_shift. } log:explains { - :bob6394 :complies true. + :alice1394 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6395 :does :work_related_task. - :bob6395 :does :log_off_at_end_of_shift. + :alice1395 :does :log_off_at_end_of_shift. } log:explains { - :bob6395 :complies true. + :alice1395 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6396 :does :work_related_task. - :bob6396 :does :log_off_at_end_of_shift. + :alice1396 :does :log_off_at_end_of_shift. } log:explains { - :bob6396 :complies true. + :alice1396 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6397 :does :work_related_task. - :bob6397 :does :log_off_at_end_of_shift. + :alice1397 :does :log_off_at_end_of_shift. } log:explains { - :bob6397 :complies true. + :alice1397 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6398 :does :work_related_task. - :bob6398 :does :log_off_at_end_of_shift. + :alice1398 :does :log_off_at_end_of_shift. } log:explains { - :bob6398 :complies true. + :alice1398 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6399 :does :work_related_task. - :bob6399 :does :log_off_at_end_of_shift. + :alice1399 :does :log_off_at_end_of_shift. } log:explains { - :bob6399 :complies true. + :alice1399 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6400 :does :work_related_task. - :bob6400 :does :log_off_at_end_of_shift. + :alice1400 :does :log_off_at_end_of_shift. } log:explains { - :bob6400 :complies true. + :alice1400 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6401 :does :work_related_task. - :bob6401 :does :log_off_at_end_of_shift. + :alice1401 :does :log_off_at_end_of_shift. } log:explains { - :bob6401 :complies true. + :alice1401 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6402 :does :work_related_task. - :bob6402 :does :log_off_at_end_of_shift. + :alice1402 :does :log_off_at_end_of_shift. } log:explains { - :bob6402 :complies true. + :alice1402 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6403 :does :work_related_task. - :bob6403 :does :log_off_at_end_of_shift. + :alice1403 :does :log_off_at_end_of_shift. } log:explains { - :bob6403 :complies true. + :alice1403 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6404 :does :work_related_task. - :bob6404 :does :log_off_at_end_of_shift. + :alice1404 :does :log_off_at_end_of_shift. } log:explains { - :bob6404 :complies true. + :alice1404 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6405 :does :work_related_task. - :bob6405 :does :log_off_at_end_of_shift. + :alice1405 :does :log_off_at_end_of_shift. } log:explains { - :bob6405 :complies true. + :alice1405 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6406 :does :work_related_task. - :bob6406 :does :log_off_at_end_of_shift. + :alice1406 :does :log_off_at_end_of_shift. } log:explains { - :bob6406 :complies true. + :alice1406 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6407 :does :work_related_task. - :bob6407 :does :log_off_at_end_of_shift. + :alice1407 :does :log_off_at_end_of_shift. } log:explains { - :bob6407 :complies true. + :alice1407 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6408 :does :work_related_task. - :bob6408 :does :log_off_at_end_of_shift. + :alice1408 :does :log_off_at_end_of_shift. } log:explains { - :bob6408 :complies true. + :alice1408 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6409 :does :work_related_task. - :bob6409 :does :log_off_at_end_of_shift. + :alice1409 :does :log_off_at_end_of_shift. } log:explains { - :bob6409 :complies true. + :alice1409 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6410 :does :work_related_task. - :bob6410 :does :log_off_at_end_of_shift. + :alice1410 :does :log_off_at_end_of_shift. } log:explains { - :bob6410 :complies true. + :alice1410 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6411 :does :work_related_task. - :bob6411 :does :log_off_at_end_of_shift. + :alice1411 :does :log_off_at_end_of_shift. } log:explains { - :bob6411 :complies true. + :alice1411 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6412 :does :work_related_task. - :bob6412 :does :log_off_at_end_of_shift. + :alice1412 :does :log_off_at_end_of_shift. } log:explains { - :bob6412 :complies true. + :alice1412 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6413 :does :work_related_task. - :bob6413 :does :log_off_at_end_of_shift. + :alice1413 :does :log_off_at_end_of_shift. } log:explains { - :bob6413 :complies true. + :alice1413 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6414 :does :work_related_task. - :bob6414 :does :log_off_at_end_of_shift. + :alice1414 :does :log_off_at_end_of_shift. } log:explains { - :bob6414 :complies true. + :alice1414 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6415 :does :work_related_task. - :bob6415 :does :log_off_at_end_of_shift. + :alice1415 :does :log_off_at_end_of_shift. } log:explains { - :bob6415 :complies true. + :alice1415 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6416 :does :work_related_task. - :bob6416 :does :log_off_at_end_of_shift. + :alice1416 :does :log_off_at_end_of_shift. } log:explains { - :bob6416 :complies true. + :alice1416 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6417 :does :work_related_task. - :bob6417 :does :log_off_at_end_of_shift. + :alice1417 :does :log_off_at_end_of_shift. } log:explains { - :bob6417 :complies true. + :alice1417 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6418 :does :work_related_task. - :bob6418 :does :log_off_at_end_of_shift. + :alice1418 :does :log_off_at_end_of_shift. } log:explains { - :bob6418 :complies true. + :alice1418 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6419 :does :work_related_task. - :bob6419 :does :log_off_at_end_of_shift. + :alice1419 :does :log_off_at_end_of_shift. } log:explains { - :bob6419 :complies true. + :alice1419 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6420 :does :work_related_task. - :bob6420 :does :log_off_at_end_of_shift. + :alice1420 :does :log_off_at_end_of_shift. } log:explains { - :bob6420 :complies true. + :alice1420 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6421 :does :work_related_task. - :bob6421 :does :log_off_at_end_of_shift. + :alice1421 :does :log_off_at_end_of_shift. } log:explains { - :bob6421 :complies true. + :alice1421 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6422 :does :work_related_task. - :bob6422 :does :log_off_at_end_of_shift. + :alice1422 :does :log_off_at_end_of_shift. } log:explains { - :bob6422 :complies true. + :alice1422 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6423 :does :work_related_task. - :bob6423 :does :log_off_at_end_of_shift. + :alice1423 :does :log_off_at_end_of_shift. } log:explains { - :bob6423 :complies true. + :alice1423 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6424 :does :work_related_task. - :bob6424 :does :log_off_at_end_of_shift. + :alice1424 :does :log_off_at_end_of_shift. } log:explains { - :bob6424 :complies true. + :alice1424 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6425 :does :work_related_task. - :bob6425 :does :log_off_at_end_of_shift. + :alice1425 :does :log_off_at_end_of_shift. } log:explains { - :bob6425 :complies true. + :alice1425 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6426 :does :work_related_task. - :bob6426 :does :log_off_at_end_of_shift. + :alice1426 :does :log_off_at_end_of_shift. } log:explains { - :bob6426 :complies true. + :alice1426 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6427 :does :work_related_task. - :bob6427 :does :log_off_at_end_of_shift. + :alice1427 :does :log_off_at_end_of_shift. } log:explains { - :bob6427 :complies true. + :alice1427 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6428 :does :work_related_task. - :bob6428 :does :log_off_at_end_of_shift. + :alice1428 :does :log_off_at_end_of_shift. } log:explains { - :bob6428 :complies true. + :alice1428 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6429 :does :work_related_task. - :bob6429 :does :log_off_at_end_of_shift. + :alice1429 :does :log_off_at_end_of_shift. } log:explains { - :bob6429 :complies true. + :alice1429 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6430 :does :work_related_task. - :bob6430 :does :log_off_at_end_of_shift. + :alice1430 :does :log_off_at_end_of_shift. } log:explains { - :bob6430 :complies true. + :alice1430 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6431 :does :work_related_task. - :bob6431 :does :log_off_at_end_of_shift. + :alice1431 :does :log_off_at_end_of_shift. } log:explains { - :bob6431 :complies true. + :alice1431 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6432 :does :work_related_task. - :bob6432 :does :log_off_at_end_of_shift. + :alice1432 :does :log_off_at_end_of_shift. } log:explains { - :bob6432 :complies true. + :alice1432 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6433 :does :work_related_task. - :bob6433 :does :log_off_at_end_of_shift. + :alice1433 :does :log_off_at_end_of_shift. } log:explains { - :bob6433 :complies true. + :alice1433 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6434 :does :work_related_task. - :bob6434 :does :log_off_at_end_of_shift. + :alice1434 :does :log_off_at_end_of_shift. } log:explains { - :bob6434 :complies true. + :alice1434 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6435 :does :work_related_task. - :bob6435 :does :log_off_at_end_of_shift. + :alice1435 :does :log_off_at_end_of_shift. } log:explains { - :bob6435 :complies true. + :alice1435 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6436 :does :work_related_task. - :bob6436 :does :log_off_at_end_of_shift. + :alice1436 :does :log_off_at_end_of_shift. } log:explains { - :bob6436 :complies true. + :alice1436 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6437 :does :work_related_task. - :bob6437 :does :log_off_at_end_of_shift. + :alice1437 :does :log_off_at_end_of_shift. } log:explains { - :bob6437 :complies true. + :alice1437 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6438 :does :work_related_task. - :bob6438 :does :log_off_at_end_of_shift. + :alice1438 :does :log_off_at_end_of_shift. } log:explains { - :bob6438 :complies true. + :alice1438 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6439 :does :work_related_task. - :bob6439 :does :log_off_at_end_of_shift. + :alice1439 :does :log_off_at_end_of_shift. } log:explains { - :bob6439 :complies true. + :alice1439 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6440 :does :work_related_task. - :bob6440 :does :log_off_at_end_of_shift. + :alice1440 :does :log_off_at_end_of_shift. } log:explains { - :bob6440 :complies true. + :alice1440 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6441 :does :work_related_task. - :bob6441 :does :log_off_at_end_of_shift. + :alice1441 :does :log_off_at_end_of_shift. } log:explains { - :bob6441 :complies true. + :alice1441 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6442 :does :work_related_task. - :bob6442 :does :log_off_at_end_of_shift. + :alice1442 :does :log_off_at_end_of_shift. } log:explains { - :bob6442 :complies true. + :alice1442 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6443 :does :work_related_task. - :bob6443 :does :log_off_at_end_of_shift. + :alice1443 :does :log_off_at_end_of_shift. } log:explains { - :bob6443 :complies true. + :alice1443 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6444 :does :work_related_task. - :bob6444 :does :log_off_at_end_of_shift. + :alice1444 :does :log_off_at_end_of_shift. } log:explains { - :bob6444 :complies true. + :alice1444 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6445 :does :work_related_task. - :bob6445 :does :log_off_at_end_of_shift. + :alice1445 :does :log_off_at_end_of_shift. } log:explains { - :bob6445 :complies true. + :alice1445 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6446 :does :work_related_task. - :bob6446 :does :log_off_at_end_of_shift. + :alice1446 :does :log_off_at_end_of_shift. } log:explains { - :bob6446 :complies true. + :alice1446 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6447 :does :work_related_task. - :bob6447 :does :log_off_at_end_of_shift. + :alice1447 :does :log_off_at_end_of_shift. } log:explains { - :bob6447 :complies true. + :alice1447 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6448 :does :work_related_task. - :bob6448 :does :log_off_at_end_of_shift. + :alice1448 :does :log_off_at_end_of_shift. } log:explains { - :bob6448 :complies true. + :alice1448 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6449 :does :work_related_task. - :bob6449 :does :log_off_at_end_of_shift. + :alice1449 :does :log_off_at_end_of_shift. } log:explains { - :bob6449 :complies true. + :alice1449 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6450 :does :work_related_task. - :bob6450 :does :log_off_at_end_of_shift. + :alice1450 :does :log_off_at_end_of_shift. } log:explains { - :bob6450 :complies true. + :alice1450 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6451 :does :work_related_task. - :bob6451 :does :log_off_at_end_of_shift. + :alice1451 :does :log_off_at_end_of_shift. } log:explains { - :bob6451 :complies true. + :alice1451 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6452 :does :work_related_task. - :bob6452 :does :log_off_at_end_of_shift. + :alice1452 :does :log_off_at_end_of_shift. } log:explains { - :bob6452 :complies true. + :alice1452 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6453 :does :work_related_task. - :bob6453 :does :log_off_at_end_of_shift. + :alice1453 :does :log_off_at_end_of_shift. } log:explains { - :bob6453 :complies true. + :alice1453 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6454 :does :work_related_task. - :bob6454 :does :log_off_at_end_of_shift. + :alice1454 :does :log_off_at_end_of_shift. } log:explains { - :bob6454 :complies true. + :alice1454 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6455 :does :work_related_task. - :bob6455 :does :log_off_at_end_of_shift. + :alice1455 :does :log_off_at_end_of_shift. } log:explains { - :bob6455 :complies true. + :alice1455 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6456 :does :work_related_task. - :bob6456 :does :log_off_at_end_of_shift. + :alice1456 :does :log_off_at_end_of_shift. } log:explains { - :bob6456 :complies true. + :alice1456 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6457 :does :work_related_task. - :bob6457 :does :log_off_at_end_of_shift. + :alice1457 :does :log_off_at_end_of_shift. } log:explains { - :bob6457 :complies true. + :alice1457 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6458 :does :work_related_task. - :bob6458 :does :log_off_at_end_of_shift. + :alice1458 :does :log_off_at_end_of_shift. } log:explains { - :bob6458 :complies true. + :alice1458 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6459 :does :work_related_task. - :bob6459 :does :log_off_at_end_of_shift. + :alice1459 :does :log_off_at_end_of_shift. } log:explains { - :bob6459 :complies true. + :alice1459 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6460 :does :work_related_task. - :bob6460 :does :log_off_at_end_of_shift. + :alice1460 :does :log_off_at_end_of_shift. } log:explains { - :bob6460 :complies true. + :alice1460 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6461 :does :work_related_task. - :bob6461 :does :log_off_at_end_of_shift. + :alice1461 :does :log_off_at_end_of_shift. } log:explains { - :bob6461 :complies true. + :alice1461 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6462 :does :work_related_task. - :bob6462 :does :log_off_at_end_of_shift. + :alice1462 :does :log_off_at_end_of_shift. } log:explains { - :bob6462 :complies true. + :alice1462 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6463 :does :work_related_task. - :bob6463 :does :log_off_at_end_of_shift. + :alice1463 :does :log_off_at_end_of_shift. } log:explains { - :bob6463 :complies true. + :alice1463 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6464 :does :work_related_task. - :bob6464 :does :log_off_at_end_of_shift. + :alice1464 :does :log_off_at_end_of_shift. } log:explains { - :bob6464 :complies true. + :alice1464 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6465 :does :work_related_task. - :bob6465 :does :log_off_at_end_of_shift. + :alice1465 :does :log_off_at_end_of_shift. } log:explains { - :bob6465 :complies true. + :alice1465 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6466 :does :work_related_task. - :bob6466 :does :log_off_at_end_of_shift. + :alice1466 :does :log_off_at_end_of_shift. } log:explains { - :bob6466 :complies true. + :alice1466 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6467 :does :work_related_task. - :bob6467 :does :log_off_at_end_of_shift. + :alice1467 :does :log_off_at_end_of_shift. } log:explains { - :bob6467 :complies true. + :alice1467 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6468 :does :work_related_task. - :bob6468 :does :log_off_at_end_of_shift. + :alice1468 :does :log_off_at_end_of_shift. } log:explains { - :bob6468 :complies true. + :alice1468 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6469 :does :work_related_task. - :bob6469 :does :log_off_at_end_of_shift. + :alice1469 :does :log_off_at_end_of_shift. } log:explains { - :bob6469 :complies true. + :alice1469 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6470 :does :work_related_task. - :bob6470 :does :log_off_at_end_of_shift. + :alice1470 :does :log_off_at_end_of_shift. } log:explains { - :bob6470 :complies true. + :alice1470 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6471 :does :work_related_task. - :bob6471 :does :log_off_at_end_of_shift. + :alice1471 :does :log_off_at_end_of_shift. } log:explains { - :bob6471 :complies true. + :alice1471 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6472 :does :work_related_task. - :bob6472 :does :log_off_at_end_of_shift. + :alice1472 :does :log_off_at_end_of_shift. } log:explains { - :bob6472 :complies true. + :alice1472 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6473 :does :work_related_task. - :bob6473 :does :log_off_at_end_of_shift. + :alice1473 :does :log_off_at_end_of_shift. } log:explains { - :bob6473 :complies true. + :alice1473 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6474 :does :work_related_task. - :bob6474 :does :log_off_at_end_of_shift. + :alice1474 :does :log_off_at_end_of_shift. } log:explains { - :bob6474 :complies true. + :alice1474 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6475 :does :work_related_task. - :bob6475 :does :log_off_at_end_of_shift. + :alice1475 :does :log_off_at_end_of_shift. } log:explains { - :bob6475 :complies true. + :alice1475 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6476 :does :work_related_task. - :bob6476 :does :log_off_at_end_of_shift. + :alice1476 :does :log_off_at_end_of_shift. } log:explains { - :bob6476 :complies true. + :alice1476 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6477 :does :work_related_task. - :bob6477 :does :log_off_at_end_of_shift. + :alice1477 :does :log_off_at_end_of_shift. } log:explains { - :bob6477 :complies true. + :alice1477 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6478 :does :work_related_task. - :bob6478 :does :log_off_at_end_of_shift. + :alice1478 :does :log_off_at_end_of_shift. } log:explains { - :bob6478 :complies true. + :alice1478 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6479 :does :work_related_task. - :bob6479 :does :log_off_at_end_of_shift. + :alice1479 :does :log_off_at_end_of_shift. } log:explains { - :bob6479 :complies true. + :alice1479 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6480 :does :work_related_task. - :bob6480 :does :log_off_at_end_of_shift. + :alice1480 :does :log_off_at_end_of_shift. } log:explains { - :bob6480 :complies true. + :alice1480 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6481 :does :work_related_task. - :bob6481 :does :log_off_at_end_of_shift. + :alice1481 :does :log_off_at_end_of_shift. } log:explains { - :bob6481 :complies true. + :alice1481 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6482 :does :work_related_task. - :bob6482 :does :log_off_at_end_of_shift. + :alice1482 :does :log_off_at_end_of_shift. } log:explains { - :bob6482 :complies true. + :alice1482 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6483 :does :work_related_task. - :bob6483 :does :log_off_at_end_of_shift. + :alice1483 :does :log_off_at_end_of_shift. } log:explains { - :bob6483 :complies true. + :alice1483 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6484 :does :work_related_task. - :bob6484 :does :log_off_at_end_of_shift. + :alice1484 :does :log_off_at_end_of_shift. } log:explains { - :bob6484 :complies true. + :alice1484 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6485 :does :work_related_task. - :bob6485 :does :log_off_at_end_of_shift. + :alice1485 :does :log_off_at_end_of_shift. } log:explains { - :bob6485 :complies true. + :alice1485 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6486 :does :work_related_task. - :bob6486 :does :log_off_at_end_of_shift. + :alice1486 :does :log_off_at_end_of_shift. } log:explains { - :bob6486 :complies true. + :alice1486 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6487 :does :work_related_task. - :bob6487 :does :log_off_at_end_of_shift. + :alice1487 :does :log_off_at_end_of_shift. } log:explains { - :bob6487 :complies true. + :alice1487 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6488 :does :work_related_task. - :bob6488 :does :log_off_at_end_of_shift. + :alice1488 :does :log_off_at_end_of_shift. } log:explains { - :bob6488 :complies true. + :alice1488 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6489 :does :work_related_task. - :bob6489 :does :log_off_at_end_of_shift. + :alice1489 :does :log_off_at_end_of_shift. } log:explains { - :bob6489 :complies true. + :alice1489 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6490 :does :work_related_task. - :bob6490 :does :log_off_at_end_of_shift. + :alice1490 :does :log_off_at_end_of_shift. } log:explains { - :bob6490 :complies true. + :alice1490 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6491 :does :work_related_task. - :bob6491 :does :log_off_at_end_of_shift. + :alice1491 :does :log_off_at_end_of_shift. } log:explains { - :bob6491 :complies true. + :alice1491 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6492 :does :work_related_task. - :bob6492 :does :log_off_at_end_of_shift. + :alice1492 :does :log_off_at_end_of_shift. } log:explains { - :bob6492 :complies true. + :alice1492 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6493 :does :work_related_task. - :bob6493 :does :log_off_at_end_of_shift. + :alice1493 :does :log_off_at_end_of_shift. } log:explains { - :bob6493 :complies true. + :alice1493 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6494 :does :work_related_task. - :bob6494 :does :log_off_at_end_of_shift. + :alice1494 :does :log_off_at_end_of_shift. } log:explains { - :bob6494 :complies true. + :alice1494 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6495 :does :work_related_task. - :bob6495 :does :log_off_at_end_of_shift. + :alice1495 :does :log_off_at_end_of_shift. } log:explains { - :bob6495 :complies true. + :alice1495 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6496 :does :work_related_task. - :bob6496 :does :log_off_at_end_of_shift. + :alice1496 :does :log_off_at_end_of_shift. } log:explains { - :bob6496 :complies true. + :alice1496 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6497 :does :work_related_task. - :bob6497 :does :log_off_at_end_of_shift. + :alice1497 :does :log_off_at_end_of_shift. } log:explains { - :bob6497 :complies true. + :alice1497 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6498 :does :work_related_task. - :bob6498 :does :log_off_at_end_of_shift. + :alice1498 :does :log_off_at_end_of_shift. } log:explains { - :bob6498 :complies true. + :alice1498 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6499 :does :work_related_task. - :bob6499 :does :log_off_at_end_of_shift. + :alice1499 :does :log_off_at_end_of_shift. } log:explains { - :bob6499 :complies true. + :alice1499 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6500 :does :work_related_task. - :bob6500 :does :log_off_at_end_of_shift. + :alice1500 :does :log_off_at_end_of_shift. } log:explains { - :bob6500 :complies true. + :alice1500 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6501 :does :work_related_task. - :bob6501 :does :log_off_at_end_of_shift. + :alice1501 :does :log_off_at_end_of_shift. } log:explains { - :bob6501 :complies true. + :alice1501 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6502 :does :work_related_task. - :bob6502 :does :log_off_at_end_of_shift. + :alice1502 :does :log_off_at_end_of_shift. } log:explains { - :bob6502 :complies true. + :alice1502 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6503 :does :work_related_task. - :bob6503 :does :log_off_at_end_of_shift. + :alice1503 :does :log_off_at_end_of_shift. } log:explains { - :bob6503 :complies true. + :alice1503 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6504 :does :work_related_task. - :bob6504 :does :log_off_at_end_of_shift. + :alice1504 :does :log_off_at_end_of_shift. } log:explains { - :bob6504 :complies true. + :alice1504 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6505 :does :work_related_task. - :bob6505 :does :log_off_at_end_of_shift. + :alice1505 :does :log_off_at_end_of_shift. } log:explains { - :bob6505 :complies true. + :alice1505 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6506 :does :work_related_task. - :bob6506 :does :log_off_at_end_of_shift. + :alice1506 :does :log_off_at_end_of_shift. } log:explains { - :bob6506 :complies true. + :alice1506 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6507 :does :work_related_task. - :bob6507 :does :log_off_at_end_of_shift. + :alice1507 :does :log_off_at_end_of_shift. } log:explains { - :bob6507 :complies true. + :alice1507 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6508 :does :work_related_task. - :bob6508 :does :log_off_at_end_of_shift. + :alice1508 :does :log_off_at_end_of_shift. } log:explains { - :bob6508 :complies true. + :alice1508 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6509 :does :work_related_task. - :bob6509 :does :log_off_at_end_of_shift. + :alice1509 :does :log_off_at_end_of_shift. } log:explains { - :bob6509 :complies true. + :alice1509 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6510 :does :work_related_task. - :bob6510 :does :log_off_at_end_of_shift. + :alice1510 :does :log_off_at_end_of_shift. } log:explains { - :bob6510 :complies true. + :alice1510 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6511 :does :work_related_task. - :bob6511 :does :log_off_at_end_of_shift. + :alice1511 :does :log_off_at_end_of_shift. } log:explains { - :bob6511 :complies true. + :alice1511 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6512 :does :work_related_task. - :bob6512 :does :log_off_at_end_of_shift. + :alice1512 :does :log_off_at_end_of_shift. } log:explains { - :bob6512 :complies true. + :alice1512 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6513 :does :work_related_task. - :bob6513 :does :log_off_at_end_of_shift. + :alice1513 :does :log_off_at_end_of_shift. } log:explains { - :bob6513 :complies true. + :alice1513 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6514 :does :work_related_task. - :bob6514 :does :log_off_at_end_of_shift. + :alice1514 :does :log_off_at_end_of_shift. } log:explains { - :bob6514 :complies true. + :alice1514 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6515 :does :work_related_task. - :bob6515 :does :log_off_at_end_of_shift. + :alice1515 :does :log_off_at_end_of_shift. } log:explains { - :bob6515 :complies true. + :alice1515 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6516 :does :work_related_task. - :bob6516 :does :log_off_at_end_of_shift. + :alice1516 :does :log_off_at_end_of_shift. } log:explains { - :bob6516 :complies true. + :alice1516 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6517 :does :work_related_task. - :bob6517 :does :log_off_at_end_of_shift. + :alice1517 :does :log_off_at_end_of_shift. } log:explains { - :bob6517 :complies true. + :alice1517 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6518 :does :work_related_task. - :bob6518 :does :log_off_at_end_of_shift. + :alice1518 :does :log_off_at_end_of_shift. } log:explains { - :bob6518 :complies true. + :alice1518 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6519 :does :work_related_task. - :bob6519 :does :log_off_at_end_of_shift. + :alice1519 :does :log_off_at_end_of_shift. } log:explains { - :bob6519 :complies true. + :alice1519 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6520 :does :work_related_task. - :bob6520 :does :log_off_at_end_of_shift. + :alice1520 :does :log_off_at_end_of_shift. } log:explains { - :bob6520 :complies true. + :alice1520 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6521 :does :work_related_task. - :bob6521 :does :log_off_at_end_of_shift. + :alice1521 :does :log_off_at_end_of_shift. } log:explains { - :bob6521 :complies true. + :alice1521 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6522 :does :work_related_task. - :bob6522 :does :log_off_at_end_of_shift. + :alice1522 :does :log_off_at_end_of_shift. } log:explains { - :bob6522 :complies true. + :alice1522 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6523 :does :work_related_task. - :bob6523 :does :log_off_at_end_of_shift. + :alice1523 :does :log_off_at_end_of_shift. } log:explains { - :bob6523 :complies true. + :alice1523 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6524 :does :work_related_task. - :bob6524 :does :log_off_at_end_of_shift. + :alice1524 :does :log_off_at_end_of_shift. } log:explains { - :bob6524 :complies true. + :alice1524 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6525 :does :work_related_task. - :bob6525 :does :log_off_at_end_of_shift. + :alice1525 :does :log_off_at_end_of_shift. } log:explains { - :bob6525 :complies true. + :alice1525 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6526 :does :work_related_task. - :bob6526 :does :log_off_at_end_of_shift. + :alice1526 :does :log_off_at_end_of_shift. } log:explains { - :bob6526 :complies true. + :alice1526 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6527 :does :work_related_task. - :bob6527 :does :log_off_at_end_of_shift. + :alice1527 :does :log_off_at_end_of_shift. } log:explains { - :bob6527 :complies true. + :alice1527 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6528 :does :work_related_task. - :bob6528 :does :log_off_at_end_of_shift. + :alice1528 :does :log_off_at_end_of_shift. } log:explains { - :bob6528 :complies true. + :alice1528 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6529 :does :work_related_task. - :bob6529 :does :log_off_at_end_of_shift. + :alice1529 :does :log_off_at_end_of_shift. } log:explains { - :bob6529 :complies true. + :alice1529 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6530 :does :work_related_task. - :bob6530 :does :log_off_at_end_of_shift. + :alice1530 :does :log_off_at_end_of_shift. } log:explains { - :bob6530 :complies true. + :alice1530 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6531 :does :work_related_task. - :bob6531 :does :log_off_at_end_of_shift. + :alice1531 :does :log_off_at_end_of_shift. } log:explains { - :bob6531 :complies true. + :alice1531 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6532 :does :work_related_task. - :bob6532 :does :log_off_at_end_of_shift. + :alice1532 :does :log_off_at_end_of_shift. } log:explains { - :bob6532 :complies true. + :alice1532 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6533 :does :work_related_task. - :bob6533 :does :log_off_at_end_of_shift. + :alice1533 :does :log_off_at_end_of_shift. } log:explains { - :bob6533 :complies true. + :alice1533 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6534 :does :work_related_task. - :bob6534 :does :log_off_at_end_of_shift. + :alice1534 :does :log_off_at_end_of_shift. } log:explains { - :bob6534 :complies true. + :alice1534 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6535 :does :work_related_task. - :bob6535 :does :log_off_at_end_of_shift. + :alice1535 :does :log_off_at_end_of_shift. } log:explains { - :bob6535 :complies true. + :alice1535 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6536 :does :work_related_task. - :bob6536 :does :log_off_at_end_of_shift. + :alice1536 :does :log_off_at_end_of_shift. } log:explains { - :bob6536 :complies true. + :alice1536 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6537 :does :work_related_task. - :bob6537 :does :log_off_at_end_of_shift. + :alice1537 :does :log_off_at_end_of_shift. } log:explains { - :bob6537 :complies true. + :alice1537 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6538 :does :work_related_task. - :bob6538 :does :log_off_at_end_of_shift. + :alice1538 :does :log_off_at_end_of_shift. } log:explains { - :bob6538 :complies true. + :alice1538 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6539 :does :work_related_task. - :bob6539 :does :log_off_at_end_of_shift. + :alice1539 :does :log_off_at_end_of_shift. } log:explains { - :bob6539 :complies true. + :alice1539 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6540 :does :work_related_task. - :bob6540 :does :log_off_at_end_of_shift. + :alice1540 :does :log_off_at_end_of_shift. } log:explains { - :bob6540 :complies true. + :alice1540 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6541 :does :work_related_task. - :bob6541 :does :log_off_at_end_of_shift. + :alice1541 :does :log_off_at_end_of_shift. } log:explains { - :bob6541 :complies true. + :alice1541 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6542 :does :work_related_task. - :bob6542 :does :log_off_at_end_of_shift. + :alice1542 :does :log_off_at_end_of_shift. } log:explains { - :bob6542 :complies true. + :alice1542 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6543 :does :work_related_task. - :bob6543 :does :log_off_at_end_of_shift. + :alice1543 :does :log_off_at_end_of_shift. } log:explains { - :bob6543 :complies true. + :alice1543 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6544 :does :work_related_task. - :bob6544 :does :log_off_at_end_of_shift. + :alice1544 :does :log_off_at_end_of_shift. } log:explains { - :bob6544 :complies true. + :alice1544 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6545 :does :work_related_task. - :bob6545 :does :log_off_at_end_of_shift. + :alice1545 :does :log_off_at_end_of_shift. } log:explains { - :bob6545 :complies true. + :alice1545 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6546 :does :work_related_task. - :bob6546 :does :log_off_at_end_of_shift. + :alice1546 :does :log_off_at_end_of_shift. } log:explains { - :bob6546 :complies true. + :alice1546 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6547 :does :work_related_task. - :bob6547 :does :log_off_at_end_of_shift. + :alice1547 :does :log_off_at_end_of_shift. } log:explains { - :bob6547 :complies true. + :alice1547 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6548 :does :work_related_task. - :bob6548 :does :log_off_at_end_of_shift. + :alice1548 :does :log_off_at_end_of_shift. } log:explains { - :bob6548 :complies true. + :alice1548 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6549 :does :work_related_task. - :bob6549 :does :log_off_at_end_of_shift. + :alice1549 :does :log_off_at_end_of_shift. } log:explains { - :bob6549 :complies true. + :alice1549 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6550 :does :work_related_task. - :bob6550 :does :log_off_at_end_of_shift. + :alice1550 :does :log_off_at_end_of_shift. } log:explains { - :bob6550 :complies true. + :alice1550 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6551 :does :work_related_task. - :bob6551 :does :log_off_at_end_of_shift. + :alice1551 :does :log_off_at_end_of_shift. } log:explains { - :bob6551 :complies true. + :alice1551 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6552 :does :work_related_task. - :bob6552 :does :log_off_at_end_of_shift. + :alice1552 :does :log_off_at_end_of_shift. } log:explains { - :bob6552 :complies true. + :alice1552 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6553 :does :work_related_task. - :bob6553 :does :log_off_at_end_of_shift. + :alice1553 :does :log_off_at_end_of_shift. } log:explains { - :bob6553 :complies true. + :alice1553 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6554 :does :work_related_task. - :bob6554 :does :log_off_at_end_of_shift. + :alice1554 :does :log_off_at_end_of_shift. } log:explains { - :bob6554 :complies true. + :alice1554 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6555 :does :work_related_task. - :bob6555 :does :log_off_at_end_of_shift. + :alice1555 :does :log_off_at_end_of_shift. } log:explains { - :bob6555 :complies true. + :alice1555 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6556 :does :work_related_task. - :bob6556 :does :log_off_at_end_of_shift. + :alice1556 :does :log_off_at_end_of_shift. } log:explains { - :bob6556 :complies true. + :alice1556 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6557 :does :work_related_task. - :bob6557 :does :log_off_at_end_of_shift. + :alice1557 :does :log_off_at_end_of_shift. } log:explains { - :bob6557 :complies true. + :alice1557 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6558 :does :work_related_task. - :bob6558 :does :log_off_at_end_of_shift. + :alice1558 :does :log_off_at_end_of_shift. } log:explains { - :bob6558 :complies true. + :alice1558 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6559 :does :work_related_task. - :bob6559 :does :log_off_at_end_of_shift. + :alice1559 :does :log_off_at_end_of_shift. } log:explains { - :bob6559 :complies true. + :alice1559 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6560 :does :work_related_task. - :bob6560 :does :log_off_at_end_of_shift. + :alice1560 :does :log_off_at_end_of_shift. } log:explains { - :bob6560 :complies true. + :alice1560 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6561 :does :work_related_task. - :bob6561 :does :log_off_at_end_of_shift. + :alice1561 :does :log_off_at_end_of_shift. } log:explains { - :bob6561 :complies true. + :alice1561 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6562 :does :work_related_task. - :bob6562 :does :log_off_at_end_of_shift. + :alice1562 :does :log_off_at_end_of_shift. } log:explains { - :bob6562 :complies true. + :alice1562 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6563 :does :work_related_task. - :bob6563 :does :log_off_at_end_of_shift. + :alice1563 :does :log_off_at_end_of_shift. } log:explains { - :bob6563 :complies true. + :alice1563 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6564 :does :work_related_task. - :bob6564 :does :log_off_at_end_of_shift. + :alice1564 :does :log_off_at_end_of_shift. } log:explains { - :bob6564 :complies true. + :alice1564 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6565 :does :work_related_task. - :bob6565 :does :log_off_at_end_of_shift. + :alice1565 :does :log_off_at_end_of_shift. } log:explains { - :bob6565 :complies true. + :alice1565 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6566 :does :work_related_task. - :bob6566 :does :log_off_at_end_of_shift. + :alice1566 :does :log_off_at_end_of_shift. } log:explains { - :bob6566 :complies true. + :alice1566 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6567 :does :work_related_task. - :bob6567 :does :log_off_at_end_of_shift. + :alice1567 :does :log_off_at_end_of_shift. } log:explains { - :bob6567 :complies true. + :alice1567 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6568 :does :work_related_task. - :bob6568 :does :log_off_at_end_of_shift. + :alice1568 :does :log_off_at_end_of_shift. } log:explains { - :bob6568 :complies true. + :alice1568 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6569 :does :work_related_task. - :bob6569 :does :log_off_at_end_of_shift. + :alice1569 :does :log_off_at_end_of_shift. } log:explains { - :bob6569 :complies true. + :alice1569 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6570 :does :work_related_task. - :bob6570 :does :log_off_at_end_of_shift. + :alice1570 :does :log_off_at_end_of_shift. } log:explains { - :bob6570 :complies true. + :alice1570 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6571 :does :work_related_task. - :bob6571 :does :log_off_at_end_of_shift. + :alice1571 :does :log_off_at_end_of_shift. } log:explains { - :bob6571 :complies true. + :alice1571 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6572 :does :work_related_task. - :bob6572 :does :log_off_at_end_of_shift. + :alice1572 :does :log_off_at_end_of_shift. } log:explains { - :bob6572 :complies true. + :alice1572 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6573 :does :work_related_task. - :bob6573 :does :log_off_at_end_of_shift. + :alice1573 :does :log_off_at_end_of_shift. } log:explains { - :bob6573 :complies true. + :alice1573 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6574 :does :work_related_task. - :bob6574 :does :log_off_at_end_of_shift. + :alice1574 :does :log_off_at_end_of_shift. } log:explains { - :bob6574 :complies true. + :alice1574 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6575 :does :work_related_task. - :bob6575 :does :log_off_at_end_of_shift. + :alice1575 :does :log_off_at_end_of_shift. } log:explains { - :bob6575 :complies true. + :alice1575 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6576 :does :work_related_task. - :bob6576 :does :log_off_at_end_of_shift. + :alice1576 :does :log_off_at_end_of_shift. } log:explains { - :bob6576 :complies true. + :alice1576 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6577 :does :work_related_task. - :bob6577 :does :log_off_at_end_of_shift. + :alice1577 :does :log_off_at_end_of_shift. } log:explains { - :bob6577 :complies true. + :alice1577 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6578 :does :work_related_task. - :bob6578 :does :log_off_at_end_of_shift. + :alice1578 :does :log_off_at_end_of_shift. } log:explains { - :bob6578 :complies true. + :alice1578 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6579 :does :work_related_task. - :bob6579 :does :log_off_at_end_of_shift. + :alice1579 :does :log_off_at_end_of_shift. } log:explains { - :bob6579 :complies true. + :alice1579 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6580 :does :work_related_task. - :bob6580 :does :log_off_at_end_of_shift. + :alice1580 :does :log_off_at_end_of_shift. } log:explains { - :bob6580 :complies true. + :alice1580 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6581 :does :work_related_task. - :bob6581 :does :log_off_at_end_of_shift. + :alice1581 :does :log_off_at_end_of_shift. } log:explains { - :bob6581 :complies true. + :alice1581 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6582 :does :work_related_task. - :bob6582 :does :log_off_at_end_of_shift. + :alice1582 :does :log_off_at_end_of_shift. } log:explains { - :bob6582 :complies true. + :alice1582 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6583 :does :work_related_task. - :bob6583 :does :log_off_at_end_of_shift. + :alice1583 :does :log_off_at_end_of_shift. } log:explains { - :bob6583 :complies true. + :alice1583 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6584 :does :work_related_task. - :bob6584 :does :log_off_at_end_of_shift. + :alice1584 :does :log_off_at_end_of_shift. } log:explains { - :bob6584 :complies true. + :alice1584 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6585 :does :work_related_task. - :bob6585 :does :log_off_at_end_of_shift. + :alice1585 :does :log_off_at_end_of_shift. } log:explains { - :bob6585 :complies true. + :alice1585 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6586 :does :work_related_task. - :bob6586 :does :log_off_at_end_of_shift. + :alice1586 :does :log_off_at_end_of_shift. } log:explains { - :bob6586 :complies true. + :alice1586 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6587 :does :work_related_task. - :bob6587 :does :log_off_at_end_of_shift. + :alice1587 :does :log_off_at_end_of_shift. } log:explains { - :bob6587 :complies true. + :alice1587 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6588 :does :work_related_task. - :bob6588 :does :log_off_at_end_of_shift. + :alice1588 :does :log_off_at_end_of_shift. } log:explains { - :bob6588 :complies true. + :alice1588 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6589 :does :work_related_task. - :bob6589 :does :log_off_at_end_of_shift. + :alice1589 :does :log_off_at_end_of_shift. } log:explains { - :bob6589 :complies true. + :alice1589 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6590 :does :work_related_task. - :bob6590 :does :log_off_at_end_of_shift. + :alice1590 :does :log_off_at_end_of_shift. } log:explains { - :bob6590 :complies true. + :alice1590 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6591 :does :work_related_task. - :bob6591 :does :log_off_at_end_of_shift. + :alice1591 :does :log_off_at_end_of_shift. } log:explains { - :bob6591 :complies true. + :alice1591 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6592 :does :work_related_task. - :bob6592 :does :log_off_at_end_of_shift. + :alice1592 :does :log_off_at_end_of_shift. } log:explains { - :bob6592 :complies true. + :alice1592 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6593 :does :work_related_task. - :bob6593 :does :log_off_at_end_of_shift. + :alice1593 :does :log_off_at_end_of_shift. } log:explains { - :bob6593 :complies true. + :alice1593 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6594 :does :work_related_task. - :bob6594 :does :log_off_at_end_of_shift. + :alice1594 :does :log_off_at_end_of_shift. } log:explains { - :bob6594 :complies true. + :alice1594 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6595 :does :work_related_task. - :bob6595 :does :log_off_at_end_of_shift. + :alice1595 :does :log_off_at_end_of_shift. } log:explains { - :bob6595 :complies true. + :alice1595 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6596 :does :work_related_task. - :bob6596 :does :log_off_at_end_of_shift. + :alice1596 :does :log_off_at_end_of_shift. } log:explains { - :bob6596 :complies true. + :alice1596 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6597 :does :work_related_task. - :bob6597 :does :log_off_at_end_of_shift. + :alice1597 :does :log_off_at_end_of_shift. } log:explains { - :bob6597 :complies true. + :alice1597 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6598 :does :work_related_task. - :bob6598 :does :log_off_at_end_of_shift. + :alice1598 :does :log_off_at_end_of_shift. } log:explains { - :bob6598 :complies true. + :alice1598 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6599 :does :work_related_task. - :bob6599 :does :log_off_at_end_of_shift. + :alice1599 :does :log_off_at_end_of_shift. } log:explains { - :bob6599 :complies true. + :alice1599 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6600 :does :work_related_task. - :bob6600 :does :log_off_at_end_of_shift. + :alice1600 :does :log_off_at_end_of_shift. } log:explains { - :bob6600 :complies true. + :alice1600 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6601 :does :work_related_task. - :bob6601 :does :log_off_at_end_of_shift. + :alice1601 :does :log_off_at_end_of_shift. } log:explains { - :bob6601 :complies true. + :alice1601 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6602 :does :work_related_task. - :bob6602 :does :log_off_at_end_of_shift. + :alice1602 :does :log_off_at_end_of_shift. } log:explains { - :bob6602 :complies true. + :alice1602 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6603 :does :work_related_task. - :bob6603 :does :log_off_at_end_of_shift. + :alice1603 :does :log_off_at_end_of_shift. } log:explains { - :bob6603 :complies true. + :alice1603 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6604 :does :work_related_task. - :bob6604 :does :log_off_at_end_of_shift. + :alice1604 :does :log_off_at_end_of_shift. } log:explains { - :bob6604 :complies true. + :alice1604 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6605 :does :work_related_task. - :bob6605 :does :log_off_at_end_of_shift. + :alice1605 :does :log_off_at_end_of_shift. } log:explains { - :bob6605 :complies true. + :alice1605 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6606 :does :work_related_task. - :bob6606 :does :log_off_at_end_of_shift. + :alice1606 :does :log_off_at_end_of_shift. } log:explains { - :bob6606 :complies true. + :alice1606 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6607 :does :work_related_task. - :bob6607 :does :log_off_at_end_of_shift. + :alice1607 :does :log_off_at_end_of_shift. } log:explains { - :bob6607 :complies true. + :alice1607 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6608 :does :work_related_task. - :bob6608 :does :log_off_at_end_of_shift. + :alice1608 :does :log_off_at_end_of_shift. } log:explains { - :bob6608 :complies true. + :alice1608 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6609 :does :work_related_task. - :bob6609 :does :log_off_at_end_of_shift. + :alice1609 :does :log_off_at_end_of_shift. } log:explains { - :bob6609 :complies true. + :alice1609 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6610 :does :work_related_task. - :bob6610 :does :log_off_at_end_of_shift. + :alice1610 :does :log_off_at_end_of_shift. } log:explains { - :bob6610 :complies true. + :alice1610 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6611 :does :work_related_task. - :bob6611 :does :log_off_at_end_of_shift. + :alice1611 :does :log_off_at_end_of_shift. } log:explains { - :bob6611 :complies true. + :alice1611 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6612 :does :work_related_task. - :bob6612 :does :log_off_at_end_of_shift. + :alice1612 :does :log_off_at_end_of_shift. } log:explains { - :bob6612 :complies true. + :alice1612 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6613 :does :work_related_task. - :bob6613 :does :log_off_at_end_of_shift. + :alice1613 :does :log_off_at_end_of_shift. } log:explains { - :bob6613 :complies true. + :alice1613 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6614 :does :work_related_task. - :bob6614 :does :log_off_at_end_of_shift. + :alice1614 :does :log_off_at_end_of_shift. } log:explains { - :bob6614 :complies true. + :alice1614 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6615 :does :work_related_task. - :bob6615 :does :log_off_at_end_of_shift. + :alice1615 :does :log_off_at_end_of_shift. } log:explains { - :bob6615 :complies true. + :alice1615 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6616 :does :work_related_task. - :bob6616 :does :log_off_at_end_of_shift. + :alice1616 :does :log_off_at_end_of_shift. } log:explains { - :bob6616 :complies true. + :alice1616 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6617 :does :work_related_task. - :bob6617 :does :log_off_at_end_of_shift. + :alice1617 :does :log_off_at_end_of_shift. } log:explains { - :bob6617 :complies true. + :alice1617 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6618 :does :work_related_task. - :bob6618 :does :log_off_at_end_of_shift. + :alice1618 :does :log_off_at_end_of_shift. } log:explains { - :bob6618 :complies true. + :alice1618 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6619 :does :work_related_task. - :bob6619 :does :log_off_at_end_of_shift. + :alice1619 :does :log_off_at_end_of_shift. } log:explains { - :bob6619 :complies true. + :alice1619 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6620 :does :work_related_task. - :bob6620 :does :log_off_at_end_of_shift. + :alice1620 :does :log_off_at_end_of_shift. } log:explains { - :bob6620 :complies true. + :alice1620 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6621 :does :work_related_task. - :bob6621 :does :log_off_at_end_of_shift. + :alice1621 :does :log_off_at_end_of_shift. } log:explains { - :bob6621 :complies true. + :alice1621 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6622 :does :work_related_task. - :bob6622 :does :log_off_at_end_of_shift. + :alice1622 :does :log_off_at_end_of_shift. } log:explains { - :bob6622 :complies true. + :alice1622 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6623 :does :work_related_task. - :bob6623 :does :log_off_at_end_of_shift. + :alice1623 :does :log_off_at_end_of_shift. } log:explains { - :bob6623 :complies true. + :alice1623 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6624 :does :work_related_task. - :bob6624 :does :log_off_at_end_of_shift. + :alice1624 :does :log_off_at_end_of_shift. } log:explains { - :bob6624 :complies true. + :alice1624 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6625 :does :work_related_task. - :bob6625 :does :log_off_at_end_of_shift. + :alice1625 :does :log_off_at_end_of_shift. } log:explains { - :bob6625 :complies true. + :alice1625 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6626 :does :work_related_task. - :bob6626 :does :log_off_at_end_of_shift. + :alice1626 :does :log_off_at_end_of_shift. } log:explains { - :bob6626 :complies true. + :alice1626 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6627 :does :work_related_task. - :bob6627 :does :log_off_at_end_of_shift. + :alice1627 :does :log_off_at_end_of_shift. } log:explains { - :bob6627 :complies true. + :alice1627 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6628 :does :work_related_task. - :bob6628 :does :log_off_at_end_of_shift. + :alice1628 :does :log_off_at_end_of_shift. } log:explains { - :bob6628 :complies true. + :alice1628 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6629 :does :work_related_task. - :bob6629 :does :log_off_at_end_of_shift. + :alice1629 :does :log_off_at_end_of_shift. } log:explains { - :bob6629 :complies true. + :alice1629 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6630 :does :work_related_task. - :bob6630 :does :log_off_at_end_of_shift. + :alice1630 :does :log_off_at_end_of_shift. } log:explains { - :bob6630 :complies true. + :alice1630 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6631 :does :work_related_task. - :bob6631 :does :log_off_at_end_of_shift. + :alice1631 :does :log_off_at_end_of_shift. } log:explains { - :bob6631 :complies true. + :alice1631 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6632 :does :work_related_task. - :bob6632 :does :log_off_at_end_of_shift. + :alice1632 :does :log_off_at_end_of_shift. } log:explains { - :bob6632 :complies true. + :alice1632 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6633 :does :work_related_task. - :bob6633 :does :log_off_at_end_of_shift. + :alice1633 :does :log_off_at_end_of_shift. } log:explains { - :bob6633 :complies true. + :alice1633 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6634 :does :work_related_task. - :bob6634 :does :log_off_at_end_of_shift. + :alice1634 :does :log_off_at_end_of_shift. } log:explains { - :bob6634 :complies true. + :alice1634 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6635 :does :work_related_task. - :bob6635 :does :log_off_at_end_of_shift. + :alice1635 :does :log_off_at_end_of_shift. } log:explains { - :bob6635 :complies true. + :alice1635 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6636 :does :work_related_task. - :bob6636 :does :log_off_at_end_of_shift. + :alice1636 :does :log_off_at_end_of_shift. } log:explains { - :bob6636 :complies true. + :alice1636 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6637 :does :work_related_task. - :bob6637 :does :log_off_at_end_of_shift. + :alice1637 :does :log_off_at_end_of_shift. } log:explains { - :bob6637 :complies true. + :alice1637 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6638 :does :work_related_task. - :bob6638 :does :log_off_at_end_of_shift. + :alice1638 :does :log_off_at_end_of_shift. } log:explains { - :bob6638 :complies true. + :alice1638 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6639 :does :work_related_task. - :bob6639 :does :log_off_at_end_of_shift. + :alice1639 :does :log_off_at_end_of_shift. } log:explains { - :bob6639 :complies true. + :alice1639 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6640 :does :work_related_task. - :bob6640 :does :log_off_at_end_of_shift. + :alice1640 :does :log_off_at_end_of_shift. } log:explains { - :bob6640 :complies true. + :alice1640 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6641 :does :work_related_task. - :bob6641 :does :log_off_at_end_of_shift. + :alice1641 :does :log_off_at_end_of_shift. } log:explains { - :bob6641 :complies true. + :alice1641 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6642 :does :work_related_task. - :bob6642 :does :log_off_at_end_of_shift. + :alice1642 :does :log_off_at_end_of_shift. } log:explains { - :bob6642 :complies true. + :alice1642 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6643 :does :work_related_task. - :bob6643 :does :log_off_at_end_of_shift. + :alice1643 :does :log_off_at_end_of_shift. } log:explains { - :bob6643 :complies true. + :alice1643 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6644 :does :work_related_task. - :bob6644 :does :log_off_at_end_of_shift. + :alice1644 :does :log_off_at_end_of_shift. } log:explains { - :bob6644 :complies true. + :alice1644 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6645 :does :work_related_task. - :bob6645 :does :log_off_at_end_of_shift. + :alice1645 :does :log_off_at_end_of_shift. } log:explains { - :bob6645 :complies true. + :alice1645 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6646 :does :work_related_task. - :bob6646 :does :log_off_at_end_of_shift. + :alice1646 :does :log_off_at_end_of_shift. } log:explains { - :bob6646 :complies true. + :alice1646 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6647 :does :work_related_task. - :bob6647 :does :log_off_at_end_of_shift. + :alice1647 :does :log_off_at_end_of_shift. } log:explains { - :bob6647 :complies true. + :alice1647 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6648 :does :work_related_task. - :bob6648 :does :log_off_at_end_of_shift. + :alice1648 :does :log_off_at_end_of_shift. } log:explains { - :bob6648 :complies true. + :alice1648 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6649 :does :work_related_task. - :bob6649 :does :log_off_at_end_of_shift. + :alice1649 :does :log_off_at_end_of_shift. } log:explains { - :bob6649 :complies true. + :alice1649 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6650 :does :work_related_task. - :bob6650 :does :log_off_at_end_of_shift. + :alice1650 :does :log_off_at_end_of_shift. } log:explains { - :bob6650 :complies true. + :alice1650 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6651 :does :work_related_task. - :bob6651 :does :log_off_at_end_of_shift. + :alice1651 :does :log_off_at_end_of_shift. } log:explains { - :bob6651 :complies true. + :alice1651 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6652 :does :work_related_task. - :bob6652 :does :log_off_at_end_of_shift. + :alice1652 :does :log_off_at_end_of_shift. } log:explains { - :bob6652 :complies true. + :alice1652 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6653 :does :work_related_task. - :bob6653 :does :log_off_at_end_of_shift. + :alice1653 :does :log_off_at_end_of_shift. } log:explains { - :bob6653 :complies true. + :alice1653 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6654 :does :work_related_task. - :bob6654 :does :log_off_at_end_of_shift. + :alice1654 :does :log_off_at_end_of_shift. } log:explains { - :bob6654 :complies true. + :alice1654 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6655 :does :work_related_task. - :bob6655 :does :log_off_at_end_of_shift. + :alice1655 :does :log_off_at_end_of_shift. } log:explains { - :bob6655 :complies true. + :alice1655 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6656 :does :work_related_task. - :bob6656 :does :log_off_at_end_of_shift. + :alice1656 :does :log_off_at_end_of_shift. } log:explains { - :bob6656 :complies true. + :alice1656 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6657 :does :work_related_task. - :bob6657 :does :log_off_at_end_of_shift. + :alice1657 :does :log_off_at_end_of_shift. } log:explains { - :bob6657 :complies true. + :alice1657 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6658 :does :work_related_task. - :bob6658 :does :log_off_at_end_of_shift. + :alice1658 :does :log_off_at_end_of_shift. } log:explains { - :bob6658 :complies true. + :alice1658 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6659 :does :work_related_task. - :bob6659 :does :log_off_at_end_of_shift. + :alice1659 :does :log_off_at_end_of_shift. } log:explains { - :bob6659 :complies true. + :alice1659 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6660 :does :work_related_task. - :bob6660 :does :log_off_at_end_of_shift. + :alice1660 :does :log_off_at_end_of_shift. } log:explains { - :bob6660 :complies true. + :alice1660 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6661 :does :work_related_task. - :bob6661 :does :log_off_at_end_of_shift. + :alice1661 :does :log_off_at_end_of_shift. } log:explains { - :bob6661 :complies true. + :alice1661 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6662 :does :work_related_task. - :bob6662 :does :log_off_at_end_of_shift. + :alice1662 :does :log_off_at_end_of_shift. } log:explains { - :bob6662 :complies true. + :alice1662 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6663 :does :work_related_task. - :bob6663 :does :log_off_at_end_of_shift. + :alice1663 :does :log_off_at_end_of_shift. } log:explains { - :bob6663 :complies true. + :alice1663 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6664 :does :work_related_task. - :bob6664 :does :log_off_at_end_of_shift. + :alice1664 :does :log_off_at_end_of_shift. } log:explains { - :bob6664 :complies true. + :alice1664 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6665 :does :work_related_task. - :bob6665 :does :log_off_at_end_of_shift. + :alice1665 :does :log_off_at_end_of_shift. } log:explains { - :bob6665 :complies true. + :alice1665 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6666 :does :work_related_task. - :bob6666 :does :log_off_at_end_of_shift. + :alice1666 :does :log_off_at_end_of_shift. } log:explains { - :bob6666 :complies true. + :alice1666 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6667 :does :work_related_task. - :bob6667 :does :log_off_at_end_of_shift. + :alice1667 :does :log_off_at_end_of_shift. } log:explains { - :bob6667 :complies true. + :alice1667 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6668 :does :work_related_task. - :bob6668 :does :log_off_at_end_of_shift. + :alice1668 :does :log_off_at_end_of_shift. } log:explains { - :bob6668 :complies true. + :alice1668 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6669 :does :work_related_task. - :bob6669 :does :log_off_at_end_of_shift. + :alice1669 :does :log_off_at_end_of_shift. } log:explains { - :bob6669 :complies true. + :alice1669 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6670 :does :work_related_task. - :bob6670 :does :log_off_at_end_of_shift. + :alice1670 :does :log_off_at_end_of_shift. } log:explains { - :bob6670 :complies true. + :alice1670 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6671 :does :work_related_task. - :bob6671 :does :log_off_at_end_of_shift. + :alice1671 :does :log_off_at_end_of_shift. } log:explains { - :bob6671 :complies true. + :alice1671 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6672 :does :work_related_task. - :bob6672 :does :log_off_at_end_of_shift. + :alice1672 :does :log_off_at_end_of_shift. } log:explains { - :bob6672 :complies true. + :alice1672 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6673 :does :work_related_task. - :bob6673 :does :log_off_at_end_of_shift. + :alice1673 :does :log_off_at_end_of_shift. } log:explains { - :bob6673 :complies true. + :alice1673 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6674 :does :work_related_task. - :bob6674 :does :log_off_at_end_of_shift. + :alice1674 :does :log_off_at_end_of_shift. } log:explains { - :bob6674 :complies true. + :alice1674 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6675 :does :work_related_task. - :bob6675 :does :log_off_at_end_of_shift. + :alice1675 :does :log_off_at_end_of_shift. } log:explains { - :bob6675 :complies true. + :alice1675 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6676 :does :work_related_task. - :bob6676 :does :log_off_at_end_of_shift. + :alice1676 :does :log_off_at_end_of_shift. } log:explains { - :bob6676 :complies true. + :alice1676 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6677 :does :work_related_task. - :bob6677 :does :log_off_at_end_of_shift. + :alice1677 :does :log_off_at_end_of_shift. } log:explains { - :bob6677 :complies true. + :alice1677 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6678 :does :work_related_task. - :bob6678 :does :log_off_at_end_of_shift. + :alice1678 :does :log_off_at_end_of_shift. } log:explains { - :bob6678 :complies true. + :alice1678 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6679 :does :work_related_task. - :bob6679 :does :log_off_at_end_of_shift. + :alice1679 :does :log_off_at_end_of_shift. } log:explains { - :bob6679 :complies true. + :alice1679 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6680 :does :work_related_task. - :bob6680 :does :log_off_at_end_of_shift. + :alice1680 :does :log_off_at_end_of_shift. } log:explains { - :bob6680 :complies true. + :alice1680 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6681 :does :work_related_task. - :bob6681 :does :log_off_at_end_of_shift. + :alice1681 :does :log_off_at_end_of_shift. } log:explains { - :bob6681 :complies true. + :alice1681 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6682 :does :work_related_task. - :bob6682 :does :log_off_at_end_of_shift. + :alice1682 :does :log_off_at_end_of_shift. } log:explains { - :bob6682 :complies true. + :alice1682 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6683 :does :work_related_task. - :bob6683 :does :log_off_at_end_of_shift. + :alice1683 :does :log_off_at_end_of_shift. } log:explains { - :bob6683 :complies true. + :alice1683 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6684 :does :work_related_task. - :bob6684 :does :log_off_at_end_of_shift. + :alice1684 :does :log_off_at_end_of_shift. } log:explains { - :bob6684 :complies true. + :alice1684 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6685 :does :work_related_task. - :bob6685 :does :log_off_at_end_of_shift. + :alice1685 :does :log_off_at_end_of_shift. } log:explains { - :bob6685 :complies true. + :alice1685 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6686 :does :work_related_task. - :bob6686 :does :log_off_at_end_of_shift. + :alice1686 :does :log_off_at_end_of_shift. } log:explains { - :bob6686 :complies true. + :alice1686 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6687 :does :work_related_task. - :bob6687 :does :log_off_at_end_of_shift. + :alice1687 :does :log_off_at_end_of_shift. } log:explains { - :bob6687 :complies true. + :alice1687 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6688 :does :work_related_task. - :bob6688 :does :log_off_at_end_of_shift. + :alice1688 :does :log_off_at_end_of_shift. } log:explains { - :bob6688 :complies true. + :alice1688 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6689 :does :work_related_task. - :bob6689 :does :log_off_at_end_of_shift. + :alice1689 :does :log_off_at_end_of_shift. } log:explains { - :bob6689 :complies true. + :alice1689 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6690 :does :work_related_task. - :bob6690 :does :log_off_at_end_of_shift. + :alice1690 :does :log_off_at_end_of_shift. } log:explains { - :bob6690 :complies true. + :alice1690 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6691 :does :work_related_task. - :bob6691 :does :log_off_at_end_of_shift. + :alice1691 :does :log_off_at_end_of_shift. } log:explains { - :bob6691 :complies true. + :alice1691 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6692 :does :work_related_task. - :bob6692 :does :log_off_at_end_of_shift. + :alice1692 :does :log_off_at_end_of_shift. } log:explains { - :bob6692 :complies true. + :alice1692 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6693 :does :work_related_task. - :bob6693 :does :log_off_at_end_of_shift. + :alice1693 :does :log_off_at_end_of_shift. } log:explains { - :bob6693 :complies true. + :alice1693 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6694 :does :work_related_task. - :bob6694 :does :log_off_at_end_of_shift. + :alice1694 :does :log_off_at_end_of_shift. } log:explains { - :bob6694 :complies true. + :alice1694 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6695 :does :work_related_task. - :bob6695 :does :log_off_at_end_of_shift. + :alice1695 :does :log_off_at_end_of_shift. } log:explains { - :bob6695 :complies true. + :alice1695 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6696 :does :work_related_task. - :bob6696 :does :log_off_at_end_of_shift. + :alice1696 :does :log_off_at_end_of_shift. } log:explains { - :bob6696 :complies true. + :alice1696 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6697 :does :work_related_task. - :bob6697 :does :log_off_at_end_of_shift. + :alice1697 :does :log_off_at_end_of_shift. } log:explains { - :bob6697 :complies true. + :alice1697 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6698 :does :work_related_task. - :bob6698 :does :log_off_at_end_of_shift. + :alice1698 :does :log_off_at_end_of_shift. } log:explains { - :bob6698 :complies true. + :alice1698 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6699 :does :work_related_task. - :bob6699 :does :log_off_at_end_of_shift. + :alice1699 :does :log_off_at_end_of_shift. } log:explains { - :bob6699 :complies true. + :alice1699 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6700 :does :work_related_task. - :bob6700 :does :log_off_at_end_of_shift. + :alice1700 :does :log_off_at_end_of_shift. } log:explains { - :bob6700 :complies true. + :alice1700 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6701 :does :work_related_task. - :bob6701 :does :log_off_at_end_of_shift. + :alice1701 :does :log_off_at_end_of_shift. } log:explains { - :bob6701 :complies true. + :alice1701 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6702 :does :work_related_task. - :bob6702 :does :log_off_at_end_of_shift. + :alice1702 :does :log_off_at_end_of_shift. } log:explains { - :bob6702 :complies true. + :alice1702 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6703 :does :work_related_task. - :bob6703 :does :log_off_at_end_of_shift. + :alice1703 :does :log_off_at_end_of_shift. } log:explains { - :bob6703 :complies true. + :alice1703 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6704 :does :work_related_task. - :bob6704 :does :log_off_at_end_of_shift. + :alice1704 :does :log_off_at_end_of_shift. } log:explains { - :bob6704 :complies true. + :alice1704 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6705 :does :work_related_task. - :bob6705 :does :log_off_at_end_of_shift. + :alice1705 :does :log_off_at_end_of_shift. } log:explains { - :bob6705 :complies true. + :alice1705 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6706 :does :work_related_task. - :bob6706 :does :log_off_at_end_of_shift. + :alice1706 :does :log_off_at_end_of_shift. } log:explains { - :bob6706 :complies true. + :alice1706 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6707 :does :work_related_task. - :bob6707 :does :log_off_at_end_of_shift. + :alice1707 :does :log_off_at_end_of_shift. } log:explains { - :bob6707 :complies true. + :alice1707 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6708 :does :work_related_task. - :bob6708 :does :log_off_at_end_of_shift. + :alice1708 :does :log_off_at_end_of_shift. } log:explains { - :bob6708 :complies true. + :alice1708 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6709 :does :work_related_task. - :bob6709 :does :log_off_at_end_of_shift. + :alice1709 :does :log_off_at_end_of_shift. } log:explains { - :bob6709 :complies true. + :alice1709 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6710 :does :work_related_task. - :bob6710 :does :log_off_at_end_of_shift. + :alice1710 :does :log_off_at_end_of_shift. } log:explains { - :bob6710 :complies true. + :alice1710 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6711 :does :work_related_task. - :bob6711 :does :log_off_at_end_of_shift. + :alice1711 :does :log_off_at_end_of_shift. } log:explains { - :bob6711 :complies true. + :alice1711 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6712 :does :work_related_task. - :bob6712 :does :log_off_at_end_of_shift. + :alice1712 :does :log_off_at_end_of_shift. } log:explains { - :bob6712 :complies true. + :alice1712 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6713 :does :work_related_task. - :bob6713 :does :log_off_at_end_of_shift. + :alice1713 :does :log_off_at_end_of_shift. } log:explains { - :bob6713 :complies true. + :alice1713 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6714 :does :work_related_task. - :bob6714 :does :log_off_at_end_of_shift. + :alice1714 :does :log_off_at_end_of_shift. } log:explains { - :bob6714 :complies true. + :alice1714 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6715 :does :work_related_task. - :bob6715 :does :log_off_at_end_of_shift. + :alice1715 :does :log_off_at_end_of_shift. } log:explains { - :bob6715 :complies true. + :alice1715 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6716 :does :work_related_task. - :bob6716 :does :log_off_at_end_of_shift. + :alice1716 :does :log_off_at_end_of_shift. } log:explains { - :bob6716 :complies true. + :alice1716 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6717 :does :work_related_task. - :bob6717 :does :log_off_at_end_of_shift. + :alice1717 :does :log_off_at_end_of_shift. } log:explains { - :bob6717 :complies true. + :alice1717 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6718 :does :work_related_task. - :bob6718 :does :log_off_at_end_of_shift. + :alice1718 :does :log_off_at_end_of_shift. } log:explains { - :bob6718 :complies true. + :alice1718 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6719 :does :work_related_task. - :bob6719 :does :log_off_at_end_of_shift. + :alice1719 :does :log_off_at_end_of_shift. } log:explains { - :bob6719 :complies true. + :alice1719 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6720 :does :work_related_task. - :bob6720 :does :log_off_at_end_of_shift. + :alice1720 :does :log_off_at_end_of_shift. } log:explains { - :bob6720 :complies true. + :alice1720 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6721 :does :work_related_task. - :bob6721 :does :log_off_at_end_of_shift. + :alice1721 :does :log_off_at_end_of_shift. } log:explains { - :bob6721 :complies true. + :alice1721 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6722 :does :work_related_task. - :bob6722 :does :log_off_at_end_of_shift. + :alice1722 :does :log_off_at_end_of_shift. } log:explains { - :bob6722 :complies true. + :alice1722 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6723 :does :work_related_task. - :bob6723 :does :log_off_at_end_of_shift. + :alice1723 :does :log_off_at_end_of_shift. } log:explains { - :bob6723 :complies true. + :alice1723 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6724 :does :work_related_task. - :bob6724 :does :log_off_at_end_of_shift. + :alice1724 :does :log_off_at_end_of_shift. } log:explains { - :bob6724 :complies true. + :alice1724 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6725 :does :work_related_task. - :bob6725 :does :log_off_at_end_of_shift. + :alice1725 :does :log_off_at_end_of_shift. } log:explains { - :bob6725 :complies true. + :alice1725 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6726 :does :work_related_task. - :bob6726 :does :log_off_at_end_of_shift. + :alice1726 :does :log_off_at_end_of_shift. } log:explains { - :bob6726 :complies true. + :alice1726 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6727 :does :work_related_task. - :bob6727 :does :log_off_at_end_of_shift. + :alice1727 :does :log_off_at_end_of_shift. } log:explains { - :bob6727 :complies true. + :alice1727 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6728 :does :work_related_task. - :bob6728 :does :log_off_at_end_of_shift. + :alice1728 :does :log_off_at_end_of_shift. } log:explains { - :bob6728 :complies true. + :alice1728 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6729 :does :work_related_task. - :bob6729 :does :log_off_at_end_of_shift. + :alice1729 :does :log_off_at_end_of_shift. } log:explains { - :bob6729 :complies true. + :alice1729 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6730 :does :work_related_task. - :bob6730 :does :log_off_at_end_of_shift. + :alice1730 :does :log_off_at_end_of_shift. } log:explains { - :bob6730 :complies true. + :alice1730 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6731 :does :work_related_task. - :bob6731 :does :log_off_at_end_of_shift. + :alice1731 :does :log_off_at_end_of_shift. } log:explains { - :bob6731 :complies true. + :alice1731 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6732 :does :work_related_task. - :bob6732 :does :log_off_at_end_of_shift. + :alice1732 :does :log_off_at_end_of_shift. } log:explains { - :bob6732 :complies true. + :alice1732 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6733 :does :work_related_task. - :bob6733 :does :log_off_at_end_of_shift. + :alice1733 :does :log_off_at_end_of_shift. } log:explains { - :bob6733 :complies true. + :alice1733 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6734 :does :work_related_task. - :bob6734 :does :log_off_at_end_of_shift. + :alice1734 :does :log_off_at_end_of_shift. } log:explains { - :bob6734 :complies true. + :alice1734 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6735 :does :work_related_task. - :bob6735 :does :log_off_at_end_of_shift. + :alice1735 :does :log_off_at_end_of_shift. } log:explains { - :bob6735 :complies true. + :alice1735 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6736 :does :work_related_task. - :bob6736 :does :log_off_at_end_of_shift. + :alice1736 :does :log_off_at_end_of_shift. } log:explains { - :bob6736 :complies true. + :alice1736 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6737 :does :work_related_task. - :bob6737 :does :log_off_at_end_of_shift. + :alice1737 :does :log_off_at_end_of_shift. } log:explains { - :bob6737 :complies true. + :alice1737 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6738 :does :work_related_task. - :bob6738 :does :log_off_at_end_of_shift. + :alice1738 :does :log_off_at_end_of_shift. } log:explains { - :bob6738 :complies true. + :alice1738 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6739 :does :work_related_task. - :bob6739 :does :log_off_at_end_of_shift. + :alice1739 :does :log_off_at_end_of_shift. } log:explains { - :bob6739 :complies true. + :alice1739 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6740 :does :work_related_task. - :bob6740 :does :log_off_at_end_of_shift. + :alice1740 :does :log_off_at_end_of_shift. } log:explains { - :bob6740 :complies true. + :alice1740 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6741 :does :work_related_task. - :bob6741 :does :log_off_at_end_of_shift. + :alice1741 :does :log_off_at_end_of_shift. } log:explains { - :bob6741 :complies true. + :alice1741 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6742 :does :work_related_task. - :bob6742 :does :log_off_at_end_of_shift. + :alice1742 :does :log_off_at_end_of_shift. } log:explains { - :bob6742 :complies true. + :alice1742 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6743 :does :work_related_task. - :bob6743 :does :log_off_at_end_of_shift. + :alice1743 :does :log_off_at_end_of_shift. } log:explains { - :bob6743 :complies true. + :alice1743 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6744 :does :work_related_task. - :bob6744 :does :log_off_at_end_of_shift. + :alice1744 :does :log_off_at_end_of_shift. } log:explains { - :bob6744 :complies true. + :alice1744 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6745 :does :work_related_task. - :bob6745 :does :log_off_at_end_of_shift. + :alice1745 :does :log_off_at_end_of_shift. } log:explains { - :bob6745 :complies true. + :alice1745 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6746 :does :work_related_task. - :bob6746 :does :log_off_at_end_of_shift. + :alice1746 :does :log_off_at_end_of_shift. } log:explains { - :bob6746 :complies true. + :alice1746 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6747 :does :work_related_task. - :bob6747 :does :log_off_at_end_of_shift. + :alice1747 :does :log_off_at_end_of_shift. } log:explains { - :bob6747 :complies true. + :alice1747 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6748 :does :work_related_task. - :bob6748 :does :log_off_at_end_of_shift. + :alice1748 :does :log_off_at_end_of_shift. } log:explains { - :bob6748 :complies true. + :alice1748 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6749 :does :work_related_task. - :bob6749 :does :log_off_at_end_of_shift. + :alice1749 :does :log_off_at_end_of_shift. } log:explains { - :bob6749 :complies true. + :alice1749 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6750 :does :work_related_task. - :bob6750 :does :log_off_at_end_of_shift. + :alice1750 :does :log_off_at_end_of_shift. } log:explains { - :bob6750 :complies true. + :alice1750 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6751 :does :work_related_task. - :bob6751 :does :log_off_at_end_of_shift. + :alice1751 :does :log_off_at_end_of_shift. } log:explains { - :bob6751 :complies true. + :alice1751 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6752 :does :work_related_task. - :bob6752 :does :log_off_at_end_of_shift. + :alice1752 :does :log_off_at_end_of_shift. } log:explains { - :bob6752 :complies true. + :alice1752 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6753 :does :work_related_task. - :bob6753 :does :log_off_at_end_of_shift. + :alice1753 :does :log_off_at_end_of_shift. } log:explains { - :bob6753 :complies true. + :alice1753 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6754 :does :work_related_task. - :bob6754 :does :log_off_at_end_of_shift. + :alice1754 :does :log_off_at_end_of_shift. } log:explains { - :bob6754 :complies true. + :alice1754 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6755 :does :work_related_task. - :bob6755 :does :log_off_at_end_of_shift. + :alice1755 :does :log_off_at_end_of_shift. } log:explains { - :bob6755 :complies true. + :alice1755 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6756 :does :work_related_task. - :bob6756 :does :log_off_at_end_of_shift. + :alice1756 :does :log_off_at_end_of_shift. } log:explains { - :bob6756 :complies true. + :alice1756 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6757 :does :work_related_task. - :bob6757 :does :log_off_at_end_of_shift. + :alice1757 :does :log_off_at_end_of_shift. } log:explains { - :bob6757 :complies true. + :alice1757 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6758 :does :work_related_task. - :bob6758 :does :log_off_at_end_of_shift. + :alice1758 :does :log_off_at_end_of_shift. } log:explains { - :bob6758 :complies true. + :alice1758 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6759 :does :work_related_task. - :bob6759 :does :log_off_at_end_of_shift. + :alice1759 :does :log_off_at_end_of_shift. } log:explains { - :bob6759 :complies true. + :alice1759 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6760 :does :work_related_task. - :bob6760 :does :log_off_at_end_of_shift. + :alice1760 :does :log_off_at_end_of_shift. } log:explains { - :bob6760 :complies true. + :alice1760 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6761 :does :work_related_task. - :bob6761 :does :log_off_at_end_of_shift. + :alice1761 :does :log_off_at_end_of_shift. } log:explains { - :bob6761 :complies true. + :alice1761 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6762 :does :work_related_task. - :bob6762 :does :log_off_at_end_of_shift. + :alice1762 :does :log_off_at_end_of_shift. } log:explains { - :bob6762 :complies true. + :alice1762 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6763 :does :work_related_task. - :bob6763 :does :log_off_at_end_of_shift. + :alice1763 :does :log_off_at_end_of_shift. } log:explains { - :bob6763 :complies true. + :alice1763 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6764 :does :work_related_task. - :bob6764 :does :log_off_at_end_of_shift. + :alice1764 :does :log_off_at_end_of_shift. } log:explains { - :bob6764 :complies true. + :alice1764 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6765 :does :work_related_task. - :bob6765 :does :log_off_at_end_of_shift. + :alice1765 :does :log_off_at_end_of_shift. } log:explains { - :bob6765 :complies true. + :alice1765 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6766 :does :work_related_task. - :bob6766 :does :log_off_at_end_of_shift. + :alice1766 :does :log_off_at_end_of_shift. } log:explains { - :bob6766 :complies true. + :alice1766 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6767 :does :work_related_task. - :bob6767 :does :log_off_at_end_of_shift. + :alice1767 :does :log_off_at_end_of_shift. } log:explains { - :bob6767 :complies true. + :alice1767 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6768 :does :work_related_task. - :bob6768 :does :log_off_at_end_of_shift. + :alice1768 :does :log_off_at_end_of_shift. } log:explains { - :bob6768 :complies true. + :alice1768 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6769 :does :work_related_task. - :bob6769 :does :log_off_at_end_of_shift. + :alice1769 :does :log_off_at_end_of_shift. } log:explains { - :bob6769 :complies true. + :alice1769 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6770 :does :work_related_task. - :bob6770 :does :log_off_at_end_of_shift. + :alice1770 :does :log_off_at_end_of_shift. } log:explains { - :bob6770 :complies true. + :alice1770 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6771 :does :work_related_task. - :bob6771 :does :log_off_at_end_of_shift. + :alice1771 :does :log_off_at_end_of_shift. } log:explains { - :bob6771 :complies true. + :alice1771 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6772 :does :work_related_task. - :bob6772 :does :log_off_at_end_of_shift. + :alice1772 :does :log_off_at_end_of_shift. } log:explains { - :bob6772 :complies true. + :alice1772 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6773 :does :work_related_task. - :bob6773 :does :log_off_at_end_of_shift. + :alice1773 :does :log_off_at_end_of_shift. } log:explains { - :bob6773 :complies true. + :alice1773 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6774 :does :work_related_task. - :bob6774 :does :log_off_at_end_of_shift. + :alice1774 :does :log_off_at_end_of_shift. } log:explains { - :bob6774 :complies true. + :alice1774 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6775 :does :work_related_task. - :bob6775 :does :log_off_at_end_of_shift. + :alice1775 :does :log_off_at_end_of_shift. } log:explains { - :bob6775 :complies true. + :alice1775 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6776 :does :work_related_task. - :bob6776 :does :log_off_at_end_of_shift. + :alice1776 :does :log_off_at_end_of_shift. } log:explains { - :bob6776 :complies true. + :alice1776 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6777 :does :work_related_task. - :bob6777 :does :log_off_at_end_of_shift. + :alice1777 :does :log_off_at_end_of_shift. } log:explains { - :bob6777 :complies true. + :alice1777 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6778 :does :work_related_task. - :bob6778 :does :log_off_at_end_of_shift. + :alice1778 :does :log_off_at_end_of_shift. } log:explains { - :bob6778 :complies true. + :alice1778 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6779 :does :work_related_task. - :bob6779 :does :log_off_at_end_of_shift. + :alice1779 :does :log_off_at_end_of_shift. } log:explains { - :bob6779 :complies true. + :alice1779 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6780 :does :work_related_task. - :bob6780 :does :log_off_at_end_of_shift. + :alice1780 :does :log_off_at_end_of_shift. } log:explains { - :bob6780 :complies true. + :alice1780 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6781 :does :work_related_task. - :bob6781 :does :log_off_at_end_of_shift. + :alice1781 :does :log_off_at_end_of_shift. } log:explains { - :bob6781 :complies true. + :alice1781 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6782 :does :work_related_task. - :bob6782 :does :log_off_at_end_of_shift. + :alice1782 :does :log_off_at_end_of_shift. } log:explains { - :bob6782 :complies true. + :alice1782 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6783 :does :work_related_task. - :bob6783 :does :log_off_at_end_of_shift. + :alice1783 :does :log_off_at_end_of_shift. } log:explains { - :bob6783 :complies true. + :alice1783 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6784 :does :work_related_task. - :bob6784 :does :log_off_at_end_of_shift. + :alice1784 :does :log_off_at_end_of_shift. } log:explains { - :bob6784 :complies true. + :alice1784 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6785 :does :work_related_task. - :bob6785 :does :log_off_at_end_of_shift. + :alice1785 :does :log_off_at_end_of_shift. } log:explains { - :bob6785 :complies true. + :alice1785 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6786 :does :work_related_task. - :bob6786 :does :log_off_at_end_of_shift. + :alice1786 :does :log_off_at_end_of_shift. } log:explains { - :bob6786 :complies true. + :alice1786 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6787 :does :work_related_task. - :bob6787 :does :log_off_at_end_of_shift. + :alice1787 :does :log_off_at_end_of_shift. } log:explains { - :bob6787 :complies true. + :alice1787 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6788 :does :work_related_task. - :bob6788 :does :log_off_at_end_of_shift. + :alice1788 :does :log_off_at_end_of_shift. } log:explains { - :bob6788 :complies true. + :alice1788 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6789 :does :work_related_task. - :bob6789 :does :log_off_at_end_of_shift. + :alice1789 :does :log_off_at_end_of_shift. } log:explains { - :bob6789 :complies true. + :alice1789 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6790 :does :work_related_task. - :bob6790 :does :log_off_at_end_of_shift. + :alice1790 :does :log_off_at_end_of_shift. } log:explains { - :bob6790 :complies true. + :alice1790 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6791 :does :work_related_task. - :bob6791 :does :log_off_at_end_of_shift. + :alice1791 :does :log_off_at_end_of_shift. } log:explains { - :bob6791 :complies true. + :alice1791 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6792 :does :work_related_task. - :bob6792 :does :log_off_at_end_of_shift. + :alice1792 :does :log_off_at_end_of_shift. } log:explains { - :bob6792 :complies true. + :alice1792 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6793 :does :work_related_task. - :bob6793 :does :log_off_at_end_of_shift. + :alice1793 :does :log_off_at_end_of_shift. } log:explains { - :bob6793 :complies true. + :alice1793 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6794 :does :work_related_task. - :bob6794 :does :log_off_at_end_of_shift. + :alice1794 :does :log_off_at_end_of_shift. } log:explains { - :bob6794 :complies true. + :alice1794 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6795 :does :work_related_task. - :bob6795 :does :log_off_at_end_of_shift. + :alice1795 :does :log_off_at_end_of_shift. } log:explains { - :bob6795 :complies true. + :alice1795 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6796 :does :work_related_task. - :bob6796 :does :log_off_at_end_of_shift. + :alice1796 :does :log_off_at_end_of_shift. } log:explains { - :bob6796 :complies true. + :alice1796 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6797 :does :work_related_task. - :bob6797 :does :log_off_at_end_of_shift. + :alice1797 :does :log_off_at_end_of_shift. } log:explains { - :bob6797 :complies true. + :alice1797 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6798 :does :work_related_task. - :bob6798 :does :log_off_at_end_of_shift. + :alice1798 :does :log_off_at_end_of_shift. } log:explains { - :bob6798 :complies true. + :alice1798 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6799 :does :work_related_task. - :bob6799 :does :log_off_at_end_of_shift. + :alice1799 :does :log_off_at_end_of_shift. } log:explains { - :bob6799 :complies true. + :alice1799 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6800 :does :work_related_task. - :bob6800 :does :log_off_at_end_of_shift. + :alice1800 :does :log_off_at_end_of_shift. } log:explains { - :bob6800 :complies true. + :alice1800 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6801 :does :work_related_task. - :bob6801 :does :log_off_at_end_of_shift. + :alice1801 :does :log_off_at_end_of_shift. } log:explains { - :bob6801 :complies true. + :alice1801 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6802 :does :work_related_task. - :bob6802 :does :log_off_at_end_of_shift. + :alice1802 :does :log_off_at_end_of_shift. } log:explains { - :bob6802 :complies true. + :alice1802 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6803 :does :work_related_task. - :bob6803 :does :log_off_at_end_of_shift. + :alice1803 :does :log_off_at_end_of_shift. } log:explains { - :bob6803 :complies true. + :alice1803 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6804 :does :work_related_task. - :bob6804 :does :log_off_at_end_of_shift. + :alice1804 :does :log_off_at_end_of_shift. } log:explains { - :bob6804 :complies true. + :alice1804 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6805 :does :work_related_task. - :bob6805 :does :log_off_at_end_of_shift. + :alice1805 :does :log_off_at_end_of_shift. } log:explains { - :bob6805 :complies true. + :alice1805 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6806 :does :work_related_task. - :bob6806 :does :log_off_at_end_of_shift. + :alice1806 :does :log_off_at_end_of_shift. } log:explains { - :bob6806 :complies true. + :alice1806 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6807 :does :work_related_task. - :bob6807 :does :log_off_at_end_of_shift. + :alice1807 :does :log_off_at_end_of_shift. } log:explains { - :bob6807 :complies true. + :alice1807 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6808 :does :work_related_task. - :bob6808 :does :log_off_at_end_of_shift. + :alice1808 :does :log_off_at_end_of_shift. } log:explains { - :bob6808 :complies true. + :alice1808 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6809 :does :work_related_task. - :bob6809 :does :log_off_at_end_of_shift. + :alice1809 :does :log_off_at_end_of_shift. } log:explains { - :bob6809 :complies true. + :alice1809 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6810 :does :work_related_task. - :bob6810 :does :log_off_at_end_of_shift. + :alice1810 :does :log_off_at_end_of_shift. } log:explains { - :bob6810 :complies true. + :alice1810 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6811 :does :work_related_task. - :bob6811 :does :log_off_at_end_of_shift. + :alice1811 :does :log_off_at_end_of_shift. } log:explains { - :bob6811 :complies true. + :alice1811 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6812 :does :work_related_task. - :bob6812 :does :log_off_at_end_of_shift. + :alice1812 :does :log_off_at_end_of_shift. } log:explains { - :bob6812 :complies true. + :alice1812 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6813 :does :work_related_task. - :bob6813 :does :log_off_at_end_of_shift. + :alice1813 :does :log_off_at_end_of_shift. } log:explains { - :bob6813 :complies true. + :alice1813 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6814 :does :work_related_task. - :bob6814 :does :log_off_at_end_of_shift. + :alice1814 :does :log_off_at_end_of_shift. } log:explains { - :bob6814 :complies true. + :alice1814 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6815 :does :work_related_task. - :bob6815 :does :log_off_at_end_of_shift. + :alice1815 :does :log_off_at_end_of_shift. } log:explains { - :bob6815 :complies true. + :alice1815 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6816 :does :work_related_task. - :bob6816 :does :log_off_at_end_of_shift. + :alice1816 :does :log_off_at_end_of_shift. } log:explains { - :bob6816 :complies true. + :alice1816 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6817 :does :work_related_task. - :bob6817 :does :log_off_at_end_of_shift. + :alice1817 :does :log_off_at_end_of_shift. } log:explains { - :bob6817 :complies true. + :alice1817 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6818 :does :work_related_task. - :bob6818 :does :log_off_at_end_of_shift. + :alice1818 :does :log_off_at_end_of_shift. } log:explains { - :bob6818 :complies true. + :alice1818 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6819 :does :work_related_task. - :bob6819 :does :log_off_at_end_of_shift. + :alice1819 :does :log_off_at_end_of_shift. } log:explains { - :bob6819 :complies true. + :alice1819 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6820 :does :work_related_task. - :bob6820 :does :log_off_at_end_of_shift. + :alice1820 :does :log_off_at_end_of_shift. } log:explains { - :bob6820 :complies true. + :alice1820 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6821 :does :work_related_task. - :bob6821 :does :log_off_at_end_of_shift. + :alice1821 :does :log_off_at_end_of_shift. } log:explains { - :bob6821 :complies true. + :alice1821 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6822 :does :work_related_task. - :bob6822 :does :log_off_at_end_of_shift. + :alice1822 :does :log_off_at_end_of_shift. } log:explains { - :bob6822 :complies true. + :alice1822 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6823 :does :work_related_task. - :bob6823 :does :log_off_at_end_of_shift. + :alice1823 :does :log_off_at_end_of_shift. } log:explains { - :bob6823 :complies true. + :alice1823 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6824 :does :work_related_task. - :bob6824 :does :log_off_at_end_of_shift. + :alice1824 :does :log_off_at_end_of_shift. } log:explains { - :bob6824 :complies true. + :alice1824 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6825 :does :work_related_task. - :bob6825 :does :log_off_at_end_of_shift. + :alice1825 :does :log_off_at_end_of_shift. } log:explains { - :bob6825 :complies true. + :alice1825 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6826 :does :work_related_task. - :bob6826 :does :log_off_at_end_of_shift. + :alice1826 :does :log_off_at_end_of_shift. } log:explains { - :bob6826 :complies true. + :alice1826 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6827 :does :work_related_task. - :bob6827 :does :log_off_at_end_of_shift. + :alice1827 :does :log_off_at_end_of_shift. } log:explains { - :bob6827 :complies true. + :alice1827 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6828 :does :work_related_task. - :bob6828 :does :log_off_at_end_of_shift. + :alice1828 :does :log_off_at_end_of_shift. } log:explains { - :bob6828 :complies true. + :alice1828 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6829 :does :work_related_task. - :bob6829 :does :log_off_at_end_of_shift. + :alice1829 :does :log_off_at_end_of_shift. } log:explains { - :bob6829 :complies true. + :alice1829 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6830 :does :work_related_task. - :bob6830 :does :log_off_at_end_of_shift. + :alice1830 :does :log_off_at_end_of_shift. } log:explains { - :bob6830 :complies true. + :alice1830 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6831 :does :work_related_task. - :bob6831 :does :log_off_at_end_of_shift. + :alice1831 :does :log_off_at_end_of_shift. } log:explains { - :bob6831 :complies true. + :alice1831 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6832 :does :work_related_task. - :bob6832 :does :log_off_at_end_of_shift. + :alice1832 :does :log_off_at_end_of_shift. } log:explains { - :bob6832 :complies true. + :alice1832 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6833 :does :work_related_task. - :bob6833 :does :log_off_at_end_of_shift. + :alice1833 :does :log_off_at_end_of_shift. } log:explains { - :bob6833 :complies true. + :alice1833 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6834 :does :work_related_task. - :bob6834 :does :log_off_at_end_of_shift. + :alice1834 :does :log_off_at_end_of_shift. } log:explains { - :bob6834 :complies true. + :alice1834 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6835 :does :work_related_task. - :bob6835 :does :log_off_at_end_of_shift. + :alice1835 :does :log_off_at_end_of_shift. } log:explains { - :bob6835 :complies true. + :alice1835 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6836 :does :work_related_task. - :bob6836 :does :log_off_at_end_of_shift. + :alice1836 :does :log_off_at_end_of_shift. } log:explains { - :bob6836 :complies true. + :alice1836 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6837 :does :work_related_task. - :bob6837 :does :log_off_at_end_of_shift. + :alice1837 :does :log_off_at_end_of_shift. } log:explains { - :bob6837 :complies true. + :alice1837 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6838 :does :work_related_task. - :bob6838 :does :log_off_at_end_of_shift. + :alice1838 :does :log_off_at_end_of_shift. } log:explains { - :bob6838 :complies true. + :alice1838 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6839 :does :work_related_task. - :bob6839 :does :log_off_at_end_of_shift. + :alice1839 :does :log_off_at_end_of_shift. } log:explains { - :bob6839 :complies true. + :alice1839 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6840 :does :work_related_task. - :bob6840 :does :log_off_at_end_of_shift. + :alice1840 :does :log_off_at_end_of_shift. } log:explains { - :bob6840 :complies true. + :alice1840 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6841 :does :work_related_task. - :bob6841 :does :log_off_at_end_of_shift. + :alice1841 :does :log_off_at_end_of_shift. } log:explains { - :bob6841 :complies true. + :alice1841 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6842 :does :work_related_task. - :bob6842 :does :log_off_at_end_of_shift. + :alice1842 :does :log_off_at_end_of_shift. } log:explains { - :bob6842 :complies true. + :alice1842 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6843 :does :work_related_task. - :bob6843 :does :log_off_at_end_of_shift. + :alice1843 :does :log_off_at_end_of_shift. } log:explains { - :bob6843 :complies true. + :alice1843 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6844 :does :work_related_task. - :bob6844 :does :log_off_at_end_of_shift. + :alice1844 :does :log_off_at_end_of_shift. } log:explains { - :bob6844 :complies true. + :alice1844 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6845 :does :work_related_task. - :bob6845 :does :log_off_at_end_of_shift. + :alice1845 :does :log_off_at_end_of_shift. } log:explains { - :bob6845 :complies true. + :alice1845 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6846 :does :work_related_task. - :bob6846 :does :log_off_at_end_of_shift. + :alice1846 :does :log_off_at_end_of_shift. } log:explains { - :bob6846 :complies true. + :alice1846 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6847 :does :work_related_task. - :bob6847 :does :log_off_at_end_of_shift. + :alice1847 :does :log_off_at_end_of_shift. } log:explains { - :bob6847 :complies true. + :alice1847 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6848 :does :work_related_task. - :bob6848 :does :log_off_at_end_of_shift. + :alice1848 :does :log_off_at_end_of_shift. } log:explains { - :bob6848 :complies true. + :alice1848 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6849 :does :work_related_task. - :bob6849 :does :log_off_at_end_of_shift. + :alice1849 :does :log_off_at_end_of_shift. } log:explains { - :bob6849 :complies true. + :alice1849 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6850 :does :work_related_task. - :bob6850 :does :log_off_at_end_of_shift. + :alice1850 :does :log_off_at_end_of_shift. } log:explains { - :bob6850 :complies true. + :alice1850 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6851 :does :work_related_task. - :bob6851 :does :log_off_at_end_of_shift. + :alice1851 :does :log_off_at_end_of_shift. } log:explains { - :bob6851 :complies true. + :alice1851 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6852 :does :work_related_task. - :bob6852 :does :log_off_at_end_of_shift. + :alice1852 :does :log_off_at_end_of_shift. } log:explains { - :bob6852 :complies true. + :alice1852 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6853 :does :work_related_task. - :bob6853 :does :log_off_at_end_of_shift. + :alice1853 :does :log_off_at_end_of_shift. } log:explains { - :bob6853 :complies true. + :alice1853 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6854 :does :work_related_task. - :bob6854 :does :log_off_at_end_of_shift. + :alice1854 :does :log_off_at_end_of_shift. } log:explains { - :bob6854 :complies true. + :alice1854 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6855 :does :work_related_task. - :bob6855 :does :log_off_at_end_of_shift. + :alice1855 :does :log_off_at_end_of_shift. } log:explains { - :bob6855 :complies true. + :alice1855 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6856 :does :work_related_task. - :bob6856 :does :log_off_at_end_of_shift. + :alice1856 :does :log_off_at_end_of_shift. } log:explains { - :bob6856 :complies true. + :alice1856 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6857 :does :work_related_task. - :bob6857 :does :log_off_at_end_of_shift. + :alice1857 :does :log_off_at_end_of_shift. } log:explains { - :bob6857 :complies true. + :alice1857 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6858 :does :work_related_task. - :bob6858 :does :log_off_at_end_of_shift. + :alice1858 :does :log_off_at_end_of_shift. } log:explains { - :bob6858 :complies true. + :alice1858 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6859 :does :work_related_task. - :bob6859 :does :log_off_at_end_of_shift. + :alice1859 :does :log_off_at_end_of_shift. } log:explains { - :bob6859 :complies true. + :alice1859 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6860 :does :work_related_task. - :bob6860 :does :log_off_at_end_of_shift. + :alice1860 :does :log_off_at_end_of_shift. } log:explains { - :bob6860 :complies true. + :alice1860 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6861 :does :work_related_task. - :bob6861 :does :log_off_at_end_of_shift. + :alice1861 :does :log_off_at_end_of_shift. } log:explains { - :bob6861 :complies true. + :alice1861 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6862 :does :work_related_task. - :bob6862 :does :log_off_at_end_of_shift. + :alice1862 :does :log_off_at_end_of_shift. } log:explains { - :bob6862 :complies true. + :alice1862 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6863 :does :work_related_task. - :bob6863 :does :log_off_at_end_of_shift. + :alice1863 :does :log_off_at_end_of_shift. } log:explains { - :bob6863 :complies true. + :alice1863 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6864 :does :work_related_task. - :bob6864 :does :log_off_at_end_of_shift. + :alice1864 :does :log_off_at_end_of_shift. } log:explains { - :bob6864 :complies true. + :alice1864 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6865 :does :work_related_task. - :bob6865 :does :log_off_at_end_of_shift. + :alice1865 :does :log_off_at_end_of_shift. } log:explains { - :bob6865 :complies true. + :alice1865 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6866 :does :work_related_task. - :bob6866 :does :log_off_at_end_of_shift. + :alice1866 :does :log_off_at_end_of_shift. } log:explains { - :bob6866 :complies true. + :alice1866 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6867 :does :work_related_task. - :bob6867 :does :log_off_at_end_of_shift. + :alice1867 :does :log_off_at_end_of_shift. } log:explains { - :bob6867 :complies true. + :alice1867 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6868 :does :work_related_task. - :bob6868 :does :log_off_at_end_of_shift. + :alice1868 :does :log_off_at_end_of_shift. } log:explains { - :bob6868 :complies true. + :alice1868 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6869 :does :work_related_task. - :bob6869 :does :log_off_at_end_of_shift. + :alice1869 :does :log_off_at_end_of_shift. } log:explains { - :bob6869 :complies true. + :alice1869 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6870 :does :work_related_task. - :bob6870 :does :log_off_at_end_of_shift. + :alice1870 :does :log_off_at_end_of_shift. } log:explains { - :bob6870 :complies true. + :alice1870 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6871 :does :work_related_task. - :bob6871 :does :log_off_at_end_of_shift. + :alice1871 :does :log_off_at_end_of_shift. } log:explains { - :bob6871 :complies true. + :alice1871 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6872 :does :work_related_task. - :bob6872 :does :log_off_at_end_of_shift. + :alice1872 :does :log_off_at_end_of_shift. } log:explains { - :bob6872 :complies true. + :alice1872 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6873 :does :work_related_task. - :bob6873 :does :log_off_at_end_of_shift. + :alice1873 :does :log_off_at_end_of_shift. } log:explains { - :bob6873 :complies true. + :alice1873 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6874 :does :work_related_task. - :bob6874 :does :log_off_at_end_of_shift. + :alice1874 :does :log_off_at_end_of_shift. } log:explains { - :bob6874 :complies true. + :alice1874 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6875 :does :work_related_task. - :bob6875 :does :log_off_at_end_of_shift. + :alice1875 :does :log_off_at_end_of_shift. } log:explains { - :bob6875 :complies true. + :alice1875 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6876 :does :work_related_task. - :bob6876 :does :log_off_at_end_of_shift. + :alice1876 :does :log_off_at_end_of_shift. } log:explains { - :bob6876 :complies true. + :alice1876 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6877 :does :work_related_task. - :bob6877 :does :log_off_at_end_of_shift. + :alice1877 :does :log_off_at_end_of_shift. } log:explains { - :bob6877 :complies true. + :alice1877 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6878 :does :work_related_task. - :bob6878 :does :log_off_at_end_of_shift. + :alice1878 :does :log_off_at_end_of_shift. } log:explains { - :bob6878 :complies true. + :alice1878 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6879 :does :work_related_task. - :bob6879 :does :log_off_at_end_of_shift. + :alice1879 :does :log_off_at_end_of_shift. } log:explains { - :bob6879 :complies true. + :alice1879 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6880 :does :work_related_task. - :bob6880 :does :log_off_at_end_of_shift. + :alice1880 :does :log_off_at_end_of_shift. } log:explains { - :bob6880 :complies true. + :alice1880 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6881 :does :work_related_task. - :bob6881 :does :log_off_at_end_of_shift. + :alice1881 :does :log_off_at_end_of_shift. } log:explains { - :bob6881 :complies true. + :alice1881 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6882 :does :work_related_task. - :bob6882 :does :log_off_at_end_of_shift. + :alice1882 :does :log_off_at_end_of_shift. } log:explains { - :bob6882 :complies true. + :alice1882 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6883 :does :work_related_task. - :bob6883 :does :log_off_at_end_of_shift. + :alice1883 :does :log_off_at_end_of_shift. } log:explains { - :bob6883 :complies true. + :alice1883 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6884 :does :work_related_task. - :bob6884 :does :log_off_at_end_of_shift. + :alice1884 :does :log_off_at_end_of_shift. } log:explains { - :bob6884 :complies true. + :alice1884 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6885 :does :work_related_task. - :bob6885 :does :log_off_at_end_of_shift. + :alice1885 :does :log_off_at_end_of_shift. } log:explains { - :bob6885 :complies true. + :alice1885 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6886 :does :work_related_task. - :bob6886 :does :log_off_at_end_of_shift. + :alice1886 :does :log_off_at_end_of_shift. } log:explains { - :bob6886 :complies true. + :alice1886 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6887 :does :work_related_task. - :bob6887 :does :log_off_at_end_of_shift. + :alice1887 :does :log_off_at_end_of_shift. } log:explains { - :bob6887 :complies true. + :alice1887 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6888 :does :work_related_task. - :bob6888 :does :log_off_at_end_of_shift. + :alice1888 :does :log_off_at_end_of_shift. } log:explains { - :bob6888 :complies true. + :alice1888 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6889 :does :work_related_task. - :bob6889 :does :log_off_at_end_of_shift. + :alice1889 :does :log_off_at_end_of_shift. } log:explains { - :bob6889 :complies true. + :alice1889 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6890 :does :work_related_task. - :bob6890 :does :log_off_at_end_of_shift. + :alice1890 :does :log_off_at_end_of_shift. } log:explains { - :bob6890 :complies true. + :alice1890 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6891 :does :work_related_task. - :bob6891 :does :log_off_at_end_of_shift. + :alice1891 :does :log_off_at_end_of_shift. } log:explains { - :bob6891 :complies true. + :alice1891 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6892 :does :work_related_task. - :bob6892 :does :log_off_at_end_of_shift. + :alice1892 :does :log_off_at_end_of_shift. } log:explains { - :bob6892 :complies true. + :alice1892 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6893 :does :work_related_task. - :bob6893 :does :log_off_at_end_of_shift. + :alice1893 :does :log_off_at_end_of_shift. } log:explains { - :bob6893 :complies true. + :alice1893 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6894 :does :work_related_task. - :bob6894 :does :log_off_at_end_of_shift. + :alice1894 :does :log_off_at_end_of_shift. } log:explains { - :bob6894 :complies true. + :alice1894 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6895 :does :work_related_task. - :bob6895 :does :log_off_at_end_of_shift. + :alice1895 :does :log_off_at_end_of_shift. } log:explains { - :bob6895 :complies true. + :alice1895 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6896 :does :work_related_task. - :bob6896 :does :log_off_at_end_of_shift. + :alice1896 :does :log_off_at_end_of_shift. } log:explains { - :bob6896 :complies true. + :alice1896 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6897 :does :work_related_task. - :bob6897 :does :log_off_at_end_of_shift. + :alice1897 :does :log_off_at_end_of_shift. } log:explains { - :bob6897 :complies true. + :alice1897 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6898 :does :work_related_task. - :bob6898 :does :log_off_at_end_of_shift. + :alice1898 :does :log_off_at_end_of_shift. } log:explains { - :bob6898 :complies true. + :alice1898 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6899 :does :work_related_task. - :bob6899 :does :log_off_at_end_of_shift. + :alice1899 :does :log_off_at_end_of_shift. } log:explains { - :bob6899 :complies true. + :alice1899 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6900 :does :work_related_task. - :bob6900 :does :log_off_at_end_of_shift. + :alice1900 :does :log_off_at_end_of_shift. } log:explains { - :bob6900 :complies true. + :alice1900 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6901 :does :work_related_task. - :bob6901 :does :log_off_at_end_of_shift. + :alice1901 :does :log_off_at_end_of_shift. } log:explains { - :bob6901 :complies true. + :alice1901 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6902 :does :work_related_task. - :bob6902 :does :log_off_at_end_of_shift. + :alice1902 :does :log_off_at_end_of_shift. } log:explains { - :bob6902 :complies true. + :alice1902 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6903 :does :work_related_task. - :bob6903 :does :log_off_at_end_of_shift. + :alice1903 :does :log_off_at_end_of_shift. } log:explains { - :bob6903 :complies true. + :alice1903 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6904 :does :work_related_task. - :bob6904 :does :log_off_at_end_of_shift. + :alice1904 :does :log_off_at_end_of_shift. } log:explains { - :bob6904 :complies true. + :alice1904 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6905 :does :work_related_task. - :bob6905 :does :log_off_at_end_of_shift. + :alice1905 :does :log_off_at_end_of_shift. } log:explains { - :bob6905 :complies true. + :alice1905 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6906 :does :work_related_task. - :bob6906 :does :log_off_at_end_of_shift. + :alice1906 :does :log_off_at_end_of_shift. } log:explains { - :bob6906 :complies true. + :alice1906 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6907 :does :work_related_task. - :bob6907 :does :log_off_at_end_of_shift. + :alice1907 :does :log_off_at_end_of_shift. } log:explains { - :bob6907 :complies true. + :alice1907 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6908 :does :work_related_task. - :bob6908 :does :log_off_at_end_of_shift. + :alice1908 :does :log_off_at_end_of_shift. } log:explains { - :bob6908 :complies true. + :alice1908 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6909 :does :work_related_task. - :bob6909 :does :log_off_at_end_of_shift. + :alice1909 :does :log_off_at_end_of_shift. } log:explains { - :bob6909 :complies true. + :alice1909 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6910 :does :work_related_task. - :bob6910 :does :log_off_at_end_of_shift. + :alice1910 :does :log_off_at_end_of_shift. } log:explains { - :bob6910 :complies true. + :alice1910 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6911 :does :work_related_task. - :bob6911 :does :log_off_at_end_of_shift. + :alice1911 :does :log_off_at_end_of_shift. } log:explains { - :bob6911 :complies true. + :alice1911 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6912 :does :work_related_task. - :bob6912 :does :log_off_at_end_of_shift. + :alice1912 :does :log_off_at_end_of_shift. } log:explains { - :bob6912 :complies true. + :alice1912 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6913 :does :work_related_task. - :bob6913 :does :log_off_at_end_of_shift. + :alice1913 :does :log_off_at_end_of_shift. } log:explains { - :bob6913 :complies true. + :alice1913 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6914 :does :work_related_task. - :bob6914 :does :log_off_at_end_of_shift. + :alice1914 :does :log_off_at_end_of_shift. } log:explains { - :bob6914 :complies true. + :alice1914 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6915 :does :work_related_task. - :bob6915 :does :log_off_at_end_of_shift. + :alice1915 :does :log_off_at_end_of_shift. } log:explains { - :bob6915 :complies true. + :alice1915 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6916 :does :work_related_task. - :bob6916 :does :log_off_at_end_of_shift. + :alice1916 :does :log_off_at_end_of_shift. } log:explains { - :bob6916 :complies true. + :alice1916 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6917 :does :work_related_task. - :bob6917 :does :log_off_at_end_of_shift. + :alice1917 :does :log_off_at_end_of_shift. } log:explains { - :bob6917 :complies true. + :alice1917 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6918 :does :work_related_task. - :bob6918 :does :log_off_at_end_of_shift. + :alice1918 :does :log_off_at_end_of_shift. } log:explains { - :bob6918 :complies true. + :alice1918 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6919 :does :work_related_task. - :bob6919 :does :log_off_at_end_of_shift. + :alice1919 :does :log_off_at_end_of_shift. } log:explains { - :bob6919 :complies true. + :alice1919 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6920 :does :work_related_task. - :bob6920 :does :log_off_at_end_of_shift. + :alice1920 :does :log_off_at_end_of_shift. } log:explains { - :bob6920 :complies true. + :alice1920 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6921 :does :work_related_task. - :bob6921 :does :log_off_at_end_of_shift. + :alice1921 :does :log_off_at_end_of_shift. } log:explains { - :bob6921 :complies true. + :alice1921 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6922 :does :work_related_task. - :bob6922 :does :log_off_at_end_of_shift. + :alice1922 :does :log_off_at_end_of_shift. } log:explains { - :bob6922 :complies true. + :alice1922 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6923 :does :work_related_task. - :bob6923 :does :log_off_at_end_of_shift. + :alice1923 :does :log_off_at_end_of_shift. } log:explains { - :bob6923 :complies true. + :alice1923 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6924 :does :work_related_task. - :bob6924 :does :log_off_at_end_of_shift. + :alice1924 :does :log_off_at_end_of_shift. } log:explains { - :bob6924 :complies true. + :alice1924 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6925 :does :work_related_task. - :bob6925 :does :log_off_at_end_of_shift. + :alice1925 :does :log_off_at_end_of_shift. } log:explains { - :bob6925 :complies true. + :alice1925 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6926 :does :work_related_task. - :bob6926 :does :log_off_at_end_of_shift. + :alice1926 :does :log_off_at_end_of_shift. } log:explains { - :bob6926 :complies true. + :alice1926 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6927 :does :work_related_task. - :bob6927 :does :log_off_at_end_of_shift. + :alice1927 :does :log_off_at_end_of_shift. } log:explains { - :bob6927 :complies true. + :alice1927 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6928 :does :work_related_task. - :bob6928 :does :log_off_at_end_of_shift. + :alice1928 :does :log_off_at_end_of_shift. } log:explains { - :bob6928 :complies true. + :alice1928 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6929 :does :work_related_task. - :bob6929 :does :log_off_at_end_of_shift. + :alice1929 :does :log_off_at_end_of_shift. } log:explains { - :bob6929 :complies true. + :alice1929 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6930 :does :work_related_task. - :bob6930 :does :log_off_at_end_of_shift. + :alice1930 :does :log_off_at_end_of_shift. } log:explains { - :bob6930 :complies true. + :alice1930 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6931 :does :work_related_task. - :bob6931 :does :log_off_at_end_of_shift. + :alice1931 :does :log_off_at_end_of_shift. } log:explains { - :bob6931 :complies true. + :alice1931 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6932 :does :work_related_task. - :bob6932 :does :log_off_at_end_of_shift. + :alice1932 :does :log_off_at_end_of_shift. } log:explains { - :bob6932 :complies true. + :alice1932 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6933 :does :work_related_task. - :bob6933 :does :log_off_at_end_of_shift. + :alice1933 :does :log_off_at_end_of_shift. } log:explains { - :bob6933 :complies true. + :alice1933 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6934 :does :work_related_task. - :bob6934 :does :log_off_at_end_of_shift. + :alice1934 :does :log_off_at_end_of_shift. } log:explains { - :bob6934 :complies true. + :alice1934 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6935 :does :work_related_task. - :bob6935 :does :log_off_at_end_of_shift. + :alice1935 :does :log_off_at_end_of_shift. } log:explains { - :bob6935 :complies true. + :alice1935 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6936 :does :work_related_task. - :bob6936 :does :log_off_at_end_of_shift. + :alice1936 :does :log_off_at_end_of_shift. } log:explains { - :bob6936 :complies true. + :alice1936 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6937 :does :work_related_task. - :bob6937 :does :log_off_at_end_of_shift. + :alice1937 :does :log_off_at_end_of_shift. } log:explains { - :bob6937 :complies true. + :alice1937 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6938 :does :work_related_task. - :bob6938 :does :log_off_at_end_of_shift. + :alice1938 :does :log_off_at_end_of_shift. } log:explains { - :bob6938 :complies true. + :alice1938 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6939 :does :work_related_task. - :bob6939 :does :log_off_at_end_of_shift. + :alice1939 :does :log_off_at_end_of_shift. } log:explains { - :bob6939 :complies true. + :alice1939 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6940 :does :work_related_task. - :bob6940 :does :log_off_at_end_of_shift. + :alice1940 :does :log_off_at_end_of_shift. } log:explains { - :bob6940 :complies true. + :alice1940 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6941 :does :work_related_task. - :bob6941 :does :log_off_at_end_of_shift. + :alice1941 :does :log_off_at_end_of_shift. } log:explains { - :bob6941 :complies true. + :alice1941 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6942 :does :work_related_task. - :bob6942 :does :log_off_at_end_of_shift. + :alice1942 :does :log_off_at_end_of_shift. } log:explains { - :bob6942 :complies true. + :alice1942 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6943 :does :work_related_task. - :bob6943 :does :log_off_at_end_of_shift. + :alice1943 :does :log_off_at_end_of_shift. } log:explains { - :bob6943 :complies true. + :alice1943 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6944 :does :work_related_task. - :bob6944 :does :log_off_at_end_of_shift. + :alice1944 :does :log_off_at_end_of_shift. } log:explains { - :bob6944 :complies true. + :alice1944 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6945 :does :work_related_task. - :bob6945 :does :log_off_at_end_of_shift. + :alice1945 :does :log_off_at_end_of_shift. } log:explains { - :bob6945 :complies true. + :alice1945 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6946 :does :work_related_task. - :bob6946 :does :log_off_at_end_of_shift. + :alice1946 :does :log_off_at_end_of_shift. } log:explains { - :bob6946 :complies true. + :alice1946 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6947 :does :work_related_task. - :bob6947 :does :log_off_at_end_of_shift. + :alice1947 :does :log_off_at_end_of_shift. } log:explains { - :bob6947 :complies true. + :alice1947 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6948 :does :work_related_task. - :bob6948 :does :log_off_at_end_of_shift. + :alice1948 :does :log_off_at_end_of_shift. } log:explains { - :bob6948 :complies true. + :alice1948 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6949 :does :work_related_task. - :bob6949 :does :log_off_at_end_of_shift. + :alice1949 :does :log_off_at_end_of_shift. } log:explains { - :bob6949 :complies true. + :alice1949 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6950 :does :work_related_task. - :bob6950 :does :log_off_at_end_of_shift. + :alice1950 :does :log_off_at_end_of_shift. } log:explains { - :bob6950 :complies true. + :alice1950 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6951 :does :work_related_task. - :bob6951 :does :log_off_at_end_of_shift. + :alice1951 :does :log_off_at_end_of_shift. } log:explains { - :bob6951 :complies true. + :alice1951 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6952 :does :work_related_task. - :bob6952 :does :log_off_at_end_of_shift. + :alice1952 :does :log_off_at_end_of_shift. } log:explains { - :bob6952 :complies true. + :alice1952 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6953 :does :work_related_task. - :bob6953 :does :log_off_at_end_of_shift. + :alice1953 :does :log_off_at_end_of_shift. } log:explains { - :bob6953 :complies true. + :alice1953 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6954 :does :work_related_task. - :bob6954 :does :log_off_at_end_of_shift. + :alice1954 :does :log_off_at_end_of_shift. } log:explains { - :bob6954 :complies true. + :alice1954 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6955 :does :work_related_task. - :bob6955 :does :log_off_at_end_of_shift. + :alice1955 :does :log_off_at_end_of_shift. } log:explains { - :bob6955 :complies true. + :alice1955 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6956 :does :work_related_task. - :bob6956 :does :log_off_at_end_of_shift. + :alice1956 :does :log_off_at_end_of_shift. } log:explains { - :bob6956 :complies true. + :alice1956 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6957 :does :work_related_task. - :bob6957 :does :log_off_at_end_of_shift. + :alice1957 :does :log_off_at_end_of_shift. } log:explains { - :bob6957 :complies true. + :alice1957 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6958 :does :work_related_task. - :bob6958 :does :log_off_at_end_of_shift. + :alice1958 :does :log_off_at_end_of_shift. } log:explains { - :bob6958 :complies true. + :alice1958 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6959 :does :work_related_task. - :bob6959 :does :log_off_at_end_of_shift. + :alice1959 :does :log_off_at_end_of_shift. } log:explains { - :bob6959 :complies true. + :alice1959 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6960 :does :work_related_task. - :bob6960 :does :log_off_at_end_of_shift. + :alice1960 :does :log_off_at_end_of_shift. } log:explains { - :bob6960 :complies true. + :alice1960 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6961 :does :work_related_task. - :bob6961 :does :log_off_at_end_of_shift. + :alice1961 :does :log_off_at_end_of_shift. } log:explains { - :bob6961 :complies true. + :alice1961 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6962 :does :work_related_task. - :bob6962 :does :log_off_at_end_of_shift. + :alice1962 :does :log_off_at_end_of_shift. } log:explains { - :bob6962 :complies true. + :alice1962 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6963 :does :work_related_task. - :bob6963 :does :log_off_at_end_of_shift. + :alice1963 :does :log_off_at_end_of_shift. } log:explains { - :bob6963 :complies true. + :alice1963 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6964 :does :work_related_task. - :bob6964 :does :log_off_at_end_of_shift. + :alice1964 :does :log_off_at_end_of_shift. } log:explains { - :bob6964 :complies true. + :alice1964 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6965 :does :work_related_task. - :bob6965 :does :log_off_at_end_of_shift. + :alice1965 :does :log_off_at_end_of_shift. } log:explains { - :bob6965 :complies true. + :alice1965 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6966 :does :work_related_task. - :bob6966 :does :log_off_at_end_of_shift. + :alice1966 :does :log_off_at_end_of_shift. } log:explains { - :bob6966 :complies true. + :alice1966 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6967 :does :work_related_task. - :bob6967 :does :log_off_at_end_of_shift. + :alice1967 :does :log_off_at_end_of_shift. } log:explains { - :bob6967 :complies true. + :alice1967 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6968 :does :work_related_task. - :bob6968 :does :log_off_at_end_of_shift. + :alice1968 :does :log_off_at_end_of_shift. } log:explains { - :bob6968 :complies true. + :alice1968 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6969 :does :work_related_task. - :bob6969 :does :log_off_at_end_of_shift. + :alice1969 :does :log_off_at_end_of_shift. } log:explains { - :bob6969 :complies true. + :alice1969 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6970 :does :work_related_task. - :bob6970 :does :log_off_at_end_of_shift. + :alice1970 :does :log_off_at_end_of_shift. } log:explains { - :bob6970 :complies true. + :alice1970 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6971 :does :work_related_task. - :bob6971 :does :log_off_at_end_of_shift. + :alice1971 :does :log_off_at_end_of_shift. } log:explains { - :bob6971 :complies true. + :alice1971 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6972 :does :work_related_task. - :bob6972 :does :log_off_at_end_of_shift. + :alice1972 :does :log_off_at_end_of_shift. } log:explains { - :bob6972 :complies true. + :alice1972 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6973 :does :work_related_task. - :bob6973 :does :log_off_at_end_of_shift. + :alice1973 :does :log_off_at_end_of_shift. } log:explains { - :bob6973 :complies true. + :alice1973 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6974 :does :work_related_task. - :bob6974 :does :log_off_at_end_of_shift. + :alice1974 :does :log_off_at_end_of_shift. } log:explains { - :bob6974 :complies true. + :alice1974 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6975 :does :work_related_task. - :bob6975 :does :log_off_at_end_of_shift. + :alice1975 :does :log_off_at_end_of_shift. } log:explains { - :bob6975 :complies true. + :alice1975 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6976 :does :work_related_task. - :bob6976 :does :log_off_at_end_of_shift. + :alice1976 :does :log_off_at_end_of_shift. } log:explains { - :bob6976 :complies true. + :alice1976 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6977 :does :work_related_task. - :bob6977 :does :log_off_at_end_of_shift. + :alice1977 :does :log_off_at_end_of_shift. } log:explains { - :bob6977 :complies true. + :alice1977 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6978 :does :work_related_task. - :bob6978 :does :log_off_at_end_of_shift. + :alice1978 :does :log_off_at_end_of_shift. } log:explains { - :bob6978 :complies true. + :alice1978 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6979 :does :work_related_task. - :bob6979 :does :log_off_at_end_of_shift. + :alice1979 :does :log_off_at_end_of_shift. } log:explains { - :bob6979 :complies true. + :alice1979 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6980 :does :work_related_task. - :bob6980 :does :log_off_at_end_of_shift. + :alice1980 :does :log_off_at_end_of_shift. } log:explains { - :bob6980 :complies true. + :alice1980 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6981 :does :work_related_task. - :bob6981 :does :log_off_at_end_of_shift. + :alice1981 :does :log_off_at_end_of_shift. } log:explains { - :bob6981 :complies true. + :alice1981 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6982 :does :work_related_task. - :bob6982 :does :log_off_at_end_of_shift. + :alice1982 :does :log_off_at_end_of_shift. } log:explains { - :bob6982 :complies true. + :alice1982 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6983 :does :work_related_task. - :bob6983 :does :log_off_at_end_of_shift. + :alice1983 :does :log_off_at_end_of_shift. } log:explains { - :bob6983 :complies true. + :alice1983 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6984 :does :work_related_task. - :bob6984 :does :log_off_at_end_of_shift. + :alice1984 :does :log_off_at_end_of_shift. } log:explains { - :bob6984 :complies true. + :alice1984 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6985 :does :work_related_task. - :bob6985 :does :log_off_at_end_of_shift. + :alice1985 :does :log_off_at_end_of_shift. } log:explains { - :bob6985 :complies true. + :alice1985 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6986 :does :work_related_task. - :bob6986 :does :log_off_at_end_of_shift. + :alice1986 :does :log_off_at_end_of_shift. } log:explains { - :bob6986 :complies true. + :alice1986 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6987 :does :work_related_task. - :bob6987 :does :log_off_at_end_of_shift. + :alice1987 :does :log_off_at_end_of_shift. } log:explains { - :bob6987 :complies true. + :alice1987 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6988 :does :work_related_task. - :bob6988 :does :log_off_at_end_of_shift. + :alice1988 :does :log_off_at_end_of_shift. } log:explains { - :bob6988 :complies true. + :alice1988 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6989 :does :work_related_task. - :bob6989 :does :log_off_at_end_of_shift. + :alice1989 :does :log_off_at_end_of_shift. } log:explains { - :bob6989 :complies true. + :alice1989 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6990 :does :work_related_task. - :bob6990 :does :log_off_at_end_of_shift. + :alice1990 :does :log_off_at_end_of_shift. } log:explains { - :bob6990 :complies true. + :alice1990 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6991 :does :work_related_task. - :bob6991 :does :log_off_at_end_of_shift. + :alice1991 :does :log_off_at_end_of_shift. } log:explains { - :bob6991 :complies true. + :alice1991 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6992 :does :work_related_task. - :bob6992 :does :log_off_at_end_of_shift. + :alice1992 :does :log_off_at_end_of_shift. } log:explains { - :bob6992 :complies true. + :alice1992 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6993 :does :work_related_task. - :bob6993 :does :log_off_at_end_of_shift. + :alice1993 :does :log_off_at_end_of_shift. } log:explains { - :bob6993 :complies true. + :alice1993 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6994 :does :work_related_task. - :bob6994 :does :log_off_at_end_of_shift. + :alice1994 :does :log_off_at_end_of_shift. } log:explains { - :bob6994 :complies true. + :alice1994 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6995 :does :work_related_task. - :bob6995 :does :log_off_at_end_of_shift. + :alice1995 :does :log_off_at_end_of_shift. } log:explains { - :bob6995 :complies true. + :alice1995 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6996 :does :work_related_task. - :bob6996 :does :log_off_at_end_of_shift. + :alice1996 :does :log_off_at_end_of_shift. } log:explains { - :bob6996 :complies true. + :alice1996 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6997 :does :work_related_task. - :bob6997 :does :log_off_at_end_of_shift. + :alice1997 :does :log_off_at_end_of_shift. } log:explains { - :bob6997 :complies true. + :alice1997 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6998 :does :work_related_task. - :bob6998 :does :log_off_at_end_of_shift. + :alice1998 :does :log_off_at_end_of_shift. } log:explains { - :bob6998 :complies true. + :alice1998 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob6999 :does :work_related_task. - :bob6999 :does :log_off_at_end_of_shift. + :alice1999 :does :log_off_at_end_of_shift. } log:explains { - :bob6999 :complies true. + :alice1999 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7000 :does :work_related_task. - :bob7000 :does :log_off_at_end_of_shift. + :alice2000 :does :log_off_at_end_of_shift. } log:explains { - :bob7000 :complies true. + :alice2000 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7001 :does :work_related_task. - :bob7001 :does :log_off_at_end_of_shift. + :alice2001 :does :log_off_at_end_of_shift. } log:explains { - :bob7001 :complies true. + :alice2001 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7002 :does :work_related_task. - :bob7002 :does :log_off_at_end_of_shift. + :alice2002 :does :log_off_at_end_of_shift. } log:explains { - :bob7002 :complies true. + :alice2002 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7003 :does :work_related_task. - :bob7003 :does :log_off_at_end_of_shift. + :alice2003 :does :log_off_at_end_of_shift. } log:explains { - :bob7003 :complies true. + :alice2003 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7004 :does :work_related_task. - :bob7004 :does :log_off_at_end_of_shift. + :alice2004 :does :log_off_at_end_of_shift. } log:explains { - :bob7004 :complies true. + :alice2004 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7005 :does :work_related_task. - :bob7005 :does :log_off_at_end_of_shift. + :alice2005 :does :log_off_at_end_of_shift. } log:explains { - :bob7005 :complies true. + :alice2005 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7006 :does :work_related_task. - :bob7006 :does :log_off_at_end_of_shift. + :alice2006 :does :log_off_at_end_of_shift. } log:explains { - :bob7006 :complies true. + :alice2006 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7007 :does :work_related_task. - :bob7007 :does :log_off_at_end_of_shift. + :alice2007 :does :log_off_at_end_of_shift. } log:explains { - :bob7007 :complies true. + :alice2007 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7008 :does :work_related_task. - :bob7008 :does :log_off_at_end_of_shift. + :alice2008 :does :log_off_at_end_of_shift. } log:explains { - :bob7008 :complies true. + :alice2008 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7009 :does :work_related_task. - :bob7009 :does :log_off_at_end_of_shift. + :alice2009 :does :log_off_at_end_of_shift. } log:explains { - :bob7009 :complies true. + :alice2009 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7010 :does :work_related_task. - :bob7010 :does :log_off_at_end_of_shift. + :alice2010 :does :log_off_at_end_of_shift. } log:explains { - :bob7010 :complies true. + :alice2010 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7011 :does :work_related_task. - :bob7011 :does :log_off_at_end_of_shift. + :alice2011 :does :log_off_at_end_of_shift. } log:explains { - :bob7011 :complies true. + :alice2011 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7012 :does :work_related_task. - :bob7012 :does :log_off_at_end_of_shift. + :alice2012 :does :log_off_at_end_of_shift. } log:explains { - :bob7012 :complies true. + :alice2012 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7013 :does :work_related_task. - :bob7013 :does :log_off_at_end_of_shift. + :alice2013 :does :log_off_at_end_of_shift. } log:explains { - :bob7013 :complies true. + :alice2013 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7014 :does :work_related_task. - :bob7014 :does :log_off_at_end_of_shift. + :alice2014 :does :log_off_at_end_of_shift. } log:explains { - :bob7014 :complies true. + :alice2014 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7015 :does :work_related_task. - :bob7015 :does :log_off_at_end_of_shift. + :alice2015 :does :log_off_at_end_of_shift. } log:explains { - :bob7015 :complies true. + :alice2015 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7016 :does :work_related_task. - :bob7016 :does :log_off_at_end_of_shift. + :alice2016 :does :log_off_at_end_of_shift. } log:explains { - :bob7016 :complies true. + :alice2016 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7017 :does :work_related_task. - :bob7017 :does :log_off_at_end_of_shift. + :alice2017 :does :log_off_at_end_of_shift. } log:explains { - :bob7017 :complies true. + :alice2017 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7018 :does :work_related_task. - :bob7018 :does :log_off_at_end_of_shift. + :alice2018 :does :log_off_at_end_of_shift. } log:explains { - :bob7018 :complies true. + :alice2018 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7019 :does :work_related_task. - :bob7019 :does :log_off_at_end_of_shift. + :alice2019 :does :log_off_at_end_of_shift. } log:explains { - :bob7019 :complies true. + :alice2019 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7020 :does :work_related_task. - :bob7020 :does :log_off_at_end_of_shift. + :alice2020 :does :log_off_at_end_of_shift. } log:explains { - :bob7020 :complies true. + :alice2020 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7021 :does :work_related_task. - :bob7021 :does :log_off_at_end_of_shift. + :alice2021 :does :log_off_at_end_of_shift. } log:explains { - :bob7021 :complies true. + :alice2021 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7022 :does :work_related_task. - :bob7022 :does :log_off_at_end_of_shift. + :alice2022 :does :log_off_at_end_of_shift. } log:explains { - :bob7022 :complies true. + :alice2022 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7023 :does :work_related_task. - :bob7023 :does :log_off_at_end_of_shift. + :alice2023 :does :log_off_at_end_of_shift. } log:explains { - :bob7023 :complies true. + :alice2023 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7024 :does :work_related_task. - :bob7024 :does :log_off_at_end_of_shift. + :alice2024 :does :log_off_at_end_of_shift. } log:explains { - :bob7024 :complies true. + :alice2024 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7025 :does :work_related_task. - :bob7025 :does :log_off_at_end_of_shift. + :alice2025 :does :log_off_at_end_of_shift. } log:explains { - :bob7025 :complies true. + :alice2025 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7026 :does :work_related_task. - :bob7026 :does :log_off_at_end_of_shift. + :alice2026 :does :log_off_at_end_of_shift. } log:explains { - :bob7026 :complies true. + :alice2026 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7027 :does :work_related_task. - :bob7027 :does :log_off_at_end_of_shift. + :alice2027 :does :log_off_at_end_of_shift. } log:explains { - :bob7027 :complies true. + :alice2027 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7028 :does :work_related_task. - :bob7028 :does :log_off_at_end_of_shift. + :alice2028 :does :log_off_at_end_of_shift. } log:explains { - :bob7028 :complies true. + :alice2028 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7029 :does :work_related_task. - :bob7029 :does :log_off_at_end_of_shift. + :alice2029 :does :log_off_at_end_of_shift. } log:explains { - :bob7029 :complies true. + :alice2029 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7030 :does :work_related_task. - :bob7030 :does :log_off_at_end_of_shift. + :alice2030 :does :log_off_at_end_of_shift. } log:explains { - :bob7030 :complies true. + :alice2030 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7031 :does :work_related_task. - :bob7031 :does :log_off_at_end_of_shift. + :alice2031 :does :log_off_at_end_of_shift. } log:explains { - :bob7031 :complies true. + :alice2031 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7032 :does :work_related_task. - :bob7032 :does :log_off_at_end_of_shift. + :alice2032 :does :log_off_at_end_of_shift. } log:explains { - :bob7032 :complies true. + :alice2032 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7033 :does :work_related_task. - :bob7033 :does :log_off_at_end_of_shift. + :alice2033 :does :log_off_at_end_of_shift. } log:explains { - :bob7033 :complies true. + :alice2033 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7034 :does :work_related_task. - :bob7034 :does :log_off_at_end_of_shift. + :alice2034 :does :log_off_at_end_of_shift. } log:explains { - :bob7034 :complies true. + :alice2034 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7035 :does :work_related_task. - :bob7035 :does :log_off_at_end_of_shift. + :alice2035 :does :log_off_at_end_of_shift. } log:explains { - :bob7035 :complies true. + :alice2035 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7036 :does :work_related_task. - :bob7036 :does :log_off_at_end_of_shift. + :alice2036 :does :log_off_at_end_of_shift. } log:explains { - :bob7036 :complies true. + :alice2036 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7037 :does :work_related_task. - :bob7037 :does :log_off_at_end_of_shift. + :alice2037 :does :log_off_at_end_of_shift. } log:explains { - :bob7037 :complies true. + :alice2037 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7038 :does :work_related_task. - :bob7038 :does :log_off_at_end_of_shift. + :alice2038 :does :log_off_at_end_of_shift. } log:explains { - :bob7038 :complies true. + :alice2038 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7039 :does :work_related_task. - :bob7039 :does :log_off_at_end_of_shift. + :alice2039 :does :log_off_at_end_of_shift. } log:explains { - :bob7039 :complies true. + :alice2039 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7040 :does :work_related_task. - :bob7040 :does :log_off_at_end_of_shift. + :alice2040 :does :log_off_at_end_of_shift. } log:explains { - :bob7040 :complies true. + :alice2040 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7041 :does :work_related_task. - :bob7041 :does :log_off_at_end_of_shift. + :alice2041 :does :log_off_at_end_of_shift. } log:explains { - :bob7041 :complies true. + :alice2041 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7042 :does :work_related_task. - :bob7042 :does :log_off_at_end_of_shift. + :alice2042 :does :log_off_at_end_of_shift. } log:explains { - :bob7042 :complies true. + :alice2042 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7043 :does :work_related_task. - :bob7043 :does :log_off_at_end_of_shift. + :alice2043 :does :log_off_at_end_of_shift. } log:explains { - :bob7043 :complies true. + :alice2043 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7044 :does :work_related_task. - :bob7044 :does :log_off_at_end_of_shift. + :alice2044 :does :log_off_at_end_of_shift. } log:explains { - :bob7044 :complies true. + :alice2044 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7045 :does :work_related_task. - :bob7045 :does :log_off_at_end_of_shift. + :alice2045 :does :log_off_at_end_of_shift. } log:explains { - :bob7045 :complies true. + :alice2045 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7046 :does :work_related_task. - :bob7046 :does :log_off_at_end_of_shift. + :alice2046 :does :log_off_at_end_of_shift. } log:explains { - :bob7046 :complies true. + :alice2046 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7047 :does :work_related_task. - :bob7047 :does :log_off_at_end_of_shift. + :alice2047 :does :log_off_at_end_of_shift. } log:explains { - :bob7047 :complies true. + :alice2047 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7048 :does :work_related_task. - :bob7048 :does :log_off_at_end_of_shift. + :alice2048 :does :log_off_at_end_of_shift. } log:explains { - :bob7048 :complies true. + :alice2048 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7049 :does :work_related_task. - :bob7049 :does :log_off_at_end_of_shift. + :alice2049 :does :log_off_at_end_of_shift. } log:explains { - :bob7049 :complies true. + :alice2049 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7050 :does :work_related_task. - :bob7050 :does :log_off_at_end_of_shift. + :alice2050 :does :log_off_at_end_of_shift. } log:explains { - :bob7050 :complies true. + :alice2050 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7051 :does :work_related_task. - :bob7051 :does :log_off_at_end_of_shift. + :alice2051 :does :log_off_at_end_of_shift. } log:explains { - :bob7051 :complies true. + :alice2051 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7052 :does :work_related_task. - :bob7052 :does :log_off_at_end_of_shift. + :alice2052 :does :log_off_at_end_of_shift. } log:explains { - :bob7052 :complies true. + :alice2052 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7053 :does :work_related_task. - :bob7053 :does :log_off_at_end_of_shift. + :alice2053 :does :log_off_at_end_of_shift. } log:explains { - :bob7053 :complies true. + :alice2053 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7054 :does :work_related_task. - :bob7054 :does :log_off_at_end_of_shift. + :alice2054 :does :log_off_at_end_of_shift. } log:explains { - :bob7054 :complies true. + :alice2054 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7055 :does :work_related_task. - :bob7055 :does :log_off_at_end_of_shift. + :alice2055 :does :log_off_at_end_of_shift. } log:explains { - :bob7055 :complies true. + :alice2055 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7056 :does :work_related_task. - :bob7056 :does :log_off_at_end_of_shift. + :alice2056 :does :log_off_at_end_of_shift. } log:explains { - :bob7056 :complies true. + :alice2056 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7057 :does :work_related_task. - :bob7057 :does :log_off_at_end_of_shift. + :alice2057 :does :log_off_at_end_of_shift. } log:explains { - :bob7057 :complies true. + :alice2057 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7058 :does :work_related_task. - :bob7058 :does :log_off_at_end_of_shift. + :alice2058 :does :log_off_at_end_of_shift. } log:explains { - :bob7058 :complies true. + :alice2058 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7059 :does :work_related_task. - :bob7059 :does :log_off_at_end_of_shift. + :alice2059 :does :log_off_at_end_of_shift. } log:explains { - :bob7059 :complies true. + :alice2059 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7060 :does :work_related_task. - :bob7060 :does :log_off_at_end_of_shift. + :alice2060 :does :log_off_at_end_of_shift. } log:explains { - :bob7060 :complies true. + :alice2060 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7061 :does :work_related_task. - :bob7061 :does :log_off_at_end_of_shift. + :alice2061 :does :log_off_at_end_of_shift. } log:explains { - :bob7061 :complies true. + :alice2061 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7062 :does :work_related_task. - :bob7062 :does :log_off_at_end_of_shift. + :alice2062 :does :log_off_at_end_of_shift. } log:explains { - :bob7062 :complies true. + :alice2062 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7063 :does :work_related_task. - :bob7063 :does :log_off_at_end_of_shift. + :alice2063 :does :log_off_at_end_of_shift. } log:explains { - :bob7063 :complies true. + :alice2063 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7064 :does :work_related_task. - :bob7064 :does :log_off_at_end_of_shift. + :alice2064 :does :log_off_at_end_of_shift. } log:explains { - :bob7064 :complies true. + :alice2064 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7065 :does :work_related_task. - :bob7065 :does :log_off_at_end_of_shift. + :alice2065 :does :log_off_at_end_of_shift. } log:explains { - :bob7065 :complies true. + :alice2065 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7066 :does :work_related_task. - :bob7066 :does :log_off_at_end_of_shift. + :alice2066 :does :log_off_at_end_of_shift. } log:explains { - :bob7066 :complies true. + :alice2066 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7067 :does :work_related_task. - :bob7067 :does :log_off_at_end_of_shift. + :alice2067 :does :log_off_at_end_of_shift. } log:explains { - :bob7067 :complies true. + :alice2067 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7068 :does :work_related_task. - :bob7068 :does :log_off_at_end_of_shift. + :alice2068 :does :log_off_at_end_of_shift. } log:explains { - :bob7068 :complies true. + :alice2068 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7069 :does :work_related_task. - :bob7069 :does :log_off_at_end_of_shift. + :alice2069 :does :log_off_at_end_of_shift. } log:explains { - :bob7069 :complies true. + :alice2069 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7070 :does :work_related_task. - :bob7070 :does :log_off_at_end_of_shift. + :alice2070 :does :log_off_at_end_of_shift. } log:explains { - :bob7070 :complies true. + :alice2070 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7071 :does :work_related_task. - :bob7071 :does :log_off_at_end_of_shift. + :alice2071 :does :log_off_at_end_of_shift. } log:explains { - :bob7071 :complies true. + :alice2071 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7072 :does :work_related_task. - :bob7072 :does :log_off_at_end_of_shift. + :alice2072 :does :log_off_at_end_of_shift. } log:explains { - :bob7072 :complies true. + :alice2072 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7073 :does :work_related_task. - :bob7073 :does :log_off_at_end_of_shift. + :alice2073 :does :log_off_at_end_of_shift. } log:explains { - :bob7073 :complies true. + :alice2073 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7074 :does :work_related_task. - :bob7074 :does :log_off_at_end_of_shift. + :alice2074 :does :log_off_at_end_of_shift. } log:explains { - :bob7074 :complies true. + :alice2074 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7075 :does :work_related_task. - :bob7075 :does :log_off_at_end_of_shift. + :alice2075 :does :log_off_at_end_of_shift. } log:explains { - :bob7075 :complies true. + :alice2075 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7076 :does :work_related_task. - :bob7076 :does :log_off_at_end_of_shift. + :alice2076 :does :log_off_at_end_of_shift. } log:explains { - :bob7076 :complies true. + :alice2076 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7077 :does :work_related_task. - :bob7077 :does :log_off_at_end_of_shift. + :alice2077 :does :log_off_at_end_of_shift. } log:explains { - :bob7077 :complies true. + :alice2077 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7078 :does :work_related_task. - :bob7078 :does :log_off_at_end_of_shift. + :alice2078 :does :log_off_at_end_of_shift. } log:explains { - :bob7078 :complies true. + :alice2078 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7079 :does :work_related_task. - :bob7079 :does :log_off_at_end_of_shift. + :alice2079 :does :log_off_at_end_of_shift. } log:explains { - :bob7079 :complies true. + :alice2079 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7080 :does :work_related_task. - :bob7080 :does :log_off_at_end_of_shift. + :alice2080 :does :log_off_at_end_of_shift. } log:explains { - :bob7080 :complies true. + :alice2080 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7081 :does :work_related_task. - :bob7081 :does :log_off_at_end_of_shift. + :alice2081 :does :log_off_at_end_of_shift. } log:explains { - :bob7081 :complies true. + :alice2081 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7082 :does :work_related_task. - :bob7082 :does :log_off_at_end_of_shift. + :alice2082 :does :log_off_at_end_of_shift. } log:explains { - :bob7082 :complies true. + :alice2082 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7083 :does :work_related_task. - :bob7083 :does :log_off_at_end_of_shift. + :alice2083 :does :log_off_at_end_of_shift. } log:explains { - :bob7083 :complies true. + :alice2083 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7084 :does :work_related_task. - :bob7084 :does :log_off_at_end_of_shift. + :alice2084 :does :log_off_at_end_of_shift. } log:explains { - :bob7084 :complies true. + :alice2084 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7085 :does :work_related_task. - :bob7085 :does :log_off_at_end_of_shift. + :alice2085 :does :log_off_at_end_of_shift. } log:explains { - :bob7085 :complies true. + :alice2085 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7086 :does :work_related_task. - :bob7086 :does :log_off_at_end_of_shift. + :alice2086 :does :log_off_at_end_of_shift. } log:explains { - :bob7086 :complies true. + :alice2086 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7087 :does :work_related_task. - :bob7087 :does :log_off_at_end_of_shift. + :alice2087 :does :log_off_at_end_of_shift. } log:explains { - :bob7087 :complies true. + :alice2087 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7088 :does :work_related_task. - :bob7088 :does :log_off_at_end_of_shift. + :alice2088 :does :log_off_at_end_of_shift. } log:explains { - :bob7088 :complies true. + :alice2088 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7089 :does :work_related_task. - :bob7089 :does :log_off_at_end_of_shift. + :alice2089 :does :log_off_at_end_of_shift. } log:explains { - :bob7089 :complies true. + :alice2089 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7090 :does :work_related_task. - :bob7090 :does :log_off_at_end_of_shift. + :alice2090 :does :log_off_at_end_of_shift. } log:explains { - :bob7090 :complies true. + :alice2090 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7091 :does :work_related_task. - :bob7091 :does :log_off_at_end_of_shift. + :alice2091 :does :log_off_at_end_of_shift. } log:explains { - :bob7091 :complies true. + :alice2091 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7092 :does :work_related_task. - :bob7092 :does :log_off_at_end_of_shift. + :alice2092 :does :log_off_at_end_of_shift. } log:explains { - :bob7092 :complies true. + :alice2092 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7093 :does :work_related_task. - :bob7093 :does :log_off_at_end_of_shift. + :alice2093 :does :log_off_at_end_of_shift. } log:explains { - :bob7093 :complies true. + :alice2093 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7094 :does :work_related_task. - :bob7094 :does :log_off_at_end_of_shift. + :alice2094 :does :log_off_at_end_of_shift. } log:explains { - :bob7094 :complies true. + :alice2094 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7095 :does :work_related_task. - :bob7095 :does :log_off_at_end_of_shift. + :alice2095 :does :log_off_at_end_of_shift. } log:explains { - :bob7095 :complies true. + :alice2095 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7096 :does :work_related_task. - :bob7096 :does :log_off_at_end_of_shift. + :alice2096 :does :log_off_at_end_of_shift. } log:explains { - :bob7096 :complies true. + :alice2096 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7097 :does :work_related_task. - :bob7097 :does :log_off_at_end_of_shift. + :alice2097 :does :log_off_at_end_of_shift. } log:explains { - :bob7097 :complies true. + :alice2097 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7098 :does :work_related_task. - :bob7098 :does :log_off_at_end_of_shift. + :alice2098 :does :log_off_at_end_of_shift. } log:explains { - :bob7098 :complies true. + :alice2098 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7099 :does :work_related_task. - :bob7099 :does :log_off_at_end_of_shift. + :alice2099 :does :log_off_at_end_of_shift. } log:explains { - :bob7099 :complies true. + :alice2099 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7100 :does :work_related_task. - :bob7100 :does :log_off_at_end_of_shift. + :alice2100 :does :log_off_at_end_of_shift. } log:explains { - :bob7100 :complies true. + :alice2100 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7101 :does :work_related_task. - :bob7101 :does :log_off_at_end_of_shift. + :alice2101 :does :log_off_at_end_of_shift. } log:explains { - :bob7101 :complies true. + :alice2101 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7102 :does :work_related_task. - :bob7102 :does :log_off_at_end_of_shift. + :alice2102 :does :log_off_at_end_of_shift. } log:explains { - :bob7102 :complies true. + :alice2102 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7103 :does :work_related_task. - :bob7103 :does :log_off_at_end_of_shift. + :alice2103 :does :log_off_at_end_of_shift. } log:explains { - :bob7103 :complies true. + :alice2103 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7104 :does :work_related_task. - :bob7104 :does :log_off_at_end_of_shift. + :alice2104 :does :log_off_at_end_of_shift. } log:explains { - :bob7104 :complies true. + :alice2104 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7105 :does :work_related_task. - :bob7105 :does :log_off_at_end_of_shift. + :alice2105 :does :log_off_at_end_of_shift. } log:explains { - :bob7105 :complies true. + :alice2105 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7106 :does :work_related_task. - :bob7106 :does :log_off_at_end_of_shift. + :alice2106 :does :log_off_at_end_of_shift. } log:explains { - :bob7106 :complies true. + :alice2106 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7107 :does :work_related_task. - :bob7107 :does :log_off_at_end_of_shift. + :alice2107 :does :log_off_at_end_of_shift. } log:explains { - :bob7107 :complies true. + :alice2107 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7108 :does :work_related_task. - :bob7108 :does :log_off_at_end_of_shift. + :alice2108 :does :log_off_at_end_of_shift. } log:explains { - :bob7108 :complies true. + :alice2108 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7109 :does :work_related_task. - :bob7109 :does :log_off_at_end_of_shift. + :alice2109 :does :log_off_at_end_of_shift. } log:explains { - :bob7109 :complies true. + :alice2109 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7110 :does :work_related_task. - :bob7110 :does :log_off_at_end_of_shift. + :alice2110 :does :log_off_at_end_of_shift. } log:explains { - :bob7110 :complies true. + :alice2110 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7111 :does :work_related_task. - :bob7111 :does :log_off_at_end_of_shift. + :alice2111 :does :log_off_at_end_of_shift. } log:explains { - :bob7111 :complies true. + :alice2111 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7112 :does :work_related_task. - :bob7112 :does :log_off_at_end_of_shift. + :alice2112 :does :log_off_at_end_of_shift. } log:explains { - :bob7112 :complies true. + :alice2112 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7113 :does :work_related_task. - :bob7113 :does :log_off_at_end_of_shift. + :alice2113 :does :log_off_at_end_of_shift. } log:explains { - :bob7113 :complies true. + :alice2113 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7114 :does :work_related_task. - :bob7114 :does :log_off_at_end_of_shift. + :alice2114 :does :log_off_at_end_of_shift. } log:explains { - :bob7114 :complies true. + :alice2114 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7115 :does :work_related_task. - :bob7115 :does :log_off_at_end_of_shift. + :alice2115 :does :log_off_at_end_of_shift. } log:explains { - :bob7115 :complies true. + :alice2115 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7116 :does :work_related_task. - :bob7116 :does :log_off_at_end_of_shift. + :alice2116 :does :log_off_at_end_of_shift. } log:explains { - :bob7116 :complies true. + :alice2116 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7117 :does :work_related_task. - :bob7117 :does :log_off_at_end_of_shift. + :alice2117 :does :log_off_at_end_of_shift. } log:explains { - :bob7117 :complies true. + :alice2117 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7118 :does :work_related_task. - :bob7118 :does :log_off_at_end_of_shift. + :alice2118 :does :log_off_at_end_of_shift. } log:explains { - :bob7118 :complies true. + :alice2118 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7119 :does :work_related_task. - :bob7119 :does :log_off_at_end_of_shift. + :alice2119 :does :log_off_at_end_of_shift. } log:explains { - :bob7119 :complies true. + :alice2119 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7120 :does :work_related_task. - :bob7120 :does :log_off_at_end_of_shift. + :alice2120 :does :log_off_at_end_of_shift. } log:explains { - :bob7120 :complies true. + :alice2120 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7121 :does :work_related_task. - :bob7121 :does :log_off_at_end_of_shift. + :alice2121 :does :log_off_at_end_of_shift. } log:explains { - :bob7121 :complies true. + :alice2121 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7122 :does :work_related_task. - :bob7122 :does :log_off_at_end_of_shift. + :alice2122 :does :log_off_at_end_of_shift. } log:explains { - :bob7122 :complies true. + :alice2122 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7123 :does :work_related_task. - :bob7123 :does :log_off_at_end_of_shift. + :alice2123 :does :log_off_at_end_of_shift. } log:explains { - :bob7123 :complies true. + :alice2123 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7124 :does :work_related_task. - :bob7124 :does :log_off_at_end_of_shift. + :alice2124 :does :log_off_at_end_of_shift. } log:explains { - :bob7124 :complies true. + :alice2124 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7125 :does :work_related_task. - :bob7125 :does :log_off_at_end_of_shift. + :alice2125 :does :log_off_at_end_of_shift. } log:explains { - :bob7125 :complies true. + :alice2125 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7126 :does :work_related_task. - :bob7126 :does :log_off_at_end_of_shift. + :alice2126 :does :log_off_at_end_of_shift. } log:explains { - :bob7126 :complies true. + :alice2126 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7127 :does :work_related_task. - :bob7127 :does :log_off_at_end_of_shift. + :alice2127 :does :log_off_at_end_of_shift. } log:explains { - :bob7127 :complies true. + :alice2127 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7128 :does :work_related_task. - :bob7128 :does :log_off_at_end_of_shift. + :alice2128 :does :log_off_at_end_of_shift. } log:explains { - :bob7128 :complies true. + :alice2128 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7129 :does :work_related_task. - :bob7129 :does :log_off_at_end_of_shift. + :alice2129 :does :log_off_at_end_of_shift. } log:explains { - :bob7129 :complies true. + :alice2129 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7130 :does :work_related_task. - :bob7130 :does :log_off_at_end_of_shift. + :alice2130 :does :log_off_at_end_of_shift. } log:explains { - :bob7130 :complies true. + :alice2130 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7131 :does :work_related_task. - :bob7131 :does :log_off_at_end_of_shift. + :alice2131 :does :log_off_at_end_of_shift. } log:explains { - :bob7131 :complies true. + :alice2131 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7132 :does :work_related_task. - :bob7132 :does :log_off_at_end_of_shift. + :alice2132 :does :log_off_at_end_of_shift. } log:explains { - :bob7132 :complies true. + :alice2132 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7133 :does :work_related_task. - :bob7133 :does :log_off_at_end_of_shift. + :alice2133 :does :log_off_at_end_of_shift. } log:explains { - :bob7133 :complies true. + :alice2133 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7134 :does :work_related_task. - :bob7134 :does :log_off_at_end_of_shift. + :alice2134 :does :log_off_at_end_of_shift. } log:explains { - :bob7134 :complies true. + :alice2134 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7135 :does :work_related_task. - :bob7135 :does :log_off_at_end_of_shift. + :alice2135 :does :log_off_at_end_of_shift. } log:explains { - :bob7135 :complies true. + :alice2135 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7136 :does :work_related_task. - :bob7136 :does :log_off_at_end_of_shift. + :alice2136 :does :log_off_at_end_of_shift. } log:explains { - :bob7136 :complies true. + :alice2136 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7137 :does :work_related_task. - :bob7137 :does :log_off_at_end_of_shift. + :alice2137 :does :log_off_at_end_of_shift. } log:explains { - :bob7137 :complies true. + :alice2137 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7138 :does :work_related_task. - :bob7138 :does :log_off_at_end_of_shift. + :alice2138 :does :log_off_at_end_of_shift. } log:explains { - :bob7138 :complies true. + :alice2138 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7139 :does :work_related_task. - :bob7139 :does :log_off_at_end_of_shift. + :alice2139 :does :log_off_at_end_of_shift. } log:explains { - :bob7139 :complies true. + :alice2139 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7140 :does :work_related_task. - :bob7140 :does :log_off_at_end_of_shift. + :alice2140 :does :log_off_at_end_of_shift. } log:explains { - :bob7140 :complies true. + :alice2140 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7141 :does :work_related_task. - :bob7141 :does :log_off_at_end_of_shift. + :alice2141 :does :log_off_at_end_of_shift. } log:explains { - :bob7141 :complies true. + :alice2141 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7142 :does :work_related_task. - :bob7142 :does :log_off_at_end_of_shift. + :alice2142 :does :log_off_at_end_of_shift. } log:explains { - :bob7142 :complies true. + :alice2142 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7143 :does :work_related_task. - :bob7143 :does :log_off_at_end_of_shift. + :alice2143 :does :log_off_at_end_of_shift. } log:explains { - :bob7143 :complies true. + :alice2143 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7144 :does :work_related_task. - :bob7144 :does :log_off_at_end_of_shift. + :alice2144 :does :log_off_at_end_of_shift. } log:explains { - :bob7144 :complies true. + :alice2144 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7145 :does :work_related_task. - :bob7145 :does :log_off_at_end_of_shift. + :alice2145 :does :log_off_at_end_of_shift. } log:explains { - :bob7145 :complies true. + :alice2145 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7146 :does :work_related_task. - :bob7146 :does :log_off_at_end_of_shift. + :alice2146 :does :log_off_at_end_of_shift. } log:explains { - :bob7146 :complies true. + :alice2146 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7147 :does :work_related_task. - :bob7147 :does :log_off_at_end_of_shift. + :alice2147 :does :log_off_at_end_of_shift. } log:explains { - :bob7147 :complies true. + :alice2147 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7148 :does :work_related_task. - :bob7148 :does :log_off_at_end_of_shift. + :alice2148 :does :log_off_at_end_of_shift. } log:explains { - :bob7148 :complies true. + :alice2148 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7149 :does :work_related_task. - :bob7149 :does :log_off_at_end_of_shift. + :alice2149 :does :log_off_at_end_of_shift. } log:explains { - :bob7149 :complies true. + :alice2149 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7150 :does :work_related_task. - :bob7150 :does :log_off_at_end_of_shift. + :alice2150 :does :log_off_at_end_of_shift. } log:explains { - :bob7150 :complies true. + :alice2150 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7151 :does :work_related_task. - :bob7151 :does :log_off_at_end_of_shift. + :alice2151 :does :log_off_at_end_of_shift. } log:explains { - :bob7151 :complies true. + :alice2151 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7152 :does :work_related_task. - :bob7152 :does :log_off_at_end_of_shift. + :alice2152 :does :log_off_at_end_of_shift. } log:explains { - :bob7152 :complies true. + :alice2152 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7153 :does :work_related_task. - :bob7153 :does :log_off_at_end_of_shift. + :alice2153 :does :log_off_at_end_of_shift. } log:explains { - :bob7153 :complies true. + :alice2153 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7154 :does :work_related_task. - :bob7154 :does :log_off_at_end_of_shift. + :alice2154 :does :log_off_at_end_of_shift. } log:explains { - :bob7154 :complies true. + :alice2154 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7155 :does :work_related_task. - :bob7155 :does :log_off_at_end_of_shift. + :alice2155 :does :log_off_at_end_of_shift. } log:explains { - :bob7155 :complies true. + :alice2155 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7156 :does :work_related_task. - :bob7156 :does :log_off_at_end_of_shift. + :alice2156 :does :log_off_at_end_of_shift. } log:explains { - :bob7156 :complies true. + :alice2156 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7157 :does :work_related_task. - :bob7157 :does :log_off_at_end_of_shift. + :alice2157 :does :log_off_at_end_of_shift. } log:explains { - :bob7157 :complies true. + :alice2157 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7158 :does :work_related_task. - :bob7158 :does :log_off_at_end_of_shift. + :alice2158 :does :log_off_at_end_of_shift. } log:explains { - :bob7158 :complies true. + :alice2158 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7159 :does :work_related_task. - :bob7159 :does :log_off_at_end_of_shift. + :alice2159 :does :log_off_at_end_of_shift. } log:explains { - :bob7159 :complies true. + :alice2159 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7160 :does :work_related_task. - :bob7160 :does :log_off_at_end_of_shift. + :alice2160 :does :log_off_at_end_of_shift. } log:explains { - :bob7160 :complies true. + :alice2160 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7161 :does :work_related_task. - :bob7161 :does :log_off_at_end_of_shift. + :alice2161 :does :log_off_at_end_of_shift. } log:explains { - :bob7161 :complies true. + :alice2161 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7162 :does :work_related_task. - :bob7162 :does :log_off_at_end_of_shift. + :alice2162 :does :log_off_at_end_of_shift. } log:explains { - :bob7162 :complies true. + :alice2162 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7163 :does :work_related_task. - :bob7163 :does :log_off_at_end_of_shift. + :alice2163 :does :log_off_at_end_of_shift. } log:explains { - :bob7163 :complies true. + :alice2163 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7164 :does :work_related_task. - :bob7164 :does :log_off_at_end_of_shift. + :alice2164 :does :log_off_at_end_of_shift. } log:explains { - :bob7164 :complies true. + :alice2164 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7165 :does :work_related_task. - :bob7165 :does :log_off_at_end_of_shift. + :alice2165 :does :log_off_at_end_of_shift. } log:explains { - :bob7165 :complies true. + :alice2165 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7166 :does :work_related_task. - :bob7166 :does :log_off_at_end_of_shift. + :alice2166 :does :log_off_at_end_of_shift. } log:explains { - :bob7166 :complies true. + :alice2166 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7167 :does :work_related_task. - :bob7167 :does :log_off_at_end_of_shift. + :alice2167 :does :log_off_at_end_of_shift. } log:explains { - :bob7167 :complies true. + :alice2167 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7168 :does :work_related_task. - :bob7168 :does :log_off_at_end_of_shift. + :alice2168 :does :log_off_at_end_of_shift. } log:explains { - :bob7168 :complies true. + :alice2168 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7169 :does :work_related_task. - :bob7169 :does :log_off_at_end_of_shift. + :alice2169 :does :log_off_at_end_of_shift. } log:explains { - :bob7169 :complies true. + :alice2169 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7170 :does :work_related_task. - :bob7170 :does :log_off_at_end_of_shift. + :alice2170 :does :log_off_at_end_of_shift. } log:explains { - :bob7170 :complies true. + :alice2170 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7171 :does :work_related_task. - :bob7171 :does :log_off_at_end_of_shift. + :alice2171 :does :log_off_at_end_of_shift. } log:explains { - :bob7171 :complies true. + :alice2171 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7172 :does :work_related_task. - :bob7172 :does :log_off_at_end_of_shift. + :alice2172 :does :log_off_at_end_of_shift. } log:explains { - :bob7172 :complies true. + :alice2172 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7173 :does :work_related_task. - :bob7173 :does :log_off_at_end_of_shift. + :alice2173 :does :log_off_at_end_of_shift. } log:explains { - :bob7173 :complies true. + :alice2173 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7174 :does :work_related_task. - :bob7174 :does :log_off_at_end_of_shift. + :alice2174 :does :log_off_at_end_of_shift. } log:explains { - :bob7174 :complies true. + :alice2174 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7175 :does :work_related_task. - :bob7175 :does :log_off_at_end_of_shift. + :alice2175 :does :log_off_at_end_of_shift. } log:explains { - :bob7175 :complies true. + :alice2175 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7176 :does :work_related_task. - :bob7176 :does :log_off_at_end_of_shift. + :alice2176 :does :log_off_at_end_of_shift. } log:explains { - :bob7176 :complies true. + :alice2176 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7177 :does :work_related_task. - :bob7177 :does :log_off_at_end_of_shift. + :alice2177 :does :log_off_at_end_of_shift. } log:explains { - :bob7177 :complies true. + :alice2177 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7178 :does :work_related_task. - :bob7178 :does :log_off_at_end_of_shift. + :alice2178 :does :log_off_at_end_of_shift. } log:explains { - :bob7178 :complies true. + :alice2178 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7179 :does :work_related_task. - :bob7179 :does :log_off_at_end_of_shift. + :alice2179 :does :log_off_at_end_of_shift. } log:explains { - :bob7179 :complies true. + :alice2179 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7180 :does :work_related_task. - :bob7180 :does :log_off_at_end_of_shift. + :alice2180 :does :log_off_at_end_of_shift. } log:explains { - :bob7180 :complies true. + :alice2180 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7181 :does :work_related_task. - :bob7181 :does :log_off_at_end_of_shift. + :alice2181 :does :log_off_at_end_of_shift. } log:explains { - :bob7181 :complies true. + :alice2181 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7182 :does :work_related_task. - :bob7182 :does :log_off_at_end_of_shift. + :alice2182 :does :log_off_at_end_of_shift. } log:explains { - :bob7182 :complies true. + :alice2182 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7183 :does :work_related_task. - :bob7183 :does :log_off_at_end_of_shift. + :alice2183 :does :log_off_at_end_of_shift. } log:explains { - :bob7183 :complies true. + :alice2183 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7184 :does :work_related_task. - :bob7184 :does :log_off_at_end_of_shift. + :alice2184 :does :log_off_at_end_of_shift. } log:explains { - :bob7184 :complies true. + :alice2184 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7185 :does :work_related_task. - :bob7185 :does :log_off_at_end_of_shift. + :alice2185 :does :log_off_at_end_of_shift. } log:explains { - :bob7185 :complies true. + :alice2185 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7186 :does :work_related_task. - :bob7186 :does :log_off_at_end_of_shift. + :alice2186 :does :log_off_at_end_of_shift. } log:explains { - :bob7186 :complies true. + :alice2186 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7187 :does :work_related_task. - :bob7187 :does :log_off_at_end_of_shift. + :alice2187 :does :log_off_at_end_of_shift. } log:explains { - :bob7187 :complies true. + :alice2187 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7188 :does :work_related_task. - :bob7188 :does :log_off_at_end_of_shift. + :alice2188 :does :log_off_at_end_of_shift. } log:explains { - :bob7188 :complies true. + :alice2188 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7189 :does :work_related_task. - :bob7189 :does :log_off_at_end_of_shift. + :alice2189 :does :log_off_at_end_of_shift. } log:explains { - :bob7189 :complies true. + :alice2189 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7190 :does :work_related_task. - :bob7190 :does :log_off_at_end_of_shift. + :alice2190 :does :log_off_at_end_of_shift. } log:explains { - :bob7190 :complies true. + :alice2190 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7191 :does :work_related_task. - :bob7191 :does :log_off_at_end_of_shift. + :alice2191 :does :log_off_at_end_of_shift. } log:explains { - :bob7191 :complies true. + :alice2191 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7192 :does :work_related_task. - :bob7192 :does :log_off_at_end_of_shift. + :alice2192 :does :log_off_at_end_of_shift. } log:explains { - :bob7192 :complies true. + :alice2192 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7193 :does :work_related_task. - :bob7193 :does :log_off_at_end_of_shift. + :alice2193 :does :log_off_at_end_of_shift. } log:explains { - :bob7193 :complies true. + :alice2193 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7194 :does :work_related_task. - :bob7194 :does :log_off_at_end_of_shift. + :alice2194 :does :log_off_at_end_of_shift. } log:explains { - :bob7194 :complies true. + :alice2194 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7195 :does :work_related_task. - :bob7195 :does :log_off_at_end_of_shift. + :alice2195 :does :log_off_at_end_of_shift. } log:explains { - :bob7195 :complies true. + :alice2195 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7196 :does :work_related_task. - :bob7196 :does :log_off_at_end_of_shift. + :alice2196 :does :log_off_at_end_of_shift. } log:explains { - :bob7196 :complies true. + :alice2196 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7197 :does :work_related_task. - :bob7197 :does :log_off_at_end_of_shift. + :alice2197 :does :log_off_at_end_of_shift. } log:explains { - :bob7197 :complies true. + :alice2197 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7198 :does :work_related_task. - :bob7198 :does :log_off_at_end_of_shift. + :alice2198 :does :log_off_at_end_of_shift. } log:explains { - :bob7198 :complies true. + :alice2198 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7199 :does :work_related_task. - :bob7199 :does :log_off_at_end_of_shift. + :alice2199 :does :log_off_at_end_of_shift. } log:explains { - :bob7199 :complies true. + :alice2199 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7200 :does :work_related_task. - :bob7200 :does :log_off_at_end_of_shift. + :alice2200 :does :log_off_at_end_of_shift. } log:explains { - :bob7200 :complies true. + :alice2200 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7201 :does :work_related_task. - :bob7201 :does :log_off_at_end_of_shift. + :alice2201 :does :log_off_at_end_of_shift. } log:explains { - :bob7201 :complies true. + :alice2201 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7202 :does :work_related_task. - :bob7202 :does :log_off_at_end_of_shift. + :alice2202 :does :log_off_at_end_of_shift. } log:explains { - :bob7202 :complies true. + :alice2202 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7203 :does :work_related_task. - :bob7203 :does :log_off_at_end_of_shift. + :alice2203 :does :log_off_at_end_of_shift. } log:explains { - :bob7203 :complies true. + :alice2203 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7204 :does :work_related_task. - :bob7204 :does :log_off_at_end_of_shift. + :alice2204 :does :log_off_at_end_of_shift. } log:explains { - :bob7204 :complies true. + :alice2204 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7205 :does :work_related_task. - :bob7205 :does :log_off_at_end_of_shift. + :alice2205 :does :log_off_at_end_of_shift. } log:explains { - :bob7205 :complies true. + :alice2205 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7206 :does :work_related_task. - :bob7206 :does :log_off_at_end_of_shift. + :alice2206 :does :log_off_at_end_of_shift. } log:explains { - :bob7206 :complies true. + :alice2206 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7207 :does :work_related_task. - :bob7207 :does :log_off_at_end_of_shift. + :alice2207 :does :log_off_at_end_of_shift. } log:explains { - :bob7207 :complies true. + :alice2207 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7208 :does :work_related_task. - :bob7208 :does :log_off_at_end_of_shift. + :alice2208 :does :log_off_at_end_of_shift. } log:explains { - :bob7208 :complies true. + :alice2208 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7209 :does :work_related_task. - :bob7209 :does :log_off_at_end_of_shift. + :alice2209 :does :log_off_at_end_of_shift. } log:explains { - :bob7209 :complies true. + :alice2209 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7210 :does :work_related_task. - :bob7210 :does :log_off_at_end_of_shift. + :alice2210 :does :log_off_at_end_of_shift. } log:explains { - :bob7210 :complies true. + :alice2210 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7211 :does :work_related_task. - :bob7211 :does :log_off_at_end_of_shift. + :alice2211 :does :log_off_at_end_of_shift. } log:explains { - :bob7211 :complies true. + :alice2211 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7212 :does :work_related_task. - :bob7212 :does :log_off_at_end_of_shift. + :alice2212 :does :log_off_at_end_of_shift. } log:explains { - :bob7212 :complies true. + :alice2212 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7213 :does :work_related_task. - :bob7213 :does :log_off_at_end_of_shift. + :alice2213 :does :log_off_at_end_of_shift. } log:explains { - :bob7213 :complies true. + :alice2213 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7214 :does :work_related_task. - :bob7214 :does :log_off_at_end_of_shift. + :alice2214 :does :log_off_at_end_of_shift. } log:explains { - :bob7214 :complies true. + :alice2214 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7215 :does :work_related_task. - :bob7215 :does :log_off_at_end_of_shift. + :alice2215 :does :log_off_at_end_of_shift. } log:explains { - :bob7215 :complies true. + :alice2215 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7216 :does :work_related_task. - :bob7216 :does :log_off_at_end_of_shift. + :alice2216 :does :log_off_at_end_of_shift. } log:explains { - :bob7216 :complies true. + :alice2216 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7217 :does :work_related_task. - :bob7217 :does :log_off_at_end_of_shift. + :alice2217 :does :log_off_at_end_of_shift. } log:explains { - :bob7217 :complies true. + :alice2217 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7218 :does :work_related_task. - :bob7218 :does :log_off_at_end_of_shift. + :alice2218 :does :log_off_at_end_of_shift. } log:explains { - :bob7218 :complies true. + :alice2218 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7219 :does :work_related_task. - :bob7219 :does :log_off_at_end_of_shift. + :alice2219 :does :log_off_at_end_of_shift. } log:explains { - :bob7219 :complies true. + :alice2219 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7220 :does :work_related_task. - :bob7220 :does :log_off_at_end_of_shift. + :alice2220 :does :log_off_at_end_of_shift. } log:explains { - :bob7220 :complies true. + :alice2220 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7221 :does :work_related_task. - :bob7221 :does :log_off_at_end_of_shift. + :alice2221 :does :log_off_at_end_of_shift. } log:explains { - :bob7221 :complies true. + :alice2221 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7222 :does :work_related_task. - :bob7222 :does :log_off_at_end_of_shift. + :alice2222 :does :log_off_at_end_of_shift. } log:explains { - :bob7222 :complies true. + :alice2222 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7223 :does :work_related_task. - :bob7223 :does :log_off_at_end_of_shift. + :alice2223 :does :log_off_at_end_of_shift. } log:explains { - :bob7223 :complies true. + :alice2223 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7224 :does :work_related_task. - :bob7224 :does :log_off_at_end_of_shift. + :alice2224 :does :log_off_at_end_of_shift. } log:explains { - :bob7224 :complies true. + :alice2224 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7225 :does :work_related_task. - :bob7225 :does :log_off_at_end_of_shift. + :alice2225 :does :log_off_at_end_of_shift. } log:explains { - :bob7225 :complies true. + :alice2225 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7226 :does :work_related_task. - :bob7226 :does :log_off_at_end_of_shift. + :alice2226 :does :log_off_at_end_of_shift. } log:explains { - :bob7226 :complies true. + :alice2226 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7227 :does :work_related_task. - :bob7227 :does :log_off_at_end_of_shift. + :alice2227 :does :log_off_at_end_of_shift. } log:explains { - :bob7227 :complies true. + :alice2227 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7228 :does :work_related_task. - :bob7228 :does :log_off_at_end_of_shift. + :alice2228 :does :log_off_at_end_of_shift. } log:explains { - :bob7228 :complies true. + :alice2228 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7229 :does :work_related_task. - :bob7229 :does :log_off_at_end_of_shift. + :alice2229 :does :log_off_at_end_of_shift. } log:explains { - :bob7229 :complies true. + :alice2229 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7230 :does :work_related_task. - :bob7230 :does :log_off_at_end_of_shift. + :alice2230 :does :log_off_at_end_of_shift. } log:explains { - :bob7230 :complies true. + :alice2230 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7231 :does :work_related_task. - :bob7231 :does :log_off_at_end_of_shift. + :alice2231 :does :log_off_at_end_of_shift. } log:explains { - :bob7231 :complies true. + :alice2231 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7232 :does :work_related_task. - :bob7232 :does :log_off_at_end_of_shift. + :alice2232 :does :log_off_at_end_of_shift. } log:explains { - :bob7232 :complies true. + :alice2232 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7233 :does :work_related_task. - :bob7233 :does :log_off_at_end_of_shift. + :alice2233 :does :log_off_at_end_of_shift. } log:explains { - :bob7233 :complies true. + :alice2233 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7234 :does :work_related_task. - :bob7234 :does :log_off_at_end_of_shift. + :alice2234 :does :log_off_at_end_of_shift. } log:explains { - :bob7234 :complies true. + :alice2234 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7235 :does :work_related_task. - :bob7235 :does :log_off_at_end_of_shift. + :alice2235 :does :log_off_at_end_of_shift. } log:explains { - :bob7235 :complies true. + :alice2235 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7236 :does :work_related_task. - :bob7236 :does :log_off_at_end_of_shift. + :alice2236 :does :log_off_at_end_of_shift. } log:explains { - :bob7236 :complies true. + :alice2236 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7237 :does :work_related_task. - :bob7237 :does :log_off_at_end_of_shift. + :alice2237 :does :log_off_at_end_of_shift. } log:explains { - :bob7237 :complies true. + :alice2237 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7238 :does :work_related_task. - :bob7238 :does :log_off_at_end_of_shift. + :alice2238 :does :log_off_at_end_of_shift. } log:explains { - :bob7238 :complies true. + :alice2238 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7239 :does :work_related_task. - :bob7239 :does :log_off_at_end_of_shift. + :alice2239 :does :log_off_at_end_of_shift. } log:explains { - :bob7239 :complies true. + :alice2239 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7240 :does :work_related_task. - :bob7240 :does :log_off_at_end_of_shift. + :alice2240 :does :log_off_at_end_of_shift. } log:explains { - :bob7240 :complies true. + :alice2240 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7241 :does :work_related_task. - :bob7241 :does :log_off_at_end_of_shift. + :alice2241 :does :log_off_at_end_of_shift. } log:explains { - :bob7241 :complies true. + :alice2241 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7242 :does :work_related_task. - :bob7242 :does :log_off_at_end_of_shift. + :alice2242 :does :log_off_at_end_of_shift. } log:explains { - :bob7242 :complies true. + :alice2242 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7243 :does :work_related_task. - :bob7243 :does :log_off_at_end_of_shift. + :alice2243 :does :log_off_at_end_of_shift. } log:explains { - :bob7243 :complies true. + :alice2243 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7244 :does :work_related_task. - :bob7244 :does :log_off_at_end_of_shift. + :alice2244 :does :log_off_at_end_of_shift. } log:explains { - :bob7244 :complies true. + :alice2244 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7245 :does :work_related_task. - :bob7245 :does :log_off_at_end_of_shift. + :alice2245 :does :log_off_at_end_of_shift. } log:explains { - :bob7245 :complies true. + :alice2245 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7246 :does :work_related_task. - :bob7246 :does :log_off_at_end_of_shift. + :alice2246 :does :log_off_at_end_of_shift. } log:explains { - :bob7246 :complies true. + :alice2246 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7247 :does :work_related_task. - :bob7247 :does :log_off_at_end_of_shift. + :alice2247 :does :log_off_at_end_of_shift. } log:explains { - :bob7247 :complies true. + :alice2247 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7248 :does :work_related_task. - :bob7248 :does :log_off_at_end_of_shift. + :alice2248 :does :log_off_at_end_of_shift. } log:explains { - :bob7248 :complies true. + :alice2248 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7249 :does :work_related_task. - :bob7249 :does :log_off_at_end_of_shift. + :alice2249 :does :log_off_at_end_of_shift. } log:explains { - :bob7249 :complies true. + :alice2249 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7250 :does :work_related_task. - :bob7250 :does :log_off_at_end_of_shift. + :alice2250 :does :log_off_at_end_of_shift. } log:explains { - :bob7250 :complies true. + :alice2250 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7251 :does :work_related_task. - :bob7251 :does :log_off_at_end_of_shift. + :alice2251 :does :log_off_at_end_of_shift. } log:explains { - :bob7251 :complies true. + :alice2251 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7252 :does :work_related_task. - :bob7252 :does :log_off_at_end_of_shift. + :alice2252 :does :log_off_at_end_of_shift. } log:explains { - :bob7252 :complies true. + :alice2252 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7253 :does :work_related_task. - :bob7253 :does :log_off_at_end_of_shift. + :alice2253 :does :log_off_at_end_of_shift. } log:explains { - :bob7253 :complies true. + :alice2253 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7254 :does :work_related_task. - :bob7254 :does :log_off_at_end_of_shift. + :alice2254 :does :log_off_at_end_of_shift. } log:explains { - :bob7254 :complies true. + :alice2254 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7255 :does :work_related_task. - :bob7255 :does :log_off_at_end_of_shift. + :alice2255 :does :log_off_at_end_of_shift. } log:explains { - :bob7255 :complies true. + :alice2255 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7256 :does :work_related_task. - :bob7256 :does :log_off_at_end_of_shift. + :alice2256 :does :log_off_at_end_of_shift. } log:explains { - :bob7256 :complies true. + :alice2256 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7257 :does :work_related_task. - :bob7257 :does :log_off_at_end_of_shift. + :alice2257 :does :log_off_at_end_of_shift. } log:explains { - :bob7257 :complies true. + :alice2257 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7258 :does :work_related_task. - :bob7258 :does :log_off_at_end_of_shift. + :alice2258 :does :log_off_at_end_of_shift. } log:explains { - :bob7258 :complies true. + :alice2258 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7259 :does :work_related_task. - :bob7259 :does :log_off_at_end_of_shift. + :alice2259 :does :log_off_at_end_of_shift. } log:explains { - :bob7259 :complies true. + :alice2259 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7260 :does :work_related_task. - :bob7260 :does :log_off_at_end_of_shift. + :alice2260 :does :log_off_at_end_of_shift. } log:explains { - :bob7260 :complies true. + :alice2260 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7261 :does :work_related_task. - :bob7261 :does :log_off_at_end_of_shift. + :alice2261 :does :log_off_at_end_of_shift. } log:explains { - :bob7261 :complies true. + :alice2261 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7262 :does :work_related_task. - :bob7262 :does :log_off_at_end_of_shift. + :alice2262 :does :log_off_at_end_of_shift. } log:explains { - :bob7262 :complies true. + :alice2262 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7263 :does :work_related_task. - :bob7263 :does :log_off_at_end_of_shift. + :alice2263 :does :log_off_at_end_of_shift. } log:explains { - :bob7263 :complies true. + :alice2263 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7264 :does :work_related_task. - :bob7264 :does :log_off_at_end_of_shift. + :alice2264 :does :log_off_at_end_of_shift. } log:explains { - :bob7264 :complies true. + :alice2264 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7265 :does :work_related_task. - :bob7265 :does :log_off_at_end_of_shift. + :alice2265 :does :log_off_at_end_of_shift. } log:explains { - :bob7265 :complies true. + :alice2265 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7266 :does :work_related_task. - :bob7266 :does :log_off_at_end_of_shift. + :alice2266 :does :log_off_at_end_of_shift. } log:explains { - :bob7266 :complies true. + :alice2266 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7267 :does :work_related_task. - :bob7267 :does :log_off_at_end_of_shift. + :alice2267 :does :log_off_at_end_of_shift. } log:explains { - :bob7267 :complies true. + :alice2267 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7268 :does :work_related_task. - :bob7268 :does :log_off_at_end_of_shift. + :alice2268 :does :log_off_at_end_of_shift. } log:explains { - :bob7268 :complies true. + :alice2268 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7269 :does :work_related_task. - :bob7269 :does :log_off_at_end_of_shift. + :alice2269 :does :log_off_at_end_of_shift. } log:explains { - :bob7269 :complies true. + :alice2269 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7270 :does :work_related_task. - :bob7270 :does :log_off_at_end_of_shift. + :alice2270 :does :log_off_at_end_of_shift. } log:explains { - :bob7270 :complies true. + :alice2270 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7271 :does :work_related_task. - :bob7271 :does :log_off_at_end_of_shift. + :alice2271 :does :log_off_at_end_of_shift. } log:explains { - :bob7271 :complies true. + :alice2271 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7272 :does :work_related_task. - :bob7272 :does :log_off_at_end_of_shift. + :alice2272 :does :log_off_at_end_of_shift. } log:explains { - :bob7272 :complies true. + :alice2272 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7273 :does :work_related_task. - :bob7273 :does :log_off_at_end_of_shift. + :alice2273 :does :log_off_at_end_of_shift. } log:explains { - :bob7273 :complies true. + :alice2273 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7274 :does :work_related_task. - :bob7274 :does :log_off_at_end_of_shift. + :alice2274 :does :log_off_at_end_of_shift. } log:explains { - :bob7274 :complies true. + :alice2274 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7275 :does :work_related_task. - :bob7275 :does :log_off_at_end_of_shift. + :alice2275 :does :log_off_at_end_of_shift. } log:explains { - :bob7275 :complies true. + :alice2275 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7276 :does :work_related_task. - :bob7276 :does :log_off_at_end_of_shift. + :alice2276 :does :log_off_at_end_of_shift. } log:explains { - :bob7276 :complies true. + :alice2276 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7277 :does :work_related_task. - :bob7277 :does :log_off_at_end_of_shift. + :alice2277 :does :log_off_at_end_of_shift. } log:explains { - :bob7277 :complies true. + :alice2277 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7278 :does :work_related_task. - :bob7278 :does :log_off_at_end_of_shift. + :alice2278 :does :log_off_at_end_of_shift. } log:explains { - :bob7278 :complies true. + :alice2278 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7279 :does :work_related_task. - :bob7279 :does :log_off_at_end_of_shift. + :alice2279 :does :log_off_at_end_of_shift. } log:explains { - :bob7279 :complies true. + :alice2279 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7280 :does :work_related_task. - :bob7280 :does :log_off_at_end_of_shift. + :alice2280 :does :log_off_at_end_of_shift. } log:explains { - :bob7280 :complies true. + :alice2280 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7281 :does :work_related_task. - :bob7281 :does :log_off_at_end_of_shift. + :alice2281 :does :log_off_at_end_of_shift. } log:explains { - :bob7281 :complies true. + :alice2281 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7282 :does :work_related_task. - :bob7282 :does :log_off_at_end_of_shift. + :alice2282 :does :log_off_at_end_of_shift. } log:explains { - :bob7282 :complies true. + :alice2282 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7283 :does :work_related_task. - :bob7283 :does :log_off_at_end_of_shift. + :alice2283 :does :log_off_at_end_of_shift. } log:explains { - :bob7283 :complies true. + :alice2283 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7284 :does :work_related_task. - :bob7284 :does :log_off_at_end_of_shift. + :alice2284 :does :log_off_at_end_of_shift. } log:explains { - :bob7284 :complies true. + :alice2284 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7285 :does :work_related_task. - :bob7285 :does :log_off_at_end_of_shift. + :alice2285 :does :log_off_at_end_of_shift. } log:explains { - :bob7285 :complies true. + :alice2285 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7286 :does :work_related_task. - :bob7286 :does :log_off_at_end_of_shift. + :alice2286 :does :log_off_at_end_of_shift. } log:explains { - :bob7286 :complies true. + :alice2286 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7287 :does :work_related_task. - :bob7287 :does :log_off_at_end_of_shift. + :alice2287 :does :log_off_at_end_of_shift. } log:explains { - :bob7287 :complies true. + :alice2287 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7288 :does :work_related_task. - :bob7288 :does :log_off_at_end_of_shift. + :alice2288 :does :log_off_at_end_of_shift. } log:explains { - :bob7288 :complies true. + :alice2288 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7289 :does :work_related_task. - :bob7289 :does :log_off_at_end_of_shift. + :alice2289 :does :log_off_at_end_of_shift. } log:explains { - :bob7289 :complies true. + :alice2289 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7290 :does :work_related_task. - :bob7290 :does :log_off_at_end_of_shift. + :alice2290 :does :log_off_at_end_of_shift. } log:explains { - :bob7290 :complies true. + :alice2290 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7291 :does :work_related_task. - :bob7291 :does :log_off_at_end_of_shift. + :alice2291 :does :log_off_at_end_of_shift. } log:explains { - :bob7291 :complies true. + :alice2291 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7292 :does :work_related_task. - :bob7292 :does :log_off_at_end_of_shift. + :alice2292 :does :log_off_at_end_of_shift. } log:explains { - :bob7292 :complies true. + :alice2292 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7293 :does :work_related_task. - :bob7293 :does :log_off_at_end_of_shift. + :alice2293 :does :log_off_at_end_of_shift. } log:explains { - :bob7293 :complies true. + :alice2293 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7294 :does :work_related_task. - :bob7294 :does :log_off_at_end_of_shift. + :alice2294 :does :log_off_at_end_of_shift. } log:explains { - :bob7294 :complies true. + :alice2294 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7295 :does :work_related_task. - :bob7295 :does :log_off_at_end_of_shift. + :alice2295 :does :log_off_at_end_of_shift. } log:explains { - :bob7295 :complies true. + :alice2295 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7296 :does :work_related_task. - :bob7296 :does :log_off_at_end_of_shift. + :alice2296 :does :log_off_at_end_of_shift. } log:explains { - :bob7296 :complies true. + :alice2296 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7297 :does :work_related_task. - :bob7297 :does :log_off_at_end_of_shift. + :alice2297 :does :log_off_at_end_of_shift. } log:explains { - :bob7297 :complies true. + :alice2297 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7298 :does :work_related_task. - :bob7298 :does :log_off_at_end_of_shift. + :alice2298 :does :log_off_at_end_of_shift. } log:explains { - :bob7298 :complies true. + :alice2298 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7299 :does :work_related_task. - :bob7299 :does :log_off_at_end_of_shift. + :alice2299 :does :log_off_at_end_of_shift. } log:explains { - :bob7299 :complies true. + :alice2299 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7300 :does :work_related_task. - :bob7300 :does :log_off_at_end_of_shift. + :alice2300 :does :log_off_at_end_of_shift. } log:explains { - :bob7300 :complies true. + :alice2300 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7301 :does :work_related_task. - :bob7301 :does :log_off_at_end_of_shift. + :alice2301 :does :log_off_at_end_of_shift. } log:explains { - :bob7301 :complies true. + :alice2301 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7302 :does :work_related_task. - :bob7302 :does :log_off_at_end_of_shift. + :alice2302 :does :log_off_at_end_of_shift. } log:explains { - :bob7302 :complies true. + :alice2302 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7303 :does :work_related_task. - :bob7303 :does :log_off_at_end_of_shift. + :alice2303 :does :log_off_at_end_of_shift. } log:explains { - :bob7303 :complies true. + :alice2303 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7304 :does :work_related_task. - :bob7304 :does :log_off_at_end_of_shift. + :alice2304 :does :log_off_at_end_of_shift. } log:explains { - :bob7304 :complies true. + :alice2304 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7305 :does :work_related_task. - :bob7305 :does :log_off_at_end_of_shift. + :alice2305 :does :log_off_at_end_of_shift. } log:explains { - :bob7305 :complies true. + :alice2305 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7306 :does :work_related_task. - :bob7306 :does :log_off_at_end_of_shift. + :alice2306 :does :log_off_at_end_of_shift. } log:explains { - :bob7306 :complies true. + :alice2306 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7307 :does :work_related_task. - :bob7307 :does :log_off_at_end_of_shift. + :alice2307 :does :log_off_at_end_of_shift. } log:explains { - :bob7307 :complies true. + :alice2307 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7308 :does :work_related_task. - :bob7308 :does :log_off_at_end_of_shift. + :alice2308 :does :log_off_at_end_of_shift. } log:explains { - :bob7308 :complies true. + :alice2308 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7309 :does :work_related_task. - :bob7309 :does :log_off_at_end_of_shift. + :alice2309 :does :log_off_at_end_of_shift. } log:explains { - :bob7309 :complies true. + :alice2309 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7310 :does :work_related_task. - :bob7310 :does :log_off_at_end_of_shift. + :alice2310 :does :log_off_at_end_of_shift. } log:explains { - :bob7310 :complies true. + :alice2310 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7311 :does :work_related_task. - :bob7311 :does :log_off_at_end_of_shift. + :alice2311 :does :log_off_at_end_of_shift. } log:explains { - :bob7311 :complies true. + :alice2311 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7312 :does :work_related_task. - :bob7312 :does :log_off_at_end_of_shift. + :alice2312 :does :log_off_at_end_of_shift. } log:explains { - :bob7312 :complies true. + :alice2312 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7313 :does :work_related_task. - :bob7313 :does :log_off_at_end_of_shift. + :alice2313 :does :log_off_at_end_of_shift. } log:explains { - :bob7313 :complies true. + :alice2313 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7314 :does :work_related_task. - :bob7314 :does :log_off_at_end_of_shift. + :alice2314 :does :log_off_at_end_of_shift. } log:explains { - :bob7314 :complies true. + :alice2314 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7315 :does :work_related_task. - :bob7315 :does :log_off_at_end_of_shift. + :alice2315 :does :log_off_at_end_of_shift. } log:explains { - :bob7315 :complies true. + :alice2315 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7316 :does :work_related_task. - :bob7316 :does :log_off_at_end_of_shift. + :alice2316 :does :log_off_at_end_of_shift. } log:explains { - :bob7316 :complies true. + :alice2316 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7317 :does :work_related_task. - :bob7317 :does :log_off_at_end_of_shift. + :alice2317 :does :log_off_at_end_of_shift. } log:explains { - :bob7317 :complies true. + :alice2317 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7318 :does :work_related_task. - :bob7318 :does :log_off_at_end_of_shift. + :alice2318 :does :log_off_at_end_of_shift. } log:explains { - :bob7318 :complies true. + :alice2318 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7319 :does :work_related_task. - :bob7319 :does :log_off_at_end_of_shift. + :alice2319 :does :log_off_at_end_of_shift. } log:explains { - :bob7319 :complies true. + :alice2319 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7320 :does :work_related_task. - :bob7320 :does :log_off_at_end_of_shift. + :alice2320 :does :log_off_at_end_of_shift. } log:explains { - :bob7320 :complies true. + :alice2320 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7321 :does :work_related_task. - :bob7321 :does :log_off_at_end_of_shift. + :alice2321 :does :log_off_at_end_of_shift. } log:explains { - :bob7321 :complies true. + :alice2321 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7322 :does :work_related_task. - :bob7322 :does :log_off_at_end_of_shift. + :alice2322 :does :log_off_at_end_of_shift. } log:explains { - :bob7322 :complies true. + :alice2322 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7323 :does :work_related_task. - :bob7323 :does :log_off_at_end_of_shift. + :alice2323 :does :log_off_at_end_of_shift. } log:explains { - :bob7323 :complies true. + :alice2323 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7324 :does :work_related_task. - :bob7324 :does :log_off_at_end_of_shift. + :alice2324 :does :log_off_at_end_of_shift. } log:explains { - :bob7324 :complies true. + :alice2324 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7325 :does :work_related_task. - :bob7325 :does :log_off_at_end_of_shift. + :alice2325 :does :log_off_at_end_of_shift. } log:explains { - :bob7325 :complies true. + :alice2325 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7326 :does :work_related_task. - :bob7326 :does :log_off_at_end_of_shift. + :alice2326 :does :log_off_at_end_of_shift. } log:explains { - :bob7326 :complies true. + :alice2326 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7327 :does :work_related_task. - :bob7327 :does :log_off_at_end_of_shift. + :alice2327 :does :log_off_at_end_of_shift. } log:explains { - :bob7327 :complies true. + :alice2327 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7328 :does :work_related_task. - :bob7328 :does :log_off_at_end_of_shift. + :alice2328 :does :log_off_at_end_of_shift. } log:explains { - :bob7328 :complies true. + :alice2328 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7329 :does :work_related_task. - :bob7329 :does :log_off_at_end_of_shift. + :alice2329 :does :log_off_at_end_of_shift. } log:explains { - :bob7329 :complies true. + :alice2329 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7330 :does :work_related_task. - :bob7330 :does :log_off_at_end_of_shift. + :alice2330 :does :log_off_at_end_of_shift. } log:explains { - :bob7330 :complies true. + :alice2330 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7331 :does :work_related_task. - :bob7331 :does :log_off_at_end_of_shift. + :alice2331 :does :log_off_at_end_of_shift. } log:explains { - :bob7331 :complies true. + :alice2331 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7332 :does :work_related_task. - :bob7332 :does :log_off_at_end_of_shift. + :alice2332 :does :log_off_at_end_of_shift. } log:explains { - :bob7332 :complies true. + :alice2332 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7333 :does :work_related_task. - :bob7333 :does :log_off_at_end_of_shift. + :alice2333 :does :log_off_at_end_of_shift. } log:explains { - :bob7333 :complies true. + :alice2333 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7334 :does :work_related_task. - :bob7334 :does :log_off_at_end_of_shift. + :alice2334 :does :log_off_at_end_of_shift. } log:explains { - :bob7334 :complies true. + :alice2334 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7335 :does :work_related_task. - :bob7335 :does :log_off_at_end_of_shift. + :alice2335 :does :log_off_at_end_of_shift. } log:explains { - :bob7335 :complies true. + :alice2335 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7336 :does :work_related_task. - :bob7336 :does :log_off_at_end_of_shift. + :alice2336 :does :log_off_at_end_of_shift. } log:explains { - :bob7336 :complies true. + :alice2336 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7337 :does :work_related_task. - :bob7337 :does :log_off_at_end_of_shift. + :alice2337 :does :log_off_at_end_of_shift. } log:explains { - :bob7337 :complies true. + :alice2337 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7338 :does :work_related_task. - :bob7338 :does :log_off_at_end_of_shift. + :alice2338 :does :log_off_at_end_of_shift. } log:explains { - :bob7338 :complies true. + :alice2338 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7339 :does :work_related_task. - :bob7339 :does :log_off_at_end_of_shift. + :alice2339 :does :log_off_at_end_of_shift. } log:explains { - :bob7339 :complies true. + :alice2339 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7340 :does :work_related_task. - :bob7340 :does :log_off_at_end_of_shift. + :alice2340 :does :log_off_at_end_of_shift. } log:explains { - :bob7340 :complies true. + :alice2340 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7341 :does :work_related_task. - :bob7341 :does :log_off_at_end_of_shift. + :alice2341 :does :log_off_at_end_of_shift. } log:explains { - :bob7341 :complies true. + :alice2341 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7342 :does :work_related_task. - :bob7342 :does :log_off_at_end_of_shift. + :alice2342 :does :log_off_at_end_of_shift. } log:explains { - :bob7342 :complies true. + :alice2342 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7343 :does :work_related_task. - :bob7343 :does :log_off_at_end_of_shift. + :alice2343 :does :log_off_at_end_of_shift. } log:explains { - :bob7343 :complies true. + :alice2343 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7344 :does :work_related_task. - :bob7344 :does :log_off_at_end_of_shift. + :alice2344 :does :log_off_at_end_of_shift. } log:explains { - :bob7344 :complies true. + :alice2344 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7345 :does :work_related_task. - :bob7345 :does :log_off_at_end_of_shift. + :alice2345 :does :log_off_at_end_of_shift. } log:explains { - :bob7345 :complies true. + :alice2345 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7346 :does :work_related_task. - :bob7346 :does :log_off_at_end_of_shift. + :alice2346 :does :log_off_at_end_of_shift. } log:explains { - :bob7346 :complies true. + :alice2346 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7347 :does :work_related_task. - :bob7347 :does :log_off_at_end_of_shift. + :alice2347 :does :log_off_at_end_of_shift. } log:explains { - :bob7347 :complies true. + :alice2347 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7348 :does :work_related_task. - :bob7348 :does :log_off_at_end_of_shift. + :alice2348 :does :log_off_at_end_of_shift. } log:explains { - :bob7348 :complies true. + :alice2348 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7349 :does :work_related_task. - :bob7349 :does :log_off_at_end_of_shift. + :alice2349 :does :log_off_at_end_of_shift. } log:explains { - :bob7349 :complies true. + :alice2349 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7350 :does :work_related_task. - :bob7350 :does :log_off_at_end_of_shift. + :alice2350 :does :log_off_at_end_of_shift. } log:explains { - :bob7350 :complies true. + :alice2350 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7351 :does :work_related_task. - :bob7351 :does :log_off_at_end_of_shift. + :alice2351 :does :log_off_at_end_of_shift. } log:explains { - :bob7351 :complies true. + :alice2351 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7352 :does :work_related_task. - :bob7352 :does :log_off_at_end_of_shift. + :alice2352 :does :log_off_at_end_of_shift. } log:explains { - :bob7352 :complies true. + :alice2352 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7353 :does :work_related_task. - :bob7353 :does :log_off_at_end_of_shift. + :alice2353 :does :log_off_at_end_of_shift. } log:explains { - :bob7353 :complies true. + :alice2353 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7354 :does :work_related_task. - :bob7354 :does :log_off_at_end_of_shift. + :alice2354 :does :log_off_at_end_of_shift. } log:explains { - :bob7354 :complies true. + :alice2354 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7355 :does :work_related_task. - :bob7355 :does :log_off_at_end_of_shift. + :alice2355 :does :log_off_at_end_of_shift. } log:explains { - :bob7355 :complies true. + :alice2355 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7356 :does :work_related_task. - :bob7356 :does :log_off_at_end_of_shift. + :alice2356 :does :log_off_at_end_of_shift. } log:explains { - :bob7356 :complies true. + :alice2356 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7357 :does :work_related_task. - :bob7357 :does :log_off_at_end_of_shift. + :alice2357 :does :log_off_at_end_of_shift. } log:explains { - :bob7357 :complies true. + :alice2357 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7358 :does :work_related_task. - :bob7358 :does :log_off_at_end_of_shift. + :alice2358 :does :log_off_at_end_of_shift. } log:explains { - :bob7358 :complies true. + :alice2358 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7359 :does :work_related_task. - :bob7359 :does :log_off_at_end_of_shift. + :alice2359 :does :log_off_at_end_of_shift. } log:explains { - :bob7359 :complies true. + :alice2359 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7360 :does :work_related_task. - :bob7360 :does :log_off_at_end_of_shift. + :alice2360 :does :log_off_at_end_of_shift. } log:explains { - :bob7360 :complies true. + :alice2360 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7361 :does :work_related_task. - :bob7361 :does :log_off_at_end_of_shift. + :alice2361 :does :log_off_at_end_of_shift. } log:explains { - :bob7361 :complies true. + :alice2361 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7362 :does :work_related_task. - :bob7362 :does :log_off_at_end_of_shift. + :alice2362 :does :log_off_at_end_of_shift. } log:explains { - :bob7362 :complies true. + :alice2362 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7363 :does :work_related_task. - :bob7363 :does :log_off_at_end_of_shift. + :alice2363 :does :log_off_at_end_of_shift. } log:explains { - :bob7363 :complies true. + :alice2363 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7364 :does :work_related_task. - :bob7364 :does :log_off_at_end_of_shift. + :alice2364 :does :log_off_at_end_of_shift. } log:explains { - :bob7364 :complies true. + :alice2364 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7365 :does :work_related_task. - :bob7365 :does :log_off_at_end_of_shift. + :alice2365 :does :log_off_at_end_of_shift. } log:explains { - :bob7365 :complies true. + :alice2365 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7366 :does :work_related_task. - :bob7366 :does :log_off_at_end_of_shift. + :alice2366 :does :log_off_at_end_of_shift. } log:explains { - :bob7366 :complies true. + :alice2366 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7367 :does :work_related_task. - :bob7367 :does :log_off_at_end_of_shift. + :alice2367 :does :log_off_at_end_of_shift. } log:explains { - :bob7367 :complies true. + :alice2367 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7368 :does :work_related_task. - :bob7368 :does :log_off_at_end_of_shift. + :alice2368 :does :log_off_at_end_of_shift. } log:explains { - :bob7368 :complies true. + :alice2368 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7369 :does :work_related_task. - :bob7369 :does :log_off_at_end_of_shift. + :alice2369 :does :log_off_at_end_of_shift. } log:explains { - :bob7369 :complies true. + :alice2369 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7370 :does :work_related_task. - :bob7370 :does :log_off_at_end_of_shift. + :alice2370 :does :log_off_at_end_of_shift. } log:explains { - :bob7370 :complies true. + :alice2370 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7371 :does :work_related_task. - :bob7371 :does :log_off_at_end_of_shift. + :alice2371 :does :log_off_at_end_of_shift. } log:explains { - :bob7371 :complies true. + :alice2371 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7372 :does :work_related_task. - :bob7372 :does :log_off_at_end_of_shift. + :alice2372 :does :log_off_at_end_of_shift. } log:explains { - :bob7372 :complies true. + :alice2372 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7373 :does :work_related_task. - :bob7373 :does :log_off_at_end_of_shift. + :alice2373 :does :log_off_at_end_of_shift. } log:explains { - :bob7373 :complies true. + :alice2373 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7374 :does :work_related_task. - :bob7374 :does :log_off_at_end_of_shift. + :alice2374 :does :log_off_at_end_of_shift. } log:explains { - :bob7374 :complies true. + :alice2374 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7375 :does :work_related_task. - :bob7375 :does :log_off_at_end_of_shift. + :alice2375 :does :log_off_at_end_of_shift. } log:explains { - :bob7375 :complies true. + :alice2375 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7376 :does :work_related_task. - :bob7376 :does :log_off_at_end_of_shift. + :alice2376 :does :log_off_at_end_of_shift. } log:explains { - :bob7376 :complies true. + :alice2376 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7377 :does :work_related_task. - :bob7377 :does :log_off_at_end_of_shift. + :alice2377 :does :log_off_at_end_of_shift. } log:explains { - :bob7377 :complies true. + :alice2377 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7378 :does :work_related_task. - :bob7378 :does :log_off_at_end_of_shift. + :alice2378 :does :log_off_at_end_of_shift. } log:explains { - :bob7378 :complies true. + :alice2378 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7379 :does :work_related_task. - :bob7379 :does :log_off_at_end_of_shift. + :alice2379 :does :log_off_at_end_of_shift. } log:explains { - :bob7379 :complies true. + :alice2379 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7380 :does :work_related_task. - :bob7380 :does :log_off_at_end_of_shift. + :alice2380 :does :log_off_at_end_of_shift. } log:explains { - :bob7380 :complies true. + :alice2380 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7381 :does :work_related_task. - :bob7381 :does :log_off_at_end_of_shift. + :alice2381 :does :log_off_at_end_of_shift. } log:explains { - :bob7381 :complies true. + :alice2381 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7382 :does :work_related_task. - :bob7382 :does :log_off_at_end_of_shift. + :alice2382 :does :log_off_at_end_of_shift. } log:explains { - :bob7382 :complies true. + :alice2382 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7383 :does :work_related_task. - :bob7383 :does :log_off_at_end_of_shift. + :alice2383 :does :log_off_at_end_of_shift. } log:explains { - :bob7383 :complies true. + :alice2383 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7384 :does :work_related_task. - :bob7384 :does :log_off_at_end_of_shift. + :alice2384 :does :log_off_at_end_of_shift. } log:explains { - :bob7384 :complies true. + :alice2384 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7385 :does :work_related_task. - :bob7385 :does :log_off_at_end_of_shift. + :alice2385 :does :log_off_at_end_of_shift. } log:explains { - :bob7385 :complies true. + :alice2385 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7386 :does :work_related_task. - :bob7386 :does :log_off_at_end_of_shift. + :alice2386 :does :log_off_at_end_of_shift. } log:explains { - :bob7386 :complies true. + :alice2386 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7387 :does :work_related_task. - :bob7387 :does :log_off_at_end_of_shift. + :alice2387 :does :log_off_at_end_of_shift. } log:explains { - :bob7387 :complies true. + :alice2387 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7388 :does :work_related_task. - :bob7388 :does :log_off_at_end_of_shift. + :alice2388 :does :log_off_at_end_of_shift. } log:explains { - :bob7388 :complies true. + :alice2388 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7389 :does :work_related_task. - :bob7389 :does :log_off_at_end_of_shift. + :alice2389 :does :log_off_at_end_of_shift. } log:explains { - :bob7389 :complies true. + :alice2389 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7390 :does :work_related_task. - :bob7390 :does :log_off_at_end_of_shift. + :alice2390 :does :log_off_at_end_of_shift. } log:explains { - :bob7390 :complies true. + :alice2390 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7391 :does :work_related_task. - :bob7391 :does :log_off_at_end_of_shift. + :alice2391 :does :log_off_at_end_of_shift. } log:explains { - :bob7391 :complies true. + :alice2391 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7392 :does :work_related_task. - :bob7392 :does :log_off_at_end_of_shift. + :alice2392 :does :log_off_at_end_of_shift. } log:explains { - :bob7392 :complies true. + :alice2392 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7393 :does :work_related_task. - :bob7393 :does :log_off_at_end_of_shift. + :alice2393 :does :log_off_at_end_of_shift. } log:explains { - :bob7393 :complies true. + :alice2393 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7394 :does :work_related_task. - :bob7394 :does :log_off_at_end_of_shift. + :alice2394 :does :log_off_at_end_of_shift. } log:explains { - :bob7394 :complies true. + :alice2394 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7395 :does :work_related_task. - :bob7395 :does :log_off_at_end_of_shift. + :alice2395 :does :log_off_at_end_of_shift. } log:explains { - :bob7395 :complies true. + :alice2395 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7396 :does :work_related_task. - :bob7396 :does :log_off_at_end_of_shift. + :alice2396 :does :log_off_at_end_of_shift. } log:explains { - :bob7396 :complies true. + :alice2396 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7397 :does :work_related_task. - :bob7397 :does :log_off_at_end_of_shift. + :alice2397 :does :log_off_at_end_of_shift. } log:explains { - :bob7397 :complies true. + :alice2397 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7398 :does :work_related_task. - :bob7398 :does :log_off_at_end_of_shift. + :alice2398 :does :log_off_at_end_of_shift. } log:explains { - :bob7398 :complies true. + :alice2398 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7399 :does :work_related_task. - :bob7399 :does :log_off_at_end_of_shift. + :alice2399 :does :log_off_at_end_of_shift. } log:explains { - :bob7399 :complies true. + :alice2399 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7400 :does :work_related_task. - :bob7400 :does :log_off_at_end_of_shift. + :alice2400 :does :log_off_at_end_of_shift. } log:explains { - :bob7400 :complies true. + :alice2400 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7401 :does :work_related_task. - :bob7401 :does :log_off_at_end_of_shift. + :alice2401 :does :log_off_at_end_of_shift. } log:explains { - :bob7401 :complies true. + :alice2401 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7402 :does :work_related_task. - :bob7402 :does :log_off_at_end_of_shift. + :alice2402 :does :log_off_at_end_of_shift. } log:explains { - :bob7402 :complies true. + :alice2402 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7403 :does :work_related_task. - :bob7403 :does :log_off_at_end_of_shift. + :alice2403 :does :log_off_at_end_of_shift. } log:explains { - :bob7403 :complies true. + :alice2403 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7404 :does :work_related_task. - :bob7404 :does :log_off_at_end_of_shift. + :alice2404 :does :log_off_at_end_of_shift. } log:explains { - :bob7404 :complies true. + :alice2404 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7405 :does :work_related_task. - :bob7405 :does :log_off_at_end_of_shift. + :alice2405 :does :log_off_at_end_of_shift. } log:explains { - :bob7405 :complies true. + :alice2405 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7406 :does :work_related_task. - :bob7406 :does :log_off_at_end_of_shift. + :alice2406 :does :log_off_at_end_of_shift. } log:explains { - :bob7406 :complies true. + :alice2406 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7407 :does :work_related_task. - :bob7407 :does :log_off_at_end_of_shift. + :alice2407 :does :log_off_at_end_of_shift. } log:explains { - :bob7407 :complies true. + :alice2407 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7408 :does :work_related_task. - :bob7408 :does :log_off_at_end_of_shift. + :alice2408 :does :log_off_at_end_of_shift. } log:explains { - :bob7408 :complies true. + :alice2408 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7409 :does :work_related_task. - :bob7409 :does :log_off_at_end_of_shift. + :alice2409 :does :log_off_at_end_of_shift. } log:explains { - :bob7409 :complies true. + :alice2409 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7410 :does :work_related_task. - :bob7410 :does :log_off_at_end_of_shift. + :alice2410 :does :log_off_at_end_of_shift. } log:explains { - :bob7410 :complies true. + :alice2410 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7411 :does :work_related_task. - :bob7411 :does :log_off_at_end_of_shift. + :alice2411 :does :log_off_at_end_of_shift. } log:explains { - :bob7411 :complies true. + :alice2411 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7412 :does :work_related_task. - :bob7412 :does :log_off_at_end_of_shift. + :alice2412 :does :log_off_at_end_of_shift. } log:explains { - :bob7412 :complies true. + :alice2412 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7413 :does :work_related_task. - :bob7413 :does :log_off_at_end_of_shift. + :alice2413 :does :log_off_at_end_of_shift. } log:explains { - :bob7413 :complies true. + :alice2413 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7414 :does :work_related_task. - :bob7414 :does :log_off_at_end_of_shift. + :alice2414 :does :log_off_at_end_of_shift. } log:explains { - :bob7414 :complies true. + :alice2414 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7415 :does :work_related_task. - :bob7415 :does :log_off_at_end_of_shift. + :alice2415 :does :log_off_at_end_of_shift. } log:explains { - :bob7415 :complies true. + :alice2415 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7416 :does :work_related_task. - :bob7416 :does :log_off_at_end_of_shift. + :alice2416 :does :log_off_at_end_of_shift. } log:explains { - :bob7416 :complies true. + :alice2416 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7417 :does :work_related_task. - :bob7417 :does :log_off_at_end_of_shift. + :alice2417 :does :log_off_at_end_of_shift. } log:explains { - :bob7417 :complies true. + :alice2417 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7418 :does :work_related_task. - :bob7418 :does :log_off_at_end_of_shift. + :alice2418 :does :log_off_at_end_of_shift. } log:explains { - :bob7418 :complies true. + :alice2418 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7419 :does :work_related_task. - :bob7419 :does :log_off_at_end_of_shift. + :alice2419 :does :log_off_at_end_of_shift. } log:explains { - :bob7419 :complies true. + :alice2419 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7420 :does :work_related_task. - :bob7420 :does :log_off_at_end_of_shift. + :alice2420 :does :log_off_at_end_of_shift. } log:explains { - :bob7420 :complies true. + :alice2420 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7421 :does :work_related_task. - :bob7421 :does :log_off_at_end_of_shift. + :alice2421 :does :log_off_at_end_of_shift. } log:explains { - :bob7421 :complies true. + :alice2421 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7422 :does :work_related_task. - :bob7422 :does :log_off_at_end_of_shift. + :alice2422 :does :log_off_at_end_of_shift. } log:explains { - :bob7422 :complies true. + :alice2422 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7423 :does :work_related_task. - :bob7423 :does :log_off_at_end_of_shift. + :alice2423 :does :log_off_at_end_of_shift. } log:explains { - :bob7423 :complies true. + :alice2423 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7424 :does :work_related_task. - :bob7424 :does :log_off_at_end_of_shift. + :alice2424 :does :log_off_at_end_of_shift. } log:explains { - :bob7424 :complies true. + :alice2424 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7425 :does :work_related_task. - :bob7425 :does :log_off_at_end_of_shift. + :alice2425 :does :log_off_at_end_of_shift. } log:explains { - :bob7425 :complies true. + :alice2425 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7426 :does :work_related_task. - :bob7426 :does :log_off_at_end_of_shift. + :alice2426 :does :log_off_at_end_of_shift. } log:explains { - :bob7426 :complies true. + :alice2426 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7427 :does :work_related_task. - :bob7427 :does :log_off_at_end_of_shift. + :alice2427 :does :log_off_at_end_of_shift. } log:explains { - :bob7427 :complies true. + :alice2427 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7428 :does :work_related_task. - :bob7428 :does :log_off_at_end_of_shift. + :alice2428 :does :log_off_at_end_of_shift. } log:explains { - :bob7428 :complies true. + :alice2428 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7429 :does :work_related_task. - :bob7429 :does :log_off_at_end_of_shift. + :alice2429 :does :log_off_at_end_of_shift. } log:explains { - :bob7429 :complies true. + :alice2429 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7430 :does :work_related_task. - :bob7430 :does :log_off_at_end_of_shift. + :alice2430 :does :log_off_at_end_of_shift. } log:explains { - :bob7430 :complies true. + :alice2430 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7431 :does :work_related_task. - :bob7431 :does :log_off_at_end_of_shift. + :alice2431 :does :log_off_at_end_of_shift. } log:explains { - :bob7431 :complies true. + :alice2431 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7432 :does :work_related_task. - :bob7432 :does :log_off_at_end_of_shift. + :alice2432 :does :log_off_at_end_of_shift. } log:explains { - :bob7432 :complies true. + :alice2432 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7433 :does :work_related_task. - :bob7433 :does :log_off_at_end_of_shift. + :alice2433 :does :log_off_at_end_of_shift. } log:explains { - :bob7433 :complies true. + :alice2433 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7434 :does :work_related_task. - :bob7434 :does :log_off_at_end_of_shift. + :alice2434 :does :log_off_at_end_of_shift. } log:explains { - :bob7434 :complies true. + :alice2434 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7435 :does :work_related_task. - :bob7435 :does :log_off_at_end_of_shift. + :alice2435 :does :log_off_at_end_of_shift. } log:explains { - :bob7435 :complies true. + :alice2435 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7436 :does :work_related_task. - :bob7436 :does :log_off_at_end_of_shift. + :alice2436 :does :log_off_at_end_of_shift. } log:explains { - :bob7436 :complies true. + :alice2436 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7437 :does :work_related_task. - :bob7437 :does :log_off_at_end_of_shift. + :alice2437 :does :log_off_at_end_of_shift. } log:explains { - :bob7437 :complies true. + :alice2437 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7438 :does :work_related_task. - :bob7438 :does :log_off_at_end_of_shift. + :alice2438 :does :log_off_at_end_of_shift. } log:explains { - :bob7438 :complies true. + :alice2438 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7439 :does :work_related_task. - :bob7439 :does :log_off_at_end_of_shift. + :alice2439 :does :log_off_at_end_of_shift. } log:explains { - :bob7439 :complies true. + :alice2439 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7440 :does :work_related_task. - :bob7440 :does :log_off_at_end_of_shift. + :alice2440 :does :log_off_at_end_of_shift. } log:explains { - :bob7440 :complies true. + :alice2440 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7441 :does :work_related_task. - :bob7441 :does :log_off_at_end_of_shift. + :alice2441 :does :log_off_at_end_of_shift. } log:explains { - :bob7441 :complies true. + :alice2441 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7442 :does :work_related_task. - :bob7442 :does :log_off_at_end_of_shift. + :alice2442 :does :log_off_at_end_of_shift. } log:explains { - :bob7442 :complies true. + :alice2442 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7443 :does :work_related_task. - :bob7443 :does :log_off_at_end_of_shift. + :alice2443 :does :log_off_at_end_of_shift. } log:explains { - :bob7443 :complies true. + :alice2443 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7444 :does :work_related_task. - :bob7444 :does :log_off_at_end_of_shift. + :alice2444 :does :log_off_at_end_of_shift. } log:explains { - :bob7444 :complies true. + :alice2444 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7445 :does :work_related_task. - :bob7445 :does :log_off_at_end_of_shift. + :alice2445 :does :log_off_at_end_of_shift. } log:explains { - :bob7445 :complies true. + :alice2445 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7446 :does :work_related_task. - :bob7446 :does :log_off_at_end_of_shift. + :alice2446 :does :log_off_at_end_of_shift. } log:explains { - :bob7446 :complies true. + :alice2446 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7447 :does :work_related_task. - :bob7447 :does :log_off_at_end_of_shift. + :alice2447 :does :log_off_at_end_of_shift. } log:explains { - :bob7447 :complies true. + :alice2447 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7448 :does :work_related_task. - :bob7448 :does :log_off_at_end_of_shift. + :alice2448 :does :log_off_at_end_of_shift. } log:explains { - :bob7448 :complies true. + :alice2448 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7449 :does :work_related_task. - :bob7449 :does :log_off_at_end_of_shift. + :alice2449 :does :log_off_at_end_of_shift. } log:explains { - :bob7449 :complies true. + :alice2449 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7450 :does :work_related_task. - :bob7450 :does :log_off_at_end_of_shift. + :alice2450 :does :log_off_at_end_of_shift. } log:explains { - :bob7450 :complies true. + :alice2450 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7451 :does :work_related_task. - :bob7451 :does :log_off_at_end_of_shift. + :alice2451 :does :log_off_at_end_of_shift. } log:explains { - :bob7451 :complies true. + :alice2451 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7452 :does :work_related_task. - :bob7452 :does :log_off_at_end_of_shift. + :alice2452 :does :log_off_at_end_of_shift. } log:explains { - :bob7452 :complies true. + :alice2452 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7453 :does :work_related_task. - :bob7453 :does :log_off_at_end_of_shift. + :alice2453 :does :log_off_at_end_of_shift. } log:explains { - :bob7453 :complies true. + :alice2453 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7454 :does :work_related_task. - :bob7454 :does :log_off_at_end_of_shift. + :alice2454 :does :log_off_at_end_of_shift. } log:explains { - :bob7454 :complies true. + :alice2454 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7455 :does :work_related_task. - :bob7455 :does :log_off_at_end_of_shift. + :alice2455 :does :log_off_at_end_of_shift. } log:explains { - :bob7455 :complies true. + :alice2455 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7456 :does :work_related_task. - :bob7456 :does :log_off_at_end_of_shift. + :alice2456 :does :log_off_at_end_of_shift. } log:explains { - :bob7456 :complies true. + :alice2456 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7457 :does :work_related_task. - :bob7457 :does :log_off_at_end_of_shift. + :alice2457 :does :log_off_at_end_of_shift. } log:explains { - :bob7457 :complies true. + :alice2457 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7458 :does :work_related_task. - :bob7458 :does :log_off_at_end_of_shift. + :alice2458 :does :log_off_at_end_of_shift. } log:explains { - :bob7458 :complies true. + :alice2458 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7459 :does :work_related_task. - :bob7459 :does :log_off_at_end_of_shift. + :alice2459 :does :log_off_at_end_of_shift. } log:explains { - :bob7459 :complies true. + :alice2459 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7460 :does :work_related_task. - :bob7460 :does :log_off_at_end_of_shift. + :alice2460 :does :log_off_at_end_of_shift. } log:explains { - :bob7460 :complies true. + :alice2460 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7461 :does :work_related_task. - :bob7461 :does :log_off_at_end_of_shift. + :alice2461 :does :log_off_at_end_of_shift. } log:explains { - :bob7461 :complies true. + :alice2461 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7462 :does :work_related_task. - :bob7462 :does :log_off_at_end_of_shift. + :alice2462 :does :log_off_at_end_of_shift. } log:explains { - :bob7462 :complies true. + :alice2462 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7463 :does :work_related_task. - :bob7463 :does :log_off_at_end_of_shift. + :alice2463 :does :log_off_at_end_of_shift. } log:explains { - :bob7463 :complies true. + :alice2463 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7464 :does :work_related_task. - :bob7464 :does :log_off_at_end_of_shift. + :alice2464 :does :log_off_at_end_of_shift. } log:explains { - :bob7464 :complies true. + :alice2464 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7465 :does :work_related_task. - :bob7465 :does :log_off_at_end_of_shift. + :alice2465 :does :log_off_at_end_of_shift. } log:explains { - :bob7465 :complies true. + :alice2465 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7466 :does :work_related_task. - :bob7466 :does :log_off_at_end_of_shift. + :alice2466 :does :log_off_at_end_of_shift. } log:explains { - :bob7466 :complies true. + :alice2466 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7467 :does :work_related_task. - :bob7467 :does :log_off_at_end_of_shift. + :alice2467 :does :log_off_at_end_of_shift. } log:explains { - :bob7467 :complies true. + :alice2467 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7468 :does :work_related_task. - :bob7468 :does :log_off_at_end_of_shift. + :alice2468 :does :log_off_at_end_of_shift. } log:explains { - :bob7468 :complies true. + :alice2468 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7469 :does :work_related_task. - :bob7469 :does :log_off_at_end_of_shift. + :alice2469 :does :log_off_at_end_of_shift. } log:explains { - :bob7469 :complies true. + :alice2469 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7470 :does :work_related_task. - :bob7470 :does :log_off_at_end_of_shift. + :alice2470 :does :log_off_at_end_of_shift. } log:explains { - :bob7470 :complies true. + :alice2470 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7471 :does :work_related_task. - :bob7471 :does :log_off_at_end_of_shift. + :alice2471 :does :log_off_at_end_of_shift. } log:explains { - :bob7471 :complies true. + :alice2471 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7472 :does :work_related_task. - :bob7472 :does :log_off_at_end_of_shift. + :alice2472 :does :log_off_at_end_of_shift. } log:explains { - :bob7472 :complies true. + :alice2472 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7473 :does :work_related_task. - :bob7473 :does :log_off_at_end_of_shift. + :alice2473 :does :log_off_at_end_of_shift. } log:explains { - :bob7473 :complies true. + :alice2473 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7474 :does :work_related_task. - :bob7474 :does :log_off_at_end_of_shift. + :alice2474 :does :log_off_at_end_of_shift. } log:explains { - :bob7474 :complies true. + :alice2474 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7475 :does :work_related_task. - :bob7475 :does :log_off_at_end_of_shift. + :alice2475 :does :log_off_at_end_of_shift. } log:explains { - :bob7475 :complies true. + :alice2475 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7476 :does :work_related_task. - :bob7476 :does :log_off_at_end_of_shift. + :alice2476 :does :log_off_at_end_of_shift. } log:explains { - :bob7476 :complies true. + :alice2476 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7477 :does :work_related_task. - :bob7477 :does :log_off_at_end_of_shift. + :alice2477 :does :log_off_at_end_of_shift. } log:explains { - :bob7477 :complies true. + :alice2477 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7478 :does :work_related_task. - :bob7478 :does :log_off_at_end_of_shift. + :alice2478 :does :log_off_at_end_of_shift. } log:explains { - :bob7478 :complies true. + :alice2478 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7479 :does :work_related_task. - :bob7479 :does :log_off_at_end_of_shift. + :alice2479 :does :log_off_at_end_of_shift. } log:explains { - :bob7479 :complies true. + :alice2479 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7480 :does :work_related_task. - :bob7480 :does :log_off_at_end_of_shift. + :alice2480 :does :log_off_at_end_of_shift. } log:explains { - :bob7480 :complies true. + :alice2480 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7481 :does :work_related_task. - :bob7481 :does :log_off_at_end_of_shift. + :alice2481 :does :log_off_at_end_of_shift. } log:explains { - :bob7481 :complies true. + :alice2481 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7482 :does :work_related_task. - :bob7482 :does :log_off_at_end_of_shift. + :alice2482 :does :log_off_at_end_of_shift. } log:explains { - :bob7482 :complies true. + :alice2482 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7483 :does :work_related_task. - :bob7483 :does :log_off_at_end_of_shift. + :alice2483 :does :log_off_at_end_of_shift. } log:explains { - :bob7483 :complies true. + :alice2483 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7484 :does :work_related_task. - :bob7484 :does :log_off_at_end_of_shift. + :alice2484 :does :log_off_at_end_of_shift. } log:explains { - :bob7484 :complies true. + :alice2484 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7485 :does :work_related_task. - :bob7485 :does :log_off_at_end_of_shift. + :alice2485 :does :log_off_at_end_of_shift. } log:explains { - :bob7485 :complies true. + :alice2485 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7486 :does :work_related_task. - :bob7486 :does :log_off_at_end_of_shift. + :alice2486 :does :log_off_at_end_of_shift. } log:explains { - :bob7486 :complies true. + :alice2486 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7487 :does :work_related_task. - :bob7487 :does :log_off_at_end_of_shift. + :alice2487 :does :log_off_at_end_of_shift. } log:explains { - :bob7487 :complies true. + :alice2487 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7488 :does :work_related_task. - :bob7488 :does :log_off_at_end_of_shift. + :alice2488 :does :log_off_at_end_of_shift. } log:explains { - :bob7488 :complies true. + :alice2488 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7489 :does :work_related_task. - :bob7489 :does :log_off_at_end_of_shift. + :alice2489 :does :log_off_at_end_of_shift. } log:explains { - :bob7489 :complies true. + :alice2489 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7490 :does :work_related_task. - :bob7490 :does :log_off_at_end_of_shift. + :alice2490 :does :log_off_at_end_of_shift. } log:explains { - :bob7490 :complies true. + :alice2490 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7491 :does :work_related_task. - :bob7491 :does :log_off_at_end_of_shift. + :alice2491 :does :log_off_at_end_of_shift. } log:explains { - :bob7491 :complies true. + :alice2491 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7492 :does :work_related_task. - :bob7492 :does :log_off_at_end_of_shift. + :alice2492 :does :log_off_at_end_of_shift. } log:explains { - :bob7492 :complies true. + :alice2492 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7493 :does :work_related_task. - :bob7493 :does :log_off_at_end_of_shift. + :alice2493 :does :log_off_at_end_of_shift. } log:explains { - :bob7493 :complies true. + :alice2493 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7494 :does :work_related_task. - :bob7494 :does :log_off_at_end_of_shift. + :alice2494 :does :log_off_at_end_of_shift. } log:explains { - :bob7494 :complies true. + :alice2494 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7495 :does :work_related_task. - :bob7495 :does :log_off_at_end_of_shift. + :alice2495 :does :log_off_at_end_of_shift. } log:explains { - :bob7495 :complies true. + :alice2495 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7496 :does :work_related_task. - :bob7496 :does :log_off_at_end_of_shift. + :alice2496 :does :log_off_at_end_of_shift. } log:explains { - :bob7496 :complies true. + :alice2496 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7497 :does :work_related_task. - :bob7497 :does :log_off_at_end_of_shift. + :alice2497 :does :log_off_at_end_of_shift. } log:explains { - :bob7497 :complies true. + :alice2497 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7498 :does :work_related_task. - :bob7498 :does :log_off_at_end_of_shift. + :alice2498 :does :log_off_at_end_of_shift. } log:explains { - :bob7498 :complies true. + :alice2498 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7499 :does :work_related_task. - :bob7499 :does :log_off_at_end_of_shift. + :alice2499 :does :log_off_at_end_of_shift. } log:explains { - :bob7499 :complies true. + :alice2499 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7500 :does :work_related_task. - :bob7500 :does :log_off_at_end_of_shift. + :alice2500 :does :log_off_at_end_of_shift. } log:explains { - :bob7500 :complies true. + :alice2500 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7501 :does :work_related_task. - :bob7501 :does :log_off_at_end_of_shift. + :alice2501 :does :log_off_at_end_of_shift. } log:explains { - :bob7501 :complies true. + :alice2501 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7502 :does :work_related_task. - :bob7502 :does :log_off_at_end_of_shift. + :alice2502 :does :log_off_at_end_of_shift. } log:explains { - :bob7502 :complies true. + :alice2502 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7503 :does :work_related_task. - :bob7503 :does :log_off_at_end_of_shift. + :alice2503 :does :log_off_at_end_of_shift. } log:explains { - :bob7503 :complies true. + :alice2503 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7504 :does :work_related_task. - :bob7504 :does :log_off_at_end_of_shift. + :alice2504 :does :log_off_at_end_of_shift. } log:explains { - :bob7504 :complies true. + :alice2504 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7505 :does :work_related_task. - :bob7505 :does :log_off_at_end_of_shift. + :alice2505 :does :log_off_at_end_of_shift. } log:explains { - :bob7505 :complies true. + :alice2505 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7506 :does :work_related_task. - :bob7506 :does :log_off_at_end_of_shift. + :alice2506 :does :log_off_at_end_of_shift. } log:explains { - :bob7506 :complies true. + :alice2506 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7507 :does :work_related_task. - :bob7507 :does :log_off_at_end_of_shift. + :alice2507 :does :log_off_at_end_of_shift. } log:explains { - :bob7507 :complies true. + :alice2507 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7508 :does :work_related_task. - :bob7508 :does :log_off_at_end_of_shift. + :alice2508 :does :log_off_at_end_of_shift. } log:explains { - :bob7508 :complies true. + :alice2508 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7509 :does :work_related_task. - :bob7509 :does :log_off_at_end_of_shift. + :alice2509 :does :log_off_at_end_of_shift. } log:explains { - :bob7509 :complies true. + :alice2509 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7510 :does :work_related_task. - :bob7510 :does :log_off_at_end_of_shift. + :alice2510 :does :log_off_at_end_of_shift. } log:explains { - :bob7510 :complies true. + :alice2510 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7511 :does :work_related_task. - :bob7511 :does :log_off_at_end_of_shift. + :alice2511 :does :log_off_at_end_of_shift. } log:explains { - :bob7511 :complies true. + :alice2511 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7512 :does :work_related_task. - :bob7512 :does :log_off_at_end_of_shift. + :alice2512 :does :log_off_at_end_of_shift. } log:explains { - :bob7512 :complies true. + :alice2512 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7513 :does :work_related_task. - :bob7513 :does :log_off_at_end_of_shift. + :alice2513 :does :log_off_at_end_of_shift. } log:explains { - :bob7513 :complies true. + :alice2513 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7514 :does :work_related_task. - :bob7514 :does :log_off_at_end_of_shift. + :alice2514 :does :log_off_at_end_of_shift. } log:explains { - :bob7514 :complies true. + :alice2514 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7515 :does :work_related_task. - :bob7515 :does :log_off_at_end_of_shift. + :alice2515 :does :log_off_at_end_of_shift. } log:explains { - :bob7515 :complies true. + :alice2515 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7516 :does :work_related_task. - :bob7516 :does :log_off_at_end_of_shift. + :alice2516 :does :log_off_at_end_of_shift. } log:explains { - :bob7516 :complies true. + :alice2516 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7517 :does :work_related_task. - :bob7517 :does :log_off_at_end_of_shift. + :alice2517 :does :log_off_at_end_of_shift. } log:explains { - :bob7517 :complies true. + :alice2517 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7518 :does :work_related_task. - :bob7518 :does :log_off_at_end_of_shift. + :alice2518 :does :log_off_at_end_of_shift. } log:explains { - :bob7518 :complies true. + :alice2518 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7519 :does :work_related_task. - :bob7519 :does :log_off_at_end_of_shift. + :alice2519 :does :log_off_at_end_of_shift. } log:explains { - :bob7519 :complies true. + :alice2519 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7520 :does :work_related_task. - :bob7520 :does :log_off_at_end_of_shift. + :alice2520 :does :log_off_at_end_of_shift. } log:explains { - :bob7520 :complies true. + :alice2520 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7521 :does :work_related_task. - :bob7521 :does :log_off_at_end_of_shift. + :alice2521 :does :log_off_at_end_of_shift. } log:explains { - :bob7521 :complies true. + :alice2521 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7522 :does :work_related_task. - :bob7522 :does :log_off_at_end_of_shift. + :alice2522 :does :log_off_at_end_of_shift. } log:explains { - :bob7522 :complies true. + :alice2522 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7523 :does :work_related_task. - :bob7523 :does :log_off_at_end_of_shift. + :alice2523 :does :log_off_at_end_of_shift. } log:explains { - :bob7523 :complies true. + :alice2523 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7524 :does :work_related_task. - :bob7524 :does :log_off_at_end_of_shift. + :alice2524 :does :log_off_at_end_of_shift. } log:explains { - :bob7524 :complies true. + :alice2524 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7525 :does :work_related_task. - :bob7525 :does :log_off_at_end_of_shift. + :alice2525 :does :log_off_at_end_of_shift. } log:explains { - :bob7525 :complies true. + :alice2525 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7526 :does :work_related_task. - :bob7526 :does :log_off_at_end_of_shift. + :alice2526 :does :log_off_at_end_of_shift. } log:explains { - :bob7526 :complies true. + :alice2526 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7527 :does :work_related_task. - :bob7527 :does :log_off_at_end_of_shift. + :alice2527 :does :log_off_at_end_of_shift. } log:explains { - :bob7527 :complies true. + :alice2527 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7528 :does :work_related_task. - :bob7528 :does :log_off_at_end_of_shift. + :alice2528 :does :log_off_at_end_of_shift. } log:explains { - :bob7528 :complies true. + :alice2528 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7529 :does :work_related_task. - :bob7529 :does :log_off_at_end_of_shift. + :alice2529 :does :log_off_at_end_of_shift. } log:explains { - :bob7529 :complies true. + :alice2529 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7530 :does :work_related_task. - :bob7530 :does :log_off_at_end_of_shift. + :alice2530 :does :log_off_at_end_of_shift. } log:explains { - :bob7530 :complies true. + :alice2530 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7531 :does :work_related_task. - :bob7531 :does :log_off_at_end_of_shift. + :alice2531 :does :log_off_at_end_of_shift. } log:explains { - :bob7531 :complies true. + :alice2531 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7532 :does :work_related_task. - :bob7532 :does :log_off_at_end_of_shift. + :alice2532 :does :log_off_at_end_of_shift. } log:explains { - :bob7532 :complies true. + :alice2532 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7533 :does :work_related_task. - :bob7533 :does :log_off_at_end_of_shift. + :alice2533 :does :log_off_at_end_of_shift. } log:explains { - :bob7533 :complies true. + :alice2533 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7534 :does :work_related_task. - :bob7534 :does :log_off_at_end_of_shift. + :alice2534 :does :log_off_at_end_of_shift. } log:explains { - :bob7534 :complies true. + :alice2534 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7535 :does :work_related_task. - :bob7535 :does :log_off_at_end_of_shift. + :alice2535 :does :log_off_at_end_of_shift. } log:explains { - :bob7535 :complies true. + :alice2535 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7536 :does :work_related_task. - :bob7536 :does :log_off_at_end_of_shift. + :alice2536 :does :log_off_at_end_of_shift. } log:explains { - :bob7536 :complies true. + :alice2536 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7537 :does :work_related_task. - :bob7537 :does :log_off_at_end_of_shift. + :alice2537 :does :log_off_at_end_of_shift. } log:explains { - :bob7537 :complies true. + :alice2537 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7538 :does :work_related_task. - :bob7538 :does :log_off_at_end_of_shift. + :alice2538 :does :log_off_at_end_of_shift. } log:explains { - :bob7538 :complies true. + :alice2538 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7539 :does :work_related_task. - :bob7539 :does :log_off_at_end_of_shift. + :alice2539 :does :log_off_at_end_of_shift. } log:explains { - :bob7539 :complies true. + :alice2539 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7540 :does :work_related_task. - :bob7540 :does :log_off_at_end_of_shift. + :alice2540 :does :log_off_at_end_of_shift. } log:explains { - :bob7540 :complies true. + :alice2540 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7541 :does :work_related_task. - :bob7541 :does :log_off_at_end_of_shift. + :alice2541 :does :log_off_at_end_of_shift. } log:explains { - :bob7541 :complies true. + :alice2541 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7542 :does :work_related_task. - :bob7542 :does :log_off_at_end_of_shift. + :alice2542 :does :log_off_at_end_of_shift. } log:explains { - :bob7542 :complies true. + :alice2542 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7543 :does :work_related_task. - :bob7543 :does :log_off_at_end_of_shift. + :alice2543 :does :log_off_at_end_of_shift. } log:explains { - :bob7543 :complies true. + :alice2543 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7544 :does :work_related_task. - :bob7544 :does :log_off_at_end_of_shift. + :alice2544 :does :log_off_at_end_of_shift. } log:explains { - :bob7544 :complies true. + :alice2544 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7545 :does :work_related_task. - :bob7545 :does :log_off_at_end_of_shift. + :alice2545 :does :log_off_at_end_of_shift. } log:explains { - :bob7545 :complies true. + :alice2545 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7546 :does :work_related_task. - :bob7546 :does :log_off_at_end_of_shift. + :alice2546 :does :log_off_at_end_of_shift. } log:explains { - :bob7546 :complies true. + :alice2546 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7547 :does :work_related_task. - :bob7547 :does :log_off_at_end_of_shift. + :alice2547 :does :log_off_at_end_of_shift. } log:explains { - :bob7547 :complies true. + :alice2547 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7548 :does :work_related_task. - :bob7548 :does :log_off_at_end_of_shift. + :alice2548 :does :log_off_at_end_of_shift. } log:explains { - :bob7548 :complies true. + :alice2548 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7549 :does :work_related_task. - :bob7549 :does :log_off_at_end_of_shift. + :alice2549 :does :log_off_at_end_of_shift. } log:explains { - :bob7549 :complies true. + :alice2549 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7550 :does :work_related_task. - :bob7550 :does :log_off_at_end_of_shift. + :alice2550 :does :log_off_at_end_of_shift. } log:explains { - :bob7550 :complies true. + :alice2550 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7551 :does :work_related_task. - :bob7551 :does :log_off_at_end_of_shift. + :alice2551 :does :log_off_at_end_of_shift. } log:explains { - :bob7551 :complies true. + :alice2551 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7552 :does :work_related_task. - :bob7552 :does :log_off_at_end_of_shift. + :alice2552 :does :log_off_at_end_of_shift. } log:explains { - :bob7552 :complies true. + :alice2552 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7553 :does :work_related_task. - :bob7553 :does :log_off_at_end_of_shift. + :alice2553 :does :log_off_at_end_of_shift. } log:explains { - :bob7553 :complies true. + :alice2553 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7554 :does :work_related_task. - :bob7554 :does :log_off_at_end_of_shift. + :alice2554 :does :log_off_at_end_of_shift. } log:explains { - :bob7554 :complies true. + :alice2554 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7555 :does :work_related_task. - :bob7555 :does :log_off_at_end_of_shift. + :alice2555 :does :log_off_at_end_of_shift. } log:explains { - :bob7555 :complies true. + :alice2555 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7556 :does :work_related_task. - :bob7556 :does :log_off_at_end_of_shift. + :alice2556 :does :log_off_at_end_of_shift. } log:explains { - :bob7556 :complies true. + :alice2556 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7557 :does :work_related_task. - :bob7557 :does :log_off_at_end_of_shift. + :alice2557 :does :log_off_at_end_of_shift. } log:explains { - :bob7557 :complies true. + :alice2557 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7558 :does :work_related_task. - :bob7558 :does :log_off_at_end_of_shift. + :alice2558 :does :log_off_at_end_of_shift. } log:explains { - :bob7558 :complies true. + :alice2558 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7559 :does :work_related_task. - :bob7559 :does :log_off_at_end_of_shift. + :alice2559 :does :log_off_at_end_of_shift. } log:explains { - :bob7559 :complies true. + :alice2559 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7560 :does :work_related_task. - :bob7560 :does :log_off_at_end_of_shift. + :alice2560 :does :log_off_at_end_of_shift. } log:explains { - :bob7560 :complies true. + :alice2560 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7561 :does :work_related_task. - :bob7561 :does :log_off_at_end_of_shift. + :alice2561 :does :log_off_at_end_of_shift. } log:explains { - :bob7561 :complies true. + :alice2561 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7562 :does :work_related_task. - :bob7562 :does :log_off_at_end_of_shift. + :alice2562 :does :log_off_at_end_of_shift. } log:explains { - :bob7562 :complies true. + :alice2562 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7563 :does :work_related_task. - :bob7563 :does :log_off_at_end_of_shift. + :alice2563 :does :log_off_at_end_of_shift. } log:explains { - :bob7563 :complies true. + :alice2563 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7564 :does :work_related_task. - :bob7564 :does :log_off_at_end_of_shift. + :alice2564 :does :log_off_at_end_of_shift. } log:explains { - :bob7564 :complies true. + :alice2564 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7565 :does :work_related_task. - :bob7565 :does :log_off_at_end_of_shift. + :alice2565 :does :log_off_at_end_of_shift. } log:explains { - :bob7565 :complies true. + :alice2565 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7566 :does :work_related_task. - :bob7566 :does :log_off_at_end_of_shift. + :alice2566 :does :log_off_at_end_of_shift. } log:explains { - :bob7566 :complies true. + :alice2566 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7567 :does :work_related_task. - :bob7567 :does :log_off_at_end_of_shift. + :alice2567 :does :log_off_at_end_of_shift. } log:explains { - :bob7567 :complies true. + :alice2567 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7568 :does :work_related_task. - :bob7568 :does :log_off_at_end_of_shift. + :alice2568 :does :log_off_at_end_of_shift. } log:explains { - :bob7568 :complies true. + :alice2568 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7569 :does :work_related_task. - :bob7569 :does :log_off_at_end_of_shift. + :alice2569 :does :log_off_at_end_of_shift. } log:explains { - :bob7569 :complies true. + :alice2569 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7570 :does :work_related_task. - :bob7570 :does :log_off_at_end_of_shift. + :alice2570 :does :log_off_at_end_of_shift. } log:explains { - :bob7570 :complies true. + :alice2570 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7571 :does :work_related_task. - :bob7571 :does :log_off_at_end_of_shift. + :alice2571 :does :log_off_at_end_of_shift. } log:explains { - :bob7571 :complies true. + :alice2571 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7572 :does :work_related_task. - :bob7572 :does :log_off_at_end_of_shift. + :alice2572 :does :log_off_at_end_of_shift. } log:explains { - :bob7572 :complies true. + :alice2572 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7573 :does :work_related_task. - :bob7573 :does :log_off_at_end_of_shift. + :alice2573 :does :log_off_at_end_of_shift. } log:explains { - :bob7573 :complies true. + :alice2573 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7574 :does :work_related_task. - :bob7574 :does :log_off_at_end_of_shift. + :alice2574 :does :log_off_at_end_of_shift. } log:explains { - :bob7574 :complies true. + :alice2574 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7575 :does :work_related_task. - :bob7575 :does :log_off_at_end_of_shift. + :alice2575 :does :log_off_at_end_of_shift. } log:explains { - :bob7575 :complies true. + :alice2575 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7576 :does :work_related_task. - :bob7576 :does :log_off_at_end_of_shift. + :alice2576 :does :log_off_at_end_of_shift. } log:explains { - :bob7576 :complies true. + :alice2576 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7577 :does :work_related_task. - :bob7577 :does :log_off_at_end_of_shift. + :alice2577 :does :log_off_at_end_of_shift. } log:explains { - :bob7577 :complies true. + :alice2577 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7578 :does :work_related_task. - :bob7578 :does :log_off_at_end_of_shift. + :alice2578 :does :log_off_at_end_of_shift. } log:explains { - :bob7578 :complies true. + :alice2578 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7579 :does :work_related_task. - :bob7579 :does :log_off_at_end_of_shift. + :alice2579 :does :log_off_at_end_of_shift. } log:explains { - :bob7579 :complies true. + :alice2579 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7580 :does :work_related_task. - :bob7580 :does :log_off_at_end_of_shift. + :alice2580 :does :log_off_at_end_of_shift. } log:explains { - :bob7580 :complies true. + :alice2580 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7581 :does :work_related_task. - :bob7581 :does :log_off_at_end_of_shift. + :alice2581 :does :log_off_at_end_of_shift. } log:explains { - :bob7581 :complies true. + :alice2581 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7582 :does :work_related_task. - :bob7582 :does :log_off_at_end_of_shift. + :alice2582 :does :log_off_at_end_of_shift. } log:explains { - :bob7582 :complies true. + :alice2582 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7583 :does :work_related_task. - :bob7583 :does :log_off_at_end_of_shift. + :alice2583 :does :log_off_at_end_of_shift. } log:explains { - :bob7583 :complies true. + :alice2583 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7584 :does :work_related_task. - :bob7584 :does :log_off_at_end_of_shift. + :alice2584 :does :log_off_at_end_of_shift. } log:explains { - :bob7584 :complies true. + :alice2584 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7585 :does :work_related_task. - :bob7585 :does :log_off_at_end_of_shift. + :alice2585 :does :log_off_at_end_of_shift. } log:explains { - :bob7585 :complies true. + :alice2585 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7586 :does :work_related_task. - :bob7586 :does :log_off_at_end_of_shift. + :alice2586 :does :log_off_at_end_of_shift. } log:explains { - :bob7586 :complies true. + :alice2586 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7587 :does :work_related_task. - :bob7587 :does :log_off_at_end_of_shift. + :alice2587 :does :log_off_at_end_of_shift. } log:explains { - :bob7587 :complies true. + :alice2587 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7588 :does :work_related_task. - :bob7588 :does :log_off_at_end_of_shift. + :alice2588 :does :log_off_at_end_of_shift. } log:explains { - :bob7588 :complies true. + :alice2588 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7589 :does :work_related_task. - :bob7589 :does :log_off_at_end_of_shift. + :alice2589 :does :log_off_at_end_of_shift. } log:explains { - :bob7589 :complies true. + :alice2589 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7590 :does :work_related_task. - :bob7590 :does :log_off_at_end_of_shift. + :alice2590 :does :log_off_at_end_of_shift. } log:explains { - :bob7590 :complies true. + :alice2590 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7591 :does :work_related_task. - :bob7591 :does :log_off_at_end_of_shift. + :alice2591 :does :log_off_at_end_of_shift. } log:explains { - :bob7591 :complies true. + :alice2591 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7592 :does :work_related_task. - :bob7592 :does :log_off_at_end_of_shift. + :alice2592 :does :log_off_at_end_of_shift. } log:explains { - :bob7592 :complies true. + :alice2592 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7593 :does :work_related_task. - :bob7593 :does :log_off_at_end_of_shift. + :alice2593 :does :log_off_at_end_of_shift. } log:explains { - :bob7593 :complies true. + :alice2593 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7594 :does :work_related_task. - :bob7594 :does :log_off_at_end_of_shift. + :alice2594 :does :log_off_at_end_of_shift. } log:explains { - :bob7594 :complies true. + :alice2594 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7595 :does :work_related_task. - :bob7595 :does :log_off_at_end_of_shift. + :alice2595 :does :log_off_at_end_of_shift. } log:explains { - :bob7595 :complies true. + :alice2595 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7596 :does :work_related_task. - :bob7596 :does :log_off_at_end_of_shift. + :alice2596 :does :log_off_at_end_of_shift. } log:explains { - :bob7596 :complies true. + :alice2596 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7597 :does :work_related_task. - :bob7597 :does :log_off_at_end_of_shift. + :alice2597 :does :log_off_at_end_of_shift. } log:explains { - :bob7597 :complies true. + :alice2597 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7598 :does :work_related_task. - :bob7598 :does :log_off_at_end_of_shift. + :alice2598 :does :log_off_at_end_of_shift. } log:explains { - :bob7598 :complies true. + :alice2598 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7599 :does :work_related_task. - :bob7599 :does :log_off_at_end_of_shift. + :alice2599 :does :log_off_at_end_of_shift. } log:explains { - :bob7599 :complies true. + :alice2599 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7600 :does :work_related_task. - :bob7600 :does :log_off_at_end_of_shift. + :alice2600 :does :log_off_at_end_of_shift. } log:explains { - :bob7600 :complies true. + :alice2600 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7601 :does :work_related_task. - :bob7601 :does :log_off_at_end_of_shift. + :alice2601 :does :log_off_at_end_of_shift. } log:explains { - :bob7601 :complies true. + :alice2601 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7602 :does :work_related_task. - :bob7602 :does :log_off_at_end_of_shift. + :alice2602 :does :log_off_at_end_of_shift. } log:explains { - :bob7602 :complies true. + :alice2602 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7603 :does :work_related_task. - :bob7603 :does :log_off_at_end_of_shift. + :alice2603 :does :log_off_at_end_of_shift. } log:explains { - :bob7603 :complies true. + :alice2603 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7604 :does :work_related_task. - :bob7604 :does :log_off_at_end_of_shift. + :alice2604 :does :log_off_at_end_of_shift. } log:explains { - :bob7604 :complies true. + :alice2604 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7605 :does :work_related_task. - :bob7605 :does :log_off_at_end_of_shift. + :alice2605 :does :log_off_at_end_of_shift. } log:explains { - :bob7605 :complies true. + :alice2605 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7606 :does :work_related_task. - :bob7606 :does :log_off_at_end_of_shift. + :alice2606 :does :log_off_at_end_of_shift. } log:explains { - :bob7606 :complies true. + :alice2606 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7607 :does :work_related_task. - :bob7607 :does :log_off_at_end_of_shift. + :alice2607 :does :log_off_at_end_of_shift. } log:explains { - :bob7607 :complies true. + :alice2607 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7608 :does :work_related_task. - :bob7608 :does :log_off_at_end_of_shift. + :alice2608 :does :log_off_at_end_of_shift. } log:explains { - :bob7608 :complies true. + :alice2608 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7609 :does :work_related_task. - :bob7609 :does :log_off_at_end_of_shift. + :alice2609 :does :log_off_at_end_of_shift. } log:explains { - :bob7609 :complies true. + :alice2609 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7610 :does :work_related_task. - :bob7610 :does :log_off_at_end_of_shift. + :alice2610 :does :log_off_at_end_of_shift. } log:explains { - :bob7610 :complies true. + :alice2610 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7611 :does :work_related_task. - :bob7611 :does :log_off_at_end_of_shift. + :alice2611 :does :log_off_at_end_of_shift. } log:explains { - :bob7611 :complies true. + :alice2611 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7612 :does :work_related_task. - :bob7612 :does :log_off_at_end_of_shift. + :alice2612 :does :log_off_at_end_of_shift. } log:explains { - :bob7612 :complies true. + :alice2612 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7613 :does :work_related_task. - :bob7613 :does :log_off_at_end_of_shift. + :alice2613 :does :log_off_at_end_of_shift. } log:explains { - :bob7613 :complies true. + :alice2613 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7614 :does :work_related_task. - :bob7614 :does :log_off_at_end_of_shift. + :alice2614 :does :log_off_at_end_of_shift. } log:explains { - :bob7614 :complies true. + :alice2614 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7615 :does :work_related_task. - :bob7615 :does :log_off_at_end_of_shift. + :alice2615 :does :log_off_at_end_of_shift. } log:explains { - :bob7615 :complies true. + :alice2615 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7616 :does :work_related_task. - :bob7616 :does :log_off_at_end_of_shift. + :alice2616 :does :log_off_at_end_of_shift. } log:explains { - :bob7616 :complies true. + :alice2616 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7617 :does :work_related_task. - :bob7617 :does :log_off_at_end_of_shift. + :alice2617 :does :log_off_at_end_of_shift. } log:explains { - :bob7617 :complies true. + :alice2617 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7618 :does :work_related_task. - :bob7618 :does :log_off_at_end_of_shift. + :alice2618 :does :log_off_at_end_of_shift. } log:explains { - :bob7618 :complies true. + :alice2618 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7619 :does :work_related_task. - :bob7619 :does :log_off_at_end_of_shift. + :alice2619 :does :log_off_at_end_of_shift. } log:explains { - :bob7619 :complies true. + :alice2619 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7620 :does :work_related_task. - :bob7620 :does :log_off_at_end_of_shift. + :alice2620 :does :log_off_at_end_of_shift. } log:explains { - :bob7620 :complies true. + :alice2620 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7621 :does :work_related_task. - :bob7621 :does :log_off_at_end_of_shift. + :alice2621 :does :log_off_at_end_of_shift. } log:explains { - :bob7621 :complies true. + :alice2621 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7622 :does :work_related_task. - :bob7622 :does :log_off_at_end_of_shift. + :alice2622 :does :log_off_at_end_of_shift. } log:explains { - :bob7622 :complies true. + :alice2622 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7623 :does :work_related_task. - :bob7623 :does :log_off_at_end_of_shift. + :alice2623 :does :log_off_at_end_of_shift. } log:explains { - :bob7623 :complies true. + :alice2623 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7624 :does :work_related_task. - :bob7624 :does :log_off_at_end_of_shift. + :alice2624 :does :log_off_at_end_of_shift. } log:explains { - :bob7624 :complies true. + :alice2624 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7625 :does :work_related_task. - :bob7625 :does :log_off_at_end_of_shift. + :alice2625 :does :log_off_at_end_of_shift. } log:explains { - :bob7625 :complies true. + :alice2625 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7626 :does :work_related_task. - :bob7626 :does :log_off_at_end_of_shift. + :alice2626 :does :log_off_at_end_of_shift. } log:explains { - :bob7626 :complies true. + :alice2626 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7627 :does :work_related_task. - :bob7627 :does :log_off_at_end_of_shift. + :alice2627 :does :log_off_at_end_of_shift. } log:explains { - :bob7627 :complies true. + :alice2627 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7628 :does :work_related_task. - :bob7628 :does :log_off_at_end_of_shift. + :alice2628 :does :log_off_at_end_of_shift. } log:explains { - :bob7628 :complies true. + :alice2628 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7629 :does :work_related_task. - :bob7629 :does :log_off_at_end_of_shift. + :alice2629 :does :log_off_at_end_of_shift. } log:explains { - :bob7629 :complies true. + :alice2629 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7630 :does :work_related_task. - :bob7630 :does :log_off_at_end_of_shift. + :alice2630 :does :log_off_at_end_of_shift. } log:explains { - :bob7630 :complies true. + :alice2630 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7631 :does :work_related_task. - :bob7631 :does :log_off_at_end_of_shift. + :alice2631 :does :log_off_at_end_of_shift. } log:explains { - :bob7631 :complies true. + :alice2631 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7632 :does :work_related_task. - :bob7632 :does :log_off_at_end_of_shift. + :alice2632 :does :log_off_at_end_of_shift. } log:explains { - :bob7632 :complies true. + :alice2632 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7633 :does :work_related_task. - :bob7633 :does :log_off_at_end_of_shift. + :alice2633 :does :log_off_at_end_of_shift. } log:explains { - :bob7633 :complies true. + :alice2633 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7634 :does :work_related_task. - :bob7634 :does :log_off_at_end_of_shift. + :alice2634 :does :log_off_at_end_of_shift. } log:explains { - :bob7634 :complies true. + :alice2634 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7635 :does :work_related_task. - :bob7635 :does :log_off_at_end_of_shift. + :alice2635 :does :log_off_at_end_of_shift. } log:explains { - :bob7635 :complies true. + :alice2635 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7636 :does :work_related_task. - :bob7636 :does :log_off_at_end_of_shift. + :alice2636 :does :log_off_at_end_of_shift. } log:explains { - :bob7636 :complies true. + :alice2636 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7637 :does :work_related_task. - :bob7637 :does :log_off_at_end_of_shift. + :alice2637 :does :log_off_at_end_of_shift. } log:explains { - :bob7637 :complies true. + :alice2637 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7638 :does :work_related_task. - :bob7638 :does :log_off_at_end_of_shift. + :alice2638 :does :log_off_at_end_of_shift. } log:explains { - :bob7638 :complies true. + :alice2638 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7639 :does :work_related_task. - :bob7639 :does :log_off_at_end_of_shift. + :alice2639 :does :log_off_at_end_of_shift. } log:explains { - :bob7639 :complies true. + :alice2639 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7640 :does :work_related_task. - :bob7640 :does :log_off_at_end_of_shift. + :alice2640 :does :log_off_at_end_of_shift. } log:explains { - :bob7640 :complies true. + :alice2640 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7641 :does :work_related_task. - :bob7641 :does :log_off_at_end_of_shift. + :alice2641 :does :log_off_at_end_of_shift. } log:explains { - :bob7641 :complies true. + :alice2641 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7642 :does :work_related_task. - :bob7642 :does :log_off_at_end_of_shift. + :alice2642 :does :log_off_at_end_of_shift. } log:explains { - :bob7642 :complies true. + :alice2642 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7643 :does :work_related_task. - :bob7643 :does :log_off_at_end_of_shift. + :alice2643 :does :log_off_at_end_of_shift. } log:explains { - :bob7643 :complies true. + :alice2643 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7644 :does :work_related_task. - :bob7644 :does :log_off_at_end_of_shift. + :alice2644 :does :log_off_at_end_of_shift. } log:explains { - :bob7644 :complies true. + :alice2644 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7645 :does :work_related_task. - :bob7645 :does :log_off_at_end_of_shift. + :alice2645 :does :log_off_at_end_of_shift. } log:explains { - :bob7645 :complies true. + :alice2645 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7646 :does :work_related_task. - :bob7646 :does :log_off_at_end_of_shift. + :alice2646 :does :log_off_at_end_of_shift. } log:explains { - :bob7646 :complies true. + :alice2646 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7647 :does :work_related_task. - :bob7647 :does :log_off_at_end_of_shift. + :alice2647 :does :log_off_at_end_of_shift. } log:explains { - :bob7647 :complies true. + :alice2647 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7648 :does :work_related_task. - :bob7648 :does :log_off_at_end_of_shift. + :alice2648 :does :log_off_at_end_of_shift. } log:explains { - :bob7648 :complies true. + :alice2648 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7649 :does :work_related_task. - :bob7649 :does :log_off_at_end_of_shift. + :alice2649 :does :log_off_at_end_of_shift. } log:explains { - :bob7649 :complies true. + :alice2649 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7650 :does :work_related_task. - :bob7650 :does :log_off_at_end_of_shift. + :alice2650 :does :log_off_at_end_of_shift. } log:explains { - :bob7650 :complies true. + :alice2650 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7651 :does :work_related_task. - :bob7651 :does :log_off_at_end_of_shift. + :alice2651 :does :log_off_at_end_of_shift. } log:explains { - :bob7651 :complies true. + :alice2651 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7652 :does :work_related_task. - :bob7652 :does :log_off_at_end_of_shift. + :alice2652 :does :log_off_at_end_of_shift. } log:explains { - :bob7652 :complies true. + :alice2652 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7653 :does :work_related_task. - :bob7653 :does :log_off_at_end_of_shift. + :alice2653 :does :log_off_at_end_of_shift. } log:explains { - :bob7653 :complies true. + :alice2653 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7654 :does :work_related_task. - :bob7654 :does :log_off_at_end_of_shift. + :alice2654 :does :log_off_at_end_of_shift. } log:explains { - :bob7654 :complies true. + :alice2654 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7655 :does :work_related_task. - :bob7655 :does :log_off_at_end_of_shift. + :alice2655 :does :log_off_at_end_of_shift. } log:explains { - :bob7655 :complies true. + :alice2655 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7656 :does :work_related_task. - :bob7656 :does :log_off_at_end_of_shift. + :alice2656 :does :log_off_at_end_of_shift. } log:explains { - :bob7656 :complies true. + :alice2656 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7657 :does :work_related_task. - :bob7657 :does :log_off_at_end_of_shift. + :alice2657 :does :log_off_at_end_of_shift. } log:explains { - :bob7657 :complies true. + :alice2657 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7658 :does :work_related_task. - :bob7658 :does :log_off_at_end_of_shift. + :alice2658 :does :log_off_at_end_of_shift. } log:explains { - :bob7658 :complies true. + :alice2658 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7659 :does :work_related_task. - :bob7659 :does :log_off_at_end_of_shift. + :alice2659 :does :log_off_at_end_of_shift. } log:explains { - :bob7659 :complies true. + :alice2659 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7660 :does :work_related_task. - :bob7660 :does :log_off_at_end_of_shift. + :alice2660 :does :log_off_at_end_of_shift. } log:explains { - :bob7660 :complies true. + :alice2660 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7661 :does :work_related_task. - :bob7661 :does :log_off_at_end_of_shift. + :alice2661 :does :log_off_at_end_of_shift. } log:explains { - :bob7661 :complies true. + :alice2661 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7662 :does :work_related_task. - :bob7662 :does :log_off_at_end_of_shift. + :alice2662 :does :log_off_at_end_of_shift. } log:explains { - :bob7662 :complies true. + :alice2662 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7663 :does :work_related_task. - :bob7663 :does :log_off_at_end_of_shift. + :alice2663 :does :log_off_at_end_of_shift. } log:explains { - :bob7663 :complies true. + :alice2663 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7664 :does :work_related_task. - :bob7664 :does :log_off_at_end_of_shift. + :alice2664 :does :log_off_at_end_of_shift. } log:explains { - :bob7664 :complies true. + :alice2664 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7665 :does :work_related_task. - :bob7665 :does :log_off_at_end_of_shift. + :alice2665 :does :log_off_at_end_of_shift. } log:explains { - :bob7665 :complies true. + :alice2665 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7666 :does :work_related_task. - :bob7666 :does :log_off_at_end_of_shift. + :alice2666 :does :log_off_at_end_of_shift. } log:explains { - :bob7666 :complies true. + :alice2666 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7667 :does :work_related_task. - :bob7667 :does :log_off_at_end_of_shift. + :alice2667 :does :log_off_at_end_of_shift. } log:explains { - :bob7667 :complies true. + :alice2667 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7668 :does :work_related_task. - :bob7668 :does :log_off_at_end_of_shift. + :alice2668 :does :log_off_at_end_of_shift. } log:explains { - :bob7668 :complies true. + :alice2668 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7669 :does :work_related_task. - :bob7669 :does :log_off_at_end_of_shift. + :alice2669 :does :log_off_at_end_of_shift. } log:explains { - :bob7669 :complies true. + :alice2669 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7670 :does :work_related_task. - :bob7670 :does :log_off_at_end_of_shift. + :alice2670 :does :log_off_at_end_of_shift. } log:explains { - :bob7670 :complies true. + :alice2670 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7671 :does :work_related_task. - :bob7671 :does :log_off_at_end_of_shift. + :alice2671 :does :log_off_at_end_of_shift. } log:explains { - :bob7671 :complies true. + :alice2671 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7672 :does :work_related_task. - :bob7672 :does :log_off_at_end_of_shift. + :alice2672 :does :log_off_at_end_of_shift. } log:explains { - :bob7672 :complies true. + :alice2672 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7673 :does :work_related_task. - :bob7673 :does :log_off_at_end_of_shift. + :alice2673 :does :log_off_at_end_of_shift. } log:explains { - :bob7673 :complies true. + :alice2673 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7674 :does :work_related_task. - :bob7674 :does :log_off_at_end_of_shift. + :alice2674 :does :log_off_at_end_of_shift. } log:explains { - :bob7674 :complies true. + :alice2674 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7675 :does :work_related_task. - :bob7675 :does :log_off_at_end_of_shift. + :alice2675 :does :log_off_at_end_of_shift. } log:explains { - :bob7675 :complies true. + :alice2675 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7676 :does :work_related_task. - :bob7676 :does :log_off_at_end_of_shift. + :alice2676 :does :log_off_at_end_of_shift. } log:explains { - :bob7676 :complies true. + :alice2676 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7677 :does :work_related_task. - :bob7677 :does :log_off_at_end_of_shift. + :alice2677 :does :log_off_at_end_of_shift. } log:explains { - :bob7677 :complies true. + :alice2677 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7678 :does :work_related_task. - :bob7678 :does :log_off_at_end_of_shift. + :alice2678 :does :log_off_at_end_of_shift. } log:explains { - :bob7678 :complies true. + :alice2678 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7679 :does :work_related_task. - :bob7679 :does :log_off_at_end_of_shift. + :alice2679 :does :log_off_at_end_of_shift. } log:explains { - :bob7679 :complies true. + :alice2679 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7680 :does :work_related_task. - :bob7680 :does :log_off_at_end_of_shift. + :alice2680 :does :log_off_at_end_of_shift. } log:explains { - :bob7680 :complies true. + :alice2680 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7681 :does :work_related_task. - :bob7681 :does :log_off_at_end_of_shift. + :alice2681 :does :log_off_at_end_of_shift. } log:explains { - :bob7681 :complies true. + :alice2681 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7682 :does :work_related_task. - :bob7682 :does :log_off_at_end_of_shift. + :alice2682 :does :log_off_at_end_of_shift. } log:explains { - :bob7682 :complies true. + :alice2682 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7683 :does :work_related_task. - :bob7683 :does :log_off_at_end_of_shift. + :alice2683 :does :log_off_at_end_of_shift. } log:explains { - :bob7683 :complies true. + :alice2683 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7684 :does :work_related_task. - :bob7684 :does :log_off_at_end_of_shift. + :alice2684 :does :log_off_at_end_of_shift. } log:explains { - :bob7684 :complies true. + :alice2684 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7685 :does :work_related_task. - :bob7685 :does :log_off_at_end_of_shift. + :alice2685 :does :log_off_at_end_of_shift. } log:explains { - :bob7685 :complies true. + :alice2685 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7686 :does :work_related_task. - :bob7686 :does :log_off_at_end_of_shift. + :alice2686 :does :log_off_at_end_of_shift. } log:explains { - :bob7686 :complies true. + :alice2686 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7687 :does :work_related_task. - :bob7687 :does :log_off_at_end_of_shift. + :alice2687 :does :log_off_at_end_of_shift. } log:explains { - :bob7687 :complies true. + :alice2687 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7688 :does :work_related_task. - :bob7688 :does :log_off_at_end_of_shift. + :alice2688 :does :log_off_at_end_of_shift. } log:explains { - :bob7688 :complies true. + :alice2688 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7689 :does :work_related_task. - :bob7689 :does :log_off_at_end_of_shift. + :alice2689 :does :log_off_at_end_of_shift. } log:explains { - :bob7689 :complies true. + :alice2689 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7690 :does :work_related_task. - :bob7690 :does :log_off_at_end_of_shift. + :alice2690 :does :log_off_at_end_of_shift. } log:explains { - :bob7690 :complies true. + :alice2690 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7691 :does :work_related_task. - :bob7691 :does :log_off_at_end_of_shift. + :alice2691 :does :log_off_at_end_of_shift. } log:explains { - :bob7691 :complies true. + :alice2691 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7692 :does :work_related_task. - :bob7692 :does :log_off_at_end_of_shift. + :alice2692 :does :log_off_at_end_of_shift. } log:explains { - :bob7692 :complies true. + :alice2692 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7693 :does :work_related_task. - :bob7693 :does :log_off_at_end_of_shift. + :alice2693 :does :log_off_at_end_of_shift. } log:explains { - :bob7693 :complies true. + :alice2693 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7694 :does :work_related_task. - :bob7694 :does :log_off_at_end_of_shift. + :alice2694 :does :log_off_at_end_of_shift. } log:explains { - :bob7694 :complies true. + :alice2694 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7695 :does :work_related_task. - :bob7695 :does :log_off_at_end_of_shift. + :alice2695 :does :log_off_at_end_of_shift. } log:explains { - :bob7695 :complies true. + :alice2695 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7696 :does :work_related_task. - :bob7696 :does :log_off_at_end_of_shift. + :alice2696 :does :log_off_at_end_of_shift. } log:explains { - :bob7696 :complies true. + :alice2696 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7697 :does :work_related_task. - :bob7697 :does :log_off_at_end_of_shift. + :alice2697 :does :log_off_at_end_of_shift. } log:explains { - :bob7697 :complies true. + :alice2697 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7698 :does :work_related_task. - :bob7698 :does :log_off_at_end_of_shift. + :alice2698 :does :log_off_at_end_of_shift. } log:explains { - :bob7698 :complies true. + :alice2698 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7699 :does :work_related_task. - :bob7699 :does :log_off_at_end_of_shift. + :alice2699 :does :log_off_at_end_of_shift. } log:explains { - :bob7699 :complies true. + :alice2699 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7700 :does :work_related_task. - :bob7700 :does :log_off_at_end_of_shift. + :alice2700 :does :log_off_at_end_of_shift. } log:explains { - :bob7700 :complies true. + :alice2700 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7701 :does :work_related_task. - :bob7701 :does :log_off_at_end_of_shift. + :alice2701 :does :log_off_at_end_of_shift. } log:explains { - :bob7701 :complies true. + :alice2701 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7702 :does :work_related_task. - :bob7702 :does :log_off_at_end_of_shift. + :alice2702 :does :log_off_at_end_of_shift. } log:explains { - :bob7702 :complies true. + :alice2702 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7703 :does :work_related_task. - :bob7703 :does :log_off_at_end_of_shift. + :alice2703 :does :log_off_at_end_of_shift. } log:explains { - :bob7703 :complies true. + :alice2703 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7704 :does :work_related_task. - :bob7704 :does :log_off_at_end_of_shift. + :alice2704 :does :log_off_at_end_of_shift. } log:explains { - :bob7704 :complies true. + :alice2704 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7705 :does :work_related_task. - :bob7705 :does :log_off_at_end_of_shift. + :alice2705 :does :log_off_at_end_of_shift. } log:explains { - :bob7705 :complies true. + :alice2705 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7706 :does :work_related_task. - :bob7706 :does :log_off_at_end_of_shift. + :alice2706 :does :log_off_at_end_of_shift. } log:explains { - :bob7706 :complies true. + :alice2706 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7707 :does :work_related_task. - :bob7707 :does :log_off_at_end_of_shift. + :alice2707 :does :log_off_at_end_of_shift. } log:explains { - :bob7707 :complies true. + :alice2707 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7708 :does :work_related_task. - :bob7708 :does :log_off_at_end_of_shift. + :alice2708 :does :log_off_at_end_of_shift. } log:explains { - :bob7708 :complies true. + :alice2708 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7709 :does :work_related_task. - :bob7709 :does :log_off_at_end_of_shift. + :alice2709 :does :log_off_at_end_of_shift. } log:explains { - :bob7709 :complies true. + :alice2709 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7710 :does :work_related_task. - :bob7710 :does :log_off_at_end_of_shift. + :alice2710 :does :log_off_at_end_of_shift. } log:explains { - :bob7710 :complies true. + :alice2710 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7711 :does :work_related_task. - :bob7711 :does :log_off_at_end_of_shift. + :alice2711 :does :log_off_at_end_of_shift. } log:explains { - :bob7711 :complies true. + :alice2711 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7712 :does :work_related_task. - :bob7712 :does :log_off_at_end_of_shift. + :alice2712 :does :log_off_at_end_of_shift. } log:explains { - :bob7712 :complies true. + :alice2712 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7713 :does :work_related_task. - :bob7713 :does :log_off_at_end_of_shift. + :alice2713 :does :log_off_at_end_of_shift. } log:explains { - :bob7713 :complies true. + :alice2713 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7714 :does :work_related_task. - :bob7714 :does :log_off_at_end_of_shift. + :alice2714 :does :log_off_at_end_of_shift. } log:explains { - :bob7714 :complies true. + :alice2714 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7715 :does :work_related_task. - :bob7715 :does :log_off_at_end_of_shift. + :alice2715 :does :log_off_at_end_of_shift. } log:explains { - :bob7715 :complies true. + :alice2715 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7716 :does :work_related_task. - :bob7716 :does :log_off_at_end_of_shift. + :alice2716 :does :log_off_at_end_of_shift. } log:explains { - :bob7716 :complies true. + :alice2716 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7717 :does :work_related_task. - :bob7717 :does :log_off_at_end_of_shift. + :alice2717 :does :log_off_at_end_of_shift. } log:explains { - :bob7717 :complies true. + :alice2717 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7718 :does :work_related_task. - :bob7718 :does :log_off_at_end_of_shift. + :alice2718 :does :log_off_at_end_of_shift. } log:explains { - :bob7718 :complies true. + :alice2718 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7719 :does :work_related_task. - :bob7719 :does :log_off_at_end_of_shift. + :alice2719 :does :log_off_at_end_of_shift. } log:explains { - :bob7719 :complies true. + :alice2719 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7720 :does :work_related_task. - :bob7720 :does :log_off_at_end_of_shift. + :alice2720 :does :log_off_at_end_of_shift. } log:explains { - :bob7720 :complies true. + :alice2720 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7721 :does :work_related_task. - :bob7721 :does :log_off_at_end_of_shift. + :alice2721 :does :log_off_at_end_of_shift. } log:explains { - :bob7721 :complies true. + :alice2721 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7722 :does :work_related_task. - :bob7722 :does :log_off_at_end_of_shift. + :alice2722 :does :log_off_at_end_of_shift. } log:explains { - :bob7722 :complies true. + :alice2722 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7723 :does :work_related_task. - :bob7723 :does :log_off_at_end_of_shift. + :alice2723 :does :log_off_at_end_of_shift. } log:explains { - :bob7723 :complies true. + :alice2723 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7724 :does :work_related_task. - :bob7724 :does :log_off_at_end_of_shift. + :alice2724 :does :log_off_at_end_of_shift. } log:explains { - :bob7724 :complies true. + :alice2724 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7725 :does :work_related_task. - :bob7725 :does :log_off_at_end_of_shift. + :alice2725 :does :log_off_at_end_of_shift. } log:explains { - :bob7725 :complies true. + :alice2725 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7726 :does :work_related_task. - :bob7726 :does :log_off_at_end_of_shift. + :alice2726 :does :log_off_at_end_of_shift. } log:explains { - :bob7726 :complies true. + :alice2726 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7727 :does :work_related_task. - :bob7727 :does :log_off_at_end_of_shift. + :alice2727 :does :log_off_at_end_of_shift. } log:explains { - :bob7727 :complies true. + :alice2727 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7728 :does :work_related_task. - :bob7728 :does :log_off_at_end_of_shift. + :alice2728 :does :log_off_at_end_of_shift. } log:explains { - :bob7728 :complies true. + :alice2728 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7729 :does :work_related_task. - :bob7729 :does :log_off_at_end_of_shift. + :alice2729 :does :log_off_at_end_of_shift. } log:explains { - :bob7729 :complies true. + :alice2729 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7730 :does :work_related_task. - :bob7730 :does :log_off_at_end_of_shift. + :alice2730 :does :log_off_at_end_of_shift. } log:explains { - :bob7730 :complies true. + :alice2730 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7731 :does :work_related_task. - :bob7731 :does :log_off_at_end_of_shift. + :alice2731 :does :log_off_at_end_of_shift. } log:explains { - :bob7731 :complies true. + :alice2731 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7732 :does :work_related_task. - :bob7732 :does :log_off_at_end_of_shift. + :alice2732 :does :log_off_at_end_of_shift. } log:explains { - :bob7732 :complies true. + :alice2732 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7733 :does :work_related_task. - :bob7733 :does :log_off_at_end_of_shift. + :alice2733 :does :log_off_at_end_of_shift. } log:explains { - :bob7733 :complies true. + :alice2733 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7734 :does :work_related_task. - :bob7734 :does :log_off_at_end_of_shift. + :alice2734 :does :log_off_at_end_of_shift. } log:explains { - :bob7734 :complies true. + :alice2734 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7735 :does :work_related_task. - :bob7735 :does :log_off_at_end_of_shift. + :alice2735 :does :log_off_at_end_of_shift. } log:explains { - :bob7735 :complies true. + :alice2735 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7736 :does :work_related_task. - :bob7736 :does :log_off_at_end_of_shift. + :alice2736 :does :log_off_at_end_of_shift. } log:explains { - :bob7736 :complies true. + :alice2736 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7737 :does :work_related_task. - :bob7737 :does :log_off_at_end_of_shift. + :alice2737 :does :log_off_at_end_of_shift. } log:explains { - :bob7737 :complies true. + :alice2737 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7738 :does :work_related_task. - :bob7738 :does :log_off_at_end_of_shift. + :alice2738 :does :log_off_at_end_of_shift. } log:explains { - :bob7738 :complies true. + :alice2738 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7739 :does :work_related_task. - :bob7739 :does :log_off_at_end_of_shift. + :alice2739 :does :log_off_at_end_of_shift. } log:explains { - :bob7739 :complies true. + :alice2739 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7740 :does :work_related_task. - :bob7740 :does :log_off_at_end_of_shift. + :alice2740 :does :log_off_at_end_of_shift. } log:explains { - :bob7740 :complies true. + :alice2740 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7741 :does :work_related_task. - :bob7741 :does :log_off_at_end_of_shift. + :alice2741 :does :log_off_at_end_of_shift. } log:explains { - :bob7741 :complies true. + :alice2741 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7742 :does :work_related_task. - :bob7742 :does :log_off_at_end_of_shift. + :alice2742 :does :log_off_at_end_of_shift. } log:explains { - :bob7742 :complies true. + :alice2742 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7743 :does :work_related_task. - :bob7743 :does :log_off_at_end_of_shift. + :alice2743 :does :log_off_at_end_of_shift. } log:explains { - :bob7743 :complies true. + :alice2743 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7744 :does :work_related_task. - :bob7744 :does :log_off_at_end_of_shift. + :alice2744 :does :log_off_at_end_of_shift. } log:explains { - :bob7744 :complies true. + :alice2744 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7745 :does :work_related_task. - :bob7745 :does :log_off_at_end_of_shift. + :alice2745 :does :log_off_at_end_of_shift. } log:explains { - :bob7745 :complies true. + :alice2745 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7746 :does :work_related_task. - :bob7746 :does :log_off_at_end_of_shift. + :alice2746 :does :log_off_at_end_of_shift. } log:explains { - :bob7746 :complies true. + :alice2746 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7747 :does :work_related_task. - :bob7747 :does :log_off_at_end_of_shift. + :alice2747 :does :log_off_at_end_of_shift. } log:explains { - :bob7747 :complies true. + :alice2747 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7748 :does :work_related_task. - :bob7748 :does :log_off_at_end_of_shift. + :alice2748 :does :log_off_at_end_of_shift. } log:explains { - :bob7748 :complies true. + :alice2748 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7749 :does :work_related_task. - :bob7749 :does :log_off_at_end_of_shift. + :alice2749 :does :log_off_at_end_of_shift. } log:explains { - :bob7749 :complies true. + :alice2749 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7750 :does :work_related_task. - :bob7750 :does :log_off_at_end_of_shift. + :alice2750 :does :log_off_at_end_of_shift. } log:explains { - :bob7750 :complies true. + :alice2750 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7751 :does :work_related_task. - :bob7751 :does :log_off_at_end_of_shift. + :alice2751 :does :log_off_at_end_of_shift. } log:explains { - :bob7751 :complies true. + :alice2751 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7752 :does :work_related_task. - :bob7752 :does :log_off_at_end_of_shift. + :alice2752 :does :log_off_at_end_of_shift. } log:explains { - :bob7752 :complies true. + :alice2752 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7753 :does :work_related_task. - :bob7753 :does :log_off_at_end_of_shift. + :alice2753 :does :log_off_at_end_of_shift. } log:explains { - :bob7753 :complies true. + :alice2753 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7754 :does :work_related_task. - :bob7754 :does :log_off_at_end_of_shift. + :alice2754 :does :log_off_at_end_of_shift. } log:explains { - :bob7754 :complies true. + :alice2754 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7755 :does :work_related_task. - :bob7755 :does :log_off_at_end_of_shift. + :alice2755 :does :log_off_at_end_of_shift. } log:explains { - :bob7755 :complies true. + :alice2755 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7756 :does :work_related_task. - :bob7756 :does :log_off_at_end_of_shift. + :alice2756 :does :log_off_at_end_of_shift. } log:explains { - :bob7756 :complies true. + :alice2756 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7757 :does :work_related_task. - :bob7757 :does :log_off_at_end_of_shift. + :alice2757 :does :log_off_at_end_of_shift. } log:explains { - :bob7757 :complies true. + :alice2757 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7758 :does :work_related_task. - :bob7758 :does :log_off_at_end_of_shift. + :alice2758 :does :log_off_at_end_of_shift. } log:explains { - :bob7758 :complies true. + :alice2758 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7759 :does :work_related_task. - :bob7759 :does :log_off_at_end_of_shift. + :alice2759 :does :log_off_at_end_of_shift. } log:explains { - :bob7759 :complies true. + :alice2759 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7760 :does :work_related_task. - :bob7760 :does :log_off_at_end_of_shift. + :alice2760 :does :log_off_at_end_of_shift. } log:explains { - :bob7760 :complies true. + :alice2760 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7761 :does :work_related_task. - :bob7761 :does :log_off_at_end_of_shift. + :alice2761 :does :log_off_at_end_of_shift. } log:explains { - :bob7761 :complies true. + :alice2761 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7762 :does :work_related_task. - :bob7762 :does :log_off_at_end_of_shift. + :alice2762 :does :log_off_at_end_of_shift. } log:explains { - :bob7762 :complies true. + :alice2762 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7763 :does :work_related_task. - :bob7763 :does :log_off_at_end_of_shift. + :alice2763 :does :log_off_at_end_of_shift. } log:explains { - :bob7763 :complies true. + :alice2763 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7764 :does :work_related_task. - :bob7764 :does :log_off_at_end_of_shift. + :alice2764 :does :log_off_at_end_of_shift. } log:explains { - :bob7764 :complies true. + :alice2764 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7765 :does :work_related_task. - :bob7765 :does :log_off_at_end_of_shift. + :alice2765 :does :log_off_at_end_of_shift. } log:explains { - :bob7765 :complies true. + :alice2765 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7766 :does :work_related_task. - :bob7766 :does :log_off_at_end_of_shift. + :alice2766 :does :log_off_at_end_of_shift. } log:explains { - :bob7766 :complies true. + :alice2766 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7767 :does :work_related_task. - :bob7767 :does :log_off_at_end_of_shift. + :alice2767 :does :log_off_at_end_of_shift. } log:explains { - :bob7767 :complies true. + :alice2767 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7768 :does :work_related_task. - :bob7768 :does :log_off_at_end_of_shift. + :alice2768 :does :log_off_at_end_of_shift. } log:explains { - :bob7768 :complies true. + :alice2768 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7769 :does :work_related_task. - :bob7769 :does :log_off_at_end_of_shift. + :alice2769 :does :log_off_at_end_of_shift. } log:explains { - :bob7769 :complies true. + :alice2769 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7770 :does :work_related_task. - :bob7770 :does :log_off_at_end_of_shift. + :alice2770 :does :log_off_at_end_of_shift. } log:explains { - :bob7770 :complies true. + :alice2770 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7771 :does :work_related_task. - :bob7771 :does :log_off_at_end_of_shift. + :alice2771 :does :log_off_at_end_of_shift. } log:explains { - :bob7771 :complies true. + :alice2771 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7772 :does :work_related_task. - :bob7772 :does :log_off_at_end_of_shift. + :alice2772 :does :log_off_at_end_of_shift. } log:explains { - :bob7772 :complies true. + :alice2772 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7773 :does :work_related_task. - :bob7773 :does :log_off_at_end_of_shift. + :alice2773 :does :log_off_at_end_of_shift. } log:explains { - :bob7773 :complies true. + :alice2773 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7774 :does :work_related_task. - :bob7774 :does :log_off_at_end_of_shift. + :alice2774 :does :log_off_at_end_of_shift. } log:explains { - :bob7774 :complies true. + :alice2774 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7775 :does :work_related_task. - :bob7775 :does :log_off_at_end_of_shift. + :alice2775 :does :log_off_at_end_of_shift. } log:explains { - :bob7775 :complies true. + :alice2775 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7776 :does :work_related_task. - :bob7776 :does :log_off_at_end_of_shift. + :alice2776 :does :log_off_at_end_of_shift. } log:explains { - :bob7776 :complies true. + :alice2776 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7777 :does :work_related_task. - :bob7777 :does :log_off_at_end_of_shift. + :alice2777 :does :log_off_at_end_of_shift. } log:explains { - :bob7777 :complies true. + :alice2777 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7778 :does :work_related_task. - :bob7778 :does :log_off_at_end_of_shift. + :alice2778 :does :log_off_at_end_of_shift. } log:explains { - :bob7778 :complies true. + :alice2778 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7779 :does :work_related_task. - :bob7779 :does :log_off_at_end_of_shift. + :alice2779 :does :log_off_at_end_of_shift. } log:explains { - :bob7779 :complies true. + :alice2779 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7780 :does :work_related_task. - :bob7780 :does :log_off_at_end_of_shift. + :alice2780 :does :log_off_at_end_of_shift. } log:explains { - :bob7780 :complies true. + :alice2780 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7781 :does :work_related_task. - :bob7781 :does :log_off_at_end_of_shift. + :alice2781 :does :log_off_at_end_of_shift. } log:explains { - :bob7781 :complies true. + :alice2781 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7782 :does :work_related_task. - :bob7782 :does :log_off_at_end_of_shift. + :alice2782 :does :log_off_at_end_of_shift. } log:explains { - :bob7782 :complies true. + :alice2782 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7783 :does :work_related_task. - :bob7783 :does :log_off_at_end_of_shift. + :alice2783 :does :log_off_at_end_of_shift. } log:explains { - :bob7783 :complies true. + :alice2783 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7784 :does :work_related_task. - :bob7784 :does :log_off_at_end_of_shift. + :alice2784 :does :log_off_at_end_of_shift. } log:explains { - :bob7784 :complies true. + :alice2784 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7785 :does :work_related_task. - :bob7785 :does :log_off_at_end_of_shift. + :alice2785 :does :log_off_at_end_of_shift. } log:explains { - :bob7785 :complies true. + :alice2785 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7786 :does :work_related_task. - :bob7786 :does :log_off_at_end_of_shift. + :alice2786 :does :log_off_at_end_of_shift. } log:explains { - :bob7786 :complies true. + :alice2786 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7787 :does :work_related_task. - :bob7787 :does :log_off_at_end_of_shift. + :alice2787 :does :log_off_at_end_of_shift. } log:explains { - :bob7787 :complies true. + :alice2787 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7788 :does :work_related_task. - :bob7788 :does :log_off_at_end_of_shift. + :alice2788 :does :log_off_at_end_of_shift. } log:explains { - :bob7788 :complies true. + :alice2788 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7789 :does :work_related_task. - :bob7789 :does :log_off_at_end_of_shift. + :alice2789 :does :log_off_at_end_of_shift. } log:explains { - :bob7789 :complies true. + :alice2789 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7790 :does :work_related_task. - :bob7790 :does :log_off_at_end_of_shift. + :alice2790 :does :log_off_at_end_of_shift. } log:explains { - :bob7790 :complies true. + :alice2790 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7791 :does :work_related_task. - :bob7791 :does :log_off_at_end_of_shift. + :alice2791 :does :log_off_at_end_of_shift. } log:explains { - :bob7791 :complies true. + :alice2791 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7792 :does :work_related_task. - :bob7792 :does :log_off_at_end_of_shift. + :alice2792 :does :log_off_at_end_of_shift. } log:explains { - :bob7792 :complies true. + :alice2792 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7793 :does :work_related_task. - :bob7793 :does :log_off_at_end_of_shift. + :alice2793 :does :log_off_at_end_of_shift. } log:explains { - :bob7793 :complies true. + :alice2793 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7794 :does :work_related_task. - :bob7794 :does :log_off_at_end_of_shift. + :alice2794 :does :log_off_at_end_of_shift. } log:explains { - :bob7794 :complies true. + :alice2794 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7795 :does :work_related_task. - :bob7795 :does :log_off_at_end_of_shift. + :alice2795 :does :log_off_at_end_of_shift. } log:explains { - :bob7795 :complies true. + :alice2795 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7796 :does :work_related_task. - :bob7796 :does :log_off_at_end_of_shift. + :alice2796 :does :log_off_at_end_of_shift. } log:explains { - :bob7796 :complies true. + :alice2796 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7797 :does :work_related_task. - :bob7797 :does :log_off_at_end_of_shift. + :alice2797 :does :log_off_at_end_of_shift. } log:explains { - :bob7797 :complies true. + :alice2797 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7798 :does :work_related_task. - :bob7798 :does :log_off_at_end_of_shift. + :alice2798 :does :log_off_at_end_of_shift. } log:explains { - :bob7798 :complies true. + :alice2798 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7799 :does :work_related_task. - :bob7799 :does :log_off_at_end_of_shift. + :alice2799 :does :log_off_at_end_of_shift. } log:explains { - :bob7799 :complies true. + :alice2799 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7800 :does :work_related_task. - :bob7800 :does :log_off_at_end_of_shift. + :alice2800 :does :log_off_at_end_of_shift. } log:explains { - :bob7800 :complies true. + :alice2800 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7801 :does :work_related_task. - :bob7801 :does :log_off_at_end_of_shift. + :alice2801 :does :log_off_at_end_of_shift. } log:explains { - :bob7801 :complies true. + :alice2801 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7802 :does :work_related_task. - :bob7802 :does :log_off_at_end_of_shift. + :alice2802 :does :log_off_at_end_of_shift. } log:explains { - :bob7802 :complies true. + :alice2802 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7803 :does :work_related_task. - :bob7803 :does :log_off_at_end_of_shift. + :alice2803 :does :log_off_at_end_of_shift. } log:explains { - :bob7803 :complies true. + :alice2803 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7804 :does :work_related_task. - :bob7804 :does :log_off_at_end_of_shift. + :alice2804 :does :log_off_at_end_of_shift. } log:explains { - :bob7804 :complies true. + :alice2804 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7805 :does :work_related_task. - :bob7805 :does :log_off_at_end_of_shift. + :alice2805 :does :log_off_at_end_of_shift. } log:explains { - :bob7805 :complies true. + :alice2805 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7806 :does :work_related_task. - :bob7806 :does :log_off_at_end_of_shift. + :alice2806 :does :log_off_at_end_of_shift. } log:explains { - :bob7806 :complies true. + :alice2806 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7807 :does :work_related_task. - :bob7807 :does :log_off_at_end_of_shift. + :alice2807 :does :log_off_at_end_of_shift. } log:explains { - :bob7807 :complies true. + :alice2807 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7808 :does :work_related_task. - :bob7808 :does :log_off_at_end_of_shift. + :alice2808 :does :log_off_at_end_of_shift. } log:explains { - :bob7808 :complies true. + :alice2808 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7809 :does :work_related_task. - :bob7809 :does :log_off_at_end_of_shift. + :alice2809 :does :log_off_at_end_of_shift. } log:explains { - :bob7809 :complies true. + :alice2809 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7810 :does :work_related_task. - :bob7810 :does :log_off_at_end_of_shift. + :alice2810 :does :log_off_at_end_of_shift. } log:explains { - :bob7810 :complies true. + :alice2810 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7811 :does :work_related_task. - :bob7811 :does :log_off_at_end_of_shift. + :alice2811 :does :log_off_at_end_of_shift. } log:explains { - :bob7811 :complies true. + :alice2811 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7812 :does :work_related_task. - :bob7812 :does :log_off_at_end_of_shift. + :alice2812 :does :log_off_at_end_of_shift. } log:explains { - :bob7812 :complies true. + :alice2812 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7813 :does :work_related_task. - :bob7813 :does :log_off_at_end_of_shift. + :alice2813 :does :log_off_at_end_of_shift. } log:explains { - :bob7813 :complies true. + :alice2813 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7814 :does :work_related_task. - :bob7814 :does :log_off_at_end_of_shift. + :alice2814 :does :log_off_at_end_of_shift. } log:explains { - :bob7814 :complies true. + :alice2814 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7815 :does :work_related_task. - :bob7815 :does :log_off_at_end_of_shift. + :alice2815 :does :log_off_at_end_of_shift. } log:explains { - :bob7815 :complies true. + :alice2815 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7816 :does :work_related_task. - :bob7816 :does :log_off_at_end_of_shift. + :alice2816 :does :log_off_at_end_of_shift. } log:explains { - :bob7816 :complies true. + :alice2816 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7817 :does :work_related_task. - :bob7817 :does :log_off_at_end_of_shift. + :alice2817 :does :log_off_at_end_of_shift. } log:explains { - :bob7817 :complies true. + :alice2817 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7818 :does :work_related_task. - :bob7818 :does :log_off_at_end_of_shift. + :alice2818 :does :log_off_at_end_of_shift. } log:explains { - :bob7818 :complies true. + :alice2818 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7819 :does :work_related_task. - :bob7819 :does :log_off_at_end_of_shift. + :alice2819 :does :log_off_at_end_of_shift. } log:explains { - :bob7819 :complies true. + :alice2819 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7820 :does :work_related_task. - :bob7820 :does :log_off_at_end_of_shift. + :alice2820 :does :log_off_at_end_of_shift. } log:explains { - :bob7820 :complies true. + :alice2820 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7821 :does :work_related_task. - :bob7821 :does :log_off_at_end_of_shift. + :alice2821 :does :log_off_at_end_of_shift. } log:explains { - :bob7821 :complies true. + :alice2821 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7822 :does :work_related_task. - :bob7822 :does :log_off_at_end_of_shift. + :alice2822 :does :log_off_at_end_of_shift. } log:explains { - :bob7822 :complies true. + :alice2822 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7823 :does :work_related_task. - :bob7823 :does :log_off_at_end_of_shift. + :alice2823 :does :log_off_at_end_of_shift. } log:explains { - :bob7823 :complies true. + :alice2823 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7824 :does :work_related_task. - :bob7824 :does :log_off_at_end_of_shift. + :alice2824 :does :log_off_at_end_of_shift. } log:explains { - :bob7824 :complies true. + :alice2824 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7825 :does :work_related_task. - :bob7825 :does :log_off_at_end_of_shift. + :alice2825 :does :log_off_at_end_of_shift. } log:explains { - :bob7825 :complies true. + :alice2825 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7826 :does :work_related_task. - :bob7826 :does :log_off_at_end_of_shift. + :alice2826 :does :log_off_at_end_of_shift. } log:explains { - :bob7826 :complies true. + :alice2826 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7827 :does :work_related_task. - :bob7827 :does :log_off_at_end_of_shift. + :alice2827 :does :log_off_at_end_of_shift. } log:explains { - :bob7827 :complies true. + :alice2827 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7828 :does :work_related_task. - :bob7828 :does :log_off_at_end_of_shift. + :alice2828 :does :log_off_at_end_of_shift. } log:explains { - :bob7828 :complies true. + :alice2828 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7829 :does :work_related_task. - :bob7829 :does :log_off_at_end_of_shift. + :alice2829 :does :log_off_at_end_of_shift. } log:explains { - :bob7829 :complies true. + :alice2829 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7830 :does :work_related_task. - :bob7830 :does :log_off_at_end_of_shift. + :alice2830 :does :log_off_at_end_of_shift. } log:explains { - :bob7830 :complies true. + :alice2830 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7831 :does :work_related_task. - :bob7831 :does :log_off_at_end_of_shift. + :alice2831 :does :log_off_at_end_of_shift. } log:explains { - :bob7831 :complies true. + :alice2831 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7832 :does :work_related_task. - :bob7832 :does :log_off_at_end_of_shift. + :alice2832 :does :log_off_at_end_of_shift. } log:explains { - :bob7832 :complies true. + :alice2832 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7833 :does :work_related_task. - :bob7833 :does :log_off_at_end_of_shift. + :alice2833 :does :log_off_at_end_of_shift. } log:explains { - :bob7833 :complies true. + :alice2833 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7834 :does :work_related_task. - :bob7834 :does :log_off_at_end_of_shift. + :alice2834 :does :log_off_at_end_of_shift. } log:explains { - :bob7834 :complies true. + :alice2834 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7835 :does :work_related_task. - :bob7835 :does :log_off_at_end_of_shift. + :alice2835 :does :log_off_at_end_of_shift. } log:explains { - :bob7835 :complies true. + :alice2835 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7836 :does :work_related_task. - :bob7836 :does :log_off_at_end_of_shift. + :alice2836 :does :log_off_at_end_of_shift. } log:explains { - :bob7836 :complies true. + :alice2836 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7837 :does :work_related_task. - :bob7837 :does :log_off_at_end_of_shift. + :alice2837 :does :log_off_at_end_of_shift. } log:explains { - :bob7837 :complies true. + :alice2837 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7838 :does :work_related_task. - :bob7838 :does :log_off_at_end_of_shift. + :alice2838 :does :log_off_at_end_of_shift. } log:explains { - :bob7838 :complies true. + :alice2838 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7839 :does :work_related_task. - :bob7839 :does :log_off_at_end_of_shift. + :alice2839 :does :log_off_at_end_of_shift. } log:explains { - :bob7839 :complies true. + :alice2839 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7840 :does :work_related_task. - :bob7840 :does :log_off_at_end_of_shift. + :alice2840 :does :log_off_at_end_of_shift. } log:explains { - :bob7840 :complies true. + :alice2840 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7841 :does :work_related_task. - :bob7841 :does :log_off_at_end_of_shift. + :alice2841 :does :log_off_at_end_of_shift. } log:explains { - :bob7841 :complies true. + :alice2841 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7842 :does :work_related_task. - :bob7842 :does :log_off_at_end_of_shift. + :alice2842 :does :log_off_at_end_of_shift. } log:explains { - :bob7842 :complies true. + :alice2842 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7843 :does :work_related_task. - :bob7843 :does :log_off_at_end_of_shift. + :alice2843 :does :log_off_at_end_of_shift. } log:explains { - :bob7843 :complies true. + :alice2843 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7844 :does :work_related_task. - :bob7844 :does :log_off_at_end_of_shift. + :alice2844 :does :log_off_at_end_of_shift. } log:explains { - :bob7844 :complies true. + :alice2844 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7845 :does :work_related_task. - :bob7845 :does :log_off_at_end_of_shift. + :alice2845 :does :log_off_at_end_of_shift. } log:explains { - :bob7845 :complies true. + :alice2845 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7846 :does :work_related_task. - :bob7846 :does :log_off_at_end_of_shift. + :alice2846 :does :log_off_at_end_of_shift. } log:explains { - :bob7846 :complies true. + :alice2846 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7847 :does :work_related_task. - :bob7847 :does :log_off_at_end_of_shift. + :alice2847 :does :log_off_at_end_of_shift. } log:explains { - :bob7847 :complies true. + :alice2847 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7848 :does :work_related_task. - :bob7848 :does :log_off_at_end_of_shift. + :alice2848 :does :log_off_at_end_of_shift. } log:explains { - :bob7848 :complies true. + :alice2848 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7849 :does :work_related_task. - :bob7849 :does :log_off_at_end_of_shift. + :alice2849 :does :log_off_at_end_of_shift. } log:explains { - :bob7849 :complies true. + :alice2849 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7850 :does :work_related_task. - :bob7850 :does :log_off_at_end_of_shift. + :alice2850 :does :log_off_at_end_of_shift. } log:explains { - :bob7850 :complies true. + :alice2850 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7851 :does :work_related_task. - :bob7851 :does :log_off_at_end_of_shift. + :alice2851 :does :log_off_at_end_of_shift. } log:explains { - :bob7851 :complies true. + :alice2851 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7852 :does :work_related_task. - :bob7852 :does :log_off_at_end_of_shift. + :alice2852 :does :log_off_at_end_of_shift. } log:explains { - :bob7852 :complies true. + :alice2852 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7853 :does :work_related_task. - :bob7853 :does :log_off_at_end_of_shift. + :alice2853 :does :log_off_at_end_of_shift. } log:explains { - :bob7853 :complies true. + :alice2853 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7854 :does :work_related_task. - :bob7854 :does :log_off_at_end_of_shift. + :alice2854 :does :log_off_at_end_of_shift. } log:explains { - :bob7854 :complies true. + :alice2854 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7855 :does :work_related_task. - :bob7855 :does :log_off_at_end_of_shift. + :alice2855 :does :log_off_at_end_of_shift. } log:explains { - :bob7855 :complies true. + :alice2855 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7856 :does :work_related_task. - :bob7856 :does :log_off_at_end_of_shift. + :alice2856 :does :log_off_at_end_of_shift. } log:explains { - :bob7856 :complies true. + :alice2856 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7857 :does :work_related_task. - :bob7857 :does :log_off_at_end_of_shift. + :alice2857 :does :log_off_at_end_of_shift. } log:explains { - :bob7857 :complies true. + :alice2857 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7858 :does :work_related_task. - :bob7858 :does :log_off_at_end_of_shift. + :alice2858 :does :log_off_at_end_of_shift. } log:explains { - :bob7858 :complies true. + :alice2858 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7859 :does :work_related_task. - :bob7859 :does :log_off_at_end_of_shift. + :alice2859 :does :log_off_at_end_of_shift. } log:explains { - :bob7859 :complies true. + :alice2859 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7860 :does :work_related_task. - :bob7860 :does :log_off_at_end_of_shift. + :alice2860 :does :log_off_at_end_of_shift. } log:explains { - :bob7860 :complies true. + :alice2860 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7861 :does :work_related_task. - :bob7861 :does :log_off_at_end_of_shift. + :alice2861 :does :log_off_at_end_of_shift. } log:explains { - :bob7861 :complies true. + :alice2861 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7862 :does :work_related_task. - :bob7862 :does :log_off_at_end_of_shift. + :alice2862 :does :log_off_at_end_of_shift. } log:explains { - :bob7862 :complies true. + :alice2862 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7863 :does :work_related_task. - :bob7863 :does :log_off_at_end_of_shift. + :alice2863 :does :log_off_at_end_of_shift. } log:explains { - :bob7863 :complies true. + :alice2863 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7864 :does :work_related_task. - :bob7864 :does :log_off_at_end_of_shift. + :alice2864 :does :log_off_at_end_of_shift. } log:explains { - :bob7864 :complies true. + :alice2864 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7865 :does :work_related_task. - :bob7865 :does :log_off_at_end_of_shift. + :alice2865 :does :log_off_at_end_of_shift. } log:explains { - :bob7865 :complies true. + :alice2865 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7866 :does :work_related_task. - :bob7866 :does :log_off_at_end_of_shift. + :alice2866 :does :log_off_at_end_of_shift. } log:explains { - :bob7866 :complies true. + :alice2866 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7867 :does :work_related_task. - :bob7867 :does :log_off_at_end_of_shift. + :alice2867 :does :log_off_at_end_of_shift. } log:explains { - :bob7867 :complies true. + :alice2867 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7868 :does :work_related_task. - :bob7868 :does :log_off_at_end_of_shift. + :alice2868 :does :log_off_at_end_of_shift. } log:explains { - :bob7868 :complies true. + :alice2868 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7869 :does :work_related_task. - :bob7869 :does :log_off_at_end_of_shift. + :alice2869 :does :log_off_at_end_of_shift. } log:explains { - :bob7869 :complies true. + :alice2869 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7870 :does :work_related_task. - :bob7870 :does :log_off_at_end_of_shift. + :alice2870 :does :log_off_at_end_of_shift. } log:explains { - :bob7870 :complies true. + :alice2870 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7871 :does :work_related_task. - :bob7871 :does :log_off_at_end_of_shift. + :alice2871 :does :log_off_at_end_of_shift. } log:explains { - :bob7871 :complies true. + :alice2871 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7872 :does :work_related_task. - :bob7872 :does :log_off_at_end_of_shift. + :alice2872 :does :log_off_at_end_of_shift. } log:explains { - :bob7872 :complies true. + :alice2872 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7873 :does :work_related_task. - :bob7873 :does :log_off_at_end_of_shift. + :alice2873 :does :log_off_at_end_of_shift. } log:explains { - :bob7873 :complies true. + :alice2873 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7874 :does :work_related_task. - :bob7874 :does :log_off_at_end_of_shift. + :alice2874 :does :log_off_at_end_of_shift. } log:explains { - :bob7874 :complies true. + :alice2874 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7875 :does :work_related_task. - :bob7875 :does :log_off_at_end_of_shift. + :alice2875 :does :log_off_at_end_of_shift. } log:explains { - :bob7875 :complies true. + :alice2875 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7876 :does :work_related_task. - :bob7876 :does :log_off_at_end_of_shift. + :alice2876 :does :log_off_at_end_of_shift. } log:explains { - :bob7876 :complies true. + :alice2876 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7877 :does :work_related_task. - :bob7877 :does :log_off_at_end_of_shift. + :alice2877 :does :log_off_at_end_of_shift. } log:explains { - :bob7877 :complies true. + :alice2877 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7878 :does :work_related_task. - :bob7878 :does :log_off_at_end_of_shift. + :alice2878 :does :log_off_at_end_of_shift. } log:explains { - :bob7878 :complies true. + :alice2878 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7879 :does :work_related_task. - :bob7879 :does :log_off_at_end_of_shift. + :alice2879 :does :log_off_at_end_of_shift. } log:explains { - :bob7879 :complies true. + :alice2879 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7880 :does :work_related_task. - :bob7880 :does :log_off_at_end_of_shift. + :alice2880 :does :log_off_at_end_of_shift. } log:explains { - :bob7880 :complies true. + :alice2880 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7881 :does :work_related_task. - :bob7881 :does :log_off_at_end_of_shift. + :alice2881 :does :log_off_at_end_of_shift. } log:explains { - :bob7881 :complies true. + :alice2881 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7882 :does :work_related_task. - :bob7882 :does :log_off_at_end_of_shift. + :alice2882 :does :log_off_at_end_of_shift. } log:explains { - :bob7882 :complies true. + :alice2882 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7883 :does :work_related_task. - :bob7883 :does :log_off_at_end_of_shift. + :alice2883 :does :log_off_at_end_of_shift. } log:explains { - :bob7883 :complies true. + :alice2883 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7884 :does :work_related_task. - :bob7884 :does :log_off_at_end_of_shift. + :alice2884 :does :log_off_at_end_of_shift. } log:explains { - :bob7884 :complies true. + :alice2884 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7885 :does :work_related_task. - :bob7885 :does :log_off_at_end_of_shift. + :alice2885 :does :log_off_at_end_of_shift. } log:explains { - :bob7885 :complies true. + :alice2885 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7886 :does :work_related_task. - :bob7886 :does :log_off_at_end_of_shift. + :alice2886 :does :log_off_at_end_of_shift. } log:explains { - :bob7886 :complies true. + :alice2886 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7887 :does :work_related_task. - :bob7887 :does :log_off_at_end_of_shift. + :alice2887 :does :log_off_at_end_of_shift. } log:explains { - :bob7887 :complies true. + :alice2887 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7888 :does :work_related_task. - :bob7888 :does :log_off_at_end_of_shift. + :alice2888 :does :log_off_at_end_of_shift. } log:explains { - :bob7888 :complies true. + :alice2888 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7889 :does :work_related_task. - :bob7889 :does :log_off_at_end_of_shift. + :alice2889 :does :log_off_at_end_of_shift. } log:explains { - :bob7889 :complies true. + :alice2889 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7890 :does :work_related_task. - :bob7890 :does :log_off_at_end_of_shift. + :alice2890 :does :log_off_at_end_of_shift. } log:explains { - :bob7890 :complies true. + :alice2890 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7891 :does :work_related_task. - :bob7891 :does :log_off_at_end_of_shift. + :alice2891 :does :log_off_at_end_of_shift. } log:explains { - :bob7891 :complies true. + :alice2891 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7892 :does :work_related_task. - :bob7892 :does :log_off_at_end_of_shift. + :alice2892 :does :log_off_at_end_of_shift. } log:explains { - :bob7892 :complies true. + :alice2892 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7893 :does :work_related_task. - :bob7893 :does :log_off_at_end_of_shift. + :alice2893 :does :log_off_at_end_of_shift. } log:explains { - :bob7893 :complies true. + :alice2893 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7894 :does :work_related_task. - :bob7894 :does :log_off_at_end_of_shift. + :alice2894 :does :log_off_at_end_of_shift. } log:explains { - :bob7894 :complies true. + :alice2894 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7895 :does :work_related_task. - :bob7895 :does :log_off_at_end_of_shift. + :alice2895 :does :log_off_at_end_of_shift. } log:explains { - :bob7895 :complies true. + :alice2895 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7896 :does :work_related_task. - :bob7896 :does :log_off_at_end_of_shift. + :alice2896 :does :log_off_at_end_of_shift. } log:explains { - :bob7896 :complies true. + :alice2896 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7897 :does :work_related_task. - :bob7897 :does :log_off_at_end_of_shift. + :alice2897 :does :log_off_at_end_of_shift. } log:explains { - :bob7897 :complies true. + :alice2897 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7898 :does :work_related_task. - :bob7898 :does :log_off_at_end_of_shift. + :alice2898 :does :log_off_at_end_of_shift. } log:explains { - :bob7898 :complies true. + :alice2898 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7899 :does :work_related_task. - :bob7899 :does :log_off_at_end_of_shift. + :alice2899 :does :log_off_at_end_of_shift. } log:explains { - :bob7899 :complies true. + :alice2899 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7900 :does :work_related_task. - :bob7900 :does :log_off_at_end_of_shift. + :alice2900 :does :log_off_at_end_of_shift. } log:explains { - :bob7900 :complies true. + :alice2900 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7901 :does :work_related_task. - :bob7901 :does :log_off_at_end_of_shift. + :alice2901 :does :log_off_at_end_of_shift. } log:explains { - :bob7901 :complies true. + :alice2901 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7902 :does :work_related_task. - :bob7902 :does :log_off_at_end_of_shift. + :alice2902 :does :log_off_at_end_of_shift. } log:explains { - :bob7902 :complies true. + :alice2902 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7903 :does :work_related_task. - :bob7903 :does :log_off_at_end_of_shift. + :alice2903 :does :log_off_at_end_of_shift. } log:explains { - :bob7903 :complies true. + :alice2903 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7904 :does :work_related_task. - :bob7904 :does :log_off_at_end_of_shift. + :alice2904 :does :log_off_at_end_of_shift. } log:explains { - :bob7904 :complies true. + :alice2904 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7905 :does :work_related_task. - :bob7905 :does :log_off_at_end_of_shift. + :alice2905 :does :log_off_at_end_of_shift. } log:explains { - :bob7905 :complies true. + :alice2905 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7906 :does :work_related_task. - :bob7906 :does :log_off_at_end_of_shift. + :alice2906 :does :log_off_at_end_of_shift. } log:explains { - :bob7906 :complies true. + :alice2906 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7907 :does :work_related_task. - :bob7907 :does :log_off_at_end_of_shift. + :alice2907 :does :log_off_at_end_of_shift. } log:explains { - :bob7907 :complies true. + :alice2907 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7908 :does :work_related_task. - :bob7908 :does :log_off_at_end_of_shift. + :alice2908 :does :log_off_at_end_of_shift. } log:explains { - :bob7908 :complies true. + :alice2908 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7909 :does :work_related_task. - :bob7909 :does :log_off_at_end_of_shift. + :alice2909 :does :log_off_at_end_of_shift. } log:explains { - :bob7909 :complies true. + :alice2909 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7910 :does :work_related_task. - :bob7910 :does :log_off_at_end_of_shift. + :alice2910 :does :log_off_at_end_of_shift. } log:explains { - :bob7910 :complies true. + :alice2910 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7911 :does :work_related_task. - :bob7911 :does :log_off_at_end_of_shift. + :alice2911 :does :log_off_at_end_of_shift. } log:explains { - :bob7911 :complies true. + :alice2911 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7912 :does :work_related_task. - :bob7912 :does :log_off_at_end_of_shift. + :alice2912 :does :log_off_at_end_of_shift. } log:explains { - :bob7912 :complies true. + :alice2912 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7913 :does :work_related_task. - :bob7913 :does :log_off_at_end_of_shift. + :alice2913 :does :log_off_at_end_of_shift. } log:explains { - :bob7913 :complies true. + :alice2913 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7914 :does :work_related_task. - :bob7914 :does :log_off_at_end_of_shift. + :alice2914 :does :log_off_at_end_of_shift. } log:explains { - :bob7914 :complies true. + :alice2914 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7915 :does :work_related_task. - :bob7915 :does :log_off_at_end_of_shift. + :alice2915 :does :log_off_at_end_of_shift. } log:explains { - :bob7915 :complies true. + :alice2915 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7916 :does :work_related_task. - :bob7916 :does :log_off_at_end_of_shift. + :alice2916 :does :log_off_at_end_of_shift. } log:explains { - :bob7916 :complies true. + :alice2916 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7917 :does :work_related_task. - :bob7917 :does :log_off_at_end_of_shift. + :alice2917 :does :log_off_at_end_of_shift. } log:explains { - :bob7917 :complies true. + :alice2917 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7918 :does :work_related_task. - :bob7918 :does :log_off_at_end_of_shift. + :alice2918 :does :log_off_at_end_of_shift. } log:explains { - :bob7918 :complies true. + :alice2918 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7919 :does :work_related_task. - :bob7919 :does :log_off_at_end_of_shift. + :alice2919 :does :log_off_at_end_of_shift. } log:explains { - :bob7919 :complies true. + :alice2919 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7920 :does :work_related_task. - :bob7920 :does :log_off_at_end_of_shift. + :alice2920 :does :log_off_at_end_of_shift. } log:explains { - :bob7920 :complies true. + :alice2920 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7921 :does :work_related_task. - :bob7921 :does :log_off_at_end_of_shift. + :alice2921 :does :log_off_at_end_of_shift. } log:explains { - :bob7921 :complies true. + :alice2921 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7922 :does :work_related_task. - :bob7922 :does :log_off_at_end_of_shift. + :alice2922 :does :log_off_at_end_of_shift. } log:explains { - :bob7922 :complies true. + :alice2922 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7923 :does :work_related_task. - :bob7923 :does :log_off_at_end_of_shift. + :alice2923 :does :log_off_at_end_of_shift. } log:explains { - :bob7923 :complies true. + :alice2923 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7924 :does :work_related_task. - :bob7924 :does :log_off_at_end_of_shift. + :alice2924 :does :log_off_at_end_of_shift. } log:explains { - :bob7924 :complies true. + :alice2924 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7925 :does :work_related_task. - :bob7925 :does :log_off_at_end_of_shift. + :alice2925 :does :log_off_at_end_of_shift. } log:explains { - :bob7925 :complies true. + :alice2925 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7926 :does :work_related_task. - :bob7926 :does :log_off_at_end_of_shift. + :alice2926 :does :log_off_at_end_of_shift. } log:explains { - :bob7926 :complies true. + :alice2926 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7927 :does :work_related_task. - :bob7927 :does :log_off_at_end_of_shift. + :alice2927 :does :log_off_at_end_of_shift. } log:explains { - :bob7927 :complies true. + :alice2927 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7928 :does :work_related_task. - :bob7928 :does :log_off_at_end_of_shift. + :alice2928 :does :log_off_at_end_of_shift. } log:explains { - :bob7928 :complies true. + :alice2928 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7929 :does :work_related_task. - :bob7929 :does :log_off_at_end_of_shift. + :alice2929 :does :log_off_at_end_of_shift. } log:explains { - :bob7929 :complies true. + :alice2929 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7930 :does :work_related_task. - :bob7930 :does :log_off_at_end_of_shift. + :alice2930 :does :log_off_at_end_of_shift. } log:explains { - :bob7930 :complies true. + :alice2930 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7931 :does :work_related_task. - :bob7931 :does :log_off_at_end_of_shift. + :alice2931 :does :log_off_at_end_of_shift. } log:explains { - :bob7931 :complies true. + :alice2931 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7932 :does :work_related_task. - :bob7932 :does :log_off_at_end_of_shift. + :alice2932 :does :log_off_at_end_of_shift. } log:explains { - :bob7932 :complies true. + :alice2932 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7933 :does :work_related_task. - :bob7933 :does :log_off_at_end_of_shift. + :alice2933 :does :log_off_at_end_of_shift. } log:explains { - :bob7933 :complies true. + :alice2933 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7934 :does :work_related_task. - :bob7934 :does :log_off_at_end_of_shift. + :alice2934 :does :log_off_at_end_of_shift. } log:explains { - :bob7934 :complies true. + :alice2934 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7935 :does :work_related_task. - :bob7935 :does :log_off_at_end_of_shift. + :alice2935 :does :log_off_at_end_of_shift. } log:explains { - :bob7935 :complies true. + :alice2935 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7936 :does :work_related_task. - :bob7936 :does :log_off_at_end_of_shift. + :alice2936 :does :log_off_at_end_of_shift. } log:explains { - :bob7936 :complies true. + :alice2936 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7937 :does :work_related_task. - :bob7937 :does :log_off_at_end_of_shift. + :alice2937 :does :log_off_at_end_of_shift. } log:explains { - :bob7937 :complies true. + :alice2937 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7938 :does :work_related_task. - :bob7938 :does :log_off_at_end_of_shift. + :alice2938 :does :log_off_at_end_of_shift. } log:explains { - :bob7938 :complies true. + :alice2938 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7939 :does :work_related_task. - :bob7939 :does :log_off_at_end_of_shift. + :alice2939 :does :log_off_at_end_of_shift. } log:explains { - :bob7939 :complies true. + :alice2939 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7940 :does :work_related_task. - :bob7940 :does :log_off_at_end_of_shift. + :alice2940 :does :log_off_at_end_of_shift. } log:explains { - :bob7940 :complies true. + :alice2940 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7941 :does :work_related_task. - :bob7941 :does :log_off_at_end_of_shift. + :alice2941 :does :log_off_at_end_of_shift. } log:explains { - :bob7941 :complies true. + :alice2941 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7942 :does :work_related_task. - :bob7942 :does :log_off_at_end_of_shift. + :alice2942 :does :log_off_at_end_of_shift. } log:explains { - :bob7942 :complies true. + :alice2942 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7943 :does :work_related_task. - :bob7943 :does :log_off_at_end_of_shift. + :alice2943 :does :log_off_at_end_of_shift. } log:explains { - :bob7943 :complies true. + :alice2943 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7944 :does :work_related_task. - :bob7944 :does :log_off_at_end_of_shift. + :alice2944 :does :log_off_at_end_of_shift. } log:explains { - :bob7944 :complies true. + :alice2944 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7945 :does :work_related_task. - :bob7945 :does :log_off_at_end_of_shift. + :alice2945 :does :log_off_at_end_of_shift. } log:explains { - :bob7945 :complies true. + :alice2945 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7946 :does :work_related_task. - :bob7946 :does :log_off_at_end_of_shift. + :alice2946 :does :log_off_at_end_of_shift. } log:explains { - :bob7946 :complies true. + :alice2946 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7947 :does :work_related_task. - :bob7947 :does :log_off_at_end_of_shift. + :alice2947 :does :log_off_at_end_of_shift. } log:explains { - :bob7947 :complies true. + :alice2947 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7948 :does :work_related_task. - :bob7948 :does :log_off_at_end_of_shift. + :alice2948 :does :log_off_at_end_of_shift. } log:explains { - :bob7948 :complies true. + :alice2948 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7949 :does :work_related_task. - :bob7949 :does :log_off_at_end_of_shift. + :alice2949 :does :log_off_at_end_of_shift. } log:explains { - :bob7949 :complies true. + :alice2949 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7950 :does :work_related_task. - :bob7950 :does :log_off_at_end_of_shift. + :alice2950 :does :log_off_at_end_of_shift. } log:explains { - :bob7950 :complies true. + :alice2950 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7951 :does :work_related_task. - :bob7951 :does :log_off_at_end_of_shift. + :alice2951 :does :log_off_at_end_of_shift. } log:explains { - :bob7951 :complies true. + :alice2951 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7952 :does :work_related_task. - :bob7952 :does :log_off_at_end_of_shift. + :alice2952 :does :log_off_at_end_of_shift. } log:explains { - :bob7952 :complies true. + :alice2952 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7953 :does :work_related_task. - :bob7953 :does :log_off_at_end_of_shift. + :alice2953 :does :log_off_at_end_of_shift. } log:explains { - :bob7953 :complies true. + :alice2953 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7954 :does :work_related_task. - :bob7954 :does :log_off_at_end_of_shift. + :alice2954 :does :log_off_at_end_of_shift. } log:explains { - :bob7954 :complies true. + :alice2954 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7955 :does :work_related_task. - :bob7955 :does :log_off_at_end_of_shift. + :alice2955 :does :log_off_at_end_of_shift. } log:explains { - :bob7955 :complies true. + :alice2955 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7956 :does :work_related_task. - :bob7956 :does :log_off_at_end_of_shift. + :alice2956 :does :log_off_at_end_of_shift. } log:explains { - :bob7956 :complies true. + :alice2956 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7957 :does :work_related_task. - :bob7957 :does :log_off_at_end_of_shift. + :alice2957 :does :log_off_at_end_of_shift. } log:explains { - :bob7957 :complies true. + :alice2957 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7958 :does :work_related_task. - :bob7958 :does :log_off_at_end_of_shift. + :alice2958 :does :log_off_at_end_of_shift. } log:explains { - :bob7958 :complies true. + :alice2958 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7959 :does :work_related_task. - :bob7959 :does :log_off_at_end_of_shift. + :alice2959 :does :log_off_at_end_of_shift. } log:explains { - :bob7959 :complies true. + :alice2959 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7960 :does :work_related_task. - :bob7960 :does :log_off_at_end_of_shift. + :alice2960 :does :log_off_at_end_of_shift. } log:explains { - :bob7960 :complies true. + :alice2960 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7961 :does :work_related_task. - :bob7961 :does :log_off_at_end_of_shift. + :alice2961 :does :log_off_at_end_of_shift. } log:explains { - :bob7961 :complies true. + :alice2961 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7962 :does :work_related_task. - :bob7962 :does :log_off_at_end_of_shift. + :alice2962 :does :log_off_at_end_of_shift. } log:explains { - :bob7962 :complies true. + :alice2962 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7963 :does :work_related_task. - :bob7963 :does :log_off_at_end_of_shift. + :alice2963 :does :log_off_at_end_of_shift. } log:explains { - :bob7963 :complies true. + :alice2963 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7964 :does :work_related_task. - :bob7964 :does :log_off_at_end_of_shift. + :alice2964 :does :log_off_at_end_of_shift. } log:explains { - :bob7964 :complies true. + :alice2964 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7965 :does :work_related_task. - :bob7965 :does :log_off_at_end_of_shift. + :alice2965 :does :log_off_at_end_of_shift. } log:explains { - :bob7965 :complies true. + :alice2965 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7966 :does :work_related_task. - :bob7966 :does :log_off_at_end_of_shift. + :alice2966 :does :log_off_at_end_of_shift. } log:explains { - :bob7966 :complies true. + :alice2966 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7967 :does :work_related_task. - :bob7967 :does :log_off_at_end_of_shift. + :alice2967 :does :log_off_at_end_of_shift. } log:explains { - :bob7967 :complies true. + :alice2967 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7968 :does :work_related_task. - :bob7968 :does :log_off_at_end_of_shift. + :alice2968 :does :log_off_at_end_of_shift. } log:explains { - :bob7968 :complies true. + :alice2968 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7969 :does :work_related_task. - :bob7969 :does :log_off_at_end_of_shift. + :alice2969 :does :log_off_at_end_of_shift. } log:explains { - :bob7969 :complies true. + :alice2969 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7970 :does :work_related_task. - :bob7970 :does :log_off_at_end_of_shift. + :alice2970 :does :log_off_at_end_of_shift. } log:explains { - :bob7970 :complies true. + :alice2970 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7971 :does :work_related_task. - :bob7971 :does :log_off_at_end_of_shift. + :alice2971 :does :log_off_at_end_of_shift. } log:explains { - :bob7971 :complies true. + :alice2971 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7972 :does :work_related_task. - :bob7972 :does :log_off_at_end_of_shift. + :alice2972 :does :log_off_at_end_of_shift. } log:explains { - :bob7972 :complies true. + :alice2972 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7973 :does :work_related_task. - :bob7973 :does :log_off_at_end_of_shift. + :alice2973 :does :log_off_at_end_of_shift. } log:explains { - :bob7973 :complies true. + :alice2973 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7974 :does :work_related_task. - :bob7974 :does :log_off_at_end_of_shift. + :alice2974 :does :log_off_at_end_of_shift. } log:explains { - :bob7974 :complies true. + :alice2974 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7975 :does :work_related_task. - :bob7975 :does :log_off_at_end_of_shift. + :alice2975 :does :log_off_at_end_of_shift. } log:explains { - :bob7975 :complies true. + :alice2975 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7976 :does :work_related_task. - :bob7976 :does :log_off_at_end_of_shift. + :alice2976 :does :log_off_at_end_of_shift. } log:explains { - :bob7976 :complies true. + :alice2976 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7977 :does :work_related_task. - :bob7977 :does :log_off_at_end_of_shift. + :alice2977 :does :log_off_at_end_of_shift. } log:explains { - :bob7977 :complies true. + :alice2977 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7978 :does :work_related_task. - :bob7978 :does :log_off_at_end_of_shift. + :alice2978 :does :log_off_at_end_of_shift. } log:explains { - :bob7978 :complies true. + :alice2978 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7979 :does :work_related_task. - :bob7979 :does :log_off_at_end_of_shift. + :alice2979 :does :log_off_at_end_of_shift. } log:explains { - :bob7979 :complies true. + :alice2979 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7980 :does :work_related_task. - :bob7980 :does :log_off_at_end_of_shift. + :alice2980 :does :log_off_at_end_of_shift. } log:explains { - :bob7980 :complies true. + :alice2980 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7981 :does :work_related_task. - :bob7981 :does :log_off_at_end_of_shift. + :alice2981 :does :log_off_at_end_of_shift. } log:explains { - :bob7981 :complies true. + :alice2981 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7982 :does :work_related_task. - :bob7982 :does :log_off_at_end_of_shift. + :alice2982 :does :log_off_at_end_of_shift. } log:explains { - :bob7982 :complies true. + :alice2982 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7983 :does :work_related_task. - :bob7983 :does :log_off_at_end_of_shift. + :alice2983 :does :log_off_at_end_of_shift. } log:explains { - :bob7983 :complies true. + :alice2983 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7984 :does :work_related_task. - :bob7984 :does :log_off_at_end_of_shift. + :alice2984 :does :log_off_at_end_of_shift. } log:explains { - :bob7984 :complies true. + :alice2984 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7985 :does :work_related_task. - :bob7985 :does :log_off_at_end_of_shift. + :alice2985 :does :log_off_at_end_of_shift. } log:explains { - :bob7985 :complies true. + :alice2985 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7986 :does :work_related_task. - :bob7986 :does :log_off_at_end_of_shift. + :alice2986 :does :log_off_at_end_of_shift. } log:explains { - :bob7986 :complies true. + :alice2986 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7987 :does :work_related_task. - :bob7987 :does :log_off_at_end_of_shift. + :alice2987 :does :log_off_at_end_of_shift. } log:explains { - :bob7987 :complies true. + :alice2987 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7988 :does :work_related_task. - :bob7988 :does :log_off_at_end_of_shift. + :alice2988 :does :log_off_at_end_of_shift. } log:explains { - :bob7988 :complies true. + :alice2988 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7989 :does :work_related_task. - :bob7989 :does :log_off_at_end_of_shift. + :alice2989 :does :log_off_at_end_of_shift. } log:explains { - :bob7989 :complies true. + :alice2989 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7990 :does :work_related_task. - :bob7990 :does :log_off_at_end_of_shift. + :alice2990 :does :log_off_at_end_of_shift. } log:explains { - :bob7990 :complies true. + :alice2990 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7991 :does :work_related_task. - :bob7991 :does :log_off_at_end_of_shift. + :alice2991 :does :log_off_at_end_of_shift. } log:explains { - :bob7991 :complies true. + :alice2991 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7992 :does :work_related_task. - :bob7992 :does :log_off_at_end_of_shift. + :alice2992 :does :log_off_at_end_of_shift. } log:explains { - :bob7992 :complies true. + :alice2992 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7993 :does :work_related_task. - :bob7993 :does :log_off_at_end_of_shift. + :alice2993 :does :log_off_at_end_of_shift. } log:explains { - :bob7993 :complies true. + :alice2993 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7994 :does :work_related_task. - :bob7994 :does :log_off_at_end_of_shift. + :alice2994 :does :log_off_at_end_of_shift. } log:explains { - :bob7994 :complies true. + :alice2994 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7995 :does :work_related_task. - :bob7995 :does :log_off_at_end_of_shift. + :alice2995 :does :log_off_at_end_of_shift. } log:explains { - :bob7995 :complies true. + :alice2995 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7996 :does :work_related_task. - :bob7996 :does :log_off_at_end_of_shift. + :alice2996 :does :log_off_at_end_of_shift. } log:explains { - :bob7996 :complies true. + :alice2996 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7997 :does :work_related_task. - :bob7997 :does :log_off_at_end_of_shift. + :alice2997 :does :log_off_at_end_of_shift. } log:explains { - :bob7997 :complies true. + :alice2997 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7998 :does :work_related_task. - :bob7998 :does :log_off_at_end_of_shift. + :alice2998 :does :log_off_at_end_of_shift. } log:explains { - :bob7998 :complies true. + :alice2998 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob7999 :does :work_related_task. - :bob7999 :does :log_off_at_end_of_shift. + :alice2999 :does :log_off_at_end_of_shift. } log:explains { - :bob7999 :complies true. + :alice2999 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8000 :does :work_related_task. - :bob8000 :does :log_off_at_end_of_shift. + :alice3000 :does :log_off_at_end_of_shift. } log:explains { - :bob8000 :complies true. + :alice3000 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8001 :does :work_related_task. - :bob8001 :does :log_off_at_end_of_shift. + :alice3001 :does :log_off_at_end_of_shift. } log:explains { - :bob8001 :complies true. + :alice3001 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8002 :does :work_related_task. - :bob8002 :does :log_off_at_end_of_shift. + :alice3002 :does :log_off_at_end_of_shift. } log:explains { - :bob8002 :complies true. + :alice3002 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8003 :does :work_related_task. - :bob8003 :does :log_off_at_end_of_shift. + :alice3003 :does :log_off_at_end_of_shift. } log:explains { - :bob8003 :complies true. + :alice3003 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8004 :does :work_related_task. - :bob8004 :does :log_off_at_end_of_shift. + :alice3004 :does :log_off_at_end_of_shift. } log:explains { - :bob8004 :complies true. + :alice3004 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8005 :does :work_related_task. - :bob8005 :does :log_off_at_end_of_shift. + :alice3005 :does :log_off_at_end_of_shift. } log:explains { - :bob8005 :complies true. + :alice3005 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8006 :does :work_related_task. - :bob8006 :does :log_off_at_end_of_shift. + :alice3006 :does :log_off_at_end_of_shift. } log:explains { - :bob8006 :complies true. + :alice3006 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8007 :does :work_related_task. - :bob8007 :does :log_off_at_end_of_shift. + :alice3007 :does :log_off_at_end_of_shift. } log:explains { - :bob8007 :complies true. + :alice3007 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8008 :does :work_related_task. - :bob8008 :does :log_off_at_end_of_shift. + :alice3008 :does :log_off_at_end_of_shift. } log:explains { - :bob8008 :complies true. + :alice3008 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8009 :does :work_related_task. - :bob8009 :does :log_off_at_end_of_shift. + :alice3009 :does :log_off_at_end_of_shift. } log:explains { - :bob8009 :complies true. + :alice3009 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8010 :does :work_related_task. - :bob8010 :does :log_off_at_end_of_shift. + :alice3010 :does :log_off_at_end_of_shift. } log:explains { - :bob8010 :complies true. + :alice3010 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8011 :does :work_related_task. - :bob8011 :does :log_off_at_end_of_shift. + :alice3011 :does :log_off_at_end_of_shift. } log:explains { - :bob8011 :complies true. + :alice3011 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8012 :does :work_related_task. - :bob8012 :does :log_off_at_end_of_shift. + :alice3012 :does :log_off_at_end_of_shift. } log:explains { - :bob8012 :complies true. + :alice3012 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8013 :does :work_related_task. - :bob8013 :does :log_off_at_end_of_shift. + :alice3013 :does :log_off_at_end_of_shift. } log:explains { - :bob8013 :complies true. + :alice3013 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8014 :does :work_related_task. - :bob8014 :does :log_off_at_end_of_shift. + :alice3014 :does :log_off_at_end_of_shift. } log:explains { - :bob8014 :complies true. + :alice3014 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8015 :does :work_related_task. - :bob8015 :does :log_off_at_end_of_shift. + :alice3015 :does :log_off_at_end_of_shift. } log:explains { - :bob8015 :complies true. + :alice3015 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8016 :does :work_related_task. - :bob8016 :does :log_off_at_end_of_shift. + :alice3016 :does :log_off_at_end_of_shift. } log:explains { - :bob8016 :complies true. + :alice3016 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8017 :does :work_related_task. - :bob8017 :does :log_off_at_end_of_shift. + :alice3017 :does :log_off_at_end_of_shift. } log:explains { - :bob8017 :complies true. + :alice3017 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8018 :does :work_related_task. - :bob8018 :does :log_off_at_end_of_shift. + :alice3018 :does :log_off_at_end_of_shift. } log:explains { - :bob8018 :complies true. + :alice3018 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8019 :does :work_related_task. - :bob8019 :does :log_off_at_end_of_shift. + :alice3019 :does :log_off_at_end_of_shift. } log:explains { - :bob8019 :complies true. + :alice3019 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8020 :does :work_related_task. - :bob8020 :does :log_off_at_end_of_shift. + :alice3020 :does :log_off_at_end_of_shift. } log:explains { - :bob8020 :complies true. + :alice3020 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8021 :does :work_related_task. - :bob8021 :does :log_off_at_end_of_shift. + :alice3021 :does :log_off_at_end_of_shift. } log:explains { - :bob8021 :complies true. + :alice3021 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8022 :does :work_related_task. - :bob8022 :does :log_off_at_end_of_shift. + :alice3022 :does :log_off_at_end_of_shift. } log:explains { - :bob8022 :complies true. + :alice3022 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8023 :does :work_related_task. - :bob8023 :does :log_off_at_end_of_shift. + :alice3023 :does :log_off_at_end_of_shift. } log:explains { - :bob8023 :complies true. + :alice3023 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8024 :does :work_related_task. - :bob8024 :does :log_off_at_end_of_shift. + :alice3024 :does :log_off_at_end_of_shift. } log:explains { - :bob8024 :complies true. + :alice3024 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8025 :does :work_related_task. - :bob8025 :does :log_off_at_end_of_shift. + :alice3025 :does :log_off_at_end_of_shift. } log:explains { - :bob8025 :complies true. + :alice3025 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8026 :does :work_related_task. - :bob8026 :does :log_off_at_end_of_shift. + :alice3026 :does :log_off_at_end_of_shift. } log:explains { - :bob8026 :complies true. + :alice3026 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8027 :does :work_related_task. - :bob8027 :does :log_off_at_end_of_shift. + :alice3027 :does :log_off_at_end_of_shift. } log:explains { - :bob8027 :complies true. + :alice3027 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8028 :does :work_related_task. - :bob8028 :does :log_off_at_end_of_shift. + :alice3028 :does :log_off_at_end_of_shift. } log:explains { - :bob8028 :complies true. + :alice3028 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8029 :does :work_related_task. - :bob8029 :does :log_off_at_end_of_shift. + :alice3029 :does :log_off_at_end_of_shift. } log:explains { - :bob8029 :complies true. + :alice3029 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8030 :does :work_related_task. - :bob8030 :does :log_off_at_end_of_shift. + :alice3030 :does :log_off_at_end_of_shift. } log:explains { - :bob8030 :complies true. + :alice3030 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8031 :does :work_related_task. - :bob8031 :does :log_off_at_end_of_shift. + :alice3031 :does :log_off_at_end_of_shift. } log:explains { - :bob8031 :complies true. + :alice3031 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8032 :does :work_related_task. - :bob8032 :does :log_off_at_end_of_shift. + :alice3032 :does :log_off_at_end_of_shift. } log:explains { - :bob8032 :complies true. + :alice3032 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8033 :does :work_related_task. - :bob8033 :does :log_off_at_end_of_shift. + :alice3033 :does :log_off_at_end_of_shift. } log:explains { - :bob8033 :complies true. + :alice3033 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8034 :does :work_related_task. - :bob8034 :does :log_off_at_end_of_shift. + :alice3034 :does :log_off_at_end_of_shift. } log:explains { - :bob8034 :complies true. + :alice3034 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8035 :does :work_related_task. - :bob8035 :does :log_off_at_end_of_shift. + :alice3035 :does :log_off_at_end_of_shift. } log:explains { - :bob8035 :complies true. + :alice3035 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8036 :does :work_related_task. - :bob8036 :does :log_off_at_end_of_shift. + :alice3036 :does :log_off_at_end_of_shift. } log:explains { - :bob8036 :complies true. + :alice3036 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8037 :does :work_related_task. - :bob8037 :does :log_off_at_end_of_shift. + :alice3037 :does :log_off_at_end_of_shift. } log:explains { - :bob8037 :complies true. + :alice3037 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8038 :does :work_related_task. - :bob8038 :does :log_off_at_end_of_shift. + :alice3038 :does :log_off_at_end_of_shift. } log:explains { - :bob8038 :complies true. + :alice3038 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8039 :does :work_related_task. - :bob8039 :does :log_off_at_end_of_shift. + :alice3039 :does :log_off_at_end_of_shift. } log:explains { - :bob8039 :complies true. + :alice3039 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8040 :does :work_related_task. - :bob8040 :does :log_off_at_end_of_shift. + :alice3040 :does :log_off_at_end_of_shift. } log:explains { - :bob8040 :complies true. + :alice3040 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8041 :does :work_related_task. - :bob8041 :does :log_off_at_end_of_shift. + :alice3041 :does :log_off_at_end_of_shift. } log:explains { - :bob8041 :complies true. + :alice3041 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8042 :does :work_related_task. - :bob8042 :does :log_off_at_end_of_shift. + :alice3042 :does :log_off_at_end_of_shift. } log:explains { - :bob8042 :complies true. + :alice3042 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8043 :does :work_related_task. - :bob8043 :does :log_off_at_end_of_shift. + :alice3043 :does :log_off_at_end_of_shift. } log:explains { - :bob8043 :complies true. + :alice3043 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8044 :does :work_related_task. - :bob8044 :does :log_off_at_end_of_shift. + :alice3044 :does :log_off_at_end_of_shift. } log:explains { - :bob8044 :complies true. + :alice3044 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8045 :does :work_related_task. - :bob8045 :does :log_off_at_end_of_shift. + :alice3045 :does :log_off_at_end_of_shift. } log:explains { - :bob8045 :complies true. + :alice3045 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8046 :does :work_related_task. - :bob8046 :does :log_off_at_end_of_shift. + :alice3046 :does :log_off_at_end_of_shift. } log:explains { - :bob8046 :complies true. + :alice3046 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8047 :does :work_related_task. - :bob8047 :does :log_off_at_end_of_shift. + :alice3047 :does :log_off_at_end_of_shift. } log:explains { - :bob8047 :complies true. + :alice3047 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8048 :does :work_related_task. - :bob8048 :does :log_off_at_end_of_shift. + :alice3048 :does :log_off_at_end_of_shift. } log:explains { - :bob8048 :complies true. + :alice3048 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8049 :does :work_related_task. - :bob8049 :does :log_off_at_end_of_shift. + :alice3049 :does :log_off_at_end_of_shift. } log:explains { - :bob8049 :complies true. + :alice3049 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8050 :does :work_related_task. - :bob8050 :does :log_off_at_end_of_shift. + :alice3050 :does :log_off_at_end_of_shift. } log:explains { - :bob8050 :complies true. + :alice3050 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8051 :does :work_related_task. - :bob8051 :does :log_off_at_end_of_shift. + :alice3051 :does :log_off_at_end_of_shift. } log:explains { - :bob8051 :complies true. + :alice3051 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8052 :does :work_related_task. - :bob8052 :does :log_off_at_end_of_shift. + :alice3052 :does :log_off_at_end_of_shift. } log:explains { - :bob8052 :complies true. + :alice3052 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8053 :does :work_related_task. - :bob8053 :does :log_off_at_end_of_shift. + :alice3053 :does :log_off_at_end_of_shift. } log:explains { - :bob8053 :complies true. + :alice3053 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8054 :does :work_related_task. - :bob8054 :does :log_off_at_end_of_shift. + :alice3054 :does :log_off_at_end_of_shift. } log:explains { - :bob8054 :complies true. + :alice3054 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8055 :does :work_related_task. - :bob8055 :does :log_off_at_end_of_shift. + :alice3055 :does :log_off_at_end_of_shift. } log:explains { - :bob8055 :complies true. + :alice3055 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8056 :does :work_related_task. - :bob8056 :does :log_off_at_end_of_shift. + :alice3056 :does :log_off_at_end_of_shift. } log:explains { - :bob8056 :complies true. + :alice3056 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8057 :does :work_related_task. - :bob8057 :does :log_off_at_end_of_shift. + :alice3057 :does :log_off_at_end_of_shift. } log:explains { - :bob8057 :complies true. + :alice3057 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8058 :does :work_related_task. - :bob8058 :does :log_off_at_end_of_shift. + :alice3058 :does :log_off_at_end_of_shift. } log:explains { - :bob8058 :complies true. + :alice3058 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8059 :does :work_related_task. - :bob8059 :does :log_off_at_end_of_shift. + :alice3059 :does :log_off_at_end_of_shift. } log:explains { - :bob8059 :complies true. + :alice3059 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8060 :does :work_related_task. - :bob8060 :does :log_off_at_end_of_shift. + :alice3060 :does :log_off_at_end_of_shift. } log:explains { - :bob8060 :complies true. + :alice3060 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8061 :does :work_related_task. - :bob8061 :does :log_off_at_end_of_shift. + :alice3061 :does :log_off_at_end_of_shift. } log:explains { - :bob8061 :complies true. + :alice3061 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8062 :does :work_related_task. - :bob8062 :does :log_off_at_end_of_shift. + :alice3062 :does :log_off_at_end_of_shift. } log:explains { - :bob8062 :complies true. + :alice3062 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8063 :does :work_related_task. - :bob8063 :does :log_off_at_end_of_shift. + :alice3063 :does :log_off_at_end_of_shift. } log:explains { - :bob8063 :complies true. + :alice3063 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8064 :does :work_related_task. - :bob8064 :does :log_off_at_end_of_shift. + :alice3064 :does :log_off_at_end_of_shift. } log:explains { - :bob8064 :complies true. + :alice3064 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8065 :does :work_related_task. - :bob8065 :does :log_off_at_end_of_shift. + :alice3065 :does :log_off_at_end_of_shift. } log:explains { - :bob8065 :complies true. + :alice3065 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8066 :does :work_related_task. - :bob8066 :does :log_off_at_end_of_shift. + :alice3066 :does :log_off_at_end_of_shift. } log:explains { - :bob8066 :complies true. + :alice3066 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8067 :does :work_related_task. - :bob8067 :does :log_off_at_end_of_shift. + :alice3067 :does :log_off_at_end_of_shift. } log:explains { - :bob8067 :complies true. + :alice3067 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8068 :does :work_related_task. - :bob8068 :does :log_off_at_end_of_shift. + :alice3068 :does :log_off_at_end_of_shift. } log:explains { - :bob8068 :complies true. + :alice3068 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8069 :does :work_related_task. - :bob8069 :does :log_off_at_end_of_shift. + :alice3069 :does :log_off_at_end_of_shift. } log:explains { - :bob8069 :complies true. + :alice3069 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8070 :does :work_related_task. - :bob8070 :does :log_off_at_end_of_shift. + :alice3070 :does :log_off_at_end_of_shift. } log:explains { - :bob8070 :complies true. + :alice3070 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8071 :does :work_related_task. - :bob8071 :does :log_off_at_end_of_shift. + :alice3071 :does :log_off_at_end_of_shift. } log:explains { - :bob8071 :complies true. + :alice3071 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8072 :does :work_related_task. - :bob8072 :does :log_off_at_end_of_shift. + :alice3072 :does :log_off_at_end_of_shift. } log:explains { - :bob8072 :complies true. + :alice3072 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8073 :does :work_related_task. - :bob8073 :does :log_off_at_end_of_shift. + :alice3073 :does :log_off_at_end_of_shift. } log:explains { - :bob8073 :complies true. + :alice3073 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8074 :does :work_related_task. - :bob8074 :does :log_off_at_end_of_shift. + :alice3074 :does :log_off_at_end_of_shift. } log:explains { - :bob8074 :complies true. + :alice3074 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8075 :does :work_related_task. - :bob8075 :does :log_off_at_end_of_shift. + :alice3075 :does :log_off_at_end_of_shift. } log:explains { - :bob8075 :complies true. + :alice3075 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8076 :does :work_related_task. - :bob8076 :does :log_off_at_end_of_shift. + :alice3076 :does :log_off_at_end_of_shift. } log:explains { - :bob8076 :complies true. + :alice3076 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8077 :does :work_related_task. - :bob8077 :does :log_off_at_end_of_shift. + :alice3077 :does :log_off_at_end_of_shift. } log:explains { - :bob8077 :complies true. + :alice3077 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8078 :does :work_related_task. - :bob8078 :does :log_off_at_end_of_shift. + :alice3078 :does :log_off_at_end_of_shift. } log:explains { - :bob8078 :complies true. + :alice3078 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8079 :does :work_related_task. - :bob8079 :does :log_off_at_end_of_shift. + :alice3079 :does :log_off_at_end_of_shift. } log:explains { - :bob8079 :complies true. + :alice3079 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8080 :does :work_related_task. - :bob8080 :does :log_off_at_end_of_shift. + :alice3080 :does :log_off_at_end_of_shift. } log:explains { - :bob8080 :complies true. + :alice3080 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8081 :does :work_related_task. - :bob8081 :does :log_off_at_end_of_shift. + :alice3081 :does :log_off_at_end_of_shift. } log:explains { - :bob8081 :complies true. + :alice3081 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8082 :does :work_related_task. - :bob8082 :does :log_off_at_end_of_shift. + :alice3082 :does :log_off_at_end_of_shift. } log:explains { - :bob8082 :complies true. + :alice3082 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8083 :does :work_related_task. - :bob8083 :does :log_off_at_end_of_shift. + :alice3083 :does :log_off_at_end_of_shift. } log:explains { - :bob8083 :complies true. + :alice3083 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8084 :does :work_related_task. - :bob8084 :does :log_off_at_end_of_shift. + :alice3084 :does :log_off_at_end_of_shift. } log:explains { - :bob8084 :complies true. + :alice3084 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8085 :does :work_related_task. - :bob8085 :does :log_off_at_end_of_shift. + :alice3085 :does :log_off_at_end_of_shift. } log:explains { - :bob8085 :complies true. + :alice3085 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8086 :does :work_related_task. - :bob8086 :does :log_off_at_end_of_shift. + :alice3086 :does :log_off_at_end_of_shift. } log:explains { - :bob8086 :complies true. + :alice3086 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8087 :does :work_related_task. - :bob8087 :does :log_off_at_end_of_shift. + :alice3087 :does :log_off_at_end_of_shift. } log:explains { - :bob8087 :complies true. + :alice3087 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8088 :does :work_related_task. - :bob8088 :does :log_off_at_end_of_shift. + :alice3088 :does :log_off_at_end_of_shift. } log:explains { - :bob8088 :complies true. + :alice3088 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8089 :does :work_related_task. - :bob8089 :does :log_off_at_end_of_shift. + :alice3089 :does :log_off_at_end_of_shift. } log:explains { - :bob8089 :complies true. + :alice3089 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8090 :does :work_related_task. - :bob8090 :does :log_off_at_end_of_shift. + :alice3090 :does :log_off_at_end_of_shift. } log:explains { - :bob8090 :complies true. + :alice3090 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8091 :does :work_related_task. - :bob8091 :does :log_off_at_end_of_shift. + :alice3091 :does :log_off_at_end_of_shift. } log:explains { - :bob8091 :complies true. + :alice3091 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8092 :does :work_related_task. - :bob8092 :does :log_off_at_end_of_shift. + :alice3092 :does :log_off_at_end_of_shift. } log:explains { - :bob8092 :complies true. + :alice3092 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8093 :does :work_related_task. - :bob8093 :does :log_off_at_end_of_shift. + :alice3093 :does :log_off_at_end_of_shift. } log:explains { - :bob8093 :complies true. + :alice3093 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8094 :does :work_related_task. - :bob8094 :does :log_off_at_end_of_shift. + :alice3094 :does :log_off_at_end_of_shift. } log:explains { - :bob8094 :complies true. + :alice3094 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8095 :does :work_related_task. - :bob8095 :does :log_off_at_end_of_shift. + :alice3095 :does :log_off_at_end_of_shift. } log:explains { - :bob8095 :complies true. + :alice3095 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8096 :does :work_related_task. - :bob8096 :does :log_off_at_end_of_shift. + :alice3096 :does :log_off_at_end_of_shift. } log:explains { - :bob8096 :complies true. + :alice3096 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8097 :does :work_related_task. - :bob8097 :does :log_off_at_end_of_shift. + :alice3097 :does :log_off_at_end_of_shift. } log:explains { - :bob8097 :complies true. + :alice3097 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8098 :does :work_related_task. - :bob8098 :does :log_off_at_end_of_shift. + :alice3098 :does :log_off_at_end_of_shift. } log:explains { - :bob8098 :complies true. + :alice3098 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8099 :does :work_related_task. - :bob8099 :does :log_off_at_end_of_shift. + :alice3099 :does :log_off_at_end_of_shift. } log:explains { - :bob8099 :complies true. + :alice3099 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8100 :does :work_related_task. - :bob8100 :does :log_off_at_end_of_shift. + :alice3100 :does :log_off_at_end_of_shift. } log:explains { - :bob8100 :complies true. + :alice3100 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8101 :does :work_related_task. - :bob8101 :does :log_off_at_end_of_shift. + :alice3101 :does :log_off_at_end_of_shift. } log:explains { - :bob8101 :complies true. + :alice3101 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8102 :does :work_related_task. - :bob8102 :does :log_off_at_end_of_shift. + :alice3102 :does :log_off_at_end_of_shift. } log:explains { - :bob8102 :complies true. + :alice3102 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8103 :does :work_related_task. - :bob8103 :does :log_off_at_end_of_shift. + :alice3103 :does :log_off_at_end_of_shift. } log:explains { - :bob8103 :complies true. + :alice3103 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8104 :does :work_related_task. - :bob8104 :does :log_off_at_end_of_shift. + :alice3104 :does :log_off_at_end_of_shift. } log:explains { - :bob8104 :complies true. + :alice3104 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8105 :does :work_related_task. - :bob8105 :does :log_off_at_end_of_shift. + :alice3105 :does :log_off_at_end_of_shift. } log:explains { - :bob8105 :complies true. + :alice3105 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8106 :does :work_related_task. - :bob8106 :does :log_off_at_end_of_shift. + :alice3106 :does :log_off_at_end_of_shift. } log:explains { - :bob8106 :complies true. + :alice3106 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8107 :does :work_related_task. - :bob8107 :does :log_off_at_end_of_shift. + :alice3107 :does :log_off_at_end_of_shift. } log:explains { - :bob8107 :complies true. + :alice3107 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8108 :does :work_related_task. - :bob8108 :does :log_off_at_end_of_shift. + :alice3108 :does :log_off_at_end_of_shift. } log:explains { - :bob8108 :complies true. + :alice3108 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8109 :does :work_related_task. - :bob8109 :does :log_off_at_end_of_shift. + :alice3109 :does :log_off_at_end_of_shift. } log:explains { - :bob8109 :complies true. + :alice3109 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8110 :does :work_related_task. - :bob8110 :does :log_off_at_end_of_shift. + :alice3110 :does :log_off_at_end_of_shift. } log:explains { - :bob8110 :complies true. + :alice3110 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8111 :does :work_related_task. - :bob8111 :does :log_off_at_end_of_shift. + :alice3111 :does :log_off_at_end_of_shift. } log:explains { - :bob8111 :complies true. + :alice3111 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8112 :does :work_related_task. - :bob8112 :does :log_off_at_end_of_shift. + :alice3112 :does :log_off_at_end_of_shift. } log:explains { - :bob8112 :complies true. + :alice3112 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8113 :does :work_related_task. - :bob8113 :does :log_off_at_end_of_shift. + :alice3113 :does :log_off_at_end_of_shift. } log:explains { - :bob8113 :complies true. + :alice3113 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8114 :does :work_related_task. - :bob8114 :does :log_off_at_end_of_shift. + :alice3114 :does :log_off_at_end_of_shift. } log:explains { - :bob8114 :complies true. + :alice3114 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8115 :does :work_related_task. - :bob8115 :does :log_off_at_end_of_shift. + :alice3115 :does :log_off_at_end_of_shift. } log:explains { - :bob8115 :complies true. + :alice3115 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8116 :does :work_related_task. - :bob8116 :does :log_off_at_end_of_shift. + :alice3116 :does :log_off_at_end_of_shift. } log:explains { - :bob8116 :complies true. + :alice3116 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8117 :does :work_related_task. - :bob8117 :does :log_off_at_end_of_shift. + :alice3117 :does :log_off_at_end_of_shift. } log:explains { - :bob8117 :complies true. + :alice3117 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8118 :does :work_related_task. - :bob8118 :does :log_off_at_end_of_shift. + :alice3118 :does :log_off_at_end_of_shift. } log:explains { - :bob8118 :complies true. + :alice3118 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8119 :does :work_related_task. - :bob8119 :does :log_off_at_end_of_shift. + :alice3119 :does :log_off_at_end_of_shift. } log:explains { - :bob8119 :complies true. + :alice3119 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8120 :does :work_related_task. - :bob8120 :does :log_off_at_end_of_shift. + :alice3120 :does :log_off_at_end_of_shift. } log:explains { - :bob8120 :complies true. + :alice3120 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8121 :does :work_related_task. - :bob8121 :does :log_off_at_end_of_shift. + :alice3121 :does :log_off_at_end_of_shift. } log:explains { - :bob8121 :complies true. + :alice3121 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8122 :does :work_related_task. - :bob8122 :does :log_off_at_end_of_shift. + :alice3122 :does :log_off_at_end_of_shift. } log:explains { - :bob8122 :complies true. + :alice3122 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8123 :does :work_related_task. - :bob8123 :does :log_off_at_end_of_shift. + :alice3123 :does :log_off_at_end_of_shift. } log:explains { - :bob8123 :complies true. + :alice3123 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8124 :does :work_related_task. - :bob8124 :does :log_off_at_end_of_shift. + :alice3124 :does :log_off_at_end_of_shift. } log:explains { - :bob8124 :complies true. + :alice3124 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8125 :does :work_related_task. - :bob8125 :does :log_off_at_end_of_shift. + :alice3125 :does :log_off_at_end_of_shift. } log:explains { - :bob8125 :complies true. + :alice3125 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8126 :does :work_related_task. - :bob8126 :does :log_off_at_end_of_shift. + :alice3126 :does :log_off_at_end_of_shift. } log:explains { - :bob8126 :complies true. + :alice3126 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8127 :does :work_related_task. - :bob8127 :does :log_off_at_end_of_shift. + :alice3127 :does :log_off_at_end_of_shift. } log:explains { - :bob8127 :complies true. + :alice3127 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8128 :does :work_related_task. - :bob8128 :does :log_off_at_end_of_shift. + :alice3128 :does :log_off_at_end_of_shift. } log:explains { - :bob8128 :complies true. + :alice3128 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8129 :does :work_related_task. - :bob8129 :does :log_off_at_end_of_shift. + :alice3129 :does :log_off_at_end_of_shift. } log:explains { - :bob8129 :complies true. + :alice3129 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8130 :does :work_related_task. - :bob8130 :does :log_off_at_end_of_shift. + :alice3130 :does :log_off_at_end_of_shift. } log:explains { - :bob8130 :complies true. + :alice3130 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8131 :does :work_related_task. - :bob8131 :does :log_off_at_end_of_shift. + :alice3131 :does :log_off_at_end_of_shift. } log:explains { - :bob8131 :complies true. + :alice3131 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8132 :does :work_related_task. - :bob8132 :does :log_off_at_end_of_shift. + :alice3132 :does :log_off_at_end_of_shift. } log:explains { - :bob8132 :complies true. + :alice3132 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8133 :does :work_related_task. - :bob8133 :does :log_off_at_end_of_shift. + :alice3133 :does :log_off_at_end_of_shift. } log:explains { - :bob8133 :complies true. + :alice3133 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8134 :does :work_related_task. - :bob8134 :does :log_off_at_end_of_shift. + :alice3134 :does :log_off_at_end_of_shift. } log:explains { - :bob8134 :complies true. + :alice3134 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8135 :does :work_related_task. - :bob8135 :does :log_off_at_end_of_shift. + :alice3135 :does :log_off_at_end_of_shift. } log:explains { - :bob8135 :complies true. + :alice3135 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8136 :does :work_related_task. - :bob8136 :does :log_off_at_end_of_shift. + :alice3136 :does :log_off_at_end_of_shift. } log:explains { - :bob8136 :complies true. + :alice3136 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8137 :does :work_related_task. - :bob8137 :does :log_off_at_end_of_shift. + :alice3137 :does :log_off_at_end_of_shift. } log:explains { - :bob8137 :complies true. + :alice3137 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8138 :does :work_related_task. - :bob8138 :does :log_off_at_end_of_shift. + :alice3138 :does :log_off_at_end_of_shift. } log:explains { - :bob8138 :complies true. + :alice3138 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8139 :does :work_related_task. - :bob8139 :does :log_off_at_end_of_shift. + :alice3139 :does :log_off_at_end_of_shift. } log:explains { - :bob8139 :complies true. + :alice3139 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8140 :does :work_related_task. - :bob8140 :does :log_off_at_end_of_shift. + :alice3140 :does :log_off_at_end_of_shift. } log:explains { - :bob8140 :complies true. + :alice3140 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8141 :does :work_related_task. - :bob8141 :does :log_off_at_end_of_shift. + :alice3141 :does :log_off_at_end_of_shift. } log:explains { - :bob8141 :complies true. + :alice3141 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8142 :does :work_related_task. - :bob8142 :does :log_off_at_end_of_shift. + :alice3142 :does :log_off_at_end_of_shift. } log:explains { - :bob8142 :complies true. + :alice3142 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8143 :does :work_related_task. - :bob8143 :does :log_off_at_end_of_shift. + :alice3143 :does :log_off_at_end_of_shift. } log:explains { - :bob8143 :complies true. + :alice3143 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8144 :does :work_related_task. - :bob8144 :does :log_off_at_end_of_shift. + :alice3144 :does :log_off_at_end_of_shift. } log:explains { - :bob8144 :complies true. + :alice3144 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8145 :does :work_related_task. - :bob8145 :does :log_off_at_end_of_shift. + :alice3145 :does :log_off_at_end_of_shift. } log:explains { - :bob8145 :complies true. + :alice3145 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8146 :does :work_related_task. - :bob8146 :does :log_off_at_end_of_shift. + :alice3146 :does :log_off_at_end_of_shift. } log:explains { - :bob8146 :complies true. + :alice3146 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8147 :does :work_related_task. - :bob8147 :does :log_off_at_end_of_shift. + :alice3147 :does :log_off_at_end_of_shift. } log:explains { - :bob8147 :complies true. + :alice3147 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8148 :does :work_related_task. - :bob8148 :does :log_off_at_end_of_shift. + :alice3148 :does :log_off_at_end_of_shift. } log:explains { - :bob8148 :complies true. + :alice3148 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8149 :does :work_related_task. - :bob8149 :does :log_off_at_end_of_shift. + :alice3149 :does :log_off_at_end_of_shift. } log:explains { - :bob8149 :complies true. + :alice3149 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8150 :does :work_related_task. - :bob8150 :does :log_off_at_end_of_shift. + :alice3150 :does :log_off_at_end_of_shift. } log:explains { - :bob8150 :complies true. + :alice3150 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8151 :does :work_related_task. - :bob8151 :does :log_off_at_end_of_shift. + :alice3151 :does :log_off_at_end_of_shift. } log:explains { - :bob8151 :complies true. + :alice3151 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8152 :does :work_related_task. - :bob8152 :does :log_off_at_end_of_shift. + :alice3152 :does :log_off_at_end_of_shift. } log:explains { - :bob8152 :complies true. + :alice3152 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8153 :does :work_related_task. - :bob8153 :does :log_off_at_end_of_shift. + :alice3153 :does :log_off_at_end_of_shift. } log:explains { - :bob8153 :complies true. + :alice3153 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8154 :does :work_related_task. - :bob8154 :does :log_off_at_end_of_shift. + :alice3154 :does :log_off_at_end_of_shift. } log:explains { - :bob8154 :complies true. + :alice3154 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8155 :does :work_related_task. - :bob8155 :does :log_off_at_end_of_shift. + :alice3155 :does :log_off_at_end_of_shift. } log:explains { - :bob8155 :complies true. + :alice3155 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8156 :does :work_related_task. - :bob8156 :does :log_off_at_end_of_shift. + :alice3156 :does :log_off_at_end_of_shift. } log:explains { - :bob8156 :complies true. + :alice3156 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8157 :does :work_related_task. - :bob8157 :does :log_off_at_end_of_shift. + :alice3157 :does :log_off_at_end_of_shift. } log:explains { - :bob8157 :complies true. + :alice3157 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8158 :does :work_related_task. - :bob8158 :does :log_off_at_end_of_shift. + :alice3158 :does :log_off_at_end_of_shift. } log:explains { - :bob8158 :complies true. + :alice3158 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8159 :does :work_related_task. - :bob8159 :does :log_off_at_end_of_shift. + :alice3159 :does :log_off_at_end_of_shift. } log:explains { - :bob8159 :complies true. + :alice3159 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8160 :does :work_related_task. - :bob8160 :does :log_off_at_end_of_shift. + :alice3160 :does :log_off_at_end_of_shift. } log:explains { - :bob8160 :complies true. + :alice3160 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8161 :does :work_related_task. - :bob8161 :does :log_off_at_end_of_shift. + :alice3161 :does :log_off_at_end_of_shift. } log:explains { - :bob8161 :complies true. + :alice3161 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8162 :does :work_related_task. - :bob8162 :does :log_off_at_end_of_shift. + :alice3162 :does :log_off_at_end_of_shift. } log:explains { - :bob8162 :complies true. + :alice3162 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8163 :does :work_related_task. - :bob8163 :does :log_off_at_end_of_shift. + :alice3163 :does :log_off_at_end_of_shift. } log:explains { - :bob8163 :complies true. + :alice3163 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8164 :does :work_related_task. - :bob8164 :does :log_off_at_end_of_shift. + :alice3164 :does :log_off_at_end_of_shift. } log:explains { - :bob8164 :complies true. + :alice3164 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8165 :does :work_related_task. - :bob8165 :does :log_off_at_end_of_shift. + :alice3165 :does :log_off_at_end_of_shift. } log:explains { - :bob8165 :complies true. + :alice3165 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8166 :does :work_related_task. - :bob8166 :does :log_off_at_end_of_shift. + :alice3166 :does :log_off_at_end_of_shift. } log:explains { - :bob8166 :complies true. + :alice3166 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8167 :does :work_related_task. - :bob8167 :does :log_off_at_end_of_shift. + :alice3167 :does :log_off_at_end_of_shift. } log:explains { - :bob8167 :complies true. + :alice3167 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8168 :does :work_related_task. - :bob8168 :does :log_off_at_end_of_shift. + :alice3168 :does :log_off_at_end_of_shift. } log:explains { - :bob8168 :complies true. + :alice3168 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8169 :does :work_related_task. - :bob8169 :does :log_off_at_end_of_shift. + :alice3169 :does :log_off_at_end_of_shift. } log:explains { - :bob8169 :complies true. + :alice3169 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8170 :does :work_related_task. - :bob8170 :does :log_off_at_end_of_shift. + :alice3170 :does :log_off_at_end_of_shift. } log:explains { - :bob8170 :complies true. + :alice3170 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8171 :does :work_related_task. - :bob8171 :does :log_off_at_end_of_shift. + :alice3171 :does :log_off_at_end_of_shift. } log:explains { - :bob8171 :complies true. + :alice3171 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8172 :does :work_related_task. - :bob8172 :does :log_off_at_end_of_shift. + :alice3172 :does :log_off_at_end_of_shift. } log:explains { - :bob8172 :complies true. + :alice3172 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8173 :does :work_related_task. - :bob8173 :does :log_off_at_end_of_shift. + :alice3173 :does :log_off_at_end_of_shift. } log:explains { - :bob8173 :complies true. + :alice3173 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8174 :does :work_related_task. - :bob8174 :does :log_off_at_end_of_shift. + :alice3174 :does :log_off_at_end_of_shift. } log:explains { - :bob8174 :complies true. + :alice3174 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8175 :does :work_related_task. - :bob8175 :does :log_off_at_end_of_shift. + :alice3175 :does :log_off_at_end_of_shift. } log:explains { - :bob8175 :complies true. + :alice3175 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8176 :does :work_related_task. - :bob8176 :does :log_off_at_end_of_shift. + :alice3176 :does :log_off_at_end_of_shift. } log:explains { - :bob8176 :complies true. + :alice3176 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8177 :does :work_related_task. - :bob8177 :does :log_off_at_end_of_shift. + :alice3177 :does :log_off_at_end_of_shift. } log:explains { - :bob8177 :complies true. + :alice3177 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8178 :does :work_related_task. - :bob8178 :does :log_off_at_end_of_shift. + :alice3178 :does :log_off_at_end_of_shift. } log:explains { - :bob8178 :complies true. + :alice3178 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8179 :does :work_related_task. - :bob8179 :does :log_off_at_end_of_shift. + :alice3179 :does :log_off_at_end_of_shift. } log:explains { - :bob8179 :complies true. + :alice3179 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8180 :does :work_related_task. - :bob8180 :does :log_off_at_end_of_shift. + :alice3180 :does :log_off_at_end_of_shift. } log:explains { - :bob8180 :complies true. + :alice3180 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8181 :does :work_related_task. - :bob8181 :does :log_off_at_end_of_shift. + :alice3181 :does :log_off_at_end_of_shift. } log:explains { - :bob8181 :complies true. + :alice3181 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8182 :does :work_related_task. - :bob8182 :does :log_off_at_end_of_shift. + :alice3182 :does :log_off_at_end_of_shift. } log:explains { - :bob8182 :complies true. + :alice3182 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8183 :does :work_related_task. - :bob8183 :does :log_off_at_end_of_shift. + :alice3183 :does :log_off_at_end_of_shift. } log:explains { - :bob8183 :complies true. + :alice3183 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8184 :does :work_related_task. - :bob8184 :does :log_off_at_end_of_shift. + :alice3184 :does :log_off_at_end_of_shift. } log:explains { - :bob8184 :complies true. + :alice3184 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8185 :does :work_related_task. - :bob8185 :does :log_off_at_end_of_shift. + :alice3185 :does :log_off_at_end_of_shift. } log:explains { - :bob8185 :complies true. + :alice3185 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8186 :does :work_related_task. - :bob8186 :does :log_off_at_end_of_shift. + :alice3186 :does :log_off_at_end_of_shift. } log:explains { - :bob8186 :complies true. + :alice3186 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8187 :does :work_related_task. - :bob8187 :does :log_off_at_end_of_shift. + :alice3187 :does :log_off_at_end_of_shift. } log:explains { - :bob8187 :complies true. + :alice3187 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8188 :does :work_related_task. - :bob8188 :does :log_off_at_end_of_shift. + :alice3188 :does :log_off_at_end_of_shift. } log:explains { - :bob8188 :complies true. + :alice3188 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8189 :does :work_related_task. - :bob8189 :does :log_off_at_end_of_shift. + :alice3189 :does :log_off_at_end_of_shift. } log:explains { - :bob8189 :complies true. + :alice3189 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8190 :does :work_related_task. - :bob8190 :does :log_off_at_end_of_shift. + :alice3190 :does :log_off_at_end_of_shift. } log:explains { - :bob8190 :complies true. + :alice3190 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8191 :does :work_related_task. - :bob8191 :does :log_off_at_end_of_shift. + :alice3191 :does :log_off_at_end_of_shift. } log:explains { - :bob8191 :complies true. + :alice3191 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8192 :does :work_related_task. - :bob8192 :does :log_off_at_end_of_shift. + :alice3192 :does :log_off_at_end_of_shift. } log:explains { - :bob8192 :complies true. + :alice3192 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8193 :does :work_related_task. - :bob8193 :does :log_off_at_end_of_shift. + :alice3193 :does :log_off_at_end_of_shift. } log:explains { - :bob8193 :complies true. + :alice3193 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8194 :does :work_related_task. - :bob8194 :does :log_off_at_end_of_shift. + :alice3194 :does :log_off_at_end_of_shift. } log:explains { - :bob8194 :complies true. + :alice3194 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8195 :does :work_related_task. - :bob8195 :does :log_off_at_end_of_shift. + :alice3195 :does :log_off_at_end_of_shift. } log:explains { - :bob8195 :complies true. + :alice3195 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8196 :does :work_related_task. - :bob8196 :does :log_off_at_end_of_shift. + :alice3196 :does :log_off_at_end_of_shift. } log:explains { - :bob8196 :complies true. + :alice3196 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8197 :does :work_related_task. - :bob8197 :does :log_off_at_end_of_shift. + :alice3197 :does :log_off_at_end_of_shift. } log:explains { - :bob8197 :complies true. + :alice3197 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8198 :does :work_related_task. - :bob8198 :does :log_off_at_end_of_shift. + :alice3198 :does :log_off_at_end_of_shift. } log:explains { - :bob8198 :complies true. + :alice3198 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8199 :does :work_related_task. - :bob8199 :does :log_off_at_end_of_shift. + :alice3199 :does :log_off_at_end_of_shift. } log:explains { - :bob8199 :complies true. + :alice3199 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8200 :does :work_related_task. - :bob8200 :does :log_off_at_end_of_shift. + :alice3200 :does :log_off_at_end_of_shift. } log:explains { - :bob8200 :complies true. + :alice3200 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8201 :does :work_related_task. - :bob8201 :does :log_off_at_end_of_shift. + :alice3201 :does :log_off_at_end_of_shift. } log:explains { - :bob8201 :complies true. + :alice3201 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8202 :does :work_related_task. - :bob8202 :does :log_off_at_end_of_shift. + :alice3202 :does :log_off_at_end_of_shift. } log:explains { - :bob8202 :complies true. + :alice3202 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8203 :does :work_related_task. - :bob8203 :does :log_off_at_end_of_shift. + :alice3203 :does :log_off_at_end_of_shift. } log:explains { - :bob8203 :complies true. + :alice3203 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8204 :does :work_related_task. - :bob8204 :does :log_off_at_end_of_shift. + :alice3204 :does :log_off_at_end_of_shift. } log:explains { - :bob8204 :complies true. + :alice3204 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8205 :does :work_related_task. - :bob8205 :does :log_off_at_end_of_shift. + :alice3205 :does :log_off_at_end_of_shift. } log:explains { - :bob8205 :complies true. + :alice3205 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8206 :does :work_related_task. - :bob8206 :does :log_off_at_end_of_shift. + :alice3206 :does :log_off_at_end_of_shift. } log:explains { - :bob8206 :complies true. + :alice3206 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8207 :does :work_related_task. - :bob8207 :does :log_off_at_end_of_shift. + :alice3207 :does :log_off_at_end_of_shift. } log:explains { - :bob8207 :complies true. + :alice3207 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8208 :does :work_related_task. - :bob8208 :does :log_off_at_end_of_shift. + :alice3208 :does :log_off_at_end_of_shift. } log:explains { - :bob8208 :complies true. + :alice3208 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8209 :does :work_related_task. - :bob8209 :does :log_off_at_end_of_shift. + :alice3209 :does :log_off_at_end_of_shift. } log:explains { - :bob8209 :complies true. + :alice3209 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8210 :does :work_related_task. - :bob8210 :does :log_off_at_end_of_shift. + :alice3210 :does :log_off_at_end_of_shift. } log:explains { - :bob8210 :complies true. + :alice3210 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8211 :does :work_related_task. - :bob8211 :does :log_off_at_end_of_shift. + :alice3211 :does :log_off_at_end_of_shift. } log:explains { - :bob8211 :complies true. + :alice3211 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8212 :does :work_related_task. - :bob8212 :does :log_off_at_end_of_shift. + :alice3212 :does :log_off_at_end_of_shift. } log:explains { - :bob8212 :complies true. + :alice3212 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8213 :does :work_related_task. - :bob8213 :does :log_off_at_end_of_shift. + :alice3213 :does :log_off_at_end_of_shift. } log:explains { - :bob8213 :complies true. + :alice3213 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8214 :does :work_related_task. - :bob8214 :does :log_off_at_end_of_shift. + :alice3214 :does :log_off_at_end_of_shift. } log:explains { - :bob8214 :complies true. + :alice3214 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8215 :does :work_related_task. - :bob8215 :does :log_off_at_end_of_shift. + :alice3215 :does :log_off_at_end_of_shift. } log:explains { - :bob8215 :complies true. + :alice3215 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8216 :does :work_related_task. - :bob8216 :does :log_off_at_end_of_shift. + :alice3216 :does :log_off_at_end_of_shift. } log:explains { - :bob8216 :complies true. + :alice3216 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8217 :does :work_related_task. - :bob8217 :does :log_off_at_end_of_shift. + :alice3217 :does :log_off_at_end_of_shift. } log:explains { - :bob8217 :complies true. + :alice3217 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8218 :does :work_related_task. - :bob8218 :does :log_off_at_end_of_shift. + :alice3218 :does :log_off_at_end_of_shift. } log:explains { - :bob8218 :complies true. + :alice3218 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8219 :does :work_related_task. - :bob8219 :does :log_off_at_end_of_shift. + :alice3219 :does :log_off_at_end_of_shift. } log:explains { - :bob8219 :complies true. + :alice3219 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8220 :does :work_related_task. - :bob8220 :does :log_off_at_end_of_shift. + :alice3220 :does :log_off_at_end_of_shift. } log:explains { - :bob8220 :complies true. + :alice3220 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8221 :does :work_related_task. - :bob8221 :does :log_off_at_end_of_shift. + :alice3221 :does :log_off_at_end_of_shift. } log:explains { - :bob8221 :complies true. + :alice3221 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8222 :does :work_related_task. - :bob8222 :does :log_off_at_end_of_shift. + :alice3222 :does :log_off_at_end_of_shift. } log:explains { - :bob8222 :complies true. + :alice3222 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8223 :does :work_related_task. - :bob8223 :does :log_off_at_end_of_shift. + :alice3223 :does :log_off_at_end_of_shift. } log:explains { - :bob8223 :complies true. + :alice3223 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8224 :does :work_related_task. - :bob8224 :does :log_off_at_end_of_shift. + :alice3224 :does :log_off_at_end_of_shift. } log:explains { - :bob8224 :complies true. + :alice3224 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8225 :does :work_related_task. - :bob8225 :does :log_off_at_end_of_shift. + :alice3225 :does :log_off_at_end_of_shift. } log:explains { - :bob8225 :complies true. + :alice3225 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8226 :does :work_related_task. - :bob8226 :does :log_off_at_end_of_shift. + :alice3226 :does :log_off_at_end_of_shift. } log:explains { - :bob8226 :complies true. + :alice3226 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8227 :does :work_related_task. - :bob8227 :does :log_off_at_end_of_shift. + :alice3227 :does :log_off_at_end_of_shift. } log:explains { - :bob8227 :complies true. + :alice3227 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8228 :does :work_related_task. - :bob8228 :does :log_off_at_end_of_shift. + :alice3228 :does :log_off_at_end_of_shift. } log:explains { - :bob8228 :complies true. + :alice3228 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8229 :does :work_related_task. - :bob8229 :does :log_off_at_end_of_shift. + :alice3229 :does :log_off_at_end_of_shift. } log:explains { - :bob8229 :complies true. + :alice3229 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8230 :does :work_related_task. - :bob8230 :does :log_off_at_end_of_shift. + :alice3230 :does :log_off_at_end_of_shift. } log:explains { - :bob8230 :complies true. + :alice3230 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8231 :does :work_related_task. - :bob8231 :does :log_off_at_end_of_shift. + :alice3231 :does :log_off_at_end_of_shift. } log:explains { - :bob8231 :complies true. + :alice3231 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8232 :does :work_related_task. - :bob8232 :does :log_off_at_end_of_shift. + :alice3232 :does :log_off_at_end_of_shift. } log:explains { - :bob8232 :complies true. + :alice3232 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8233 :does :work_related_task. - :bob8233 :does :log_off_at_end_of_shift. + :alice3233 :does :log_off_at_end_of_shift. } log:explains { - :bob8233 :complies true. + :alice3233 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8234 :does :work_related_task. - :bob8234 :does :log_off_at_end_of_shift. + :alice3234 :does :log_off_at_end_of_shift. } log:explains { - :bob8234 :complies true. + :alice3234 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8235 :does :work_related_task. - :bob8235 :does :log_off_at_end_of_shift. + :alice3235 :does :log_off_at_end_of_shift. } log:explains { - :bob8235 :complies true. + :alice3235 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8236 :does :work_related_task. - :bob8236 :does :log_off_at_end_of_shift. + :alice3236 :does :log_off_at_end_of_shift. } log:explains { - :bob8236 :complies true. + :alice3236 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8237 :does :work_related_task. - :bob8237 :does :log_off_at_end_of_shift. + :alice3237 :does :log_off_at_end_of_shift. } log:explains { - :bob8237 :complies true. + :alice3237 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8238 :does :work_related_task. - :bob8238 :does :log_off_at_end_of_shift. + :alice3238 :does :log_off_at_end_of_shift. } log:explains { - :bob8238 :complies true. + :alice3238 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8239 :does :work_related_task. - :bob8239 :does :log_off_at_end_of_shift. + :alice3239 :does :log_off_at_end_of_shift. } log:explains { - :bob8239 :complies true. + :alice3239 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8240 :does :work_related_task. - :bob8240 :does :log_off_at_end_of_shift. + :alice3240 :does :log_off_at_end_of_shift. } log:explains { - :bob8240 :complies true. + :alice3240 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8241 :does :work_related_task. - :bob8241 :does :log_off_at_end_of_shift. + :alice3241 :does :log_off_at_end_of_shift. } log:explains { - :bob8241 :complies true. + :alice3241 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8242 :does :work_related_task. - :bob8242 :does :log_off_at_end_of_shift. + :alice3242 :does :log_off_at_end_of_shift. } log:explains { - :bob8242 :complies true. + :alice3242 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8243 :does :work_related_task. - :bob8243 :does :log_off_at_end_of_shift. + :alice3243 :does :log_off_at_end_of_shift. } log:explains { - :bob8243 :complies true. + :alice3243 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8244 :does :work_related_task. - :bob8244 :does :log_off_at_end_of_shift. + :alice3244 :does :log_off_at_end_of_shift. } log:explains { - :bob8244 :complies true. + :alice3244 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8245 :does :work_related_task. - :bob8245 :does :log_off_at_end_of_shift. + :alice3245 :does :log_off_at_end_of_shift. } log:explains { - :bob8245 :complies true. + :alice3245 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8246 :does :work_related_task. - :bob8246 :does :log_off_at_end_of_shift. + :alice3246 :does :log_off_at_end_of_shift. } log:explains { - :bob8246 :complies true. + :alice3246 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8247 :does :work_related_task. - :bob8247 :does :log_off_at_end_of_shift. + :alice3247 :does :log_off_at_end_of_shift. } log:explains { - :bob8247 :complies true. + :alice3247 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8248 :does :work_related_task. - :bob8248 :does :log_off_at_end_of_shift. + :alice3248 :does :log_off_at_end_of_shift. } log:explains { - :bob8248 :complies true. + :alice3248 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8249 :does :work_related_task. - :bob8249 :does :log_off_at_end_of_shift. + :alice3249 :does :log_off_at_end_of_shift. } log:explains { - :bob8249 :complies true. + :alice3249 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8250 :does :work_related_task. - :bob8250 :does :log_off_at_end_of_shift. + :alice3250 :does :log_off_at_end_of_shift. } log:explains { - :bob8250 :complies true. + :alice3250 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8251 :does :work_related_task. - :bob8251 :does :log_off_at_end_of_shift. + :alice3251 :does :log_off_at_end_of_shift. } log:explains { - :bob8251 :complies true. + :alice3251 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8252 :does :work_related_task. - :bob8252 :does :log_off_at_end_of_shift. + :alice3252 :does :log_off_at_end_of_shift. } log:explains { - :bob8252 :complies true. + :alice3252 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8253 :does :work_related_task. - :bob8253 :does :log_off_at_end_of_shift. + :alice3253 :does :log_off_at_end_of_shift. } log:explains { - :bob8253 :complies true. + :alice3253 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8254 :does :work_related_task. - :bob8254 :does :log_off_at_end_of_shift. + :alice3254 :does :log_off_at_end_of_shift. } log:explains { - :bob8254 :complies true. + :alice3254 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8255 :does :work_related_task. - :bob8255 :does :log_off_at_end_of_shift. + :alice3255 :does :log_off_at_end_of_shift. } log:explains { - :bob8255 :complies true. + :alice3255 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8256 :does :work_related_task. - :bob8256 :does :log_off_at_end_of_shift. + :alice3256 :does :log_off_at_end_of_shift. } log:explains { - :bob8256 :complies true. + :alice3256 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8257 :does :work_related_task. - :bob8257 :does :log_off_at_end_of_shift. + :alice3257 :does :log_off_at_end_of_shift. } log:explains { - :bob8257 :complies true. + :alice3257 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8258 :does :work_related_task. - :bob8258 :does :log_off_at_end_of_shift. + :alice3258 :does :log_off_at_end_of_shift. } log:explains { - :bob8258 :complies true. + :alice3258 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8259 :does :work_related_task. - :bob8259 :does :log_off_at_end_of_shift. + :alice3259 :does :log_off_at_end_of_shift. } log:explains { - :bob8259 :complies true. + :alice3259 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8260 :does :work_related_task. - :bob8260 :does :log_off_at_end_of_shift. + :alice3260 :does :log_off_at_end_of_shift. } log:explains { - :bob8260 :complies true. + :alice3260 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8261 :does :work_related_task. - :bob8261 :does :log_off_at_end_of_shift. + :alice3261 :does :log_off_at_end_of_shift. } log:explains { - :bob8261 :complies true. + :alice3261 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8262 :does :work_related_task. - :bob8262 :does :log_off_at_end_of_shift. + :alice3262 :does :log_off_at_end_of_shift. } log:explains { - :bob8262 :complies true. + :alice3262 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8263 :does :work_related_task. - :bob8263 :does :log_off_at_end_of_shift. + :alice3263 :does :log_off_at_end_of_shift. } log:explains { - :bob8263 :complies true. + :alice3263 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8264 :does :work_related_task. - :bob8264 :does :log_off_at_end_of_shift. + :alice3264 :does :log_off_at_end_of_shift. } log:explains { - :bob8264 :complies true. + :alice3264 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8265 :does :work_related_task. - :bob8265 :does :log_off_at_end_of_shift. + :alice3265 :does :log_off_at_end_of_shift. } log:explains { - :bob8265 :complies true. + :alice3265 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8266 :does :work_related_task. - :bob8266 :does :log_off_at_end_of_shift. + :alice3266 :does :log_off_at_end_of_shift. } log:explains { - :bob8266 :complies true. + :alice3266 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8267 :does :work_related_task. - :bob8267 :does :log_off_at_end_of_shift. + :alice3267 :does :log_off_at_end_of_shift. } log:explains { - :bob8267 :complies true. + :alice3267 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8268 :does :work_related_task. - :bob8268 :does :log_off_at_end_of_shift. + :alice3268 :does :log_off_at_end_of_shift. } log:explains { - :bob8268 :complies true. + :alice3268 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8269 :does :work_related_task. - :bob8269 :does :log_off_at_end_of_shift. + :alice3269 :does :log_off_at_end_of_shift. } log:explains { - :bob8269 :complies true. + :alice3269 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8270 :does :work_related_task. - :bob8270 :does :log_off_at_end_of_shift. + :alice3270 :does :log_off_at_end_of_shift. } log:explains { - :bob8270 :complies true. + :alice3270 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8271 :does :work_related_task. - :bob8271 :does :log_off_at_end_of_shift. + :alice3271 :does :log_off_at_end_of_shift. } log:explains { - :bob8271 :complies true. + :alice3271 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8272 :does :work_related_task. - :bob8272 :does :log_off_at_end_of_shift. + :alice3272 :does :log_off_at_end_of_shift. } log:explains { - :bob8272 :complies true. + :alice3272 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8273 :does :work_related_task. - :bob8273 :does :log_off_at_end_of_shift. + :alice3273 :does :log_off_at_end_of_shift. } log:explains { - :bob8273 :complies true. + :alice3273 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8274 :does :work_related_task. - :bob8274 :does :log_off_at_end_of_shift. + :alice3274 :does :log_off_at_end_of_shift. } log:explains { - :bob8274 :complies true. + :alice3274 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8275 :does :work_related_task. - :bob8275 :does :log_off_at_end_of_shift. + :alice3275 :does :log_off_at_end_of_shift. } log:explains { - :bob8275 :complies true. + :alice3275 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8276 :does :work_related_task. - :bob8276 :does :log_off_at_end_of_shift. + :alice3276 :does :log_off_at_end_of_shift. } log:explains { - :bob8276 :complies true. + :alice3276 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8277 :does :work_related_task. - :bob8277 :does :log_off_at_end_of_shift. + :alice3277 :does :log_off_at_end_of_shift. } log:explains { - :bob8277 :complies true. + :alice3277 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8278 :does :work_related_task. - :bob8278 :does :log_off_at_end_of_shift. + :alice3278 :does :log_off_at_end_of_shift. } log:explains { - :bob8278 :complies true. + :alice3278 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8279 :does :work_related_task. - :bob8279 :does :log_off_at_end_of_shift. + :alice3279 :does :log_off_at_end_of_shift. } log:explains { - :bob8279 :complies true. + :alice3279 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8280 :does :work_related_task. - :bob8280 :does :log_off_at_end_of_shift. + :alice3280 :does :log_off_at_end_of_shift. } log:explains { - :bob8280 :complies true. + :alice3280 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8281 :does :work_related_task. - :bob8281 :does :log_off_at_end_of_shift. + :alice3281 :does :log_off_at_end_of_shift. } log:explains { - :bob8281 :complies true. + :alice3281 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8282 :does :work_related_task. - :bob8282 :does :log_off_at_end_of_shift. + :alice3282 :does :log_off_at_end_of_shift. } log:explains { - :bob8282 :complies true. + :alice3282 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8283 :does :work_related_task. - :bob8283 :does :log_off_at_end_of_shift. + :alice3283 :does :log_off_at_end_of_shift. } log:explains { - :bob8283 :complies true. + :alice3283 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8284 :does :work_related_task. - :bob8284 :does :log_off_at_end_of_shift. + :alice3284 :does :log_off_at_end_of_shift. } log:explains { - :bob8284 :complies true. + :alice3284 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8285 :does :work_related_task. - :bob8285 :does :log_off_at_end_of_shift. + :alice3285 :does :log_off_at_end_of_shift. } log:explains { - :bob8285 :complies true. + :alice3285 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8286 :does :work_related_task. - :bob8286 :does :log_off_at_end_of_shift. + :alice3286 :does :log_off_at_end_of_shift. } log:explains { - :bob8286 :complies true. + :alice3286 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8287 :does :work_related_task. - :bob8287 :does :log_off_at_end_of_shift. + :alice3287 :does :log_off_at_end_of_shift. } log:explains { - :bob8287 :complies true. + :alice3287 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8288 :does :work_related_task. - :bob8288 :does :log_off_at_end_of_shift. + :alice3288 :does :log_off_at_end_of_shift. } log:explains { - :bob8288 :complies true. + :alice3288 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8289 :does :work_related_task. - :bob8289 :does :log_off_at_end_of_shift. + :alice3289 :does :log_off_at_end_of_shift. } log:explains { - :bob8289 :complies true. + :alice3289 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8290 :does :work_related_task. - :bob8290 :does :log_off_at_end_of_shift. + :alice3290 :does :log_off_at_end_of_shift. } log:explains { - :bob8290 :complies true. + :alice3290 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8291 :does :work_related_task. - :bob8291 :does :log_off_at_end_of_shift. + :alice3291 :does :log_off_at_end_of_shift. } log:explains { - :bob8291 :complies true. + :alice3291 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8292 :does :work_related_task. - :bob8292 :does :log_off_at_end_of_shift. + :alice3292 :does :log_off_at_end_of_shift. } log:explains { - :bob8292 :complies true. + :alice3292 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8293 :does :work_related_task. - :bob8293 :does :log_off_at_end_of_shift. + :alice3293 :does :log_off_at_end_of_shift. } log:explains { - :bob8293 :complies true. + :alice3293 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8294 :does :work_related_task. - :bob8294 :does :log_off_at_end_of_shift. + :alice3294 :does :log_off_at_end_of_shift. } log:explains { - :bob8294 :complies true. + :alice3294 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8295 :does :work_related_task. - :bob8295 :does :log_off_at_end_of_shift. + :alice3295 :does :log_off_at_end_of_shift. } log:explains { - :bob8295 :complies true. + :alice3295 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8296 :does :work_related_task. - :bob8296 :does :log_off_at_end_of_shift. + :alice3296 :does :log_off_at_end_of_shift. } log:explains { - :bob8296 :complies true. + :alice3296 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8297 :does :work_related_task. - :bob8297 :does :log_off_at_end_of_shift. + :alice3297 :does :log_off_at_end_of_shift. } log:explains { - :bob8297 :complies true. + :alice3297 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8298 :does :work_related_task. - :bob8298 :does :log_off_at_end_of_shift. + :alice3298 :does :log_off_at_end_of_shift. } log:explains { - :bob8298 :complies true. + :alice3298 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8299 :does :work_related_task. - :bob8299 :does :log_off_at_end_of_shift. + :alice3299 :does :log_off_at_end_of_shift. } log:explains { - :bob8299 :complies true. + :alice3299 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8300 :does :work_related_task. - :bob8300 :does :log_off_at_end_of_shift. + :alice3300 :does :log_off_at_end_of_shift. } log:explains { - :bob8300 :complies true. + :alice3300 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8301 :does :work_related_task. - :bob8301 :does :log_off_at_end_of_shift. + :alice3301 :does :log_off_at_end_of_shift. } log:explains { - :bob8301 :complies true. + :alice3301 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8302 :does :work_related_task. - :bob8302 :does :log_off_at_end_of_shift. + :alice3302 :does :log_off_at_end_of_shift. } log:explains { - :bob8302 :complies true. + :alice3302 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8303 :does :work_related_task. - :bob8303 :does :log_off_at_end_of_shift. + :alice3303 :does :log_off_at_end_of_shift. } log:explains { - :bob8303 :complies true. + :alice3303 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8304 :does :work_related_task. - :bob8304 :does :log_off_at_end_of_shift. + :alice3304 :does :log_off_at_end_of_shift. } log:explains { - :bob8304 :complies true. + :alice3304 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8305 :does :work_related_task. - :bob8305 :does :log_off_at_end_of_shift. + :alice3305 :does :log_off_at_end_of_shift. } log:explains { - :bob8305 :complies true. + :alice3305 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8306 :does :work_related_task. - :bob8306 :does :log_off_at_end_of_shift. + :alice3306 :does :log_off_at_end_of_shift. } log:explains { - :bob8306 :complies true. + :alice3306 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8307 :does :work_related_task. - :bob8307 :does :log_off_at_end_of_shift. + :alice3307 :does :log_off_at_end_of_shift. } log:explains { - :bob8307 :complies true. + :alice3307 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8308 :does :work_related_task. - :bob8308 :does :log_off_at_end_of_shift. + :alice3308 :does :log_off_at_end_of_shift. } log:explains { - :bob8308 :complies true. + :alice3308 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8309 :does :work_related_task. - :bob8309 :does :log_off_at_end_of_shift. + :alice3309 :does :log_off_at_end_of_shift. } log:explains { - :bob8309 :complies true. + :alice3309 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8310 :does :work_related_task. - :bob8310 :does :log_off_at_end_of_shift. + :alice3310 :does :log_off_at_end_of_shift. } log:explains { - :bob8310 :complies true. + :alice3310 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8311 :does :work_related_task. - :bob8311 :does :log_off_at_end_of_shift. + :alice3311 :does :log_off_at_end_of_shift. } log:explains { - :bob8311 :complies true. + :alice3311 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8312 :does :work_related_task. - :bob8312 :does :log_off_at_end_of_shift. + :alice3312 :does :log_off_at_end_of_shift. } log:explains { - :bob8312 :complies true. + :alice3312 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8313 :does :work_related_task. - :bob8313 :does :log_off_at_end_of_shift. + :alice3313 :does :log_off_at_end_of_shift. } log:explains { - :bob8313 :complies true. + :alice3313 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8314 :does :work_related_task. - :bob8314 :does :log_off_at_end_of_shift. + :alice3314 :does :log_off_at_end_of_shift. } log:explains { - :bob8314 :complies true. + :alice3314 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8315 :does :work_related_task. - :bob8315 :does :log_off_at_end_of_shift. + :alice3315 :does :log_off_at_end_of_shift. } log:explains { - :bob8315 :complies true. + :alice3315 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8316 :does :work_related_task. - :bob8316 :does :log_off_at_end_of_shift. + :alice3316 :does :log_off_at_end_of_shift. } log:explains { - :bob8316 :complies true. + :alice3316 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8317 :does :work_related_task. - :bob8317 :does :log_off_at_end_of_shift. + :alice3317 :does :log_off_at_end_of_shift. } log:explains { - :bob8317 :complies true. + :alice3317 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8318 :does :work_related_task. - :bob8318 :does :log_off_at_end_of_shift. + :alice3318 :does :log_off_at_end_of_shift. } log:explains { - :bob8318 :complies true. + :alice3318 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8319 :does :work_related_task. - :bob8319 :does :log_off_at_end_of_shift. + :alice3319 :does :log_off_at_end_of_shift. } log:explains { - :bob8319 :complies true. + :alice3319 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8320 :does :work_related_task. - :bob8320 :does :log_off_at_end_of_shift. + :alice3320 :does :log_off_at_end_of_shift. } log:explains { - :bob8320 :complies true. + :alice3320 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8321 :does :work_related_task. - :bob8321 :does :log_off_at_end_of_shift. + :alice3321 :does :log_off_at_end_of_shift. } log:explains { - :bob8321 :complies true. + :alice3321 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8322 :does :work_related_task. - :bob8322 :does :log_off_at_end_of_shift. + :alice3322 :does :log_off_at_end_of_shift. } log:explains { - :bob8322 :complies true. + :alice3322 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8323 :does :work_related_task. - :bob8323 :does :log_off_at_end_of_shift. + :alice3323 :does :log_off_at_end_of_shift. } log:explains { - :bob8323 :complies true. + :alice3323 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8324 :does :work_related_task. - :bob8324 :does :log_off_at_end_of_shift. + :alice3324 :does :log_off_at_end_of_shift. } log:explains { - :bob8324 :complies true. + :alice3324 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8325 :does :work_related_task. - :bob8325 :does :log_off_at_end_of_shift. + :alice3325 :does :log_off_at_end_of_shift. } log:explains { - :bob8325 :complies true. + :alice3325 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8326 :does :work_related_task. - :bob8326 :does :log_off_at_end_of_shift. + :alice3326 :does :log_off_at_end_of_shift. } log:explains { - :bob8326 :complies true. + :alice3326 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8327 :does :work_related_task. - :bob8327 :does :log_off_at_end_of_shift. + :alice3327 :does :log_off_at_end_of_shift. } log:explains { - :bob8327 :complies true. + :alice3327 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8328 :does :work_related_task. - :bob8328 :does :log_off_at_end_of_shift. + :alice3328 :does :log_off_at_end_of_shift. } log:explains { - :bob8328 :complies true. + :alice3328 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8329 :does :work_related_task. - :bob8329 :does :log_off_at_end_of_shift. + :alice3329 :does :log_off_at_end_of_shift. } log:explains { - :bob8329 :complies true. + :alice3329 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8330 :does :work_related_task. - :bob8330 :does :log_off_at_end_of_shift. + :alice3330 :does :log_off_at_end_of_shift. } log:explains { - :bob8330 :complies true. + :alice3330 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8331 :does :work_related_task. - :bob8331 :does :log_off_at_end_of_shift. + :alice3331 :does :log_off_at_end_of_shift. } log:explains { - :bob8331 :complies true. + :alice3331 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8332 :does :work_related_task. - :bob8332 :does :log_off_at_end_of_shift. + :alice3332 :does :log_off_at_end_of_shift. } log:explains { - :bob8332 :complies true. + :alice3332 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8333 :does :work_related_task. - :bob8333 :does :log_off_at_end_of_shift. + :alice3333 :does :log_off_at_end_of_shift. } log:explains { - :bob8333 :complies true. + :alice3333 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8334 :does :work_related_task. - :bob8334 :does :log_off_at_end_of_shift. + :alice3334 :does :log_off_at_end_of_shift. } log:explains { - :bob8334 :complies true. + :alice3334 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8335 :does :work_related_task. - :bob8335 :does :log_off_at_end_of_shift. + :alice3335 :does :log_off_at_end_of_shift. } log:explains { - :bob8335 :complies true. + :alice3335 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8336 :does :work_related_task. - :bob8336 :does :log_off_at_end_of_shift. + :alice3336 :does :log_off_at_end_of_shift. } log:explains { - :bob8336 :complies true. + :alice3336 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8337 :does :work_related_task. - :bob8337 :does :log_off_at_end_of_shift. + :alice3337 :does :log_off_at_end_of_shift. } log:explains { - :bob8337 :complies true. + :alice3337 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8338 :does :work_related_task. - :bob8338 :does :log_off_at_end_of_shift. + :alice3338 :does :log_off_at_end_of_shift. } log:explains { - :bob8338 :complies true. + :alice3338 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8339 :does :work_related_task. - :bob8339 :does :log_off_at_end_of_shift. + :alice3339 :does :log_off_at_end_of_shift. } log:explains { - :bob8339 :complies true. + :alice3339 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8340 :does :work_related_task. - :bob8340 :does :log_off_at_end_of_shift. + :alice3340 :does :log_off_at_end_of_shift. } log:explains { - :bob8340 :complies true. + :alice3340 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8341 :does :work_related_task. - :bob8341 :does :log_off_at_end_of_shift. + :alice3341 :does :log_off_at_end_of_shift. } log:explains { - :bob8341 :complies true. + :alice3341 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8342 :does :work_related_task. - :bob8342 :does :log_off_at_end_of_shift. + :alice3342 :does :log_off_at_end_of_shift. } log:explains { - :bob8342 :complies true. + :alice3342 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8343 :does :work_related_task. - :bob8343 :does :log_off_at_end_of_shift. + :alice3343 :does :log_off_at_end_of_shift. } log:explains { - :bob8343 :complies true. + :alice3343 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8344 :does :work_related_task. - :bob8344 :does :log_off_at_end_of_shift. + :alice3344 :does :log_off_at_end_of_shift. } log:explains { - :bob8344 :complies true. + :alice3344 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8345 :does :work_related_task. - :bob8345 :does :log_off_at_end_of_shift. + :alice3345 :does :log_off_at_end_of_shift. } log:explains { - :bob8345 :complies true. + :alice3345 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8346 :does :work_related_task. - :bob8346 :does :log_off_at_end_of_shift. + :alice3346 :does :log_off_at_end_of_shift. } log:explains { - :bob8346 :complies true. + :alice3346 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8347 :does :work_related_task. - :bob8347 :does :log_off_at_end_of_shift. + :alice3347 :does :log_off_at_end_of_shift. } log:explains { - :bob8347 :complies true. + :alice3347 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8348 :does :work_related_task. - :bob8348 :does :log_off_at_end_of_shift. + :alice3348 :does :log_off_at_end_of_shift. } log:explains { - :bob8348 :complies true. + :alice3348 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8349 :does :work_related_task. - :bob8349 :does :log_off_at_end_of_shift. + :alice3349 :does :log_off_at_end_of_shift. } log:explains { - :bob8349 :complies true. + :alice3349 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8350 :does :work_related_task. - :bob8350 :does :log_off_at_end_of_shift. + :alice3350 :does :log_off_at_end_of_shift. } log:explains { - :bob8350 :complies true. + :alice3350 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8351 :does :work_related_task. - :bob8351 :does :log_off_at_end_of_shift. + :alice3351 :does :log_off_at_end_of_shift. } log:explains { - :bob8351 :complies true. + :alice3351 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8352 :does :work_related_task. - :bob8352 :does :log_off_at_end_of_shift. + :alice3352 :does :log_off_at_end_of_shift. } log:explains { - :bob8352 :complies true. + :alice3352 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8353 :does :work_related_task. - :bob8353 :does :log_off_at_end_of_shift. + :alice3353 :does :log_off_at_end_of_shift. } log:explains { - :bob8353 :complies true. + :alice3353 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8354 :does :work_related_task. - :bob8354 :does :log_off_at_end_of_shift. + :alice3354 :does :log_off_at_end_of_shift. } log:explains { - :bob8354 :complies true. + :alice3354 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8355 :does :work_related_task. - :bob8355 :does :log_off_at_end_of_shift. + :alice3355 :does :log_off_at_end_of_shift. } log:explains { - :bob8355 :complies true. + :alice3355 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8356 :does :work_related_task. - :bob8356 :does :log_off_at_end_of_shift. + :alice3356 :does :log_off_at_end_of_shift. } log:explains { - :bob8356 :complies true. + :alice3356 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8357 :does :work_related_task. - :bob8357 :does :log_off_at_end_of_shift. + :alice3357 :does :log_off_at_end_of_shift. } log:explains { - :bob8357 :complies true. + :alice3357 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8358 :does :work_related_task. - :bob8358 :does :log_off_at_end_of_shift. + :alice3358 :does :log_off_at_end_of_shift. } log:explains { - :bob8358 :complies true. + :alice3358 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8359 :does :work_related_task. - :bob8359 :does :log_off_at_end_of_shift. + :alice3359 :does :log_off_at_end_of_shift. } log:explains { - :bob8359 :complies true. + :alice3359 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8360 :does :work_related_task. - :bob8360 :does :log_off_at_end_of_shift. + :alice3360 :does :log_off_at_end_of_shift. } log:explains { - :bob8360 :complies true. + :alice3360 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8361 :does :work_related_task. - :bob8361 :does :log_off_at_end_of_shift. + :alice3361 :does :log_off_at_end_of_shift. } log:explains { - :bob8361 :complies true. + :alice3361 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8362 :does :work_related_task. - :bob8362 :does :log_off_at_end_of_shift. + :alice3362 :does :log_off_at_end_of_shift. } log:explains { - :bob8362 :complies true. + :alice3362 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8363 :does :work_related_task. - :bob8363 :does :log_off_at_end_of_shift. + :alice3363 :does :log_off_at_end_of_shift. } log:explains { - :bob8363 :complies true. + :alice3363 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8364 :does :work_related_task. - :bob8364 :does :log_off_at_end_of_shift. + :alice3364 :does :log_off_at_end_of_shift. } log:explains { - :bob8364 :complies true. + :alice3364 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8365 :does :work_related_task. - :bob8365 :does :log_off_at_end_of_shift. + :alice3365 :does :log_off_at_end_of_shift. } log:explains { - :bob8365 :complies true. + :alice3365 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8366 :does :work_related_task. - :bob8366 :does :log_off_at_end_of_shift. + :alice3366 :does :log_off_at_end_of_shift. } log:explains { - :bob8366 :complies true. + :alice3366 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8367 :does :work_related_task. - :bob8367 :does :log_off_at_end_of_shift. + :alice3367 :does :log_off_at_end_of_shift. } log:explains { - :bob8367 :complies true. + :alice3367 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8368 :does :work_related_task. - :bob8368 :does :log_off_at_end_of_shift. + :alice3368 :does :log_off_at_end_of_shift. } log:explains { - :bob8368 :complies true. + :alice3368 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8369 :does :work_related_task. - :bob8369 :does :log_off_at_end_of_shift. + :alice3369 :does :log_off_at_end_of_shift. } log:explains { - :bob8369 :complies true. + :alice3369 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8370 :does :work_related_task. - :bob8370 :does :log_off_at_end_of_shift. + :alice3370 :does :log_off_at_end_of_shift. } log:explains { - :bob8370 :complies true. + :alice3370 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8371 :does :work_related_task. - :bob8371 :does :log_off_at_end_of_shift. + :alice3371 :does :log_off_at_end_of_shift. } log:explains { - :bob8371 :complies true. + :alice3371 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8372 :does :work_related_task. - :bob8372 :does :log_off_at_end_of_shift. + :alice3372 :does :log_off_at_end_of_shift. } log:explains { - :bob8372 :complies true. + :alice3372 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8373 :does :work_related_task. - :bob8373 :does :log_off_at_end_of_shift. + :alice3373 :does :log_off_at_end_of_shift. } log:explains { - :bob8373 :complies true. + :alice3373 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8374 :does :work_related_task. - :bob8374 :does :log_off_at_end_of_shift. + :alice3374 :does :log_off_at_end_of_shift. } log:explains { - :bob8374 :complies true. + :alice3374 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8375 :does :work_related_task. - :bob8375 :does :log_off_at_end_of_shift. + :alice3375 :does :log_off_at_end_of_shift. } log:explains { - :bob8375 :complies true. + :alice3375 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8376 :does :work_related_task. - :bob8376 :does :log_off_at_end_of_shift. + :alice3376 :does :log_off_at_end_of_shift. } log:explains { - :bob8376 :complies true. + :alice3376 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8377 :does :work_related_task. - :bob8377 :does :log_off_at_end_of_shift. + :alice3377 :does :log_off_at_end_of_shift. } log:explains { - :bob8377 :complies true. + :alice3377 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8378 :does :work_related_task. - :bob8378 :does :log_off_at_end_of_shift. + :alice3378 :does :log_off_at_end_of_shift. } log:explains { - :bob8378 :complies true. + :alice3378 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8379 :does :work_related_task. - :bob8379 :does :log_off_at_end_of_shift. + :alice3379 :does :log_off_at_end_of_shift. } log:explains { - :bob8379 :complies true. + :alice3379 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8380 :does :work_related_task. - :bob8380 :does :log_off_at_end_of_shift. + :alice3380 :does :log_off_at_end_of_shift. } log:explains { - :bob8380 :complies true. + :alice3380 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8381 :does :work_related_task. - :bob8381 :does :log_off_at_end_of_shift. + :alice3381 :does :log_off_at_end_of_shift. } log:explains { - :bob8381 :complies true. + :alice3381 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8382 :does :work_related_task. - :bob8382 :does :log_off_at_end_of_shift. + :alice3382 :does :log_off_at_end_of_shift. } log:explains { - :bob8382 :complies true. + :alice3382 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8383 :does :work_related_task. - :bob8383 :does :log_off_at_end_of_shift. + :alice3383 :does :log_off_at_end_of_shift. } log:explains { - :bob8383 :complies true. + :alice3383 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8384 :does :work_related_task. - :bob8384 :does :log_off_at_end_of_shift. + :alice3384 :does :log_off_at_end_of_shift. } log:explains { - :bob8384 :complies true. + :alice3384 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8385 :does :work_related_task. - :bob8385 :does :log_off_at_end_of_shift. + :alice3385 :does :log_off_at_end_of_shift. } log:explains { - :bob8385 :complies true. + :alice3385 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8386 :does :work_related_task. - :bob8386 :does :log_off_at_end_of_shift. + :alice3386 :does :log_off_at_end_of_shift. } log:explains { - :bob8386 :complies true. + :alice3386 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8387 :does :work_related_task. - :bob8387 :does :log_off_at_end_of_shift. + :alice3387 :does :log_off_at_end_of_shift. } log:explains { - :bob8387 :complies true. + :alice3387 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8388 :does :work_related_task. - :bob8388 :does :log_off_at_end_of_shift. + :alice3388 :does :log_off_at_end_of_shift. } log:explains { - :bob8388 :complies true. + :alice3388 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8389 :does :work_related_task. - :bob8389 :does :log_off_at_end_of_shift. + :alice3389 :does :log_off_at_end_of_shift. } log:explains { - :bob8389 :complies true. + :alice3389 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8390 :does :work_related_task. - :bob8390 :does :log_off_at_end_of_shift. + :alice3390 :does :log_off_at_end_of_shift. } log:explains { - :bob8390 :complies true. + :alice3390 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8391 :does :work_related_task. - :bob8391 :does :log_off_at_end_of_shift. + :alice3391 :does :log_off_at_end_of_shift. } log:explains { - :bob8391 :complies true. + :alice3391 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8392 :does :work_related_task. - :bob8392 :does :log_off_at_end_of_shift. + :alice3392 :does :log_off_at_end_of_shift. } log:explains { - :bob8392 :complies true. + :alice3392 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8393 :does :work_related_task. - :bob8393 :does :log_off_at_end_of_shift. + :alice3393 :does :log_off_at_end_of_shift. } log:explains { - :bob8393 :complies true. + :alice3393 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8394 :does :work_related_task. - :bob8394 :does :log_off_at_end_of_shift. + :alice3394 :does :log_off_at_end_of_shift. } log:explains { - :bob8394 :complies true. + :alice3394 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8395 :does :work_related_task. - :bob8395 :does :log_off_at_end_of_shift. + :alice3395 :does :log_off_at_end_of_shift. } log:explains { - :bob8395 :complies true. + :alice3395 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8396 :does :work_related_task. - :bob8396 :does :log_off_at_end_of_shift. + :alice3396 :does :log_off_at_end_of_shift. } log:explains { - :bob8396 :complies true. + :alice3396 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8397 :does :work_related_task. - :bob8397 :does :log_off_at_end_of_shift. + :alice3397 :does :log_off_at_end_of_shift. } log:explains { - :bob8397 :complies true. + :alice3397 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8398 :does :work_related_task. - :bob8398 :does :log_off_at_end_of_shift. + :alice3398 :does :log_off_at_end_of_shift. } log:explains { - :bob8398 :complies true. + :alice3398 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8399 :does :work_related_task. - :bob8399 :does :log_off_at_end_of_shift. + :alice3399 :does :log_off_at_end_of_shift. } log:explains { - :bob8399 :complies true. + :alice3399 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8400 :does :work_related_task. - :bob8400 :does :log_off_at_end_of_shift. + :alice3400 :does :log_off_at_end_of_shift. } log:explains { - :bob8400 :complies true. + :alice3400 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8401 :does :work_related_task. - :bob8401 :does :log_off_at_end_of_shift. + :alice3401 :does :log_off_at_end_of_shift. } log:explains { - :bob8401 :complies true. + :alice3401 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8402 :does :work_related_task. - :bob8402 :does :log_off_at_end_of_shift. + :alice3402 :does :log_off_at_end_of_shift. } log:explains { - :bob8402 :complies true. + :alice3402 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8403 :does :work_related_task. - :bob8403 :does :log_off_at_end_of_shift. + :alice3403 :does :log_off_at_end_of_shift. } log:explains { - :bob8403 :complies true. + :alice3403 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8404 :does :work_related_task. - :bob8404 :does :log_off_at_end_of_shift. + :alice3404 :does :log_off_at_end_of_shift. } log:explains { - :bob8404 :complies true. + :alice3404 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8405 :does :work_related_task. - :bob8405 :does :log_off_at_end_of_shift. + :alice3405 :does :log_off_at_end_of_shift. } log:explains { - :bob8405 :complies true. + :alice3405 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8406 :does :work_related_task. - :bob8406 :does :log_off_at_end_of_shift. + :alice3406 :does :log_off_at_end_of_shift. } log:explains { - :bob8406 :complies true. + :alice3406 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8407 :does :work_related_task. - :bob8407 :does :log_off_at_end_of_shift. + :alice3407 :does :log_off_at_end_of_shift. } log:explains { - :bob8407 :complies true. + :alice3407 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8408 :does :work_related_task. - :bob8408 :does :log_off_at_end_of_shift. + :alice3408 :does :log_off_at_end_of_shift. } log:explains { - :bob8408 :complies true. + :alice3408 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8409 :does :work_related_task. - :bob8409 :does :log_off_at_end_of_shift. + :alice3409 :does :log_off_at_end_of_shift. } log:explains { - :bob8409 :complies true. + :alice3409 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8410 :does :work_related_task. - :bob8410 :does :log_off_at_end_of_shift. + :alice3410 :does :log_off_at_end_of_shift. } log:explains { - :bob8410 :complies true. + :alice3410 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8411 :does :work_related_task. - :bob8411 :does :log_off_at_end_of_shift. + :alice3411 :does :log_off_at_end_of_shift. } log:explains { - :bob8411 :complies true. + :alice3411 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8412 :does :work_related_task. - :bob8412 :does :log_off_at_end_of_shift. + :alice3412 :does :log_off_at_end_of_shift. } log:explains { - :bob8412 :complies true. + :alice3412 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8413 :does :work_related_task. - :bob8413 :does :log_off_at_end_of_shift. + :alice3413 :does :log_off_at_end_of_shift. } log:explains { - :bob8413 :complies true. + :alice3413 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8414 :does :work_related_task. - :bob8414 :does :log_off_at_end_of_shift. + :alice3414 :does :log_off_at_end_of_shift. } log:explains { - :bob8414 :complies true. + :alice3414 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8415 :does :work_related_task. - :bob8415 :does :log_off_at_end_of_shift. + :alice3415 :does :log_off_at_end_of_shift. } log:explains { - :bob8415 :complies true. + :alice3415 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8416 :does :work_related_task. - :bob8416 :does :log_off_at_end_of_shift. + :alice3416 :does :log_off_at_end_of_shift. } log:explains { - :bob8416 :complies true. + :alice3416 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8417 :does :work_related_task. - :bob8417 :does :log_off_at_end_of_shift. + :alice3417 :does :log_off_at_end_of_shift. } log:explains { - :bob8417 :complies true. + :alice3417 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8418 :does :work_related_task. - :bob8418 :does :log_off_at_end_of_shift. + :alice3418 :does :log_off_at_end_of_shift. } log:explains { - :bob8418 :complies true. + :alice3418 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8419 :does :work_related_task. - :bob8419 :does :log_off_at_end_of_shift. + :alice3419 :does :log_off_at_end_of_shift. } log:explains { - :bob8419 :complies true. + :alice3419 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8420 :does :work_related_task. - :bob8420 :does :log_off_at_end_of_shift. + :alice3420 :does :log_off_at_end_of_shift. } log:explains { - :bob8420 :complies true. + :alice3420 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8421 :does :work_related_task. - :bob8421 :does :log_off_at_end_of_shift. + :alice3421 :does :log_off_at_end_of_shift. } log:explains { - :bob8421 :complies true. + :alice3421 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8422 :does :work_related_task. - :bob8422 :does :log_off_at_end_of_shift. + :alice3422 :does :log_off_at_end_of_shift. } log:explains { - :bob8422 :complies true. + :alice3422 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8423 :does :work_related_task. - :bob8423 :does :log_off_at_end_of_shift. + :alice3423 :does :log_off_at_end_of_shift. } log:explains { - :bob8423 :complies true. + :alice3423 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8424 :does :work_related_task. - :bob8424 :does :log_off_at_end_of_shift. + :alice3424 :does :log_off_at_end_of_shift. } log:explains { - :bob8424 :complies true. + :alice3424 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8425 :does :work_related_task. - :bob8425 :does :log_off_at_end_of_shift. + :alice3425 :does :log_off_at_end_of_shift. } log:explains { - :bob8425 :complies true. + :alice3425 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8426 :does :work_related_task. - :bob8426 :does :log_off_at_end_of_shift. + :alice3426 :does :log_off_at_end_of_shift. } log:explains { - :bob8426 :complies true. + :alice3426 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8427 :does :work_related_task. - :bob8427 :does :log_off_at_end_of_shift. + :alice3427 :does :log_off_at_end_of_shift. } log:explains { - :bob8427 :complies true. + :alice3427 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8428 :does :work_related_task. - :bob8428 :does :log_off_at_end_of_shift. + :alice3428 :does :log_off_at_end_of_shift. } log:explains { - :bob8428 :complies true. + :alice3428 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8429 :does :work_related_task. - :bob8429 :does :log_off_at_end_of_shift. + :alice3429 :does :log_off_at_end_of_shift. } log:explains { - :bob8429 :complies true. + :alice3429 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8430 :does :work_related_task. - :bob8430 :does :log_off_at_end_of_shift. + :alice3430 :does :log_off_at_end_of_shift. } log:explains { - :bob8430 :complies true. + :alice3430 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8431 :does :work_related_task. - :bob8431 :does :log_off_at_end_of_shift. + :alice3431 :does :log_off_at_end_of_shift. } log:explains { - :bob8431 :complies true. + :alice3431 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8432 :does :work_related_task. - :bob8432 :does :log_off_at_end_of_shift. + :alice3432 :does :log_off_at_end_of_shift. } log:explains { - :bob8432 :complies true. + :alice3432 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8433 :does :work_related_task. - :bob8433 :does :log_off_at_end_of_shift. + :alice3433 :does :log_off_at_end_of_shift. } log:explains { - :bob8433 :complies true. + :alice3433 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8434 :does :work_related_task. - :bob8434 :does :log_off_at_end_of_shift. + :alice3434 :does :log_off_at_end_of_shift. } log:explains { - :bob8434 :complies true. + :alice3434 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8435 :does :work_related_task. - :bob8435 :does :log_off_at_end_of_shift. + :alice3435 :does :log_off_at_end_of_shift. } log:explains { - :bob8435 :complies true. + :alice3435 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8436 :does :work_related_task. - :bob8436 :does :log_off_at_end_of_shift. + :alice3436 :does :log_off_at_end_of_shift. } log:explains { - :bob8436 :complies true. + :alice3436 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8437 :does :work_related_task. - :bob8437 :does :log_off_at_end_of_shift. + :alice3437 :does :log_off_at_end_of_shift. } log:explains { - :bob8437 :complies true. + :alice3437 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8438 :does :work_related_task. - :bob8438 :does :log_off_at_end_of_shift. + :alice3438 :does :log_off_at_end_of_shift. } log:explains { - :bob8438 :complies true. + :alice3438 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8439 :does :work_related_task. - :bob8439 :does :log_off_at_end_of_shift. + :alice3439 :does :log_off_at_end_of_shift. } log:explains { - :bob8439 :complies true. + :alice3439 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8440 :does :work_related_task. - :bob8440 :does :log_off_at_end_of_shift. + :alice3440 :does :log_off_at_end_of_shift. } log:explains { - :bob8440 :complies true. + :alice3440 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8441 :does :work_related_task. - :bob8441 :does :log_off_at_end_of_shift. + :alice3441 :does :log_off_at_end_of_shift. } log:explains { - :bob8441 :complies true. + :alice3441 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8442 :does :work_related_task. - :bob8442 :does :log_off_at_end_of_shift. + :alice3442 :does :log_off_at_end_of_shift. } log:explains { - :bob8442 :complies true. + :alice3442 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8443 :does :work_related_task. - :bob8443 :does :log_off_at_end_of_shift. + :alice3443 :does :log_off_at_end_of_shift. } log:explains { - :bob8443 :complies true. + :alice3443 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8444 :does :work_related_task. - :bob8444 :does :log_off_at_end_of_shift. + :alice3444 :does :log_off_at_end_of_shift. } log:explains { - :bob8444 :complies true. + :alice3444 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8445 :does :work_related_task. - :bob8445 :does :log_off_at_end_of_shift. + :alice3445 :does :log_off_at_end_of_shift. } log:explains { - :bob8445 :complies true. + :alice3445 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8446 :does :work_related_task. - :bob8446 :does :log_off_at_end_of_shift. + :alice3446 :does :log_off_at_end_of_shift. } log:explains { - :bob8446 :complies true. + :alice3446 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8447 :does :work_related_task. - :bob8447 :does :log_off_at_end_of_shift. + :alice3447 :does :log_off_at_end_of_shift. } log:explains { - :bob8447 :complies true. + :alice3447 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8448 :does :work_related_task. - :bob8448 :does :log_off_at_end_of_shift. + :alice3448 :does :log_off_at_end_of_shift. } log:explains { - :bob8448 :complies true. + :alice3448 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8449 :does :work_related_task. - :bob8449 :does :log_off_at_end_of_shift. + :alice3449 :does :log_off_at_end_of_shift. } log:explains { - :bob8449 :complies true. + :alice3449 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8450 :does :work_related_task. - :bob8450 :does :log_off_at_end_of_shift. + :alice3450 :does :log_off_at_end_of_shift. } log:explains { - :bob8450 :complies true. + :alice3450 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8451 :does :work_related_task. - :bob8451 :does :log_off_at_end_of_shift. + :alice3451 :does :log_off_at_end_of_shift. } log:explains { - :bob8451 :complies true. + :alice3451 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8452 :does :work_related_task. - :bob8452 :does :log_off_at_end_of_shift. + :alice3452 :does :log_off_at_end_of_shift. } log:explains { - :bob8452 :complies true. + :alice3452 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8453 :does :work_related_task. - :bob8453 :does :log_off_at_end_of_shift. + :alice3453 :does :log_off_at_end_of_shift. } log:explains { - :bob8453 :complies true. + :alice3453 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8454 :does :work_related_task. - :bob8454 :does :log_off_at_end_of_shift. + :alice3454 :does :log_off_at_end_of_shift. } log:explains { - :bob8454 :complies true. + :alice3454 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8455 :does :work_related_task. - :bob8455 :does :log_off_at_end_of_shift. + :alice3455 :does :log_off_at_end_of_shift. } log:explains { - :bob8455 :complies true. + :alice3455 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8456 :does :work_related_task. - :bob8456 :does :log_off_at_end_of_shift. + :alice3456 :does :log_off_at_end_of_shift. } log:explains { - :bob8456 :complies true. + :alice3456 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8457 :does :work_related_task. - :bob8457 :does :log_off_at_end_of_shift. + :alice3457 :does :log_off_at_end_of_shift. } log:explains { - :bob8457 :complies true. + :alice3457 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8458 :does :work_related_task. - :bob8458 :does :log_off_at_end_of_shift. + :alice3458 :does :log_off_at_end_of_shift. } log:explains { - :bob8458 :complies true. + :alice3458 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8459 :does :work_related_task. - :bob8459 :does :log_off_at_end_of_shift. + :alice3459 :does :log_off_at_end_of_shift. } log:explains { - :bob8459 :complies true. + :alice3459 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8460 :does :work_related_task. - :bob8460 :does :log_off_at_end_of_shift. + :alice3460 :does :log_off_at_end_of_shift. } log:explains { - :bob8460 :complies true. + :alice3460 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8461 :does :work_related_task. - :bob8461 :does :log_off_at_end_of_shift. + :alice3461 :does :log_off_at_end_of_shift. } log:explains { - :bob8461 :complies true. + :alice3461 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8462 :does :work_related_task. - :bob8462 :does :log_off_at_end_of_shift. + :alice3462 :does :log_off_at_end_of_shift. } log:explains { - :bob8462 :complies true. + :alice3462 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8463 :does :work_related_task. - :bob8463 :does :log_off_at_end_of_shift. + :alice3463 :does :log_off_at_end_of_shift. } log:explains { - :bob8463 :complies true. + :alice3463 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8464 :does :work_related_task. - :bob8464 :does :log_off_at_end_of_shift. + :alice3464 :does :log_off_at_end_of_shift. } log:explains { - :bob8464 :complies true. + :alice3464 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8465 :does :work_related_task. - :bob8465 :does :log_off_at_end_of_shift. + :alice3465 :does :log_off_at_end_of_shift. } log:explains { - :bob8465 :complies true. + :alice3465 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8466 :does :work_related_task. - :bob8466 :does :log_off_at_end_of_shift. + :alice3466 :does :log_off_at_end_of_shift. } log:explains { - :bob8466 :complies true. + :alice3466 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8467 :does :work_related_task. - :bob8467 :does :log_off_at_end_of_shift. + :alice3467 :does :log_off_at_end_of_shift. } log:explains { - :bob8467 :complies true. + :alice3467 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8468 :does :work_related_task. - :bob8468 :does :log_off_at_end_of_shift. + :alice3468 :does :log_off_at_end_of_shift. } log:explains { - :bob8468 :complies true. + :alice3468 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8469 :does :work_related_task. - :bob8469 :does :log_off_at_end_of_shift. + :alice3469 :does :log_off_at_end_of_shift. } log:explains { - :bob8469 :complies true. + :alice3469 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8470 :does :work_related_task. - :bob8470 :does :log_off_at_end_of_shift. + :alice3470 :does :log_off_at_end_of_shift. } log:explains { - :bob8470 :complies true. + :alice3470 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8471 :does :work_related_task. - :bob8471 :does :log_off_at_end_of_shift. + :alice3471 :does :log_off_at_end_of_shift. } log:explains { - :bob8471 :complies true. + :alice3471 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8472 :does :work_related_task. - :bob8472 :does :log_off_at_end_of_shift. + :alice3472 :does :log_off_at_end_of_shift. } log:explains { - :bob8472 :complies true. + :alice3472 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8473 :does :work_related_task. - :bob8473 :does :log_off_at_end_of_shift. + :alice3473 :does :log_off_at_end_of_shift. } log:explains { - :bob8473 :complies true. + :alice3473 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8474 :does :work_related_task. - :bob8474 :does :log_off_at_end_of_shift. + :alice3474 :does :log_off_at_end_of_shift. } log:explains { - :bob8474 :complies true. + :alice3474 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8475 :does :work_related_task. - :bob8475 :does :log_off_at_end_of_shift. + :alice3475 :does :log_off_at_end_of_shift. } log:explains { - :bob8475 :complies true. + :alice3475 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8476 :does :work_related_task. - :bob8476 :does :log_off_at_end_of_shift. + :alice3476 :does :log_off_at_end_of_shift. } log:explains { - :bob8476 :complies true. + :alice3476 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8477 :does :work_related_task. - :bob8477 :does :log_off_at_end_of_shift. + :alice3477 :does :log_off_at_end_of_shift. } log:explains { - :bob8477 :complies true. + :alice3477 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8478 :does :work_related_task. - :bob8478 :does :log_off_at_end_of_shift. + :alice3478 :does :log_off_at_end_of_shift. } log:explains { - :bob8478 :complies true. + :alice3478 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8479 :does :work_related_task. - :bob8479 :does :log_off_at_end_of_shift. + :alice3479 :does :log_off_at_end_of_shift. } log:explains { - :bob8479 :complies true. + :alice3479 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8480 :does :work_related_task. - :bob8480 :does :log_off_at_end_of_shift. + :alice3480 :does :log_off_at_end_of_shift. } log:explains { - :bob8480 :complies true. + :alice3480 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8481 :does :work_related_task. - :bob8481 :does :log_off_at_end_of_shift. + :alice3481 :does :log_off_at_end_of_shift. } log:explains { - :bob8481 :complies true. + :alice3481 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8482 :does :work_related_task. - :bob8482 :does :log_off_at_end_of_shift. + :alice3482 :does :log_off_at_end_of_shift. } log:explains { - :bob8482 :complies true. + :alice3482 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8483 :does :work_related_task. - :bob8483 :does :log_off_at_end_of_shift. + :alice3483 :does :log_off_at_end_of_shift. } log:explains { - :bob8483 :complies true. + :alice3483 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8484 :does :work_related_task. - :bob8484 :does :log_off_at_end_of_shift. + :alice3484 :does :log_off_at_end_of_shift. } log:explains { - :bob8484 :complies true. + :alice3484 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8485 :does :work_related_task. - :bob8485 :does :log_off_at_end_of_shift. + :alice3485 :does :log_off_at_end_of_shift. } log:explains { - :bob8485 :complies true. + :alice3485 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8486 :does :work_related_task. - :bob8486 :does :log_off_at_end_of_shift. + :alice3486 :does :log_off_at_end_of_shift. } log:explains { - :bob8486 :complies true. + :alice3486 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8487 :does :work_related_task. - :bob8487 :does :log_off_at_end_of_shift. + :alice3487 :does :log_off_at_end_of_shift. } log:explains { - :bob8487 :complies true. + :alice3487 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8488 :does :work_related_task. - :bob8488 :does :log_off_at_end_of_shift. + :alice3488 :does :log_off_at_end_of_shift. } log:explains { - :bob8488 :complies true. + :alice3488 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8489 :does :work_related_task. - :bob8489 :does :log_off_at_end_of_shift. + :alice3489 :does :log_off_at_end_of_shift. } log:explains { - :bob8489 :complies true. + :alice3489 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8490 :does :work_related_task. - :bob8490 :does :log_off_at_end_of_shift. + :alice3490 :does :log_off_at_end_of_shift. } log:explains { - :bob8490 :complies true. + :alice3490 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8491 :does :work_related_task. - :bob8491 :does :log_off_at_end_of_shift. + :alice3491 :does :log_off_at_end_of_shift. } log:explains { - :bob8491 :complies true. + :alice3491 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8492 :does :work_related_task. - :bob8492 :does :log_off_at_end_of_shift. + :alice3492 :does :log_off_at_end_of_shift. } log:explains { - :bob8492 :complies true. + :alice3492 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8493 :does :work_related_task. - :bob8493 :does :log_off_at_end_of_shift. + :alice3493 :does :log_off_at_end_of_shift. } log:explains { - :bob8493 :complies true. + :alice3493 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8494 :does :work_related_task. - :bob8494 :does :log_off_at_end_of_shift. + :alice3494 :does :log_off_at_end_of_shift. } log:explains { - :bob8494 :complies true. + :alice3494 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8495 :does :work_related_task. - :bob8495 :does :log_off_at_end_of_shift. + :alice3495 :does :log_off_at_end_of_shift. } log:explains { - :bob8495 :complies true. + :alice3495 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8496 :does :work_related_task. - :bob8496 :does :log_off_at_end_of_shift. + :alice3496 :does :log_off_at_end_of_shift. } log:explains { - :bob8496 :complies true. + :alice3496 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8497 :does :work_related_task. - :bob8497 :does :log_off_at_end_of_shift. + :alice3497 :does :log_off_at_end_of_shift. } log:explains { - :bob8497 :complies true. + :alice3497 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8498 :does :work_related_task. - :bob8498 :does :log_off_at_end_of_shift. + :alice3498 :does :log_off_at_end_of_shift. } log:explains { - :bob8498 :complies true. + :alice3498 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8499 :does :work_related_task. - :bob8499 :does :log_off_at_end_of_shift. + :alice3499 :does :log_off_at_end_of_shift. } log:explains { - :bob8499 :complies true. + :alice3499 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8500 :does :work_related_task. - :bob8500 :does :log_off_at_end_of_shift. + :alice3500 :does :log_off_at_end_of_shift. } log:explains { - :bob8500 :complies true. + :alice3500 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8501 :does :work_related_task. - :bob8501 :does :log_off_at_end_of_shift. + :alice3501 :does :log_off_at_end_of_shift. } log:explains { - :bob8501 :complies true. + :alice3501 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8502 :does :work_related_task. - :bob8502 :does :log_off_at_end_of_shift. + :alice3502 :does :log_off_at_end_of_shift. } log:explains { - :bob8502 :complies true. + :alice3502 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8503 :does :work_related_task. - :bob8503 :does :log_off_at_end_of_shift. + :alice3503 :does :log_off_at_end_of_shift. } log:explains { - :bob8503 :complies true. + :alice3503 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8504 :does :work_related_task. - :bob8504 :does :log_off_at_end_of_shift. + :alice3504 :does :log_off_at_end_of_shift. } log:explains { - :bob8504 :complies true. + :alice3504 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8505 :does :work_related_task. - :bob8505 :does :log_off_at_end_of_shift. + :alice3505 :does :log_off_at_end_of_shift. } log:explains { - :bob8505 :complies true. + :alice3505 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8506 :does :work_related_task. - :bob8506 :does :log_off_at_end_of_shift. + :alice3506 :does :log_off_at_end_of_shift. } log:explains { - :bob8506 :complies true. + :alice3506 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8507 :does :work_related_task. - :bob8507 :does :log_off_at_end_of_shift. + :alice3507 :does :log_off_at_end_of_shift. } log:explains { - :bob8507 :complies true. + :alice3507 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8508 :does :work_related_task. - :bob8508 :does :log_off_at_end_of_shift. + :alice3508 :does :log_off_at_end_of_shift. } log:explains { - :bob8508 :complies true. + :alice3508 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8509 :does :work_related_task. - :bob8509 :does :log_off_at_end_of_shift. + :alice3509 :does :log_off_at_end_of_shift. } log:explains { - :bob8509 :complies true. + :alice3509 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8510 :does :work_related_task. - :bob8510 :does :log_off_at_end_of_shift. + :alice3510 :does :log_off_at_end_of_shift. } log:explains { - :bob8510 :complies true. + :alice3510 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8511 :does :work_related_task. - :bob8511 :does :log_off_at_end_of_shift. + :alice3511 :does :log_off_at_end_of_shift. } log:explains { - :bob8511 :complies true. + :alice3511 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8512 :does :work_related_task. - :bob8512 :does :log_off_at_end_of_shift. + :alice3512 :does :log_off_at_end_of_shift. } log:explains { - :bob8512 :complies true. + :alice3512 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8513 :does :work_related_task. - :bob8513 :does :log_off_at_end_of_shift. + :alice3513 :does :log_off_at_end_of_shift. } log:explains { - :bob8513 :complies true. + :alice3513 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8514 :does :work_related_task. - :bob8514 :does :log_off_at_end_of_shift. + :alice3514 :does :log_off_at_end_of_shift. } log:explains { - :bob8514 :complies true. + :alice3514 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8515 :does :work_related_task. - :bob8515 :does :log_off_at_end_of_shift. + :alice3515 :does :log_off_at_end_of_shift. } log:explains { - :bob8515 :complies true. + :alice3515 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8516 :does :work_related_task. - :bob8516 :does :log_off_at_end_of_shift. + :alice3516 :does :log_off_at_end_of_shift. } log:explains { - :bob8516 :complies true. + :alice3516 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8517 :does :work_related_task. - :bob8517 :does :log_off_at_end_of_shift. + :alice3517 :does :log_off_at_end_of_shift. } log:explains { - :bob8517 :complies true. + :alice3517 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8518 :does :work_related_task. - :bob8518 :does :log_off_at_end_of_shift. + :alice3518 :does :log_off_at_end_of_shift. } log:explains { - :bob8518 :complies true. + :alice3518 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8519 :does :work_related_task. - :bob8519 :does :log_off_at_end_of_shift. + :alice3519 :does :log_off_at_end_of_shift. } log:explains { - :bob8519 :complies true. + :alice3519 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8520 :does :work_related_task. - :bob8520 :does :log_off_at_end_of_shift. + :alice3520 :does :log_off_at_end_of_shift. } log:explains { - :bob8520 :complies true. + :alice3520 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8521 :does :work_related_task. - :bob8521 :does :log_off_at_end_of_shift. + :alice3521 :does :log_off_at_end_of_shift. } log:explains { - :bob8521 :complies true. + :alice3521 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8522 :does :work_related_task. - :bob8522 :does :log_off_at_end_of_shift. + :alice3522 :does :log_off_at_end_of_shift. } log:explains { - :bob8522 :complies true. + :alice3522 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8523 :does :work_related_task. - :bob8523 :does :log_off_at_end_of_shift. + :alice3523 :does :log_off_at_end_of_shift. } log:explains { - :bob8523 :complies true. + :alice3523 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8524 :does :work_related_task. - :bob8524 :does :log_off_at_end_of_shift. + :alice3524 :does :log_off_at_end_of_shift. } log:explains { - :bob8524 :complies true. + :alice3524 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8525 :does :work_related_task. - :bob8525 :does :log_off_at_end_of_shift. + :alice3525 :does :log_off_at_end_of_shift. } log:explains { - :bob8525 :complies true. + :alice3525 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8526 :does :work_related_task. - :bob8526 :does :log_off_at_end_of_shift. + :alice3526 :does :log_off_at_end_of_shift. } log:explains { - :bob8526 :complies true. + :alice3526 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8527 :does :work_related_task. - :bob8527 :does :log_off_at_end_of_shift. + :alice3527 :does :log_off_at_end_of_shift. } log:explains { - :bob8527 :complies true. + :alice3527 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8528 :does :work_related_task. - :bob8528 :does :log_off_at_end_of_shift. + :alice3528 :does :log_off_at_end_of_shift. } log:explains { - :bob8528 :complies true. + :alice3528 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8529 :does :work_related_task. - :bob8529 :does :log_off_at_end_of_shift. + :alice3529 :does :log_off_at_end_of_shift. } log:explains { - :bob8529 :complies true. + :alice3529 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8530 :does :work_related_task. - :bob8530 :does :log_off_at_end_of_shift. + :alice3530 :does :log_off_at_end_of_shift. } log:explains { - :bob8530 :complies true. + :alice3530 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8531 :does :work_related_task. - :bob8531 :does :log_off_at_end_of_shift. + :alice3531 :does :log_off_at_end_of_shift. } log:explains { - :bob8531 :complies true. + :alice3531 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8532 :does :work_related_task. - :bob8532 :does :log_off_at_end_of_shift. + :alice3532 :does :log_off_at_end_of_shift. } log:explains { - :bob8532 :complies true. + :alice3532 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8533 :does :work_related_task. - :bob8533 :does :log_off_at_end_of_shift. + :alice3533 :does :log_off_at_end_of_shift. } log:explains { - :bob8533 :complies true. + :alice3533 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8534 :does :work_related_task. - :bob8534 :does :log_off_at_end_of_shift. + :alice3534 :does :log_off_at_end_of_shift. } log:explains { - :bob8534 :complies true. + :alice3534 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8535 :does :work_related_task. - :bob8535 :does :log_off_at_end_of_shift. + :alice3535 :does :log_off_at_end_of_shift. } log:explains { - :bob8535 :complies true. + :alice3535 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8536 :does :work_related_task. - :bob8536 :does :log_off_at_end_of_shift. + :alice3536 :does :log_off_at_end_of_shift. } log:explains { - :bob8536 :complies true. + :alice3536 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8537 :does :work_related_task. - :bob8537 :does :log_off_at_end_of_shift. + :alice3537 :does :log_off_at_end_of_shift. } log:explains { - :bob8537 :complies true. + :alice3537 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8538 :does :work_related_task. - :bob8538 :does :log_off_at_end_of_shift. + :alice3538 :does :log_off_at_end_of_shift. } log:explains { - :bob8538 :complies true. + :alice3538 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8539 :does :work_related_task. - :bob8539 :does :log_off_at_end_of_shift. + :alice3539 :does :log_off_at_end_of_shift. } log:explains { - :bob8539 :complies true. + :alice3539 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8540 :does :work_related_task. - :bob8540 :does :log_off_at_end_of_shift. + :alice3540 :does :log_off_at_end_of_shift. } log:explains { - :bob8540 :complies true. + :alice3540 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8541 :does :work_related_task. - :bob8541 :does :log_off_at_end_of_shift. + :alice3541 :does :log_off_at_end_of_shift. } log:explains { - :bob8541 :complies true. + :alice3541 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8542 :does :work_related_task. - :bob8542 :does :log_off_at_end_of_shift. + :alice3542 :does :log_off_at_end_of_shift. } log:explains { - :bob8542 :complies true. + :alice3542 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8543 :does :work_related_task. - :bob8543 :does :log_off_at_end_of_shift. + :alice3543 :does :log_off_at_end_of_shift. } log:explains { - :bob8543 :complies true. + :alice3543 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8544 :does :work_related_task. - :bob8544 :does :log_off_at_end_of_shift. + :alice3544 :does :log_off_at_end_of_shift. } log:explains { - :bob8544 :complies true. + :alice3544 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8545 :does :work_related_task. - :bob8545 :does :log_off_at_end_of_shift. + :alice3545 :does :log_off_at_end_of_shift. } log:explains { - :bob8545 :complies true. + :alice3545 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8546 :does :work_related_task. - :bob8546 :does :log_off_at_end_of_shift. + :alice3546 :does :log_off_at_end_of_shift. } log:explains { - :bob8546 :complies true. + :alice3546 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8547 :does :work_related_task. - :bob8547 :does :log_off_at_end_of_shift. + :alice3547 :does :log_off_at_end_of_shift. } log:explains { - :bob8547 :complies true. + :alice3547 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8548 :does :work_related_task. - :bob8548 :does :log_off_at_end_of_shift. + :alice3548 :does :log_off_at_end_of_shift. } log:explains { - :bob8548 :complies true. + :alice3548 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8549 :does :work_related_task. - :bob8549 :does :log_off_at_end_of_shift. + :alice3549 :does :log_off_at_end_of_shift. } log:explains { - :bob8549 :complies true. + :alice3549 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8550 :does :work_related_task. - :bob8550 :does :log_off_at_end_of_shift. + :alice3550 :does :log_off_at_end_of_shift. } log:explains { - :bob8550 :complies true. + :alice3550 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8551 :does :work_related_task. - :bob8551 :does :log_off_at_end_of_shift. + :alice3551 :does :log_off_at_end_of_shift. } log:explains { - :bob8551 :complies true. + :alice3551 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8552 :does :work_related_task. - :bob8552 :does :log_off_at_end_of_shift. + :alice3552 :does :log_off_at_end_of_shift. } log:explains { - :bob8552 :complies true. + :alice3552 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8553 :does :work_related_task. - :bob8553 :does :log_off_at_end_of_shift. + :alice3553 :does :log_off_at_end_of_shift. } log:explains { - :bob8553 :complies true. + :alice3553 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8554 :does :work_related_task. - :bob8554 :does :log_off_at_end_of_shift. + :alice3554 :does :log_off_at_end_of_shift. } log:explains { - :bob8554 :complies true. + :alice3554 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8555 :does :work_related_task. - :bob8555 :does :log_off_at_end_of_shift. + :alice3555 :does :log_off_at_end_of_shift. } log:explains { - :bob8555 :complies true. + :alice3555 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8556 :does :work_related_task. - :bob8556 :does :log_off_at_end_of_shift. + :alice3556 :does :log_off_at_end_of_shift. } log:explains { - :bob8556 :complies true. + :alice3556 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8557 :does :work_related_task. - :bob8557 :does :log_off_at_end_of_shift. + :alice3557 :does :log_off_at_end_of_shift. } log:explains { - :bob8557 :complies true. + :alice3557 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8558 :does :work_related_task. - :bob8558 :does :log_off_at_end_of_shift. + :alice3558 :does :log_off_at_end_of_shift. } log:explains { - :bob8558 :complies true. + :alice3558 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8559 :does :work_related_task. - :bob8559 :does :log_off_at_end_of_shift. + :alice3559 :does :log_off_at_end_of_shift. } log:explains { - :bob8559 :complies true. + :alice3559 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8560 :does :work_related_task. - :bob8560 :does :log_off_at_end_of_shift. + :alice3560 :does :log_off_at_end_of_shift. } log:explains { - :bob8560 :complies true. + :alice3560 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8561 :does :work_related_task. - :bob8561 :does :log_off_at_end_of_shift. + :alice3561 :does :log_off_at_end_of_shift. } log:explains { - :bob8561 :complies true. + :alice3561 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8562 :does :work_related_task. - :bob8562 :does :log_off_at_end_of_shift. + :alice3562 :does :log_off_at_end_of_shift. } log:explains { - :bob8562 :complies true. + :alice3562 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8563 :does :work_related_task. - :bob8563 :does :log_off_at_end_of_shift. + :alice3563 :does :log_off_at_end_of_shift. } log:explains { - :bob8563 :complies true. + :alice3563 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8564 :does :work_related_task. - :bob8564 :does :log_off_at_end_of_shift. + :alice3564 :does :log_off_at_end_of_shift. } log:explains { - :bob8564 :complies true. + :alice3564 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8565 :does :work_related_task. - :bob8565 :does :log_off_at_end_of_shift. + :alice3565 :does :log_off_at_end_of_shift. } log:explains { - :bob8565 :complies true. + :alice3565 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8566 :does :work_related_task. - :bob8566 :does :log_off_at_end_of_shift. + :alice3566 :does :log_off_at_end_of_shift. } log:explains { - :bob8566 :complies true. + :alice3566 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8567 :does :work_related_task. - :bob8567 :does :log_off_at_end_of_shift. + :alice3567 :does :log_off_at_end_of_shift. } log:explains { - :bob8567 :complies true. + :alice3567 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8568 :does :work_related_task. - :bob8568 :does :log_off_at_end_of_shift. + :alice3568 :does :log_off_at_end_of_shift. } log:explains { - :bob8568 :complies true. + :alice3568 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8569 :does :work_related_task. - :bob8569 :does :log_off_at_end_of_shift. + :alice3569 :does :log_off_at_end_of_shift. } log:explains { - :bob8569 :complies true. + :alice3569 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8570 :does :work_related_task. - :bob8570 :does :log_off_at_end_of_shift. + :alice3570 :does :log_off_at_end_of_shift. } log:explains { - :bob8570 :complies true. + :alice3570 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8571 :does :work_related_task. - :bob8571 :does :log_off_at_end_of_shift. + :alice3571 :does :log_off_at_end_of_shift. } log:explains { - :bob8571 :complies true. + :alice3571 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8572 :does :work_related_task. - :bob8572 :does :log_off_at_end_of_shift. + :alice3572 :does :log_off_at_end_of_shift. } log:explains { - :bob8572 :complies true. + :alice3572 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8573 :does :work_related_task. - :bob8573 :does :log_off_at_end_of_shift. + :alice3573 :does :log_off_at_end_of_shift. } log:explains { - :bob8573 :complies true. + :alice3573 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8574 :does :work_related_task. - :bob8574 :does :log_off_at_end_of_shift. + :alice3574 :does :log_off_at_end_of_shift. } log:explains { - :bob8574 :complies true. + :alice3574 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8575 :does :work_related_task. - :bob8575 :does :log_off_at_end_of_shift. + :alice3575 :does :log_off_at_end_of_shift. } log:explains { - :bob8575 :complies true. + :alice3575 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8576 :does :work_related_task. - :bob8576 :does :log_off_at_end_of_shift. + :alice3576 :does :log_off_at_end_of_shift. } log:explains { - :bob8576 :complies true. + :alice3576 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8577 :does :work_related_task. - :bob8577 :does :log_off_at_end_of_shift. + :alice3577 :does :log_off_at_end_of_shift. } log:explains { - :bob8577 :complies true. + :alice3577 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8578 :does :work_related_task. - :bob8578 :does :log_off_at_end_of_shift. + :alice3578 :does :log_off_at_end_of_shift. } log:explains { - :bob8578 :complies true. + :alice3578 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8579 :does :work_related_task. - :bob8579 :does :log_off_at_end_of_shift. + :alice3579 :does :log_off_at_end_of_shift. } log:explains { - :bob8579 :complies true. + :alice3579 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8580 :does :work_related_task. - :bob8580 :does :log_off_at_end_of_shift. + :alice3580 :does :log_off_at_end_of_shift. } log:explains { - :bob8580 :complies true. + :alice3580 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8581 :does :work_related_task. - :bob8581 :does :log_off_at_end_of_shift. + :alice3581 :does :log_off_at_end_of_shift. } log:explains { - :bob8581 :complies true. + :alice3581 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8582 :does :work_related_task. - :bob8582 :does :log_off_at_end_of_shift. + :alice3582 :does :log_off_at_end_of_shift. } log:explains { - :bob8582 :complies true. + :alice3582 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8583 :does :work_related_task. - :bob8583 :does :log_off_at_end_of_shift. + :alice3583 :does :log_off_at_end_of_shift. } log:explains { - :bob8583 :complies true. + :alice3583 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8584 :does :work_related_task. - :bob8584 :does :log_off_at_end_of_shift. + :alice3584 :does :log_off_at_end_of_shift. } log:explains { - :bob8584 :complies true. + :alice3584 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8585 :does :work_related_task. - :bob8585 :does :log_off_at_end_of_shift. + :alice3585 :does :log_off_at_end_of_shift. } log:explains { - :bob8585 :complies true. + :alice3585 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8586 :does :work_related_task. - :bob8586 :does :log_off_at_end_of_shift. + :alice3586 :does :log_off_at_end_of_shift. } log:explains { - :bob8586 :complies true. + :alice3586 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8587 :does :work_related_task. - :bob8587 :does :log_off_at_end_of_shift. + :alice3587 :does :log_off_at_end_of_shift. } log:explains { - :bob8587 :complies true. + :alice3587 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8588 :does :work_related_task. - :bob8588 :does :log_off_at_end_of_shift. + :alice3588 :does :log_off_at_end_of_shift. } log:explains { - :bob8588 :complies true. + :alice3588 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8589 :does :work_related_task. - :bob8589 :does :log_off_at_end_of_shift. + :alice3589 :does :log_off_at_end_of_shift. } log:explains { - :bob8589 :complies true. + :alice3589 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8590 :does :work_related_task. - :bob8590 :does :log_off_at_end_of_shift. + :alice3590 :does :log_off_at_end_of_shift. } log:explains { - :bob8590 :complies true. + :alice3590 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8591 :does :work_related_task. - :bob8591 :does :log_off_at_end_of_shift. + :alice3591 :does :log_off_at_end_of_shift. } log:explains { - :bob8591 :complies true. + :alice3591 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8592 :does :work_related_task. - :bob8592 :does :log_off_at_end_of_shift. + :alice3592 :does :log_off_at_end_of_shift. } log:explains { - :bob8592 :complies true. + :alice3592 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8593 :does :work_related_task. - :bob8593 :does :log_off_at_end_of_shift. + :alice3593 :does :log_off_at_end_of_shift. } log:explains { - :bob8593 :complies true. + :alice3593 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8594 :does :work_related_task. - :bob8594 :does :log_off_at_end_of_shift. + :alice3594 :does :log_off_at_end_of_shift. } log:explains { - :bob8594 :complies true. + :alice3594 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8595 :does :work_related_task. - :bob8595 :does :log_off_at_end_of_shift. + :alice3595 :does :log_off_at_end_of_shift. } log:explains { - :bob8595 :complies true. + :alice3595 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8596 :does :work_related_task. - :bob8596 :does :log_off_at_end_of_shift. + :alice3596 :does :log_off_at_end_of_shift. } log:explains { - :bob8596 :complies true. + :alice3596 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8597 :does :work_related_task. - :bob8597 :does :log_off_at_end_of_shift. + :alice3597 :does :log_off_at_end_of_shift. } log:explains { - :bob8597 :complies true. + :alice3597 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8598 :does :work_related_task. - :bob8598 :does :log_off_at_end_of_shift. + :alice3598 :does :log_off_at_end_of_shift. } log:explains { - :bob8598 :complies true. + :alice3598 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8599 :does :work_related_task. - :bob8599 :does :log_off_at_end_of_shift. + :alice3599 :does :log_off_at_end_of_shift. } log:explains { - :bob8599 :complies true. + :alice3599 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8600 :does :work_related_task. - :bob8600 :does :log_off_at_end_of_shift. + :alice3600 :does :log_off_at_end_of_shift. } log:explains { - :bob8600 :complies true. + :alice3600 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8601 :does :work_related_task. - :bob8601 :does :log_off_at_end_of_shift. + :alice3601 :does :log_off_at_end_of_shift. } log:explains { - :bob8601 :complies true. + :alice3601 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8602 :does :work_related_task. - :bob8602 :does :log_off_at_end_of_shift. + :alice3602 :does :log_off_at_end_of_shift. } log:explains { - :bob8602 :complies true. + :alice3602 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8603 :does :work_related_task. - :bob8603 :does :log_off_at_end_of_shift. + :alice3603 :does :log_off_at_end_of_shift. } log:explains { - :bob8603 :complies true. + :alice3603 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8604 :does :work_related_task. - :bob8604 :does :log_off_at_end_of_shift. + :alice3604 :does :log_off_at_end_of_shift. } log:explains { - :bob8604 :complies true. + :alice3604 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8605 :does :work_related_task. - :bob8605 :does :log_off_at_end_of_shift. + :alice3605 :does :log_off_at_end_of_shift. } log:explains { - :bob8605 :complies true. + :alice3605 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8606 :does :work_related_task. - :bob8606 :does :log_off_at_end_of_shift. + :alice3606 :does :log_off_at_end_of_shift. } log:explains { - :bob8606 :complies true. + :alice3606 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8607 :does :work_related_task. - :bob8607 :does :log_off_at_end_of_shift. + :alice3607 :does :log_off_at_end_of_shift. } log:explains { - :bob8607 :complies true. + :alice3607 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8608 :does :work_related_task. - :bob8608 :does :log_off_at_end_of_shift. + :alice3608 :does :log_off_at_end_of_shift. } log:explains { - :bob8608 :complies true. + :alice3608 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8609 :does :work_related_task. - :bob8609 :does :log_off_at_end_of_shift. + :alice3609 :does :log_off_at_end_of_shift. } log:explains { - :bob8609 :complies true. + :alice3609 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8610 :does :work_related_task. - :bob8610 :does :log_off_at_end_of_shift. + :alice3610 :does :log_off_at_end_of_shift. } log:explains { - :bob8610 :complies true. + :alice3610 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8611 :does :work_related_task. - :bob8611 :does :log_off_at_end_of_shift. + :alice3611 :does :log_off_at_end_of_shift. } log:explains { - :bob8611 :complies true. + :alice3611 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8612 :does :work_related_task. - :bob8612 :does :log_off_at_end_of_shift. + :alice3612 :does :log_off_at_end_of_shift. } log:explains { - :bob8612 :complies true. + :alice3612 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8613 :does :work_related_task. - :bob8613 :does :log_off_at_end_of_shift. + :alice3613 :does :log_off_at_end_of_shift. } log:explains { - :bob8613 :complies true. + :alice3613 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8614 :does :work_related_task. - :bob8614 :does :log_off_at_end_of_shift. + :alice3614 :does :log_off_at_end_of_shift. } log:explains { - :bob8614 :complies true. + :alice3614 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8615 :does :work_related_task. - :bob8615 :does :log_off_at_end_of_shift. + :alice3615 :does :log_off_at_end_of_shift. } log:explains { - :bob8615 :complies true. + :alice3615 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8616 :does :work_related_task. - :bob8616 :does :log_off_at_end_of_shift. + :alice3616 :does :log_off_at_end_of_shift. } log:explains { - :bob8616 :complies true. + :alice3616 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8617 :does :work_related_task. - :bob8617 :does :log_off_at_end_of_shift. + :alice3617 :does :log_off_at_end_of_shift. } log:explains { - :bob8617 :complies true. + :alice3617 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8618 :does :work_related_task. - :bob8618 :does :log_off_at_end_of_shift. + :alice3618 :does :log_off_at_end_of_shift. } log:explains { - :bob8618 :complies true. + :alice3618 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8619 :does :work_related_task. - :bob8619 :does :log_off_at_end_of_shift. + :alice3619 :does :log_off_at_end_of_shift. } log:explains { - :bob8619 :complies true. + :alice3619 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8620 :does :work_related_task. - :bob8620 :does :log_off_at_end_of_shift. + :alice3620 :does :log_off_at_end_of_shift. } log:explains { - :bob8620 :complies true. + :alice3620 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8621 :does :work_related_task. - :bob8621 :does :log_off_at_end_of_shift. + :alice3621 :does :log_off_at_end_of_shift. } log:explains { - :bob8621 :complies true. + :alice3621 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8622 :does :work_related_task. - :bob8622 :does :log_off_at_end_of_shift. + :alice3622 :does :log_off_at_end_of_shift. } log:explains { - :bob8622 :complies true. + :alice3622 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8623 :does :work_related_task. - :bob8623 :does :log_off_at_end_of_shift. + :alice3623 :does :log_off_at_end_of_shift. } log:explains { - :bob8623 :complies true. + :alice3623 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8624 :does :work_related_task. - :bob8624 :does :log_off_at_end_of_shift. + :alice3624 :does :log_off_at_end_of_shift. } log:explains { - :bob8624 :complies true. + :alice3624 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8625 :does :work_related_task. - :bob8625 :does :log_off_at_end_of_shift. + :alice3625 :does :log_off_at_end_of_shift. } log:explains { - :bob8625 :complies true. + :alice3625 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8626 :does :work_related_task. - :bob8626 :does :log_off_at_end_of_shift. + :alice3626 :does :log_off_at_end_of_shift. } log:explains { - :bob8626 :complies true. + :alice3626 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8627 :does :work_related_task. - :bob8627 :does :log_off_at_end_of_shift. + :alice3627 :does :log_off_at_end_of_shift. } log:explains { - :bob8627 :complies true. + :alice3627 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8628 :does :work_related_task. - :bob8628 :does :log_off_at_end_of_shift. + :alice3628 :does :log_off_at_end_of_shift. } log:explains { - :bob8628 :complies true. + :alice3628 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8629 :does :work_related_task. - :bob8629 :does :log_off_at_end_of_shift. + :alice3629 :does :log_off_at_end_of_shift. } log:explains { - :bob8629 :complies true. + :alice3629 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8630 :does :work_related_task. - :bob8630 :does :log_off_at_end_of_shift. + :alice3630 :does :log_off_at_end_of_shift. } log:explains { - :bob8630 :complies true. + :alice3630 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8631 :does :work_related_task. - :bob8631 :does :log_off_at_end_of_shift. + :alice3631 :does :log_off_at_end_of_shift. } log:explains { - :bob8631 :complies true. + :alice3631 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8632 :does :work_related_task. - :bob8632 :does :log_off_at_end_of_shift. + :alice3632 :does :log_off_at_end_of_shift. } log:explains { - :bob8632 :complies true. + :alice3632 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8633 :does :work_related_task. - :bob8633 :does :log_off_at_end_of_shift. + :alice3633 :does :log_off_at_end_of_shift. } log:explains { - :bob8633 :complies true. + :alice3633 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8634 :does :work_related_task. - :bob8634 :does :log_off_at_end_of_shift. + :alice3634 :does :log_off_at_end_of_shift. } log:explains { - :bob8634 :complies true. + :alice3634 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8635 :does :work_related_task. - :bob8635 :does :log_off_at_end_of_shift. + :alice3635 :does :log_off_at_end_of_shift. } log:explains { - :bob8635 :complies true. + :alice3635 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8636 :does :work_related_task. - :bob8636 :does :log_off_at_end_of_shift. + :alice3636 :does :log_off_at_end_of_shift. } log:explains { - :bob8636 :complies true. + :alice3636 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8637 :does :work_related_task. - :bob8637 :does :log_off_at_end_of_shift. + :alice3637 :does :log_off_at_end_of_shift. } log:explains { - :bob8637 :complies true. + :alice3637 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8638 :does :work_related_task. - :bob8638 :does :log_off_at_end_of_shift. + :alice3638 :does :log_off_at_end_of_shift. } log:explains { - :bob8638 :complies true. + :alice3638 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8639 :does :work_related_task. - :bob8639 :does :log_off_at_end_of_shift. + :alice3639 :does :log_off_at_end_of_shift. } log:explains { - :bob8639 :complies true. + :alice3639 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8640 :does :work_related_task. - :bob8640 :does :log_off_at_end_of_shift. + :alice3640 :does :log_off_at_end_of_shift. } log:explains { - :bob8640 :complies true. + :alice3640 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8641 :does :work_related_task. - :bob8641 :does :log_off_at_end_of_shift. + :alice3641 :does :log_off_at_end_of_shift. } log:explains { - :bob8641 :complies true. + :alice3641 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8642 :does :work_related_task. - :bob8642 :does :log_off_at_end_of_shift. + :alice3642 :does :log_off_at_end_of_shift. } log:explains { - :bob8642 :complies true. + :alice3642 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8643 :does :work_related_task. - :bob8643 :does :log_off_at_end_of_shift. + :alice3643 :does :log_off_at_end_of_shift. } log:explains { - :bob8643 :complies true. + :alice3643 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8644 :does :work_related_task. - :bob8644 :does :log_off_at_end_of_shift. + :alice3644 :does :log_off_at_end_of_shift. } log:explains { - :bob8644 :complies true. + :alice3644 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8645 :does :work_related_task. - :bob8645 :does :log_off_at_end_of_shift. + :alice3645 :does :log_off_at_end_of_shift. } log:explains { - :bob8645 :complies true. + :alice3645 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8646 :does :work_related_task. - :bob8646 :does :log_off_at_end_of_shift. + :alice3646 :does :log_off_at_end_of_shift. } log:explains { - :bob8646 :complies true. + :alice3646 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8647 :does :work_related_task. - :bob8647 :does :log_off_at_end_of_shift. + :alice3647 :does :log_off_at_end_of_shift. } log:explains { - :bob8647 :complies true. + :alice3647 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8648 :does :work_related_task. - :bob8648 :does :log_off_at_end_of_shift. + :alice3648 :does :log_off_at_end_of_shift. } log:explains { - :bob8648 :complies true. + :alice3648 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8649 :does :work_related_task. - :bob8649 :does :log_off_at_end_of_shift. + :alice3649 :does :log_off_at_end_of_shift. } log:explains { - :bob8649 :complies true. + :alice3649 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8650 :does :work_related_task. - :bob8650 :does :log_off_at_end_of_shift. + :alice3650 :does :log_off_at_end_of_shift. } log:explains { - :bob8650 :complies true. + :alice3650 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8651 :does :work_related_task. - :bob8651 :does :log_off_at_end_of_shift. + :alice3651 :does :log_off_at_end_of_shift. } log:explains { - :bob8651 :complies true. + :alice3651 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8652 :does :work_related_task. - :bob8652 :does :log_off_at_end_of_shift. + :alice3652 :does :log_off_at_end_of_shift. } log:explains { - :bob8652 :complies true. + :alice3652 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8653 :does :work_related_task. - :bob8653 :does :log_off_at_end_of_shift. + :alice3653 :does :log_off_at_end_of_shift. } log:explains { - :bob8653 :complies true. + :alice3653 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8654 :does :work_related_task. - :bob8654 :does :log_off_at_end_of_shift. + :alice3654 :does :log_off_at_end_of_shift. } log:explains { - :bob8654 :complies true. + :alice3654 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8655 :does :work_related_task. - :bob8655 :does :log_off_at_end_of_shift. + :alice3655 :does :log_off_at_end_of_shift. } log:explains { - :bob8655 :complies true. + :alice3655 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8656 :does :work_related_task. - :bob8656 :does :log_off_at_end_of_shift. + :alice3656 :does :log_off_at_end_of_shift. } log:explains { - :bob8656 :complies true. + :alice3656 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8657 :does :work_related_task. - :bob8657 :does :log_off_at_end_of_shift. + :alice3657 :does :log_off_at_end_of_shift. } log:explains { - :bob8657 :complies true. + :alice3657 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8658 :does :work_related_task. - :bob8658 :does :log_off_at_end_of_shift. + :alice3658 :does :log_off_at_end_of_shift. } log:explains { - :bob8658 :complies true. + :alice3658 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8659 :does :work_related_task. - :bob8659 :does :log_off_at_end_of_shift. + :alice3659 :does :log_off_at_end_of_shift. } log:explains { - :bob8659 :complies true. + :alice3659 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8660 :does :work_related_task. - :bob8660 :does :log_off_at_end_of_shift. + :alice3660 :does :log_off_at_end_of_shift. } log:explains { - :bob8660 :complies true. + :alice3660 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8661 :does :work_related_task. - :bob8661 :does :log_off_at_end_of_shift. + :alice3661 :does :log_off_at_end_of_shift. } log:explains { - :bob8661 :complies true. + :alice3661 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8662 :does :work_related_task. - :bob8662 :does :log_off_at_end_of_shift. + :alice3662 :does :log_off_at_end_of_shift. } log:explains { - :bob8662 :complies true. + :alice3662 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8663 :does :work_related_task. - :bob8663 :does :log_off_at_end_of_shift. + :alice3663 :does :log_off_at_end_of_shift. } log:explains { - :bob8663 :complies true. + :alice3663 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8664 :does :work_related_task. - :bob8664 :does :log_off_at_end_of_shift. + :alice3664 :does :log_off_at_end_of_shift. } log:explains { - :bob8664 :complies true. + :alice3664 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8665 :does :work_related_task. - :bob8665 :does :log_off_at_end_of_shift. + :alice3665 :does :log_off_at_end_of_shift. } log:explains { - :bob8665 :complies true. + :alice3665 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8666 :does :work_related_task. - :bob8666 :does :log_off_at_end_of_shift. + :alice3666 :does :log_off_at_end_of_shift. } log:explains { - :bob8666 :complies true. + :alice3666 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8667 :does :work_related_task. - :bob8667 :does :log_off_at_end_of_shift. + :alice3667 :does :log_off_at_end_of_shift. } log:explains { - :bob8667 :complies true. + :alice3667 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8668 :does :work_related_task. - :bob8668 :does :log_off_at_end_of_shift. + :alice3668 :does :log_off_at_end_of_shift. } log:explains { - :bob8668 :complies true. + :alice3668 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8669 :does :work_related_task. - :bob8669 :does :log_off_at_end_of_shift. + :alice3669 :does :log_off_at_end_of_shift. } log:explains { - :bob8669 :complies true. + :alice3669 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8670 :does :work_related_task. - :bob8670 :does :log_off_at_end_of_shift. + :alice3670 :does :log_off_at_end_of_shift. } log:explains { - :bob8670 :complies true. + :alice3670 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8671 :does :work_related_task. - :bob8671 :does :log_off_at_end_of_shift. + :alice3671 :does :log_off_at_end_of_shift. } log:explains { - :bob8671 :complies true. + :alice3671 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8672 :does :work_related_task. - :bob8672 :does :log_off_at_end_of_shift. + :alice3672 :does :log_off_at_end_of_shift. } log:explains { - :bob8672 :complies true. + :alice3672 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8673 :does :work_related_task. - :bob8673 :does :log_off_at_end_of_shift. + :alice3673 :does :log_off_at_end_of_shift. } log:explains { - :bob8673 :complies true. + :alice3673 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8674 :does :work_related_task. - :bob8674 :does :log_off_at_end_of_shift. + :alice3674 :does :log_off_at_end_of_shift. } log:explains { - :bob8674 :complies true. + :alice3674 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8675 :does :work_related_task. - :bob8675 :does :log_off_at_end_of_shift. + :alice3675 :does :log_off_at_end_of_shift. } log:explains { - :bob8675 :complies true. + :alice3675 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8676 :does :work_related_task. - :bob8676 :does :log_off_at_end_of_shift. + :alice3676 :does :log_off_at_end_of_shift. } log:explains { - :bob8676 :complies true. + :alice3676 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8677 :does :work_related_task. - :bob8677 :does :log_off_at_end_of_shift. + :alice3677 :does :log_off_at_end_of_shift. } log:explains { - :bob8677 :complies true. + :alice3677 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8678 :does :work_related_task. - :bob8678 :does :log_off_at_end_of_shift. + :alice3678 :does :log_off_at_end_of_shift. } log:explains { - :bob8678 :complies true. + :alice3678 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8679 :does :work_related_task. - :bob8679 :does :log_off_at_end_of_shift. + :alice3679 :does :log_off_at_end_of_shift. } log:explains { - :bob8679 :complies true. + :alice3679 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8680 :does :work_related_task. - :bob8680 :does :log_off_at_end_of_shift. + :alice3680 :does :log_off_at_end_of_shift. } log:explains { - :bob8680 :complies true. + :alice3680 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8681 :does :work_related_task. - :bob8681 :does :log_off_at_end_of_shift. + :alice3681 :does :log_off_at_end_of_shift. } log:explains { - :bob8681 :complies true. + :alice3681 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8682 :does :work_related_task. - :bob8682 :does :log_off_at_end_of_shift. + :alice3682 :does :log_off_at_end_of_shift. } log:explains { - :bob8682 :complies true. + :alice3682 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8683 :does :work_related_task. - :bob8683 :does :log_off_at_end_of_shift. + :alice3683 :does :log_off_at_end_of_shift. } log:explains { - :bob8683 :complies true. + :alice3683 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8684 :does :work_related_task. - :bob8684 :does :log_off_at_end_of_shift. + :alice3684 :does :log_off_at_end_of_shift. } log:explains { - :bob8684 :complies true. + :alice3684 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8685 :does :work_related_task. - :bob8685 :does :log_off_at_end_of_shift. + :alice3685 :does :log_off_at_end_of_shift. } log:explains { - :bob8685 :complies true. + :alice3685 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8686 :does :work_related_task. - :bob8686 :does :log_off_at_end_of_shift. + :alice3686 :does :log_off_at_end_of_shift. } log:explains { - :bob8686 :complies true. + :alice3686 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8687 :does :work_related_task. - :bob8687 :does :log_off_at_end_of_shift. + :alice3687 :does :log_off_at_end_of_shift. } log:explains { - :bob8687 :complies true. + :alice3687 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8688 :does :work_related_task. - :bob8688 :does :log_off_at_end_of_shift. + :alice3688 :does :log_off_at_end_of_shift. } log:explains { - :bob8688 :complies true. + :alice3688 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8689 :does :work_related_task. - :bob8689 :does :log_off_at_end_of_shift. + :alice3689 :does :log_off_at_end_of_shift. } log:explains { - :bob8689 :complies true. + :alice3689 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8690 :does :work_related_task. - :bob8690 :does :log_off_at_end_of_shift. + :alice3690 :does :log_off_at_end_of_shift. } log:explains { - :bob8690 :complies true. + :alice3690 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8691 :does :work_related_task. - :bob8691 :does :log_off_at_end_of_shift. + :alice3691 :does :log_off_at_end_of_shift. } log:explains { - :bob8691 :complies true. + :alice3691 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8692 :does :work_related_task. - :bob8692 :does :log_off_at_end_of_shift. + :alice3692 :does :log_off_at_end_of_shift. } log:explains { - :bob8692 :complies true. + :alice3692 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8693 :does :work_related_task. - :bob8693 :does :log_off_at_end_of_shift. + :alice3693 :does :log_off_at_end_of_shift. } log:explains { - :bob8693 :complies true. + :alice3693 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8694 :does :work_related_task. - :bob8694 :does :log_off_at_end_of_shift. + :alice3694 :does :log_off_at_end_of_shift. } log:explains { - :bob8694 :complies true. + :alice3694 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8695 :does :work_related_task. - :bob8695 :does :log_off_at_end_of_shift. + :alice3695 :does :log_off_at_end_of_shift. } log:explains { - :bob8695 :complies true. + :alice3695 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8696 :does :work_related_task. - :bob8696 :does :log_off_at_end_of_shift. + :alice3696 :does :log_off_at_end_of_shift. } log:explains { - :bob8696 :complies true. + :alice3696 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8697 :does :work_related_task. - :bob8697 :does :log_off_at_end_of_shift. + :alice3697 :does :log_off_at_end_of_shift. } log:explains { - :bob8697 :complies true. + :alice3697 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8698 :does :work_related_task. - :bob8698 :does :log_off_at_end_of_shift. + :alice3698 :does :log_off_at_end_of_shift. } log:explains { - :bob8698 :complies true. + :alice3698 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8699 :does :work_related_task. - :bob8699 :does :log_off_at_end_of_shift. + :alice3699 :does :log_off_at_end_of_shift. } log:explains { - :bob8699 :complies true. + :alice3699 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8700 :does :work_related_task. - :bob8700 :does :log_off_at_end_of_shift. + :alice3700 :does :log_off_at_end_of_shift. } log:explains { - :bob8700 :complies true. + :alice3700 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8701 :does :work_related_task. - :bob8701 :does :log_off_at_end_of_shift. + :alice3701 :does :log_off_at_end_of_shift. } log:explains { - :bob8701 :complies true. + :alice3701 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8702 :does :work_related_task. - :bob8702 :does :log_off_at_end_of_shift. + :alice3702 :does :log_off_at_end_of_shift. } log:explains { - :bob8702 :complies true. + :alice3702 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8703 :does :work_related_task. - :bob8703 :does :log_off_at_end_of_shift. + :alice3703 :does :log_off_at_end_of_shift. } log:explains { - :bob8703 :complies true. + :alice3703 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8704 :does :work_related_task. - :bob8704 :does :log_off_at_end_of_shift. + :alice3704 :does :log_off_at_end_of_shift. } log:explains { - :bob8704 :complies true. + :alice3704 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8705 :does :work_related_task. - :bob8705 :does :log_off_at_end_of_shift. + :alice3705 :does :log_off_at_end_of_shift. } log:explains { - :bob8705 :complies true. + :alice3705 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8706 :does :work_related_task. - :bob8706 :does :log_off_at_end_of_shift. + :alice3706 :does :log_off_at_end_of_shift. } log:explains { - :bob8706 :complies true. + :alice3706 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8707 :does :work_related_task. - :bob8707 :does :log_off_at_end_of_shift. + :alice3707 :does :log_off_at_end_of_shift. } log:explains { - :bob8707 :complies true. + :alice3707 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8708 :does :work_related_task. - :bob8708 :does :log_off_at_end_of_shift. + :alice3708 :does :log_off_at_end_of_shift. } log:explains { - :bob8708 :complies true. + :alice3708 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8709 :does :work_related_task. - :bob8709 :does :log_off_at_end_of_shift. + :alice3709 :does :log_off_at_end_of_shift. } log:explains { - :bob8709 :complies true. + :alice3709 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8710 :does :work_related_task. - :bob8710 :does :log_off_at_end_of_shift. + :alice3710 :does :log_off_at_end_of_shift. } log:explains { - :bob8710 :complies true. + :alice3710 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8711 :does :work_related_task. - :bob8711 :does :log_off_at_end_of_shift. + :alice3711 :does :log_off_at_end_of_shift. } log:explains { - :bob8711 :complies true. + :alice3711 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8712 :does :work_related_task. - :bob8712 :does :log_off_at_end_of_shift. + :alice3712 :does :log_off_at_end_of_shift. } log:explains { - :bob8712 :complies true. + :alice3712 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8713 :does :work_related_task. - :bob8713 :does :log_off_at_end_of_shift. + :alice3713 :does :log_off_at_end_of_shift. } log:explains { - :bob8713 :complies true. + :alice3713 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8714 :does :work_related_task. - :bob8714 :does :log_off_at_end_of_shift. + :alice3714 :does :log_off_at_end_of_shift. } log:explains { - :bob8714 :complies true. + :alice3714 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8715 :does :work_related_task. - :bob8715 :does :log_off_at_end_of_shift. + :alice3715 :does :log_off_at_end_of_shift. } log:explains { - :bob8715 :complies true. + :alice3715 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8716 :does :work_related_task. - :bob8716 :does :log_off_at_end_of_shift. + :alice3716 :does :log_off_at_end_of_shift. } log:explains { - :bob8716 :complies true. + :alice3716 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8717 :does :work_related_task. - :bob8717 :does :log_off_at_end_of_shift. + :alice3717 :does :log_off_at_end_of_shift. } log:explains { - :bob8717 :complies true. + :alice3717 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8718 :does :work_related_task. - :bob8718 :does :log_off_at_end_of_shift. + :alice3718 :does :log_off_at_end_of_shift. } log:explains { - :bob8718 :complies true. + :alice3718 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8719 :does :work_related_task. - :bob8719 :does :log_off_at_end_of_shift. + :alice3719 :does :log_off_at_end_of_shift. } log:explains { - :bob8719 :complies true. + :alice3719 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8720 :does :work_related_task. - :bob8720 :does :log_off_at_end_of_shift. + :alice3720 :does :log_off_at_end_of_shift. } log:explains { - :bob8720 :complies true. + :alice3720 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8721 :does :work_related_task. - :bob8721 :does :log_off_at_end_of_shift. + :alice3721 :does :log_off_at_end_of_shift. } log:explains { - :bob8721 :complies true. + :alice3721 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8722 :does :work_related_task. - :bob8722 :does :log_off_at_end_of_shift. + :alice3722 :does :log_off_at_end_of_shift. } log:explains { - :bob8722 :complies true. + :alice3722 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8723 :does :work_related_task. - :bob8723 :does :log_off_at_end_of_shift. + :alice3723 :does :log_off_at_end_of_shift. } log:explains { - :bob8723 :complies true. + :alice3723 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8724 :does :work_related_task. - :bob8724 :does :log_off_at_end_of_shift. + :alice3724 :does :log_off_at_end_of_shift. } log:explains { - :bob8724 :complies true. + :alice3724 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8725 :does :work_related_task. - :bob8725 :does :log_off_at_end_of_shift. + :alice3725 :does :log_off_at_end_of_shift. } log:explains { - :bob8725 :complies true. + :alice3725 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8726 :does :work_related_task. - :bob8726 :does :log_off_at_end_of_shift. + :alice3726 :does :log_off_at_end_of_shift. } log:explains { - :bob8726 :complies true. + :alice3726 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8727 :does :work_related_task. - :bob8727 :does :log_off_at_end_of_shift. + :alice3727 :does :log_off_at_end_of_shift. } log:explains { - :bob8727 :complies true. + :alice3727 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8728 :does :work_related_task. - :bob8728 :does :log_off_at_end_of_shift. + :alice3728 :does :log_off_at_end_of_shift. } log:explains { - :bob8728 :complies true. + :alice3728 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8729 :does :work_related_task. - :bob8729 :does :log_off_at_end_of_shift. + :alice3729 :does :log_off_at_end_of_shift. } log:explains { - :bob8729 :complies true. + :alice3729 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8730 :does :work_related_task. - :bob8730 :does :log_off_at_end_of_shift. + :alice3730 :does :log_off_at_end_of_shift. } log:explains { - :bob8730 :complies true. + :alice3730 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8731 :does :work_related_task. - :bob8731 :does :log_off_at_end_of_shift. + :alice3731 :does :log_off_at_end_of_shift. } log:explains { - :bob8731 :complies true. + :alice3731 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8732 :does :work_related_task. - :bob8732 :does :log_off_at_end_of_shift. + :alice3732 :does :log_off_at_end_of_shift. } log:explains { - :bob8732 :complies true. + :alice3732 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8733 :does :work_related_task. - :bob8733 :does :log_off_at_end_of_shift. + :alice3733 :does :log_off_at_end_of_shift. } log:explains { - :bob8733 :complies true. + :alice3733 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8734 :does :work_related_task. - :bob8734 :does :log_off_at_end_of_shift. + :alice3734 :does :log_off_at_end_of_shift. } log:explains { - :bob8734 :complies true. + :alice3734 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8735 :does :work_related_task. - :bob8735 :does :log_off_at_end_of_shift. + :alice3735 :does :log_off_at_end_of_shift. } log:explains { - :bob8735 :complies true. + :alice3735 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8736 :does :work_related_task. - :bob8736 :does :log_off_at_end_of_shift. + :alice3736 :does :log_off_at_end_of_shift. } log:explains { - :bob8736 :complies true. + :alice3736 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8737 :does :work_related_task. - :bob8737 :does :log_off_at_end_of_shift. + :alice3737 :does :log_off_at_end_of_shift. } log:explains { - :bob8737 :complies true. + :alice3737 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8738 :does :work_related_task. - :bob8738 :does :log_off_at_end_of_shift. + :alice3738 :does :log_off_at_end_of_shift. } log:explains { - :bob8738 :complies true. + :alice3738 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8739 :does :work_related_task. - :bob8739 :does :log_off_at_end_of_shift. + :alice3739 :does :log_off_at_end_of_shift. } log:explains { - :bob8739 :complies true. + :alice3739 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8740 :does :work_related_task. - :bob8740 :does :log_off_at_end_of_shift. + :alice3740 :does :log_off_at_end_of_shift. } log:explains { - :bob8740 :complies true. + :alice3740 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8741 :does :work_related_task. - :bob8741 :does :log_off_at_end_of_shift. + :alice3741 :does :log_off_at_end_of_shift. } log:explains { - :bob8741 :complies true. + :alice3741 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8742 :does :work_related_task. - :bob8742 :does :log_off_at_end_of_shift. + :alice3742 :does :log_off_at_end_of_shift. } log:explains { - :bob8742 :complies true. + :alice3742 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8743 :does :work_related_task. - :bob8743 :does :log_off_at_end_of_shift. + :alice3743 :does :log_off_at_end_of_shift. } log:explains { - :bob8743 :complies true. + :alice3743 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8744 :does :work_related_task. - :bob8744 :does :log_off_at_end_of_shift. + :alice3744 :does :log_off_at_end_of_shift. } log:explains { - :bob8744 :complies true. + :alice3744 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8745 :does :work_related_task. - :bob8745 :does :log_off_at_end_of_shift. + :alice3745 :does :log_off_at_end_of_shift. } log:explains { - :bob8745 :complies true. + :alice3745 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8746 :does :work_related_task. - :bob8746 :does :log_off_at_end_of_shift. + :alice3746 :does :log_off_at_end_of_shift. } log:explains { - :bob8746 :complies true. + :alice3746 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8747 :does :work_related_task. - :bob8747 :does :log_off_at_end_of_shift. + :alice3747 :does :log_off_at_end_of_shift. } log:explains { - :bob8747 :complies true. + :alice3747 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8748 :does :work_related_task. - :bob8748 :does :log_off_at_end_of_shift. + :alice3748 :does :log_off_at_end_of_shift. } log:explains { - :bob8748 :complies true. + :alice3748 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8749 :does :work_related_task. - :bob8749 :does :log_off_at_end_of_shift. + :alice3749 :does :log_off_at_end_of_shift. } log:explains { - :bob8749 :complies true. + :alice3749 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8750 :does :work_related_task. - :bob8750 :does :log_off_at_end_of_shift. + :alice3750 :does :log_off_at_end_of_shift. } log:explains { - :bob8750 :complies true. + :alice3750 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8751 :does :work_related_task. - :bob8751 :does :log_off_at_end_of_shift. + :alice3751 :does :log_off_at_end_of_shift. } log:explains { - :bob8751 :complies true. + :alice3751 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8752 :does :work_related_task. - :bob8752 :does :log_off_at_end_of_shift. + :alice3752 :does :log_off_at_end_of_shift. } log:explains { - :bob8752 :complies true. + :alice3752 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8753 :does :work_related_task. - :bob8753 :does :log_off_at_end_of_shift. + :alice3753 :does :log_off_at_end_of_shift. } log:explains { - :bob8753 :complies true. + :alice3753 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8754 :does :work_related_task. - :bob8754 :does :log_off_at_end_of_shift. + :alice3754 :does :log_off_at_end_of_shift. } log:explains { - :bob8754 :complies true. + :alice3754 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8755 :does :work_related_task. - :bob8755 :does :log_off_at_end_of_shift. + :alice3755 :does :log_off_at_end_of_shift. } log:explains { - :bob8755 :complies true. + :alice3755 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8756 :does :work_related_task. - :bob8756 :does :log_off_at_end_of_shift. + :alice3756 :does :log_off_at_end_of_shift. } log:explains { - :bob8756 :complies true. + :alice3756 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8757 :does :work_related_task. - :bob8757 :does :log_off_at_end_of_shift. + :alice3757 :does :log_off_at_end_of_shift. } log:explains { - :bob8757 :complies true. + :alice3757 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8758 :does :work_related_task. - :bob8758 :does :log_off_at_end_of_shift. + :alice3758 :does :log_off_at_end_of_shift. } log:explains { - :bob8758 :complies true. + :alice3758 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8759 :does :work_related_task. - :bob8759 :does :log_off_at_end_of_shift. + :alice3759 :does :log_off_at_end_of_shift. } log:explains { - :bob8759 :complies true. + :alice3759 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8760 :does :work_related_task. - :bob8760 :does :log_off_at_end_of_shift. + :alice3760 :does :log_off_at_end_of_shift. } log:explains { - :bob8760 :complies true. + :alice3760 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8761 :does :work_related_task. - :bob8761 :does :log_off_at_end_of_shift. + :alice3761 :does :log_off_at_end_of_shift. } log:explains { - :bob8761 :complies true. + :alice3761 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8762 :does :work_related_task. - :bob8762 :does :log_off_at_end_of_shift. + :alice3762 :does :log_off_at_end_of_shift. } log:explains { - :bob8762 :complies true. + :alice3762 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8763 :does :work_related_task. - :bob8763 :does :log_off_at_end_of_shift. + :alice3763 :does :log_off_at_end_of_shift. } log:explains { - :bob8763 :complies true. + :alice3763 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8764 :does :work_related_task. - :bob8764 :does :log_off_at_end_of_shift. + :alice3764 :does :log_off_at_end_of_shift. } log:explains { - :bob8764 :complies true. + :alice3764 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8765 :does :work_related_task. - :bob8765 :does :log_off_at_end_of_shift. + :alice3765 :does :log_off_at_end_of_shift. } log:explains { - :bob8765 :complies true. + :alice3765 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8766 :does :work_related_task. - :bob8766 :does :log_off_at_end_of_shift. + :alice3766 :does :log_off_at_end_of_shift. } log:explains { - :bob8766 :complies true. + :alice3766 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8767 :does :work_related_task. - :bob8767 :does :log_off_at_end_of_shift. + :alice3767 :does :log_off_at_end_of_shift. } log:explains { - :bob8767 :complies true. + :alice3767 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8768 :does :work_related_task. - :bob8768 :does :log_off_at_end_of_shift. + :alice3768 :does :log_off_at_end_of_shift. } log:explains { - :bob8768 :complies true. + :alice3768 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8769 :does :work_related_task. - :bob8769 :does :log_off_at_end_of_shift. + :alice3769 :does :log_off_at_end_of_shift. } log:explains { - :bob8769 :complies true. + :alice3769 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8770 :does :work_related_task. - :bob8770 :does :log_off_at_end_of_shift. + :alice3770 :does :log_off_at_end_of_shift. } log:explains { - :bob8770 :complies true. + :alice3770 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8771 :does :work_related_task. - :bob8771 :does :log_off_at_end_of_shift. + :alice3771 :does :log_off_at_end_of_shift. } log:explains { - :bob8771 :complies true. + :alice3771 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8772 :does :work_related_task. - :bob8772 :does :log_off_at_end_of_shift. + :alice3772 :does :log_off_at_end_of_shift. } log:explains { - :bob8772 :complies true. + :alice3772 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8773 :does :work_related_task. - :bob8773 :does :log_off_at_end_of_shift. + :alice3773 :does :log_off_at_end_of_shift. } log:explains { - :bob8773 :complies true. + :alice3773 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8774 :does :work_related_task. - :bob8774 :does :log_off_at_end_of_shift. + :alice3774 :does :log_off_at_end_of_shift. } log:explains { - :bob8774 :complies true. + :alice3774 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8775 :does :work_related_task. - :bob8775 :does :log_off_at_end_of_shift. + :alice3775 :does :log_off_at_end_of_shift. } log:explains { - :bob8775 :complies true. + :alice3775 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8776 :does :work_related_task. - :bob8776 :does :log_off_at_end_of_shift. + :alice3776 :does :log_off_at_end_of_shift. } log:explains { - :bob8776 :complies true. + :alice3776 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8777 :does :work_related_task. - :bob8777 :does :log_off_at_end_of_shift. + :alice3777 :does :log_off_at_end_of_shift. } log:explains { - :bob8777 :complies true. + :alice3777 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8778 :does :work_related_task. - :bob8778 :does :log_off_at_end_of_shift. + :alice3778 :does :log_off_at_end_of_shift. } log:explains { - :bob8778 :complies true. + :alice3778 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8779 :does :work_related_task. - :bob8779 :does :log_off_at_end_of_shift. + :alice3779 :does :log_off_at_end_of_shift. } log:explains { - :bob8779 :complies true. + :alice3779 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8780 :does :work_related_task. - :bob8780 :does :log_off_at_end_of_shift. + :alice3780 :does :log_off_at_end_of_shift. } log:explains { - :bob8780 :complies true. + :alice3780 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8781 :does :work_related_task. - :bob8781 :does :log_off_at_end_of_shift. + :alice3781 :does :log_off_at_end_of_shift. } log:explains { - :bob8781 :complies true. + :alice3781 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8782 :does :work_related_task. - :bob8782 :does :log_off_at_end_of_shift. + :alice3782 :does :log_off_at_end_of_shift. } log:explains { - :bob8782 :complies true. + :alice3782 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8783 :does :work_related_task. - :bob8783 :does :log_off_at_end_of_shift. + :alice3783 :does :log_off_at_end_of_shift. } log:explains { - :bob8783 :complies true. + :alice3783 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8784 :does :work_related_task. - :bob8784 :does :log_off_at_end_of_shift. + :alice3784 :does :log_off_at_end_of_shift. } log:explains { - :bob8784 :complies true. + :alice3784 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8785 :does :work_related_task. - :bob8785 :does :log_off_at_end_of_shift. + :alice3785 :does :log_off_at_end_of_shift. } log:explains { - :bob8785 :complies true. + :alice3785 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8786 :does :work_related_task. - :bob8786 :does :log_off_at_end_of_shift. + :alice3786 :does :log_off_at_end_of_shift. } log:explains { - :bob8786 :complies true. + :alice3786 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8787 :does :work_related_task. - :bob8787 :does :log_off_at_end_of_shift. + :alice3787 :does :log_off_at_end_of_shift. } log:explains { - :bob8787 :complies true. + :alice3787 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8788 :does :work_related_task. - :bob8788 :does :log_off_at_end_of_shift. + :alice3788 :does :log_off_at_end_of_shift. } log:explains { - :bob8788 :complies true. + :alice3788 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8789 :does :work_related_task. - :bob8789 :does :log_off_at_end_of_shift. + :alice3789 :does :log_off_at_end_of_shift. } log:explains { - :bob8789 :complies true. + :alice3789 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8790 :does :work_related_task. - :bob8790 :does :log_off_at_end_of_shift. + :alice3790 :does :log_off_at_end_of_shift. } log:explains { - :bob8790 :complies true. + :alice3790 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8791 :does :work_related_task. - :bob8791 :does :log_off_at_end_of_shift. + :alice3791 :does :log_off_at_end_of_shift. } log:explains { - :bob8791 :complies true. + :alice3791 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8792 :does :work_related_task. - :bob8792 :does :log_off_at_end_of_shift. + :alice3792 :does :log_off_at_end_of_shift. } log:explains { - :bob8792 :complies true. + :alice3792 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8793 :does :work_related_task. - :bob8793 :does :log_off_at_end_of_shift. + :alice3793 :does :log_off_at_end_of_shift. } log:explains { - :bob8793 :complies true. + :alice3793 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8794 :does :work_related_task. - :bob8794 :does :log_off_at_end_of_shift. + :alice3794 :does :log_off_at_end_of_shift. } log:explains { - :bob8794 :complies true. + :alice3794 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8795 :does :work_related_task. - :bob8795 :does :log_off_at_end_of_shift. + :alice3795 :does :log_off_at_end_of_shift. } log:explains { - :bob8795 :complies true. + :alice3795 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8796 :does :work_related_task. - :bob8796 :does :log_off_at_end_of_shift. + :alice3796 :does :log_off_at_end_of_shift. } log:explains { - :bob8796 :complies true. + :alice3796 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8797 :does :work_related_task. - :bob8797 :does :log_off_at_end_of_shift. + :alice3797 :does :log_off_at_end_of_shift. } log:explains { - :bob8797 :complies true. + :alice3797 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8798 :does :work_related_task. - :bob8798 :does :log_off_at_end_of_shift. + :alice3798 :does :log_off_at_end_of_shift. } log:explains { - :bob8798 :complies true. + :alice3798 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8799 :does :work_related_task. - :bob8799 :does :log_off_at_end_of_shift. + :alice3799 :does :log_off_at_end_of_shift. } log:explains { - :bob8799 :complies true. + :alice3799 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8800 :does :work_related_task. - :bob8800 :does :log_off_at_end_of_shift. + :alice3800 :does :log_off_at_end_of_shift. } log:explains { - :bob8800 :complies true. + :alice3800 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8801 :does :work_related_task. - :bob8801 :does :log_off_at_end_of_shift. + :alice3801 :does :log_off_at_end_of_shift. } log:explains { - :bob8801 :complies true. + :alice3801 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8802 :does :work_related_task. - :bob8802 :does :log_off_at_end_of_shift. + :alice3802 :does :log_off_at_end_of_shift. } log:explains { - :bob8802 :complies true. + :alice3802 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8803 :does :work_related_task. - :bob8803 :does :log_off_at_end_of_shift. + :alice3803 :does :log_off_at_end_of_shift. } log:explains { - :bob8803 :complies true. + :alice3803 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8804 :does :work_related_task. - :bob8804 :does :log_off_at_end_of_shift. + :alice3804 :does :log_off_at_end_of_shift. } log:explains { - :bob8804 :complies true. + :alice3804 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8805 :does :work_related_task. - :bob8805 :does :log_off_at_end_of_shift. + :alice3805 :does :log_off_at_end_of_shift. } log:explains { - :bob8805 :complies true. + :alice3805 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8806 :does :work_related_task. - :bob8806 :does :log_off_at_end_of_shift. + :alice3806 :does :log_off_at_end_of_shift. } log:explains { - :bob8806 :complies true. + :alice3806 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8807 :does :work_related_task. - :bob8807 :does :log_off_at_end_of_shift. + :alice3807 :does :log_off_at_end_of_shift. } log:explains { - :bob8807 :complies true. + :alice3807 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8808 :does :work_related_task. - :bob8808 :does :log_off_at_end_of_shift. + :alice3808 :does :log_off_at_end_of_shift. } log:explains { - :bob8808 :complies true. + :alice3808 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8809 :does :work_related_task. - :bob8809 :does :log_off_at_end_of_shift. + :alice3809 :does :log_off_at_end_of_shift. } log:explains { - :bob8809 :complies true. + :alice3809 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8810 :does :work_related_task. - :bob8810 :does :log_off_at_end_of_shift. + :alice3810 :does :log_off_at_end_of_shift. } log:explains { - :bob8810 :complies true. + :alice3810 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8811 :does :work_related_task. - :bob8811 :does :log_off_at_end_of_shift. + :alice3811 :does :log_off_at_end_of_shift. } log:explains { - :bob8811 :complies true. + :alice3811 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8812 :does :work_related_task. - :bob8812 :does :log_off_at_end_of_shift. + :alice3812 :does :log_off_at_end_of_shift. } log:explains { - :bob8812 :complies true. + :alice3812 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8813 :does :work_related_task. - :bob8813 :does :log_off_at_end_of_shift. + :alice3813 :does :log_off_at_end_of_shift. } log:explains { - :bob8813 :complies true. + :alice3813 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8814 :does :work_related_task. - :bob8814 :does :log_off_at_end_of_shift. + :alice3814 :does :log_off_at_end_of_shift. } log:explains { - :bob8814 :complies true. + :alice3814 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8815 :does :work_related_task. - :bob8815 :does :log_off_at_end_of_shift. + :alice3815 :does :log_off_at_end_of_shift. } log:explains { - :bob8815 :complies true. + :alice3815 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8816 :does :work_related_task. - :bob8816 :does :log_off_at_end_of_shift. + :alice3816 :does :log_off_at_end_of_shift. } log:explains { - :bob8816 :complies true. + :alice3816 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8817 :does :work_related_task. - :bob8817 :does :log_off_at_end_of_shift. + :alice3817 :does :log_off_at_end_of_shift. } log:explains { - :bob8817 :complies true. + :alice3817 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8818 :does :work_related_task. - :bob8818 :does :log_off_at_end_of_shift. + :alice3818 :does :log_off_at_end_of_shift. } log:explains { - :bob8818 :complies true. + :alice3818 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8819 :does :work_related_task. - :bob8819 :does :log_off_at_end_of_shift. + :alice3819 :does :log_off_at_end_of_shift. } log:explains { - :bob8819 :complies true. + :alice3819 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8820 :does :work_related_task. - :bob8820 :does :log_off_at_end_of_shift. + :alice3820 :does :log_off_at_end_of_shift. } log:explains { - :bob8820 :complies true. + :alice3820 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8821 :does :work_related_task. - :bob8821 :does :log_off_at_end_of_shift. + :alice3821 :does :log_off_at_end_of_shift. } log:explains { - :bob8821 :complies true. + :alice3821 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8822 :does :work_related_task. - :bob8822 :does :log_off_at_end_of_shift. + :alice3822 :does :log_off_at_end_of_shift. } log:explains { - :bob8822 :complies true. + :alice3822 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8823 :does :work_related_task. - :bob8823 :does :log_off_at_end_of_shift. + :alice3823 :does :log_off_at_end_of_shift. } log:explains { - :bob8823 :complies true. + :alice3823 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8824 :does :work_related_task. - :bob8824 :does :log_off_at_end_of_shift. + :alice3824 :does :log_off_at_end_of_shift. } log:explains { - :bob8824 :complies true. + :alice3824 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8825 :does :work_related_task. - :bob8825 :does :log_off_at_end_of_shift. + :alice3825 :does :log_off_at_end_of_shift. } log:explains { - :bob8825 :complies true. + :alice3825 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8826 :does :work_related_task. - :bob8826 :does :log_off_at_end_of_shift. + :alice3826 :does :log_off_at_end_of_shift. } log:explains { - :bob8826 :complies true. + :alice3826 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8827 :does :work_related_task. - :bob8827 :does :log_off_at_end_of_shift. + :alice3827 :does :log_off_at_end_of_shift. } log:explains { - :bob8827 :complies true. + :alice3827 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8828 :does :work_related_task. - :bob8828 :does :log_off_at_end_of_shift. + :alice3828 :does :log_off_at_end_of_shift. } log:explains { - :bob8828 :complies true. + :alice3828 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8829 :does :work_related_task. - :bob8829 :does :log_off_at_end_of_shift. + :alice3829 :does :log_off_at_end_of_shift. } log:explains { - :bob8829 :complies true. + :alice3829 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8830 :does :work_related_task. - :bob8830 :does :log_off_at_end_of_shift. + :alice3830 :does :log_off_at_end_of_shift. } log:explains { - :bob8830 :complies true. + :alice3830 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8831 :does :work_related_task. - :bob8831 :does :log_off_at_end_of_shift. + :alice3831 :does :log_off_at_end_of_shift. } log:explains { - :bob8831 :complies true. + :alice3831 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8832 :does :work_related_task. - :bob8832 :does :log_off_at_end_of_shift. + :alice3832 :does :log_off_at_end_of_shift. } log:explains { - :bob8832 :complies true. + :alice3832 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8833 :does :work_related_task. - :bob8833 :does :log_off_at_end_of_shift. + :alice3833 :does :log_off_at_end_of_shift. } log:explains { - :bob8833 :complies true. + :alice3833 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8834 :does :work_related_task. - :bob8834 :does :log_off_at_end_of_shift. + :alice3834 :does :log_off_at_end_of_shift. } log:explains { - :bob8834 :complies true. + :alice3834 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8835 :does :work_related_task. - :bob8835 :does :log_off_at_end_of_shift. + :alice3835 :does :log_off_at_end_of_shift. } log:explains { - :bob8835 :complies true. + :alice3835 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8836 :does :work_related_task. - :bob8836 :does :log_off_at_end_of_shift. + :alice3836 :does :log_off_at_end_of_shift. } log:explains { - :bob8836 :complies true. + :alice3836 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8837 :does :work_related_task. - :bob8837 :does :log_off_at_end_of_shift. + :alice3837 :does :log_off_at_end_of_shift. } log:explains { - :bob8837 :complies true. + :alice3837 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8838 :does :work_related_task. - :bob8838 :does :log_off_at_end_of_shift. + :alice3838 :does :log_off_at_end_of_shift. } log:explains { - :bob8838 :complies true. + :alice3838 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8839 :does :work_related_task. - :bob8839 :does :log_off_at_end_of_shift. + :alice3839 :does :log_off_at_end_of_shift. } log:explains { - :bob8839 :complies true. + :alice3839 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8840 :does :work_related_task. - :bob8840 :does :log_off_at_end_of_shift. + :alice3840 :does :log_off_at_end_of_shift. } log:explains { - :bob8840 :complies true. + :alice3840 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8841 :does :work_related_task. - :bob8841 :does :log_off_at_end_of_shift. + :alice3841 :does :log_off_at_end_of_shift. } log:explains { - :bob8841 :complies true. + :alice3841 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8842 :does :work_related_task. - :bob8842 :does :log_off_at_end_of_shift. + :alice3842 :does :log_off_at_end_of_shift. } log:explains { - :bob8842 :complies true. + :alice3842 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8843 :does :work_related_task. - :bob8843 :does :log_off_at_end_of_shift. + :alice3843 :does :log_off_at_end_of_shift. } log:explains { - :bob8843 :complies true. + :alice3843 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8844 :does :work_related_task. - :bob8844 :does :log_off_at_end_of_shift. + :alice3844 :does :log_off_at_end_of_shift. } log:explains { - :bob8844 :complies true. + :alice3844 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8845 :does :work_related_task. - :bob8845 :does :log_off_at_end_of_shift. + :alice3845 :does :log_off_at_end_of_shift. } log:explains { - :bob8845 :complies true. + :alice3845 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8846 :does :work_related_task. - :bob8846 :does :log_off_at_end_of_shift. + :alice3846 :does :log_off_at_end_of_shift. } log:explains { - :bob8846 :complies true. + :alice3846 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8847 :does :work_related_task. - :bob8847 :does :log_off_at_end_of_shift. + :alice3847 :does :log_off_at_end_of_shift. } log:explains { - :bob8847 :complies true. + :alice3847 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8848 :does :work_related_task. - :bob8848 :does :log_off_at_end_of_shift. + :alice3848 :does :log_off_at_end_of_shift. } log:explains { - :bob8848 :complies true. + :alice3848 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8849 :does :work_related_task. - :bob8849 :does :log_off_at_end_of_shift. + :alice3849 :does :log_off_at_end_of_shift. } log:explains { - :bob8849 :complies true. + :alice3849 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8850 :does :work_related_task. - :bob8850 :does :log_off_at_end_of_shift. + :alice3850 :does :log_off_at_end_of_shift. } log:explains { - :bob8850 :complies true. + :alice3850 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8851 :does :work_related_task. - :bob8851 :does :log_off_at_end_of_shift. + :alice3851 :does :log_off_at_end_of_shift. } log:explains { - :bob8851 :complies true. + :alice3851 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8852 :does :work_related_task. - :bob8852 :does :log_off_at_end_of_shift. + :alice3852 :does :log_off_at_end_of_shift. } log:explains { - :bob8852 :complies true. + :alice3852 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8853 :does :work_related_task. - :bob8853 :does :log_off_at_end_of_shift. + :alice3853 :does :log_off_at_end_of_shift. } log:explains { - :bob8853 :complies true. + :alice3853 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8854 :does :work_related_task. - :bob8854 :does :log_off_at_end_of_shift. + :alice3854 :does :log_off_at_end_of_shift. } log:explains { - :bob8854 :complies true. + :alice3854 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8855 :does :work_related_task. - :bob8855 :does :log_off_at_end_of_shift. + :alice3855 :does :log_off_at_end_of_shift. } log:explains { - :bob8855 :complies true. + :alice3855 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8856 :does :work_related_task. - :bob8856 :does :log_off_at_end_of_shift. + :alice3856 :does :log_off_at_end_of_shift. } log:explains { - :bob8856 :complies true. + :alice3856 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8857 :does :work_related_task. - :bob8857 :does :log_off_at_end_of_shift. + :alice3857 :does :log_off_at_end_of_shift. } log:explains { - :bob8857 :complies true. + :alice3857 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8858 :does :work_related_task. - :bob8858 :does :log_off_at_end_of_shift. + :alice3858 :does :log_off_at_end_of_shift. } log:explains { - :bob8858 :complies true. + :alice3858 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8859 :does :work_related_task. - :bob8859 :does :log_off_at_end_of_shift. + :alice3859 :does :log_off_at_end_of_shift. } log:explains { - :bob8859 :complies true. + :alice3859 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8860 :does :work_related_task. - :bob8860 :does :log_off_at_end_of_shift. + :alice3860 :does :log_off_at_end_of_shift. } log:explains { - :bob8860 :complies true. + :alice3860 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8861 :does :work_related_task. - :bob8861 :does :log_off_at_end_of_shift. + :alice3861 :does :log_off_at_end_of_shift. } log:explains { - :bob8861 :complies true. + :alice3861 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8862 :does :work_related_task. - :bob8862 :does :log_off_at_end_of_shift. + :alice3862 :does :log_off_at_end_of_shift. } log:explains { - :bob8862 :complies true. + :alice3862 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8863 :does :work_related_task. - :bob8863 :does :log_off_at_end_of_shift. + :alice3863 :does :log_off_at_end_of_shift. } log:explains { - :bob8863 :complies true. + :alice3863 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8864 :does :work_related_task. - :bob8864 :does :log_off_at_end_of_shift. + :alice3864 :does :log_off_at_end_of_shift. } log:explains { - :bob8864 :complies true. + :alice3864 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8865 :does :work_related_task. - :bob8865 :does :log_off_at_end_of_shift. + :alice3865 :does :log_off_at_end_of_shift. } log:explains { - :bob8865 :complies true. + :alice3865 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8866 :does :work_related_task. - :bob8866 :does :log_off_at_end_of_shift. + :alice3866 :does :log_off_at_end_of_shift. } log:explains { - :bob8866 :complies true. + :alice3866 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8867 :does :work_related_task. - :bob8867 :does :log_off_at_end_of_shift. + :alice3867 :does :log_off_at_end_of_shift. } log:explains { - :bob8867 :complies true. + :alice3867 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8868 :does :work_related_task. - :bob8868 :does :log_off_at_end_of_shift. + :alice3868 :does :log_off_at_end_of_shift. } log:explains { - :bob8868 :complies true. + :alice3868 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8869 :does :work_related_task. - :bob8869 :does :log_off_at_end_of_shift. + :alice3869 :does :log_off_at_end_of_shift. } log:explains { - :bob8869 :complies true. + :alice3869 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8870 :does :work_related_task. - :bob8870 :does :log_off_at_end_of_shift. + :alice3870 :does :log_off_at_end_of_shift. } log:explains { - :bob8870 :complies true. + :alice3870 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8871 :does :work_related_task. - :bob8871 :does :log_off_at_end_of_shift. + :alice3871 :does :log_off_at_end_of_shift. } log:explains { - :bob8871 :complies true. + :alice3871 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8872 :does :work_related_task. - :bob8872 :does :log_off_at_end_of_shift. + :alice3872 :does :log_off_at_end_of_shift. } log:explains { - :bob8872 :complies true. + :alice3872 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8873 :does :work_related_task. - :bob8873 :does :log_off_at_end_of_shift. + :alice3873 :does :log_off_at_end_of_shift. } log:explains { - :bob8873 :complies true. + :alice3873 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8874 :does :work_related_task. - :bob8874 :does :log_off_at_end_of_shift. + :alice3874 :does :log_off_at_end_of_shift. } log:explains { - :bob8874 :complies true. + :alice3874 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8875 :does :work_related_task. - :bob8875 :does :log_off_at_end_of_shift. + :alice3875 :does :log_off_at_end_of_shift. } log:explains { - :bob8875 :complies true. + :alice3875 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8876 :does :work_related_task. - :bob8876 :does :log_off_at_end_of_shift. + :alice3876 :does :log_off_at_end_of_shift. } log:explains { - :bob8876 :complies true. + :alice3876 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8877 :does :work_related_task. - :bob8877 :does :log_off_at_end_of_shift. + :alice3877 :does :log_off_at_end_of_shift. } log:explains { - :bob8877 :complies true. + :alice3877 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8878 :does :work_related_task. - :bob8878 :does :log_off_at_end_of_shift. + :alice3878 :does :log_off_at_end_of_shift. } log:explains { - :bob8878 :complies true. + :alice3878 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8879 :does :work_related_task. - :bob8879 :does :log_off_at_end_of_shift. + :alice3879 :does :log_off_at_end_of_shift. } log:explains { - :bob8879 :complies true. + :alice3879 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8880 :does :work_related_task. - :bob8880 :does :log_off_at_end_of_shift. + :alice3880 :does :log_off_at_end_of_shift. } log:explains { - :bob8880 :complies true. + :alice3880 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8881 :does :work_related_task. - :bob8881 :does :log_off_at_end_of_shift. + :alice3881 :does :log_off_at_end_of_shift. } log:explains { - :bob8881 :complies true. + :alice3881 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8882 :does :work_related_task. - :bob8882 :does :log_off_at_end_of_shift. + :alice3882 :does :log_off_at_end_of_shift. } log:explains { - :bob8882 :complies true. + :alice3882 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8883 :does :work_related_task. - :bob8883 :does :log_off_at_end_of_shift. + :alice3883 :does :log_off_at_end_of_shift. } log:explains { - :bob8883 :complies true. + :alice3883 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8884 :does :work_related_task. - :bob8884 :does :log_off_at_end_of_shift. + :alice3884 :does :log_off_at_end_of_shift. } log:explains { - :bob8884 :complies true. + :alice3884 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8885 :does :work_related_task. - :bob8885 :does :log_off_at_end_of_shift. + :alice3885 :does :log_off_at_end_of_shift. } log:explains { - :bob8885 :complies true. + :alice3885 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8886 :does :work_related_task. - :bob8886 :does :log_off_at_end_of_shift. + :alice3886 :does :log_off_at_end_of_shift. } log:explains { - :bob8886 :complies true. + :alice3886 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8887 :does :work_related_task. - :bob8887 :does :log_off_at_end_of_shift. + :alice3887 :does :log_off_at_end_of_shift. } log:explains { - :bob8887 :complies true. + :alice3887 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8888 :does :work_related_task. - :bob8888 :does :log_off_at_end_of_shift. + :alice3888 :does :log_off_at_end_of_shift. } log:explains { - :bob8888 :complies true. + :alice3888 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8889 :does :work_related_task. - :bob8889 :does :log_off_at_end_of_shift. + :alice3889 :does :log_off_at_end_of_shift. } log:explains { - :bob8889 :complies true. + :alice3889 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8890 :does :work_related_task. - :bob8890 :does :log_off_at_end_of_shift. + :alice3890 :does :log_off_at_end_of_shift. } log:explains { - :bob8890 :complies true. + :alice3890 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8891 :does :work_related_task. - :bob8891 :does :log_off_at_end_of_shift. + :alice3891 :does :log_off_at_end_of_shift. } log:explains { - :bob8891 :complies true. + :alice3891 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8892 :does :work_related_task. - :bob8892 :does :log_off_at_end_of_shift. + :alice3892 :does :log_off_at_end_of_shift. } log:explains { - :bob8892 :complies true. + :alice3892 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8893 :does :work_related_task. - :bob8893 :does :log_off_at_end_of_shift. + :alice3893 :does :log_off_at_end_of_shift. } log:explains { - :bob8893 :complies true. + :alice3893 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8894 :does :work_related_task. - :bob8894 :does :log_off_at_end_of_shift. + :alice3894 :does :log_off_at_end_of_shift. } log:explains { - :bob8894 :complies true. + :alice3894 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8895 :does :work_related_task. - :bob8895 :does :log_off_at_end_of_shift. + :alice3895 :does :log_off_at_end_of_shift. } log:explains { - :bob8895 :complies true. + :alice3895 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8896 :does :work_related_task. - :bob8896 :does :log_off_at_end_of_shift. + :alice3896 :does :log_off_at_end_of_shift. } log:explains { - :bob8896 :complies true. + :alice3896 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8897 :does :work_related_task. - :bob8897 :does :log_off_at_end_of_shift. + :alice3897 :does :log_off_at_end_of_shift. } log:explains { - :bob8897 :complies true. + :alice3897 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8898 :does :work_related_task. - :bob8898 :does :log_off_at_end_of_shift. + :alice3898 :does :log_off_at_end_of_shift. } log:explains { - :bob8898 :complies true. + :alice3898 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8899 :does :work_related_task. - :bob8899 :does :log_off_at_end_of_shift. + :alice3899 :does :log_off_at_end_of_shift. } log:explains { - :bob8899 :complies true. + :alice3899 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8900 :does :work_related_task. - :bob8900 :does :log_off_at_end_of_shift. + :alice3900 :does :log_off_at_end_of_shift. } log:explains { - :bob8900 :complies true. + :alice3900 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8901 :does :work_related_task. - :bob8901 :does :log_off_at_end_of_shift. + :alice3901 :does :log_off_at_end_of_shift. } log:explains { - :bob8901 :complies true. + :alice3901 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8902 :does :work_related_task. - :bob8902 :does :log_off_at_end_of_shift. + :alice3902 :does :log_off_at_end_of_shift. } log:explains { - :bob8902 :complies true. + :alice3902 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8903 :does :work_related_task. - :bob8903 :does :log_off_at_end_of_shift. + :alice3903 :does :log_off_at_end_of_shift. } log:explains { - :bob8903 :complies true. + :alice3903 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8904 :does :work_related_task. - :bob8904 :does :log_off_at_end_of_shift. + :alice3904 :does :log_off_at_end_of_shift. } log:explains { - :bob8904 :complies true. + :alice3904 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8905 :does :work_related_task. - :bob8905 :does :log_off_at_end_of_shift. + :alice3905 :does :log_off_at_end_of_shift. } log:explains { - :bob8905 :complies true. + :alice3905 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8906 :does :work_related_task. - :bob8906 :does :log_off_at_end_of_shift. + :alice3906 :does :log_off_at_end_of_shift. } log:explains { - :bob8906 :complies true. + :alice3906 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8907 :does :work_related_task. - :bob8907 :does :log_off_at_end_of_shift. + :alice3907 :does :log_off_at_end_of_shift. } log:explains { - :bob8907 :complies true. + :alice3907 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8908 :does :work_related_task. - :bob8908 :does :log_off_at_end_of_shift. + :alice3908 :does :log_off_at_end_of_shift. } log:explains { - :bob8908 :complies true. + :alice3908 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8909 :does :work_related_task. - :bob8909 :does :log_off_at_end_of_shift. + :alice3909 :does :log_off_at_end_of_shift. } log:explains { - :bob8909 :complies true. + :alice3909 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8910 :does :work_related_task. - :bob8910 :does :log_off_at_end_of_shift. + :alice3910 :does :log_off_at_end_of_shift. } log:explains { - :bob8910 :complies true. + :alice3910 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8911 :does :work_related_task. - :bob8911 :does :log_off_at_end_of_shift. + :alice3911 :does :log_off_at_end_of_shift. } log:explains { - :bob8911 :complies true. + :alice3911 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8912 :does :work_related_task. - :bob8912 :does :log_off_at_end_of_shift. + :alice3912 :does :log_off_at_end_of_shift. } log:explains { - :bob8912 :complies true. + :alice3912 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8913 :does :work_related_task. - :bob8913 :does :log_off_at_end_of_shift. + :alice3913 :does :log_off_at_end_of_shift. } log:explains { - :bob8913 :complies true. + :alice3913 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8914 :does :work_related_task. - :bob8914 :does :log_off_at_end_of_shift. + :alice3914 :does :log_off_at_end_of_shift. } log:explains { - :bob8914 :complies true. + :alice3914 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8915 :does :work_related_task. - :bob8915 :does :log_off_at_end_of_shift. + :alice3915 :does :log_off_at_end_of_shift. } log:explains { - :bob8915 :complies true. + :alice3915 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8916 :does :work_related_task. - :bob8916 :does :log_off_at_end_of_shift. + :alice3916 :does :log_off_at_end_of_shift. } log:explains { - :bob8916 :complies true. + :alice3916 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8917 :does :work_related_task. - :bob8917 :does :log_off_at_end_of_shift. + :alice3917 :does :log_off_at_end_of_shift. } log:explains { - :bob8917 :complies true. + :alice3917 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8918 :does :work_related_task. - :bob8918 :does :log_off_at_end_of_shift. + :alice3918 :does :log_off_at_end_of_shift. } log:explains { - :bob8918 :complies true. + :alice3918 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8919 :does :work_related_task. - :bob8919 :does :log_off_at_end_of_shift. + :alice3919 :does :log_off_at_end_of_shift. } log:explains { - :bob8919 :complies true. + :alice3919 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8920 :does :work_related_task. - :bob8920 :does :log_off_at_end_of_shift. + :alice3920 :does :log_off_at_end_of_shift. } log:explains { - :bob8920 :complies true. + :alice3920 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8921 :does :work_related_task. - :bob8921 :does :log_off_at_end_of_shift. + :alice3921 :does :log_off_at_end_of_shift. } log:explains { - :bob8921 :complies true. + :alice3921 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8922 :does :work_related_task. - :bob8922 :does :log_off_at_end_of_shift. + :alice3922 :does :log_off_at_end_of_shift. } log:explains { - :bob8922 :complies true. + :alice3922 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8923 :does :work_related_task. - :bob8923 :does :log_off_at_end_of_shift. + :alice3923 :does :log_off_at_end_of_shift. } log:explains { - :bob8923 :complies true. + :alice3923 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8924 :does :work_related_task. - :bob8924 :does :log_off_at_end_of_shift. + :alice3924 :does :log_off_at_end_of_shift. } log:explains { - :bob8924 :complies true. + :alice3924 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8925 :does :work_related_task. - :bob8925 :does :log_off_at_end_of_shift. + :alice3925 :does :log_off_at_end_of_shift. } log:explains { - :bob8925 :complies true. + :alice3925 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8926 :does :work_related_task. - :bob8926 :does :log_off_at_end_of_shift. + :alice3926 :does :log_off_at_end_of_shift. } log:explains { - :bob8926 :complies true. + :alice3926 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8927 :does :work_related_task. - :bob8927 :does :log_off_at_end_of_shift. + :alice3927 :does :log_off_at_end_of_shift. } log:explains { - :bob8927 :complies true. + :alice3927 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8928 :does :work_related_task. - :bob8928 :does :log_off_at_end_of_shift. + :alice3928 :does :log_off_at_end_of_shift. } log:explains { - :bob8928 :complies true. + :alice3928 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8929 :does :work_related_task. - :bob8929 :does :log_off_at_end_of_shift. + :alice3929 :does :log_off_at_end_of_shift. } log:explains { - :bob8929 :complies true. + :alice3929 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8930 :does :work_related_task. - :bob8930 :does :log_off_at_end_of_shift. + :alice3930 :does :log_off_at_end_of_shift. } log:explains { - :bob8930 :complies true. + :alice3930 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8931 :does :work_related_task. - :bob8931 :does :log_off_at_end_of_shift. + :alice3931 :does :log_off_at_end_of_shift. } log:explains { - :bob8931 :complies true. + :alice3931 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8932 :does :work_related_task. - :bob8932 :does :log_off_at_end_of_shift. + :alice3932 :does :log_off_at_end_of_shift. } log:explains { - :bob8932 :complies true. + :alice3932 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8933 :does :work_related_task. - :bob8933 :does :log_off_at_end_of_shift. + :alice3933 :does :log_off_at_end_of_shift. } log:explains { - :bob8933 :complies true. + :alice3933 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8934 :does :work_related_task. - :bob8934 :does :log_off_at_end_of_shift. + :alice3934 :does :log_off_at_end_of_shift. } log:explains { - :bob8934 :complies true. + :alice3934 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8935 :does :work_related_task. - :bob8935 :does :log_off_at_end_of_shift. + :alice3935 :does :log_off_at_end_of_shift. } log:explains { - :bob8935 :complies true. + :alice3935 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8936 :does :work_related_task. - :bob8936 :does :log_off_at_end_of_shift. + :alice3936 :does :log_off_at_end_of_shift. } log:explains { - :bob8936 :complies true. + :alice3936 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8937 :does :work_related_task. - :bob8937 :does :log_off_at_end_of_shift. + :alice3937 :does :log_off_at_end_of_shift. } log:explains { - :bob8937 :complies true. + :alice3937 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8938 :does :work_related_task. - :bob8938 :does :log_off_at_end_of_shift. + :alice3938 :does :log_off_at_end_of_shift. } log:explains { - :bob8938 :complies true. + :alice3938 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8939 :does :work_related_task. - :bob8939 :does :log_off_at_end_of_shift. + :alice3939 :does :log_off_at_end_of_shift. } log:explains { - :bob8939 :complies true. + :alice3939 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8940 :does :work_related_task. - :bob8940 :does :log_off_at_end_of_shift. + :alice3940 :does :log_off_at_end_of_shift. } log:explains { - :bob8940 :complies true. + :alice3940 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8941 :does :work_related_task. - :bob8941 :does :log_off_at_end_of_shift. + :alice3941 :does :log_off_at_end_of_shift. } log:explains { - :bob8941 :complies true. + :alice3941 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8942 :does :work_related_task. - :bob8942 :does :log_off_at_end_of_shift. + :alice3942 :does :log_off_at_end_of_shift. } log:explains { - :bob8942 :complies true. + :alice3942 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8943 :does :work_related_task. - :bob8943 :does :log_off_at_end_of_shift. + :alice3943 :does :log_off_at_end_of_shift. } log:explains { - :bob8943 :complies true. + :alice3943 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8944 :does :work_related_task. - :bob8944 :does :log_off_at_end_of_shift. + :alice3944 :does :log_off_at_end_of_shift. } log:explains { - :bob8944 :complies true. + :alice3944 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8945 :does :work_related_task. - :bob8945 :does :log_off_at_end_of_shift. + :alice3945 :does :log_off_at_end_of_shift. } log:explains { - :bob8945 :complies true. + :alice3945 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8946 :does :work_related_task. - :bob8946 :does :log_off_at_end_of_shift. + :alice3946 :does :log_off_at_end_of_shift. } log:explains { - :bob8946 :complies true. + :alice3946 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8947 :does :work_related_task. - :bob8947 :does :log_off_at_end_of_shift. + :alice3947 :does :log_off_at_end_of_shift. } log:explains { - :bob8947 :complies true. + :alice3947 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8948 :does :work_related_task. - :bob8948 :does :log_off_at_end_of_shift. + :alice3948 :does :log_off_at_end_of_shift. } log:explains { - :bob8948 :complies true. + :alice3948 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8949 :does :work_related_task. - :bob8949 :does :log_off_at_end_of_shift. + :alice3949 :does :log_off_at_end_of_shift. } log:explains { - :bob8949 :complies true. + :alice3949 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8950 :does :work_related_task. - :bob8950 :does :log_off_at_end_of_shift. + :alice3950 :does :log_off_at_end_of_shift. } log:explains { - :bob8950 :complies true. + :alice3950 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8951 :does :work_related_task. - :bob8951 :does :log_off_at_end_of_shift. + :alice3951 :does :log_off_at_end_of_shift. } log:explains { - :bob8951 :complies true. + :alice3951 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8952 :does :work_related_task. - :bob8952 :does :log_off_at_end_of_shift. + :alice3952 :does :log_off_at_end_of_shift. } log:explains { - :bob8952 :complies true. + :alice3952 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8953 :does :work_related_task. - :bob8953 :does :log_off_at_end_of_shift. + :alice3953 :does :log_off_at_end_of_shift. } log:explains { - :bob8953 :complies true. + :alice3953 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8954 :does :work_related_task. - :bob8954 :does :log_off_at_end_of_shift. + :alice3954 :does :log_off_at_end_of_shift. } log:explains { - :bob8954 :complies true. + :alice3954 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8955 :does :work_related_task. - :bob8955 :does :log_off_at_end_of_shift. + :alice3955 :does :log_off_at_end_of_shift. } log:explains { - :bob8955 :complies true. + :alice3955 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8956 :does :work_related_task. - :bob8956 :does :log_off_at_end_of_shift. + :alice3956 :does :log_off_at_end_of_shift. } log:explains { - :bob8956 :complies true. + :alice3956 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8957 :does :work_related_task. - :bob8957 :does :log_off_at_end_of_shift. + :alice3957 :does :log_off_at_end_of_shift. } log:explains { - :bob8957 :complies true. + :alice3957 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8958 :does :work_related_task. - :bob8958 :does :log_off_at_end_of_shift. + :alice3958 :does :log_off_at_end_of_shift. } log:explains { - :bob8958 :complies true. + :alice3958 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8959 :does :work_related_task. - :bob8959 :does :log_off_at_end_of_shift. + :alice3959 :does :log_off_at_end_of_shift. } log:explains { - :bob8959 :complies true. + :alice3959 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8960 :does :work_related_task. - :bob8960 :does :log_off_at_end_of_shift. + :alice3960 :does :log_off_at_end_of_shift. } log:explains { - :bob8960 :complies true. + :alice3960 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8961 :does :work_related_task. - :bob8961 :does :log_off_at_end_of_shift. + :alice3961 :does :log_off_at_end_of_shift. } log:explains { - :bob8961 :complies true. + :alice3961 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8962 :does :work_related_task. - :bob8962 :does :log_off_at_end_of_shift. + :alice3962 :does :log_off_at_end_of_shift. } log:explains { - :bob8962 :complies true. + :alice3962 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8963 :does :work_related_task. - :bob8963 :does :log_off_at_end_of_shift. + :alice3963 :does :log_off_at_end_of_shift. } log:explains { - :bob8963 :complies true. + :alice3963 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8964 :does :work_related_task. - :bob8964 :does :log_off_at_end_of_shift. + :alice3964 :does :log_off_at_end_of_shift. } log:explains { - :bob8964 :complies true. + :alice3964 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8965 :does :work_related_task. - :bob8965 :does :log_off_at_end_of_shift. + :alice3965 :does :log_off_at_end_of_shift. } log:explains { - :bob8965 :complies true. + :alice3965 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8966 :does :work_related_task. - :bob8966 :does :log_off_at_end_of_shift. + :alice3966 :does :log_off_at_end_of_shift. } log:explains { - :bob8966 :complies true. + :alice3966 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8967 :does :work_related_task. - :bob8967 :does :log_off_at_end_of_shift. + :alice3967 :does :log_off_at_end_of_shift. } log:explains { - :bob8967 :complies true. + :alice3967 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8968 :does :work_related_task. - :bob8968 :does :log_off_at_end_of_shift. + :alice3968 :does :log_off_at_end_of_shift. } log:explains { - :bob8968 :complies true. + :alice3968 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8969 :does :work_related_task. - :bob8969 :does :log_off_at_end_of_shift. + :alice3969 :does :log_off_at_end_of_shift. } log:explains { - :bob8969 :complies true. + :alice3969 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8970 :does :work_related_task. - :bob8970 :does :log_off_at_end_of_shift. + :alice3970 :does :log_off_at_end_of_shift. } log:explains { - :bob8970 :complies true. + :alice3970 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8971 :does :work_related_task. - :bob8971 :does :log_off_at_end_of_shift. + :alice3971 :does :log_off_at_end_of_shift. } log:explains { - :bob8971 :complies true. + :alice3971 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8972 :does :work_related_task. - :bob8972 :does :log_off_at_end_of_shift. + :alice3972 :does :log_off_at_end_of_shift. } log:explains { - :bob8972 :complies true. + :alice3972 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8973 :does :work_related_task. - :bob8973 :does :log_off_at_end_of_shift. + :alice3973 :does :log_off_at_end_of_shift. } log:explains { - :bob8973 :complies true. + :alice3973 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8974 :does :work_related_task. - :bob8974 :does :log_off_at_end_of_shift. + :alice3974 :does :log_off_at_end_of_shift. } log:explains { - :bob8974 :complies true. + :alice3974 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8975 :does :work_related_task. - :bob8975 :does :log_off_at_end_of_shift. + :alice3975 :does :log_off_at_end_of_shift. } log:explains { - :bob8975 :complies true. + :alice3975 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8976 :does :work_related_task. - :bob8976 :does :log_off_at_end_of_shift. + :alice3976 :does :log_off_at_end_of_shift. } log:explains { - :bob8976 :complies true. + :alice3976 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8977 :does :work_related_task. - :bob8977 :does :log_off_at_end_of_shift. + :alice3977 :does :log_off_at_end_of_shift. } log:explains { - :bob8977 :complies true. + :alice3977 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8978 :does :work_related_task. - :bob8978 :does :log_off_at_end_of_shift. + :alice3978 :does :log_off_at_end_of_shift. } log:explains { - :bob8978 :complies true. + :alice3978 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8979 :does :work_related_task. - :bob8979 :does :log_off_at_end_of_shift. + :alice3979 :does :log_off_at_end_of_shift. } log:explains { - :bob8979 :complies true. + :alice3979 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8980 :does :work_related_task. - :bob8980 :does :log_off_at_end_of_shift. + :alice3980 :does :log_off_at_end_of_shift. } log:explains { - :bob8980 :complies true. + :alice3980 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8981 :does :work_related_task. - :bob8981 :does :log_off_at_end_of_shift. + :alice3981 :does :log_off_at_end_of_shift. } log:explains { - :bob8981 :complies true. + :alice3981 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8982 :does :work_related_task. - :bob8982 :does :log_off_at_end_of_shift. + :alice3982 :does :log_off_at_end_of_shift. } log:explains { - :bob8982 :complies true. + :alice3982 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8983 :does :work_related_task. - :bob8983 :does :log_off_at_end_of_shift. + :alice3983 :does :log_off_at_end_of_shift. } log:explains { - :bob8983 :complies true. + :alice3983 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8984 :does :work_related_task. - :bob8984 :does :log_off_at_end_of_shift. + :alice3984 :does :log_off_at_end_of_shift. } log:explains { - :bob8984 :complies true. + :alice3984 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8985 :does :work_related_task. - :bob8985 :does :log_off_at_end_of_shift. + :alice3985 :does :log_off_at_end_of_shift. } log:explains { - :bob8985 :complies true. + :alice3985 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8986 :does :work_related_task. - :bob8986 :does :log_off_at_end_of_shift. + :alice3986 :does :log_off_at_end_of_shift. } log:explains { - :bob8986 :complies true. + :alice3986 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8987 :does :work_related_task. - :bob8987 :does :log_off_at_end_of_shift. + :alice3987 :does :log_off_at_end_of_shift. } log:explains { - :bob8987 :complies true. + :alice3987 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8988 :does :work_related_task. - :bob8988 :does :log_off_at_end_of_shift. + :alice3988 :does :log_off_at_end_of_shift. } log:explains { - :bob8988 :complies true. + :alice3988 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8989 :does :work_related_task. - :bob8989 :does :log_off_at_end_of_shift. + :alice3989 :does :log_off_at_end_of_shift. } log:explains { - :bob8989 :complies true. + :alice3989 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8990 :does :work_related_task. - :bob8990 :does :log_off_at_end_of_shift. + :alice3990 :does :log_off_at_end_of_shift. } log:explains { - :bob8990 :complies true. + :alice3990 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8991 :does :work_related_task. - :bob8991 :does :log_off_at_end_of_shift. + :alice3991 :does :log_off_at_end_of_shift. } log:explains { - :bob8991 :complies true. + :alice3991 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8992 :does :work_related_task. - :bob8992 :does :log_off_at_end_of_shift. + :alice3992 :does :log_off_at_end_of_shift. } log:explains { - :bob8992 :complies true. + :alice3992 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8993 :does :work_related_task. - :bob8993 :does :log_off_at_end_of_shift. + :alice3993 :does :log_off_at_end_of_shift. } log:explains { - :bob8993 :complies true. + :alice3993 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8994 :does :work_related_task. - :bob8994 :does :log_off_at_end_of_shift. + :alice3994 :does :log_off_at_end_of_shift. } log:explains { - :bob8994 :complies true. + :alice3994 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8995 :does :work_related_task. - :bob8995 :does :log_off_at_end_of_shift. + :alice3995 :does :log_off_at_end_of_shift. } log:explains { - :bob8995 :complies true. + :alice3995 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8996 :does :work_related_task. - :bob8996 :does :log_off_at_end_of_shift. + :alice3996 :does :log_off_at_end_of_shift. } log:explains { - :bob8996 :complies true. + :alice3996 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8997 :does :work_related_task. - :bob8997 :does :log_off_at_end_of_shift. + :alice3997 :does :log_off_at_end_of_shift. } log:explains { - :bob8997 :complies true. + :alice3997 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8998 :does :work_related_task. - :bob8998 :does :log_off_at_end_of_shift. + :alice3998 :does :log_off_at_end_of_shift. } log:explains { - :bob8998 :complies true. + :alice3998 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob8999 :does :work_related_task. - :bob8999 :does :log_off_at_end_of_shift. + :alice3999 :does :log_off_at_end_of_shift. } log:explains { - :bob8999 :complies true. + :alice3999 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9000 :does :work_related_task. - :bob9000 :does :log_off_at_end_of_shift. + :alice4000 :does :log_off_at_end_of_shift. } log:explains { - :bob9000 :complies true. + :alice4000 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9001 :does :work_related_task. - :bob9001 :does :log_off_at_end_of_shift. + :alice4001 :does :log_off_at_end_of_shift. } log:explains { - :bob9001 :complies true. + :alice4001 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9002 :does :work_related_task. - :bob9002 :does :log_off_at_end_of_shift. + :alice4002 :does :log_off_at_end_of_shift. } log:explains { - :bob9002 :complies true. + :alice4002 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9003 :does :work_related_task. - :bob9003 :does :log_off_at_end_of_shift. + :alice4003 :does :log_off_at_end_of_shift. } log:explains { - :bob9003 :complies true. + :alice4003 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9004 :does :work_related_task. - :bob9004 :does :log_off_at_end_of_shift. + :alice4004 :does :log_off_at_end_of_shift. } log:explains { - :bob9004 :complies true. + :alice4004 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9005 :does :work_related_task. - :bob9005 :does :log_off_at_end_of_shift. + :alice4005 :does :log_off_at_end_of_shift. } log:explains { - :bob9005 :complies true. + :alice4005 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9006 :does :work_related_task. - :bob9006 :does :log_off_at_end_of_shift. + :alice4006 :does :log_off_at_end_of_shift. } log:explains { - :bob9006 :complies true. + :alice4006 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9007 :does :work_related_task. - :bob9007 :does :log_off_at_end_of_shift. + :alice4007 :does :log_off_at_end_of_shift. } log:explains { - :bob9007 :complies true. + :alice4007 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9008 :does :work_related_task. - :bob9008 :does :log_off_at_end_of_shift. + :alice4008 :does :log_off_at_end_of_shift. } log:explains { - :bob9008 :complies true. + :alice4008 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9009 :does :work_related_task. - :bob9009 :does :log_off_at_end_of_shift. + :alice4009 :does :log_off_at_end_of_shift. } log:explains { - :bob9009 :complies true. + :alice4009 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9010 :does :work_related_task. - :bob9010 :does :log_off_at_end_of_shift. + :alice4010 :does :log_off_at_end_of_shift. } log:explains { - :bob9010 :complies true. + :alice4010 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9011 :does :work_related_task. - :bob9011 :does :log_off_at_end_of_shift. + :alice4011 :does :log_off_at_end_of_shift. } log:explains { - :bob9011 :complies true. + :alice4011 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9012 :does :work_related_task. - :bob9012 :does :log_off_at_end_of_shift. + :alice4012 :does :log_off_at_end_of_shift. } log:explains { - :bob9012 :complies true. + :alice4012 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9013 :does :work_related_task. - :bob9013 :does :log_off_at_end_of_shift. + :alice4013 :does :log_off_at_end_of_shift. } log:explains { - :bob9013 :complies true. + :alice4013 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9014 :does :work_related_task. - :bob9014 :does :log_off_at_end_of_shift. + :alice4014 :does :log_off_at_end_of_shift. } log:explains { - :bob9014 :complies true. + :alice4014 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9015 :does :work_related_task. - :bob9015 :does :log_off_at_end_of_shift. + :alice4015 :does :log_off_at_end_of_shift. } log:explains { - :bob9015 :complies true. + :alice4015 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9016 :does :work_related_task. - :bob9016 :does :log_off_at_end_of_shift. + :alice4016 :does :log_off_at_end_of_shift. } log:explains { - :bob9016 :complies true. + :alice4016 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9017 :does :work_related_task. - :bob9017 :does :log_off_at_end_of_shift. + :alice4017 :does :log_off_at_end_of_shift. } log:explains { - :bob9017 :complies true. + :alice4017 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9018 :does :work_related_task. - :bob9018 :does :log_off_at_end_of_shift. + :alice4018 :does :log_off_at_end_of_shift. } log:explains { - :bob9018 :complies true. + :alice4018 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9019 :does :work_related_task. - :bob9019 :does :log_off_at_end_of_shift. + :alice4019 :does :log_off_at_end_of_shift. } log:explains { - :bob9019 :complies true. + :alice4019 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9020 :does :work_related_task. - :bob9020 :does :log_off_at_end_of_shift. + :alice4020 :does :log_off_at_end_of_shift. } log:explains { - :bob9020 :complies true. + :alice4020 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9021 :does :work_related_task. - :bob9021 :does :log_off_at_end_of_shift. + :alice4021 :does :log_off_at_end_of_shift. } log:explains { - :bob9021 :complies true. + :alice4021 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9022 :does :work_related_task. - :bob9022 :does :log_off_at_end_of_shift. + :alice4022 :does :log_off_at_end_of_shift. } log:explains { - :bob9022 :complies true. + :alice4022 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9023 :does :work_related_task. - :bob9023 :does :log_off_at_end_of_shift. + :alice4023 :does :log_off_at_end_of_shift. } log:explains { - :bob9023 :complies true. + :alice4023 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9024 :does :work_related_task. - :bob9024 :does :log_off_at_end_of_shift. + :alice4024 :does :log_off_at_end_of_shift. } log:explains { - :bob9024 :complies true. + :alice4024 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9025 :does :work_related_task. - :bob9025 :does :log_off_at_end_of_shift. + :alice4025 :does :log_off_at_end_of_shift. } log:explains { - :bob9025 :complies true. + :alice4025 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9026 :does :work_related_task. - :bob9026 :does :log_off_at_end_of_shift. + :alice4026 :does :log_off_at_end_of_shift. } log:explains { - :bob9026 :complies true. + :alice4026 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9027 :does :work_related_task. - :bob9027 :does :log_off_at_end_of_shift. + :alice4027 :does :log_off_at_end_of_shift. } log:explains { - :bob9027 :complies true. + :alice4027 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9028 :does :work_related_task. - :bob9028 :does :log_off_at_end_of_shift. + :alice4028 :does :log_off_at_end_of_shift. } log:explains { - :bob9028 :complies true. + :alice4028 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9029 :does :work_related_task. - :bob9029 :does :log_off_at_end_of_shift. + :alice4029 :does :log_off_at_end_of_shift. } log:explains { - :bob9029 :complies true. + :alice4029 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9030 :does :work_related_task. - :bob9030 :does :log_off_at_end_of_shift. + :alice4030 :does :log_off_at_end_of_shift. } log:explains { - :bob9030 :complies true. + :alice4030 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9031 :does :work_related_task. - :bob9031 :does :log_off_at_end_of_shift. + :alice4031 :does :log_off_at_end_of_shift. } log:explains { - :bob9031 :complies true. + :alice4031 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9032 :does :work_related_task. - :bob9032 :does :log_off_at_end_of_shift. + :alice4032 :does :log_off_at_end_of_shift. } log:explains { - :bob9032 :complies true. + :alice4032 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9033 :does :work_related_task. - :bob9033 :does :log_off_at_end_of_shift. + :alice4033 :does :log_off_at_end_of_shift. } log:explains { - :bob9033 :complies true. + :alice4033 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9034 :does :work_related_task. - :bob9034 :does :log_off_at_end_of_shift. + :alice4034 :does :log_off_at_end_of_shift. } log:explains { - :bob9034 :complies true. + :alice4034 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9035 :does :work_related_task. - :bob9035 :does :log_off_at_end_of_shift. + :alice4035 :does :log_off_at_end_of_shift. } log:explains { - :bob9035 :complies true. + :alice4035 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9036 :does :work_related_task. - :bob9036 :does :log_off_at_end_of_shift. + :alice4036 :does :log_off_at_end_of_shift. } log:explains { - :bob9036 :complies true. + :alice4036 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9037 :does :work_related_task. - :bob9037 :does :log_off_at_end_of_shift. + :alice4037 :does :log_off_at_end_of_shift. } log:explains { - :bob9037 :complies true. + :alice4037 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9038 :does :work_related_task. - :bob9038 :does :log_off_at_end_of_shift. + :alice4038 :does :log_off_at_end_of_shift. } log:explains { - :bob9038 :complies true. + :alice4038 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9039 :does :work_related_task. - :bob9039 :does :log_off_at_end_of_shift. + :alice4039 :does :log_off_at_end_of_shift. } log:explains { - :bob9039 :complies true. + :alice4039 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9040 :does :work_related_task. - :bob9040 :does :log_off_at_end_of_shift. + :alice4040 :does :log_off_at_end_of_shift. } log:explains { - :bob9040 :complies true. + :alice4040 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9041 :does :work_related_task. - :bob9041 :does :log_off_at_end_of_shift. + :alice4041 :does :log_off_at_end_of_shift. } log:explains { - :bob9041 :complies true. + :alice4041 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9042 :does :work_related_task. - :bob9042 :does :log_off_at_end_of_shift. + :alice4042 :does :log_off_at_end_of_shift. } log:explains { - :bob9042 :complies true. + :alice4042 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9043 :does :work_related_task. - :bob9043 :does :log_off_at_end_of_shift. + :alice4043 :does :log_off_at_end_of_shift. } log:explains { - :bob9043 :complies true. + :alice4043 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9044 :does :work_related_task. - :bob9044 :does :log_off_at_end_of_shift. + :alice4044 :does :log_off_at_end_of_shift. } log:explains { - :bob9044 :complies true. + :alice4044 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9045 :does :work_related_task. - :bob9045 :does :log_off_at_end_of_shift. + :alice4045 :does :log_off_at_end_of_shift. } log:explains { - :bob9045 :complies true. + :alice4045 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9046 :does :work_related_task. - :bob9046 :does :log_off_at_end_of_shift. + :alice4046 :does :log_off_at_end_of_shift. } log:explains { - :bob9046 :complies true. + :alice4046 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9047 :does :work_related_task. - :bob9047 :does :log_off_at_end_of_shift. + :alice4047 :does :log_off_at_end_of_shift. } log:explains { - :bob9047 :complies true. + :alice4047 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9048 :does :work_related_task. - :bob9048 :does :log_off_at_end_of_shift. + :alice4048 :does :log_off_at_end_of_shift. } log:explains { - :bob9048 :complies true. + :alice4048 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9049 :does :work_related_task. - :bob9049 :does :log_off_at_end_of_shift. + :alice4049 :does :log_off_at_end_of_shift. } log:explains { - :bob9049 :complies true. + :alice4049 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9050 :does :work_related_task. - :bob9050 :does :log_off_at_end_of_shift. + :alice4050 :does :log_off_at_end_of_shift. } log:explains { - :bob9050 :complies true. + :alice4050 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9051 :does :work_related_task. - :bob9051 :does :log_off_at_end_of_shift. + :alice4051 :does :log_off_at_end_of_shift. } log:explains { - :bob9051 :complies true. + :alice4051 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9052 :does :work_related_task. - :bob9052 :does :log_off_at_end_of_shift. + :alice4052 :does :log_off_at_end_of_shift. } log:explains { - :bob9052 :complies true. + :alice4052 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9053 :does :work_related_task. - :bob9053 :does :log_off_at_end_of_shift. + :alice4053 :does :log_off_at_end_of_shift. } log:explains { - :bob9053 :complies true. + :alice4053 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9054 :does :work_related_task. - :bob9054 :does :log_off_at_end_of_shift. + :alice4054 :does :log_off_at_end_of_shift. } log:explains { - :bob9054 :complies true. + :alice4054 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9055 :does :work_related_task. - :bob9055 :does :log_off_at_end_of_shift. + :alice4055 :does :log_off_at_end_of_shift. } log:explains { - :bob9055 :complies true. + :alice4055 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9056 :does :work_related_task. - :bob9056 :does :log_off_at_end_of_shift. + :alice4056 :does :log_off_at_end_of_shift. } log:explains { - :bob9056 :complies true. + :alice4056 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9057 :does :work_related_task. - :bob9057 :does :log_off_at_end_of_shift. + :alice4057 :does :log_off_at_end_of_shift. } log:explains { - :bob9057 :complies true. + :alice4057 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9058 :does :work_related_task. - :bob9058 :does :log_off_at_end_of_shift. + :alice4058 :does :log_off_at_end_of_shift. } log:explains { - :bob9058 :complies true. + :alice4058 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9059 :does :work_related_task. - :bob9059 :does :log_off_at_end_of_shift. + :alice4059 :does :log_off_at_end_of_shift. } log:explains { - :bob9059 :complies true. + :alice4059 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9060 :does :work_related_task. - :bob9060 :does :log_off_at_end_of_shift. + :alice4060 :does :log_off_at_end_of_shift. } log:explains { - :bob9060 :complies true. + :alice4060 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9061 :does :work_related_task. - :bob9061 :does :log_off_at_end_of_shift. + :alice4061 :does :log_off_at_end_of_shift. } log:explains { - :bob9061 :complies true. + :alice4061 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9062 :does :work_related_task. - :bob9062 :does :log_off_at_end_of_shift. + :alice4062 :does :log_off_at_end_of_shift. } log:explains { - :bob9062 :complies true. + :alice4062 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9063 :does :work_related_task. - :bob9063 :does :log_off_at_end_of_shift. + :alice4063 :does :log_off_at_end_of_shift. } log:explains { - :bob9063 :complies true. + :alice4063 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9064 :does :work_related_task. - :bob9064 :does :log_off_at_end_of_shift. + :alice4064 :does :log_off_at_end_of_shift. } log:explains { - :bob9064 :complies true. + :alice4064 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9065 :does :work_related_task. - :bob9065 :does :log_off_at_end_of_shift. + :alice4065 :does :log_off_at_end_of_shift. } log:explains { - :bob9065 :complies true. + :alice4065 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9066 :does :work_related_task. - :bob9066 :does :log_off_at_end_of_shift. + :alice4066 :does :log_off_at_end_of_shift. } log:explains { - :bob9066 :complies true. + :alice4066 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9067 :does :work_related_task. - :bob9067 :does :log_off_at_end_of_shift. + :alice4067 :does :log_off_at_end_of_shift. } log:explains { - :bob9067 :complies true. + :alice4067 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9068 :does :work_related_task. - :bob9068 :does :log_off_at_end_of_shift. + :alice4068 :does :log_off_at_end_of_shift. } log:explains { - :bob9068 :complies true. + :alice4068 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9069 :does :work_related_task. - :bob9069 :does :log_off_at_end_of_shift. + :alice4069 :does :log_off_at_end_of_shift. } log:explains { - :bob9069 :complies true. + :alice4069 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9070 :does :work_related_task. - :bob9070 :does :log_off_at_end_of_shift. + :alice4070 :does :log_off_at_end_of_shift. } log:explains { - :bob9070 :complies true. + :alice4070 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9071 :does :work_related_task. - :bob9071 :does :log_off_at_end_of_shift. + :alice4071 :does :log_off_at_end_of_shift. } log:explains { - :bob9071 :complies true. + :alice4071 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9072 :does :work_related_task. - :bob9072 :does :log_off_at_end_of_shift. + :alice4072 :does :log_off_at_end_of_shift. } log:explains { - :bob9072 :complies true. + :alice4072 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9073 :does :work_related_task. - :bob9073 :does :log_off_at_end_of_shift. + :alice4073 :does :log_off_at_end_of_shift. } log:explains { - :bob9073 :complies true. + :alice4073 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9074 :does :work_related_task. - :bob9074 :does :log_off_at_end_of_shift. + :alice4074 :does :log_off_at_end_of_shift. } log:explains { - :bob9074 :complies true. + :alice4074 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9075 :does :work_related_task. - :bob9075 :does :log_off_at_end_of_shift. + :alice4075 :does :log_off_at_end_of_shift. } log:explains { - :bob9075 :complies true. + :alice4075 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9076 :does :work_related_task. - :bob9076 :does :log_off_at_end_of_shift. + :alice4076 :does :log_off_at_end_of_shift. } log:explains { - :bob9076 :complies true. + :alice4076 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9077 :does :work_related_task. - :bob9077 :does :log_off_at_end_of_shift. + :alice4077 :does :log_off_at_end_of_shift. } log:explains { - :bob9077 :complies true. + :alice4077 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9078 :does :work_related_task. - :bob9078 :does :log_off_at_end_of_shift. + :alice4078 :does :log_off_at_end_of_shift. } log:explains { - :bob9078 :complies true. + :alice4078 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9079 :does :work_related_task. - :bob9079 :does :log_off_at_end_of_shift. + :alice4079 :does :log_off_at_end_of_shift. } log:explains { - :bob9079 :complies true. + :alice4079 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9080 :does :work_related_task. - :bob9080 :does :log_off_at_end_of_shift. + :alice4080 :does :log_off_at_end_of_shift. } log:explains { - :bob9080 :complies true. + :alice4080 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9081 :does :work_related_task. - :bob9081 :does :log_off_at_end_of_shift. + :alice4081 :does :log_off_at_end_of_shift. } log:explains { - :bob9081 :complies true. + :alice4081 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9082 :does :work_related_task. - :bob9082 :does :log_off_at_end_of_shift. + :alice4082 :does :log_off_at_end_of_shift. } log:explains { - :bob9082 :complies true. + :alice4082 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9083 :does :work_related_task. - :bob9083 :does :log_off_at_end_of_shift. + :alice4083 :does :log_off_at_end_of_shift. } log:explains { - :bob9083 :complies true. + :alice4083 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9084 :does :work_related_task. - :bob9084 :does :log_off_at_end_of_shift. + :alice4084 :does :log_off_at_end_of_shift. } log:explains { - :bob9084 :complies true. + :alice4084 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9085 :does :work_related_task. - :bob9085 :does :log_off_at_end_of_shift. + :alice4085 :does :log_off_at_end_of_shift. } log:explains { - :bob9085 :complies true. + :alice4085 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9086 :does :work_related_task. - :bob9086 :does :log_off_at_end_of_shift. + :alice4086 :does :log_off_at_end_of_shift. } log:explains { - :bob9086 :complies true. + :alice4086 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9087 :does :work_related_task. - :bob9087 :does :log_off_at_end_of_shift. + :alice4087 :does :log_off_at_end_of_shift. } log:explains { - :bob9087 :complies true. + :alice4087 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9088 :does :work_related_task. - :bob9088 :does :log_off_at_end_of_shift. + :alice4088 :does :log_off_at_end_of_shift. } log:explains { - :bob9088 :complies true. + :alice4088 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9089 :does :work_related_task. - :bob9089 :does :log_off_at_end_of_shift. + :alice4089 :does :log_off_at_end_of_shift. } log:explains { - :bob9089 :complies true. + :alice4089 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9090 :does :work_related_task. - :bob9090 :does :log_off_at_end_of_shift. + :alice4090 :does :log_off_at_end_of_shift. } log:explains { - :bob9090 :complies true. + :alice4090 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9091 :does :work_related_task. - :bob9091 :does :log_off_at_end_of_shift. + :alice4091 :does :log_off_at_end_of_shift. } log:explains { - :bob9091 :complies true. + :alice4091 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9092 :does :work_related_task. - :bob9092 :does :log_off_at_end_of_shift. + :alice4092 :does :log_off_at_end_of_shift. } log:explains { - :bob9092 :complies true. + :alice4092 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9093 :does :work_related_task. - :bob9093 :does :log_off_at_end_of_shift. + :alice4093 :does :log_off_at_end_of_shift. } log:explains { - :bob9093 :complies true. + :alice4093 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9094 :does :work_related_task. - :bob9094 :does :log_off_at_end_of_shift. + :alice4094 :does :log_off_at_end_of_shift. } log:explains { - :bob9094 :complies true. + :alice4094 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9095 :does :work_related_task. - :bob9095 :does :log_off_at_end_of_shift. + :alice4095 :does :log_off_at_end_of_shift. } log:explains { - :bob9095 :complies true. + :alice4095 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9096 :does :work_related_task. - :bob9096 :does :log_off_at_end_of_shift. + :alice4096 :does :log_off_at_end_of_shift. } log:explains { - :bob9096 :complies true. + :alice4096 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9097 :does :work_related_task. - :bob9097 :does :log_off_at_end_of_shift. + :alice4097 :does :log_off_at_end_of_shift. } log:explains { - :bob9097 :complies true. + :alice4097 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9098 :does :work_related_task. - :bob9098 :does :log_off_at_end_of_shift. + :alice4098 :does :log_off_at_end_of_shift. } log:explains { - :bob9098 :complies true. + :alice4098 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9099 :does :work_related_task. - :bob9099 :does :log_off_at_end_of_shift. + :alice4099 :does :log_off_at_end_of_shift. } log:explains { - :bob9099 :complies true. + :alice4099 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9100 :does :work_related_task. - :bob9100 :does :log_off_at_end_of_shift. + :alice4100 :does :log_off_at_end_of_shift. } log:explains { - :bob9100 :complies true. + :alice4100 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9101 :does :work_related_task. - :bob9101 :does :log_off_at_end_of_shift. + :alice4101 :does :log_off_at_end_of_shift. } log:explains { - :bob9101 :complies true. + :alice4101 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9102 :does :work_related_task. - :bob9102 :does :log_off_at_end_of_shift. + :alice4102 :does :log_off_at_end_of_shift. } log:explains { - :bob9102 :complies true. + :alice4102 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9103 :does :work_related_task. - :bob9103 :does :log_off_at_end_of_shift. + :alice4103 :does :log_off_at_end_of_shift. } log:explains { - :bob9103 :complies true. + :alice4103 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9104 :does :work_related_task. - :bob9104 :does :log_off_at_end_of_shift. + :alice4104 :does :log_off_at_end_of_shift. } log:explains { - :bob9104 :complies true. + :alice4104 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9105 :does :work_related_task. - :bob9105 :does :log_off_at_end_of_shift. + :alice4105 :does :log_off_at_end_of_shift. } log:explains { - :bob9105 :complies true. + :alice4105 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9106 :does :work_related_task. - :bob9106 :does :log_off_at_end_of_shift. + :alice4106 :does :log_off_at_end_of_shift. } log:explains { - :bob9106 :complies true. + :alice4106 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9107 :does :work_related_task. - :bob9107 :does :log_off_at_end_of_shift. + :alice4107 :does :log_off_at_end_of_shift. } log:explains { - :bob9107 :complies true. + :alice4107 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9108 :does :work_related_task. - :bob9108 :does :log_off_at_end_of_shift. + :alice4108 :does :log_off_at_end_of_shift. } log:explains { - :bob9108 :complies true. + :alice4108 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9109 :does :work_related_task. - :bob9109 :does :log_off_at_end_of_shift. + :alice4109 :does :log_off_at_end_of_shift. } log:explains { - :bob9109 :complies true. + :alice4109 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9110 :does :work_related_task. - :bob9110 :does :log_off_at_end_of_shift. + :alice4110 :does :log_off_at_end_of_shift. } log:explains { - :bob9110 :complies true. + :alice4110 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9111 :does :work_related_task. - :bob9111 :does :log_off_at_end_of_shift. + :alice4111 :does :log_off_at_end_of_shift. } log:explains { - :bob9111 :complies true. + :alice4111 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9112 :does :work_related_task. - :bob9112 :does :log_off_at_end_of_shift. + :alice4112 :does :log_off_at_end_of_shift. } log:explains { - :bob9112 :complies true. + :alice4112 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9113 :does :work_related_task. - :bob9113 :does :log_off_at_end_of_shift. + :alice4113 :does :log_off_at_end_of_shift. } log:explains { - :bob9113 :complies true. + :alice4113 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9114 :does :work_related_task. - :bob9114 :does :log_off_at_end_of_shift. + :alice4114 :does :log_off_at_end_of_shift. } log:explains { - :bob9114 :complies true. + :alice4114 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9115 :does :work_related_task. - :bob9115 :does :log_off_at_end_of_shift. + :alice4115 :does :log_off_at_end_of_shift. } log:explains { - :bob9115 :complies true. + :alice4115 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9116 :does :work_related_task. - :bob9116 :does :log_off_at_end_of_shift. + :alice4116 :does :log_off_at_end_of_shift. } log:explains { - :bob9116 :complies true. + :alice4116 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9117 :does :work_related_task. - :bob9117 :does :log_off_at_end_of_shift. + :alice4117 :does :log_off_at_end_of_shift. } log:explains { - :bob9117 :complies true. + :alice4117 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9118 :does :work_related_task. - :bob9118 :does :log_off_at_end_of_shift. + :alice4118 :does :log_off_at_end_of_shift. } log:explains { - :bob9118 :complies true. + :alice4118 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9119 :does :work_related_task. - :bob9119 :does :log_off_at_end_of_shift. + :alice4119 :does :log_off_at_end_of_shift. } log:explains { - :bob9119 :complies true. + :alice4119 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9120 :does :work_related_task. - :bob9120 :does :log_off_at_end_of_shift. + :alice4120 :does :log_off_at_end_of_shift. } log:explains { - :bob9120 :complies true. + :alice4120 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9121 :does :work_related_task. - :bob9121 :does :log_off_at_end_of_shift. + :alice4121 :does :log_off_at_end_of_shift. } log:explains { - :bob9121 :complies true. + :alice4121 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9122 :does :work_related_task. - :bob9122 :does :log_off_at_end_of_shift. + :alice4122 :does :log_off_at_end_of_shift. } log:explains { - :bob9122 :complies true. + :alice4122 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9123 :does :work_related_task. - :bob9123 :does :log_off_at_end_of_shift. + :alice4123 :does :log_off_at_end_of_shift. } log:explains { - :bob9123 :complies true. + :alice4123 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9124 :does :work_related_task. - :bob9124 :does :log_off_at_end_of_shift. + :alice4124 :does :log_off_at_end_of_shift. } log:explains { - :bob9124 :complies true. + :alice4124 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9125 :does :work_related_task. - :bob9125 :does :log_off_at_end_of_shift. + :alice4125 :does :log_off_at_end_of_shift. } log:explains { - :bob9125 :complies true. + :alice4125 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9126 :does :work_related_task. - :bob9126 :does :log_off_at_end_of_shift. + :alice4126 :does :log_off_at_end_of_shift. } log:explains { - :bob9126 :complies true. + :alice4126 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9127 :does :work_related_task. - :bob9127 :does :log_off_at_end_of_shift. + :alice4127 :does :log_off_at_end_of_shift. } log:explains { - :bob9127 :complies true. + :alice4127 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9128 :does :work_related_task. - :bob9128 :does :log_off_at_end_of_shift. + :alice4128 :does :log_off_at_end_of_shift. } log:explains { - :bob9128 :complies true. + :alice4128 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9129 :does :work_related_task. - :bob9129 :does :log_off_at_end_of_shift. + :alice4129 :does :log_off_at_end_of_shift. } log:explains { - :bob9129 :complies true. + :alice4129 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9130 :does :work_related_task. - :bob9130 :does :log_off_at_end_of_shift. + :alice4130 :does :log_off_at_end_of_shift. } log:explains { - :bob9130 :complies true. + :alice4130 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9131 :does :work_related_task. - :bob9131 :does :log_off_at_end_of_shift. + :alice4131 :does :log_off_at_end_of_shift. } log:explains { - :bob9131 :complies true. + :alice4131 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9132 :does :work_related_task. - :bob9132 :does :log_off_at_end_of_shift. + :alice4132 :does :log_off_at_end_of_shift. } log:explains { - :bob9132 :complies true. + :alice4132 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9133 :does :work_related_task. - :bob9133 :does :log_off_at_end_of_shift. + :alice4133 :does :log_off_at_end_of_shift. } log:explains { - :bob9133 :complies true. + :alice4133 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9134 :does :work_related_task. - :bob9134 :does :log_off_at_end_of_shift. + :alice4134 :does :log_off_at_end_of_shift. } log:explains { - :bob9134 :complies true. + :alice4134 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9135 :does :work_related_task. - :bob9135 :does :log_off_at_end_of_shift. + :alice4135 :does :log_off_at_end_of_shift. } log:explains { - :bob9135 :complies true. + :alice4135 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9136 :does :work_related_task. - :bob9136 :does :log_off_at_end_of_shift. + :alice4136 :does :log_off_at_end_of_shift. } log:explains { - :bob9136 :complies true. + :alice4136 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9137 :does :work_related_task. - :bob9137 :does :log_off_at_end_of_shift. + :alice4137 :does :log_off_at_end_of_shift. } log:explains { - :bob9137 :complies true. + :alice4137 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9138 :does :work_related_task. - :bob9138 :does :log_off_at_end_of_shift. + :alice4138 :does :log_off_at_end_of_shift. } log:explains { - :bob9138 :complies true. + :alice4138 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9139 :does :work_related_task. - :bob9139 :does :log_off_at_end_of_shift. + :alice4139 :does :log_off_at_end_of_shift. } log:explains { - :bob9139 :complies true. + :alice4139 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9140 :does :work_related_task. - :bob9140 :does :log_off_at_end_of_shift. + :alice4140 :does :log_off_at_end_of_shift. } log:explains { - :bob9140 :complies true. + :alice4140 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9141 :does :work_related_task. - :bob9141 :does :log_off_at_end_of_shift. + :alice4141 :does :log_off_at_end_of_shift. } log:explains { - :bob9141 :complies true. + :alice4141 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9142 :does :work_related_task. - :bob9142 :does :log_off_at_end_of_shift. + :alice4142 :does :log_off_at_end_of_shift. } log:explains { - :bob9142 :complies true. + :alice4142 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9143 :does :work_related_task. - :bob9143 :does :log_off_at_end_of_shift. + :alice4143 :does :log_off_at_end_of_shift. } log:explains { - :bob9143 :complies true. + :alice4143 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9144 :does :work_related_task. - :bob9144 :does :log_off_at_end_of_shift. + :alice4144 :does :log_off_at_end_of_shift. } log:explains { - :bob9144 :complies true. + :alice4144 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9145 :does :work_related_task. - :bob9145 :does :log_off_at_end_of_shift. + :alice4145 :does :log_off_at_end_of_shift. } log:explains { - :bob9145 :complies true. + :alice4145 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9146 :does :work_related_task. - :bob9146 :does :log_off_at_end_of_shift. + :alice4146 :does :log_off_at_end_of_shift. } log:explains { - :bob9146 :complies true. + :alice4146 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9147 :does :work_related_task. - :bob9147 :does :log_off_at_end_of_shift. + :alice4147 :does :log_off_at_end_of_shift. } log:explains { - :bob9147 :complies true. + :alice4147 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9148 :does :work_related_task. - :bob9148 :does :log_off_at_end_of_shift. + :alice4148 :does :log_off_at_end_of_shift. } log:explains { - :bob9148 :complies true. + :alice4148 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9149 :does :work_related_task. - :bob9149 :does :log_off_at_end_of_shift. + :alice4149 :does :log_off_at_end_of_shift. } log:explains { - :bob9149 :complies true. + :alice4149 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9150 :does :work_related_task. - :bob9150 :does :log_off_at_end_of_shift. + :alice4150 :does :log_off_at_end_of_shift. } log:explains { - :bob9150 :complies true. + :alice4150 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9151 :does :work_related_task. - :bob9151 :does :log_off_at_end_of_shift. + :alice4151 :does :log_off_at_end_of_shift. } log:explains { - :bob9151 :complies true. + :alice4151 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9152 :does :work_related_task. - :bob9152 :does :log_off_at_end_of_shift. + :alice4152 :does :log_off_at_end_of_shift. } log:explains { - :bob9152 :complies true. + :alice4152 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9153 :does :work_related_task. - :bob9153 :does :log_off_at_end_of_shift. + :alice4153 :does :log_off_at_end_of_shift. } log:explains { - :bob9153 :complies true. + :alice4153 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9154 :does :work_related_task. - :bob9154 :does :log_off_at_end_of_shift. + :alice4154 :does :log_off_at_end_of_shift. } log:explains { - :bob9154 :complies true. + :alice4154 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9155 :does :work_related_task. - :bob9155 :does :log_off_at_end_of_shift. + :alice4155 :does :log_off_at_end_of_shift. } log:explains { - :bob9155 :complies true. + :alice4155 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9156 :does :work_related_task. - :bob9156 :does :log_off_at_end_of_shift. + :alice4156 :does :log_off_at_end_of_shift. } log:explains { - :bob9156 :complies true. + :alice4156 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9157 :does :work_related_task. - :bob9157 :does :log_off_at_end_of_shift. + :alice4157 :does :log_off_at_end_of_shift. } log:explains { - :bob9157 :complies true. + :alice4157 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9158 :does :work_related_task. - :bob9158 :does :log_off_at_end_of_shift. + :alice4158 :does :log_off_at_end_of_shift. } log:explains { - :bob9158 :complies true. + :alice4158 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9159 :does :work_related_task. - :bob9159 :does :log_off_at_end_of_shift. + :alice4159 :does :log_off_at_end_of_shift. } log:explains { - :bob9159 :complies true. + :alice4159 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9160 :does :work_related_task. - :bob9160 :does :log_off_at_end_of_shift. + :alice4160 :does :log_off_at_end_of_shift. } log:explains { - :bob9160 :complies true. + :alice4160 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9161 :does :work_related_task. - :bob9161 :does :log_off_at_end_of_shift. + :alice4161 :does :log_off_at_end_of_shift. } log:explains { - :bob9161 :complies true. + :alice4161 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9162 :does :work_related_task. - :bob9162 :does :log_off_at_end_of_shift. + :alice4162 :does :log_off_at_end_of_shift. } log:explains { - :bob9162 :complies true. + :alice4162 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9163 :does :work_related_task. - :bob9163 :does :log_off_at_end_of_shift. + :alice4163 :does :log_off_at_end_of_shift. } log:explains { - :bob9163 :complies true. + :alice4163 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9164 :does :work_related_task. - :bob9164 :does :log_off_at_end_of_shift. + :alice4164 :does :log_off_at_end_of_shift. } log:explains { - :bob9164 :complies true. + :alice4164 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9165 :does :work_related_task. - :bob9165 :does :log_off_at_end_of_shift. + :alice4165 :does :log_off_at_end_of_shift. } log:explains { - :bob9165 :complies true. + :alice4165 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9166 :does :work_related_task. - :bob9166 :does :log_off_at_end_of_shift. + :alice4166 :does :log_off_at_end_of_shift. } log:explains { - :bob9166 :complies true. + :alice4166 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9167 :does :work_related_task. - :bob9167 :does :log_off_at_end_of_shift. + :alice4167 :does :log_off_at_end_of_shift. } log:explains { - :bob9167 :complies true. + :alice4167 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9168 :does :work_related_task. - :bob9168 :does :log_off_at_end_of_shift. + :alice4168 :does :log_off_at_end_of_shift. } log:explains { - :bob9168 :complies true. + :alice4168 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9169 :does :work_related_task. - :bob9169 :does :log_off_at_end_of_shift. + :alice4169 :does :log_off_at_end_of_shift. } log:explains { - :bob9169 :complies true. + :alice4169 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9170 :does :work_related_task. - :bob9170 :does :log_off_at_end_of_shift. + :alice4170 :does :log_off_at_end_of_shift. } log:explains { - :bob9170 :complies true. + :alice4170 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9171 :does :work_related_task. - :bob9171 :does :log_off_at_end_of_shift. + :alice4171 :does :log_off_at_end_of_shift. } log:explains { - :bob9171 :complies true. + :alice4171 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9172 :does :work_related_task. - :bob9172 :does :log_off_at_end_of_shift. + :alice4172 :does :log_off_at_end_of_shift. } log:explains { - :bob9172 :complies true. + :alice4172 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9173 :does :work_related_task. - :bob9173 :does :log_off_at_end_of_shift. + :alice4173 :does :log_off_at_end_of_shift. } log:explains { - :bob9173 :complies true. + :alice4173 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9174 :does :work_related_task. - :bob9174 :does :log_off_at_end_of_shift. + :alice4174 :does :log_off_at_end_of_shift. } log:explains { - :bob9174 :complies true. + :alice4174 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9175 :does :work_related_task. - :bob9175 :does :log_off_at_end_of_shift. + :alice4175 :does :log_off_at_end_of_shift. } log:explains { - :bob9175 :complies true. + :alice4175 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9176 :does :work_related_task. - :bob9176 :does :log_off_at_end_of_shift. + :alice4176 :does :log_off_at_end_of_shift. } log:explains { - :bob9176 :complies true. + :alice4176 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9177 :does :work_related_task. - :bob9177 :does :log_off_at_end_of_shift. + :alice4177 :does :log_off_at_end_of_shift. } log:explains { - :bob9177 :complies true. + :alice4177 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9178 :does :work_related_task. - :bob9178 :does :log_off_at_end_of_shift. + :alice4178 :does :log_off_at_end_of_shift. } log:explains { - :bob9178 :complies true. + :alice4178 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9179 :does :work_related_task. - :bob9179 :does :log_off_at_end_of_shift. + :alice4179 :does :log_off_at_end_of_shift. } log:explains { - :bob9179 :complies true. + :alice4179 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9180 :does :work_related_task. - :bob9180 :does :log_off_at_end_of_shift. + :alice4180 :does :log_off_at_end_of_shift. } log:explains { - :bob9180 :complies true. + :alice4180 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9181 :does :work_related_task. - :bob9181 :does :log_off_at_end_of_shift. + :alice4181 :does :log_off_at_end_of_shift. } log:explains { - :bob9181 :complies true. + :alice4181 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9182 :does :work_related_task. - :bob9182 :does :log_off_at_end_of_shift. + :alice4182 :does :log_off_at_end_of_shift. } log:explains { - :bob9182 :complies true. + :alice4182 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9183 :does :work_related_task. - :bob9183 :does :log_off_at_end_of_shift. + :alice4183 :does :log_off_at_end_of_shift. } log:explains { - :bob9183 :complies true. + :alice4183 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9184 :does :work_related_task. - :bob9184 :does :log_off_at_end_of_shift. + :alice4184 :does :log_off_at_end_of_shift. } log:explains { - :bob9184 :complies true. + :alice4184 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9185 :does :work_related_task. - :bob9185 :does :log_off_at_end_of_shift. + :alice4185 :does :log_off_at_end_of_shift. } log:explains { - :bob9185 :complies true. + :alice4185 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9186 :does :work_related_task. - :bob9186 :does :log_off_at_end_of_shift. + :alice4186 :does :log_off_at_end_of_shift. } log:explains { - :bob9186 :complies true. + :alice4186 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9187 :does :work_related_task. - :bob9187 :does :log_off_at_end_of_shift. + :alice4187 :does :log_off_at_end_of_shift. } log:explains { - :bob9187 :complies true. + :alice4187 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9188 :does :work_related_task. - :bob9188 :does :log_off_at_end_of_shift. + :alice4188 :does :log_off_at_end_of_shift. } log:explains { - :bob9188 :complies true. + :alice4188 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9189 :does :work_related_task. - :bob9189 :does :log_off_at_end_of_shift. + :alice4189 :does :log_off_at_end_of_shift. } log:explains { - :bob9189 :complies true. + :alice4189 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9190 :does :work_related_task. - :bob9190 :does :log_off_at_end_of_shift. + :alice4190 :does :log_off_at_end_of_shift. } log:explains { - :bob9190 :complies true. + :alice4190 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9191 :does :work_related_task. - :bob9191 :does :log_off_at_end_of_shift. + :alice4191 :does :log_off_at_end_of_shift. } log:explains { - :bob9191 :complies true. + :alice4191 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9192 :does :work_related_task. - :bob9192 :does :log_off_at_end_of_shift. + :alice4192 :does :log_off_at_end_of_shift. } log:explains { - :bob9192 :complies true. + :alice4192 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9193 :does :work_related_task. - :bob9193 :does :log_off_at_end_of_shift. + :alice4193 :does :log_off_at_end_of_shift. } log:explains { - :bob9193 :complies true. + :alice4193 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9194 :does :work_related_task. - :bob9194 :does :log_off_at_end_of_shift. + :alice4194 :does :log_off_at_end_of_shift. } log:explains { - :bob9194 :complies true. + :alice4194 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9195 :does :work_related_task. - :bob9195 :does :log_off_at_end_of_shift. + :alice4195 :does :log_off_at_end_of_shift. } log:explains { - :bob9195 :complies true. + :alice4195 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9196 :does :work_related_task. - :bob9196 :does :log_off_at_end_of_shift. + :alice4196 :does :log_off_at_end_of_shift. } log:explains { - :bob9196 :complies true. + :alice4196 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9197 :does :work_related_task. - :bob9197 :does :log_off_at_end_of_shift. + :alice4197 :does :log_off_at_end_of_shift. } log:explains { - :bob9197 :complies true. + :alice4197 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9198 :does :work_related_task. - :bob9198 :does :log_off_at_end_of_shift. + :alice4198 :does :log_off_at_end_of_shift. } log:explains { - :bob9198 :complies true. + :alice4198 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9199 :does :work_related_task. - :bob9199 :does :log_off_at_end_of_shift. + :alice4199 :does :log_off_at_end_of_shift. } log:explains { - :bob9199 :complies true. + :alice4199 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9200 :does :work_related_task. - :bob9200 :does :log_off_at_end_of_shift. + :alice4200 :does :log_off_at_end_of_shift. } log:explains { - :bob9200 :complies true. + :alice4200 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9201 :does :work_related_task. - :bob9201 :does :log_off_at_end_of_shift. + :alice4201 :does :log_off_at_end_of_shift. } log:explains { - :bob9201 :complies true. + :alice4201 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9202 :does :work_related_task. - :bob9202 :does :log_off_at_end_of_shift. + :alice4202 :does :log_off_at_end_of_shift. } log:explains { - :bob9202 :complies true. + :alice4202 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9203 :does :work_related_task. - :bob9203 :does :log_off_at_end_of_shift. + :alice4203 :does :log_off_at_end_of_shift. } log:explains { - :bob9203 :complies true. + :alice4203 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9204 :does :work_related_task. - :bob9204 :does :log_off_at_end_of_shift. + :alice4204 :does :log_off_at_end_of_shift. } log:explains { - :bob9204 :complies true. + :alice4204 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9205 :does :work_related_task. - :bob9205 :does :log_off_at_end_of_shift. + :alice4205 :does :log_off_at_end_of_shift. } log:explains { - :bob9205 :complies true. + :alice4205 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9206 :does :work_related_task. - :bob9206 :does :log_off_at_end_of_shift. + :alice4206 :does :log_off_at_end_of_shift. } log:explains { - :bob9206 :complies true. + :alice4206 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9207 :does :work_related_task. - :bob9207 :does :log_off_at_end_of_shift. + :alice4207 :does :log_off_at_end_of_shift. } log:explains { - :bob9207 :complies true. + :alice4207 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9208 :does :work_related_task. - :bob9208 :does :log_off_at_end_of_shift. + :alice4208 :does :log_off_at_end_of_shift. } log:explains { - :bob9208 :complies true. + :alice4208 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9209 :does :work_related_task. - :bob9209 :does :log_off_at_end_of_shift. + :alice4209 :does :log_off_at_end_of_shift. } log:explains { - :bob9209 :complies true. + :alice4209 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9210 :does :work_related_task. - :bob9210 :does :log_off_at_end_of_shift. + :alice4210 :does :log_off_at_end_of_shift. } log:explains { - :bob9210 :complies true. + :alice4210 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9211 :does :work_related_task. - :bob9211 :does :log_off_at_end_of_shift. + :alice4211 :does :log_off_at_end_of_shift. } log:explains { - :bob9211 :complies true. + :alice4211 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9212 :does :work_related_task. - :bob9212 :does :log_off_at_end_of_shift. + :alice4212 :does :log_off_at_end_of_shift. } log:explains { - :bob9212 :complies true. + :alice4212 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9213 :does :work_related_task. - :bob9213 :does :log_off_at_end_of_shift. + :alice4213 :does :log_off_at_end_of_shift. } log:explains { - :bob9213 :complies true. + :alice4213 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9214 :does :work_related_task. - :bob9214 :does :log_off_at_end_of_shift. + :alice4214 :does :log_off_at_end_of_shift. } log:explains { - :bob9214 :complies true. + :alice4214 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9215 :does :work_related_task. - :bob9215 :does :log_off_at_end_of_shift. + :alice4215 :does :log_off_at_end_of_shift. } log:explains { - :bob9215 :complies true. + :alice4215 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9216 :does :work_related_task. - :bob9216 :does :log_off_at_end_of_shift. + :alice4216 :does :log_off_at_end_of_shift. } log:explains { - :bob9216 :complies true. + :alice4216 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9217 :does :work_related_task. - :bob9217 :does :log_off_at_end_of_shift. + :alice4217 :does :log_off_at_end_of_shift. } log:explains { - :bob9217 :complies true. + :alice4217 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9218 :does :work_related_task. - :bob9218 :does :log_off_at_end_of_shift. + :alice4218 :does :log_off_at_end_of_shift. } log:explains { - :bob9218 :complies true. + :alice4218 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9219 :does :work_related_task. - :bob9219 :does :log_off_at_end_of_shift. + :alice4219 :does :log_off_at_end_of_shift. } log:explains { - :bob9219 :complies true. + :alice4219 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9220 :does :work_related_task. - :bob9220 :does :log_off_at_end_of_shift. + :alice4220 :does :log_off_at_end_of_shift. } log:explains { - :bob9220 :complies true. + :alice4220 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9221 :does :work_related_task. - :bob9221 :does :log_off_at_end_of_shift. + :alice4221 :does :log_off_at_end_of_shift. } log:explains { - :bob9221 :complies true. + :alice4221 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9222 :does :work_related_task. - :bob9222 :does :log_off_at_end_of_shift. + :alice4222 :does :log_off_at_end_of_shift. } log:explains { - :bob9222 :complies true. + :alice4222 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9223 :does :work_related_task. - :bob9223 :does :log_off_at_end_of_shift. + :alice4223 :does :log_off_at_end_of_shift. } log:explains { - :bob9223 :complies true. + :alice4223 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9224 :does :work_related_task. - :bob9224 :does :log_off_at_end_of_shift. + :alice4224 :does :log_off_at_end_of_shift. } log:explains { - :bob9224 :complies true. + :alice4224 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9225 :does :work_related_task. - :bob9225 :does :log_off_at_end_of_shift. + :alice4225 :does :log_off_at_end_of_shift. } log:explains { - :bob9225 :complies true. + :alice4225 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9226 :does :work_related_task. - :bob9226 :does :log_off_at_end_of_shift. + :alice4226 :does :log_off_at_end_of_shift. } log:explains { - :bob9226 :complies true. + :alice4226 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9227 :does :work_related_task. - :bob9227 :does :log_off_at_end_of_shift. + :alice4227 :does :log_off_at_end_of_shift. } log:explains { - :bob9227 :complies true. + :alice4227 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9228 :does :work_related_task. - :bob9228 :does :log_off_at_end_of_shift. + :alice4228 :does :log_off_at_end_of_shift. } log:explains { - :bob9228 :complies true. + :alice4228 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9229 :does :work_related_task. - :bob9229 :does :log_off_at_end_of_shift. + :alice4229 :does :log_off_at_end_of_shift. } log:explains { - :bob9229 :complies true. + :alice4229 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9230 :does :work_related_task. - :bob9230 :does :log_off_at_end_of_shift. + :alice4230 :does :log_off_at_end_of_shift. } log:explains { - :bob9230 :complies true. + :alice4230 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9231 :does :work_related_task. - :bob9231 :does :log_off_at_end_of_shift. + :alice4231 :does :log_off_at_end_of_shift. } log:explains { - :bob9231 :complies true. + :alice4231 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9232 :does :work_related_task. - :bob9232 :does :log_off_at_end_of_shift. + :alice4232 :does :log_off_at_end_of_shift. } log:explains { - :bob9232 :complies true. + :alice4232 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9233 :does :work_related_task. - :bob9233 :does :log_off_at_end_of_shift. + :alice4233 :does :log_off_at_end_of_shift. } log:explains { - :bob9233 :complies true. + :alice4233 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9234 :does :work_related_task. - :bob9234 :does :log_off_at_end_of_shift. + :alice4234 :does :log_off_at_end_of_shift. } log:explains { - :bob9234 :complies true. + :alice4234 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9235 :does :work_related_task. - :bob9235 :does :log_off_at_end_of_shift. + :alice4235 :does :log_off_at_end_of_shift. } log:explains { - :bob9235 :complies true. + :alice4235 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9236 :does :work_related_task. - :bob9236 :does :log_off_at_end_of_shift. + :alice4236 :does :log_off_at_end_of_shift. } log:explains { - :bob9236 :complies true. + :alice4236 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9237 :does :work_related_task. - :bob9237 :does :log_off_at_end_of_shift. + :alice4237 :does :log_off_at_end_of_shift. } log:explains { - :bob9237 :complies true. + :alice4237 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9238 :does :work_related_task. - :bob9238 :does :log_off_at_end_of_shift. + :alice4238 :does :log_off_at_end_of_shift. } log:explains { - :bob9238 :complies true. + :alice4238 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9239 :does :work_related_task. - :bob9239 :does :log_off_at_end_of_shift. + :alice4239 :does :log_off_at_end_of_shift. } log:explains { - :bob9239 :complies true. + :alice4239 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9240 :does :work_related_task. - :bob9240 :does :log_off_at_end_of_shift. + :alice4240 :does :log_off_at_end_of_shift. } log:explains { - :bob9240 :complies true. + :alice4240 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9241 :does :work_related_task. - :bob9241 :does :log_off_at_end_of_shift. + :alice4241 :does :log_off_at_end_of_shift. } log:explains { - :bob9241 :complies true. + :alice4241 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9242 :does :work_related_task. - :bob9242 :does :log_off_at_end_of_shift. + :alice4242 :does :log_off_at_end_of_shift. } log:explains { - :bob9242 :complies true. + :alice4242 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9243 :does :work_related_task. - :bob9243 :does :log_off_at_end_of_shift. + :alice4243 :does :log_off_at_end_of_shift. } log:explains { - :bob9243 :complies true. + :alice4243 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9244 :does :work_related_task. - :bob9244 :does :log_off_at_end_of_shift. + :alice4244 :does :log_off_at_end_of_shift. } log:explains { - :bob9244 :complies true. + :alice4244 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9245 :does :work_related_task. - :bob9245 :does :log_off_at_end_of_shift. + :alice4245 :does :log_off_at_end_of_shift. } log:explains { - :bob9245 :complies true. + :alice4245 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9246 :does :work_related_task. - :bob9246 :does :log_off_at_end_of_shift. + :alice4246 :does :log_off_at_end_of_shift. } log:explains { - :bob9246 :complies true. + :alice4246 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9247 :does :work_related_task. - :bob9247 :does :log_off_at_end_of_shift. + :alice4247 :does :log_off_at_end_of_shift. } log:explains { - :bob9247 :complies true. + :alice4247 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9248 :does :work_related_task. - :bob9248 :does :log_off_at_end_of_shift. + :alice4248 :does :log_off_at_end_of_shift. } log:explains { - :bob9248 :complies true. + :alice4248 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9249 :does :work_related_task. - :bob9249 :does :log_off_at_end_of_shift. + :alice4249 :does :log_off_at_end_of_shift. } log:explains { - :bob9249 :complies true. + :alice4249 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9250 :does :work_related_task. - :bob9250 :does :log_off_at_end_of_shift. + :alice4250 :does :log_off_at_end_of_shift. } log:explains { - :bob9250 :complies true. + :alice4250 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9251 :does :work_related_task. - :bob9251 :does :log_off_at_end_of_shift. + :alice4251 :does :log_off_at_end_of_shift. } log:explains { - :bob9251 :complies true. + :alice4251 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9252 :does :work_related_task. - :bob9252 :does :log_off_at_end_of_shift. + :alice4252 :does :log_off_at_end_of_shift. } log:explains { - :bob9252 :complies true. + :alice4252 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9253 :does :work_related_task. - :bob9253 :does :log_off_at_end_of_shift. + :alice4253 :does :log_off_at_end_of_shift. } log:explains { - :bob9253 :complies true. + :alice4253 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9254 :does :work_related_task. - :bob9254 :does :log_off_at_end_of_shift. + :alice4254 :does :log_off_at_end_of_shift. } log:explains { - :bob9254 :complies true. + :alice4254 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9255 :does :work_related_task. - :bob9255 :does :log_off_at_end_of_shift. + :alice4255 :does :log_off_at_end_of_shift. } log:explains { - :bob9255 :complies true. + :alice4255 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9256 :does :work_related_task. - :bob9256 :does :log_off_at_end_of_shift. + :alice4256 :does :log_off_at_end_of_shift. } log:explains { - :bob9256 :complies true. + :alice4256 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9257 :does :work_related_task. - :bob9257 :does :log_off_at_end_of_shift. + :alice4257 :does :log_off_at_end_of_shift. } log:explains { - :bob9257 :complies true. + :alice4257 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9258 :does :work_related_task. - :bob9258 :does :log_off_at_end_of_shift. + :alice4258 :does :log_off_at_end_of_shift. } log:explains { - :bob9258 :complies true. + :alice4258 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9259 :does :work_related_task. - :bob9259 :does :log_off_at_end_of_shift. + :alice4259 :does :log_off_at_end_of_shift. } log:explains { - :bob9259 :complies true. + :alice4259 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9260 :does :work_related_task. - :bob9260 :does :log_off_at_end_of_shift. + :alice4260 :does :log_off_at_end_of_shift. } log:explains { - :bob9260 :complies true. + :alice4260 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9261 :does :work_related_task. - :bob9261 :does :log_off_at_end_of_shift. + :alice4261 :does :log_off_at_end_of_shift. } log:explains { - :bob9261 :complies true. + :alice4261 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9262 :does :work_related_task. - :bob9262 :does :log_off_at_end_of_shift. + :alice4262 :does :log_off_at_end_of_shift. } log:explains { - :bob9262 :complies true. + :alice4262 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9263 :does :work_related_task. - :bob9263 :does :log_off_at_end_of_shift. + :alice4263 :does :log_off_at_end_of_shift. } log:explains { - :bob9263 :complies true. + :alice4263 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9264 :does :work_related_task. - :bob9264 :does :log_off_at_end_of_shift. + :alice4264 :does :log_off_at_end_of_shift. } log:explains { - :bob9264 :complies true. + :alice4264 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9265 :does :work_related_task. - :bob9265 :does :log_off_at_end_of_shift. + :alice4265 :does :log_off_at_end_of_shift. } log:explains { - :bob9265 :complies true. + :alice4265 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9266 :does :work_related_task. - :bob9266 :does :log_off_at_end_of_shift. + :alice4266 :does :log_off_at_end_of_shift. } log:explains { - :bob9266 :complies true. + :alice4266 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9267 :does :work_related_task. - :bob9267 :does :log_off_at_end_of_shift. + :alice4267 :does :log_off_at_end_of_shift. } log:explains { - :bob9267 :complies true. + :alice4267 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9268 :does :work_related_task. - :bob9268 :does :log_off_at_end_of_shift. + :alice4268 :does :log_off_at_end_of_shift. } log:explains { - :bob9268 :complies true. + :alice4268 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9269 :does :work_related_task. - :bob9269 :does :log_off_at_end_of_shift. + :alice4269 :does :log_off_at_end_of_shift. } log:explains { - :bob9269 :complies true. + :alice4269 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9270 :does :work_related_task. - :bob9270 :does :log_off_at_end_of_shift. + :alice4270 :does :log_off_at_end_of_shift. } log:explains { - :bob9270 :complies true. + :alice4270 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9271 :does :work_related_task. - :bob9271 :does :log_off_at_end_of_shift. + :alice4271 :does :log_off_at_end_of_shift. } log:explains { - :bob9271 :complies true. + :alice4271 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9272 :does :work_related_task. - :bob9272 :does :log_off_at_end_of_shift. + :alice4272 :does :log_off_at_end_of_shift. } log:explains { - :bob9272 :complies true. + :alice4272 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9273 :does :work_related_task. - :bob9273 :does :log_off_at_end_of_shift. + :alice4273 :does :log_off_at_end_of_shift. } log:explains { - :bob9273 :complies true. + :alice4273 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9274 :does :work_related_task. - :bob9274 :does :log_off_at_end_of_shift. + :alice4274 :does :log_off_at_end_of_shift. } log:explains { - :bob9274 :complies true. + :alice4274 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9275 :does :work_related_task. - :bob9275 :does :log_off_at_end_of_shift. + :alice4275 :does :log_off_at_end_of_shift. } log:explains { - :bob9275 :complies true. + :alice4275 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9276 :does :work_related_task. - :bob9276 :does :log_off_at_end_of_shift. + :alice4276 :does :log_off_at_end_of_shift. } log:explains { - :bob9276 :complies true. + :alice4276 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9277 :does :work_related_task. - :bob9277 :does :log_off_at_end_of_shift. + :alice4277 :does :log_off_at_end_of_shift. } log:explains { - :bob9277 :complies true. + :alice4277 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9278 :does :work_related_task. - :bob9278 :does :log_off_at_end_of_shift. + :alice4278 :does :log_off_at_end_of_shift. } log:explains { - :bob9278 :complies true. + :alice4278 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9279 :does :work_related_task. - :bob9279 :does :log_off_at_end_of_shift. + :alice4279 :does :log_off_at_end_of_shift. } log:explains { - :bob9279 :complies true. + :alice4279 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9280 :does :work_related_task. - :bob9280 :does :log_off_at_end_of_shift. + :alice4280 :does :log_off_at_end_of_shift. } log:explains { - :bob9280 :complies true. + :alice4280 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9281 :does :work_related_task. - :bob9281 :does :log_off_at_end_of_shift. + :alice4281 :does :log_off_at_end_of_shift. } log:explains { - :bob9281 :complies true. + :alice4281 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9282 :does :work_related_task. - :bob9282 :does :log_off_at_end_of_shift. + :alice4282 :does :log_off_at_end_of_shift. } log:explains { - :bob9282 :complies true. + :alice4282 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9283 :does :work_related_task. - :bob9283 :does :log_off_at_end_of_shift. + :alice4283 :does :log_off_at_end_of_shift. } log:explains { - :bob9283 :complies true. + :alice4283 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9284 :does :work_related_task. - :bob9284 :does :log_off_at_end_of_shift. + :alice4284 :does :log_off_at_end_of_shift. } log:explains { - :bob9284 :complies true. + :alice4284 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9285 :does :work_related_task. - :bob9285 :does :log_off_at_end_of_shift. + :alice4285 :does :log_off_at_end_of_shift. } log:explains { - :bob9285 :complies true. + :alice4285 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9286 :does :work_related_task. - :bob9286 :does :log_off_at_end_of_shift. + :alice4286 :does :log_off_at_end_of_shift. } log:explains { - :bob9286 :complies true. + :alice4286 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9287 :does :work_related_task. - :bob9287 :does :log_off_at_end_of_shift. + :alice4287 :does :log_off_at_end_of_shift. } log:explains { - :bob9287 :complies true. + :alice4287 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9288 :does :work_related_task. - :bob9288 :does :log_off_at_end_of_shift. + :alice4288 :does :log_off_at_end_of_shift. } log:explains { - :bob9288 :complies true. + :alice4288 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9289 :does :work_related_task. - :bob9289 :does :log_off_at_end_of_shift. + :alice4289 :does :log_off_at_end_of_shift. } log:explains { - :bob9289 :complies true. + :alice4289 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9290 :does :work_related_task. - :bob9290 :does :log_off_at_end_of_shift. + :alice4290 :does :log_off_at_end_of_shift. } log:explains { - :bob9290 :complies true. + :alice4290 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9291 :does :work_related_task. - :bob9291 :does :log_off_at_end_of_shift. + :alice4291 :does :log_off_at_end_of_shift. } log:explains { - :bob9291 :complies true. + :alice4291 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9292 :does :work_related_task. - :bob9292 :does :log_off_at_end_of_shift. + :alice4292 :does :log_off_at_end_of_shift. } log:explains { - :bob9292 :complies true. + :alice4292 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9293 :does :work_related_task. - :bob9293 :does :log_off_at_end_of_shift. + :alice4293 :does :log_off_at_end_of_shift. } log:explains { - :bob9293 :complies true. + :alice4293 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9294 :does :work_related_task. - :bob9294 :does :log_off_at_end_of_shift. + :alice4294 :does :log_off_at_end_of_shift. } log:explains { - :bob9294 :complies true. + :alice4294 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9295 :does :work_related_task. - :bob9295 :does :log_off_at_end_of_shift. + :alice4295 :does :log_off_at_end_of_shift. } log:explains { - :bob9295 :complies true. + :alice4295 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9296 :does :work_related_task. - :bob9296 :does :log_off_at_end_of_shift. + :alice4296 :does :log_off_at_end_of_shift. } log:explains { - :bob9296 :complies true. + :alice4296 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9297 :does :work_related_task. - :bob9297 :does :log_off_at_end_of_shift. + :alice4297 :does :log_off_at_end_of_shift. } log:explains { - :bob9297 :complies true. + :alice4297 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9298 :does :work_related_task. - :bob9298 :does :log_off_at_end_of_shift. + :alice4298 :does :log_off_at_end_of_shift. } log:explains { - :bob9298 :complies true. + :alice4298 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9299 :does :work_related_task. - :bob9299 :does :log_off_at_end_of_shift. + :alice4299 :does :log_off_at_end_of_shift. } log:explains { - :bob9299 :complies true. + :alice4299 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9300 :does :work_related_task. - :bob9300 :does :log_off_at_end_of_shift. + :alice4300 :does :log_off_at_end_of_shift. } log:explains { - :bob9300 :complies true. + :alice4300 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9301 :does :work_related_task. - :bob9301 :does :log_off_at_end_of_shift. + :alice4301 :does :log_off_at_end_of_shift. } log:explains { - :bob9301 :complies true. + :alice4301 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9302 :does :work_related_task. - :bob9302 :does :log_off_at_end_of_shift. + :alice4302 :does :log_off_at_end_of_shift. } log:explains { - :bob9302 :complies true. + :alice4302 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9303 :does :work_related_task. - :bob9303 :does :log_off_at_end_of_shift. + :alice4303 :does :log_off_at_end_of_shift. } log:explains { - :bob9303 :complies true. + :alice4303 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9304 :does :work_related_task. - :bob9304 :does :log_off_at_end_of_shift. + :alice4304 :does :log_off_at_end_of_shift. } log:explains { - :bob9304 :complies true. + :alice4304 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9305 :does :work_related_task. - :bob9305 :does :log_off_at_end_of_shift. + :alice4305 :does :log_off_at_end_of_shift. } log:explains { - :bob9305 :complies true. + :alice4305 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9306 :does :work_related_task. - :bob9306 :does :log_off_at_end_of_shift. + :alice4306 :does :log_off_at_end_of_shift. } log:explains { - :bob9306 :complies true. + :alice4306 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9307 :does :work_related_task. - :bob9307 :does :log_off_at_end_of_shift. + :alice4307 :does :log_off_at_end_of_shift. } log:explains { - :bob9307 :complies true. + :alice4307 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9308 :does :work_related_task. - :bob9308 :does :log_off_at_end_of_shift. + :alice4308 :does :log_off_at_end_of_shift. } log:explains { - :bob9308 :complies true. + :alice4308 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9309 :does :work_related_task. - :bob9309 :does :log_off_at_end_of_shift. + :alice4309 :does :log_off_at_end_of_shift. } log:explains { - :bob9309 :complies true. + :alice4309 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9310 :does :work_related_task. - :bob9310 :does :log_off_at_end_of_shift. + :alice4310 :does :log_off_at_end_of_shift. } log:explains { - :bob9310 :complies true. + :alice4310 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9311 :does :work_related_task. - :bob9311 :does :log_off_at_end_of_shift. + :alice4311 :does :log_off_at_end_of_shift. } log:explains { - :bob9311 :complies true. + :alice4311 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9312 :does :work_related_task. - :bob9312 :does :log_off_at_end_of_shift. + :alice4312 :does :log_off_at_end_of_shift. } log:explains { - :bob9312 :complies true. + :alice4312 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9313 :does :work_related_task. - :bob9313 :does :log_off_at_end_of_shift. + :alice4313 :does :log_off_at_end_of_shift. } log:explains { - :bob9313 :complies true. + :alice4313 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9314 :does :work_related_task. - :bob9314 :does :log_off_at_end_of_shift. + :alice4314 :does :log_off_at_end_of_shift. } log:explains { - :bob9314 :complies true. + :alice4314 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9315 :does :work_related_task. - :bob9315 :does :log_off_at_end_of_shift. + :alice4315 :does :log_off_at_end_of_shift. } log:explains { - :bob9315 :complies true. + :alice4315 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9316 :does :work_related_task. - :bob9316 :does :log_off_at_end_of_shift. + :alice4316 :does :log_off_at_end_of_shift. } log:explains { - :bob9316 :complies true. + :alice4316 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9317 :does :work_related_task. - :bob9317 :does :log_off_at_end_of_shift. + :alice4317 :does :log_off_at_end_of_shift. } log:explains { - :bob9317 :complies true. + :alice4317 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9318 :does :work_related_task. - :bob9318 :does :log_off_at_end_of_shift. + :alice4318 :does :log_off_at_end_of_shift. } log:explains { - :bob9318 :complies true. + :alice4318 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9319 :does :work_related_task. - :bob9319 :does :log_off_at_end_of_shift. + :alice4319 :does :log_off_at_end_of_shift. } log:explains { - :bob9319 :complies true. + :alice4319 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9320 :does :work_related_task. - :bob9320 :does :log_off_at_end_of_shift. + :alice4320 :does :log_off_at_end_of_shift. } log:explains { - :bob9320 :complies true. + :alice4320 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9321 :does :work_related_task. - :bob9321 :does :log_off_at_end_of_shift. + :alice4321 :does :log_off_at_end_of_shift. } log:explains { - :bob9321 :complies true. + :alice4321 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9322 :does :work_related_task. - :bob9322 :does :log_off_at_end_of_shift. + :alice4322 :does :log_off_at_end_of_shift. } log:explains { - :bob9322 :complies true. + :alice4322 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9323 :does :work_related_task. - :bob9323 :does :log_off_at_end_of_shift. + :alice4323 :does :log_off_at_end_of_shift. } log:explains { - :bob9323 :complies true. + :alice4323 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9324 :does :work_related_task. - :bob9324 :does :log_off_at_end_of_shift. + :alice4324 :does :log_off_at_end_of_shift. } log:explains { - :bob9324 :complies true. + :alice4324 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9325 :does :work_related_task. - :bob9325 :does :log_off_at_end_of_shift. + :alice4325 :does :log_off_at_end_of_shift. } log:explains { - :bob9325 :complies true. + :alice4325 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9326 :does :work_related_task. - :bob9326 :does :log_off_at_end_of_shift. + :alice4326 :does :log_off_at_end_of_shift. } log:explains { - :bob9326 :complies true. + :alice4326 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9327 :does :work_related_task. - :bob9327 :does :log_off_at_end_of_shift. + :alice4327 :does :log_off_at_end_of_shift. } log:explains { - :bob9327 :complies true. + :alice4327 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9328 :does :work_related_task. - :bob9328 :does :log_off_at_end_of_shift. + :alice4328 :does :log_off_at_end_of_shift. } log:explains { - :bob9328 :complies true. + :alice4328 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9329 :does :work_related_task. - :bob9329 :does :log_off_at_end_of_shift. + :alice4329 :does :log_off_at_end_of_shift. } log:explains { - :bob9329 :complies true. + :alice4329 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9330 :does :work_related_task. - :bob9330 :does :log_off_at_end_of_shift. + :alice4330 :does :log_off_at_end_of_shift. } log:explains { - :bob9330 :complies true. + :alice4330 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9331 :does :work_related_task. - :bob9331 :does :log_off_at_end_of_shift. + :alice4331 :does :log_off_at_end_of_shift. } log:explains { - :bob9331 :complies true. + :alice4331 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9332 :does :work_related_task. - :bob9332 :does :log_off_at_end_of_shift. + :alice4332 :does :log_off_at_end_of_shift. } log:explains { - :bob9332 :complies true. + :alice4332 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9333 :does :work_related_task. - :bob9333 :does :log_off_at_end_of_shift. + :alice4333 :does :log_off_at_end_of_shift. } log:explains { - :bob9333 :complies true. + :alice4333 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9334 :does :work_related_task. - :bob9334 :does :log_off_at_end_of_shift. + :alice4334 :does :log_off_at_end_of_shift. } log:explains { - :bob9334 :complies true. + :alice4334 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9335 :does :work_related_task. - :bob9335 :does :log_off_at_end_of_shift. + :alice4335 :does :log_off_at_end_of_shift. } log:explains { - :bob9335 :complies true. + :alice4335 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9336 :does :work_related_task. - :bob9336 :does :log_off_at_end_of_shift. + :alice4336 :does :log_off_at_end_of_shift. } log:explains { - :bob9336 :complies true. + :alice4336 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9337 :does :work_related_task. - :bob9337 :does :log_off_at_end_of_shift. + :alice4337 :does :log_off_at_end_of_shift. } log:explains { - :bob9337 :complies true. + :alice4337 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9338 :does :work_related_task. - :bob9338 :does :log_off_at_end_of_shift. + :alice4338 :does :log_off_at_end_of_shift. } log:explains { - :bob9338 :complies true. + :alice4338 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9339 :does :work_related_task. - :bob9339 :does :log_off_at_end_of_shift. + :alice4339 :does :log_off_at_end_of_shift. } log:explains { - :bob9339 :complies true. + :alice4339 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9340 :does :work_related_task. - :bob9340 :does :log_off_at_end_of_shift. + :alice4340 :does :log_off_at_end_of_shift. } log:explains { - :bob9340 :complies true. + :alice4340 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9341 :does :work_related_task. - :bob9341 :does :log_off_at_end_of_shift. + :alice4341 :does :log_off_at_end_of_shift. } log:explains { - :bob9341 :complies true. + :alice4341 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9342 :does :work_related_task. - :bob9342 :does :log_off_at_end_of_shift. + :alice4342 :does :log_off_at_end_of_shift. } log:explains { - :bob9342 :complies true. + :alice4342 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9343 :does :work_related_task. - :bob9343 :does :log_off_at_end_of_shift. + :alice4343 :does :log_off_at_end_of_shift. } log:explains { - :bob9343 :complies true. + :alice4343 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9344 :does :work_related_task. - :bob9344 :does :log_off_at_end_of_shift. + :alice4344 :does :log_off_at_end_of_shift. } log:explains { - :bob9344 :complies true. + :alice4344 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9345 :does :work_related_task. - :bob9345 :does :log_off_at_end_of_shift. + :alice4345 :does :log_off_at_end_of_shift. } log:explains { - :bob9345 :complies true. + :alice4345 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9346 :does :work_related_task. - :bob9346 :does :log_off_at_end_of_shift. + :alice4346 :does :log_off_at_end_of_shift. } log:explains { - :bob9346 :complies true. + :alice4346 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9347 :does :work_related_task. - :bob9347 :does :log_off_at_end_of_shift. + :alice4347 :does :log_off_at_end_of_shift. } log:explains { - :bob9347 :complies true. + :alice4347 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9348 :does :work_related_task. - :bob9348 :does :log_off_at_end_of_shift. + :alice4348 :does :log_off_at_end_of_shift. } log:explains { - :bob9348 :complies true. + :alice4348 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9349 :does :work_related_task. - :bob9349 :does :log_off_at_end_of_shift. + :alice4349 :does :log_off_at_end_of_shift. } log:explains { - :bob9349 :complies true. + :alice4349 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9350 :does :work_related_task. - :bob9350 :does :log_off_at_end_of_shift. + :alice4350 :does :log_off_at_end_of_shift. } log:explains { - :bob9350 :complies true. + :alice4350 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9351 :does :work_related_task. - :bob9351 :does :log_off_at_end_of_shift. + :alice4351 :does :log_off_at_end_of_shift. } log:explains { - :bob9351 :complies true. + :alice4351 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9352 :does :work_related_task. - :bob9352 :does :log_off_at_end_of_shift. + :alice4352 :does :log_off_at_end_of_shift. } log:explains { - :bob9352 :complies true. + :alice4352 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9353 :does :work_related_task. - :bob9353 :does :log_off_at_end_of_shift. + :alice4353 :does :log_off_at_end_of_shift. } log:explains { - :bob9353 :complies true. + :alice4353 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9354 :does :work_related_task. - :bob9354 :does :log_off_at_end_of_shift. + :alice4354 :does :log_off_at_end_of_shift. } log:explains { - :bob9354 :complies true. + :alice4354 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9355 :does :work_related_task. - :bob9355 :does :log_off_at_end_of_shift. + :alice4355 :does :log_off_at_end_of_shift. } log:explains { - :bob9355 :complies true. + :alice4355 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9356 :does :work_related_task. - :bob9356 :does :log_off_at_end_of_shift. + :alice4356 :does :log_off_at_end_of_shift. } log:explains { - :bob9356 :complies true. + :alice4356 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9357 :does :work_related_task. - :bob9357 :does :log_off_at_end_of_shift. + :alice4357 :does :log_off_at_end_of_shift. } log:explains { - :bob9357 :complies true. + :alice4357 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9358 :does :work_related_task. - :bob9358 :does :log_off_at_end_of_shift. + :alice4358 :does :log_off_at_end_of_shift. } log:explains { - :bob9358 :complies true. + :alice4358 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9359 :does :work_related_task. - :bob9359 :does :log_off_at_end_of_shift. + :alice4359 :does :log_off_at_end_of_shift. } log:explains { - :bob9359 :complies true. + :alice4359 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9360 :does :work_related_task. - :bob9360 :does :log_off_at_end_of_shift. + :alice4360 :does :log_off_at_end_of_shift. } log:explains { - :bob9360 :complies true. + :alice4360 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9361 :does :work_related_task. - :bob9361 :does :log_off_at_end_of_shift. + :alice4361 :does :log_off_at_end_of_shift. } log:explains { - :bob9361 :complies true. + :alice4361 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9362 :does :work_related_task. - :bob9362 :does :log_off_at_end_of_shift. + :alice4362 :does :log_off_at_end_of_shift. } log:explains { - :bob9362 :complies true. + :alice4362 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9363 :does :work_related_task. - :bob9363 :does :log_off_at_end_of_shift. + :alice4363 :does :log_off_at_end_of_shift. } log:explains { - :bob9363 :complies true. + :alice4363 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9364 :does :work_related_task. - :bob9364 :does :log_off_at_end_of_shift. + :alice4364 :does :log_off_at_end_of_shift. } log:explains { - :bob9364 :complies true. + :alice4364 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9365 :does :work_related_task. - :bob9365 :does :log_off_at_end_of_shift. + :alice4365 :does :log_off_at_end_of_shift. } log:explains { - :bob9365 :complies true. + :alice4365 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9366 :does :work_related_task. - :bob9366 :does :log_off_at_end_of_shift. + :alice4366 :does :log_off_at_end_of_shift. } log:explains { - :bob9366 :complies true. + :alice4366 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9367 :does :work_related_task. - :bob9367 :does :log_off_at_end_of_shift. + :alice4367 :does :log_off_at_end_of_shift. } log:explains { - :bob9367 :complies true. + :alice4367 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9368 :does :work_related_task. - :bob9368 :does :log_off_at_end_of_shift. + :alice4368 :does :log_off_at_end_of_shift. } log:explains { - :bob9368 :complies true. + :alice4368 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9369 :does :work_related_task. - :bob9369 :does :log_off_at_end_of_shift. + :alice4369 :does :log_off_at_end_of_shift. } log:explains { - :bob9369 :complies true. + :alice4369 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9370 :does :work_related_task. - :bob9370 :does :log_off_at_end_of_shift. + :alice4370 :does :log_off_at_end_of_shift. } log:explains { - :bob9370 :complies true. + :alice4370 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9371 :does :work_related_task. - :bob9371 :does :log_off_at_end_of_shift. + :alice4371 :does :log_off_at_end_of_shift. } log:explains { - :bob9371 :complies true. + :alice4371 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9372 :does :work_related_task. - :bob9372 :does :log_off_at_end_of_shift. + :alice4372 :does :log_off_at_end_of_shift. } log:explains { - :bob9372 :complies true. + :alice4372 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9373 :does :work_related_task. - :bob9373 :does :log_off_at_end_of_shift. + :alice4373 :does :log_off_at_end_of_shift. } log:explains { - :bob9373 :complies true. + :alice4373 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9374 :does :work_related_task. - :bob9374 :does :log_off_at_end_of_shift. + :alice4374 :does :log_off_at_end_of_shift. } log:explains { - :bob9374 :complies true. + :alice4374 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9375 :does :work_related_task. - :bob9375 :does :log_off_at_end_of_shift. + :alice4375 :does :log_off_at_end_of_shift. } log:explains { - :bob9375 :complies true. + :alice4375 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9376 :does :work_related_task. - :bob9376 :does :log_off_at_end_of_shift. + :alice4376 :does :log_off_at_end_of_shift. } log:explains { - :bob9376 :complies true. + :alice4376 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9377 :does :work_related_task. - :bob9377 :does :log_off_at_end_of_shift. + :alice4377 :does :log_off_at_end_of_shift. } log:explains { - :bob9377 :complies true. + :alice4377 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9378 :does :work_related_task. - :bob9378 :does :log_off_at_end_of_shift. + :alice4378 :does :log_off_at_end_of_shift. } log:explains { - :bob9378 :complies true. + :alice4378 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9379 :does :work_related_task. - :bob9379 :does :log_off_at_end_of_shift. + :alice4379 :does :log_off_at_end_of_shift. } log:explains { - :bob9379 :complies true. + :alice4379 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9380 :does :work_related_task. - :bob9380 :does :log_off_at_end_of_shift. + :alice4380 :does :log_off_at_end_of_shift. } log:explains { - :bob9380 :complies true. + :alice4380 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9381 :does :work_related_task. - :bob9381 :does :log_off_at_end_of_shift. + :alice4381 :does :log_off_at_end_of_shift. } log:explains { - :bob9381 :complies true. + :alice4381 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9382 :does :work_related_task. - :bob9382 :does :log_off_at_end_of_shift. + :alice4382 :does :log_off_at_end_of_shift. } log:explains { - :bob9382 :complies true. + :alice4382 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9383 :does :work_related_task. - :bob9383 :does :log_off_at_end_of_shift. + :alice4383 :does :log_off_at_end_of_shift. } log:explains { - :bob9383 :complies true. + :alice4383 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9384 :does :work_related_task. - :bob9384 :does :log_off_at_end_of_shift. + :alice4384 :does :log_off_at_end_of_shift. } log:explains { - :bob9384 :complies true. + :alice4384 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9385 :does :work_related_task. - :bob9385 :does :log_off_at_end_of_shift. + :alice4385 :does :log_off_at_end_of_shift. } log:explains { - :bob9385 :complies true. + :alice4385 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9386 :does :work_related_task. - :bob9386 :does :log_off_at_end_of_shift. + :alice4386 :does :log_off_at_end_of_shift. } log:explains { - :bob9386 :complies true. + :alice4386 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9387 :does :work_related_task. - :bob9387 :does :log_off_at_end_of_shift. + :alice4387 :does :log_off_at_end_of_shift. } log:explains { - :bob9387 :complies true. + :alice4387 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9388 :does :work_related_task. - :bob9388 :does :log_off_at_end_of_shift. + :alice4388 :does :log_off_at_end_of_shift. } log:explains { - :bob9388 :complies true. + :alice4388 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9389 :does :work_related_task. - :bob9389 :does :log_off_at_end_of_shift. + :alice4389 :does :log_off_at_end_of_shift. } log:explains { - :bob9389 :complies true. + :alice4389 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9390 :does :work_related_task. - :bob9390 :does :log_off_at_end_of_shift. + :alice4390 :does :log_off_at_end_of_shift. } log:explains { - :bob9390 :complies true. + :alice4390 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9391 :does :work_related_task. - :bob9391 :does :log_off_at_end_of_shift. + :alice4391 :does :log_off_at_end_of_shift. } log:explains { - :bob9391 :complies true. + :alice4391 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9392 :does :work_related_task. - :bob9392 :does :log_off_at_end_of_shift. + :alice4392 :does :log_off_at_end_of_shift. } log:explains { - :bob9392 :complies true. + :alice4392 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9393 :does :work_related_task. - :bob9393 :does :log_off_at_end_of_shift. + :alice4393 :does :log_off_at_end_of_shift. } log:explains { - :bob9393 :complies true. + :alice4393 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9394 :does :work_related_task. - :bob9394 :does :log_off_at_end_of_shift. + :alice4394 :does :log_off_at_end_of_shift. } log:explains { - :bob9394 :complies true. + :alice4394 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9395 :does :work_related_task. - :bob9395 :does :log_off_at_end_of_shift. + :alice4395 :does :log_off_at_end_of_shift. } log:explains { - :bob9395 :complies true. + :alice4395 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9396 :does :work_related_task. - :bob9396 :does :log_off_at_end_of_shift. + :alice4396 :does :log_off_at_end_of_shift. } log:explains { - :bob9396 :complies true. + :alice4396 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9397 :does :work_related_task. - :bob9397 :does :log_off_at_end_of_shift. + :alice4397 :does :log_off_at_end_of_shift. } log:explains { - :bob9397 :complies true. + :alice4397 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9398 :does :work_related_task. - :bob9398 :does :log_off_at_end_of_shift. + :alice4398 :does :log_off_at_end_of_shift. } log:explains { - :bob9398 :complies true. + :alice4398 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9399 :does :work_related_task. - :bob9399 :does :log_off_at_end_of_shift. + :alice4399 :does :log_off_at_end_of_shift. } log:explains { - :bob9399 :complies true. + :alice4399 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9400 :does :work_related_task. - :bob9400 :does :log_off_at_end_of_shift. + :alice4400 :does :log_off_at_end_of_shift. } log:explains { - :bob9400 :complies true. + :alice4400 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9401 :does :work_related_task. - :bob9401 :does :log_off_at_end_of_shift. + :alice4401 :does :log_off_at_end_of_shift. } log:explains { - :bob9401 :complies true. + :alice4401 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9402 :does :work_related_task. - :bob9402 :does :log_off_at_end_of_shift. + :alice4402 :does :log_off_at_end_of_shift. } log:explains { - :bob9402 :complies true. + :alice4402 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9403 :does :work_related_task. - :bob9403 :does :log_off_at_end_of_shift. + :alice4403 :does :log_off_at_end_of_shift. } log:explains { - :bob9403 :complies true. + :alice4403 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9404 :does :work_related_task. - :bob9404 :does :log_off_at_end_of_shift. + :alice4404 :does :log_off_at_end_of_shift. } log:explains { - :bob9404 :complies true. + :alice4404 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9405 :does :work_related_task. - :bob9405 :does :log_off_at_end_of_shift. + :alice4405 :does :log_off_at_end_of_shift. } log:explains { - :bob9405 :complies true. + :alice4405 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9406 :does :work_related_task. - :bob9406 :does :log_off_at_end_of_shift. + :alice4406 :does :log_off_at_end_of_shift. } log:explains { - :bob9406 :complies true. + :alice4406 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9407 :does :work_related_task. - :bob9407 :does :log_off_at_end_of_shift. + :alice4407 :does :log_off_at_end_of_shift. } log:explains { - :bob9407 :complies true. + :alice4407 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9408 :does :work_related_task. - :bob9408 :does :log_off_at_end_of_shift. + :alice4408 :does :log_off_at_end_of_shift. } log:explains { - :bob9408 :complies true. + :alice4408 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9409 :does :work_related_task. - :bob9409 :does :log_off_at_end_of_shift. + :alice4409 :does :log_off_at_end_of_shift. } log:explains { - :bob9409 :complies true. + :alice4409 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9410 :does :work_related_task. - :bob9410 :does :log_off_at_end_of_shift. + :alice4410 :does :log_off_at_end_of_shift. } log:explains { - :bob9410 :complies true. + :alice4410 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9411 :does :work_related_task. - :bob9411 :does :log_off_at_end_of_shift. + :alice4411 :does :log_off_at_end_of_shift. } log:explains { - :bob9411 :complies true. + :alice4411 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9412 :does :work_related_task. - :bob9412 :does :log_off_at_end_of_shift. + :alice4412 :does :log_off_at_end_of_shift. } log:explains { - :bob9412 :complies true. + :alice4412 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9413 :does :work_related_task. - :bob9413 :does :log_off_at_end_of_shift. + :alice4413 :does :log_off_at_end_of_shift. } log:explains { - :bob9413 :complies true. + :alice4413 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9414 :does :work_related_task. - :bob9414 :does :log_off_at_end_of_shift. + :alice4414 :does :log_off_at_end_of_shift. } log:explains { - :bob9414 :complies true. + :alice4414 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9415 :does :work_related_task. - :bob9415 :does :log_off_at_end_of_shift. + :alice4415 :does :log_off_at_end_of_shift. } log:explains { - :bob9415 :complies true. + :alice4415 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9416 :does :work_related_task. - :bob9416 :does :log_off_at_end_of_shift. + :alice4416 :does :log_off_at_end_of_shift. } log:explains { - :bob9416 :complies true. + :alice4416 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9417 :does :work_related_task. - :bob9417 :does :log_off_at_end_of_shift. + :alice4417 :does :log_off_at_end_of_shift. } log:explains { - :bob9417 :complies true. + :alice4417 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9418 :does :work_related_task. - :bob9418 :does :log_off_at_end_of_shift. + :alice4418 :does :log_off_at_end_of_shift. } log:explains { - :bob9418 :complies true. + :alice4418 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9419 :does :work_related_task. - :bob9419 :does :log_off_at_end_of_shift. + :alice4419 :does :log_off_at_end_of_shift. } log:explains { - :bob9419 :complies true. + :alice4419 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9420 :does :work_related_task. - :bob9420 :does :log_off_at_end_of_shift. + :alice4420 :does :log_off_at_end_of_shift. } log:explains { - :bob9420 :complies true. + :alice4420 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9421 :does :work_related_task. - :bob9421 :does :log_off_at_end_of_shift. + :alice4421 :does :log_off_at_end_of_shift. } log:explains { - :bob9421 :complies true. + :alice4421 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9422 :does :work_related_task. - :bob9422 :does :log_off_at_end_of_shift. + :alice4422 :does :log_off_at_end_of_shift. } log:explains { - :bob9422 :complies true. + :alice4422 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9423 :does :work_related_task. - :bob9423 :does :log_off_at_end_of_shift. + :alice4423 :does :log_off_at_end_of_shift. } log:explains { - :bob9423 :complies true. + :alice4423 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9424 :does :work_related_task. - :bob9424 :does :log_off_at_end_of_shift. + :alice4424 :does :log_off_at_end_of_shift. } log:explains { - :bob9424 :complies true. + :alice4424 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9425 :does :work_related_task. - :bob9425 :does :log_off_at_end_of_shift. + :alice4425 :does :log_off_at_end_of_shift. } log:explains { - :bob9425 :complies true. + :alice4425 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9426 :does :work_related_task. - :bob9426 :does :log_off_at_end_of_shift. + :alice4426 :does :log_off_at_end_of_shift. } log:explains { - :bob9426 :complies true. + :alice4426 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9427 :does :work_related_task. - :bob9427 :does :log_off_at_end_of_shift. + :alice4427 :does :log_off_at_end_of_shift. } log:explains { - :bob9427 :complies true. + :alice4427 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9428 :does :work_related_task. - :bob9428 :does :log_off_at_end_of_shift. + :alice4428 :does :log_off_at_end_of_shift. } log:explains { - :bob9428 :complies true. + :alice4428 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9429 :does :work_related_task. - :bob9429 :does :log_off_at_end_of_shift. + :alice4429 :does :log_off_at_end_of_shift. } log:explains { - :bob9429 :complies true. + :alice4429 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9430 :does :work_related_task. - :bob9430 :does :log_off_at_end_of_shift. + :alice4430 :does :log_off_at_end_of_shift. } log:explains { - :bob9430 :complies true. + :alice4430 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9431 :does :work_related_task. - :bob9431 :does :log_off_at_end_of_shift. + :alice4431 :does :log_off_at_end_of_shift. } log:explains { - :bob9431 :complies true. + :alice4431 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9432 :does :work_related_task. - :bob9432 :does :log_off_at_end_of_shift. + :alice4432 :does :log_off_at_end_of_shift. } log:explains { - :bob9432 :complies true. + :alice4432 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9433 :does :work_related_task. - :bob9433 :does :log_off_at_end_of_shift. + :alice4433 :does :log_off_at_end_of_shift. } log:explains { - :bob9433 :complies true. + :alice4433 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9434 :does :work_related_task. - :bob9434 :does :log_off_at_end_of_shift. + :alice4434 :does :log_off_at_end_of_shift. } log:explains { - :bob9434 :complies true. + :alice4434 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9435 :does :work_related_task. - :bob9435 :does :log_off_at_end_of_shift. + :alice4435 :does :log_off_at_end_of_shift. } log:explains { - :bob9435 :complies true. + :alice4435 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9436 :does :work_related_task. - :bob9436 :does :log_off_at_end_of_shift. + :alice4436 :does :log_off_at_end_of_shift. } log:explains { - :bob9436 :complies true. + :alice4436 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9437 :does :work_related_task. - :bob9437 :does :log_off_at_end_of_shift. + :alice4437 :does :log_off_at_end_of_shift. } log:explains { - :bob9437 :complies true. + :alice4437 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9438 :does :work_related_task. - :bob9438 :does :log_off_at_end_of_shift. + :alice4438 :does :log_off_at_end_of_shift. } log:explains { - :bob9438 :complies true. + :alice4438 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9439 :does :work_related_task. - :bob9439 :does :log_off_at_end_of_shift. + :alice4439 :does :log_off_at_end_of_shift. } log:explains { - :bob9439 :complies true. + :alice4439 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9440 :does :work_related_task. - :bob9440 :does :log_off_at_end_of_shift. + :alice4440 :does :log_off_at_end_of_shift. } log:explains { - :bob9440 :complies true. + :alice4440 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9441 :does :work_related_task. - :bob9441 :does :log_off_at_end_of_shift. + :alice4441 :does :log_off_at_end_of_shift. } log:explains { - :bob9441 :complies true. + :alice4441 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9442 :does :work_related_task. - :bob9442 :does :log_off_at_end_of_shift. + :alice4442 :does :log_off_at_end_of_shift. } log:explains { - :bob9442 :complies true. + :alice4442 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9443 :does :work_related_task. - :bob9443 :does :log_off_at_end_of_shift. + :alice4443 :does :log_off_at_end_of_shift. } log:explains { - :bob9443 :complies true. + :alice4443 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9444 :does :work_related_task. - :bob9444 :does :log_off_at_end_of_shift. + :alice4444 :does :log_off_at_end_of_shift. } log:explains { - :bob9444 :complies true. + :alice4444 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9445 :does :work_related_task. - :bob9445 :does :log_off_at_end_of_shift. + :alice4445 :does :log_off_at_end_of_shift. } log:explains { - :bob9445 :complies true. + :alice4445 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9446 :does :work_related_task. - :bob9446 :does :log_off_at_end_of_shift. + :alice4446 :does :log_off_at_end_of_shift. } log:explains { - :bob9446 :complies true. + :alice4446 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9447 :does :work_related_task. - :bob9447 :does :log_off_at_end_of_shift. + :alice4447 :does :log_off_at_end_of_shift. } log:explains { - :bob9447 :complies true. + :alice4447 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9448 :does :work_related_task. - :bob9448 :does :log_off_at_end_of_shift. + :alice4448 :does :log_off_at_end_of_shift. } log:explains { - :bob9448 :complies true. + :alice4448 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9449 :does :work_related_task. - :bob9449 :does :log_off_at_end_of_shift. + :alice4449 :does :log_off_at_end_of_shift. } log:explains { - :bob9449 :complies true. + :alice4449 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9450 :does :work_related_task. - :bob9450 :does :log_off_at_end_of_shift. + :alice4450 :does :log_off_at_end_of_shift. } log:explains { - :bob9450 :complies true. + :alice4450 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9451 :does :work_related_task. - :bob9451 :does :log_off_at_end_of_shift. + :alice4451 :does :log_off_at_end_of_shift. } log:explains { - :bob9451 :complies true. + :alice4451 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9452 :does :work_related_task. - :bob9452 :does :log_off_at_end_of_shift. + :alice4452 :does :log_off_at_end_of_shift. } log:explains { - :bob9452 :complies true. + :alice4452 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9453 :does :work_related_task. - :bob9453 :does :log_off_at_end_of_shift. + :alice4453 :does :log_off_at_end_of_shift. } log:explains { - :bob9453 :complies true. + :alice4453 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9454 :does :work_related_task. - :bob9454 :does :log_off_at_end_of_shift. + :alice4454 :does :log_off_at_end_of_shift. } log:explains { - :bob9454 :complies true. + :alice4454 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9455 :does :work_related_task. - :bob9455 :does :log_off_at_end_of_shift. + :alice4455 :does :log_off_at_end_of_shift. } log:explains { - :bob9455 :complies true. + :alice4455 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9456 :does :work_related_task. - :bob9456 :does :log_off_at_end_of_shift. + :alice4456 :does :log_off_at_end_of_shift. } log:explains { - :bob9456 :complies true. + :alice4456 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9457 :does :work_related_task. - :bob9457 :does :log_off_at_end_of_shift. + :alice4457 :does :log_off_at_end_of_shift. } log:explains { - :bob9457 :complies true. + :alice4457 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9458 :does :work_related_task. - :bob9458 :does :log_off_at_end_of_shift. + :alice4458 :does :log_off_at_end_of_shift. } log:explains { - :bob9458 :complies true. + :alice4458 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9459 :does :work_related_task. - :bob9459 :does :log_off_at_end_of_shift. + :alice4459 :does :log_off_at_end_of_shift. } log:explains { - :bob9459 :complies true. + :alice4459 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9460 :does :work_related_task. - :bob9460 :does :log_off_at_end_of_shift. + :alice4460 :does :log_off_at_end_of_shift. } log:explains { - :bob9460 :complies true. + :alice4460 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9461 :does :work_related_task. - :bob9461 :does :log_off_at_end_of_shift. + :alice4461 :does :log_off_at_end_of_shift. } log:explains { - :bob9461 :complies true. + :alice4461 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9462 :does :work_related_task. - :bob9462 :does :log_off_at_end_of_shift. + :alice4462 :does :log_off_at_end_of_shift. } log:explains { - :bob9462 :complies true. + :alice4462 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9463 :does :work_related_task. - :bob9463 :does :log_off_at_end_of_shift. + :alice4463 :does :log_off_at_end_of_shift. } log:explains { - :bob9463 :complies true. + :alice4463 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9464 :does :work_related_task. - :bob9464 :does :log_off_at_end_of_shift. + :alice4464 :does :log_off_at_end_of_shift. } log:explains { - :bob9464 :complies true. + :alice4464 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9465 :does :work_related_task. - :bob9465 :does :log_off_at_end_of_shift. + :alice4465 :does :log_off_at_end_of_shift. } log:explains { - :bob9465 :complies true. + :alice4465 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9466 :does :work_related_task. - :bob9466 :does :log_off_at_end_of_shift. + :alice4466 :does :log_off_at_end_of_shift. } log:explains { - :bob9466 :complies true. + :alice4466 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9467 :does :work_related_task. - :bob9467 :does :log_off_at_end_of_shift. + :alice4467 :does :log_off_at_end_of_shift. } log:explains { - :bob9467 :complies true. + :alice4467 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9468 :does :work_related_task. - :bob9468 :does :log_off_at_end_of_shift. + :alice4468 :does :log_off_at_end_of_shift. } log:explains { - :bob9468 :complies true. + :alice4468 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9469 :does :work_related_task. - :bob9469 :does :log_off_at_end_of_shift. + :alice4469 :does :log_off_at_end_of_shift. } log:explains { - :bob9469 :complies true. + :alice4469 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9470 :does :work_related_task. - :bob9470 :does :log_off_at_end_of_shift. + :alice4470 :does :log_off_at_end_of_shift. } log:explains { - :bob9470 :complies true. + :alice4470 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9471 :does :work_related_task. - :bob9471 :does :log_off_at_end_of_shift. + :alice4471 :does :log_off_at_end_of_shift. } log:explains { - :bob9471 :complies true. + :alice4471 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9472 :does :work_related_task. - :bob9472 :does :log_off_at_end_of_shift. + :alice4472 :does :log_off_at_end_of_shift. } log:explains { - :bob9472 :complies true. + :alice4472 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9473 :does :work_related_task. - :bob9473 :does :log_off_at_end_of_shift. + :alice4473 :does :log_off_at_end_of_shift. } log:explains { - :bob9473 :complies true. + :alice4473 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9474 :does :work_related_task. - :bob9474 :does :log_off_at_end_of_shift. + :alice4474 :does :log_off_at_end_of_shift. } log:explains { - :bob9474 :complies true. + :alice4474 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9475 :does :work_related_task. - :bob9475 :does :log_off_at_end_of_shift. + :alice4475 :does :log_off_at_end_of_shift. } log:explains { - :bob9475 :complies true. + :alice4475 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9476 :does :work_related_task. - :bob9476 :does :log_off_at_end_of_shift. + :alice4476 :does :log_off_at_end_of_shift. } log:explains { - :bob9476 :complies true. + :alice4476 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9477 :does :work_related_task. - :bob9477 :does :log_off_at_end_of_shift. + :alice4477 :does :log_off_at_end_of_shift. } log:explains { - :bob9477 :complies true. + :alice4477 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9478 :does :work_related_task. - :bob9478 :does :log_off_at_end_of_shift. + :alice4478 :does :log_off_at_end_of_shift. } log:explains { - :bob9478 :complies true. + :alice4478 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9479 :does :work_related_task. - :bob9479 :does :log_off_at_end_of_shift. + :alice4479 :does :log_off_at_end_of_shift. } log:explains { - :bob9479 :complies true. + :alice4479 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9480 :does :work_related_task. - :bob9480 :does :log_off_at_end_of_shift. + :alice4480 :does :log_off_at_end_of_shift. } log:explains { - :bob9480 :complies true. + :alice4480 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9481 :does :work_related_task. - :bob9481 :does :log_off_at_end_of_shift. + :alice4481 :does :log_off_at_end_of_shift. } log:explains { - :bob9481 :complies true. + :alice4481 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9482 :does :work_related_task. - :bob9482 :does :log_off_at_end_of_shift. + :alice4482 :does :log_off_at_end_of_shift. } log:explains { - :bob9482 :complies true. + :alice4482 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9483 :does :work_related_task. - :bob9483 :does :log_off_at_end_of_shift. + :alice4483 :does :log_off_at_end_of_shift. } log:explains { - :bob9483 :complies true. + :alice4483 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9484 :does :work_related_task. - :bob9484 :does :log_off_at_end_of_shift. + :alice4484 :does :log_off_at_end_of_shift. } log:explains { - :bob9484 :complies true. + :alice4484 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9485 :does :work_related_task. - :bob9485 :does :log_off_at_end_of_shift. + :alice4485 :does :log_off_at_end_of_shift. } log:explains { - :bob9485 :complies true. + :alice4485 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9486 :does :work_related_task. - :bob9486 :does :log_off_at_end_of_shift. + :alice4486 :does :log_off_at_end_of_shift. } log:explains { - :bob9486 :complies true. + :alice4486 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9487 :does :work_related_task. - :bob9487 :does :log_off_at_end_of_shift. + :alice4487 :does :log_off_at_end_of_shift. } log:explains { - :bob9487 :complies true. + :alice4487 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9488 :does :work_related_task. - :bob9488 :does :log_off_at_end_of_shift. + :alice4488 :does :log_off_at_end_of_shift. } log:explains { - :bob9488 :complies true. + :alice4488 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9489 :does :work_related_task. - :bob9489 :does :log_off_at_end_of_shift. + :alice4489 :does :log_off_at_end_of_shift. } log:explains { - :bob9489 :complies true. + :alice4489 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9490 :does :work_related_task. - :bob9490 :does :log_off_at_end_of_shift. + :alice4490 :does :log_off_at_end_of_shift. } log:explains { - :bob9490 :complies true. + :alice4490 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9491 :does :work_related_task. - :bob9491 :does :log_off_at_end_of_shift. + :alice4491 :does :log_off_at_end_of_shift. } log:explains { - :bob9491 :complies true. + :alice4491 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9492 :does :work_related_task. - :bob9492 :does :log_off_at_end_of_shift. + :alice4492 :does :log_off_at_end_of_shift. } log:explains { - :bob9492 :complies true. + :alice4492 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9493 :does :work_related_task. - :bob9493 :does :log_off_at_end_of_shift. + :alice4493 :does :log_off_at_end_of_shift. } log:explains { - :bob9493 :complies true. + :alice4493 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9494 :does :work_related_task. - :bob9494 :does :log_off_at_end_of_shift. + :alice4494 :does :log_off_at_end_of_shift. } log:explains { - :bob9494 :complies true. + :alice4494 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9495 :does :work_related_task. - :bob9495 :does :log_off_at_end_of_shift. + :alice4495 :does :log_off_at_end_of_shift. } log:explains { - :bob9495 :complies true. + :alice4495 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9496 :does :work_related_task. - :bob9496 :does :log_off_at_end_of_shift. + :alice4496 :does :log_off_at_end_of_shift. } log:explains { - :bob9496 :complies true. + :alice4496 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9497 :does :work_related_task. - :bob9497 :does :log_off_at_end_of_shift. + :alice4497 :does :log_off_at_end_of_shift. } log:explains { - :bob9497 :complies true. + :alice4497 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9498 :does :work_related_task. - :bob9498 :does :log_off_at_end_of_shift. + :alice4498 :does :log_off_at_end_of_shift. } log:explains { - :bob9498 :complies true. + :alice4498 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9499 :does :work_related_task. - :bob9499 :does :log_off_at_end_of_shift. + :alice4499 :does :log_off_at_end_of_shift. } log:explains { - :bob9499 :complies true. + :alice4499 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9500 :does :work_related_task. - :bob9500 :does :log_off_at_end_of_shift. + :alice4500 :does :log_off_at_end_of_shift. } log:explains { - :bob9500 :complies true. + :alice4500 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9501 :does :work_related_task. - :bob9501 :does :log_off_at_end_of_shift. + :alice4501 :does :log_off_at_end_of_shift. } log:explains { - :bob9501 :complies true. + :alice4501 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9502 :does :work_related_task. - :bob9502 :does :log_off_at_end_of_shift. + :alice4502 :does :log_off_at_end_of_shift. } log:explains { - :bob9502 :complies true. + :alice4502 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9503 :does :work_related_task. - :bob9503 :does :log_off_at_end_of_shift. + :alice4503 :does :log_off_at_end_of_shift. } log:explains { - :bob9503 :complies true. + :alice4503 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9504 :does :work_related_task. - :bob9504 :does :log_off_at_end_of_shift. + :alice4504 :does :log_off_at_end_of_shift. } log:explains { - :bob9504 :complies true. + :alice4504 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9505 :does :work_related_task. - :bob9505 :does :log_off_at_end_of_shift. + :alice4505 :does :log_off_at_end_of_shift. } log:explains { - :bob9505 :complies true. + :alice4505 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9506 :does :work_related_task. - :bob9506 :does :log_off_at_end_of_shift. + :alice4506 :does :log_off_at_end_of_shift. } log:explains { - :bob9506 :complies true. + :alice4506 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9507 :does :work_related_task. - :bob9507 :does :log_off_at_end_of_shift. + :alice4507 :does :log_off_at_end_of_shift. } log:explains { - :bob9507 :complies true. + :alice4507 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9508 :does :work_related_task. - :bob9508 :does :log_off_at_end_of_shift. + :alice4508 :does :log_off_at_end_of_shift. } log:explains { - :bob9508 :complies true. + :alice4508 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9509 :does :work_related_task. - :bob9509 :does :log_off_at_end_of_shift. + :alice4509 :does :log_off_at_end_of_shift. } log:explains { - :bob9509 :complies true. + :alice4509 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9510 :does :work_related_task. - :bob9510 :does :log_off_at_end_of_shift. + :alice4510 :does :log_off_at_end_of_shift. } log:explains { - :bob9510 :complies true. + :alice4510 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9511 :does :work_related_task. - :bob9511 :does :log_off_at_end_of_shift. + :alice4511 :does :log_off_at_end_of_shift. } log:explains { - :bob9511 :complies true. + :alice4511 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9512 :does :work_related_task. - :bob9512 :does :log_off_at_end_of_shift. + :alice4512 :does :log_off_at_end_of_shift. } log:explains { - :bob9512 :complies true. + :alice4512 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9513 :does :work_related_task. - :bob9513 :does :log_off_at_end_of_shift. + :alice4513 :does :log_off_at_end_of_shift. } log:explains { - :bob9513 :complies true. + :alice4513 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9514 :does :work_related_task. - :bob9514 :does :log_off_at_end_of_shift. + :alice4514 :does :log_off_at_end_of_shift. } log:explains { - :bob9514 :complies true. + :alice4514 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9515 :does :work_related_task. - :bob9515 :does :log_off_at_end_of_shift. + :alice4515 :does :log_off_at_end_of_shift. } log:explains { - :bob9515 :complies true. + :alice4515 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9516 :does :work_related_task. - :bob9516 :does :log_off_at_end_of_shift. + :alice4516 :does :log_off_at_end_of_shift. } log:explains { - :bob9516 :complies true. + :alice4516 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9517 :does :work_related_task. - :bob9517 :does :log_off_at_end_of_shift. + :alice4517 :does :log_off_at_end_of_shift. } log:explains { - :bob9517 :complies true. + :alice4517 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9518 :does :work_related_task. - :bob9518 :does :log_off_at_end_of_shift. + :alice4518 :does :log_off_at_end_of_shift. } log:explains { - :bob9518 :complies true. + :alice4518 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9519 :does :work_related_task. - :bob9519 :does :log_off_at_end_of_shift. + :alice4519 :does :log_off_at_end_of_shift. } log:explains { - :bob9519 :complies true. + :alice4519 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9520 :does :work_related_task. - :bob9520 :does :log_off_at_end_of_shift. + :alice4520 :does :log_off_at_end_of_shift. } log:explains { - :bob9520 :complies true. + :alice4520 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9521 :does :work_related_task. - :bob9521 :does :log_off_at_end_of_shift. + :alice4521 :does :log_off_at_end_of_shift. } log:explains { - :bob9521 :complies true. + :alice4521 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9522 :does :work_related_task. - :bob9522 :does :log_off_at_end_of_shift. + :alice4522 :does :log_off_at_end_of_shift. } log:explains { - :bob9522 :complies true. + :alice4522 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9523 :does :work_related_task. - :bob9523 :does :log_off_at_end_of_shift. + :alice4523 :does :log_off_at_end_of_shift. } log:explains { - :bob9523 :complies true. + :alice4523 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9524 :does :work_related_task. - :bob9524 :does :log_off_at_end_of_shift. + :alice4524 :does :log_off_at_end_of_shift. } log:explains { - :bob9524 :complies true. + :alice4524 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9525 :does :work_related_task. - :bob9525 :does :log_off_at_end_of_shift. + :alice4525 :does :log_off_at_end_of_shift. } log:explains { - :bob9525 :complies true. + :alice4525 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9526 :does :work_related_task. - :bob9526 :does :log_off_at_end_of_shift. + :alice4526 :does :log_off_at_end_of_shift. } log:explains { - :bob9526 :complies true. + :alice4526 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9527 :does :work_related_task. - :bob9527 :does :log_off_at_end_of_shift. + :alice4527 :does :log_off_at_end_of_shift. } log:explains { - :bob9527 :complies true. + :alice4527 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9528 :does :work_related_task. - :bob9528 :does :log_off_at_end_of_shift. + :alice4528 :does :log_off_at_end_of_shift. } log:explains { - :bob9528 :complies true. + :alice4528 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9529 :does :work_related_task. - :bob9529 :does :log_off_at_end_of_shift. + :alice4529 :does :log_off_at_end_of_shift. } log:explains { - :bob9529 :complies true. + :alice4529 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9530 :does :work_related_task. - :bob9530 :does :log_off_at_end_of_shift. + :alice4530 :does :log_off_at_end_of_shift. } log:explains { - :bob9530 :complies true. + :alice4530 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9531 :does :work_related_task. - :bob9531 :does :log_off_at_end_of_shift. + :alice4531 :does :log_off_at_end_of_shift. } log:explains { - :bob9531 :complies true. + :alice4531 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9532 :does :work_related_task. - :bob9532 :does :log_off_at_end_of_shift. + :alice4532 :does :log_off_at_end_of_shift. } log:explains { - :bob9532 :complies true. + :alice4532 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9533 :does :work_related_task. - :bob9533 :does :log_off_at_end_of_shift. + :alice4533 :does :log_off_at_end_of_shift. } log:explains { - :bob9533 :complies true. + :alice4533 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9534 :does :work_related_task. - :bob9534 :does :log_off_at_end_of_shift. + :alice4534 :does :log_off_at_end_of_shift. } log:explains { - :bob9534 :complies true. + :alice4534 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9535 :does :work_related_task. - :bob9535 :does :log_off_at_end_of_shift. + :alice4535 :does :log_off_at_end_of_shift. } log:explains { - :bob9535 :complies true. + :alice4535 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9536 :does :work_related_task. - :bob9536 :does :log_off_at_end_of_shift. + :alice4536 :does :log_off_at_end_of_shift. } log:explains { - :bob9536 :complies true. + :alice4536 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9537 :does :work_related_task. - :bob9537 :does :log_off_at_end_of_shift. + :alice4537 :does :log_off_at_end_of_shift. } log:explains { - :bob9537 :complies true. + :alice4537 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9538 :does :work_related_task. - :bob9538 :does :log_off_at_end_of_shift. + :alice4538 :does :log_off_at_end_of_shift. } log:explains { - :bob9538 :complies true. + :alice4538 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9539 :does :work_related_task. - :bob9539 :does :log_off_at_end_of_shift. + :alice4539 :does :log_off_at_end_of_shift. } log:explains { - :bob9539 :complies true. + :alice4539 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9540 :does :work_related_task. - :bob9540 :does :log_off_at_end_of_shift. + :alice4540 :does :log_off_at_end_of_shift. } log:explains { - :bob9540 :complies true. + :alice4540 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9541 :does :work_related_task. - :bob9541 :does :log_off_at_end_of_shift. + :alice4541 :does :log_off_at_end_of_shift. } log:explains { - :bob9541 :complies true. + :alice4541 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9542 :does :work_related_task. - :bob9542 :does :log_off_at_end_of_shift. + :alice4542 :does :log_off_at_end_of_shift. } log:explains { - :bob9542 :complies true. + :alice4542 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9543 :does :work_related_task. - :bob9543 :does :log_off_at_end_of_shift. + :alice4543 :does :log_off_at_end_of_shift. } log:explains { - :bob9543 :complies true. + :alice4543 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9544 :does :work_related_task. - :bob9544 :does :log_off_at_end_of_shift. + :alice4544 :does :log_off_at_end_of_shift. } log:explains { - :bob9544 :complies true. + :alice4544 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9545 :does :work_related_task. - :bob9545 :does :log_off_at_end_of_shift. + :alice4545 :does :log_off_at_end_of_shift. } log:explains { - :bob9545 :complies true. + :alice4545 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9546 :does :work_related_task. - :bob9546 :does :log_off_at_end_of_shift. + :alice4546 :does :log_off_at_end_of_shift. } log:explains { - :bob9546 :complies true. + :alice4546 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9547 :does :work_related_task. - :bob9547 :does :log_off_at_end_of_shift. + :alice4547 :does :log_off_at_end_of_shift. } log:explains { - :bob9547 :complies true. + :alice4547 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9548 :does :work_related_task. - :bob9548 :does :log_off_at_end_of_shift. + :alice4548 :does :log_off_at_end_of_shift. } log:explains { - :bob9548 :complies true. + :alice4548 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9549 :does :work_related_task. - :bob9549 :does :log_off_at_end_of_shift. + :alice4549 :does :log_off_at_end_of_shift. } log:explains { - :bob9549 :complies true. + :alice4549 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9550 :does :work_related_task. - :bob9550 :does :log_off_at_end_of_shift. + :alice4550 :does :log_off_at_end_of_shift. } log:explains { - :bob9550 :complies true. + :alice4550 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9551 :does :work_related_task. - :bob9551 :does :log_off_at_end_of_shift. + :alice4551 :does :log_off_at_end_of_shift. } log:explains { - :bob9551 :complies true. + :alice4551 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9552 :does :work_related_task. - :bob9552 :does :log_off_at_end_of_shift. + :alice4552 :does :log_off_at_end_of_shift. } log:explains { - :bob9552 :complies true. + :alice4552 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9553 :does :work_related_task. - :bob9553 :does :log_off_at_end_of_shift. + :alice4553 :does :log_off_at_end_of_shift. } log:explains { - :bob9553 :complies true. + :alice4553 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9554 :does :work_related_task. - :bob9554 :does :log_off_at_end_of_shift. + :alice4554 :does :log_off_at_end_of_shift. } log:explains { - :bob9554 :complies true. + :alice4554 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9555 :does :work_related_task. - :bob9555 :does :log_off_at_end_of_shift. + :alice4555 :does :log_off_at_end_of_shift. } log:explains { - :bob9555 :complies true. + :alice4555 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9556 :does :work_related_task. - :bob9556 :does :log_off_at_end_of_shift. + :alice4556 :does :log_off_at_end_of_shift. } log:explains { - :bob9556 :complies true. + :alice4556 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9557 :does :work_related_task. - :bob9557 :does :log_off_at_end_of_shift. + :alice4557 :does :log_off_at_end_of_shift. } log:explains { - :bob9557 :complies true. + :alice4557 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9558 :does :work_related_task. - :bob9558 :does :log_off_at_end_of_shift. + :alice4558 :does :log_off_at_end_of_shift. } log:explains { - :bob9558 :complies true. + :alice4558 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9559 :does :work_related_task. - :bob9559 :does :log_off_at_end_of_shift. + :alice4559 :does :log_off_at_end_of_shift. } log:explains { - :bob9559 :complies true. + :alice4559 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9560 :does :work_related_task. - :bob9560 :does :log_off_at_end_of_shift. + :alice4560 :does :log_off_at_end_of_shift. } log:explains { - :bob9560 :complies true. + :alice4560 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9561 :does :work_related_task. - :bob9561 :does :log_off_at_end_of_shift. + :alice4561 :does :log_off_at_end_of_shift. } log:explains { - :bob9561 :complies true. + :alice4561 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9562 :does :work_related_task. - :bob9562 :does :log_off_at_end_of_shift. + :alice4562 :does :log_off_at_end_of_shift. } log:explains { - :bob9562 :complies true. + :alice4562 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9563 :does :work_related_task. - :bob9563 :does :log_off_at_end_of_shift. + :alice4563 :does :log_off_at_end_of_shift. } log:explains { - :bob9563 :complies true. + :alice4563 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9564 :does :work_related_task. - :bob9564 :does :log_off_at_end_of_shift. + :alice4564 :does :log_off_at_end_of_shift. } log:explains { - :bob9564 :complies true. + :alice4564 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9565 :does :work_related_task. - :bob9565 :does :log_off_at_end_of_shift. + :alice4565 :does :log_off_at_end_of_shift. } log:explains { - :bob9565 :complies true. + :alice4565 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9566 :does :work_related_task. - :bob9566 :does :log_off_at_end_of_shift. + :alice4566 :does :log_off_at_end_of_shift. } log:explains { - :bob9566 :complies true. + :alice4566 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9567 :does :work_related_task. - :bob9567 :does :log_off_at_end_of_shift. + :alice4567 :does :log_off_at_end_of_shift. } log:explains { - :bob9567 :complies true. + :alice4567 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9568 :does :work_related_task. - :bob9568 :does :log_off_at_end_of_shift. + :alice4568 :does :log_off_at_end_of_shift. } log:explains { - :bob9568 :complies true. + :alice4568 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9569 :does :work_related_task. - :bob9569 :does :log_off_at_end_of_shift. + :alice4569 :does :log_off_at_end_of_shift. } log:explains { - :bob9569 :complies true. + :alice4569 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9570 :does :work_related_task. - :bob9570 :does :log_off_at_end_of_shift. + :alice4570 :does :log_off_at_end_of_shift. } log:explains { - :bob9570 :complies true. + :alice4570 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9571 :does :work_related_task. - :bob9571 :does :log_off_at_end_of_shift. + :alice4571 :does :log_off_at_end_of_shift. } log:explains { - :bob9571 :complies true. + :alice4571 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9572 :does :work_related_task. - :bob9572 :does :log_off_at_end_of_shift. + :alice4572 :does :log_off_at_end_of_shift. } log:explains { - :bob9572 :complies true. + :alice4572 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9573 :does :work_related_task. - :bob9573 :does :log_off_at_end_of_shift. + :alice4573 :does :log_off_at_end_of_shift. } log:explains { - :bob9573 :complies true. + :alice4573 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9574 :does :work_related_task. - :bob9574 :does :log_off_at_end_of_shift. + :alice4574 :does :log_off_at_end_of_shift. } log:explains { - :bob9574 :complies true. + :alice4574 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9575 :does :work_related_task. - :bob9575 :does :log_off_at_end_of_shift. + :alice4575 :does :log_off_at_end_of_shift. } log:explains { - :bob9575 :complies true. + :alice4575 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9576 :does :work_related_task. - :bob9576 :does :log_off_at_end_of_shift. + :alice4576 :does :log_off_at_end_of_shift. } log:explains { - :bob9576 :complies true. + :alice4576 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9577 :does :work_related_task. - :bob9577 :does :log_off_at_end_of_shift. + :alice4577 :does :log_off_at_end_of_shift. } log:explains { - :bob9577 :complies true. + :alice4577 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9578 :does :work_related_task. - :bob9578 :does :log_off_at_end_of_shift. + :alice4578 :does :log_off_at_end_of_shift. } log:explains { - :bob9578 :complies true. + :alice4578 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9579 :does :work_related_task. - :bob9579 :does :log_off_at_end_of_shift. + :alice4579 :does :log_off_at_end_of_shift. } log:explains { - :bob9579 :complies true. + :alice4579 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9580 :does :work_related_task. - :bob9580 :does :log_off_at_end_of_shift. + :alice4580 :does :log_off_at_end_of_shift. } log:explains { - :bob9580 :complies true. + :alice4580 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9581 :does :work_related_task. - :bob9581 :does :log_off_at_end_of_shift. + :alice4581 :does :log_off_at_end_of_shift. } log:explains { - :bob9581 :complies true. + :alice4581 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9582 :does :work_related_task. - :bob9582 :does :log_off_at_end_of_shift. + :alice4582 :does :log_off_at_end_of_shift. } log:explains { - :bob9582 :complies true. + :alice4582 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9583 :does :work_related_task. - :bob9583 :does :log_off_at_end_of_shift. + :alice4583 :does :log_off_at_end_of_shift. } log:explains { - :bob9583 :complies true. + :alice4583 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9584 :does :work_related_task. - :bob9584 :does :log_off_at_end_of_shift. + :alice4584 :does :log_off_at_end_of_shift. } log:explains { - :bob9584 :complies true. + :alice4584 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9585 :does :work_related_task. - :bob9585 :does :log_off_at_end_of_shift. + :alice4585 :does :log_off_at_end_of_shift. } log:explains { - :bob9585 :complies true. + :alice4585 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9586 :does :work_related_task. - :bob9586 :does :log_off_at_end_of_shift. + :alice4586 :does :log_off_at_end_of_shift. } log:explains { - :bob9586 :complies true. + :alice4586 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9587 :does :work_related_task. - :bob9587 :does :log_off_at_end_of_shift. + :alice4587 :does :log_off_at_end_of_shift. } log:explains { - :bob9587 :complies true. + :alice4587 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9588 :does :work_related_task. - :bob9588 :does :log_off_at_end_of_shift. + :alice4588 :does :log_off_at_end_of_shift. } log:explains { - :bob9588 :complies true. + :alice4588 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9589 :does :work_related_task. - :bob9589 :does :log_off_at_end_of_shift. + :alice4589 :does :log_off_at_end_of_shift. } log:explains { - :bob9589 :complies true. + :alice4589 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9590 :does :work_related_task. - :bob9590 :does :log_off_at_end_of_shift. + :alice4590 :does :log_off_at_end_of_shift. } log:explains { - :bob9590 :complies true. + :alice4590 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9591 :does :work_related_task. - :bob9591 :does :log_off_at_end_of_shift. + :alice4591 :does :log_off_at_end_of_shift. } log:explains { - :bob9591 :complies true. + :alice4591 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9592 :does :work_related_task. - :bob9592 :does :log_off_at_end_of_shift. + :alice4592 :does :log_off_at_end_of_shift. } log:explains { - :bob9592 :complies true. + :alice4592 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9593 :does :work_related_task. - :bob9593 :does :log_off_at_end_of_shift. + :alice4593 :does :log_off_at_end_of_shift. } log:explains { - :bob9593 :complies true. + :alice4593 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9594 :does :work_related_task. - :bob9594 :does :log_off_at_end_of_shift. + :alice4594 :does :log_off_at_end_of_shift. } log:explains { - :bob9594 :complies true. + :alice4594 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9595 :does :work_related_task. - :bob9595 :does :log_off_at_end_of_shift. + :alice4595 :does :log_off_at_end_of_shift. } log:explains { - :bob9595 :complies true. + :alice4595 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9596 :does :work_related_task. - :bob9596 :does :log_off_at_end_of_shift. + :alice4596 :does :log_off_at_end_of_shift. } log:explains { - :bob9596 :complies true. + :alice4596 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9597 :does :work_related_task. - :bob9597 :does :log_off_at_end_of_shift. + :alice4597 :does :log_off_at_end_of_shift. } log:explains { - :bob9597 :complies true. + :alice4597 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9598 :does :work_related_task. - :bob9598 :does :log_off_at_end_of_shift. + :alice4598 :does :log_off_at_end_of_shift. } log:explains { - :bob9598 :complies true. + :alice4598 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9599 :does :work_related_task. - :bob9599 :does :log_off_at_end_of_shift. + :alice4599 :does :log_off_at_end_of_shift. } log:explains { - :bob9599 :complies true. + :alice4599 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9600 :does :work_related_task. - :bob9600 :does :log_off_at_end_of_shift. + :alice4600 :does :log_off_at_end_of_shift. } log:explains { - :bob9600 :complies true. + :alice4600 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9601 :does :work_related_task. - :bob9601 :does :log_off_at_end_of_shift. + :alice4601 :does :log_off_at_end_of_shift. } log:explains { - :bob9601 :complies true. + :alice4601 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9602 :does :work_related_task. - :bob9602 :does :log_off_at_end_of_shift. + :alice4602 :does :log_off_at_end_of_shift. } log:explains { - :bob9602 :complies true. + :alice4602 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9603 :does :work_related_task. - :bob9603 :does :log_off_at_end_of_shift. + :alice4603 :does :log_off_at_end_of_shift. } log:explains { - :bob9603 :complies true. + :alice4603 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9604 :does :work_related_task. - :bob9604 :does :log_off_at_end_of_shift. + :alice4604 :does :log_off_at_end_of_shift. } log:explains { - :bob9604 :complies true. + :alice4604 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9605 :does :work_related_task. - :bob9605 :does :log_off_at_end_of_shift. + :alice4605 :does :log_off_at_end_of_shift. } log:explains { - :bob9605 :complies true. + :alice4605 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9606 :does :work_related_task. - :bob9606 :does :log_off_at_end_of_shift. + :alice4606 :does :log_off_at_end_of_shift. } log:explains { - :bob9606 :complies true. + :alice4606 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9607 :does :work_related_task. - :bob9607 :does :log_off_at_end_of_shift. + :alice4607 :does :log_off_at_end_of_shift. } log:explains { - :bob9607 :complies true. + :alice4607 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9608 :does :work_related_task. - :bob9608 :does :log_off_at_end_of_shift. + :alice4608 :does :log_off_at_end_of_shift. } log:explains { - :bob9608 :complies true. + :alice4608 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9609 :does :work_related_task. - :bob9609 :does :log_off_at_end_of_shift. + :alice4609 :does :log_off_at_end_of_shift. } log:explains { - :bob9609 :complies true. + :alice4609 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9610 :does :work_related_task. - :bob9610 :does :log_off_at_end_of_shift. + :alice4610 :does :log_off_at_end_of_shift. } log:explains { - :bob9610 :complies true. + :alice4610 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9611 :does :work_related_task. - :bob9611 :does :log_off_at_end_of_shift. + :alice4611 :does :log_off_at_end_of_shift. } log:explains { - :bob9611 :complies true. + :alice4611 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9612 :does :work_related_task. - :bob9612 :does :log_off_at_end_of_shift. + :alice4612 :does :log_off_at_end_of_shift. } log:explains { - :bob9612 :complies true. + :alice4612 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9613 :does :work_related_task. - :bob9613 :does :log_off_at_end_of_shift. + :alice4613 :does :log_off_at_end_of_shift. } log:explains { - :bob9613 :complies true. + :alice4613 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9614 :does :work_related_task. - :bob9614 :does :log_off_at_end_of_shift. + :alice4614 :does :log_off_at_end_of_shift. } log:explains { - :bob9614 :complies true. + :alice4614 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9615 :does :work_related_task. - :bob9615 :does :log_off_at_end_of_shift. + :alice4615 :does :log_off_at_end_of_shift. } log:explains { - :bob9615 :complies true. + :alice4615 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9616 :does :work_related_task. - :bob9616 :does :log_off_at_end_of_shift. + :alice4616 :does :log_off_at_end_of_shift. } log:explains { - :bob9616 :complies true. + :alice4616 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9617 :does :work_related_task. - :bob9617 :does :log_off_at_end_of_shift. + :alice4617 :does :log_off_at_end_of_shift. } log:explains { - :bob9617 :complies true. + :alice4617 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9618 :does :work_related_task. - :bob9618 :does :log_off_at_end_of_shift. + :alice4618 :does :log_off_at_end_of_shift. } log:explains { - :bob9618 :complies true. + :alice4618 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9619 :does :work_related_task. - :bob9619 :does :log_off_at_end_of_shift. + :alice4619 :does :log_off_at_end_of_shift. } log:explains { - :bob9619 :complies true. + :alice4619 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9620 :does :work_related_task. - :bob9620 :does :log_off_at_end_of_shift. + :alice4620 :does :log_off_at_end_of_shift. } log:explains { - :bob9620 :complies true. + :alice4620 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9621 :does :work_related_task. - :bob9621 :does :log_off_at_end_of_shift. + :alice4621 :does :log_off_at_end_of_shift. } log:explains { - :bob9621 :complies true. + :alice4621 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9622 :does :work_related_task. - :bob9622 :does :log_off_at_end_of_shift. + :alice4622 :does :log_off_at_end_of_shift. } log:explains { - :bob9622 :complies true. + :alice4622 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9623 :does :work_related_task. - :bob9623 :does :log_off_at_end_of_shift. + :alice4623 :does :log_off_at_end_of_shift. } log:explains { - :bob9623 :complies true. + :alice4623 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9624 :does :work_related_task. - :bob9624 :does :log_off_at_end_of_shift. + :alice4624 :does :log_off_at_end_of_shift. } log:explains { - :bob9624 :complies true. + :alice4624 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9625 :does :work_related_task. - :bob9625 :does :log_off_at_end_of_shift. + :alice4625 :does :log_off_at_end_of_shift. } log:explains { - :bob9625 :complies true. + :alice4625 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9626 :does :work_related_task. - :bob9626 :does :log_off_at_end_of_shift. + :alice4626 :does :log_off_at_end_of_shift. } log:explains { - :bob9626 :complies true. + :alice4626 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9627 :does :work_related_task. - :bob9627 :does :log_off_at_end_of_shift. + :alice4627 :does :log_off_at_end_of_shift. } log:explains { - :bob9627 :complies true. + :alice4627 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9628 :does :work_related_task. - :bob9628 :does :log_off_at_end_of_shift. + :alice4628 :does :log_off_at_end_of_shift. } log:explains { - :bob9628 :complies true. + :alice4628 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9629 :does :work_related_task. - :bob9629 :does :log_off_at_end_of_shift. + :alice4629 :does :log_off_at_end_of_shift. } log:explains { - :bob9629 :complies true. + :alice4629 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9630 :does :work_related_task. - :bob9630 :does :log_off_at_end_of_shift. + :alice4630 :does :log_off_at_end_of_shift. } log:explains { - :bob9630 :complies true. + :alice4630 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9631 :does :work_related_task. - :bob9631 :does :log_off_at_end_of_shift. + :alice4631 :does :log_off_at_end_of_shift. } log:explains { - :bob9631 :complies true. + :alice4631 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9632 :does :work_related_task. - :bob9632 :does :log_off_at_end_of_shift. + :alice4632 :does :log_off_at_end_of_shift. } log:explains { - :bob9632 :complies true. + :alice4632 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9633 :does :work_related_task. - :bob9633 :does :log_off_at_end_of_shift. + :alice4633 :does :log_off_at_end_of_shift. } log:explains { - :bob9633 :complies true. + :alice4633 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9634 :does :work_related_task. - :bob9634 :does :log_off_at_end_of_shift. + :alice4634 :does :log_off_at_end_of_shift. } log:explains { - :bob9634 :complies true. + :alice4634 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9635 :does :work_related_task. - :bob9635 :does :log_off_at_end_of_shift. + :alice4635 :does :log_off_at_end_of_shift. } log:explains { - :bob9635 :complies true. + :alice4635 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9636 :does :work_related_task. - :bob9636 :does :log_off_at_end_of_shift. + :alice4636 :does :log_off_at_end_of_shift. } log:explains { - :bob9636 :complies true. + :alice4636 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9637 :does :work_related_task. - :bob9637 :does :log_off_at_end_of_shift. + :alice4637 :does :log_off_at_end_of_shift. } log:explains { - :bob9637 :complies true. + :alice4637 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9638 :does :work_related_task. - :bob9638 :does :log_off_at_end_of_shift. + :alice4638 :does :log_off_at_end_of_shift. } log:explains { - :bob9638 :complies true. + :alice4638 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9639 :does :work_related_task. - :bob9639 :does :log_off_at_end_of_shift. + :alice4639 :does :log_off_at_end_of_shift. } log:explains { - :bob9639 :complies true. + :alice4639 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9640 :does :work_related_task. - :bob9640 :does :log_off_at_end_of_shift. + :alice4640 :does :log_off_at_end_of_shift. } log:explains { - :bob9640 :complies true. + :alice4640 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9641 :does :work_related_task. - :bob9641 :does :log_off_at_end_of_shift. + :alice4641 :does :log_off_at_end_of_shift. } log:explains { - :bob9641 :complies true. + :alice4641 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9642 :does :work_related_task. - :bob9642 :does :log_off_at_end_of_shift. + :alice4642 :does :log_off_at_end_of_shift. } log:explains { - :bob9642 :complies true. + :alice4642 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9643 :does :work_related_task. - :bob9643 :does :log_off_at_end_of_shift. + :alice4643 :does :log_off_at_end_of_shift. } log:explains { - :bob9643 :complies true. + :alice4643 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9644 :does :work_related_task. - :bob9644 :does :log_off_at_end_of_shift. + :alice4644 :does :log_off_at_end_of_shift. } log:explains { - :bob9644 :complies true. + :alice4644 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9645 :does :work_related_task. - :bob9645 :does :log_off_at_end_of_shift. + :alice4645 :does :log_off_at_end_of_shift. } log:explains { - :bob9645 :complies true. + :alice4645 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9646 :does :work_related_task. - :bob9646 :does :log_off_at_end_of_shift. + :alice4646 :does :log_off_at_end_of_shift. } log:explains { - :bob9646 :complies true. + :alice4646 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9647 :does :work_related_task. - :bob9647 :does :log_off_at_end_of_shift. + :alice4647 :does :log_off_at_end_of_shift. } log:explains { - :bob9647 :complies true. + :alice4647 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9648 :does :work_related_task. - :bob9648 :does :log_off_at_end_of_shift. + :alice4648 :does :log_off_at_end_of_shift. } log:explains { - :bob9648 :complies true. + :alice4648 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9649 :does :work_related_task. - :bob9649 :does :log_off_at_end_of_shift. + :alice4649 :does :log_off_at_end_of_shift. } log:explains { - :bob9649 :complies true. + :alice4649 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9650 :does :work_related_task. - :bob9650 :does :log_off_at_end_of_shift. + :alice4650 :does :log_off_at_end_of_shift. } log:explains { - :bob9650 :complies true. + :alice4650 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9651 :does :work_related_task. - :bob9651 :does :log_off_at_end_of_shift. + :alice4651 :does :log_off_at_end_of_shift. } log:explains { - :bob9651 :complies true. + :alice4651 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9652 :does :work_related_task. - :bob9652 :does :log_off_at_end_of_shift. + :alice4652 :does :log_off_at_end_of_shift. } log:explains { - :bob9652 :complies true. + :alice4652 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9653 :does :work_related_task. - :bob9653 :does :log_off_at_end_of_shift. + :alice4653 :does :log_off_at_end_of_shift. } log:explains { - :bob9653 :complies true. + :alice4653 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9654 :does :work_related_task. - :bob9654 :does :log_off_at_end_of_shift. + :alice4654 :does :log_off_at_end_of_shift. } log:explains { - :bob9654 :complies true. + :alice4654 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9655 :does :work_related_task. - :bob9655 :does :log_off_at_end_of_shift. + :alice4655 :does :log_off_at_end_of_shift. } log:explains { - :bob9655 :complies true. + :alice4655 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9656 :does :work_related_task. - :bob9656 :does :log_off_at_end_of_shift. + :alice4656 :does :log_off_at_end_of_shift. } log:explains { - :bob9656 :complies true. + :alice4656 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9657 :does :work_related_task. - :bob9657 :does :log_off_at_end_of_shift. + :alice4657 :does :log_off_at_end_of_shift. } log:explains { - :bob9657 :complies true. + :alice4657 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9658 :does :work_related_task. - :bob9658 :does :log_off_at_end_of_shift. + :alice4658 :does :log_off_at_end_of_shift. } log:explains { - :bob9658 :complies true. + :alice4658 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9659 :does :work_related_task. - :bob9659 :does :log_off_at_end_of_shift. + :alice4659 :does :log_off_at_end_of_shift. } log:explains { - :bob9659 :complies true. + :alice4659 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9660 :does :work_related_task. - :bob9660 :does :log_off_at_end_of_shift. + :alice4660 :does :log_off_at_end_of_shift. } log:explains { - :bob9660 :complies true. + :alice4660 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9661 :does :work_related_task. - :bob9661 :does :log_off_at_end_of_shift. + :alice4661 :does :log_off_at_end_of_shift. } log:explains { - :bob9661 :complies true. + :alice4661 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9662 :does :work_related_task. - :bob9662 :does :log_off_at_end_of_shift. + :alice4662 :does :log_off_at_end_of_shift. } log:explains { - :bob9662 :complies true. + :alice4662 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9663 :does :work_related_task. - :bob9663 :does :log_off_at_end_of_shift. + :alice4663 :does :log_off_at_end_of_shift. } log:explains { - :bob9663 :complies true. + :alice4663 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9664 :does :work_related_task. - :bob9664 :does :log_off_at_end_of_shift. + :alice4664 :does :log_off_at_end_of_shift. } log:explains { - :bob9664 :complies true. + :alice4664 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9665 :does :work_related_task. - :bob9665 :does :log_off_at_end_of_shift. + :alice4665 :does :log_off_at_end_of_shift. } log:explains { - :bob9665 :complies true. + :alice4665 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9666 :does :work_related_task. - :bob9666 :does :log_off_at_end_of_shift. + :alice4666 :does :log_off_at_end_of_shift. } log:explains { - :bob9666 :complies true. + :alice4666 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9667 :does :work_related_task. - :bob9667 :does :log_off_at_end_of_shift. + :alice4667 :does :log_off_at_end_of_shift. } log:explains { - :bob9667 :complies true. + :alice4667 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9668 :does :work_related_task. - :bob9668 :does :log_off_at_end_of_shift. + :alice4668 :does :log_off_at_end_of_shift. } log:explains { - :bob9668 :complies true. + :alice4668 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9669 :does :work_related_task. - :bob9669 :does :log_off_at_end_of_shift. + :alice4669 :does :log_off_at_end_of_shift. } log:explains { - :bob9669 :complies true. + :alice4669 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9670 :does :work_related_task. - :bob9670 :does :log_off_at_end_of_shift. + :alice4670 :does :log_off_at_end_of_shift. } log:explains { - :bob9670 :complies true. + :alice4670 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9671 :does :work_related_task. - :bob9671 :does :log_off_at_end_of_shift. + :alice4671 :does :log_off_at_end_of_shift. } log:explains { - :bob9671 :complies true. + :alice4671 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9672 :does :work_related_task. - :bob9672 :does :log_off_at_end_of_shift. + :alice4672 :does :log_off_at_end_of_shift. } log:explains { - :bob9672 :complies true. + :alice4672 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9673 :does :work_related_task. - :bob9673 :does :log_off_at_end_of_shift. + :alice4673 :does :log_off_at_end_of_shift. } log:explains { - :bob9673 :complies true. + :alice4673 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9674 :does :work_related_task. - :bob9674 :does :log_off_at_end_of_shift. + :alice4674 :does :log_off_at_end_of_shift. } log:explains { - :bob9674 :complies true. + :alice4674 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9675 :does :work_related_task. - :bob9675 :does :log_off_at_end_of_shift. + :alice4675 :does :log_off_at_end_of_shift. } log:explains { - :bob9675 :complies true. + :alice4675 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9676 :does :work_related_task. - :bob9676 :does :log_off_at_end_of_shift. + :alice4676 :does :log_off_at_end_of_shift. } log:explains { - :bob9676 :complies true. + :alice4676 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9677 :does :work_related_task. - :bob9677 :does :log_off_at_end_of_shift. + :alice4677 :does :log_off_at_end_of_shift. } log:explains { - :bob9677 :complies true. + :alice4677 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9678 :does :work_related_task. - :bob9678 :does :log_off_at_end_of_shift. + :alice4678 :does :log_off_at_end_of_shift. } log:explains { - :bob9678 :complies true. + :alice4678 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9679 :does :work_related_task. - :bob9679 :does :log_off_at_end_of_shift. + :alice4679 :does :log_off_at_end_of_shift. } log:explains { - :bob9679 :complies true. + :alice4679 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9680 :does :work_related_task. - :bob9680 :does :log_off_at_end_of_shift. + :alice4680 :does :log_off_at_end_of_shift. } log:explains { - :bob9680 :complies true. + :alice4680 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9681 :does :work_related_task. - :bob9681 :does :log_off_at_end_of_shift. + :alice4681 :does :log_off_at_end_of_shift. } log:explains { - :bob9681 :complies true. + :alice4681 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9682 :does :work_related_task. - :bob9682 :does :log_off_at_end_of_shift. + :alice4682 :does :log_off_at_end_of_shift. } log:explains { - :bob9682 :complies true. + :alice4682 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9683 :does :work_related_task. - :bob9683 :does :log_off_at_end_of_shift. + :alice4683 :does :log_off_at_end_of_shift. } log:explains { - :bob9683 :complies true. + :alice4683 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9684 :does :work_related_task. - :bob9684 :does :log_off_at_end_of_shift. + :alice4684 :does :log_off_at_end_of_shift. } log:explains { - :bob9684 :complies true. + :alice4684 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9685 :does :work_related_task. - :bob9685 :does :log_off_at_end_of_shift. + :alice4685 :does :log_off_at_end_of_shift. } log:explains { - :bob9685 :complies true. + :alice4685 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9686 :does :work_related_task. - :bob9686 :does :log_off_at_end_of_shift. + :alice4686 :does :log_off_at_end_of_shift. } log:explains { - :bob9686 :complies true. + :alice4686 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9687 :does :work_related_task. - :bob9687 :does :log_off_at_end_of_shift. + :alice4687 :does :log_off_at_end_of_shift. } log:explains { - :bob9687 :complies true. + :alice4687 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9688 :does :work_related_task. - :bob9688 :does :log_off_at_end_of_shift. + :alice4688 :does :log_off_at_end_of_shift. } log:explains { - :bob9688 :complies true. + :alice4688 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9689 :does :work_related_task. - :bob9689 :does :log_off_at_end_of_shift. + :alice4689 :does :log_off_at_end_of_shift. } log:explains { - :bob9689 :complies true. + :alice4689 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9690 :does :work_related_task. - :bob9690 :does :log_off_at_end_of_shift. + :alice4690 :does :log_off_at_end_of_shift. } log:explains { - :bob9690 :complies true. + :alice4690 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9691 :does :work_related_task. - :bob9691 :does :log_off_at_end_of_shift. + :alice4691 :does :log_off_at_end_of_shift. } log:explains { - :bob9691 :complies true. + :alice4691 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9692 :does :work_related_task. - :bob9692 :does :log_off_at_end_of_shift. + :alice4692 :does :log_off_at_end_of_shift. } log:explains { - :bob9692 :complies true. + :alice4692 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9693 :does :work_related_task. - :bob9693 :does :log_off_at_end_of_shift. + :alice4693 :does :log_off_at_end_of_shift. } log:explains { - :bob9693 :complies true. + :alice4693 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9694 :does :work_related_task. - :bob9694 :does :log_off_at_end_of_shift. + :alice4694 :does :log_off_at_end_of_shift. } log:explains { - :bob9694 :complies true. + :alice4694 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9695 :does :work_related_task. - :bob9695 :does :log_off_at_end_of_shift. + :alice4695 :does :log_off_at_end_of_shift. } log:explains { - :bob9695 :complies true. + :alice4695 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9696 :does :work_related_task. - :bob9696 :does :log_off_at_end_of_shift. + :alice4696 :does :log_off_at_end_of_shift. } log:explains { - :bob9696 :complies true. + :alice4696 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9697 :does :work_related_task. - :bob9697 :does :log_off_at_end_of_shift. + :alice4697 :does :log_off_at_end_of_shift. } log:explains { - :bob9697 :complies true. + :alice4697 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9698 :does :work_related_task. - :bob9698 :does :log_off_at_end_of_shift. + :alice4698 :does :log_off_at_end_of_shift. } log:explains { - :bob9698 :complies true. + :alice4698 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9699 :does :work_related_task. - :bob9699 :does :log_off_at_end_of_shift. + :alice4699 :does :log_off_at_end_of_shift. } log:explains { - :bob9699 :complies true. + :alice4699 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9700 :does :work_related_task. - :bob9700 :does :log_off_at_end_of_shift. + :alice4700 :does :log_off_at_end_of_shift. } log:explains { - :bob9700 :complies true. + :alice4700 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9701 :does :work_related_task. - :bob9701 :does :log_off_at_end_of_shift. + :alice4701 :does :log_off_at_end_of_shift. } log:explains { - :bob9701 :complies true. + :alice4701 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9702 :does :work_related_task. - :bob9702 :does :log_off_at_end_of_shift. + :alice4702 :does :log_off_at_end_of_shift. } log:explains { - :bob9702 :complies true. + :alice4702 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9703 :does :work_related_task. - :bob9703 :does :log_off_at_end_of_shift. + :alice4703 :does :log_off_at_end_of_shift. } log:explains { - :bob9703 :complies true. + :alice4703 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9704 :does :work_related_task. - :bob9704 :does :log_off_at_end_of_shift. + :alice4704 :does :log_off_at_end_of_shift. } log:explains { - :bob9704 :complies true. + :alice4704 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9705 :does :work_related_task. - :bob9705 :does :log_off_at_end_of_shift. + :alice4705 :does :log_off_at_end_of_shift. } log:explains { - :bob9705 :complies true. + :alice4705 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9706 :does :work_related_task. - :bob9706 :does :log_off_at_end_of_shift. + :alice4706 :does :log_off_at_end_of_shift. } log:explains { - :bob9706 :complies true. + :alice4706 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9707 :does :work_related_task. - :bob9707 :does :log_off_at_end_of_shift. + :alice4707 :does :log_off_at_end_of_shift. } log:explains { - :bob9707 :complies true. + :alice4707 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9708 :does :work_related_task. - :bob9708 :does :log_off_at_end_of_shift. + :alice4708 :does :log_off_at_end_of_shift. } log:explains { - :bob9708 :complies true. + :alice4708 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9709 :does :work_related_task. - :bob9709 :does :log_off_at_end_of_shift. + :alice4709 :does :log_off_at_end_of_shift. } log:explains { - :bob9709 :complies true. + :alice4709 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9710 :does :work_related_task. - :bob9710 :does :log_off_at_end_of_shift. + :alice4710 :does :log_off_at_end_of_shift. } log:explains { - :bob9710 :complies true. + :alice4710 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9711 :does :work_related_task. - :bob9711 :does :log_off_at_end_of_shift. + :alice4711 :does :log_off_at_end_of_shift. } log:explains { - :bob9711 :complies true. + :alice4711 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9712 :does :work_related_task. - :bob9712 :does :log_off_at_end_of_shift. + :alice4712 :does :log_off_at_end_of_shift. } log:explains { - :bob9712 :complies true. + :alice4712 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9713 :does :work_related_task. - :bob9713 :does :log_off_at_end_of_shift. + :alice4713 :does :log_off_at_end_of_shift. } log:explains { - :bob9713 :complies true. + :alice4713 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9714 :does :work_related_task. - :bob9714 :does :log_off_at_end_of_shift. + :alice4714 :does :log_off_at_end_of_shift. } log:explains { - :bob9714 :complies true. + :alice4714 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9715 :does :work_related_task. - :bob9715 :does :log_off_at_end_of_shift. + :alice4715 :does :log_off_at_end_of_shift. } log:explains { - :bob9715 :complies true. + :alice4715 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9716 :does :work_related_task. - :bob9716 :does :log_off_at_end_of_shift. + :alice4716 :does :log_off_at_end_of_shift. } log:explains { - :bob9716 :complies true. + :alice4716 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9717 :does :work_related_task. - :bob9717 :does :log_off_at_end_of_shift. + :alice4717 :does :log_off_at_end_of_shift. } log:explains { - :bob9717 :complies true. + :alice4717 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9718 :does :work_related_task. - :bob9718 :does :log_off_at_end_of_shift. + :alice4718 :does :log_off_at_end_of_shift. } log:explains { - :bob9718 :complies true. + :alice4718 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9719 :does :work_related_task. - :bob9719 :does :log_off_at_end_of_shift. + :alice4719 :does :log_off_at_end_of_shift. } log:explains { - :bob9719 :complies true. + :alice4719 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9720 :does :work_related_task. - :bob9720 :does :log_off_at_end_of_shift. + :alice4720 :does :log_off_at_end_of_shift. } log:explains { - :bob9720 :complies true. + :alice4720 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9721 :does :work_related_task. - :bob9721 :does :log_off_at_end_of_shift. + :alice4721 :does :log_off_at_end_of_shift. } log:explains { - :bob9721 :complies true. + :alice4721 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9722 :does :work_related_task. - :bob9722 :does :log_off_at_end_of_shift. + :alice4722 :does :log_off_at_end_of_shift. } log:explains { - :bob9722 :complies true. + :alice4722 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9723 :does :work_related_task. - :bob9723 :does :log_off_at_end_of_shift. + :alice4723 :does :log_off_at_end_of_shift. } log:explains { - :bob9723 :complies true. + :alice4723 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9724 :does :work_related_task. - :bob9724 :does :log_off_at_end_of_shift. + :alice4724 :does :log_off_at_end_of_shift. } log:explains { - :bob9724 :complies true. + :alice4724 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9725 :does :work_related_task. - :bob9725 :does :log_off_at_end_of_shift. + :alice4725 :does :log_off_at_end_of_shift. } log:explains { - :bob9725 :complies true. + :alice4725 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9726 :does :work_related_task. - :bob9726 :does :log_off_at_end_of_shift. + :alice4726 :does :log_off_at_end_of_shift. } log:explains { - :bob9726 :complies true. + :alice4726 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9727 :does :work_related_task. - :bob9727 :does :log_off_at_end_of_shift. + :alice4727 :does :log_off_at_end_of_shift. } log:explains { - :bob9727 :complies true. + :alice4727 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9728 :does :work_related_task. - :bob9728 :does :log_off_at_end_of_shift. + :alice4728 :does :log_off_at_end_of_shift. } log:explains { - :bob9728 :complies true. + :alice4728 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9729 :does :work_related_task. - :bob9729 :does :log_off_at_end_of_shift. + :alice4729 :does :log_off_at_end_of_shift. } log:explains { - :bob9729 :complies true. + :alice4729 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9730 :does :work_related_task. - :bob9730 :does :log_off_at_end_of_shift. + :alice4730 :does :log_off_at_end_of_shift. } log:explains { - :bob9730 :complies true. + :alice4730 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9731 :does :work_related_task. - :bob9731 :does :log_off_at_end_of_shift. + :alice4731 :does :log_off_at_end_of_shift. } log:explains { - :bob9731 :complies true. + :alice4731 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9732 :does :work_related_task. - :bob9732 :does :log_off_at_end_of_shift. + :alice4732 :does :log_off_at_end_of_shift. } log:explains { - :bob9732 :complies true. + :alice4732 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9733 :does :work_related_task. - :bob9733 :does :log_off_at_end_of_shift. + :alice4733 :does :log_off_at_end_of_shift. } log:explains { - :bob9733 :complies true. + :alice4733 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9734 :does :work_related_task. - :bob9734 :does :log_off_at_end_of_shift. + :alice4734 :does :log_off_at_end_of_shift. } log:explains { - :bob9734 :complies true. + :alice4734 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9735 :does :work_related_task. - :bob9735 :does :log_off_at_end_of_shift. + :alice4735 :does :log_off_at_end_of_shift. } log:explains { - :bob9735 :complies true. + :alice4735 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9736 :does :work_related_task. - :bob9736 :does :log_off_at_end_of_shift. + :alice4736 :does :log_off_at_end_of_shift. } log:explains { - :bob9736 :complies true. + :alice4736 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9737 :does :work_related_task. - :bob9737 :does :log_off_at_end_of_shift. + :alice4737 :does :log_off_at_end_of_shift. } log:explains { - :bob9737 :complies true. + :alice4737 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9738 :does :work_related_task. - :bob9738 :does :log_off_at_end_of_shift. + :alice4738 :does :log_off_at_end_of_shift. } log:explains { - :bob9738 :complies true. + :alice4738 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9739 :does :work_related_task. - :bob9739 :does :log_off_at_end_of_shift. + :alice4739 :does :log_off_at_end_of_shift. } log:explains { - :bob9739 :complies true. + :alice4739 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9740 :does :work_related_task. - :bob9740 :does :log_off_at_end_of_shift. + :alice4740 :does :log_off_at_end_of_shift. } log:explains { - :bob9740 :complies true. + :alice4740 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9741 :does :work_related_task. - :bob9741 :does :log_off_at_end_of_shift. + :alice4741 :does :log_off_at_end_of_shift. } log:explains { - :bob9741 :complies true. + :alice4741 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9742 :does :work_related_task. - :bob9742 :does :log_off_at_end_of_shift. + :alice4742 :does :log_off_at_end_of_shift. } log:explains { - :bob9742 :complies true. + :alice4742 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9743 :does :work_related_task. - :bob9743 :does :log_off_at_end_of_shift. + :alice4743 :does :log_off_at_end_of_shift. } log:explains { - :bob9743 :complies true. + :alice4743 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9744 :does :work_related_task. - :bob9744 :does :log_off_at_end_of_shift. + :alice4744 :does :log_off_at_end_of_shift. } log:explains { - :bob9744 :complies true. + :alice4744 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9745 :does :work_related_task. - :bob9745 :does :log_off_at_end_of_shift. + :alice4745 :does :log_off_at_end_of_shift. } log:explains { - :bob9745 :complies true. + :alice4745 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9746 :does :work_related_task. - :bob9746 :does :log_off_at_end_of_shift. + :alice4746 :does :log_off_at_end_of_shift. } log:explains { - :bob9746 :complies true. + :alice4746 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9747 :does :work_related_task. - :bob9747 :does :log_off_at_end_of_shift. + :alice4747 :does :log_off_at_end_of_shift. } log:explains { - :bob9747 :complies true. + :alice4747 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9748 :does :work_related_task. - :bob9748 :does :log_off_at_end_of_shift. + :alice4748 :does :log_off_at_end_of_shift. } log:explains { - :bob9748 :complies true. + :alice4748 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9749 :does :work_related_task. - :bob9749 :does :log_off_at_end_of_shift. + :alice4749 :does :log_off_at_end_of_shift. } log:explains { - :bob9749 :complies true. + :alice4749 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9750 :does :work_related_task. - :bob9750 :does :log_off_at_end_of_shift. + :alice4750 :does :log_off_at_end_of_shift. } log:explains { - :bob9750 :complies true. + :alice4750 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9751 :does :work_related_task. - :bob9751 :does :log_off_at_end_of_shift. + :alice4751 :does :log_off_at_end_of_shift. } log:explains { - :bob9751 :complies true. + :alice4751 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9752 :does :work_related_task. - :bob9752 :does :log_off_at_end_of_shift. + :alice4752 :does :log_off_at_end_of_shift. } log:explains { - :bob9752 :complies true. + :alice4752 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9753 :does :work_related_task. - :bob9753 :does :log_off_at_end_of_shift. + :alice4753 :does :log_off_at_end_of_shift. } log:explains { - :bob9753 :complies true. + :alice4753 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9754 :does :work_related_task. - :bob9754 :does :log_off_at_end_of_shift. + :alice4754 :does :log_off_at_end_of_shift. } log:explains { - :bob9754 :complies true. + :alice4754 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9755 :does :work_related_task. - :bob9755 :does :log_off_at_end_of_shift. + :alice4755 :does :log_off_at_end_of_shift. } log:explains { - :bob9755 :complies true. + :alice4755 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9756 :does :work_related_task. - :bob9756 :does :log_off_at_end_of_shift. + :alice4756 :does :log_off_at_end_of_shift. } log:explains { - :bob9756 :complies true. + :alice4756 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9757 :does :work_related_task. - :bob9757 :does :log_off_at_end_of_shift. + :alice4757 :does :log_off_at_end_of_shift. } log:explains { - :bob9757 :complies true. + :alice4757 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9758 :does :work_related_task. - :bob9758 :does :log_off_at_end_of_shift. + :alice4758 :does :log_off_at_end_of_shift. } log:explains { - :bob9758 :complies true. + :alice4758 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9759 :does :work_related_task. - :bob9759 :does :log_off_at_end_of_shift. + :alice4759 :does :log_off_at_end_of_shift. } log:explains { - :bob9759 :complies true. + :alice4759 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9760 :does :work_related_task. - :bob9760 :does :log_off_at_end_of_shift. + :alice4760 :does :log_off_at_end_of_shift. } log:explains { - :bob9760 :complies true. + :alice4760 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9761 :does :work_related_task. - :bob9761 :does :log_off_at_end_of_shift. + :alice4761 :does :log_off_at_end_of_shift. } log:explains { - :bob9761 :complies true. + :alice4761 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9762 :does :work_related_task. - :bob9762 :does :log_off_at_end_of_shift. + :alice4762 :does :log_off_at_end_of_shift. } log:explains { - :bob9762 :complies true. + :alice4762 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9763 :does :work_related_task. - :bob9763 :does :log_off_at_end_of_shift. + :alice4763 :does :log_off_at_end_of_shift. } log:explains { - :bob9763 :complies true. + :alice4763 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9764 :does :work_related_task. - :bob9764 :does :log_off_at_end_of_shift. + :alice4764 :does :log_off_at_end_of_shift. } log:explains { - :bob9764 :complies true. + :alice4764 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9765 :does :work_related_task. - :bob9765 :does :log_off_at_end_of_shift. + :alice4765 :does :log_off_at_end_of_shift. } log:explains { - :bob9765 :complies true. + :alice4765 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9766 :does :work_related_task. - :bob9766 :does :log_off_at_end_of_shift. + :alice4766 :does :log_off_at_end_of_shift. } log:explains { - :bob9766 :complies true. + :alice4766 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9767 :does :work_related_task. - :bob9767 :does :log_off_at_end_of_shift. + :alice4767 :does :log_off_at_end_of_shift. } log:explains { - :bob9767 :complies true. + :alice4767 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9768 :does :work_related_task. - :bob9768 :does :log_off_at_end_of_shift. + :alice4768 :does :log_off_at_end_of_shift. } log:explains { - :bob9768 :complies true. + :alice4768 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9769 :does :work_related_task. - :bob9769 :does :log_off_at_end_of_shift. + :alice4769 :does :log_off_at_end_of_shift. } log:explains { - :bob9769 :complies true. + :alice4769 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9770 :does :work_related_task. - :bob9770 :does :log_off_at_end_of_shift. + :alice4770 :does :log_off_at_end_of_shift. } log:explains { - :bob9770 :complies true. + :alice4770 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9771 :does :work_related_task. - :bob9771 :does :log_off_at_end_of_shift. + :alice4771 :does :log_off_at_end_of_shift. } log:explains { - :bob9771 :complies true. + :alice4771 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9772 :does :work_related_task. - :bob9772 :does :log_off_at_end_of_shift. + :alice4772 :does :log_off_at_end_of_shift. } log:explains { - :bob9772 :complies true. + :alice4772 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9773 :does :work_related_task. - :bob9773 :does :log_off_at_end_of_shift. + :alice4773 :does :log_off_at_end_of_shift. } log:explains { - :bob9773 :complies true. + :alice4773 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9774 :does :work_related_task. - :bob9774 :does :log_off_at_end_of_shift. + :alice4774 :does :log_off_at_end_of_shift. } log:explains { - :bob9774 :complies true. + :alice4774 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9775 :does :work_related_task. - :bob9775 :does :log_off_at_end_of_shift. + :alice4775 :does :log_off_at_end_of_shift. } log:explains { - :bob9775 :complies true. + :alice4775 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9776 :does :work_related_task. - :bob9776 :does :log_off_at_end_of_shift. + :alice4776 :does :log_off_at_end_of_shift. } log:explains { - :bob9776 :complies true. + :alice4776 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9777 :does :work_related_task. - :bob9777 :does :log_off_at_end_of_shift. + :alice4777 :does :log_off_at_end_of_shift. } log:explains { - :bob9777 :complies true. + :alice4777 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9778 :does :work_related_task. - :bob9778 :does :log_off_at_end_of_shift. + :alice4778 :does :log_off_at_end_of_shift. } log:explains { - :bob9778 :complies true. + :alice4778 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9779 :does :work_related_task. - :bob9779 :does :log_off_at_end_of_shift. + :alice4779 :does :log_off_at_end_of_shift. } log:explains { - :bob9779 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9780 :does :work_related_task. - :bob9780 :does :log_off_at_end_of_shift. -} log:explains { - :bob9780 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9781 :does :work_related_task. - :bob9781 :does :log_off_at_end_of_shift. -} log:explains { - :bob9781 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9782 :does :work_related_task. - :bob9782 :does :log_off_at_end_of_shift. -} log:explains { - :bob9782 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9783 :does :work_related_task. - :bob9783 :does :log_off_at_end_of_shift. -} log:explains { - :bob9783 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9784 :does :work_related_task. - :bob9784 :does :log_off_at_end_of_shift. -} log:explains { - :bob9784 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9785 :does :work_related_task. - :bob9785 :does :log_off_at_end_of_shift. -} log:explains { - :bob9785 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9786 :does :work_related_task. - :bob9786 :does :log_off_at_end_of_shift. -} log:explains { - :bob9786 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9787 :does :work_related_task. - :bob9787 :does :log_off_at_end_of_shift. -} log:explains { - :bob9787 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9788 :does :work_related_task. - :bob9788 :does :log_off_at_end_of_shift. -} log:explains { - :bob9788 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9789 :does :work_related_task. - :bob9789 :does :log_off_at_end_of_shift. -} log:explains { - :bob9789 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9790 :does :work_related_task. - :bob9790 :does :log_off_at_end_of_shift. -} log:explains { - :bob9790 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9791 :does :work_related_task. - :bob9791 :does :log_off_at_end_of_shift. -} log:explains { - :bob9791 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9792 :does :work_related_task. - :bob9792 :does :log_off_at_end_of_shift. -} log:explains { - :bob9792 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9793 :does :work_related_task. - :bob9793 :does :log_off_at_end_of_shift. -} log:explains { - :bob9793 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9794 :does :work_related_task. - :bob9794 :does :log_off_at_end_of_shift. -} log:explains { - :bob9794 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9795 :does :work_related_task. - :bob9795 :does :log_off_at_end_of_shift. -} log:explains { - :bob9795 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9796 :does :work_related_task. - :bob9796 :does :log_off_at_end_of_shift. -} log:explains { - :bob9796 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9797 :does :work_related_task. - :bob9797 :does :log_off_at_end_of_shift. -} log:explains { - :bob9797 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9798 :does :work_related_task. - :bob9798 :does :log_off_at_end_of_shift. -} log:explains { - :bob9798 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9799 :does :work_related_task. - :bob9799 :does :log_off_at_end_of_shift. -} log:explains { - :bob9799 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9800 :does :work_related_task. - :bob9800 :does :log_off_at_end_of_shift. -} log:explains { - :bob9800 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9801 :does :work_related_task. - :bob9801 :does :log_off_at_end_of_shift. -} log:explains { - :bob9801 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9802 :does :work_related_task. - :bob9802 :does :log_off_at_end_of_shift. -} log:explains { - :bob9802 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9803 :does :work_related_task. - :bob9803 :does :log_off_at_end_of_shift. -} log:explains { - :bob9803 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9804 :does :work_related_task. - :bob9804 :does :log_off_at_end_of_shift. -} log:explains { - :bob9804 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9805 :does :work_related_task. - :bob9805 :does :log_off_at_end_of_shift. -} log:explains { - :bob9805 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9806 :does :work_related_task. - :bob9806 :does :log_off_at_end_of_shift. -} log:explains { - :bob9806 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9807 :does :work_related_task. - :bob9807 :does :log_off_at_end_of_shift. -} log:explains { - :bob9807 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9808 :does :work_related_task. - :bob9808 :does :log_off_at_end_of_shift. -} log:explains { - :bob9808 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9809 :does :work_related_task. - :bob9809 :does :log_off_at_end_of_shift. -} log:explains { - :bob9809 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9810 :does :work_related_task. - :bob9810 :does :log_off_at_end_of_shift. -} log:explains { - :bob9810 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9811 :does :work_related_task. - :bob9811 :does :log_off_at_end_of_shift. -} log:explains { - :bob9811 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9812 :does :work_related_task. - :bob9812 :does :log_off_at_end_of_shift. -} log:explains { - :bob9812 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9813 :does :work_related_task. - :bob9813 :does :log_off_at_end_of_shift. -} log:explains { - :bob9813 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9814 :does :work_related_task. - :bob9814 :does :log_off_at_end_of_shift. -} log:explains { - :bob9814 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9815 :does :work_related_task. - :bob9815 :does :log_off_at_end_of_shift. -} log:explains { - :bob9815 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9816 :does :work_related_task. - :bob9816 :does :log_off_at_end_of_shift. -} log:explains { - :bob9816 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9817 :does :work_related_task. - :bob9817 :does :log_off_at_end_of_shift. -} log:explains { - :bob9817 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9818 :does :work_related_task. - :bob9818 :does :log_off_at_end_of_shift. -} log:explains { - :bob9818 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9819 :does :work_related_task. - :bob9819 :does :log_off_at_end_of_shift. -} log:explains { - :bob9819 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9820 :does :work_related_task. - :bob9820 :does :log_off_at_end_of_shift. -} log:explains { - :bob9820 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9821 :does :work_related_task. - :bob9821 :does :log_off_at_end_of_shift. -} log:explains { - :bob9821 :complies true. -}. - -{ - { - var:x_0 :does :work_related_task. - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :bob9822 :does :work_related_task. - :bob9822 :does :log_off_at_end_of_shift. -} log:explains { - :bob9822 :complies true. + :alice4779 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9823 :does :work_related_task. - :bob9823 :does :log_off_at_end_of_shift. + :alice4780 :does :log_off_at_end_of_shift. } log:explains { - :bob9823 :complies true. + :alice4780 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9824 :does :work_related_task. - :bob9824 :does :log_off_at_end_of_shift. + :alice4781 :does :log_off_at_end_of_shift. } log:explains { - :bob9824 :complies true. + :alice4781 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9825 :does :work_related_task. - :bob9825 :does :log_off_at_end_of_shift. + :alice4782 :does :log_off_at_end_of_shift. } log:explains { - :bob9825 :complies true. + :alice4782 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9826 :does :work_related_task. - :bob9826 :does :log_off_at_end_of_shift. + :alice4783 :does :log_off_at_end_of_shift. } log:explains { - :bob9826 :complies true. + :alice4783 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9827 :does :work_related_task. - :bob9827 :does :log_off_at_end_of_shift. + :alice4784 :does :log_off_at_end_of_shift. } log:explains { - :bob9827 :complies true. + :alice4784 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9828 :does :work_related_task. - :bob9828 :does :log_off_at_end_of_shift. + :alice4785 :does :log_off_at_end_of_shift. } log:explains { - :bob9828 :complies true. + :alice4785 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9829 :does :work_related_task. - :bob9829 :does :log_off_at_end_of_shift. + :alice4786 :does :log_off_at_end_of_shift. } log:explains { - :bob9829 :complies true. + :alice4786 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9830 :does :work_related_task. - :bob9830 :does :log_off_at_end_of_shift. + :alice4787 :does :log_off_at_end_of_shift. } log:explains { - :bob9830 :complies true. + :alice4787 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9831 :does :work_related_task. - :bob9831 :does :log_off_at_end_of_shift. + :alice4788 :does :log_off_at_end_of_shift. } log:explains { - :bob9831 :complies true. + :alice4788 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9832 :does :work_related_task. - :bob9832 :does :log_off_at_end_of_shift. + :alice4789 :does :log_off_at_end_of_shift. } log:explains { - :bob9832 :complies true. + :alice4789 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9833 :does :work_related_task. - :bob9833 :does :log_off_at_end_of_shift. + :alice4790 :does :log_off_at_end_of_shift. } log:explains { - :bob9833 :complies true. + :alice4790 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9834 :does :work_related_task. - :bob9834 :does :log_off_at_end_of_shift. + :alice4791 :does :log_off_at_end_of_shift. } log:explains { - :bob9834 :complies true. + :alice4791 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9835 :does :work_related_task. - :bob9835 :does :log_off_at_end_of_shift. + :alice4792 :does :log_off_at_end_of_shift. } log:explains { - :bob9835 :complies true. + :alice4792 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9836 :does :work_related_task. - :bob9836 :does :log_off_at_end_of_shift. + :alice4793 :does :log_off_at_end_of_shift. } log:explains { - :bob9836 :complies true. + :alice4793 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9837 :does :work_related_task. - :bob9837 :does :log_off_at_end_of_shift. + :alice4794 :does :log_off_at_end_of_shift. } log:explains { - :bob9837 :complies true. + :alice4794 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9838 :does :work_related_task. - :bob9838 :does :log_off_at_end_of_shift. + :alice4795 :does :log_off_at_end_of_shift. } log:explains { - :bob9838 :complies true. + :alice4795 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9839 :does :work_related_task. - :bob9839 :does :log_off_at_end_of_shift. + :alice4796 :does :log_off_at_end_of_shift. } log:explains { - :bob9839 :complies true. + :alice4796 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9840 :does :work_related_task. - :bob9840 :does :log_off_at_end_of_shift. + :alice4797 :does :log_off_at_end_of_shift. } log:explains { - :bob9840 :complies true. + :alice4797 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9841 :does :work_related_task. - :bob9841 :does :log_off_at_end_of_shift. + :alice4798 :does :log_off_at_end_of_shift. } log:explains { - :bob9841 :complies true. + :alice4798 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9842 :does :work_related_task. - :bob9842 :does :log_off_at_end_of_shift. + :alice4799 :does :log_off_at_end_of_shift. } log:explains { - :bob9842 :complies true. + :alice4799 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9843 :does :work_related_task. - :bob9843 :does :log_off_at_end_of_shift. + :alice4800 :does :log_off_at_end_of_shift. } log:explains { - :bob9843 :complies true. + :alice4800 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9844 :does :work_related_task. - :bob9844 :does :log_off_at_end_of_shift. + :alice4801 :does :log_off_at_end_of_shift. } log:explains { - :bob9844 :complies true. + :alice4801 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9845 :does :work_related_task. - :bob9845 :does :log_off_at_end_of_shift. + :alice4802 :does :log_off_at_end_of_shift. } log:explains { - :bob9845 :complies true. + :alice4802 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9846 :does :work_related_task. - :bob9846 :does :log_off_at_end_of_shift. + :alice4803 :does :log_off_at_end_of_shift. } log:explains { - :bob9846 :complies true. + :alice4803 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9847 :does :work_related_task. - :bob9847 :does :log_off_at_end_of_shift. + :alice4804 :does :log_off_at_end_of_shift. } log:explains { - :bob9847 :complies true. + :alice4804 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9848 :does :work_related_task. - :bob9848 :does :log_off_at_end_of_shift. + :alice4805 :does :log_off_at_end_of_shift. } log:explains { - :bob9848 :complies true. + :alice4805 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9849 :does :work_related_task. - :bob9849 :does :log_off_at_end_of_shift. + :alice4806 :does :log_off_at_end_of_shift. } log:explains { - :bob9849 :complies true. + :alice4806 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9850 :does :work_related_task. - :bob9850 :does :log_off_at_end_of_shift. + :alice4807 :does :log_off_at_end_of_shift. } log:explains { - :bob9850 :complies true. + :alice4807 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9851 :does :work_related_task. - :bob9851 :does :log_off_at_end_of_shift. + :alice4808 :does :log_off_at_end_of_shift. } log:explains { - :bob9851 :complies true. + :alice4808 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9852 :does :work_related_task. - :bob9852 :does :log_off_at_end_of_shift. + :alice4809 :does :log_off_at_end_of_shift. } log:explains { - :bob9852 :complies true. + :alice4809 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9853 :does :work_related_task. - :bob9853 :does :log_off_at_end_of_shift. + :alice4810 :does :log_off_at_end_of_shift. } log:explains { - :bob9853 :complies true. + :alice4810 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9854 :does :work_related_task. - :bob9854 :does :log_off_at_end_of_shift. + :alice4811 :does :log_off_at_end_of_shift. } log:explains { - :bob9854 :complies true. + :alice4811 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9855 :does :work_related_task. - :bob9855 :does :log_off_at_end_of_shift. + :alice4812 :does :log_off_at_end_of_shift. } log:explains { - :bob9855 :complies true. + :alice4812 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9856 :does :work_related_task. - :bob9856 :does :log_off_at_end_of_shift. + :alice4813 :does :log_off_at_end_of_shift. } log:explains { - :bob9856 :complies true. + :alice4813 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9857 :does :work_related_task. - :bob9857 :does :log_off_at_end_of_shift. + :alice4814 :does :log_off_at_end_of_shift. } log:explains { - :bob9857 :complies true. + :alice4814 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9858 :does :work_related_task. - :bob9858 :does :log_off_at_end_of_shift. + :alice4815 :does :log_off_at_end_of_shift. } log:explains { - :bob9858 :complies true. + :alice4815 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9859 :does :work_related_task. - :bob9859 :does :log_off_at_end_of_shift. + :alice4816 :does :log_off_at_end_of_shift. } log:explains { - :bob9859 :complies true. + :alice4816 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9860 :does :work_related_task. - :bob9860 :does :log_off_at_end_of_shift. + :alice4817 :does :log_off_at_end_of_shift. } log:explains { - :bob9860 :complies true. + :alice4817 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9861 :does :work_related_task. - :bob9861 :does :log_off_at_end_of_shift. + :alice4818 :does :log_off_at_end_of_shift. } log:explains { - :bob9861 :complies true. + :alice4818 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9862 :does :work_related_task. - :bob9862 :does :log_off_at_end_of_shift. + :alice4819 :does :log_off_at_end_of_shift. } log:explains { - :bob9862 :complies true. + :alice4819 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9863 :does :work_related_task. - :bob9863 :does :log_off_at_end_of_shift. + :alice4820 :does :log_off_at_end_of_shift. } log:explains { - :bob9863 :complies true. + :alice4820 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9864 :does :work_related_task. - :bob9864 :does :log_off_at_end_of_shift. + :alice4821 :does :log_off_at_end_of_shift. } log:explains { - :bob9864 :complies true. + :alice4821 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9865 :does :work_related_task. - :bob9865 :does :log_off_at_end_of_shift. + :alice4822 :does :log_off_at_end_of_shift. } log:explains { - :bob9865 :complies true. + :alice4822 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9866 :does :work_related_task. - :bob9866 :does :log_off_at_end_of_shift. + :alice4823 :does :log_off_at_end_of_shift. } log:explains { - :bob9866 :complies true. + :alice4823 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9867 :does :work_related_task. - :bob9867 :does :log_off_at_end_of_shift. + :alice4824 :does :log_off_at_end_of_shift. } log:explains { - :bob9867 :complies true. + :alice4824 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9868 :does :work_related_task. - :bob9868 :does :log_off_at_end_of_shift. + :alice4825 :does :log_off_at_end_of_shift. } log:explains { - :bob9868 :complies true. + :alice4825 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9869 :does :work_related_task. - :bob9869 :does :log_off_at_end_of_shift. + :alice4826 :does :log_off_at_end_of_shift. } log:explains { - :bob9869 :complies true. + :alice4826 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9870 :does :work_related_task. - :bob9870 :does :log_off_at_end_of_shift. + :alice4827 :does :log_off_at_end_of_shift. } log:explains { - :bob9870 :complies true. + :alice4827 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9871 :does :work_related_task. - :bob9871 :does :log_off_at_end_of_shift. + :alice4828 :does :log_off_at_end_of_shift. } log:explains { - :bob9871 :complies true. + :alice4828 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9872 :does :work_related_task. - :bob9872 :does :log_off_at_end_of_shift. + :alice4829 :does :log_off_at_end_of_shift. } log:explains { - :bob9872 :complies true. + :alice4829 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9873 :does :work_related_task. - :bob9873 :does :log_off_at_end_of_shift. + :alice4830 :does :log_off_at_end_of_shift. } log:explains { - :bob9873 :complies true. + :alice4830 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9874 :does :work_related_task. - :bob9874 :does :log_off_at_end_of_shift. + :alice4831 :does :log_off_at_end_of_shift. } log:explains { - :bob9874 :complies true. + :alice4831 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9875 :does :work_related_task. - :bob9875 :does :log_off_at_end_of_shift. + :alice4832 :does :log_off_at_end_of_shift. } log:explains { - :bob9875 :complies true. + :alice4832 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9876 :does :work_related_task. - :bob9876 :does :log_off_at_end_of_shift. + :alice4833 :does :log_off_at_end_of_shift. } log:explains { - :bob9876 :complies true. + :alice4833 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9877 :does :work_related_task. - :bob9877 :does :log_off_at_end_of_shift. + :alice4834 :does :log_off_at_end_of_shift. } log:explains { - :bob9877 :complies true. + :alice4834 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9878 :does :work_related_task. - :bob9878 :does :log_off_at_end_of_shift. + :alice4835 :does :log_off_at_end_of_shift. } log:explains { - :bob9878 :complies true. + :alice4835 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9879 :does :work_related_task. - :bob9879 :does :log_off_at_end_of_shift. + :alice4836 :does :log_off_at_end_of_shift. } log:explains { - :bob9879 :complies true. + :alice4836 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9880 :does :work_related_task. - :bob9880 :does :log_off_at_end_of_shift. + :alice4837 :does :log_off_at_end_of_shift. } log:explains { - :bob9880 :complies true. + :alice4837 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9881 :does :work_related_task. - :bob9881 :does :log_off_at_end_of_shift. + :alice4838 :does :log_off_at_end_of_shift. } log:explains { - :bob9881 :complies true. + :alice4838 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9882 :does :work_related_task. - :bob9882 :does :log_off_at_end_of_shift. + :alice4839 :does :log_off_at_end_of_shift. } log:explains { - :bob9882 :complies true. + :alice4839 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9883 :does :work_related_task. - :bob9883 :does :log_off_at_end_of_shift. + :alice4840 :does :log_off_at_end_of_shift. } log:explains { - :bob9883 :complies true. + :alice4840 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9884 :does :work_related_task. - :bob9884 :does :log_off_at_end_of_shift. + :alice4841 :does :log_off_at_end_of_shift. } log:explains { - :bob9884 :complies true. + :alice4841 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9885 :does :work_related_task. - :bob9885 :does :log_off_at_end_of_shift. + :alice4842 :does :log_off_at_end_of_shift. } log:explains { - :bob9885 :complies true. + :alice4842 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9886 :does :work_related_task. - :bob9886 :does :log_off_at_end_of_shift. + :alice4843 :does :log_off_at_end_of_shift. } log:explains { - :bob9886 :complies true. + :alice4843 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9887 :does :work_related_task. - :bob9887 :does :log_off_at_end_of_shift. + :alice4844 :does :log_off_at_end_of_shift. } log:explains { - :bob9887 :complies true. + :alice4844 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9888 :does :work_related_task. - :bob9888 :does :log_off_at_end_of_shift. + :alice4845 :does :log_off_at_end_of_shift. } log:explains { - :bob9888 :complies true. + :alice4845 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9889 :does :work_related_task. - :bob9889 :does :log_off_at_end_of_shift. + :alice4846 :does :log_off_at_end_of_shift. } log:explains { - :bob9889 :complies true. + :alice4846 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9890 :does :work_related_task. - :bob9890 :does :log_off_at_end_of_shift. + :alice4847 :does :log_off_at_end_of_shift. } log:explains { - :bob9890 :complies true. + :alice4847 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9891 :does :work_related_task. - :bob9891 :does :log_off_at_end_of_shift. + :alice4848 :does :log_off_at_end_of_shift. } log:explains { - :bob9891 :complies true. + :alice4848 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9892 :does :work_related_task. - :bob9892 :does :log_off_at_end_of_shift. + :alice4849 :does :log_off_at_end_of_shift. } log:explains { - :bob9892 :complies true. + :alice4849 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9893 :does :work_related_task. - :bob9893 :does :log_off_at_end_of_shift. + :alice4850 :does :log_off_at_end_of_shift. } log:explains { - :bob9893 :complies true. + :alice4850 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9894 :does :work_related_task. - :bob9894 :does :log_off_at_end_of_shift. + :alice4851 :does :log_off_at_end_of_shift. } log:explains { - :bob9894 :complies true. + :alice4851 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9895 :does :work_related_task. - :bob9895 :does :log_off_at_end_of_shift. + :alice4852 :does :log_off_at_end_of_shift. } log:explains { - :bob9895 :complies true. + :alice4852 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9896 :does :work_related_task. - :bob9896 :does :log_off_at_end_of_shift. + :alice4853 :does :log_off_at_end_of_shift. } log:explains { - :bob9896 :complies true. + :alice4853 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9897 :does :work_related_task. - :bob9897 :does :log_off_at_end_of_shift. + :alice4854 :does :log_off_at_end_of_shift. } log:explains { - :bob9897 :complies true. + :alice4854 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9898 :does :work_related_task. - :bob9898 :does :log_off_at_end_of_shift. + :alice4855 :does :log_off_at_end_of_shift. } log:explains { - :bob9898 :complies true. + :alice4855 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9899 :does :work_related_task. - :bob9899 :does :log_off_at_end_of_shift. + :alice4856 :does :log_off_at_end_of_shift. } log:explains { - :bob9899 :complies true. + :alice4856 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9900 :does :work_related_task. - :bob9900 :does :log_off_at_end_of_shift. + :alice4857 :does :log_off_at_end_of_shift. } log:explains { - :bob9900 :complies true. + :alice4857 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9901 :does :work_related_task. - :bob9901 :does :log_off_at_end_of_shift. + :alice4858 :does :log_off_at_end_of_shift. } log:explains { - :bob9901 :complies true. + :alice4858 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9902 :does :work_related_task. - :bob9902 :does :log_off_at_end_of_shift. + :alice4859 :does :log_off_at_end_of_shift. } log:explains { - :bob9902 :complies true. + :alice4859 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9903 :does :work_related_task. - :bob9903 :does :log_off_at_end_of_shift. + :alice4860 :does :log_off_at_end_of_shift. } log:explains { - :bob9903 :complies true. + :alice4860 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9904 :does :work_related_task. - :bob9904 :does :log_off_at_end_of_shift. + :alice4861 :does :log_off_at_end_of_shift. } log:explains { - :bob9904 :complies true. + :alice4861 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9905 :does :work_related_task. - :bob9905 :does :log_off_at_end_of_shift. + :alice4862 :does :log_off_at_end_of_shift. } log:explains { - :bob9905 :complies true. + :alice4862 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9906 :does :work_related_task. - :bob9906 :does :log_off_at_end_of_shift. + :alice4863 :does :log_off_at_end_of_shift. } log:explains { - :bob9906 :complies true. + :alice4863 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9907 :does :work_related_task. - :bob9907 :does :log_off_at_end_of_shift. + :alice4864 :does :log_off_at_end_of_shift. } log:explains { - :bob9907 :complies true. + :alice4864 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9908 :does :work_related_task. - :bob9908 :does :log_off_at_end_of_shift. + :alice4865 :does :log_off_at_end_of_shift. } log:explains { - :bob9908 :complies true. + :alice4865 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9909 :does :work_related_task. - :bob9909 :does :log_off_at_end_of_shift. + :alice4866 :does :log_off_at_end_of_shift. } log:explains { - :bob9909 :complies true. + :alice4866 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9910 :does :work_related_task. - :bob9910 :does :log_off_at_end_of_shift. + :alice4867 :does :log_off_at_end_of_shift. } log:explains { - :bob9910 :complies true. + :alice4867 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9911 :does :work_related_task. - :bob9911 :does :log_off_at_end_of_shift. + :alice4868 :does :log_off_at_end_of_shift. } log:explains { - :bob9911 :complies true. + :alice4868 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9912 :does :work_related_task. - :bob9912 :does :log_off_at_end_of_shift. + :alice4869 :does :log_off_at_end_of_shift. } log:explains { - :bob9912 :complies true. + :alice4869 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9913 :does :work_related_task. - :bob9913 :does :log_off_at_end_of_shift. + :alice4870 :does :log_off_at_end_of_shift. } log:explains { - :bob9913 :complies true. + :alice4870 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9914 :does :work_related_task. - :bob9914 :does :log_off_at_end_of_shift. + :alice4871 :does :log_off_at_end_of_shift. } log:explains { - :bob9914 :complies true. + :alice4871 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9915 :does :work_related_task. - :bob9915 :does :log_off_at_end_of_shift. + :alice4872 :does :log_off_at_end_of_shift. } log:explains { - :bob9915 :complies true. + :alice4872 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9916 :does :work_related_task. - :bob9916 :does :log_off_at_end_of_shift. + :alice4873 :does :log_off_at_end_of_shift. } log:explains { - :bob9916 :complies true. + :alice4873 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9917 :does :work_related_task. - :bob9917 :does :log_off_at_end_of_shift. + :alice4874 :does :log_off_at_end_of_shift. } log:explains { - :bob9917 :complies true. + :alice4874 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9918 :does :work_related_task. - :bob9918 :does :log_off_at_end_of_shift. + :alice4875 :does :log_off_at_end_of_shift. } log:explains { - :bob9918 :complies true. + :alice4875 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9919 :does :work_related_task. - :bob9919 :does :log_off_at_end_of_shift. + :alice4876 :does :log_off_at_end_of_shift. } log:explains { - :bob9919 :complies true. + :alice4876 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9920 :does :work_related_task. - :bob9920 :does :log_off_at_end_of_shift. + :alice4877 :does :log_off_at_end_of_shift. } log:explains { - :bob9920 :complies true. + :alice4877 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9921 :does :work_related_task. - :bob9921 :does :log_off_at_end_of_shift. + :alice4878 :does :log_off_at_end_of_shift. } log:explains { - :bob9921 :complies true. + :alice4878 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9922 :does :work_related_task. - :bob9922 :does :log_off_at_end_of_shift. + :alice4879 :does :log_off_at_end_of_shift. } log:explains { - :bob9922 :complies true. + :alice4879 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9923 :does :work_related_task. - :bob9923 :does :log_off_at_end_of_shift. + :alice4880 :does :log_off_at_end_of_shift. } log:explains { - :bob9923 :complies true. + :alice4880 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9924 :does :work_related_task. - :bob9924 :does :log_off_at_end_of_shift. + :alice4881 :does :log_off_at_end_of_shift. } log:explains { - :bob9924 :complies true. + :alice4881 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9925 :does :work_related_task. - :bob9925 :does :log_off_at_end_of_shift. + :alice4882 :does :log_off_at_end_of_shift. } log:explains { - :bob9925 :complies true. + :alice4882 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9926 :does :work_related_task. - :bob9926 :does :log_off_at_end_of_shift. + :alice4883 :does :log_off_at_end_of_shift. } log:explains { - :bob9926 :complies true. + :alice4883 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9927 :does :work_related_task. - :bob9927 :does :log_off_at_end_of_shift. + :alice4884 :does :log_off_at_end_of_shift. } log:explains { - :bob9927 :complies true. + :alice4884 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9928 :does :work_related_task. - :bob9928 :does :log_off_at_end_of_shift. + :alice4885 :does :log_off_at_end_of_shift. } log:explains { - :bob9928 :complies true. + :alice4885 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9929 :does :work_related_task. - :bob9929 :does :log_off_at_end_of_shift. + :alice4886 :does :log_off_at_end_of_shift. } log:explains { - :bob9929 :complies true. + :alice4886 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9930 :does :work_related_task. - :bob9930 :does :log_off_at_end_of_shift. + :alice4887 :does :log_off_at_end_of_shift. } log:explains { - :bob9930 :complies true. + :alice4887 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9931 :does :work_related_task. - :bob9931 :does :log_off_at_end_of_shift. + :alice4888 :does :log_off_at_end_of_shift. } log:explains { - :bob9931 :complies true. + :alice4888 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9932 :does :work_related_task. - :bob9932 :does :log_off_at_end_of_shift. + :alice4889 :does :log_off_at_end_of_shift. } log:explains { - :bob9932 :complies true. + :alice4889 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9933 :does :work_related_task. - :bob9933 :does :log_off_at_end_of_shift. + :alice4890 :does :log_off_at_end_of_shift. } log:explains { - :bob9933 :complies true. + :alice4890 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9934 :does :work_related_task. - :bob9934 :does :log_off_at_end_of_shift. + :alice4891 :does :log_off_at_end_of_shift. } log:explains { - :bob9934 :complies true. + :alice4891 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9935 :does :work_related_task. - :bob9935 :does :log_off_at_end_of_shift. + :alice4892 :does :log_off_at_end_of_shift. } log:explains { - :bob9935 :complies true. + :alice4892 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9936 :does :work_related_task. - :bob9936 :does :log_off_at_end_of_shift. + :alice4893 :does :log_off_at_end_of_shift. } log:explains { - :bob9936 :complies true. + :alice4893 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9937 :does :work_related_task. - :bob9937 :does :log_off_at_end_of_shift. + :alice4894 :does :log_off_at_end_of_shift. } log:explains { - :bob9937 :complies true. + :alice4894 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9938 :does :work_related_task. - :bob9938 :does :log_off_at_end_of_shift. + :alice4895 :does :log_off_at_end_of_shift. } log:explains { - :bob9938 :complies true. + :alice4895 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9939 :does :work_related_task. - :bob9939 :does :log_off_at_end_of_shift. + :alice4896 :does :log_off_at_end_of_shift. } log:explains { - :bob9939 :complies true. + :alice4896 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9940 :does :work_related_task. - :bob9940 :does :log_off_at_end_of_shift. + :alice4897 :does :log_off_at_end_of_shift. } log:explains { - :bob9940 :complies true. + :alice4897 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9941 :does :work_related_task. - :bob9941 :does :log_off_at_end_of_shift. + :alice4898 :does :log_off_at_end_of_shift. } log:explains { - :bob9941 :complies true. + :alice4898 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9942 :does :work_related_task. - :bob9942 :does :log_off_at_end_of_shift. + :alice4899 :does :log_off_at_end_of_shift. } log:explains { - :bob9942 :complies true. + :alice4899 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9943 :does :work_related_task. - :bob9943 :does :log_off_at_end_of_shift. + :alice4900 :does :log_off_at_end_of_shift. } log:explains { - :bob9943 :complies true. + :alice4900 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9944 :does :work_related_task. - :bob9944 :does :log_off_at_end_of_shift. + :alice4901 :does :log_off_at_end_of_shift. } log:explains { - :bob9944 :complies true. + :alice4901 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9945 :does :work_related_task. - :bob9945 :does :log_off_at_end_of_shift. + :alice4902 :does :log_off_at_end_of_shift. } log:explains { - :bob9945 :complies true. + :alice4902 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9946 :does :work_related_task. - :bob9946 :does :log_off_at_end_of_shift. + :alice4903 :does :log_off_at_end_of_shift. } log:explains { - :bob9946 :complies true. + :alice4903 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9947 :does :work_related_task. - :bob9947 :does :log_off_at_end_of_shift. + :alice4904 :does :log_off_at_end_of_shift. } log:explains { - :bob9947 :complies true. + :alice4904 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9948 :does :work_related_task. - :bob9948 :does :log_off_at_end_of_shift. + :alice4905 :does :log_off_at_end_of_shift. } log:explains { - :bob9948 :complies true. + :alice4905 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9949 :does :work_related_task. - :bob9949 :does :log_off_at_end_of_shift. + :alice4906 :does :log_off_at_end_of_shift. } log:explains { - :bob9949 :complies true. + :alice4906 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9950 :does :work_related_task. - :bob9950 :does :log_off_at_end_of_shift. + :alice4907 :does :log_off_at_end_of_shift. } log:explains { - :bob9950 :complies true. + :alice4907 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9951 :does :work_related_task. - :bob9951 :does :log_off_at_end_of_shift. + :alice4908 :does :log_off_at_end_of_shift. } log:explains { - :bob9951 :complies true. + :alice4908 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9952 :does :work_related_task. - :bob9952 :does :log_off_at_end_of_shift. + :alice4909 :does :log_off_at_end_of_shift. } log:explains { - :bob9952 :complies true. + :alice4909 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9953 :does :work_related_task. - :bob9953 :does :log_off_at_end_of_shift. + :alice4910 :does :log_off_at_end_of_shift. } log:explains { - :bob9953 :complies true. + :alice4910 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9954 :does :work_related_task. - :bob9954 :does :log_off_at_end_of_shift. + :alice4911 :does :log_off_at_end_of_shift. } log:explains { - :bob9954 :complies true. + :alice4911 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9955 :does :work_related_task. - :bob9955 :does :log_off_at_end_of_shift. + :alice4912 :does :log_off_at_end_of_shift. } log:explains { - :bob9955 :complies true. + :alice4912 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9956 :does :work_related_task. - :bob9956 :does :log_off_at_end_of_shift. + :alice4913 :does :log_off_at_end_of_shift. } log:explains { - :bob9956 :complies true. + :alice4913 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9957 :does :work_related_task. - :bob9957 :does :log_off_at_end_of_shift. + :alice4914 :does :log_off_at_end_of_shift. } log:explains { - :bob9957 :complies true. + :alice4914 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9958 :does :work_related_task. - :bob9958 :does :log_off_at_end_of_shift. + :alice4915 :does :log_off_at_end_of_shift. } log:explains { - :bob9958 :complies true. + :alice4915 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9959 :does :work_related_task. - :bob9959 :does :log_off_at_end_of_shift. + :alice4916 :does :log_off_at_end_of_shift. } log:explains { - :bob9959 :complies true. + :alice4916 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9960 :does :work_related_task. - :bob9960 :does :log_off_at_end_of_shift. + :alice4917 :does :log_off_at_end_of_shift. } log:explains { - :bob9960 :complies true. + :alice4917 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9961 :does :work_related_task. - :bob9961 :does :log_off_at_end_of_shift. + :alice4918 :does :log_off_at_end_of_shift. } log:explains { - :bob9961 :complies true. + :alice4918 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9962 :does :work_related_task. - :bob9962 :does :log_off_at_end_of_shift. + :alice4919 :does :log_off_at_end_of_shift. } log:explains { - :bob9962 :complies true. + :alice4919 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9963 :does :work_related_task. - :bob9963 :does :log_off_at_end_of_shift. + :alice4920 :does :log_off_at_end_of_shift. } log:explains { - :bob9963 :complies true. + :alice4920 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9964 :does :work_related_task. - :bob9964 :does :log_off_at_end_of_shift. + :alice4921 :does :log_off_at_end_of_shift. } log:explains { - :bob9964 :complies true. + :alice4921 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9965 :does :work_related_task. - :bob9965 :does :log_off_at_end_of_shift. + :alice4922 :does :log_off_at_end_of_shift. } log:explains { - :bob9965 :complies true. + :alice4922 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9966 :does :work_related_task. - :bob9966 :does :log_off_at_end_of_shift. + :alice4923 :does :log_off_at_end_of_shift. } log:explains { - :bob9966 :complies true. + :alice4923 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9967 :does :work_related_task. - :bob9967 :does :log_off_at_end_of_shift. + :alice4924 :does :log_off_at_end_of_shift. } log:explains { - :bob9967 :complies true. + :alice4924 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9968 :does :work_related_task. - :bob9968 :does :log_off_at_end_of_shift. + :alice4925 :does :log_off_at_end_of_shift. } log:explains { - :bob9968 :complies true. + :alice4925 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9969 :does :work_related_task. - :bob9969 :does :log_off_at_end_of_shift. + :alice4926 :does :log_off_at_end_of_shift. } log:explains { - :bob9969 :complies true. + :alice4926 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9970 :does :work_related_task. - :bob9970 :does :log_off_at_end_of_shift. + :alice4927 :does :log_off_at_end_of_shift. } log:explains { - :bob9970 :complies true. + :alice4927 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9971 :does :work_related_task. - :bob9971 :does :log_off_at_end_of_shift. + :alice4928 :does :log_off_at_end_of_shift. } log:explains { - :bob9971 :complies true. + :alice4928 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9972 :does :work_related_task. - :bob9972 :does :log_off_at_end_of_shift. + :alice4929 :does :log_off_at_end_of_shift. } log:explains { - :bob9972 :complies true. + :alice4929 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9973 :does :work_related_task. - :bob9973 :does :log_off_at_end_of_shift. + :alice4930 :does :log_off_at_end_of_shift. } log:explains { - :bob9973 :complies true. + :alice4930 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9974 :does :work_related_task. - :bob9974 :does :log_off_at_end_of_shift. + :alice4931 :does :log_off_at_end_of_shift. } log:explains { - :bob9974 :complies true. + :alice4931 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9975 :does :work_related_task. - :bob9975 :does :log_off_at_end_of_shift. + :alice4932 :does :log_off_at_end_of_shift. } log:explains { - :bob9975 :complies true. + :alice4932 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9976 :does :work_related_task. - :bob9976 :does :log_off_at_end_of_shift. + :alice4933 :does :log_off_at_end_of_shift. } log:explains { - :bob9976 :complies true. + :alice4933 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9977 :does :work_related_task. - :bob9977 :does :log_off_at_end_of_shift. + :alice4934 :does :log_off_at_end_of_shift. } log:explains { - :bob9977 :complies true. + :alice4934 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9978 :does :work_related_task. - :bob9978 :does :log_off_at_end_of_shift. + :alice4935 :does :log_off_at_end_of_shift. } log:explains { - :bob9978 :complies true. + :alice4935 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9979 :does :work_related_task. - :bob9979 :does :log_off_at_end_of_shift. + :alice4936 :does :log_off_at_end_of_shift. } log:explains { - :bob9979 :complies true. + :alice4936 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9980 :does :work_related_task. - :bob9980 :does :log_off_at_end_of_shift. + :alice4937 :does :log_off_at_end_of_shift. } log:explains { - :bob9980 :complies true. + :alice4937 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9981 :does :work_related_task. - :bob9981 :does :log_off_at_end_of_shift. + :alice4938 :does :log_off_at_end_of_shift. } log:explains { - :bob9981 :complies true. + :alice4938 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9982 :does :work_related_task. - :bob9982 :does :log_off_at_end_of_shift. + :alice4939 :does :log_off_at_end_of_shift. } log:explains { - :bob9982 :complies true. + :alice4939 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9983 :does :work_related_task. - :bob9983 :does :log_off_at_end_of_shift. + :alice4940 :does :log_off_at_end_of_shift. } log:explains { - :bob9983 :complies true. + :alice4940 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9984 :does :work_related_task. - :bob9984 :does :log_off_at_end_of_shift. + :alice4941 :does :log_off_at_end_of_shift. } log:explains { - :bob9984 :complies true. + :alice4941 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9985 :does :work_related_task. - :bob9985 :does :log_off_at_end_of_shift. + :alice4942 :does :log_off_at_end_of_shift. } log:explains { - :bob9985 :complies true. + :alice4942 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9986 :does :work_related_task. - :bob9986 :does :log_off_at_end_of_shift. + :alice4943 :does :log_off_at_end_of_shift. } log:explains { - :bob9986 :complies true. + :alice4943 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9987 :does :work_related_task. - :bob9987 :does :log_off_at_end_of_shift. + :alice4944 :does :log_off_at_end_of_shift. } log:explains { - :bob9987 :complies true. + :alice4944 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9988 :does :work_related_task. - :bob9988 :does :log_off_at_end_of_shift. + :alice4945 :does :log_off_at_end_of_shift. } log:explains { - :bob9988 :complies true. + :alice4945 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9989 :does :work_related_task. - :bob9989 :does :log_off_at_end_of_shift. + :alice4946 :does :log_off_at_end_of_shift. } log:explains { - :bob9989 :complies true. + :alice4946 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9990 :does :work_related_task. - :bob9990 :does :log_off_at_end_of_shift. + :alice4947 :does :log_off_at_end_of_shift. } log:explains { - :bob9990 :complies true. + :alice4947 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9991 :does :work_related_task. - :bob9991 :does :log_off_at_end_of_shift. + :alice4948 :does :log_off_at_end_of_shift. } log:explains { - :bob9991 :complies true. + :alice4948 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9992 :does :work_related_task. - :bob9992 :does :log_off_at_end_of_shift. + :alice4949 :does :log_off_at_end_of_shift. } log:explains { - :bob9992 :complies true. + :alice4949 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9993 :does :work_related_task. - :bob9993 :does :log_off_at_end_of_shift. + :alice4950 :does :log_off_at_end_of_shift. } log:explains { - :bob9993 :complies true. + :alice4950 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9994 :does :work_related_task. - :bob9994 :does :log_off_at_end_of_shift. + :alice4951 :does :log_off_at_end_of_shift. } log:explains { - :bob9994 :complies true. + :alice4951 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9995 :does :work_related_task. - :bob9995 :does :log_off_at_end_of_shift. + :alice4952 :does :log_off_at_end_of_shift. } log:explains { - :bob9995 :complies true. + :alice4952 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9996 :does :work_related_task. - :bob9996 :does :log_off_at_end_of_shift. + :alice4953 :does :log_off_at_end_of_shift. } log:explains { - :bob9996 :complies true. + :alice4953 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9997 :does :work_related_task. - :bob9997 :does :log_off_at_end_of_shift. + :alice4954 :does :log_off_at_end_of_shift. } log:explains { - :bob9997 :complies true. + :alice4954 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9998 :does :work_related_task. - :bob9998 :does :log_off_at_end_of_shift. + :alice4955 :does :log_off_at_end_of_shift. } log:explains { - :bob9998 :complies true. + :alice4955 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob9999 :does :work_related_task. - :bob9999 :does :log_off_at_end_of_shift. + :alice4956 :does :log_off_at_end_of_shift. } log:explains { - :bob9999 :complies true. + :alice4956 :complies true. }. { { - var:x_0 :does :work_related_task. var:x_0 :does :log_off_at_end_of_shift. } => { var:x_0 :complies true. }. - :bob10000 :does :work_related_task. - :bob10000 :does :log_off_at_end_of_shift. + :alice4957 :does :log_off_at_end_of_shift. } log:explains { - :bob10000 :complies true. + :alice4957 :complies true. }. { @@ -160013,9 +134540,9 @@ } => { var:x_0 :complies true. }. - :alice1 :does :log_off_at_end_of_shift. + :alice4958 :does :log_off_at_end_of_shift. } log:explains { - :alice1 :complies true. + :alice4958 :complies true. }. { @@ -160024,9 +134551,9 @@ } => { var:x_0 :complies true. }. - :alice2 :does :log_off_at_end_of_shift. + :alice4959 :does :log_off_at_end_of_shift. } log:explains { - :alice2 :complies true. + :alice4959 :complies true. }. { @@ -160035,9 +134562,9 @@ } => { var:x_0 :complies true. }. - :alice3 :does :log_off_at_end_of_shift. + :alice4960 :does :log_off_at_end_of_shift. } log:explains { - :alice3 :complies true. + :alice4960 :complies true. }. { @@ -160046,9 +134573,9 @@ } => { var:x_0 :complies true. }. - :alice4 :does :log_off_at_end_of_shift. + :alice4961 :does :log_off_at_end_of_shift. } log:explains { - :alice4 :complies true. + :alice4961 :complies true. }. { @@ -160057,9 +134584,9 @@ } => { var:x_0 :complies true. }. - :alice5 :does :log_off_at_end_of_shift. + :alice4962 :does :log_off_at_end_of_shift. } log:explains { - :alice5 :complies true. + :alice4962 :complies true. }. { @@ -160068,9 +134595,9 @@ } => { var:x_0 :complies true. }. - :alice6 :does :log_off_at_end_of_shift. + :alice4963 :does :log_off_at_end_of_shift. } log:explains { - :alice6 :complies true. + :alice4963 :complies true. }. { @@ -160079,9 +134606,9 @@ } => { var:x_0 :complies true. }. - :alice7 :does :log_off_at_end_of_shift. + :alice4964 :does :log_off_at_end_of_shift. } log:explains { - :alice7 :complies true. + :alice4964 :complies true. }. { @@ -160090,9 +134617,9 @@ } => { var:x_0 :complies true. }. - :alice8 :does :log_off_at_end_of_shift. + :alice4965 :does :log_off_at_end_of_shift. } log:explains { - :alice8 :complies true. + :alice4965 :complies true. }. { @@ -160101,9 +134628,9 @@ } => { var:x_0 :complies true. }. - :alice9 :does :log_off_at_end_of_shift. + :alice4966 :does :log_off_at_end_of_shift. } log:explains { - :alice9 :complies true. + :alice4966 :complies true. }. { @@ -160112,9 +134639,9 @@ } => { var:x_0 :complies true. }. - :alice10 :does :log_off_at_end_of_shift. + :alice4967 :does :log_off_at_end_of_shift. } log:explains { - :alice10 :complies true. + :alice4967 :complies true. }. { @@ -160123,9 +134650,9 @@ } => { var:x_0 :complies true. }. - :alice11 :does :log_off_at_end_of_shift. + :alice4968 :does :log_off_at_end_of_shift. } log:explains { - :alice11 :complies true. + :alice4968 :complies true. }. { @@ -160134,9 +134661,9 @@ } => { var:x_0 :complies true. }. - :alice12 :does :log_off_at_end_of_shift. + :alice4969 :does :log_off_at_end_of_shift. } log:explains { - :alice12 :complies true. + :alice4969 :complies true. }. { @@ -160145,164866 +134672,339 @@ } => { var:x_0 :complies true. }. - :alice13 :does :log_off_at_end_of_shift. + :alice4970 :does :log_off_at_end_of_shift. } log:explains { - :alice13 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice14 :does :log_off_at_end_of_shift. -} log:explains { - :alice14 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice15 :does :log_off_at_end_of_shift. -} log:explains { - :alice15 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice16 :does :log_off_at_end_of_shift. -} log:explains { - :alice16 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice17 :does :log_off_at_end_of_shift. -} log:explains { - :alice17 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice18 :does :log_off_at_end_of_shift. -} log:explains { - :alice18 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice19 :does :log_off_at_end_of_shift. -} log:explains { - :alice19 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice20 :does :log_off_at_end_of_shift. -} log:explains { - :alice20 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice21 :does :log_off_at_end_of_shift. -} log:explains { - :alice21 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice22 :does :log_off_at_end_of_shift. -} log:explains { - :alice22 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice23 :does :log_off_at_end_of_shift. -} log:explains { - :alice23 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice24 :does :log_off_at_end_of_shift. -} log:explains { - :alice24 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice25 :does :log_off_at_end_of_shift. -} log:explains { - :alice25 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice26 :does :log_off_at_end_of_shift. -} log:explains { - :alice26 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice27 :does :log_off_at_end_of_shift. -} log:explains { - :alice27 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice28 :does :log_off_at_end_of_shift. -} log:explains { - :alice28 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice29 :does :log_off_at_end_of_shift. -} log:explains { - :alice29 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice30 :does :log_off_at_end_of_shift. -} log:explains { - :alice30 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice31 :does :log_off_at_end_of_shift. -} log:explains { - :alice31 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice32 :does :log_off_at_end_of_shift. -} log:explains { - :alice32 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice33 :does :log_off_at_end_of_shift. -} log:explains { - :alice33 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice34 :does :log_off_at_end_of_shift. -} log:explains { - :alice34 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice35 :does :log_off_at_end_of_shift. -} log:explains { - :alice35 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice36 :does :log_off_at_end_of_shift. -} log:explains { - :alice36 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice37 :does :log_off_at_end_of_shift. -} log:explains { - :alice37 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice38 :does :log_off_at_end_of_shift. -} log:explains { - :alice38 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice39 :does :log_off_at_end_of_shift. -} log:explains { - :alice39 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice40 :does :log_off_at_end_of_shift. -} log:explains { - :alice40 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice41 :does :log_off_at_end_of_shift. -} log:explains { - :alice41 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice42 :does :log_off_at_end_of_shift. -} log:explains { - :alice42 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice43 :does :log_off_at_end_of_shift. -} log:explains { - :alice43 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice44 :does :log_off_at_end_of_shift. -} log:explains { - :alice44 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice45 :does :log_off_at_end_of_shift. -} log:explains { - :alice45 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice46 :does :log_off_at_end_of_shift. -} log:explains { - :alice46 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice47 :does :log_off_at_end_of_shift. -} log:explains { - :alice47 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice48 :does :log_off_at_end_of_shift. -} log:explains { - :alice48 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice49 :does :log_off_at_end_of_shift. -} log:explains { - :alice49 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice50 :does :log_off_at_end_of_shift. -} log:explains { - :alice50 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice51 :does :log_off_at_end_of_shift. -} log:explains { - :alice51 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice52 :does :log_off_at_end_of_shift. -} log:explains { - :alice52 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice53 :does :log_off_at_end_of_shift. -} log:explains { - :alice53 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice54 :does :log_off_at_end_of_shift. -} log:explains { - :alice54 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice55 :does :log_off_at_end_of_shift. -} log:explains { - :alice55 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice56 :does :log_off_at_end_of_shift. -} log:explains { - :alice56 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice57 :does :log_off_at_end_of_shift. -} log:explains { - :alice57 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice58 :does :log_off_at_end_of_shift. -} log:explains { - :alice58 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice59 :does :log_off_at_end_of_shift. -} log:explains { - :alice59 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice60 :does :log_off_at_end_of_shift. -} log:explains { - :alice60 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice61 :does :log_off_at_end_of_shift. -} log:explains { - :alice61 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice62 :does :log_off_at_end_of_shift. -} log:explains { - :alice62 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice63 :does :log_off_at_end_of_shift. -} log:explains { - :alice63 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice64 :does :log_off_at_end_of_shift. -} log:explains { - :alice64 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice65 :does :log_off_at_end_of_shift. -} log:explains { - :alice65 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice66 :does :log_off_at_end_of_shift. -} log:explains { - :alice66 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice67 :does :log_off_at_end_of_shift. -} log:explains { - :alice67 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice68 :does :log_off_at_end_of_shift. -} log:explains { - :alice68 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice69 :does :log_off_at_end_of_shift. -} log:explains { - :alice69 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice70 :does :log_off_at_end_of_shift. -} log:explains { - :alice70 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice71 :does :log_off_at_end_of_shift. -} log:explains { - :alice71 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice72 :does :log_off_at_end_of_shift. -} log:explains { - :alice72 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice73 :does :log_off_at_end_of_shift. -} log:explains { - :alice73 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice74 :does :log_off_at_end_of_shift. -} log:explains { - :alice74 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice75 :does :log_off_at_end_of_shift. -} log:explains { - :alice75 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice76 :does :log_off_at_end_of_shift. -} log:explains { - :alice76 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice77 :does :log_off_at_end_of_shift. -} log:explains { - :alice77 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice78 :does :log_off_at_end_of_shift. -} log:explains { - :alice78 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice79 :does :log_off_at_end_of_shift. -} log:explains { - :alice79 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice80 :does :log_off_at_end_of_shift. -} log:explains { - :alice80 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice81 :does :log_off_at_end_of_shift. -} log:explains { - :alice81 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice82 :does :log_off_at_end_of_shift. -} log:explains { - :alice82 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice83 :does :log_off_at_end_of_shift. -} log:explains { - :alice83 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice84 :does :log_off_at_end_of_shift. -} log:explains { - :alice84 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice85 :does :log_off_at_end_of_shift. -} log:explains { - :alice85 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice86 :does :log_off_at_end_of_shift. -} log:explains { - :alice86 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice87 :does :log_off_at_end_of_shift. -} log:explains { - :alice87 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice88 :does :log_off_at_end_of_shift. -} log:explains { - :alice88 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice89 :does :log_off_at_end_of_shift. -} log:explains { - :alice89 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice90 :does :log_off_at_end_of_shift. -} log:explains { - :alice90 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice91 :does :log_off_at_end_of_shift. -} log:explains { - :alice91 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice92 :does :log_off_at_end_of_shift. -} log:explains { - :alice92 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice93 :does :log_off_at_end_of_shift. -} log:explains { - :alice93 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice94 :does :log_off_at_end_of_shift. -} log:explains { - :alice94 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice95 :does :log_off_at_end_of_shift. -} log:explains { - :alice95 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice96 :does :log_off_at_end_of_shift. -} log:explains { - :alice96 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice97 :does :log_off_at_end_of_shift. -} log:explains { - :alice97 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice98 :does :log_off_at_end_of_shift. -} log:explains { - :alice98 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice99 :does :log_off_at_end_of_shift. -} log:explains { - :alice99 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice100 :does :log_off_at_end_of_shift. -} log:explains { - :alice100 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice101 :does :log_off_at_end_of_shift. -} log:explains { - :alice101 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice102 :does :log_off_at_end_of_shift. -} log:explains { - :alice102 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice103 :does :log_off_at_end_of_shift. -} log:explains { - :alice103 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice104 :does :log_off_at_end_of_shift. -} log:explains { - :alice104 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice105 :does :log_off_at_end_of_shift. -} log:explains { - :alice105 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice106 :does :log_off_at_end_of_shift. -} log:explains { - :alice106 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice107 :does :log_off_at_end_of_shift. -} log:explains { - :alice107 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice108 :does :log_off_at_end_of_shift. -} log:explains { - :alice108 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice109 :does :log_off_at_end_of_shift. -} log:explains { - :alice109 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice110 :does :log_off_at_end_of_shift. -} log:explains { - :alice110 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice111 :does :log_off_at_end_of_shift. -} log:explains { - :alice111 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice112 :does :log_off_at_end_of_shift. -} log:explains { - :alice112 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice113 :does :log_off_at_end_of_shift. -} log:explains { - :alice113 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice114 :does :log_off_at_end_of_shift. -} log:explains { - :alice114 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice115 :does :log_off_at_end_of_shift. -} log:explains { - :alice115 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice116 :does :log_off_at_end_of_shift. -} log:explains { - :alice116 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice117 :does :log_off_at_end_of_shift. -} log:explains { - :alice117 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice118 :does :log_off_at_end_of_shift. -} log:explains { - :alice118 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice119 :does :log_off_at_end_of_shift. -} log:explains { - :alice119 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice120 :does :log_off_at_end_of_shift. -} log:explains { - :alice120 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice121 :does :log_off_at_end_of_shift. -} log:explains { - :alice121 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice122 :does :log_off_at_end_of_shift. -} log:explains { - :alice122 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice123 :does :log_off_at_end_of_shift. -} log:explains { - :alice123 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice124 :does :log_off_at_end_of_shift. -} log:explains { - :alice124 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice125 :does :log_off_at_end_of_shift. -} log:explains { - :alice125 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice126 :does :log_off_at_end_of_shift. -} log:explains { - :alice126 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice127 :does :log_off_at_end_of_shift. -} log:explains { - :alice127 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice128 :does :log_off_at_end_of_shift. -} log:explains { - :alice128 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice129 :does :log_off_at_end_of_shift. -} log:explains { - :alice129 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice130 :does :log_off_at_end_of_shift. -} log:explains { - :alice130 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice131 :does :log_off_at_end_of_shift. -} log:explains { - :alice131 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice132 :does :log_off_at_end_of_shift. -} log:explains { - :alice132 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice133 :does :log_off_at_end_of_shift. -} log:explains { - :alice133 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice134 :does :log_off_at_end_of_shift. -} log:explains { - :alice134 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice135 :does :log_off_at_end_of_shift. -} log:explains { - :alice135 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice136 :does :log_off_at_end_of_shift. -} log:explains { - :alice136 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice137 :does :log_off_at_end_of_shift. -} log:explains { - :alice137 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice138 :does :log_off_at_end_of_shift. -} log:explains { - :alice138 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice139 :does :log_off_at_end_of_shift. -} log:explains { - :alice139 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice140 :does :log_off_at_end_of_shift. -} log:explains { - :alice140 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice141 :does :log_off_at_end_of_shift. -} log:explains { - :alice141 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice142 :does :log_off_at_end_of_shift. -} log:explains { - :alice142 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice143 :does :log_off_at_end_of_shift. -} log:explains { - :alice143 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice144 :does :log_off_at_end_of_shift. -} log:explains { - :alice144 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice145 :does :log_off_at_end_of_shift. -} log:explains { - :alice145 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice146 :does :log_off_at_end_of_shift. -} log:explains { - :alice146 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice147 :does :log_off_at_end_of_shift. -} log:explains { - :alice147 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice148 :does :log_off_at_end_of_shift. -} log:explains { - :alice148 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice149 :does :log_off_at_end_of_shift. -} log:explains { - :alice149 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice150 :does :log_off_at_end_of_shift. -} log:explains { - :alice150 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice151 :does :log_off_at_end_of_shift. -} log:explains { - :alice151 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice152 :does :log_off_at_end_of_shift. -} log:explains { - :alice152 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice153 :does :log_off_at_end_of_shift. -} log:explains { - :alice153 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice154 :does :log_off_at_end_of_shift. -} log:explains { - :alice154 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice155 :does :log_off_at_end_of_shift. -} log:explains { - :alice155 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice156 :does :log_off_at_end_of_shift. -} log:explains { - :alice156 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice157 :does :log_off_at_end_of_shift. -} log:explains { - :alice157 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice158 :does :log_off_at_end_of_shift. -} log:explains { - :alice158 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice159 :does :log_off_at_end_of_shift. -} log:explains { - :alice159 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice160 :does :log_off_at_end_of_shift. -} log:explains { - :alice160 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice161 :does :log_off_at_end_of_shift. -} log:explains { - :alice161 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice162 :does :log_off_at_end_of_shift. -} log:explains { - :alice162 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice163 :does :log_off_at_end_of_shift. -} log:explains { - :alice163 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice164 :does :log_off_at_end_of_shift. -} log:explains { - :alice164 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice165 :does :log_off_at_end_of_shift. -} log:explains { - :alice165 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice166 :does :log_off_at_end_of_shift. -} log:explains { - :alice166 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice167 :does :log_off_at_end_of_shift. -} log:explains { - :alice167 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice168 :does :log_off_at_end_of_shift. -} log:explains { - :alice168 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice169 :does :log_off_at_end_of_shift. -} log:explains { - :alice169 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice170 :does :log_off_at_end_of_shift. -} log:explains { - :alice170 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice171 :does :log_off_at_end_of_shift. -} log:explains { - :alice171 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice172 :does :log_off_at_end_of_shift. -} log:explains { - :alice172 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice173 :does :log_off_at_end_of_shift. -} log:explains { - :alice173 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice174 :does :log_off_at_end_of_shift. -} log:explains { - :alice174 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice175 :does :log_off_at_end_of_shift. -} log:explains { - :alice175 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice176 :does :log_off_at_end_of_shift. -} log:explains { - :alice176 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice177 :does :log_off_at_end_of_shift. -} log:explains { - :alice177 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice178 :does :log_off_at_end_of_shift. -} log:explains { - :alice178 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice179 :does :log_off_at_end_of_shift. -} log:explains { - :alice179 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice180 :does :log_off_at_end_of_shift. -} log:explains { - :alice180 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice181 :does :log_off_at_end_of_shift. -} log:explains { - :alice181 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice182 :does :log_off_at_end_of_shift. -} log:explains { - :alice182 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice183 :does :log_off_at_end_of_shift. -} log:explains { - :alice183 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice184 :does :log_off_at_end_of_shift. -} log:explains { - :alice184 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice185 :does :log_off_at_end_of_shift. -} log:explains { - :alice185 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice186 :does :log_off_at_end_of_shift. -} log:explains { - :alice186 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice187 :does :log_off_at_end_of_shift. -} log:explains { - :alice187 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice188 :does :log_off_at_end_of_shift. -} log:explains { - :alice188 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice189 :does :log_off_at_end_of_shift. -} log:explains { - :alice189 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice190 :does :log_off_at_end_of_shift. -} log:explains { - :alice190 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice191 :does :log_off_at_end_of_shift. -} log:explains { - :alice191 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice192 :does :log_off_at_end_of_shift. -} log:explains { - :alice192 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice193 :does :log_off_at_end_of_shift. -} log:explains { - :alice193 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice194 :does :log_off_at_end_of_shift. -} log:explains { - :alice194 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice195 :does :log_off_at_end_of_shift. -} log:explains { - :alice195 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice196 :does :log_off_at_end_of_shift. -} log:explains { - :alice196 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice197 :does :log_off_at_end_of_shift. -} log:explains { - :alice197 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice198 :does :log_off_at_end_of_shift. -} log:explains { - :alice198 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice199 :does :log_off_at_end_of_shift. -} log:explains { - :alice199 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice200 :does :log_off_at_end_of_shift. -} log:explains { - :alice200 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice201 :does :log_off_at_end_of_shift. -} log:explains { - :alice201 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice202 :does :log_off_at_end_of_shift. -} log:explains { - :alice202 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice203 :does :log_off_at_end_of_shift. -} log:explains { - :alice203 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice204 :does :log_off_at_end_of_shift. -} log:explains { - :alice204 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice205 :does :log_off_at_end_of_shift. -} log:explains { - :alice205 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice206 :does :log_off_at_end_of_shift. -} log:explains { - :alice206 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice207 :does :log_off_at_end_of_shift. -} log:explains { - :alice207 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice208 :does :log_off_at_end_of_shift. -} log:explains { - :alice208 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice209 :does :log_off_at_end_of_shift. -} log:explains { - :alice209 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice210 :does :log_off_at_end_of_shift. -} log:explains { - :alice210 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice211 :does :log_off_at_end_of_shift. -} log:explains { - :alice211 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice212 :does :log_off_at_end_of_shift. -} log:explains { - :alice212 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice213 :does :log_off_at_end_of_shift. -} log:explains { - :alice213 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice214 :does :log_off_at_end_of_shift. -} log:explains { - :alice214 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice215 :does :log_off_at_end_of_shift. -} log:explains { - :alice215 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice216 :does :log_off_at_end_of_shift. -} log:explains { - :alice216 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice217 :does :log_off_at_end_of_shift. -} log:explains { - :alice217 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice218 :does :log_off_at_end_of_shift. -} log:explains { - :alice218 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice219 :does :log_off_at_end_of_shift. -} log:explains { - :alice219 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice220 :does :log_off_at_end_of_shift. -} log:explains { - :alice220 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice221 :does :log_off_at_end_of_shift. -} log:explains { - :alice221 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice222 :does :log_off_at_end_of_shift. -} log:explains { - :alice222 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice223 :does :log_off_at_end_of_shift. -} log:explains { - :alice223 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice224 :does :log_off_at_end_of_shift. -} log:explains { - :alice224 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice225 :does :log_off_at_end_of_shift. -} log:explains { - :alice225 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice226 :does :log_off_at_end_of_shift. -} log:explains { - :alice226 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice227 :does :log_off_at_end_of_shift. -} log:explains { - :alice227 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice228 :does :log_off_at_end_of_shift. -} log:explains { - :alice228 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice229 :does :log_off_at_end_of_shift. -} log:explains { - :alice229 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice230 :does :log_off_at_end_of_shift. -} log:explains { - :alice230 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice231 :does :log_off_at_end_of_shift. -} log:explains { - :alice231 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice232 :does :log_off_at_end_of_shift. -} log:explains { - :alice232 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice233 :does :log_off_at_end_of_shift. -} log:explains { - :alice233 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice234 :does :log_off_at_end_of_shift. -} log:explains { - :alice234 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice235 :does :log_off_at_end_of_shift. -} log:explains { - :alice235 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice236 :does :log_off_at_end_of_shift. -} log:explains { - :alice236 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice237 :does :log_off_at_end_of_shift. -} log:explains { - :alice237 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice238 :does :log_off_at_end_of_shift. -} log:explains { - :alice238 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice239 :does :log_off_at_end_of_shift. -} log:explains { - :alice239 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice240 :does :log_off_at_end_of_shift. -} log:explains { - :alice240 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice241 :does :log_off_at_end_of_shift. -} log:explains { - :alice241 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice242 :does :log_off_at_end_of_shift. -} log:explains { - :alice242 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice243 :does :log_off_at_end_of_shift. -} log:explains { - :alice243 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice244 :does :log_off_at_end_of_shift. -} log:explains { - :alice244 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice245 :does :log_off_at_end_of_shift. -} log:explains { - :alice245 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice246 :does :log_off_at_end_of_shift. -} log:explains { - :alice246 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice247 :does :log_off_at_end_of_shift. -} log:explains { - :alice247 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice248 :does :log_off_at_end_of_shift. -} log:explains { - :alice248 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice249 :does :log_off_at_end_of_shift. -} log:explains { - :alice249 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice250 :does :log_off_at_end_of_shift. -} log:explains { - :alice250 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice251 :does :log_off_at_end_of_shift. -} log:explains { - :alice251 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice252 :does :log_off_at_end_of_shift. -} log:explains { - :alice252 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice253 :does :log_off_at_end_of_shift. -} log:explains { - :alice253 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice254 :does :log_off_at_end_of_shift. -} log:explains { - :alice254 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice255 :does :log_off_at_end_of_shift. -} log:explains { - :alice255 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice256 :does :log_off_at_end_of_shift. -} log:explains { - :alice256 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice257 :does :log_off_at_end_of_shift. -} log:explains { - :alice257 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice258 :does :log_off_at_end_of_shift. -} log:explains { - :alice258 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice259 :does :log_off_at_end_of_shift. -} log:explains { - :alice259 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice260 :does :log_off_at_end_of_shift. -} log:explains { - :alice260 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice261 :does :log_off_at_end_of_shift. -} log:explains { - :alice261 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice262 :does :log_off_at_end_of_shift. -} log:explains { - :alice262 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice263 :does :log_off_at_end_of_shift. -} log:explains { - :alice263 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice264 :does :log_off_at_end_of_shift. -} log:explains { - :alice264 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice265 :does :log_off_at_end_of_shift. -} log:explains { - :alice265 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice266 :does :log_off_at_end_of_shift. -} log:explains { - :alice266 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice267 :does :log_off_at_end_of_shift. -} log:explains { - :alice267 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice268 :does :log_off_at_end_of_shift. -} log:explains { - :alice268 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice269 :does :log_off_at_end_of_shift. -} log:explains { - :alice269 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice270 :does :log_off_at_end_of_shift. -} log:explains { - :alice270 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice271 :does :log_off_at_end_of_shift. -} log:explains { - :alice271 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice272 :does :log_off_at_end_of_shift. -} log:explains { - :alice272 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice273 :does :log_off_at_end_of_shift. -} log:explains { - :alice273 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice274 :does :log_off_at_end_of_shift. -} log:explains { - :alice274 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice275 :does :log_off_at_end_of_shift. -} log:explains { - :alice275 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice276 :does :log_off_at_end_of_shift. -} log:explains { - :alice276 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice277 :does :log_off_at_end_of_shift. -} log:explains { - :alice277 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice278 :does :log_off_at_end_of_shift. -} log:explains { - :alice278 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice279 :does :log_off_at_end_of_shift. -} log:explains { - :alice279 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice280 :does :log_off_at_end_of_shift. -} log:explains { - :alice280 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice281 :does :log_off_at_end_of_shift. -} log:explains { - :alice281 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice282 :does :log_off_at_end_of_shift. -} log:explains { - :alice282 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice283 :does :log_off_at_end_of_shift. -} log:explains { - :alice283 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice284 :does :log_off_at_end_of_shift. -} log:explains { - :alice284 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice285 :does :log_off_at_end_of_shift. -} log:explains { - :alice285 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice286 :does :log_off_at_end_of_shift. -} log:explains { - :alice286 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice287 :does :log_off_at_end_of_shift. -} log:explains { - :alice287 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice288 :does :log_off_at_end_of_shift. -} log:explains { - :alice288 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice289 :does :log_off_at_end_of_shift. -} log:explains { - :alice289 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice290 :does :log_off_at_end_of_shift. -} log:explains { - :alice290 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice291 :does :log_off_at_end_of_shift. -} log:explains { - :alice291 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice292 :does :log_off_at_end_of_shift. -} log:explains { - :alice292 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice293 :does :log_off_at_end_of_shift. -} log:explains { - :alice293 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice294 :does :log_off_at_end_of_shift. -} log:explains { - :alice294 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice295 :does :log_off_at_end_of_shift. -} log:explains { - :alice295 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice296 :does :log_off_at_end_of_shift. -} log:explains { - :alice296 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice297 :does :log_off_at_end_of_shift. -} log:explains { - :alice297 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice298 :does :log_off_at_end_of_shift. -} log:explains { - :alice298 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice299 :does :log_off_at_end_of_shift. -} log:explains { - :alice299 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice300 :does :log_off_at_end_of_shift. -} log:explains { - :alice300 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice301 :does :log_off_at_end_of_shift. -} log:explains { - :alice301 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice302 :does :log_off_at_end_of_shift. -} log:explains { - :alice302 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice303 :does :log_off_at_end_of_shift. -} log:explains { - :alice303 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice304 :does :log_off_at_end_of_shift. -} log:explains { - :alice304 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice305 :does :log_off_at_end_of_shift. -} log:explains { - :alice305 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice306 :does :log_off_at_end_of_shift. -} log:explains { - :alice306 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice307 :does :log_off_at_end_of_shift. -} log:explains { - :alice307 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice308 :does :log_off_at_end_of_shift. -} log:explains { - :alice308 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice309 :does :log_off_at_end_of_shift. -} log:explains { - :alice309 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice310 :does :log_off_at_end_of_shift. -} log:explains { - :alice310 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice311 :does :log_off_at_end_of_shift. -} log:explains { - :alice311 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice312 :does :log_off_at_end_of_shift. -} log:explains { - :alice312 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice313 :does :log_off_at_end_of_shift. -} log:explains { - :alice313 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice314 :does :log_off_at_end_of_shift. -} log:explains { - :alice314 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice315 :does :log_off_at_end_of_shift. -} log:explains { - :alice315 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice316 :does :log_off_at_end_of_shift. -} log:explains { - :alice316 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice317 :does :log_off_at_end_of_shift. -} log:explains { - :alice317 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice318 :does :log_off_at_end_of_shift. -} log:explains { - :alice318 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice319 :does :log_off_at_end_of_shift. -} log:explains { - :alice319 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice320 :does :log_off_at_end_of_shift. -} log:explains { - :alice320 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice321 :does :log_off_at_end_of_shift. -} log:explains { - :alice321 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice322 :does :log_off_at_end_of_shift. -} log:explains { - :alice322 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice323 :does :log_off_at_end_of_shift. -} log:explains { - :alice323 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice324 :does :log_off_at_end_of_shift. -} log:explains { - :alice324 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice325 :does :log_off_at_end_of_shift. -} log:explains { - :alice325 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice326 :does :log_off_at_end_of_shift. -} log:explains { - :alice326 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice327 :does :log_off_at_end_of_shift. -} log:explains { - :alice327 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice328 :does :log_off_at_end_of_shift. -} log:explains { - :alice328 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice329 :does :log_off_at_end_of_shift. -} log:explains { - :alice329 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice330 :does :log_off_at_end_of_shift. -} log:explains { - :alice330 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice331 :does :log_off_at_end_of_shift. -} log:explains { - :alice331 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice332 :does :log_off_at_end_of_shift. -} log:explains { - :alice332 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice333 :does :log_off_at_end_of_shift. -} log:explains { - :alice333 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice334 :does :log_off_at_end_of_shift. -} log:explains { - :alice334 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice335 :does :log_off_at_end_of_shift. -} log:explains { - :alice335 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice336 :does :log_off_at_end_of_shift. -} log:explains { - :alice336 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice337 :does :log_off_at_end_of_shift. -} log:explains { - :alice337 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice338 :does :log_off_at_end_of_shift. -} log:explains { - :alice338 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice339 :does :log_off_at_end_of_shift. -} log:explains { - :alice339 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice340 :does :log_off_at_end_of_shift. -} log:explains { - :alice340 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice341 :does :log_off_at_end_of_shift. -} log:explains { - :alice341 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice342 :does :log_off_at_end_of_shift. -} log:explains { - :alice342 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice343 :does :log_off_at_end_of_shift. -} log:explains { - :alice343 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice344 :does :log_off_at_end_of_shift. -} log:explains { - :alice344 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice345 :does :log_off_at_end_of_shift. -} log:explains { - :alice345 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice346 :does :log_off_at_end_of_shift. -} log:explains { - :alice346 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice347 :does :log_off_at_end_of_shift. -} log:explains { - :alice347 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice348 :does :log_off_at_end_of_shift. -} log:explains { - :alice348 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice349 :does :log_off_at_end_of_shift. -} log:explains { - :alice349 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice350 :does :log_off_at_end_of_shift. -} log:explains { - :alice350 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice351 :does :log_off_at_end_of_shift. -} log:explains { - :alice351 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice352 :does :log_off_at_end_of_shift. -} log:explains { - :alice352 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice353 :does :log_off_at_end_of_shift. -} log:explains { - :alice353 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice354 :does :log_off_at_end_of_shift. -} log:explains { - :alice354 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice355 :does :log_off_at_end_of_shift. -} log:explains { - :alice355 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice356 :does :log_off_at_end_of_shift. -} log:explains { - :alice356 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice357 :does :log_off_at_end_of_shift. -} log:explains { - :alice357 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice358 :does :log_off_at_end_of_shift. -} log:explains { - :alice358 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice359 :does :log_off_at_end_of_shift. -} log:explains { - :alice359 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice360 :does :log_off_at_end_of_shift. -} log:explains { - :alice360 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice361 :does :log_off_at_end_of_shift. -} log:explains { - :alice361 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice362 :does :log_off_at_end_of_shift. -} log:explains { - :alice362 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice363 :does :log_off_at_end_of_shift. -} log:explains { - :alice363 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice364 :does :log_off_at_end_of_shift. -} log:explains { - :alice364 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice365 :does :log_off_at_end_of_shift. -} log:explains { - :alice365 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice366 :does :log_off_at_end_of_shift. -} log:explains { - :alice366 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice367 :does :log_off_at_end_of_shift. -} log:explains { - :alice367 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice368 :does :log_off_at_end_of_shift. -} log:explains { - :alice368 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice369 :does :log_off_at_end_of_shift. -} log:explains { - :alice369 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice370 :does :log_off_at_end_of_shift. -} log:explains { - :alice370 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice371 :does :log_off_at_end_of_shift. -} log:explains { - :alice371 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice372 :does :log_off_at_end_of_shift. -} log:explains { - :alice372 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice373 :does :log_off_at_end_of_shift. -} log:explains { - :alice373 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice374 :does :log_off_at_end_of_shift. -} log:explains { - :alice374 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice375 :does :log_off_at_end_of_shift. -} log:explains { - :alice375 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice376 :does :log_off_at_end_of_shift. -} log:explains { - :alice376 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice377 :does :log_off_at_end_of_shift. -} log:explains { - :alice377 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice378 :does :log_off_at_end_of_shift. -} log:explains { - :alice378 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice379 :does :log_off_at_end_of_shift. -} log:explains { - :alice379 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice380 :does :log_off_at_end_of_shift. -} log:explains { - :alice380 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice381 :does :log_off_at_end_of_shift. -} log:explains { - :alice381 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice382 :does :log_off_at_end_of_shift. -} log:explains { - :alice382 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice383 :does :log_off_at_end_of_shift. -} log:explains { - :alice383 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice384 :does :log_off_at_end_of_shift. -} log:explains { - :alice384 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice385 :does :log_off_at_end_of_shift. -} log:explains { - :alice385 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice386 :does :log_off_at_end_of_shift. -} log:explains { - :alice386 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice387 :does :log_off_at_end_of_shift. -} log:explains { - :alice387 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice388 :does :log_off_at_end_of_shift. -} log:explains { - :alice388 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice389 :does :log_off_at_end_of_shift. -} log:explains { - :alice389 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice390 :does :log_off_at_end_of_shift. -} log:explains { - :alice390 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice391 :does :log_off_at_end_of_shift. -} log:explains { - :alice391 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice392 :does :log_off_at_end_of_shift. -} log:explains { - :alice392 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice393 :does :log_off_at_end_of_shift. -} log:explains { - :alice393 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice394 :does :log_off_at_end_of_shift. -} log:explains { - :alice394 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice395 :does :log_off_at_end_of_shift. -} log:explains { - :alice395 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice396 :does :log_off_at_end_of_shift. -} log:explains { - :alice396 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice397 :does :log_off_at_end_of_shift. -} log:explains { - :alice397 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice398 :does :log_off_at_end_of_shift. -} log:explains { - :alice398 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice399 :does :log_off_at_end_of_shift. -} log:explains { - :alice399 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice400 :does :log_off_at_end_of_shift. -} log:explains { - :alice400 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice401 :does :log_off_at_end_of_shift. -} log:explains { - :alice401 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice402 :does :log_off_at_end_of_shift. -} log:explains { - :alice402 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice403 :does :log_off_at_end_of_shift. -} log:explains { - :alice403 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice404 :does :log_off_at_end_of_shift. -} log:explains { - :alice404 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice405 :does :log_off_at_end_of_shift. -} log:explains { - :alice405 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice406 :does :log_off_at_end_of_shift. -} log:explains { - :alice406 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice407 :does :log_off_at_end_of_shift. -} log:explains { - :alice407 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice408 :does :log_off_at_end_of_shift. -} log:explains { - :alice408 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice409 :does :log_off_at_end_of_shift. -} log:explains { - :alice409 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice410 :does :log_off_at_end_of_shift. -} log:explains { - :alice410 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice411 :does :log_off_at_end_of_shift. -} log:explains { - :alice411 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice412 :does :log_off_at_end_of_shift. -} log:explains { - :alice412 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice413 :does :log_off_at_end_of_shift. -} log:explains { - :alice413 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice414 :does :log_off_at_end_of_shift. -} log:explains { - :alice414 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice415 :does :log_off_at_end_of_shift. -} log:explains { - :alice415 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice416 :does :log_off_at_end_of_shift. -} log:explains { - :alice416 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice417 :does :log_off_at_end_of_shift. -} log:explains { - :alice417 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice418 :does :log_off_at_end_of_shift. -} log:explains { - :alice418 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice419 :does :log_off_at_end_of_shift. -} log:explains { - :alice419 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice420 :does :log_off_at_end_of_shift. -} log:explains { - :alice420 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice421 :does :log_off_at_end_of_shift. -} log:explains { - :alice421 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice422 :does :log_off_at_end_of_shift. -} log:explains { - :alice422 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice423 :does :log_off_at_end_of_shift. -} log:explains { - :alice423 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice424 :does :log_off_at_end_of_shift. -} log:explains { - :alice424 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice425 :does :log_off_at_end_of_shift. -} log:explains { - :alice425 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice426 :does :log_off_at_end_of_shift. -} log:explains { - :alice426 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice427 :does :log_off_at_end_of_shift. -} log:explains { - :alice427 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice428 :does :log_off_at_end_of_shift. -} log:explains { - :alice428 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice429 :does :log_off_at_end_of_shift. -} log:explains { - :alice429 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice430 :does :log_off_at_end_of_shift. -} log:explains { - :alice430 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice431 :does :log_off_at_end_of_shift. -} log:explains { - :alice431 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice432 :does :log_off_at_end_of_shift. -} log:explains { - :alice432 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice433 :does :log_off_at_end_of_shift. -} log:explains { - :alice433 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice434 :does :log_off_at_end_of_shift. -} log:explains { - :alice434 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice435 :does :log_off_at_end_of_shift. -} log:explains { - :alice435 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice436 :does :log_off_at_end_of_shift. -} log:explains { - :alice436 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice437 :does :log_off_at_end_of_shift. -} log:explains { - :alice437 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice438 :does :log_off_at_end_of_shift. -} log:explains { - :alice438 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice439 :does :log_off_at_end_of_shift. -} log:explains { - :alice439 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice440 :does :log_off_at_end_of_shift. -} log:explains { - :alice440 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice441 :does :log_off_at_end_of_shift. -} log:explains { - :alice441 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice442 :does :log_off_at_end_of_shift. -} log:explains { - :alice442 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice443 :does :log_off_at_end_of_shift. -} log:explains { - :alice443 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice444 :does :log_off_at_end_of_shift. -} log:explains { - :alice444 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice445 :does :log_off_at_end_of_shift. -} log:explains { - :alice445 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice446 :does :log_off_at_end_of_shift. -} log:explains { - :alice446 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice447 :does :log_off_at_end_of_shift. -} log:explains { - :alice447 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice448 :does :log_off_at_end_of_shift. -} log:explains { - :alice448 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice449 :does :log_off_at_end_of_shift. -} log:explains { - :alice449 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice450 :does :log_off_at_end_of_shift. -} log:explains { - :alice450 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice451 :does :log_off_at_end_of_shift. -} log:explains { - :alice451 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice452 :does :log_off_at_end_of_shift. -} log:explains { - :alice452 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice453 :does :log_off_at_end_of_shift. -} log:explains { - :alice453 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice454 :does :log_off_at_end_of_shift. -} log:explains { - :alice454 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice455 :does :log_off_at_end_of_shift. -} log:explains { - :alice455 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice456 :does :log_off_at_end_of_shift. -} log:explains { - :alice456 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice457 :does :log_off_at_end_of_shift. -} log:explains { - :alice457 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice458 :does :log_off_at_end_of_shift. -} log:explains { - :alice458 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice459 :does :log_off_at_end_of_shift. -} log:explains { - :alice459 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice460 :does :log_off_at_end_of_shift. -} log:explains { - :alice460 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice461 :does :log_off_at_end_of_shift. -} log:explains { - :alice461 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice462 :does :log_off_at_end_of_shift. -} log:explains { - :alice462 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice463 :does :log_off_at_end_of_shift. -} log:explains { - :alice463 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice464 :does :log_off_at_end_of_shift. -} log:explains { - :alice464 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice465 :does :log_off_at_end_of_shift. -} log:explains { - :alice465 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice466 :does :log_off_at_end_of_shift. -} log:explains { - :alice466 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice467 :does :log_off_at_end_of_shift. -} log:explains { - :alice467 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice468 :does :log_off_at_end_of_shift. -} log:explains { - :alice468 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice469 :does :log_off_at_end_of_shift. -} log:explains { - :alice469 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice470 :does :log_off_at_end_of_shift. -} log:explains { - :alice470 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice471 :does :log_off_at_end_of_shift. -} log:explains { - :alice471 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice472 :does :log_off_at_end_of_shift. -} log:explains { - :alice472 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice473 :does :log_off_at_end_of_shift. -} log:explains { - :alice473 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice474 :does :log_off_at_end_of_shift. -} log:explains { - :alice474 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice475 :does :log_off_at_end_of_shift. -} log:explains { - :alice475 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice476 :does :log_off_at_end_of_shift. -} log:explains { - :alice476 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice477 :does :log_off_at_end_of_shift. -} log:explains { - :alice477 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice478 :does :log_off_at_end_of_shift. -} log:explains { - :alice478 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice479 :does :log_off_at_end_of_shift. -} log:explains { - :alice479 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice480 :does :log_off_at_end_of_shift. -} log:explains { - :alice480 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice481 :does :log_off_at_end_of_shift. -} log:explains { - :alice481 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice482 :does :log_off_at_end_of_shift. -} log:explains { - :alice482 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice483 :does :log_off_at_end_of_shift. -} log:explains { - :alice483 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice484 :does :log_off_at_end_of_shift. -} log:explains { - :alice484 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice485 :does :log_off_at_end_of_shift. -} log:explains { - :alice485 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice486 :does :log_off_at_end_of_shift. -} log:explains { - :alice486 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice487 :does :log_off_at_end_of_shift. -} log:explains { - :alice487 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice488 :does :log_off_at_end_of_shift. -} log:explains { - :alice488 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice489 :does :log_off_at_end_of_shift. -} log:explains { - :alice489 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice490 :does :log_off_at_end_of_shift. -} log:explains { - :alice490 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice491 :does :log_off_at_end_of_shift. -} log:explains { - :alice491 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice492 :does :log_off_at_end_of_shift. -} log:explains { - :alice492 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice493 :does :log_off_at_end_of_shift. -} log:explains { - :alice493 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice494 :does :log_off_at_end_of_shift. -} log:explains { - :alice494 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice495 :does :log_off_at_end_of_shift. -} log:explains { - :alice495 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice496 :does :log_off_at_end_of_shift. -} log:explains { - :alice496 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice497 :does :log_off_at_end_of_shift. -} log:explains { - :alice497 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice498 :does :log_off_at_end_of_shift. -} log:explains { - :alice498 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice499 :does :log_off_at_end_of_shift. -} log:explains { - :alice499 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice500 :does :log_off_at_end_of_shift. -} log:explains { - :alice500 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice501 :does :log_off_at_end_of_shift. -} log:explains { - :alice501 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice502 :does :log_off_at_end_of_shift. -} log:explains { - :alice502 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice503 :does :log_off_at_end_of_shift. -} log:explains { - :alice503 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice504 :does :log_off_at_end_of_shift. -} log:explains { - :alice504 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice505 :does :log_off_at_end_of_shift. -} log:explains { - :alice505 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice506 :does :log_off_at_end_of_shift. -} log:explains { - :alice506 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice507 :does :log_off_at_end_of_shift. -} log:explains { - :alice507 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice508 :does :log_off_at_end_of_shift. -} log:explains { - :alice508 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice509 :does :log_off_at_end_of_shift. -} log:explains { - :alice509 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice510 :does :log_off_at_end_of_shift. -} log:explains { - :alice510 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice511 :does :log_off_at_end_of_shift. -} log:explains { - :alice511 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice512 :does :log_off_at_end_of_shift. -} log:explains { - :alice512 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice513 :does :log_off_at_end_of_shift. -} log:explains { - :alice513 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice514 :does :log_off_at_end_of_shift. -} log:explains { - :alice514 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice515 :does :log_off_at_end_of_shift. -} log:explains { - :alice515 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice516 :does :log_off_at_end_of_shift. -} log:explains { - :alice516 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice517 :does :log_off_at_end_of_shift. -} log:explains { - :alice517 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice518 :does :log_off_at_end_of_shift. -} log:explains { - :alice518 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice519 :does :log_off_at_end_of_shift. -} log:explains { - :alice519 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice520 :does :log_off_at_end_of_shift. -} log:explains { - :alice520 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice521 :does :log_off_at_end_of_shift. -} log:explains { - :alice521 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice522 :does :log_off_at_end_of_shift. -} log:explains { - :alice522 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice523 :does :log_off_at_end_of_shift. -} log:explains { - :alice523 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice524 :does :log_off_at_end_of_shift. -} log:explains { - :alice524 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice525 :does :log_off_at_end_of_shift. -} log:explains { - :alice525 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice526 :does :log_off_at_end_of_shift. -} log:explains { - :alice526 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice527 :does :log_off_at_end_of_shift. -} log:explains { - :alice527 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice528 :does :log_off_at_end_of_shift. -} log:explains { - :alice528 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice529 :does :log_off_at_end_of_shift. -} log:explains { - :alice529 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice530 :does :log_off_at_end_of_shift. -} log:explains { - :alice530 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice531 :does :log_off_at_end_of_shift. -} log:explains { - :alice531 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice532 :does :log_off_at_end_of_shift. -} log:explains { - :alice532 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice533 :does :log_off_at_end_of_shift. -} log:explains { - :alice533 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice534 :does :log_off_at_end_of_shift. -} log:explains { - :alice534 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice535 :does :log_off_at_end_of_shift. -} log:explains { - :alice535 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice536 :does :log_off_at_end_of_shift. -} log:explains { - :alice536 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice537 :does :log_off_at_end_of_shift. -} log:explains { - :alice537 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice538 :does :log_off_at_end_of_shift. -} log:explains { - :alice538 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice539 :does :log_off_at_end_of_shift. -} log:explains { - :alice539 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice540 :does :log_off_at_end_of_shift. -} log:explains { - :alice540 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice541 :does :log_off_at_end_of_shift. -} log:explains { - :alice541 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice542 :does :log_off_at_end_of_shift. -} log:explains { - :alice542 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice543 :does :log_off_at_end_of_shift. -} log:explains { - :alice543 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice544 :does :log_off_at_end_of_shift. -} log:explains { - :alice544 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice545 :does :log_off_at_end_of_shift. -} log:explains { - :alice545 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice546 :does :log_off_at_end_of_shift. -} log:explains { - :alice546 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice547 :does :log_off_at_end_of_shift. -} log:explains { - :alice547 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice548 :does :log_off_at_end_of_shift. -} log:explains { - :alice548 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice549 :does :log_off_at_end_of_shift. -} log:explains { - :alice549 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice550 :does :log_off_at_end_of_shift. -} log:explains { - :alice550 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice551 :does :log_off_at_end_of_shift. -} log:explains { - :alice551 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice552 :does :log_off_at_end_of_shift. -} log:explains { - :alice552 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice553 :does :log_off_at_end_of_shift. -} log:explains { - :alice553 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice554 :does :log_off_at_end_of_shift. -} log:explains { - :alice554 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice555 :does :log_off_at_end_of_shift. -} log:explains { - :alice555 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice556 :does :log_off_at_end_of_shift. -} log:explains { - :alice556 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice557 :does :log_off_at_end_of_shift. -} log:explains { - :alice557 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice558 :does :log_off_at_end_of_shift. -} log:explains { - :alice558 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice559 :does :log_off_at_end_of_shift. -} log:explains { - :alice559 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice560 :does :log_off_at_end_of_shift. -} log:explains { - :alice560 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice561 :does :log_off_at_end_of_shift. -} log:explains { - :alice561 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice562 :does :log_off_at_end_of_shift. -} log:explains { - :alice562 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice563 :does :log_off_at_end_of_shift. -} log:explains { - :alice563 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice564 :does :log_off_at_end_of_shift. -} log:explains { - :alice564 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice565 :does :log_off_at_end_of_shift. -} log:explains { - :alice565 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice566 :does :log_off_at_end_of_shift. -} log:explains { - :alice566 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice567 :does :log_off_at_end_of_shift. -} log:explains { - :alice567 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice568 :does :log_off_at_end_of_shift. -} log:explains { - :alice568 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice569 :does :log_off_at_end_of_shift. -} log:explains { - :alice569 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice570 :does :log_off_at_end_of_shift. -} log:explains { - :alice570 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice571 :does :log_off_at_end_of_shift. -} log:explains { - :alice571 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice572 :does :log_off_at_end_of_shift. -} log:explains { - :alice572 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice573 :does :log_off_at_end_of_shift. -} log:explains { - :alice573 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice574 :does :log_off_at_end_of_shift. -} log:explains { - :alice574 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice575 :does :log_off_at_end_of_shift. -} log:explains { - :alice575 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice576 :does :log_off_at_end_of_shift. -} log:explains { - :alice576 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice577 :does :log_off_at_end_of_shift. -} log:explains { - :alice577 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice578 :does :log_off_at_end_of_shift. -} log:explains { - :alice578 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice579 :does :log_off_at_end_of_shift. -} log:explains { - :alice579 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice580 :does :log_off_at_end_of_shift. -} log:explains { - :alice580 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice581 :does :log_off_at_end_of_shift. -} log:explains { - :alice581 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice582 :does :log_off_at_end_of_shift. -} log:explains { - :alice582 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice583 :does :log_off_at_end_of_shift. -} log:explains { - :alice583 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice584 :does :log_off_at_end_of_shift. -} log:explains { - :alice584 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice585 :does :log_off_at_end_of_shift. -} log:explains { - :alice585 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice586 :does :log_off_at_end_of_shift. -} log:explains { - :alice586 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice587 :does :log_off_at_end_of_shift. -} log:explains { - :alice587 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice588 :does :log_off_at_end_of_shift. -} log:explains { - :alice588 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice589 :does :log_off_at_end_of_shift. -} log:explains { - :alice589 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice590 :does :log_off_at_end_of_shift. -} log:explains { - :alice590 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice591 :does :log_off_at_end_of_shift. -} log:explains { - :alice591 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice592 :does :log_off_at_end_of_shift. -} log:explains { - :alice592 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice593 :does :log_off_at_end_of_shift. -} log:explains { - :alice593 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice594 :does :log_off_at_end_of_shift. -} log:explains { - :alice594 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice595 :does :log_off_at_end_of_shift. -} log:explains { - :alice595 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice596 :does :log_off_at_end_of_shift. -} log:explains { - :alice596 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice597 :does :log_off_at_end_of_shift. -} log:explains { - :alice597 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice598 :does :log_off_at_end_of_shift. -} log:explains { - :alice598 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice599 :does :log_off_at_end_of_shift. -} log:explains { - :alice599 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice600 :does :log_off_at_end_of_shift. -} log:explains { - :alice600 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice601 :does :log_off_at_end_of_shift. -} log:explains { - :alice601 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice602 :does :log_off_at_end_of_shift. -} log:explains { - :alice602 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice603 :does :log_off_at_end_of_shift. -} log:explains { - :alice603 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice604 :does :log_off_at_end_of_shift. -} log:explains { - :alice604 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice605 :does :log_off_at_end_of_shift. -} log:explains { - :alice605 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice606 :does :log_off_at_end_of_shift. -} log:explains { - :alice606 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice607 :does :log_off_at_end_of_shift. -} log:explains { - :alice607 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice608 :does :log_off_at_end_of_shift. -} log:explains { - :alice608 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice609 :does :log_off_at_end_of_shift. -} log:explains { - :alice609 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice610 :does :log_off_at_end_of_shift. -} log:explains { - :alice610 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice611 :does :log_off_at_end_of_shift. -} log:explains { - :alice611 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice612 :does :log_off_at_end_of_shift. -} log:explains { - :alice612 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice613 :does :log_off_at_end_of_shift. -} log:explains { - :alice613 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice614 :does :log_off_at_end_of_shift. -} log:explains { - :alice614 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice615 :does :log_off_at_end_of_shift. -} log:explains { - :alice615 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice616 :does :log_off_at_end_of_shift. -} log:explains { - :alice616 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice617 :does :log_off_at_end_of_shift. -} log:explains { - :alice617 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice618 :does :log_off_at_end_of_shift. -} log:explains { - :alice618 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice619 :does :log_off_at_end_of_shift. -} log:explains { - :alice619 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice620 :does :log_off_at_end_of_shift. -} log:explains { - :alice620 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice621 :does :log_off_at_end_of_shift. -} log:explains { - :alice621 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice622 :does :log_off_at_end_of_shift. -} log:explains { - :alice622 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice623 :does :log_off_at_end_of_shift. -} log:explains { - :alice623 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice624 :does :log_off_at_end_of_shift. -} log:explains { - :alice624 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice625 :does :log_off_at_end_of_shift. -} log:explains { - :alice625 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice626 :does :log_off_at_end_of_shift. -} log:explains { - :alice626 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice627 :does :log_off_at_end_of_shift. -} log:explains { - :alice627 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice628 :does :log_off_at_end_of_shift. -} log:explains { - :alice628 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice629 :does :log_off_at_end_of_shift. -} log:explains { - :alice629 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice630 :does :log_off_at_end_of_shift. -} log:explains { - :alice630 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice631 :does :log_off_at_end_of_shift. -} log:explains { - :alice631 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice632 :does :log_off_at_end_of_shift. -} log:explains { - :alice632 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice633 :does :log_off_at_end_of_shift. -} log:explains { - :alice633 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice634 :does :log_off_at_end_of_shift. -} log:explains { - :alice634 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice635 :does :log_off_at_end_of_shift. -} log:explains { - :alice635 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice636 :does :log_off_at_end_of_shift. -} log:explains { - :alice636 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice637 :does :log_off_at_end_of_shift. -} log:explains { - :alice637 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice638 :does :log_off_at_end_of_shift. -} log:explains { - :alice638 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice639 :does :log_off_at_end_of_shift. -} log:explains { - :alice639 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice640 :does :log_off_at_end_of_shift. -} log:explains { - :alice640 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice641 :does :log_off_at_end_of_shift. -} log:explains { - :alice641 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice642 :does :log_off_at_end_of_shift. -} log:explains { - :alice642 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice643 :does :log_off_at_end_of_shift. -} log:explains { - :alice643 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice644 :does :log_off_at_end_of_shift. -} log:explains { - :alice644 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice645 :does :log_off_at_end_of_shift. -} log:explains { - :alice645 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice646 :does :log_off_at_end_of_shift. -} log:explains { - :alice646 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice647 :does :log_off_at_end_of_shift. -} log:explains { - :alice647 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice648 :does :log_off_at_end_of_shift. -} log:explains { - :alice648 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice649 :does :log_off_at_end_of_shift. -} log:explains { - :alice649 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice650 :does :log_off_at_end_of_shift. -} log:explains { - :alice650 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice651 :does :log_off_at_end_of_shift. -} log:explains { - :alice651 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice652 :does :log_off_at_end_of_shift. -} log:explains { - :alice652 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice653 :does :log_off_at_end_of_shift. -} log:explains { - :alice653 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice654 :does :log_off_at_end_of_shift. -} log:explains { - :alice654 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice655 :does :log_off_at_end_of_shift. -} log:explains { - :alice655 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice656 :does :log_off_at_end_of_shift. -} log:explains { - :alice656 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice657 :does :log_off_at_end_of_shift. -} log:explains { - :alice657 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice658 :does :log_off_at_end_of_shift. -} log:explains { - :alice658 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice659 :does :log_off_at_end_of_shift. -} log:explains { - :alice659 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice660 :does :log_off_at_end_of_shift. -} log:explains { - :alice660 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice661 :does :log_off_at_end_of_shift. -} log:explains { - :alice661 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice662 :does :log_off_at_end_of_shift. -} log:explains { - :alice662 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice663 :does :log_off_at_end_of_shift. -} log:explains { - :alice663 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice664 :does :log_off_at_end_of_shift. -} log:explains { - :alice664 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice665 :does :log_off_at_end_of_shift. -} log:explains { - :alice665 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice666 :does :log_off_at_end_of_shift. -} log:explains { - :alice666 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice667 :does :log_off_at_end_of_shift. -} log:explains { - :alice667 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice668 :does :log_off_at_end_of_shift. -} log:explains { - :alice668 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice669 :does :log_off_at_end_of_shift. -} log:explains { - :alice669 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice670 :does :log_off_at_end_of_shift. -} log:explains { - :alice670 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice671 :does :log_off_at_end_of_shift. -} log:explains { - :alice671 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice672 :does :log_off_at_end_of_shift. -} log:explains { - :alice672 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice673 :does :log_off_at_end_of_shift. -} log:explains { - :alice673 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice674 :does :log_off_at_end_of_shift. -} log:explains { - :alice674 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice675 :does :log_off_at_end_of_shift. -} log:explains { - :alice675 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice676 :does :log_off_at_end_of_shift. -} log:explains { - :alice676 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice677 :does :log_off_at_end_of_shift. -} log:explains { - :alice677 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice678 :does :log_off_at_end_of_shift. -} log:explains { - :alice678 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice679 :does :log_off_at_end_of_shift. -} log:explains { - :alice679 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice680 :does :log_off_at_end_of_shift. -} log:explains { - :alice680 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice681 :does :log_off_at_end_of_shift. -} log:explains { - :alice681 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice682 :does :log_off_at_end_of_shift. -} log:explains { - :alice682 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice683 :does :log_off_at_end_of_shift. -} log:explains { - :alice683 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice684 :does :log_off_at_end_of_shift. -} log:explains { - :alice684 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice685 :does :log_off_at_end_of_shift. -} log:explains { - :alice685 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice686 :does :log_off_at_end_of_shift. -} log:explains { - :alice686 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice687 :does :log_off_at_end_of_shift. -} log:explains { - :alice687 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice688 :does :log_off_at_end_of_shift. -} log:explains { - :alice688 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice689 :does :log_off_at_end_of_shift. -} log:explains { - :alice689 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice690 :does :log_off_at_end_of_shift. -} log:explains { - :alice690 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice691 :does :log_off_at_end_of_shift. -} log:explains { - :alice691 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice692 :does :log_off_at_end_of_shift. -} log:explains { - :alice692 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice693 :does :log_off_at_end_of_shift. -} log:explains { - :alice693 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice694 :does :log_off_at_end_of_shift. -} log:explains { - :alice694 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice695 :does :log_off_at_end_of_shift. -} log:explains { - :alice695 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice696 :does :log_off_at_end_of_shift. -} log:explains { - :alice696 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice697 :does :log_off_at_end_of_shift. -} log:explains { - :alice697 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice698 :does :log_off_at_end_of_shift. -} log:explains { - :alice698 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice699 :does :log_off_at_end_of_shift. -} log:explains { - :alice699 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice700 :does :log_off_at_end_of_shift. -} log:explains { - :alice700 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice701 :does :log_off_at_end_of_shift. -} log:explains { - :alice701 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice702 :does :log_off_at_end_of_shift. -} log:explains { - :alice702 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice703 :does :log_off_at_end_of_shift. -} log:explains { - :alice703 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice704 :does :log_off_at_end_of_shift. -} log:explains { - :alice704 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice705 :does :log_off_at_end_of_shift. -} log:explains { - :alice705 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice706 :does :log_off_at_end_of_shift. -} log:explains { - :alice706 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice707 :does :log_off_at_end_of_shift. -} log:explains { - :alice707 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice708 :does :log_off_at_end_of_shift. -} log:explains { - :alice708 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice709 :does :log_off_at_end_of_shift. -} log:explains { - :alice709 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice710 :does :log_off_at_end_of_shift. -} log:explains { - :alice710 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice711 :does :log_off_at_end_of_shift. -} log:explains { - :alice711 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice712 :does :log_off_at_end_of_shift. -} log:explains { - :alice712 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice713 :does :log_off_at_end_of_shift. -} log:explains { - :alice713 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice714 :does :log_off_at_end_of_shift. -} log:explains { - :alice714 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice715 :does :log_off_at_end_of_shift. -} log:explains { - :alice715 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice716 :does :log_off_at_end_of_shift. -} log:explains { - :alice716 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice717 :does :log_off_at_end_of_shift. -} log:explains { - :alice717 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice718 :does :log_off_at_end_of_shift. -} log:explains { - :alice718 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice719 :does :log_off_at_end_of_shift. -} log:explains { - :alice719 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice720 :does :log_off_at_end_of_shift. -} log:explains { - :alice720 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice721 :does :log_off_at_end_of_shift. -} log:explains { - :alice721 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice722 :does :log_off_at_end_of_shift. -} log:explains { - :alice722 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice723 :does :log_off_at_end_of_shift. -} log:explains { - :alice723 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice724 :does :log_off_at_end_of_shift. -} log:explains { - :alice724 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice725 :does :log_off_at_end_of_shift. -} log:explains { - :alice725 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice726 :does :log_off_at_end_of_shift. -} log:explains { - :alice726 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice727 :does :log_off_at_end_of_shift. -} log:explains { - :alice727 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice728 :does :log_off_at_end_of_shift. -} log:explains { - :alice728 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice729 :does :log_off_at_end_of_shift. -} log:explains { - :alice729 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice730 :does :log_off_at_end_of_shift. -} log:explains { - :alice730 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice731 :does :log_off_at_end_of_shift. -} log:explains { - :alice731 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice732 :does :log_off_at_end_of_shift. -} log:explains { - :alice732 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice733 :does :log_off_at_end_of_shift. -} log:explains { - :alice733 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice734 :does :log_off_at_end_of_shift. -} log:explains { - :alice734 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice735 :does :log_off_at_end_of_shift. -} log:explains { - :alice735 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice736 :does :log_off_at_end_of_shift. -} log:explains { - :alice736 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice737 :does :log_off_at_end_of_shift. -} log:explains { - :alice737 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice738 :does :log_off_at_end_of_shift. -} log:explains { - :alice738 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice739 :does :log_off_at_end_of_shift. -} log:explains { - :alice739 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice740 :does :log_off_at_end_of_shift. -} log:explains { - :alice740 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice741 :does :log_off_at_end_of_shift. -} log:explains { - :alice741 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice742 :does :log_off_at_end_of_shift. -} log:explains { - :alice742 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice743 :does :log_off_at_end_of_shift. -} log:explains { - :alice743 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice744 :does :log_off_at_end_of_shift. -} log:explains { - :alice744 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice745 :does :log_off_at_end_of_shift. -} log:explains { - :alice745 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice746 :does :log_off_at_end_of_shift. -} log:explains { - :alice746 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice747 :does :log_off_at_end_of_shift. -} log:explains { - :alice747 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice748 :does :log_off_at_end_of_shift. -} log:explains { - :alice748 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice749 :does :log_off_at_end_of_shift. -} log:explains { - :alice749 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice750 :does :log_off_at_end_of_shift. -} log:explains { - :alice750 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice751 :does :log_off_at_end_of_shift. -} log:explains { - :alice751 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice752 :does :log_off_at_end_of_shift. -} log:explains { - :alice752 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice753 :does :log_off_at_end_of_shift. -} log:explains { - :alice753 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice754 :does :log_off_at_end_of_shift. -} log:explains { - :alice754 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice755 :does :log_off_at_end_of_shift. -} log:explains { - :alice755 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice756 :does :log_off_at_end_of_shift. -} log:explains { - :alice756 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice757 :does :log_off_at_end_of_shift. -} log:explains { - :alice757 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice758 :does :log_off_at_end_of_shift. -} log:explains { - :alice758 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice759 :does :log_off_at_end_of_shift. -} log:explains { - :alice759 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice760 :does :log_off_at_end_of_shift. -} log:explains { - :alice760 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice761 :does :log_off_at_end_of_shift. -} log:explains { - :alice761 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice762 :does :log_off_at_end_of_shift. -} log:explains { - :alice762 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice763 :does :log_off_at_end_of_shift. -} log:explains { - :alice763 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice764 :does :log_off_at_end_of_shift. -} log:explains { - :alice764 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice765 :does :log_off_at_end_of_shift. -} log:explains { - :alice765 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice766 :does :log_off_at_end_of_shift. -} log:explains { - :alice766 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice767 :does :log_off_at_end_of_shift. -} log:explains { - :alice767 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice768 :does :log_off_at_end_of_shift. -} log:explains { - :alice768 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice769 :does :log_off_at_end_of_shift. -} log:explains { - :alice769 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice770 :does :log_off_at_end_of_shift. -} log:explains { - :alice770 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice771 :does :log_off_at_end_of_shift. -} log:explains { - :alice771 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice772 :does :log_off_at_end_of_shift. -} log:explains { - :alice772 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice773 :does :log_off_at_end_of_shift. -} log:explains { - :alice773 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice774 :does :log_off_at_end_of_shift. -} log:explains { - :alice774 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice775 :does :log_off_at_end_of_shift. -} log:explains { - :alice775 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice776 :does :log_off_at_end_of_shift. -} log:explains { - :alice776 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice777 :does :log_off_at_end_of_shift. -} log:explains { - :alice777 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice778 :does :log_off_at_end_of_shift. -} log:explains { - :alice778 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice779 :does :log_off_at_end_of_shift. -} log:explains { - :alice779 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice780 :does :log_off_at_end_of_shift. -} log:explains { - :alice780 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice781 :does :log_off_at_end_of_shift. -} log:explains { - :alice781 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice782 :does :log_off_at_end_of_shift. -} log:explains { - :alice782 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice783 :does :log_off_at_end_of_shift. -} log:explains { - :alice783 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice784 :does :log_off_at_end_of_shift. -} log:explains { - :alice784 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice785 :does :log_off_at_end_of_shift. -} log:explains { - :alice785 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice786 :does :log_off_at_end_of_shift. -} log:explains { - :alice786 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice787 :does :log_off_at_end_of_shift. -} log:explains { - :alice787 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice788 :does :log_off_at_end_of_shift. -} log:explains { - :alice788 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice789 :does :log_off_at_end_of_shift. -} log:explains { - :alice789 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice790 :does :log_off_at_end_of_shift. -} log:explains { - :alice790 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice791 :does :log_off_at_end_of_shift. -} log:explains { - :alice791 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice792 :does :log_off_at_end_of_shift. -} log:explains { - :alice792 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice793 :does :log_off_at_end_of_shift. -} log:explains { - :alice793 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice794 :does :log_off_at_end_of_shift. -} log:explains { - :alice794 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice795 :does :log_off_at_end_of_shift. -} log:explains { - :alice795 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice796 :does :log_off_at_end_of_shift. -} log:explains { - :alice796 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice797 :does :log_off_at_end_of_shift. -} log:explains { - :alice797 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice798 :does :log_off_at_end_of_shift. -} log:explains { - :alice798 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice799 :does :log_off_at_end_of_shift. -} log:explains { - :alice799 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice800 :does :log_off_at_end_of_shift. -} log:explains { - :alice800 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice801 :does :log_off_at_end_of_shift. -} log:explains { - :alice801 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice802 :does :log_off_at_end_of_shift. -} log:explains { - :alice802 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice803 :does :log_off_at_end_of_shift. -} log:explains { - :alice803 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice804 :does :log_off_at_end_of_shift. -} log:explains { - :alice804 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice805 :does :log_off_at_end_of_shift. -} log:explains { - :alice805 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice806 :does :log_off_at_end_of_shift. -} log:explains { - :alice806 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice807 :does :log_off_at_end_of_shift. -} log:explains { - :alice807 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice808 :does :log_off_at_end_of_shift. -} log:explains { - :alice808 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice809 :does :log_off_at_end_of_shift. -} log:explains { - :alice809 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice810 :does :log_off_at_end_of_shift. -} log:explains { - :alice810 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice811 :does :log_off_at_end_of_shift. -} log:explains { - :alice811 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice812 :does :log_off_at_end_of_shift. -} log:explains { - :alice812 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice813 :does :log_off_at_end_of_shift. -} log:explains { - :alice813 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice814 :does :log_off_at_end_of_shift. -} log:explains { - :alice814 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice815 :does :log_off_at_end_of_shift. -} log:explains { - :alice815 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice816 :does :log_off_at_end_of_shift. -} log:explains { - :alice816 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice817 :does :log_off_at_end_of_shift. -} log:explains { - :alice817 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice818 :does :log_off_at_end_of_shift. -} log:explains { - :alice818 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice819 :does :log_off_at_end_of_shift. -} log:explains { - :alice819 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice820 :does :log_off_at_end_of_shift. -} log:explains { - :alice820 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice821 :does :log_off_at_end_of_shift. -} log:explains { - :alice821 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice822 :does :log_off_at_end_of_shift. -} log:explains { - :alice822 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice823 :does :log_off_at_end_of_shift. -} log:explains { - :alice823 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice824 :does :log_off_at_end_of_shift. -} log:explains { - :alice824 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice825 :does :log_off_at_end_of_shift. -} log:explains { - :alice825 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice826 :does :log_off_at_end_of_shift. -} log:explains { - :alice826 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice827 :does :log_off_at_end_of_shift. -} log:explains { - :alice827 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice828 :does :log_off_at_end_of_shift. -} log:explains { - :alice828 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice829 :does :log_off_at_end_of_shift. -} log:explains { - :alice829 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice830 :does :log_off_at_end_of_shift. -} log:explains { - :alice830 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice831 :does :log_off_at_end_of_shift. -} log:explains { - :alice831 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice832 :does :log_off_at_end_of_shift. -} log:explains { - :alice832 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice833 :does :log_off_at_end_of_shift. -} log:explains { - :alice833 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice834 :does :log_off_at_end_of_shift. -} log:explains { - :alice834 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice835 :does :log_off_at_end_of_shift. -} log:explains { - :alice835 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice836 :does :log_off_at_end_of_shift. -} log:explains { - :alice836 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice837 :does :log_off_at_end_of_shift. -} log:explains { - :alice837 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice838 :does :log_off_at_end_of_shift. -} log:explains { - :alice838 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice839 :does :log_off_at_end_of_shift. -} log:explains { - :alice839 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice840 :does :log_off_at_end_of_shift. -} log:explains { - :alice840 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice841 :does :log_off_at_end_of_shift. -} log:explains { - :alice841 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice842 :does :log_off_at_end_of_shift. -} log:explains { - :alice842 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice843 :does :log_off_at_end_of_shift. -} log:explains { - :alice843 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice844 :does :log_off_at_end_of_shift. -} log:explains { - :alice844 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice845 :does :log_off_at_end_of_shift. -} log:explains { - :alice845 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice846 :does :log_off_at_end_of_shift. -} log:explains { - :alice846 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice847 :does :log_off_at_end_of_shift. -} log:explains { - :alice847 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice848 :does :log_off_at_end_of_shift. -} log:explains { - :alice848 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice849 :does :log_off_at_end_of_shift. -} log:explains { - :alice849 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice850 :does :log_off_at_end_of_shift. -} log:explains { - :alice850 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice851 :does :log_off_at_end_of_shift. -} log:explains { - :alice851 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice852 :does :log_off_at_end_of_shift. -} log:explains { - :alice852 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice853 :does :log_off_at_end_of_shift. -} log:explains { - :alice853 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice854 :does :log_off_at_end_of_shift. -} log:explains { - :alice854 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice855 :does :log_off_at_end_of_shift. -} log:explains { - :alice855 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice856 :does :log_off_at_end_of_shift. -} log:explains { - :alice856 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice857 :does :log_off_at_end_of_shift. -} log:explains { - :alice857 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice858 :does :log_off_at_end_of_shift. -} log:explains { - :alice858 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice859 :does :log_off_at_end_of_shift. -} log:explains { - :alice859 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice860 :does :log_off_at_end_of_shift. -} log:explains { - :alice860 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice861 :does :log_off_at_end_of_shift. -} log:explains { - :alice861 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice862 :does :log_off_at_end_of_shift. -} log:explains { - :alice862 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice863 :does :log_off_at_end_of_shift. -} log:explains { - :alice863 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice864 :does :log_off_at_end_of_shift. -} log:explains { - :alice864 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice865 :does :log_off_at_end_of_shift. -} log:explains { - :alice865 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice866 :does :log_off_at_end_of_shift. -} log:explains { - :alice866 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice867 :does :log_off_at_end_of_shift. -} log:explains { - :alice867 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice868 :does :log_off_at_end_of_shift. -} log:explains { - :alice868 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice869 :does :log_off_at_end_of_shift. -} log:explains { - :alice869 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice870 :does :log_off_at_end_of_shift. -} log:explains { - :alice870 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice871 :does :log_off_at_end_of_shift. -} log:explains { - :alice871 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice872 :does :log_off_at_end_of_shift. -} log:explains { - :alice872 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice873 :does :log_off_at_end_of_shift. -} log:explains { - :alice873 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice874 :does :log_off_at_end_of_shift. -} log:explains { - :alice874 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice875 :does :log_off_at_end_of_shift. -} log:explains { - :alice875 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice876 :does :log_off_at_end_of_shift. -} log:explains { - :alice876 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice877 :does :log_off_at_end_of_shift. -} log:explains { - :alice877 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice878 :does :log_off_at_end_of_shift. -} log:explains { - :alice878 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice879 :does :log_off_at_end_of_shift. -} log:explains { - :alice879 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice880 :does :log_off_at_end_of_shift. -} log:explains { - :alice880 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice881 :does :log_off_at_end_of_shift. -} log:explains { - :alice881 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice882 :does :log_off_at_end_of_shift. -} log:explains { - :alice882 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice883 :does :log_off_at_end_of_shift. -} log:explains { - :alice883 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice884 :does :log_off_at_end_of_shift. -} log:explains { - :alice884 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice885 :does :log_off_at_end_of_shift. -} log:explains { - :alice885 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice886 :does :log_off_at_end_of_shift. -} log:explains { - :alice886 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice887 :does :log_off_at_end_of_shift. -} log:explains { - :alice887 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice888 :does :log_off_at_end_of_shift. -} log:explains { - :alice888 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice889 :does :log_off_at_end_of_shift. -} log:explains { - :alice889 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice890 :does :log_off_at_end_of_shift. -} log:explains { - :alice890 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice891 :does :log_off_at_end_of_shift. -} log:explains { - :alice891 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice892 :does :log_off_at_end_of_shift. -} log:explains { - :alice892 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice893 :does :log_off_at_end_of_shift. -} log:explains { - :alice893 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice894 :does :log_off_at_end_of_shift. -} log:explains { - :alice894 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice895 :does :log_off_at_end_of_shift. -} log:explains { - :alice895 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice896 :does :log_off_at_end_of_shift. -} log:explains { - :alice896 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice897 :does :log_off_at_end_of_shift. -} log:explains { - :alice897 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice898 :does :log_off_at_end_of_shift. -} log:explains { - :alice898 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice899 :does :log_off_at_end_of_shift. -} log:explains { - :alice899 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice900 :does :log_off_at_end_of_shift. -} log:explains { - :alice900 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice901 :does :log_off_at_end_of_shift. -} log:explains { - :alice901 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice902 :does :log_off_at_end_of_shift. -} log:explains { - :alice902 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice903 :does :log_off_at_end_of_shift. -} log:explains { - :alice903 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice904 :does :log_off_at_end_of_shift. -} log:explains { - :alice904 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice905 :does :log_off_at_end_of_shift. -} log:explains { - :alice905 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice906 :does :log_off_at_end_of_shift. -} log:explains { - :alice906 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice907 :does :log_off_at_end_of_shift. -} log:explains { - :alice907 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice908 :does :log_off_at_end_of_shift. -} log:explains { - :alice908 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice909 :does :log_off_at_end_of_shift. -} log:explains { - :alice909 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice910 :does :log_off_at_end_of_shift. -} log:explains { - :alice910 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice911 :does :log_off_at_end_of_shift. -} log:explains { - :alice911 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice912 :does :log_off_at_end_of_shift. -} log:explains { - :alice912 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice913 :does :log_off_at_end_of_shift. -} log:explains { - :alice913 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice914 :does :log_off_at_end_of_shift. -} log:explains { - :alice914 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice915 :does :log_off_at_end_of_shift. -} log:explains { - :alice915 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice916 :does :log_off_at_end_of_shift. -} log:explains { - :alice916 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice917 :does :log_off_at_end_of_shift. -} log:explains { - :alice917 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice918 :does :log_off_at_end_of_shift. -} log:explains { - :alice918 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice919 :does :log_off_at_end_of_shift. -} log:explains { - :alice919 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice920 :does :log_off_at_end_of_shift. -} log:explains { - :alice920 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice921 :does :log_off_at_end_of_shift. -} log:explains { - :alice921 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice922 :does :log_off_at_end_of_shift. -} log:explains { - :alice922 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice923 :does :log_off_at_end_of_shift. -} log:explains { - :alice923 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice924 :does :log_off_at_end_of_shift. -} log:explains { - :alice924 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice925 :does :log_off_at_end_of_shift. -} log:explains { - :alice925 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice926 :does :log_off_at_end_of_shift. -} log:explains { - :alice926 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice927 :does :log_off_at_end_of_shift. -} log:explains { - :alice927 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice928 :does :log_off_at_end_of_shift. -} log:explains { - :alice928 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice929 :does :log_off_at_end_of_shift. -} log:explains { - :alice929 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice930 :does :log_off_at_end_of_shift. -} log:explains { - :alice930 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice931 :does :log_off_at_end_of_shift. -} log:explains { - :alice931 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice932 :does :log_off_at_end_of_shift. -} log:explains { - :alice932 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice933 :does :log_off_at_end_of_shift. -} log:explains { - :alice933 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice934 :does :log_off_at_end_of_shift. -} log:explains { - :alice934 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice935 :does :log_off_at_end_of_shift. -} log:explains { - :alice935 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice936 :does :log_off_at_end_of_shift. -} log:explains { - :alice936 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice937 :does :log_off_at_end_of_shift. -} log:explains { - :alice937 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice938 :does :log_off_at_end_of_shift. -} log:explains { - :alice938 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice939 :does :log_off_at_end_of_shift. -} log:explains { - :alice939 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice940 :does :log_off_at_end_of_shift. -} log:explains { - :alice940 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice941 :does :log_off_at_end_of_shift. -} log:explains { - :alice941 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice942 :does :log_off_at_end_of_shift. -} log:explains { - :alice942 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice943 :does :log_off_at_end_of_shift. -} log:explains { - :alice943 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice944 :does :log_off_at_end_of_shift. -} log:explains { - :alice944 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice945 :does :log_off_at_end_of_shift. -} log:explains { - :alice945 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice946 :does :log_off_at_end_of_shift. -} log:explains { - :alice946 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice947 :does :log_off_at_end_of_shift. -} log:explains { - :alice947 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice948 :does :log_off_at_end_of_shift. -} log:explains { - :alice948 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice949 :does :log_off_at_end_of_shift. -} log:explains { - :alice949 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice950 :does :log_off_at_end_of_shift. -} log:explains { - :alice950 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice951 :does :log_off_at_end_of_shift. -} log:explains { - :alice951 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice952 :does :log_off_at_end_of_shift. -} log:explains { - :alice952 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice953 :does :log_off_at_end_of_shift. -} log:explains { - :alice953 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice954 :does :log_off_at_end_of_shift. -} log:explains { - :alice954 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice955 :does :log_off_at_end_of_shift. -} log:explains { - :alice955 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice956 :does :log_off_at_end_of_shift. -} log:explains { - :alice956 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice957 :does :log_off_at_end_of_shift. -} log:explains { - :alice957 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice958 :does :log_off_at_end_of_shift. -} log:explains { - :alice958 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice959 :does :log_off_at_end_of_shift. -} log:explains { - :alice959 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice960 :does :log_off_at_end_of_shift. -} log:explains { - :alice960 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice961 :does :log_off_at_end_of_shift. -} log:explains { - :alice961 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice962 :does :log_off_at_end_of_shift. -} log:explains { - :alice962 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice963 :does :log_off_at_end_of_shift. -} log:explains { - :alice963 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice964 :does :log_off_at_end_of_shift. -} log:explains { - :alice964 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice965 :does :log_off_at_end_of_shift. -} log:explains { - :alice965 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice966 :does :log_off_at_end_of_shift. -} log:explains { - :alice966 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice967 :does :log_off_at_end_of_shift. -} log:explains { - :alice967 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice968 :does :log_off_at_end_of_shift. -} log:explains { - :alice968 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice969 :does :log_off_at_end_of_shift. -} log:explains { - :alice969 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice970 :does :log_off_at_end_of_shift. -} log:explains { - :alice970 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice971 :does :log_off_at_end_of_shift. -} log:explains { - :alice971 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice972 :does :log_off_at_end_of_shift. -} log:explains { - :alice972 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice973 :does :log_off_at_end_of_shift. -} log:explains { - :alice973 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice974 :does :log_off_at_end_of_shift. -} log:explains { - :alice974 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice975 :does :log_off_at_end_of_shift. -} log:explains { - :alice975 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice976 :does :log_off_at_end_of_shift. -} log:explains { - :alice976 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice977 :does :log_off_at_end_of_shift. -} log:explains { - :alice977 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice978 :does :log_off_at_end_of_shift. -} log:explains { - :alice978 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice979 :does :log_off_at_end_of_shift. -} log:explains { - :alice979 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice980 :does :log_off_at_end_of_shift. -} log:explains { - :alice980 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice981 :does :log_off_at_end_of_shift. -} log:explains { - :alice981 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice982 :does :log_off_at_end_of_shift. -} log:explains { - :alice982 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice983 :does :log_off_at_end_of_shift. -} log:explains { - :alice983 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice984 :does :log_off_at_end_of_shift. -} log:explains { - :alice984 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice985 :does :log_off_at_end_of_shift. -} log:explains { - :alice985 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice986 :does :log_off_at_end_of_shift. -} log:explains { - :alice986 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice987 :does :log_off_at_end_of_shift. -} log:explains { - :alice987 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice988 :does :log_off_at_end_of_shift. -} log:explains { - :alice988 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice989 :does :log_off_at_end_of_shift. -} log:explains { - :alice989 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice990 :does :log_off_at_end_of_shift. -} log:explains { - :alice990 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice991 :does :log_off_at_end_of_shift. -} log:explains { - :alice991 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice992 :does :log_off_at_end_of_shift. -} log:explains { - :alice992 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice993 :does :log_off_at_end_of_shift. -} log:explains { - :alice993 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice994 :does :log_off_at_end_of_shift. -} log:explains { - :alice994 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice995 :does :log_off_at_end_of_shift. -} log:explains { - :alice995 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice996 :does :log_off_at_end_of_shift. -} log:explains { - :alice996 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice997 :does :log_off_at_end_of_shift. -} log:explains { - :alice997 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice998 :does :log_off_at_end_of_shift. -} log:explains { - :alice998 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice999 :does :log_off_at_end_of_shift. -} log:explains { - :alice999 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1000 :does :log_off_at_end_of_shift. -} log:explains { - :alice1000 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1001 :does :log_off_at_end_of_shift. -} log:explains { - :alice1001 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1002 :does :log_off_at_end_of_shift. -} log:explains { - :alice1002 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1003 :does :log_off_at_end_of_shift. -} log:explains { - :alice1003 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1004 :does :log_off_at_end_of_shift. -} log:explains { - :alice1004 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1005 :does :log_off_at_end_of_shift. -} log:explains { - :alice1005 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1006 :does :log_off_at_end_of_shift. -} log:explains { - :alice1006 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1007 :does :log_off_at_end_of_shift. -} log:explains { - :alice1007 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1008 :does :log_off_at_end_of_shift. -} log:explains { - :alice1008 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1009 :does :log_off_at_end_of_shift. -} log:explains { - :alice1009 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1010 :does :log_off_at_end_of_shift. -} log:explains { - :alice1010 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1011 :does :log_off_at_end_of_shift. -} log:explains { - :alice1011 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1012 :does :log_off_at_end_of_shift. -} log:explains { - :alice1012 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1013 :does :log_off_at_end_of_shift. -} log:explains { - :alice1013 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1014 :does :log_off_at_end_of_shift. -} log:explains { - :alice1014 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1015 :does :log_off_at_end_of_shift. -} log:explains { - :alice1015 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1016 :does :log_off_at_end_of_shift. -} log:explains { - :alice1016 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1017 :does :log_off_at_end_of_shift. -} log:explains { - :alice1017 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1018 :does :log_off_at_end_of_shift. -} log:explains { - :alice1018 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1019 :does :log_off_at_end_of_shift. -} log:explains { - :alice1019 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1020 :does :log_off_at_end_of_shift. -} log:explains { - :alice1020 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1021 :does :log_off_at_end_of_shift. -} log:explains { - :alice1021 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1022 :does :log_off_at_end_of_shift. -} log:explains { - :alice1022 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1023 :does :log_off_at_end_of_shift. -} log:explains { - :alice1023 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1024 :does :log_off_at_end_of_shift. -} log:explains { - :alice1024 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1025 :does :log_off_at_end_of_shift. -} log:explains { - :alice1025 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1026 :does :log_off_at_end_of_shift. -} log:explains { - :alice1026 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1027 :does :log_off_at_end_of_shift. -} log:explains { - :alice1027 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1028 :does :log_off_at_end_of_shift. -} log:explains { - :alice1028 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1029 :does :log_off_at_end_of_shift. -} log:explains { - :alice1029 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1030 :does :log_off_at_end_of_shift. -} log:explains { - :alice1030 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1031 :does :log_off_at_end_of_shift. -} log:explains { - :alice1031 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1032 :does :log_off_at_end_of_shift. -} log:explains { - :alice1032 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1033 :does :log_off_at_end_of_shift. -} log:explains { - :alice1033 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1034 :does :log_off_at_end_of_shift. -} log:explains { - :alice1034 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1035 :does :log_off_at_end_of_shift. -} log:explains { - :alice1035 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1036 :does :log_off_at_end_of_shift. -} log:explains { - :alice1036 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1037 :does :log_off_at_end_of_shift. -} log:explains { - :alice1037 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1038 :does :log_off_at_end_of_shift. -} log:explains { - :alice1038 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1039 :does :log_off_at_end_of_shift. -} log:explains { - :alice1039 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1040 :does :log_off_at_end_of_shift. -} log:explains { - :alice1040 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1041 :does :log_off_at_end_of_shift. -} log:explains { - :alice1041 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1042 :does :log_off_at_end_of_shift. -} log:explains { - :alice1042 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1043 :does :log_off_at_end_of_shift. -} log:explains { - :alice1043 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1044 :does :log_off_at_end_of_shift. -} log:explains { - :alice1044 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1045 :does :log_off_at_end_of_shift. -} log:explains { - :alice1045 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1046 :does :log_off_at_end_of_shift. -} log:explains { - :alice1046 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1047 :does :log_off_at_end_of_shift. -} log:explains { - :alice1047 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1048 :does :log_off_at_end_of_shift. -} log:explains { - :alice1048 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1049 :does :log_off_at_end_of_shift. -} log:explains { - :alice1049 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1050 :does :log_off_at_end_of_shift. -} log:explains { - :alice1050 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1051 :does :log_off_at_end_of_shift. -} log:explains { - :alice1051 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1052 :does :log_off_at_end_of_shift. -} log:explains { - :alice1052 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1053 :does :log_off_at_end_of_shift. -} log:explains { - :alice1053 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1054 :does :log_off_at_end_of_shift. -} log:explains { - :alice1054 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1055 :does :log_off_at_end_of_shift. -} log:explains { - :alice1055 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1056 :does :log_off_at_end_of_shift. -} log:explains { - :alice1056 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1057 :does :log_off_at_end_of_shift. -} log:explains { - :alice1057 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1058 :does :log_off_at_end_of_shift. -} log:explains { - :alice1058 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1059 :does :log_off_at_end_of_shift. -} log:explains { - :alice1059 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1060 :does :log_off_at_end_of_shift. -} log:explains { - :alice1060 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1061 :does :log_off_at_end_of_shift. -} log:explains { - :alice1061 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1062 :does :log_off_at_end_of_shift. -} log:explains { - :alice1062 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1063 :does :log_off_at_end_of_shift. -} log:explains { - :alice1063 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1064 :does :log_off_at_end_of_shift. -} log:explains { - :alice1064 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1065 :does :log_off_at_end_of_shift. -} log:explains { - :alice1065 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1066 :does :log_off_at_end_of_shift. -} log:explains { - :alice1066 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1067 :does :log_off_at_end_of_shift. -} log:explains { - :alice1067 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1068 :does :log_off_at_end_of_shift. -} log:explains { - :alice1068 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1069 :does :log_off_at_end_of_shift. -} log:explains { - :alice1069 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1070 :does :log_off_at_end_of_shift. -} log:explains { - :alice1070 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1071 :does :log_off_at_end_of_shift. -} log:explains { - :alice1071 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1072 :does :log_off_at_end_of_shift. -} log:explains { - :alice1072 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1073 :does :log_off_at_end_of_shift. -} log:explains { - :alice1073 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1074 :does :log_off_at_end_of_shift. -} log:explains { - :alice1074 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1075 :does :log_off_at_end_of_shift. -} log:explains { - :alice1075 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1076 :does :log_off_at_end_of_shift. -} log:explains { - :alice1076 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1077 :does :log_off_at_end_of_shift. -} log:explains { - :alice1077 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1078 :does :log_off_at_end_of_shift. -} log:explains { - :alice1078 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1079 :does :log_off_at_end_of_shift. -} log:explains { - :alice1079 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1080 :does :log_off_at_end_of_shift. -} log:explains { - :alice1080 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1081 :does :log_off_at_end_of_shift. -} log:explains { - :alice1081 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1082 :does :log_off_at_end_of_shift. -} log:explains { - :alice1082 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1083 :does :log_off_at_end_of_shift. -} log:explains { - :alice1083 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1084 :does :log_off_at_end_of_shift. -} log:explains { - :alice1084 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1085 :does :log_off_at_end_of_shift. -} log:explains { - :alice1085 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1086 :does :log_off_at_end_of_shift. -} log:explains { - :alice1086 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1087 :does :log_off_at_end_of_shift. -} log:explains { - :alice1087 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1088 :does :log_off_at_end_of_shift. -} log:explains { - :alice1088 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1089 :does :log_off_at_end_of_shift. -} log:explains { - :alice1089 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1090 :does :log_off_at_end_of_shift. -} log:explains { - :alice1090 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1091 :does :log_off_at_end_of_shift. -} log:explains { - :alice1091 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1092 :does :log_off_at_end_of_shift. -} log:explains { - :alice1092 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1093 :does :log_off_at_end_of_shift. -} log:explains { - :alice1093 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1094 :does :log_off_at_end_of_shift. -} log:explains { - :alice1094 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1095 :does :log_off_at_end_of_shift. -} log:explains { - :alice1095 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1096 :does :log_off_at_end_of_shift. -} log:explains { - :alice1096 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1097 :does :log_off_at_end_of_shift. -} log:explains { - :alice1097 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1098 :does :log_off_at_end_of_shift. -} log:explains { - :alice1098 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1099 :does :log_off_at_end_of_shift. -} log:explains { - :alice1099 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1100 :does :log_off_at_end_of_shift. -} log:explains { - :alice1100 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1101 :does :log_off_at_end_of_shift. -} log:explains { - :alice1101 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1102 :does :log_off_at_end_of_shift. -} log:explains { - :alice1102 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1103 :does :log_off_at_end_of_shift. -} log:explains { - :alice1103 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1104 :does :log_off_at_end_of_shift. -} log:explains { - :alice1104 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1105 :does :log_off_at_end_of_shift. -} log:explains { - :alice1105 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1106 :does :log_off_at_end_of_shift. -} log:explains { - :alice1106 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1107 :does :log_off_at_end_of_shift. -} log:explains { - :alice1107 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1108 :does :log_off_at_end_of_shift. -} log:explains { - :alice1108 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1109 :does :log_off_at_end_of_shift. -} log:explains { - :alice1109 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1110 :does :log_off_at_end_of_shift. -} log:explains { - :alice1110 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1111 :does :log_off_at_end_of_shift. -} log:explains { - :alice1111 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1112 :does :log_off_at_end_of_shift. -} log:explains { - :alice1112 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1113 :does :log_off_at_end_of_shift. -} log:explains { - :alice1113 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1114 :does :log_off_at_end_of_shift. -} log:explains { - :alice1114 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1115 :does :log_off_at_end_of_shift. -} log:explains { - :alice1115 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1116 :does :log_off_at_end_of_shift. -} log:explains { - :alice1116 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1117 :does :log_off_at_end_of_shift. -} log:explains { - :alice1117 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1118 :does :log_off_at_end_of_shift. -} log:explains { - :alice1118 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1119 :does :log_off_at_end_of_shift. -} log:explains { - :alice1119 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1120 :does :log_off_at_end_of_shift. -} log:explains { - :alice1120 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1121 :does :log_off_at_end_of_shift. -} log:explains { - :alice1121 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1122 :does :log_off_at_end_of_shift. -} log:explains { - :alice1122 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1123 :does :log_off_at_end_of_shift. -} log:explains { - :alice1123 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1124 :does :log_off_at_end_of_shift. -} log:explains { - :alice1124 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1125 :does :log_off_at_end_of_shift. -} log:explains { - :alice1125 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1126 :does :log_off_at_end_of_shift. -} log:explains { - :alice1126 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1127 :does :log_off_at_end_of_shift. -} log:explains { - :alice1127 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1128 :does :log_off_at_end_of_shift. -} log:explains { - :alice1128 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1129 :does :log_off_at_end_of_shift. -} log:explains { - :alice1129 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1130 :does :log_off_at_end_of_shift. -} log:explains { - :alice1130 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1131 :does :log_off_at_end_of_shift. -} log:explains { - :alice1131 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1132 :does :log_off_at_end_of_shift. -} log:explains { - :alice1132 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1133 :does :log_off_at_end_of_shift. -} log:explains { - :alice1133 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1134 :does :log_off_at_end_of_shift. -} log:explains { - :alice1134 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1135 :does :log_off_at_end_of_shift. -} log:explains { - :alice1135 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1136 :does :log_off_at_end_of_shift. -} log:explains { - :alice1136 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1137 :does :log_off_at_end_of_shift. -} log:explains { - :alice1137 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1138 :does :log_off_at_end_of_shift. -} log:explains { - :alice1138 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1139 :does :log_off_at_end_of_shift. -} log:explains { - :alice1139 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1140 :does :log_off_at_end_of_shift. -} log:explains { - :alice1140 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1141 :does :log_off_at_end_of_shift. -} log:explains { - :alice1141 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1142 :does :log_off_at_end_of_shift. -} log:explains { - :alice1142 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1143 :does :log_off_at_end_of_shift. -} log:explains { - :alice1143 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1144 :does :log_off_at_end_of_shift. -} log:explains { - :alice1144 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1145 :does :log_off_at_end_of_shift. -} log:explains { - :alice1145 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1146 :does :log_off_at_end_of_shift. -} log:explains { - :alice1146 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1147 :does :log_off_at_end_of_shift. -} log:explains { - :alice1147 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1148 :does :log_off_at_end_of_shift. -} log:explains { - :alice1148 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1149 :does :log_off_at_end_of_shift. -} log:explains { - :alice1149 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1150 :does :log_off_at_end_of_shift. -} log:explains { - :alice1150 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1151 :does :log_off_at_end_of_shift. -} log:explains { - :alice1151 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1152 :does :log_off_at_end_of_shift. -} log:explains { - :alice1152 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1153 :does :log_off_at_end_of_shift. -} log:explains { - :alice1153 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1154 :does :log_off_at_end_of_shift. -} log:explains { - :alice1154 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1155 :does :log_off_at_end_of_shift. -} log:explains { - :alice1155 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1156 :does :log_off_at_end_of_shift. -} log:explains { - :alice1156 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1157 :does :log_off_at_end_of_shift. -} log:explains { - :alice1157 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1158 :does :log_off_at_end_of_shift. -} log:explains { - :alice1158 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1159 :does :log_off_at_end_of_shift. -} log:explains { - :alice1159 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1160 :does :log_off_at_end_of_shift. -} log:explains { - :alice1160 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1161 :does :log_off_at_end_of_shift. -} log:explains { - :alice1161 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1162 :does :log_off_at_end_of_shift. -} log:explains { - :alice1162 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1163 :does :log_off_at_end_of_shift. -} log:explains { - :alice1163 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1164 :does :log_off_at_end_of_shift. -} log:explains { - :alice1164 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1165 :does :log_off_at_end_of_shift. -} log:explains { - :alice1165 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1166 :does :log_off_at_end_of_shift. -} log:explains { - :alice1166 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1167 :does :log_off_at_end_of_shift. -} log:explains { - :alice1167 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1168 :does :log_off_at_end_of_shift. -} log:explains { - :alice1168 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1169 :does :log_off_at_end_of_shift. -} log:explains { - :alice1169 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1170 :does :log_off_at_end_of_shift. -} log:explains { - :alice1170 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1171 :does :log_off_at_end_of_shift. -} log:explains { - :alice1171 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1172 :does :log_off_at_end_of_shift. -} log:explains { - :alice1172 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1173 :does :log_off_at_end_of_shift. -} log:explains { - :alice1173 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1174 :does :log_off_at_end_of_shift. -} log:explains { - :alice1174 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1175 :does :log_off_at_end_of_shift. -} log:explains { - :alice1175 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1176 :does :log_off_at_end_of_shift. -} log:explains { - :alice1176 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1177 :does :log_off_at_end_of_shift. -} log:explains { - :alice1177 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1178 :does :log_off_at_end_of_shift. -} log:explains { - :alice1178 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1179 :does :log_off_at_end_of_shift. -} log:explains { - :alice1179 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1180 :does :log_off_at_end_of_shift. -} log:explains { - :alice1180 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1181 :does :log_off_at_end_of_shift. -} log:explains { - :alice1181 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1182 :does :log_off_at_end_of_shift. -} log:explains { - :alice1182 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1183 :does :log_off_at_end_of_shift. -} log:explains { - :alice1183 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1184 :does :log_off_at_end_of_shift. -} log:explains { - :alice1184 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1185 :does :log_off_at_end_of_shift. -} log:explains { - :alice1185 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1186 :does :log_off_at_end_of_shift. -} log:explains { - :alice1186 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1187 :does :log_off_at_end_of_shift. -} log:explains { - :alice1187 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1188 :does :log_off_at_end_of_shift. -} log:explains { - :alice1188 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1189 :does :log_off_at_end_of_shift. -} log:explains { - :alice1189 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1190 :does :log_off_at_end_of_shift. -} log:explains { - :alice1190 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1191 :does :log_off_at_end_of_shift. -} log:explains { - :alice1191 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1192 :does :log_off_at_end_of_shift. -} log:explains { - :alice1192 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1193 :does :log_off_at_end_of_shift. -} log:explains { - :alice1193 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1194 :does :log_off_at_end_of_shift. -} log:explains { - :alice1194 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1195 :does :log_off_at_end_of_shift. -} log:explains { - :alice1195 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1196 :does :log_off_at_end_of_shift. -} log:explains { - :alice1196 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1197 :does :log_off_at_end_of_shift. -} log:explains { - :alice1197 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1198 :does :log_off_at_end_of_shift. -} log:explains { - :alice1198 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1199 :does :log_off_at_end_of_shift. -} log:explains { - :alice1199 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1200 :does :log_off_at_end_of_shift. -} log:explains { - :alice1200 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1201 :does :log_off_at_end_of_shift. -} log:explains { - :alice1201 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1202 :does :log_off_at_end_of_shift. -} log:explains { - :alice1202 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1203 :does :log_off_at_end_of_shift. -} log:explains { - :alice1203 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1204 :does :log_off_at_end_of_shift. -} log:explains { - :alice1204 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1205 :does :log_off_at_end_of_shift. -} log:explains { - :alice1205 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1206 :does :log_off_at_end_of_shift. -} log:explains { - :alice1206 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1207 :does :log_off_at_end_of_shift. -} log:explains { - :alice1207 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1208 :does :log_off_at_end_of_shift. -} log:explains { - :alice1208 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1209 :does :log_off_at_end_of_shift. -} log:explains { - :alice1209 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1210 :does :log_off_at_end_of_shift. -} log:explains { - :alice1210 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1211 :does :log_off_at_end_of_shift. -} log:explains { - :alice1211 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1212 :does :log_off_at_end_of_shift. -} log:explains { - :alice1212 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1213 :does :log_off_at_end_of_shift. -} log:explains { - :alice1213 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1214 :does :log_off_at_end_of_shift. -} log:explains { - :alice1214 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1215 :does :log_off_at_end_of_shift. -} log:explains { - :alice1215 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1216 :does :log_off_at_end_of_shift. -} log:explains { - :alice1216 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1217 :does :log_off_at_end_of_shift. -} log:explains { - :alice1217 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1218 :does :log_off_at_end_of_shift. -} log:explains { - :alice1218 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1219 :does :log_off_at_end_of_shift. -} log:explains { - :alice1219 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1220 :does :log_off_at_end_of_shift. -} log:explains { - :alice1220 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1221 :does :log_off_at_end_of_shift. -} log:explains { - :alice1221 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1222 :does :log_off_at_end_of_shift. -} log:explains { - :alice1222 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1223 :does :log_off_at_end_of_shift. -} log:explains { - :alice1223 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1224 :does :log_off_at_end_of_shift. -} log:explains { - :alice1224 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1225 :does :log_off_at_end_of_shift. -} log:explains { - :alice1225 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1226 :does :log_off_at_end_of_shift. -} log:explains { - :alice1226 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1227 :does :log_off_at_end_of_shift. -} log:explains { - :alice1227 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1228 :does :log_off_at_end_of_shift. -} log:explains { - :alice1228 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1229 :does :log_off_at_end_of_shift. -} log:explains { - :alice1229 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1230 :does :log_off_at_end_of_shift. -} log:explains { - :alice1230 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1231 :does :log_off_at_end_of_shift. -} log:explains { - :alice1231 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1232 :does :log_off_at_end_of_shift. -} log:explains { - :alice1232 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1233 :does :log_off_at_end_of_shift. -} log:explains { - :alice1233 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1234 :does :log_off_at_end_of_shift. -} log:explains { - :alice1234 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1235 :does :log_off_at_end_of_shift. -} log:explains { - :alice1235 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1236 :does :log_off_at_end_of_shift. -} log:explains { - :alice1236 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1237 :does :log_off_at_end_of_shift. -} log:explains { - :alice1237 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1238 :does :log_off_at_end_of_shift. -} log:explains { - :alice1238 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1239 :does :log_off_at_end_of_shift. -} log:explains { - :alice1239 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1240 :does :log_off_at_end_of_shift. -} log:explains { - :alice1240 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1241 :does :log_off_at_end_of_shift. -} log:explains { - :alice1241 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1242 :does :log_off_at_end_of_shift. -} log:explains { - :alice1242 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1243 :does :log_off_at_end_of_shift. -} log:explains { - :alice1243 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1244 :does :log_off_at_end_of_shift. -} log:explains { - :alice1244 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1245 :does :log_off_at_end_of_shift. -} log:explains { - :alice1245 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1246 :does :log_off_at_end_of_shift. -} log:explains { - :alice1246 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1247 :does :log_off_at_end_of_shift. -} log:explains { - :alice1247 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1248 :does :log_off_at_end_of_shift. -} log:explains { - :alice1248 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1249 :does :log_off_at_end_of_shift. -} log:explains { - :alice1249 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1250 :does :log_off_at_end_of_shift. -} log:explains { - :alice1250 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1251 :does :log_off_at_end_of_shift. -} log:explains { - :alice1251 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1252 :does :log_off_at_end_of_shift. -} log:explains { - :alice1252 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1253 :does :log_off_at_end_of_shift. -} log:explains { - :alice1253 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1254 :does :log_off_at_end_of_shift. -} log:explains { - :alice1254 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1255 :does :log_off_at_end_of_shift. -} log:explains { - :alice1255 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1256 :does :log_off_at_end_of_shift. -} log:explains { - :alice1256 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1257 :does :log_off_at_end_of_shift. -} log:explains { - :alice1257 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1258 :does :log_off_at_end_of_shift. -} log:explains { - :alice1258 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1259 :does :log_off_at_end_of_shift. -} log:explains { - :alice1259 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1260 :does :log_off_at_end_of_shift. -} log:explains { - :alice1260 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1261 :does :log_off_at_end_of_shift. -} log:explains { - :alice1261 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1262 :does :log_off_at_end_of_shift. -} log:explains { - :alice1262 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1263 :does :log_off_at_end_of_shift. -} log:explains { - :alice1263 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1264 :does :log_off_at_end_of_shift. -} log:explains { - :alice1264 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1265 :does :log_off_at_end_of_shift. -} log:explains { - :alice1265 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1266 :does :log_off_at_end_of_shift. -} log:explains { - :alice1266 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1267 :does :log_off_at_end_of_shift. -} log:explains { - :alice1267 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1268 :does :log_off_at_end_of_shift. -} log:explains { - :alice1268 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1269 :does :log_off_at_end_of_shift. -} log:explains { - :alice1269 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1270 :does :log_off_at_end_of_shift. -} log:explains { - :alice1270 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1271 :does :log_off_at_end_of_shift. -} log:explains { - :alice1271 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1272 :does :log_off_at_end_of_shift. -} log:explains { - :alice1272 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1273 :does :log_off_at_end_of_shift. -} log:explains { - :alice1273 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1274 :does :log_off_at_end_of_shift. -} log:explains { - :alice1274 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1275 :does :log_off_at_end_of_shift. -} log:explains { - :alice1275 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1276 :does :log_off_at_end_of_shift. -} log:explains { - :alice1276 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1277 :does :log_off_at_end_of_shift. -} log:explains { - :alice1277 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1278 :does :log_off_at_end_of_shift. -} log:explains { - :alice1278 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1279 :does :log_off_at_end_of_shift. -} log:explains { - :alice1279 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1280 :does :log_off_at_end_of_shift. -} log:explains { - :alice1280 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1281 :does :log_off_at_end_of_shift. -} log:explains { - :alice1281 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1282 :does :log_off_at_end_of_shift. -} log:explains { - :alice1282 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1283 :does :log_off_at_end_of_shift. -} log:explains { - :alice1283 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1284 :does :log_off_at_end_of_shift. -} log:explains { - :alice1284 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1285 :does :log_off_at_end_of_shift. -} log:explains { - :alice1285 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1286 :does :log_off_at_end_of_shift. -} log:explains { - :alice1286 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1287 :does :log_off_at_end_of_shift. -} log:explains { - :alice1287 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1288 :does :log_off_at_end_of_shift. -} log:explains { - :alice1288 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1289 :does :log_off_at_end_of_shift. -} log:explains { - :alice1289 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1290 :does :log_off_at_end_of_shift. -} log:explains { - :alice1290 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1291 :does :log_off_at_end_of_shift. -} log:explains { - :alice1291 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1292 :does :log_off_at_end_of_shift. -} log:explains { - :alice1292 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1293 :does :log_off_at_end_of_shift. -} log:explains { - :alice1293 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1294 :does :log_off_at_end_of_shift. -} log:explains { - :alice1294 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1295 :does :log_off_at_end_of_shift. -} log:explains { - :alice1295 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1296 :does :log_off_at_end_of_shift. -} log:explains { - :alice1296 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1297 :does :log_off_at_end_of_shift. -} log:explains { - :alice1297 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1298 :does :log_off_at_end_of_shift. -} log:explains { - :alice1298 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1299 :does :log_off_at_end_of_shift. -} log:explains { - :alice1299 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1300 :does :log_off_at_end_of_shift. -} log:explains { - :alice1300 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1301 :does :log_off_at_end_of_shift. -} log:explains { - :alice1301 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1302 :does :log_off_at_end_of_shift. -} log:explains { - :alice1302 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1303 :does :log_off_at_end_of_shift. -} log:explains { - :alice1303 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1304 :does :log_off_at_end_of_shift. -} log:explains { - :alice1304 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1305 :does :log_off_at_end_of_shift. -} log:explains { - :alice1305 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1306 :does :log_off_at_end_of_shift. -} log:explains { - :alice1306 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1307 :does :log_off_at_end_of_shift. -} log:explains { - :alice1307 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1308 :does :log_off_at_end_of_shift. -} log:explains { - :alice1308 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1309 :does :log_off_at_end_of_shift. -} log:explains { - :alice1309 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1310 :does :log_off_at_end_of_shift. -} log:explains { - :alice1310 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1311 :does :log_off_at_end_of_shift. -} log:explains { - :alice1311 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1312 :does :log_off_at_end_of_shift. -} log:explains { - :alice1312 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1313 :does :log_off_at_end_of_shift. -} log:explains { - :alice1313 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1314 :does :log_off_at_end_of_shift. -} log:explains { - :alice1314 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1315 :does :log_off_at_end_of_shift. -} log:explains { - :alice1315 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1316 :does :log_off_at_end_of_shift. -} log:explains { - :alice1316 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1317 :does :log_off_at_end_of_shift. -} log:explains { - :alice1317 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1318 :does :log_off_at_end_of_shift. -} log:explains { - :alice1318 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1319 :does :log_off_at_end_of_shift. -} log:explains { - :alice1319 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1320 :does :log_off_at_end_of_shift. -} log:explains { - :alice1320 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1321 :does :log_off_at_end_of_shift. -} log:explains { - :alice1321 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1322 :does :log_off_at_end_of_shift. -} log:explains { - :alice1322 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1323 :does :log_off_at_end_of_shift. -} log:explains { - :alice1323 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1324 :does :log_off_at_end_of_shift. -} log:explains { - :alice1324 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1325 :does :log_off_at_end_of_shift. -} log:explains { - :alice1325 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1326 :does :log_off_at_end_of_shift. -} log:explains { - :alice1326 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1327 :does :log_off_at_end_of_shift. -} log:explains { - :alice1327 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1328 :does :log_off_at_end_of_shift. -} log:explains { - :alice1328 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1329 :does :log_off_at_end_of_shift. -} log:explains { - :alice1329 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1330 :does :log_off_at_end_of_shift. -} log:explains { - :alice1330 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1331 :does :log_off_at_end_of_shift. -} log:explains { - :alice1331 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1332 :does :log_off_at_end_of_shift. -} log:explains { - :alice1332 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1333 :does :log_off_at_end_of_shift. -} log:explains { - :alice1333 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1334 :does :log_off_at_end_of_shift. -} log:explains { - :alice1334 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1335 :does :log_off_at_end_of_shift. -} log:explains { - :alice1335 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1336 :does :log_off_at_end_of_shift. -} log:explains { - :alice1336 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1337 :does :log_off_at_end_of_shift. -} log:explains { - :alice1337 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1338 :does :log_off_at_end_of_shift. -} log:explains { - :alice1338 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1339 :does :log_off_at_end_of_shift. -} log:explains { - :alice1339 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1340 :does :log_off_at_end_of_shift. -} log:explains { - :alice1340 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1341 :does :log_off_at_end_of_shift. -} log:explains { - :alice1341 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1342 :does :log_off_at_end_of_shift. -} log:explains { - :alice1342 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1343 :does :log_off_at_end_of_shift. -} log:explains { - :alice1343 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1344 :does :log_off_at_end_of_shift. -} log:explains { - :alice1344 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1345 :does :log_off_at_end_of_shift. -} log:explains { - :alice1345 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1346 :does :log_off_at_end_of_shift. -} log:explains { - :alice1346 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1347 :does :log_off_at_end_of_shift. -} log:explains { - :alice1347 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1348 :does :log_off_at_end_of_shift. -} log:explains { - :alice1348 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1349 :does :log_off_at_end_of_shift. -} log:explains { - :alice1349 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1350 :does :log_off_at_end_of_shift. -} log:explains { - :alice1350 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1351 :does :log_off_at_end_of_shift. -} log:explains { - :alice1351 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1352 :does :log_off_at_end_of_shift. -} log:explains { - :alice1352 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1353 :does :log_off_at_end_of_shift. -} log:explains { - :alice1353 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1354 :does :log_off_at_end_of_shift. -} log:explains { - :alice1354 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1355 :does :log_off_at_end_of_shift. -} log:explains { - :alice1355 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1356 :does :log_off_at_end_of_shift. -} log:explains { - :alice1356 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1357 :does :log_off_at_end_of_shift. -} log:explains { - :alice1357 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1358 :does :log_off_at_end_of_shift. -} log:explains { - :alice1358 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1359 :does :log_off_at_end_of_shift. -} log:explains { - :alice1359 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1360 :does :log_off_at_end_of_shift. -} log:explains { - :alice1360 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1361 :does :log_off_at_end_of_shift. -} log:explains { - :alice1361 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1362 :does :log_off_at_end_of_shift. -} log:explains { - :alice1362 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1363 :does :log_off_at_end_of_shift. -} log:explains { - :alice1363 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1364 :does :log_off_at_end_of_shift. -} log:explains { - :alice1364 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1365 :does :log_off_at_end_of_shift. -} log:explains { - :alice1365 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1366 :does :log_off_at_end_of_shift. -} log:explains { - :alice1366 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1367 :does :log_off_at_end_of_shift. -} log:explains { - :alice1367 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1368 :does :log_off_at_end_of_shift. -} log:explains { - :alice1368 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1369 :does :log_off_at_end_of_shift. -} log:explains { - :alice1369 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1370 :does :log_off_at_end_of_shift. -} log:explains { - :alice1370 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1371 :does :log_off_at_end_of_shift. -} log:explains { - :alice1371 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1372 :does :log_off_at_end_of_shift. -} log:explains { - :alice1372 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1373 :does :log_off_at_end_of_shift. -} log:explains { - :alice1373 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1374 :does :log_off_at_end_of_shift. -} log:explains { - :alice1374 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1375 :does :log_off_at_end_of_shift. -} log:explains { - :alice1375 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1376 :does :log_off_at_end_of_shift. -} log:explains { - :alice1376 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1377 :does :log_off_at_end_of_shift. -} log:explains { - :alice1377 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1378 :does :log_off_at_end_of_shift. -} log:explains { - :alice1378 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1379 :does :log_off_at_end_of_shift. -} log:explains { - :alice1379 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1380 :does :log_off_at_end_of_shift. -} log:explains { - :alice1380 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1381 :does :log_off_at_end_of_shift. -} log:explains { - :alice1381 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1382 :does :log_off_at_end_of_shift. -} log:explains { - :alice1382 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1383 :does :log_off_at_end_of_shift. -} log:explains { - :alice1383 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1384 :does :log_off_at_end_of_shift. -} log:explains { - :alice1384 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1385 :does :log_off_at_end_of_shift. -} log:explains { - :alice1385 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1386 :does :log_off_at_end_of_shift. -} log:explains { - :alice1386 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1387 :does :log_off_at_end_of_shift. -} log:explains { - :alice1387 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1388 :does :log_off_at_end_of_shift. -} log:explains { - :alice1388 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1389 :does :log_off_at_end_of_shift. -} log:explains { - :alice1389 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1390 :does :log_off_at_end_of_shift. -} log:explains { - :alice1390 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1391 :does :log_off_at_end_of_shift. -} log:explains { - :alice1391 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1392 :does :log_off_at_end_of_shift. -} log:explains { - :alice1392 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1393 :does :log_off_at_end_of_shift. -} log:explains { - :alice1393 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1394 :does :log_off_at_end_of_shift. -} log:explains { - :alice1394 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1395 :does :log_off_at_end_of_shift. -} log:explains { - :alice1395 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1396 :does :log_off_at_end_of_shift. -} log:explains { - :alice1396 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1397 :does :log_off_at_end_of_shift. -} log:explains { - :alice1397 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1398 :does :log_off_at_end_of_shift. -} log:explains { - :alice1398 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1399 :does :log_off_at_end_of_shift. -} log:explains { - :alice1399 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1400 :does :log_off_at_end_of_shift. -} log:explains { - :alice1400 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1401 :does :log_off_at_end_of_shift. -} log:explains { - :alice1401 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1402 :does :log_off_at_end_of_shift. -} log:explains { - :alice1402 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1403 :does :log_off_at_end_of_shift. -} log:explains { - :alice1403 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1404 :does :log_off_at_end_of_shift. -} log:explains { - :alice1404 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1405 :does :log_off_at_end_of_shift. -} log:explains { - :alice1405 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1406 :does :log_off_at_end_of_shift. -} log:explains { - :alice1406 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1407 :does :log_off_at_end_of_shift. -} log:explains { - :alice1407 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1408 :does :log_off_at_end_of_shift. -} log:explains { - :alice1408 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1409 :does :log_off_at_end_of_shift. -} log:explains { - :alice1409 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1410 :does :log_off_at_end_of_shift. -} log:explains { - :alice1410 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1411 :does :log_off_at_end_of_shift. -} log:explains { - :alice1411 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1412 :does :log_off_at_end_of_shift. -} log:explains { - :alice1412 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1413 :does :log_off_at_end_of_shift. -} log:explains { - :alice1413 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1414 :does :log_off_at_end_of_shift. -} log:explains { - :alice1414 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1415 :does :log_off_at_end_of_shift. -} log:explains { - :alice1415 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1416 :does :log_off_at_end_of_shift. -} log:explains { - :alice1416 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1417 :does :log_off_at_end_of_shift. -} log:explains { - :alice1417 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1418 :does :log_off_at_end_of_shift. -} log:explains { - :alice1418 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1419 :does :log_off_at_end_of_shift. -} log:explains { - :alice1419 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1420 :does :log_off_at_end_of_shift. -} log:explains { - :alice1420 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1421 :does :log_off_at_end_of_shift. -} log:explains { - :alice1421 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1422 :does :log_off_at_end_of_shift. -} log:explains { - :alice1422 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1423 :does :log_off_at_end_of_shift. -} log:explains { - :alice1423 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1424 :does :log_off_at_end_of_shift. -} log:explains { - :alice1424 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1425 :does :log_off_at_end_of_shift. -} log:explains { - :alice1425 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1426 :does :log_off_at_end_of_shift. -} log:explains { - :alice1426 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1427 :does :log_off_at_end_of_shift. -} log:explains { - :alice1427 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1428 :does :log_off_at_end_of_shift. -} log:explains { - :alice1428 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1429 :does :log_off_at_end_of_shift. -} log:explains { - :alice1429 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1430 :does :log_off_at_end_of_shift. -} log:explains { - :alice1430 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1431 :does :log_off_at_end_of_shift. -} log:explains { - :alice1431 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1432 :does :log_off_at_end_of_shift. -} log:explains { - :alice1432 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1433 :does :log_off_at_end_of_shift. -} log:explains { - :alice1433 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1434 :does :log_off_at_end_of_shift. -} log:explains { - :alice1434 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1435 :does :log_off_at_end_of_shift. -} log:explains { - :alice1435 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1436 :does :log_off_at_end_of_shift. -} log:explains { - :alice1436 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1437 :does :log_off_at_end_of_shift. -} log:explains { - :alice1437 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1438 :does :log_off_at_end_of_shift. -} log:explains { - :alice1438 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1439 :does :log_off_at_end_of_shift. -} log:explains { - :alice1439 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1440 :does :log_off_at_end_of_shift. -} log:explains { - :alice1440 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1441 :does :log_off_at_end_of_shift. -} log:explains { - :alice1441 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1442 :does :log_off_at_end_of_shift. -} log:explains { - :alice1442 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1443 :does :log_off_at_end_of_shift. -} log:explains { - :alice1443 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1444 :does :log_off_at_end_of_shift. -} log:explains { - :alice1444 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1445 :does :log_off_at_end_of_shift. -} log:explains { - :alice1445 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1446 :does :log_off_at_end_of_shift. -} log:explains { - :alice1446 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1447 :does :log_off_at_end_of_shift. -} log:explains { - :alice1447 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1448 :does :log_off_at_end_of_shift. -} log:explains { - :alice1448 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1449 :does :log_off_at_end_of_shift. -} log:explains { - :alice1449 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1450 :does :log_off_at_end_of_shift. -} log:explains { - :alice1450 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1451 :does :log_off_at_end_of_shift. -} log:explains { - :alice1451 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1452 :does :log_off_at_end_of_shift. -} log:explains { - :alice1452 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1453 :does :log_off_at_end_of_shift. -} log:explains { - :alice1453 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1454 :does :log_off_at_end_of_shift. -} log:explains { - :alice1454 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1455 :does :log_off_at_end_of_shift. -} log:explains { - :alice1455 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1456 :does :log_off_at_end_of_shift. -} log:explains { - :alice1456 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1457 :does :log_off_at_end_of_shift. -} log:explains { - :alice1457 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1458 :does :log_off_at_end_of_shift. -} log:explains { - :alice1458 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1459 :does :log_off_at_end_of_shift. -} log:explains { - :alice1459 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1460 :does :log_off_at_end_of_shift. -} log:explains { - :alice1460 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1461 :does :log_off_at_end_of_shift. -} log:explains { - :alice1461 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1462 :does :log_off_at_end_of_shift. -} log:explains { - :alice1462 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1463 :does :log_off_at_end_of_shift. -} log:explains { - :alice1463 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1464 :does :log_off_at_end_of_shift. -} log:explains { - :alice1464 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1465 :does :log_off_at_end_of_shift. -} log:explains { - :alice1465 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1466 :does :log_off_at_end_of_shift. -} log:explains { - :alice1466 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1467 :does :log_off_at_end_of_shift. -} log:explains { - :alice1467 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1468 :does :log_off_at_end_of_shift. -} log:explains { - :alice1468 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1469 :does :log_off_at_end_of_shift. -} log:explains { - :alice1469 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1470 :does :log_off_at_end_of_shift. -} log:explains { - :alice1470 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1471 :does :log_off_at_end_of_shift. -} log:explains { - :alice1471 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1472 :does :log_off_at_end_of_shift. -} log:explains { - :alice1472 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1473 :does :log_off_at_end_of_shift. -} log:explains { - :alice1473 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1474 :does :log_off_at_end_of_shift. -} log:explains { - :alice1474 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1475 :does :log_off_at_end_of_shift. -} log:explains { - :alice1475 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1476 :does :log_off_at_end_of_shift. -} log:explains { - :alice1476 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1477 :does :log_off_at_end_of_shift. -} log:explains { - :alice1477 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1478 :does :log_off_at_end_of_shift. -} log:explains { - :alice1478 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1479 :does :log_off_at_end_of_shift. -} log:explains { - :alice1479 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1480 :does :log_off_at_end_of_shift. -} log:explains { - :alice1480 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1481 :does :log_off_at_end_of_shift. -} log:explains { - :alice1481 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1482 :does :log_off_at_end_of_shift. -} log:explains { - :alice1482 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1483 :does :log_off_at_end_of_shift. -} log:explains { - :alice1483 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1484 :does :log_off_at_end_of_shift. -} log:explains { - :alice1484 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1485 :does :log_off_at_end_of_shift. -} log:explains { - :alice1485 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1486 :does :log_off_at_end_of_shift. -} log:explains { - :alice1486 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1487 :does :log_off_at_end_of_shift. -} log:explains { - :alice1487 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1488 :does :log_off_at_end_of_shift. -} log:explains { - :alice1488 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1489 :does :log_off_at_end_of_shift. -} log:explains { - :alice1489 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1490 :does :log_off_at_end_of_shift. -} log:explains { - :alice1490 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1491 :does :log_off_at_end_of_shift. -} log:explains { - :alice1491 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1492 :does :log_off_at_end_of_shift. -} log:explains { - :alice1492 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1493 :does :log_off_at_end_of_shift. -} log:explains { - :alice1493 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1494 :does :log_off_at_end_of_shift. -} log:explains { - :alice1494 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1495 :does :log_off_at_end_of_shift. -} log:explains { - :alice1495 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1496 :does :log_off_at_end_of_shift. -} log:explains { - :alice1496 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1497 :does :log_off_at_end_of_shift. -} log:explains { - :alice1497 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1498 :does :log_off_at_end_of_shift. -} log:explains { - :alice1498 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1499 :does :log_off_at_end_of_shift. -} log:explains { - :alice1499 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1500 :does :log_off_at_end_of_shift. -} log:explains { - :alice1500 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1501 :does :log_off_at_end_of_shift. -} log:explains { - :alice1501 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1502 :does :log_off_at_end_of_shift. -} log:explains { - :alice1502 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1503 :does :log_off_at_end_of_shift. -} log:explains { - :alice1503 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1504 :does :log_off_at_end_of_shift. -} log:explains { - :alice1504 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1505 :does :log_off_at_end_of_shift. -} log:explains { - :alice1505 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1506 :does :log_off_at_end_of_shift. -} log:explains { - :alice1506 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1507 :does :log_off_at_end_of_shift. -} log:explains { - :alice1507 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1508 :does :log_off_at_end_of_shift. -} log:explains { - :alice1508 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1509 :does :log_off_at_end_of_shift. -} log:explains { - :alice1509 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1510 :does :log_off_at_end_of_shift. -} log:explains { - :alice1510 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1511 :does :log_off_at_end_of_shift. -} log:explains { - :alice1511 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1512 :does :log_off_at_end_of_shift. -} log:explains { - :alice1512 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1513 :does :log_off_at_end_of_shift. -} log:explains { - :alice1513 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1514 :does :log_off_at_end_of_shift. -} log:explains { - :alice1514 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1515 :does :log_off_at_end_of_shift. -} log:explains { - :alice1515 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1516 :does :log_off_at_end_of_shift. -} log:explains { - :alice1516 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1517 :does :log_off_at_end_of_shift. -} log:explains { - :alice1517 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1518 :does :log_off_at_end_of_shift. -} log:explains { - :alice1518 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1519 :does :log_off_at_end_of_shift. -} log:explains { - :alice1519 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1520 :does :log_off_at_end_of_shift. -} log:explains { - :alice1520 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1521 :does :log_off_at_end_of_shift. -} log:explains { - :alice1521 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1522 :does :log_off_at_end_of_shift. -} log:explains { - :alice1522 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1523 :does :log_off_at_end_of_shift. -} log:explains { - :alice1523 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1524 :does :log_off_at_end_of_shift. -} log:explains { - :alice1524 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1525 :does :log_off_at_end_of_shift. -} log:explains { - :alice1525 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1526 :does :log_off_at_end_of_shift. -} log:explains { - :alice1526 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1527 :does :log_off_at_end_of_shift. -} log:explains { - :alice1527 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1528 :does :log_off_at_end_of_shift. -} log:explains { - :alice1528 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1529 :does :log_off_at_end_of_shift. -} log:explains { - :alice1529 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1530 :does :log_off_at_end_of_shift. -} log:explains { - :alice1530 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1531 :does :log_off_at_end_of_shift. -} log:explains { - :alice1531 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1532 :does :log_off_at_end_of_shift. -} log:explains { - :alice1532 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1533 :does :log_off_at_end_of_shift. -} log:explains { - :alice1533 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1534 :does :log_off_at_end_of_shift. -} log:explains { - :alice1534 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1535 :does :log_off_at_end_of_shift. -} log:explains { - :alice1535 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1536 :does :log_off_at_end_of_shift. -} log:explains { - :alice1536 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1537 :does :log_off_at_end_of_shift. -} log:explains { - :alice1537 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1538 :does :log_off_at_end_of_shift. -} log:explains { - :alice1538 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1539 :does :log_off_at_end_of_shift. -} log:explains { - :alice1539 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1540 :does :log_off_at_end_of_shift. -} log:explains { - :alice1540 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1541 :does :log_off_at_end_of_shift. -} log:explains { - :alice1541 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1542 :does :log_off_at_end_of_shift. -} log:explains { - :alice1542 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1543 :does :log_off_at_end_of_shift. -} log:explains { - :alice1543 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1544 :does :log_off_at_end_of_shift. -} log:explains { - :alice1544 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1545 :does :log_off_at_end_of_shift. -} log:explains { - :alice1545 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1546 :does :log_off_at_end_of_shift. -} log:explains { - :alice1546 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1547 :does :log_off_at_end_of_shift. -} log:explains { - :alice1547 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1548 :does :log_off_at_end_of_shift. -} log:explains { - :alice1548 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1549 :does :log_off_at_end_of_shift. -} log:explains { - :alice1549 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1550 :does :log_off_at_end_of_shift. -} log:explains { - :alice1550 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1551 :does :log_off_at_end_of_shift. -} log:explains { - :alice1551 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1552 :does :log_off_at_end_of_shift. -} log:explains { - :alice1552 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1553 :does :log_off_at_end_of_shift. -} log:explains { - :alice1553 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1554 :does :log_off_at_end_of_shift. -} log:explains { - :alice1554 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1555 :does :log_off_at_end_of_shift. -} log:explains { - :alice1555 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1556 :does :log_off_at_end_of_shift. -} log:explains { - :alice1556 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1557 :does :log_off_at_end_of_shift. -} log:explains { - :alice1557 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1558 :does :log_off_at_end_of_shift. -} log:explains { - :alice1558 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1559 :does :log_off_at_end_of_shift. -} log:explains { - :alice1559 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1560 :does :log_off_at_end_of_shift. -} log:explains { - :alice1560 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1561 :does :log_off_at_end_of_shift. -} log:explains { - :alice1561 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1562 :does :log_off_at_end_of_shift. -} log:explains { - :alice1562 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1563 :does :log_off_at_end_of_shift. -} log:explains { - :alice1563 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1564 :does :log_off_at_end_of_shift. -} log:explains { - :alice1564 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1565 :does :log_off_at_end_of_shift. -} log:explains { - :alice1565 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1566 :does :log_off_at_end_of_shift. -} log:explains { - :alice1566 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1567 :does :log_off_at_end_of_shift. -} log:explains { - :alice1567 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1568 :does :log_off_at_end_of_shift. -} log:explains { - :alice1568 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1569 :does :log_off_at_end_of_shift. -} log:explains { - :alice1569 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1570 :does :log_off_at_end_of_shift. -} log:explains { - :alice1570 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1571 :does :log_off_at_end_of_shift. -} log:explains { - :alice1571 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1572 :does :log_off_at_end_of_shift. -} log:explains { - :alice1572 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1573 :does :log_off_at_end_of_shift. -} log:explains { - :alice1573 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1574 :does :log_off_at_end_of_shift. -} log:explains { - :alice1574 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1575 :does :log_off_at_end_of_shift. -} log:explains { - :alice1575 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1576 :does :log_off_at_end_of_shift. -} log:explains { - :alice1576 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1577 :does :log_off_at_end_of_shift. -} log:explains { - :alice1577 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1578 :does :log_off_at_end_of_shift. -} log:explains { - :alice1578 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1579 :does :log_off_at_end_of_shift. -} log:explains { - :alice1579 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1580 :does :log_off_at_end_of_shift. -} log:explains { - :alice1580 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1581 :does :log_off_at_end_of_shift. -} log:explains { - :alice1581 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1582 :does :log_off_at_end_of_shift. -} log:explains { - :alice1582 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1583 :does :log_off_at_end_of_shift. -} log:explains { - :alice1583 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1584 :does :log_off_at_end_of_shift. -} log:explains { - :alice1584 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1585 :does :log_off_at_end_of_shift. -} log:explains { - :alice1585 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1586 :does :log_off_at_end_of_shift. -} log:explains { - :alice1586 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1587 :does :log_off_at_end_of_shift. -} log:explains { - :alice1587 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1588 :does :log_off_at_end_of_shift. -} log:explains { - :alice1588 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1589 :does :log_off_at_end_of_shift. -} log:explains { - :alice1589 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1590 :does :log_off_at_end_of_shift. -} log:explains { - :alice1590 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1591 :does :log_off_at_end_of_shift. -} log:explains { - :alice1591 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1592 :does :log_off_at_end_of_shift. -} log:explains { - :alice1592 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1593 :does :log_off_at_end_of_shift. -} log:explains { - :alice1593 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1594 :does :log_off_at_end_of_shift. -} log:explains { - :alice1594 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1595 :does :log_off_at_end_of_shift. -} log:explains { - :alice1595 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1596 :does :log_off_at_end_of_shift. -} log:explains { - :alice1596 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1597 :does :log_off_at_end_of_shift. -} log:explains { - :alice1597 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1598 :does :log_off_at_end_of_shift. -} log:explains { - :alice1598 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1599 :does :log_off_at_end_of_shift. -} log:explains { - :alice1599 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1600 :does :log_off_at_end_of_shift. -} log:explains { - :alice1600 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1601 :does :log_off_at_end_of_shift. -} log:explains { - :alice1601 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1602 :does :log_off_at_end_of_shift. -} log:explains { - :alice1602 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1603 :does :log_off_at_end_of_shift. -} log:explains { - :alice1603 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1604 :does :log_off_at_end_of_shift. -} log:explains { - :alice1604 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1605 :does :log_off_at_end_of_shift. -} log:explains { - :alice1605 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1606 :does :log_off_at_end_of_shift. -} log:explains { - :alice1606 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1607 :does :log_off_at_end_of_shift. -} log:explains { - :alice1607 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1608 :does :log_off_at_end_of_shift. -} log:explains { - :alice1608 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1609 :does :log_off_at_end_of_shift. -} log:explains { - :alice1609 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1610 :does :log_off_at_end_of_shift. -} log:explains { - :alice1610 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1611 :does :log_off_at_end_of_shift. -} log:explains { - :alice1611 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1612 :does :log_off_at_end_of_shift. -} log:explains { - :alice1612 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1613 :does :log_off_at_end_of_shift. -} log:explains { - :alice1613 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1614 :does :log_off_at_end_of_shift. -} log:explains { - :alice1614 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1615 :does :log_off_at_end_of_shift. -} log:explains { - :alice1615 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1616 :does :log_off_at_end_of_shift. -} log:explains { - :alice1616 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1617 :does :log_off_at_end_of_shift. -} log:explains { - :alice1617 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1618 :does :log_off_at_end_of_shift. -} log:explains { - :alice1618 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1619 :does :log_off_at_end_of_shift. -} log:explains { - :alice1619 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1620 :does :log_off_at_end_of_shift. -} log:explains { - :alice1620 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1621 :does :log_off_at_end_of_shift. -} log:explains { - :alice1621 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1622 :does :log_off_at_end_of_shift. -} log:explains { - :alice1622 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1623 :does :log_off_at_end_of_shift. -} log:explains { - :alice1623 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1624 :does :log_off_at_end_of_shift. -} log:explains { - :alice1624 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1625 :does :log_off_at_end_of_shift. -} log:explains { - :alice1625 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1626 :does :log_off_at_end_of_shift. -} log:explains { - :alice1626 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1627 :does :log_off_at_end_of_shift. -} log:explains { - :alice1627 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1628 :does :log_off_at_end_of_shift. -} log:explains { - :alice1628 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1629 :does :log_off_at_end_of_shift. -} log:explains { - :alice1629 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1630 :does :log_off_at_end_of_shift. -} log:explains { - :alice1630 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1631 :does :log_off_at_end_of_shift. -} log:explains { - :alice1631 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1632 :does :log_off_at_end_of_shift. -} log:explains { - :alice1632 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1633 :does :log_off_at_end_of_shift. -} log:explains { - :alice1633 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1634 :does :log_off_at_end_of_shift. -} log:explains { - :alice1634 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1635 :does :log_off_at_end_of_shift. -} log:explains { - :alice1635 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1636 :does :log_off_at_end_of_shift. -} log:explains { - :alice1636 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1637 :does :log_off_at_end_of_shift. -} log:explains { - :alice1637 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1638 :does :log_off_at_end_of_shift. -} log:explains { - :alice1638 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1639 :does :log_off_at_end_of_shift. -} log:explains { - :alice1639 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1640 :does :log_off_at_end_of_shift. -} log:explains { - :alice1640 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1641 :does :log_off_at_end_of_shift. -} log:explains { - :alice1641 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1642 :does :log_off_at_end_of_shift. -} log:explains { - :alice1642 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1643 :does :log_off_at_end_of_shift. -} log:explains { - :alice1643 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1644 :does :log_off_at_end_of_shift. -} log:explains { - :alice1644 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1645 :does :log_off_at_end_of_shift. -} log:explains { - :alice1645 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1646 :does :log_off_at_end_of_shift. -} log:explains { - :alice1646 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1647 :does :log_off_at_end_of_shift. -} log:explains { - :alice1647 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1648 :does :log_off_at_end_of_shift. -} log:explains { - :alice1648 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1649 :does :log_off_at_end_of_shift. -} log:explains { - :alice1649 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1650 :does :log_off_at_end_of_shift. -} log:explains { - :alice1650 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1651 :does :log_off_at_end_of_shift. -} log:explains { - :alice1651 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1652 :does :log_off_at_end_of_shift. -} log:explains { - :alice1652 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1653 :does :log_off_at_end_of_shift. -} log:explains { - :alice1653 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1654 :does :log_off_at_end_of_shift. -} log:explains { - :alice1654 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1655 :does :log_off_at_end_of_shift. -} log:explains { - :alice1655 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1656 :does :log_off_at_end_of_shift. -} log:explains { - :alice1656 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1657 :does :log_off_at_end_of_shift. -} log:explains { - :alice1657 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1658 :does :log_off_at_end_of_shift. -} log:explains { - :alice1658 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1659 :does :log_off_at_end_of_shift. -} log:explains { - :alice1659 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1660 :does :log_off_at_end_of_shift. -} log:explains { - :alice1660 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1661 :does :log_off_at_end_of_shift. -} log:explains { - :alice1661 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1662 :does :log_off_at_end_of_shift. -} log:explains { - :alice1662 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1663 :does :log_off_at_end_of_shift. -} log:explains { - :alice1663 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1664 :does :log_off_at_end_of_shift. -} log:explains { - :alice1664 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1665 :does :log_off_at_end_of_shift. -} log:explains { - :alice1665 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1666 :does :log_off_at_end_of_shift. -} log:explains { - :alice1666 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1667 :does :log_off_at_end_of_shift. -} log:explains { - :alice1667 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1668 :does :log_off_at_end_of_shift. -} log:explains { - :alice1668 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1669 :does :log_off_at_end_of_shift. -} log:explains { - :alice1669 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1670 :does :log_off_at_end_of_shift. -} log:explains { - :alice1670 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1671 :does :log_off_at_end_of_shift. -} log:explains { - :alice1671 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1672 :does :log_off_at_end_of_shift. -} log:explains { - :alice1672 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1673 :does :log_off_at_end_of_shift. -} log:explains { - :alice1673 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1674 :does :log_off_at_end_of_shift. -} log:explains { - :alice1674 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1675 :does :log_off_at_end_of_shift. -} log:explains { - :alice1675 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1676 :does :log_off_at_end_of_shift. -} log:explains { - :alice1676 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1677 :does :log_off_at_end_of_shift. -} log:explains { - :alice1677 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1678 :does :log_off_at_end_of_shift. -} log:explains { - :alice1678 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1679 :does :log_off_at_end_of_shift. -} log:explains { - :alice1679 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1680 :does :log_off_at_end_of_shift. -} log:explains { - :alice1680 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1681 :does :log_off_at_end_of_shift. -} log:explains { - :alice1681 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1682 :does :log_off_at_end_of_shift. -} log:explains { - :alice1682 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1683 :does :log_off_at_end_of_shift. -} log:explains { - :alice1683 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1684 :does :log_off_at_end_of_shift. -} log:explains { - :alice1684 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1685 :does :log_off_at_end_of_shift. -} log:explains { - :alice1685 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1686 :does :log_off_at_end_of_shift. -} log:explains { - :alice1686 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1687 :does :log_off_at_end_of_shift. -} log:explains { - :alice1687 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1688 :does :log_off_at_end_of_shift. -} log:explains { - :alice1688 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1689 :does :log_off_at_end_of_shift. -} log:explains { - :alice1689 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1690 :does :log_off_at_end_of_shift. -} log:explains { - :alice1690 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1691 :does :log_off_at_end_of_shift. -} log:explains { - :alice1691 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1692 :does :log_off_at_end_of_shift. -} log:explains { - :alice1692 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1693 :does :log_off_at_end_of_shift. -} log:explains { - :alice1693 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1694 :does :log_off_at_end_of_shift. -} log:explains { - :alice1694 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1695 :does :log_off_at_end_of_shift. -} log:explains { - :alice1695 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1696 :does :log_off_at_end_of_shift. -} log:explains { - :alice1696 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1697 :does :log_off_at_end_of_shift. -} log:explains { - :alice1697 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1698 :does :log_off_at_end_of_shift. -} log:explains { - :alice1698 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1699 :does :log_off_at_end_of_shift. -} log:explains { - :alice1699 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1700 :does :log_off_at_end_of_shift. -} log:explains { - :alice1700 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1701 :does :log_off_at_end_of_shift. -} log:explains { - :alice1701 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1702 :does :log_off_at_end_of_shift. -} log:explains { - :alice1702 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1703 :does :log_off_at_end_of_shift. -} log:explains { - :alice1703 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1704 :does :log_off_at_end_of_shift. -} log:explains { - :alice1704 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1705 :does :log_off_at_end_of_shift. -} log:explains { - :alice1705 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1706 :does :log_off_at_end_of_shift. -} log:explains { - :alice1706 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1707 :does :log_off_at_end_of_shift. -} log:explains { - :alice1707 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1708 :does :log_off_at_end_of_shift. -} log:explains { - :alice1708 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1709 :does :log_off_at_end_of_shift. -} log:explains { - :alice1709 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1710 :does :log_off_at_end_of_shift. -} log:explains { - :alice1710 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1711 :does :log_off_at_end_of_shift. -} log:explains { - :alice1711 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1712 :does :log_off_at_end_of_shift. -} log:explains { - :alice1712 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1713 :does :log_off_at_end_of_shift. -} log:explains { - :alice1713 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1714 :does :log_off_at_end_of_shift. -} log:explains { - :alice1714 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1715 :does :log_off_at_end_of_shift. -} log:explains { - :alice1715 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1716 :does :log_off_at_end_of_shift. -} log:explains { - :alice1716 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1717 :does :log_off_at_end_of_shift. -} log:explains { - :alice1717 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1718 :does :log_off_at_end_of_shift. -} log:explains { - :alice1718 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1719 :does :log_off_at_end_of_shift. -} log:explains { - :alice1719 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1720 :does :log_off_at_end_of_shift. -} log:explains { - :alice1720 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1721 :does :log_off_at_end_of_shift. -} log:explains { - :alice1721 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1722 :does :log_off_at_end_of_shift. -} log:explains { - :alice1722 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1723 :does :log_off_at_end_of_shift. -} log:explains { - :alice1723 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1724 :does :log_off_at_end_of_shift. -} log:explains { - :alice1724 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1725 :does :log_off_at_end_of_shift. -} log:explains { - :alice1725 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1726 :does :log_off_at_end_of_shift. -} log:explains { - :alice1726 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1727 :does :log_off_at_end_of_shift. -} log:explains { - :alice1727 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1728 :does :log_off_at_end_of_shift. -} log:explains { - :alice1728 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1729 :does :log_off_at_end_of_shift. -} log:explains { - :alice1729 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1730 :does :log_off_at_end_of_shift. -} log:explains { - :alice1730 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1731 :does :log_off_at_end_of_shift. -} log:explains { - :alice1731 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1732 :does :log_off_at_end_of_shift. -} log:explains { - :alice1732 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1733 :does :log_off_at_end_of_shift. -} log:explains { - :alice1733 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1734 :does :log_off_at_end_of_shift. -} log:explains { - :alice1734 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1735 :does :log_off_at_end_of_shift. -} log:explains { - :alice1735 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1736 :does :log_off_at_end_of_shift. -} log:explains { - :alice1736 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1737 :does :log_off_at_end_of_shift. -} log:explains { - :alice1737 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1738 :does :log_off_at_end_of_shift. -} log:explains { - :alice1738 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1739 :does :log_off_at_end_of_shift. -} log:explains { - :alice1739 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1740 :does :log_off_at_end_of_shift. -} log:explains { - :alice1740 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1741 :does :log_off_at_end_of_shift. -} log:explains { - :alice1741 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1742 :does :log_off_at_end_of_shift. -} log:explains { - :alice1742 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1743 :does :log_off_at_end_of_shift. -} log:explains { - :alice1743 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1744 :does :log_off_at_end_of_shift. -} log:explains { - :alice1744 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1745 :does :log_off_at_end_of_shift. -} log:explains { - :alice1745 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1746 :does :log_off_at_end_of_shift. -} log:explains { - :alice1746 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1747 :does :log_off_at_end_of_shift. -} log:explains { - :alice1747 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1748 :does :log_off_at_end_of_shift. -} log:explains { - :alice1748 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1749 :does :log_off_at_end_of_shift. -} log:explains { - :alice1749 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1750 :does :log_off_at_end_of_shift. -} log:explains { - :alice1750 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1751 :does :log_off_at_end_of_shift. -} log:explains { - :alice1751 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1752 :does :log_off_at_end_of_shift. -} log:explains { - :alice1752 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1753 :does :log_off_at_end_of_shift. -} log:explains { - :alice1753 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1754 :does :log_off_at_end_of_shift. -} log:explains { - :alice1754 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1755 :does :log_off_at_end_of_shift. -} log:explains { - :alice1755 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1756 :does :log_off_at_end_of_shift. -} log:explains { - :alice1756 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1757 :does :log_off_at_end_of_shift. -} log:explains { - :alice1757 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1758 :does :log_off_at_end_of_shift. -} log:explains { - :alice1758 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1759 :does :log_off_at_end_of_shift. -} log:explains { - :alice1759 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1760 :does :log_off_at_end_of_shift. -} log:explains { - :alice1760 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1761 :does :log_off_at_end_of_shift. -} log:explains { - :alice1761 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1762 :does :log_off_at_end_of_shift. -} log:explains { - :alice1762 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1763 :does :log_off_at_end_of_shift. -} log:explains { - :alice1763 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1764 :does :log_off_at_end_of_shift. -} log:explains { - :alice1764 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1765 :does :log_off_at_end_of_shift. -} log:explains { - :alice1765 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1766 :does :log_off_at_end_of_shift. -} log:explains { - :alice1766 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1767 :does :log_off_at_end_of_shift. -} log:explains { - :alice1767 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1768 :does :log_off_at_end_of_shift. -} log:explains { - :alice1768 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1769 :does :log_off_at_end_of_shift. -} log:explains { - :alice1769 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1770 :does :log_off_at_end_of_shift. -} log:explains { - :alice1770 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1771 :does :log_off_at_end_of_shift. -} log:explains { - :alice1771 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1772 :does :log_off_at_end_of_shift. -} log:explains { - :alice1772 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1773 :does :log_off_at_end_of_shift. -} log:explains { - :alice1773 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1774 :does :log_off_at_end_of_shift. -} log:explains { - :alice1774 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1775 :does :log_off_at_end_of_shift. -} log:explains { - :alice1775 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1776 :does :log_off_at_end_of_shift. -} log:explains { - :alice1776 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1777 :does :log_off_at_end_of_shift. -} log:explains { - :alice1777 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1778 :does :log_off_at_end_of_shift. -} log:explains { - :alice1778 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1779 :does :log_off_at_end_of_shift. -} log:explains { - :alice1779 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1780 :does :log_off_at_end_of_shift. -} log:explains { - :alice1780 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1781 :does :log_off_at_end_of_shift. -} log:explains { - :alice1781 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1782 :does :log_off_at_end_of_shift. -} log:explains { - :alice1782 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1783 :does :log_off_at_end_of_shift. -} log:explains { - :alice1783 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1784 :does :log_off_at_end_of_shift. -} log:explains { - :alice1784 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1785 :does :log_off_at_end_of_shift. -} log:explains { - :alice1785 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1786 :does :log_off_at_end_of_shift. -} log:explains { - :alice1786 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1787 :does :log_off_at_end_of_shift. -} log:explains { - :alice1787 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1788 :does :log_off_at_end_of_shift. -} log:explains { - :alice1788 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1789 :does :log_off_at_end_of_shift. -} log:explains { - :alice1789 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1790 :does :log_off_at_end_of_shift. -} log:explains { - :alice1790 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1791 :does :log_off_at_end_of_shift. -} log:explains { - :alice1791 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1792 :does :log_off_at_end_of_shift. -} log:explains { - :alice1792 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1793 :does :log_off_at_end_of_shift. -} log:explains { - :alice1793 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1794 :does :log_off_at_end_of_shift. -} log:explains { - :alice1794 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1795 :does :log_off_at_end_of_shift. -} log:explains { - :alice1795 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1796 :does :log_off_at_end_of_shift. -} log:explains { - :alice1796 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1797 :does :log_off_at_end_of_shift. -} log:explains { - :alice1797 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1798 :does :log_off_at_end_of_shift. -} log:explains { - :alice1798 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1799 :does :log_off_at_end_of_shift. -} log:explains { - :alice1799 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1800 :does :log_off_at_end_of_shift. -} log:explains { - :alice1800 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1801 :does :log_off_at_end_of_shift. -} log:explains { - :alice1801 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1802 :does :log_off_at_end_of_shift. -} log:explains { - :alice1802 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1803 :does :log_off_at_end_of_shift. -} log:explains { - :alice1803 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1804 :does :log_off_at_end_of_shift. -} log:explains { - :alice1804 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1805 :does :log_off_at_end_of_shift. -} log:explains { - :alice1805 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1806 :does :log_off_at_end_of_shift. -} log:explains { - :alice1806 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1807 :does :log_off_at_end_of_shift. -} log:explains { - :alice1807 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1808 :does :log_off_at_end_of_shift. -} log:explains { - :alice1808 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1809 :does :log_off_at_end_of_shift. -} log:explains { - :alice1809 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1810 :does :log_off_at_end_of_shift. -} log:explains { - :alice1810 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1811 :does :log_off_at_end_of_shift. -} log:explains { - :alice1811 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1812 :does :log_off_at_end_of_shift. -} log:explains { - :alice1812 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1813 :does :log_off_at_end_of_shift. -} log:explains { - :alice1813 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1814 :does :log_off_at_end_of_shift. -} log:explains { - :alice1814 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1815 :does :log_off_at_end_of_shift. -} log:explains { - :alice1815 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1816 :does :log_off_at_end_of_shift. -} log:explains { - :alice1816 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1817 :does :log_off_at_end_of_shift. -} log:explains { - :alice1817 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1818 :does :log_off_at_end_of_shift. -} log:explains { - :alice1818 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1819 :does :log_off_at_end_of_shift. -} log:explains { - :alice1819 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1820 :does :log_off_at_end_of_shift. -} log:explains { - :alice1820 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1821 :does :log_off_at_end_of_shift. -} log:explains { - :alice1821 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1822 :does :log_off_at_end_of_shift. -} log:explains { - :alice1822 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1823 :does :log_off_at_end_of_shift. -} log:explains { - :alice1823 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1824 :does :log_off_at_end_of_shift. -} log:explains { - :alice1824 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1825 :does :log_off_at_end_of_shift. -} log:explains { - :alice1825 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1826 :does :log_off_at_end_of_shift. -} log:explains { - :alice1826 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1827 :does :log_off_at_end_of_shift. -} log:explains { - :alice1827 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1828 :does :log_off_at_end_of_shift. -} log:explains { - :alice1828 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1829 :does :log_off_at_end_of_shift. -} log:explains { - :alice1829 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1830 :does :log_off_at_end_of_shift. -} log:explains { - :alice1830 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1831 :does :log_off_at_end_of_shift. -} log:explains { - :alice1831 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1832 :does :log_off_at_end_of_shift. -} log:explains { - :alice1832 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1833 :does :log_off_at_end_of_shift. -} log:explains { - :alice1833 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1834 :does :log_off_at_end_of_shift. -} log:explains { - :alice1834 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1835 :does :log_off_at_end_of_shift. -} log:explains { - :alice1835 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1836 :does :log_off_at_end_of_shift. -} log:explains { - :alice1836 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1837 :does :log_off_at_end_of_shift. -} log:explains { - :alice1837 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1838 :does :log_off_at_end_of_shift. -} log:explains { - :alice1838 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1839 :does :log_off_at_end_of_shift. -} log:explains { - :alice1839 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1840 :does :log_off_at_end_of_shift. -} log:explains { - :alice1840 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1841 :does :log_off_at_end_of_shift. -} log:explains { - :alice1841 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1842 :does :log_off_at_end_of_shift. -} log:explains { - :alice1842 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1843 :does :log_off_at_end_of_shift. -} log:explains { - :alice1843 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1844 :does :log_off_at_end_of_shift. -} log:explains { - :alice1844 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1845 :does :log_off_at_end_of_shift. -} log:explains { - :alice1845 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1846 :does :log_off_at_end_of_shift. -} log:explains { - :alice1846 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1847 :does :log_off_at_end_of_shift. -} log:explains { - :alice1847 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1848 :does :log_off_at_end_of_shift. -} log:explains { - :alice1848 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1849 :does :log_off_at_end_of_shift. -} log:explains { - :alice1849 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1850 :does :log_off_at_end_of_shift. -} log:explains { - :alice1850 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1851 :does :log_off_at_end_of_shift. -} log:explains { - :alice1851 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1852 :does :log_off_at_end_of_shift. -} log:explains { - :alice1852 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1853 :does :log_off_at_end_of_shift. -} log:explains { - :alice1853 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1854 :does :log_off_at_end_of_shift. -} log:explains { - :alice1854 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1855 :does :log_off_at_end_of_shift. -} log:explains { - :alice1855 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1856 :does :log_off_at_end_of_shift. -} log:explains { - :alice1856 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1857 :does :log_off_at_end_of_shift. -} log:explains { - :alice1857 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1858 :does :log_off_at_end_of_shift. -} log:explains { - :alice1858 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1859 :does :log_off_at_end_of_shift. -} log:explains { - :alice1859 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1860 :does :log_off_at_end_of_shift. -} log:explains { - :alice1860 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1861 :does :log_off_at_end_of_shift. -} log:explains { - :alice1861 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1862 :does :log_off_at_end_of_shift. -} log:explains { - :alice1862 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1863 :does :log_off_at_end_of_shift. -} log:explains { - :alice1863 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1864 :does :log_off_at_end_of_shift. -} log:explains { - :alice1864 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1865 :does :log_off_at_end_of_shift. -} log:explains { - :alice1865 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1866 :does :log_off_at_end_of_shift. -} log:explains { - :alice1866 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1867 :does :log_off_at_end_of_shift. -} log:explains { - :alice1867 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1868 :does :log_off_at_end_of_shift. -} log:explains { - :alice1868 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1869 :does :log_off_at_end_of_shift. -} log:explains { - :alice1869 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1870 :does :log_off_at_end_of_shift. -} log:explains { - :alice1870 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1871 :does :log_off_at_end_of_shift. -} log:explains { - :alice1871 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1872 :does :log_off_at_end_of_shift. -} log:explains { - :alice1872 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1873 :does :log_off_at_end_of_shift. -} log:explains { - :alice1873 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1874 :does :log_off_at_end_of_shift. -} log:explains { - :alice1874 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1875 :does :log_off_at_end_of_shift. -} log:explains { - :alice1875 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1876 :does :log_off_at_end_of_shift. -} log:explains { - :alice1876 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1877 :does :log_off_at_end_of_shift. -} log:explains { - :alice1877 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1878 :does :log_off_at_end_of_shift. -} log:explains { - :alice1878 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1879 :does :log_off_at_end_of_shift. -} log:explains { - :alice1879 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1880 :does :log_off_at_end_of_shift. -} log:explains { - :alice1880 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1881 :does :log_off_at_end_of_shift. -} log:explains { - :alice1881 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1882 :does :log_off_at_end_of_shift. -} log:explains { - :alice1882 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1883 :does :log_off_at_end_of_shift. -} log:explains { - :alice1883 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1884 :does :log_off_at_end_of_shift. -} log:explains { - :alice1884 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1885 :does :log_off_at_end_of_shift. -} log:explains { - :alice1885 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1886 :does :log_off_at_end_of_shift. -} log:explains { - :alice1886 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1887 :does :log_off_at_end_of_shift. -} log:explains { - :alice1887 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1888 :does :log_off_at_end_of_shift. -} log:explains { - :alice1888 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1889 :does :log_off_at_end_of_shift. -} log:explains { - :alice1889 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1890 :does :log_off_at_end_of_shift. -} log:explains { - :alice1890 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1891 :does :log_off_at_end_of_shift. -} log:explains { - :alice1891 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1892 :does :log_off_at_end_of_shift. -} log:explains { - :alice1892 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1893 :does :log_off_at_end_of_shift. -} log:explains { - :alice1893 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1894 :does :log_off_at_end_of_shift. -} log:explains { - :alice1894 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1895 :does :log_off_at_end_of_shift. -} log:explains { - :alice1895 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1896 :does :log_off_at_end_of_shift. -} log:explains { - :alice1896 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1897 :does :log_off_at_end_of_shift. -} log:explains { - :alice1897 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1898 :does :log_off_at_end_of_shift. -} log:explains { - :alice1898 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1899 :does :log_off_at_end_of_shift. -} log:explains { - :alice1899 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1900 :does :log_off_at_end_of_shift. -} log:explains { - :alice1900 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1901 :does :log_off_at_end_of_shift. -} log:explains { - :alice1901 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1902 :does :log_off_at_end_of_shift. -} log:explains { - :alice1902 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1903 :does :log_off_at_end_of_shift. -} log:explains { - :alice1903 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1904 :does :log_off_at_end_of_shift. -} log:explains { - :alice1904 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1905 :does :log_off_at_end_of_shift. -} log:explains { - :alice1905 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1906 :does :log_off_at_end_of_shift. -} log:explains { - :alice1906 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1907 :does :log_off_at_end_of_shift. -} log:explains { - :alice1907 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1908 :does :log_off_at_end_of_shift. -} log:explains { - :alice1908 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1909 :does :log_off_at_end_of_shift. -} log:explains { - :alice1909 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1910 :does :log_off_at_end_of_shift. -} log:explains { - :alice1910 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1911 :does :log_off_at_end_of_shift. -} log:explains { - :alice1911 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1912 :does :log_off_at_end_of_shift. -} log:explains { - :alice1912 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1913 :does :log_off_at_end_of_shift. -} log:explains { - :alice1913 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1914 :does :log_off_at_end_of_shift. -} log:explains { - :alice1914 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1915 :does :log_off_at_end_of_shift. -} log:explains { - :alice1915 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1916 :does :log_off_at_end_of_shift. -} log:explains { - :alice1916 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1917 :does :log_off_at_end_of_shift. -} log:explains { - :alice1917 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1918 :does :log_off_at_end_of_shift. -} log:explains { - :alice1918 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1919 :does :log_off_at_end_of_shift. -} log:explains { - :alice1919 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1920 :does :log_off_at_end_of_shift. -} log:explains { - :alice1920 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1921 :does :log_off_at_end_of_shift. -} log:explains { - :alice1921 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1922 :does :log_off_at_end_of_shift. -} log:explains { - :alice1922 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1923 :does :log_off_at_end_of_shift. -} log:explains { - :alice1923 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1924 :does :log_off_at_end_of_shift. -} log:explains { - :alice1924 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1925 :does :log_off_at_end_of_shift. -} log:explains { - :alice1925 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1926 :does :log_off_at_end_of_shift. -} log:explains { - :alice1926 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1927 :does :log_off_at_end_of_shift. -} log:explains { - :alice1927 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1928 :does :log_off_at_end_of_shift. -} log:explains { - :alice1928 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1929 :does :log_off_at_end_of_shift. -} log:explains { - :alice1929 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1930 :does :log_off_at_end_of_shift. -} log:explains { - :alice1930 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1931 :does :log_off_at_end_of_shift. -} log:explains { - :alice1931 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1932 :does :log_off_at_end_of_shift. -} log:explains { - :alice1932 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1933 :does :log_off_at_end_of_shift. -} log:explains { - :alice1933 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1934 :does :log_off_at_end_of_shift. -} log:explains { - :alice1934 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1935 :does :log_off_at_end_of_shift. -} log:explains { - :alice1935 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1936 :does :log_off_at_end_of_shift. -} log:explains { - :alice1936 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1937 :does :log_off_at_end_of_shift. -} log:explains { - :alice1937 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1938 :does :log_off_at_end_of_shift. -} log:explains { - :alice1938 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1939 :does :log_off_at_end_of_shift. -} log:explains { - :alice1939 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1940 :does :log_off_at_end_of_shift. -} log:explains { - :alice1940 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1941 :does :log_off_at_end_of_shift. -} log:explains { - :alice1941 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1942 :does :log_off_at_end_of_shift. -} log:explains { - :alice1942 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1943 :does :log_off_at_end_of_shift. -} log:explains { - :alice1943 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1944 :does :log_off_at_end_of_shift. -} log:explains { - :alice1944 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1945 :does :log_off_at_end_of_shift. -} log:explains { - :alice1945 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1946 :does :log_off_at_end_of_shift. -} log:explains { - :alice1946 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1947 :does :log_off_at_end_of_shift. -} log:explains { - :alice1947 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1948 :does :log_off_at_end_of_shift. -} log:explains { - :alice1948 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1949 :does :log_off_at_end_of_shift. -} log:explains { - :alice1949 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1950 :does :log_off_at_end_of_shift. -} log:explains { - :alice1950 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1951 :does :log_off_at_end_of_shift. -} log:explains { - :alice1951 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1952 :does :log_off_at_end_of_shift. -} log:explains { - :alice1952 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1953 :does :log_off_at_end_of_shift. -} log:explains { - :alice1953 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1954 :does :log_off_at_end_of_shift. -} log:explains { - :alice1954 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1955 :does :log_off_at_end_of_shift. -} log:explains { - :alice1955 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1956 :does :log_off_at_end_of_shift. -} log:explains { - :alice1956 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1957 :does :log_off_at_end_of_shift. -} log:explains { - :alice1957 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1958 :does :log_off_at_end_of_shift. -} log:explains { - :alice1958 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1959 :does :log_off_at_end_of_shift. -} log:explains { - :alice1959 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1960 :does :log_off_at_end_of_shift. -} log:explains { - :alice1960 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1961 :does :log_off_at_end_of_shift. -} log:explains { - :alice1961 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1962 :does :log_off_at_end_of_shift. -} log:explains { - :alice1962 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1963 :does :log_off_at_end_of_shift. -} log:explains { - :alice1963 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1964 :does :log_off_at_end_of_shift. -} log:explains { - :alice1964 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1965 :does :log_off_at_end_of_shift. -} log:explains { - :alice1965 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1966 :does :log_off_at_end_of_shift. -} log:explains { - :alice1966 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1967 :does :log_off_at_end_of_shift. -} log:explains { - :alice1967 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1968 :does :log_off_at_end_of_shift. -} log:explains { - :alice1968 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1969 :does :log_off_at_end_of_shift. -} log:explains { - :alice1969 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1970 :does :log_off_at_end_of_shift. -} log:explains { - :alice1970 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1971 :does :log_off_at_end_of_shift. -} log:explains { - :alice1971 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1972 :does :log_off_at_end_of_shift. -} log:explains { - :alice1972 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1973 :does :log_off_at_end_of_shift. -} log:explains { - :alice1973 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1974 :does :log_off_at_end_of_shift. -} log:explains { - :alice1974 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1975 :does :log_off_at_end_of_shift. -} log:explains { - :alice1975 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1976 :does :log_off_at_end_of_shift. -} log:explains { - :alice1976 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1977 :does :log_off_at_end_of_shift. -} log:explains { - :alice1977 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1978 :does :log_off_at_end_of_shift. -} log:explains { - :alice1978 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1979 :does :log_off_at_end_of_shift. -} log:explains { - :alice1979 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1980 :does :log_off_at_end_of_shift. -} log:explains { - :alice1980 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1981 :does :log_off_at_end_of_shift. -} log:explains { - :alice1981 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1982 :does :log_off_at_end_of_shift. -} log:explains { - :alice1982 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1983 :does :log_off_at_end_of_shift. -} log:explains { - :alice1983 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1984 :does :log_off_at_end_of_shift. -} log:explains { - :alice1984 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1985 :does :log_off_at_end_of_shift. -} log:explains { - :alice1985 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1986 :does :log_off_at_end_of_shift. -} log:explains { - :alice1986 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1987 :does :log_off_at_end_of_shift. -} log:explains { - :alice1987 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1988 :does :log_off_at_end_of_shift. -} log:explains { - :alice1988 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1989 :does :log_off_at_end_of_shift. -} log:explains { - :alice1989 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1990 :does :log_off_at_end_of_shift. -} log:explains { - :alice1990 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1991 :does :log_off_at_end_of_shift. -} log:explains { - :alice1991 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1992 :does :log_off_at_end_of_shift. -} log:explains { - :alice1992 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1993 :does :log_off_at_end_of_shift. -} log:explains { - :alice1993 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1994 :does :log_off_at_end_of_shift. -} log:explains { - :alice1994 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1995 :does :log_off_at_end_of_shift. -} log:explains { - :alice1995 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1996 :does :log_off_at_end_of_shift. -} log:explains { - :alice1996 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1997 :does :log_off_at_end_of_shift. -} log:explains { - :alice1997 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1998 :does :log_off_at_end_of_shift. -} log:explains { - :alice1998 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice1999 :does :log_off_at_end_of_shift. -} log:explains { - :alice1999 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2000 :does :log_off_at_end_of_shift. -} log:explains { - :alice2000 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2001 :does :log_off_at_end_of_shift. -} log:explains { - :alice2001 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2002 :does :log_off_at_end_of_shift. -} log:explains { - :alice2002 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2003 :does :log_off_at_end_of_shift. -} log:explains { - :alice2003 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2004 :does :log_off_at_end_of_shift. -} log:explains { - :alice2004 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2005 :does :log_off_at_end_of_shift. -} log:explains { - :alice2005 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2006 :does :log_off_at_end_of_shift. -} log:explains { - :alice2006 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2007 :does :log_off_at_end_of_shift. -} log:explains { - :alice2007 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2008 :does :log_off_at_end_of_shift. -} log:explains { - :alice2008 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2009 :does :log_off_at_end_of_shift. -} log:explains { - :alice2009 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2010 :does :log_off_at_end_of_shift. -} log:explains { - :alice2010 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2011 :does :log_off_at_end_of_shift. -} log:explains { - :alice2011 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2012 :does :log_off_at_end_of_shift. -} log:explains { - :alice2012 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2013 :does :log_off_at_end_of_shift. -} log:explains { - :alice2013 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2014 :does :log_off_at_end_of_shift. -} log:explains { - :alice2014 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2015 :does :log_off_at_end_of_shift. -} log:explains { - :alice2015 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2016 :does :log_off_at_end_of_shift. -} log:explains { - :alice2016 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2017 :does :log_off_at_end_of_shift. -} log:explains { - :alice2017 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2018 :does :log_off_at_end_of_shift. -} log:explains { - :alice2018 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2019 :does :log_off_at_end_of_shift. -} log:explains { - :alice2019 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2020 :does :log_off_at_end_of_shift. -} log:explains { - :alice2020 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2021 :does :log_off_at_end_of_shift. -} log:explains { - :alice2021 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2022 :does :log_off_at_end_of_shift. -} log:explains { - :alice2022 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2023 :does :log_off_at_end_of_shift. -} log:explains { - :alice2023 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2024 :does :log_off_at_end_of_shift. -} log:explains { - :alice2024 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2025 :does :log_off_at_end_of_shift. -} log:explains { - :alice2025 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2026 :does :log_off_at_end_of_shift. -} log:explains { - :alice2026 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2027 :does :log_off_at_end_of_shift. -} log:explains { - :alice2027 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2028 :does :log_off_at_end_of_shift. -} log:explains { - :alice2028 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2029 :does :log_off_at_end_of_shift. -} log:explains { - :alice2029 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2030 :does :log_off_at_end_of_shift. -} log:explains { - :alice2030 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2031 :does :log_off_at_end_of_shift. -} log:explains { - :alice2031 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2032 :does :log_off_at_end_of_shift. -} log:explains { - :alice2032 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2033 :does :log_off_at_end_of_shift. -} log:explains { - :alice2033 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2034 :does :log_off_at_end_of_shift. -} log:explains { - :alice2034 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2035 :does :log_off_at_end_of_shift. -} log:explains { - :alice2035 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2036 :does :log_off_at_end_of_shift. -} log:explains { - :alice2036 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2037 :does :log_off_at_end_of_shift. -} log:explains { - :alice2037 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2038 :does :log_off_at_end_of_shift. -} log:explains { - :alice2038 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2039 :does :log_off_at_end_of_shift. -} log:explains { - :alice2039 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2040 :does :log_off_at_end_of_shift. -} log:explains { - :alice2040 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2041 :does :log_off_at_end_of_shift. -} log:explains { - :alice2041 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2042 :does :log_off_at_end_of_shift. -} log:explains { - :alice2042 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2043 :does :log_off_at_end_of_shift. -} log:explains { - :alice2043 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2044 :does :log_off_at_end_of_shift. -} log:explains { - :alice2044 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2045 :does :log_off_at_end_of_shift. -} log:explains { - :alice2045 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2046 :does :log_off_at_end_of_shift. -} log:explains { - :alice2046 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2047 :does :log_off_at_end_of_shift. -} log:explains { - :alice2047 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2048 :does :log_off_at_end_of_shift. -} log:explains { - :alice2048 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2049 :does :log_off_at_end_of_shift. -} log:explains { - :alice2049 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2050 :does :log_off_at_end_of_shift. -} log:explains { - :alice2050 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2051 :does :log_off_at_end_of_shift. -} log:explains { - :alice2051 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2052 :does :log_off_at_end_of_shift. -} log:explains { - :alice2052 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2053 :does :log_off_at_end_of_shift. -} log:explains { - :alice2053 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2054 :does :log_off_at_end_of_shift. -} log:explains { - :alice2054 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2055 :does :log_off_at_end_of_shift. -} log:explains { - :alice2055 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2056 :does :log_off_at_end_of_shift. -} log:explains { - :alice2056 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2057 :does :log_off_at_end_of_shift. -} log:explains { - :alice2057 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2058 :does :log_off_at_end_of_shift. -} log:explains { - :alice2058 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2059 :does :log_off_at_end_of_shift. -} log:explains { - :alice2059 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2060 :does :log_off_at_end_of_shift. -} log:explains { - :alice2060 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2061 :does :log_off_at_end_of_shift. -} log:explains { - :alice2061 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2062 :does :log_off_at_end_of_shift. -} log:explains { - :alice2062 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2063 :does :log_off_at_end_of_shift. -} log:explains { - :alice2063 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2064 :does :log_off_at_end_of_shift. -} log:explains { - :alice2064 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2065 :does :log_off_at_end_of_shift. -} log:explains { - :alice2065 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2066 :does :log_off_at_end_of_shift. -} log:explains { - :alice2066 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2067 :does :log_off_at_end_of_shift. -} log:explains { - :alice2067 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2068 :does :log_off_at_end_of_shift. -} log:explains { - :alice2068 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2069 :does :log_off_at_end_of_shift. -} log:explains { - :alice2069 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2070 :does :log_off_at_end_of_shift. -} log:explains { - :alice2070 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2071 :does :log_off_at_end_of_shift. -} log:explains { - :alice2071 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2072 :does :log_off_at_end_of_shift. -} log:explains { - :alice2072 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2073 :does :log_off_at_end_of_shift. -} log:explains { - :alice2073 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2074 :does :log_off_at_end_of_shift. -} log:explains { - :alice2074 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2075 :does :log_off_at_end_of_shift. -} log:explains { - :alice2075 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2076 :does :log_off_at_end_of_shift. -} log:explains { - :alice2076 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2077 :does :log_off_at_end_of_shift. -} log:explains { - :alice2077 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2078 :does :log_off_at_end_of_shift. -} log:explains { - :alice2078 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2079 :does :log_off_at_end_of_shift. -} log:explains { - :alice2079 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2080 :does :log_off_at_end_of_shift. -} log:explains { - :alice2080 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2081 :does :log_off_at_end_of_shift. -} log:explains { - :alice2081 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2082 :does :log_off_at_end_of_shift. -} log:explains { - :alice2082 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2083 :does :log_off_at_end_of_shift. -} log:explains { - :alice2083 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2084 :does :log_off_at_end_of_shift. -} log:explains { - :alice2084 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2085 :does :log_off_at_end_of_shift. -} log:explains { - :alice2085 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2086 :does :log_off_at_end_of_shift. -} log:explains { - :alice2086 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2087 :does :log_off_at_end_of_shift. -} log:explains { - :alice2087 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2088 :does :log_off_at_end_of_shift. -} log:explains { - :alice2088 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2089 :does :log_off_at_end_of_shift. -} log:explains { - :alice2089 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2090 :does :log_off_at_end_of_shift. -} log:explains { - :alice2090 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2091 :does :log_off_at_end_of_shift. -} log:explains { - :alice2091 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2092 :does :log_off_at_end_of_shift. -} log:explains { - :alice2092 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2093 :does :log_off_at_end_of_shift. -} log:explains { - :alice2093 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2094 :does :log_off_at_end_of_shift. -} log:explains { - :alice2094 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2095 :does :log_off_at_end_of_shift. -} log:explains { - :alice2095 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2096 :does :log_off_at_end_of_shift. -} log:explains { - :alice2096 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2097 :does :log_off_at_end_of_shift. -} log:explains { - :alice2097 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2098 :does :log_off_at_end_of_shift. -} log:explains { - :alice2098 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2099 :does :log_off_at_end_of_shift. -} log:explains { - :alice2099 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2100 :does :log_off_at_end_of_shift. -} log:explains { - :alice2100 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2101 :does :log_off_at_end_of_shift. -} log:explains { - :alice2101 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2102 :does :log_off_at_end_of_shift. -} log:explains { - :alice2102 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2103 :does :log_off_at_end_of_shift. -} log:explains { - :alice2103 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2104 :does :log_off_at_end_of_shift. -} log:explains { - :alice2104 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2105 :does :log_off_at_end_of_shift. -} log:explains { - :alice2105 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2106 :does :log_off_at_end_of_shift. -} log:explains { - :alice2106 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2107 :does :log_off_at_end_of_shift. -} log:explains { - :alice2107 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2108 :does :log_off_at_end_of_shift. -} log:explains { - :alice2108 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2109 :does :log_off_at_end_of_shift. -} log:explains { - :alice2109 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2110 :does :log_off_at_end_of_shift. -} log:explains { - :alice2110 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2111 :does :log_off_at_end_of_shift. -} log:explains { - :alice2111 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2112 :does :log_off_at_end_of_shift. -} log:explains { - :alice2112 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2113 :does :log_off_at_end_of_shift. -} log:explains { - :alice2113 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2114 :does :log_off_at_end_of_shift. -} log:explains { - :alice2114 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2115 :does :log_off_at_end_of_shift. -} log:explains { - :alice2115 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2116 :does :log_off_at_end_of_shift. -} log:explains { - :alice2116 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2117 :does :log_off_at_end_of_shift. -} log:explains { - :alice2117 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2118 :does :log_off_at_end_of_shift. -} log:explains { - :alice2118 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2119 :does :log_off_at_end_of_shift. -} log:explains { - :alice2119 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2120 :does :log_off_at_end_of_shift. -} log:explains { - :alice2120 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2121 :does :log_off_at_end_of_shift. -} log:explains { - :alice2121 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2122 :does :log_off_at_end_of_shift. -} log:explains { - :alice2122 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2123 :does :log_off_at_end_of_shift. -} log:explains { - :alice2123 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2124 :does :log_off_at_end_of_shift. -} log:explains { - :alice2124 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2125 :does :log_off_at_end_of_shift. -} log:explains { - :alice2125 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2126 :does :log_off_at_end_of_shift. -} log:explains { - :alice2126 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2127 :does :log_off_at_end_of_shift. -} log:explains { - :alice2127 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2128 :does :log_off_at_end_of_shift. -} log:explains { - :alice2128 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2129 :does :log_off_at_end_of_shift. -} log:explains { - :alice2129 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2130 :does :log_off_at_end_of_shift. -} log:explains { - :alice2130 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2131 :does :log_off_at_end_of_shift. -} log:explains { - :alice2131 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2132 :does :log_off_at_end_of_shift. -} log:explains { - :alice2132 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2133 :does :log_off_at_end_of_shift. -} log:explains { - :alice2133 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2134 :does :log_off_at_end_of_shift. -} log:explains { - :alice2134 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2135 :does :log_off_at_end_of_shift. -} log:explains { - :alice2135 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2136 :does :log_off_at_end_of_shift. -} log:explains { - :alice2136 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2137 :does :log_off_at_end_of_shift. -} log:explains { - :alice2137 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2138 :does :log_off_at_end_of_shift. -} log:explains { - :alice2138 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2139 :does :log_off_at_end_of_shift. -} log:explains { - :alice2139 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2140 :does :log_off_at_end_of_shift. -} log:explains { - :alice2140 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2141 :does :log_off_at_end_of_shift. -} log:explains { - :alice2141 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2142 :does :log_off_at_end_of_shift. -} log:explains { - :alice2142 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2143 :does :log_off_at_end_of_shift. -} log:explains { - :alice2143 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2144 :does :log_off_at_end_of_shift. -} log:explains { - :alice2144 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2145 :does :log_off_at_end_of_shift. -} log:explains { - :alice2145 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2146 :does :log_off_at_end_of_shift. -} log:explains { - :alice2146 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2147 :does :log_off_at_end_of_shift. -} log:explains { - :alice2147 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2148 :does :log_off_at_end_of_shift. -} log:explains { - :alice2148 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2149 :does :log_off_at_end_of_shift. -} log:explains { - :alice2149 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2150 :does :log_off_at_end_of_shift. -} log:explains { - :alice2150 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2151 :does :log_off_at_end_of_shift. -} log:explains { - :alice2151 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2152 :does :log_off_at_end_of_shift. -} log:explains { - :alice2152 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2153 :does :log_off_at_end_of_shift. -} log:explains { - :alice2153 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2154 :does :log_off_at_end_of_shift. -} log:explains { - :alice2154 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2155 :does :log_off_at_end_of_shift. -} log:explains { - :alice2155 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2156 :does :log_off_at_end_of_shift. -} log:explains { - :alice2156 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2157 :does :log_off_at_end_of_shift. -} log:explains { - :alice2157 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2158 :does :log_off_at_end_of_shift. -} log:explains { - :alice2158 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2159 :does :log_off_at_end_of_shift. -} log:explains { - :alice2159 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2160 :does :log_off_at_end_of_shift. -} log:explains { - :alice2160 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2161 :does :log_off_at_end_of_shift. -} log:explains { - :alice2161 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2162 :does :log_off_at_end_of_shift. -} log:explains { - :alice2162 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2163 :does :log_off_at_end_of_shift. -} log:explains { - :alice2163 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2164 :does :log_off_at_end_of_shift. -} log:explains { - :alice2164 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2165 :does :log_off_at_end_of_shift. -} log:explains { - :alice2165 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2166 :does :log_off_at_end_of_shift. -} log:explains { - :alice2166 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2167 :does :log_off_at_end_of_shift. -} log:explains { - :alice2167 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2168 :does :log_off_at_end_of_shift. -} log:explains { - :alice2168 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2169 :does :log_off_at_end_of_shift. -} log:explains { - :alice2169 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2170 :does :log_off_at_end_of_shift. -} log:explains { - :alice2170 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2171 :does :log_off_at_end_of_shift. -} log:explains { - :alice2171 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2172 :does :log_off_at_end_of_shift. -} log:explains { - :alice2172 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2173 :does :log_off_at_end_of_shift. -} log:explains { - :alice2173 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2174 :does :log_off_at_end_of_shift. -} log:explains { - :alice2174 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2175 :does :log_off_at_end_of_shift. -} log:explains { - :alice2175 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2176 :does :log_off_at_end_of_shift. -} log:explains { - :alice2176 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2177 :does :log_off_at_end_of_shift. -} log:explains { - :alice2177 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2178 :does :log_off_at_end_of_shift. -} log:explains { - :alice2178 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2179 :does :log_off_at_end_of_shift. -} log:explains { - :alice2179 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2180 :does :log_off_at_end_of_shift. -} log:explains { - :alice2180 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2181 :does :log_off_at_end_of_shift. -} log:explains { - :alice2181 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2182 :does :log_off_at_end_of_shift. -} log:explains { - :alice2182 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2183 :does :log_off_at_end_of_shift. -} log:explains { - :alice2183 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2184 :does :log_off_at_end_of_shift. -} log:explains { - :alice2184 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2185 :does :log_off_at_end_of_shift. -} log:explains { - :alice2185 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2186 :does :log_off_at_end_of_shift. -} log:explains { - :alice2186 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2187 :does :log_off_at_end_of_shift. -} log:explains { - :alice2187 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2188 :does :log_off_at_end_of_shift. -} log:explains { - :alice2188 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2189 :does :log_off_at_end_of_shift. -} log:explains { - :alice2189 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2190 :does :log_off_at_end_of_shift. -} log:explains { - :alice2190 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2191 :does :log_off_at_end_of_shift. -} log:explains { - :alice2191 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2192 :does :log_off_at_end_of_shift. -} log:explains { - :alice2192 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2193 :does :log_off_at_end_of_shift. -} log:explains { - :alice2193 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2194 :does :log_off_at_end_of_shift. -} log:explains { - :alice2194 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2195 :does :log_off_at_end_of_shift. -} log:explains { - :alice2195 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2196 :does :log_off_at_end_of_shift. -} log:explains { - :alice2196 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2197 :does :log_off_at_end_of_shift. -} log:explains { - :alice2197 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2198 :does :log_off_at_end_of_shift. -} log:explains { - :alice2198 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2199 :does :log_off_at_end_of_shift. -} log:explains { - :alice2199 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2200 :does :log_off_at_end_of_shift. -} log:explains { - :alice2200 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2201 :does :log_off_at_end_of_shift. -} log:explains { - :alice2201 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2202 :does :log_off_at_end_of_shift. -} log:explains { - :alice2202 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2203 :does :log_off_at_end_of_shift. -} log:explains { - :alice2203 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2204 :does :log_off_at_end_of_shift. -} log:explains { - :alice2204 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2205 :does :log_off_at_end_of_shift. -} log:explains { - :alice2205 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2206 :does :log_off_at_end_of_shift. -} log:explains { - :alice2206 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2207 :does :log_off_at_end_of_shift. -} log:explains { - :alice2207 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2208 :does :log_off_at_end_of_shift. -} log:explains { - :alice2208 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2209 :does :log_off_at_end_of_shift. -} log:explains { - :alice2209 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2210 :does :log_off_at_end_of_shift. -} log:explains { - :alice2210 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2211 :does :log_off_at_end_of_shift. -} log:explains { - :alice2211 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2212 :does :log_off_at_end_of_shift. -} log:explains { - :alice2212 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2213 :does :log_off_at_end_of_shift. -} log:explains { - :alice2213 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2214 :does :log_off_at_end_of_shift. -} log:explains { - :alice2214 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2215 :does :log_off_at_end_of_shift. -} log:explains { - :alice2215 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2216 :does :log_off_at_end_of_shift. -} log:explains { - :alice2216 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2217 :does :log_off_at_end_of_shift. -} log:explains { - :alice2217 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2218 :does :log_off_at_end_of_shift. -} log:explains { - :alice2218 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2219 :does :log_off_at_end_of_shift. -} log:explains { - :alice2219 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2220 :does :log_off_at_end_of_shift. -} log:explains { - :alice2220 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2221 :does :log_off_at_end_of_shift. -} log:explains { - :alice2221 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2222 :does :log_off_at_end_of_shift. -} log:explains { - :alice2222 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2223 :does :log_off_at_end_of_shift. -} log:explains { - :alice2223 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2224 :does :log_off_at_end_of_shift. -} log:explains { - :alice2224 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2225 :does :log_off_at_end_of_shift. -} log:explains { - :alice2225 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2226 :does :log_off_at_end_of_shift. -} log:explains { - :alice2226 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2227 :does :log_off_at_end_of_shift. -} log:explains { - :alice2227 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2228 :does :log_off_at_end_of_shift. -} log:explains { - :alice2228 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2229 :does :log_off_at_end_of_shift. -} log:explains { - :alice2229 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2230 :does :log_off_at_end_of_shift. -} log:explains { - :alice2230 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2231 :does :log_off_at_end_of_shift. -} log:explains { - :alice2231 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2232 :does :log_off_at_end_of_shift. -} log:explains { - :alice2232 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2233 :does :log_off_at_end_of_shift. -} log:explains { - :alice2233 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2234 :does :log_off_at_end_of_shift. -} log:explains { - :alice2234 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2235 :does :log_off_at_end_of_shift. -} log:explains { - :alice2235 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2236 :does :log_off_at_end_of_shift. -} log:explains { - :alice2236 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2237 :does :log_off_at_end_of_shift. -} log:explains { - :alice2237 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2238 :does :log_off_at_end_of_shift. -} log:explains { - :alice2238 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2239 :does :log_off_at_end_of_shift. -} log:explains { - :alice2239 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2240 :does :log_off_at_end_of_shift. -} log:explains { - :alice2240 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2241 :does :log_off_at_end_of_shift. -} log:explains { - :alice2241 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2242 :does :log_off_at_end_of_shift. -} log:explains { - :alice2242 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2243 :does :log_off_at_end_of_shift. -} log:explains { - :alice2243 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2244 :does :log_off_at_end_of_shift. -} log:explains { - :alice2244 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2245 :does :log_off_at_end_of_shift. -} log:explains { - :alice2245 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2246 :does :log_off_at_end_of_shift. -} log:explains { - :alice2246 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2247 :does :log_off_at_end_of_shift. -} log:explains { - :alice2247 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2248 :does :log_off_at_end_of_shift. -} log:explains { - :alice2248 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2249 :does :log_off_at_end_of_shift. -} log:explains { - :alice2249 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2250 :does :log_off_at_end_of_shift. -} log:explains { - :alice2250 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2251 :does :log_off_at_end_of_shift. -} log:explains { - :alice2251 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2252 :does :log_off_at_end_of_shift. -} log:explains { - :alice2252 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2253 :does :log_off_at_end_of_shift. -} log:explains { - :alice2253 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2254 :does :log_off_at_end_of_shift. -} log:explains { - :alice2254 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2255 :does :log_off_at_end_of_shift. -} log:explains { - :alice2255 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2256 :does :log_off_at_end_of_shift. -} log:explains { - :alice2256 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2257 :does :log_off_at_end_of_shift. -} log:explains { - :alice2257 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2258 :does :log_off_at_end_of_shift. -} log:explains { - :alice2258 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2259 :does :log_off_at_end_of_shift. -} log:explains { - :alice2259 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2260 :does :log_off_at_end_of_shift. -} log:explains { - :alice2260 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2261 :does :log_off_at_end_of_shift. -} log:explains { - :alice2261 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2262 :does :log_off_at_end_of_shift. -} log:explains { - :alice2262 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2263 :does :log_off_at_end_of_shift. -} log:explains { - :alice2263 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2264 :does :log_off_at_end_of_shift. -} log:explains { - :alice2264 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2265 :does :log_off_at_end_of_shift. -} log:explains { - :alice2265 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2266 :does :log_off_at_end_of_shift. -} log:explains { - :alice2266 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2267 :does :log_off_at_end_of_shift. -} log:explains { - :alice2267 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2268 :does :log_off_at_end_of_shift. -} log:explains { - :alice2268 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2269 :does :log_off_at_end_of_shift. -} log:explains { - :alice2269 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2270 :does :log_off_at_end_of_shift. -} log:explains { - :alice2270 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2271 :does :log_off_at_end_of_shift. -} log:explains { - :alice2271 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2272 :does :log_off_at_end_of_shift. -} log:explains { - :alice2272 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2273 :does :log_off_at_end_of_shift. -} log:explains { - :alice2273 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2274 :does :log_off_at_end_of_shift. -} log:explains { - :alice2274 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2275 :does :log_off_at_end_of_shift. -} log:explains { - :alice2275 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2276 :does :log_off_at_end_of_shift. -} log:explains { - :alice2276 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2277 :does :log_off_at_end_of_shift. -} log:explains { - :alice2277 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2278 :does :log_off_at_end_of_shift. -} log:explains { - :alice2278 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2279 :does :log_off_at_end_of_shift. -} log:explains { - :alice2279 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2280 :does :log_off_at_end_of_shift. -} log:explains { - :alice2280 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2281 :does :log_off_at_end_of_shift. -} log:explains { - :alice2281 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2282 :does :log_off_at_end_of_shift. -} log:explains { - :alice2282 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2283 :does :log_off_at_end_of_shift. -} log:explains { - :alice2283 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2284 :does :log_off_at_end_of_shift. -} log:explains { - :alice2284 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2285 :does :log_off_at_end_of_shift. -} log:explains { - :alice2285 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2286 :does :log_off_at_end_of_shift. -} log:explains { - :alice2286 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2287 :does :log_off_at_end_of_shift. -} log:explains { - :alice2287 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2288 :does :log_off_at_end_of_shift. -} log:explains { - :alice2288 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2289 :does :log_off_at_end_of_shift. -} log:explains { - :alice2289 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2290 :does :log_off_at_end_of_shift. -} log:explains { - :alice2290 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2291 :does :log_off_at_end_of_shift. -} log:explains { - :alice2291 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2292 :does :log_off_at_end_of_shift. -} log:explains { - :alice2292 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2293 :does :log_off_at_end_of_shift. -} log:explains { - :alice2293 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2294 :does :log_off_at_end_of_shift. -} log:explains { - :alice2294 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2295 :does :log_off_at_end_of_shift. -} log:explains { - :alice2295 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2296 :does :log_off_at_end_of_shift. -} log:explains { - :alice2296 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2297 :does :log_off_at_end_of_shift. -} log:explains { - :alice2297 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2298 :does :log_off_at_end_of_shift. -} log:explains { - :alice2298 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2299 :does :log_off_at_end_of_shift. -} log:explains { - :alice2299 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2300 :does :log_off_at_end_of_shift. -} log:explains { - :alice2300 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2301 :does :log_off_at_end_of_shift. -} log:explains { - :alice2301 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2302 :does :log_off_at_end_of_shift. -} log:explains { - :alice2302 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2303 :does :log_off_at_end_of_shift. -} log:explains { - :alice2303 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2304 :does :log_off_at_end_of_shift. -} log:explains { - :alice2304 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2305 :does :log_off_at_end_of_shift. -} log:explains { - :alice2305 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2306 :does :log_off_at_end_of_shift. -} log:explains { - :alice2306 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2307 :does :log_off_at_end_of_shift. -} log:explains { - :alice2307 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2308 :does :log_off_at_end_of_shift. -} log:explains { - :alice2308 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2309 :does :log_off_at_end_of_shift. -} log:explains { - :alice2309 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2310 :does :log_off_at_end_of_shift. -} log:explains { - :alice2310 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2311 :does :log_off_at_end_of_shift. -} log:explains { - :alice2311 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2312 :does :log_off_at_end_of_shift. -} log:explains { - :alice2312 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2313 :does :log_off_at_end_of_shift. -} log:explains { - :alice2313 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2314 :does :log_off_at_end_of_shift. -} log:explains { - :alice2314 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2315 :does :log_off_at_end_of_shift. -} log:explains { - :alice2315 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2316 :does :log_off_at_end_of_shift. -} log:explains { - :alice2316 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2317 :does :log_off_at_end_of_shift. -} log:explains { - :alice2317 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2318 :does :log_off_at_end_of_shift. -} log:explains { - :alice2318 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2319 :does :log_off_at_end_of_shift. -} log:explains { - :alice2319 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2320 :does :log_off_at_end_of_shift. -} log:explains { - :alice2320 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2321 :does :log_off_at_end_of_shift. -} log:explains { - :alice2321 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2322 :does :log_off_at_end_of_shift. -} log:explains { - :alice2322 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2323 :does :log_off_at_end_of_shift. -} log:explains { - :alice2323 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2324 :does :log_off_at_end_of_shift. -} log:explains { - :alice2324 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2325 :does :log_off_at_end_of_shift. -} log:explains { - :alice2325 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2326 :does :log_off_at_end_of_shift. -} log:explains { - :alice2326 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2327 :does :log_off_at_end_of_shift. -} log:explains { - :alice2327 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2328 :does :log_off_at_end_of_shift. -} log:explains { - :alice2328 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2329 :does :log_off_at_end_of_shift. -} log:explains { - :alice2329 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2330 :does :log_off_at_end_of_shift. -} log:explains { - :alice2330 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2331 :does :log_off_at_end_of_shift. -} log:explains { - :alice2331 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2332 :does :log_off_at_end_of_shift. -} log:explains { - :alice2332 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2333 :does :log_off_at_end_of_shift. -} log:explains { - :alice2333 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2334 :does :log_off_at_end_of_shift. -} log:explains { - :alice2334 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2335 :does :log_off_at_end_of_shift. -} log:explains { - :alice2335 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2336 :does :log_off_at_end_of_shift. -} log:explains { - :alice2336 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2337 :does :log_off_at_end_of_shift. -} log:explains { - :alice2337 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2338 :does :log_off_at_end_of_shift. -} log:explains { - :alice2338 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2339 :does :log_off_at_end_of_shift. -} log:explains { - :alice2339 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2340 :does :log_off_at_end_of_shift. -} log:explains { - :alice2340 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2341 :does :log_off_at_end_of_shift. -} log:explains { - :alice2341 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2342 :does :log_off_at_end_of_shift. -} log:explains { - :alice2342 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2343 :does :log_off_at_end_of_shift. -} log:explains { - :alice2343 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2344 :does :log_off_at_end_of_shift. -} log:explains { - :alice2344 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2345 :does :log_off_at_end_of_shift. -} log:explains { - :alice2345 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2346 :does :log_off_at_end_of_shift. -} log:explains { - :alice2346 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2347 :does :log_off_at_end_of_shift. -} log:explains { - :alice2347 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2348 :does :log_off_at_end_of_shift. -} log:explains { - :alice2348 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2349 :does :log_off_at_end_of_shift. -} log:explains { - :alice2349 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2350 :does :log_off_at_end_of_shift. -} log:explains { - :alice2350 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2351 :does :log_off_at_end_of_shift. -} log:explains { - :alice2351 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2352 :does :log_off_at_end_of_shift. -} log:explains { - :alice2352 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2353 :does :log_off_at_end_of_shift. -} log:explains { - :alice2353 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2354 :does :log_off_at_end_of_shift. -} log:explains { - :alice2354 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2355 :does :log_off_at_end_of_shift. -} log:explains { - :alice2355 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2356 :does :log_off_at_end_of_shift. -} log:explains { - :alice2356 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2357 :does :log_off_at_end_of_shift. -} log:explains { - :alice2357 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2358 :does :log_off_at_end_of_shift. -} log:explains { - :alice2358 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2359 :does :log_off_at_end_of_shift. -} log:explains { - :alice2359 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2360 :does :log_off_at_end_of_shift. -} log:explains { - :alice2360 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2361 :does :log_off_at_end_of_shift. -} log:explains { - :alice2361 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2362 :does :log_off_at_end_of_shift. -} log:explains { - :alice2362 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2363 :does :log_off_at_end_of_shift. -} log:explains { - :alice2363 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2364 :does :log_off_at_end_of_shift. -} log:explains { - :alice2364 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2365 :does :log_off_at_end_of_shift. -} log:explains { - :alice2365 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2366 :does :log_off_at_end_of_shift. -} log:explains { - :alice2366 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2367 :does :log_off_at_end_of_shift. -} log:explains { - :alice2367 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2368 :does :log_off_at_end_of_shift. -} log:explains { - :alice2368 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2369 :does :log_off_at_end_of_shift. -} log:explains { - :alice2369 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2370 :does :log_off_at_end_of_shift. -} log:explains { - :alice2370 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2371 :does :log_off_at_end_of_shift. -} log:explains { - :alice2371 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2372 :does :log_off_at_end_of_shift. -} log:explains { - :alice2372 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2373 :does :log_off_at_end_of_shift. -} log:explains { - :alice2373 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2374 :does :log_off_at_end_of_shift. -} log:explains { - :alice2374 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2375 :does :log_off_at_end_of_shift. -} log:explains { - :alice2375 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2376 :does :log_off_at_end_of_shift. -} log:explains { - :alice2376 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2377 :does :log_off_at_end_of_shift. -} log:explains { - :alice2377 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2378 :does :log_off_at_end_of_shift. -} log:explains { - :alice2378 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2379 :does :log_off_at_end_of_shift. -} log:explains { - :alice2379 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2380 :does :log_off_at_end_of_shift. -} log:explains { - :alice2380 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2381 :does :log_off_at_end_of_shift. -} log:explains { - :alice2381 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2382 :does :log_off_at_end_of_shift. -} log:explains { - :alice2382 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2383 :does :log_off_at_end_of_shift. -} log:explains { - :alice2383 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2384 :does :log_off_at_end_of_shift. -} log:explains { - :alice2384 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2385 :does :log_off_at_end_of_shift. -} log:explains { - :alice2385 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2386 :does :log_off_at_end_of_shift. -} log:explains { - :alice2386 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2387 :does :log_off_at_end_of_shift. -} log:explains { - :alice2387 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2388 :does :log_off_at_end_of_shift. -} log:explains { - :alice2388 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2389 :does :log_off_at_end_of_shift. -} log:explains { - :alice2389 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2390 :does :log_off_at_end_of_shift. -} log:explains { - :alice2390 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2391 :does :log_off_at_end_of_shift. -} log:explains { - :alice2391 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2392 :does :log_off_at_end_of_shift. -} log:explains { - :alice2392 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2393 :does :log_off_at_end_of_shift. -} log:explains { - :alice2393 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2394 :does :log_off_at_end_of_shift. -} log:explains { - :alice2394 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2395 :does :log_off_at_end_of_shift. -} log:explains { - :alice2395 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2396 :does :log_off_at_end_of_shift. -} log:explains { - :alice2396 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2397 :does :log_off_at_end_of_shift. -} log:explains { - :alice2397 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2398 :does :log_off_at_end_of_shift. -} log:explains { - :alice2398 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2399 :does :log_off_at_end_of_shift. -} log:explains { - :alice2399 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2400 :does :log_off_at_end_of_shift. -} log:explains { - :alice2400 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2401 :does :log_off_at_end_of_shift. -} log:explains { - :alice2401 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2402 :does :log_off_at_end_of_shift. -} log:explains { - :alice2402 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2403 :does :log_off_at_end_of_shift. -} log:explains { - :alice2403 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2404 :does :log_off_at_end_of_shift. -} log:explains { - :alice2404 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2405 :does :log_off_at_end_of_shift. -} log:explains { - :alice2405 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2406 :does :log_off_at_end_of_shift. -} log:explains { - :alice2406 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2407 :does :log_off_at_end_of_shift. -} log:explains { - :alice2407 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2408 :does :log_off_at_end_of_shift. -} log:explains { - :alice2408 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2409 :does :log_off_at_end_of_shift. -} log:explains { - :alice2409 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2410 :does :log_off_at_end_of_shift. -} log:explains { - :alice2410 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2411 :does :log_off_at_end_of_shift. -} log:explains { - :alice2411 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2412 :does :log_off_at_end_of_shift. -} log:explains { - :alice2412 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2413 :does :log_off_at_end_of_shift. -} log:explains { - :alice2413 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2414 :does :log_off_at_end_of_shift. -} log:explains { - :alice2414 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2415 :does :log_off_at_end_of_shift. -} log:explains { - :alice2415 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2416 :does :log_off_at_end_of_shift. -} log:explains { - :alice2416 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2417 :does :log_off_at_end_of_shift. -} log:explains { - :alice2417 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2418 :does :log_off_at_end_of_shift. -} log:explains { - :alice2418 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2419 :does :log_off_at_end_of_shift. -} log:explains { - :alice2419 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2420 :does :log_off_at_end_of_shift. -} log:explains { - :alice2420 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2421 :does :log_off_at_end_of_shift. -} log:explains { - :alice2421 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2422 :does :log_off_at_end_of_shift. -} log:explains { - :alice2422 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2423 :does :log_off_at_end_of_shift. -} log:explains { - :alice2423 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2424 :does :log_off_at_end_of_shift. -} log:explains { - :alice2424 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2425 :does :log_off_at_end_of_shift. -} log:explains { - :alice2425 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2426 :does :log_off_at_end_of_shift. -} log:explains { - :alice2426 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2427 :does :log_off_at_end_of_shift. -} log:explains { - :alice2427 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2428 :does :log_off_at_end_of_shift. -} log:explains { - :alice2428 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2429 :does :log_off_at_end_of_shift. -} log:explains { - :alice2429 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2430 :does :log_off_at_end_of_shift. -} log:explains { - :alice2430 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2431 :does :log_off_at_end_of_shift. -} log:explains { - :alice2431 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2432 :does :log_off_at_end_of_shift. -} log:explains { - :alice2432 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2433 :does :log_off_at_end_of_shift. -} log:explains { - :alice2433 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2434 :does :log_off_at_end_of_shift. -} log:explains { - :alice2434 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2435 :does :log_off_at_end_of_shift. -} log:explains { - :alice2435 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2436 :does :log_off_at_end_of_shift. -} log:explains { - :alice2436 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2437 :does :log_off_at_end_of_shift. -} log:explains { - :alice2437 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2438 :does :log_off_at_end_of_shift. -} log:explains { - :alice2438 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2439 :does :log_off_at_end_of_shift. -} log:explains { - :alice2439 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2440 :does :log_off_at_end_of_shift. -} log:explains { - :alice2440 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2441 :does :log_off_at_end_of_shift. -} log:explains { - :alice2441 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2442 :does :log_off_at_end_of_shift. -} log:explains { - :alice2442 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2443 :does :log_off_at_end_of_shift. -} log:explains { - :alice2443 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2444 :does :log_off_at_end_of_shift. -} log:explains { - :alice2444 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2445 :does :log_off_at_end_of_shift. -} log:explains { - :alice2445 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2446 :does :log_off_at_end_of_shift. -} log:explains { - :alice2446 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2447 :does :log_off_at_end_of_shift. -} log:explains { - :alice2447 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2448 :does :log_off_at_end_of_shift. -} log:explains { - :alice2448 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2449 :does :log_off_at_end_of_shift. -} log:explains { - :alice2449 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2450 :does :log_off_at_end_of_shift. -} log:explains { - :alice2450 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2451 :does :log_off_at_end_of_shift. -} log:explains { - :alice2451 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2452 :does :log_off_at_end_of_shift. -} log:explains { - :alice2452 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2453 :does :log_off_at_end_of_shift. -} log:explains { - :alice2453 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2454 :does :log_off_at_end_of_shift. -} log:explains { - :alice2454 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2455 :does :log_off_at_end_of_shift. -} log:explains { - :alice2455 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2456 :does :log_off_at_end_of_shift. -} log:explains { - :alice2456 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2457 :does :log_off_at_end_of_shift. -} log:explains { - :alice2457 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2458 :does :log_off_at_end_of_shift. -} log:explains { - :alice2458 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2459 :does :log_off_at_end_of_shift. -} log:explains { - :alice2459 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2460 :does :log_off_at_end_of_shift. -} log:explains { - :alice2460 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2461 :does :log_off_at_end_of_shift. -} log:explains { - :alice2461 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2462 :does :log_off_at_end_of_shift. -} log:explains { - :alice2462 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2463 :does :log_off_at_end_of_shift. -} log:explains { - :alice2463 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2464 :does :log_off_at_end_of_shift. -} log:explains { - :alice2464 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2465 :does :log_off_at_end_of_shift. -} log:explains { - :alice2465 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2466 :does :log_off_at_end_of_shift. -} log:explains { - :alice2466 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2467 :does :log_off_at_end_of_shift. -} log:explains { - :alice2467 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2468 :does :log_off_at_end_of_shift. -} log:explains { - :alice2468 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2469 :does :log_off_at_end_of_shift. -} log:explains { - :alice2469 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2470 :does :log_off_at_end_of_shift. -} log:explains { - :alice2470 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2471 :does :log_off_at_end_of_shift. -} log:explains { - :alice2471 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2472 :does :log_off_at_end_of_shift. -} log:explains { - :alice2472 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2473 :does :log_off_at_end_of_shift. -} log:explains { - :alice2473 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2474 :does :log_off_at_end_of_shift. -} log:explains { - :alice2474 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2475 :does :log_off_at_end_of_shift. -} log:explains { - :alice2475 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2476 :does :log_off_at_end_of_shift. -} log:explains { - :alice2476 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2477 :does :log_off_at_end_of_shift. -} log:explains { - :alice2477 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2478 :does :log_off_at_end_of_shift. -} log:explains { - :alice2478 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2479 :does :log_off_at_end_of_shift. -} log:explains { - :alice2479 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2480 :does :log_off_at_end_of_shift. -} log:explains { - :alice2480 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2481 :does :log_off_at_end_of_shift. -} log:explains { - :alice2481 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2482 :does :log_off_at_end_of_shift. -} log:explains { - :alice2482 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2483 :does :log_off_at_end_of_shift. -} log:explains { - :alice2483 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2484 :does :log_off_at_end_of_shift. -} log:explains { - :alice2484 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2485 :does :log_off_at_end_of_shift. -} log:explains { - :alice2485 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2486 :does :log_off_at_end_of_shift. -} log:explains { - :alice2486 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2487 :does :log_off_at_end_of_shift. -} log:explains { - :alice2487 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2488 :does :log_off_at_end_of_shift. -} log:explains { - :alice2488 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2489 :does :log_off_at_end_of_shift. -} log:explains { - :alice2489 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2490 :does :log_off_at_end_of_shift. -} log:explains { - :alice2490 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2491 :does :log_off_at_end_of_shift. -} log:explains { - :alice2491 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2492 :does :log_off_at_end_of_shift. -} log:explains { - :alice2492 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2493 :does :log_off_at_end_of_shift. -} log:explains { - :alice2493 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2494 :does :log_off_at_end_of_shift. -} log:explains { - :alice2494 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2495 :does :log_off_at_end_of_shift. -} log:explains { - :alice2495 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2496 :does :log_off_at_end_of_shift. -} log:explains { - :alice2496 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2497 :does :log_off_at_end_of_shift. -} log:explains { - :alice2497 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2498 :does :log_off_at_end_of_shift. -} log:explains { - :alice2498 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2499 :does :log_off_at_end_of_shift. -} log:explains { - :alice2499 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2500 :does :log_off_at_end_of_shift. -} log:explains { - :alice2500 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2501 :does :log_off_at_end_of_shift. -} log:explains { - :alice2501 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2502 :does :log_off_at_end_of_shift. -} log:explains { - :alice2502 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2503 :does :log_off_at_end_of_shift. -} log:explains { - :alice2503 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2504 :does :log_off_at_end_of_shift. -} log:explains { - :alice2504 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2505 :does :log_off_at_end_of_shift. -} log:explains { - :alice2505 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2506 :does :log_off_at_end_of_shift. -} log:explains { - :alice2506 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2507 :does :log_off_at_end_of_shift. -} log:explains { - :alice2507 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2508 :does :log_off_at_end_of_shift. -} log:explains { - :alice2508 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2509 :does :log_off_at_end_of_shift. -} log:explains { - :alice2509 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2510 :does :log_off_at_end_of_shift. -} log:explains { - :alice2510 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2511 :does :log_off_at_end_of_shift. -} log:explains { - :alice2511 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2512 :does :log_off_at_end_of_shift. -} log:explains { - :alice2512 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2513 :does :log_off_at_end_of_shift. -} log:explains { - :alice2513 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2514 :does :log_off_at_end_of_shift. -} log:explains { - :alice2514 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2515 :does :log_off_at_end_of_shift. -} log:explains { - :alice2515 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2516 :does :log_off_at_end_of_shift. -} log:explains { - :alice2516 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2517 :does :log_off_at_end_of_shift. -} log:explains { - :alice2517 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2518 :does :log_off_at_end_of_shift. -} log:explains { - :alice2518 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2519 :does :log_off_at_end_of_shift. -} log:explains { - :alice2519 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2520 :does :log_off_at_end_of_shift. -} log:explains { - :alice2520 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2521 :does :log_off_at_end_of_shift. -} log:explains { - :alice2521 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2522 :does :log_off_at_end_of_shift. -} log:explains { - :alice2522 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2523 :does :log_off_at_end_of_shift. -} log:explains { - :alice2523 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2524 :does :log_off_at_end_of_shift. -} log:explains { - :alice2524 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2525 :does :log_off_at_end_of_shift. -} log:explains { - :alice2525 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2526 :does :log_off_at_end_of_shift. -} log:explains { - :alice2526 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2527 :does :log_off_at_end_of_shift. -} log:explains { - :alice2527 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2528 :does :log_off_at_end_of_shift. -} log:explains { - :alice2528 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2529 :does :log_off_at_end_of_shift. -} log:explains { - :alice2529 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2530 :does :log_off_at_end_of_shift. -} log:explains { - :alice2530 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2531 :does :log_off_at_end_of_shift. -} log:explains { - :alice2531 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2532 :does :log_off_at_end_of_shift. -} log:explains { - :alice2532 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2533 :does :log_off_at_end_of_shift. -} log:explains { - :alice2533 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2534 :does :log_off_at_end_of_shift. -} log:explains { - :alice2534 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2535 :does :log_off_at_end_of_shift. -} log:explains { - :alice2535 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2536 :does :log_off_at_end_of_shift. -} log:explains { - :alice2536 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2537 :does :log_off_at_end_of_shift. -} log:explains { - :alice2537 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2538 :does :log_off_at_end_of_shift. -} log:explains { - :alice2538 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2539 :does :log_off_at_end_of_shift. -} log:explains { - :alice2539 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2540 :does :log_off_at_end_of_shift. -} log:explains { - :alice2540 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2541 :does :log_off_at_end_of_shift. -} log:explains { - :alice2541 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2542 :does :log_off_at_end_of_shift. -} log:explains { - :alice2542 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2543 :does :log_off_at_end_of_shift. -} log:explains { - :alice2543 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2544 :does :log_off_at_end_of_shift. -} log:explains { - :alice2544 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2545 :does :log_off_at_end_of_shift. -} log:explains { - :alice2545 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2546 :does :log_off_at_end_of_shift. -} log:explains { - :alice2546 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2547 :does :log_off_at_end_of_shift. -} log:explains { - :alice2547 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2548 :does :log_off_at_end_of_shift. -} log:explains { - :alice2548 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2549 :does :log_off_at_end_of_shift. -} log:explains { - :alice2549 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2550 :does :log_off_at_end_of_shift. -} log:explains { - :alice2550 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2551 :does :log_off_at_end_of_shift. -} log:explains { - :alice2551 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2552 :does :log_off_at_end_of_shift. -} log:explains { - :alice2552 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2553 :does :log_off_at_end_of_shift. -} log:explains { - :alice2553 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2554 :does :log_off_at_end_of_shift. -} log:explains { - :alice2554 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2555 :does :log_off_at_end_of_shift. -} log:explains { - :alice2555 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2556 :does :log_off_at_end_of_shift. -} log:explains { - :alice2556 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2557 :does :log_off_at_end_of_shift. -} log:explains { - :alice2557 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2558 :does :log_off_at_end_of_shift. -} log:explains { - :alice2558 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2559 :does :log_off_at_end_of_shift. -} log:explains { - :alice2559 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2560 :does :log_off_at_end_of_shift. -} log:explains { - :alice2560 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2561 :does :log_off_at_end_of_shift. -} log:explains { - :alice2561 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2562 :does :log_off_at_end_of_shift. -} log:explains { - :alice2562 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2563 :does :log_off_at_end_of_shift. -} log:explains { - :alice2563 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2564 :does :log_off_at_end_of_shift. -} log:explains { - :alice2564 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2565 :does :log_off_at_end_of_shift. -} log:explains { - :alice2565 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2566 :does :log_off_at_end_of_shift. -} log:explains { - :alice2566 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2567 :does :log_off_at_end_of_shift. -} log:explains { - :alice2567 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2568 :does :log_off_at_end_of_shift. -} log:explains { - :alice2568 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2569 :does :log_off_at_end_of_shift. -} log:explains { - :alice2569 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2570 :does :log_off_at_end_of_shift. -} log:explains { - :alice2570 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2571 :does :log_off_at_end_of_shift. -} log:explains { - :alice2571 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2572 :does :log_off_at_end_of_shift. -} log:explains { - :alice2572 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2573 :does :log_off_at_end_of_shift. -} log:explains { - :alice2573 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2574 :does :log_off_at_end_of_shift. -} log:explains { - :alice2574 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2575 :does :log_off_at_end_of_shift. -} log:explains { - :alice2575 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2576 :does :log_off_at_end_of_shift. -} log:explains { - :alice2576 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2577 :does :log_off_at_end_of_shift. -} log:explains { - :alice2577 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2578 :does :log_off_at_end_of_shift. -} log:explains { - :alice2578 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2579 :does :log_off_at_end_of_shift. -} log:explains { - :alice2579 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2580 :does :log_off_at_end_of_shift. -} log:explains { - :alice2580 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2581 :does :log_off_at_end_of_shift. -} log:explains { - :alice2581 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2582 :does :log_off_at_end_of_shift. -} log:explains { - :alice2582 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2583 :does :log_off_at_end_of_shift. -} log:explains { - :alice2583 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2584 :does :log_off_at_end_of_shift. -} log:explains { - :alice2584 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2585 :does :log_off_at_end_of_shift. -} log:explains { - :alice2585 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2586 :does :log_off_at_end_of_shift. -} log:explains { - :alice2586 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2587 :does :log_off_at_end_of_shift. -} log:explains { - :alice2587 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2588 :does :log_off_at_end_of_shift. -} log:explains { - :alice2588 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2589 :does :log_off_at_end_of_shift. -} log:explains { - :alice2589 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2590 :does :log_off_at_end_of_shift. -} log:explains { - :alice2590 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2591 :does :log_off_at_end_of_shift. -} log:explains { - :alice2591 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2592 :does :log_off_at_end_of_shift. -} log:explains { - :alice2592 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2593 :does :log_off_at_end_of_shift. -} log:explains { - :alice2593 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2594 :does :log_off_at_end_of_shift. -} log:explains { - :alice2594 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2595 :does :log_off_at_end_of_shift. -} log:explains { - :alice2595 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2596 :does :log_off_at_end_of_shift. -} log:explains { - :alice2596 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2597 :does :log_off_at_end_of_shift. -} log:explains { - :alice2597 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2598 :does :log_off_at_end_of_shift. -} log:explains { - :alice2598 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2599 :does :log_off_at_end_of_shift. -} log:explains { - :alice2599 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2600 :does :log_off_at_end_of_shift. -} log:explains { - :alice2600 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2601 :does :log_off_at_end_of_shift. -} log:explains { - :alice2601 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2602 :does :log_off_at_end_of_shift. -} log:explains { - :alice2602 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2603 :does :log_off_at_end_of_shift. -} log:explains { - :alice2603 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2604 :does :log_off_at_end_of_shift. -} log:explains { - :alice2604 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2605 :does :log_off_at_end_of_shift. -} log:explains { - :alice2605 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2606 :does :log_off_at_end_of_shift. -} log:explains { - :alice2606 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2607 :does :log_off_at_end_of_shift. -} log:explains { - :alice2607 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2608 :does :log_off_at_end_of_shift. -} log:explains { - :alice2608 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2609 :does :log_off_at_end_of_shift. -} log:explains { - :alice2609 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2610 :does :log_off_at_end_of_shift. -} log:explains { - :alice2610 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2611 :does :log_off_at_end_of_shift. -} log:explains { - :alice2611 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2612 :does :log_off_at_end_of_shift. -} log:explains { - :alice2612 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2613 :does :log_off_at_end_of_shift. -} log:explains { - :alice2613 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2614 :does :log_off_at_end_of_shift. -} log:explains { - :alice2614 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2615 :does :log_off_at_end_of_shift. -} log:explains { - :alice2615 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2616 :does :log_off_at_end_of_shift. -} log:explains { - :alice2616 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2617 :does :log_off_at_end_of_shift. -} log:explains { - :alice2617 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2618 :does :log_off_at_end_of_shift. -} log:explains { - :alice2618 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2619 :does :log_off_at_end_of_shift. -} log:explains { - :alice2619 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2620 :does :log_off_at_end_of_shift. -} log:explains { - :alice2620 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2621 :does :log_off_at_end_of_shift. -} log:explains { - :alice2621 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2622 :does :log_off_at_end_of_shift. -} log:explains { - :alice2622 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2623 :does :log_off_at_end_of_shift. -} log:explains { - :alice2623 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2624 :does :log_off_at_end_of_shift. -} log:explains { - :alice2624 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2625 :does :log_off_at_end_of_shift. -} log:explains { - :alice2625 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2626 :does :log_off_at_end_of_shift. -} log:explains { - :alice2626 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2627 :does :log_off_at_end_of_shift. -} log:explains { - :alice2627 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2628 :does :log_off_at_end_of_shift. -} log:explains { - :alice2628 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2629 :does :log_off_at_end_of_shift. -} log:explains { - :alice2629 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2630 :does :log_off_at_end_of_shift. -} log:explains { - :alice2630 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2631 :does :log_off_at_end_of_shift. -} log:explains { - :alice2631 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2632 :does :log_off_at_end_of_shift. -} log:explains { - :alice2632 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2633 :does :log_off_at_end_of_shift. -} log:explains { - :alice2633 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2634 :does :log_off_at_end_of_shift. -} log:explains { - :alice2634 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2635 :does :log_off_at_end_of_shift. -} log:explains { - :alice2635 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2636 :does :log_off_at_end_of_shift. -} log:explains { - :alice2636 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2637 :does :log_off_at_end_of_shift. -} log:explains { - :alice2637 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2638 :does :log_off_at_end_of_shift. -} log:explains { - :alice2638 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2639 :does :log_off_at_end_of_shift. -} log:explains { - :alice2639 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2640 :does :log_off_at_end_of_shift. -} log:explains { - :alice2640 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2641 :does :log_off_at_end_of_shift. -} log:explains { - :alice2641 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2642 :does :log_off_at_end_of_shift. -} log:explains { - :alice2642 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2643 :does :log_off_at_end_of_shift. -} log:explains { - :alice2643 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2644 :does :log_off_at_end_of_shift. -} log:explains { - :alice2644 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2645 :does :log_off_at_end_of_shift. -} log:explains { - :alice2645 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2646 :does :log_off_at_end_of_shift. -} log:explains { - :alice2646 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2647 :does :log_off_at_end_of_shift. -} log:explains { - :alice2647 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2648 :does :log_off_at_end_of_shift. -} log:explains { - :alice2648 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2649 :does :log_off_at_end_of_shift. -} log:explains { - :alice2649 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2650 :does :log_off_at_end_of_shift. -} log:explains { - :alice2650 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2651 :does :log_off_at_end_of_shift. -} log:explains { - :alice2651 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2652 :does :log_off_at_end_of_shift. -} log:explains { - :alice2652 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2653 :does :log_off_at_end_of_shift. -} log:explains { - :alice2653 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2654 :does :log_off_at_end_of_shift. -} log:explains { - :alice2654 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2655 :does :log_off_at_end_of_shift. -} log:explains { - :alice2655 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2656 :does :log_off_at_end_of_shift. -} log:explains { - :alice2656 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2657 :does :log_off_at_end_of_shift. -} log:explains { - :alice2657 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2658 :does :log_off_at_end_of_shift. -} log:explains { - :alice2658 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2659 :does :log_off_at_end_of_shift. -} log:explains { - :alice2659 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2660 :does :log_off_at_end_of_shift. -} log:explains { - :alice2660 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2661 :does :log_off_at_end_of_shift. -} log:explains { - :alice2661 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2662 :does :log_off_at_end_of_shift. -} log:explains { - :alice2662 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2663 :does :log_off_at_end_of_shift. -} log:explains { - :alice2663 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2664 :does :log_off_at_end_of_shift. -} log:explains { - :alice2664 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2665 :does :log_off_at_end_of_shift. -} log:explains { - :alice2665 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2666 :does :log_off_at_end_of_shift. -} log:explains { - :alice2666 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2667 :does :log_off_at_end_of_shift. -} log:explains { - :alice2667 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2668 :does :log_off_at_end_of_shift. -} log:explains { - :alice2668 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2669 :does :log_off_at_end_of_shift. -} log:explains { - :alice2669 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2670 :does :log_off_at_end_of_shift. -} log:explains { - :alice2670 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2671 :does :log_off_at_end_of_shift. -} log:explains { - :alice2671 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2672 :does :log_off_at_end_of_shift. -} log:explains { - :alice2672 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2673 :does :log_off_at_end_of_shift. -} log:explains { - :alice2673 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2674 :does :log_off_at_end_of_shift. -} log:explains { - :alice2674 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2675 :does :log_off_at_end_of_shift. -} log:explains { - :alice2675 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2676 :does :log_off_at_end_of_shift. -} log:explains { - :alice2676 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2677 :does :log_off_at_end_of_shift. -} log:explains { - :alice2677 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2678 :does :log_off_at_end_of_shift. -} log:explains { - :alice2678 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2679 :does :log_off_at_end_of_shift. -} log:explains { - :alice2679 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2680 :does :log_off_at_end_of_shift. -} log:explains { - :alice2680 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2681 :does :log_off_at_end_of_shift. -} log:explains { - :alice2681 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2682 :does :log_off_at_end_of_shift. -} log:explains { - :alice2682 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2683 :does :log_off_at_end_of_shift. -} log:explains { - :alice2683 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2684 :does :log_off_at_end_of_shift. -} log:explains { - :alice2684 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2685 :does :log_off_at_end_of_shift. -} log:explains { - :alice2685 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2686 :does :log_off_at_end_of_shift. -} log:explains { - :alice2686 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2687 :does :log_off_at_end_of_shift. -} log:explains { - :alice2687 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2688 :does :log_off_at_end_of_shift. -} log:explains { - :alice2688 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2689 :does :log_off_at_end_of_shift. -} log:explains { - :alice2689 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2690 :does :log_off_at_end_of_shift. -} log:explains { - :alice2690 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2691 :does :log_off_at_end_of_shift. -} log:explains { - :alice2691 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2692 :does :log_off_at_end_of_shift. -} log:explains { - :alice2692 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2693 :does :log_off_at_end_of_shift. -} log:explains { - :alice2693 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2694 :does :log_off_at_end_of_shift. -} log:explains { - :alice2694 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2695 :does :log_off_at_end_of_shift. -} log:explains { - :alice2695 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2696 :does :log_off_at_end_of_shift. -} log:explains { - :alice2696 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2697 :does :log_off_at_end_of_shift. -} log:explains { - :alice2697 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2698 :does :log_off_at_end_of_shift. -} log:explains { - :alice2698 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2699 :does :log_off_at_end_of_shift. -} log:explains { - :alice2699 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2700 :does :log_off_at_end_of_shift. -} log:explains { - :alice2700 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2701 :does :log_off_at_end_of_shift. -} log:explains { - :alice2701 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2702 :does :log_off_at_end_of_shift. -} log:explains { - :alice2702 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2703 :does :log_off_at_end_of_shift. -} log:explains { - :alice2703 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2704 :does :log_off_at_end_of_shift. -} log:explains { - :alice2704 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2705 :does :log_off_at_end_of_shift. -} log:explains { - :alice2705 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2706 :does :log_off_at_end_of_shift. -} log:explains { - :alice2706 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2707 :does :log_off_at_end_of_shift. -} log:explains { - :alice2707 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2708 :does :log_off_at_end_of_shift. -} log:explains { - :alice2708 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2709 :does :log_off_at_end_of_shift. -} log:explains { - :alice2709 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2710 :does :log_off_at_end_of_shift. -} log:explains { - :alice2710 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2711 :does :log_off_at_end_of_shift. -} log:explains { - :alice2711 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2712 :does :log_off_at_end_of_shift. -} log:explains { - :alice2712 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2713 :does :log_off_at_end_of_shift. -} log:explains { - :alice2713 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2714 :does :log_off_at_end_of_shift. -} log:explains { - :alice2714 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2715 :does :log_off_at_end_of_shift. -} log:explains { - :alice2715 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2716 :does :log_off_at_end_of_shift. -} log:explains { - :alice2716 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2717 :does :log_off_at_end_of_shift. -} log:explains { - :alice2717 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2718 :does :log_off_at_end_of_shift. -} log:explains { - :alice2718 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2719 :does :log_off_at_end_of_shift. -} log:explains { - :alice2719 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2720 :does :log_off_at_end_of_shift. -} log:explains { - :alice2720 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2721 :does :log_off_at_end_of_shift. -} log:explains { - :alice2721 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2722 :does :log_off_at_end_of_shift. -} log:explains { - :alice2722 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2723 :does :log_off_at_end_of_shift. -} log:explains { - :alice2723 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2724 :does :log_off_at_end_of_shift. -} log:explains { - :alice2724 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2725 :does :log_off_at_end_of_shift. -} log:explains { - :alice2725 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2726 :does :log_off_at_end_of_shift. -} log:explains { - :alice2726 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2727 :does :log_off_at_end_of_shift. -} log:explains { - :alice2727 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2728 :does :log_off_at_end_of_shift. -} log:explains { - :alice2728 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2729 :does :log_off_at_end_of_shift. -} log:explains { - :alice2729 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2730 :does :log_off_at_end_of_shift. -} log:explains { - :alice2730 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2731 :does :log_off_at_end_of_shift. -} log:explains { - :alice2731 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2732 :does :log_off_at_end_of_shift. -} log:explains { - :alice2732 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2733 :does :log_off_at_end_of_shift. -} log:explains { - :alice2733 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2734 :does :log_off_at_end_of_shift. -} log:explains { - :alice2734 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2735 :does :log_off_at_end_of_shift. -} log:explains { - :alice2735 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2736 :does :log_off_at_end_of_shift. -} log:explains { - :alice2736 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2737 :does :log_off_at_end_of_shift. -} log:explains { - :alice2737 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2738 :does :log_off_at_end_of_shift. -} log:explains { - :alice2738 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2739 :does :log_off_at_end_of_shift. -} log:explains { - :alice2739 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2740 :does :log_off_at_end_of_shift. -} log:explains { - :alice2740 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2741 :does :log_off_at_end_of_shift. -} log:explains { - :alice2741 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2742 :does :log_off_at_end_of_shift. -} log:explains { - :alice2742 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2743 :does :log_off_at_end_of_shift. -} log:explains { - :alice2743 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2744 :does :log_off_at_end_of_shift. -} log:explains { - :alice2744 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2745 :does :log_off_at_end_of_shift. -} log:explains { - :alice2745 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2746 :does :log_off_at_end_of_shift. -} log:explains { - :alice2746 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2747 :does :log_off_at_end_of_shift. -} log:explains { - :alice2747 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2748 :does :log_off_at_end_of_shift. -} log:explains { - :alice2748 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2749 :does :log_off_at_end_of_shift. -} log:explains { - :alice2749 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2750 :does :log_off_at_end_of_shift. -} log:explains { - :alice2750 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2751 :does :log_off_at_end_of_shift. -} log:explains { - :alice2751 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2752 :does :log_off_at_end_of_shift. -} log:explains { - :alice2752 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2753 :does :log_off_at_end_of_shift. -} log:explains { - :alice2753 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2754 :does :log_off_at_end_of_shift. -} log:explains { - :alice2754 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2755 :does :log_off_at_end_of_shift. -} log:explains { - :alice2755 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2756 :does :log_off_at_end_of_shift. -} log:explains { - :alice2756 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2757 :does :log_off_at_end_of_shift. -} log:explains { - :alice2757 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2758 :does :log_off_at_end_of_shift. -} log:explains { - :alice2758 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2759 :does :log_off_at_end_of_shift. -} log:explains { - :alice2759 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2760 :does :log_off_at_end_of_shift. -} log:explains { - :alice2760 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2761 :does :log_off_at_end_of_shift. -} log:explains { - :alice2761 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2762 :does :log_off_at_end_of_shift. -} log:explains { - :alice2762 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2763 :does :log_off_at_end_of_shift. -} log:explains { - :alice2763 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2764 :does :log_off_at_end_of_shift. -} log:explains { - :alice2764 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2765 :does :log_off_at_end_of_shift. -} log:explains { - :alice2765 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2766 :does :log_off_at_end_of_shift. -} log:explains { - :alice2766 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2767 :does :log_off_at_end_of_shift. -} log:explains { - :alice2767 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2768 :does :log_off_at_end_of_shift. -} log:explains { - :alice2768 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2769 :does :log_off_at_end_of_shift. -} log:explains { - :alice2769 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2770 :does :log_off_at_end_of_shift. -} log:explains { - :alice2770 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2771 :does :log_off_at_end_of_shift. -} log:explains { - :alice2771 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2772 :does :log_off_at_end_of_shift. -} log:explains { - :alice2772 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2773 :does :log_off_at_end_of_shift. -} log:explains { - :alice2773 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2774 :does :log_off_at_end_of_shift. -} log:explains { - :alice2774 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2775 :does :log_off_at_end_of_shift. -} log:explains { - :alice2775 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2776 :does :log_off_at_end_of_shift. -} log:explains { - :alice2776 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2777 :does :log_off_at_end_of_shift. -} log:explains { - :alice2777 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2778 :does :log_off_at_end_of_shift. -} log:explains { - :alice2778 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2779 :does :log_off_at_end_of_shift. -} log:explains { - :alice2779 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2780 :does :log_off_at_end_of_shift. -} log:explains { - :alice2780 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2781 :does :log_off_at_end_of_shift. -} log:explains { - :alice2781 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2782 :does :log_off_at_end_of_shift. -} log:explains { - :alice2782 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2783 :does :log_off_at_end_of_shift. -} log:explains { - :alice2783 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2784 :does :log_off_at_end_of_shift. -} log:explains { - :alice2784 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2785 :does :log_off_at_end_of_shift. -} log:explains { - :alice2785 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2786 :does :log_off_at_end_of_shift. -} log:explains { - :alice2786 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2787 :does :log_off_at_end_of_shift. -} log:explains { - :alice2787 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2788 :does :log_off_at_end_of_shift. -} log:explains { - :alice2788 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2789 :does :log_off_at_end_of_shift. -} log:explains { - :alice2789 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2790 :does :log_off_at_end_of_shift. -} log:explains { - :alice2790 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2791 :does :log_off_at_end_of_shift. -} log:explains { - :alice2791 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2792 :does :log_off_at_end_of_shift. -} log:explains { - :alice2792 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2793 :does :log_off_at_end_of_shift. -} log:explains { - :alice2793 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2794 :does :log_off_at_end_of_shift. -} log:explains { - :alice2794 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2795 :does :log_off_at_end_of_shift. -} log:explains { - :alice2795 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2796 :does :log_off_at_end_of_shift. -} log:explains { - :alice2796 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2797 :does :log_off_at_end_of_shift. -} log:explains { - :alice2797 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2798 :does :log_off_at_end_of_shift. -} log:explains { - :alice2798 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2799 :does :log_off_at_end_of_shift. -} log:explains { - :alice2799 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2800 :does :log_off_at_end_of_shift. -} log:explains { - :alice2800 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2801 :does :log_off_at_end_of_shift. -} log:explains { - :alice2801 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2802 :does :log_off_at_end_of_shift. -} log:explains { - :alice2802 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2803 :does :log_off_at_end_of_shift. -} log:explains { - :alice2803 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2804 :does :log_off_at_end_of_shift. -} log:explains { - :alice2804 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2805 :does :log_off_at_end_of_shift. -} log:explains { - :alice2805 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2806 :does :log_off_at_end_of_shift. -} log:explains { - :alice2806 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2807 :does :log_off_at_end_of_shift. -} log:explains { - :alice2807 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2808 :does :log_off_at_end_of_shift. -} log:explains { - :alice2808 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2809 :does :log_off_at_end_of_shift. -} log:explains { - :alice2809 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2810 :does :log_off_at_end_of_shift. -} log:explains { - :alice2810 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2811 :does :log_off_at_end_of_shift. -} log:explains { - :alice2811 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2812 :does :log_off_at_end_of_shift. -} log:explains { - :alice2812 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2813 :does :log_off_at_end_of_shift. -} log:explains { - :alice2813 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2814 :does :log_off_at_end_of_shift. -} log:explains { - :alice2814 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2815 :does :log_off_at_end_of_shift. -} log:explains { - :alice2815 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2816 :does :log_off_at_end_of_shift. -} log:explains { - :alice2816 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2817 :does :log_off_at_end_of_shift. -} log:explains { - :alice2817 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2818 :does :log_off_at_end_of_shift. -} log:explains { - :alice2818 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2819 :does :log_off_at_end_of_shift. -} log:explains { - :alice2819 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2820 :does :log_off_at_end_of_shift. -} log:explains { - :alice2820 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2821 :does :log_off_at_end_of_shift. -} log:explains { - :alice2821 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2822 :does :log_off_at_end_of_shift. -} log:explains { - :alice2822 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2823 :does :log_off_at_end_of_shift. -} log:explains { - :alice2823 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2824 :does :log_off_at_end_of_shift. -} log:explains { - :alice2824 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2825 :does :log_off_at_end_of_shift. -} log:explains { - :alice2825 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2826 :does :log_off_at_end_of_shift. -} log:explains { - :alice2826 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2827 :does :log_off_at_end_of_shift. -} log:explains { - :alice2827 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2828 :does :log_off_at_end_of_shift. -} log:explains { - :alice2828 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2829 :does :log_off_at_end_of_shift. -} log:explains { - :alice2829 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2830 :does :log_off_at_end_of_shift. -} log:explains { - :alice2830 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2831 :does :log_off_at_end_of_shift. -} log:explains { - :alice2831 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2832 :does :log_off_at_end_of_shift. -} log:explains { - :alice2832 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2833 :does :log_off_at_end_of_shift. -} log:explains { - :alice2833 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2834 :does :log_off_at_end_of_shift. -} log:explains { - :alice2834 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2835 :does :log_off_at_end_of_shift. -} log:explains { - :alice2835 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2836 :does :log_off_at_end_of_shift. -} log:explains { - :alice2836 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2837 :does :log_off_at_end_of_shift. -} log:explains { - :alice2837 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2838 :does :log_off_at_end_of_shift. -} log:explains { - :alice2838 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2839 :does :log_off_at_end_of_shift. -} log:explains { - :alice2839 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2840 :does :log_off_at_end_of_shift. -} log:explains { - :alice2840 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2841 :does :log_off_at_end_of_shift. -} log:explains { - :alice2841 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2842 :does :log_off_at_end_of_shift. -} log:explains { - :alice2842 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2843 :does :log_off_at_end_of_shift. -} log:explains { - :alice2843 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2844 :does :log_off_at_end_of_shift. -} log:explains { - :alice2844 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2845 :does :log_off_at_end_of_shift. -} log:explains { - :alice2845 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2846 :does :log_off_at_end_of_shift. -} log:explains { - :alice2846 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2847 :does :log_off_at_end_of_shift. -} log:explains { - :alice2847 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2848 :does :log_off_at_end_of_shift. -} log:explains { - :alice2848 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2849 :does :log_off_at_end_of_shift. -} log:explains { - :alice2849 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2850 :does :log_off_at_end_of_shift. -} log:explains { - :alice2850 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2851 :does :log_off_at_end_of_shift. -} log:explains { - :alice2851 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2852 :does :log_off_at_end_of_shift. -} log:explains { - :alice2852 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2853 :does :log_off_at_end_of_shift. -} log:explains { - :alice2853 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2854 :does :log_off_at_end_of_shift. -} log:explains { - :alice2854 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2855 :does :log_off_at_end_of_shift. -} log:explains { - :alice2855 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2856 :does :log_off_at_end_of_shift. -} log:explains { - :alice2856 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2857 :does :log_off_at_end_of_shift. -} log:explains { - :alice2857 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2858 :does :log_off_at_end_of_shift. -} log:explains { - :alice2858 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2859 :does :log_off_at_end_of_shift. -} log:explains { - :alice2859 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2860 :does :log_off_at_end_of_shift. -} log:explains { - :alice2860 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2861 :does :log_off_at_end_of_shift. -} log:explains { - :alice2861 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2862 :does :log_off_at_end_of_shift. -} log:explains { - :alice2862 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2863 :does :log_off_at_end_of_shift. -} log:explains { - :alice2863 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2864 :does :log_off_at_end_of_shift. -} log:explains { - :alice2864 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2865 :does :log_off_at_end_of_shift. -} log:explains { - :alice2865 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2866 :does :log_off_at_end_of_shift. -} log:explains { - :alice2866 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2867 :does :log_off_at_end_of_shift. -} log:explains { - :alice2867 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2868 :does :log_off_at_end_of_shift. -} log:explains { - :alice2868 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2869 :does :log_off_at_end_of_shift. -} log:explains { - :alice2869 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2870 :does :log_off_at_end_of_shift. -} log:explains { - :alice2870 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2871 :does :log_off_at_end_of_shift. -} log:explains { - :alice2871 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2872 :does :log_off_at_end_of_shift. -} log:explains { - :alice2872 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2873 :does :log_off_at_end_of_shift. -} log:explains { - :alice2873 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2874 :does :log_off_at_end_of_shift. -} log:explains { - :alice2874 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2875 :does :log_off_at_end_of_shift. -} log:explains { - :alice2875 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2876 :does :log_off_at_end_of_shift. -} log:explains { - :alice2876 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2877 :does :log_off_at_end_of_shift. -} log:explains { - :alice2877 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2878 :does :log_off_at_end_of_shift. -} log:explains { - :alice2878 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2879 :does :log_off_at_end_of_shift. -} log:explains { - :alice2879 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2880 :does :log_off_at_end_of_shift. -} log:explains { - :alice2880 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2881 :does :log_off_at_end_of_shift. -} log:explains { - :alice2881 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2882 :does :log_off_at_end_of_shift. -} log:explains { - :alice2882 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2883 :does :log_off_at_end_of_shift. -} log:explains { - :alice2883 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2884 :does :log_off_at_end_of_shift. -} log:explains { - :alice2884 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2885 :does :log_off_at_end_of_shift. -} log:explains { - :alice2885 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2886 :does :log_off_at_end_of_shift. -} log:explains { - :alice2886 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2887 :does :log_off_at_end_of_shift. -} log:explains { - :alice2887 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2888 :does :log_off_at_end_of_shift. -} log:explains { - :alice2888 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2889 :does :log_off_at_end_of_shift. -} log:explains { - :alice2889 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2890 :does :log_off_at_end_of_shift. -} log:explains { - :alice2890 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2891 :does :log_off_at_end_of_shift. -} log:explains { - :alice2891 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2892 :does :log_off_at_end_of_shift. -} log:explains { - :alice2892 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2893 :does :log_off_at_end_of_shift. -} log:explains { - :alice2893 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2894 :does :log_off_at_end_of_shift. -} log:explains { - :alice2894 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2895 :does :log_off_at_end_of_shift. -} log:explains { - :alice2895 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2896 :does :log_off_at_end_of_shift. -} log:explains { - :alice2896 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2897 :does :log_off_at_end_of_shift. -} log:explains { - :alice2897 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2898 :does :log_off_at_end_of_shift. -} log:explains { - :alice2898 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2899 :does :log_off_at_end_of_shift. -} log:explains { - :alice2899 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2900 :does :log_off_at_end_of_shift. -} log:explains { - :alice2900 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2901 :does :log_off_at_end_of_shift. -} log:explains { - :alice2901 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2902 :does :log_off_at_end_of_shift. -} log:explains { - :alice2902 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2903 :does :log_off_at_end_of_shift. -} log:explains { - :alice2903 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2904 :does :log_off_at_end_of_shift. -} log:explains { - :alice2904 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2905 :does :log_off_at_end_of_shift. -} log:explains { - :alice2905 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2906 :does :log_off_at_end_of_shift. -} log:explains { - :alice2906 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2907 :does :log_off_at_end_of_shift. -} log:explains { - :alice2907 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2908 :does :log_off_at_end_of_shift. -} log:explains { - :alice2908 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2909 :does :log_off_at_end_of_shift. -} log:explains { - :alice2909 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2910 :does :log_off_at_end_of_shift. -} log:explains { - :alice2910 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2911 :does :log_off_at_end_of_shift. -} log:explains { - :alice2911 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2912 :does :log_off_at_end_of_shift. -} log:explains { - :alice2912 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2913 :does :log_off_at_end_of_shift. -} log:explains { - :alice2913 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2914 :does :log_off_at_end_of_shift. -} log:explains { - :alice2914 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2915 :does :log_off_at_end_of_shift. -} log:explains { - :alice2915 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2916 :does :log_off_at_end_of_shift. -} log:explains { - :alice2916 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2917 :does :log_off_at_end_of_shift. -} log:explains { - :alice2917 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2918 :does :log_off_at_end_of_shift. -} log:explains { - :alice2918 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2919 :does :log_off_at_end_of_shift. -} log:explains { - :alice2919 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2920 :does :log_off_at_end_of_shift. -} log:explains { - :alice2920 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2921 :does :log_off_at_end_of_shift. -} log:explains { - :alice2921 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2922 :does :log_off_at_end_of_shift. -} log:explains { - :alice2922 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2923 :does :log_off_at_end_of_shift. -} log:explains { - :alice2923 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2924 :does :log_off_at_end_of_shift. -} log:explains { - :alice2924 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2925 :does :log_off_at_end_of_shift. -} log:explains { - :alice2925 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2926 :does :log_off_at_end_of_shift. -} log:explains { - :alice2926 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2927 :does :log_off_at_end_of_shift. -} log:explains { - :alice2927 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2928 :does :log_off_at_end_of_shift. -} log:explains { - :alice2928 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2929 :does :log_off_at_end_of_shift. -} log:explains { - :alice2929 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2930 :does :log_off_at_end_of_shift. -} log:explains { - :alice2930 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2931 :does :log_off_at_end_of_shift. -} log:explains { - :alice2931 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2932 :does :log_off_at_end_of_shift. -} log:explains { - :alice2932 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2933 :does :log_off_at_end_of_shift. -} log:explains { - :alice2933 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2934 :does :log_off_at_end_of_shift. -} log:explains { - :alice2934 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2935 :does :log_off_at_end_of_shift. -} log:explains { - :alice2935 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2936 :does :log_off_at_end_of_shift. -} log:explains { - :alice2936 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2937 :does :log_off_at_end_of_shift. -} log:explains { - :alice2937 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2938 :does :log_off_at_end_of_shift. -} log:explains { - :alice2938 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2939 :does :log_off_at_end_of_shift. -} log:explains { - :alice2939 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2940 :does :log_off_at_end_of_shift. -} log:explains { - :alice2940 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2941 :does :log_off_at_end_of_shift. -} log:explains { - :alice2941 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2942 :does :log_off_at_end_of_shift. -} log:explains { - :alice2942 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2943 :does :log_off_at_end_of_shift. -} log:explains { - :alice2943 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2944 :does :log_off_at_end_of_shift. -} log:explains { - :alice2944 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2945 :does :log_off_at_end_of_shift. -} log:explains { - :alice2945 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2946 :does :log_off_at_end_of_shift. -} log:explains { - :alice2946 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2947 :does :log_off_at_end_of_shift. -} log:explains { - :alice2947 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2948 :does :log_off_at_end_of_shift. -} log:explains { - :alice2948 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2949 :does :log_off_at_end_of_shift. -} log:explains { - :alice2949 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2950 :does :log_off_at_end_of_shift. -} log:explains { - :alice2950 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2951 :does :log_off_at_end_of_shift. -} log:explains { - :alice2951 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2952 :does :log_off_at_end_of_shift. -} log:explains { - :alice2952 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2953 :does :log_off_at_end_of_shift. -} log:explains { - :alice2953 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2954 :does :log_off_at_end_of_shift. -} log:explains { - :alice2954 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2955 :does :log_off_at_end_of_shift. -} log:explains { - :alice2955 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2956 :does :log_off_at_end_of_shift. -} log:explains { - :alice2956 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2957 :does :log_off_at_end_of_shift. -} log:explains { - :alice2957 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2958 :does :log_off_at_end_of_shift. -} log:explains { - :alice2958 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2959 :does :log_off_at_end_of_shift. -} log:explains { - :alice2959 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2960 :does :log_off_at_end_of_shift. -} log:explains { - :alice2960 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2961 :does :log_off_at_end_of_shift. -} log:explains { - :alice2961 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2962 :does :log_off_at_end_of_shift. -} log:explains { - :alice2962 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2963 :does :log_off_at_end_of_shift. -} log:explains { - :alice2963 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2964 :does :log_off_at_end_of_shift. -} log:explains { - :alice2964 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2965 :does :log_off_at_end_of_shift. -} log:explains { - :alice2965 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2966 :does :log_off_at_end_of_shift. -} log:explains { - :alice2966 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2967 :does :log_off_at_end_of_shift. -} log:explains { - :alice2967 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2968 :does :log_off_at_end_of_shift. -} log:explains { - :alice2968 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2969 :does :log_off_at_end_of_shift. -} log:explains { - :alice2969 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2970 :does :log_off_at_end_of_shift. -} log:explains { - :alice2970 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2971 :does :log_off_at_end_of_shift. -} log:explains { - :alice2971 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2972 :does :log_off_at_end_of_shift. -} log:explains { - :alice2972 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2973 :does :log_off_at_end_of_shift. -} log:explains { - :alice2973 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2974 :does :log_off_at_end_of_shift. -} log:explains { - :alice2974 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2975 :does :log_off_at_end_of_shift. -} log:explains { - :alice2975 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2976 :does :log_off_at_end_of_shift. -} log:explains { - :alice2976 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2977 :does :log_off_at_end_of_shift. -} log:explains { - :alice2977 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2978 :does :log_off_at_end_of_shift. -} log:explains { - :alice2978 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2979 :does :log_off_at_end_of_shift. -} log:explains { - :alice2979 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2980 :does :log_off_at_end_of_shift. -} log:explains { - :alice2980 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2981 :does :log_off_at_end_of_shift. -} log:explains { - :alice2981 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2982 :does :log_off_at_end_of_shift. -} log:explains { - :alice2982 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2983 :does :log_off_at_end_of_shift. -} log:explains { - :alice2983 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2984 :does :log_off_at_end_of_shift. -} log:explains { - :alice2984 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2985 :does :log_off_at_end_of_shift. -} log:explains { - :alice2985 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2986 :does :log_off_at_end_of_shift. -} log:explains { - :alice2986 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2987 :does :log_off_at_end_of_shift. -} log:explains { - :alice2987 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2988 :does :log_off_at_end_of_shift. -} log:explains { - :alice2988 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2989 :does :log_off_at_end_of_shift. -} log:explains { - :alice2989 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2990 :does :log_off_at_end_of_shift. -} log:explains { - :alice2990 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2991 :does :log_off_at_end_of_shift. -} log:explains { - :alice2991 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2992 :does :log_off_at_end_of_shift. -} log:explains { - :alice2992 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2993 :does :log_off_at_end_of_shift. -} log:explains { - :alice2993 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2994 :does :log_off_at_end_of_shift. -} log:explains { - :alice2994 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2995 :does :log_off_at_end_of_shift. -} log:explains { - :alice2995 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2996 :does :log_off_at_end_of_shift. -} log:explains { - :alice2996 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2997 :does :log_off_at_end_of_shift. -} log:explains { - :alice2997 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2998 :does :log_off_at_end_of_shift. -} log:explains { - :alice2998 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice2999 :does :log_off_at_end_of_shift. -} log:explains { - :alice2999 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3000 :does :log_off_at_end_of_shift. -} log:explains { - :alice3000 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3001 :does :log_off_at_end_of_shift. -} log:explains { - :alice3001 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3002 :does :log_off_at_end_of_shift. -} log:explains { - :alice3002 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3003 :does :log_off_at_end_of_shift. -} log:explains { - :alice3003 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3004 :does :log_off_at_end_of_shift. -} log:explains { - :alice3004 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3005 :does :log_off_at_end_of_shift. -} log:explains { - :alice3005 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3006 :does :log_off_at_end_of_shift. -} log:explains { - :alice3006 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3007 :does :log_off_at_end_of_shift. -} log:explains { - :alice3007 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3008 :does :log_off_at_end_of_shift. -} log:explains { - :alice3008 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3009 :does :log_off_at_end_of_shift. -} log:explains { - :alice3009 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3010 :does :log_off_at_end_of_shift. -} log:explains { - :alice3010 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3011 :does :log_off_at_end_of_shift. -} log:explains { - :alice3011 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3012 :does :log_off_at_end_of_shift. -} log:explains { - :alice3012 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3013 :does :log_off_at_end_of_shift. -} log:explains { - :alice3013 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3014 :does :log_off_at_end_of_shift. -} log:explains { - :alice3014 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3015 :does :log_off_at_end_of_shift. -} log:explains { - :alice3015 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3016 :does :log_off_at_end_of_shift. -} log:explains { - :alice3016 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3017 :does :log_off_at_end_of_shift. -} log:explains { - :alice3017 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3018 :does :log_off_at_end_of_shift. -} log:explains { - :alice3018 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3019 :does :log_off_at_end_of_shift. -} log:explains { - :alice3019 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3020 :does :log_off_at_end_of_shift. -} log:explains { - :alice3020 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3021 :does :log_off_at_end_of_shift. -} log:explains { - :alice3021 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3022 :does :log_off_at_end_of_shift. -} log:explains { - :alice3022 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3023 :does :log_off_at_end_of_shift. -} log:explains { - :alice3023 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3024 :does :log_off_at_end_of_shift. -} log:explains { - :alice3024 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3025 :does :log_off_at_end_of_shift. -} log:explains { - :alice3025 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3026 :does :log_off_at_end_of_shift. -} log:explains { - :alice3026 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3027 :does :log_off_at_end_of_shift. -} log:explains { - :alice3027 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3028 :does :log_off_at_end_of_shift. -} log:explains { - :alice3028 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3029 :does :log_off_at_end_of_shift. -} log:explains { - :alice3029 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3030 :does :log_off_at_end_of_shift. -} log:explains { - :alice3030 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3031 :does :log_off_at_end_of_shift. -} log:explains { - :alice3031 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3032 :does :log_off_at_end_of_shift. -} log:explains { - :alice3032 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3033 :does :log_off_at_end_of_shift. -} log:explains { - :alice3033 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3034 :does :log_off_at_end_of_shift. -} log:explains { - :alice3034 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3035 :does :log_off_at_end_of_shift. -} log:explains { - :alice3035 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3036 :does :log_off_at_end_of_shift. -} log:explains { - :alice3036 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3037 :does :log_off_at_end_of_shift. -} log:explains { - :alice3037 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3038 :does :log_off_at_end_of_shift. -} log:explains { - :alice3038 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3039 :does :log_off_at_end_of_shift. -} log:explains { - :alice3039 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3040 :does :log_off_at_end_of_shift. -} log:explains { - :alice3040 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3041 :does :log_off_at_end_of_shift. -} log:explains { - :alice3041 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3042 :does :log_off_at_end_of_shift. -} log:explains { - :alice3042 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3043 :does :log_off_at_end_of_shift. -} log:explains { - :alice3043 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3044 :does :log_off_at_end_of_shift. -} log:explains { - :alice3044 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3045 :does :log_off_at_end_of_shift. -} log:explains { - :alice3045 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3046 :does :log_off_at_end_of_shift. -} log:explains { - :alice3046 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3047 :does :log_off_at_end_of_shift. -} log:explains { - :alice3047 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3048 :does :log_off_at_end_of_shift. -} log:explains { - :alice3048 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3049 :does :log_off_at_end_of_shift. -} log:explains { - :alice3049 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3050 :does :log_off_at_end_of_shift. -} log:explains { - :alice3050 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3051 :does :log_off_at_end_of_shift. -} log:explains { - :alice3051 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3052 :does :log_off_at_end_of_shift. -} log:explains { - :alice3052 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3053 :does :log_off_at_end_of_shift. -} log:explains { - :alice3053 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3054 :does :log_off_at_end_of_shift. -} log:explains { - :alice3054 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3055 :does :log_off_at_end_of_shift. -} log:explains { - :alice3055 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3056 :does :log_off_at_end_of_shift. -} log:explains { - :alice3056 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3057 :does :log_off_at_end_of_shift. -} log:explains { - :alice3057 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3058 :does :log_off_at_end_of_shift. -} log:explains { - :alice3058 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3059 :does :log_off_at_end_of_shift. -} log:explains { - :alice3059 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3060 :does :log_off_at_end_of_shift. -} log:explains { - :alice3060 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3061 :does :log_off_at_end_of_shift. -} log:explains { - :alice3061 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3062 :does :log_off_at_end_of_shift. -} log:explains { - :alice3062 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3063 :does :log_off_at_end_of_shift. -} log:explains { - :alice3063 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3064 :does :log_off_at_end_of_shift. -} log:explains { - :alice3064 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3065 :does :log_off_at_end_of_shift. -} log:explains { - :alice3065 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3066 :does :log_off_at_end_of_shift. -} log:explains { - :alice3066 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3067 :does :log_off_at_end_of_shift. -} log:explains { - :alice3067 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3068 :does :log_off_at_end_of_shift. -} log:explains { - :alice3068 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3069 :does :log_off_at_end_of_shift. -} log:explains { - :alice3069 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3070 :does :log_off_at_end_of_shift. -} log:explains { - :alice3070 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3071 :does :log_off_at_end_of_shift. -} log:explains { - :alice3071 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3072 :does :log_off_at_end_of_shift. -} log:explains { - :alice3072 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3073 :does :log_off_at_end_of_shift. -} log:explains { - :alice3073 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3074 :does :log_off_at_end_of_shift. -} log:explains { - :alice3074 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3075 :does :log_off_at_end_of_shift. -} log:explains { - :alice3075 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3076 :does :log_off_at_end_of_shift. -} log:explains { - :alice3076 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3077 :does :log_off_at_end_of_shift. -} log:explains { - :alice3077 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3078 :does :log_off_at_end_of_shift. -} log:explains { - :alice3078 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3079 :does :log_off_at_end_of_shift. -} log:explains { - :alice3079 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3080 :does :log_off_at_end_of_shift. -} log:explains { - :alice3080 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3081 :does :log_off_at_end_of_shift. -} log:explains { - :alice3081 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3082 :does :log_off_at_end_of_shift. -} log:explains { - :alice3082 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3083 :does :log_off_at_end_of_shift. -} log:explains { - :alice3083 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3084 :does :log_off_at_end_of_shift. -} log:explains { - :alice3084 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3085 :does :log_off_at_end_of_shift. -} log:explains { - :alice3085 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3086 :does :log_off_at_end_of_shift. -} log:explains { - :alice3086 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3087 :does :log_off_at_end_of_shift. -} log:explains { - :alice3087 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3088 :does :log_off_at_end_of_shift. -} log:explains { - :alice3088 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3089 :does :log_off_at_end_of_shift. -} log:explains { - :alice3089 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3090 :does :log_off_at_end_of_shift. -} log:explains { - :alice3090 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3091 :does :log_off_at_end_of_shift. -} log:explains { - :alice3091 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3092 :does :log_off_at_end_of_shift. -} log:explains { - :alice3092 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3093 :does :log_off_at_end_of_shift. -} log:explains { - :alice3093 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3094 :does :log_off_at_end_of_shift. -} log:explains { - :alice3094 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3095 :does :log_off_at_end_of_shift. -} log:explains { - :alice3095 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3096 :does :log_off_at_end_of_shift. -} log:explains { - :alice3096 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3097 :does :log_off_at_end_of_shift. -} log:explains { - :alice3097 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3098 :does :log_off_at_end_of_shift. -} log:explains { - :alice3098 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3099 :does :log_off_at_end_of_shift. -} log:explains { - :alice3099 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3100 :does :log_off_at_end_of_shift. -} log:explains { - :alice3100 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3101 :does :log_off_at_end_of_shift. -} log:explains { - :alice3101 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3102 :does :log_off_at_end_of_shift. -} log:explains { - :alice3102 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3103 :does :log_off_at_end_of_shift. -} log:explains { - :alice3103 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3104 :does :log_off_at_end_of_shift. -} log:explains { - :alice3104 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3105 :does :log_off_at_end_of_shift. -} log:explains { - :alice3105 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3106 :does :log_off_at_end_of_shift. -} log:explains { - :alice3106 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3107 :does :log_off_at_end_of_shift. -} log:explains { - :alice3107 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3108 :does :log_off_at_end_of_shift. -} log:explains { - :alice3108 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3109 :does :log_off_at_end_of_shift. -} log:explains { - :alice3109 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3110 :does :log_off_at_end_of_shift. -} log:explains { - :alice3110 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3111 :does :log_off_at_end_of_shift. -} log:explains { - :alice3111 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3112 :does :log_off_at_end_of_shift. -} log:explains { - :alice3112 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3113 :does :log_off_at_end_of_shift. -} log:explains { - :alice3113 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3114 :does :log_off_at_end_of_shift. -} log:explains { - :alice3114 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3115 :does :log_off_at_end_of_shift. -} log:explains { - :alice3115 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3116 :does :log_off_at_end_of_shift. -} log:explains { - :alice3116 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3117 :does :log_off_at_end_of_shift. -} log:explains { - :alice3117 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3118 :does :log_off_at_end_of_shift. -} log:explains { - :alice3118 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3119 :does :log_off_at_end_of_shift. -} log:explains { - :alice3119 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3120 :does :log_off_at_end_of_shift. -} log:explains { - :alice3120 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3121 :does :log_off_at_end_of_shift. -} log:explains { - :alice3121 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3122 :does :log_off_at_end_of_shift. -} log:explains { - :alice3122 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3123 :does :log_off_at_end_of_shift. -} log:explains { - :alice3123 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3124 :does :log_off_at_end_of_shift. -} log:explains { - :alice3124 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3125 :does :log_off_at_end_of_shift. -} log:explains { - :alice3125 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3126 :does :log_off_at_end_of_shift. -} log:explains { - :alice3126 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3127 :does :log_off_at_end_of_shift. -} log:explains { - :alice3127 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3128 :does :log_off_at_end_of_shift. -} log:explains { - :alice3128 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3129 :does :log_off_at_end_of_shift. -} log:explains { - :alice3129 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3130 :does :log_off_at_end_of_shift. -} log:explains { - :alice3130 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3131 :does :log_off_at_end_of_shift. -} log:explains { - :alice3131 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3132 :does :log_off_at_end_of_shift. -} log:explains { - :alice3132 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3133 :does :log_off_at_end_of_shift. -} log:explains { - :alice3133 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3134 :does :log_off_at_end_of_shift. -} log:explains { - :alice3134 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3135 :does :log_off_at_end_of_shift. -} log:explains { - :alice3135 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3136 :does :log_off_at_end_of_shift. -} log:explains { - :alice3136 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3137 :does :log_off_at_end_of_shift. -} log:explains { - :alice3137 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3138 :does :log_off_at_end_of_shift. -} log:explains { - :alice3138 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3139 :does :log_off_at_end_of_shift. -} log:explains { - :alice3139 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3140 :does :log_off_at_end_of_shift. -} log:explains { - :alice3140 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3141 :does :log_off_at_end_of_shift. -} log:explains { - :alice3141 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3142 :does :log_off_at_end_of_shift. -} log:explains { - :alice3142 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3143 :does :log_off_at_end_of_shift. -} log:explains { - :alice3143 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3144 :does :log_off_at_end_of_shift. -} log:explains { - :alice3144 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3145 :does :log_off_at_end_of_shift. -} log:explains { - :alice3145 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3146 :does :log_off_at_end_of_shift. -} log:explains { - :alice3146 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3147 :does :log_off_at_end_of_shift. -} log:explains { - :alice3147 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3148 :does :log_off_at_end_of_shift. -} log:explains { - :alice3148 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3149 :does :log_off_at_end_of_shift. -} log:explains { - :alice3149 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3150 :does :log_off_at_end_of_shift. -} log:explains { - :alice3150 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3151 :does :log_off_at_end_of_shift. -} log:explains { - :alice3151 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3152 :does :log_off_at_end_of_shift. -} log:explains { - :alice3152 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3153 :does :log_off_at_end_of_shift. -} log:explains { - :alice3153 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3154 :does :log_off_at_end_of_shift. -} log:explains { - :alice3154 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3155 :does :log_off_at_end_of_shift. -} log:explains { - :alice3155 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3156 :does :log_off_at_end_of_shift. -} log:explains { - :alice3156 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3157 :does :log_off_at_end_of_shift. -} log:explains { - :alice3157 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3158 :does :log_off_at_end_of_shift. -} log:explains { - :alice3158 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3159 :does :log_off_at_end_of_shift. -} log:explains { - :alice3159 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3160 :does :log_off_at_end_of_shift. -} log:explains { - :alice3160 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3161 :does :log_off_at_end_of_shift. -} log:explains { - :alice3161 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3162 :does :log_off_at_end_of_shift. -} log:explains { - :alice3162 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3163 :does :log_off_at_end_of_shift. -} log:explains { - :alice3163 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3164 :does :log_off_at_end_of_shift. -} log:explains { - :alice3164 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3165 :does :log_off_at_end_of_shift. -} log:explains { - :alice3165 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3166 :does :log_off_at_end_of_shift. -} log:explains { - :alice3166 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3167 :does :log_off_at_end_of_shift. -} log:explains { - :alice3167 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3168 :does :log_off_at_end_of_shift. -} log:explains { - :alice3168 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3169 :does :log_off_at_end_of_shift. -} log:explains { - :alice3169 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3170 :does :log_off_at_end_of_shift. -} log:explains { - :alice3170 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3171 :does :log_off_at_end_of_shift. -} log:explains { - :alice3171 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3172 :does :log_off_at_end_of_shift. -} log:explains { - :alice3172 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3173 :does :log_off_at_end_of_shift. -} log:explains { - :alice3173 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3174 :does :log_off_at_end_of_shift. -} log:explains { - :alice3174 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3175 :does :log_off_at_end_of_shift. -} log:explains { - :alice3175 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3176 :does :log_off_at_end_of_shift. -} log:explains { - :alice3176 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3177 :does :log_off_at_end_of_shift. -} log:explains { - :alice3177 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3178 :does :log_off_at_end_of_shift. -} log:explains { - :alice3178 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3179 :does :log_off_at_end_of_shift. -} log:explains { - :alice3179 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3180 :does :log_off_at_end_of_shift. -} log:explains { - :alice3180 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3181 :does :log_off_at_end_of_shift. -} log:explains { - :alice3181 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3182 :does :log_off_at_end_of_shift. -} log:explains { - :alice3182 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3183 :does :log_off_at_end_of_shift. -} log:explains { - :alice3183 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3184 :does :log_off_at_end_of_shift. -} log:explains { - :alice3184 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3185 :does :log_off_at_end_of_shift. -} log:explains { - :alice3185 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3186 :does :log_off_at_end_of_shift. -} log:explains { - :alice3186 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3187 :does :log_off_at_end_of_shift. -} log:explains { - :alice3187 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3188 :does :log_off_at_end_of_shift. -} log:explains { - :alice3188 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3189 :does :log_off_at_end_of_shift. -} log:explains { - :alice3189 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3190 :does :log_off_at_end_of_shift. -} log:explains { - :alice3190 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3191 :does :log_off_at_end_of_shift. -} log:explains { - :alice3191 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3192 :does :log_off_at_end_of_shift. -} log:explains { - :alice3192 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3193 :does :log_off_at_end_of_shift. -} log:explains { - :alice3193 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3194 :does :log_off_at_end_of_shift. -} log:explains { - :alice3194 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3195 :does :log_off_at_end_of_shift. -} log:explains { - :alice3195 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3196 :does :log_off_at_end_of_shift. -} log:explains { - :alice3196 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3197 :does :log_off_at_end_of_shift. -} log:explains { - :alice3197 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3198 :does :log_off_at_end_of_shift. -} log:explains { - :alice3198 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3199 :does :log_off_at_end_of_shift. -} log:explains { - :alice3199 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3200 :does :log_off_at_end_of_shift. -} log:explains { - :alice3200 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3201 :does :log_off_at_end_of_shift. -} log:explains { - :alice3201 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3202 :does :log_off_at_end_of_shift. -} log:explains { - :alice3202 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3203 :does :log_off_at_end_of_shift. -} log:explains { - :alice3203 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3204 :does :log_off_at_end_of_shift. -} log:explains { - :alice3204 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3205 :does :log_off_at_end_of_shift. -} log:explains { - :alice3205 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3206 :does :log_off_at_end_of_shift. -} log:explains { - :alice3206 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3207 :does :log_off_at_end_of_shift. -} log:explains { - :alice3207 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3208 :does :log_off_at_end_of_shift. -} log:explains { - :alice3208 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3209 :does :log_off_at_end_of_shift. -} log:explains { - :alice3209 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3210 :does :log_off_at_end_of_shift. -} log:explains { - :alice3210 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3211 :does :log_off_at_end_of_shift. -} log:explains { - :alice3211 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3212 :does :log_off_at_end_of_shift. -} log:explains { - :alice3212 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3213 :does :log_off_at_end_of_shift. -} log:explains { - :alice3213 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3214 :does :log_off_at_end_of_shift. -} log:explains { - :alice3214 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3215 :does :log_off_at_end_of_shift. -} log:explains { - :alice3215 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3216 :does :log_off_at_end_of_shift. -} log:explains { - :alice3216 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3217 :does :log_off_at_end_of_shift. -} log:explains { - :alice3217 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3218 :does :log_off_at_end_of_shift. -} log:explains { - :alice3218 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3219 :does :log_off_at_end_of_shift. -} log:explains { - :alice3219 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3220 :does :log_off_at_end_of_shift. -} log:explains { - :alice3220 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3221 :does :log_off_at_end_of_shift. -} log:explains { - :alice3221 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3222 :does :log_off_at_end_of_shift. -} log:explains { - :alice3222 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3223 :does :log_off_at_end_of_shift. -} log:explains { - :alice3223 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3224 :does :log_off_at_end_of_shift. -} log:explains { - :alice3224 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3225 :does :log_off_at_end_of_shift. -} log:explains { - :alice3225 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3226 :does :log_off_at_end_of_shift. -} log:explains { - :alice3226 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3227 :does :log_off_at_end_of_shift. -} log:explains { - :alice3227 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3228 :does :log_off_at_end_of_shift. -} log:explains { - :alice3228 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3229 :does :log_off_at_end_of_shift. -} log:explains { - :alice3229 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3230 :does :log_off_at_end_of_shift. -} log:explains { - :alice3230 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3231 :does :log_off_at_end_of_shift. -} log:explains { - :alice3231 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3232 :does :log_off_at_end_of_shift. -} log:explains { - :alice3232 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3233 :does :log_off_at_end_of_shift. -} log:explains { - :alice3233 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3234 :does :log_off_at_end_of_shift. -} log:explains { - :alice3234 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3235 :does :log_off_at_end_of_shift. -} log:explains { - :alice3235 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3236 :does :log_off_at_end_of_shift. -} log:explains { - :alice3236 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3237 :does :log_off_at_end_of_shift. -} log:explains { - :alice3237 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3238 :does :log_off_at_end_of_shift. -} log:explains { - :alice3238 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3239 :does :log_off_at_end_of_shift. -} log:explains { - :alice3239 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3240 :does :log_off_at_end_of_shift. -} log:explains { - :alice3240 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3241 :does :log_off_at_end_of_shift. -} log:explains { - :alice3241 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3242 :does :log_off_at_end_of_shift. -} log:explains { - :alice3242 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3243 :does :log_off_at_end_of_shift. -} log:explains { - :alice3243 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3244 :does :log_off_at_end_of_shift. -} log:explains { - :alice3244 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3245 :does :log_off_at_end_of_shift. -} log:explains { - :alice3245 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3246 :does :log_off_at_end_of_shift. -} log:explains { - :alice3246 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3247 :does :log_off_at_end_of_shift. -} log:explains { - :alice3247 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3248 :does :log_off_at_end_of_shift. -} log:explains { - :alice3248 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3249 :does :log_off_at_end_of_shift. -} log:explains { - :alice3249 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3250 :does :log_off_at_end_of_shift. -} log:explains { - :alice3250 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3251 :does :log_off_at_end_of_shift. -} log:explains { - :alice3251 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3252 :does :log_off_at_end_of_shift. -} log:explains { - :alice3252 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3253 :does :log_off_at_end_of_shift. -} log:explains { - :alice3253 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3254 :does :log_off_at_end_of_shift. -} log:explains { - :alice3254 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3255 :does :log_off_at_end_of_shift. -} log:explains { - :alice3255 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3256 :does :log_off_at_end_of_shift. -} log:explains { - :alice3256 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3257 :does :log_off_at_end_of_shift. -} log:explains { - :alice3257 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3258 :does :log_off_at_end_of_shift. -} log:explains { - :alice3258 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3259 :does :log_off_at_end_of_shift. -} log:explains { - :alice3259 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3260 :does :log_off_at_end_of_shift. -} log:explains { - :alice3260 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3261 :does :log_off_at_end_of_shift. -} log:explains { - :alice3261 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3262 :does :log_off_at_end_of_shift. -} log:explains { - :alice3262 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3263 :does :log_off_at_end_of_shift. -} log:explains { - :alice3263 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3264 :does :log_off_at_end_of_shift. -} log:explains { - :alice3264 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3265 :does :log_off_at_end_of_shift. -} log:explains { - :alice3265 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3266 :does :log_off_at_end_of_shift. -} log:explains { - :alice3266 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3267 :does :log_off_at_end_of_shift. -} log:explains { - :alice3267 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3268 :does :log_off_at_end_of_shift. -} log:explains { - :alice3268 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3269 :does :log_off_at_end_of_shift. -} log:explains { - :alice3269 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3270 :does :log_off_at_end_of_shift. -} log:explains { - :alice3270 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3271 :does :log_off_at_end_of_shift. -} log:explains { - :alice3271 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3272 :does :log_off_at_end_of_shift. -} log:explains { - :alice3272 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3273 :does :log_off_at_end_of_shift. -} log:explains { - :alice3273 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3274 :does :log_off_at_end_of_shift. -} log:explains { - :alice3274 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3275 :does :log_off_at_end_of_shift. -} log:explains { - :alice3275 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3276 :does :log_off_at_end_of_shift. -} log:explains { - :alice3276 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3277 :does :log_off_at_end_of_shift. -} log:explains { - :alice3277 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3278 :does :log_off_at_end_of_shift. -} log:explains { - :alice3278 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3279 :does :log_off_at_end_of_shift. -} log:explains { - :alice3279 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3280 :does :log_off_at_end_of_shift. -} log:explains { - :alice3280 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3281 :does :log_off_at_end_of_shift. -} log:explains { - :alice3281 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3282 :does :log_off_at_end_of_shift. -} log:explains { - :alice3282 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3283 :does :log_off_at_end_of_shift. -} log:explains { - :alice3283 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3284 :does :log_off_at_end_of_shift. -} log:explains { - :alice3284 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3285 :does :log_off_at_end_of_shift. -} log:explains { - :alice3285 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3286 :does :log_off_at_end_of_shift. -} log:explains { - :alice3286 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3287 :does :log_off_at_end_of_shift. -} log:explains { - :alice3287 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3288 :does :log_off_at_end_of_shift. -} log:explains { - :alice3288 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3289 :does :log_off_at_end_of_shift. -} log:explains { - :alice3289 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3290 :does :log_off_at_end_of_shift. -} log:explains { - :alice3290 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3291 :does :log_off_at_end_of_shift. -} log:explains { - :alice3291 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3292 :does :log_off_at_end_of_shift. -} log:explains { - :alice3292 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3293 :does :log_off_at_end_of_shift. -} log:explains { - :alice3293 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3294 :does :log_off_at_end_of_shift. -} log:explains { - :alice3294 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3295 :does :log_off_at_end_of_shift. -} log:explains { - :alice3295 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3296 :does :log_off_at_end_of_shift. -} log:explains { - :alice3296 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3297 :does :log_off_at_end_of_shift. -} log:explains { - :alice3297 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3298 :does :log_off_at_end_of_shift. -} log:explains { - :alice3298 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3299 :does :log_off_at_end_of_shift. -} log:explains { - :alice3299 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3300 :does :log_off_at_end_of_shift. -} log:explains { - :alice3300 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3301 :does :log_off_at_end_of_shift. -} log:explains { - :alice3301 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3302 :does :log_off_at_end_of_shift. -} log:explains { - :alice3302 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3303 :does :log_off_at_end_of_shift. -} log:explains { - :alice3303 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3304 :does :log_off_at_end_of_shift. -} log:explains { - :alice3304 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3305 :does :log_off_at_end_of_shift. -} log:explains { - :alice3305 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3306 :does :log_off_at_end_of_shift. -} log:explains { - :alice3306 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3307 :does :log_off_at_end_of_shift. -} log:explains { - :alice3307 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3308 :does :log_off_at_end_of_shift. -} log:explains { - :alice3308 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3309 :does :log_off_at_end_of_shift. -} log:explains { - :alice3309 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3310 :does :log_off_at_end_of_shift. -} log:explains { - :alice3310 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3311 :does :log_off_at_end_of_shift. -} log:explains { - :alice3311 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3312 :does :log_off_at_end_of_shift. -} log:explains { - :alice3312 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3313 :does :log_off_at_end_of_shift. -} log:explains { - :alice3313 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3314 :does :log_off_at_end_of_shift. -} log:explains { - :alice3314 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3315 :does :log_off_at_end_of_shift. -} log:explains { - :alice3315 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3316 :does :log_off_at_end_of_shift. -} log:explains { - :alice3316 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3317 :does :log_off_at_end_of_shift. -} log:explains { - :alice3317 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3318 :does :log_off_at_end_of_shift. -} log:explains { - :alice3318 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3319 :does :log_off_at_end_of_shift. -} log:explains { - :alice3319 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3320 :does :log_off_at_end_of_shift. -} log:explains { - :alice3320 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3321 :does :log_off_at_end_of_shift. -} log:explains { - :alice3321 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3322 :does :log_off_at_end_of_shift. -} log:explains { - :alice3322 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3323 :does :log_off_at_end_of_shift. -} log:explains { - :alice3323 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3324 :does :log_off_at_end_of_shift. -} log:explains { - :alice3324 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3325 :does :log_off_at_end_of_shift. -} log:explains { - :alice3325 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3326 :does :log_off_at_end_of_shift. -} log:explains { - :alice3326 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3327 :does :log_off_at_end_of_shift. -} log:explains { - :alice3327 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3328 :does :log_off_at_end_of_shift. -} log:explains { - :alice3328 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3329 :does :log_off_at_end_of_shift. -} log:explains { - :alice3329 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3330 :does :log_off_at_end_of_shift. -} log:explains { - :alice3330 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3331 :does :log_off_at_end_of_shift. -} log:explains { - :alice3331 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3332 :does :log_off_at_end_of_shift. -} log:explains { - :alice3332 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3333 :does :log_off_at_end_of_shift. -} log:explains { - :alice3333 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3334 :does :log_off_at_end_of_shift. -} log:explains { - :alice3334 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3335 :does :log_off_at_end_of_shift. -} log:explains { - :alice3335 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3336 :does :log_off_at_end_of_shift. -} log:explains { - :alice3336 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3337 :does :log_off_at_end_of_shift. -} log:explains { - :alice3337 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3338 :does :log_off_at_end_of_shift. -} log:explains { - :alice3338 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3339 :does :log_off_at_end_of_shift. -} log:explains { - :alice3339 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3340 :does :log_off_at_end_of_shift. -} log:explains { - :alice3340 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3341 :does :log_off_at_end_of_shift. -} log:explains { - :alice3341 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3342 :does :log_off_at_end_of_shift. -} log:explains { - :alice3342 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3343 :does :log_off_at_end_of_shift. -} log:explains { - :alice3343 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3344 :does :log_off_at_end_of_shift. -} log:explains { - :alice3344 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3345 :does :log_off_at_end_of_shift. -} log:explains { - :alice3345 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3346 :does :log_off_at_end_of_shift. -} log:explains { - :alice3346 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3347 :does :log_off_at_end_of_shift. -} log:explains { - :alice3347 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3348 :does :log_off_at_end_of_shift. -} log:explains { - :alice3348 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3349 :does :log_off_at_end_of_shift. -} log:explains { - :alice3349 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3350 :does :log_off_at_end_of_shift. -} log:explains { - :alice3350 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3351 :does :log_off_at_end_of_shift. -} log:explains { - :alice3351 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3352 :does :log_off_at_end_of_shift. -} log:explains { - :alice3352 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3353 :does :log_off_at_end_of_shift. -} log:explains { - :alice3353 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3354 :does :log_off_at_end_of_shift. -} log:explains { - :alice3354 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3355 :does :log_off_at_end_of_shift. -} log:explains { - :alice3355 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3356 :does :log_off_at_end_of_shift. -} log:explains { - :alice3356 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3357 :does :log_off_at_end_of_shift. -} log:explains { - :alice3357 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3358 :does :log_off_at_end_of_shift. -} log:explains { - :alice3358 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3359 :does :log_off_at_end_of_shift. -} log:explains { - :alice3359 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3360 :does :log_off_at_end_of_shift. -} log:explains { - :alice3360 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3361 :does :log_off_at_end_of_shift. -} log:explains { - :alice3361 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3362 :does :log_off_at_end_of_shift. -} log:explains { - :alice3362 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3363 :does :log_off_at_end_of_shift. -} log:explains { - :alice3363 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3364 :does :log_off_at_end_of_shift. -} log:explains { - :alice3364 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3365 :does :log_off_at_end_of_shift. -} log:explains { - :alice3365 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3366 :does :log_off_at_end_of_shift. -} log:explains { - :alice3366 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3367 :does :log_off_at_end_of_shift. -} log:explains { - :alice3367 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3368 :does :log_off_at_end_of_shift. -} log:explains { - :alice3368 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3369 :does :log_off_at_end_of_shift. -} log:explains { - :alice3369 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3370 :does :log_off_at_end_of_shift. -} log:explains { - :alice3370 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3371 :does :log_off_at_end_of_shift. -} log:explains { - :alice3371 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3372 :does :log_off_at_end_of_shift. -} log:explains { - :alice3372 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3373 :does :log_off_at_end_of_shift. -} log:explains { - :alice3373 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3374 :does :log_off_at_end_of_shift. -} log:explains { - :alice3374 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3375 :does :log_off_at_end_of_shift. -} log:explains { - :alice3375 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3376 :does :log_off_at_end_of_shift. -} log:explains { - :alice3376 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3377 :does :log_off_at_end_of_shift. -} log:explains { - :alice3377 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3378 :does :log_off_at_end_of_shift. -} log:explains { - :alice3378 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3379 :does :log_off_at_end_of_shift. -} log:explains { - :alice3379 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3380 :does :log_off_at_end_of_shift. -} log:explains { - :alice3380 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3381 :does :log_off_at_end_of_shift. -} log:explains { - :alice3381 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3382 :does :log_off_at_end_of_shift. -} log:explains { - :alice3382 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3383 :does :log_off_at_end_of_shift. -} log:explains { - :alice3383 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3384 :does :log_off_at_end_of_shift. -} log:explains { - :alice3384 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3385 :does :log_off_at_end_of_shift. -} log:explains { - :alice3385 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3386 :does :log_off_at_end_of_shift. -} log:explains { - :alice3386 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3387 :does :log_off_at_end_of_shift. -} log:explains { - :alice3387 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3388 :does :log_off_at_end_of_shift. -} log:explains { - :alice3388 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3389 :does :log_off_at_end_of_shift. -} log:explains { - :alice3389 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3390 :does :log_off_at_end_of_shift. -} log:explains { - :alice3390 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3391 :does :log_off_at_end_of_shift. -} log:explains { - :alice3391 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3392 :does :log_off_at_end_of_shift. -} log:explains { - :alice3392 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3393 :does :log_off_at_end_of_shift. -} log:explains { - :alice3393 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3394 :does :log_off_at_end_of_shift. -} log:explains { - :alice3394 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3395 :does :log_off_at_end_of_shift. -} log:explains { - :alice3395 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3396 :does :log_off_at_end_of_shift. -} log:explains { - :alice3396 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3397 :does :log_off_at_end_of_shift. -} log:explains { - :alice3397 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3398 :does :log_off_at_end_of_shift. -} log:explains { - :alice3398 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3399 :does :log_off_at_end_of_shift. -} log:explains { - :alice3399 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3400 :does :log_off_at_end_of_shift. -} log:explains { - :alice3400 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3401 :does :log_off_at_end_of_shift. -} log:explains { - :alice3401 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3402 :does :log_off_at_end_of_shift. -} log:explains { - :alice3402 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3403 :does :log_off_at_end_of_shift. -} log:explains { - :alice3403 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3404 :does :log_off_at_end_of_shift. -} log:explains { - :alice3404 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3405 :does :log_off_at_end_of_shift. -} log:explains { - :alice3405 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3406 :does :log_off_at_end_of_shift. -} log:explains { - :alice3406 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3407 :does :log_off_at_end_of_shift. -} log:explains { - :alice3407 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3408 :does :log_off_at_end_of_shift. -} log:explains { - :alice3408 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3409 :does :log_off_at_end_of_shift. -} log:explains { - :alice3409 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3410 :does :log_off_at_end_of_shift. -} log:explains { - :alice3410 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3411 :does :log_off_at_end_of_shift. -} log:explains { - :alice3411 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3412 :does :log_off_at_end_of_shift. -} log:explains { - :alice3412 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3413 :does :log_off_at_end_of_shift. -} log:explains { - :alice3413 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3414 :does :log_off_at_end_of_shift. -} log:explains { - :alice3414 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3415 :does :log_off_at_end_of_shift. -} log:explains { - :alice3415 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3416 :does :log_off_at_end_of_shift. -} log:explains { - :alice3416 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3417 :does :log_off_at_end_of_shift. -} log:explains { - :alice3417 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3418 :does :log_off_at_end_of_shift. -} log:explains { - :alice3418 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3419 :does :log_off_at_end_of_shift. -} log:explains { - :alice3419 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3420 :does :log_off_at_end_of_shift. -} log:explains { - :alice3420 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3421 :does :log_off_at_end_of_shift. -} log:explains { - :alice3421 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3422 :does :log_off_at_end_of_shift. -} log:explains { - :alice3422 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3423 :does :log_off_at_end_of_shift. -} log:explains { - :alice3423 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3424 :does :log_off_at_end_of_shift. -} log:explains { - :alice3424 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3425 :does :log_off_at_end_of_shift. -} log:explains { - :alice3425 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3426 :does :log_off_at_end_of_shift. -} log:explains { - :alice3426 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3427 :does :log_off_at_end_of_shift. -} log:explains { - :alice3427 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3428 :does :log_off_at_end_of_shift. -} log:explains { - :alice3428 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3429 :does :log_off_at_end_of_shift. -} log:explains { - :alice3429 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3430 :does :log_off_at_end_of_shift. -} log:explains { - :alice3430 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3431 :does :log_off_at_end_of_shift. -} log:explains { - :alice3431 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3432 :does :log_off_at_end_of_shift. -} log:explains { - :alice3432 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3433 :does :log_off_at_end_of_shift. -} log:explains { - :alice3433 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3434 :does :log_off_at_end_of_shift. -} log:explains { - :alice3434 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3435 :does :log_off_at_end_of_shift. -} log:explains { - :alice3435 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3436 :does :log_off_at_end_of_shift. -} log:explains { - :alice3436 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3437 :does :log_off_at_end_of_shift. -} log:explains { - :alice3437 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3438 :does :log_off_at_end_of_shift. -} log:explains { - :alice3438 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3439 :does :log_off_at_end_of_shift. -} log:explains { - :alice3439 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3440 :does :log_off_at_end_of_shift. -} log:explains { - :alice3440 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3441 :does :log_off_at_end_of_shift. -} log:explains { - :alice3441 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3442 :does :log_off_at_end_of_shift. -} log:explains { - :alice3442 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3443 :does :log_off_at_end_of_shift. -} log:explains { - :alice3443 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3444 :does :log_off_at_end_of_shift. -} log:explains { - :alice3444 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3445 :does :log_off_at_end_of_shift. -} log:explains { - :alice3445 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3446 :does :log_off_at_end_of_shift. -} log:explains { - :alice3446 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3447 :does :log_off_at_end_of_shift. -} log:explains { - :alice3447 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3448 :does :log_off_at_end_of_shift. -} log:explains { - :alice3448 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3449 :does :log_off_at_end_of_shift. -} log:explains { - :alice3449 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3450 :does :log_off_at_end_of_shift. -} log:explains { - :alice3450 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3451 :does :log_off_at_end_of_shift. -} log:explains { - :alice3451 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3452 :does :log_off_at_end_of_shift. -} log:explains { - :alice3452 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3453 :does :log_off_at_end_of_shift. -} log:explains { - :alice3453 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3454 :does :log_off_at_end_of_shift. -} log:explains { - :alice3454 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3455 :does :log_off_at_end_of_shift. -} log:explains { - :alice3455 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3456 :does :log_off_at_end_of_shift. -} log:explains { - :alice3456 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3457 :does :log_off_at_end_of_shift. -} log:explains { - :alice3457 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3458 :does :log_off_at_end_of_shift. -} log:explains { - :alice3458 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3459 :does :log_off_at_end_of_shift. -} log:explains { - :alice3459 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3460 :does :log_off_at_end_of_shift. -} log:explains { - :alice3460 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3461 :does :log_off_at_end_of_shift. -} log:explains { - :alice3461 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3462 :does :log_off_at_end_of_shift. -} log:explains { - :alice3462 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3463 :does :log_off_at_end_of_shift. -} log:explains { - :alice3463 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3464 :does :log_off_at_end_of_shift. -} log:explains { - :alice3464 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3465 :does :log_off_at_end_of_shift. -} log:explains { - :alice3465 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3466 :does :log_off_at_end_of_shift. -} log:explains { - :alice3466 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3467 :does :log_off_at_end_of_shift. -} log:explains { - :alice3467 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3468 :does :log_off_at_end_of_shift. -} log:explains { - :alice3468 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3469 :does :log_off_at_end_of_shift. -} log:explains { - :alice3469 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3470 :does :log_off_at_end_of_shift. -} log:explains { - :alice3470 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3471 :does :log_off_at_end_of_shift. -} log:explains { - :alice3471 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3472 :does :log_off_at_end_of_shift. -} log:explains { - :alice3472 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3473 :does :log_off_at_end_of_shift. -} log:explains { - :alice3473 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3474 :does :log_off_at_end_of_shift. -} log:explains { - :alice3474 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3475 :does :log_off_at_end_of_shift. -} log:explains { - :alice3475 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3476 :does :log_off_at_end_of_shift. -} log:explains { - :alice3476 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3477 :does :log_off_at_end_of_shift. -} log:explains { - :alice3477 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3478 :does :log_off_at_end_of_shift. -} log:explains { - :alice3478 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3479 :does :log_off_at_end_of_shift. -} log:explains { - :alice3479 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3480 :does :log_off_at_end_of_shift. -} log:explains { - :alice3480 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3481 :does :log_off_at_end_of_shift. -} log:explains { - :alice3481 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3482 :does :log_off_at_end_of_shift. -} log:explains { - :alice3482 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3483 :does :log_off_at_end_of_shift. -} log:explains { - :alice3483 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3484 :does :log_off_at_end_of_shift. -} log:explains { - :alice3484 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3485 :does :log_off_at_end_of_shift. -} log:explains { - :alice3485 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3486 :does :log_off_at_end_of_shift. -} log:explains { - :alice3486 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3487 :does :log_off_at_end_of_shift. -} log:explains { - :alice3487 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3488 :does :log_off_at_end_of_shift. -} log:explains { - :alice3488 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3489 :does :log_off_at_end_of_shift. -} log:explains { - :alice3489 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3490 :does :log_off_at_end_of_shift. -} log:explains { - :alice3490 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3491 :does :log_off_at_end_of_shift. -} log:explains { - :alice3491 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3492 :does :log_off_at_end_of_shift. -} log:explains { - :alice3492 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3493 :does :log_off_at_end_of_shift. -} log:explains { - :alice3493 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3494 :does :log_off_at_end_of_shift. -} log:explains { - :alice3494 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3495 :does :log_off_at_end_of_shift. -} log:explains { - :alice3495 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3496 :does :log_off_at_end_of_shift. -} log:explains { - :alice3496 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3497 :does :log_off_at_end_of_shift. -} log:explains { - :alice3497 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3498 :does :log_off_at_end_of_shift. -} log:explains { - :alice3498 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3499 :does :log_off_at_end_of_shift. -} log:explains { - :alice3499 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3500 :does :log_off_at_end_of_shift. -} log:explains { - :alice3500 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3501 :does :log_off_at_end_of_shift. -} log:explains { - :alice3501 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3502 :does :log_off_at_end_of_shift. -} log:explains { - :alice3502 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3503 :does :log_off_at_end_of_shift. -} log:explains { - :alice3503 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3504 :does :log_off_at_end_of_shift. -} log:explains { - :alice3504 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3505 :does :log_off_at_end_of_shift. -} log:explains { - :alice3505 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3506 :does :log_off_at_end_of_shift. -} log:explains { - :alice3506 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3507 :does :log_off_at_end_of_shift. -} log:explains { - :alice3507 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3508 :does :log_off_at_end_of_shift. -} log:explains { - :alice3508 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3509 :does :log_off_at_end_of_shift. -} log:explains { - :alice3509 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3510 :does :log_off_at_end_of_shift. -} log:explains { - :alice3510 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3511 :does :log_off_at_end_of_shift. -} log:explains { - :alice3511 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3512 :does :log_off_at_end_of_shift. -} log:explains { - :alice3512 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3513 :does :log_off_at_end_of_shift. -} log:explains { - :alice3513 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3514 :does :log_off_at_end_of_shift. -} log:explains { - :alice3514 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3515 :does :log_off_at_end_of_shift. -} log:explains { - :alice3515 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3516 :does :log_off_at_end_of_shift. -} log:explains { - :alice3516 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3517 :does :log_off_at_end_of_shift. -} log:explains { - :alice3517 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3518 :does :log_off_at_end_of_shift. -} log:explains { - :alice3518 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3519 :does :log_off_at_end_of_shift. -} log:explains { - :alice3519 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3520 :does :log_off_at_end_of_shift. -} log:explains { - :alice3520 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3521 :does :log_off_at_end_of_shift. -} log:explains { - :alice3521 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3522 :does :log_off_at_end_of_shift. -} log:explains { - :alice3522 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3523 :does :log_off_at_end_of_shift. -} log:explains { - :alice3523 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3524 :does :log_off_at_end_of_shift. -} log:explains { - :alice3524 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3525 :does :log_off_at_end_of_shift. -} log:explains { - :alice3525 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3526 :does :log_off_at_end_of_shift. -} log:explains { - :alice3526 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3527 :does :log_off_at_end_of_shift. -} log:explains { - :alice3527 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3528 :does :log_off_at_end_of_shift. -} log:explains { - :alice3528 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3529 :does :log_off_at_end_of_shift. -} log:explains { - :alice3529 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3530 :does :log_off_at_end_of_shift. -} log:explains { - :alice3530 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3531 :does :log_off_at_end_of_shift. -} log:explains { - :alice3531 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3532 :does :log_off_at_end_of_shift. -} log:explains { - :alice3532 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3533 :does :log_off_at_end_of_shift. -} log:explains { - :alice3533 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3534 :does :log_off_at_end_of_shift. -} log:explains { - :alice3534 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3535 :does :log_off_at_end_of_shift. -} log:explains { - :alice3535 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3536 :does :log_off_at_end_of_shift. -} log:explains { - :alice3536 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3537 :does :log_off_at_end_of_shift. -} log:explains { - :alice3537 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3538 :does :log_off_at_end_of_shift. -} log:explains { - :alice3538 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3539 :does :log_off_at_end_of_shift. -} log:explains { - :alice3539 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3540 :does :log_off_at_end_of_shift. -} log:explains { - :alice3540 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3541 :does :log_off_at_end_of_shift. -} log:explains { - :alice3541 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3542 :does :log_off_at_end_of_shift. -} log:explains { - :alice3542 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3543 :does :log_off_at_end_of_shift. -} log:explains { - :alice3543 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3544 :does :log_off_at_end_of_shift. -} log:explains { - :alice3544 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3545 :does :log_off_at_end_of_shift. -} log:explains { - :alice3545 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3546 :does :log_off_at_end_of_shift. -} log:explains { - :alice3546 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3547 :does :log_off_at_end_of_shift. -} log:explains { - :alice3547 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3548 :does :log_off_at_end_of_shift. -} log:explains { - :alice3548 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3549 :does :log_off_at_end_of_shift. -} log:explains { - :alice3549 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3550 :does :log_off_at_end_of_shift. -} log:explains { - :alice3550 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3551 :does :log_off_at_end_of_shift. -} log:explains { - :alice3551 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3552 :does :log_off_at_end_of_shift. -} log:explains { - :alice3552 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3553 :does :log_off_at_end_of_shift. -} log:explains { - :alice3553 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3554 :does :log_off_at_end_of_shift. -} log:explains { - :alice3554 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3555 :does :log_off_at_end_of_shift. -} log:explains { - :alice3555 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3556 :does :log_off_at_end_of_shift. -} log:explains { - :alice3556 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3557 :does :log_off_at_end_of_shift. -} log:explains { - :alice3557 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3558 :does :log_off_at_end_of_shift. -} log:explains { - :alice3558 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3559 :does :log_off_at_end_of_shift. -} log:explains { - :alice3559 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3560 :does :log_off_at_end_of_shift. -} log:explains { - :alice3560 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3561 :does :log_off_at_end_of_shift. -} log:explains { - :alice3561 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3562 :does :log_off_at_end_of_shift. -} log:explains { - :alice3562 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3563 :does :log_off_at_end_of_shift. -} log:explains { - :alice3563 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3564 :does :log_off_at_end_of_shift. -} log:explains { - :alice3564 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3565 :does :log_off_at_end_of_shift. -} log:explains { - :alice3565 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3566 :does :log_off_at_end_of_shift. -} log:explains { - :alice3566 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3567 :does :log_off_at_end_of_shift. -} log:explains { - :alice3567 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3568 :does :log_off_at_end_of_shift. -} log:explains { - :alice3568 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3569 :does :log_off_at_end_of_shift. -} log:explains { - :alice3569 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3570 :does :log_off_at_end_of_shift. -} log:explains { - :alice3570 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3571 :does :log_off_at_end_of_shift. -} log:explains { - :alice3571 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3572 :does :log_off_at_end_of_shift. -} log:explains { - :alice3572 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3573 :does :log_off_at_end_of_shift. -} log:explains { - :alice3573 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3574 :does :log_off_at_end_of_shift. -} log:explains { - :alice3574 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3575 :does :log_off_at_end_of_shift. -} log:explains { - :alice3575 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3576 :does :log_off_at_end_of_shift. -} log:explains { - :alice3576 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3577 :does :log_off_at_end_of_shift. -} log:explains { - :alice3577 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3578 :does :log_off_at_end_of_shift. -} log:explains { - :alice3578 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3579 :does :log_off_at_end_of_shift. -} log:explains { - :alice3579 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3580 :does :log_off_at_end_of_shift. -} log:explains { - :alice3580 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3581 :does :log_off_at_end_of_shift. -} log:explains { - :alice3581 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3582 :does :log_off_at_end_of_shift. -} log:explains { - :alice3582 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3583 :does :log_off_at_end_of_shift. -} log:explains { - :alice3583 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3584 :does :log_off_at_end_of_shift. -} log:explains { - :alice3584 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3585 :does :log_off_at_end_of_shift. -} log:explains { - :alice3585 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3586 :does :log_off_at_end_of_shift. -} log:explains { - :alice3586 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3587 :does :log_off_at_end_of_shift. -} log:explains { - :alice3587 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3588 :does :log_off_at_end_of_shift. -} log:explains { - :alice3588 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3589 :does :log_off_at_end_of_shift. -} log:explains { - :alice3589 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3590 :does :log_off_at_end_of_shift. -} log:explains { - :alice3590 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3591 :does :log_off_at_end_of_shift. -} log:explains { - :alice3591 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3592 :does :log_off_at_end_of_shift. -} log:explains { - :alice3592 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3593 :does :log_off_at_end_of_shift. -} log:explains { - :alice3593 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3594 :does :log_off_at_end_of_shift. -} log:explains { - :alice3594 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3595 :does :log_off_at_end_of_shift. -} log:explains { - :alice3595 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3596 :does :log_off_at_end_of_shift. -} log:explains { - :alice3596 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3597 :does :log_off_at_end_of_shift. -} log:explains { - :alice3597 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3598 :does :log_off_at_end_of_shift. -} log:explains { - :alice3598 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3599 :does :log_off_at_end_of_shift. -} log:explains { - :alice3599 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3600 :does :log_off_at_end_of_shift. -} log:explains { - :alice3600 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3601 :does :log_off_at_end_of_shift. -} log:explains { - :alice3601 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3602 :does :log_off_at_end_of_shift. -} log:explains { - :alice3602 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3603 :does :log_off_at_end_of_shift. -} log:explains { - :alice3603 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3604 :does :log_off_at_end_of_shift. -} log:explains { - :alice3604 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3605 :does :log_off_at_end_of_shift. -} log:explains { - :alice3605 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3606 :does :log_off_at_end_of_shift. -} log:explains { - :alice3606 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3607 :does :log_off_at_end_of_shift. -} log:explains { - :alice3607 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3608 :does :log_off_at_end_of_shift. -} log:explains { - :alice3608 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3609 :does :log_off_at_end_of_shift. -} log:explains { - :alice3609 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3610 :does :log_off_at_end_of_shift. -} log:explains { - :alice3610 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3611 :does :log_off_at_end_of_shift. -} log:explains { - :alice3611 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3612 :does :log_off_at_end_of_shift. -} log:explains { - :alice3612 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3613 :does :log_off_at_end_of_shift. -} log:explains { - :alice3613 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3614 :does :log_off_at_end_of_shift. -} log:explains { - :alice3614 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3615 :does :log_off_at_end_of_shift. -} log:explains { - :alice3615 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3616 :does :log_off_at_end_of_shift. -} log:explains { - :alice3616 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3617 :does :log_off_at_end_of_shift. -} log:explains { - :alice3617 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3618 :does :log_off_at_end_of_shift. -} log:explains { - :alice3618 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3619 :does :log_off_at_end_of_shift. -} log:explains { - :alice3619 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3620 :does :log_off_at_end_of_shift. -} log:explains { - :alice3620 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3621 :does :log_off_at_end_of_shift. -} log:explains { - :alice3621 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3622 :does :log_off_at_end_of_shift. -} log:explains { - :alice3622 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3623 :does :log_off_at_end_of_shift. -} log:explains { - :alice3623 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3624 :does :log_off_at_end_of_shift. -} log:explains { - :alice3624 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3625 :does :log_off_at_end_of_shift. -} log:explains { - :alice3625 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3626 :does :log_off_at_end_of_shift. -} log:explains { - :alice3626 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3627 :does :log_off_at_end_of_shift. -} log:explains { - :alice3627 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3628 :does :log_off_at_end_of_shift. -} log:explains { - :alice3628 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3629 :does :log_off_at_end_of_shift. -} log:explains { - :alice3629 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3630 :does :log_off_at_end_of_shift. -} log:explains { - :alice3630 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3631 :does :log_off_at_end_of_shift. -} log:explains { - :alice3631 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3632 :does :log_off_at_end_of_shift. -} log:explains { - :alice3632 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3633 :does :log_off_at_end_of_shift. -} log:explains { - :alice3633 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3634 :does :log_off_at_end_of_shift. -} log:explains { - :alice3634 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3635 :does :log_off_at_end_of_shift. -} log:explains { - :alice3635 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3636 :does :log_off_at_end_of_shift. -} log:explains { - :alice3636 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3637 :does :log_off_at_end_of_shift. -} log:explains { - :alice3637 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3638 :does :log_off_at_end_of_shift. -} log:explains { - :alice3638 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3639 :does :log_off_at_end_of_shift. -} log:explains { - :alice3639 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3640 :does :log_off_at_end_of_shift. -} log:explains { - :alice3640 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3641 :does :log_off_at_end_of_shift. -} log:explains { - :alice3641 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3642 :does :log_off_at_end_of_shift. -} log:explains { - :alice3642 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3643 :does :log_off_at_end_of_shift. -} log:explains { - :alice3643 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3644 :does :log_off_at_end_of_shift. -} log:explains { - :alice3644 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3645 :does :log_off_at_end_of_shift. -} log:explains { - :alice3645 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3646 :does :log_off_at_end_of_shift. -} log:explains { - :alice3646 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3647 :does :log_off_at_end_of_shift. -} log:explains { - :alice3647 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3648 :does :log_off_at_end_of_shift. -} log:explains { - :alice3648 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3649 :does :log_off_at_end_of_shift. -} log:explains { - :alice3649 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3650 :does :log_off_at_end_of_shift. -} log:explains { - :alice3650 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3651 :does :log_off_at_end_of_shift. -} log:explains { - :alice3651 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3652 :does :log_off_at_end_of_shift. -} log:explains { - :alice3652 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3653 :does :log_off_at_end_of_shift. -} log:explains { - :alice3653 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3654 :does :log_off_at_end_of_shift. -} log:explains { - :alice3654 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3655 :does :log_off_at_end_of_shift. -} log:explains { - :alice3655 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3656 :does :log_off_at_end_of_shift. -} log:explains { - :alice3656 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3657 :does :log_off_at_end_of_shift. -} log:explains { - :alice3657 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3658 :does :log_off_at_end_of_shift. -} log:explains { - :alice3658 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3659 :does :log_off_at_end_of_shift. -} log:explains { - :alice3659 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3660 :does :log_off_at_end_of_shift. -} log:explains { - :alice3660 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3661 :does :log_off_at_end_of_shift. -} log:explains { - :alice3661 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3662 :does :log_off_at_end_of_shift. -} log:explains { - :alice3662 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3663 :does :log_off_at_end_of_shift. -} log:explains { - :alice3663 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3664 :does :log_off_at_end_of_shift. -} log:explains { - :alice3664 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3665 :does :log_off_at_end_of_shift. -} log:explains { - :alice3665 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3666 :does :log_off_at_end_of_shift. -} log:explains { - :alice3666 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3667 :does :log_off_at_end_of_shift. -} log:explains { - :alice3667 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3668 :does :log_off_at_end_of_shift. -} log:explains { - :alice3668 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3669 :does :log_off_at_end_of_shift. -} log:explains { - :alice3669 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3670 :does :log_off_at_end_of_shift. -} log:explains { - :alice3670 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3671 :does :log_off_at_end_of_shift. -} log:explains { - :alice3671 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3672 :does :log_off_at_end_of_shift. -} log:explains { - :alice3672 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3673 :does :log_off_at_end_of_shift. -} log:explains { - :alice3673 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3674 :does :log_off_at_end_of_shift. -} log:explains { - :alice3674 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3675 :does :log_off_at_end_of_shift. -} log:explains { - :alice3675 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3676 :does :log_off_at_end_of_shift. -} log:explains { - :alice3676 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3677 :does :log_off_at_end_of_shift. -} log:explains { - :alice3677 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3678 :does :log_off_at_end_of_shift. -} log:explains { - :alice3678 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3679 :does :log_off_at_end_of_shift. -} log:explains { - :alice3679 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3680 :does :log_off_at_end_of_shift. -} log:explains { - :alice3680 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3681 :does :log_off_at_end_of_shift. -} log:explains { - :alice3681 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3682 :does :log_off_at_end_of_shift. -} log:explains { - :alice3682 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3683 :does :log_off_at_end_of_shift. -} log:explains { - :alice3683 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3684 :does :log_off_at_end_of_shift. -} log:explains { - :alice3684 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3685 :does :log_off_at_end_of_shift. -} log:explains { - :alice3685 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3686 :does :log_off_at_end_of_shift. -} log:explains { - :alice3686 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3687 :does :log_off_at_end_of_shift. -} log:explains { - :alice3687 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3688 :does :log_off_at_end_of_shift. -} log:explains { - :alice3688 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3689 :does :log_off_at_end_of_shift. -} log:explains { - :alice3689 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3690 :does :log_off_at_end_of_shift. -} log:explains { - :alice3690 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3691 :does :log_off_at_end_of_shift. -} log:explains { - :alice3691 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3692 :does :log_off_at_end_of_shift. -} log:explains { - :alice3692 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3693 :does :log_off_at_end_of_shift. -} log:explains { - :alice3693 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3694 :does :log_off_at_end_of_shift. -} log:explains { - :alice3694 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3695 :does :log_off_at_end_of_shift. -} log:explains { - :alice3695 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3696 :does :log_off_at_end_of_shift. -} log:explains { - :alice3696 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3697 :does :log_off_at_end_of_shift. -} log:explains { - :alice3697 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3698 :does :log_off_at_end_of_shift. -} log:explains { - :alice3698 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3699 :does :log_off_at_end_of_shift. -} log:explains { - :alice3699 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3700 :does :log_off_at_end_of_shift. -} log:explains { - :alice3700 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3701 :does :log_off_at_end_of_shift. -} log:explains { - :alice3701 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3702 :does :log_off_at_end_of_shift. -} log:explains { - :alice3702 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3703 :does :log_off_at_end_of_shift. -} log:explains { - :alice3703 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3704 :does :log_off_at_end_of_shift. -} log:explains { - :alice3704 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3705 :does :log_off_at_end_of_shift. -} log:explains { - :alice3705 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3706 :does :log_off_at_end_of_shift. -} log:explains { - :alice3706 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3707 :does :log_off_at_end_of_shift. -} log:explains { - :alice3707 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3708 :does :log_off_at_end_of_shift. -} log:explains { - :alice3708 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3709 :does :log_off_at_end_of_shift. -} log:explains { - :alice3709 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3710 :does :log_off_at_end_of_shift. -} log:explains { - :alice3710 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3711 :does :log_off_at_end_of_shift. -} log:explains { - :alice3711 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3712 :does :log_off_at_end_of_shift. -} log:explains { - :alice3712 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3713 :does :log_off_at_end_of_shift. -} log:explains { - :alice3713 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3714 :does :log_off_at_end_of_shift. -} log:explains { - :alice3714 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3715 :does :log_off_at_end_of_shift. -} log:explains { - :alice3715 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3716 :does :log_off_at_end_of_shift. -} log:explains { - :alice3716 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3717 :does :log_off_at_end_of_shift. -} log:explains { - :alice3717 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3718 :does :log_off_at_end_of_shift. -} log:explains { - :alice3718 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3719 :does :log_off_at_end_of_shift. -} log:explains { - :alice3719 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3720 :does :log_off_at_end_of_shift. -} log:explains { - :alice3720 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3721 :does :log_off_at_end_of_shift. -} log:explains { - :alice3721 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3722 :does :log_off_at_end_of_shift. -} log:explains { - :alice3722 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3723 :does :log_off_at_end_of_shift. -} log:explains { - :alice3723 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3724 :does :log_off_at_end_of_shift. -} log:explains { - :alice3724 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3725 :does :log_off_at_end_of_shift. -} log:explains { - :alice3725 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3726 :does :log_off_at_end_of_shift. -} log:explains { - :alice3726 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3727 :does :log_off_at_end_of_shift. -} log:explains { - :alice3727 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3728 :does :log_off_at_end_of_shift. -} log:explains { - :alice3728 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3729 :does :log_off_at_end_of_shift. -} log:explains { - :alice3729 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3730 :does :log_off_at_end_of_shift. -} log:explains { - :alice3730 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3731 :does :log_off_at_end_of_shift. -} log:explains { - :alice3731 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3732 :does :log_off_at_end_of_shift. -} log:explains { - :alice3732 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3733 :does :log_off_at_end_of_shift. -} log:explains { - :alice3733 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3734 :does :log_off_at_end_of_shift. -} log:explains { - :alice3734 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3735 :does :log_off_at_end_of_shift. -} log:explains { - :alice3735 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3736 :does :log_off_at_end_of_shift. -} log:explains { - :alice3736 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3737 :does :log_off_at_end_of_shift. -} log:explains { - :alice3737 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3738 :does :log_off_at_end_of_shift. -} log:explains { - :alice3738 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3739 :does :log_off_at_end_of_shift. -} log:explains { - :alice3739 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3740 :does :log_off_at_end_of_shift. -} log:explains { - :alice3740 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3741 :does :log_off_at_end_of_shift. -} log:explains { - :alice3741 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3742 :does :log_off_at_end_of_shift. -} log:explains { - :alice3742 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3743 :does :log_off_at_end_of_shift. -} log:explains { - :alice3743 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3744 :does :log_off_at_end_of_shift. -} log:explains { - :alice3744 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3745 :does :log_off_at_end_of_shift. -} log:explains { - :alice3745 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3746 :does :log_off_at_end_of_shift. -} log:explains { - :alice3746 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3747 :does :log_off_at_end_of_shift. -} log:explains { - :alice3747 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3748 :does :log_off_at_end_of_shift. -} log:explains { - :alice3748 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3749 :does :log_off_at_end_of_shift. -} log:explains { - :alice3749 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3750 :does :log_off_at_end_of_shift. -} log:explains { - :alice3750 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3751 :does :log_off_at_end_of_shift. -} log:explains { - :alice3751 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3752 :does :log_off_at_end_of_shift. -} log:explains { - :alice3752 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3753 :does :log_off_at_end_of_shift. -} log:explains { - :alice3753 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3754 :does :log_off_at_end_of_shift. -} log:explains { - :alice3754 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3755 :does :log_off_at_end_of_shift. -} log:explains { - :alice3755 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3756 :does :log_off_at_end_of_shift. -} log:explains { - :alice3756 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3757 :does :log_off_at_end_of_shift. -} log:explains { - :alice3757 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3758 :does :log_off_at_end_of_shift. -} log:explains { - :alice3758 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3759 :does :log_off_at_end_of_shift. -} log:explains { - :alice3759 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3760 :does :log_off_at_end_of_shift. -} log:explains { - :alice3760 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3761 :does :log_off_at_end_of_shift. -} log:explains { - :alice3761 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3762 :does :log_off_at_end_of_shift. -} log:explains { - :alice3762 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3763 :does :log_off_at_end_of_shift. -} log:explains { - :alice3763 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3764 :does :log_off_at_end_of_shift. -} log:explains { - :alice3764 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3765 :does :log_off_at_end_of_shift. -} log:explains { - :alice3765 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3766 :does :log_off_at_end_of_shift. -} log:explains { - :alice3766 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3767 :does :log_off_at_end_of_shift. -} log:explains { - :alice3767 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3768 :does :log_off_at_end_of_shift. -} log:explains { - :alice3768 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3769 :does :log_off_at_end_of_shift. -} log:explains { - :alice3769 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3770 :does :log_off_at_end_of_shift. -} log:explains { - :alice3770 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3771 :does :log_off_at_end_of_shift. -} log:explains { - :alice3771 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3772 :does :log_off_at_end_of_shift. -} log:explains { - :alice3772 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3773 :does :log_off_at_end_of_shift. -} log:explains { - :alice3773 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3774 :does :log_off_at_end_of_shift. -} log:explains { - :alice3774 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3775 :does :log_off_at_end_of_shift. -} log:explains { - :alice3775 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3776 :does :log_off_at_end_of_shift. -} log:explains { - :alice3776 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3777 :does :log_off_at_end_of_shift. -} log:explains { - :alice3777 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3778 :does :log_off_at_end_of_shift. -} log:explains { - :alice3778 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3779 :does :log_off_at_end_of_shift. -} log:explains { - :alice3779 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3780 :does :log_off_at_end_of_shift. -} log:explains { - :alice3780 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3781 :does :log_off_at_end_of_shift. -} log:explains { - :alice3781 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3782 :does :log_off_at_end_of_shift. -} log:explains { - :alice3782 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3783 :does :log_off_at_end_of_shift. -} log:explains { - :alice3783 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3784 :does :log_off_at_end_of_shift. -} log:explains { - :alice3784 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3785 :does :log_off_at_end_of_shift. -} log:explains { - :alice3785 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3786 :does :log_off_at_end_of_shift. -} log:explains { - :alice3786 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3787 :does :log_off_at_end_of_shift. -} log:explains { - :alice3787 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3788 :does :log_off_at_end_of_shift. -} log:explains { - :alice3788 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3789 :does :log_off_at_end_of_shift. -} log:explains { - :alice3789 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3790 :does :log_off_at_end_of_shift. -} log:explains { - :alice3790 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3791 :does :log_off_at_end_of_shift. -} log:explains { - :alice3791 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3792 :does :log_off_at_end_of_shift. -} log:explains { - :alice3792 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3793 :does :log_off_at_end_of_shift. -} log:explains { - :alice3793 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3794 :does :log_off_at_end_of_shift. -} log:explains { - :alice3794 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3795 :does :log_off_at_end_of_shift. -} log:explains { - :alice3795 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3796 :does :log_off_at_end_of_shift. -} log:explains { - :alice3796 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3797 :does :log_off_at_end_of_shift. -} log:explains { - :alice3797 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3798 :does :log_off_at_end_of_shift. -} log:explains { - :alice3798 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3799 :does :log_off_at_end_of_shift. -} log:explains { - :alice3799 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3800 :does :log_off_at_end_of_shift. -} log:explains { - :alice3800 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3801 :does :log_off_at_end_of_shift. -} log:explains { - :alice3801 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3802 :does :log_off_at_end_of_shift. -} log:explains { - :alice3802 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3803 :does :log_off_at_end_of_shift. -} log:explains { - :alice3803 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3804 :does :log_off_at_end_of_shift. -} log:explains { - :alice3804 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3805 :does :log_off_at_end_of_shift. -} log:explains { - :alice3805 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3806 :does :log_off_at_end_of_shift. -} log:explains { - :alice3806 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3807 :does :log_off_at_end_of_shift. -} log:explains { - :alice3807 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3808 :does :log_off_at_end_of_shift. -} log:explains { - :alice3808 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3809 :does :log_off_at_end_of_shift. -} log:explains { - :alice3809 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3810 :does :log_off_at_end_of_shift. -} log:explains { - :alice3810 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3811 :does :log_off_at_end_of_shift. -} log:explains { - :alice3811 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3812 :does :log_off_at_end_of_shift. -} log:explains { - :alice3812 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3813 :does :log_off_at_end_of_shift. -} log:explains { - :alice3813 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3814 :does :log_off_at_end_of_shift. -} log:explains { - :alice3814 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3815 :does :log_off_at_end_of_shift. -} log:explains { - :alice3815 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3816 :does :log_off_at_end_of_shift. -} log:explains { - :alice3816 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3817 :does :log_off_at_end_of_shift. -} log:explains { - :alice3817 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3818 :does :log_off_at_end_of_shift. -} log:explains { - :alice3818 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3819 :does :log_off_at_end_of_shift. -} log:explains { - :alice3819 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3820 :does :log_off_at_end_of_shift. -} log:explains { - :alice3820 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3821 :does :log_off_at_end_of_shift. -} log:explains { - :alice3821 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3822 :does :log_off_at_end_of_shift. -} log:explains { - :alice3822 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3823 :does :log_off_at_end_of_shift. -} log:explains { - :alice3823 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3824 :does :log_off_at_end_of_shift. -} log:explains { - :alice3824 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3825 :does :log_off_at_end_of_shift. -} log:explains { - :alice3825 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3826 :does :log_off_at_end_of_shift. -} log:explains { - :alice3826 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3827 :does :log_off_at_end_of_shift. -} log:explains { - :alice3827 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3828 :does :log_off_at_end_of_shift. -} log:explains { - :alice3828 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3829 :does :log_off_at_end_of_shift. -} log:explains { - :alice3829 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3830 :does :log_off_at_end_of_shift. -} log:explains { - :alice3830 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3831 :does :log_off_at_end_of_shift. -} log:explains { - :alice3831 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3832 :does :log_off_at_end_of_shift. -} log:explains { - :alice3832 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3833 :does :log_off_at_end_of_shift. -} log:explains { - :alice3833 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3834 :does :log_off_at_end_of_shift. -} log:explains { - :alice3834 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3835 :does :log_off_at_end_of_shift. -} log:explains { - :alice3835 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3836 :does :log_off_at_end_of_shift. -} log:explains { - :alice3836 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3837 :does :log_off_at_end_of_shift. -} log:explains { - :alice3837 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3838 :does :log_off_at_end_of_shift. -} log:explains { - :alice3838 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3839 :does :log_off_at_end_of_shift. -} log:explains { - :alice3839 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3840 :does :log_off_at_end_of_shift. -} log:explains { - :alice3840 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3841 :does :log_off_at_end_of_shift. -} log:explains { - :alice3841 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3842 :does :log_off_at_end_of_shift. -} log:explains { - :alice3842 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3843 :does :log_off_at_end_of_shift. -} log:explains { - :alice3843 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3844 :does :log_off_at_end_of_shift. -} log:explains { - :alice3844 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3845 :does :log_off_at_end_of_shift. -} log:explains { - :alice3845 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3846 :does :log_off_at_end_of_shift. -} log:explains { - :alice3846 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3847 :does :log_off_at_end_of_shift. -} log:explains { - :alice3847 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3848 :does :log_off_at_end_of_shift. -} log:explains { - :alice3848 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3849 :does :log_off_at_end_of_shift. -} log:explains { - :alice3849 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3850 :does :log_off_at_end_of_shift. -} log:explains { - :alice3850 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3851 :does :log_off_at_end_of_shift. -} log:explains { - :alice3851 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3852 :does :log_off_at_end_of_shift. -} log:explains { - :alice3852 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3853 :does :log_off_at_end_of_shift. -} log:explains { - :alice3853 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3854 :does :log_off_at_end_of_shift. -} log:explains { - :alice3854 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3855 :does :log_off_at_end_of_shift. -} log:explains { - :alice3855 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3856 :does :log_off_at_end_of_shift. -} log:explains { - :alice3856 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3857 :does :log_off_at_end_of_shift. -} log:explains { - :alice3857 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3858 :does :log_off_at_end_of_shift. -} log:explains { - :alice3858 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3859 :does :log_off_at_end_of_shift. -} log:explains { - :alice3859 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3860 :does :log_off_at_end_of_shift. -} log:explains { - :alice3860 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3861 :does :log_off_at_end_of_shift. -} log:explains { - :alice3861 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3862 :does :log_off_at_end_of_shift. -} log:explains { - :alice3862 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3863 :does :log_off_at_end_of_shift. -} log:explains { - :alice3863 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3864 :does :log_off_at_end_of_shift. -} log:explains { - :alice3864 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3865 :does :log_off_at_end_of_shift. -} log:explains { - :alice3865 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3866 :does :log_off_at_end_of_shift. -} log:explains { - :alice3866 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3867 :does :log_off_at_end_of_shift. -} log:explains { - :alice3867 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3868 :does :log_off_at_end_of_shift. -} log:explains { - :alice3868 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3869 :does :log_off_at_end_of_shift. -} log:explains { - :alice3869 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3870 :does :log_off_at_end_of_shift. -} log:explains { - :alice3870 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3871 :does :log_off_at_end_of_shift. -} log:explains { - :alice3871 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3872 :does :log_off_at_end_of_shift. -} log:explains { - :alice3872 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3873 :does :log_off_at_end_of_shift. -} log:explains { - :alice3873 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3874 :does :log_off_at_end_of_shift. -} log:explains { - :alice3874 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3875 :does :log_off_at_end_of_shift. -} log:explains { - :alice3875 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3876 :does :log_off_at_end_of_shift. -} log:explains { - :alice3876 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3877 :does :log_off_at_end_of_shift. -} log:explains { - :alice3877 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3878 :does :log_off_at_end_of_shift. -} log:explains { - :alice3878 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3879 :does :log_off_at_end_of_shift. -} log:explains { - :alice3879 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3880 :does :log_off_at_end_of_shift. -} log:explains { - :alice3880 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3881 :does :log_off_at_end_of_shift. -} log:explains { - :alice3881 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3882 :does :log_off_at_end_of_shift. -} log:explains { - :alice3882 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3883 :does :log_off_at_end_of_shift. -} log:explains { - :alice3883 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3884 :does :log_off_at_end_of_shift. -} log:explains { - :alice3884 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3885 :does :log_off_at_end_of_shift. -} log:explains { - :alice3885 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3886 :does :log_off_at_end_of_shift. -} log:explains { - :alice3886 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3887 :does :log_off_at_end_of_shift. -} log:explains { - :alice3887 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3888 :does :log_off_at_end_of_shift. -} log:explains { - :alice3888 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3889 :does :log_off_at_end_of_shift. -} log:explains { - :alice3889 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3890 :does :log_off_at_end_of_shift. -} log:explains { - :alice3890 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3891 :does :log_off_at_end_of_shift. -} log:explains { - :alice3891 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3892 :does :log_off_at_end_of_shift. -} log:explains { - :alice3892 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3893 :does :log_off_at_end_of_shift. -} log:explains { - :alice3893 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3894 :does :log_off_at_end_of_shift. -} log:explains { - :alice3894 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3895 :does :log_off_at_end_of_shift. -} log:explains { - :alice3895 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3896 :does :log_off_at_end_of_shift. -} log:explains { - :alice3896 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3897 :does :log_off_at_end_of_shift. -} log:explains { - :alice3897 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3898 :does :log_off_at_end_of_shift. -} log:explains { - :alice3898 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3899 :does :log_off_at_end_of_shift. -} log:explains { - :alice3899 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3900 :does :log_off_at_end_of_shift. -} log:explains { - :alice3900 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3901 :does :log_off_at_end_of_shift. -} log:explains { - :alice3901 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3902 :does :log_off_at_end_of_shift. -} log:explains { - :alice3902 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3903 :does :log_off_at_end_of_shift. -} log:explains { - :alice3903 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3904 :does :log_off_at_end_of_shift. -} log:explains { - :alice3904 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3905 :does :log_off_at_end_of_shift. -} log:explains { - :alice3905 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3906 :does :log_off_at_end_of_shift. -} log:explains { - :alice3906 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3907 :does :log_off_at_end_of_shift. -} log:explains { - :alice3907 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3908 :does :log_off_at_end_of_shift. -} log:explains { - :alice3908 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3909 :does :log_off_at_end_of_shift. -} log:explains { - :alice3909 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3910 :does :log_off_at_end_of_shift. -} log:explains { - :alice3910 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3911 :does :log_off_at_end_of_shift. -} log:explains { - :alice3911 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3912 :does :log_off_at_end_of_shift. -} log:explains { - :alice3912 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3913 :does :log_off_at_end_of_shift. -} log:explains { - :alice3913 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3914 :does :log_off_at_end_of_shift. -} log:explains { - :alice3914 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3915 :does :log_off_at_end_of_shift. -} log:explains { - :alice3915 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3916 :does :log_off_at_end_of_shift. -} log:explains { - :alice3916 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3917 :does :log_off_at_end_of_shift. -} log:explains { - :alice3917 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3918 :does :log_off_at_end_of_shift. -} log:explains { - :alice3918 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3919 :does :log_off_at_end_of_shift. -} log:explains { - :alice3919 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3920 :does :log_off_at_end_of_shift. -} log:explains { - :alice3920 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3921 :does :log_off_at_end_of_shift. -} log:explains { - :alice3921 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3922 :does :log_off_at_end_of_shift. -} log:explains { - :alice3922 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3923 :does :log_off_at_end_of_shift. -} log:explains { - :alice3923 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3924 :does :log_off_at_end_of_shift. -} log:explains { - :alice3924 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3925 :does :log_off_at_end_of_shift. -} log:explains { - :alice3925 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3926 :does :log_off_at_end_of_shift. -} log:explains { - :alice3926 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3927 :does :log_off_at_end_of_shift. -} log:explains { - :alice3927 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3928 :does :log_off_at_end_of_shift. -} log:explains { - :alice3928 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3929 :does :log_off_at_end_of_shift. -} log:explains { - :alice3929 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3930 :does :log_off_at_end_of_shift. -} log:explains { - :alice3930 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3931 :does :log_off_at_end_of_shift. -} log:explains { - :alice3931 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3932 :does :log_off_at_end_of_shift. -} log:explains { - :alice3932 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3933 :does :log_off_at_end_of_shift. -} log:explains { - :alice3933 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3934 :does :log_off_at_end_of_shift. -} log:explains { - :alice3934 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3935 :does :log_off_at_end_of_shift. -} log:explains { - :alice3935 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3936 :does :log_off_at_end_of_shift. -} log:explains { - :alice3936 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3937 :does :log_off_at_end_of_shift. -} log:explains { - :alice3937 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3938 :does :log_off_at_end_of_shift. -} log:explains { - :alice3938 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3939 :does :log_off_at_end_of_shift. -} log:explains { - :alice3939 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3940 :does :log_off_at_end_of_shift. -} log:explains { - :alice3940 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3941 :does :log_off_at_end_of_shift. -} log:explains { - :alice3941 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3942 :does :log_off_at_end_of_shift. -} log:explains { - :alice3942 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3943 :does :log_off_at_end_of_shift. -} log:explains { - :alice3943 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3944 :does :log_off_at_end_of_shift. -} log:explains { - :alice3944 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3945 :does :log_off_at_end_of_shift. -} log:explains { - :alice3945 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3946 :does :log_off_at_end_of_shift. -} log:explains { - :alice3946 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3947 :does :log_off_at_end_of_shift. -} log:explains { - :alice3947 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3948 :does :log_off_at_end_of_shift. -} log:explains { - :alice3948 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3949 :does :log_off_at_end_of_shift. -} log:explains { - :alice3949 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3950 :does :log_off_at_end_of_shift. -} log:explains { - :alice3950 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3951 :does :log_off_at_end_of_shift. -} log:explains { - :alice3951 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3952 :does :log_off_at_end_of_shift. -} log:explains { - :alice3952 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3953 :does :log_off_at_end_of_shift. -} log:explains { - :alice3953 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3954 :does :log_off_at_end_of_shift. -} log:explains { - :alice3954 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3955 :does :log_off_at_end_of_shift. -} log:explains { - :alice3955 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3956 :does :log_off_at_end_of_shift. -} log:explains { - :alice3956 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3957 :does :log_off_at_end_of_shift. -} log:explains { - :alice3957 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3958 :does :log_off_at_end_of_shift. -} log:explains { - :alice3958 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3959 :does :log_off_at_end_of_shift. -} log:explains { - :alice3959 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3960 :does :log_off_at_end_of_shift. -} log:explains { - :alice3960 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3961 :does :log_off_at_end_of_shift. -} log:explains { - :alice3961 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3962 :does :log_off_at_end_of_shift. -} log:explains { - :alice3962 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3963 :does :log_off_at_end_of_shift. -} log:explains { - :alice3963 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3964 :does :log_off_at_end_of_shift. -} log:explains { - :alice3964 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3965 :does :log_off_at_end_of_shift. -} log:explains { - :alice3965 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3966 :does :log_off_at_end_of_shift. -} log:explains { - :alice3966 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3967 :does :log_off_at_end_of_shift. -} log:explains { - :alice3967 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3968 :does :log_off_at_end_of_shift. -} log:explains { - :alice3968 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3969 :does :log_off_at_end_of_shift. -} log:explains { - :alice3969 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3970 :does :log_off_at_end_of_shift. -} log:explains { - :alice3970 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3971 :does :log_off_at_end_of_shift. -} log:explains { - :alice3971 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3972 :does :log_off_at_end_of_shift. -} log:explains { - :alice3972 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3973 :does :log_off_at_end_of_shift. -} log:explains { - :alice3973 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3974 :does :log_off_at_end_of_shift. -} log:explains { - :alice3974 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3975 :does :log_off_at_end_of_shift. -} log:explains { - :alice3975 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3976 :does :log_off_at_end_of_shift. -} log:explains { - :alice3976 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3977 :does :log_off_at_end_of_shift. -} log:explains { - :alice3977 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3978 :does :log_off_at_end_of_shift. -} log:explains { - :alice3978 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3979 :does :log_off_at_end_of_shift. -} log:explains { - :alice3979 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3980 :does :log_off_at_end_of_shift. -} log:explains { - :alice3980 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3981 :does :log_off_at_end_of_shift. -} log:explains { - :alice3981 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3982 :does :log_off_at_end_of_shift. -} log:explains { - :alice3982 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3983 :does :log_off_at_end_of_shift. -} log:explains { - :alice3983 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3984 :does :log_off_at_end_of_shift. -} log:explains { - :alice3984 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3985 :does :log_off_at_end_of_shift. -} log:explains { - :alice3985 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3986 :does :log_off_at_end_of_shift. -} log:explains { - :alice3986 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3987 :does :log_off_at_end_of_shift. -} log:explains { - :alice3987 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3988 :does :log_off_at_end_of_shift. -} log:explains { - :alice3988 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3989 :does :log_off_at_end_of_shift. -} log:explains { - :alice3989 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3990 :does :log_off_at_end_of_shift. -} log:explains { - :alice3990 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3991 :does :log_off_at_end_of_shift. -} log:explains { - :alice3991 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3992 :does :log_off_at_end_of_shift. -} log:explains { - :alice3992 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3993 :does :log_off_at_end_of_shift. -} log:explains { - :alice3993 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3994 :does :log_off_at_end_of_shift. -} log:explains { - :alice3994 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3995 :does :log_off_at_end_of_shift. -} log:explains { - :alice3995 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3996 :does :log_off_at_end_of_shift. -} log:explains { - :alice3996 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3997 :does :log_off_at_end_of_shift. -} log:explains { - :alice3997 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3998 :does :log_off_at_end_of_shift. -} log:explains { - :alice3998 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice3999 :does :log_off_at_end_of_shift. -} log:explains { - :alice3999 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4000 :does :log_off_at_end_of_shift. -} log:explains { - :alice4000 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4001 :does :log_off_at_end_of_shift. -} log:explains { - :alice4001 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4002 :does :log_off_at_end_of_shift. -} log:explains { - :alice4002 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4003 :does :log_off_at_end_of_shift. -} log:explains { - :alice4003 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4004 :does :log_off_at_end_of_shift. -} log:explains { - :alice4004 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4005 :does :log_off_at_end_of_shift. -} log:explains { - :alice4005 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4006 :does :log_off_at_end_of_shift. -} log:explains { - :alice4006 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4007 :does :log_off_at_end_of_shift. -} log:explains { - :alice4007 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4008 :does :log_off_at_end_of_shift. -} log:explains { - :alice4008 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4009 :does :log_off_at_end_of_shift. -} log:explains { - :alice4009 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4010 :does :log_off_at_end_of_shift. -} log:explains { - :alice4010 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4011 :does :log_off_at_end_of_shift. -} log:explains { - :alice4011 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4012 :does :log_off_at_end_of_shift. -} log:explains { - :alice4012 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4013 :does :log_off_at_end_of_shift. -} log:explains { - :alice4013 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4014 :does :log_off_at_end_of_shift. -} log:explains { - :alice4014 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4015 :does :log_off_at_end_of_shift. -} log:explains { - :alice4015 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4016 :does :log_off_at_end_of_shift. -} log:explains { - :alice4016 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4017 :does :log_off_at_end_of_shift. -} log:explains { - :alice4017 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4018 :does :log_off_at_end_of_shift. -} log:explains { - :alice4018 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4019 :does :log_off_at_end_of_shift. -} log:explains { - :alice4019 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4020 :does :log_off_at_end_of_shift. -} log:explains { - :alice4020 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4021 :does :log_off_at_end_of_shift. -} log:explains { - :alice4021 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4022 :does :log_off_at_end_of_shift. -} log:explains { - :alice4022 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4023 :does :log_off_at_end_of_shift. -} log:explains { - :alice4023 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4024 :does :log_off_at_end_of_shift. -} log:explains { - :alice4024 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4025 :does :log_off_at_end_of_shift. -} log:explains { - :alice4025 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4026 :does :log_off_at_end_of_shift. -} log:explains { - :alice4026 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4027 :does :log_off_at_end_of_shift. -} log:explains { - :alice4027 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4028 :does :log_off_at_end_of_shift. -} log:explains { - :alice4028 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4029 :does :log_off_at_end_of_shift. -} log:explains { - :alice4029 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4030 :does :log_off_at_end_of_shift. -} log:explains { - :alice4030 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4031 :does :log_off_at_end_of_shift. -} log:explains { - :alice4031 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4032 :does :log_off_at_end_of_shift. -} log:explains { - :alice4032 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4033 :does :log_off_at_end_of_shift. -} log:explains { - :alice4033 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4034 :does :log_off_at_end_of_shift. -} log:explains { - :alice4034 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4035 :does :log_off_at_end_of_shift. -} log:explains { - :alice4035 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4036 :does :log_off_at_end_of_shift. -} log:explains { - :alice4036 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4037 :does :log_off_at_end_of_shift. -} log:explains { - :alice4037 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4038 :does :log_off_at_end_of_shift. -} log:explains { - :alice4038 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4039 :does :log_off_at_end_of_shift. -} log:explains { - :alice4039 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4040 :does :log_off_at_end_of_shift. -} log:explains { - :alice4040 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4041 :does :log_off_at_end_of_shift. -} log:explains { - :alice4041 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4042 :does :log_off_at_end_of_shift. -} log:explains { - :alice4042 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4043 :does :log_off_at_end_of_shift. -} log:explains { - :alice4043 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4044 :does :log_off_at_end_of_shift. -} log:explains { - :alice4044 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4045 :does :log_off_at_end_of_shift. -} log:explains { - :alice4045 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4046 :does :log_off_at_end_of_shift. -} log:explains { - :alice4046 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4047 :does :log_off_at_end_of_shift. -} log:explains { - :alice4047 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4048 :does :log_off_at_end_of_shift. -} log:explains { - :alice4048 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4049 :does :log_off_at_end_of_shift. -} log:explains { - :alice4049 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4050 :does :log_off_at_end_of_shift. -} log:explains { - :alice4050 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4051 :does :log_off_at_end_of_shift. -} log:explains { - :alice4051 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4052 :does :log_off_at_end_of_shift. -} log:explains { - :alice4052 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4053 :does :log_off_at_end_of_shift. -} log:explains { - :alice4053 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4054 :does :log_off_at_end_of_shift. -} log:explains { - :alice4054 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4055 :does :log_off_at_end_of_shift. -} log:explains { - :alice4055 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4056 :does :log_off_at_end_of_shift. -} log:explains { - :alice4056 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4057 :does :log_off_at_end_of_shift. -} log:explains { - :alice4057 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4058 :does :log_off_at_end_of_shift. -} log:explains { - :alice4058 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4059 :does :log_off_at_end_of_shift. -} log:explains { - :alice4059 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4060 :does :log_off_at_end_of_shift. -} log:explains { - :alice4060 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4061 :does :log_off_at_end_of_shift. -} log:explains { - :alice4061 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4062 :does :log_off_at_end_of_shift. -} log:explains { - :alice4062 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4063 :does :log_off_at_end_of_shift. -} log:explains { - :alice4063 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4064 :does :log_off_at_end_of_shift. -} log:explains { - :alice4064 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4065 :does :log_off_at_end_of_shift. -} log:explains { - :alice4065 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4066 :does :log_off_at_end_of_shift. -} log:explains { - :alice4066 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4067 :does :log_off_at_end_of_shift. -} log:explains { - :alice4067 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4068 :does :log_off_at_end_of_shift. -} log:explains { - :alice4068 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4069 :does :log_off_at_end_of_shift. -} log:explains { - :alice4069 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4070 :does :log_off_at_end_of_shift. -} log:explains { - :alice4070 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4071 :does :log_off_at_end_of_shift. -} log:explains { - :alice4071 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4072 :does :log_off_at_end_of_shift. -} log:explains { - :alice4072 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4073 :does :log_off_at_end_of_shift. -} log:explains { - :alice4073 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4074 :does :log_off_at_end_of_shift. -} log:explains { - :alice4074 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4075 :does :log_off_at_end_of_shift. -} log:explains { - :alice4075 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4076 :does :log_off_at_end_of_shift. -} log:explains { - :alice4076 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4077 :does :log_off_at_end_of_shift. -} log:explains { - :alice4077 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4078 :does :log_off_at_end_of_shift. -} log:explains { - :alice4078 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4079 :does :log_off_at_end_of_shift. -} log:explains { - :alice4079 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4080 :does :log_off_at_end_of_shift. -} log:explains { - :alice4080 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4081 :does :log_off_at_end_of_shift. -} log:explains { - :alice4081 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4082 :does :log_off_at_end_of_shift. -} log:explains { - :alice4082 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4083 :does :log_off_at_end_of_shift. -} log:explains { - :alice4083 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4084 :does :log_off_at_end_of_shift. -} log:explains { - :alice4084 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4085 :does :log_off_at_end_of_shift. -} log:explains { - :alice4085 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4086 :does :log_off_at_end_of_shift. -} log:explains { - :alice4086 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4087 :does :log_off_at_end_of_shift. -} log:explains { - :alice4087 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4088 :does :log_off_at_end_of_shift. -} log:explains { - :alice4088 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4089 :does :log_off_at_end_of_shift. -} log:explains { - :alice4089 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4090 :does :log_off_at_end_of_shift. -} log:explains { - :alice4090 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4091 :does :log_off_at_end_of_shift. -} log:explains { - :alice4091 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4092 :does :log_off_at_end_of_shift. -} log:explains { - :alice4092 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4093 :does :log_off_at_end_of_shift. -} log:explains { - :alice4093 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4094 :does :log_off_at_end_of_shift. -} log:explains { - :alice4094 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4095 :does :log_off_at_end_of_shift. -} log:explains { - :alice4095 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4096 :does :log_off_at_end_of_shift. -} log:explains { - :alice4096 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4097 :does :log_off_at_end_of_shift. -} log:explains { - :alice4097 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4098 :does :log_off_at_end_of_shift. -} log:explains { - :alice4098 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4099 :does :log_off_at_end_of_shift. -} log:explains { - :alice4099 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4100 :does :log_off_at_end_of_shift. -} log:explains { - :alice4100 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4101 :does :log_off_at_end_of_shift. -} log:explains { - :alice4101 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4102 :does :log_off_at_end_of_shift. -} log:explains { - :alice4102 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4103 :does :log_off_at_end_of_shift. -} log:explains { - :alice4103 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4104 :does :log_off_at_end_of_shift. -} log:explains { - :alice4104 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4105 :does :log_off_at_end_of_shift. -} log:explains { - :alice4105 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4106 :does :log_off_at_end_of_shift. -} log:explains { - :alice4106 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4107 :does :log_off_at_end_of_shift. -} log:explains { - :alice4107 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4108 :does :log_off_at_end_of_shift. -} log:explains { - :alice4108 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4109 :does :log_off_at_end_of_shift. -} log:explains { - :alice4109 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4110 :does :log_off_at_end_of_shift. -} log:explains { - :alice4110 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4111 :does :log_off_at_end_of_shift. -} log:explains { - :alice4111 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4112 :does :log_off_at_end_of_shift. -} log:explains { - :alice4112 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4113 :does :log_off_at_end_of_shift. -} log:explains { - :alice4113 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4114 :does :log_off_at_end_of_shift. -} log:explains { - :alice4114 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4115 :does :log_off_at_end_of_shift. -} log:explains { - :alice4115 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4116 :does :log_off_at_end_of_shift. -} log:explains { - :alice4116 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4117 :does :log_off_at_end_of_shift. -} log:explains { - :alice4117 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4118 :does :log_off_at_end_of_shift. -} log:explains { - :alice4118 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4119 :does :log_off_at_end_of_shift. -} log:explains { - :alice4119 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4120 :does :log_off_at_end_of_shift. -} log:explains { - :alice4120 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4121 :does :log_off_at_end_of_shift. -} log:explains { - :alice4121 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4122 :does :log_off_at_end_of_shift. -} log:explains { - :alice4122 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4123 :does :log_off_at_end_of_shift. -} log:explains { - :alice4123 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4124 :does :log_off_at_end_of_shift. -} log:explains { - :alice4124 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4125 :does :log_off_at_end_of_shift. -} log:explains { - :alice4125 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4126 :does :log_off_at_end_of_shift. -} log:explains { - :alice4126 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4127 :does :log_off_at_end_of_shift. -} log:explains { - :alice4127 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4128 :does :log_off_at_end_of_shift. -} log:explains { - :alice4128 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4129 :does :log_off_at_end_of_shift. -} log:explains { - :alice4129 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4130 :does :log_off_at_end_of_shift. -} log:explains { - :alice4130 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4131 :does :log_off_at_end_of_shift. -} log:explains { - :alice4131 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4132 :does :log_off_at_end_of_shift. -} log:explains { - :alice4132 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4133 :does :log_off_at_end_of_shift. -} log:explains { - :alice4133 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4134 :does :log_off_at_end_of_shift. -} log:explains { - :alice4134 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4135 :does :log_off_at_end_of_shift. -} log:explains { - :alice4135 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4136 :does :log_off_at_end_of_shift. -} log:explains { - :alice4136 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4137 :does :log_off_at_end_of_shift. -} log:explains { - :alice4137 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4138 :does :log_off_at_end_of_shift. -} log:explains { - :alice4138 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4139 :does :log_off_at_end_of_shift. -} log:explains { - :alice4139 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4140 :does :log_off_at_end_of_shift. -} log:explains { - :alice4140 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4141 :does :log_off_at_end_of_shift. -} log:explains { - :alice4141 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4142 :does :log_off_at_end_of_shift. -} log:explains { - :alice4142 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4143 :does :log_off_at_end_of_shift. -} log:explains { - :alice4143 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4144 :does :log_off_at_end_of_shift. -} log:explains { - :alice4144 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4145 :does :log_off_at_end_of_shift. -} log:explains { - :alice4145 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4146 :does :log_off_at_end_of_shift. -} log:explains { - :alice4146 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4147 :does :log_off_at_end_of_shift. -} log:explains { - :alice4147 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4148 :does :log_off_at_end_of_shift. -} log:explains { - :alice4148 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4149 :does :log_off_at_end_of_shift. -} log:explains { - :alice4149 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4150 :does :log_off_at_end_of_shift. -} log:explains { - :alice4150 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4151 :does :log_off_at_end_of_shift. -} log:explains { - :alice4151 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4152 :does :log_off_at_end_of_shift. -} log:explains { - :alice4152 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4153 :does :log_off_at_end_of_shift. -} log:explains { - :alice4153 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4154 :does :log_off_at_end_of_shift. -} log:explains { - :alice4154 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4155 :does :log_off_at_end_of_shift. -} log:explains { - :alice4155 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4156 :does :log_off_at_end_of_shift. -} log:explains { - :alice4156 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4157 :does :log_off_at_end_of_shift. -} log:explains { - :alice4157 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4158 :does :log_off_at_end_of_shift. -} log:explains { - :alice4158 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4159 :does :log_off_at_end_of_shift. -} log:explains { - :alice4159 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4160 :does :log_off_at_end_of_shift. -} log:explains { - :alice4160 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4161 :does :log_off_at_end_of_shift. -} log:explains { - :alice4161 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4162 :does :log_off_at_end_of_shift. -} log:explains { - :alice4162 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4163 :does :log_off_at_end_of_shift. -} log:explains { - :alice4163 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4164 :does :log_off_at_end_of_shift. -} log:explains { - :alice4164 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4165 :does :log_off_at_end_of_shift. -} log:explains { - :alice4165 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4166 :does :log_off_at_end_of_shift. -} log:explains { - :alice4166 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4167 :does :log_off_at_end_of_shift. -} log:explains { - :alice4167 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4168 :does :log_off_at_end_of_shift. -} log:explains { - :alice4168 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4169 :does :log_off_at_end_of_shift. -} log:explains { - :alice4169 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4170 :does :log_off_at_end_of_shift. -} log:explains { - :alice4170 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4171 :does :log_off_at_end_of_shift. -} log:explains { - :alice4171 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4172 :does :log_off_at_end_of_shift. -} log:explains { - :alice4172 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4173 :does :log_off_at_end_of_shift. -} log:explains { - :alice4173 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4174 :does :log_off_at_end_of_shift. -} log:explains { - :alice4174 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4175 :does :log_off_at_end_of_shift. -} log:explains { - :alice4175 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4176 :does :log_off_at_end_of_shift. -} log:explains { - :alice4176 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4177 :does :log_off_at_end_of_shift. -} log:explains { - :alice4177 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4178 :does :log_off_at_end_of_shift. -} log:explains { - :alice4178 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4179 :does :log_off_at_end_of_shift. -} log:explains { - :alice4179 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4180 :does :log_off_at_end_of_shift. -} log:explains { - :alice4180 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4181 :does :log_off_at_end_of_shift. -} log:explains { - :alice4181 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4182 :does :log_off_at_end_of_shift. -} log:explains { - :alice4182 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4183 :does :log_off_at_end_of_shift. -} log:explains { - :alice4183 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4184 :does :log_off_at_end_of_shift. -} log:explains { - :alice4184 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4185 :does :log_off_at_end_of_shift. -} log:explains { - :alice4185 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4186 :does :log_off_at_end_of_shift. -} log:explains { - :alice4186 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4187 :does :log_off_at_end_of_shift. -} log:explains { - :alice4187 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4188 :does :log_off_at_end_of_shift. -} log:explains { - :alice4188 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4189 :does :log_off_at_end_of_shift. -} log:explains { - :alice4189 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4190 :does :log_off_at_end_of_shift. -} log:explains { - :alice4190 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4191 :does :log_off_at_end_of_shift. -} log:explains { - :alice4191 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4192 :does :log_off_at_end_of_shift. -} log:explains { - :alice4192 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4193 :does :log_off_at_end_of_shift. -} log:explains { - :alice4193 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4194 :does :log_off_at_end_of_shift. -} log:explains { - :alice4194 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4195 :does :log_off_at_end_of_shift. -} log:explains { - :alice4195 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4196 :does :log_off_at_end_of_shift. -} log:explains { - :alice4196 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4197 :does :log_off_at_end_of_shift. -} log:explains { - :alice4197 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4198 :does :log_off_at_end_of_shift. -} log:explains { - :alice4198 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4199 :does :log_off_at_end_of_shift. -} log:explains { - :alice4199 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4200 :does :log_off_at_end_of_shift. -} log:explains { - :alice4200 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4201 :does :log_off_at_end_of_shift. -} log:explains { - :alice4201 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4202 :does :log_off_at_end_of_shift. -} log:explains { - :alice4202 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4203 :does :log_off_at_end_of_shift. -} log:explains { - :alice4203 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4204 :does :log_off_at_end_of_shift. -} log:explains { - :alice4204 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4205 :does :log_off_at_end_of_shift. -} log:explains { - :alice4205 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4206 :does :log_off_at_end_of_shift. -} log:explains { - :alice4206 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4207 :does :log_off_at_end_of_shift. -} log:explains { - :alice4207 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4208 :does :log_off_at_end_of_shift. -} log:explains { - :alice4208 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4209 :does :log_off_at_end_of_shift. -} log:explains { - :alice4209 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4210 :does :log_off_at_end_of_shift. -} log:explains { - :alice4210 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4211 :does :log_off_at_end_of_shift. -} log:explains { - :alice4211 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4212 :does :log_off_at_end_of_shift. -} log:explains { - :alice4212 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4213 :does :log_off_at_end_of_shift. -} log:explains { - :alice4213 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4214 :does :log_off_at_end_of_shift. -} log:explains { - :alice4214 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4215 :does :log_off_at_end_of_shift. -} log:explains { - :alice4215 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4216 :does :log_off_at_end_of_shift. -} log:explains { - :alice4216 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4217 :does :log_off_at_end_of_shift. -} log:explains { - :alice4217 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4218 :does :log_off_at_end_of_shift. -} log:explains { - :alice4218 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4219 :does :log_off_at_end_of_shift. -} log:explains { - :alice4219 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4220 :does :log_off_at_end_of_shift. -} log:explains { - :alice4220 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4221 :does :log_off_at_end_of_shift. -} log:explains { - :alice4221 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4222 :does :log_off_at_end_of_shift. -} log:explains { - :alice4222 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4223 :does :log_off_at_end_of_shift. -} log:explains { - :alice4223 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4224 :does :log_off_at_end_of_shift. -} log:explains { - :alice4224 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4225 :does :log_off_at_end_of_shift. -} log:explains { - :alice4225 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4226 :does :log_off_at_end_of_shift. -} log:explains { - :alice4226 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4227 :does :log_off_at_end_of_shift. -} log:explains { - :alice4227 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4228 :does :log_off_at_end_of_shift. -} log:explains { - :alice4228 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4229 :does :log_off_at_end_of_shift. -} log:explains { - :alice4229 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4230 :does :log_off_at_end_of_shift. -} log:explains { - :alice4230 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4231 :does :log_off_at_end_of_shift. -} log:explains { - :alice4231 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4232 :does :log_off_at_end_of_shift. -} log:explains { - :alice4232 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4233 :does :log_off_at_end_of_shift. -} log:explains { - :alice4233 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4234 :does :log_off_at_end_of_shift. -} log:explains { - :alice4234 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4235 :does :log_off_at_end_of_shift. -} log:explains { - :alice4235 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4236 :does :log_off_at_end_of_shift. -} log:explains { - :alice4236 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4237 :does :log_off_at_end_of_shift. -} log:explains { - :alice4237 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4238 :does :log_off_at_end_of_shift. -} log:explains { - :alice4238 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4239 :does :log_off_at_end_of_shift. -} log:explains { - :alice4239 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4240 :does :log_off_at_end_of_shift. -} log:explains { - :alice4240 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4241 :does :log_off_at_end_of_shift. -} log:explains { - :alice4241 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4242 :does :log_off_at_end_of_shift. -} log:explains { - :alice4242 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4243 :does :log_off_at_end_of_shift. -} log:explains { - :alice4243 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4244 :does :log_off_at_end_of_shift. -} log:explains { - :alice4244 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4245 :does :log_off_at_end_of_shift. -} log:explains { - :alice4245 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4246 :does :log_off_at_end_of_shift. -} log:explains { - :alice4246 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4247 :does :log_off_at_end_of_shift. -} log:explains { - :alice4247 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4248 :does :log_off_at_end_of_shift. -} log:explains { - :alice4248 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4249 :does :log_off_at_end_of_shift. -} log:explains { - :alice4249 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4250 :does :log_off_at_end_of_shift. -} log:explains { - :alice4250 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4251 :does :log_off_at_end_of_shift. -} log:explains { - :alice4251 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4252 :does :log_off_at_end_of_shift. -} log:explains { - :alice4252 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4253 :does :log_off_at_end_of_shift. -} log:explains { - :alice4253 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4254 :does :log_off_at_end_of_shift. -} log:explains { - :alice4254 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4255 :does :log_off_at_end_of_shift. -} log:explains { - :alice4255 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4256 :does :log_off_at_end_of_shift. -} log:explains { - :alice4256 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4257 :does :log_off_at_end_of_shift. -} log:explains { - :alice4257 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4258 :does :log_off_at_end_of_shift. -} log:explains { - :alice4258 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4259 :does :log_off_at_end_of_shift. -} log:explains { - :alice4259 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4260 :does :log_off_at_end_of_shift. -} log:explains { - :alice4260 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4261 :does :log_off_at_end_of_shift. -} log:explains { - :alice4261 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4262 :does :log_off_at_end_of_shift. -} log:explains { - :alice4262 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4263 :does :log_off_at_end_of_shift. -} log:explains { - :alice4263 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4264 :does :log_off_at_end_of_shift. -} log:explains { - :alice4264 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4265 :does :log_off_at_end_of_shift. -} log:explains { - :alice4265 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4266 :does :log_off_at_end_of_shift. -} log:explains { - :alice4266 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4267 :does :log_off_at_end_of_shift. -} log:explains { - :alice4267 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4268 :does :log_off_at_end_of_shift. -} log:explains { - :alice4268 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4269 :does :log_off_at_end_of_shift. -} log:explains { - :alice4269 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4270 :does :log_off_at_end_of_shift. -} log:explains { - :alice4270 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4271 :does :log_off_at_end_of_shift. -} log:explains { - :alice4271 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4272 :does :log_off_at_end_of_shift. -} log:explains { - :alice4272 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4273 :does :log_off_at_end_of_shift. -} log:explains { - :alice4273 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4274 :does :log_off_at_end_of_shift. -} log:explains { - :alice4274 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4275 :does :log_off_at_end_of_shift. -} log:explains { - :alice4275 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4276 :does :log_off_at_end_of_shift. -} log:explains { - :alice4276 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4277 :does :log_off_at_end_of_shift. -} log:explains { - :alice4277 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4278 :does :log_off_at_end_of_shift. -} log:explains { - :alice4278 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4279 :does :log_off_at_end_of_shift. -} log:explains { - :alice4279 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4280 :does :log_off_at_end_of_shift. -} log:explains { - :alice4280 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4281 :does :log_off_at_end_of_shift. -} log:explains { - :alice4281 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4282 :does :log_off_at_end_of_shift. -} log:explains { - :alice4282 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4283 :does :log_off_at_end_of_shift. -} log:explains { - :alice4283 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4284 :does :log_off_at_end_of_shift. -} log:explains { - :alice4284 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4285 :does :log_off_at_end_of_shift. -} log:explains { - :alice4285 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4286 :does :log_off_at_end_of_shift. -} log:explains { - :alice4286 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4287 :does :log_off_at_end_of_shift. -} log:explains { - :alice4287 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4288 :does :log_off_at_end_of_shift. -} log:explains { - :alice4288 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4289 :does :log_off_at_end_of_shift. -} log:explains { - :alice4289 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4290 :does :log_off_at_end_of_shift. -} log:explains { - :alice4290 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4291 :does :log_off_at_end_of_shift. -} log:explains { - :alice4291 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4292 :does :log_off_at_end_of_shift. -} log:explains { - :alice4292 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4293 :does :log_off_at_end_of_shift. -} log:explains { - :alice4293 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4294 :does :log_off_at_end_of_shift. -} log:explains { - :alice4294 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4295 :does :log_off_at_end_of_shift. -} log:explains { - :alice4295 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4296 :does :log_off_at_end_of_shift. -} log:explains { - :alice4296 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4297 :does :log_off_at_end_of_shift. -} log:explains { - :alice4297 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4298 :does :log_off_at_end_of_shift. -} log:explains { - :alice4298 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4299 :does :log_off_at_end_of_shift. -} log:explains { - :alice4299 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4300 :does :log_off_at_end_of_shift. -} log:explains { - :alice4300 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4301 :does :log_off_at_end_of_shift. -} log:explains { - :alice4301 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4302 :does :log_off_at_end_of_shift. -} log:explains { - :alice4302 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4303 :does :log_off_at_end_of_shift. -} log:explains { - :alice4303 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4304 :does :log_off_at_end_of_shift. -} log:explains { - :alice4304 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4305 :does :log_off_at_end_of_shift. -} log:explains { - :alice4305 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4306 :does :log_off_at_end_of_shift. -} log:explains { - :alice4306 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4307 :does :log_off_at_end_of_shift. -} log:explains { - :alice4307 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4308 :does :log_off_at_end_of_shift. -} log:explains { - :alice4308 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4309 :does :log_off_at_end_of_shift. -} log:explains { - :alice4309 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4310 :does :log_off_at_end_of_shift. -} log:explains { - :alice4310 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4311 :does :log_off_at_end_of_shift. -} log:explains { - :alice4311 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4312 :does :log_off_at_end_of_shift. -} log:explains { - :alice4312 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4313 :does :log_off_at_end_of_shift. -} log:explains { - :alice4313 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4314 :does :log_off_at_end_of_shift. -} log:explains { - :alice4314 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4315 :does :log_off_at_end_of_shift. -} log:explains { - :alice4315 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4316 :does :log_off_at_end_of_shift. -} log:explains { - :alice4316 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4317 :does :log_off_at_end_of_shift. -} log:explains { - :alice4317 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4318 :does :log_off_at_end_of_shift. -} log:explains { - :alice4318 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4319 :does :log_off_at_end_of_shift. -} log:explains { - :alice4319 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4320 :does :log_off_at_end_of_shift. -} log:explains { - :alice4320 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4321 :does :log_off_at_end_of_shift. -} log:explains { - :alice4321 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4322 :does :log_off_at_end_of_shift. -} log:explains { - :alice4322 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4323 :does :log_off_at_end_of_shift. -} log:explains { - :alice4323 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4324 :does :log_off_at_end_of_shift. -} log:explains { - :alice4324 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4325 :does :log_off_at_end_of_shift. -} log:explains { - :alice4325 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4326 :does :log_off_at_end_of_shift. -} log:explains { - :alice4326 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4327 :does :log_off_at_end_of_shift. -} log:explains { - :alice4327 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4328 :does :log_off_at_end_of_shift. -} log:explains { - :alice4328 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4329 :does :log_off_at_end_of_shift. -} log:explains { - :alice4329 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4330 :does :log_off_at_end_of_shift. -} log:explains { - :alice4330 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4331 :does :log_off_at_end_of_shift. -} log:explains { - :alice4331 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4332 :does :log_off_at_end_of_shift. -} log:explains { - :alice4332 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4333 :does :log_off_at_end_of_shift. -} log:explains { - :alice4333 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4334 :does :log_off_at_end_of_shift. -} log:explains { - :alice4334 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4335 :does :log_off_at_end_of_shift. -} log:explains { - :alice4335 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4336 :does :log_off_at_end_of_shift. -} log:explains { - :alice4336 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4337 :does :log_off_at_end_of_shift. -} log:explains { - :alice4337 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4338 :does :log_off_at_end_of_shift. -} log:explains { - :alice4338 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4339 :does :log_off_at_end_of_shift. -} log:explains { - :alice4339 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4340 :does :log_off_at_end_of_shift. -} log:explains { - :alice4340 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4341 :does :log_off_at_end_of_shift. -} log:explains { - :alice4341 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4342 :does :log_off_at_end_of_shift. -} log:explains { - :alice4342 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4343 :does :log_off_at_end_of_shift. -} log:explains { - :alice4343 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4344 :does :log_off_at_end_of_shift. -} log:explains { - :alice4344 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4345 :does :log_off_at_end_of_shift. -} log:explains { - :alice4345 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4346 :does :log_off_at_end_of_shift. -} log:explains { - :alice4346 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4347 :does :log_off_at_end_of_shift. -} log:explains { - :alice4347 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4348 :does :log_off_at_end_of_shift. -} log:explains { - :alice4348 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4349 :does :log_off_at_end_of_shift. -} log:explains { - :alice4349 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4350 :does :log_off_at_end_of_shift. -} log:explains { - :alice4350 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4351 :does :log_off_at_end_of_shift. -} log:explains { - :alice4351 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4352 :does :log_off_at_end_of_shift. -} log:explains { - :alice4352 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4353 :does :log_off_at_end_of_shift. -} log:explains { - :alice4353 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4354 :does :log_off_at_end_of_shift. -} log:explains { - :alice4354 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4355 :does :log_off_at_end_of_shift. -} log:explains { - :alice4355 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4356 :does :log_off_at_end_of_shift. -} log:explains { - :alice4356 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4357 :does :log_off_at_end_of_shift. -} log:explains { - :alice4357 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4358 :does :log_off_at_end_of_shift. -} log:explains { - :alice4358 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4359 :does :log_off_at_end_of_shift. -} log:explains { - :alice4359 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4360 :does :log_off_at_end_of_shift. -} log:explains { - :alice4360 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4361 :does :log_off_at_end_of_shift. -} log:explains { - :alice4361 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4362 :does :log_off_at_end_of_shift. -} log:explains { - :alice4362 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4363 :does :log_off_at_end_of_shift. -} log:explains { - :alice4363 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4364 :does :log_off_at_end_of_shift. -} log:explains { - :alice4364 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4365 :does :log_off_at_end_of_shift. -} log:explains { - :alice4365 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4366 :does :log_off_at_end_of_shift. -} log:explains { - :alice4366 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4367 :does :log_off_at_end_of_shift. -} log:explains { - :alice4367 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4368 :does :log_off_at_end_of_shift. -} log:explains { - :alice4368 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4369 :does :log_off_at_end_of_shift. -} log:explains { - :alice4369 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4370 :does :log_off_at_end_of_shift. -} log:explains { - :alice4370 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4371 :does :log_off_at_end_of_shift. -} log:explains { - :alice4371 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4372 :does :log_off_at_end_of_shift. -} log:explains { - :alice4372 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4373 :does :log_off_at_end_of_shift. -} log:explains { - :alice4373 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4374 :does :log_off_at_end_of_shift. -} log:explains { - :alice4374 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4375 :does :log_off_at_end_of_shift. -} log:explains { - :alice4375 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4376 :does :log_off_at_end_of_shift. -} log:explains { - :alice4376 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4377 :does :log_off_at_end_of_shift. -} log:explains { - :alice4377 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4378 :does :log_off_at_end_of_shift. -} log:explains { - :alice4378 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4379 :does :log_off_at_end_of_shift. -} log:explains { - :alice4379 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4380 :does :log_off_at_end_of_shift. -} log:explains { - :alice4380 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4381 :does :log_off_at_end_of_shift. -} log:explains { - :alice4381 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4382 :does :log_off_at_end_of_shift. -} log:explains { - :alice4382 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4383 :does :log_off_at_end_of_shift. -} log:explains { - :alice4383 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4384 :does :log_off_at_end_of_shift. -} log:explains { - :alice4384 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4385 :does :log_off_at_end_of_shift. -} log:explains { - :alice4385 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4386 :does :log_off_at_end_of_shift. -} log:explains { - :alice4386 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4387 :does :log_off_at_end_of_shift. -} log:explains { - :alice4387 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4388 :does :log_off_at_end_of_shift. -} log:explains { - :alice4388 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4389 :does :log_off_at_end_of_shift. -} log:explains { - :alice4389 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4390 :does :log_off_at_end_of_shift. -} log:explains { - :alice4390 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4391 :does :log_off_at_end_of_shift. -} log:explains { - :alice4391 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4392 :does :log_off_at_end_of_shift. -} log:explains { - :alice4392 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4393 :does :log_off_at_end_of_shift. -} log:explains { - :alice4393 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4394 :does :log_off_at_end_of_shift. -} log:explains { - :alice4394 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4395 :does :log_off_at_end_of_shift. -} log:explains { - :alice4395 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4396 :does :log_off_at_end_of_shift. -} log:explains { - :alice4396 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4397 :does :log_off_at_end_of_shift. -} log:explains { - :alice4397 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4398 :does :log_off_at_end_of_shift. -} log:explains { - :alice4398 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4399 :does :log_off_at_end_of_shift. -} log:explains { - :alice4399 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4400 :does :log_off_at_end_of_shift. -} log:explains { - :alice4400 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4401 :does :log_off_at_end_of_shift. -} log:explains { - :alice4401 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4402 :does :log_off_at_end_of_shift. -} log:explains { - :alice4402 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4403 :does :log_off_at_end_of_shift. -} log:explains { - :alice4403 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4404 :does :log_off_at_end_of_shift. -} log:explains { - :alice4404 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4405 :does :log_off_at_end_of_shift. -} log:explains { - :alice4405 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4406 :does :log_off_at_end_of_shift. -} log:explains { - :alice4406 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4407 :does :log_off_at_end_of_shift. -} log:explains { - :alice4407 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4408 :does :log_off_at_end_of_shift. -} log:explains { - :alice4408 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4409 :does :log_off_at_end_of_shift. -} log:explains { - :alice4409 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4410 :does :log_off_at_end_of_shift. -} log:explains { - :alice4410 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4411 :does :log_off_at_end_of_shift. -} log:explains { - :alice4411 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4412 :does :log_off_at_end_of_shift. -} log:explains { - :alice4412 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4413 :does :log_off_at_end_of_shift. -} log:explains { - :alice4413 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4414 :does :log_off_at_end_of_shift. -} log:explains { - :alice4414 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4415 :does :log_off_at_end_of_shift. -} log:explains { - :alice4415 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4416 :does :log_off_at_end_of_shift. -} log:explains { - :alice4416 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4417 :does :log_off_at_end_of_shift. -} log:explains { - :alice4417 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4418 :does :log_off_at_end_of_shift. -} log:explains { - :alice4418 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4419 :does :log_off_at_end_of_shift. -} log:explains { - :alice4419 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4420 :does :log_off_at_end_of_shift. -} log:explains { - :alice4420 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4421 :does :log_off_at_end_of_shift. -} log:explains { - :alice4421 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4422 :does :log_off_at_end_of_shift. -} log:explains { - :alice4422 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4423 :does :log_off_at_end_of_shift. -} log:explains { - :alice4423 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4424 :does :log_off_at_end_of_shift. -} log:explains { - :alice4424 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4425 :does :log_off_at_end_of_shift. -} log:explains { - :alice4425 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4426 :does :log_off_at_end_of_shift. -} log:explains { - :alice4426 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4427 :does :log_off_at_end_of_shift. -} log:explains { - :alice4427 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4428 :does :log_off_at_end_of_shift. -} log:explains { - :alice4428 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4429 :does :log_off_at_end_of_shift. -} log:explains { - :alice4429 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4430 :does :log_off_at_end_of_shift. -} log:explains { - :alice4430 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4431 :does :log_off_at_end_of_shift. -} log:explains { - :alice4431 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4432 :does :log_off_at_end_of_shift. -} log:explains { - :alice4432 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4433 :does :log_off_at_end_of_shift. -} log:explains { - :alice4433 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4434 :does :log_off_at_end_of_shift. -} log:explains { - :alice4434 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4435 :does :log_off_at_end_of_shift. -} log:explains { - :alice4435 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4436 :does :log_off_at_end_of_shift. -} log:explains { - :alice4436 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4437 :does :log_off_at_end_of_shift. -} log:explains { - :alice4437 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4438 :does :log_off_at_end_of_shift. -} log:explains { - :alice4438 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4439 :does :log_off_at_end_of_shift. -} log:explains { - :alice4439 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4440 :does :log_off_at_end_of_shift. -} log:explains { - :alice4440 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4441 :does :log_off_at_end_of_shift. -} log:explains { - :alice4441 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4442 :does :log_off_at_end_of_shift. -} log:explains { - :alice4442 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4443 :does :log_off_at_end_of_shift. -} log:explains { - :alice4443 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4444 :does :log_off_at_end_of_shift. -} log:explains { - :alice4444 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4445 :does :log_off_at_end_of_shift. -} log:explains { - :alice4445 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4446 :does :log_off_at_end_of_shift. -} log:explains { - :alice4446 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4447 :does :log_off_at_end_of_shift. -} log:explains { - :alice4447 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4448 :does :log_off_at_end_of_shift. -} log:explains { - :alice4448 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4449 :does :log_off_at_end_of_shift. -} log:explains { - :alice4449 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4450 :does :log_off_at_end_of_shift. -} log:explains { - :alice4450 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4451 :does :log_off_at_end_of_shift. -} log:explains { - :alice4451 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4452 :does :log_off_at_end_of_shift. -} log:explains { - :alice4452 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4453 :does :log_off_at_end_of_shift. -} log:explains { - :alice4453 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4454 :does :log_off_at_end_of_shift. -} log:explains { - :alice4454 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4455 :does :log_off_at_end_of_shift. -} log:explains { - :alice4455 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4456 :does :log_off_at_end_of_shift. -} log:explains { - :alice4456 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4457 :does :log_off_at_end_of_shift. -} log:explains { - :alice4457 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4458 :does :log_off_at_end_of_shift. -} log:explains { - :alice4458 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4459 :does :log_off_at_end_of_shift. -} log:explains { - :alice4459 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4460 :does :log_off_at_end_of_shift. -} log:explains { - :alice4460 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4461 :does :log_off_at_end_of_shift. -} log:explains { - :alice4461 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4462 :does :log_off_at_end_of_shift. -} log:explains { - :alice4462 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4463 :does :log_off_at_end_of_shift. -} log:explains { - :alice4463 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4464 :does :log_off_at_end_of_shift. -} log:explains { - :alice4464 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4465 :does :log_off_at_end_of_shift. -} log:explains { - :alice4465 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4466 :does :log_off_at_end_of_shift. -} log:explains { - :alice4466 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4467 :does :log_off_at_end_of_shift. -} log:explains { - :alice4467 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4468 :does :log_off_at_end_of_shift. -} log:explains { - :alice4468 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4469 :does :log_off_at_end_of_shift. -} log:explains { - :alice4469 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4470 :does :log_off_at_end_of_shift. -} log:explains { - :alice4470 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4471 :does :log_off_at_end_of_shift. -} log:explains { - :alice4471 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4472 :does :log_off_at_end_of_shift. -} log:explains { - :alice4472 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4473 :does :log_off_at_end_of_shift. -} log:explains { - :alice4473 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4474 :does :log_off_at_end_of_shift. -} log:explains { - :alice4474 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4475 :does :log_off_at_end_of_shift. -} log:explains { - :alice4475 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4476 :does :log_off_at_end_of_shift. -} log:explains { - :alice4476 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4477 :does :log_off_at_end_of_shift. -} log:explains { - :alice4477 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4478 :does :log_off_at_end_of_shift. -} log:explains { - :alice4478 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4479 :does :log_off_at_end_of_shift. -} log:explains { - :alice4479 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4480 :does :log_off_at_end_of_shift. -} log:explains { - :alice4480 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4481 :does :log_off_at_end_of_shift. -} log:explains { - :alice4481 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4482 :does :log_off_at_end_of_shift. -} log:explains { - :alice4482 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4483 :does :log_off_at_end_of_shift. -} log:explains { - :alice4483 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4484 :does :log_off_at_end_of_shift. -} log:explains { - :alice4484 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4485 :does :log_off_at_end_of_shift. -} log:explains { - :alice4485 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4486 :does :log_off_at_end_of_shift. -} log:explains { - :alice4486 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4487 :does :log_off_at_end_of_shift. -} log:explains { - :alice4487 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4488 :does :log_off_at_end_of_shift. -} log:explains { - :alice4488 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4489 :does :log_off_at_end_of_shift. -} log:explains { - :alice4489 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4490 :does :log_off_at_end_of_shift. -} log:explains { - :alice4490 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4491 :does :log_off_at_end_of_shift. -} log:explains { - :alice4491 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4492 :does :log_off_at_end_of_shift. -} log:explains { - :alice4492 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4493 :does :log_off_at_end_of_shift. -} log:explains { - :alice4493 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4494 :does :log_off_at_end_of_shift. -} log:explains { - :alice4494 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4495 :does :log_off_at_end_of_shift. -} log:explains { - :alice4495 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4496 :does :log_off_at_end_of_shift. -} log:explains { - :alice4496 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4497 :does :log_off_at_end_of_shift. -} log:explains { - :alice4497 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4498 :does :log_off_at_end_of_shift. -} log:explains { - :alice4498 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4499 :does :log_off_at_end_of_shift. -} log:explains { - :alice4499 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4500 :does :log_off_at_end_of_shift. -} log:explains { - :alice4500 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4501 :does :log_off_at_end_of_shift. -} log:explains { - :alice4501 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4502 :does :log_off_at_end_of_shift. -} log:explains { - :alice4502 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4503 :does :log_off_at_end_of_shift. -} log:explains { - :alice4503 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4504 :does :log_off_at_end_of_shift. -} log:explains { - :alice4504 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4505 :does :log_off_at_end_of_shift. -} log:explains { - :alice4505 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4506 :does :log_off_at_end_of_shift. -} log:explains { - :alice4506 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4507 :does :log_off_at_end_of_shift. -} log:explains { - :alice4507 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4508 :does :log_off_at_end_of_shift. -} log:explains { - :alice4508 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4509 :does :log_off_at_end_of_shift. -} log:explains { - :alice4509 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4510 :does :log_off_at_end_of_shift. -} log:explains { - :alice4510 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4511 :does :log_off_at_end_of_shift. -} log:explains { - :alice4511 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4512 :does :log_off_at_end_of_shift. -} log:explains { - :alice4512 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4513 :does :log_off_at_end_of_shift. -} log:explains { - :alice4513 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4514 :does :log_off_at_end_of_shift. -} log:explains { - :alice4514 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4515 :does :log_off_at_end_of_shift. -} log:explains { - :alice4515 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4516 :does :log_off_at_end_of_shift. -} log:explains { - :alice4516 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4517 :does :log_off_at_end_of_shift. -} log:explains { - :alice4517 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4518 :does :log_off_at_end_of_shift. -} log:explains { - :alice4518 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4519 :does :log_off_at_end_of_shift. -} log:explains { - :alice4519 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4520 :does :log_off_at_end_of_shift. -} log:explains { - :alice4520 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4521 :does :log_off_at_end_of_shift. -} log:explains { - :alice4521 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4522 :does :log_off_at_end_of_shift. -} log:explains { - :alice4522 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4523 :does :log_off_at_end_of_shift. -} log:explains { - :alice4523 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4524 :does :log_off_at_end_of_shift. -} log:explains { - :alice4524 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4525 :does :log_off_at_end_of_shift. -} log:explains { - :alice4525 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4526 :does :log_off_at_end_of_shift. -} log:explains { - :alice4526 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4527 :does :log_off_at_end_of_shift. -} log:explains { - :alice4527 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4528 :does :log_off_at_end_of_shift. -} log:explains { - :alice4528 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4529 :does :log_off_at_end_of_shift. -} log:explains { - :alice4529 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4530 :does :log_off_at_end_of_shift. -} log:explains { - :alice4530 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4531 :does :log_off_at_end_of_shift. -} log:explains { - :alice4531 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4532 :does :log_off_at_end_of_shift. -} log:explains { - :alice4532 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4533 :does :log_off_at_end_of_shift. -} log:explains { - :alice4533 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4534 :does :log_off_at_end_of_shift. -} log:explains { - :alice4534 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4535 :does :log_off_at_end_of_shift. -} log:explains { - :alice4535 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4536 :does :log_off_at_end_of_shift. -} log:explains { - :alice4536 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4537 :does :log_off_at_end_of_shift. -} log:explains { - :alice4537 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4538 :does :log_off_at_end_of_shift. -} log:explains { - :alice4538 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4539 :does :log_off_at_end_of_shift. -} log:explains { - :alice4539 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4540 :does :log_off_at_end_of_shift. -} log:explains { - :alice4540 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4541 :does :log_off_at_end_of_shift. -} log:explains { - :alice4541 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4542 :does :log_off_at_end_of_shift. -} log:explains { - :alice4542 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4543 :does :log_off_at_end_of_shift. -} log:explains { - :alice4543 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4544 :does :log_off_at_end_of_shift. -} log:explains { - :alice4544 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4545 :does :log_off_at_end_of_shift. -} log:explains { - :alice4545 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4546 :does :log_off_at_end_of_shift. -} log:explains { - :alice4546 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4547 :does :log_off_at_end_of_shift. -} log:explains { - :alice4547 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4548 :does :log_off_at_end_of_shift. -} log:explains { - :alice4548 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4549 :does :log_off_at_end_of_shift. -} log:explains { - :alice4549 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4550 :does :log_off_at_end_of_shift. -} log:explains { - :alice4550 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4551 :does :log_off_at_end_of_shift. -} log:explains { - :alice4551 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4552 :does :log_off_at_end_of_shift. -} log:explains { - :alice4552 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4553 :does :log_off_at_end_of_shift. -} log:explains { - :alice4553 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4554 :does :log_off_at_end_of_shift. -} log:explains { - :alice4554 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4555 :does :log_off_at_end_of_shift. -} log:explains { - :alice4555 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4556 :does :log_off_at_end_of_shift. -} log:explains { - :alice4556 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4557 :does :log_off_at_end_of_shift. -} log:explains { - :alice4557 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4558 :does :log_off_at_end_of_shift. -} log:explains { - :alice4558 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4559 :does :log_off_at_end_of_shift. -} log:explains { - :alice4559 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4560 :does :log_off_at_end_of_shift. -} log:explains { - :alice4560 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4561 :does :log_off_at_end_of_shift. -} log:explains { - :alice4561 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4562 :does :log_off_at_end_of_shift. -} log:explains { - :alice4562 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4563 :does :log_off_at_end_of_shift. -} log:explains { - :alice4563 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4564 :does :log_off_at_end_of_shift. -} log:explains { - :alice4564 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4565 :does :log_off_at_end_of_shift. -} log:explains { - :alice4565 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4566 :does :log_off_at_end_of_shift. -} log:explains { - :alice4566 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4567 :does :log_off_at_end_of_shift. -} log:explains { - :alice4567 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4568 :does :log_off_at_end_of_shift. -} log:explains { - :alice4568 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4569 :does :log_off_at_end_of_shift. -} log:explains { - :alice4569 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4570 :does :log_off_at_end_of_shift. -} log:explains { - :alice4570 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4571 :does :log_off_at_end_of_shift. -} log:explains { - :alice4571 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4572 :does :log_off_at_end_of_shift. -} log:explains { - :alice4572 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4573 :does :log_off_at_end_of_shift. -} log:explains { - :alice4573 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4574 :does :log_off_at_end_of_shift. -} log:explains { - :alice4574 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4575 :does :log_off_at_end_of_shift. -} log:explains { - :alice4575 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4576 :does :log_off_at_end_of_shift. -} log:explains { - :alice4576 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4577 :does :log_off_at_end_of_shift. -} log:explains { - :alice4577 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4578 :does :log_off_at_end_of_shift. -} log:explains { - :alice4578 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4579 :does :log_off_at_end_of_shift. -} log:explains { - :alice4579 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4580 :does :log_off_at_end_of_shift. -} log:explains { - :alice4580 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4581 :does :log_off_at_end_of_shift. -} log:explains { - :alice4581 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4582 :does :log_off_at_end_of_shift. -} log:explains { - :alice4582 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4583 :does :log_off_at_end_of_shift. -} log:explains { - :alice4583 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4584 :does :log_off_at_end_of_shift. -} log:explains { - :alice4584 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4585 :does :log_off_at_end_of_shift. -} log:explains { - :alice4585 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4586 :does :log_off_at_end_of_shift. -} log:explains { - :alice4586 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4587 :does :log_off_at_end_of_shift. -} log:explains { - :alice4587 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4588 :does :log_off_at_end_of_shift. -} log:explains { - :alice4588 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4589 :does :log_off_at_end_of_shift. -} log:explains { - :alice4589 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4590 :does :log_off_at_end_of_shift. -} log:explains { - :alice4590 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4591 :does :log_off_at_end_of_shift. -} log:explains { - :alice4591 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4592 :does :log_off_at_end_of_shift. -} log:explains { - :alice4592 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4593 :does :log_off_at_end_of_shift. -} log:explains { - :alice4593 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4594 :does :log_off_at_end_of_shift. -} log:explains { - :alice4594 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4595 :does :log_off_at_end_of_shift. -} log:explains { - :alice4595 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4596 :does :log_off_at_end_of_shift. -} log:explains { - :alice4596 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4597 :does :log_off_at_end_of_shift. -} log:explains { - :alice4597 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4598 :does :log_off_at_end_of_shift. -} log:explains { - :alice4598 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4599 :does :log_off_at_end_of_shift. -} log:explains { - :alice4599 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4600 :does :log_off_at_end_of_shift. -} log:explains { - :alice4600 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4601 :does :log_off_at_end_of_shift. -} log:explains { - :alice4601 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4602 :does :log_off_at_end_of_shift. -} log:explains { - :alice4602 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4603 :does :log_off_at_end_of_shift. -} log:explains { - :alice4603 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4604 :does :log_off_at_end_of_shift. -} log:explains { - :alice4604 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4605 :does :log_off_at_end_of_shift. -} log:explains { - :alice4605 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4606 :does :log_off_at_end_of_shift. -} log:explains { - :alice4606 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4607 :does :log_off_at_end_of_shift. -} log:explains { - :alice4607 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4608 :does :log_off_at_end_of_shift. -} log:explains { - :alice4608 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4609 :does :log_off_at_end_of_shift. -} log:explains { - :alice4609 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4610 :does :log_off_at_end_of_shift. -} log:explains { - :alice4610 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4611 :does :log_off_at_end_of_shift. -} log:explains { - :alice4611 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4612 :does :log_off_at_end_of_shift. -} log:explains { - :alice4612 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4613 :does :log_off_at_end_of_shift. -} log:explains { - :alice4613 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4614 :does :log_off_at_end_of_shift. -} log:explains { - :alice4614 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4615 :does :log_off_at_end_of_shift. -} log:explains { - :alice4615 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4616 :does :log_off_at_end_of_shift. -} log:explains { - :alice4616 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4617 :does :log_off_at_end_of_shift. -} log:explains { - :alice4617 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4618 :does :log_off_at_end_of_shift. -} log:explains { - :alice4618 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4619 :does :log_off_at_end_of_shift. -} log:explains { - :alice4619 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4620 :does :log_off_at_end_of_shift. -} log:explains { - :alice4620 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4621 :does :log_off_at_end_of_shift. -} log:explains { - :alice4621 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4622 :does :log_off_at_end_of_shift. -} log:explains { - :alice4622 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4623 :does :log_off_at_end_of_shift. -} log:explains { - :alice4623 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4624 :does :log_off_at_end_of_shift. -} log:explains { - :alice4624 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4625 :does :log_off_at_end_of_shift. -} log:explains { - :alice4625 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4626 :does :log_off_at_end_of_shift. -} log:explains { - :alice4626 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4627 :does :log_off_at_end_of_shift. -} log:explains { - :alice4627 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4628 :does :log_off_at_end_of_shift. -} log:explains { - :alice4628 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4629 :does :log_off_at_end_of_shift. -} log:explains { - :alice4629 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4630 :does :log_off_at_end_of_shift. -} log:explains { - :alice4630 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4631 :does :log_off_at_end_of_shift. -} log:explains { - :alice4631 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4632 :does :log_off_at_end_of_shift. -} log:explains { - :alice4632 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4633 :does :log_off_at_end_of_shift. -} log:explains { - :alice4633 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4634 :does :log_off_at_end_of_shift. -} log:explains { - :alice4634 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4635 :does :log_off_at_end_of_shift. -} log:explains { - :alice4635 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4636 :does :log_off_at_end_of_shift. -} log:explains { - :alice4636 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4637 :does :log_off_at_end_of_shift. -} log:explains { - :alice4637 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4638 :does :log_off_at_end_of_shift. -} log:explains { - :alice4638 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4639 :does :log_off_at_end_of_shift. -} log:explains { - :alice4639 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4640 :does :log_off_at_end_of_shift. -} log:explains { - :alice4640 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4641 :does :log_off_at_end_of_shift. -} log:explains { - :alice4641 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4642 :does :log_off_at_end_of_shift. -} log:explains { - :alice4642 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4643 :does :log_off_at_end_of_shift. -} log:explains { - :alice4643 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4644 :does :log_off_at_end_of_shift. -} log:explains { - :alice4644 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4645 :does :log_off_at_end_of_shift. -} log:explains { - :alice4645 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4646 :does :log_off_at_end_of_shift. -} log:explains { - :alice4646 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4647 :does :log_off_at_end_of_shift. -} log:explains { - :alice4647 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4648 :does :log_off_at_end_of_shift. -} log:explains { - :alice4648 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4649 :does :log_off_at_end_of_shift. -} log:explains { - :alice4649 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4650 :does :log_off_at_end_of_shift. -} log:explains { - :alice4650 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4651 :does :log_off_at_end_of_shift. -} log:explains { - :alice4651 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4652 :does :log_off_at_end_of_shift. -} log:explains { - :alice4652 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4653 :does :log_off_at_end_of_shift. -} log:explains { - :alice4653 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4654 :does :log_off_at_end_of_shift. -} log:explains { - :alice4654 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4655 :does :log_off_at_end_of_shift. -} log:explains { - :alice4655 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4656 :does :log_off_at_end_of_shift. -} log:explains { - :alice4656 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4657 :does :log_off_at_end_of_shift. -} log:explains { - :alice4657 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4658 :does :log_off_at_end_of_shift. -} log:explains { - :alice4658 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4659 :does :log_off_at_end_of_shift. -} log:explains { - :alice4659 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4660 :does :log_off_at_end_of_shift. -} log:explains { - :alice4660 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4661 :does :log_off_at_end_of_shift. -} log:explains { - :alice4661 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4662 :does :log_off_at_end_of_shift. -} log:explains { - :alice4662 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4663 :does :log_off_at_end_of_shift. -} log:explains { - :alice4663 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4664 :does :log_off_at_end_of_shift. -} log:explains { - :alice4664 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4665 :does :log_off_at_end_of_shift. -} log:explains { - :alice4665 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4666 :does :log_off_at_end_of_shift. -} log:explains { - :alice4666 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4667 :does :log_off_at_end_of_shift. -} log:explains { - :alice4667 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4668 :does :log_off_at_end_of_shift. -} log:explains { - :alice4668 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4669 :does :log_off_at_end_of_shift. -} log:explains { - :alice4669 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4670 :does :log_off_at_end_of_shift. -} log:explains { - :alice4670 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4671 :does :log_off_at_end_of_shift. -} log:explains { - :alice4671 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4672 :does :log_off_at_end_of_shift. -} log:explains { - :alice4672 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4673 :does :log_off_at_end_of_shift. -} log:explains { - :alice4673 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4674 :does :log_off_at_end_of_shift. -} log:explains { - :alice4674 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4675 :does :log_off_at_end_of_shift. -} log:explains { - :alice4675 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4676 :does :log_off_at_end_of_shift. -} log:explains { - :alice4676 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4677 :does :log_off_at_end_of_shift. -} log:explains { - :alice4677 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4678 :does :log_off_at_end_of_shift. -} log:explains { - :alice4678 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4679 :does :log_off_at_end_of_shift. -} log:explains { - :alice4679 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4680 :does :log_off_at_end_of_shift. -} log:explains { - :alice4680 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4681 :does :log_off_at_end_of_shift. -} log:explains { - :alice4681 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4682 :does :log_off_at_end_of_shift. -} log:explains { - :alice4682 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4683 :does :log_off_at_end_of_shift. -} log:explains { - :alice4683 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4684 :does :log_off_at_end_of_shift. -} log:explains { - :alice4684 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4685 :does :log_off_at_end_of_shift. -} log:explains { - :alice4685 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4686 :does :log_off_at_end_of_shift. -} log:explains { - :alice4686 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4687 :does :log_off_at_end_of_shift. -} log:explains { - :alice4687 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4688 :does :log_off_at_end_of_shift. -} log:explains { - :alice4688 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4689 :does :log_off_at_end_of_shift. -} log:explains { - :alice4689 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4690 :does :log_off_at_end_of_shift. -} log:explains { - :alice4690 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4691 :does :log_off_at_end_of_shift. -} log:explains { - :alice4691 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4692 :does :log_off_at_end_of_shift. -} log:explains { - :alice4692 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4693 :does :log_off_at_end_of_shift. -} log:explains { - :alice4693 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4694 :does :log_off_at_end_of_shift. -} log:explains { - :alice4694 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4695 :does :log_off_at_end_of_shift. -} log:explains { - :alice4695 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4696 :does :log_off_at_end_of_shift. -} log:explains { - :alice4696 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4697 :does :log_off_at_end_of_shift. -} log:explains { - :alice4697 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4698 :does :log_off_at_end_of_shift. -} log:explains { - :alice4698 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4699 :does :log_off_at_end_of_shift. -} log:explains { - :alice4699 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4700 :does :log_off_at_end_of_shift. -} log:explains { - :alice4700 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4701 :does :log_off_at_end_of_shift. -} log:explains { - :alice4701 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4702 :does :log_off_at_end_of_shift. -} log:explains { - :alice4702 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4703 :does :log_off_at_end_of_shift. -} log:explains { - :alice4703 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4704 :does :log_off_at_end_of_shift. -} log:explains { - :alice4704 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4705 :does :log_off_at_end_of_shift. -} log:explains { - :alice4705 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4706 :does :log_off_at_end_of_shift. -} log:explains { - :alice4706 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4707 :does :log_off_at_end_of_shift. -} log:explains { - :alice4707 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4708 :does :log_off_at_end_of_shift. -} log:explains { - :alice4708 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4709 :does :log_off_at_end_of_shift. -} log:explains { - :alice4709 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4710 :does :log_off_at_end_of_shift. -} log:explains { - :alice4710 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4711 :does :log_off_at_end_of_shift. -} log:explains { - :alice4711 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4712 :does :log_off_at_end_of_shift. -} log:explains { - :alice4712 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4713 :does :log_off_at_end_of_shift. -} log:explains { - :alice4713 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4714 :does :log_off_at_end_of_shift. -} log:explains { - :alice4714 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4715 :does :log_off_at_end_of_shift. -} log:explains { - :alice4715 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4716 :does :log_off_at_end_of_shift. -} log:explains { - :alice4716 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4717 :does :log_off_at_end_of_shift. -} log:explains { - :alice4717 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4718 :does :log_off_at_end_of_shift. -} log:explains { - :alice4718 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4719 :does :log_off_at_end_of_shift. -} log:explains { - :alice4719 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4720 :does :log_off_at_end_of_shift. -} log:explains { - :alice4720 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4721 :does :log_off_at_end_of_shift. -} log:explains { - :alice4721 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4722 :does :log_off_at_end_of_shift. -} log:explains { - :alice4722 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4723 :does :log_off_at_end_of_shift. -} log:explains { - :alice4723 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4724 :does :log_off_at_end_of_shift. -} log:explains { - :alice4724 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4725 :does :log_off_at_end_of_shift. -} log:explains { - :alice4725 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4726 :does :log_off_at_end_of_shift. -} log:explains { - :alice4726 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4727 :does :log_off_at_end_of_shift. -} log:explains { - :alice4727 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4728 :does :log_off_at_end_of_shift. -} log:explains { - :alice4728 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4729 :does :log_off_at_end_of_shift. -} log:explains { - :alice4729 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4730 :does :log_off_at_end_of_shift. -} log:explains { - :alice4730 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4731 :does :log_off_at_end_of_shift. -} log:explains { - :alice4731 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4732 :does :log_off_at_end_of_shift. -} log:explains { - :alice4732 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4733 :does :log_off_at_end_of_shift. -} log:explains { - :alice4733 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4734 :does :log_off_at_end_of_shift. -} log:explains { - :alice4734 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4735 :does :log_off_at_end_of_shift. -} log:explains { - :alice4735 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4736 :does :log_off_at_end_of_shift. -} log:explains { - :alice4736 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4737 :does :log_off_at_end_of_shift. -} log:explains { - :alice4737 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4738 :does :log_off_at_end_of_shift. -} log:explains { - :alice4738 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4739 :does :log_off_at_end_of_shift. -} log:explains { - :alice4739 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4740 :does :log_off_at_end_of_shift. -} log:explains { - :alice4740 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4741 :does :log_off_at_end_of_shift. -} log:explains { - :alice4741 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4742 :does :log_off_at_end_of_shift. -} log:explains { - :alice4742 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4743 :does :log_off_at_end_of_shift. -} log:explains { - :alice4743 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4744 :does :log_off_at_end_of_shift. -} log:explains { - :alice4744 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4745 :does :log_off_at_end_of_shift. -} log:explains { - :alice4745 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4746 :does :log_off_at_end_of_shift. -} log:explains { - :alice4746 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4747 :does :log_off_at_end_of_shift. -} log:explains { - :alice4747 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4748 :does :log_off_at_end_of_shift. -} log:explains { - :alice4748 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4749 :does :log_off_at_end_of_shift. -} log:explains { - :alice4749 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4750 :does :log_off_at_end_of_shift. -} log:explains { - :alice4750 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4751 :does :log_off_at_end_of_shift. -} log:explains { - :alice4751 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4752 :does :log_off_at_end_of_shift. -} log:explains { - :alice4752 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4753 :does :log_off_at_end_of_shift. -} log:explains { - :alice4753 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4754 :does :log_off_at_end_of_shift. -} log:explains { - :alice4754 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4755 :does :log_off_at_end_of_shift. -} log:explains { - :alice4755 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4756 :does :log_off_at_end_of_shift. -} log:explains { - :alice4756 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4757 :does :log_off_at_end_of_shift. -} log:explains { - :alice4757 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4758 :does :log_off_at_end_of_shift. -} log:explains { - :alice4758 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4759 :does :log_off_at_end_of_shift. -} log:explains { - :alice4759 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4760 :does :log_off_at_end_of_shift. -} log:explains { - :alice4760 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4761 :does :log_off_at_end_of_shift. -} log:explains { - :alice4761 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4762 :does :log_off_at_end_of_shift. -} log:explains { - :alice4762 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4763 :does :log_off_at_end_of_shift. -} log:explains { - :alice4763 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4764 :does :log_off_at_end_of_shift. -} log:explains { - :alice4764 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4765 :does :log_off_at_end_of_shift. -} log:explains { - :alice4765 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4766 :does :log_off_at_end_of_shift. -} log:explains { - :alice4766 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4767 :does :log_off_at_end_of_shift. -} log:explains { - :alice4767 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4768 :does :log_off_at_end_of_shift. -} log:explains { - :alice4768 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4769 :does :log_off_at_end_of_shift. -} log:explains { - :alice4769 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4770 :does :log_off_at_end_of_shift. -} log:explains { - :alice4770 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4771 :does :log_off_at_end_of_shift. -} log:explains { - :alice4771 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4772 :does :log_off_at_end_of_shift. -} log:explains { - :alice4772 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4773 :does :log_off_at_end_of_shift. -} log:explains { - :alice4773 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4774 :does :log_off_at_end_of_shift. -} log:explains { - :alice4774 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4775 :does :log_off_at_end_of_shift. -} log:explains { - :alice4775 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4776 :does :log_off_at_end_of_shift. -} log:explains { - :alice4776 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4777 :does :log_off_at_end_of_shift. -} log:explains { - :alice4777 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4778 :does :log_off_at_end_of_shift. -} log:explains { - :alice4778 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4779 :does :log_off_at_end_of_shift. -} log:explains { - :alice4779 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4780 :does :log_off_at_end_of_shift. -} log:explains { - :alice4780 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4781 :does :log_off_at_end_of_shift. -} log:explains { - :alice4781 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4782 :does :log_off_at_end_of_shift. -} log:explains { - :alice4782 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4783 :does :log_off_at_end_of_shift. -} log:explains { - :alice4783 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4784 :does :log_off_at_end_of_shift. -} log:explains { - :alice4784 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4785 :does :log_off_at_end_of_shift. -} log:explains { - :alice4785 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4786 :does :log_off_at_end_of_shift. -} log:explains { - :alice4786 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4787 :does :log_off_at_end_of_shift. -} log:explains { - :alice4787 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4788 :does :log_off_at_end_of_shift. -} log:explains { - :alice4788 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4789 :does :log_off_at_end_of_shift. -} log:explains { - :alice4789 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4790 :does :log_off_at_end_of_shift. -} log:explains { - :alice4790 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4791 :does :log_off_at_end_of_shift. -} log:explains { - :alice4791 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4792 :does :log_off_at_end_of_shift. -} log:explains { - :alice4792 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4793 :does :log_off_at_end_of_shift. -} log:explains { - :alice4793 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4794 :does :log_off_at_end_of_shift. -} log:explains { - :alice4794 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4795 :does :log_off_at_end_of_shift. -} log:explains { - :alice4795 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4796 :does :log_off_at_end_of_shift. -} log:explains { - :alice4796 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4797 :does :log_off_at_end_of_shift. -} log:explains { - :alice4797 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4798 :does :log_off_at_end_of_shift. -} log:explains { - :alice4798 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4799 :does :log_off_at_end_of_shift. -} log:explains { - :alice4799 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4800 :does :log_off_at_end_of_shift. -} log:explains { - :alice4800 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4801 :does :log_off_at_end_of_shift. -} log:explains { - :alice4801 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4802 :does :log_off_at_end_of_shift. -} log:explains { - :alice4802 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4803 :does :log_off_at_end_of_shift. -} log:explains { - :alice4803 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4804 :does :log_off_at_end_of_shift. -} log:explains { - :alice4804 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4805 :does :log_off_at_end_of_shift. -} log:explains { - :alice4805 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4806 :does :log_off_at_end_of_shift. -} log:explains { - :alice4806 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4807 :does :log_off_at_end_of_shift. -} log:explains { - :alice4807 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4808 :does :log_off_at_end_of_shift. -} log:explains { - :alice4808 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4809 :does :log_off_at_end_of_shift. -} log:explains { - :alice4809 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4810 :does :log_off_at_end_of_shift. -} log:explains { - :alice4810 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4811 :does :log_off_at_end_of_shift. -} log:explains { - :alice4811 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4812 :does :log_off_at_end_of_shift. -} log:explains { - :alice4812 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4813 :does :log_off_at_end_of_shift. -} log:explains { - :alice4813 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4814 :does :log_off_at_end_of_shift. -} log:explains { - :alice4814 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4815 :does :log_off_at_end_of_shift. -} log:explains { - :alice4815 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4816 :does :log_off_at_end_of_shift. -} log:explains { - :alice4816 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4817 :does :log_off_at_end_of_shift. -} log:explains { - :alice4817 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4818 :does :log_off_at_end_of_shift. -} log:explains { - :alice4818 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4819 :does :log_off_at_end_of_shift. -} log:explains { - :alice4819 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4820 :does :log_off_at_end_of_shift. -} log:explains { - :alice4820 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4821 :does :log_off_at_end_of_shift. -} log:explains { - :alice4821 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4822 :does :log_off_at_end_of_shift. -} log:explains { - :alice4822 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4823 :does :log_off_at_end_of_shift. -} log:explains { - :alice4823 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4824 :does :log_off_at_end_of_shift. -} log:explains { - :alice4824 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4825 :does :log_off_at_end_of_shift. -} log:explains { - :alice4825 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4826 :does :log_off_at_end_of_shift. -} log:explains { - :alice4826 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4827 :does :log_off_at_end_of_shift. -} log:explains { - :alice4827 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4828 :does :log_off_at_end_of_shift. -} log:explains { - :alice4828 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4829 :does :log_off_at_end_of_shift. -} log:explains { - :alice4829 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4830 :does :log_off_at_end_of_shift. -} log:explains { - :alice4830 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4831 :does :log_off_at_end_of_shift. -} log:explains { - :alice4831 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4832 :does :log_off_at_end_of_shift. -} log:explains { - :alice4832 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4833 :does :log_off_at_end_of_shift. -} log:explains { - :alice4833 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4834 :does :log_off_at_end_of_shift. -} log:explains { - :alice4834 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4835 :does :log_off_at_end_of_shift. -} log:explains { - :alice4835 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4836 :does :log_off_at_end_of_shift. -} log:explains { - :alice4836 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4837 :does :log_off_at_end_of_shift. -} log:explains { - :alice4837 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4838 :does :log_off_at_end_of_shift. -} log:explains { - :alice4838 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4839 :does :log_off_at_end_of_shift. -} log:explains { - :alice4839 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4840 :does :log_off_at_end_of_shift. -} log:explains { - :alice4840 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4841 :does :log_off_at_end_of_shift. -} log:explains { - :alice4841 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4842 :does :log_off_at_end_of_shift. -} log:explains { - :alice4842 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4843 :does :log_off_at_end_of_shift. -} log:explains { - :alice4843 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4844 :does :log_off_at_end_of_shift. -} log:explains { - :alice4844 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4845 :does :log_off_at_end_of_shift. -} log:explains { - :alice4845 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4846 :does :log_off_at_end_of_shift. -} log:explains { - :alice4846 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4847 :does :log_off_at_end_of_shift. -} log:explains { - :alice4847 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4848 :does :log_off_at_end_of_shift. -} log:explains { - :alice4848 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4849 :does :log_off_at_end_of_shift. -} log:explains { - :alice4849 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4850 :does :log_off_at_end_of_shift. -} log:explains { - :alice4850 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4851 :does :log_off_at_end_of_shift. -} log:explains { - :alice4851 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4852 :does :log_off_at_end_of_shift. -} log:explains { - :alice4852 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4853 :does :log_off_at_end_of_shift. -} log:explains { - :alice4853 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4854 :does :log_off_at_end_of_shift. -} log:explains { - :alice4854 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4855 :does :log_off_at_end_of_shift. -} log:explains { - :alice4855 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4856 :does :log_off_at_end_of_shift. -} log:explains { - :alice4856 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4857 :does :log_off_at_end_of_shift. -} log:explains { - :alice4857 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4858 :does :log_off_at_end_of_shift. -} log:explains { - :alice4858 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4859 :does :log_off_at_end_of_shift. -} log:explains { - :alice4859 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4860 :does :log_off_at_end_of_shift. -} log:explains { - :alice4860 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4861 :does :log_off_at_end_of_shift. -} log:explains { - :alice4861 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4862 :does :log_off_at_end_of_shift. -} log:explains { - :alice4862 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4863 :does :log_off_at_end_of_shift. -} log:explains { - :alice4863 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4864 :does :log_off_at_end_of_shift. -} log:explains { - :alice4864 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4865 :does :log_off_at_end_of_shift. -} log:explains { - :alice4865 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4866 :does :log_off_at_end_of_shift. -} log:explains { - :alice4866 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4867 :does :log_off_at_end_of_shift. -} log:explains { - :alice4867 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4868 :does :log_off_at_end_of_shift. -} log:explains { - :alice4868 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4869 :does :log_off_at_end_of_shift. -} log:explains { - :alice4869 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4870 :does :log_off_at_end_of_shift. -} log:explains { - :alice4870 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4871 :does :log_off_at_end_of_shift. -} log:explains { - :alice4871 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4872 :does :log_off_at_end_of_shift. -} log:explains { - :alice4872 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4873 :does :log_off_at_end_of_shift. -} log:explains { - :alice4873 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4874 :does :log_off_at_end_of_shift. -} log:explains { - :alice4874 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4875 :does :log_off_at_end_of_shift. -} log:explains { - :alice4875 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4876 :does :log_off_at_end_of_shift. -} log:explains { - :alice4876 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4877 :does :log_off_at_end_of_shift. -} log:explains { - :alice4877 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4878 :does :log_off_at_end_of_shift. -} log:explains { - :alice4878 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4879 :does :log_off_at_end_of_shift. -} log:explains { - :alice4879 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4880 :does :log_off_at_end_of_shift. -} log:explains { - :alice4880 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4881 :does :log_off_at_end_of_shift. -} log:explains { - :alice4881 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4882 :does :log_off_at_end_of_shift. -} log:explains { - :alice4882 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4883 :does :log_off_at_end_of_shift. -} log:explains { - :alice4883 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4884 :does :log_off_at_end_of_shift. -} log:explains { - :alice4884 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4885 :does :log_off_at_end_of_shift. -} log:explains { - :alice4885 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4886 :does :log_off_at_end_of_shift. -} log:explains { - :alice4886 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4887 :does :log_off_at_end_of_shift. -} log:explains { - :alice4887 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4888 :does :log_off_at_end_of_shift. -} log:explains { - :alice4888 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4889 :does :log_off_at_end_of_shift. -} log:explains { - :alice4889 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4890 :does :log_off_at_end_of_shift. -} log:explains { - :alice4890 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4891 :does :log_off_at_end_of_shift. -} log:explains { - :alice4891 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4892 :does :log_off_at_end_of_shift. -} log:explains { - :alice4892 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4893 :does :log_off_at_end_of_shift. -} log:explains { - :alice4893 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4894 :does :log_off_at_end_of_shift. -} log:explains { - :alice4894 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4895 :does :log_off_at_end_of_shift. -} log:explains { - :alice4895 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4896 :does :log_off_at_end_of_shift. -} log:explains { - :alice4896 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4897 :does :log_off_at_end_of_shift. -} log:explains { - :alice4897 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4898 :does :log_off_at_end_of_shift. -} log:explains { - :alice4898 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4899 :does :log_off_at_end_of_shift. -} log:explains { - :alice4899 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4900 :does :log_off_at_end_of_shift. -} log:explains { - :alice4900 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4901 :does :log_off_at_end_of_shift. -} log:explains { - :alice4901 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4902 :does :log_off_at_end_of_shift. -} log:explains { - :alice4902 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4903 :does :log_off_at_end_of_shift. -} log:explains { - :alice4903 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4904 :does :log_off_at_end_of_shift. -} log:explains { - :alice4904 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4905 :does :log_off_at_end_of_shift. -} log:explains { - :alice4905 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4906 :does :log_off_at_end_of_shift. -} log:explains { - :alice4906 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4907 :does :log_off_at_end_of_shift. -} log:explains { - :alice4907 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4908 :does :log_off_at_end_of_shift. -} log:explains { - :alice4908 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4909 :does :log_off_at_end_of_shift. -} log:explains { - :alice4909 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4910 :does :log_off_at_end_of_shift. -} log:explains { - :alice4910 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4911 :does :log_off_at_end_of_shift. -} log:explains { - :alice4911 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4912 :does :log_off_at_end_of_shift. -} log:explains { - :alice4912 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4913 :does :log_off_at_end_of_shift. -} log:explains { - :alice4913 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4914 :does :log_off_at_end_of_shift. -} log:explains { - :alice4914 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4915 :does :log_off_at_end_of_shift. -} log:explains { - :alice4915 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4916 :does :log_off_at_end_of_shift. -} log:explains { - :alice4916 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4917 :does :log_off_at_end_of_shift. -} log:explains { - :alice4917 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4918 :does :log_off_at_end_of_shift. -} log:explains { - :alice4918 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4919 :does :log_off_at_end_of_shift. -} log:explains { - :alice4919 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4920 :does :log_off_at_end_of_shift. -} log:explains { - :alice4920 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4921 :does :log_off_at_end_of_shift. -} log:explains { - :alice4921 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4922 :does :log_off_at_end_of_shift. -} log:explains { - :alice4922 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4923 :does :log_off_at_end_of_shift. -} log:explains { - :alice4923 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4924 :does :log_off_at_end_of_shift. -} log:explains { - :alice4924 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4925 :does :log_off_at_end_of_shift. -} log:explains { - :alice4925 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4926 :does :log_off_at_end_of_shift. -} log:explains { - :alice4926 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4927 :does :log_off_at_end_of_shift. -} log:explains { - :alice4927 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4928 :does :log_off_at_end_of_shift. -} log:explains { - :alice4928 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4929 :does :log_off_at_end_of_shift. -} log:explains { - :alice4929 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4930 :does :log_off_at_end_of_shift. -} log:explains { - :alice4930 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4931 :does :log_off_at_end_of_shift. -} log:explains { - :alice4931 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4932 :does :log_off_at_end_of_shift. -} log:explains { - :alice4932 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4933 :does :log_off_at_end_of_shift. -} log:explains { - :alice4933 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4934 :does :log_off_at_end_of_shift. -} log:explains { - :alice4934 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4935 :does :log_off_at_end_of_shift. -} log:explains { - :alice4935 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4936 :does :log_off_at_end_of_shift. -} log:explains { - :alice4936 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4937 :does :log_off_at_end_of_shift. -} log:explains { - :alice4937 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4938 :does :log_off_at_end_of_shift. -} log:explains { - :alice4938 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4939 :does :log_off_at_end_of_shift. -} log:explains { - :alice4939 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4940 :does :log_off_at_end_of_shift. -} log:explains { - :alice4940 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4941 :does :log_off_at_end_of_shift. -} log:explains { - :alice4941 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4942 :does :log_off_at_end_of_shift. -} log:explains { - :alice4942 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4943 :does :log_off_at_end_of_shift. -} log:explains { - :alice4943 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4944 :does :log_off_at_end_of_shift. -} log:explains { - :alice4944 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4945 :does :log_off_at_end_of_shift. -} log:explains { - :alice4945 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4946 :does :log_off_at_end_of_shift. -} log:explains { - :alice4946 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4947 :does :log_off_at_end_of_shift. -} log:explains { - :alice4947 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4948 :does :log_off_at_end_of_shift. -} log:explains { - :alice4948 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4949 :does :log_off_at_end_of_shift. -} log:explains { - :alice4949 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4950 :does :log_off_at_end_of_shift. -} log:explains { - :alice4950 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4951 :does :log_off_at_end_of_shift. -} log:explains { - :alice4951 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4952 :does :log_off_at_end_of_shift. -} log:explains { - :alice4952 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4953 :does :log_off_at_end_of_shift. -} log:explains { - :alice4953 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4954 :does :log_off_at_end_of_shift. -} log:explains { - :alice4954 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4955 :does :log_off_at_end_of_shift. -} log:explains { - :alice4955 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4956 :does :log_off_at_end_of_shift. -} log:explains { - :alice4956 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4957 :does :log_off_at_end_of_shift. -} log:explains { - :alice4957 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4958 :does :log_off_at_end_of_shift. -} log:explains { - :alice4958 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4959 :does :log_off_at_end_of_shift. -} log:explains { - :alice4959 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4960 :does :log_off_at_end_of_shift. -} log:explains { - :alice4960 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4961 :does :log_off_at_end_of_shift. -} log:explains { - :alice4961 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4962 :does :log_off_at_end_of_shift. -} log:explains { - :alice4962 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4963 :does :log_off_at_end_of_shift. -} log:explains { - :alice4963 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4964 :does :log_off_at_end_of_shift. -} log:explains { - :alice4964 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4965 :does :log_off_at_end_of_shift. -} log:explains { - :alice4965 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4966 :does :log_off_at_end_of_shift. -} log:explains { - :alice4966 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4967 :does :log_off_at_end_of_shift. -} log:explains { - :alice4967 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4968 :does :log_off_at_end_of_shift. -} log:explains { - :alice4968 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4969 :does :log_off_at_end_of_shift. -} log:explains { - :alice4969 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4970 :does :log_off_at_end_of_shift. -} log:explains { - :alice4970 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4971 :does :log_off_at_end_of_shift. -} log:explains { - :alice4971 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4972 :does :log_off_at_end_of_shift. -} log:explains { - :alice4972 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4973 :does :log_off_at_end_of_shift. -} log:explains { - :alice4973 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4974 :does :log_off_at_end_of_shift. -} log:explains { - :alice4974 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4975 :does :log_off_at_end_of_shift. -} log:explains { - :alice4975 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4976 :does :log_off_at_end_of_shift. -} log:explains { - :alice4976 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4977 :does :log_off_at_end_of_shift. -} log:explains { - :alice4977 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4978 :does :log_off_at_end_of_shift. -} log:explains { - :alice4978 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4979 :does :log_off_at_end_of_shift. -} log:explains { - :alice4979 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4980 :does :log_off_at_end_of_shift. -} log:explains { - :alice4980 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4981 :does :log_off_at_end_of_shift. -} log:explains { - :alice4981 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4982 :does :log_off_at_end_of_shift. -} log:explains { - :alice4982 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4983 :does :log_off_at_end_of_shift. -} log:explains { - :alice4983 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4984 :does :log_off_at_end_of_shift. -} log:explains { - :alice4984 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4985 :does :log_off_at_end_of_shift. -} log:explains { - :alice4985 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4986 :does :log_off_at_end_of_shift. -} log:explains { - :alice4986 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4987 :does :log_off_at_end_of_shift. -} log:explains { - :alice4987 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4988 :does :log_off_at_end_of_shift. -} log:explains { - :alice4988 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4989 :does :log_off_at_end_of_shift. -} log:explains { - :alice4989 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4990 :does :log_off_at_end_of_shift. -} log:explains { - :alice4990 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4991 :does :log_off_at_end_of_shift. -} log:explains { - :alice4991 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4992 :does :log_off_at_end_of_shift. -} log:explains { - :alice4992 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4993 :does :log_off_at_end_of_shift. -} log:explains { - :alice4993 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4994 :does :log_off_at_end_of_shift. -} log:explains { - :alice4994 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4995 :does :log_off_at_end_of_shift. -} log:explains { - :alice4995 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4996 :does :log_off_at_end_of_shift. -} log:explains { - :alice4996 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4997 :does :log_off_at_end_of_shift. -} log:explains { - :alice4997 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4998 :does :log_off_at_end_of_shift. -} log:explains { - :alice4998 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice4999 :does :log_off_at_end_of_shift. -} log:explains { - :alice4999 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5000 :does :log_off_at_end_of_shift. -} log:explains { - :alice5000 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5001 :does :log_off_at_end_of_shift. -} log:explains { - :alice5001 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5002 :does :log_off_at_end_of_shift. -} log:explains { - :alice5002 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5003 :does :log_off_at_end_of_shift. -} log:explains { - :alice5003 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5004 :does :log_off_at_end_of_shift. -} log:explains { - :alice5004 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5005 :does :log_off_at_end_of_shift. -} log:explains { - :alice5005 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5006 :does :log_off_at_end_of_shift. -} log:explains { - :alice5006 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5007 :does :log_off_at_end_of_shift. -} log:explains { - :alice5007 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5008 :does :log_off_at_end_of_shift. -} log:explains { - :alice5008 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5009 :does :log_off_at_end_of_shift. -} log:explains { - :alice5009 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5010 :does :log_off_at_end_of_shift. -} log:explains { - :alice5010 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5011 :does :log_off_at_end_of_shift. -} log:explains { - :alice5011 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5012 :does :log_off_at_end_of_shift. -} log:explains { - :alice5012 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5013 :does :log_off_at_end_of_shift. -} log:explains { - :alice5013 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5014 :does :log_off_at_end_of_shift. -} log:explains { - :alice5014 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5015 :does :log_off_at_end_of_shift. -} log:explains { - :alice5015 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5016 :does :log_off_at_end_of_shift. -} log:explains { - :alice5016 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5017 :does :log_off_at_end_of_shift. -} log:explains { - :alice5017 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5018 :does :log_off_at_end_of_shift. -} log:explains { - :alice5018 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5019 :does :log_off_at_end_of_shift. -} log:explains { - :alice5019 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5020 :does :log_off_at_end_of_shift. -} log:explains { - :alice5020 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5021 :does :log_off_at_end_of_shift. -} log:explains { - :alice5021 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5022 :does :log_off_at_end_of_shift. -} log:explains { - :alice5022 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5023 :does :log_off_at_end_of_shift. -} log:explains { - :alice5023 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5024 :does :log_off_at_end_of_shift. -} log:explains { - :alice5024 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5025 :does :log_off_at_end_of_shift. -} log:explains { - :alice5025 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5026 :does :log_off_at_end_of_shift. -} log:explains { - :alice5026 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5027 :does :log_off_at_end_of_shift. -} log:explains { - :alice5027 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5028 :does :log_off_at_end_of_shift. -} log:explains { - :alice5028 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5029 :does :log_off_at_end_of_shift. -} log:explains { - :alice5029 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5030 :does :log_off_at_end_of_shift. -} log:explains { - :alice5030 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5031 :does :log_off_at_end_of_shift. -} log:explains { - :alice5031 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5032 :does :log_off_at_end_of_shift. -} log:explains { - :alice5032 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5033 :does :log_off_at_end_of_shift. -} log:explains { - :alice5033 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5034 :does :log_off_at_end_of_shift. -} log:explains { - :alice5034 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5035 :does :log_off_at_end_of_shift. -} log:explains { - :alice5035 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5036 :does :log_off_at_end_of_shift. -} log:explains { - :alice5036 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5037 :does :log_off_at_end_of_shift. -} log:explains { - :alice5037 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5038 :does :log_off_at_end_of_shift. -} log:explains { - :alice5038 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5039 :does :log_off_at_end_of_shift. -} log:explains { - :alice5039 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5040 :does :log_off_at_end_of_shift. -} log:explains { - :alice5040 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5041 :does :log_off_at_end_of_shift. -} log:explains { - :alice5041 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5042 :does :log_off_at_end_of_shift. -} log:explains { - :alice5042 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5043 :does :log_off_at_end_of_shift. -} log:explains { - :alice5043 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5044 :does :log_off_at_end_of_shift. -} log:explains { - :alice5044 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5045 :does :log_off_at_end_of_shift. -} log:explains { - :alice5045 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5046 :does :log_off_at_end_of_shift. -} log:explains { - :alice5046 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5047 :does :log_off_at_end_of_shift. -} log:explains { - :alice5047 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5048 :does :log_off_at_end_of_shift. -} log:explains { - :alice5048 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5049 :does :log_off_at_end_of_shift. -} log:explains { - :alice5049 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5050 :does :log_off_at_end_of_shift. -} log:explains { - :alice5050 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5051 :does :log_off_at_end_of_shift. -} log:explains { - :alice5051 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5052 :does :log_off_at_end_of_shift. -} log:explains { - :alice5052 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5053 :does :log_off_at_end_of_shift. -} log:explains { - :alice5053 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5054 :does :log_off_at_end_of_shift. -} log:explains { - :alice5054 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5055 :does :log_off_at_end_of_shift. -} log:explains { - :alice5055 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5056 :does :log_off_at_end_of_shift. -} log:explains { - :alice5056 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5057 :does :log_off_at_end_of_shift. -} log:explains { - :alice5057 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5058 :does :log_off_at_end_of_shift. -} log:explains { - :alice5058 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5059 :does :log_off_at_end_of_shift. -} log:explains { - :alice5059 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5060 :does :log_off_at_end_of_shift. -} log:explains { - :alice5060 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5061 :does :log_off_at_end_of_shift. -} log:explains { - :alice5061 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5062 :does :log_off_at_end_of_shift. -} log:explains { - :alice5062 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5063 :does :log_off_at_end_of_shift. -} log:explains { - :alice5063 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5064 :does :log_off_at_end_of_shift. -} log:explains { - :alice5064 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5065 :does :log_off_at_end_of_shift. -} log:explains { - :alice5065 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5066 :does :log_off_at_end_of_shift. -} log:explains { - :alice5066 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5067 :does :log_off_at_end_of_shift. -} log:explains { - :alice5067 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5068 :does :log_off_at_end_of_shift. -} log:explains { - :alice5068 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5069 :does :log_off_at_end_of_shift. -} log:explains { - :alice5069 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5070 :does :log_off_at_end_of_shift. -} log:explains { - :alice5070 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5071 :does :log_off_at_end_of_shift. -} log:explains { - :alice5071 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5072 :does :log_off_at_end_of_shift. -} log:explains { - :alice5072 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5073 :does :log_off_at_end_of_shift. -} log:explains { - :alice5073 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5074 :does :log_off_at_end_of_shift. -} log:explains { - :alice5074 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5075 :does :log_off_at_end_of_shift. -} log:explains { - :alice5075 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5076 :does :log_off_at_end_of_shift. -} log:explains { - :alice5076 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5077 :does :log_off_at_end_of_shift. -} log:explains { - :alice5077 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5078 :does :log_off_at_end_of_shift. -} log:explains { - :alice5078 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5079 :does :log_off_at_end_of_shift. -} log:explains { - :alice5079 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5080 :does :log_off_at_end_of_shift. -} log:explains { - :alice5080 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5081 :does :log_off_at_end_of_shift. -} log:explains { - :alice5081 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5082 :does :log_off_at_end_of_shift. -} log:explains { - :alice5082 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5083 :does :log_off_at_end_of_shift. -} log:explains { - :alice5083 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5084 :does :log_off_at_end_of_shift. -} log:explains { - :alice5084 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5085 :does :log_off_at_end_of_shift. -} log:explains { - :alice5085 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5086 :does :log_off_at_end_of_shift. -} log:explains { - :alice5086 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5087 :does :log_off_at_end_of_shift. -} log:explains { - :alice5087 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5088 :does :log_off_at_end_of_shift. -} log:explains { - :alice5088 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5089 :does :log_off_at_end_of_shift. -} log:explains { - :alice5089 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5090 :does :log_off_at_end_of_shift. -} log:explains { - :alice5090 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5091 :does :log_off_at_end_of_shift. -} log:explains { - :alice5091 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5092 :does :log_off_at_end_of_shift. -} log:explains { - :alice5092 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5093 :does :log_off_at_end_of_shift. -} log:explains { - :alice5093 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5094 :does :log_off_at_end_of_shift. -} log:explains { - :alice5094 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5095 :does :log_off_at_end_of_shift. -} log:explains { - :alice5095 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5096 :does :log_off_at_end_of_shift. -} log:explains { - :alice5096 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5097 :does :log_off_at_end_of_shift. -} log:explains { - :alice5097 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5098 :does :log_off_at_end_of_shift. -} log:explains { - :alice5098 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5099 :does :log_off_at_end_of_shift. -} log:explains { - :alice5099 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5100 :does :log_off_at_end_of_shift. -} log:explains { - :alice5100 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5101 :does :log_off_at_end_of_shift. -} log:explains { - :alice5101 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5102 :does :log_off_at_end_of_shift. -} log:explains { - :alice5102 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5103 :does :log_off_at_end_of_shift. -} log:explains { - :alice5103 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5104 :does :log_off_at_end_of_shift. -} log:explains { - :alice5104 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5105 :does :log_off_at_end_of_shift. -} log:explains { - :alice5105 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5106 :does :log_off_at_end_of_shift. -} log:explains { - :alice5106 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5107 :does :log_off_at_end_of_shift. -} log:explains { - :alice5107 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5108 :does :log_off_at_end_of_shift. -} log:explains { - :alice5108 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5109 :does :log_off_at_end_of_shift. -} log:explains { - :alice5109 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5110 :does :log_off_at_end_of_shift. -} log:explains { - :alice5110 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5111 :does :log_off_at_end_of_shift. -} log:explains { - :alice5111 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5112 :does :log_off_at_end_of_shift. -} log:explains { - :alice5112 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5113 :does :log_off_at_end_of_shift. -} log:explains { - :alice5113 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5114 :does :log_off_at_end_of_shift. -} log:explains { - :alice5114 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5115 :does :log_off_at_end_of_shift. -} log:explains { - :alice5115 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5116 :does :log_off_at_end_of_shift. -} log:explains { - :alice5116 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5117 :does :log_off_at_end_of_shift. -} log:explains { - :alice5117 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5118 :does :log_off_at_end_of_shift. -} log:explains { - :alice5118 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5119 :does :log_off_at_end_of_shift. -} log:explains { - :alice5119 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5120 :does :log_off_at_end_of_shift. -} log:explains { - :alice5120 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5121 :does :log_off_at_end_of_shift. -} log:explains { - :alice5121 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5122 :does :log_off_at_end_of_shift. -} log:explains { - :alice5122 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5123 :does :log_off_at_end_of_shift. -} log:explains { - :alice5123 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5124 :does :log_off_at_end_of_shift. -} log:explains { - :alice5124 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5125 :does :log_off_at_end_of_shift. -} log:explains { - :alice5125 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5126 :does :log_off_at_end_of_shift. -} log:explains { - :alice5126 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5127 :does :log_off_at_end_of_shift. -} log:explains { - :alice5127 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5128 :does :log_off_at_end_of_shift. -} log:explains { - :alice5128 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5129 :does :log_off_at_end_of_shift. -} log:explains { - :alice5129 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5130 :does :log_off_at_end_of_shift. -} log:explains { - :alice5130 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5131 :does :log_off_at_end_of_shift. -} log:explains { - :alice5131 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5132 :does :log_off_at_end_of_shift. -} log:explains { - :alice5132 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5133 :does :log_off_at_end_of_shift. -} log:explains { - :alice5133 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5134 :does :log_off_at_end_of_shift. -} log:explains { - :alice5134 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5135 :does :log_off_at_end_of_shift. -} log:explains { - :alice5135 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5136 :does :log_off_at_end_of_shift. -} log:explains { - :alice5136 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5137 :does :log_off_at_end_of_shift. -} log:explains { - :alice5137 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5138 :does :log_off_at_end_of_shift. -} log:explains { - :alice5138 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5139 :does :log_off_at_end_of_shift. -} log:explains { - :alice5139 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5140 :does :log_off_at_end_of_shift. -} log:explains { - :alice5140 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5141 :does :log_off_at_end_of_shift. -} log:explains { - :alice5141 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5142 :does :log_off_at_end_of_shift. -} log:explains { - :alice5142 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5143 :does :log_off_at_end_of_shift. -} log:explains { - :alice5143 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5144 :does :log_off_at_end_of_shift. -} log:explains { - :alice5144 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5145 :does :log_off_at_end_of_shift. -} log:explains { - :alice5145 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5146 :does :log_off_at_end_of_shift. -} log:explains { - :alice5146 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5147 :does :log_off_at_end_of_shift. -} log:explains { - :alice5147 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5148 :does :log_off_at_end_of_shift. -} log:explains { - :alice5148 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5149 :does :log_off_at_end_of_shift. -} log:explains { - :alice5149 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5150 :does :log_off_at_end_of_shift. -} log:explains { - :alice5150 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5151 :does :log_off_at_end_of_shift. -} log:explains { - :alice5151 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5152 :does :log_off_at_end_of_shift. -} log:explains { - :alice5152 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5153 :does :log_off_at_end_of_shift. -} log:explains { - :alice5153 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5154 :does :log_off_at_end_of_shift. -} log:explains { - :alice5154 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5155 :does :log_off_at_end_of_shift. -} log:explains { - :alice5155 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5156 :does :log_off_at_end_of_shift. -} log:explains { - :alice5156 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5157 :does :log_off_at_end_of_shift. -} log:explains { - :alice5157 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5158 :does :log_off_at_end_of_shift. -} log:explains { - :alice5158 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5159 :does :log_off_at_end_of_shift. -} log:explains { - :alice5159 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5160 :does :log_off_at_end_of_shift. -} log:explains { - :alice5160 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5161 :does :log_off_at_end_of_shift. -} log:explains { - :alice5161 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5162 :does :log_off_at_end_of_shift. -} log:explains { - :alice5162 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5163 :does :log_off_at_end_of_shift. -} log:explains { - :alice5163 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5164 :does :log_off_at_end_of_shift. -} log:explains { - :alice5164 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5165 :does :log_off_at_end_of_shift. -} log:explains { - :alice5165 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5166 :does :log_off_at_end_of_shift. -} log:explains { - :alice5166 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5167 :does :log_off_at_end_of_shift. -} log:explains { - :alice5167 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5168 :does :log_off_at_end_of_shift. -} log:explains { - :alice5168 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5169 :does :log_off_at_end_of_shift. -} log:explains { - :alice5169 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5170 :does :log_off_at_end_of_shift. -} log:explains { - :alice5170 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5171 :does :log_off_at_end_of_shift. -} log:explains { - :alice5171 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5172 :does :log_off_at_end_of_shift. -} log:explains { - :alice5172 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5173 :does :log_off_at_end_of_shift. -} log:explains { - :alice5173 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5174 :does :log_off_at_end_of_shift. -} log:explains { - :alice5174 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5175 :does :log_off_at_end_of_shift. -} log:explains { - :alice5175 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5176 :does :log_off_at_end_of_shift. -} log:explains { - :alice5176 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5177 :does :log_off_at_end_of_shift. -} log:explains { - :alice5177 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5178 :does :log_off_at_end_of_shift. -} log:explains { - :alice5178 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5179 :does :log_off_at_end_of_shift. -} log:explains { - :alice5179 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5180 :does :log_off_at_end_of_shift. -} log:explains { - :alice5180 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5181 :does :log_off_at_end_of_shift. -} log:explains { - :alice5181 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5182 :does :log_off_at_end_of_shift. -} log:explains { - :alice5182 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5183 :does :log_off_at_end_of_shift. -} log:explains { - :alice5183 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5184 :does :log_off_at_end_of_shift. -} log:explains { - :alice5184 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5185 :does :log_off_at_end_of_shift. -} log:explains { - :alice5185 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5186 :does :log_off_at_end_of_shift. -} log:explains { - :alice5186 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5187 :does :log_off_at_end_of_shift. -} log:explains { - :alice5187 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5188 :does :log_off_at_end_of_shift. -} log:explains { - :alice5188 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5189 :does :log_off_at_end_of_shift. -} log:explains { - :alice5189 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5190 :does :log_off_at_end_of_shift. -} log:explains { - :alice5190 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5191 :does :log_off_at_end_of_shift. -} log:explains { - :alice5191 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5192 :does :log_off_at_end_of_shift. -} log:explains { - :alice5192 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5193 :does :log_off_at_end_of_shift. -} log:explains { - :alice5193 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5194 :does :log_off_at_end_of_shift. -} log:explains { - :alice5194 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5195 :does :log_off_at_end_of_shift. -} log:explains { - :alice5195 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5196 :does :log_off_at_end_of_shift. -} log:explains { - :alice5196 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5197 :does :log_off_at_end_of_shift. -} log:explains { - :alice5197 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5198 :does :log_off_at_end_of_shift. -} log:explains { - :alice5198 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5199 :does :log_off_at_end_of_shift. -} log:explains { - :alice5199 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5200 :does :log_off_at_end_of_shift. -} log:explains { - :alice5200 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5201 :does :log_off_at_end_of_shift. -} log:explains { - :alice5201 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5202 :does :log_off_at_end_of_shift. -} log:explains { - :alice5202 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5203 :does :log_off_at_end_of_shift. -} log:explains { - :alice5203 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5204 :does :log_off_at_end_of_shift. -} log:explains { - :alice5204 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5205 :does :log_off_at_end_of_shift. -} log:explains { - :alice5205 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5206 :does :log_off_at_end_of_shift. -} log:explains { - :alice5206 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5207 :does :log_off_at_end_of_shift. -} log:explains { - :alice5207 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5208 :does :log_off_at_end_of_shift. -} log:explains { - :alice5208 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5209 :does :log_off_at_end_of_shift. -} log:explains { - :alice5209 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5210 :does :log_off_at_end_of_shift. -} log:explains { - :alice5210 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5211 :does :log_off_at_end_of_shift. -} log:explains { - :alice5211 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5212 :does :log_off_at_end_of_shift. -} log:explains { - :alice5212 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5213 :does :log_off_at_end_of_shift. -} log:explains { - :alice5213 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5214 :does :log_off_at_end_of_shift. -} log:explains { - :alice5214 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5215 :does :log_off_at_end_of_shift. -} log:explains { - :alice5215 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5216 :does :log_off_at_end_of_shift. -} log:explains { - :alice5216 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5217 :does :log_off_at_end_of_shift. -} log:explains { - :alice5217 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5218 :does :log_off_at_end_of_shift. -} log:explains { - :alice5218 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5219 :does :log_off_at_end_of_shift. -} log:explains { - :alice5219 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5220 :does :log_off_at_end_of_shift. -} log:explains { - :alice5220 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5221 :does :log_off_at_end_of_shift. -} log:explains { - :alice5221 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5222 :does :log_off_at_end_of_shift. -} log:explains { - :alice5222 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5223 :does :log_off_at_end_of_shift. -} log:explains { - :alice5223 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5224 :does :log_off_at_end_of_shift. -} log:explains { - :alice5224 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5225 :does :log_off_at_end_of_shift. -} log:explains { - :alice5225 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5226 :does :log_off_at_end_of_shift. -} log:explains { - :alice5226 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5227 :does :log_off_at_end_of_shift. -} log:explains { - :alice5227 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5228 :does :log_off_at_end_of_shift. -} log:explains { - :alice5228 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5229 :does :log_off_at_end_of_shift. -} log:explains { - :alice5229 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5230 :does :log_off_at_end_of_shift. -} log:explains { - :alice5230 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5231 :does :log_off_at_end_of_shift. -} log:explains { - :alice5231 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5232 :does :log_off_at_end_of_shift. -} log:explains { - :alice5232 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5233 :does :log_off_at_end_of_shift. -} log:explains { - :alice5233 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5234 :does :log_off_at_end_of_shift. -} log:explains { - :alice5234 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5235 :does :log_off_at_end_of_shift. -} log:explains { - :alice5235 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5236 :does :log_off_at_end_of_shift. -} log:explains { - :alice5236 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5237 :does :log_off_at_end_of_shift. -} log:explains { - :alice5237 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5238 :does :log_off_at_end_of_shift. -} log:explains { - :alice5238 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5239 :does :log_off_at_end_of_shift. -} log:explains { - :alice5239 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5240 :does :log_off_at_end_of_shift. -} log:explains { - :alice5240 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5241 :does :log_off_at_end_of_shift. -} log:explains { - :alice5241 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5242 :does :log_off_at_end_of_shift. -} log:explains { - :alice5242 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5243 :does :log_off_at_end_of_shift. -} log:explains { - :alice5243 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5244 :does :log_off_at_end_of_shift. -} log:explains { - :alice5244 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5245 :does :log_off_at_end_of_shift. -} log:explains { - :alice5245 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5246 :does :log_off_at_end_of_shift. -} log:explains { - :alice5246 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5247 :does :log_off_at_end_of_shift. -} log:explains { - :alice5247 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5248 :does :log_off_at_end_of_shift. -} log:explains { - :alice5248 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5249 :does :log_off_at_end_of_shift. -} log:explains { - :alice5249 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5250 :does :log_off_at_end_of_shift. -} log:explains { - :alice5250 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5251 :does :log_off_at_end_of_shift. -} log:explains { - :alice5251 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5252 :does :log_off_at_end_of_shift. -} log:explains { - :alice5252 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5253 :does :log_off_at_end_of_shift. -} log:explains { - :alice5253 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5254 :does :log_off_at_end_of_shift. -} log:explains { - :alice5254 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5255 :does :log_off_at_end_of_shift. -} log:explains { - :alice5255 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5256 :does :log_off_at_end_of_shift. -} log:explains { - :alice5256 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5257 :does :log_off_at_end_of_shift. -} log:explains { - :alice5257 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5258 :does :log_off_at_end_of_shift. -} log:explains { - :alice5258 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5259 :does :log_off_at_end_of_shift. -} log:explains { - :alice5259 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5260 :does :log_off_at_end_of_shift. -} log:explains { - :alice5260 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5261 :does :log_off_at_end_of_shift. -} log:explains { - :alice5261 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5262 :does :log_off_at_end_of_shift. -} log:explains { - :alice5262 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5263 :does :log_off_at_end_of_shift. -} log:explains { - :alice5263 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5264 :does :log_off_at_end_of_shift. -} log:explains { - :alice5264 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5265 :does :log_off_at_end_of_shift. -} log:explains { - :alice5265 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5266 :does :log_off_at_end_of_shift. -} log:explains { - :alice5266 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5267 :does :log_off_at_end_of_shift. -} log:explains { - :alice5267 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5268 :does :log_off_at_end_of_shift. -} log:explains { - :alice5268 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5269 :does :log_off_at_end_of_shift. -} log:explains { - :alice5269 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5270 :does :log_off_at_end_of_shift. -} log:explains { - :alice5270 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5271 :does :log_off_at_end_of_shift. -} log:explains { - :alice5271 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5272 :does :log_off_at_end_of_shift. -} log:explains { - :alice5272 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5273 :does :log_off_at_end_of_shift. -} log:explains { - :alice5273 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5274 :does :log_off_at_end_of_shift. -} log:explains { - :alice5274 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5275 :does :log_off_at_end_of_shift. -} log:explains { - :alice5275 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5276 :does :log_off_at_end_of_shift. -} log:explains { - :alice5276 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5277 :does :log_off_at_end_of_shift. -} log:explains { - :alice5277 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5278 :does :log_off_at_end_of_shift. -} log:explains { - :alice5278 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5279 :does :log_off_at_end_of_shift. -} log:explains { - :alice5279 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5280 :does :log_off_at_end_of_shift. -} log:explains { - :alice5280 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5281 :does :log_off_at_end_of_shift. -} log:explains { - :alice5281 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5282 :does :log_off_at_end_of_shift. -} log:explains { - :alice5282 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5283 :does :log_off_at_end_of_shift. -} log:explains { - :alice5283 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5284 :does :log_off_at_end_of_shift. -} log:explains { - :alice5284 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5285 :does :log_off_at_end_of_shift. -} log:explains { - :alice5285 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5286 :does :log_off_at_end_of_shift. -} log:explains { - :alice5286 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5287 :does :log_off_at_end_of_shift. -} log:explains { - :alice5287 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5288 :does :log_off_at_end_of_shift. -} log:explains { - :alice5288 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5289 :does :log_off_at_end_of_shift. -} log:explains { - :alice5289 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5290 :does :log_off_at_end_of_shift. -} log:explains { - :alice5290 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5291 :does :log_off_at_end_of_shift. -} log:explains { - :alice5291 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5292 :does :log_off_at_end_of_shift. -} log:explains { - :alice5292 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5293 :does :log_off_at_end_of_shift. -} log:explains { - :alice5293 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5294 :does :log_off_at_end_of_shift. -} log:explains { - :alice5294 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5295 :does :log_off_at_end_of_shift. -} log:explains { - :alice5295 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5296 :does :log_off_at_end_of_shift. -} log:explains { - :alice5296 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5297 :does :log_off_at_end_of_shift. -} log:explains { - :alice5297 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5298 :does :log_off_at_end_of_shift. -} log:explains { - :alice5298 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5299 :does :log_off_at_end_of_shift. -} log:explains { - :alice5299 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5300 :does :log_off_at_end_of_shift. -} log:explains { - :alice5300 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5301 :does :log_off_at_end_of_shift. -} log:explains { - :alice5301 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5302 :does :log_off_at_end_of_shift. -} log:explains { - :alice5302 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5303 :does :log_off_at_end_of_shift. -} log:explains { - :alice5303 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5304 :does :log_off_at_end_of_shift. -} log:explains { - :alice5304 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5305 :does :log_off_at_end_of_shift. -} log:explains { - :alice5305 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5306 :does :log_off_at_end_of_shift. -} log:explains { - :alice5306 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5307 :does :log_off_at_end_of_shift. -} log:explains { - :alice5307 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5308 :does :log_off_at_end_of_shift. -} log:explains { - :alice5308 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5309 :does :log_off_at_end_of_shift. -} log:explains { - :alice5309 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5310 :does :log_off_at_end_of_shift. -} log:explains { - :alice5310 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5311 :does :log_off_at_end_of_shift. -} log:explains { - :alice5311 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5312 :does :log_off_at_end_of_shift. -} log:explains { - :alice5312 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5313 :does :log_off_at_end_of_shift. -} log:explains { - :alice5313 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5314 :does :log_off_at_end_of_shift. -} log:explains { - :alice5314 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5315 :does :log_off_at_end_of_shift. -} log:explains { - :alice5315 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5316 :does :log_off_at_end_of_shift. -} log:explains { - :alice5316 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5317 :does :log_off_at_end_of_shift. -} log:explains { - :alice5317 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5318 :does :log_off_at_end_of_shift. -} log:explains { - :alice5318 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5319 :does :log_off_at_end_of_shift. -} log:explains { - :alice5319 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5320 :does :log_off_at_end_of_shift. -} log:explains { - :alice5320 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5321 :does :log_off_at_end_of_shift. -} log:explains { - :alice5321 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5322 :does :log_off_at_end_of_shift. -} log:explains { - :alice5322 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5323 :does :log_off_at_end_of_shift. -} log:explains { - :alice5323 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5324 :does :log_off_at_end_of_shift. -} log:explains { - :alice5324 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5325 :does :log_off_at_end_of_shift. -} log:explains { - :alice5325 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5326 :does :log_off_at_end_of_shift. -} log:explains { - :alice5326 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5327 :does :log_off_at_end_of_shift. -} log:explains { - :alice5327 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5328 :does :log_off_at_end_of_shift. -} log:explains { - :alice5328 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5329 :does :log_off_at_end_of_shift. -} log:explains { - :alice5329 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5330 :does :log_off_at_end_of_shift. -} log:explains { - :alice5330 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5331 :does :log_off_at_end_of_shift. -} log:explains { - :alice5331 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5332 :does :log_off_at_end_of_shift. -} log:explains { - :alice5332 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5333 :does :log_off_at_end_of_shift. -} log:explains { - :alice5333 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5334 :does :log_off_at_end_of_shift. -} log:explains { - :alice5334 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5335 :does :log_off_at_end_of_shift. -} log:explains { - :alice5335 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5336 :does :log_off_at_end_of_shift. -} log:explains { - :alice5336 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5337 :does :log_off_at_end_of_shift. -} log:explains { - :alice5337 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5338 :does :log_off_at_end_of_shift. -} log:explains { - :alice5338 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5339 :does :log_off_at_end_of_shift. -} log:explains { - :alice5339 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5340 :does :log_off_at_end_of_shift. -} log:explains { - :alice5340 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5341 :does :log_off_at_end_of_shift. -} log:explains { - :alice5341 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5342 :does :log_off_at_end_of_shift. -} log:explains { - :alice5342 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5343 :does :log_off_at_end_of_shift. -} log:explains { - :alice5343 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5344 :does :log_off_at_end_of_shift. -} log:explains { - :alice5344 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5345 :does :log_off_at_end_of_shift. -} log:explains { - :alice5345 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5346 :does :log_off_at_end_of_shift. -} log:explains { - :alice5346 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5347 :does :log_off_at_end_of_shift. -} log:explains { - :alice5347 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5348 :does :log_off_at_end_of_shift. -} log:explains { - :alice5348 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5349 :does :log_off_at_end_of_shift. -} log:explains { - :alice5349 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5350 :does :log_off_at_end_of_shift. -} log:explains { - :alice5350 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5351 :does :log_off_at_end_of_shift. -} log:explains { - :alice5351 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5352 :does :log_off_at_end_of_shift. -} log:explains { - :alice5352 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5353 :does :log_off_at_end_of_shift. -} log:explains { - :alice5353 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5354 :does :log_off_at_end_of_shift. -} log:explains { - :alice5354 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5355 :does :log_off_at_end_of_shift. -} log:explains { - :alice5355 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5356 :does :log_off_at_end_of_shift. -} log:explains { - :alice5356 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5357 :does :log_off_at_end_of_shift. -} log:explains { - :alice5357 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5358 :does :log_off_at_end_of_shift. -} log:explains { - :alice5358 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5359 :does :log_off_at_end_of_shift. -} log:explains { - :alice5359 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5360 :does :log_off_at_end_of_shift. -} log:explains { - :alice5360 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5361 :does :log_off_at_end_of_shift. -} log:explains { - :alice5361 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5362 :does :log_off_at_end_of_shift. -} log:explains { - :alice5362 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5363 :does :log_off_at_end_of_shift. -} log:explains { - :alice5363 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5364 :does :log_off_at_end_of_shift. -} log:explains { - :alice5364 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5365 :does :log_off_at_end_of_shift. -} log:explains { - :alice5365 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5366 :does :log_off_at_end_of_shift. -} log:explains { - :alice5366 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5367 :does :log_off_at_end_of_shift. -} log:explains { - :alice5367 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5368 :does :log_off_at_end_of_shift. -} log:explains { - :alice5368 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5369 :does :log_off_at_end_of_shift. -} log:explains { - :alice5369 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5370 :does :log_off_at_end_of_shift. -} log:explains { - :alice5370 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5371 :does :log_off_at_end_of_shift. -} log:explains { - :alice5371 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5372 :does :log_off_at_end_of_shift. -} log:explains { - :alice5372 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5373 :does :log_off_at_end_of_shift. -} log:explains { - :alice5373 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5374 :does :log_off_at_end_of_shift. -} log:explains { - :alice5374 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5375 :does :log_off_at_end_of_shift. -} log:explains { - :alice5375 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5376 :does :log_off_at_end_of_shift. -} log:explains { - :alice5376 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5377 :does :log_off_at_end_of_shift. -} log:explains { - :alice5377 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5378 :does :log_off_at_end_of_shift. -} log:explains { - :alice5378 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5379 :does :log_off_at_end_of_shift. -} log:explains { - :alice5379 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5380 :does :log_off_at_end_of_shift. -} log:explains { - :alice5380 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5381 :does :log_off_at_end_of_shift. -} log:explains { - :alice5381 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5382 :does :log_off_at_end_of_shift. -} log:explains { - :alice5382 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5383 :does :log_off_at_end_of_shift. -} log:explains { - :alice5383 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5384 :does :log_off_at_end_of_shift. -} log:explains { - :alice5384 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5385 :does :log_off_at_end_of_shift. -} log:explains { - :alice5385 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5386 :does :log_off_at_end_of_shift. -} log:explains { - :alice5386 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5387 :does :log_off_at_end_of_shift. -} log:explains { - :alice5387 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5388 :does :log_off_at_end_of_shift. -} log:explains { - :alice5388 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5389 :does :log_off_at_end_of_shift. -} log:explains { - :alice5389 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5390 :does :log_off_at_end_of_shift. -} log:explains { - :alice5390 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5391 :does :log_off_at_end_of_shift. -} log:explains { - :alice5391 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5392 :does :log_off_at_end_of_shift. -} log:explains { - :alice5392 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5393 :does :log_off_at_end_of_shift. -} log:explains { - :alice5393 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5394 :does :log_off_at_end_of_shift. -} log:explains { - :alice5394 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5395 :does :log_off_at_end_of_shift. -} log:explains { - :alice5395 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5396 :does :log_off_at_end_of_shift. -} log:explains { - :alice5396 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5397 :does :log_off_at_end_of_shift. -} log:explains { - :alice5397 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5398 :does :log_off_at_end_of_shift. -} log:explains { - :alice5398 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5399 :does :log_off_at_end_of_shift. -} log:explains { - :alice5399 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5400 :does :log_off_at_end_of_shift. -} log:explains { - :alice5400 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5401 :does :log_off_at_end_of_shift. -} log:explains { - :alice5401 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5402 :does :log_off_at_end_of_shift. -} log:explains { - :alice5402 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5403 :does :log_off_at_end_of_shift. -} log:explains { - :alice5403 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5404 :does :log_off_at_end_of_shift. -} log:explains { - :alice5404 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5405 :does :log_off_at_end_of_shift. -} log:explains { - :alice5405 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5406 :does :log_off_at_end_of_shift. -} log:explains { - :alice5406 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5407 :does :log_off_at_end_of_shift. -} log:explains { - :alice5407 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5408 :does :log_off_at_end_of_shift. -} log:explains { - :alice5408 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5409 :does :log_off_at_end_of_shift. -} log:explains { - :alice5409 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5410 :does :log_off_at_end_of_shift. -} log:explains { - :alice5410 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5411 :does :log_off_at_end_of_shift. -} log:explains { - :alice5411 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5412 :does :log_off_at_end_of_shift. -} log:explains { - :alice5412 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5413 :does :log_off_at_end_of_shift. -} log:explains { - :alice5413 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5414 :does :log_off_at_end_of_shift. -} log:explains { - :alice5414 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5415 :does :log_off_at_end_of_shift. -} log:explains { - :alice5415 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5416 :does :log_off_at_end_of_shift. -} log:explains { - :alice5416 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5417 :does :log_off_at_end_of_shift. -} log:explains { - :alice5417 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5418 :does :log_off_at_end_of_shift. -} log:explains { - :alice5418 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5419 :does :log_off_at_end_of_shift. -} log:explains { - :alice5419 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5420 :does :log_off_at_end_of_shift. -} log:explains { - :alice5420 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5421 :does :log_off_at_end_of_shift. -} log:explains { - :alice5421 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5422 :does :log_off_at_end_of_shift. -} log:explains { - :alice5422 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5423 :does :log_off_at_end_of_shift. -} log:explains { - :alice5423 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5424 :does :log_off_at_end_of_shift. -} log:explains { - :alice5424 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5425 :does :log_off_at_end_of_shift. -} log:explains { - :alice5425 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5426 :does :log_off_at_end_of_shift. -} log:explains { - :alice5426 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5427 :does :log_off_at_end_of_shift. -} log:explains { - :alice5427 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5428 :does :log_off_at_end_of_shift. -} log:explains { - :alice5428 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5429 :does :log_off_at_end_of_shift. -} log:explains { - :alice5429 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5430 :does :log_off_at_end_of_shift. -} log:explains { - :alice5430 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5431 :does :log_off_at_end_of_shift. -} log:explains { - :alice5431 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5432 :does :log_off_at_end_of_shift. -} log:explains { - :alice5432 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5433 :does :log_off_at_end_of_shift. -} log:explains { - :alice5433 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5434 :does :log_off_at_end_of_shift. -} log:explains { - :alice5434 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5435 :does :log_off_at_end_of_shift. -} log:explains { - :alice5435 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5436 :does :log_off_at_end_of_shift. -} log:explains { - :alice5436 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5437 :does :log_off_at_end_of_shift. -} log:explains { - :alice5437 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5438 :does :log_off_at_end_of_shift. -} log:explains { - :alice5438 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5439 :does :log_off_at_end_of_shift. -} log:explains { - :alice5439 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5440 :does :log_off_at_end_of_shift. -} log:explains { - :alice5440 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5441 :does :log_off_at_end_of_shift. -} log:explains { - :alice5441 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5442 :does :log_off_at_end_of_shift. -} log:explains { - :alice5442 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5443 :does :log_off_at_end_of_shift. -} log:explains { - :alice5443 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5444 :does :log_off_at_end_of_shift. -} log:explains { - :alice5444 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5445 :does :log_off_at_end_of_shift. -} log:explains { - :alice5445 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5446 :does :log_off_at_end_of_shift. -} log:explains { - :alice5446 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5447 :does :log_off_at_end_of_shift. -} log:explains { - :alice5447 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5448 :does :log_off_at_end_of_shift. -} log:explains { - :alice5448 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5449 :does :log_off_at_end_of_shift. -} log:explains { - :alice5449 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5450 :does :log_off_at_end_of_shift. -} log:explains { - :alice5450 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5451 :does :log_off_at_end_of_shift. -} log:explains { - :alice5451 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5452 :does :log_off_at_end_of_shift. -} log:explains { - :alice5452 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5453 :does :log_off_at_end_of_shift. -} log:explains { - :alice5453 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5454 :does :log_off_at_end_of_shift. -} log:explains { - :alice5454 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5455 :does :log_off_at_end_of_shift. -} log:explains { - :alice5455 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5456 :does :log_off_at_end_of_shift. -} log:explains { - :alice5456 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5457 :does :log_off_at_end_of_shift. -} log:explains { - :alice5457 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5458 :does :log_off_at_end_of_shift. -} log:explains { - :alice5458 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5459 :does :log_off_at_end_of_shift. -} log:explains { - :alice5459 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5460 :does :log_off_at_end_of_shift. -} log:explains { - :alice5460 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5461 :does :log_off_at_end_of_shift. -} log:explains { - :alice5461 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5462 :does :log_off_at_end_of_shift. -} log:explains { - :alice5462 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5463 :does :log_off_at_end_of_shift. -} log:explains { - :alice5463 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5464 :does :log_off_at_end_of_shift. -} log:explains { - :alice5464 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5465 :does :log_off_at_end_of_shift. -} log:explains { - :alice5465 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5466 :does :log_off_at_end_of_shift. -} log:explains { - :alice5466 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5467 :does :log_off_at_end_of_shift. -} log:explains { - :alice5467 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5468 :does :log_off_at_end_of_shift. -} log:explains { - :alice5468 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5469 :does :log_off_at_end_of_shift. -} log:explains { - :alice5469 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5470 :does :log_off_at_end_of_shift. -} log:explains { - :alice5470 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5471 :does :log_off_at_end_of_shift. -} log:explains { - :alice5471 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5472 :does :log_off_at_end_of_shift. -} log:explains { - :alice5472 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5473 :does :log_off_at_end_of_shift. -} log:explains { - :alice5473 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5474 :does :log_off_at_end_of_shift. -} log:explains { - :alice5474 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5475 :does :log_off_at_end_of_shift. -} log:explains { - :alice5475 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5476 :does :log_off_at_end_of_shift. -} log:explains { - :alice5476 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5477 :does :log_off_at_end_of_shift. -} log:explains { - :alice5477 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5478 :does :log_off_at_end_of_shift. -} log:explains { - :alice5478 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5479 :does :log_off_at_end_of_shift. -} log:explains { - :alice5479 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5480 :does :log_off_at_end_of_shift. -} log:explains { - :alice5480 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5481 :does :log_off_at_end_of_shift. -} log:explains { - :alice5481 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5482 :does :log_off_at_end_of_shift. -} log:explains { - :alice5482 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5483 :does :log_off_at_end_of_shift. -} log:explains { - :alice5483 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5484 :does :log_off_at_end_of_shift. -} log:explains { - :alice5484 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5485 :does :log_off_at_end_of_shift. -} log:explains { - :alice5485 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5486 :does :log_off_at_end_of_shift. -} log:explains { - :alice5486 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5487 :does :log_off_at_end_of_shift. -} log:explains { - :alice5487 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5488 :does :log_off_at_end_of_shift. -} log:explains { - :alice5488 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5489 :does :log_off_at_end_of_shift. -} log:explains { - :alice5489 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5490 :does :log_off_at_end_of_shift. -} log:explains { - :alice5490 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5491 :does :log_off_at_end_of_shift. -} log:explains { - :alice5491 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5492 :does :log_off_at_end_of_shift. -} log:explains { - :alice5492 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5493 :does :log_off_at_end_of_shift. -} log:explains { - :alice5493 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5494 :does :log_off_at_end_of_shift. -} log:explains { - :alice5494 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5495 :does :log_off_at_end_of_shift. -} log:explains { - :alice5495 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5496 :does :log_off_at_end_of_shift. -} log:explains { - :alice5496 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5497 :does :log_off_at_end_of_shift. -} log:explains { - :alice5497 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5498 :does :log_off_at_end_of_shift. -} log:explains { - :alice5498 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5499 :does :log_off_at_end_of_shift. -} log:explains { - :alice5499 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5500 :does :log_off_at_end_of_shift. -} log:explains { - :alice5500 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5501 :does :log_off_at_end_of_shift. -} log:explains { - :alice5501 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5502 :does :log_off_at_end_of_shift. -} log:explains { - :alice5502 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5503 :does :log_off_at_end_of_shift. -} log:explains { - :alice5503 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5504 :does :log_off_at_end_of_shift. -} log:explains { - :alice5504 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5505 :does :log_off_at_end_of_shift. -} log:explains { - :alice5505 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5506 :does :log_off_at_end_of_shift. -} log:explains { - :alice5506 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5507 :does :log_off_at_end_of_shift. -} log:explains { - :alice5507 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5508 :does :log_off_at_end_of_shift. -} log:explains { - :alice5508 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5509 :does :log_off_at_end_of_shift. -} log:explains { - :alice5509 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5510 :does :log_off_at_end_of_shift. -} log:explains { - :alice5510 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5511 :does :log_off_at_end_of_shift. -} log:explains { - :alice5511 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5512 :does :log_off_at_end_of_shift. -} log:explains { - :alice5512 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5513 :does :log_off_at_end_of_shift. -} log:explains { - :alice5513 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5514 :does :log_off_at_end_of_shift. -} log:explains { - :alice5514 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5515 :does :log_off_at_end_of_shift. -} log:explains { - :alice5515 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5516 :does :log_off_at_end_of_shift. -} log:explains { - :alice5516 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5517 :does :log_off_at_end_of_shift. -} log:explains { - :alice5517 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5518 :does :log_off_at_end_of_shift. -} log:explains { - :alice5518 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5519 :does :log_off_at_end_of_shift. -} log:explains { - :alice5519 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5520 :does :log_off_at_end_of_shift. -} log:explains { - :alice5520 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5521 :does :log_off_at_end_of_shift. -} log:explains { - :alice5521 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5522 :does :log_off_at_end_of_shift. -} log:explains { - :alice5522 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5523 :does :log_off_at_end_of_shift. -} log:explains { - :alice5523 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5524 :does :log_off_at_end_of_shift. -} log:explains { - :alice5524 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5525 :does :log_off_at_end_of_shift. -} log:explains { - :alice5525 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5526 :does :log_off_at_end_of_shift. -} log:explains { - :alice5526 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5527 :does :log_off_at_end_of_shift. -} log:explains { - :alice5527 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5528 :does :log_off_at_end_of_shift. -} log:explains { - :alice5528 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5529 :does :log_off_at_end_of_shift. -} log:explains { - :alice5529 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5530 :does :log_off_at_end_of_shift. -} log:explains { - :alice5530 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5531 :does :log_off_at_end_of_shift. -} log:explains { - :alice5531 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5532 :does :log_off_at_end_of_shift. -} log:explains { - :alice5532 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5533 :does :log_off_at_end_of_shift. -} log:explains { - :alice5533 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5534 :does :log_off_at_end_of_shift. -} log:explains { - :alice5534 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5535 :does :log_off_at_end_of_shift. -} log:explains { - :alice5535 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5536 :does :log_off_at_end_of_shift. -} log:explains { - :alice5536 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5537 :does :log_off_at_end_of_shift. -} log:explains { - :alice5537 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5538 :does :log_off_at_end_of_shift. -} log:explains { - :alice5538 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5539 :does :log_off_at_end_of_shift. -} log:explains { - :alice5539 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5540 :does :log_off_at_end_of_shift. -} log:explains { - :alice5540 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5541 :does :log_off_at_end_of_shift. -} log:explains { - :alice5541 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5542 :does :log_off_at_end_of_shift. -} log:explains { - :alice5542 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5543 :does :log_off_at_end_of_shift. -} log:explains { - :alice5543 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5544 :does :log_off_at_end_of_shift. -} log:explains { - :alice5544 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5545 :does :log_off_at_end_of_shift. -} log:explains { - :alice5545 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5546 :does :log_off_at_end_of_shift. -} log:explains { - :alice5546 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5547 :does :log_off_at_end_of_shift. -} log:explains { - :alice5547 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5548 :does :log_off_at_end_of_shift. -} log:explains { - :alice5548 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5549 :does :log_off_at_end_of_shift. -} log:explains { - :alice5549 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5550 :does :log_off_at_end_of_shift. -} log:explains { - :alice5550 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5551 :does :log_off_at_end_of_shift. -} log:explains { - :alice5551 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5552 :does :log_off_at_end_of_shift. -} log:explains { - :alice5552 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5553 :does :log_off_at_end_of_shift. -} log:explains { - :alice5553 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5554 :does :log_off_at_end_of_shift. -} log:explains { - :alice5554 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5555 :does :log_off_at_end_of_shift. -} log:explains { - :alice5555 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5556 :does :log_off_at_end_of_shift. -} log:explains { - :alice5556 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5557 :does :log_off_at_end_of_shift. -} log:explains { - :alice5557 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5558 :does :log_off_at_end_of_shift. -} log:explains { - :alice5558 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5559 :does :log_off_at_end_of_shift. -} log:explains { - :alice5559 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5560 :does :log_off_at_end_of_shift. -} log:explains { - :alice5560 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5561 :does :log_off_at_end_of_shift. -} log:explains { - :alice5561 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5562 :does :log_off_at_end_of_shift. -} log:explains { - :alice5562 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5563 :does :log_off_at_end_of_shift. -} log:explains { - :alice5563 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5564 :does :log_off_at_end_of_shift. -} log:explains { - :alice5564 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5565 :does :log_off_at_end_of_shift. -} log:explains { - :alice5565 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5566 :does :log_off_at_end_of_shift. -} log:explains { - :alice5566 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5567 :does :log_off_at_end_of_shift. -} log:explains { - :alice5567 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5568 :does :log_off_at_end_of_shift. -} log:explains { - :alice5568 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5569 :does :log_off_at_end_of_shift. -} log:explains { - :alice5569 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5570 :does :log_off_at_end_of_shift. -} log:explains { - :alice5570 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5571 :does :log_off_at_end_of_shift. -} log:explains { - :alice5571 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5572 :does :log_off_at_end_of_shift. -} log:explains { - :alice5572 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5573 :does :log_off_at_end_of_shift. -} log:explains { - :alice5573 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5574 :does :log_off_at_end_of_shift. -} log:explains { - :alice5574 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5575 :does :log_off_at_end_of_shift. -} log:explains { - :alice5575 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5576 :does :log_off_at_end_of_shift. -} log:explains { - :alice5576 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5577 :does :log_off_at_end_of_shift. -} log:explains { - :alice5577 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5578 :does :log_off_at_end_of_shift. -} log:explains { - :alice5578 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5579 :does :log_off_at_end_of_shift. -} log:explains { - :alice5579 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5580 :does :log_off_at_end_of_shift. -} log:explains { - :alice5580 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5581 :does :log_off_at_end_of_shift. -} log:explains { - :alice5581 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5582 :does :log_off_at_end_of_shift. -} log:explains { - :alice5582 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5583 :does :log_off_at_end_of_shift. -} log:explains { - :alice5583 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5584 :does :log_off_at_end_of_shift. -} log:explains { - :alice5584 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5585 :does :log_off_at_end_of_shift. -} log:explains { - :alice5585 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5586 :does :log_off_at_end_of_shift. -} log:explains { - :alice5586 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5587 :does :log_off_at_end_of_shift. -} log:explains { - :alice5587 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5588 :does :log_off_at_end_of_shift. -} log:explains { - :alice5588 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5589 :does :log_off_at_end_of_shift. -} log:explains { - :alice5589 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5590 :does :log_off_at_end_of_shift. -} log:explains { - :alice5590 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5591 :does :log_off_at_end_of_shift. -} log:explains { - :alice5591 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5592 :does :log_off_at_end_of_shift. -} log:explains { - :alice5592 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5593 :does :log_off_at_end_of_shift. -} log:explains { - :alice5593 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5594 :does :log_off_at_end_of_shift. -} log:explains { - :alice5594 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5595 :does :log_off_at_end_of_shift. -} log:explains { - :alice5595 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5596 :does :log_off_at_end_of_shift. -} log:explains { - :alice5596 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5597 :does :log_off_at_end_of_shift. -} log:explains { - :alice5597 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5598 :does :log_off_at_end_of_shift. -} log:explains { - :alice5598 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5599 :does :log_off_at_end_of_shift. -} log:explains { - :alice5599 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5600 :does :log_off_at_end_of_shift. -} log:explains { - :alice5600 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5601 :does :log_off_at_end_of_shift. -} log:explains { - :alice5601 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5602 :does :log_off_at_end_of_shift. -} log:explains { - :alice5602 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5603 :does :log_off_at_end_of_shift. -} log:explains { - :alice5603 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5604 :does :log_off_at_end_of_shift. -} log:explains { - :alice5604 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5605 :does :log_off_at_end_of_shift. -} log:explains { - :alice5605 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5606 :does :log_off_at_end_of_shift. -} log:explains { - :alice5606 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5607 :does :log_off_at_end_of_shift. -} log:explains { - :alice5607 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5608 :does :log_off_at_end_of_shift. -} log:explains { - :alice5608 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5609 :does :log_off_at_end_of_shift. -} log:explains { - :alice5609 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5610 :does :log_off_at_end_of_shift. -} log:explains { - :alice5610 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5611 :does :log_off_at_end_of_shift. -} log:explains { - :alice5611 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5612 :does :log_off_at_end_of_shift. -} log:explains { - :alice5612 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5613 :does :log_off_at_end_of_shift. -} log:explains { - :alice5613 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5614 :does :log_off_at_end_of_shift. -} log:explains { - :alice5614 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5615 :does :log_off_at_end_of_shift. -} log:explains { - :alice5615 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5616 :does :log_off_at_end_of_shift. -} log:explains { - :alice5616 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5617 :does :log_off_at_end_of_shift. -} log:explains { - :alice5617 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5618 :does :log_off_at_end_of_shift. -} log:explains { - :alice5618 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5619 :does :log_off_at_end_of_shift. -} log:explains { - :alice5619 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5620 :does :log_off_at_end_of_shift. -} log:explains { - :alice5620 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5621 :does :log_off_at_end_of_shift. -} log:explains { - :alice5621 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5622 :does :log_off_at_end_of_shift. -} log:explains { - :alice5622 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5623 :does :log_off_at_end_of_shift. -} log:explains { - :alice5623 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5624 :does :log_off_at_end_of_shift. -} log:explains { - :alice5624 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5625 :does :log_off_at_end_of_shift. -} log:explains { - :alice5625 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5626 :does :log_off_at_end_of_shift. -} log:explains { - :alice5626 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5627 :does :log_off_at_end_of_shift. -} log:explains { - :alice5627 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5628 :does :log_off_at_end_of_shift. -} log:explains { - :alice5628 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5629 :does :log_off_at_end_of_shift. -} log:explains { - :alice5629 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5630 :does :log_off_at_end_of_shift. -} log:explains { - :alice5630 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5631 :does :log_off_at_end_of_shift. -} log:explains { - :alice5631 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5632 :does :log_off_at_end_of_shift. -} log:explains { - :alice5632 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5633 :does :log_off_at_end_of_shift. -} log:explains { - :alice5633 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5634 :does :log_off_at_end_of_shift. -} log:explains { - :alice5634 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5635 :does :log_off_at_end_of_shift. -} log:explains { - :alice5635 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5636 :does :log_off_at_end_of_shift. -} log:explains { - :alice5636 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5637 :does :log_off_at_end_of_shift. -} log:explains { - :alice5637 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5638 :does :log_off_at_end_of_shift. -} log:explains { - :alice5638 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5639 :does :log_off_at_end_of_shift. -} log:explains { - :alice5639 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5640 :does :log_off_at_end_of_shift. -} log:explains { - :alice5640 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5641 :does :log_off_at_end_of_shift. -} log:explains { - :alice5641 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5642 :does :log_off_at_end_of_shift. -} log:explains { - :alice5642 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5643 :does :log_off_at_end_of_shift. -} log:explains { - :alice5643 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5644 :does :log_off_at_end_of_shift. -} log:explains { - :alice5644 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5645 :does :log_off_at_end_of_shift. -} log:explains { - :alice5645 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5646 :does :log_off_at_end_of_shift. -} log:explains { - :alice5646 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5647 :does :log_off_at_end_of_shift. -} log:explains { - :alice5647 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5648 :does :log_off_at_end_of_shift. -} log:explains { - :alice5648 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5649 :does :log_off_at_end_of_shift. -} log:explains { - :alice5649 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5650 :does :log_off_at_end_of_shift. -} log:explains { - :alice5650 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5651 :does :log_off_at_end_of_shift. -} log:explains { - :alice5651 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5652 :does :log_off_at_end_of_shift. -} log:explains { - :alice5652 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5653 :does :log_off_at_end_of_shift. -} log:explains { - :alice5653 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5654 :does :log_off_at_end_of_shift. -} log:explains { - :alice5654 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5655 :does :log_off_at_end_of_shift. -} log:explains { - :alice5655 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5656 :does :log_off_at_end_of_shift. -} log:explains { - :alice5656 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5657 :does :log_off_at_end_of_shift. -} log:explains { - :alice5657 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5658 :does :log_off_at_end_of_shift. -} log:explains { - :alice5658 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5659 :does :log_off_at_end_of_shift. -} log:explains { - :alice5659 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5660 :does :log_off_at_end_of_shift. -} log:explains { - :alice5660 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5661 :does :log_off_at_end_of_shift. -} log:explains { - :alice5661 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5662 :does :log_off_at_end_of_shift. -} log:explains { - :alice5662 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5663 :does :log_off_at_end_of_shift. -} log:explains { - :alice5663 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5664 :does :log_off_at_end_of_shift. -} log:explains { - :alice5664 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5665 :does :log_off_at_end_of_shift. -} log:explains { - :alice5665 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5666 :does :log_off_at_end_of_shift. -} log:explains { - :alice5666 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5667 :does :log_off_at_end_of_shift. -} log:explains { - :alice5667 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5668 :does :log_off_at_end_of_shift. -} log:explains { - :alice5668 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5669 :does :log_off_at_end_of_shift. -} log:explains { - :alice5669 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5670 :does :log_off_at_end_of_shift. -} log:explains { - :alice5670 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5671 :does :log_off_at_end_of_shift. -} log:explains { - :alice5671 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5672 :does :log_off_at_end_of_shift. -} log:explains { - :alice5672 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5673 :does :log_off_at_end_of_shift. -} log:explains { - :alice5673 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5674 :does :log_off_at_end_of_shift. -} log:explains { - :alice5674 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5675 :does :log_off_at_end_of_shift. -} log:explains { - :alice5675 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5676 :does :log_off_at_end_of_shift. -} log:explains { - :alice5676 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5677 :does :log_off_at_end_of_shift. -} log:explains { - :alice5677 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5678 :does :log_off_at_end_of_shift. -} log:explains { - :alice5678 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5679 :does :log_off_at_end_of_shift. -} log:explains { - :alice5679 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5680 :does :log_off_at_end_of_shift. -} log:explains { - :alice5680 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5681 :does :log_off_at_end_of_shift. -} log:explains { - :alice5681 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5682 :does :log_off_at_end_of_shift. -} log:explains { - :alice5682 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5683 :does :log_off_at_end_of_shift. -} log:explains { - :alice5683 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5684 :does :log_off_at_end_of_shift. -} log:explains { - :alice5684 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5685 :does :log_off_at_end_of_shift. -} log:explains { - :alice5685 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5686 :does :log_off_at_end_of_shift. -} log:explains { - :alice5686 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5687 :does :log_off_at_end_of_shift. -} log:explains { - :alice5687 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5688 :does :log_off_at_end_of_shift. -} log:explains { - :alice5688 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5689 :does :log_off_at_end_of_shift. -} log:explains { - :alice5689 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5690 :does :log_off_at_end_of_shift. -} log:explains { - :alice5690 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5691 :does :log_off_at_end_of_shift. -} log:explains { - :alice5691 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5692 :does :log_off_at_end_of_shift. -} log:explains { - :alice5692 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5693 :does :log_off_at_end_of_shift. -} log:explains { - :alice5693 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5694 :does :log_off_at_end_of_shift. -} log:explains { - :alice5694 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5695 :does :log_off_at_end_of_shift. -} log:explains { - :alice5695 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5696 :does :log_off_at_end_of_shift. -} log:explains { - :alice5696 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5697 :does :log_off_at_end_of_shift. -} log:explains { - :alice5697 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5698 :does :log_off_at_end_of_shift. -} log:explains { - :alice5698 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5699 :does :log_off_at_end_of_shift. -} log:explains { - :alice5699 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5700 :does :log_off_at_end_of_shift. -} log:explains { - :alice5700 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5701 :does :log_off_at_end_of_shift. -} log:explains { - :alice5701 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5702 :does :log_off_at_end_of_shift. -} log:explains { - :alice5702 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5703 :does :log_off_at_end_of_shift. -} log:explains { - :alice5703 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5704 :does :log_off_at_end_of_shift. -} log:explains { - :alice5704 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5705 :does :log_off_at_end_of_shift. -} log:explains { - :alice5705 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5706 :does :log_off_at_end_of_shift. -} log:explains { - :alice5706 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5707 :does :log_off_at_end_of_shift. -} log:explains { - :alice5707 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5708 :does :log_off_at_end_of_shift. -} log:explains { - :alice5708 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5709 :does :log_off_at_end_of_shift. -} log:explains { - :alice5709 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5710 :does :log_off_at_end_of_shift. -} log:explains { - :alice5710 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5711 :does :log_off_at_end_of_shift. -} log:explains { - :alice5711 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5712 :does :log_off_at_end_of_shift. -} log:explains { - :alice5712 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5713 :does :log_off_at_end_of_shift. -} log:explains { - :alice5713 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5714 :does :log_off_at_end_of_shift. -} log:explains { - :alice5714 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5715 :does :log_off_at_end_of_shift. -} log:explains { - :alice5715 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5716 :does :log_off_at_end_of_shift. -} log:explains { - :alice5716 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5717 :does :log_off_at_end_of_shift. -} log:explains { - :alice5717 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5718 :does :log_off_at_end_of_shift. -} log:explains { - :alice5718 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5719 :does :log_off_at_end_of_shift. -} log:explains { - :alice5719 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5720 :does :log_off_at_end_of_shift. -} log:explains { - :alice5720 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5721 :does :log_off_at_end_of_shift. -} log:explains { - :alice5721 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5722 :does :log_off_at_end_of_shift. -} log:explains { - :alice5722 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5723 :does :log_off_at_end_of_shift. -} log:explains { - :alice5723 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5724 :does :log_off_at_end_of_shift. -} log:explains { - :alice5724 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5725 :does :log_off_at_end_of_shift. -} log:explains { - :alice5725 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5726 :does :log_off_at_end_of_shift. -} log:explains { - :alice5726 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5727 :does :log_off_at_end_of_shift. -} log:explains { - :alice5727 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5728 :does :log_off_at_end_of_shift. -} log:explains { - :alice5728 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5729 :does :log_off_at_end_of_shift. -} log:explains { - :alice5729 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5730 :does :log_off_at_end_of_shift. -} log:explains { - :alice5730 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5731 :does :log_off_at_end_of_shift. -} log:explains { - :alice5731 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5732 :does :log_off_at_end_of_shift. -} log:explains { - :alice5732 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5733 :does :log_off_at_end_of_shift. -} log:explains { - :alice5733 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5734 :does :log_off_at_end_of_shift. -} log:explains { - :alice5734 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5735 :does :log_off_at_end_of_shift. -} log:explains { - :alice5735 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5736 :does :log_off_at_end_of_shift. -} log:explains { - :alice5736 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5737 :does :log_off_at_end_of_shift. -} log:explains { - :alice5737 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5738 :does :log_off_at_end_of_shift. -} log:explains { - :alice5738 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5739 :does :log_off_at_end_of_shift. -} log:explains { - :alice5739 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5740 :does :log_off_at_end_of_shift. -} log:explains { - :alice5740 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5741 :does :log_off_at_end_of_shift. -} log:explains { - :alice5741 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5742 :does :log_off_at_end_of_shift. -} log:explains { - :alice5742 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5743 :does :log_off_at_end_of_shift. -} log:explains { - :alice5743 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5744 :does :log_off_at_end_of_shift. -} log:explains { - :alice5744 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5745 :does :log_off_at_end_of_shift. -} log:explains { - :alice5745 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5746 :does :log_off_at_end_of_shift. -} log:explains { - :alice5746 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5747 :does :log_off_at_end_of_shift. -} log:explains { - :alice5747 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5748 :does :log_off_at_end_of_shift. -} log:explains { - :alice5748 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5749 :does :log_off_at_end_of_shift. -} log:explains { - :alice5749 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5750 :does :log_off_at_end_of_shift. -} log:explains { - :alice5750 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5751 :does :log_off_at_end_of_shift. -} log:explains { - :alice5751 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5752 :does :log_off_at_end_of_shift. -} log:explains { - :alice5752 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5753 :does :log_off_at_end_of_shift. -} log:explains { - :alice5753 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5754 :does :log_off_at_end_of_shift. -} log:explains { - :alice5754 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5755 :does :log_off_at_end_of_shift. -} log:explains { - :alice5755 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5756 :does :log_off_at_end_of_shift. -} log:explains { - :alice5756 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5757 :does :log_off_at_end_of_shift. -} log:explains { - :alice5757 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5758 :does :log_off_at_end_of_shift. -} log:explains { - :alice5758 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5759 :does :log_off_at_end_of_shift. -} log:explains { - :alice5759 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5760 :does :log_off_at_end_of_shift. -} log:explains { - :alice5760 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5761 :does :log_off_at_end_of_shift. -} log:explains { - :alice5761 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5762 :does :log_off_at_end_of_shift. -} log:explains { - :alice5762 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5763 :does :log_off_at_end_of_shift. -} log:explains { - :alice5763 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5764 :does :log_off_at_end_of_shift. -} log:explains { - :alice5764 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5765 :does :log_off_at_end_of_shift. -} log:explains { - :alice5765 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5766 :does :log_off_at_end_of_shift. -} log:explains { - :alice5766 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5767 :does :log_off_at_end_of_shift. -} log:explains { - :alice5767 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5768 :does :log_off_at_end_of_shift. -} log:explains { - :alice5768 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5769 :does :log_off_at_end_of_shift. -} log:explains { - :alice5769 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5770 :does :log_off_at_end_of_shift. -} log:explains { - :alice5770 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5771 :does :log_off_at_end_of_shift. -} log:explains { - :alice5771 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5772 :does :log_off_at_end_of_shift. -} log:explains { - :alice5772 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5773 :does :log_off_at_end_of_shift. -} log:explains { - :alice5773 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5774 :does :log_off_at_end_of_shift. -} log:explains { - :alice5774 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5775 :does :log_off_at_end_of_shift. -} log:explains { - :alice5775 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5776 :does :log_off_at_end_of_shift. -} log:explains { - :alice5776 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5777 :does :log_off_at_end_of_shift. -} log:explains { - :alice5777 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5778 :does :log_off_at_end_of_shift. -} log:explains { - :alice5778 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5779 :does :log_off_at_end_of_shift. -} log:explains { - :alice5779 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5780 :does :log_off_at_end_of_shift. -} log:explains { - :alice5780 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5781 :does :log_off_at_end_of_shift. -} log:explains { - :alice5781 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5782 :does :log_off_at_end_of_shift. -} log:explains { - :alice5782 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5783 :does :log_off_at_end_of_shift. -} log:explains { - :alice5783 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5784 :does :log_off_at_end_of_shift. -} log:explains { - :alice5784 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5785 :does :log_off_at_end_of_shift. -} log:explains { - :alice5785 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5786 :does :log_off_at_end_of_shift. -} log:explains { - :alice5786 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5787 :does :log_off_at_end_of_shift. -} log:explains { - :alice5787 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5788 :does :log_off_at_end_of_shift. -} log:explains { - :alice5788 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5789 :does :log_off_at_end_of_shift. -} log:explains { - :alice5789 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5790 :does :log_off_at_end_of_shift. -} log:explains { - :alice5790 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5791 :does :log_off_at_end_of_shift. -} log:explains { - :alice5791 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5792 :does :log_off_at_end_of_shift. -} log:explains { - :alice5792 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5793 :does :log_off_at_end_of_shift. -} log:explains { - :alice5793 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5794 :does :log_off_at_end_of_shift. -} log:explains { - :alice5794 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5795 :does :log_off_at_end_of_shift. -} log:explains { - :alice5795 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5796 :does :log_off_at_end_of_shift. -} log:explains { - :alice5796 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5797 :does :log_off_at_end_of_shift. -} log:explains { - :alice5797 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5798 :does :log_off_at_end_of_shift. -} log:explains { - :alice5798 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5799 :does :log_off_at_end_of_shift. -} log:explains { - :alice5799 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5800 :does :log_off_at_end_of_shift. -} log:explains { - :alice5800 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5801 :does :log_off_at_end_of_shift. -} log:explains { - :alice5801 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5802 :does :log_off_at_end_of_shift. -} log:explains { - :alice5802 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5803 :does :log_off_at_end_of_shift. -} log:explains { - :alice5803 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5804 :does :log_off_at_end_of_shift. -} log:explains { - :alice5804 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5805 :does :log_off_at_end_of_shift. -} log:explains { - :alice5805 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5806 :does :log_off_at_end_of_shift. -} log:explains { - :alice5806 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5807 :does :log_off_at_end_of_shift. -} log:explains { - :alice5807 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5808 :does :log_off_at_end_of_shift. -} log:explains { - :alice5808 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5809 :does :log_off_at_end_of_shift. -} log:explains { - :alice5809 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5810 :does :log_off_at_end_of_shift. -} log:explains { - :alice5810 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5811 :does :log_off_at_end_of_shift. -} log:explains { - :alice5811 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5812 :does :log_off_at_end_of_shift. -} log:explains { - :alice5812 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5813 :does :log_off_at_end_of_shift. -} log:explains { - :alice5813 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5814 :does :log_off_at_end_of_shift. -} log:explains { - :alice5814 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5815 :does :log_off_at_end_of_shift. -} log:explains { - :alice5815 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5816 :does :log_off_at_end_of_shift. -} log:explains { - :alice5816 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5817 :does :log_off_at_end_of_shift. -} log:explains { - :alice5817 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5818 :does :log_off_at_end_of_shift. -} log:explains { - :alice5818 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5819 :does :log_off_at_end_of_shift. -} log:explains { - :alice5819 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5820 :does :log_off_at_end_of_shift. -} log:explains { - :alice5820 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5821 :does :log_off_at_end_of_shift. -} log:explains { - :alice5821 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5822 :does :log_off_at_end_of_shift. -} log:explains { - :alice5822 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5823 :does :log_off_at_end_of_shift. -} log:explains { - :alice5823 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5824 :does :log_off_at_end_of_shift. -} log:explains { - :alice5824 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5825 :does :log_off_at_end_of_shift. -} log:explains { - :alice5825 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5826 :does :log_off_at_end_of_shift. -} log:explains { - :alice5826 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5827 :does :log_off_at_end_of_shift. -} log:explains { - :alice5827 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5828 :does :log_off_at_end_of_shift. -} log:explains { - :alice5828 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5829 :does :log_off_at_end_of_shift. -} log:explains { - :alice5829 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5830 :does :log_off_at_end_of_shift. -} log:explains { - :alice5830 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5831 :does :log_off_at_end_of_shift. -} log:explains { - :alice5831 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5832 :does :log_off_at_end_of_shift. -} log:explains { - :alice5832 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5833 :does :log_off_at_end_of_shift. -} log:explains { - :alice5833 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5834 :does :log_off_at_end_of_shift. -} log:explains { - :alice5834 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5835 :does :log_off_at_end_of_shift. -} log:explains { - :alice5835 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5836 :does :log_off_at_end_of_shift. -} log:explains { - :alice5836 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5837 :does :log_off_at_end_of_shift. -} log:explains { - :alice5837 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5838 :does :log_off_at_end_of_shift. -} log:explains { - :alice5838 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5839 :does :log_off_at_end_of_shift. -} log:explains { - :alice5839 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5840 :does :log_off_at_end_of_shift. -} log:explains { - :alice5840 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5841 :does :log_off_at_end_of_shift. -} log:explains { - :alice5841 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5842 :does :log_off_at_end_of_shift. -} log:explains { - :alice5842 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5843 :does :log_off_at_end_of_shift. -} log:explains { - :alice5843 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5844 :does :log_off_at_end_of_shift. -} log:explains { - :alice5844 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5845 :does :log_off_at_end_of_shift. -} log:explains { - :alice5845 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5846 :does :log_off_at_end_of_shift. -} log:explains { - :alice5846 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5847 :does :log_off_at_end_of_shift. -} log:explains { - :alice5847 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5848 :does :log_off_at_end_of_shift. -} log:explains { - :alice5848 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5849 :does :log_off_at_end_of_shift. -} log:explains { - :alice5849 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5850 :does :log_off_at_end_of_shift. -} log:explains { - :alice5850 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5851 :does :log_off_at_end_of_shift. -} log:explains { - :alice5851 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5852 :does :log_off_at_end_of_shift. -} log:explains { - :alice5852 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5853 :does :log_off_at_end_of_shift. -} log:explains { - :alice5853 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5854 :does :log_off_at_end_of_shift. -} log:explains { - :alice5854 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5855 :does :log_off_at_end_of_shift. -} log:explains { - :alice5855 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5856 :does :log_off_at_end_of_shift. -} log:explains { - :alice5856 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5857 :does :log_off_at_end_of_shift. -} log:explains { - :alice5857 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5858 :does :log_off_at_end_of_shift. -} log:explains { - :alice5858 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5859 :does :log_off_at_end_of_shift. -} log:explains { - :alice5859 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5860 :does :log_off_at_end_of_shift. -} log:explains { - :alice5860 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5861 :does :log_off_at_end_of_shift. -} log:explains { - :alice5861 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5862 :does :log_off_at_end_of_shift. -} log:explains { - :alice5862 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5863 :does :log_off_at_end_of_shift. -} log:explains { - :alice5863 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5864 :does :log_off_at_end_of_shift. -} log:explains { - :alice5864 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5865 :does :log_off_at_end_of_shift. -} log:explains { - :alice5865 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5866 :does :log_off_at_end_of_shift. -} log:explains { - :alice5866 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5867 :does :log_off_at_end_of_shift. -} log:explains { - :alice5867 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5868 :does :log_off_at_end_of_shift. -} log:explains { - :alice5868 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5869 :does :log_off_at_end_of_shift. -} log:explains { - :alice5869 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5870 :does :log_off_at_end_of_shift. -} log:explains { - :alice5870 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5871 :does :log_off_at_end_of_shift. -} log:explains { - :alice5871 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5872 :does :log_off_at_end_of_shift. -} log:explains { - :alice5872 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5873 :does :log_off_at_end_of_shift. -} log:explains { - :alice5873 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5874 :does :log_off_at_end_of_shift. -} log:explains { - :alice5874 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5875 :does :log_off_at_end_of_shift. -} log:explains { - :alice5875 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5876 :does :log_off_at_end_of_shift. -} log:explains { - :alice5876 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5877 :does :log_off_at_end_of_shift. -} log:explains { - :alice5877 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5878 :does :log_off_at_end_of_shift. -} log:explains { - :alice5878 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5879 :does :log_off_at_end_of_shift. -} log:explains { - :alice5879 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5880 :does :log_off_at_end_of_shift. -} log:explains { - :alice5880 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5881 :does :log_off_at_end_of_shift. -} log:explains { - :alice5881 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5882 :does :log_off_at_end_of_shift. -} log:explains { - :alice5882 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5883 :does :log_off_at_end_of_shift. -} log:explains { - :alice5883 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5884 :does :log_off_at_end_of_shift. -} log:explains { - :alice5884 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5885 :does :log_off_at_end_of_shift. -} log:explains { - :alice5885 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5886 :does :log_off_at_end_of_shift. -} log:explains { - :alice5886 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5887 :does :log_off_at_end_of_shift. -} log:explains { - :alice5887 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5888 :does :log_off_at_end_of_shift. -} log:explains { - :alice5888 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5889 :does :log_off_at_end_of_shift. -} log:explains { - :alice5889 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5890 :does :log_off_at_end_of_shift. -} log:explains { - :alice5890 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5891 :does :log_off_at_end_of_shift. -} log:explains { - :alice5891 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5892 :does :log_off_at_end_of_shift. -} log:explains { - :alice5892 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5893 :does :log_off_at_end_of_shift. -} log:explains { - :alice5893 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5894 :does :log_off_at_end_of_shift. -} log:explains { - :alice5894 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5895 :does :log_off_at_end_of_shift. -} log:explains { - :alice5895 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5896 :does :log_off_at_end_of_shift. -} log:explains { - :alice5896 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5897 :does :log_off_at_end_of_shift. -} log:explains { - :alice5897 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5898 :does :log_off_at_end_of_shift. -} log:explains { - :alice5898 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5899 :does :log_off_at_end_of_shift. -} log:explains { - :alice5899 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5900 :does :log_off_at_end_of_shift. -} log:explains { - :alice5900 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5901 :does :log_off_at_end_of_shift. -} log:explains { - :alice5901 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5902 :does :log_off_at_end_of_shift. -} log:explains { - :alice5902 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5903 :does :log_off_at_end_of_shift. -} log:explains { - :alice5903 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5904 :does :log_off_at_end_of_shift. -} log:explains { - :alice5904 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5905 :does :log_off_at_end_of_shift. -} log:explains { - :alice5905 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5906 :does :log_off_at_end_of_shift. -} log:explains { - :alice5906 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5907 :does :log_off_at_end_of_shift. -} log:explains { - :alice5907 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5908 :does :log_off_at_end_of_shift. -} log:explains { - :alice5908 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5909 :does :log_off_at_end_of_shift. -} log:explains { - :alice5909 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5910 :does :log_off_at_end_of_shift. -} log:explains { - :alice5910 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5911 :does :log_off_at_end_of_shift. -} log:explains { - :alice5911 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5912 :does :log_off_at_end_of_shift. -} log:explains { - :alice5912 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5913 :does :log_off_at_end_of_shift. -} log:explains { - :alice5913 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5914 :does :log_off_at_end_of_shift. -} log:explains { - :alice5914 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5915 :does :log_off_at_end_of_shift. -} log:explains { - :alice5915 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5916 :does :log_off_at_end_of_shift. -} log:explains { - :alice5916 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5917 :does :log_off_at_end_of_shift. -} log:explains { - :alice5917 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5918 :does :log_off_at_end_of_shift. -} log:explains { - :alice5918 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5919 :does :log_off_at_end_of_shift. -} log:explains { - :alice5919 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5920 :does :log_off_at_end_of_shift. -} log:explains { - :alice5920 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5921 :does :log_off_at_end_of_shift. -} log:explains { - :alice5921 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5922 :does :log_off_at_end_of_shift. -} log:explains { - :alice5922 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5923 :does :log_off_at_end_of_shift. -} log:explains { - :alice5923 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5924 :does :log_off_at_end_of_shift. -} log:explains { - :alice5924 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5925 :does :log_off_at_end_of_shift. -} log:explains { - :alice5925 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5926 :does :log_off_at_end_of_shift. -} log:explains { - :alice5926 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5927 :does :log_off_at_end_of_shift. -} log:explains { - :alice5927 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5928 :does :log_off_at_end_of_shift. -} log:explains { - :alice5928 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5929 :does :log_off_at_end_of_shift. -} log:explains { - :alice5929 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5930 :does :log_off_at_end_of_shift. -} log:explains { - :alice5930 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5931 :does :log_off_at_end_of_shift. -} log:explains { - :alice5931 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5932 :does :log_off_at_end_of_shift. -} log:explains { - :alice5932 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5933 :does :log_off_at_end_of_shift. -} log:explains { - :alice5933 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5934 :does :log_off_at_end_of_shift. -} log:explains { - :alice5934 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5935 :does :log_off_at_end_of_shift. -} log:explains { - :alice5935 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5936 :does :log_off_at_end_of_shift. -} log:explains { - :alice5936 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5937 :does :log_off_at_end_of_shift. -} log:explains { - :alice5937 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5938 :does :log_off_at_end_of_shift. -} log:explains { - :alice5938 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5939 :does :log_off_at_end_of_shift. -} log:explains { - :alice5939 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5940 :does :log_off_at_end_of_shift. -} log:explains { - :alice5940 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5941 :does :log_off_at_end_of_shift. -} log:explains { - :alice5941 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5942 :does :log_off_at_end_of_shift. -} log:explains { - :alice5942 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5943 :does :log_off_at_end_of_shift. -} log:explains { - :alice5943 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5944 :does :log_off_at_end_of_shift. -} log:explains { - :alice5944 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5945 :does :log_off_at_end_of_shift. -} log:explains { - :alice5945 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5946 :does :log_off_at_end_of_shift. -} log:explains { - :alice5946 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5947 :does :log_off_at_end_of_shift. -} log:explains { - :alice5947 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5948 :does :log_off_at_end_of_shift. -} log:explains { - :alice5948 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5949 :does :log_off_at_end_of_shift. -} log:explains { - :alice5949 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5950 :does :log_off_at_end_of_shift. -} log:explains { - :alice5950 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5951 :does :log_off_at_end_of_shift. -} log:explains { - :alice5951 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5952 :does :log_off_at_end_of_shift. -} log:explains { - :alice5952 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5953 :does :log_off_at_end_of_shift. -} log:explains { - :alice5953 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5954 :does :log_off_at_end_of_shift. -} log:explains { - :alice5954 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5955 :does :log_off_at_end_of_shift. -} log:explains { - :alice5955 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5956 :does :log_off_at_end_of_shift. -} log:explains { - :alice5956 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5957 :does :log_off_at_end_of_shift. -} log:explains { - :alice5957 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5958 :does :log_off_at_end_of_shift. -} log:explains { - :alice5958 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5959 :does :log_off_at_end_of_shift. -} log:explains { - :alice5959 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5960 :does :log_off_at_end_of_shift. -} log:explains { - :alice5960 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5961 :does :log_off_at_end_of_shift. -} log:explains { - :alice5961 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5962 :does :log_off_at_end_of_shift. -} log:explains { - :alice5962 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5963 :does :log_off_at_end_of_shift. -} log:explains { - :alice5963 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5964 :does :log_off_at_end_of_shift. -} log:explains { - :alice5964 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5965 :does :log_off_at_end_of_shift. -} log:explains { - :alice5965 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5966 :does :log_off_at_end_of_shift. -} log:explains { - :alice5966 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5967 :does :log_off_at_end_of_shift. -} log:explains { - :alice5967 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5968 :does :log_off_at_end_of_shift. -} log:explains { - :alice5968 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5969 :does :log_off_at_end_of_shift. -} log:explains { - :alice5969 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5970 :does :log_off_at_end_of_shift. -} log:explains { - :alice5970 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5971 :does :log_off_at_end_of_shift. -} log:explains { - :alice5971 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5972 :does :log_off_at_end_of_shift. -} log:explains { - :alice5972 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5973 :does :log_off_at_end_of_shift. -} log:explains { - :alice5973 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5974 :does :log_off_at_end_of_shift. -} log:explains { - :alice5974 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5975 :does :log_off_at_end_of_shift. -} log:explains { - :alice5975 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5976 :does :log_off_at_end_of_shift. -} log:explains { - :alice5976 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5977 :does :log_off_at_end_of_shift. -} log:explains { - :alice5977 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5978 :does :log_off_at_end_of_shift. -} log:explains { - :alice5978 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5979 :does :log_off_at_end_of_shift. -} log:explains { - :alice5979 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5980 :does :log_off_at_end_of_shift. -} log:explains { - :alice5980 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5981 :does :log_off_at_end_of_shift. -} log:explains { - :alice5981 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5982 :does :log_off_at_end_of_shift. -} log:explains { - :alice5982 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5983 :does :log_off_at_end_of_shift. -} log:explains { - :alice5983 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5984 :does :log_off_at_end_of_shift. -} log:explains { - :alice5984 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5985 :does :log_off_at_end_of_shift. -} log:explains { - :alice5985 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5986 :does :log_off_at_end_of_shift. -} log:explains { - :alice5986 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5987 :does :log_off_at_end_of_shift. -} log:explains { - :alice5987 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5988 :does :log_off_at_end_of_shift. -} log:explains { - :alice5988 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5989 :does :log_off_at_end_of_shift. -} log:explains { - :alice5989 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5990 :does :log_off_at_end_of_shift. -} log:explains { - :alice5990 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5991 :does :log_off_at_end_of_shift. -} log:explains { - :alice5991 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5992 :does :log_off_at_end_of_shift. -} log:explains { - :alice5992 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5993 :does :log_off_at_end_of_shift. -} log:explains { - :alice5993 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5994 :does :log_off_at_end_of_shift. -} log:explains { - :alice5994 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5995 :does :log_off_at_end_of_shift. -} log:explains { - :alice5995 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5996 :does :log_off_at_end_of_shift. -} log:explains { - :alice5996 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5997 :does :log_off_at_end_of_shift. -} log:explains { - :alice5997 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5998 :does :log_off_at_end_of_shift. -} log:explains { - :alice5998 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice5999 :does :log_off_at_end_of_shift. -} log:explains { - :alice5999 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6000 :does :log_off_at_end_of_shift. -} log:explains { - :alice6000 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6001 :does :log_off_at_end_of_shift. -} log:explains { - :alice6001 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6002 :does :log_off_at_end_of_shift. -} log:explains { - :alice6002 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6003 :does :log_off_at_end_of_shift. -} log:explains { - :alice6003 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6004 :does :log_off_at_end_of_shift. -} log:explains { - :alice6004 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6005 :does :log_off_at_end_of_shift. -} log:explains { - :alice6005 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6006 :does :log_off_at_end_of_shift. -} log:explains { - :alice6006 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6007 :does :log_off_at_end_of_shift. -} log:explains { - :alice6007 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6008 :does :log_off_at_end_of_shift. -} log:explains { - :alice6008 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6009 :does :log_off_at_end_of_shift. -} log:explains { - :alice6009 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6010 :does :log_off_at_end_of_shift. -} log:explains { - :alice6010 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6011 :does :log_off_at_end_of_shift. -} log:explains { - :alice6011 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6012 :does :log_off_at_end_of_shift. -} log:explains { - :alice6012 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6013 :does :log_off_at_end_of_shift. -} log:explains { - :alice6013 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6014 :does :log_off_at_end_of_shift. -} log:explains { - :alice6014 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6015 :does :log_off_at_end_of_shift. -} log:explains { - :alice6015 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6016 :does :log_off_at_end_of_shift. -} log:explains { - :alice6016 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6017 :does :log_off_at_end_of_shift. -} log:explains { - :alice6017 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6018 :does :log_off_at_end_of_shift. -} log:explains { - :alice6018 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6019 :does :log_off_at_end_of_shift. -} log:explains { - :alice6019 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6020 :does :log_off_at_end_of_shift. -} log:explains { - :alice6020 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6021 :does :log_off_at_end_of_shift. -} log:explains { - :alice6021 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6022 :does :log_off_at_end_of_shift. -} log:explains { - :alice6022 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6023 :does :log_off_at_end_of_shift. -} log:explains { - :alice6023 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6024 :does :log_off_at_end_of_shift. -} log:explains { - :alice6024 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6025 :does :log_off_at_end_of_shift. -} log:explains { - :alice6025 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6026 :does :log_off_at_end_of_shift. -} log:explains { - :alice6026 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6027 :does :log_off_at_end_of_shift. -} log:explains { - :alice6027 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6028 :does :log_off_at_end_of_shift. -} log:explains { - :alice6028 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6029 :does :log_off_at_end_of_shift. -} log:explains { - :alice6029 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6030 :does :log_off_at_end_of_shift. -} log:explains { - :alice6030 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6031 :does :log_off_at_end_of_shift. -} log:explains { - :alice6031 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6032 :does :log_off_at_end_of_shift. -} log:explains { - :alice6032 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6033 :does :log_off_at_end_of_shift. -} log:explains { - :alice6033 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6034 :does :log_off_at_end_of_shift. -} log:explains { - :alice6034 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6035 :does :log_off_at_end_of_shift. -} log:explains { - :alice6035 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6036 :does :log_off_at_end_of_shift. -} log:explains { - :alice6036 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6037 :does :log_off_at_end_of_shift. -} log:explains { - :alice6037 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6038 :does :log_off_at_end_of_shift. -} log:explains { - :alice6038 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6039 :does :log_off_at_end_of_shift. -} log:explains { - :alice6039 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6040 :does :log_off_at_end_of_shift. -} log:explains { - :alice6040 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6041 :does :log_off_at_end_of_shift. -} log:explains { - :alice6041 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6042 :does :log_off_at_end_of_shift. -} log:explains { - :alice6042 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6043 :does :log_off_at_end_of_shift. -} log:explains { - :alice6043 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6044 :does :log_off_at_end_of_shift. -} log:explains { - :alice6044 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6045 :does :log_off_at_end_of_shift. -} log:explains { - :alice6045 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6046 :does :log_off_at_end_of_shift. -} log:explains { - :alice6046 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6047 :does :log_off_at_end_of_shift. -} log:explains { - :alice6047 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6048 :does :log_off_at_end_of_shift. -} log:explains { - :alice6048 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6049 :does :log_off_at_end_of_shift. -} log:explains { - :alice6049 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6050 :does :log_off_at_end_of_shift. -} log:explains { - :alice6050 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6051 :does :log_off_at_end_of_shift. -} log:explains { - :alice6051 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6052 :does :log_off_at_end_of_shift. -} log:explains { - :alice6052 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6053 :does :log_off_at_end_of_shift. -} log:explains { - :alice6053 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6054 :does :log_off_at_end_of_shift. -} log:explains { - :alice6054 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6055 :does :log_off_at_end_of_shift. -} log:explains { - :alice6055 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6056 :does :log_off_at_end_of_shift. -} log:explains { - :alice6056 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6057 :does :log_off_at_end_of_shift. -} log:explains { - :alice6057 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6058 :does :log_off_at_end_of_shift. -} log:explains { - :alice6058 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6059 :does :log_off_at_end_of_shift. -} log:explains { - :alice6059 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6060 :does :log_off_at_end_of_shift. -} log:explains { - :alice6060 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6061 :does :log_off_at_end_of_shift. -} log:explains { - :alice6061 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6062 :does :log_off_at_end_of_shift. -} log:explains { - :alice6062 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6063 :does :log_off_at_end_of_shift. -} log:explains { - :alice6063 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6064 :does :log_off_at_end_of_shift. -} log:explains { - :alice6064 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6065 :does :log_off_at_end_of_shift. -} log:explains { - :alice6065 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6066 :does :log_off_at_end_of_shift. -} log:explains { - :alice6066 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6067 :does :log_off_at_end_of_shift. -} log:explains { - :alice6067 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6068 :does :log_off_at_end_of_shift. -} log:explains { - :alice6068 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6069 :does :log_off_at_end_of_shift. -} log:explains { - :alice6069 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6070 :does :log_off_at_end_of_shift. -} log:explains { - :alice6070 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6071 :does :log_off_at_end_of_shift. -} log:explains { - :alice6071 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6072 :does :log_off_at_end_of_shift. -} log:explains { - :alice6072 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6073 :does :log_off_at_end_of_shift. -} log:explains { - :alice6073 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6074 :does :log_off_at_end_of_shift. -} log:explains { - :alice6074 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6075 :does :log_off_at_end_of_shift. -} log:explains { - :alice6075 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6076 :does :log_off_at_end_of_shift. -} log:explains { - :alice6076 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6077 :does :log_off_at_end_of_shift. -} log:explains { - :alice6077 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6078 :does :log_off_at_end_of_shift. -} log:explains { - :alice6078 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6079 :does :log_off_at_end_of_shift. -} log:explains { - :alice6079 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6080 :does :log_off_at_end_of_shift. -} log:explains { - :alice6080 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6081 :does :log_off_at_end_of_shift. -} log:explains { - :alice6081 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6082 :does :log_off_at_end_of_shift. -} log:explains { - :alice6082 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6083 :does :log_off_at_end_of_shift. -} log:explains { - :alice6083 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6084 :does :log_off_at_end_of_shift. -} log:explains { - :alice6084 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6085 :does :log_off_at_end_of_shift. -} log:explains { - :alice6085 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6086 :does :log_off_at_end_of_shift. -} log:explains { - :alice6086 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6087 :does :log_off_at_end_of_shift. -} log:explains { - :alice6087 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6088 :does :log_off_at_end_of_shift. -} log:explains { - :alice6088 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6089 :does :log_off_at_end_of_shift. -} log:explains { - :alice6089 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6090 :does :log_off_at_end_of_shift. -} log:explains { - :alice6090 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6091 :does :log_off_at_end_of_shift. -} log:explains { - :alice6091 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6092 :does :log_off_at_end_of_shift. -} log:explains { - :alice6092 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6093 :does :log_off_at_end_of_shift. -} log:explains { - :alice6093 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6094 :does :log_off_at_end_of_shift. -} log:explains { - :alice6094 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6095 :does :log_off_at_end_of_shift. -} log:explains { - :alice6095 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6096 :does :log_off_at_end_of_shift. -} log:explains { - :alice6096 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6097 :does :log_off_at_end_of_shift. -} log:explains { - :alice6097 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6098 :does :log_off_at_end_of_shift. -} log:explains { - :alice6098 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6099 :does :log_off_at_end_of_shift. -} log:explains { - :alice6099 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6100 :does :log_off_at_end_of_shift. -} log:explains { - :alice6100 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6101 :does :log_off_at_end_of_shift. -} log:explains { - :alice6101 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6102 :does :log_off_at_end_of_shift. -} log:explains { - :alice6102 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6103 :does :log_off_at_end_of_shift. -} log:explains { - :alice6103 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6104 :does :log_off_at_end_of_shift. -} log:explains { - :alice6104 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6105 :does :log_off_at_end_of_shift. -} log:explains { - :alice6105 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6106 :does :log_off_at_end_of_shift. -} log:explains { - :alice6106 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6107 :does :log_off_at_end_of_shift. -} log:explains { - :alice6107 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6108 :does :log_off_at_end_of_shift. -} log:explains { - :alice6108 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6109 :does :log_off_at_end_of_shift. -} log:explains { - :alice6109 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6110 :does :log_off_at_end_of_shift. -} log:explains { - :alice6110 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6111 :does :log_off_at_end_of_shift. -} log:explains { - :alice6111 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6112 :does :log_off_at_end_of_shift. -} log:explains { - :alice6112 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6113 :does :log_off_at_end_of_shift. -} log:explains { - :alice6113 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6114 :does :log_off_at_end_of_shift. -} log:explains { - :alice6114 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6115 :does :log_off_at_end_of_shift. -} log:explains { - :alice6115 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6116 :does :log_off_at_end_of_shift. -} log:explains { - :alice6116 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6117 :does :log_off_at_end_of_shift. -} log:explains { - :alice6117 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6118 :does :log_off_at_end_of_shift. -} log:explains { - :alice6118 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6119 :does :log_off_at_end_of_shift. -} log:explains { - :alice6119 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6120 :does :log_off_at_end_of_shift. -} log:explains { - :alice6120 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6121 :does :log_off_at_end_of_shift. -} log:explains { - :alice6121 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6122 :does :log_off_at_end_of_shift. -} log:explains { - :alice6122 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6123 :does :log_off_at_end_of_shift. -} log:explains { - :alice6123 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6124 :does :log_off_at_end_of_shift. -} log:explains { - :alice6124 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6125 :does :log_off_at_end_of_shift. -} log:explains { - :alice6125 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6126 :does :log_off_at_end_of_shift. -} log:explains { - :alice6126 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6127 :does :log_off_at_end_of_shift. -} log:explains { - :alice6127 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6128 :does :log_off_at_end_of_shift. -} log:explains { - :alice6128 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6129 :does :log_off_at_end_of_shift. -} log:explains { - :alice6129 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6130 :does :log_off_at_end_of_shift. -} log:explains { - :alice6130 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6131 :does :log_off_at_end_of_shift. -} log:explains { - :alice6131 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6132 :does :log_off_at_end_of_shift. -} log:explains { - :alice6132 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6133 :does :log_off_at_end_of_shift. -} log:explains { - :alice6133 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6134 :does :log_off_at_end_of_shift. -} log:explains { - :alice6134 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6135 :does :log_off_at_end_of_shift. -} log:explains { - :alice6135 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6136 :does :log_off_at_end_of_shift. -} log:explains { - :alice6136 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6137 :does :log_off_at_end_of_shift. -} log:explains { - :alice6137 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6138 :does :log_off_at_end_of_shift. -} log:explains { - :alice6138 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6139 :does :log_off_at_end_of_shift. -} log:explains { - :alice6139 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6140 :does :log_off_at_end_of_shift. -} log:explains { - :alice6140 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6141 :does :log_off_at_end_of_shift. -} log:explains { - :alice6141 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6142 :does :log_off_at_end_of_shift. -} log:explains { - :alice6142 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6143 :does :log_off_at_end_of_shift. -} log:explains { - :alice6143 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6144 :does :log_off_at_end_of_shift. -} log:explains { - :alice6144 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6145 :does :log_off_at_end_of_shift. -} log:explains { - :alice6145 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6146 :does :log_off_at_end_of_shift. -} log:explains { - :alice6146 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6147 :does :log_off_at_end_of_shift. -} log:explains { - :alice6147 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6148 :does :log_off_at_end_of_shift. -} log:explains { - :alice6148 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6149 :does :log_off_at_end_of_shift. -} log:explains { - :alice6149 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6150 :does :log_off_at_end_of_shift. -} log:explains { - :alice6150 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6151 :does :log_off_at_end_of_shift. -} log:explains { - :alice6151 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6152 :does :log_off_at_end_of_shift. -} log:explains { - :alice6152 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6153 :does :log_off_at_end_of_shift. -} log:explains { - :alice6153 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6154 :does :log_off_at_end_of_shift. -} log:explains { - :alice6154 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6155 :does :log_off_at_end_of_shift. -} log:explains { - :alice6155 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6156 :does :log_off_at_end_of_shift. -} log:explains { - :alice6156 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6157 :does :log_off_at_end_of_shift. -} log:explains { - :alice6157 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6158 :does :log_off_at_end_of_shift. -} log:explains { - :alice6158 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6159 :does :log_off_at_end_of_shift. -} log:explains { - :alice6159 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6160 :does :log_off_at_end_of_shift. -} log:explains { - :alice6160 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6161 :does :log_off_at_end_of_shift. -} log:explains { - :alice6161 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6162 :does :log_off_at_end_of_shift. -} log:explains { - :alice6162 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6163 :does :log_off_at_end_of_shift. -} log:explains { - :alice6163 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6164 :does :log_off_at_end_of_shift. -} log:explains { - :alice6164 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6165 :does :log_off_at_end_of_shift. -} log:explains { - :alice6165 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6166 :does :log_off_at_end_of_shift. -} log:explains { - :alice6166 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6167 :does :log_off_at_end_of_shift. -} log:explains { - :alice6167 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6168 :does :log_off_at_end_of_shift. -} log:explains { - :alice6168 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6169 :does :log_off_at_end_of_shift. -} log:explains { - :alice6169 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6170 :does :log_off_at_end_of_shift. -} log:explains { - :alice6170 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6171 :does :log_off_at_end_of_shift. -} log:explains { - :alice6171 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6172 :does :log_off_at_end_of_shift. -} log:explains { - :alice6172 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6173 :does :log_off_at_end_of_shift. -} log:explains { - :alice6173 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6174 :does :log_off_at_end_of_shift. -} log:explains { - :alice6174 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6175 :does :log_off_at_end_of_shift. -} log:explains { - :alice6175 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6176 :does :log_off_at_end_of_shift. -} log:explains { - :alice6176 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6177 :does :log_off_at_end_of_shift. -} log:explains { - :alice6177 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6178 :does :log_off_at_end_of_shift. -} log:explains { - :alice6178 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6179 :does :log_off_at_end_of_shift. -} log:explains { - :alice6179 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6180 :does :log_off_at_end_of_shift. -} log:explains { - :alice6180 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6181 :does :log_off_at_end_of_shift. -} log:explains { - :alice6181 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6182 :does :log_off_at_end_of_shift. -} log:explains { - :alice6182 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6183 :does :log_off_at_end_of_shift. -} log:explains { - :alice6183 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6184 :does :log_off_at_end_of_shift. -} log:explains { - :alice6184 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6185 :does :log_off_at_end_of_shift. -} log:explains { - :alice6185 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6186 :does :log_off_at_end_of_shift. -} log:explains { - :alice6186 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6187 :does :log_off_at_end_of_shift. -} log:explains { - :alice6187 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6188 :does :log_off_at_end_of_shift. -} log:explains { - :alice6188 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6189 :does :log_off_at_end_of_shift. -} log:explains { - :alice6189 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6190 :does :log_off_at_end_of_shift. -} log:explains { - :alice6190 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6191 :does :log_off_at_end_of_shift. -} log:explains { - :alice6191 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6192 :does :log_off_at_end_of_shift. -} log:explains { - :alice6192 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6193 :does :log_off_at_end_of_shift. -} log:explains { - :alice6193 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6194 :does :log_off_at_end_of_shift. -} log:explains { - :alice6194 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6195 :does :log_off_at_end_of_shift. -} log:explains { - :alice6195 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6196 :does :log_off_at_end_of_shift. -} log:explains { - :alice6196 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6197 :does :log_off_at_end_of_shift. -} log:explains { - :alice6197 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6198 :does :log_off_at_end_of_shift. -} log:explains { - :alice6198 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6199 :does :log_off_at_end_of_shift. -} log:explains { - :alice6199 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6200 :does :log_off_at_end_of_shift. -} log:explains { - :alice6200 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6201 :does :log_off_at_end_of_shift. -} log:explains { - :alice6201 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6202 :does :log_off_at_end_of_shift. -} log:explains { - :alice6202 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6203 :does :log_off_at_end_of_shift. -} log:explains { - :alice6203 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6204 :does :log_off_at_end_of_shift. -} log:explains { - :alice6204 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6205 :does :log_off_at_end_of_shift. -} log:explains { - :alice6205 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6206 :does :log_off_at_end_of_shift. -} log:explains { - :alice6206 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6207 :does :log_off_at_end_of_shift. -} log:explains { - :alice6207 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6208 :does :log_off_at_end_of_shift. -} log:explains { - :alice6208 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6209 :does :log_off_at_end_of_shift. -} log:explains { - :alice6209 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6210 :does :log_off_at_end_of_shift. -} log:explains { - :alice6210 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6211 :does :log_off_at_end_of_shift. -} log:explains { - :alice6211 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6212 :does :log_off_at_end_of_shift. -} log:explains { - :alice6212 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6213 :does :log_off_at_end_of_shift. -} log:explains { - :alice6213 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6214 :does :log_off_at_end_of_shift. -} log:explains { - :alice6214 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6215 :does :log_off_at_end_of_shift. -} log:explains { - :alice6215 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6216 :does :log_off_at_end_of_shift. -} log:explains { - :alice6216 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6217 :does :log_off_at_end_of_shift. -} log:explains { - :alice6217 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6218 :does :log_off_at_end_of_shift. -} log:explains { - :alice6218 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6219 :does :log_off_at_end_of_shift. -} log:explains { - :alice6219 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6220 :does :log_off_at_end_of_shift. -} log:explains { - :alice6220 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6221 :does :log_off_at_end_of_shift. -} log:explains { - :alice6221 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6222 :does :log_off_at_end_of_shift. -} log:explains { - :alice6222 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6223 :does :log_off_at_end_of_shift. -} log:explains { - :alice6223 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6224 :does :log_off_at_end_of_shift. -} log:explains { - :alice6224 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6225 :does :log_off_at_end_of_shift. -} log:explains { - :alice6225 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6226 :does :log_off_at_end_of_shift. -} log:explains { - :alice6226 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6227 :does :log_off_at_end_of_shift. -} log:explains { - :alice6227 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6228 :does :log_off_at_end_of_shift. -} log:explains { - :alice6228 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6229 :does :log_off_at_end_of_shift. -} log:explains { - :alice6229 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6230 :does :log_off_at_end_of_shift. -} log:explains { - :alice6230 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6231 :does :log_off_at_end_of_shift. -} log:explains { - :alice6231 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6232 :does :log_off_at_end_of_shift. -} log:explains { - :alice6232 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6233 :does :log_off_at_end_of_shift. -} log:explains { - :alice6233 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6234 :does :log_off_at_end_of_shift. -} log:explains { - :alice6234 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6235 :does :log_off_at_end_of_shift. -} log:explains { - :alice6235 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6236 :does :log_off_at_end_of_shift. -} log:explains { - :alice6236 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6237 :does :log_off_at_end_of_shift. -} log:explains { - :alice6237 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6238 :does :log_off_at_end_of_shift. -} log:explains { - :alice6238 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6239 :does :log_off_at_end_of_shift. -} log:explains { - :alice6239 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6240 :does :log_off_at_end_of_shift. -} log:explains { - :alice6240 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6241 :does :log_off_at_end_of_shift. -} log:explains { - :alice6241 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6242 :does :log_off_at_end_of_shift. -} log:explains { - :alice6242 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6243 :does :log_off_at_end_of_shift. -} log:explains { - :alice6243 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6244 :does :log_off_at_end_of_shift. -} log:explains { - :alice6244 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6245 :does :log_off_at_end_of_shift. -} log:explains { - :alice6245 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6246 :does :log_off_at_end_of_shift. -} log:explains { - :alice6246 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6247 :does :log_off_at_end_of_shift. -} log:explains { - :alice6247 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6248 :does :log_off_at_end_of_shift. -} log:explains { - :alice6248 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6249 :does :log_off_at_end_of_shift. -} log:explains { - :alice6249 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6250 :does :log_off_at_end_of_shift. -} log:explains { - :alice6250 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6251 :does :log_off_at_end_of_shift. -} log:explains { - :alice6251 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6252 :does :log_off_at_end_of_shift. -} log:explains { - :alice6252 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6253 :does :log_off_at_end_of_shift. -} log:explains { - :alice6253 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6254 :does :log_off_at_end_of_shift. -} log:explains { - :alice6254 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6255 :does :log_off_at_end_of_shift. -} log:explains { - :alice6255 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6256 :does :log_off_at_end_of_shift. -} log:explains { - :alice6256 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6257 :does :log_off_at_end_of_shift. -} log:explains { - :alice6257 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6258 :does :log_off_at_end_of_shift. -} log:explains { - :alice6258 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6259 :does :log_off_at_end_of_shift. -} log:explains { - :alice6259 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6260 :does :log_off_at_end_of_shift. -} log:explains { - :alice6260 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6261 :does :log_off_at_end_of_shift. -} log:explains { - :alice6261 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6262 :does :log_off_at_end_of_shift. -} log:explains { - :alice6262 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6263 :does :log_off_at_end_of_shift. -} log:explains { - :alice6263 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6264 :does :log_off_at_end_of_shift. -} log:explains { - :alice6264 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6265 :does :log_off_at_end_of_shift. -} log:explains { - :alice6265 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6266 :does :log_off_at_end_of_shift. -} log:explains { - :alice6266 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6267 :does :log_off_at_end_of_shift. -} log:explains { - :alice6267 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6268 :does :log_off_at_end_of_shift. -} log:explains { - :alice6268 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6269 :does :log_off_at_end_of_shift. -} log:explains { - :alice6269 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6270 :does :log_off_at_end_of_shift. -} log:explains { - :alice6270 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6271 :does :log_off_at_end_of_shift. -} log:explains { - :alice6271 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6272 :does :log_off_at_end_of_shift. -} log:explains { - :alice6272 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6273 :does :log_off_at_end_of_shift. -} log:explains { - :alice6273 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6274 :does :log_off_at_end_of_shift. -} log:explains { - :alice6274 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6275 :does :log_off_at_end_of_shift. -} log:explains { - :alice6275 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6276 :does :log_off_at_end_of_shift. -} log:explains { - :alice6276 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6277 :does :log_off_at_end_of_shift. -} log:explains { - :alice6277 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6278 :does :log_off_at_end_of_shift. -} log:explains { - :alice6278 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6279 :does :log_off_at_end_of_shift. -} log:explains { - :alice6279 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6280 :does :log_off_at_end_of_shift. -} log:explains { - :alice6280 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6281 :does :log_off_at_end_of_shift. -} log:explains { - :alice6281 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6282 :does :log_off_at_end_of_shift. -} log:explains { - :alice6282 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6283 :does :log_off_at_end_of_shift. -} log:explains { - :alice6283 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6284 :does :log_off_at_end_of_shift. -} log:explains { - :alice6284 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6285 :does :log_off_at_end_of_shift. -} log:explains { - :alice6285 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6286 :does :log_off_at_end_of_shift. -} log:explains { - :alice6286 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6287 :does :log_off_at_end_of_shift. -} log:explains { - :alice6287 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6288 :does :log_off_at_end_of_shift. -} log:explains { - :alice6288 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6289 :does :log_off_at_end_of_shift. -} log:explains { - :alice6289 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6290 :does :log_off_at_end_of_shift. -} log:explains { - :alice6290 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6291 :does :log_off_at_end_of_shift. -} log:explains { - :alice6291 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6292 :does :log_off_at_end_of_shift. -} log:explains { - :alice6292 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6293 :does :log_off_at_end_of_shift. -} log:explains { - :alice6293 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6294 :does :log_off_at_end_of_shift. -} log:explains { - :alice6294 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6295 :does :log_off_at_end_of_shift. -} log:explains { - :alice6295 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6296 :does :log_off_at_end_of_shift. -} log:explains { - :alice6296 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6297 :does :log_off_at_end_of_shift. -} log:explains { - :alice6297 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6298 :does :log_off_at_end_of_shift. -} log:explains { - :alice6298 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6299 :does :log_off_at_end_of_shift. -} log:explains { - :alice6299 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6300 :does :log_off_at_end_of_shift. -} log:explains { - :alice6300 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6301 :does :log_off_at_end_of_shift. -} log:explains { - :alice6301 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6302 :does :log_off_at_end_of_shift. -} log:explains { - :alice6302 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6303 :does :log_off_at_end_of_shift. -} log:explains { - :alice6303 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6304 :does :log_off_at_end_of_shift. -} log:explains { - :alice6304 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6305 :does :log_off_at_end_of_shift. -} log:explains { - :alice6305 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6306 :does :log_off_at_end_of_shift. -} log:explains { - :alice6306 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6307 :does :log_off_at_end_of_shift. -} log:explains { - :alice6307 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6308 :does :log_off_at_end_of_shift. -} log:explains { - :alice6308 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6309 :does :log_off_at_end_of_shift. -} log:explains { - :alice6309 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6310 :does :log_off_at_end_of_shift. -} log:explains { - :alice6310 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6311 :does :log_off_at_end_of_shift. -} log:explains { - :alice6311 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6312 :does :log_off_at_end_of_shift. -} log:explains { - :alice6312 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6313 :does :log_off_at_end_of_shift. -} log:explains { - :alice6313 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6314 :does :log_off_at_end_of_shift. -} log:explains { - :alice6314 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6315 :does :log_off_at_end_of_shift. -} log:explains { - :alice6315 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6316 :does :log_off_at_end_of_shift. -} log:explains { - :alice6316 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6317 :does :log_off_at_end_of_shift. -} log:explains { - :alice6317 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6318 :does :log_off_at_end_of_shift. -} log:explains { - :alice6318 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6319 :does :log_off_at_end_of_shift. -} log:explains { - :alice6319 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6320 :does :log_off_at_end_of_shift. -} log:explains { - :alice6320 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6321 :does :log_off_at_end_of_shift. -} log:explains { - :alice6321 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6322 :does :log_off_at_end_of_shift. -} log:explains { - :alice6322 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6323 :does :log_off_at_end_of_shift. -} log:explains { - :alice6323 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6324 :does :log_off_at_end_of_shift. -} log:explains { - :alice6324 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6325 :does :log_off_at_end_of_shift. -} log:explains { - :alice6325 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6326 :does :log_off_at_end_of_shift. -} log:explains { - :alice6326 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6327 :does :log_off_at_end_of_shift. -} log:explains { - :alice6327 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6328 :does :log_off_at_end_of_shift. -} log:explains { - :alice6328 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6329 :does :log_off_at_end_of_shift. -} log:explains { - :alice6329 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6330 :does :log_off_at_end_of_shift. -} log:explains { - :alice6330 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6331 :does :log_off_at_end_of_shift. -} log:explains { - :alice6331 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6332 :does :log_off_at_end_of_shift. -} log:explains { - :alice6332 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6333 :does :log_off_at_end_of_shift. -} log:explains { - :alice6333 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6334 :does :log_off_at_end_of_shift. -} log:explains { - :alice6334 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6335 :does :log_off_at_end_of_shift. -} log:explains { - :alice6335 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6336 :does :log_off_at_end_of_shift. -} log:explains { - :alice6336 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6337 :does :log_off_at_end_of_shift. -} log:explains { - :alice6337 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6338 :does :log_off_at_end_of_shift. -} log:explains { - :alice6338 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6339 :does :log_off_at_end_of_shift. -} log:explains { - :alice6339 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6340 :does :log_off_at_end_of_shift. -} log:explains { - :alice6340 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6341 :does :log_off_at_end_of_shift. -} log:explains { - :alice6341 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6342 :does :log_off_at_end_of_shift. -} log:explains { - :alice6342 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6343 :does :log_off_at_end_of_shift. -} log:explains { - :alice6343 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6344 :does :log_off_at_end_of_shift. -} log:explains { - :alice6344 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6345 :does :log_off_at_end_of_shift. -} log:explains { - :alice6345 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6346 :does :log_off_at_end_of_shift. -} log:explains { - :alice6346 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6347 :does :log_off_at_end_of_shift. -} log:explains { - :alice6347 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6348 :does :log_off_at_end_of_shift. -} log:explains { - :alice6348 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6349 :does :log_off_at_end_of_shift. -} log:explains { - :alice6349 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6350 :does :log_off_at_end_of_shift. -} log:explains { - :alice6350 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6351 :does :log_off_at_end_of_shift. -} log:explains { - :alice6351 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6352 :does :log_off_at_end_of_shift. -} log:explains { - :alice6352 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6353 :does :log_off_at_end_of_shift. -} log:explains { - :alice6353 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6354 :does :log_off_at_end_of_shift. -} log:explains { - :alice6354 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6355 :does :log_off_at_end_of_shift. -} log:explains { - :alice6355 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6356 :does :log_off_at_end_of_shift. -} log:explains { - :alice6356 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6357 :does :log_off_at_end_of_shift. -} log:explains { - :alice6357 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6358 :does :log_off_at_end_of_shift. -} log:explains { - :alice6358 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6359 :does :log_off_at_end_of_shift. -} log:explains { - :alice6359 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6360 :does :log_off_at_end_of_shift. -} log:explains { - :alice6360 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6361 :does :log_off_at_end_of_shift. -} log:explains { - :alice6361 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6362 :does :log_off_at_end_of_shift. -} log:explains { - :alice6362 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6363 :does :log_off_at_end_of_shift. -} log:explains { - :alice6363 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6364 :does :log_off_at_end_of_shift. -} log:explains { - :alice6364 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6365 :does :log_off_at_end_of_shift. -} log:explains { - :alice6365 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6366 :does :log_off_at_end_of_shift. -} log:explains { - :alice6366 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6367 :does :log_off_at_end_of_shift. -} log:explains { - :alice6367 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6368 :does :log_off_at_end_of_shift. -} log:explains { - :alice6368 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6369 :does :log_off_at_end_of_shift. -} log:explains { - :alice6369 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6370 :does :log_off_at_end_of_shift. -} log:explains { - :alice6370 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6371 :does :log_off_at_end_of_shift. -} log:explains { - :alice6371 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6372 :does :log_off_at_end_of_shift. -} log:explains { - :alice6372 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6373 :does :log_off_at_end_of_shift. -} log:explains { - :alice6373 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6374 :does :log_off_at_end_of_shift. -} log:explains { - :alice6374 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6375 :does :log_off_at_end_of_shift. -} log:explains { - :alice6375 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6376 :does :log_off_at_end_of_shift. -} log:explains { - :alice6376 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6377 :does :log_off_at_end_of_shift. -} log:explains { - :alice6377 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6378 :does :log_off_at_end_of_shift. -} log:explains { - :alice6378 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6379 :does :log_off_at_end_of_shift. -} log:explains { - :alice6379 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6380 :does :log_off_at_end_of_shift. -} log:explains { - :alice6380 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6381 :does :log_off_at_end_of_shift. -} log:explains { - :alice6381 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6382 :does :log_off_at_end_of_shift. -} log:explains { - :alice6382 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6383 :does :log_off_at_end_of_shift. -} log:explains { - :alice6383 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6384 :does :log_off_at_end_of_shift. -} log:explains { - :alice6384 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6385 :does :log_off_at_end_of_shift. -} log:explains { - :alice6385 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6386 :does :log_off_at_end_of_shift. -} log:explains { - :alice6386 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6387 :does :log_off_at_end_of_shift. -} log:explains { - :alice6387 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6388 :does :log_off_at_end_of_shift. -} log:explains { - :alice6388 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6389 :does :log_off_at_end_of_shift. -} log:explains { - :alice6389 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6390 :does :log_off_at_end_of_shift. -} log:explains { - :alice6390 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6391 :does :log_off_at_end_of_shift. -} log:explains { - :alice6391 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6392 :does :log_off_at_end_of_shift. -} log:explains { - :alice6392 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6393 :does :log_off_at_end_of_shift. -} log:explains { - :alice6393 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6394 :does :log_off_at_end_of_shift. -} log:explains { - :alice6394 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6395 :does :log_off_at_end_of_shift. -} log:explains { - :alice6395 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6396 :does :log_off_at_end_of_shift. -} log:explains { - :alice6396 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6397 :does :log_off_at_end_of_shift. -} log:explains { - :alice6397 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6398 :does :log_off_at_end_of_shift. -} log:explains { - :alice6398 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6399 :does :log_off_at_end_of_shift. -} log:explains { - :alice6399 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6400 :does :log_off_at_end_of_shift. -} log:explains { - :alice6400 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6401 :does :log_off_at_end_of_shift. -} log:explains { - :alice6401 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6402 :does :log_off_at_end_of_shift. -} log:explains { - :alice6402 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6403 :does :log_off_at_end_of_shift. -} log:explains { - :alice6403 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6404 :does :log_off_at_end_of_shift. -} log:explains { - :alice6404 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6405 :does :log_off_at_end_of_shift. -} log:explains { - :alice6405 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6406 :does :log_off_at_end_of_shift. -} log:explains { - :alice6406 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6407 :does :log_off_at_end_of_shift. -} log:explains { - :alice6407 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6408 :does :log_off_at_end_of_shift. -} log:explains { - :alice6408 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6409 :does :log_off_at_end_of_shift. -} log:explains { - :alice6409 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6410 :does :log_off_at_end_of_shift. -} log:explains { - :alice6410 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6411 :does :log_off_at_end_of_shift. -} log:explains { - :alice6411 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6412 :does :log_off_at_end_of_shift. -} log:explains { - :alice6412 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6413 :does :log_off_at_end_of_shift. -} log:explains { - :alice6413 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6414 :does :log_off_at_end_of_shift. -} log:explains { - :alice6414 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6415 :does :log_off_at_end_of_shift. -} log:explains { - :alice6415 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6416 :does :log_off_at_end_of_shift. -} log:explains { - :alice6416 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6417 :does :log_off_at_end_of_shift. -} log:explains { - :alice6417 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6418 :does :log_off_at_end_of_shift. -} log:explains { - :alice6418 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6419 :does :log_off_at_end_of_shift. -} log:explains { - :alice6419 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6420 :does :log_off_at_end_of_shift. -} log:explains { - :alice6420 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6421 :does :log_off_at_end_of_shift. -} log:explains { - :alice6421 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6422 :does :log_off_at_end_of_shift. -} log:explains { - :alice6422 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6423 :does :log_off_at_end_of_shift. -} log:explains { - :alice6423 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6424 :does :log_off_at_end_of_shift. -} log:explains { - :alice6424 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6425 :does :log_off_at_end_of_shift. -} log:explains { - :alice6425 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6426 :does :log_off_at_end_of_shift. -} log:explains { - :alice6426 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6427 :does :log_off_at_end_of_shift. -} log:explains { - :alice6427 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6428 :does :log_off_at_end_of_shift. -} log:explains { - :alice6428 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6429 :does :log_off_at_end_of_shift. -} log:explains { - :alice6429 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6430 :does :log_off_at_end_of_shift. -} log:explains { - :alice6430 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6431 :does :log_off_at_end_of_shift. -} log:explains { - :alice6431 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6432 :does :log_off_at_end_of_shift. -} log:explains { - :alice6432 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6433 :does :log_off_at_end_of_shift. -} log:explains { - :alice6433 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6434 :does :log_off_at_end_of_shift. -} log:explains { - :alice6434 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6435 :does :log_off_at_end_of_shift. -} log:explains { - :alice6435 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6436 :does :log_off_at_end_of_shift. -} log:explains { - :alice6436 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6437 :does :log_off_at_end_of_shift. -} log:explains { - :alice6437 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6438 :does :log_off_at_end_of_shift. -} log:explains { - :alice6438 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6439 :does :log_off_at_end_of_shift. -} log:explains { - :alice6439 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6440 :does :log_off_at_end_of_shift. -} log:explains { - :alice6440 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6441 :does :log_off_at_end_of_shift. -} log:explains { - :alice6441 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6442 :does :log_off_at_end_of_shift. -} log:explains { - :alice6442 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6443 :does :log_off_at_end_of_shift. -} log:explains { - :alice6443 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6444 :does :log_off_at_end_of_shift. -} log:explains { - :alice6444 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6445 :does :log_off_at_end_of_shift. -} log:explains { - :alice6445 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6446 :does :log_off_at_end_of_shift. -} log:explains { - :alice6446 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6447 :does :log_off_at_end_of_shift. -} log:explains { - :alice6447 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6448 :does :log_off_at_end_of_shift. -} log:explains { - :alice6448 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6449 :does :log_off_at_end_of_shift. -} log:explains { - :alice6449 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6450 :does :log_off_at_end_of_shift. -} log:explains { - :alice6450 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6451 :does :log_off_at_end_of_shift. -} log:explains { - :alice6451 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6452 :does :log_off_at_end_of_shift. -} log:explains { - :alice6452 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6453 :does :log_off_at_end_of_shift. -} log:explains { - :alice6453 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6454 :does :log_off_at_end_of_shift. -} log:explains { - :alice6454 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6455 :does :log_off_at_end_of_shift. -} log:explains { - :alice6455 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6456 :does :log_off_at_end_of_shift. -} log:explains { - :alice6456 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6457 :does :log_off_at_end_of_shift. -} log:explains { - :alice6457 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6458 :does :log_off_at_end_of_shift. -} log:explains { - :alice6458 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6459 :does :log_off_at_end_of_shift. -} log:explains { - :alice6459 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6460 :does :log_off_at_end_of_shift. -} log:explains { - :alice6460 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6461 :does :log_off_at_end_of_shift. -} log:explains { - :alice6461 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6462 :does :log_off_at_end_of_shift. -} log:explains { - :alice6462 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6463 :does :log_off_at_end_of_shift. -} log:explains { - :alice6463 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6464 :does :log_off_at_end_of_shift. -} log:explains { - :alice6464 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6465 :does :log_off_at_end_of_shift. -} log:explains { - :alice6465 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6466 :does :log_off_at_end_of_shift. -} log:explains { - :alice6466 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6467 :does :log_off_at_end_of_shift. -} log:explains { - :alice6467 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6468 :does :log_off_at_end_of_shift. -} log:explains { - :alice6468 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6469 :does :log_off_at_end_of_shift. -} log:explains { - :alice6469 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6470 :does :log_off_at_end_of_shift. -} log:explains { - :alice6470 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6471 :does :log_off_at_end_of_shift. -} log:explains { - :alice6471 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6472 :does :log_off_at_end_of_shift. -} log:explains { - :alice6472 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6473 :does :log_off_at_end_of_shift. -} log:explains { - :alice6473 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6474 :does :log_off_at_end_of_shift. -} log:explains { - :alice6474 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6475 :does :log_off_at_end_of_shift. -} log:explains { - :alice6475 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6476 :does :log_off_at_end_of_shift. -} log:explains { - :alice6476 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6477 :does :log_off_at_end_of_shift. -} log:explains { - :alice6477 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6478 :does :log_off_at_end_of_shift. -} log:explains { - :alice6478 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6479 :does :log_off_at_end_of_shift. -} log:explains { - :alice6479 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6480 :does :log_off_at_end_of_shift. -} log:explains { - :alice6480 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6481 :does :log_off_at_end_of_shift. -} log:explains { - :alice6481 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6482 :does :log_off_at_end_of_shift. -} log:explains { - :alice6482 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6483 :does :log_off_at_end_of_shift. -} log:explains { - :alice6483 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6484 :does :log_off_at_end_of_shift. -} log:explains { - :alice6484 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6485 :does :log_off_at_end_of_shift. -} log:explains { - :alice6485 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6486 :does :log_off_at_end_of_shift. -} log:explains { - :alice6486 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6487 :does :log_off_at_end_of_shift. -} log:explains { - :alice6487 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6488 :does :log_off_at_end_of_shift. -} log:explains { - :alice6488 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6489 :does :log_off_at_end_of_shift. -} log:explains { - :alice6489 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6490 :does :log_off_at_end_of_shift. -} log:explains { - :alice6490 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6491 :does :log_off_at_end_of_shift. -} log:explains { - :alice6491 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6492 :does :log_off_at_end_of_shift. -} log:explains { - :alice6492 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6493 :does :log_off_at_end_of_shift. -} log:explains { - :alice6493 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6494 :does :log_off_at_end_of_shift. -} log:explains { - :alice6494 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6495 :does :log_off_at_end_of_shift. -} log:explains { - :alice6495 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6496 :does :log_off_at_end_of_shift. -} log:explains { - :alice6496 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6497 :does :log_off_at_end_of_shift. -} log:explains { - :alice6497 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6498 :does :log_off_at_end_of_shift. -} log:explains { - :alice6498 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6499 :does :log_off_at_end_of_shift. -} log:explains { - :alice6499 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6500 :does :log_off_at_end_of_shift. -} log:explains { - :alice6500 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6501 :does :log_off_at_end_of_shift. -} log:explains { - :alice6501 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6502 :does :log_off_at_end_of_shift. -} log:explains { - :alice6502 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6503 :does :log_off_at_end_of_shift. -} log:explains { - :alice6503 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6504 :does :log_off_at_end_of_shift. -} log:explains { - :alice6504 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6505 :does :log_off_at_end_of_shift. -} log:explains { - :alice6505 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6506 :does :log_off_at_end_of_shift. -} log:explains { - :alice6506 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6507 :does :log_off_at_end_of_shift. -} log:explains { - :alice6507 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6508 :does :log_off_at_end_of_shift. -} log:explains { - :alice6508 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6509 :does :log_off_at_end_of_shift. -} log:explains { - :alice6509 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6510 :does :log_off_at_end_of_shift. -} log:explains { - :alice6510 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6511 :does :log_off_at_end_of_shift. -} log:explains { - :alice6511 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6512 :does :log_off_at_end_of_shift. -} log:explains { - :alice6512 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6513 :does :log_off_at_end_of_shift. -} log:explains { - :alice6513 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6514 :does :log_off_at_end_of_shift. -} log:explains { - :alice6514 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6515 :does :log_off_at_end_of_shift. -} log:explains { - :alice6515 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6516 :does :log_off_at_end_of_shift. -} log:explains { - :alice6516 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6517 :does :log_off_at_end_of_shift. -} log:explains { - :alice6517 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6518 :does :log_off_at_end_of_shift. -} log:explains { - :alice6518 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6519 :does :log_off_at_end_of_shift. -} log:explains { - :alice6519 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6520 :does :log_off_at_end_of_shift. -} log:explains { - :alice6520 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6521 :does :log_off_at_end_of_shift. -} log:explains { - :alice6521 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6522 :does :log_off_at_end_of_shift. -} log:explains { - :alice6522 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6523 :does :log_off_at_end_of_shift. -} log:explains { - :alice6523 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6524 :does :log_off_at_end_of_shift. -} log:explains { - :alice6524 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6525 :does :log_off_at_end_of_shift. -} log:explains { - :alice6525 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6526 :does :log_off_at_end_of_shift. -} log:explains { - :alice6526 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6527 :does :log_off_at_end_of_shift. -} log:explains { - :alice6527 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6528 :does :log_off_at_end_of_shift. -} log:explains { - :alice6528 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6529 :does :log_off_at_end_of_shift. -} log:explains { - :alice6529 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6530 :does :log_off_at_end_of_shift. -} log:explains { - :alice6530 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6531 :does :log_off_at_end_of_shift. -} log:explains { - :alice6531 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6532 :does :log_off_at_end_of_shift. -} log:explains { - :alice6532 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6533 :does :log_off_at_end_of_shift. -} log:explains { - :alice6533 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6534 :does :log_off_at_end_of_shift. -} log:explains { - :alice6534 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6535 :does :log_off_at_end_of_shift. -} log:explains { - :alice6535 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6536 :does :log_off_at_end_of_shift. -} log:explains { - :alice6536 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6537 :does :log_off_at_end_of_shift. -} log:explains { - :alice6537 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6538 :does :log_off_at_end_of_shift. -} log:explains { - :alice6538 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6539 :does :log_off_at_end_of_shift. -} log:explains { - :alice6539 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6540 :does :log_off_at_end_of_shift. -} log:explains { - :alice6540 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6541 :does :log_off_at_end_of_shift. -} log:explains { - :alice6541 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6542 :does :log_off_at_end_of_shift. -} log:explains { - :alice6542 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6543 :does :log_off_at_end_of_shift. -} log:explains { - :alice6543 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6544 :does :log_off_at_end_of_shift. -} log:explains { - :alice6544 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6545 :does :log_off_at_end_of_shift. -} log:explains { - :alice6545 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6546 :does :log_off_at_end_of_shift. -} log:explains { - :alice6546 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6547 :does :log_off_at_end_of_shift. -} log:explains { - :alice6547 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6548 :does :log_off_at_end_of_shift. -} log:explains { - :alice6548 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6549 :does :log_off_at_end_of_shift. -} log:explains { - :alice6549 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6550 :does :log_off_at_end_of_shift. -} log:explains { - :alice6550 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6551 :does :log_off_at_end_of_shift. -} log:explains { - :alice6551 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6552 :does :log_off_at_end_of_shift. -} log:explains { - :alice6552 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6553 :does :log_off_at_end_of_shift. -} log:explains { - :alice6553 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6554 :does :log_off_at_end_of_shift. -} log:explains { - :alice6554 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6555 :does :log_off_at_end_of_shift. -} log:explains { - :alice6555 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6556 :does :log_off_at_end_of_shift. -} log:explains { - :alice6556 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6557 :does :log_off_at_end_of_shift. -} log:explains { - :alice6557 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6558 :does :log_off_at_end_of_shift. -} log:explains { - :alice6558 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6559 :does :log_off_at_end_of_shift. -} log:explains { - :alice6559 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6560 :does :log_off_at_end_of_shift. -} log:explains { - :alice6560 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6561 :does :log_off_at_end_of_shift. -} log:explains { - :alice6561 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6562 :does :log_off_at_end_of_shift. -} log:explains { - :alice6562 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6563 :does :log_off_at_end_of_shift. -} log:explains { - :alice6563 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6564 :does :log_off_at_end_of_shift. -} log:explains { - :alice6564 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6565 :does :log_off_at_end_of_shift. -} log:explains { - :alice6565 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6566 :does :log_off_at_end_of_shift. -} log:explains { - :alice6566 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6567 :does :log_off_at_end_of_shift. -} log:explains { - :alice6567 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6568 :does :log_off_at_end_of_shift. -} log:explains { - :alice6568 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6569 :does :log_off_at_end_of_shift. -} log:explains { - :alice6569 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6570 :does :log_off_at_end_of_shift. -} log:explains { - :alice6570 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6571 :does :log_off_at_end_of_shift. -} log:explains { - :alice6571 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6572 :does :log_off_at_end_of_shift. -} log:explains { - :alice6572 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6573 :does :log_off_at_end_of_shift. -} log:explains { - :alice6573 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6574 :does :log_off_at_end_of_shift. -} log:explains { - :alice6574 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6575 :does :log_off_at_end_of_shift. -} log:explains { - :alice6575 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6576 :does :log_off_at_end_of_shift. -} log:explains { - :alice6576 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6577 :does :log_off_at_end_of_shift. -} log:explains { - :alice6577 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6578 :does :log_off_at_end_of_shift. -} log:explains { - :alice6578 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6579 :does :log_off_at_end_of_shift. -} log:explains { - :alice6579 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6580 :does :log_off_at_end_of_shift. -} log:explains { - :alice6580 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6581 :does :log_off_at_end_of_shift. -} log:explains { - :alice6581 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6582 :does :log_off_at_end_of_shift. -} log:explains { - :alice6582 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6583 :does :log_off_at_end_of_shift. -} log:explains { - :alice6583 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6584 :does :log_off_at_end_of_shift. -} log:explains { - :alice6584 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6585 :does :log_off_at_end_of_shift. -} log:explains { - :alice6585 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6586 :does :log_off_at_end_of_shift. -} log:explains { - :alice6586 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6587 :does :log_off_at_end_of_shift. -} log:explains { - :alice6587 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6588 :does :log_off_at_end_of_shift. -} log:explains { - :alice6588 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6589 :does :log_off_at_end_of_shift. -} log:explains { - :alice6589 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6590 :does :log_off_at_end_of_shift. -} log:explains { - :alice6590 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6591 :does :log_off_at_end_of_shift. -} log:explains { - :alice6591 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6592 :does :log_off_at_end_of_shift. -} log:explains { - :alice6592 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6593 :does :log_off_at_end_of_shift. -} log:explains { - :alice6593 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6594 :does :log_off_at_end_of_shift. -} log:explains { - :alice6594 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6595 :does :log_off_at_end_of_shift. -} log:explains { - :alice6595 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6596 :does :log_off_at_end_of_shift. -} log:explains { - :alice6596 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6597 :does :log_off_at_end_of_shift. -} log:explains { - :alice6597 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6598 :does :log_off_at_end_of_shift. -} log:explains { - :alice6598 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6599 :does :log_off_at_end_of_shift. -} log:explains { - :alice6599 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6600 :does :log_off_at_end_of_shift. -} log:explains { - :alice6600 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6601 :does :log_off_at_end_of_shift. -} log:explains { - :alice6601 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6602 :does :log_off_at_end_of_shift. -} log:explains { - :alice6602 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6603 :does :log_off_at_end_of_shift. -} log:explains { - :alice6603 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6604 :does :log_off_at_end_of_shift. -} log:explains { - :alice6604 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6605 :does :log_off_at_end_of_shift. -} log:explains { - :alice6605 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6606 :does :log_off_at_end_of_shift. -} log:explains { - :alice6606 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6607 :does :log_off_at_end_of_shift. -} log:explains { - :alice6607 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6608 :does :log_off_at_end_of_shift. -} log:explains { - :alice6608 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6609 :does :log_off_at_end_of_shift. -} log:explains { - :alice6609 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6610 :does :log_off_at_end_of_shift. -} log:explains { - :alice6610 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6611 :does :log_off_at_end_of_shift. -} log:explains { - :alice6611 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6612 :does :log_off_at_end_of_shift. -} log:explains { - :alice6612 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6613 :does :log_off_at_end_of_shift. -} log:explains { - :alice6613 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6614 :does :log_off_at_end_of_shift. -} log:explains { - :alice6614 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6615 :does :log_off_at_end_of_shift. -} log:explains { - :alice6615 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6616 :does :log_off_at_end_of_shift. -} log:explains { - :alice6616 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6617 :does :log_off_at_end_of_shift. -} log:explains { - :alice6617 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6618 :does :log_off_at_end_of_shift. -} log:explains { - :alice6618 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6619 :does :log_off_at_end_of_shift. -} log:explains { - :alice6619 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6620 :does :log_off_at_end_of_shift. -} log:explains { - :alice6620 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6621 :does :log_off_at_end_of_shift. -} log:explains { - :alice6621 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6622 :does :log_off_at_end_of_shift. -} log:explains { - :alice6622 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6623 :does :log_off_at_end_of_shift. -} log:explains { - :alice6623 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6624 :does :log_off_at_end_of_shift. -} log:explains { - :alice6624 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6625 :does :log_off_at_end_of_shift. -} log:explains { - :alice6625 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6626 :does :log_off_at_end_of_shift. -} log:explains { - :alice6626 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6627 :does :log_off_at_end_of_shift. -} log:explains { - :alice6627 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6628 :does :log_off_at_end_of_shift. -} log:explains { - :alice6628 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6629 :does :log_off_at_end_of_shift. -} log:explains { - :alice6629 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6630 :does :log_off_at_end_of_shift. -} log:explains { - :alice6630 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6631 :does :log_off_at_end_of_shift. -} log:explains { - :alice6631 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6632 :does :log_off_at_end_of_shift. -} log:explains { - :alice6632 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6633 :does :log_off_at_end_of_shift. -} log:explains { - :alice6633 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6634 :does :log_off_at_end_of_shift. -} log:explains { - :alice6634 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6635 :does :log_off_at_end_of_shift. -} log:explains { - :alice6635 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6636 :does :log_off_at_end_of_shift. -} log:explains { - :alice6636 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6637 :does :log_off_at_end_of_shift. -} log:explains { - :alice6637 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6638 :does :log_off_at_end_of_shift. -} log:explains { - :alice6638 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6639 :does :log_off_at_end_of_shift. -} log:explains { - :alice6639 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6640 :does :log_off_at_end_of_shift. -} log:explains { - :alice6640 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6641 :does :log_off_at_end_of_shift. -} log:explains { - :alice6641 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6642 :does :log_off_at_end_of_shift. -} log:explains { - :alice6642 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6643 :does :log_off_at_end_of_shift. -} log:explains { - :alice6643 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6644 :does :log_off_at_end_of_shift. -} log:explains { - :alice6644 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6645 :does :log_off_at_end_of_shift. -} log:explains { - :alice6645 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6646 :does :log_off_at_end_of_shift. -} log:explains { - :alice6646 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6647 :does :log_off_at_end_of_shift. -} log:explains { - :alice6647 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6648 :does :log_off_at_end_of_shift. -} log:explains { - :alice6648 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6649 :does :log_off_at_end_of_shift. -} log:explains { - :alice6649 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6650 :does :log_off_at_end_of_shift. -} log:explains { - :alice6650 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6651 :does :log_off_at_end_of_shift. -} log:explains { - :alice6651 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6652 :does :log_off_at_end_of_shift. -} log:explains { - :alice6652 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6653 :does :log_off_at_end_of_shift. -} log:explains { - :alice6653 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6654 :does :log_off_at_end_of_shift. -} log:explains { - :alice6654 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6655 :does :log_off_at_end_of_shift. -} log:explains { - :alice6655 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6656 :does :log_off_at_end_of_shift. -} log:explains { - :alice6656 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6657 :does :log_off_at_end_of_shift. -} log:explains { - :alice6657 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6658 :does :log_off_at_end_of_shift. -} log:explains { - :alice6658 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6659 :does :log_off_at_end_of_shift. -} log:explains { - :alice6659 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6660 :does :log_off_at_end_of_shift. -} log:explains { - :alice6660 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6661 :does :log_off_at_end_of_shift. -} log:explains { - :alice6661 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6662 :does :log_off_at_end_of_shift. -} log:explains { - :alice6662 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6663 :does :log_off_at_end_of_shift. -} log:explains { - :alice6663 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6664 :does :log_off_at_end_of_shift. -} log:explains { - :alice6664 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6665 :does :log_off_at_end_of_shift. -} log:explains { - :alice6665 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6666 :does :log_off_at_end_of_shift. -} log:explains { - :alice6666 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6667 :does :log_off_at_end_of_shift. -} log:explains { - :alice6667 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6668 :does :log_off_at_end_of_shift. -} log:explains { - :alice6668 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6669 :does :log_off_at_end_of_shift. -} log:explains { - :alice6669 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6670 :does :log_off_at_end_of_shift. -} log:explains { - :alice6670 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6671 :does :log_off_at_end_of_shift. -} log:explains { - :alice6671 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6672 :does :log_off_at_end_of_shift. -} log:explains { - :alice6672 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6673 :does :log_off_at_end_of_shift. -} log:explains { - :alice6673 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6674 :does :log_off_at_end_of_shift. -} log:explains { - :alice6674 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6675 :does :log_off_at_end_of_shift. -} log:explains { - :alice6675 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6676 :does :log_off_at_end_of_shift. -} log:explains { - :alice6676 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6677 :does :log_off_at_end_of_shift. -} log:explains { - :alice6677 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6678 :does :log_off_at_end_of_shift. -} log:explains { - :alice6678 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6679 :does :log_off_at_end_of_shift. -} log:explains { - :alice6679 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6680 :does :log_off_at_end_of_shift. -} log:explains { - :alice6680 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6681 :does :log_off_at_end_of_shift. -} log:explains { - :alice6681 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6682 :does :log_off_at_end_of_shift. -} log:explains { - :alice6682 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6683 :does :log_off_at_end_of_shift. -} log:explains { - :alice6683 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6684 :does :log_off_at_end_of_shift. -} log:explains { - :alice6684 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6685 :does :log_off_at_end_of_shift. -} log:explains { - :alice6685 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6686 :does :log_off_at_end_of_shift. -} log:explains { - :alice6686 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6687 :does :log_off_at_end_of_shift. -} log:explains { - :alice6687 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6688 :does :log_off_at_end_of_shift. -} log:explains { - :alice6688 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6689 :does :log_off_at_end_of_shift. -} log:explains { - :alice6689 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6690 :does :log_off_at_end_of_shift. -} log:explains { - :alice6690 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6691 :does :log_off_at_end_of_shift. -} log:explains { - :alice6691 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6692 :does :log_off_at_end_of_shift. -} log:explains { - :alice6692 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6693 :does :log_off_at_end_of_shift. -} log:explains { - :alice6693 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6694 :does :log_off_at_end_of_shift. -} log:explains { - :alice6694 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6695 :does :log_off_at_end_of_shift. -} log:explains { - :alice6695 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6696 :does :log_off_at_end_of_shift. -} log:explains { - :alice6696 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6697 :does :log_off_at_end_of_shift. -} log:explains { - :alice6697 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6698 :does :log_off_at_end_of_shift. -} log:explains { - :alice6698 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6699 :does :log_off_at_end_of_shift. -} log:explains { - :alice6699 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6700 :does :log_off_at_end_of_shift. -} log:explains { - :alice6700 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6701 :does :log_off_at_end_of_shift. -} log:explains { - :alice6701 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6702 :does :log_off_at_end_of_shift. -} log:explains { - :alice6702 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6703 :does :log_off_at_end_of_shift. -} log:explains { - :alice6703 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6704 :does :log_off_at_end_of_shift. -} log:explains { - :alice6704 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6705 :does :log_off_at_end_of_shift. -} log:explains { - :alice6705 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6706 :does :log_off_at_end_of_shift. -} log:explains { - :alice6706 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6707 :does :log_off_at_end_of_shift. -} log:explains { - :alice6707 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6708 :does :log_off_at_end_of_shift. -} log:explains { - :alice6708 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6709 :does :log_off_at_end_of_shift. -} log:explains { - :alice6709 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6710 :does :log_off_at_end_of_shift. -} log:explains { - :alice6710 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6711 :does :log_off_at_end_of_shift. -} log:explains { - :alice6711 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6712 :does :log_off_at_end_of_shift. -} log:explains { - :alice6712 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6713 :does :log_off_at_end_of_shift. -} log:explains { - :alice6713 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6714 :does :log_off_at_end_of_shift. -} log:explains { - :alice6714 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6715 :does :log_off_at_end_of_shift. -} log:explains { - :alice6715 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6716 :does :log_off_at_end_of_shift. -} log:explains { - :alice6716 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6717 :does :log_off_at_end_of_shift. -} log:explains { - :alice6717 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6718 :does :log_off_at_end_of_shift. -} log:explains { - :alice6718 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6719 :does :log_off_at_end_of_shift. -} log:explains { - :alice6719 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6720 :does :log_off_at_end_of_shift. -} log:explains { - :alice6720 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6721 :does :log_off_at_end_of_shift. -} log:explains { - :alice6721 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6722 :does :log_off_at_end_of_shift. -} log:explains { - :alice6722 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6723 :does :log_off_at_end_of_shift. -} log:explains { - :alice6723 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6724 :does :log_off_at_end_of_shift. -} log:explains { - :alice6724 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6725 :does :log_off_at_end_of_shift. -} log:explains { - :alice6725 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6726 :does :log_off_at_end_of_shift. -} log:explains { - :alice6726 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6727 :does :log_off_at_end_of_shift. -} log:explains { - :alice6727 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6728 :does :log_off_at_end_of_shift. -} log:explains { - :alice6728 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6729 :does :log_off_at_end_of_shift. -} log:explains { - :alice6729 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6730 :does :log_off_at_end_of_shift. -} log:explains { - :alice6730 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6731 :does :log_off_at_end_of_shift. -} log:explains { - :alice6731 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6732 :does :log_off_at_end_of_shift. -} log:explains { - :alice6732 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6733 :does :log_off_at_end_of_shift. -} log:explains { - :alice6733 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6734 :does :log_off_at_end_of_shift. -} log:explains { - :alice6734 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6735 :does :log_off_at_end_of_shift. -} log:explains { - :alice6735 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6736 :does :log_off_at_end_of_shift. -} log:explains { - :alice6736 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6737 :does :log_off_at_end_of_shift. -} log:explains { - :alice6737 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6738 :does :log_off_at_end_of_shift. -} log:explains { - :alice6738 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6739 :does :log_off_at_end_of_shift. -} log:explains { - :alice6739 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6740 :does :log_off_at_end_of_shift. -} log:explains { - :alice6740 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6741 :does :log_off_at_end_of_shift. -} log:explains { - :alice6741 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6742 :does :log_off_at_end_of_shift. -} log:explains { - :alice6742 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6743 :does :log_off_at_end_of_shift. -} log:explains { - :alice6743 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6744 :does :log_off_at_end_of_shift. -} log:explains { - :alice6744 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6745 :does :log_off_at_end_of_shift. -} log:explains { - :alice6745 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6746 :does :log_off_at_end_of_shift. -} log:explains { - :alice6746 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6747 :does :log_off_at_end_of_shift. -} log:explains { - :alice6747 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6748 :does :log_off_at_end_of_shift. -} log:explains { - :alice6748 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6749 :does :log_off_at_end_of_shift. -} log:explains { - :alice6749 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6750 :does :log_off_at_end_of_shift. -} log:explains { - :alice6750 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6751 :does :log_off_at_end_of_shift. -} log:explains { - :alice6751 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6752 :does :log_off_at_end_of_shift. -} log:explains { - :alice6752 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6753 :does :log_off_at_end_of_shift. -} log:explains { - :alice6753 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6754 :does :log_off_at_end_of_shift. -} log:explains { - :alice6754 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6755 :does :log_off_at_end_of_shift. -} log:explains { - :alice6755 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6756 :does :log_off_at_end_of_shift. -} log:explains { - :alice6756 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6757 :does :log_off_at_end_of_shift. -} log:explains { - :alice6757 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6758 :does :log_off_at_end_of_shift. -} log:explains { - :alice6758 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6759 :does :log_off_at_end_of_shift. -} log:explains { - :alice6759 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6760 :does :log_off_at_end_of_shift. -} log:explains { - :alice6760 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6761 :does :log_off_at_end_of_shift. -} log:explains { - :alice6761 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6762 :does :log_off_at_end_of_shift. -} log:explains { - :alice6762 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6763 :does :log_off_at_end_of_shift. -} log:explains { - :alice6763 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6764 :does :log_off_at_end_of_shift. -} log:explains { - :alice6764 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6765 :does :log_off_at_end_of_shift. -} log:explains { - :alice6765 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6766 :does :log_off_at_end_of_shift. -} log:explains { - :alice6766 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6767 :does :log_off_at_end_of_shift. -} log:explains { - :alice6767 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6768 :does :log_off_at_end_of_shift. -} log:explains { - :alice6768 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6769 :does :log_off_at_end_of_shift. -} log:explains { - :alice6769 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6770 :does :log_off_at_end_of_shift. -} log:explains { - :alice6770 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6771 :does :log_off_at_end_of_shift. -} log:explains { - :alice6771 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6772 :does :log_off_at_end_of_shift. -} log:explains { - :alice6772 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6773 :does :log_off_at_end_of_shift. -} log:explains { - :alice6773 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6774 :does :log_off_at_end_of_shift. -} log:explains { - :alice6774 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6775 :does :log_off_at_end_of_shift. -} log:explains { - :alice6775 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6776 :does :log_off_at_end_of_shift. -} log:explains { - :alice6776 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6777 :does :log_off_at_end_of_shift. -} log:explains { - :alice6777 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6778 :does :log_off_at_end_of_shift. -} log:explains { - :alice6778 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6779 :does :log_off_at_end_of_shift. -} log:explains { - :alice6779 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6780 :does :log_off_at_end_of_shift. -} log:explains { - :alice6780 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6781 :does :log_off_at_end_of_shift. -} log:explains { - :alice6781 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6782 :does :log_off_at_end_of_shift. -} log:explains { - :alice6782 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6783 :does :log_off_at_end_of_shift. -} log:explains { - :alice6783 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6784 :does :log_off_at_end_of_shift. -} log:explains { - :alice6784 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6785 :does :log_off_at_end_of_shift. -} log:explains { - :alice6785 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6786 :does :log_off_at_end_of_shift. -} log:explains { - :alice6786 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6787 :does :log_off_at_end_of_shift. -} log:explains { - :alice6787 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6788 :does :log_off_at_end_of_shift. -} log:explains { - :alice6788 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6789 :does :log_off_at_end_of_shift. -} log:explains { - :alice6789 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6790 :does :log_off_at_end_of_shift. -} log:explains { - :alice6790 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6791 :does :log_off_at_end_of_shift. -} log:explains { - :alice6791 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6792 :does :log_off_at_end_of_shift. -} log:explains { - :alice6792 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6793 :does :log_off_at_end_of_shift. -} log:explains { - :alice6793 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6794 :does :log_off_at_end_of_shift. -} log:explains { - :alice6794 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6795 :does :log_off_at_end_of_shift. -} log:explains { - :alice6795 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6796 :does :log_off_at_end_of_shift. -} log:explains { - :alice6796 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6797 :does :log_off_at_end_of_shift. -} log:explains { - :alice6797 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6798 :does :log_off_at_end_of_shift. -} log:explains { - :alice6798 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6799 :does :log_off_at_end_of_shift. -} log:explains { - :alice6799 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6800 :does :log_off_at_end_of_shift. -} log:explains { - :alice6800 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6801 :does :log_off_at_end_of_shift. -} log:explains { - :alice6801 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6802 :does :log_off_at_end_of_shift. -} log:explains { - :alice6802 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6803 :does :log_off_at_end_of_shift. -} log:explains { - :alice6803 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6804 :does :log_off_at_end_of_shift. -} log:explains { - :alice6804 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6805 :does :log_off_at_end_of_shift. -} log:explains { - :alice6805 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6806 :does :log_off_at_end_of_shift. -} log:explains { - :alice6806 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6807 :does :log_off_at_end_of_shift. -} log:explains { - :alice6807 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6808 :does :log_off_at_end_of_shift. -} log:explains { - :alice6808 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6809 :does :log_off_at_end_of_shift. -} log:explains { - :alice6809 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6810 :does :log_off_at_end_of_shift. -} log:explains { - :alice6810 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6811 :does :log_off_at_end_of_shift. -} log:explains { - :alice6811 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6812 :does :log_off_at_end_of_shift. -} log:explains { - :alice6812 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6813 :does :log_off_at_end_of_shift. -} log:explains { - :alice6813 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6814 :does :log_off_at_end_of_shift. -} log:explains { - :alice6814 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6815 :does :log_off_at_end_of_shift. -} log:explains { - :alice6815 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6816 :does :log_off_at_end_of_shift. -} log:explains { - :alice6816 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6817 :does :log_off_at_end_of_shift. -} log:explains { - :alice6817 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6818 :does :log_off_at_end_of_shift. -} log:explains { - :alice6818 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6819 :does :log_off_at_end_of_shift. -} log:explains { - :alice6819 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6820 :does :log_off_at_end_of_shift. -} log:explains { - :alice6820 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6821 :does :log_off_at_end_of_shift. -} log:explains { - :alice6821 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6822 :does :log_off_at_end_of_shift. -} log:explains { - :alice6822 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6823 :does :log_off_at_end_of_shift. -} log:explains { - :alice6823 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6824 :does :log_off_at_end_of_shift. -} log:explains { - :alice6824 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6825 :does :log_off_at_end_of_shift. -} log:explains { - :alice6825 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6826 :does :log_off_at_end_of_shift. -} log:explains { - :alice6826 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6827 :does :log_off_at_end_of_shift. -} log:explains { - :alice6827 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6828 :does :log_off_at_end_of_shift. -} log:explains { - :alice6828 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6829 :does :log_off_at_end_of_shift. -} log:explains { - :alice6829 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6830 :does :log_off_at_end_of_shift. -} log:explains { - :alice6830 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6831 :does :log_off_at_end_of_shift. -} log:explains { - :alice6831 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6832 :does :log_off_at_end_of_shift. -} log:explains { - :alice6832 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6833 :does :log_off_at_end_of_shift. -} log:explains { - :alice6833 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6834 :does :log_off_at_end_of_shift. -} log:explains { - :alice6834 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6835 :does :log_off_at_end_of_shift. -} log:explains { - :alice6835 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6836 :does :log_off_at_end_of_shift. -} log:explains { - :alice6836 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6837 :does :log_off_at_end_of_shift. -} log:explains { - :alice6837 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6838 :does :log_off_at_end_of_shift. -} log:explains { - :alice6838 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6839 :does :log_off_at_end_of_shift. -} log:explains { - :alice6839 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6840 :does :log_off_at_end_of_shift. -} log:explains { - :alice6840 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6841 :does :log_off_at_end_of_shift. -} log:explains { - :alice6841 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6842 :does :log_off_at_end_of_shift. -} log:explains { - :alice6842 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6843 :does :log_off_at_end_of_shift. -} log:explains { - :alice6843 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6844 :does :log_off_at_end_of_shift. -} log:explains { - :alice6844 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6845 :does :log_off_at_end_of_shift. -} log:explains { - :alice6845 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6846 :does :log_off_at_end_of_shift. -} log:explains { - :alice6846 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6847 :does :log_off_at_end_of_shift. -} log:explains { - :alice6847 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6848 :does :log_off_at_end_of_shift. -} log:explains { - :alice6848 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6849 :does :log_off_at_end_of_shift. -} log:explains { - :alice6849 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6850 :does :log_off_at_end_of_shift. -} log:explains { - :alice6850 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6851 :does :log_off_at_end_of_shift. -} log:explains { - :alice6851 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6852 :does :log_off_at_end_of_shift. -} log:explains { - :alice6852 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6853 :does :log_off_at_end_of_shift. -} log:explains { - :alice6853 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6854 :does :log_off_at_end_of_shift. -} log:explains { - :alice6854 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6855 :does :log_off_at_end_of_shift. -} log:explains { - :alice6855 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6856 :does :log_off_at_end_of_shift. -} log:explains { - :alice6856 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6857 :does :log_off_at_end_of_shift. -} log:explains { - :alice6857 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6858 :does :log_off_at_end_of_shift. -} log:explains { - :alice6858 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6859 :does :log_off_at_end_of_shift. -} log:explains { - :alice6859 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6860 :does :log_off_at_end_of_shift. -} log:explains { - :alice6860 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6861 :does :log_off_at_end_of_shift. -} log:explains { - :alice6861 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6862 :does :log_off_at_end_of_shift. -} log:explains { - :alice6862 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6863 :does :log_off_at_end_of_shift. -} log:explains { - :alice6863 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6864 :does :log_off_at_end_of_shift. -} log:explains { - :alice6864 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6865 :does :log_off_at_end_of_shift. -} log:explains { - :alice6865 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6866 :does :log_off_at_end_of_shift. -} log:explains { - :alice6866 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6867 :does :log_off_at_end_of_shift. -} log:explains { - :alice6867 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6868 :does :log_off_at_end_of_shift. -} log:explains { - :alice6868 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6869 :does :log_off_at_end_of_shift. -} log:explains { - :alice6869 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6870 :does :log_off_at_end_of_shift. -} log:explains { - :alice6870 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6871 :does :log_off_at_end_of_shift. -} log:explains { - :alice6871 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6872 :does :log_off_at_end_of_shift. -} log:explains { - :alice6872 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6873 :does :log_off_at_end_of_shift. -} log:explains { - :alice6873 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6874 :does :log_off_at_end_of_shift. -} log:explains { - :alice6874 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6875 :does :log_off_at_end_of_shift. -} log:explains { - :alice6875 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6876 :does :log_off_at_end_of_shift. -} log:explains { - :alice6876 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6877 :does :log_off_at_end_of_shift. -} log:explains { - :alice6877 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6878 :does :log_off_at_end_of_shift. -} log:explains { - :alice6878 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6879 :does :log_off_at_end_of_shift. -} log:explains { - :alice6879 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6880 :does :log_off_at_end_of_shift. -} log:explains { - :alice6880 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6881 :does :log_off_at_end_of_shift. -} log:explains { - :alice6881 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6882 :does :log_off_at_end_of_shift. -} log:explains { - :alice6882 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6883 :does :log_off_at_end_of_shift. -} log:explains { - :alice6883 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6884 :does :log_off_at_end_of_shift. -} log:explains { - :alice6884 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6885 :does :log_off_at_end_of_shift. -} log:explains { - :alice6885 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6886 :does :log_off_at_end_of_shift. -} log:explains { - :alice6886 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6887 :does :log_off_at_end_of_shift. -} log:explains { - :alice6887 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6888 :does :log_off_at_end_of_shift. -} log:explains { - :alice6888 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6889 :does :log_off_at_end_of_shift. -} log:explains { - :alice6889 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6890 :does :log_off_at_end_of_shift. -} log:explains { - :alice6890 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6891 :does :log_off_at_end_of_shift. -} log:explains { - :alice6891 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6892 :does :log_off_at_end_of_shift. -} log:explains { - :alice6892 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6893 :does :log_off_at_end_of_shift. -} log:explains { - :alice6893 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6894 :does :log_off_at_end_of_shift. -} log:explains { - :alice6894 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6895 :does :log_off_at_end_of_shift. -} log:explains { - :alice6895 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6896 :does :log_off_at_end_of_shift. -} log:explains { - :alice6896 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6897 :does :log_off_at_end_of_shift. -} log:explains { - :alice6897 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6898 :does :log_off_at_end_of_shift. -} log:explains { - :alice6898 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6899 :does :log_off_at_end_of_shift. -} log:explains { - :alice6899 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6900 :does :log_off_at_end_of_shift. -} log:explains { - :alice6900 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6901 :does :log_off_at_end_of_shift. -} log:explains { - :alice6901 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6902 :does :log_off_at_end_of_shift. -} log:explains { - :alice6902 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6903 :does :log_off_at_end_of_shift. -} log:explains { - :alice6903 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6904 :does :log_off_at_end_of_shift. -} log:explains { - :alice6904 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6905 :does :log_off_at_end_of_shift. -} log:explains { - :alice6905 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6906 :does :log_off_at_end_of_shift. -} log:explains { - :alice6906 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6907 :does :log_off_at_end_of_shift. -} log:explains { - :alice6907 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6908 :does :log_off_at_end_of_shift. -} log:explains { - :alice6908 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6909 :does :log_off_at_end_of_shift. -} log:explains { - :alice6909 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6910 :does :log_off_at_end_of_shift. -} log:explains { - :alice6910 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6911 :does :log_off_at_end_of_shift. -} log:explains { - :alice6911 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6912 :does :log_off_at_end_of_shift. -} log:explains { - :alice6912 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6913 :does :log_off_at_end_of_shift. -} log:explains { - :alice6913 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6914 :does :log_off_at_end_of_shift. -} log:explains { - :alice6914 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6915 :does :log_off_at_end_of_shift. -} log:explains { - :alice6915 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6916 :does :log_off_at_end_of_shift. -} log:explains { - :alice6916 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6917 :does :log_off_at_end_of_shift. -} log:explains { - :alice6917 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6918 :does :log_off_at_end_of_shift. -} log:explains { - :alice6918 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6919 :does :log_off_at_end_of_shift. -} log:explains { - :alice6919 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6920 :does :log_off_at_end_of_shift. -} log:explains { - :alice6920 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6921 :does :log_off_at_end_of_shift. -} log:explains { - :alice6921 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6922 :does :log_off_at_end_of_shift. -} log:explains { - :alice6922 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6923 :does :log_off_at_end_of_shift. -} log:explains { - :alice6923 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6924 :does :log_off_at_end_of_shift. -} log:explains { - :alice6924 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6925 :does :log_off_at_end_of_shift. -} log:explains { - :alice6925 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6926 :does :log_off_at_end_of_shift. -} log:explains { - :alice6926 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6927 :does :log_off_at_end_of_shift. -} log:explains { - :alice6927 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6928 :does :log_off_at_end_of_shift. -} log:explains { - :alice6928 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6929 :does :log_off_at_end_of_shift. -} log:explains { - :alice6929 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6930 :does :log_off_at_end_of_shift. -} log:explains { - :alice6930 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6931 :does :log_off_at_end_of_shift. -} log:explains { - :alice6931 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6932 :does :log_off_at_end_of_shift. -} log:explains { - :alice6932 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6933 :does :log_off_at_end_of_shift. -} log:explains { - :alice6933 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6934 :does :log_off_at_end_of_shift. -} log:explains { - :alice6934 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6935 :does :log_off_at_end_of_shift. -} log:explains { - :alice6935 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6936 :does :log_off_at_end_of_shift. -} log:explains { - :alice6936 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6937 :does :log_off_at_end_of_shift. -} log:explains { - :alice6937 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6938 :does :log_off_at_end_of_shift. -} log:explains { - :alice6938 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6939 :does :log_off_at_end_of_shift. -} log:explains { - :alice6939 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6940 :does :log_off_at_end_of_shift. -} log:explains { - :alice6940 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6941 :does :log_off_at_end_of_shift. -} log:explains { - :alice6941 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6942 :does :log_off_at_end_of_shift. -} log:explains { - :alice6942 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6943 :does :log_off_at_end_of_shift. -} log:explains { - :alice6943 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6944 :does :log_off_at_end_of_shift. -} log:explains { - :alice6944 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6945 :does :log_off_at_end_of_shift. -} log:explains { - :alice6945 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6946 :does :log_off_at_end_of_shift. -} log:explains { - :alice6946 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6947 :does :log_off_at_end_of_shift. -} log:explains { - :alice6947 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6948 :does :log_off_at_end_of_shift. -} log:explains { - :alice6948 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6949 :does :log_off_at_end_of_shift. -} log:explains { - :alice6949 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6950 :does :log_off_at_end_of_shift. -} log:explains { - :alice6950 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6951 :does :log_off_at_end_of_shift. -} log:explains { - :alice6951 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6952 :does :log_off_at_end_of_shift. -} log:explains { - :alice6952 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6953 :does :log_off_at_end_of_shift. -} log:explains { - :alice6953 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6954 :does :log_off_at_end_of_shift. -} log:explains { - :alice6954 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6955 :does :log_off_at_end_of_shift. -} log:explains { - :alice6955 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6956 :does :log_off_at_end_of_shift. -} log:explains { - :alice6956 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6957 :does :log_off_at_end_of_shift. -} log:explains { - :alice6957 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6958 :does :log_off_at_end_of_shift. -} log:explains { - :alice6958 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6959 :does :log_off_at_end_of_shift. -} log:explains { - :alice6959 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6960 :does :log_off_at_end_of_shift. -} log:explains { - :alice6960 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6961 :does :log_off_at_end_of_shift. -} log:explains { - :alice6961 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6962 :does :log_off_at_end_of_shift. -} log:explains { - :alice6962 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6963 :does :log_off_at_end_of_shift. -} log:explains { - :alice6963 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6964 :does :log_off_at_end_of_shift. -} log:explains { - :alice6964 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6965 :does :log_off_at_end_of_shift. -} log:explains { - :alice6965 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6966 :does :log_off_at_end_of_shift. -} log:explains { - :alice6966 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6967 :does :log_off_at_end_of_shift. -} log:explains { - :alice6967 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6968 :does :log_off_at_end_of_shift. -} log:explains { - :alice6968 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6969 :does :log_off_at_end_of_shift. -} log:explains { - :alice6969 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6970 :does :log_off_at_end_of_shift. -} log:explains { - :alice6970 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6971 :does :log_off_at_end_of_shift. -} log:explains { - :alice6971 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6972 :does :log_off_at_end_of_shift. -} log:explains { - :alice6972 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6973 :does :log_off_at_end_of_shift. -} log:explains { - :alice6973 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6974 :does :log_off_at_end_of_shift. -} log:explains { - :alice6974 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6975 :does :log_off_at_end_of_shift. -} log:explains { - :alice6975 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6976 :does :log_off_at_end_of_shift. -} log:explains { - :alice6976 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6977 :does :log_off_at_end_of_shift. -} log:explains { - :alice6977 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6978 :does :log_off_at_end_of_shift. -} log:explains { - :alice6978 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6979 :does :log_off_at_end_of_shift. -} log:explains { - :alice6979 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6980 :does :log_off_at_end_of_shift. -} log:explains { - :alice6980 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6981 :does :log_off_at_end_of_shift. -} log:explains { - :alice6981 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6982 :does :log_off_at_end_of_shift. -} log:explains { - :alice6982 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6983 :does :log_off_at_end_of_shift. -} log:explains { - :alice6983 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6984 :does :log_off_at_end_of_shift. -} log:explains { - :alice6984 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6985 :does :log_off_at_end_of_shift. -} log:explains { - :alice6985 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6986 :does :log_off_at_end_of_shift. -} log:explains { - :alice6986 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6987 :does :log_off_at_end_of_shift. -} log:explains { - :alice6987 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6988 :does :log_off_at_end_of_shift. -} log:explains { - :alice6988 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6989 :does :log_off_at_end_of_shift. -} log:explains { - :alice6989 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6990 :does :log_off_at_end_of_shift. -} log:explains { - :alice6990 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6991 :does :log_off_at_end_of_shift. -} log:explains { - :alice6991 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6992 :does :log_off_at_end_of_shift. -} log:explains { - :alice6992 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6993 :does :log_off_at_end_of_shift. -} log:explains { - :alice6993 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6994 :does :log_off_at_end_of_shift. -} log:explains { - :alice6994 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6995 :does :log_off_at_end_of_shift. -} log:explains { - :alice6995 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6996 :does :log_off_at_end_of_shift. -} log:explains { - :alice6996 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6997 :does :log_off_at_end_of_shift. -} log:explains { - :alice6997 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6998 :does :log_off_at_end_of_shift. -} log:explains { - :alice6998 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice6999 :does :log_off_at_end_of_shift. -} log:explains { - :alice6999 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7000 :does :log_off_at_end_of_shift. -} log:explains { - :alice7000 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7001 :does :log_off_at_end_of_shift. -} log:explains { - :alice7001 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7002 :does :log_off_at_end_of_shift. -} log:explains { - :alice7002 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7003 :does :log_off_at_end_of_shift. -} log:explains { - :alice7003 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7004 :does :log_off_at_end_of_shift. -} log:explains { - :alice7004 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7005 :does :log_off_at_end_of_shift. -} log:explains { - :alice7005 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7006 :does :log_off_at_end_of_shift. -} log:explains { - :alice7006 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7007 :does :log_off_at_end_of_shift. -} log:explains { - :alice7007 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7008 :does :log_off_at_end_of_shift. -} log:explains { - :alice7008 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7009 :does :log_off_at_end_of_shift. -} log:explains { - :alice7009 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7010 :does :log_off_at_end_of_shift. -} log:explains { - :alice7010 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7011 :does :log_off_at_end_of_shift. -} log:explains { - :alice7011 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7012 :does :log_off_at_end_of_shift. -} log:explains { - :alice7012 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7013 :does :log_off_at_end_of_shift. -} log:explains { - :alice7013 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7014 :does :log_off_at_end_of_shift. -} log:explains { - :alice7014 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7015 :does :log_off_at_end_of_shift. -} log:explains { - :alice7015 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7016 :does :log_off_at_end_of_shift. -} log:explains { - :alice7016 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7017 :does :log_off_at_end_of_shift. -} log:explains { - :alice7017 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7018 :does :log_off_at_end_of_shift. -} log:explains { - :alice7018 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7019 :does :log_off_at_end_of_shift. -} log:explains { - :alice7019 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7020 :does :log_off_at_end_of_shift. -} log:explains { - :alice7020 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7021 :does :log_off_at_end_of_shift. -} log:explains { - :alice7021 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7022 :does :log_off_at_end_of_shift. -} log:explains { - :alice7022 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7023 :does :log_off_at_end_of_shift. -} log:explains { - :alice7023 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7024 :does :log_off_at_end_of_shift. -} log:explains { - :alice7024 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7025 :does :log_off_at_end_of_shift. -} log:explains { - :alice7025 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7026 :does :log_off_at_end_of_shift. -} log:explains { - :alice7026 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7027 :does :log_off_at_end_of_shift. -} log:explains { - :alice7027 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7028 :does :log_off_at_end_of_shift. -} log:explains { - :alice7028 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7029 :does :log_off_at_end_of_shift. -} log:explains { - :alice7029 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7030 :does :log_off_at_end_of_shift. -} log:explains { - :alice7030 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7031 :does :log_off_at_end_of_shift. -} log:explains { - :alice7031 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7032 :does :log_off_at_end_of_shift. -} log:explains { - :alice7032 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7033 :does :log_off_at_end_of_shift. -} log:explains { - :alice7033 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7034 :does :log_off_at_end_of_shift. -} log:explains { - :alice7034 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7035 :does :log_off_at_end_of_shift. -} log:explains { - :alice7035 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7036 :does :log_off_at_end_of_shift. -} log:explains { - :alice7036 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7037 :does :log_off_at_end_of_shift. -} log:explains { - :alice7037 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7038 :does :log_off_at_end_of_shift. -} log:explains { - :alice7038 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7039 :does :log_off_at_end_of_shift. -} log:explains { - :alice7039 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7040 :does :log_off_at_end_of_shift. -} log:explains { - :alice7040 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7041 :does :log_off_at_end_of_shift. -} log:explains { - :alice7041 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7042 :does :log_off_at_end_of_shift. -} log:explains { - :alice7042 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7043 :does :log_off_at_end_of_shift. -} log:explains { - :alice7043 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7044 :does :log_off_at_end_of_shift. -} log:explains { - :alice7044 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7045 :does :log_off_at_end_of_shift. -} log:explains { - :alice7045 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7046 :does :log_off_at_end_of_shift. -} log:explains { - :alice7046 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7047 :does :log_off_at_end_of_shift. -} log:explains { - :alice7047 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7048 :does :log_off_at_end_of_shift. -} log:explains { - :alice7048 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7049 :does :log_off_at_end_of_shift. -} log:explains { - :alice7049 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7050 :does :log_off_at_end_of_shift. -} log:explains { - :alice7050 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7051 :does :log_off_at_end_of_shift. -} log:explains { - :alice7051 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7052 :does :log_off_at_end_of_shift. -} log:explains { - :alice7052 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7053 :does :log_off_at_end_of_shift. -} log:explains { - :alice7053 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7054 :does :log_off_at_end_of_shift. -} log:explains { - :alice7054 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7055 :does :log_off_at_end_of_shift. -} log:explains { - :alice7055 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7056 :does :log_off_at_end_of_shift. -} log:explains { - :alice7056 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7057 :does :log_off_at_end_of_shift. -} log:explains { - :alice7057 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7058 :does :log_off_at_end_of_shift. -} log:explains { - :alice7058 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7059 :does :log_off_at_end_of_shift. -} log:explains { - :alice7059 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7060 :does :log_off_at_end_of_shift. -} log:explains { - :alice7060 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7061 :does :log_off_at_end_of_shift. -} log:explains { - :alice7061 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7062 :does :log_off_at_end_of_shift. -} log:explains { - :alice7062 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7063 :does :log_off_at_end_of_shift. -} log:explains { - :alice7063 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7064 :does :log_off_at_end_of_shift. -} log:explains { - :alice7064 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7065 :does :log_off_at_end_of_shift. -} log:explains { - :alice7065 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7066 :does :log_off_at_end_of_shift. -} log:explains { - :alice7066 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7067 :does :log_off_at_end_of_shift. -} log:explains { - :alice7067 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7068 :does :log_off_at_end_of_shift. -} log:explains { - :alice7068 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7069 :does :log_off_at_end_of_shift. -} log:explains { - :alice7069 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7070 :does :log_off_at_end_of_shift. -} log:explains { - :alice7070 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7071 :does :log_off_at_end_of_shift. -} log:explains { - :alice7071 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7072 :does :log_off_at_end_of_shift. -} log:explains { - :alice7072 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7073 :does :log_off_at_end_of_shift. -} log:explains { - :alice7073 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7074 :does :log_off_at_end_of_shift. -} log:explains { - :alice7074 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7075 :does :log_off_at_end_of_shift. -} log:explains { - :alice7075 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7076 :does :log_off_at_end_of_shift. -} log:explains { - :alice7076 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7077 :does :log_off_at_end_of_shift. -} log:explains { - :alice7077 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7078 :does :log_off_at_end_of_shift. -} log:explains { - :alice7078 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7079 :does :log_off_at_end_of_shift. -} log:explains { - :alice7079 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7080 :does :log_off_at_end_of_shift. -} log:explains { - :alice7080 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7081 :does :log_off_at_end_of_shift. -} log:explains { - :alice7081 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7082 :does :log_off_at_end_of_shift. -} log:explains { - :alice7082 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7083 :does :log_off_at_end_of_shift. -} log:explains { - :alice7083 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7084 :does :log_off_at_end_of_shift. -} log:explains { - :alice7084 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7085 :does :log_off_at_end_of_shift. -} log:explains { - :alice7085 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7086 :does :log_off_at_end_of_shift. -} log:explains { - :alice7086 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7087 :does :log_off_at_end_of_shift. -} log:explains { - :alice7087 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7088 :does :log_off_at_end_of_shift. -} log:explains { - :alice7088 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7089 :does :log_off_at_end_of_shift. -} log:explains { - :alice7089 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7090 :does :log_off_at_end_of_shift. -} log:explains { - :alice7090 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7091 :does :log_off_at_end_of_shift. -} log:explains { - :alice7091 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7092 :does :log_off_at_end_of_shift. -} log:explains { - :alice7092 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7093 :does :log_off_at_end_of_shift. -} log:explains { - :alice7093 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7094 :does :log_off_at_end_of_shift. -} log:explains { - :alice7094 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7095 :does :log_off_at_end_of_shift. -} log:explains { - :alice7095 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7096 :does :log_off_at_end_of_shift. -} log:explains { - :alice7096 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7097 :does :log_off_at_end_of_shift. -} log:explains { - :alice7097 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7098 :does :log_off_at_end_of_shift. -} log:explains { - :alice7098 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7099 :does :log_off_at_end_of_shift. -} log:explains { - :alice7099 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7100 :does :log_off_at_end_of_shift. -} log:explains { - :alice7100 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7101 :does :log_off_at_end_of_shift. -} log:explains { - :alice7101 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7102 :does :log_off_at_end_of_shift. -} log:explains { - :alice7102 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7103 :does :log_off_at_end_of_shift. -} log:explains { - :alice7103 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7104 :does :log_off_at_end_of_shift. -} log:explains { - :alice7104 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7105 :does :log_off_at_end_of_shift. -} log:explains { - :alice7105 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7106 :does :log_off_at_end_of_shift. -} log:explains { - :alice7106 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7107 :does :log_off_at_end_of_shift. -} log:explains { - :alice7107 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7108 :does :log_off_at_end_of_shift. -} log:explains { - :alice7108 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7109 :does :log_off_at_end_of_shift. -} log:explains { - :alice7109 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7110 :does :log_off_at_end_of_shift. -} log:explains { - :alice7110 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7111 :does :log_off_at_end_of_shift. -} log:explains { - :alice7111 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7112 :does :log_off_at_end_of_shift. -} log:explains { - :alice7112 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7113 :does :log_off_at_end_of_shift. -} log:explains { - :alice7113 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7114 :does :log_off_at_end_of_shift. -} log:explains { - :alice7114 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7115 :does :log_off_at_end_of_shift. -} log:explains { - :alice7115 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7116 :does :log_off_at_end_of_shift. -} log:explains { - :alice7116 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7117 :does :log_off_at_end_of_shift. -} log:explains { - :alice7117 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7118 :does :log_off_at_end_of_shift. -} log:explains { - :alice7118 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7119 :does :log_off_at_end_of_shift. -} log:explains { - :alice7119 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7120 :does :log_off_at_end_of_shift. -} log:explains { - :alice7120 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7121 :does :log_off_at_end_of_shift. -} log:explains { - :alice7121 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7122 :does :log_off_at_end_of_shift. -} log:explains { - :alice7122 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7123 :does :log_off_at_end_of_shift. -} log:explains { - :alice7123 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7124 :does :log_off_at_end_of_shift. -} log:explains { - :alice7124 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7125 :does :log_off_at_end_of_shift. -} log:explains { - :alice7125 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7126 :does :log_off_at_end_of_shift. -} log:explains { - :alice7126 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7127 :does :log_off_at_end_of_shift. -} log:explains { - :alice7127 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7128 :does :log_off_at_end_of_shift. -} log:explains { - :alice7128 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7129 :does :log_off_at_end_of_shift. -} log:explains { - :alice7129 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7130 :does :log_off_at_end_of_shift. -} log:explains { - :alice7130 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7131 :does :log_off_at_end_of_shift. -} log:explains { - :alice7131 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7132 :does :log_off_at_end_of_shift. -} log:explains { - :alice7132 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7133 :does :log_off_at_end_of_shift. -} log:explains { - :alice7133 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7134 :does :log_off_at_end_of_shift. -} log:explains { - :alice7134 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7135 :does :log_off_at_end_of_shift. -} log:explains { - :alice7135 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7136 :does :log_off_at_end_of_shift. -} log:explains { - :alice7136 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7137 :does :log_off_at_end_of_shift. -} log:explains { - :alice7137 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7138 :does :log_off_at_end_of_shift. -} log:explains { - :alice7138 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7139 :does :log_off_at_end_of_shift. -} log:explains { - :alice7139 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7140 :does :log_off_at_end_of_shift. -} log:explains { - :alice7140 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7141 :does :log_off_at_end_of_shift. -} log:explains { - :alice7141 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7142 :does :log_off_at_end_of_shift. -} log:explains { - :alice7142 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7143 :does :log_off_at_end_of_shift. -} log:explains { - :alice7143 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7144 :does :log_off_at_end_of_shift. -} log:explains { - :alice7144 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7145 :does :log_off_at_end_of_shift. -} log:explains { - :alice7145 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7146 :does :log_off_at_end_of_shift. -} log:explains { - :alice7146 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7147 :does :log_off_at_end_of_shift. -} log:explains { - :alice7147 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7148 :does :log_off_at_end_of_shift. -} log:explains { - :alice7148 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7149 :does :log_off_at_end_of_shift. -} log:explains { - :alice7149 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7150 :does :log_off_at_end_of_shift. -} log:explains { - :alice7150 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7151 :does :log_off_at_end_of_shift. -} log:explains { - :alice7151 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7152 :does :log_off_at_end_of_shift. -} log:explains { - :alice7152 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7153 :does :log_off_at_end_of_shift. -} log:explains { - :alice7153 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7154 :does :log_off_at_end_of_shift. -} log:explains { - :alice7154 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7155 :does :log_off_at_end_of_shift. -} log:explains { - :alice7155 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7156 :does :log_off_at_end_of_shift. -} log:explains { - :alice7156 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7157 :does :log_off_at_end_of_shift. -} log:explains { - :alice7157 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7158 :does :log_off_at_end_of_shift. -} log:explains { - :alice7158 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7159 :does :log_off_at_end_of_shift. -} log:explains { - :alice7159 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7160 :does :log_off_at_end_of_shift. -} log:explains { - :alice7160 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7161 :does :log_off_at_end_of_shift. -} log:explains { - :alice7161 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7162 :does :log_off_at_end_of_shift. -} log:explains { - :alice7162 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7163 :does :log_off_at_end_of_shift. -} log:explains { - :alice7163 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7164 :does :log_off_at_end_of_shift. -} log:explains { - :alice7164 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7165 :does :log_off_at_end_of_shift. -} log:explains { - :alice7165 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7166 :does :log_off_at_end_of_shift. -} log:explains { - :alice7166 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7167 :does :log_off_at_end_of_shift. -} log:explains { - :alice7167 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7168 :does :log_off_at_end_of_shift. -} log:explains { - :alice7168 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7169 :does :log_off_at_end_of_shift. -} log:explains { - :alice7169 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7170 :does :log_off_at_end_of_shift. -} log:explains { - :alice7170 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7171 :does :log_off_at_end_of_shift. -} log:explains { - :alice7171 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7172 :does :log_off_at_end_of_shift. -} log:explains { - :alice7172 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7173 :does :log_off_at_end_of_shift. -} log:explains { - :alice7173 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7174 :does :log_off_at_end_of_shift. -} log:explains { - :alice7174 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7175 :does :log_off_at_end_of_shift. -} log:explains { - :alice7175 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7176 :does :log_off_at_end_of_shift. -} log:explains { - :alice7176 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7177 :does :log_off_at_end_of_shift. -} log:explains { - :alice7177 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7178 :does :log_off_at_end_of_shift. -} log:explains { - :alice7178 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7179 :does :log_off_at_end_of_shift. -} log:explains { - :alice7179 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7180 :does :log_off_at_end_of_shift. -} log:explains { - :alice7180 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7181 :does :log_off_at_end_of_shift. -} log:explains { - :alice7181 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7182 :does :log_off_at_end_of_shift. -} log:explains { - :alice7182 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7183 :does :log_off_at_end_of_shift. -} log:explains { - :alice7183 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7184 :does :log_off_at_end_of_shift. -} log:explains { - :alice7184 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7185 :does :log_off_at_end_of_shift. -} log:explains { - :alice7185 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7186 :does :log_off_at_end_of_shift. -} log:explains { - :alice7186 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7187 :does :log_off_at_end_of_shift. -} log:explains { - :alice7187 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7188 :does :log_off_at_end_of_shift. -} log:explains { - :alice7188 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7189 :does :log_off_at_end_of_shift. -} log:explains { - :alice7189 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7190 :does :log_off_at_end_of_shift. -} log:explains { - :alice7190 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7191 :does :log_off_at_end_of_shift. -} log:explains { - :alice7191 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7192 :does :log_off_at_end_of_shift. -} log:explains { - :alice7192 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7193 :does :log_off_at_end_of_shift. -} log:explains { - :alice7193 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7194 :does :log_off_at_end_of_shift. -} log:explains { - :alice7194 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7195 :does :log_off_at_end_of_shift. -} log:explains { - :alice7195 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7196 :does :log_off_at_end_of_shift. -} log:explains { - :alice7196 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7197 :does :log_off_at_end_of_shift. -} log:explains { - :alice7197 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7198 :does :log_off_at_end_of_shift. -} log:explains { - :alice7198 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7199 :does :log_off_at_end_of_shift. -} log:explains { - :alice7199 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7200 :does :log_off_at_end_of_shift. -} log:explains { - :alice7200 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7201 :does :log_off_at_end_of_shift. -} log:explains { - :alice7201 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7202 :does :log_off_at_end_of_shift. -} log:explains { - :alice7202 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7203 :does :log_off_at_end_of_shift. -} log:explains { - :alice7203 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7204 :does :log_off_at_end_of_shift. -} log:explains { - :alice7204 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7205 :does :log_off_at_end_of_shift. -} log:explains { - :alice7205 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7206 :does :log_off_at_end_of_shift. -} log:explains { - :alice7206 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7207 :does :log_off_at_end_of_shift. -} log:explains { - :alice7207 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7208 :does :log_off_at_end_of_shift. -} log:explains { - :alice7208 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7209 :does :log_off_at_end_of_shift. -} log:explains { - :alice7209 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7210 :does :log_off_at_end_of_shift. -} log:explains { - :alice7210 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7211 :does :log_off_at_end_of_shift. -} log:explains { - :alice7211 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7212 :does :log_off_at_end_of_shift. -} log:explains { - :alice7212 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7213 :does :log_off_at_end_of_shift. -} log:explains { - :alice7213 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7214 :does :log_off_at_end_of_shift. -} log:explains { - :alice7214 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7215 :does :log_off_at_end_of_shift. -} log:explains { - :alice7215 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7216 :does :log_off_at_end_of_shift. -} log:explains { - :alice7216 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7217 :does :log_off_at_end_of_shift. -} log:explains { - :alice7217 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7218 :does :log_off_at_end_of_shift. -} log:explains { - :alice7218 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7219 :does :log_off_at_end_of_shift. -} log:explains { - :alice7219 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7220 :does :log_off_at_end_of_shift. -} log:explains { - :alice7220 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7221 :does :log_off_at_end_of_shift. -} log:explains { - :alice7221 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7222 :does :log_off_at_end_of_shift. -} log:explains { - :alice7222 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7223 :does :log_off_at_end_of_shift. -} log:explains { - :alice7223 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7224 :does :log_off_at_end_of_shift. -} log:explains { - :alice7224 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7225 :does :log_off_at_end_of_shift. -} log:explains { - :alice7225 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7226 :does :log_off_at_end_of_shift. -} log:explains { - :alice7226 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7227 :does :log_off_at_end_of_shift. -} log:explains { - :alice7227 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7228 :does :log_off_at_end_of_shift. -} log:explains { - :alice7228 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7229 :does :log_off_at_end_of_shift. -} log:explains { - :alice7229 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7230 :does :log_off_at_end_of_shift. -} log:explains { - :alice7230 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7231 :does :log_off_at_end_of_shift. -} log:explains { - :alice7231 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7232 :does :log_off_at_end_of_shift. -} log:explains { - :alice7232 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7233 :does :log_off_at_end_of_shift. -} log:explains { - :alice7233 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7234 :does :log_off_at_end_of_shift. -} log:explains { - :alice7234 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7235 :does :log_off_at_end_of_shift. -} log:explains { - :alice7235 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7236 :does :log_off_at_end_of_shift. -} log:explains { - :alice7236 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7237 :does :log_off_at_end_of_shift. -} log:explains { - :alice7237 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7238 :does :log_off_at_end_of_shift. -} log:explains { - :alice7238 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7239 :does :log_off_at_end_of_shift. -} log:explains { - :alice7239 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7240 :does :log_off_at_end_of_shift. -} log:explains { - :alice7240 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7241 :does :log_off_at_end_of_shift. -} log:explains { - :alice7241 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7242 :does :log_off_at_end_of_shift. -} log:explains { - :alice7242 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7243 :does :log_off_at_end_of_shift. -} log:explains { - :alice7243 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7244 :does :log_off_at_end_of_shift. -} log:explains { - :alice7244 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7245 :does :log_off_at_end_of_shift. -} log:explains { - :alice7245 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7246 :does :log_off_at_end_of_shift. -} log:explains { - :alice7246 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7247 :does :log_off_at_end_of_shift. -} log:explains { - :alice7247 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7248 :does :log_off_at_end_of_shift. -} log:explains { - :alice7248 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7249 :does :log_off_at_end_of_shift. -} log:explains { - :alice7249 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7250 :does :log_off_at_end_of_shift. -} log:explains { - :alice7250 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7251 :does :log_off_at_end_of_shift. -} log:explains { - :alice7251 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7252 :does :log_off_at_end_of_shift. -} log:explains { - :alice7252 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7253 :does :log_off_at_end_of_shift. -} log:explains { - :alice7253 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7254 :does :log_off_at_end_of_shift. -} log:explains { - :alice7254 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7255 :does :log_off_at_end_of_shift. -} log:explains { - :alice7255 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7256 :does :log_off_at_end_of_shift. -} log:explains { - :alice7256 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7257 :does :log_off_at_end_of_shift. -} log:explains { - :alice7257 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7258 :does :log_off_at_end_of_shift. -} log:explains { - :alice7258 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7259 :does :log_off_at_end_of_shift. -} log:explains { - :alice7259 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7260 :does :log_off_at_end_of_shift. -} log:explains { - :alice7260 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7261 :does :log_off_at_end_of_shift. -} log:explains { - :alice7261 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7262 :does :log_off_at_end_of_shift. -} log:explains { - :alice7262 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7263 :does :log_off_at_end_of_shift. -} log:explains { - :alice7263 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7264 :does :log_off_at_end_of_shift. -} log:explains { - :alice7264 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7265 :does :log_off_at_end_of_shift. -} log:explains { - :alice7265 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7266 :does :log_off_at_end_of_shift. -} log:explains { - :alice7266 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7267 :does :log_off_at_end_of_shift. -} log:explains { - :alice7267 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7268 :does :log_off_at_end_of_shift. -} log:explains { - :alice7268 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7269 :does :log_off_at_end_of_shift. -} log:explains { - :alice7269 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7270 :does :log_off_at_end_of_shift. -} log:explains { - :alice7270 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7271 :does :log_off_at_end_of_shift. -} log:explains { - :alice7271 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7272 :does :log_off_at_end_of_shift. -} log:explains { - :alice7272 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7273 :does :log_off_at_end_of_shift. -} log:explains { - :alice7273 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7274 :does :log_off_at_end_of_shift. -} log:explains { - :alice7274 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7275 :does :log_off_at_end_of_shift. -} log:explains { - :alice7275 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7276 :does :log_off_at_end_of_shift. -} log:explains { - :alice7276 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7277 :does :log_off_at_end_of_shift. -} log:explains { - :alice7277 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7278 :does :log_off_at_end_of_shift. -} log:explains { - :alice7278 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7279 :does :log_off_at_end_of_shift. -} log:explains { - :alice7279 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7280 :does :log_off_at_end_of_shift. -} log:explains { - :alice7280 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7281 :does :log_off_at_end_of_shift. -} log:explains { - :alice7281 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7282 :does :log_off_at_end_of_shift. -} log:explains { - :alice7282 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7283 :does :log_off_at_end_of_shift. -} log:explains { - :alice7283 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7284 :does :log_off_at_end_of_shift. -} log:explains { - :alice7284 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7285 :does :log_off_at_end_of_shift. -} log:explains { - :alice7285 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7286 :does :log_off_at_end_of_shift. -} log:explains { - :alice7286 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7287 :does :log_off_at_end_of_shift. -} log:explains { - :alice7287 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7288 :does :log_off_at_end_of_shift. -} log:explains { - :alice7288 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7289 :does :log_off_at_end_of_shift. -} log:explains { - :alice7289 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7290 :does :log_off_at_end_of_shift. -} log:explains { - :alice7290 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7291 :does :log_off_at_end_of_shift. -} log:explains { - :alice7291 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7292 :does :log_off_at_end_of_shift. -} log:explains { - :alice7292 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7293 :does :log_off_at_end_of_shift. -} log:explains { - :alice7293 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7294 :does :log_off_at_end_of_shift. -} log:explains { - :alice7294 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7295 :does :log_off_at_end_of_shift. -} log:explains { - :alice7295 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7296 :does :log_off_at_end_of_shift. -} log:explains { - :alice7296 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7297 :does :log_off_at_end_of_shift. -} log:explains { - :alice7297 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7298 :does :log_off_at_end_of_shift. -} log:explains { - :alice7298 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7299 :does :log_off_at_end_of_shift. -} log:explains { - :alice7299 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7300 :does :log_off_at_end_of_shift. -} log:explains { - :alice7300 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7301 :does :log_off_at_end_of_shift. -} log:explains { - :alice7301 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7302 :does :log_off_at_end_of_shift. -} log:explains { - :alice7302 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7303 :does :log_off_at_end_of_shift. -} log:explains { - :alice7303 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7304 :does :log_off_at_end_of_shift. -} log:explains { - :alice7304 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7305 :does :log_off_at_end_of_shift. -} log:explains { - :alice7305 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7306 :does :log_off_at_end_of_shift. -} log:explains { - :alice7306 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7307 :does :log_off_at_end_of_shift. -} log:explains { - :alice7307 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7308 :does :log_off_at_end_of_shift. -} log:explains { - :alice7308 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7309 :does :log_off_at_end_of_shift. -} log:explains { - :alice7309 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7310 :does :log_off_at_end_of_shift. -} log:explains { - :alice7310 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7311 :does :log_off_at_end_of_shift. -} log:explains { - :alice7311 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7312 :does :log_off_at_end_of_shift. -} log:explains { - :alice7312 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7313 :does :log_off_at_end_of_shift. -} log:explains { - :alice7313 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7314 :does :log_off_at_end_of_shift. -} log:explains { - :alice7314 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7315 :does :log_off_at_end_of_shift. -} log:explains { - :alice7315 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7316 :does :log_off_at_end_of_shift. -} log:explains { - :alice7316 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7317 :does :log_off_at_end_of_shift. -} log:explains { - :alice7317 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7318 :does :log_off_at_end_of_shift. -} log:explains { - :alice7318 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7319 :does :log_off_at_end_of_shift. -} log:explains { - :alice7319 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7320 :does :log_off_at_end_of_shift. -} log:explains { - :alice7320 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7321 :does :log_off_at_end_of_shift. -} log:explains { - :alice7321 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7322 :does :log_off_at_end_of_shift. -} log:explains { - :alice7322 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7323 :does :log_off_at_end_of_shift. -} log:explains { - :alice7323 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7324 :does :log_off_at_end_of_shift. -} log:explains { - :alice7324 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7325 :does :log_off_at_end_of_shift. -} log:explains { - :alice7325 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7326 :does :log_off_at_end_of_shift. -} log:explains { - :alice7326 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7327 :does :log_off_at_end_of_shift. -} log:explains { - :alice7327 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7328 :does :log_off_at_end_of_shift. -} log:explains { - :alice7328 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7329 :does :log_off_at_end_of_shift. -} log:explains { - :alice7329 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7330 :does :log_off_at_end_of_shift. -} log:explains { - :alice7330 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7331 :does :log_off_at_end_of_shift. -} log:explains { - :alice7331 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7332 :does :log_off_at_end_of_shift. -} log:explains { - :alice7332 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7333 :does :log_off_at_end_of_shift. -} log:explains { - :alice7333 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7334 :does :log_off_at_end_of_shift. -} log:explains { - :alice7334 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7335 :does :log_off_at_end_of_shift. -} log:explains { - :alice7335 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7336 :does :log_off_at_end_of_shift. -} log:explains { - :alice7336 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7337 :does :log_off_at_end_of_shift. -} log:explains { - :alice7337 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7338 :does :log_off_at_end_of_shift. -} log:explains { - :alice7338 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7339 :does :log_off_at_end_of_shift. -} log:explains { - :alice7339 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7340 :does :log_off_at_end_of_shift. -} log:explains { - :alice7340 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7341 :does :log_off_at_end_of_shift. -} log:explains { - :alice7341 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7342 :does :log_off_at_end_of_shift. -} log:explains { - :alice7342 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7343 :does :log_off_at_end_of_shift. -} log:explains { - :alice7343 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7344 :does :log_off_at_end_of_shift. -} log:explains { - :alice7344 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7345 :does :log_off_at_end_of_shift. -} log:explains { - :alice7345 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7346 :does :log_off_at_end_of_shift. -} log:explains { - :alice7346 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7347 :does :log_off_at_end_of_shift. -} log:explains { - :alice7347 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7348 :does :log_off_at_end_of_shift. -} log:explains { - :alice7348 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7349 :does :log_off_at_end_of_shift. -} log:explains { - :alice7349 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7350 :does :log_off_at_end_of_shift. -} log:explains { - :alice7350 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7351 :does :log_off_at_end_of_shift. -} log:explains { - :alice7351 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7352 :does :log_off_at_end_of_shift. -} log:explains { - :alice7352 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7353 :does :log_off_at_end_of_shift. -} log:explains { - :alice7353 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7354 :does :log_off_at_end_of_shift. -} log:explains { - :alice7354 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7355 :does :log_off_at_end_of_shift. -} log:explains { - :alice7355 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7356 :does :log_off_at_end_of_shift. -} log:explains { - :alice7356 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7357 :does :log_off_at_end_of_shift. -} log:explains { - :alice7357 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7358 :does :log_off_at_end_of_shift. -} log:explains { - :alice7358 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7359 :does :log_off_at_end_of_shift. -} log:explains { - :alice7359 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7360 :does :log_off_at_end_of_shift. -} log:explains { - :alice7360 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7361 :does :log_off_at_end_of_shift. -} log:explains { - :alice7361 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7362 :does :log_off_at_end_of_shift. -} log:explains { - :alice7362 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7363 :does :log_off_at_end_of_shift. -} log:explains { - :alice7363 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7364 :does :log_off_at_end_of_shift. -} log:explains { - :alice7364 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7365 :does :log_off_at_end_of_shift. -} log:explains { - :alice7365 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7366 :does :log_off_at_end_of_shift. -} log:explains { - :alice7366 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7367 :does :log_off_at_end_of_shift. -} log:explains { - :alice7367 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7368 :does :log_off_at_end_of_shift. -} log:explains { - :alice7368 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7369 :does :log_off_at_end_of_shift. -} log:explains { - :alice7369 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7370 :does :log_off_at_end_of_shift. -} log:explains { - :alice7370 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7371 :does :log_off_at_end_of_shift. -} log:explains { - :alice7371 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7372 :does :log_off_at_end_of_shift. -} log:explains { - :alice7372 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7373 :does :log_off_at_end_of_shift. -} log:explains { - :alice7373 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7374 :does :log_off_at_end_of_shift. -} log:explains { - :alice7374 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7375 :does :log_off_at_end_of_shift. -} log:explains { - :alice7375 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7376 :does :log_off_at_end_of_shift. -} log:explains { - :alice7376 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7377 :does :log_off_at_end_of_shift. -} log:explains { - :alice7377 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7378 :does :log_off_at_end_of_shift. -} log:explains { - :alice7378 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7379 :does :log_off_at_end_of_shift. -} log:explains { - :alice7379 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7380 :does :log_off_at_end_of_shift. -} log:explains { - :alice7380 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7381 :does :log_off_at_end_of_shift. -} log:explains { - :alice7381 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7382 :does :log_off_at_end_of_shift. -} log:explains { - :alice7382 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7383 :does :log_off_at_end_of_shift. -} log:explains { - :alice7383 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7384 :does :log_off_at_end_of_shift. -} log:explains { - :alice7384 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7385 :does :log_off_at_end_of_shift. -} log:explains { - :alice7385 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7386 :does :log_off_at_end_of_shift. -} log:explains { - :alice7386 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7387 :does :log_off_at_end_of_shift. -} log:explains { - :alice7387 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7388 :does :log_off_at_end_of_shift. -} log:explains { - :alice7388 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7389 :does :log_off_at_end_of_shift. -} log:explains { - :alice7389 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7390 :does :log_off_at_end_of_shift. -} log:explains { - :alice7390 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7391 :does :log_off_at_end_of_shift. -} log:explains { - :alice7391 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7392 :does :log_off_at_end_of_shift. -} log:explains { - :alice7392 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7393 :does :log_off_at_end_of_shift. -} log:explains { - :alice7393 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7394 :does :log_off_at_end_of_shift. -} log:explains { - :alice7394 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7395 :does :log_off_at_end_of_shift. -} log:explains { - :alice7395 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7396 :does :log_off_at_end_of_shift. -} log:explains { - :alice7396 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7397 :does :log_off_at_end_of_shift. -} log:explains { - :alice7397 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7398 :does :log_off_at_end_of_shift. -} log:explains { - :alice7398 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7399 :does :log_off_at_end_of_shift. -} log:explains { - :alice7399 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7400 :does :log_off_at_end_of_shift. -} log:explains { - :alice7400 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7401 :does :log_off_at_end_of_shift. -} log:explains { - :alice7401 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7402 :does :log_off_at_end_of_shift. -} log:explains { - :alice7402 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7403 :does :log_off_at_end_of_shift. -} log:explains { - :alice7403 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7404 :does :log_off_at_end_of_shift. -} log:explains { - :alice7404 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7405 :does :log_off_at_end_of_shift. -} log:explains { - :alice7405 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7406 :does :log_off_at_end_of_shift. -} log:explains { - :alice7406 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7407 :does :log_off_at_end_of_shift. -} log:explains { - :alice7407 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7408 :does :log_off_at_end_of_shift. -} log:explains { - :alice7408 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7409 :does :log_off_at_end_of_shift. -} log:explains { - :alice7409 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7410 :does :log_off_at_end_of_shift. -} log:explains { - :alice7410 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7411 :does :log_off_at_end_of_shift. -} log:explains { - :alice7411 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7412 :does :log_off_at_end_of_shift. -} log:explains { - :alice7412 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7413 :does :log_off_at_end_of_shift. -} log:explains { - :alice7413 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7414 :does :log_off_at_end_of_shift. -} log:explains { - :alice7414 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7415 :does :log_off_at_end_of_shift. -} log:explains { - :alice7415 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7416 :does :log_off_at_end_of_shift. -} log:explains { - :alice7416 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7417 :does :log_off_at_end_of_shift. -} log:explains { - :alice7417 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7418 :does :log_off_at_end_of_shift. -} log:explains { - :alice7418 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7419 :does :log_off_at_end_of_shift. -} log:explains { - :alice7419 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7420 :does :log_off_at_end_of_shift. -} log:explains { - :alice7420 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7421 :does :log_off_at_end_of_shift. -} log:explains { - :alice7421 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7422 :does :log_off_at_end_of_shift. -} log:explains { - :alice7422 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7423 :does :log_off_at_end_of_shift. -} log:explains { - :alice7423 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7424 :does :log_off_at_end_of_shift. -} log:explains { - :alice7424 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7425 :does :log_off_at_end_of_shift. -} log:explains { - :alice7425 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7426 :does :log_off_at_end_of_shift. -} log:explains { - :alice7426 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7427 :does :log_off_at_end_of_shift. -} log:explains { - :alice7427 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7428 :does :log_off_at_end_of_shift. -} log:explains { - :alice7428 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7429 :does :log_off_at_end_of_shift. -} log:explains { - :alice7429 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7430 :does :log_off_at_end_of_shift. -} log:explains { - :alice7430 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7431 :does :log_off_at_end_of_shift. -} log:explains { - :alice7431 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7432 :does :log_off_at_end_of_shift. -} log:explains { - :alice7432 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7433 :does :log_off_at_end_of_shift. -} log:explains { - :alice7433 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7434 :does :log_off_at_end_of_shift. -} log:explains { - :alice7434 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7435 :does :log_off_at_end_of_shift. -} log:explains { - :alice7435 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7436 :does :log_off_at_end_of_shift. -} log:explains { - :alice7436 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7437 :does :log_off_at_end_of_shift. -} log:explains { - :alice7437 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7438 :does :log_off_at_end_of_shift. -} log:explains { - :alice7438 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7439 :does :log_off_at_end_of_shift. -} log:explains { - :alice7439 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7440 :does :log_off_at_end_of_shift. -} log:explains { - :alice7440 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7441 :does :log_off_at_end_of_shift. -} log:explains { - :alice7441 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7442 :does :log_off_at_end_of_shift. -} log:explains { - :alice7442 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7443 :does :log_off_at_end_of_shift. -} log:explains { - :alice7443 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7444 :does :log_off_at_end_of_shift. -} log:explains { - :alice7444 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7445 :does :log_off_at_end_of_shift. -} log:explains { - :alice7445 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7446 :does :log_off_at_end_of_shift. -} log:explains { - :alice7446 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7447 :does :log_off_at_end_of_shift. -} log:explains { - :alice7447 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7448 :does :log_off_at_end_of_shift. -} log:explains { - :alice7448 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7449 :does :log_off_at_end_of_shift. -} log:explains { - :alice7449 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7450 :does :log_off_at_end_of_shift. -} log:explains { - :alice7450 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7451 :does :log_off_at_end_of_shift. -} log:explains { - :alice7451 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7452 :does :log_off_at_end_of_shift. -} log:explains { - :alice7452 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7453 :does :log_off_at_end_of_shift. -} log:explains { - :alice7453 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7454 :does :log_off_at_end_of_shift. -} log:explains { - :alice7454 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7455 :does :log_off_at_end_of_shift. -} log:explains { - :alice7455 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7456 :does :log_off_at_end_of_shift. -} log:explains { - :alice7456 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7457 :does :log_off_at_end_of_shift. -} log:explains { - :alice7457 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7458 :does :log_off_at_end_of_shift. -} log:explains { - :alice7458 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7459 :does :log_off_at_end_of_shift. -} log:explains { - :alice7459 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7460 :does :log_off_at_end_of_shift. -} log:explains { - :alice7460 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7461 :does :log_off_at_end_of_shift. -} log:explains { - :alice7461 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7462 :does :log_off_at_end_of_shift. -} log:explains { - :alice7462 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7463 :does :log_off_at_end_of_shift. -} log:explains { - :alice7463 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7464 :does :log_off_at_end_of_shift. -} log:explains { - :alice7464 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7465 :does :log_off_at_end_of_shift. -} log:explains { - :alice7465 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7466 :does :log_off_at_end_of_shift. -} log:explains { - :alice7466 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7467 :does :log_off_at_end_of_shift. -} log:explains { - :alice7467 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7468 :does :log_off_at_end_of_shift. -} log:explains { - :alice7468 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7469 :does :log_off_at_end_of_shift. -} log:explains { - :alice7469 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7470 :does :log_off_at_end_of_shift. -} log:explains { - :alice7470 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7471 :does :log_off_at_end_of_shift. -} log:explains { - :alice7471 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7472 :does :log_off_at_end_of_shift. -} log:explains { - :alice7472 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7473 :does :log_off_at_end_of_shift. -} log:explains { - :alice7473 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7474 :does :log_off_at_end_of_shift. -} log:explains { - :alice7474 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7475 :does :log_off_at_end_of_shift. -} log:explains { - :alice7475 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7476 :does :log_off_at_end_of_shift. -} log:explains { - :alice7476 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7477 :does :log_off_at_end_of_shift. -} log:explains { - :alice7477 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7478 :does :log_off_at_end_of_shift. -} log:explains { - :alice7478 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7479 :does :log_off_at_end_of_shift. -} log:explains { - :alice7479 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7480 :does :log_off_at_end_of_shift. -} log:explains { - :alice7480 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7481 :does :log_off_at_end_of_shift. -} log:explains { - :alice7481 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7482 :does :log_off_at_end_of_shift. -} log:explains { - :alice7482 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7483 :does :log_off_at_end_of_shift. -} log:explains { - :alice7483 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7484 :does :log_off_at_end_of_shift. -} log:explains { - :alice7484 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7485 :does :log_off_at_end_of_shift. -} log:explains { - :alice7485 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7486 :does :log_off_at_end_of_shift. -} log:explains { - :alice7486 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7487 :does :log_off_at_end_of_shift. -} log:explains { - :alice7487 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7488 :does :log_off_at_end_of_shift. -} log:explains { - :alice7488 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7489 :does :log_off_at_end_of_shift. -} log:explains { - :alice7489 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7490 :does :log_off_at_end_of_shift. -} log:explains { - :alice7490 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7491 :does :log_off_at_end_of_shift. -} log:explains { - :alice7491 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7492 :does :log_off_at_end_of_shift. -} log:explains { - :alice7492 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7493 :does :log_off_at_end_of_shift. -} log:explains { - :alice7493 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7494 :does :log_off_at_end_of_shift. -} log:explains { - :alice7494 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7495 :does :log_off_at_end_of_shift. -} log:explains { - :alice7495 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7496 :does :log_off_at_end_of_shift. -} log:explains { - :alice7496 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7497 :does :log_off_at_end_of_shift. -} log:explains { - :alice7497 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7498 :does :log_off_at_end_of_shift. -} log:explains { - :alice7498 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7499 :does :log_off_at_end_of_shift. -} log:explains { - :alice7499 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7500 :does :log_off_at_end_of_shift. -} log:explains { - :alice7500 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7501 :does :log_off_at_end_of_shift. -} log:explains { - :alice7501 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7502 :does :log_off_at_end_of_shift. -} log:explains { - :alice7502 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7503 :does :log_off_at_end_of_shift. -} log:explains { - :alice7503 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7504 :does :log_off_at_end_of_shift. -} log:explains { - :alice7504 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7505 :does :log_off_at_end_of_shift. -} log:explains { - :alice7505 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7506 :does :log_off_at_end_of_shift. -} log:explains { - :alice7506 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7507 :does :log_off_at_end_of_shift. -} log:explains { - :alice7507 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7508 :does :log_off_at_end_of_shift. -} log:explains { - :alice7508 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7509 :does :log_off_at_end_of_shift. -} log:explains { - :alice7509 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7510 :does :log_off_at_end_of_shift. -} log:explains { - :alice7510 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7511 :does :log_off_at_end_of_shift. -} log:explains { - :alice7511 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7512 :does :log_off_at_end_of_shift. -} log:explains { - :alice7512 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7513 :does :log_off_at_end_of_shift. -} log:explains { - :alice7513 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7514 :does :log_off_at_end_of_shift. -} log:explains { - :alice7514 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7515 :does :log_off_at_end_of_shift. -} log:explains { - :alice7515 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7516 :does :log_off_at_end_of_shift. -} log:explains { - :alice7516 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7517 :does :log_off_at_end_of_shift. -} log:explains { - :alice7517 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7518 :does :log_off_at_end_of_shift. -} log:explains { - :alice7518 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7519 :does :log_off_at_end_of_shift. -} log:explains { - :alice7519 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7520 :does :log_off_at_end_of_shift. -} log:explains { - :alice7520 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7521 :does :log_off_at_end_of_shift. -} log:explains { - :alice7521 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7522 :does :log_off_at_end_of_shift. -} log:explains { - :alice7522 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7523 :does :log_off_at_end_of_shift. -} log:explains { - :alice7523 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7524 :does :log_off_at_end_of_shift. -} log:explains { - :alice7524 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7525 :does :log_off_at_end_of_shift. -} log:explains { - :alice7525 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7526 :does :log_off_at_end_of_shift. -} log:explains { - :alice7526 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7527 :does :log_off_at_end_of_shift. -} log:explains { - :alice7527 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7528 :does :log_off_at_end_of_shift. -} log:explains { - :alice7528 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7529 :does :log_off_at_end_of_shift. -} log:explains { - :alice7529 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7530 :does :log_off_at_end_of_shift. -} log:explains { - :alice7530 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7531 :does :log_off_at_end_of_shift. -} log:explains { - :alice7531 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7532 :does :log_off_at_end_of_shift. -} log:explains { - :alice7532 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7533 :does :log_off_at_end_of_shift. -} log:explains { - :alice7533 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7534 :does :log_off_at_end_of_shift. -} log:explains { - :alice7534 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7535 :does :log_off_at_end_of_shift. -} log:explains { - :alice7535 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7536 :does :log_off_at_end_of_shift. -} log:explains { - :alice7536 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7537 :does :log_off_at_end_of_shift. -} log:explains { - :alice7537 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7538 :does :log_off_at_end_of_shift. -} log:explains { - :alice7538 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7539 :does :log_off_at_end_of_shift. -} log:explains { - :alice7539 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7540 :does :log_off_at_end_of_shift. -} log:explains { - :alice7540 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7541 :does :log_off_at_end_of_shift. -} log:explains { - :alice7541 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7542 :does :log_off_at_end_of_shift. -} log:explains { - :alice7542 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7543 :does :log_off_at_end_of_shift. -} log:explains { - :alice7543 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7544 :does :log_off_at_end_of_shift. -} log:explains { - :alice7544 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7545 :does :log_off_at_end_of_shift. -} log:explains { - :alice7545 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7546 :does :log_off_at_end_of_shift. -} log:explains { - :alice7546 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7547 :does :log_off_at_end_of_shift. -} log:explains { - :alice7547 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7548 :does :log_off_at_end_of_shift. -} log:explains { - :alice7548 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7549 :does :log_off_at_end_of_shift. -} log:explains { - :alice7549 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7550 :does :log_off_at_end_of_shift. -} log:explains { - :alice7550 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7551 :does :log_off_at_end_of_shift. -} log:explains { - :alice7551 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7552 :does :log_off_at_end_of_shift. -} log:explains { - :alice7552 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7553 :does :log_off_at_end_of_shift. -} log:explains { - :alice7553 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7554 :does :log_off_at_end_of_shift. -} log:explains { - :alice7554 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7555 :does :log_off_at_end_of_shift. -} log:explains { - :alice7555 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7556 :does :log_off_at_end_of_shift. -} log:explains { - :alice7556 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7557 :does :log_off_at_end_of_shift. -} log:explains { - :alice7557 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7558 :does :log_off_at_end_of_shift. -} log:explains { - :alice7558 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7559 :does :log_off_at_end_of_shift. -} log:explains { - :alice7559 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7560 :does :log_off_at_end_of_shift. -} log:explains { - :alice7560 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7561 :does :log_off_at_end_of_shift. -} log:explains { - :alice7561 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7562 :does :log_off_at_end_of_shift. -} log:explains { - :alice7562 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7563 :does :log_off_at_end_of_shift. -} log:explains { - :alice7563 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7564 :does :log_off_at_end_of_shift. -} log:explains { - :alice7564 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7565 :does :log_off_at_end_of_shift. -} log:explains { - :alice7565 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7566 :does :log_off_at_end_of_shift. -} log:explains { - :alice7566 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7567 :does :log_off_at_end_of_shift. -} log:explains { - :alice7567 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7568 :does :log_off_at_end_of_shift. -} log:explains { - :alice7568 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7569 :does :log_off_at_end_of_shift. -} log:explains { - :alice7569 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7570 :does :log_off_at_end_of_shift. -} log:explains { - :alice7570 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7571 :does :log_off_at_end_of_shift. -} log:explains { - :alice7571 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7572 :does :log_off_at_end_of_shift. -} log:explains { - :alice7572 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7573 :does :log_off_at_end_of_shift. -} log:explains { - :alice7573 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7574 :does :log_off_at_end_of_shift. -} log:explains { - :alice7574 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7575 :does :log_off_at_end_of_shift. -} log:explains { - :alice7575 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7576 :does :log_off_at_end_of_shift. -} log:explains { - :alice7576 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7577 :does :log_off_at_end_of_shift. -} log:explains { - :alice7577 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7578 :does :log_off_at_end_of_shift. -} log:explains { - :alice7578 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7579 :does :log_off_at_end_of_shift. -} log:explains { - :alice7579 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7580 :does :log_off_at_end_of_shift. -} log:explains { - :alice7580 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7581 :does :log_off_at_end_of_shift. -} log:explains { - :alice7581 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7582 :does :log_off_at_end_of_shift. -} log:explains { - :alice7582 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7583 :does :log_off_at_end_of_shift. -} log:explains { - :alice7583 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7584 :does :log_off_at_end_of_shift. -} log:explains { - :alice7584 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7585 :does :log_off_at_end_of_shift. -} log:explains { - :alice7585 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7586 :does :log_off_at_end_of_shift. -} log:explains { - :alice7586 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7587 :does :log_off_at_end_of_shift. -} log:explains { - :alice7587 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7588 :does :log_off_at_end_of_shift. -} log:explains { - :alice7588 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7589 :does :log_off_at_end_of_shift. -} log:explains { - :alice7589 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7590 :does :log_off_at_end_of_shift. -} log:explains { - :alice7590 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7591 :does :log_off_at_end_of_shift. -} log:explains { - :alice7591 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7592 :does :log_off_at_end_of_shift. -} log:explains { - :alice7592 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7593 :does :log_off_at_end_of_shift. -} log:explains { - :alice7593 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7594 :does :log_off_at_end_of_shift. -} log:explains { - :alice7594 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7595 :does :log_off_at_end_of_shift. -} log:explains { - :alice7595 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7596 :does :log_off_at_end_of_shift. -} log:explains { - :alice7596 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7597 :does :log_off_at_end_of_shift. -} log:explains { - :alice7597 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7598 :does :log_off_at_end_of_shift. -} log:explains { - :alice7598 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7599 :does :log_off_at_end_of_shift. -} log:explains { - :alice7599 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7600 :does :log_off_at_end_of_shift. -} log:explains { - :alice7600 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7601 :does :log_off_at_end_of_shift. -} log:explains { - :alice7601 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7602 :does :log_off_at_end_of_shift. -} log:explains { - :alice7602 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7603 :does :log_off_at_end_of_shift. -} log:explains { - :alice7603 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7604 :does :log_off_at_end_of_shift. -} log:explains { - :alice7604 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7605 :does :log_off_at_end_of_shift. -} log:explains { - :alice7605 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7606 :does :log_off_at_end_of_shift. -} log:explains { - :alice7606 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7607 :does :log_off_at_end_of_shift. -} log:explains { - :alice7607 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7608 :does :log_off_at_end_of_shift. -} log:explains { - :alice7608 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7609 :does :log_off_at_end_of_shift. -} log:explains { - :alice7609 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7610 :does :log_off_at_end_of_shift. -} log:explains { - :alice7610 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7611 :does :log_off_at_end_of_shift. -} log:explains { - :alice7611 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7612 :does :log_off_at_end_of_shift. -} log:explains { - :alice7612 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7613 :does :log_off_at_end_of_shift. -} log:explains { - :alice7613 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7614 :does :log_off_at_end_of_shift. -} log:explains { - :alice7614 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7615 :does :log_off_at_end_of_shift. -} log:explains { - :alice7615 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7616 :does :log_off_at_end_of_shift. -} log:explains { - :alice7616 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7617 :does :log_off_at_end_of_shift. -} log:explains { - :alice7617 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7618 :does :log_off_at_end_of_shift. -} log:explains { - :alice7618 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7619 :does :log_off_at_end_of_shift. -} log:explains { - :alice7619 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7620 :does :log_off_at_end_of_shift. -} log:explains { - :alice7620 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7621 :does :log_off_at_end_of_shift. -} log:explains { - :alice7621 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7622 :does :log_off_at_end_of_shift. -} log:explains { - :alice7622 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7623 :does :log_off_at_end_of_shift. -} log:explains { - :alice7623 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7624 :does :log_off_at_end_of_shift. -} log:explains { - :alice7624 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7625 :does :log_off_at_end_of_shift. -} log:explains { - :alice7625 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7626 :does :log_off_at_end_of_shift. -} log:explains { - :alice7626 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7627 :does :log_off_at_end_of_shift. -} log:explains { - :alice7627 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7628 :does :log_off_at_end_of_shift. -} log:explains { - :alice7628 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7629 :does :log_off_at_end_of_shift. -} log:explains { - :alice7629 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7630 :does :log_off_at_end_of_shift. -} log:explains { - :alice7630 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7631 :does :log_off_at_end_of_shift. -} log:explains { - :alice7631 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7632 :does :log_off_at_end_of_shift. -} log:explains { - :alice7632 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7633 :does :log_off_at_end_of_shift. -} log:explains { - :alice7633 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7634 :does :log_off_at_end_of_shift. -} log:explains { - :alice7634 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7635 :does :log_off_at_end_of_shift. -} log:explains { - :alice7635 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7636 :does :log_off_at_end_of_shift. -} log:explains { - :alice7636 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7637 :does :log_off_at_end_of_shift. -} log:explains { - :alice7637 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7638 :does :log_off_at_end_of_shift. -} log:explains { - :alice7638 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7639 :does :log_off_at_end_of_shift. -} log:explains { - :alice7639 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7640 :does :log_off_at_end_of_shift. -} log:explains { - :alice7640 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7641 :does :log_off_at_end_of_shift. -} log:explains { - :alice7641 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7642 :does :log_off_at_end_of_shift. -} log:explains { - :alice7642 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7643 :does :log_off_at_end_of_shift. -} log:explains { - :alice7643 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7644 :does :log_off_at_end_of_shift. -} log:explains { - :alice7644 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7645 :does :log_off_at_end_of_shift. -} log:explains { - :alice7645 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7646 :does :log_off_at_end_of_shift. -} log:explains { - :alice7646 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7647 :does :log_off_at_end_of_shift. -} log:explains { - :alice7647 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7648 :does :log_off_at_end_of_shift. -} log:explains { - :alice7648 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7649 :does :log_off_at_end_of_shift. -} log:explains { - :alice7649 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7650 :does :log_off_at_end_of_shift. -} log:explains { - :alice7650 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7651 :does :log_off_at_end_of_shift. -} log:explains { - :alice7651 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7652 :does :log_off_at_end_of_shift. -} log:explains { - :alice7652 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7653 :does :log_off_at_end_of_shift. -} log:explains { - :alice7653 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7654 :does :log_off_at_end_of_shift. -} log:explains { - :alice7654 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7655 :does :log_off_at_end_of_shift. -} log:explains { - :alice7655 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7656 :does :log_off_at_end_of_shift. -} log:explains { - :alice7656 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7657 :does :log_off_at_end_of_shift. -} log:explains { - :alice7657 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7658 :does :log_off_at_end_of_shift. -} log:explains { - :alice7658 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7659 :does :log_off_at_end_of_shift. -} log:explains { - :alice7659 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7660 :does :log_off_at_end_of_shift. -} log:explains { - :alice7660 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7661 :does :log_off_at_end_of_shift. -} log:explains { - :alice7661 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7662 :does :log_off_at_end_of_shift. -} log:explains { - :alice7662 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7663 :does :log_off_at_end_of_shift. -} log:explains { - :alice7663 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7664 :does :log_off_at_end_of_shift. -} log:explains { - :alice7664 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7665 :does :log_off_at_end_of_shift. -} log:explains { - :alice7665 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7666 :does :log_off_at_end_of_shift. -} log:explains { - :alice7666 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7667 :does :log_off_at_end_of_shift. -} log:explains { - :alice7667 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7668 :does :log_off_at_end_of_shift. -} log:explains { - :alice7668 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7669 :does :log_off_at_end_of_shift. -} log:explains { - :alice7669 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7670 :does :log_off_at_end_of_shift. -} log:explains { - :alice7670 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7671 :does :log_off_at_end_of_shift. -} log:explains { - :alice7671 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7672 :does :log_off_at_end_of_shift. -} log:explains { - :alice7672 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7673 :does :log_off_at_end_of_shift. -} log:explains { - :alice7673 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7674 :does :log_off_at_end_of_shift. -} log:explains { - :alice7674 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7675 :does :log_off_at_end_of_shift. -} log:explains { - :alice7675 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7676 :does :log_off_at_end_of_shift. -} log:explains { - :alice7676 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7677 :does :log_off_at_end_of_shift. -} log:explains { - :alice7677 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7678 :does :log_off_at_end_of_shift. -} log:explains { - :alice7678 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7679 :does :log_off_at_end_of_shift. -} log:explains { - :alice7679 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7680 :does :log_off_at_end_of_shift. -} log:explains { - :alice7680 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7681 :does :log_off_at_end_of_shift. -} log:explains { - :alice7681 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7682 :does :log_off_at_end_of_shift. -} log:explains { - :alice7682 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7683 :does :log_off_at_end_of_shift. -} log:explains { - :alice7683 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7684 :does :log_off_at_end_of_shift. -} log:explains { - :alice7684 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7685 :does :log_off_at_end_of_shift. -} log:explains { - :alice7685 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7686 :does :log_off_at_end_of_shift. -} log:explains { - :alice7686 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7687 :does :log_off_at_end_of_shift. -} log:explains { - :alice7687 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7688 :does :log_off_at_end_of_shift. -} log:explains { - :alice7688 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7689 :does :log_off_at_end_of_shift. -} log:explains { - :alice7689 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7690 :does :log_off_at_end_of_shift. -} log:explains { - :alice7690 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7691 :does :log_off_at_end_of_shift. -} log:explains { - :alice7691 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7692 :does :log_off_at_end_of_shift. -} log:explains { - :alice7692 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7693 :does :log_off_at_end_of_shift. -} log:explains { - :alice7693 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7694 :does :log_off_at_end_of_shift. -} log:explains { - :alice7694 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7695 :does :log_off_at_end_of_shift. -} log:explains { - :alice7695 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7696 :does :log_off_at_end_of_shift. -} log:explains { - :alice7696 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7697 :does :log_off_at_end_of_shift. -} log:explains { - :alice7697 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7698 :does :log_off_at_end_of_shift. -} log:explains { - :alice7698 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7699 :does :log_off_at_end_of_shift. -} log:explains { - :alice7699 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7700 :does :log_off_at_end_of_shift. -} log:explains { - :alice7700 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7701 :does :log_off_at_end_of_shift. -} log:explains { - :alice7701 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7702 :does :log_off_at_end_of_shift. -} log:explains { - :alice7702 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7703 :does :log_off_at_end_of_shift. -} log:explains { - :alice7703 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7704 :does :log_off_at_end_of_shift. -} log:explains { - :alice7704 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7705 :does :log_off_at_end_of_shift. -} log:explains { - :alice7705 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7706 :does :log_off_at_end_of_shift. -} log:explains { - :alice7706 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7707 :does :log_off_at_end_of_shift. -} log:explains { - :alice7707 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7708 :does :log_off_at_end_of_shift. -} log:explains { - :alice7708 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7709 :does :log_off_at_end_of_shift. -} log:explains { - :alice7709 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7710 :does :log_off_at_end_of_shift. -} log:explains { - :alice7710 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7711 :does :log_off_at_end_of_shift. -} log:explains { - :alice7711 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7712 :does :log_off_at_end_of_shift. -} log:explains { - :alice7712 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7713 :does :log_off_at_end_of_shift. -} log:explains { - :alice7713 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7714 :does :log_off_at_end_of_shift. -} log:explains { - :alice7714 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7715 :does :log_off_at_end_of_shift. -} log:explains { - :alice7715 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7716 :does :log_off_at_end_of_shift. -} log:explains { - :alice7716 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7717 :does :log_off_at_end_of_shift. -} log:explains { - :alice7717 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7718 :does :log_off_at_end_of_shift. -} log:explains { - :alice7718 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7719 :does :log_off_at_end_of_shift. -} log:explains { - :alice7719 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7720 :does :log_off_at_end_of_shift. -} log:explains { - :alice7720 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7721 :does :log_off_at_end_of_shift. -} log:explains { - :alice7721 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7722 :does :log_off_at_end_of_shift. -} log:explains { - :alice7722 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7723 :does :log_off_at_end_of_shift. -} log:explains { - :alice7723 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7724 :does :log_off_at_end_of_shift. -} log:explains { - :alice7724 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7725 :does :log_off_at_end_of_shift. -} log:explains { - :alice7725 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7726 :does :log_off_at_end_of_shift. -} log:explains { - :alice7726 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7727 :does :log_off_at_end_of_shift. -} log:explains { - :alice7727 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7728 :does :log_off_at_end_of_shift. -} log:explains { - :alice7728 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7729 :does :log_off_at_end_of_shift. -} log:explains { - :alice7729 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7730 :does :log_off_at_end_of_shift. -} log:explains { - :alice7730 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7731 :does :log_off_at_end_of_shift. -} log:explains { - :alice7731 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7732 :does :log_off_at_end_of_shift. -} log:explains { - :alice7732 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7733 :does :log_off_at_end_of_shift. -} log:explains { - :alice7733 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7734 :does :log_off_at_end_of_shift. -} log:explains { - :alice7734 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7735 :does :log_off_at_end_of_shift. -} log:explains { - :alice7735 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7736 :does :log_off_at_end_of_shift. -} log:explains { - :alice7736 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7737 :does :log_off_at_end_of_shift. -} log:explains { - :alice7737 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7738 :does :log_off_at_end_of_shift. -} log:explains { - :alice7738 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7739 :does :log_off_at_end_of_shift. -} log:explains { - :alice7739 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7740 :does :log_off_at_end_of_shift. -} log:explains { - :alice7740 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7741 :does :log_off_at_end_of_shift. -} log:explains { - :alice7741 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7742 :does :log_off_at_end_of_shift. -} log:explains { - :alice7742 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7743 :does :log_off_at_end_of_shift. -} log:explains { - :alice7743 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7744 :does :log_off_at_end_of_shift. -} log:explains { - :alice7744 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7745 :does :log_off_at_end_of_shift. -} log:explains { - :alice7745 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7746 :does :log_off_at_end_of_shift. -} log:explains { - :alice7746 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7747 :does :log_off_at_end_of_shift. -} log:explains { - :alice7747 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7748 :does :log_off_at_end_of_shift. -} log:explains { - :alice7748 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7749 :does :log_off_at_end_of_shift. -} log:explains { - :alice7749 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7750 :does :log_off_at_end_of_shift. -} log:explains { - :alice7750 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7751 :does :log_off_at_end_of_shift. -} log:explains { - :alice7751 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7752 :does :log_off_at_end_of_shift. -} log:explains { - :alice7752 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7753 :does :log_off_at_end_of_shift. -} log:explains { - :alice7753 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7754 :does :log_off_at_end_of_shift. -} log:explains { - :alice7754 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7755 :does :log_off_at_end_of_shift. -} log:explains { - :alice7755 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7756 :does :log_off_at_end_of_shift. -} log:explains { - :alice7756 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7757 :does :log_off_at_end_of_shift. -} log:explains { - :alice7757 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7758 :does :log_off_at_end_of_shift. -} log:explains { - :alice7758 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7759 :does :log_off_at_end_of_shift. -} log:explains { - :alice7759 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7760 :does :log_off_at_end_of_shift. -} log:explains { - :alice7760 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7761 :does :log_off_at_end_of_shift. -} log:explains { - :alice7761 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7762 :does :log_off_at_end_of_shift. -} log:explains { - :alice7762 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7763 :does :log_off_at_end_of_shift. -} log:explains { - :alice7763 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7764 :does :log_off_at_end_of_shift. -} log:explains { - :alice7764 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7765 :does :log_off_at_end_of_shift. -} log:explains { - :alice7765 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7766 :does :log_off_at_end_of_shift. -} log:explains { - :alice7766 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7767 :does :log_off_at_end_of_shift. -} log:explains { - :alice7767 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7768 :does :log_off_at_end_of_shift. -} log:explains { - :alice7768 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7769 :does :log_off_at_end_of_shift. -} log:explains { - :alice7769 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7770 :does :log_off_at_end_of_shift. -} log:explains { - :alice7770 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7771 :does :log_off_at_end_of_shift. -} log:explains { - :alice7771 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7772 :does :log_off_at_end_of_shift. -} log:explains { - :alice7772 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7773 :does :log_off_at_end_of_shift. -} log:explains { - :alice7773 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7774 :does :log_off_at_end_of_shift. -} log:explains { - :alice7774 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7775 :does :log_off_at_end_of_shift. -} log:explains { - :alice7775 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7776 :does :log_off_at_end_of_shift. -} log:explains { - :alice7776 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7777 :does :log_off_at_end_of_shift. -} log:explains { - :alice7777 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7778 :does :log_off_at_end_of_shift. -} log:explains { - :alice7778 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7779 :does :log_off_at_end_of_shift. -} log:explains { - :alice7779 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7780 :does :log_off_at_end_of_shift. -} log:explains { - :alice7780 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7781 :does :log_off_at_end_of_shift. -} log:explains { - :alice7781 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7782 :does :log_off_at_end_of_shift. -} log:explains { - :alice7782 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7783 :does :log_off_at_end_of_shift. -} log:explains { - :alice7783 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7784 :does :log_off_at_end_of_shift. -} log:explains { - :alice7784 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7785 :does :log_off_at_end_of_shift. -} log:explains { - :alice7785 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7786 :does :log_off_at_end_of_shift. -} log:explains { - :alice7786 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7787 :does :log_off_at_end_of_shift. -} log:explains { - :alice7787 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7788 :does :log_off_at_end_of_shift. -} log:explains { - :alice7788 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7789 :does :log_off_at_end_of_shift. -} log:explains { - :alice7789 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7790 :does :log_off_at_end_of_shift. -} log:explains { - :alice7790 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7791 :does :log_off_at_end_of_shift. -} log:explains { - :alice7791 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7792 :does :log_off_at_end_of_shift. -} log:explains { - :alice7792 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7793 :does :log_off_at_end_of_shift. -} log:explains { - :alice7793 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7794 :does :log_off_at_end_of_shift. -} log:explains { - :alice7794 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7795 :does :log_off_at_end_of_shift. -} log:explains { - :alice7795 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7796 :does :log_off_at_end_of_shift. -} log:explains { - :alice7796 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7797 :does :log_off_at_end_of_shift. -} log:explains { - :alice7797 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7798 :does :log_off_at_end_of_shift. -} log:explains { - :alice7798 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7799 :does :log_off_at_end_of_shift. -} log:explains { - :alice7799 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7800 :does :log_off_at_end_of_shift. -} log:explains { - :alice7800 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7801 :does :log_off_at_end_of_shift. -} log:explains { - :alice7801 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7802 :does :log_off_at_end_of_shift. -} log:explains { - :alice7802 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7803 :does :log_off_at_end_of_shift. -} log:explains { - :alice7803 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7804 :does :log_off_at_end_of_shift. -} log:explains { - :alice7804 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7805 :does :log_off_at_end_of_shift. -} log:explains { - :alice7805 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7806 :does :log_off_at_end_of_shift. -} log:explains { - :alice7806 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7807 :does :log_off_at_end_of_shift. -} log:explains { - :alice7807 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7808 :does :log_off_at_end_of_shift. -} log:explains { - :alice7808 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7809 :does :log_off_at_end_of_shift. -} log:explains { - :alice7809 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7810 :does :log_off_at_end_of_shift. -} log:explains { - :alice7810 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7811 :does :log_off_at_end_of_shift. -} log:explains { - :alice7811 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7812 :does :log_off_at_end_of_shift. -} log:explains { - :alice7812 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7813 :does :log_off_at_end_of_shift. -} log:explains { - :alice7813 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7814 :does :log_off_at_end_of_shift. -} log:explains { - :alice7814 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7815 :does :log_off_at_end_of_shift. -} log:explains { - :alice7815 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7816 :does :log_off_at_end_of_shift. -} log:explains { - :alice7816 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7817 :does :log_off_at_end_of_shift. -} log:explains { - :alice7817 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7818 :does :log_off_at_end_of_shift. -} log:explains { - :alice7818 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7819 :does :log_off_at_end_of_shift. -} log:explains { - :alice7819 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7820 :does :log_off_at_end_of_shift. -} log:explains { - :alice7820 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7821 :does :log_off_at_end_of_shift. -} log:explains { - :alice7821 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7822 :does :log_off_at_end_of_shift. -} log:explains { - :alice7822 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7823 :does :log_off_at_end_of_shift. -} log:explains { - :alice7823 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7824 :does :log_off_at_end_of_shift. -} log:explains { - :alice7824 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7825 :does :log_off_at_end_of_shift. -} log:explains { - :alice7825 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7826 :does :log_off_at_end_of_shift. -} log:explains { - :alice7826 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7827 :does :log_off_at_end_of_shift. -} log:explains { - :alice7827 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7828 :does :log_off_at_end_of_shift. -} log:explains { - :alice7828 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7829 :does :log_off_at_end_of_shift. -} log:explains { - :alice7829 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7830 :does :log_off_at_end_of_shift. -} log:explains { - :alice7830 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7831 :does :log_off_at_end_of_shift. -} log:explains { - :alice7831 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7832 :does :log_off_at_end_of_shift. -} log:explains { - :alice7832 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7833 :does :log_off_at_end_of_shift. -} log:explains { - :alice7833 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7834 :does :log_off_at_end_of_shift. -} log:explains { - :alice7834 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7835 :does :log_off_at_end_of_shift. -} log:explains { - :alice7835 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7836 :does :log_off_at_end_of_shift. -} log:explains { - :alice7836 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7837 :does :log_off_at_end_of_shift. -} log:explains { - :alice7837 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7838 :does :log_off_at_end_of_shift. -} log:explains { - :alice7838 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7839 :does :log_off_at_end_of_shift. -} log:explains { - :alice7839 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7840 :does :log_off_at_end_of_shift. -} log:explains { - :alice7840 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7841 :does :log_off_at_end_of_shift. -} log:explains { - :alice7841 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7842 :does :log_off_at_end_of_shift. -} log:explains { - :alice7842 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7843 :does :log_off_at_end_of_shift. -} log:explains { - :alice7843 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7844 :does :log_off_at_end_of_shift. -} log:explains { - :alice7844 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7845 :does :log_off_at_end_of_shift. -} log:explains { - :alice7845 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7846 :does :log_off_at_end_of_shift. -} log:explains { - :alice7846 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7847 :does :log_off_at_end_of_shift. -} log:explains { - :alice7847 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7848 :does :log_off_at_end_of_shift. -} log:explains { - :alice7848 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7849 :does :log_off_at_end_of_shift. -} log:explains { - :alice7849 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7850 :does :log_off_at_end_of_shift. -} log:explains { - :alice7850 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7851 :does :log_off_at_end_of_shift. -} log:explains { - :alice7851 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7852 :does :log_off_at_end_of_shift. -} log:explains { - :alice7852 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7853 :does :log_off_at_end_of_shift. -} log:explains { - :alice7853 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7854 :does :log_off_at_end_of_shift. -} log:explains { - :alice7854 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7855 :does :log_off_at_end_of_shift. -} log:explains { - :alice7855 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7856 :does :log_off_at_end_of_shift. -} log:explains { - :alice7856 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7857 :does :log_off_at_end_of_shift. -} log:explains { - :alice7857 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7858 :does :log_off_at_end_of_shift. -} log:explains { - :alice7858 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7859 :does :log_off_at_end_of_shift. -} log:explains { - :alice7859 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7860 :does :log_off_at_end_of_shift. -} log:explains { - :alice7860 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7861 :does :log_off_at_end_of_shift. -} log:explains { - :alice7861 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7862 :does :log_off_at_end_of_shift. -} log:explains { - :alice7862 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7863 :does :log_off_at_end_of_shift. -} log:explains { - :alice7863 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7864 :does :log_off_at_end_of_shift. -} log:explains { - :alice7864 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7865 :does :log_off_at_end_of_shift. -} log:explains { - :alice7865 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7866 :does :log_off_at_end_of_shift. -} log:explains { - :alice7866 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7867 :does :log_off_at_end_of_shift. -} log:explains { - :alice7867 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7868 :does :log_off_at_end_of_shift. -} log:explains { - :alice7868 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7869 :does :log_off_at_end_of_shift. -} log:explains { - :alice7869 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7870 :does :log_off_at_end_of_shift. -} log:explains { - :alice7870 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7871 :does :log_off_at_end_of_shift. -} log:explains { - :alice7871 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7872 :does :log_off_at_end_of_shift. -} log:explains { - :alice7872 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7873 :does :log_off_at_end_of_shift. -} log:explains { - :alice7873 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7874 :does :log_off_at_end_of_shift. -} log:explains { - :alice7874 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7875 :does :log_off_at_end_of_shift. -} log:explains { - :alice7875 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7876 :does :log_off_at_end_of_shift. -} log:explains { - :alice7876 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7877 :does :log_off_at_end_of_shift. -} log:explains { - :alice7877 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7878 :does :log_off_at_end_of_shift. -} log:explains { - :alice7878 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7879 :does :log_off_at_end_of_shift. -} log:explains { - :alice7879 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7880 :does :log_off_at_end_of_shift. -} log:explains { - :alice7880 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7881 :does :log_off_at_end_of_shift. -} log:explains { - :alice7881 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7882 :does :log_off_at_end_of_shift. -} log:explains { - :alice7882 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7883 :does :log_off_at_end_of_shift. -} log:explains { - :alice7883 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7884 :does :log_off_at_end_of_shift. -} log:explains { - :alice7884 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7885 :does :log_off_at_end_of_shift. -} log:explains { - :alice7885 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7886 :does :log_off_at_end_of_shift. -} log:explains { - :alice7886 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7887 :does :log_off_at_end_of_shift. -} log:explains { - :alice7887 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7888 :does :log_off_at_end_of_shift. -} log:explains { - :alice7888 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7889 :does :log_off_at_end_of_shift. -} log:explains { - :alice7889 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7890 :does :log_off_at_end_of_shift. -} log:explains { - :alice7890 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7891 :does :log_off_at_end_of_shift. -} log:explains { - :alice7891 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7892 :does :log_off_at_end_of_shift. -} log:explains { - :alice7892 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7893 :does :log_off_at_end_of_shift. -} log:explains { - :alice7893 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7894 :does :log_off_at_end_of_shift. -} log:explains { - :alice7894 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7895 :does :log_off_at_end_of_shift. -} log:explains { - :alice7895 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7896 :does :log_off_at_end_of_shift. -} log:explains { - :alice7896 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7897 :does :log_off_at_end_of_shift. -} log:explains { - :alice7897 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7898 :does :log_off_at_end_of_shift. -} log:explains { - :alice7898 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7899 :does :log_off_at_end_of_shift. -} log:explains { - :alice7899 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7900 :does :log_off_at_end_of_shift. -} log:explains { - :alice7900 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7901 :does :log_off_at_end_of_shift. -} log:explains { - :alice7901 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7902 :does :log_off_at_end_of_shift. -} log:explains { - :alice7902 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7903 :does :log_off_at_end_of_shift. -} log:explains { - :alice7903 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7904 :does :log_off_at_end_of_shift. -} log:explains { - :alice7904 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7905 :does :log_off_at_end_of_shift. -} log:explains { - :alice7905 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7906 :does :log_off_at_end_of_shift. -} log:explains { - :alice7906 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7907 :does :log_off_at_end_of_shift. -} log:explains { - :alice7907 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7908 :does :log_off_at_end_of_shift. -} log:explains { - :alice7908 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7909 :does :log_off_at_end_of_shift. -} log:explains { - :alice7909 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7910 :does :log_off_at_end_of_shift. -} log:explains { - :alice7910 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7911 :does :log_off_at_end_of_shift. -} log:explains { - :alice7911 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7912 :does :log_off_at_end_of_shift. -} log:explains { - :alice7912 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7913 :does :log_off_at_end_of_shift. -} log:explains { - :alice7913 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7914 :does :log_off_at_end_of_shift. -} log:explains { - :alice7914 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7915 :does :log_off_at_end_of_shift. -} log:explains { - :alice7915 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7916 :does :log_off_at_end_of_shift. -} log:explains { - :alice7916 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7917 :does :log_off_at_end_of_shift. -} log:explains { - :alice7917 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7918 :does :log_off_at_end_of_shift. -} log:explains { - :alice7918 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7919 :does :log_off_at_end_of_shift. -} log:explains { - :alice7919 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7920 :does :log_off_at_end_of_shift. -} log:explains { - :alice7920 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7921 :does :log_off_at_end_of_shift. -} log:explains { - :alice7921 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7922 :does :log_off_at_end_of_shift. -} log:explains { - :alice7922 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7923 :does :log_off_at_end_of_shift. -} log:explains { - :alice7923 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7924 :does :log_off_at_end_of_shift. -} log:explains { - :alice7924 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7925 :does :log_off_at_end_of_shift. -} log:explains { - :alice7925 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7926 :does :log_off_at_end_of_shift. -} log:explains { - :alice7926 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7927 :does :log_off_at_end_of_shift. -} log:explains { - :alice7927 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7928 :does :log_off_at_end_of_shift. -} log:explains { - :alice7928 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7929 :does :log_off_at_end_of_shift. -} log:explains { - :alice7929 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7930 :does :log_off_at_end_of_shift. -} log:explains { - :alice7930 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7931 :does :log_off_at_end_of_shift. -} log:explains { - :alice7931 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7932 :does :log_off_at_end_of_shift. -} log:explains { - :alice7932 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7933 :does :log_off_at_end_of_shift. -} log:explains { - :alice7933 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7934 :does :log_off_at_end_of_shift. -} log:explains { - :alice7934 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7935 :does :log_off_at_end_of_shift. -} log:explains { - :alice7935 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7936 :does :log_off_at_end_of_shift. -} log:explains { - :alice7936 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7937 :does :log_off_at_end_of_shift. -} log:explains { - :alice7937 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7938 :does :log_off_at_end_of_shift. -} log:explains { - :alice7938 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7939 :does :log_off_at_end_of_shift. -} log:explains { - :alice7939 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7940 :does :log_off_at_end_of_shift. -} log:explains { - :alice7940 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7941 :does :log_off_at_end_of_shift. -} log:explains { - :alice7941 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7942 :does :log_off_at_end_of_shift. -} log:explains { - :alice7942 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7943 :does :log_off_at_end_of_shift. -} log:explains { - :alice7943 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7944 :does :log_off_at_end_of_shift. -} log:explains { - :alice7944 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7945 :does :log_off_at_end_of_shift. -} log:explains { - :alice7945 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7946 :does :log_off_at_end_of_shift. -} log:explains { - :alice7946 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7947 :does :log_off_at_end_of_shift. -} log:explains { - :alice7947 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7948 :does :log_off_at_end_of_shift. -} log:explains { - :alice7948 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7949 :does :log_off_at_end_of_shift. -} log:explains { - :alice7949 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7950 :does :log_off_at_end_of_shift. -} log:explains { - :alice7950 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7951 :does :log_off_at_end_of_shift. -} log:explains { - :alice7951 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7952 :does :log_off_at_end_of_shift. -} log:explains { - :alice7952 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7953 :does :log_off_at_end_of_shift. -} log:explains { - :alice7953 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7954 :does :log_off_at_end_of_shift. -} log:explains { - :alice7954 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7955 :does :log_off_at_end_of_shift. -} log:explains { - :alice7955 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7956 :does :log_off_at_end_of_shift. -} log:explains { - :alice7956 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7957 :does :log_off_at_end_of_shift. -} log:explains { - :alice7957 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7958 :does :log_off_at_end_of_shift. -} log:explains { - :alice7958 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7959 :does :log_off_at_end_of_shift. -} log:explains { - :alice7959 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7960 :does :log_off_at_end_of_shift. -} log:explains { - :alice7960 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7961 :does :log_off_at_end_of_shift. -} log:explains { - :alice7961 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7962 :does :log_off_at_end_of_shift. -} log:explains { - :alice7962 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7963 :does :log_off_at_end_of_shift. -} log:explains { - :alice7963 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7964 :does :log_off_at_end_of_shift. -} log:explains { - :alice7964 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7965 :does :log_off_at_end_of_shift. -} log:explains { - :alice7965 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7966 :does :log_off_at_end_of_shift. -} log:explains { - :alice7966 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7967 :does :log_off_at_end_of_shift. -} log:explains { - :alice7967 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7968 :does :log_off_at_end_of_shift. -} log:explains { - :alice7968 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7969 :does :log_off_at_end_of_shift. -} log:explains { - :alice7969 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7970 :does :log_off_at_end_of_shift. -} log:explains { - :alice7970 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7971 :does :log_off_at_end_of_shift. -} log:explains { - :alice7971 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7972 :does :log_off_at_end_of_shift. -} log:explains { - :alice7972 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7973 :does :log_off_at_end_of_shift. -} log:explains { - :alice7973 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7974 :does :log_off_at_end_of_shift. -} log:explains { - :alice7974 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7975 :does :log_off_at_end_of_shift. -} log:explains { - :alice7975 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7976 :does :log_off_at_end_of_shift. -} log:explains { - :alice7976 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7977 :does :log_off_at_end_of_shift. -} log:explains { - :alice7977 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7978 :does :log_off_at_end_of_shift. -} log:explains { - :alice7978 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7979 :does :log_off_at_end_of_shift. -} log:explains { - :alice7979 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7980 :does :log_off_at_end_of_shift. -} log:explains { - :alice7980 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7981 :does :log_off_at_end_of_shift. -} log:explains { - :alice7981 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7982 :does :log_off_at_end_of_shift. -} log:explains { - :alice7982 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7983 :does :log_off_at_end_of_shift. -} log:explains { - :alice7983 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7984 :does :log_off_at_end_of_shift. -} log:explains { - :alice7984 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7985 :does :log_off_at_end_of_shift. -} log:explains { - :alice7985 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7986 :does :log_off_at_end_of_shift. -} log:explains { - :alice7986 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7987 :does :log_off_at_end_of_shift. -} log:explains { - :alice7987 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7988 :does :log_off_at_end_of_shift. -} log:explains { - :alice7988 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7989 :does :log_off_at_end_of_shift. -} log:explains { - :alice7989 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7990 :does :log_off_at_end_of_shift. -} log:explains { - :alice7990 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7991 :does :log_off_at_end_of_shift. -} log:explains { - :alice7991 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7992 :does :log_off_at_end_of_shift. -} log:explains { - :alice7992 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7993 :does :log_off_at_end_of_shift. -} log:explains { - :alice7993 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7994 :does :log_off_at_end_of_shift. -} log:explains { - :alice7994 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7995 :does :log_off_at_end_of_shift. -} log:explains { - :alice7995 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7996 :does :log_off_at_end_of_shift. -} log:explains { - :alice7996 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7997 :does :log_off_at_end_of_shift. -} log:explains { - :alice7997 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7998 :does :log_off_at_end_of_shift. -} log:explains { - :alice7998 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice7999 :does :log_off_at_end_of_shift. -} log:explains { - :alice7999 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8000 :does :log_off_at_end_of_shift. -} log:explains { - :alice8000 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8001 :does :log_off_at_end_of_shift. -} log:explains { - :alice8001 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8002 :does :log_off_at_end_of_shift. -} log:explains { - :alice8002 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8003 :does :log_off_at_end_of_shift. -} log:explains { - :alice8003 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8004 :does :log_off_at_end_of_shift. -} log:explains { - :alice8004 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8005 :does :log_off_at_end_of_shift. -} log:explains { - :alice8005 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8006 :does :log_off_at_end_of_shift. -} log:explains { - :alice8006 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8007 :does :log_off_at_end_of_shift. -} log:explains { - :alice8007 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8008 :does :log_off_at_end_of_shift. -} log:explains { - :alice8008 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8009 :does :log_off_at_end_of_shift. -} log:explains { - :alice8009 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8010 :does :log_off_at_end_of_shift. -} log:explains { - :alice8010 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8011 :does :log_off_at_end_of_shift. -} log:explains { - :alice8011 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8012 :does :log_off_at_end_of_shift. -} log:explains { - :alice8012 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8013 :does :log_off_at_end_of_shift. -} log:explains { - :alice8013 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8014 :does :log_off_at_end_of_shift. -} log:explains { - :alice8014 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8015 :does :log_off_at_end_of_shift. -} log:explains { - :alice8015 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8016 :does :log_off_at_end_of_shift. -} log:explains { - :alice8016 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8017 :does :log_off_at_end_of_shift. -} log:explains { - :alice8017 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8018 :does :log_off_at_end_of_shift. -} log:explains { - :alice8018 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8019 :does :log_off_at_end_of_shift. -} log:explains { - :alice8019 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8020 :does :log_off_at_end_of_shift. -} log:explains { - :alice8020 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8021 :does :log_off_at_end_of_shift. -} log:explains { - :alice8021 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8022 :does :log_off_at_end_of_shift. -} log:explains { - :alice8022 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8023 :does :log_off_at_end_of_shift. -} log:explains { - :alice8023 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8024 :does :log_off_at_end_of_shift. -} log:explains { - :alice8024 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8025 :does :log_off_at_end_of_shift. -} log:explains { - :alice8025 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8026 :does :log_off_at_end_of_shift. -} log:explains { - :alice8026 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8027 :does :log_off_at_end_of_shift. -} log:explains { - :alice8027 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8028 :does :log_off_at_end_of_shift. -} log:explains { - :alice8028 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8029 :does :log_off_at_end_of_shift. -} log:explains { - :alice8029 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8030 :does :log_off_at_end_of_shift. -} log:explains { - :alice8030 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8031 :does :log_off_at_end_of_shift. -} log:explains { - :alice8031 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8032 :does :log_off_at_end_of_shift. -} log:explains { - :alice8032 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8033 :does :log_off_at_end_of_shift. -} log:explains { - :alice8033 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8034 :does :log_off_at_end_of_shift. -} log:explains { - :alice8034 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8035 :does :log_off_at_end_of_shift. -} log:explains { - :alice8035 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8036 :does :log_off_at_end_of_shift. -} log:explains { - :alice8036 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8037 :does :log_off_at_end_of_shift. -} log:explains { - :alice8037 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8038 :does :log_off_at_end_of_shift. -} log:explains { - :alice8038 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8039 :does :log_off_at_end_of_shift. -} log:explains { - :alice8039 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8040 :does :log_off_at_end_of_shift. -} log:explains { - :alice8040 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8041 :does :log_off_at_end_of_shift. -} log:explains { - :alice8041 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8042 :does :log_off_at_end_of_shift. -} log:explains { - :alice8042 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8043 :does :log_off_at_end_of_shift. -} log:explains { - :alice8043 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8044 :does :log_off_at_end_of_shift. -} log:explains { - :alice8044 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8045 :does :log_off_at_end_of_shift. -} log:explains { - :alice8045 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8046 :does :log_off_at_end_of_shift. -} log:explains { - :alice8046 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8047 :does :log_off_at_end_of_shift. -} log:explains { - :alice8047 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8048 :does :log_off_at_end_of_shift. -} log:explains { - :alice8048 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8049 :does :log_off_at_end_of_shift. -} log:explains { - :alice8049 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8050 :does :log_off_at_end_of_shift. -} log:explains { - :alice8050 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8051 :does :log_off_at_end_of_shift. -} log:explains { - :alice8051 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8052 :does :log_off_at_end_of_shift. -} log:explains { - :alice8052 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8053 :does :log_off_at_end_of_shift. -} log:explains { - :alice8053 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8054 :does :log_off_at_end_of_shift. -} log:explains { - :alice8054 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8055 :does :log_off_at_end_of_shift. -} log:explains { - :alice8055 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8056 :does :log_off_at_end_of_shift. -} log:explains { - :alice8056 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8057 :does :log_off_at_end_of_shift. -} log:explains { - :alice8057 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8058 :does :log_off_at_end_of_shift. -} log:explains { - :alice8058 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8059 :does :log_off_at_end_of_shift. -} log:explains { - :alice8059 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8060 :does :log_off_at_end_of_shift. -} log:explains { - :alice8060 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8061 :does :log_off_at_end_of_shift. -} log:explains { - :alice8061 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8062 :does :log_off_at_end_of_shift. -} log:explains { - :alice8062 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8063 :does :log_off_at_end_of_shift. -} log:explains { - :alice8063 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8064 :does :log_off_at_end_of_shift. -} log:explains { - :alice8064 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8065 :does :log_off_at_end_of_shift. -} log:explains { - :alice8065 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8066 :does :log_off_at_end_of_shift. -} log:explains { - :alice8066 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8067 :does :log_off_at_end_of_shift. -} log:explains { - :alice8067 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8068 :does :log_off_at_end_of_shift. -} log:explains { - :alice8068 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8069 :does :log_off_at_end_of_shift. -} log:explains { - :alice8069 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8070 :does :log_off_at_end_of_shift. -} log:explains { - :alice8070 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8071 :does :log_off_at_end_of_shift. -} log:explains { - :alice8071 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8072 :does :log_off_at_end_of_shift. -} log:explains { - :alice8072 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8073 :does :log_off_at_end_of_shift. -} log:explains { - :alice8073 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8074 :does :log_off_at_end_of_shift. -} log:explains { - :alice8074 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8075 :does :log_off_at_end_of_shift. -} log:explains { - :alice8075 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8076 :does :log_off_at_end_of_shift. -} log:explains { - :alice8076 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8077 :does :log_off_at_end_of_shift. -} log:explains { - :alice8077 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8078 :does :log_off_at_end_of_shift. -} log:explains { - :alice8078 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8079 :does :log_off_at_end_of_shift. -} log:explains { - :alice8079 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8080 :does :log_off_at_end_of_shift. -} log:explains { - :alice8080 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8081 :does :log_off_at_end_of_shift. -} log:explains { - :alice8081 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8082 :does :log_off_at_end_of_shift. -} log:explains { - :alice8082 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8083 :does :log_off_at_end_of_shift. -} log:explains { - :alice8083 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8084 :does :log_off_at_end_of_shift. -} log:explains { - :alice8084 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8085 :does :log_off_at_end_of_shift. -} log:explains { - :alice8085 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8086 :does :log_off_at_end_of_shift. -} log:explains { - :alice8086 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8087 :does :log_off_at_end_of_shift. -} log:explains { - :alice8087 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8088 :does :log_off_at_end_of_shift. -} log:explains { - :alice8088 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8089 :does :log_off_at_end_of_shift. -} log:explains { - :alice8089 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8090 :does :log_off_at_end_of_shift. -} log:explains { - :alice8090 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8091 :does :log_off_at_end_of_shift. -} log:explains { - :alice8091 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8092 :does :log_off_at_end_of_shift. -} log:explains { - :alice8092 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8093 :does :log_off_at_end_of_shift. -} log:explains { - :alice8093 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8094 :does :log_off_at_end_of_shift. -} log:explains { - :alice8094 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8095 :does :log_off_at_end_of_shift. -} log:explains { - :alice8095 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8096 :does :log_off_at_end_of_shift. -} log:explains { - :alice8096 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8097 :does :log_off_at_end_of_shift. -} log:explains { - :alice8097 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8098 :does :log_off_at_end_of_shift. -} log:explains { - :alice8098 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8099 :does :log_off_at_end_of_shift. -} log:explains { - :alice8099 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8100 :does :log_off_at_end_of_shift. -} log:explains { - :alice8100 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8101 :does :log_off_at_end_of_shift. -} log:explains { - :alice8101 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8102 :does :log_off_at_end_of_shift. -} log:explains { - :alice8102 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8103 :does :log_off_at_end_of_shift. -} log:explains { - :alice8103 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8104 :does :log_off_at_end_of_shift. -} log:explains { - :alice8104 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8105 :does :log_off_at_end_of_shift. -} log:explains { - :alice8105 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8106 :does :log_off_at_end_of_shift. -} log:explains { - :alice8106 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8107 :does :log_off_at_end_of_shift. -} log:explains { - :alice8107 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8108 :does :log_off_at_end_of_shift. -} log:explains { - :alice8108 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8109 :does :log_off_at_end_of_shift. -} log:explains { - :alice8109 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8110 :does :log_off_at_end_of_shift. -} log:explains { - :alice8110 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8111 :does :log_off_at_end_of_shift. -} log:explains { - :alice8111 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8112 :does :log_off_at_end_of_shift. -} log:explains { - :alice8112 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8113 :does :log_off_at_end_of_shift. -} log:explains { - :alice8113 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8114 :does :log_off_at_end_of_shift. -} log:explains { - :alice8114 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8115 :does :log_off_at_end_of_shift. -} log:explains { - :alice8115 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8116 :does :log_off_at_end_of_shift. -} log:explains { - :alice8116 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8117 :does :log_off_at_end_of_shift. -} log:explains { - :alice8117 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8118 :does :log_off_at_end_of_shift. -} log:explains { - :alice8118 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8119 :does :log_off_at_end_of_shift. -} log:explains { - :alice8119 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8120 :does :log_off_at_end_of_shift. -} log:explains { - :alice8120 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8121 :does :log_off_at_end_of_shift. -} log:explains { - :alice8121 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8122 :does :log_off_at_end_of_shift. -} log:explains { - :alice8122 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8123 :does :log_off_at_end_of_shift. -} log:explains { - :alice8123 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8124 :does :log_off_at_end_of_shift. -} log:explains { - :alice8124 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8125 :does :log_off_at_end_of_shift. -} log:explains { - :alice8125 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8126 :does :log_off_at_end_of_shift. -} log:explains { - :alice8126 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8127 :does :log_off_at_end_of_shift. -} log:explains { - :alice8127 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8128 :does :log_off_at_end_of_shift. -} log:explains { - :alice8128 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8129 :does :log_off_at_end_of_shift. -} log:explains { - :alice8129 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8130 :does :log_off_at_end_of_shift. -} log:explains { - :alice8130 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8131 :does :log_off_at_end_of_shift. -} log:explains { - :alice8131 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8132 :does :log_off_at_end_of_shift. -} log:explains { - :alice8132 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8133 :does :log_off_at_end_of_shift. -} log:explains { - :alice8133 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8134 :does :log_off_at_end_of_shift. -} log:explains { - :alice8134 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8135 :does :log_off_at_end_of_shift. -} log:explains { - :alice8135 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8136 :does :log_off_at_end_of_shift. -} log:explains { - :alice8136 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8137 :does :log_off_at_end_of_shift. -} log:explains { - :alice8137 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8138 :does :log_off_at_end_of_shift. -} log:explains { - :alice8138 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8139 :does :log_off_at_end_of_shift. -} log:explains { - :alice8139 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8140 :does :log_off_at_end_of_shift. -} log:explains { - :alice8140 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8141 :does :log_off_at_end_of_shift. -} log:explains { - :alice8141 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8142 :does :log_off_at_end_of_shift. -} log:explains { - :alice8142 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8143 :does :log_off_at_end_of_shift. -} log:explains { - :alice8143 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8144 :does :log_off_at_end_of_shift. -} log:explains { - :alice8144 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8145 :does :log_off_at_end_of_shift. -} log:explains { - :alice8145 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8146 :does :log_off_at_end_of_shift. -} log:explains { - :alice8146 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8147 :does :log_off_at_end_of_shift. -} log:explains { - :alice8147 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8148 :does :log_off_at_end_of_shift. -} log:explains { - :alice8148 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8149 :does :log_off_at_end_of_shift. -} log:explains { - :alice8149 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8150 :does :log_off_at_end_of_shift. -} log:explains { - :alice8150 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8151 :does :log_off_at_end_of_shift. -} log:explains { - :alice8151 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8152 :does :log_off_at_end_of_shift. -} log:explains { - :alice8152 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8153 :does :log_off_at_end_of_shift. -} log:explains { - :alice8153 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8154 :does :log_off_at_end_of_shift. -} log:explains { - :alice8154 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8155 :does :log_off_at_end_of_shift. -} log:explains { - :alice8155 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8156 :does :log_off_at_end_of_shift. -} log:explains { - :alice8156 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8157 :does :log_off_at_end_of_shift. -} log:explains { - :alice8157 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8158 :does :log_off_at_end_of_shift. -} log:explains { - :alice8158 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8159 :does :log_off_at_end_of_shift. -} log:explains { - :alice8159 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8160 :does :log_off_at_end_of_shift. -} log:explains { - :alice8160 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8161 :does :log_off_at_end_of_shift. -} log:explains { - :alice8161 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8162 :does :log_off_at_end_of_shift. -} log:explains { - :alice8162 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8163 :does :log_off_at_end_of_shift. -} log:explains { - :alice8163 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8164 :does :log_off_at_end_of_shift. -} log:explains { - :alice8164 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8165 :does :log_off_at_end_of_shift. -} log:explains { - :alice8165 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8166 :does :log_off_at_end_of_shift. -} log:explains { - :alice8166 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8167 :does :log_off_at_end_of_shift. -} log:explains { - :alice8167 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8168 :does :log_off_at_end_of_shift. -} log:explains { - :alice8168 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8169 :does :log_off_at_end_of_shift. -} log:explains { - :alice8169 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8170 :does :log_off_at_end_of_shift. -} log:explains { - :alice8170 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8171 :does :log_off_at_end_of_shift. -} log:explains { - :alice8171 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8172 :does :log_off_at_end_of_shift. -} log:explains { - :alice8172 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8173 :does :log_off_at_end_of_shift. -} log:explains { - :alice8173 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8174 :does :log_off_at_end_of_shift. -} log:explains { - :alice8174 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8175 :does :log_off_at_end_of_shift. -} log:explains { - :alice8175 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8176 :does :log_off_at_end_of_shift. -} log:explains { - :alice8176 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8177 :does :log_off_at_end_of_shift. -} log:explains { - :alice8177 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8178 :does :log_off_at_end_of_shift. -} log:explains { - :alice8178 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8179 :does :log_off_at_end_of_shift. -} log:explains { - :alice8179 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8180 :does :log_off_at_end_of_shift. -} log:explains { - :alice8180 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8181 :does :log_off_at_end_of_shift. -} log:explains { - :alice8181 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8182 :does :log_off_at_end_of_shift. -} log:explains { - :alice8182 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8183 :does :log_off_at_end_of_shift. -} log:explains { - :alice8183 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8184 :does :log_off_at_end_of_shift. -} log:explains { - :alice8184 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8185 :does :log_off_at_end_of_shift. -} log:explains { - :alice8185 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8186 :does :log_off_at_end_of_shift. -} log:explains { - :alice8186 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8187 :does :log_off_at_end_of_shift. -} log:explains { - :alice8187 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8188 :does :log_off_at_end_of_shift. -} log:explains { - :alice8188 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8189 :does :log_off_at_end_of_shift. -} log:explains { - :alice8189 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8190 :does :log_off_at_end_of_shift. -} log:explains { - :alice8190 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8191 :does :log_off_at_end_of_shift. -} log:explains { - :alice8191 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8192 :does :log_off_at_end_of_shift. -} log:explains { - :alice8192 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8193 :does :log_off_at_end_of_shift. -} log:explains { - :alice8193 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8194 :does :log_off_at_end_of_shift. -} log:explains { - :alice8194 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8195 :does :log_off_at_end_of_shift. -} log:explains { - :alice8195 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8196 :does :log_off_at_end_of_shift. -} log:explains { - :alice8196 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8197 :does :log_off_at_end_of_shift. -} log:explains { - :alice8197 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8198 :does :log_off_at_end_of_shift. -} log:explains { - :alice8198 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8199 :does :log_off_at_end_of_shift. -} log:explains { - :alice8199 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8200 :does :log_off_at_end_of_shift. -} log:explains { - :alice8200 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8201 :does :log_off_at_end_of_shift. -} log:explains { - :alice8201 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8202 :does :log_off_at_end_of_shift. -} log:explains { - :alice8202 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8203 :does :log_off_at_end_of_shift. -} log:explains { - :alice8203 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8204 :does :log_off_at_end_of_shift. -} log:explains { - :alice8204 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8205 :does :log_off_at_end_of_shift. -} log:explains { - :alice8205 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8206 :does :log_off_at_end_of_shift. -} log:explains { - :alice8206 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8207 :does :log_off_at_end_of_shift. -} log:explains { - :alice8207 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8208 :does :log_off_at_end_of_shift. -} log:explains { - :alice8208 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8209 :does :log_off_at_end_of_shift. -} log:explains { - :alice8209 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8210 :does :log_off_at_end_of_shift. -} log:explains { - :alice8210 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8211 :does :log_off_at_end_of_shift. -} log:explains { - :alice8211 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8212 :does :log_off_at_end_of_shift. -} log:explains { - :alice8212 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8213 :does :log_off_at_end_of_shift. -} log:explains { - :alice8213 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8214 :does :log_off_at_end_of_shift. -} log:explains { - :alice8214 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8215 :does :log_off_at_end_of_shift. -} log:explains { - :alice8215 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8216 :does :log_off_at_end_of_shift. -} log:explains { - :alice8216 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8217 :does :log_off_at_end_of_shift. -} log:explains { - :alice8217 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8218 :does :log_off_at_end_of_shift. -} log:explains { - :alice8218 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8219 :does :log_off_at_end_of_shift. -} log:explains { - :alice8219 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8220 :does :log_off_at_end_of_shift. -} log:explains { - :alice8220 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8221 :does :log_off_at_end_of_shift. -} log:explains { - :alice8221 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8222 :does :log_off_at_end_of_shift. -} log:explains { - :alice8222 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8223 :does :log_off_at_end_of_shift. -} log:explains { - :alice8223 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8224 :does :log_off_at_end_of_shift. -} log:explains { - :alice8224 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8225 :does :log_off_at_end_of_shift. -} log:explains { - :alice8225 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8226 :does :log_off_at_end_of_shift. -} log:explains { - :alice8226 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8227 :does :log_off_at_end_of_shift. -} log:explains { - :alice8227 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8228 :does :log_off_at_end_of_shift. -} log:explains { - :alice8228 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8229 :does :log_off_at_end_of_shift. -} log:explains { - :alice8229 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8230 :does :log_off_at_end_of_shift. -} log:explains { - :alice8230 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8231 :does :log_off_at_end_of_shift. -} log:explains { - :alice8231 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8232 :does :log_off_at_end_of_shift. -} log:explains { - :alice8232 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8233 :does :log_off_at_end_of_shift. -} log:explains { - :alice8233 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8234 :does :log_off_at_end_of_shift. -} log:explains { - :alice8234 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8235 :does :log_off_at_end_of_shift. -} log:explains { - :alice8235 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8236 :does :log_off_at_end_of_shift. -} log:explains { - :alice8236 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8237 :does :log_off_at_end_of_shift. -} log:explains { - :alice8237 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8238 :does :log_off_at_end_of_shift. -} log:explains { - :alice8238 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8239 :does :log_off_at_end_of_shift. -} log:explains { - :alice8239 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8240 :does :log_off_at_end_of_shift. -} log:explains { - :alice8240 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8241 :does :log_off_at_end_of_shift. -} log:explains { - :alice8241 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8242 :does :log_off_at_end_of_shift. -} log:explains { - :alice8242 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8243 :does :log_off_at_end_of_shift. -} log:explains { - :alice8243 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8244 :does :log_off_at_end_of_shift. -} log:explains { - :alice8244 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8245 :does :log_off_at_end_of_shift. -} log:explains { - :alice8245 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8246 :does :log_off_at_end_of_shift. -} log:explains { - :alice8246 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8247 :does :log_off_at_end_of_shift. -} log:explains { - :alice8247 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8248 :does :log_off_at_end_of_shift. -} log:explains { - :alice8248 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8249 :does :log_off_at_end_of_shift. -} log:explains { - :alice8249 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8250 :does :log_off_at_end_of_shift. -} log:explains { - :alice8250 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8251 :does :log_off_at_end_of_shift. -} log:explains { - :alice8251 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8252 :does :log_off_at_end_of_shift. -} log:explains { - :alice8252 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8253 :does :log_off_at_end_of_shift. -} log:explains { - :alice8253 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8254 :does :log_off_at_end_of_shift. -} log:explains { - :alice8254 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8255 :does :log_off_at_end_of_shift. -} log:explains { - :alice8255 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8256 :does :log_off_at_end_of_shift. -} log:explains { - :alice8256 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8257 :does :log_off_at_end_of_shift. -} log:explains { - :alice8257 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8258 :does :log_off_at_end_of_shift. -} log:explains { - :alice8258 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8259 :does :log_off_at_end_of_shift. -} log:explains { - :alice8259 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8260 :does :log_off_at_end_of_shift. -} log:explains { - :alice8260 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8261 :does :log_off_at_end_of_shift. -} log:explains { - :alice8261 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8262 :does :log_off_at_end_of_shift. -} log:explains { - :alice8262 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8263 :does :log_off_at_end_of_shift. -} log:explains { - :alice8263 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8264 :does :log_off_at_end_of_shift. -} log:explains { - :alice8264 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8265 :does :log_off_at_end_of_shift. -} log:explains { - :alice8265 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8266 :does :log_off_at_end_of_shift. -} log:explains { - :alice8266 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8267 :does :log_off_at_end_of_shift. -} log:explains { - :alice8267 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8268 :does :log_off_at_end_of_shift. -} log:explains { - :alice8268 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8269 :does :log_off_at_end_of_shift. -} log:explains { - :alice8269 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8270 :does :log_off_at_end_of_shift. -} log:explains { - :alice8270 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8271 :does :log_off_at_end_of_shift. -} log:explains { - :alice8271 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8272 :does :log_off_at_end_of_shift. -} log:explains { - :alice8272 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8273 :does :log_off_at_end_of_shift. -} log:explains { - :alice8273 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8274 :does :log_off_at_end_of_shift. -} log:explains { - :alice8274 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8275 :does :log_off_at_end_of_shift. -} log:explains { - :alice8275 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8276 :does :log_off_at_end_of_shift. -} log:explains { - :alice8276 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8277 :does :log_off_at_end_of_shift. -} log:explains { - :alice8277 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8278 :does :log_off_at_end_of_shift. -} log:explains { - :alice8278 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8279 :does :log_off_at_end_of_shift. -} log:explains { - :alice8279 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8280 :does :log_off_at_end_of_shift. -} log:explains { - :alice8280 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8281 :does :log_off_at_end_of_shift. -} log:explains { - :alice8281 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8282 :does :log_off_at_end_of_shift. -} log:explains { - :alice8282 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8283 :does :log_off_at_end_of_shift. -} log:explains { - :alice8283 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8284 :does :log_off_at_end_of_shift. -} log:explains { - :alice8284 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8285 :does :log_off_at_end_of_shift. -} log:explains { - :alice8285 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8286 :does :log_off_at_end_of_shift. -} log:explains { - :alice8286 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8287 :does :log_off_at_end_of_shift. -} log:explains { - :alice8287 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8288 :does :log_off_at_end_of_shift. -} log:explains { - :alice8288 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8289 :does :log_off_at_end_of_shift. -} log:explains { - :alice8289 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8290 :does :log_off_at_end_of_shift. -} log:explains { - :alice8290 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8291 :does :log_off_at_end_of_shift. -} log:explains { - :alice8291 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8292 :does :log_off_at_end_of_shift. -} log:explains { - :alice8292 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8293 :does :log_off_at_end_of_shift. -} log:explains { - :alice8293 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8294 :does :log_off_at_end_of_shift. -} log:explains { - :alice8294 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8295 :does :log_off_at_end_of_shift. -} log:explains { - :alice8295 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8296 :does :log_off_at_end_of_shift. -} log:explains { - :alice8296 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8297 :does :log_off_at_end_of_shift. -} log:explains { - :alice8297 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8298 :does :log_off_at_end_of_shift. -} log:explains { - :alice8298 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8299 :does :log_off_at_end_of_shift. -} log:explains { - :alice8299 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8300 :does :log_off_at_end_of_shift. -} log:explains { - :alice8300 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8301 :does :log_off_at_end_of_shift. -} log:explains { - :alice8301 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8302 :does :log_off_at_end_of_shift. -} log:explains { - :alice8302 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8303 :does :log_off_at_end_of_shift. -} log:explains { - :alice8303 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8304 :does :log_off_at_end_of_shift. -} log:explains { - :alice8304 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8305 :does :log_off_at_end_of_shift. -} log:explains { - :alice8305 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8306 :does :log_off_at_end_of_shift. -} log:explains { - :alice8306 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8307 :does :log_off_at_end_of_shift. -} log:explains { - :alice8307 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8308 :does :log_off_at_end_of_shift. -} log:explains { - :alice8308 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8309 :does :log_off_at_end_of_shift. -} log:explains { - :alice8309 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8310 :does :log_off_at_end_of_shift. -} log:explains { - :alice8310 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8311 :does :log_off_at_end_of_shift. -} log:explains { - :alice8311 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8312 :does :log_off_at_end_of_shift. -} log:explains { - :alice8312 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8313 :does :log_off_at_end_of_shift. -} log:explains { - :alice8313 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8314 :does :log_off_at_end_of_shift. -} log:explains { - :alice8314 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8315 :does :log_off_at_end_of_shift. -} log:explains { - :alice8315 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8316 :does :log_off_at_end_of_shift. -} log:explains { - :alice8316 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8317 :does :log_off_at_end_of_shift. -} log:explains { - :alice8317 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8318 :does :log_off_at_end_of_shift. -} log:explains { - :alice8318 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8319 :does :log_off_at_end_of_shift. -} log:explains { - :alice8319 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8320 :does :log_off_at_end_of_shift. -} log:explains { - :alice8320 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8321 :does :log_off_at_end_of_shift. -} log:explains { - :alice8321 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8322 :does :log_off_at_end_of_shift. -} log:explains { - :alice8322 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8323 :does :log_off_at_end_of_shift. -} log:explains { - :alice8323 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8324 :does :log_off_at_end_of_shift. -} log:explains { - :alice8324 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8325 :does :log_off_at_end_of_shift. -} log:explains { - :alice8325 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8326 :does :log_off_at_end_of_shift. -} log:explains { - :alice8326 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8327 :does :log_off_at_end_of_shift. -} log:explains { - :alice8327 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8328 :does :log_off_at_end_of_shift. -} log:explains { - :alice8328 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8329 :does :log_off_at_end_of_shift. -} log:explains { - :alice8329 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8330 :does :log_off_at_end_of_shift. -} log:explains { - :alice8330 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8331 :does :log_off_at_end_of_shift. -} log:explains { - :alice8331 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8332 :does :log_off_at_end_of_shift. -} log:explains { - :alice8332 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8333 :does :log_off_at_end_of_shift. -} log:explains { - :alice8333 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8334 :does :log_off_at_end_of_shift. -} log:explains { - :alice8334 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8335 :does :log_off_at_end_of_shift. -} log:explains { - :alice8335 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8336 :does :log_off_at_end_of_shift. -} log:explains { - :alice8336 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8337 :does :log_off_at_end_of_shift. -} log:explains { - :alice8337 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8338 :does :log_off_at_end_of_shift. -} log:explains { - :alice8338 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8339 :does :log_off_at_end_of_shift. -} log:explains { - :alice8339 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8340 :does :log_off_at_end_of_shift. -} log:explains { - :alice8340 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8341 :does :log_off_at_end_of_shift. -} log:explains { - :alice8341 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8342 :does :log_off_at_end_of_shift. -} log:explains { - :alice8342 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8343 :does :log_off_at_end_of_shift. -} log:explains { - :alice8343 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8344 :does :log_off_at_end_of_shift. -} log:explains { - :alice8344 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8345 :does :log_off_at_end_of_shift. -} log:explains { - :alice8345 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8346 :does :log_off_at_end_of_shift. -} log:explains { - :alice8346 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8347 :does :log_off_at_end_of_shift. -} log:explains { - :alice8347 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8348 :does :log_off_at_end_of_shift. -} log:explains { - :alice8348 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8349 :does :log_off_at_end_of_shift. -} log:explains { - :alice8349 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8350 :does :log_off_at_end_of_shift. -} log:explains { - :alice8350 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8351 :does :log_off_at_end_of_shift. -} log:explains { - :alice8351 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8352 :does :log_off_at_end_of_shift. -} log:explains { - :alice8352 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8353 :does :log_off_at_end_of_shift. -} log:explains { - :alice8353 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8354 :does :log_off_at_end_of_shift. -} log:explains { - :alice8354 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8355 :does :log_off_at_end_of_shift. -} log:explains { - :alice8355 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8356 :does :log_off_at_end_of_shift. -} log:explains { - :alice8356 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8357 :does :log_off_at_end_of_shift. -} log:explains { - :alice8357 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8358 :does :log_off_at_end_of_shift. -} log:explains { - :alice8358 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8359 :does :log_off_at_end_of_shift. -} log:explains { - :alice8359 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8360 :does :log_off_at_end_of_shift. -} log:explains { - :alice8360 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8361 :does :log_off_at_end_of_shift. -} log:explains { - :alice8361 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8362 :does :log_off_at_end_of_shift. -} log:explains { - :alice8362 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8363 :does :log_off_at_end_of_shift. -} log:explains { - :alice8363 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8364 :does :log_off_at_end_of_shift. -} log:explains { - :alice8364 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8365 :does :log_off_at_end_of_shift. -} log:explains { - :alice8365 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8366 :does :log_off_at_end_of_shift. -} log:explains { - :alice8366 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8367 :does :log_off_at_end_of_shift. -} log:explains { - :alice8367 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8368 :does :log_off_at_end_of_shift. -} log:explains { - :alice8368 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8369 :does :log_off_at_end_of_shift. -} log:explains { - :alice8369 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8370 :does :log_off_at_end_of_shift. -} log:explains { - :alice8370 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8371 :does :log_off_at_end_of_shift. -} log:explains { - :alice8371 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8372 :does :log_off_at_end_of_shift. -} log:explains { - :alice8372 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8373 :does :log_off_at_end_of_shift. -} log:explains { - :alice8373 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8374 :does :log_off_at_end_of_shift. -} log:explains { - :alice8374 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8375 :does :log_off_at_end_of_shift. -} log:explains { - :alice8375 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8376 :does :log_off_at_end_of_shift. -} log:explains { - :alice8376 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8377 :does :log_off_at_end_of_shift. -} log:explains { - :alice8377 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8378 :does :log_off_at_end_of_shift. -} log:explains { - :alice8378 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8379 :does :log_off_at_end_of_shift. -} log:explains { - :alice8379 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8380 :does :log_off_at_end_of_shift. -} log:explains { - :alice8380 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8381 :does :log_off_at_end_of_shift. -} log:explains { - :alice8381 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8382 :does :log_off_at_end_of_shift. -} log:explains { - :alice8382 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8383 :does :log_off_at_end_of_shift. -} log:explains { - :alice8383 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8384 :does :log_off_at_end_of_shift. -} log:explains { - :alice8384 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8385 :does :log_off_at_end_of_shift. -} log:explains { - :alice8385 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8386 :does :log_off_at_end_of_shift. -} log:explains { - :alice8386 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8387 :does :log_off_at_end_of_shift. -} log:explains { - :alice8387 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8388 :does :log_off_at_end_of_shift. -} log:explains { - :alice8388 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8389 :does :log_off_at_end_of_shift. -} log:explains { - :alice8389 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8390 :does :log_off_at_end_of_shift. -} log:explains { - :alice8390 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8391 :does :log_off_at_end_of_shift. -} log:explains { - :alice8391 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8392 :does :log_off_at_end_of_shift. -} log:explains { - :alice8392 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8393 :does :log_off_at_end_of_shift. -} log:explains { - :alice8393 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8394 :does :log_off_at_end_of_shift. -} log:explains { - :alice8394 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8395 :does :log_off_at_end_of_shift. -} log:explains { - :alice8395 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8396 :does :log_off_at_end_of_shift. -} log:explains { - :alice8396 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8397 :does :log_off_at_end_of_shift. -} log:explains { - :alice8397 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8398 :does :log_off_at_end_of_shift. -} log:explains { - :alice8398 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8399 :does :log_off_at_end_of_shift. -} log:explains { - :alice8399 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8400 :does :log_off_at_end_of_shift. -} log:explains { - :alice8400 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8401 :does :log_off_at_end_of_shift. -} log:explains { - :alice8401 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8402 :does :log_off_at_end_of_shift. -} log:explains { - :alice8402 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8403 :does :log_off_at_end_of_shift. -} log:explains { - :alice8403 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8404 :does :log_off_at_end_of_shift. -} log:explains { - :alice8404 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8405 :does :log_off_at_end_of_shift. -} log:explains { - :alice8405 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8406 :does :log_off_at_end_of_shift. -} log:explains { - :alice8406 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8407 :does :log_off_at_end_of_shift. -} log:explains { - :alice8407 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8408 :does :log_off_at_end_of_shift. -} log:explains { - :alice8408 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8409 :does :log_off_at_end_of_shift. -} log:explains { - :alice8409 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8410 :does :log_off_at_end_of_shift. -} log:explains { - :alice8410 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8411 :does :log_off_at_end_of_shift. -} log:explains { - :alice8411 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8412 :does :log_off_at_end_of_shift. -} log:explains { - :alice8412 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8413 :does :log_off_at_end_of_shift. -} log:explains { - :alice8413 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8414 :does :log_off_at_end_of_shift. -} log:explains { - :alice8414 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8415 :does :log_off_at_end_of_shift. -} log:explains { - :alice8415 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8416 :does :log_off_at_end_of_shift. -} log:explains { - :alice8416 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8417 :does :log_off_at_end_of_shift. -} log:explains { - :alice8417 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8418 :does :log_off_at_end_of_shift. -} log:explains { - :alice8418 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8419 :does :log_off_at_end_of_shift. -} log:explains { - :alice8419 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8420 :does :log_off_at_end_of_shift. -} log:explains { - :alice8420 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8421 :does :log_off_at_end_of_shift. -} log:explains { - :alice8421 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8422 :does :log_off_at_end_of_shift. -} log:explains { - :alice8422 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8423 :does :log_off_at_end_of_shift. -} log:explains { - :alice8423 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8424 :does :log_off_at_end_of_shift. -} log:explains { - :alice8424 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8425 :does :log_off_at_end_of_shift. -} log:explains { - :alice8425 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8426 :does :log_off_at_end_of_shift. -} log:explains { - :alice8426 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8427 :does :log_off_at_end_of_shift. -} log:explains { - :alice8427 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8428 :does :log_off_at_end_of_shift. -} log:explains { - :alice8428 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8429 :does :log_off_at_end_of_shift. -} log:explains { - :alice8429 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8430 :does :log_off_at_end_of_shift. -} log:explains { - :alice8430 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8431 :does :log_off_at_end_of_shift. -} log:explains { - :alice8431 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8432 :does :log_off_at_end_of_shift. -} log:explains { - :alice8432 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8433 :does :log_off_at_end_of_shift. -} log:explains { - :alice8433 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8434 :does :log_off_at_end_of_shift. -} log:explains { - :alice8434 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8435 :does :log_off_at_end_of_shift. -} log:explains { - :alice8435 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8436 :does :log_off_at_end_of_shift. -} log:explains { - :alice8436 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8437 :does :log_off_at_end_of_shift. -} log:explains { - :alice8437 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8438 :does :log_off_at_end_of_shift. -} log:explains { - :alice8438 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8439 :does :log_off_at_end_of_shift. -} log:explains { - :alice8439 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8440 :does :log_off_at_end_of_shift. -} log:explains { - :alice8440 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8441 :does :log_off_at_end_of_shift. -} log:explains { - :alice8441 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8442 :does :log_off_at_end_of_shift. -} log:explains { - :alice8442 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8443 :does :log_off_at_end_of_shift. -} log:explains { - :alice8443 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8444 :does :log_off_at_end_of_shift. -} log:explains { - :alice8444 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8445 :does :log_off_at_end_of_shift. -} log:explains { - :alice8445 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8446 :does :log_off_at_end_of_shift. -} log:explains { - :alice8446 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8447 :does :log_off_at_end_of_shift. -} log:explains { - :alice8447 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8448 :does :log_off_at_end_of_shift. -} log:explains { - :alice8448 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8449 :does :log_off_at_end_of_shift. -} log:explains { - :alice8449 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8450 :does :log_off_at_end_of_shift. -} log:explains { - :alice8450 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8451 :does :log_off_at_end_of_shift. -} log:explains { - :alice8451 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8452 :does :log_off_at_end_of_shift. -} log:explains { - :alice8452 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8453 :does :log_off_at_end_of_shift. -} log:explains { - :alice8453 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8454 :does :log_off_at_end_of_shift. -} log:explains { - :alice8454 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8455 :does :log_off_at_end_of_shift. -} log:explains { - :alice8455 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8456 :does :log_off_at_end_of_shift. -} log:explains { - :alice8456 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8457 :does :log_off_at_end_of_shift. -} log:explains { - :alice8457 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8458 :does :log_off_at_end_of_shift. -} log:explains { - :alice8458 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8459 :does :log_off_at_end_of_shift. -} log:explains { - :alice8459 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8460 :does :log_off_at_end_of_shift. -} log:explains { - :alice8460 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8461 :does :log_off_at_end_of_shift. -} log:explains { - :alice8461 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8462 :does :log_off_at_end_of_shift. -} log:explains { - :alice8462 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8463 :does :log_off_at_end_of_shift. -} log:explains { - :alice8463 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8464 :does :log_off_at_end_of_shift. -} log:explains { - :alice8464 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8465 :does :log_off_at_end_of_shift. -} log:explains { - :alice8465 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8466 :does :log_off_at_end_of_shift. -} log:explains { - :alice8466 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8467 :does :log_off_at_end_of_shift. -} log:explains { - :alice8467 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8468 :does :log_off_at_end_of_shift. -} log:explains { - :alice8468 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8469 :does :log_off_at_end_of_shift. -} log:explains { - :alice8469 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8470 :does :log_off_at_end_of_shift. -} log:explains { - :alice8470 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8471 :does :log_off_at_end_of_shift. -} log:explains { - :alice8471 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8472 :does :log_off_at_end_of_shift. -} log:explains { - :alice8472 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8473 :does :log_off_at_end_of_shift. -} log:explains { - :alice8473 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8474 :does :log_off_at_end_of_shift. -} log:explains { - :alice8474 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8475 :does :log_off_at_end_of_shift. -} log:explains { - :alice8475 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8476 :does :log_off_at_end_of_shift. -} log:explains { - :alice8476 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8477 :does :log_off_at_end_of_shift. -} log:explains { - :alice8477 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8478 :does :log_off_at_end_of_shift. -} log:explains { - :alice8478 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8479 :does :log_off_at_end_of_shift. -} log:explains { - :alice8479 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8480 :does :log_off_at_end_of_shift. -} log:explains { - :alice8480 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8481 :does :log_off_at_end_of_shift. -} log:explains { - :alice8481 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8482 :does :log_off_at_end_of_shift. -} log:explains { - :alice8482 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8483 :does :log_off_at_end_of_shift. -} log:explains { - :alice8483 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8484 :does :log_off_at_end_of_shift. -} log:explains { - :alice8484 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8485 :does :log_off_at_end_of_shift. -} log:explains { - :alice8485 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8486 :does :log_off_at_end_of_shift. -} log:explains { - :alice8486 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8487 :does :log_off_at_end_of_shift. -} log:explains { - :alice8487 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8488 :does :log_off_at_end_of_shift. -} log:explains { - :alice8488 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8489 :does :log_off_at_end_of_shift. -} log:explains { - :alice8489 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8490 :does :log_off_at_end_of_shift. -} log:explains { - :alice8490 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8491 :does :log_off_at_end_of_shift. -} log:explains { - :alice8491 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8492 :does :log_off_at_end_of_shift. -} log:explains { - :alice8492 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8493 :does :log_off_at_end_of_shift. -} log:explains { - :alice8493 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8494 :does :log_off_at_end_of_shift. -} log:explains { - :alice8494 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8495 :does :log_off_at_end_of_shift. -} log:explains { - :alice8495 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8496 :does :log_off_at_end_of_shift. -} log:explains { - :alice8496 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8497 :does :log_off_at_end_of_shift. -} log:explains { - :alice8497 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8498 :does :log_off_at_end_of_shift. -} log:explains { - :alice8498 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8499 :does :log_off_at_end_of_shift. -} log:explains { - :alice8499 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8500 :does :log_off_at_end_of_shift. -} log:explains { - :alice8500 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8501 :does :log_off_at_end_of_shift. -} log:explains { - :alice8501 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8502 :does :log_off_at_end_of_shift. -} log:explains { - :alice8502 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8503 :does :log_off_at_end_of_shift. -} log:explains { - :alice8503 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8504 :does :log_off_at_end_of_shift. -} log:explains { - :alice8504 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8505 :does :log_off_at_end_of_shift. -} log:explains { - :alice8505 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8506 :does :log_off_at_end_of_shift. -} log:explains { - :alice8506 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8507 :does :log_off_at_end_of_shift. -} log:explains { - :alice8507 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8508 :does :log_off_at_end_of_shift. -} log:explains { - :alice8508 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8509 :does :log_off_at_end_of_shift. -} log:explains { - :alice8509 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8510 :does :log_off_at_end_of_shift. -} log:explains { - :alice8510 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8511 :does :log_off_at_end_of_shift. -} log:explains { - :alice8511 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8512 :does :log_off_at_end_of_shift. -} log:explains { - :alice8512 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8513 :does :log_off_at_end_of_shift. -} log:explains { - :alice8513 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8514 :does :log_off_at_end_of_shift. -} log:explains { - :alice8514 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8515 :does :log_off_at_end_of_shift. -} log:explains { - :alice8515 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8516 :does :log_off_at_end_of_shift. -} log:explains { - :alice8516 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8517 :does :log_off_at_end_of_shift. -} log:explains { - :alice8517 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8518 :does :log_off_at_end_of_shift. -} log:explains { - :alice8518 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8519 :does :log_off_at_end_of_shift. -} log:explains { - :alice8519 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8520 :does :log_off_at_end_of_shift. -} log:explains { - :alice8520 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8521 :does :log_off_at_end_of_shift. -} log:explains { - :alice8521 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8522 :does :log_off_at_end_of_shift. -} log:explains { - :alice8522 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8523 :does :log_off_at_end_of_shift. -} log:explains { - :alice8523 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8524 :does :log_off_at_end_of_shift. -} log:explains { - :alice8524 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8525 :does :log_off_at_end_of_shift. -} log:explains { - :alice8525 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8526 :does :log_off_at_end_of_shift. -} log:explains { - :alice8526 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8527 :does :log_off_at_end_of_shift. -} log:explains { - :alice8527 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8528 :does :log_off_at_end_of_shift. -} log:explains { - :alice8528 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8529 :does :log_off_at_end_of_shift. -} log:explains { - :alice8529 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8530 :does :log_off_at_end_of_shift. -} log:explains { - :alice8530 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8531 :does :log_off_at_end_of_shift. -} log:explains { - :alice8531 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8532 :does :log_off_at_end_of_shift. -} log:explains { - :alice8532 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8533 :does :log_off_at_end_of_shift. -} log:explains { - :alice8533 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8534 :does :log_off_at_end_of_shift. -} log:explains { - :alice8534 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8535 :does :log_off_at_end_of_shift. -} log:explains { - :alice8535 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8536 :does :log_off_at_end_of_shift. -} log:explains { - :alice8536 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8537 :does :log_off_at_end_of_shift. -} log:explains { - :alice8537 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8538 :does :log_off_at_end_of_shift. -} log:explains { - :alice8538 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8539 :does :log_off_at_end_of_shift. -} log:explains { - :alice8539 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8540 :does :log_off_at_end_of_shift. -} log:explains { - :alice8540 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8541 :does :log_off_at_end_of_shift. -} log:explains { - :alice8541 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8542 :does :log_off_at_end_of_shift. -} log:explains { - :alice8542 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8543 :does :log_off_at_end_of_shift. -} log:explains { - :alice8543 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8544 :does :log_off_at_end_of_shift. -} log:explains { - :alice8544 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8545 :does :log_off_at_end_of_shift. -} log:explains { - :alice8545 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8546 :does :log_off_at_end_of_shift. -} log:explains { - :alice8546 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8547 :does :log_off_at_end_of_shift. -} log:explains { - :alice8547 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8548 :does :log_off_at_end_of_shift. -} log:explains { - :alice8548 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8549 :does :log_off_at_end_of_shift. -} log:explains { - :alice8549 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8550 :does :log_off_at_end_of_shift. -} log:explains { - :alice8550 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8551 :does :log_off_at_end_of_shift. -} log:explains { - :alice8551 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8552 :does :log_off_at_end_of_shift. -} log:explains { - :alice8552 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8553 :does :log_off_at_end_of_shift. -} log:explains { - :alice8553 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8554 :does :log_off_at_end_of_shift. -} log:explains { - :alice8554 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8555 :does :log_off_at_end_of_shift. -} log:explains { - :alice8555 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8556 :does :log_off_at_end_of_shift. -} log:explains { - :alice8556 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8557 :does :log_off_at_end_of_shift. -} log:explains { - :alice8557 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8558 :does :log_off_at_end_of_shift. -} log:explains { - :alice8558 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8559 :does :log_off_at_end_of_shift. -} log:explains { - :alice8559 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8560 :does :log_off_at_end_of_shift. -} log:explains { - :alice8560 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8561 :does :log_off_at_end_of_shift. -} log:explains { - :alice8561 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8562 :does :log_off_at_end_of_shift. -} log:explains { - :alice8562 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8563 :does :log_off_at_end_of_shift. -} log:explains { - :alice8563 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8564 :does :log_off_at_end_of_shift. -} log:explains { - :alice8564 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8565 :does :log_off_at_end_of_shift. -} log:explains { - :alice8565 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8566 :does :log_off_at_end_of_shift. -} log:explains { - :alice8566 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8567 :does :log_off_at_end_of_shift. -} log:explains { - :alice8567 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8568 :does :log_off_at_end_of_shift. -} log:explains { - :alice8568 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8569 :does :log_off_at_end_of_shift. -} log:explains { - :alice8569 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8570 :does :log_off_at_end_of_shift. -} log:explains { - :alice8570 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8571 :does :log_off_at_end_of_shift. -} log:explains { - :alice8571 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8572 :does :log_off_at_end_of_shift. -} log:explains { - :alice8572 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8573 :does :log_off_at_end_of_shift. -} log:explains { - :alice8573 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8574 :does :log_off_at_end_of_shift. -} log:explains { - :alice8574 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8575 :does :log_off_at_end_of_shift. -} log:explains { - :alice8575 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8576 :does :log_off_at_end_of_shift. -} log:explains { - :alice8576 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8577 :does :log_off_at_end_of_shift. -} log:explains { - :alice8577 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8578 :does :log_off_at_end_of_shift. -} log:explains { - :alice8578 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8579 :does :log_off_at_end_of_shift. -} log:explains { - :alice8579 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8580 :does :log_off_at_end_of_shift. -} log:explains { - :alice8580 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8581 :does :log_off_at_end_of_shift. -} log:explains { - :alice8581 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8582 :does :log_off_at_end_of_shift. -} log:explains { - :alice8582 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8583 :does :log_off_at_end_of_shift. -} log:explains { - :alice8583 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8584 :does :log_off_at_end_of_shift. -} log:explains { - :alice8584 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8585 :does :log_off_at_end_of_shift. -} log:explains { - :alice8585 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8586 :does :log_off_at_end_of_shift. -} log:explains { - :alice8586 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8587 :does :log_off_at_end_of_shift. -} log:explains { - :alice8587 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8588 :does :log_off_at_end_of_shift. -} log:explains { - :alice8588 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8589 :does :log_off_at_end_of_shift. -} log:explains { - :alice8589 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8590 :does :log_off_at_end_of_shift. -} log:explains { - :alice8590 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8591 :does :log_off_at_end_of_shift. -} log:explains { - :alice8591 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8592 :does :log_off_at_end_of_shift. -} log:explains { - :alice8592 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8593 :does :log_off_at_end_of_shift. -} log:explains { - :alice8593 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8594 :does :log_off_at_end_of_shift. -} log:explains { - :alice8594 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8595 :does :log_off_at_end_of_shift. -} log:explains { - :alice8595 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8596 :does :log_off_at_end_of_shift. -} log:explains { - :alice8596 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8597 :does :log_off_at_end_of_shift. -} log:explains { - :alice8597 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8598 :does :log_off_at_end_of_shift. -} log:explains { - :alice8598 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8599 :does :log_off_at_end_of_shift. -} log:explains { - :alice8599 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8600 :does :log_off_at_end_of_shift. -} log:explains { - :alice8600 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8601 :does :log_off_at_end_of_shift. -} log:explains { - :alice8601 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8602 :does :log_off_at_end_of_shift. -} log:explains { - :alice8602 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8603 :does :log_off_at_end_of_shift. -} log:explains { - :alice8603 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8604 :does :log_off_at_end_of_shift. -} log:explains { - :alice8604 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8605 :does :log_off_at_end_of_shift. -} log:explains { - :alice8605 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8606 :does :log_off_at_end_of_shift. -} log:explains { - :alice8606 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8607 :does :log_off_at_end_of_shift. -} log:explains { - :alice8607 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8608 :does :log_off_at_end_of_shift. -} log:explains { - :alice8608 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8609 :does :log_off_at_end_of_shift. -} log:explains { - :alice8609 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8610 :does :log_off_at_end_of_shift. -} log:explains { - :alice8610 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8611 :does :log_off_at_end_of_shift. -} log:explains { - :alice8611 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8612 :does :log_off_at_end_of_shift. -} log:explains { - :alice8612 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8613 :does :log_off_at_end_of_shift. -} log:explains { - :alice8613 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8614 :does :log_off_at_end_of_shift. -} log:explains { - :alice8614 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8615 :does :log_off_at_end_of_shift. -} log:explains { - :alice8615 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8616 :does :log_off_at_end_of_shift. -} log:explains { - :alice8616 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8617 :does :log_off_at_end_of_shift. -} log:explains { - :alice8617 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8618 :does :log_off_at_end_of_shift. -} log:explains { - :alice8618 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8619 :does :log_off_at_end_of_shift. -} log:explains { - :alice8619 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8620 :does :log_off_at_end_of_shift. -} log:explains { - :alice8620 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8621 :does :log_off_at_end_of_shift. -} log:explains { - :alice8621 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8622 :does :log_off_at_end_of_shift. -} log:explains { - :alice8622 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8623 :does :log_off_at_end_of_shift. -} log:explains { - :alice8623 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8624 :does :log_off_at_end_of_shift. -} log:explains { - :alice8624 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8625 :does :log_off_at_end_of_shift. -} log:explains { - :alice8625 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8626 :does :log_off_at_end_of_shift. -} log:explains { - :alice8626 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8627 :does :log_off_at_end_of_shift. -} log:explains { - :alice8627 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8628 :does :log_off_at_end_of_shift. -} log:explains { - :alice8628 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8629 :does :log_off_at_end_of_shift. -} log:explains { - :alice8629 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8630 :does :log_off_at_end_of_shift. -} log:explains { - :alice8630 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8631 :does :log_off_at_end_of_shift. -} log:explains { - :alice8631 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8632 :does :log_off_at_end_of_shift. -} log:explains { - :alice8632 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8633 :does :log_off_at_end_of_shift. -} log:explains { - :alice8633 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8634 :does :log_off_at_end_of_shift. -} log:explains { - :alice8634 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8635 :does :log_off_at_end_of_shift. -} log:explains { - :alice8635 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8636 :does :log_off_at_end_of_shift. -} log:explains { - :alice8636 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8637 :does :log_off_at_end_of_shift. -} log:explains { - :alice8637 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8638 :does :log_off_at_end_of_shift. -} log:explains { - :alice8638 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8639 :does :log_off_at_end_of_shift. -} log:explains { - :alice8639 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8640 :does :log_off_at_end_of_shift. -} log:explains { - :alice8640 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8641 :does :log_off_at_end_of_shift. -} log:explains { - :alice8641 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8642 :does :log_off_at_end_of_shift. -} log:explains { - :alice8642 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8643 :does :log_off_at_end_of_shift. -} log:explains { - :alice8643 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8644 :does :log_off_at_end_of_shift. -} log:explains { - :alice8644 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8645 :does :log_off_at_end_of_shift. -} log:explains { - :alice8645 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8646 :does :log_off_at_end_of_shift. -} log:explains { - :alice8646 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8647 :does :log_off_at_end_of_shift. -} log:explains { - :alice8647 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8648 :does :log_off_at_end_of_shift. -} log:explains { - :alice8648 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8649 :does :log_off_at_end_of_shift. -} log:explains { - :alice8649 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8650 :does :log_off_at_end_of_shift. -} log:explains { - :alice8650 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8651 :does :log_off_at_end_of_shift. -} log:explains { - :alice8651 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8652 :does :log_off_at_end_of_shift. -} log:explains { - :alice8652 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8653 :does :log_off_at_end_of_shift. -} log:explains { - :alice8653 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8654 :does :log_off_at_end_of_shift. -} log:explains { - :alice8654 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8655 :does :log_off_at_end_of_shift. -} log:explains { - :alice8655 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8656 :does :log_off_at_end_of_shift. -} log:explains { - :alice8656 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8657 :does :log_off_at_end_of_shift. -} log:explains { - :alice8657 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8658 :does :log_off_at_end_of_shift. -} log:explains { - :alice8658 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8659 :does :log_off_at_end_of_shift. -} log:explains { - :alice8659 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8660 :does :log_off_at_end_of_shift. -} log:explains { - :alice8660 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8661 :does :log_off_at_end_of_shift. -} log:explains { - :alice8661 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8662 :does :log_off_at_end_of_shift. -} log:explains { - :alice8662 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8663 :does :log_off_at_end_of_shift. -} log:explains { - :alice8663 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8664 :does :log_off_at_end_of_shift. -} log:explains { - :alice8664 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8665 :does :log_off_at_end_of_shift. -} log:explains { - :alice8665 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8666 :does :log_off_at_end_of_shift. -} log:explains { - :alice8666 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8667 :does :log_off_at_end_of_shift. -} log:explains { - :alice8667 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8668 :does :log_off_at_end_of_shift. -} log:explains { - :alice8668 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8669 :does :log_off_at_end_of_shift. -} log:explains { - :alice8669 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8670 :does :log_off_at_end_of_shift. -} log:explains { - :alice8670 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8671 :does :log_off_at_end_of_shift. -} log:explains { - :alice8671 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8672 :does :log_off_at_end_of_shift. -} log:explains { - :alice8672 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8673 :does :log_off_at_end_of_shift. -} log:explains { - :alice8673 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8674 :does :log_off_at_end_of_shift. -} log:explains { - :alice8674 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8675 :does :log_off_at_end_of_shift. -} log:explains { - :alice8675 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8676 :does :log_off_at_end_of_shift. -} log:explains { - :alice8676 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8677 :does :log_off_at_end_of_shift. -} log:explains { - :alice8677 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8678 :does :log_off_at_end_of_shift. -} log:explains { - :alice8678 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8679 :does :log_off_at_end_of_shift. -} log:explains { - :alice8679 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8680 :does :log_off_at_end_of_shift. -} log:explains { - :alice8680 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8681 :does :log_off_at_end_of_shift. -} log:explains { - :alice8681 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8682 :does :log_off_at_end_of_shift. -} log:explains { - :alice8682 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8683 :does :log_off_at_end_of_shift. -} log:explains { - :alice8683 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8684 :does :log_off_at_end_of_shift. -} log:explains { - :alice8684 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8685 :does :log_off_at_end_of_shift. -} log:explains { - :alice8685 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8686 :does :log_off_at_end_of_shift. -} log:explains { - :alice8686 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8687 :does :log_off_at_end_of_shift. -} log:explains { - :alice8687 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8688 :does :log_off_at_end_of_shift. -} log:explains { - :alice8688 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8689 :does :log_off_at_end_of_shift. -} log:explains { - :alice8689 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8690 :does :log_off_at_end_of_shift. -} log:explains { - :alice8690 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8691 :does :log_off_at_end_of_shift. -} log:explains { - :alice8691 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8692 :does :log_off_at_end_of_shift. -} log:explains { - :alice8692 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8693 :does :log_off_at_end_of_shift. -} log:explains { - :alice8693 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8694 :does :log_off_at_end_of_shift. -} log:explains { - :alice8694 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8695 :does :log_off_at_end_of_shift. -} log:explains { - :alice8695 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8696 :does :log_off_at_end_of_shift. -} log:explains { - :alice8696 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8697 :does :log_off_at_end_of_shift. -} log:explains { - :alice8697 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8698 :does :log_off_at_end_of_shift. -} log:explains { - :alice8698 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8699 :does :log_off_at_end_of_shift. -} log:explains { - :alice8699 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8700 :does :log_off_at_end_of_shift. -} log:explains { - :alice8700 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8701 :does :log_off_at_end_of_shift. -} log:explains { - :alice8701 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8702 :does :log_off_at_end_of_shift. -} log:explains { - :alice8702 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8703 :does :log_off_at_end_of_shift. -} log:explains { - :alice8703 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8704 :does :log_off_at_end_of_shift. -} log:explains { - :alice8704 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8705 :does :log_off_at_end_of_shift. -} log:explains { - :alice8705 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8706 :does :log_off_at_end_of_shift. -} log:explains { - :alice8706 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8707 :does :log_off_at_end_of_shift. -} log:explains { - :alice8707 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8708 :does :log_off_at_end_of_shift. -} log:explains { - :alice8708 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8709 :does :log_off_at_end_of_shift. -} log:explains { - :alice8709 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8710 :does :log_off_at_end_of_shift. -} log:explains { - :alice8710 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8711 :does :log_off_at_end_of_shift. -} log:explains { - :alice8711 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8712 :does :log_off_at_end_of_shift. -} log:explains { - :alice8712 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8713 :does :log_off_at_end_of_shift. -} log:explains { - :alice8713 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8714 :does :log_off_at_end_of_shift. -} log:explains { - :alice8714 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8715 :does :log_off_at_end_of_shift. -} log:explains { - :alice8715 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8716 :does :log_off_at_end_of_shift. -} log:explains { - :alice8716 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8717 :does :log_off_at_end_of_shift. -} log:explains { - :alice8717 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8718 :does :log_off_at_end_of_shift. -} log:explains { - :alice8718 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8719 :does :log_off_at_end_of_shift. -} log:explains { - :alice8719 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8720 :does :log_off_at_end_of_shift. -} log:explains { - :alice8720 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8721 :does :log_off_at_end_of_shift. -} log:explains { - :alice8721 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8722 :does :log_off_at_end_of_shift. -} log:explains { - :alice8722 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8723 :does :log_off_at_end_of_shift. -} log:explains { - :alice8723 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8724 :does :log_off_at_end_of_shift. -} log:explains { - :alice8724 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8725 :does :log_off_at_end_of_shift. -} log:explains { - :alice8725 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8726 :does :log_off_at_end_of_shift. -} log:explains { - :alice8726 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8727 :does :log_off_at_end_of_shift. -} log:explains { - :alice8727 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8728 :does :log_off_at_end_of_shift. -} log:explains { - :alice8728 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8729 :does :log_off_at_end_of_shift. -} log:explains { - :alice8729 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8730 :does :log_off_at_end_of_shift. -} log:explains { - :alice8730 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8731 :does :log_off_at_end_of_shift. -} log:explains { - :alice8731 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8732 :does :log_off_at_end_of_shift. -} log:explains { - :alice8732 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8733 :does :log_off_at_end_of_shift. -} log:explains { - :alice8733 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8734 :does :log_off_at_end_of_shift. -} log:explains { - :alice8734 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8735 :does :log_off_at_end_of_shift. -} log:explains { - :alice8735 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8736 :does :log_off_at_end_of_shift. -} log:explains { - :alice8736 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8737 :does :log_off_at_end_of_shift. -} log:explains { - :alice8737 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8738 :does :log_off_at_end_of_shift. -} log:explains { - :alice8738 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8739 :does :log_off_at_end_of_shift. -} log:explains { - :alice8739 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8740 :does :log_off_at_end_of_shift. -} log:explains { - :alice8740 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8741 :does :log_off_at_end_of_shift. -} log:explains { - :alice8741 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8742 :does :log_off_at_end_of_shift. -} log:explains { - :alice8742 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8743 :does :log_off_at_end_of_shift. -} log:explains { - :alice8743 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8744 :does :log_off_at_end_of_shift. -} log:explains { - :alice8744 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8745 :does :log_off_at_end_of_shift. -} log:explains { - :alice8745 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8746 :does :log_off_at_end_of_shift. -} log:explains { - :alice8746 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8747 :does :log_off_at_end_of_shift. -} log:explains { - :alice8747 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8748 :does :log_off_at_end_of_shift. -} log:explains { - :alice8748 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8749 :does :log_off_at_end_of_shift. -} log:explains { - :alice8749 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8750 :does :log_off_at_end_of_shift. -} log:explains { - :alice8750 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8751 :does :log_off_at_end_of_shift. -} log:explains { - :alice8751 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8752 :does :log_off_at_end_of_shift. -} log:explains { - :alice8752 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8753 :does :log_off_at_end_of_shift. -} log:explains { - :alice8753 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8754 :does :log_off_at_end_of_shift. -} log:explains { - :alice8754 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8755 :does :log_off_at_end_of_shift. -} log:explains { - :alice8755 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8756 :does :log_off_at_end_of_shift. -} log:explains { - :alice8756 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8757 :does :log_off_at_end_of_shift. -} log:explains { - :alice8757 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8758 :does :log_off_at_end_of_shift. -} log:explains { - :alice8758 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8759 :does :log_off_at_end_of_shift. -} log:explains { - :alice8759 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8760 :does :log_off_at_end_of_shift. -} log:explains { - :alice8760 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8761 :does :log_off_at_end_of_shift. -} log:explains { - :alice8761 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8762 :does :log_off_at_end_of_shift. -} log:explains { - :alice8762 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8763 :does :log_off_at_end_of_shift. -} log:explains { - :alice8763 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8764 :does :log_off_at_end_of_shift. -} log:explains { - :alice8764 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8765 :does :log_off_at_end_of_shift. -} log:explains { - :alice8765 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8766 :does :log_off_at_end_of_shift. -} log:explains { - :alice8766 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8767 :does :log_off_at_end_of_shift. -} log:explains { - :alice8767 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8768 :does :log_off_at_end_of_shift. -} log:explains { - :alice8768 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8769 :does :log_off_at_end_of_shift. -} log:explains { - :alice8769 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8770 :does :log_off_at_end_of_shift. -} log:explains { - :alice8770 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8771 :does :log_off_at_end_of_shift. -} log:explains { - :alice8771 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8772 :does :log_off_at_end_of_shift. -} log:explains { - :alice8772 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8773 :does :log_off_at_end_of_shift. -} log:explains { - :alice8773 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8774 :does :log_off_at_end_of_shift. -} log:explains { - :alice8774 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8775 :does :log_off_at_end_of_shift. -} log:explains { - :alice8775 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8776 :does :log_off_at_end_of_shift. -} log:explains { - :alice8776 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8777 :does :log_off_at_end_of_shift. -} log:explains { - :alice8777 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8778 :does :log_off_at_end_of_shift. -} log:explains { - :alice8778 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8779 :does :log_off_at_end_of_shift. -} log:explains { - :alice8779 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8780 :does :log_off_at_end_of_shift. -} log:explains { - :alice8780 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8781 :does :log_off_at_end_of_shift. -} log:explains { - :alice8781 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8782 :does :log_off_at_end_of_shift. -} log:explains { - :alice8782 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8783 :does :log_off_at_end_of_shift. -} log:explains { - :alice8783 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8784 :does :log_off_at_end_of_shift. -} log:explains { - :alice8784 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8785 :does :log_off_at_end_of_shift. -} log:explains { - :alice8785 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8786 :does :log_off_at_end_of_shift. -} log:explains { - :alice8786 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8787 :does :log_off_at_end_of_shift. -} log:explains { - :alice8787 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8788 :does :log_off_at_end_of_shift. -} log:explains { - :alice8788 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8789 :does :log_off_at_end_of_shift. -} log:explains { - :alice8789 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8790 :does :log_off_at_end_of_shift. -} log:explains { - :alice8790 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8791 :does :log_off_at_end_of_shift. -} log:explains { - :alice8791 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8792 :does :log_off_at_end_of_shift. -} log:explains { - :alice8792 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8793 :does :log_off_at_end_of_shift. -} log:explains { - :alice8793 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8794 :does :log_off_at_end_of_shift. -} log:explains { - :alice8794 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8795 :does :log_off_at_end_of_shift. -} log:explains { - :alice8795 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8796 :does :log_off_at_end_of_shift. -} log:explains { - :alice8796 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8797 :does :log_off_at_end_of_shift. -} log:explains { - :alice8797 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8798 :does :log_off_at_end_of_shift. -} log:explains { - :alice8798 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8799 :does :log_off_at_end_of_shift. -} log:explains { - :alice8799 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8800 :does :log_off_at_end_of_shift. -} log:explains { - :alice8800 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8801 :does :log_off_at_end_of_shift. -} log:explains { - :alice8801 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8802 :does :log_off_at_end_of_shift. -} log:explains { - :alice8802 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8803 :does :log_off_at_end_of_shift. -} log:explains { - :alice8803 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8804 :does :log_off_at_end_of_shift. -} log:explains { - :alice8804 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8805 :does :log_off_at_end_of_shift. -} log:explains { - :alice8805 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8806 :does :log_off_at_end_of_shift. -} log:explains { - :alice8806 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8807 :does :log_off_at_end_of_shift. -} log:explains { - :alice8807 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8808 :does :log_off_at_end_of_shift. -} log:explains { - :alice8808 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8809 :does :log_off_at_end_of_shift. -} log:explains { - :alice8809 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8810 :does :log_off_at_end_of_shift. -} log:explains { - :alice8810 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8811 :does :log_off_at_end_of_shift. -} log:explains { - :alice8811 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8812 :does :log_off_at_end_of_shift. -} log:explains { - :alice8812 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8813 :does :log_off_at_end_of_shift. -} log:explains { - :alice8813 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8814 :does :log_off_at_end_of_shift. -} log:explains { - :alice8814 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8815 :does :log_off_at_end_of_shift. -} log:explains { - :alice8815 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8816 :does :log_off_at_end_of_shift. -} log:explains { - :alice8816 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8817 :does :log_off_at_end_of_shift. -} log:explains { - :alice8817 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8818 :does :log_off_at_end_of_shift. -} log:explains { - :alice8818 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8819 :does :log_off_at_end_of_shift. -} log:explains { - :alice8819 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8820 :does :log_off_at_end_of_shift. -} log:explains { - :alice8820 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8821 :does :log_off_at_end_of_shift. -} log:explains { - :alice8821 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8822 :does :log_off_at_end_of_shift. -} log:explains { - :alice8822 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8823 :does :log_off_at_end_of_shift. -} log:explains { - :alice8823 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8824 :does :log_off_at_end_of_shift. -} log:explains { - :alice8824 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8825 :does :log_off_at_end_of_shift. -} log:explains { - :alice8825 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8826 :does :log_off_at_end_of_shift. -} log:explains { - :alice8826 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8827 :does :log_off_at_end_of_shift. -} log:explains { - :alice8827 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8828 :does :log_off_at_end_of_shift. -} log:explains { - :alice8828 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8829 :does :log_off_at_end_of_shift. -} log:explains { - :alice8829 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8830 :does :log_off_at_end_of_shift. -} log:explains { - :alice8830 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8831 :does :log_off_at_end_of_shift. -} log:explains { - :alice8831 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8832 :does :log_off_at_end_of_shift. -} log:explains { - :alice8832 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8833 :does :log_off_at_end_of_shift. -} log:explains { - :alice8833 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8834 :does :log_off_at_end_of_shift. -} log:explains { - :alice8834 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8835 :does :log_off_at_end_of_shift. -} log:explains { - :alice8835 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8836 :does :log_off_at_end_of_shift. -} log:explains { - :alice8836 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8837 :does :log_off_at_end_of_shift. -} log:explains { - :alice8837 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8838 :does :log_off_at_end_of_shift. -} log:explains { - :alice8838 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8839 :does :log_off_at_end_of_shift. -} log:explains { - :alice8839 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8840 :does :log_off_at_end_of_shift. -} log:explains { - :alice8840 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8841 :does :log_off_at_end_of_shift. -} log:explains { - :alice8841 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8842 :does :log_off_at_end_of_shift. -} log:explains { - :alice8842 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8843 :does :log_off_at_end_of_shift. -} log:explains { - :alice8843 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8844 :does :log_off_at_end_of_shift. -} log:explains { - :alice8844 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8845 :does :log_off_at_end_of_shift. -} log:explains { - :alice8845 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8846 :does :log_off_at_end_of_shift. -} log:explains { - :alice8846 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8847 :does :log_off_at_end_of_shift. -} log:explains { - :alice8847 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8848 :does :log_off_at_end_of_shift. -} log:explains { - :alice8848 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8849 :does :log_off_at_end_of_shift. -} log:explains { - :alice8849 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8850 :does :log_off_at_end_of_shift. -} log:explains { - :alice8850 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8851 :does :log_off_at_end_of_shift. -} log:explains { - :alice8851 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8852 :does :log_off_at_end_of_shift. -} log:explains { - :alice8852 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8853 :does :log_off_at_end_of_shift. -} log:explains { - :alice8853 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8854 :does :log_off_at_end_of_shift. -} log:explains { - :alice8854 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8855 :does :log_off_at_end_of_shift. -} log:explains { - :alice8855 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8856 :does :log_off_at_end_of_shift. -} log:explains { - :alice8856 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8857 :does :log_off_at_end_of_shift. -} log:explains { - :alice8857 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8858 :does :log_off_at_end_of_shift. -} log:explains { - :alice8858 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8859 :does :log_off_at_end_of_shift. -} log:explains { - :alice8859 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8860 :does :log_off_at_end_of_shift. -} log:explains { - :alice8860 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8861 :does :log_off_at_end_of_shift. -} log:explains { - :alice8861 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8862 :does :log_off_at_end_of_shift. -} log:explains { - :alice8862 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8863 :does :log_off_at_end_of_shift. -} log:explains { - :alice8863 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8864 :does :log_off_at_end_of_shift. -} log:explains { - :alice8864 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8865 :does :log_off_at_end_of_shift. -} log:explains { - :alice8865 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8866 :does :log_off_at_end_of_shift. -} log:explains { - :alice8866 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8867 :does :log_off_at_end_of_shift. -} log:explains { - :alice8867 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8868 :does :log_off_at_end_of_shift. -} log:explains { - :alice8868 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8869 :does :log_off_at_end_of_shift. -} log:explains { - :alice8869 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8870 :does :log_off_at_end_of_shift. -} log:explains { - :alice8870 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8871 :does :log_off_at_end_of_shift. -} log:explains { - :alice8871 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8872 :does :log_off_at_end_of_shift. -} log:explains { - :alice8872 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8873 :does :log_off_at_end_of_shift. -} log:explains { - :alice8873 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8874 :does :log_off_at_end_of_shift. -} log:explains { - :alice8874 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8875 :does :log_off_at_end_of_shift. -} log:explains { - :alice8875 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8876 :does :log_off_at_end_of_shift. -} log:explains { - :alice8876 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8877 :does :log_off_at_end_of_shift. -} log:explains { - :alice8877 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8878 :does :log_off_at_end_of_shift. -} log:explains { - :alice8878 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8879 :does :log_off_at_end_of_shift. -} log:explains { - :alice8879 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8880 :does :log_off_at_end_of_shift. -} log:explains { - :alice8880 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8881 :does :log_off_at_end_of_shift. -} log:explains { - :alice8881 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8882 :does :log_off_at_end_of_shift. -} log:explains { - :alice8882 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8883 :does :log_off_at_end_of_shift. -} log:explains { - :alice8883 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8884 :does :log_off_at_end_of_shift. -} log:explains { - :alice8884 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8885 :does :log_off_at_end_of_shift. -} log:explains { - :alice8885 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8886 :does :log_off_at_end_of_shift. -} log:explains { - :alice8886 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8887 :does :log_off_at_end_of_shift. -} log:explains { - :alice8887 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8888 :does :log_off_at_end_of_shift. -} log:explains { - :alice8888 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8889 :does :log_off_at_end_of_shift. -} log:explains { - :alice8889 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8890 :does :log_off_at_end_of_shift. -} log:explains { - :alice8890 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8891 :does :log_off_at_end_of_shift. -} log:explains { - :alice8891 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8892 :does :log_off_at_end_of_shift. -} log:explains { - :alice8892 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8893 :does :log_off_at_end_of_shift. -} log:explains { - :alice8893 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8894 :does :log_off_at_end_of_shift. -} log:explains { - :alice8894 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8895 :does :log_off_at_end_of_shift. -} log:explains { - :alice8895 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8896 :does :log_off_at_end_of_shift. -} log:explains { - :alice8896 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8897 :does :log_off_at_end_of_shift. -} log:explains { - :alice8897 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8898 :does :log_off_at_end_of_shift. -} log:explains { - :alice8898 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8899 :does :log_off_at_end_of_shift. -} log:explains { - :alice8899 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8900 :does :log_off_at_end_of_shift. -} log:explains { - :alice8900 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8901 :does :log_off_at_end_of_shift. -} log:explains { - :alice8901 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8902 :does :log_off_at_end_of_shift. -} log:explains { - :alice8902 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8903 :does :log_off_at_end_of_shift. -} log:explains { - :alice8903 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8904 :does :log_off_at_end_of_shift. -} log:explains { - :alice8904 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8905 :does :log_off_at_end_of_shift. -} log:explains { - :alice8905 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8906 :does :log_off_at_end_of_shift. -} log:explains { - :alice8906 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8907 :does :log_off_at_end_of_shift. -} log:explains { - :alice8907 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8908 :does :log_off_at_end_of_shift. -} log:explains { - :alice8908 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8909 :does :log_off_at_end_of_shift. -} log:explains { - :alice8909 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8910 :does :log_off_at_end_of_shift. -} log:explains { - :alice8910 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8911 :does :log_off_at_end_of_shift. -} log:explains { - :alice8911 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8912 :does :log_off_at_end_of_shift. -} log:explains { - :alice8912 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8913 :does :log_off_at_end_of_shift. -} log:explains { - :alice8913 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8914 :does :log_off_at_end_of_shift. -} log:explains { - :alice8914 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8915 :does :log_off_at_end_of_shift. -} log:explains { - :alice8915 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8916 :does :log_off_at_end_of_shift. -} log:explains { - :alice8916 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8917 :does :log_off_at_end_of_shift. -} log:explains { - :alice8917 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8918 :does :log_off_at_end_of_shift. -} log:explains { - :alice8918 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8919 :does :log_off_at_end_of_shift. -} log:explains { - :alice8919 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8920 :does :log_off_at_end_of_shift. -} log:explains { - :alice8920 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8921 :does :log_off_at_end_of_shift. -} log:explains { - :alice8921 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8922 :does :log_off_at_end_of_shift. -} log:explains { - :alice8922 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8923 :does :log_off_at_end_of_shift. -} log:explains { - :alice8923 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8924 :does :log_off_at_end_of_shift. -} log:explains { - :alice8924 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8925 :does :log_off_at_end_of_shift. -} log:explains { - :alice8925 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8926 :does :log_off_at_end_of_shift. -} log:explains { - :alice8926 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8927 :does :log_off_at_end_of_shift. -} log:explains { - :alice8927 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8928 :does :log_off_at_end_of_shift. -} log:explains { - :alice8928 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8929 :does :log_off_at_end_of_shift. -} log:explains { - :alice8929 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8930 :does :log_off_at_end_of_shift. -} log:explains { - :alice8930 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8931 :does :log_off_at_end_of_shift. -} log:explains { - :alice8931 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8932 :does :log_off_at_end_of_shift. -} log:explains { - :alice8932 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8933 :does :log_off_at_end_of_shift. -} log:explains { - :alice8933 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8934 :does :log_off_at_end_of_shift. -} log:explains { - :alice8934 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8935 :does :log_off_at_end_of_shift. -} log:explains { - :alice8935 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8936 :does :log_off_at_end_of_shift. -} log:explains { - :alice8936 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8937 :does :log_off_at_end_of_shift. -} log:explains { - :alice8937 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8938 :does :log_off_at_end_of_shift. -} log:explains { - :alice8938 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8939 :does :log_off_at_end_of_shift. -} log:explains { - :alice8939 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8940 :does :log_off_at_end_of_shift. -} log:explains { - :alice8940 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8941 :does :log_off_at_end_of_shift. -} log:explains { - :alice8941 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8942 :does :log_off_at_end_of_shift. -} log:explains { - :alice8942 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8943 :does :log_off_at_end_of_shift. -} log:explains { - :alice8943 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8944 :does :log_off_at_end_of_shift. -} log:explains { - :alice8944 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8945 :does :log_off_at_end_of_shift. -} log:explains { - :alice8945 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8946 :does :log_off_at_end_of_shift. -} log:explains { - :alice8946 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8947 :does :log_off_at_end_of_shift. -} log:explains { - :alice8947 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8948 :does :log_off_at_end_of_shift. -} log:explains { - :alice8948 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8949 :does :log_off_at_end_of_shift. -} log:explains { - :alice8949 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8950 :does :log_off_at_end_of_shift. -} log:explains { - :alice8950 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8951 :does :log_off_at_end_of_shift. -} log:explains { - :alice8951 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8952 :does :log_off_at_end_of_shift. -} log:explains { - :alice8952 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8953 :does :log_off_at_end_of_shift. -} log:explains { - :alice8953 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8954 :does :log_off_at_end_of_shift. -} log:explains { - :alice8954 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8955 :does :log_off_at_end_of_shift. -} log:explains { - :alice8955 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8956 :does :log_off_at_end_of_shift. -} log:explains { - :alice8956 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8957 :does :log_off_at_end_of_shift. -} log:explains { - :alice8957 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8958 :does :log_off_at_end_of_shift. -} log:explains { - :alice8958 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8959 :does :log_off_at_end_of_shift. -} log:explains { - :alice8959 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8960 :does :log_off_at_end_of_shift. -} log:explains { - :alice8960 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8961 :does :log_off_at_end_of_shift. -} log:explains { - :alice8961 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8962 :does :log_off_at_end_of_shift. -} log:explains { - :alice8962 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8963 :does :log_off_at_end_of_shift. -} log:explains { - :alice8963 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8964 :does :log_off_at_end_of_shift. -} log:explains { - :alice8964 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8965 :does :log_off_at_end_of_shift. -} log:explains { - :alice8965 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8966 :does :log_off_at_end_of_shift. -} log:explains { - :alice8966 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8967 :does :log_off_at_end_of_shift. -} log:explains { - :alice8967 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8968 :does :log_off_at_end_of_shift. -} log:explains { - :alice8968 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8969 :does :log_off_at_end_of_shift. -} log:explains { - :alice8969 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8970 :does :log_off_at_end_of_shift. -} log:explains { - :alice8970 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8971 :does :log_off_at_end_of_shift. -} log:explains { - :alice8971 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8972 :does :log_off_at_end_of_shift. -} log:explains { - :alice8972 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8973 :does :log_off_at_end_of_shift. -} log:explains { - :alice8973 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8974 :does :log_off_at_end_of_shift. -} log:explains { - :alice8974 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8975 :does :log_off_at_end_of_shift. -} log:explains { - :alice8975 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8976 :does :log_off_at_end_of_shift. -} log:explains { - :alice8976 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8977 :does :log_off_at_end_of_shift. -} log:explains { - :alice8977 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8978 :does :log_off_at_end_of_shift. -} log:explains { - :alice8978 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8979 :does :log_off_at_end_of_shift. -} log:explains { - :alice8979 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8980 :does :log_off_at_end_of_shift. -} log:explains { - :alice8980 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8981 :does :log_off_at_end_of_shift. -} log:explains { - :alice8981 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8982 :does :log_off_at_end_of_shift. -} log:explains { - :alice8982 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8983 :does :log_off_at_end_of_shift. -} log:explains { - :alice8983 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8984 :does :log_off_at_end_of_shift. -} log:explains { - :alice8984 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8985 :does :log_off_at_end_of_shift. -} log:explains { - :alice8985 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8986 :does :log_off_at_end_of_shift. -} log:explains { - :alice8986 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8987 :does :log_off_at_end_of_shift. -} log:explains { - :alice8987 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8988 :does :log_off_at_end_of_shift. -} log:explains { - :alice8988 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8989 :does :log_off_at_end_of_shift. -} log:explains { - :alice8989 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8990 :does :log_off_at_end_of_shift. -} log:explains { - :alice8990 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8991 :does :log_off_at_end_of_shift. -} log:explains { - :alice8991 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8992 :does :log_off_at_end_of_shift. -} log:explains { - :alice8992 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8993 :does :log_off_at_end_of_shift. -} log:explains { - :alice8993 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8994 :does :log_off_at_end_of_shift. -} log:explains { - :alice8994 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8995 :does :log_off_at_end_of_shift. -} log:explains { - :alice8995 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8996 :does :log_off_at_end_of_shift. -} log:explains { - :alice8996 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8997 :does :log_off_at_end_of_shift. -} log:explains { - :alice8997 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8998 :does :log_off_at_end_of_shift. -} log:explains { - :alice8998 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice8999 :does :log_off_at_end_of_shift. -} log:explains { - :alice8999 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9000 :does :log_off_at_end_of_shift. -} log:explains { - :alice9000 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9001 :does :log_off_at_end_of_shift. -} log:explains { - :alice9001 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9002 :does :log_off_at_end_of_shift. -} log:explains { - :alice9002 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9003 :does :log_off_at_end_of_shift. -} log:explains { - :alice9003 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9004 :does :log_off_at_end_of_shift. -} log:explains { - :alice9004 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9005 :does :log_off_at_end_of_shift. -} log:explains { - :alice9005 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9006 :does :log_off_at_end_of_shift. -} log:explains { - :alice9006 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9007 :does :log_off_at_end_of_shift. -} log:explains { - :alice9007 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9008 :does :log_off_at_end_of_shift. -} log:explains { - :alice9008 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9009 :does :log_off_at_end_of_shift. -} log:explains { - :alice9009 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9010 :does :log_off_at_end_of_shift. -} log:explains { - :alice9010 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9011 :does :log_off_at_end_of_shift. -} log:explains { - :alice9011 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9012 :does :log_off_at_end_of_shift. -} log:explains { - :alice9012 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9013 :does :log_off_at_end_of_shift. -} log:explains { - :alice9013 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9014 :does :log_off_at_end_of_shift. -} log:explains { - :alice9014 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9015 :does :log_off_at_end_of_shift. -} log:explains { - :alice9015 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9016 :does :log_off_at_end_of_shift. -} log:explains { - :alice9016 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9017 :does :log_off_at_end_of_shift. -} log:explains { - :alice9017 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9018 :does :log_off_at_end_of_shift. -} log:explains { - :alice9018 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9019 :does :log_off_at_end_of_shift. -} log:explains { - :alice9019 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9020 :does :log_off_at_end_of_shift. -} log:explains { - :alice9020 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9021 :does :log_off_at_end_of_shift. -} log:explains { - :alice9021 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9022 :does :log_off_at_end_of_shift. -} log:explains { - :alice9022 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9023 :does :log_off_at_end_of_shift. -} log:explains { - :alice9023 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9024 :does :log_off_at_end_of_shift. -} log:explains { - :alice9024 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9025 :does :log_off_at_end_of_shift. -} log:explains { - :alice9025 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9026 :does :log_off_at_end_of_shift. -} log:explains { - :alice9026 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9027 :does :log_off_at_end_of_shift. -} log:explains { - :alice9027 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9028 :does :log_off_at_end_of_shift. -} log:explains { - :alice9028 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9029 :does :log_off_at_end_of_shift. -} log:explains { - :alice9029 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9030 :does :log_off_at_end_of_shift. -} log:explains { - :alice9030 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9031 :does :log_off_at_end_of_shift. -} log:explains { - :alice9031 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9032 :does :log_off_at_end_of_shift. -} log:explains { - :alice9032 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9033 :does :log_off_at_end_of_shift. -} log:explains { - :alice9033 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9034 :does :log_off_at_end_of_shift. -} log:explains { - :alice9034 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9035 :does :log_off_at_end_of_shift. -} log:explains { - :alice9035 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9036 :does :log_off_at_end_of_shift. -} log:explains { - :alice9036 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9037 :does :log_off_at_end_of_shift. -} log:explains { - :alice9037 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9038 :does :log_off_at_end_of_shift. -} log:explains { - :alice9038 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9039 :does :log_off_at_end_of_shift. -} log:explains { - :alice9039 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9040 :does :log_off_at_end_of_shift. -} log:explains { - :alice9040 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9041 :does :log_off_at_end_of_shift. -} log:explains { - :alice9041 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9042 :does :log_off_at_end_of_shift. -} log:explains { - :alice9042 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9043 :does :log_off_at_end_of_shift. -} log:explains { - :alice9043 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9044 :does :log_off_at_end_of_shift. -} log:explains { - :alice9044 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9045 :does :log_off_at_end_of_shift. -} log:explains { - :alice9045 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9046 :does :log_off_at_end_of_shift. -} log:explains { - :alice9046 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9047 :does :log_off_at_end_of_shift. -} log:explains { - :alice9047 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9048 :does :log_off_at_end_of_shift. -} log:explains { - :alice9048 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9049 :does :log_off_at_end_of_shift. -} log:explains { - :alice9049 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9050 :does :log_off_at_end_of_shift. -} log:explains { - :alice9050 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9051 :does :log_off_at_end_of_shift. -} log:explains { - :alice9051 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9052 :does :log_off_at_end_of_shift. -} log:explains { - :alice9052 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9053 :does :log_off_at_end_of_shift. -} log:explains { - :alice9053 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9054 :does :log_off_at_end_of_shift. -} log:explains { - :alice9054 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9055 :does :log_off_at_end_of_shift. -} log:explains { - :alice9055 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9056 :does :log_off_at_end_of_shift. -} log:explains { - :alice9056 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9057 :does :log_off_at_end_of_shift. -} log:explains { - :alice9057 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9058 :does :log_off_at_end_of_shift. -} log:explains { - :alice9058 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9059 :does :log_off_at_end_of_shift. -} log:explains { - :alice9059 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9060 :does :log_off_at_end_of_shift. -} log:explains { - :alice9060 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9061 :does :log_off_at_end_of_shift. -} log:explains { - :alice9061 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9062 :does :log_off_at_end_of_shift. -} log:explains { - :alice9062 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9063 :does :log_off_at_end_of_shift. -} log:explains { - :alice9063 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9064 :does :log_off_at_end_of_shift. -} log:explains { - :alice9064 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9065 :does :log_off_at_end_of_shift. -} log:explains { - :alice9065 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9066 :does :log_off_at_end_of_shift. -} log:explains { - :alice9066 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9067 :does :log_off_at_end_of_shift. -} log:explains { - :alice9067 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9068 :does :log_off_at_end_of_shift. -} log:explains { - :alice9068 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9069 :does :log_off_at_end_of_shift. -} log:explains { - :alice9069 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9070 :does :log_off_at_end_of_shift. -} log:explains { - :alice9070 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9071 :does :log_off_at_end_of_shift. -} log:explains { - :alice9071 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9072 :does :log_off_at_end_of_shift. -} log:explains { - :alice9072 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9073 :does :log_off_at_end_of_shift. -} log:explains { - :alice9073 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9074 :does :log_off_at_end_of_shift. -} log:explains { - :alice9074 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9075 :does :log_off_at_end_of_shift. -} log:explains { - :alice9075 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9076 :does :log_off_at_end_of_shift. -} log:explains { - :alice9076 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9077 :does :log_off_at_end_of_shift. -} log:explains { - :alice9077 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9078 :does :log_off_at_end_of_shift. -} log:explains { - :alice9078 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9079 :does :log_off_at_end_of_shift. -} log:explains { - :alice9079 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9080 :does :log_off_at_end_of_shift. -} log:explains { - :alice9080 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9081 :does :log_off_at_end_of_shift. -} log:explains { - :alice9081 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9082 :does :log_off_at_end_of_shift. -} log:explains { - :alice9082 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9083 :does :log_off_at_end_of_shift. -} log:explains { - :alice9083 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9084 :does :log_off_at_end_of_shift. -} log:explains { - :alice9084 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9085 :does :log_off_at_end_of_shift. -} log:explains { - :alice9085 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9086 :does :log_off_at_end_of_shift. -} log:explains { - :alice9086 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9087 :does :log_off_at_end_of_shift. -} log:explains { - :alice9087 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9088 :does :log_off_at_end_of_shift. -} log:explains { - :alice9088 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9089 :does :log_off_at_end_of_shift. -} log:explains { - :alice9089 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9090 :does :log_off_at_end_of_shift. -} log:explains { - :alice9090 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9091 :does :log_off_at_end_of_shift. -} log:explains { - :alice9091 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9092 :does :log_off_at_end_of_shift. -} log:explains { - :alice9092 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9093 :does :log_off_at_end_of_shift. -} log:explains { - :alice9093 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9094 :does :log_off_at_end_of_shift. -} log:explains { - :alice9094 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9095 :does :log_off_at_end_of_shift. -} log:explains { - :alice9095 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9096 :does :log_off_at_end_of_shift. -} log:explains { - :alice9096 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9097 :does :log_off_at_end_of_shift. -} log:explains { - :alice9097 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9098 :does :log_off_at_end_of_shift. -} log:explains { - :alice9098 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9099 :does :log_off_at_end_of_shift. -} log:explains { - :alice9099 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9100 :does :log_off_at_end_of_shift. -} log:explains { - :alice9100 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9101 :does :log_off_at_end_of_shift. -} log:explains { - :alice9101 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9102 :does :log_off_at_end_of_shift. -} log:explains { - :alice9102 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9103 :does :log_off_at_end_of_shift. -} log:explains { - :alice9103 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9104 :does :log_off_at_end_of_shift. -} log:explains { - :alice9104 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9105 :does :log_off_at_end_of_shift. -} log:explains { - :alice9105 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9106 :does :log_off_at_end_of_shift. -} log:explains { - :alice9106 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9107 :does :log_off_at_end_of_shift. -} log:explains { - :alice9107 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9108 :does :log_off_at_end_of_shift. -} log:explains { - :alice9108 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9109 :does :log_off_at_end_of_shift. -} log:explains { - :alice9109 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9110 :does :log_off_at_end_of_shift. -} log:explains { - :alice9110 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9111 :does :log_off_at_end_of_shift. -} log:explains { - :alice9111 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9112 :does :log_off_at_end_of_shift. -} log:explains { - :alice9112 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9113 :does :log_off_at_end_of_shift. -} log:explains { - :alice9113 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9114 :does :log_off_at_end_of_shift. -} log:explains { - :alice9114 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9115 :does :log_off_at_end_of_shift. -} log:explains { - :alice9115 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9116 :does :log_off_at_end_of_shift. -} log:explains { - :alice9116 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9117 :does :log_off_at_end_of_shift. -} log:explains { - :alice9117 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9118 :does :log_off_at_end_of_shift. -} log:explains { - :alice9118 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9119 :does :log_off_at_end_of_shift. -} log:explains { - :alice9119 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9120 :does :log_off_at_end_of_shift. -} log:explains { - :alice9120 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9121 :does :log_off_at_end_of_shift. -} log:explains { - :alice9121 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9122 :does :log_off_at_end_of_shift. -} log:explains { - :alice9122 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9123 :does :log_off_at_end_of_shift. -} log:explains { - :alice9123 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9124 :does :log_off_at_end_of_shift. -} log:explains { - :alice9124 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9125 :does :log_off_at_end_of_shift. -} log:explains { - :alice9125 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9126 :does :log_off_at_end_of_shift. -} log:explains { - :alice9126 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9127 :does :log_off_at_end_of_shift. -} log:explains { - :alice9127 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9128 :does :log_off_at_end_of_shift. -} log:explains { - :alice9128 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9129 :does :log_off_at_end_of_shift. -} log:explains { - :alice9129 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9130 :does :log_off_at_end_of_shift. -} log:explains { - :alice9130 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9131 :does :log_off_at_end_of_shift. -} log:explains { - :alice9131 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9132 :does :log_off_at_end_of_shift. -} log:explains { - :alice9132 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9133 :does :log_off_at_end_of_shift. -} log:explains { - :alice9133 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9134 :does :log_off_at_end_of_shift. -} log:explains { - :alice9134 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9135 :does :log_off_at_end_of_shift. -} log:explains { - :alice9135 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9136 :does :log_off_at_end_of_shift. -} log:explains { - :alice9136 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9137 :does :log_off_at_end_of_shift. -} log:explains { - :alice9137 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9138 :does :log_off_at_end_of_shift. -} log:explains { - :alice9138 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9139 :does :log_off_at_end_of_shift. -} log:explains { - :alice9139 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9140 :does :log_off_at_end_of_shift. -} log:explains { - :alice9140 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9141 :does :log_off_at_end_of_shift. -} log:explains { - :alice9141 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9142 :does :log_off_at_end_of_shift. -} log:explains { - :alice9142 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9143 :does :log_off_at_end_of_shift. -} log:explains { - :alice9143 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9144 :does :log_off_at_end_of_shift. -} log:explains { - :alice9144 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9145 :does :log_off_at_end_of_shift. -} log:explains { - :alice9145 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9146 :does :log_off_at_end_of_shift. -} log:explains { - :alice9146 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9147 :does :log_off_at_end_of_shift. -} log:explains { - :alice9147 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9148 :does :log_off_at_end_of_shift. -} log:explains { - :alice9148 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9149 :does :log_off_at_end_of_shift. -} log:explains { - :alice9149 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9150 :does :log_off_at_end_of_shift. -} log:explains { - :alice9150 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9151 :does :log_off_at_end_of_shift. -} log:explains { - :alice9151 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9152 :does :log_off_at_end_of_shift. -} log:explains { - :alice9152 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9153 :does :log_off_at_end_of_shift. -} log:explains { - :alice9153 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9154 :does :log_off_at_end_of_shift. -} log:explains { - :alice9154 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9155 :does :log_off_at_end_of_shift. -} log:explains { - :alice9155 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9156 :does :log_off_at_end_of_shift. -} log:explains { - :alice9156 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9157 :does :log_off_at_end_of_shift. -} log:explains { - :alice9157 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9158 :does :log_off_at_end_of_shift. -} log:explains { - :alice9158 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9159 :does :log_off_at_end_of_shift. -} log:explains { - :alice9159 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9160 :does :log_off_at_end_of_shift. -} log:explains { - :alice9160 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9161 :does :log_off_at_end_of_shift. -} log:explains { - :alice9161 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9162 :does :log_off_at_end_of_shift. -} log:explains { - :alice9162 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9163 :does :log_off_at_end_of_shift. -} log:explains { - :alice9163 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9164 :does :log_off_at_end_of_shift. -} log:explains { - :alice9164 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9165 :does :log_off_at_end_of_shift. -} log:explains { - :alice9165 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9166 :does :log_off_at_end_of_shift. -} log:explains { - :alice9166 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9167 :does :log_off_at_end_of_shift. -} log:explains { - :alice9167 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9168 :does :log_off_at_end_of_shift. -} log:explains { - :alice9168 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9169 :does :log_off_at_end_of_shift. -} log:explains { - :alice9169 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9170 :does :log_off_at_end_of_shift. -} log:explains { - :alice9170 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9171 :does :log_off_at_end_of_shift. -} log:explains { - :alice9171 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9172 :does :log_off_at_end_of_shift. -} log:explains { - :alice9172 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9173 :does :log_off_at_end_of_shift. -} log:explains { - :alice9173 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9174 :does :log_off_at_end_of_shift. -} log:explains { - :alice9174 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9175 :does :log_off_at_end_of_shift. -} log:explains { - :alice9175 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9176 :does :log_off_at_end_of_shift. -} log:explains { - :alice9176 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9177 :does :log_off_at_end_of_shift. -} log:explains { - :alice9177 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9178 :does :log_off_at_end_of_shift. -} log:explains { - :alice9178 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9179 :does :log_off_at_end_of_shift. -} log:explains { - :alice9179 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9180 :does :log_off_at_end_of_shift. -} log:explains { - :alice9180 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9181 :does :log_off_at_end_of_shift. -} log:explains { - :alice9181 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9182 :does :log_off_at_end_of_shift. -} log:explains { - :alice9182 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9183 :does :log_off_at_end_of_shift. -} log:explains { - :alice9183 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9184 :does :log_off_at_end_of_shift. -} log:explains { - :alice9184 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9185 :does :log_off_at_end_of_shift. -} log:explains { - :alice9185 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9186 :does :log_off_at_end_of_shift. -} log:explains { - :alice9186 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9187 :does :log_off_at_end_of_shift. -} log:explains { - :alice9187 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9188 :does :log_off_at_end_of_shift. -} log:explains { - :alice9188 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9189 :does :log_off_at_end_of_shift. -} log:explains { - :alice9189 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9190 :does :log_off_at_end_of_shift. -} log:explains { - :alice9190 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9191 :does :log_off_at_end_of_shift. -} log:explains { - :alice9191 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9192 :does :log_off_at_end_of_shift. -} log:explains { - :alice9192 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9193 :does :log_off_at_end_of_shift. -} log:explains { - :alice9193 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9194 :does :log_off_at_end_of_shift. -} log:explains { - :alice9194 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9195 :does :log_off_at_end_of_shift. -} log:explains { - :alice9195 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9196 :does :log_off_at_end_of_shift. -} log:explains { - :alice9196 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9197 :does :log_off_at_end_of_shift. -} log:explains { - :alice9197 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9198 :does :log_off_at_end_of_shift. -} log:explains { - :alice9198 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9199 :does :log_off_at_end_of_shift. -} log:explains { - :alice9199 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9200 :does :log_off_at_end_of_shift. -} log:explains { - :alice9200 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9201 :does :log_off_at_end_of_shift. -} log:explains { - :alice9201 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9202 :does :log_off_at_end_of_shift. -} log:explains { - :alice9202 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9203 :does :log_off_at_end_of_shift. -} log:explains { - :alice9203 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9204 :does :log_off_at_end_of_shift. -} log:explains { - :alice9204 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9205 :does :log_off_at_end_of_shift. -} log:explains { - :alice9205 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9206 :does :log_off_at_end_of_shift. -} log:explains { - :alice9206 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9207 :does :log_off_at_end_of_shift. -} log:explains { - :alice9207 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9208 :does :log_off_at_end_of_shift. -} log:explains { - :alice9208 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9209 :does :log_off_at_end_of_shift. -} log:explains { - :alice9209 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9210 :does :log_off_at_end_of_shift. -} log:explains { - :alice9210 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9211 :does :log_off_at_end_of_shift. -} log:explains { - :alice9211 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9212 :does :log_off_at_end_of_shift. -} log:explains { - :alice9212 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9213 :does :log_off_at_end_of_shift. -} log:explains { - :alice9213 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9214 :does :log_off_at_end_of_shift. -} log:explains { - :alice9214 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9215 :does :log_off_at_end_of_shift. -} log:explains { - :alice9215 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9216 :does :log_off_at_end_of_shift. -} log:explains { - :alice9216 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9217 :does :log_off_at_end_of_shift. -} log:explains { - :alice9217 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9218 :does :log_off_at_end_of_shift. -} log:explains { - :alice9218 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9219 :does :log_off_at_end_of_shift. -} log:explains { - :alice9219 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9220 :does :log_off_at_end_of_shift. -} log:explains { - :alice9220 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9221 :does :log_off_at_end_of_shift. -} log:explains { - :alice9221 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9222 :does :log_off_at_end_of_shift. -} log:explains { - :alice9222 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9223 :does :log_off_at_end_of_shift. -} log:explains { - :alice9223 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9224 :does :log_off_at_end_of_shift. -} log:explains { - :alice9224 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9225 :does :log_off_at_end_of_shift. -} log:explains { - :alice9225 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9226 :does :log_off_at_end_of_shift. -} log:explains { - :alice9226 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9227 :does :log_off_at_end_of_shift. -} log:explains { - :alice9227 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9228 :does :log_off_at_end_of_shift. -} log:explains { - :alice9228 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9229 :does :log_off_at_end_of_shift. -} log:explains { - :alice9229 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9230 :does :log_off_at_end_of_shift. -} log:explains { - :alice9230 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9231 :does :log_off_at_end_of_shift. -} log:explains { - :alice9231 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9232 :does :log_off_at_end_of_shift. -} log:explains { - :alice9232 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9233 :does :log_off_at_end_of_shift. -} log:explains { - :alice9233 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9234 :does :log_off_at_end_of_shift. -} log:explains { - :alice9234 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9235 :does :log_off_at_end_of_shift. -} log:explains { - :alice9235 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9236 :does :log_off_at_end_of_shift. -} log:explains { - :alice9236 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9237 :does :log_off_at_end_of_shift. -} log:explains { - :alice9237 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9238 :does :log_off_at_end_of_shift. -} log:explains { - :alice9238 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9239 :does :log_off_at_end_of_shift. -} log:explains { - :alice9239 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9240 :does :log_off_at_end_of_shift. -} log:explains { - :alice9240 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9241 :does :log_off_at_end_of_shift. -} log:explains { - :alice9241 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9242 :does :log_off_at_end_of_shift. -} log:explains { - :alice9242 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9243 :does :log_off_at_end_of_shift. -} log:explains { - :alice9243 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9244 :does :log_off_at_end_of_shift. -} log:explains { - :alice9244 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9245 :does :log_off_at_end_of_shift. -} log:explains { - :alice9245 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9246 :does :log_off_at_end_of_shift. -} log:explains { - :alice9246 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9247 :does :log_off_at_end_of_shift. -} log:explains { - :alice9247 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9248 :does :log_off_at_end_of_shift. -} log:explains { - :alice9248 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9249 :does :log_off_at_end_of_shift. -} log:explains { - :alice9249 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9250 :does :log_off_at_end_of_shift. -} log:explains { - :alice9250 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9251 :does :log_off_at_end_of_shift. -} log:explains { - :alice9251 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9252 :does :log_off_at_end_of_shift. -} log:explains { - :alice9252 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9253 :does :log_off_at_end_of_shift. -} log:explains { - :alice9253 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9254 :does :log_off_at_end_of_shift. -} log:explains { - :alice9254 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9255 :does :log_off_at_end_of_shift. -} log:explains { - :alice9255 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9256 :does :log_off_at_end_of_shift. -} log:explains { - :alice9256 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9257 :does :log_off_at_end_of_shift. -} log:explains { - :alice9257 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9258 :does :log_off_at_end_of_shift. -} log:explains { - :alice9258 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9259 :does :log_off_at_end_of_shift. -} log:explains { - :alice9259 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9260 :does :log_off_at_end_of_shift. -} log:explains { - :alice9260 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9261 :does :log_off_at_end_of_shift. -} log:explains { - :alice9261 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9262 :does :log_off_at_end_of_shift. -} log:explains { - :alice9262 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9263 :does :log_off_at_end_of_shift. -} log:explains { - :alice9263 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9264 :does :log_off_at_end_of_shift. -} log:explains { - :alice9264 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9265 :does :log_off_at_end_of_shift. -} log:explains { - :alice9265 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9266 :does :log_off_at_end_of_shift. -} log:explains { - :alice9266 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9267 :does :log_off_at_end_of_shift. -} log:explains { - :alice9267 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9268 :does :log_off_at_end_of_shift. -} log:explains { - :alice9268 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9269 :does :log_off_at_end_of_shift. -} log:explains { - :alice9269 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9270 :does :log_off_at_end_of_shift. -} log:explains { - :alice9270 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9271 :does :log_off_at_end_of_shift. -} log:explains { - :alice9271 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9272 :does :log_off_at_end_of_shift. -} log:explains { - :alice9272 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9273 :does :log_off_at_end_of_shift. -} log:explains { - :alice9273 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9274 :does :log_off_at_end_of_shift. -} log:explains { - :alice9274 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9275 :does :log_off_at_end_of_shift. -} log:explains { - :alice9275 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9276 :does :log_off_at_end_of_shift. -} log:explains { - :alice9276 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9277 :does :log_off_at_end_of_shift. -} log:explains { - :alice9277 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9278 :does :log_off_at_end_of_shift. -} log:explains { - :alice9278 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9279 :does :log_off_at_end_of_shift. -} log:explains { - :alice9279 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9280 :does :log_off_at_end_of_shift. -} log:explains { - :alice9280 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9281 :does :log_off_at_end_of_shift. -} log:explains { - :alice9281 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9282 :does :log_off_at_end_of_shift. -} log:explains { - :alice9282 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9283 :does :log_off_at_end_of_shift. -} log:explains { - :alice9283 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9284 :does :log_off_at_end_of_shift. -} log:explains { - :alice9284 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9285 :does :log_off_at_end_of_shift. -} log:explains { - :alice9285 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9286 :does :log_off_at_end_of_shift. -} log:explains { - :alice9286 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9287 :does :log_off_at_end_of_shift. -} log:explains { - :alice9287 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9288 :does :log_off_at_end_of_shift. -} log:explains { - :alice9288 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9289 :does :log_off_at_end_of_shift. -} log:explains { - :alice9289 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9290 :does :log_off_at_end_of_shift. -} log:explains { - :alice9290 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9291 :does :log_off_at_end_of_shift. -} log:explains { - :alice9291 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9292 :does :log_off_at_end_of_shift. -} log:explains { - :alice9292 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9293 :does :log_off_at_end_of_shift. -} log:explains { - :alice9293 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9294 :does :log_off_at_end_of_shift. -} log:explains { - :alice9294 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9295 :does :log_off_at_end_of_shift. -} log:explains { - :alice9295 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9296 :does :log_off_at_end_of_shift. -} log:explains { - :alice9296 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9297 :does :log_off_at_end_of_shift. -} log:explains { - :alice9297 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9298 :does :log_off_at_end_of_shift. -} log:explains { - :alice9298 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9299 :does :log_off_at_end_of_shift. -} log:explains { - :alice9299 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9300 :does :log_off_at_end_of_shift. -} log:explains { - :alice9300 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9301 :does :log_off_at_end_of_shift. -} log:explains { - :alice9301 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9302 :does :log_off_at_end_of_shift. -} log:explains { - :alice9302 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9303 :does :log_off_at_end_of_shift. -} log:explains { - :alice9303 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9304 :does :log_off_at_end_of_shift. -} log:explains { - :alice9304 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9305 :does :log_off_at_end_of_shift. -} log:explains { - :alice9305 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9306 :does :log_off_at_end_of_shift. -} log:explains { - :alice9306 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9307 :does :log_off_at_end_of_shift. -} log:explains { - :alice9307 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9308 :does :log_off_at_end_of_shift. -} log:explains { - :alice9308 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9309 :does :log_off_at_end_of_shift. -} log:explains { - :alice9309 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9310 :does :log_off_at_end_of_shift. -} log:explains { - :alice9310 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9311 :does :log_off_at_end_of_shift. -} log:explains { - :alice9311 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9312 :does :log_off_at_end_of_shift. -} log:explains { - :alice9312 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9313 :does :log_off_at_end_of_shift. -} log:explains { - :alice9313 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9314 :does :log_off_at_end_of_shift. -} log:explains { - :alice9314 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9315 :does :log_off_at_end_of_shift. -} log:explains { - :alice9315 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9316 :does :log_off_at_end_of_shift. -} log:explains { - :alice9316 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9317 :does :log_off_at_end_of_shift. -} log:explains { - :alice9317 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9318 :does :log_off_at_end_of_shift. -} log:explains { - :alice9318 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9319 :does :log_off_at_end_of_shift. -} log:explains { - :alice9319 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9320 :does :log_off_at_end_of_shift. -} log:explains { - :alice9320 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9321 :does :log_off_at_end_of_shift. -} log:explains { - :alice9321 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9322 :does :log_off_at_end_of_shift. -} log:explains { - :alice9322 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9323 :does :log_off_at_end_of_shift. -} log:explains { - :alice9323 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9324 :does :log_off_at_end_of_shift. -} log:explains { - :alice9324 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9325 :does :log_off_at_end_of_shift. -} log:explains { - :alice9325 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9326 :does :log_off_at_end_of_shift. -} log:explains { - :alice9326 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9327 :does :log_off_at_end_of_shift. -} log:explains { - :alice9327 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9328 :does :log_off_at_end_of_shift. -} log:explains { - :alice9328 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9329 :does :log_off_at_end_of_shift. -} log:explains { - :alice9329 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9330 :does :log_off_at_end_of_shift. -} log:explains { - :alice9330 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9331 :does :log_off_at_end_of_shift. -} log:explains { - :alice9331 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9332 :does :log_off_at_end_of_shift. -} log:explains { - :alice9332 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9333 :does :log_off_at_end_of_shift. -} log:explains { - :alice9333 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9334 :does :log_off_at_end_of_shift. -} log:explains { - :alice9334 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9335 :does :log_off_at_end_of_shift. -} log:explains { - :alice9335 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9336 :does :log_off_at_end_of_shift. -} log:explains { - :alice9336 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9337 :does :log_off_at_end_of_shift. -} log:explains { - :alice9337 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9338 :does :log_off_at_end_of_shift. -} log:explains { - :alice9338 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9339 :does :log_off_at_end_of_shift. -} log:explains { - :alice9339 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9340 :does :log_off_at_end_of_shift. -} log:explains { - :alice9340 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9341 :does :log_off_at_end_of_shift. -} log:explains { - :alice9341 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9342 :does :log_off_at_end_of_shift. -} log:explains { - :alice9342 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9343 :does :log_off_at_end_of_shift. -} log:explains { - :alice9343 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9344 :does :log_off_at_end_of_shift. -} log:explains { - :alice9344 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9345 :does :log_off_at_end_of_shift. -} log:explains { - :alice9345 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9346 :does :log_off_at_end_of_shift. -} log:explains { - :alice9346 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9347 :does :log_off_at_end_of_shift. -} log:explains { - :alice9347 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9348 :does :log_off_at_end_of_shift. -} log:explains { - :alice9348 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9349 :does :log_off_at_end_of_shift. -} log:explains { - :alice9349 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9350 :does :log_off_at_end_of_shift. -} log:explains { - :alice9350 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9351 :does :log_off_at_end_of_shift. -} log:explains { - :alice9351 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9352 :does :log_off_at_end_of_shift. -} log:explains { - :alice9352 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9353 :does :log_off_at_end_of_shift. -} log:explains { - :alice9353 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9354 :does :log_off_at_end_of_shift. -} log:explains { - :alice9354 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9355 :does :log_off_at_end_of_shift. -} log:explains { - :alice9355 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9356 :does :log_off_at_end_of_shift. -} log:explains { - :alice9356 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9357 :does :log_off_at_end_of_shift. -} log:explains { - :alice9357 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9358 :does :log_off_at_end_of_shift. -} log:explains { - :alice9358 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9359 :does :log_off_at_end_of_shift. -} log:explains { - :alice9359 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9360 :does :log_off_at_end_of_shift. -} log:explains { - :alice9360 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9361 :does :log_off_at_end_of_shift. -} log:explains { - :alice9361 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9362 :does :log_off_at_end_of_shift. -} log:explains { - :alice9362 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9363 :does :log_off_at_end_of_shift. -} log:explains { - :alice9363 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9364 :does :log_off_at_end_of_shift. -} log:explains { - :alice9364 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9365 :does :log_off_at_end_of_shift. -} log:explains { - :alice9365 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9366 :does :log_off_at_end_of_shift. -} log:explains { - :alice9366 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9367 :does :log_off_at_end_of_shift. -} log:explains { - :alice9367 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9368 :does :log_off_at_end_of_shift. -} log:explains { - :alice9368 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9369 :does :log_off_at_end_of_shift. -} log:explains { - :alice9369 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9370 :does :log_off_at_end_of_shift. -} log:explains { - :alice9370 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9371 :does :log_off_at_end_of_shift. -} log:explains { - :alice9371 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9372 :does :log_off_at_end_of_shift. -} log:explains { - :alice9372 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9373 :does :log_off_at_end_of_shift. -} log:explains { - :alice9373 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9374 :does :log_off_at_end_of_shift. -} log:explains { - :alice9374 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9375 :does :log_off_at_end_of_shift. -} log:explains { - :alice9375 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9376 :does :log_off_at_end_of_shift. -} log:explains { - :alice9376 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9377 :does :log_off_at_end_of_shift. -} log:explains { - :alice9377 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9378 :does :log_off_at_end_of_shift. -} log:explains { - :alice9378 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9379 :does :log_off_at_end_of_shift. -} log:explains { - :alice9379 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9380 :does :log_off_at_end_of_shift. -} log:explains { - :alice9380 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9381 :does :log_off_at_end_of_shift. -} log:explains { - :alice9381 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9382 :does :log_off_at_end_of_shift. -} log:explains { - :alice9382 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9383 :does :log_off_at_end_of_shift. -} log:explains { - :alice9383 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9384 :does :log_off_at_end_of_shift. -} log:explains { - :alice9384 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9385 :does :log_off_at_end_of_shift. -} log:explains { - :alice9385 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9386 :does :log_off_at_end_of_shift. -} log:explains { - :alice9386 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9387 :does :log_off_at_end_of_shift. -} log:explains { - :alice9387 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9388 :does :log_off_at_end_of_shift. -} log:explains { - :alice9388 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9389 :does :log_off_at_end_of_shift. -} log:explains { - :alice9389 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9390 :does :log_off_at_end_of_shift. -} log:explains { - :alice9390 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9391 :does :log_off_at_end_of_shift. -} log:explains { - :alice9391 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9392 :does :log_off_at_end_of_shift. -} log:explains { - :alice9392 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9393 :does :log_off_at_end_of_shift. -} log:explains { - :alice9393 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9394 :does :log_off_at_end_of_shift. -} log:explains { - :alice9394 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9395 :does :log_off_at_end_of_shift. -} log:explains { - :alice9395 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9396 :does :log_off_at_end_of_shift. -} log:explains { - :alice9396 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9397 :does :log_off_at_end_of_shift. -} log:explains { - :alice9397 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9398 :does :log_off_at_end_of_shift. -} log:explains { - :alice9398 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9399 :does :log_off_at_end_of_shift. -} log:explains { - :alice9399 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9400 :does :log_off_at_end_of_shift. -} log:explains { - :alice9400 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9401 :does :log_off_at_end_of_shift. -} log:explains { - :alice9401 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9402 :does :log_off_at_end_of_shift. -} log:explains { - :alice9402 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9403 :does :log_off_at_end_of_shift. -} log:explains { - :alice9403 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9404 :does :log_off_at_end_of_shift. -} log:explains { - :alice9404 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9405 :does :log_off_at_end_of_shift. -} log:explains { - :alice9405 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9406 :does :log_off_at_end_of_shift. -} log:explains { - :alice9406 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9407 :does :log_off_at_end_of_shift. -} log:explains { - :alice9407 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9408 :does :log_off_at_end_of_shift. -} log:explains { - :alice9408 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9409 :does :log_off_at_end_of_shift. -} log:explains { - :alice9409 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9410 :does :log_off_at_end_of_shift. -} log:explains { - :alice9410 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9411 :does :log_off_at_end_of_shift. -} log:explains { - :alice9411 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9412 :does :log_off_at_end_of_shift. -} log:explains { - :alice9412 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9413 :does :log_off_at_end_of_shift. -} log:explains { - :alice9413 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9414 :does :log_off_at_end_of_shift. -} log:explains { - :alice9414 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9415 :does :log_off_at_end_of_shift. -} log:explains { - :alice9415 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9416 :does :log_off_at_end_of_shift. -} log:explains { - :alice9416 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9417 :does :log_off_at_end_of_shift. -} log:explains { - :alice9417 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9418 :does :log_off_at_end_of_shift. -} log:explains { - :alice9418 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9419 :does :log_off_at_end_of_shift. -} log:explains { - :alice9419 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9420 :does :log_off_at_end_of_shift. -} log:explains { - :alice9420 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9421 :does :log_off_at_end_of_shift. -} log:explains { - :alice9421 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9422 :does :log_off_at_end_of_shift. -} log:explains { - :alice9422 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9423 :does :log_off_at_end_of_shift. -} log:explains { - :alice9423 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9424 :does :log_off_at_end_of_shift. -} log:explains { - :alice9424 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9425 :does :log_off_at_end_of_shift. -} log:explains { - :alice9425 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9426 :does :log_off_at_end_of_shift. -} log:explains { - :alice9426 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9427 :does :log_off_at_end_of_shift. -} log:explains { - :alice9427 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9428 :does :log_off_at_end_of_shift. -} log:explains { - :alice9428 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9429 :does :log_off_at_end_of_shift. -} log:explains { - :alice9429 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9430 :does :log_off_at_end_of_shift. -} log:explains { - :alice9430 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9431 :does :log_off_at_end_of_shift. -} log:explains { - :alice9431 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9432 :does :log_off_at_end_of_shift. -} log:explains { - :alice9432 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9433 :does :log_off_at_end_of_shift. -} log:explains { - :alice9433 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9434 :does :log_off_at_end_of_shift. -} log:explains { - :alice9434 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9435 :does :log_off_at_end_of_shift. -} log:explains { - :alice9435 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9436 :does :log_off_at_end_of_shift. -} log:explains { - :alice9436 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9437 :does :log_off_at_end_of_shift. -} log:explains { - :alice9437 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9438 :does :log_off_at_end_of_shift. -} log:explains { - :alice9438 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9439 :does :log_off_at_end_of_shift. -} log:explains { - :alice9439 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9440 :does :log_off_at_end_of_shift. -} log:explains { - :alice9440 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9441 :does :log_off_at_end_of_shift. -} log:explains { - :alice9441 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9442 :does :log_off_at_end_of_shift. -} log:explains { - :alice9442 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9443 :does :log_off_at_end_of_shift. -} log:explains { - :alice9443 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9444 :does :log_off_at_end_of_shift. -} log:explains { - :alice9444 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9445 :does :log_off_at_end_of_shift. -} log:explains { - :alice9445 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9446 :does :log_off_at_end_of_shift. -} log:explains { - :alice9446 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9447 :does :log_off_at_end_of_shift. -} log:explains { - :alice9447 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9448 :does :log_off_at_end_of_shift. -} log:explains { - :alice9448 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9449 :does :log_off_at_end_of_shift. -} log:explains { - :alice9449 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9450 :does :log_off_at_end_of_shift. -} log:explains { - :alice9450 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9451 :does :log_off_at_end_of_shift. -} log:explains { - :alice9451 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9452 :does :log_off_at_end_of_shift. -} log:explains { - :alice9452 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9453 :does :log_off_at_end_of_shift. -} log:explains { - :alice9453 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9454 :does :log_off_at_end_of_shift. -} log:explains { - :alice9454 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9455 :does :log_off_at_end_of_shift. -} log:explains { - :alice9455 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9456 :does :log_off_at_end_of_shift. -} log:explains { - :alice9456 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9457 :does :log_off_at_end_of_shift. -} log:explains { - :alice9457 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9458 :does :log_off_at_end_of_shift. -} log:explains { - :alice9458 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9459 :does :log_off_at_end_of_shift. -} log:explains { - :alice9459 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9460 :does :log_off_at_end_of_shift. -} log:explains { - :alice9460 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9461 :does :log_off_at_end_of_shift. -} log:explains { - :alice9461 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9462 :does :log_off_at_end_of_shift. -} log:explains { - :alice9462 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9463 :does :log_off_at_end_of_shift. -} log:explains { - :alice9463 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9464 :does :log_off_at_end_of_shift. -} log:explains { - :alice9464 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9465 :does :log_off_at_end_of_shift. -} log:explains { - :alice9465 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9466 :does :log_off_at_end_of_shift. -} log:explains { - :alice9466 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9467 :does :log_off_at_end_of_shift. -} log:explains { - :alice9467 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9468 :does :log_off_at_end_of_shift. -} log:explains { - :alice9468 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9469 :does :log_off_at_end_of_shift. -} log:explains { - :alice9469 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9470 :does :log_off_at_end_of_shift. -} log:explains { - :alice9470 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9471 :does :log_off_at_end_of_shift. -} log:explains { - :alice9471 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9472 :does :log_off_at_end_of_shift. -} log:explains { - :alice9472 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9473 :does :log_off_at_end_of_shift. -} log:explains { - :alice9473 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9474 :does :log_off_at_end_of_shift. -} log:explains { - :alice9474 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9475 :does :log_off_at_end_of_shift. -} log:explains { - :alice9475 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9476 :does :log_off_at_end_of_shift. -} log:explains { - :alice9476 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9477 :does :log_off_at_end_of_shift. -} log:explains { - :alice9477 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9478 :does :log_off_at_end_of_shift. -} log:explains { - :alice9478 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9479 :does :log_off_at_end_of_shift. -} log:explains { - :alice9479 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9480 :does :log_off_at_end_of_shift. -} log:explains { - :alice9480 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9481 :does :log_off_at_end_of_shift. -} log:explains { - :alice9481 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9482 :does :log_off_at_end_of_shift. -} log:explains { - :alice9482 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9483 :does :log_off_at_end_of_shift. -} log:explains { - :alice9483 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9484 :does :log_off_at_end_of_shift. -} log:explains { - :alice9484 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9485 :does :log_off_at_end_of_shift. -} log:explains { - :alice9485 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9486 :does :log_off_at_end_of_shift. -} log:explains { - :alice9486 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9487 :does :log_off_at_end_of_shift. -} log:explains { - :alice9487 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9488 :does :log_off_at_end_of_shift. -} log:explains { - :alice9488 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9489 :does :log_off_at_end_of_shift. -} log:explains { - :alice9489 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9490 :does :log_off_at_end_of_shift. -} log:explains { - :alice9490 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9491 :does :log_off_at_end_of_shift. -} log:explains { - :alice9491 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9492 :does :log_off_at_end_of_shift. -} log:explains { - :alice9492 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9493 :does :log_off_at_end_of_shift. -} log:explains { - :alice9493 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9494 :does :log_off_at_end_of_shift. -} log:explains { - :alice9494 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9495 :does :log_off_at_end_of_shift. -} log:explains { - :alice9495 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9496 :does :log_off_at_end_of_shift. -} log:explains { - :alice9496 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9497 :does :log_off_at_end_of_shift. -} log:explains { - :alice9497 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9498 :does :log_off_at_end_of_shift. -} log:explains { - :alice9498 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9499 :does :log_off_at_end_of_shift. -} log:explains { - :alice9499 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9500 :does :log_off_at_end_of_shift. -} log:explains { - :alice9500 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9501 :does :log_off_at_end_of_shift. -} log:explains { - :alice9501 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9502 :does :log_off_at_end_of_shift. -} log:explains { - :alice9502 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9503 :does :log_off_at_end_of_shift. -} log:explains { - :alice9503 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9504 :does :log_off_at_end_of_shift. -} log:explains { - :alice9504 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9505 :does :log_off_at_end_of_shift. -} log:explains { - :alice9505 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9506 :does :log_off_at_end_of_shift. -} log:explains { - :alice9506 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9507 :does :log_off_at_end_of_shift. -} log:explains { - :alice9507 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9508 :does :log_off_at_end_of_shift. -} log:explains { - :alice9508 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9509 :does :log_off_at_end_of_shift. -} log:explains { - :alice9509 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9510 :does :log_off_at_end_of_shift. -} log:explains { - :alice9510 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9511 :does :log_off_at_end_of_shift. -} log:explains { - :alice9511 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9512 :does :log_off_at_end_of_shift. -} log:explains { - :alice9512 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9513 :does :log_off_at_end_of_shift. -} log:explains { - :alice9513 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9514 :does :log_off_at_end_of_shift. -} log:explains { - :alice9514 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9515 :does :log_off_at_end_of_shift. -} log:explains { - :alice9515 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9516 :does :log_off_at_end_of_shift. -} log:explains { - :alice9516 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9517 :does :log_off_at_end_of_shift. -} log:explains { - :alice9517 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9518 :does :log_off_at_end_of_shift. -} log:explains { - :alice9518 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9519 :does :log_off_at_end_of_shift. -} log:explains { - :alice9519 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9520 :does :log_off_at_end_of_shift. -} log:explains { - :alice9520 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9521 :does :log_off_at_end_of_shift. -} log:explains { - :alice9521 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9522 :does :log_off_at_end_of_shift. -} log:explains { - :alice9522 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9523 :does :log_off_at_end_of_shift. -} log:explains { - :alice9523 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9524 :does :log_off_at_end_of_shift. -} log:explains { - :alice9524 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9525 :does :log_off_at_end_of_shift. -} log:explains { - :alice9525 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9526 :does :log_off_at_end_of_shift. -} log:explains { - :alice9526 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9527 :does :log_off_at_end_of_shift. -} log:explains { - :alice9527 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9528 :does :log_off_at_end_of_shift. -} log:explains { - :alice9528 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9529 :does :log_off_at_end_of_shift. -} log:explains { - :alice9529 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9530 :does :log_off_at_end_of_shift. -} log:explains { - :alice9530 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9531 :does :log_off_at_end_of_shift. -} log:explains { - :alice9531 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9532 :does :log_off_at_end_of_shift. -} log:explains { - :alice9532 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9533 :does :log_off_at_end_of_shift. -} log:explains { - :alice9533 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9534 :does :log_off_at_end_of_shift. -} log:explains { - :alice9534 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9535 :does :log_off_at_end_of_shift. -} log:explains { - :alice9535 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9536 :does :log_off_at_end_of_shift. -} log:explains { - :alice9536 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9537 :does :log_off_at_end_of_shift. -} log:explains { - :alice9537 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9538 :does :log_off_at_end_of_shift. -} log:explains { - :alice9538 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9539 :does :log_off_at_end_of_shift. -} log:explains { - :alice9539 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9540 :does :log_off_at_end_of_shift. -} log:explains { - :alice9540 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9541 :does :log_off_at_end_of_shift. -} log:explains { - :alice9541 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9542 :does :log_off_at_end_of_shift. -} log:explains { - :alice9542 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9543 :does :log_off_at_end_of_shift. -} log:explains { - :alice9543 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9544 :does :log_off_at_end_of_shift. -} log:explains { - :alice9544 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9545 :does :log_off_at_end_of_shift. -} log:explains { - :alice9545 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9546 :does :log_off_at_end_of_shift. -} log:explains { - :alice9546 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9547 :does :log_off_at_end_of_shift. -} log:explains { - :alice9547 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9548 :does :log_off_at_end_of_shift. -} log:explains { - :alice9548 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9549 :does :log_off_at_end_of_shift. -} log:explains { - :alice9549 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9550 :does :log_off_at_end_of_shift. -} log:explains { - :alice9550 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9551 :does :log_off_at_end_of_shift. -} log:explains { - :alice9551 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9552 :does :log_off_at_end_of_shift. -} log:explains { - :alice9552 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9553 :does :log_off_at_end_of_shift. -} log:explains { - :alice9553 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9554 :does :log_off_at_end_of_shift. -} log:explains { - :alice9554 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9555 :does :log_off_at_end_of_shift. -} log:explains { - :alice9555 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9556 :does :log_off_at_end_of_shift. -} log:explains { - :alice9556 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9557 :does :log_off_at_end_of_shift. -} log:explains { - :alice9557 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9558 :does :log_off_at_end_of_shift. -} log:explains { - :alice9558 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9559 :does :log_off_at_end_of_shift. -} log:explains { - :alice9559 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9560 :does :log_off_at_end_of_shift. -} log:explains { - :alice9560 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9561 :does :log_off_at_end_of_shift. -} log:explains { - :alice9561 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9562 :does :log_off_at_end_of_shift. -} log:explains { - :alice9562 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9563 :does :log_off_at_end_of_shift. -} log:explains { - :alice9563 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9564 :does :log_off_at_end_of_shift. -} log:explains { - :alice9564 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9565 :does :log_off_at_end_of_shift. -} log:explains { - :alice9565 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9566 :does :log_off_at_end_of_shift. -} log:explains { - :alice9566 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9567 :does :log_off_at_end_of_shift. -} log:explains { - :alice9567 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9568 :does :log_off_at_end_of_shift. -} log:explains { - :alice9568 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9569 :does :log_off_at_end_of_shift. -} log:explains { - :alice9569 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9570 :does :log_off_at_end_of_shift. -} log:explains { - :alice9570 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9571 :does :log_off_at_end_of_shift. -} log:explains { - :alice9571 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9572 :does :log_off_at_end_of_shift. -} log:explains { - :alice9572 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9573 :does :log_off_at_end_of_shift. -} log:explains { - :alice9573 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9574 :does :log_off_at_end_of_shift. -} log:explains { - :alice9574 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9575 :does :log_off_at_end_of_shift. -} log:explains { - :alice9575 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9576 :does :log_off_at_end_of_shift. -} log:explains { - :alice9576 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9577 :does :log_off_at_end_of_shift. -} log:explains { - :alice9577 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9578 :does :log_off_at_end_of_shift. -} log:explains { - :alice9578 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9579 :does :log_off_at_end_of_shift. -} log:explains { - :alice9579 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9580 :does :log_off_at_end_of_shift. -} log:explains { - :alice9580 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9581 :does :log_off_at_end_of_shift. -} log:explains { - :alice9581 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9582 :does :log_off_at_end_of_shift. -} log:explains { - :alice9582 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9583 :does :log_off_at_end_of_shift. -} log:explains { - :alice9583 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9584 :does :log_off_at_end_of_shift. -} log:explains { - :alice9584 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9585 :does :log_off_at_end_of_shift. -} log:explains { - :alice9585 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9586 :does :log_off_at_end_of_shift. -} log:explains { - :alice9586 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9587 :does :log_off_at_end_of_shift. -} log:explains { - :alice9587 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9588 :does :log_off_at_end_of_shift. -} log:explains { - :alice9588 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9589 :does :log_off_at_end_of_shift. -} log:explains { - :alice9589 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9590 :does :log_off_at_end_of_shift. -} log:explains { - :alice9590 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9591 :does :log_off_at_end_of_shift. -} log:explains { - :alice9591 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9592 :does :log_off_at_end_of_shift. -} log:explains { - :alice9592 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9593 :does :log_off_at_end_of_shift. -} log:explains { - :alice9593 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9594 :does :log_off_at_end_of_shift. -} log:explains { - :alice9594 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9595 :does :log_off_at_end_of_shift. -} log:explains { - :alice9595 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9596 :does :log_off_at_end_of_shift. -} log:explains { - :alice9596 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9597 :does :log_off_at_end_of_shift. -} log:explains { - :alice9597 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9598 :does :log_off_at_end_of_shift. -} log:explains { - :alice9598 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9599 :does :log_off_at_end_of_shift. -} log:explains { - :alice9599 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9600 :does :log_off_at_end_of_shift. -} log:explains { - :alice9600 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9601 :does :log_off_at_end_of_shift. -} log:explains { - :alice9601 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9602 :does :log_off_at_end_of_shift. -} log:explains { - :alice9602 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9603 :does :log_off_at_end_of_shift. -} log:explains { - :alice9603 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9604 :does :log_off_at_end_of_shift. -} log:explains { - :alice9604 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9605 :does :log_off_at_end_of_shift. -} log:explains { - :alice9605 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9606 :does :log_off_at_end_of_shift. -} log:explains { - :alice9606 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9607 :does :log_off_at_end_of_shift. -} log:explains { - :alice9607 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9608 :does :log_off_at_end_of_shift. -} log:explains { - :alice9608 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9609 :does :log_off_at_end_of_shift. -} log:explains { - :alice9609 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9610 :does :log_off_at_end_of_shift. -} log:explains { - :alice9610 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9611 :does :log_off_at_end_of_shift. -} log:explains { - :alice9611 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9612 :does :log_off_at_end_of_shift. -} log:explains { - :alice9612 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9613 :does :log_off_at_end_of_shift. -} log:explains { - :alice9613 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9614 :does :log_off_at_end_of_shift. -} log:explains { - :alice9614 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9615 :does :log_off_at_end_of_shift. -} log:explains { - :alice9615 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9616 :does :log_off_at_end_of_shift. -} log:explains { - :alice9616 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9617 :does :log_off_at_end_of_shift. -} log:explains { - :alice9617 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9618 :does :log_off_at_end_of_shift. -} log:explains { - :alice9618 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9619 :does :log_off_at_end_of_shift. -} log:explains { - :alice9619 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9620 :does :log_off_at_end_of_shift. -} log:explains { - :alice9620 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9621 :does :log_off_at_end_of_shift. -} log:explains { - :alice9621 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9622 :does :log_off_at_end_of_shift. -} log:explains { - :alice9622 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9623 :does :log_off_at_end_of_shift. -} log:explains { - :alice9623 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9624 :does :log_off_at_end_of_shift. -} log:explains { - :alice9624 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9625 :does :log_off_at_end_of_shift. -} log:explains { - :alice9625 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9626 :does :log_off_at_end_of_shift. -} log:explains { - :alice9626 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9627 :does :log_off_at_end_of_shift. -} log:explains { - :alice9627 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9628 :does :log_off_at_end_of_shift. -} log:explains { - :alice9628 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9629 :does :log_off_at_end_of_shift. -} log:explains { - :alice9629 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9630 :does :log_off_at_end_of_shift. -} log:explains { - :alice9630 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9631 :does :log_off_at_end_of_shift. -} log:explains { - :alice9631 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9632 :does :log_off_at_end_of_shift. -} log:explains { - :alice9632 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9633 :does :log_off_at_end_of_shift. -} log:explains { - :alice9633 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9634 :does :log_off_at_end_of_shift. -} log:explains { - :alice9634 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9635 :does :log_off_at_end_of_shift. -} log:explains { - :alice9635 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9636 :does :log_off_at_end_of_shift. -} log:explains { - :alice9636 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9637 :does :log_off_at_end_of_shift. -} log:explains { - :alice9637 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9638 :does :log_off_at_end_of_shift. -} log:explains { - :alice9638 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9639 :does :log_off_at_end_of_shift. -} log:explains { - :alice9639 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9640 :does :log_off_at_end_of_shift. -} log:explains { - :alice9640 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9641 :does :log_off_at_end_of_shift. -} log:explains { - :alice9641 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9642 :does :log_off_at_end_of_shift. -} log:explains { - :alice9642 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9643 :does :log_off_at_end_of_shift. -} log:explains { - :alice9643 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9644 :does :log_off_at_end_of_shift. -} log:explains { - :alice9644 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9645 :does :log_off_at_end_of_shift. -} log:explains { - :alice9645 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9646 :does :log_off_at_end_of_shift. -} log:explains { - :alice9646 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9647 :does :log_off_at_end_of_shift. -} log:explains { - :alice9647 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9648 :does :log_off_at_end_of_shift. -} log:explains { - :alice9648 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9649 :does :log_off_at_end_of_shift. -} log:explains { - :alice9649 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9650 :does :log_off_at_end_of_shift. -} log:explains { - :alice9650 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9651 :does :log_off_at_end_of_shift. -} log:explains { - :alice9651 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9652 :does :log_off_at_end_of_shift. -} log:explains { - :alice9652 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9653 :does :log_off_at_end_of_shift. -} log:explains { - :alice9653 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9654 :does :log_off_at_end_of_shift. -} log:explains { - :alice9654 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9655 :does :log_off_at_end_of_shift. -} log:explains { - :alice9655 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9656 :does :log_off_at_end_of_shift. -} log:explains { - :alice9656 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9657 :does :log_off_at_end_of_shift. -} log:explains { - :alice9657 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9658 :does :log_off_at_end_of_shift. -} log:explains { - :alice9658 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9659 :does :log_off_at_end_of_shift. -} log:explains { - :alice9659 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9660 :does :log_off_at_end_of_shift. -} log:explains { - :alice9660 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9661 :does :log_off_at_end_of_shift. -} log:explains { - :alice9661 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9662 :does :log_off_at_end_of_shift. -} log:explains { - :alice9662 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9663 :does :log_off_at_end_of_shift. -} log:explains { - :alice9663 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9664 :does :log_off_at_end_of_shift. -} log:explains { - :alice9664 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9665 :does :log_off_at_end_of_shift. -} log:explains { - :alice9665 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9666 :does :log_off_at_end_of_shift. -} log:explains { - :alice9666 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9667 :does :log_off_at_end_of_shift. -} log:explains { - :alice9667 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9668 :does :log_off_at_end_of_shift. -} log:explains { - :alice9668 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9669 :does :log_off_at_end_of_shift. -} log:explains { - :alice9669 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9670 :does :log_off_at_end_of_shift. -} log:explains { - :alice9670 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9671 :does :log_off_at_end_of_shift. -} log:explains { - :alice9671 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9672 :does :log_off_at_end_of_shift. -} log:explains { - :alice9672 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9673 :does :log_off_at_end_of_shift. -} log:explains { - :alice9673 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9674 :does :log_off_at_end_of_shift. -} log:explains { - :alice9674 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9675 :does :log_off_at_end_of_shift. -} log:explains { - :alice9675 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9676 :does :log_off_at_end_of_shift. -} log:explains { - :alice9676 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9677 :does :log_off_at_end_of_shift. -} log:explains { - :alice9677 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9678 :does :log_off_at_end_of_shift. -} log:explains { - :alice9678 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9679 :does :log_off_at_end_of_shift. -} log:explains { - :alice9679 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9680 :does :log_off_at_end_of_shift. -} log:explains { - :alice9680 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9681 :does :log_off_at_end_of_shift. -} log:explains { - :alice9681 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9682 :does :log_off_at_end_of_shift. -} log:explains { - :alice9682 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9683 :does :log_off_at_end_of_shift. -} log:explains { - :alice9683 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9684 :does :log_off_at_end_of_shift. -} log:explains { - :alice9684 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9685 :does :log_off_at_end_of_shift. -} log:explains { - :alice9685 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9686 :does :log_off_at_end_of_shift. -} log:explains { - :alice9686 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9687 :does :log_off_at_end_of_shift. -} log:explains { - :alice9687 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9688 :does :log_off_at_end_of_shift. -} log:explains { - :alice9688 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9689 :does :log_off_at_end_of_shift. -} log:explains { - :alice9689 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9690 :does :log_off_at_end_of_shift. -} log:explains { - :alice9690 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9691 :does :log_off_at_end_of_shift. -} log:explains { - :alice9691 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9692 :does :log_off_at_end_of_shift. -} log:explains { - :alice9692 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9693 :does :log_off_at_end_of_shift. -} log:explains { - :alice9693 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9694 :does :log_off_at_end_of_shift. -} log:explains { - :alice9694 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9695 :does :log_off_at_end_of_shift. -} log:explains { - :alice9695 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9696 :does :log_off_at_end_of_shift. -} log:explains { - :alice9696 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9697 :does :log_off_at_end_of_shift. -} log:explains { - :alice9697 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9698 :does :log_off_at_end_of_shift. -} log:explains { - :alice9698 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9699 :does :log_off_at_end_of_shift. -} log:explains { - :alice9699 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9700 :does :log_off_at_end_of_shift. -} log:explains { - :alice9700 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9701 :does :log_off_at_end_of_shift. -} log:explains { - :alice9701 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9702 :does :log_off_at_end_of_shift. -} log:explains { - :alice9702 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9703 :does :log_off_at_end_of_shift. -} log:explains { - :alice9703 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9704 :does :log_off_at_end_of_shift. -} log:explains { - :alice9704 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9705 :does :log_off_at_end_of_shift. -} log:explains { - :alice9705 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9706 :does :log_off_at_end_of_shift. -} log:explains { - :alice9706 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9707 :does :log_off_at_end_of_shift. -} log:explains { - :alice9707 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9708 :does :log_off_at_end_of_shift. -} log:explains { - :alice9708 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9709 :does :log_off_at_end_of_shift. -} log:explains { - :alice9709 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9710 :does :log_off_at_end_of_shift. -} log:explains { - :alice9710 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9711 :does :log_off_at_end_of_shift. -} log:explains { - :alice9711 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9712 :does :log_off_at_end_of_shift. -} log:explains { - :alice9712 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9713 :does :log_off_at_end_of_shift. -} log:explains { - :alice9713 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9714 :does :log_off_at_end_of_shift. -} log:explains { - :alice9714 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9715 :does :log_off_at_end_of_shift. -} log:explains { - :alice9715 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9716 :does :log_off_at_end_of_shift. -} log:explains { - :alice9716 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9717 :does :log_off_at_end_of_shift. -} log:explains { - :alice9717 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9718 :does :log_off_at_end_of_shift. -} log:explains { - :alice9718 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9719 :does :log_off_at_end_of_shift. -} log:explains { - :alice9719 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9720 :does :log_off_at_end_of_shift. -} log:explains { - :alice9720 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9721 :does :log_off_at_end_of_shift. -} log:explains { - :alice9721 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9722 :does :log_off_at_end_of_shift. -} log:explains { - :alice9722 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9723 :does :log_off_at_end_of_shift. -} log:explains { - :alice9723 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9724 :does :log_off_at_end_of_shift. -} log:explains { - :alice9724 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9725 :does :log_off_at_end_of_shift. -} log:explains { - :alice9725 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9726 :does :log_off_at_end_of_shift. -} log:explains { - :alice9726 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9727 :does :log_off_at_end_of_shift. -} log:explains { - :alice9727 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9728 :does :log_off_at_end_of_shift. -} log:explains { - :alice9728 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9729 :does :log_off_at_end_of_shift. -} log:explains { - :alice9729 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9730 :does :log_off_at_end_of_shift. -} log:explains { - :alice9730 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9731 :does :log_off_at_end_of_shift. -} log:explains { - :alice9731 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9732 :does :log_off_at_end_of_shift. -} log:explains { - :alice9732 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9733 :does :log_off_at_end_of_shift. -} log:explains { - :alice9733 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9734 :does :log_off_at_end_of_shift. -} log:explains { - :alice9734 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9735 :does :log_off_at_end_of_shift. -} log:explains { - :alice9735 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9736 :does :log_off_at_end_of_shift. -} log:explains { - :alice9736 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9737 :does :log_off_at_end_of_shift. -} log:explains { - :alice9737 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9738 :does :log_off_at_end_of_shift. -} log:explains { - :alice9738 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9739 :does :log_off_at_end_of_shift. -} log:explains { - :alice9739 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9740 :does :log_off_at_end_of_shift. -} log:explains { - :alice9740 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9741 :does :log_off_at_end_of_shift. -} log:explains { - :alice9741 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9742 :does :log_off_at_end_of_shift. -} log:explains { - :alice9742 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9743 :does :log_off_at_end_of_shift. -} log:explains { - :alice9743 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9744 :does :log_off_at_end_of_shift. -} log:explains { - :alice9744 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9745 :does :log_off_at_end_of_shift. -} log:explains { - :alice9745 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9746 :does :log_off_at_end_of_shift. -} log:explains { - :alice9746 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9747 :does :log_off_at_end_of_shift. -} log:explains { - :alice9747 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9748 :does :log_off_at_end_of_shift. -} log:explains { - :alice9748 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9749 :does :log_off_at_end_of_shift. -} log:explains { - :alice9749 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9750 :does :log_off_at_end_of_shift. -} log:explains { - :alice9750 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9751 :does :log_off_at_end_of_shift. -} log:explains { - :alice9751 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9752 :does :log_off_at_end_of_shift. -} log:explains { - :alice9752 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9753 :does :log_off_at_end_of_shift. -} log:explains { - :alice9753 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9754 :does :log_off_at_end_of_shift. -} log:explains { - :alice9754 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9755 :does :log_off_at_end_of_shift. -} log:explains { - :alice9755 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9756 :does :log_off_at_end_of_shift. -} log:explains { - :alice9756 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9757 :does :log_off_at_end_of_shift. -} log:explains { - :alice9757 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9758 :does :log_off_at_end_of_shift. -} log:explains { - :alice9758 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9759 :does :log_off_at_end_of_shift. -} log:explains { - :alice9759 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9760 :does :log_off_at_end_of_shift. -} log:explains { - :alice9760 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9761 :does :log_off_at_end_of_shift. -} log:explains { - :alice9761 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9762 :does :log_off_at_end_of_shift. -} log:explains { - :alice9762 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9763 :does :log_off_at_end_of_shift. -} log:explains { - :alice9763 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9764 :does :log_off_at_end_of_shift. -} log:explains { - :alice9764 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9765 :does :log_off_at_end_of_shift. -} log:explains { - :alice9765 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9766 :does :log_off_at_end_of_shift. -} log:explains { - :alice9766 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9767 :does :log_off_at_end_of_shift. -} log:explains { - :alice9767 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9768 :does :log_off_at_end_of_shift. -} log:explains { - :alice9768 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9769 :does :log_off_at_end_of_shift. -} log:explains { - :alice9769 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9770 :does :log_off_at_end_of_shift. -} log:explains { - :alice9770 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9771 :does :log_off_at_end_of_shift. -} log:explains { - :alice9771 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9772 :does :log_off_at_end_of_shift. -} log:explains { - :alice9772 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9773 :does :log_off_at_end_of_shift. -} log:explains { - :alice9773 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9774 :does :log_off_at_end_of_shift. -} log:explains { - :alice9774 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9775 :does :log_off_at_end_of_shift. -} log:explains { - :alice9775 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9776 :does :log_off_at_end_of_shift. -} log:explains { - :alice9776 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9777 :does :log_off_at_end_of_shift. -} log:explains { - :alice9777 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9778 :does :log_off_at_end_of_shift. -} log:explains { - :alice9778 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9779 :does :log_off_at_end_of_shift. -} log:explains { - :alice9779 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9780 :does :log_off_at_end_of_shift. -} log:explains { - :alice9780 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9781 :does :log_off_at_end_of_shift. -} log:explains { - :alice9781 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9782 :does :log_off_at_end_of_shift. -} log:explains { - :alice9782 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9783 :does :log_off_at_end_of_shift. -} log:explains { - :alice9783 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9784 :does :log_off_at_end_of_shift. -} log:explains { - :alice9784 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9785 :does :log_off_at_end_of_shift. -} log:explains { - :alice9785 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9786 :does :log_off_at_end_of_shift. -} log:explains { - :alice9786 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9787 :does :log_off_at_end_of_shift. -} log:explains { - :alice9787 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9788 :does :log_off_at_end_of_shift. -} log:explains { - :alice9788 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9789 :does :log_off_at_end_of_shift. -} log:explains { - :alice9789 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9790 :does :log_off_at_end_of_shift. -} log:explains { - :alice9790 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9791 :does :log_off_at_end_of_shift. -} log:explains { - :alice9791 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9792 :does :log_off_at_end_of_shift. -} log:explains { - :alice9792 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9793 :does :log_off_at_end_of_shift. -} log:explains { - :alice9793 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9794 :does :log_off_at_end_of_shift. -} log:explains { - :alice9794 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9795 :does :log_off_at_end_of_shift. -} log:explains { - :alice9795 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9796 :does :log_off_at_end_of_shift. -} log:explains { - :alice9796 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9797 :does :log_off_at_end_of_shift. -} log:explains { - :alice9797 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9798 :does :log_off_at_end_of_shift. -} log:explains { - :alice9798 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9799 :does :log_off_at_end_of_shift. -} log:explains { - :alice9799 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9800 :does :log_off_at_end_of_shift. -} log:explains { - :alice9800 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9801 :does :log_off_at_end_of_shift. -} log:explains { - :alice9801 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9802 :does :log_off_at_end_of_shift. -} log:explains { - :alice9802 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9803 :does :log_off_at_end_of_shift. -} log:explains { - :alice9803 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9804 :does :log_off_at_end_of_shift. -} log:explains { - :alice9804 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9805 :does :log_off_at_end_of_shift. -} log:explains { - :alice9805 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9806 :does :log_off_at_end_of_shift. -} log:explains { - :alice9806 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9807 :does :log_off_at_end_of_shift. -} log:explains { - :alice9807 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9808 :does :log_off_at_end_of_shift. -} log:explains { - :alice9808 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9809 :does :log_off_at_end_of_shift. -} log:explains { - :alice9809 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9810 :does :log_off_at_end_of_shift. -} log:explains { - :alice9810 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9811 :does :log_off_at_end_of_shift. -} log:explains { - :alice9811 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9812 :does :log_off_at_end_of_shift. -} log:explains { - :alice9812 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9813 :does :log_off_at_end_of_shift. -} log:explains { - :alice9813 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9814 :does :log_off_at_end_of_shift. -} log:explains { - :alice9814 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9815 :does :log_off_at_end_of_shift. -} log:explains { - :alice9815 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9816 :does :log_off_at_end_of_shift. -} log:explains { - :alice9816 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9817 :does :log_off_at_end_of_shift. -} log:explains { - :alice9817 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9818 :does :log_off_at_end_of_shift. -} log:explains { - :alice9818 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9819 :does :log_off_at_end_of_shift. -} log:explains { - :alice9819 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9820 :does :log_off_at_end_of_shift. -} log:explains { - :alice9820 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9821 :does :log_off_at_end_of_shift. -} log:explains { - :alice9821 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9822 :does :log_off_at_end_of_shift. -} log:explains { - :alice9822 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9823 :does :log_off_at_end_of_shift. -} log:explains { - :alice9823 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9824 :does :log_off_at_end_of_shift. -} log:explains { - :alice9824 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9825 :does :log_off_at_end_of_shift. -} log:explains { - :alice9825 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9826 :does :log_off_at_end_of_shift. -} log:explains { - :alice9826 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9827 :does :log_off_at_end_of_shift. -} log:explains { - :alice9827 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9828 :does :log_off_at_end_of_shift. -} log:explains { - :alice9828 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9829 :does :log_off_at_end_of_shift. -} log:explains { - :alice9829 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9830 :does :log_off_at_end_of_shift. -} log:explains { - :alice9830 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9831 :does :log_off_at_end_of_shift. -} log:explains { - :alice9831 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9832 :does :log_off_at_end_of_shift. -} log:explains { - :alice9832 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9833 :does :log_off_at_end_of_shift. -} log:explains { - :alice9833 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9834 :does :log_off_at_end_of_shift. -} log:explains { - :alice9834 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9835 :does :log_off_at_end_of_shift. -} log:explains { - :alice9835 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9836 :does :log_off_at_end_of_shift. -} log:explains { - :alice9836 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9837 :does :log_off_at_end_of_shift. -} log:explains { - :alice9837 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9838 :does :log_off_at_end_of_shift. -} log:explains { - :alice9838 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9839 :does :log_off_at_end_of_shift. -} log:explains { - :alice9839 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9840 :does :log_off_at_end_of_shift. -} log:explains { - :alice9840 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9841 :does :log_off_at_end_of_shift. -} log:explains { - :alice9841 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9842 :does :log_off_at_end_of_shift. -} log:explains { - :alice9842 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9843 :does :log_off_at_end_of_shift. -} log:explains { - :alice9843 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9844 :does :log_off_at_end_of_shift. -} log:explains { - :alice9844 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9845 :does :log_off_at_end_of_shift. -} log:explains { - :alice9845 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9846 :does :log_off_at_end_of_shift. -} log:explains { - :alice9846 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9847 :does :log_off_at_end_of_shift. -} log:explains { - :alice9847 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9848 :does :log_off_at_end_of_shift. -} log:explains { - :alice9848 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9849 :does :log_off_at_end_of_shift. -} log:explains { - :alice9849 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9850 :does :log_off_at_end_of_shift. -} log:explains { - :alice9850 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9851 :does :log_off_at_end_of_shift. -} log:explains { - :alice9851 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9852 :does :log_off_at_end_of_shift. -} log:explains { - :alice9852 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9853 :does :log_off_at_end_of_shift. -} log:explains { - :alice9853 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9854 :does :log_off_at_end_of_shift. -} log:explains { - :alice9854 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9855 :does :log_off_at_end_of_shift. -} log:explains { - :alice9855 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9856 :does :log_off_at_end_of_shift. -} log:explains { - :alice9856 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9857 :does :log_off_at_end_of_shift. -} log:explains { - :alice9857 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9858 :does :log_off_at_end_of_shift. -} log:explains { - :alice9858 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9859 :does :log_off_at_end_of_shift. -} log:explains { - :alice9859 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9860 :does :log_off_at_end_of_shift. -} log:explains { - :alice9860 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9861 :does :log_off_at_end_of_shift. -} log:explains { - :alice9861 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9862 :does :log_off_at_end_of_shift. -} log:explains { - :alice9862 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9863 :does :log_off_at_end_of_shift. -} log:explains { - :alice9863 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9864 :does :log_off_at_end_of_shift. -} log:explains { - :alice9864 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9865 :does :log_off_at_end_of_shift. -} log:explains { - :alice9865 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9866 :does :log_off_at_end_of_shift. -} log:explains { - :alice9866 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9867 :does :log_off_at_end_of_shift. -} log:explains { - :alice9867 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9868 :does :log_off_at_end_of_shift. -} log:explains { - :alice9868 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9869 :does :log_off_at_end_of_shift. -} log:explains { - :alice9869 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9870 :does :log_off_at_end_of_shift. -} log:explains { - :alice9870 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9871 :does :log_off_at_end_of_shift. -} log:explains { - :alice9871 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9872 :does :log_off_at_end_of_shift. -} log:explains { - :alice9872 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9873 :does :log_off_at_end_of_shift. -} log:explains { - :alice9873 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9874 :does :log_off_at_end_of_shift. -} log:explains { - :alice9874 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9875 :does :log_off_at_end_of_shift. -} log:explains { - :alice9875 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9876 :does :log_off_at_end_of_shift. -} log:explains { - :alice9876 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9877 :does :log_off_at_end_of_shift. -} log:explains { - :alice9877 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9878 :does :log_off_at_end_of_shift. -} log:explains { - :alice9878 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9879 :does :log_off_at_end_of_shift. -} log:explains { - :alice9879 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9880 :does :log_off_at_end_of_shift. -} log:explains { - :alice9880 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9881 :does :log_off_at_end_of_shift. -} log:explains { - :alice9881 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9882 :does :log_off_at_end_of_shift. -} log:explains { - :alice9882 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9883 :does :log_off_at_end_of_shift. -} log:explains { - :alice9883 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9884 :does :log_off_at_end_of_shift. -} log:explains { - :alice9884 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9885 :does :log_off_at_end_of_shift. -} log:explains { - :alice9885 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9886 :does :log_off_at_end_of_shift. -} log:explains { - :alice9886 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9887 :does :log_off_at_end_of_shift. -} log:explains { - :alice9887 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9888 :does :log_off_at_end_of_shift. -} log:explains { - :alice9888 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9889 :does :log_off_at_end_of_shift. -} log:explains { - :alice9889 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9890 :does :log_off_at_end_of_shift. -} log:explains { - :alice9890 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9891 :does :log_off_at_end_of_shift. -} log:explains { - :alice9891 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9892 :does :log_off_at_end_of_shift. -} log:explains { - :alice9892 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9893 :does :log_off_at_end_of_shift. -} log:explains { - :alice9893 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9894 :does :log_off_at_end_of_shift. -} log:explains { - :alice9894 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9895 :does :log_off_at_end_of_shift. -} log:explains { - :alice9895 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9896 :does :log_off_at_end_of_shift. -} log:explains { - :alice9896 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9897 :does :log_off_at_end_of_shift. -} log:explains { - :alice9897 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9898 :does :log_off_at_end_of_shift. -} log:explains { - :alice9898 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9899 :does :log_off_at_end_of_shift. -} log:explains { - :alice9899 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9900 :does :log_off_at_end_of_shift. -} log:explains { - :alice9900 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9901 :does :log_off_at_end_of_shift. -} log:explains { - :alice9901 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9902 :does :log_off_at_end_of_shift. -} log:explains { - :alice9902 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9903 :does :log_off_at_end_of_shift. -} log:explains { - :alice9903 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9904 :does :log_off_at_end_of_shift. -} log:explains { - :alice9904 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9905 :does :log_off_at_end_of_shift. -} log:explains { - :alice9905 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9906 :does :log_off_at_end_of_shift. -} log:explains { - :alice9906 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9907 :does :log_off_at_end_of_shift. -} log:explains { - :alice9907 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9908 :does :log_off_at_end_of_shift. -} log:explains { - :alice9908 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9909 :does :log_off_at_end_of_shift. -} log:explains { - :alice9909 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9910 :does :log_off_at_end_of_shift. -} log:explains { - :alice9910 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9911 :does :log_off_at_end_of_shift. -} log:explains { - :alice9911 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9912 :does :log_off_at_end_of_shift. -} log:explains { - :alice9912 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9913 :does :log_off_at_end_of_shift. -} log:explains { - :alice9913 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9914 :does :log_off_at_end_of_shift. -} log:explains { - :alice9914 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9915 :does :log_off_at_end_of_shift. -} log:explains { - :alice9915 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9916 :does :log_off_at_end_of_shift. -} log:explains { - :alice9916 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9917 :does :log_off_at_end_of_shift. -} log:explains { - :alice9917 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9918 :does :log_off_at_end_of_shift. -} log:explains { - :alice9918 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9919 :does :log_off_at_end_of_shift. -} log:explains { - :alice9919 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9920 :does :log_off_at_end_of_shift. -} log:explains { - :alice9920 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9921 :does :log_off_at_end_of_shift. -} log:explains { - :alice9921 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9922 :does :log_off_at_end_of_shift. -} log:explains { - :alice9922 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9923 :does :log_off_at_end_of_shift. -} log:explains { - :alice9923 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9924 :does :log_off_at_end_of_shift. -} log:explains { - :alice9924 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9925 :does :log_off_at_end_of_shift. -} log:explains { - :alice9925 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9926 :does :log_off_at_end_of_shift. -} log:explains { - :alice9926 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9927 :does :log_off_at_end_of_shift. -} log:explains { - :alice9927 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9928 :does :log_off_at_end_of_shift. -} log:explains { - :alice9928 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9929 :does :log_off_at_end_of_shift. -} log:explains { - :alice9929 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9930 :does :log_off_at_end_of_shift. -} log:explains { - :alice9930 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9931 :does :log_off_at_end_of_shift. -} log:explains { - :alice9931 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9932 :does :log_off_at_end_of_shift. -} log:explains { - :alice9932 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9933 :does :log_off_at_end_of_shift. -} log:explains { - :alice9933 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9934 :does :log_off_at_end_of_shift. -} log:explains { - :alice9934 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9935 :does :log_off_at_end_of_shift. -} log:explains { - :alice9935 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9936 :does :log_off_at_end_of_shift. -} log:explains { - :alice9936 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9937 :does :log_off_at_end_of_shift. -} log:explains { - :alice9937 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9938 :does :log_off_at_end_of_shift. -} log:explains { - :alice9938 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9939 :does :log_off_at_end_of_shift. -} log:explains { - :alice9939 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9940 :does :log_off_at_end_of_shift. -} log:explains { - :alice9940 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9941 :does :log_off_at_end_of_shift. -} log:explains { - :alice9941 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9942 :does :log_off_at_end_of_shift. -} log:explains { - :alice9942 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9943 :does :log_off_at_end_of_shift. -} log:explains { - :alice9943 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9944 :does :log_off_at_end_of_shift. -} log:explains { - :alice9944 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9945 :does :log_off_at_end_of_shift. -} log:explains { - :alice9945 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9946 :does :log_off_at_end_of_shift. -} log:explains { - :alice9946 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9947 :does :log_off_at_end_of_shift. -} log:explains { - :alice9947 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9948 :does :log_off_at_end_of_shift. -} log:explains { - :alice9948 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9949 :does :log_off_at_end_of_shift. -} log:explains { - :alice9949 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9950 :does :log_off_at_end_of_shift. -} log:explains { - :alice9950 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9951 :does :log_off_at_end_of_shift. -} log:explains { - :alice9951 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9952 :does :log_off_at_end_of_shift. -} log:explains { - :alice9952 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9953 :does :log_off_at_end_of_shift. -} log:explains { - :alice9953 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9954 :does :log_off_at_end_of_shift. -} log:explains { - :alice9954 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9955 :does :log_off_at_end_of_shift. -} log:explains { - :alice9955 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9956 :does :log_off_at_end_of_shift. -} log:explains { - :alice9956 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9957 :does :log_off_at_end_of_shift. -} log:explains { - :alice9957 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9958 :does :log_off_at_end_of_shift. -} log:explains { - :alice9958 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9959 :does :log_off_at_end_of_shift. -} log:explains { - :alice9959 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9960 :does :log_off_at_end_of_shift. -} log:explains { - :alice9960 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9961 :does :log_off_at_end_of_shift. -} log:explains { - :alice9961 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9962 :does :log_off_at_end_of_shift. -} log:explains { - :alice9962 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9963 :does :log_off_at_end_of_shift. -} log:explains { - :alice9963 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9964 :does :log_off_at_end_of_shift. -} log:explains { - :alice9964 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9965 :does :log_off_at_end_of_shift. -} log:explains { - :alice9965 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9966 :does :log_off_at_end_of_shift. -} log:explains { - :alice9966 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9967 :does :log_off_at_end_of_shift. -} log:explains { - :alice9967 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9968 :does :log_off_at_end_of_shift. -} log:explains { - :alice9968 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9969 :does :log_off_at_end_of_shift. -} log:explains { - :alice9969 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9970 :does :log_off_at_end_of_shift. -} log:explains { - :alice9970 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9971 :does :log_off_at_end_of_shift. -} log:explains { - :alice9971 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9972 :does :log_off_at_end_of_shift. -} log:explains { - :alice9972 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9973 :does :log_off_at_end_of_shift. -} log:explains { - :alice9973 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9974 :does :log_off_at_end_of_shift. -} log:explains { - :alice9974 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9975 :does :log_off_at_end_of_shift. -} log:explains { - :alice9975 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9976 :does :log_off_at_end_of_shift. -} log:explains { - :alice9976 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9977 :does :log_off_at_end_of_shift. -} log:explains { - :alice9977 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9978 :does :log_off_at_end_of_shift. -} log:explains { - :alice9978 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9979 :does :log_off_at_end_of_shift. -} log:explains { - :alice9979 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9980 :does :log_off_at_end_of_shift. -} log:explains { - :alice9980 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9981 :does :log_off_at_end_of_shift. -} log:explains { - :alice9981 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9982 :does :log_off_at_end_of_shift. -} log:explains { - :alice9982 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9983 :does :log_off_at_end_of_shift. -} log:explains { - :alice9983 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9984 :does :log_off_at_end_of_shift. -} log:explains { - :alice9984 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9985 :does :log_off_at_end_of_shift. -} log:explains { - :alice9985 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9986 :does :log_off_at_end_of_shift. -} log:explains { - :alice9986 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9987 :does :log_off_at_end_of_shift. -} log:explains { - :alice9987 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9988 :does :log_off_at_end_of_shift. -} log:explains { - :alice9988 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9989 :does :log_off_at_end_of_shift. -} log:explains { - :alice9989 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9990 :does :log_off_at_end_of_shift. -} log:explains { - :alice9990 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9991 :does :log_off_at_end_of_shift. -} log:explains { - :alice9991 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9992 :does :log_off_at_end_of_shift. -} log:explains { - :alice9992 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9993 :does :log_off_at_end_of_shift. -} log:explains { - :alice9993 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9994 :does :log_off_at_end_of_shift. -} log:explains { - :alice9994 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9995 :does :log_off_at_end_of_shift. -} log:explains { - :alice9995 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9996 :does :log_off_at_end_of_shift. -} log:explains { - :alice9996 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9997 :does :log_off_at_end_of_shift. -} log:explains { - :alice9997 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9998 :does :log_off_at_end_of_shift. -} log:explains { - :alice9998 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice9999 :does :log_off_at_end_of_shift. -} log:explains { - :alice9999 :complies true. -}. - -{ - { - var:x_0 :does :log_off_at_end_of_shift. - } => { - var:x_0 :complies true. - }. - :alice10000 :does :log_off_at_end_of_shift. -} log:explains { - :alice10000 :complies true. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1 :does :access_social_media. -} log:explains { - :carol1 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2 :does :access_social_media. -} log:explains { - :carol2 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3 :does :access_social_media. -} log:explains { - :carol3 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4 :does :access_social_media. -} log:explains { - :carol4 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol5 :does :access_social_media. -} log:explains { - :carol5 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol6 :does :access_social_media. -} log:explains { - :carol6 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol7 :does :access_social_media. -} log:explains { - :carol7 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol8 :does :access_social_media. -} log:explains { - :carol8 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol9 :does :access_social_media. -} log:explains { - :carol9 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol10 :does :access_social_media. -} log:explains { - :carol10 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol11 :does :access_social_media. -} log:explains { - :carol11 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol12 :does :access_social_media. -} log:explains { - :carol12 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol13 :does :access_social_media. -} log:explains { - :carol13 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol14 :does :access_social_media. -} log:explains { - :carol14 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol15 :does :access_social_media. -} log:explains { - :carol15 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol16 :does :access_social_media. -} log:explains { - :carol16 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol17 :does :access_social_media. -} log:explains { - :carol17 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol18 :does :access_social_media. -} log:explains { - :carol18 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol19 :does :access_social_media. -} log:explains { - :carol19 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol20 :does :access_social_media. -} log:explains { - :carol20 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol21 :does :access_social_media. -} log:explains { - :carol21 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol22 :does :access_social_media. -} log:explains { - :carol22 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol23 :does :access_social_media. -} log:explains { - :carol23 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol24 :does :access_social_media. -} log:explains { - :carol24 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol25 :does :access_social_media. -} log:explains { - :carol25 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol26 :does :access_social_media. -} log:explains { - :carol26 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol27 :does :access_social_media. -} log:explains { - :carol27 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol28 :does :access_social_media. -} log:explains { - :carol28 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol29 :does :access_social_media. -} log:explains { - :carol29 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol30 :does :access_social_media. -} log:explains { - :carol30 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol31 :does :access_social_media. -} log:explains { - :carol31 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol32 :does :access_social_media. -} log:explains { - :carol32 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol33 :does :access_social_media. -} log:explains { - :carol33 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol34 :does :access_social_media. -} log:explains { - :carol34 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol35 :does :access_social_media. -} log:explains { - :carol35 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol36 :does :access_social_media. -} log:explains { - :carol36 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol37 :does :access_social_media. -} log:explains { - :carol37 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol38 :does :access_social_media. -} log:explains { - :carol38 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol39 :does :access_social_media. -} log:explains { - :carol39 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol40 :does :access_social_media. -} log:explains { - :carol40 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol41 :does :access_social_media. -} log:explains { - :carol41 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol42 :does :access_social_media. -} log:explains { - :carol42 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol43 :does :access_social_media. -} log:explains { - :carol43 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol44 :does :access_social_media. -} log:explains { - :carol44 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol45 :does :access_social_media. -} log:explains { - :carol45 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol46 :does :access_social_media. -} log:explains { - :carol46 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol47 :does :access_social_media. -} log:explains { - :carol47 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol48 :does :access_social_media. -} log:explains { - :carol48 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol49 :does :access_social_media. -} log:explains { - :carol49 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol50 :does :access_social_media. -} log:explains { - :carol50 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol51 :does :access_social_media. -} log:explains { - :carol51 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol52 :does :access_social_media. -} log:explains { - :carol52 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol53 :does :access_social_media. -} log:explains { - :carol53 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol54 :does :access_social_media. -} log:explains { - :carol54 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol55 :does :access_social_media. -} log:explains { - :carol55 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol56 :does :access_social_media. -} log:explains { - :carol56 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol57 :does :access_social_media. -} log:explains { - :carol57 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol58 :does :access_social_media. -} log:explains { - :carol58 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol59 :does :access_social_media. -} log:explains { - :carol59 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol60 :does :access_social_media. -} log:explains { - :carol60 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol61 :does :access_social_media. -} log:explains { - :carol61 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol62 :does :access_social_media. -} log:explains { - :carol62 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol63 :does :access_social_media. -} log:explains { - :carol63 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol64 :does :access_social_media. -} log:explains { - :carol64 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol65 :does :access_social_media. -} log:explains { - :carol65 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol66 :does :access_social_media. -} log:explains { - :carol66 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol67 :does :access_social_media. -} log:explains { - :carol67 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol68 :does :access_social_media. -} log:explains { - :carol68 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol69 :does :access_social_media. -} log:explains { - :carol69 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol70 :does :access_social_media. -} log:explains { - :carol70 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol71 :does :access_social_media. -} log:explains { - :carol71 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol72 :does :access_social_media. -} log:explains { - :carol72 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol73 :does :access_social_media. -} log:explains { - :carol73 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol74 :does :access_social_media. -} log:explains { - :carol74 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol75 :does :access_social_media. -} log:explains { - :carol75 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol76 :does :access_social_media. -} log:explains { - :carol76 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol77 :does :access_social_media. -} log:explains { - :carol77 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol78 :does :access_social_media. -} log:explains { - :carol78 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol79 :does :access_social_media. -} log:explains { - :carol79 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol80 :does :access_social_media. -} log:explains { - :carol80 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol81 :does :access_social_media. -} log:explains { - :carol81 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol82 :does :access_social_media. -} log:explains { - :carol82 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol83 :does :access_social_media. -} log:explains { - :carol83 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol84 :does :access_social_media. -} log:explains { - :carol84 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol85 :does :access_social_media. -} log:explains { - :carol85 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol86 :does :access_social_media. -} log:explains { - :carol86 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol87 :does :access_social_media. -} log:explains { - :carol87 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol88 :does :access_social_media. -} log:explains { - :carol88 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol89 :does :access_social_media. -} log:explains { - :carol89 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol90 :does :access_social_media. -} log:explains { - :carol90 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol91 :does :access_social_media. -} log:explains { - :carol91 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol92 :does :access_social_media. -} log:explains { - :carol92 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol93 :does :access_social_media. -} log:explains { - :carol93 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol94 :does :access_social_media. -} log:explains { - :carol94 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol95 :does :access_social_media. -} log:explains { - :carol95 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol96 :does :access_social_media. -} log:explains { - :carol96 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol97 :does :access_social_media. -} log:explains { - :carol97 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol98 :does :access_social_media. -} log:explains { - :carol98 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol99 :does :access_social_media. -} log:explains { - :carol99 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol100 :does :access_social_media. -} log:explains { - :carol100 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol101 :does :access_social_media. -} log:explains { - :carol101 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol102 :does :access_social_media. -} log:explains { - :carol102 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol103 :does :access_social_media. -} log:explains { - :carol103 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol104 :does :access_social_media. -} log:explains { - :carol104 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol105 :does :access_social_media. -} log:explains { - :carol105 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol106 :does :access_social_media. -} log:explains { - :carol106 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol107 :does :access_social_media. -} log:explains { - :carol107 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol108 :does :access_social_media. -} log:explains { - :carol108 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol109 :does :access_social_media. -} log:explains { - :carol109 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol110 :does :access_social_media. -} log:explains { - :carol110 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol111 :does :access_social_media. -} log:explains { - :carol111 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol112 :does :access_social_media. -} log:explains { - :carol112 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol113 :does :access_social_media. -} log:explains { - :carol113 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol114 :does :access_social_media. -} log:explains { - :carol114 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol115 :does :access_social_media. -} log:explains { - :carol115 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol116 :does :access_social_media. -} log:explains { - :carol116 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol117 :does :access_social_media. -} log:explains { - :carol117 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol118 :does :access_social_media. -} log:explains { - :carol118 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol119 :does :access_social_media. -} log:explains { - :carol119 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol120 :does :access_social_media. -} log:explains { - :carol120 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol121 :does :access_social_media. -} log:explains { - :carol121 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol122 :does :access_social_media. -} log:explains { - :carol122 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol123 :does :access_social_media. -} log:explains { - :carol123 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol124 :does :access_social_media. -} log:explains { - :carol124 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol125 :does :access_social_media. -} log:explains { - :carol125 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol126 :does :access_social_media. -} log:explains { - :carol126 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol127 :does :access_social_media. -} log:explains { - :carol127 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol128 :does :access_social_media. -} log:explains { - :carol128 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol129 :does :access_social_media. -} log:explains { - :carol129 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol130 :does :access_social_media. -} log:explains { - :carol130 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol131 :does :access_social_media. -} log:explains { - :carol131 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol132 :does :access_social_media. -} log:explains { - :carol132 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol133 :does :access_social_media. -} log:explains { - :carol133 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol134 :does :access_social_media. -} log:explains { - :carol134 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol135 :does :access_social_media. -} log:explains { - :carol135 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol136 :does :access_social_media. -} log:explains { - :carol136 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol137 :does :access_social_media. -} log:explains { - :carol137 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol138 :does :access_social_media. -} log:explains { - :carol138 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol139 :does :access_social_media. -} log:explains { - :carol139 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol140 :does :access_social_media. -} log:explains { - :carol140 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol141 :does :access_social_media. -} log:explains { - :carol141 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol142 :does :access_social_media. -} log:explains { - :carol142 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol143 :does :access_social_media. -} log:explains { - :carol143 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol144 :does :access_social_media. -} log:explains { - :carol144 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol145 :does :access_social_media. -} log:explains { - :carol145 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol146 :does :access_social_media. -} log:explains { - :carol146 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol147 :does :access_social_media. -} log:explains { - :carol147 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol148 :does :access_social_media. -} log:explains { - :carol148 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol149 :does :access_social_media. -} log:explains { - :carol149 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol150 :does :access_social_media. -} log:explains { - :carol150 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol151 :does :access_social_media. -} log:explains { - :carol151 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol152 :does :access_social_media. -} log:explains { - :carol152 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol153 :does :access_social_media. -} log:explains { - :carol153 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol154 :does :access_social_media. -} log:explains { - :carol154 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol155 :does :access_social_media. -} log:explains { - :carol155 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol156 :does :access_social_media. -} log:explains { - :carol156 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol157 :does :access_social_media. -} log:explains { - :carol157 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol158 :does :access_social_media. -} log:explains { - :carol158 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol159 :does :access_social_media. -} log:explains { - :carol159 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol160 :does :access_social_media. -} log:explains { - :carol160 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol161 :does :access_social_media. -} log:explains { - :carol161 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol162 :does :access_social_media. -} log:explains { - :carol162 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol163 :does :access_social_media. -} log:explains { - :carol163 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol164 :does :access_social_media. -} log:explains { - :carol164 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol165 :does :access_social_media. -} log:explains { - :carol165 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol166 :does :access_social_media. -} log:explains { - :carol166 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol167 :does :access_social_media. -} log:explains { - :carol167 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol168 :does :access_social_media. -} log:explains { - :carol168 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol169 :does :access_social_media. -} log:explains { - :carol169 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol170 :does :access_social_media. -} log:explains { - :carol170 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol171 :does :access_social_media. -} log:explains { - :carol171 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol172 :does :access_social_media. -} log:explains { - :carol172 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol173 :does :access_social_media. -} log:explains { - :carol173 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol174 :does :access_social_media. -} log:explains { - :carol174 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol175 :does :access_social_media. -} log:explains { - :carol175 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol176 :does :access_social_media. -} log:explains { - :carol176 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol177 :does :access_social_media. -} log:explains { - :carol177 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol178 :does :access_social_media. -} log:explains { - :carol178 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol179 :does :access_social_media. -} log:explains { - :carol179 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol180 :does :access_social_media. -} log:explains { - :carol180 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol181 :does :access_social_media. -} log:explains { - :carol181 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol182 :does :access_social_media. -} log:explains { - :carol182 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol183 :does :access_social_media. -} log:explains { - :carol183 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol184 :does :access_social_media. -} log:explains { - :carol184 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol185 :does :access_social_media. -} log:explains { - :carol185 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol186 :does :access_social_media. -} log:explains { - :carol186 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol187 :does :access_social_media. -} log:explains { - :carol187 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol188 :does :access_social_media. -} log:explains { - :carol188 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol189 :does :access_social_media. -} log:explains { - :carol189 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol190 :does :access_social_media. -} log:explains { - :carol190 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol191 :does :access_social_media. -} log:explains { - :carol191 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol192 :does :access_social_media. -} log:explains { - :carol192 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol193 :does :access_social_media. -} log:explains { - :carol193 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol194 :does :access_social_media. -} log:explains { - :carol194 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol195 :does :access_social_media. -} log:explains { - :carol195 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol196 :does :access_social_media. -} log:explains { - :carol196 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol197 :does :access_social_media. -} log:explains { - :carol197 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol198 :does :access_social_media. -} log:explains { - :carol198 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol199 :does :access_social_media. -} log:explains { - :carol199 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol200 :does :access_social_media. -} log:explains { - :carol200 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol201 :does :access_social_media. -} log:explains { - :carol201 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol202 :does :access_social_media. -} log:explains { - :carol202 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol203 :does :access_social_media. -} log:explains { - :carol203 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol204 :does :access_social_media. -} log:explains { - :carol204 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol205 :does :access_social_media. -} log:explains { - :carol205 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol206 :does :access_social_media. -} log:explains { - :carol206 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol207 :does :access_social_media. -} log:explains { - :carol207 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol208 :does :access_social_media. -} log:explains { - :carol208 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol209 :does :access_social_media. -} log:explains { - :carol209 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol210 :does :access_social_media. -} log:explains { - :carol210 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol211 :does :access_social_media. -} log:explains { - :carol211 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol212 :does :access_social_media. -} log:explains { - :carol212 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol213 :does :access_social_media. -} log:explains { - :carol213 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol214 :does :access_social_media. -} log:explains { - :carol214 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol215 :does :access_social_media. -} log:explains { - :carol215 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol216 :does :access_social_media. -} log:explains { - :carol216 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol217 :does :access_social_media. -} log:explains { - :carol217 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol218 :does :access_social_media. -} log:explains { - :carol218 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol219 :does :access_social_media. -} log:explains { - :carol219 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol220 :does :access_social_media. -} log:explains { - :carol220 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol221 :does :access_social_media. -} log:explains { - :carol221 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol222 :does :access_social_media. -} log:explains { - :carol222 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol223 :does :access_social_media. -} log:explains { - :carol223 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol224 :does :access_social_media. -} log:explains { - :carol224 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol225 :does :access_social_media. -} log:explains { - :carol225 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol226 :does :access_social_media. -} log:explains { - :carol226 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol227 :does :access_social_media. -} log:explains { - :carol227 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol228 :does :access_social_media. -} log:explains { - :carol228 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol229 :does :access_social_media. -} log:explains { - :carol229 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol230 :does :access_social_media. -} log:explains { - :carol230 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol231 :does :access_social_media. -} log:explains { - :carol231 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol232 :does :access_social_media. -} log:explains { - :carol232 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol233 :does :access_social_media. -} log:explains { - :carol233 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol234 :does :access_social_media. -} log:explains { - :carol234 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol235 :does :access_social_media. -} log:explains { - :carol235 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol236 :does :access_social_media. -} log:explains { - :carol236 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol237 :does :access_social_media. -} log:explains { - :carol237 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol238 :does :access_social_media. -} log:explains { - :carol238 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol239 :does :access_social_media. -} log:explains { - :carol239 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol240 :does :access_social_media. -} log:explains { - :carol240 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol241 :does :access_social_media. -} log:explains { - :carol241 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol242 :does :access_social_media. -} log:explains { - :carol242 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol243 :does :access_social_media. -} log:explains { - :carol243 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol244 :does :access_social_media. -} log:explains { - :carol244 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol245 :does :access_social_media. -} log:explains { - :carol245 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol246 :does :access_social_media. -} log:explains { - :carol246 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol247 :does :access_social_media. -} log:explains { - :carol247 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol248 :does :access_social_media. -} log:explains { - :carol248 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol249 :does :access_social_media. -} log:explains { - :carol249 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol250 :does :access_social_media. -} log:explains { - :carol250 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol251 :does :access_social_media. -} log:explains { - :carol251 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol252 :does :access_social_media. -} log:explains { - :carol252 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol253 :does :access_social_media. -} log:explains { - :carol253 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol254 :does :access_social_media. -} log:explains { - :carol254 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol255 :does :access_social_media. -} log:explains { - :carol255 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol256 :does :access_social_media. -} log:explains { - :carol256 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol257 :does :access_social_media. -} log:explains { - :carol257 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol258 :does :access_social_media. -} log:explains { - :carol258 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol259 :does :access_social_media. -} log:explains { - :carol259 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol260 :does :access_social_media. -} log:explains { - :carol260 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol261 :does :access_social_media. -} log:explains { - :carol261 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol262 :does :access_social_media. -} log:explains { - :carol262 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol263 :does :access_social_media. -} log:explains { - :carol263 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol264 :does :access_social_media. -} log:explains { - :carol264 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol265 :does :access_social_media. -} log:explains { - :carol265 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol266 :does :access_social_media. -} log:explains { - :carol266 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol267 :does :access_social_media. -} log:explains { - :carol267 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol268 :does :access_social_media. -} log:explains { - :carol268 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol269 :does :access_social_media. -} log:explains { - :carol269 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol270 :does :access_social_media. -} log:explains { - :carol270 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol271 :does :access_social_media. -} log:explains { - :carol271 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol272 :does :access_social_media. -} log:explains { - :carol272 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol273 :does :access_social_media. -} log:explains { - :carol273 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol274 :does :access_social_media. -} log:explains { - :carol274 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol275 :does :access_social_media. -} log:explains { - :carol275 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol276 :does :access_social_media. -} log:explains { - :carol276 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol277 :does :access_social_media. -} log:explains { - :carol277 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol278 :does :access_social_media. -} log:explains { - :carol278 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol279 :does :access_social_media. -} log:explains { - :carol279 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol280 :does :access_social_media. -} log:explains { - :carol280 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol281 :does :access_social_media. -} log:explains { - :carol281 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol282 :does :access_social_media. -} log:explains { - :carol282 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol283 :does :access_social_media. -} log:explains { - :carol283 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol284 :does :access_social_media. -} log:explains { - :carol284 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol285 :does :access_social_media. -} log:explains { - :carol285 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol286 :does :access_social_media. -} log:explains { - :carol286 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol287 :does :access_social_media. -} log:explains { - :carol287 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol288 :does :access_social_media. -} log:explains { - :carol288 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol289 :does :access_social_media. -} log:explains { - :carol289 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol290 :does :access_social_media. -} log:explains { - :carol290 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol291 :does :access_social_media. -} log:explains { - :carol291 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol292 :does :access_social_media. -} log:explains { - :carol292 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol293 :does :access_social_media. -} log:explains { - :carol293 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol294 :does :access_social_media. -} log:explains { - :carol294 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol295 :does :access_social_media. -} log:explains { - :carol295 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol296 :does :access_social_media. -} log:explains { - :carol296 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol297 :does :access_social_media. -} log:explains { - :carol297 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol298 :does :access_social_media. -} log:explains { - :carol298 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol299 :does :access_social_media. -} log:explains { - :carol299 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol300 :does :access_social_media. -} log:explains { - :carol300 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol301 :does :access_social_media. -} log:explains { - :carol301 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol302 :does :access_social_media. -} log:explains { - :carol302 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol303 :does :access_social_media. -} log:explains { - :carol303 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol304 :does :access_social_media. -} log:explains { - :carol304 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol305 :does :access_social_media. -} log:explains { - :carol305 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol306 :does :access_social_media. -} log:explains { - :carol306 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol307 :does :access_social_media. -} log:explains { - :carol307 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol308 :does :access_social_media. -} log:explains { - :carol308 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol309 :does :access_social_media. -} log:explains { - :carol309 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol310 :does :access_social_media. -} log:explains { - :carol310 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol311 :does :access_social_media. -} log:explains { - :carol311 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol312 :does :access_social_media. -} log:explains { - :carol312 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol313 :does :access_social_media. -} log:explains { - :carol313 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol314 :does :access_social_media. -} log:explains { - :carol314 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol315 :does :access_social_media. -} log:explains { - :carol315 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol316 :does :access_social_media. -} log:explains { - :carol316 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol317 :does :access_social_media. -} log:explains { - :carol317 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol318 :does :access_social_media. -} log:explains { - :carol318 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol319 :does :access_social_media. -} log:explains { - :carol319 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol320 :does :access_social_media. -} log:explains { - :carol320 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol321 :does :access_social_media. -} log:explains { - :carol321 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol322 :does :access_social_media. -} log:explains { - :carol322 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol323 :does :access_social_media. -} log:explains { - :carol323 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol324 :does :access_social_media. -} log:explains { - :carol324 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol325 :does :access_social_media. -} log:explains { - :carol325 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol326 :does :access_social_media. -} log:explains { - :carol326 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol327 :does :access_social_media. -} log:explains { - :carol327 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol328 :does :access_social_media. -} log:explains { - :carol328 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol329 :does :access_social_media. -} log:explains { - :carol329 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol330 :does :access_social_media. -} log:explains { - :carol330 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol331 :does :access_social_media. -} log:explains { - :carol331 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol332 :does :access_social_media. -} log:explains { - :carol332 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol333 :does :access_social_media. -} log:explains { - :carol333 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol334 :does :access_social_media. -} log:explains { - :carol334 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol335 :does :access_social_media. -} log:explains { - :carol335 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol336 :does :access_social_media. -} log:explains { - :carol336 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol337 :does :access_social_media. -} log:explains { - :carol337 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol338 :does :access_social_media. -} log:explains { - :carol338 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol339 :does :access_social_media. -} log:explains { - :carol339 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol340 :does :access_social_media. -} log:explains { - :carol340 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol341 :does :access_social_media. -} log:explains { - :carol341 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol342 :does :access_social_media. -} log:explains { - :carol342 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol343 :does :access_social_media. -} log:explains { - :carol343 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol344 :does :access_social_media. -} log:explains { - :carol344 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol345 :does :access_social_media. -} log:explains { - :carol345 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol346 :does :access_social_media. -} log:explains { - :carol346 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol347 :does :access_social_media. -} log:explains { - :carol347 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol348 :does :access_social_media. -} log:explains { - :carol348 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol349 :does :access_social_media. -} log:explains { - :carol349 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol350 :does :access_social_media. -} log:explains { - :carol350 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol351 :does :access_social_media. -} log:explains { - :carol351 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol352 :does :access_social_media. -} log:explains { - :carol352 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol353 :does :access_social_media. -} log:explains { - :carol353 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol354 :does :access_social_media. -} log:explains { - :carol354 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol355 :does :access_social_media. -} log:explains { - :carol355 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol356 :does :access_social_media. -} log:explains { - :carol356 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol357 :does :access_social_media. -} log:explains { - :carol357 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol358 :does :access_social_media. -} log:explains { - :carol358 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol359 :does :access_social_media. -} log:explains { - :carol359 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol360 :does :access_social_media. -} log:explains { - :carol360 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol361 :does :access_social_media. -} log:explains { - :carol361 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol362 :does :access_social_media. -} log:explains { - :carol362 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol363 :does :access_social_media. -} log:explains { - :carol363 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol364 :does :access_social_media. -} log:explains { - :carol364 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol365 :does :access_social_media. -} log:explains { - :carol365 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol366 :does :access_social_media. -} log:explains { - :carol366 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol367 :does :access_social_media. -} log:explains { - :carol367 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol368 :does :access_social_media. -} log:explains { - :carol368 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol369 :does :access_social_media. -} log:explains { - :carol369 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol370 :does :access_social_media. -} log:explains { - :carol370 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol371 :does :access_social_media. -} log:explains { - :carol371 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol372 :does :access_social_media. -} log:explains { - :carol372 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol373 :does :access_social_media. -} log:explains { - :carol373 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol374 :does :access_social_media. -} log:explains { - :carol374 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol375 :does :access_social_media. -} log:explains { - :carol375 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol376 :does :access_social_media. -} log:explains { - :carol376 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol377 :does :access_social_media. -} log:explains { - :carol377 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol378 :does :access_social_media. -} log:explains { - :carol378 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol379 :does :access_social_media. -} log:explains { - :carol379 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol380 :does :access_social_media. -} log:explains { - :carol380 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol381 :does :access_social_media. -} log:explains { - :carol381 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol382 :does :access_social_media. -} log:explains { - :carol382 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol383 :does :access_social_media. -} log:explains { - :carol383 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol384 :does :access_social_media. -} log:explains { - :carol384 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol385 :does :access_social_media. -} log:explains { - :carol385 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol386 :does :access_social_media. -} log:explains { - :carol386 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol387 :does :access_social_media. -} log:explains { - :carol387 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol388 :does :access_social_media. -} log:explains { - :carol388 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol389 :does :access_social_media. -} log:explains { - :carol389 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol390 :does :access_social_media. -} log:explains { - :carol390 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol391 :does :access_social_media. -} log:explains { - :carol391 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol392 :does :access_social_media. -} log:explains { - :carol392 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol393 :does :access_social_media. -} log:explains { - :carol393 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol394 :does :access_social_media. -} log:explains { - :carol394 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol395 :does :access_social_media. -} log:explains { - :carol395 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol396 :does :access_social_media. -} log:explains { - :carol396 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol397 :does :access_social_media. -} log:explains { - :carol397 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol398 :does :access_social_media. -} log:explains { - :carol398 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol399 :does :access_social_media. -} log:explains { - :carol399 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol400 :does :access_social_media. -} log:explains { - :carol400 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol401 :does :access_social_media. -} log:explains { - :carol401 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol402 :does :access_social_media. -} log:explains { - :carol402 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol403 :does :access_social_media. -} log:explains { - :carol403 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol404 :does :access_social_media. -} log:explains { - :carol404 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol405 :does :access_social_media. -} log:explains { - :carol405 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol406 :does :access_social_media. -} log:explains { - :carol406 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol407 :does :access_social_media. -} log:explains { - :carol407 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol408 :does :access_social_media. -} log:explains { - :carol408 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol409 :does :access_social_media. -} log:explains { - :carol409 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol410 :does :access_social_media. -} log:explains { - :carol410 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol411 :does :access_social_media. -} log:explains { - :carol411 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol412 :does :access_social_media. -} log:explains { - :carol412 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol413 :does :access_social_media. -} log:explains { - :carol413 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol414 :does :access_social_media. -} log:explains { - :carol414 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol415 :does :access_social_media. -} log:explains { - :carol415 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol416 :does :access_social_media. -} log:explains { - :carol416 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol417 :does :access_social_media. -} log:explains { - :carol417 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol418 :does :access_social_media. -} log:explains { - :carol418 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol419 :does :access_social_media. -} log:explains { - :carol419 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol420 :does :access_social_media. -} log:explains { - :carol420 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol421 :does :access_social_media. -} log:explains { - :carol421 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol422 :does :access_social_media. -} log:explains { - :carol422 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol423 :does :access_social_media. -} log:explains { - :carol423 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol424 :does :access_social_media. -} log:explains { - :carol424 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol425 :does :access_social_media. -} log:explains { - :carol425 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol426 :does :access_social_media. -} log:explains { - :carol426 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol427 :does :access_social_media. -} log:explains { - :carol427 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol428 :does :access_social_media. -} log:explains { - :carol428 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol429 :does :access_social_media. -} log:explains { - :carol429 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol430 :does :access_social_media. -} log:explains { - :carol430 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol431 :does :access_social_media. -} log:explains { - :carol431 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol432 :does :access_social_media. -} log:explains { - :carol432 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol433 :does :access_social_media. -} log:explains { - :carol433 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol434 :does :access_social_media. -} log:explains { - :carol434 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol435 :does :access_social_media. -} log:explains { - :carol435 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol436 :does :access_social_media. -} log:explains { - :carol436 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol437 :does :access_social_media. -} log:explains { - :carol437 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol438 :does :access_social_media. -} log:explains { - :carol438 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol439 :does :access_social_media. -} log:explains { - :carol439 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol440 :does :access_social_media. -} log:explains { - :carol440 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol441 :does :access_social_media. -} log:explains { - :carol441 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol442 :does :access_social_media. -} log:explains { - :carol442 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol443 :does :access_social_media. -} log:explains { - :carol443 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol444 :does :access_social_media. -} log:explains { - :carol444 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol445 :does :access_social_media. -} log:explains { - :carol445 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol446 :does :access_social_media. -} log:explains { - :carol446 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol447 :does :access_social_media. -} log:explains { - :carol447 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol448 :does :access_social_media. -} log:explains { - :carol448 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol449 :does :access_social_media. -} log:explains { - :carol449 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol450 :does :access_social_media. -} log:explains { - :carol450 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol451 :does :access_social_media. -} log:explains { - :carol451 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol452 :does :access_social_media. -} log:explains { - :carol452 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol453 :does :access_social_media. -} log:explains { - :carol453 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol454 :does :access_social_media. -} log:explains { - :carol454 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol455 :does :access_social_media. -} log:explains { - :carol455 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol456 :does :access_social_media. -} log:explains { - :carol456 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol457 :does :access_social_media. -} log:explains { - :carol457 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol458 :does :access_social_media. -} log:explains { - :carol458 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol459 :does :access_social_media. -} log:explains { - :carol459 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol460 :does :access_social_media. -} log:explains { - :carol460 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol461 :does :access_social_media. -} log:explains { - :carol461 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol462 :does :access_social_media. -} log:explains { - :carol462 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol463 :does :access_social_media. -} log:explains { - :carol463 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol464 :does :access_social_media. -} log:explains { - :carol464 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol465 :does :access_social_media. -} log:explains { - :carol465 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol466 :does :access_social_media. -} log:explains { - :carol466 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol467 :does :access_social_media. -} log:explains { - :carol467 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol468 :does :access_social_media. -} log:explains { - :carol468 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol469 :does :access_social_media. -} log:explains { - :carol469 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol470 :does :access_social_media. -} log:explains { - :carol470 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol471 :does :access_social_media. -} log:explains { - :carol471 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol472 :does :access_social_media. -} log:explains { - :carol472 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol473 :does :access_social_media. -} log:explains { - :carol473 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol474 :does :access_social_media. -} log:explains { - :carol474 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol475 :does :access_social_media. -} log:explains { - :carol475 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol476 :does :access_social_media. -} log:explains { - :carol476 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol477 :does :access_social_media. -} log:explains { - :carol477 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol478 :does :access_social_media. -} log:explains { - :carol478 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol479 :does :access_social_media. -} log:explains { - :carol479 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol480 :does :access_social_media. -} log:explains { - :carol480 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol481 :does :access_social_media. -} log:explains { - :carol481 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol482 :does :access_social_media. -} log:explains { - :carol482 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol483 :does :access_social_media. -} log:explains { - :carol483 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol484 :does :access_social_media. -} log:explains { - :carol484 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol485 :does :access_social_media. -} log:explains { - :carol485 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol486 :does :access_social_media. -} log:explains { - :carol486 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol487 :does :access_social_media. -} log:explains { - :carol487 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol488 :does :access_social_media. -} log:explains { - :carol488 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol489 :does :access_social_media. -} log:explains { - :carol489 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol490 :does :access_social_media. -} log:explains { - :carol490 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol491 :does :access_social_media. -} log:explains { - :carol491 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol492 :does :access_social_media. -} log:explains { - :carol492 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol493 :does :access_social_media. -} log:explains { - :carol493 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol494 :does :access_social_media. -} log:explains { - :carol494 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol495 :does :access_social_media. -} log:explains { - :carol495 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol496 :does :access_social_media. -} log:explains { - :carol496 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol497 :does :access_social_media. -} log:explains { - :carol497 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol498 :does :access_social_media. -} log:explains { - :carol498 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol499 :does :access_social_media. -} log:explains { - :carol499 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol500 :does :access_social_media. -} log:explains { - :carol500 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol501 :does :access_social_media. -} log:explains { - :carol501 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol502 :does :access_social_media. -} log:explains { - :carol502 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol503 :does :access_social_media. -} log:explains { - :carol503 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol504 :does :access_social_media. -} log:explains { - :carol504 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol505 :does :access_social_media. -} log:explains { - :carol505 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol506 :does :access_social_media. -} log:explains { - :carol506 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol507 :does :access_social_media. -} log:explains { - :carol507 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol508 :does :access_social_media. -} log:explains { - :carol508 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol509 :does :access_social_media. -} log:explains { - :carol509 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol510 :does :access_social_media. -} log:explains { - :carol510 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol511 :does :access_social_media. -} log:explains { - :carol511 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol512 :does :access_social_media. -} log:explains { - :carol512 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol513 :does :access_social_media. -} log:explains { - :carol513 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol514 :does :access_social_media. -} log:explains { - :carol514 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol515 :does :access_social_media. -} log:explains { - :carol515 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol516 :does :access_social_media. -} log:explains { - :carol516 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol517 :does :access_social_media. -} log:explains { - :carol517 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol518 :does :access_social_media. -} log:explains { - :carol518 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol519 :does :access_social_media. -} log:explains { - :carol519 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol520 :does :access_social_media. -} log:explains { - :carol520 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol521 :does :access_social_media. -} log:explains { - :carol521 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol522 :does :access_social_media. -} log:explains { - :carol522 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol523 :does :access_social_media. -} log:explains { - :carol523 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol524 :does :access_social_media. -} log:explains { - :carol524 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol525 :does :access_social_media. -} log:explains { - :carol525 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol526 :does :access_social_media. -} log:explains { - :carol526 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol527 :does :access_social_media. -} log:explains { - :carol527 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol528 :does :access_social_media. -} log:explains { - :carol528 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol529 :does :access_social_media. -} log:explains { - :carol529 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol530 :does :access_social_media. -} log:explains { - :carol530 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol531 :does :access_social_media. -} log:explains { - :carol531 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol532 :does :access_social_media. -} log:explains { - :carol532 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol533 :does :access_social_media. -} log:explains { - :carol533 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol534 :does :access_social_media. -} log:explains { - :carol534 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol535 :does :access_social_media. -} log:explains { - :carol535 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol536 :does :access_social_media. -} log:explains { - :carol536 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol537 :does :access_social_media. -} log:explains { - :carol537 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol538 :does :access_social_media. -} log:explains { - :carol538 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol539 :does :access_social_media. -} log:explains { - :carol539 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol540 :does :access_social_media. -} log:explains { - :carol540 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol541 :does :access_social_media. -} log:explains { - :carol541 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol542 :does :access_social_media. -} log:explains { - :carol542 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol543 :does :access_social_media. -} log:explains { - :carol543 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol544 :does :access_social_media. -} log:explains { - :carol544 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol545 :does :access_social_media. -} log:explains { - :carol545 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol546 :does :access_social_media. -} log:explains { - :carol546 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol547 :does :access_social_media. -} log:explains { - :carol547 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol548 :does :access_social_media. -} log:explains { - :carol548 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol549 :does :access_social_media. -} log:explains { - :carol549 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol550 :does :access_social_media. -} log:explains { - :carol550 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol551 :does :access_social_media. -} log:explains { - :carol551 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol552 :does :access_social_media. -} log:explains { - :carol552 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol553 :does :access_social_media. -} log:explains { - :carol553 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol554 :does :access_social_media. -} log:explains { - :carol554 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol555 :does :access_social_media. -} log:explains { - :carol555 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol556 :does :access_social_media. -} log:explains { - :carol556 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol557 :does :access_social_media. -} log:explains { - :carol557 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol558 :does :access_social_media. -} log:explains { - :carol558 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol559 :does :access_social_media. -} log:explains { - :carol559 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol560 :does :access_social_media. -} log:explains { - :carol560 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol561 :does :access_social_media. -} log:explains { - :carol561 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol562 :does :access_social_media. -} log:explains { - :carol562 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol563 :does :access_social_media. -} log:explains { - :carol563 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol564 :does :access_social_media. -} log:explains { - :carol564 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol565 :does :access_social_media. -} log:explains { - :carol565 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol566 :does :access_social_media. -} log:explains { - :carol566 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol567 :does :access_social_media. -} log:explains { - :carol567 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol568 :does :access_social_media. -} log:explains { - :carol568 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol569 :does :access_social_media. -} log:explains { - :carol569 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol570 :does :access_social_media. -} log:explains { - :carol570 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol571 :does :access_social_media. -} log:explains { - :carol571 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol572 :does :access_social_media. -} log:explains { - :carol572 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol573 :does :access_social_media. -} log:explains { - :carol573 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol574 :does :access_social_media. -} log:explains { - :carol574 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol575 :does :access_social_media. -} log:explains { - :carol575 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol576 :does :access_social_media. -} log:explains { - :carol576 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol577 :does :access_social_media. -} log:explains { - :carol577 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol578 :does :access_social_media. -} log:explains { - :carol578 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol579 :does :access_social_media. -} log:explains { - :carol579 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol580 :does :access_social_media. -} log:explains { - :carol580 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol581 :does :access_social_media. -} log:explains { - :carol581 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol582 :does :access_social_media. -} log:explains { - :carol582 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol583 :does :access_social_media. -} log:explains { - :carol583 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol584 :does :access_social_media. -} log:explains { - :carol584 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol585 :does :access_social_media. -} log:explains { - :carol585 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol586 :does :access_social_media. -} log:explains { - :carol586 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol587 :does :access_social_media. -} log:explains { - :carol587 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol588 :does :access_social_media. -} log:explains { - :carol588 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol589 :does :access_social_media. -} log:explains { - :carol589 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol590 :does :access_social_media. -} log:explains { - :carol590 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol591 :does :access_social_media. -} log:explains { - :carol591 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol592 :does :access_social_media. -} log:explains { - :carol592 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol593 :does :access_social_media. -} log:explains { - :carol593 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol594 :does :access_social_media. -} log:explains { - :carol594 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol595 :does :access_social_media. -} log:explains { - :carol595 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol596 :does :access_social_media. -} log:explains { - :carol596 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol597 :does :access_social_media. -} log:explains { - :carol597 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol598 :does :access_social_media. -} log:explains { - :carol598 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol599 :does :access_social_media. -} log:explains { - :carol599 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol600 :does :access_social_media. -} log:explains { - :carol600 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol601 :does :access_social_media. -} log:explains { - :carol601 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol602 :does :access_social_media. -} log:explains { - :carol602 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol603 :does :access_social_media. -} log:explains { - :carol603 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol604 :does :access_social_media. -} log:explains { - :carol604 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol605 :does :access_social_media. -} log:explains { - :carol605 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol606 :does :access_social_media. -} log:explains { - :carol606 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol607 :does :access_social_media. -} log:explains { - :carol607 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol608 :does :access_social_media. -} log:explains { - :carol608 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol609 :does :access_social_media. -} log:explains { - :carol609 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol610 :does :access_social_media. -} log:explains { - :carol610 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol611 :does :access_social_media. -} log:explains { - :carol611 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol612 :does :access_social_media. -} log:explains { - :carol612 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol613 :does :access_social_media. -} log:explains { - :carol613 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol614 :does :access_social_media. -} log:explains { - :carol614 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol615 :does :access_social_media. -} log:explains { - :carol615 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol616 :does :access_social_media. -} log:explains { - :carol616 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol617 :does :access_social_media. -} log:explains { - :carol617 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol618 :does :access_social_media. -} log:explains { - :carol618 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol619 :does :access_social_media. -} log:explains { - :carol619 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol620 :does :access_social_media. -} log:explains { - :carol620 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol621 :does :access_social_media. -} log:explains { - :carol621 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol622 :does :access_social_media. -} log:explains { - :carol622 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol623 :does :access_social_media. -} log:explains { - :carol623 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol624 :does :access_social_media. -} log:explains { - :carol624 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol625 :does :access_social_media. -} log:explains { - :carol625 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol626 :does :access_social_media. -} log:explains { - :carol626 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol627 :does :access_social_media. -} log:explains { - :carol627 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol628 :does :access_social_media. -} log:explains { - :carol628 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol629 :does :access_social_media. -} log:explains { - :carol629 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol630 :does :access_social_media. -} log:explains { - :carol630 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol631 :does :access_social_media. -} log:explains { - :carol631 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol632 :does :access_social_media. -} log:explains { - :carol632 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol633 :does :access_social_media. -} log:explains { - :carol633 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol634 :does :access_social_media. -} log:explains { - :carol634 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol635 :does :access_social_media. -} log:explains { - :carol635 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol636 :does :access_social_media. -} log:explains { - :carol636 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol637 :does :access_social_media. -} log:explains { - :carol637 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol638 :does :access_social_media. -} log:explains { - :carol638 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol639 :does :access_social_media. -} log:explains { - :carol639 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol640 :does :access_social_media. -} log:explains { - :carol640 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol641 :does :access_social_media. -} log:explains { - :carol641 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol642 :does :access_social_media. -} log:explains { - :carol642 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol643 :does :access_social_media. -} log:explains { - :carol643 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol644 :does :access_social_media. -} log:explains { - :carol644 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol645 :does :access_social_media. -} log:explains { - :carol645 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol646 :does :access_social_media. -} log:explains { - :carol646 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol647 :does :access_social_media. -} log:explains { - :carol647 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol648 :does :access_social_media. -} log:explains { - :carol648 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol649 :does :access_social_media. -} log:explains { - :carol649 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol650 :does :access_social_media. -} log:explains { - :carol650 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol651 :does :access_social_media. -} log:explains { - :carol651 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol652 :does :access_social_media. -} log:explains { - :carol652 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol653 :does :access_social_media. -} log:explains { - :carol653 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol654 :does :access_social_media. -} log:explains { - :carol654 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol655 :does :access_social_media. -} log:explains { - :carol655 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol656 :does :access_social_media. -} log:explains { - :carol656 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol657 :does :access_social_media. -} log:explains { - :carol657 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol658 :does :access_social_media. -} log:explains { - :carol658 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol659 :does :access_social_media. -} log:explains { - :carol659 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol660 :does :access_social_media. -} log:explains { - :carol660 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol661 :does :access_social_media. -} log:explains { - :carol661 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol662 :does :access_social_media. -} log:explains { - :carol662 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol663 :does :access_social_media. -} log:explains { - :carol663 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol664 :does :access_social_media. -} log:explains { - :carol664 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol665 :does :access_social_media. -} log:explains { - :carol665 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol666 :does :access_social_media. -} log:explains { - :carol666 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol667 :does :access_social_media. -} log:explains { - :carol667 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol668 :does :access_social_media. -} log:explains { - :carol668 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol669 :does :access_social_media. -} log:explains { - :carol669 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol670 :does :access_social_media. -} log:explains { - :carol670 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol671 :does :access_social_media. -} log:explains { - :carol671 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol672 :does :access_social_media. -} log:explains { - :carol672 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol673 :does :access_social_media. -} log:explains { - :carol673 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol674 :does :access_social_media. -} log:explains { - :carol674 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol675 :does :access_social_media. -} log:explains { - :carol675 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol676 :does :access_social_media. -} log:explains { - :carol676 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol677 :does :access_social_media. -} log:explains { - :carol677 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol678 :does :access_social_media. -} log:explains { - :carol678 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol679 :does :access_social_media. -} log:explains { - :carol679 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol680 :does :access_social_media. -} log:explains { - :carol680 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol681 :does :access_social_media. -} log:explains { - :carol681 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol682 :does :access_social_media. -} log:explains { - :carol682 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol683 :does :access_social_media. -} log:explains { - :carol683 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol684 :does :access_social_media. -} log:explains { - :carol684 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol685 :does :access_social_media. -} log:explains { - :carol685 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol686 :does :access_social_media. -} log:explains { - :carol686 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol687 :does :access_social_media. -} log:explains { - :carol687 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol688 :does :access_social_media. -} log:explains { - :carol688 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol689 :does :access_social_media. -} log:explains { - :carol689 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol690 :does :access_social_media. -} log:explains { - :carol690 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol691 :does :access_social_media. -} log:explains { - :carol691 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol692 :does :access_social_media. -} log:explains { - :carol692 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol693 :does :access_social_media. -} log:explains { - :carol693 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol694 :does :access_social_media. -} log:explains { - :carol694 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol695 :does :access_social_media. -} log:explains { - :carol695 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol696 :does :access_social_media. -} log:explains { - :carol696 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol697 :does :access_social_media. -} log:explains { - :carol697 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol698 :does :access_social_media. -} log:explains { - :carol698 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol699 :does :access_social_media. -} log:explains { - :carol699 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol700 :does :access_social_media. -} log:explains { - :carol700 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol701 :does :access_social_media. -} log:explains { - :carol701 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol702 :does :access_social_media. -} log:explains { - :carol702 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol703 :does :access_social_media. -} log:explains { - :carol703 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol704 :does :access_social_media. -} log:explains { - :carol704 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol705 :does :access_social_media. -} log:explains { - :carol705 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol706 :does :access_social_media. -} log:explains { - :carol706 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol707 :does :access_social_media. -} log:explains { - :carol707 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol708 :does :access_social_media. -} log:explains { - :carol708 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol709 :does :access_social_media. -} log:explains { - :carol709 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol710 :does :access_social_media. -} log:explains { - :carol710 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol711 :does :access_social_media. -} log:explains { - :carol711 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol712 :does :access_social_media. -} log:explains { - :carol712 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol713 :does :access_social_media. -} log:explains { - :carol713 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol714 :does :access_social_media. -} log:explains { - :carol714 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol715 :does :access_social_media. -} log:explains { - :carol715 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol716 :does :access_social_media. -} log:explains { - :carol716 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol717 :does :access_social_media. -} log:explains { - :carol717 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol718 :does :access_social_media. -} log:explains { - :carol718 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol719 :does :access_social_media. -} log:explains { - :carol719 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol720 :does :access_social_media. -} log:explains { - :carol720 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol721 :does :access_social_media. -} log:explains { - :carol721 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol722 :does :access_social_media. -} log:explains { - :carol722 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol723 :does :access_social_media. -} log:explains { - :carol723 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol724 :does :access_social_media. -} log:explains { - :carol724 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol725 :does :access_social_media. -} log:explains { - :carol725 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol726 :does :access_social_media. -} log:explains { - :carol726 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol727 :does :access_social_media. -} log:explains { - :carol727 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol728 :does :access_social_media. -} log:explains { - :carol728 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol729 :does :access_social_media. -} log:explains { - :carol729 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol730 :does :access_social_media. -} log:explains { - :carol730 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol731 :does :access_social_media. -} log:explains { - :carol731 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol732 :does :access_social_media. -} log:explains { - :carol732 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol733 :does :access_social_media. -} log:explains { - :carol733 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol734 :does :access_social_media. -} log:explains { - :carol734 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol735 :does :access_social_media. -} log:explains { - :carol735 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol736 :does :access_social_media. -} log:explains { - :carol736 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol737 :does :access_social_media. -} log:explains { - :carol737 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol738 :does :access_social_media. -} log:explains { - :carol738 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol739 :does :access_social_media. -} log:explains { - :carol739 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol740 :does :access_social_media. -} log:explains { - :carol740 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol741 :does :access_social_media. -} log:explains { - :carol741 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol742 :does :access_social_media. -} log:explains { - :carol742 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol743 :does :access_social_media. -} log:explains { - :carol743 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol744 :does :access_social_media. -} log:explains { - :carol744 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol745 :does :access_social_media. -} log:explains { - :carol745 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol746 :does :access_social_media. -} log:explains { - :carol746 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol747 :does :access_social_media. -} log:explains { - :carol747 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol748 :does :access_social_media. -} log:explains { - :carol748 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol749 :does :access_social_media. -} log:explains { - :carol749 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol750 :does :access_social_media. -} log:explains { - :carol750 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol751 :does :access_social_media. -} log:explains { - :carol751 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol752 :does :access_social_media. -} log:explains { - :carol752 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol753 :does :access_social_media. -} log:explains { - :carol753 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol754 :does :access_social_media. -} log:explains { - :carol754 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol755 :does :access_social_media. -} log:explains { - :carol755 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol756 :does :access_social_media. -} log:explains { - :carol756 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol757 :does :access_social_media. -} log:explains { - :carol757 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol758 :does :access_social_media. -} log:explains { - :carol758 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol759 :does :access_social_media. -} log:explains { - :carol759 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol760 :does :access_social_media. -} log:explains { - :carol760 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol761 :does :access_social_media. -} log:explains { - :carol761 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol762 :does :access_social_media. -} log:explains { - :carol762 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol763 :does :access_social_media. -} log:explains { - :carol763 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol764 :does :access_social_media. -} log:explains { - :carol764 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol765 :does :access_social_media. -} log:explains { - :carol765 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol766 :does :access_social_media. -} log:explains { - :carol766 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol767 :does :access_social_media. -} log:explains { - :carol767 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol768 :does :access_social_media. -} log:explains { - :carol768 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol769 :does :access_social_media. -} log:explains { - :carol769 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol770 :does :access_social_media. -} log:explains { - :carol770 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol771 :does :access_social_media. -} log:explains { - :carol771 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol772 :does :access_social_media. -} log:explains { - :carol772 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol773 :does :access_social_media. -} log:explains { - :carol773 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol774 :does :access_social_media. -} log:explains { - :carol774 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol775 :does :access_social_media. -} log:explains { - :carol775 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol776 :does :access_social_media. -} log:explains { - :carol776 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol777 :does :access_social_media. -} log:explains { - :carol777 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol778 :does :access_social_media. -} log:explains { - :carol778 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol779 :does :access_social_media. -} log:explains { - :carol779 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol780 :does :access_social_media. -} log:explains { - :carol780 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol781 :does :access_social_media. -} log:explains { - :carol781 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol782 :does :access_social_media. -} log:explains { - :carol782 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol783 :does :access_social_media. -} log:explains { - :carol783 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol784 :does :access_social_media. -} log:explains { - :carol784 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol785 :does :access_social_media. -} log:explains { - :carol785 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol786 :does :access_social_media. -} log:explains { - :carol786 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol787 :does :access_social_media. -} log:explains { - :carol787 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol788 :does :access_social_media. -} log:explains { - :carol788 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol789 :does :access_social_media. -} log:explains { - :carol789 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol790 :does :access_social_media. -} log:explains { - :carol790 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol791 :does :access_social_media. -} log:explains { - :carol791 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol792 :does :access_social_media. -} log:explains { - :carol792 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol793 :does :access_social_media. -} log:explains { - :carol793 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol794 :does :access_social_media. -} log:explains { - :carol794 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol795 :does :access_social_media. -} log:explains { - :carol795 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol796 :does :access_social_media. -} log:explains { - :carol796 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol797 :does :access_social_media. -} log:explains { - :carol797 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol798 :does :access_social_media. -} log:explains { - :carol798 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol799 :does :access_social_media. -} log:explains { - :carol799 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol800 :does :access_social_media. -} log:explains { - :carol800 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol801 :does :access_social_media. -} log:explains { - :carol801 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol802 :does :access_social_media. -} log:explains { - :carol802 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol803 :does :access_social_media. -} log:explains { - :carol803 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol804 :does :access_social_media. -} log:explains { - :carol804 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol805 :does :access_social_media. -} log:explains { - :carol805 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol806 :does :access_social_media. -} log:explains { - :carol806 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol807 :does :access_social_media. -} log:explains { - :carol807 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol808 :does :access_social_media. -} log:explains { - :carol808 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol809 :does :access_social_media. -} log:explains { - :carol809 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol810 :does :access_social_media. -} log:explains { - :carol810 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol811 :does :access_social_media. -} log:explains { - :carol811 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol812 :does :access_social_media. -} log:explains { - :carol812 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol813 :does :access_social_media. -} log:explains { - :carol813 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol814 :does :access_social_media. -} log:explains { - :carol814 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol815 :does :access_social_media. -} log:explains { - :carol815 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol816 :does :access_social_media. -} log:explains { - :carol816 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol817 :does :access_social_media. -} log:explains { - :carol817 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol818 :does :access_social_media. -} log:explains { - :carol818 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol819 :does :access_social_media. -} log:explains { - :carol819 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol820 :does :access_social_media. -} log:explains { - :carol820 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol821 :does :access_social_media. -} log:explains { - :carol821 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol822 :does :access_social_media. -} log:explains { - :carol822 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol823 :does :access_social_media. -} log:explains { - :carol823 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol824 :does :access_social_media. -} log:explains { - :carol824 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol825 :does :access_social_media. -} log:explains { - :carol825 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol826 :does :access_social_media. -} log:explains { - :carol826 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol827 :does :access_social_media. -} log:explains { - :carol827 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol828 :does :access_social_media. -} log:explains { - :carol828 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol829 :does :access_social_media. -} log:explains { - :carol829 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol830 :does :access_social_media. -} log:explains { - :carol830 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol831 :does :access_social_media. -} log:explains { - :carol831 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol832 :does :access_social_media. -} log:explains { - :carol832 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol833 :does :access_social_media. -} log:explains { - :carol833 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol834 :does :access_social_media. -} log:explains { - :carol834 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol835 :does :access_social_media. -} log:explains { - :carol835 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol836 :does :access_social_media. -} log:explains { - :carol836 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol837 :does :access_social_media. -} log:explains { - :carol837 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol838 :does :access_social_media. -} log:explains { - :carol838 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol839 :does :access_social_media. -} log:explains { - :carol839 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol840 :does :access_social_media. -} log:explains { - :carol840 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol841 :does :access_social_media. -} log:explains { - :carol841 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol842 :does :access_social_media. -} log:explains { - :carol842 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol843 :does :access_social_media. -} log:explains { - :carol843 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol844 :does :access_social_media. -} log:explains { - :carol844 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol845 :does :access_social_media. -} log:explains { - :carol845 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol846 :does :access_social_media. -} log:explains { - :carol846 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol847 :does :access_social_media. -} log:explains { - :carol847 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol848 :does :access_social_media. -} log:explains { - :carol848 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol849 :does :access_social_media. -} log:explains { - :carol849 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol850 :does :access_social_media. -} log:explains { - :carol850 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol851 :does :access_social_media. -} log:explains { - :carol851 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol852 :does :access_social_media. -} log:explains { - :carol852 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol853 :does :access_social_media. -} log:explains { - :carol853 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol854 :does :access_social_media. -} log:explains { - :carol854 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol855 :does :access_social_media. -} log:explains { - :carol855 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol856 :does :access_social_media. -} log:explains { - :carol856 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol857 :does :access_social_media. -} log:explains { - :carol857 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol858 :does :access_social_media. -} log:explains { - :carol858 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol859 :does :access_social_media. -} log:explains { - :carol859 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol860 :does :access_social_media. -} log:explains { - :carol860 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol861 :does :access_social_media. -} log:explains { - :carol861 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol862 :does :access_social_media. -} log:explains { - :carol862 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol863 :does :access_social_media. -} log:explains { - :carol863 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol864 :does :access_social_media. -} log:explains { - :carol864 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol865 :does :access_social_media. -} log:explains { - :carol865 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol866 :does :access_social_media. -} log:explains { - :carol866 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol867 :does :access_social_media. -} log:explains { - :carol867 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol868 :does :access_social_media. -} log:explains { - :carol868 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol869 :does :access_social_media. -} log:explains { - :carol869 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol870 :does :access_social_media. -} log:explains { - :carol870 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol871 :does :access_social_media. -} log:explains { - :carol871 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol872 :does :access_social_media. -} log:explains { - :carol872 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol873 :does :access_social_media. -} log:explains { - :carol873 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol874 :does :access_social_media. -} log:explains { - :carol874 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol875 :does :access_social_media. -} log:explains { - :carol875 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol876 :does :access_social_media. -} log:explains { - :carol876 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol877 :does :access_social_media. -} log:explains { - :carol877 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol878 :does :access_social_media. -} log:explains { - :carol878 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol879 :does :access_social_media. -} log:explains { - :carol879 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol880 :does :access_social_media. -} log:explains { - :carol880 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol881 :does :access_social_media. -} log:explains { - :carol881 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol882 :does :access_social_media. -} log:explains { - :carol882 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol883 :does :access_social_media. -} log:explains { - :carol883 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol884 :does :access_social_media. -} log:explains { - :carol884 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol885 :does :access_social_media. -} log:explains { - :carol885 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol886 :does :access_social_media. -} log:explains { - :carol886 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol887 :does :access_social_media. -} log:explains { - :carol887 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol888 :does :access_social_media. -} log:explains { - :carol888 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol889 :does :access_social_media. -} log:explains { - :carol889 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol890 :does :access_social_media. -} log:explains { - :carol890 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol891 :does :access_social_media. -} log:explains { - :carol891 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol892 :does :access_social_media. -} log:explains { - :carol892 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol893 :does :access_social_media. -} log:explains { - :carol893 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol894 :does :access_social_media. -} log:explains { - :carol894 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol895 :does :access_social_media. -} log:explains { - :carol895 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol896 :does :access_social_media. -} log:explains { - :carol896 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol897 :does :access_social_media. -} log:explains { - :carol897 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol898 :does :access_social_media. -} log:explains { - :carol898 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol899 :does :access_social_media. -} log:explains { - :carol899 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol900 :does :access_social_media. -} log:explains { - :carol900 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol901 :does :access_social_media. -} log:explains { - :carol901 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol902 :does :access_social_media. -} log:explains { - :carol902 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol903 :does :access_social_media. -} log:explains { - :carol903 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol904 :does :access_social_media. -} log:explains { - :carol904 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol905 :does :access_social_media. -} log:explains { - :carol905 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol906 :does :access_social_media. -} log:explains { - :carol906 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol907 :does :access_social_media. -} log:explains { - :carol907 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol908 :does :access_social_media. -} log:explains { - :carol908 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol909 :does :access_social_media. -} log:explains { - :carol909 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol910 :does :access_social_media. -} log:explains { - :carol910 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol911 :does :access_social_media. -} log:explains { - :carol911 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol912 :does :access_social_media. -} log:explains { - :carol912 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol913 :does :access_social_media. -} log:explains { - :carol913 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol914 :does :access_social_media. -} log:explains { - :carol914 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol915 :does :access_social_media. -} log:explains { - :carol915 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol916 :does :access_social_media. -} log:explains { - :carol916 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol917 :does :access_social_media. -} log:explains { - :carol917 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol918 :does :access_social_media. -} log:explains { - :carol918 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol919 :does :access_social_media. -} log:explains { - :carol919 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol920 :does :access_social_media. -} log:explains { - :carol920 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol921 :does :access_social_media. -} log:explains { - :carol921 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol922 :does :access_social_media. -} log:explains { - :carol922 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol923 :does :access_social_media. -} log:explains { - :carol923 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol924 :does :access_social_media. -} log:explains { - :carol924 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol925 :does :access_social_media. -} log:explains { - :carol925 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol926 :does :access_social_media. -} log:explains { - :carol926 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol927 :does :access_social_media. -} log:explains { - :carol927 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol928 :does :access_social_media. -} log:explains { - :carol928 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol929 :does :access_social_media. -} log:explains { - :carol929 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol930 :does :access_social_media. -} log:explains { - :carol930 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol931 :does :access_social_media. -} log:explains { - :carol931 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol932 :does :access_social_media. -} log:explains { - :carol932 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol933 :does :access_social_media. -} log:explains { - :carol933 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol934 :does :access_social_media. -} log:explains { - :carol934 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol935 :does :access_social_media. -} log:explains { - :carol935 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol936 :does :access_social_media. -} log:explains { - :carol936 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol937 :does :access_social_media. -} log:explains { - :carol937 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol938 :does :access_social_media. -} log:explains { - :carol938 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol939 :does :access_social_media. -} log:explains { - :carol939 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol940 :does :access_social_media. -} log:explains { - :carol940 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol941 :does :access_social_media. -} log:explains { - :carol941 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol942 :does :access_social_media. -} log:explains { - :carol942 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol943 :does :access_social_media. -} log:explains { - :carol943 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol944 :does :access_social_media. -} log:explains { - :carol944 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol945 :does :access_social_media. -} log:explains { - :carol945 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol946 :does :access_social_media. -} log:explains { - :carol946 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol947 :does :access_social_media. -} log:explains { - :carol947 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol948 :does :access_social_media. -} log:explains { - :carol948 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol949 :does :access_social_media. -} log:explains { - :carol949 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol950 :does :access_social_media. -} log:explains { - :carol950 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol951 :does :access_social_media. -} log:explains { - :carol951 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol952 :does :access_social_media. -} log:explains { - :carol952 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol953 :does :access_social_media. -} log:explains { - :carol953 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol954 :does :access_social_media. -} log:explains { - :carol954 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol955 :does :access_social_media. -} log:explains { - :carol955 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol956 :does :access_social_media. -} log:explains { - :carol956 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol957 :does :access_social_media. -} log:explains { - :carol957 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol958 :does :access_social_media. -} log:explains { - :carol958 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol959 :does :access_social_media. -} log:explains { - :carol959 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol960 :does :access_social_media. -} log:explains { - :carol960 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol961 :does :access_social_media. -} log:explains { - :carol961 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol962 :does :access_social_media. -} log:explains { - :carol962 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol963 :does :access_social_media. -} log:explains { - :carol963 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol964 :does :access_social_media. -} log:explains { - :carol964 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol965 :does :access_social_media. -} log:explains { - :carol965 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol966 :does :access_social_media. -} log:explains { - :carol966 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol967 :does :access_social_media. -} log:explains { - :carol967 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol968 :does :access_social_media. -} log:explains { - :carol968 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol969 :does :access_social_media. -} log:explains { - :carol969 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol970 :does :access_social_media. -} log:explains { - :carol970 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol971 :does :access_social_media. -} log:explains { - :carol971 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol972 :does :access_social_media. -} log:explains { - :carol972 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol973 :does :access_social_media. -} log:explains { - :carol973 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol974 :does :access_social_media. -} log:explains { - :carol974 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol975 :does :access_social_media. -} log:explains { - :carol975 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol976 :does :access_social_media. -} log:explains { - :carol976 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol977 :does :access_social_media. -} log:explains { - :carol977 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol978 :does :access_social_media. -} log:explains { - :carol978 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol979 :does :access_social_media. -} log:explains { - :carol979 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol980 :does :access_social_media. -} log:explains { - :carol980 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol981 :does :access_social_media. -} log:explains { - :carol981 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol982 :does :access_social_media. -} log:explains { - :carol982 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol983 :does :access_social_media. -} log:explains { - :carol983 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol984 :does :access_social_media. -} log:explains { - :carol984 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol985 :does :access_social_media. -} log:explains { - :carol985 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol986 :does :access_social_media. -} log:explains { - :carol986 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol987 :does :access_social_media. -} log:explains { - :carol987 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol988 :does :access_social_media. -} log:explains { - :carol988 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol989 :does :access_social_media. -} log:explains { - :carol989 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol990 :does :access_social_media. -} log:explains { - :carol990 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol991 :does :access_social_media. -} log:explains { - :carol991 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol992 :does :access_social_media. -} log:explains { - :carol992 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol993 :does :access_social_media. -} log:explains { - :carol993 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol994 :does :access_social_media. -} log:explains { - :carol994 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol995 :does :access_social_media. -} log:explains { - :carol995 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol996 :does :access_social_media. -} log:explains { - :carol996 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol997 :does :access_social_media. -} log:explains { - :carol997 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol998 :does :access_social_media. -} log:explains { - :carol998 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol999 :does :access_social_media. -} log:explains { - :carol999 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1000 :does :access_social_media. -} log:explains { - :carol1000 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1001 :does :access_social_media. -} log:explains { - :carol1001 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1002 :does :access_social_media. -} log:explains { - :carol1002 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1003 :does :access_social_media. -} log:explains { - :carol1003 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1004 :does :access_social_media. -} log:explains { - :carol1004 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1005 :does :access_social_media. -} log:explains { - :carol1005 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1006 :does :access_social_media. -} log:explains { - :carol1006 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1007 :does :access_social_media. -} log:explains { - :carol1007 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1008 :does :access_social_media. -} log:explains { - :carol1008 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1009 :does :access_social_media. -} log:explains { - :carol1009 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1010 :does :access_social_media. -} log:explains { - :carol1010 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1011 :does :access_social_media. -} log:explains { - :carol1011 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1012 :does :access_social_media. -} log:explains { - :carol1012 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1013 :does :access_social_media. -} log:explains { - :carol1013 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1014 :does :access_social_media. -} log:explains { - :carol1014 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1015 :does :access_social_media. -} log:explains { - :carol1015 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1016 :does :access_social_media. -} log:explains { - :carol1016 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1017 :does :access_social_media. -} log:explains { - :carol1017 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1018 :does :access_social_media. -} log:explains { - :carol1018 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1019 :does :access_social_media. -} log:explains { - :carol1019 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1020 :does :access_social_media. -} log:explains { - :carol1020 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1021 :does :access_social_media. -} log:explains { - :carol1021 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1022 :does :access_social_media. -} log:explains { - :carol1022 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1023 :does :access_social_media. -} log:explains { - :carol1023 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1024 :does :access_social_media. -} log:explains { - :carol1024 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1025 :does :access_social_media. -} log:explains { - :carol1025 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1026 :does :access_social_media. -} log:explains { - :carol1026 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1027 :does :access_social_media. -} log:explains { - :carol1027 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1028 :does :access_social_media. -} log:explains { - :carol1028 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1029 :does :access_social_media. -} log:explains { - :carol1029 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1030 :does :access_social_media. -} log:explains { - :carol1030 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1031 :does :access_social_media. -} log:explains { - :carol1031 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1032 :does :access_social_media. -} log:explains { - :carol1032 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1033 :does :access_social_media. -} log:explains { - :carol1033 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1034 :does :access_social_media. -} log:explains { - :carol1034 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1035 :does :access_social_media. -} log:explains { - :carol1035 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1036 :does :access_social_media. -} log:explains { - :carol1036 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1037 :does :access_social_media. -} log:explains { - :carol1037 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1038 :does :access_social_media. -} log:explains { - :carol1038 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1039 :does :access_social_media. -} log:explains { - :carol1039 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1040 :does :access_social_media. -} log:explains { - :carol1040 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1041 :does :access_social_media. -} log:explains { - :carol1041 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1042 :does :access_social_media. -} log:explains { - :carol1042 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1043 :does :access_social_media. -} log:explains { - :carol1043 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1044 :does :access_social_media. -} log:explains { - :carol1044 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1045 :does :access_social_media. -} log:explains { - :carol1045 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1046 :does :access_social_media. -} log:explains { - :carol1046 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1047 :does :access_social_media. -} log:explains { - :carol1047 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1048 :does :access_social_media. -} log:explains { - :carol1048 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1049 :does :access_social_media. -} log:explains { - :carol1049 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1050 :does :access_social_media. -} log:explains { - :carol1050 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1051 :does :access_social_media. -} log:explains { - :carol1051 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1052 :does :access_social_media. -} log:explains { - :carol1052 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1053 :does :access_social_media. -} log:explains { - :carol1053 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1054 :does :access_social_media. -} log:explains { - :carol1054 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1055 :does :access_social_media. -} log:explains { - :carol1055 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1056 :does :access_social_media. -} log:explains { - :carol1056 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1057 :does :access_social_media. -} log:explains { - :carol1057 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1058 :does :access_social_media. -} log:explains { - :carol1058 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1059 :does :access_social_media. -} log:explains { - :carol1059 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1060 :does :access_social_media. -} log:explains { - :carol1060 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1061 :does :access_social_media. -} log:explains { - :carol1061 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1062 :does :access_social_media. -} log:explains { - :carol1062 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1063 :does :access_social_media. -} log:explains { - :carol1063 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1064 :does :access_social_media. -} log:explains { - :carol1064 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1065 :does :access_social_media. -} log:explains { - :carol1065 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1066 :does :access_social_media. -} log:explains { - :carol1066 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1067 :does :access_social_media. -} log:explains { - :carol1067 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1068 :does :access_social_media. -} log:explains { - :carol1068 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1069 :does :access_social_media. -} log:explains { - :carol1069 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1070 :does :access_social_media. -} log:explains { - :carol1070 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1071 :does :access_social_media. -} log:explains { - :carol1071 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1072 :does :access_social_media. -} log:explains { - :carol1072 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1073 :does :access_social_media. -} log:explains { - :carol1073 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1074 :does :access_social_media. -} log:explains { - :carol1074 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1075 :does :access_social_media. -} log:explains { - :carol1075 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1076 :does :access_social_media. -} log:explains { - :carol1076 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1077 :does :access_social_media. -} log:explains { - :carol1077 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1078 :does :access_social_media. -} log:explains { - :carol1078 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1079 :does :access_social_media. -} log:explains { - :carol1079 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1080 :does :access_social_media. -} log:explains { - :carol1080 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1081 :does :access_social_media. -} log:explains { - :carol1081 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1082 :does :access_social_media. -} log:explains { - :carol1082 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1083 :does :access_social_media. -} log:explains { - :carol1083 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1084 :does :access_social_media. -} log:explains { - :carol1084 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1085 :does :access_social_media. -} log:explains { - :carol1085 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1086 :does :access_social_media. -} log:explains { - :carol1086 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1087 :does :access_social_media. -} log:explains { - :carol1087 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1088 :does :access_social_media. -} log:explains { - :carol1088 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1089 :does :access_social_media. -} log:explains { - :carol1089 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1090 :does :access_social_media. -} log:explains { - :carol1090 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1091 :does :access_social_media. -} log:explains { - :carol1091 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1092 :does :access_social_media. -} log:explains { - :carol1092 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1093 :does :access_social_media. -} log:explains { - :carol1093 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1094 :does :access_social_media. -} log:explains { - :carol1094 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1095 :does :access_social_media. -} log:explains { - :carol1095 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1096 :does :access_social_media. -} log:explains { - :carol1096 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1097 :does :access_social_media. -} log:explains { - :carol1097 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1098 :does :access_social_media. -} log:explains { - :carol1098 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1099 :does :access_social_media. -} log:explains { - :carol1099 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1100 :does :access_social_media. -} log:explains { - :carol1100 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1101 :does :access_social_media. -} log:explains { - :carol1101 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1102 :does :access_social_media. -} log:explains { - :carol1102 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1103 :does :access_social_media. -} log:explains { - :carol1103 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1104 :does :access_social_media. -} log:explains { - :carol1104 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1105 :does :access_social_media. -} log:explains { - :carol1105 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1106 :does :access_social_media. -} log:explains { - :carol1106 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1107 :does :access_social_media. -} log:explains { - :carol1107 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1108 :does :access_social_media. -} log:explains { - :carol1108 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1109 :does :access_social_media. -} log:explains { - :carol1109 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1110 :does :access_social_media. -} log:explains { - :carol1110 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1111 :does :access_social_media. -} log:explains { - :carol1111 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1112 :does :access_social_media. -} log:explains { - :carol1112 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1113 :does :access_social_media. -} log:explains { - :carol1113 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1114 :does :access_social_media. -} log:explains { - :carol1114 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1115 :does :access_social_media. -} log:explains { - :carol1115 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1116 :does :access_social_media. -} log:explains { - :carol1116 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1117 :does :access_social_media. -} log:explains { - :carol1117 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1118 :does :access_social_media. -} log:explains { - :carol1118 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1119 :does :access_social_media. -} log:explains { - :carol1119 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1120 :does :access_social_media. -} log:explains { - :carol1120 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1121 :does :access_social_media. -} log:explains { - :carol1121 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1122 :does :access_social_media. -} log:explains { - :carol1122 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1123 :does :access_social_media. -} log:explains { - :carol1123 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1124 :does :access_social_media. -} log:explains { - :carol1124 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1125 :does :access_social_media. -} log:explains { - :carol1125 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1126 :does :access_social_media. -} log:explains { - :carol1126 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1127 :does :access_social_media. -} log:explains { - :carol1127 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1128 :does :access_social_media. -} log:explains { - :carol1128 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1129 :does :access_social_media. -} log:explains { - :carol1129 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1130 :does :access_social_media. -} log:explains { - :carol1130 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1131 :does :access_social_media. -} log:explains { - :carol1131 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1132 :does :access_social_media. -} log:explains { - :carol1132 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1133 :does :access_social_media. -} log:explains { - :carol1133 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1134 :does :access_social_media. -} log:explains { - :carol1134 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1135 :does :access_social_media. -} log:explains { - :carol1135 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1136 :does :access_social_media. -} log:explains { - :carol1136 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1137 :does :access_social_media. -} log:explains { - :carol1137 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1138 :does :access_social_media. -} log:explains { - :carol1138 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1139 :does :access_social_media. -} log:explains { - :carol1139 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1140 :does :access_social_media. -} log:explains { - :carol1140 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1141 :does :access_social_media. -} log:explains { - :carol1141 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1142 :does :access_social_media. -} log:explains { - :carol1142 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1143 :does :access_social_media. -} log:explains { - :carol1143 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1144 :does :access_social_media. -} log:explains { - :carol1144 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1145 :does :access_social_media. -} log:explains { - :carol1145 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1146 :does :access_social_media. -} log:explains { - :carol1146 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1147 :does :access_social_media. -} log:explains { - :carol1147 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1148 :does :access_social_media. -} log:explains { - :carol1148 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1149 :does :access_social_media. -} log:explains { - :carol1149 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1150 :does :access_social_media. -} log:explains { - :carol1150 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1151 :does :access_social_media. -} log:explains { - :carol1151 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1152 :does :access_social_media. -} log:explains { - :carol1152 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1153 :does :access_social_media. -} log:explains { - :carol1153 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1154 :does :access_social_media. -} log:explains { - :carol1154 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1155 :does :access_social_media. -} log:explains { - :carol1155 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1156 :does :access_social_media. -} log:explains { - :carol1156 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1157 :does :access_social_media. -} log:explains { - :carol1157 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1158 :does :access_social_media. -} log:explains { - :carol1158 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1159 :does :access_social_media. -} log:explains { - :carol1159 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1160 :does :access_social_media. -} log:explains { - :carol1160 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1161 :does :access_social_media. -} log:explains { - :carol1161 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1162 :does :access_social_media. -} log:explains { - :carol1162 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1163 :does :access_social_media. -} log:explains { - :carol1163 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1164 :does :access_social_media. -} log:explains { - :carol1164 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1165 :does :access_social_media. -} log:explains { - :carol1165 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1166 :does :access_social_media. -} log:explains { - :carol1166 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1167 :does :access_social_media. -} log:explains { - :carol1167 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1168 :does :access_social_media. -} log:explains { - :carol1168 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1169 :does :access_social_media. -} log:explains { - :carol1169 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1170 :does :access_social_media. -} log:explains { - :carol1170 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1171 :does :access_social_media. -} log:explains { - :carol1171 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1172 :does :access_social_media. -} log:explains { - :carol1172 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1173 :does :access_social_media. -} log:explains { - :carol1173 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1174 :does :access_social_media. -} log:explains { - :carol1174 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1175 :does :access_social_media. -} log:explains { - :carol1175 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1176 :does :access_social_media. -} log:explains { - :carol1176 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1177 :does :access_social_media. -} log:explains { - :carol1177 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1178 :does :access_social_media. -} log:explains { - :carol1178 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1179 :does :access_social_media. -} log:explains { - :carol1179 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1180 :does :access_social_media. -} log:explains { - :carol1180 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1181 :does :access_social_media. -} log:explains { - :carol1181 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1182 :does :access_social_media. -} log:explains { - :carol1182 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1183 :does :access_social_media. -} log:explains { - :carol1183 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1184 :does :access_social_media. -} log:explains { - :carol1184 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1185 :does :access_social_media. -} log:explains { - :carol1185 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1186 :does :access_social_media. -} log:explains { - :carol1186 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1187 :does :access_social_media. -} log:explains { - :carol1187 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1188 :does :access_social_media. -} log:explains { - :carol1188 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1189 :does :access_social_media. -} log:explains { - :carol1189 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1190 :does :access_social_media. -} log:explains { - :carol1190 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1191 :does :access_social_media. -} log:explains { - :carol1191 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1192 :does :access_social_media. -} log:explains { - :carol1192 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1193 :does :access_social_media. -} log:explains { - :carol1193 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1194 :does :access_social_media. -} log:explains { - :carol1194 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1195 :does :access_social_media. -} log:explains { - :carol1195 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1196 :does :access_social_media. -} log:explains { - :carol1196 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1197 :does :access_social_media. -} log:explains { - :carol1197 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1198 :does :access_social_media. -} log:explains { - :carol1198 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1199 :does :access_social_media. -} log:explains { - :carol1199 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1200 :does :access_social_media. -} log:explains { - :carol1200 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1201 :does :access_social_media. -} log:explains { - :carol1201 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1202 :does :access_social_media. -} log:explains { - :carol1202 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1203 :does :access_social_media. -} log:explains { - :carol1203 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1204 :does :access_social_media. -} log:explains { - :carol1204 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1205 :does :access_social_media. -} log:explains { - :carol1205 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1206 :does :access_social_media. -} log:explains { - :carol1206 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1207 :does :access_social_media. -} log:explains { - :carol1207 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1208 :does :access_social_media. -} log:explains { - :carol1208 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1209 :does :access_social_media. -} log:explains { - :carol1209 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1210 :does :access_social_media. -} log:explains { - :carol1210 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1211 :does :access_social_media. -} log:explains { - :carol1211 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1212 :does :access_social_media. -} log:explains { - :carol1212 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1213 :does :access_social_media. -} log:explains { - :carol1213 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1214 :does :access_social_media. -} log:explains { - :carol1214 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1215 :does :access_social_media. -} log:explains { - :carol1215 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1216 :does :access_social_media. -} log:explains { - :carol1216 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1217 :does :access_social_media. -} log:explains { - :carol1217 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1218 :does :access_social_media. -} log:explains { - :carol1218 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1219 :does :access_social_media. -} log:explains { - :carol1219 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1220 :does :access_social_media. -} log:explains { - :carol1220 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1221 :does :access_social_media. -} log:explains { - :carol1221 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1222 :does :access_social_media. -} log:explains { - :carol1222 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1223 :does :access_social_media. -} log:explains { - :carol1223 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1224 :does :access_social_media. -} log:explains { - :carol1224 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1225 :does :access_social_media. -} log:explains { - :carol1225 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1226 :does :access_social_media. -} log:explains { - :carol1226 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1227 :does :access_social_media. -} log:explains { - :carol1227 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1228 :does :access_social_media. -} log:explains { - :carol1228 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1229 :does :access_social_media. -} log:explains { - :carol1229 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1230 :does :access_social_media. -} log:explains { - :carol1230 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1231 :does :access_social_media. -} log:explains { - :carol1231 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1232 :does :access_social_media. -} log:explains { - :carol1232 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1233 :does :access_social_media. -} log:explains { - :carol1233 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1234 :does :access_social_media. -} log:explains { - :carol1234 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1235 :does :access_social_media. -} log:explains { - :carol1235 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1236 :does :access_social_media. -} log:explains { - :carol1236 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1237 :does :access_social_media. -} log:explains { - :carol1237 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1238 :does :access_social_media. -} log:explains { - :carol1238 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1239 :does :access_social_media. -} log:explains { - :carol1239 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1240 :does :access_social_media. -} log:explains { - :carol1240 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1241 :does :access_social_media. -} log:explains { - :carol1241 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1242 :does :access_social_media. -} log:explains { - :carol1242 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1243 :does :access_social_media. -} log:explains { - :carol1243 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1244 :does :access_social_media. -} log:explains { - :carol1244 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1245 :does :access_social_media. -} log:explains { - :carol1245 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1246 :does :access_social_media. -} log:explains { - :carol1246 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1247 :does :access_social_media. -} log:explains { - :carol1247 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1248 :does :access_social_media. -} log:explains { - :carol1248 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1249 :does :access_social_media. -} log:explains { - :carol1249 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1250 :does :access_social_media. -} log:explains { - :carol1250 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1251 :does :access_social_media. -} log:explains { - :carol1251 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1252 :does :access_social_media. -} log:explains { - :carol1252 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1253 :does :access_social_media. -} log:explains { - :carol1253 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1254 :does :access_social_media. -} log:explains { - :carol1254 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1255 :does :access_social_media. -} log:explains { - :carol1255 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1256 :does :access_social_media. -} log:explains { - :carol1256 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1257 :does :access_social_media. -} log:explains { - :carol1257 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1258 :does :access_social_media. -} log:explains { - :carol1258 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1259 :does :access_social_media. -} log:explains { - :carol1259 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1260 :does :access_social_media. -} log:explains { - :carol1260 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1261 :does :access_social_media. -} log:explains { - :carol1261 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1262 :does :access_social_media. -} log:explains { - :carol1262 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1263 :does :access_social_media. -} log:explains { - :carol1263 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1264 :does :access_social_media. -} log:explains { - :carol1264 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1265 :does :access_social_media. -} log:explains { - :carol1265 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1266 :does :access_social_media. -} log:explains { - :carol1266 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1267 :does :access_social_media. -} log:explains { - :carol1267 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1268 :does :access_social_media. -} log:explains { - :carol1268 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1269 :does :access_social_media. -} log:explains { - :carol1269 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1270 :does :access_social_media. -} log:explains { - :carol1270 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1271 :does :access_social_media. -} log:explains { - :carol1271 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1272 :does :access_social_media. -} log:explains { - :carol1272 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1273 :does :access_social_media. -} log:explains { - :carol1273 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1274 :does :access_social_media. -} log:explains { - :carol1274 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1275 :does :access_social_media. -} log:explains { - :carol1275 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1276 :does :access_social_media. -} log:explains { - :carol1276 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1277 :does :access_social_media. -} log:explains { - :carol1277 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1278 :does :access_social_media. -} log:explains { - :carol1278 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1279 :does :access_social_media. -} log:explains { - :carol1279 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1280 :does :access_social_media. -} log:explains { - :carol1280 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1281 :does :access_social_media. -} log:explains { - :carol1281 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1282 :does :access_social_media. -} log:explains { - :carol1282 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1283 :does :access_social_media. -} log:explains { - :carol1283 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1284 :does :access_social_media. -} log:explains { - :carol1284 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1285 :does :access_social_media. -} log:explains { - :carol1285 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1286 :does :access_social_media. -} log:explains { - :carol1286 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1287 :does :access_social_media. -} log:explains { - :carol1287 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1288 :does :access_social_media. -} log:explains { - :carol1288 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1289 :does :access_social_media. -} log:explains { - :carol1289 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1290 :does :access_social_media. -} log:explains { - :carol1290 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1291 :does :access_social_media. -} log:explains { - :carol1291 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1292 :does :access_social_media. -} log:explains { - :carol1292 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1293 :does :access_social_media. -} log:explains { - :carol1293 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1294 :does :access_social_media. -} log:explains { - :carol1294 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1295 :does :access_social_media. -} log:explains { - :carol1295 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1296 :does :access_social_media. -} log:explains { - :carol1296 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1297 :does :access_social_media. -} log:explains { - :carol1297 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1298 :does :access_social_media. -} log:explains { - :carol1298 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1299 :does :access_social_media. -} log:explains { - :carol1299 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1300 :does :access_social_media. -} log:explains { - :carol1300 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1301 :does :access_social_media. -} log:explains { - :carol1301 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1302 :does :access_social_media. -} log:explains { - :carol1302 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1303 :does :access_social_media. -} log:explains { - :carol1303 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1304 :does :access_social_media. -} log:explains { - :carol1304 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1305 :does :access_social_media. -} log:explains { - :carol1305 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1306 :does :access_social_media. -} log:explains { - :carol1306 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1307 :does :access_social_media. -} log:explains { - :carol1307 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1308 :does :access_social_media. -} log:explains { - :carol1308 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1309 :does :access_social_media. -} log:explains { - :carol1309 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1310 :does :access_social_media. -} log:explains { - :carol1310 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1311 :does :access_social_media. -} log:explains { - :carol1311 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1312 :does :access_social_media. -} log:explains { - :carol1312 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1313 :does :access_social_media. -} log:explains { - :carol1313 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1314 :does :access_social_media. -} log:explains { - :carol1314 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1315 :does :access_social_media. -} log:explains { - :carol1315 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1316 :does :access_social_media. -} log:explains { - :carol1316 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1317 :does :access_social_media. -} log:explains { - :carol1317 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1318 :does :access_social_media. -} log:explains { - :carol1318 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1319 :does :access_social_media. -} log:explains { - :carol1319 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1320 :does :access_social_media. -} log:explains { - :carol1320 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1321 :does :access_social_media. -} log:explains { - :carol1321 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1322 :does :access_social_media. -} log:explains { - :carol1322 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1323 :does :access_social_media. -} log:explains { - :carol1323 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1324 :does :access_social_media. -} log:explains { - :carol1324 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1325 :does :access_social_media. -} log:explains { - :carol1325 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1326 :does :access_social_media. -} log:explains { - :carol1326 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1327 :does :access_social_media. -} log:explains { - :carol1327 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1328 :does :access_social_media. -} log:explains { - :carol1328 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1329 :does :access_social_media. -} log:explains { - :carol1329 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1330 :does :access_social_media. -} log:explains { - :carol1330 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1331 :does :access_social_media. -} log:explains { - :carol1331 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1332 :does :access_social_media. -} log:explains { - :carol1332 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1333 :does :access_social_media. -} log:explains { - :carol1333 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1334 :does :access_social_media. -} log:explains { - :carol1334 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1335 :does :access_social_media. -} log:explains { - :carol1335 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1336 :does :access_social_media. -} log:explains { - :carol1336 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1337 :does :access_social_media. -} log:explains { - :carol1337 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1338 :does :access_social_media. -} log:explains { - :carol1338 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1339 :does :access_social_media. -} log:explains { - :carol1339 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1340 :does :access_social_media. -} log:explains { - :carol1340 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1341 :does :access_social_media. -} log:explains { - :carol1341 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1342 :does :access_social_media. -} log:explains { - :carol1342 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1343 :does :access_social_media. -} log:explains { - :carol1343 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1344 :does :access_social_media. -} log:explains { - :carol1344 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1345 :does :access_social_media. -} log:explains { - :carol1345 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1346 :does :access_social_media. -} log:explains { - :carol1346 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1347 :does :access_social_media. -} log:explains { - :carol1347 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1348 :does :access_social_media. -} log:explains { - :carol1348 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1349 :does :access_social_media. -} log:explains { - :carol1349 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1350 :does :access_social_media. -} log:explains { - :carol1350 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1351 :does :access_social_media. -} log:explains { - :carol1351 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1352 :does :access_social_media. -} log:explains { - :carol1352 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1353 :does :access_social_media. -} log:explains { - :carol1353 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1354 :does :access_social_media. -} log:explains { - :carol1354 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1355 :does :access_social_media. -} log:explains { - :carol1355 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1356 :does :access_social_media. -} log:explains { - :carol1356 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1357 :does :access_social_media. -} log:explains { - :carol1357 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1358 :does :access_social_media. -} log:explains { - :carol1358 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1359 :does :access_social_media. -} log:explains { - :carol1359 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1360 :does :access_social_media. -} log:explains { - :carol1360 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1361 :does :access_social_media. -} log:explains { - :carol1361 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1362 :does :access_social_media. -} log:explains { - :carol1362 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1363 :does :access_social_media. -} log:explains { - :carol1363 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1364 :does :access_social_media. -} log:explains { - :carol1364 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1365 :does :access_social_media. -} log:explains { - :carol1365 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1366 :does :access_social_media. -} log:explains { - :carol1366 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1367 :does :access_social_media. -} log:explains { - :carol1367 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1368 :does :access_social_media. -} log:explains { - :carol1368 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1369 :does :access_social_media. -} log:explains { - :carol1369 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1370 :does :access_social_media. -} log:explains { - :carol1370 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1371 :does :access_social_media. -} log:explains { - :carol1371 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1372 :does :access_social_media. -} log:explains { - :carol1372 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1373 :does :access_social_media. -} log:explains { - :carol1373 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1374 :does :access_social_media. -} log:explains { - :carol1374 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1375 :does :access_social_media. -} log:explains { - :carol1375 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1376 :does :access_social_media. -} log:explains { - :carol1376 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1377 :does :access_social_media. -} log:explains { - :carol1377 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1378 :does :access_social_media. -} log:explains { - :carol1378 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1379 :does :access_social_media. -} log:explains { - :carol1379 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1380 :does :access_social_media. -} log:explains { - :carol1380 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1381 :does :access_social_media. -} log:explains { - :carol1381 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1382 :does :access_social_media. -} log:explains { - :carol1382 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1383 :does :access_social_media. -} log:explains { - :carol1383 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1384 :does :access_social_media. -} log:explains { - :carol1384 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1385 :does :access_social_media. -} log:explains { - :carol1385 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1386 :does :access_social_media. -} log:explains { - :carol1386 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1387 :does :access_social_media. -} log:explains { - :carol1387 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1388 :does :access_social_media. -} log:explains { - :carol1388 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1389 :does :access_social_media. -} log:explains { - :carol1389 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1390 :does :access_social_media. -} log:explains { - :carol1390 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1391 :does :access_social_media. -} log:explains { - :carol1391 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1392 :does :access_social_media. -} log:explains { - :carol1392 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1393 :does :access_social_media. -} log:explains { - :carol1393 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1394 :does :access_social_media. -} log:explains { - :carol1394 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1395 :does :access_social_media. -} log:explains { - :carol1395 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1396 :does :access_social_media. -} log:explains { - :carol1396 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1397 :does :access_social_media. -} log:explains { - :carol1397 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1398 :does :access_social_media. -} log:explains { - :carol1398 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1399 :does :access_social_media. -} log:explains { - :carol1399 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1400 :does :access_social_media. -} log:explains { - :carol1400 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1401 :does :access_social_media. -} log:explains { - :carol1401 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1402 :does :access_social_media. -} log:explains { - :carol1402 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1403 :does :access_social_media. -} log:explains { - :carol1403 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1404 :does :access_social_media. -} log:explains { - :carol1404 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1405 :does :access_social_media. -} log:explains { - :carol1405 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1406 :does :access_social_media. -} log:explains { - :carol1406 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1407 :does :access_social_media. -} log:explains { - :carol1407 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1408 :does :access_social_media. -} log:explains { - :carol1408 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1409 :does :access_social_media. -} log:explains { - :carol1409 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1410 :does :access_social_media. -} log:explains { - :carol1410 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1411 :does :access_social_media. -} log:explains { - :carol1411 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1412 :does :access_social_media. -} log:explains { - :carol1412 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1413 :does :access_social_media. -} log:explains { - :carol1413 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1414 :does :access_social_media. -} log:explains { - :carol1414 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1415 :does :access_social_media. -} log:explains { - :carol1415 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1416 :does :access_social_media. -} log:explains { - :carol1416 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1417 :does :access_social_media. -} log:explains { - :carol1417 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1418 :does :access_social_media. -} log:explains { - :carol1418 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1419 :does :access_social_media. -} log:explains { - :carol1419 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1420 :does :access_social_media. -} log:explains { - :carol1420 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1421 :does :access_social_media. -} log:explains { - :carol1421 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1422 :does :access_social_media. -} log:explains { - :carol1422 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1423 :does :access_social_media. -} log:explains { - :carol1423 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1424 :does :access_social_media. -} log:explains { - :carol1424 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1425 :does :access_social_media. -} log:explains { - :carol1425 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1426 :does :access_social_media. -} log:explains { - :carol1426 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1427 :does :access_social_media. -} log:explains { - :carol1427 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1428 :does :access_social_media. -} log:explains { - :carol1428 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1429 :does :access_social_media. -} log:explains { - :carol1429 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1430 :does :access_social_media. -} log:explains { - :carol1430 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1431 :does :access_social_media. -} log:explains { - :carol1431 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1432 :does :access_social_media. -} log:explains { - :carol1432 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1433 :does :access_social_media. -} log:explains { - :carol1433 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1434 :does :access_social_media. -} log:explains { - :carol1434 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1435 :does :access_social_media. -} log:explains { - :carol1435 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1436 :does :access_social_media. -} log:explains { - :carol1436 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1437 :does :access_social_media. -} log:explains { - :carol1437 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1438 :does :access_social_media. -} log:explains { - :carol1438 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1439 :does :access_social_media. -} log:explains { - :carol1439 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1440 :does :access_social_media. -} log:explains { - :carol1440 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1441 :does :access_social_media. -} log:explains { - :carol1441 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1442 :does :access_social_media. -} log:explains { - :carol1442 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1443 :does :access_social_media. -} log:explains { - :carol1443 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1444 :does :access_social_media. -} log:explains { - :carol1444 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1445 :does :access_social_media. -} log:explains { - :carol1445 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1446 :does :access_social_media. -} log:explains { - :carol1446 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1447 :does :access_social_media. -} log:explains { - :carol1447 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1448 :does :access_social_media. -} log:explains { - :carol1448 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1449 :does :access_social_media. -} log:explains { - :carol1449 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1450 :does :access_social_media. -} log:explains { - :carol1450 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1451 :does :access_social_media. -} log:explains { - :carol1451 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1452 :does :access_social_media. -} log:explains { - :carol1452 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1453 :does :access_social_media. -} log:explains { - :carol1453 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1454 :does :access_social_media. -} log:explains { - :carol1454 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1455 :does :access_social_media. -} log:explains { - :carol1455 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1456 :does :access_social_media. -} log:explains { - :carol1456 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1457 :does :access_social_media. -} log:explains { - :carol1457 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1458 :does :access_social_media. -} log:explains { - :carol1458 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1459 :does :access_social_media. -} log:explains { - :carol1459 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1460 :does :access_social_media. -} log:explains { - :carol1460 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1461 :does :access_social_media. -} log:explains { - :carol1461 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1462 :does :access_social_media. -} log:explains { - :carol1462 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1463 :does :access_social_media. -} log:explains { - :carol1463 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1464 :does :access_social_media. -} log:explains { - :carol1464 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1465 :does :access_social_media. -} log:explains { - :carol1465 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1466 :does :access_social_media. -} log:explains { - :carol1466 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1467 :does :access_social_media. -} log:explains { - :carol1467 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1468 :does :access_social_media. -} log:explains { - :carol1468 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1469 :does :access_social_media. -} log:explains { - :carol1469 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1470 :does :access_social_media. -} log:explains { - :carol1470 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1471 :does :access_social_media. -} log:explains { - :carol1471 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1472 :does :access_social_media. -} log:explains { - :carol1472 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1473 :does :access_social_media. -} log:explains { - :carol1473 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1474 :does :access_social_media. -} log:explains { - :carol1474 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1475 :does :access_social_media. -} log:explains { - :carol1475 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1476 :does :access_social_media. -} log:explains { - :carol1476 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1477 :does :access_social_media. -} log:explains { - :carol1477 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1478 :does :access_social_media. -} log:explains { - :carol1478 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1479 :does :access_social_media. -} log:explains { - :carol1479 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1480 :does :access_social_media. -} log:explains { - :carol1480 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1481 :does :access_social_media. -} log:explains { - :carol1481 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1482 :does :access_social_media. -} log:explains { - :carol1482 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1483 :does :access_social_media. -} log:explains { - :carol1483 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1484 :does :access_social_media. -} log:explains { - :carol1484 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1485 :does :access_social_media. -} log:explains { - :carol1485 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1486 :does :access_social_media. -} log:explains { - :carol1486 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1487 :does :access_social_media. -} log:explains { - :carol1487 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1488 :does :access_social_media. -} log:explains { - :carol1488 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1489 :does :access_social_media. -} log:explains { - :carol1489 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1490 :does :access_social_media. -} log:explains { - :carol1490 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1491 :does :access_social_media. -} log:explains { - :carol1491 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1492 :does :access_social_media. -} log:explains { - :carol1492 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1493 :does :access_social_media. -} log:explains { - :carol1493 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1494 :does :access_social_media. -} log:explains { - :carol1494 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1495 :does :access_social_media. -} log:explains { - :carol1495 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1496 :does :access_social_media. -} log:explains { - :carol1496 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1497 :does :access_social_media. -} log:explains { - :carol1497 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1498 :does :access_social_media. -} log:explains { - :carol1498 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1499 :does :access_social_media. -} log:explains { - :carol1499 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1500 :does :access_social_media. -} log:explains { - :carol1500 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1501 :does :access_social_media. -} log:explains { - :carol1501 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1502 :does :access_social_media. -} log:explains { - :carol1502 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1503 :does :access_social_media. -} log:explains { - :carol1503 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1504 :does :access_social_media. -} log:explains { - :carol1504 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1505 :does :access_social_media. -} log:explains { - :carol1505 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1506 :does :access_social_media. -} log:explains { - :carol1506 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1507 :does :access_social_media. -} log:explains { - :carol1507 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1508 :does :access_social_media. -} log:explains { - :carol1508 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1509 :does :access_social_media. -} log:explains { - :carol1509 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1510 :does :access_social_media. -} log:explains { - :carol1510 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1511 :does :access_social_media. -} log:explains { - :carol1511 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1512 :does :access_social_media. -} log:explains { - :carol1512 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1513 :does :access_social_media. -} log:explains { - :carol1513 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1514 :does :access_social_media. -} log:explains { - :carol1514 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1515 :does :access_social_media. -} log:explains { - :carol1515 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1516 :does :access_social_media. -} log:explains { - :carol1516 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1517 :does :access_social_media. -} log:explains { - :carol1517 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1518 :does :access_social_media. -} log:explains { - :carol1518 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1519 :does :access_social_media. -} log:explains { - :carol1519 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1520 :does :access_social_media. -} log:explains { - :carol1520 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1521 :does :access_social_media. -} log:explains { - :carol1521 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1522 :does :access_social_media. -} log:explains { - :carol1522 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1523 :does :access_social_media. -} log:explains { - :carol1523 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1524 :does :access_social_media. -} log:explains { - :carol1524 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1525 :does :access_social_media. -} log:explains { - :carol1525 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1526 :does :access_social_media. -} log:explains { - :carol1526 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1527 :does :access_social_media. -} log:explains { - :carol1527 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1528 :does :access_social_media. -} log:explains { - :carol1528 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1529 :does :access_social_media. -} log:explains { - :carol1529 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1530 :does :access_social_media. -} log:explains { - :carol1530 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1531 :does :access_social_media. -} log:explains { - :carol1531 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1532 :does :access_social_media. -} log:explains { - :carol1532 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1533 :does :access_social_media. -} log:explains { - :carol1533 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1534 :does :access_social_media. -} log:explains { - :carol1534 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1535 :does :access_social_media. -} log:explains { - :carol1535 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1536 :does :access_social_media. -} log:explains { - :carol1536 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1537 :does :access_social_media. -} log:explains { - :carol1537 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1538 :does :access_social_media. -} log:explains { - :carol1538 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1539 :does :access_social_media. -} log:explains { - :carol1539 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1540 :does :access_social_media. -} log:explains { - :carol1540 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1541 :does :access_social_media. -} log:explains { - :carol1541 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1542 :does :access_social_media. -} log:explains { - :carol1542 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1543 :does :access_social_media. -} log:explains { - :carol1543 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1544 :does :access_social_media. -} log:explains { - :carol1544 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1545 :does :access_social_media. -} log:explains { - :carol1545 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1546 :does :access_social_media. -} log:explains { - :carol1546 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1547 :does :access_social_media. -} log:explains { - :carol1547 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1548 :does :access_social_media. -} log:explains { - :carol1548 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1549 :does :access_social_media. -} log:explains { - :carol1549 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1550 :does :access_social_media. -} log:explains { - :carol1550 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1551 :does :access_social_media. -} log:explains { - :carol1551 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1552 :does :access_social_media. -} log:explains { - :carol1552 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1553 :does :access_social_media. -} log:explains { - :carol1553 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1554 :does :access_social_media. -} log:explains { - :carol1554 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1555 :does :access_social_media. -} log:explains { - :carol1555 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1556 :does :access_social_media. -} log:explains { - :carol1556 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1557 :does :access_social_media. -} log:explains { - :carol1557 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1558 :does :access_social_media. -} log:explains { - :carol1558 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1559 :does :access_social_media. -} log:explains { - :carol1559 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1560 :does :access_social_media. -} log:explains { - :carol1560 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1561 :does :access_social_media. -} log:explains { - :carol1561 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1562 :does :access_social_media. -} log:explains { - :carol1562 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1563 :does :access_social_media. -} log:explains { - :carol1563 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1564 :does :access_social_media. -} log:explains { - :carol1564 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1565 :does :access_social_media. -} log:explains { - :carol1565 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1566 :does :access_social_media. -} log:explains { - :carol1566 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1567 :does :access_social_media. -} log:explains { - :carol1567 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1568 :does :access_social_media. -} log:explains { - :carol1568 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1569 :does :access_social_media. -} log:explains { - :carol1569 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1570 :does :access_social_media. -} log:explains { - :carol1570 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1571 :does :access_social_media. -} log:explains { - :carol1571 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1572 :does :access_social_media. -} log:explains { - :carol1572 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1573 :does :access_social_media. -} log:explains { - :carol1573 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1574 :does :access_social_media. -} log:explains { - :carol1574 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1575 :does :access_social_media. -} log:explains { - :carol1575 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1576 :does :access_social_media. -} log:explains { - :carol1576 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1577 :does :access_social_media. -} log:explains { - :carol1577 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1578 :does :access_social_media. -} log:explains { - :carol1578 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1579 :does :access_social_media. -} log:explains { - :carol1579 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1580 :does :access_social_media. -} log:explains { - :carol1580 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1581 :does :access_social_media. -} log:explains { - :carol1581 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1582 :does :access_social_media. -} log:explains { - :carol1582 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1583 :does :access_social_media. -} log:explains { - :carol1583 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1584 :does :access_social_media. -} log:explains { - :carol1584 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1585 :does :access_social_media. -} log:explains { - :carol1585 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1586 :does :access_social_media. -} log:explains { - :carol1586 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1587 :does :access_social_media. -} log:explains { - :carol1587 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1588 :does :access_social_media. -} log:explains { - :carol1588 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1589 :does :access_social_media. -} log:explains { - :carol1589 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1590 :does :access_social_media. -} log:explains { - :carol1590 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1591 :does :access_social_media. -} log:explains { - :carol1591 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1592 :does :access_social_media. -} log:explains { - :carol1592 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1593 :does :access_social_media. -} log:explains { - :carol1593 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1594 :does :access_social_media. -} log:explains { - :carol1594 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1595 :does :access_social_media. -} log:explains { - :carol1595 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1596 :does :access_social_media. -} log:explains { - :carol1596 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1597 :does :access_social_media. -} log:explains { - :carol1597 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1598 :does :access_social_media. -} log:explains { - :carol1598 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1599 :does :access_social_media. -} log:explains { - :carol1599 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1600 :does :access_social_media. -} log:explains { - :carol1600 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1601 :does :access_social_media. -} log:explains { - :carol1601 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1602 :does :access_social_media. -} log:explains { - :carol1602 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1603 :does :access_social_media. -} log:explains { - :carol1603 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1604 :does :access_social_media. -} log:explains { - :carol1604 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1605 :does :access_social_media. -} log:explains { - :carol1605 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1606 :does :access_social_media. -} log:explains { - :carol1606 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1607 :does :access_social_media. -} log:explains { - :carol1607 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1608 :does :access_social_media. -} log:explains { - :carol1608 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1609 :does :access_social_media. -} log:explains { - :carol1609 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1610 :does :access_social_media. -} log:explains { - :carol1610 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1611 :does :access_social_media. -} log:explains { - :carol1611 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1612 :does :access_social_media. -} log:explains { - :carol1612 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1613 :does :access_social_media. -} log:explains { - :carol1613 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1614 :does :access_social_media. -} log:explains { - :carol1614 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1615 :does :access_social_media. -} log:explains { - :carol1615 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1616 :does :access_social_media. -} log:explains { - :carol1616 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1617 :does :access_social_media. -} log:explains { - :carol1617 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1618 :does :access_social_media. -} log:explains { - :carol1618 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1619 :does :access_social_media. -} log:explains { - :carol1619 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1620 :does :access_social_media. -} log:explains { - :carol1620 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1621 :does :access_social_media. -} log:explains { - :carol1621 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1622 :does :access_social_media. -} log:explains { - :carol1622 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1623 :does :access_social_media. -} log:explains { - :carol1623 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1624 :does :access_social_media. -} log:explains { - :carol1624 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1625 :does :access_social_media. -} log:explains { - :carol1625 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1626 :does :access_social_media. -} log:explains { - :carol1626 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1627 :does :access_social_media. -} log:explains { - :carol1627 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1628 :does :access_social_media. -} log:explains { - :carol1628 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1629 :does :access_social_media. -} log:explains { - :carol1629 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1630 :does :access_social_media. -} log:explains { - :carol1630 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1631 :does :access_social_media. -} log:explains { - :carol1631 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1632 :does :access_social_media. -} log:explains { - :carol1632 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1633 :does :access_social_media. -} log:explains { - :carol1633 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1634 :does :access_social_media. -} log:explains { - :carol1634 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1635 :does :access_social_media. -} log:explains { - :carol1635 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1636 :does :access_social_media. -} log:explains { - :carol1636 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1637 :does :access_social_media. -} log:explains { - :carol1637 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1638 :does :access_social_media. -} log:explains { - :carol1638 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1639 :does :access_social_media. -} log:explains { - :carol1639 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1640 :does :access_social_media. -} log:explains { - :carol1640 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1641 :does :access_social_media. -} log:explains { - :carol1641 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1642 :does :access_social_media. -} log:explains { - :carol1642 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1643 :does :access_social_media. -} log:explains { - :carol1643 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1644 :does :access_social_media. -} log:explains { - :carol1644 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1645 :does :access_social_media. -} log:explains { - :carol1645 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1646 :does :access_social_media. -} log:explains { - :carol1646 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1647 :does :access_social_media. -} log:explains { - :carol1647 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1648 :does :access_social_media. -} log:explains { - :carol1648 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1649 :does :access_social_media. -} log:explains { - :carol1649 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1650 :does :access_social_media. -} log:explains { - :carol1650 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1651 :does :access_social_media. -} log:explains { - :carol1651 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1652 :does :access_social_media. -} log:explains { - :carol1652 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1653 :does :access_social_media. -} log:explains { - :carol1653 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1654 :does :access_social_media. -} log:explains { - :carol1654 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1655 :does :access_social_media. -} log:explains { - :carol1655 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1656 :does :access_social_media. -} log:explains { - :carol1656 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1657 :does :access_social_media. -} log:explains { - :carol1657 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1658 :does :access_social_media. -} log:explains { - :carol1658 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1659 :does :access_social_media. -} log:explains { - :carol1659 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1660 :does :access_social_media. -} log:explains { - :carol1660 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1661 :does :access_social_media. -} log:explains { - :carol1661 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1662 :does :access_social_media. -} log:explains { - :carol1662 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1663 :does :access_social_media. -} log:explains { - :carol1663 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1664 :does :access_social_media. -} log:explains { - :carol1664 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1665 :does :access_social_media. -} log:explains { - :carol1665 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1666 :does :access_social_media. -} log:explains { - :carol1666 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1667 :does :access_social_media. -} log:explains { - :carol1667 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1668 :does :access_social_media. -} log:explains { - :carol1668 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1669 :does :access_social_media. -} log:explains { - :carol1669 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1670 :does :access_social_media. -} log:explains { - :carol1670 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1671 :does :access_social_media. -} log:explains { - :carol1671 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1672 :does :access_social_media. -} log:explains { - :carol1672 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1673 :does :access_social_media. -} log:explains { - :carol1673 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1674 :does :access_social_media. -} log:explains { - :carol1674 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1675 :does :access_social_media. -} log:explains { - :carol1675 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1676 :does :access_social_media. -} log:explains { - :carol1676 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1677 :does :access_social_media. -} log:explains { - :carol1677 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1678 :does :access_social_media. -} log:explains { - :carol1678 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1679 :does :access_social_media. -} log:explains { - :carol1679 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1680 :does :access_social_media. -} log:explains { - :carol1680 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1681 :does :access_social_media. -} log:explains { - :carol1681 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1682 :does :access_social_media. -} log:explains { - :carol1682 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1683 :does :access_social_media. -} log:explains { - :carol1683 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1684 :does :access_social_media. -} log:explains { - :carol1684 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1685 :does :access_social_media. -} log:explains { - :carol1685 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1686 :does :access_social_media. -} log:explains { - :carol1686 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1687 :does :access_social_media. -} log:explains { - :carol1687 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1688 :does :access_social_media. -} log:explains { - :carol1688 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1689 :does :access_social_media. -} log:explains { - :carol1689 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1690 :does :access_social_media. -} log:explains { - :carol1690 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1691 :does :access_social_media. -} log:explains { - :carol1691 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1692 :does :access_social_media. -} log:explains { - :carol1692 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1693 :does :access_social_media. -} log:explains { - :carol1693 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1694 :does :access_social_media. -} log:explains { - :carol1694 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1695 :does :access_social_media. -} log:explains { - :carol1695 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1696 :does :access_social_media. -} log:explains { - :carol1696 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1697 :does :access_social_media. -} log:explains { - :carol1697 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1698 :does :access_social_media. -} log:explains { - :carol1698 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1699 :does :access_social_media. -} log:explains { - :carol1699 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1700 :does :access_social_media. -} log:explains { - :carol1700 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1701 :does :access_social_media. -} log:explains { - :carol1701 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1702 :does :access_social_media. -} log:explains { - :carol1702 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1703 :does :access_social_media. -} log:explains { - :carol1703 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1704 :does :access_social_media. -} log:explains { - :carol1704 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1705 :does :access_social_media. -} log:explains { - :carol1705 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1706 :does :access_social_media. -} log:explains { - :carol1706 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1707 :does :access_social_media. -} log:explains { - :carol1707 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1708 :does :access_social_media. -} log:explains { - :carol1708 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1709 :does :access_social_media. -} log:explains { - :carol1709 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1710 :does :access_social_media. -} log:explains { - :carol1710 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1711 :does :access_social_media. -} log:explains { - :carol1711 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1712 :does :access_social_media. -} log:explains { - :carol1712 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1713 :does :access_social_media. -} log:explains { - :carol1713 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1714 :does :access_social_media. -} log:explains { - :carol1714 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1715 :does :access_social_media. -} log:explains { - :carol1715 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1716 :does :access_social_media. -} log:explains { - :carol1716 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1717 :does :access_social_media. -} log:explains { - :carol1717 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1718 :does :access_social_media. -} log:explains { - :carol1718 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1719 :does :access_social_media. -} log:explains { - :carol1719 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1720 :does :access_social_media. -} log:explains { - :carol1720 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1721 :does :access_social_media. -} log:explains { - :carol1721 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1722 :does :access_social_media. -} log:explains { - :carol1722 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1723 :does :access_social_media. -} log:explains { - :carol1723 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1724 :does :access_social_media. -} log:explains { - :carol1724 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1725 :does :access_social_media. -} log:explains { - :carol1725 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1726 :does :access_social_media. -} log:explains { - :carol1726 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1727 :does :access_social_media. -} log:explains { - :carol1727 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1728 :does :access_social_media. -} log:explains { - :carol1728 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1729 :does :access_social_media. -} log:explains { - :carol1729 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1730 :does :access_social_media. -} log:explains { - :carol1730 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1731 :does :access_social_media. -} log:explains { - :carol1731 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1732 :does :access_social_media. -} log:explains { - :carol1732 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1733 :does :access_social_media. -} log:explains { - :carol1733 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1734 :does :access_social_media. -} log:explains { - :carol1734 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1735 :does :access_social_media. -} log:explains { - :carol1735 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1736 :does :access_social_media. -} log:explains { - :carol1736 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1737 :does :access_social_media. -} log:explains { - :carol1737 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1738 :does :access_social_media. -} log:explains { - :carol1738 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1739 :does :access_social_media. -} log:explains { - :carol1739 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1740 :does :access_social_media. -} log:explains { - :carol1740 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1741 :does :access_social_media. -} log:explains { - :carol1741 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1742 :does :access_social_media. -} log:explains { - :carol1742 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1743 :does :access_social_media. -} log:explains { - :carol1743 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1744 :does :access_social_media. -} log:explains { - :carol1744 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1745 :does :access_social_media. -} log:explains { - :carol1745 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1746 :does :access_social_media. -} log:explains { - :carol1746 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1747 :does :access_social_media. -} log:explains { - :carol1747 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1748 :does :access_social_media. -} log:explains { - :carol1748 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1749 :does :access_social_media. -} log:explains { - :carol1749 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1750 :does :access_social_media. -} log:explains { - :carol1750 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1751 :does :access_social_media. -} log:explains { - :carol1751 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1752 :does :access_social_media. -} log:explains { - :carol1752 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1753 :does :access_social_media. -} log:explains { - :carol1753 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1754 :does :access_social_media. -} log:explains { - :carol1754 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1755 :does :access_social_media. -} log:explains { - :carol1755 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1756 :does :access_social_media. -} log:explains { - :carol1756 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1757 :does :access_social_media. -} log:explains { - :carol1757 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1758 :does :access_social_media. -} log:explains { - :carol1758 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1759 :does :access_social_media. -} log:explains { - :carol1759 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1760 :does :access_social_media. -} log:explains { - :carol1760 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1761 :does :access_social_media. -} log:explains { - :carol1761 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1762 :does :access_social_media. -} log:explains { - :carol1762 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1763 :does :access_social_media. -} log:explains { - :carol1763 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1764 :does :access_social_media. -} log:explains { - :carol1764 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1765 :does :access_social_media. -} log:explains { - :carol1765 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1766 :does :access_social_media. -} log:explains { - :carol1766 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1767 :does :access_social_media. -} log:explains { - :carol1767 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1768 :does :access_social_media. -} log:explains { - :carol1768 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1769 :does :access_social_media. -} log:explains { - :carol1769 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1770 :does :access_social_media. -} log:explains { - :carol1770 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1771 :does :access_social_media. -} log:explains { - :carol1771 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1772 :does :access_social_media. -} log:explains { - :carol1772 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1773 :does :access_social_media. -} log:explains { - :carol1773 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1774 :does :access_social_media. -} log:explains { - :carol1774 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1775 :does :access_social_media. -} log:explains { - :carol1775 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1776 :does :access_social_media. -} log:explains { - :carol1776 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1777 :does :access_social_media. -} log:explains { - :carol1777 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1778 :does :access_social_media. -} log:explains { - :carol1778 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1779 :does :access_social_media. -} log:explains { - :carol1779 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1780 :does :access_social_media. -} log:explains { - :carol1780 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1781 :does :access_social_media. -} log:explains { - :carol1781 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1782 :does :access_social_media. -} log:explains { - :carol1782 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1783 :does :access_social_media. -} log:explains { - :carol1783 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1784 :does :access_social_media. -} log:explains { - :carol1784 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1785 :does :access_social_media. -} log:explains { - :carol1785 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1786 :does :access_social_media. -} log:explains { - :carol1786 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1787 :does :access_social_media. -} log:explains { - :carol1787 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1788 :does :access_social_media. -} log:explains { - :carol1788 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1789 :does :access_social_media. -} log:explains { - :carol1789 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1790 :does :access_social_media. -} log:explains { - :carol1790 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1791 :does :access_social_media. -} log:explains { - :carol1791 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1792 :does :access_social_media. -} log:explains { - :carol1792 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1793 :does :access_social_media. -} log:explains { - :carol1793 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1794 :does :access_social_media. -} log:explains { - :carol1794 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1795 :does :access_social_media. -} log:explains { - :carol1795 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1796 :does :access_social_media. -} log:explains { - :carol1796 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1797 :does :access_social_media. -} log:explains { - :carol1797 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1798 :does :access_social_media. -} log:explains { - :carol1798 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1799 :does :access_social_media. -} log:explains { - :carol1799 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1800 :does :access_social_media. -} log:explains { - :carol1800 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1801 :does :access_social_media. -} log:explains { - :carol1801 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1802 :does :access_social_media. -} log:explains { - :carol1802 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1803 :does :access_social_media. -} log:explains { - :carol1803 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1804 :does :access_social_media. -} log:explains { - :carol1804 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1805 :does :access_social_media. -} log:explains { - :carol1805 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1806 :does :access_social_media. -} log:explains { - :carol1806 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1807 :does :access_social_media. -} log:explains { - :carol1807 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1808 :does :access_social_media. -} log:explains { - :carol1808 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1809 :does :access_social_media. -} log:explains { - :carol1809 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1810 :does :access_social_media. -} log:explains { - :carol1810 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1811 :does :access_social_media. -} log:explains { - :carol1811 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1812 :does :access_social_media. -} log:explains { - :carol1812 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1813 :does :access_social_media. -} log:explains { - :carol1813 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1814 :does :access_social_media. -} log:explains { - :carol1814 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1815 :does :access_social_media. -} log:explains { - :carol1815 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1816 :does :access_social_media. -} log:explains { - :carol1816 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1817 :does :access_social_media. -} log:explains { - :carol1817 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1818 :does :access_social_media. -} log:explains { - :carol1818 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1819 :does :access_social_media. -} log:explains { - :carol1819 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1820 :does :access_social_media. -} log:explains { - :carol1820 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1821 :does :access_social_media. -} log:explains { - :carol1821 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1822 :does :access_social_media. -} log:explains { - :carol1822 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1823 :does :access_social_media. -} log:explains { - :carol1823 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1824 :does :access_social_media. -} log:explains { - :carol1824 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1825 :does :access_social_media. -} log:explains { - :carol1825 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1826 :does :access_social_media. -} log:explains { - :carol1826 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1827 :does :access_social_media. -} log:explains { - :carol1827 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1828 :does :access_social_media. -} log:explains { - :carol1828 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1829 :does :access_social_media. -} log:explains { - :carol1829 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1830 :does :access_social_media. -} log:explains { - :carol1830 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1831 :does :access_social_media. -} log:explains { - :carol1831 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1832 :does :access_social_media. -} log:explains { - :carol1832 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1833 :does :access_social_media. -} log:explains { - :carol1833 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1834 :does :access_social_media. -} log:explains { - :carol1834 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1835 :does :access_social_media. -} log:explains { - :carol1835 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1836 :does :access_social_media. -} log:explains { - :carol1836 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1837 :does :access_social_media. -} log:explains { - :carol1837 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1838 :does :access_social_media. -} log:explains { - :carol1838 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1839 :does :access_social_media. -} log:explains { - :carol1839 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1840 :does :access_social_media. -} log:explains { - :carol1840 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1841 :does :access_social_media. -} log:explains { - :carol1841 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1842 :does :access_social_media. -} log:explains { - :carol1842 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1843 :does :access_social_media. -} log:explains { - :carol1843 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1844 :does :access_social_media. -} log:explains { - :carol1844 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1845 :does :access_social_media. -} log:explains { - :carol1845 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1846 :does :access_social_media. -} log:explains { - :carol1846 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1847 :does :access_social_media. -} log:explains { - :carol1847 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1848 :does :access_social_media. -} log:explains { - :carol1848 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1849 :does :access_social_media. -} log:explains { - :carol1849 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1850 :does :access_social_media. -} log:explains { - :carol1850 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1851 :does :access_social_media. -} log:explains { - :carol1851 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1852 :does :access_social_media. -} log:explains { - :carol1852 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1853 :does :access_social_media. -} log:explains { - :carol1853 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1854 :does :access_social_media. -} log:explains { - :carol1854 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1855 :does :access_social_media. -} log:explains { - :carol1855 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1856 :does :access_social_media. -} log:explains { - :carol1856 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1857 :does :access_social_media. -} log:explains { - :carol1857 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1858 :does :access_social_media. -} log:explains { - :carol1858 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1859 :does :access_social_media. -} log:explains { - :carol1859 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1860 :does :access_social_media. -} log:explains { - :carol1860 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1861 :does :access_social_media. -} log:explains { - :carol1861 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1862 :does :access_social_media. -} log:explains { - :carol1862 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1863 :does :access_social_media. -} log:explains { - :carol1863 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1864 :does :access_social_media. -} log:explains { - :carol1864 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1865 :does :access_social_media. -} log:explains { - :carol1865 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1866 :does :access_social_media. -} log:explains { - :carol1866 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1867 :does :access_social_media. -} log:explains { - :carol1867 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1868 :does :access_social_media. -} log:explains { - :carol1868 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1869 :does :access_social_media. -} log:explains { - :carol1869 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1870 :does :access_social_media. -} log:explains { - :carol1870 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1871 :does :access_social_media. -} log:explains { - :carol1871 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1872 :does :access_social_media. -} log:explains { - :carol1872 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1873 :does :access_social_media. -} log:explains { - :carol1873 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1874 :does :access_social_media. -} log:explains { - :carol1874 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1875 :does :access_social_media. -} log:explains { - :carol1875 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1876 :does :access_social_media. -} log:explains { - :carol1876 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1877 :does :access_social_media. -} log:explains { - :carol1877 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1878 :does :access_social_media. -} log:explains { - :carol1878 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1879 :does :access_social_media. -} log:explains { - :carol1879 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1880 :does :access_social_media. -} log:explains { - :carol1880 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1881 :does :access_social_media. -} log:explains { - :carol1881 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1882 :does :access_social_media. -} log:explains { - :carol1882 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1883 :does :access_social_media. -} log:explains { - :carol1883 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1884 :does :access_social_media. -} log:explains { - :carol1884 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1885 :does :access_social_media. -} log:explains { - :carol1885 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1886 :does :access_social_media. -} log:explains { - :carol1886 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1887 :does :access_social_media. -} log:explains { - :carol1887 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1888 :does :access_social_media. -} log:explains { - :carol1888 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1889 :does :access_social_media. -} log:explains { - :carol1889 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1890 :does :access_social_media. -} log:explains { - :carol1890 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1891 :does :access_social_media. -} log:explains { - :carol1891 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1892 :does :access_social_media. -} log:explains { - :carol1892 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1893 :does :access_social_media. -} log:explains { - :carol1893 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1894 :does :access_social_media. -} log:explains { - :carol1894 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1895 :does :access_social_media. -} log:explains { - :carol1895 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1896 :does :access_social_media. -} log:explains { - :carol1896 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1897 :does :access_social_media. -} log:explains { - :carol1897 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1898 :does :access_social_media. -} log:explains { - :carol1898 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1899 :does :access_social_media. -} log:explains { - :carol1899 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1900 :does :access_social_media. -} log:explains { - :carol1900 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1901 :does :access_social_media. -} log:explains { - :carol1901 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1902 :does :access_social_media. -} log:explains { - :carol1902 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1903 :does :access_social_media. -} log:explains { - :carol1903 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1904 :does :access_social_media. -} log:explains { - :carol1904 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1905 :does :access_social_media. -} log:explains { - :carol1905 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1906 :does :access_social_media. -} log:explains { - :carol1906 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1907 :does :access_social_media. -} log:explains { - :carol1907 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1908 :does :access_social_media. -} log:explains { - :carol1908 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1909 :does :access_social_media. -} log:explains { - :carol1909 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1910 :does :access_social_media. -} log:explains { - :carol1910 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1911 :does :access_social_media. -} log:explains { - :carol1911 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1912 :does :access_social_media. -} log:explains { - :carol1912 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1913 :does :access_social_media. -} log:explains { - :carol1913 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1914 :does :access_social_media. -} log:explains { - :carol1914 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1915 :does :access_social_media. -} log:explains { - :carol1915 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1916 :does :access_social_media. -} log:explains { - :carol1916 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1917 :does :access_social_media. -} log:explains { - :carol1917 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1918 :does :access_social_media. -} log:explains { - :carol1918 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1919 :does :access_social_media. -} log:explains { - :carol1919 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1920 :does :access_social_media. -} log:explains { - :carol1920 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1921 :does :access_social_media. -} log:explains { - :carol1921 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1922 :does :access_social_media. -} log:explains { - :carol1922 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1923 :does :access_social_media. -} log:explains { - :carol1923 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1924 :does :access_social_media. -} log:explains { - :carol1924 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1925 :does :access_social_media. -} log:explains { - :carol1925 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1926 :does :access_social_media. -} log:explains { - :carol1926 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1927 :does :access_social_media. -} log:explains { - :carol1927 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1928 :does :access_social_media. -} log:explains { - :carol1928 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1929 :does :access_social_media. -} log:explains { - :carol1929 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1930 :does :access_social_media. -} log:explains { - :carol1930 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1931 :does :access_social_media. -} log:explains { - :carol1931 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1932 :does :access_social_media. -} log:explains { - :carol1932 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1933 :does :access_social_media. -} log:explains { - :carol1933 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1934 :does :access_social_media. -} log:explains { - :carol1934 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1935 :does :access_social_media. -} log:explains { - :carol1935 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1936 :does :access_social_media. -} log:explains { - :carol1936 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1937 :does :access_social_media. -} log:explains { - :carol1937 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1938 :does :access_social_media. -} log:explains { - :carol1938 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1939 :does :access_social_media. -} log:explains { - :carol1939 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1940 :does :access_social_media. -} log:explains { - :carol1940 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1941 :does :access_social_media. -} log:explains { - :carol1941 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1942 :does :access_social_media. -} log:explains { - :carol1942 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1943 :does :access_social_media. -} log:explains { - :carol1943 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1944 :does :access_social_media. -} log:explains { - :carol1944 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1945 :does :access_social_media. -} log:explains { - :carol1945 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1946 :does :access_social_media. -} log:explains { - :carol1946 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1947 :does :access_social_media. -} log:explains { - :carol1947 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1948 :does :access_social_media. -} log:explains { - :carol1948 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1949 :does :access_social_media. -} log:explains { - :carol1949 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1950 :does :access_social_media. -} log:explains { - :carol1950 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1951 :does :access_social_media. -} log:explains { - :carol1951 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1952 :does :access_social_media. -} log:explains { - :carol1952 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1953 :does :access_social_media. -} log:explains { - :carol1953 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1954 :does :access_social_media. -} log:explains { - :carol1954 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1955 :does :access_social_media. -} log:explains { - :carol1955 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1956 :does :access_social_media. -} log:explains { - :carol1956 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1957 :does :access_social_media. -} log:explains { - :carol1957 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1958 :does :access_social_media. -} log:explains { - :carol1958 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1959 :does :access_social_media. -} log:explains { - :carol1959 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1960 :does :access_social_media. -} log:explains { - :carol1960 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1961 :does :access_social_media. -} log:explains { - :carol1961 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1962 :does :access_social_media. -} log:explains { - :carol1962 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1963 :does :access_social_media. -} log:explains { - :carol1963 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1964 :does :access_social_media. -} log:explains { - :carol1964 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1965 :does :access_social_media. -} log:explains { - :carol1965 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1966 :does :access_social_media. -} log:explains { - :carol1966 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1967 :does :access_social_media. -} log:explains { - :carol1967 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1968 :does :access_social_media. -} log:explains { - :carol1968 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1969 :does :access_social_media. -} log:explains { - :carol1969 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1970 :does :access_social_media. -} log:explains { - :carol1970 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1971 :does :access_social_media. -} log:explains { - :carol1971 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1972 :does :access_social_media. -} log:explains { - :carol1972 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1973 :does :access_social_media. -} log:explains { - :carol1973 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1974 :does :access_social_media. -} log:explains { - :carol1974 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1975 :does :access_social_media. -} log:explains { - :carol1975 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1976 :does :access_social_media. -} log:explains { - :carol1976 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1977 :does :access_social_media. -} log:explains { - :carol1977 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1978 :does :access_social_media. -} log:explains { - :carol1978 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1979 :does :access_social_media. -} log:explains { - :carol1979 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1980 :does :access_social_media. -} log:explains { - :carol1980 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1981 :does :access_social_media. -} log:explains { - :carol1981 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1982 :does :access_social_media. -} log:explains { - :carol1982 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1983 :does :access_social_media. -} log:explains { - :carol1983 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1984 :does :access_social_media. -} log:explains { - :carol1984 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1985 :does :access_social_media. -} log:explains { - :carol1985 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1986 :does :access_social_media. -} log:explains { - :carol1986 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1987 :does :access_social_media. -} log:explains { - :carol1987 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1988 :does :access_social_media. -} log:explains { - :carol1988 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1989 :does :access_social_media. -} log:explains { - :carol1989 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1990 :does :access_social_media. -} log:explains { - :carol1990 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1991 :does :access_social_media. -} log:explains { - :carol1991 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1992 :does :access_social_media. -} log:explains { - :carol1992 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1993 :does :access_social_media. -} log:explains { - :carol1993 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1994 :does :access_social_media. -} log:explains { - :carol1994 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1995 :does :access_social_media. -} log:explains { - :carol1995 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1996 :does :access_social_media. -} log:explains { - :carol1996 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1997 :does :access_social_media. -} log:explains { - :carol1997 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1998 :does :access_social_media. -} log:explains { - :carol1998 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol1999 :does :access_social_media. -} log:explains { - :carol1999 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2000 :does :access_social_media. -} log:explains { - :carol2000 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2001 :does :access_social_media. -} log:explains { - :carol2001 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2002 :does :access_social_media. -} log:explains { - :carol2002 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2003 :does :access_social_media. -} log:explains { - :carol2003 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2004 :does :access_social_media. -} log:explains { - :carol2004 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2005 :does :access_social_media. -} log:explains { - :carol2005 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2006 :does :access_social_media. -} log:explains { - :carol2006 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2007 :does :access_social_media. -} log:explains { - :carol2007 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2008 :does :access_social_media. -} log:explains { - :carol2008 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2009 :does :access_social_media. -} log:explains { - :carol2009 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2010 :does :access_social_media. -} log:explains { - :carol2010 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2011 :does :access_social_media. -} log:explains { - :carol2011 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2012 :does :access_social_media. -} log:explains { - :carol2012 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2013 :does :access_social_media. -} log:explains { - :carol2013 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2014 :does :access_social_media. -} log:explains { - :carol2014 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2015 :does :access_social_media. -} log:explains { - :carol2015 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2016 :does :access_social_media. -} log:explains { - :carol2016 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2017 :does :access_social_media. -} log:explains { - :carol2017 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2018 :does :access_social_media. -} log:explains { - :carol2018 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2019 :does :access_social_media. -} log:explains { - :carol2019 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2020 :does :access_social_media. -} log:explains { - :carol2020 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2021 :does :access_social_media. -} log:explains { - :carol2021 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2022 :does :access_social_media. -} log:explains { - :carol2022 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2023 :does :access_social_media. -} log:explains { - :carol2023 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2024 :does :access_social_media. -} log:explains { - :carol2024 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2025 :does :access_social_media. -} log:explains { - :carol2025 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2026 :does :access_social_media. -} log:explains { - :carol2026 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2027 :does :access_social_media. -} log:explains { - :carol2027 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2028 :does :access_social_media. -} log:explains { - :carol2028 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2029 :does :access_social_media. -} log:explains { - :carol2029 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2030 :does :access_social_media. -} log:explains { - :carol2030 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2031 :does :access_social_media. -} log:explains { - :carol2031 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2032 :does :access_social_media. -} log:explains { - :carol2032 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2033 :does :access_social_media. -} log:explains { - :carol2033 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2034 :does :access_social_media. -} log:explains { - :carol2034 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2035 :does :access_social_media. -} log:explains { - :carol2035 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2036 :does :access_social_media. -} log:explains { - :carol2036 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2037 :does :access_social_media. -} log:explains { - :carol2037 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2038 :does :access_social_media. -} log:explains { - :carol2038 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2039 :does :access_social_media. -} log:explains { - :carol2039 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2040 :does :access_social_media. -} log:explains { - :carol2040 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2041 :does :access_social_media. -} log:explains { - :carol2041 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2042 :does :access_social_media. -} log:explains { - :carol2042 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2043 :does :access_social_media. -} log:explains { - :carol2043 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2044 :does :access_social_media. -} log:explains { - :carol2044 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2045 :does :access_social_media. -} log:explains { - :carol2045 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2046 :does :access_social_media. -} log:explains { - :carol2046 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2047 :does :access_social_media. -} log:explains { - :carol2047 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2048 :does :access_social_media. -} log:explains { - :carol2048 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2049 :does :access_social_media. -} log:explains { - :carol2049 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2050 :does :access_social_media. -} log:explains { - :carol2050 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2051 :does :access_social_media. -} log:explains { - :carol2051 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2052 :does :access_social_media. -} log:explains { - :carol2052 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2053 :does :access_social_media. -} log:explains { - :carol2053 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2054 :does :access_social_media. -} log:explains { - :carol2054 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2055 :does :access_social_media. -} log:explains { - :carol2055 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2056 :does :access_social_media. -} log:explains { - :carol2056 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2057 :does :access_social_media. -} log:explains { - :carol2057 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2058 :does :access_social_media. -} log:explains { - :carol2058 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2059 :does :access_social_media. -} log:explains { - :carol2059 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2060 :does :access_social_media. -} log:explains { - :carol2060 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2061 :does :access_social_media. -} log:explains { - :carol2061 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2062 :does :access_social_media. -} log:explains { - :carol2062 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2063 :does :access_social_media. -} log:explains { - :carol2063 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2064 :does :access_social_media. -} log:explains { - :carol2064 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2065 :does :access_social_media. -} log:explains { - :carol2065 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2066 :does :access_social_media. -} log:explains { - :carol2066 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2067 :does :access_social_media. -} log:explains { - :carol2067 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2068 :does :access_social_media. -} log:explains { - :carol2068 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2069 :does :access_social_media. -} log:explains { - :carol2069 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2070 :does :access_social_media. -} log:explains { - :carol2070 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2071 :does :access_social_media. -} log:explains { - :carol2071 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2072 :does :access_social_media. -} log:explains { - :carol2072 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2073 :does :access_social_media. -} log:explains { - :carol2073 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2074 :does :access_social_media. -} log:explains { - :carol2074 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2075 :does :access_social_media. -} log:explains { - :carol2075 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2076 :does :access_social_media. -} log:explains { - :carol2076 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2077 :does :access_social_media. -} log:explains { - :carol2077 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2078 :does :access_social_media. -} log:explains { - :carol2078 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2079 :does :access_social_media. -} log:explains { - :carol2079 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2080 :does :access_social_media. -} log:explains { - :carol2080 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2081 :does :access_social_media. -} log:explains { - :carol2081 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2082 :does :access_social_media. -} log:explains { - :carol2082 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2083 :does :access_social_media. -} log:explains { - :carol2083 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2084 :does :access_social_media. -} log:explains { - :carol2084 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2085 :does :access_social_media. -} log:explains { - :carol2085 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2086 :does :access_social_media. -} log:explains { - :carol2086 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2087 :does :access_social_media. -} log:explains { - :carol2087 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2088 :does :access_social_media. -} log:explains { - :carol2088 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2089 :does :access_social_media. -} log:explains { - :carol2089 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2090 :does :access_social_media. -} log:explains { - :carol2090 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2091 :does :access_social_media. -} log:explains { - :carol2091 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2092 :does :access_social_media. -} log:explains { - :carol2092 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2093 :does :access_social_media. -} log:explains { - :carol2093 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2094 :does :access_social_media. -} log:explains { - :carol2094 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2095 :does :access_social_media. -} log:explains { - :carol2095 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2096 :does :access_social_media. -} log:explains { - :carol2096 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2097 :does :access_social_media. -} log:explains { - :carol2097 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2098 :does :access_social_media. -} log:explains { - :carol2098 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2099 :does :access_social_media. -} log:explains { - :carol2099 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2100 :does :access_social_media. -} log:explains { - :carol2100 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2101 :does :access_social_media. -} log:explains { - :carol2101 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2102 :does :access_social_media. -} log:explains { - :carol2102 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2103 :does :access_social_media. -} log:explains { - :carol2103 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2104 :does :access_social_media. -} log:explains { - :carol2104 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2105 :does :access_social_media. -} log:explains { - :carol2105 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2106 :does :access_social_media. -} log:explains { - :carol2106 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2107 :does :access_social_media. -} log:explains { - :carol2107 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2108 :does :access_social_media. -} log:explains { - :carol2108 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2109 :does :access_social_media. -} log:explains { - :carol2109 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2110 :does :access_social_media. -} log:explains { - :carol2110 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2111 :does :access_social_media. -} log:explains { - :carol2111 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2112 :does :access_social_media. -} log:explains { - :carol2112 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2113 :does :access_social_media. -} log:explains { - :carol2113 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2114 :does :access_social_media. -} log:explains { - :carol2114 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2115 :does :access_social_media. -} log:explains { - :carol2115 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2116 :does :access_social_media. -} log:explains { - :carol2116 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2117 :does :access_social_media. -} log:explains { - :carol2117 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2118 :does :access_social_media. -} log:explains { - :carol2118 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2119 :does :access_social_media. -} log:explains { - :carol2119 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2120 :does :access_social_media. -} log:explains { - :carol2120 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2121 :does :access_social_media. -} log:explains { - :carol2121 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2122 :does :access_social_media. -} log:explains { - :carol2122 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2123 :does :access_social_media. -} log:explains { - :carol2123 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2124 :does :access_social_media. -} log:explains { - :carol2124 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2125 :does :access_social_media. -} log:explains { - :carol2125 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2126 :does :access_social_media. -} log:explains { - :carol2126 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2127 :does :access_social_media. -} log:explains { - :carol2127 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2128 :does :access_social_media. -} log:explains { - :carol2128 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2129 :does :access_social_media. -} log:explains { - :carol2129 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2130 :does :access_social_media. -} log:explains { - :carol2130 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2131 :does :access_social_media. -} log:explains { - :carol2131 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2132 :does :access_social_media. -} log:explains { - :carol2132 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2133 :does :access_social_media. -} log:explains { - :carol2133 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2134 :does :access_social_media. -} log:explains { - :carol2134 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2135 :does :access_social_media. -} log:explains { - :carol2135 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2136 :does :access_social_media. -} log:explains { - :carol2136 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2137 :does :access_social_media. -} log:explains { - :carol2137 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2138 :does :access_social_media. -} log:explains { - :carol2138 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2139 :does :access_social_media. -} log:explains { - :carol2139 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2140 :does :access_social_media. -} log:explains { - :carol2140 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2141 :does :access_social_media. -} log:explains { - :carol2141 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2142 :does :access_social_media. -} log:explains { - :carol2142 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2143 :does :access_social_media. -} log:explains { - :carol2143 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2144 :does :access_social_media. -} log:explains { - :carol2144 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2145 :does :access_social_media. -} log:explains { - :carol2145 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2146 :does :access_social_media. -} log:explains { - :carol2146 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2147 :does :access_social_media. -} log:explains { - :carol2147 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2148 :does :access_social_media. -} log:explains { - :carol2148 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2149 :does :access_social_media. -} log:explains { - :carol2149 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2150 :does :access_social_media. -} log:explains { - :carol2150 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2151 :does :access_social_media. -} log:explains { - :carol2151 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2152 :does :access_social_media. -} log:explains { - :carol2152 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2153 :does :access_social_media. -} log:explains { - :carol2153 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2154 :does :access_social_media. -} log:explains { - :carol2154 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2155 :does :access_social_media. -} log:explains { - :carol2155 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2156 :does :access_social_media. -} log:explains { - :carol2156 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2157 :does :access_social_media. -} log:explains { - :carol2157 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2158 :does :access_social_media. -} log:explains { - :carol2158 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2159 :does :access_social_media. -} log:explains { - :carol2159 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2160 :does :access_social_media. -} log:explains { - :carol2160 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2161 :does :access_social_media. -} log:explains { - :carol2161 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2162 :does :access_social_media. -} log:explains { - :carol2162 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2163 :does :access_social_media. -} log:explains { - :carol2163 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2164 :does :access_social_media. -} log:explains { - :carol2164 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2165 :does :access_social_media. -} log:explains { - :carol2165 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2166 :does :access_social_media. -} log:explains { - :carol2166 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2167 :does :access_social_media. -} log:explains { - :carol2167 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2168 :does :access_social_media. -} log:explains { - :carol2168 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2169 :does :access_social_media. -} log:explains { - :carol2169 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2170 :does :access_social_media. -} log:explains { - :carol2170 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2171 :does :access_social_media. -} log:explains { - :carol2171 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2172 :does :access_social_media. -} log:explains { - :carol2172 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2173 :does :access_social_media. -} log:explains { - :carol2173 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2174 :does :access_social_media. -} log:explains { - :carol2174 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2175 :does :access_social_media. -} log:explains { - :carol2175 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2176 :does :access_social_media. -} log:explains { - :carol2176 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2177 :does :access_social_media. -} log:explains { - :carol2177 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2178 :does :access_social_media. -} log:explains { - :carol2178 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2179 :does :access_social_media. -} log:explains { - :carol2179 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2180 :does :access_social_media. -} log:explains { - :carol2180 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2181 :does :access_social_media. -} log:explains { - :carol2181 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2182 :does :access_social_media. -} log:explains { - :carol2182 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2183 :does :access_social_media. -} log:explains { - :carol2183 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2184 :does :access_social_media. -} log:explains { - :carol2184 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2185 :does :access_social_media. -} log:explains { - :carol2185 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2186 :does :access_social_media. -} log:explains { - :carol2186 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2187 :does :access_social_media. -} log:explains { - :carol2187 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2188 :does :access_social_media. -} log:explains { - :carol2188 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2189 :does :access_social_media. -} log:explains { - :carol2189 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2190 :does :access_social_media. -} log:explains { - :carol2190 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2191 :does :access_social_media. -} log:explains { - :carol2191 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2192 :does :access_social_media. -} log:explains { - :carol2192 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2193 :does :access_social_media. -} log:explains { - :carol2193 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2194 :does :access_social_media. -} log:explains { - :carol2194 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2195 :does :access_social_media. -} log:explains { - :carol2195 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2196 :does :access_social_media. -} log:explains { - :carol2196 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2197 :does :access_social_media. -} log:explains { - :carol2197 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2198 :does :access_social_media. -} log:explains { - :carol2198 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2199 :does :access_social_media. -} log:explains { - :carol2199 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2200 :does :access_social_media. -} log:explains { - :carol2200 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2201 :does :access_social_media. -} log:explains { - :carol2201 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2202 :does :access_social_media. -} log:explains { - :carol2202 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2203 :does :access_social_media. -} log:explains { - :carol2203 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2204 :does :access_social_media. -} log:explains { - :carol2204 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2205 :does :access_social_media. -} log:explains { - :carol2205 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2206 :does :access_social_media. -} log:explains { - :carol2206 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2207 :does :access_social_media. -} log:explains { - :carol2207 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2208 :does :access_social_media. -} log:explains { - :carol2208 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2209 :does :access_social_media. -} log:explains { - :carol2209 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2210 :does :access_social_media. -} log:explains { - :carol2210 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2211 :does :access_social_media. -} log:explains { - :carol2211 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2212 :does :access_social_media. -} log:explains { - :carol2212 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2213 :does :access_social_media. -} log:explains { - :carol2213 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2214 :does :access_social_media. -} log:explains { - :carol2214 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2215 :does :access_social_media. -} log:explains { - :carol2215 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2216 :does :access_social_media. -} log:explains { - :carol2216 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2217 :does :access_social_media. -} log:explains { - :carol2217 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2218 :does :access_social_media. -} log:explains { - :carol2218 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2219 :does :access_social_media. -} log:explains { - :carol2219 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2220 :does :access_social_media. -} log:explains { - :carol2220 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2221 :does :access_social_media. -} log:explains { - :carol2221 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2222 :does :access_social_media. -} log:explains { - :carol2222 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2223 :does :access_social_media. -} log:explains { - :carol2223 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2224 :does :access_social_media. -} log:explains { - :carol2224 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2225 :does :access_social_media. -} log:explains { - :carol2225 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2226 :does :access_social_media. -} log:explains { - :carol2226 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2227 :does :access_social_media. -} log:explains { - :carol2227 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2228 :does :access_social_media. -} log:explains { - :carol2228 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2229 :does :access_social_media. -} log:explains { - :carol2229 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2230 :does :access_social_media. -} log:explains { - :carol2230 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2231 :does :access_social_media. -} log:explains { - :carol2231 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2232 :does :access_social_media. -} log:explains { - :carol2232 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2233 :does :access_social_media. -} log:explains { - :carol2233 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2234 :does :access_social_media. -} log:explains { - :carol2234 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2235 :does :access_social_media. -} log:explains { - :carol2235 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2236 :does :access_social_media. -} log:explains { - :carol2236 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2237 :does :access_social_media. -} log:explains { - :carol2237 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2238 :does :access_social_media. -} log:explains { - :carol2238 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2239 :does :access_social_media. -} log:explains { - :carol2239 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2240 :does :access_social_media. -} log:explains { - :carol2240 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2241 :does :access_social_media. -} log:explains { - :carol2241 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2242 :does :access_social_media. -} log:explains { - :carol2242 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2243 :does :access_social_media. -} log:explains { - :carol2243 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2244 :does :access_social_media. -} log:explains { - :carol2244 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2245 :does :access_social_media. -} log:explains { - :carol2245 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2246 :does :access_social_media. -} log:explains { - :carol2246 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2247 :does :access_social_media. -} log:explains { - :carol2247 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2248 :does :access_social_media. -} log:explains { - :carol2248 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2249 :does :access_social_media. -} log:explains { - :carol2249 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2250 :does :access_social_media. -} log:explains { - :carol2250 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2251 :does :access_social_media. -} log:explains { - :carol2251 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2252 :does :access_social_media. -} log:explains { - :carol2252 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2253 :does :access_social_media. -} log:explains { - :carol2253 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2254 :does :access_social_media. -} log:explains { - :carol2254 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2255 :does :access_social_media. -} log:explains { - :carol2255 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2256 :does :access_social_media. -} log:explains { - :carol2256 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2257 :does :access_social_media. -} log:explains { - :carol2257 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2258 :does :access_social_media. -} log:explains { - :carol2258 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2259 :does :access_social_media. -} log:explains { - :carol2259 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2260 :does :access_social_media. -} log:explains { - :carol2260 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2261 :does :access_social_media. -} log:explains { - :carol2261 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2262 :does :access_social_media. -} log:explains { - :carol2262 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2263 :does :access_social_media. -} log:explains { - :carol2263 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2264 :does :access_social_media. -} log:explains { - :carol2264 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2265 :does :access_social_media. -} log:explains { - :carol2265 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2266 :does :access_social_media. -} log:explains { - :carol2266 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2267 :does :access_social_media. -} log:explains { - :carol2267 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2268 :does :access_social_media. -} log:explains { - :carol2268 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2269 :does :access_social_media. -} log:explains { - :carol2269 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2270 :does :access_social_media. -} log:explains { - :carol2270 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2271 :does :access_social_media. -} log:explains { - :carol2271 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2272 :does :access_social_media. -} log:explains { - :carol2272 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2273 :does :access_social_media. -} log:explains { - :carol2273 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2274 :does :access_social_media. -} log:explains { - :carol2274 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2275 :does :access_social_media. -} log:explains { - :carol2275 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2276 :does :access_social_media. -} log:explains { - :carol2276 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2277 :does :access_social_media. -} log:explains { - :carol2277 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2278 :does :access_social_media. -} log:explains { - :carol2278 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2279 :does :access_social_media. -} log:explains { - :carol2279 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2280 :does :access_social_media. -} log:explains { - :carol2280 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2281 :does :access_social_media. -} log:explains { - :carol2281 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2282 :does :access_social_media. -} log:explains { - :carol2282 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2283 :does :access_social_media. -} log:explains { - :carol2283 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2284 :does :access_social_media. -} log:explains { - :carol2284 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2285 :does :access_social_media. -} log:explains { - :carol2285 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2286 :does :access_social_media. -} log:explains { - :carol2286 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2287 :does :access_social_media. -} log:explains { - :carol2287 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2288 :does :access_social_media. -} log:explains { - :carol2288 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2289 :does :access_social_media. -} log:explains { - :carol2289 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2290 :does :access_social_media. -} log:explains { - :carol2290 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2291 :does :access_social_media. -} log:explains { - :carol2291 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2292 :does :access_social_media. -} log:explains { - :carol2292 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2293 :does :access_social_media. -} log:explains { - :carol2293 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2294 :does :access_social_media. -} log:explains { - :carol2294 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2295 :does :access_social_media. -} log:explains { - :carol2295 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2296 :does :access_social_media. -} log:explains { - :carol2296 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2297 :does :access_social_media. -} log:explains { - :carol2297 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2298 :does :access_social_media. -} log:explains { - :carol2298 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2299 :does :access_social_media. -} log:explains { - :carol2299 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2300 :does :access_social_media. -} log:explains { - :carol2300 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2301 :does :access_social_media. -} log:explains { - :carol2301 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2302 :does :access_social_media. -} log:explains { - :carol2302 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2303 :does :access_social_media. -} log:explains { - :carol2303 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2304 :does :access_social_media. -} log:explains { - :carol2304 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2305 :does :access_social_media. -} log:explains { - :carol2305 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2306 :does :access_social_media. -} log:explains { - :carol2306 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2307 :does :access_social_media. -} log:explains { - :carol2307 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2308 :does :access_social_media. -} log:explains { - :carol2308 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2309 :does :access_social_media. -} log:explains { - :carol2309 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2310 :does :access_social_media. -} log:explains { - :carol2310 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2311 :does :access_social_media. -} log:explains { - :carol2311 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2312 :does :access_social_media. -} log:explains { - :carol2312 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2313 :does :access_social_media. -} log:explains { - :carol2313 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2314 :does :access_social_media. -} log:explains { - :carol2314 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2315 :does :access_social_media. -} log:explains { - :carol2315 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2316 :does :access_social_media. -} log:explains { - :carol2316 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2317 :does :access_social_media. -} log:explains { - :carol2317 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2318 :does :access_social_media. -} log:explains { - :carol2318 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2319 :does :access_social_media. -} log:explains { - :carol2319 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2320 :does :access_social_media. -} log:explains { - :carol2320 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2321 :does :access_social_media. -} log:explains { - :carol2321 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2322 :does :access_social_media. -} log:explains { - :carol2322 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2323 :does :access_social_media. -} log:explains { - :carol2323 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2324 :does :access_social_media. -} log:explains { - :carol2324 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2325 :does :access_social_media. -} log:explains { - :carol2325 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2326 :does :access_social_media. -} log:explains { - :carol2326 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2327 :does :access_social_media. -} log:explains { - :carol2327 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2328 :does :access_social_media. -} log:explains { - :carol2328 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2329 :does :access_social_media. -} log:explains { - :carol2329 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2330 :does :access_social_media. -} log:explains { - :carol2330 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2331 :does :access_social_media. -} log:explains { - :carol2331 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2332 :does :access_social_media. -} log:explains { - :carol2332 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2333 :does :access_social_media. -} log:explains { - :carol2333 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2334 :does :access_social_media. -} log:explains { - :carol2334 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2335 :does :access_social_media. -} log:explains { - :carol2335 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2336 :does :access_social_media. -} log:explains { - :carol2336 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2337 :does :access_social_media. -} log:explains { - :carol2337 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2338 :does :access_social_media. -} log:explains { - :carol2338 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2339 :does :access_social_media. -} log:explains { - :carol2339 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2340 :does :access_social_media. -} log:explains { - :carol2340 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2341 :does :access_social_media. -} log:explains { - :carol2341 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2342 :does :access_social_media. -} log:explains { - :carol2342 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2343 :does :access_social_media. -} log:explains { - :carol2343 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2344 :does :access_social_media. -} log:explains { - :carol2344 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2345 :does :access_social_media. -} log:explains { - :carol2345 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2346 :does :access_social_media. -} log:explains { - :carol2346 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2347 :does :access_social_media. -} log:explains { - :carol2347 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2348 :does :access_social_media. -} log:explains { - :carol2348 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2349 :does :access_social_media. -} log:explains { - :carol2349 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2350 :does :access_social_media. -} log:explains { - :carol2350 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2351 :does :access_social_media. -} log:explains { - :carol2351 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2352 :does :access_social_media. -} log:explains { - :carol2352 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2353 :does :access_social_media. -} log:explains { - :carol2353 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2354 :does :access_social_media. -} log:explains { - :carol2354 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2355 :does :access_social_media. -} log:explains { - :carol2355 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2356 :does :access_social_media. -} log:explains { - :carol2356 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2357 :does :access_social_media. -} log:explains { - :carol2357 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2358 :does :access_social_media. -} log:explains { - :carol2358 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2359 :does :access_social_media. -} log:explains { - :carol2359 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2360 :does :access_social_media. -} log:explains { - :carol2360 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2361 :does :access_social_media. -} log:explains { - :carol2361 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2362 :does :access_social_media. -} log:explains { - :carol2362 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2363 :does :access_social_media. -} log:explains { - :carol2363 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2364 :does :access_social_media. -} log:explains { - :carol2364 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2365 :does :access_social_media. -} log:explains { - :carol2365 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2366 :does :access_social_media. -} log:explains { - :carol2366 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2367 :does :access_social_media. -} log:explains { - :carol2367 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2368 :does :access_social_media. -} log:explains { - :carol2368 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2369 :does :access_social_media. -} log:explains { - :carol2369 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2370 :does :access_social_media. -} log:explains { - :carol2370 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2371 :does :access_social_media. -} log:explains { - :carol2371 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2372 :does :access_social_media. -} log:explains { - :carol2372 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2373 :does :access_social_media. -} log:explains { - :carol2373 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2374 :does :access_social_media. -} log:explains { - :carol2374 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2375 :does :access_social_media. -} log:explains { - :carol2375 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2376 :does :access_social_media. -} log:explains { - :carol2376 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2377 :does :access_social_media. -} log:explains { - :carol2377 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2378 :does :access_social_media. -} log:explains { - :carol2378 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2379 :does :access_social_media. -} log:explains { - :carol2379 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2380 :does :access_social_media. -} log:explains { - :carol2380 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2381 :does :access_social_media. -} log:explains { - :carol2381 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2382 :does :access_social_media. -} log:explains { - :carol2382 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2383 :does :access_social_media. -} log:explains { - :carol2383 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2384 :does :access_social_media. -} log:explains { - :carol2384 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2385 :does :access_social_media. -} log:explains { - :carol2385 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2386 :does :access_social_media. -} log:explains { - :carol2386 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2387 :does :access_social_media. -} log:explains { - :carol2387 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2388 :does :access_social_media. -} log:explains { - :carol2388 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2389 :does :access_social_media. -} log:explains { - :carol2389 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2390 :does :access_social_media. -} log:explains { - :carol2390 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2391 :does :access_social_media. -} log:explains { - :carol2391 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2392 :does :access_social_media. -} log:explains { - :carol2392 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2393 :does :access_social_media. -} log:explains { - :carol2393 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2394 :does :access_social_media. -} log:explains { - :carol2394 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2395 :does :access_social_media. -} log:explains { - :carol2395 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2396 :does :access_social_media. -} log:explains { - :carol2396 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2397 :does :access_social_media. -} log:explains { - :carol2397 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2398 :does :access_social_media. -} log:explains { - :carol2398 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2399 :does :access_social_media. -} log:explains { - :carol2399 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2400 :does :access_social_media. -} log:explains { - :carol2400 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2401 :does :access_social_media. -} log:explains { - :carol2401 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2402 :does :access_social_media. -} log:explains { - :carol2402 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2403 :does :access_social_media. -} log:explains { - :carol2403 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2404 :does :access_social_media. -} log:explains { - :carol2404 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2405 :does :access_social_media. -} log:explains { - :carol2405 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2406 :does :access_social_media. -} log:explains { - :carol2406 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2407 :does :access_social_media. -} log:explains { - :carol2407 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2408 :does :access_social_media. -} log:explains { - :carol2408 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2409 :does :access_social_media. -} log:explains { - :carol2409 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2410 :does :access_social_media. -} log:explains { - :carol2410 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2411 :does :access_social_media. -} log:explains { - :carol2411 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2412 :does :access_social_media. -} log:explains { - :carol2412 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2413 :does :access_social_media. -} log:explains { - :carol2413 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2414 :does :access_social_media. -} log:explains { - :carol2414 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2415 :does :access_social_media. -} log:explains { - :carol2415 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2416 :does :access_social_media. -} log:explains { - :carol2416 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2417 :does :access_social_media. -} log:explains { - :carol2417 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2418 :does :access_social_media. -} log:explains { - :carol2418 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2419 :does :access_social_media. -} log:explains { - :carol2419 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2420 :does :access_social_media. -} log:explains { - :carol2420 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2421 :does :access_social_media. -} log:explains { - :carol2421 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2422 :does :access_social_media. -} log:explains { - :carol2422 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2423 :does :access_social_media. -} log:explains { - :carol2423 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2424 :does :access_social_media. -} log:explains { - :carol2424 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2425 :does :access_social_media. -} log:explains { - :carol2425 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2426 :does :access_social_media. -} log:explains { - :carol2426 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2427 :does :access_social_media. -} log:explains { - :carol2427 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2428 :does :access_social_media. -} log:explains { - :carol2428 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2429 :does :access_social_media. -} log:explains { - :carol2429 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2430 :does :access_social_media. -} log:explains { - :carol2430 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2431 :does :access_social_media. -} log:explains { - :carol2431 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2432 :does :access_social_media. -} log:explains { - :carol2432 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2433 :does :access_social_media. -} log:explains { - :carol2433 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2434 :does :access_social_media. -} log:explains { - :carol2434 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2435 :does :access_social_media. -} log:explains { - :carol2435 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2436 :does :access_social_media. -} log:explains { - :carol2436 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2437 :does :access_social_media. -} log:explains { - :carol2437 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2438 :does :access_social_media. -} log:explains { - :carol2438 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2439 :does :access_social_media. -} log:explains { - :carol2439 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2440 :does :access_social_media. -} log:explains { - :carol2440 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2441 :does :access_social_media. -} log:explains { - :carol2441 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2442 :does :access_social_media. -} log:explains { - :carol2442 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2443 :does :access_social_media. -} log:explains { - :carol2443 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2444 :does :access_social_media. -} log:explains { - :carol2444 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2445 :does :access_social_media. -} log:explains { - :carol2445 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2446 :does :access_social_media. -} log:explains { - :carol2446 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2447 :does :access_social_media. -} log:explains { - :carol2447 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2448 :does :access_social_media. -} log:explains { - :carol2448 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2449 :does :access_social_media. -} log:explains { - :carol2449 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2450 :does :access_social_media. -} log:explains { - :carol2450 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2451 :does :access_social_media. -} log:explains { - :carol2451 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2452 :does :access_social_media. -} log:explains { - :carol2452 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2453 :does :access_social_media. -} log:explains { - :carol2453 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2454 :does :access_social_media. -} log:explains { - :carol2454 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2455 :does :access_social_media. -} log:explains { - :carol2455 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2456 :does :access_social_media. -} log:explains { - :carol2456 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2457 :does :access_social_media. -} log:explains { - :carol2457 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2458 :does :access_social_media. -} log:explains { - :carol2458 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2459 :does :access_social_media. -} log:explains { - :carol2459 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2460 :does :access_social_media. -} log:explains { - :carol2460 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2461 :does :access_social_media. -} log:explains { - :carol2461 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2462 :does :access_social_media. -} log:explains { - :carol2462 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2463 :does :access_social_media. -} log:explains { - :carol2463 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2464 :does :access_social_media. -} log:explains { - :carol2464 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2465 :does :access_social_media. -} log:explains { - :carol2465 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2466 :does :access_social_media. -} log:explains { - :carol2466 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2467 :does :access_social_media. -} log:explains { - :carol2467 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2468 :does :access_social_media. -} log:explains { - :carol2468 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2469 :does :access_social_media. -} log:explains { - :carol2469 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2470 :does :access_social_media. -} log:explains { - :carol2470 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2471 :does :access_social_media. -} log:explains { - :carol2471 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2472 :does :access_social_media. -} log:explains { - :carol2472 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2473 :does :access_social_media. -} log:explains { - :carol2473 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2474 :does :access_social_media. -} log:explains { - :carol2474 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2475 :does :access_social_media. -} log:explains { - :carol2475 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2476 :does :access_social_media. -} log:explains { - :carol2476 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2477 :does :access_social_media. -} log:explains { - :carol2477 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2478 :does :access_social_media. -} log:explains { - :carol2478 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2479 :does :access_social_media. -} log:explains { - :carol2479 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2480 :does :access_social_media. -} log:explains { - :carol2480 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2481 :does :access_social_media. -} log:explains { - :carol2481 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2482 :does :access_social_media. -} log:explains { - :carol2482 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2483 :does :access_social_media. -} log:explains { - :carol2483 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2484 :does :access_social_media. -} log:explains { - :carol2484 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2485 :does :access_social_media. -} log:explains { - :carol2485 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2486 :does :access_social_media. -} log:explains { - :carol2486 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2487 :does :access_social_media. -} log:explains { - :carol2487 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2488 :does :access_social_media. -} log:explains { - :carol2488 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2489 :does :access_social_media. -} log:explains { - :carol2489 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2490 :does :access_social_media. -} log:explains { - :carol2490 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2491 :does :access_social_media. -} log:explains { - :carol2491 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2492 :does :access_social_media. -} log:explains { - :carol2492 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2493 :does :access_social_media. -} log:explains { - :carol2493 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2494 :does :access_social_media. -} log:explains { - :carol2494 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2495 :does :access_social_media. -} log:explains { - :carol2495 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2496 :does :access_social_media. -} log:explains { - :carol2496 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2497 :does :access_social_media. -} log:explains { - :carol2497 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2498 :does :access_social_media. -} log:explains { - :carol2498 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2499 :does :access_social_media. -} log:explains { - :carol2499 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2500 :does :access_social_media. -} log:explains { - :carol2500 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2501 :does :access_social_media. -} log:explains { - :carol2501 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2502 :does :access_social_media. -} log:explains { - :carol2502 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2503 :does :access_social_media. -} log:explains { - :carol2503 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2504 :does :access_social_media. -} log:explains { - :carol2504 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2505 :does :access_social_media. -} log:explains { - :carol2505 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2506 :does :access_social_media. -} log:explains { - :carol2506 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2507 :does :access_social_media. -} log:explains { - :carol2507 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2508 :does :access_social_media. -} log:explains { - :carol2508 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2509 :does :access_social_media. -} log:explains { - :carol2509 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2510 :does :access_social_media. -} log:explains { - :carol2510 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2511 :does :access_social_media. -} log:explains { - :carol2511 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2512 :does :access_social_media. -} log:explains { - :carol2512 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2513 :does :access_social_media. -} log:explains { - :carol2513 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2514 :does :access_social_media. -} log:explains { - :carol2514 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2515 :does :access_social_media. -} log:explains { - :carol2515 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2516 :does :access_social_media. -} log:explains { - :carol2516 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2517 :does :access_social_media. -} log:explains { - :carol2517 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2518 :does :access_social_media. -} log:explains { - :carol2518 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2519 :does :access_social_media. -} log:explains { - :carol2519 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2520 :does :access_social_media. -} log:explains { - :carol2520 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2521 :does :access_social_media. -} log:explains { - :carol2521 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2522 :does :access_social_media. -} log:explains { - :carol2522 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2523 :does :access_social_media. -} log:explains { - :carol2523 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2524 :does :access_social_media. -} log:explains { - :carol2524 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2525 :does :access_social_media. -} log:explains { - :carol2525 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2526 :does :access_social_media. -} log:explains { - :carol2526 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2527 :does :access_social_media. -} log:explains { - :carol2527 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2528 :does :access_social_media. -} log:explains { - :carol2528 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2529 :does :access_social_media. -} log:explains { - :carol2529 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2530 :does :access_social_media. -} log:explains { - :carol2530 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2531 :does :access_social_media. -} log:explains { - :carol2531 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2532 :does :access_social_media. -} log:explains { - :carol2532 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2533 :does :access_social_media. -} log:explains { - :carol2533 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2534 :does :access_social_media. -} log:explains { - :carol2534 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2535 :does :access_social_media. -} log:explains { - :carol2535 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2536 :does :access_social_media. -} log:explains { - :carol2536 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2537 :does :access_social_media. -} log:explains { - :carol2537 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2538 :does :access_social_media. -} log:explains { - :carol2538 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2539 :does :access_social_media. -} log:explains { - :carol2539 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2540 :does :access_social_media. -} log:explains { - :carol2540 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2541 :does :access_social_media. -} log:explains { - :carol2541 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2542 :does :access_social_media. -} log:explains { - :carol2542 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2543 :does :access_social_media. -} log:explains { - :carol2543 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2544 :does :access_social_media. -} log:explains { - :carol2544 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2545 :does :access_social_media. -} log:explains { - :carol2545 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2546 :does :access_social_media. -} log:explains { - :carol2546 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2547 :does :access_social_media. -} log:explains { - :carol2547 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2548 :does :access_social_media. -} log:explains { - :carol2548 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2549 :does :access_social_media. -} log:explains { - :carol2549 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2550 :does :access_social_media. -} log:explains { - :carol2550 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2551 :does :access_social_media. -} log:explains { - :carol2551 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2552 :does :access_social_media. -} log:explains { - :carol2552 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2553 :does :access_social_media. -} log:explains { - :carol2553 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2554 :does :access_social_media. -} log:explains { - :carol2554 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2555 :does :access_social_media. -} log:explains { - :carol2555 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2556 :does :access_social_media. -} log:explains { - :carol2556 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2557 :does :access_social_media. -} log:explains { - :carol2557 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2558 :does :access_social_media. -} log:explains { - :carol2558 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2559 :does :access_social_media. -} log:explains { - :carol2559 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2560 :does :access_social_media. -} log:explains { - :carol2560 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2561 :does :access_social_media. -} log:explains { - :carol2561 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2562 :does :access_social_media. -} log:explains { - :carol2562 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2563 :does :access_social_media. -} log:explains { - :carol2563 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2564 :does :access_social_media. -} log:explains { - :carol2564 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2565 :does :access_social_media. -} log:explains { - :carol2565 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2566 :does :access_social_media. -} log:explains { - :carol2566 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2567 :does :access_social_media. -} log:explains { - :carol2567 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2568 :does :access_social_media. -} log:explains { - :carol2568 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2569 :does :access_social_media. -} log:explains { - :carol2569 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2570 :does :access_social_media. -} log:explains { - :carol2570 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2571 :does :access_social_media. -} log:explains { - :carol2571 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2572 :does :access_social_media. -} log:explains { - :carol2572 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2573 :does :access_social_media. -} log:explains { - :carol2573 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2574 :does :access_social_media. -} log:explains { - :carol2574 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2575 :does :access_social_media. -} log:explains { - :carol2575 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2576 :does :access_social_media. -} log:explains { - :carol2576 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2577 :does :access_social_media. -} log:explains { - :carol2577 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2578 :does :access_social_media. -} log:explains { - :carol2578 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2579 :does :access_social_media. -} log:explains { - :carol2579 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2580 :does :access_social_media. -} log:explains { - :carol2580 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2581 :does :access_social_media. -} log:explains { - :carol2581 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2582 :does :access_social_media. -} log:explains { - :carol2582 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2583 :does :access_social_media. -} log:explains { - :carol2583 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2584 :does :access_social_media. -} log:explains { - :carol2584 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2585 :does :access_social_media. -} log:explains { - :carol2585 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2586 :does :access_social_media. -} log:explains { - :carol2586 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2587 :does :access_social_media. -} log:explains { - :carol2587 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2588 :does :access_social_media. -} log:explains { - :carol2588 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2589 :does :access_social_media. -} log:explains { - :carol2589 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2590 :does :access_social_media. -} log:explains { - :carol2590 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2591 :does :access_social_media. -} log:explains { - :carol2591 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2592 :does :access_social_media. -} log:explains { - :carol2592 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2593 :does :access_social_media. -} log:explains { - :carol2593 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2594 :does :access_social_media. -} log:explains { - :carol2594 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2595 :does :access_social_media. -} log:explains { - :carol2595 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2596 :does :access_social_media. -} log:explains { - :carol2596 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2597 :does :access_social_media. -} log:explains { - :carol2597 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2598 :does :access_social_media. -} log:explains { - :carol2598 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2599 :does :access_social_media. -} log:explains { - :carol2599 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2600 :does :access_social_media. -} log:explains { - :carol2600 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2601 :does :access_social_media. -} log:explains { - :carol2601 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2602 :does :access_social_media. -} log:explains { - :carol2602 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2603 :does :access_social_media. -} log:explains { - :carol2603 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2604 :does :access_social_media. -} log:explains { - :carol2604 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2605 :does :access_social_media. -} log:explains { - :carol2605 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2606 :does :access_social_media. -} log:explains { - :carol2606 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2607 :does :access_social_media. -} log:explains { - :carol2607 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2608 :does :access_social_media. -} log:explains { - :carol2608 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2609 :does :access_social_media. -} log:explains { - :carol2609 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2610 :does :access_social_media. -} log:explains { - :carol2610 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2611 :does :access_social_media. -} log:explains { - :carol2611 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2612 :does :access_social_media. -} log:explains { - :carol2612 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2613 :does :access_social_media. -} log:explains { - :carol2613 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2614 :does :access_social_media. -} log:explains { - :carol2614 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2615 :does :access_social_media. -} log:explains { - :carol2615 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2616 :does :access_social_media. -} log:explains { - :carol2616 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2617 :does :access_social_media. -} log:explains { - :carol2617 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2618 :does :access_social_media. -} log:explains { - :carol2618 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2619 :does :access_social_media. -} log:explains { - :carol2619 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2620 :does :access_social_media. -} log:explains { - :carol2620 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2621 :does :access_social_media. -} log:explains { - :carol2621 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2622 :does :access_social_media. -} log:explains { - :carol2622 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2623 :does :access_social_media. -} log:explains { - :carol2623 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2624 :does :access_social_media. -} log:explains { - :carol2624 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2625 :does :access_social_media. -} log:explains { - :carol2625 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2626 :does :access_social_media. -} log:explains { - :carol2626 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2627 :does :access_social_media. -} log:explains { - :carol2627 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2628 :does :access_social_media. -} log:explains { - :carol2628 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2629 :does :access_social_media. -} log:explains { - :carol2629 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2630 :does :access_social_media. -} log:explains { - :carol2630 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2631 :does :access_social_media. -} log:explains { - :carol2631 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2632 :does :access_social_media. -} log:explains { - :carol2632 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2633 :does :access_social_media. -} log:explains { - :carol2633 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2634 :does :access_social_media. -} log:explains { - :carol2634 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2635 :does :access_social_media. -} log:explains { - :carol2635 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2636 :does :access_social_media. -} log:explains { - :carol2636 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2637 :does :access_social_media. -} log:explains { - :carol2637 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2638 :does :access_social_media. -} log:explains { - :carol2638 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2639 :does :access_social_media. -} log:explains { - :carol2639 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2640 :does :access_social_media. -} log:explains { - :carol2640 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2641 :does :access_social_media. -} log:explains { - :carol2641 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2642 :does :access_social_media. -} log:explains { - :carol2642 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2643 :does :access_social_media. -} log:explains { - :carol2643 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2644 :does :access_social_media. -} log:explains { - :carol2644 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2645 :does :access_social_media. -} log:explains { - :carol2645 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2646 :does :access_social_media. -} log:explains { - :carol2646 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2647 :does :access_social_media. -} log:explains { - :carol2647 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2648 :does :access_social_media. -} log:explains { - :carol2648 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2649 :does :access_social_media. -} log:explains { - :carol2649 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2650 :does :access_social_media. -} log:explains { - :carol2650 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2651 :does :access_social_media. -} log:explains { - :carol2651 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2652 :does :access_social_media. -} log:explains { - :carol2652 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2653 :does :access_social_media. -} log:explains { - :carol2653 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2654 :does :access_social_media. -} log:explains { - :carol2654 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2655 :does :access_social_media. -} log:explains { - :carol2655 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2656 :does :access_social_media. -} log:explains { - :carol2656 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2657 :does :access_social_media. -} log:explains { - :carol2657 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2658 :does :access_social_media. -} log:explains { - :carol2658 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2659 :does :access_social_media. -} log:explains { - :carol2659 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2660 :does :access_social_media. -} log:explains { - :carol2660 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2661 :does :access_social_media. -} log:explains { - :carol2661 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2662 :does :access_social_media. -} log:explains { - :carol2662 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2663 :does :access_social_media. -} log:explains { - :carol2663 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2664 :does :access_social_media. -} log:explains { - :carol2664 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2665 :does :access_social_media. -} log:explains { - :carol2665 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2666 :does :access_social_media. -} log:explains { - :carol2666 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2667 :does :access_social_media. -} log:explains { - :carol2667 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2668 :does :access_social_media. -} log:explains { - :carol2668 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2669 :does :access_social_media. -} log:explains { - :carol2669 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2670 :does :access_social_media. -} log:explains { - :carol2670 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2671 :does :access_social_media. -} log:explains { - :carol2671 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2672 :does :access_social_media. -} log:explains { - :carol2672 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2673 :does :access_social_media. -} log:explains { - :carol2673 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2674 :does :access_social_media. -} log:explains { - :carol2674 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2675 :does :access_social_media. -} log:explains { - :carol2675 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2676 :does :access_social_media. -} log:explains { - :carol2676 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2677 :does :access_social_media. -} log:explains { - :carol2677 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2678 :does :access_social_media. -} log:explains { - :carol2678 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2679 :does :access_social_media. -} log:explains { - :carol2679 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2680 :does :access_social_media. -} log:explains { - :carol2680 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2681 :does :access_social_media. -} log:explains { - :carol2681 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2682 :does :access_social_media. -} log:explains { - :carol2682 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2683 :does :access_social_media. -} log:explains { - :carol2683 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2684 :does :access_social_media. -} log:explains { - :carol2684 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2685 :does :access_social_media. -} log:explains { - :carol2685 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2686 :does :access_social_media. -} log:explains { - :carol2686 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2687 :does :access_social_media. -} log:explains { - :carol2687 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2688 :does :access_social_media. -} log:explains { - :carol2688 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2689 :does :access_social_media. -} log:explains { - :carol2689 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2690 :does :access_social_media. -} log:explains { - :carol2690 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2691 :does :access_social_media. -} log:explains { - :carol2691 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2692 :does :access_social_media. -} log:explains { - :carol2692 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2693 :does :access_social_media. -} log:explains { - :carol2693 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2694 :does :access_social_media. -} log:explains { - :carol2694 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2695 :does :access_social_media. -} log:explains { - :carol2695 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2696 :does :access_social_media. -} log:explains { - :carol2696 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2697 :does :access_social_media. -} log:explains { - :carol2697 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2698 :does :access_social_media. -} log:explains { - :carol2698 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2699 :does :access_social_media. -} log:explains { - :carol2699 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2700 :does :access_social_media. -} log:explains { - :carol2700 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2701 :does :access_social_media. -} log:explains { - :carol2701 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2702 :does :access_social_media. -} log:explains { - :carol2702 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2703 :does :access_social_media. -} log:explains { - :carol2703 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2704 :does :access_social_media. -} log:explains { - :carol2704 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2705 :does :access_social_media. -} log:explains { - :carol2705 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2706 :does :access_social_media. -} log:explains { - :carol2706 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2707 :does :access_social_media. -} log:explains { - :carol2707 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2708 :does :access_social_media. -} log:explains { - :carol2708 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2709 :does :access_social_media. -} log:explains { - :carol2709 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2710 :does :access_social_media. -} log:explains { - :carol2710 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2711 :does :access_social_media. -} log:explains { - :carol2711 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2712 :does :access_social_media. -} log:explains { - :carol2712 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2713 :does :access_social_media. -} log:explains { - :carol2713 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2714 :does :access_social_media. -} log:explains { - :carol2714 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2715 :does :access_social_media. -} log:explains { - :carol2715 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2716 :does :access_social_media. -} log:explains { - :carol2716 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2717 :does :access_social_media. -} log:explains { - :carol2717 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2718 :does :access_social_media. -} log:explains { - :carol2718 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2719 :does :access_social_media. -} log:explains { - :carol2719 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2720 :does :access_social_media. -} log:explains { - :carol2720 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2721 :does :access_social_media. -} log:explains { - :carol2721 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2722 :does :access_social_media. -} log:explains { - :carol2722 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2723 :does :access_social_media. -} log:explains { - :carol2723 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2724 :does :access_social_media. -} log:explains { - :carol2724 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2725 :does :access_social_media. -} log:explains { - :carol2725 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2726 :does :access_social_media. -} log:explains { - :carol2726 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2727 :does :access_social_media. -} log:explains { - :carol2727 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2728 :does :access_social_media. -} log:explains { - :carol2728 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2729 :does :access_social_media. -} log:explains { - :carol2729 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2730 :does :access_social_media. -} log:explains { - :carol2730 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2731 :does :access_social_media. -} log:explains { - :carol2731 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2732 :does :access_social_media. -} log:explains { - :carol2732 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2733 :does :access_social_media. -} log:explains { - :carol2733 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2734 :does :access_social_media. -} log:explains { - :carol2734 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2735 :does :access_social_media. -} log:explains { - :carol2735 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2736 :does :access_social_media. -} log:explains { - :carol2736 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2737 :does :access_social_media. -} log:explains { - :carol2737 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2738 :does :access_social_media. -} log:explains { - :carol2738 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2739 :does :access_social_media. -} log:explains { - :carol2739 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2740 :does :access_social_media. -} log:explains { - :carol2740 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2741 :does :access_social_media. -} log:explains { - :carol2741 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2742 :does :access_social_media. -} log:explains { - :carol2742 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2743 :does :access_social_media. -} log:explains { - :carol2743 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2744 :does :access_social_media. -} log:explains { - :carol2744 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2745 :does :access_social_media. -} log:explains { - :carol2745 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2746 :does :access_social_media. -} log:explains { - :carol2746 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2747 :does :access_social_media. -} log:explains { - :carol2747 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2748 :does :access_social_media. -} log:explains { - :carol2748 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2749 :does :access_social_media. -} log:explains { - :carol2749 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2750 :does :access_social_media. -} log:explains { - :carol2750 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2751 :does :access_social_media. -} log:explains { - :carol2751 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2752 :does :access_social_media. -} log:explains { - :carol2752 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2753 :does :access_social_media. -} log:explains { - :carol2753 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2754 :does :access_social_media. -} log:explains { - :carol2754 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2755 :does :access_social_media. -} log:explains { - :carol2755 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2756 :does :access_social_media. -} log:explains { - :carol2756 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2757 :does :access_social_media. -} log:explains { - :carol2757 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2758 :does :access_social_media. -} log:explains { - :carol2758 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2759 :does :access_social_media. -} log:explains { - :carol2759 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2760 :does :access_social_media. -} log:explains { - :carol2760 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2761 :does :access_social_media. -} log:explains { - :carol2761 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2762 :does :access_social_media. -} log:explains { - :carol2762 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2763 :does :access_social_media. -} log:explains { - :carol2763 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2764 :does :access_social_media. -} log:explains { - :carol2764 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2765 :does :access_social_media. -} log:explains { - :carol2765 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2766 :does :access_social_media. -} log:explains { - :carol2766 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2767 :does :access_social_media. -} log:explains { - :carol2767 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2768 :does :access_social_media. -} log:explains { - :carol2768 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2769 :does :access_social_media. -} log:explains { - :carol2769 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2770 :does :access_social_media. -} log:explains { - :carol2770 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2771 :does :access_social_media. -} log:explains { - :carol2771 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2772 :does :access_social_media. -} log:explains { - :carol2772 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2773 :does :access_social_media. -} log:explains { - :carol2773 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2774 :does :access_social_media. -} log:explains { - :carol2774 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2775 :does :access_social_media. -} log:explains { - :carol2775 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2776 :does :access_social_media. -} log:explains { - :carol2776 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2777 :does :access_social_media. -} log:explains { - :carol2777 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2778 :does :access_social_media. -} log:explains { - :carol2778 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2779 :does :access_social_media. -} log:explains { - :carol2779 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2780 :does :access_social_media. -} log:explains { - :carol2780 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2781 :does :access_social_media. -} log:explains { - :carol2781 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2782 :does :access_social_media. -} log:explains { - :carol2782 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2783 :does :access_social_media. -} log:explains { - :carol2783 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2784 :does :access_social_media. -} log:explains { - :carol2784 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2785 :does :access_social_media. -} log:explains { - :carol2785 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2786 :does :access_social_media. -} log:explains { - :carol2786 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2787 :does :access_social_media. -} log:explains { - :carol2787 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2788 :does :access_social_media. -} log:explains { - :carol2788 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2789 :does :access_social_media. -} log:explains { - :carol2789 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2790 :does :access_social_media. -} log:explains { - :carol2790 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2791 :does :access_social_media. -} log:explains { - :carol2791 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2792 :does :access_social_media. -} log:explains { - :carol2792 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2793 :does :access_social_media. -} log:explains { - :carol2793 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2794 :does :access_social_media. -} log:explains { - :carol2794 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2795 :does :access_social_media. -} log:explains { - :carol2795 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2796 :does :access_social_media. -} log:explains { - :carol2796 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2797 :does :access_social_media. -} log:explains { - :carol2797 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2798 :does :access_social_media. -} log:explains { - :carol2798 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2799 :does :access_social_media. -} log:explains { - :carol2799 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2800 :does :access_social_media. -} log:explains { - :carol2800 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2801 :does :access_social_media. -} log:explains { - :carol2801 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2802 :does :access_social_media. -} log:explains { - :carol2802 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2803 :does :access_social_media. -} log:explains { - :carol2803 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2804 :does :access_social_media. -} log:explains { - :carol2804 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2805 :does :access_social_media. -} log:explains { - :carol2805 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2806 :does :access_social_media. -} log:explains { - :carol2806 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2807 :does :access_social_media. -} log:explains { - :carol2807 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2808 :does :access_social_media. -} log:explains { - :carol2808 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2809 :does :access_social_media. -} log:explains { - :carol2809 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2810 :does :access_social_media. -} log:explains { - :carol2810 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2811 :does :access_social_media. -} log:explains { - :carol2811 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2812 :does :access_social_media. -} log:explains { - :carol2812 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2813 :does :access_social_media. -} log:explains { - :carol2813 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2814 :does :access_social_media. -} log:explains { - :carol2814 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2815 :does :access_social_media. -} log:explains { - :carol2815 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2816 :does :access_social_media. -} log:explains { - :carol2816 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2817 :does :access_social_media. -} log:explains { - :carol2817 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2818 :does :access_social_media. -} log:explains { - :carol2818 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2819 :does :access_social_media. -} log:explains { - :carol2819 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2820 :does :access_social_media. -} log:explains { - :carol2820 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2821 :does :access_social_media. -} log:explains { - :carol2821 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2822 :does :access_social_media. -} log:explains { - :carol2822 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2823 :does :access_social_media. -} log:explains { - :carol2823 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2824 :does :access_social_media. -} log:explains { - :carol2824 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2825 :does :access_social_media. -} log:explains { - :carol2825 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2826 :does :access_social_media. -} log:explains { - :carol2826 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2827 :does :access_social_media. -} log:explains { - :carol2827 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2828 :does :access_social_media. -} log:explains { - :carol2828 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2829 :does :access_social_media. -} log:explains { - :carol2829 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2830 :does :access_social_media. -} log:explains { - :carol2830 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2831 :does :access_social_media. -} log:explains { - :carol2831 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2832 :does :access_social_media. -} log:explains { - :carol2832 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2833 :does :access_social_media. -} log:explains { - :carol2833 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2834 :does :access_social_media. -} log:explains { - :carol2834 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2835 :does :access_social_media. -} log:explains { - :carol2835 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2836 :does :access_social_media. -} log:explains { - :carol2836 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2837 :does :access_social_media. -} log:explains { - :carol2837 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2838 :does :access_social_media. -} log:explains { - :carol2838 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2839 :does :access_social_media. -} log:explains { - :carol2839 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2840 :does :access_social_media. -} log:explains { - :carol2840 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2841 :does :access_social_media. -} log:explains { - :carol2841 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2842 :does :access_social_media. -} log:explains { - :carol2842 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2843 :does :access_social_media. -} log:explains { - :carol2843 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2844 :does :access_social_media. -} log:explains { - :carol2844 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2845 :does :access_social_media. -} log:explains { - :carol2845 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2846 :does :access_social_media. -} log:explains { - :carol2846 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2847 :does :access_social_media. -} log:explains { - :carol2847 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2848 :does :access_social_media. -} log:explains { - :carol2848 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2849 :does :access_social_media. -} log:explains { - :carol2849 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2850 :does :access_social_media. -} log:explains { - :carol2850 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2851 :does :access_social_media. -} log:explains { - :carol2851 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2852 :does :access_social_media. -} log:explains { - :carol2852 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2853 :does :access_social_media. -} log:explains { - :carol2853 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2854 :does :access_social_media. -} log:explains { - :carol2854 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2855 :does :access_social_media. -} log:explains { - :carol2855 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2856 :does :access_social_media. -} log:explains { - :carol2856 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2857 :does :access_social_media. -} log:explains { - :carol2857 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2858 :does :access_social_media. -} log:explains { - :carol2858 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2859 :does :access_social_media. -} log:explains { - :carol2859 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2860 :does :access_social_media. -} log:explains { - :carol2860 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2861 :does :access_social_media. -} log:explains { - :carol2861 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2862 :does :access_social_media. -} log:explains { - :carol2862 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2863 :does :access_social_media. -} log:explains { - :carol2863 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2864 :does :access_social_media. -} log:explains { - :carol2864 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2865 :does :access_social_media. -} log:explains { - :carol2865 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2866 :does :access_social_media. -} log:explains { - :carol2866 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2867 :does :access_social_media. -} log:explains { - :carol2867 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2868 :does :access_social_media. -} log:explains { - :carol2868 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2869 :does :access_social_media. -} log:explains { - :carol2869 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2870 :does :access_social_media. -} log:explains { - :carol2870 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2871 :does :access_social_media. -} log:explains { - :carol2871 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2872 :does :access_social_media. -} log:explains { - :carol2872 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2873 :does :access_social_media. -} log:explains { - :carol2873 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2874 :does :access_social_media. -} log:explains { - :carol2874 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2875 :does :access_social_media. -} log:explains { - :carol2875 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2876 :does :access_social_media. -} log:explains { - :carol2876 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2877 :does :access_social_media. -} log:explains { - :carol2877 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2878 :does :access_social_media. -} log:explains { - :carol2878 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2879 :does :access_social_media. -} log:explains { - :carol2879 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2880 :does :access_social_media. -} log:explains { - :carol2880 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2881 :does :access_social_media. -} log:explains { - :carol2881 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2882 :does :access_social_media. -} log:explains { - :carol2882 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2883 :does :access_social_media. -} log:explains { - :carol2883 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2884 :does :access_social_media. -} log:explains { - :carol2884 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2885 :does :access_social_media. -} log:explains { - :carol2885 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2886 :does :access_social_media. -} log:explains { - :carol2886 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2887 :does :access_social_media. -} log:explains { - :carol2887 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2888 :does :access_social_media. -} log:explains { - :carol2888 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2889 :does :access_social_media. -} log:explains { - :carol2889 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2890 :does :access_social_media. -} log:explains { - :carol2890 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2891 :does :access_social_media. -} log:explains { - :carol2891 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2892 :does :access_social_media. -} log:explains { - :carol2892 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2893 :does :access_social_media. -} log:explains { - :carol2893 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2894 :does :access_social_media. -} log:explains { - :carol2894 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2895 :does :access_social_media. -} log:explains { - :carol2895 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2896 :does :access_social_media. -} log:explains { - :carol2896 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2897 :does :access_social_media. -} log:explains { - :carol2897 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2898 :does :access_social_media. -} log:explains { - :carol2898 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2899 :does :access_social_media. -} log:explains { - :carol2899 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2900 :does :access_social_media. -} log:explains { - :carol2900 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2901 :does :access_social_media. -} log:explains { - :carol2901 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2902 :does :access_social_media. -} log:explains { - :carol2902 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2903 :does :access_social_media. -} log:explains { - :carol2903 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2904 :does :access_social_media. -} log:explains { - :carol2904 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2905 :does :access_social_media. -} log:explains { - :carol2905 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2906 :does :access_social_media. -} log:explains { - :carol2906 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2907 :does :access_social_media. -} log:explains { - :carol2907 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2908 :does :access_social_media. -} log:explains { - :carol2908 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2909 :does :access_social_media. -} log:explains { - :carol2909 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2910 :does :access_social_media. -} log:explains { - :carol2910 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2911 :does :access_social_media. -} log:explains { - :carol2911 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2912 :does :access_social_media. -} log:explains { - :carol2912 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2913 :does :access_social_media. -} log:explains { - :carol2913 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2914 :does :access_social_media. -} log:explains { - :carol2914 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2915 :does :access_social_media. -} log:explains { - :carol2915 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2916 :does :access_social_media. -} log:explains { - :carol2916 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2917 :does :access_social_media. -} log:explains { - :carol2917 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2918 :does :access_social_media. -} log:explains { - :carol2918 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2919 :does :access_social_media. -} log:explains { - :carol2919 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2920 :does :access_social_media. -} log:explains { - :carol2920 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2921 :does :access_social_media. -} log:explains { - :carol2921 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2922 :does :access_social_media. -} log:explains { - :carol2922 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2923 :does :access_social_media. -} log:explains { - :carol2923 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2924 :does :access_social_media. -} log:explains { - :carol2924 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2925 :does :access_social_media. -} log:explains { - :carol2925 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2926 :does :access_social_media. -} log:explains { - :carol2926 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2927 :does :access_social_media. -} log:explains { - :carol2927 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2928 :does :access_social_media. -} log:explains { - :carol2928 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2929 :does :access_social_media. -} log:explains { - :carol2929 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2930 :does :access_social_media. -} log:explains { - :carol2930 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2931 :does :access_social_media. -} log:explains { - :carol2931 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2932 :does :access_social_media. -} log:explains { - :carol2932 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2933 :does :access_social_media. -} log:explains { - :carol2933 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2934 :does :access_social_media. -} log:explains { - :carol2934 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2935 :does :access_social_media. -} log:explains { - :carol2935 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2936 :does :access_social_media. -} log:explains { - :carol2936 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2937 :does :access_social_media. -} log:explains { - :carol2937 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2938 :does :access_social_media. -} log:explains { - :carol2938 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2939 :does :access_social_media. -} log:explains { - :carol2939 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2940 :does :access_social_media. -} log:explains { - :carol2940 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2941 :does :access_social_media. -} log:explains { - :carol2941 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2942 :does :access_social_media. -} log:explains { - :carol2942 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2943 :does :access_social_media. -} log:explains { - :carol2943 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2944 :does :access_social_media. -} log:explains { - :carol2944 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2945 :does :access_social_media. -} log:explains { - :carol2945 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2946 :does :access_social_media. -} log:explains { - :carol2946 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2947 :does :access_social_media. -} log:explains { - :carol2947 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2948 :does :access_social_media. -} log:explains { - :carol2948 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2949 :does :access_social_media. -} log:explains { - :carol2949 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2950 :does :access_social_media. -} log:explains { - :carol2950 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2951 :does :access_social_media. -} log:explains { - :carol2951 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2952 :does :access_social_media. -} log:explains { - :carol2952 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2953 :does :access_social_media. -} log:explains { - :carol2953 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2954 :does :access_social_media. -} log:explains { - :carol2954 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2955 :does :access_social_media. -} log:explains { - :carol2955 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2956 :does :access_social_media. -} log:explains { - :carol2956 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2957 :does :access_social_media. -} log:explains { - :carol2957 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2958 :does :access_social_media. -} log:explains { - :carol2958 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2959 :does :access_social_media. -} log:explains { - :carol2959 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2960 :does :access_social_media. -} log:explains { - :carol2960 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2961 :does :access_social_media. -} log:explains { - :carol2961 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2962 :does :access_social_media. -} log:explains { - :carol2962 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2963 :does :access_social_media. -} log:explains { - :carol2963 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2964 :does :access_social_media. -} log:explains { - :carol2964 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2965 :does :access_social_media. -} log:explains { - :carol2965 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2966 :does :access_social_media. -} log:explains { - :carol2966 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2967 :does :access_social_media. -} log:explains { - :carol2967 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2968 :does :access_social_media. -} log:explains { - :carol2968 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2969 :does :access_social_media. -} log:explains { - :carol2969 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2970 :does :access_social_media. -} log:explains { - :carol2970 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2971 :does :access_social_media. -} log:explains { - :carol2971 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2972 :does :access_social_media. -} log:explains { - :carol2972 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2973 :does :access_social_media. -} log:explains { - :carol2973 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2974 :does :access_social_media. -} log:explains { - :carol2974 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2975 :does :access_social_media. -} log:explains { - :carol2975 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2976 :does :access_social_media. -} log:explains { - :carol2976 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2977 :does :access_social_media. -} log:explains { - :carol2977 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2978 :does :access_social_media. -} log:explains { - :carol2978 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2979 :does :access_social_media. -} log:explains { - :carol2979 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2980 :does :access_social_media. -} log:explains { - :carol2980 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2981 :does :access_social_media. -} log:explains { - :carol2981 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2982 :does :access_social_media. -} log:explains { - :carol2982 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2983 :does :access_social_media. -} log:explains { - :carol2983 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2984 :does :access_social_media. -} log:explains { - :carol2984 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2985 :does :access_social_media. -} log:explains { - :carol2985 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2986 :does :access_social_media. -} log:explains { - :carol2986 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2987 :does :access_social_media. -} log:explains { - :carol2987 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2988 :does :access_social_media. -} log:explains { - :carol2988 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2989 :does :access_social_media. -} log:explains { - :carol2989 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2990 :does :access_social_media. -} log:explains { - :carol2990 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2991 :does :access_social_media. -} log:explains { - :carol2991 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2992 :does :access_social_media. -} log:explains { - :carol2992 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2993 :does :access_social_media. -} log:explains { - :carol2993 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2994 :does :access_social_media. -} log:explains { - :carol2994 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2995 :does :access_social_media. -} log:explains { - :carol2995 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2996 :does :access_social_media. -} log:explains { - :carol2996 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2997 :does :access_social_media. -} log:explains { - :carol2997 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2998 :does :access_social_media. -} log:explains { - :carol2998 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol2999 :does :access_social_media. -} log:explains { - :carol2999 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3000 :does :access_social_media. -} log:explains { - :carol3000 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3001 :does :access_social_media. -} log:explains { - :carol3001 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3002 :does :access_social_media. -} log:explains { - :carol3002 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3003 :does :access_social_media. -} log:explains { - :carol3003 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3004 :does :access_social_media. -} log:explains { - :carol3004 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3005 :does :access_social_media. -} log:explains { - :carol3005 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3006 :does :access_social_media. -} log:explains { - :carol3006 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3007 :does :access_social_media. -} log:explains { - :carol3007 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3008 :does :access_social_media. -} log:explains { - :carol3008 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3009 :does :access_social_media. -} log:explains { - :carol3009 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3010 :does :access_social_media. -} log:explains { - :carol3010 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3011 :does :access_social_media. -} log:explains { - :carol3011 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3012 :does :access_social_media. -} log:explains { - :carol3012 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3013 :does :access_social_media. -} log:explains { - :carol3013 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3014 :does :access_social_media. -} log:explains { - :carol3014 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3015 :does :access_social_media. -} log:explains { - :carol3015 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3016 :does :access_social_media. -} log:explains { - :carol3016 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3017 :does :access_social_media. -} log:explains { - :carol3017 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3018 :does :access_social_media. -} log:explains { - :carol3018 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3019 :does :access_social_media. -} log:explains { - :carol3019 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3020 :does :access_social_media. -} log:explains { - :carol3020 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3021 :does :access_social_media. -} log:explains { - :carol3021 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3022 :does :access_social_media. -} log:explains { - :carol3022 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3023 :does :access_social_media. -} log:explains { - :carol3023 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3024 :does :access_social_media. -} log:explains { - :carol3024 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3025 :does :access_social_media. -} log:explains { - :carol3025 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3026 :does :access_social_media. -} log:explains { - :carol3026 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3027 :does :access_social_media. -} log:explains { - :carol3027 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3028 :does :access_social_media. -} log:explains { - :carol3028 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3029 :does :access_social_media. -} log:explains { - :carol3029 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3030 :does :access_social_media. -} log:explains { - :carol3030 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3031 :does :access_social_media. -} log:explains { - :carol3031 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3032 :does :access_social_media. -} log:explains { - :carol3032 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3033 :does :access_social_media. -} log:explains { - :carol3033 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3034 :does :access_social_media. -} log:explains { - :carol3034 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3035 :does :access_social_media. -} log:explains { - :carol3035 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3036 :does :access_social_media. -} log:explains { - :carol3036 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3037 :does :access_social_media. -} log:explains { - :carol3037 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3038 :does :access_social_media. -} log:explains { - :carol3038 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3039 :does :access_social_media. -} log:explains { - :carol3039 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3040 :does :access_social_media. -} log:explains { - :carol3040 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3041 :does :access_social_media. -} log:explains { - :carol3041 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3042 :does :access_social_media. -} log:explains { - :carol3042 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3043 :does :access_social_media. -} log:explains { - :carol3043 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3044 :does :access_social_media. -} log:explains { - :carol3044 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3045 :does :access_social_media. -} log:explains { - :carol3045 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3046 :does :access_social_media. -} log:explains { - :carol3046 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3047 :does :access_social_media. -} log:explains { - :carol3047 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3048 :does :access_social_media. -} log:explains { - :carol3048 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3049 :does :access_social_media. -} log:explains { - :carol3049 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3050 :does :access_social_media. -} log:explains { - :carol3050 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3051 :does :access_social_media. -} log:explains { - :carol3051 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3052 :does :access_social_media. -} log:explains { - :carol3052 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3053 :does :access_social_media. -} log:explains { - :carol3053 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3054 :does :access_social_media. -} log:explains { - :carol3054 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3055 :does :access_social_media. -} log:explains { - :carol3055 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3056 :does :access_social_media. -} log:explains { - :carol3056 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3057 :does :access_social_media. -} log:explains { - :carol3057 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3058 :does :access_social_media. -} log:explains { - :carol3058 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3059 :does :access_social_media. -} log:explains { - :carol3059 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3060 :does :access_social_media. -} log:explains { - :carol3060 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3061 :does :access_social_media. -} log:explains { - :carol3061 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3062 :does :access_social_media. -} log:explains { - :carol3062 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3063 :does :access_social_media. -} log:explains { - :carol3063 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3064 :does :access_social_media. -} log:explains { - :carol3064 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3065 :does :access_social_media. -} log:explains { - :carol3065 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3066 :does :access_social_media. -} log:explains { - :carol3066 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3067 :does :access_social_media. -} log:explains { - :carol3067 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3068 :does :access_social_media. -} log:explains { - :carol3068 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3069 :does :access_social_media. -} log:explains { - :carol3069 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3070 :does :access_social_media. -} log:explains { - :carol3070 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3071 :does :access_social_media. -} log:explains { - :carol3071 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3072 :does :access_social_media. -} log:explains { - :carol3072 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3073 :does :access_social_media. -} log:explains { - :carol3073 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3074 :does :access_social_media. -} log:explains { - :carol3074 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3075 :does :access_social_media. -} log:explains { - :carol3075 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3076 :does :access_social_media. -} log:explains { - :carol3076 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3077 :does :access_social_media. -} log:explains { - :carol3077 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3078 :does :access_social_media. -} log:explains { - :carol3078 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3079 :does :access_social_media. -} log:explains { - :carol3079 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3080 :does :access_social_media. -} log:explains { - :carol3080 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3081 :does :access_social_media. -} log:explains { - :carol3081 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3082 :does :access_social_media. -} log:explains { - :carol3082 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3083 :does :access_social_media. -} log:explains { - :carol3083 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3084 :does :access_social_media. -} log:explains { - :carol3084 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3085 :does :access_social_media. -} log:explains { - :carol3085 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3086 :does :access_social_media. -} log:explains { - :carol3086 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3087 :does :access_social_media. -} log:explains { - :carol3087 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3088 :does :access_social_media. -} log:explains { - :carol3088 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3089 :does :access_social_media. -} log:explains { - :carol3089 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3090 :does :access_social_media. -} log:explains { - :carol3090 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3091 :does :access_social_media. -} log:explains { - :carol3091 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3092 :does :access_social_media. -} log:explains { - :carol3092 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3093 :does :access_social_media. -} log:explains { - :carol3093 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3094 :does :access_social_media. -} log:explains { - :carol3094 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3095 :does :access_social_media. -} log:explains { - :carol3095 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3096 :does :access_social_media. -} log:explains { - :carol3096 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3097 :does :access_social_media. -} log:explains { - :carol3097 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3098 :does :access_social_media. -} log:explains { - :carol3098 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3099 :does :access_social_media. -} log:explains { - :carol3099 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3100 :does :access_social_media. -} log:explains { - :carol3100 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3101 :does :access_social_media. -} log:explains { - :carol3101 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3102 :does :access_social_media. -} log:explains { - :carol3102 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3103 :does :access_social_media. -} log:explains { - :carol3103 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3104 :does :access_social_media. -} log:explains { - :carol3104 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3105 :does :access_social_media. -} log:explains { - :carol3105 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3106 :does :access_social_media. -} log:explains { - :carol3106 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3107 :does :access_social_media. -} log:explains { - :carol3107 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3108 :does :access_social_media. -} log:explains { - :carol3108 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3109 :does :access_social_media. -} log:explains { - :carol3109 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3110 :does :access_social_media. -} log:explains { - :carol3110 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3111 :does :access_social_media. -} log:explains { - :carol3111 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3112 :does :access_social_media. -} log:explains { - :carol3112 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3113 :does :access_social_media. -} log:explains { - :carol3113 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3114 :does :access_social_media. -} log:explains { - :carol3114 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3115 :does :access_social_media. -} log:explains { - :carol3115 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3116 :does :access_social_media. -} log:explains { - :carol3116 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3117 :does :access_social_media. -} log:explains { - :carol3117 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3118 :does :access_social_media. -} log:explains { - :carol3118 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3119 :does :access_social_media. -} log:explains { - :carol3119 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3120 :does :access_social_media. -} log:explains { - :carol3120 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3121 :does :access_social_media. -} log:explains { - :carol3121 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3122 :does :access_social_media. -} log:explains { - :carol3122 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3123 :does :access_social_media. -} log:explains { - :carol3123 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3124 :does :access_social_media. -} log:explains { - :carol3124 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3125 :does :access_social_media. -} log:explains { - :carol3125 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3126 :does :access_social_media. -} log:explains { - :carol3126 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3127 :does :access_social_media. -} log:explains { - :carol3127 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3128 :does :access_social_media. -} log:explains { - :carol3128 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3129 :does :access_social_media. -} log:explains { - :carol3129 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3130 :does :access_social_media. -} log:explains { - :carol3130 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3131 :does :access_social_media. -} log:explains { - :carol3131 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3132 :does :access_social_media. -} log:explains { - :carol3132 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3133 :does :access_social_media. -} log:explains { - :carol3133 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3134 :does :access_social_media. -} log:explains { - :carol3134 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3135 :does :access_social_media. -} log:explains { - :carol3135 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3136 :does :access_social_media. -} log:explains { - :carol3136 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3137 :does :access_social_media. -} log:explains { - :carol3137 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3138 :does :access_social_media. -} log:explains { - :carol3138 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3139 :does :access_social_media. -} log:explains { - :carol3139 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3140 :does :access_social_media. -} log:explains { - :carol3140 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3141 :does :access_social_media. -} log:explains { - :carol3141 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3142 :does :access_social_media. -} log:explains { - :carol3142 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3143 :does :access_social_media. -} log:explains { - :carol3143 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3144 :does :access_social_media. -} log:explains { - :carol3144 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3145 :does :access_social_media. -} log:explains { - :carol3145 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3146 :does :access_social_media. -} log:explains { - :carol3146 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3147 :does :access_social_media. -} log:explains { - :carol3147 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3148 :does :access_social_media. -} log:explains { - :carol3148 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3149 :does :access_social_media. -} log:explains { - :carol3149 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3150 :does :access_social_media. -} log:explains { - :carol3150 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3151 :does :access_social_media. -} log:explains { - :carol3151 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3152 :does :access_social_media. -} log:explains { - :carol3152 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3153 :does :access_social_media. -} log:explains { - :carol3153 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3154 :does :access_social_media. -} log:explains { - :carol3154 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3155 :does :access_social_media. -} log:explains { - :carol3155 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3156 :does :access_social_media. -} log:explains { - :carol3156 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3157 :does :access_social_media. -} log:explains { - :carol3157 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3158 :does :access_social_media. -} log:explains { - :carol3158 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3159 :does :access_social_media. -} log:explains { - :carol3159 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3160 :does :access_social_media. -} log:explains { - :carol3160 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3161 :does :access_social_media. -} log:explains { - :carol3161 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3162 :does :access_social_media. -} log:explains { - :carol3162 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3163 :does :access_social_media. -} log:explains { - :carol3163 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3164 :does :access_social_media. -} log:explains { - :carol3164 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3165 :does :access_social_media. -} log:explains { - :carol3165 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3166 :does :access_social_media. -} log:explains { - :carol3166 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3167 :does :access_social_media. -} log:explains { - :carol3167 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3168 :does :access_social_media. -} log:explains { - :carol3168 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3169 :does :access_social_media. -} log:explains { - :carol3169 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3170 :does :access_social_media. -} log:explains { - :carol3170 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3171 :does :access_social_media. -} log:explains { - :carol3171 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3172 :does :access_social_media. -} log:explains { - :carol3172 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3173 :does :access_social_media. -} log:explains { - :carol3173 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3174 :does :access_social_media. -} log:explains { - :carol3174 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3175 :does :access_social_media. -} log:explains { - :carol3175 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3176 :does :access_social_media. -} log:explains { - :carol3176 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3177 :does :access_social_media. -} log:explains { - :carol3177 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3178 :does :access_social_media. -} log:explains { - :carol3178 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3179 :does :access_social_media. -} log:explains { - :carol3179 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3180 :does :access_social_media. -} log:explains { - :carol3180 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3181 :does :access_social_media. -} log:explains { - :carol3181 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3182 :does :access_social_media. -} log:explains { - :carol3182 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3183 :does :access_social_media. -} log:explains { - :carol3183 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3184 :does :access_social_media. -} log:explains { - :carol3184 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3185 :does :access_social_media. -} log:explains { - :carol3185 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3186 :does :access_social_media. -} log:explains { - :carol3186 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3187 :does :access_social_media. -} log:explains { - :carol3187 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3188 :does :access_social_media. -} log:explains { - :carol3188 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3189 :does :access_social_media. -} log:explains { - :carol3189 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3190 :does :access_social_media. -} log:explains { - :carol3190 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3191 :does :access_social_media. -} log:explains { - :carol3191 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3192 :does :access_social_media. -} log:explains { - :carol3192 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3193 :does :access_social_media. -} log:explains { - :carol3193 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3194 :does :access_social_media. -} log:explains { - :carol3194 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3195 :does :access_social_media. -} log:explains { - :carol3195 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3196 :does :access_social_media. -} log:explains { - :carol3196 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3197 :does :access_social_media. -} log:explains { - :carol3197 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3198 :does :access_social_media. -} log:explains { - :carol3198 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3199 :does :access_social_media. -} log:explains { - :carol3199 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3200 :does :access_social_media. -} log:explains { - :carol3200 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3201 :does :access_social_media. -} log:explains { - :carol3201 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3202 :does :access_social_media. -} log:explains { - :carol3202 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3203 :does :access_social_media. -} log:explains { - :carol3203 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3204 :does :access_social_media. -} log:explains { - :carol3204 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3205 :does :access_social_media. -} log:explains { - :carol3205 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3206 :does :access_social_media. -} log:explains { - :carol3206 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3207 :does :access_social_media. -} log:explains { - :carol3207 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3208 :does :access_social_media. -} log:explains { - :carol3208 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3209 :does :access_social_media. -} log:explains { - :carol3209 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3210 :does :access_social_media. -} log:explains { - :carol3210 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3211 :does :access_social_media. -} log:explains { - :carol3211 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3212 :does :access_social_media. -} log:explains { - :carol3212 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3213 :does :access_social_media. -} log:explains { - :carol3213 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3214 :does :access_social_media. -} log:explains { - :carol3214 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3215 :does :access_social_media. -} log:explains { - :carol3215 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3216 :does :access_social_media. -} log:explains { - :carol3216 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3217 :does :access_social_media. -} log:explains { - :carol3217 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3218 :does :access_social_media. -} log:explains { - :carol3218 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3219 :does :access_social_media. -} log:explains { - :carol3219 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3220 :does :access_social_media. -} log:explains { - :carol3220 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3221 :does :access_social_media. -} log:explains { - :carol3221 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3222 :does :access_social_media. -} log:explains { - :carol3222 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3223 :does :access_social_media. -} log:explains { - :carol3223 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3224 :does :access_social_media. -} log:explains { - :carol3224 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3225 :does :access_social_media. -} log:explains { - :carol3225 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3226 :does :access_social_media. -} log:explains { - :carol3226 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3227 :does :access_social_media. -} log:explains { - :carol3227 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3228 :does :access_social_media. -} log:explains { - :carol3228 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3229 :does :access_social_media. -} log:explains { - :carol3229 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3230 :does :access_social_media. -} log:explains { - :carol3230 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3231 :does :access_social_media. -} log:explains { - :carol3231 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3232 :does :access_social_media. -} log:explains { - :carol3232 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3233 :does :access_social_media. -} log:explains { - :carol3233 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3234 :does :access_social_media. -} log:explains { - :carol3234 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3235 :does :access_social_media. -} log:explains { - :carol3235 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3236 :does :access_social_media. -} log:explains { - :carol3236 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3237 :does :access_social_media. -} log:explains { - :carol3237 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3238 :does :access_social_media. -} log:explains { - :carol3238 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3239 :does :access_social_media. -} log:explains { - :carol3239 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3240 :does :access_social_media. -} log:explains { - :carol3240 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3241 :does :access_social_media. -} log:explains { - :carol3241 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3242 :does :access_social_media. -} log:explains { - :carol3242 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3243 :does :access_social_media. -} log:explains { - :carol3243 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3244 :does :access_social_media. -} log:explains { - :carol3244 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3245 :does :access_social_media. -} log:explains { - :carol3245 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3246 :does :access_social_media. -} log:explains { - :carol3246 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3247 :does :access_social_media. -} log:explains { - :carol3247 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3248 :does :access_social_media. -} log:explains { - :carol3248 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3249 :does :access_social_media. -} log:explains { - :carol3249 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3250 :does :access_social_media. -} log:explains { - :carol3250 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3251 :does :access_social_media. -} log:explains { - :carol3251 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3252 :does :access_social_media. -} log:explains { - :carol3252 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3253 :does :access_social_media. -} log:explains { - :carol3253 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3254 :does :access_social_media. -} log:explains { - :carol3254 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3255 :does :access_social_media. -} log:explains { - :carol3255 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3256 :does :access_social_media. -} log:explains { - :carol3256 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3257 :does :access_social_media. -} log:explains { - :carol3257 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3258 :does :access_social_media. -} log:explains { - :carol3258 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3259 :does :access_social_media. -} log:explains { - :carol3259 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3260 :does :access_social_media. -} log:explains { - :carol3260 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3261 :does :access_social_media. -} log:explains { - :carol3261 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3262 :does :access_social_media. -} log:explains { - :carol3262 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3263 :does :access_social_media. -} log:explains { - :carol3263 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3264 :does :access_social_media. -} log:explains { - :carol3264 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3265 :does :access_social_media. -} log:explains { - :carol3265 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3266 :does :access_social_media. -} log:explains { - :carol3266 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3267 :does :access_social_media. -} log:explains { - :carol3267 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3268 :does :access_social_media. -} log:explains { - :carol3268 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3269 :does :access_social_media. -} log:explains { - :carol3269 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3270 :does :access_social_media. -} log:explains { - :carol3270 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3271 :does :access_social_media. -} log:explains { - :carol3271 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3272 :does :access_social_media. -} log:explains { - :carol3272 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3273 :does :access_social_media. -} log:explains { - :carol3273 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3274 :does :access_social_media. -} log:explains { - :carol3274 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3275 :does :access_social_media. -} log:explains { - :carol3275 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3276 :does :access_social_media. -} log:explains { - :carol3276 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3277 :does :access_social_media. -} log:explains { - :carol3277 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3278 :does :access_social_media. -} log:explains { - :carol3278 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3279 :does :access_social_media. -} log:explains { - :carol3279 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3280 :does :access_social_media. -} log:explains { - :carol3280 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3281 :does :access_social_media. -} log:explains { - :carol3281 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3282 :does :access_social_media. -} log:explains { - :carol3282 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3283 :does :access_social_media. -} log:explains { - :carol3283 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3284 :does :access_social_media. -} log:explains { - :carol3284 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3285 :does :access_social_media. -} log:explains { - :carol3285 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3286 :does :access_social_media. -} log:explains { - :carol3286 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3287 :does :access_social_media. -} log:explains { - :carol3287 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3288 :does :access_social_media. -} log:explains { - :carol3288 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3289 :does :access_social_media. -} log:explains { - :carol3289 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3290 :does :access_social_media. -} log:explains { - :carol3290 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3291 :does :access_social_media. -} log:explains { - :carol3291 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3292 :does :access_social_media. -} log:explains { - :carol3292 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3293 :does :access_social_media. -} log:explains { - :carol3293 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3294 :does :access_social_media. -} log:explains { - :carol3294 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3295 :does :access_social_media. -} log:explains { - :carol3295 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3296 :does :access_social_media. -} log:explains { - :carol3296 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3297 :does :access_social_media. -} log:explains { - :carol3297 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3298 :does :access_social_media. -} log:explains { - :carol3298 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3299 :does :access_social_media. -} log:explains { - :carol3299 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3300 :does :access_social_media. -} log:explains { - :carol3300 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3301 :does :access_social_media. -} log:explains { - :carol3301 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3302 :does :access_social_media. -} log:explains { - :carol3302 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3303 :does :access_social_media. -} log:explains { - :carol3303 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3304 :does :access_social_media. -} log:explains { - :carol3304 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3305 :does :access_social_media. -} log:explains { - :carol3305 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3306 :does :access_social_media. -} log:explains { - :carol3306 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3307 :does :access_social_media. -} log:explains { - :carol3307 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3308 :does :access_social_media. -} log:explains { - :carol3308 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3309 :does :access_social_media. -} log:explains { - :carol3309 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3310 :does :access_social_media. -} log:explains { - :carol3310 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3311 :does :access_social_media. -} log:explains { - :carol3311 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3312 :does :access_social_media. -} log:explains { - :carol3312 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3313 :does :access_social_media. -} log:explains { - :carol3313 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3314 :does :access_social_media. -} log:explains { - :carol3314 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3315 :does :access_social_media. -} log:explains { - :carol3315 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3316 :does :access_social_media. -} log:explains { - :carol3316 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3317 :does :access_social_media. -} log:explains { - :carol3317 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3318 :does :access_social_media. -} log:explains { - :carol3318 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3319 :does :access_social_media. -} log:explains { - :carol3319 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3320 :does :access_social_media. -} log:explains { - :carol3320 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3321 :does :access_social_media. -} log:explains { - :carol3321 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3322 :does :access_social_media. -} log:explains { - :carol3322 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3323 :does :access_social_media. -} log:explains { - :carol3323 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3324 :does :access_social_media. -} log:explains { - :carol3324 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3325 :does :access_social_media. -} log:explains { - :carol3325 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3326 :does :access_social_media. -} log:explains { - :carol3326 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3327 :does :access_social_media. -} log:explains { - :carol3327 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3328 :does :access_social_media. -} log:explains { - :carol3328 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3329 :does :access_social_media. -} log:explains { - :carol3329 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3330 :does :access_social_media. -} log:explains { - :carol3330 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3331 :does :access_social_media. -} log:explains { - :carol3331 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3332 :does :access_social_media. -} log:explains { - :carol3332 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3333 :does :access_social_media. -} log:explains { - :carol3333 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3334 :does :access_social_media. -} log:explains { - :carol3334 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3335 :does :access_social_media. -} log:explains { - :carol3335 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3336 :does :access_social_media. -} log:explains { - :carol3336 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3337 :does :access_social_media. -} log:explains { - :carol3337 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3338 :does :access_social_media. -} log:explains { - :carol3338 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3339 :does :access_social_media. -} log:explains { - :carol3339 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3340 :does :access_social_media. -} log:explains { - :carol3340 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3341 :does :access_social_media. -} log:explains { - :carol3341 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3342 :does :access_social_media. -} log:explains { - :carol3342 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3343 :does :access_social_media. -} log:explains { - :carol3343 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3344 :does :access_social_media. -} log:explains { - :carol3344 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3345 :does :access_social_media. -} log:explains { - :carol3345 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3346 :does :access_social_media. -} log:explains { - :carol3346 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3347 :does :access_social_media. -} log:explains { - :carol3347 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3348 :does :access_social_media. -} log:explains { - :carol3348 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3349 :does :access_social_media. -} log:explains { - :carol3349 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3350 :does :access_social_media. -} log:explains { - :carol3350 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3351 :does :access_social_media. -} log:explains { - :carol3351 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3352 :does :access_social_media. -} log:explains { - :carol3352 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3353 :does :access_social_media. -} log:explains { - :carol3353 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3354 :does :access_social_media. -} log:explains { - :carol3354 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3355 :does :access_social_media. -} log:explains { - :carol3355 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3356 :does :access_social_media. -} log:explains { - :carol3356 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3357 :does :access_social_media. -} log:explains { - :carol3357 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3358 :does :access_social_media. -} log:explains { - :carol3358 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3359 :does :access_social_media. -} log:explains { - :carol3359 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3360 :does :access_social_media. -} log:explains { - :carol3360 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3361 :does :access_social_media. -} log:explains { - :carol3361 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3362 :does :access_social_media. -} log:explains { - :carol3362 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3363 :does :access_social_media. -} log:explains { - :carol3363 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3364 :does :access_social_media. -} log:explains { - :carol3364 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3365 :does :access_social_media. -} log:explains { - :carol3365 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3366 :does :access_social_media. -} log:explains { - :carol3366 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3367 :does :access_social_media. -} log:explains { - :carol3367 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3368 :does :access_social_media. -} log:explains { - :carol3368 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3369 :does :access_social_media. -} log:explains { - :carol3369 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3370 :does :access_social_media. -} log:explains { - :carol3370 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3371 :does :access_social_media. -} log:explains { - :carol3371 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3372 :does :access_social_media. -} log:explains { - :carol3372 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3373 :does :access_social_media. -} log:explains { - :carol3373 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3374 :does :access_social_media. -} log:explains { - :carol3374 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3375 :does :access_social_media. -} log:explains { - :carol3375 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3376 :does :access_social_media. -} log:explains { - :carol3376 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3377 :does :access_social_media. -} log:explains { - :carol3377 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3378 :does :access_social_media. -} log:explains { - :carol3378 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3379 :does :access_social_media. -} log:explains { - :carol3379 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3380 :does :access_social_media. -} log:explains { - :carol3380 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3381 :does :access_social_media. -} log:explains { - :carol3381 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3382 :does :access_social_media. -} log:explains { - :carol3382 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3383 :does :access_social_media. -} log:explains { - :carol3383 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3384 :does :access_social_media. -} log:explains { - :carol3384 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3385 :does :access_social_media. -} log:explains { - :carol3385 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3386 :does :access_social_media. -} log:explains { - :carol3386 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3387 :does :access_social_media. -} log:explains { - :carol3387 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3388 :does :access_social_media. -} log:explains { - :carol3388 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3389 :does :access_social_media. -} log:explains { - :carol3389 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3390 :does :access_social_media. -} log:explains { - :carol3390 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3391 :does :access_social_media. -} log:explains { - :carol3391 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3392 :does :access_social_media. -} log:explains { - :carol3392 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3393 :does :access_social_media. -} log:explains { - :carol3393 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3394 :does :access_social_media. -} log:explains { - :carol3394 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3395 :does :access_social_media. -} log:explains { - :carol3395 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3396 :does :access_social_media. -} log:explains { - :carol3396 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3397 :does :access_social_media. -} log:explains { - :carol3397 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3398 :does :access_social_media. -} log:explains { - :carol3398 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3399 :does :access_social_media. -} log:explains { - :carol3399 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3400 :does :access_social_media. -} log:explains { - :carol3400 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3401 :does :access_social_media. -} log:explains { - :carol3401 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3402 :does :access_social_media. -} log:explains { - :carol3402 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3403 :does :access_social_media. -} log:explains { - :carol3403 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3404 :does :access_social_media. -} log:explains { - :carol3404 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3405 :does :access_social_media. -} log:explains { - :carol3405 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3406 :does :access_social_media. -} log:explains { - :carol3406 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3407 :does :access_social_media. -} log:explains { - :carol3407 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3408 :does :access_social_media. -} log:explains { - :carol3408 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3409 :does :access_social_media. -} log:explains { - :carol3409 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3410 :does :access_social_media. -} log:explains { - :carol3410 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3411 :does :access_social_media. -} log:explains { - :carol3411 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3412 :does :access_social_media. -} log:explains { - :carol3412 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3413 :does :access_social_media. -} log:explains { - :carol3413 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3414 :does :access_social_media. -} log:explains { - :carol3414 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3415 :does :access_social_media. -} log:explains { - :carol3415 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3416 :does :access_social_media. -} log:explains { - :carol3416 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3417 :does :access_social_media. -} log:explains { - :carol3417 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3418 :does :access_social_media. -} log:explains { - :carol3418 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3419 :does :access_social_media. -} log:explains { - :carol3419 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3420 :does :access_social_media. -} log:explains { - :carol3420 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3421 :does :access_social_media. -} log:explains { - :carol3421 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3422 :does :access_social_media. -} log:explains { - :carol3422 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3423 :does :access_social_media. -} log:explains { - :carol3423 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3424 :does :access_social_media. -} log:explains { - :carol3424 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3425 :does :access_social_media. -} log:explains { - :carol3425 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3426 :does :access_social_media. -} log:explains { - :carol3426 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3427 :does :access_social_media. -} log:explains { - :carol3427 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3428 :does :access_social_media. -} log:explains { - :carol3428 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3429 :does :access_social_media. -} log:explains { - :carol3429 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3430 :does :access_social_media. -} log:explains { - :carol3430 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3431 :does :access_social_media. -} log:explains { - :carol3431 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3432 :does :access_social_media. -} log:explains { - :carol3432 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3433 :does :access_social_media. -} log:explains { - :carol3433 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3434 :does :access_social_media. -} log:explains { - :carol3434 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3435 :does :access_social_media. -} log:explains { - :carol3435 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3436 :does :access_social_media. -} log:explains { - :carol3436 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3437 :does :access_social_media. -} log:explains { - :carol3437 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3438 :does :access_social_media. -} log:explains { - :carol3438 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3439 :does :access_social_media. -} log:explains { - :carol3439 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3440 :does :access_social_media. -} log:explains { - :carol3440 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3441 :does :access_social_media. -} log:explains { - :carol3441 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3442 :does :access_social_media. -} log:explains { - :carol3442 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3443 :does :access_social_media. -} log:explains { - :carol3443 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3444 :does :access_social_media. -} log:explains { - :carol3444 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3445 :does :access_social_media. -} log:explains { - :carol3445 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3446 :does :access_social_media. -} log:explains { - :carol3446 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3447 :does :access_social_media. -} log:explains { - :carol3447 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3448 :does :access_social_media. -} log:explains { - :carol3448 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3449 :does :access_social_media. -} log:explains { - :carol3449 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3450 :does :access_social_media. -} log:explains { - :carol3450 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3451 :does :access_social_media. -} log:explains { - :carol3451 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3452 :does :access_social_media. -} log:explains { - :carol3452 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3453 :does :access_social_media. -} log:explains { - :carol3453 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3454 :does :access_social_media. -} log:explains { - :carol3454 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3455 :does :access_social_media. -} log:explains { - :carol3455 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3456 :does :access_social_media. -} log:explains { - :carol3456 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3457 :does :access_social_media. -} log:explains { - :carol3457 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3458 :does :access_social_media. -} log:explains { - :carol3458 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3459 :does :access_social_media. -} log:explains { - :carol3459 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3460 :does :access_social_media. -} log:explains { - :carol3460 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3461 :does :access_social_media. -} log:explains { - :carol3461 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3462 :does :access_social_media. -} log:explains { - :carol3462 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3463 :does :access_social_media. -} log:explains { - :carol3463 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3464 :does :access_social_media. -} log:explains { - :carol3464 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3465 :does :access_social_media. -} log:explains { - :carol3465 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3466 :does :access_social_media. -} log:explains { - :carol3466 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3467 :does :access_social_media. -} log:explains { - :carol3467 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3468 :does :access_social_media. -} log:explains { - :carol3468 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3469 :does :access_social_media. -} log:explains { - :carol3469 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3470 :does :access_social_media. -} log:explains { - :carol3470 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3471 :does :access_social_media. -} log:explains { - :carol3471 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3472 :does :access_social_media. -} log:explains { - :carol3472 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3473 :does :access_social_media. -} log:explains { - :carol3473 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3474 :does :access_social_media. -} log:explains { - :carol3474 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3475 :does :access_social_media. -} log:explains { - :carol3475 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3476 :does :access_social_media. -} log:explains { - :carol3476 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3477 :does :access_social_media. -} log:explains { - :carol3477 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3478 :does :access_social_media. -} log:explains { - :carol3478 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3479 :does :access_social_media. -} log:explains { - :carol3479 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3480 :does :access_social_media. -} log:explains { - :carol3480 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3481 :does :access_social_media. -} log:explains { - :carol3481 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3482 :does :access_social_media. -} log:explains { - :carol3482 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3483 :does :access_social_media. -} log:explains { - :carol3483 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3484 :does :access_social_media. -} log:explains { - :carol3484 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3485 :does :access_social_media. -} log:explains { - :carol3485 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3486 :does :access_social_media. -} log:explains { - :carol3486 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3487 :does :access_social_media. -} log:explains { - :carol3487 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3488 :does :access_social_media. -} log:explains { - :carol3488 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3489 :does :access_social_media. -} log:explains { - :carol3489 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3490 :does :access_social_media. -} log:explains { - :carol3490 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3491 :does :access_social_media. -} log:explains { - :carol3491 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3492 :does :access_social_media. -} log:explains { - :carol3492 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3493 :does :access_social_media. -} log:explains { - :carol3493 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3494 :does :access_social_media. -} log:explains { - :carol3494 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3495 :does :access_social_media. -} log:explains { - :carol3495 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3496 :does :access_social_media. -} log:explains { - :carol3496 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3497 :does :access_social_media. -} log:explains { - :carol3497 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3498 :does :access_social_media. -} log:explains { - :carol3498 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3499 :does :access_social_media. -} log:explains { - :carol3499 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3500 :does :access_social_media. -} log:explains { - :carol3500 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3501 :does :access_social_media. -} log:explains { - :carol3501 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3502 :does :access_social_media. -} log:explains { - :carol3502 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3503 :does :access_social_media. -} log:explains { - :carol3503 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3504 :does :access_social_media. -} log:explains { - :carol3504 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3505 :does :access_social_media. -} log:explains { - :carol3505 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3506 :does :access_social_media. -} log:explains { - :carol3506 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3507 :does :access_social_media. -} log:explains { - :carol3507 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3508 :does :access_social_media. -} log:explains { - :carol3508 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3509 :does :access_social_media. -} log:explains { - :carol3509 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3510 :does :access_social_media. -} log:explains { - :carol3510 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3511 :does :access_social_media. -} log:explains { - :carol3511 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3512 :does :access_social_media. -} log:explains { - :carol3512 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3513 :does :access_social_media. -} log:explains { - :carol3513 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3514 :does :access_social_media. -} log:explains { - :carol3514 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3515 :does :access_social_media. -} log:explains { - :carol3515 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3516 :does :access_social_media. -} log:explains { - :carol3516 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3517 :does :access_social_media. -} log:explains { - :carol3517 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3518 :does :access_social_media. -} log:explains { - :carol3518 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3519 :does :access_social_media. -} log:explains { - :carol3519 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3520 :does :access_social_media. -} log:explains { - :carol3520 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3521 :does :access_social_media. -} log:explains { - :carol3521 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3522 :does :access_social_media. -} log:explains { - :carol3522 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3523 :does :access_social_media. -} log:explains { - :carol3523 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3524 :does :access_social_media. -} log:explains { - :carol3524 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3525 :does :access_social_media. -} log:explains { - :carol3525 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3526 :does :access_social_media. -} log:explains { - :carol3526 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3527 :does :access_social_media. -} log:explains { - :carol3527 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3528 :does :access_social_media. -} log:explains { - :carol3528 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3529 :does :access_social_media. -} log:explains { - :carol3529 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3530 :does :access_social_media. -} log:explains { - :carol3530 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3531 :does :access_social_media. -} log:explains { - :carol3531 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3532 :does :access_social_media. -} log:explains { - :carol3532 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3533 :does :access_social_media. -} log:explains { - :carol3533 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3534 :does :access_social_media. -} log:explains { - :carol3534 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3535 :does :access_social_media. -} log:explains { - :carol3535 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3536 :does :access_social_media. -} log:explains { - :carol3536 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3537 :does :access_social_media. -} log:explains { - :carol3537 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3538 :does :access_social_media. -} log:explains { - :carol3538 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3539 :does :access_social_media. -} log:explains { - :carol3539 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3540 :does :access_social_media. -} log:explains { - :carol3540 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3541 :does :access_social_media. -} log:explains { - :carol3541 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3542 :does :access_social_media. -} log:explains { - :carol3542 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3543 :does :access_social_media. -} log:explains { - :carol3543 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3544 :does :access_social_media. -} log:explains { - :carol3544 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3545 :does :access_social_media. -} log:explains { - :carol3545 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3546 :does :access_social_media. -} log:explains { - :carol3546 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3547 :does :access_social_media. -} log:explains { - :carol3547 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3548 :does :access_social_media. -} log:explains { - :carol3548 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3549 :does :access_social_media. -} log:explains { - :carol3549 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3550 :does :access_social_media. -} log:explains { - :carol3550 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3551 :does :access_social_media. -} log:explains { - :carol3551 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3552 :does :access_social_media. -} log:explains { - :carol3552 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3553 :does :access_social_media. -} log:explains { - :carol3553 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3554 :does :access_social_media. -} log:explains { - :carol3554 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3555 :does :access_social_media. -} log:explains { - :carol3555 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3556 :does :access_social_media. -} log:explains { - :carol3556 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3557 :does :access_social_media. -} log:explains { - :carol3557 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3558 :does :access_social_media. -} log:explains { - :carol3558 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3559 :does :access_social_media. -} log:explains { - :carol3559 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3560 :does :access_social_media. -} log:explains { - :carol3560 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3561 :does :access_social_media. -} log:explains { - :carol3561 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3562 :does :access_social_media. -} log:explains { - :carol3562 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3563 :does :access_social_media. -} log:explains { - :carol3563 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3564 :does :access_social_media. -} log:explains { - :carol3564 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3565 :does :access_social_media. -} log:explains { - :carol3565 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3566 :does :access_social_media. -} log:explains { - :carol3566 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3567 :does :access_social_media. -} log:explains { - :carol3567 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3568 :does :access_social_media. -} log:explains { - :carol3568 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3569 :does :access_social_media. -} log:explains { - :carol3569 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3570 :does :access_social_media. -} log:explains { - :carol3570 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3571 :does :access_social_media. -} log:explains { - :carol3571 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3572 :does :access_social_media. -} log:explains { - :carol3572 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3573 :does :access_social_media. -} log:explains { - :carol3573 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3574 :does :access_social_media. -} log:explains { - :carol3574 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3575 :does :access_social_media. -} log:explains { - :carol3575 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3576 :does :access_social_media. -} log:explains { - :carol3576 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3577 :does :access_social_media. -} log:explains { - :carol3577 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3578 :does :access_social_media. -} log:explains { - :carol3578 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3579 :does :access_social_media. -} log:explains { - :carol3579 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3580 :does :access_social_media. -} log:explains { - :carol3580 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3581 :does :access_social_media. -} log:explains { - :carol3581 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3582 :does :access_social_media. -} log:explains { - :carol3582 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3583 :does :access_social_media. -} log:explains { - :carol3583 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3584 :does :access_social_media. -} log:explains { - :carol3584 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3585 :does :access_social_media. -} log:explains { - :carol3585 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3586 :does :access_social_media. -} log:explains { - :carol3586 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3587 :does :access_social_media. -} log:explains { - :carol3587 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3588 :does :access_social_media. -} log:explains { - :carol3588 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3589 :does :access_social_media. -} log:explains { - :carol3589 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3590 :does :access_social_media. -} log:explains { - :carol3590 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3591 :does :access_social_media. -} log:explains { - :carol3591 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3592 :does :access_social_media. -} log:explains { - :carol3592 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3593 :does :access_social_media. -} log:explains { - :carol3593 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3594 :does :access_social_media. -} log:explains { - :carol3594 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3595 :does :access_social_media. -} log:explains { - :carol3595 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3596 :does :access_social_media. -} log:explains { - :carol3596 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3597 :does :access_social_media. -} log:explains { - :carol3597 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3598 :does :access_social_media. -} log:explains { - :carol3598 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3599 :does :access_social_media. -} log:explains { - :carol3599 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3600 :does :access_social_media. -} log:explains { - :carol3600 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3601 :does :access_social_media. -} log:explains { - :carol3601 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3602 :does :access_social_media. -} log:explains { - :carol3602 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3603 :does :access_social_media. -} log:explains { - :carol3603 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3604 :does :access_social_media. -} log:explains { - :carol3604 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3605 :does :access_social_media. -} log:explains { - :carol3605 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3606 :does :access_social_media. -} log:explains { - :carol3606 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3607 :does :access_social_media. -} log:explains { - :carol3607 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3608 :does :access_social_media. -} log:explains { - :carol3608 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3609 :does :access_social_media. -} log:explains { - :carol3609 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3610 :does :access_social_media. -} log:explains { - :carol3610 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3611 :does :access_social_media. -} log:explains { - :carol3611 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3612 :does :access_social_media. -} log:explains { - :carol3612 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3613 :does :access_social_media. -} log:explains { - :carol3613 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3614 :does :access_social_media. -} log:explains { - :carol3614 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3615 :does :access_social_media. -} log:explains { - :carol3615 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3616 :does :access_social_media. -} log:explains { - :carol3616 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3617 :does :access_social_media. -} log:explains { - :carol3617 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3618 :does :access_social_media. -} log:explains { - :carol3618 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3619 :does :access_social_media. -} log:explains { - :carol3619 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3620 :does :access_social_media. -} log:explains { - :carol3620 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3621 :does :access_social_media. -} log:explains { - :carol3621 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3622 :does :access_social_media. -} log:explains { - :carol3622 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3623 :does :access_social_media. -} log:explains { - :carol3623 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3624 :does :access_social_media. -} log:explains { - :carol3624 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3625 :does :access_social_media. -} log:explains { - :carol3625 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3626 :does :access_social_media. -} log:explains { - :carol3626 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3627 :does :access_social_media. -} log:explains { - :carol3627 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3628 :does :access_social_media. -} log:explains { - :carol3628 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3629 :does :access_social_media. -} log:explains { - :carol3629 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3630 :does :access_social_media. -} log:explains { - :carol3630 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3631 :does :access_social_media. -} log:explains { - :carol3631 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3632 :does :access_social_media. -} log:explains { - :carol3632 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3633 :does :access_social_media. -} log:explains { - :carol3633 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3634 :does :access_social_media. -} log:explains { - :carol3634 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3635 :does :access_social_media. -} log:explains { - :carol3635 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3636 :does :access_social_media. -} log:explains { - :carol3636 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3637 :does :access_social_media. -} log:explains { - :carol3637 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3638 :does :access_social_media. -} log:explains { - :carol3638 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3639 :does :access_social_media. -} log:explains { - :carol3639 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3640 :does :access_social_media. -} log:explains { - :carol3640 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3641 :does :access_social_media. -} log:explains { - :carol3641 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3642 :does :access_social_media. -} log:explains { - :carol3642 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3643 :does :access_social_media. -} log:explains { - :carol3643 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3644 :does :access_social_media. -} log:explains { - :carol3644 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3645 :does :access_social_media. -} log:explains { - :carol3645 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3646 :does :access_social_media. -} log:explains { - :carol3646 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3647 :does :access_social_media. -} log:explains { - :carol3647 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3648 :does :access_social_media. -} log:explains { - :carol3648 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3649 :does :access_social_media. -} log:explains { - :carol3649 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3650 :does :access_social_media. -} log:explains { - :carol3650 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3651 :does :access_social_media. -} log:explains { - :carol3651 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3652 :does :access_social_media. -} log:explains { - :carol3652 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3653 :does :access_social_media. -} log:explains { - :carol3653 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3654 :does :access_social_media. -} log:explains { - :carol3654 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3655 :does :access_social_media. -} log:explains { - :carol3655 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3656 :does :access_social_media. -} log:explains { - :carol3656 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3657 :does :access_social_media. -} log:explains { - :carol3657 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3658 :does :access_social_media. -} log:explains { - :carol3658 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3659 :does :access_social_media. -} log:explains { - :carol3659 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3660 :does :access_social_media. -} log:explains { - :carol3660 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3661 :does :access_social_media. -} log:explains { - :carol3661 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3662 :does :access_social_media. -} log:explains { - :carol3662 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3663 :does :access_social_media. -} log:explains { - :carol3663 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3664 :does :access_social_media. -} log:explains { - :carol3664 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3665 :does :access_social_media. -} log:explains { - :carol3665 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3666 :does :access_social_media. -} log:explains { - :carol3666 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3667 :does :access_social_media. -} log:explains { - :carol3667 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3668 :does :access_social_media. -} log:explains { - :carol3668 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3669 :does :access_social_media. -} log:explains { - :carol3669 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3670 :does :access_social_media. -} log:explains { - :carol3670 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3671 :does :access_social_media. -} log:explains { - :carol3671 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3672 :does :access_social_media. -} log:explains { - :carol3672 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3673 :does :access_social_media. -} log:explains { - :carol3673 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3674 :does :access_social_media. -} log:explains { - :carol3674 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3675 :does :access_social_media. -} log:explains { - :carol3675 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3676 :does :access_social_media. -} log:explains { - :carol3676 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3677 :does :access_social_media. -} log:explains { - :carol3677 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3678 :does :access_social_media. -} log:explains { - :carol3678 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3679 :does :access_social_media. -} log:explains { - :carol3679 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3680 :does :access_social_media. -} log:explains { - :carol3680 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3681 :does :access_social_media. -} log:explains { - :carol3681 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3682 :does :access_social_media. -} log:explains { - :carol3682 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3683 :does :access_social_media. -} log:explains { - :carol3683 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3684 :does :access_social_media. -} log:explains { - :carol3684 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3685 :does :access_social_media. -} log:explains { - :carol3685 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3686 :does :access_social_media. -} log:explains { - :carol3686 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3687 :does :access_social_media. -} log:explains { - :carol3687 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3688 :does :access_social_media. -} log:explains { - :carol3688 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3689 :does :access_social_media. -} log:explains { - :carol3689 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3690 :does :access_social_media. -} log:explains { - :carol3690 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3691 :does :access_social_media. -} log:explains { - :carol3691 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3692 :does :access_social_media. -} log:explains { - :carol3692 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3693 :does :access_social_media. -} log:explains { - :carol3693 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3694 :does :access_social_media. -} log:explains { - :carol3694 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3695 :does :access_social_media. -} log:explains { - :carol3695 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3696 :does :access_social_media. -} log:explains { - :carol3696 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3697 :does :access_social_media. -} log:explains { - :carol3697 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3698 :does :access_social_media. -} log:explains { - :carol3698 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3699 :does :access_social_media. -} log:explains { - :carol3699 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3700 :does :access_social_media. -} log:explains { - :carol3700 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3701 :does :access_social_media. -} log:explains { - :carol3701 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3702 :does :access_social_media. -} log:explains { - :carol3702 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3703 :does :access_social_media. -} log:explains { - :carol3703 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3704 :does :access_social_media. -} log:explains { - :carol3704 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3705 :does :access_social_media. -} log:explains { - :carol3705 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3706 :does :access_social_media. -} log:explains { - :carol3706 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3707 :does :access_social_media. -} log:explains { - :carol3707 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3708 :does :access_social_media. -} log:explains { - :carol3708 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3709 :does :access_social_media. -} log:explains { - :carol3709 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3710 :does :access_social_media. -} log:explains { - :carol3710 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3711 :does :access_social_media. -} log:explains { - :carol3711 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3712 :does :access_social_media. -} log:explains { - :carol3712 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3713 :does :access_social_media. -} log:explains { - :carol3713 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3714 :does :access_social_media. -} log:explains { - :carol3714 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3715 :does :access_social_media. -} log:explains { - :carol3715 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3716 :does :access_social_media. -} log:explains { - :carol3716 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3717 :does :access_social_media. -} log:explains { - :carol3717 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3718 :does :access_social_media. -} log:explains { - :carol3718 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3719 :does :access_social_media. -} log:explains { - :carol3719 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3720 :does :access_social_media. -} log:explains { - :carol3720 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3721 :does :access_social_media. -} log:explains { - :carol3721 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3722 :does :access_social_media. -} log:explains { - :carol3722 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3723 :does :access_social_media. -} log:explains { - :carol3723 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3724 :does :access_social_media. -} log:explains { - :carol3724 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3725 :does :access_social_media. -} log:explains { - :carol3725 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3726 :does :access_social_media. -} log:explains { - :carol3726 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3727 :does :access_social_media. -} log:explains { - :carol3727 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3728 :does :access_social_media. -} log:explains { - :carol3728 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3729 :does :access_social_media. -} log:explains { - :carol3729 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3730 :does :access_social_media. -} log:explains { - :carol3730 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3731 :does :access_social_media. -} log:explains { - :carol3731 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3732 :does :access_social_media. -} log:explains { - :carol3732 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3733 :does :access_social_media. -} log:explains { - :carol3733 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3734 :does :access_social_media. -} log:explains { - :carol3734 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3735 :does :access_social_media. -} log:explains { - :carol3735 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3736 :does :access_social_media. -} log:explains { - :carol3736 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3737 :does :access_social_media. -} log:explains { - :carol3737 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3738 :does :access_social_media. -} log:explains { - :carol3738 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3739 :does :access_social_media. -} log:explains { - :carol3739 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3740 :does :access_social_media. -} log:explains { - :carol3740 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3741 :does :access_social_media. -} log:explains { - :carol3741 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3742 :does :access_social_media. -} log:explains { - :carol3742 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3743 :does :access_social_media. -} log:explains { - :carol3743 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3744 :does :access_social_media. -} log:explains { - :carol3744 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3745 :does :access_social_media. -} log:explains { - :carol3745 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3746 :does :access_social_media. -} log:explains { - :carol3746 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3747 :does :access_social_media. -} log:explains { - :carol3747 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3748 :does :access_social_media. -} log:explains { - :carol3748 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3749 :does :access_social_media. -} log:explains { - :carol3749 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3750 :does :access_social_media. -} log:explains { - :carol3750 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3751 :does :access_social_media. -} log:explains { - :carol3751 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3752 :does :access_social_media. -} log:explains { - :carol3752 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3753 :does :access_social_media. -} log:explains { - :carol3753 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3754 :does :access_social_media. -} log:explains { - :carol3754 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3755 :does :access_social_media. -} log:explains { - :carol3755 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3756 :does :access_social_media. -} log:explains { - :carol3756 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3757 :does :access_social_media. -} log:explains { - :carol3757 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3758 :does :access_social_media. -} log:explains { - :carol3758 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3759 :does :access_social_media. -} log:explains { - :carol3759 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3760 :does :access_social_media. -} log:explains { - :carol3760 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3761 :does :access_social_media. -} log:explains { - :carol3761 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3762 :does :access_social_media. -} log:explains { - :carol3762 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3763 :does :access_social_media. -} log:explains { - :carol3763 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3764 :does :access_social_media. -} log:explains { - :carol3764 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3765 :does :access_social_media. -} log:explains { - :carol3765 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3766 :does :access_social_media. -} log:explains { - :carol3766 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3767 :does :access_social_media. -} log:explains { - :carol3767 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3768 :does :access_social_media. -} log:explains { - :carol3768 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3769 :does :access_social_media. -} log:explains { - :carol3769 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3770 :does :access_social_media. -} log:explains { - :carol3770 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3771 :does :access_social_media. -} log:explains { - :carol3771 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3772 :does :access_social_media. -} log:explains { - :carol3772 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3773 :does :access_social_media. -} log:explains { - :carol3773 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3774 :does :access_social_media. -} log:explains { - :carol3774 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3775 :does :access_social_media. -} log:explains { - :carol3775 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3776 :does :access_social_media. -} log:explains { - :carol3776 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3777 :does :access_social_media. -} log:explains { - :carol3777 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3778 :does :access_social_media. -} log:explains { - :carol3778 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3779 :does :access_social_media. -} log:explains { - :carol3779 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3780 :does :access_social_media. -} log:explains { - :carol3780 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3781 :does :access_social_media. -} log:explains { - :carol3781 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3782 :does :access_social_media. -} log:explains { - :carol3782 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3783 :does :access_social_media. -} log:explains { - :carol3783 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3784 :does :access_social_media. -} log:explains { - :carol3784 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3785 :does :access_social_media. -} log:explains { - :carol3785 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3786 :does :access_social_media. -} log:explains { - :carol3786 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3787 :does :access_social_media. -} log:explains { - :carol3787 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3788 :does :access_social_media. -} log:explains { - :carol3788 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3789 :does :access_social_media. -} log:explains { - :carol3789 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3790 :does :access_social_media. -} log:explains { - :carol3790 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3791 :does :access_social_media. -} log:explains { - :carol3791 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3792 :does :access_social_media. -} log:explains { - :carol3792 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3793 :does :access_social_media. -} log:explains { - :carol3793 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3794 :does :access_social_media. -} log:explains { - :carol3794 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3795 :does :access_social_media. -} log:explains { - :carol3795 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3796 :does :access_social_media. -} log:explains { - :carol3796 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3797 :does :access_social_media. -} log:explains { - :carol3797 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3798 :does :access_social_media. -} log:explains { - :carol3798 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3799 :does :access_social_media. -} log:explains { - :carol3799 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3800 :does :access_social_media. -} log:explains { - :carol3800 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3801 :does :access_social_media. -} log:explains { - :carol3801 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3802 :does :access_social_media. -} log:explains { - :carol3802 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3803 :does :access_social_media. -} log:explains { - :carol3803 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3804 :does :access_social_media. -} log:explains { - :carol3804 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3805 :does :access_social_media. -} log:explains { - :carol3805 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3806 :does :access_social_media. -} log:explains { - :carol3806 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3807 :does :access_social_media. -} log:explains { - :carol3807 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3808 :does :access_social_media. -} log:explains { - :carol3808 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3809 :does :access_social_media. -} log:explains { - :carol3809 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3810 :does :access_social_media. -} log:explains { - :carol3810 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3811 :does :access_social_media. -} log:explains { - :carol3811 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3812 :does :access_social_media. -} log:explains { - :carol3812 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3813 :does :access_social_media. -} log:explains { - :carol3813 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3814 :does :access_social_media. -} log:explains { - :carol3814 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3815 :does :access_social_media. -} log:explains { - :carol3815 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3816 :does :access_social_media. -} log:explains { - :carol3816 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3817 :does :access_social_media. -} log:explains { - :carol3817 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3818 :does :access_social_media. -} log:explains { - :carol3818 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3819 :does :access_social_media. -} log:explains { - :carol3819 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3820 :does :access_social_media. -} log:explains { - :carol3820 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3821 :does :access_social_media. -} log:explains { - :carol3821 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3822 :does :access_social_media. -} log:explains { - :carol3822 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3823 :does :access_social_media. -} log:explains { - :carol3823 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3824 :does :access_social_media. -} log:explains { - :carol3824 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3825 :does :access_social_media. -} log:explains { - :carol3825 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3826 :does :access_social_media. -} log:explains { - :carol3826 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3827 :does :access_social_media. -} log:explains { - :carol3827 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3828 :does :access_social_media. -} log:explains { - :carol3828 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3829 :does :access_social_media. -} log:explains { - :carol3829 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3830 :does :access_social_media. -} log:explains { - :carol3830 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3831 :does :access_social_media. -} log:explains { - :carol3831 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3832 :does :access_social_media. -} log:explains { - :carol3832 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3833 :does :access_social_media. -} log:explains { - :carol3833 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3834 :does :access_social_media. -} log:explains { - :carol3834 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3835 :does :access_social_media. -} log:explains { - :carol3835 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3836 :does :access_social_media. -} log:explains { - :carol3836 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3837 :does :access_social_media. -} log:explains { - :carol3837 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3838 :does :access_social_media. -} log:explains { - :carol3838 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3839 :does :access_social_media. -} log:explains { - :carol3839 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3840 :does :access_social_media. -} log:explains { - :carol3840 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3841 :does :access_social_media. -} log:explains { - :carol3841 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3842 :does :access_social_media. -} log:explains { - :carol3842 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3843 :does :access_social_media. -} log:explains { - :carol3843 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3844 :does :access_social_media. -} log:explains { - :carol3844 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3845 :does :access_social_media. -} log:explains { - :carol3845 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3846 :does :access_social_media. -} log:explains { - :carol3846 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3847 :does :access_social_media. -} log:explains { - :carol3847 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3848 :does :access_social_media. -} log:explains { - :carol3848 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3849 :does :access_social_media. -} log:explains { - :carol3849 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3850 :does :access_social_media. -} log:explains { - :carol3850 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3851 :does :access_social_media. -} log:explains { - :carol3851 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3852 :does :access_social_media. -} log:explains { - :carol3852 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3853 :does :access_social_media. -} log:explains { - :carol3853 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3854 :does :access_social_media. -} log:explains { - :carol3854 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3855 :does :access_social_media. -} log:explains { - :carol3855 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3856 :does :access_social_media. -} log:explains { - :carol3856 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3857 :does :access_social_media. -} log:explains { - :carol3857 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3858 :does :access_social_media. -} log:explains { - :carol3858 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3859 :does :access_social_media. -} log:explains { - :carol3859 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3860 :does :access_social_media. -} log:explains { - :carol3860 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3861 :does :access_social_media. -} log:explains { - :carol3861 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3862 :does :access_social_media. -} log:explains { - :carol3862 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3863 :does :access_social_media. -} log:explains { - :carol3863 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3864 :does :access_social_media. -} log:explains { - :carol3864 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3865 :does :access_social_media. -} log:explains { - :carol3865 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3866 :does :access_social_media. -} log:explains { - :carol3866 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3867 :does :access_social_media. -} log:explains { - :carol3867 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3868 :does :access_social_media. -} log:explains { - :carol3868 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3869 :does :access_social_media. -} log:explains { - :carol3869 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3870 :does :access_social_media. -} log:explains { - :carol3870 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3871 :does :access_social_media. -} log:explains { - :carol3871 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3872 :does :access_social_media. -} log:explains { - :carol3872 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3873 :does :access_social_media. -} log:explains { - :carol3873 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3874 :does :access_social_media. -} log:explains { - :carol3874 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3875 :does :access_social_media. -} log:explains { - :carol3875 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3876 :does :access_social_media. -} log:explains { - :carol3876 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3877 :does :access_social_media. -} log:explains { - :carol3877 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3878 :does :access_social_media. -} log:explains { - :carol3878 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3879 :does :access_social_media. -} log:explains { - :carol3879 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3880 :does :access_social_media. -} log:explains { - :carol3880 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3881 :does :access_social_media. -} log:explains { - :carol3881 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3882 :does :access_social_media. -} log:explains { - :carol3882 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3883 :does :access_social_media. -} log:explains { - :carol3883 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3884 :does :access_social_media. -} log:explains { - :carol3884 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3885 :does :access_social_media. -} log:explains { - :carol3885 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3886 :does :access_social_media. -} log:explains { - :carol3886 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3887 :does :access_social_media. -} log:explains { - :carol3887 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3888 :does :access_social_media. -} log:explains { - :carol3888 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3889 :does :access_social_media. -} log:explains { - :carol3889 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3890 :does :access_social_media. -} log:explains { - :carol3890 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3891 :does :access_social_media. -} log:explains { - :carol3891 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3892 :does :access_social_media. -} log:explains { - :carol3892 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3893 :does :access_social_media. -} log:explains { - :carol3893 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3894 :does :access_social_media. -} log:explains { - :carol3894 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3895 :does :access_social_media. -} log:explains { - :carol3895 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3896 :does :access_social_media. -} log:explains { - :carol3896 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3897 :does :access_social_media. -} log:explains { - :carol3897 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3898 :does :access_social_media. -} log:explains { - :carol3898 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3899 :does :access_social_media. -} log:explains { - :carol3899 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3900 :does :access_social_media. -} log:explains { - :carol3900 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3901 :does :access_social_media. -} log:explains { - :carol3901 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3902 :does :access_social_media. -} log:explains { - :carol3902 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3903 :does :access_social_media. -} log:explains { - :carol3903 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3904 :does :access_social_media. -} log:explains { - :carol3904 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3905 :does :access_social_media. -} log:explains { - :carol3905 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3906 :does :access_social_media. -} log:explains { - :carol3906 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3907 :does :access_social_media. -} log:explains { - :carol3907 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3908 :does :access_social_media. -} log:explains { - :carol3908 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3909 :does :access_social_media. -} log:explains { - :carol3909 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3910 :does :access_social_media. -} log:explains { - :carol3910 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3911 :does :access_social_media. -} log:explains { - :carol3911 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3912 :does :access_social_media. -} log:explains { - :carol3912 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3913 :does :access_social_media. -} log:explains { - :carol3913 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3914 :does :access_social_media. -} log:explains { - :carol3914 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3915 :does :access_social_media. -} log:explains { - :carol3915 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3916 :does :access_social_media. -} log:explains { - :carol3916 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3917 :does :access_social_media. -} log:explains { - :carol3917 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3918 :does :access_social_media. -} log:explains { - :carol3918 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3919 :does :access_social_media. -} log:explains { - :carol3919 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3920 :does :access_social_media. -} log:explains { - :carol3920 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3921 :does :access_social_media. -} log:explains { - :carol3921 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3922 :does :access_social_media. -} log:explains { - :carol3922 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3923 :does :access_social_media. -} log:explains { - :carol3923 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3924 :does :access_social_media. -} log:explains { - :carol3924 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3925 :does :access_social_media. -} log:explains { - :carol3925 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3926 :does :access_social_media. -} log:explains { - :carol3926 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3927 :does :access_social_media. -} log:explains { - :carol3927 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3928 :does :access_social_media. -} log:explains { - :carol3928 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3929 :does :access_social_media. -} log:explains { - :carol3929 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3930 :does :access_social_media. -} log:explains { - :carol3930 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3931 :does :access_social_media. -} log:explains { - :carol3931 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3932 :does :access_social_media. -} log:explains { - :carol3932 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3933 :does :access_social_media. -} log:explains { - :carol3933 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3934 :does :access_social_media. -} log:explains { - :carol3934 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3935 :does :access_social_media. -} log:explains { - :carol3935 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3936 :does :access_social_media. -} log:explains { - :carol3936 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3937 :does :access_social_media. -} log:explains { - :carol3937 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3938 :does :access_social_media. -} log:explains { - :carol3938 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3939 :does :access_social_media. -} log:explains { - :carol3939 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3940 :does :access_social_media. -} log:explains { - :carol3940 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3941 :does :access_social_media. -} log:explains { - :carol3941 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3942 :does :access_social_media. -} log:explains { - :carol3942 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3943 :does :access_social_media. -} log:explains { - :carol3943 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3944 :does :access_social_media. -} log:explains { - :carol3944 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3945 :does :access_social_media. -} log:explains { - :carol3945 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3946 :does :access_social_media. -} log:explains { - :carol3946 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3947 :does :access_social_media. -} log:explains { - :carol3947 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3948 :does :access_social_media. -} log:explains { - :carol3948 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3949 :does :access_social_media. -} log:explains { - :carol3949 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3950 :does :access_social_media. -} log:explains { - :carol3950 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3951 :does :access_social_media. -} log:explains { - :carol3951 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3952 :does :access_social_media. -} log:explains { - :carol3952 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3953 :does :access_social_media. -} log:explains { - :carol3953 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3954 :does :access_social_media. -} log:explains { - :carol3954 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3955 :does :access_social_media. -} log:explains { - :carol3955 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3956 :does :access_social_media. -} log:explains { - :carol3956 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3957 :does :access_social_media. -} log:explains { - :carol3957 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3958 :does :access_social_media. -} log:explains { - :carol3958 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3959 :does :access_social_media. -} log:explains { - :carol3959 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3960 :does :access_social_media. -} log:explains { - :carol3960 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3961 :does :access_social_media. -} log:explains { - :carol3961 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3962 :does :access_social_media. -} log:explains { - :carol3962 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3963 :does :access_social_media. -} log:explains { - :carol3963 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3964 :does :access_social_media. -} log:explains { - :carol3964 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3965 :does :access_social_media. -} log:explains { - :carol3965 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3966 :does :access_social_media. -} log:explains { - :carol3966 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3967 :does :access_social_media. -} log:explains { - :carol3967 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3968 :does :access_social_media. -} log:explains { - :carol3968 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3969 :does :access_social_media. -} log:explains { - :carol3969 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3970 :does :access_social_media. -} log:explains { - :carol3970 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3971 :does :access_social_media. -} log:explains { - :carol3971 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3972 :does :access_social_media. -} log:explains { - :carol3972 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3973 :does :access_social_media. -} log:explains { - :carol3973 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3974 :does :access_social_media. -} log:explains { - :carol3974 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3975 :does :access_social_media. -} log:explains { - :carol3975 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3976 :does :access_social_media. -} log:explains { - :carol3976 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3977 :does :access_social_media. -} log:explains { - :carol3977 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3978 :does :access_social_media. -} log:explains { - :carol3978 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3979 :does :access_social_media. -} log:explains { - :carol3979 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3980 :does :access_social_media. -} log:explains { - :carol3980 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3981 :does :access_social_media. -} log:explains { - :carol3981 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3982 :does :access_social_media. -} log:explains { - :carol3982 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3983 :does :access_social_media. -} log:explains { - :carol3983 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3984 :does :access_social_media. -} log:explains { - :carol3984 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3985 :does :access_social_media. -} log:explains { - :carol3985 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3986 :does :access_social_media. -} log:explains { - :carol3986 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3987 :does :access_social_media. -} log:explains { - :carol3987 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3988 :does :access_social_media. -} log:explains { - :carol3988 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3989 :does :access_social_media. -} log:explains { - :carol3989 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3990 :does :access_social_media. -} log:explains { - :carol3990 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3991 :does :access_social_media. -} log:explains { - :carol3991 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3992 :does :access_social_media. -} log:explains { - :carol3992 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3993 :does :access_social_media. -} log:explains { - :carol3993 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3994 :does :access_social_media. -} log:explains { - :carol3994 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3995 :does :access_social_media. -} log:explains { - :carol3995 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3996 :does :access_social_media. -} log:explains { - :carol3996 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3997 :does :access_social_media. -} log:explains { - :carol3997 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3998 :does :access_social_media. -} log:explains { - :carol3998 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol3999 :does :access_social_media. -} log:explains { - :carol3999 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4000 :does :access_social_media. -} log:explains { - :carol4000 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4001 :does :access_social_media. -} log:explains { - :carol4001 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4002 :does :access_social_media. -} log:explains { - :carol4002 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4003 :does :access_social_media. -} log:explains { - :carol4003 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4004 :does :access_social_media. -} log:explains { - :carol4004 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4005 :does :access_social_media. -} log:explains { - :carol4005 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4006 :does :access_social_media. -} log:explains { - :carol4006 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4007 :does :access_social_media. -} log:explains { - :carol4007 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4008 :does :access_social_media. -} log:explains { - :carol4008 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4009 :does :access_social_media. -} log:explains { - :carol4009 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4010 :does :access_social_media. -} log:explains { - :carol4010 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4011 :does :access_social_media. -} log:explains { - :carol4011 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4012 :does :access_social_media. -} log:explains { - :carol4012 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4013 :does :access_social_media. -} log:explains { - :carol4013 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4014 :does :access_social_media. -} log:explains { - :carol4014 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4015 :does :access_social_media. -} log:explains { - :carol4015 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4016 :does :access_social_media. -} log:explains { - :carol4016 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4017 :does :access_social_media. -} log:explains { - :carol4017 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4018 :does :access_social_media. -} log:explains { - :carol4018 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4019 :does :access_social_media. -} log:explains { - :carol4019 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4020 :does :access_social_media. -} log:explains { - :carol4020 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4021 :does :access_social_media. -} log:explains { - :carol4021 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4022 :does :access_social_media. -} log:explains { - :carol4022 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4023 :does :access_social_media. -} log:explains { - :carol4023 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4024 :does :access_social_media. -} log:explains { - :carol4024 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4025 :does :access_social_media. -} log:explains { - :carol4025 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4026 :does :access_social_media. -} log:explains { - :carol4026 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4027 :does :access_social_media. -} log:explains { - :carol4027 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4028 :does :access_social_media. -} log:explains { - :carol4028 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4029 :does :access_social_media. -} log:explains { - :carol4029 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4030 :does :access_social_media. -} log:explains { - :carol4030 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4031 :does :access_social_media. -} log:explains { - :carol4031 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4032 :does :access_social_media. -} log:explains { - :carol4032 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4033 :does :access_social_media. -} log:explains { - :carol4033 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4034 :does :access_social_media. -} log:explains { - :carol4034 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4035 :does :access_social_media. -} log:explains { - :carol4035 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4036 :does :access_social_media. -} log:explains { - :carol4036 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4037 :does :access_social_media. -} log:explains { - :carol4037 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4038 :does :access_social_media. -} log:explains { - :carol4038 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4039 :does :access_social_media. -} log:explains { - :carol4039 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4040 :does :access_social_media. -} log:explains { - :carol4040 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4041 :does :access_social_media. -} log:explains { - :carol4041 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4042 :does :access_social_media. -} log:explains { - :carol4042 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4043 :does :access_social_media. -} log:explains { - :carol4043 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4044 :does :access_social_media. -} log:explains { - :carol4044 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4045 :does :access_social_media. -} log:explains { - :carol4045 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4046 :does :access_social_media. -} log:explains { - :carol4046 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4047 :does :access_social_media. -} log:explains { - :carol4047 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4048 :does :access_social_media. -} log:explains { - :carol4048 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4049 :does :access_social_media. -} log:explains { - :carol4049 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4050 :does :access_social_media. -} log:explains { - :carol4050 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4051 :does :access_social_media. -} log:explains { - :carol4051 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4052 :does :access_social_media. -} log:explains { - :carol4052 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4053 :does :access_social_media. -} log:explains { - :carol4053 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4054 :does :access_social_media. -} log:explains { - :carol4054 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4055 :does :access_social_media. -} log:explains { - :carol4055 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4056 :does :access_social_media. -} log:explains { - :carol4056 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4057 :does :access_social_media. -} log:explains { - :carol4057 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4058 :does :access_social_media. -} log:explains { - :carol4058 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4059 :does :access_social_media. -} log:explains { - :carol4059 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4060 :does :access_social_media. -} log:explains { - :carol4060 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4061 :does :access_social_media. -} log:explains { - :carol4061 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4062 :does :access_social_media. -} log:explains { - :carol4062 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4063 :does :access_social_media. -} log:explains { - :carol4063 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4064 :does :access_social_media. -} log:explains { - :carol4064 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4065 :does :access_social_media. -} log:explains { - :carol4065 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4066 :does :access_social_media. -} log:explains { - :carol4066 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4067 :does :access_social_media. -} log:explains { - :carol4067 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4068 :does :access_social_media. -} log:explains { - :carol4068 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4069 :does :access_social_media. -} log:explains { - :carol4069 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4070 :does :access_social_media. -} log:explains { - :carol4070 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4071 :does :access_social_media. -} log:explains { - :carol4071 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4072 :does :access_social_media. -} log:explains { - :carol4072 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4073 :does :access_social_media. -} log:explains { - :carol4073 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4074 :does :access_social_media. -} log:explains { - :carol4074 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4075 :does :access_social_media. -} log:explains { - :carol4075 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4076 :does :access_social_media. -} log:explains { - :carol4076 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4077 :does :access_social_media. -} log:explains { - :carol4077 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4078 :does :access_social_media. -} log:explains { - :carol4078 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4079 :does :access_social_media. -} log:explains { - :carol4079 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4080 :does :access_social_media. -} log:explains { - :carol4080 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4081 :does :access_social_media. -} log:explains { - :carol4081 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4082 :does :access_social_media. -} log:explains { - :carol4082 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4083 :does :access_social_media. -} log:explains { - :carol4083 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4084 :does :access_social_media. -} log:explains { - :carol4084 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4085 :does :access_social_media. -} log:explains { - :carol4085 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4086 :does :access_social_media. -} log:explains { - :carol4086 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4087 :does :access_social_media. -} log:explains { - :carol4087 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4088 :does :access_social_media. -} log:explains { - :carol4088 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4089 :does :access_social_media. -} log:explains { - :carol4089 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4090 :does :access_social_media. -} log:explains { - :carol4090 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4091 :does :access_social_media. -} log:explains { - :carol4091 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4092 :does :access_social_media. -} log:explains { - :carol4092 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4093 :does :access_social_media. -} log:explains { - :carol4093 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4094 :does :access_social_media. -} log:explains { - :carol4094 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4095 :does :access_social_media. -} log:explains { - :carol4095 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4096 :does :access_social_media. -} log:explains { - :carol4096 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4097 :does :access_social_media. -} log:explains { - :carol4097 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4098 :does :access_social_media. -} log:explains { - :carol4098 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4099 :does :access_social_media. -} log:explains { - :carol4099 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4100 :does :access_social_media. -} log:explains { - :carol4100 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4101 :does :access_social_media. -} log:explains { - :carol4101 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4102 :does :access_social_media. -} log:explains { - :carol4102 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4103 :does :access_social_media. -} log:explains { - :carol4103 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4104 :does :access_social_media. -} log:explains { - :carol4104 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4105 :does :access_social_media. -} log:explains { - :carol4105 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4106 :does :access_social_media. -} log:explains { - :carol4106 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4107 :does :access_social_media. -} log:explains { - :carol4107 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4108 :does :access_social_media. -} log:explains { - :carol4108 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4109 :does :access_social_media. -} log:explains { - :carol4109 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4110 :does :access_social_media. -} log:explains { - :carol4110 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4111 :does :access_social_media. -} log:explains { - :carol4111 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4112 :does :access_social_media. -} log:explains { - :carol4112 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4113 :does :access_social_media. -} log:explains { - :carol4113 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4114 :does :access_social_media. -} log:explains { - :carol4114 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4115 :does :access_social_media. -} log:explains { - :carol4115 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4116 :does :access_social_media. -} log:explains { - :carol4116 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4117 :does :access_social_media. -} log:explains { - :carol4117 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4118 :does :access_social_media. -} log:explains { - :carol4118 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4119 :does :access_social_media. -} log:explains { - :carol4119 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4120 :does :access_social_media. -} log:explains { - :carol4120 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4121 :does :access_social_media. -} log:explains { - :carol4121 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4122 :does :access_social_media. -} log:explains { - :carol4122 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4123 :does :access_social_media. -} log:explains { - :carol4123 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4124 :does :access_social_media. -} log:explains { - :carol4124 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4125 :does :access_social_media. -} log:explains { - :carol4125 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4126 :does :access_social_media. -} log:explains { - :carol4126 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4127 :does :access_social_media. -} log:explains { - :carol4127 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4128 :does :access_social_media. -} log:explains { - :carol4128 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4129 :does :access_social_media. -} log:explains { - :carol4129 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4130 :does :access_social_media. -} log:explains { - :carol4130 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4131 :does :access_social_media. -} log:explains { - :carol4131 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4132 :does :access_social_media. -} log:explains { - :carol4132 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4133 :does :access_social_media. -} log:explains { - :carol4133 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4134 :does :access_social_media. -} log:explains { - :carol4134 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4135 :does :access_social_media. -} log:explains { - :carol4135 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4136 :does :access_social_media. -} log:explains { - :carol4136 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4137 :does :access_social_media. -} log:explains { - :carol4137 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4138 :does :access_social_media. -} log:explains { - :carol4138 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4139 :does :access_social_media. -} log:explains { - :carol4139 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4140 :does :access_social_media. -} log:explains { - :carol4140 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4141 :does :access_social_media. -} log:explains { - :carol4141 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4142 :does :access_social_media. -} log:explains { - :carol4142 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4143 :does :access_social_media. -} log:explains { - :carol4143 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4144 :does :access_social_media. -} log:explains { - :carol4144 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4145 :does :access_social_media. -} log:explains { - :carol4145 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4146 :does :access_social_media. -} log:explains { - :carol4146 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4147 :does :access_social_media. -} log:explains { - :carol4147 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4148 :does :access_social_media. -} log:explains { - :carol4148 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4149 :does :access_social_media. -} log:explains { - :carol4149 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4150 :does :access_social_media. -} log:explains { - :carol4150 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4151 :does :access_social_media. -} log:explains { - :carol4151 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4152 :does :access_social_media. -} log:explains { - :carol4152 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4153 :does :access_social_media. -} log:explains { - :carol4153 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4154 :does :access_social_media. -} log:explains { - :carol4154 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4155 :does :access_social_media. -} log:explains { - :carol4155 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4156 :does :access_social_media. -} log:explains { - :carol4156 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4157 :does :access_social_media. -} log:explains { - :carol4157 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4158 :does :access_social_media. -} log:explains { - :carol4158 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4159 :does :access_social_media. -} log:explains { - :carol4159 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4160 :does :access_social_media. -} log:explains { - :carol4160 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4161 :does :access_social_media. -} log:explains { - :carol4161 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4162 :does :access_social_media. -} log:explains { - :carol4162 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4163 :does :access_social_media. -} log:explains { - :carol4163 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4164 :does :access_social_media. -} log:explains { - :carol4164 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4165 :does :access_social_media. -} log:explains { - :carol4165 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4166 :does :access_social_media. -} log:explains { - :carol4166 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4167 :does :access_social_media. -} log:explains { - :carol4167 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4168 :does :access_social_media. -} log:explains { - :carol4168 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4169 :does :access_social_media. -} log:explains { - :carol4169 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4170 :does :access_social_media. -} log:explains { - :carol4170 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4171 :does :access_social_media. -} log:explains { - :carol4171 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4172 :does :access_social_media. -} log:explains { - :carol4172 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4173 :does :access_social_media. -} log:explains { - :carol4173 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4174 :does :access_social_media. -} log:explains { - :carol4174 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4175 :does :access_social_media. -} log:explains { - :carol4175 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4176 :does :access_social_media. -} log:explains { - :carol4176 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4177 :does :access_social_media. -} log:explains { - :carol4177 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4178 :does :access_social_media. -} log:explains { - :carol4178 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4179 :does :access_social_media. -} log:explains { - :carol4179 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4180 :does :access_social_media. -} log:explains { - :carol4180 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4181 :does :access_social_media. -} log:explains { - :carol4181 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4182 :does :access_social_media. -} log:explains { - :carol4182 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4183 :does :access_social_media. -} log:explains { - :carol4183 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4184 :does :access_social_media. -} log:explains { - :carol4184 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4185 :does :access_social_media. -} log:explains { - :carol4185 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4186 :does :access_social_media. -} log:explains { - :carol4186 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4187 :does :access_social_media. -} log:explains { - :carol4187 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4188 :does :access_social_media. -} log:explains { - :carol4188 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4189 :does :access_social_media. -} log:explains { - :carol4189 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4190 :does :access_social_media. -} log:explains { - :carol4190 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4191 :does :access_social_media. -} log:explains { - :carol4191 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4192 :does :access_social_media. -} log:explains { - :carol4192 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4193 :does :access_social_media. -} log:explains { - :carol4193 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4194 :does :access_social_media. -} log:explains { - :carol4194 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4195 :does :access_social_media. -} log:explains { - :carol4195 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4196 :does :access_social_media. -} log:explains { - :carol4196 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4197 :does :access_social_media. -} log:explains { - :carol4197 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4198 :does :access_social_media. -} log:explains { - :carol4198 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4199 :does :access_social_media. -} log:explains { - :carol4199 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4200 :does :access_social_media. -} log:explains { - :carol4200 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4201 :does :access_social_media. -} log:explains { - :carol4201 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4202 :does :access_social_media. -} log:explains { - :carol4202 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4203 :does :access_social_media. -} log:explains { - :carol4203 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4204 :does :access_social_media. -} log:explains { - :carol4204 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4205 :does :access_social_media. -} log:explains { - :carol4205 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4206 :does :access_social_media. -} log:explains { - :carol4206 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4207 :does :access_social_media. -} log:explains { - :carol4207 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4208 :does :access_social_media. -} log:explains { - :carol4208 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4209 :does :access_social_media. -} log:explains { - :carol4209 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4210 :does :access_social_media. -} log:explains { - :carol4210 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4211 :does :access_social_media. -} log:explains { - :carol4211 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4212 :does :access_social_media. -} log:explains { - :carol4212 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4213 :does :access_social_media. -} log:explains { - :carol4213 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4214 :does :access_social_media. -} log:explains { - :carol4214 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4215 :does :access_social_media. -} log:explains { - :carol4215 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4216 :does :access_social_media. -} log:explains { - :carol4216 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4217 :does :access_social_media. -} log:explains { - :carol4217 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4218 :does :access_social_media. -} log:explains { - :carol4218 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4219 :does :access_social_media. -} log:explains { - :carol4219 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4220 :does :access_social_media. -} log:explains { - :carol4220 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4221 :does :access_social_media. -} log:explains { - :carol4221 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4222 :does :access_social_media. -} log:explains { - :carol4222 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4223 :does :access_social_media. -} log:explains { - :carol4223 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4224 :does :access_social_media. -} log:explains { - :carol4224 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4225 :does :access_social_media. -} log:explains { - :carol4225 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4226 :does :access_social_media. -} log:explains { - :carol4226 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4227 :does :access_social_media. -} log:explains { - :carol4227 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4228 :does :access_social_media. -} log:explains { - :carol4228 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4229 :does :access_social_media. -} log:explains { - :carol4229 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4230 :does :access_social_media. -} log:explains { - :carol4230 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4231 :does :access_social_media. -} log:explains { - :carol4231 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4232 :does :access_social_media. -} log:explains { - :carol4232 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4233 :does :access_social_media. -} log:explains { - :carol4233 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4234 :does :access_social_media. -} log:explains { - :carol4234 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4235 :does :access_social_media. -} log:explains { - :carol4235 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4236 :does :access_social_media. -} log:explains { - :carol4236 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4237 :does :access_social_media. -} log:explains { - :carol4237 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4238 :does :access_social_media. -} log:explains { - :carol4238 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4239 :does :access_social_media. -} log:explains { - :carol4239 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4240 :does :access_social_media. -} log:explains { - :carol4240 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4241 :does :access_social_media. -} log:explains { - :carol4241 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4242 :does :access_social_media. -} log:explains { - :carol4242 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4243 :does :access_social_media. -} log:explains { - :carol4243 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4244 :does :access_social_media. -} log:explains { - :carol4244 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4245 :does :access_social_media. -} log:explains { - :carol4245 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4246 :does :access_social_media. -} log:explains { - :carol4246 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4247 :does :access_social_media. -} log:explains { - :carol4247 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4248 :does :access_social_media. -} log:explains { - :carol4248 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4249 :does :access_social_media. -} log:explains { - :carol4249 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4250 :does :access_social_media. -} log:explains { - :carol4250 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4251 :does :access_social_media. -} log:explains { - :carol4251 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4252 :does :access_social_media. -} log:explains { - :carol4252 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4253 :does :access_social_media. -} log:explains { - :carol4253 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4254 :does :access_social_media. -} log:explains { - :carol4254 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4255 :does :access_social_media. -} log:explains { - :carol4255 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4256 :does :access_social_media. -} log:explains { - :carol4256 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4257 :does :access_social_media. -} log:explains { - :carol4257 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4258 :does :access_social_media. -} log:explains { - :carol4258 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4259 :does :access_social_media. -} log:explains { - :carol4259 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4260 :does :access_social_media. -} log:explains { - :carol4260 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4261 :does :access_social_media. -} log:explains { - :carol4261 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4262 :does :access_social_media. -} log:explains { - :carol4262 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4263 :does :access_social_media. -} log:explains { - :carol4263 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4264 :does :access_social_media. -} log:explains { - :carol4264 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4265 :does :access_social_media. -} log:explains { - :carol4265 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4266 :does :access_social_media. -} log:explains { - :carol4266 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4267 :does :access_social_media. -} log:explains { - :carol4267 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4268 :does :access_social_media. -} log:explains { - :carol4268 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4269 :does :access_social_media. -} log:explains { - :carol4269 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4270 :does :access_social_media. -} log:explains { - :carol4270 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4271 :does :access_social_media. -} log:explains { - :carol4271 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4272 :does :access_social_media. -} log:explains { - :carol4272 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4273 :does :access_social_media. -} log:explains { - :carol4273 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4274 :does :access_social_media. -} log:explains { - :carol4274 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4275 :does :access_social_media. -} log:explains { - :carol4275 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4276 :does :access_social_media. -} log:explains { - :carol4276 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4277 :does :access_social_media. -} log:explains { - :carol4277 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4278 :does :access_social_media. -} log:explains { - :carol4278 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4279 :does :access_social_media. -} log:explains { - :carol4279 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4280 :does :access_social_media. -} log:explains { - :carol4280 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4281 :does :access_social_media. -} log:explains { - :carol4281 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4282 :does :access_social_media. -} log:explains { - :carol4282 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4283 :does :access_social_media. -} log:explains { - :carol4283 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4284 :does :access_social_media. -} log:explains { - :carol4284 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4285 :does :access_social_media. -} log:explains { - :carol4285 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4286 :does :access_social_media. -} log:explains { - :carol4286 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4287 :does :access_social_media. -} log:explains { - :carol4287 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4288 :does :access_social_media. -} log:explains { - :carol4288 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4289 :does :access_social_media. -} log:explains { - :carol4289 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4290 :does :access_social_media. -} log:explains { - :carol4290 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4291 :does :access_social_media. -} log:explains { - :carol4291 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4292 :does :access_social_media. -} log:explains { - :carol4292 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4293 :does :access_social_media. -} log:explains { - :carol4293 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4294 :does :access_social_media. -} log:explains { - :carol4294 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4295 :does :access_social_media. -} log:explains { - :carol4295 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4296 :does :access_social_media. -} log:explains { - :carol4296 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4297 :does :access_social_media. -} log:explains { - :carol4297 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4298 :does :access_social_media. -} log:explains { - :carol4298 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4299 :does :access_social_media. -} log:explains { - :carol4299 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4300 :does :access_social_media. -} log:explains { - :carol4300 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4301 :does :access_social_media. -} log:explains { - :carol4301 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4302 :does :access_social_media. -} log:explains { - :carol4302 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4303 :does :access_social_media. -} log:explains { - :carol4303 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4304 :does :access_social_media. -} log:explains { - :carol4304 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4305 :does :access_social_media. -} log:explains { - :carol4305 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4306 :does :access_social_media. -} log:explains { - :carol4306 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4307 :does :access_social_media. -} log:explains { - :carol4307 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4308 :does :access_social_media. -} log:explains { - :carol4308 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4309 :does :access_social_media. -} log:explains { - :carol4309 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4310 :does :access_social_media. -} log:explains { - :carol4310 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4311 :does :access_social_media. -} log:explains { - :carol4311 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4312 :does :access_social_media. -} log:explains { - :carol4312 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4313 :does :access_social_media. -} log:explains { - :carol4313 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4314 :does :access_social_media. -} log:explains { - :carol4314 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4315 :does :access_social_media. -} log:explains { - :carol4315 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4316 :does :access_social_media. -} log:explains { - :carol4316 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4317 :does :access_social_media. -} log:explains { - :carol4317 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4318 :does :access_social_media. -} log:explains { - :carol4318 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4319 :does :access_social_media. -} log:explains { - :carol4319 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4320 :does :access_social_media. -} log:explains { - :carol4320 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4321 :does :access_social_media. -} log:explains { - :carol4321 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4322 :does :access_social_media. -} log:explains { - :carol4322 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4323 :does :access_social_media. -} log:explains { - :carol4323 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4324 :does :access_social_media. -} log:explains { - :carol4324 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4325 :does :access_social_media. -} log:explains { - :carol4325 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4326 :does :access_social_media. -} log:explains { - :carol4326 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4327 :does :access_social_media. -} log:explains { - :carol4327 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4328 :does :access_social_media. -} log:explains { - :carol4328 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4329 :does :access_social_media. -} log:explains { - :carol4329 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4330 :does :access_social_media. -} log:explains { - :carol4330 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4331 :does :access_social_media. -} log:explains { - :carol4331 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4332 :does :access_social_media. -} log:explains { - :carol4332 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4333 :does :access_social_media. -} log:explains { - :carol4333 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4334 :does :access_social_media. -} log:explains { - :carol4334 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4335 :does :access_social_media. -} log:explains { - :carol4335 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4336 :does :access_social_media. -} log:explains { - :carol4336 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4337 :does :access_social_media. -} log:explains { - :carol4337 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4338 :does :access_social_media. -} log:explains { - :carol4338 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4339 :does :access_social_media. -} log:explains { - :carol4339 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4340 :does :access_social_media. -} log:explains { - :carol4340 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4341 :does :access_social_media. -} log:explains { - :carol4341 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4342 :does :access_social_media. -} log:explains { - :carol4342 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4343 :does :access_social_media. -} log:explains { - :carol4343 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4344 :does :access_social_media. -} log:explains { - :carol4344 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4345 :does :access_social_media. -} log:explains { - :carol4345 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4346 :does :access_social_media. -} log:explains { - :carol4346 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4347 :does :access_social_media. -} log:explains { - :carol4347 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4348 :does :access_social_media. -} log:explains { - :carol4348 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4349 :does :access_social_media. -} log:explains { - :carol4349 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4350 :does :access_social_media. -} log:explains { - :carol4350 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4351 :does :access_social_media. -} log:explains { - :carol4351 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4352 :does :access_social_media. -} log:explains { - :carol4352 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4353 :does :access_social_media. -} log:explains { - :carol4353 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4354 :does :access_social_media. -} log:explains { - :carol4354 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4355 :does :access_social_media. -} log:explains { - :carol4355 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4356 :does :access_social_media. -} log:explains { - :carol4356 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4357 :does :access_social_media. -} log:explains { - :carol4357 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4358 :does :access_social_media. -} log:explains { - :carol4358 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4359 :does :access_social_media. -} log:explains { - :carol4359 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4360 :does :access_social_media. -} log:explains { - :carol4360 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4361 :does :access_social_media. -} log:explains { - :carol4361 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4362 :does :access_social_media. -} log:explains { - :carol4362 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4363 :does :access_social_media. -} log:explains { - :carol4363 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4364 :does :access_social_media. -} log:explains { - :carol4364 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4365 :does :access_social_media. -} log:explains { - :carol4365 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4366 :does :access_social_media. -} log:explains { - :carol4366 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4367 :does :access_social_media. -} log:explains { - :carol4367 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4368 :does :access_social_media. -} log:explains { - :carol4368 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4369 :does :access_social_media. -} log:explains { - :carol4369 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4370 :does :access_social_media. -} log:explains { - :carol4370 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4371 :does :access_social_media. -} log:explains { - :carol4371 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4372 :does :access_social_media. -} log:explains { - :carol4372 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4373 :does :access_social_media. -} log:explains { - :carol4373 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4374 :does :access_social_media. -} log:explains { - :carol4374 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4375 :does :access_social_media. -} log:explains { - :carol4375 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4376 :does :access_social_media. -} log:explains { - :carol4376 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4377 :does :access_social_media. -} log:explains { - :carol4377 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4378 :does :access_social_media. -} log:explains { - :carol4378 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4379 :does :access_social_media. -} log:explains { - :carol4379 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4380 :does :access_social_media. -} log:explains { - :carol4380 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4381 :does :access_social_media. -} log:explains { - :carol4381 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4382 :does :access_social_media. -} log:explains { - :carol4382 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4383 :does :access_social_media. -} log:explains { - :carol4383 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4384 :does :access_social_media. -} log:explains { - :carol4384 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4385 :does :access_social_media. -} log:explains { - :carol4385 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4386 :does :access_social_media. -} log:explains { - :carol4386 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4387 :does :access_social_media. -} log:explains { - :carol4387 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4388 :does :access_social_media. -} log:explains { - :carol4388 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4389 :does :access_social_media. -} log:explains { - :carol4389 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4390 :does :access_social_media. -} log:explains { - :carol4390 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4391 :does :access_social_media. -} log:explains { - :carol4391 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4392 :does :access_social_media. -} log:explains { - :carol4392 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4393 :does :access_social_media. -} log:explains { - :carol4393 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4394 :does :access_social_media. -} log:explains { - :carol4394 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4395 :does :access_social_media. -} log:explains { - :carol4395 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4396 :does :access_social_media. -} log:explains { - :carol4396 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4397 :does :access_social_media. -} log:explains { - :carol4397 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4398 :does :access_social_media. -} log:explains { - :carol4398 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4399 :does :access_social_media. -} log:explains { - :carol4399 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4400 :does :access_social_media. -} log:explains { - :carol4400 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4401 :does :access_social_media. -} log:explains { - :carol4401 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4402 :does :access_social_media. -} log:explains { - :carol4402 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4403 :does :access_social_media. -} log:explains { - :carol4403 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4404 :does :access_social_media. -} log:explains { - :carol4404 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4405 :does :access_social_media. -} log:explains { - :carol4405 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4406 :does :access_social_media. -} log:explains { - :carol4406 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4407 :does :access_social_media. -} log:explains { - :carol4407 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4408 :does :access_social_media. -} log:explains { - :carol4408 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4409 :does :access_social_media. -} log:explains { - :carol4409 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4410 :does :access_social_media. -} log:explains { - :carol4410 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4411 :does :access_social_media. -} log:explains { - :carol4411 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4412 :does :access_social_media. -} log:explains { - :carol4412 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4413 :does :access_social_media. -} log:explains { - :carol4413 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4414 :does :access_social_media. -} log:explains { - :carol4414 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4415 :does :access_social_media. -} log:explains { - :carol4415 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4416 :does :access_social_media. -} log:explains { - :carol4416 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4417 :does :access_social_media. -} log:explains { - :carol4417 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4418 :does :access_social_media. -} log:explains { - :carol4418 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4419 :does :access_social_media. -} log:explains { - :carol4419 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4420 :does :access_social_media. -} log:explains { - :carol4420 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4421 :does :access_social_media. -} log:explains { - :carol4421 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4422 :does :access_social_media. -} log:explains { - :carol4422 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4423 :does :access_social_media. -} log:explains { - :carol4423 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4424 :does :access_social_media. -} log:explains { - :carol4424 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4425 :does :access_social_media. -} log:explains { - :carol4425 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4426 :does :access_social_media. -} log:explains { - :carol4426 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4427 :does :access_social_media. -} log:explains { - :carol4427 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4428 :does :access_social_media. -} log:explains { - :carol4428 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4429 :does :access_social_media. -} log:explains { - :carol4429 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4430 :does :access_social_media. -} log:explains { - :carol4430 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4431 :does :access_social_media. -} log:explains { - :carol4431 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4432 :does :access_social_media. -} log:explains { - :carol4432 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4433 :does :access_social_media. -} log:explains { - :carol4433 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4434 :does :access_social_media. -} log:explains { - :carol4434 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4435 :does :access_social_media. -} log:explains { - :carol4435 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4436 :does :access_social_media. -} log:explains { - :carol4436 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4437 :does :access_social_media. -} log:explains { - :carol4437 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4438 :does :access_social_media. -} log:explains { - :carol4438 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4439 :does :access_social_media. -} log:explains { - :carol4439 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4440 :does :access_social_media. -} log:explains { - :carol4440 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4441 :does :access_social_media. -} log:explains { - :carol4441 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4442 :does :access_social_media. -} log:explains { - :carol4442 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4443 :does :access_social_media. -} log:explains { - :carol4443 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4444 :does :access_social_media. -} log:explains { - :carol4444 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4445 :does :access_social_media. -} log:explains { - :carol4445 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4446 :does :access_social_media. -} log:explains { - :carol4446 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4447 :does :access_social_media. -} log:explains { - :carol4447 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4448 :does :access_social_media. -} log:explains { - :carol4448 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4449 :does :access_social_media. -} log:explains { - :carol4449 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4450 :does :access_social_media. -} log:explains { - :carol4450 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4451 :does :access_social_media. -} log:explains { - :carol4451 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4452 :does :access_social_media. -} log:explains { - :carol4452 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4453 :does :access_social_media. -} log:explains { - :carol4453 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4454 :does :access_social_media. -} log:explains { - :carol4454 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4455 :does :access_social_media. -} log:explains { - :carol4455 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4456 :does :access_social_media. -} log:explains { - :carol4456 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4457 :does :access_social_media. -} log:explains { - :carol4457 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4458 :does :access_social_media. -} log:explains { - :carol4458 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4459 :does :access_social_media. -} log:explains { - :carol4459 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4460 :does :access_social_media. -} log:explains { - :carol4460 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4461 :does :access_social_media. -} log:explains { - :carol4461 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4462 :does :access_social_media. -} log:explains { - :carol4462 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4463 :does :access_social_media. -} log:explains { - :carol4463 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4464 :does :access_social_media. -} log:explains { - :carol4464 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4465 :does :access_social_media. -} log:explains { - :carol4465 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4466 :does :access_social_media. -} log:explains { - :carol4466 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4467 :does :access_social_media. -} log:explains { - :carol4467 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4468 :does :access_social_media. -} log:explains { - :carol4468 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4469 :does :access_social_media. -} log:explains { - :carol4469 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4470 :does :access_social_media. -} log:explains { - :carol4470 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4471 :does :access_social_media. -} log:explains { - :carol4471 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4472 :does :access_social_media. -} log:explains { - :carol4472 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4473 :does :access_social_media. -} log:explains { - :carol4473 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4474 :does :access_social_media. -} log:explains { - :carol4474 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4475 :does :access_social_media. -} log:explains { - :carol4475 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4476 :does :access_social_media. -} log:explains { - :carol4476 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4477 :does :access_social_media. -} log:explains { - :carol4477 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4478 :does :access_social_media. -} log:explains { - :carol4478 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4479 :does :access_social_media. -} log:explains { - :carol4479 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4480 :does :access_social_media. -} log:explains { - :carol4480 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4481 :does :access_social_media. -} log:explains { - :carol4481 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4482 :does :access_social_media. -} log:explains { - :carol4482 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4483 :does :access_social_media. -} log:explains { - :carol4483 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4484 :does :access_social_media. -} log:explains { - :carol4484 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4485 :does :access_social_media. -} log:explains { - :carol4485 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4486 :does :access_social_media. -} log:explains { - :carol4486 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4487 :does :access_social_media. -} log:explains { - :carol4487 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4488 :does :access_social_media. -} log:explains { - :carol4488 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4489 :does :access_social_media. -} log:explains { - :carol4489 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4490 :does :access_social_media. -} log:explains { - :carol4490 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4491 :does :access_social_media. -} log:explains { - :carol4491 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4492 :does :access_social_media. -} log:explains { - :carol4492 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4493 :does :access_social_media. -} log:explains { - :carol4493 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4494 :does :access_social_media. -} log:explains { - :carol4494 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4495 :does :access_social_media. -} log:explains { - :carol4495 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4496 :does :access_social_media. -} log:explains { - :carol4496 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4497 :does :access_social_media. -} log:explains { - :carol4497 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4498 :does :access_social_media. -} log:explains { - :carol4498 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4499 :does :access_social_media. -} log:explains { - :carol4499 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4500 :does :access_social_media. -} log:explains { - :carol4500 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4501 :does :access_social_media. -} log:explains { - :carol4501 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4502 :does :access_social_media. -} log:explains { - :carol4502 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4503 :does :access_social_media. -} log:explains { - :carol4503 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4504 :does :access_social_media. -} log:explains { - :carol4504 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4505 :does :access_social_media. -} log:explains { - :carol4505 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4506 :does :access_social_media. -} log:explains { - :carol4506 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4507 :does :access_social_media. -} log:explains { - :carol4507 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4508 :does :access_social_media. -} log:explains { - :carol4508 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4509 :does :access_social_media. -} log:explains { - :carol4509 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4510 :does :access_social_media. -} log:explains { - :carol4510 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4511 :does :access_social_media. -} log:explains { - :carol4511 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4512 :does :access_social_media. -} log:explains { - :carol4512 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4513 :does :access_social_media. -} log:explains { - :carol4513 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4514 :does :access_social_media. -} log:explains { - :carol4514 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4515 :does :access_social_media. -} log:explains { - :carol4515 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4516 :does :access_social_media. -} log:explains { - :carol4516 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4517 :does :access_social_media. -} log:explains { - :carol4517 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4518 :does :access_social_media. -} log:explains { - :carol4518 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4519 :does :access_social_media. -} log:explains { - :carol4519 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4520 :does :access_social_media. -} log:explains { - :carol4520 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4521 :does :access_social_media. -} log:explains { - :carol4521 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4522 :does :access_social_media. -} log:explains { - :carol4522 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4523 :does :access_social_media. -} log:explains { - :carol4523 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4524 :does :access_social_media. -} log:explains { - :carol4524 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4525 :does :access_social_media. -} log:explains { - :carol4525 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4526 :does :access_social_media. -} log:explains { - :carol4526 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4527 :does :access_social_media. -} log:explains { - :carol4527 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4528 :does :access_social_media. -} log:explains { - :carol4528 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4529 :does :access_social_media. -} log:explains { - :carol4529 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4530 :does :access_social_media. -} log:explains { - :carol4530 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4531 :does :access_social_media. -} log:explains { - :carol4531 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4532 :does :access_social_media. -} log:explains { - :carol4532 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4533 :does :access_social_media. -} log:explains { - :carol4533 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4534 :does :access_social_media. -} log:explains { - :carol4534 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4535 :does :access_social_media. -} log:explains { - :carol4535 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4536 :does :access_social_media. -} log:explains { - :carol4536 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4537 :does :access_social_media. -} log:explains { - :carol4537 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4538 :does :access_social_media. -} log:explains { - :carol4538 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4539 :does :access_social_media. -} log:explains { - :carol4539 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4540 :does :access_social_media. -} log:explains { - :carol4540 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4541 :does :access_social_media. -} log:explains { - :carol4541 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4542 :does :access_social_media. -} log:explains { - :carol4542 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4543 :does :access_social_media. -} log:explains { - :carol4543 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4544 :does :access_social_media. -} log:explains { - :carol4544 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4545 :does :access_social_media. -} log:explains { - :carol4545 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4546 :does :access_social_media. -} log:explains { - :carol4546 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4547 :does :access_social_media. -} log:explains { - :carol4547 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4548 :does :access_social_media. -} log:explains { - :carol4548 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4549 :does :access_social_media. -} log:explains { - :carol4549 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4550 :does :access_social_media. -} log:explains { - :carol4550 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4551 :does :access_social_media. -} log:explains { - :carol4551 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4552 :does :access_social_media. -} log:explains { - :carol4552 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4553 :does :access_social_media. -} log:explains { - :carol4553 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4554 :does :access_social_media. -} log:explains { - :carol4554 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4555 :does :access_social_media. -} log:explains { - :carol4555 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4556 :does :access_social_media. -} log:explains { - :carol4556 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4557 :does :access_social_media. -} log:explains { - :carol4557 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4558 :does :access_social_media. -} log:explains { - :carol4558 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4559 :does :access_social_media. -} log:explains { - :carol4559 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4560 :does :access_social_media. -} log:explains { - :carol4560 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4561 :does :access_social_media. -} log:explains { - :carol4561 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4562 :does :access_social_media. -} log:explains { - :carol4562 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4563 :does :access_social_media. -} log:explains { - :carol4563 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4564 :does :access_social_media. -} log:explains { - :carol4564 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4565 :does :access_social_media. -} log:explains { - :carol4565 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4566 :does :access_social_media. -} log:explains { - :carol4566 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4567 :does :access_social_media. -} log:explains { - :carol4567 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4568 :does :access_social_media. -} log:explains { - :carol4568 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4569 :does :access_social_media. -} log:explains { - :carol4569 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4570 :does :access_social_media. -} log:explains { - :carol4570 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4571 :does :access_social_media. -} log:explains { - :carol4571 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4572 :does :access_social_media. -} log:explains { - :carol4572 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4573 :does :access_social_media. -} log:explains { - :carol4573 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4574 :does :access_social_media. -} log:explains { - :carol4574 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4575 :does :access_social_media. -} log:explains { - :carol4575 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4576 :does :access_social_media. -} log:explains { - :carol4576 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4577 :does :access_social_media. -} log:explains { - :carol4577 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4578 :does :access_social_media. -} log:explains { - :carol4578 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4579 :does :access_social_media. -} log:explains { - :carol4579 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4580 :does :access_social_media. -} log:explains { - :carol4580 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4581 :does :access_social_media. -} log:explains { - :carol4581 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4582 :does :access_social_media. -} log:explains { - :carol4582 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4583 :does :access_social_media. -} log:explains { - :carol4583 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4584 :does :access_social_media. -} log:explains { - :carol4584 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4585 :does :access_social_media. -} log:explains { - :carol4585 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4586 :does :access_social_media. -} log:explains { - :carol4586 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4587 :does :access_social_media. -} log:explains { - :carol4587 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4588 :does :access_social_media. -} log:explains { - :carol4588 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4589 :does :access_social_media. -} log:explains { - :carol4589 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4590 :does :access_social_media. -} log:explains { - :carol4590 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4591 :does :access_social_media. -} log:explains { - :carol4591 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4592 :does :access_social_media. -} log:explains { - :carol4592 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4593 :does :access_social_media. -} log:explains { - :carol4593 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4594 :does :access_social_media. -} log:explains { - :carol4594 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4595 :does :access_social_media. -} log:explains { - :carol4595 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4596 :does :access_social_media. -} log:explains { - :carol4596 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4597 :does :access_social_media. -} log:explains { - :carol4597 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4598 :does :access_social_media. -} log:explains { - :carol4598 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4599 :does :access_social_media. -} log:explains { - :carol4599 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4600 :does :access_social_media. -} log:explains { - :carol4600 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4601 :does :access_social_media. -} log:explains { - :carol4601 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4602 :does :access_social_media. -} log:explains { - :carol4602 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4603 :does :access_social_media. -} log:explains { - :carol4603 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4604 :does :access_social_media. -} log:explains { - :carol4604 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4605 :does :access_social_media. -} log:explains { - :carol4605 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4606 :does :access_social_media. -} log:explains { - :carol4606 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4607 :does :access_social_media. -} log:explains { - :carol4607 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4608 :does :access_social_media. -} log:explains { - :carol4608 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4609 :does :access_social_media. -} log:explains { - :carol4609 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4610 :does :access_social_media. -} log:explains { - :carol4610 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4611 :does :access_social_media. -} log:explains { - :carol4611 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4612 :does :access_social_media. -} log:explains { - :carol4612 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4613 :does :access_social_media. -} log:explains { - :carol4613 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4614 :does :access_social_media. -} log:explains { - :carol4614 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4615 :does :access_social_media. -} log:explains { - :carol4615 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4616 :does :access_social_media. -} log:explains { - :carol4616 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4617 :does :access_social_media. -} log:explains { - :carol4617 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4618 :does :access_social_media. -} log:explains { - :carol4618 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4619 :does :access_social_media. -} log:explains { - :carol4619 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4620 :does :access_social_media. -} log:explains { - :carol4620 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4621 :does :access_social_media. -} log:explains { - :carol4621 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4622 :does :access_social_media. -} log:explains { - :carol4622 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4623 :does :access_social_media. -} log:explains { - :carol4623 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4624 :does :access_social_media. -} log:explains { - :carol4624 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4625 :does :access_social_media. -} log:explains { - :carol4625 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4626 :does :access_social_media. -} log:explains { - :carol4626 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4627 :does :access_social_media. -} log:explains { - :carol4627 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4628 :does :access_social_media. -} log:explains { - :carol4628 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4629 :does :access_social_media. -} log:explains { - :carol4629 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4630 :does :access_social_media. -} log:explains { - :carol4630 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4631 :does :access_social_media. -} log:explains { - :carol4631 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4632 :does :access_social_media. -} log:explains { - :carol4632 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4633 :does :access_social_media. -} log:explains { - :carol4633 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4634 :does :access_social_media. -} log:explains { - :carol4634 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4635 :does :access_social_media. -} log:explains { - :carol4635 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4636 :does :access_social_media. -} log:explains { - :carol4636 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4637 :does :access_social_media. -} log:explains { - :carol4637 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4638 :does :access_social_media. -} log:explains { - :carol4638 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4639 :does :access_social_media. -} log:explains { - :carol4639 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4640 :does :access_social_media. -} log:explains { - :carol4640 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4641 :does :access_social_media. -} log:explains { - :carol4641 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4642 :does :access_social_media. -} log:explains { - :carol4642 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4643 :does :access_social_media. -} log:explains { - :carol4643 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4644 :does :access_social_media. -} log:explains { - :carol4644 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4645 :does :access_social_media. -} log:explains { - :carol4645 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4646 :does :access_social_media. -} log:explains { - :carol4646 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4647 :does :access_social_media. -} log:explains { - :carol4647 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4648 :does :access_social_media. -} log:explains { - :carol4648 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4649 :does :access_social_media. -} log:explains { - :carol4649 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4650 :does :access_social_media. -} log:explains { - :carol4650 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4651 :does :access_social_media. -} log:explains { - :carol4651 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4652 :does :access_social_media. -} log:explains { - :carol4652 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4653 :does :access_social_media. -} log:explains { - :carol4653 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4654 :does :access_social_media. -} log:explains { - :carol4654 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4655 :does :access_social_media. -} log:explains { - :carol4655 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4656 :does :access_social_media. -} log:explains { - :carol4656 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4657 :does :access_social_media. -} log:explains { - :carol4657 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4658 :does :access_social_media. -} log:explains { - :carol4658 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4659 :does :access_social_media. -} log:explains { - :carol4659 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4660 :does :access_social_media. -} log:explains { - :carol4660 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4661 :does :access_social_media. -} log:explains { - :carol4661 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4662 :does :access_social_media. -} log:explains { - :carol4662 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4663 :does :access_social_media. -} log:explains { - :carol4663 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4664 :does :access_social_media. -} log:explains { - :carol4664 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4665 :does :access_social_media. -} log:explains { - :carol4665 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4666 :does :access_social_media. -} log:explains { - :carol4666 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4667 :does :access_social_media. -} log:explains { - :carol4667 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4668 :does :access_social_media. -} log:explains { - :carol4668 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4669 :does :access_social_media. -} log:explains { - :carol4669 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4670 :does :access_social_media. -} log:explains { - :carol4670 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4671 :does :access_social_media. -} log:explains { - :carol4671 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4672 :does :access_social_media. -} log:explains { - :carol4672 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4673 :does :access_social_media. -} log:explains { - :carol4673 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4674 :does :access_social_media. -} log:explains { - :carol4674 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4675 :does :access_social_media. -} log:explains { - :carol4675 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4676 :does :access_social_media. -} log:explains { - :carol4676 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4677 :does :access_social_media. -} log:explains { - :carol4677 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4678 :does :access_social_media. -} log:explains { - :carol4678 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4679 :does :access_social_media. -} log:explains { - :carol4679 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4680 :does :access_social_media. -} log:explains { - :carol4680 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4681 :does :access_social_media. -} log:explains { - :carol4681 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4682 :does :access_social_media. -} log:explains { - :carol4682 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4683 :does :access_social_media. -} log:explains { - :carol4683 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4684 :does :access_social_media. -} log:explains { - :carol4684 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4685 :does :access_social_media. -} log:explains { - :carol4685 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4686 :does :access_social_media. -} log:explains { - :carol4686 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4687 :does :access_social_media. -} log:explains { - :carol4687 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4688 :does :access_social_media. -} log:explains { - :carol4688 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4689 :does :access_social_media. -} log:explains { - :carol4689 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4690 :does :access_social_media. -} log:explains { - :carol4690 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4691 :does :access_social_media. -} log:explains { - :carol4691 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4692 :does :access_social_media. -} log:explains { - :carol4692 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4693 :does :access_social_media. -} log:explains { - :carol4693 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4694 :does :access_social_media. -} log:explains { - :carol4694 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4695 :does :access_social_media. -} log:explains { - :carol4695 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4696 :does :access_social_media. -} log:explains { - :carol4696 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4697 :does :access_social_media. -} log:explains { - :carol4697 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4698 :does :access_social_media. -} log:explains { - :carol4698 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4699 :does :access_social_media. -} log:explains { - :carol4699 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4700 :does :access_social_media. -} log:explains { - :carol4700 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4701 :does :access_social_media. -} log:explains { - :carol4701 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4702 :does :access_social_media. -} log:explains { - :carol4702 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4703 :does :access_social_media. -} log:explains { - :carol4703 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4704 :does :access_social_media. -} log:explains { - :carol4704 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4705 :does :access_social_media. -} log:explains { - :carol4705 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4706 :does :access_social_media. -} log:explains { - :carol4706 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4707 :does :access_social_media. -} log:explains { - :carol4707 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4708 :does :access_social_media. -} log:explains { - :carol4708 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4709 :does :access_social_media. -} log:explains { - :carol4709 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4710 :does :access_social_media. -} log:explains { - :carol4710 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4711 :does :access_social_media. -} log:explains { - :carol4711 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4712 :does :access_social_media. -} log:explains { - :carol4712 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4713 :does :access_social_media. -} log:explains { - :carol4713 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4714 :does :access_social_media. -} log:explains { - :carol4714 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4715 :does :access_social_media. -} log:explains { - :carol4715 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4716 :does :access_social_media. -} log:explains { - :carol4716 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4717 :does :access_social_media. -} log:explains { - :carol4717 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4718 :does :access_social_media. -} log:explains { - :carol4718 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4719 :does :access_social_media. -} log:explains { - :carol4719 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4720 :does :access_social_media. -} log:explains { - :carol4720 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4721 :does :access_social_media. -} log:explains { - :carol4721 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4722 :does :access_social_media. -} log:explains { - :carol4722 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4723 :does :access_social_media. -} log:explains { - :carol4723 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4724 :does :access_social_media. -} log:explains { - :carol4724 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4725 :does :access_social_media. -} log:explains { - :carol4725 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4726 :does :access_social_media. -} log:explains { - :carol4726 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4727 :does :access_social_media. -} log:explains { - :carol4727 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4728 :does :access_social_media. -} log:explains { - :carol4728 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4729 :does :access_social_media. -} log:explains { - :carol4729 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4730 :does :access_social_media. -} log:explains { - :carol4730 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4731 :does :access_social_media. -} log:explains { - :carol4731 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4732 :does :access_social_media. -} log:explains { - :carol4732 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4733 :does :access_social_media. -} log:explains { - :carol4733 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4734 :does :access_social_media. -} log:explains { - :carol4734 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4735 :does :access_social_media. -} log:explains { - :carol4735 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4736 :does :access_social_media. -} log:explains { - :carol4736 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4737 :does :access_social_media. -} log:explains { - :carol4737 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4738 :does :access_social_media. -} log:explains { - :carol4738 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4739 :does :access_social_media. -} log:explains { - :carol4739 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4740 :does :access_social_media. -} log:explains { - :carol4740 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4741 :does :access_social_media. -} log:explains { - :carol4741 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4742 :does :access_social_media. -} log:explains { - :carol4742 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4743 :does :access_social_media. -} log:explains { - :carol4743 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4744 :does :access_social_media. -} log:explains { - :carol4744 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4745 :does :access_social_media. -} log:explains { - :carol4745 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4746 :does :access_social_media. -} log:explains { - :carol4746 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4747 :does :access_social_media. -} log:explains { - :carol4747 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4748 :does :access_social_media. -} log:explains { - :carol4748 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4749 :does :access_social_media. -} log:explains { - :carol4749 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4750 :does :access_social_media. -} log:explains { - :carol4750 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4751 :does :access_social_media. -} log:explains { - :carol4751 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4752 :does :access_social_media. -} log:explains { - :carol4752 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4753 :does :access_social_media. -} log:explains { - :carol4753 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4754 :does :access_social_media. -} log:explains { - :carol4754 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4755 :does :access_social_media. -} log:explains { - :carol4755 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4756 :does :access_social_media. -} log:explains { - :carol4756 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4757 :does :access_social_media. -} log:explains { - :carol4757 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4758 :does :access_social_media. -} log:explains { - :carol4758 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4759 :does :access_social_media. -} log:explains { - :carol4759 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4760 :does :access_social_media. -} log:explains { - :carol4760 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4761 :does :access_social_media. -} log:explains { - :carol4761 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4762 :does :access_social_media. -} log:explains { - :carol4762 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4763 :does :access_social_media. -} log:explains { - :carol4763 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4764 :does :access_social_media. -} log:explains { - :carol4764 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4765 :does :access_social_media. -} log:explains { - :carol4765 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4766 :does :access_social_media. -} log:explains { - :carol4766 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4767 :does :access_social_media. -} log:explains { - :carol4767 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4768 :does :access_social_media. -} log:explains { - :carol4768 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4769 :does :access_social_media. -} log:explains { - :carol4769 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4770 :does :access_social_media. -} log:explains { - :carol4770 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4771 :does :access_social_media. -} log:explains { - :carol4771 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4772 :does :access_social_media. -} log:explains { - :carol4772 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4773 :does :access_social_media. -} log:explains { - :carol4773 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4774 :does :access_social_media. -} log:explains { - :carol4774 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4775 :does :access_social_media. -} log:explains { - :carol4775 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4776 :does :access_social_media. -} log:explains { - :carol4776 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4777 :does :access_social_media. -} log:explains { - :carol4777 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4778 :does :access_social_media. -} log:explains { - :carol4778 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4779 :does :access_social_media. -} log:explains { - :carol4779 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4780 :does :access_social_media. -} log:explains { - :carol4780 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4781 :does :access_social_media. -} log:explains { - :carol4781 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4782 :does :access_social_media. -} log:explains { - :carol4782 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4783 :does :access_social_media. -} log:explains { - :carol4783 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4784 :does :access_social_media. -} log:explains { - :carol4784 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4785 :does :access_social_media. -} log:explains { - :carol4785 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4786 :does :access_social_media. -} log:explains { - :carol4786 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4787 :does :access_social_media. -} log:explains { - :carol4787 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4788 :does :access_social_media. -} log:explains { - :carol4788 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4789 :does :access_social_media. -} log:explains { - :carol4789 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4790 :does :access_social_media. -} log:explains { - :carol4790 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4791 :does :access_social_media. -} log:explains { - :carol4791 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4792 :does :access_social_media. -} log:explains { - :carol4792 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4793 :does :access_social_media. -} log:explains { - :carol4793 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4794 :does :access_social_media. -} log:explains { - :carol4794 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4795 :does :access_social_media. -} log:explains { - :carol4795 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4796 :does :access_social_media. -} log:explains { - :carol4796 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4797 :does :access_social_media. -} log:explains { - :carol4797 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4798 :does :access_social_media. -} log:explains { - :carol4798 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4799 :does :access_social_media. -} log:explains { - :carol4799 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4800 :does :access_social_media. -} log:explains { - :carol4800 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4801 :does :access_social_media. -} log:explains { - :carol4801 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4802 :does :access_social_media. -} log:explains { - :carol4802 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4803 :does :access_social_media. -} log:explains { - :carol4803 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4804 :does :access_social_media. -} log:explains { - :carol4804 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4805 :does :access_social_media. -} log:explains { - :carol4805 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4806 :does :access_social_media. -} log:explains { - :carol4806 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4807 :does :access_social_media. -} log:explains { - :carol4807 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4808 :does :access_social_media. -} log:explains { - :carol4808 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4809 :does :access_social_media. -} log:explains { - :carol4809 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4810 :does :access_social_media. -} log:explains { - :carol4810 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4811 :does :access_social_media. -} log:explains { - :carol4811 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4812 :does :access_social_media. -} log:explains { - :carol4812 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4813 :does :access_social_media. -} log:explains { - :carol4813 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4814 :does :access_social_media. -} log:explains { - :carol4814 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4815 :does :access_social_media. -} log:explains { - :carol4815 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4816 :does :access_social_media. -} log:explains { - :carol4816 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4817 :does :access_social_media. -} log:explains { - :carol4817 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4818 :does :access_social_media. -} log:explains { - :carol4818 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4819 :does :access_social_media. -} log:explains { - :carol4819 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4820 :does :access_social_media. -} log:explains { - :carol4820 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4821 :does :access_social_media. -} log:explains { - :carol4821 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4822 :does :access_social_media. -} log:explains { - :carol4822 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4823 :does :access_social_media. -} log:explains { - :carol4823 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4824 :does :access_social_media. -} log:explains { - :carol4824 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4825 :does :access_social_media. -} log:explains { - :carol4825 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4826 :does :access_social_media. -} log:explains { - :carol4826 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4827 :does :access_social_media. -} log:explains { - :carol4827 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4828 :does :access_social_media. -} log:explains { - :carol4828 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4829 :does :access_social_media. -} log:explains { - :carol4829 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4830 :does :access_social_media. -} log:explains { - :carol4830 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4831 :does :access_social_media. -} log:explains { - :carol4831 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4832 :does :access_social_media. -} log:explains { - :carol4832 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4833 :does :access_social_media. -} log:explains { - :carol4833 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4834 :does :access_social_media. -} log:explains { - :carol4834 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4835 :does :access_social_media. -} log:explains { - :carol4835 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4836 :does :access_social_media. -} log:explains { - :carol4836 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4837 :does :access_social_media. -} log:explains { - :carol4837 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4838 :does :access_social_media. -} log:explains { - :carol4838 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4839 :does :access_social_media. -} log:explains { - :carol4839 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4840 :does :access_social_media. -} log:explains { - :carol4840 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4841 :does :access_social_media. -} log:explains { - :carol4841 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4842 :does :access_social_media. -} log:explains { - :carol4842 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4843 :does :access_social_media. -} log:explains { - :carol4843 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4844 :does :access_social_media. -} log:explains { - :carol4844 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4845 :does :access_social_media. -} log:explains { - :carol4845 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4846 :does :access_social_media. -} log:explains { - :carol4846 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4847 :does :access_social_media. -} log:explains { - :carol4847 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4848 :does :access_social_media. -} log:explains { - :carol4848 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4849 :does :access_social_media. -} log:explains { - :carol4849 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4850 :does :access_social_media. -} log:explains { - :carol4850 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4851 :does :access_social_media. -} log:explains { - :carol4851 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4852 :does :access_social_media. -} log:explains { - :carol4852 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4853 :does :access_social_media. -} log:explains { - :carol4853 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4854 :does :access_social_media. -} log:explains { - :carol4854 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4855 :does :access_social_media. -} log:explains { - :carol4855 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4856 :does :access_social_media. -} log:explains { - :carol4856 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4857 :does :access_social_media. -} log:explains { - :carol4857 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4858 :does :access_social_media. -} log:explains { - :carol4858 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4859 :does :access_social_media. -} log:explains { - :carol4859 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4860 :does :access_social_media. -} log:explains { - :carol4860 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4861 :does :access_social_media. -} log:explains { - :carol4861 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4862 :does :access_social_media. -} log:explains { - :carol4862 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4863 :does :access_social_media. -} log:explains { - :carol4863 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4864 :does :access_social_media. -} log:explains { - :carol4864 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4865 :does :access_social_media. -} log:explains { - :carol4865 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4866 :does :access_social_media. -} log:explains { - :carol4866 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4867 :does :access_social_media. -} log:explains { - :carol4867 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4868 :does :access_social_media. -} log:explains { - :carol4868 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4869 :does :access_social_media. -} log:explains { - :carol4869 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4870 :does :access_social_media. -} log:explains { - :carol4870 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4871 :does :access_social_media. -} log:explains { - :carol4871 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4872 :does :access_social_media. -} log:explains { - :carol4872 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4873 :does :access_social_media. -} log:explains { - :carol4873 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4874 :does :access_social_media. -} log:explains { - :carol4874 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4875 :does :access_social_media. -} log:explains { - :carol4875 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4876 :does :access_social_media. -} log:explains { - :carol4876 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4877 :does :access_social_media. -} log:explains { - :carol4877 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4878 :does :access_social_media. -} log:explains { - :carol4878 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4879 :does :access_social_media. -} log:explains { - :carol4879 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4880 :does :access_social_media. -} log:explains { - :carol4880 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4881 :does :access_social_media. -} log:explains { - :carol4881 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4882 :does :access_social_media. -} log:explains { - :carol4882 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4883 :does :access_social_media. -} log:explains { - :carol4883 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4884 :does :access_social_media. -} log:explains { - :carol4884 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4885 :does :access_social_media. -} log:explains { - :carol4885 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4886 :does :access_social_media. -} log:explains { - :carol4886 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4887 :does :access_social_media. -} log:explains { - :carol4887 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4888 :does :access_social_media. -} log:explains { - :carol4888 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4889 :does :access_social_media. -} log:explains { - :carol4889 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4890 :does :access_social_media. -} log:explains { - :carol4890 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4891 :does :access_social_media. -} log:explains { - :carol4891 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4892 :does :access_social_media. -} log:explains { - :carol4892 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4893 :does :access_social_media. -} log:explains { - :carol4893 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4894 :does :access_social_media. -} log:explains { - :carol4894 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4895 :does :access_social_media. -} log:explains { - :carol4895 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4896 :does :access_social_media. -} log:explains { - :carol4896 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4897 :does :access_social_media. -} log:explains { - :carol4897 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4898 :does :access_social_media. -} log:explains { - :carol4898 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4899 :does :access_social_media. -} log:explains { - :carol4899 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4900 :does :access_social_media. -} log:explains { - :carol4900 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4901 :does :access_social_media. -} log:explains { - :carol4901 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4902 :does :access_social_media. -} log:explains { - :carol4902 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4903 :does :access_social_media. -} log:explains { - :carol4903 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4904 :does :access_social_media. -} log:explains { - :carol4904 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4905 :does :access_social_media. -} log:explains { - :carol4905 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4906 :does :access_social_media. -} log:explains { - :carol4906 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4907 :does :access_social_media. -} log:explains { - :carol4907 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4908 :does :access_social_media. -} log:explains { - :carol4908 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4909 :does :access_social_media. -} log:explains { - :carol4909 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4910 :does :access_social_media. -} log:explains { - :carol4910 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4911 :does :access_social_media. -} log:explains { - :carol4911 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4912 :does :access_social_media. -} log:explains { - :carol4912 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4913 :does :access_social_media. -} log:explains { - :carol4913 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4914 :does :access_social_media. -} log:explains { - :carol4914 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4915 :does :access_social_media. -} log:explains { - :carol4915 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4916 :does :access_social_media. -} log:explains { - :carol4916 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4917 :does :access_social_media. -} log:explains { - :carol4917 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4918 :does :access_social_media. -} log:explains { - :carol4918 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4919 :does :access_social_media. -} log:explains { - :carol4919 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4920 :does :access_social_media. -} log:explains { - :carol4920 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4921 :does :access_social_media. -} log:explains { - :carol4921 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4922 :does :access_social_media. -} log:explains { - :carol4922 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4923 :does :access_social_media. -} log:explains { - :carol4923 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4924 :does :access_social_media. -} log:explains { - :carol4924 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4925 :does :access_social_media. -} log:explains { - :carol4925 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4926 :does :access_social_media. -} log:explains { - :carol4926 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4927 :does :access_social_media. -} log:explains { - :carol4927 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4928 :does :access_social_media. -} log:explains { - :carol4928 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4929 :does :access_social_media. -} log:explains { - :carol4929 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4930 :does :access_social_media. -} log:explains { - :carol4930 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4931 :does :access_social_media. -} log:explains { - :carol4931 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4932 :does :access_social_media. -} log:explains { - :carol4932 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4933 :does :access_social_media. -} log:explains { - :carol4933 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4934 :does :access_social_media. -} log:explains { - :carol4934 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4935 :does :access_social_media. -} log:explains { - :carol4935 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4936 :does :access_social_media. -} log:explains { - :carol4936 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4937 :does :access_social_media. -} log:explains { - :carol4937 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4938 :does :access_social_media. -} log:explains { - :carol4938 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4939 :does :access_social_media. -} log:explains { - :carol4939 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4940 :does :access_social_media. -} log:explains { - :carol4940 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4941 :does :access_social_media. -} log:explains { - :carol4941 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4942 :does :access_social_media. -} log:explains { - :carol4942 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4943 :does :access_social_media. -} log:explains { - :carol4943 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4944 :does :access_social_media. -} log:explains { - :carol4944 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4945 :does :access_social_media. -} log:explains { - :carol4945 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4946 :does :access_social_media. -} log:explains { - :carol4946 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4947 :does :access_social_media. -} log:explains { - :carol4947 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4948 :does :access_social_media. -} log:explains { - :carol4948 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4949 :does :access_social_media. -} log:explains { - :carol4949 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4950 :does :access_social_media. -} log:explains { - :carol4950 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4951 :does :access_social_media. -} log:explains { - :carol4951 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4952 :does :access_social_media. -} log:explains { - :carol4952 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4953 :does :access_social_media. -} log:explains { - :carol4953 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4954 :does :access_social_media. -} log:explains { - :carol4954 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4955 :does :access_social_media. -} log:explains { - :carol4955 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4956 :does :access_social_media. -} log:explains { - :carol4956 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4957 :does :access_social_media. -} log:explains { - :carol4957 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4958 :does :access_social_media. -} log:explains { - :carol4958 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4959 :does :access_social_media. -} log:explains { - :carol4959 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4960 :does :access_social_media. -} log:explains { - :carol4960 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4961 :does :access_social_media. -} log:explains { - :carol4961 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4962 :does :access_social_media. -} log:explains { - :carol4962 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4963 :does :access_social_media. -} log:explains { - :carol4963 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4964 :does :access_social_media. -} log:explains { - :carol4964 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4965 :does :access_social_media. -} log:explains { - :carol4965 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4966 :does :access_social_media. -} log:explains { - :carol4966 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4967 :does :access_social_media. -} log:explains { - :carol4967 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4968 :does :access_social_media. -} log:explains { - :carol4968 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4969 :does :access_social_media. -} log:explains { - :carol4969 :complies false. -}. - -{ - { - var:x_0 :does :access_social_media. - } => { - var:x_0 :complies false. - }. - :carol4970 :does :access_social_media. -} log:explains { - :carol4970 :complies false. + :alice4970 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4971 :does :access_social_media. + :alice4971 :does :log_off_at_end_of_shift. } log:explains { - :carol4971 :complies false. + :alice4971 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4972 :does :access_social_media. + :alice4972 :does :log_off_at_end_of_shift. } log:explains { - :carol4972 :complies false. + :alice4972 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4973 :does :access_social_media. + :alice4973 :does :log_off_at_end_of_shift. } log:explains { - :carol4973 :complies false. + :alice4973 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4974 :does :access_social_media. + :alice4974 :does :log_off_at_end_of_shift. } log:explains { - :carol4974 :complies false. + :alice4974 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4975 :does :access_social_media. + :alice4975 :does :log_off_at_end_of_shift. } log:explains { - :carol4975 :complies false. + :alice4975 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4976 :does :access_social_media. + :alice4976 :does :log_off_at_end_of_shift. } log:explains { - :carol4976 :complies false. + :alice4976 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4977 :does :access_social_media. + :alice4977 :does :log_off_at_end_of_shift. } log:explains { - :carol4977 :complies false. + :alice4977 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4978 :does :access_social_media. + :alice4978 :does :log_off_at_end_of_shift. } log:explains { - :carol4978 :complies false. + :alice4978 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4979 :does :access_social_media. + :alice4979 :does :log_off_at_end_of_shift. } log:explains { - :carol4979 :complies false. + :alice4979 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4980 :does :access_social_media. + :alice4980 :does :log_off_at_end_of_shift. } log:explains { - :carol4980 :complies false. + :alice4980 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4981 :does :access_social_media. + :alice4981 :does :log_off_at_end_of_shift. } log:explains { - :carol4981 :complies false. + :alice4981 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4982 :does :access_social_media. + :alice4982 :does :log_off_at_end_of_shift. } log:explains { - :carol4982 :complies false. + :alice4982 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4983 :does :access_social_media. + :alice4983 :does :log_off_at_end_of_shift. } log:explains { - :carol4983 :complies false. + :alice4983 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4984 :does :access_social_media. + :alice4984 :does :log_off_at_end_of_shift. } log:explains { - :carol4984 :complies false. + :alice4984 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4985 :does :access_social_media. + :alice4985 :does :log_off_at_end_of_shift. } log:explains { - :carol4985 :complies false. + :alice4985 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4986 :does :access_social_media. + :alice4986 :does :log_off_at_end_of_shift. } log:explains { - :carol4986 :complies false. + :alice4986 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4987 :does :access_social_media. + :alice4987 :does :log_off_at_end_of_shift. } log:explains { - :carol4987 :complies false. + :alice4987 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4988 :does :access_social_media. + :alice4988 :does :log_off_at_end_of_shift. } log:explains { - :carol4988 :complies false. + :alice4988 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4989 :does :access_social_media. + :alice4989 :does :log_off_at_end_of_shift. } log:explains { - :carol4989 :complies false. + :alice4989 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4990 :does :access_social_media. + :alice4990 :does :log_off_at_end_of_shift. } log:explains { - :carol4990 :complies false. + :alice4990 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4991 :does :access_social_media. + :alice4991 :does :log_off_at_end_of_shift. } log:explains { - :carol4991 :complies false. + :alice4991 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4992 :does :access_social_media. + :alice4992 :does :log_off_at_end_of_shift. } log:explains { - :carol4992 :complies false. + :alice4992 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4993 :does :access_social_media. + :alice4993 :does :log_off_at_end_of_shift. } log:explains { - :carol4993 :complies false. + :alice4993 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4994 :does :access_social_media. + :alice4994 :does :log_off_at_end_of_shift. } log:explains { - :carol4994 :complies false. + :alice4994 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4995 :does :access_social_media. + :alice4995 :does :log_off_at_end_of_shift. } log:explains { - :carol4995 :complies false. + :alice4995 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4996 :does :access_social_media. + :alice4996 :does :log_off_at_end_of_shift. } log:explains { - :carol4996 :complies false. + :alice4996 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4997 :does :access_social_media. + :alice4997 :does :log_off_at_end_of_shift. } log:explains { - :carol4997 :complies false. + :alice4997 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4998 :does :access_social_media. + :alice4998 :does :log_off_at_end_of_shift. } log:explains { - :carol4998 :complies false. + :alice4998 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol4999 :does :access_social_media. + :alice4999 :does :log_off_at_end_of_shift. } log:explains { - :carol4999 :complies false. + :alice4999 :complies true. }. { { - var:x_0 :does :access_social_media. + var:x_0 :does :log_off_at_end_of_shift. } => { - var:x_0 :complies false. + var:x_0 :complies true. }. - :carol5000 :does :access_social_media. + :alice5000 :does :log_off_at_end_of_shift. } log:explains { - :carol5000 :complies false. + :alice5000 :complies true. }. { @@ -325013,9 +135013,9 @@ } => { var:x_0 :complies false. }. - :carol5001 :does :access_social_media. + :carol1 :does :access_social_media. } log:explains { - :carol5001 :complies false. + :carol1 :complies false. }. { @@ -325024,9 +135024,9 @@ } => { var:x_0 :complies false. }. - :carol5002 :does :access_social_media. + :carol2 :does :access_social_media. } log:explains { - :carol5002 :complies false. + :carol2 :complies false. }. { @@ -325035,9 +135035,9 @@ } => { var:x_0 :complies false. }. - :carol5003 :does :access_social_media. + :carol3 :does :access_social_media. } log:explains { - :carol5003 :complies false. + :carol3 :complies false. }. { @@ -325046,9 +135046,9 @@ } => { var:x_0 :complies false. }. - :carol5004 :does :access_social_media. + :carol4 :does :access_social_media. } log:explains { - :carol5004 :complies false. + :carol4 :complies false. }. { @@ -325057,9 +135057,9 @@ } => { var:x_0 :complies false. }. - :carol5005 :does :access_social_media. + :carol5 :does :access_social_media. } log:explains { - :carol5005 :complies false. + :carol5 :complies false. }. { @@ -325068,9 +135068,9 @@ } => { var:x_0 :complies false. }. - :carol5006 :does :access_social_media. + :carol6 :does :access_social_media. } log:explains { - :carol5006 :complies false. + :carol6 :complies false. }. { @@ -325079,9 +135079,9 @@ } => { var:x_0 :complies false. }. - :carol5007 :does :access_social_media. + :carol7 :does :access_social_media. } log:explains { - :carol5007 :complies false. + :carol7 :complies false. }. { @@ -325090,9 +135090,9 @@ } => { var:x_0 :complies false. }. - :carol5008 :does :access_social_media. + :carol8 :does :access_social_media. } log:explains { - :carol5008 :complies false. + :carol8 :complies false. }. { @@ -325101,9 +135101,9 @@ } => { var:x_0 :complies false. }. - :carol5009 :does :access_social_media. + :carol9 :does :access_social_media. } log:explains { - :carol5009 :complies false. + :carol9 :complies false. }. { @@ -325112,9 +135112,9 @@ } => { var:x_0 :complies false. }. - :carol5010 :does :access_social_media. + :carol10 :does :access_social_media. } log:explains { - :carol5010 :complies false. + :carol10 :complies false. }. { @@ -325123,9 +135123,9 @@ } => { var:x_0 :complies false. }. - :carol5011 :does :access_social_media. + :carol11 :does :access_social_media. } log:explains { - :carol5011 :complies false. + :carol11 :complies false. }. { @@ -325134,9 +135134,9 @@ } => { var:x_0 :complies false. }. - :carol5012 :does :access_social_media. + :carol12 :does :access_social_media. } log:explains { - :carol5012 :complies false. + :carol12 :complies false. }. { @@ -325145,9 +135145,9 @@ } => { var:x_0 :complies false. }. - :carol5013 :does :access_social_media. + :carol13 :does :access_social_media. } log:explains { - :carol5013 :complies false. + :carol13 :complies false. }. { @@ -325156,9 +135156,9 @@ } => { var:x_0 :complies false. }. - :carol5014 :does :access_social_media. + :carol14 :does :access_social_media. } log:explains { - :carol5014 :complies false. + :carol14 :complies false. }. { @@ -325167,9 +135167,9 @@ } => { var:x_0 :complies false. }. - :carol5015 :does :access_social_media. + :carol15 :does :access_social_media. } log:explains { - :carol5015 :complies false. + :carol15 :complies false. }. { @@ -325178,9 +135178,9 @@ } => { var:x_0 :complies false. }. - :carol5016 :does :access_social_media. + :carol16 :does :access_social_media. } log:explains { - :carol5016 :complies false. + :carol16 :complies false. }. { @@ -325189,9 +135189,9 @@ } => { var:x_0 :complies false. }. - :carol5017 :does :access_social_media. + :carol17 :does :access_social_media. } log:explains { - :carol5017 :complies false. + :carol17 :complies false. }. { @@ -325200,9 +135200,9 @@ } => { var:x_0 :complies false. }. - :carol5018 :does :access_social_media. + :carol18 :does :access_social_media. } log:explains { - :carol5018 :complies false. + :carol18 :complies false. }. { @@ -325211,9 +135211,9 @@ } => { var:x_0 :complies false. }. - :carol5019 :does :access_social_media. + :carol19 :does :access_social_media. } log:explains { - :carol5019 :complies false. + :carol19 :complies false. }. { @@ -325222,9 +135222,9 @@ } => { var:x_0 :complies false. }. - :carol5020 :does :access_social_media. + :carol20 :does :access_social_media. } log:explains { - :carol5020 :complies false. + :carol20 :complies false. }. { @@ -325233,9 +135233,9 @@ } => { var:x_0 :complies false. }. - :carol5021 :does :access_social_media. + :carol21 :does :access_social_media. } log:explains { - :carol5021 :complies false. + :carol21 :complies false. }. { @@ -325244,9 +135244,9 @@ } => { var:x_0 :complies false. }. - :carol5022 :does :access_social_media. + :carol22 :does :access_social_media. } log:explains { - :carol5022 :complies false. + :carol22 :complies false. }. { @@ -325255,9 +135255,9 @@ } => { var:x_0 :complies false. }. - :carol5023 :does :access_social_media. + :carol23 :does :access_social_media. } log:explains { - :carol5023 :complies false. + :carol23 :complies false. }. { @@ -325266,9 +135266,9 @@ } => { var:x_0 :complies false. }. - :carol5024 :does :access_social_media. + :carol24 :does :access_social_media. } log:explains { - :carol5024 :complies false. + :carol24 :complies false. }. { @@ -325277,9 +135277,9 @@ } => { var:x_0 :complies false. }. - :carol5025 :does :access_social_media. + :carol25 :does :access_social_media. } log:explains { - :carol5025 :complies false. + :carol25 :complies false. }. { @@ -325288,9 +135288,9 @@ } => { var:x_0 :complies false. }. - :carol5026 :does :access_social_media. + :carol26 :does :access_social_media. } log:explains { - :carol5026 :complies false. + :carol26 :complies false. }. { @@ -325299,9 +135299,9 @@ } => { var:x_0 :complies false. }. - :carol5027 :does :access_social_media. + :carol27 :does :access_social_media. } log:explains { - :carol5027 :complies false. + :carol27 :complies false. }. { @@ -325310,9 +135310,9 @@ } => { var:x_0 :complies false. }. - :carol5028 :does :access_social_media. + :carol28 :does :access_social_media. } log:explains { - :carol5028 :complies false. + :carol28 :complies false. }. { @@ -325321,9 +135321,9 @@ } => { var:x_0 :complies false. }. - :carol5029 :does :access_social_media. + :carol29 :does :access_social_media. } log:explains { - :carol5029 :complies false. + :carol29 :complies false. }. { @@ -325332,9 +135332,9 @@ } => { var:x_0 :complies false. }. - :carol5030 :does :access_social_media. + :carol30 :does :access_social_media. } log:explains { - :carol5030 :complies false. + :carol30 :complies false. }. { @@ -325343,9 +135343,9 @@ } => { var:x_0 :complies false. }. - :carol5031 :does :access_social_media. + :carol31 :does :access_social_media. } log:explains { - :carol5031 :complies false. + :carol31 :complies false. }. { @@ -325354,9 +135354,9 @@ } => { var:x_0 :complies false. }. - :carol5032 :does :access_social_media. + :carol32 :does :access_social_media. } log:explains { - :carol5032 :complies false. + :carol32 :complies false. }. { @@ -325365,9 +135365,9 @@ } => { var:x_0 :complies false. }. - :carol5033 :does :access_social_media. + :carol33 :does :access_social_media. } log:explains { - :carol5033 :complies false. + :carol33 :complies false. }. { @@ -325376,9 +135376,9 @@ } => { var:x_0 :complies false. }. - :carol5034 :does :access_social_media. + :carol34 :does :access_social_media. } log:explains { - :carol5034 :complies false. + :carol34 :complies false. }. { @@ -325387,9 +135387,9 @@ } => { var:x_0 :complies false. }. - :carol5035 :does :access_social_media. + :carol35 :does :access_social_media. } log:explains { - :carol5035 :complies false. + :carol35 :complies false. }. { @@ -325398,9 +135398,9 @@ } => { var:x_0 :complies false. }. - :carol5036 :does :access_social_media. + :carol36 :does :access_social_media. } log:explains { - :carol5036 :complies false. + :carol36 :complies false. }. { @@ -325409,9 +135409,9 @@ } => { var:x_0 :complies false. }. - :carol5037 :does :access_social_media. + :carol37 :does :access_social_media. } log:explains { - :carol5037 :complies false. + :carol37 :complies false. }. { @@ -325420,9 +135420,9 @@ } => { var:x_0 :complies false. }. - :carol5038 :does :access_social_media. + :carol38 :does :access_social_media. } log:explains { - :carol5038 :complies false. + :carol38 :complies false. }. { @@ -325431,9 +135431,9 @@ } => { var:x_0 :complies false. }. - :carol5039 :does :access_social_media. + :carol39 :does :access_social_media. } log:explains { - :carol5039 :complies false. + :carol39 :complies false. }. { @@ -325442,9 +135442,9 @@ } => { var:x_0 :complies false. }. - :carol5040 :does :access_social_media. + :carol40 :does :access_social_media. } log:explains { - :carol5040 :complies false. + :carol40 :complies false. }. { @@ -325453,9 +135453,9 @@ } => { var:x_0 :complies false. }. - :carol5041 :does :access_social_media. + :carol41 :does :access_social_media. } log:explains { - :carol5041 :complies false. + :carol41 :complies false. }. { @@ -325464,9 +135464,9 @@ } => { var:x_0 :complies false. }. - :carol5042 :does :access_social_media. + :carol42 :does :access_social_media. } log:explains { - :carol5042 :complies false. + :carol42 :complies false. }. { @@ -325475,9 +135475,9 @@ } => { var:x_0 :complies false. }. - :carol5043 :does :access_social_media. + :carol43 :does :access_social_media. } log:explains { - :carol5043 :complies false. + :carol43 :complies false. }. { @@ -325486,9 +135486,9 @@ } => { var:x_0 :complies false. }. - :carol5044 :does :access_social_media. + :carol44 :does :access_social_media. } log:explains { - :carol5044 :complies false. + :carol44 :complies false. }. { @@ -325497,9 +135497,9 @@ } => { var:x_0 :complies false. }. - :carol5045 :does :access_social_media. + :carol45 :does :access_social_media. } log:explains { - :carol5045 :complies false. + :carol45 :complies false. }. { @@ -325508,9 +135508,9 @@ } => { var:x_0 :complies false. }. - :carol5046 :does :access_social_media. + :carol46 :does :access_social_media. } log:explains { - :carol5046 :complies false. + :carol46 :complies false. }. { @@ -325519,9 +135519,9 @@ } => { var:x_0 :complies false. }. - :carol5047 :does :access_social_media. + :carol47 :does :access_social_media. } log:explains { - :carol5047 :complies false. + :carol47 :complies false. }. { @@ -325530,9 +135530,9 @@ } => { var:x_0 :complies false. }. - :carol5048 :does :access_social_media. + :carol48 :does :access_social_media. } log:explains { - :carol5048 :complies false. + :carol48 :complies false. }. { @@ -325541,9 +135541,9 @@ } => { var:x_0 :complies false. }. - :carol5049 :does :access_social_media. + :carol49 :does :access_social_media. } log:explains { - :carol5049 :complies false. + :carol49 :complies false. }. { @@ -325552,9 +135552,9 @@ } => { var:x_0 :complies false. }. - :carol5050 :does :access_social_media. + :carol50 :does :access_social_media. } log:explains { - :carol5050 :complies false. + :carol50 :complies false. }. { @@ -325563,9 +135563,9 @@ } => { var:x_0 :complies false. }. - :carol5051 :does :access_social_media. + :carol51 :does :access_social_media. } log:explains { - :carol5051 :complies false. + :carol51 :complies false. }. { @@ -325574,9 +135574,9 @@ } => { var:x_0 :complies false. }. - :carol5052 :does :access_social_media. + :carol52 :does :access_social_media. } log:explains { - :carol5052 :complies false. + :carol52 :complies false. }. { @@ -325585,9 +135585,9 @@ } => { var:x_0 :complies false. }. - :carol5053 :does :access_social_media. + :carol53 :does :access_social_media. } log:explains { - :carol5053 :complies false. + :carol53 :complies false. }. { @@ -325596,9 +135596,9 @@ } => { var:x_0 :complies false. }. - :carol5054 :does :access_social_media. + :carol54 :does :access_social_media. } log:explains { - :carol5054 :complies false. + :carol54 :complies false. }. { @@ -325607,9 +135607,9 @@ } => { var:x_0 :complies false. }. - :carol5055 :does :access_social_media. + :carol55 :does :access_social_media. } log:explains { - :carol5055 :complies false. + :carol55 :complies false. }. { @@ -325618,9 +135618,9 @@ } => { var:x_0 :complies false. }. - :carol5056 :does :access_social_media. + :carol56 :does :access_social_media. } log:explains { - :carol5056 :complies false. + :carol56 :complies false. }. { @@ -325629,9 +135629,9 @@ } => { var:x_0 :complies false. }. - :carol5057 :does :access_social_media. + :carol57 :does :access_social_media. } log:explains { - :carol5057 :complies false. + :carol57 :complies false. }. { @@ -325640,9 +135640,9 @@ } => { var:x_0 :complies false. }. - :carol5058 :does :access_social_media. + :carol58 :does :access_social_media. } log:explains { - :carol5058 :complies false. + :carol58 :complies false. }. { @@ -325651,9 +135651,9 @@ } => { var:x_0 :complies false. }. - :carol5059 :does :access_social_media. + :carol59 :does :access_social_media. } log:explains { - :carol5059 :complies false. + :carol59 :complies false. }. { @@ -325662,9 +135662,9 @@ } => { var:x_0 :complies false. }. - :carol5060 :does :access_social_media. + :carol60 :does :access_social_media. } log:explains { - :carol5060 :complies false. + :carol60 :complies false. }. { @@ -325673,9 +135673,9 @@ } => { var:x_0 :complies false. }. - :carol5061 :does :access_social_media. + :carol61 :does :access_social_media. } log:explains { - :carol5061 :complies false. + :carol61 :complies false. }. { @@ -325684,9 +135684,9 @@ } => { var:x_0 :complies false. }. - :carol5062 :does :access_social_media. + :carol62 :does :access_social_media. } log:explains { - :carol5062 :complies false. + :carol62 :complies false. }. { @@ -325695,9 +135695,9 @@ } => { var:x_0 :complies false. }. - :carol5063 :does :access_social_media. + :carol63 :does :access_social_media. } log:explains { - :carol5063 :complies false. + :carol63 :complies false. }. { @@ -325706,9 +135706,9 @@ } => { var:x_0 :complies false. }. - :carol5064 :does :access_social_media. + :carol64 :does :access_social_media. } log:explains { - :carol5064 :complies false. + :carol64 :complies false. }. { @@ -325717,9 +135717,9 @@ } => { var:x_0 :complies false. }. - :carol5065 :does :access_social_media. + :carol65 :does :access_social_media. } log:explains { - :carol5065 :complies false. + :carol65 :complies false. }. { @@ -325728,9 +135728,9 @@ } => { var:x_0 :complies false. }. - :carol5066 :does :access_social_media. + :carol66 :does :access_social_media. } log:explains { - :carol5066 :complies false. + :carol66 :complies false. }. { @@ -325739,9 +135739,9 @@ } => { var:x_0 :complies false. }. - :carol5067 :does :access_social_media. + :carol67 :does :access_social_media. } log:explains { - :carol5067 :complies false. + :carol67 :complies false. }. { @@ -325750,9 +135750,9 @@ } => { var:x_0 :complies false. }. - :carol5068 :does :access_social_media. + :carol68 :does :access_social_media. } log:explains { - :carol5068 :complies false. + :carol68 :complies false. }. { @@ -325761,9 +135761,9 @@ } => { var:x_0 :complies false. }. - :carol5069 :does :access_social_media. + :carol69 :does :access_social_media. } log:explains { - :carol5069 :complies false. + :carol69 :complies false. }. { @@ -325772,9 +135772,9 @@ } => { var:x_0 :complies false. }. - :carol5070 :does :access_social_media. + :carol70 :does :access_social_media. } log:explains { - :carol5070 :complies false. + :carol70 :complies false. }. { @@ -325783,9 +135783,9 @@ } => { var:x_0 :complies false. }. - :carol5071 :does :access_social_media. + :carol71 :does :access_social_media. } log:explains { - :carol5071 :complies false. + :carol71 :complies false. }. { @@ -325794,9 +135794,9 @@ } => { var:x_0 :complies false. }. - :carol5072 :does :access_social_media. + :carol72 :does :access_social_media. } log:explains { - :carol5072 :complies false. + :carol72 :complies false. }. { @@ -325805,9 +135805,9 @@ } => { var:x_0 :complies false. }. - :carol5073 :does :access_social_media. + :carol73 :does :access_social_media. } log:explains { - :carol5073 :complies false. + :carol73 :complies false. }. { @@ -325816,9 +135816,9 @@ } => { var:x_0 :complies false. }. - :carol5074 :does :access_social_media. + :carol74 :does :access_social_media. } log:explains { - :carol5074 :complies false. + :carol74 :complies false. }. { @@ -325827,9 +135827,9 @@ } => { var:x_0 :complies false. }. - :carol5075 :does :access_social_media. + :carol75 :does :access_social_media. } log:explains { - :carol5075 :complies false. + :carol75 :complies false. }. { @@ -325838,9 +135838,9 @@ } => { var:x_0 :complies false. }. - :carol5076 :does :access_social_media. + :carol76 :does :access_social_media. } log:explains { - :carol5076 :complies false. + :carol76 :complies false. }. { @@ -325849,9 +135849,9 @@ } => { var:x_0 :complies false. }. - :carol5077 :does :access_social_media. + :carol77 :does :access_social_media. } log:explains { - :carol5077 :complies false. + :carol77 :complies false. }. { @@ -325860,9 +135860,9 @@ } => { var:x_0 :complies false. }. - :carol5078 :does :access_social_media. + :carol78 :does :access_social_media. } log:explains { - :carol5078 :complies false. + :carol78 :complies false. }. { @@ -325871,9 +135871,9 @@ } => { var:x_0 :complies false. }. - :carol5079 :does :access_social_media. + :carol79 :does :access_social_media. } log:explains { - :carol5079 :complies false. + :carol79 :complies false. }. { @@ -325882,9 +135882,9 @@ } => { var:x_0 :complies false. }. - :carol5080 :does :access_social_media. + :carol80 :does :access_social_media. } log:explains { - :carol5080 :complies false. + :carol80 :complies false. }. { @@ -325893,9 +135893,9 @@ } => { var:x_0 :complies false. }. - :carol5081 :does :access_social_media. + :carol81 :does :access_social_media. } log:explains { - :carol5081 :complies false. + :carol81 :complies false. }. { @@ -325904,9 +135904,9 @@ } => { var:x_0 :complies false. }. - :carol5082 :does :access_social_media. + :carol82 :does :access_social_media. } log:explains { - :carol5082 :complies false. + :carol82 :complies false. }. { @@ -325915,9 +135915,9 @@ } => { var:x_0 :complies false. }. - :carol5083 :does :access_social_media. + :carol83 :does :access_social_media. } log:explains { - :carol5083 :complies false. + :carol83 :complies false. }. { @@ -325926,9 +135926,9 @@ } => { var:x_0 :complies false. }. - :carol5084 :does :access_social_media. + :carol84 :does :access_social_media. } log:explains { - :carol5084 :complies false. + :carol84 :complies false. }. { @@ -325937,9 +135937,9 @@ } => { var:x_0 :complies false. }. - :carol5085 :does :access_social_media. + :carol85 :does :access_social_media. } log:explains { - :carol5085 :complies false. + :carol85 :complies false. }. { @@ -325948,9 +135948,9 @@ } => { var:x_0 :complies false. }. - :carol5086 :does :access_social_media. + :carol86 :does :access_social_media. } log:explains { - :carol5086 :complies false. + :carol86 :complies false. }. { @@ -325959,9 +135959,9 @@ } => { var:x_0 :complies false. }. - :carol5087 :does :access_social_media. + :carol87 :does :access_social_media. } log:explains { - :carol5087 :complies false. + :carol87 :complies false. }. { @@ -325970,9 +135970,9 @@ } => { var:x_0 :complies false. }. - :carol5088 :does :access_social_media. + :carol88 :does :access_social_media. } log:explains { - :carol5088 :complies false. + :carol88 :complies false. }. { @@ -325981,9 +135981,9 @@ } => { var:x_0 :complies false. }. - :carol5089 :does :access_social_media. + :carol89 :does :access_social_media. } log:explains { - :carol5089 :complies false. + :carol89 :complies false. }. { @@ -325992,9 +135992,9 @@ } => { var:x_0 :complies false. }. - :carol5090 :does :access_social_media. + :carol90 :does :access_social_media. } log:explains { - :carol5090 :complies false. + :carol90 :complies false. }. { @@ -326003,9 +136003,9 @@ } => { var:x_0 :complies false. }. - :carol5091 :does :access_social_media. + :carol91 :does :access_social_media. } log:explains { - :carol5091 :complies false. + :carol91 :complies false. }. { @@ -326014,9 +136014,9 @@ } => { var:x_0 :complies false. }. - :carol5092 :does :access_social_media. + :carol92 :does :access_social_media. } log:explains { - :carol5092 :complies false. + :carol92 :complies false. }. { @@ -326025,9 +136025,9 @@ } => { var:x_0 :complies false. }. - :carol5093 :does :access_social_media. + :carol93 :does :access_social_media. } log:explains { - :carol5093 :complies false. + :carol93 :complies false. }. { @@ -326036,9 +136036,9 @@ } => { var:x_0 :complies false. }. - :carol5094 :does :access_social_media. + :carol94 :does :access_social_media. } log:explains { - :carol5094 :complies false. + :carol94 :complies false. }. { @@ -326047,9 +136047,9 @@ } => { var:x_0 :complies false. }. - :carol5095 :does :access_social_media. + :carol95 :does :access_social_media. } log:explains { - :carol5095 :complies false. + :carol95 :complies false. }. { @@ -326058,9 +136058,9 @@ } => { var:x_0 :complies false. }. - :carol5096 :does :access_social_media. + :carol96 :does :access_social_media. } log:explains { - :carol5096 :complies false. + :carol96 :complies false. }. { @@ -326069,9 +136069,9 @@ } => { var:x_0 :complies false. }. - :carol5097 :does :access_social_media. + :carol97 :does :access_social_media. } log:explains { - :carol5097 :complies false. + :carol97 :complies false. }. { @@ -326080,9 +136080,9 @@ } => { var:x_0 :complies false. }. - :carol5098 :does :access_social_media. + :carol98 :does :access_social_media. } log:explains { - :carol5098 :complies false. + :carol98 :complies false. }. { @@ -326091,9 +136091,9 @@ } => { var:x_0 :complies false. }. - :carol5099 :does :access_social_media. + :carol99 :does :access_social_media. } log:explains { - :carol5099 :complies false. + :carol99 :complies false. }. { @@ -326102,9 +136102,9 @@ } => { var:x_0 :complies false. }. - :carol5100 :does :access_social_media. + :carol100 :does :access_social_media. } log:explains { - :carol5100 :complies false. + :carol100 :complies false. }. { @@ -326113,9 +136113,9 @@ } => { var:x_0 :complies false. }. - :carol5101 :does :access_social_media. + :carol101 :does :access_social_media. } log:explains { - :carol5101 :complies false. + :carol101 :complies false. }. { @@ -326124,9 +136124,9 @@ } => { var:x_0 :complies false. }. - :carol5102 :does :access_social_media. + :carol102 :does :access_social_media. } log:explains { - :carol5102 :complies false. + :carol102 :complies false. }. { @@ -326135,9 +136135,9 @@ } => { var:x_0 :complies false. }. - :carol5103 :does :access_social_media. + :carol103 :does :access_social_media. } log:explains { - :carol5103 :complies false. + :carol103 :complies false. }. { @@ -326146,9 +136146,9 @@ } => { var:x_0 :complies false. }. - :carol5104 :does :access_social_media. + :carol104 :does :access_social_media. } log:explains { - :carol5104 :complies false. + :carol104 :complies false. }. { @@ -326157,9 +136157,9 @@ } => { var:x_0 :complies false. }. - :carol5105 :does :access_social_media. + :carol105 :does :access_social_media. } log:explains { - :carol5105 :complies false. + :carol105 :complies false. }. { @@ -326168,9 +136168,9 @@ } => { var:x_0 :complies false. }. - :carol5106 :does :access_social_media. + :carol106 :does :access_social_media. } log:explains { - :carol5106 :complies false. + :carol106 :complies false. }. { @@ -326179,9 +136179,9 @@ } => { var:x_0 :complies false. }. - :carol5107 :does :access_social_media. + :carol107 :does :access_social_media. } log:explains { - :carol5107 :complies false. + :carol107 :complies false. }. { @@ -326190,9 +136190,9 @@ } => { var:x_0 :complies false. }. - :carol5108 :does :access_social_media. + :carol108 :does :access_social_media. } log:explains { - :carol5108 :complies false. + :carol108 :complies false. }. { @@ -326201,9 +136201,9 @@ } => { var:x_0 :complies false. }. - :carol5109 :does :access_social_media. + :carol109 :does :access_social_media. } log:explains { - :carol5109 :complies false. + :carol109 :complies false. }. { @@ -326212,9 +136212,9 @@ } => { var:x_0 :complies false. }. - :carol5110 :does :access_social_media. + :carol110 :does :access_social_media. } log:explains { - :carol5110 :complies false. + :carol110 :complies false. }. { @@ -326223,9 +136223,9 @@ } => { var:x_0 :complies false. }. - :carol5111 :does :access_social_media. + :carol111 :does :access_social_media. } log:explains { - :carol5111 :complies false. + :carol111 :complies false. }. { @@ -326234,9 +136234,9 @@ } => { var:x_0 :complies false. }. - :carol5112 :does :access_social_media. + :carol112 :does :access_social_media. } log:explains { - :carol5112 :complies false. + :carol112 :complies false. }. { @@ -326245,9 +136245,9 @@ } => { var:x_0 :complies false. }. - :carol5113 :does :access_social_media. + :carol113 :does :access_social_media. } log:explains { - :carol5113 :complies false. + :carol113 :complies false. }. { @@ -326256,9 +136256,9 @@ } => { var:x_0 :complies false. }. - :carol5114 :does :access_social_media. + :carol114 :does :access_social_media. } log:explains { - :carol5114 :complies false. + :carol114 :complies false. }. { @@ -326267,9 +136267,9 @@ } => { var:x_0 :complies false. }. - :carol5115 :does :access_social_media. + :carol115 :does :access_social_media. } log:explains { - :carol5115 :complies false. + :carol115 :complies false. }. { @@ -326278,9 +136278,9 @@ } => { var:x_0 :complies false. }. - :carol5116 :does :access_social_media. + :carol116 :does :access_social_media. } log:explains { - :carol5116 :complies false. + :carol116 :complies false. }. { @@ -326289,9 +136289,9 @@ } => { var:x_0 :complies false. }. - :carol5117 :does :access_social_media. + :carol117 :does :access_social_media. } log:explains { - :carol5117 :complies false. + :carol117 :complies false. }. { @@ -326300,9 +136300,9 @@ } => { var:x_0 :complies false. }. - :carol5118 :does :access_social_media. + :carol118 :does :access_social_media. } log:explains { - :carol5118 :complies false. + :carol118 :complies false. }. { @@ -326311,9 +136311,9 @@ } => { var:x_0 :complies false. }. - :carol5119 :does :access_social_media. + :carol119 :does :access_social_media. } log:explains { - :carol5119 :complies false. + :carol119 :complies false. }. { @@ -326322,9 +136322,9 @@ } => { var:x_0 :complies false. }. - :carol5120 :does :access_social_media. + :carol120 :does :access_social_media. } log:explains { - :carol5120 :complies false. + :carol120 :complies false. }. { @@ -326333,9 +136333,9 @@ } => { var:x_0 :complies false. }. - :carol5121 :does :access_social_media. + :carol121 :does :access_social_media. } log:explains { - :carol5121 :complies false. + :carol121 :complies false. }. { @@ -326344,9 +136344,9 @@ } => { var:x_0 :complies false. }. - :carol5122 :does :access_social_media. + :carol122 :does :access_social_media. } log:explains { - :carol5122 :complies false. + :carol122 :complies false. }. { @@ -326355,9 +136355,9 @@ } => { var:x_0 :complies false. }. - :carol5123 :does :access_social_media. + :carol123 :does :access_social_media. } log:explains { - :carol5123 :complies false. + :carol123 :complies false. }. { @@ -326366,9 +136366,9 @@ } => { var:x_0 :complies false. }. - :carol5124 :does :access_social_media. + :carol124 :does :access_social_media. } log:explains { - :carol5124 :complies false. + :carol124 :complies false. }. { @@ -326377,9 +136377,9 @@ } => { var:x_0 :complies false. }. - :carol5125 :does :access_social_media. + :carol125 :does :access_social_media. } log:explains { - :carol5125 :complies false. + :carol125 :complies false. }. { @@ -326388,9 +136388,9 @@ } => { var:x_0 :complies false. }. - :carol5126 :does :access_social_media. + :carol126 :does :access_social_media. } log:explains { - :carol5126 :complies false. + :carol126 :complies false. }. { @@ -326399,9 +136399,9 @@ } => { var:x_0 :complies false. }. - :carol5127 :does :access_social_media. + :carol127 :does :access_social_media. } log:explains { - :carol5127 :complies false. + :carol127 :complies false. }. { @@ -326410,9 +136410,9 @@ } => { var:x_0 :complies false. }. - :carol5128 :does :access_social_media. + :carol128 :does :access_social_media. } log:explains { - :carol5128 :complies false. + :carol128 :complies false. }. { @@ -326421,9 +136421,9 @@ } => { var:x_0 :complies false. }. - :carol5129 :does :access_social_media. + :carol129 :does :access_social_media. } log:explains { - :carol5129 :complies false. + :carol129 :complies false. }. { @@ -326432,9 +136432,9 @@ } => { var:x_0 :complies false. }. - :carol5130 :does :access_social_media. + :carol130 :does :access_social_media. } log:explains { - :carol5130 :complies false. + :carol130 :complies false. }. { @@ -326443,9 +136443,9 @@ } => { var:x_0 :complies false. }. - :carol5131 :does :access_social_media. + :carol131 :does :access_social_media. } log:explains { - :carol5131 :complies false. + :carol131 :complies false. }. { @@ -326454,9 +136454,9 @@ } => { var:x_0 :complies false. }. - :carol5132 :does :access_social_media. + :carol132 :does :access_social_media. } log:explains { - :carol5132 :complies false. + :carol132 :complies false. }. { @@ -326465,9 +136465,9 @@ } => { var:x_0 :complies false. }. - :carol5133 :does :access_social_media. + :carol133 :does :access_social_media. } log:explains { - :carol5133 :complies false. + :carol133 :complies false. }. { @@ -326476,9 +136476,9 @@ } => { var:x_0 :complies false. }. - :carol5134 :does :access_social_media. + :carol134 :does :access_social_media. } log:explains { - :carol5134 :complies false. + :carol134 :complies false. }. { @@ -326487,9 +136487,9 @@ } => { var:x_0 :complies false. }. - :carol5135 :does :access_social_media. + :carol135 :does :access_social_media. } log:explains { - :carol5135 :complies false. + :carol135 :complies false. }. { @@ -326498,9 +136498,9 @@ } => { var:x_0 :complies false. }. - :carol5136 :does :access_social_media. + :carol136 :does :access_social_media. } log:explains { - :carol5136 :complies false. + :carol136 :complies false. }. { @@ -326509,9 +136509,9 @@ } => { var:x_0 :complies false. }. - :carol5137 :does :access_social_media. + :carol137 :does :access_social_media. } log:explains { - :carol5137 :complies false. + :carol137 :complies false. }. { @@ -326520,9 +136520,9 @@ } => { var:x_0 :complies false. }. - :carol5138 :does :access_social_media. + :carol138 :does :access_social_media. } log:explains { - :carol5138 :complies false. + :carol138 :complies false. }. { @@ -326531,9 +136531,9 @@ } => { var:x_0 :complies false. }. - :carol5139 :does :access_social_media. + :carol139 :does :access_social_media. } log:explains { - :carol5139 :complies false. + :carol139 :complies false. }. { @@ -326542,9 +136542,9 @@ } => { var:x_0 :complies false. }. - :carol5140 :does :access_social_media. + :carol140 :does :access_social_media. } log:explains { - :carol5140 :complies false. + :carol140 :complies false. }. { @@ -326553,9 +136553,9 @@ } => { var:x_0 :complies false. }. - :carol5141 :does :access_social_media. + :carol141 :does :access_social_media. } log:explains { - :carol5141 :complies false. + :carol141 :complies false. }. { @@ -326564,9 +136564,9 @@ } => { var:x_0 :complies false. }. - :carol5142 :does :access_social_media. + :carol142 :does :access_social_media. } log:explains { - :carol5142 :complies false. + :carol142 :complies false. }. { @@ -326575,9 +136575,9 @@ } => { var:x_0 :complies false. }. - :carol5143 :does :access_social_media. + :carol143 :does :access_social_media. } log:explains { - :carol5143 :complies false. + :carol143 :complies false. }. { @@ -326586,9 +136586,9 @@ } => { var:x_0 :complies false. }. - :carol5144 :does :access_social_media. + :carol144 :does :access_social_media. } log:explains { - :carol5144 :complies false. + :carol144 :complies false. }. { @@ -326597,9 +136597,9 @@ } => { var:x_0 :complies false. }. - :carol5145 :does :access_social_media. + :carol145 :does :access_social_media. } log:explains { - :carol5145 :complies false. + :carol145 :complies false. }. { @@ -326608,9 +136608,9 @@ } => { var:x_0 :complies false. }. - :carol5146 :does :access_social_media. + :carol146 :does :access_social_media. } log:explains { - :carol5146 :complies false. + :carol146 :complies false. }. { @@ -326619,9 +136619,9 @@ } => { var:x_0 :complies false. }. - :carol5147 :does :access_social_media. + :carol147 :does :access_social_media. } log:explains { - :carol5147 :complies false. + :carol147 :complies false. }. { @@ -326630,9 +136630,9 @@ } => { var:x_0 :complies false. }. - :carol5148 :does :access_social_media. + :carol148 :does :access_social_media. } log:explains { - :carol5148 :complies false. + :carol148 :complies false. }. { @@ -326641,9 +136641,9 @@ } => { var:x_0 :complies false. }. - :carol5149 :does :access_social_media. + :carol149 :does :access_social_media. } log:explains { - :carol5149 :complies false. + :carol149 :complies false. }. { @@ -326652,9 +136652,9 @@ } => { var:x_0 :complies false. }. - :carol5150 :does :access_social_media. + :carol150 :does :access_social_media. } log:explains { - :carol5150 :complies false. + :carol150 :complies false. }. { @@ -326663,9 +136663,9 @@ } => { var:x_0 :complies false. }. - :carol5151 :does :access_social_media. + :carol151 :does :access_social_media. } log:explains { - :carol5151 :complies false. + :carol151 :complies false. }. { @@ -326674,9 +136674,9 @@ } => { var:x_0 :complies false. }. - :carol5152 :does :access_social_media. + :carol152 :does :access_social_media. } log:explains { - :carol5152 :complies false. + :carol152 :complies false. }. { @@ -326685,9 +136685,9 @@ } => { var:x_0 :complies false. }. - :carol5153 :does :access_social_media. + :carol153 :does :access_social_media. } log:explains { - :carol5153 :complies false. + :carol153 :complies false. }. { @@ -326696,9 +136696,9 @@ } => { var:x_0 :complies false. }. - :carol5154 :does :access_social_media. + :carol154 :does :access_social_media. } log:explains { - :carol5154 :complies false. + :carol154 :complies false. }. { @@ -326707,9 +136707,9 @@ } => { var:x_0 :complies false. }. - :carol5155 :does :access_social_media. + :carol155 :does :access_social_media. } log:explains { - :carol5155 :complies false. + :carol155 :complies false. }. { @@ -326718,9 +136718,9 @@ } => { var:x_0 :complies false. }. - :carol5156 :does :access_social_media. + :carol156 :does :access_social_media. } log:explains { - :carol5156 :complies false. + :carol156 :complies false. }. { @@ -326729,9 +136729,9 @@ } => { var:x_0 :complies false. }. - :carol5157 :does :access_social_media. + :carol157 :does :access_social_media. } log:explains { - :carol5157 :complies false. + :carol157 :complies false. }. { @@ -326740,9 +136740,9 @@ } => { var:x_0 :complies false. }. - :carol5158 :does :access_social_media. + :carol158 :does :access_social_media. } log:explains { - :carol5158 :complies false. + :carol158 :complies false. }. { @@ -326751,9 +136751,9 @@ } => { var:x_0 :complies false. }. - :carol5159 :does :access_social_media. + :carol159 :does :access_social_media. } log:explains { - :carol5159 :complies false. + :carol159 :complies false. }. { @@ -326762,9 +136762,9 @@ } => { var:x_0 :complies false. }. - :carol5160 :does :access_social_media. + :carol160 :does :access_social_media. } log:explains { - :carol5160 :complies false. + :carol160 :complies false. }. { @@ -326773,9 +136773,9 @@ } => { var:x_0 :complies false. }. - :carol5161 :does :access_social_media. + :carol161 :does :access_social_media. } log:explains { - :carol5161 :complies false. + :carol161 :complies false. }. { @@ -326784,9 +136784,9 @@ } => { var:x_0 :complies false. }. - :carol5162 :does :access_social_media. + :carol162 :does :access_social_media. } log:explains { - :carol5162 :complies false. + :carol162 :complies false. }. { @@ -326795,9 +136795,9 @@ } => { var:x_0 :complies false. }. - :carol5163 :does :access_social_media. + :carol163 :does :access_social_media. } log:explains { - :carol5163 :complies false. + :carol163 :complies false. }. { @@ -326806,9 +136806,9 @@ } => { var:x_0 :complies false. }. - :carol5164 :does :access_social_media. + :carol164 :does :access_social_media. } log:explains { - :carol5164 :complies false. + :carol164 :complies false. }. { @@ -326817,9 +136817,9 @@ } => { var:x_0 :complies false. }. - :carol5165 :does :access_social_media. + :carol165 :does :access_social_media. } log:explains { - :carol5165 :complies false. + :carol165 :complies false. }. { @@ -326828,9 +136828,9 @@ } => { var:x_0 :complies false. }. - :carol5166 :does :access_social_media. + :carol166 :does :access_social_media. } log:explains { - :carol5166 :complies false. + :carol166 :complies false. }. { @@ -326839,9 +136839,9 @@ } => { var:x_0 :complies false. }. - :carol5167 :does :access_social_media. + :carol167 :does :access_social_media. } log:explains { - :carol5167 :complies false. + :carol167 :complies false. }. { @@ -326850,9 +136850,9 @@ } => { var:x_0 :complies false. }. - :carol5168 :does :access_social_media. + :carol168 :does :access_social_media. } log:explains { - :carol5168 :complies false. + :carol168 :complies false. }. { @@ -326861,9 +136861,9 @@ } => { var:x_0 :complies false. }. - :carol5169 :does :access_social_media. + :carol169 :does :access_social_media. } log:explains { - :carol5169 :complies false. + :carol169 :complies false. }. { @@ -326872,9 +136872,9 @@ } => { var:x_0 :complies false. }. - :carol5170 :does :access_social_media. + :carol170 :does :access_social_media. } log:explains { - :carol5170 :complies false. + :carol170 :complies false. }. { @@ -326883,9 +136883,9 @@ } => { var:x_0 :complies false. }. - :carol5171 :does :access_social_media. + :carol171 :does :access_social_media. } log:explains { - :carol5171 :complies false. + :carol171 :complies false. }. { @@ -326894,9 +136894,9 @@ } => { var:x_0 :complies false. }. - :carol5172 :does :access_social_media. + :carol172 :does :access_social_media. } log:explains { - :carol5172 :complies false. + :carol172 :complies false. }. { @@ -326905,9 +136905,9 @@ } => { var:x_0 :complies false. }. - :carol5173 :does :access_social_media. + :carol173 :does :access_social_media. } log:explains { - :carol5173 :complies false. + :carol173 :complies false. }. { @@ -326916,9 +136916,9 @@ } => { var:x_0 :complies false. }. - :carol5174 :does :access_social_media. + :carol174 :does :access_social_media. } log:explains { - :carol5174 :complies false. + :carol174 :complies false. }. { @@ -326927,9 +136927,9 @@ } => { var:x_0 :complies false. }. - :carol5175 :does :access_social_media. + :carol175 :does :access_social_media. } log:explains { - :carol5175 :complies false. + :carol175 :complies false. }. { @@ -326938,9 +136938,9 @@ } => { var:x_0 :complies false. }. - :carol5176 :does :access_social_media. + :carol176 :does :access_social_media. } log:explains { - :carol5176 :complies false. + :carol176 :complies false. }. { @@ -326949,9 +136949,9 @@ } => { var:x_0 :complies false. }. - :carol5177 :does :access_social_media. + :carol177 :does :access_social_media. } log:explains { - :carol5177 :complies false. + :carol177 :complies false. }. { @@ -326960,9 +136960,9 @@ } => { var:x_0 :complies false. }. - :carol5178 :does :access_social_media. + :carol178 :does :access_social_media. } log:explains { - :carol5178 :complies false. + :carol178 :complies false. }. { @@ -326971,9 +136971,9 @@ } => { var:x_0 :complies false. }. - :carol5179 :does :access_social_media. + :carol179 :does :access_social_media. } log:explains { - :carol5179 :complies false. + :carol179 :complies false. }. { @@ -326982,9 +136982,9 @@ } => { var:x_0 :complies false. }. - :carol5180 :does :access_social_media. + :carol180 :does :access_social_media. } log:explains { - :carol5180 :complies false. + :carol180 :complies false. }. { @@ -326993,9 +136993,9 @@ } => { var:x_0 :complies false. }. - :carol5181 :does :access_social_media. + :carol181 :does :access_social_media. } log:explains { - :carol5181 :complies false. + :carol181 :complies false. }. { @@ -327004,9 +137004,9 @@ } => { var:x_0 :complies false. }. - :carol5182 :does :access_social_media. + :carol182 :does :access_social_media. } log:explains { - :carol5182 :complies false. + :carol182 :complies false. }. { @@ -327015,9 +137015,9 @@ } => { var:x_0 :complies false. }. - :carol5183 :does :access_social_media. + :carol183 :does :access_social_media. } log:explains { - :carol5183 :complies false. + :carol183 :complies false. }. { @@ -327026,9 +137026,9 @@ } => { var:x_0 :complies false. }. - :carol5184 :does :access_social_media. + :carol184 :does :access_social_media. } log:explains { - :carol5184 :complies false. + :carol184 :complies false. }. { @@ -327037,9 +137037,9 @@ } => { var:x_0 :complies false. }. - :carol5185 :does :access_social_media. + :carol185 :does :access_social_media. } log:explains { - :carol5185 :complies false. + :carol185 :complies false. }. { @@ -327048,9 +137048,9 @@ } => { var:x_0 :complies false. }. - :carol5186 :does :access_social_media. + :carol186 :does :access_social_media. } log:explains { - :carol5186 :complies false. + :carol186 :complies false. }. { @@ -327059,9 +137059,9 @@ } => { var:x_0 :complies false. }. - :carol5187 :does :access_social_media. + :carol187 :does :access_social_media. } log:explains { - :carol5187 :complies false. + :carol187 :complies false. }. { @@ -327070,9 +137070,9 @@ } => { var:x_0 :complies false. }. - :carol5188 :does :access_social_media. + :carol188 :does :access_social_media. } log:explains { - :carol5188 :complies false. + :carol188 :complies false. }. { @@ -327081,9 +137081,9 @@ } => { var:x_0 :complies false. }. - :carol5189 :does :access_social_media. + :carol189 :does :access_social_media. } log:explains { - :carol5189 :complies false. + :carol189 :complies false. }. { @@ -327092,9 +137092,9 @@ } => { var:x_0 :complies false. }. - :carol5190 :does :access_social_media. + :carol190 :does :access_social_media. } log:explains { - :carol5190 :complies false. + :carol190 :complies false. }. { @@ -327103,9 +137103,9 @@ } => { var:x_0 :complies false. }. - :carol5191 :does :access_social_media. + :carol191 :does :access_social_media. } log:explains { - :carol5191 :complies false. + :carol191 :complies false. }. { @@ -327114,9 +137114,9 @@ } => { var:x_0 :complies false. }. - :carol5192 :does :access_social_media. + :carol192 :does :access_social_media. } log:explains { - :carol5192 :complies false. + :carol192 :complies false. }. { @@ -327125,9 +137125,9 @@ } => { var:x_0 :complies false. }. - :carol5193 :does :access_social_media. + :carol193 :does :access_social_media. } log:explains { - :carol5193 :complies false. + :carol193 :complies false. }. { @@ -327136,9 +137136,9 @@ } => { var:x_0 :complies false. }. - :carol5194 :does :access_social_media. + :carol194 :does :access_social_media. } log:explains { - :carol5194 :complies false. + :carol194 :complies false. }. { @@ -327147,9 +137147,9 @@ } => { var:x_0 :complies false. }. - :carol5195 :does :access_social_media. + :carol195 :does :access_social_media. } log:explains { - :carol5195 :complies false. + :carol195 :complies false. }. { @@ -327158,9 +137158,9 @@ } => { var:x_0 :complies false. }. - :carol5196 :does :access_social_media. + :carol196 :does :access_social_media. } log:explains { - :carol5196 :complies false. + :carol196 :complies false. }. { @@ -327169,9 +137169,9 @@ } => { var:x_0 :complies false. }. - :carol5197 :does :access_social_media. + :carol197 :does :access_social_media. } log:explains { - :carol5197 :complies false. + :carol197 :complies false. }. { @@ -327180,9 +137180,9 @@ } => { var:x_0 :complies false. }. - :carol5198 :does :access_social_media. + :carol198 :does :access_social_media. } log:explains { - :carol5198 :complies false. + :carol198 :complies false. }. { @@ -327191,9 +137191,9 @@ } => { var:x_0 :complies false. }. - :carol5199 :does :access_social_media. + :carol199 :does :access_social_media. } log:explains { - :carol5199 :complies false. + :carol199 :complies false. }. { @@ -327202,9 +137202,9 @@ } => { var:x_0 :complies false. }. - :carol5200 :does :access_social_media. + :carol200 :does :access_social_media. } log:explains { - :carol5200 :complies false. + :carol200 :complies false. }. { @@ -327213,9 +137213,9 @@ } => { var:x_0 :complies false. }. - :carol5201 :does :access_social_media. + :carol201 :does :access_social_media. } log:explains { - :carol5201 :complies false. + :carol201 :complies false. }. { @@ -327224,9 +137224,9 @@ } => { var:x_0 :complies false. }. - :carol5202 :does :access_social_media. + :carol202 :does :access_social_media. } log:explains { - :carol5202 :complies false. + :carol202 :complies false. }. { @@ -327235,9 +137235,9 @@ } => { var:x_0 :complies false. }. - :carol5203 :does :access_social_media. + :carol203 :does :access_social_media. } log:explains { - :carol5203 :complies false. + :carol203 :complies false. }. { @@ -327246,9 +137246,9 @@ } => { var:x_0 :complies false. }. - :carol5204 :does :access_social_media. + :carol204 :does :access_social_media. } log:explains { - :carol5204 :complies false. + :carol204 :complies false. }. { @@ -327257,9 +137257,9 @@ } => { var:x_0 :complies false. }. - :carol5205 :does :access_social_media. + :carol205 :does :access_social_media. } log:explains { - :carol5205 :complies false. + :carol205 :complies false. }. { @@ -327268,9 +137268,9 @@ } => { var:x_0 :complies false. }. - :carol5206 :does :access_social_media. + :carol206 :does :access_social_media. } log:explains { - :carol5206 :complies false. + :carol206 :complies false. }. { @@ -327279,9 +137279,9 @@ } => { var:x_0 :complies false. }. - :carol5207 :does :access_social_media. + :carol207 :does :access_social_media. } log:explains { - :carol5207 :complies false. + :carol207 :complies false. }. { @@ -327290,9 +137290,9 @@ } => { var:x_0 :complies false. }. - :carol5208 :does :access_social_media. + :carol208 :does :access_social_media. } log:explains { - :carol5208 :complies false. + :carol208 :complies false. }. { @@ -327301,9 +137301,9 @@ } => { var:x_0 :complies false. }. - :carol5209 :does :access_social_media. + :carol209 :does :access_social_media. } log:explains { - :carol5209 :complies false. + :carol209 :complies false. }. { @@ -327312,9 +137312,9 @@ } => { var:x_0 :complies false. }. - :carol5210 :does :access_social_media. + :carol210 :does :access_social_media. } log:explains { - :carol5210 :complies false. + :carol210 :complies false. }. { @@ -327323,9 +137323,9 @@ } => { var:x_0 :complies false. }. - :carol5211 :does :access_social_media. + :carol211 :does :access_social_media. } log:explains { - :carol5211 :complies false. + :carol211 :complies false. }. { @@ -327334,9 +137334,9 @@ } => { var:x_0 :complies false. }. - :carol5212 :does :access_social_media. + :carol212 :does :access_social_media. } log:explains { - :carol5212 :complies false. + :carol212 :complies false. }. { @@ -327345,9 +137345,9 @@ } => { var:x_0 :complies false. }. - :carol5213 :does :access_social_media. + :carol213 :does :access_social_media. } log:explains { - :carol5213 :complies false. + :carol213 :complies false. }. { @@ -327356,9 +137356,9 @@ } => { var:x_0 :complies false. }. - :carol5214 :does :access_social_media. + :carol214 :does :access_social_media. } log:explains { - :carol5214 :complies false. + :carol214 :complies false. }. { @@ -327367,9 +137367,9 @@ } => { var:x_0 :complies false. }. - :carol5215 :does :access_social_media. + :carol215 :does :access_social_media. } log:explains { - :carol5215 :complies false. + :carol215 :complies false. }. { @@ -327378,9 +137378,9 @@ } => { var:x_0 :complies false. }. - :carol5216 :does :access_social_media. + :carol216 :does :access_social_media. } log:explains { - :carol5216 :complies false. + :carol216 :complies false. }. { @@ -327389,9 +137389,9 @@ } => { var:x_0 :complies false. }. - :carol5217 :does :access_social_media. + :carol217 :does :access_social_media. } log:explains { - :carol5217 :complies false. + :carol217 :complies false. }. { @@ -327400,9 +137400,9 @@ } => { var:x_0 :complies false. }. - :carol5218 :does :access_social_media. + :carol218 :does :access_social_media. } log:explains { - :carol5218 :complies false. + :carol218 :complies false. }. { @@ -327411,9 +137411,9 @@ } => { var:x_0 :complies false. }. - :carol5219 :does :access_social_media. + :carol219 :does :access_social_media. } log:explains { - :carol5219 :complies false. + :carol219 :complies false. }. { @@ -327422,9 +137422,9 @@ } => { var:x_0 :complies false. }. - :carol5220 :does :access_social_media. + :carol220 :does :access_social_media. } log:explains { - :carol5220 :complies false. + :carol220 :complies false. }. { @@ -327433,9 +137433,9 @@ } => { var:x_0 :complies false. }. - :carol5221 :does :access_social_media. + :carol221 :does :access_social_media. } log:explains { - :carol5221 :complies false. + :carol221 :complies false. }. { @@ -327444,9 +137444,9 @@ } => { var:x_0 :complies false. }. - :carol5222 :does :access_social_media. + :carol222 :does :access_social_media. } log:explains { - :carol5222 :complies false. + :carol222 :complies false. }. { @@ -327455,9 +137455,9 @@ } => { var:x_0 :complies false. }. - :carol5223 :does :access_social_media. + :carol223 :does :access_social_media. } log:explains { - :carol5223 :complies false. + :carol223 :complies false. }. { @@ -327466,9 +137466,9 @@ } => { var:x_0 :complies false. }. - :carol5224 :does :access_social_media. + :carol224 :does :access_social_media. } log:explains { - :carol5224 :complies false. + :carol224 :complies false. }. { @@ -327477,9 +137477,9 @@ } => { var:x_0 :complies false. }. - :carol5225 :does :access_social_media. + :carol225 :does :access_social_media. } log:explains { - :carol5225 :complies false. + :carol225 :complies false. }. { @@ -327488,9 +137488,9 @@ } => { var:x_0 :complies false. }. - :carol5226 :does :access_social_media. + :carol226 :does :access_social_media. } log:explains { - :carol5226 :complies false. + :carol226 :complies false. }. { @@ -327499,9 +137499,9 @@ } => { var:x_0 :complies false. }. - :carol5227 :does :access_social_media. + :carol227 :does :access_social_media. } log:explains { - :carol5227 :complies false. + :carol227 :complies false. }. { @@ -327510,9 +137510,9 @@ } => { var:x_0 :complies false. }. - :carol5228 :does :access_social_media. + :carol228 :does :access_social_media. } log:explains { - :carol5228 :complies false. + :carol228 :complies false. }. { @@ -327521,9 +137521,9 @@ } => { var:x_0 :complies false. }. - :carol5229 :does :access_social_media. + :carol229 :does :access_social_media. } log:explains { - :carol5229 :complies false. + :carol229 :complies false. }. { @@ -327532,9 +137532,9 @@ } => { var:x_0 :complies false. }. - :carol5230 :does :access_social_media. + :carol230 :does :access_social_media. } log:explains { - :carol5230 :complies false. + :carol230 :complies false. }. { @@ -327543,9 +137543,9 @@ } => { var:x_0 :complies false. }. - :carol5231 :does :access_social_media. + :carol231 :does :access_social_media. } log:explains { - :carol5231 :complies false. + :carol231 :complies false. }. { @@ -327554,9 +137554,9 @@ } => { var:x_0 :complies false. }. - :carol5232 :does :access_social_media. + :carol232 :does :access_social_media. } log:explains { - :carol5232 :complies false. + :carol232 :complies false. }. { @@ -327565,9 +137565,9 @@ } => { var:x_0 :complies false. }. - :carol5233 :does :access_social_media. + :carol233 :does :access_social_media. } log:explains { - :carol5233 :complies false. + :carol233 :complies false. }. { @@ -327576,9 +137576,9 @@ } => { var:x_0 :complies false. }. - :carol5234 :does :access_social_media. + :carol234 :does :access_social_media. } log:explains { - :carol5234 :complies false. + :carol234 :complies false. }. { @@ -327587,9 +137587,9 @@ } => { var:x_0 :complies false. }. - :carol5235 :does :access_social_media. + :carol235 :does :access_social_media. } log:explains { - :carol5235 :complies false. + :carol235 :complies false. }. { @@ -327598,9 +137598,9 @@ } => { var:x_0 :complies false. }. - :carol5236 :does :access_social_media. + :carol236 :does :access_social_media. } log:explains { - :carol5236 :complies false. + :carol236 :complies false. }. { @@ -327609,9 +137609,9 @@ } => { var:x_0 :complies false. }. - :carol5237 :does :access_social_media. + :carol237 :does :access_social_media. } log:explains { - :carol5237 :complies false. + :carol237 :complies false. }. { @@ -327620,9 +137620,9 @@ } => { var:x_0 :complies false. }. - :carol5238 :does :access_social_media. + :carol238 :does :access_social_media. } log:explains { - :carol5238 :complies false. + :carol238 :complies false. }. { @@ -327631,9 +137631,9 @@ } => { var:x_0 :complies false. }. - :carol5239 :does :access_social_media. + :carol239 :does :access_social_media. } log:explains { - :carol5239 :complies false. + :carol239 :complies false. }. { @@ -327642,9 +137642,9 @@ } => { var:x_0 :complies false. }. - :carol5240 :does :access_social_media. + :carol240 :does :access_social_media. } log:explains { - :carol5240 :complies false. + :carol240 :complies false. }. { @@ -327653,9 +137653,9 @@ } => { var:x_0 :complies false. }. - :carol5241 :does :access_social_media. + :carol241 :does :access_social_media. } log:explains { - :carol5241 :complies false. + :carol241 :complies false. }. { @@ -327664,9 +137664,9 @@ } => { var:x_0 :complies false. }. - :carol5242 :does :access_social_media. + :carol242 :does :access_social_media. } log:explains { - :carol5242 :complies false. + :carol242 :complies false. }. { @@ -327675,9 +137675,9 @@ } => { var:x_0 :complies false. }. - :carol5243 :does :access_social_media. + :carol243 :does :access_social_media. } log:explains { - :carol5243 :complies false. + :carol243 :complies false. }. { @@ -327686,9 +137686,9 @@ } => { var:x_0 :complies false. }. - :carol5244 :does :access_social_media. + :carol244 :does :access_social_media. } log:explains { - :carol5244 :complies false. + :carol244 :complies false. }. { @@ -327697,9 +137697,9 @@ } => { var:x_0 :complies false. }. - :carol5245 :does :access_social_media. + :carol245 :does :access_social_media. } log:explains { - :carol5245 :complies false. + :carol245 :complies false. }. { @@ -327708,9 +137708,9 @@ } => { var:x_0 :complies false. }. - :carol5246 :does :access_social_media. + :carol246 :does :access_social_media. } log:explains { - :carol5246 :complies false. + :carol246 :complies false. }. { @@ -327719,9 +137719,9 @@ } => { var:x_0 :complies false. }. - :carol5247 :does :access_social_media. + :carol247 :does :access_social_media. } log:explains { - :carol5247 :complies false. + :carol247 :complies false. }. { @@ -327730,9 +137730,9 @@ } => { var:x_0 :complies false. }. - :carol5248 :does :access_social_media. + :carol248 :does :access_social_media. } log:explains { - :carol5248 :complies false. + :carol248 :complies false. }. { @@ -327741,9 +137741,9 @@ } => { var:x_0 :complies false. }. - :carol5249 :does :access_social_media. + :carol249 :does :access_social_media. } log:explains { - :carol5249 :complies false. + :carol249 :complies false. }. { @@ -327752,9 +137752,9 @@ } => { var:x_0 :complies false. }. - :carol5250 :does :access_social_media. + :carol250 :does :access_social_media. } log:explains { - :carol5250 :complies false. + :carol250 :complies false. }. { @@ -327763,9 +137763,9 @@ } => { var:x_0 :complies false. }. - :carol5251 :does :access_social_media. + :carol251 :does :access_social_media. } log:explains { - :carol5251 :complies false. + :carol251 :complies false. }. { @@ -327774,9 +137774,9 @@ } => { var:x_0 :complies false. }. - :carol5252 :does :access_social_media. + :carol252 :does :access_social_media. } log:explains { - :carol5252 :complies false. + :carol252 :complies false. }. { @@ -327785,9 +137785,9 @@ } => { var:x_0 :complies false. }. - :carol5253 :does :access_social_media. + :carol253 :does :access_social_media. } log:explains { - :carol5253 :complies false. + :carol253 :complies false. }. { @@ -327796,9 +137796,9 @@ } => { var:x_0 :complies false. }. - :carol5254 :does :access_social_media. + :carol254 :does :access_social_media. } log:explains { - :carol5254 :complies false. + :carol254 :complies false. }. { @@ -327807,9 +137807,9 @@ } => { var:x_0 :complies false. }. - :carol5255 :does :access_social_media. + :carol255 :does :access_social_media. } log:explains { - :carol5255 :complies false. + :carol255 :complies false. }. { @@ -327818,9 +137818,9 @@ } => { var:x_0 :complies false. }. - :carol5256 :does :access_social_media. + :carol256 :does :access_social_media. } log:explains { - :carol5256 :complies false. + :carol256 :complies false. }. { @@ -327829,9 +137829,9 @@ } => { var:x_0 :complies false. }. - :carol5257 :does :access_social_media. + :carol257 :does :access_social_media. } log:explains { - :carol5257 :complies false. + :carol257 :complies false. }. { @@ -327840,9 +137840,9 @@ } => { var:x_0 :complies false. }. - :carol5258 :does :access_social_media. + :carol258 :does :access_social_media. } log:explains { - :carol5258 :complies false. + :carol258 :complies false. }. { @@ -327851,9 +137851,9 @@ } => { var:x_0 :complies false. }. - :carol5259 :does :access_social_media. + :carol259 :does :access_social_media. } log:explains { - :carol5259 :complies false. + :carol259 :complies false. }. { @@ -327862,9 +137862,9 @@ } => { var:x_0 :complies false. }. - :carol5260 :does :access_social_media. + :carol260 :does :access_social_media. } log:explains { - :carol5260 :complies false. + :carol260 :complies false. }. { @@ -327873,9 +137873,9 @@ } => { var:x_0 :complies false. }. - :carol5261 :does :access_social_media. + :carol261 :does :access_social_media. } log:explains { - :carol5261 :complies false. + :carol261 :complies false. }. { @@ -327884,9 +137884,9 @@ } => { var:x_0 :complies false. }. - :carol5262 :does :access_social_media. + :carol262 :does :access_social_media. } log:explains { - :carol5262 :complies false. + :carol262 :complies false. }. { @@ -327895,9 +137895,9 @@ } => { var:x_0 :complies false. }. - :carol5263 :does :access_social_media. + :carol263 :does :access_social_media. } log:explains { - :carol5263 :complies false. + :carol263 :complies false. }. { @@ -327906,9 +137906,9 @@ } => { var:x_0 :complies false. }. - :carol5264 :does :access_social_media. + :carol264 :does :access_social_media. } log:explains { - :carol5264 :complies false. + :carol264 :complies false. }. { @@ -327917,9 +137917,9 @@ } => { var:x_0 :complies false. }. - :carol5265 :does :access_social_media. + :carol265 :does :access_social_media. } log:explains { - :carol5265 :complies false. + :carol265 :complies false. }. { @@ -327928,9 +137928,9 @@ } => { var:x_0 :complies false. }. - :carol5266 :does :access_social_media. + :carol266 :does :access_social_media. } log:explains { - :carol5266 :complies false. + :carol266 :complies false. }. { @@ -327939,9 +137939,9 @@ } => { var:x_0 :complies false. }. - :carol5267 :does :access_social_media. + :carol267 :does :access_social_media. } log:explains { - :carol5267 :complies false. + :carol267 :complies false. }. { @@ -327950,9 +137950,9 @@ } => { var:x_0 :complies false. }. - :carol5268 :does :access_social_media. + :carol268 :does :access_social_media. } log:explains { - :carol5268 :complies false. + :carol268 :complies false. }. { @@ -327961,9 +137961,9 @@ } => { var:x_0 :complies false. }. - :carol5269 :does :access_social_media. + :carol269 :does :access_social_media. } log:explains { - :carol5269 :complies false. + :carol269 :complies false. }. { @@ -327972,9 +137972,9 @@ } => { var:x_0 :complies false. }. - :carol5270 :does :access_social_media. + :carol270 :does :access_social_media. } log:explains { - :carol5270 :complies false. + :carol270 :complies false. }. { @@ -327983,9 +137983,9 @@ } => { var:x_0 :complies false. }. - :carol5271 :does :access_social_media. + :carol271 :does :access_social_media. } log:explains { - :carol5271 :complies false. + :carol271 :complies false. }. { @@ -327994,9 +137994,9 @@ } => { var:x_0 :complies false. }. - :carol5272 :does :access_social_media. + :carol272 :does :access_social_media. } log:explains { - :carol5272 :complies false. + :carol272 :complies false. }. { @@ -328005,9 +138005,9 @@ } => { var:x_0 :complies false. }. - :carol5273 :does :access_social_media. + :carol273 :does :access_social_media. } log:explains { - :carol5273 :complies false. + :carol273 :complies false. }. { @@ -328016,9 +138016,9 @@ } => { var:x_0 :complies false. }. - :carol5274 :does :access_social_media. + :carol274 :does :access_social_media. } log:explains { - :carol5274 :complies false. + :carol274 :complies false. }. { @@ -328027,9 +138027,9 @@ } => { var:x_0 :complies false. }. - :carol5275 :does :access_social_media. + :carol275 :does :access_social_media. } log:explains { - :carol5275 :complies false. + :carol275 :complies false. }. { @@ -328038,9 +138038,9 @@ } => { var:x_0 :complies false. }. - :carol5276 :does :access_social_media. + :carol276 :does :access_social_media. } log:explains { - :carol5276 :complies false. + :carol276 :complies false. }. { @@ -328049,9 +138049,9 @@ } => { var:x_0 :complies false. }. - :carol5277 :does :access_social_media. + :carol277 :does :access_social_media. } log:explains { - :carol5277 :complies false. + :carol277 :complies false. }. { @@ -328060,9 +138060,9 @@ } => { var:x_0 :complies false. }. - :carol5278 :does :access_social_media. + :carol278 :does :access_social_media. } log:explains { - :carol5278 :complies false. + :carol278 :complies false. }. { @@ -328071,9 +138071,9 @@ } => { var:x_0 :complies false. }. - :carol5279 :does :access_social_media. + :carol279 :does :access_social_media. } log:explains { - :carol5279 :complies false. + :carol279 :complies false. }. { @@ -328082,9 +138082,9 @@ } => { var:x_0 :complies false. }. - :carol5280 :does :access_social_media. + :carol280 :does :access_social_media. } log:explains { - :carol5280 :complies false. + :carol280 :complies false. }. { @@ -328093,9 +138093,9 @@ } => { var:x_0 :complies false. }. - :carol5281 :does :access_social_media. + :carol281 :does :access_social_media. } log:explains { - :carol5281 :complies false. + :carol281 :complies false. }. { @@ -328104,9 +138104,9 @@ } => { var:x_0 :complies false. }. - :carol5282 :does :access_social_media. + :carol282 :does :access_social_media. } log:explains { - :carol5282 :complies false. + :carol282 :complies false. }. { @@ -328115,9 +138115,9 @@ } => { var:x_0 :complies false. }. - :carol5283 :does :access_social_media. + :carol283 :does :access_social_media. } log:explains { - :carol5283 :complies false. + :carol283 :complies false. }. { @@ -328126,9 +138126,9 @@ } => { var:x_0 :complies false. }. - :carol5284 :does :access_social_media. + :carol284 :does :access_social_media. } log:explains { - :carol5284 :complies false. + :carol284 :complies false. }. { @@ -328137,9 +138137,9 @@ } => { var:x_0 :complies false. }. - :carol5285 :does :access_social_media. + :carol285 :does :access_social_media. } log:explains { - :carol5285 :complies false. + :carol285 :complies false. }. { @@ -328148,9 +138148,9 @@ } => { var:x_0 :complies false. }. - :carol5286 :does :access_social_media. + :carol286 :does :access_social_media. } log:explains { - :carol5286 :complies false. + :carol286 :complies false. }. { @@ -328159,9 +138159,9 @@ } => { var:x_0 :complies false. }. - :carol5287 :does :access_social_media. + :carol287 :does :access_social_media. } log:explains { - :carol5287 :complies false. + :carol287 :complies false. }. { @@ -328170,9 +138170,9 @@ } => { var:x_0 :complies false. }. - :carol5288 :does :access_social_media. + :carol288 :does :access_social_media. } log:explains { - :carol5288 :complies false. + :carol288 :complies false. }. { @@ -328181,9 +138181,9 @@ } => { var:x_0 :complies false. }. - :carol5289 :does :access_social_media. + :carol289 :does :access_social_media. } log:explains { - :carol5289 :complies false. + :carol289 :complies false. }. { @@ -328192,9 +138192,9 @@ } => { var:x_0 :complies false. }. - :carol5290 :does :access_social_media. + :carol290 :does :access_social_media. } log:explains { - :carol5290 :complies false. + :carol290 :complies false. }. { @@ -328203,9 +138203,9 @@ } => { var:x_0 :complies false. }. - :carol5291 :does :access_social_media. + :carol291 :does :access_social_media. } log:explains { - :carol5291 :complies false. + :carol291 :complies false. }. { @@ -328214,9 +138214,9 @@ } => { var:x_0 :complies false. }. - :carol5292 :does :access_social_media. + :carol292 :does :access_social_media. } log:explains { - :carol5292 :complies false. + :carol292 :complies false. }. { @@ -328225,9 +138225,9 @@ } => { var:x_0 :complies false. }. - :carol5293 :does :access_social_media. + :carol293 :does :access_social_media. } log:explains { - :carol5293 :complies false. + :carol293 :complies false. }. { @@ -328236,9 +138236,9 @@ } => { var:x_0 :complies false. }. - :carol5294 :does :access_social_media. + :carol294 :does :access_social_media. } log:explains { - :carol5294 :complies false. + :carol294 :complies false. }. { @@ -328247,9 +138247,9 @@ } => { var:x_0 :complies false. }. - :carol5295 :does :access_social_media. + :carol295 :does :access_social_media. } log:explains { - :carol5295 :complies false. + :carol295 :complies false. }. { @@ -328258,9 +138258,9 @@ } => { var:x_0 :complies false. }. - :carol5296 :does :access_social_media. + :carol296 :does :access_social_media. } log:explains { - :carol5296 :complies false. + :carol296 :complies false. }. { @@ -328269,9 +138269,9 @@ } => { var:x_0 :complies false. }. - :carol5297 :does :access_social_media. + :carol297 :does :access_social_media. } log:explains { - :carol5297 :complies false. + :carol297 :complies false. }. { @@ -328280,9 +138280,9 @@ } => { var:x_0 :complies false. }. - :carol5298 :does :access_social_media. + :carol298 :does :access_social_media. } log:explains { - :carol5298 :complies false. + :carol298 :complies false. }. { @@ -328291,9 +138291,9 @@ } => { var:x_0 :complies false. }. - :carol5299 :does :access_social_media. + :carol299 :does :access_social_media. } log:explains { - :carol5299 :complies false. + :carol299 :complies false. }. { @@ -328302,9 +138302,9 @@ } => { var:x_0 :complies false. }. - :carol5300 :does :access_social_media. + :carol300 :does :access_social_media. } log:explains { - :carol5300 :complies false. + :carol300 :complies false. }. { @@ -328313,9 +138313,9 @@ } => { var:x_0 :complies false. }. - :carol5301 :does :access_social_media. + :carol301 :does :access_social_media. } log:explains { - :carol5301 :complies false. + :carol301 :complies false. }. { @@ -328324,9 +138324,9 @@ } => { var:x_0 :complies false. }. - :carol5302 :does :access_social_media. + :carol302 :does :access_social_media. } log:explains { - :carol5302 :complies false. + :carol302 :complies false. }. { @@ -328335,9 +138335,9 @@ } => { var:x_0 :complies false. }. - :carol5303 :does :access_social_media. + :carol303 :does :access_social_media. } log:explains { - :carol5303 :complies false. + :carol303 :complies false. }. { @@ -328346,9 +138346,9 @@ } => { var:x_0 :complies false. }. - :carol5304 :does :access_social_media. + :carol304 :does :access_social_media. } log:explains { - :carol5304 :complies false. + :carol304 :complies false. }. { @@ -328357,9 +138357,9 @@ } => { var:x_0 :complies false. }. - :carol5305 :does :access_social_media. + :carol305 :does :access_social_media. } log:explains { - :carol5305 :complies false. + :carol305 :complies false. }. { @@ -328368,9 +138368,9 @@ } => { var:x_0 :complies false. }. - :carol5306 :does :access_social_media. + :carol306 :does :access_social_media. } log:explains { - :carol5306 :complies false. + :carol306 :complies false. }. { @@ -328379,9 +138379,9 @@ } => { var:x_0 :complies false. }. - :carol5307 :does :access_social_media. + :carol307 :does :access_social_media. } log:explains { - :carol5307 :complies false. + :carol307 :complies false. }. { @@ -328390,9 +138390,9 @@ } => { var:x_0 :complies false. }. - :carol5308 :does :access_social_media. + :carol308 :does :access_social_media. } log:explains { - :carol5308 :complies false. + :carol308 :complies false. }. { @@ -328401,9 +138401,9 @@ } => { var:x_0 :complies false. }. - :carol5309 :does :access_social_media. + :carol309 :does :access_social_media. } log:explains { - :carol5309 :complies false. + :carol309 :complies false. }. { @@ -328412,9 +138412,9 @@ } => { var:x_0 :complies false. }. - :carol5310 :does :access_social_media. + :carol310 :does :access_social_media. } log:explains { - :carol5310 :complies false. + :carol310 :complies false. }. { @@ -328423,9 +138423,9 @@ } => { var:x_0 :complies false. }. - :carol5311 :does :access_social_media. + :carol311 :does :access_social_media. } log:explains { - :carol5311 :complies false. + :carol311 :complies false. }. { @@ -328434,9 +138434,9 @@ } => { var:x_0 :complies false. }. - :carol5312 :does :access_social_media. + :carol312 :does :access_social_media. } log:explains { - :carol5312 :complies false. + :carol312 :complies false. }. { @@ -328445,9 +138445,9 @@ } => { var:x_0 :complies false. }. - :carol5313 :does :access_social_media. + :carol313 :does :access_social_media. } log:explains { - :carol5313 :complies false. + :carol313 :complies false. }. { @@ -328456,9 +138456,9 @@ } => { var:x_0 :complies false. }. - :carol5314 :does :access_social_media. + :carol314 :does :access_social_media. } log:explains { - :carol5314 :complies false. + :carol314 :complies false. }. { @@ -328467,9 +138467,9 @@ } => { var:x_0 :complies false. }. - :carol5315 :does :access_social_media. + :carol315 :does :access_social_media. } log:explains { - :carol5315 :complies false. + :carol315 :complies false. }. { @@ -328478,9 +138478,9 @@ } => { var:x_0 :complies false. }. - :carol5316 :does :access_social_media. + :carol316 :does :access_social_media. } log:explains { - :carol5316 :complies false. + :carol316 :complies false. }. { @@ -328489,9 +138489,9 @@ } => { var:x_0 :complies false. }. - :carol5317 :does :access_social_media. + :carol317 :does :access_social_media. } log:explains { - :carol5317 :complies false. + :carol317 :complies false. }. { @@ -328500,9 +138500,9 @@ } => { var:x_0 :complies false. }. - :carol5318 :does :access_social_media. + :carol318 :does :access_social_media. } log:explains { - :carol5318 :complies false. + :carol318 :complies false. }. { @@ -328511,9 +138511,9 @@ } => { var:x_0 :complies false. }. - :carol5319 :does :access_social_media. + :carol319 :does :access_social_media. } log:explains { - :carol5319 :complies false. + :carol319 :complies false. }. { @@ -328522,9 +138522,9 @@ } => { var:x_0 :complies false. }. - :carol5320 :does :access_social_media. + :carol320 :does :access_social_media. } log:explains { - :carol5320 :complies false. + :carol320 :complies false. }. { @@ -328533,9 +138533,9 @@ } => { var:x_0 :complies false. }. - :carol5321 :does :access_social_media. + :carol321 :does :access_social_media. } log:explains { - :carol5321 :complies false. + :carol321 :complies false. }. { @@ -328544,9 +138544,9 @@ } => { var:x_0 :complies false. }. - :carol5322 :does :access_social_media. + :carol322 :does :access_social_media. } log:explains { - :carol5322 :complies false. + :carol322 :complies false. }. { @@ -328555,9 +138555,9 @@ } => { var:x_0 :complies false. }. - :carol5323 :does :access_social_media. + :carol323 :does :access_social_media. } log:explains { - :carol5323 :complies false. + :carol323 :complies false. }. { @@ -328566,9 +138566,9 @@ } => { var:x_0 :complies false. }. - :carol5324 :does :access_social_media. + :carol324 :does :access_social_media. } log:explains { - :carol5324 :complies false. + :carol324 :complies false. }. { @@ -328577,9 +138577,9 @@ } => { var:x_0 :complies false. }. - :carol5325 :does :access_social_media. + :carol325 :does :access_social_media. } log:explains { - :carol5325 :complies false. + :carol325 :complies false. }. { @@ -328588,9 +138588,9 @@ } => { var:x_0 :complies false. }. - :carol5326 :does :access_social_media. + :carol326 :does :access_social_media. } log:explains { - :carol5326 :complies false. + :carol326 :complies false. }. { @@ -328599,9 +138599,9 @@ } => { var:x_0 :complies false. }. - :carol5327 :does :access_social_media. + :carol327 :does :access_social_media. } log:explains { - :carol5327 :complies false. + :carol327 :complies false. }. { @@ -328610,9 +138610,9 @@ } => { var:x_0 :complies false. }. - :carol5328 :does :access_social_media. + :carol328 :does :access_social_media. } log:explains { - :carol5328 :complies false. + :carol328 :complies false. }. { @@ -328621,9 +138621,9 @@ } => { var:x_0 :complies false. }. - :carol5329 :does :access_social_media. + :carol329 :does :access_social_media. } log:explains { - :carol5329 :complies false. + :carol329 :complies false. }. { @@ -328632,9 +138632,9 @@ } => { var:x_0 :complies false. }. - :carol5330 :does :access_social_media. + :carol330 :does :access_social_media. } log:explains { - :carol5330 :complies false. + :carol330 :complies false. }. { @@ -328643,9 +138643,9 @@ } => { var:x_0 :complies false. }. - :carol5331 :does :access_social_media. + :carol331 :does :access_social_media. } log:explains { - :carol5331 :complies false. + :carol331 :complies false. }. { @@ -328654,9 +138654,9 @@ } => { var:x_0 :complies false. }. - :carol5332 :does :access_social_media. + :carol332 :does :access_social_media. } log:explains { - :carol5332 :complies false. + :carol332 :complies false. }. { @@ -328665,9 +138665,9 @@ } => { var:x_0 :complies false. }. - :carol5333 :does :access_social_media. + :carol333 :does :access_social_media. } log:explains { - :carol5333 :complies false. + :carol333 :complies false. }. { @@ -328676,9 +138676,9 @@ } => { var:x_0 :complies false. }. - :carol5334 :does :access_social_media. + :carol334 :does :access_social_media. } log:explains { - :carol5334 :complies false. + :carol334 :complies false. }. { @@ -328687,9 +138687,9 @@ } => { var:x_0 :complies false. }. - :carol5335 :does :access_social_media. + :carol335 :does :access_social_media. } log:explains { - :carol5335 :complies false. + :carol335 :complies false. }. { @@ -328698,9 +138698,9 @@ } => { var:x_0 :complies false. }. - :carol5336 :does :access_social_media. + :carol336 :does :access_social_media. } log:explains { - :carol5336 :complies false. + :carol336 :complies false. }. { @@ -328709,9 +138709,9 @@ } => { var:x_0 :complies false. }. - :carol5337 :does :access_social_media. + :carol337 :does :access_social_media. } log:explains { - :carol5337 :complies false. + :carol337 :complies false. }. { @@ -328720,9 +138720,9 @@ } => { var:x_0 :complies false. }. - :carol5338 :does :access_social_media. + :carol338 :does :access_social_media. } log:explains { - :carol5338 :complies false. + :carol338 :complies false. }. { @@ -328731,9 +138731,9 @@ } => { var:x_0 :complies false. }. - :carol5339 :does :access_social_media. + :carol339 :does :access_social_media. } log:explains { - :carol5339 :complies false. + :carol339 :complies false. }. { @@ -328742,9 +138742,9 @@ } => { var:x_0 :complies false. }. - :carol5340 :does :access_social_media. + :carol340 :does :access_social_media. } log:explains { - :carol5340 :complies false. + :carol340 :complies false. }. { @@ -328753,9 +138753,9 @@ } => { var:x_0 :complies false. }. - :carol5341 :does :access_social_media. + :carol341 :does :access_social_media. } log:explains { - :carol5341 :complies false. + :carol341 :complies false. }. { @@ -328764,9 +138764,9 @@ } => { var:x_0 :complies false. }. - :carol5342 :does :access_social_media. + :carol342 :does :access_social_media. } log:explains { - :carol5342 :complies false. + :carol342 :complies false. }. { @@ -328775,9 +138775,9 @@ } => { var:x_0 :complies false. }. - :carol5343 :does :access_social_media. + :carol343 :does :access_social_media. } log:explains { - :carol5343 :complies false. + :carol343 :complies false. }. { @@ -328786,9 +138786,9 @@ } => { var:x_0 :complies false. }. - :carol5344 :does :access_social_media. + :carol344 :does :access_social_media. } log:explains { - :carol5344 :complies false. + :carol344 :complies false. }. { @@ -328797,9 +138797,9 @@ } => { var:x_0 :complies false. }. - :carol5345 :does :access_social_media. + :carol345 :does :access_social_media. } log:explains { - :carol5345 :complies false. + :carol345 :complies false. }. { @@ -328808,9 +138808,9 @@ } => { var:x_0 :complies false. }. - :carol5346 :does :access_social_media. + :carol346 :does :access_social_media. } log:explains { - :carol5346 :complies false. + :carol346 :complies false. }. { @@ -328819,9 +138819,9 @@ } => { var:x_0 :complies false. }. - :carol5347 :does :access_social_media. + :carol347 :does :access_social_media. } log:explains { - :carol5347 :complies false. + :carol347 :complies false. }. { @@ -328830,9 +138830,9 @@ } => { var:x_0 :complies false. }. - :carol5348 :does :access_social_media. + :carol348 :does :access_social_media. } log:explains { - :carol5348 :complies false. + :carol348 :complies false. }. { @@ -328841,9 +138841,9 @@ } => { var:x_0 :complies false. }. - :carol5349 :does :access_social_media. + :carol349 :does :access_social_media. } log:explains { - :carol5349 :complies false. + :carol349 :complies false. }. { @@ -328852,9 +138852,9 @@ } => { var:x_0 :complies false. }. - :carol5350 :does :access_social_media. + :carol350 :does :access_social_media. } log:explains { - :carol5350 :complies false. + :carol350 :complies false. }. { @@ -328863,9 +138863,9 @@ } => { var:x_0 :complies false. }. - :carol5351 :does :access_social_media. + :carol351 :does :access_social_media. } log:explains { - :carol5351 :complies false. + :carol351 :complies false. }. { @@ -328874,9 +138874,9 @@ } => { var:x_0 :complies false. }. - :carol5352 :does :access_social_media. + :carol352 :does :access_social_media. } log:explains { - :carol5352 :complies false. + :carol352 :complies false. }. { @@ -328885,9 +138885,9 @@ } => { var:x_0 :complies false. }. - :carol5353 :does :access_social_media. + :carol353 :does :access_social_media. } log:explains { - :carol5353 :complies false. + :carol353 :complies false. }. { @@ -328896,9 +138896,9 @@ } => { var:x_0 :complies false. }. - :carol5354 :does :access_social_media. + :carol354 :does :access_social_media. } log:explains { - :carol5354 :complies false. + :carol354 :complies false. }. { @@ -328907,9 +138907,9 @@ } => { var:x_0 :complies false. }. - :carol5355 :does :access_social_media. + :carol355 :does :access_social_media. } log:explains { - :carol5355 :complies false. + :carol355 :complies false. }. { @@ -328918,9 +138918,9 @@ } => { var:x_0 :complies false. }. - :carol5356 :does :access_social_media. + :carol356 :does :access_social_media. } log:explains { - :carol5356 :complies false. + :carol356 :complies false. }. { @@ -328929,9 +138929,9 @@ } => { var:x_0 :complies false. }. - :carol5357 :does :access_social_media. + :carol357 :does :access_social_media. } log:explains { - :carol5357 :complies false. + :carol357 :complies false. }. { @@ -328940,9 +138940,9 @@ } => { var:x_0 :complies false. }. - :carol5358 :does :access_social_media. + :carol358 :does :access_social_media. } log:explains { - :carol5358 :complies false. + :carol358 :complies false. }. { @@ -328951,9 +138951,9 @@ } => { var:x_0 :complies false. }. - :carol5359 :does :access_social_media. + :carol359 :does :access_social_media. } log:explains { - :carol5359 :complies false. + :carol359 :complies false. }. { @@ -328962,9 +138962,9 @@ } => { var:x_0 :complies false. }. - :carol5360 :does :access_social_media. + :carol360 :does :access_social_media. } log:explains { - :carol5360 :complies false. + :carol360 :complies false. }. { @@ -328973,9 +138973,9 @@ } => { var:x_0 :complies false. }. - :carol5361 :does :access_social_media. + :carol361 :does :access_social_media. } log:explains { - :carol5361 :complies false. + :carol361 :complies false. }. { @@ -328984,9 +138984,9 @@ } => { var:x_0 :complies false. }. - :carol5362 :does :access_social_media. + :carol362 :does :access_social_media. } log:explains { - :carol5362 :complies false. + :carol362 :complies false. }. { @@ -328995,9 +138995,9 @@ } => { var:x_0 :complies false. }. - :carol5363 :does :access_social_media. + :carol363 :does :access_social_media. } log:explains { - :carol5363 :complies false. + :carol363 :complies false. }. { @@ -329006,9 +139006,9 @@ } => { var:x_0 :complies false. }. - :carol5364 :does :access_social_media. + :carol364 :does :access_social_media. } log:explains { - :carol5364 :complies false. + :carol364 :complies false. }. { @@ -329017,9 +139017,9 @@ } => { var:x_0 :complies false. }. - :carol5365 :does :access_social_media. + :carol365 :does :access_social_media. } log:explains { - :carol5365 :complies false. + :carol365 :complies false. }. { @@ -329028,9 +139028,9 @@ } => { var:x_0 :complies false. }. - :carol5366 :does :access_social_media. + :carol366 :does :access_social_media. } log:explains { - :carol5366 :complies false. + :carol366 :complies false. }. { @@ -329039,9 +139039,9 @@ } => { var:x_0 :complies false. }. - :carol5367 :does :access_social_media. + :carol367 :does :access_social_media. } log:explains { - :carol5367 :complies false. + :carol367 :complies false. }. { @@ -329050,9 +139050,9 @@ } => { var:x_0 :complies false. }. - :carol5368 :does :access_social_media. + :carol368 :does :access_social_media. } log:explains { - :carol5368 :complies false. + :carol368 :complies false. }. { @@ -329061,9 +139061,9 @@ } => { var:x_0 :complies false. }. - :carol5369 :does :access_social_media. + :carol369 :does :access_social_media. } log:explains { - :carol5369 :complies false. + :carol369 :complies false. }. { @@ -329072,9 +139072,9 @@ } => { var:x_0 :complies false. }. - :carol5370 :does :access_social_media. + :carol370 :does :access_social_media. } log:explains { - :carol5370 :complies false. + :carol370 :complies false. }. { @@ -329083,9 +139083,9 @@ } => { var:x_0 :complies false. }. - :carol5371 :does :access_social_media. + :carol371 :does :access_social_media. } log:explains { - :carol5371 :complies false. + :carol371 :complies false. }. { @@ -329094,9 +139094,9 @@ } => { var:x_0 :complies false. }. - :carol5372 :does :access_social_media. + :carol372 :does :access_social_media. } log:explains { - :carol5372 :complies false. + :carol372 :complies false. }. { @@ -329105,9 +139105,9 @@ } => { var:x_0 :complies false. }. - :carol5373 :does :access_social_media. + :carol373 :does :access_social_media. } log:explains { - :carol5373 :complies false. + :carol373 :complies false. }. { @@ -329116,9 +139116,9 @@ } => { var:x_0 :complies false. }. - :carol5374 :does :access_social_media. + :carol374 :does :access_social_media. } log:explains { - :carol5374 :complies false. + :carol374 :complies false. }. { @@ -329127,9 +139127,9 @@ } => { var:x_0 :complies false. }. - :carol5375 :does :access_social_media. + :carol375 :does :access_social_media. } log:explains { - :carol5375 :complies false. + :carol375 :complies false. }. { @@ -329138,9 +139138,9 @@ } => { var:x_0 :complies false. }. - :carol5376 :does :access_social_media. + :carol376 :does :access_social_media. } log:explains { - :carol5376 :complies false. + :carol376 :complies false. }. { @@ -329149,9 +139149,9 @@ } => { var:x_0 :complies false. }. - :carol5377 :does :access_social_media. + :carol377 :does :access_social_media. } log:explains { - :carol5377 :complies false. + :carol377 :complies false. }. { @@ -329160,9 +139160,9 @@ } => { var:x_0 :complies false. }. - :carol5378 :does :access_social_media. + :carol378 :does :access_social_media. } log:explains { - :carol5378 :complies false. + :carol378 :complies false. }. { @@ -329171,9 +139171,9 @@ } => { var:x_0 :complies false. }. - :carol5379 :does :access_social_media. + :carol379 :does :access_social_media. } log:explains { - :carol5379 :complies false. + :carol379 :complies false. }. { @@ -329182,9 +139182,9 @@ } => { var:x_0 :complies false. }. - :carol5380 :does :access_social_media. + :carol380 :does :access_social_media. } log:explains { - :carol5380 :complies false. + :carol380 :complies false. }. { @@ -329193,9 +139193,9 @@ } => { var:x_0 :complies false. }. - :carol5381 :does :access_social_media. + :carol381 :does :access_social_media. } log:explains { - :carol5381 :complies false. + :carol381 :complies false. }. { @@ -329204,9 +139204,9 @@ } => { var:x_0 :complies false. }. - :carol5382 :does :access_social_media. + :carol382 :does :access_social_media. } log:explains { - :carol5382 :complies false. + :carol382 :complies false. }. { @@ -329215,9 +139215,9 @@ } => { var:x_0 :complies false. }. - :carol5383 :does :access_social_media. + :carol383 :does :access_social_media. } log:explains { - :carol5383 :complies false. + :carol383 :complies false. }. { @@ -329226,9 +139226,9 @@ } => { var:x_0 :complies false. }. - :carol5384 :does :access_social_media. + :carol384 :does :access_social_media. } log:explains { - :carol5384 :complies false. + :carol384 :complies false. }. { @@ -329237,9 +139237,9 @@ } => { var:x_0 :complies false. }. - :carol5385 :does :access_social_media. + :carol385 :does :access_social_media. } log:explains { - :carol5385 :complies false. + :carol385 :complies false. }. { @@ -329248,9 +139248,9 @@ } => { var:x_0 :complies false. }. - :carol5386 :does :access_social_media. + :carol386 :does :access_social_media. } log:explains { - :carol5386 :complies false. + :carol386 :complies false. }. { @@ -329259,9 +139259,9 @@ } => { var:x_0 :complies false. }. - :carol5387 :does :access_social_media. + :carol387 :does :access_social_media. } log:explains { - :carol5387 :complies false. + :carol387 :complies false. }. { @@ -329270,9 +139270,9 @@ } => { var:x_0 :complies false. }. - :carol5388 :does :access_social_media. + :carol388 :does :access_social_media. } log:explains { - :carol5388 :complies false. + :carol388 :complies false. }. { @@ -329281,9 +139281,9 @@ } => { var:x_0 :complies false. }. - :carol5389 :does :access_social_media. + :carol389 :does :access_social_media. } log:explains { - :carol5389 :complies false. + :carol389 :complies false. }. { @@ -329292,9 +139292,9 @@ } => { var:x_0 :complies false. }. - :carol5390 :does :access_social_media. + :carol390 :does :access_social_media. } log:explains { - :carol5390 :complies false. + :carol390 :complies false. }. { @@ -329303,9 +139303,9 @@ } => { var:x_0 :complies false. }. - :carol5391 :does :access_social_media. + :carol391 :does :access_social_media. } log:explains { - :carol5391 :complies false. + :carol391 :complies false. }. { @@ -329314,9 +139314,9 @@ } => { var:x_0 :complies false. }. - :carol5392 :does :access_social_media. + :carol392 :does :access_social_media. } log:explains { - :carol5392 :complies false. + :carol392 :complies false. }. { @@ -329325,9 +139325,9 @@ } => { var:x_0 :complies false. }. - :carol5393 :does :access_social_media. + :carol393 :does :access_social_media. } log:explains { - :carol5393 :complies false. + :carol393 :complies false. }. { @@ -329336,9 +139336,9 @@ } => { var:x_0 :complies false. }. - :carol5394 :does :access_social_media. + :carol394 :does :access_social_media. } log:explains { - :carol5394 :complies false. + :carol394 :complies false. }. { @@ -329347,9 +139347,9 @@ } => { var:x_0 :complies false. }. - :carol5395 :does :access_social_media. + :carol395 :does :access_social_media. } log:explains { - :carol5395 :complies false. + :carol395 :complies false. }. { @@ -329358,9 +139358,9 @@ } => { var:x_0 :complies false. }. - :carol5396 :does :access_social_media. + :carol396 :does :access_social_media. } log:explains { - :carol5396 :complies false. + :carol396 :complies false. }. { @@ -329369,9 +139369,9 @@ } => { var:x_0 :complies false. }. - :carol5397 :does :access_social_media. + :carol397 :does :access_social_media. } log:explains { - :carol5397 :complies false. + :carol397 :complies false. }. { @@ -329380,9 +139380,9 @@ } => { var:x_0 :complies false. }. - :carol5398 :does :access_social_media. + :carol398 :does :access_social_media. } log:explains { - :carol5398 :complies false. + :carol398 :complies false. }. { @@ -329391,9 +139391,9 @@ } => { var:x_0 :complies false. }. - :carol5399 :does :access_social_media. + :carol399 :does :access_social_media. } log:explains { - :carol5399 :complies false. + :carol399 :complies false. }. { @@ -329402,9 +139402,9 @@ } => { var:x_0 :complies false. }. - :carol5400 :does :access_social_media. + :carol400 :does :access_social_media. } log:explains { - :carol5400 :complies false. + :carol400 :complies false. }. { @@ -329413,9 +139413,9 @@ } => { var:x_0 :complies false. }. - :carol5401 :does :access_social_media. + :carol401 :does :access_social_media. } log:explains { - :carol5401 :complies false. + :carol401 :complies false. }. { @@ -329424,9 +139424,9 @@ } => { var:x_0 :complies false. }. - :carol5402 :does :access_social_media. + :carol402 :does :access_social_media. } log:explains { - :carol5402 :complies false. + :carol402 :complies false. }. { @@ -329435,9 +139435,9 @@ } => { var:x_0 :complies false. }. - :carol5403 :does :access_social_media. + :carol403 :does :access_social_media. } log:explains { - :carol5403 :complies false. + :carol403 :complies false. }. { @@ -329446,9 +139446,9 @@ } => { var:x_0 :complies false. }. - :carol5404 :does :access_social_media. + :carol404 :does :access_social_media. } log:explains { - :carol5404 :complies false. + :carol404 :complies false. }. { @@ -329457,9 +139457,9 @@ } => { var:x_0 :complies false. }. - :carol5405 :does :access_social_media. + :carol405 :does :access_social_media. } log:explains { - :carol5405 :complies false. + :carol405 :complies false. }. { @@ -329468,9 +139468,9 @@ } => { var:x_0 :complies false. }. - :carol5406 :does :access_social_media. + :carol406 :does :access_social_media. } log:explains { - :carol5406 :complies false. + :carol406 :complies false. }. { @@ -329479,9 +139479,9 @@ } => { var:x_0 :complies false. }. - :carol5407 :does :access_social_media. + :carol407 :does :access_social_media. } log:explains { - :carol5407 :complies false. + :carol407 :complies false. }. { @@ -329490,9 +139490,9 @@ } => { var:x_0 :complies false. }. - :carol5408 :does :access_social_media. + :carol408 :does :access_social_media. } log:explains { - :carol5408 :complies false. + :carol408 :complies false. }. { @@ -329501,9 +139501,9 @@ } => { var:x_0 :complies false. }. - :carol5409 :does :access_social_media. + :carol409 :does :access_social_media. } log:explains { - :carol5409 :complies false. + :carol409 :complies false. }. { @@ -329512,9 +139512,9 @@ } => { var:x_0 :complies false. }. - :carol5410 :does :access_social_media. + :carol410 :does :access_social_media. } log:explains { - :carol5410 :complies false. + :carol410 :complies false. }. { @@ -329523,9 +139523,9 @@ } => { var:x_0 :complies false. }. - :carol5411 :does :access_social_media. + :carol411 :does :access_social_media. } log:explains { - :carol5411 :complies false. + :carol411 :complies false. }. { @@ -329534,9 +139534,9 @@ } => { var:x_0 :complies false. }. - :carol5412 :does :access_social_media. + :carol412 :does :access_social_media. } log:explains { - :carol5412 :complies false. + :carol412 :complies false. }. { @@ -329545,9 +139545,9 @@ } => { var:x_0 :complies false. }. - :carol5413 :does :access_social_media. + :carol413 :does :access_social_media. } log:explains { - :carol5413 :complies false. + :carol413 :complies false. }. { @@ -329556,9 +139556,9 @@ } => { var:x_0 :complies false. }. - :carol5414 :does :access_social_media. + :carol414 :does :access_social_media. } log:explains { - :carol5414 :complies false. + :carol414 :complies false. }. { @@ -329567,9 +139567,9 @@ } => { var:x_0 :complies false. }. - :carol5415 :does :access_social_media. + :carol415 :does :access_social_media. } log:explains { - :carol5415 :complies false. + :carol415 :complies false. }. { @@ -329578,9 +139578,9 @@ } => { var:x_0 :complies false. }. - :carol5416 :does :access_social_media. + :carol416 :does :access_social_media. } log:explains { - :carol5416 :complies false. + :carol416 :complies false. }. { @@ -329589,9 +139589,9 @@ } => { var:x_0 :complies false. }. - :carol5417 :does :access_social_media. + :carol417 :does :access_social_media. } log:explains { - :carol5417 :complies false. + :carol417 :complies false. }. { @@ -329600,9 +139600,9 @@ } => { var:x_0 :complies false. }. - :carol5418 :does :access_social_media. + :carol418 :does :access_social_media. } log:explains { - :carol5418 :complies false. + :carol418 :complies false. }. { @@ -329611,9 +139611,9 @@ } => { var:x_0 :complies false. }. - :carol5419 :does :access_social_media. + :carol419 :does :access_social_media. } log:explains { - :carol5419 :complies false. + :carol419 :complies false. }. { @@ -329622,9 +139622,9 @@ } => { var:x_0 :complies false. }. - :carol5420 :does :access_social_media. + :carol420 :does :access_social_media. } log:explains { - :carol5420 :complies false. + :carol420 :complies false. }. { @@ -329633,9 +139633,9 @@ } => { var:x_0 :complies false. }. - :carol5421 :does :access_social_media. + :carol421 :does :access_social_media. } log:explains { - :carol5421 :complies false. + :carol421 :complies false. }. { @@ -329644,9 +139644,9 @@ } => { var:x_0 :complies false. }. - :carol5422 :does :access_social_media. + :carol422 :does :access_social_media. } log:explains { - :carol5422 :complies false. + :carol422 :complies false. }. { @@ -329655,9 +139655,9 @@ } => { var:x_0 :complies false. }. - :carol5423 :does :access_social_media. + :carol423 :does :access_social_media. } log:explains { - :carol5423 :complies false. + :carol423 :complies false. }. { @@ -329666,9 +139666,9 @@ } => { var:x_0 :complies false. }. - :carol5424 :does :access_social_media. + :carol424 :does :access_social_media. } log:explains { - :carol5424 :complies false. + :carol424 :complies false. }. { @@ -329677,9 +139677,9 @@ } => { var:x_0 :complies false. }. - :carol5425 :does :access_social_media. + :carol425 :does :access_social_media. } log:explains { - :carol5425 :complies false. + :carol425 :complies false. }. { @@ -329688,9 +139688,9 @@ } => { var:x_0 :complies false. }. - :carol5426 :does :access_social_media. + :carol426 :does :access_social_media. } log:explains { - :carol5426 :complies false. + :carol426 :complies false. }. { @@ -329699,9 +139699,9 @@ } => { var:x_0 :complies false. }. - :carol5427 :does :access_social_media. + :carol427 :does :access_social_media. } log:explains { - :carol5427 :complies false. + :carol427 :complies false. }. { @@ -329710,9 +139710,9 @@ } => { var:x_0 :complies false. }. - :carol5428 :does :access_social_media. + :carol428 :does :access_social_media. } log:explains { - :carol5428 :complies false. + :carol428 :complies false. }. { @@ -329721,9 +139721,9 @@ } => { var:x_0 :complies false. }. - :carol5429 :does :access_social_media. + :carol429 :does :access_social_media. } log:explains { - :carol5429 :complies false. + :carol429 :complies false. }. { @@ -329732,9 +139732,9 @@ } => { var:x_0 :complies false. }. - :carol5430 :does :access_social_media. + :carol430 :does :access_social_media. } log:explains { - :carol5430 :complies false. + :carol430 :complies false. }. { @@ -329743,9 +139743,9 @@ } => { var:x_0 :complies false. }. - :carol5431 :does :access_social_media. + :carol431 :does :access_social_media. } log:explains { - :carol5431 :complies false. + :carol431 :complies false. }. { @@ -329754,9 +139754,9 @@ } => { var:x_0 :complies false. }. - :carol5432 :does :access_social_media. + :carol432 :does :access_social_media. } log:explains { - :carol5432 :complies false. + :carol432 :complies false. }. { @@ -329765,9 +139765,9 @@ } => { var:x_0 :complies false. }. - :carol5433 :does :access_social_media. + :carol433 :does :access_social_media. } log:explains { - :carol5433 :complies false. + :carol433 :complies false. }. { @@ -329776,9 +139776,9 @@ } => { var:x_0 :complies false. }. - :carol5434 :does :access_social_media. + :carol434 :does :access_social_media. } log:explains { - :carol5434 :complies false. + :carol434 :complies false. }. { @@ -329787,9 +139787,9 @@ } => { var:x_0 :complies false. }. - :carol5435 :does :access_social_media. + :carol435 :does :access_social_media. } log:explains { - :carol5435 :complies false. + :carol435 :complies false. }. { @@ -329798,9 +139798,9 @@ } => { var:x_0 :complies false. }. - :carol5436 :does :access_social_media. + :carol436 :does :access_social_media. } log:explains { - :carol5436 :complies false. + :carol436 :complies false. }. { @@ -329809,9 +139809,9 @@ } => { var:x_0 :complies false. }. - :carol5437 :does :access_social_media. + :carol437 :does :access_social_media. } log:explains { - :carol5437 :complies false. + :carol437 :complies false. }. { @@ -329820,9 +139820,9 @@ } => { var:x_0 :complies false. }. - :carol5438 :does :access_social_media. + :carol438 :does :access_social_media. } log:explains { - :carol5438 :complies false. + :carol438 :complies false. }. { @@ -329831,9 +139831,9 @@ } => { var:x_0 :complies false. }. - :carol5439 :does :access_social_media. + :carol439 :does :access_social_media. } log:explains { - :carol5439 :complies false. + :carol439 :complies false. }. { @@ -329842,9 +139842,9 @@ } => { var:x_0 :complies false. }. - :carol5440 :does :access_social_media. + :carol440 :does :access_social_media. } log:explains { - :carol5440 :complies false. + :carol440 :complies false. }. { @@ -329853,9 +139853,9 @@ } => { var:x_0 :complies false. }. - :carol5441 :does :access_social_media. + :carol441 :does :access_social_media. } log:explains { - :carol5441 :complies false. + :carol441 :complies false. }. { @@ -329864,9 +139864,9 @@ } => { var:x_0 :complies false. }. - :carol5442 :does :access_social_media. + :carol442 :does :access_social_media. } log:explains { - :carol5442 :complies false. + :carol442 :complies false. }. { @@ -329875,9 +139875,9 @@ } => { var:x_0 :complies false. }. - :carol5443 :does :access_social_media. + :carol443 :does :access_social_media. } log:explains { - :carol5443 :complies false. + :carol443 :complies false. }. { @@ -329886,9 +139886,9 @@ } => { var:x_0 :complies false. }. - :carol5444 :does :access_social_media. + :carol444 :does :access_social_media. } log:explains { - :carol5444 :complies false. + :carol444 :complies false. }. { @@ -329897,9 +139897,9 @@ } => { var:x_0 :complies false. }. - :carol5445 :does :access_social_media. + :carol445 :does :access_social_media. } log:explains { - :carol5445 :complies false. + :carol445 :complies false. }. { @@ -329908,9 +139908,9 @@ } => { var:x_0 :complies false. }. - :carol5446 :does :access_social_media. + :carol446 :does :access_social_media. } log:explains { - :carol5446 :complies false. + :carol446 :complies false. }. { @@ -329919,9 +139919,9 @@ } => { var:x_0 :complies false. }. - :carol5447 :does :access_social_media. + :carol447 :does :access_social_media. } log:explains { - :carol5447 :complies false. + :carol447 :complies false. }. { @@ -329930,9 +139930,9 @@ } => { var:x_0 :complies false. }. - :carol5448 :does :access_social_media. + :carol448 :does :access_social_media. } log:explains { - :carol5448 :complies false. + :carol448 :complies false. }. { @@ -329941,9 +139941,9 @@ } => { var:x_0 :complies false. }. - :carol5449 :does :access_social_media. + :carol449 :does :access_social_media. } log:explains { - :carol5449 :complies false. + :carol449 :complies false. }. { @@ -329952,9 +139952,9 @@ } => { var:x_0 :complies false. }. - :carol5450 :does :access_social_media. + :carol450 :does :access_social_media. } log:explains { - :carol5450 :complies false. + :carol450 :complies false. }. { @@ -329963,9 +139963,9 @@ } => { var:x_0 :complies false. }. - :carol5451 :does :access_social_media. + :carol451 :does :access_social_media. } log:explains { - :carol5451 :complies false. + :carol451 :complies false. }. { @@ -329974,9 +139974,9 @@ } => { var:x_0 :complies false. }. - :carol5452 :does :access_social_media. + :carol452 :does :access_social_media. } log:explains { - :carol5452 :complies false. + :carol452 :complies false. }. { @@ -329985,9 +139985,9 @@ } => { var:x_0 :complies false. }. - :carol5453 :does :access_social_media. + :carol453 :does :access_social_media. } log:explains { - :carol5453 :complies false. + :carol453 :complies false. }. { @@ -329996,9 +139996,9 @@ } => { var:x_0 :complies false. }. - :carol5454 :does :access_social_media. + :carol454 :does :access_social_media. } log:explains { - :carol5454 :complies false. + :carol454 :complies false. }. { @@ -330007,9 +140007,9 @@ } => { var:x_0 :complies false. }. - :carol5455 :does :access_social_media. + :carol455 :does :access_social_media. } log:explains { - :carol5455 :complies false. + :carol455 :complies false. }. { @@ -330018,9 +140018,9 @@ } => { var:x_0 :complies false. }. - :carol5456 :does :access_social_media. + :carol456 :does :access_social_media. } log:explains { - :carol5456 :complies false. + :carol456 :complies false. }. { @@ -330029,9 +140029,9 @@ } => { var:x_0 :complies false. }. - :carol5457 :does :access_social_media. + :carol457 :does :access_social_media. } log:explains { - :carol5457 :complies false. + :carol457 :complies false. }. { @@ -330040,9 +140040,9 @@ } => { var:x_0 :complies false. }. - :carol5458 :does :access_social_media. + :carol458 :does :access_social_media. } log:explains { - :carol5458 :complies false. + :carol458 :complies false. }. { @@ -330051,9 +140051,9 @@ } => { var:x_0 :complies false. }. - :carol5459 :does :access_social_media. + :carol459 :does :access_social_media. } log:explains { - :carol5459 :complies false. + :carol459 :complies false. }. { @@ -330062,9 +140062,9 @@ } => { var:x_0 :complies false. }. - :carol5460 :does :access_social_media. + :carol460 :does :access_social_media. } log:explains { - :carol5460 :complies false. + :carol460 :complies false. }. { @@ -330073,9 +140073,9 @@ } => { var:x_0 :complies false. }. - :carol5461 :does :access_social_media. + :carol461 :does :access_social_media. } log:explains { - :carol5461 :complies false. + :carol461 :complies false. }. { @@ -330084,9 +140084,9 @@ } => { var:x_0 :complies false. }. - :carol5462 :does :access_social_media. + :carol462 :does :access_social_media. } log:explains { - :carol5462 :complies false. + :carol462 :complies false. }. { @@ -330095,9 +140095,9 @@ } => { var:x_0 :complies false. }. - :carol5463 :does :access_social_media. + :carol463 :does :access_social_media. } log:explains { - :carol5463 :complies false. + :carol463 :complies false. }. { @@ -330106,9 +140106,9 @@ } => { var:x_0 :complies false. }. - :carol5464 :does :access_social_media. + :carol464 :does :access_social_media. } log:explains { - :carol5464 :complies false. + :carol464 :complies false. }. { @@ -330117,9 +140117,9 @@ } => { var:x_0 :complies false. }. - :carol5465 :does :access_social_media. + :carol465 :does :access_social_media. } log:explains { - :carol5465 :complies false. + :carol465 :complies false. }. { @@ -330128,9 +140128,9 @@ } => { var:x_0 :complies false. }. - :carol5466 :does :access_social_media. + :carol466 :does :access_social_media. } log:explains { - :carol5466 :complies false. + :carol466 :complies false. }. { @@ -330139,9 +140139,9 @@ } => { var:x_0 :complies false. }. - :carol5467 :does :access_social_media. + :carol467 :does :access_social_media. } log:explains { - :carol5467 :complies false. + :carol467 :complies false. }. { @@ -330150,9 +140150,9 @@ } => { var:x_0 :complies false. }. - :carol5468 :does :access_social_media. + :carol468 :does :access_social_media. } log:explains { - :carol5468 :complies false. + :carol468 :complies false. }. { @@ -330161,9 +140161,9 @@ } => { var:x_0 :complies false. }. - :carol5469 :does :access_social_media. + :carol469 :does :access_social_media. } log:explains { - :carol5469 :complies false. + :carol469 :complies false. }. { @@ -330172,9 +140172,9 @@ } => { var:x_0 :complies false. }. - :carol5470 :does :access_social_media. + :carol470 :does :access_social_media. } log:explains { - :carol5470 :complies false. + :carol470 :complies false. }. { @@ -330183,9 +140183,9 @@ } => { var:x_0 :complies false. }. - :carol5471 :does :access_social_media. + :carol471 :does :access_social_media. } log:explains { - :carol5471 :complies false. + :carol471 :complies false. }. { @@ -330194,9 +140194,9 @@ } => { var:x_0 :complies false. }. - :carol5472 :does :access_social_media. + :carol472 :does :access_social_media. } log:explains { - :carol5472 :complies false. + :carol472 :complies false. }. { @@ -330205,9 +140205,9 @@ } => { var:x_0 :complies false. }. - :carol5473 :does :access_social_media. + :carol473 :does :access_social_media. } log:explains { - :carol5473 :complies false. + :carol473 :complies false. }. { @@ -330216,9 +140216,9 @@ } => { var:x_0 :complies false. }. - :carol5474 :does :access_social_media. + :carol474 :does :access_social_media. } log:explains { - :carol5474 :complies false. + :carol474 :complies false. }. { @@ -330227,9 +140227,9 @@ } => { var:x_0 :complies false. }. - :carol5475 :does :access_social_media. + :carol475 :does :access_social_media. } log:explains { - :carol5475 :complies false. + :carol475 :complies false. }. { @@ -330238,9 +140238,9 @@ } => { var:x_0 :complies false. }. - :carol5476 :does :access_social_media. + :carol476 :does :access_social_media. } log:explains { - :carol5476 :complies false. + :carol476 :complies false. }. { @@ -330249,9 +140249,9 @@ } => { var:x_0 :complies false. }. - :carol5477 :does :access_social_media. + :carol477 :does :access_social_media. } log:explains { - :carol5477 :complies false. + :carol477 :complies false. }. { @@ -330260,9 +140260,9 @@ } => { var:x_0 :complies false. }. - :carol5478 :does :access_social_media. + :carol478 :does :access_social_media. } log:explains { - :carol5478 :complies false. + :carol478 :complies false. }. { @@ -330271,9 +140271,9 @@ } => { var:x_0 :complies false. }. - :carol5479 :does :access_social_media. + :carol479 :does :access_social_media. } log:explains { - :carol5479 :complies false. + :carol479 :complies false. }. { @@ -330282,9 +140282,9 @@ } => { var:x_0 :complies false. }. - :carol5480 :does :access_social_media. + :carol480 :does :access_social_media. } log:explains { - :carol5480 :complies false. + :carol480 :complies false. }. { @@ -330293,9 +140293,9 @@ } => { var:x_0 :complies false. }. - :carol5481 :does :access_social_media. + :carol481 :does :access_social_media. } log:explains { - :carol5481 :complies false. + :carol481 :complies false. }. { @@ -330304,9 +140304,9 @@ } => { var:x_0 :complies false. }. - :carol5482 :does :access_social_media. + :carol482 :does :access_social_media. } log:explains { - :carol5482 :complies false. + :carol482 :complies false. }. { @@ -330315,9 +140315,9 @@ } => { var:x_0 :complies false. }. - :carol5483 :does :access_social_media. + :carol483 :does :access_social_media. } log:explains { - :carol5483 :complies false. + :carol483 :complies false. }. { @@ -330326,9 +140326,9 @@ } => { var:x_0 :complies false. }. - :carol5484 :does :access_social_media. + :carol484 :does :access_social_media. } log:explains { - :carol5484 :complies false. + :carol484 :complies false. }. { @@ -330337,9 +140337,9 @@ } => { var:x_0 :complies false. }. - :carol5485 :does :access_social_media. + :carol485 :does :access_social_media. } log:explains { - :carol5485 :complies false. + :carol485 :complies false. }. { @@ -330348,9 +140348,9 @@ } => { var:x_0 :complies false. }. - :carol5486 :does :access_social_media. + :carol486 :does :access_social_media. } log:explains { - :carol5486 :complies false. + :carol486 :complies false. }. { @@ -330359,9 +140359,9 @@ } => { var:x_0 :complies false. }. - :carol5487 :does :access_social_media. + :carol487 :does :access_social_media. } log:explains { - :carol5487 :complies false. + :carol487 :complies false. }. { @@ -330370,9 +140370,9 @@ } => { var:x_0 :complies false. }. - :carol5488 :does :access_social_media. + :carol488 :does :access_social_media. } log:explains { - :carol5488 :complies false. + :carol488 :complies false. }. { @@ -330381,9 +140381,9 @@ } => { var:x_0 :complies false. }. - :carol5489 :does :access_social_media. + :carol489 :does :access_social_media. } log:explains { - :carol5489 :complies false. + :carol489 :complies false. }. { @@ -330392,9 +140392,9 @@ } => { var:x_0 :complies false. }. - :carol5490 :does :access_social_media. + :carol490 :does :access_social_media. } log:explains { - :carol5490 :complies false. + :carol490 :complies false. }. { @@ -330403,9 +140403,9 @@ } => { var:x_0 :complies false. }. - :carol5491 :does :access_social_media. + :carol491 :does :access_social_media. } log:explains { - :carol5491 :complies false. + :carol491 :complies false. }. { @@ -330414,9 +140414,9 @@ } => { var:x_0 :complies false. }. - :carol5492 :does :access_social_media. + :carol492 :does :access_social_media. } log:explains { - :carol5492 :complies false. + :carol492 :complies false. }. { @@ -330425,9 +140425,9 @@ } => { var:x_0 :complies false. }. - :carol5493 :does :access_social_media. + :carol493 :does :access_social_media. } log:explains { - :carol5493 :complies false. + :carol493 :complies false. }. { @@ -330436,9 +140436,9 @@ } => { var:x_0 :complies false. }. - :carol5494 :does :access_social_media. + :carol494 :does :access_social_media. } log:explains { - :carol5494 :complies false. + :carol494 :complies false. }. { @@ -330447,9 +140447,9 @@ } => { var:x_0 :complies false. }. - :carol5495 :does :access_social_media. + :carol495 :does :access_social_media. } log:explains { - :carol5495 :complies false. + :carol495 :complies false. }. { @@ -330458,9 +140458,9 @@ } => { var:x_0 :complies false. }. - :carol5496 :does :access_social_media. + :carol496 :does :access_social_media. } log:explains { - :carol5496 :complies false. + :carol496 :complies false. }. { @@ -330469,9 +140469,9 @@ } => { var:x_0 :complies false. }. - :carol5497 :does :access_social_media. + :carol497 :does :access_social_media. } log:explains { - :carol5497 :complies false. + :carol497 :complies false. }. { @@ -330480,9 +140480,9 @@ } => { var:x_0 :complies false. }. - :carol5498 :does :access_social_media. + :carol498 :does :access_social_media. } log:explains { - :carol5498 :complies false. + :carol498 :complies false. }. { @@ -330491,9 +140491,9 @@ } => { var:x_0 :complies false. }. - :carol5499 :does :access_social_media. + :carol499 :does :access_social_media. } log:explains { - :carol5499 :complies false. + :carol499 :complies false. }. { @@ -330502,9 +140502,9 @@ } => { var:x_0 :complies false. }. - :carol5500 :does :access_social_media. + :carol500 :does :access_social_media. } log:explains { - :carol5500 :complies false. + :carol500 :complies false. }. { @@ -330513,9 +140513,9 @@ } => { var:x_0 :complies false. }. - :carol5501 :does :access_social_media. + :carol501 :does :access_social_media. } log:explains { - :carol5501 :complies false. + :carol501 :complies false. }. { @@ -330524,9 +140524,9 @@ } => { var:x_0 :complies false. }. - :carol5502 :does :access_social_media. + :carol502 :does :access_social_media. } log:explains { - :carol5502 :complies false. + :carol502 :complies false. }. { @@ -330535,9 +140535,9 @@ } => { var:x_0 :complies false. }. - :carol5503 :does :access_social_media. + :carol503 :does :access_social_media. } log:explains { - :carol5503 :complies false. + :carol503 :complies false. }. { @@ -330546,9 +140546,9 @@ } => { var:x_0 :complies false. }. - :carol5504 :does :access_social_media. + :carol504 :does :access_social_media. } log:explains { - :carol5504 :complies false. + :carol504 :complies false. }. { @@ -330557,9 +140557,9 @@ } => { var:x_0 :complies false. }. - :carol5505 :does :access_social_media. + :carol505 :does :access_social_media. } log:explains { - :carol5505 :complies false. + :carol505 :complies false. }. { @@ -330568,9 +140568,9 @@ } => { var:x_0 :complies false. }. - :carol5506 :does :access_social_media. + :carol506 :does :access_social_media. } log:explains { - :carol5506 :complies false. + :carol506 :complies false. }. { @@ -330579,9 +140579,9 @@ } => { var:x_0 :complies false. }. - :carol5507 :does :access_social_media. + :carol507 :does :access_social_media. } log:explains { - :carol5507 :complies false. + :carol507 :complies false. }. { @@ -330590,9 +140590,9 @@ } => { var:x_0 :complies false. }. - :carol5508 :does :access_social_media. + :carol508 :does :access_social_media. } log:explains { - :carol5508 :complies false. + :carol508 :complies false. }. { @@ -330601,9 +140601,9 @@ } => { var:x_0 :complies false. }. - :carol5509 :does :access_social_media. + :carol509 :does :access_social_media. } log:explains { - :carol5509 :complies false. + :carol509 :complies false. }. { @@ -330612,9 +140612,9 @@ } => { var:x_0 :complies false. }. - :carol5510 :does :access_social_media. + :carol510 :does :access_social_media. } log:explains { - :carol5510 :complies false. + :carol510 :complies false. }. { @@ -330623,9 +140623,9 @@ } => { var:x_0 :complies false. }. - :carol5511 :does :access_social_media. + :carol511 :does :access_social_media. } log:explains { - :carol5511 :complies false. + :carol511 :complies false. }. { @@ -330634,9 +140634,9 @@ } => { var:x_0 :complies false. }. - :carol5512 :does :access_social_media. + :carol512 :does :access_social_media. } log:explains { - :carol5512 :complies false. + :carol512 :complies false. }. { @@ -330645,9 +140645,9 @@ } => { var:x_0 :complies false. }. - :carol5513 :does :access_social_media. + :carol513 :does :access_social_media. } log:explains { - :carol5513 :complies false. + :carol513 :complies false. }. { @@ -330656,9 +140656,9 @@ } => { var:x_0 :complies false. }. - :carol5514 :does :access_social_media. + :carol514 :does :access_social_media. } log:explains { - :carol5514 :complies false. + :carol514 :complies false. }. { @@ -330667,9 +140667,9 @@ } => { var:x_0 :complies false. }. - :carol5515 :does :access_social_media. + :carol515 :does :access_social_media. } log:explains { - :carol5515 :complies false. + :carol515 :complies false. }. { @@ -330678,9 +140678,9 @@ } => { var:x_0 :complies false. }. - :carol5516 :does :access_social_media. + :carol516 :does :access_social_media. } log:explains { - :carol5516 :complies false. + :carol516 :complies false. }. { @@ -330689,9 +140689,9 @@ } => { var:x_0 :complies false. }. - :carol5517 :does :access_social_media. + :carol517 :does :access_social_media. } log:explains { - :carol5517 :complies false. + :carol517 :complies false. }. { @@ -330700,9 +140700,9 @@ } => { var:x_0 :complies false. }. - :carol5518 :does :access_social_media. + :carol518 :does :access_social_media. } log:explains { - :carol5518 :complies false. + :carol518 :complies false. }. { @@ -330711,9 +140711,9 @@ } => { var:x_0 :complies false. }. - :carol5519 :does :access_social_media. + :carol519 :does :access_social_media. } log:explains { - :carol5519 :complies false. + :carol519 :complies false. }. { @@ -330722,9 +140722,9 @@ } => { var:x_0 :complies false. }. - :carol5520 :does :access_social_media. + :carol520 :does :access_social_media. } log:explains { - :carol5520 :complies false. + :carol520 :complies false. }. { @@ -330733,9 +140733,9 @@ } => { var:x_0 :complies false. }. - :carol5521 :does :access_social_media. + :carol521 :does :access_social_media. } log:explains { - :carol5521 :complies false. + :carol521 :complies false. }. { @@ -330744,9 +140744,9 @@ } => { var:x_0 :complies false. }. - :carol5522 :does :access_social_media. + :carol522 :does :access_social_media. } log:explains { - :carol5522 :complies false. + :carol522 :complies false. }. { @@ -330755,9 +140755,9 @@ } => { var:x_0 :complies false. }. - :carol5523 :does :access_social_media. + :carol523 :does :access_social_media. } log:explains { - :carol5523 :complies false. + :carol523 :complies false. }. { @@ -330766,9 +140766,9 @@ } => { var:x_0 :complies false. }. - :carol5524 :does :access_social_media. + :carol524 :does :access_social_media. } log:explains { - :carol5524 :complies false. + :carol524 :complies false. }. { @@ -330777,9 +140777,9 @@ } => { var:x_0 :complies false. }. - :carol5525 :does :access_social_media. + :carol525 :does :access_social_media. } log:explains { - :carol5525 :complies false. + :carol525 :complies false. }. { @@ -330788,9 +140788,9 @@ } => { var:x_0 :complies false. }. - :carol5526 :does :access_social_media. + :carol526 :does :access_social_media. } log:explains { - :carol5526 :complies false. + :carol526 :complies false. }. { @@ -330799,9 +140799,9 @@ } => { var:x_0 :complies false. }. - :carol5527 :does :access_social_media. + :carol527 :does :access_social_media. } log:explains { - :carol5527 :complies false. + :carol527 :complies false. }. { @@ -330810,9 +140810,9 @@ } => { var:x_0 :complies false. }. - :carol5528 :does :access_social_media. + :carol528 :does :access_social_media. } log:explains { - :carol5528 :complies false. + :carol528 :complies false. }. { @@ -330821,9 +140821,9 @@ } => { var:x_0 :complies false. }. - :carol5529 :does :access_social_media. + :carol529 :does :access_social_media. } log:explains { - :carol5529 :complies false. + :carol529 :complies false. }. { @@ -330832,9 +140832,9 @@ } => { var:x_0 :complies false. }. - :carol5530 :does :access_social_media. + :carol530 :does :access_social_media. } log:explains { - :carol5530 :complies false. + :carol530 :complies false. }. { @@ -330843,9 +140843,9 @@ } => { var:x_0 :complies false. }. - :carol5531 :does :access_social_media. + :carol531 :does :access_social_media. } log:explains { - :carol5531 :complies false. + :carol531 :complies false. }. { @@ -330854,9 +140854,9 @@ } => { var:x_0 :complies false. }. - :carol5532 :does :access_social_media. + :carol532 :does :access_social_media. } log:explains { - :carol5532 :complies false. + :carol532 :complies false. }. { @@ -330865,9 +140865,9 @@ } => { var:x_0 :complies false. }. - :carol5533 :does :access_social_media. + :carol533 :does :access_social_media. } log:explains { - :carol5533 :complies false. + :carol533 :complies false. }. { @@ -330876,9 +140876,9 @@ } => { var:x_0 :complies false. }. - :carol5534 :does :access_social_media. + :carol534 :does :access_social_media. } log:explains { - :carol5534 :complies false. + :carol534 :complies false. }. { @@ -330887,9 +140887,9 @@ } => { var:x_0 :complies false. }. - :carol5535 :does :access_social_media. + :carol535 :does :access_social_media. } log:explains { - :carol5535 :complies false. + :carol535 :complies false. }. { @@ -330898,9 +140898,9 @@ } => { var:x_0 :complies false. }. - :carol5536 :does :access_social_media. + :carol536 :does :access_social_media. } log:explains { - :carol5536 :complies false. + :carol536 :complies false. }. { @@ -330909,9 +140909,9 @@ } => { var:x_0 :complies false. }. - :carol5537 :does :access_social_media. + :carol537 :does :access_social_media. } log:explains { - :carol5537 :complies false. + :carol537 :complies false. }. { @@ -330920,9 +140920,9 @@ } => { var:x_0 :complies false. }. - :carol5538 :does :access_social_media. + :carol538 :does :access_social_media. } log:explains { - :carol5538 :complies false. + :carol538 :complies false. }. { @@ -330931,9 +140931,9 @@ } => { var:x_0 :complies false. }. - :carol5539 :does :access_social_media. + :carol539 :does :access_social_media. } log:explains { - :carol5539 :complies false. + :carol539 :complies false. }. { @@ -330942,9 +140942,9 @@ } => { var:x_0 :complies false. }. - :carol5540 :does :access_social_media. + :carol540 :does :access_social_media. } log:explains { - :carol5540 :complies false. + :carol540 :complies false. }. { @@ -330953,9 +140953,9 @@ } => { var:x_0 :complies false. }. - :carol5541 :does :access_social_media. + :carol541 :does :access_social_media. } log:explains { - :carol5541 :complies false. + :carol541 :complies false. }. { @@ -330964,9 +140964,9 @@ } => { var:x_0 :complies false. }. - :carol5542 :does :access_social_media. + :carol542 :does :access_social_media. } log:explains { - :carol5542 :complies false. + :carol542 :complies false. }. { @@ -330975,9 +140975,9 @@ } => { var:x_0 :complies false. }. - :carol5543 :does :access_social_media. + :carol543 :does :access_social_media. } log:explains { - :carol5543 :complies false. + :carol543 :complies false. }. { @@ -330986,9 +140986,9 @@ } => { var:x_0 :complies false. }. - :carol5544 :does :access_social_media. + :carol544 :does :access_social_media. } log:explains { - :carol5544 :complies false. + :carol544 :complies false. }. { @@ -330997,9 +140997,9 @@ } => { var:x_0 :complies false. }. - :carol5545 :does :access_social_media. + :carol545 :does :access_social_media. } log:explains { - :carol5545 :complies false. + :carol545 :complies false. }. { @@ -331008,9 +141008,9 @@ } => { var:x_0 :complies false. }. - :carol5546 :does :access_social_media. + :carol546 :does :access_social_media. } log:explains { - :carol5546 :complies false. + :carol546 :complies false. }. { @@ -331019,9 +141019,9 @@ } => { var:x_0 :complies false. }. - :carol5547 :does :access_social_media. + :carol547 :does :access_social_media. } log:explains { - :carol5547 :complies false. + :carol547 :complies false. }. { @@ -331030,9 +141030,9 @@ } => { var:x_0 :complies false. }. - :carol5548 :does :access_social_media. + :carol548 :does :access_social_media. } log:explains { - :carol5548 :complies false. + :carol548 :complies false. }. { @@ -331041,9 +141041,9 @@ } => { var:x_0 :complies false. }. - :carol5549 :does :access_social_media. + :carol549 :does :access_social_media. } log:explains { - :carol5549 :complies false. + :carol549 :complies false. }. { @@ -331052,9 +141052,9 @@ } => { var:x_0 :complies false. }. - :carol5550 :does :access_social_media. + :carol550 :does :access_social_media. } log:explains { - :carol5550 :complies false. + :carol550 :complies false. }. { @@ -331063,9 +141063,9 @@ } => { var:x_0 :complies false. }. - :carol5551 :does :access_social_media. + :carol551 :does :access_social_media. } log:explains { - :carol5551 :complies false. + :carol551 :complies false. }. { @@ -331074,9 +141074,9 @@ } => { var:x_0 :complies false. }. - :carol5552 :does :access_social_media. + :carol552 :does :access_social_media. } log:explains { - :carol5552 :complies false. + :carol552 :complies false. }. { @@ -331085,9 +141085,9 @@ } => { var:x_0 :complies false. }. - :carol5553 :does :access_social_media. + :carol553 :does :access_social_media. } log:explains { - :carol5553 :complies false. + :carol553 :complies false. }. { @@ -331096,9 +141096,9 @@ } => { var:x_0 :complies false. }. - :carol5554 :does :access_social_media. + :carol554 :does :access_social_media. } log:explains { - :carol5554 :complies false. + :carol554 :complies false. }. { @@ -331107,9 +141107,9 @@ } => { var:x_0 :complies false. }. - :carol5555 :does :access_social_media. + :carol555 :does :access_social_media. } log:explains { - :carol5555 :complies false. + :carol555 :complies false. }. { @@ -331118,9 +141118,9 @@ } => { var:x_0 :complies false. }. - :carol5556 :does :access_social_media. + :carol556 :does :access_social_media. } log:explains { - :carol5556 :complies false. + :carol556 :complies false. }. { @@ -331129,9 +141129,9 @@ } => { var:x_0 :complies false. }. - :carol5557 :does :access_social_media. + :carol557 :does :access_social_media. } log:explains { - :carol5557 :complies false. + :carol557 :complies false. }. { @@ -331140,9 +141140,9 @@ } => { var:x_0 :complies false. }. - :carol5558 :does :access_social_media. + :carol558 :does :access_social_media. } log:explains { - :carol5558 :complies false. + :carol558 :complies false. }. { @@ -331151,9 +141151,9 @@ } => { var:x_0 :complies false. }. - :carol5559 :does :access_social_media. + :carol559 :does :access_social_media. } log:explains { - :carol5559 :complies false. + :carol559 :complies false. }. { @@ -331162,9 +141162,9 @@ } => { var:x_0 :complies false. }. - :carol5560 :does :access_social_media. + :carol560 :does :access_social_media. } log:explains { - :carol5560 :complies false. + :carol560 :complies false. }. { @@ -331173,9 +141173,9 @@ } => { var:x_0 :complies false. }. - :carol5561 :does :access_social_media. + :carol561 :does :access_social_media. } log:explains { - :carol5561 :complies false. + :carol561 :complies false. }. { @@ -331184,9 +141184,9 @@ } => { var:x_0 :complies false. }. - :carol5562 :does :access_social_media. + :carol562 :does :access_social_media. } log:explains { - :carol5562 :complies false. + :carol562 :complies false. }. { @@ -331195,9 +141195,9 @@ } => { var:x_0 :complies false. }. - :carol5563 :does :access_social_media. + :carol563 :does :access_social_media. } log:explains { - :carol5563 :complies false. + :carol563 :complies false. }. { @@ -331206,9 +141206,9 @@ } => { var:x_0 :complies false. }. - :carol5564 :does :access_social_media. + :carol564 :does :access_social_media. } log:explains { - :carol5564 :complies false. + :carol564 :complies false. }. { @@ -331217,9 +141217,9 @@ } => { var:x_0 :complies false. }. - :carol5565 :does :access_social_media. + :carol565 :does :access_social_media. } log:explains { - :carol5565 :complies false. + :carol565 :complies false. }. { @@ -331228,9 +141228,9 @@ } => { var:x_0 :complies false. }. - :carol5566 :does :access_social_media. + :carol566 :does :access_social_media. } log:explains { - :carol5566 :complies false. + :carol566 :complies false. }. { @@ -331239,9 +141239,9 @@ } => { var:x_0 :complies false. }. - :carol5567 :does :access_social_media. + :carol567 :does :access_social_media. } log:explains { - :carol5567 :complies false. + :carol567 :complies false. }. { @@ -331250,9 +141250,9 @@ } => { var:x_0 :complies false. }. - :carol5568 :does :access_social_media. + :carol568 :does :access_social_media. } log:explains { - :carol5568 :complies false. + :carol568 :complies false. }. { @@ -331261,9 +141261,9 @@ } => { var:x_0 :complies false. }. - :carol5569 :does :access_social_media. + :carol569 :does :access_social_media. } log:explains { - :carol5569 :complies false. + :carol569 :complies false. }. { @@ -331272,9 +141272,9 @@ } => { var:x_0 :complies false. }. - :carol5570 :does :access_social_media. + :carol570 :does :access_social_media. } log:explains { - :carol5570 :complies false. + :carol570 :complies false. }. { @@ -331283,9 +141283,9 @@ } => { var:x_0 :complies false. }. - :carol5571 :does :access_social_media. + :carol571 :does :access_social_media. } log:explains { - :carol5571 :complies false. + :carol571 :complies false. }. { @@ -331294,9 +141294,9 @@ } => { var:x_0 :complies false. }. - :carol5572 :does :access_social_media. + :carol572 :does :access_social_media. } log:explains { - :carol5572 :complies false. + :carol572 :complies false. }. { @@ -331305,9 +141305,9 @@ } => { var:x_0 :complies false. }. - :carol5573 :does :access_social_media. + :carol573 :does :access_social_media. } log:explains { - :carol5573 :complies false. + :carol573 :complies false. }. { @@ -331316,9 +141316,9 @@ } => { var:x_0 :complies false. }. - :carol5574 :does :access_social_media. + :carol574 :does :access_social_media. } log:explains { - :carol5574 :complies false. + :carol574 :complies false. }. { @@ -331327,9 +141327,9 @@ } => { var:x_0 :complies false. }. - :carol5575 :does :access_social_media. + :carol575 :does :access_social_media. } log:explains { - :carol5575 :complies false. + :carol575 :complies false. }. { @@ -331338,9 +141338,9 @@ } => { var:x_0 :complies false. }. - :carol5576 :does :access_social_media. + :carol576 :does :access_social_media. } log:explains { - :carol5576 :complies false. + :carol576 :complies false. }. { @@ -331349,9 +141349,9 @@ } => { var:x_0 :complies false. }. - :carol5577 :does :access_social_media. + :carol577 :does :access_social_media. } log:explains { - :carol5577 :complies false. + :carol577 :complies false. }. { @@ -331360,9 +141360,9 @@ } => { var:x_0 :complies false. }. - :carol5578 :does :access_social_media. + :carol578 :does :access_social_media. } log:explains { - :carol5578 :complies false. + :carol578 :complies false. }. { @@ -331371,9 +141371,9 @@ } => { var:x_0 :complies false. }. - :carol5579 :does :access_social_media. + :carol579 :does :access_social_media. } log:explains { - :carol5579 :complies false. + :carol579 :complies false. }. { @@ -331382,9 +141382,9 @@ } => { var:x_0 :complies false. }. - :carol5580 :does :access_social_media. + :carol580 :does :access_social_media. } log:explains { - :carol5580 :complies false. + :carol580 :complies false. }. { @@ -331393,9 +141393,9 @@ } => { var:x_0 :complies false. }. - :carol5581 :does :access_social_media. + :carol581 :does :access_social_media. } log:explains { - :carol5581 :complies false. + :carol581 :complies false. }. { @@ -331404,9 +141404,9 @@ } => { var:x_0 :complies false. }. - :carol5582 :does :access_social_media. + :carol582 :does :access_social_media. } log:explains { - :carol5582 :complies false. + :carol582 :complies false. }. { @@ -331415,9 +141415,9 @@ } => { var:x_0 :complies false. }. - :carol5583 :does :access_social_media. + :carol583 :does :access_social_media. } log:explains { - :carol5583 :complies false. + :carol583 :complies false. }. { @@ -331426,9 +141426,9 @@ } => { var:x_0 :complies false. }. - :carol5584 :does :access_social_media. + :carol584 :does :access_social_media. } log:explains { - :carol5584 :complies false. + :carol584 :complies false. }. { @@ -331437,9 +141437,9 @@ } => { var:x_0 :complies false. }. - :carol5585 :does :access_social_media. + :carol585 :does :access_social_media. } log:explains { - :carol5585 :complies false. + :carol585 :complies false. }. { @@ -331448,9 +141448,9 @@ } => { var:x_0 :complies false. }. - :carol5586 :does :access_social_media. + :carol586 :does :access_social_media. } log:explains { - :carol5586 :complies false. + :carol586 :complies false. }. { @@ -331459,9 +141459,9 @@ } => { var:x_0 :complies false. }. - :carol5587 :does :access_social_media. + :carol587 :does :access_social_media. } log:explains { - :carol5587 :complies false. + :carol587 :complies false. }. { @@ -331470,9 +141470,9 @@ } => { var:x_0 :complies false. }. - :carol5588 :does :access_social_media. + :carol588 :does :access_social_media. } log:explains { - :carol5588 :complies false. + :carol588 :complies false. }. { @@ -331481,9 +141481,9 @@ } => { var:x_0 :complies false. }. - :carol5589 :does :access_social_media. + :carol589 :does :access_social_media. } log:explains { - :carol5589 :complies false. + :carol589 :complies false. }. { @@ -331492,9 +141492,9 @@ } => { var:x_0 :complies false. }. - :carol5590 :does :access_social_media. + :carol590 :does :access_social_media. } log:explains { - :carol5590 :complies false. + :carol590 :complies false. }. { @@ -331503,9 +141503,9 @@ } => { var:x_0 :complies false. }. - :carol5591 :does :access_social_media. + :carol591 :does :access_social_media. } log:explains { - :carol5591 :complies false. + :carol591 :complies false. }. { @@ -331514,9 +141514,9 @@ } => { var:x_0 :complies false. }. - :carol5592 :does :access_social_media. + :carol592 :does :access_social_media. } log:explains { - :carol5592 :complies false. + :carol592 :complies false. }. { @@ -331525,9 +141525,9 @@ } => { var:x_0 :complies false. }. - :carol5593 :does :access_social_media. + :carol593 :does :access_social_media. } log:explains { - :carol5593 :complies false. + :carol593 :complies false. }. { @@ -331536,9 +141536,9 @@ } => { var:x_0 :complies false. }. - :carol5594 :does :access_social_media. + :carol594 :does :access_social_media. } log:explains { - :carol5594 :complies false. + :carol594 :complies false. }. { @@ -331547,9 +141547,9 @@ } => { var:x_0 :complies false. }. - :carol5595 :does :access_social_media. + :carol595 :does :access_social_media. } log:explains { - :carol5595 :complies false. + :carol595 :complies false. }. { @@ -331558,9 +141558,9 @@ } => { var:x_0 :complies false. }. - :carol5596 :does :access_social_media. + :carol596 :does :access_social_media. } log:explains { - :carol5596 :complies false. + :carol596 :complies false. }. { @@ -331569,9 +141569,9 @@ } => { var:x_0 :complies false. }. - :carol5597 :does :access_social_media. + :carol597 :does :access_social_media. } log:explains { - :carol5597 :complies false. + :carol597 :complies false. }. { @@ -331580,9 +141580,9 @@ } => { var:x_0 :complies false. }. - :carol5598 :does :access_social_media. + :carol598 :does :access_social_media. } log:explains { - :carol5598 :complies false. + :carol598 :complies false. }. { @@ -331591,9 +141591,9 @@ } => { var:x_0 :complies false. }. - :carol5599 :does :access_social_media. + :carol599 :does :access_social_media. } log:explains { - :carol5599 :complies false. + :carol599 :complies false. }. { @@ -331602,9 +141602,9 @@ } => { var:x_0 :complies false. }. - :carol5600 :does :access_social_media. + :carol600 :does :access_social_media. } log:explains { - :carol5600 :complies false. + :carol600 :complies false. }. { @@ -331613,9 +141613,9 @@ } => { var:x_0 :complies false. }. - :carol5601 :does :access_social_media. + :carol601 :does :access_social_media. } log:explains { - :carol5601 :complies false. + :carol601 :complies false. }. { @@ -331624,9 +141624,9 @@ } => { var:x_0 :complies false. }. - :carol5602 :does :access_social_media. + :carol602 :does :access_social_media. } log:explains { - :carol5602 :complies false. + :carol602 :complies false. }. { @@ -331635,9 +141635,9 @@ } => { var:x_0 :complies false. }. - :carol5603 :does :access_social_media. + :carol603 :does :access_social_media. } log:explains { - :carol5603 :complies false. + :carol603 :complies false. }. { @@ -331646,9 +141646,9 @@ } => { var:x_0 :complies false. }. - :carol5604 :does :access_social_media. + :carol604 :does :access_social_media. } log:explains { - :carol5604 :complies false. + :carol604 :complies false. }. { @@ -331657,9 +141657,9 @@ } => { var:x_0 :complies false. }. - :carol5605 :does :access_social_media. + :carol605 :does :access_social_media. } log:explains { - :carol5605 :complies false. + :carol605 :complies false. }. { @@ -331668,9 +141668,9 @@ } => { var:x_0 :complies false. }. - :carol5606 :does :access_social_media. + :carol606 :does :access_social_media. } log:explains { - :carol5606 :complies false. + :carol606 :complies false. }. { @@ -331679,9 +141679,9 @@ } => { var:x_0 :complies false. }. - :carol5607 :does :access_social_media. + :carol607 :does :access_social_media. } log:explains { - :carol5607 :complies false. + :carol607 :complies false. }. { @@ -331690,9 +141690,9 @@ } => { var:x_0 :complies false. }. - :carol5608 :does :access_social_media. + :carol608 :does :access_social_media. } log:explains { - :carol5608 :complies false. + :carol608 :complies false. }. { @@ -331701,9 +141701,9 @@ } => { var:x_0 :complies false. }. - :carol5609 :does :access_social_media. + :carol609 :does :access_social_media. } log:explains { - :carol5609 :complies false. + :carol609 :complies false. }. { @@ -331712,9 +141712,9 @@ } => { var:x_0 :complies false. }. - :carol5610 :does :access_social_media. + :carol610 :does :access_social_media. } log:explains { - :carol5610 :complies false. + :carol610 :complies false. }. { @@ -331723,9 +141723,9 @@ } => { var:x_0 :complies false. }. - :carol5611 :does :access_social_media. + :carol611 :does :access_social_media. } log:explains { - :carol5611 :complies false. + :carol611 :complies false. }. { @@ -331734,9 +141734,9 @@ } => { var:x_0 :complies false. }. - :carol5612 :does :access_social_media. + :carol612 :does :access_social_media. } log:explains { - :carol5612 :complies false. + :carol612 :complies false. }. { @@ -331745,9 +141745,9 @@ } => { var:x_0 :complies false. }. - :carol5613 :does :access_social_media. + :carol613 :does :access_social_media. } log:explains { - :carol5613 :complies false. + :carol613 :complies false. }. { @@ -331756,9 +141756,9 @@ } => { var:x_0 :complies false. }. - :carol5614 :does :access_social_media. + :carol614 :does :access_social_media. } log:explains { - :carol5614 :complies false. + :carol614 :complies false. }. { @@ -331767,9 +141767,9 @@ } => { var:x_0 :complies false. }. - :carol5615 :does :access_social_media. + :carol615 :does :access_social_media. } log:explains { - :carol5615 :complies false. + :carol615 :complies false. }. { @@ -331778,9 +141778,9 @@ } => { var:x_0 :complies false. }. - :carol5616 :does :access_social_media. + :carol616 :does :access_social_media. } log:explains { - :carol5616 :complies false. + :carol616 :complies false. }. { @@ -331789,9 +141789,9 @@ } => { var:x_0 :complies false. }. - :carol5617 :does :access_social_media. + :carol617 :does :access_social_media. } log:explains { - :carol5617 :complies false. + :carol617 :complies false. }. { @@ -331800,9 +141800,9 @@ } => { var:x_0 :complies false. }. - :carol5618 :does :access_social_media. + :carol618 :does :access_social_media. } log:explains { - :carol5618 :complies false. + :carol618 :complies false. }. { @@ -331811,9 +141811,9 @@ } => { var:x_0 :complies false. }. - :carol5619 :does :access_social_media. + :carol619 :does :access_social_media. } log:explains { - :carol5619 :complies false. + :carol619 :complies false. }. { @@ -331822,9 +141822,9 @@ } => { var:x_0 :complies false. }. - :carol5620 :does :access_social_media. + :carol620 :does :access_social_media. } log:explains { - :carol5620 :complies false. + :carol620 :complies false. }. { @@ -331833,9 +141833,9 @@ } => { var:x_0 :complies false. }. - :carol5621 :does :access_social_media. + :carol621 :does :access_social_media. } log:explains { - :carol5621 :complies false. + :carol621 :complies false. }. { @@ -331844,9 +141844,9 @@ } => { var:x_0 :complies false. }. - :carol5622 :does :access_social_media. + :carol622 :does :access_social_media. } log:explains { - :carol5622 :complies false. + :carol622 :complies false. }. { @@ -331855,9 +141855,9 @@ } => { var:x_0 :complies false. }. - :carol5623 :does :access_social_media. + :carol623 :does :access_social_media. } log:explains { - :carol5623 :complies false. + :carol623 :complies false. }. { @@ -331866,9 +141866,9 @@ } => { var:x_0 :complies false. }. - :carol5624 :does :access_social_media. + :carol624 :does :access_social_media. } log:explains { - :carol5624 :complies false. + :carol624 :complies false. }. { @@ -331877,9 +141877,9 @@ } => { var:x_0 :complies false. }. - :carol5625 :does :access_social_media. + :carol625 :does :access_social_media. } log:explains { - :carol5625 :complies false. + :carol625 :complies false. }. { @@ -331888,9 +141888,9 @@ } => { var:x_0 :complies false. }. - :carol5626 :does :access_social_media. + :carol626 :does :access_social_media. } log:explains { - :carol5626 :complies false. + :carol626 :complies false. }. { @@ -331899,9 +141899,9 @@ } => { var:x_0 :complies false. }. - :carol5627 :does :access_social_media. + :carol627 :does :access_social_media. } log:explains { - :carol5627 :complies false. + :carol627 :complies false. }. { @@ -331910,9 +141910,9 @@ } => { var:x_0 :complies false. }. - :carol5628 :does :access_social_media. + :carol628 :does :access_social_media. } log:explains { - :carol5628 :complies false. + :carol628 :complies false. }. { @@ -331921,9 +141921,9 @@ } => { var:x_0 :complies false. }. - :carol5629 :does :access_social_media. + :carol629 :does :access_social_media. } log:explains { - :carol5629 :complies false. + :carol629 :complies false. }. { @@ -331932,9 +141932,9 @@ } => { var:x_0 :complies false. }. - :carol5630 :does :access_social_media. + :carol630 :does :access_social_media. } log:explains { - :carol5630 :complies false. + :carol630 :complies false. }. { @@ -331943,9 +141943,9 @@ } => { var:x_0 :complies false. }. - :carol5631 :does :access_social_media. + :carol631 :does :access_social_media. } log:explains { - :carol5631 :complies false. + :carol631 :complies false. }. { @@ -331954,9 +141954,9 @@ } => { var:x_0 :complies false. }. - :carol5632 :does :access_social_media. + :carol632 :does :access_social_media. } log:explains { - :carol5632 :complies false. + :carol632 :complies false. }. { @@ -331965,9 +141965,9 @@ } => { var:x_0 :complies false. }. - :carol5633 :does :access_social_media. + :carol633 :does :access_social_media. } log:explains { - :carol5633 :complies false. + :carol633 :complies false. }. { @@ -331976,9 +141976,9 @@ } => { var:x_0 :complies false. }. - :carol5634 :does :access_social_media. + :carol634 :does :access_social_media. } log:explains { - :carol5634 :complies false. + :carol634 :complies false. }. { @@ -331987,9 +141987,9 @@ } => { var:x_0 :complies false. }. - :carol5635 :does :access_social_media. + :carol635 :does :access_social_media. } log:explains { - :carol5635 :complies false. + :carol635 :complies false. }. { @@ -331998,9 +141998,9 @@ } => { var:x_0 :complies false. }. - :carol5636 :does :access_social_media. + :carol636 :does :access_social_media. } log:explains { - :carol5636 :complies false. + :carol636 :complies false. }. { @@ -332009,9 +142009,9 @@ } => { var:x_0 :complies false. }. - :carol5637 :does :access_social_media. + :carol637 :does :access_social_media. } log:explains { - :carol5637 :complies false. + :carol637 :complies false. }. { @@ -332020,9 +142020,9 @@ } => { var:x_0 :complies false. }. - :carol5638 :does :access_social_media. + :carol638 :does :access_social_media. } log:explains { - :carol5638 :complies false. + :carol638 :complies false. }. { @@ -332031,9 +142031,9 @@ } => { var:x_0 :complies false. }. - :carol5639 :does :access_social_media. + :carol639 :does :access_social_media. } log:explains { - :carol5639 :complies false. + :carol639 :complies false. }. { @@ -332042,9 +142042,9 @@ } => { var:x_0 :complies false. }. - :carol5640 :does :access_social_media. + :carol640 :does :access_social_media. } log:explains { - :carol5640 :complies false. + :carol640 :complies false. }. { @@ -332053,9 +142053,9 @@ } => { var:x_0 :complies false. }. - :carol5641 :does :access_social_media. + :carol641 :does :access_social_media. } log:explains { - :carol5641 :complies false. + :carol641 :complies false. }. { @@ -332064,9 +142064,9 @@ } => { var:x_0 :complies false. }. - :carol5642 :does :access_social_media. + :carol642 :does :access_social_media. } log:explains { - :carol5642 :complies false. + :carol642 :complies false. }. { @@ -332075,9 +142075,9 @@ } => { var:x_0 :complies false. }. - :carol5643 :does :access_social_media. + :carol643 :does :access_social_media. } log:explains { - :carol5643 :complies false. + :carol643 :complies false. }. { @@ -332086,9 +142086,9 @@ } => { var:x_0 :complies false. }. - :carol5644 :does :access_social_media. + :carol644 :does :access_social_media. } log:explains { - :carol5644 :complies false. + :carol644 :complies false. }. { @@ -332097,9 +142097,9 @@ } => { var:x_0 :complies false. }. - :carol5645 :does :access_social_media. + :carol645 :does :access_social_media. } log:explains { - :carol5645 :complies false. + :carol645 :complies false. }. { @@ -332108,9 +142108,9 @@ } => { var:x_0 :complies false. }. - :carol5646 :does :access_social_media. + :carol646 :does :access_social_media. } log:explains { - :carol5646 :complies false. + :carol646 :complies false. }. { @@ -332119,9 +142119,9 @@ } => { var:x_0 :complies false. }. - :carol5647 :does :access_social_media. + :carol647 :does :access_social_media. } log:explains { - :carol5647 :complies false. + :carol647 :complies false. }. { @@ -332130,9 +142130,9 @@ } => { var:x_0 :complies false. }. - :carol5648 :does :access_social_media. + :carol648 :does :access_social_media. } log:explains { - :carol5648 :complies false. + :carol648 :complies false. }. { @@ -332141,9 +142141,9 @@ } => { var:x_0 :complies false. }. - :carol5649 :does :access_social_media. + :carol649 :does :access_social_media. } log:explains { - :carol5649 :complies false. + :carol649 :complies false. }. { @@ -332152,9 +142152,9 @@ } => { var:x_0 :complies false. }. - :carol5650 :does :access_social_media. + :carol650 :does :access_social_media. } log:explains { - :carol5650 :complies false. + :carol650 :complies false. }. { @@ -332163,9 +142163,9 @@ } => { var:x_0 :complies false. }. - :carol5651 :does :access_social_media. + :carol651 :does :access_social_media. } log:explains { - :carol5651 :complies false. + :carol651 :complies false. }. { @@ -332174,9 +142174,9 @@ } => { var:x_0 :complies false. }. - :carol5652 :does :access_social_media. + :carol652 :does :access_social_media. } log:explains { - :carol5652 :complies false. + :carol652 :complies false. }. { @@ -332185,9 +142185,9 @@ } => { var:x_0 :complies false. }. - :carol5653 :does :access_social_media. + :carol653 :does :access_social_media. } log:explains { - :carol5653 :complies false. + :carol653 :complies false. }. { @@ -332196,9 +142196,9 @@ } => { var:x_0 :complies false. }. - :carol5654 :does :access_social_media. + :carol654 :does :access_social_media. } log:explains { - :carol5654 :complies false. + :carol654 :complies false. }. { @@ -332207,9 +142207,9 @@ } => { var:x_0 :complies false. }. - :carol5655 :does :access_social_media. + :carol655 :does :access_social_media. } log:explains { - :carol5655 :complies false. + :carol655 :complies false. }. { @@ -332218,9 +142218,9 @@ } => { var:x_0 :complies false. }. - :carol5656 :does :access_social_media. + :carol656 :does :access_social_media. } log:explains { - :carol5656 :complies false. + :carol656 :complies false. }. { @@ -332229,9 +142229,9 @@ } => { var:x_0 :complies false. }. - :carol5657 :does :access_social_media. + :carol657 :does :access_social_media. } log:explains { - :carol5657 :complies false. + :carol657 :complies false. }. { @@ -332240,9 +142240,9 @@ } => { var:x_0 :complies false. }. - :carol5658 :does :access_social_media. + :carol658 :does :access_social_media. } log:explains { - :carol5658 :complies false. + :carol658 :complies false. }. { @@ -332251,9 +142251,9 @@ } => { var:x_0 :complies false. }. - :carol5659 :does :access_social_media. + :carol659 :does :access_social_media. } log:explains { - :carol5659 :complies false. + :carol659 :complies false. }. { @@ -332262,9 +142262,9 @@ } => { var:x_0 :complies false. }. - :carol5660 :does :access_social_media. + :carol660 :does :access_social_media. } log:explains { - :carol5660 :complies false. + :carol660 :complies false. }. { @@ -332273,9 +142273,9 @@ } => { var:x_0 :complies false. }. - :carol5661 :does :access_social_media. + :carol661 :does :access_social_media. } log:explains { - :carol5661 :complies false. + :carol661 :complies false. }. { @@ -332284,9 +142284,9 @@ } => { var:x_0 :complies false. }. - :carol5662 :does :access_social_media. + :carol662 :does :access_social_media. } log:explains { - :carol5662 :complies false. + :carol662 :complies false. }. { @@ -332295,9 +142295,9 @@ } => { var:x_0 :complies false. }. - :carol5663 :does :access_social_media. + :carol663 :does :access_social_media. } log:explains { - :carol5663 :complies false. + :carol663 :complies false. }. { @@ -332306,9 +142306,9 @@ } => { var:x_0 :complies false. }. - :carol5664 :does :access_social_media. + :carol664 :does :access_social_media. } log:explains { - :carol5664 :complies false. + :carol664 :complies false. }. { @@ -332317,9 +142317,9 @@ } => { var:x_0 :complies false. }. - :carol5665 :does :access_social_media. + :carol665 :does :access_social_media. } log:explains { - :carol5665 :complies false. + :carol665 :complies false. }. { @@ -332328,9 +142328,9 @@ } => { var:x_0 :complies false. }. - :carol5666 :does :access_social_media. + :carol666 :does :access_social_media. } log:explains { - :carol5666 :complies false. + :carol666 :complies false. }. { @@ -332339,9 +142339,9 @@ } => { var:x_0 :complies false. }. - :carol5667 :does :access_social_media. + :carol667 :does :access_social_media. } log:explains { - :carol5667 :complies false. + :carol667 :complies false. }. { @@ -332350,9 +142350,9 @@ } => { var:x_0 :complies false. }. - :carol5668 :does :access_social_media. + :carol668 :does :access_social_media. } log:explains { - :carol5668 :complies false. + :carol668 :complies false. }. { @@ -332361,9 +142361,9 @@ } => { var:x_0 :complies false. }. - :carol5669 :does :access_social_media. + :carol669 :does :access_social_media. } log:explains { - :carol5669 :complies false. + :carol669 :complies false. }. { @@ -332372,9 +142372,9 @@ } => { var:x_0 :complies false. }. - :carol5670 :does :access_social_media. + :carol670 :does :access_social_media. } log:explains { - :carol5670 :complies false. + :carol670 :complies false. }. { @@ -332383,9 +142383,9 @@ } => { var:x_0 :complies false. }. - :carol5671 :does :access_social_media. + :carol671 :does :access_social_media. } log:explains { - :carol5671 :complies false. + :carol671 :complies false. }. { @@ -332394,9 +142394,9 @@ } => { var:x_0 :complies false. }. - :carol5672 :does :access_social_media. + :carol672 :does :access_social_media. } log:explains { - :carol5672 :complies false. + :carol672 :complies false. }. { @@ -332405,9 +142405,9 @@ } => { var:x_0 :complies false. }. - :carol5673 :does :access_social_media. + :carol673 :does :access_social_media. } log:explains { - :carol5673 :complies false. + :carol673 :complies false. }. { @@ -332416,9 +142416,9 @@ } => { var:x_0 :complies false. }. - :carol5674 :does :access_social_media. + :carol674 :does :access_social_media. } log:explains { - :carol5674 :complies false. + :carol674 :complies false. }. { @@ -332427,9 +142427,9 @@ } => { var:x_0 :complies false. }. - :carol5675 :does :access_social_media. + :carol675 :does :access_social_media. } log:explains { - :carol5675 :complies false. + :carol675 :complies false. }. { @@ -332438,9 +142438,9 @@ } => { var:x_0 :complies false. }. - :carol5676 :does :access_social_media. + :carol676 :does :access_social_media. } log:explains { - :carol5676 :complies false. + :carol676 :complies false. }. { @@ -332449,9 +142449,9 @@ } => { var:x_0 :complies false. }. - :carol5677 :does :access_social_media. + :carol677 :does :access_social_media. } log:explains { - :carol5677 :complies false. + :carol677 :complies false. }. { @@ -332460,9 +142460,9 @@ } => { var:x_0 :complies false. }. - :carol5678 :does :access_social_media. + :carol678 :does :access_social_media. } log:explains { - :carol5678 :complies false. + :carol678 :complies false. }. { @@ -332471,9 +142471,9 @@ } => { var:x_0 :complies false. }. - :carol5679 :does :access_social_media. + :carol679 :does :access_social_media. } log:explains { - :carol5679 :complies false. + :carol679 :complies false. }. { @@ -332482,9 +142482,9 @@ } => { var:x_0 :complies false. }. - :carol5680 :does :access_social_media. + :carol680 :does :access_social_media. } log:explains { - :carol5680 :complies false. + :carol680 :complies false. }. { @@ -332493,9 +142493,9 @@ } => { var:x_0 :complies false. }. - :carol5681 :does :access_social_media. + :carol681 :does :access_social_media. } log:explains { - :carol5681 :complies false. + :carol681 :complies false. }. { @@ -332504,9 +142504,9 @@ } => { var:x_0 :complies false. }. - :carol5682 :does :access_social_media. + :carol682 :does :access_social_media. } log:explains { - :carol5682 :complies false. + :carol682 :complies false. }. { @@ -332515,9 +142515,9 @@ } => { var:x_0 :complies false. }. - :carol5683 :does :access_social_media. + :carol683 :does :access_social_media. } log:explains { - :carol5683 :complies false. + :carol683 :complies false. }. { @@ -332526,9 +142526,9 @@ } => { var:x_0 :complies false. }. - :carol5684 :does :access_social_media. + :carol684 :does :access_social_media. } log:explains { - :carol5684 :complies false. + :carol684 :complies false. }. { @@ -332537,9 +142537,9 @@ } => { var:x_0 :complies false. }. - :carol5685 :does :access_social_media. + :carol685 :does :access_social_media. } log:explains { - :carol5685 :complies false. + :carol685 :complies false. }. { @@ -332548,9 +142548,9 @@ } => { var:x_0 :complies false. }. - :carol5686 :does :access_social_media. + :carol686 :does :access_social_media. } log:explains { - :carol5686 :complies false. + :carol686 :complies false. }. { @@ -332559,9 +142559,9 @@ } => { var:x_0 :complies false. }. - :carol5687 :does :access_social_media. + :carol687 :does :access_social_media. } log:explains { - :carol5687 :complies false. + :carol687 :complies false. }. { @@ -332570,9 +142570,9 @@ } => { var:x_0 :complies false. }. - :carol5688 :does :access_social_media. + :carol688 :does :access_social_media. } log:explains { - :carol5688 :complies false. + :carol688 :complies false. }. { @@ -332581,9 +142581,9 @@ } => { var:x_0 :complies false. }. - :carol5689 :does :access_social_media. + :carol689 :does :access_social_media. } log:explains { - :carol5689 :complies false. + :carol689 :complies false. }. { @@ -332592,9 +142592,9 @@ } => { var:x_0 :complies false. }. - :carol5690 :does :access_social_media. + :carol690 :does :access_social_media. } log:explains { - :carol5690 :complies false. + :carol690 :complies false. }. { @@ -332603,9 +142603,9 @@ } => { var:x_0 :complies false. }. - :carol5691 :does :access_social_media. + :carol691 :does :access_social_media. } log:explains { - :carol5691 :complies false. + :carol691 :complies false. }. { @@ -332614,9 +142614,9 @@ } => { var:x_0 :complies false. }. - :carol5692 :does :access_social_media. + :carol692 :does :access_social_media. } log:explains { - :carol5692 :complies false. + :carol692 :complies false. }. { @@ -332625,9 +142625,9 @@ } => { var:x_0 :complies false. }. - :carol5693 :does :access_social_media. + :carol693 :does :access_social_media. } log:explains { - :carol5693 :complies false. + :carol693 :complies false. }. { @@ -332636,9 +142636,9 @@ } => { var:x_0 :complies false. }. - :carol5694 :does :access_social_media. + :carol694 :does :access_social_media. } log:explains { - :carol5694 :complies false. + :carol694 :complies false. }. { @@ -332647,9 +142647,9 @@ } => { var:x_0 :complies false. }. - :carol5695 :does :access_social_media. + :carol695 :does :access_social_media. } log:explains { - :carol5695 :complies false. + :carol695 :complies false. }. { @@ -332658,9 +142658,9 @@ } => { var:x_0 :complies false. }. - :carol5696 :does :access_social_media. + :carol696 :does :access_social_media. } log:explains { - :carol5696 :complies false. + :carol696 :complies false. }. { @@ -332669,9 +142669,9 @@ } => { var:x_0 :complies false. }. - :carol5697 :does :access_social_media. + :carol697 :does :access_social_media. } log:explains { - :carol5697 :complies false. + :carol697 :complies false. }. { @@ -332680,9 +142680,9 @@ } => { var:x_0 :complies false. }. - :carol5698 :does :access_social_media. + :carol698 :does :access_social_media. } log:explains { - :carol5698 :complies false. + :carol698 :complies false. }. { @@ -332691,9 +142691,9 @@ } => { var:x_0 :complies false. }. - :carol5699 :does :access_social_media. + :carol699 :does :access_social_media. } log:explains { - :carol5699 :complies false. + :carol699 :complies false. }. { @@ -332702,9 +142702,9 @@ } => { var:x_0 :complies false. }. - :carol5700 :does :access_social_media. + :carol700 :does :access_social_media. } log:explains { - :carol5700 :complies false. + :carol700 :complies false. }. { @@ -332713,9 +142713,9 @@ } => { var:x_0 :complies false. }. - :carol5701 :does :access_social_media. + :carol701 :does :access_social_media. } log:explains { - :carol5701 :complies false. + :carol701 :complies false. }. { @@ -332724,9 +142724,9 @@ } => { var:x_0 :complies false. }. - :carol5702 :does :access_social_media. + :carol702 :does :access_social_media. } log:explains { - :carol5702 :complies false. + :carol702 :complies false. }. { @@ -332735,9 +142735,9 @@ } => { var:x_0 :complies false. }. - :carol5703 :does :access_social_media. + :carol703 :does :access_social_media. } log:explains { - :carol5703 :complies false. + :carol703 :complies false. }. { @@ -332746,9 +142746,9 @@ } => { var:x_0 :complies false. }. - :carol5704 :does :access_social_media. + :carol704 :does :access_social_media. } log:explains { - :carol5704 :complies false. + :carol704 :complies false. }. { @@ -332757,9 +142757,9 @@ } => { var:x_0 :complies false. }. - :carol5705 :does :access_social_media. + :carol705 :does :access_social_media. } log:explains { - :carol5705 :complies false. + :carol705 :complies false. }. { @@ -332768,9 +142768,9 @@ } => { var:x_0 :complies false. }. - :carol5706 :does :access_social_media. + :carol706 :does :access_social_media. } log:explains { - :carol5706 :complies false. + :carol706 :complies false. }. { @@ -332779,9 +142779,9 @@ } => { var:x_0 :complies false. }. - :carol5707 :does :access_social_media. + :carol707 :does :access_social_media. } log:explains { - :carol5707 :complies false. + :carol707 :complies false. }. { @@ -332790,9 +142790,9 @@ } => { var:x_0 :complies false. }. - :carol5708 :does :access_social_media. + :carol708 :does :access_social_media. } log:explains { - :carol5708 :complies false. + :carol708 :complies false. }. { @@ -332801,9 +142801,9 @@ } => { var:x_0 :complies false. }. - :carol5709 :does :access_social_media. + :carol709 :does :access_social_media. } log:explains { - :carol5709 :complies false. + :carol709 :complies false. }. { @@ -332812,9 +142812,9 @@ } => { var:x_0 :complies false. }. - :carol5710 :does :access_social_media. + :carol710 :does :access_social_media. } log:explains { - :carol5710 :complies false. + :carol710 :complies false. }. { @@ -332823,9 +142823,9 @@ } => { var:x_0 :complies false. }. - :carol5711 :does :access_social_media. + :carol711 :does :access_social_media. } log:explains { - :carol5711 :complies false. + :carol711 :complies false. }. { @@ -332834,9 +142834,9 @@ } => { var:x_0 :complies false. }. - :carol5712 :does :access_social_media. + :carol712 :does :access_social_media. } log:explains { - :carol5712 :complies false. + :carol712 :complies false. }. { @@ -332845,9 +142845,9 @@ } => { var:x_0 :complies false. }. - :carol5713 :does :access_social_media. + :carol713 :does :access_social_media. } log:explains { - :carol5713 :complies false. + :carol713 :complies false. }. { @@ -332856,9 +142856,9 @@ } => { var:x_0 :complies false. }. - :carol5714 :does :access_social_media. + :carol714 :does :access_social_media. } log:explains { - :carol5714 :complies false. + :carol714 :complies false. }. { @@ -332867,9 +142867,9 @@ } => { var:x_0 :complies false. }. - :carol5715 :does :access_social_media. + :carol715 :does :access_social_media. } log:explains { - :carol5715 :complies false. + :carol715 :complies false. }. { @@ -332878,9 +142878,9 @@ } => { var:x_0 :complies false. }. - :carol5716 :does :access_social_media. + :carol716 :does :access_social_media. } log:explains { - :carol5716 :complies false. + :carol716 :complies false. }. { @@ -332889,9 +142889,9 @@ } => { var:x_0 :complies false. }. - :carol5717 :does :access_social_media. + :carol717 :does :access_social_media. } log:explains { - :carol5717 :complies false. + :carol717 :complies false. }. { @@ -332900,9 +142900,9 @@ } => { var:x_0 :complies false. }. - :carol5718 :does :access_social_media. + :carol718 :does :access_social_media. } log:explains { - :carol5718 :complies false. + :carol718 :complies false. }. { @@ -332911,9 +142911,9 @@ } => { var:x_0 :complies false. }. - :carol5719 :does :access_social_media. + :carol719 :does :access_social_media. } log:explains { - :carol5719 :complies false. + :carol719 :complies false. }. { @@ -332922,9 +142922,9 @@ } => { var:x_0 :complies false. }. - :carol5720 :does :access_social_media. + :carol720 :does :access_social_media. } log:explains { - :carol5720 :complies false. + :carol720 :complies false. }. { @@ -332933,9 +142933,9 @@ } => { var:x_0 :complies false. }. - :carol5721 :does :access_social_media. + :carol721 :does :access_social_media. } log:explains { - :carol5721 :complies false. + :carol721 :complies false. }. { @@ -332944,9 +142944,9 @@ } => { var:x_0 :complies false. }. - :carol5722 :does :access_social_media. + :carol722 :does :access_social_media. } log:explains { - :carol5722 :complies false. + :carol722 :complies false. }. { @@ -332955,9 +142955,9 @@ } => { var:x_0 :complies false. }. - :carol5723 :does :access_social_media. + :carol723 :does :access_social_media. } log:explains { - :carol5723 :complies false. + :carol723 :complies false. }. { @@ -332966,9 +142966,9 @@ } => { var:x_0 :complies false. }. - :carol5724 :does :access_social_media. + :carol724 :does :access_social_media. } log:explains { - :carol5724 :complies false. + :carol724 :complies false. }. { @@ -332977,9 +142977,9 @@ } => { var:x_0 :complies false. }. - :carol5725 :does :access_social_media. + :carol725 :does :access_social_media. } log:explains { - :carol5725 :complies false. + :carol725 :complies false. }. { @@ -332988,9 +142988,9 @@ } => { var:x_0 :complies false. }. - :carol5726 :does :access_social_media. + :carol726 :does :access_social_media. } log:explains { - :carol5726 :complies false. + :carol726 :complies false. }. { @@ -332999,9 +142999,9 @@ } => { var:x_0 :complies false. }. - :carol5727 :does :access_social_media. + :carol727 :does :access_social_media. } log:explains { - :carol5727 :complies false. + :carol727 :complies false. }. { @@ -333010,9 +143010,9 @@ } => { var:x_0 :complies false. }. - :carol5728 :does :access_social_media. + :carol728 :does :access_social_media. } log:explains { - :carol5728 :complies false. + :carol728 :complies false. }. { @@ -333021,9 +143021,9 @@ } => { var:x_0 :complies false. }. - :carol5729 :does :access_social_media. + :carol729 :does :access_social_media. } log:explains { - :carol5729 :complies false. + :carol729 :complies false. }. { @@ -333032,9 +143032,9 @@ } => { var:x_0 :complies false. }. - :carol5730 :does :access_social_media. + :carol730 :does :access_social_media. } log:explains { - :carol5730 :complies false. + :carol730 :complies false. }. { @@ -333043,9 +143043,9 @@ } => { var:x_0 :complies false. }. - :carol5731 :does :access_social_media. + :carol731 :does :access_social_media. } log:explains { - :carol5731 :complies false. + :carol731 :complies false. }. { @@ -333054,9 +143054,9 @@ } => { var:x_0 :complies false. }. - :carol5732 :does :access_social_media. + :carol732 :does :access_social_media. } log:explains { - :carol5732 :complies false. + :carol732 :complies false. }. { @@ -333065,9 +143065,9 @@ } => { var:x_0 :complies false. }. - :carol5733 :does :access_social_media. + :carol733 :does :access_social_media. } log:explains { - :carol5733 :complies false. + :carol733 :complies false. }. { @@ -333076,9 +143076,9 @@ } => { var:x_0 :complies false. }. - :carol5734 :does :access_social_media. + :carol734 :does :access_social_media. } log:explains { - :carol5734 :complies false. + :carol734 :complies false. }. { @@ -333087,9 +143087,9 @@ } => { var:x_0 :complies false. }. - :carol5735 :does :access_social_media. + :carol735 :does :access_social_media. } log:explains { - :carol5735 :complies false. + :carol735 :complies false. }. { @@ -333098,9 +143098,9 @@ } => { var:x_0 :complies false. }. - :carol5736 :does :access_social_media. + :carol736 :does :access_social_media. } log:explains { - :carol5736 :complies false. + :carol736 :complies false. }. { @@ -333109,9 +143109,9 @@ } => { var:x_0 :complies false. }. - :carol5737 :does :access_social_media. + :carol737 :does :access_social_media. } log:explains { - :carol5737 :complies false. + :carol737 :complies false. }. { @@ -333120,9 +143120,9 @@ } => { var:x_0 :complies false. }. - :carol5738 :does :access_social_media. + :carol738 :does :access_social_media. } log:explains { - :carol5738 :complies false. + :carol738 :complies false. }. { @@ -333131,9 +143131,9 @@ } => { var:x_0 :complies false. }. - :carol5739 :does :access_social_media. + :carol739 :does :access_social_media. } log:explains { - :carol5739 :complies false. + :carol739 :complies false. }. { @@ -333142,9 +143142,9 @@ } => { var:x_0 :complies false. }. - :carol5740 :does :access_social_media. + :carol740 :does :access_social_media. } log:explains { - :carol5740 :complies false. + :carol740 :complies false. }. { @@ -333153,9 +143153,9 @@ } => { var:x_0 :complies false. }. - :carol5741 :does :access_social_media. + :carol741 :does :access_social_media. } log:explains { - :carol5741 :complies false. + :carol741 :complies false. }. { @@ -333164,9 +143164,9 @@ } => { var:x_0 :complies false. }. - :carol5742 :does :access_social_media. + :carol742 :does :access_social_media. } log:explains { - :carol5742 :complies false. + :carol742 :complies false. }. { @@ -333175,9 +143175,9 @@ } => { var:x_0 :complies false. }. - :carol5743 :does :access_social_media. + :carol743 :does :access_social_media. } log:explains { - :carol5743 :complies false. + :carol743 :complies false. }. { @@ -333186,9 +143186,9 @@ } => { var:x_0 :complies false. }. - :carol5744 :does :access_social_media. + :carol744 :does :access_social_media. } log:explains { - :carol5744 :complies false. + :carol744 :complies false. }. { @@ -333197,9 +143197,9 @@ } => { var:x_0 :complies false. }. - :carol5745 :does :access_social_media. + :carol745 :does :access_social_media. } log:explains { - :carol5745 :complies false. + :carol745 :complies false. }. { @@ -333208,9 +143208,9 @@ } => { var:x_0 :complies false. }. - :carol5746 :does :access_social_media. + :carol746 :does :access_social_media. } log:explains { - :carol5746 :complies false. + :carol746 :complies false. }. { @@ -333219,9 +143219,9 @@ } => { var:x_0 :complies false. }. - :carol5747 :does :access_social_media. + :carol747 :does :access_social_media. } log:explains { - :carol5747 :complies false. + :carol747 :complies false. }. { @@ -333230,9 +143230,9 @@ } => { var:x_0 :complies false. }. - :carol5748 :does :access_social_media. + :carol748 :does :access_social_media. } log:explains { - :carol5748 :complies false. + :carol748 :complies false. }. { @@ -333241,9 +143241,9 @@ } => { var:x_0 :complies false. }. - :carol5749 :does :access_social_media. + :carol749 :does :access_social_media. } log:explains { - :carol5749 :complies false. + :carol749 :complies false. }. { @@ -333252,9 +143252,9 @@ } => { var:x_0 :complies false. }. - :carol5750 :does :access_social_media. + :carol750 :does :access_social_media. } log:explains { - :carol5750 :complies false. + :carol750 :complies false. }. { @@ -333263,9 +143263,9 @@ } => { var:x_0 :complies false. }. - :carol5751 :does :access_social_media. + :carol751 :does :access_social_media. } log:explains { - :carol5751 :complies false. + :carol751 :complies false. }. { @@ -333274,9 +143274,9 @@ } => { var:x_0 :complies false. }. - :carol5752 :does :access_social_media. + :carol752 :does :access_social_media. } log:explains { - :carol5752 :complies false. + :carol752 :complies false. }. { @@ -333285,9 +143285,9 @@ } => { var:x_0 :complies false. }. - :carol5753 :does :access_social_media. + :carol753 :does :access_social_media. } log:explains { - :carol5753 :complies false. + :carol753 :complies false. }. { @@ -333296,9 +143296,9 @@ } => { var:x_0 :complies false. }. - :carol5754 :does :access_social_media. + :carol754 :does :access_social_media. } log:explains { - :carol5754 :complies false. + :carol754 :complies false. }. { @@ -333307,9 +143307,9 @@ } => { var:x_0 :complies false. }. - :carol5755 :does :access_social_media. + :carol755 :does :access_social_media. } log:explains { - :carol5755 :complies false. + :carol755 :complies false. }. { @@ -333318,9 +143318,9 @@ } => { var:x_0 :complies false. }. - :carol5756 :does :access_social_media. + :carol756 :does :access_social_media. } log:explains { - :carol5756 :complies false. + :carol756 :complies false. }. { @@ -333329,9 +143329,9 @@ } => { var:x_0 :complies false. }. - :carol5757 :does :access_social_media. + :carol757 :does :access_social_media. } log:explains { - :carol5757 :complies false. + :carol757 :complies false. }. { @@ -333340,9 +143340,9 @@ } => { var:x_0 :complies false. }. - :carol5758 :does :access_social_media. + :carol758 :does :access_social_media. } log:explains { - :carol5758 :complies false. + :carol758 :complies false. }. { @@ -333351,9 +143351,9 @@ } => { var:x_0 :complies false. }. - :carol5759 :does :access_social_media. + :carol759 :does :access_social_media. } log:explains { - :carol5759 :complies false. + :carol759 :complies false. }. { @@ -333362,9 +143362,9 @@ } => { var:x_0 :complies false. }. - :carol5760 :does :access_social_media. + :carol760 :does :access_social_media. } log:explains { - :carol5760 :complies false. + :carol760 :complies false. }. { @@ -333373,9 +143373,9 @@ } => { var:x_0 :complies false. }. - :carol5761 :does :access_social_media. + :carol761 :does :access_social_media. } log:explains { - :carol5761 :complies false. + :carol761 :complies false. }. { @@ -333384,9 +143384,9 @@ } => { var:x_0 :complies false. }. - :carol5762 :does :access_social_media. + :carol762 :does :access_social_media. } log:explains { - :carol5762 :complies false. + :carol762 :complies false. }. { @@ -333395,9 +143395,9 @@ } => { var:x_0 :complies false. }. - :carol5763 :does :access_social_media. + :carol763 :does :access_social_media. } log:explains { - :carol5763 :complies false. + :carol763 :complies false. }. { @@ -333406,9 +143406,9 @@ } => { var:x_0 :complies false. }. - :carol5764 :does :access_social_media. + :carol764 :does :access_social_media. } log:explains { - :carol5764 :complies false. + :carol764 :complies false. }. { @@ -333417,9 +143417,9 @@ } => { var:x_0 :complies false. }. - :carol5765 :does :access_social_media. + :carol765 :does :access_social_media. } log:explains { - :carol5765 :complies false. + :carol765 :complies false. }. { @@ -333428,9 +143428,9 @@ } => { var:x_0 :complies false. }. - :carol5766 :does :access_social_media. + :carol766 :does :access_social_media. } log:explains { - :carol5766 :complies false. + :carol766 :complies false. }. { @@ -333439,9 +143439,9 @@ } => { var:x_0 :complies false. }. - :carol5767 :does :access_social_media. + :carol767 :does :access_social_media. } log:explains { - :carol5767 :complies false. + :carol767 :complies false. }. { @@ -333450,9 +143450,9 @@ } => { var:x_0 :complies false. }. - :carol5768 :does :access_social_media. + :carol768 :does :access_social_media. } log:explains { - :carol5768 :complies false. + :carol768 :complies false. }. { @@ -333461,9 +143461,9 @@ } => { var:x_0 :complies false. }. - :carol5769 :does :access_social_media. + :carol769 :does :access_social_media. } log:explains { - :carol5769 :complies false. + :carol769 :complies false. }. { @@ -333472,9 +143472,9 @@ } => { var:x_0 :complies false. }. - :carol5770 :does :access_social_media. + :carol770 :does :access_social_media. } log:explains { - :carol5770 :complies false. + :carol770 :complies false. }. { @@ -333483,9 +143483,9 @@ } => { var:x_0 :complies false. }. - :carol5771 :does :access_social_media. + :carol771 :does :access_social_media. } log:explains { - :carol5771 :complies false. + :carol771 :complies false. }. { @@ -333494,9 +143494,9 @@ } => { var:x_0 :complies false. }. - :carol5772 :does :access_social_media. + :carol772 :does :access_social_media. } log:explains { - :carol5772 :complies false. + :carol772 :complies false. }. { @@ -333505,9 +143505,9 @@ } => { var:x_0 :complies false. }. - :carol5773 :does :access_social_media. + :carol773 :does :access_social_media. } log:explains { - :carol5773 :complies false. + :carol773 :complies false. }. { @@ -333516,9 +143516,9 @@ } => { var:x_0 :complies false. }. - :carol5774 :does :access_social_media. + :carol774 :does :access_social_media. } log:explains { - :carol5774 :complies false. + :carol774 :complies false. }. { @@ -333527,9 +143527,9 @@ } => { var:x_0 :complies false. }. - :carol5775 :does :access_social_media. + :carol775 :does :access_social_media. } log:explains { - :carol5775 :complies false. + :carol775 :complies false. }. { @@ -333538,9 +143538,9 @@ } => { var:x_0 :complies false. }. - :carol5776 :does :access_social_media. + :carol776 :does :access_social_media. } log:explains { - :carol5776 :complies false. + :carol776 :complies false. }. { @@ -333549,9 +143549,9 @@ } => { var:x_0 :complies false. }. - :carol5777 :does :access_social_media. + :carol777 :does :access_social_media. } log:explains { - :carol5777 :complies false. + :carol777 :complies false. }. { @@ -333560,9 +143560,9 @@ } => { var:x_0 :complies false. }. - :carol5778 :does :access_social_media. + :carol778 :does :access_social_media. } log:explains { - :carol5778 :complies false. + :carol778 :complies false. }. { @@ -333571,9 +143571,9 @@ } => { var:x_0 :complies false. }. - :carol5779 :does :access_social_media. + :carol779 :does :access_social_media. } log:explains { - :carol5779 :complies false. + :carol779 :complies false. }. { @@ -333582,9 +143582,9 @@ } => { var:x_0 :complies false. }. - :carol5780 :does :access_social_media. + :carol780 :does :access_social_media. } log:explains { - :carol5780 :complies false. + :carol780 :complies false. }. { @@ -333593,9 +143593,9 @@ } => { var:x_0 :complies false. }. - :carol5781 :does :access_social_media. + :carol781 :does :access_social_media. } log:explains { - :carol5781 :complies false. + :carol781 :complies false. }. { @@ -333604,9 +143604,9 @@ } => { var:x_0 :complies false. }. - :carol5782 :does :access_social_media. + :carol782 :does :access_social_media. } log:explains { - :carol5782 :complies false. + :carol782 :complies false. }. { @@ -333615,9 +143615,9 @@ } => { var:x_0 :complies false. }. - :carol5783 :does :access_social_media. + :carol783 :does :access_social_media. } log:explains { - :carol5783 :complies false. + :carol783 :complies false. }. { @@ -333626,9 +143626,9 @@ } => { var:x_0 :complies false. }. - :carol5784 :does :access_social_media. + :carol784 :does :access_social_media. } log:explains { - :carol5784 :complies false. + :carol784 :complies false. }. { @@ -333637,9 +143637,9 @@ } => { var:x_0 :complies false. }. - :carol5785 :does :access_social_media. + :carol785 :does :access_social_media. } log:explains { - :carol5785 :complies false. + :carol785 :complies false. }. { @@ -333648,9 +143648,9 @@ } => { var:x_0 :complies false. }. - :carol5786 :does :access_social_media. + :carol786 :does :access_social_media. } log:explains { - :carol5786 :complies false. + :carol786 :complies false. }. { @@ -333659,9 +143659,9 @@ } => { var:x_0 :complies false. }. - :carol5787 :does :access_social_media. + :carol787 :does :access_social_media. } log:explains { - :carol5787 :complies false. + :carol787 :complies false. }. { @@ -333670,9 +143670,9 @@ } => { var:x_0 :complies false. }. - :carol5788 :does :access_social_media. + :carol788 :does :access_social_media. } log:explains { - :carol5788 :complies false. + :carol788 :complies false. }. { @@ -333681,9 +143681,9 @@ } => { var:x_0 :complies false. }. - :carol5789 :does :access_social_media. + :carol789 :does :access_social_media. } log:explains { - :carol5789 :complies false. + :carol789 :complies false. }. { @@ -333692,9 +143692,9 @@ } => { var:x_0 :complies false. }. - :carol5790 :does :access_social_media. + :carol790 :does :access_social_media. } log:explains { - :carol5790 :complies false. + :carol790 :complies false. }. { @@ -333703,9 +143703,9 @@ } => { var:x_0 :complies false. }. - :carol5791 :does :access_social_media. + :carol791 :does :access_social_media. } log:explains { - :carol5791 :complies false. + :carol791 :complies false. }. { @@ -333714,9 +143714,9 @@ } => { var:x_0 :complies false. }. - :carol5792 :does :access_social_media. + :carol792 :does :access_social_media. } log:explains { - :carol5792 :complies false. + :carol792 :complies false. }. { @@ -333725,9 +143725,9 @@ } => { var:x_0 :complies false. }. - :carol5793 :does :access_social_media. + :carol793 :does :access_social_media. } log:explains { - :carol5793 :complies false. + :carol793 :complies false. }. { @@ -333736,9 +143736,9 @@ } => { var:x_0 :complies false. }. - :carol5794 :does :access_social_media. + :carol794 :does :access_social_media. } log:explains { - :carol5794 :complies false. + :carol794 :complies false. }. { @@ -333747,9 +143747,9 @@ } => { var:x_0 :complies false. }. - :carol5795 :does :access_social_media. + :carol795 :does :access_social_media. } log:explains { - :carol5795 :complies false. + :carol795 :complies false. }. { @@ -333758,9 +143758,9 @@ } => { var:x_0 :complies false. }. - :carol5796 :does :access_social_media. + :carol796 :does :access_social_media. } log:explains { - :carol5796 :complies false. + :carol796 :complies false. }. { @@ -333769,9 +143769,9 @@ } => { var:x_0 :complies false. }. - :carol5797 :does :access_social_media. + :carol797 :does :access_social_media. } log:explains { - :carol5797 :complies false. + :carol797 :complies false. }. { @@ -333780,9 +143780,9 @@ } => { var:x_0 :complies false. }. - :carol5798 :does :access_social_media. + :carol798 :does :access_social_media. } log:explains { - :carol5798 :complies false. + :carol798 :complies false. }. { @@ -333791,9 +143791,9 @@ } => { var:x_0 :complies false. }. - :carol5799 :does :access_social_media. + :carol799 :does :access_social_media. } log:explains { - :carol5799 :complies false. + :carol799 :complies false. }. { @@ -333802,9 +143802,9 @@ } => { var:x_0 :complies false. }. - :carol5800 :does :access_social_media. + :carol800 :does :access_social_media. } log:explains { - :carol5800 :complies false. + :carol800 :complies false. }. { @@ -333813,9 +143813,9 @@ } => { var:x_0 :complies false. }. - :carol5801 :does :access_social_media. + :carol801 :does :access_social_media. } log:explains { - :carol5801 :complies false. + :carol801 :complies false. }. { @@ -333824,9 +143824,9 @@ } => { var:x_0 :complies false. }. - :carol5802 :does :access_social_media. + :carol802 :does :access_social_media. } log:explains { - :carol5802 :complies false. + :carol802 :complies false. }. { @@ -333835,9 +143835,9 @@ } => { var:x_0 :complies false. }. - :carol5803 :does :access_social_media. + :carol803 :does :access_social_media. } log:explains { - :carol5803 :complies false. + :carol803 :complies false. }. { @@ -333846,9 +143846,9 @@ } => { var:x_0 :complies false. }. - :carol5804 :does :access_social_media. + :carol804 :does :access_social_media. } log:explains { - :carol5804 :complies false. + :carol804 :complies false. }. { @@ -333857,9 +143857,9 @@ } => { var:x_0 :complies false. }. - :carol5805 :does :access_social_media. + :carol805 :does :access_social_media. } log:explains { - :carol5805 :complies false. + :carol805 :complies false. }. { @@ -333868,9 +143868,9 @@ } => { var:x_0 :complies false. }. - :carol5806 :does :access_social_media. + :carol806 :does :access_social_media. } log:explains { - :carol5806 :complies false. + :carol806 :complies false. }. { @@ -333879,9 +143879,9 @@ } => { var:x_0 :complies false. }. - :carol5807 :does :access_social_media. + :carol807 :does :access_social_media. } log:explains { - :carol5807 :complies false. + :carol807 :complies false. }. { @@ -333890,9 +143890,9 @@ } => { var:x_0 :complies false. }. - :carol5808 :does :access_social_media. + :carol808 :does :access_social_media. } log:explains { - :carol5808 :complies false. + :carol808 :complies false. }. { @@ -333901,9 +143901,9 @@ } => { var:x_0 :complies false. }. - :carol5809 :does :access_social_media. + :carol809 :does :access_social_media. } log:explains { - :carol5809 :complies false. + :carol809 :complies false. }. { @@ -333912,9 +143912,9 @@ } => { var:x_0 :complies false. }. - :carol5810 :does :access_social_media. + :carol810 :does :access_social_media. } log:explains { - :carol5810 :complies false. + :carol810 :complies false. }. { @@ -333923,9 +143923,9 @@ } => { var:x_0 :complies false. }. - :carol5811 :does :access_social_media. + :carol811 :does :access_social_media. } log:explains { - :carol5811 :complies false. + :carol811 :complies false. }. { @@ -333934,9 +143934,9 @@ } => { var:x_0 :complies false. }. - :carol5812 :does :access_social_media. + :carol812 :does :access_social_media. } log:explains { - :carol5812 :complies false. + :carol812 :complies false. }. { @@ -333945,9 +143945,9 @@ } => { var:x_0 :complies false. }. - :carol5813 :does :access_social_media. + :carol813 :does :access_social_media. } log:explains { - :carol5813 :complies false. + :carol813 :complies false. }. { @@ -333956,9 +143956,9 @@ } => { var:x_0 :complies false. }. - :carol5814 :does :access_social_media. + :carol814 :does :access_social_media. } log:explains { - :carol5814 :complies false. + :carol814 :complies false. }. { @@ -333967,9 +143967,9 @@ } => { var:x_0 :complies false. }. - :carol5815 :does :access_social_media. + :carol815 :does :access_social_media. } log:explains { - :carol5815 :complies false. + :carol815 :complies false. }. { @@ -333978,9 +143978,9 @@ } => { var:x_0 :complies false. }. - :carol5816 :does :access_social_media. + :carol816 :does :access_social_media. } log:explains { - :carol5816 :complies false. + :carol816 :complies false. }. { @@ -333989,9 +143989,9 @@ } => { var:x_0 :complies false. }. - :carol5817 :does :access_social_media. + :carol817 :does :access_social_media. } log:explains { - :carol5817 :complies false. + :carol817 :complies false. }. { @@ -334000,9 +144000,9 @@ } => { var:x_0 :complies false. }. - :carol5818 :does :access_social_media. + :carol818 :does :access_social_media. } log:explains { - :carol5818 :complies false. + :carol818 :complies false. }. { @@ -334011,9 +144011,9 @@ } => { var:x_0 :complies false. }. - :carol5819 :does :access_social_media. + :carol819 :does :access_social_media. } log:explains { - :carol5819 :complies false. + :carol819 :complies false. }. { @@ -334022,9 +144022,9 @@ } => { var:x_0 :complies false. }. - :carol5820 :does :access_social_media. + :carol820 :does :access_social_media. } log:explains { - :carol5820 :complies false. + :carol820 :complies false. }. { @@ -334033,9 +144033,9 @@ } => { var:x_0 :complies false. }. - :carol5821 :does :access_social_media. + :carol821 :does :access_social_media. } log:explains { - :carol5821 :complies false. + :carol821 :complies false. }. { @@ -334044,9 +144044,9 @@ } => { var:x_0 :complies false. }. - :carol5822 :does :access_social_media. + :carol822 :does :access_social_media. } log:explains { - :carol5822 :complies false. + :carol822 :complies false. }. { @@ -334055,9 +144055,9 @@ } => { var:x_0 :complies false. }. - :carol5823 :does :access_social_media. + :carol823 :does :access_social_media. } log:explains { - :carol5823 :complies false. + :carol823 :complies false. }. { @@ -334066,9 +144066,9 @@ } => { var:x_0 :complies false. }. - :carol5824 :does :access_social_media. + :carol824 :does :access_social_media. } log:explains { - :carol5824 :complies false. + :carol824 :complies false. }. { @@ -334077,9 +144077,9 @@ } => { var:x_0 :complies false. }. - :carol5825 :does :access_social_media. + :carol825 :does :access_social_media. } log:explains { - :carol5825 :complies false. + :carol825 :complies false. }. { @@ -334088,9 +144088,9 @@ } => { var:x_0 :complies false. }. - :carol5826 :does :access_social_media. + :carol826 :does :access_social_media. } log:explains { - :carol5826 :complies false. + :carol826 :complies false. }. { @@ -334099,9 +144099,9 @@ } => { var:x_0 :complies false. }. - :carol5827 :does :access_social_media. + :carol827 :does :access_social_media. } log:explains { - :carol5827 :complies false. + :carol827 :complies false. }. { @@ -334110,9 +144110,9 @@ } => { var:x_0 :complies false. }. - :carol5828 :does :access_social_media. + :carol828 :does :access_social_media. } log:explains { - :carol5828 :complies false. + :carol828 :complies false. }. { @@ -334121,9 +144121,9 @@ } => { var:x_0 :complies false. }. - :carol5829 :does :access_social_media. + :carol829 :does :access_social_media. } log:explains { - :carol5829 :complies false. + :carol829 :complies false. }. { @@ -334132,9 +144132,9 @@ } => { var:x_0 :complies false. }. - :carol5830 :does :access_social_media. + :carol830 :does :access_social_media. } log:explains { - :carol5830 :complies false. + :carol830 :complies false. }. { @@ -334143,9 +144143,9 @@ } => { var:x_0 :complies false. }. - :carol5831 :does :access_social_media. + :carol831 :does :access_social_media. } log:explains { - :carol5831 :complies false. + :carol831 :complies false. }. { @@ -334154,9 +144154,9 @@ } => { var:x_0 :complies false. }. - :carol5832 :does :access_social_media. + :carol832 :does :access_social_media. } log:explains { - :carol5832 :complies false. + :carol832 :complies false. }. { @@ -334165,9 +144165,9 @@ } => { var:x_0 :complies false. }. - :carol5833 :does :access_social_media. + :carol833 :does :access_social_media. } log:explains { - :carol5833 :complies false. + :carol833 :complies false. }. { @@ -334176,9 +144176,9 @@ } => { var:x_0 :complies false. }. - :carol5834 :does :access_social_media. + :carol834 :does :access_social_media. } log:explains { - :carol5834 :complies false. + :carol834 :complies false. }. { @@ -334187,9 +144187,9 @@ } => { var:x_0 :complies false. }. - :carol5835 :does :access_social_media. + :carol835 :does :access_social_media. } log:explains { - :carol5835 :complies false. + :carol835 :complies false. }. { @@ -334198,9 +144198,9 @@ } => { var:x_0 :complies false. }. - :carol5836 :does :access_social_media. + :carol836 :does :access_social_media. } log:explains { - :carol5836 :complies false. + :carol836 :complies false. }. { @@ -334209,9 +144209,9 @@ } => { var:x_0 :complies false. }. - :carol5837 :does :access_social_media. + :carol837 :does :access_social_media. } log:explains { - :carol5837 :complies false. + :carol837 :complies false. }. { @@ -334220,9 +144220,9 @@ } => { var:x_0 :complies false. }. - :carol5838 :does :access_social_media. + :carol838 :does :access_social_media. } log:explains { - :carol5838 :complies false. + :carol838 :complies false. }. { @@ -334231,9 +144231,9 @@ } => { var:x_0 :complies false. }. - :carol5839 :does :access_social_media. + :carol839 :does :access_social_media. } log:explains { - :carol5839 :complies false. + :carol839 :complies false. }. { @@ -334242,9 +144242,9 @@ } => { var:x_0 :complies false. }. - :carol5840 :does :access_social_media. + :carol840 :does :access_social_media. } log:explains { - :carol5840 :complies false. + :carol840 :complies false. }. { @@ -334253,9 +144253,9 @@ } => { var:x_0 :complies false. }. - :carol5841 :does :access_social_media. + :carol841 :does :access_social_media. } log:explains { - :carol5841 :complies false. + :carol841 :complies false. }. { @@ -334264,9 +144264,9 @@ } => { var:x_0 :complies false. }. - :carol5842 :does :access_social_media. + :carol842 :does :access_social_media. } log:explains { - :carol5842 :complies false. + :carol842 :complies false. }. { @@ -334275,9 +144275,9 @@ } => { var:x_0 :complies false. }. - :carol5843 :does :access_social_media. + :carol843 :does :access_social_media. } log:explains { - :carol5843 :complies false. + :carol843 :complies false. }. { @@ -334286,9 +144286,9 @@ } => { var:x_0 :complies false. }. - :carol5844 :does :access_social_media. + :carol844 :does :access_social_media. } log:explains { - :carol5844 :complies false. + :carol844 :complies false. }. { @@ -334297,9 +144297,9 @@ } => { var:x_0 :complies false. }. - :carol5845 :does :access_social_media. + :carol845 :does :access_social_media. } log:explains { - :carol5845 :complies false. + :carol845 :complies false. }. { @@ -334308,9 +144308,9 @@ } => { var:x_0 :complies false. }. - :carol5846 :does :access_social_media. + :carol846 :does :access_social_media. } log:explains { - :carol5846 :complies false. + :carol846 :complies false. }. { @@ -334319,9 +144319,9 @@ } => { var:x_0 :complies false. }. - :carol5847 :does :access_social_media. + :carol847 :does :access_social_media. } log:explains { - :carol5847 :complies false. + :carol847 :complies false. }. { @@ -334330,9 +144330,9 @@ } => { var:x_0 :complies false. }. - :carol5848 :does :access_social_media. + :carol848 :does :access_social_media. } log:explains { - :carol5848 :complies false. + :carol848 :complies false. }. { @@ -334341,9 +144341,9 @@ } => { var:x_0 :complies false. }. - :carol5849 :does :access_social_media. + :carol849 :does :access_social_media. } log:explains { - :carol5849 :complies false. + :carol849 :complies false. }. { @@ -334352,9 +144352,9 @@ } => { var:x_0 :complies false. }. - :carol5850 :does :access_social_media. + :carol850 :does :access_social_media. } log:explains { - :carol5850 :complies false. + :carol850 :complies false. }. { @@ -334363,9 +144363,9 @@ } => { var:x_0 :complies false. }. - :carol5851 :does :access_social_media. + :carol851 :does :access_social_media. } log:explains { - :carol5851 :complies false. + :carol851 :complies false. }. { @@ -334374,9 +144374,9 @@ } => { var:x_0 :complies false. }. - :carol5852 :does :access_social_media. + :carol852 :does :access_social_media. } log:explains { - :carol5852 :complies false. + :carol852 :complies false. }. { @@ -334385,9 +144385,9 @@ } => { var:x_0 :complies false. }. - :carol5853 :does :access_social_media. + :carol853 :does :access_social_media. } log:explains { - :carol5853 :complies false. + :carol853 :complies false. }. { @@ -334396,9 +144396,9 @@ } => { var:x_0 :complies false. }. - :carol5854 :does :access_social_media. + :carol854 :does :access_social_media. } log:explains { - :carol5854 :complies false. + :carol854 :complies false. }. { @@ -334407,9 +144407,9 @@ } => { var:x_0 :complies false. }. - :carol5855 :does :access_social_media. + :carol855 :does :access_social_media. } log:explains { - :carol5855 :complies false. + :carol855 :complies false. }. { @@ -334418,9 +144418,9 @@ } => { var:x_0 :complies false. }. - :carol5856 :does :access_social_media. + :carol856 :does :access_social_media. } log:explains { - :carol5856 :complies false. + :carol856 :complies false. }. { @@ -334429,9 +144429,9 @@ } => { var:x_0 :complies false. }. - :carol5857 :does :access_social_media. + :carol857 :does :access_social_media. } log:explains { - :carol5857 :complies false. + :carol857 :complies false. }. { @@ -334440,9 +144440,9 @@ } => { var:x_0 :complies false. }. - :carol5858 :does :access_social_media. + :carol858 :does :access_social_media. } log:explains { - :carol5858 :complies false. + :carol858 :complies false. }. { @@ -334451,9 +144451,9 @@ } => { var:x_0 :complies false. }. - :carol5859 :does :access_social_media. + :carol859 :does :access_social_media. } log:explains { - :carol5859 :complies false. + :carol859 :complies false. }. { @@ -334462,9 +144462,9 @@ } => { var:x_0 :complies false. }. - :carol5860 :does :access_social_media. + :carol860 :does :access_social_media. } log:explains { - :carol5860 :complies false. + :carol860 :complies false. }. { @@ -334473,9 +144473,9 @@ } => { var:x_0 :complies false. }. - :carol5861 :does :access_social_media. + :carol861 :does :access_social_media. } log:explains { - :carol5861 :complies false. + :carol861 :complies false. }. { @@ -334484,9 +144484,9 @@ } => { var:x_0 :complies false. }. - :carol5862 :does :access_social_media. + :carol862 :does :access_social_media. } log:explains { - :carol5862 :complies false. + :carol862 :complies false. }. { @@ -334495,9 +144495,9 @@ } => { var:x_0 :complies false. }. - :carol5863 :does :access_social_media. + :carol863 :does :access_social_media. } log:explains { - :carol5863 :complies false. + :carol863 :complies false. }. { @@ -334506,9 +144506,9 @@ } => { var:x_0 :complies false. }. - :carol5864 :does :access_social_media. + :carol864 :does :access_social_media. } log:explains { - :carol5864 :complies false. + :carol864 :complies false. }. { @@ -334517,9 +144517,9 @@ } => { var:x_0 :complies false. }. - :carol5865 :does :access_social_media. + :carol865 :does :access_social_media. } log:explains { - :carol5865 :complies false. + :carol865 :complies false. }. { @@ -334528,9 +144528,9 @@ } => { var:x_0 :complies false. }. - :carol5866 :does :access_social_media. + :carol866 :does :access_social_media. } log:explains { - :carol5866 :complies false. + :carol866 :complies false. }. { @@ -334539,9 +144539,9 @@ } => { var:x_0 :complies false. }. - :carol5867 :does :access_social_media. + :carol867 :does :access_social_media. } log:explains { - :carol5867 :complies false. + :carol867 :complies false. }. { @@ -334550,9 +144550,9 @@ } => { var:x_0 :complies false. }. - :carol5868 :does :access_social_media. + :carol868 :does :access_social_media. } log:explains { - :carol5868 :complies false. + :carol868 :complies false. }. { @@ -334561,9 +144561,9 @@ } => { var:x_0 :complies false. }. - :carol5869 :does :access_social_media. + :carol869 :does :access_social_media. } log:explains { - :carol5869 :complies false. + :carol869 :complies false. }. { @@ -334572,9 +144572,9 @@ } => { var:x_0 :complies false. }. - :carol5870 :does :access_social_media. + :carol870 :does :access_social_media. } log:explains { - :carol5870 :complies false. + :carol870 :complies false. }. { @@ -334583,9 +144583,9 @@ } => { var:x_0 :complies false. }. - :carol5871 :does :access_social_media. + :carol871 :does :access_social_media. } log:explains { - :carol5871 :complies false. + :carol871 :complies false. }. { @@ -334594,9 +144594,9 @@ } => { var:x_0 :complies false. }. - :carol5872 :does :access_social_media. + :carol872 :does :access_social_media. } log:explains { - :carol5872 :complies false. + :carol872 :complies false. }. { @@ -334605,9 +144605,9 @@ } => { var:x_0 :complies false. }. - :carol5873 :does :access_social_media. + :carol873 :does :access_social_media. } log:explains { - :carol5873 :complies false. + :carol873 :complies false. }. { @@ -334616,9 +144616,9 @@ } => { var:x_0 :complies false. }. - :carol5874 :does :access_social_media. + :carol874 :does :access_social_media. } log:explains { - :carol5874 :complies false. + :carol874 :complies false. }. { @@ -334627,9 +144627,9 @@ } => { var:x_0 :complies false. }. - :carol5875 :does :access_social_media. + :carol875 :does :access_social_media. } log:explains { - :carol5875 :complies false. + :carol875 :complies false. }. { @@ -334638,9 +144638,9 @@ } => { var:x_0 :complies false. }. - :carol5876 :does :access_social_media. + :carol876 :does :access_social_media. } log:explains { - :carol5876 :complies false. + :carol876 :complies false. }. { @@ -334649,9 +144649,9 @@ } => { var:x_0 :complies false. }. - :carol5877 :does :access_social_media. + :carol877 :does :access_social_media. } log:explains { - :carol5877 :complies false. + :carol877 :complies false. }. { @@ -334660,9 +144660,9 @@ } => { var:x_0 :complies false. }. - :carol5878 :does :access_social_media. + :carol878 :does :access_social_media. } log:explains { - :carol5878 :complies false. + :carol878 :complies false. }. { @@ -334671,9 +144671,9 @@ } => { var:x_0 :complies false. }. - :carol5879 :does :access_social_media. + :carol879 :does :access_social_media. } log:explains { - :carol5879 :complies false. + :carol879 :complies false. }. { @@ -334682,9 +144682,9 @@ } => { var:x_0 :complies false. }. - :carol5880 :does :access_social_media. + :carol880 :does :access_social_media. } log:explains { - :carol5880 :complies false. + :carol880 :complies false. }. { @@ -334693,9 +144693,9 @@ } => { var:x_0 :complies false. }. - :carol5881 :does :access_social_media. + :carol881 :does :access_social_media. } log:explains { - :carol5881 :complies false. + :carol881 :complies false. }. { @@ -334704,9 +144704,9 @@ } => { var:x_0 :complies false. }. - :carol5882 :does :access_social_media. + :carol882 :does :access_social_media. } log:explains { - :carol5882 :complies false. + :carol882 :complies false. }. { @@ -334715,9 +144715,9 @@ } => { var:x_0 :complies false. }. - :carol5883 :does :access_social_media. + :carol883 :does :access_social_media. } log:explains { - :carol5883 :complies false. + :carol883 :complies false. }. { @@ -334726,9 +144726,9 @@ } => { var:x_0 :complies false. }. - :carol5884 :does :access_social_media. + :carol884 :does :access_social_media. } log:explains { - :carol5884 :complies false. + :carol884 :complies false. }. { @@ -334737,9 +144737,9 @@ } => { var:x_0 :complies false. }. - :carol5885 :does :access_social_media. + :carol885 :does :access_social_media. } log:explains { - :carol5885 :complies false. + :carol885 :complies false. }. { @@ -334748,9 +144748,9 @@ } => { var:x_0 :complies false. }. - :carol5886 :does :access_social_media. + :carol886 :does :access_social_media. } log:explains { - :carol5886 :complies false. + :carol886 :complies false. }. { @@ -334759,9 +144759,9 @@ } => { var:x_0 :complies false. }. - :carol5887 :does :access_social_media. + :carol887 :does :access_social_media. } log:explains { - :carol5887 :complies false. + :carol887 :complies false. }. { @@ -334770,9 +144770,9 @@ } => { var:x_0 :complies false. }. - :carol5888 :does :access_social_media. + :carol888 :does :access_social_media. } log:explains { - :carol5888 :complies false. + :carol888 :complies false. }. { @@ -334781,9 +144781,9 @@ } => { var:x_0 :complies false. }. - :carol5889 :does :access_social_media. + :carol889 :does :access_social_media. } log:explains { - :carol5889 :complies false. + :carol889 :complies false. }. { @@ -334792,9 +144792,9 @@ } => { var:x_0 :complies false. }. - :carol5890 :does :access_social_media. + :carol890 :does :access_social_media. } log:explains { - :carol5890 :complies false. + :carol890 :complies false. }. { @@ -334803,9 +144803,9 @@ } => { var:x_0 :complies false. }. - :carol5891 :does :access_social_media. + :carol891 :does :access_social_media. } log:explains { - :carol5891 :complies false. + :carol891 :complies false. }. { @@ -334814,9 +144814,9 @@ } => { var:x_0 :complies false. }. - :carol5892 :does :access_social_media. + :carol892 :does :access_social_media. } log:explains { - :carol5892 :complies false. + :carol892 :complies false. }. { @@ -334825,9 +144825,9 @@ } => { var:x_0 :complies false. }. - :carol5893 :does :access_social_media. + :carol893 :does :access_social_media. } log:explains { - :carol5893 :complies false. + :carol893 :complies false. }. { @@ -334836,9 +144836,9 @@ } => { var:x_0 :complies false. }. - :carol5894 :does :access_social_media. + :carol894 :does :access_social_media. } log:explains { - :carol5894 :complies false. + :carol894 :complies false. }. { @@ -334847,9 +144847,9 @@ } => { var:x_0 :complies false. }. - :carol5895 :does :access_social_media. + :carol895 :does :access_social_media. } log:explains { - :carol5895 :complies false. + :carol895 :complies false. }. { @@ -334858,9 +144858,9 @@ } => { var:x_0 :complies false. }. - :carol5896 :does :access_social_media. + :carol896 :does :access_social_media. } log:explains { - :carol5896 :complies false. + :carol896 :complies false. }. { @@ -334869,9 +144869,9 @@ } => { var:x_0 :complies false. }. - :carol5897 :does :access_social_media. + :carol897 :does :access_social_media. } log:explains { - :carol5897 :complies false. + :carol897 :complies false. }. { @@ -334880,9 +144880,9 @@ } => { var:x_0 :complies false. }. - :carol5898 :does :access_social_media. + :carol898 :does :access_social_media. } log:explains { - :carol5898 :complies false. + :carol898 :complies false. }. { @@ -334891,9 +144891,9 @@ } => { var:x_0 :complies false. }. - :carol5899 :does :access_social_media. + :carol899 :does :access_social_media. } log:explains { - :carol5899 :complies false. + :carol899 :complies false. }. { @@ -334902,9 +144902,9 @@ } => { var:x_0 :complies false. }. - :carol5900 :does :access_social_media. + :carol900 :does :access_social_media. } log:explains { - :carol5900 :complies false. + :carol900 :complies false. }. { @@ -334913,9 +144913,9 @@ } => { var:x_0 :complies false. }. - :carol5901 :does :access_social_media. + :carol901 :does :access_social_media. } log:explains { - :carol5901 :complies false. + :carol901 :complies false. }. { @@ -334924,9 +144924,9 @@ } => { var:x_0 :complies false. }. - :carol5902 :does :access_social_media. + :carol902 :does :access_social_media. } log:explains { - :carol5902 :complies false. + :carol902 :complies false. }. { @@ -334935,9 +144935,9 @@ } => { var:x_0 :complies false. }. - :carol5903 :does :access_social_media. + :carol903 :does :access_social_media. } log:explains { - :carol5903 :complies false. + :carol903 :complies false. }. { @@ -334946,9 +144946,9 @@ } => { var:x_0 :complies false. }. - :carol5904 :does :access_social_media. + :carol904 :does :access_social_media. } log:explains { - :carol5904 :complies false. + :carol904 :complies false. }. { @@ -334957,9 +144957,9 @@ } => { var:x_0 :complies false. }. - :carol5905 :does :access_social_media. + :carol905 :does :access_social_media. } log:explains { - :carol5905 :complies false. + :carol905 :complies false. }. { @@ -334968,9 +144968,9 @@ } => { var:x_0 :complies false. }. - :carol5906 :does :access_social_media. + :carol906 :does :access_social_media. } log:explains { - :carol5906 :complies false. + :carol906 :complies false. }. { @@ -334979,9 +144979,9 @@ } => { var:x_0 :complies false. }. - :carol5907 :does :access_social_media. + :carol907 :does :access_social_media. } log:explains { - :carol5907 :complies false. + :carol907 :complies false. }. { @@ -334990,9 +144990,9 @@ } => { var:x_0 :complies false. }. - :carol5908 :does :access_social_media. + :carol908 :does :access_social_media. } log:explains { - :carol5908 :complies false. + :carol908 :complies false. }. { @@ -335001,9 +145001,9 @@ } => { var:x_0 :complies false. }. - :carol5909 :does :access_social_media. + :carol909 :does :access_social_media. } log:explains { - :carol5909 :complies false. + :carol909 :complies false. }. { @@ -335012,9 +145012,9 @@ } => { var:x_0 :complies false. }. - :carol5910 :does :access_social_media. + :carol910 :does :access_social_media. } log:explains { - :carol5910 :complies false. + :carol910 :complies false. }. { @@ -335023,9 +145023,9 @@ } => { var:x_0 :complies false. }. - :carol5911 :does :access_social_media. + :carol911 :does :access_social_media. } log:explains { - :carol5911 :complies false. + :carol911 :complies false. }. { @@ -335034,9 +145034,9 @@ } => { var:x_0 :complies false. }. - :carol5912 :does :access_social_media. + :carol912 :does :access_social_media. } log:explains { - :carol5912 :complies false. + :carol912 :complies false. }. { @@ -335045,9 +145045,9 @@ } => { var:x_0 :complies false. }. - :carol5913 :does :access_social_media. + :carol913 :does :access_social_media. } log:explains { - :carol5913 :complies false. + :carol913 :complies false. }. { @@ -335056,9 +145056,9 @@ } => { var:x_0 :complies false. }. - :carol5914 :does :access_social_media. + :carol914 :does :access_social_media. } log:explains { - :carol5914 :complies false. + :carol914 :complies false. }. { @@ -335067,9 +145067,9 @@ } => { var:x_0 :complies false. }. - :carol5915 :does :access_social_media. + :carol915 :does :access_social_media. } log:explains { - :carol5915 :complies false. + :carol915 :complies false. }. { @@ -335078,9 +145078,9 @@ } => { var:x_0 :complies false. }. - :carol5916 :does :access_social_media. + :carol916 :does :access_social_media. } log:explains { - :carol5916 :complies false. + :carol916 :complies false. }. { @@ -335089,9 +145089,9 @@ } => { var:x_0 :complies false. }. - :carol5917 :does :access_social_media. + :carol917 :does :access_social_media. } log:explains { - :carol5917 :complies false. + :carol917 :complies false. }. { @@ -335100,9 +145100,9 @@ } => { var:x_0 :complies false. }. - :carol5918 :does :access_social_media. + :carol918 :does :access_social_media. } log:explains { - :carol5918 :complies false. + :carol918 :complies false. }. { @@ -335111,9 +145111,9 @@ } => { var:x_0 :complies false. }. - :carol5919 :does :access_social_media. + :carol919 :does :access_social_media. } log:explains { - :carol5919 :complies false. + :carol919 :complies false. }. { @@ -335122,9 +145122,9 @@ } => { var:x_0 :complies false. }. - :carol5920 :does :access_social_media. + :carol920 :does :access_social_media. } log:explains { - :carol5920 :complies false. + :carol920 :complies false. }. { @@ -335133,9 +145133,9 @@ } => { var:x_0 :complies false. }. - :carol5921 :does :access_social_media. + :carol921 :does :access_social_media. } log:explains { - :carol5921 :complies false. + :carol921 :complies false. }. { @@ -335144,9 +145144,9 @@ } => { var:x_0 :complies false. }. - :carol5922 :does :access_social_media. + :carol922 :does :access_social_media. } log:explains { - :carol5922 :complies false. + :carol922 :complies false. }. { @@ -335155,9 +145155,9 @@ } => { var:x_0 :complies false. }. - :carol5923 :does :access_social_media. + :carol923 :does :access_social_media. } log:explains { - :carol5923 :complies false. + :carol923 :complies false. }. { @@ -335166,9 +145166,9 @@ } => { var:x_0 :complies false. }. - :carol5924 :does :access_social_media. + :carol924 :does :access_social_media. } log:explains { - :carol5924 :complies false. + :carol924 :complies false. }. { @@ -335177,9 +145177,9 @@ } => { var:x_0 :complies false. }. - :carol5925 :does :access_social_media. + :carol925 :does :access_social_media. } log:explains { - :carol5925 :complies false. + :carol925 :complies false. }. { @@ -335188,9 +145188,9 @@ } => { var:x_0 :complies false. }. - :carol5926 :does :access_social_media. + :carol926 :does :access_social_media. } log:explains { - :carol5926 :complies false. + :carol926 :complies false. }. { @@ -335199,9 +145199,9 @@ } => { var:x_0 :complies false. }. - :carol5927 :does :access_social_media. + :carol927 :does :access_social_media. } log:explains { - :carol5927 :complies false. + :carol927 :complies false. }. { @@ -335210,9 +145210,9 @@ } => { var:x_0 :complies false. }. - :carol5928 :does :access_social_media. + :carol928 :does :access_social_media. } log:explains { - :carol5928 :complies false. + :carol928 :complies false. }. { @@ -335221,9 +145221,9 @@ } => { var:x_0 :complies false. }. - :carol5929 :does :access_social_media. + :carol929 :does :access_social_media. } log:explains { - :carol5929 :complies false. + :carol929 :complies false. }. { @@ -335232,9 +145232,9 @@ } => { var:x_0 :complies false. }. - :carol5930 :does :access_social_media. + :carol930 :does :access_social_media. } log:explains { - :carol5930 :complies false. + :carol930 :complies false. }. { @@ -335243,9 +145243,9 @@ } => { var:x_0 :complies false. }. - :carol5931 :does :access_social_media. + :carol931 :does :access_social_media. } log:explains { - :carol5931 :complies false. + :carol931 :complies false. }. { @@ -335254,9 +145254,9 @@ } => { var:x_0 :complies false. }. - :carol5932 :does :access_social_media. + :carol932 :does :access_social_media. } log:explains { - :carol5932 :complies false. + :carol932 :complies false. }. { @@ -335265,9 +145265,9 @@ } => { var:x_0 :complies false. }. - :carol5933 :does :access_social_media. + :carol933 :does :access_social_media. } log:explains { - :carol5933 :complies false. + :carol933 :complies false. }. { @@ -335276,9 +145276,9 @@ } => { var:x_0 :complies false. }. - :carol5934 :does :access_social_media. + :carol934 :does :access_social_media. } log:explains { - :carol5934 :complies false. + :carol934 :complies false. }. { @@ -335287,9 +145287,9 @@ } => { var:x_0 :complies false. }. - :carol5935 :does :access_social_media. + :carol935 :does :access_social_media. } log:explains { - :carol5935 :complies false. + :carol935 :complies false. }. { @@ -335298,9 +145298,9 @@ } => { var:x_0 :complies false. }. - :carol5936 :does :access_social_media. + :carol936 :does :access_social_media. } log:explains { - :carol5936 :complies false. + :carol936 :complies false. }. { @@ -335309,9 +145309,9 @@ } => { var:x_0 :complies false. }. - :carol5937 :does :access_social_media. + :carol937 :does :access_social_media. } log:explains { - :carol5937 :complies false. + :carol937 :complies false. }. { @@ -335320,9 +145320,9 @@ } => { var:x_0 :complies false. }. - :carol5938 :does :access_social_media. + :carol938 :does :access_social_media. } log:explains { - :carol5938 :complies false. + :carol938 :complies false. }. { @@ -335331,9 +145331,9 @@ } => { var:x_0 :complies false. }. - :carol5939 :does :access_social_media. + :carol939 :does :access_social_media. } log:explains { - :carol5939 :complies false. + :carol939 :complies false. }. { @@ -335342,9 +145342,9 @@ } => { var:x_0 :complies false. }. - :carol5940 :does :access_social_media. + :carol940 :does :access_social_media. } log:explains { - :carol5940 :complies false. + :carol940 :complies false. }. { @@ -335353,9 +145353,9 @@ } => { var:x_0 :complies false. }. - :carol5941 :does :access_social_media. + :carol941 :does :access_social_media. } log:explains { - :carol5941 :complies false. + :carol941 :complies false. }. { @@ -335364,9 +145364,9 @@ } => { var:x_0 :complies false. }. - :carol5942 :does :access_social_media. + :carol942 :does :access_social_media. } log:explains { - :carol5942 :complies false. + :carol942 :complies false. }. { @@ -335375,9 +145375,9 @@ } => { var:x_0 :complies false. }. - :carol5943 :does :access_social_media. + :carol943 :does :access_social_media. } log:explains { - :carol5943 :complies false. + :carol943 :complies false. }. { @@ -335386,9 +145386,9 @@ } => { var:x_0 :complies false. }. - :carol5944 :does :access_social_media. + :carol944 :does :access_social_media. } log:explains { - :carol5944 :complies false. + :carol944 :complies false. }. { @@ -335397,9 +145397,9 @@ } => { var:x_0 :complies false. }. - :carol5945 :does :access_social_media. + :carol945 :does :access_social_media. } log:explains { - :carol5945 :complies false. + :carol945 :complies false. }. { @@ -335408,9 +145408,9 @@ } => { var:x_0 :complies false. }. - :carol5946 :does :access_social_media. + :carol946 :does :access_social_media. } log:explains { - :carol5946 :complies false. + :carol946 :complies false. }. { @@ -335419,9 +145419,9 @@ } => { var:x_0 :complies false. }. - :carol5947 :does :access_social_media. + :carol947 :does :access_social_media. } log:explains { - :carol5947 :complies false. + :carol947 :complies false. }. { @@ -335430,9 +145430,9 @@ } => { var:x_0 :complies false. }. - :carol5948 :does :access_social_media. + :carol948 :does :access_social_media. } log:explains { - :carol5948 :complies false. + :carol948 :complies false. }. { @@ -335441,9 +145441,9 @@ } => { var:x_0 :complies false. }. - :carol5949 :does :access_social_media. + :carol949 :does :access_social_media. } log:explains { - :carol5949 :complies false. + :carol949 :complies false. }. { @@ -335452,9 +145452,9 @@ } => { var:x_0 :complies false. }. - :carol5950 :does :access_social_media. + :carol950 :does :access_social_media. } log:explains { - :carol5950 :complies false. + :carol950 :complies false. }. { @@ -335463,9 +145463,9 @@ } => { var:x_0 :complies false. }. - :carol5951 :does :access_social_media. + :carol951 :does :access_social_media. } log:explains { - :carol5951 :complies false. + :carol951 :complies false. }. { @@ -335474,9 +145474,9 @@ } => { var:x_0 :complies false. }. - :carol5952 :does :access_social_media. + :carol952 :does :access_social_media. } log:explains { - :carol5952 :complies false. + :carol952 :complies false. }. { @@ -335485,9 +145485,9 @@ } => { var:x_0 :complies false. }. - :carol5953 :does :access_social_media. + :carol953 :does :access_social_media. } log:explains { - :carol5953 :complies false. + :carol953 :complies false. }. { @@ -335496,9 +145496,9 @@ } => { var:x_0 :complies false. }. - :carol5954 :does :access_social_media. + :carol954 :does :access_social_media. } log:explains { - :carol5954 :complies false. + :carol954 :complies false. }. { @@ -335507,9 +145507,9 @@ } => { var:x_0 :complies false. }. - :carol5955 :does :access_social_media. + :carol955 :does :access_social_media. } log:explains { - :carol5955 :complies false. + :carol955 :complies false. }. { @@ -335518,9 +145518,9 @@ } => { var:x_0 :complies false. }. - :carol5956 :does :access_social_media. + :carol956 :does :access_social_media. } log:explains { - :carol5956 :complies false. + :carol956 :complies false. }. { @@ -335529,9 +145529,9 @@ } => { var:x_0 :complies false. }. - :carol5957 :does :access_social_media. + :carol957 :does :access_social_media. } log:explains { - :carol5957 :complies false. + :carol957 :complies false. }. { @@ -335540,9 +145540,9 @@ } => { var:x_0 :complies false. }. - :carol5958 :does :access_social_media. + :carol958 :does :access_social_media. } log:explains { - :carol5958 :complies false. + :carol958 :complies false. }. { @@ -335551,9 +145551,9 @@ } => { var:x_0 :complies false. }. - :carol5959 :does :access_social_media. + :carol959 :does :access_social_media. } log:explains { - :carol5959 :complies false. + :carol959 :complies false. }. { @@ -335562,9 +145562,9 @@ } => { var:x_0 :complies false. }. - :carol5960 :does :access_social_media. + :carol960 :does :access_social_media. } log:explains { - :carol5960 :complies false. + :carol960 :complies false. }. { @@ -335573,9 +145573,9 @@ } => { var:x_0 :complies false. }. - :carol5961 :does :access_social_media. + :carol961 :does :access_social_media. } log:explains { - :carol5961 :complies false. + :carol961 :complies false. }. { @@ -335584,9 +145584,9 @@ } => { var:x_0 :complies false. }. - :carol5962 :does :access_social_media. + :carol962 :does :access_social_media. } log:explains { - :carol5962 :complies false. + :carol962 :complies false. }. { @@ -335595,9 +145595,9 @@ } => { var:x_0 :complies false. }. - :carol5963 :does :access_social_media. + :carol963 :does :access_social_media. } log:explains { - :carol5963 :complies false. + :carol963 :complies false. }. { @@ -335606,9 +145606,9 @@ } => { var:x_0 :complies false. }. - :carol5964 :does :access_social_media. + :carol964 :does :access_social_media. } log:explains { - :carol5964 :complies false. + :carol964 :complies false. }. { @@ -335617,9 +145617,9 @@ } => { var:x_0 :complies false. }. - :carol5965 :does :access_social_media. + :carol965 :does :access_social_media. } log:explains { - :carol5965 :complies false. + :carol965 :complies false. }. { @@ -335628,9 +145628,9 @@ } => { var:x_0 :complies false. }. - :carol5966 :does :access_social_media. + :carol966 :does :access_social_media. } log:explains { - :carol5966 :complies false. + :carol966 :complies false. }. { @@ -335639,9 +145639,9 @@ } => { var:x_0 :complies false. }. - :carol5967 :does :access_social_media. + :carol967 :does :access_social_media. } log:explains { - :carol5967 :complies false. + :carol967 :complies false. }. { @@ -335650,9 +145650,9 @@ } => { var:x_0 :complies false. }. - :carol5968 :does :access_social_media. + :carol968 :does :access_social_media. } log:explains { - :carol5968 :complies false. + :carol968 :complies false. }. { @@ -335661,9 +145661,9 @@ } => { var:x_0 :complies false. }. - :carol5969 :does :access_social_media. + :carol969 :does :access_social_media. } log:explains { - :carol5969 :complies false. + :carol969 :complies false. }. { @@ -335672,9 +145672,9 @@ } => { var:x_0 :complies false. }. - :carol5970 :does :access_social_media. + :carol970 :does :access_social_media. } log:explains { - :carol5970 :complies false. + :carol970 :complies false. }. { @@ -335683,9 +145683,9 @@ } => { var:x_0 :complies false. }. - :carol5971 :does :access_social_media. + :carol971 :does :access_social_media. } log:explains { - :carol5971 :complies false. + :carol971 :complies false. }. { @@ -335694,9 +145694,9 @@ } => { var:x_0 :complies false. }. - :carol5972 :does :access_social_media. + :carol972 :does :access_social_media. } log:explains { - :carol5972 :complies false. + :carol972 :complies false. }. { @@ -335705,9 +145705,9 @@ } => { var:x_0 :complies false. }. - :carol5973 :does :access_social_media. + :carol973 :does :access_social_media. } log:explains { - :carol5973 :complies false. + :carol973 :complies false. }. { @@ -335716,9 +145716,9 @@ } => { var:x_0 :complies false. }. - :carol5974 :does :access_social_media. + :carol974 :does :access_social_media. } log:explains { - :carol5974 :complies false. + :carol974 :complies false. }. { @@ -335727,9 +145727,9 @@ } => { var:x_0 :complies false. }. - :carol5975 :does :access_social_media. + :carol975 :does :access_social_media. } log:explains { - :carol5975 :complies false. + :carol975 :complies false. }. { @@ -335738,9 +145738,9 @@ } => { var:x_0 :complies false. }. - :carol5976 :does :access_social_media. + :carol976 :does :access_social_media. } log:explains { - :carol5976 :complies false. + :carol976 :complies false. }. { @@ -335749,9 +145749,9 @@ } => { var:x_0 :complies false. }. - :carol5977 :does :access_social_media. + :carol977 :does :access_social_media. } log:explains { - :carol5977 :complies false. + :carol977 :complies false. }. { @@ -335760,9 +145760,9 @@ } => { var:x_0 :complies false. }. - :carol5978 :does :access_social_media. + :carol978 :does :access_social_media. } log:explains { - :carol5978 :complies false. + :carol978 :complies false. }. { @@ -335771,9 +145771,9 @@ } => { var:x_0 :complies false. }. - :carol5979 :does :access_social_media. + :carol979 :does :access_social_media. } log:explains { - :carol5979 :complies false. + :carol979 :complies false. }. { @@ -335782,9 +145782,9 @@ } => { var:x_0 :complies false. }. - :carol5980 :does :access_social_media. + :carol980 :does :access_social_media. } log:explains { - :carol5980 :complies false. + :carol980 :complies false. }. { @@ -335793,9 +145793,9 @@ } => { var:x_0 :complies false. }. - :carol5981 :does :access_social_media. + :carol981 :does :access_social_media. } log:explains { - :carol5981 :complies false. + :carol981 :complies false. }. { @@ -335804,9 +145804,9 @@ } => { var:x_0 :complies false. }. - :carol5982 :does :access_social_media. + :carol982 :does :access_social_media. } log:explains { - :carol5982 :complies false. + :carol982 :complies false. }. { @@ -335815,9 +145815,9 @@ } => { var:x_0 :complies false. }. - :carol5983 :does :access_social_media. + :carol983 :does :access_social_media. } log:explains { - :carol5983 :complies false. + :carol983 :complies false. }. { @@ -335826,9 +145826,9 @@ } => { var:x_0 :complies false. }. - :carol5984 :does :access_social_media. + :carol984 :does :access_social_media. } log:explains { - :carol5984 :complies false. + :carol984 :complies false. }. { @@ -335837,9 +145837,9 @@ } => { var:x_0 :complies false. }. - :carol5985 :does :access_social_media. + :carol985 :does :access_social_media. } log:explains { - :carol5985 :complies false. + :carol985 :complies false. }. { @@ -335848,9 +145848,9 @@ } => { var:x_0 :complies false. }. - :carol5986 :does :access_social_media. + :carol986 :does :access_social_media. } log:explains { - :carol5986 :complies false. + :carol986 :complies false. }. { @@ -335859,9 +145859,9 @@ } => { var:x_0 :complies false. }. - :carol5987 :does :access_social_media. + :carol987 :does :access_social_media. } log:explains { - :carol5987 :complies false. + :carol987 :complies false. }. { @@ -335870,9 +145870,9 @@ } => { var:x_0 :complies false. }. - :carol5988 :does :access_social_media. + :carol988 :does :access_social_media. } log:explains { - :carol5988 :complies false. + :carol988 :complies false. }. { @@ -335881,9 +145881,9 @@ } => { var:x_0 :complies false. }. - :carol5989 :does :access_social_media. + :carol989 :does :access_social_media. } log:explains { - :carol5989 :complies false. + :carol989 :complies false. }. { @@ -335892,9 +145892,9 @@ } => { var:x_0 :complies false. }. - :carol5990 :does :access_social_media. + :carol990 :does :access_social_media. } log:explains { - :carol5990 :complies false. + :carol990 :complies false. }. { @@ -335903,9 +145903,9 @@ } => { var:x_0 :complies false. }. - :carol5991 :does :access_social_media. + :carol991 :does :access_social_media. } log:explains { - :carol5991 :complies false. + :carol991 :complies false. }. { @@ -335914,9 +145914,9 @@ } => { var:x_0 :complies false. }. - :carol5992 :does :access_social_media. + :carol992 :does :access_social_media. } log:explains { - :carol5992 :complies false. + :carol992 :complies false. }. { @@ -335925,9 +145925,9 @@ } => { var:x_0 :complies false. }. - :carol5993 :does :access_social_media. + :carol993 :does :access_social_media. } log:explains { - :carol5993 :complies false. + :carol993 :complies false. }. { @@ -335936,9 +145936,9 @@ } => { var:x_0 :complies false. }. - :carol5994 :does :access_social_media. + :carol994 :does :access_social_media. } log:explains { - :carol5994 :complies false. + :carol994 :complies false. }. { @@ -335947,9 +145947,9 @@ } => { var:x_0 :complies false. }. - :carol5995 :does :access_social_media. + :carol995 :does :access_social_media. } log:explains { - :carol5995 :complies false. + :carol995 :complies false. }. { @@ -335958,9 +145958,9 @@ } => { var:x_0 :complies false. }. - :carol5996 :does :access_social_media. + :carol996 :does :access_social_media. } log:explains { - :carol5996 :complies false. + :carol996 :complies false. }. { @@ -335969,9 +145969,9 @@ } => { var:x_0 :complies false. }. - :carol5997 :does :access_social_media. + :carol997 :does :access_social_media. } log:explains { - :carol5997 :complies false. + :carol997 :complies false. }. { @@ -335980,9 +145980,9 @@ } => { var:x_0 :complies false. }. - :carol5998 :does :access_social_media. + :carol998 :does :access_social_media. } log:explains { - :carol5998 :complies false. + :carol998 :complies false. }. { @@ -335991,9 +145991,9 @@ } => { var:x_0 :complies false. }. - :carol5999 :does :access_social_media. + :carol999 :does :access_social_media. } log:explains { - :carol5999 :complies false. + :carol999 :complies false. }. { @@ -336002,9 +146002,9 @@ } => { var:x_0 :complies false. }. - :carol6000 :does :access_social_media. + :carol1000 :does :access_social_media. } log:explains { - :carol6000 :complies false. + :carol1000 :complies false. }. { @@ -336013,9 +146013,9 @@ } => { var:x_0 :complies false. }. - :carol6001 :does :access_social_media. + :carol1001 :does :access_social_media. } log:explains { - :carol6001 :complies false. + :carol1001 :complies false. }. { @@ -336024,9 +146024,9 @@ } => { var:x_0 :complies false. }. - :carol6002 :does :access_social_media. + :carol1002 :does :access_social_media. } log:explains { - :carol6002 :complies false. + :carol1002 :complies false. }. { @@ -336035,9 +146035,9 @@ } => { var:x_0 :complies false. }. - :carol6003 :does :access_social_media. + :carol1003 :does :access_social_media. } log:explains { - :carol6003 :complies false. + :carol1003 :complies false. }. { @@ -336046,9 +146046,9 @@ } => { var:x_0 :complies false. }. - :carol6004 :does :access_social_media. + :carol1004 :does :access_social_media. } log:explains { - :carol6004 :complies false. + :carol1004 :complies false. }. { @@ -336057,9 +146057,9 @@ } => { var:x_0 :complies false. }. - :carol6005 :does :access_social_media. + :carol1005 :does :access_social_media. } log:explains { - :carol6005 :complies false. + :carol1005 :complies false. }. { @@ -336068,9 +146068,9 @@ } => { var:x_0 :complies false. }. - :carol6006 :does :access_social_media. + :carol1006 :does :access_social_media. } log:explains { - :carol6006 :complies false. + :carol1006 :complies false. }. { @@ -336079,9 +146079,9 @@ } => { var:x_0 :complies false. }. - :carol6007 :does :access_social_media. + :carol1007 :does :access_social_media. } log:explains { - :carol6007 :complies false. + :carol1007 :complies false. }. { @@ -336090,9 +146090,9 @@ } => { var:x_0 :complies false. }. - :carol6008 :does :access_social_media. + :carol1008 :does :access_social_media. } log:explains { - :carol6008 :complies false. + :carol1008 :complies false. }. { @@ -336101,9 +146101,9 @@ } => { var:x_0 :complies false. }. - :carol6009 :does :access_social_media. + :carol1009 :does :access_social_media. } log:explains { - :carol6009 :complies false. + :carol1009 :complies false. }. { @@ -336112,9 +146112,9 @@ } => { var:x_0 :complies false. }. - :carol6010 :does :access_social_media. + :carol1010 :does :access_social_media. } log:explains { - :carol6010 :complies false. + :carol1010 :complies false. }. { @@ -336123,9 +146123,9 @@ } => { var:x_0 :complies false. }. - :carol6011 :does :access_social_media. + :carol1011 :does :access_social_media. } log:explains { - :carol6011 :complies false. + :carol1011 :complies false. }. { @@ -336134,9 +146134,9 @@ } => { var:x_0 :complies false. }. - :carol6012 :does :access_social_media. + :carol1012 :does :access_social_media. } log:explains { - :carol6012 :complies false. + :carol1012 :complies false. }. { @@ -336145,9 +146145,9 @@ } => { var:x_0 :complies false. }. - :carol6013 :does :access_social_media. + :carol1013 :does :access_social_media. } log:explains { - :carol6013 :complies false. + :carol1013 :complies false. }. { @@ -336156,9 +146156,9 @@ } => { var:x_0 :complies false. }. - :carol6014 :does :access_social_media. + :carol1014 :does :access_social_media. } log:explains { - :carol6014 :complies false. + :carol1014 :complies false. }. { @@ -336167,9 +146167,9 @@ } => { var:x_0 :complies false. }. - :carol6015 :does :access_social_media. + :carol1015 :does :access_social_media. } log:explains { - :carol6015 :complies false. + :carol1015 :complies false. }. { @@ -336178,9 +146178,9 @@ } => { var:x_0 :complies false. }. - :carol6016 :does :access_social_media. + :carol1016 :does :access_social_media. } log:explains { - :carol6016 :complies false. + :carol1016 :complies false. }. { @@ -336189,9 +146189,9 @@ } => { var:x_0 :complies false. }. - :carol6017 :does :access_social_media. + :carol1017 :does :access_social_media. } log:explains { - :carol6017 :complies false. + :carol1017 :complies false. }. { @@ -336200,9 +146200,9 @@ } => { var:x_0 :complies false. }. - :carol6018 :does :access_social_media. + :carol1018 :does :access_social_media. } log:explains { - :carol6018 :complies false. + :carol1018 :complies false. }. { @@ -336211,9 +146211,9 @@ } => { var:x_0 :complies false. }. - :carol6019 :does :access_social_media. + :carol1019 :does :access_social_media. } log:explains { - :carol6019 :complies false. + :carol1019 :complies false. }. { @@ -336222,9 +146222,9 @@ } => { var:x_0 :complies false. }. - :carol6020 :does :access_social_media. + :carol1020 :does :access_social_media. } log:explains { - :carol6020 :complies false. + :carol1020 :complies false. }. { @@ -336233,9 +146233,9 @@ } => { var:x_0 :complies false. }. - :carol6021 :does :access_social_media. + :carol1021 :does :access_social_media. } log:explains { - :carol6021 :complies false. + :carol1021 :complies false. }. { @@ -336244,9 +146244,9 @@ } => { var:x_0 :complies false. }. - :carol6022 :does :access_social_media. + :carol1022 :does :access_social_media. } log:explains { - :carol6022 :complies false. + :carol1022 :complies false. }. { @@ -336255,9 +146255,9 @@ } => { var:x_0 :complies false. }. - :carol6023 :does :access_social_media. + :carol1023 :does :access_social_media. } log:explains { - :carol6023 :complies false. + :carol1023 :complies false. }. { @@ -336266,9 +146266,9 @@ } => { var:x_0 :complies false. }. - :carol6024 :does :access_social_media. + :carol1024 :does :access_social_media. } log:explains { - :carol6024 :complies false. + :carol1024 :complies false. }. { @@ -336277,9 +146277,9 @@ } => { var:x_0 :complies false. }. - :carol6025 :does :access_social_media. + :carol1025 :does :access_social_media. } log:explains { - :carol6025 :complies false. + :carol1025 :complies false. }. { @@ -336288,9 +146288,9 @@ } => { var:x_0 :complies false. }. - :carol6026 :does :access_social_media. + :carol1026 :does :access_social_media. } log:explains { - :carol6026 :complies false. + :carol1026 :complies false. }. { @@ -336299,9 +146299,9 @@ } => { var:x_0 :complies false. }. - :carol6027 :does :access_social_media. + :carol1027 :does :access_social_media. } log:explains { - :carol6027 :complies false. + :carol1027 :complies false. }. { @@ -336310,9 +146310,9 @@ } => { var:x_0 :complies false. }. - :carol6028 :does :access_social_media. + :carol1028 :does :access_social_media. } log:explains { - :carol6028 :complies false. + :carol1028 :complies false. }. { @@ -336321,9 +146321,9 @@ } => { var:x_0 :complies false. }. - :carol6029 :does :access_social_media. + :carol1029 :does :access_social_media. } log:explains { - :carol6029 :complies false. + :carol1029 :complies false. }. { @@ -336332,9 +146332,9 @@ } => { var:x_0 :complies false. }. - :carol6030 :does :access_social_media. + :carol1030 :does :access_social_media. } log:explains { - :carol6030 :complies false. + :carol1030 :complies false. }. { @@ -336343,9 +146343,9 @@ } => { var:x_0 :complies false. }. - :carol6031 :does :access_social_media. + :carol1031 :does :access_social_media. } log:explains { - :carol6031 :complies false. + :carol1031 :complies false. }. { @@ -336354,9 +146354,9 @@ } => { var:x_0 :complies false. }. - :carol6032 :does :access_social_media. + :carol1032 :does :access_social_media. } log:explains { - :carol6032 :complies false. + :carol1032 :complies false. }. { @@ -336365,9 +146365,9 @@ } => { var:x_0 :complies false. }. - :carol6033 :does :access_social_media. + :carol1033 :does :access_social_media. } log:explains { - :carol6033 :complies false. + :carol1033 :complies false. }. { @@ -336376,9 +146376,9 @@ } => { var:x_0 :complies false. }. - :carol6034 :does :access_social_media. + :carol1034 :does :access_social_media. } log:explains { - :carol6034 :complies false. + :carol1034 :complies false. }. { @@ -336387,9 +146387,9 @@ } => { var:x_0 :complies false. }. - :carol6035 :does :access_social_media. + :carol1035 :does :access_social_media. } log:explains { - :carol6035 :complies false. + :carol1035 :complies false. }. { @@ -336398,9 +146398,9 @@ } => { var:x_0 :complies false. }. - :carol6036 :does :access_social_media. + :carol1036 :does :access_social_media. } log:explains { - :carol6036 :complies false. + :carol1036 :complies false. }. { @@ -336409,9 +146409,9 @@ } => { var:x_0 :complies false. }. - :carol6037 :does :access_social_media. + :carol1037 :does :access_social_media. } log:explains { - :carol6037 :complies false. + :carol1037 :complies false. }. { @@ -336420,9 +146420,9 @@ } => { var:x_0 :complies false. }. - :carol6038 :does :access_social_media. + :carol1038 :does :access_social_media. } log:explains { - :carol6038 :complies false. + :carol1038 :complies false. }. { @@ -336431,9 +146431,9 @@ } => { var:x_0 :complies false. }. - :carol6039 :does :access_social_media. + :carol1039 :does :access_social_media. } log:explains { - :carol6039 :complies false. + :carol1039 :complies false. }. { @@ -336442,9 +146442,9 @@ } => { var:x_0 :complies false. }. - :carol6040 :does :access_social_media. + :carol1040 :does :access_social_media. } log:explains { - :carol6040 :complies false. + :carol1040 :complies false. }. { @@ -336453,9 +146453,9 @@ } => { var:x_0 :complies false. }. - :carol6041 :does :access_social_media. + :carol1041 :does :access_social_media. } log:explains { - :carol6041 :complies false. + :carol1041 :complies false. }. { @@ -336464,9 +146464,9 @@ } => { var:x_0 :complies false. }. - :carol6042 :does :access_social_media. + :carol1042 :does :access_social_media. } log:explains { - :carol6042 :complies false. + :carol1042 :complies false. }. { @@ -336475,9 +146475,9 @@ } => { var:x_0 :complies false. }. - :carol6043 :does :access_social_media. + :carol1043 :does :access_social_media. } log:explains { - :carol6043 :complies false. + :carol1043 :complies false. }. { @@ -336486,9 +146486,9 @@ } => { var:x_0 :complies false. }. - :carol6044 :does :access_social_media. + :carol1044 :does :access_social_media. } log:explains { - :carol6044 :complies false. + :carol1044 :complies false. }. { @@ -336497,9 +146497,9 @@ } => { var:x_0 :complies false. }. - :carol6045 :does :access_social_media. + :carol1045 :does :access_social_media. } log:explains { - :carol6045 :complies false. + :carol1045 :complies false. }. { @@ -336508,9 +146508,9 @@ } => { var:x_0 :complies false. }. - :carol6046 :does :access_social_media. + :carol1046 :does :access_social_media. } log:explains { - :carol6046 :complies false. + :carol1046 :complies false. }. { @@ -336519,9 +146519,9 @@ } => { var:x_0 :complies false. }. - :carol6047 :does :access_social_media. + :carol1047 :does :access_social_media. } log:explains { - :carol6047 :complies false. + :carol1047 :complies false. }. { @@ -336530,9 +146530,9 @@ } => { var:x_0 :complies false. }. - :carol6048 :does :access_social_media. + :carol1048 :does :access_social_media. } log:explains { - :carol6048 :complies false. + :carol1048 :complies false. }. { @@ -336541,9 +146541,9 @@ } => { var:x_0 :complies false. }. - :carol6049 :does :access_social_media. + :carol1049 :does :access_social_media. } log:explains { - :carol6049 :complies false. + :carol1049 :complies false. }. { @@ -336552,9 +146552,9 @@ } => { var:x_0 :complies false. }. - :carol6050 :does :access_social_media. + :carol1050 :does :access_social_media. } log:explains { - :carol6050 :complies false. + :carol1050 :complies false. }. { @@ -336563,9 +146563,9 @@ } => { var:x_0 :complies false. }. - :carol6051 :does :access_social_media. + :carol1051 :does :access_social_media. } log:explains { - :carol6051 :complies false. + :carol1051 :complies false. }. { @@ -336574,9 +146574,9 @@ } => { var:x_0 :complies false. }. - :carol6052 :does :access_social_media. + :carol1052 :does :access_social_media. } log:explains { - :carol6052 :complies false. + :carol1052 :complies false. }. { @@ -336585,9 +146585,9 @@ } => { var:x_0 :complies false. }. - :carol6053 :does :access_social_media. + :carol1053 :does :access_social_media. } log:explains { - :carol6053 :complies false. + :carol1053 :complies false. }. { @@ -336596,9 +146596,9 @@ } => { var:x_0 :complies false. }. - :carol6054 :does :access_social_media. + :carol1054 :does :access_social_media. } log:explains { - :carol6054 :complies false. + :carol1054 :complies false. }. { @@ -336607,9 +146607,9 @@ } => { var:x_0 :complies false. }. - :carol6055 :does :access_social_media. + :carol1055 :does :access_social_media. } log:explains { - :carol6055 :complies false. + :carol1055 :complies false. }. { @@ -336618,9 +146618,9 @@ } => { var:x_0 :complies false. }. - :carol6056 :does :access_social_media. + :carol1056 :does :access_social_media. } log:explains { - :carol6056 :complies false. + :carol1056 :complies false. }. { @@ -336629,9 +146629,9 @@ } => { var:x_0 :complies false. }. - :carol6057 :does :access_social_media. + :carol1057 :does :access_social_media. } log:explains { - :carol6057 :complies false. + :carol1057 :complies false. }. { @@ -336640,9 +146640,9 @@ } => { var:x_0 :complies false. }. - :carol6058 :does :access_social_media. + :carol1058 :does :access_social_media. } log:explains { - :carol6058 :complies false. + :carol1058 :complies false. }. { @@ -336651,9 +146651,9 @@ } => { var:x_0 :complies false. }. - :carol6059 :does :access_social_media. + :carol1059 :does :access_social_media. } log:explains { - :carol6059 :complies false. + :carol1059 :complies false. }. { @@ -336662,9 +146662,9 @@ } => { var:x_0 :complies false. }. - :carol6060 :does :access_social_media. + :carol1060 :does :access_social_media. } log:explains { - :carol6060 :complies false. + :carol1060 :complies false. }. { @@ -336673,9 +146673,9 @@ } => { var:x_0 :complies false. }. - :carol6061 :does :access_social_media. + :carol1061 :does :access_social_media. } log:explains { - :carol6061 :complies false. + :carol1061 :complies false. }. { @@ -336684,9 +146684,9 @@ } => { var:x_0 :complies false. }. - :carol6062 :does :access_social_media. + :carol1062 :does :access_social_media. } log:explains { - :carol6062 :complies false. + :carol1062 :complies false. }. { @@ -336695,9 +146695,9 @@ } => { var:x_0 :complies false. }. - :carol6063 :does :access_social_media. + :carol1063 :does :access_social_media. } log:explains { - :carol6063 :complies false. + :carol1063 :complies false. }. { @@ -336706,9 +146706,9 @@ } => { var:x_0 :complies false. }. - :carol6064 :does :access_social_media. + :carol1064 :does :access_social_media. } log:explains { - :carol6064 :complies false. + :carol1064 :complies false. }. { @@ -336717,9 +146717,9 @@ } => { var:x_0 :complies false. }. - :carol6065 :does :access_social_media. + :carol1065 :does :access_social_media. } log:explains { - :carol6065 :complies false. + :carol1065 :complies false. }. { @@ -336728,9 +146728,9 @@ } => { var:x_0 :complies false. }. - :carol6066 :does :access_social_media. + :carol1066 :does :access_social_media. } log:explains { - :carol6066 :complies false. + :carol1066 :complies false. }. { @@ -336739,9 +146739,9 @@ } => { var:x_0 :complies false. }. - :carol6067 :does :access_social_media. + :carol1067 :does :access_social_media. } log:explains { - :carol6067 :complies false. + :carol1067 :complies false. }. { @@ -336750,9 +146750,9 @@ } => { var:x_0 :complies false. }. - :carol6068 :does :access_social_media. + :carol1068 :does :access_social_media. } log:explains { - :carol6068 :complies false. + :carol1068 :complies false. }. { @@ -336761,9 +146761,9 @@ } => { var:x_0 :complies false. }. - :carol6069 :does :access_social_media. + :carol1069 :does :access_social_media. } log:explains { - :carol6069 :complies false. + :carol1069 :complies false. }. { @@ -336772,9 +146772,9 @@ } => { var:x_0 :complies false. }. - :carol6070 :does :access_social_media. + :carol1070 :does :access_social_media. } log:explains { - :carol6070 :complies false. + :carol1070 :complies false. }. { @@ -336783,9 +146783,9 @@ } => { var:x_0 :complies false. }. - :carol6071 :does :access_social_media. + :carol1071 :does :access_social_media. } log:explains { - :carol6071 :complies false. + :carol1071 :complies false. }. { @@ -336794,9 +146794,9 @@ } => { var:x_0 :complies false. }. - :carol6072 :does :access_social_media. + :carol1072 :does :access_social_media. } log:explains { - :carol6072 :complies false. + :carol1072 :complies false. }. { @@ -336805,9 +146805,9 @@ } => { var:x_0 :complies false. }. - :carol6073 :does :access_social_media. + :carol1073 :does :access_social_media. } log:explains { - :carol6073 :complies false. + :carol1073 :complies false. }. { @@ -336816,9 +146816,9 @@ } => { var:x_0 :complies false. }. - :carol6074 :does :access_social_media. + :carol1074 :does :access_social_media. } log:explains { - :carol6074 :complies false. + :carol1074 :complies false. }. { @@ -336827,9 +146827,9 @@ } => { var:x_0 :complies false. }. - :carol6075 :does :access_social_media. + :carol1075 :does :access_social_media. } log:explains { - :carol6075 :complies false. + :carol1075 :complies false. }. { @@ -336838,9 +146838,9 @@ } => { var:x_0 :complies false. }. - :carol6076 :does :access_social_media. + :carol1076 :does :access_social_media. } log:explains { - :carol6076 :complies false. + :carol1076 :complies false. }. { @@ -336849,9 +146849,9 @@ } => { var:x_0 :complies false. }. - :carol6077 :does :access_social_media. + :carol1077 :does :access_social_media. } log:explains { - :carol6077 :complies false. + :carol1077 :complies false. }. { @@ -336860,9 +146860,9 @@ } => { var:x_0 :complies false. }. - :carol6078 :does :access_social_media. + :carol1078 :does :access_social_media. } log:explains { - :carol6078 :complies false. + :carol1078 :complies false. }. { @@ -336871,9 +146871,9 @@ } => { var:x_0 :complies false. }. - :carol6079 :does :access_social_media. + :carol1079 :does :access_social_media. } log:explains { - :carol6079 :complies false. + :carol1079 :complies false. }. { @@ -336882,9 +146882,9 @@ } => { var:x_0 :complies false. }. - :carol6080 :does :access_social_media. + :carol1080 :does :access_social_media. } log:explains { - :carol6080 :complies false. + :carol1080 :complies false. }. { @@ -336893,9 +146893,9 @@ } => { var:x_0 :complies false. }. - :carol6081 :does :access_social_media. + :carol1081 :does :access_social_media. } log:explains { - :carol6081 :complies false. + :carol1081 :complies false. }. { @@ -336904,9 +146904,9 @@ } => { var:x_0 :complies false. }. - :carol6082 :does :access_social_media. + :carol1082 :does :access_social_media. } log:explains { - :carol6082 :complies false. + :carol1082 :complies false. }. { @@ -336915,9 +146915,9 @@ } => { var:x_0 :complies false. }. - :carol6083 :does :access_social_media. + :carol1083 :does :access_social_media. } log:explains { - :carol6083 :complies false. + :carol1083 :complies false. }. { @@ -336926,9 +146926,9 @@ } => { var:x_0 :complies false. }. - :carol6084 :does :access_social_media. + :carol1084 :does :access_social_media. } log:explains { - :carol6084 :complies false. + :carol1084 :complies false. }. { @@ -336937,9 +146937,9 @@ } => { var:x_0 :complies false. }. - :carol6085 :does :access_social_media. + :carol1085 :does :access_social_media. } log:explains { - :carol6085 :complies false. + :carol1085 :complies false. }. { @@ -336948,9 +146948,9 @@ } => { var:x_0 :complies false. }. - :carol6086 :does :access_social_media. + :carol1086 :does :access_social_media. } log:explains { - :carol6086 :complies false. + :carol1086 :complies false. }. { @@ -336959,9 +146959,9 @@ } => { var:x_0 :complies false. }. - :carol6087 :does :access_social_media. + :carol1087 :does :access_social_media. } log:explains { - :carol6087 :complies false. + :carol1087 :complies false. }. { @@ -336970,9 +146970,9 @@ } => { var:x_0 :complies false. }. - :carol6088 :does :access_social_media. + :carol1088 :does :access_social_media. } log:explains { - :carol6088 :complies false. + :carol1088 :complies false. }. { @@ -336981,9 +146981,9 @@ } => { var:x_0 :complies false. }. - :carol6089 :does :access_social_media. + :carol1089 :does :access_social_media. } log:explains { - :carol6089 :complies false. + :carol1089 :complies false. }. { @@ -336992,9 +146992,9 @@ } => { var:x_0 :complies false. }. - :carol6090 :does :access_social_media. + :carol1090 :does :access_social_media. } log:explains { - :carol6090 :complies false. + :carol1090 :complies false. }. { @@ -337003,9 +147003,9 @@ } => { var:x_0 :complies false. }. - :carol6091 :does :access_social_media. + :carol1091 :does :access_social_media. } log:explains { - :carol6091 :complies false. + :carol1091 :complies false. }. { @@ -337014,9 +147014,9 @@ } => { var:x_0 :complies false. }. - :carol6092 :does :access_social_media. + :carol1092 :does :access_social_media. } log:explains { - :carol6092 :complies false. + :carol1092 :complies false. }. { @@ -337025,9 +147025,9 @@ } => { var:x_0 :complies false. }. - :carol6093 :does :access_social_media. + :carol1093 :does :access_social_media. } log:explains { - :carol6093 :complies false. + :carol1093 :complies false. }. { @@ -337036,9 +147036,9 @@ } => { var:x_0 :complies false. }. - :carol6094 :does :access_social_media. + :carol1094 :does :access_social_media. } log:explains { - :carol6094 :complies false. + :carol1094 :complies false. }. { @@ -337047,9 +147047,9 @@ } => { var:x_0 :complies false. }. - :carol6095 :does :access_social_media. + :carol1095 :does :access_social_media. } log:explains { - :carol6095 :complies false. + :carol1095 :complies false. }. { @@ -337058,9 +147058,9 @@ } => { var:x_0 :complies false. }. - :carol6096 :does :access_social_media. + :carol1096 :does :access_social_media. } log:explains { - :carol6096 :complies false. + :carol1096 :complies false. }. { @@ -337069,9 +147069,9 @@ } => { var:x_0 :complies false. }. - :carol6097 :does :access_social_media. + :carol1097 :does :access_social_media. } log:explains { - :carol6097 :complies false. + :carol1097 :complies false. }. { @@ -337080,9 +147080,9 @@ } => { var:x_0 :complies false. }. - :carol6098 :does :access_social_media. + :carol1098 :does :access_social_media. } log:explains { - :carol6098 :complies false. + :carol1098 :complies false. }. { @@ -337091,9 +147091,9 @@ } => { var:x_0 :complies false. }. - :carol6099 :does :access_social_media. + :carol1099 :does :access_social_media. } log:explains { - :carol6099 :complies false. + :carol1099 :complies false. }. { @@ -337102,9 +147102,9 @@ } => { var:x_0 :complies false. }. - :carol6100 :does :access_social_media. + :carol1100 :does :access_social_media. } log:explains { - :carol6100 :complies false. + :carol1100 :complies false. }. { @@ -337113,9 +147113,9 @@ } => { var:x_0 :complies false. }. - :carol6101 :does :access_social_media. + :carol1101 :does :access_social_media. } log:explains { - :carol6101 :complies false. + :carol1101 :complies false. }. { @@ -337124,9 +147124,9 @@ } => { var:x_0 :complies false. }. - :carol6102 :does :access_social_media. + :carol1102 :does :access_social_media. } log:explains { - :carol6102 :complies false. + :carol1102 :complies false. }. { @@ -337135,9 +147135,9 @@ } => { var:x_0 :complies false. }. - :carol6103 :does :access_social_media. + :carol1103 :does :access_social_media. } log:explains { - :carol6103 :complies false. + :carol1103 :complies false. }. { @@ -337146,9 +147146,9 @@ } => { var:x_0 :complies false. }. - :carol6104 :does :access_social_media. + :carol1104 :does :access_social_media. } log:explains { - :carol6104 :complies false. + :carol1104 :complies false. }. { @@ -337157,9 +147157,9 @@ } => { var:x_0 :complies false. }. - :carol6105 :does :access_social_media. + :carol1105 :does :access_social_media. } log:explains { - :carol6105 :complies false. + :carol1105 :complies false. }. { @@ -337168,9 +147168,9 @@ } => { var:x_0 :complies false. }. - :carol6106 :does :access_social_media. + :carol1106 :does :access_social_media. } log:explains { - :carol6106 :complies false. + :carol1106 :complies false. }. { @@ -337179,9 +147179,9 @@ } => { var:x_0 :complies false. }. - :carol6107 :does :access_social_media. + :carol1107 :does :access_social_media. } log:explains { - :carol6107 :complies false. + :carol1107 :complies false. }. { @@ -337190,9 +147190,9 @@ } => { var:x_0 :complies false. }. - :carol6108 :does :access_social_media. + :carol1108 :does :access_social_media. } log:explains { - :carol6108 :complies false. + :carol1108 :complies false. }. { @@ -337201,9 +147201,9 @@ } => { var:x_0 :complies false. }. - :carol6109 :does :access_social_media. + :carol1109 :does :access_social_media. } log:explains { - :carol6109 :complies false. + :carol1109 :complies false. }. { @@ -337212,9 +147212,9 @@ } => { var:x_0 :complies false. }. - :carol6110 :does :access_social_media. + :carol1110 :does :access_social_media. } log:explains { - :carol6110 :complies false. + :carol1110 :complies false. }. { @@ -337223,9 +147223,9 @@ } => { var:x_0 :complies false. }. - :carol6111 :does :access_social_media. + :carol1111 :does :access_social_media. } log:explains { - :carol6111 :complies false. + :carol1111 :complies false. }. { @@ -337234,9 +147234,9 @@ } => { var:x_0 :complies false. }. - :carol6112 :does :access_social_media. + :carol1112 :does :access_social_media. } log:explains { - :carol6112 :complies false. + :carol1112 :complies false. }. { @@ -337245,9 +147245,9 @@ } => { var:x_0 :complies false. }. - :carol6113 :does :access_social_media. + :carol1113 :does :access_social_media. } log:explains { - :carol6113 :complies false. + :carol1113 :complies false. }. { @@ -337256,9 +147256,9 @@ } => { var:x_0 :complies false. }. - :carol6114 :does :access_social_media. + :carol1114 :does :access_social_media. } log:explains { - :carol6114 :complies false. + :carol1114 :complies false. }. { @@ -337267,9 +147267,9 @@ } => { var:x_0 :complies false. }. - :carol6115 :does :access_social_media. + :carol1115 :does :access_social_media. } log:explains { - :carol6115 :complies false. + :carol1115 :complies false. }. { @@ -337278,9 +147278,9 @@ } => { var:x_0 :complies false. }. - :carol6116 :does :access_social_media. + :carol1116 :does :access_social_media. } log:explains { - :carol6116 :complies false. + :carol1116 :complies false. }. { @@ -337289,9 +147289,9 @@ } => { var:x_0 :complies false. }. - :carol6117 :does :access_social_media. + :carol1117 :does :access_social_media. } log:explains { - :carol6117 :complies false. + :carol1117 :complies false. }. { @@ -337300,9 +147300,9 @@ } => { var:x_0 :complies false. }. - :carol6118 :does :access_social_media. + :carol1118 :does :access_social_media. } log:explains { - :carol6118 :complies false. + :carol1118 :complies false. }. { @@ -337311,9 +147311,9 @@ } => { var:x_0 :complies false. }. - :carol6119 :does :access_social_media. + :carol1119 :does :access_social_media. } log:explains { - :carol6119 :complies false. + :carol1119 :complies false. }. { @@ -337322,9 +147322,9 @@ } => { var:x_0 :complies false. }. - :carol6120 :does :access_social_media. + :carol1120 :does :access_social_media. } log:explains { - :carol6120 :complies false. + :carol1120 :complies false. }. { @@ -337333,9 +147333,9 @@ } => { var:x_0 :complies false. }. - :carol6121 :does :access_social_media. + :carol1121 :does :access_social_media. } log:explains { - :carol6121 :complies false. + :carol1121 :complies false. }. { @@ -337344,9 +147344,9 @@ } => { var:x_0 :complies false. }. - :carol6122 :does :access_social_media. + :carol1122 :does :access_social_media. } log:explains { - :carol6122 :complies false. + :carol1122 :complies false. }. { @@ -337355,9 +147355,9 @@ } => { var:x_0 :complies false. }. - :carol6123 :does :access_social_media. + :carol1123 :does :access_social_media. } log:explains { - :carol6123 :complies false. + :carol1123 :complies false. }. { @@ -337366,9 +147366,9 @@ } => { var:x_0 :complies false. }. - :carol6124 :does :access_social_media. + :carol1124 :does :access_social_media. } log:explains { - :carol6124 :complies false. + :carol1124 :complies false. }. { @@ -337377,9 +147377,9 @@ } => { var:x_0 :complies false. }. - :carol6125 :does :access_social_media. + :carol1125 :does :access_social_media. } log:explains { - :carol6125 :complies false. + :carol1125 :complies false. }. { @@ -337388,9 +147388,9 @@ } => { var:x_0 :complies false. }. - :carol6126 :does :access_social_media. + :carol1126 :does :access_social_media. } log:explains { - :carol6126 :complies false. + :carol1126 :complies false. }. { @@ -337399,9 +147399,9 @@ } => { var:x_0 :complies false. }. - :carol6127 :does :access_social_media. + :carol1127 :does :access_social_media. } log:explains { - :carol6127 :complies false. + :carol1127 :complies false. }. { @@ -337410,9 +147410,9 @@ } => { var:x_0 :complies false. }. - :carol6128 :does :access_social_media. + :carol1128 :does :access_social_media. } log:explains { - :carol6128 :complies false. + :carol1128 :complies false. }. { @@ -337421,9 +147421,9 @@ } => { var:x_0 :complies false. }. - :carol6129 :does :access_social_media. + :carol1129 :does :access_social_media. } log:explains { - :carol6129 :complies false. + :carol1129 :complies false. }. { @@ -337432,9 +147432,9 @@ } => { var:x_0 :complies false. }. - :carol6130 :does :access_social_media. + :carol1130 :does :access_social_media. } log:explains { - :carol6130 :complies false. + :carol1130 :complies false. }. { @@ -337443,9 +147443,9 @@ } => { var:x_0 :complies false. }. - :carol6131 :does :access_social_media. + :carol1131 :does :access_social_media. } log:explains { - :carol6131 :complies false. + :carol1131 :complies false. }. { @@ -337454,9 +147454,9 @@ } => { var:x_0 :complies false. }. - :carol6132 :does :access_social_media. + :carol1132 :does :access_social_media. } log:explains { - :carol6132 :complies false. + :carol1132 :complies false. }. { @@ -337465,9 +147465,9 @@ } => { var:x_0 :complies false. }. - :carol6133 :does :access_social_media. + :carol1133 :does :access_social_media. } log:explains { - :carol6133 :complies false. + :carol1133 :complies false. }. { @@ -337476,9 +147476,9 @@ } => { var:x_0 :complies false. }. - :carol6134 :does :access_social_media. + :carol1134 :does :access_social_media. } log:explains { - :carol6134 :complies false. + :carol1134 :complies false. }. { @@ -337487,9 +147487,9 @@ } => { var:x_0 :complies false. }. - :carol6135 :does :access_social_media. + :carol1135 :does :access_social_media. } log:explains { - :carol6135 :complies false. + :carol1135 :complies false. }. { @@ -337498,9 +147498,9 @@ } => { var:x_0 :complies false. }. - :carol6136 :does :access_social_media. + :carol1136 :does :access_social_media. } log:explains { - :carol6136 :complies false. + :carol1136 :complies false. }. { @@ -337509,9 +147509,9 @@ } => { var:x_0 :complies false. }. - :carol6137 :does :access_social_media. + :carol1137 :does :access_social_media. } log:explains { - :carol6137 :complies false. + :carol1137 :complies false. }. { @@ -337520,9 +147520,9 @@ } => { var:x_0 :complies false. }. - :carol6138 :does :access_social_media. + :carol1138 :does :access_social_media. } log:explains { - :carol6138 :complies false. + :carol1138 :complies false. }. { @@ -337531,9 +147531,9 @@ } => { var:x_0 :complies false. }. - :carol6139 :does :access_social_media. + :carol1139 :does :access_social_media. } log:explains { - :carol6139 :complies false. + :carol1139 :complies false. }. { @@ -337542,9 +147542,9 @@ } => { var:x_0 :complies false. }. - :carol6140 :does :access_social_media. + :carol1140 :does :access_social_media. } log:explains { - :carol6140 :complies false. + :carol1140 :complies false. }. { @@ -337553,9 +147553,9 @@ } => { var:x_0 :complies false. }. - :carol6141 :does :access_social_media. + :carol1141 :does :access_social_media. } log:explains { - :carol6141 :complies false. + :carol1141 :complies false. }. { @@ -337564,9 +147564,9 @@ } => { var:x_0 :complies false. }. - :carol6142 :does :access_social_media. + :carol1142 :does :access_social_media. } log:explains { - :carol6142 :complies false. + :carol1142 :complies false. }. { @@ -337575,9 +147575,9 @@ } => { var:x_0 :complies false. }. - :carol6143 :does :access_social_media. + :carol1143 :does :access_social_media. } log:explains { - :carol6143 :complies false. + :carol1143 :complies false. }. { @@ -337586,9 +147586,9 @@ } => { var:x_0 :complies false. }. - :carol6144 :does :access_social_media. + :carol1144 :does :access_social_media. } log:explains { - :carol6144 :complies false. + :carol1144 :complies false. }. { @@ -337597,9 +147597,9 @@ } => { var:x_0 :complies false. }. - :carol6145 :does :access_social_media. + :carol1145 :does :access_social_media. } log:explains { - :carol6145 :complies false. + :carol1145 :complies false. }. { @@ -337608,9 +147608,9 @@ } => { var:x_0 :complies false. }. - :carol6146 :does :access_social_media. + :carol1146 :does :access_social_media. } log:explains { - :carol6146 :complies false. + :carol1146 :complies false. }. { @@ -337619,9 +147619,9 @@ } => { var:x_0 :complies false. }. - :carol6147 :does :access_social_media. + :carol1147 :does :access_social_media. } log:explains { - :carol6147 :complies false. + :carol1147 :complies false. }. { @@ -337630,9 +147630,9 @@ } => { var:x_0 :complies false. }. - :carol6148 :does :access_social_media. + :carol1148 :does :access_social_media. } log:explains { - :carol6148 :complies false. + :carol1148 :complies false. }. { @@ -337641,9 +147641,9 @@ } => { var:x_0 :complies false. }. - :carol6149 :does :access_social_media. + :carol1149 :does :access_social_media. } log:explains { - :carol6149 :complies false. + :carol1149 :complies false. }. { @@ -337652,9 +147652,9 @@ } => { var:x_0 :complies false. }. - :carol6150 :does :access_social_media. + :carol1150 :does :access_social_media. } log:explains { - :carol6150 :complies false. + :carol1150 :complies false. }. { @@ -337663,9 +147663,9 @@ } => { var:x_0 :complies false. }. - :carol6151 :does :access_social_media. + :carol1151 :does :access_social_media. } log:explains { - :carol6151 :complies false. + :carol1151 :complies false. }. { @@ -337674,9 +147674,9 @@ } => { var:x_0 :complies false. }. - :carol6152 :does :access_social_media. + :carol1152 :does :access_social_media. } log:explains { - :carol6152 :complies false. + :carol1152 :complies false. }. { @@ -337685,9 +147685,9 @@ } => { var:x_0 :complies false. }. - :carol6153 :does :access_social_media. + :carol1153 :does :access_social_media. } log:explains { - :carol6153 :complies false. + :carol1153 :complies false. }. { @@ -337696,9 +147696,9 @@ } => { var:x_0 :complies false. }. - :carol6154 :does :access_social_media. + :carol1154 :does :access_social_media. } log:explains { - :carol6154 :complies false. + :carol1154 :complies false. }. { @@ -337707,9 +147707,9 @@ } => { var:x_0 :complies false. }. - :carol6155 :does :access_social_media. + :carol1155 :does :access_social_media. } log:explains { - :carol6155 :complies false. + :carol1155 :complies false. }. { @@ -337718,9 +147718,9 @@ } => { var:x_0 :complies false. }. - :carol6156 :does :access_social_media. + :carol1156 :does :access_social_media. } log:explains { - :carol6156 :complies false. + :carol1156 :complies false. }. { @@ -337729,9 +147729,9 @@ } => { var:x_0 :complies false. }. - :carol6157 :does :access_social_media. + :carol1157 :does :access_social_media. } log:explains { - :carol6157 :complies false. + :carol1157 :complies false. }. { @@ -337740,9 +147740,9 @@ } => { var:x_0 :complies false. }. - :carol6158 :does :access_social_media. + :carol1158 :does :access_social_media. } log:explains { - :carol6158 :complies false. + :carol1158 :complies false. }. { @@ -337751,9 +147751,9 @@ } => { var:x_0 :complies false. }. - :carol6159 :does :access_social_media. + :carol1159 :does :access_social_media. } log:explains { - :carol6159 :complies false. + :carol1159 :complies false. }. { @@ -337762,9 +147762,9 @@ } => { var:x_0 :complies false. }. - :carol6160 :does :access_social_media. + :carol1160 :does :access_social_media. } log:explains { - :carol6160 :complies false. + :carol1160 :complies false. }. { @@ -337773,9 +147773,9 @@ } => { var:x_0 :complies false. }. - :carol6161 :does :access_social_media. + :carol1161 :does :access_social_media. } log:explains { - :carol6161 :complies false. + :carol1161 :complies false. }. { @@ -337784,9 +147784,9 @@ } => { var:x_0 :complies false. }. - :carol6162 :does :access_social_media. + :carol1162 :does :access_social_media. } log:explains { - :carol6162 :complies false. + :carol1162 :complies false. }. { @@ -337795,9 +147795,9 @@ } => { var:x_0 :complies false. }. - :carol6163 :does :access_social_media. + :carol1163 :does :access_social_media. } log:explains { - :carol6163 :complies false. + :carol1163 :complies false. }. { @@ -337806,9 +147806,9 @@ } => { var:x_0 :complies false. }. - :carol6164 :does :access_social_media. + :carol1164 :does :access_social_media. } log:explains { - :carol6164 :complies false. + :carol1164 :complies false. }. { @@ -337817,9 +147817,9 @@ } => { var:x_0 :complies false. }. - :carol6165 :does :access_social_media. + :carol1165 :does :access_social_media. } log:explains { - :carol6165 :complies false. + :carol1165 :complies false. }. { @@ -337828,9 +147828,9 @@ } => { var:x_0 :complies false. }. - :carol6166 :does :access_social_media. + :carol1166 :does :access_social_media. } log:explains { - :carol6166 :complies false. + :carol1166 :complies false. }. { @@ -337839,9 +147839,9 @@ } => { var:x_0 :complies false. }. - :carol6167 :does :access_social_media. + :carol1167 :does :access_social_media. } log:explains { - :carol6167 :complies false. + :carol1167 :complies false. }. { @@ -337850,9 +147850,9 @@ } => { var:x_0 :complies false. }. - :carol6168 :does :access_social_media. + :carol1168 :does :access_social_media. } log:explains { - :carol6168 :complies false. + :carol1168 :complies false. }. { @@ -337861,9 +147861,9 @@ } => { var:x_0 :complies false. }. - :carol6169 :does :access_social_media. + :carol1169 :does :access_social_media. } log:explains { - :carol6169 :complies false. + :carol1169 :complies false. }. { @@ -337872,9 +147872,9 @@ } => { var:x_0 :complies false. }. - :carol6170 :does :access_social_media. + :carol1170 :does :access_social_media. } log:explains { - :carol6170 :complies false. + :carol1170 :complies false. }. { @@ -337883,9 +147883,9 @@ } => { var:x_0 :complies false. }. - :carol6171 :does :access_social_media. + :carol1171 :does :access_social_media. } log:explains { - :carol6171 :complies false. + :carol1171 :complies false. }. { @@ -337894,9 +147894,9 @@ } => { var:x_0 :complies false. }. - :carol6172 :does :access_social_media. + :carol1172 :does :access_social_media. } log:explains { - :carol6172 :complies false. + :carol1172 :complies false. }. { @@ -337905,9 +147905,9 @@ } => { var:x_0 :complies false. }. - :carol6173 :does :access_social_media. + :carol1173 :does :access_social_media. } log:explains { - :carol6173 :complies false. + :carol1173 :complies false. }. { @@ -337916,9 +147916,9 @@ } => { var:x_0 :complies false. }. - :carol6174 :does :access_social_media. + :carol1174 :does :access_social_media. } log:explains { - :carol6174 :complies false. + :carol1174 :complies false. }. { @@ -337927,9 +147927,9 @@ } => { var:x_0 :complies false. }. - :carol6175 :does :access_social_media. + :carol1175 :does :access_social_media. } log:explains { - :carol6175 :complies false. + :carol1175 :complies false. }. { @@ -337938,9 +147938,9 @@ } => { var:x_0 :complies false. }. - :carol6176 :does :access_social_media. + :carol1176 :does :access_social_media. } log:explains { - :carol6176 :complies false. + :carol1176 :complies false. }. { @@ -337949,9 +147949,9 @@ } => { var:x_0 :complies false. }. - :carol6177 :does :access_social_media. + :carol1177 :does :access_social_media. } log:explains { - :carol6177 :complies false. + :carol1177 :complies false. }. { @@ -337960,9 +147960,9 @@ } => { var:x_0 :complies false. }. - :carol6178 :does :access_social_media. + :carol1178 :does :access_social_media. } log:explains { - :carol6178 :complies false. + :carol1178 :complies false. }. { @@ -337971,9 +147971,9 @@ } => { var:x_0 :complies false. }. - :carol6179 :does :access_social_media. + :carol1179 :does :access_social_media. } log:explains { - :carol6179 :complies false. + :carol1179 :complies false. }. { @@ -337982,9 +147982,9 @@ } => { var:x_0 :complies false. }. - :carol6180 :does :access_social_media. + :carol1180 :does :access_social_media. } log:explains { - :carol6180 :complies false. + :carol1180 :complies false. }. { @@ -337993,9 +147993,9 @@ } => { var:x_0 :complies false. }. - :carol6181 :does :access_social_media. + :carol1181 :does :access_social_media. } log:explains { - :carol6181 :complies false. + :carol1181 :complies false. }. { @@ -338004,9 +148004,9 @@ } => { var:x_0 :complies false. }. - :carol6182 :does :access_social_media. + :carol1182 :does :access_social_media. } log:explains { - :carol6182 :complies false. + :carol1182 :complies false. }. { @@ -338015,9 +148015,9 @@ } => { var:x_0 :complies false. }. - :carol6183 :does :access_social_media. + :carol1183 :does :access_social_media. } log:explains { - :carol6183 :complies false. + :carol1183 :complies false. }. { @@ -338026,9 +148026,9 @@ } => { var:x_0 :complies false. }. - :carol6184 :does :access_social_media. + :carol1184 :does :access_social_media. } log:explains { - :carol6184 :complies false. + :carol1184 :complies false. }. { @@ -338037,9 +148037,9 @@ } => { var:x_0 :complies false. }. - :carol6185 :does :access_social_media. + :carol1185 :does :access_social_media. } log:explains { - :carol6185 :complies false. + :carol1185 :complies false. }. { @@ -338048,9 +148048,9 @@ } => { var:x_0 :complies false. }. - :carol6186 :does :access_social_media. + :carol1186 :does :access_social_media. } log:explains { - :carol6186 :complies false. + :carol1186 :complies false. }. { @@ -338059,9 +148059,9 @@ } => { var:x_0 :complies false. }. - :carol6187 :does :access_social_media. + :carol1187 :does :access_social_media. } log:explains { - :carol6187 :complies false. + :carol1187 :complies false. }. { @@ -338070,9 +148070,9 @@ } => { var:x_0 :complies false. }. - :carol6188 :does :access_social_media. + :carol1188 :does :access_social_media. } log:explains { - :carol6188 :complies false. + :carol1188 :complies false. }. { @@ -338081,9 +148081,9 @@ } => { var:x_0 :complies false. }. - :carol6189 :does :access_social_media. + :carol1189 :does :access_social_media. } log:explains { - :carol6189 :complies false. + :carol1189 :complies false. }. { @@ -338092,9 +148092,9 @@ } => { var:x_0 :complies false. }. - :carol6190 :does :access_social_media. + :carol1190 :does :access_social_media. } log:explains { - :carol6190 :complies false. + :carol1190 :complies false. }. { @@ -338103,9 +148103,9 @@ } => { var:x_0 :complies false. }. - :carol6191 :does :access_social_media. + :carol1191 :does :access_social_media. } log:explains { - :carol6191 :complies false. + :carol1191 :complies false. }. { @@ -338114,9 +148114,9 @@ } => { var:x_0 :complies false. }. - :carol6192 :does :access_social_media. + :carol1192 :does :access_social_media. } log:explains { - :carol6192 :complies false. + :carol1192 :complies false. }. { @@ -338125,9 +148125,9 @@ } => { var:x_0 :complies false. }. - :carol6193 :does :access_social_media. + :carol1193 :does :access_social_media. } log:explains { - :carol6193 :complies false. + :carol1193 :complies false. }. { @@ -338136,9 +148136,9 @@ } => { var:x_0 :complies false. }. - :carol6194 :does :access_social_media. + :carol1194 :does :access_social_media. } log:explains { - :carol6194 :complies false. + :carol1194 :complies false. }. { @@ -338147,9 +148147,9 @@ } => { var:x_0 :complies false. }. - :carol6195 :does :access_social_media. + :carol1195 :does :access_social_media. } log:explains { - :carol6195 :complies false. + :carol1195 :complies false. }. { @@ -338158,9 +148158,9 @@ } => { var:x_0 :complies false. }. - :carol6196 :does :access_social_media. + :carol1196 :does :access_social_media. } log:explains { - :carol6196 :complies false. + :carol1196 :complies false. }. { @@ -338169,9 +148169,9 @@ } => { var:x_0 :complies false. }. - :carol6197 :does :access_social_media. + :carol1197 :does :access_social_media. } log:explains { - :carol6197 :complies false. + :carol1197 :complies false. }. { @@ -338180,9 +148180,9 @@ } => { var:x_0 :complies false. }. - :carol6198 :does :access_social_media. + :carol1198 :does :access_social_media. } log:explains { - :carol6198 :complies false. + :carol1198 :complies false. }. { @@ -338191,9 +148191,9 @@ } => { var:x_0 :complies false. }. - :carol6199 :does :access_social_media. + :carol1199 :does :access_social_media. } log:explains { - :carol6199 :complies false. + :carol1199 :complies false. }. { @@ -338202,9 +148202,9 @@ } => { var:x_0 :complies false. }. - :carol6200 :does :access_social_media. + :carol1200 :does :access_social_media. } log:explains { - :carol6200 :complies false. + :carol1200 :complies false. }. { @@ -338213,9 +148213,9 @@ } => { var:x_0 :complies false. }. - :carol6201 :does :access_social_media. + :carol1201 :does :access_social_media. } log:explains { - :carol6201 :complies false. + :carol1201 :complies false. }. { @@ -338224,9 +148224,9 @@ } => { var:x_0 :complies false. }. - :carol6202 :does :access_social_media. + :carol1202 :does :access_social_media. } log:explains { - :carol6202 :complies false. + :carol1202 :complies false. }. { @@ -338235,9 +148235,9 @@ } => { var:x_0 :complies false. }. - :carol6203 :does :access_social_media. + :carol1203 :does :access_social_media. } log:explains { - :carol6203 :complies false. + :carol1203 :complies false. }. { @@ -338246,9 +148246,9 @@ } => { var:x_0 :complies false. }. - :carol6204 :does :access_social_media. + :carol1204 :does :access_social_media. } log:explains { - :carol6204 :complies false. + :carol1204 :complies false. }. { @@ -338257,9 +148257,9 @@ } => { var:x_0 :complies false. }. - :carol6205 :does :access_social_media. + :carol1205 :does :access_social_media. } log:explains { - :carol6205 :complies false. + :carol1205 :complies false. }. { @@ -338268,9 +148268,9 @@ } => { var:x_0 :complies false. }. - :carol6206 :does :access_social_media. + :carol1206 :does :access_social_media. } log:explains { - :carol6206 :complies false. + :carol1206 :complies false. }. { @@ -338279,9 +148279,9 @@ } => { var:x_0 :complies false. }. - :carol6207 :does :access_social_media. + :carol1207 :does :access_social_media. } log:explains { - :carol6207 :complies false. + :carol1207 :complies false. }. { @@ -338290,9 +148290,9 @@ } => { var:x_0 :complies false. }. - :carol6208 :does :access_social_media. + :carol1208 :does :access_social_media. } log:explains { - :carol6208 :complies false. + :carol1208 :complies false. }. { @@ -338301,9 +148301,9 @@ } => { var:x_0 :complies false. }. - :carol6209 :does :access_social_media. + :carol1209 :does :access_social_media. } log:explains { - :carol6209 :complies false. + :carol1209 :complies false. }. { @@ -338312,9 +148312,9 @@ } => { var:x_0 :complies false. }. - :carol6210 :does :access_social_media. + :carol1210 :does :access_social_media. } log:explains { - :carol6210 :complies false. + :carol1210 :complies false. }. { @@ -338323,9 +148323,9 @@ } => { var:x_0 :complies false. }. - :carol6211 :does :access_social_media. + :carol1211 :does :access_social_media. } log:explains { - :carol6211 :complies false. + :carol1211 :complies false. }. { @@ -338334,9 +148334,9 @@ } => { var:x_0 :complies false. }. - :carol6212 :does :access_social_media. + :carol1212 :does :access_social_media. } log:explains { - :carol6212 :complies false. + :carol1212 :complies false. }. { @@ -338345,9 +148345,9 @@ } => { var:x_0 :complies false. }. - :carol6213 :does :access_social_media. + :carol1213 :does :access_social_media. } log:explains { - :carol6213 :complies false. + :carol1213 :complies false. }. { @@ -338356,9 +148356,9 @@ } => { var:x_0 :complies false. }. - :carol6214 :does :access_social_media. + :carol1214 :does :access_social_media. } log:explains { - :carol6214 :complies false. + :carol1214 :complies false. }. { @@ -338367,9 +148367,9 @@ } => { var:x_0 :complies false. }. - :carol6215 :does :access_social_media. + :carol1215 :does :access_social_media. } log:explains { - :carol6215 :complies false. + :carol1215 :complies false. }. { @@ -338378,9 +148378,9 @@ } => { var:x_0 :complies false. }. - :carol6216 :does :access_social_media. + :carol1216 :does :access_social_media. } log:explains { - :carol6216 :complies false. + :carol1216 :complies false. }. { @@ -338389,9 +148389,9 @@ } => { var:x_0 :complies false. }. - :carol6217 :does :access_social_media. + :carol1217 :does :access_social_media. } log:explains { - :carol6217 :complies false. + :carol1217 :complies false. }. { @@ -338400,9 +148400,9 @@ } => { var:x_0 :complies false. }. - :carol6218 :does :access_social_media. + :carol1218 :does :access_social_media. } log:explains { - :carol6218 :complies false. + :carol1218 :complies false. }. { @@ -338411,9 +148411,9 @@ } => { var:x_0 :complies false. }. - :carol6219 :does :access_social_media. + :carol1219 :does :access_social_media. } log:explains { - :carol6219 :complies false. + :carol1219 :complies false. }. { @@ -338422,9 +148422,9 @@ } => { var:x_0 :complies false. }. - :carol6220 :does :access_social_media. + :carol1220 :does :access_social_media. } log:explains { - :carol6220 :complies false. + :carol1220 :complies false. }. { @@ -338433,9 +148433,9 @@ } => { var:x_0 :complies false. }. - :carol6221 :does :access_social_media. + :carol1221 :does :access_social_media. } log:explains { - :carol6221 :complies false. + :carol1221 :complies false. }. { @@ -338444,9 +148444,9 @@ } => { var:x_0 :complies false. }. - :carol6222 :does :access_social_media. + :carol1222 :does :access_social_media. } log:explains { - :carol6222 :complies false. + :carol1222 :complies false. }. { @@ -338455,9 +148455,9 @@ } => { var:x_0 :complies false. }. - :carol6223 :does :access_social_media. + :carol1223 :does :access_social_media. } log:explains { - :carol6223 :complies false. + :carol1223 :complies false. }. { @@ -338466,9 +148466,9 @@ } => { var:x_0 :complies false. }. - :carol6224 :does :access_social_media. + :carol1224 :does :access_social_media. } log:explains { - :carol6224 :complies false. + :carol1224 :complies false. }. { @@ -338477,9 +148477,9 @@ } => { var:x_0 :complies false. }. - :carol6225 :does :access_social_media. + :carol1225 :does :access_social_media. } log:explains { - :carol6225 :complies false. + :carol1225 :complies false. }. { @@ -338488,9 +148488,9 @@ } => { var:x_0 :complies false. }. - :carol6226 :does :access_social_media. + :carol1226 :does :access_social_media. } log:explains { - :carol6226 :complies false. + :carol1226 :complies false. }. { @@ -338499,9 +148499,9 @@ } => { var:x_0 :complies false. }. - :carol6227 :does :access_social_media. + :carol1227 :does :access_social_media. } log:explains { - :carol6227 :complies false. + :carol1227 :complies false. }. { @@ -338510,9 +148510,9 @@ } => { var:x_0 :complies false. }. - :carol6228 :does :access_social_media. + :carol1228 :does :access_social_media. } log:explains { - :carol6228 :complies false. + :carol1228 :complies false. }. { @@ -338521,9 +148521,9 @@ } => { var:x_0 :complies false. }. - :carol6229 :does :access_social_media. + :carol1229 :does :access_social_media. } log:explains { - :carol6229 :complies false. + :carol1229 :complies false. }. { @@ -338532,9 +148532,9 @@ } => { var:x_0 :complies false. }. - :carol6230 :does :access_social_media. + :carol1230 :does :access_social_media. } log:explains { - :carol6230 :complies false. + :carol1230 :complies false. }. { @@ -338543,9 +148543,9 @@ } => { var:x_0 :complies false. }. - :carol6231 :does :access_social_media. + :carol1231 :does :access_social_media. } log:explains { - :carol6231 :complies false. + :carol1231 :complies false. }. { @@ -338554,9 +148554,9 @@ } => { var:x_0 :complies false. }. - :carol6232 :does :access_social_media. + :carol1232 :does :access_social_media. } log:explains { - :carol6232 :complies false. + :carol1232 :complies false. }. { @@ -338565,9 +148565,9 @@ } => { var:x_0 :complies false. }. - :carol6233 :does :access_social_media. + :carol1233 :does :access_social_media. } log:explains { - :carol6233 :complies false. + :carol1233 :complies false. }. { @@ -338576,9 +148576,9 @@ } => { var:x_0 :complies false. }. - :carol6234 :does :access_social_media. + :carol1234 :does :access_social_media. } log:explains { - :carol6234 :complies false. + :carol1234 :complies false. }. { @@ -338587,9 +148587,9 @@ } => { var:x_0 :complies false. }. - :carol6235 :does :access_social_media. + :carol1235 :does :access_social_media. } log:explains { - :carol6235 :complies false. + :carol1235 :complies false. }. { @@ -338598,9 +148598,9 @@ } => { var:x_0 :complies false. }. - :carol6236 :does :access_social_media. + :carol1236 :does :access_social_media. } log:explains { - :carol6236 :complies false. + :carol1236 :complies false. }. { @@ -338609,9 +148609,9 @@ } => { var:x_0 :complies false. }. - :carol6237 :does :access_social_media. + :carol1237 :does :access_social_media. } log:explains { - :carol6237 :complies false. + :carol1237 :complies false. }. { @@ -338620,9 +148620,9 @@ } => { var:x_0 :complies false. }. - :carol6238 :does :access_social_media. + :carol1238 :does :access_social_media. } log:explains { - :carol6238 :complies false. + :carol1238 :complies false. }. { @@ -338631,9 +148631,9 @@ } => { var:x_0 :complies false. }. - :carol6239 :does :access_social_media. + :carol1239 :does :access_social_media. } log:explains { - :carol6239 :complies false. + :carol1239 :complies false. }. { @@ -338642,9 +148642,9 @@ } => { var:x_0 :complies false. }. - :carol6240 :does :access_social_media. + :carol1240 :does :access_social_media. } log:explains { - :carol6240 :complies false. + :carol1240 :complies false. }. { @@ -338653,9 +148653,9 @@ } => { var:x_0 :complies false. }. - :carol6241 :does :access_social_media. + :carol1241 :does :access_social_media. } log:explains { - :carol6241 :complies false. + :carol1241 :complies false. }. { @@ -338664,9 +148664,9 @@ } => { var:x_0 :complies false. }. - :carol6242 :does :access_social_media. + :carol1242 :does :access_social_media. } log:explains { - :carol6242 :complies false. + :carol1242 :complies false. }. { @@ -338675,9 +148675,9 @@ } => { var:x_0 :complies false. }. - :carol6243 :does :access_social_media. + :carol1243 :does :access_social_media. } log:explains { - :carol6243 :complies false. + :carol1243 :complies false. }. { @@ -338686,9 +148686,9 @@ } => { var:x_0 :complies false. }. - :carol6244 :does :access_social_media. + :carol1244 :does :access_social_media. } log:explains { - :carol6244 :complies false. + :carol1244 :complies false. }. { @@ -338697,9 +148697,9 @@ } => { var:x_0 :complies false. }. - :carol6245 :does :access_social_media. + :carol1245 :does :access_social_media. } log:explains { - :carol6245 :complies false. + :carol1245 :complies false. }. { @@ -338708,9 +148708,9 @@ } => { var:x_0 :complies false. }. - :carol6246 :does :access_social_media. + :carol1246 :does :access_social_media. } log:explains { - :carol6246 :complies false. + :carol1246 :complies false. }. { @@ -338719,9 +148719,9 @@ } => { var:x_0 :complies false. }. - :carol6247 :does :access_social_media. + :carol1247 :does :access_social_media. } log:explains { - :carol6247 :complies false. + :carol1247 :complies false. }. { @@ -338730,9 +148730,9 @@ } => { var:x_0 :complies false. }. - :carol6248 :does :access_social_media. + :carol1248 :does :access_social_media. } log:explains { - :carol6248 :complies false. + :carol1248 :complies false. }. { @@ -338741,9 +148741,9 @@ } => { var:x_0 :complies false. }. - :carol6249 :does :access_social_media. + :carol1249 :does :access_social_media. } log:explains { - :carol6249 :complies false. + :carol1249 :complies false. }. { @@ -338752,9 +148752,9 @@ } => { var:x_0 :complies false. }. - :carol6250 :does :access_social_media. + :carol1250 :does :access_social_media. } log:explains { - :carol6250 :complies false. + :carol1250 :complies false. }. { @@ -338763,9 +148763,9 @@ } => { var:x_0 :complies false. }. - :carol6251 :does :access_social_media. + :carol1251 :does :access_social_media. } log:explains { - :carol6251 :complies false. + :carol1251 :complies false. }. { @@ -338774,9 +148774,9 @@ } => { var:x_0 :complies false. }. - :carol6252 :does :access_social_media. + :carol1252 :does :access_social_media. } log:explains { - :carol6252 :complies false. + :carol1252 :complies false. }. { @@ -338785,9 +148785,9 @@ } => { var:x_0 :complies false. }. - :carol6253 :does :access_social_media. + :carol1253 :does :access_social_media. } log:explains { - :carol6253 :complies false. + :carol1253 :complies false. }. { @@ -338796,9 +148796,9 @@ } => { var:x_0 :complies false. }. - :carol6254 :does :access_social_media. + :carol1254 :does :access_social_media. } log:explains { - :carol6254 :complies false. + :carol1254 :complies false. }. { @@ -338807,9 +148807,9 @@ } => { var:x_0 :complies false. }. - :carol6255 :does :access_social_media. + :carol1255 :does :access_social_media. } log:explains { - :carol6255 :complies false. + :carol1255 :complies false. }. { @@ -338818,9 +148818,9 @@ } => { var:x_0 :complies false. }. - :carol6256 :does :access_social_media. + :carol1256 :does :access_social_media. } log:explains { - :carol6256 :complies false. + :carol1256 :complies false. }. { @@ -338829,9 +148829,9 @@ } => { var:x_0 :complies false. }. - :carol6257 :does :access_social_media. + :carol1257 :does :access_social_media. } log:explains { - :carol6257 :complies false. + :carol1257 :complies false. }. { @@ -338840,9 +148840,9 @@ } => { var:x_0 :complies false. }. - :carol6258 :does :access_social_media. + :carol1258 :does :access_social_media. } log:explains { - :carol6258 :complies false. + :carol1258 :complies false. }. { @@ -338851,9 +148851,9 @@ } => { var:x_0 :complies false. }. - :carol6259 :does :access_social_media. + :carol1259 :does :access_social_media. } log:explains { - :carol6259 :complies false. + :carol1259 :complies false. }. { @@ -338862,9 +148862,9 @@ } => { var:x_0 :complies false. }. - :carol6260 :does :access_social_media. + :carol1260 :does :access_social_media. } log:explains { - :carol6260 :complies false. + :carol1260 :complies false. }. { @@ -338873,9 +148873,9 @@ } => { var:x_0 :complies false. }. - :carol6261 :does :access_social_media. + :carol1261 :does :access_social_media. } log:explains { - :carol6261 :complies false. + :carol1261 :complies false. }. { @@ -338884,9 +148884,9 @@ } => { var:x_0 :complies false. }. - :carol6262 :does :access_social_media. + :carol1262 :does :access_social_media. } log:explains { - :carol6262 :complies false. + :carol1262 :complies false. }. { @@ -338895,9 +148895,9 @@ } => { var:x_0 :complies false. }. - :carol6263 :does :access_social_media. + :carol1263 :does :access_social_media. } log:explains { - :carol6263 :complies false. + :carol1263 :complies false. }. { @@ -338906,9 +148906,9 @@ } => { var:x_0 :complies false. }. - :carol6264 :does :access_social_media. + :carol1264 :does :access_social_media. } log:explains { - :carol6264 :complies false. + :carol1264 :complies false. }. { @@ -338917,9 +148917,9 @@ } => { var:x_0 :complies false. }. - :carol6265 :does :access_social_media. + :carol1265 :does :access_social_media. } log:explains { - :carol6265 :complies false. + :carol1265 :complies false. }. { @@ -338928,9 +148928,9 @@ } => { var:x_0 :complies false. }. - :carol6266 :does :access_social_media. + :carol1266 :does :access_social_media. } log:explains { - :carol6266 :complies false. + :carol1266 :complies false. }. { @@ -338939,9 +148939,9 @@ } => { var:x_0 :complies false. }. - :carol6267 :does :access_social_media. + :carol1267 :does :access_social_media. } log:explains { - :carol6267 :complies false. + :carol1267 :complies false. }. { @@ -338950,9 +148950,9 @@ } => { var:x_0 :complies false. }. - :carol6268 :does :access_social_media. + :carol1268 :does :access_social_media. } log:explains { - :carol6268 :complies false. + :carol1268 :complies false. }. { @@ -338961,9 +148961,9 @@ } => { var:x_0 :complies false. }. - :carol6269 :does :access_social_media. + :carol1269 :does :access_social_media. } log:explains { - :carol6269 :complies false. + :carol1269 :complies false. }. { @@ -338972,9 +148972,9 @@ } => { var:x_0 :complies false. }. - :carol6270 :does :access_social_media. + :carol1270 :does :access_social_media. } log:explains { - :carol6270 :complies false. + :carol1270 :complies false. }. { @@ -338983,9 +148983,9 @@ } => { var:x_0 :complies false. }. - :carol6271 :does :access_social_media. + :carol1271 :does :access_social_media. } log:explains { - :carol6271 :complies false. + :carol1271 :complies false. }. { @@ -338994,9 +148994,9 @@ } => { var:x_0 :complies false. }. - :carol6272 :does :access_social_media. + :carol1272 :does :access_social_media. } log:explains { - :carol6272 :complies false. + :carol1272 :complies false. }. { @@ -339005,9 +149005,9 @@ } => { var:x_0 :complies false. }. - :carol6273 :does :access_social_media. + :carol1273 :does :access_social_media. } log:explains { - :carol6273 :complies false. + :carol1273 :complies false. }. { @@ -339016,9 +149016,9 @@ } => { var:x_0 :complies false. }. - :carol6274 :does :access_social_media. + :carol1274 :does :access_social_media. } log:explains { - :carol6274 :complies false. + :carol1274 :complies false. }. { @@ -339027,9 +149027,9 @@ } => { var:x_0 :complies false. }. - :carol6275 :does :access_social_media. + :carol1275 :does :access_social_media. } log:explains { - :carol6275 :complies false. + :carol1275 :complies false. }. { @@ -339038,9 +149038,9 @@ } => { var:x_0 :complies false. }. - :carol6276 :does :access_social_media. + :carol1276 :does :access_social_media. } log:explains { - :carol6276 :complies false. + :carol1276 :complies false. }. { @@ -339049,9 +149049,9 @@ } => { var:x_0 :complies false. }. - :carol6277 :does :access_social_media. + :carol1277 :does :access_social_media. } log:explains { - :carol6277 :complies false. + :carol1277 :complies false. }. { @@ -339060,9 +149060,9 @@ } => { var:x_0 :complies false. }. - :carol6278 :does :access_social_media. + :carol1278 :does :access_social_media. } log:explains { - :carol6278 :complies false. + :carol1278 :complies false. }. { @@ -339071,9 +149071,9 @@ } => { var:x_0 :complies false. }. - :carol6279 :does :access_social_media. + :carol1279 :does :access_social_media. } log:explains { - :carol6279 :complies false. + :carol1279 :complies false. }. { @@ -339082,9 +149082,9 @@ } => { var:x_0 :complies false. }. - :carol6280 :does :access_social_media. + :carol1280 :does :access_social_media. } log:explains { - :carol6280 :complies false. + :carol1280 :complies false. }. { @@ -339093,9 +149093,9 @@ } => { var:x_0 :complies false. }. - :carol6281 :does :access_social_media. + :carol1281 :does :access_social_media. } log:explains { - :carol6281 :complies false. + :carol1281 :complies false. }. { @@ -339104,9 +149104,9 @@ } => { var:x_0 :complies false. }. - :carol6282 :does :access_social_media. + :carol1282 :does :access_social_media. } log:explains { - :carol6282 :complies false. + :carol1282 :complies false. }. { @@ -339115,9 +149115,9 @@ } => { var:x_0 :complies false. }. - :carol6283 :does :access_social_media. + :carol1283 :does :access_social_media. } log:explains { - :carol6283 :complies false. + :carol1283 :complies false. }. { @@ -339126,9 +149126,9 @@ } => { var:x_0 :complies false. }. - :carol6284 :does :access_social_media. + :carol1284 :does :access_social_media. } log:explains { - :carol6284 :complies false. + :carol1284 :complies false. }. { @@ -339137,9 +149137,9 @@ } => { var:x_0 :complies false. }. - :carol6285 :does :access_social_media. + :carol1285 :does :access_social_media. } log:explains { - :carol6285 :complies false. + :carol1285 :complies false. }. { @@ -339148,9 +149148,9 @@ } => { var:x_0 :complies false. }. - :carol6286 :does :access_social_media. + :carol1286 :does :access_social_media. } log:explains { - :carol6286 :complies false. + :carol1286 :complies false. }. { @@ -339159,9 +149159,9 @@ } => { var:x_0 :complies false. }. - :carol6287 :does :access_social_media. + :carol1287 :does :access_social_media. } log:explains { - :carol6287 :complies false. + :carol1287 :complies false. }. { @@ -339170,9 +149170,9 @@ } => { var:x_0 :complies false. }. - :carol6288 :does :access_social_media. + :carol1288 :does :access_social_media. } log:explains { - :carol6288 :complies false. + :carol1288 :complies false. }. { @@ -339181,9 +149181,9 @@ } => { var:x_0 :complies false. }. - :carol6289 :does :access_social_media. + :carol1289 :does :access_social_media. } log:explains { - :carol6289 :complies false. + :carol1289 :complies false. }. { @@ -339192,9 +149192,9 @@ } => { var:x_0 :complies false. }. - :carol6290 :does :access_social_media. + :carol1290 :does :access_social_media. } log:explains { - :carol6290 :complies false. + :carol1290 :complies false. }. { @@ -339203,9 +149203,9 @@ } => { var:x_0 :complies false. }. - :carol6291 :does :access_social_media. + :carol1291 :does :access_social_media. } log:explains { - :carol6291 :complies false. + :carol1291 :complies false. }. { @@ -339214,9 +149214,9 @@ } => { var:x_0 :complies false. }. - :carol6292 :does :access_social_media. + :carol1292 :does :access_social_media. } log:explains { - :carol6292 :complies false. + :carol1292 :complies false. }. { @@ -339225,9 +149225,9 @@ } => { var:x_0 :complies false. }. - :carol6293 :does :access_social_media. + :carol1293 :does :access_social_media. } log:explains { - :carol6293 :complies false. + :carol1293 :complies false. }. { @@ -339236,9 +149236,9 @@ } => { var:x_0 :complies false. }. - :carol6294 :does :access_social_media. + :carol1294 :does :access_social_media. } log:explains { - :carol6294 :complies false. + :carol1294 :complies false. }. { @@ -339247,9 +149247,9 @@ } => { var:x_0 :complies false. }. - :carol6295 :does :access_social_media. + :carol1295 :does :access_social_media. } log:explains { - :carol6295 :complies false. + :carol1295 :complies false. }. { @@ -339258,9 +149258,9 @@ } => { var:x_0 :complies false. }. - :carol6296 :does :access_social_media. + :carol1296 :does :access_social_media. } log:explains { - :carol6296 :complies false. + :carol1296 :complies false. }. { @@ -339269,9 +149269,9 @@ } => { var:x_0 :complies false. }. - :carol6297 :does :access_social_media. + :carol1297 :does :access_social_media. } log:explains { - :carol6297 :complies false. + :carol1297 :complies false. }. { @@ -339280,9 +149280,9 @@ } => { var:x_0 :complies false. }. - :carol6298 :does :access_social_media. + :carol1298 :does :access_social_media. } log:explains { - :carol6298 :complies false. + :carol1298 :complies false. }. { @@ -339291,9 +149291,9 @@ } => { var:x_0 :complies false. }. - :carol6299 :does :access_social_media. + :carol1299 :does :access_social_media. } log:explains { - :carol6299 :complies false. + :carol1299 :complies false. }. { @@ -339302,9 +149302,9 @@ } => { var:x_0 :complies false. }. - :carol6300 :does :access_social_media. + :carol1300 :does :access_social_media. } log:explains { - :carol6300 :complies false. + :carol1300 :complies false. }. { @@ -339313,9 +149313,9 @@ } => { var:x_0 :complies false. }. - :carol6301 :does :access_social_media. + :carol1301 :does :access_social_media. } log:explains { - :carol6301 :complies false. + :carol1301 :complies false. }. { @@ -339324,9 +149324,9 @@ } => { var:x_0 :complies false. }. - :carol6302 :does :access_social_media. + :carol1302 :does :access_social_media. } log:explains { - :carol6302 :complies false. + :carol1302 :complies false. }. { @@ -339335,9 +149335,9 @@ } => { var:x_0 :complies false. }. - :carol6303 :does :access_social_media. + :carol1303 :does :access_social_media. } log:explains { - :carol6303 :complies false. + :carol1303 :complies false. }. { @@ -339346,9 +149346,9 @@ } => { var:x_0 :complies false. }. - :carol6304 :does :access_social_media. + :carol1304 :does :access_social_media. } log:explains { - :carol6304 :complies false. + :carol1304 :complies false. }. { @@ -339357,9 +149357,9 @@ } => { var:x_0 :complies false. }. - :carol6305 :does :access_social_media. + :carol1305 :does :access_social_media. } log:explains { - :carol6305 :complies false. + :carol1305 :complies false. }. { @@ -339368,9 +149368,9 @@ } => { var:x_0 :complies false. }. - :carol6306 :does :access_social_media. + :carol1306 :does :access_social_media. } log:explains { - :carol6306 :complies false. + :carol1306 :complies false. }. { @@ -339379,9 +149379,9 @@ } => { var:x_0 :complies false. }. - :carol6307 :does :access_social_media. + :carol1307 :does :access_social_media. } log:explains { - :carol6307 :complies false. + :carol1307 :complies false. }. { @@ -339390,9 +149390,9 @@ } => { var:x_0 :complies false. }. - :carol6308 :does :access_social_media. + :carol1308 :does :access_social_media. } log:explains { - :carol6308 :complies false. + :carol1308 :complies false. }. { @@ -339401,9 +149401,9 @@ } => { var:x_0 :complies false. }. - :carol6309 :does :access_social_media. + :carol1309 :does :access_social_media. } log:explains { - :carol6309 :complies false. + :carol1309 :complies false. }. { @@ -339412,9 +149412,9 @@ } => { var:x_0 :complies false. }. - :carol6310 :does :access_social_media. + :carol1310 :does :access_social_media. } log:explains { - :carol6310 :complies false. + :carol1310 :complies false. }. { @@ -339423,9 +149423,9 @@ } => { var:x_0 :complies false. }. - :carol6311 :does :access_social_media. + :carol1311 :does :access_social_media. } log:explains { - :carol6311 :complies false. + :carol1311 :complies false. }. { @@ -339434,9 +149434,9 @@ } => { var:x_0 :complies false. }. - :carol6312 :does :access_social_media. + :carol1312 :does :access_social_media. } log:explains { - :carol6312 :complies false. + :carol1312 :complies false. }. { @@ -339445,9 +149445,9 @@ } => { var:x_0 :complies false. }. - :carol6313 :does :access_social_media. + :carol1313 :does :access_social_media. } log:explains { - :carol6313 :complies false. + :carol1313 :complies false. }. { @@ -339456,9 +149456,9 @@ } => { var:x_0 :complies false. }. - :carol6314 :does :access_social_media. + :carol1314 :does :access_social_media. } log:explains { - :carol6314 :complies false. + :carol1314 :complies false. }. { @@ -339467,9 +149467,9 @@ } => { var:x_0 :complies false. }. - :carol6315 :does :access_social_media. + :carol1315 :does :access_social_media. } log:explains { - :carol6315 :complies false. + :carol1315 :complies false. }. { @@ -339478,9 +149478,9 @@ } => { var:x_0 :complies false. }. - :carol6316 :does :access_social_media. + :carol1316 :does :access_social_media. } log:explains { - :carol6316 :complies false. + :carol1316 :complies false. }. { @@ -339489,9 +149489,9 @@ } => { var:x_0 :complies false. }. - :carol6317 :does :access_social_media. + :carol1317 :does :access_social_media. } log:explains { - :carol6317 :complies false. + :carol1317 :complies false. }. { @@ -339500,9 +149500,9 @@ } => { var:x_0 :complies false. }. - :carol6318 :does :access_social_media. + :carol1318 :does :access_social_media. } log:explains { - :carol6318 :complies false. + :carol1318 :complies false. }. { @@ -339511,9 +149511,9 @@ } => { var:x_0 :complies false. }. - :carol6319 :does :access_social_media. + :carol1319 :does :access_social_media. } log:explains { - :carol6319 :complies false. + :carol1319 :complies false. }. { @@ -339522,9 +149522,9 @@ } => { var:x_0 :complies false. }. - :carol6320 :does :access_social_media. + :carol1320 :does :access_social_media. } log:explains { - :carol6320 :complies false. + :carol1320 :complies false. }. { @@ -339533,9 +149533,9 @@ } => { var:x_0 :complies false. }. - :carol6321 :does :access_social_media. + :carol1321 :does :access_social_media. } log:explains { - :carol6321 :complies false. + :carol1321 :complies false. }. { @@ -339544,9 +149544,9 @@ } => { var:x_0 :complies false. }. - :carol6322 :does :access_social_media. + :carol1322 :does :access_social_media. } log:explains { - :carol6322 :complies false. + :carol1322 :complies false. }. { @@ -339555,9 +149555,9 @@ } => { var:x_0 :complies false. }. - :carol6323 :does :access_social_media. + :carol1323 :does :access_social_media. } log:explains { - :carol6323 :complies false. + :carol1323 :complies false. }. { @@ -339566,9 +149566,9 @@ } => { var:x_0 :complies false. }. - :carol6324 :does :access_social_media. + :carol1324 :does :access_social_media. } log:explains { - :carol6324 :complies false. + :carol1324 :complies false. }. { @@ -339577,9 +149577,9 @@ } => { var:x_0 :complies false. }. - :carol6325 :does :access_social_media. + :carol1325 :does :access_social_media. } log:explains { - :carol6325 :complies false. + :carol1325 :complies false. }. { @@ -339588,9 +149588,9 @@ } => { var:x_0 :complies false. }. - :carol6326 :does :access_social_media. + :carol1326 :does :access_social_media. } log:explains { - :carol6326 :complies false. + :carol1326 :complies false. }. { @@ -339599,9 +149599,9 @@ } => { var:x_0 :complies false. }. - :carol6327 :does :access_social_media. + :carol1327 :does :access_social_media. } log:explains { - :carol6327 :complies false. + :carol1327 :complies false. }. { @@ -339610,9 +149610,9 @@ } => { var:x_0 :complies false. }. - :carol6328 :does :access_social_media. + :carol1328 :does :access_social_media. } log:explains { - :carol6328 :complies false. + :carol1328 :complies false. }. { @@ -339621,9 +149621,9 @@ } => { var:x_0 :complies false. }. - :carol6329 :does :access_social_media. + :carol1329 :does :access_social_media. } log:explains { - :carol6329 :complies false. + :carol1329 :complies false. }. { @@ -339632,9 +149632,9 @@ } => { var:x_0 :complies false. }. - :carol6330 :does :access_social_media. + :carol1330 :does :access_social_media. } log:explains { - :carol6330 :complies false. + :carol1330 :complies false. }. { @@ -339643,9 +149643,9 @@ } => { var:x_0 :complies false. }. - :carol6331 :does :access_social_media. + :carol1331 :does :access_social_media. } log:explains { - :carol6331 :complies false. + :carol1331 :complies false. }. { @@ -339654,9 +149654,9 @@ } => { var:x_0 :complies false. }. - :carol6332 :does :access_social_media. + :carol1332 :does :access_social_media. } log:explains { - :carol6332 :complies false. + :carol1332 :complies false. }. { @@ -339665,9 +149665,9 @@ } => { var:x_0 :complies false. }. - :carol6333 :does :access_social_media. + :carol1333 :does :access_social_media. } log:explains { - :carol6333 :complies false. + :carol1333 :complies false. }. { @@ -339676,9 +149676,9 @@ } => { var:x_0 :complies false. }. - :carol6334 :does :access_social_media. + :carol1334 :does :access_social_media. } log:explains { - :carol6334 :complies false. + :carol1334 :complies false. }. { @@ -339687,9 +149687,9 @@ } => { var:x_0 :complies false. }. - :carol6335 :does :access_social_media. + :carol1335 :does :access_social_media. } log:explains { - :carol6335 :complies false. + :carol1335 :complies false. }. { @@ -339698,9 +149698,9 @@ } => { var:x_0 :complies false. }. - :carol6336 :does :access_social_media. + :carol1336 :does :access_social_media. } log:explains { - :carol6336 :complies false. + :carol1336 :complies false. }. { @@ -339709,9 +149709,9 @@ } => { var:x_0 :complies false. }. - :carol6337 :does :access_social_media. + :carol1337 :does :access_social_media. } log:explains { - :carol6337 :complies false. + :carol1337 :complies false. }. { @@ -339720,9 +149720,9 @@ } => { var:x_0 :complies false. }. - :carol6338 :does :access_social_media. + :carol1338 :does :access_social_media. } log:explains { - :carol6338 :complies false. + :carol1338 :complies false. }. { @@ -339731,9 +149731,9 @@ } => { var:x_0 :complies false. }. - :carol6339 :does :access_social_media. + :carol1339 :does :access_social_media. } log:explains { - :carol6339 :complies false. + :carol1339 :complies false. }. { @@ -339742,9 +149742,9 @@ } => { var:x_0 :complies false. }. - :carol6340 :does :access_social_media. + :carol1340 :does :access_social_media. } log:explains { - :carol6340 :complies false. + :carol1340 :complies false. }. { @@ -339753,9 +149753,9 @@ } => { var:x_0 :complies false. }. - :carol6341 :does :access_social_media. + :carol1341 :does :access_social_media. } log:explains { - :carol6341 :complies false. + :carol1341 :complies false. }. { @@ -339764,9 +149764,9 @@ } => { var:x_0 :complies false. }. - :carol6342 :does :access_social_media. + :carol1342 :does :access_social_media. } log:explains { - :carol6342 :complies false. + :carol1342 :complies false. }. { @@ -339775,9 +149775,9 @@ } => { var:x_0 :complies false. }. - :carol6343 :does :access_social_media. + :carol1343 :does :access_social_media. } log:explains { - :carol6343 :complies false. + :carol1343 :complies false. }. { @@ -339786,9 +149786,9 @@ } => { var:x_0 :complies false. }. - :carol6344 :does :access_social_media. + :carol1344 :does :access_social_media. } log:explains { - :carol6344 :complies false. + :carol1344 :complies false. }. { @@ -339797,9 +149797,9 @@ } => { var:x_0 :complies false. }. - :carol6345 :does :access_social_media. + :carol1345 :does :access_social_media. } log:explains { - :carol6345 :complies false. + :carol1345 :complies false. }. { @@ -339808,9 +149808,9 @@ } => { var:x_0 :complies false. }. - :carol6346 :does :access_social_media. + :carol1346 :does :access_social_media. } log:explains { - :carol6346 :complies false. + :carol1346 :complies false. }. { @@ -339819,9 +149819,9 @@ } => { var:x_0 :complies false. }. - :carol6347 :does :access_social_media. + :carol1347 :does :access_social_media. } log:explains { - :carol6347 :complies false. + :carol1347 :complies false. }. { @@ -339830,9 +149830,9 @@ } => { var:x_0 :complies false. }. - :carol6348 :does :access_social_media. + :carol1348 :does :access_social_media. } log:explains { - :carol6348 :complies false. + :carol1348 :complies false. }. { @@ -339841,9 +149841,9 @@ } => { var:x_0 :complies false. }. - :carol6349 :does :access_social_media. + :carol1349 :does :access_social_media. } log:explains { - :carol6349 :complies false. + :carol1349 :complies false. }. { @@ -339852,9 +149852,9 @@ } => { var:x_0 :complies false. }. - :carol6350 :does :access_social_media. + :carol1350 :does :access_social_media. } log:explains { - :carol6350 :complies false. + :carol1350 :complies false. }. { @@ -339863,9 +149863,9 @@ } => { var:x_0 :complies false. }. - :carol6351 :does :access_social_media. + :carol1351 :does :access_social_media. } log:explains { - :carol6351 :complies false. + :carol1351 :complies false. }. { @@ -339874,9 +149874,9 @@ } => { var:x_0 :complies false. }. - :carol6352 :does :access_social_media. + :carol1352 :does :access_social_media. } log:explains { - :carol6352 :complies false. + :carol1352 :complies false. }. { @@ -339885,9 +149885,9 @@ } => { var:x_0 :complies false. }. - :carol6353 :does :access_social_media. + :carol1353 :does :access_social_media. } log:explains { - :carol6353 :complies false. + :carol1353 :complies false. }. { @@ -339896,9 +149896,9 @@ } => { var:x_0 :complies false. }. - :carol6354 :does :access_social_media. + :carol1354 :does :access_social_media. } log:explains { - :carol6354 :complies false. + :carol1354 :complies false. }. { @@ -339907,9 +149907,9 @@ } => { var:x_0 :complies false. }. - :carol6355 :does :access_social_media. + :carol1355 :does :access_social_media. } log:explains { - :carol6355 :complies false. + :carol1355 :complies false. }. { @@ -339918,9 +149918,9 @@ } => { var:x_0 :complies false. }. - :carol6356 :does :access_social_media. + :carol1356 :does :access_social_media. } log:explains { - :carol6356 :complies false. + :carol1356 :complies false. }. { @@ -339929,9 +149929,9 @@ } => { var:x_0 :complies false. }. - :carol6357 :does :access_social_media. + :carol1357 :does :access_social_media. } log:explains { - :carol6357 :complies false. + :carol1357 :complies false. }. { @@ -339940,9 +149940,9 @@ } => { var:x_0 :complies false. }. - :carol6358 :does :access_social_media. + :carol1358 :does :access_social_media. } log:explains { - :carol6358 :complies false. + :carol1358 :complies false. }. { @@ -339951,9 +149951,9 @@ } => { var:x_0 :complies false. }. - :carol6359 :does :access_social_media. + :carol1359 :does :access_social_media. } log:explains { - :carol6359 :complies false. + :carol1359 :complies false. }. { @@ -339962,9 +149962,9 @@ } => { var:x_0 :complies false. }. - :carol6360 :does :access_social_media. + :carol1360 :does :access_social_media. } log:explains { - :carol6360 :complies false. + :carol1360 :complies false. }. { @@ -339973,9 +149973,9 @@ } => { var:x_0 :complies false. }. - :carol6361 :does :access_social_media. + :carol1361 :does :access_social_media. } log:explains { - :carol6361 :complies false. + :carol1361 :complies false. }. { @@ -339984,9 +149984,9 @@ } => { var:x_0 :complies false. }. - :carol6362 :does :access_social_media. + :carol1362 :does :access_social_media. } log:explains { - :carol6362 :complies false. + :carol1362 :complies false. }. { @@ -339995,9 +149995,9 @@ } => { var:x_0 :complies false. }. - :carol6363 :does :access_social_media. + :carol1363 :does :access_social_media. } log:explains { - :carol6363 :complies false. + :carol1363 :complies false. }. { @@ -340006,9 +150006,9 @@ } => { var:x_0 :complies false. }. - :carol6364 :does :access_social_media. + :carol1364 :does :access_social_media. } log:explains { - :carol6364 :complies false. + :carol1364 :complies false. }. { @@ -340017,9 +150017,9 @@ } => { var:x_0 :complies false. }. - :carol6365 :does :access_social_media. + :carol1365 :does :access_social_media. } log:explains { - :carol6365 :complies false. + :carol1365 :complies false. }. { @@ -340028,9 +150028,9 @@ } => { var:x_0 :complies false. }. - :carol6366 :does :access_social_media. + :carol1366 :does :access_social_media. } log:explains { - :carol6366 :complies false. + :carol1366 :complies false. }. { @@ -340039,9 +150039,9 @@ } => { var:x_0 :complies false. }. - :carol6367 :does :access_social_media. + :carol1367 :does :access_social_media. } log:explains { - :carol6367 :complies false. + :carol1367 :complies false. }. { @@ -340050,9 +150050,9 @@ } => { var:x_0 :complies false. }. - :carol6368 :does :access_social_media. + :carol1368 :does :access_social_media. } log:explains { - :carol6368 :complies false. + :carol1368 :complies false. }. { @@ -340061,9 +150061,9 @@ } => { var:x_0 :complies false. }. - :carol6369 :does :access_social_media. + :carol1369 :does :access_social_media. } log:explains { - :carol6369 :complies false. + :carol1369 :complies false. }. { @@ -340072,9 +150072,9 @@ } => { var:x_0 :complies false. }. - :carol6370 :does :access_social_media. + :carol1370 :does :access_social_media. } log:explains { - :carol6370 :complies false. + :carol1370 :complies false. }. { @@ -340083,9 +150083,9 @@ } => { var:x_0 :complies false. }. - :carol6371 :does :access_social_media. + :carol1371 :does :access_social_media. } log:explains { - :carol6371 :complies false. + :carol1371 :complies false. }. { @@ -340094,9 +150094,9 @@ } => { var:x_0 :complies false. }. - :carol6372 :does :access_social_media. + :carol1372 :does :access_social_media. } log:explains { - :carol6372 :complies false. + :carol1372 :complies false. }. { @@ -340105,9 +150105,9 @@ } => { var:x_0 :complies false. }. - :carol6373 :does :access_social_media. + :carol1373 :does :access_social_media. } log:explains { - :carol6373 :complies false. + :carol1373 :complies false. }. { @@ -340116,9 +150116,9 @@ } => { var:x_0 :complies false. }. - :carol6374 :does :access_social_media. + :carol1374 :does :access_social_media. } log:explains { - :carol6374 :complies false. + :carol1374 :complies false. }. { @@ -340127,9 +150127,9 @@ } => { var:x_0 :complies false. }. - :carol6375 :does :access_social_media. + :carol1375 :does :access_social_media. } log:explains { - :carol6375 :complies false. + :carol1375 :complies false. }. { @@ -340138,9 +150138,9 @@ } => { var:x_0 :complies false. }. - :carol6376 :does :access_social_media. + :carol1376 :does :access_social_media. } log:explains { - :carol6376 :complies false. + :carol1376 :complies false. }. { @@ -340149,9 +150149,9 @@ } => { var:x_0 :complies false. }. - :carol6377 :does :access_social_media. + :carol1377 :does :access_social_media. } log:explains { - :carol6377 :complies false. + :carol1377 :complies false. }. { @@ -340160,9 +150160,9 @@ } => { var:x_0 :complies false. }. - :carol6378 :does :access_social_media. + :carol1378 :does :access_social_media. } log:explains { - :carol6378 :complies false. + :carol1378 :complies false. }. { @@ -340171,9 +150171,9 @@ } => { var:x_0 :complies false. }. - :carol6379 :does :access_social_media. + :carol1379 :does :access_social_media. } log:explains { - :carol6379 :complies false. + :carol1379 :complies false. }. { @@ -340182,9 +150182,9 @@ } => { var:x_0 :complies false. }. - :carol6380 :does :access_social_media. + :carol1380 :does :access_social_media. } log:explains { - :carol6380 :complies false. + :carol1380 :complies false. }. { @@ -340193,9 +150193,9 @@ } => { var:x_0 :complies false. }. - :carol6381 :does :access_social_media. + :carol1381 :does :access_social_media. } log:explains { - :carol6381 :complies false. + :carol1381 :complies false. }. { @@ -340204,9 +150204,9 @@ } => { var:x_0 :complies false. }. - :carol6382 :does :access_social_media. + :carol1382 :does :access_social_media. } log:explains { - :carol6382 :complies false. + :carol1382 :complies false. }. { @@ -340215,9 +150215,9 @@ } => { var:x_0 :complies false. }. - :carol6383 :does :access_social_media. + :carol1383 :does :access_social_media. } log:explains { - :carol6383 :complies false. + :carol1383 :complies false. }. { @@ -340226,9 +150226,9 @@ } => { var:x_0 :complies false. }. - :carol6384 :does :access_social_media. + :carol1384 :does :access_social_media. } log:explains { - :carol6384 :complies false. + :carol1384 :complies false. }. { @@ -340237,9 +150237,9 @@ } => { var:x_0 :complies false. }. - :carol6385 :does :access_social_media. + :carol1385 :does :access_social_media. } log:explains { - :carol6385 :complies false. + :carol1385 :complies false. }. { @@ -340248,9 +150248,9 @@ } => { var:x_0 :complies false. }. - :carol6386 :does :access_social_media. + :carol1386 :does :access_social_media. } log:explains { - :carol6386 :complies false. + :carol1386 :complies false. }. { @@ -340259,9 +150259,9 @@ } => { var:x_0 :complies false. }. - :carol6387 :does :access_social_media. + :carol1387 :does :access_social_media. } log:explains { - :carol6387 :complies false. + :carol1387 :complies false. }. { @@ -340270,9 +150270,9 @@ } => { var:x_0 :complies false. }. - :carol6388 :does :access_social_media. + :carol1388 :does :access_social_media. } log:explains { - :carol6388 :complies false. + :carol1388 :complies false. }. { @@ -340281,9 +150281,9 @@ } => { var:x_0 :complies false. }. - :carol6389 :does :access_social_media. + :carol1389 :does :access_social_media. } log:explains { - :carol6389 :complies false. + :carol1389 :complies false. }. { @@ -340292,9 +150292,9 @@ } => { var:x_0 :complies false. }. - :carol6390 :does :access_social_media. + :carol1390 :does :access_social_media. } log:explains { - :carol6390 :complies false. + :carol1390 :complies false. }. { @@ -340303,9 +150303,9 @@ } => { var:x_0 :complies false. }. - :carol6391 :does :access_social_media. + :carol1391 :does :access_social_media. } log:explains { - :carol6391 :complies false. + :carol1391 :complies false. }. { @@ -340314,9 +150314,9 @@ } => { var:x_0 :complies false. }. - :carol6392 :does :access_social_media. + :carol1392 :does :access_social_media. } log:explains { - :carol6392 :complies false. + :carol1392 :complies false. }. { @@ -340325,9 +150325,9 @@ } => { var:x_0 :complies false. }. - :carol6393 :does :access_social_media. + :carol1393 :does :access_social_media. } log:explains { - :carol6393 :complies false. + :carol1393 :complies false. }. { @@ -340336,9 +150336,9 @@ } => { var:x_0 :complies false. }. - :carol6394 :does :access_social_media. + :carol1394 :does :access_social_media. } log:explains { - :carol6394 :complies false. + :carol1394 :complies false. }. { @@ -340347,9 +150347,9 @@ } => { var:x_0 :complies false. }. - :carol6395 :does :access_social_media. + :carol1395 :does :access_social_media. } log:explains { - :carol6395 :complies false. + :carol1395 :complies false. }. { @@ -340358,9 +150358,9 @@ } => { var:x_0 :complies false. }. - :carol6396 :does :access_social_media. + :carol1396 :does :access_social_media. } log:explains { - :carol6396 :complies false. + :carol1396 :complies false. }. { @@ -340369,9 +150369,9 @@ } => { var:x_0 :complies false. }. - :carol6397 :does :access_social_media. + :carol1397 :does :access_social_media. } log:explains { - :carol6397 :complies false. + :carol1397 :complies false. }. { @@ -340380,9 +150380,9 @@ } => { var:x_0 :complies false. }. - :carol6398 :does :access_social_media. + :carol1398 :does :access_social_media. } log:explains { - :carol6398 :complies false. + :carol1398 :complies false. }. { @@ -340391,9 +150391,9 @@ } => { var:x_0 :complies false. }. - :carol6399 :does :access_social_media. + :carol1399 :does :access_social_media. } log:explains { - :carol6399 :complies false. + :carol1399 :complies false. }. { @@ -340402,9 +150402,9 @@ } => { var:x_0 :complies false. }. - :carol6400 :does :access_social_media. + :carol1400 :does :access_social_media. } log:explains { - :carol6400 :complies false. + :carol1400 :complies false. }. { @@ -340413,9 +150413,9 @@ } => { var:x_0 :complies false. }. - :carol6401 :does :access_social_media. + :carol1401 :does :access_social_media. } log:explains { - :carol6401 :complies false. + :carol1401 :complies false. }. { @@ -340424,9 +150424,9 @@ } => { var:x_0 :complies false. }. - :carol6402 :does :access_social_media. + :carol1402 :does :access_social_media. } log:explains { - :carol6402 :complies false. + :carol1402 :complies false. }. { @@ -340435,9 +150435,9 @@ } => { var:x_0 :complies false. }. - :carol6403 :does :access_social_media. + :carol1403 :does :access_social_media. } log:explains { - :carol6403 :complies false. + :carol1403 :complies false. }. { @@ -340446,9 +150446,9 @@ } => { var:x_0 :complies false. }. - :carol6404 :does :access_social_media. + :carol1404 :does :access_social_media. } log:explains { - :carol6404 :complies false. + :carol1404 :complies false. }. { @@ -340457,9 +150457,9 @@ } => { var:x_0 :complies false. }. - :carol6405 :does :access_social_media. + :carol1405 :does :access_social_media. } log:explains { - :carol6405 :complies false. + :carol1405 :complies false. }. { @@ -340468,9 +150468,9 @@ } => { var:x_0 :complies false. }. - :carol6406 :does :access_social_media. + :carol1406 :does :access_social_media. } log:explains { - :carol6406 :complies false. + :carol1406 :complies false. }. { @@ -340479,9 +150479,9 @@ } => { var:x_0 :complies false. }. - :carol6407 :does :access_social_media. + :carol1407 :does :access_social_media. } log:explains { - :carol6407 :complies false. + :carol1407 :complies false. }. { @@ -340490,9 +150490,9 @@ } => { var:x_0 :complies false. }. - :carol6408 :does :access_social_media. + :carol1408 :does :access_social_media. } log:explains { - :carol6408 :complies false. + :carol1408 :complies false. }. { @@ -340501,9 +150501,9 @@ } => { var:x_0 :complies false. }. - :carol6409 :does :access_social_media. + :carol1409 :does :access_social_media. } log:explains { - :carol6409 :complies false. + :carol1409 :complies false. }. { @@ -340512,9 +150512,9 @@ } => { var:x_0 :complies false. }. - :carol6410 :does :access_social_media. + :carol1410 :does :access_social_media. } log:explains { - :carol6410 :complies false. + :carol1410 :complies false. }. { @@ -340523,9 +150523,9 @@ } => { var:x_0 :complies false. }. - :carol6411 :does :access_social_media. + :carol1411 :does :access_social_media. } log:explains { - :carol6411 :complies false. + :carol1411 :complies false. }. { @@ -340534,9 +150534,9 @@ } => { var:x_0 :complies false. }. - :carol6412 :does :access_social_media. + :carol1412 :does :access_social_media. } log:explains { - :carol6412 :complies false. + :carol1412 :complies false. }. { @@ -340545,9 +150545,9 @@ } => { var:x_0 :complies false. }. - :carol6413 :does :access_social_media. + :carol1413 :does :access_social_media. } log:explains { - :carol6413 :complies false. + :carol1413 :complies false. }. { @@ -340556,9 +150556,9 @@ } => { var:x_0 :complies false. }. - :carol6414 :does :access_social_media. + :carol1414 :does :access_social_media. } log:explains { - :carol6414 :complies false. + :carol1414 :complies false. }. { @@ -340567,9 +150567,9 @@ } => { var:x_0 :complies false. }. - :carol6415 :does :access_social_media. + :carol1415 :does :access_social_media. } log:explains { - :carol6415 :complies false. + :carol1415 :complies false. }. { @@ -340578,9 +150578,9 @@ } => { var:x_0 :complies false. }. - :carol6416 :does :access_social_media. + :carol1416 :does :access_social_media. } log:explains { - :carol6416 :complies false. + :carol1416 :complies false. }. { @@ -340589,9 +150589,9 @@ } => { var:x_0 :complies false. }. - :carol6417 :does :access_social_media. + :carol1417 :does :access_social_media. } log:explains { - :carol6417 :complies false. + :carol1417 :complies false. }. { @@ -340600,9 +150600,9 @@ } => { var:x_0 :complies false. }. - :carol6418 :does :access_social_media. + :carol1418 :does :access_social_media. } log:explains { - :carol6418 :complies false. + :carol1418 :complies false. }. { @@ -340611,9 +150611,9 @@ } => { var:x_0 :complies false. }. - :carol6419 :does :access_social_media. + :carol1419 :does :access_social_media. } log:explains { - :carol6419 :complies false. + :carol1419 :complies false. }. { @@ -340622,9 +150622,9 @@ } => { var:x_0 :complies false. }. - :carol6420 :does :access_social_media. + :carol1420 :does :access_social_media. } log:explains { - :carol6420 :complies false. + :carol1420 :complies false. }. { @@ -340633,9 +150633,9 @@ } => { var:x_0 :complies false. }. - :carol6421 :does :access_social_media. + :carol1421 :does :access_social_media. } log:explains { - :carol6421 :complies false. + :carol1421 :complies false. }. { @@ -340644,9 +150644,9 @@ } => { var:x_0 :complies false. }. - :carol6422 :does :access_social_media. + :carol1422 :does :access_social_media. } log:explains { - :carol6422 :complies false. + :carol1422 :complies false. }. { @@ -340655,9 +150655,9 @@ } => { var:x_0 :complies false. }. - :carol6423 :does :access_social_media. + :carol1423 :does :access_social_media. } log:explains { - :carol6423 :complies false. + :carol1423 :complies false. }. { @@ -340666,9 +150666,9 @@ } => { var:x_0 :complies false. }. - :carol6424 :does :access_social_media. + :carol1424 :does :access_social_media. } log:explains { - :carol6424 :complies false. + :carol1424 :complies false. }. { @@ -340677,9 +150677,9 @@ } => { var:x_0 :complies false. }. - :carol6425 :does :access_social_media. + :carol1425 :does :access_social_media. } log:explains { - :carol6425 :complies false. + :carol1425 :complies false. }. { @@ -340688,9 +150688,9 @@ } => { var:x_0 :complies false. }. - :carol6426 :does :access_social_media. + :carol1426 :does :access_social_media. } log:explains { - :carol6426 :complies false. + :carol1426 :complies false. }. { @@ -340699,9 +150699,9 @@ } => { var:x_0 :complies false. }. - :carol6427 :does :access_social_media. + :carol1427 :does :access_social_media. } log:explains { - :carol6427 :complies false. + :carol1427 :complies false. }. { @@ -340710,9 +150710,9 @@ } => { var:x_0 :complies false. }. - :carol6428 :does :access_social_media. + :carol1428 :does :access_social_media. } log:explains { - :carol6428 :complies false. + :carol1428 :complies false. }. { @@ -340721,9 +150721,9 @@ } => { var:x_0 :complies false. }. - :carol6429 :does :access_social_media. + :carol1429 :does :access_social_media. } log:explains { - :carol6429 :complies false. + :carol1429 :complies false. }. { @@ -340732,9 +150732,9 @@ } => { var:x_0 :complies false. }. - :carol6430 :does :access_social_media. + :carol1430 :does :access_social_media. } log:explains { - :carol6430 :complies false. + :carol1430 :complies false. }. { @@ -340743,9 +150743,9 @@ } => { var:x_0 :complies false. }. - :carol6431 :does :access_social_media. + :carol1431 :does :access_social_media. } log:explains { - :carol6431 :complies false. + :carol1431 :complies false. }. { @@ -340754,9 +150754,9 @@ } => { var:x_0 :complies false. }. - :carol6432 :does :access_social_media. + :carol1432 :does :access_social_media. } log:explains { - :carol6432 :complies false. + :carol1432 :complies false. }. { @@ -340765,9 +150765,9 @@ } => { var:x_0 :complies false. }. - :carol6433 :does :access_social_media. + :carol1433 :does :access_social_media. } log:explains { - :carol6433 :complies false. + :carol1433 :complies false. }. { @@ -340776,9 +150776,9 @@ } => { var:x_0 :complies false. }. - :carol6434 :does :access_social_media. + :carol1434 :does :access_social_media. } log:explains { - :carol6434 :complies false. + :carol1434 :complies false. }. { @@ -340787,9 +150787,9 @@ } => { var:x_0 :complies false. }. - :carol6435 :does :access_social_media. + :carol1435 :does :access_social_media. } log:explains { - :carol6435 :complies false. + :carol1435 :complies false. }. { @@ -340798,9 +150798,9 @@ } => { var:x_0 :complies false. }. - :carol6436 :does :access_social_media. + :carol1436 :does :access_social_media. } log:explains { - :carol6436 :complies false. + :carol1436 :complies false. }. { @@ -340809,9 +150809,9 @@ } => { var:x_0 :complies false. }. - :carol6437 :does :access_social_media. + :carol1437 :does :access_social_media. } log:explains { - :carol6437 :complies false. + :carol1437 :complies false. }. { @@ -340820,9 +150820,9 @@ } => { var:x_0 :complies false. }. - :carol6438 :does :access_social_media. + :carol1438 :does :access_social_media. } log:explains { - :carol6438 :complies false. + :carol1438 :complies false. }. { @@ -340831,9 +150831,9 @@ } => { var:x_0 :complies false. }. - :carol6439 :does :access_social_media. + :carol1439 :does :access_social_media. } log:explains { - :carol6439 :complies false. + :carol1439 :complies false. }. { @@ -340842,9 +150842,9 @@ } => { var:x_0 :complies false. }. - :carol6440 :does :access_social_media. + :carol1440 :does :access_social_media. } log:explains { - :carol6440 :complies false. + :carol1440 :complies false. }. { @@ -340853,9 +150853,9 @@ } => { var:x_0 :complies false. }. - :carol6441 :does :access_social_media. + :carol1441 :does :access_social_media. } log:explains { - :carol6441 :complies false. + :carol1441 :complies false. }. { @@ -340864,9 +150864,9 @@ } => { var:x_0 :complies false. }. - :carol6442 :does :access_social_media. + :carol1442 :does :access_social_media. } log:explains { - :carol6442 :complies false. + :carol1442 :complies false. }. { @@ -340875,9 +150875,9 @@ } => { var:x_0 :complies false. }. - :carol6443 :does :access_social_media. + :carol1443 :does :access_social_media. } log:explains { - :carol6443 :complies false. + :carol1443 :complies false. }. { @@ -340886,9 +150886,9 @@ } => { var:x_0 :complies false. }. - :carol6444 :does :access_social_media. + :carol1444 :does :access_social_media. } log:explains { - :carol6444 :complies false. + :carol1444 :complies false. }. { @@ -340897,9 +150897,9 @@ } => { var:x_0 :complies false. }. - :carol6445 :does :access_social_media. + :carol1445 :does :access_social_media. } log:explains { - :carol6445 :complies false. + :carol1445 :complies false. }. { @@ -340908,9 +150908,9 @@ } => { var:x_0 :complies false. }. - :carol6446 :does :access_social_media. + :carol1446 :does :access_social_media. } log:explains { - :carol6446 :complies false. + :carol1446 :complies false. }. { @@ -340919,9 +150919,9 @@ } => { var:x_0 :complies false. }. - :carol6447 :does :access_social_media. + :carol1447 :does :access_social_media. } log:explains { - :carol6447 :complies false. + :carol1447 :complies false. }. { @@ -340930,9 +150930,9 @@ } => { var:x_0 :complies false. }. - :carol6448 :does :access_social_media. + :carol1448 :does :access_social_media. } log:explains { - :carol6448 :complies false. + :carol1448 :complies false. }. { @@ -340941,9 +150941,9 @@ } => { var:x_0 :complies false. }. - :carol6449 :does :access_social_media. + :carol1449 :does :access_social_media. } log:explains { - :carol6449 :complies false. + :carol1449 :complies false. }. { @@ -340952,9 +150952,9 @@ } => { var:x_0 :complies false. }. - :carol6450 :does :access_social_media. + :carol1450 :does :access_social_media. } log:explains { - :carol6450 :complies false. + :carol1450 :complies false. }. { @@ -340963,9 +150963,9 @@ } => { var:x_0 :complies false. }. - :carol6451 :does :access_social_media. + :carol1451 :does :access_social_media. } log:explains { - :carol6451 :complies false. + :carol1451 :complies false. }. { @@ -340974,9 +150974,9 @@ } => { var:x_0 :complies false. }. - :carol6452 :does :access_social_media. + :carol1452 :does :access_social_media. } log:explains { - :carol6452 :complies false. + :carol1452 :complies false. }. { @@ -340985,9 +150985,9 @@ } => { var:x_0 :complies false. }. - :carol6453 :does :access_social_media. + :carol1453 :does :access_social_media. } log:explains { - :carol6453 :complies false. + :carol1453 :complies false. }. { @@ -340996,9 +150996,9 @@ } => { var:x_0 :complies false. }. - :carol6454 :does :access_social_media. + :carol1454 :does :access_social_media. } log:explains { - :carol6454 :complies false. + :carol1454 :complies false. }. { @@ -341007,9 +151007,9 @@ } => { var:x_0 :complies false. }. - :carol6455 :does :access_social_media. + :carol1455 :does :access_social_media. } log:explains { - :carol6455 :complies false. + :carol1455 :complies false. }. { @@ -341018,9 +151018,9 @@ } => { var:x_0 :complies false. }. - :carol6456 :does :access_social_media. + :carol1456 :does :access_social_media. } log:explains { - :carol6456 :complies false. + :carol1456 :complies false. }. { @@ -341029,9 +151029,9 @@ } => { var:x_0 :complies false. }. - :carol6457 :does :access_social_media. + :carol1457 :does :access_social_media. } log:explains { - :carol6457 :complies false. + :carol1457 :complies false. }. { @@ -341040,9 +151040,9 @@ } => { var:x_0 :complies false. }. - :carol6458 :does :access_social_media. + :carol1458 :does :access_social_media. } log:explains { - :carol6458 :complies false. + :carol1458 :complies false. }. { @@ -341051,9 +151051,9 @@ } => { var:x_0 :complies false. }. - :carol6459 :does :access_social_media. + :carol1459 :does :access_social_media. } log:explains { - :carol6459 :complies false. + :carol1459 :complies false. }. { @@ -341062,9 +151062,9 @@ } => { var:x_0 :complies false. }. - :carol6460 :does :access_social_media. + :carol1460 :does :access_social_media. } log:explains { - :carol6460 :complies false. + :carol1460 :complies false. }. { @@ -341073,9 +151073,9 @@ } => { var:x_0 :complies false. }. - :carol6461 :does :access_social_media. + :carol1461 :does :access_social_media. } log:explains { - :carol6461 :complies false. + :carol1461 :complies false. }. { @@ -341084,9 +151084,9 @@ } => { var:x_0 :complies false. }. - :carol6462 :does :access_social_media. + :carol1462 :does :access_social_media. } log:explains { - :carol6462 :complies false. + :carol1462 :complies false. }. { @@ -341095,9 +151095,9 @@ } => { var:x_0 :complies false. }. - :carol6463 :does :access_social_media. + :carol1463 :does :access_social_media. } log:explains { - :carol6463 :complies false. + :carol1463 :complies false. }. { @@ -341106,9 +151106,9 @@ } => { var:x_0 :complies false. }. - :carol6464 :does :access_social_media. + :carol1464 :does :access_social_media. } log:explains { - :carol6464 :complies false. + :carol1464 :complies false. }. { @@ -341117,9 +151117,9 @@ } => { var:x_0 :complies false. }. - :carol6465 :does :access_social_media. + :carol1465 :does :access_social_media. } log:explains { - :carol6465 :complies false. + :carol1465 :complies false. }. { @@ -341128,9 +151128,9 @@ } => { var:x_0 :complies false. }. - :carol6466 :does :access_social_media. + :carol1466 :does :access_social_media. } log:explains { - :carol6466 :complies false. + :carol1466 :complies false. }. { @@ -341139,9 +151139,9 @@ } => { var:x_0 :complies false. }. - :carol6467 :does :access_social_media. + :carol1467 :does :access_social_media. } log:explains { - :carol6467 :complies false. + :carol1467 :complies false. }. { @@ -341150,9 +151150,9 @@ } => { var:x_0 :complies false. }. - :carol6468 :does :access_social_media. + :carol1468 :does :access_social_media. } log:explains { - :carol6468 :complies false. + :carol1468 :complies false. }. { @@ -341161,9 +151161,9 @@ } => { var:x_0 :complies false. }. - :carol6469 :does :access_social_media. + :carol1469 :does :access_social_media. } log:explains { - :carol6469 :complies false. + :carol1469 :complies false. }. { @@ -341172,9 +151172,9 @@ } => { var:x_0 :complies false. }. - :carol6470 :does :access_social_media. + :carol1470 :does :access_social_media. } log:explains { - :carol6470 :complies false. + :carol1470 :complies false. }. { @@ -341183,9 +151183,9 @@ } => { var:x_0 :complies false. }. - :carol6471 :does :access_social_media. + :carol1471 :does :access_social_media. } log:explains { - :carol6471 :complies false. + :carol1471 :complies false. }. { @@ -341194,9 +151194,9 @@ } => { var:x_0 :complies false. }. - :carol6472 :does :access_social_media. + :carol1472 :does :access_social_media. } log:explains { - :carol6472 :complies false. + :carol1472 :complies false. }. { @@ -341205,9 +151205,9 @@ } => { var:x_0 :complies false. }. - :carol6473 :does :access_social_media. + :carol1473 :does :access_social_media. } log:explains { - :carol6473 :complies false. + :carol1473 :complies false. }. { @@ -341216,9 +151216,9 @@ } => { var:x_0 :complies false. }. - :carol6474 :does :access_social_media. + :carol1474 :does :access_social_media. } log:explains { - :carol6474 :complies false. + :carol1474 :complies false. }. { @@ -341227,9 +151227,9 @@ } => { var:x_0 :complies false. }. - :carol6475 :does :access_social_media. + :carol1475 :does :access_social_media. } log:explains { - :carol6475 :complies false. + :carol1475 :complies false. }. { @@ -341238,9 +151238,9 @@ } => { var:x_0 :complies false. }. - :carol6476 :does :access_social_media. + :carol1476 :does :access_social_media. } log:explains { - :carol6476 :complies false. + :carol1476 :complies false. }. { @@ -341249,9 +151249,9 @@ } => { var:x_0 :complies false. }. - :carol6477 :does :access_social_media. + :carol1477 :does :access_social_media. } log:explains { - :carol6477 :complies false. + :carol1477 :complies false. }. { @@ -341260,9 +151260,9 @@ } => { var:x_0 :complies false. }. - :carol6478 :does :access_social_media. + :carol1478 :does :access_social_media. } log:explains { - :carol6478 :complies false. + :carol1478 :complies false. }. { @@ -341271,9 +151271,9 @@ } => { var:x_0 :complies false. }. - :carol6479 :does :access_social_media. + :carol1479 :does :access_social_media. } log:explains { - :carol6479 :complies false. + :carol1479 :complies false. }. { @@ -341282,9 +151282,9 @@ } => { var:x_0 :complies false. }. - :carol6480 :does :access_social_media. + :carol1480 :does :access_social_media. } log:explains { - :carol6480 :complies false. + :carol1480 :complies false. }. { @@ -341293,9 +151293,9 @@ } => { var:x_0 :complies false. }. - :carol6481 :does :access_social_media. + :carol1481 :does :access_social_media. } log:explains { - :carol6481 :complies false. + :carol1481 :complies false. }. { @@ -341304,9 +151304,9 @@ } => { var:x_0 :complies false. }. - :carol6482 :does :access_social_media. + :carol1482 :does :access_social_media. } log:explains { - :carol6482 :complies false. + :carol1482 :complies false. }. { @@ -341315,9 +151315,9 @@ } => { var:x_0 :complies false. }. - :carol6483 :does :access_social_media. + :carol1483 :does :access_social_media. } log:explains { - :carol6483 :complies false. + :carol1483 :complies false. }. { @@ -341326,9 +151326,9 @@ } => { var:x_0 :complies false. }. - :carol6484 :does :access_social_media. + :carol1484 :does :access_social_media. } log:explains { - :carol6484 :complies false. + :carol1484 :complies false. }. { @@ -341337,9 +151337,9 @@ } => { var:x_0 :complies false. }. - :carol6485 :does :access_social_media. + :carol1485 :does :access_social_media. } log:explains { - :carol6485 :complies false. + :carol1485 :complies false. }. { @@ -341348,9 +151348,9 @@ } => { var:x_0 :complies false. }. - :carol6486 :does :access_social_media. + :carol1486 :does :access_social_media. } log:explains { - :carol6486 :complies false. + :carol1486 :complies false. }. { @@ -341359,9 +151359,9 @@ } => { var:x_0 :complies false. }. - :carol6487 :does :access_social_media. + :carol1487 :does :access_social_media. } log:explains { - :carol6487 :complies false. + :carol1487 :complies false. }. { @@ -341370,9 +151370,9 @@ } => { var:x_0 :complies false. }. - :carol6488 :does :access_social_media. + :carol1488 :does :access_social_media. } log:explains { - :carol6488 :complies false. + :carol1488 :complies false. }. { @@ -341381,9 +151381,9 @@ } => { var:x_0 :complies false. }. - :carol6489 :does :access_social_media. + :carol1489 :does :access_social_media. } log:explains { - :carol6489 :complies false. + :carol1489 :complies false. }. { @@ -341392,9 +151392,9 @@ } => { var:x_0 :complies false. }. - :carol6490 :does :access_social_media. + :carol1490 :does :access_social_media. } log:explains { - :carol6490 :complies false. + :carol1490 :complies false. }. { @@ -341403,9 +151403,9 @@ } => { var:x_0 :complies false. }. - :carol6491 :does :access_social_media. + :carol1491 :does :access_social_media. } log:explains { - :carol6491 :complies false. + :carol1491 :complies false. }. { @@ -341414,9 +151414,9 @@ } => { var:x_0 :complies false. }. - :carol6492 :does :access_social_media. + :carol1492 :does :access_social_media. } log:explains { - :carol6492 :complies false. + :carol1492 :complies false. }. { @@ -341425,9 +151425,9 @@ } => { var:x_0 :complies false. }. - :carol6493 :does :access_social_media. + :carol1493 :does :access_social_media. } log:explains { - :carol6493 :complies false. + :carol1493 :complies false. }. { @@ -341436,9 +151436,9 @@ } => { var:x_0 :complies false. }. - :carol6494 :does :access_social_media. + :carol1494 :does :access_social_media. } log:explains { - :carol6494 :complies false. + :carol1494 :complies false. }. { @@ -341447,9 +151447,9 @@ } => { var:x_0 :complies false. }. - :carol6495 :does :access_social_media. + :carol1495 :does :access_social_media. } log:explains { - :carol6495 :complies false. + :carol1495 :complies false. }. { @@ -341458,9 +151458,9 @@ } => { var:x_0 :complies false. }. - :carol6496 :does :access_social_media. + :carol1496 :does :access_social_media. } log:explains { - :carol6496 :complies false. + :carol1496 :complies false. }. { @@ -341469,9 +151469,9 @@ } => { var:x_0 :complies false. }. - :carol6497 :does :access_social_media. + :carol1497 :does :access_social_media. } log:explains { - :carol6497 :complies false. + :carol1497 :complies false. }. { @@ -341480,9 +151480,9 @@ } => { var:x_0 :complies false. }. - :carol6498 :does :access_social_media. + :carol1498 :does :access_social_media. } log:explains { - :carol6498 :complies false. + :carol1498 :complies false. }. { @@ -341491,9 +151491,9 @@ } => { var:x_0 :complies false. }. - :carol6499 :does :access_social_media. + :carol1499 :does :access_social_media. } log:explains { - :carol6499 :complies false. + :carol1499 :complies false. }. { @@ -341502,9 +151502,9 @@ } => { var:x_0 :complies false. }. - :carol6500 :does :access_social_media. + :carol1500 :does :access_social_media. } log:explains { - :carol6500 :complies false. + :carol1500 :complies false. }. { @@ -341513,9 +151513,9 @@ } => { var:x_0 :complies false. }. - :carol6501 :does :access_social_media. + :carol1501 :does :access_social_media. } log:explains { - :carol6501 :complies false. + :carol1501 :complies false. }. { @@ -341524,9 +151524,9 @@ } => { var:x_0 :complies false. }. - :carol6502 :does :access_social_media. + :carol1502 :does :access_social_media. } log:explains { - :carol6502 :complies false. + :carol1502 :complies false. }. { @@ -341535,9 +151535,9 @@ } => { var:x_0 :complies false. }. - :carol6503 :does :access_social_media. + :carol1503 :does :access_social_media. } log:explains { - :carol6503 :complies false. + :carol1503 :complies false. }. { @@ -341546,9 +151546,9 @@ } => { var:x_0 :complies false. }. - :carol6504 :does :access_social_media. + :carol1504 :does :access_social_media. } log:explains { - :carol6504 :complies false. + :carol1504 :complies false. }. { @@ -341557,9 +151557,9 @@ } => { var:x_0 :complies false. }. - :carol6505 :does :access_social_media. + :carol1505 :does :access_social_media. } log:explains { - :carol6505 :complies false. + :carol1505 :complies false. }. { @@ -341568,9 +151568,9 @@ } => { var:x_0 :complies false. }. - :carol6506 :does :access_social_media. + :carol1506 :does :access_social_media. } log:explains { - :carol6506 :complies false. + :carol1506 :complies false. }. { @@ -341579,9 +151579,9 @@ } => { var:x_0 :complies false. }. - :carol6507 :does :access_social_media. + :carol1507 :does :access_social_media. } log:explains { - :carol6507 :complies false. + :carol1507 :complies false. }. { @@ -341590,9 +151590,9 @@ } => { var:x_0 :complies false. }. - :carol6508 :does :access_social_media. + :carol1508 :does :access_social_media. } log:explains { - :carol6508 :complies false. + :carol1508 :complies false. }. { @@ -341601,9 +151601,9 @@ } => { var:x_0 :complies false. }. - :carol6509 :does :access_social_media. + :carol1509 :does :access_social_media. } log:explains { - :carol6509 :complies false. + :carol1509 :complies false. }. { @@ -341612,9 +151612,9 @@ } => { var:x_0 :complies false. }. - :carol6510 :does :access_social_media. + :carol1510 :does :access_social_media. } log:explains { - :carol6510 :complies false. + :carol1510 :complies false. }. { @@ -341623,9 +151623,9 @@ } => { var:x_0 :complies false. }. - :carol6511 :does :access_social_media. + :carol1511 :does :access_social_media. } log:explains { - :carol6511 :complies false. + :carol1511 :complies false. }. { @@ -341634,9 +151634,9 @@ } => { var:x_0 :complies false. }. - :carol6512 :does :access_social_media. + :carol1512 :does :access_social_media. } log:explains { - :carol6512 :complies false. + :carol1512 :complies false. }. { @@ -341645,9 +151645,9 @@ } => { var:x_0 :complies false. }. - :carol6513 :does :access_social_media. + :carol1513 :does :access_social_media. } log:explains { - :carol6513 :complies false. + :carol1513 :complies false. }. { @@ -341656,9 +151656,9 @@ } => { var:x_0 :complies false. }. - :carol6514 :does :access_social_media. + :carol1514 :does :access_social_media. } log:explains { - :carol6514 :complies false. + :carol1514 :complies false. }. { @@ -341667,9 +151667,9 @@ } => { var:x_0 :complies false. }. - :carol6515 :does :access_social_media. + :carol1515 :does :access_social_media. } log:explains { - :carol6515 :complies false. + :carol1515 :complies false. }. { @@ -341678,9 +151678,9 @@ } => { var:x_0 :complies false. }. - :carol6516 :does :access_social_media. + :carol1516 :does :access_social_media. } log:explains { - :carol6516 :complies false. + :carol1516 :complies false. }. { @@ -341689,9 +151689,9 @@ } => { var:x_0 :complies false. }. - :carol6517 :does :access_social_media. + :carol1517 :does :access_social_media. } log:explains { - :carol6517 :complies false. + :carol1517 :complies false. }. { @@ -341700,9 +151700,9 @@ } => { var:x_0 :complies false. }. - :carol6518 :does :access_social_media. + :carol1518 :does :access_social_media. } log:explains { - :carol6518 :complies false. + :carol1518 :complies false. }. { @@ -341711,9 +151711,9 @@ } => { var:x_0 :complies false. }. - :carol6519 :does :access_social_media. + :carol1519 :does :access_social_media. } log:explains { - :carol6519 :complies false. + :carol1519 :complies false. }. { @@ -341722,9 +151722,9 @@ } => { var:x_0 :complies false. }. - :carol6520 :does :access_social_media. + :carol1520 :does :access_social_media. } log:explains { - :carol6520 :complies false. + :carol1520 :complies false. }. { @@ -341733,9 +151733,9 @@ } => { var:x_0 :complies false. }. - :carol6521 :does :access_social_media. + :carol1521 :does :access_social_media. } log:explains { - :carol6521 :complies false. + :carol1521 :complies false. }. { @@ -341744,9 +151744,9 @@ } => { var:x_0 :complies false. }. - :carol6522 :does :access_social_media. + :carol1522 :does :access_social_media. } log:explains { - :carol6522 :complies false. + :carol1522 :complies false. }. { @@ -341755,9 +151755,9 @@ } => { var:x_0 :complies false. }. - :carol6523 :does :access_social_media. + :carol1523 :does :access_social_media. } log:explains { - :carol6523 :complies false. + :carol1523 :complies false. }. { @@ -341766,9 +151766,9 @@ } => { var:x_0 :complies false. }. - :carol6524 :does :access_social_media. + :carol1524 :does :access_social_media. } log:explains { - :carol6524 :complies false. + :carol1524 :complies false. }. { @@ -341777,9 +151777,9 @@ } => { var:x_0 :complies false. }. - :carol6525 :does :access_social_media. + :carol1525 :does :access_social_media. } log:explains { - :carol6525 :complies false. + :carol1525 :complies false. }. { @@ -341788,9 +151788,9 @@ } => { var:x_0 :complies false. }. - :carol6526 :does :access_social_media. + :carol1526 :does :access_social_media. } log:explains { - :carol6526 :complies false. + :carol1526 :complies false. }. { @@ -341799,9 +151799,9 @@ } => { var:x_0 :complies false. }. - :carol6527 :does :access_social_media. + :carol1527 :does :access_social_media. } log:explains { - :carol6527 :complies false. + :carol1527 :complies false. }. { @@ -341810,9 +151810,9 @@ } => { var:x_0 :complies false. }. - :carol6528 :does :access_social_media. + :carol1528 :does :access_social_media. } log:explains { - :carol6528 :complies false. + :carol1528 :complies false. }. { @@ -341821,9 +151821,9 @@ } => { var:x_0 :complies false. }. - :carol6529 :does :access_social_media. + :carol1529 :does :access_social_media. } log:explains { - :carol6529 :complies false. + :carol1529 :complies false. }. { @@ -341832,9 +151832,9 @@ } => { var:x_0 :complies false. }. - :carol6530 :does :access_social_media. + :carol1530 :does :access_social_media. } log:explains { - :carol6530 :complies false. + :carol1530 :complies false. }. { @@ -341843,9 +151843,9 @@ } => { var:x_0 :complies false. }. - :carol6531 :does :access_social_media. + :carol1531 :does :access_social_media. } log:explains { - :carol6531 :complies false. + :carol1531 :complies false. }. { @@ -341854,9 +151854,9 @@ } => { var:x_0 :complies false. }. - :carol6532 :does :access_social_media. + :carol1532 :does :access_social_media. } log:explains { - :carol6532 :complies false. + :carol1532 :complies false. }. { @@ -341865,9 +151865,9 @@ } => { var:x_0 :complies false. }. - :carol6533 :does :access_social_media. + :carol1533 :does :access_social_media. } log:explains { - :carol6533 :complies false. + :carol1533 :complies false. }. { @@ -341876,9 +151876,9 @@ } => { var:x_0 :complies false. }. - :carol6534 :does :access_social_media. + :carol1534 :does :access_social_media. } log:explains { - :carol6534 :complies false. + :carol1534 :complies false. }. { @@ -341887,9 +151887,9 @@ } => { var:x_0 :complies false. }. - :carol6535 :does :access_social_media. + :carol1535 :does :access_social_media. } log:explains { - :carol6535 :complies false. + :carol1535 :complies false. }. { @@ -341898,9 +151898,9 @@ } => { var:x_0 :complies false. }. - :carol6536 :does :access_social_media. + :carol1536 :does :access_social_media. } log:explains { - :carol6536 :complies false. + :carol1536 :complies false. }. { @@ -341909,9 +151909,9 @@ } => { var:x_0 :complies false. }. - :carol6537 :does :access_social_media. + :carol1537 :does :access_social_media. } log:explains { - :carol6537 :complies false. + :carol1537 :complies false. }. { @@ -341920,9 +151920,9 @@ } => { var:x_0 :complies false. }. - :carol6538 :does :access_social_media. + :carol1538 :does :access_social_media. } log:explains { - :carol6538 :complies false. + :carol1538 :complies false. }. { @@ -341931,9 +151931,9 @@ } => { var:x_0 :complies false. }. - :carol6539 :does :access_social_media. + :carol1539 :does :access_social_media. } log:explains { - :carol6539 :complies false. + :carol1539 :complies false. }. { @@ -341942,9 +151942,9 @@ } => { var:x_0 :complies false. }. - :carol6540 :does :access_social_media. + :carol1540 :does :access_social_media. } log:explains { - :carol6540 :complies false. + :carol1540 :complies false. }. { @@ -341953,9 +151953,9 @@ } => { var:x_0 :complies false. }. - :carol6541 :does :access_social_media. + :carol1541 :does :access_social_media. } log:explains { - :carol6541 :complies false. + :carol1541 :complies false. }. { @@ -341964,9 +151964,9 @@ } => { var:x_0 :complies false. }. - :carol6542 :does :access_social_media. + :carol1542 :does :access_social_media. } log:explains { - :carol6542 :complies false. + :carol1542 :complies false. }. { @@ -341975,9 +151975,9 @@ } => { var:x_0 :complies false. }. - :carol6543 :does :access_social_media. + :carol1543 :does :access_social_media. } log:explains { - :carol6543 :complies false. + :carol1543 :complies false. }. { @@ -341986,9 +151986,9 @@ } => { var:x_0 :complies false. }. - :carol6544 :does :access_social_media. + :carol1544 :does :access_social_media. } log:explains { - :carol6544 :complies false. + :carol1544 :complies false. }. { @@ -341997,9 +151997,9 @@ } => { var:x_0 :complies false. }. - :carol6545 :does :access_social_media. + :carol1545 :does :access_social_media. } log:explains { - :carol6545 :complies false. + :carol1545 :complies false. }. { @@ -342008,9 +152008,9 @@ } => { var:x_0 :complies false. }. - :carol6546 :does :access_social_media. + :carol1546 :does :access_social_media. } log:explains { - :carol6546 :complies false. + :carol1546 :complies false. }. { @@ -342019,9 +152019,9 @@ } => { var:x_0 :complies false. }. - :carol6547 :does :access_social_media. + :carol1547 :does :access_social_media. } log:explains { - :carol6547 :complies false. + :carol1547 :complies false. }. { @@ -342030,9 +152030,9 @@ } => { var:x_0 :complies false. }. - :carol6548 :does :access_social_media. + :carol1548 :does :access_social_media. } log:explains { - :carol6548 :complies false. + :carol1548 :complies false. }. { @@ -342041,9 +152041,9 @@ } => { var:x_0 :complies false. }. - :carol6549 :does :access_social_media. + :carol1549 :does :access_social_media. } log:explains { - :carol6549 :complies false. + :carol1549 :complies false. }. { @@ -342052,9 +152052,9 @@ } => { var:x_0 :complies false. }. - :carol6550 :does :access_social_media. + :carol1550 :does :access_social_media. } log:explains { - :carol6550 :complies false. + :carol1550 :complies false. }. { @@ -342063,9 +152063,9 @@ } => { var:x_0 :complies false. }. - :carol6551 :does :access_social_media. + :carol1551 :does :access_social_media. } log:explains { - :carol6551 :complies false. + :carol1551 :complies false. }. { @@ -342074,9 +152074,9 @@ } => { var:x_0 :complies false. }. - :carol6552 :does :access_social_media. + :carol1552 :does :access_social_media. } log:explains { - :carol6552 :complies false. + :carol1552 :complies false. }. { @@ -342085,9 +152085,9 @@ } => { var:x_0 :complies false. }. - :carol6553 :does :access_social_media. + :carol1553 :does :access_social_media. } log:explains { - :carol6553 :complies false. + :carol1553 :complies false. }. { @@ -342096,9 +152096,9 @@ } => { var:x_0 :complies false. }. - :carol6554 :does :access_social_media. + :carol1554 :does :access_social_media. } log:explains { - :carol6554 :complies false. + :carol1554 :complies false. }. { @@ -342107,9 +152107,9 @@ } => { var:x_0 :complies false. }. - :carol6555 :does :access_social_media. + :carol1555 :does :access_social_media. } log:explains { - :carol6555 :complies false. + :carol1555 :complies false. }. { @@ -342118,9 +152118,9 @@ } => { var:x_0 :complies false. }. - :carol6556 :does :access_social_media. + :carol1556 :does :access_social_media. } log:explains { - :carol6556 :complies false. + :carol1556 :complies false. }. { @@ -342129,9 +152129,9 @@ } => { var:x_0 :complies false. }. - :carol6557 :does :access_social_media. + :carol1557 :does :access_social_media. } log:explains { - :carol6557 :complies false. + :carol1557 :complies false. }. { @@ -342140,9 +152140,9 @@ } => { var:x_0 :complies false. }. - :carol6558 :does :access_social_media. + :carol1558 :does :access_social_media. } log:explains { - :carol6558 :complies false. + :carol1558 :complies false. }. { @@ -342151,9 +152151,9 @@ } => { var:x_0 :complies false. }. - :carol6559 :does :access_social_media. + :carol1559 :does :access_social_media. } log:explains { - :carol6559 :complies false. + :carol1559 :complies false. }. { @@ -342162,9 +152162,9 @@ } => { var:x_0 :complies false. }. - :carol6560 :does :access_social_media. + :carol1560 :does :access_social_media. } log:explains { - :carol6560 :complies false. + :carol1560 :complies false. }. { @@ -342173,9 +152173,9 @@ } => { var:x_0 :complies false. }. - :carol6561 :does :access_social_media. + :carol1561 :does :access_social_media. } log:explains { - :carol6561 :complies false. + :carol1561 :complies false. }. { @@ -342184,9 +152184,9 @@ } => { var:x_0 :complies false. }. - :carol6562 :does :access_social_media. + :carol1562 :does :access_social_media. } log:explains { - :carol6562 :complies false. + :carol1562 :complies false. }. { @@ -342195,9 +152195,9 @@ } => { var:x_0 :complies false. }. - :carol6563 :does :access_social_media. + :carol1563 :does :access_social_media. } log:explains { - :carol6563 :complies false. + :carol1563 :complies false. }. { @@ -342206,9 +152206,9 @@ } => { var:x_0 :complies false. }. - :carol6564 :does :access_social_media. + :carol1564 :does :access_social_media. } log:explains { - :carol6564 :complies false. + :carol1564 :complies false. }. { @@ -342217,9 +152217,9 @@ } => { var:x_0 :complies false. }. - :carol6565 :does :access_social_media. + :carol1565 :does :access_social_media. } log:explains { - :carol6565 :complies false. + :carol1565 :complies false. }. { @@ -342228,9 +152228,9 @@ } => { var:x_0 :complies false. }. - :carol6566 :does :access_social_media. + :carol1566 :does :access_social_media. } log:explains { - :carol6566 :complies false. + :carol1566 :complies false. }. { @@ -342239,9 +152239,9 @@ } => { var:x_0 :complies false. }. - :carol6567 :does :access_social_media. + :carol1567 :does :access_social_media. } log:explains { - :carol6567 :complies false. + :carol1567 :complies false. }. { @@ -342250,9 +152250,9 @@ } => { var:x_0 :complies false. }. - :carol6568 :does :access_social_media. + :carol1568 :does :access_social_media. } log:explains { - :carol6568 :complies false. + :carol1568 :complies false. }. { @@ -342261,9 +152261,9 @@ } => { var:x_0 :complies false. }. - :carol6569 :does :access_social_media. + :carol1569 :does :access_social_media. } log:explains { - :carol6569 :complies false. + :carol1569 :complies false. }. { @@ -342272,9 +152272,9 @@ } => { var:x_0 :complies false. }. - :carol6570 :does :access_social_media. + :carol1570 :does :access_social_media. } log:explains { - :carol6570 :complies false. + :carol1570 :complies false. }. { @@ -342283,9 +152283,9 @@ } => { var:x_0 :complies false. }. - :carol6571 :does :access_social_media. + :carol1571 :does :access_social_media. } log:explains { - :carol6571 :complies false. + :carol1571 :complies false. }. { @@ -342294,9 +152294,9 @@ } => { var:x_0 :complies false. }. - :carol6572 :does :access_social_media. + :carol1572 :does :access_social_media. } log:explains { - :carol6572 :complies false. + :carol1572 :complies false. }. { @@ -342305,9 +152305,9 @@ } => { var:x_0 :complies false. }. - :carol6573 :does :access_social_media. + :carol1573 :does :access_social_media. } log:explains { - :carol6573 :complies false. + :carol1573 :complies false. }. { @@ -342316,9 +152316,9 @@ } => { var:x_0 :complies false. }. - :carol6574 :does :access_social_media. + :carol1574 :does :access_social_media. } log:explains { - :carol6574 :complies false. + :carol1574 :complies false. }. { @@ -342327,9 +152327,9 @@ } => { var:x_0 :complies false. }. - :carol6575 :does :access_social_media. + :carol1575 :does :access_social_media. } log:explains { - :carol6575 :complies false. + :carol1575 :complies false. }. { @@ -342338,9 +152338,9 @@ } => { var:x_0 :complies false. }. - :carol6576 :does :access_social_media. + :carol1576 :does :access_social_media. } log:explains { - :carol6576 :complies false. + :carol1576 :complies false. }. { @@ -342349,9 +152349,9 @@ } => { var:x_0 :complies false. }. - :carol6577 :does :access_social_media. + :carol1577 :does :access_social_media. } log:explains { - :carol6577 :complies false. + :carol1577 :complies false. }. { @@ -342360,9 +152360,9 @@ } => { var:x_0 :complies false. }. - :carol6578 :does :access_social_media. + :carol1578 :does :access_social_media. } log:explains { - :carol6578 :complies false. + :carol1578 :complies false. }. { @@ -342371,9 +152371,9 @@ } => { var:x_0 :complies false. }. - :carol6579 :does :access_social_media. + :carol1579 :does :access_social_media. } log:explains { - :carol6579 :complies false. + :carol1579 :complies false. }. { @@ -342382,9 +152382,9 @@ } => { var:x_0 :complies false. }. - :carol6580 :does :access_social_media. + :carol1580 :does :access_social_media. } log:explains { - :carol6580 :complies false. + :carol1580 :complies false. }. { @@ -342393,9 +152393,9 @@ } => { var:x_0 :complies false. }. - :carol6581 :does :access_social_media. + :carol1581 :does :access_social_media. } log:explains { - :carol6581 :complies false. + :carol1581 :complies false. }. { @@ -342404,9 +152404,9 @@ } => { var:x_0 :complies false. }. - :carol6582 :does :access_social_media. + :carol1582 :does :access_social_media. } log:explains { - :carol6582 :complies false. + :carol1582 :complies false. }. { @@ -342415,9 +152415,9 @@ } => { var:x_0 :complies false. }. - :carol6583 :does :access_social_media. + :carol1583 :does :access_social_media. } log:explains { - :carol6583 :complies false. + :carol1583 :complies false. }. { @@ -342426,9 +152426,9 @@ } => { var:x_0 :complies false. }. - :carol6584 :does :access_social_media. + :carol1584 :does :access_social_media. } log:explains { - :carol6584 :complies false. + :carol1584 :complies false. }. { @@ -342437,9 +152437,9 @@ } => { var:x_0 :complies false. }. - :carol6585 :does :access_social_media. + :carol1585 :does :access_social_media. } log:explains { - :carol6585 :complies false. + :carol1585 :complies false. }. { @@ -342448,9 +152448,9 @@ } => { var:x_0 :complies false. }. - :carol6586 :does :access_social_media. + :carol1586 :does :access_social_media. } log:explains { - :carol6586 :complies false. + :carol1586 :complies false. }. { @@ -342459,9 +152459,9 @@ } => { var:x_0 :complies false. }. - :carol6587 :does :access_social_media. + :carol1587 :does :access_social_media. } log:explains { - :carol6587 :complies false. + :carol1587 :complies false. }. { @@ -342470,9 +152470,9 @@ } => { var:x_0 :complies false. }. - :carol6588 :does :access_social_media. + :carol1588 :does :access_social_media. } log:explains { - :carol6588 :complies false. + :carol1588 :complies false. }. { @@ -342481,9 +152481,9 @@ } => { var:x_0 :complies false. }. - :carol6589 :does :access_social_media. + :carol1589 :does :access_social_media. } log:explains { - :carol6589 :complies false. + :carol1589 :complies false. }. { @@ -342492,9 +152492,9 @@ } => { var:x_0 :complies false. }. - :carol6590 :does :access_social_media. + :carol1590 :does :access_social_media. } log:explains { - :carol6590 :complies false. + :carol1590 :complies false. }. { @@ -342503,9 +152503,9 @@ } => { var:x_0 :complies false. }. - :carol6591 :does :access_social_media. + :carol1591 :does :access_social_media. } log:explains { - :carol6591 :complies false. + :carol1591 :complies false. }. { @@ -342514,9 +152514,9 @@ } => { var:x_0 :complies false. }. - :carol6592 :does :access_social_media. + :carol1592 :does :access_social_media. } log:explains { - :carol6592 :complies false. + :carol1592 :complies false. }. { @@ -342525,9 +152525,9 @@ } => { var:x_0 :complies false. }. - :carol6593 :does :access_social_media. + :carol1593 :does :access_social_media. } log:explains { - :carol6593 :complies false. + :carol1593 :complies false. }. { @@ -342536,9 +152536,9 @@ } => { var:x_0 :complies false. }. - :carol6594 :does :access_social_media. + :carol1594 :does :access_social_media. } log:explains { - :carol6594 :complies false. + :carol1594 :complies false. }. { @@ -342547,9 +152547,9 @@ } => { var:x_0 :complies false. }. - :carol6595 :does :access_social_media. + :carol1595 :does :access_social_media. } log:explains { - :carol6595 :complies false. + :carol1595 :complies false. }. { @@ -342558,9 +152558,9 @@ } => { var:x_0 :complies false. }. - :carol6596 :does :access_social_media. + :carol1596 :does :access_social_media. } log:explains { - :carol6596 :complies false. + :carol1596 :complies false. }. { @@ -342569,9 +152569,9 @@ } => { var:x_0 :complies false. }. - :carol6597 :does :access_social_media. + :carol1597 :does :access_social_media. } log:explains { - :carol6597 :complies false. + :carol1597 :complies false. }. { @@ -342580,9 +152580,9 @@ } => { var:x_0 :complies false. }. - :carol6598 :does :access_social_media. + :carol1598 :does :access_social_media. } log:explains { - :carol6598 :complies false. + :carol1598 :complies false. }. { @@ -342591,9 +152591,9 @@ } => { var:x_0 :complies false. }. - :carol6599 :does :access_social_media. + :carol1599 :does :access_social_media. } log:explains { - :carol6599 :complies false. + :carol1599 :complies false. }. { @@ -342602,9 +152602,9 @@ } => { var:x_0 :complies false. }. - :carol6600 :does :access_social_media. + :carol1600 :does :access_social_media. } log:explains { - :carol6600 :complies false. + :carol1600 :complies false. }. { @@ -342613,9 +152613,9 @@ } => { var:x_0 :complies false. }. - :carol6601 :does :access_social_media. + :carol1601 :does :access_social_media. } log:explains { - :carol6601 :complies false. + :carol1601 :complies false. }. { @@ -342624,9 +152624,9 @@ } => { var:x_0 :complies false. }. - :carol6602 :does :access_social_media. + :carol1602 :does :access_social_media. } log:explains { - :carol6602 :complies false. + :carol1602 :complies false. }. { @@ -342635,9 +152635,9 @@ } => { var:x_0 :complies false. }. - :carol6603 :does :access_social_media. + :carol1603 :does :access_social_media. } log:explains { - :carol6603 :complies false. + :carol1603 :complies false. }. { @@ -342646,9 +152646,9 @@ } => { var:x_0 :complies false. }. - :carol6604 :does :access_social_media. + :carol1604 :does :access_social_media. } log:explains { - :carol6604 :complies false. + :carol1604 :complies false. }. { @@ -342657,9 +152657,9 @@ } => { var:x_0 :complies false. }. - :carol6605 :does :access_social_media. + :carol1605 :does :access_social_media. } log:explains { - :carol6605 :complies false. + :carol1605 :complies false. }. { @@ -342668,9 +152668,9 @@ } => { var:x_0 :complies false. }. - :carol6606 :does :access_social_media. + :carol1606 :does :access_social_media. } log:explains { - :carol6606 :complies false. + :carol1606 :complies false. }. { @@ -342679,9 +152679,9 @@ } => { var:x_0 :complies false. }. - :carol6607 :does :access_social_media. + :carol1607 :does :access_social_media. } log:explains { - :carol6607 :complies false. + :carol1607 :complies false. }. { @@ -342690,9 +152690,9 @@ } => { var:x_0 :complies false. }. - :carol6608 :does :access_social_media. + :carol1608 :does :access_social_media. } log:explains { - :carol6608 :complies false. + :carol1608 :complies false. }. { @@ -342701,9 +152701,9 @@ } => { var:x_0 :complies false. }. - :carol6609 :does :access_social_media. + :carol1609 :does :access_social_media. } log:explains { - :carol6609 :complies false. + :carol1609 :complies false. }. { @@ -342712,9 +152712,9 @@ } => { var:x_0 :complies false. }. - :carol6610 :does :access_social_media. + :carol1610 :does :access_social_media. } log:explains { - :carol6610 :complies false. + :carol1610 :complies false. }. { @@ -342723,9 +152723,9 @@ } => { var:x_0 :complies false. }. - :carol6611 :does :access_social_media. + :carol1611 :does :access_social_media. } log:explains { - :carol6611 :complies false. + :carol1611 :complies false. }. { @@ -342734,9 +152734,9 @@ } => { var:x_0 :complies false. }. - :carol6612 :does :access_social_media. + :carol1612 :does :access_social_media. } log:explains { - :carol6612 :complies false. + :carol1612 :complies false. }. { @@ -342745,9 +152745,9 @@ } => { var:x_0 :complies false. }. - :carol6613 :does :access_social_media. + :carol1613 :does :access_social_media. } log:explains { - :carol6613 :complies false. + :carol1613 :complies false. }. { @@ -342756,9 +152756,9 @@ } => { var:x_0 :complies false. }. - :carol6614 :does :access_social_media. + :carol1614 :does :access_social_media. } log:explains { - :carol6614 :complies false. + :carol1614 :complies false. }. { @@ -342767,9 +152767,9 @@ } => { var:x_0 :complies false. }. - :carol6615 :does :access_social_media. + :carol1615 :does :access_social_media. } log:explains { - :carol6615 :complies false. + :carol1615 :complies false. }. { @@ -342778,9 +152778,9 @@ } => { var:x_0 :complies false. }. - :carol6616 :does :access_social_media. + :carol1616 :does :access_social_media. } log:explains { - :carol6616 :complies false. + :carol1616 :complies false. }. { @@ -342789,9 +152789,9 @@ } => { var:x_0 :complies false. }. - :carol6617 :does :access_social_media. + :carol1617 :does :access_social_media. } log:explains { - :carol6617 :complies false. + :carol1617 :complies false. }. { @@ -342800,9 +152800,9 @@ } => { var:x_0 :complies false. }. - :carol6618 :does :access_social_media. + :carol1618 :does :access_social_media. } log:explains { - :carol6618 :complies false. + :carol1618 :complies false. }. { @@ -342811,9 +152811,9 @@ } => { var:x_0 :complies false. }. - :carol6619 :does :access_social_media. + :carol1619 :does :access_social_media. } log:explains { - :carol6619 :complies false. + :carol1619 :complies false. }. { @@ -342822,9 +152822,9 @@ } => { var:x_0 :complies false. }. - :carol6620 :does :access_social_media. + :carol1620 :does :access_social_media. } log:explains { - :carol6620 :complies false. + :carol1620 :complies false. }. { @@ -342833,9 +152833,9 @@ } => { var:x_0 :complies false. }. - :carol6621 :does :access_social_media. + :carol1621 :does :access_social_media. } log:explains { - :carol6621 :complies false. + :carol1621 :complies false. }. { @@ -342844,9 +152844,9 @@ } => { var:x_0 :complies false. }. - :carol6622 :does :access_social_media. + :carol1622 :does :access_social_media. } log:explains { - :carol6622 :complies false. + :carol1622 :complies false. }. { @@ -342855,9 +152855,9 @@ } => { var:x_0 :complies false. }. - :carol6623 :does :access_social_media. + :carol1623 :does :access_social_media. } log:explains { - :carol6623 :complies false. + :carol1623 :complies false. }. { @@ -342866,9 +152866,9 @@ } => { var:x_0 :complies false. }. - :carol6624 :does :access_social_media. + :carol1624 :does :access_social_media. } log:explains { - :carol6624 :complies false. + :carol1624 :complies false. }. { @@ -342877,9 +152877,9 @@ } => { var:x_0 :complies false. }. - :carol6625 :does :access_social_media. + :carol1625 :does :access_social_media. } log:explains { - :carol6625 :complies false. + :carol1625 :complies false. }. { @@ -342888,9 +152888,9 @@ } => { var:x_0 :complies false. }. - :carol6626 :does :access_social_media. + :carol1626 :does :access_social_media. } log:explains { - :carol6626 :complies false. + :carol1626 :complies false. }. { @@ -342899,9 +152899,9 @@ } => { var:x_0 :complies false. }. - :carol6627 :does :access_social_media. + :carol1627 :does :access_social_media. } log:explains { - :carol6627 :complies false. + :carol1627 :complies false. }. { @@ -342910,9 +152910,9 @@ } => { var:x_0 :complies false. }. - :carol6628 :does :access_social_media. + :carol1628 :does :access_social_media. } log:explains { - :carol6628 :complies false. + :carol1628 :complies false. }. { @@ -342921,9 +152921,9 @@ } => { var:x_0 :complies false. }. - :carol6629 :does :access_social_media. + :carol1629 :does :access_social_media. } log:explains { - :carol6629 :complies false. + :carol1629 :complies false. }. { @@ -342932,9 +152932,9 @@ } => { var:x_0 :complies false. }. - :carol6630 :does :access_social_media. + :carol1630 :does :access_social_media. } log:explains { - :carol6630 :complies false. + :carol1630 :complies false. }. { @@ -342943,9 +152943,9 @@ } => { var:x_0 :complies false. }. - :carol6631 :does :access_social_media. + :carol1631 :does :access_social_media. } log:explains { - :carol6631 :complies false. + :carol1631 :complies false. }. { @@ -342954,9 +152954,9 @@ } => { var:x_0 :complies false. }. - :carol6632 :does :access_social_media. + :carol1632 :does :access_social_media. } log:explains { - :carol6632 :complies false. + :carol1632 :complies false. }. { @@ -342965,9 +152965,9 @@ } => { var:x_0 :complies false. }. - :carol6633 :does :access_social_media. + :carol1633 :does :access_social_media. } log:explains { - :carol6633 :complies false. + :carol1633 :complies false. }. { @@ -342976,9 +152976,9 @@ } => { var:x_0 :complies false. }. - :carol6634 :does :access_social_media. + :carol1634 :does :access_social_media. } log:explains { - :carol6634 :complies false. + :carol1634 :complies false. }. { @@ -342987,9 +152987,9 @@ } => { var:x_0 :complies false. }. - :carol6635 :does :access_social_media. + :carol1635 :does :access_social_media. } log:explains { - :carol6635 :complies false. + :carol1635 :complies false. }. { @@ -342998,9 +152998,9 @@ } => { var:x_0 :complies false. }. - :carol6636 :does :access_social_media. + :carol1636 :does :access_social_media. } log:explains { - :carol6636 :complies false. + :carol1636 :complies false. }. { @@ -343009,9 +153009,9 @@ } => { var:x_0 :complies false. }. - :carol6637 :does :access_social_media. + :carol1637 :does :access_social_media. } log:explains { - :carol6637 :complies false. + :carol1637 :complies false. }. { @@ -343020,9 +153020,9 @@ } => { var:x_0 :complies false. }. - :carol6638 :does :access_social_media. + :carol1638 :does :access_social_media. } log:explains { - :carol6638 :complies false. + :carol1638 :complies false. }. { @@ -343031,9 +153031,9 @@ } => { var:x_0 :complies false. }. - :carol6639 :does :access_social_media. + :carol1639 :does :access_social_media. } log:explains { - :carol6639 :complies false. + :carol1639 :complies false. }. { @@ -343042,9 +153042,9 @@ } => { var:x_0 :complies false. }. - :carol6640 :does :access_social_media. + :carol1640 :does :access_social_media. } log:explains { - :carol6640 :complies false. + :carol1640 :complies false. }. { @@ -343053,9 +153053,9 @@ } => { var:x_0 :complies false. }. - :carol6641 :does :access_social_media. + :carol1641 :does :access_social_media. } log:explains { - :carol6641 :complies false. + :carol1641 :complies false. }. { @@ -343064,9 +153064,9 @@ } => { var:x_0 :complies false. }. - :carol6642 :does :access_social_media. + :carol1642 :does :access_social_media. } log:explains { - :carol6642 :complies false. + :carol1642 :complies false. }. { @@ -343075,9 +153075,9 @@ } => { var:x_0 :complies false. }. - :carol6643 :does :access_social_media. + :carol1643 :does :access_social_media. } log:explains { - :carol6643 :complies false. + :carol1643 :complies false. }. { @@ -343086,9 +153086,9 @@ } => { var:x_0 :complies false. }. - :carol6644 :does :access_social_media. + :carol1644 :does :access_social_media. } log:explains { - :carol6644 :complies false. + :carol1644 :complies false. }. { @@ -343097,9 +153097,9 @@ } => { var:x_0 :complies false. }. - :carol6645 :does :access_social_media. + :carol1645 :does :access_social_media. } log:explains { - :carol6645 :complies false. + :carol1645 :complies false. }. { @@ -343108,9 +153108,9 @@ } => { var:x_0 :complies false. }. - :carol6646 :does :access_social_media. + :carol1646 :does :access_social_media. } log:explains { - :carol6646 :complies false. + :carol1646 :complies false. }. { @@ -343119,9 +153119,9 @@ } => { var:x_0 :complies false. }. - :carol6647 :does :access_social_media. + :carol1647 :does :access_social_media. } log:explains { - :carol6647 :complies false. + :carol1647 :complies false. }. { @@ -343130,9 +153130,9 @@ } => { var:x_0 :complies false. }. - :carol6648 :does :access_social_media. + :carol1648 :does :access_social_media. } log:explains { - :carol6648 :complies false. + :carol1648 :complies false. }. { @@ -343141,9 +153141,9 @@ } => { var:x_0 :complies false. }. - :carol6649 :does :access_social_media. + :carol1649 :does :access_social_media. } log:explains { - :carol6649 :complies false. + :carol1649 :complies false. }. { @@ -343152,9 +153152,9 @@ } => { var:x_0 :complies false. }. - :carol6650 :does :access_social_media. + :carol1650 :does :access_social_media. } log:explains { - :carol6650 :complies false. + :carol1650 :complies false. }. { @@ -343163,9 +153163,9 @@ } => { var:x_0 :complies false. }. - :carol6651 :does :access_social_media. + :carol1651 :does :access_social_media. } log:explains { - :carol6651 :complies false. + :carol1651 :complies false. }. { @@ -343174,9 +153174,9 @@ } => { var:x_0 :complies false. }. - :carol6652 :does :access_social_media. + :carol1652 :does :access_social_media. } log:explains { - :carol6652 :complies false. + :carol1652 :complies false. }. { @@ -343185,9 +153185,9 @@ } => { var:x_0 :complies false. }. - :carol6653 :does :access_social_media. + :carol1653 :does :access_social_media. } log:explains { - :carol6653 :complies false. + :carol1653 :complies false. }. { @@ -343196,9 +153196,9 @@ } => { var:x_0 :complies false. }. - :carol6654 :does :access_social_media. + :carol1654 :does :access_social_media. } log:explains { - :carol6654 :complies false. + :carol1654 :complies false. }. { @@ -343207,9 +153207,9 @@ } => { var:x_0 :complies false. }. - :carol6655 :does :access_social_media. + :carol1655 :does :access_social_media. } log:explains { - :carol6655 :complies false. + :carol1655 :complies false. }. { @@ -343218,9 +153218,9 @@ } => { var:x_0 :complies false. }. - :carol6656 :does :access_social_media. + :carol1656 :does :access_social_media. } log:explains { - :carol6656 :complies false. + :carol1656 :complies false. }. { @@ -343229,9 +153229,9 @@ } => { var:x_0 :complies false. }. - :carol6657 :does :access_social_media. + :carol1657 :does :access_social_media. } log:explains { - :carol6657 :complies false. + :carol1657 :complies false. }. { @@ -343240,9 +153240,9 @@ } => { var:x_0 :complies false. }. - :carol6658 :does :access_social_media. + :carol1658 :does :access_social_media. } log:explains { - :carol6658 :complies false. + :carol1658 :complies false. }. { @@ -343251,9 +153251,9 @@ } => { var:x_0 :complies false. }. - :carol6659 :does :access_social_media. + :carol1659 :does :access_social_media. } log:explains { - :carol6659 :complies false. + :carol1659 :complies false. }. { @@ -343262,9 +153262,9 @@ } => { var:x_0 :complies false. }. - :carol6660 :does :access_social_media. + :carol1660 :does :access_social_media. } log:explains { - :carol6660 :complies false. + :carol1660 :complies false. }. { @@ -343273,9 +153273,9 @@ } => { var:x_0 :complies false. }. - :carol6661 :does :access_social_media. + :carol1661 :does :access_social_media. } log:explains { - :carol6661 :complies false. + :carol1661 :complies false. }. { @@ -343284,9 +153284,9 @@ } => { var:x_0 :complies false. }. - :carol6662 :does :access_social_media. + :carol1662 :does :access_social_media. } log:explains { - :carol6662 :complies false. + :carol1662 :complies false. }. { @@ -343295,9 +153295,9 @@ } => { var:x_0 :complies false. }. - :carol6663 :does :access_social_media. + :carol1663 :does :access_social_media. } log:explains { - :carol6663 :complies false. + :carol1663 :complies false. }. { @@ -343306,9 +153306,9 @@ } => { var:x_0 :complies false. }. - :carol6664 :does :access_social_media. + :carol1664 :does :access_social_media. } log:explains { - :carol6664 :complies false. + :carol1664 :complies false. }. { @@ -343317,9 +153317,9 @@ } => { var:x_0 :complies false. }. - :carol6665 :does :access_social_media. + :carol1665 :does :access_social_media. } log:explains { - :carol6665 :complies false. + :carol1665 :complies false. }. { @@ -343328,9 +153328,9 @@ } => { var:x_0 :complies false. }. - :carol6666 :does :access_social_media. + :carol1666 :does :access_social_media. } log:explains { - :carol6666 :complies false. + :carol1666 :complies false. }. { @@ -343339,9 +153339,9 @@ } => { var:x_0 :complies false. }. - :carol6667 :does :access_social_media. + :carol1667 :does :access_social_media. } log:explains { - :carol6667 :complies false. + :carol1667 :complies false. }. { @@ -343350,9 +153350,9 @@ } => { var:x_0 :complies false. }. - :carol6668 :does :access_social_media. + :carol1668 :does :access_social_media. } log:explains { - :carol6668 :complies false. + :carol1668 :complies false. }. { @@ -343361,9 +153361,9 @@ } => { var:x_0 :complies false. }. - :carol6669 :does :access_social_media. + :carol1669 :does :access_social_media. } log:explains { - :carol6669 :complies false. + :carol1669 :complies false. }. { @@ -343372,9 +153372,9 @@ } => { var:x_0 :complies false. }. - :carol6670 :does :access_social_media. + :carol1670 :does :access_social_media. } log:explains { - :carol6670 :complies false. + :carol1670 :complies false. }. { @@ -343383,9 +153383,9 @@ } => { var:x_0 :complies false. }. - :carol6671 :does :access_social_media. + :carol1671 :does :access_social_media. } log:explains { - :carol6671 :complies false. + :carol1671 :complies false. }. { @@ -343394,9 +153394,9 @@ } => { var:x_0 :complies false. }. - :carol6672 :does :access_social_media. + :carol1672 :does :access_social_media. } log:explains { - :carol6672 :complies false. + :carol1672 :complies false. }. { @@ -343405,9 +153405,9 @@ } => { var:x_0 :complies false. }. - :carol6673 :does :access_social_media. + :carol1673 :does :access_social_media. } log:explains { - :carol6673 :complies false. + :carol1673 :complies false. }. { @@ -343416,9 +153416,9 @@ } => { var:x_0 :complies false. }. - :carol6674 :does :access_social_media. + :carol1674 :does :access_social_media. } log:explains { - :carol6674 :complies false. + :carol1674 :complies false. }. { @@ -343427,9 +153427,9 @@ } => { var:x_0 :complies false. }. - :carol6675 :does :access_social_media. + :carol1675 :does :access_social_media. } log:explains { - :carol6675 :complies false. + :carol1675 :complies false. }. { @@ -343438,9 +153438,9 @@ } => { var:x_0 :complies false. }. - :carol6676 :does :access_social_media. + :carol1676 :does :access_social_media. } log:explains { - :carol6676 :complies false. + :carol1676 :complies false. }. { @@ -343449,9 +153449,9 @@ } => { var:x_0 :complies false. }. - :carol6677 :does :access_social_media. + :carol1677 :does :access_social_media. } log:explains { - :carol6677 :complies false. + :carol1677 :complies false. }. { @@ -343460,9 +153460,9 @@ } => { var:x_0 :complies false. }. - :carol6678 :does :access_social_media. + :carol1678 :does :access_social_media. } log:explains { - :carol6678 :complies false. + :carol1678 :complies false. }. { @@ -343471,9 +153471,9 @@ } => { var:x_0 :complies false. }. - :carol6679 :does :access_social_media. + :carol1679 :does :access_social_media. } log:explains { - :carol6679 :complies false. + :carol1679 :complies false. }. { @@ -343482,9 +153482,9 @@ } => { var:x_0 :complies false. }. - :carol6680 :does :access_social_media. + :carol1680 :does :access_social_media. } log:explains { - :carol6680 :complies false. + :carol1680 :complies false. }. { @@ -343493,9 +153493,9 @@ } => { var:x_0 :complies false. }. - :carol6681 :does :access_social_media. + :carol1681 :does :access_social_media. } log:explains { - :carol6681 :complies false. + :carol1681 :complies false. }. { @@ -343504,9 +153504,9 @@ } => { var:x_0 :complies false. }. - :carol6682 :does :access_social_media. + :carol1682 :does :access_social_media. } log:explains { - :carol6682 :complies false. + :carol1682 :complies false. }. { @@ -343515,9 +153515,9 @@ } => { var:x_0 :complies false. }. - :carol6683 :does :access_social_media. + :carol1683 :does :access_social_media. } log:explains { - :carol6683 :complies false. + :carol1683 :complies false. }. { @@ -343526,9 +153526,9 @@ } => { var:x_0 :complies false. }. - :carol6684 :does :access_social_media. + :carol1684 :does :access_social_media. } log:explains { - :carol6684 :complies false. + :carol1684 :complies false. }. { @@ -343537,9 +153537,9 @@ } => { var:x_0 :complies false. }. - :carol6685 :does :access_social_media. + :carol1685 :does :access_social_media. } log:explains { - :carol6685 :complies false. + :carol1685 :complies false. }. { @@ -343548,9 +153548,9 @@ } => { var:x_0 :complies false. }. - :carol6686 :does :access_social_media. + :carol1686 :does :access_social_media. } log:explains { - :carol6686 :complies false. + :carol1686 :complies false. }. { @@ -343559,9 +153559,9 @@ } => { var:x_0 :complies false. }. - :carol6687 :does :access_social_media. + :carol1687 :does :access_social_media. } log:explains { - :carol6687 :complies false. + :carol1687 :complies false. }. { @@ -343570,9 +153570,9 @@ } => { var:x_0 :complies false. }. - :carol6688 :does :access_social_media. + :carol1688 :does :access_social_media. } log:explains { - :carol6688 :complies false. + :carol1688 :complies false. }. { @@ -343581,9 +153581,9 @@ } => { var:x_0 :complies false. }. - :carol6689 :does :access_social_media. + :carol1689 :does :access_social_media. } log:explains { - :carol6689 :complies false. + :carol1689 :complies false. }. { @@ -343592,9 +153592,9 @@ } => { var:x_0 :complies false. }. - :carol6690 :does :access_social_media. + :carol1690 :does :access_social_media. } log:explains { - :carol6690 :complies false. + :carol1690 :complies false. }. { @@ -343603,9 +153603,9 @@ } => { var:x_0 :complies false. }. - :carol6691 :does :access_social_media. + :carol1691 :does :access_social_media. } log:explains { - :carol6691 :complies false. + :carol1691 :complies false. }. { @@ -343614,9 +153614,9 @@ } => { var:x_0 :complies false. }. - :carol6692 :does :access_social_media. + :carol1692 :does :access_social_media. } log:explains { - :carol6692 :complies false. + :carol1692 :complies false. }. { @@ -343625,9 +153625,9 @@ } => { var:x_0 :complies false. }. - :carol6693 :does :access_social_media. + :carol1693 :does :access_social_media. } log:explains { - :carol6693 :complies false. + :carol1693 :complies false. }. { @@ -343636,9 +153636,9 @@ } => { var:x_0 :complies false. }. - :carol6694 :does :access_social_media. + :carol1694 :does :access_social_media. } log:explains { - :carol6694 :complies false. + :carol1694 :complies false. }. { @@ -343647,9 +153647,9 @@ } => { var:x_0 :complies false. }. - :carol6695 :does :access_social_media. + :carol1695 :does :access_social_media. } log:explains { - :carol6695 :complies false. + :carol1695 :complies false. }. { @@ -343658,9 +153658,9 @@ } => { var:x_0 :complies false. }. - :carol6696 :does :access_social_media. + :carol1696 :does :access_social_media. } log:explains { - :carol6696 :complies false. + :carol1696 :complies false. }. { @@ -343669,9 +153669,9 @@ } => { var:x_0 :complies false. }. - :carol6697 :does :access_social_media. + :carol1697 :does :access_social_media. } log:explains { - :carol6697 :complies false. + :carol1697 :complies false. }. { @@ -343680,9 +153680,9 @@ } => { var:x_0 :complies false. }. - :carol6698 :does :access_social_media. + :carol1698 :does :access_social_media. } log:explains { - :carol6698 :complies false. + :carol1698 :complies false. }. { @@ -343691,9 +153691,9 @@ } => { var:x_0 :complies false. }. - :carol6699 :does :access_social_media. + :carol1699 :does :access_social_media. } log:explains { - :carol6699 :complies false. + :carol1699 :complies false. }. { @@ -343702,9 +153702,9 @@ } => { var:x_0 :complies false. }. - :carol6700 :does :access_social_media. + :carol1700 :does :access_social_media. } log:explains { - :carol6700 :complies false. + :carol1700 :complies false. }. { @@ -343713,9 +153713,9 @@ } => { var:x_0 :complies false. }. - :carol6701 :does :access_social_media. + :carol1701 :does :access_social_media. } log:explains { - :carol6701 :complies false. + :carol1701 :complies false. }. { @@ -343724,9 +153724,9 @@ } => { var:x_0 :complies false. }. - :carol6702 :does :access_social_media. + :carol1702 :does :access_social_media. } log:explains { - :carol6702 :complies false. + :carol1702 :complies false. }. { @@ -343735,9 +153735,9 @@ } => { var:x_0 :complies false. }. - :carol6703 :does :access_social_media. + :carol1703 :does :access_social_media. } log:explains { - :carol6703 :complies false. + :carol1703 :complies false. }. { @@ -343746,9 +153746,9 @@ } => { var:x_0 :complies false. }. - :carol6704 :does :access_social_media. + :carol1704 :does :access_social_media. } log:explains { - :carol6704 :complies false. + :carol1704 :complies false. }. { @@ -343757,9 +153757,9 @@ } => { var:x_0 :complies false. }. - :carol6705 :does :access_social_media. + :carol1705 :does :access_social_media. } log:explains { - :carol6705 :complies false. + :carol1705 :complies false. }. { @@ -343768,9 +153768,9 @@ } => { var:x_0 :complies false. }. - :carol6706 :does :access_social_media. + :carol1706 :does :access_social_media. } log:explains { - :carol6706 :complies false. + :carol1706 :complies false. }. { @@ -343779,9 +153779,9 @@ } => { var:x_0 :complies false. }. - :carol6707 :does :access_social_media. + :carol1707 :does :access_social_media. } log:explains { - :carol6707 :complies false. + :carol1707 :complies false. }. { @@ -343790,9 +153790,9 @@ } => { var:x_0 :complies false. }. - :carol6708 :does :access_social_media. + :carol1708 :does :access_social_media. } log:explains { - :carol6708 :complies false. + :carol1708 :complies false. }. { @@ -343801,9 +153801,9 @@ } => { var:x_0 :complies false. }. - :carol6709 :does :access_social_media. + :carol1709 :does :access_social_media. } log:explains { - :carol6709 :complies false. + :carol1709 :complies false. }. { @@ -343812,9 +153812,9 @@ } => { var:x_0 :complies false. }. - :carol6710 :does :access_social_media. + :carol1710 :does :access_social_media. } log:explains { - :carol6710 :complies false. + :carol1710 :complies false. }. { @@ -343823,9 +153823,9 @@ } => { var:x_0 :complies false. }. - :carol6711 :does :access_social_media. + :carol1711 :does :access_social_media. } log:explains { - :carol6711 :complies false. + :carol1711 :complies false. }. { @@ -343834,9 +153834,9 @@ } => { var:x_0 :complies false. }. - :carol6712 :does :access_social_media. + :carol1712 :does :access_social_media. } log:explains { - :carol6712 :complies false. + :carol1712 :complies false. }. { @@ -343845,9 +153845,9 @@ } => { var:x_0 :complies false. }. - :carol6713 :does :access_social_media. + :carol1713 :does :access_social_media. } log:explains { - :carol6713 :complies false. + :carol1713 :complies false. }. { @@ -343856,9 +153856,9 @@ } => { var:x_0 :complies false. }. - :carol6714 :does :access_social_media. + :carol1714 :does :access_social_media. } log:explains { - :carol6714 :complies false. + :carol1714 :complies false. }. { @@ -343867,9 +153867,9 @@ } => { var:x_0 :complies false. }. - :carol6715 :does :access_social_media. + :carol1715 :does :access_social_media. } log:explains { - :carol6715 :complies false. + :carol1715 :complies false. }. { @@ -343878,9 +153878,9 @@ } => { var:x_0 :complies false. }. - :carol6716 :does :access_social_media. + :carol1716 :does :access_social_media. } log:explains { - :carol6716 :complies false. + :carol1716 :complies false. }. { @@ -343889,9 +153889,9 @@ } => { var:x_0 :complies false. }. - :carol6717 :does :access_social_media. + :carol1717 :does :access_social_media. } log:explains { - :carol6717 :complies false. + :carol1717 :complies false. }. { @@ -343900,9 +153900,9 @@ } => { var:x_0 :complies false. }. - :carol6718 :does :access_social_media. + :carol1718 :does :access_social_media. } log:explains { - :carol6718 :complies false. + :carol1718 :complies false. }. { @@ -343911,9 +153911,9 @@ } => { var:x_0 :complies false. }. - :carol6719 :does :access_social_media. + :carol1719 :does :access_social_media. } log:explains { - :carol6719 :complies false. + :carol1719 :complies false. }. { @@ -343922,9 +153922,9 @@ } => { var:x_0 :complies false. }. - :carol6720 :does :access_social_media. + :carol1720 :does :access_social_media. } log:explains { - :carol6720 :complies false. + :carol1720 :complies false. }. { @@ -343933,9 +153933,9 @@ } => { var:x_0 :complies false. }. - :carol6721 :does :access_social_media. + :carol1721 :does :access_social_media. } log:explains { - :carol6721 :complies false. + :carol1721 :complies false. }. { @@ -343944,9 +153944,9 @@ } => { var:x_0 :complies false. }. - :carol6722 :does :access_social_media. + :carol1722 :does :access_social_media. } log:explains { - :carol6722 :complies false. + :carol1722 :complies false. }. { @@ -343955,9 +153955,9 @@ } => { var:x_0 :complies false. }. - :carol6723 :does :access_social_media. + :carol1723 :does :access_social_media. } log:explains { - :carol6723 :complies false. + :carol1723 :complies false. }. { @@ -343966,9 +153966,9 @@ } => { var:x_0 :complies false. }. - :carol6724 :does :access_social_media. + :carol1724 :does :access_social_media. } log:explains { - :carol6724 :complies false. + :carol1724 :complies false. }. { @@ -343977,9 +153977,9 @@ } => { var:x_0 :complies false. }. - :carol6725 :does :access_social_media. + :carol1725 :does :access_social_media. } log:explains { - :carol6725 :complies false. + :carol1725 :complies false. }. { @@ -343988,9 +153988,9 @@ } => { var:x_0 :complies false. }. - :carol6726 :does :access_social_media. + :carol1726 :does :access_social_media. } log:explains { - :carol6726 :complies false. + :carol1726 :complies false. }. { @@ -343999,9 +153999,9 @@ } => { var:x_0 :complies false. }. - :carol6727 :does :access_social_media. + :carol1727 :does :access_social_media. } log:explains { - :carol6727 :complies false. + :carol1727 :complies false. }. { @@ -344010,9 +154010,9 @@ } => { var:x_0 :complies false. }. - :carol6728 :does :access_social_media. + :carol1728 :does :access_social_media. } log:explains { - :carol6728 :complies false. + :carol1728 :complies false. }. { @@ -344021,9 +154021,9 @@ } => { var:x_0 :complies false. }. - :carol6729 :does :access_social_media. + :carol1729 :does :access_social_media. } log:explains { - :carol6729 :complies false. + :carol1729 :complies false. }. { @@ -344032,9 +154032,9 @@ } => { var:x_0 :complies false. }. - :carol6730 :does :access_social_media. + :carol1730 :does :access_social_media. } log:explains { - :carol6730 :complies false. + :carol1730 :complies false. }. { @@ -344043,9 +154043,9 @@ } => { var:x_0 :complies false. }. - :carol6731 :does :access_social_media. + :carol1731 :does :access_social_media. } log:explains { - :carol6731 :complies false. + :carol1731 :complies false. }. { @@ -344054,9 +154054,9 @@ } => { var:x_0 :complies false. }. - :carol6732 :does :access_social_media. + :carol1732 :does :access_social_media. } log:explains { - :carol6732 :complies false. + :carol1732 :complies false. }. { @@ -344065,9 +154065,9 @@ } => { var:x_0 :complies false. }. - :carol6733 :does :access_social_media. + :carol1733 :does :access_social_media. } log:explains { - :carol6733 :complies false. + :carol1733 :complies false. }. { @@ -344076,9 +154076,9 @@ } => { var:x_0 :complies false. }. - :carol6734 :does :access_social_media. + :carol1734 :does :access_social_media. } log:explains { - :carol6734 :complies false. + :carol1734 :complies false. }. { @@ -344087,9 +154087,9 @@ } => { var:x_0 :complies false. }. - :carol6735 :does :access_social_media. + :carol1735 :does :access_social_media. } log:explains { - :carol6735 :complies false. + :carol1735 :complies false. }. { @@ -344098,9 +154098,9 @@ } => { var:x_0 :complies false. }. - :carol6736 :does :access_social_media. + :carol1736 :does :access_social_media. } log:explains { - :carol6736 :complies false. + :carol1736 :complies false. }. { @@ -344109,9 +154109,9 @@ } => { var:x_0 :complies false. }. - :carol6737 :does :access_social_media. + :carol1737 :does :access_social_media. } log:explains { - :carol6737 :complies false. + :carol1737 :complies false. }. { @@ -344120,9 +154120,9 @@ } => { var:x_0 :complies false. }. - :carol6738 :does :access_social_media. + :carol1738 :does :access_social_media. } log:explains { - :carol6738 :complies false. + :carol1738 :complies false. }. { @@ -344131,9 +154131,9 @@ } => { var:x_0 :complies false. }. - :carol6739 :does :access_social_media. + :carol1739 :does :access_social_media. } log:explains { - :carol6739 :complies false. + :carol1739 :complies false. }. { @@ -344142,9 +154142,9 @@ } => { var:x_0 :complies false. }. - :carol6740 :does :access_social_media. + :carol1740 :does :access_social_media. } log:explains { - :carol6740 :complies false. + :carol1740 :complies false. }. { @@ -344153,9 +154153,9 @@ } => { var:x_0 :complies false. }. - :carol6741 :does :access_social_media. + :carol1741 :does :access_social_media. } log:explains { - :carol6741 :complies false. + :carol1741 :complies false. }. { @@ -344164,9 +154164,9 @@ } => { var:x_0 :complies false. }. - :carol6742 :does :access_social_media. + :carol1742 :does :access_social_media. } log:explains { - :carol6742 :complies false. + :carol1742 :complies false. }. { @@ -344175,9 +154175,9 @@ } => { var:x_0 :complies false. }. - :carol6743 :does :access_social_media. + :carol1743 :does :access_social_media. } log:explains { - :carol6743 :complies false. + :carol1743 :complies false. }. { @@ -344186,9 +154186,9 @@ } => { var:x_0 :complies false. }. - :carol6744 :does :access_social_media. + :carol1744 :does :access_social_media. } log:explains { - :carol6744 :complies false. + :carol1744 :complies false. }. { @@ -344197,9 +154197,9 @@ } => { var:x_0 :complies false. }. - :carol6745 :does :access_social_media. + :carol1745 :does :access_social_media. } log:explains { - :carol6745 :complies false. + :carol1745 :complies false. }. { @@ -344208,9 +154208,9 @@ } => { var:x_0 :complies false. }. - :carol6746 :does :access_social_media. + :carol1746 :does :access_social_media. } log:explains { - :carol6746 :complies false. + :carol1746 :complies false. }. { @@ -344219,9 +154219,9 @@ } => { var:x_0 :complies false. }. - :carol6747 :does :access_social_media. + :carol1747 :does :access_social_media. } log:explains { - :carol6747 :complies false. + :carol1747 :complies false. }. { @@ -344230,9 +154230,9 @@ } => { var:x_0 :complies false. }. - :carol6748 :does :access_social_media. + :carol1748 :does :access_social_media. } log:explains { - :carol6748 :complies false. + :carol1748 :complies false. }. { @@ -344241,9 +154241,9 @@ } => { var:x_0 :complies false. }. - :carol6749 :does :access_social_media. + :carol1749 :does :access_social_media. } log:explains { - :carol6749 :complies false. + :carol1749 :complies false. }. { @@ -344252,9 +154252,9 @@ } => { var:x_0 :complies false. }. - :carol6750 :does :access_social_media. + :carol1750 :does :access_social_media. } log:explains { - :carol6750 :complies false. + :carol1750 :complies false. }. { @@ -344263,9 +154263,9 @@ } => { var:x_0 :complies false. }. - :carol6751 :does :access_social_media. + :carol1751 :does :access_social_media. } log:explains { - :carol6751 :complies false. + :carol1751 :complies false. }. { @@ -344274,9 +154274,9 @@ } => { var:x_0 :complies false. }. - :carol6752 :does :access_social_media. + :carol1752 :does :access_social_media. } log:explains { - :carol6752 :complies false. + :carol1752 :complies false. }. { @@ -344285,9 +154285,9 @@ } => { var:x_0 :complies false. }. - :carol6753 :does :access_social_media. + :carol1753 :does :access_social_media. } log:explains { - :carol6753 :complies false. + :carol1753 :complies false. }. { @@ -344296,9 +154296,9 @@ } => { var:x_0 :complies false. }. - :carol6754 :does :access_social_media. + :carol1754 :does :access_social_media. } log:explains { - :carol6754 :complies false. + :carol1754 :complies false. }. { @@ -344307,9 +154307,9 @@ } => { var:x_0 :complies false. }. - :carol6755 :does :access_social_media. + :carol1755 :does :access_social_media. } log:explains { - :carol6755 :complies false. + :carol1755 :complies false. }. { @@ -344318,9 +154318,9 @@ } => { var:x_0 :complies false. }. - :carol6756 :does :access_social_media. + :carol1756 :does :access_social_media. } log:explains { - :carol6756 :complies false. + :carol1756 :complies false. }. { @@ -344329,9 +154329,9 @@ } => { var:x_0 :complies false. }. - :carol6757 :does :access_social_media. + :carol1757 :does :access_social_media. } log:explains { - :carol6757 :complies false. + :carol1757 :complies false. }. { @@ -344340,9 +154340,9 @@ } => { var:x_0 :complies false. }. - :carol6758 :does :access_social_media. + :carol1758 :does :access_social_media. } log:explains { - :carol6758 :complies false. + :carol1758 :complies false. }. { @@ -344351,9 +154351,9 @@ } => { var:x_0 :complies false. }. - :carol6759 :does :access_social_media. + :carol1759 :does :access_social_media. } log:explains { - :carol6759 :complies false. + :carol1759 :complies false. }. { @@ -344362,9 +154362,9 @@ } => { var:x_0 :complies false. }. - :carol6760 :does :access_social_media. + :carol1760 :does :access_social_media. } log:explains { - :carol6760 :complies false. + :carol1760 :complies false. }. { @@ -344373,9 +154373,9 @@ } => { var:x_0 :complies false. }. - :carol6761 :does :access_social_media. + :carol1761 :does :access_social_media. } log:explains { - :carol6761 :complies false. + :carol1761 :complies false. }. { @@ -344384,9 +154384,9 @@ } => { var:x_0 :complies false. }. - :carol6762 :does :access_social_media. + :carol1762 :does :access_social_media. } log:explains { - :carol6762 :complies false. + :carol1762 :complies false. }. { @@ -344395,9 +154395,9 @@ } => { var:x_0 :complies false. }. - :carol6763 :does :access_social_media. + :carol1763 :does :access_social_media. } log:explains { - :carol6763 :complies false. + :carol1763 :complies false. }. { @@ -344406,9 +154406,9 @@ } => { var:x_0 :complies false. }. - :carol6764 :does :access_social_media. + :carol1764 :does :access_social_media. } log:explains { - :carol6764 :complies false. + :carol1764 :complies false. }. { @@ -344417,9 +154417,9 @@ } => { var:x_0 :complies false. }. - :carol6765 :does :access_social_media. + :carol1765 :does :access_social_media. } log:explains { - :carol6765 :complies false. + :carol1765 :complies false. }. { @@ -344428,9 +154428,9 @@ } => { var:x_0 :complies false. }. - :carol6766 :does :access_social_media. + :carol1766 :does :access_social_media. } log:explains { - :carol6766 :complies false. + :carol1766 :complies false. }. { @@ -344439,9 +154439,9 @@ } => { var:x_0 :complies false. }. - :carol6767 :does :access_social_media. + :carol1767 :does :access_social_media. } log:explains { - :carol6767 :complies false. + :carol1767 :complies false. }. { @@ -344450,9 +154450,9 @@ } => { var:x_0 :complies false. }. - :carol6768 :does :access_social_media. + :carol1768 :does :access_social_media. } log:explains { - :carol6768 :complies false. + :carol1768 :complies false. }. { @@ -344461,9 +154461,9 @@ } => { var:x_0 :complies false. }. - :carol6769 :does :access_social_media. + :carol1769 :does :access_social_media. } log:explains { - :carol6769 :complies false. + :carol1769 :complies false. }. { @@ -344472,9 +154472,9 @@ } => { var:x_0 :complies false. }. - :carol6770 :does :access_social_media. + :carol1770 :does :access_social_media. } log:explains { - :carol6770 :complies false. + :carol1770 :complies false. }. { @@ -344483,9 +154483,9 @@ } => { var:x_0 :complies false. }. - :carol6771 :does :access_social_media. + :carol1771 :does :access_social_media. } log:explains { - :carol6771 :complies false. + :carol1771 :complies false. }. { @@ -344494,9 +154494,9 @@ } => { var:x_0 :complies false. }. - :carol6772 :does :access_social_media. + :carol1772 :does :access_social_media. } log:explains { - :carol6772 :complies false. + :carol1772 :complies false. }. { @@ -344505,9 +154505,9 @@ } => { var:x_0 :complies false. }. - :carol6773 :does :access_social_media. + :carol1773 :does :access_social_media. } log:explains { - :carol6773 :complies false. + :carol1773 :complies false. }. { @@ -344516,9 +154516,9 @@ } => { var:x_0 :complies false. }. - :carol6774 :does :access_social_media. + :carol1774 :does :access_social_media. } log:explains { - :carol6774 :complies false. + :carol1774 :complies false. }. { @@ -344527,9 +154527,9 @@ } => { var:x_0 :complies false. }. - :carol6775 :does :access_social_media. + :carol1775 :does :access_social_media. } log:explains { - :carol6775 :complies false. + :carol1775 :complies false. }. { @@ -344538,9 +154538,9 @@ } => { var:x_0 :complies false. }. - :carol6776 :does :access_social_media. + :carol1776 :does :access_social_media. } log:explains { - :carol6776 :complies false. + :carol1776 :complies false. }. { @@ -344549,9 +154549,9 @@ } => { var:x_0 :complies false. }. - :carol6777 :does :access_social_media. + :carol1777 :does :access_social_media. } log:explains { - :carol6777 :complies false. + :carol1777 :complies false. }. { @@ -344560,9 +154560,9 @@ } => { var:x_0 :complies false. }. - :carol6778 :does :access_social_media. + :carol1778 :does :access_social_media. } log:explains { - :carol6778 :complies false. + :carol1778 :complies false. }. { @@ -344571,9 +154571,9 @@ } => { var:x_0 :complies false. }. - :carol6779 :does :access_social_media. + :carol1779 :does :access_social_media. } log:explains { - :carol6779 :complies false. + :carol1779 :complies false. }. { @@ -344582,9 +154582,9 @@ } => { var:x_0 :complies false. }. - :carol6780 :does :access_social_media. + :carol1780 :does :access_social_media. } log:explains { - :carol6780 :complies false. + :carol1780 :complies false. }. { @@ -344593,9 +154593,9 @@ } => { var:x_0 :complies false. }. - :carol6781 :does :access_social_media. + :carol1781 :does :access_social_media. } log:explains { - :carol6781 :complies false. + :carol1781 :complies false. }. { @@ -344604,9 +154604,9 @@ } => { var:x_0 :complies false. }. - :carol6782 :does :access_social_media. + :carol1782 :does :access_social_media. } log:explains { - :carol6782 :complies false. + :carol1782 :complies false. }. { @@ -344615,9 +154615,9 @@ } => { var:x_0 :complies false. }. - :carol6783 :does :access_social_media. + :carol1783 :does :access_social_media. } log:explains { - :carol6783 :complies false. + :carol1783 :complies false. }. { @@ -344626,9 +154626,9 @@ } => { var:x_0 :complies false. }. - :carol6784 :does :access_social_media. + :carol1784 :does :access_social_media. } log:explains { - :carol6784 :complies false. + :carol1784 :complies false. }. { @@ -344637,9 +154637,9 @@ } => { var:x_0 :complies false. }. - :carol6785 :does :access_social_media. + :carol1785 :does :access_social_media. } log:explains { - :carol6785 :complies false. + :carol1785 :complies false. }. { @@ -344648,9 +154648,9 @@ } => { var:x_0 :complies false. }. - :carol6786 :does :access_social_media. + :carol1786 :does :access_social_media. } log:explains { - :carol6786 :complies false. + :carol1786 :complies false. }. { @@ -344659,9 +154659,9 @@ } => { var:x_0 :complies false. }. - :carol6787 :does :access_social_media. + :carol1787 :does :access_social_media. } log:explains { - :carol6787 :complies false. + :carol1787 :complies false. }. { @@ -344670,9 +154670,9 @@ } => { var:x_0 :complies false. }. - :carol6788 :does :access_social_media. + :carol1788 :does :access_social_media. } log:explains { - :carol6788 :complies false. + :carol1788 :complies false. }. { @@ -344681,9 +154681,9 @@ } => { var:x_0 :complies false. }. - :carol6789 :does :access_social_media. + :carol1789 :does :access_social_media. } log:explains { - :carol6789 :complies false. + :carol1789 :complies false. }. { @@ -344692,9 +154692,9 @@ } => { var:x_0 :complies false. }. - :carol6790 :does :access_social_media. + :carol1790 :does :access_social_media. } log:explains { - :carol6790 :complies false. + :carol1790 :complies false. }. { @@ -344703,9 +154703,9 @@ } => { var:x_0 :complies false. }. - :carol6791 :does :access_social_media. + :carol1791 :does :access_social_media. } log:explains { - :carol6791 :complies false. + :carol1791 :complies false. }. { @@ -344714,9 +154714,9 @@ } => { var:x_0 :complies false. }. - :carol6792 :does :access_social_media. + :carol1792 :does :access_social_media. } log:explains { - :carol6792 :complies false. + :carol1792 :complies false. }. { @@ -344725,9 +154725,9 @@ } => { var:x_0 :complies false. }. - :carol6793 :does :access_social_media. + :carol1793 :does :access_social_media. } log:explains { - :carol6793 :complies false. + :carol1793 :complies false. }. { @@ -344736,9 +154736,9 @@ } => { var:x_0 :complies false. }. - :carol6794 :does :access_social_media. + :carol1794 :does :access_social_media. } log:explains { - :carol6794 :complies false. + :carol1794 :complies false. }. { @@ -344747,9 +154747,9 @@ } => { var:x_0 :complies false. }. - :carol6795 :does :access_social_media. + :carol1795 :does :access_social_media. } log:explains { - :carol6795 :complies false. + :carol1795 :complies false. }. { @@ -344758,9 +154758,9 @@ } => { var:x_0 :complies false. }. - :carol6796 :does :access_social_media. + :carol1796 :does :access_social_media. } log:explains { - :carol6796 :complies false. + :carol1796 :complies false. }. { @@ -344769,9 +154769,9 @@ } => { var:x_0 :complies false. }. - :carol6797 :does :access_social_media. + :carol1797 :does :access_social_media. } log:explains { - :carol6797 :complies false. + :carol1797 :complies false. }. { @@ -344780,9 +154780,9 @@ } => { var:x_0 :complies false. }. - :carol6798 :does :access_social_media. + :carol1798 :does :access_social_media. } log:explains { - :carol6798 :complies false. + :carol1798 :complies false. }. { @@ -344791,9 +154791,9 @@ } => { var:x_0 :complies false. }. - :carol6799 :does :access_social_media. + :carol1799 :does :access_social_media. } log:explains { - :carol6799 :complies false. + :carol1799 :complies false. }. { @@ -344802,9 +154802,9 @@ } => { var:x_0 :complies false. }. - :carol6800 :does :access_social_media. + :carol1800 :does :access_social_media. } log:explains { - :carol6800 :complies false. + :carol1800 :complies false. }. { @@ -344813,9 +154813,9 @@ } => { var:x_0 :complies false. }. - :carol6801 :does :access_social_media. + :carol1801 :does :access_social_media. } log:explains { - :carol6801 :complies false. + :carol1801 :complies false. }. { @@ -344824,9 +154824,9 @@ } => { var:x_0 :complies false. }. - :carol6802 :does :access_social_media. + :carol1802 :does :access_social_media. } log:explains { - :carol6802 :complies false. + :carol1802 :complies false. }. { @@ -344835,9 +154835,9 @@ } => { var:x_0 :complies false. }. - :carol6803 :does :access_social_media. + :carol1803 :does :access_social_media. } log:explains { - :carol6803 :complies false. + :carol1803 :complies false. }. { @@ -344846,9 +154846,9 @@ } => { var:x_0 :complies false. }. - :carol6804 :does :access_social_media. + :carol1804 :does :access_social_media. } log:explains { - :carol6804 :complies false. + :carol1804 :complies false. }. { @@ -344857,9 +154857,9 @@ } => { var:x_0 :complies false. }. - :carol6805 :does :access_social_media. + :carol1805 :does :access_social_media. } log:explains { - :carol6805 :complies false. + :carol1805 :complies false. }. { @@ -344868,9 +154868,9 @@ } => { var:x_0 :complies false. }. - :carol6806 :does :access_social_media. + :carol1806 :does :access_social_media. } log:explains { - :carol6806 :complies false. + :carol1806 :complies false. }. { @@ -344879,9 +154879,9 @@ } => { var:x_0 :complies false. }. - :carol6807 :does :access_social_media. + :carol1807 :does :access_social_media. } log:explains { - :carol6807 :complies false. + :carol1807 :complies false. }. { @@ -344890,9 +154890,9 @@ } => { var:x_0 :complies false. }. - :carol6808 :does :access_social_media. + :carol1808 :does :access_social_media. } log:explains { - :carol6808 :complies false. + :carol1808 :complies false. }. { @@ -344901,9 +154901,9 @@ } => { var:x_0 :complies false. }. - :carol6809 :does :access_social_media. + :carol1809 :does :access_social_media. } log:explains { - :carol6809 :complies false. + :carol1809 :complies false. }. { @@ -344912,9 +154912,9 @@ } => { var:x_0 :complies false. }. - :carol6810 :does :access_social_media. + :carol1810 :does :access_social_media. } log:explains { - :carol6810 :complies false. + :carol1810 :complies false. }. { @@ -344923,9 +154923,9 @@ } => { var:x_0 :complies false. }. - :carol6811 :does :access_social_media. + :carol1811 :does :access_social_media. } log:explains { - :carol6811 :complies false. + :carol1811 :complies false. }. { @@ -344934,9 +154934,9 @@ } => { var:x_0 :complies false. }. - :carol6812 :does :access_social_media. + :carol1812 :does :access_social_media. } log:explains { - :carol6812 :complies false. + :carol1812 :complies false. }. { @@ -344945,9 +154945,9 @@ } => { var:x_0 :complies false. }. - :carol6813 :does :access_social_media. + :carol1813 :does :access_social_media. } log:explains { - :carol6813 :complies false. + :carol1813 :complies false. }. { @@ -344956,9 +154956,9 @@ } => { var:x_0 :complies false. }. - :carol6814 :does :access_social_media. + :carol1814 :does :access_social_media. } log:explains { - :carol6814 :complies false. + :carol1814 :complies false. }. { @@ -344967,9 +154967,9 @@ } => { var:x_0 :complies false. }. - :carol6815 :does :access_social_media. + :carol1815 :does :access_social_media. } log:explains { - :carol6815 :complies false. + :carol1815 :complies false. }. { @@ -344978,9 +154978,9 @@ } => { var:x_0 :complies false. }. - :carol6816 :does :access_social_media. + :carol1816 :does :access_social_media. } log:explains { - :carol6816 :complies false. + :carol1816 :complies false. }. { @@ -344989,9 +154989,9 @@ } => { var:x_0 :complies false. }. - :carol6817 :does :access_social_media. + :carol1817 :does :access_social_media. } log:explains { - :carol6817 :complies false. + :carol1817 :complies false. }. { @@ -345000,9 +155000,9 @@ } => { var:x_0 :complies false. }. - :carol6818 :does :access_social_media. + :carol1818 :does :access_social_media. } log:explains { - :carol6818 :complies false. + :carol1818 :complies false. }. { @@ -345011,9 +155011,9 @@ } => { var:x_0 :complies false. }. - :carol6819 :does :access_social_media. + :carol1819 :does :access_social_media. } log:explains { - :carol6819 :complies false. + :carol1819 :complies false. }. { @@ -345022,9 +155022,9 @@ } => { var:x_0 :complies false. }. - :carol6820 :does :access_social_media. + :carol1820 :does :access_social_media. } log:explains { - :carol6820 :complies false. + :carol1820 :complies false. }. { @@ -345033,9 +155033,9 @@ } => { var:x_0 :complies false. }. - :carol6821 :does :access_social_media. + :carol1821 :does :access_social_media. } log:explains { - :carol6821 :complies false. + :carol1821 :complies false. }. { @@ -345044,9 +155044,9 @@ } => { var:x_0 :complies false. }. - :carol6822 :does :access_social_media. + :carol1822 :does :access_social_media. } log:explains { - :carol6822 :complies false. + :carol1822 :complies false. }. { @@ -345055,9 +155055,9 @@ } => { var:x_0 :complies false. }. - :carol6823 :does :access_social_media. + :carol1823 :does :access_social_media. } log:explains { - :carol6823 :complies false. + :carol1823 :complies false. }. { @@ -345066,9 +155066,9 @@ } => { var:x_0 :complies false. }. - :carol6824 :does :access_social_media. + :carol1824 :does :access_social_media. } log:explains { - :carol6824 :complies false. + :carol1824 :complies false. }. { @@ -345077,9 +155077,9 @@ } => { var:x_0 :complies false. }. - :carol6825 :does :access_social_media. + :carol1825 :does :access_social_media. } log:explains { - :carol6825 :complies false. + :carol1825 :complies false. }. { @@ -345088,9 +155088,9 @@ } => { var:x_0 :complies false. }. - :carol6826 :does :access_social_media. + :carol1826 :does :access_social_media. } log:explains { - :carol6826 :complies false. + :carol1826 :complies false. }. { @@ -345099,9 +155099,9 @@ } => { var:x_0 :complies false. }. - :carol6827 :does :access_social_media. + :carol1827 :does :access_social_media. } log:explains { - :carol6827 :complies false. + :carol1827 :complies false. }. { @@ -345110,9 +155110,9 @@ } => { var:x_0 :complies false. }. - :carol6828 :does :access_social_media. + :carol1828 :does :access_social_media. } log:explains { - :carol6828 :complies false. + :carol1828 :complies false. }. { @@ -345121,9 +155121,9 @@ } => { var:x_0 :complies false. }. - :carol6829 :does :access_social_media. + :carol1829 :does :access_social_media. } log:explains { - :carol6829 :complies false. + :carol1829 :complies false. }. { @@ -345132,9 +155132,9 @@ } => { var:x_0 :complies false. }. - :carol6830 :does :access_social_media. + :carol1830 :does :access_social_media. } log:explains { - :carol6830 :complies false. + :carol1830 :complies false. }. { @@ -345143,9 +155143,9 @@ } => { var:x_0 :complies false. }. - :carol6831 :does :access_social_media. + :carol1831 :does :access_social_media. } log:explains { - :carol6831 :complies false. + :carol1831 :complies false. }. { @@ -345154,9 +155154,9 @@ } => { var:x_0 :complies false. }. - :carol6832 :does :access_social_media. + :carol1832 :does :access_social_media. } log:explains { - :carol6832 :complies false. + :carol1832 :complies false. }. { @@ -345165,9 +155165,9 @@ } => { var:x_0 :complies false. }. - :carol6833 :does :access_social_media. + :carol1833 :does :access_social_media. } log:explains { - :carol6833 :complies false. + :carol1833 :complies false. }. { @@ -345176,9 +155176,9 @@ } => { var:x_0 :complies false. }. - :carol6834 :does :access_social_media. + :carol1834 :does :access_social_media. } log:explains { - :carol6834 :complies false. + :carol1834 :complies false. }. { @@ -345187,9 +155187,9 @@ } => { var:x_0 :complies false. }. - :carol6835 :does :access_social_media. + :carol1835 :does :access_social_media. } log:explains { - :carol6835 :complies false. + :carol1835 :complies false. }. { @@ -345198,9 +155198,9 @@ } => { var:x_0 :complies false. }. - :carol6836 :does :access_social_media. + :carol1836 :does :access_social_media. } log:explains { - :carol6836 :complies false. + :carol1836 :complies false. }. { @@ -345209,9 +155209,9 @@ } => { var:x_0 :complies false. }. - :carol6837 :does :access_social_media. + :carol1837 :does :access_social_media. } log:explains { - :carol6837 :complies false. + :carol1837 :complies false. }. { @@ -345220,9 +155220,9 @@ } => { var:x_0 :complies false. }. - :carol6838 :does :access_social_media. + :carol1838 :does :access_social_media. } log:explains { - :carol6838 :complies false. + :carol1838 :complies false. }. { @@ -345231,9 +155231,9 @@ } => { var:x_0 :complies false. }. - :carol6839 :does :access_social_media. + :carol1839 :does :access_social_media. } log:explains { - :carol6839 :complies false. + :carol1839 :complies false. }. { @@ -345242,9 +155242,9 @@ } => { var:x_0 :complies false. }. - :carol6840 :does :access_social_media. + :carol1840 :does :access_social_media. } log:explains { - :carol6840 :complies false. + :carol1840 :complies false. }. { @@ -345253,9 +155253,9 @@ } => { var:x_0 :complies false. }. - :carol6841 :does :access_social_media. + :carol1841 :does :access_social_media. } log:explains { - :carol6841 :complies false. + :carol1841 :complies false. }. { @@ -345264,9 +155264,9 @@ } => { var:x_0 :complies false. }. - :carol6842 :does :access_social_media. + :carol1842 :does :access_social_media. } log:explains { - :carol6842 :complies false. + :carol1842 :complies false. }. { @@ -345275,9 +155275,9 @@ } => { var:x_0 :complies false. }. - :carol6843 :does :access_social_media. + :carol1843 :does :access_social_media. } log:explains { - :carol6843 :complies false. + :carol1843 :complies false. }. { @@ -345286,9 +155286,9 @@ } => { var:x_0 :complies false. }. - :carol6844 :does :access_social_media. + :carol1844 :does :access_social_media. } log:explains { - :carol6844 :complies false. + :carol1844 :complies false. }. { @@ -345297,9 +155297,9 @@ } => { var:x_0 :complies false. }. - :carol6845 :does :access_social_media. + :carol1845 :does :access_social_media. } log:explains { - :carol6845 :complies false. + :carol1845 :complies false. }. { @@ -345308,9 +155308,9 @@ } => { var:x_0 :complies false. }. - :carol6846 :does :access_social_media. + :carol1846 :does :access_social_media. } log:explains { - :carol6846 :complies false. + :carol1846 :complies false. }. { @@ -345319,9 +155319,9 @@ } => { var:x_0 :complies false. }. - :carol6847 :does :access_social_media. + :carol1847 :does :access_social_media. } log:explains { - :carol6847 :complies false. + :carol1847 :complies false. }. { @@ -345330,9 +155330,9 @@ } => { var:x_0 :complies false. }. - :carol6848 :does :access_social_media. + :carol1848 :does :access_social_media. } log:explains { - :carol6848 :complies false. + :carol1848 :complies false. }. { @@ -345341,9 +155341,9 @@ } => { var:x_0 :complies false. }. - :carol6849 :does :access_social_media. + :carol1849 :does :access_social_media. } log:explains { - :carol6849 :complies false. + :carol1849 :complies false. }. { @@ -345352,9 +155352,9 @@ } => { var:x_0 :complies false. }. - :carol6850 :does :access_social_media. + :carol1850 :does :access_social_media. } log:explains { - :carol6850 :complies false. + :carol1850 :complies false. }. { @@ -345363,9 +155363,9 @@ } => { var:x_0 :complies false. }. - :carol6851 :does :access_social_media. + :carol1851 :does :access_social_media. } log:explains { - :carol6851 :complies false. + :carol1851 :complies false. }. { @@ -345374,9 +155374,9 @@ } => { var:x_0 :complies false. }. - :carol6852 :does :access_social_media. + :carol1852 :does :access_social_media. } log:explains { - :carol6852 :complies false. + :carol1852 :complies false. }. { @@ -345385,9 +155385,9 @@ } => { var:x_0 :complies false. }. - :carol6853 :does :access_social_media. + :carol1853 :does :access_social_media. } log:explains { - :carol6853 :complies false. + :carol1853 :complies false. }. { @@ -345396,9 +155396,9 @@ } => { var:x_0 :complies false. }. - :carol6854 :does :access_social_media. + :carol1854 :does :access_social_media. } log:explains { - :carol6854 :complies false. + :carol1854 :complies false. }. { @@ -345407,9 +155407,9 @@ } => { var:x_0 :complies false. }. - :carol6855 :does :access_social_media. + :carol1855 :does :access_social_media. } log:explains { - :carol6855 :complies false. + :carol1855 :complies false. }. { @@ -345418,9 +155418,9 @@ } => { var:x_0 :complies false. }. - :carol6856 :does :access_social_media. + :carol1856 :does :access_social_media. } log:explains { - :carol6856 :complies false. + :carol1856 :complies false. }. { @@ -345429,9 +155429,9 @@ } => { var:x_0 :complies false. }. - :carol6857 :does :access_social_media. + :carol1857 :does :access_social_media. } log:explains { - :carol6857 :complies false. + :carol1857 :complies false. }. { @@ -345440,9 +155440,9 @@ } => { var:x_0 :complies false. }. - :carol6858 :does :access_social_media. + :carol1858 :does :access_social_media. } log:explains { - :carol6858 :complies false. + :carol1858 :complies false. }. { @@ -345451,9 +155451,9 @@ } => { var:x_0 :complies false. }. - :carol6859 :does :access_social_media. + :carol1859 :does :access_social_media. } log:explains { - :carol6859 :complies false. + :carol1859 :complies false. }. { @@ -345462,9 +155462,9 @@ } => { var:x_0 :complies false. }. - :carol6860 :does :access_social_media. + :carol1860 :does :access_social_media. } log:explains { - :carol6860 :complies false. + :carol1860 :complies false. }. { @@ -345473,9 +155473,9 @@ } => { var:x_0 :complies false. }. - :carol6861 :does :access_social_media. + :carol1861 :does :access_social_media. } log:explains { - :carol6861 :complies false. + :carol1861 :complies false. }. { @@ -345484,9 +155484,9 @@ } => { var:x_0 :complies false. }. - :carol6862 :does :access_social_media. + :carol1862 :does :access_social_media. } log:explains { - :carol6862 :complies false. + :carol1862 :complies false. }. { @@ -345495,9 +155495,9 @@ } => { var:x_0 :complies false. }. - :carol6863 :does :access_social_media. + :carol1863 :does :access_social_media. } log:explains { - :carol6863 :complies false. + :carol1863 :complies false. }. { @@ -345506,9 +155506,9 @@ } => { var:x_0 :complies false. }. - :carol6864 :does :access_social_media. + :carol1864 :does :access_social_media. } log:explains { - :carol6864 :complies false. + :carol1864 :complies false. }. { @@ -345517,9 +155517,9 @@ } => { var:x_0 :complies false. }. - :carol6865 :does :access_social_media. + :carol1865 :does :access_social_media. } log:explains { - :carol6865 :complies false. + :carol1865 :complies false. }. { @@ -345528,9 +155528,9 @@ } => { var:x_0 :complies false. }. - :carol6866 :does :access_social_media. + :carol1866 :does :access_social_media. } log:explains { - :carol6866 :complies false. + :carol1866 :complies false. }. { @@ -345539,9 +155539,9 @@ } => { var:x_0 :complies false. }. - :carol6867 :does :access_social_media. + :carol1867 :does :access_social_media. } log:explains { - :carol6867 :complies false. + :carol1867 :complies false. }. { @@ -345550,9 +155550,9 @@ } => { var:x_0 :complies false. }. - :carol6868 :does :access_social_media. + :carol1868 :does :access_social_media. } log:explains { - :carol6868 :complies false. + :carol1868 :complies false. }. { @@ -345561,9 +155561,9 @@ } => { var:x_0 :complies false. }. - :carol6869 :does :access_social_media. + :carol1869 :does :access_social_media. } log:explains { - :carol6869 :complies false. + :carol1869 :complies false. }. { @@ -345572,9 +155572,9 @@ } => { var:x_0 :complies false. }. - :carol6870 :does :access_social_media. + :carol1870 :does :access_social_media. } log:explains { - :carol6870 :complies false. + :carol1870 :complies false. }. { @@ -345583,9 +155583,9 @@ } => { var:x_0 :complies false. }. - :carol6871 :does :access_social_media. + :carol1871 :does :access_social_media. } log:explains { - :carol6871 :complies false. + :carol1871 :complies false. }. { @@ -345594,9 +155594,9 @@ } => { var:x_0 :complies false. }. - :carol6872 :does :access_social_media. + :carol1872 :does :access_social_media. } log:explains { - :carol6872 :complies false. + :carol1872 :complies false. }. { @@ -345605,9 +155605,9 @@ } => { var:x_0 :complies false. }. - :carol6873 :does :access_social_media. + :carol1873 :does :access_social_media. } log:explains { - :carol6873 :complies false. + :carol1873 :complies false. }. { @@ -345616,9 +155616,9 @@ } => { var:x_0 :complies false. }. - :carol6874 :does :access_social_media. + :carol1874 :does :access_social_media. } log:explains { - :carol6874 :complies false. + :carol1874 :complies false. }. { @@ -345627,9 +155627,9 @@ } => { var:x_0 :complies false. }. - :carol6875 :does :access_social_media. + :carol1875 :does :access_social_media. } log:explains { - :carol6875 :complies false. + :carol1875 :complies false. }. { @@ -345638,9 +155638,9 @@ } => { var:x_0 :complies false. }. - :carol6876 :does :access_social_media. + :carol1876 :does :access_social_media. } log:explains { - :carol6876 :complies false. + :carol1876 :complies false. }. { @@ -345649,9 +155649,9 @@ } => { var:x_0 :complies false. }. - :carol6877 :does :access_social_media. + :carol1877 :does :access_social_media. } log:explains { - :carol6877 :complies false. + :carol1877 :complies false. }. { @@ -345660,9 +155660,9 @@ } => { var:x_0 :complies false. }. - :carol6878 :does :access_social_media. + :carol1878 :does :access_social_media. } log:explains { - :carol6878 :complies false. + :carol1878 :complies false. }. { @@ -345671,9 +155671,9 @@ } => { var:x_0 :complies false. }. - :carol6879 :does :access_social_media. + :carol1879 :does :access_social_media. } log:explains { - :carol6879 :complies false. + :carol1879 :complies false. }. { @@ -345682,9 +155682,9 @@ } => { var:x_0 :complies false. }. - :carol6880 :does :access_social_media. + :carol1880 :does :access_social_media. } log:explains { - :carol6880 :complies false. + :carol1880 :complies false. }. { @@ -345693,9 +155693,9 @@ } => { var:x_0 :complies false. }. - :carol6881 :does :access_social_media. + :carol1881 :does :access_social_media. } log:explains { - :carol6881 :complies false. + :carol1881 :complies false. }. { @@ -345704,9 +155704,9 @@ } => { var:x_0 :complies false. }. - :carol6882 :does :access_social_media. + :carol1882 :does :access_social_media. } log:explains { - :carol6882 :complies false. + :carol1882 :complies false. }. { @@ -345715,9 +155715,9 @@ } => { var:x_0 :complies false. }. - :carol6883 :does :access_social_media. + :carol1883 :does :access_social_media. } log:explains { - :carol6883 :complies false. + :carol1883 :complies false. }. { @@ -345726,9 +155726,9 @@ } => { var:x_0 :complies false. }. - :carol6884 :does :access_social_media. + :carol1884 :does :access_social_media. } log:explains { - :carol6884 :complies false. + :carol1884 :complies false. }. { @@ -345737,9 +155737,9 @@ } => { var:x_0 :complies false. }. - :carol6885 :does :access_social_media. + :carol1885 :does :access_social_media. } log:explains { - :carol6885 :complies false. + :carol1885 :complies false. }. { @@ -345748,9 +155748,9 @@ } => { var:x_0 :complies false. }. - :carol6886 :does :access_social_media. + :carol1886 :does :access_social_media. } log:explains { - :carol6886 :complies false. + :carol1886 :complies false. }. { @@ -345759,9 +155759,9 @@ } => { var:x_0 :complies false. }. - :carol6887 :does :access_social_media. + :carol1887 :does :access_social_media. } log:explains { - :carol6887 :complies false. + :carol1887 :complies false. }. { @@ -345770,9 +155770,9 @@ } => { var:x_0 :complies false. }. - :carol6888 :does :access_social_media. + :carol1888 :does :access_social_media. } log:explains { - :carol6888 :complies false. + :carol1888 :complies false. }. { @@ -345781,9 +155781,9 @@ } => { var:x_0 :complies false. }. - :carol6889 :does :access_social_media. + :carol1889 :does :access_social_media. } log:explains { - :carol6889 :complies false. + :carol1889 :complies false. }. { @@ -345792,9 +155792,9 @@ } => { var:x_0 :complies false. }. - :carol6890 :does :access_social_media. + :carol1890 :does :access_social_media. } log:explains { - :carol6890 :complies false. + :carol1890 :complies false. }. { @@ -345803,9 +155803,9 @@ } => { var:x_0 :complies false. }. - :carol6891 :does :access_social_media. + :carol1891 :does :access_social_media. } log:explains { - :carol6891 :complies false. + :carol1891 :complies false. }. { @@ -345814,9 +155814,9 @@ } => { var:x_0 :complies false. }. - :carol6892 :does :access_social_media. + :carol1892 :does :access_social_media. } log:explains { - :carol6892 :complies false. + :carol1892 :complies false. }. { @@ -345825,9 +155825,9 @@ } => { var:x_0 :complies false. }. - :carol6893 :does :access_social_media. + :carol1893 :does :access_social_media. } log:explains { - :carol6893 :complies false. + :carol1893 :complies false. }. { @@ -345836,9 +155836,9 @@ } => { var:x_0 :complies false. }. - :carol6894 :does :access_social_media. + :carol1894 :does :access_social_media. } log:explains { - :carol6894 :complies false. + :carol1894 :complies false. }. { @@ -345847,9 +155847,9 @@ } => { var:x_0 :complies false. }. - :carol6895 :does :access_social_media. + :carol1895 :does :access_social_media. } log:explains { - :carol6895 :complies false. + :carol1895 :complies false. }. { @@ -345858,9 +155858,9 @@ } => { var:x_0 :complies false. }. - :carol6896 :does :access_social_media. + :carol1896 :does :access_social_media. } log:explains { - :carol6896 :complies false. + :carol1896 :complies false. }. { @@ -345869,9 +155869,9 @@ } => { var:x_0 :complies false. }. - :carol6897 :does :access_social_media. + :carol1897 :does :access_social_media. } log:explains { - :carol6897 :complies false. + :carol1897 :complies false. }. { @@ -345880,9 +155880,9 @@ } => { var:x_0 :complies false. }. - :carol6898 :does :access_social_media. + :carol1898 :does :access_social_media. } log:explains { - :carol6898 :complies false. + :carol1898 :complies false. }. { @@ -345891,9 +155891,9 @@ } => { var:x_0 :complies false. }. - :carol6899 :does :access_social_media. + :carol1899 :does :access_social_media. } log:explains { - :carol6899 :complies false. + :carol1899 :complies false. }. { @@ -345902,9 +155902,9 @@ } => { var:x_0 :complies false. }. - :carol6900 :does :access_social_media. + :carol1900 :does :access_social_media. } log:explains { - :carol6900 :complies false. + :carol1900 :complies false. }. { @@ -345913,9 +155913,9 @@ } => { var:x_0 :complies false. }. - :carol6901 :does :access_social_media. + :carol1901 :does :access_social_media. } log:explains { - :carol6901 :complies false. + :carol1901 :complies false. }. { @@ -345924,9 +155924,9 @@ } => { var:x_0 :complies false. }. - :carol6902 :does :access_social_media. + :carol1902 :does :access_social_media. } log:explains { - :carol6902 :complies false. + :carol1902 :complies false. }. { @@ -345935,9 +155935,9 @@ } => { var:x_0 :complies false. }. - :carol6903 :does :access_social_media. + :carol1903 :does :access_social_media. } log:explains { - :carol6903 :complies false. + :carol1903 :complies false. }. { @@ -345946,9 +155946,9 @@ } => { var:x_0 :complies false. }. - :carol6904 :does :access_social_media. + :carol1904 :does :access_social_media. } log:explains { - :carol6904 :complies false. + :carol1904 :complies false. }. { @@ -345957,9 +155957,9 @@ } => { var:x_0 :complies false. }. - :carol6905 :does :access_social_media. + :carol1905 :does :access_social_media. } log:explains { - :carol6905 :complies false. + :carol1905 :complies false. }. { @@ -345968,9 +155968,9 @@ } => { var:x_0 :complies false. }. - :carol6906 :does :access_social_media. + :carol1906 :does :access_social_media. } log:explains { - :carol6906 :complies false. + :carol1906 :complies false. }. { @@ -345979,9 +155979,9 @@ } => { var:x_0 :complies false. }. - :carol6907 :does :access_social_media. + :carol1907 :does :access_social_media. } log:explains { - :carol6907 :complies false. + :carol1907 :complies false. }. { @@ -345990,9 +155990,9 @@ } => { var:x_0 :complies false. }. - :carol6908 :does :access_social_media. + :carol1908 :does :access_social_media. } log:explains { - :carol6908 :complies false. + :carol1908 :complies false. }. { @@ -346001,9 +156001,9 @@ } => { var:x_0 :complies false. }. - :carol6909 :does :access_social_media. + :carol1909 :does :access_social_media. } log:explains { - :carol6909 :complies false. + :carol1909 :complies false. }. { @@ -346012,9 +156012,9 @@ } => { var:x_0 :complies false. }. - :carol6910 :does :access_social_media. + :carol1910 :does :access_social_media. } log:explains { - :carol6910 :complies false. + :carol1910 :complies false. }. { @@ -346023,9 +156023,9 @@ } => { var:x_0 :complies false. }. - :carol6911 :does :access_social_media. + :carol1911 :does :access_social_media. } log:explains { - :carol6911 :complies false. + :carol1911 :complies false. }. { @@ -346034,9 +156034,9 @@ } => { var:x_0 :complies false. }. - :carol6912 :does :access_social_media. + :carol1912 :does :access_social_media. } log:explains { - :carol6912 :complies false. + :carol1912 :complies false. }. { @@ -346045,9 +156045,9 @@ } => { var:x_0 :complies false. }. - :carol6913 :does :access_social_media. + :carol1913 :does :access_social_media. } log:explains { - :carol6913 :complies false. + :carol1913 :complies false. }. { @@ -346056,9 +156056,9 @@ } => { var:x_0 :complies false. }. - :carol6914 :does :access_social_media. + :carol1914 :does :access_social_media. } log:explains { - :carol6914 :complies false. + :carol1914 :complies false. }. { @@ -346067,9 +156067,9 @@ } => { var:x_0 :complies false. }. - :carol6915 :does :access_social_media. + :carol1915 :does :access_social_media. } log:explains { - :carol6915 :complies false. + :carol1915 :complies false. }. { @@ -346078,9 +156078,9 @@ } => { var:x_0 :complies false. }. - :carol6916 :does :access_social_media. + :carol1916 :does :access_social_media. } log:explains { - :carol6916 :complies false. + :carol1916 :complies false. }. { @@ -346089,9 +156089,9 @@ } => { var:x_0 :complies false. }. - :carol6917 :does :access_social_media. + :carol1917 :does :access_social_media. } log:explains { - :carol6917 :complies false. + :carol1917 :complies false. }. { @@ -346100,9 +156100,9 @@ } => { var:x_0 :complies false. }. - :carol6918 :does :access_social_media. + :carol1918 :does :access_social_media. } log:explains { - :carol6918 :complies false. + :carol1918 :complies false. }. { @@ -346111,9 +156111,9 @@ } => { var:x_0 :complies false. }. - :carol6919 :does :access_social_media. + :carol1919 :does :access_social_media. } log:explains { - :carol6919 :complies false. + :carol1919 :complies false. }. { @@ -346122,9 +156122,9 @@ } => { var:x_0 :complies false. }. - :carol6920 :does :access_social_media. + :carol1920 :does :access_social_media. } log:explains { - :carol6920 :complies false. + :carol1920 :complies false. }. { @@ -346133,9 +156133,9 @@ } => { var:x_0 :complies false. }. - :carol6921 :does :access_social_media. + :carol1921 :does :access_social_media. } log:explains { - :carol6921 :complies false. + :carol1921 :complies false. }. { @@ -346144,9 +156144,9 @@ } => { var:x_0 :complies false. }. - :carol6922 :does :access_social_media. + :carol1922 :does :access_social_media. } log:explains { - :carol6922 :complies false. + :carol1922 :complies false. }. { @@ -346155,9 +156155,9 @@ } => { var:x_0 :complies false. }. - :carol6923 :does :access_social_media. + :carol1923 :does :access_social_media. } log:explains { - :carol6923 :complies false. + :carol1923 :complies false. }. { @@ -346166,9 +156166,9 @@ } => { var:x_0 :complies false. }. - :carol6924 :does :access_social_media. + :carol1924 :does :access_social_media. } log:explains { - :carol6924 :complies false. + :carol1924 :complies false. }. { @@ -346177,9 +156177,9 @@ } => { var:x_0 :complies false. }. - :carol6925 :does :access_social_media. + :carol1925 :does :access_social_media. } log:explains { - :carol6925 :complies false. + :carol1925 :complies false. }. { @@ -346188,9 +156188,9 @@ } => { var:x_0 :complies false. }. - :carol6926 :does :access_social_media. + :carol1926 :does :access_social_media. } log:explains { - :carol6926 :complies false. + :carol1926 :complies false. }. { @@ -346199,9 +156199,9 @@ } => { var:x_0 :complies false. }. - :carol6927 :does :access_social_media. + :carol1927 :does :access_social_media. } log:explains { - :carol6927 :complies false. + :carol1927 :complies false. }. { @@ -346210,9 +156210,9 @@ } => { var:x_0 :complies false. }. - :carol6928 :does :access_social_media. + :carol1928 :does :access_social_media. } log:explains { - :carol6928 :complies false. + :carol1928 :complies false. }. { @@ -346221,9 +156221,9 @@ } => { var:x_0 :complies false. }. - :carol6929 :does :access_social_media. + :carol1929 :does :access_social_media. } log:explains { - :carol6929 :complies false. + :carol1929 :complies false. }. { @@ -346232,9 +156232,9 @@ } => { var:x_0 :complies false. }. - :carol6930 :does :access_social_media. + :carol1930 :does :access_social_media. } log:explains { - :carol6930 :complies false. + :carol1930 :complies false. }. { @@ -346243,9 +156243,9 @@ } => { var:x_0 :complies false. }. - :carol6931 :does :access_social_media. + :carol1931 :does :access_social_media. } log:explains { - :carol6931 :complies false. + :carol1931 :complies false. }. { @@ -346254,9 +156254,9 @@ } => { var:x_0 :complies false. }. - :carol6932 :does :access_social_media. + :carol1932 :does :access_social_media. } log:explains { - :carol6932 :complies false. + :carol1932 :complies false. }. { @@ -346265,9 +156265,9 @@ } => { var:x_0 :complies false. }. - :carol6933 :does :access_social_media. + :carol1933 :does :access_social_media. } log:explains { - :carol6933 :complies false. + :carol1933 :complies false. }. { @@ -346276,9 +156276,9 @@ } => { var:x_0 :complies false. }. - :carol6934 :does :access_social_media. + :carol1934 :does :access_social_media. } log:explains { - :carol6934 :complies false. + :carol1934 :complies false. }. { @@ -346287,9 +156287,9 @@ } => { var:x_0 :complies false. }. - :carol6935 :does :access_social_media. + :carol1935 :does :access_social_media. } log:explains { - :carol6935 :complies false. + :carol1935 :complies false. }. { @@ -346298,9 +156298,9 @@ } => { var:x_0 :complies false. }. - :carol6936 :does :access_social_media. + :carol1936 :does :access_social_media. } log:explains { - :carol6936 :complies false. + :carol1936 :complies false. }. { @@ -346309,9 +156309,9 @@ } => { var:x_0 :complies false. }. - :carol6937 :does :access_social_media. + :carol1937 :does :access_social_media. } log:explains { - :carol6937 :complies false. + :carol1937 :complies false. }. { @@ -346320,9 +156320,9 @@ } => { var:x_0 :complies false. }. - :carol6938 :does :access_social_media. + :carol1938 :does :access_social_media. } log:explains { - :carol6938 :complies false. + :carol1938 :complies false. }. { @@ -346331,9 +156331,9 @@ } => { var:x_0 :complies false. }. - :carol6939 :does :access_social_media. + :carol1939 :does :access_social_media. } log:explains { - :carol6939 :complies false. + :carol1939 :complies false. }. { @@ -346342,9 +156342,9 @@ } => { var:x_0 :complies false. }. - :carol6940 :does :access_social_media. + :carol1940 :does :access_social_media. } log:explains { - :carol6940 :complies false. + :carol1940 :complies false. }. { @@ -346353,9 +156353,9 @@ } => { var:x_0 :complies false. }. - :carol6941 :does :access_social_media. + :carol1941 :does :access_social_media. } log:explains { - :carol6941 :complies false. + :carol1941 :complies false. }. { @@ -346364,9 +156364,9 @@ } => { var:x_0 :complies false. }. - :carol6942 :does :access_social_media. + :carol1942 :does :access_social_media. } log:explains { - :carol6942 :complies false. + :carol1942 :complies false. }. { @@ -346375,9 +156375,9 @@ } => { var:x_0 :complies false. }. - :carol6943 :does :access_social_media. + :carol1943 :does :access_social_media. } log:explains { - :carol6943 :complies false. + :carol1943 :complies false. }. { @@ -346386,9 +156386,9 @@ } => { var:x_0 :complies false. }. - :carol6944 :does :access_social_media. + :carol1944 :does :access_social_media. } log:explains { - :carol6944 :complies false. + :carol1944 :complies false. }. { @@ -346397,9 +156397,9 @@ } => { var:x_0 :complies false. }. - :carol6945 :does :access_social_media. + :carol1945 :does :access_social_media. } log:explains { - :carol6945 :complies false. + :carol1945 :complies false. }. { @@ -346408,9 +156408,9 @@ } => { var:x_0 :complies false. }. - :carol6946 :does :access_social_media. + :carol1946 :does :access_social_media. } log:explains { - :carol6946 :complies false. + :carol1946 :complies false. }. { @@ -346419,9 +156419,9 @@ } => { var:x_0 :complies false. }. - :carol6947 :does :access_social_media. + :carol1947 :does :access_social_media. } log:explains { - :carol6947 :complies false. + :carol1947 :complies false. }. { @@ -346430,9 +156430,9 @@ } => { var:x_0 :complies false. }. - :carol6948 :does :access_social_media. + :carol1948 :does :access_social_media. } log:explains { - :carol6948 :complies false. + :carol1948 :complies false. }. { @@ -346441,9 +156441,9 @@ } => { var:x_0 :complies false. }. - :carol6949 :does :access_social_media. + :carol1949 :does :access_social_media. } log:explains { - :carol6949 :complies false. + :carol1949 :complies false. }. { @@ -346452,9 +156452,9 @@ } => { var:x_0 :complies false. }. - :carol6950 :does :access_social_media. + :carol1950 :does :access_social_media. } log:explains { - :carol6950 :complies false. + :carol1950 :complies false. }. { @@ -346463,9 +156463,9 @@ } => { var:x_0 :complies false. }. - :carol6951 :does :access_social_media. + :carol1951 :does :access_social_media. } log:explains { - :carol6951 :complies false. + :carol1951 :complies false. }. { @@ -346474,9 +156474,9 @@ } => { var:x_0 :complies false. }. - :carol6952 :does :access_social_media. + :carol1952 :does :access_social_media. } log:explains { - :carol6952 :complies false. + :carol1952 :complies false. }. { @@ -346485,9 +156485,9 @@ } => { var:x_0 :complies false. }. - :carol6953 :does :access_social_media. + :carol1953 :does :access_social_media. } log:explains { - :carol6953 :complies false. + :carol1953 :complies false. }. { @@ -346496,9 +156496,9 @@ } => { var:x_0 :complies false. }. - :carol6954 :does :access_social_media. + :carol1954 :does :access_social_media. } log:explains { - :carol6954 :complies false. + :carol1954 :complies false. }. { @@ -346507,9 +156507,9 @@ } => { var:x_0 :complies false. }. - :carol6955 :does :access_social_media. + :carol1955 :does :access_social_media. } log:explains { - :carol6955 :complies false. + :carol1955 :complies false. }. { @@ -346518,9 +156518,9 @@ } => { var:x_0 :complies false. }. - :carol6956 :does :access_social_media. + :carol1956 :does :access_social_media. } log:explains { - :carol6956 :complies false. + :carol1956 :complies false. }. { @@ -346529,9 +156529,9 @@ } => { var:x_0 :complies false. }. - :carol6957 :does :access_social_media. + :carol1957 :does :access_social_media. } log:explains { - :carol6957 :complies false. + :carol1957 :complies false. }. { @@ -346540,9 +156540,9 @@ } => { var:x_0 :complies false. }. - :carol6958 :does :access_social_media. + :carol1958 :does :access_social_media. } log:explains { - :carol6958 :complies false. + :carol1958 :complies false. }. { @@ -346551,9 +156551,9 @@ } => { var:x_0 :complies false. }. - :carol6959 :does :access_social_media. + :carol1959 :does :access_social_media. } log:explains { - :carol6959 :complies false. + :carol1959 :complies false. }. { @@ -346562,9 +156562,9 @@ } => { var:x_0 :complies false. }. - :carol6960 :does :access_social_media. + :carol1960 :does :access_social_media. } log:explains { - :carol6960 :complies false. + :carol1960 :complies false. }. { @@ -346573,9 +156573,9 @@ } => { var:x_0 :complies false. }. - :carol6961 :does :access_social_media. + :carol1961 :does :access_social_media. } log:explains { - :carol6961 :complies false. + :carol1961 :complies false. }. { @@ -346584,9 +156584,9 @@ } => { var:x_0 :complies false. }. - :carol6962 :does :access_social_media. + :carol1962 :does :access_social_media. } log:explains { - :carol6962 :complies false. + :carol1962 :complies false. }. { @@ -346595,9 +156595,9 @@ } => { var:x_0 :complies false. }. - :carol6963 :does :access_social_media. + :carol1963 :does :access_social_media. } log:explains { - :carol6963 :complies false. + :carol1963 :complies false. }. { @@ -346606,9 +156606,9 @@ } => { var:x_0 :complies false. }. - :carol6964 :does :access_social_media. + :carol1964 :does :access_social_media. } log:explains { - :carol6964 :complies false. + :carol1964 :complies false. }. { @@ -346617,9 +156617,9 @@ } => { var:x_0 :complies false. }. - :carol6965 :does :access_social_media. + :carol1965 :does :access_social_media. } log:explains { - :carol6965 :complies false. + :carol1965 :complies false. }. { @@ -346628,9 +156628,9 @@ } => { var:x_0 :complies false. }. - :carol6966 :does :access_social_media. + :carol1966 :does :access_social_media. } log:explains { - :carol6966 :complies false. + :carol1966 :complies false. }. { @@ -346639,9 +156639,9 @@ } => { var:x_0 :complies false. }. - :carol6967 :does :access_social_media. + :carol1967 :does :access_social_media. } log:explains { - :carol6967 :complies false. + :carol1967 :complies false. }. { @@ -346650,9 +156650,9 @@ } => { var:x_0 :complies false. }. - :carol6968 :does :access_social_media. + :carol1968 :does :access_social_media. } log:explains { - :carol6968 :complies false. + :carol1968 :complies false. }. { @@ -346661,9 +156661,9 @@ } => { var:x_0 :complies false. }. - :carol6969 :does :access_social_media. + :carol1969 :does :access_social_media. } log:explains { - :carol6969 :complies false. + :carol1969 :complies false. }. { @@ -346672,9 +156672,9 @@ } => { var:x_0 :complies false. }. - :carol6970 :does :access_social_media. + :carol1970 :does :access_social_media. } log:explains { - :carol6970 :complies false. + :carol1970 :complies false. }. { @@ -346683,9 +156683,9 @@ } => { var:x_0 :complies false. }. - :carol6971 :does :access_social_media. + :carol1971 :does :access_social_media. } log:explains { - :carol6971 :complies false. + :carol1971 :complies false. }. { @@ -346694,9 +156694,9 @@ } => { var:x_0 :complies false. }. - :carol6972 :does :access_social_media. + :carol1972 :does :access_social_media. } log:explains { - :carol6972 :complies false. + :carol1972 :complies false. }. { @@ -346705,9 +156705,9 @@ } => { var:x_0 :complies false. }. - :carol6973 :does :access_social_media. + :carol1973 :does :access_social_media. } log:explains { - :carol6973 :complies false. + :carol1973 :complies false. }. { @@ -346716,9 +156716,9 @@ } => { var:x_0 :complies false. }. - :carol6974 :does :access_social_media. + :carol1974 :does :access_social_media. } log:explains { - :carol6974 :complies false. + :carol1974 :complies false. }. { @@ -346727,9 +156727,9 @@ } => { var:x_0 :complies false. }. - :carol6975 :does :access_social_media. + :carol1975 :does :access_social_media. } log:explains { - :carol6975 :complies false. + :carol1975 :complies false. }. { @@ -346738,9 +156738,9 @@ } => { var:x_0 :complies false. }. - :carol6976 :does :access_social_media. + :carol1976 :does :access_social_media. } log:explains { - :carol6976 :complies false. + :carol1976 :complies false. }. { @@ -346749,9 +156749,9 @@ } => { var:x_0 :complies false. }. - :carol6977 :does :access_social_media. + :carol1977 :does :access_social_media. } log:explains { - :carol6977 :complies false. + :carol1977 :complies false. }. { @@ -346760,9 +156760,9 @@ } => { var:x_0 :complies false. }. - :carol6978 :does :access_social_media. + :carol1978 :does :access_social_media. } log:explains { - :carol6978 :complies false. + :carol1978 :complies false. }. { @@ -346771,9 +156771,9 @@ } => { var:x_0 :complies false. }. - :carol6979 :does :access_social_media. + :carol1979 :does :access_social_media. } log:explains { - :carol6979 :complies false. + :carol1979 :complies false. }. { @@ -346782,9 +156782,9 @@ } => { var:x_0 :complies false. }. - :carol6980 :does :access_social_media. + :carol1980 :does :access_social_media. } log:explains { - :carol6980 :complies false. + :carol1980 :complies false. }. { @@ -346793,9 +156793,9 @@ } => { var:x_0 :complies false. }. - :carol6981 :does :access_social_media. + :carol1981 :does :access_social_media. } log:explains { - :carol6981 :complies false. + :carol1981 :complies false. }. { @@ -346804,9 +156804,9 @@ } => { var:x_0 :complies false. }. - :carol6982 :does :access_social_media. + :carol1982 :does :access_social_media. } log:explains { - :carol6982 :complies false. + :carol1982 :complies false. }. { @@ -346815,9 +156815,9 @@ } => { var:x_0 :complies false. }. - :carol6983 :does :access_social_media. + :carol1983 :does :access_social_media. } log:explains { - :carol6983 :complies false. + :carol1983 :complies false. }. { @@ -346826,9 +156826,9 @@ } => { var:x_0 :complies false. }. - :carol6984 :does :access_social_media. + :carol1984 :does :access_social_media. } log:explains { - :carol6984 :complies false. + :carol1984 :complies false. }. { @@ -346837,9 +156837,9 @@ } => { var:x_0 :complies false. }. - :carol6985 :does :access_social_media. + :carol1985 :does :access_social_media. } log:explains { - :carol6985 :complies false. + :carol1985 :complies false. }. { @@ -346848,9 +156848,9 @@ } => { var:x_0 :complies false. }. - :carol6986 :does :access_social_media. + :carol1986 :does :access_social_media. } log:explains { - :carol6986 :complies false. + :carol1986 :complies false. }. { @@ -346859,9 +156859,9 @@ } => { var:x_0 :complies false. }. - :carol6987 :does :access_social_media. + :carol1987 :does :access_social_media. } log:explains { - :carol6987 :complies false. + :carol1987 :complies false. }. { @@ -346870,9 +156870,9 @@ } => { var:x_0 :complies false. }. - :carol6988 :does :access_social_media. + :carol1988 :does :access_social_media. } log:explains { - :carol6988 :complies false. + :carol1988 :complies false. }. { @@ -346881,9 +156881,9 @@ } => { var:x_0 :complies false. }. - :carol6989 :does :access_social_media. + :carol1989 :does :access_social_media. } log:explains { - :carol6989 :complies false. + :carol1989 :complies false. }. { @@ -346892,9 +156892,9 @@ } => { var:x_0 :complies false. }. - :carol6990 :does :access_social_media. + :carol1990 :does :access_social_media. } log:explains { - :carol6990 :complies false. + :carol1990 :complies false. }. { @@ -346903,9 +156903,9 @@ } => { var:x_0 :complies false. }. - :carol6991 :does :access_social_media. + :carol1991 :does :access_social_media. } log:explains { - :carol6991 :complies false. + :carol1991 :complies false. }. { @@ -346914,9 +156914,9 @@ } => { var:x_0 :complies false. }. - :carol6992 :does :access_social_media. + :carol1992 :does :access_social_media. } log:explains { - :carol6992 :complies false. + :carol1992 :complies false. }. { @@ -346925,9 +156925,9 @@ } => { var:x_0 :complies false. }. - :carol6993 :does :access_social_media. + :carol1993 :does :access_social_media. } log:explains { - :carol6993 :complies false. + :carol1993 :complies false. }. { @@ -346936,9 +156936,9 @@ } => { var:x_0 :complies false. }. - :carol6994 :does :access_social_media. + :carol1994 :does :access_social_media. } log:explains { - :carol6994 :complies false. + :carol1994 :complies false. }. { @@ -346947,9 +156947,9 @@ } => { var:x_0 :complies false. }. - :carol6995 :does :access_social_media. + :carol1995 :does :access_social_media. } log:explains { - :carol6995 :complies false. + :carol1995 :complies false. }. { @@ -346958,9 +156958,9 @@ } => { var:x_0 :complies false. }. - :carol6996 :does :access_social_media. + :carol1996 :does :access_social_media. } log:explains { - :carol6996 :complies false. + :carol1996 :complies false. }. { @@ -346969,9 +156969,9 @@ } => { var:x_0 :complies false. }. - :carol6997 :does :access_social_media. + :carol1997 :does :access_social_media. } log:explains { - :carol6997 :complies false. + :carol1997 :complies false. }. { @@ -346980,9 +156980,9 @@ } => { var:x_0 :complies false. }. - :carol6998 :does :access_social_media. + :carol1998 :does :access_social_media. } log:explains { - :carol6998 :complies false. + :carol1998 :complies false. }. { @@ -346991,9 +156991,9 @@ } => { var:x_0 :complies false. }. - :carol6999 :does :access_social_media. + :carol1999 :does :access_social_media. } log:explains { - :carol6999 :complies false. + :carol1999 :complies false. }. { @@ -347002,9 +157002,9 @@ } => { var:x_0 :complies false. }. - :carol7000 :does :access_social_media. + :carol2000 :does :access_social_media. } log:explains { - :carol7000 :complies false. + :carol2000 :complies false. }. { @@ -347013,9 +157013,9 @@ } => { var:x_0 :complies false. }. - :carol7001 :does :access_social_media. + :carol2001 :does :access_social_media. } log:explains { - :carol7001 :complies false. + :carol2001 :complies false. }. { @@ -347024,9 +157024,9 @@ } => { var:x_0 :complies false. }. - :carol7002 :does :access_social_media. + :carol2002 :does :access_social_media. } log:explains { - :carol7002 :complies false. + :carol2002 :complies false. }. { @@ -347035,9 +157035,9 @@ } => { var:x_0 :complies false. }. - :carol7003 :does :access_social_media. + :carol2003 :does :access_social_media. } log:explains { - :carol7003 :complies false. + :carol2003 :complies false. }. { @@ -347046,9 +157046,9 @@ } => { var:x_0 :complies false. }. - :carol7004 :does :access_social_media. + :carol2004 :does :access_social_media. } log:explains { - :carol7004 :complies false. + :carol2004 :complies false. }. { @@ -347057,9 +157057,9 @@ } => { var:x_0 :complies false. }. - :carol7005 :does :access_social_media. + :carol2005 :does :access_social_media. } log:explains { - :carol7005 :complies false. + :carol2005 :complies false. }. { @@ -347068,9 +157068,9 @@ } => { var:x_0 :complies false. }. - :carol7006 :does :access_social_media. + :carol2006 :does :access_social_media. } log:explains { - :carol7006 :complies false. + :carol2006 :complies false. }. { @@ -347079,9 +157079,9 @@ } => { var:x_0 :complies false. }. - :carol7007 :does :access_social_media. + :carol2007 :does :access_social_media. } log:explains { - :carol7007 :complies false. + :carol2007 :complies false. }. { @@ -347090,9 +157090,9 @@ } => { var:x_0 :complies false. }. - :carol7008 :does :access_social_media. + :carol2008 :does :access_social_media. } log:explains { - :carol7008 :complies false. + :carol2008 :complies false. }. { @@ -347101,9 +157101,9 @@ } => { var:x_0 :complies false. }. - :carol7009 :does :access_social_media. + :carol2009 :does :access_social_media. } log:explains { - :carol7009 :complies false. + :carol2009 :complies false. }. { @@ -347112,9 +157112,9 @@ } => { var:x_0 :complies false. }. - :carol7010 :does :access_social_media. + :carol2010 :does :access_social_media. } log:explains { - :carol7010 :complies false. + :carol2010 :complies false. }. { @@ -347123,9 +157123,9 @@ } => { var:x_0 :complies false. }. - :carol7011 :does :access_social_media. + :carol2011 :does :access_social_media. } log:explains { - :carol7011 :complies false. + :carol2011 :complies false. }. { @@ -347134,9 +157134,9 @@ } => { var:x_0 :complies false. }. - :carol7012 :does :access_social_media. + :carol2012 :does :access_social_media. } log:explains { - :carol7012 :complies false. + :carol2012 :complies false. }. { @@ -347145,9 +157145,9 @@ } => { var:x_0 :complies false. }. - :carol7013 :does :access_social_media. + :carol2013 :does :access_social_media. } log:explains { - :carol7013 :complies false. + :carol2013 :complies false. }. { @@ -347156,9 +157156,9 @@ } => { var:x_0 :complies false. }. - :carol7014 :does :access_social_media. + :carol2014 :does :access_social_media. } log:explains { - :carol7014 :complies false. + :carol2014 :complies false. }. { @@ -347167,9 +157167,9 @@ } => { var:x_0 :complies false. }. - :carol7015 :does :access_social_media. + :carol2015 :does :access_social_media. } log:explains { - :carol7015 :complies false. + :carol2015 :complies false. }. { @@ -347178,9 +157178,9 @@ } => { var:x_0 :complies false. }. - :carol7016 :does :access_social_media. + :carol2016 :does :access_social_media. } log:explains { - :carol7016 :complies false. + :carol2016 :complies false. }. { @@ -347189,9 +157189,9 @@ } => { var:x_0 :complies false. }. - :carol7017 :does :access_social_media. + :carol2017 :does :access_social_media. } log:explains { - :carol7017 :complies false. + :carol2017 :complies false. }. { @@ -347200,9 +157200,9 @@ } => { var:x_0 :complies false. }. - :carol7018 :does :access_social_media. + :carol2018 :does :access_social_media. } log:explains { - :carol7018 :complies false. + :carol2018 :complies false. }. { @@ -347211,9 +157211,9 @@ } => { var:x_0 :complies false. }. - :carol7019 :does :access_social_media. + :carol2019 :does :access_social_media. } log:explains { - :carol7019 :complies false. + :carol2019 :complies false. }. { @@ -347222,9 +157222,9 @@ } => { var:x_0 :complies false. }. - :carol7020 :does :access_social_media. + :carol2020 :does :access_social_media. } log:explains { - :carol7020 :complies false. + :carol2020 :complies false. }. { @@ -347233,9 +157233,9 @@ } => { var:x_0 :complies false. }. - :carol7021 :does :access_social_media. + :carol2021 :does :access_social_media. } log:explains { - :carol7021 :complies false. + :carol2021 :complies false. }. { @@ -347244,9 +157244,9 @@ } => { var:x_0 :complies false. }. - :carol7022 :does :access_social_media. + :carol2022 :does :access_social_media. } log:explains { - :carol7022 :complies false. + :carol2022 :complies false. }. { @@ -347255,9 +157255,9 @@ } => { var:x_0 :complies false. }. - :carol7023 :does :access_social_media. + :carol2023 :does :access_social_media. } log:explains { - :carol7023 :complies false. + :carol2023 :complies false. }. { @@ -347266,9 +157266,9 @@ } => { var:x_0 :complies false. }. - :carol7024 :does :access_social_media. + :carol2024 :does :access_social_media. } log:explains { - :carol7024 :complies false. + :carol2024 :complies false. }. { @@ -347277,9 +157277,9 @@ } => { var:x_0 :complies false. }. - :carol7025 :does :access_social_media. + :carol2025 :does :access_social_media. } log:explains { - :carol7025 :complies false. + :carol2025 :complies false. }. { @@ -347288,9 +157288,9 @@ } => { var:x_0 :complies false. }. - :carol7026 :does :access_social_media. + :carol2026 :does :access_social_media. } log:explains { - :carol7026 :complies false. + :carol2026 :complies false. }. { @@ -347299,9 +157299,9 @@ } => { var:x_0 :complies false. }. - :carol7027 :does :access_social_media. + :carol2027 :does :access_social_media. } log:explains { - :carol7027 :complies false. + :carol2027 :complies false. }. { @@ -347310,9 +157310,9 @@ } => { var:x_0 :complies false. }. - :carol7028 :does :access_social_media. + :carol2028 :does :access_social_media. } log:explains { - :carol7028 :complies false. + :carol2028 :complies false. }. { @@ -347321,9 +157321,9 @@ } => { var:x_0 :complies false. }. - :carol7029 :does :access_social_media. + :carol2029 :does :access_social_media. } log:explains { - :carol7029 :complies false. + :carol2029 :complies false. }. { @@ -347332,9 +157332,9 @@ } => { var:x_0 :complies false. }. - :carol7030 :does :access_social_media. + :carol2030 :does :access_social_media. } log:explains { - :carol7030 :complies false. + :carol2030 :complies false. }. { @@ -347343,9 +157343,9 @@ } => { var:x_0 :complies false. }. - :carol7031 :does :access_social_media. + :carol2031 :does :access_social_media. } log:explains { - :carol7031 :complies false. + :carol2031 :complies false. }. { @@ -347354,9 +157354,9 @@ } => { var:x_0 :complies false. }. - :carol7032 :does :access_social_media. + :carol2032 :does :access_social_media. } log:explains { - :carol7032 :complies false. + :carol2032 :complies false. }. { @@ -347365,9 +157365,9 @@ } => { var:x_0 :complies false. }. - :carol7033 :does :access_social_media. + :carol2033 :does :access_social_media. } log:explains { - :carol7033 :complies false. + :carol2033 :complies false. }. { @@ -347376,9 +157376,9 @@ } => { var:x_0 :complies false. }. - :carol7034 :does :access_social_media. + :carol2034 :does :access_social_media. } log:explains { - :carol7034 :complies false. + :carol2034 :complies false. }. { @@ -347387,9 +157387,9 @@ } => { var:x_0 :complies false. }. - :carol7035 :does :access_social_media. + :carol2035 :does :access_social_media. } log:explains { - :carol7035 :complies false. + :carol2035 :complies false. }. { @@ -347398,9 +157398,9 @@ } => { var:x_0 :complies false. }. - :carol7036 :does :access_social_media. + :carol2036 :does :access_social_media. } log:explains { - :carol7036 :complies false. + :carol2036 :complies false. }. { @@ -347409,9 +157409,9 @@ } => { var:x_0 :complies false. }. - :carol7037 :does :access_social_media. + :carol2037 :does :access_social_media. } log:explains { - :carol7037 :complies false. + :carol2037 :complies false. }. { @@ -347420,9 +157420,9 @@ } => { var:x_0 :complies false. }. - :carol7038 :does :access_social_media. + :carol2038 :does :access_social_media. } log:explains { - :carol7038 :complies false. + :carol2038 :complies false. }. { @@ -347431,9 +157431,9 @@ } => { var:x_0 :complies false. }. - :carol7039 :does :access_social_media. + :carol2039 :does :access_social_media. } log:explains { - :carol7039 :complies false. + :carol2039 :complies false. }. { @@ -347442,9 +157442,9 @@ } => { var:x_0 :complies false. }. - :carol7040 :does :access_social_media. + :carol2040 :does :access_social_media. } log:explains { - :carol7040 :complies false. + :carol2040 :complies false. }. { @@ -347453,9 +157453,9 @@ } => { var:x_0 :complies false. }. - :carol7041 :does :access_social_media. + :carol2041 :does :access_social_media. } log:explains { - :carol7041 :complies false. + :carol2041 :complies false. }. { @@ -347464,9 +157464,9 @@ } => { var:x_0 :complies false. }. - :carol7042 :does :access_social_media. + :carol2042 :does :access_social_media. } log:explains { - :carol7042 :complies false. + :carol2042 :complies false. }. { @@ -347475,9 +157475,9 @@ } => { var:x_0 :complies false. }. - :carol7043 :does :access_social_media. + :carol2043 :does :access_social_media. } log:explains { - :carol7043 :complies false. + :carol2043 :complies false. }. { @@ -347486,9 +157486,9 @@ } => { var:x_0 :complies false. }. - :carol7044 :does :access_social_media. + :carol2044 :does :access_social_media. } log:explains { - :carol7044 :complies false. + :carol2044 :complies false. }. { @@ -347497,9 +157497,9 @@ } => { var:x_0 :complies false. }. - :carol7045 :does :access_social_media. + :carol2045 :does :access_social_media. } log:explains { - :carol7045 :complies false. + :carol2045 :complies false. }. { @@ -347508,9 +157508,9 @@ } => { var:x_0 :complies false. }. - :carol7046 :does :access_social_media. + :carol2046 :does :access_social_media. } log:explains { - :carol7046 :complies false. + :carol2046 :complies false. }. { @@ -347519,9 +157519,9 @@ } => { var:x_0 :complies false. }. - :carol7047 :does :access_social_media. + :carol2047 :does :access_social_media. } log:explains { - :carol7047 :complies false. + :carol2047 :complies false. }. { @@ -347530,9 +157530,9 @@ } => { var:x_0 :complies false. }. - :carol7048 :does :access_social_media. + :carol2048 :does :access_social_media. } log:explains { - :carol7048 :complies false. + :carol2048 :complies false. }. { @@ -347541,9 +157541,9 @@ } => { var:x_0 :complies false. }. - :carol7049 :does :access_social_media. + :carol2049 :does :access_social_media. } log:explains { - :carol7049 :complies false. + :carol2049 :complies false. }. { @@ -347552,9 +157552,9 @@ } => { var:x_0 :complies false. }. - :carol7050 :does :access_social_media. + :carol2050 :does :access_social_media. } log:explains { - :carol7050 :complies false. + :carol2050 :complies false. }. { @@ -347563,9 +157563,9 @@ } => { var:x_0 :complies false. }. - :carol7051 :does :access_social_media. + :carol2051 :does :access_social_media. } log:explains { - :carol7051 :complies false. + :carol2051 :complies false. }. { @@ -347574,9 +157574,9 @@ } => { var:x_0 :complies false. }. - :carol7052 :does :access_social_media. + :carol2052 :does :access_social_media. } log:explains { - :carol7052 :complies false. + :carol2052 :complies false. }. { @@ -347585,9 +157585,9 @@ } => { var:x_0 :complies false. }. - :carol7053 :does :access_social_media. + :carol2053 :does :access_social_media. } log:explains { - :carol7053 :complies false. + :carol2053 :complies false. }. { @@ -347596,9 +157596,9 @@ } => { var:x_0 :complies false. }. - :carol7054 :does :access_social_media. + :carol2054 :does :access_social_media. } log:explains { - :carol7054 :complies false. + :carol2054 :complies false. }. { @@ -347607,9 +157607,9 @@ } => { var:x_0 :complies false. }. - :carol7055 :does :access_social_media. + :carol2055 :does :access_social_media. } log:explains { - :carol7055 :complies false. + :carol2055 :complies false. }. { @@ -347618,9 +157618,9 @@ } => { var:x_0 :complies false. }. - :carol7056 :does :access_social_media. + :carol2056 :does :access_social_media. } log:explains { - :carol7056 :complies false. + :carol2056 :complies false. }. { @@ -347629,9 +157629,9 @@ } => { var:x_0 :complies false. }. - :carol7057 :does :access_social_media. + :carol2057 :does :access_social_media. } log:explains { - :carol7057 :complies false. + :carol2057 :complies false. }. { @@ -347640,9 +157640,9 @@ } => { var:x_0 :complies false. }. - :carol7058 :does :access_social_media. + :carol2058 :does :access_social_media. } log:explains { - :carol7058 :complies false. + :carol2058 :complies false. }. { @@ -347651,9 +157651,9 @@ } => { var:x_0 :complies false. }. - :carol7059 :does :access_social_media. + :carol2059 :does :access_social_media. } log:explains { - :carol7059 :complies false. + :carol2059 :complies false. }. { @@ -347662,9 +157662,9 @@ } => { var:x_0 :complies false. }. - :carol7060 :does :access_social_media. + :carol2060 :does :access_social_media. } log:explains { - :carol7060 :complies false. + :carol2060 :complies false. }. { @@ -347673,9 +157673,9 @@ } => { var:x_0 :complies false. }. - :carol7061 :does :access_social_media. + :carol2061 :does :access_social_media. } log:explains { - :carol7061 :complies false. + :carol2061 :complies false. }. { @@ -347684,9 +157684,9 @@ } => { var:x_0 :complies false. }. - :carol7062 :does :access_social_media. + :carol2062 :does :access_social_media. } log:explains { - :carol7062 :complies false. + :carol2062 :complies false. }. { @@ -347695,9 +157695,9 @@ } => { var:x_0 :complies false. }. - :carol7063 :does :access_social_media. + :carol2063 :does :access_social_media. } log:explains { - :carol7063 :complies false. + :carol2063 :complies false. }. { @@ -347706,9 +157706,9 @@ } => { var:x_0 :complies false. }. - :carol7064 :does :access_social_media. + :carol2064 :does :access_social_media. } log:explains { - :carol7064 :complies false. + :carol2064 :complies false. }. { @@ -347717,9 +157717,9 @@ } => { var:x_0 :complies false. }. - :carol7065 :does :access_social_media. + :carol2065 :does :access_social_media. } log:explains { - :carol7065 :complies false. + :carol2065 :complies false. }. { @@ -347728,9 +157728,9 @@ } => { var:x_0 :complies false. }. - :carol7066 :does :access_social_media. + :carol2066 :does :access_social_media. } log:explains { - :carol7066 :complies false. + :carol2066 :complies false. }. { @@ -347739,9 +157739,9 @@ } => { var:x_0 :complies false. }. - :carol7067 :does :access_social_media. + :carol2067 :does :access_social_media. } log:explains { - :carol7067 :complies false. + :carol2067 :complies false. }. { @@ -347750,9 +157750,9 @@ } => { var:x_0 :complies false. }. - :carol7068 :does :access_social_media. + :carol2068 :does :access_social_media. } log:explains { - :carol7068 :complies false. + :carol2068 :complies false. }. { @@ -347761,9 +157761,9 @@ } => { var:x_0 :complies false. }. - :carol7069 :does :access_social_media. + :carol2069 :does :access_social_media. } log:explains { - :carol7069 :complies false. + :carol2069 :complies false. }. { @@ -347772,9 +157772,9 @@ } => { var:x_0 :complies false. }. - :carol7070 :does :access_social_media. + :carol2070 :does :access_social_media. } log:explains { - :carol7070 :complies false. + :carol2070 :complies false. }. { @@ -347783,9 +157783,9 @@ } => { var:x_0 :complies false. }. - :carol7071 :does :access_social_media. + :carol2071 :does :access_social_media. } log:explains { - :carol7071 :complies false. + :carol2071 :complies false. }. { @@ -347794,9 +157794,9 @@ } => { var:x_0 :complies false. }. - :carol7072 :does :access_social_media. + :carol2072 :does :access_social_media. } log:explains { - :carol7072 :complies false. + :carol2072 :complies false. }. { @@ -347805,9 +157805,9 @@ } => { var:x_0 :complies false. }. - :carol7073 :does :access_social_media. + :carol2073 :does :access_social_media. } log:explains { - :carol7073 :complies false. + :carol2073 :complies false. }. { @@ -347816,9 +157816,9 @@ } => { var:x_0 :complies false. }. - :carol7074 :does :access_social_media. + :carol2074 :does :access_social_media. } log:explains { - :carol7074 :complies false. + :carol2074 :complies false. }. { @@ -347827,9 +157827,9 @@ } => { var:x_0 :complies false. }. - :carol7075 :does :access_social_media. + :carol2075 :does :access_social_media. } log:explains { - :carol7075 :complies false. + :carol2075 :complies false. }. { @@ -347838,9 +157838,9 @@ } => { var:x_0 :complies false. }. - :carol7076 :does :access_social_media. + :carol2076 :does :access_social_media. } log:explains { - :carol7076 :complies false. + :carol2076 :complies false. }. { @@ -347849,9 +157849,9 @@ } => { var:x_0 :complies false. }. - :carol7077 :does :access_social_media. + :carol2077 :does :access_social_media. } log:explains { - :carol7077 :complies false. + :carol2077 :complies false. }. { @@ -347860,9 +157860,9 @@ } => { var:x_0 :complies false. }. - :carol7078 :does :access_social_media. + :carol2078 :does :access_social_media. } log:explains { - :carol7078 :complies false. + :carol2078 :complies false. }. { @@ -347871,9 +157871,9 @@ } => { var:x_0 :complies false. }. - :carol7079 :does :access_social_media. + :carol2079 :does :access_social_media. } log:explains { - :carol7079 :complies false. + :carol2079 :complies false. }. { @@ -347882,9 +157882,9 @@ } => { var:x_0 :complies false. }. - :carol7080 :does :access_social_media. + :carol2080 :does :access_social_media. } log:explains { - :carol7080 :complies false. + :carol2080 :complies false. }. { @@ -347893,9 +157893,9 @@ } => { var:x_0 :complies false. }. - :carol7081 :does :access_social_media. + :carol2081 :does :access_social_media. } log:explains { - :carol7081 :complies false. + :carol2081 :complies false. }. { @@ -347904,9 +157904,9 @@ } => { var:x_0 :complies false. }. - :carol7082 :does :access_social_media. + :carol2082 :does :access_social_media. } log:explains { - :carol7082 :complies false. + :carol2082 :complies false. }. { @@ -347915,9 +157915,9 @@ } => { var:x_0 :complies false. }. - :carol7083 :does :access_social_media. + :carol2083 :does :access_social_media. } log:explains { - :carol7083 :complies false. + :carol2083 :complies false. }. { @@ -347926,9 +157926,9 @@ } => { var:x_0 :complies false. }. - :carol7084 :does :access_social_media. + :carol2084 :does :access_social_media. } log:explains { - :carol7084 :complies false. + :carol2084 :complies false. }. { @@ -347937,9 +157937,9 @@ } => { var:x_0 :complies false. }. - :carol7085 :does :access_social_media. + :carol2085 :does :access_social_media. } log:explains { - :carol7085 :complies false. + :carol2085 :complies false. }. { @@ -347948,9 +157948,9 @@ } => { var:x_0 :complies false. }. - :carol7086 :does :access_social_media. + :carol2086 :does :access_social_media. } log:explains { - :carol7086 :complies false. + :carol2086 :complies false. }. { @@ -347959,9 +157959,9 @@ } => { var:x_0 :complies false. }. - :carol7087 :does :access_social_media. + :carol2087 :does :access_social_media. } log:explains { - :carol7087 :complies false. + :carol2087 :complies false. }. { @@ -347970,9 +157970,9 @@ } => { var:x_0 :complies false. }. - :carol7088 :does :access_social_media. + :carol2088 :does :access_social_media. } log:explains { - :carol7088 :complies false. + :carol2088 :complies false. }. { @@ -347981,9 +157981,9 @@ } => { var:x_0 :complies false. }. - :carol7089 :does :access_social_media. + :carol2089 :does :access_social_media. } log:explains { - :carol7089 :complies false. + :carol2089 :complies false. }. { @@ -347992,9 +157992,9 @@ } => { var:x_0 :complies false. }. - :carol7090 :does :access_social_media. + :carol2090 :does :access_social_media. } log:explains { - :carol7090 :complies false. + :carol2090 :complies false. }. { @@ -348003,9 +158003,9 @@ } => { var:x_0 :complies false. }. - :carol7091 :does :access_social_media. + :carol2091 :does :access_social_media. } log:explains { - :carol7091 :complies false. + :carol2091 :complies false. }. { @@ -348014,9 +158014,9 @@ } => { var:x_0 :complies false. }. - :carol7092 :does :access_social_media. + :carol2092 :does :access_social_media. } log:explains { - :carol7092 :complies false. + :carol2092 :complies false. }. { @@ -348025,9 +158025,9 @@ } => { var:x_0 :complies false. }. - :carol7093 :does :access_social_media. + :carol2093 :does :access_social_media. } log:explains { - :carol7093 :complies false. + :carol2093 :complies false. }. { @@ -348036,9 +158036,9 @@ } => { var:x_0 :complies false. }. - :carol7094 :does :access_social_media. + :carol2094 :does :access_social_media. } log:explains { - :carol7094 :complies false. + :carol2094 :complies false. }. { @@ -348047,9 +158047,9 @@ } => { var:x_0 :complies false. }. - :carol7095 :does :access_social_media. + :carol2095 :does :access_social_media. } log:explains { - :carol7095 :complies false. + :carol2095 :complies false. }. { @@ -348058,9 +158058,9 @@ } => { var:x_0 :complies false. }. - :carol7096 :does :access_social_media. + :carol2096 :does :access_social_media. } log:explains { - :carol7096 :complies false. + :carol2096 :complies false. }. { @@ -348069,9 +158069,9 @@ } => { var:x_0 :complies false. }. - :carol7097 :does :access_social_media. + :carol2097 :does :access_social_media. } log:explains { - :carol7097 :complies false. + :carol2097 :complies false. }. { @@ -348080,9 +158080,9 @@ } => { var:x_0 :complies false. }. - :carol7098 :does :access_social_media. + :carol2098 :does :access_social_media. } log:explains { - :carol7098 :complies false. + :carol2098 :complies false. }. { @@ -348091,9 +158091,9 @@ } => { var:x_0 :complies false. }. - :carol7099 :does :access_social_media. + :carol2099 :does :access_social_media. } log:explains { - :carol7099 :complies false. + :carol2099 :complies false. }. { @@ -348102,9 +158102,9 @@ } => { var:x_0 :complies false. }. - :carol7100 :does :access_social_media. + :carol2100 :does :access_social_media. } log:explains { - :carol7100 :complies false. + :carol2100 :complies false. }. { @@ -348113,9 +158113,9 @@ } => { var:x_0 :complies false. }. - :carol7101 :does :access_social_media. + :carol2101 :does :access_social_media. } log:explains { - :carol7101 :complies false. + :carol2101 :complies false. }. { @@ -348124,9 +158124,9 @@ } => { var:x_0 :complies false. }. - :carol7102 :does :access_social_media. + :carol2102 :does :access_social_media. } log:explains { - :carol7102 :complies false. + :carol2102 :complies false. }. { @@ -348135,9 +158135,9 @@ } => { var:x_0 :complies false. }. - :carol7103 :does :access_social_media. + :carol2103 :does :access_social_media. } log:explains { - :carol7103 :complies false. + :carol2103 :complies false. }. { @@ -348146,9 +158146,9 @@ } => { var:x_0 :complies false. }. - :carol7104 :does :access_social_media. + :carol2104 :does :access_social_media. } log:explains { - :carol7104 :complies false. + :carol2104 :complies false. }. { @@ -348157,9 +158157,9 @@ } => { var:x_0 :complies false. }. - :carol7105 :does :access_social_media. + :carol2105 :does :access_social_media. } log:explains { - :carol7105 :complies false. + :carol2105 :complies false. }. { @@ -348168,9 +158168,9 @@ } => { var:x_0 :complies false. }. - :carol7106 :does :access_social_media. + :carol2106 :does :access_social_media. } log:explains { - :carol7106 :complies false. + :carol2106 :complies false. }. { @@ -348179,9 +158179,9 @@ } => { var:x_0 :complies false. }. - :carol7107 :does :access_social_media. + :carol2107 :does :access_social_media. } log:explains { - :carol7107 :complies false. + :carol2107 :complies false. }. { @@ -348190,9 +158190,9 @@ } => { var:x_0 :complies false. }. - :carol7108 :does :access_social_media. + :carol2108 :does :access_social_media. } log:explains { - :carol7108 :complies false. + :carol2108 :complies false. }. { @@ -348201,9 +158201,9 @@ } => { var:x_0 :complies false. }. - :carol7109 :does :access_social_media. + :carol2109 :does :access_social_media. } log:explains { - :carol7109 :complies false. + :carol2109 :complies false. }. { @@ -348212,9 +158212,9 @@ } => { var:x_0 :complies false. }. - :carol7110 :does :access_social_media. + :carol2110 :does :access_social_media. } log:explains { - :carol7110 :complies false. + :carol2110 :complies false. }. { @@ -348223,9 +158223,9 @@ } => { var:x_0 :complies false. }. - :carol7111 :does :access_social_media. + :carol2111 :does :access_social_media. } log:explains { - :carol7111 :complies false. + :carol2111 :complies false. }. { @@ -348234,9 +158234,9 @@ } => { var:x_0 :complies false. }. - :carol7112 :does :access_social_media. + :carol2112 :does :access_social_media. } log:explains { - :carol7112 :complies false. + :carol2112 :complies false. }. { @@ -348245,9 +158245,9 @@ } => { var:x_0 :complies false. }. - :carol7113 :does :access_social_media. + :carol2113 :does :access_social_media. } log:explains { - :carol7113 :complies false. + :carol2113 :complies false. }. { @@ -348256,9 +158256,9 @@ } => { var:x_0 :complies false. }. - :carol7114 :does :access_social_media. + :carol2114 :does :access_social_media. } log:explains { - :carol7114 :complies false. + :carol2114 :complies false. }. { @@ -348267,9 +158267,9 @@ } => { var:x_0 :complies false. }. - :carol7115 :does :access_social_media. + :carol2115 :does :access_social_media. } log:explains { - :carol7115 :complies false. + :carol2115 :complies false. }. { @@ -348278,9 +158278,9 @@ } => { var:x_0 :complies false. }. - :carol7116 :does :access_social_media. + :carol2116 :does :access_social_media. } log:explains { - :carol7116 :complies false. + :carol2116 :complies false. }. { @@ -348289,9 +158289,9 @@ } => { var:x_0 :complies false. }. - :carol7117 :does :access_social_media. + :carol2117 :does :access_social_media. } log:explains { - :carol7117 :complies false. + :carol2117 :complies false. }. { @@ -348300,9 +158300,9 @@ } => { var:x_0 :complies false. }. - :carol7118 :does :access_social_media. + :carol2118 :does :access_social_media. } log:explains { - :carol7118 :complies false. + :carol2118 :complies false. }. { @@ -348311,9 +158311,9 @@ } => { var:x_0 :complies false. }. - :carol7119 :does :access_social_media. + :carol2119 :does :access_social_media. } log:explains { - :carol7119 :complies false. + :carol2119 :complies false. }. { @@ -348322,9 +158322,9 @@ } => { var:x_0 :complies false. }. - :carol7120 :does :access_social_media. + :carol2120 :does :access_social_media. } log:explains { - :carol7120 :complies false. + :carol2120 :complies false. }. { @@ -348333,9 +158333,9 @@ } => { var:x_0 :complies false. }. - :carol7121 :does :access_social_media. + :carol2121 :does :access_social_media. } log:explains { - :carol7121 :complies false. + :carol2121 :complies false. }. { @@ -348344,9 +158344,9 @@ } => { var:x_0 :complies false. }. - :carol7122 :does :access_social_media. + :carol2122 :does :access_social_media. } log:explains { - :carol7122 :complies false. + :carol2122 :complies false. }. { @@ -348355,9 +158355,9 @@ } => { var:x_0 :complies false. }. - :carol7123 :does :access_social_media. + :carol2123 :does :access_social_media. } log:explains { - :carol7123 :complies false. + :carol2123 :complies false. }. { @@ -348366,9 +158366,9 @@ } => { var:x_0 :complies false. }. - :carol7124 :does :access_social_media. + :carol2124 :does :access_social_media. } log:explains { - :carol7124 :complies false. + :carol2124 :complies false. }. { @@ -348377,9 +158377,9 @@ } => { var:x_0 :complies false. }. - :carol7125 :does :access_social_media. + :carol2125 :does :access_social_media. } log:explains { - :carol7125 :complies false. + :carol2125 :complies false. }. { @@ -348388,9 +158388,9 @@ } => { var:x_0 :complies false. }. - :carol7126 :does :access_social_media. + :carol2126 :does :access_social_media. } log:explains { - :carol7126 :complies false. + :carol2126 :complies false. }. { @@ -348399,9 +158399,9 @@ } => { var:x_0 :complies false. }. - :carol7127 :does :access_social_media. + :carol2127 :does :access_social_media. } log:explains { - :carol7127 :complies false. + :carol2127 :complies false. }. { @@ -348410,9 +158410,9 @@ } => { var:x_0 :complies false. }. - :carol7128 :does :access_social_media. + :carol2128 :does :access_social_media. } log:explains { - :carol7128 :complies false. + :carol2128 :complies false. }. { @@ -348421,9 +158421,9 @@ } => { var:x_0 :complies false. }. - :carol7129 :does :access_social_media. + :carol2129 :does :access_social_media. } log:explains { - :carol7129 :complies false. + :carol2129 :complies false. }. { @@ -348432,9 +158432,9 @@ } => { var:x_0 :complies false. }. - :carol7130 :does :access_social_media. + :carol2130 :does :access_social_media. } log:explains { - :carol7130 :complies false. + :carol2130 :complies false. }. { @@ -348443,9 +158443,9 @@ } => { var:x_0 :complies false. }. - :carol7131 :does :access_social_media. + :carol2131 :does :access_social_media. } log:explains { - :carol7131 :complies false. + :carol2131 :complies false. }. { @@ -348454,9 +158454,9 @@ } => { var:x_0 :complies false. }. - :carol7132 :does :access_social_media. + :carol2132 :does :access_social_media. } log:explains { - :carol7132 :complies false. + :carol2132 :complies false. }. { @@ -348465,9 +158465,9 @@ } => { var:x_0 :complies false. }. - :carol7133 :does :access_social_media. + :carol2133 :does :access_social_media. } log:explains { - :carol7133 :complies false. + :carol2133 :complies false. }. { @@ -348476,9 +158476,9 @@ } => { var:x_0 :complies false. }. - :carol7134 :does :access_social_media. + :carol2134 :does :access_social_media. } log:explains { - :carol7134 :complies false. + :carol2134 :complies false. }. { @@ -348487,9 +158487,9 @@ } => { var:x_0 :complies false. }. - :carol7135 :does :access_social_media. + :carol2135 :does :access_social_media. } log:explains { - :carol7135 :complies false. + :carol2135 :complies false. }. { @@ -348498,9 +158498,9 @@ } => { var:x_0 :complies false. }. - :carol7136 :does :access_social_media. + :carol2136 :does :access_social_media. } log:explains { - :carol7136 :complies false. + :carol2136 :complies false. }. { @@ -348509,9 +158509,9 @@ } => { var:x_0 :complies false. }. - :carol7137 :does :access_social_media. + :carol2137 :does :access_social_media. } log:explains { - :carol7137 :complies false. + :carol2137 :complies false. }. { @@ -348520,9 +158520,9 @@ } => { var:x_0 :complies false. }. - :carol7138 :does :access_social_media. + :carol2138 :does :access_social_media. } log:explains { - :carol7138 :complies false. + :carol2138 :complies false. }. { @@ -348531,9 +158531,9 @@ } => { var:x_0 :complies false. }. - :carol7139 :does :access_social_media. + :carol2139 :does :access_social_media. } log:explains { - :carol7139 :complies false. + :carol2139 :complies false. }. { @@ -348542,9 +158542,9 @@ } => { var:x_0 :complies false. }. - :carol7140 :does :access_social_media. + :carol2140 :does :access_social_media. } log:explains { - :carol7140 :complies false. + :carol2140 :complies false. }. { @@ -348553,9 +158553,9 @@ } => { var:x_0 :complies false. }. - :carol7141 :does :access_social_media. + :carol2141 :does :access_social_media. } log:explains { - :carol7141 :complies false. + :carol2141 :complies false. }. { @@ -348564,9 +158564,9 @@ } => { var:x_0 :complies false. }. - :carol7142 :does :access_social_media. + :carol2142 :does :access_social_media. } log:explains { - :carol7142 :complies false. + :carol2142 :complies false. }. { @@ -348575,9 +158575,9 @@ } => { var:x_0 :complies false. }. - :carol7143 :does :access_social_media. + :carol2143 :does :access_social_media. } log:explains { - :carol7143 :complies false. + :carol2143 :complies false. }. { @@ -348586,9 +158586,9 @@ } => { var:x_0 :complies false. }. - :carol7144 :does :access_social_media. + :carol2144 :does :access_social_media. } log:explains { - :carol7144 :complies false. + :carol2144 :complies false. }. { @@ -348597,9 +158597,9 @@ } => { var:x_0 :complies false. }. - :carol7145 :does :access_social_media. + :carol2145 :does :access_social_media. } log:explains { - :carol7145 :complies false. + :carol2145 :complies false. }. { @@ -348608,9 +158608,9 @@ } => { var:x_0 :complies false. }. - :carol7146 :does :access_social_media. + :carol2146 :does :access_social_media. } log:explains { - :carol7146 :complies false. + :carol2146 :complies false. }. { @@ -348619,9 +158619,9 @@ } => { var:x_0 :complies false. }. - :carol7147 :does :access_social_media. + :carol2147 :does :access_social_media. } log:explains { - :carol7147 :complies false. + :carol2147 :complies false. }. { @@ -348630,9 +158630,9 @@ } => { var:x_0 :complies false. }. - :carol7148 :does :access_social_media. + :carol2148 :does :access_social_media. } log:explains { - :carol7148 :complies false. + :carol2148 :complies false. }. { @@ -348641,9 +158641,9 @@ } => { var:x_0 :complies false. }. - :carol7149 :does :access_social_media. + :carol2149 :does :access_social_media. } log:explains { - :carol7149 :complies false. + :carol2149 :complies false. }. { @@ -348652,9 +158652,9 @@ } => { var:x_0 :complies false. }. - :carol7150 :does :access_social_media. + :carol2150 :does :access_social_media. } log:explains { - :carol7150 :complies false. + :carol2150 :complies false. }. { @@ -348663,9 +158663,9 @@ } => { var:x_0 :complies false. }. - :carol7151 :does :access_social_media. + :carol2151 :does :access_social_media. } log:explains { - :carol7151 :complies false. + :carol2151 :complies false. }. { @@ -348674,9 +158674,9 @@ } => { var:x_0 :complies false. }. - :carol7152 :does :access_social_media. + :carol2152 :does :access_social_media. } log:explains { - :carol7152 :complies false. + :carol2152 :complies false. }. { @@ -348685,9 +158685,9 @@ } => { var:x_0 :complies false. }. - :carol7153 :does :access_social_media. + :carol2153 :does :access_social_media. } log:explains { - :carol7153 :complies false. + :carol2153 :complies false. }. { @@ -348696,9 +158696,9 @@ } => { var:x_0 :complies false. }. - :carol7154 :does :access_social_media. + :carol2154 :does :access_social_media. } log:explains { - :carol7154 :complies false. + :carol2154 :complies false. }. { @@ -348707,9 +158707,9 @@ } => { var:x_0 :complies false. }. - :carol7155 :does :access_social_media. + :carol2155 :does :access_social_media. } log:explains { - :carol7155 :complies false. + :carol2155 :complies false. }. { @@ -348718,9 +158718,9 @@ } => { var:x_0 :complies false. }. - :carol7156 :does :access_social_media. + :carol2156 :does :access_social_media. } log:explains { - :carol7156 :complies false. + :carol2156 :complies false. }. { @@ -348729,9 +158729,9 @@ } => { var:x_0 :complies false. }. - :carol7157 :does :access_social_media. + :carol2157 :does :access_social_media. } log:explains { - :carol7157 :complies false. + :carol2157 :complies false. }. { @@ -348740,9 +158740,9 @@ } => { var:x_0 :complies false. }. - :carol7158 :does :access_social_media. + :carol2158 :does :access_social_media. } log:explains { - :carol7158 :complies false. + :carol2158 :complies false. }. { @@ -348751,9 +158751,9 @@ } => { var:x_0 :complies false. }. - :carol7159 :does :access_social_media. + :carol2159 :does :access_social_media. } log:explains { - :carol7159 :complies false. + :carol2159 :complies false. }. { @@ -348762,9 +158762,9 @@ } => { var:x_0 :complies false. }. - :carol7160 :does :access_social_media. + :carol2160 :does :access_social_media. } log:explains { - :carol7160 :complies false. + :carol2160 :complies false. }. { @@ -348773,9 +158773,9 @@ } => { var:x_0 :complies false. }. - :carol7161 :does :access_social_media. + :carol2161 :does :access_social_media. } log:explains { - :carol7161 :complies false. + :carol2161 :complies false. }. { @@ -348784,9 +158784,9 @@ } => { var:x_0 :complies false. }. - :carol7162 :does :access_social_media. + :carol2162 :does :access_social_media. } log:explains { - :carol7162 :complies false. + :carol2162 :complies false. }. { @@ -348795,9 +158795,9 @@ } => { var:x_0 :complies false. }. - :carol7163 :does :access_social_media. + :carol2163 :does :access_social_media. } log:explains { - :carol7163 :complies false. + :carol2163 :complies false. }. { @@ -348806,9 +158806,9 @@ } => { var:x_0 :complies false. }. - :carol7164 :does :access_social_media. + :carol2164 :does :access_social_media. } log:explains { - :carol7164 :complies false. + :carol2164 :complies false. }. { @@ -348817,9 +158817,9 @@ } => { var:x_0 :complies false. }. - :carol7165 :does :access_social_media. + :carol2165 :does :access_social_media. } log:explains { - :carol7165 :complies false. + :carol2165 :complies false. }. { @@ -348828,9 +158828,9 @@ } => { var:x_0 :complies false. }. - :carol7166 :does :access_social_media. + :carol2166 :does :access_social_media. } log:explains { - :carol7166 :complies false. + :carol2166 :complies false. }. { @@ -348839,9 +158839,9 @@ } => { var:x_0 :complies false. }. - :carol7167 :does :access_social_media. + :carol2167 :does :access_social_media. } log:explains { - :carol7167 :complies false. + :carol2167 :complies false. }. { @@ -348850,9 +158850,9 @@ } => { var:x_0 :complies false. }. - :carol7168 :does :access_social_media. + :carol2168 :does :access_social_media. } log:explains { - :carol7168 :complies false. + :carol2168 :complies false. }. { @@ -348861,9 +158861,9 @@ } => { var:x_0 :complies false. }. - :carol7169 :does :access_social_media. + :carol2169 :does :access_social_media. } log:explains { - :carol7169 :complies false. + :carol2169 :complies false. }. { @@ -348872,9 +158872,9 @@ } => { var:x_0 :complies false. }. - :carol7170 :does :access_social_media. + :carol2170 :does :access_social_media. } log:explains { - :carol7170 :complies false. + :carol2170 :complies false. }. { @@ -348883,9 +158883,9 @@ } => { var:x_0 :complies false. }. - :carol7171 :does :access_social_media. + :carol2171 :does :access_social_media. } log:explains { - :carol7171 :complies false. + :carol2171 :complies false. }. { @@ -348894,9 +158894,9 @@ } => { var:x_0 :complies false. }. - :carol7172 :does :access_social_media. + :carol2172 :does :access_social_media. } log:explains { - :carol7172 :complies false. + :carol2172 :complies false. }. { @@ -348905,9 +158905,9 @@ } => { var:x_0 :complies false. }. - :carol7173 :does :access_social_media. + :carol2173 :does :access_social_media. } log:explains { - :carol7173 :complies false. + :carol2173 :complies false. }. { @@ -348916,9 +158916,9 @@ } => { var:x_0 :complies false. }. - :carol7174 :does :access_social_media. + :carol2174 :does :access_social_media. } log:explains { - :carol7174 :complies false. + :carol2174 :complies false. }. { @@ -348927,9 +158927,9 @@ } => { var:x_0 :complies false. }. - :carol7175 :does :access_social_media. + :carol2175 :does :access_social_media. } log:explains { - :carol7175 :complies false. + :carol2175 :complies false. }. { @@ -348938,9 +158938,9 @@ } => { var:x_0 :complies false. }. - :carol7176 :does :access_social_media. + :carol2176 :does :access_social_media. } log:explains { - :carol7176 :complies false. + :carol2176 :complies false. }. { @@ -348949,9 +158949,9 @@ } => { var:x_0 :complies false. }. - :carol7177 :does :access_social_media. + :carol2177 :does :access_social_media. } log:explains { - :carol7177 :complies false. + :carol2177 :complies false. }. { @@ -348960,9 +158960,9 @@ } => { var:x_0 :complies false. }. - :carol7178 :does :access_social_media. + :carol2178 :does :access_social_media. } log:explains { - :carol7178 :complies false. + :carol2178 :complies false. }. { @@ -348971,9 +158971,9 @@ } => { var:x_0 :complies false. }. - :carol7179 :does :access_social_media. + :carol2179 :does :access_social_media. } log:explains { - :carol7179 :complies false. + :carol2179 :complies false. }. { @@ -348982,9 +158982,9 @@ } => { var:x_0 :complies false. }. - :carol7180 :does :access_social_media. + :carol2180 :does :access_social_media. } log:explains { - :carol7180 :complies false. + :carol2180 :complies false. }. { @@ -348993,9 +158993,9 @@ } => { var:x_0 :complies false. }. - :carol7181 :does :access_social_media. + :carol2181 :does :access_social_media. } log:explains { - :carol7181 :complies false. + :carol2181 :complies false. }. { @@ -349004,9 +159004,9 @@ } => { var:x_0 :complies false. }. - :carol7182 :does :access_social_media. + :carol2182 :does :access_social_media. } log:explains { - :carol7182 :complies false. + :carol2182 :complies false. }. { @@ -349015,9 +159015,9 @@ } => { var:x_0 :complies false. }. - :carol7183 :does :access_social_media. + :carol2183 :does :access_social_media. } log:explains { - :carol7183 :complies false. + :carol2183 :complies false. }. { @@ -349026,9 +159026,9 @@ } => { var:x_0 :complies false. }. - :carol7184 :does :access_social_media. + :carol2184 :does :access_social_media. } log:explains { - :carol7184 :complies false. + :carol2184 :complies false. }. { @@ -349037,9 +159037,9 @@ } => { var:x_0 :complies false. }. - :carol7185 :does :access_social_media. + :carol2185 :does :access_social_media. } log:explains { - :carol7185 :complies false. + :carol2185 :complies false. }. { @@ -349048,9 +159048,9 @@ } => { var:x_0 :complies false. }. - :carol7186 :does :access_social_media. + :carol2186 :does :access_social_media. } log:explains { - :carol7186 :complies false. + :carol2186 :complies false. }. { @@ -349059,9 +159059,9 @@ } => { var:x_0 :complies false. }. - :carol7187 :does :access_social_media. + :carol2187 :does :access_social_media. } log:explains { - :carol7187 :complies false. + :carol2187 :complies false. }. { @@ -349070,9 +159070,9 @@ } => { var:x_0 :complies false. }. - :carol7188 :does :access_social_media. + :carol2188 :does :access_social_media. } log:explains { - :carol7188 :complies false. + :carol2188 :complies false. }. { @@ -349081,9 +159081,9 @@ } => { var:x_0 :complies false. }. - :carol7189 :does :access_social_media. + :carol2189 :does :access_social_media. } log:explains { - :carol7189 :complies false. + :carol2189 :complies false. }. { @@ -349092,9 +159092,9 @@ } => { var:x_0 :complies false. }. - :carol7190 :does :access_social_media. + :carol2190 :does :access_social_media. } log:explains { - :carol7190 :complies false. + :carol2190 :complies false. }. { @@ -349103,9 +159103,9 @@ } => { var:x_0 :complies false. }. - :carol7191 :does :access_social_media. + :carol2191 :does :access_social_media. } log:explains { - :carol7191 :complies false. + :carol2191 :complies false. }. { @@ -349114,9 +159114,9 @@ } => { var:x_0 :complies false. }. - :carol7192 :does :access_social_media. + :carol2192 :does :access_social_media. } log:explains { - :carol7192 :complies false. + :carol2192 :complies false. }. { @@ -349125,9 +159125,9 @@ } => { var:x_0 :complies false. }. - :carol7193 :does :access_social_media. + :carol2193 :does :access_social_media. } log:explains { - :carol7193 :complies false. + :carol2193 :complies false. }. { @@ -349136,9 +159136,9 @@ } => { var:x_0 :complies false. }. - :carol7194 :does :access_social_media. + :carol2194 :does :access_social_media. } log:explains { - :carol7194 :complies false. + :carol2194 :complies false. }. { @@ -349147,9 +159147,9 @@ } => { var:x_0 :complies false. }. - :carol7195 :does :access_social_media. + :carol2195 :does :access_social_media. } log:explains { - :carol7195 :complies false. + :carol2195 :complies false. }. { @@ -349158,9 +159158,9 @@ } => { var:x_0 :complies false. }. - :carol7196 :does :access_social_media. + :carol2196 :does :access_social_media. } log:explains { - :carol7196 :complies false. + :carol2196 :complies false. }. { @@ -349169,9 +159169,9 @@ } => { var:x_0 :complies false. }. - :carol7197 :does :access_social_media. + :carol2197 :does :access_social_media. } log:explains { - :carol7197 :complies false. + :carol2197 :complies false. }. { @@ -349180,9 +159180,9 @@ } => { var:x_0 :complies false. }. - :carol7198 :does :access_social_media. + :carol2198 :does :access_social_media. } log:explains { - :carol7198 :complies false. + :carol2198 :complies false. }. { @@ -349191,9 +159191,9 @@ } => { var:x_0 :complies false. }. - :carol7199 :does :access_social_media. + :carol2199 :does :access_social_media. } log:explains { - :carol7199 :complies false. + :carol2199 :complies false. }. { @@ -349202,9 +159202,9 @@ } => { var:x_0 :complies false. }. - :carol7200 :does :access_social_media. + :carol2200 :does :access_social_media. } log:explains { - :carol7200 :complies false. + :carol2200 :complies false. }. { @@ -349213,9 +159213,9 @@ } => { var:x_0 :complies false. }. - :carol7201 :does :access_social_media. + :carol2201 :does :access_social_media. } log:explains { - :carol7201 :complies false. + :carol2201 :complies false. }. { @@ -349224,9 +159224,9 @@ } => { var:x_0 :complies false. }. - :carol7202 :does :access_social_media. + :carol2202 :does :access_social_media. } log:explains { - :carol7202 :complies false. + :carol2202 :complies false. }. { @@ -349235,9 +159235,9 @@ } => { var:x_0 :complies false. }. - :carol7203 :does :access_social_media. + :carol2203 :does :access_social_media. } log:explains { - :carol7203 :complies false. + :carol2203 :complies false. }. { @@ -349246,9 +159246,9 @@ } => { var:x_0 :complies false. }. - :carol7204 :does :access_social_media. + :carol2204 :does :access_social_media. } log:explains { - :carol7204 :complies false. + :carol2204 :complies false. }. { @@ -349257,9 +159257,9 @@ } => { var:x_0 :complies false. }. - :carol7205 :does :access_social_media. + :carol2205 :does :access_social_media. } log:explains { - :carol7205 :complies false. + :carol2205 :complies false. }. { @@ -349268,9 +159268,9 @@ } => { var:x_0 :complies false. }. - :carol7206 :does :access_social_media. + :carol2206 :does :access_social_media. } log:explains { - :carol7206 :complies false. + :carol2206 :complies false. }. { @@ -349279,9 +159279,9 @@ } => { var:x_0 :complies false. }. - :carol7207 :does :access_social_media. + :carol2207 :does :access_social_media. } log:explains { - :carol7207 :complies false. + :carol2207 :complies false. }. { @@ -349290,9 +159290,9 @@ } => { var:x_0 :complies false. }. - :carol7208 :does :access_social_media. + :carol2208 :does :access_social_media. } log:explains { - :carol7208 :complies false. + :carol2208 :complies false. }. { @@ -349301,9 +159301,9 @@ } => { var:x_0 :complies false. }. - :carol7209 :does :access_social_media. + :carol2209 :does :access_social_media. } log:explains { - :carol7209 :complies false. + :carol2209 :complies false. }. { @@ -349312,9 +159312,9 @@ } => { var:x_0 :complies false. }. - :carol7210 :does :access_social_media. + :carol2210 :does :access_social_media. } log:explains { - :carol7210 :complies false. + :carol2210 :complies false. }. { @@ -349323,9 +159323,9 @@ } => { var:x_0 :complies false. }. - :carol7211 :does :access_social_media. + :carol2211 :does :access_social_media. } log:explains { - :carol7211 :complies false. + :carol2211 :complies false. }. { @@ -349334,9 +159334,9 @@ } => { var:x_0 :complies false. }. - :carol7212 :does :access_social_media. + :carol2212 :does :access_social_media. } log:explains { - :carol7212 :complies false. + :carol2212 :complies false. }. { @@ -349345,9 +159345,9 @@ } => { var:x_0 :complies false. }. - :carol7213 :does :access_social_media. + :carol2213 :does :access_social_media. } log:explains { - :carol7213 :complies false. + :carol2213 :complies false. }. { @@ -349356,9 +159356,9 @@ } => { var:x_0 :complies false. }. - :carol7214 :does :access_social_media. + :carol2214 :does :access_social_media. } log:explains { - :carol7214 :complies false. + :carol2214 :complies false. }. { @@ -349367,9 +159367,9 @@ } => { var:x_0 :complies false. }. - :carol7215 :does :access_social_media. + :carol2215 :does :access_social_media. } log:explains { - :carol7215 :complies false. + :carol2215 :complies false. }. { @@ -349378,9 +159378,9 @@ } => { var:x_0 :complies false. }. - :carol7216 :does :access_social_media. + :carol2216 :does :access_social_media. } log:explains { - :carol7216 :complies false. + :carol2216 :complies false. }. { @@ -349389,9 +159389,9 @@ } => { var:x_0 :complies false. }. - :carol7217 :does :access_social_media. + :carol2217 :does :access_social_media. } log:explains { - :carol7217 :complies false. + :carol2217 :complies false. }. { @@ -349400,9 +159400,9 @@ } => { var:x_0 :complies false. }. - :carol7218 :does :access_social_media. + :carol2218 :does :access_social_media. } log:explains { - :carol7218 :complies false. + :carol2218 :complies false. }. { @@ -349411,9 +159411,9 @@ } => { var:x_0 :complies false. }. - :carol7219 :does :access_social_media. + :carol2219 :does :access_social_media. } log:explains { - :carol7219 :complies false. + :carol2219 :complies false. }. { @@ -349422,9 +159422,9 @@ } => { var:x_0 :complies false. }. - :carol7220 :does :access_social_media. + :carol2220 :does :access_social_media. } log:explains { - :carol7220 :complies false. + :carol2220 :complies false. }. { @@ -349433,9 +159433,9 @@ } => { var:x_0 :complies false. }. - :carol7221 :does :access_social_media. + :carol2221 :does :access_social_media. } log:explains { - :carol7221 :complies false. + :carol2221 :complies false. }. { @@ -349444,9 +159444,9 @@ } => { var:x_0 :complies false. }. - :carol7222 :does :access_social_media. + :carol2222 :does :access_social_media. } log:explains { - :carol7222 :complies false. + :carol2222 :complies false. }. { @@ -349455,9 +159455,9 @@ } => { var:x_0 :complies false. }. - :carol7223 :does :access_social_media. + :carol2223 :does :access_social_media. } log:explains { - :carol7223 :complies false. + :carol2223 :complies false. }. { @@ -349466,9 +159466,9 @@ } => { var:x_0 :complies false. }. - :carol7224 :does :access_social_media. + :carol2224 :does :access_social_media. } log:explains { - :carol7224 :complies false. + :carol2224 :complies false. }. { @@ -349477,9 +159477,9 @@ } => { var:x_0 :complies false. }. - :carol7225 :does :access_social_media. + :carol2225 :does :access_social_media. } log:explains { - :carol7225 :complies false. + :carol2225 :complies false. }. { @@ -349488,9 +159488,9 @@ } => { var:x_0 :complies false. }. - :carol7226 :does :access_social_media. + :carol2226 :does :access_social_media. } log:explains { - :carol7226 :complies false. + :carol2226 :complies false. }. { @@ -349499,9 +159499,9 @@ } => { var:x_0 :complies false. }. - :carol7227 :does :access_social_media. + :carol2227 :does :access_social_media. } log:explains { - :carol7227 :complies false. + :carol2227 :complies false. }. { @@ -349510,9 +159510,9 @@ } => { var:x_0 :complies false. }. - :carol7228 :does :access_social_media. + :carol2228 :does :access_social_media. } log:explains { - :carol7228 :complies false. + :carol2228 :complies false. }. { @@ -349521,9 +159521,9 @@ } => { var:x_0 :complies false. }. - :carol7229 :does :access_social_media. + :carol2229 :does :access_social_media. } log:explains { - :carol7229 :complies false. + :carol2229 :complies false. }. { @@ -349532,9 +159532,9 @@ } => { var:x_0 :complies false. }. - :carol7230 :does :access_social_media. + :carol2230 :does :access_social_media. } log:explains { - :carol7230 :complies false. + :carol2230 :complies false. }. { @@ -349543,9 +159543,9 @@ } => { var:x_0 :complies false. }. - :carol7231 :does :access_social_media. + :carol2231 :does :access_social_media. } log:explains { - :carol7231 :complies false. + :carol2231 :complies false. }. { @@ -349554,9 +159554,9 @@ } => { var:x_0 :complies false. }. - :carol7232 :does :access_social_media. + :carol2232 :does :access_social_media. } log:explains { - :carol7232 :complies false. + :carol2232 :complies false. }. { @@ -349565,9 +159565,9 @@ } => { var:x_0 :complies false. }. - :carol7233 :does :access_social_media. + :carol2233 :does :access_social_media. } log:explains { - :carol7233 :complies false. + :carol2233 :complies false. }. { @@ -349576,9 +159576,9 @@ } => { var:x_0 :complies false. }. - :carol7234 :does :access_social_media. + :carol2234 :does :access_social_media. } log:explains { - :carol7234 :complies false. + :carol2234 :complies false. }. { @@ -349587,9 +159587,9 @@ } => { var:x_0 :complies false. }. - :carol7235 :does :access_social_media. + :carol2235 :does :access_social_media. } log:explains { - :carol7235 :complies false. + :carol2235 :complies false. }. { @@ -349598,9 +159598,9 @@ } => { var:x_0 :complies false. }. - :carol7236 :does :access_social_media. + :carol2236 :does :access_social_media. } log:explains { - :carol7236 :complies false. + :carol2236 :complies false. }. { @@ -349609,9 +159609,9 @@ } => { var:x_0 :complies false. }. - :carol7237 :does :access_social_media. + :carol2237 :does :access_social_media. } log:explains { - :carol7237 :complies false. + :carol2237 :complies false. }. { @@ -349620,9 +159620,9 @@ } => { var:x_0 :complies false. }. - :carol7238 :does :access_social_media. + :carol2238 :does :access_social_media. } log:explains { - :carol7238 :complies false. + :carol2238 :complies false. }. { @@ -349631,9 +159631,9 @@ } => { var:x_0 :complies false. }. - :carol7239 :does :access_social_media. + :carol2239 :does :access_social_media. } log:explains { - :carol7239 :complies false. + :carol2239 :complies false. }. { @@ -349642,9 +159642,9 @@ } => { var:x_0 :complies false. }. - :carol7240 :does :access_social_media. + :carol2240 :does :access_social_media. } log:explains { - :carol7240 :complies false. + :carol2240 :complies false. }. { @@ -349653,9 +159653,9 @@ } => { var:x_0 :complies false. }. - :carol7241 :does :access_social_media. + :carol2241 :does :access_social_media. } log:explains { - :carol7241 :complies false. + :carol2241 :complies false. }. { @@ -349664,9 +159664,9 @@ } => { var:x_0 :complies false. }. - :carol7242 :does :access_social_media. + :carol2242 :does :access_social_media. } log:explains { - :carol7242 :complies false. + :carol2242 :complies false. }. { @@ -349675,9 +159675,9 @@ } => { var:x_0 :complies false. }. - :carol7243 :does :access_social_media. + :carol2243 :does :access_social_media. } log:explains { - :carol7243 :complies false. + :carol2243 :complies false. }. { @@ -349686,9 +159686,9 @@ } => { var:x_0 :complies false. }. - :carol7244 :does :access_social_media. + :carol2244 :does :access_social_media. } log:explains { - :carol7244 :complies false. + :carol2244 :complies false. }. { @@ -349697,9 +159697,9 @@ } => { var:x_0 :complies false. }. - :carol7245 :does :access_social_media. + :carol2245 :does :access_social_media. } log:explains { - :carol7245 :complies false. + :carol2245 :complies false. }. { @@ -349708,9 +159708,9 @@ } => { var:x_0 :complies false. }. - :carol7246 :does :access_social_media. + :carol2246 :does :access_social_media. } log:explains { - :carol7246 :complies false. + :carol2246 :complies false. }. { @@ -349719,9 +159719,9 @@ } => { var:x_0 :complies false. }. - :carol7247 :does :access_social_media. + :carol2247 :does :access_social_media. } log:explains { - :carol7247 :complies false. + :carol2247 :complies false. }. { @@ -349730,9 +159730,9 @@ } => { var:x_0 :complies false. }. - :carol7248 :does :access_social_media. + :carol2248 :does :access_social_media. } log:explains { - :carol7248 :complies false. + :carol2248 :complies false. }. { @@ -349741,9 +159741,9 @@ } => { var:x_0 :complies false. }. - :carol7249 :does :access_social_media. + :carol2249 :does :access_social_media. } log:explains { - :carol7249 :complies false. + :carol2249 :complies false. }. { @@ -349752,9 +159752,9 @@ } => { var:x_0 :complies false. }. - :carol7250 :does :access_social_media. + :carol2250 :does :access_social_media. } log:explains { - :carol7250 :complies false. + :carol2250 :complies false. }. { @@ -349763,9 +159763,9 @@ } => { var:x_0 :complies false. }. - :carol7251 :does :access_social_media. + :carol2251 :does :access_social_media. } log:explains { - :carol7251 :complies false. + :carol2251 :complies false. }. { @@ -349774,9 +159774,9 @@ } => { var:x_0 :complies false. }. - :carol7252 :does :access_social_media. + :carol2252 :does :access_social_media. } log:explains { - :carol7252 :complies false. + :carol2252 :complies false. }. { @@ -349785,9 +159785,9 @@ } => { var:x_0 :complies false. }. - :carol7253 :does :access_social_media. + :carol2253 :does :access_social_media. } log:explains { - :carol7253 :complies false. + :carol2253 :complies false. }. { @@ -349796,9 +159796,9 @@ } => { var:x_0 :complies false. }. - :carol7254 :does :access_social_media. + :carol2254 :does :access_social_media. } log:explains { - :carol7254 :complies false. + :carol2254 :complies false. }. { @@ -349807,9 +159807,9 @@ } => { var:x_0 :complies false. }. - :carol7255 :does :access_social_media. + :carol2255 :does :access_social_media. } log:explains { - :carol7255 :complies false. + :carol2255 :complies false. }. { @@ -349818,9 +159818,9 @@ } => { var:x_0 :complies false. }. - :carol7256 :does :access_social_media. + :carol2256 :does :access_social_media. } log:explains { - :carol7256 :complies false. + :carol2256 :complies false. }. { @@ -349829,9 +159829,9 @@ } => { var:x_0 :complies false. }. - :carol7257 :does :access_social_media. + :carol2257 :does :access_social_media. } log:explains { - :carol7257 :complies false. + :carol2257 :complies false. }. { @@ -349840,9 +159840,9 @@ } => { var:x_0 :complies false. }. - :carol7258 :does :access_social_media. + :carol2258 :does :access_social_media. } log:explains { - :carol7258 :complies false. + :carol2258 :complies false. }. { @@ -349851,9 +159851,9 @@ } => { var:x_0 :complies false. }. - :carol7259 :does :access_social_media. + :carol2259 :does :access_social_media. } log:explains { - :carol7259 :complies false. + :carol2259 :complies false. }. { @@ -349862,9 +159862,9 @@ } => { var:x_0 :complies false. }. - :carol7260 :does :access_social_media. + :carol2260 :does :access_social_media. } log:explains { - :carol7260 :complies false. + :carol2260 :complies false. }. { @@ -349873,9 +159873,9 @@ } => { var:x_0 :complies false. }. - :carol7261 :does :access_social_media. + :carol2261 :does :access_social_media. } log:explains { - :carol7261 :complies false. + :carol2261 :complies false. }. { @@ -349884,9 +159884,9 @@ } => { var:x_0 :complies false. }. - :carol7262 :does :access_social_media. + :carol2262 :does :access_social_media. } log:explains { - :carol7262 :complies false. + :carol2262 :complies false. }. { @@ -349895,9 +159895,9 @@ } => { var:x_0 :complies false. }. - :carol7263 :does :access_social_media. + :carol2263 :does :access_social_media. } log:explains { - :carol7263 :complies false. + :carol2263 :complies false. }. { @@ -349906,9 +159906,9 @@ } => { var:x_0 :complies false. }. - :carol7264 :does :access_social_media. + :carol2264 :does :access_social_media. } log:explains { - :carol7264 :complies false. + :carol2264 :complies false. }. { @@ -349917,9 +159917,9 @@ } => { var:x_0 :complies false. }. - :carol7265 :does :access_social_media. + :carol2265 :does :access_social_media. } log:explains { - :carol7265 :complies false. + :carol2265 :complies false. }. { @@ -349928,9 +159928,9 @@ } => { var:x_0 :complies false. }. - :carol7266 :does :access_social_media. + :carol2266 :does :access_social_media. } log:explains { - :carol7266 :complies false. + :carol2266 :complies false. }. { @@ -349939,9 +159939,9 @@ } => { var:x_0 :complies false. }. - :carol7267 :does :access_social_media. + :carol2267 :does :access_social_media. } log:explains { - :carol7267 :complies false. + :carol2267 :complies false. }. { @@ -349950,9 +159950,9 @@ } => { var:x_0 :complies false. }. - :carol7268 :does :access_social_media. + :carol2268 :does :access_social_media. } log:explains { - :carol7268 :complies false. + :carol2268 :complies false. }. { @@ -349961,9 +159961,9 @@ } => { var:x_0 :complies false. }. - :carol7269 :does :access_social_media. + :carol2269 :does :access_social_media. } log:explains { - :carol7269 :complies false. + :carol2269 :complies false. }. { @@ -349972,9 +159972,9 @@ } => { var:x_0 :complies false. }. - :carol7270 :does :access_social_media. + :carol2270 :does :access_social_media. } log:explains { - :carol7270 :complies false. + :carol2270 :complies false. }. { @@ -349983,9 +159983,9 @@ } => { var:x_0 :complies false. }. - :carol7271 :does :access_social_media. + :carol2271 :does :access_social_media. } log:explains { - :carol7271 :complies false. + :carol2271 :complies false. }. { @@ -349994,9 +159994,9 @@ } => { var:x_0 :complies false. }. - :carol7272 :does :access_social_media. + :carol2272 :does :access_social_media. } log:explains { - :carol7272 :complies false. + :carol2272 :complies false. }. { @@ -350005,9 +160005,9 @@ } => { var:x_0 :complies false. }. - :carol7273 :does :access_social_media. + :carol2273 :does :access_social_media. } log:explains { - :carol7273 :complies false. + :carol2273 :complies false. }. { @@ -350016,9 +160016,9 @@ } => { var:x_0 :complies false. }. - :carol7274 :does :access_social_media. + :carol2274 :does :access_social_media. } log:explains { - :carol7274 :complies false. + :carol2274 :complies false. }. { @@ -350027,9 +160027,9 @@ } => { var:x_0 :complies false. }. - :carol7275 :does :access_social_media. + :carol2275 :does :access_social_media. } log:explains { - :carol7275 :complies false. + :carol2275 :complies false. }. { @@ -350038,9 +160038,9 @@ } => { var:x_0 :complies false. }. - :carol7276 :does :access_social_media. + :carol2276 :does :access_social_media. } log:explains { - :carol7276 :complies false. + :carol2276 :complies false. }. { @@ -350049,9 +160049,9 @@ } => { var:x_0 :complies false. }. - :carol7277 :does :access_social_media. + :carol2277 :does :access_social_media. } log:explains { - :carol7277 :complies false. + :carol2277 :complies false. }. { @@ -350060,9 +160060,9 @@ } => { var:x_0 :complies false. }. - :carol7278 :does :access_social_media. + :carol2278 :does :access_social_media. } log:explains { - :carol7278 :complies false. + :carol2278 :complies false. }. { @@ -350071,9 +160071,9 @@ } => { var:x_0 :complies false. }. - :carol7279 :does :access_social_media. + :carol2279 :does :access_social_media. } log:explains { - :carol7279 :complies false. + :carol2279 :complies false. }. { @@ -350082,9 +160082,9 @@ } => { var:x_0 :complies false. }. - :carol7280 :does :access_social_media. + :carol2280 :does :access_social_media. } log:explains { - :carol7280 :complies false. + :carol2280 :complies false. }. { @@ -350093,9 +160093,9 @@ } => { var:x_0 :complies false. }. - :carol7281 :does :access_social_media. + :carol2281 :does :access_social_media. } log:explains { - :carol7281 :complies false. + :carol2281 :complies false. }. { @@ -350104,9 +160104,9 @@ } => { var:x_0 :complies false. }. - :carol7282 :does :access_social_media. + :carol2282 :does :access_social_media. } log:explains { - :carol7282 :complies false. + :carol2282 :complies false. }. { @@ -350115,9 +160115,9 @@ } => { var:x_0 :complies false. }. - :carol7283 :does :access_social_media. + :carol2283 :does :access_social_media. } log:explains { - :carol7283 :complies false. + :carol2283 :complies false. }. { @@ -350126,9 +160126,9 @@ } => { var:x_0 :complies false. }. - :carol7284 :does :access_social_media. + :carol2284 :does :access_social_media. } log:explains { - :carol7284 :complies false. + :carol2284 :complies false. }. { @@ -350137,9 +160137,9 @@ } => { var:x_0 :complies false. }. - :carol7285 :does :access_social_media. + :carol2285 :does :access_social_media. } log:explains { - :carol7285 :complies false. + :carol2285 :complies false. }. { @@ -350148,9 +160148,9 @@ } => { var:x_0 :complies false. }. - :carol7286 :does :access_social_media. + :carol2286 :does :access_social_media. } log:explains { - :carol7286 :complies false. + :carol2286 :complies false. }. { @@ -350159,9 +160159,9 @@ } => { var:x_0 :complies false. }. - :carol7287 :does :access_social_media. + :carol2287 :does :access_social_media. } log:explains { - :carol7287 :complies false. + :carol2287 :complies false. }. { @@ -350170,9 +160170,9 @@ } => { var:x_0 :complies false. }. - :carol7288 :does :access_social_media. + :carol2288 :does :access_social_media. } log:explains { - :carol7288 :complies false. + :carol2288 :complies false. }. { @@ -350181,9 +160181,9 @@ } => { var:x_0 :complies false. }. - :carol7289 :does :access_social_media. + :carol2289 :does :access_social_media. } log:explains { - :carol7289 :complies false. + :carol2289 :complies false. }. { @@ -350192,9 +160192,9 @@ } => { var:x_0 :complies false. }. - :carol7290 :does :access_social_media. + :carol2290 :does :access_social_media. } log:explains { - :carol7290 :complies false. + :carol2290 :complies false. }. { @@ -350203,9 +160203,9 @@ } => { var:x_0 :complies false. }. - :carol7291 :does :access_social_media. + :carol2291 :does :access_social_media. } log:explains { - :carol7291 :complies false. + :carol2291 :complies false. }. { @@ -350214,9 +160214,9 @@ } => { var:x_0 :complies false. }. - :carol7292 :does :access_social_media. + :carol2292 :does :access_social_media. } log:explains { - :carol7292 :complies false. + :carol2292 :complies false. }. { @@ -350225,9 +160225,9 @@ } => { var:x_0 :complies false. }. - :carol7293 :does :access_social_media. + :carol2293 :does :access_social_media. } log:explains { - :carol7293 :complies false. + :carol2293 :complies false. }. { @@ -350236,9 +160236,9 @@ } => { var:x_0 :complies false. }. - :carol7294 :does :access_social_media. + :carol2294 :does :access_social_media. } log:explains { - :carol7294 :complies false. + :carol2294 :complies false. }. { @@ -350247,9 +160247,9 @@ } => { var:x_0 :complies false. }. - :carol7295 :does :access_social_media. + :carol2295 :does :access_social_media. } log:explains { - :carol7295 :complies false. + :carol2295 :complies false. }. { @@ -350258,9 +160258,9 @@ } => { var:x_0 :complies false. }. - :carol7296 :does :access_social_media. + :carol2296 :does :access_social_media. } log:explains { - :carol7296 :complies false. + :carol2296 :complies false. }. { @@ -350269,9 +160269,9 @@ } => { var:x_0 :complies false. }. - :carol7297 :does :access_social_media. + :carol2297 :does :access_social_media. } log:explains { - :carol7297 :complies false. + :carol2297 :complies false. }. { @@ -350280,9 +160280,9 @@ } => { var:x_0 :complies false. }. - :carol7298 :does :access_social_media. + :carol2298 :does :access_social_media. } log:explains { - :carol7298 :complies false. + :carol2298 :complies false. }. { @@ -350291,9 +160291,9 @@ } => { var:x_0 :complies false. }. - :carol7299 :does :access_social_media. + :carol2299 :does :access_social_media. } log:explains { - :carol7299 :complies false. + :carol2299 :complies false. }. { @@ -350302,9 +160302,9 @@ } => { var:x_0 :complies false. }. - :carol7300 :does :access_social_media. + :carol2300 :does :access_social_media. } log:explains { - :carol7300 :complies false. + :carol2300 :complies false. }. { @@ -350313,9 +160313,9 @@ } => { var:x_0 :complies false. }. - :carol7301 :does :access_social_media. + :carol2301 :does :access_social_media. } log:explains { - :carol7301 :complies false. + :carol2301 :complies false. }. { @@ -350324,9 +160324,9 @@ } => { var:x_0 :complies false. }. - :carol7302 :does :access_social_media. + :carol2302 :does :access_social_media. } log:explains { - :carol7302 :complies false. + :carol2302 :complies false. }. { @@ -350335,9 +160335,9 @@ } => { var:x_0 :complies false. }. - :carol7303 :does :access_social_media. + :carol2303 :does :access_social_media. } log:explains { - :carol7303 :complies false. + :carol2303 :complies false. }. { @@ -350346,9 +160346,9 @@ } => { var:x_0 :complies false. }. - :carol7304 :does :access_social_media. + :carol2304 :does :access_social_media. } log:explains { - :carol7304 :complies false. + :carol2304 :complies false. }. { @@ -350357,9 +160357,9 @@ } => { var:x_0 :complies false. }. - :carol7305 :does :access_social_media. + :carol2305 :does :access_social_media. } log:explains { - :carol7305 :complies false. + :carol2305 :complies false. }. { @@ -350368,9 +160368,9 @@ } => { var:x_0 :complies false. }. - :carol7306 :does :access_social_media. + :carol2306 :does :access_social_media. } log:explains { - :carol7306 :complies false. + :carol2306 :complies false. }. { @@ -350379,9 +160379,9 @@ } => { var:x_0 :complies false. }. - :carol7307 :does :access_social_media. + :carol2307 :does :access_social_media. } log:explains { - :carol7307 :complies false. + :carol2307 :complies false. }. { @@ -350390,9 +160390,9 @@ } => { var:x_0 :complies false. }. - :carol7308 :does :access_social_media. + :carol2308 :does :access_social_media. } log:explains { - :carol7308 :complies false. + :carol2308 :complies false. }. { @@ -350401,9 +160401,9 @@ } => { var:x_0 :complies false. }. - :carol7309 :does :access_social_media. + :carol2309 :does :access_social_media. } log:explains { - :carol7309 :complies false. + :carol2309 :complies false. }. { @@ -350412,9 +160412,9 @@ } => { var:x_0 :complies false. }. - :carol7310 :does :access_social_media. + :carol2310 :does :access_social_media. } log:explains { - :carol7310 :complies false. + :carol2310 :complies false. }. { @@ -350423,9 +160423,9 @@ } => { var:x_0 :complies false. }. - :carol7311 :does :access_social_media. + :carol2311 :does :access_social_media. } log:explains { - :carol7311 :complies false. + :carol2311 :complies false. }. { @@ -350434,9 +160434,9 @@ } => { var:x_0 :complies false. }. - :carol7312 :does :access_social_media. + :carol2312 :does :access_social_media. } log:explains { - :carol7312 :complies false. + :carol2312 :complies false. }. { @@ -350445,9 +160445,9 @@ } => { var:x_0 :complies false. }. - :carol7313 :does :access_social_media. + :carol2313 :does :access_social_media. } log:explains { - :carol7313 :complies false. + :carol2313 :complies false. }. { @@ -350456,9 +160456,9 @@ } => { var:x_0 :complies false. }. - :carol7314 :does :access_social_media. + :carol2314 :does :access_social_media. } log:explains { - :carol7314 :complies false. + :carol2314 :complies false. }. { @@ -350467,9 +160467,9 @@ } => { var:x_0 :complies false. }. - :carol7315 :does :access_social_media. + :carol2315 :does :access_social_media. } log:explains { - :carol7315 :complies false. + :carol2315 :complies false. }. { @@ -350478,9 +160478,9 @@ } => { var:x_0 :complies false. }. - :carol7316 :does :access_social_media. + :carol2316 :does :access_social_media. } log:explains { - :carol7316 :complies false. + :carol2316 :complies false. }. { @@ -350489,9 +160489,9 @@ } => { var:x_0 :complies false. }. - :carol7317 :does :access_social_media. + :carol2317 :does :access_social_media. } log:explains { - :carol7317 :complies false. + :carol2317 :complies false. }. { @@ -350500,9 +160500,9 @@ } => { var:x_0 :complies false. }. - :carol7318 :does :access_social_media. + :carol2318 :does :access_social_media. } log:explains { - :carol7318 :complies false. + :carol2318 :complies false. }. { @@ -350511,9 +160511,9 @@ } => { var:x_0 :complies false. }. - :carol7319 :does :access_social_media. + :carol2319 :does :access_social_media. } log:explains { - :carol7319 :complies false. + :carol2319 :complies false. }. { @@ -350522,9 +160522,9 @@ } => { var:x_0 :complies false. }. - :carol7320 :does :access_social_media. + :carol2320 :does :access_social_media. } log:explains { - :carol7320 :complies false. + :carol2320 :complies false. }. { @@ -350533,9 +160533,9 @@ } => { var:x_0 :complies false. }. - :carol7321 :does :access_social_media. + :carol2321 :does :access_social_media. } log:explains { - :carol7321 :complies false. + :carol2321 :complies false. }. { @@ -350544,9 +160544,9 @@ } => { var:x_0 :complies false. }. - :carol7322 :does :access_social_media. + :carol2322 :does :access_social_media. } log:explains { - :carol7322 :complies false. + :carol2322 :complies false. }. { @@ -350555,9 +160555,9 @@ } => { var:x_0 :complies false. }. - :carol7323 :does :access_social_media. + :carol2323 :does :access_social_media. } log:explains { - :carol7323 :complies false. + :carol2323 :complies false. }. { @@ -350566,9 +160566,9 @@ } => { var:x_0 :complies false. }. - :carol7324 :does :access_social_media. + :carol2324 :does :access_social_media. } log:explains { - :carol7324 :complies false. + :carol2324 :complies false. }. { @@ -350577,9 +160577,9 @@ } => { var:x_0 :complies false. }. - :carol7325 :does :access_social_media. + :carol2325 :does :access_social_media. } log:explains { - :carol7325 :complies false. + :carol2325 :complies false. }. { @@ -350588,9 +160588,9 @@ } => { var:x_0 :complies false. }. - :carol7326 :does :access_social_media. + :carol2326 :does :access_social_media. } log:explains { - :carol7326 :complies false. + :carol2326 :complies false. }. { @@ -350599,9 +160599,9 @@ } => { var:x_0 :complies false. }. - :carol7327 :does :access_social_media. + :carol2327 :does :access_social_media. } log:explains { - :carol7327 :complies false. + :carol2327 :complies false. }. { @@ -350610,9 +160610,9 @@ } => { var:x_0 :complies false. }. - :carol7328 :does :access_social_media. + :carol2328 :does :access_social_media. } log:explains { - :carol7328 :complies false. + :carol2328 :complies false. }. { @@ -350621,9 +160621,9 @@ } => { var:x_0 :complies false. }. - :carol7329 :does :access_social_media. + :carol2329 :does :access_social_media. } log:explains { - :carol7329 :complies false. + :carol2329 :complies false. }. { @@ -350632,9 +160632,9 @@ } => { var:x_0 :complies false. }. - :carol7330 :does :access_social_media. + :carol2330 :does :access_social_media. } log:explains { - :carol7330 :complies false. + :carol2330 :complies false. }. { @@ -350643,9 +160643,9 @@ } => { var:x_0 :complies false. }. - :carol7331 :does :access_social_media. + :carol2331 :does :access_social_media. } log:explains { - :carol7331 :complies false. + :carol2331 :complies false. }. { @@ -350654,9 +160654,9 @@ } => { var:x_0 :complies false. }. - :carol7332 :does :access_social_media. + :carol2332 :does :access_social_media. } log:explains { - :carol7332 :complies false. + :carol2332 :complies false. }. { @@ -350665,9 +160665,9 @@ } => { var:x_0 :complies false. }. - :carol7333 :does :access_social_media. + :carol2333 :does :access_social_media. } log:explains { - :carol7333 :complies false. + :carol2333 :complies false. }. { @@ -350676,9 +160676,9 @@ } => { var:x_0 :complies false. }. - :carol7334 :does :access_social_media. + :carol2334 :does :access_social_media. } log:explains { - :carol7334 :complies false. + :carol2334 :complies false. }. { @@ -350687,9 +160687,9 @@ } => { var:x_0 :complies false. }. - :carol7335 :does :access_social_media. + :carol2335 :does :access_social_media. } log:explains { - :carol7335 :complies false. + :carol2335 :complies false. }. { @@ -350698,9 +160698,9 @@ } => { var:x_0 :complies false. }. - :carol7336 :does :access_social_media. + :carol2336 :does :access_social_media. } log:explains { - :carol7336 :complies false. + :carol2336 :complies false. }. { @@ -350709,9 +160709,9 @@ } => { var:x_0 :complies false. }. - :carol7337 :does :access_social_media. + :carol2337 :does :access_social_media. } log:explains { - :carol7337 :complies false. + :carol2337 :complies false. }. { @@ -350720,9 +160720,9 @@ } => { var:x_0 :complies false. }. - :carol7338 :does :access_social_media. + :carol2338 :does :access_social_media. } log:explains { - :carol7338 :complies false. + :carol2338 :complies false. }. { @@ -350731,9 +160731,9 @@ } => { var:x_0 :complies false. }. - :carol7339 :does :access_social_media. + :carol2339 :does :access_social_media. } log:explains { - :carol7339 :complies false. + :carol2339 :complies false. }. { @@ -350742,9 +160742,9 @@ } => { var:x_0 :complies false. }. - :carol7340 :does :access_social_media. + :carol2340 :does :access_social_media. } log:explains { - :carol7340 :complies false. + :carol2340 :complies false. }. { @@ -350753,9 +160753,9 @@ } => { var:x_0 :complies false. }. - :carol7341 :does :access_social_media. + :carol2341 :does :access_social_media. } log:explains { - :carol7341 :complies false. + :carol2341 :complies false. }. { @@ -350764,9 +160764,9 @@ } => { var:x_0 :complies false. }. - :carol7342 :does :access_social_media. + :carol2342 :does :access_social_media. } log:explains { - :carol7342 :complies false. + :carol2342 :complies false. }. { @@ -350775,9 +160775,9 @@ } => { var:x_0 :complies false. }. - :carol7343 :does :access_social_media. + :carol2343 :does :access_social_media. } log:explains { - :carol7343 :complies false. + :carol2343 :complies false. }. { @@ -350786,9 +160786,9 @@ } => { var:x_0 :complies false. }. - :carol7344 :does :access_social_media. + :carol2344 :does :access_social_media. } log:explains { - :carol7344 :complies false. + :carol2344 :complies false. }. { @@ -350797,9 +160797,9 @@ } => { var:x_0 :complies false. }. - :carol7345 :does :access_social_media. + :carol2345 :does :access_social_media. } log:explains { - :carol7345 :complies false. + :carol2345 :complies false. }. { @@ -350808,9 +160808,9 @@ } => { var:x_0 :complies false. }. - :carol7346 :does :access_social_media. + :carol2346 :does :access_social_media. } log:explains { - :carol7346 :complies false. + :carol2346 :complies false. }. { @@ -350819,9 +160819,9 @@ } => { var:x_0 :complies false. }. - :carol7347 :does :access_social_media. + :carol2347 :does :access_social_media. } log:explains { - :carol7347 :complies false. + :carol2347 :complies false. }. { @@ -350830,9 +160830,9 @@ } => { var:x_0 :complies false. }. - :carol7348 :does :access_social_media. + :carol2348 :does :access_social_media. } log:explains { - :carol7348 :complies false. + :carol2348 :complies false. }. { @@ -350841,9 +160841,9 @@ } => { var:x_0 :complies false. }. - :carol7349 :does :access_social_media. + :carol2349 :does :access_social_media. } log:explains { - :carol7349 :complies false. + :carol2349 :complies false. }. { @@ -350852,9 +160852,9 @@ } => { var:x_0 :complies false. }. - :carol7350 :does :access_social_media. + :carol2350 :does :access_social_media. } log:explains { - :carol7350 :complies false. + :carol2350 :complies false. }. { @@ -350863,9 +160863,9 @@ } => { var:x_0 :complies false. }. - :carol7351 :does :access_social_media. + :carol2351 :does :access_social_media. } log:explains { - :carol7351 :complies false. + :carol2351 :complies false. }. { @@ -350874,9 +160874,9 @@ } => { var:x_0 :complies false. }. - :carol7352 :does :access_social_media. + :carol2352 :does :access_social_media. } log:explains { - :carol7352 :complies false. + :carol2352 :complies false. }. { @@ -350885,9 +160885,9 @@ } => { var:x_0 :complies false. }. - :carol7353 :does :access_social_media. + :carol2353 :does :access_social_media. } log:explains { - :carol7353 :complies false. + :carol2353 :complies false. }. { @@ -350896,9 +160896,9 @@ } => { var:x_0 :complies false. }. - :carol7354 :does :access_social_media. + :carol2354 :does :access_social_media. } log:explains { - :carol7354 :complies false. + :carol2354 :complies false. }. { @@ -350907,9 +160907,9 @@ } => { var:x_0 :complies false. }. - :carol7355 :does :access_social_media. + :carol2355 :does :access_social_media. } log:explains { - :carol7355 :complies false. + :carol2355 :complies false. }. { @@ -350918,9 +160918,9 @@ } => { var:x_0 :complies false. }. - :carol7356 :does :access_social_media. + :carol2356 :does :access_social_media. } log:explains { - :carol7356 :complies false. + :carol2356 :complies false. }. { @@ -350929,9 +160929,9 @@ } => { var:x_0 :complies false. }. - :carol7357 :does :access_social_media. + :carol2357 :does :access_social_media. } log:explains { - :carol7357 :complies false. + :carol2357 :complies false. }. { @@ -350940,9 +160940,9 @@ } => { var:x_0 :complies false. }. - :carol7358 :does :access_social_media. + :carol2358 :does :access_social_media. } log:explains { - :carol7358 :complies false. + :carol2358 :complies false. }. { @@ -350951,9 +160951,9 @@ } => { var:x_0 :complies false. }. - :carol7359 :does :access_social_media. + :carol2359 :does :access_social_media. } log:explains { - :carol7359 :complies false. + :carol2359 :complies false. }. { @@ -350962,9 +160962,9 @@ } => { var:x_0 :complies false. }. - :carol7360 :does :access_social_media. + :carol2360 :does :access_social_media. } log:explains { - :carol7360 :complies false. + :carol2360 :complies false. }. { @@ -350973,9 +160973,9 @@ } => { var:x_0 :complies false. }. - :carol7361 :does :access_social_media. + :carol2361 :does :access_social_media. } log:explains { - :carol7361 :complies false. + :carol2361 :complies false. }. { @@ -350984,9 +160984,9 @@ } => { var:x_0 :complies false. }. - :carol7362 :does :access_social_media. + :carol2362 :does :access_social_media. } log:explains { - :carol7362 :complies false. + :carol2362 :complies false. }. { @@ -350995,9 +160995,9 @@ } => { var:x_0 :complies false. }. - :carol7363 :does :access_social_media. + :carol2363 :does :access_social_media. } log:explains { - :carol7363 :complies false. + :carol2363 :complies false. }. { @@ -351006,9 +161006,9 @@ } => { var:x_0 :complies false. }. - :carol7364 :does :access_social_media. + :carol2364 :does :access_social_media. } log:explains { - :carol7364 :complies false. + :carol2364 :complies false. }. { @@ -351017,9 +161017,9 @@ } => { var:x_0 :complies false. }. - :carol7365 :does :access_social_media. + :carol2365 :does :access_social_media. } log:explains { - :carol7365 :complies false. + :carol2365 :complies false. }. { @@ -351028,9 +161028,9 @@ } => { var:x_0 :complies false. }. - :carol7366 :does :access_social_media. + :carol2366 :does :access_social_media. } log:explains { - :carol7366 :complies false. + :carol2366 :complies false. }. { @@ -351039,9 +161039,9 @@ } => { var:x_0 :complies false. }. - :carol7367 :does :access_social_media. + :carol2367 :does :access_social_media. } log:explains { - :carol7367 :complies false. + :carol2367 :complies false. }. { @@ -351050,9 +161050,9 @@ } => { var:x_0 :complies false. }. - :carol7368 :does :access_social_media. + :carol2368 :does :access_social_media. } log:explains { - :carol7368 :complies false. + :carol2368 :complies false. }. { @@ -351061,9 +161061,9 @@ } => { var:x_0 :complies false. }. - :carol7369 :does :access_social_media. + :carol2369 :does :access_social_media. } log:explains { - :carol7369 :complies false. + :carol2369 :complies false. }. { @@ -351072,9 +161072,9 @@ } => { var:x_0 :complies false. }. - :carol7370 :does :access_social_media. + :carol2370 :does :access_social_media. } log:explains { - :carol7370 :complies false. + :carol2370 :complies false. }. { @@ -351083,9 +161083,9 @@ } => { var:x_0 :complies false. }. - :carol7371 :does :access_social_media. + :carol2371 :does :access_social_media. } log:explains { - :carol7371 :complies false. + :carol2371 :complies false. }. { @@ -351094,9 +161094,9 @@ } => { var:x_0 :complies false. }. - :carol7372 :does :access_social_media. + :carol2372 :does :access_social_media. } log:explains { - :carol7372 :complies false. + :carol2372 :complies false. }. { @@ -351105,9 +161105,9 @@ } => { var:x_0 :complies false. }. - :carol7373 :does :access_social_media. + :carol2373 :does :access_social_media. } log:explains { - :carol7373 :complies false. + :carol2373 :complies false. }. { @@ -351116,9 +161116,9 @@ } => { var:x_0 :complies false. }. - :carol7374 :does :access_social_media. + :carol2374 :does :access_social_media. } log:explains { - :carol7374 :complies false. + :carol2374 :complies false. }. { @@ -351127,9 +161127,9 @@ } => { var:x_0 :complies false. }. - :carol7375 :does :access_social_media. + :carol2375 :does :access_social_media. } log:explains { - :carol7375 :complies false. + :carol2375 :complies false. }. { @@ -351138,9 +161138,9 @@ } => { var:x_0 :complies false. }. - :carol7376 :does :access_social_media. + :carol2376 :does :access_social_media. } log:explains { - :carol7376 :complies false. + :carol2376 :complies false. }. { @@ -351149,9 +161149,9 @@ } => { var:x_0 :complies false. }. - :carol7377 :does :access_social_media. + :carol2377 :does :access_social_media. } log:explains { - :carol7377 :complies false. + :carol2377 :complies false. }. { @@ -351160,9 +161160,9 @@ } => { var:x_0 :complies false. }. - :carol7378 :does :access_social_media. + :carol2378 :does :access_social_media. } log:explains { - :carol7378 :complies false. + :carol2378 :complies false. }. { @@ -351171,9 +161171,9 @@ } => { var:x_0 :complies false. }. - :carol7379 :does :access_social_media. + :carol2379 :does :access_social_media. } log:explains { - :carol7379 :complies false. + :carol2379 :complies false. }. { @@ -351182,9 +161182,9 @@ } => { var:x_0 :complies false. }. - :carol7380 :does :access_social_media. + :carol2380 :does :access_social_media. } log:explains { - :carol7380 :complies false. + :carol2380 :complies false. }. { @@ -351193,9 +161193,9 @@ } => { var:x_0 :complies false. }. - :carol7381 :does :access_social_media. + :carol2381 :does :access_social_media. } log:explains { - :carol7381 :complies false. + :carol2381 :complies false. }. { @@ -351204,9 +161204,9 @@ } => { var:x_0 :complies false. }. - :carol7382 :does :access_social_media. + :carol2382 :does :access_social_media. } log:explains { - :carol7382 :complies false. + :carol2382 :complies false. }. { @@ -351215,9 +161215,9 @@ } => { var:x_0 :complies false. }. - :carol7383 :does :access_social_media. + :carol2383 :does :access_social_media. } log:explains { - :carol7383 :complies false. + :carol2383 :complies false. }. { @@ -351226,9 +161226,9 @@ } => { var:x_0 :complies false. }. - :carol7384 :does :access_social_media. + :carol2384 :does :access_social_media. } log:explains { - :carol7384 :complies false. + :carol2384 :complies false. }. { @@ -351237,9 +161237,9 @@ } => { var:x_0 :complies false. }. - :carol7385 :does :access_social_media. + :carol2385 :does :access_social_media. } log:explains { - :carol7385 :complies false. + :carol2385 :complies false. }. { @@ -351248,9 +161248,9 @@ } => { var:x_0 :complies false. }. - :carol7386 :does :access_social_media. + :carol2386 :does :access_social_media. } log:explains { - :carol7386 :complies false. + :carol2386 :complies false. }. { @@ -351259,9 +161259,9 @@ } => { var:x_0 :complies false. }. - :carol7387 :does :access_social_media. + :carol2387 :does :access_social_media. } log:explains { - :carol7387 :complies false. + :carol2387 :complies false. }. { @@ -351270,9 +161270,9 @@ } => { var:x_0 :complies false. }. - :carol7388 :does :access_social_media. + :carol2388 :does :access_social_media. } log:explains { - :carol7388 :complies false. + :carol2388 :complies false. }. { @@ -351281,9 +161281,9 @@ } => { var:x_0 :complies false. }. - :carol7389 :does :access_social_media. + :carol2389 :does :access_social_media. } log:explains { - :carol7389 :complies false. + :carol2389 :complies false. }. { @@ -351292,9 +161292,9 @@ } => { var:x_0 :complies false. }. - :carol7390 :does :access_social_media. + :carol2390 :does :access_social_media. } log:explains { - :carol7390 :complies false. + :carol2390 :complies false. }. { @@ -351303,9 +161303,9 @@ } => { var:x_0 :complies false. }. - :carol7391 :does :access_social_media. + :carol2391 :does :access_social_media. } log:explains { - :carol7391 :complies false. + :carol2391 :complies false. }. { @@ -351314,9 +161314,9 @@ } => { var:x_0 :complies false. }. - :carol7392 :does :access_social_media. + :carol2392 :does :access_social_media. } log:explains { - :carol7392 :complies false. + :carol2392 :complies false. }. { @@ -351325,9 +161325,9 @@ } => { var:x_0 :complies false. }. - :carol7393 :does :access_social_media. + :carol2393 :does :access_social_media. } log:explains { - :carol7393 :complies false. + :carol2393 :complies false. }. { @@ -351336,9 +161336,9 @@ } => { var:x_0 :complies false. }. - :carol7394 :does :access_social_media. + :carol2394 :does :access_social_media. } log:explains { - :carol7394 :complies false. + :carol2394 :complies false. }. { @@ -351347,9 +161347,9 @@ } => { var:x_0 :complies false. }. - :carol7395 :does :access_social_media. + :carol2395 :does :access_social_media. } log:explains { - :carol7395 :complies false. + :carol2395 :complies false. }. { @@ -351358,9 +161358,9 @@ } => { var:x_0 :complies false. }. - :carol7396 :does :access_social_media. + :carol2396 :does :access_social_media. } log:explains { - :carol7396 :complies false. + :carol2396 :complies false. }. { @@ -351369,9 +161369,9 @@ } => { var:x_0 :complies false. }. - :carol7397 :does :access_social_media. + :carol2397 :does :access_social_media. } log:explains { - :carol7397 :complies false. + :carol2397 :complies false. }. { @@ -351380,9 +161380,9 @@ } => { var:x_0 :complies false. }. - :carol7398 :does :access_social_media. + :carol2398 :does :access_social_media. } log:explains { - :carol7398 :complies false. + :carol2398 :complies false. }. { @@ -351391,9 +161391,9 @@ } => { var:x_0 :complies false. }. - :carol7399 :does :access_social_media. + :carol2399 :does :access_social_media. } log:explains { - :carol7399 :complies false. + :carol2399 :complies false. }. { @@ -351402,9 +161402,9 @@ } => { var:x_0 :complies false. }. - :carol7400 :does :access_social_media. + :carol2400 :does :access_social_media. } log:explains { - :carol7400 :complies false. + :carol2400 :complies false. }. { @@ -351413,9 +161413,9 @@ } => { var:x_0 :complies false. }. - :carol7401 :does :access_social_media. + :carol2401 :does :access_social_media. } log:explains { - :carol7401 :complies false. + :carol2401 :complies false. }. { @@ -351424,9 +161424,9 @@ } => { var:x_0 :complies false. }. - :carol7402 :does :access_social_media. + :carol2402 :does :access_social_media. } log:explains { - :carol7402 :complies false. + :carol2402 :complies false. }. { @@ -351435,9 +161435,9 @@ } => { var:x_0 :complies false. }. - :carol7403 :does :access_social_media. + :carol2403 :does :access_social_media. } log:explains { - :carol7403 :complies false. + :carol2403 :complies false. }. { @@ -351446,9 +161446,9 @@ } => { var:x_0 :complies false. }. - :carol7404 :does :access_social_media. + :carol2404 :does :access_social_media. } log:explains { - :carol7404 :complies false. + :carol2404 :complies false. }. { @@ -351457,9 +161457,9 @@ } => { var:x_0 :complies false. }. - :carol7405 :does :access_social_media. + :carol2405 :does :access_social_media. } log:explains { - :carol7405 :complies false. + :carol2405 :complies false. }. { @@ -351468,9 +161468,9 @@ } => { var:x_0 :complies false. }. - :carol7406 :does :access_social_media. + :carol2406 :does :access_social_media. } log:explains { - :carol7406 :complies false. + :carol2406 :complies false. }. { @@ -351479,9 +161479,9 @@ } => { var:x_0 :complies false. }. - :carol7407 :does :access_social_media. + :carol2407 :does :access_social_media. } log:explains { - :carol7407 :complies false. + :carol2407 :complies false. }. { @@ -351490,9 +161490,9 @@ } => { var:x_0 :complies false. }. - :carol7408 :does :access_social_media. + :carol2408 :does :access_social_media. } log:explains { - :carol7408 :complies false. + :carol2408 :complies false. }. { @@ -351501,9 +161501,9 @@ } => { var:x_0 :complies false. }. - :carol7409 :does :access_social_media. + :carol2409 :does :access_social_media. } log:explains { - :carol7409 :complies false. + :carol2409 :complies false. }. { @@ -351512,9 +161512,9 @@ } => { var:x_0 :complies false. }. - :carol7410 :does :access_social_media. + :carol2410 :does :access_social_media. } log:explains { - :carol7410 :complies false. + :carol2410 :complies false. }. { @@ -351523,9 +161523,9 @@ } => { var:x_0 :complies false. }. - :carol7411 :does :access_social_media. + :carol2411 :does :access_social_media. } log:explains { - :carol7411 :complies false. + :carol2411 :complies false. }. { @@ -351534,9 +161534,9 @@ } => { var:x_0 :complies false. }. - :carol7412 :does :access_social_media. + :carol2412 :does :access_social_media. } log:explains { - :carol7412 :complies false. + :carol2412 :complies false. }. { @@ -351545,9 +161545,9 @@ } => { var:x_0 :complies false. }. - :carol7413 :does :access_social_media. + :carol2413 :does :access_social_media. } log:explains { - :carol7413 :complies false. + :carol2413 :complies false. }. { @@ -351556,9 +161556,9 @@ } => { var:x_0 :complies false. }. - :carol7414 :does :access_social_media. + :carol2414 :does :access_social_media. } log:explains { - :carol7414 :complies false. + :carol2414 :complies false. }. { @@ -351567,9 +161567,9 @@ } => { var:x_0 :complies false. }. - :carol7415 :does :access_social_media. + :carol2415 :does :access_social_media. } log:explains { - :carol7415 :complies false. + :carol2415 :complies false. }. { @@ -351578,9 +161578,9 @@ } => { var:x_0 :complies false. }. - :carol7416 :does :access_social_media. + :carol2416 :does :access_social_media. } log:explains { - :carol7416 :complies false. + :carol2416 :complies false. }. { @@ -351589,9 +161589,9 @@ } => { var:x_0 :complies false. }. - :carol7417 :does :access_social_media. + :carol2417 :does :access_social_media. } log:explains { - :carol7417 :complies false. + :carol2417 :complies false. }. { @@ -351600,9 +161600,9 @@ } => { var:x_0 :complies false. }. - :carol7418 :does :access_social_media. + :carol2418 :does :access_social_media. } log:explains { - :carol7418 :complies false. + :carol2418 :complies false. }. { @@ -351611,9 +161611,9 @@ } => { var:x_0 :complies false. }. - :carol7419 :does :access_social_media. + :carol2419 :does :access_social_media. } log:explains { - :carol7419 :complies false. + :carol2419 :complies false. }. { @@ -351622,9 +161622,9 @@ } => { var:x_0 :complies false. }. - :carol7420 :does :access_social_media. + :carol2420 :does :access_social_media. } log:explains { - :carol7420 :complies false. + :carol2420 :complies false. }. { @@ -351633,9 +161633,9 @@ } => { var:x_0 :complies false. }. - :carol7421 :does :access_social_media. + :carol2421 :does :access_social_media. } log:explains { - :carol7421 :complies false. + :carol2421 :complies false. }. { @@ -351644,9 +161644,9 @@ } => { var:x_0 :complies false. }. - :carol7422 :does :access_social_media. + :carol2422 :does :access_social_media. } log:explains { - :carol7422 :complies false. + :carol2422 :complies false. }. { @@ -351655,9 +161655,9 @@ } => { var:x_0 :complies false. }. - :carol7423 :does :access_social_media. + :carol2423 :does :access_social_media. } log:explains { - :carol7423 :complies false. + :carol2423 :complies false. }. { @@ -351666,9 +161666,9 @@ } => { var:x_0 :complies false. }. - :carol7424 :does :access_social_media. + :carol2424 :does :access_social_media. } log:explains { - :carol7424 :complies false. + :carol2424 :complies false. }. { @@ -351677,9 +161677,9 @@ } => { var:x_0 :complies false. }. - :carol7425 :does :access_social_media. + :carol2425 :does :access_social_media. } log:explains { - :carol7425 :complies false. + :carol2425 :complies false. }. { @@ -351688,9 +161688,9 @@ } => { var:x_0 :complies false. }. - :carol7426 :does :access_social_media. + :carol2426 :does :access_social_media. } log:explains { - :carol7426 :complies false. + :carol2426 :complies false. }. { @@ -351699,9 +161699,9 @@ } => { var:x_0 :complies false. }. - :carol7427 :does :access_social_media. + :carol2427 :does :access_social_media. } log:explains { - :carol7427 :complies false. + :carol2427 :complies false. }. { @@ -351710,9 +161710,9 @@ } => { var:x_0 :complies false. }. - :carol7428 :does :access_social_media. + :carol2428 :does :access_social_media. } log:explains { - :carol7428 :complies false. + :carol2428 :complies false. }. { @@ -351721,9 +161721,9 @@ } => { var:x_0 :complies false. }. - :carol7429 :does :access_social_media. + :carol2429 :does :access_social_media. } log:explains { - :carol7429 :complies false. + :carol2429 :complies false. }. { @@ -351732,9 +161732,9 @@ } => { var:x_0 :complies false. }. - :carol7430 :does :access_social_media. + :carol2430 :does :access_social_media. } log:explains { - :carol7430 :complies false. + :carol2430 :complies false. }. { @@ -351743,9 +161743,9 @@ } => { var:x_0 :complies false. }. - :carol7431 :does :access_social_media. + :carol2431 :does :access_social_media. } log:explains { - :carol7431 :complies false. + :carol2431 :complies false. }. { @@ -351754,9 +161754,9 @@ } => { var:x_0 :complies false. }. - :carol7432 :does :access_social_media. + :carol2432 :does :access_social_media. } log:explains { - :carol7432 :complies false. + :carol2432 :complies false. }. { @@ -351765,9 +161765,9 @@ } => { var:x_0 :complies false. }. - :carol7433 :does :access_social_media. + :carol2433 :does :access_social_media. } log:explains { - :carol7433 :complies false. + :carol2433 :complies false. }. { @@ -351776,9 +161776,9 @@ } => { var:x_0 :complies false. }. - :carol7434 :does :access_social_media. + :carol2434 :does :access_social_media. } log:explains { - :carol7434 :complies false. + :carol2434 :complies false. }. { @@ -351787,9 +161787,9 @@ } => { var:x_0 :complies false. }. - :carol7435 :does :access_social_media. + :carol2435 :does :access_social_media. } log:explains { - :carol7435 :complies false. + :carol2435 :complies false. }. { @@ -351798,9 +161798,9 @@ } => { var:x_0 :complies false. }. - :carol7436 :does :access_social_media. + :carol2436 :does :access_social_media. } log:explains { - :carol7436 :complies false. + :carol2436 :complies false. }. { @@ -351809,9 +161809,9 @@ } => { var:x_0 :complies false. }. - :carol7437 :does :access_social_media. + :carol2437 :does :access_social_media. } log:explains { - :carol7437 :complies false. + :carol2437 :complies false. }. { @@ -351820,9 +161820,9 @@ } => { var:x_0 :complies false. }. - :carol7438 :does :access_social_media. + :carol2438 :does :access_social_media. } log:explains { - :carol7438 :complies false. + :carol2438 :complies false. }. { @@ -351831,9 +161831,9 @@ } => { var:x_0 :complies false. }. - :carol7439 :does :access_social_media. + :carol2439 :does :access_social_media. } log:explains { - :carol7439 :complies false. + :carol2439 :complies false. }. { @@ -351842,9 +161842,9 @@ } => { var:x_0 :complies false. }. - :carol7440 :does :access_social_media. + :carol2440 :does :access_social_media. } log:explains { - :carol7440 :complies false. + :carol2440 :complies false. }. { @@ -351853,9 +161853,9 @@ } => { var:x_0 :complies false. }. - :carol7441 :does :access_social_media. + :carol2441 :does :access_social_media. } log:explains { - :carol7441 :complies false. + :carol2441 :complies false. }. { @@ -351864,9 +161864,9 @@ } => { var:x_0 :complies false. }. - :carol7442 :does :access_social_media. + :carol2442 :does :access_social_media. } log:explains { - :carol7442 :complies false. + :carol2442 :complies false. }. { @@ -351875,9 +161875,9 @@ } => { var:x_0 :complies false. }. - :carol7443 :does :access_social_media. + :carol2443 :does :access_social_media. } log:explains { - :carol7443 :complies false. + :carol2443 :complies false. }. { @@ -351886,9 +161886,9 @@ } => { var:x_0 :complies false. }. - :carol7444 :does :access_social_media. + :carol2444 :does :access_social_media. } log:explains { - :carol7444 :complies false. + :carol2444 :complies false. }. { @@ -351897,9 +161897,9 @@ } => { var:x_0 :complies false. }. - :carol7445 :does :access_social_media. + :carol2445 :does :access_social_media. } log:explains { - :carol7445 :complies false. + :carol2445 :complies false. }. { @@ -351908,9 +161908,9 @@ } => { var:x_0 :complies false. }. - :carol7446 :does :access_social_media. + :carol2446 :does :access_social_media. } log:explains { - :carol7446 :complies false. + :carol2446 :complies false. }. { @@ -351919,9 +161919,9 @@ } => { var:x_0 :complies false. }. - :carol7447 :does :access_social_media. + :carol2447 :does :access_social_media. } log:explains { - :carol7447 :complies false. + :carol2447 :complies false. }. { @@ -351930,9 +161930,9 @@ } => { var:x_0 :complies false. }. - :carol7448 :does :access_social_media. + :carol2448 :does :access_social_media. } log:explains { - :carol7448 :complies false. + :carol2448 :complies false. }. { @@ -351941,9 +161941,9 @@ } => { var:x_0 :complies false. }. - :carol7449 :does :access_social_media. + :carol2449 :does :access_social_media. } log:explains { - :carol7449 :complies false. + :carol2449 :complies false. }. { @@ -351952,9 +161952,9 @@ } => { var:x_0 :complies false. }. - :carol7450 :does :access_social_media. + :carol2450 :does :access_social_media. } log:explains { - :carol7450 :complies false. + :carol2450 :complies false. }. { @@ -351963,9 +161963,9 @@ } => { var:x_0 :complies false. }. - :carol7451 :does :access_social_media. + :carol2451 :does :access_social_media. } log:explains { - :carol7451 :complies false. + :carol2451 :complies false. }. { @@ -351974,9 +161974,9 @@ } => { var:x_0 :complies false. }. - :carol7452 :does :access_social_media. + :carol2452 :does :access_social_media. } log:explains { - :carol7452 :complies false. + :carol2452 :complies false. }. { @@ -351985,9 +161985,9 @@ } => { var:x_0 :complies false. }. - :carol7453 :does :access_social_media. + :carol2453 :does :access_social_media. } log:explains { - :carol7453 :complies false. + :carol2453 :complies false. }. { @@ -351996,9 +161996,9 @@ } => { var:x_0 :complies false. }. - :carol7454 :does :access_social_media. + :carol2454 :does :access_social_media. } log:explains { - :carol7454 :complies false. + :carol2454 :complies false. }. { @@ -352007,9 +162007,9 @@ } => { var:x_0 :complies false. }. - :carol7455 :does :access_social_media. + :carol2455 :does :access_social_media. } log:explains { - :carol7455 :complies false. + :carol2455 :complies false. }. { @@ -352018,9 +162018,9 @@ } => { var:x_0 :complies false. }. - :carol7456 :does :access_social_media. + :carol2456 :does :access_social_media. } log:explains { - :carol7456 :complies false. + :carol2456 :complies false. }. { @@ -352029,9 +162029,9 @@ } => { var:x_0 :complies false. }. - :carol7457 :does :access_social_media. + :carol2457 :does :access_social_media. } log:explains { - :carol7457 :complies false. + :carol2457 :complies false. }. { @@ -352040,9 +162040,9 @@ } => { var:x_0 :complies false. }. - :carol7458 :does :access_social_media. + :carol2458 :does :access_social_media. } log:explains { - :carol7458 :complies false. + :carol2458 :complies false. }. { @@ -352051,9 +162051,9 @@ } => { var:x_0 :complies false. }. - :carol7459 :does :access_social_media. + :carol2459 :does :access_social_media. } log:explains { - :carol7459 :complies false. + :carol2459 :complies false. }. { @@ -352062,9 +162062,9 @@ } => { var:x_0 :complies false. }. - :carol7460 :does :access_social_media. + :carol2460 :does :access_social_media. } log:explains { - :carol7460 :complies false. + :carol2460 :complies false. }. { @@ -352073,9 +162073,9 @@ } => { var:x_0 :complies false. }. - :carol7461 :does :access_social_media. + :carol2461 :does :access_social_media. } log:explains { - :carol7461 :complies false. + :carol2461 :complies false. }. { @@ -352084,9 +162084,9 @@ } => { var:x_0 :complies false. }. - :carol7462 :does :access_social_media. + :carol2462 :does :access_social_media. } log:explains { - :carol7462 :complies false. + :carol2462 :complies false. }. { @@ -352095,9 +162095,9 @@ } => { var:x_0 :complies false. }. - :carol7463 :does :access_social_media. + :carol2463 :does :access_social_media. } log:explains { - :carol7463 :complies false. + :carol2463 :complies false. }. { @@ -352106,9 +162106,9 @@ } => { var:x_0 :complies false. }. - :carol7464 :does :access_social_media. + :carol2464 :does :access_social_media. } log:explains { - :carol7464 :complies false. + :carol2464 :complies false. }. { @@ -352117,9 +162117,9 @@ } => { var:x_0 :complies false. }. - :carol7465 :does :access_social_media. + :carol2465 :does :access_social_media. } log:explains { - :carol7465 :complies false. + :carol2465 :complies false. }. { @@ -352128,9 +162128,9 @@ } => { var:x_0 :complies false. }. - :carol7466 :does :access_social_media. + :carol2466 :does :access_social_media. } log:explains { - :carol7466 :complies false. + :carol2466 :complies false. }. { @@ -352139,9 +162139,9 @@ } => { var:x_0 :complies false. }. - :carol7467 :does :access_social_media. + :carol2467 :does :access_social_media. } log:explains { - :carol7467 :complies false. + :carol2467 :complies false. }. { @@ -352150,9 +162150,9 @@ } => { var:x_0 :complies false. }. - :carol7468 :does :access_social_media. + :carol2468 :does :access_social_media. } log:explains { - :carol7468 :complies false. + :carol2468 :complies false. }. { @@ -352161,9 +162161,9 @@ } => { var:x_0 :complies false. }. - :carol7469 :does :access_social_media. + :carol2469 :does :access_social_media. } log:explains { - :carol7469 :complies false. + :carol2469 :complies false. }. { @@ -352172,9 +162172,9 @@ } => { var:x_0 :complies false. }. - :carol7470 :does :access_social_media. + :carol2470 :does :access_social_media. } log:explains { - :carol7470 :complies false. + :carol2470 :complies false. }. { @@ -352183,9 +162183,9 @@ } => { var:x_0 :complies false. }. - :carol7471 :does :access_social_media. + :carol2471 :does :access_social_media. } log:explains { - :carol7471 :complies false. + :carol2471 :complies false. }. { @@ -352194,9 +162194,9 @@ } => { var:x_0 :complies false. }. - :carol7472 :does :access_social_media. + :carol2472 :does :access_social_media. } log:explains { - :carol7472 :complies false. + :carol2472 :complies false. }. { @@ -352205,9 +162205,9 @@ } => { var:x_0 :complies false. }. - :carol7473 :does :access_social_media. + :carol2473 :does :access_social_media. } log:explains { - :carol7473 :complies false. + :carol2473 :complies false. }. { @@ -352216,9 +162216,9 @@ } => { var:x_0 :complies false. }. - :carol7474 :does :access_social_media. + :carol2474 :does :access_social_media. } log:explains { - :carol7474 :complies false. + :carol2474 :complies false. }. { @@ -352227,9 +162227,9 @@ } => { var:x_0 :complies false. }. - :carol7475 :does :access_social_media. + :carol2475 :does :access_social_media. } log:explains { - :carol7475 :complies false. + :carol2475 :complies false. }. { @@ -352238,9 +162238,9 @@ } => { var:x_0 :complies false. }. - :carol7476 :does :access_social_media. + :carol2476 :does :access_social_media. } log:explains { - :carol7476 :complies false. + :carol2476 :complies false. }. { @@ -352249,9 +162249,9 @@ } => { var:x_0 :complies false. }. - :carol7477 :does :access_social_media. + :carol2477 :does :access_social_media. } log:explains { - :carol7477 :complies false. + :carol2477 :complies false. }. { @@ -352260,9 +162260,9 @@ } => { var:x_0 :complies false. }. - :carol7478 :does :access_social_media. + :carol2478 :does :access_social_media. } log:explains { - :carol7478 :complies false. + :carol2478 :complies false. }. { @@ -352271,9 +162271,9 @@ } => { var:x_0 :complies false. }. - :carol7479 :does :access_social_media. + :carol2479 :does :access_social_media. } log:explains { - :carol7479 :complies false. + :carol2479 :complies false. }. { @@ -352282,9 +162282,9 @@ } => { var:x_0 :complies false. }. - :carol7480 :does :access_social_media. + :carol2480 :does :access_social_media. } log:explains { - :carol7480 :complies false. + :carol2480 :complies false. }. { @@ -352293,9 +162293,9 @@ } => { var:x_0 :complies false. }. - :carol7481 :does :access_social_media. + :carol2481 :does :access_social_media. } log:explains { - :carol7481 :complies false. + :carol2481 :complies false. }. { @@ -352304,9 +162304,9 @@ } => { var:x_0 :complies false. }. - :carol7482 :does :access_social_media. + :carol2482 :does :access_social_media. } log:explains { - :carol7482 :complies false. + :carol2482 :complies false. }. { @@ -352315,9 +162315,9 @@ } => { var:x_0 :complies false. }. - :carol7483 :does :access_social_media. + :carol2483 :does :access_social_media. } log:explains { - :carol7483 :complies false. + :carol2483 :complies false. }. { @@ -352326,9 +162326,9 @@ } => { var:x_0 :complies false. }. - :carol7484 :does :access_social_media. + :carol2484 :does :access_social_media. } log:explains { - :carol7484 :complies false. + :carol2484 :complies false. }. { @@ -352337,9 +162337,9 @@ } => { var:x_0 :complies false. }. - :carol7485 :does :access_social_media. + :carol2485 :does :access_social_media. } log:explains { - :carol7485 :complies false. + :carol2485 :complies false. }. { @@ -352348,9 +162348,9 @@ } => { var:x_0 :complies false. }. - :carol7486 :does :access_social_media. + :carol2486 :does :access_social_media. } log:explains { - :carol7486 :complies false. + :carol2486 :complies false. }. { @@ -352359,9 +162359,9 @@ } => { var:x_0 :complies false. }. - :carol7487 :does :access_social_media. + :carol2487 :does :access_social_media. } log:explains { - :carol7487 :complies false. + :carol2487 :complies false. }. { @@ -352370,9 +162370,9 @@ } => { var:x_0 :complies false. }. - :carol7488 :does :access_social_media. + :carol2488 :does :access_social_media. } log:explains { - :carol7488 :complies false. + :carol2488 :complies false. }. { @@ -352381,9 +162381,9 @@ } => { var:x_0 :complies false. }. - :carol7489 :does :access_social_media. + :carol2489 :does :access_social_media. } log:explains { - :carol7489 :complies false. + :carol2489 :complies false. }. { @@ -352392,9 +162392,9 @@ } => { var:x_0 :complies false. }. - :carol7490 :does :access_social_media. + :carol2490 :does :access_social_media. } log:explains { - :carol7490 :complies false. + :carol2490 :complies false. }. { @@ -352403,9 +162403,9 @@ } => { var:x_0 :complies false. }. - :carol7491 :does :access_social_media. + :carol2491 :does :access_social_media. } log:explains { - :carol7491 :complies false. + :carol2491 :complies false. }. { @@ -352414,9 +162414,9 @@ } => { var:x_0 :complies false. }. - :carol7492 :does :access_social_media. + :carol2492 :does :access_social_media. } log:explains { - :carol7492 :complies false. + :carol2492 :complies false. }. { @@ -352425,9 +162425,9 @@ } => { var:x_0 :complies false. }. - :carol7493 :does :access_social_media. + :carol2493 :does :access_social_media. } log:explains { - :carol7493 :complies false. + :carol2493 :complies false. }. { @@ -352436,9 +162436,9 @@ } => { var:x_0 :complies false. }. - :carol7494 :does :access_social_media. + :carol2494 :does :access_social_media. } log:explains { - :carol7494 :complies false. + :carol2494 :complies false. }. { @@ -352447,9 +162447,9 @@ } => { var:x_0 :complies false. }. - :carol7495 :does :access_social_media. + :carol2495 :does :access_social_media. } log:explains { - :carol7495 :complies false. + :carol2495 :complies false. }. { @@ -352458,9 +162458,9 @@ } => { var:x_0 :complies false. }. - :carol7496 :does :access_social_media. + :carol2496 :does :access_social_media. } log:explains { - :carol7496 :complies false. + :carol2496 :complies false. }. { @@ -352469,9 +162469,9 @@ } => { var:x_0 :complies false. }. - :carol7497 :does :access_social_media. + :carol2497 :does :access_social_media. } log:explains { - :carol7497 :complies false. + :carol2497 :complies false. }. { @@ -352480,9 +162480,9 @@ } => { var:x_0 :complies false. }. - :carol7498 :does :access_social_media. + :carol2498 :does :access_social_media. } log:explains { - :carol7498 :complies false. + :carol2498 :complies false. }. { @@ -352491,9 +162491,9 @@ } => { var:x_0 :complies false. }. - :carol7499 :does :access_social_media. + :carol2499 :does :access_social_media. } log:explains { - :carol7499 :complies false. + :carol2499 :complies false. }. { @@ -352502,9 +162502,9 @@ } => { var:x_0 :complies false. }. - :carol7500 :does :access_social_media. + :carol2500 :does :access_social_media. } log:explains { - :carol7500 :complies false. + :carol2500 :complies false. }. { @@ -352513,9 +162513,9 @@ } => { var:x_0 :complies false. }. - :carol7501 :does :access_social_media. + :carol2501 :does :access_social_media. } log:explains { - :carol7501 :complies false. + :carol2501 :complies false. }. { @@ -352524,9 +162524,9 @@ } => { var:x_0 :complies false. }. - :carol7502 :does :access_social_media. + :carol2502 :does :access_social_media. } log:explains { - :carol7502 :complies false. + :carol2502 :complies false. }. { @@ -352535,9 +162535,9 @@ } => { var:x_0 :complies false. }. - :carol7503 :does :access_social_media. + :carol2503 :does :access_social_media. } log:explains { - :carol7503 :complies false. + :carol2503 :complies false. }. { @@ -352546,9 +162546,9 @@ } => { var:x_0 :complies false. }. - :carol7504 :does :access_social_media. + :carol2504 :does :access_social_media. } log:explains { - :carol7504 :complies false. + :carol2504 :complies false. }. { @@ -352557,9 +162557,9 @@ } => { var:x_0 :complies false. }. - :carol7505 :does :access_social_media. + :carol2505 :does :access_social_media. } log:explains { - :carol7505 :complies false. + :carol2505 :complies false. }. { @@ -352568,9 +162568,9 @@ } => { var:x_0 :complies false. }. - :carol7506 :does :access_social_media. + :carol2506 :does :access_social_media. } log:explains { - :carol7506 :complies false. + :carol2506 :complies false. }. { @@ -352579,9 +162579,9 @@ } => { var:x_0 :complies false. }. - :carol7507 :does :access_social_media. + :carol2507 :does :access_social_media. } log:explains { - :carol7507 :complies false. + :carol2507 :complies false. }. { @@ -352590,9 +162590,9 @@ } => { var:x_0 :complies false. }. - :carol7508 :does :access_social_media. + :carol2508 :does :access_social_media. } log:explains { - :carol7508 :complies false. + :carol2508 :complies false. }. { @@ -352601,9 +162601,9 @@ } => { var:x_0 :complies false. }. - :carol7509 :does :access_social_media. + :carol2509 :does :access_social_media. } log:explains { - :carol7509 :complies false. + :carol2509 :complies false. }. { @@ -352612,9 +162612,9 @@ } => { var:x_0 :complies false. }. - :carol7510 :does :access_social_media. + :carol2510 :does :access_social_media. } log:explains { - :carol7510 :complies false. + :carol2510 :complies false. }. { @@ -352623,9 +162623,9 @@ } => { var:x_0 :complies false. }. - :carol7511 :does :access_social_media. + :carol2511 :does :access_social_media. } log:explains { - :carol7511 :complies false. + :carol2511 :complies false. }. { @@ -352634,9 +162634,9 @@ } => { var:x_0 :complies false. }. - :carol7512 :does :access_social_media. + :carol2512 :does :access_social_media. } log:explains { - :carol7512 :complies false. + :carol2512 :complies false. }. { @@ -352645,9 +162645,9 @@ } => { var:x_0 :complies false. }. - :carol7513 :does :access_social_media. + :carol2513 :does :access_social_media. } log:explains { - :carol7513 :complies false. + :carol2513 :complies false. }. { @@ -352656,9 +162656,9 @@ } => { var:x_0 :complies false. }. - :carol7514 :does :access_social_media. + :carol2514 :does :access_social_media. } log:explains { - :carol7514 :complies false. + :carol2514 :complies false. }. { @@ -352667,9 +162667,9 @@ } => { var:x_0 :complies false. }. - :carol7515 :does :access_social_media. + :carol2515 :does :access_social_media. } log:explains { - :carol7515 :complies false. + :carol2515 :complies false. }. { @@ -352678,9 +162678,9 @@ } => { var:x_0 :complies false. }. - :carol7516 :does :access_social_media. + :carol2516 :does :access_social_media. } log:explains { - :carol7516 :complies false. + :carol2516 :complies false. }. { @@ -352689,9 +162689,9 @@ } => { var:x_0 :complies false. }. - :carol7517 :does :access_social_media. + :carol2517 :does :access_social_media. } log:explains { - :carol7517 :complies false. + :carol2517 :complies false. }. { @@ -352700,9 +162700,9 @@ } => { var:x_0 :complies false. }. - :carol7518 :does :access_social_media. + :carol2518 :does :access_social_media. } log:explains { - :carol7518 :complies false. + :carol2518 :complies false. }. { @@ -352711,9 +162711,9 @@ } => { var:x_0 :complies false. }. - :carol7519 :does :access_social_media. + :carol2519 :does :access_social_media. } log:explains { - :carol7519 :complies false. + :carol2519 :complies false. }. { @@ -352722,9 +162722,9 @@ } => { var:x_0 :complies false. }. - :carol7520 :does :access_social_media. + :carol2520 :does :access_social_media. } log:explains { - :carol7520 :complies false. + :carol2520 :complies false. }. { @@ -352733,9 +162733,9 @@ } => { var:x_0 :complies false. }. - :carol7521 :does :access_social_media. + :carol2521 :does :access_social_media. } log:explains { - :carol7521 :complies false. + :carol2521 :complies false. }. { @@ -352744,9 +162744,9 @@ } => { var:x_0 :complies false. }. - :carol7522 :does :access_social_media. + :carol2522 :does :access_social_media. } log:explains { - :carol7522 :complies false. + :carol2522 :complies false. }. { @@ -352755,9 +162755,9 @@ } => { var:x_0 :complies false. }. - :carol7523 :does :access_social_media. + :carol2523 :does :access_social_media. } log:explains { - :carol7523 :complies false. + :carol2523 :complies false. }. { @@ -352766,9 +162766,9 @@ } => { var:x_0 :complies false. }. - :carol7524 :does :access_social_media. + :carol2524 :does :access_social_media. } log:explains { - :carol7524 :complies false. + :carol2524 :complies false. }. { @@ -352777,9 +162777,9 @@ } => { var:x_0 :complies false. }. - :carol7525 :does :access_social_media. + :carol2525 :does :access_social_media. } log:explains { - :carol7525 :complies false. + :carol2525 :complies false. }. { @@ -352788,9 +162788,9 @@ } => { var:x_0 :complies false. }. - :carol7526 :does :access_social_media. + :carol2526 :does :access_social_media. } log:explains { - :carol7526 :complies false. + :carol2526 :complies false. }. { @@ -352799,9 +162799,9 @@ } => { var:x_0 :complies false. }. - :carol7527 :does :access_social_media. + :carol2527 :does :access_social_media. } log:explains { - :carol7527 :complies false. + :carol2527 :complies false. }. { @@ -352810,9 +162810,9 @@ } => { var:x_0 :complies false. }. - :carol7528 :does :access_social_media. + :carol2528 :does :access_social_media. } log:explains { - :carol7528 :complies false. + :carol2528 :complies false. }. { @@ -352821,9 +162821,9 @@ } => { var:x_0 :complies false. }. - :carol7529 :does :access_social_media. + :carol2529 :does :access_social_media. } log:explains { - :carol7529 :complies false. + :carol2529 :complies false. }. { @@ -352832,9 +162832,9 @@ } => { var:x_0 :complies false. }. - :carol7530 :does :access_social_media. + :carol2530 :does :access_social_media. } log:explains { - :carol7530 :complies false. + :carol2530 :complies false. }. { @@ -352843,9 +162843,9 @@ } => { var:x_0 :complies false. }. - :carol7531 :does :access_social_media. + :carol2531 :does :access_social_media. } log:explains { - :carol7531 :complies false. + :carol2531 :complies false. }. { @@ -352854,9 +162854,9 @@ } => { var:x_0 :complies false. }. - :carol7532 :does :access_social_media. + :carol2532 :does :access_social_media. } log:explains { - :carol7532 :complies false. + :carol2532 :complies false. }. { @@ -352865,9 +162865,9 @@ } => { var:x_0 :complies false. }. - :carol7533 :does :access_social_media. + :carol2533 :does :access_social_media. } log:explains { - :carol7533 :complies false. + :carol2533 :complies false. }. { @@ -352876,9 +162876,9 @@ } => { var:x_0 :complies false. }. - :carol7534 :does :access_social_media. + :carol2534 :does :access_social_media. } log:explains { - :carol7534 :complies false. + :carol2534 :complies false. }. { @@ -352887,9 +162887,9 @@ } => { var:x_0 :complies false. }. - :carol7535 :does :access_social_media. + :carol2535 :does :access_social_media. } log:explains { - :carol7535 :complies false. + :carol2535 :complies false. }. { @@ -352898,9 +162898,9 @@ } => { var:x_0 :complies false. }. - :carol7536 :does :access_social_media. + :carol2536 :does :access_social_media. } log:explains { - :carol7536 :complies false. + :carol2536 :complies false. }. { @@ -352909,9 +162909,9 @@ } => { var:x_0 :complies false. }. - :carol7537 :does :access_social_media. + :carol2537 :does :access_social_media. } log:explains { - :carol7537 :complies false. + :carol2537 :complies false. }. { @@ -352920,9 +162920,9 @@ } => { var:x_0 :complies false. }. - :carol7538 :does :access_social_media. + :carol2538 :does :access_social_media. } log:explains { - :carol7538 :complies false. + :carol2538 :complies false. }. { @@ -352931,9 +162931,9 @@ } => { var:x_0 :complies false. }. - :carol7539 :does :access_social_media. + :carol2539 :does :access_social_media. } log:explains { - :carol7539 :complies false. + :carol2539 :complies false. }. { @@ -352942,9 +162942,9 @@ } => { var:x_0 :complies false. }. - :carol7540 :does :access_social_media. + :carol2540 :does :access_social_media. } log:explains { - :carol7540 :complies false. + :carol2540 :complies false. }. { @@ -352953,9 +162953,9 @@ } => { var:x_0 :complies false. }. - :carol7541 :does :access_social_media. + :carol2541 :does :access_social_media. } log:explains { - :carol7541 :complies false. + :carol2541 :complies false. }. { @@ -352964,9 +162964,9 @@ } => { var:x_0 :complies false. }. - :carol7542 :does :access_social_media. + :carol2542 :does :access_social_media. } log:explains { - :carol7542 :complies false. + :carol2542 :complies false. }. { @@ -352975,9 +162975,9 @@ } => { var:x_0 :complies false. }. - :carol7543 :does :access_social_media. + :carol2543 :does :access_social_media. } log:explains { - :carol7543 :complies false. + :carol2543 :complies false. }. { @@ -352986,9 +162986,9 @@ } => { var:x_0 :complies false. }. - :carol7544 :does :access_social_media. + :carol2544 :does :access_social_media. } log:explains { - :carol7544 :complies false. + :carol2544 :complies false. }. { @@ -352997,9 +162997,9 @@ } => { var:x_0 :complies false. }. - :carol7545 :does :access_social_media. + :carol2545 :does :access_social_media. } log:explains { - :carol7545 :complies false. + :carol2545 :complies false. }. { @@ -353008,9 +163008,9 @@ } => { var:x_0 :complies false. }. - :carol7546 :does :access_social_media. + :carol2546 :does :access_social_media. } log:explains { - :carol7546 :complies false. + :carol2546 :complies false. }. { @@ -353019,9 +163019,9 @@ } => { var:x_0 :complies false. }. - :carol7547 :does :access_social_media. + :carol2547 :does :access_social_media. } log:explains { - :carol7547 :complies false. + :carol2547 :complies false. }. { @@ -353030,9 +163030,9 @@ } => { var:x_0 :complies false. }. - :carol7548 :does :access_social_media. + :carol2548 :does :access_social_media. } log:explains { - :carol7548 :complies false. + :carol2548 :complies false. }. { @@ -353041,9 +163041,9 @@ } => { var:x_0 :complies false. }. - :carol7549 :does :access_social_media. + :carol2549 :does :access_social_media. } log:explains { - :carol7549 :complies false. + :carol2549 :complies false. }. { @@ -353052,9 +163052,9 @@ } => { var:x_0 :complies false. }. - :carol7550 :does :access_social_media. + :carol2550 :does :access_social_media. } log:explains { - :carol7550 :complies false. + :carol2550 :complies false. }. { @@ -353063,9 +163063,9 @@ } => { var:x_0 :complies false. }. - :carol7551 :does :access_social_media. + :carol2551 :does :access_social_media. } log:explains { - :carol7551 :complies false. + :carol2551 :complies false. }. { @@ -353074,9 +163074,9 @@ } => { var:x_0 :complies false. }. - :carol7552 :does :access_social_media. + :carol2552 :does :access_social_media. } log:explains { - :carol7552 :complies false. + :carol2552 :complies false. }. { @@ -353085,9 +163085,9 @@ } => { var:x_0 :complies false. }. - :carol7553 :does :access_social_media. + :carol2553 :does :access_social_media. } log:explains { - :carol7553 :complies false. + :carol2553 :complies false. }. { @@ -353096,9 +163096,9 @@ } => { var:x_0 :complies false. }. - :carol7554 :does :access_social_media. + :carol2554 :does :access_social_media. } log:explains { - :carol7554 :complies false. + :carol2554 :complies false. }. { @@ -353107,9 +163107,9 @@ } => { var:x_0 :complies false. }. - :carol7555 :does :access_social_media. + :carol2555 :does :access_social_media. } log:explains { - :carol7555 :complies false. + :carol2555 :complies false. }. { @@ -353118,9 +163118,9 @@ } => { var:x_0 :complies false. }. - :carol7556 :does :access_social_media. + :carol2556 :does :access_social_media. } log:explains { - :carol7556 :complies false. + :carol2556 :complies false. }. { @@ -353129,9 +163129,9 @@ } => { var:x_0 :complies false. }. - :carol7557 :does :access_social_media. + :carol2557 :does :access_social_media. } log:explains { - :carol7557 :complies false. + :carol2557 :complies false. }. { @@ -353140,9 +163140,9 @@ } => { var:x_0 :complies false. }. - :carol7558 :does :access_social_media. + :carol2558 :does :access_social_media. } log:explains { - :carol7558 :complies false. + :carol2558 :complies false. }. { @@ -353151,9 +163151,9 @@ } => { var:x_0 :complies false. }. - :carol7559 :does :access_social_media. + :carol2559 :does :access_social_media. } log:explains { - :carol7559 :complies false. + :carol2559 :complies false. }. { @@ -353162,9 +163162,9 @@ } => { var:x_0 :complies false. }. - :carol7560 :does :access_social_media. + :carol2560 :does :access_social_media. } log:explains { - :carol7560 :complies false. + :carol2560 :complies false. }. { @@ -353173,9 +163173,9 @@ } => { var:x_0 :complies false. }. - :carol7561 :does :access_social_media. + :carol2561 :does :access_social_media. } log:explains { - :carol7561 :complies false. + :carol2561 :complies false. }. { @@ -353184,9 +163184,9 @@ } => { var:x_0 :complies false. }. - :carol7562 :does :access_social_media. + :carol2562 :does :access_social_media. } log:explains { - :carol7562 :complies false. + :carol2562 :complies false. }. { @@ -353195,9 +163195,9 @@ } => { var:x_0 :complies false. }. - :carol7563 :does :access_social_media. + :carol2563 :does :access_social_media. } log:explains { - :carol7563 :complies false. + :carol2563 :complies false. }. { @@ -353206,9 +163206,9 @@ } => { var:x_0 :complies false. }. - :carol7564 :does :access_social_media. + :carol2564 :does :access_social_media. } log:explains { - :carol7564 :complies false. + :carol2564 :complies false. }. { @@ -353217,9 +163217,9 @@ } => { var:x_0 :complies false. }. - :carol7565 :does :access_social_media. + :carol2565 :does :access_social_media. } log:explains { - :carol7565 :complies false. + :carol2565 :complies false. }. { @@ -353228,9 +163228,9 @@ } => { var:x_0 :complies false. }. - :carol7566 :does :access_social_media. + :carol2566 :does :access_social_media. } log:explains { - :carol7566 :complies false. + :carol2566 :complies false. }. { @@ -353239,9 +163239,9 @@ } => { var:x_0 :complies false. }. - :carol7567 :does :access_social_media. + :carol2567 :does :access_social_media. } log:explains { - :carol7567 :complies false. + :carol2567 :complies false. }. { @@ -353250,9 +163250,9 @@ } => { var:x_0 :complies false. }. - :carol7568 :does :access_social_media. + :carol2568 :does :access_social_media. } log:explains { - :carol7568 :complies false. + :carol2568 :complies false. }. { @@ -353261,9 +163261,9 @@ } => { var:x_0 :complies false. }. - :carol7569 :does :access_social_media. + :carol2569 :does :access_social_media. } log:explains { - :carol7569 :complies false. + :carol2569 :complies false. }. { @@ -353272,9 +163272,9 @@ } => { var:x_0 :complies false. }. - :carol7570 :does :access_social_media. + :carol2570 :does :access_social_media. } log:explains { - :carol7570 :complies false. + :carol2570 :complies false. }. { @@ -353283,9 +163283,9 @@ } => { var:x_0 :complies false. }. - :carol7571 :does :access_social_media. + :carol2571 :does :access_social_media. } log:explains { - :carol7571 :complies false. + :carol2571 :complies false. }. { @@ -353294,9 +163294,9 @@ } => { var:x_0 :complies false. }. - :carol7572 :does :access_social_media. + :carol2572 :does :access_social_media. } log:explains { - :carol7572 :complies false. + :carol2572 :complies false. }. { @@ -353305,9 +163305,9 @@ } => { var:x_0 :complies false. }. - :carol7573 :does :access_social_media. + :carol2573 :does :access_social_media. } log:explains { - :carol7573 :complies false. + :carol2573 :complies false. }. { @@ -353316,9 +163316,9 @@ } => { var:x_0 :complies false. }. - :carol7574 :does :access_social_media. + :carol2574 :does :access_social_media. } log:explains { - :carol7574 :complies false. + :carol2574 :complies false. }. { @@ -353327,9 +163327,9 @@ } => { var:x_0 :complies false. }. - :carol7575 :does :access_social_media. + :carol2575 :does :access_social_media. } log:explains { - :carol7575 :complies false. + :carol2575 :complies false. }. { @@ -353338,9 +163338,9 @@ } => { var:x_0 :complies false. }. - :carol7576 :does :access_social_media. + :carol2576 :does :access_social_media. } log:explains { - :carol7576 :complies false. + :carol2576 :complies false. }. { @@ -353349,9 +163349,9 @@ } => { var:x_0 :complies false. }. - :carol7577 :does :access_social_media. + :carol2577 :does :access_social_media. } log:explains { - :carol7577 :complies false. + :carol2577 :complies false. }. { @@ -353360,9 +163360,9 @@ } => { var:x_0 :complies false. }. - :carol7578 :does :access_social_media. + :carol2578 :does :access_social_media. } log:explains { - :carol7578 :complies false. + :carol2578 :complies false. }. { @@ -353371,9 +163371,9 @@ } => { var:x_0 :complies false. }. - :carol7579 :does :access_social_media. + :carol2579 :does :access_social_media. } log:explains { - :carol7579 :complies false. + :carol2579 :complies false. }. { @@ -353382,9 +163382,9 @@ } => { var:x_0 :complies false. }. - :carol7580 :does :access_social_media. + :carol2580 :does :access_social_media. } log:explains { - :carol7580 :complies false. + :carol2580 :complies false. }. { @@ -353393,9 +163393,9 @@ } => { var:x_0 :complies false. }. - :carol7581 :does :access_social_media. + :carol2581 :does :access_social_media. } log:explains { - :carol7581 :complies false. + :carol2581 :complies false. }. { @@ -353404,9 +163404,9 @@ } => { var:x_0 :complies false. }. - :carol7582 :does :access_social_media. + :carol2582 :does :access_social_media. } log:explains { - :carol7582 :complies false. + :carol2582 :complies false. }. { @@ -353415,9 +163415,9 @@ } => { var:x_0 :complies false. }. - :carol7583 :does :access_social_media. + :carol2583 :does :access_social_media. } log:explains { - :carol7583 :complies false. + :carol2583 :complies false. }. { @@ -353426,9 +163426,9 @@ } => { var:x_0 :complies false. }. - :carol7584 :does :access_social_media. + :carol2584 :does :access_social_media. } log:explains { - :carol7584 :complies false. + :carol2584 :complies false. }. { @@ -353437,9 +163437,9 @@ } => { var:x_0 :complies false. }. - :carol7585 :does :access_social_media. + :carol2585 :does :access_social_media. } log:explains { - :carol7585 :complies false. + :carol2585 :complies false. }. { @@ -353448,9 +163448,9 @@ } => { var:x_0 :complies false. }. - :carol7586 :does :access_social_media. + :carol2586 :does :access_social_media. } log:explains { - :carol7586 :complies false. + :carol2586 :complies false. }. { @@ -353459,9 +163459,9 @@ } => { var:x_0 :complies false. }. - :carol7587 :does :access_social_media. + :carol2587 :does :access_social_media. } log:explains { - :carol7587 :complies false. + :carol2587 :complies false. }. { @@ -353470,9 +163470,9 @@ } => { var:x_0 :complies false. }. - :carol7588 :does :access_social_media. + :carol2588 :does :access_social_media. } log:explains { - :carol7588 :complies false. + :carol2588 :complies false. }. { @@ -353481,9 +163481,9 @@ } => { var:x_0 :complies false. }. - :carol7589 :does :access_social_media. + :carol2589 :does :access_social_media. } log:explains { - :carol7589 :complies false. + :carol2589 :complies false. }. { @@ -353492,9 +163492,9 @@ } => { var:x_0 :complies false. }. - :carol7590 :does :access_social_media. + :carol2590 :does :access_social_media. } log:explains { - :carol7590 :complies false. + :carol2590 :complies false. }. { @@ -353503,9 +163503,9 @@ } => { var:x_0 :complies false. }. - :carol7591 :does :access_social_media. + :carol2591 :does :access_social_media. } log:explains { - :carol7591 :complies false. + :carol2591 :complies false. }. { @@ -353514,9 +163514,9 @@ } => { var:x_0 :complies false. }. - :carol7592 :does :access_social_media. + :carol2592 :does :access_social_media. } log:explains { - :carol7592 :complies false. + :carol2592 :complies false. }. { @@ -353525,9 +163525,9 @@ } => { var:x_0 :complies false. }. - :carol7593 :does :access_social_media. + :carol2593 :does :access_social_media. } log:explains { - :carol7593 :complies false. + :carol2593 :complies false. }. { @@ -353536,9 +163536,9 @@ } => { var:x_0 :complies false. }. - :carol7594 :does :access_social_media. + :carol2594 :does :access_social_media. } log:explains { - :carol7594 :complies false. + :carol2594 :complies false. }. { @@ -353547,9 +163547,9 @@ } => { var:x_0 :complies false. }. - :carol7595 :does :access_social_media. + :carol2595 :does :access_social_media. } log:explains { - :carol7595 :complies false. + :carol2595 :complies false. }. { @@ -353558,9 +163558,9 @@ } => { var:x_0 :complies false. }. - :carol7596 :does :access_social_media. + :carol2596 :does :access_social_media. } log:explains { - :carol7596 :complies false. + :carol2596 :complies false. }. { @@ -353569,9 +163569,9 @@ } => { var:x_0 :complies false. }. - :carol7597 :does :access_social_media. + :carol2597 :does :access_social_media. } log:explains { - :carol7597 :complies false. + :carol2597 :complies false. }. { @@ -353580,9 +163580,9 @@ } => { var:x_0 :complies false. }. - :carol7598 :does :access_social_media. + :carol2598 :does :access_social_media. } log:explains { - :carol7598 :complies false. + :carol2598 :complies false. }. { @@ -353591,9 +163591,9 @@ } => { var:x_0 :complies false. }. - :carol7599 :does :access_social_media. + :carol2599 :does :access_social_media. } log:explains { - :carol7599 :complies false. + :carol2599 :complies false. }. { @@ -353602,9 +163602,9 @@ } => { var:x_0 :complies false. }. - :carol7600 :does :access_social_media. + :carol2600 :does :access_social_media. } log:explains { - :carol7600 :complies false. + :carol2600 :complies false. }. { @@ -353613,9 +163613,9 @@ } => { var:x_0 :complies false. }. - :carol7601 :does :access_social_media. + :carol2601 :does :access_social_media. } log:explains { - :carol7601 :complies false. + :carol2601 :complies false. }. { @@ -353624,9 +163624,9 @@ } => { var:x_0 :complies false. }. - :carol7602 :does :access_social_media. + :carol2602 :does :access_social_media. } log:explains { - :carol7602 :complies false. + :carol2602 :complies false. }. { @@ -353635,9 +163635,9 @@ } => { var:x_0 :complies false. }. - :carol7603 :does :access_social_media. + :carol2603 :does :access_social_media. } log:explains { - :carol7603 :complies false. + :carol2603 :complies false. }. { @@ -353646,9 +163646,9 @@ } => { var:x_0 :complies false. }. - :carol7604 :does :access_social_media. + :carol2604 :does :access_social_media. } log:explains { - :carol7604 :complies false. + :carol2604 :complies false. }. { @@ -353657,9 +163657,9 @@ } => { var:x_0 :complies false. }. - :carol7605 :does :access_social_media. + :carol2605 :does :access_social_media. } log:explains { - :carol7605 :complies false. + :carol2605 :complies false. }. { @@ -353668,9 +163668,9 @@ } => { var:x_0 :complies false. }. - :carol7606 :does :access_social_media. + :carol2606 :does :access_social_media. } log:explains { - :carol7606 :complies false. + :carol2606 :complies false. }. { @@ -353679,9 +163679,9 @@ } => { var:x_0 :complies false. }. - :carol7607 :does :access_social_media. + :carol2607 :does :access_social_media. } log:explains { - :carol7607 :complies false. + :carol2607 :complies false. }. { @@ -353690,9 +163690,9 @@ } => { var:x_0 :complies false. }. - :carol7608 :does :access_social_media. + :carol2608 :does :access_social_media. } log:explains { - :carol7608 :complies false. + :carol2608 :complies false. }. { @@ -353701,9 +163701,9 @@ } => { var:x_0 :complies false. }. - :carol7609 :does :access_social_media. + :carol2609 :does :access_social_media. } log:explains { - :carol7609 :complies false. + :carol2609 :complies false. }. { @@ -353712,9 +163712,9 @@ } => { var:x_0 :complies false. }. - :carol7610 :does :access_social_media. + :carol2610 :does :access_social_media. } log:explains { - :carol7610 :complies false. + :carol2610 :complies false. }. { @@ -353723,9 +163723,9 @@ } => { var:x_0 :complies false. }. - :carol7611 :does :access_social_media. + :carol2611 :does :access_social_media. } log:explains { - :carol7611 :complies false. + :carol2611 :complies false. }. { @@ -353734,9 +163734,9 @@ } => { var:x_0 :complies false. }. - :carol7612 :does :access_social_media. + :carol2612 :does :access_social_media. } log:explains { - :carol7612 :complies false. + :carol2612 :complies false. }. { @@ -353745,9 +163745,9 @@ } => { var:x_0 :complies false. }. - :carol7613 :does :access_social_media. + :carol2613 :does :access_social_media. } log:explains { - :carol7613 :complies false. + :carol2613 :complies false. }. { @@ -353756,9 +163756,9 @@ } => { var:x_0 :complies false. }. - :carol7614 :does :access_social_media. + :carol2614 :does :access_social_media. } log:explains { - :carol7614 :complies false. + :carol2614 :complies false. }. { @@ -353767,9 +163767,9 @@ } => { var:x_0 :complies false. }. - :carol7615 :does :access_social_media. + :carol2615 :does :access_social_media. } log:explains { - :carol7615 :complies false. + :carol2615 :complies false. }. { @@ -353778,9 +163778,9 @@ } => { var:x_0 :complies false. }. - :carol7616 :does :access_social_media. + :carol2616 :does :access_social_media. } log:explains { - :carol7616 :complies false. + :carol2616 :complies false. }. { @@ -353789,9 +163789,9 @@ } => { var:x_0 :complies false. }. - :carol7617 :does :access_social_media. + :carol2617 :does :access_social_media. } log:explains { - :carol7617 :complies false. + :carol2617 :complies false. }. { @@ -353800,9 +163800,9 @@ } => { var:x_0 :complies false. }. - :carol7618 :does :access_social_media. + :carol2618 :does :access_social_media. } log:explains { - :carol7618 :complies false. + :carol2618 :complies false. }. { @@ -353811,9 +163811,9 @@ } => { var:x_0 :complies false. }. - :carol7619 :does :access_social_media. + :carol2619 :does :access_social_media. } log:explains { - :carol7619 :complies false. + :carol2619 :complies false. }. { @@ -353822,9 +163822,9 @@ } => { var:x_0 :complies false. }. - :carol7620 :does :access_social_media. + :carol2620 :does :access_social_media. } log:explains { - :carol7620 :complies false. + :carol2620 :complies false. }. { @@ -353833,9 +163833,9 @@ } => { var:x_0 :complies false. }. - :carol7621 :does :access_social_media. + :carol2621 :does :access_social_media. } log:explains { - :carol7621 :complies false. + :carol2621 :complies false. }. { @@ -353844,9 +163844,9 @@ } => { var:x_0 :complies false. }. - :carol7622 :does :access_social_media. + :carol2622 :does :access_social_media. } log:explains { - :carol7622 :complies false. + :carol2622 :complies false. }. { @@ -353855,9 +163855,9 @@ } => { var:x_0 :complies false. }. - :carol7623 :does :access_social_media. + :carol2623 :does :access_social_media. } log:explains { - :carol7623 :complies false. + :carol2623 :complies false. }. { @@ -353866,9 +163866,9 @@ } => { var:x_0 :complies false. }. - :carol7624 :does :access_social_media. + :carol2624 :does :access_social_media. } log:explains { - :carol7624 :complies false. + :carol2624 :complies false. }. { @@ -353877,9 +163877,9 @@ } => { var:x_0 :complies false. }. - :carol7625 :does :access_social_media. + :carol2625 :does :access_social_media. } log:explains { - :carol7625 :complies false. + :carol2625 :complies false. }. { @@ -353888,9 +163888,9 @@ } => { var:x_0 :complies false. }. - :carol7626 :does :access_social_media. + :carol2626 :does :access_social_media. } log:explains { - :carol7626 :complies false. + :carol2626 :complies false. }. { @@ -353899,9 +163899,9 @@ } => { var:x_0 :complies false. }. - :carol7627 :does :access_social_media. + :carol2627 :does :access_social_media. } log:explains { - :carol7627 :complies false. + :carol2627 :complies false. }. { @@ -353910,9 +163910,9 @@ } => { var:x_0 :complies false. }. - :carol7628 :does :access_social_media. + :carol2628 :does :access_social_media. } log:explains { - :carol7628 :complies false. + :carol2628 :complies false. }. { @@ -353921,9 +163921,9 @@ } => { var:x_0 :complies false. }. - :carol7629 :does :access_social_media. + :carol2629 :does :access_social_media. } log:explains { - :carol7629 :complies false. + :carol2629 :complies false. }. { @@ -353932,9 +163932,9 @@ } => { var:x_0 :complies false. }. - :carol7630 :does :access_social_media. + :carol2630 :does :access_social_media. } log:explains { - :carol7630 :complies false. + :carol2630 :complies false. }. { @@ -353943,9 +163943,9 @@ } => { var:x_0 :complies false. }. - :carol7631 :does :access_social_media. + :carol2631 :does :access_social_media. } log:explains { - :carol7631 :complies false. + :carol2631 :complies false. }. { @@ -353954,9 +163954,9 @@ } => { var:x_0 :complies false. }. - :carol7632 :does :access_social_media. + :carol2632 :does :access_social_media. } log:explains { - :carol7632 :complies false. + :carol2632 :complies false. }. { @@ -353965,9 +163965,9 @@ } => { var:x_0 :complies false. }. - :carol7633 :does :access_social_media. + :carol2633 :does :access_social_media. } log:explains { - :carol7633 :complies false. + :carol2633 :complies false. }. { @@ -353976,9 +163976,9 @@ } => { var:x_0 :complies false. }. - :carol7634 :does :access_social_media. + :carol2634 :does :access_social_media. } log:explains { - :carol7634 :complies false. + :carol2634 :complies false. }. { @@ -353987,9 +163987,9 @@ } => { var:x_0 :complies false. }. - :carol7635 :does :access_social_media. + :carol2635 :does :access_social_media. } log:explains { - :carol7635 :complies false. + :carol2635 :complies false. }. { @@ -353998,9 +163998,9 @@ } => { var:x_0 :complies false. }. - :carol7636 :does :access_social_media. + :carol2636 :does :access_social_media. } log:explains { - :carol7636 :complies false. + :carol2636 :complies false. }. { @@ -354009,9 +164009,9 @@ } => { var:x_0 :complies false. }. - :carol7637 :does :access_social_media. + :carol2637 :does :access_social_media. } log:explains { - :carol7637 :complies false. + :carol2637 :complies false. }. { @@ -354020,9 +164020,9 @@ } => { var:x_0 :complies false. }. - :carol7638 :does :access_social_media. + :carol2638 :does :access_social_media. } log:explains { - :carol7638 :complies false. + :carol2638 :complies false. }. { @@ -354031,9 +164031,9 @@ } => { var:x_0 :complies false. }. - :carol7639 :does :access_social_media. + :carol2639 :does :access_social_media. } log:explains { - :carol7639 :complies false. + :carol2639 :complies false. }. { @@ -354042,9 +164042,9 @@ } => { var:x_0 :complies false. }. - :carol7640 :does :access_social_media. + :carol2640 :does :access_social_media. } log:explains { - :carol7640 :complies false. + :carol2640 :complies false. }. { @@ -354053,9 +164053,9 @@ } => { var:x_0 :complies false. }. - :carol7641 :does :access_social_media. + :carol2641 :does :access_social_media. } log:explains { - :carol7641 :complies false. + :carol2641 :complies false. }. { @@ -354064,9 +164064,9 @@ } => { var:x_0 :complies false. }. - :carol7642 :does :access_social_media. + :carol2642 :does :access_social_media. } log:explains { - :carol7642 :complies false. + :carol2642 :complies false. }. { @@ -354075,9 +164075,9 @@ } => { var:x_0 :complies false. }. - :carol7643 :does :access_social_media. + :carol2643 :does :access_social_media. } log:explains { - :carol7643 :complies false. + :carol2643 :complies false. }. { @@ -354086,9 +164086,9 @@ } => { var:x_0 :complies false. }. - :carol7644 :does :access_social_media. + :carol2644 :does :access_social_media. } log:explains { - :carol7644 :complies false. + :carol2644 :complies false. }. { @@ -354097,9 +164097,9 @@ } => { var:x_0 :complies false. }. - :carol7645 :does :access_social_media. + :carol2645 :does :access_social_media. } log:explains { - :carol7645 :complies false. + :carol2645 :complies false. }. { @@ -354108,9 +164108,9 @@ } => { var:x_0 :complies false. }. - :carol7646 :does :access_social_media. + :carol2646 :does :access_social_media. } log:explains { - :carol7646 :complies false. + :carol2646 :complies false. }. { @@ -354119,9 +164119,9 @@ } => { var:x_0 :complies false. }. - :carol7647 :does :access_social_media. + :carol2647 :does :access_social_media. } log:explains { - :carol7647 :complies false. + :carol2647 :complies false. }. { @@ -354130,9 +164130,9 @@ } => { var:x_0 :complies false. }. - :carol7648 :does :access_social_media. + :carol2648 :does :access_social_media. } log:explains { - :carol7648 :complies false. + :carol2648 :complies false. }. { @@ -354141,9 +164141,9 @@ } => { var:x_0 :complies false. }. - :carol7649 :does :access_social_media. + :carol2649 :does :access_social_media. } log:explains { - :carol7649 :complies false. + :carol2649 :complies false. }. { @@ -354152,9 +164152,9 @@ } => { var:x_0 :complies false. }. - :carol7650 :does :access_social_media. + :carol2650 :does :access_social_media. } log:explains { - :carol7650 :complies false. + :carol2650 :complies false. }. { @@ -354163,9 +164163,9 @@ } => { var:x_0 :complies false. }. - :carol7651 :does :access_social_media. + :carol2651 :does :access_social_media. } log:explains { - :carol7651 :complies false. + :carol2651 :complies false. }. { @@ -354174,9 +164174,9 @@ } => { var:x_0 :complies false. }. - :carol7652 :does :access_social_media. + :carol2652 :does :access_social_media. } log:explains { - :carol7652 :complies false. + :carol2652 :complies false. }. { @@ -354185,9 +164185,9 @@ } => { var:x_0 :complies false. }. - :carol7653 :does :access_social_media. + :carol2653 :does :access_social_media. } log:explains { - :carol7653 :complies false. + :carol2653 :complies false. }. { @@ -354196,9 +164196,9 @@ } => { var:x_0 :complies false. }. - :carol7654 :does :access_social_media. + :carol2654 :does :access_social_media. } log:explains { - :carol7654 :complies false. + :carol2654 :complies false. }. { @@ -354207,9 +164207,9 @@ } => { var:x_0 :complies false. }. - :carol7655 :does :access_social_media. + :carol2655 :does :access_social_media. } log:explains { - :carol7655 :complies false. + :carol2655 :complies false. }. { @@ -354218,9 +164218,9 @@ } => { var:x_0 :complies false. }. - :carol7656 :does :access_social_media. + :carol2656 :does :access_social_media. } log:explains { - :carol7656 :complies false. + :carol2656 :complies false. }. { @@ -354229,9 +164229,9 @@ } => { var:x_0 :complies false. }. - :carol7657 :does :access_social_media. + :carol2657 :does :access_social_media. } log:explains { - :carol7657 :complies false. + :carol2657 :complies false. }. { @@ -354240,9 +164240,9 @@ } => { var:x_0 :complies false. }. - :carol7658 :does :access_social_media. + :carol2658 :does :access_social_media. } log:explains { - :carol7658 :complies false. + :carol2658 :complies false. }. { @@ -354251,9 +164251,9 @@ } => { var:x_0 :complies false. }. - :carol7659 :does :access_social_media. + :carol2659 :does :access_social_media. } log:explains { - :carol7659 :complies false. + :carol2659 :complies false. }. { @@ -354262,9 +164262,9 @@ } => { var:x_0 :complies false. }. - :carol7660 :does :access_social_media. + :carol2660 :does :access_social_media. } log:explains { - :carol7660 :complies false. + :carol2660 :complies false. }. { @@ -354273,9 +164273,9 @@ } => { var:x_0 :complies false. }. - :carol7661 :does :access_social_media. + :carol2661 :does :access_social_media. } log:explains { - :carol7661 :complies false. + :carol2661 :complies false. }. { @@ -354284,9 +164284,9 @@ } => { var:x_0 :complies false. }. - :carol7662 :does :access_social_media. + :carol2662 :does :access_social_media. } log:explains { - :carol7662 :complies false. + :carol2662 :complies false. }. { @@ -354295,9 +164295,9 @@ } => { var:x_0 :complies false. }. - :carol7663 :does :access_social_media. + :carol2663 :does :access_social_media. } log:explains { - :carol7663 :complies false. + :carol2663 :complies false. }. { @@ -354306,9 +164306,9 @@ } => { var:x_0 :complies false. }. - :carol7664 :does :access_social_media. + :carol2664 :does :access_social_media. } log:explains { - :carol7664 :complies false. + :carol2664 :complies false. }. { @@ -354317,9 +164317,9 @@ } => { var:x_0 :complies false. }. - :carol7665 :does :access_social_media. + :carol2665 :does :access_social_media. } log:explains { - :carol7665 :complies false. + :carol2665 :complies false. }. { @@ -354328,9 +164328,9 @@ } => { var:x_0 :complies false. }. - :carol7666 :does :access_social_media. + :carol2666 :does :access_social_media. } log:explains { - :carol7666 :complies false. + :carol2666 :complies false. }. { @@ -354339,9 +164339,9 @@ } => { var:x_0 :complies false. }. - :carol7667 :does :access_social_media. + :carol2667 :does :access_social_media. } log:explains { - :carol7667 :complies false. + :carol2667 :complies false. }. { @@ -354350,9 +164350,9 @@ } => { var:x_0 :complies false. }. - :carol7668 :does :access_social_media. + :carol2668 :does :access_social_media. } log:explains { - :carol7668 :complies false. + :carol2668 :complies false. }. { @@ -354361,9 +164361,9 @@ } => { var:x_0 :complies false. }. - :carol7669 :does :access_social_media. + :carol2669 :does :access_social_media. } log:explains { - :carol7669 :complies false. + :carol2669 :complies false. }. { @@ -354372,9 +164372,9 @@ } => { var:x_0 :complies false. }. - :carol7670 :does :access_social_media. + :carol2670 :does :access_social_media. } log:explains { - :carol7670 :complies false. + :carol2670 :complies false. }. { @@ -354383,9 +164383,9 @@ } => { var:x_0 :complies false. }. - :carol7671 :does :access_social_media. + :carol2671 :does :access_social_media. } log:explains { - :carol7671 :complies false. + :carol2671 :complies false. }. { @@ -354394,9 +164394,9 @@ } => { var:x_0 :complies false. }. - :carol7672 :does :access_social_media. + :carol2672 :does :access_social_media. } log:explains { - :carol7672 :complies false. + :carol2672 :complies false. }. { @@ -354405,9 +164405,9 @@ } => { var:x_0 :complies false. }. - :carol7673 :does :access_social_media. + :carol2673 :does :access_social_media. } log:explains { - :carol7673 :complies false. + :carol2673 :complies false. }. { @@ -354416,9 +164416,9 @@ } => { var:x_0 :complies false. }. - :carol7674 :does :access_social_media. + :carol2674 :does :access_social_media. } log:explains { - :carol7674 :complies false. + :carol2674 :complies false. }. { @@ -354427,9 +164427,9 @@ } => { var:x_0 :complies false. }. - :carol7675 :does :access_social_media. + :carol2675 :does :access_social_media. } log:explains { - :carol7675 :complies false. + :carol2675 :complies false. }. { @@ -354438,9 +164438,9 @@ } => { var:x_0 :complies false. }. - :carol7676 :does :access_social_media. + :carol2676 :does :access_social_media. } log:explains { - :carol7676 :complies false. + :carol2676 :complies false. }. { @@ -354449,9 +164449,9 @@ } => { var:x_0 :complies false. }. - :carol7677 :does :access_social_media. + :carol2677 :does :access_social_media. } log:explains { - :carol7677 :complies false. + :carol2677 :complies false. }. { @@ -354460,9 +164460,9 @@ } => { var:x_0 :complies false. }. - :carol7678 :does :access_social_media. + :carol2678 :does :access_social_media. } log:explains { - :carol7678 :complies false. + :carol2678 :complies false. }. { @@ -354471,9 +164471,9 @@ } => { var:x_0 :complies false. }. - :carol7679 :does :access_social_media. + :carol2679 :does :access_social_media. } log:explains { - :carol7679 :complies false. + :carol2679 :complies false. }. { @@ -354482,9 +164482,9 @@ } => { var:x_0 :complies false. }. - :carol7680 :does :access_social_media. + :carol2680 :does :access_social_media. } log:explains { - :carol7680 :complies false. + :carol2680 :complies false. }. { @@ -354493,9 +164493,9 @@ } => { var:x_0 :complies false. }. - :carol7681 :does :access_social_media. + :carol2681 :does :access_social_media. } log:explains { - :carol7681 :complies false. + :carol2681 :complies false. }. { @@ -354504,9 +164504,9 @@ } => { var:x_0 :complies false. }. - :carol7682 :does :access_social_media. + :carol2682 :does :access_social_media. } log:explains { - :carol7682 :complies false. + :carol2682 :complies false. }. { @@ -354515,9 +164515,9 @@ } => { var:x_0 :complies false. }. - :carol7683 :does :access_social_media. + :carol2683 :does :access_social_media. } log:explains { - :carol7683 :complies false. + :carol2683 :complies false. }. { @@ -354526,9 +164526,9 @@ } => { var:x_0 :complies false. }. - :carol7684 :does :access_social_media. + :carol2684 :does :access_social_media. } log:explains { - :carol7684 :complies false. + :carol2684 :complies false. }. { @@ -354537,9 +164537,9 @@ } => { var:x_0 :complies false. }. - :carol7685 :does :access_social_media. + :carol2685 :does :access_social_media. } log:explains { - :carol7685 :complies false. + :carol2685 :complies false. }. { @@ -354548,9 +164548,9 @@ } => { var:x_0 :complies false. }. - :carol7686 :does :access_social_media. + :carol2686 :does :access_social_media. } log:explains { - :carol7686 :complies false. + :carol2686 :complies false. }. { @@ -354559,9 +164559,9 @@ } => { var:x_0 :complies false. }. - :carol7687 :does :access_social_media. + :carol2687 :does :access_social_media. } log:explains { - :carol7687 :complies false. + :carol2687 :complies false. }. { @@ -354570,9 +164570,9 @@ } => { var:x_0 :complies false. }. - :carol7688 :does :access_social_media. + :carol2688 :does :access_social_media. } log:explains { - :carol7688 :complies false. + :carol2688 :complies false. }. { @@ -354581,9 +164581,9 @@ } => { var:x_0 :complies false. }. - :carol7689 :does :access_social_media. + :carol2689 :does :access_social_media. } log:explains { - :carol7689 :complies false. + :carol2689 :complies false. }. { @@ -354592,9 +164592,9 @@ } => { var:x_0 :complies false. }. - :carol7690 :does :access_social_media. + :carol2690 :does :access_social_media. } log:explains { - :carol7690 :complies false. + :carol2690 :complies false. }. { @@ -354603,9 +164603,9 @@ } => { var:x_0 :complies false. }. - :carol7691 :does :access_social_media. + :carol2691 :does :access_social_media. } log:explains { - :carol7691 :complies false. + :carol2691 :complies false. }. { @@ -354614,9 +164614,9 @@ } => { var:x_0 :complies false. }. - :carol7692 :does :access_social_media. + :carol2692 :does :access_social_media. } log:explains { - :carol7692 :complies false. + :carol2692 :complies false. }. { @@ -354625,9 +164625,9 @@ } => { var:x_0 :complies false. }. - :carol7693 :does :access_social_media. + :carol2693 :does :access_social_media. } log:explains { - :carol7693 :complies false. + :carol2693 :complies false. }. { @@ -354636,9 +164636,9 @@ } => { var:x_0 :complies false. }. - :carol7694 :does :access_social_media. + :carol2694 :does :access_social_media. } log:explains { - :carol7694 :complies false. + :carol2694 :complies false. }. { @@ -354647,9 +164647,9 @@ } => { var:x_0 :complies false. }. - :carol7695 :does :access_social_media. + :carol2695 :does :access_social_media. } log:explains { - :carol7695 :complies false. + :carol2695 :complies false. }. { @@ -354658,9 +164658,9 @@ } => { var:x_0 :complies false. }. - :carol7696 :does :access_social_media. + :carol2696 :does :access_social_media. } log:explains { - :carol7696 :complies false. + :carol2696 :complies false. }. { @@ -354669,9 +164669,9 @@ } => { var:x_0 :complies false. }. - :carol7697 :does :access_social_media. + :carol2697 :does :access_social_media. } log:explains { - :carol7697 :complies false. + :carol2697 :complies false. }. { @@ -354680,9 +164680,9 @@ } => { var:x_0 :complies false. }. - :carol7698 :does :access_social_media. + :carol2698 :does :access_social_media. } log:explains { - :carol7698 :complies false. + :carol2698 :complies false. }. { @@ -354691,9 +164691,9 @@ } => { var:x_0 :complies false. }. - :carol7699 :does :access_social_media. + :carol2699 :does :access_social_media. } log:explains { - :carol7699 :complies false. + :carol2699 :complies false. }. { @@ -354702,9 +164702,9 @@ } => { var:x_0 :complies false. }. - :carol7700 :does :access_social_media. + :carol2700 :does :access_social_media. } log:explains { - :carol7700 :complies false. + :carol2700 :complies false. }. { @@ -354713,9 +164713,9 @@ } => { var:x_0 :complies false. }. - :carol7701 :does :access_social_media. + :carol2701 :does :access_social_media. } log:explains { - :carol7701 :complies false. + :carol2701 :complies false. }. { @@ -354724,9 +164724,9 @@ } => { var:x_0 :complies false. }. - :carol7702 :does :access_social_media. + :carol2702 :does :access_social_media. } log:explains { - :carol7702 :complies false. + :carol2702 :complies false. }. { @@ -354735,9 +164735,9 @@ } => { var:x_0 :complies false. }. - :carol7703 :does :access_social_media. + :carol2703 :does :access_social_media. } log:explains { - :carol7703 :complies false. + :carol2703 :complies false. }. { @@ -354746,9 +164746,9 @@ } => { var:x_0 :complies false. }. - :carol7704 :does :access_social_media. + :carol2704 :does :access_social_media. } log:explains { - :carol7704 :complies false. + :carol2704 :complies false. }. { @@ -354757,9 +164757,9 @@ } => { var:x_0 :complies false. }. - :carol7705 :does :access_social_media. + :carol2705 :does :access_social_media. } log:explains { - :carol7705 :complies false. + :carol2705 :complies false. }. { @@ -354768,9 +164768,9 @@ } => { var:x_0 :complies false. }. - :carol7706 :does :access_social_media. + :carol2706 :does :access_social_media. } log:explains { - :carol7706 :complies false. + :carol2706 :complies false. }. { @@ -354779,9 +164779,9 @@ } => { var:x_0 :complies false. }. - :carol7707 :does :access_social_media. + :carol2707 :does :access_social_media. } log:explains { - :carol7707 :complies false. + :carol2707 :complies false. }. { @@ -354790,9 +164790,9 @@ } => { var:x_0 :complies false. }. - :carol7708 :does :access_social_media. + :carol2708 :does :access_social_media. } log:explains { - :carol7708 :complies false. + :carol2708 :complies false. }. { @@ -354801,9 +164801,9 @@ } => { var:x_0 :complies false. }. - :carol7709 :does :access_social_media. + :carol2709 :does :access_social_media. } log:explains { - :carol7709 :complies false. + :carol2709 :complies false. }. { @@ -354812,9 +164812,9 @@ } => { var:x_0 :complies false. }. - :carol7710 :does :access_social_media. + :carol2710 :does :access_social_media. } log:explains { - :carol7710 :complies false. + :carol2710 :complies false. }. { @@ -354823,9 +164823,9 @@ } => { var:x_0 :complies false. }. - :carol7711 :does :access_social_media. + :carol2711 :does :access_social_media. } log:explains { - :carol7711 :complies false. + :carol2711 :complies false. }. { @@ -354834,9 +164834,9 @@ } => { var:x_0 :complies false. }. - :carol7712 :does :access_social_media. + :carol2712 :does :access_social_media. } log:explains { - :carol7712 :complies false. + :carol2712 :complies false. }. { @@ -354845,9 +164845,9 @@ } => { var:x_0 :complies false. }. - :carol7713 :does :access_social_media. + :carol2713 :does :access_social_media. } log:explains { - :carol7713 :complies false. + :carol2713 :complies false. }. { @@ -354856,9 +164856,9 @@ } => { var:x_0 :complies false. }. - :carol7714 :does :access_social_media. + :carol2714 :does :access_social_media. } log:explains { - :carol7714 :complies false. + :carol2714 :complies false. }. { @@ -354867,9 +164867,9 @@ } => { var:x_0 :complies false. }. - :carol7715 :does :access_social_media. + :carol2715 :does :access_social_media. } log:explains { - :carol7715 :complies false. + :carol2715 :complies false. }. { @@ -354878,9 +164878,9 @@ } => { var:x_0 :complies false. }. - :carol7716 :does :access_social_media. + :carol2716 :does :access_social_media. } log:explains { - :carol7716 :complies false. + :carol2716 :complies false. }. { @@ -354889,9 +164889,9 @@ } => { var:x_0 :complies false. }. - :carol7717 :does :access_social_media. + :carol2717 :does :access_social_media. } log:explains { - :carol7717 :complies false. + :carol2717 :complies false. }. { @@ -354900,9 +164900,9 @@ } => { var:x_0 :complies false. }. - :carol7718 :does :access_social_media. + :carol2718 :does :access_social_media. } log:explains { - :carol7718 :complies false. + :carol2718 :complies false. }. { @@ -354911,9 +164911,9 @@ } => { var:x_0 :complies false. }. - :carol7719 :does :access_social_media. + :carol2719 :does :access_social_media. } log:explains { - :carol7719 :complies false. + :carol2719 :complies false. }. { @@ -354922,9 +164922,9 @@ } => { var:x_0 :complies false. }. - :carol7720 :does :access_social_media. + :carol2720 :does :access_social_media. } log:explains { - :carol7720 :complies false. + :carol2720 :complies false. }. { @@ -354933,9 +164933,9 @@ } => { var:x_0 :complies false. }. - :carol7721 :does :access_social_media. + :carol2721 :does :access_social_media. } log:explains { - :carol7721 :complies false. + :carol2721 :complies false. }. { @@ -354944,9 +164944,9 @@ } => { var:x_0 :complies false. }. - :carol7722 :does :access_social_media. + :carol2722 :does :access_social_media. } log:explains { - :carol7722 :complies false. + :carol2722 :complies false. }. { @@ -354955,9 +164955,9 @@ } => { var:x_0 :complies false. }. - :carol7723 :does :access_social_media. + :carol2723 :does :access_social_media. } log:explains { - :carol7723 :complies false. + :carol2723 :complies false. }. { @@ -354966,9 +164966,9 @@ } => { var:x_0 :complies false. }. - :carol7724 :does :access_social_media. + :carol2724 :does :access_social_media. } log:explains { - :carol7724 :complies false. + :carol2724 :complies false. }. { @@ -354977,9 +164977,9 @@ } => { var:x_0 :complies false. }. - :carol7725 :does :access_social_media. + :carol2725 :does :access_social_media. } log:explains { - :carol7725 :complies false. + :carol2725 :complies false. }. { @@ -354988,9 +164988,9 @@ } => { var:x_0 :complies false. }. - :carol7726 :does :access_social_media. + :carol2726 :does :access_social_media. } log:explains { - :carol7726 :complies false. + :carol2726 :complies false. }. { @@ -354999,9 +164999,9 @@ } => { var:x_0 :complies false. }. - :carol7727 :does :access_social_media. + :carol2727 :does :access_social_media. } log:explains { - :carol7727 :complies false. + :carol2727 :complies false. }. { @@ -355010,9 +165010,9 @@ } => { var:x_0 :complies false. }. - :carol7728 :does :access_social_media. + :carol2728 :does :access_social_media. } log:explains { - :carol7728 :complies false. + :carol2728 :complies false. }. { @@ -355021,9 +165021,9 @@ } => { var:x_0 :complies false. }. - :carol7729 :does :access_social_media. + :carol2729 :does :access_social_media. } log:explains { - :carol7729 :complies false. + :carol2729 :complies false. }. { @@ -355032,9 +165032,9 @@ } => { var:x_0 :complies false. }. - :carol7730 :does :access_social_media. + :carol2730 :does :access_social_media. } log:explains { - :carol7730 :complies false. + :carol2730 :complies false. }. { @@ -355043,9 +165043,9 @@ } => { var:x_0 :complies false. }. - :carol7731 :does :access_social_media. + :carol2731 :does :access_social_media. } log:explains { - :carol7731 :complies false. + :carol2731 :complies false. }. { @@ -355054,9 +165054,9 @@ } => { var:x_0 :complies false. }. - :carol7732 :does :access_social_media. + :carol2732 :does :access_social_media. } log:explains { - :carol7732 :complies false. + :carol2732 :complies false. }. { @@ -355065,9 +165065,9 @@ } => { var:x_0 :complies false. }. - :carol7733 :does :access_social_media. + :carol2733 :does :access_social_media. } log:explains { - :carol7733 :complies false. + :carol2733 :complies false. }. { @@ -355076,9 +165076,9 @@ } => { var:x_0 :complies false. }. - :carol7734 :does :access_social_media. + :carol2734 :does :access_social_media. } log:explains { - :carol7734 :complies false. + :carol2734 :complies false. }. { @@ -355087,9 +165087,9 @@ } => { var:x_0 :complies false. }. - :carol7735 :does :access_social_media. + :carol2735 :does :access_social_media. } log:explains { - :carol7735 :complies false. + :carol2735 :complies false. }. { @@ -355098,9 +165098,9 @@ } => { var:x_0 :complies false. }. - :carol7736 :does :access_social_media. + :carol2736 :does :access_social_media. } log:explains { - :carol7736 :complies false. + :carol2736 :complies false. }. { @@ -355109,9 +165109,9 @@ } => { var:x_0 :complies false. }. - :carol7737 :does :access_social_media. + :carol2737 :does :access_social_media. } log:explains { - :carol7737 :complies false. + :carol2737 :complies false. }. { @@ -355120,9 +165120,9 @@ } => { var:x_0 :complies false. }. - :carol7738 :does :access_social_media. + :carol2738 :does :access_social_media. } log:explains { - :carol7738 :complies false. + :carol2738 :complies false. }. { @@ -355131,9 +165131,9 @@ } => { var:x_0 :complies false. }. - :carol7739 :does :access_social_media. + :carol2739 :does :access_social_media. } log:explains { - :carol7739 :complies false. + :carol2739 :complies false. }. { @@ -355142,9 +165142,9 @@ } => { var:x_0 :complies false. }. - :carol7740 :does :access_social_media. + :carol2740 :does :access_social_media. } log:explains { - :carol7740 :complies false. + :carol2740 :complies false. }. { @@ -355153,9 +165153,9 @@ } => { var:x_0 :complies false. }. - :carol7741 :does :access_social_media. + :carol2741 :does :access_social_media. } log:explains { - :carol7741 :complies false. + :carol2741 :complies false. }. { @@ -355164,9 +165164,9 @@ } => { var:x_0 :complies false. }. - :carol7742 :does :access_social_media. + :carol2742 :does :access_social_media. } log:explains { - :carol7742 :complies false. + :carol2742 :complies false. }. { @@ -355175,9 +165175,9 @@ } => { var:x_0 :complies false. }. - :carol7743 :does :access_social_media. + :carol2743 :does :access_social_media. } log:explains { - :carol7743 :complies false. + :carol2743 :complies false. }. { @@ -355186,9 +165186,9 @@ } => { var:x_0 :complies false. }. - :carol7744 :does :access_social_media. + :carol2744 :does :access_social_media. } log:explains { - :carol7744 :complies false. + :carol2744 :complies false. }. { @@ -355197,9 +165197,9 @@ } => { var:x_0 :complies false. }. - :carol7745 :does :access_social_media. + :carol2745 :does :access_social_media. } log:explains { - :carol7745 :complies false. + :carol2745 :complies false. }. { @@ -355208,9 +165208,9 @@ } => { var:x_0 :complies false. }. - :carol7746 :does :access_social_media. + :carol2746 :does :access_social_media. } log:explains { - :carol7746 :complies false. + :carol2746 :complies false. }. { @@ -355219,9 +165219,9 @@ } => { var:x_0 :complies false. }. - :carol7747 :does :access_social_media. + :carol2747 :does :access_social_media. } log:explains { - :carol7747 :complies false. + :carol2747 :complies false. }. { @@ -355230,9 +165230,9 @@ } => { var:x_0 :complies false. }. - :carol7748 :does :access_social_media. + :carol2748 :does :access_social_media. } log:explains { - :carol7748 :complies false. + :carol2748 :complies false. }. { @@ -355241,9 +165241,9 @@ } => { var:x_0 :complies false. }. - :carol7749 :does :access_social_media. + :carol2749 :does :access_social_media. } log:explains { - :carol7749 :complies false. + :carol2749 :complies false. }. { @@ -355252,9 +165252,9 @@ } => { var:x_0 :complies false. }. - :carol7750 :does :access_social_media. + :carol2750 :does :access_social_media. } log:explains { - :carol7750 :complies false. + :carol2750 :complies false. }. { @@ -355263,9 +165263,9 @@ } => { var:x_0 :complies false. }. - :carol7751 :does :access_social_media. + :carol2751 :does :access_social_media. } log:explains { - :carol7751 :complies false. + :carol2751 :complies false. }. { @@ -355274,9 +165274,9 @@ } => { var:x_0 :complies false. }. - :carol7752 :does :access_social_media. + :carol2752 :does :access_social_media. } log:explains { - :carol7752 :complies false. + :carol2752 :complies false. }. { @@ -355285,9 +165285,9 @@ } => { var:x_0 :complies false. }. - :carol7753 :does :access_social_media. + :carol2753 :does :access_social_media. } log:explains { - :carol7753 :complies false. + :carol2753 :complies false. }. { @@ -355296,9 +165296,9 @@ } => { var:x_0 :complies false. }. - :carol7754 :does :access_social_media. + :carol2754 :does :access_social_media. } log:explains { - :carol7754 :complies false. + :carol2754 :complies false. }. { @@ -355307,9 +165307,9 @@ } => { var:x_0 :complies false. }. - :carol7755 :does :access_social_media. + :carol2755 :does :access_social_media. } log:explains { - :carol7755 :complies false. + :carol2755 :complies false. }. { @@ -355318,9 +165318,9 @@ } => { var:x_0 :complies false. }. - :carol7756 :does :access_social_media. + :carol2756 :does :access_social_media. } log:explains { - :carol7756 :complies false. + :carol2756 :complies false. }. { @@ -355329,9 +165329,9 @@ } => { var:x_0 :complies false. }. - :carol7757 :does :access_social_media. + :carol2757 :does :access_social_media. } log:explains { - :carol7757 :complies false. + :carol2757 :complies false. }. { @@ -355340,9 +165340,9 @@ } => { var:x_0 :complies false. }. - :carol7758 :does :access_social_media. + :carol2758 :does :access_social_media. } log:explains { - :carol7758 :complies false. + :carol2758 :complies false. }. { @@ -355351,9 +165351,9 @@ } => { var:x_0 :complies false. }. - :carol7759 :does :access_social_media. + :carol2759 :does :access_social_media. } log:explains { - :carol7759 :complies false. + :carol2759 :complies false. }. { @@ -355362,9 +165362,9 @@ } => { var:x_0 :complies false. }. - :carol7760 :does :access_social_media. + :carol2760 :does :access_social_media. } log:explains { - :carol7760 :complies false. + :carol2760 :complies false. }. { @@ -355373,9 +165373,9 @@ } => { var:x_0 :complies false. }. - :carol7761 :does :access_social_media. + :carol2761 :does :access_social_media. } log:explains { - :carol7761 :complies false. + :carol2761 :complies false. }. { @@ -355384,9 +165384,9 @@ } => { var:x_0 :complies false. }. - :carol7762 :does :access_social_media. + :carol2762 :does :access_social_media. } log:explains { - :carol7762 :complies false. + :carol2762 :complies false. }. { @@ -355395,9 +165395,9 @@ } => { var:x_0 :complies false. }. - :carol7763 :does :access_social_media. + :carol2763 :does :access_social_media. } log:explains { - :carol7763 :complies false. + :carol2763 :complies false. }. { @@ -355406,9 +165406,9 @@ } => { var:x_0 :complies false. }. - :carol7764 :does :access_social_media. + :carol2764 :does :access_social_media. } log:explains { - :carol7764 :complies false. + :carol2764 :complies false. }. { @@ -355417,9 +165417,9 @@ } => { var:x_0 :complies false. }. - :carol7765 :does :access_social_media. + :carol2765 :does :access_social_media. } log:explains { - :carol7765 :complies false. + :carol2765 :complies false. }. { @@ -355428,9 +165428,9 @@ } => { var:x_0 :complies false. }. - :carol7766 :does :access_social_media. + :carol2766 :does :access_social_media. } log:explains { - :carol7766 :complies false. + :carol2766 :complies false. }. { @@ -355439,9 +165439,9 @@ } => { var:x_0 :complies false. }. - :carol7767 :does :access_social_media. + :carol2767 :does :access_social_media. } log:explains { - :carol7767 :complies false. + :carol2767 :complies false. }. { @@ -355450,9 +165450,9 @@ } => { var:x_0 :complies false. }. - :carol7768 :does :access_social_media. + :carol2768 :does :access_social_media. } log:explains { - :carol7768 :complies false. + :carol2768 :complies false. }. { @@ -355461,9 +165461,9 @@ } => { var:x_0 :complies false. }. - :carol7769 :does :access_social_media. + :carol2769 :does :access_social_media. } log:explains { - :carol7769 :complies false. + :carol2769 :complies false. }. { @@ -355472,9 +165472,9 @@ } => { var:x_0 :complies false. }. - :carol7770 :does :access_social_media. + :carol2770 :does :access_social_media. } log:explains { - :carol7770 :complies false. + :carol2770 :complies false. }. { @@ -355483,9 +165483,9 @@ } => { var:x_0 :complies false. }. - :carol7771 :does :access_social_media. + :carol2771 :does :access_social_media. } log:explains { - :carol7771 :complies false. + :carol2771 :complies false. }. { @@ -355494,9 +165494,9 @@ } => { var:x_0 :complies false. }. - :carol7772 :does :access_social_media. + :carol2772 :does :access_social_media. } log:explains { - :carol7772 :complies false. + :carol2772 :complies false. }. { @@ -355505,9 +165505,9 @@ } => { var:x_0 :complies false. }. - :carol7773 :does :access_social_media. + :carol2773 :does :access_social_media. } log:explains { - :carol7773 :complies false. + :carol2773 :complies false. }. { @@ -355516,9 +165516,9 @@ } => { var:x_0 :complies false. }. - :carol7774 :does :access_social_media. + :carol2774 :does :access_social_media. } log:explains { - :carol7774 :complies false. + :carol2774 :complies false. }. { @@ -355527,9 +165527,9 @@ } => { var:x_0 :complies false. }. - :carol7775 :does :access_social_media. + :carol2775 :does :access_social_media. } log:explains { - :carol7775 :complies false. + :carol2775 :complies false. }. { @@ -355538,9 +165538,9 @@ } => { var:x_0 :complies false. }. - :carol7776 :does :access_social_media. + :carol2776 :does :access_social_media. } log:explains { - :carol7776 :complies false. + :carol2776 :complies false. }. { @@ -355549,9 +165549,9 @@ } => { var:x_0 :complies false. }. - :carol7777 :does :access_social_media. + :carol2777 :does :access_social_media. } log:explains { - :carol7777 :complies false. + :carol2777 :complies false. }. { @@ -355560,9 +165560,9 @@ } => { var:x_0 :complies false. }. - :carol7778 :does :access_social_media. + :carol2778 :does :access_social_media. } log:explains { - :carol7778 :complies false. + :carol2778 :complies false. }. { @@ -355571,9 +165571,9 @@ } => { var:x_0 :complies false. }. - :carol7779 :does :access_social_media. + :carol2779 :does :access_social_media. } log:explains { - :carol7779 :complies false. + :carol2779 :complies false. }. { @@ -355582,9 +165582,9 @@ } => { var:x_0 :complies false. }. - :carol7780 :does :access_social_media. + :carol2780 :does :access_social_media. } log:explains { - :carol7780 :complies false. + :carol2780 :complies false. }. { @@ -355593,9 +165593,9 @@ } => { var:x_0 :complies false. }. - :carol7781 :does :access_social_media. + :carol2781 :does :access_social_media. } log:explains { - :carol7781 :complies false. + :carol2781 :complies false. }. { @@ -355604,9 +165604,9 @@ } => { var:x_0 :complies false. }. - :carol7782 :does :access_social_media. + :carol2782 :does :access_social_media. } log:explains { - :carol7782 :complies false. + :carol2782 :complies false. }. { @@ -355615,9 +165615,9 @@ } => { var:x_0 :complies false. }. - :carol7783 :does :access_social_media. + :carol2783 :does :access_social_media. } log:explains { - :carol7783 :complies false. + :carol2783 :complies false. }. { @@ -355626,9 +165626,9 @@ } => { var:x_0 :complies false. }. - :carol7784 :does :access_social_media. + :carol2784 :does :access_social_media. } log:explains { - :carol7784 :complies false. + :carol2784 :complies false. }. { @@ -355637,9 +165637,9 @@ } => { var:x_0 :complies false. }. - :carol7785 :does :access_social_media. + :carol2785 :does :access_social_media. } log:explains { - :carol7785 :complies false. + :carol2785 :complies false. }. { @@ -355648,9 +165648,9 @@ } => { var:x_0 :complies false. }. - :carol7786 :does :access_social_media. + :carol2786 :does :access_social_media. } log:explains { - :carol7786 :complies false. + :carol2786 :complies false. }. { @@ -355659,9 +165659,9 @@ } => { var:x_0 :complies false. }. - :carol7787 :does :access_social_media. + :carol2787 :does :access_social_media. } log:explains { - :carol7787 :complies false. + :carol2787 :complies false. }. { @@ -355670,9 +165670,9 @@ } => { var:x_0 :complies false. }. - :carol7788 :does :access_social_media. + :carol2788 :does :access_social_media. } log:explains { - :carol7788 :complies false. + :carol2788 :complies false. }. { @@ -355681,9 +165681,9 @@ } => { var:x_0 :complies false. }. - :carol7789 :does :access_social_media. + :carol2789 :does :access_social_media. } log:explains { - :carol7789 :complies false. + :carol2789 :complies false. }. { @@ -355692,9 +165692,9 @@ } => { var:x_0 :complies false. }. - :carol7790 :does :access_social_media. + :carol2790 :does :access_social_media. } log:explains { - :carol7790 :complies false. + :carol2790 :complies false. }. { @@ -355703,9 +165703,9 @@ } => { var:x_0 :complies false. }. - :carol7791 :does :access_social_media. + :carol2791 :does :access_social_media. } log:explains { - :carol7791 :complies false. + :carol2791 :complies false. }. { @@ -355714,9 +165714,9 @@ } => { var:x_0 :complies false. }. - :carol7792 :does :access_social_media. + :carol2792 :does :access_social_media. } log:explains { - :carol7792 :complies false. + :carol2792 :complies false. }. { @@ -355725,9 +165725,9 @@ } => { var:x_0 :complies false. }. - :carol7793 :does :access_social_media. + :carol2793 :does :access_social_media. } log:explains { - :carol7793 :complies false. + :carol2793 :complies false. }. { @@ -355736,9 +165736,9 @@ } => { var:x_0 :complies false. }. - :carol7794 :does :access_social_media. + :carol2794 :does :access_social_media. } log:explains { - :carol7794 :complies false. + :carol2794 :complies false. }. { @@ -355747,9 +165747,9 @@ } => { var:x_0 :complies false. }. - :carol7795 :does :access_social_media. + :carol2795 :does :access_social_media. } log:explains { - :carol7795 :complies false. + :carol2795 :complies false. }. { @@ -355758,9 +165758,9 @@ } => { var:x_0 :complies false. }. - :carol7796 :does :access_social_media. + :carol2796 :does :access_social_media. } log:explains { - :carol7796 :complies false. + :carol2796 :complies false. }. { @@ -355769,9 +165769,9 @@ } => { var:x_0 :complies false. }. - :carol7797 :does :access_social_media. + :carol2797 :does :access_social_media. } log:explains { - :carol7797 :complies false. + :carol2797 :complies false. }. { @@ -355780,9 +165780,9 @@ } => { var:x_0 :complies false. }. - :carol7798 :does :access_social_media. + :carol2798 :does :access_social_media. } log:explains { - :carol7798 :complies false. + :carol2798 :complies false. }. { @@ -355791,9 +165791,9 @@ } => { var:x_0 :complies false. }. - :carol7799 :does :access_social_media. + :carol2799 :does :access_social_media. } log:explains { - :carol7799 :complies false. + :carol2799 :complies false. }. { @@ -355802,9 +165802,9 @@ } => { var:x_0 :complies false. }. - :carol7800 :does :access_social_media. + :carol2800 :does :access_social_media. } log:explains { - :carol7800 :complies false. + :carol2800 :complies false. }. { @@ -355813,9 +165813,9 @@ } => { var:x_0 :complies false. }. - :carol7801 :does :access_social_media. + :carol2801 :does :access_social_media. } log:explains { - :carol7801 :complies false. + :carol2801 :complies false. }. { @@ -355824,9 +165824,9 @@ } => { var:x_0 :complies false. }. - :carol7802 :does :access_social_media. + :carol2802 :does :access_social_media. } log:explains { - :carol7802 :complies false. + :carol2802 :complies false. }. { @@ -355835,9 +165835,9 @@ } => { var:x_0 :complies false. }. - :carol7803 :does :access_social_media. + :carol2803 :does :access_social_media. } log:explains { - :carol7803 :complies false. + :carol2803 :complies false. }. { @@ -355846,9 +165846,9 @@ } => { var:x_0 :complies false. }. - :carol7804 :does :access_social_media. + :carol2804 :does :access_social_media. } log:explains { - :carol7804 :complies false. + :carol2804 :complies false. }. { @@ -355857,9 +165857,9 @@ } => { var:x_0 :complies false. }. - :carol7805 :does :access_social_media. + :carol2805 :does :access_social_media. } log:explains { - :carol7805 :complies false. + :carol2805 :complies false. }. { @@ -355868,9 +165868,9 @@ } => { var:x_0 :complies false. }. - :carol7806 :does :access_social_media. + :carol2806 :does :access_social_media. } log:explains { - :carol7806 :complies false. + :carol2806 :complies false. }. { @@ -355879,9 +165879,9 @@ } => { var:x_0 :complies false. }. - :carol7807 :does :access_social_media. + :carol2807 :does :access_social_media. } log:explains { - :carol7807 :complies false. + :carol2807 :complies false. }. { @@ -355890,9 +165890,9 @@ } => { var:x_0 :complies false. }. - :carol7808 :does :access_social_media. + :carol2808 :does :access_social_media. } log:explains { - :carol7808 :complies false. + :carol2808 :complies false. }. { @@ -355901,9 +165901,9 @@ } => { var:x_0 :complies false. }. - :carol7809 :does :access_social_media. + :carol2809 :does :access_social_media. } log:explains { - :carol7809 :complies false. + :carol2809 :complies false. }. { @@ -355912,9 +165912,9 @@ } => { var:x_0 :complies false. }. - :carol7810 :does :access_social_media. + :carol2810 :does :access_social_media. } log:explains { - :carol7810 :complies false. + :carol2810 :complies false. }. { @@ -355923,9 +165923,9 @@ } => { var:x_0 :complies false. }. - :carol7811 :does :access_social_media. + :carol2811 :does :access_social_media. } log:explains { - :carol7811 :complies false. + :carol2811 :complies false. }. { @@ -355934,9 +165934,9 @@ } => { var:x_0 :complies false. }. - :carol7812 :does :access_social_media. + :carol2812 :does :access_social_media. } log:explains { - :carol7812 :complies false. + :carol2812 :complies false. }. { @@ -355945,9 +165945,9 @@ } => { var:x_0 :complies false. }. - :carol7813 :does :access_social_media. + :carol2813 :does :access_social_media. } log:explains { - :carol7813 :complies false. + :carol2813 :complies false. }. { @@ -355956,9 +165956,9 @@ } => { var:x_0 :complies false. }. - :carol7814 :does :access_social_media. + :carol2814 :does :access_social_media. } log:explains { - :carol7814 :complies false. + :carol2814 :complies false. }. { @@ -355967,9 +165967,9 @@ } => { var:x_0 :complies false. }. - :carol7815 :does :access_social_media. + :carol2815 :does :access_social_media. } log:explains { - :carol7815 :complies false. + :carol2815 :complies false. }. { @@ -355978,9 +165978,9 @@ } => { var:x_0 :complies false. }. - :carol7816 :does :access_social_media. + :carol2816 :does :access_social_media. } log:explains { - :carol7816 :complies false. + :carol2816 :complies false. }. { @@ -355989,9 +165989,9 @@ } => { var:x_0 :complies false. }. - :carol7817 :does :access_social_media. + :carol2817 :does :access_social_media. } log:explains { - :carol7817 :complies false. + :carol2817 :complies false. }. { @@ -356000,9 +166000,9 @@ } => { var:x_0 :complies false. }. - :carol7818 :does :access_social_media. + :carol2818 :does :access_social_media. } log:explains { - :carol7818 :complies false. + :carol2818 :complies false. }. { @@ -356011,9 +166011,9 @@ } => { var:x_0 :complies false. }. - :carol7819 :does :access_social_media. + :carol2819 :does :access_social_media. } log:explains { - :carol7819 :complies false. + :carol2819 :complies false. }. { @@ -356022,9 +166022,9 @@ } => { var:x_0 :complies false. }. - :carol7820 :does :access_social_media. + :carol2820 :does :access_social_media. } log:explains { - :carol7820 :complies false. + :carol2820 :complies false. }. { @@ -356033,9 +166033,9 @@ } => { var:x_0 :complies false. }. - :carol7821 :does :access_social_media. + :carol2821 :does :access_social_media. } log:explains { - :carol7821 :complies false. + :carol2821 :complies false. }. { @@ -356044,9 +166044,9 @@ } => { var:x_0 :complies false. }. - :carol7822 :does :access_social_media. + :carol2822 :does :access_social_media. } log:explains { - :carol7822 :complies false. + :carol2822 :complies false. }. { @@ -356055,9 +166055,9 @@ } => { var:x_0 :complies false. }. - :carol7823 :does :access_social_media. + :carol2823 :does :access_social_media. } log:explains { - :carol7823 :complies false. + :carol2823 :complies false. }. { @@ -356066,9 +166066,9 @@ } => { var:x_0 :complies false. }. - :carol7824 :does :access_social_media. + :carol2824 :does :access_social_media. } log:explains { - :carol7824 :complies false. + :carol2824 :complies false. }. { @@ -356077,9 +166077,9 @@ } => { var:x_0 :complies false. }. - :carol7825 :does :access_social_media. + :carol2825 :does :access_social_media. } log:explains { - :carol7825 :complies false. + :carol2825 :complies false. }. { @@ -356088,9 +166088,9 @@ } => { var:x_0 :complies false. }. - :carol7826 :does :access_social_media. + :carol2826 :does :access_social_media. } log:explains { - :carol7826 :complies false. + :carol2826 :complies false. }. { @@ -356099,9 +166099,9 @@ } => { var:x_0 :complies false. }. - :carol7827 :does :access_social_media. + :carol2827 :does :access_social_media. } log:explains { - :carol7827 :complies false. + :carol2827 :complies false. }. { @@ -356110,9 +166110,9 @@ } => { var:x_0 :complies false. }. - :carol7828 :does :access_social_media. + :carol2828 :does :access_social_media. } log:explains { - :carol7828 :complies false. + :carol2828 :complies false. }. { @@ -356121,9 +166121,9 @@ } => { var:x_0 :complies false. }. - :carol7829 :does :access_social_media. + :carol2829 :does :access_social_media. } log:explains { - :carol7829 :complies false. + :carol2829 :complies false. }. { @@ -356132,9 +166132,9 @@ } => { var:x_0 :complies false. }. - :carol7830 :does :access_social_media. + :carol2830 :does :access_social_media. } log:explains { - :carol7830 :complies false. + :carol2830 :complies false. }. { @@ -356143,9 +166143,9 @@ } => { var:x_0 :complies false. }. - :carol7831 :does :access_social_media. + :carol2831 :does :access_social_media. } log:explains { - :carol7831 :complies false. + :carol2831 :complies false. }. { @@ -356154,9 +166154,9 @@ } => { var:x_0 :complies false. }. - :carol7832 :does :access_social_media. + :carol2832 :does :access_social_media. } log:explains { - :carol7832 :complies false. + :carol2832 :complies false. }. { @@ -356165,9 +166165,9 @@ } => { var:x_0 :complies false. }. - :carol7833 :does :access_social_media. + :carol2833 :does :access_social_media. } log:explains { - :carol7833 :complies false. + :carol2833 :complies false. }. { @@ -356176,9 +166176,9 @@ } => { var:x_0 :complies false. }. - :carol7834 :does :access_social_media. + :carol2834 :does :access_social_media. } log:explains { - :carol7834 :complies false. + :carol2834 :complies false. }. { @@ -356187,9 +166187,9 @@ } => { var:x_0 :complies false. }. - :carol7835 :does :access_social_media. + :carol2835 :does :access_social_media. } log:explains { - :carol7835 :complies false. + :carol2835 :complies false. }. { @@ -356198,9 +166198,9 @@ } => { var:x_0 :complies false. }. - :carol7836 :does :access_social_media. + :carol2836 :does :access_social_media. } log:explains { - :carol7836 :complies false. + :carol2836 :complies false. }. { @@ -356209,9 +166209,9 @@ } => { var:x_0 :complies false. }. - :carol7837 :does :access_social_media. + :carol2837 :does :access_social_media. } log:explains { - :carol7837 :complies false. + :carol2837 :complies false. }. { @@ -356220,9 +166220,9 @@ } => { var:x_0 :complies false. }. - :carol7838 :does :access_social_media. + :carol2838 :does :access_social_media. } log:explains { - :carol7838 :complies false. + :carol2838 :complies false. }. { @@ -356231,9 +166231,9 @@ } => { var:x_0 :complies false. }. - :carol7839 :does :access_social_media. + :carol2839 :does :access_social_media. } log:explains { - :carol7839 :complies false. + :carol2839 :complies false. }. { @@ -356242,9 +166242,9 @@ } => { var:x_0 :complies false. }. - :carol7840 :does :access_social_media. + :carol2840 :does :access_social_media. } log:explains { - :carol7840 :complies false. + :carol2840 :complies false. }. { @@ -356253,9 +166253,9 @@ } => { var:x_0 :complies false. }. - :carol7841 :does :access_social_media. + :carol2841 :does :access_social_media. } log:explains { - :carol7841 :complies false. + :carol2841 :complies false. }. { @@ -356264,9 +166264,9 @@ } => { var:x_0 :complies false. }. - :carol7842 :does :access_social_media. + :carol2842 :does :access_social_media. } log:explains { - :carol7842 :complies false. + :carol2842 :complies false. }. { @@ -356275,9 +166275,9 @@ } => { var:x_0 :complies false. }. - :carol7843 :does :access_social_media. + :carol2843 :does :access_social_media. } log:explains { - :carol7843 :complies false. + :carol2843 :complies false. }. { @@ -356286,9 +166286,9 @@ } => { var:x_0 :complies false. }. - :carol7844 :does :access_social_media. + :carol2844 :does :access_social_media. } log:explains { - :carol7844 :complies false. + :carol2844 :complies false. }. { @@ -356297,9 +166297,9 @@ } => { var:x_0 :complies false. }. - :carol7845 :does :access_social_media. + :carol2845 :does :access_social_media. } log:explains { - :carol7845 :complies false. + :carol2845 :complies false. }. { @@ -356308,9 +166308,9 @@ } => { var:x_0 :complies false. }. - :carol7846 :does :access_social_media. + :carol2846 :does :access_social_media. } log:explains { - :carol7846 :complies false. + :carol2846 :complies false. }. { @@ -356319,9 +166319,9 @@ } => { var:x_0 :complies false. }. - :carol7847 :does :access_social_media. + :carol2847 :does :access_social_media. } log:explains { - :carol7847 :complies false. + :carol2847 :complies false. }. { @@ -356330,9 +166330,9 @@ } => { var:x_0 :complies false. }. - :carol7848 :does :access_social_media. + :carol2848 :does :access_social_media. } log:explains { - :carol7848 :complies false. + :carol2848 :complies false. }. { @@ -356341,9 +166341,9 @@ } => { var:x_0 :complies false. }. - :carol7849 :does :access_social_media. + :carol2849 :does :access_social_media. } log:explains { - :carol7849 :complies false. + :carol2849 :complies false. }. { @@ -356352,9 +166352,9 @@ } => { var:x_0 :complies false. }. - :carol7850 :does :access_social_media. + :carol2850 :does :access_social_media. } log:explains { - :carol7850 :complies false. + :carol2850 :complies false. }. { @@ -356363,9 +166363,9 @@ } => { var:x_0 :complies false. }. - :carol7851 :does :access_social_media. + :carol2851 :does :access_social_media. } log:explains { - :carol7851 :complies false. + :carol2851 :complies false. }. { @@ -356374,9 +166374,9 @@ } => { var:x_0 :complies false. }. - :carol7852 :does :access_social_media. + :carol2852 :does :access_social_media. } log:explains { - :carol7852 :complies false. + :carol2852 :complies false. }. { @@ -356385,9 +166385,9 @@ } => { var:x_0 :complies false. }. - :carol7853 :does :access_social_media. + :carol2853 :does :access_social_media. } log:explains { - :carol7853 :complies false. + :carol2853 :complies false. }. { @@ -356396,9 +166396,9 @@ } => { var:x_0 :complies false. }. - :carol7854 :does :access_social_media. + :carol2854 :does :access_social_media. } log:explains { - :carol7854 :complies false. + :carol2854 :complies false. }. { @@ -356407,9 +166407,9 @@ } => { var:x_0 :complies false. }. - :carol7855 :does :access_social_media. + :carol2855 :does :access_social_media. } log:explains { - :carol7855 :complies false. + :carol2855 :complies false. }. { @@ -356418,9 +166418,9 @@ } => { var:x_0 :complies false. }. - :carol7856 :does :access_social_media. + :carol2856 :does :access_social_media. } log:explains { - :carol7856 :complies false. + :carol2856 :complies false. }. { @@ -356429,9 +166429,9 @@ } => { var:x_0 :complies false. }. - :carol7857 :does :access_social_media. + :carol2857 :does :access_social_media. } log:explains { - :carol7857 :complies false. + :carol2857 :complies false. }. { @@ -356440,9 +166440,9 @@ } => { var:x_0 :complies false. }. - :carol7858 :does :access_social_media. + :carol2858 :does :access_social_media. } log:explains { - :carol7858 :complies false. + :carol2858 :complies false. }. { @@ -356451,9 +166451,9 @@ } => { var:x_0 :complies false. }. - :carol7859 :does :access_social_media. + :carol2859 :does :access_social_media. } log:explains { - :carol7859 :complies false. + :carol2859 :complies false. }. { @@ -356462,9 +166462,9 @@ } => { var:x_0 :complies false. }. - :carol7860 :does :access_social_media. + :carol2860 :does :access_social_media. } log:explains { - :carol7860 :complies false. + :carol2860 :complies false. }. { @@ -356473,9 +166473,9 @@ } => { var:x_0 :complies false. }. - :carol7861 :does :access_social_media. + :carol2861 :does :access_social_media. } log:explains { - :carol7861 :complies false. + :carol2861 :complies false. }. { @@ -356484,9 +166484,9 @@ } => { var:x_0 :complies false. }. - :carol7862 :does :access_social_media. + :carol2862 :does :access_social_media. } log:explains { - :carol7862 :complies false. + :carol2862 :complies false. }. { @@ -356495,9 +166495,9 @@ } => { var:x_0 :complies false. }. - :carol7863 :does :access_social_media. + :carol2863 :does :access_social_media. } log:explains { - :carol7863 :complies false. + :carol2863 :complies false. }. { @@ -356506,9 +166506,9 @@ } => { var:x_0 :complies false. }. - :carol7864 :does :access_social_media. + :carol2864 :does :access_social_media. } log:explains { - :carol7864 :complies false. + :carol2864 :complies false. }. { @@ -356517,9 +166517,9 @@ } => { var:x_0 :complies false. }. - :carol7865 :does :access_social_media. + :carol2865 :does :access_social_media. } log:explains { - :carol7865 :complies false. + :carol2865 :complies false. }. { @@ -356528,9 +166528,9 @@ } => { var:x_0 :complies false. }. - :carol7866 :does :access_social_media. + :carol2866 :does :access_social_media. } log:explains { - :carol7866 :complies false. + :carol2866 :complies false. }. { @@ -356539,9 +166539,9 @@ } => { var:x_0 :complies false. }. - :carol7867 :does :access_social_media. + :carol2867 :does :access_social_media. } log:explains { - :carol7867 :complies false. + :carol2867 :complies false. }. { @@ -356550,9 +166550,9 @@ } => { var:x_0 :complies false. }. - :carol7868 :does :access_social_media. + :carol2868 :does :access_social_media. } log:explains { - :carol7868 :complies false. + :carol2868 :complies false. }. { @@ -356561,9 +166561,9 @@ } => { var:x_0 :complies false. }. - :carol7869 :does :access_social_media. + :carol2869 :does :access_social_media. } log:explains { - :carol7869 :complies false. + :carol2869 :complies false. }. { @@ -356572,9 +166572,9 @@ } => { var:x_0 :complies false. }. - :carol7870 :does :access_social_media. + :carol2870 :does :access_social_media. } log:explains { - :carol7870 :complies false. + :carol2870 :complies false. }. { @@ -356583,9 +166583,9 @@ } => { var:x_0 :complies false. }. - :carol7871 :does :access_social_media. + :carol2871 :does :access_social_media. } log:explains { - :carol7871 :complies false. + :carol2871 :complies false. }. { @@ -356594,9 +166594,9 @@ } => { var:x_0 :complies false. }. - :carol7872 :does :access_social_media. + :carol2872 :does :access_social_media. } log:explains { - :carol7872 :complies false. + :carol2872 :complies false. }. { @@ -356605,9 +166605,9 @@ } => { var:x_0 :complies false. }. - :carol7873 :does :access_social_media. + :carol2873 :does :access_social_media. } log:explains { - :carol7873 :complies false. + :carol2873 :complies false. }. { @@ -356616,9 +166616,9 @@ } => { var:x_0 :complies false. }. - :carol7874 :does :access_social_media. + :carol2874 :does :access_social_media. } log:explains { - :carol7874 :complies false. + :carol2874 :complies false. }. { @@ -356627,9 +166627,9 @@ } => { var:x_0 :complies false. }. - :carol7875 :does :access_social_media. + :carol2875 :does :access_social_media. } log:explains { - :carol7875 :complies false. + :carol2875 :complies false. }. { @@ -356638,9 +166638,9 @@ } => { var:x_0 :complies false. }. - :carol7876 :does :access_social_media. + :carol2876 :does :access_social_media. } log:explains { - :carol7876 :complies false. + :carol2876 :complies false. }. { @@ -356649,9 +166649,9 @@ } => { var:x_0 :complies false. }. - :carol7877 :does :access_social_media. + :carol2877 :does :access_social_media. } log:explains { - :carol7877 :complies false. + :carol2877 :complies false. }. { @@ -356660,9 +166660,9 @@ } => { var:x_0 :complies false. }. - :carol7878 :does :access_social_media. + :carol2878 :does :access_social_media. } log:explains { - :carol7878 :complies false. + :carol2878 :complies false. }. { @@ -356671,9 +166671,9 @@ } => { var:x_0 :complies false. }. - :carol7879 :does :access_social_media. + :carol2879 :does :access_social_media. } log:explains { - :carol7879 :complies false. + :carol2879 :complies false. }. { @@ -356682,9 +166682,9 @@ } => { var:x_0 :complies false. }. - :carol7880 :does :access_social_media. + :carol2880 :does :access_social_media. } log:explains { - :carol7880 :complies false. + :carol2880 :complies false. }. { @@ -356693,9 +166693,9 @@ } => { var:x_0 :complies false. }. - :carol7881 :does :access_social_media. + :carol2881 :does :access_social_media. } log:explains { - :carol7881 :complies false. + :carol2881 :complies false. }. { @@ -356704,9 +166704,9 @@ } => { var:x_0 :complies false. }. - :carol7882 :does :access_social_media. + :carol2882 :does :access_social_media. } log:explains { - :carol7882 :complies false. + :carol2882 :complies false. }. { @@ -356715,9 +166715,9 @@ } => { var:x_0 :complies false. }. - :carol7883 :does :access_social_media. + :carol2883 :does :access_social_media. } log:explains { - :carol7883 :complies false. + :carol2883 :complies false. }. { @@ -356726,9 +166726,9 @@ } => { var:x_0 :complies false. }. - :carol7884 :does :access_social_media. + :carol2884 :does :access_social_media. } log:explains { - :carol7884 :complies false. + :carol2884 :complies false. }. { @@ -356737,9 +166737,9 @@ } => { var:x_0 :complies false. }. - :carol7885 :does :access_social_media. + :carol2885 :does :access_social_media. } log:explains { - :carol7885 :complies false. + :carol2885 :complies false. }. { @@ -356748,9 +166748,9 @@ } => { var:x_0 :complies false. }. - :carol7886 :does :access_social_media. + :carol2886 :does :access_social_media. } log:explains { - :carol7886 :complies false. + :carol2886 :complies false. }. { @@ -356759,9 +166759,9 @@ } => { var:x_0 :complies false. }. - :carol7887 :does :access_social_media. + :carol2887 :does :access_social_media. } log:explains { - :carol7887 :complies false. + :carol2887 :complies false. }. { @@ -356770,9 +166770,9 @@ } => { var:x_0 :complies false. }. - :carol7888 :does :access_social_media. + :carol2888 :does :access_social_media. } log:explains { - :carol7888 :complies false. + :carol2888 :complies false. }. { @@ -356781,9 +166781,9 @@ } => { var:x_0 :complies false. }. - :carol7889 :does :access_social_media. + :carol2889 :does :access_social_media. } log:explains { - :carol7889 :complies false. + :carol2889 :complies false. }. { @@ -356792,9 +166792,9 @@ } => { var:x_0 :complies false. }. - :carol7890 :does :access_social_media. + :carol2890 :does :access_social_media. } log:explains { - :carol7890 :complies false. + :carol2890 :complies false. }. { @@ -356803,9 +166803,9 @@ } => { var:x_0 :complies false. }. - :carol7891 :does :access_social_media. + :carol2891 :does :access_social_media. } log:explains { - :carol7891 :complies false. + :carol2891 :complies false. }. { @@ -356814,9 +166814,9 @@ } => { var:x_0 :complies false. }. - :carol7892 :does :access_social_media. + :carol2892 :does :access_social_media. } log:explains { - :carol7892 :complies false. + :carol2892 :complies false. }. { @@ -356825,9 +166825,9 @@ } => { var:x_0 :complies false. }. - :carol7893 :does :access_social_media. + :carol2893 :does :access_social_media. } log:explains { - :carol7893 :complies false. + :carol2893 :complies false. }. { @@ -356836,9 +166836,9 @@ } => { var:x_0 :complies false. }. - :carol7894 :does :access_social_media. + :carol2894 :does :access_social_media. } log:explains { - :carol7894 :complies false. + :carol2894 :complies false. }. { @@ -356847,9 +166847,9 @@ } => { var:x_0 :complies false. }. - :carol7895 :does :access_social_media. + :carol2895 :does :access_social_media. } log:explains { - :carol7895 :complies false. + :carol2895 :complies false. }. { @@ -356858,9 +166858,9 @@ } => { var:x_0 :complies false. }. - :carol7896 :does :access_social_media. + :carol2896 :does :access_social_media. } log:explains { - :carol7896 :complies false. + :carol2896 :complies false. }. { @@ -356869,9 +166869,9 @@ } => { var:x_0 :complies false. }. - :carol7897 :does :access_social_media. + :carol2897 :does :access_social_media. } log:explains { - :carol7897 :complies false. + :carol2897 :complies false. }. { @@ -356880,9 +166880,9 @@ } => { var:x_0 :complies false. }. - :carol7898 :does :access_social_media. + :carol2898 :does :access_social_media. } log:explains { - :carol7898 :complies false. + :carol2898 :complies false. }. { @@ -356891,9 +166891,9 @@ } => { var:x_0 :complies false. }. - :carol7899 :does :access_social_media. + :carol2899 :does :access_social_media. } log:explains { - :carol7899 :complies false. + :carol2899 :complies false. }. { @@ -356902,9 +166902,9 @@ } => { var:x_0 :complies false. }. - :carol7900 :does :access_social_media. + :carol2900 :does :access_social_media. } log:explains { - :carol7900 :complies false. + :carol2900 :complies false. }. { @@ -356913,9 +166913,9 @@ } => { var:x_0 :complies false. }. - :carol7901 :does :access_social_media. + :carol2901 :does :access_social_media. } log:explains { - :carol7901 :complies false. + :carol2901 :complies false. }. { @@ -356924,9 +166924,9 @@ } => { var:x_0 :complies false. }. - :carol7902 :does :access_social_media. + :carol2902 :does :access_social_media. } log:explains { - :carol7902 :complies false. + :carol2902 :complies false. }. { @@ -356935,9 +166935,9 @@ } => { var:x_0 :complies false. }. - :carol7903 :does :access_social_media. + :carol2903 :does :access_social_media. } log:explains { - :carol7903 :complies false. + :carol2903 :complies false. }. { @@ -356946,9 +166946,9 @@ } => { var:x_0 :complies false. }. - :carol7904 :does :access_social_media. + :carol2904 :does :access_social_media. } log:explains { - :carol7904 :complies false. + :carol2904 :complies false. }. { @@ -356957,9 +166957,9 @@ } => { var:x_0 :complies false. }. - :carol7905 :does :access_social_media. + :carol2905 :does :access_social_media. } log:explains { - :carol7905 :complies false. + :carol2905 :complies false. }. { @@ -356968,9 +166968,9 @@ } => { var:x_0 :complies false. }. - :carol7906 :does :access_social_media. + :carol2906 :does :access_social_media. } log:explains { - :carol7906 :complies false. + :carol2906 :complies false. }. { @@ -356979,9 +166979,9 @@ } => { var:x_0 :complies false. }. - :carol7907 :does :access_social_media. + :carol2907 :does :access_social_media. } log:explains { - :carol7907 :complies false. + :carol2907 :complies false. }. { @@ -356990,9 +166990,9 @@ } => { var:x_0 :complies false. }. - :carol7908 :does :access_social_media. + :carol2908 :does :access_social_media. } log:explains { - :carol7908 :complies false. + :carol2908 :complies false. }. { @@ -357001,9 +167001,9 @@ } => { var:x_0 :complies false. }. - :carol7909 :does :access_social_media. + :carol2909 :does :access_social_media. } log:explains { - :carol7909 :complies false. + :carol2909 :complies false. }. { @@ -357012,9 +167012,9 @@ } => { var:x_0 :complies false. }. - :carol7910 :does :access_social_media. + :carol2910 :does :access_social_media. } log:explains { - :carol7910 :complies false. + :carol2910 :complies false. }. { @@ -357023,9 +167023,9 @@ } => { var:x_0 :complies false. }. - :carol7911 :does :access_social_media. + :carol2911 :does :access_social_media. } log:explains { - :carol7911 :complies false. + :carol2911 :complies false. }. { @@ -357034,9 +167034,9 @@ } => { var:x_0 :complies false. }. - :carol7912 :does :access_social_media. + :carol2912 :does :access_social_media. } log:explains { - :carol7912 :complies false. + :carol2912 :complies false. }. { @@ -357045,9 +167045,9 @@ } => { var:x_0 :complies false. }. - :carol7913 :does :access_social_media. + :carol2913 :does :access_social_media. } log:explains { - :carol7913 :complies false. + :carol2913 :complies false. }. { @@ -357056,9 +167056,9 @@ } => { var:x_0 :complies false. }. - :carol7914 :does :access_social_media. + :carol2914 :does :access_social_media. } log:explains { - :carol7914 :complies false. + :carol2914 :complies false. }. { @@ -357067,9 +167067,9 @@ } => { var:x_0 :complies false. }. - :carol7915 :does :access_social_media. + :carol2915 :does :access_social_media. } log:explains { - :carol7915 :complies false. + :carol2915 :complies false. }. { @@ -357078,9 +167078,9 @@ } => { var:x_0 :complies false. }. - :carol7916 :does :access_social_media. + :carol2916 :does :access_social_media. } log:explains { - :carol7916 :complies false. + :carol2916 :complies false. }. { @@ -357089,9 +167089,9 @@ } => { var:x_0 :complies false. }. - :carol7917 :does :access_social_media. + :carol2917 :does :access_social_media. } log:explains { - :carol7917 :complies false. + :carol2917 :complies false. }. { @@ -357100,9 +167100,9 @@ } => { var:x_0 :complies false. }. - :carol7918 :does :access_social_media. + :carol2918 :does :access_social_media. } log:explains { - :carol7918 :complies false. + :carol2918 :complies false. }. { @@ -357111,9 +167111,9 @@ } => { var:x_0 :complies false. }. - :carol7919 :does :access_social_media. + :carol2919 :does :access_social_media. } log:explains { - :carol7919 :complies false. + :carol2919 :complies false. }. { @@ -357122,9 +167122,9 @@ } => { var:x_0 :complies false. }. - :carol7920 :does :access_social_media. + :carol2920 :does :access_social_media. } log:explains { - :carol7920 :complies false. + :carol2920 :complies false. }. { @@ -357133,9 +167133,9 @@ } => { var:x_0 :complies false. }. - :carol7921 :does :access_social_media. + :carol2921 :does :access_social_media. } log:explains { - :carol7921 :complies false. + :carol2921 :complies false. }. { @@ -357144,9 +167144,9 @@ } => { var:x_0 :complies false. }. - :carol7922 :does :access_social_media. + :carol2922 :does :access_social_media. } log:explains { - :carol7922 :complies false. + :carol2922 :complies false. }. { @@ -357155,9 +167155,9 @@ } => { var:x_0 :complies false. }. - :carol7923 :does :access_social_media. + :carol2923 :does :access_social_media. } log:explains { - :carol7923 :complies false. + :carol2923 :complies false. }. { @@ -357166,9 +167166,9 @@ } => { var:x_0 :complies false. }. - :carol7924 :does :access_social_media. + :carol2924 :does :access_social_media. } log:explains { - :carol7924 :complies false. + :carol2924 :complies false. }. { @@ -357177,9 +167177,9 @@ } => { var:x_0 :complies false. }. - :carol7925 :does :access_social_media. + :carol2925 :does :access_social_media. } log:explains { - :carol7925 :complies false. + :carol2925 :complies false. }. { @@ -357188,9 +167188,9 @@ } => { var:x_0 :complies false. }. - :carol7926 :does :access_social_media. + :carol2926 :does :access_social_media. } log:explains { - :carol7926 :complies false. + :carol2926 :complies false. }. { @@ -357199,9 +167199,9 @@ } => { var:x_0 :complies false. }. - :carol7927 :does :access_social_media. + :carol2927 :does :access_social_media. } log:explains { - :carol7927 :complies false. + :carol2927 :complies false. }. { @@ -357210,9 +167210,9 @@ } => { var:x_0 :complies false. }. - :carol7928 :does :access_social_media. + :carol2928 :does :access_social_media. } log:explains { - :carol7928 :complies false. + :carol2928 :complies false. }. { @@ -357221,9 +167221,9 @@ } => { var:x_0 :complies false. }. - :carol7929 :does :access_social_media. + :carol2929 :does :access_social_media. } log:explains { - :carol7929 :complies false. + :carol2929 :complies false. }. { @@ -357232,9 +167232,9 @@ } => { var:x_0 :complies false. }. - :carol7930 :does :access_social_media. + :carol2930 :does :access_social_media. } log:explains { - :carol7930 :complies false. + :carol2930 :complies false. }. { @@ -357243,9 +167243,9 @@ } => { var:x_0 :complies false. }. - :carol7931 :does :access_social_media. + :carol2931 :does :access_social_media. } log:explains { - :carol7931 :complies false. + :carol2931 :complies false. }. { @@ -357254,9 +167254,9 @@ } => { var:x_0 :complies false. }. - :carol7932 :does :access_social_media. + :carol2932 :does :access_social_media. } log:explains { - :carol7932 :complies false. + :carol2932 :complies false. }. { @@ -357265,9 +167265,9 @@ } => { var:x_0 :complies false. }. - :carol7933 :does :access_social_media. + :carol2933 :does :access_social_media. } log:explains { - :carol7933 :complies false. + :carol2933 :complies false. }. { @@ -357276,9 +167276,9 @@ } => { var:x_0 :complies false. }. - :carol7934 :does :access_social_media. + :carol2934 :does :access_social_media. } log:explains { - :carol7934 :complies false. + :carol2934 :complies false. }. { @@ -357287,9 +167287,9 @@ } => { var:x_0 :complies false. }. - :carol7935 :does :access_social_media. + :carol2935 :does :access_social_media. } log:explains { - :carol7935 :complies false. + :carol2935 :complies false. }. { @@ -357298,9 +167298,9 @@ } => { var:x_0 :complies false. }. - :carol7936 :does :access_social_media. + :carol2936 :does :access_social_media. } log:explains { - :carol7936 :complies false. + :carol2936 :complies false. }. { @@ -357309,9 +167309,9 @@ } => { var:x_0 :complies false. }. - :carol7937 :does :access_social_media. + :carol2937 :does :access_social_media. } log:explains { - :carol7937 :complies false. + :carol2937 :complies false. }. { @@ -357320,9 +167320,9 @@ } => { var:x_0 :complies false. }. - :carol7938 :does :access_social_media. + :carol2938 :does :access_social_media. } log:explains { - :carol7938 :complies false. + :carol2938 :complies false. }. { @@ -357331,9 +167331,9 @@ } => { var:x_0 :complies false. }. - :carol7939 :does :access_social_media. + :carol2939 :does :access_social_media. } log:explains { - :carol7939 :complies false. + :carol2939 :complies false. }. { @@ -357342,9 +167342,9 @@ } => { var:x_0 :complies false. }. - :carol7940 :does :access_social_media. + :carol2940 :does :access_social_media. } log:explains { - :carol7940 :complies false. + :carol2940 :complies false. }. { @@ -357353,9 +167353,9 @@ } => { var:x_0 :complies false. }. - :carol7941 :does :access_social_media. + :carol2941 :does :access_social_media. } log:explains { - :carol7941 :complies false. + :carol2941 :complies false. }. { @@ -357364,9 +167364,9 @@ } => { var:x_0 :complies false. }. - :carol7942 :does :access_social_media. + :carol2942 :does :access_social_media. } log:explains { - :carol7942 :complies false. + :carol2942 :complies false. }. { @@ -357375,9 +167375,9 @@ } => { var:x_0 :complies false. }. - :carol7943 :does :access_social_media. + :carol2943 :does :access_social_media. } log:explains { - :carol7943 :complies false. + :carol2943 :complies false. }. { @@ -357386,9 +167386,9 @@ } => { var:x_0 :complies false. }. - :carol7944 :does :access_social_media. + :carol2944 :does :access_social_media. } log:explains { - :carol7944 :complies false. + :carol2944 :complies false. }. { @@ -357397,9 +167397,9 @@ } => { var:x_0 :complies false. }. - :carol7945 :does :access_social_media. + :carol2945 :does :access_social_media. } log:explains { - :carol7945 :complies false. + :carol2945 :complies false. }. { @@ -357408,9 +167408,9 @@ } => { var:x_0 :complies false. }. - :carol7946 :does :access_social_media. + :carol2946 :does :access_social_media. } log:explains { - :carol7946 :complies false. + :carol2946 :complies false. }. { @@ -357419,9 +167419,9 @@ } => { var:x_0 :complies false. }. - :carol7947 :does :access_social_media. + :carol2947 :does :access_social_media. } log:explains { - :carol7947 :complies false. + :carol2947 :complies false. }. { @@ -357430,9 +167430,9 @@ } => { var:x_0 :complies false. }. - :carol7948 :does :access_social_media. + :carol2948 :does :access_social_media. } log:explains { - :carol7948 :complies false. + :carol2948 :complies false. }. { @@ -357441,9 +167441,9 @@ } => { var:x_0 :complies false. }. - :carol7949 :does :access_social_media. + :carol2949 :does :access_social_media. } log:explains { - :carol7949 :complies false. + :carol2949 :complies false. }. { @@ -357452,9 +167452,9 @@ } => { var:x_0 :complies false. }. - :carol7950 :does :access_social_media. + :carol2950 :does :access_social_media. } log:explains { - :carol7950 :complies false. + :carol2950 :complies false. }. { @@ -357463,9 +167463,9 @@ } => { var:x_0 :complies false. }. - :carol7951 :does :access_social_media. + :carol2951 :does :access_social_media. } log:explains { - :carol7951 :complies false. + :carol2951 :complies false. }. { @@ -357474,9 +167474,9 @@ } => { var:x_0 :complies false. }. - :carol7952 :does :access_social_media. + :carol2952 :does :access_social_media. } log:explains { - :carol7952 :complies false. + :carol2952 :complies false. }. { @@ -357485,9 +167485,9 @@ } => { var:x_0 :complies false. }. - :carol7953 :does :access_social_media. + :carol2953 :does :access_social_media. } log:explains { - :carol7953 :complies false. + :carol2953 :complies false. }. { @@ -357496,9 +167496,9 @@ } => { var:x_0 :complies false. }. - :carol7954 :does :access_social_media. + :carol2954 :does :access_social_media. } log:explains { - :carol7954 :complies false. + :carol2954 :complies false. }. { @@ -357507,9 +167507,9 @@ } => { var:x_0 :complies false. }. - :carol7955 :does :access_social_media. + :carol2955 :does :access_social_media. } log:explains { - :carol7955 :complies false. + :carol2955 :complies false. }. { @@ -357518,9 +167518,9 @@ } => { var:x_0 :complies false. }. - :carol7956 :does :access_social_media. + :carol2956 :does :access_social_media. } log:explains { - :carol7956 :complies false. + :carol2956 :complies false. }. { @@ -357529,9 +167529,9 @@ } => { var:x_0 :complies false. }. - :carol7957 :does :access_social_media. + :carol2957 :does :access_social_media. } log:explains { - :carol7957 :complies false. + :carol2957 :complies false. }. { @@ -357540,9 +167540,9 @@ } => { var:x_0 :complies false. }. - :carol7958 :does :access_social_media. + :carol2958 :does :access_social_media. } log:explains { - :carol7958 :complies false. + :carol2958 :complies false. }. { @@ -357551,9 +167551,9 @@ } => { var:x_0 :complies false. }. - :carol7959 :does :access_social_media. + :carol2959 :does :access_social_media. } log:explains { - :carol7959 :complies false. + :carol2959 :complies false. }. { @@ -357562,9 +167562,9 @@ } => { var:x_0 :complies false. }. - :carol7960 :does :access_social_media. + :carol2960 :does :access_social_media. } log:explains { - :carol7960 :complies false. + :carol2960 :complies false. }. { @@ -357573,9 +167573,9 @@ } => { var:x_0 :complies false. }. - :carol7961 :does :access_social_media. + :carol2961 :does :access_social_media. } log:explains { - :carol7961 :complies false. + :carol2961 :complies false. }. { @@ -357584,9 +167584,9 @@ } => { var:x_0 :complies false. }. - :carol7962 :does :access_social_media. + :carol2962 :does :access_social_media. } log:explains { - :carol7962 :complies false. + :carol2962 :complies false. }. { @@ -357595,9 +167595,9 @@ } => { var:x_0 :complies false. }. - :carol7963 :does :access_social_media. + :carol2963 :does :access_social_media. } log:explains { - :carol7963 :complies false. + :carol2963 :complies false. }. { @@ -357606,9 +167606,9 @@ } => { var:x_0 :complies false. }. - :carol7964 :does :access_social_media. + :carol2964 :does :access_social_media. } log:explains { - :carol7964 :complies false. + :carol2964 :complies false. }. { @@ -357617,9 +167617,9 @@ } => { var:x_0 :complies false. }. - :carol7965 :does :access_social_media. + :carol2965 :does :access_social_media. } log:explains { - :carol7965 :complies false. + :carol2965 :complies false. }. { @@ -357628,9 +167628,9 @@ } => { var:x_0 :complies false. }. - :carol7966 :does :access_social_media. + :carol2966 :does :access_social_media. } log:explains { - :carol7966 :complies false. + :carol2966 :complies false. }. { @@ -357639,9 +167639,9 @@ } => { var:x_0 :complies false. }. - :carol7967 :does :access_social_media. + :carol2967 :does :access_social_media. } log:explains { - :carol7967 :complies false. + :carol2967 :complies false. }. { @@ -357650,9 +167650,9 @@ } => { var:x_0 :complies false. }. - :carol7968 :does :access_social_media. + :carol2968 :does :access_social_media. } log:explains { - :carol7968 :complies false. + :carol2968 :complies false. }. { @@ -357661,9 +167661,9 @@ } => { var:x_0 :complies false. }. - :carol7969 :does :access_social_media. + :carol2969 :does :access_social_media. } log:explains { - :carol7969 :complies false. + :carol2969 :complies false. }. { @@ -357672,9 +167672,9 @@ } => { var:x_0 :complies false. }. - :carol7970 :does :access_social_media. + :carol2970 :does :access_social_media. } log:explains { - :carol7970 :complies false. + :carol2970 :complies false. }. { @@ -357683,9 +167683,9 @@ } => { var:x_0 :complies false. }. - :carol7971 :does :access_social_media. + :carol2971 :does :access_social_media. } log:explains { - :carol7971 :complies false. + :carol2971 :complies false. }. { @@ -357694,9 +167694,9 @@ } => { var:x_0 :complies false. }. - :carol7972 :does :access_social_media. + :carol2972 :does :access_social_media. } log:explains { - :carol7972 :complies false. + :carol2972 :complies false. }. { @@ -357705,9 +167705,9 @@ } => { var:x_0 :complies false. }. - :carol7973 :does :access_social_media. + :carol2973 :does :access_social_media. } log:explains { - :carol7973 :complies false. + :carol2973 :complies false. }. { @@ -357716,9 +167716,9 @@ } => { var:x_0 :complies false. }. - :carol7974 :does :access_social_media. + :carol2974 :does :access_social_media. } log:explains { - :carol7974 :complies false. + :carol2974 :complies false. }. { @@ -357727,9 +167727,9 @@ } => { var:x_0 :complies false. }. - :carol7975 :does :access_social_media. + :carol2975 :does :access_social_media. } log:explains { - :carol7975 :complies false. + :carol2975 :complies false. }. { @@ -357738,9 +167738,9 @@ } => { var:x_0 :complies false. }. - :carol7976 :does :access_social_media. + :carol2976 :does :access_social_media. } log:explains { - :carol7976 :complies false. + :carol2976 :complies false. }. { @@ -357749,9 +167749,9 @@ } => { var:x_0 :complies false. }. - :carol7977 :does :access_social_media. + :carol2977 :does :access_social_media. } log:explains { - :carol7977 :complies false. + :carol2977 :complies false. }. { @@ -357760,9 +167760,9 @@ } => { var:x_0 :complies false. }. - :carol7978 :does :access_social_media. + :carol2978 :does :access_social_media. } log:explains { - :carol7978 :complies false. + :carol2978 :complies false. }. { @@ -357771,9 +167771,9 @@ } => { var:x_0 :complies false. }. - :carol7979 :does :access_social_media. + :carol2979 :does :access_social_media. } log:explains { - :carol7979 :complies false. + :carol2979 :complies false. }. { @@ -357782,9 +167782,9 @@ } => { var:x_0 :complies false. }. - :carol7980 :does :access_social_media. + :carol2980 :does :access_social_media. } log:explains { - :carol7980 :complies false. + :carol2980 :complies false. }. { @@ -357793,9 +167793,9 @@ } => { var:x_0 :complies false. }. - :carol7981 :does :access_social_media. + :carol2981 :does :access_social_media. } log:explains { - :carol7981 :complies false. + :carol2981 :complies false. }. { @@ -357804,9 +167804,9 @@ } => { var:x_0 :complies false. }. - :carol7982 :does :access_social_media. + :carol2982 :does :access_social_media. } log:explains { - :carol7982 :complies false. + :carol2982 :complies false. }. { @@ -357815,9 +167815,9 @@ } => { var:x_0 :complies false. }. - :carol7983 :does :access_social_media. + :carol2983 :does :access_social_media. } log:explains { - :carol7983 :complies false. + :carol2983 :complies false. }. { @@ -357826,9 +167826,9 @@ } => { var:x_0 :complies false. }. - :carol7984 :does :access_social_media. + :carol2984 :does :access_social_media. } log:explains { - :carol7984 :complies false. + :carol2984 :complies false. }. { @@ -357837,9 +167837,9 @@ } => { var:x_0 :complies false. }. - :carol7985 :does :access_social_media. + :carol2985 :does :access_social_media. } log:explains { - :carol7985 :complies false. + :carol2985 :complies false. }. { @@ -357848,9 +167848,9 @@ } => { var:x_0 :complies false. }. - :carol7986 :does :access_social_media. + :carol2986 :does :access_social_media. } log:explains { - :carol7986 :complies false. + :carol2986 :complies false. }. { @@ -357859,9 +167859,9 @@ } => { var:x_0 :complies false. }. - :carol7987 :does :access_social_media. + :carol2987 :does :access_social_media. } log:explains { - :carol7987 :complies false. + :carol2987 :complies false. }. { @@ -357870,9 +167870,9 @@ } => { var:x_0 :complies false. }. - :carol7988 :does :access_social_media. + :carol2988 :does :access_social_media. } log:explains { - :carol7988 :complies false. + :carol2988 :complies false. }. { @@ -357881,9 +167881,9 @@ } => { var:x_0 :complies false. }. - :carol7989 :does :access_social_media. + :carol2989 :does :access_social_media. } log:explains { - :carol7989 :complies false. + :carol2989 :complies false. }. { @@ -357892,9 +167892,9 @@ } => { var:x_0 :complies false. }. - :carol7990 :does :access_social_media. + :carol2990 :does :access_social_media. } log:explains { - :carol7990 :complies false. + :carol2990 :complies false. }. { @@ -357903,9 +167903,9 @@ } => { var:x_0 :complies false. }. - :carol7991 :does :access_social_media. + :carol2991 :does :access_social_media. } log:explains { - :carol7991 :complies false. + :carol2991 :complies false. }. { @@ -357914,9 +167914,9 @@ } => { var:x_0 :complies false. }. - :carol7992 :does :access_social_media. + :carol2992 :does :access_social_media. } log:explains { - :carol7992 :complies false. + :carol2992 :complies false. }. { @@ -357925,9 +167925,9 @@ } => { var:x_0 :complies false. }. - :carol7993 :does :access_social_media. + :carol2993 :does :access_social_media. } log:explains { - :carol7993 :complies false. + :carol2993 :complies false. }. { @@ -357936,9 +167936,9 @@ } => { var:x_0 :complies false. }. - :carol7994 :does :access_social_media. + :carol2994 :does :access_social_media. } log:explains { - :carol7994 :complies false. + :carol2994 :complies false. }. { @@ -357947,9 +167947,9 @@ } => { var:x_0 :complies false. }. - :carol7995 :does :access_social_media. + :carol2995 :does :access_social_media. } log:explains { - :carol7995 :complies false. + :carol2995 :complies false. }. { @@ -357958,9 +167958,9 @@ } => { var:x_0 :complies false. }. - :carol7996 :does :access_social_media. + :carol2996 :does :access_social_media. } log:explains { - :carol7996 :complies false. + :carol2996 :complies false. }. { @@ -357969,9 +167969,9 @@ } => { var:x_0 :complies false. }. - :carol7997 :does :access_social_media. + :carol2997 :does :access_social_media. } log:explains { - :carol7997 :complies false. + :carol2997 :complies false. }. { @@ -357980,9 +167980,9 @@ } => { var:x_0 :complies false. }. - :carol7998 :does :access_social_media. + :carol2998 :does :access_social_media. } log:explains { - :carol7998 :complies false. + :carol2998 :complies false. }. { @@ -357991,9 +167991,9 @@ } => { var:x_0 :complies false. }. - :carol7999 :does :access_social_media. + :carol2999 :does :access_social_media. } log:explains { - :carol7999 :complies false. + :carol2999 :complies false. }. { @@ -358002,9 +168002,9 @@ } => { var:x_0 :complies false. }. - :carol8000 :does :access_social_media. + :carol3000 :does :access_social_media. } log:explains { - :carol8000 :complies false. + :carol3000 :complies false. }. { @@ -358013,9 +168013,9 @@ } => { var:x_0 :complies false. }. - :carol8001 :does :access_social_media. + :carol3001 :does :access_social_media. } log:explains { - :carol8001 :complies false. + :carol3001 :complies false. }. { @@ -358024,9 +168024,9 @@ } => { var:x_0 :complies false. }. - :carol8002 :does :access_social_media. + :carol3002 :does :access_social_media. } log:explains { - :carol8002 :complies false. + :carol3002 :complies false. }. { @@ -358035,9 +168035,9 @@ } => { var:x_0 :complies false. }. - :carol8003 :does :access_social_media. + :carol3003 :does :access_social_media. } log:explains { - :carol8003 :complies false. + :carol3003 :complies false. }. { @@ -358046,9 +168046,9 @@ } => { var:x_0 :complies false. }. - :carol8004 :does :access_social_media. + :carol3004 :does :access_social_media. } log:explains { - :carol8004 :complies false. + :carol3004 :complies false. }. { @@ -358057,9 +168057,9 @@ } => { var:x_0 :complies false. }. - :carol8005 :does :access_social_media. + :carol3005 :does :access_social_media. } log:explains { - :carol8005 :complies false. + :carol3005 :complies false. }. { @@ -358068,9 +168068,9 @@ } => { var:x_0 :complies false. }. - :carol8006 :does :access_social_media. + :carol3006 :does :access_social_media. } log:explains { - :carol8006 :complies false. + :carol3006 :complies false. }. { @@ -358079,9 +168079,9 @@ } => { var:x_0 :complies false. }. - :carol8007 :does :access_social_media. + :carol3007 :does :access_social_media. } log:explains { - :carol8007 :complies false. + :carol3007 :complies false. }. { @@ -358090,9 +168090,9 @@ } => { var:x_0 :complies false. }. - :carol8008 :does :access_social_media. + :carol3008 :does :access_social_media. } log:explains { - :carol8008 :complies false. + :carol3008 :complies false. }. { @@ -358101,9 +168101,9 @@ } => { var:x_0 :complies false. }. - :carol8009 :does :access_social_media. + :carol3009 :does :access_social_media. } log:explains { - :carol8009 :complies false. + :carol3009 :complies false. }. { @@ -358112,9 +168112,9 @@ } => { var:x_0 :complies false. }. - :carol8010 :does :access_social_media. + :carol3010 :does :access_social_media. } log:explains { - :carol8010 :complies false. + :carol3010 :complies false. }. { @@ -358123,9 +168123,9 @@ } => { var:x_0 :complies false. }. - :carol8011 :does :access_social_media. + :carol3011 :does :access_social_media. } log:explains { - :carol8011 :complies false. + :carol3011 :complies false. }. { @@ -358134,9 +168134,9 @@ } => { var:x_0 :complies false. }. - :carol8012 :does :access_social_media. + :carol3012 :does :access_social_media. } log:explains { - :carol8012 :complies false. + :carol3012 :complies false. }. { @@ -358145,9 +168145,9 @@ } => { var:x_0 :complies false. }. - :carol8013 :does :access_social_media. + :carol3013 :does :access_social_media. } log:explains { - :carol8013 :complies false. + :carol3013 :complies false. }. { @@ -358156,9 +168156,9 @@ } => { var:x_0 :complies false. }. - :carol8014 :does :access_social_media. + :carol3014 :does :access_social_media. } log:explains { - :carol8014 :complies false. + :carol3014 :complies false. }. { @@ -358167,9 +168167,9 @@ } => { var:x_0 :complies false. }. - :carol8015 :does :access_social_media. + :carol3015 :does :access_social_media. } log:explains { - :carol8015 :complies false. + :carol3015 :complies false. }. { @@ -358178,9 +168178,9 @@ } => { var:x_0 :complies false. }. - :carol8016 :does :access_social_media. + :carol3016 :does :access_social_media. } log:explains { - :carol8016 :complies false. + :carol3016 :complies false. }. { @@ -358189,9 +168189,9 @@ } => { var:x_0 :complies false. }. - :carol8017 :does :access_social_media. + :carol3017 :does :access_social_media. } log:explains { - :carol8017 :complies false. + :carol3017 :complies false. }. { @@ -358200,9 +168200,9 @@ } => { var:x_0 :complies false. }. - :carol8018 :does :access_social_media. + :carol3018 :does :access_social_media. } log:explains { - :carol8018 :complies false. + :carol3018 :complies false. }. { @@ -358211,9 +168211,9 @@ } => { var:x_0 :complies false. }. - :carol8019 :does :access_social_media. + :carol3019 :does :access_social_media. } log:explains { - :carol8019 :complies false. + :carol3019 :complies false. }. { @@ -358222,9 +168222,9 @@ } => { var:x_0 :complies false. }. - :carol8020 :does :access_social_media. + :carol3020 :does :access_social_media. } log:explains { - :carol8020 :complies false. + :carol3020 :complies false. }. { @@ -358233,9 +168233,9 @@ } => { var:x_0 :complies false. }. - :carol8021 :does :access_social_media. + :carol3021 :does :access_social_media. } log:explains { - :carol8021 :complies false. + :carol3021 :complies false. }. { @@ -358244,9 +168244,9 @@ } => { var:x_0 :complies false. }. - :carol8022 :does :access_social_media. + :carol3022 :does :access_social_media. } log:explains { - :carol8022 :complies false. + :carol3022 :complies false. }. { @@ -358255,9 +168255,9 @@ } => { var:x_0 :complies false. }. - :carol8023 :does :access_social_media. + :carol3023 :does :access_social_media. } log:explains { - :carol8023 :complies false. + :carol3023 :complies false. }. { @@ -358266,9 +168266,9 @@ } => { var:x_0 :complies false. }. - :carol8024 :does :access_social_media. + :carol3024 :does :access_social_media. } log:explains { - :carol8024 :complies false. + :carol3024 :complies false. }. { @@ -358277,9 +168277,9 @@ } => { var:x_0 :complies false. }. - :carol8025 :does :access_social_media. + :carol3025 :does :access_social_media. } log:explains { - :carol8025 :complies false. + :carol3025 :complies false. }. { @@ -358288,9 +168288,9 @@ } => { var:x_0 :complies false. }. - :carol8026 :does :access_social_media. + :carol3026 :does :access_social_media. } log:explains { - :carol8026 :complies false. + :carol3026 :complies false. }. { @@ -358299,9 +168299,9 @@ } => { var:x_0 :complies false. }. - :carol8027 :does :access_social_media. + :carol3027 :does :access_social_media. } log:explains { - :carol8027 :complies false. + :carol3027 :complies false. }. { @@ -358310,9 +168310,9 @@ } => { var:x_0 :complies false. }. - :carol8028 :does :access_social_media. + :carol3028 :does :access_social_media. } log:explains { - :carol8028 :complies false. + :carol3028 :complies false. }. { @@ -358321,9 +168321,9 @@ } => { var:x_0 :complies false. }. - :carol8029 :does :access_social_media. + :carol3029 :does :access_social_media. } log:explains { - :carol8029 :complies false. + :carol3029 :complies false. }. { @@ -358332,9 +168332,9 @@ } => { var:x_0 :complies false. }. - :carol8030 :does :access_social_media. + :carol3030 :does :access_social_media. } log:explains { - :carol8030 :complies false. + :carol3030 :complies false. }. { @@ -358343,9 +168343,9 @@ } => { var:x_0 :complies false. }. - :carol8031 :does :access_social_media. + :carol3031 :does :access_social_media. } log:explains { - :carol8031 :complies false. + :carol3031 :complies false. }. { @@ -358354,9 +168354,9 @@ } => { var:x_0 :complies false. }. - :carol8032 :does :access_social_media. + :carol3032 :does :access_social_media. } log:explains { - :carol8032 :complies false. + :carol3032 :complies false. }. { @@ -358365,9 +168365,9 @@ } => { var:x_0 :complies false. }. - :carol8033 :does :access_social_media. + :carol3033 :does :access_social_media. } log:explains { - :carol8033 :complies false. + :carol3033 :complies false. }. { @@ -358376,9 +168376,9 @@ } => { var:x_0 :complies false. }. - :carol8034 :does :access_social_media. + :carol3034 :does :access_social_media. } log:explains { - :carol8034 :complies false. + :carol3034 :complies false. }. { @@ -358387,9 +168387,9 @@ } => { var:x_0 :complies false. }. - :carol8035 :does :access_social_media. + :carol3035 :does :access_social_media. } log:explains { - :carol8035 :complies false. + :carol3035 :complies false. }. { @@ -358398,9 +168398,9 @@ } => { var:x_0 :complies false. }. - :carol8036 :does :access_social_media. + :carol3036 :does :access_social_media. } log:explains { - :carol8036 :complies false. + :carol3036 :complies false. }. { @@ -358409,9 +168409,9 @@ } => { var:x_0 :complies false. }. - :carol8037 :does :access_social_media. + :carol3037 :does :access_social_media. } log:explains { - :carol8037 :complies false. + :carol3037 :complies false. }. { @@ -358420,9 +168420,9 @@ } => { var:x_0 :complies false. }. - :carol8038 :does :access_social_media. + :carol3038 :does :access_social_media. } log:explains { - :carol8038 :complies false. + :carol3038 :complies false. }. { @@ -358431,9 +168431,9 @@ } => { var:x_0 :complies false. }. - :carol8039 :does :access_social_media. + :carol3039 :does :access_social_media. } log:explains { - :carol8039 :complies false. + :carol3039 :complies false. }. { @@ -358442,9 +168442,9 @@ } => { var:x_0 :complies false. }. - :carol8040 :does :access_social_media. + :carol3040 :does :access_social_media. } log:explains { - :carol8040 :complies false. + :carol3040 :complies false. }. { @@ -358453,9 +168453,9 @@ } => { var:x_0 :complies false. }. - :carol8041 :does :access_social_media. + :carol3041 :does :access_social_media. } log:explains { - :carol8041 :complies false. + :carol3041 :complies false. }. { @@ -358464,9 +168464,9 @@ } => { var:x_0 :complies false. }. - :carol8042 :does :access_social_media. + :carol3042 :does :access_social_media. } log:explains { - :carol8042 :complies false. + :carol3042 :complies false. }. { @@ -358475,9 +168475,9 @@ } => { var:x_0 :complies false. }. - :carol8043 :does :access_social_media. + :carol3043 :does :access_social_media. } log:explains { - :carol8043 :complies false. + :carol3043 :complies false. }. { @@ -358486,9 +168486,9 @@ } => { var:x_0 :complies false. }. - :carol8044 :does :access_social_media. + :carol3044 :does :access_social_media. } log:explains { - :carol8044 :complies false. + :carol3044 :complies false. }. { @@ -358497,9 +168497,9 @@ } => { var:x_0 :complies false. }. - :carol8045 :does :access_social_media. + :carol3045 :does :access_social_media. } log:explains { - :carol8045 :complies false. + :carol3045 :complies false. }. { @@ -358508,9 +168508,9 @@ } => { var:x_0 :complies false. }. - :carol8046 :does :access_social_media. + :carol3046 :does :access_social_media. } log:explains { - :carol8046 :complies false. + :carol3046 :complies false. }. { @@ -358519,9 +168519,9 @@ } => { var:x_0 :complies false. }. - :carol8047 :does :access_social_media. + :carol3047 :does :access_social_media. } log:explains { - :carol8047 :complies false. + :carol3047 :complies false. }. { @@ -358530,9 +168530,9 @@ } => { var:x_0 :complies false. }. - :carol8048 :does :access_social_media. + :carol3048 :does :access_social_media. } log:explains { - :carol8048 :complies false. + :carol3048 :complies false. }. { @@ -358541,9 +168541,9 @@ } => { var:x_0 :complies false. }. - :carol8049 :does :access_social_media. + :carol3049 :does :access_social_media. } log:explains { - :carol8049 :complies false. + :carol3049 :complies false. }. { @@ -358552,9 +168552,9 @@ } => { var:x_0 :complies false. }. - :carol8050 :does :access_social_media. + :carol3050 :does :access_social_media. } log:explains { - :carol8050 :complies false. + :carol3050 :complies false. }. { @@ -358563,9 +168563,9 @@ } => { var:x_0 :complies false. }. - :carol8051 :does :access_social_media. + :carol3051 :does :access_social_media. } log:explains { - :carol8051 :complies false. + :carol3051 :complies false. }. { @@ -358574,9 +168574,9 @@ } => { var:x_0 :complies false. }. - :carol8052 :does :access_social_media. + :carol3052 :does :access_social_media. } log:explains { - :carol8052 :complies false. + :carol3052 :complies false. }. { @@ -358585,9 +168585,9 @@ } => { var:x_0 :complies false. }. - :carol8053 :does :access_social_media. + :carol3053 :does :access_social_media. } log:explains { - :carol8053 :complies false. + :carol3053 :complies false. }. { @@ -358596,9 +168596,9 @@ } => { var:x_0 :complies false. }. - :carol8054 :does :access_social_media. + :carol3054 :does :access_social_media. } log:explains { - :carol8054 :complies false. + :carol3054 :complies false. }. { @@ -358607,9 +168607,9 @@ } => { var:x_0 :complies false. }. - :carol8055 :does :access_social_media. + :carol3055 :does :access_social_media. } log:explains { - :carol8055 :complies false. + :carol3055 :complies false. }. { @@ -358618,9 +168618,9 @@ } => { var:x_0 :complies false. }. - :carol8056 :does :access_social_media. + :carol3056 :does :access_social_media. } log:explains { - :carol8056 :complies false. + :carol3056 :complies false. }. { @@ -358629,9 +168629,9 @@ } => { var:x_0 :complies false. }. - :carol8057 :does :access_social_media. + :carol3057 :does :access_social_media. } log:explains { - :carol8057 :complies false. + :carol3057 :complies false. }. { @@ -358640,9 +168640,9 @@ } => { var:x_0 :complies false. }. - :carol8058 :does :access_social_media. + :carol3058 :does :access_social_media. } log:explains { - :carol8058 :complies false. + :carol3058 :complies false. }. { @@ -358651,9 +168651,9 @@ } => { var:x_0 :complies false. }. - :carol8059 :does :access_social_media. + :carol3059 :does :access_social_media. } log:explains { - :carol8059 :complies false. + :carol3059 :complies false. }. { @@ -358662,9 +168662,9 @@ } => { var:x_0 :complies false. }. - :carol8060 :does :access_social_media. + :carol3060 :does :access_social_media. } log:explains { - :carol8060 :complies false. + :carol3060 :complies false. }. { @@ -358673,9 +168673,9 @@ } => { var:x_0 :complies false. }. - :carol8061 :does :access_social_media. + :carol3061 :does :access_social_media. } log:explains { - :carol8061 :complies false. + :carol3061 :complies false. }. { @@ -358684,9 +168684,9 @@ } => { var:x_0 :complies false. }. - :carol8062 :does :access_social_media. + :carol3062 :does :access_social_media. } log:explains { - :carol8062 :complies false. + :carol3062 :complies false. }. { @@ -358695,9 +168695,9 @@ } => { var:x_0 :complies false. }. - :carol8063 :does :access_social_media. + :carol3063 :does :access_social_media. } log:explains { - :carol8063 :complies false. + :carol3063 :complies false. }. { @@ -358706,9 +168706,9 @@ } => { var:x_0 :complies false. }. - :carol8064 :does :access_social_media. + :carol3064 :does :access_social_media. } log:explains { - :carol8064 :complies false. + :carol3064 :complies false. }. { @@ -358717,9 +168717,9 @@ } => { var:x_0 :complies false. }. - :carol8065 :does :access_social_media. + :carol3065 :does :access_social_media. } log:explains { - :carol8065 :complies false. + :carol3065 :complies false. }. { @@ -358728,9 +168728,9 @@ } => { var:x_0 :complies false. }. - :carol8066 :does :access_social_media. + :carol3066 :does :access_social_media. } log:explains { - :carol8066 :complies false. + :carol3066 :complies false. }. { @@ -358739,9 +168739,9 @@ } => { var:x_0 :complies false. }. - :carol8067 :does :access_social_media. + :carol3067 :does :access_social_media. } log:explains { - :carol8067 :complies false. + :carol3067 :complies false. }. { @@ -358750,9 +168750,9 @@ } => { var:x_0 :complies false. }. - :carol8068 :does :access_social_media. + :carol3068 :does :access_social_media. } log:explains { - :carol8068 :complies false. + :carol3068 :complies false. }. { @@ -358761,9 +168761,9 @@ } => { var:x_0 :complies false. }. - :carol8069 :does :access_social_media. + :carol3069 :does :access_social_media. } log:explains { - :carol8069 :complies false. + :carol3069 :complies false. }. { @@ -358772,9 +168772,9 @@ } => { var:x_0 :complies false. }. - :carol8070 :does :access_social_media. + :carol3070 :does :access_social_media. } log:explains { - :carol8070 :complies false. + :carol3070 :complies false. }. { @@ -358783,9 +168783,9 @@ } => { var:x_0 :complies false. }. - :carol8071 :does :access_social_media. + :carol3071 :does :access_social_media. } log:explains { - :carol8071 :complies false. + :carol3071 :complies false. }. { @@ -358794,9 +168794,9 @@ } => { var:x_0 :complies false. }. - :carol8072 :does :access_social_media. + :carol3072 :does :access_social_media. } log:explains { - :carol8072 :complies false. + :carol3072 :complies false. }. { @@ -358805,9 +168805,9 @@ } => { var:x_0 :complies false. }. - :carol8073 :does :access_social_media. + :carol3073 :does :access_social_media. } log:explains { - :carol8073 :complies false. + :carol3073 :complies false. }. { @@ -358816,9 +168816,9 @@ } => { var:x_0 :complies false. }. - :carol8074 :does :access_social_media. + :carol3074 :does :access_social_media. } log:explains { - :carol8074 :complies false. + :carol3074 :complies false. }. { @@ -358827,9 +168827,9 @@ } => { var:x_0 :complies false. }. - :carol8075 :does :access_social_media. + :carol3075 :does :access_social_media. } log:explains { - :carol8075 :complies false. + :carol3075 :complies false. }. { @@ -358838,9 +168838,9 @@ } => { var:x_0 :complies false. }. - :carol8076 :does :access_social_media. + :carol3076 :does :access_social_media. } log:explains { - :carol8076 :complies false. + :carol3076 :complies false. }. { @@ -358849,9 +168849,9 @@ } => { var:x_0 :complies false. }. - :carol8077 :does :access_social_media. + :carol3077 :does :access_social_media. } log:explains { - :carol8077 :complies false. + :carol3077 :complies false. }. { @@ -358860,9 +168860,9 @@ } => { var:x_0 :complies false. }. - :carol8078 :does :access_social_media. + :carol3078 :does :access_social_media. } log:explains { - :carol8078 :complies false. + :carol3078 :complies false. }. { @@ -358871,9 +168871,9 @@ } => { var:x_0 :complies false. }. - :carol8079 :does :access_social_media. + :carol3079 :does :access_social_media. } log:explains { - :carol8079 :complies false. + :carol3079 :complies false. }. { @@ -358882,9 +168882,9 @@ } => { var:x_0 :complies false. }. - :carol8080 :does :access_social_media. + :carol3080 :does :access_social_media. } log:explains { - :carol8080 :complies false. + :carol3080 :complies false. }. { @@ -358893,9 +168893,9 @@ } => { var:x_0 :complies false. }. - :carol8081 :does :access_social_media. + :carol3081 :does :access_social_media. } log:explains { - :carol8081 :complies false. + :carol3081 :complies false. }. { @@ -358904,9 +168904,9 @@ } => { var:x_0 :complies false. }. - :carol8082 :does :access_social_media. + :carol3082 :does :access_social_media. } log:explains { - :carol8082 :complies false. + :carol3082 :complies false. }. { @@ -358915,9 +168915,9 @@ } => { var:x_0 :complies false. }. - :carol8083 :does :access_social_media. + :carol3083 :does :access_social_media. } log:explains { - :carol8083 :complies false. + :carol3083 :complies false. }. { @@ -358926,9 +168926,9 @@ } => { var:x_0 :complies false. }. - :carol8084 :does :access_social_media. + :carol3084 :does :access_social_media. } log:explains { - :carol8084 :complies false. + :carol3084 :complies false. }. { @@ -358937,9 +168937,9 @@ } => { var:x_0 :complies false. }. - :carol8085 :does :access_social_media. + :carol3085 :does :access_social_media. } log:explains { - :carol8085 :complies false. + :carol3085 :complies false. }. { @@ -358948,9 +168948,9 @@ } => { var:x_0 :complies false. }. - :carol8086 :does :access_social_media. + :carol3086 :does :access_social_media. } log:explains { - :carol8086 :complies false. + :carol3086 :complies false. }. { @@ -358959,9 +168959,9 @@ } => { var:x_0 :complies false. }. - :carol8087 :does :access_social_media. + :carol3087 :does :access_social_media. } log:explains { - :carol8087 :complies false. + :carol3087 :complies false. }. { @@ -358970,9 +168970,9 @@ } => { var:x_0 :complies false. }. - :carol8088 :does :access_social_media. + :carol3088 :does :access_social_media. } log:explains { - :carol8088 :complies false. + :carol3088 :complies false. }. { @@ -358981,9 +168981,9 @@ } => { var:x_0 :complies false. }. - :carol8089 :does :access_social_media. + :carol3089 :does :access_social_media. } log:explains { - :carol8089 :complies false. + :carol3089 :complies false. }. { @@ -358992,9 +168992,9 @@ } => { var:x_0 :complies false. }. - :carol8090 :does :access_social_media. + :carol3090 :does :access_social_media. } log:explains { - :carol8090 :complies false. + :carol3090 :complies false. }. { @@ -359003,9 +169003,9 @@ } => { var:x_0 :complies false. }. - :carol8091 :does :access_social_media. + :carol3091 :does :access_social_media. } log:explains { - :carol8091 :complies false. + :carol3091 :complies false. }. { @@ -359014,9 +169014,9 @@ } => { var:x_0 :complies false. }. - :carol8092 :does :access_social_media. + :carol3092 :does :access_social_media. } log:explains { - :carol8092 :complies false. + :carol3092 :complies false. }. { @@ -359025,9 +169025,9 @@ } => { var:x_0 :complies false. }. - :carol8093 :does :access_social_media. + :carol3093 :does :access_social_media. } log:explains { - :carol8093 :complies false. + :carol3093 :complies false. }. { @@ -359036,9 +169036,9 @@ } => { var:x_0 :complies false. }. - :carol8094 :does :access_social_media. + :carol3094 :does :access_social_media. } log:explains { - :carol8094 :complies false. + :carol3094 :complies false. }. { @@ -359047,9 +169047,9 @@ } => { var:x_0 :complies false. }. - :carol8095 :does :access_social_media. + :carol3095 :does :access_social_media. } log:explains { - :carol8095 :complies false. + :carol3095 :complies false. }. { @@ -359058,9 +169058,9 @@ } => { var:x_0 :complies false. }. - :carol8096 :does :access_social_media. + :carol3096 :does :access_social_media. } log:explains { - :carol8096 :complies false. + :carol3096 :complies false. }. { @@ -359069,9 +169069,9 @@ } => { var:x_0 :complies false. }. - :carol8097 :does :access_social_media. + :carol3097 :does :access_social_media. } log:explains { - :carol8097 :complies false. + :carol3097 :complies false. }. { @@ -359080,9 +169080,9 @@ } => { var:x_0 :complies false. }. - :carol8098 :does :access_social_media. + :carol3098 :does :access_social_media. } log:explains { - :carol8098 :complies false. + :carol3098 :complies false. }. { @@ -359091,9 +169091,9 @@ } => { var:x_0 :complies false. }. - :carol8099 :does :access_social_media. + :carol3099 :does :access_social_media. } log:explains { - :carol8099 :complies false. + :carol3099 :complies false. }. { @@ -359102,9 +169102,9 @@ } => { var:x_0 :complies false. }. - :carol8100 :does :access_social_media. + :carol3100 :does :access_social_media. } log:explains { - :carol8100 :complies false. + :carol3100 :complies false. }. { @@ -359113,9 +169113,9 @@ } => { var:x_0 :complies false. }. - :carol8101 :does :access_social_media. + :carol3101 :does :access_social_media. } log:explains { - :carol8101 :complies false. + :carol3101 :complies false. }. { @@ -359124,9 +169124,9 @@ } => { var:x_0 :complies false. }. - :carol8102 :does :access_social_media. + :carol3102 :does :access_social_media. } log:explains { - :carol8102 :complies false. + :carol3102 :complies false. }. { @@ -359135,9 +169135,9 @@ } => { var:x_0 :complies false. }. - :carol8103 :does :access_social_media. + :carol3103 :does :access_social_media. } log:explains { - :carol8103 :complies false. + :carol3103 :complies false. }. { @@ -359146,9 +169146,9 @@ } => { var:x_0 :complies false. }. - :carol8104 :does :access_social_media. + :carol3104 :does :access_social_media. } log:explains { - :carol8104 :complies false. + :carol3104 :complies false. }. { @@ -359157,9 +169157,9 @@ } => { var:x_0 :complies false. }. - :carol8105 :does :access_social_media. + :carol3105 :does :access_social_media. } log:explains { - :carol8105 :complies false. + :carol3105 :complies false. }. { @@ -359168,9 +169168,9 @@ } => { var:x_0 :complies false. }. - :carol8106 :does :access_social_media. + :carol3106 :does :access_social_media. } log:explains { - :carol8106 :complies false. + :carol3106 :complies false. }. { @@ -359179,9 +169179,9 @@ } => { var:x_0 :complies false. }. - :carol8107 :does :access_social_media. + :carol3107 :does :access_social_media. } log:explains { - :carol8107 :complies false. + :carol3107 :complies false. }. { @@ -359190,9 +169190,9 @@ } => { var:x_0 :complies false. }. - :carol8108 :does :access_social_media. + :carol3108 :does :access_social_media. } log:explains { - :carol8108 :complies false. + :carol3108 :complies false. }. { @@ -359201,9 +169201,9 @@ } => { var:x_0 :complies false. }. - :carol8109 :does :access_social_media. + :carol3109 :does :access_social_media. } log:explains { - :carol8109 :complies false. + :carol3109 :complies false. }. { @@ -359212,9 +169212,9 @@ } => { var:x_0 :complies false. }. - :carol8110 :does :access_social_media. + :carol3110 :does :access_social_media. } log:explains { - :carol8110 :complies false. + :carol3110 :complies false. }. { @@ -359223,9 +169223,9 @@ } => { var:x_0 :complies false. }. - :carol8111 :does :access_social_media. + :carol3111 :does :access_social_media. } log:explains { - :carol8111 :complies false. + :carol3111 :complies false. }. { @@ -359234,9 +169234,9 @@ } => { var:x_0 :complies false. }. - :carol8112 :does :access_social_media. + :carol3112 :does :access_social_media. } log:explains { - :carol8112 :complies false. + :carol3112 :complies false. }. { @@ -359245,9 +169245,9 @@ } => { var:x_0 :complies false. }. - :carol8113 :does :access_social_media. + :carol3113 :does :access_social_media. } log:explains { - :carol8113 :complies false. + :carol3113 :complies false. }. { @@ -359256,9 +169256,9 @@ } => { var:x_0 :complies false. }. - :carol8114 :does :access_social_media. + :carol3114 :does :access_social_media. } log:explains { - :carol8114 :complies false. + :carol3114 :complies false. }. { @@ -359267,9 +169267,9 @@ } => { var:x_0 :complies false. }. - :carol8115 :does :access_social_media. + :carol3115 :does :access_social_media. } log:explains { - :carol8115 :complies false. + :carol3115 :complies false. }. { @@ -359278,9 +169278,9 @@ } => { var:x_0 :complies false. }. - :carol8116 :does :access_social_media. + :carol3116 :does :access_social_media. } log:explains { - :carol8116 :complies false. + :carol3116 :complies false. }. { @@ -359289,9 +169289,9 @@ } => { var:x_0 :complies false. }. - :carol8117 :does :access_social_media. + :carol3117 :does :access_social_media. } log:explains { - :carol8117 :complies false. + :carol3117 :complies false. }. { @@ -359300,9 +169300,9 @@ } => { var:x_0 :complies false. }. - :carol8118 :does :access_social_media. + :carol3118 :does :access_social_media. } log:explains { - :carol8118 :complies false. + :carol3118 :complies false. }. { @@ -359311,9 +169311,9 @@ } => { var:x_0 :complies false. }. - :carol8119 :does :access_social_media. + :carol3119 :does :access_social_media. } log:explains { - :carol8119 :complies false. + :carol3119 :complies false. }. { @@ -359322,9 +169322,9 @@ } => { var:x_0 :complies false. }. - :carol8120 :does :access_social_media. + :carol3120 :does :access_social_media. } log:explains { - :carol8120 :complies false. + :carol3120 :complies false. }. { @@ -359333,9 +169333,9 @@ } => { var:x_0 :complies false. }. - :carol8121 :does :access_social_media. + :carol3121 :does :access_social_media. } log:explains { - :carol8121 :complies false. + :carol3121 :complies false. }. { @@ -359344,9 +169344,9 @@ } => { var:x_0 :complies false. }. - :carol8122 :does :access_social_media. + :carol3122 :does :access_social_media. } log:explains { - :carol8122 :complies false. + :carol3122 :complies false. }. { @@ -359355,9 +169355,9 @@ } => { var:x_0 :complies false. }. - :carol8123 :does :access_social_media. + :carol3123 :does :access_social_media. } log:explains { - :carol8123 :complies false. + :carol3123 :complies false. }. { @@ -359366,9 +169366,9 @@ } => { var:x_0 :complies false. }. - :carol8124 :does :access_social_media. + :carol3124 :does :access_social_media. } log:explains { - :carol8124 :complies false. + :carol3124 :complies false. }. { @@ -359377,9 +169377,9 @@ } => { var:x_0 :complies false. }. - :carol8125 :does :access_social_media. + :carol3125 :does :access_social_media. } log:explains { - :carol8125 :complies false. + :carol3125 :complies false. }. { @@ -359388,9 +169388,9 @@ } => { var:x_0 :complies false. }. - :carol8126 :does :access_social_media. + :carol3126 :does :access_social_media. } log:explains { - :carol8126 :complies false. + :carol3126 :complies false. }. { @@ -359399,9 +169399,9 @@ } => { var:x_0 :complies false. }. - :carol8127 :does :access_social_media. + :carol3127 :does :access_social_media. } log:explains { - :carol8127 :complies false. + :carol3127 :complies false. }. { @@ -359410,9 +169410,9 @@ } => { var:x_0 :complies false. }. - :carol8128 :does :access_social_media. + :carol3128 :does :access_social_media. } log:explains { - :carol8128 :complies false. + :carol3128 :complies false. }. { @@ -359421,9 +169421,9 @@ } => { var:x_0 :complies false. }. - :carol8129 :does :access_social_media. + :carol3129 :does :access_social_media. } log:explains { - :carol8129 :complies false. + :carol3129 :complies false. }. { @@ -359432,9 +169432,9 @@ } => { var:x_0 :complies false. }. - :carol8130 :does :access_social_media. + :carol3130 :does :access_social_media. } log:explains { - :carol8130 :complies false. + :carol3130 :complies false. }. { @@ -359443,9 +169443,9 @@ } => { var:x_0 :complies false. }. - :carol8131 :does :access_social_media. + :carol3131 :does :access_social_media. } log:explains { - :carol8131 :complies false. + :carol3131 :complies false. }. { @@ -359454,9 +169454,9 @@ } => { var:x_0 :complies false. }. - :carol8132 :does :access_social_media. + :carol3132 :does :access_social_media. } log:explains { - :carol8132 :complies false. + :carol3132 :complies false. }. { @@ -359465,9 +169465,9 @@ } => { var:x_0 :complies false. }. - :carol8133 :does :access_social_media. + :carol3133 :does :access_social_media. } log:explains { - :carol8133 :complies false. + :carol3133 :complies false. }. { @@ -359476,9 +169476,9 @@ } => { var:x_0 :complies false. }. - :carol8134 :does :access_social_media. + :carol3134 :does :access_social_media. } log:explains { - :carol8134 :complies false. + :carol3134 :complies false. }. { @@ -359487,9 +169487,9 @@ } => { var:x_0 :complies false. }. - :carol8135 :does :access_social_media. + :carol3135 :does :access_social_media. } log:explains { - :carol8135 :complies false. + :carol3135 :complies false. }. { @@ -359498,9 +169498,9 @@ } => { var:x_0 :complies false. }. - :carol8136 :does :access_social_media. + :carol3136 :does :access_social_media. } log:explains { - :carol8136 :complies false. + :carol3136 :complies false. }. { @@ -359509,9 +169509,9 @@ } => { var:x_0 :complies false. }. - :carol8137 :does :access_social_media. + :carol3137 :does :access_social_media. } log:explains { - :carol8137 :complies false. + :carol3137 :complies false. }. { @@ -359520,9 +169520,9 @@ } => { var:x_0 :complies false. }. - :carol8138 :does :access_social_media. + :carol3138 :does :access_social_media. } log:explains { - :carol8138 :complies false. + :carol3138 :complies false. }. { @@ -359531,9 +169531,9 @@ } => { var:x_0 :complies false. }. - :carol8139 :does :access_social_media. + :carol3139 :does :access_social_media. } log:explains { - :carol8139 :complies false. + :carol3139 :complies false. }. { @@ -359542,9 +169542,9 @@ } => { var:x_0 :complies false. }. - :carol8140 :does :access_social_media. + :carol3140 :does :access_social_media. } log:explains { - :carol8140 :complies false. + :carol3140 :complies false. }. { @@ -359553,9 +169553,9 @@ } => { var:x_0 :complies false. }. - :carol8141 :does :access_social_media. + :carol3141 :does :access_social_media. } log:explains { - :carol8141 :complies false. + :carol3141 :complies false. }. { @@ -359564,9 +169564,9 @@ } => { var:x_0 :complies false. }. - :carol8142 :does :access_social_media. + :carol3142 :does :access_social_media. } log:explains { - :carol8142 :complies false. + :carol3142 :complies false. }. { @@ -359575,9 +169575,9 @@ } => { var:x_0 :complies false. }. - :carol8143 :does :access_social_media. + :carol3143 :does :access_social_media. } log:explains { - :carol8143 :complies false. + :carol3143 :complies false. }. { @@ -359586,9 +169586,9 @@ } => { var:x_0 :complies false. }. - :carol8144 :does :access_social_media. + :carol3144 :does :access_social_media. } log:explains { - :carol8144 :complies false. + :carol3144 :complies false. }. { @@ -359597,9 +169597,9 @@ } => { var:x_0 :complies false. }. - :carol8145 :does :access_social_media. + :carol3145 :does :access_social_media. } log:explains { - :carol8145 :complies false. + :carol3145 :complies false. }. { @@ -359608,9 +169608,9 @@ } => { var:x_0 :complies false. }. - :carol8146 :does :access_social_media. + :carol3146 :does :access_social_media. } log:explains { - :carol8146 :complies false. + :carol3146 :complies false. }. { @@ -359619,9 +169619,9 @@ } => { var:x_0 :complies false. }. - :carol8147 :does :access_social_media. + :carol3147 :does :access_social_media. } log:explains { - :carol8147 :complies false. + :carol3147 :complies false. }. { @@ -359630,9 +169630,9 @@ } => { var:x_0 :complies false. }. - :carol8148 :does :access_social_media. + :carol3148 :does :access_social_media. } log:explains { - :carol8148 :complies false. + :carol3148 :complies false. }. { @@ -359641,9 +169641,9 @@ } => { var:x_0 :complies false. }. - :carol8149 :does :access_social_media. + :carol3149 :does :access_social_media. } log:explains { - :carol8149 :complies false. + :carol3149 :complies false. }. { @@ -359652,9 +169652,9 @@ } => { var:x_0 :complies false. }. - :carol8150 :does :access_social_media. + :carol3150 :does :access_social_media. } log:explains { - :carol8150 :complies false. + :carol3150 :complies false. }. { @@ -359663,9 +169663,9 @@ } => { var:x_0 :complies false. }. - :carol8151 :does :access_social_media. + :carol3151 :does :access_social_media. } log:explains { - :carol8151 :complies false. + :carol3151 :complies false. }. { @@ -359674,9 +169674,9 @@ } => { var:x_0 :complies false. }. - :carol8152 :does :access_social_media. + :carol3152 :does :access_social_media. } log:explains { - :carol8152 :complies false. + :carol3152 :complies false. }. { @@ -359685,9 +169685,9 @@ } => { var:x_0 :complies false. }. - :carol8153 :does :access_social_media. + :carol3153 :does :access_social_media. } log:explains { - :carol8153 :complies false. + :carol3153 :complies false. }. { @@ -359696,9 +169696,9 @@ } => { var:x_0 :complies false. }. - :carol8154 :does :access_social_media. + :carol3154 :does :access_social_media. } log:explains { - :carol8154 :complies false. + :carol3154 :complies false. }. { @@ -359707,9 +169707,9 @@ } => { var:x_0 :complies false. }. - :carol8155 :does :access_social_media. + :carol3155 :does :access_social_media. } log:explains { - :carol8155 :complies false. + :carol3155 :complies false. }. { @@ -359718,9 +169718,9 @@ } => { var:x_0 :complies false. }. - :carol8156 :does :access_social_media. + :carol3156 :does :access_social_media. } log:explains { - :carol8156 :complies false. + :carol3156 :complies false. }. { @@ -359729,9 +169729,9 @@ } => { var:x_0 :complies false. }. - :carol8157 :does :access_social_media. + :carol3157 :does :access_social_media. } log:explains { - :carol8157 :complies false. + :carol3157 :complies false. }. { @@ -359740,9 +169740,9 @@ } => { var:x_0 :complies false. }. - :carol8158 :does :access_social_media. + :carol3158 :does :access_social_media. } log:explains { - :carol8158 :complies false. + :carol3158 :complies false. }. { @@ -359751,9 +169751,9 @@ } => { var:x_0 :complies false. }. - :carol8159 :does :access_social_media. + :carol3159 :does :access_social_media. } log:explains { - :carol8159 :complies false. + :carol3159 :complies false. }. { @@ -359762,9 +169762,9 @@ } => { var:x_0 :complies false. }. - :carol8160 :does :access_social_media. + :carol3160 :does :access_social_media. } log:explains { - :carol8160 :complies false. + :carol3160 :complies false. }. { @@ -359773,9 +169773,9 @@ } => { var:x_0 :complies false. }. - :carol8161 :does :access_social_media. + :carol3161 :does :access_social_media. } log:explains { - :carol8161 :complies false. + :carol3161 :complies false. }. { @@ -359784,9 +169784,9 @@ } => { var:x_0 :complies false. }. - :carol8162 :does :access_social_media. + :carol3162 :does :access_social_media. } log:explains { - :carol8162 :complies false. + :carol3162 :complies false. }. { @@ -359795,9 +169795,9 @@ } => { var:x_0 :complies false. }. - :carol8163 :does :access_social_media. + :carol3163 :does :access_social_media. } log:explains { - :carol8163 :complies false. + :carol3163 :complies false. }. { @@ -359806,9 +169806,9 @@ } => { var:x_0 :complies false. }. - :carol8164 :does :access_social_media. + :carol3164 :does :access_social_media. } log:explains { - :carol8164 :complies false. + :carol3164 :complies false. }. { @@ -359817,9 +169817,9 @@ } => { var:x_0 :complies false. }. - :carol8165 :does :access_social_media. + :carol3165 :does :access_social_media. } log:explains { - :carol8165 :complies false. + :carol3165 :complies false. }. { @@ -359828,9 +169828,9 @@ } => { var:x_0 :complies false. }. - :carol8166 :does :access_social_media. + :carol3166 :does :access_social_media. } log:explains { - :carol8166 :complies false. + :carol3166 :complies false. }. { @@ -359839,9 +169839,9 @@ } => { var:x_0 :complies false. }. - :carol8167 :does :access_social_media. + :carol3167 :does :access_social_media. } log:explains { - :carol8167 :complies false. + :carol3167 :complies false. }. { @@ -359850,9 +169850,9 @@ } => { var:x_0 :complies false. }. - :carol8168 :does :access_social_media. + :carol3168 :does :access_social_media. } log:explains { - :carol8168 :complies false. + :carol3168 :complies false. }. { @@ -359861,9 +169861,9 @@ } => { var:x_0 :complies false. }. - :carol8169 :does :access_social_media. + :carol3169 :does :access_social_media. } log:explains { - :carol8169 :complies false. + :carol3169 :complies false. }. { @@ -359872,9 +169872,9 @@ } => { var:x_0 :complies false. }. - :carol8170 :does :access_social_media. + :carol3170 :does :access_social_media. } log:explains { - :carol8170 :complies false. + :carol3170 :complies false. }. { @@ -359883,9 +169883,9 @@ } => { var:x_0 :complies false. }. - :carol8171 :does :access_social_media. + :carol3171 :does :access_social_media. } log:explains { - :carol8171 :complies false. + :carol3171 :complies false. }. { @@ -359894,9 +169894,9 @@ } => { var:x_0 :complies false. }. - :carol8172 :does :access_social_media. + :carol3172 :does :access_social_media. } log:explains { - :carol8172 :complies false. + :carol3172 :complies false. }. { @@ -359905,9 +169905,9 @@ } => { var:x_0 :complies false. }. - :carol8173 :does :access_social_media. + :carol3173 :does :access_social_media. } log:explains { - :carol8173 :complies false. + :carol3173 :complies false. }. { @@ -359916,9 +169916,9 @@ } => { var:x_0 :complies false. }. - :carol8174 :does :access_social_media. + :carol3174 :does :access_social_media. } log:explains { - :carol8174 :complies false. + :carol3174 :complies false. }. { @@ -359927,9 +169927,9 @@ } => { var:x_0 :complies false. }. - :carol8175 :does :access_social_media. + :carol3175 :does :access_social_media. } log:explains { - :carol8175 :complies false. + :carol3175 :complies false. }. { @@ -359938,9 +169938,9 @@ } => { var:x_0 :complies false. }. - :carol8176 :does :access_social_media. + :carol3176 :does :access_social_media. } log:explains { - :carol8176 :complies false. + :carol3176 :complies false. }. { @@ -359949,9 +169949,9 @@ } => { var:x_0 :complies false. }. - :carol8177 :does :access_social_media. + :carol3177 :does :access_social_media. } log:explains { - :carol8177 :complies false. + :carol3177 :complies false. }. { @@ -359960,9 +169960,9 @@ } => { var:x_0 :complies false. }. - :carol8178 :does :access_social_media. + :carol3178 :does :access_social_media. } log:explains { - :carol8178 :complies false. + :carol3178 :complies false. }. { @@ -359971,9 +169971,9 @@ } => { var:x_0 :complies false. }. - :carol8179 :does :access_social_media. + :carol3179 :does :access_social_media. } log:explains { - :carol8179 :complies false. + :carol3179 :complies false. }. { @@ -359982,9 +169982,9 @@ } => { var:x_0 :complies false. }. - :carol8180 :does :access_social_media. + :carol3180 :does :access_social_media. } log:explains { - :carol8180 :complies false. + :carol3180 :complies false. }. { @@ -359993,9 +169993,9 @@ } => { var:x_0 :complies false. }. - :carol8181 :does :access_social_media. + :carol3181 :does :access_social_media. } log:explains { - :carol8181 :complies false. + :carol3181 :complies false. }. { @@ -360004,9 +170004,9 @@ } => { var:x_0 :complies false. }. - :carol8182 :does :access_social_media. + :carol3182 :does :access_social_media. } log:explains { - :carol8182 :complies false. + :carol3182 :complies false. }. { @@ -360015,9 +170015,9 @@ } => { var:x_0 :complies false. }. - :carol8183 :does :access_social_media. + :carol3183 :does :access_social_media. } log:explains { - :carol8183 :complies false. + :carol3183 :complies false. }. { @@ -360026,9 +170026,9 @@ } => { var:x_0 :complies false. }. - :carol8184 :does :access_social_media. + :carol3184 :does :access_social_media. } log:explains { - :carol8184 :complies false. + :carol3184 :complies false. }. { @@ -360037,9 +170037,9 @@ } => { var:x_0 :complies false. }. - :carol8185 :does :access_social_media. + :carol3185 :does :access_social_media. } log:explains { - :carol8185 :complies false. + :carol3185 :complies false. }. { @@ -360048,9 +170048,9 @@ } => { var:x_0 :complies false. }. - :carol8186 :does :access_social_media. + :carol3186 :does :access_social_media. } log:explains { - :carol8186 :complies false. + :carol3186 :complies false. }. { @@ -360059,9 +170059,9 @@ } => { var:x_0 :complies false. }. - :carol8187 :does :access_social_media. + :carol3187 :does :access_social_media. } log:explains { - :carol8187 :complies false. + :carol3187 :complies false. }. { @@ -360070,9 +170070,9 @@ } => { var:x_0 :complies false. }. - :carol8188 :does :access_social_media. + :carol3188 :does :access_social_media. } log:explains { - :carol8188 :complies false. + :carol3188 :complies false. }. { @@ -360081,9 +170081,9 @@ } => { var:x_0 :complies false. }. - :carol8189 :does :access_social_media. + :carol3189 :does :access_social_media. } log:explains { - :carol8189 :complies false. + :carol3189 :complies false. }. { @@ -360092,9 +170092,9 @@ } => { var:x_0 :complies false. }. - :carol8190 :does :access_social_media. + :carol3190 :does :access_social_media. } log:explains { - :carol8190 :complies false. + :carol3190 :complies false. }. { @@ -360103,9 +170103,9 @@ } => { var:x_0 :complies false. }. - :carol8191 :does :access_social_media. + :carol3191 :does :access_social_media. } log:explains { - :carol8191 :complies false. + :carol3191 :complies false. }. { @@ -360114,9 +170114,9 @@ } => { var:x_0 :complies false. }. - :carol8192 :does :access_social_media. + :carol3192 :does :access_social_media. } log:explains { - :carol8192 :complies false. + :carol3192 :complies false. }. { @@ -360125,9 +170125,9 @@ } => { var:x_0 :complies false. }. - :carol8193 :does :access_social_media. + :carol3193 :does :access_social_media. } log:explains { - :carol8193 :complies false. + :carol3193 :complies false. }. { @@ -360136,9 +170136,9 @@ } => { var:x_0 :complies false. }. - :carol8194 :does :access_social_media. + :carol3194 :does :access_social_media. } log:explains { - :carol8194 :complies false. + :carol3194 :complies false. }. { @@ -360147,9 +170147,9 @@ } => { var:x_0 :complies false. }. - :carol8195 :does :access_social_media. + :carol3195 :does :access_social_media. } log:explains { - :carol8195 :complies false. + :carol3195 :complies false. }. { @@ -360158,9 +170158,9 @@ } => { var:x_0 :complies false. }. - :carol8196 :does :access_social_media. + :carol3196 :does :access_social_media. } log:explains { - :carol8196 :complies false. + :carol3196 :complies false. }. { @@ -360169,9 +170169,9 @@ } => { var:x_0 :complies false. }. - :carol8197 :does :access_social_media. + :carol3197 :does :access_social_media. } log:explains { - :carol8197 :complies false. + :carol3197 :complies false. }. { @@ -360180,9 +170180,9 @@ } => { var:x_0 :complies false. }. - :carol8198 :does :access_social_media. + :carol3198 :does :access_social_media. } log:explains { - :carol8198 :complies false. + :carol3198 :complies false. }. { @@ -360191,9 +170191,9 @@ } => { var:x_0 :complies false. }. - :carol8199 :does :access_social_media. + :carol3199 :does :access_social_media. } log:explains { - :carol8199 :complies false. + :carol3199 :complies false. }. { @@ -360202,9 +170202,9 @@ } => { var:x_0 :complies false. }. - :carol8200 :does :access_social_media. + :carol3200 :does :access_social_media. } log:explains { - :carol8200 :complies false. + :carol3200 :complies false. }. { @@ -360213,9 +170213,9 @@ } => { var:x_0 :complies false. }. - :carol8201 :does :access_social_media. + :carol3201 :does :access_social_media. } log:explains { - :carol8201 :complies false. + :carol3201 :complies false. }. { @@ -360224,9 +170224,9 @@ } => { var:x_0 :complies false. }. - :carol8202 :does :access_social_media. + :carol3202 :does :access_social_media. } log:explains { - :carol8202 :complies false. + :carol3202 :complies false. }. { @@ -360235,9 +170235,9 @@ } => { var:x_0 :complies false. }. - :carol8203 :does :access_social_media. + :carol3203 :does :access_social_media. } log:explains { - :carol8203 :complies false. + :carol3203 :complies false. }. { @@ -360246,9 +170246,9 @@ } => { var:x_0 :complies false. }. - :carol8204 :does :access_social_media. + :carol3204 :does :access_social_media. } log:explains { - :carol8204 :complies false. + :carol3204 :complies false. }. { @@ -360257,9 +170257,9 @@ } => { var:x_0 :complies false. }. - :carol8205 :does :access_social_media. + :carol3205 :does :access_social_media. } log:explains { - :carol8205 :complies false. + :carol3205 :complies false. }. { @@ -360268,9 +170268,9 @@ } => { var:x_0 :complies false. }. - :carol8206 :does :access_social_media. + :carol3206 :does :access_social_media. } log:explains { - :carol8206 :complies false. + :carol3206 :complies false. }. { @@ -360279,9 +170279,9 @@ } => { var:x_0 :complies false. }. - :carol8207 :does :access_social_media. + :carol3207 :does :access_social_media. } log:explains { - :carol8207 :complies false. + :carol3207 :complies false. }. { @@ -360290,9 +170290,9 @@ } => { var:x_0 :complies false. }. - :carol8208 :does :access_social_media. + :carol3208 :does :access_social_media. } log:explains { - :carol8208 :complies false. + :carol3208 :complies false. }. { @@ -360301,9 +170301,9 @@ } => { var:x_0 :complies false. }. - :carol8209 :does :access_social_media. + :carol3209 :does :access_social_media. } log:explains { - :carol8209 :complies false. + :carol3209 :complies false. }. { @@ -360312,9 +170312,9 @@ } => { var:x_0 :complies false. }. - :carol8210 :does :access_social_media. + :carol3210 :does :access_social_media. } log:explains { - :carol8210 :complies false. + :carol3210 :complies false. }. { @@ -360323,9 +170323,9 @@ } => { var:x_0 :complies false. }. - :carol8211 :does :access_social_media. + :carol3211 :does :access_social_media. } log:explains { - :carol8211 :complies false. + :carol3211 :complies false. }. { @@ -360334,9 +170334,9 @@ } => { var:x_0 :complies false. }. - :carol8212 :does :access_social_media. + :carol3212 :does :access_social_media. } log:explains { - :carol8212 :complies false. + :carol3212 :complies false. }. { @@ -360345,9 +170345,9 @@ } => { var:x_0 :complies false. }. - :carol8213 :does :access_social_media. + :carol3213 :does :access_social_media. } log:explains { - :carol8213 :complies false. + :carol3213 :complies false. }. { @@ -360356,9 +170356,9 @@ } => { var:x_0 :complies false. }. - :carol8214 :does :access_social_media. + :carol3214 :does :access_social_media. } log:explains { - :carol8214 :complies false. + :carol3214 :complies false. }. { @@ -360367,9 +170367,9 @@ } => { var:x_0 :complies false. }. - :carol8215 :does :access_social_media. + :carol3215 :does :access_social_media. } log:explains { - :carol8215 :complies false. + :carol3215 :complies false. }. { @@ -360378,9 +170378,9 @@ } => { var:x_0 :complies false. }. - :carol8216 :does :access_social_media. + :carol3216 :does :access_social_media. } log:explains { - :carol8216 :complies false. + :carol3216 :complies false. }. { @@ -360389,9 +170389,9 @@ } => { var:x_0 :complies false. }. - :carol8217 :does :access_social_media. + :carol3217 :does :access_social_media. } log:explains { - :carol8217 :complies false. + :carol3217 :complies false. }. { @@ -360400,9 +170400,9 @@ } => { var:x_0 :complies false. }. - :carol8218 :does :access_social_media. + :carol3218 :does :access_social_media. } log:explains { - :carol8218 :complies false. + :carol3218 :complies false. }. { @@ -360411,9 +170411,9 @@ } => { var:x_0 :complies false. }. - :carol8219 :does :access_social_media. + :carol3219 :does :access_social_media. } log:explains { - :carol8219 :complies false. + :carol3219 :complies false. }. { @@ -360422,9 +170422,9 @@ } => { var:x_0 :complies false. }. - :carol8220 :does :access_social_media. + :carol3220 :does :access_social_media. } log:explains { - :carol8220 :complies false. + :carol3220 :complies false. }. { @@ -360433,9 +170433,9 @@ } => { var:x_0 :complies false. }. - :carol8221 :does :access_social_media. + :carol3221 :does :access_social_media. } log:explains { - :carol8221 :complies false. + :carol3221 :complies false. }. { @@ -360444,9 +170444,9 @@ } => { var:x_0 :complies false. }. - :carol8222 :does :access_social_media. + :carol3222 :does :access_social_media. } log:explains { - :carol8222 :complies false. + :carol3222 :complies false. }. { @@ -360455,9 +170455,9 @@ } => { var:x_0 :complies false. }. - :carol8223 :does :access_social_media. + :carol3223 :does :access_social_media. } log:explains { - :carol8223 :complies false. + :carol3223 :complies false. }. { @@ -360466,9 +170466,9 @@ } => { var:x_0 :complies false. }. - :carol8224 :does :access_social_media. + :carol3224 :does :access_social_media. } log:explains { - :carol8224 :complies false. + :carol3224 :complies false. }. { @@ -360477,9 +170477,9 @@ } => { var:x_0 :complies false. }. - :carol8225 :does :access_social_media. + :carol3225 :does :access_social_media. } log:explains { - :carol8225 :complies false. + :carol3225 :complies false. }. { @@ -360488,9 +170488,9 @@ } => { var:x_0 :complies false. }. - :carol8226 :does :access_social_media. + :carol3226 :does :access_social_media. } log:explains { - :carol8226 :complies false. + :carol3226 :complies false. }. { @@ -360499,9 +170499,9 @@ } => { var:x_0 :complies false. }. - :carol8227 :does :access_social_media. + :carol3227 :does :access_social_media. } log:explains { - :carol8227 :complies false. + :carol3227 :complies false. }. { @@ -360510,9 +170510,9 @@ } => { var:x_0 :complies false. }. - :carol8228 :does :access_social_media. + :carol3228 :does :access_social_media. } log:explains { - :carol8228 :complies false. + :carol3228 :complies false. }. { @@ -360521,9 +170521,9 @@ } => { var:x_0 :complies false. }. - :carol8229 :does :access_social_media. + :carol3229 :does :access_social_media. } log:explains { - :carol8229 :complies false. + :carol3229 :complies false. }. { @@ -360532,9 +170532,9 @@ } => { var:x_0 :complies false. }. - :carol8230 :does :access_social_media. + :carol3230 :does :access_social_media. } log:explains { - :carol8230 :complies false. + :carol3230 :complies false. }. { @@ -360543,9 +170543,9 @@ } => { var:x_0 :complies false. }. - :carol8231 :does :access_social_media. + :carol3231 :does :access_social_media. } log:explains { - :carol8231 :complies false. + :carol3231 :complies false. }. { @@ -360554,9 +170554,9 @@ } => { var:x_0 :complies false. }. - :carol8232 :does :access_social_media. + :carol3232 :does :access_social_media. } log:explains { - :carol8232 :complies false. + :carol3232 :complies false. }. { @@ -360565,9 +170565,9 @@ } => { var:x_0 :complies false. }. - :carol8233 :does :access_social_media. + :carol3233 :does :access_social_media. } log:explains { - :carol8233 :complies false. + :carol3233 :complies false. }. { @@ -360576,9 +170576,9 @@ } => { var:x_0 :complies false. }. - :carol8234 :does :access_social_media. + :carol3234 :does :access_social_media. } log:explains { - :carol8234 :complies false. + :carol3234 :complies false. }. { @@ -360587,9 +170587,9 @@ } => { var:x_0 :complies false. }. - :carol8235 :does :access_social_media. + :carol3235 :does :access_social_media. } log:explains { - :carol8235 :complies false. + :carol3235 :complies false. }. { @@ -360598,9 +170598,9 @@ } => { var:x_0 :complies false. }. - :carol8236 :does :access_social_media. + :carol3236 :does :access_social_media. } log:explains { - :carol8236 :complies false. + :carol3236 :complies false. }. { @@ -360609,9 +170609,9 @@ } => { var:x_0 :complies false. }. - :carol8237 :does :access_social_media. + :carol3237 :does :access_social_media. } log:explains { - :carol8237 :complies false. + :carol3237 :complies false. }. { @@ -360620,9 +170620,9 @@ } => { var:x_0 :complies false. }. - :carol8238 :does :access_social_media. + :carol3238 :does :access_social_media. } log:explains { - :carol8238 :complies false. + :carol3238 :complies false. }. { @@ -360631,9 +170631,9 @@ } => { var:x_0 :complies false. }. - :carol8239 :does :access_social_media. + :carol3239 :does :access_social_media. } log:explains { - :carol8239 :complies false. + :carol3239 :complies false. }. { @@ -360642,9 +170642,9 @@ } => { var:x_0 :complies false. }. - :carol8240 :does :access_social_media. + :carol3240 :does :access_social_media. } log:explains { - :carol8240 :complies false. + :carol3240 :complies false. }. { @@ -360653,9 +170653,9 @@ } => { var:x_0 :complies false. }. - :carol8241 :does :access_social_media. + :carol3241 :does :access_social_media. } log:explains { - :carol8241 :complies false. + :carol3241 :complies false. }. { @@ -360664,9 +170664,9 @@ } => { var:x_0 :complies false. }. - :carol8242 :does :access_social_media. + :carol3242 :does :access_social_media. } log:explains { - :carol8242 :complies false. + :carol3242 :complies false. }. { @@ -360675,9 +170675,9 @@ } => { var:x_0 :complies false. }. - :carol8243 :does :access_social_media. + :carol3243 :does :access_social_media. } log:explains { - :carol8243 :complies false. + :carol3243 :complies false. }. { @@ -360686,9 +170686,9 @@ } => { var:x_0 :complies false. }. - :carol8244 :does :access_social_media. + :carol3244 :does :access_social_media. } log:explains { - :carol8244 :complies false. + :carol3244 :complies false. }. { @@ -360697,9 +170697,9 @@ } => { var:x_0 :complies false. }. - :carol8245 :does :access_social_media. + :carol3245 :does :access_social_media. } log:explains { - :carol8245 :complies false. + :carol3245 :complies false. }. { @@ -360708,9 +170708,9 @@ } => { var:x_0 :complies false. }. - :carol8246 :does :access_social_media. + :carol3246 :does :access_social_media. } log:explains { - :carol8246 :complies false. + :carol3246 :complies false. }. { @@ -360719,9 +170719,9 @@ } => { var:x_0 :complies false. }. - :carol8247 :does :access_social_media. + :carol3247 :does :access_social_media. } log:explains { - :carol8247 :complies false. + :carol3247 :complies false. }. { @@ -360730,9 +170730,9 @@ } => { var:x_0 :complies false. }. - :carol8248 :does :access_social_media. + :carol3248 :does :access_social_media. } log:explains { - :carol8248 :complies false. + :carol3248 :complies false. }. { @@ -360741,9 +170741,9 @@ } => { var:x_0 :complies false. }. - :carol8249 :does :access_social_media. + :carol3249 :does :access_social_media. } log:explains { - :carol8249 :complies false. + :carol3249 :complies false. }. { @@ -360752,9 +170752,9 @@ } => { var:x_0 :complies false. }. - :carol8250 :does :access_social_media. + :carol3250 :does :access_social_media. } log:explains { - :carol8250 :complies false. + :carol3250 :complies false. }. { @@ -360763,9 +170763,9 @@ } => { var:x_0 :complies false. }. - :carol8251 :does :access_social_media. + :carol3251 :does :access_social_media. } log:explains { - :carol8251 :complies false. + :carol3251 :complies false. }. { @@ -360774,9 +170774,9 @@ } => { var:x_0 :complies false. }. - :carol8252 :does :access_social_media. + :carol3252 :does :access_social_media. } log:explains { - :carol8252 :complies false. + :carol3252 :complies false. }. { @@ -360785,9 +170785,9 @@ } => { var:x_0 :complies false. }. - :carol8253 :does :access_social_media. + :carol3253 :does :access_social_media. } log:explains { - :carol8253 :complies false. + :carol3253 :complies false. }. { @@ -360796,9 +170796,9 @@ } => { var:x_0 :complies false. }. - :carol8254 :does :access_social_media. + :carol3254 :does :access_social_media. } log:explains { - :carol8254 :complies false. + :carol3254 :complies false. }. { @@ -360807,9 +170807,9 @@ } => { var:x_0 :complies false. }. - :carol8255 :does :access_social_media. + :carol3255 :does :access_social_media. } log:explains { - :carol8255 :complies false. + :carol3255 :complies false. }. { @@ -360818,9 +170818,9 @@ } => { var:x_0 :complies false. }. - :carol8256 :does :access_social_media. + :carol3256 :does :access_social_media. } log:explains { - :carol8256 :complies false. + :carol3256 :complies false. }. { @@ -360829,9 +170829,9 @@ } => { var:x_0 :complies false. }. - :carol8257 :does :access_social_media. + :carol3257 :does :access_social_media. } log:explains { - :carol8257 :complies false. + :carol3257 :complies false. }. { @@ -360840,9 +170840,9 @@ } => { var:x_0 :complies false. }. - :carol8258 :does :access_social_media. + :carol3258 :does :access_social_media. } log:explains { - :carol8258 :complies false. + :carol3258 :complies false. }. { @@ -360851,9 +170851,9 @@ } => { var:x_0 :complies false. }. - :carol8259 :does :access_social_media. + :carol3259 :does :access_social_media. } log:explains { - :carol8259 :complies false. + :carol3259 :complies false. }. { @@ -360862,9 +170862,9 @@ } => { var:x_0 :complies false. }. - :carol8260 :does :access_social_media. + :carol3260 :does :access_social_media. } log:explains { - :carol8260 :complies false. + :carol3260 :complies false. }. { @@ -360873,9 +170873,9 @@ } => { var:x_0 :complies false. }. - :carol8261 :does :access_social_media. + :carol3261 :does :access_social_media. } log:explains { - :carol8261 :complies false. + :carol3261 :complies false. }. { @@ -360884,9 +170884,9 @@ } => { var:x_0 :complies false. }. - :carol8262 :does :access_social_media. + :carol3262 :does :access_social_media. } log:explains { - :carol8262 :complies false. + :carol3262 :complies false. }. { @@ -360895,9 +170895,9 @@ } => { var:x_0 :complies false. }. - :carol8263 :does :access_social_media. + :carol3263 :does :access_social_media. } log:explains { - :carol8263 :complies false. + :carol3263 :complies false. }. { @@ -360906,9 +170906,9 @@ } => { var:x_0 :complies false. }. - :carol8264 :does :access_social_media. + :carol3264 :does :access_social_media. } log:explains { - :carol8264 :complies false. + :carol3264 :complies false. }. { @@ -360917,9 +170917,9 @@ } => { var:x_0 :complies false. }. - :carol8265 :does :access_social_media. + :carol3265 :does :access_social_media. } log:explains { - :carol8265 :complies false. + :carol3265 :complies false. }. { @@ -360928,9 +170928,9 @@ } => { var:x_0 :complies false. }. - :carol8266 :does :access_social_media. + :carol3266 :does :access_social_media. } log:explains { - :carol8266 :complies false. + :carol3266 :complies false. }. { @@ -360939,9 +170939,9 @@ } => { var:x_0 :complies false. }. - :carol8267 :does :access_social_media. + :carol3267 :does :access_social_media. } log:explains { - :carol8267 :complies false. + :carol3267 :complies false. }. { @@ -360950,9 +170950,9 @@ } => { var:x_0 :complies false. }. - :carol8268 :does :access_social_media. + :carol3268 :does :access_social_media. } log:explains { - :carol8268 :complies false. + :carol3268 :complies false. }. { @@ -360961,9 +170961,9 @@ } => { var:x_0 :complies false. }. - :carol8269 :does :access_social_media. + :carol3269 :does :access_social_media. } log:explains { - :carol8269 :complies false. + :carol3269 :complies false. }. { @@ -360972,9 +170972,9 @@ } => { var:x_0 :complies false. }. - :carol8270 :does :access_social_media. + :carol3270 :does :access_social_media. } log:explains { - :carol8270 :complies false. + :carol3270 :complies false. }. { @@ -360983,9 +170983,9 @@ } => { var:x_0 :complies false. }. - :carol8271 :does :access_social_media. + :carol3271 :does :access_social_media. } log:explains { - :carol8271 :complies false. + :carol3271 :complies false. }. { @@ -360994,9 +170994,9 @@ } => { var:x_0 :complies false. }. - :carol8272 :does :access_social_media. + :carol3272 :does :access_social_media. } log:explains { - :carol8272 :complies false. + :carol3272 :complies false. }. { @@ -361005,9 +171005,9 @@ } => { var:x_0 :complies false. }. - :carol8273 :does :access_social_media. + :carol3273 :does :access_social_media. } log:explains { - :carol8273 :complies false. + :carol3273 :complies false. }. { @@ -361016,9 +171016,9 @@ } => { var:x_0 :complies false. }. - :carol8274 :does :access_social_media. + :carol3274 :does :access_social_media. } log:explains { - :carol8274 :complies false. + :carol3274 :complies false. }. { @@ -361027,9 +171027,9 @@ } => { var:x_0 :complies false. }. - :carol8275 :does :access_social_media. + :carol3275 :does :access_social_media. } log:explains { - :carol8275 :complies false. + :carol3275 :complies false. }. { @@ -361038,9 +171038,9 @@ } => { var:x_0 :complies false. }. - :carol8276 :does :access_social_media. + :carol3276 :does :access_social_media. } log:explains { - :carol8276 :complies false. + :carol3276 :complies false. }. { @@ -361049,9 +171049,9 @@ } => { var:x_0 :complies false. }. - :carol8277 :does :access_social_media. + :carol3277 :does :access_social_media. } log:explains { - :carol8277 :complies false. + :carol3277 :complies false. }. { @@ -361060,9 +171060,9 @@ } => { var:x_0 :complies false. }. - :carol8278 :does :access_social_media. + :carol3278 :does :access_social_media. } log:explains { - :carol8278 :complies false. + :carol3278 :complies false. }. { @@ -361071,9 +171071,9 @@ } => { var:x_0 :complies false. }. - :carol8279 :does :access_social_media. + :carol3279 :does :access_social_media. } log:explains { - :carol8279 :complies false. + :carol3279 :complies false. }. { @@ -361082,9 +171082,9 @@ } => { var:x_0 :complies false. }. - :carol8280 :does :access_social_media. + :carol3280 :does :access_social_media. } log:explains { - :carol8280 :complies false. + :carol3280 :complies false. }. { @@ -361093,9 +171093,9 @@ } => { var:x_0 :complies false. }. - :carol8281 :does :access_social_media. + :carol3281 :does :access_social_media. } log:explains { - :carol8281 :complies false. + :carol3281 :complies false. }. { @@ -361104,9 +171104,9 @@ } => { var:x_0 :complies false. }. - :carol8282 :does :access_social_media. + :carol3282 :does :access_social_media. } log:explains { - :carol8282 :complies false. + :carol3282 :complies false. }. { @@ -361115,9 +171115,9 @@ } => { var:x_0 :complies false. }. - :carol8283 :does :access_social_media. + :carol3283 :does :access_social_media. } log:explains { - :carol8283 :complies false. + :carol3283 :complies false. }. { @@ -361126,9 +171126,9 @@ } => { var:x_0 :complies false. }. - :carol8284 :does :access_social_media. + :carol3284 :does :access_social_media. } log:explains { - :carol8284 :complies false. + :carol3284 :complies false. }. { @@ -361137,9 +171137,9 @@ } => { var:x_0 :complies false. }. - :carol8285 :does :access_social_media. + :carol3285 :does :access_social_media. } log:explains { - :carol8285 :complies false. + :carol3285 :complies false. }. { @@ -361148,9 +171148,9 @@ } => { var:x_0 :complies false. }. - :carol8286 :does :access_social_media. + :carol3286 :does :access_social_media. } log:explains { - :carol8286 :complies false. + :carol3286 :complies false. }. { @@ -361159,9 +171159,9 @@ } => { var:x_0 :complies false. }. - :carol8287 :does :access_social_media. + :carol3287 :does :access_social_media. } log:explains { - :carol8287 :complies false. + :carol3287 :complies false. }. { @@ -361170,9 +171170,9 @@ } => { var:x_0 :complies false. }. - :carol8288 :does :access_social_media. + :carol3288 :does :access_social_media. } log:explains { - :carol8288 :complies false. + :carol3288 :complies false. }. { @@ -361181,9 +171181,9 @@ } => { var:x_0 :complies false. }. - :carol8289 :does :access_social_media. + :carol3289 :does :access_social_media. } log:explains { - :carol8289 :complies false. + :carol3289 :complies false. }. { @@ -361192,9 +171192,9 @@ } => { var:x_0 :complies false. }. - :carol8290 :does :access_social_media. + :carol3290 :does :access_social_media. } log:explains { - :carol8290 :complies false. + :carol3290 :complies false. }. { @@ -361203,9 +171203,9 @@ } => { var:x_0 :complies false. }. - :carol8291 :does :access_social_media. + :carol3291 :does :access_social_media. } log:explains { - :carol8291 :complies false. + :carol3291 :complies false. }. { @@ -361214,9 +171214,9 @@ } => { var:x_0 :complies false. }. - :carol8292 :does :access_social_media. + :carol3292 :does :access_social_media. } log:explains { - :carol8292 :complies false. + :carol3292 :complies false. }. { @@ -361225,9 +171225,9 @@ } => { var:x_0 :complies false. }. - :carol8293 :does :access_social_media. + :carol3293 :does :access_social_media. } log:explains { - :carol8293 :complies false. + :carol3293 :complies false. }. { @@ -361236,9 +171236,9 @@ } => { var:x_0 :complies false. }. - :carol8294 :does :access_social_media. + :carol3294 :does :access_social_media. } log:explains { - :carol8294 :complies false. + :carol3294 :complies false. }. { @@ -361247,9 +171247,9 @@ } => { var:x_0 :complies false. }. - :carol8295 :does :access_social_media. + :carol3295 :does :access_social_media. } log:explains { - :carol8295 :complies false. + :carol3295 :complies false. }. { @@ -361258,9 +171258,9 @@ } => { var:x_0 :complies false. }. - :carol8296 :does :access_social_media. + :carol3296 :does :access_social_media. } log:explains { - :carol8296 :complies false. + :carol3296 :complies false. }. { @@ -361269,9 +171269,9 @@ } => { var:x_0 :complies false. }. - :carol8297 :does :access_social_media. + :carol3297 :does :access_social_media. } log:explains { - :carol8297 :complies false. + :carol3297 :complies false. }. { @@ -361280,9 +171280,9 @@ } => { var:x_0 :complies false. }. - :carol8298 :does :access_social_media. + :carol3298 :does :access_social_media. } log:explains { - :carol8298 :complies false. + :carol3298 :complies false. }. { @@ -361291,9 +171291,9 @@ } => { var:x_0 :complies false. }. - :carol8299 :does :access_social_media. + :carol3299 :does :access_social_media. } log:explains { - :carol8299 :complies false. + :carol3299 :complies false. }. { @@ -361302,9 +171302,9 @@ } => { var:x_0 :complies false. }. - :carol8300 :does :access_social_media. + :carol3300 :does :access_social_media. } log:explains { - :carol8300 :complies false. + :carol3300 :complies false. }. { @@ -361313,9 +171313,9 @@ } => { var:x_0 :complies false. }. - :carol8301 :does :access_social_media. + :carol3301 :does :access_social_media. } log:explains { - :carol8301 :complies false. + :carol3301 :complies false. }. { @@ -361324,9 +171324,9 @@ } => { var:x_0 :complies false. }. - :carol8302 :does :access_social_media. + :carol3302 :does :access_social_media. } log:explains { - :carol8302 :complies false. + :carol3302 :complies false. }. { @@ -361335,9 +171335,9 @@ } => { var:x_0 :complies false. }. - :carol8303 :does :access_social_media. + :carol3303 :does :access_social_media. } log:explains { - :carol8303 :complies false. + :carol3303 :complies false. }. { @@ -361346,9 +171346,9 @@ } => { var:x_0 :complies false. }. - :carol8304 :does :access_social_media. + :carol3304 :does :access_social_media. } log:explains { - :carol8304 :complies false. + :carol3304 :complies false. }. { @@ -361357,9 +171357,9 @@ } => { var:x_0 :complies false. }. - :carol8305 :does :access_social_media. + :carol3305 :does :access_social_media. } log:explains { - :carol8305 :complies false. + :carol3305 :complies false. }. { @@ -361368,9 +171368,9 @@ } => { var:x_0 :complies false. }. - :carol8306 :does :access_social_media. + :carol3306 :does :access_social_media. } log:explains { - :carol8306 :complies false. + :carol3306 :complies false. }. { @@ -361379,9 +171379,9 @@ } => { var:x_0 :complies false. }. - :carol8307 :does :access_social_media. + :carol3307 :does :access_social_media. } log:explains { - :carol8307 :complies false. + :carol3307 :complies false. }. { @@ -361390,9 +171390,9 @@ } => { var:x_0 :complies false. }. - :carol8308 :does :access_social_media. + :carol3308 :does :access_social_media. } log:explains { - :carol8308 :complies false. + :carol3308 :complies false. }. { @@ -361401,9 +171401,9 @@ } => { var:x_0 :complies false. }. - :carol8309 :does :access_social_media. + :carol3309 :does :access_social_media. } log:explains { - :carol8309 :complies false. + :carol3309 :complies false. }. { @@ -361412,9 +171412,9 @@ } => { var:x_0 :complies false. }. - :carol8310 :does :access_social_media. + :carol3310 :does :access_social_media. } log:explains { - :carol8310 :complies false. + :carol3310 :complies false. }. { @@ -361423,9 +171423,9 @@ } => { var:x_0 :complies false. }. - :carol8311 :does :access_social_media. + :carol3311 :does :access_social_media. } log:explains { - :carol8311 :complies false. + :carol3311 :complies false. }. { @@ -361434,9 +171434,9 @@ } => { var:x_0 :complies false. }. - :carol8312 :does :access_social_media. + :carol3312 :does :access_social_media. } log:explains { - :carol8312 :complies false. + :carol3312 :complies false. }. { @@ -361445,9 +171445,9 @@ } => { var:x_0 :complies false. }. - :carol8313 :does :access_social_media. + :carol3313 :does :access_social_media. } log:explains { - :carol8313 :complies false. + :carol3313 :complies false. }. { @@ -361456,9 +171456,9 @@ } => { var:x_0 :complies false. }. - :carol8314 :does :access_social_media. + :carol3314 :does :access_social_media. } log:explains { - :carol8314 :complies false. + :carol3314 :complies false. }. { @@ -361467,9 +171467,9 @@ } => { var:x_0 :complies false. }. - :carol8315 :does :access_social_media. + :carol3315 :does :access_social_media. } log:explains { - :carol8315 :complies false. + :carol3315 :complies false. }. { @@ -361478,9 +171478,9 @@ } => { var:x_0 :complies false. }. - :carol8316 :does :access_social_media. + :carol3316 :does :access_social_media. } log:explains { - :carol8316 :complies false. + :carol3316 :complies false. }. { @@ -361489,9 +171489,9 @@ } => { var:x_0 :complies false. }. - :carol8317 :does :access_social_media. + :carol3317 :does :access_social_media. } log:explains { - :carol8317 :complies false. + :carol3317 :complies false. }. { @@ -361500,9 +171500,9 @@ } => { var:x_0 :complies false. }. - :carol8318 :does :access_social_media. + :carol3318 :does :access_social_media. } log:explains { - :carol8318 :complies false. + :carol3318 :complies false. }. { @@ -361511,9 +171511,9 @@ } => { var:x_0 :complies false. }. - :carol8319 :does :access_social_media. + :carol3319 :does :access_social_media. } log:explains { - :carol8319 :complies false. + :carol3319 :complies false. }. { @@ -361522,9 +171522,9 @@ } => { var:x_0 :complies false. }. - :carol8320 :does :access_social_media. + :carol3320 :does :access_social_media. } log:explains { - :carol8320 :complies false. + :carol3320 :complies false. }. { @@ -361533,9 +171533,9 @@ } => { var:x_0 :complies false. }. - :carol8321 :does :access_social_media. + :carol3321 :does :access_social_media. } log:explains { - :carol8321 :complies false. + :carol3321 :complies false. }. { @@ -361544,9 +171544,9 @@ } => { var:x_0 :complies false. }. - :carol8322 :does :access_social_media. + :carol3322 :does :access_social_media. } log:explains { - :carol8322 :complies false. + :carol3322 :complies false. }. { @@ -361555,9 +171555,9 @@ } => { var:x_0 :complies false. }. - :carol8323 :does :access_social_media. + :carol3323 :does :access_social_media. } log:explains { - :carol8323 :complies false. + :carol3323 :complies false. }. { @@ -361566,9 +171566,9 @@ } => { var:x_0 :complies false. }. - :carol8324 :does :access_social_media. + :carol3324 :does :access_social_media. } log:explains { - :carol8324 :complies false. + :carol3324 :complies false. }. { @@ -361577,9 +171577,9 @@ } => { var:x_0 :complies false. }. - :carol8325 :does :access_social_media. + :carol3325 :does :access_social_media. } log:explains { - :carol8325 :complies false. + :carol3325 :complies false. }. { @@ -361588,9 +171588,9 @@ } => { var:x_0 :complies false. }. - :carol8326 :does :access_social_media. + :carol3326 :does :access_social_media. } log:explains { - :carol8326 :complies false. + :carol3326 :complies false. }. { @@ -361599,9 +171599,9 @@ } => { var:x_0 :complies false. }. - :carol8327 :does :access_social_media. + :carol3327 :does :access_social_media. } log:explains { - :carol8327 :complies false. + :carol3327 :complies false. }. { @@ -361610,9 +171610,9 @@ } => { var:x_0 :complies false. }. - :carol8328 :does :access_social_media. + :carol3328 :does :access_social_media. } log:explains { - :carol8328 :complies false. + :carol3328 :complies false. }. { @@ -361621,9 +171621,9 @@ } => { var:x_0 :complies false. }. - :carol8329 :does :access_social_media. + :carol3329 :does :access_social_media. } log:explains { - :carol8329 :complies false. + :carol3329 :complies false. }. { @@ -361632,9 +171632,9 @@ } => { var:x_0 :complies false. }. - :carol8330 :does :access_social_media. + :carol3330 :does :access_social_media. } log:explains { - :carol8330 :complies false. + :carol3330 :complies false. }. { @@ -361643,9 +171643,9 @@ } => { var:x_0 :complies false. }. - :carol8331 :does :access_social_media. + :carol3331 :does :access_social_media. } log:explains { - :carol8331 :complies false. + :carol3331 :complies false. }. { @@ -361654,9 +171654,9 @@ } => { var:x_0 :complies false. }. - :carol8332 :does :access_social_media. + :carol3332 :does :access_social_media. } log:explains { - :carol8332 :complies false. + :carol3332 :complies false. }. { @@ -361665,9 +171665,9 @@ } => { var:x_0 :complies false. }. - :carol8333 :does :access_social_media. + :carol3333 :does :access_social_media. } log:explains { - :carol8333 :complies false. + :carol3333 :complies false. }. { @@ -361676,9 +171676,9 @@ } => { var:x_0 :complies false. }. - :carol8334 :does :access_social_media. + :carol3334 :does :access_social_media. } log:explains { - :carol8334 :complies false. + :carol3334 :complies false. }. { @@ -361687,9 +171687,9 @@ } => { var:x_0 :complies false. }. - :carol8335 :does :access_social_media. + :carol3335 :does :access_social_media. } log:explains { - :carol8335 :complies false. + :carol3335 :complies false. }. { @@ -361698,9 +171698,9 @@ } => { var:x_0 :complies false. }. - :carol8336 :does :access_social_media. + :carol3336 :does :access_social_media. } log:explains { - :carol8336 :complies false. + :carol3336 :complies false. }. { @@ -361709,9 +171709,9 @@ } => { var:x_0 :complies false. }. - :carol8337 :does :access_social_media. + :carol3337 :does :access_social_media. } log:explains { - :carol8337 :complies false. + :carol3337 :complies false. }. { @@ -361720,9 +171720,9 @@ } => { var:x_0 :complies false. }. - :carol8338 :does :access_social_media. + :carol3338 :does :access_social_media. } log:explains { - :carol8338 :complies false. + :carol3338 :complies false. }. { @@ -361731,9 +171731,9 @@ } => { var:x_0 :complies false. }. - :carol8339 :does :access_social_media. + :carol3339 :does :access_social_media. } log:explains { - :carol8339 :complies false. + :carol3339 :complies false. }. { @@ -361742,9 +171742,9 @@ } => { var:x_0 :complies false. }. - :carol8340 :does :access_social_media. + :carol3340 :does :access_social_media. } log:explains { - :carol8340 :complies false. + :carol3340 :complies false. }. { @@ -361753,9 +171753,9 @@ } => { var:x_0 :complies false. }. - :carol8341 :does :access_social_media. + :carol3341 :does :access_social_media. } log:explains { - :carol8341 :complies false. + :carol3341 :complies false. }. { @@ -361764,9 +171764,9 @@ } => { var:x_0 :complies false. }. - :carol8342 :does :access_social_media. + :carol3342 :does :access_social_media. } log:explains { - :carol8342 :complies false. + :carol3342 :complies false. }. { @@ -361775,9 +171775,9 @@ } => { var:x_0 :complies false. }. - :carol8343 :does :access_social_media. + :carol3343 :does :access_social_media. } log:explains { - :carol8343 :complies false. + :carol3343 :complies false. }. { @@ -361786,9 +171786,9 @@ } => { var:x_0 :complies false. }. - :carol8344 :does :access_social_media. + :carol3344 :does :access_social_media. } log:explains { - :carol8344 :complies false. + :carol3344 :complies false. }. { @@ -361797,9 +171797,9 @@ } => { var:x_0 :complies false. }. - :carol8345 :does :access_social_media. + :carol3345 :does :access_social_media. } log:explains { - :carol8345 :complies false. + :carol3345 :complies false. }. { @@ -361808,9 +171808,9 @@ } => { var:x_0 :complies false. }. - :carol8346 :does :access_social_media. + :carol3346 :does :access_social_media. } log:explains { - :carol8346 :complies false. + :carol3346 :complies false. }. { @@ -361819,9 +171819,9 @@ } => { var:x_0 :complies false. }. - :carol8347 :does :access_social_media. + :carol3347 :does :access_social_media. } log:explains { - :carol8347 :complies false. + :carol3347 :complies false. }. { @@ -361830,9 +171830,9 @@ } => { var:x_0 :complies false. }. - :carol8348 :does :access_social_media. + :carol3348 :does :access_social_media. } log:explains { - :carol8348 :complies false. + :carol3348 :complies false. }. { @@ -361841,9 +171841,9 @@ } => { var:x_0 :complies false. }. - :carol8349 :does :access_social_media. + :carol3349 :does :access_social_media. } log:explains { - :carol8349 :complies false. + :carol3349 :complies false. }. { @@ -361852,9 +171852,9 @@ } => { var:x_0 :complies false. }. - :carol8350 :does :access_social_media. + :carol3350 :does :access_social_media. } log:explains { - :carol8350 :complies false. + :carol3350 :complies false. }. { @@ -361863,9 +171863,9 @@ } => { var:x_0 :complies false. }. - :carol8351 :does :access_social_media. + :carol3351 :does :access_social_media. } log:explains { - :carol8351 :complies false. + :carol3351 :complies false. }. { @@ -361874,9 +171874,9 @@ } => { var:x_0 :complies false. }. - :carol8352 :does :access_social_media. + :carol3352 :does :access_social_media. } log:explains { - :carol8352 :complies false. + :carol3352 :complies false. }. { @@ -361885,9 +171885,9 @@ } => { var:x_0 :complies false. }. - :carol8353 :does :access_social_media. + :carol3353 :does :access_social_media. } log:explains { - :carol8353 :complies false. + :carol3353 :complies false. }. { @@ -361896,9 +171896,9 @@ } => { var:x_0 :complies false. }. - :carol8354 :does :access_social_media. + :carol3354 :does :access_social_media. } log:explains { - :carol8354 :complies false. + :carol3354 :complies false. }. { @@ -361907,9 +171907,9 @@ } => { var:x_0 :complies false. }. - :carol8355 :does :access_social_media. + :carol3355 :does :access_social_media. } log:explains { - :carol8355 :complies false. + :carol3355 :complies false. }. { @@ -361918,9 +171918,9 @@ } => { var:x_0 :complies false. }. - :carol8356 :does :access_social_media. + :carol3356 :does :access_social_media. } log:explains { - :carol8356 :complies false. + :carol3356 :complies false. }. { @@ -361929,9 +171929,9 @@ } => { var:x_0 :complies false. }. - :carol8357 :does :access_social_media. + :carol3357 :does :access_social_media. } log:explains { - :carol8357 :complies false. + :carol3357 :complies false. }. { @@ -361940,9 +171940,9 @@ } => { var:x_0 :complies false. }. - :carol8358 :does :access_social_media. + :carol3358 :does :access_social_media. } log:explains { - :carol8358 :complies false. + :carol3358 :complies false. }. { @@ -361951,9 +171951,9 @@ } => { var:x_0 :complies false. }. - :carol8359 :does :access_social_media. + :carol3359 :does :access_social_media. } log:explains { - :carol8359 :complies false. + :carol3359 :complies false. }. { @@ -361962,9 +171962,9 @@ } => { var:x_0 :complies false. }. - :carol8360 :does :access_social_media. + :carol3360 :does :access_social_media. } log:explains { - :carol8360 :complies false. + :carol3360 :complies false. }. { @@ -361973,9 +171973,9 @@ } => { var:x_0 :complies false. }. - :carol8361 :does :access_social_media. + :carol3361 :does :access_social_media. } log:explains { - :carol8361 :complies false. + :carol3361 :complies false. }. { @@ -361984,9 +171984,9 @@ } => { var:x_0 :complies false. }. - :carol8362 :does :access_social_media. + :carol3362 :does :access_social_media. } log:explains { - :carol8362 :complies false. + :carol3362 :complies false. }. { @@ -361995,9 +171995,9 @@ } => { var:x_0 :complies false. }. - :carol8363 :does :access_social_media. + :carol3363 :does :access_social_media. } log:explains { - :carol8363 :complies false. + :carol3363 :complies false. }. { @@ -362006,9 +172006,9 @@ } => { var:x_0 :complies false. }. - :carol8364 :does :access_social_media. + :carol3364 :does :access_social_media. } log:explains { - :carol8364 :complies false. + :carol3364 :complies false. }. { @@ -362017,9 +172017,9 @@ } => { var:x_0 :complies false. }. - :carol8365 :does :access_social_media. + :carol3365 :does :access_social_media. } log:explains { - :carol8365 :complies false. + :carol3365 :complies false. }. { @@ -362028,9 +172028,9 @@ } => { var:x_0 :complies false. }. - :carol8366 :does :access_social_media. + :carol3366 :does :access_social_media. } log:explains { - :carol8366 :complies false. + :carol3366 :complies false. }. { @@ -362039,9 +172039,9 @@ } => { var:x_0 :complies false. }. - :carol8367 :does :access_social_media. + :carol3367 :does :access_social_media. } log:explains { - :carol8367 :complies false. + :carol3367 :complies false. }. { @@ -362050,9 +172050,9 @@ } => { var:x_0 :complies false. }. - :carol8368 :does :access_social_media. + :carol3368 :does :access_social_media. } log:explains { - :carol8368 :complies false. + :carol3368 :complies false. }. { @@ -362061,9 +172061,9 @@ } => { var:x_0 :complies false. }. - :carol8369 :does :access_social_media. + :carol3369 :does :access_social_media. } log:explains { - :carol8369 :complies false. + :carol3369 :complies false. }. { @@ -362072,9 +172072,9 @@ } => { var:x_0 :complies false. }. - :carol8370 :does :access_social_media. + :carol3370 :does :access_social_media. } log:explains { - :carol8370 :complies false. + :carol3370 :complies false. }. { @@ -362083,9 +172083,9 @@ } => { var:x_0 :complies false. }. - :carol8371 :does :access_social_media. + :carol3371 :does :access_social_media. } log:explains { - :carol8371 :complies false. + :carol3371 :complies false. }. { @@ -362094,9 +172094,9 @@ } => { var:x_0 :complies false. }. - :carol8372 :does :access_social_media. + :carol3372 :does :access_social_media. } log:explains { - :carol8372 :complies false. + :carol3372 :complies false. }. { @@ -362105,9 +172105,9 @@ } => { var:x_0 :complies false. }. - :carol8373 :does :access_social_media. + :carol3373 :does :access_social_media. } log:explains { - :carol8373 :complies false. + :carol3373 :complies false. }. { @@ -362116,9 +172116,9 @@ } => { var:x_0 :complies false. }. - :carol8374 :does :access_social_media. + :carol3374 :does :access_social_media. } log:explains { - :carol8374 :complies false. + :carol3374 :complies false. }. { @@ -362127,9 +172127,9 @@ } => { var:x_0 :complies false. }. - :carol8375 :does :access_social_media. + :carol3375 :does :access_social_media. } log:explains { - :carol8375 :complies false. + :carol3375 :complies false. }. { @@ -362138,9 +172138,9 @@ } => { var:x_0 :complies false. }. - :carol8376 :does :access_social_media. + :carol3376 :does :access_social_media. } log:explains { - :carol8376 :complies false. + :carol3376 :complies false. }. { @@ -362149,9 +172149,9 @@ } => { var:x_0 :complies false. }. - :carol8377 :does :access_social_media. + :carol3377 :does :access_social_media. } log:explains { - :carol8377 :complies false. + :carol3377 :complies false. }. { @@ -362160,9 +172160,9 @@ } => { var:x_0 :complies false. }. - :carol8378 :does :access_social_media. + :carol3378 :does :access_social_media. } log:explains { - :carol8378 :complies false. + :carol3378 :complies false. }. { @@ -362171,9 +172171,9 @@ } => { var:x_0 :complies false. }. - :carol8379 :does :access_social_media. + :carol3379 :does :access_social_media. } log:explains { - :carol8379 :complies false. + :carol3379 :complies false. }. { @@ -362182,9 +172182,9 @@ } => { var:x_0 :complies false. }. - :carol8380 :does :access_social_media. + :carol3380 :does :access_social_media. } log:explains { - :carol8380 :complies false. + :carol3380 :complies false. }. { @@ -362193,9 +172193,9 @@ } => { var:x_0 :complies false. }. - :carol8381 :does :access_social_media. + :carol3381 :does :access_social_media. } log:explains { - :carol8381 :complies false. + :carol3381 :complies false. }. { @@ -362204,9 +172204,9 @@ } => { var:x_0 :complies false. }. - :carol8382 :does :access_social_media. + :carol3382 :does :access_social_media. } log:explains { - :carol8382 :complies false. + :carol3382 :complies false. }. { @@ -362215,9 +172215,9 @@ } => { var:x_0 :complies false. }. - :carol8383 :does :access_social_media. + :carol3383 :does :access_social_media. } log:explains { - :carol8383 :complies false. + :carol3383 :complies false. }. { @@ -362226,9 +172226,9 @@ } => { var:x_0 :complies false. }. - :carol8384 :does :access_social_media. + :carol3384 :does :access_social_media. } log:explains { - :carol8384 :complies false. + :carol3384 :complies false. }. { @@ -362237,9 +172237,9 @@ } => { var:x_0 :complies false. }. - :carol8385 :does :access_social_media. + :carol3385 :does :access_social_media. } log:explains { - :carol8385 :complies false. + :carol3385 :complies false. }. { @@ -362248,9 +172248,9 @@ } => { var:x_0 :complies false. }. - :carol8386 :does :access_social_media. + :carol3386 :does :access_social_media. } log:explains { - :carol8386 :complies false. + :carol3386 :complies false. }. { @@ -362259,9 +172259,9 @@ } => { var:x_0 :complies false. }. - :carol8387 :does :access_social_media. + :carol3387 :does :access_social_media. } log:explains { - :carol8387 :complies false. + :carol3387 :complies false. }. { @@ -362270,9 +172270,9 @@ } => { var:x_0 :complies false. }. - :carol8388 :does :access_social_media. + :carol3388 :does :access_social_media. } log:explains { - :carol8388 :complies false. + :carol3388 :complies false. }. { @@ -362281,9 +172281,9 @@ } => { var:x_0 :complies false. }. - :carol8389 :does :access_social_media. + :carol3389 :does :access_social_media. } log:explains { - :carol8389 :complies false. + :carol3389 :complies false. }. { @@ -362292,9 +172292,9 @@ } => { var:x_0 :complies false. }. - :carol8390 :does :access_social_media. + :carol3390 :does :access_social_media. } log:explains { - :carol8390 :complies false. + :carol3390 :complies false. }. { @@ -362303,9 +172303,9 @@ } => { var:x_0 :complies false. }. - :carol8391 :does :access_social_media. + :carol3391 :does :access_social_media. } log:explains { - :carol8391 :complies false. + :carol3391 :complies false. }. { @@ -362314,9 +172314,9 @@ } => { var:x_0 :complies false. }. - :carol8392 :does :access_social_media. + :carol3392 :does :access_social_media. } log:explains { - :carol8392 :complies false. + :carol3392 :complies false. }. { @@ -362325,9 +172325,9 @@ } => { var:x_0 :complies false. }. - :carol8393 :does :access_social_media. + :carol3393 :does :access_social_media. } log:explains { - :carol8393 :complies false. + :carol3393 :complies false. }. { @@ -362336,9 +172336,9 @@ } => { var:x_0 :complies false. }. - :carol8394 :does :access_social_media. + :carol3394 :does :access_social_media. } log:explains { - :carol8394 :complies false. + :carol3394 :complies false. }. { @@ -362347,9 +172347,9 @@ } => { var:x_0 :complies false. }. - :carol8395 :does :access_social_media. + :carol3395 :does :access_social_media. } log:explains { - :carol8395 :complies false. + :carol3395 :complies false. }. { @@ -362358,9 +172358,9 @@ } => { var:x_0 :complies false. }. - :carol8396 :does :access_social_media. + :carol3396 :does :access_social_media. } log:explains { - :carol8396 :complies false. + :carol3396 :complies false. }. { @@ -362369,9 +172369,9 @@ } => { var:x_0 :complies false. }. - :carol8397 :does :access_social_media. + :carol3397 :does :access_social_media. } log:explains { - :carol8397 :complies false. + :carol3397 :complies false. }. { @@ -362380,9 +172380,9 @@ } => { var:x_0 :complies false. }. - :carol8398 :does :access_social_media. + :carol3398 :does :access_social_media. } log:explains { - :carol8398 :complies false. + :carol3398 :complies false. }. { @@ -362391,9 +172391,9 @@ } => { var:x_0 :complies false. }. - :carol8399 :does :access_social_media. + :carol3399 :does :access_social_media. } log:explains { - :carol8399 :complies false. + :carol3399 :complies false. }. { @@ -362402,9 +172402,9 @@ } => { var:x_0 :complies false. }. - :carol8400 :does :access_social_media. + :carol3400 :does :access_social_media. } log:explains { - :carol8400 :complies false. + :carol3400 :complies false. }. { @@ -362413,9 +172413,9 @@ } => { var:x_0 :complies false. }. - :carol8401 :does :access_social_media. + :carol3401 :does :access_social_media. } log:explains { - :carol8401 :complies false. + :carol3401 :complies false. }. { @@ -362424,9 +172424,9 @@ } => { var:x_0 :complies false. }. - :carol8402 :does :access_social_media. + :carol3402 :does :access_social_media. } log:explains { - :carol8402 :complies false. + :carol3402 :complies false. }. { @@ -362435,9 +172435,9 @@ } => { var:x_0 :complies false. }. - :carol8403 :does :access_social_media. + :carol3403 :does :access_social_media. } log:explains { - :carol8403 :complies false. + :carol3403 :complies false. }. { @@ -362446,9 +172446,9 @@ } => { var:x_0 :complies false. }. - :carol8404 :does :access_social_media. + :carol3404 :does :access_social_media. } log:explains { - :carol8404 :complies false. + :carol3404 :complies false. }. { @@ -362457,9 +172457,9 @@ } => { var:x_0 :complies false. }. - :carol8405 :does :access_social_media. + :carol3405 :does :access_social_media. } log:explains { - :carol8405 :complies false. + :carol3405 :complies false. }. { @@ -362468,9 +172468,9 @@ } => { var:x_0 :complies false. }. - :carol8406 :does :access_social_media. + :carol3406 :does :access_social_media. } log:explains { - :carol8406 :complies false. + :carol3406 :complies false. }. { @@ -362479,9 +172479,9 @@ } => { var:x_0 :complies false. }. - :carol8407 :does :access_social_media. + :carol3407 :does :access_social_media. } log:explains { - :carol8407 :complies false. + :carol3407 :complies false. }. { @@ -362490,9 +172490,9 @@ } => { var:x_0 :complies false. }. - :carol8408 :does :access_social_media. + :carol3408 :does :access_social_media. } log:explains { - :carol8408 :complies false. + :carol3408 :complies false. }. { @@ -362501,9 +172501,9 @@ } => { var:x_0 :complies false. }. - :carol8409 :does :access_social_media. + :carol3409 :does :access_social_media. } log:explains { - :carol8409 :complies false. + :carol3409 :complies false. }. { @@ -362512,9 +172512,9 @@ } => { var:x_0 :complies false. }. - :carol8410 :does :access_social_media. + :carol3410 :does :access_social_media. } log:explains { - :carol8410 :complies false. + :carol3410 :complies false. }. { @@ -362523,9 +172523,9 @@ } => { var:x_0 :complies false. }. - :carol8411 :does :access_social_media. + :carol3411 :does :access_social_media. } log:explains { - :carol8411 :complies false. + :carol3411 :complies false. }. { @@ -362534,9 +172534,9 @@ } => { var:x_0 :complies false. }. - :carol8412 :does :access_social_media. + :carol3412 :does :access_social_media. } log:explains { - :carol8412 :complies false. + :carol3412 :complies false. }. { @@ -362545,9 +172545,9 @@ } => { var:x_0 :complies false. }. - :carol8413 :does :access_social_media. + :carol3413 :does :access_social_media. } log:explains { - :carol8413 :complies false. + :carol3413 :complies false. }. { @@ -362556,9 +172556,9 @@ } => { var:x_0 :complies false. }. - :carol8414 :does :access_social_media. + :carol3414 :does :access_social_media. } log:explains { - :carol8414 :complies false. + :carol3414 :complies false. }. { @@ -362567,9 +172567,9 @@ } => { var:x_0 :complies false. }. - :carol8415 :does :access_social_media. + :carol3415 :does :access_social_media. } log:explains { - :carol8415 :complies false. + :carol3415 :complies false. }. { @@ -362578,9 +172578,9 @@ } => { var:x_0 :complies false. }. - :carol8416 :does :access_social_media. + :carol3416 :does :access_social_media. } log:explains { - :carol8416 :complies false. + :carol3416 :complies false. }. { @@ -362589,9 +172589,9 @@ } => { var:x_0 :complies false. }. - :carol8417 :does :access_social_media. + :carol3417 :does :access_social_media. } log:explains { - :carol8417 :complies false. + :carol3417 :complies false. }. { @@ -362600,9 +172600,9 @@ } => { var:x_0 :complies false. }. - :carol8418 :does :access_social_media. + :carol3418 :does :access_social_media. } log:explains { - :carol8418 :complies false. + :carol3418 :complies false. }. { @@ -362611,9 +172611,9 @@ } => { var:x_0 :complies false. }. - :carol8419 :does :access_social_media. + :carol3419 :does :access_social_media. } log:explains { - :carol8419 :complies false. + :carol3419 :complies false. }. { @@ -362622,9 +172622,9 @@ } => { var:x_0 :complies false. }. - :carol8420 :does :access_social_media. + :carol3420 :does :access_social_media. } log:explains { - :carol8420 :complies false. + :carol3420 :complies false. }. { @@ -362633,9 +172633,9 @@ } => { var:x_0 :complies false. }. - :carol8421 :does :access_social_media. + :carol3421 :does :access_social_media. } log:explains { - :carol8421 :complies false. + :carol3421 :complies false. }. { @@ -362644,9 +172644,9 @@ } => { var:x_0 :complies false. }. - :carol8422 :does :access_social_media. + :carol3422 :does :access_social_media. } log:explains { - :carol8422 :complies false. + :carol3422 :complies false. }. { @@ -362655,9 +172655,9 @@ } => { var:x_0 :complies false. }. - :carol8423 :does :access_social_media. + :carol3423 :does :access_social_media. } log:explains { - :carol8423 :complies false. + :carol3423 :complies false. }. { @@ -362666,9 +172666,9 @@ } => { var:x_0 :complies false. }. - :carol8424 :does :access_social_media. + :carol3424 :does :access_social_media. } log:explains { - :carol8424 :complies false. + :carol3424 :complies false. }. { @@ -362677,9 +172677,9 @@ } => { var:x_0 :complies false. }. - :carol8425 :does :access_social_media. + :carol3425 :does :access_social_media. } log:explains { - :carol8425 :complies false. + :carol3425 :complies false. }. { @@ -362688,9 +172688,9 @@ } => { var:x_0 :complies false. }. - :carol8426 :does :access_social_media. + :carol3426 :does :access_social_media. } log:explains { - :carol8426 :complies false. + :carol3426 :complies false. }. { @@ -362699,9 +172699,9 @@ } => { var:x_0 :complies false. }. - :carol8427 :does :access_social_media. + :carol3427 :does :access_social_media. } log:explains { - :carol8427 :complies false. + :carol3427 :complies false. }. { @@ -362710,9 +172710,9 @@ } => { var:x_0 :complies false. }. - :carol8428 :does :access_social_media. + :carol3428 :does :access_social_media. } log:explains { - :carol8428 :complies false. + :carol3428 :complies false. }. { @@ -362721,9 +172721,9 @@ } => { var:x_0 :complies false. }. - :carol8429 :does :access_social_media. + :carol3429 :does :access_social_media. } log:explains { - :carol8429 :complies false. + :carol3429 :complies false. }. { @@ -362732,9 +172732,9 @@ } => { var:x_0 :complies false. }. - :carol8430 :does :access_social_media. + :carol3430 :does :access_social_media. } log:explains { - :carol8430 :complies false. + :carol3430 :complies false. }. { @@ -362743,9 +172743,9 @@ } => { var:x_0 :complies false. }. - :carol8431 :does :access_social_media. + :carol3431 :does :access_social_media. } log:explains { - :carol8431 :complies false. + :carol3431 :complies false. }. { @@ -362754,9 +172754,9 @@ } => { var:x_0 :complies false. }. - :carol8432 :does :access_social_media. + :carol3432 :does :access_social_media. } log:explains { - :carol8432 :complies false. + :carol3432 :complies false. }. { @@ -362765,9 +172765,9 @@ } => { var:x_0 :complies false. }. - :carol8433 :does :access_social_media. + :carol3433 :does :access_social_media. } log:explains { - :carol8433 :complies false. + :carol3433 :complies false. }. { @@ -362776,9 +172776,9 @@ } => { var:x_0 :complies false. }. - :carol8434 :does :access_social_media. + :carol3434 :does :access_social_media. } log:explains { - :carol8434 :complies false. + :carol3434 :complies false. }. { @@ -362787,9 +172787,9 @@ } => { var:x_0 :complies false. }. - :carol8435 :does :access_social_media. + :carol3435 :does :access_social_media. } log:explains { - :carol8435 :complies false. + :carol3435 :complies false. }. { @@ -362798,9 +172798,9 @@ } => { var:x_0 :complies false. }. - :carol8436 :does :access_social_media. + :carol3436 :does :access_social_media. } log:explains { - :carol8436 :complies false. + :carol3436 :complies false. }. { @@ -362809,9 +172809,9 @@ } => { var:x_0 :complies false. }. - :carol8437 :does :access_social_media. + :carol3437 :does :access_social_media. } log:explains { - :carol8437 :complies false. + :carol3437 :complies false. }. { @@ -362820,9 +172820,9 @@ } => { var:x_0 :complies false. }. - :carol8438 :does :access_social_media. + :carol3438 :does :access_social_media. } log:explains { - :carol8438 :complies false. + :carol3438 :complies false. }. { @@ -362831,9 +172831,9 @@ } => { var:x_0 :complies false. }. - :carol8439 :does :access_social_media. + :carol3439 :does :access_social_media. } log:explains { - :carol8439 :complies false. + :carol3439 :complies false. }. { @@ -362842,9 +172842,9 @@ } => { var:x_0 :complies false. }. - :carol8440 :does :access_social_media. + :carol3440 :does :access_social_media. } log:explains { - :carol8440 :complies false. + :carol3440 :complies false. }. { @@ -362853,9 +172853,9 @@ } => { var:x_0 :complies false. }. - :carol8441 :does :access_social_media. + :carol3441 :does :access_social_media. } log:explains { - :carol8441 :complies false. + :carol3441 :complies false. }. { @@ -362864,9 +172864,9 @@ } => { var:x_0 :complies false. }. - :carol8442 :does :access_social_media. + :carol3442 :does :access_social_media. } log:explains { - :carol8442 :complies false. + :carol3442 :complies false. }. { @@ -362875,9 +172875,9 @@ } => { var:x_0 :complies false. }. - :carol8443 :does :access_social_media. + :carol3443 :does :access_social_media. } log:explains { - :carol8443 :complies false. + :carol3443 :complies false. }. { @@ -362886,9 +172886,9 @@ } => { var:x_0 :complies false. }. - :carol8444 :does :access_social_media. + :carol3444 :does :access_social_media. } log:explains { - :carol8444 :complies false. + :carol3444 :complies false. }. { @@ -362897,9 +172897,9 @@ } => { var:x_0 :complies false. }. - :carol8445 :does :access_social_media. + :carol3445 :does :access_social_media. } log:explains { - :carol8445 :complies false. + :carol3445 :complies false. }. { @@ -362908,9 +172908,9 @@ } => { var:x_0 :complies false. }. - :carol8446 :does :access_social_media. + :carol3446 :does :access_social_media. } log:explains { - :carol8446 :complies false. + :carol3446 :complies false. }. { @@ -362919,9 +172919,9 @@ } => { var:x_0 :complies false. }. - :carol8447 :does :access_social_media. + :carol3447 :does :access_social_media. } log:explains { - :carol8447 :complies false. + :carol3447 :complies false. }. { @@ -362930,9 +172930,9 @@ } => { var:x_0 :complies false. }. - :carol8448 :does :access_social_media. + :carol3448 :does :access_social_media. } log:explains { - :carol8448 :complies false. + :carol3448 :complies false. }. { @@ -362941,9 +172941,9 @@ } => { var:x_0 :complies false. }. - :carol8449 :does :access_social_media. + :carol3449 :does :access_social_media. } log:explains { - :carol8449 :complies false. + :carol3449 :complies false. }. { @@ -362952,9 +172952,9 @@ } => { var:x_0 :complies false. }. - :carol8450 :does :access_social_media. + :carol3450 :does :access_social_media. } log:explains { - :carol8450 :complies false. + :carol3450 :complies false. }. { @@ -362963,9 +172963,9 @@ } => { var:x_0 :complies false. }. - :carol8451 :does :access_social_media. + :carol3451 :does :access_social_media. } log:explains { - :carol8451 :complies false. + :carol3451 :complies false. }. { @@ -362974,9 +172974,9 @@ } => { var:x_0 :complies false. }. - :carol8452 :does :access_social_media. + :carol3452 :does :access_social_media. } log:explains { - :carol8452 :complies false. + :carol3452 :complies false. }. { @@ -362985,9 +172985,9 @@ } => { var:x_0 :complies false. }. - :carol8453 :does :access_social_media. + :carol3453 :does :access_social_media. } log:explains { - :carol8453 :complies false. + :carol3453 :complies false. }. { @@ -362996,9 +172996,9 @@ } => { var:x_0 :complies false. }. - :carol8454 :does :access_social_media. + :carol3454 :does :access_social_media. } log:explains { - :carol8454 :complies false. + :carol3454 :complies false. }. { @@ -363007,9 +173007,9 @@ } => { var:x_0 :complies false. }. - :carol8455 :does :access_social_media. + :carol3455 :does :access_social_media. } log:explains { - :carol8455 :complies false. + :carol3455 :complies false. }. { @@ -363018,9 +173018,9 @@ } => { var:x_0 :complies false. }. - :carol8456 :does :access_social_media. + :carol3456 :does :access_social_media. } log:explains { - :carol8456 :complies false. + :carol3456 :complies false. }. { @@ -363029,9 +173029,9 @@ } => { var:x_0 :complies false. }. - :carol8457 :does :access_social_media. + :carol3457 :does :access_social_media. } log:explains { - :carol8457 :complies false. + :carol3457 :complies false. }. { @@ -363040,9 +173040,9 @@ } => { var:x_0 :complies false. }. - :carol8458 :does :access_social_media. + :carol3458 :does :access_social_media. } log:explains { - :carol8458 :complies false. + :carol3458 :complies false. }. { @@ -363051,9 +173051,9 @@ } => { var:x_0 :complies false. }. - :carol8459 :does :access_social_media. + :carol3459 :does :access_social_media. } log:explains { - :carol8459 :complies false. + :carol3459 :complies false. }. { @@ -363062,9 +173062,9 @@ } => { var:x_0 :complies false. }. - :carol8460 :does :access_social_media. + :carol3460 :does :access_social_media. } log:explains { - :carol8460 :complies false. + :carol3460 :complies false. }. { @@ -363073,9 +173073,9 @@ } => { var:x_0 :complies false. }. - :carol8461 :does :access_social_media. + :carol3461 :does :access_social_media. } log:explains { - :carol8461 :complies false. + :carol3461 :complies false. }. { @@ -363084,9 +173084,9 @@ } => { var:x_0 :complies false. }. - :carol8462 :does :access_social_media. + :carol3462 :does :access_social_media. } log:explains { - :carol8462 :complies false. + :carol3462 :complies false. }. { @@ -363095,9 +173095,9 @@ } => { var:x_0 :complies false. }. - :carol8463 :does :access_social_media. + :carol3463 :does :access_social_media. } log:explains { - :carol8463 :complies false. + :carol3463 :complies false. }. { @@ -363106,9 +173106,9 @@ } => { var:x_0 :complies false. }. - :carol8464 :does :access_social_media. + :carol3464 :does :access_social_media. } log:explains { - :carol8464 :complies false. + :carol3464 :complies false. }. { @@ -363117,9 +173117,9 @@ } => { var:x_0 :complies false. }. - :carol8465 :does :access_social_media. + :carol3465 :does :access_social_media. } log:explains { - :carol8465 :complies false. + :carol3465 :complies false. }. { @@ -363128,9 +173128,9 @@ } => { var:x_0 :complies false. }. - :carol8466 :does :access_social_media. + :carol3466 :does :access_social_media. } log:explains { - :carol8466 :complies false. + :carol3466 :complies false. }. { @@ -363139,9 +173139,9 @@ } => { var:x_0 :complies false. }. - :carol8467 :does :access_social_media. + :carol3467 :does :access_social_media. } log:explains { - :carol8467 :complies false. + :carol3467 :complies false. }. { @@ -363150,9 +173150,9 @@ } => { var:x_0 :complies false. }. - :carol8468 :does :access_social_media. + :carol3468 :does :access_social_media. } log:explains { - :carol8468 :complies false. + :carol3468 :complies false. }. { @@ -363161,9 +173161,9 @@ } => { var:x_0 :complies false. }. - :carol8469 :does :access_social_media. + :carol3469 :does :access_social_media. } log:explains { - :carol8469 :complies false. + :carol3469 :complies false. }. { @@ -363172,9 +173172,9 @@ } => { var:x_0 :complies false. }. - :carol8470 :does :access_social_media. + :carol3470 :does :access_social_media. } log:explains { - :carol8470 :complies false. + :carol3470 :complies false. }. { @@ -363183,9 +173183,9 @@ } => { var:x_0 :complies false. }. - :carol8471 :does :access_social_media. + :carol3471 :does :access_social_media. } log:explains { - :carol8471 :complies false. + :carol3471 :complies false. }. { @@ -363194,9 +173194,9 @@ } => { var:x_0 :complies false. }. - :carol8472 :does :access_social_media. + :carol3472 :does :access_social_media. } log:explains { - :carol8472 :complies false. + :carol3472 :complies false. }. { @@ -363205,9 +173205,9 @@ } => { var:x_0 :complies false. }. - :carol8473 :does :access_social_media. + :carol3473 :does :access_social_media. } log:explains { - :carol8473 :complies false. + :carol3473 :complies false. }. { @@ -363216,9 +173216,9 @@ } => { var:x_0 :complies false. }. - :carol8474 :does :access_social_media. + :carol3474 :does :access_social_media. } log:explains { - :carol8474 :complies false. + :carol3474 :complies false. }. { @@ -363227,9 +173227,9 @@ } => { var:x_0 :complies false. }. - :carol8475 :does :access_social_media. + :carol3475 :does :access_social_media. } log:explains { - :carol8475 :complies false. + :carol3475 :complies false. }. { @@ -363238,9 +173238,9 @@ } => { var:x_0 :complies false. }. - :carol8476 :does :access_social_media. + :carol3476 :does :access_social_media. } log:explains { - :carol8476 :complies false. + :carol3476 :complies false. }. { @@ -363249,9 +173249,9 @@ } => { var:x_0 :complies false. }. - :carol8477 :does :access_social_media. + :carol3477 :does :access_social_media. } log:explains { - :carol8477 :complies false. + :carol3477 :complies false. }. { @@ -363260,9 +173260,9 @@ } => { var:x_0 :complies false. }. - :carol8478 :does :access_social_media. + :carol3478 :does :access_social_media. } log:explains { - :carol8478 :complies false. + :carol3478 :complies false. }. { @@ -363271,9 +173271,9 @@ } => { var:x_0 :complies false. }. - :carol8479 :does :access_social_media. + :carol3479 :does :access_social_media. } log:explains { - :carol8479 :complies false. + :carol3479 :complies false. }. { @@ -363282,9 +173282,9 @@ } => { var:x_0 :complies false. }. - :carol8480 :does :access_social_media. + :carol3480 :does :access_social_media. } log:explains { - :carol8480 :complies false. + :carol3480 :complies false. }. { @@ -363293,9 +173293,9 @@ } => { var:x_0 :complies false. }. - :carol8481 :does :access_social_media. + :carol3481 :does :access_social_media. } log:explains { - :carol8481 :complies false. + :carol3481 :complies false. }. { @@ -363304,9 +173304,9 @@ } => { var:x_0 :complies false. }. - :carol8482 :does :access_social_media. + :carol3482 :does :access_social_media. } log:explains { - :carol8482 :complies false. + :carol3482 :complies false. }. { @@ -363315,9 +173315,9 @@ } => { var:x_0 :complies false. }. - :carol8483 :does :access_social_media. + :carol3483 :does :access_social_media. } log:explains { - :carol8483 :complies false. + :carol3483 :complies false. }. { @@ -363326,9 +173326,9 @@ } => { var:x_0 :complies false. }. - :carol8484 :does :access_social_media. + :carol3484 :does :access_social_media. } log:explains { - :carol8484 :complies false. + :carol3484 :complies false. }. { @@ -363337,9 +173337,9 @@ } => { var:x_0 :complies false. }. - :carol8485 :does :access_social_media. + :carol3485 :does :access_social_media. } log:explains { - :carol8485 :complies false. + :carol3485 :complies false. }. { @@ -363348,9 +173348,9 @@ } => { var:x_0 :complies false. }. - :carol8486 :does :access_social_media. + :carol3486 :does :access_social_media. } log:explains { - :carol8486 :complies false. + :carol3486 :complies false. }. { @@ -363359,9 +173359,9 @@ } => { var:x_0 :complies false. }. - :carol8487 :does :access_social_media. + :carol3487 :does :access_social_media. } log:explains { - :carol8487 :complies false. + :carol3487 :complies false. }. { @@ -363370,9 +173370,9 @@ } => { var:x_0 :complies false. }. - :carol8488 :does :access_social_media. + :carol3488 :does :access_social_media. } log:explains { - :carol8488 :complies false. + :carol3488 :complies false. }. { @@ -363381,9 +173381,9 @@ } => { var:x_0 :complies false. }. - :carol8489 :does :access_social_media. + :carol3489 :does :access_social_media. } log:explains { - :carol8489 :complies false. + :carol3489 :complies false. }. { @@ -363392,9 +173392,9 @@ } => { var:x_0 :complies false. }. - :carol8490 :does :access_social_media. + :carol3490 :does :access_social_media. } log:explains { - :carol8490 :complies false. + :carol3490 :complies false. }. { @@ -363403,9 +173403,9 @@ } => { var:x_0 :complies false. }. - :carol8491 :does :access_social_media. + :carol3491 :does :access_social_media. } log:explains { - :carol8491 :complies false. + :carol3491 :complies false. }. { @@ -363414,9 +173414,9 @@ } => { var:x_0 :complies false. }. - :carol8492 :does :access_social_media. + :carol3492 :does :access_social_media. } log:explains { - :carol8492 :complies false. + :carol3492 :complies false. }. { @@ -363425,9 +173425,9 @@ } => { var:x_0 :complies false. }. - :carol8493 :does :access_social_media. + :carol3493 :does :access_social_media. } log:explains { - :carol8493 :complies false. + :carol3493 :complies false. }. { @@ -363436,9 +173436,9 @@ } => { var:x_0 :complies false. }. - :carol8494 :does :access_social_media. + :carol3494 :does :access_social_media. } log:explains { - :carol8494 :complies false. + :carol3494 :complies false. }. { @@ -363447,9 +173447,9 @@ } => { var:x_0 :complies false. }. - :carol8495 :does :access_social_media. + :carol3495 :does :access_social_media. } log:explains { - :carol8495 :complies false. + :carol3495 :complies false. }. { @@ -363458,9 +173458,9 @@ } => { var:x_0 :complies false. }. - :carol8496 :does :access_social_media. + :carol3496 :does :access_social_media. } log:explains { - :carol8496 :complies false. + :carol3496 :complies false. }. { @@ -363469,9 +173469,9 @@ } => { var:x_0 :complies false. }. - :carol8497 :does :access_social_media. + :carol3497 :does :access_social_media. } log:explains { - :carol8497 :complies false. + :carol3497 :complies false. }. { @@ -363480,9 +173480,9 @@ } => { var:x_0 :complies false. }. - :carol8498 :does :access_social_media. + :carol3498 :does :access_social_media. } log:explains { - :carol8498 :complies false. + :carol3498 :complies false. }. { @@ -363491,9 +173491,9 @@ } => { var:x_0 :complies false. }. - :carol8499 :does :access_social_media. + :carol3499 :does :access_social_media. } log:explains { - :carol8499 :complies false. + :carol3499 :complies false. }. { @@ -363502,9 +173502,9 @@ } => { var:x_0 :complies false. }. - :carol8500 :does :access_social_media. + :carol3500 :does :access_social_media. } log:explains { - :carol8500 :complies false. + :carol3500 :complies false. }. { @@ -363513,9 +173513,9 @@ } => { var:x_0 :complies false. }. - :carol8501 :does :access_social_media. + :carol3501 :does :access_social_media. } log:explains { - :carol8501 :complies false. + :carol3501 :complies false. }. { @@ -363524,9 +173524,9 @@ } => { var:x_0 :complies false. }. - :carol8502 :does :access_social_media. + :carol3502 :does :access_social_media. } log:explains { - :carol8502 :complies false. + :carol3502 :complies false. }. { @@ -363535,9 +173535,9 @@ } => { var:x_0 :complies false. }. - :carol8503 :does :access_social_media. + :carol3503 :does :access_social_media. } log:explains { - :carol8503 :complies false. + :carol3503 :complies false. }. { @@ -363546,9 +173546,9 @@ } => { var:x_0 :complies false. }. - :carol8504 :does :access_social_media. + :carol3504 :does :access_social_media. } log:explains { - :carol8504 :complies false. + :carol3504 :complies false. }. { @@ -363557,9 +173557,9 @@ } => { var:x_0 :complies false. }. - :carol8505 :does :access_social_media. + :carol3505 :does :access_social_media. } log:explains { - :carol8505 :complies false. + :carol3505 :complies false. }. { @@ -363568,9 +173568,9 @@ } => { var:x_0 :complies false. }. - :carol8506 :does :access_social_media. + :carol3506 :does :access_social_media. } log:explains { - :carol8506 :complies false. + :carol3506 :complies false. }. { @@ -363579,9 +173579,9 @@ } => { var:x_0 :complies false. }. - :carol8507 :does :access_social_media. + :carol3507 :does :access_social_media. } log:explains { - :carol8507 :complies false. + :carol3507 :complies false. }. { @@ -363590,9 +173590,9 @@ } => { var:x_0 :complies false. }. - :carol8508 :does :access_social_media. + :carol3508 :does :access_social_media. } log:explains { - :carol8508 :complies false. + :carol3508 :complies false. }. { @@ -363601,9 +173601,9 @@ } => { var:x_0 :complies false. }. - :carol8509 :does :access_social_media. + :carol3509 :does :access_social_media. } log:explains { - :carol8509 :complies false. + :carol3509 :complies false. }. { @@ -363612,9 +173612,9 @@ } => { var:x_0 :complies false. }. - :carol8510 :does :access_social_media. + :carol3510 :does :access_social_media. } log:explains { - :carol8510 :complies false. + :carol3510 :complies false. }. { @@ -363623,9 +173623,9 @@ } => { var:x_0 :complies false. }. - :carol8511 :does :access_social_media. + :carol3511 :does :access_social_media. } log:explains { - :carol8511 :complies false. + :carol3511 :complies false. }. { @@ -363634,9 +173634,9 @@ } => { var:x_0 :complies false. }. - :carol8512 :does :access_social_media. + :carol3512 :does :access_social_media. } log:explains { - :carol8512 :complies false. + :carol3512 :complies false. }. { @@ -363645,9 +173645,9 @@ } => { var:x_0 :complies false. }. - :carol8513 :does :access_social_media. + :carol3513 :does :access_social_media. } log:explains { - :carol8513 :complies false. + :carol3513 :complies false. }. { @@ -363656,9 +173656,9 @@ } => { var:x_0 :complies false. }. - :carol8514 :does :access_social_media. + :carol3514 :does :access_social_media. } log:explains { - :carol8514 :complies false. + :carol3514 :complies false. }. { @@ -363667,9 +173667,9 @@ } => { var:x_0 :complies false. }. - :carol8515 :does :access_social_media. + :carol3515 :does :access_social_media. } log:explains { - :carol8515 :complies false. + :carol3515 :complies false. }. { @@ -363678,9 +173678,9 @@ } => { var:x_0 :complies false. }. - :carol8516 :does :access_social_media. + :carol3516 :does :access_social_media. } log:explains { - :carol8516 :complies false. + :carol3516 :complies false. }. { @@ -363689,9 +173689,9 @@ } => { var:x_0 :complies false. }. - :carol8517 :does :access_social_media. + :carol3517 :does :access_social_media. } log:explains { - :carol8517 :complies false. + :carol3517 :complies false. }. { @@ -363700,9 +173700,9 @@ } => { var:x_0 :complies false. }. - :carol8518 :does :access_social_media. + :carol3518 :does :access_social_media. } log:explains { - :carol8518 :complies false. + :carol3518 :complies false. }. { @@ -363711,9 +173711,9 @@ } => { var:x_0 :complies false. }. - :carol8519 :does :access_social_media. + :carol3519 :does :access_social_media. } log:explains { - :carol8519 :complies false. + :carol3519 :complies false. }. { @@ -363722,9 +173722,9 @@ } => { var:x_0 :complies false. }. - :carol8520 :does :access_social_media. + :carol3520 :does :access_social_media. } log:explains { - :carol8520 :complies false. + :carol3520 :complies false. }. { @@ -363733,9 +173733,9 @@ } => { var:x_0 :complies false. }. - :carol8521 :does :access_social_media. + :carol3521 :does :access_social_media. } log:explains { - :carol8521 :complies false. + :carol3521 :complies false. }. { @@ -363744,9 +173744,9 @@ } => { var:x_0 :complies false. }. - :carol8522 :does :access_social_media. + :carol3522 :does :access_social_media. } log:explains { - :carol8522 :complies false. + :carol3522 :complies false. }. { @@ -363755,9 +173755,9 @@ } => { var:x_0 :complies false. }. - :carol8523 :does :access_social_media. + :carol3523 :does :access_social_media. } log:explains { - :carol8523 :complies false. + :carol3523 :complies false. }. { @@ -363766,9 +173766,9 @@ } => { var:x_0 :complies false. }. - :carol8524 :does :access_social_media. + :carol3524 :does :access_social_media. } log:explains { - :carol8524 :complies false. + :carol3524 :complies false. }. { @@ -363777,9 +173777,9 @@ } => { var:x_0 :complies false. }. - :carol8525 :does :access_social_media. + :carol3525 :does :access_social_media. } log:explains { - :carol8525 :complies false. + :carol3525 :complies false. }. { @@ -363788,9 +173788,9 @@ } => { var:x_0 :complies false. }. - :carol8526 :does :access_social_media. + :carol3526 :does :access_social_media. } log:explains { - :carol8526 :complies false. + :carol3526 :complies false. }. { @@ -363799,9 +173799,9 @@ } => { var:x_0 :complies false. }. - :carol8527 :does :access_social_media. + :carol3527 :does :access_social_media. } log:explains { - :carol8527 :complies false. + :carol3527 :complies false. }. { @@ -363810,9 +173810,9 @@ } => { var:x_0 :complies false. }. - :carol8528 :does :access_social_media. + :carol3528 :does :access_social_media. } log:explains { - :carol8528 :complies false. + :carol3528 :complies false. }. { @@ -363821,9 +173821,9 @@ } => { var:x_0 :complies false. }. - :carol8529 :does :access_social_media. + :carol3529 :does :access_social_media. } log:explains { - :carol8529 :complies false. + :carol3529 :complies false. }. { @@ -363832,9 +173832,9 @@ } => { var:x_0 :complies false. }. - :carol8530 :does :access_social_media. + :carol3530 :does :access_social_media. } log:explains { - :carol8530 :complies false. + :carol3530 :complies false. }. { @@ -363843,9 +173843,9 @@ } => { var:x_0 :complies false. }. - :carol8531 :does :access_social_media. + :carol3531 :does :access_social_media. } log:explains { - :carol8531 :complies false. + :carol3531 :complies false. }. { @@ -363854,9 +173854,9 @@ } => { var:x_0 :complies false. }. - :carol8532 :does :access_social_media. + :carol3532 :does :access_social_media. } log:explains { - :carol8532 :complies false. + :carol3532 :complies false. }. { @@ -363865,9 +173865,9 @@ } => { var:x_0 :complies false. }. - :carol8533 :does :access_social_media. + :carol3533 :does :access_social_media. } log:explains { - :carol8533 :complies false. + :carol3533 :complies false. }. { @@ -363876,9 +173876,9 @@ } => { var:x_0 :complies false. }. - :carol8534 :does :access_social_media. + :carol3534 :does :access_social_media. } log:explains { - :carol8534 :complies false. + :carol3534 :complies false. }. { @@ -363887,9 +173887,9 @@ } => { var:x_0 :complies false. }. - :carol8535 :does :access_social_media. + :carol3535 :does :access_social_media. } log:explains { - :carol8535 :complies false. + :carol3535 :complies false. }. { @@ -363898,9 +173898,9 @@ } => { var:x_0 :complies false. }. - :carol8536 :does :access_social_media. + :carol3536 :does :access_social_media. } log:explains { - :carol8536 :complies false. + :carol3536 :complies false. }. { @@ -363909,9 +173909,9 @@ } => { var:x_0 :complies false. }. - :carol8537 :does :access_social_media. + :carol3537 :does :access_social_media. } log:explains { - :carol8537 :complies false. + :carol3537 :complies false. }. { @@ -363920,9 +173920,9 @@ } => { var:x_0 :complies false. }. - :carol8538 :does :access_social_media. + :carol3538 :does :access_social_media. } log:explains { - :carol8538 :complies false. + :carol3538 :complies false. }. { @@ -363931,9 +173931,9 @@ } => { var:x_0 :complies false. }. - :carol8539 :does :access_social_media. + :carol3539 :does :access_social_media. } log:explains { - :carol8539 :complies false. + :carol3539 :complies false. }. { @@ -363942,9 +173942,9 @@ } => { var:x_0 :complies false. }. - :carol8540 :does :access_social_media. + :carol3540 :does :access_social_media. } log:explains { - :carol8540 :complies false. + :carol3540 :complies false. }. { @@ -363953,9 +173953,9 @@ } => { var:x_0 :complies false. }. - :carol8541 :does :access_social_media. + :carol3541 :does :access_social_media. } log:explains { - :carol8541 :complies false. + :carol3541 :complies false. }. { @@ -363964,9 +173964,9 @@ } => { var:x_0 :complies false. }. - :carol8542 :does :access_social_media. + :carol3542 :does :access_social_media. } log:explains { - :carol8542 :complies false. + :carol3542 :complies false. }. { @@ -363975,9 +173975,9 @@ } => { var:x_0 :complies false. }. - :carol8543 :does :access_social_media. + :carol3543 :does :access_social_media. } log:explains { - :carol8543 :complies false. + :carol3543 :complies false. }. { @@ -363986,9 +173986,9 @@ } => { var:x_0 :complies false. }. - :carol8544 :does :access_social_media. + :carol3544 :does :access_social_media. } log:explains { - :carol8544 :complies false. + :carol3544 :complies false. }. { @@ -363997,9 +173997,9 @@ } => { var:x_0 :complies false. }. - :carol8545 :does :access_social_media. + :carol3545 :does :access_social_media. } log:explains { - :carol8545 :complies false. + :carol3545 :complies false. }. { @@ -364008,9 +174008,9 @@ } => { var:x_0 :complies false. }. - :carol8546 :does :access_social_media. + :carol3546 :does :access_social_media. } log:explains { - :carol8546 :complies false. + :carol3546 :complies false. }. { @@ -364019,9 +174019,9 @@ } => { var:x_0 :complies false. }. - :carol8547 :does :access_social_media. + :carol3547 :does :access_social_media. } log:explains { - :carol8547 :complies false. + :carol3547 :complies false. }. { @@ -364030,9 +174030,9 @@ } => { var:x_0 :complies false. }. - :carol8548 :does :access_social_media. + :carol3548 :does :access_social_media. } log:explains { - :carol8548 :complies false. + :carol3548 :complies false. }. { @@ -364041,9 +174041,9 @@ } => { var:x_0 :complies false. }. - :carol8549 :does :access_social_media. + :carol3549 :does :access_social_media. } log:explains { - :carol8549 :complies false. + :carol3549 :complies false. }. { @@ -364052,9 +174052,9 @@ } => { var:x_0 :complies false. }. - :carol8550 :does :access_social_media. + :carol3550 :does :access_social_media. } log:explains { - :carol8550 :complies false. + :carol3550 :complies false. }. { @@ -364063,9 +174063,9 @@ } => { var:x_0 :complies false. }. - :carol8551 :does :access_social_media. + :carol3551 :does :access_social_media. } log:explains { - :carol8551 :complies false. + :carol3551 :complies false. }. { @@ -364074,9 +174074,9 @@ } => { var:x_0 :complies false. }. - :carol8552 :does :access_social_media. + :carol3552 :does :access_social_media. } log:explains { - :carol8552 :complies false. + :carol3552 :complies false. }. { @@ -364085,9 +174085,9 @@ } => { var:x_0 :complies false. }. - :carol8553 :does :access_social_media. + :carol3553 :does :access_social_media. } log:explains { - :carol8553 :complies false. + :carol3553 :complies false. }. { @@ -364096,9 +174096,9 @@ } => { var:x_0 :complies false. }. - :carol8554 :does :access_social_media. + :carol3554 :does :access_social_media. } log:explains { - :carol8554 :complies false. + :carol3554 :complies false. }. { @@ -364107,9 +174107,9 @@ } => { var:x_0 :complies false. }. - :carol8555 :does :access_social_media. + :carol3555 :does :access_social_media. } log:explains { - :carol8555 :complies false. + :carol3555 :complies false. }. { @@ -364118,9 +174118,9 @@ } => { var:x_0 :complies false. }. - :carol8556 :does :access_social_media. + :carol3556 :does :access_social_media. } log:explains { - :carol8556 :complies false. + :carol3556 :complies false. }. { @@ -364129,9 +174129,9 @@ } => { var:x_0 :complies false. }. - :carol8557 :does :access_social_media. + :carol3557 :does :access_social_media. } log:explains { - :carol8557 :complies false. + :carol3557 :complies false. }. { @@ -364140,9 +174140,9 @@ } => { var:x_0 :complies false. }. - :carol8558 :does :access_social_media. + :carol3558 :does :access_social_media. } log:explains { - :carol8558 :complies false. + :carol3558 :complies false. }. { @@ -364151,9 +174151,9 @@ } => { var:x_0 :complies false. }. - :carol8559 :does :access_social_media. + :carol3559 :does :access_social_media. } log:explains { - :carol8559 :complies false. + :carol3559 :complies false. }. { @@ -364162,9 +174162,9 @@ } => { var:x_0 :complies false. }. - :carol8560 :does :access_social_media. + :carol3560 :does :access_social_media. } log:explains { - :carol8560 :complies false. + :carol3560 :complies false. }. { @@ -364173,9 +174173,9 @@ } => { var:x_0 :complies false. }. - :carol8561 :does :access_social_media. + :carol3561 :does :access_social_media. } log:explains { - :carol8561 :complies false. + :carol3561 :complies false. }. { @@ -364184,9 +174184,9 @@ } => { var:x_0 :complies false. }. - :carol8562 :does :access_social_media. + :carol3562 :does :access_social_media. } log:explains { - :carol8562 :complies false. + :carol3562 :complies false. }. { @@ -364195,9 +174195,9 @@ } => { var:x_0 :complies false. }. - :carol8563 :does :access_social_media. + :carol3563 :does :access_social_media. } log:explains { - :carol8563 :complies false. + :carol3563 :complies false. }. { @@ -364206,9 +174206,9 @@ } => { var:x_0 :complies false. }. - :carol8564 :does :access_social_media. + :carol3564 :does :access_social_media. } log:explains { - :carol8564 :complies false. + :carol3564 :complies false. }. { @@ -364217,9 +174217,9 @@ } => { var:x_0 :complies false. }. - :carol8565 :does :access_social_media. + :carol3565 :does :access_social_media. } log:explains { - :carol8565 :complies false. + :carol3565 :complies false. }. { @@ -364228,9 +174228,9 @@ } => { var:x_0 :complies false. }. - :carol8566 :does :access_social_media. + :carol3566 :does :access_social_media. } log:explains { - :carol8566 :complies false. + :carol3566 :complies false. }. { @@ -364239,9 +174239,9 @@ } => { var:x_0 :complies false. }. - :carol8567 :does :access_social_media. + :carol3567 :does :access_social_media. } log:explains { - :carol8567 :complies false. + :carol3567 :complies false. }. { @@ -364250,9 +174250,9 @@ } => { var:x_0 :complies false. }. - :carol8568 :does :access_social_media. + :carol3568 :does :access_social_media. } log:explains { - :carol8568 :complies false. + :carol3568 :complies false. }. { @@ -364261,9 +174261,9 @@ } => { var:x_0 :complies false. }. - :carol8569 :does :access_social_media. + :carol3569 :does :access_social_media. } log:explains { - :carol8569 :complies false. + :carol3569 :complies false. }. { @@ -364272,9 +174272,9 @@ } => { var:x_0 :complies false. }. - :carol8570 :does :access_social_media. + :carol3570 :does :access_social_media. } log:explains { - :carol8570 :complies false. + :carol3570 :complies false. }. { @@ -364283,9 +174283,9 @@ } => { var:x_0 :complies false. }. - :carol8571 :does :access_social_media. + :carol3571 :does :access_social_media. } log:explains { - :carol8571 :complies false. + :carol3571 :complies false. }. { @@ -364294,9 +174294,9 @@ } => { var:x_0 :complies false. }. - :carol8572 :does :access_social_media. + :carol3572 :does :access_social_media. } log:explains { - :carol8572 :complies false. + :carol3572 :complies false. }. { @@ -364305,9 +174305,9 @@ } => { var:x_0 :complies false. }. - :carol8573 :does :access_social_media. + :carol3573 :does :access_social_media. } log:explains { - :carol8573 :complies false. + :carol3573 :complies false. }. { @@ -364316,9 +174316,9 @@ } => { var:x_0 :complies false. }. - :carol8574 :does :access_social_media. + :carol3574 :does :access_social_media. } log:explains { - :carol8574 :complies false. + :carol3574 :complies false. }. { @@ -364327,9 +174327,9 @@ } => { var:x_0 :complies false. }. - :carol8575 :does :access_social_media. + :carol3575 :does :access_social_media. } log:explains { - :carol8575 :complies false. + :carol3575 :complies false. }. { @@ -364338,9 +174338,9 @@ } => { var:x_0 :complies false. }. - :carol8576 :does :access_social_media. + :carol3576 :does :access_social_media. } log:explains { - :carol8576 :complies false. + :carol3576 :complies false. }. { @@ -364349,9 +174349,9 @@ } => { var:x_0 :complies false. }. - :carol8577 :does :access_social_media. + :carol3577 :does :access_social_media. } log:explains { - :carol8577 :complies false. + :carol3577 :complies false. }. { @@ -364360,9 +174360,9 @@ } => { var:x_0 :complies false. }. - :carol8578 :does :access_social_media. + :carol3578 :does :access_social_media. } log:explains { - :carol8578 :complies false. + :carol3578 :complies false. }. { @@ -364371,9 +174371,9 @@ } => { var:x_0 :complies false. }. - :carol8579 :does :access_social_media. + :carol3579 :does :access_social_media. } log:explains { - :carol8579 :complies false. + :carol3579 :complies false. }. { @@ -364382,9 +174382,9 @@ } => { var:x_0 :complies false. }. - :carol8580 :does :access_social_media. + :carol3580 :does :access_social_media. } log:explains { - :carol8580 :complies false. + :carol3580 :complies false. }. { @@ -364393,9 +174393,9 @@ } => { var:x_0 :complies false. }. - :carol8581 :does :access_social_media. + :carol3581 :does :access_social_media. } log:explains { - :carol8581 :complies false. + :carol3581 :complies false. }. { @@ -364404,9 +174404,9 @@ } => { var:x_0 :complies false. }. - :carol8582 :does :access_social_media. + :carol3582 :does :access_social_media. } log:explains { - :carol8582 :complies false. + :carol3582 :complies false. }. { @@ -364415,9 +174415,9 @@ } => { var:x_0 :complies false. }. - :carol8583 :does :access_social_media. + :carol3583 :does :access_social_media. } log:explains { - :carol8583 :complies false. + :carol3583 :complies false. }. { @@ -364426,9 +174426,9 @@ } => { var:x_0 :complies false. }. - :carol8584 :does :access_social_media. + :carol3584 :does :access_social_media. } log:explains { - :carol8584 :complies false. + :carol3584 :complies false. }. { @@ -364437,9 +174437,9 @@ } => { var:x_0 :complies false. }. - :carol8585 :does :access_social_media. + :carol3585 :does :access_social_media. } log:explains { - :carol8585 :complies false. + :carol3585 :complies false. }. { @@ -364448,9 +174448,9 @@ } => { var:x_0 :complies false. }. - :carol8586 :does :access_social_media. + :carol3586 :does :access_social_media. } log:explains { - :carol8586 :complies false. + :carol3586 :complies false. }. { @@ -364459,9 +174459,9 @@ } => { var:x_0 :complies false. }. - :carol8587 :does :access_social_media. + :carol3587 :does :access_social_media. } log:explains { - :carol8587 :complies false. + :carol3587 :complies false. }. { @@ -364470,9 +174470,9 @@ } => { var:x_0 :complies false. }. - :carol8588 :does :access_social_media. + :carol3588 :does :access_social_media. } log:explains { - :carol8588 :complies false. + :carol3588 :complies false. }. { @@ -364481,9 +174481,9 @@ } => { var:x_0 :complies false. }. - :carol8589 :does :access_social_media. + :carol3589 :does :access_social_media. } log:explains { - :carol8589 :complies false. + :carol3589 :complies false. }. { @@ -364492,9 +174492,9 @@ } => { var:x_0 :complies false. }. - :carol8590 :does :access_social_media. + :carol3590 :does :access_social_media. } log:explains { - :carol8590 :complies false. + :carol3590 :complies false. }. { @@ -364503,9 +174503,9 @@ } => { var:x_0 :complies false. }. - :carol8591 :does :access_social_media. + :carol3591 :does :access_social_media. } log:explains { - :carol8591 :complies false. + :carol3591 :complies false. }. { @@ -364514,9 +174514,9 @@ } => { var:x_0 :complies false. }. - :carol8592 :does :access_social_media. + :carol3592 :does :access_social_media. } log:explains { - :carol8592 :complies false. + :carol3592 :complies false. }. { @@ -364525,9 +174525,9 @@ } => { var:x_0 :complies false. }. - :carol8593 :does :access_social_media. + :carol3593 :does :access_social_media. } log:explains { - :carol8593 :complies false. + :carol3593 :complies false. }. { @@ -364536,9 +174536,9 @@ } => { var:x_0 :complies false. }. - :carol8594 :does :access_social_media. + :carol3594 :does :access_social_media. } log:explains { - :carol8594 :complies false. + :carol3594 :complies false. }. { @@ -364547,9 +174547,9 @@ } => { var:x_0 :complies false. }. - :carol8595 :does :access_social_media. + :carol3595 :does :access_social_media. } log:explains { - :carol8595 :complies false. + :carol3595 :complies false. }. { @@ -364558,9 +174558,9 @@ } => { var:x_0 :complies false. }. - :carol8596 :does :access_social_media. + :carol3596 :does :access_social_media. } log:explains { - :carol8596 :complies false. + :carol3596 :complies false. }. { @@ -364569,9 +174569,9 @@ } => { var:x_0 :complies false. }. - :carol8597 :does :access_social_media. + :carol3597 :does :access_social_media. } log:explains { - :carol8597 :complies false. + :carol3597 :complies false. }. { @@ -364580,9 +174580,9 @@ } => { var:x_0 :complies false. }. - :carol8598 :does :access_social_media. + :carol3598 :does :access_social_media. } log:explains { - :carol8598 :complies false. + :carol3598 :complies false. }. { @@ -364591,9 +174591,9 @@ } => { var:x_0 :complies false. }. - :carol8599 :does :access_social_media. + :carol3599 :does :access_social_media. } log:explains { - :carol8599 :complies false. + :carol3599 :complies false. }. { @@ -364602,9 +174602,9 @@ } => { var:x_0 :complies false. }. - :carol8600 :does :access_social_media. + :carol3600 :does :access_social_media. } log:explains { - :carol8600 :complies false. + :carol3600 :complies false. }. { @@ -364613,9 +174613,9 @@ } => { var:x_0 :complies false. }. - :carol8601 :does :access_social_media. + :carol3601 :does :access_social_media. } log:explains { - :carol8601 :complies false. + :carol3601 :complies false. }. { @@ -364624,9 +174624,9 @@ } => { var:x_0 :complies false. }. - :carol8602 :does :access_social_media. + :carol3602 :does :access_social_media. } log:explains { - :carol8602 :complies false. + :carol3602 :complies false. }. { @@ -364635,9 +174635,9 @@ } => { var:x_0 :complies false. }. - :carol8603 :does :access_social_media. + :carol3603 :does :access_social_media. } log:explains { - :carol8603 :complies false. + :carol3603 :complies false. }. { @@ -364646,9 +174646,9 @@ } => { var:x_0 :complies false. }. - :carol8604 :does :access_social_media. + :carol3604 :does :access_social_media. } log:explains { - :carol8604 :complies false. + :carol3604 :complies false. }. { @@ -364657,9 +174657,9 @@ } => { var:x_0 :complies false. }. - :carol8605 :does :access_social_media. + :carol3605 :does :access_social_media. } log:explains { - :carol8605 :complies false. + :carol3605 :complies false. }. { @@ -364668,9 +174668,9 @@ } => { var:x_0 :complies false. }. - :carol8606 :does :access_social_media. + :carol3606 :does :access_social_media. } log:explains { - :carol8606 :complies false. + :carol3606 :complies false. }. { @@ -364679,9 +174679,9 @@ } => { var:x_0 :complies false. }. - :carol8607 :does :access_social_media. + :carol3607 :does :access_social_media. } log:explains { - :carol8607 :complies false. + :carol3607 :complies false. }. { @@ -364690,9 +174690,9 @@ } => { var:x_0 :complies false. }. - :carol8608 :does :access_social_media. + :carol3608 :does :access_social_media. } log:explains { - :carol8608 :complies false. + :carol3608 :complies false. }. { @@ -364701,9 +174701,9 @@ } => { var:x_0 :complies false. }. - :carol8609 :does :access_social_media. + :carol3609 :does :access_social_media. } log:explains { - :carol8609 :complies false. + :carol3609 :complies false. }. { @@ -364712,9 +174712,9 @@ } => { var:x_0 :complies false. }. - :carol8610 :does :access_social_media. + :carol3610 :does :access_social_media. } log:explains { - :carol8610 :complies false. + :carol3610 :complies false. }. { @@ -364723,9 +174723,9 @@ } => { var:x_0 :complies false. }. - :carol8611 :does :access_social_media. + :carol3611 :does :access_social_media. } log:explains { - :carol8611 :complies false. + :carol3611 :complies false. }. { @@ -364734,9 +174734,9 @@ } => { var:x_0 :complies false. }. - :carol8612 :does :access_social_media. + :carol3612 :does :access_social_media. } log:explains { - :carol8612 :complies false. + :carol3612 :complies false. }. { @@ -364745,9 +174745,9 @@ } => { var:x_0 :complies false. }. - :carol8613 :does :access_social_media. + :carol3613 :does :access_social_media. } log:explains { - :carol8613 :complies false. + :carol3613 :complies false. }. { @@ -364756,9 +174756,9 @@ } => { var:x_0 :complies false. }. - :carol8614 :does :access_social_media. + :carol3614 :does :access_social_media. } log:explains { - :carol8614 :complies false. + :carol3614 :complies false. }. { @@ -364767,9 +174767,9 @@ } => { var:x_0 :complies false. }. - :carol8615 :does :access_social_media. + :carol3615 :does :access_social_media. } log:explains { - :carol8615 :complies false. + :carol3615 :complies false. }. { @@ -364778,9 +174778,9 @@ } => { var:x_0 :complies false. }. - :carol8616 :does :access_social_media. + :carol3616 :does :access_social_media. } log:explains { - :carol8616 :complies false. + :carol3616 :complies false. }. { @@ -364789,9 +174789,9 @@ } => { var:x_0 :complies false. }. - :carol8617 :does :access_social_media. + :carol3617 :does :access_social_media. } log:explains { - :carol8617 :complies false. + :carol3617 :complies false. }. { @@ -364800,9 +174800,9 @@ } => { var:x_0 :complies false. }. - :carol8618 :does :access_social_media. + :carol3618 :does :access_social_media. } log:explains { - :carol8618 :complies false. + :carol3618 :complies false. }. { @@ -364811,9 +174811,9 @@ } => { var:x_0 :complies false. }. - :carol8619 :does :access_social_media. + :carol3619 :does :access_social_media. } log:explains { - :carol8619 :complies false. + :carol3619 :complies false. }. { @@ -364822,9 +174822,9 @@ } => { var:x_0 :complies false. }. - :carol8620 :does :access_social_media. + :carol3620 :does :access_social_media. } log:explains { - :carol8620 :complies false. + :carol3620 :complies false. }. { @@ -364833,9 +174833,9 @@ } => { var:x_0 :complies false. }. - :carol8621 :does :access_social_media. + :carol3621 :does :access_social_media. } log:explains { - :carol8621 :complies false. + :carol3621 :complies false. }. { @@ -364844,9 +174844,9 @@ } => { var:x_0 :complies false. }. - :carol8622 :does :access_social_media. + :carol3622 :does :access_social_media. } log:explains { - :carol8622 :complies false. + :carol3622 :complies false. }. { @@ -364855,9 +174855,9 @@ } => { var:x_0 :complies false. }. - :carol8623 :does :access_social_media. + :carol3623 :does :access_social_media. } log:explains { - :carol8623 :complies false. + :carol3623 :complies false. }. { @@ -364866,9 +174866,9 @@ } => { var:x_0 :complies false. }. - :carol8624 :does :access_social_media. + :carol3624 :does :access_social_media. } log:explains { - :carol8624 :complies false. + :carol3624 :complies false. }. { @@ -364877,9 +174877,9 @@ } => { var:x_0 :complies false. }. - :carol8625 :does :access_social_media. + :carol3625 :does :access_social_media. } log:explains { - :carol8625 :complies false. + :carol3625 :complies false. }. { @@ -364888,9 +174888,9 @@ } => { var:x_0 :complies false. }. - :carol8626 :does :access_social_media. + :carol3626 :does :access_social_media. } log:explains { - :carol8626 :complies false. + :carol3626 :complies false. }. { @@ -364899,9 +174899,9 @@ } => { var:x_0 :complies false. }. - :carol8627 :does :access_social_media. + :carol3627 :does :access_social_media. } log:explains { - :carol8627 :complies false. + :carol3627 :complies false. }. { @@ -364910,9 +174910,9 @@ } => { var:x_0 :complies false. }. - :carol8628 :does :access_social_media. + :carol3628 :does :access_social_media. } log:explains { - :carol8628 :complies false. + :carol3628 :complies false. }. { @@ -364921,9 +174921,9 @@ } => { var:x_0 :complies false. }. - :carol8629 :does :access_social_media. + :carol3629 :does :access_social_media. } log:explains { - :carol8629 :complies false. + :carol3629 :complies false. }. { @@ -364932,9 +174932,9 @@ } => { var:x_0 :complies false. }. - :carol8630 :does :access_social_media. + :carol3630 :does :access_social_media. } log:explains { - :carol8630 :complies false. + :carol3630 :complies false. }. { @@ -364943,9 +174943,9 @@ } => { var:x_0 :complies false. }. - :carol8631 :does :access_social_media. + :carol3631 :does :access_social_media. } log:explains { - :carol8631 :complies false. + :carol3631 :complies false. }. { @@ -364954,9 +174954,9 @@ } => { var:x_0 :complies false. }. - :carol8632 :does :access_social_media. + :carol3632 :does :access_social_media. } log:explains { - :carol8632 :complies false. + :carol3632 :complies false. }. { @@ -364965,9 +174965,9 @@ } => { var:x_0 :complies false. }. - :carol8633 :does :access_social_media. + :carol3633 :does :access_social_media. } log:explains { - :carol8633 :complies false. + :carol3633 :complies false. }. { @@ -364976,9 +174976,9 @@ } => { var:x_0 :complies false. }. - :carol8634 :does :access_social_media. + :carol3634 :does :access_social_media. } log:explains { - :carol8634 :complies false. + :carol3634 :complies false. }. { @@ -364987,9 +174987,9 @@ } => { var:x_0 :complies false. }. - :carol8635 :does :access_social_media. + :carol3635 :does :access_social_media. } log:explains { - :carol8635 :complies false. + :carol3635 :complies false. }. { @@ -364998,9 +174998,9 @@ } => { var:x_0 :complies false. }. - :carol8636 :does :access_social_media. + :carol3636 :does :access_social_media. } log:explains { - :carol8636 :complies false. + :carol3636 :complies false. }. { @@ -365009,9 +175009,9 @@ } => { var:x_0 :complies false. }. - :carol8637 :does :access_social_media. + :carol3637 :does :access_social_media. } log:explains { - :carol8637 :complies false. + :carol3637 :complies false. }. { @@ -365020,9 +175020,9 @@ } => { var:x_0 :complies false. }. - :carol8638 :does :access_social_media. + :carol3638 :does :access_social_media. } log:explains { - :carol8638 :complies false. + :carol3638 :complies false. }. { @@ -365031,9 +175031,9 @@ } => { var:x_0 :complies false. }. - :carol8639 :does :access_social_media. + :carol3639 :does :access_social_media. } log:explains { - :carol8639 :complies false. + :carol3639 :complies false. }. { @@ -365042,9 +175042,9 @@ } => { var:x_0 :complies false. }. - :carol8640 :does :access_social_media. + :carol3640 :does :access_social_media. } log:explains { - :carol8640 :complies false. + :carol3640 :complies false. }. { @@ -365053,9 +175053,9 @@ } => { var:x_0 :complies false. }. - :carol8641 :does :access_social_media. + :carol3641 :does :access_social_media. } log:explains { - :carol8641 :complies false. + :carol3641 :complies false. }. { @@ -365064,9 +175064,9 @@ } => { var:x_0 :complies false. }. - :carol8642 :does :access_social_media. + :carol3642 :does :access_social_media. } log:explains { - :carol8642 :complies false. + :carol3642 :complies false. }. { @@ -365075,9 +175075,9 @@ } => { var:x_0 :complies false. }. - :carol8643 :does :access_social_media. + :carol3643 :does :access_social_media. } log:explains { - :carol8643 :complies false. + :carol3643 :complies false. }. { @@ -365086,9 +175086,9 @@ } => { var:x_0 :complies false. }. - :carol8644 :does :access_social_media. + :carol3644 :does :access_social_media. } log:explains { - :carol8644 :complies false. + :carol3644 :complies false. }. { @@ -365097,9 +175097,9 @@ } => { var:x_0 :complies false. }. - :carol8645 :does :access_social_media. + :carol3645 :does :access_social_media. } log:explains { - :carol8645 :complies false. + :carol3645 :complies false. }. { @@ -365108,9 +175108,9 @@ } => { var:x_0 :complies false. }. - :carol8646 :does :access_social_media. + :carol3646 :does :access_social_media. } log:explains { - :carol8646 :complies false. + :carol3646 :complies false. }. { @@ -365119,9 +175119,9 @@ } => { var:x_0 :complies false. }. - :carol8647 :does :access_social_media. + :carol3647 :does :access_social_media. } log:explains { - :carol8647 :complies false. + :carol3647 :complies false. }. { @@ -365130,9 +175130,9 @@ } => { var:x_0 :complies false. }. - :carol8648 :does :access_social_media. + :carol3648 :does :access_social_media. } log:explains { - :carol8648 :complies false. + :carol3648 :complies false. }. { @@ -365141,9 +175141,9 @@ } => { var:x_0 :complies false. }. - :carol8649 :does :access_social_media. + :carol3649 :does :access_social_media. } log:explains { - :carol8649 :complies false. + :carol3649 :complies false. }. { @@ -365152,9 +175152,9 @@ } => { var:x_0 :complies false. }. - :carol8650 :does :access_social_media. + :carol3650 :does :access_social_media. } log:explains { - :carol8650 :complies false. + :carol3650 :complies false. }. { @@ -365163,9 +175163,9 @@ } => { var:x_0 :complies false. }. - :carol8651 :does :access_social_media. + :carol3651 :does :access_social_media. } log:explains { - :carol8651 :complies false. + :carol3651 :complies false. }. { @@ -365174,9 +175174,9 @@ } => { var:x_0 :complies false. }. - :carol8652 :does :access_social_media. + :carol3652 :does :access_social_media. } log:explains { - :carol8652 :complies false. + :carol3652 :complies false. }. { @@ -365185,9 +175185,9 @@ } => { var:x_0 :complies false. }. - :carol8653 :does :access_social_media. + :carol3653 :does :access_social_media. } log:explains { - :carol8653 :complies false. + :carol3653 :complies false. }. { @@ -365196,9 +175196,9 @@ } => { var:x_0 :complies false. }. - :carol8654 :does :access_social_media. + :carol3654 :does :access_social_media. } log:explains { - :carol8654 :complies false. + :carol3654 :complies false. }. { @@ -365207,9 +175207,9 @@ } => { var:x_0 :complies false. }. - :carol8655 :does :access_social_media. + :carol3655 :does :access_social_media. } log:explains { - :carol8655 :complies false. + :carol3655 :complies false. }. { @@ -365218,9 +175218,9 @@ } => { var:x_0 :complies false. }. - :carol8656 :does :access_social_media. + :carol3656 :does :access_social_media. } log:explains { - :carol8656 :complies false. + :carol3656 :complies false. }. { @@ -365229,9 +175229,9 @@ } => { var:x_0 :complies false. }. - :carol8657 :does :access_social_media. + :carol3657 :does :access_social_media. } log:explains { - :carol8657 :complies false. + :carol3657 :complies false. }. { @@ -365240,9 +175240,9 @@ } => { var:x_0 :complies false. }. - :carol8658 :does :access_social_media. + :carol3658 :does :access_social_media. } log:explains { - :carol8658 :complies false. + :carol3658 :complies false. }. { @@ -365251,9 +175251,9 @@ } => { var:x_0 :complies false. }. - :carol8659 :does :access_social_media. + :carol3659 :does :access_social_media. } log:explains { - :carol8659 :complies false. + :carol3659 :complies false. }. { @@ -365262,9 +175262,9 @@ } => { var:x_0 :complies false. }. - :carol8660 :does :access_social_media. + :carol3660 :does :access_social_media. } log:explains { - :carol8660 :complies false. + :carol3660 :complies false. }. { @@ -365273,9 +175273,9 @@ } => { var:x_0 :complies false. }. - :carol8661 :does :access_social_media. + :carol3661 :does :access_social_media. } log:explains { - :carol8661 :complies false. + :carol3661 :complies false. }. { @@ -365284,9 +175284,9 @@ } => { var:x_0 :complies false. }. - :carol8662 :does :access_social_media. + :carol3662 :does :access_social_media. } log:explains { - :carol8662 :complies false. + :carol3662 :complies false. }. { @@ -365295,9 +175295,9 @@ } => { var:x_0 :complies false. }. - :carol8663 :does :access_social_media. + :carol3663 :does :access_social_media. } log:explains { - :carol8663 :complies false. + :carol3663 :complies false. }. { @@ -365306,9 +175306,9 @@ } => { var:x_0 :complies false. }. - :carol8664 :does :access_social_media. + :carol3664 :does :access_social_media. } log:explains { - :carol8664 :complies false. + :carol3664 :complies false. }. { @@ -365317,9 +175317,9 @@ } => { var:x_0 :complies false. }. - :carol8665 :does :access_social_media. + :carol3665 :does :access_social_media. } log:explains { - :carol8665 :complies false. + :carol3665 :complies false. }. { @@ -365328,9 +175328,9 @@ } => { var:x_0 :complies false. }. - :carol8666 :does :access_social_media. + :carol3666 :does :access_social_media. } log:explains { - :carol8666 :complies false. + :carol3666 :complies false. }. { @@ -365339,9 +175339,9 @@ } => { var:x_0 :complies false. }. - :carol8667 :does :access_social_media. + :carol3667 :does :access_social_media. } log:explains { - :carol8667 :complies false. + :carol3667 :complies false. }. { @@ -365350,9 +175350,9 @@ } => { var:x_0 :complies false. }. - :carol8668 :does :access_social_media. + :carol3668 :does :access_social_media. } log:explains { - :carol8668 :complies false. + :carol3668 :complies false. }. { @@ -365361,9 +175361,9 @@ } => { var:x_0 :complies false. }. - :carol8669 :does :access_social_media. + :carol3669 :does :access_social_media. } log:explains { - :carol8669 :complies false. + :carol3669 :complies false. }. { @@ -365372,9 +175372,9 @@ } => { var:x_0 :complies false. }. - :carol8670 :does :access_social_media. + :carol3670 :does :access_social_media. } log:explains { - :carol8670 :complies false. + :carol3670 :complies false. }. { @@ -365383,9 +175383,9 @@ } => { var:x_0 :complies false. }. - :carol8671 :does :access_social_media. + :carol3671 :does :access_social_media. } log:explains { - :carol8671 :complies false. + :carol3671 :complies false. }. { @@ -365394,9 +175394,9 @@ } => { var:x_0 :complies false. }. - :carol8672 :does :access_social_media. + :carol3672 :does :access_social_media. } log:explains { - :carol8672 :complies false. + :carol3672 :complies false. }. { @@ -365405,9 +175405,9 @@ } => { var:x_0 :complies false. }. - :carol8673 :does :access_social_media. + :carol3673 :does :access_social_media. } log:explains { - :carol8673 :complies false. + :carol3673 :complies false. }. { @@ -365416,9 +175416,9 @@ } => { var:x_0 :complies false. }. - :carol8674 :does :access_social_media. + :carol3674 :does :access_social_media. } log:explains { - :carol8674 :complies false. + :carol3674 :complies false. }. { @@ -365427,9 +175427,9 @@ } => { var:x_0 :complies false. }. - :carol8675 :does :access_social_media. + :carol3675 :does :access_social_media. } log:explains { - :carol8675 :complies false. + :carol3675 :complies false. }. { @@ -365438,9 +175438,9 @@ } => { var:x_0 :complies false. }. - :carol8676 :does :access_social_media. + :carol3676 :does :access_social_media. } log:explains { - :carol8676 :complies false. + :carol3676 :complies false. }. { @@ -365449,9 +175449,9 @@ } => { var:x_0 :complies false. }. - :carol8677 :does :access_social_media. + :carol3677 :does :access_social_media. } log:explains { - :carol8677 :complies false. + :carol3677 :complies false. }. { @@ -365460,9 +175460,9 @@ } => { var:x_0 :complies false. }. - :carol8678 :does :access_social_media. + :carol3678 :does :access_social_media. } log:explains { - :carol8678 :complies false. + :carol3678 :complies false. }. { @@ -365471,9 +175471,9 @@ } => { var:x_0 :complies false. }. - :carol8679 :does :access_social_media. + :carol3679 :does :access_social_media. } log:explains { - :carol8679 :complies false. + :carol3679 :complies false. }. { @@ -365482,9 +175482,9 @@ } => { var:x_0 :complies false. }. - :carol8680 :does :access_social_media. + :carol3680 :does :access_social_media. } log:explains { - :carol8680 :complies false. + :carol3680 :complies false. }. { @@ -365493,9 +175493,9 @@ } => { var:x_0 :complies false. }. - :carol8681 :does :access_social_media. + :carol3681 :does :access_social_media. } log:explains { - :carol8681 :complies false. + :carol3681 :complies false. }. { @@ -365504,9 +175504,9 @@ } => { var:x_0 :complies false. }. - :carol8682 :does :access_social_media. + :carol3682 :does :access_social_media. } log:explains { - :carol8682 :complies false. + :carol3682 :complies false. }. { @@ -365515,9 +175515,9 @@ } => { var:x_0 :complies false. }. - :carol8683 :does :access_social_media. + :carol3683 :does :access_social_media. } log:explains { - :carol8683 :complies false. + :carol3683 :complies false. }. { @@ -365526,9 +175526,9 @@ } => { var:x_0 :complies false. }. - :carol8684 :does :access_social_media. + :carol3684 :does :access_social_media. } log:explains { - :carol8684 :complies false. + :carol3684 :complies false. }. { @@ -365537,9 +175537,9 @@ } => { var:x_0 :complies false. }. - :carol8685 :does :access_social_media. + :carol3685 :does :access_social_media. } log:explains { - :carol8685 :complies false. + :carol3685 :complies false. }. { @@ -365548,9 +175548,9 @@ } => { var:x_0 :complies false. }. - :carol8686 :does :access_social_media. + :carol3686 :does :access_social_media. } log:explains { - :carol8686 :complies false. + :carol3686 :complies false. }. { @@ -365559,9 +175559,9 @@ } => { var:x_0 :complies false. }. - :carol8687 :does :access_social_media. + :carol3687 :does :access_social_media. } log:explains { - :carol8687 :complies false. + :carol3687 :complies false. }. { @@ -365570,9 +175570,9 @@ } => { var:x_0 :complies false. }. - :carol8688 :does :access_social_media. + :carol3688 :does :access_social_media. } log:explains { - :carol8688 :complies false. + :carol3688 :complies false. }. { @@ -365581,9 +175581,9 @@ } => { var:x_0 :complies false. }. - :carol8689 :does :access_social_media. + :carol3689 :does :access_social_media. } log:explains { - :carol8689 :complies false. + :carol3689 :complies false. }. { @@ -365592,9 +175592,9 @@ } => { var:x_0 :complies false. }. - :carol8690 :does :access_social_media. + :carol3690 :does :access_social_media. } log:explains { - :carol8690 :complies false. + :carol3690 :complies false. }. { @@ -365603,9 +175603,9 @@ } => { var:x_0 :complies false. }. - :carol8691 :does :access_social_media. + :carol3691 :does :access_social_media. } log:explains { - :carol8691 :complies false. + :carol3691 :complies false. }. { @@ -365614,9 +175614,9 @@ } => { var:x_0 :complies false. }. - :carol8692 :does :access_social_media. + :carol3692 :does :access_social_media. } log:explains { - :carol8692 :complies false. + :carol3692 :complies false. }. { @@ -365625,9 +175625,9 @@ } => { var:x_0 :complies false. }. - :carol8693 :does :access_social_media. + :carol3693 :does :access_social_media. } log:explains { - :carol8693 :complies false. + :carol3693 :complies false. }. { @@ -365636,9 +175636,9 @@ } => { var:x_0 :complies false. }. - :carol8694 :does :access_social_media. + :carol3694 :does :access_social_media. } log:explains { - :carol8694 :complies false. + :carol3694 :complies false. }. { @@ -365647,9 +175647,9 @@ } => { var:x_0 :complies false. }. - :carol8695 :does :access_social_media. + :carol3695 :does :access_social_media. } log:explains { - :carol8695 :complies false. + :carol3695 :complies false. }. { @@ -365658,9 +175658,9 @@ } => { var:x_0 :complies false. }. - :carol8696 :does :access_social_media. + :carol3696 :does :access_social_media. } log:explains { - :carol8696 :complies false. + :carol3696 :complies false. }. { @@ -365669,9 +175669,9 @@ } => { var:x_0 :complies false. }. - :carol8697 :does :access_social_media. + :carol3697 :does :access_social_media. } log:explains { - :carol8697 :complies false. + :carol3697 :complies false. }. { @@ -365680,9 +175680,9 @@ } => { var:x_0 :complies false. }. - :carol8698 :does :access_social_media. + :carol3698 :does :access_social_media. } log:explains { - :carol8698 :complies false. + :carol3698 :complies false. }. { @@ -365691,9 +175691,9 @@ } => { var:x_0 :complies false. }. - :carol8699 :does :access_social_media. + :carol3699 :does :access_social_media. } log:explains { - :carol8699 :complies false. + :carol3699 :complies false. }. { @@ -365702,9 +175702,9 @@ } => { var:x_0 :complies false. }. - :carol8700 :does :access_social_media. + :carol3700 :does :access_social_media. } log:explains { - :carol8700 :complies false. + :carol3700 :complies false. }. { @@ -365713,9 +175713,9 @@ } => { var:x_0 :complies false. }. - :carol8701 :does :access_social_media. + :carol3701 :does :access_social_media. } log:explains { - :carol8701 :complies false. + :carol3701 :complies false. }. { @@ -365724,9 +175724,9 @@ } => { var:x_0 :complies false. }. - :carol8702 :does :access_social_media. + :carol3702 :does :access_social_media. } log:explains { - :carol8702 :complies false. + :carol3702 :complies false. }. { @@ -365735,9 +175735,9 @@ } => { var:x_0 :complies false. }. - :carol8703 :does :access_social_media. + :carol3703 :does :access_social_media. } log:explains { - :carol8703 :complies false. + :carol3703 :complies false. }. { @@ -365746,9 +175746,9 @@ } => { var:x_0 :complies false. }. - :carol8704 :does :access_social_media. + :carol3704 :does :access_social_media. } log:explains { - :carol8704 :complies false. + :carol3704 :complies false. }. { @@ -365757,9 +175757,9 @@ } => { var:x_0 :complies false. }. - :carol8705 :does :access_social_media. + :carol3705 :does :access_social_media. } log:explains { - :carol8705 :complies false. + :carol3705 :complies false. }. { @@ -365768,9 +175768,9 @@ } => { var:x_0 :complies false. }. - :carol8706 :does :access_social_media. + :carol3706 :does :access_social_media. } log:explains { - :carol8706 :complies false. + :carol3706 :complies false. }. { @@ -365779,9 +175779,9 @@ } => { var:x_0 :complies false. }. - :carol8707 :does :access_social_media. + :carol3707 :does :access_social_media. } log:explains { - :carol8707 :complies false. + :carol3707 :complies false. }. { @@ -365790,9 +175790,9 @@ } => { var:x_0 :complies false. }. - :carol8708 :does :access_social_media. + :carol3708 :does :access_social_media. } log:explains { - :carol8708 :complies false. + :carol3708 :complies false. }. { @@ -365801,9 +175801,9 @@ } => { var:x_0 :complies false. }. - :carol8709 :does :access_social_media. + :carol3709 :does :access_social_media. } log:explains { - :carol8709 :complies false. + :carol3709 :complies false. }. { @@ -365812,9 +175812,9 @@ } => { var:x_0 :complies false. }. - :carol8710 :does :access_social_media. + :carol3710 :does :access_social_media. } log:explains { - :carol8710 :complies false. + :carol3710 :complies false. }. { @@ -365823,9 +175823,9 @@ } => { var:x_0 :complies false. }. - :carol8711 :does :access_social_media. + :carol3711 :does :access_social_media. } log:explains { - :carol8711 :complies false. + :carol3711 :complies false. }. { @@ -365834,9 +175834,9 @@ } => { var:x_0 :complies false. }. - :carol8712 :does :access_social_media. + :carol3712 :does :access_social_media. } log:explains { - :carol8712 :complies false. + :carol3712 :complies false. }. { @@ -365845,9 +175845,9 @@ } => { var:x_0 :complies false. }. - :carol8713 :does :access_social_media. + :carol3713 :does :access_social_media. } log:explains { - :carol8713 :complies false. + :carol3713 :complies false. }. { @@ -365856,9 +175856,9 @@ } => { var:x_0 :complies false. }. - :carol8714 :does :access_social_media. + :carol3714 :does :access_social_media. } log:explains { - :carol8714 :complies false. + :carol3714 :complies false. }. { @@ -365867,9 +175867,9 @@ } => { var:x_0 :complies false. }. - :carol8715 :does :access_social_media. + :carol3715 :does :access_social_media. } log:explains { - :carol8715 :complies false. + :carol3715 :complies false. }. { @@ -365878,9 +175878,9 @@ } => { var:x_0 :complies false. }. - :carol8716 :does :access_social_media. + :carol3716 :does :access_social_media. } log:explains { - :carol8716 :complies false. + :carol3716 :complies false. }. { @@ -365889,9 +175889,9 @@ } => { var:x_0 :complies false. }. - :carol8717 :does :access_social_media. + :carol3717 :does :access_social_media. } log:explains { - :carol8717 :complies false. + :carol3717 :complies false. }. { @@ -365900,9 +175900,9 @@ } => { var:x_0 :complies false. }. - :carol8718 :does :access_social_media. + :carol3718 :does :access_social_media. } log:explains { - :carol8718 :complies false. + :carol3718 :complies false. }. { @@ -365911,9 +175911,9 @@ } => { var:x_0 :complies false. }. - :carol8719 :does :access_social_media. + :carol3719 :does :access_social_media. } log:explains { - :carol8719 :complies false. + :carol3719 :complies false. }. { @@ -365922,9 +175922,9 @@ } => { var:x_0 :complies false. }. - :carol8720 :does :access_social_media. + :carol3720 :does :access_social_media. } log:explains { - :carol8720 :complies false. + :carol3720 :complies false. }. { @@ -365933,9 +175933,9 @@ } => { var:x_0 :complies false. }. - :carol8721 :does :access_social_media. + :carol3721 :does :access_social_media. } log:explains { - :carol8721 :complies false. + :carol3721 :complies false. }. { @@ -365944,9 +175944,9 @@ } => { var:x_0 :complies false. }. - :carol8722 :does :access_social_media. + :carol3722 :does :access_social_media. } log:explains { - :carol8722 :complies false. + :carol3722 :complies false. }. { @@ -365955,9 +175955,9 @@ } => { var:x_0 :complies false. }. - :carol8723 :does :access_social_media. + :carol3723 :does :access_social_media. } log:explains { - :carol8723 :complies false. + :carol3723 :complies false. }. { @@ -365966,9 +175966,9 @@ } => { var:x_0 :complies false. }. - :carol8724 :does :access_social_media. + :carol3724 :does :access_social_media. } log:explains { - :carol8724 :complies false. + :carol3724 :complies false. }. { @@ -365977,9 +175977,9 @@ } => { var:x_0 :complies false. }. - :carol8725 :does :access_social_media. + :carol3725 :does :access_social_media. } log:explains { - :carol8725 :complies false. + :carol3725 :complies false. }. { @@ -365988,9 +175988,9 @@ } => { var:x_0 :complies false. }. - :carol8726 :does :access_social_media. + :carol3726 :does :access_social_media. } log:explains { - :carol8726 :complies false. + :carol3726 :complies false. }. { @@ -365999,9 +175999,9 @@ } => { var:x_0 :complies false. }. - :carol8727 :does :access_social_media. + :carol3727 :does :access_social_media. } log:explains { - :carol8727 :complies false. + :carol3727 :complies false. }. { @@ -366010,9 +176010,9 @@ } => { var:x_0 :complies false. }. - :carol8728 :does :access_social_media. + :carol3728 :does :access_social_media. } log:explains { - :carol8728 :complies false. + :carol3728 :complies false. }. { @@ -366021,9 +176021,9 @@ } => { var:x_0 :complies false. }. - :carol8729 :does :access_social_media. + :carol3729 :does :access_social_media. } log:explains { - :carol8729 :complies false. + :carol3729 :complies false. }. { @@ -366032,9 +176032,9 @@ } => { var:x_0 :complies false. }. - :carol8730 :does :access_social_media. + :carol3730 :does :access_social_media. } log:explains { - :carol8730 :complies false. + :carol3730 :complies false. }. { @@ -366043,9 +176043,9 @@ } => { var:x_0 :complies false. }. - :carol8731 :does :access_social_media. + :carol3731 :does :access_social_media. } log:explains { - :carol8731 :complies false. + :carol3731 :complies false. }. { @@ -366054,9 +176054,9 @@ } => { var:x_0 :complies false. }. - :carol8732 :does :access_social_media. + :carol3732 :does :access_social_media. } log:explains { - :carol8732 :complies false. + :carol3732 :complies false. }. { @@ -366065,9 +176065,9 @@ } => { var:x_0 :complies false. }. - :carol8733 :does :access_social_media. + :carol3733 :does :access_social_media. } log:explains { - :carol8733 :complies false. + :carol3733 :complies false. }. { @@ -366076,9 +176076,9 @@ } => { var:x_0 :complies false. }. - :carol8734 :does :access_social_media. + :carol3734 :does :access_social_media. } log:explains { - :carol8734 :complies false. + :carol3734 :complies false. }. { @@ -366087,9 +176087,9 @@ } => { var:x_0 :complies false. }. - :carol8735 :does :access_social_media. + :carol3735 :does :access_social_media. } log:explains { - :carol8735 :complies false. + :carol3735 :complies false. }. { @@ -366098,9 +176098,9 @@ } => { var:x_0 :complies false. }. - :carol8736 :does :access_social_media. + :carol3736 :does :access_social_media. } log:explains { - :carol8736 :complies false. + :carol3736 :complies false. }. { @@ -366109,9 +176109,9 @@ } => { var:x_0 :complies false. }. - :carol8737 :does :access_social_media. + :carol3737 :does :access_social_media. } log:explains { - :carol8737 :complies false. + :carol3737 :complies false. }. { @@ -366120,9 +176120,9 @@ } => { var:x_0 :complies false. }. - :carol8738 :does :access_social_media. + :carol3738 :does :access_social_media. } log:explains { - :carol8738 :complies false. + :carol3738 :complies false. }. { @@ -366131,9 +176131,9 @@ } => { var:x_0 :complies false. }. - :carol8739 :does :access_social_media. + :carol3739 :does :access_social_media. } log:explains { - :carol8739 :complies false. + :carol3739 :complies false. }. { @@ -366142,9 +176142,9 @@ } => { var:x_0 :complies false. }. - :carol8740 :does :access_social_media. + :carol3740 :does :access_social_media. } log:explains { - :carol8740 :complies false. + :carol3740 :complies false. }. { @@ -366153,9 +176153,9 @@ } => { var:x_0 :complies false. }. - :carol8741 :does :access_social_media. + :carol3741 :does :access_social_media. } log:explains { - :carol8741 :complies false. + :carol3741 :complies false. }. { @@ -366164,9 +176164,9 @@ } => { var:x_0 :complies false. }. - :carol8742 :does :access_social_media. + :carol3742 :does :access_social_media. } log:explains { - :carol8742 :complies false. + :carol3742 :complies false. }. { @@ -366175,9 +176175,9 @@ } => { var:x_0 :complies false. }. - :carol8743 :does :access_social_media. + :carol3743 :does :access_social_media. } log:explains { - :carol8743 :complies false. + :carol3743 :complies false. }. { @@ -366186,9 +176186,9 @@ } => { var:x_0 :complies false. }. - :carol8744 :does :access_social_media. + :carol3744 :does :access_social_media. } log:explains { - :carol8744 :complies false. + :carol3744 :complies false. }. { @@ -366197,9 +176197,9 @@ } => { var:x_0 :complies false. }. - :carol8745 :does :access_social_media. + :carol3745 :does :access_social_media. } log:explains { - :carol8745 :complies false. + :carol3745 :complies false. }. { @@ -366208,9 +176208,9 @@ } => { var:x_0 :complies false. }. - :carol8746 :does :access_social_media. + :carol3746 :does :access_social_media. } log:explains { - :carol8746 :complies false. + :carol3746 :complies false. }. { @@ -366219,9 +176219,9 @@ } => { var:x_0 :complies false. }. - :carol8747 :does :access_social_media. + :carol3747 :does :access_social_media. } log:explains { - :carol8747 :complies false. + :carol3747 :complies false. }. { @@ -366230,9 +176230,9 @@ } => { var:x_0 :complies false. }. - :carol8748 :does :access_social_media. + :carol3748 :does :access_social_media. } log:explains { - :carol8748 :complies false. + :carol3748 :complies false. }. { @@ -366241,9 +176241,9 @@ } => { var:x_0 :complies false. }. - :carol8749 :does :access_social_media. + :carol3749 :does :access_social_media. } log:explains { - :carol8749 :complies false. + :carol3749 :complies false. }. { @@ -366252,9 +176252,9 @@ } => { var:x_0 :complies false. }. - :carol8750 :does :access_social_media. + :carol3750 :does :access_social_media. } log:explains { - :carol8750 :complies false. + :carol3750 :complies false. }. { @@ -366263,9 +176263,9 @@ } => { var:x_0 :complies false. }. - :carol8751 :does :access_social_media. + :carol3751 :does :access_social_media. } log:explains { - :carol8751 :complies false. + :carol3751 :complies false. }. { @@ -366274,9 +176274,9 @@ } => { var:x_0 :complies false. }. - :carol8752 :does :access_social_media. + :carol3752 :does :access_social_media. } log:explains { - :carol8752 :complies false. + :carol3752 :complies false. }. { @@ -366285,9 +176285,9 @@ } => { var:x_0 :complies false. }. - :carol8753 :does :access_social_media. + :carol3753 :does :access_social_media. } log:explains { - :carol8753 :complies false. + :carol3753 :complies false. }. { @@ -366296,9 +176296,9 @@ } => { var:x_0 :complies false. }. - :carol8754 :does :access_social_media. + :carol3754 :does :access_social_media. } log:explains { - :carol8754 :complies false. + :carol3754 :complies false. }. { @@ -366307,9 +176307,9 @@ } => { var:x_0 :complies false. }. - :carol8755 :does :access_social_media. + :carol3755 :does :access_social_media. } log:explains { - :carol8755 :complies false. + :carol3755 :complies false. }. { @@ -366318,9 +176318,9 @@ } => { var:x_0 :complies false. }. - :carol8756 :does :access_social_media. + :carol3756 :does :access_social_media. } log:explains { - :carol8756 :complies false. + :carol3756 :complies false. }. { @@ -366329,9 +176329,9 @@ } => { var:x_0 :complies false. }. - :carol8757 :does :access_social_media. + :carol3757 :does :access_social_media. } log:explains { - :carol8757 :complies false. + :carol3757 :complies false. }. { @@ -366340,9 +176340,9 @@ } => { var:x_0 :complies false. }. - :carol8758 :does :access_social_media. + :carol3758 :does :access_social_media. } log:explains { - :carol8758 :complies false. + :carol3758 :complies false. }. { @@ -366351,9 +176351,9 @@ } => { var:x_0 :complies false. }. - :carol8759 :does :access_social_media. + :carol3759 :does :access_social_media. } log:explains { - :carol8759 :complies false. + :carol3759 :complies false. }. { @@ -366362,9 +176362,9 @@ } => { var:x_0 :complies false. }. - :carol8760 :does :access_social_media. + :carol3760 :does :access_social_media. } log:explains { - :carol8760 :complies false. + :carol3760 :complies false. }. { @@ -366373,9 +176373,9 @@ } => { var:x_0 :complies false. }. - :carol8761 :does :access_social_media. + :carol3761 :does :access_social_media. } log:explains { - :carol8761 :complies false. + :carol3761 :complies false. }. { @@ -366384,9 +176384,9 @@ } => { var:x_0 :complies false. }. - :carol8762 :does :access_social_media. + :carol3762 :does :access_social_media. } log:explains { - :carol8762 :complies false. + :carol3762 :complies false. }. { @@ -366395,9 +176395,9 @@ } => { var:x_0 :complies false. }. - :carol8763 :does :access_social_media. + :carol3763 :does :access_social_media. } log:explains { - :carol8763 :complies false. + :carol3763 :complies false. }. { @@ -366406,9 +176406,9 @@ } => { var:x_0 :complies false. }. - :carol8764 :does :access_social_media. + :carol3764 :does :access_social_media. } log:explains { - :carol8764 :complies false. + :carol3764 :complies false. }. { @@ -366417,9 +176417,9 @@ } => { var:x_0 :complies false. }. - :carol8765 :does :access_social_media. + :carol3765 :does :access_social_media. } log:explains { - :carol8765 :complies false. + :carol3765 :complies false. }. { @@ -366428,9 +176428,9 @@ } => { var:x_0 :complies false. }. - :carol8766 :does :access_social_media. + :carol3766 :does :access_social_media. } log:explains { - :carol8766 :complies false. + :carol3766 :complies false. }. { @@ -366439,9 +176439,9 @@ } => { var:x_0 :complies false. }. - :carol8767 :does :access_social_media. + :carol3767 :does :access_social_media. } log:explains { - :carol8767 :complies false. + :carol3767 :complies false. }. { @@ -366450,9 +176450,9 @@ } => { var:x_0 :complies false. }. - :carol8768 :does :access_social_media. + :carol3768 :does :access_social_media. } log:explains { - :carol8768 :complies false. + :carol3768 :complies false. }. { @@ -366461,9 +176461,9 @@ } => { var:x_0 :complies false. }. - :carol8769 :does :access_social_media. + :carol3769 :does :access_social_media. } log:explains { - :carol8769 :complies false. + :carol3769 :complies false. }. { @@ -366472,9 +176472,9 @@ } => { var:x_0 :complies false. }. - :carol8770 :does :access_social_media. + :carol3770 :does :access_social_media. } log:explains { - :carol8770 :complies false. + :carol3770 :complies false. }. { @@ -366483,9 +176483,9 @@ } => { var:x_0 :complies false. }. - :carol8771 :does :access_social_media. + :carol3771 :does :access_social_media. } log:explains { - :carol8771 :complies false. + :carol3771 :complies false. }. { @@ -366494,9 +176494,9 @@ } => { var:x_0 :complies false. }. - :carol8772 :does :access_social_media. + :carol3772 :does :access_social_media. } log:explains { - :carol8772 :complies false. + :carol3772 :complies false. }. { @@ -366505,9 +176505,9 @@ } => { var:x_0 :complies false. }. - :carol8773 :does :access_social_media. + :carol3773 :does :access_social_media. } log:explains { - :carol8773 :complies false. + :carol3773 :complies false. }. { @@ -366516,9 +176516,9 @@ } => { var:x_0 :complies false. }. - :carol8774 :does :access_social_media. + :carol3774 :does :access_social_media. } log:explains { - :carol8774 :complies false. + :carol3774 :complies false. }. { @@ -366527,9 +176527,9 @@ } => { var:x_0 :complies false. }. - :carol8775 :does :access_social_media. + :carol3775 :does :access_social_media. } log:explains { - :carol8775 :complies false. + :carol3775 :complies false. }. { @@ -366538,9 +176538,9 @@ } => { var:x_0 :complies false. }. - :carol8776 :does :access_social_media. + :carol3776 :does :access_social_media. } log:explains { - :carol8776 :complies false. + :carol3776 :complies false. }. { @@ -366549,9 +176549,9 @@ } => { var:x_0 :complies false. }. - :carol8777 :does :access_social_media. + :carol3777 :does :access_social_media. } log:explains { - :carol8777 :complies false. + :carol3777 :complies false. }. { @@ -366560,9 +176560,9 @@ } => { var:x_0 :complies false. }. - :carol8778 :does :access_social_media. + :carol3778 :does :access_social_media. } log:explains { - :carol8778 :complies false. + :carol3778 :complies false. }. { @@ -366571,9 +176571,9 @@ } => { var:x_0 :complies false. }. - :carol8779 :does :access_social_media. + :carol3779 :does :access_social_media. } log:explains { - :carol8779 :complies false. + :carol3779 :complies false. }. { @@ -366582,9 +176582,9 @@ } => { var:x_0 :complies false. }. - :carol8780 :does :access_social_media. + :carol3780 :does :access_social_media. } log:explains { - :carol8780 :complies false. + :carol3780 :complies false. }. { @@ -366593,9 +176593,9 @@ } => { var:x_0 :complies false. }. - :carol8781 :does :access_social_media. + :carol3781 :does :access_social_media. } log:explains { - :carol8781 :complies false. + :carol3781 :complies false. }. { @@ -366604,9 +176604,9 @@ } => { var:x_0 :complies false. }. - :carol8782 :does :access_social_media. + :carol3782 :does :access_social_media. } log:explains { - :carol8782 :complies false. + :carol3782 :complies false. }. { @@ -366615,9 +176615,9 @@ } => { var:x_0 :complies false. }. - :carol8783 :does :access_social_media. + :carol3783 :does :access_social_media. } log:explains { - :carol8783 :complies false. + :carol3783 :complies false. }. { @@ -366626,9 +176626,9 @@ } => { var:x_0 :complies false. }. - :carol8784 :does :access_social_media. + :carol3784 :does :access_social_media. } log:explains { - :carol8784 :complies false. + :carol3784 :complies false. }. { @@ -366637,9 +176637,9 @@ } => { var:x_0 :complies false. }. - :carol8785 :does :access_social_media. + :carol3785 :does :access_social_media. } log:explains { - :carol8785 :complies false. + :carol3785 :complies false. }. { @@ -366648,9 +176648,9 @@ } => { var:x_0 :complies false. }. - :carol8786 :does :access_social_media. + :carol3786 :does :access_social_media. } log:explains { - :carol8786 :complies false. + :carol3786 :complies false. }. { @@ -366659,9 +176659,9 @@ } => { var:x_0 :complies false. }. - :carol8787 :does :access_social_media. + :carol3787 :does :access_social_media. } log:explains { - :carol8787 :complies false. + :carol3787 :complies false. }. { @@ -366670,9 +176670,9 @@ } => { var:x_0 :complies false. }. - :carol8788 :does :access_social_media. + :carol3788 :does :access_social_media. } log:explains { - :carol8788 :complies false. + :carol3788 :complies false. }. { @@ -366681,9 +176681,9 @@ } => { var:x_0 :complies false. }. - :carol8789 :does :access_social_media. + :carol3789 :does :access_social_media. } log:explains { - :carol8789 :complies false. + :carol3789 :complies false. }. { @@ -366692,9 +176692,9 @@ } => { var:x_0 :complies false. }. - :carol8790 :does :access_social_media. + :carol3790 :does :access_social_media. } log:explains { - :carol8790 :complies false. + :carol3790 :complies false. }. { @@ -366703,9 +176703,9 @@ } => { var:x_0 :complies false. }. - :carol8791 :does :access_social_media. + :carol3791 :does :access_social_media. } log:explains { - :carol8791 :complies false. + :carol3791 :complies false. }. { @@ -366714,9 +176714,9 @@ } => { var:x_0 :complies false. }. - :carol8792 :does :access_social_media. + :carol3792 :does :access_social_media. } log:explains { - :carol8792 :complies false. + :carol3792 :complies false. }. { @@ -366725,9 +176725,9 @@ } => { var:x_0 :complies false. }. - :carol8793 :does :access_social_media. + :carol3793 :does :access_social_media. } log:explains { - :carol8793 :complies false. + :carol3793 :complies false. }. { @@ -366736,9 +176736,9 @@ } => { var:x_0 :complies false. }. - :carol8794 :does :access_social_media. + :carol3794 :does :access_social_media. } log:explains { - :carol8794 :complies false. + :carol3794 :complies false. }. { @@ -366747,9 +176747,9 @@ } => { var:x_0 :complies false. }. - :carol8795 :does :access_social_media. + :carol3795 :does :access_social_media. } log:explains { - :carol8795 :complies false. + :carol3795 :complies false. }. { @@ -366758,9 +176758,9 @@ } => { var:x_0 :complies false. }. - :carol8796 :does :access_social_media. + :carol3796 :does :access_social_media. } log:explains { - :carol8796 :complies false. + :carol3796 :complies false. }. { @@ -366769,9 +176769,9 @@ } => { var:x_0 :complies false. }. - :carol8797 :does :access_social_media. + :carol3797 :does :access_social_media. } log:explains { - :carol8797 :complies false. + :carol3797 :complies false. }. { @@ -366780,9 +176780,9 @@ } => { var:x_0 :complies false. }. - :carol8798 :does :access_social_media. + :carol3798 :does :access_social_media. } log:explains { - :carol8798 :complies false. + :carol3798 :complies false. }. { @@ -366791,9 +176791,9 @@ } => { var:x_0 :complies false. }. - :carol8799 :does :access_social_media. + :carol3799 :does :access_social_media. } log:explains { - :carol8799 :complies false. + :carol3799 :complies false. }. { @@ -366802,9 +176802,9 @@ } => { var:x_0 :complies false. }. - :carol8800 :does :access_social_media. + :carol3800 :does :access_social_media. } log:explains { - :carol8800 :complies false. + :carol3800 :complies false. }. { @@ -366813,9 +176813,9 @@ } => { var:x_0 :complies false. }. - :carol8801 :does :access_social_media. + :carol3801 :does :access_social_media. } log:explains { - :carol8801 :complies false. + :carol3801 :complies false. }. { @@ -366824,9 +176824,9 @@ } => { var:x_0 :complies false. }. - :carol8802 :does :access_social_media. + :carol3802 :does :access_social_media. } log:explains { - :carol8802 :complies false. + :carol3802 :complies false. }. { @@ -366835,9 +176835,9 @@ } => { var:x_0 :complies false. }. - :carol8803 :does :access_social_media. + :carol3803 :does :access_social_media. } log:explains { - :carol8803 :complies false. + :carol3803 :complies false. }. { @@ -366846,9 +176846,9 @@ } => { var:x_0 :complies false. }. - :carol8804 :does :access_social_media. + :carol3804 :does :access_social_media. } log:explains { - :carol8804 :complies false. + :carol3804 :complies false. }. { @@ -366857,9 +176857,9 @@ } => { var:x_0 :complies false. }. - :carol8805 :does :access_social_media. + :carol3805 :does :access_social_media. } log:explains { - :carol8805 :complies false. + :carol3805 :complies false. }. { @@ -366868,9 +176868,9 @@ } => { var:x_0 :complies false. }. - :carol8806 :does :access_social_media. + :carol3806 :does :access_social_media. } log:explains { - :carol8806 :complies false. + :carol3806 :complies false. }. { @@ -366879,9 +176879,9 @@ } => { var:x_0 :complies false. }. - :carol8807 :does :access_social_media. + :carol3807 :does :access_social_media. } log:explains { - :carol8807 :complies false. + :carol3807 :complies false. }. { @@ -366890,9 +176890,9 @@ } => { var:x_0 :complies false. }. - :carol8808 :does :access_social_media. + :carol3808 :does :access_social_media. } log:explains { - :carol8808 :complies false. + :carol3808 :complies false. }. { @@ -366901,9 +176901,9 @@ } => { var:x_0 :complies false. }. - :carol8809 :does :access_social_media. + :carol3809 :does :access_social_media. } log:explains { - :carol8809 :complies false. + :carol3809 :complies false. }. { @@ -366912,9 +176912,9 @@ } => { var:x_0 :complies false. }. - :carol8810 :does :access_social_media. + :carol3810 :does :access_social_media. } log:explains { - :carol8810 :complies false. + :carol3810 :complies false. }. { @@ -366923,9 +176923,9 @@ } => { var:x_0 :complies false. }. - :carol8811 :does :access_social_media. + :carol3811 :does :access_social_media. } log:explains { - :carol8811 :complies false. + :carol3811 :complies false. }. { @@ -366934,9 +176934,9 @@ } => { var:x_0 :complies false. }. - :carol8812 :does :access_social_media. + :carol3812 :does :access_social_media. } log:explains { - :carol8812 :complies false. + :carol3812 :complies false. }. { @@ -366945,9 +176945,9 @@ } => { var:x_0 :complies false. }. - :carol8813 :does :access_social_media. + :carol3813 :does :access_social_media. } log:explains { - :carol8813 :complies false. + :carol3813 :complies false. }. { @@ -366956,9 +176956,9 @@ } => { var:x_0 :complies false. }. - :carol8814 :does :access_social_media. + :carol3814 :does :access_social_media. } log:explains { - :carol8814 :complies false. + :carol3814 :complies false. }. { @@ -366967,9 +176967,9 @@ } => { var:x_0 :complies false. }. - :carol8815 :does :access_social_media. + :carol3815 :does :access_social_media. } log:explains { - :carol8815 :complies false. + :carol3815 :complies false. }. { @@ -366978,9 +176978,9 @@ } => { var:x_0 :complies false. }. - :carol8816 :does :access_social_media. + :carol3816 :does :access_social_media. } log:explains { - :carol8816 :complies false. + :carol3816 :complies false. }. { @@ -366989,9 +176989,9 @@ } => { var:x_0 :complies false. }. - :carol8817 :does :access_social_media. + :carol3817 :does :access_social_media. } log:explains { - :carol8817 :complies false. + :carol3817 :complies false. }. { @@ -367000,9 +177000,9 @@ } => { var:x_0 :complies false. }. - :carol8818 :does :access_social_media. + :carol3818 :does :access_social_media. } log:explains { - :carol8818 :complies false. + :carol3818 :complies false. }. { @@ -367011,9 +177011,9 @@ } => { var:x_0 :complies false. }. - :carol8819 :does :access_social_media. + :carol3819 :does :access_social_media. } log:explains { - :carol8819 :complies false. + :carol3819 :complies false. }. { @@ -367022,9 +177022,9 @@ } => { var:x_0 :complies false. }. - :carol8820 :does :access_social_media. + :carol3820 :does :access_social_media. } log:explains { - :carol8820 :complies false. + :carol3820 :complies false. }. { @@ -367033,9 +177033,9 @@ } => { var:x_0 :complies false. }. - :carol8821 :does :access_social_media. + :carol3821 :does :access_social_media. } log:explains { - :carol8821 :complies false. + :carol3821 :complies false. }. { @@ -367044,9 +177044,9 @@ } => { var:x_0 :complies false. }. - :carol8822 :does :access_social_media. + :carol3822 :does :access_social_media. } log:explains { - :carol8822 :complies false. + :carol3822 :complies false. }. { @@ -367055,9 +177055,9 @@ } => { var:x_0 :complies false. }. - :carol8823 :does :access_social_media. + :carol3823 :does :access_social_media. } log:explains { - :carol8823 :complies false. + :carol3823 :complies false. }. { @@ -367066,9 +177066,9 @@ } => { var:x_0 :complies false. }. - :carol8824 :does :access_social_media. + :carol3824 :does :access_social_media. } log:explains { - :carol8824 :complies false. + :carol3824 :complies false. }. { @@ -367077,9 +177077,9 @@ } => { var:x_0 :complies false. }. - :carol8825 :does :access_social_media. + :carol3825 :does :access_social_media. } log:explains { - :carol8825 :complies false. + :carol3825 :complies false. }. { @@ -367088,9 +177088,9 @@ } => { var:x_0 :complies false. }. - :carol8826 :does :access_social_media. + :carol3826 :does :access_social_media. } log:explains { - :carol8826 :complies false. + :carol3826 :complies false. }. { @@ -367099,9 +177099,9 @@ } => { var:x_0 :complies false. }. - :carol8827 :does :access_social_media. + :carol3827 :does :access_social_media. } log:explains { - :carol8827 :complies false. + :carol3827 :complies false. }. { @@ -367110,9 +177110,9 @@ } => { var:x_0 :complies false. }. - :carol8828 :does :access_social_media. + :carol3828 :does :access_social_media. } log:explains { - :carol8828 :complies false. + :carol3828 :complies false. }. { @@ -367121,9 +177121,9 @@ } => { var:x_0 :complies false. }. - :carol8829 :does :access_social_media. + :carol3829 :does :access_social_media. } log:explains { - :carol8829 :complies false. + :carol3829 :complies false. }. { @@ -367132,9 +177132,9 @@ } => { var:x_0 :complies false. }. - :carol8830 :does :access_social_media. + :carol3830 :does :access_social_media. } log:explains { - :carol8830 :complies false. + :carol3830 :complies false. }. { @@ -367143,9 +177143,9 @@ } => { var:x_0 :complies false. }. - :carol8831 :does :access_social_media. + :carol3831 :does :access_social_media. } log:explains { - :carol8831 :complies false. + :carol3831 :complies false. }. { @@ -367154,9 +177154,9 @@ } => { var:x_0 :complies false. }. - :carol8832 :does :access_social_media. + :carol3832 :does :access_social_media. } log:explains { - :carol8832 :complies false. + :carol3832 :complies false. }. { @@ -367165,9 +177165,9 @@ } => { var:x_0 :complies false. }. - :carol8833 :does :access_social_media. + :carol3833 :does :access_social_media. } log:explains { - :carol8833 :complies false. + :carol3833 :complies false. }. { @@ -367176,9 +177176,9 @@ } => { var:x_0 :complies false. }. - :carol8834 :does :access_social_media. + :carol3834 :does :access_social_media. } log:explains { - :carol8834 :complies false. + :carol3834 :complies false. }. { @@ -367187,9 +177187,9 @@ } => { var:x_0 :complies false. }. - :carol8835 :does :access_social_media. + :carol3835 :does :access_social_media. } log:explains { - :carol8835 :complies false. + :carol3835 :complies false. }. { @@ -367198,9 +177198,9 @@ } => { var:x_0 :complies false. }. - :carol8836 :does :access_social_media. + :carol3836 :does :access_social_media. } log:explains { - :carol8836 :complies false. + :carol3836 :complies false. }. { @@ -367209,9 +177209,9 @@ } => { var:x_0 :complies false. }. - :carol8837 :does :access_social_media. + :carol3837 :does :access_social_media. } log:explains { - :carol8837 :complies false. + :carol3837 :complies false. }. { @@ -367220,9 +177220,9 @@ } => { var:x_0 :complies false. }. - :carol8838 :does :access_social_media. + :carol3838 :does :access_social_media. } log:explains { - :carol8838 :complies false. + :carol3838 :complies false. }. { @@ -367231,9 +177231,9 @@ } => { var:x_0 :complies false. }. - :carol8839 :does :access_social_media. + :carol3839 :does :access_social_media. } log:explains { - :carol8839 :complies false. + :carol3839 :complies false. }. { @@ -367242,9 +177242,9 @@ } => { var:x_0 :complies false. }. - :carol8840 :does :access_social_media. + :carol3840 :does :access_social_media. } log:explains { - :carol8840 :complies false. + :carol3840 :complies false. }. { @@ -367253,9 +177253,9 @@ } => { var:x_0 :complies false. }. - :carol8841 :does :access_social_media. + :carol3841 :does :access_social_media. } log:explains { - :carol8841 :complies false. + :carol3841 :complies false. }. { @@ -367264,9 +177264,9 @@ } => { var:x_0 :complies false. }. - :carol8842 :does :access_social_media. + :carol3842 :does :access_social_media. } log:explains { - :carol8842 :complies false. + :carol3842 :complies false. }. { @@ -367275,9 +177275,9 @@ } => { var:x_0 :complies false. }. - :carol8843 :does :access_social_media. + :carol3843 :does :access_social_media. } log:explains { - :carol8843 :complies false. + :carol3843 :complies false. }. { @@ -367286,9 +177286,9 @@ } => { var:x_0 :complies false. }. - :carol8844 :does :access_social_media. + :carol3844 :does :access_social_media. } log:explains { - :carol8844 :complies false. + :carol3844 :complies false. }. { @@ -367297,9 +177297,9 @@ } => { var:x_0 :complies false. }. - :carol8845 :does :access_social_media. + :carol3845 :does :access_social_media. } log:explains { - :carol8845 :complies false. + :carol3845 :complies false. }. { @@ -367308,9 +177308,9 @@ } => { var:x_0 :complies false. }. - :carol8846 :does :access_social_media. + :carol3846 :does :access_social_media. } log:explains { - :carol8846 :complies false. + :carol3846 :complies false. }. { @@ -367319,9 +177319,9 @@ } => { var:x_0 :complies false. }. - :carol8847 :does :access_social_media. + :carol3847 :does :access_social_media. } log:explains { - :carol8847 :complies false. + :carol3847 :complies false. }. { @@ -367330,9 +177330,9 @@ } => { var:x_0 :complies false. }. - :carol8848 :does :access_social_media. + :carol3848 :does :access_social_media. } log:explains { - :carol8848 :complies false. + :carol3848 :complies false. }. { @@ -367341,9 +177341,9 @@ } => { var:x_0 :complies false. }. - :carol8849 :does :access_social_media. + :carol3849 :does :access_social_media. } log:explains { - :carol8849 :complies false. + :carol3849 :complies false. }. { @@ -367352,9 +177352,9 @@ } => { var:x_0 :complies false. }. - :carol8850 :does :access_social_media. + :carol3850 :does :access_social_media. } log:explains { - :carol8850 :complies false. + :carol3850 :complies false. }. { @@ -367363,9 +177363,9 @@ } => { var:x_0 :complies false. }. - :carol8851 :does :access_social_media. + :carol3851 :does :access_social_media. } log:explains { - :carol8851 :complies false. + :carol3851 :complies false. }. { @@ -367374,9 +177374,9 @@ } => { var:x_0 :complies false. }. - :carol8852 :does :access_social_media. + :carol3852 :does :access_social_media. } log:explains { - :carol8852 :complies false. + :carol3852 :complies false. }. { @@ -367385,9 +177385,9 @@ } => { var:x_0 :complies false. }. - :carol8853 :does :access_social_media. + :carol3853 :does :access_social_media. } log:explains { - :carol8853 :complies false. + :carol3853 :complies false. }. { @@ -367396,9 +177396,9 @@ } => { var:x_0 :complies false. }. - :carol8854 :does :access_social_media. + :carol3854 :does :access_social_media. } log:explains { - :carol8854 :complies false. + :carol3854 :complies false. }. { @@ -367407,9 +177407,9 @@ } => { var:x_0 :complies false. }. - :carol8855 :does :access_social_media. + :carol3855 :does :access_social_media. } log:explains { - :carol8855 :complies false. + :carol3855 :complies false. }. { @@ -367418,9 +177418,9 @@ } => { var:x_0 :complies false. }. - :carol8856 :does :access_social_media. + :carol3856 :does :access_social_media. } log:explains { - :carol8856 :complies false. + :carol3856 :complies false. }. { @@ -367429,9 +177429,9 @@ } => { var:x_0 :complies false. }. - :carol8857 :does :access_social_media. + :carol3857 :does :access_social_media. } log:explains { - :carol8857 :complies false. + :carol3857 :complies false. }. { @@ -367440,9 +177440,9 @@ } => { var:x_0 :complies false. }. - :carol8858 :does :access_social_media. + :carol3858 :does :access_social_media. } log:explains { - :carol8858 :complies false. + :carol3858 :complies false. }. { @@ -367451,9 +177451,9 @@ } => { var:x_0 :complies false. }. - :carol8859 :does :access_social_media. + :carol3859 :does :access_social_media. } log:explains { - :carol8859 :complies false. + :carol3859 :complies false. }. { @@ -367462,9 +177462,9 @@ } => { var:x_0 :complies false. }. - :carol8860 :does :access_social_media. + :carol3860 :does :access_social_media. } log:explains { - :carol8860 :complies false. + :carol3860 :complies false. }. { @@ -367473,9 +177473,9 @@ } => { var:x_0 :complies false. }. - :carol8861 :does :access_social_media. + :carol3861 :does :access_social_media. } log:explains { - :carol8861 :complies false. + :carol3861 :complies false. }. { @@ -367484,9 +177484,9 @@ } => { var:x_0 :complies false. }. - :carol8862 :does :access_social_media. + :carol3862 :does :access_social_media. } log:explains { - :carol8862 :complies false. + :carol3862 :complies false. }. { @@ -367495,9 +177495,9 @@ } => { var:x_0 :complies false. }. - :carol8863 :does :access_social_media. + :carol3863 :does :access_social_media. } log:explains { - :carol8863 :complies false. + :carol3863 :complies false. }. { @@ -367506,9 +177506,9 @@ } => { var:x_0 :complies false. }. - :carol8864 :does :access_social_media. + :carol3864 :does :access_social_media. } log:explains { - :carol8864 :complies false. + :carol3864 :complies false. }. { @@ -367517,9 +177517,9 @@ } => { var:x_0 :complies false. }. - :carol8865 :does :access_social_media. + :carol3865 :does :access_social_media. } log:explains { - :carol8865 :complies false. + :carol3865 :complies false. }. { @@ -367528,9 +177528,9 @@ } => { var:x_0 :complies false. }. - :carol8866 :does :access_social_media. + :carol3866 :does :access_social_media. } log:explains { - :carol8866 :complies false. + :carol3866 :complies false. }. { @@ -367539,9 +177539,9 @@ } => { var:x_0 :complies false. }. - :carol8867 :does :access_social_media. + :carol3867 :does :access_social_media. } log:explains { - :carol8867 :complies false. + :carol3867 :complies false. }. { @@ -367550,9 +177550,9 @@ } => { var:x_0 :complies false. }. - :carol8868 :does :access_social_media. + :carol3868 :does :access_social_media. } log:explains { - :carol8868 :complies false. + :carol3868 :complies false. }. { @@ -367561,9 +177561,9 @@ } => { var:x_0 :complies false. }. - :carol8869 :does :access_social_media. + :carol3869 :does :access_social_media. } log:explains { - :carol8869 :complies false. + :carol3869 :complies false. }. { @@ -367572,9 +177572,9 @@ } => { var:x_0 :complies false. }. - :carol8870 :does :access_social_media. + :carol3870 :does :access_social_media. } log:explains { - :carol8870 :complies false. + :carol3870 :complies false. }. { @@ -367583,9 +177583,9 @@ } => { var:x_0 :complies false. }. - :carol8871 :does :access_social_media. + :carol3871 :does :access_social_media. } log:explains { - :carol8871 :complies false. + :carol3871 :complies false. }. { @@ -367594,9 +177594,9 @@ } => { var:x_0 :complies false. }. - :carol8872 :does :access_social_media. + :carol3872 :does :access_social_media. } log:explains { - :carol8872 :complies false. + :carol3872 :complies false. }. { @@ -367605,9 +177605,9 @@ } => { var:x_0 :complies false. }. - :carol8873 :does :access_social_media. + :carol3873 :does :access_social_media. } log:explains { - :carol8873 :complies false. + :carol3873 :complies false. }. { @@ -367616,9 +177616,9 @@ } => { var:x_0 :complies false. }. - :carol8874 :does :access_social_media. + :carol3874 :does :access_social_media. } log:explains { - :carol8874 :complies false. + :carol3874 :complies false. }. { @@ -367627,9 +177627,9 @@ } => { var:x_0 :complies false. }. - :carol8875 :does :access_social_media. + :carol3875 :does :access_social_media. } log:explains { - :carol8875 :complies false. + :carol3875 :complies false. }. { @@ -367638,9 +177638,9 @@ } => { var:x_0 :complies false. }. - :carol8876 :does :access_social_media. + :carol3876 :does :access_social_media. } log:explains { - :carol8876 :complies false. + :carol3876 :complies false. }. { @@ -367649,9 +177649,9 @@ } => { var:x_0 :complies false. }. - :carol8877 :does :access_social_media. + :carol3877 :does :access_social_media. } log:explains { - :carol8877 :complies false. + :carol3877 :complies false. }. { @@ -367660,9 +177660,9 @@ } => { var:x_0 :complies false. }. - :carol8878 :does :access_social_media. + :carol3878 :does :access_social_media. } log:explains { - :carol8878 :complies false. + :carol3878 :complies false. }. { @@ -367671,9 +177671,9 @@ } => { var:x_0 :complies false. }. - :carol8879 :does :access_social_media. + :carol3879 :does :access_social_media. } log:explains { - :carol8879 :complies false. + :carol3879 :complies false. }. { @@ -367682,9 +177682,9 @@ } => { var:x_0 :complies false. }. - :carol8880 :does :access_social_media. + :carol3880 :does :access_social_media. } log:explains { - :carol8880 :complies false. + :carol3880 :complies false. }. { @@ -367693,9 +177693,9 @@ } => { var:x_0 :complies false. }. - :carol8881 :does :access_social_media. + :carol3881 :does :access_social_media. } log:explains { - :carol8881 :complies false. + :carol3881 :complies false. }. { @@ -367704,9 +177704,9 @@ } => { var:x_0 :complies false. }. - :carol8882 :does :access_social_media. + :carol3882 :does :access_social_media. } log:explains { - :carol8882 :complies false. + :carol3882 :complies false. }. { @@ -367715,9 +177715,9 @@ } => { var:x_0 :complies false. }. - :carol8883 :does :access_social_media. + :carol3883 :does :access_social_media. } log:explains { - :carol8883 :complies false. + :carol3883 :complies false. }. { @@ -367726,9 +177726,9 @@ } => { var:x_0 :complies false. }. - :carol8884 :does :access_social_media. + :carol3884 :does :access_social_media. } log:explains { - :carol8884 :complies false. + :carol3884 :complies false. }. { @@ -367737,9 +177737,9 @@ } => { var:x_0 :complies false. }. - :carol8885 :does :access_social_media. + :carol3885 :does :access_social_media. } log:explains { - :carol8885 :complies false. + :carol3885 :complies false. }. { @@ -367748,9 +177748,9 @@ } => { var:x_0 :complies false. }. - :carol8886 :does :access_social_media. + :carol3886 :does :access_social_media. } log:explains { - :carol8886 :complies false. + :carol3886 :complies false. }. { @@ -367759,9 +177759,9 @@ } => { var:x_0 :complies false. }. - :carol8887 :does :access_social_media. + :carol3887 :does :access_social_media. } log:explains { - :carol8887 :complies false. + :carol3887 :complies false. }. { @@ -367770,9 +177770,9 @@ } => { var:x_0 :complies false. }. - :carol8888 :does :access_social_media. + :carol3888 :does :access_social_media. } log:explains { - :carol8888 :complies false. + :carol3888 :complies false. }. { @@ -367781,9 +177781,9 @@ } => { var:x_0 :complies false. }. - :carol8889 :does :access_social_media. + :carol3889 :does :access_social_media. } log:explains { - :carol8889 :complies false. + :carol3889 :complies false. }. { @@ -367792,9 +177792,9 @@ } => { var:x_0 :complies false. }. - :carol8890 :does :access_social_media. + :carol3890 :does :access_social_media. } log:explains { - :carol8890 :complies false. + :carol3890 :complies false. }. { @@ -367803,9 +177803,9 @@ } => { var:x_0 :complies false. }. - :carol8891 :does :access_social_media. + :carol3891 :does :access_social_media. } log:explains { - :carol8891 :complies false. + :carol3891 :complies false. }. { @@ -367814,9 +177814,9 @@ } => { var:x_0 :complies false. }. - :carol8892 :does :access_social_media. + :carol3892 :does :access_social_media. } log:explains { - :carol8892 :complies false. + :carol3892 :complies false. }. { @@ -367825,9 +177825,9 @@ } => { var:x_0 :complies false. }. - :carol8893 :does :access_social_media. + :carol3893 :does :access_social_media. } log:explains { - :carol8893 :complies false. + :carol3893 :complies false. }. { @@ -367836,9 +177836,9 @@ } => { var:x_0 :complies false. }. - :carol8894 :does :access_social_media. + :carol3894 :does :access_social_media. } log:explains { - :carol8894 :complies false. + :carol3894 :complies false. }. { @@ -367847,9 +177847,9 @@ } => { var:x_0 :complies false. }. - :carol8895 :does :access_social_media. + :carol3895 :does :access_social_media. } log:explains { - :carol8895 :complies false. + :carol3895 :complies false. }. { @@ -367858,9 +177858,9 @@ } => { var:x_0 :complies false. }. - :carol8896 :does :access_social_media. + :carol3896 :does :access_social_media. } log:explains { - :carol8896 :complies false. + :carol3896 :complies false. }. { @@ -367869,9 +177869,9 @@ } => { var:x_0 :complies false. }. - :carol8897 :does :access_social_media. + :carol3897 :does :access_social_media. } log:explains { - :carol8897 :complies false. + :carol3897 :complies false. }. { @@ -367880,9 +177880,9 @@ } => { var:x_0 :complies false. }. - :carol8898 :does :access_social_media. + :carol3898 :does :access_social_media. } log:explains { - :carol8898 :complies false. + :carol3898 :complies false. }. { @@ -367891,9 +177891,9 @@ } => { var:x_0 :complies false. }. - :carol8899 :does :access_social_media. + :carol3899 :does :access_social_media. } log:explains { - :carol8899 :complies false. + :carol3899 :complies false. }. { @@ -367902,9 +177902,9 @@ } => { var:x_0 :complies false. }. - :carol8900 :does :access_social_media. + :carol3900 :does :access_social_media. } log:explains { - :carol8900 :complies false. + :carol3900 :complies false. }. { @@ -367913,9 +177913,9 @@ } => { var:x_0 :complies false. }. - :carol8901 :does :access_social_media. + :carol3901 :does :access_social_media. } log:explains { - :carol8901 :complies false. + :carol3901 :complies false. }. { @@ -367924,9 +177924,9 @@ } => { var:x_0 :complies false. }. - :carol8902 :does :access_social_media. + :carol3902 :does :access_social_media. } log:explains { - :carol8902 :complies false. + :carol3902 :complies false. }. { @@ -367935,9 +177935,9 @@ } => { var:x_0 :complies false. }. - :carol8903 :does :access_social_media. + :carol3903 :does :access_social_media. } log:explains { - :carol8903 :complies false. + :carol3903 :complies false. }. { @@ -367946,9 +177946,9 @@ } => { var:x_0 :complies false. }. - :carol8904 :does :access_social_media. + :carol3904 :does :access_social_media. } log:explains { - :carol8904 :complies false. + :carol3904 :complies false. }. { @@ -367957,9 +177957,9 @@ } => { var:x_0 :complies false. }. - :carol8905 :does :access_social_media. + :carol3905 :does :access_social_media. } log:explains { - :carol8905 :complies false. + :carol3905 :complies false. }. { @@ -367968,9 +177968,9 @@ } => { var:x_0 :complies false. }. - :carol8906 :does :access_social_media. + :carol3906 :does :access_social_media. } log:explains { - :carol8906 :complies false. + :carol3906 :complies false. }. { @@ -367979,9 +177979,9 @@ } => { var:x_0 :complies false. }. - :carol8907 :does :access_social_media. + :carol3907 :does :access_social_media. } log:explains { - :carol8907 :complies false. + :carol3907 :complies false. }. { @@ -367990,9 +177990,9 @@ } => { var:x_0 :complies false. }. - :carol8908 :does :access_social_media. + :carol3908 :does :access_social_media. } log:explains { - :carol8908 :complies false. + :carol3908 :complies false. }. { @@ -368001,9 +178001,9 @@ } => { var:x_0 :complies false. }. - :carol8909 :does :access_social_media. + :carol3909 :does :access_social_media. } log:explains { - :carol8909 :complies false. + :carol3909 :complies false. }. { @@ -368012,9 +178012,9 @@ } => { var:x_0 :complies false. }. - :carol8910 :does :access_social_media. + :carol3910 :does :access_social_media. } log:explains { - :carol8910 :complies false. + :carol3910 :complies false. }. { @@ -368023,9 +178023,9 @@ } => { var:x_0 :complies false. }. - :carol8911 :does :access_social_media. + :carol3911 :does :access_social_media. } log:explains { - :carol8911 :complies false. + :carol3911 :complies false. }. { @@ -368034,9 +178034,9 @@ } => { var:x_0 :complies false. }. - :carol8912 :does :access_social_media. + :carol3912 :does :access_social_media. } log:explains { - :carol8912 :complies false. + :carol3912 :complies false. }. { @@ -368045,9 +178045,9 @@ } => { var:x_0 :complies false. }. - :carol8913 :does :access_social_media. + :carol3913 :does :access_social_media. } log:explains { - :carol8913 :complies false. + :carol3913 :complies false. }. { @@ -368056,9 +178056,9 @@ } => { var:x_0 :complies false. }. - :carol8914 :does :access_social_media. + :carol3914 :does :access_social_media. } log:explains { - :carol8914 :complies false. + :carol3914 :complies false. }. { @@ -368067,9 +178067,9 @@ } => { var:x_0 :complies false. }. - :carol8915 :does :access_social_media. + :carol3915 :does :access_social_media. } log:explains { - :carol8915 :complies false. + :carol3915 :complies false. }. { @@ -368078,9 +178078,9 @@ } => { var:x_0 :complies false. }. - :carol8916 :does :access_social_media. + :carol3916 :does :access_social_media. } log:explains { - :carol8916 :complies false. + :carol3916 :complies false. }. { @@ -368089,9 +178089,9 @@ } => { var:x_0 :complies false. }. - :carol8917 :does :access_social_media. + :carol3917 :does :access_social_media. } log:explains { - :carol8917 :complies false. + :carol3917 :complies false. }. { @@ -368100,9 +178100,9 @@ } => { var:x_0 :complies false. }. - :carol8918 :does :access_social_media. + :carol3918 :does :access_social_media. } log:explains { - :carol8918 :complies false. + :carol3918 :complies false. }. { @@ -368111,9 +178111,9 @@ } => { var:x_0 :complies false. }. - :carol8919 :does :access_social_media. + :carol3919 :does :access_social_media. } log:explains { - :carol8919 :complies false. + :carol3919 :complies false. }. { @@ -368122,9 +178122,9 @@ } => { var:x_0 :complies false. }. - :carol8920 :does :access_social_media. + :carol3920 :does :access_social_media. } log:explains { - :carol8920 :complies false. + :carol3920 :complies false. }. { @@ -368133,9 +178133,9 @@ } => { var:x_0 :complies false. }. - :carol8921 :does :access_social_media. + :carol3921 :does :access_social_media. } log:explains { - :carol8921 :complies false. + :carol3921 :complies false. }. { @@ -368144,9 +178144,9 @@ } => { var:x_0 :complies false. }. - :carol8922 :does :access_social_media. + :carol3922 :does :access_social_media. } log:explains { - :carol8922 :complies false. + :carol3922 :complies false. }. { @@ -368155,9 +178155,9 @@ } => { var:x_0 :complies false. }. - :carol8923 :does :access_social_media. + :carol3923 :does :access_social_media. } log:explains { - :carol8923 :complies false. + :carol3923 :complies false. }. { @@ -368166,9 +178166,9 @@ } => { var:x_0 :complies false. }. - :carol8924 :does :access_social_media. + :carol3924 :does :access_social_media. } log:explains { - :carol8924 :complies false. + :carol3924 :complies false. }. { @@ -368177,9 +178177,9 @@ } => { var:x_0 :complies false. }. - :carol8925 :does :access_social_media. + :carol3925 :does :access_social_media. } log:explains { - :carol8925 :complies false. + :carol3925 :complies false. }. { @@ -368188,9 +178188,9 @@ } => { var:x_0 :complies false. }. - :carol8926 :does :access_social_media. + :carol3926 :does :access_social_media. } log:explains { - :carol8926 :complies false. + :carol3926 :complies false. }. { @@ -368199,9 +178199,9 @@ } => { var:x_0 :complies false. }. - :carol8927 :does :access_social_media. + :carol3927 :does :access_social_media. } log:explains { - :carol8927 :complies false. + :carol3927 :complies false. }. { @@ -368210,9 +178210,9 @@ } => { var:x_0 :complies false. }. - :carol8928 :does :access_social_media. + :carol3928 :does :access_social_media. } log:explains { - :carol8928 :complies false. + :carol3928 :complies false. }. { @@ -368221,9 +178221,9 @@ } => { var:x_0 :complies false. }. - :carol8929 :does :access_social_media. + :carol3929 :does :access_social_media. } log:explains { - :carol8929 :complies false. + :carol3929 :complies false. }. { @@ -368232,9 +178232,9 @@ } => { var:x_0 :complies false. }. - :carol8930 :does :access_social_media. + :carol3930 :does :access_social_media. } log:explains { - :carol8930 :complies false. + :carol3930 :complies false. }. { @@ -368243,9 +178243,9 @@ } => { var:x_0 :complies false. }. - :carol8931 :does :access_social_media. + :carol3931 :does :access_social_media. } log:explains { - :carol8931 :complies false. + :carol3931 :complies false. }. { @@ -368254,9 +178254,9 @@ } => { var:x_0 :complies false. }. - :carol8932 :does :access_social_media. + :carol3932 :does :access_social_media. } log:explains { - :carol8932 :complies false. + :carol3932 :complies false. }. { @@ -368265,9 +178265,9 @@ } => { var:x_0 :complies false. }. - :carol8933 :does :access_social_media. + :carol3933 :does :access_social_media. } log:explains { - :carol8933 :complies false. + :carol3933 :complies false. }. { @@ -368276,9 +178276,9 @@ } => { var:x_0 :complies false. }. - :carol8934 :does :access_social_media. + :carol3934 :does :access_social_media. } log:explains { - :carol8934 :complies false. + :carol3934 :complies false. }. { @@ -368287,9 +178287,9 @@ } => { var:x_0 :complies false. }. - :carol8935 :does :access_social_media. + :carol3935 :does :access_social_media. } log:explains { - :carol8935 :complies false. + :carol3935 :complies false. }. { @@ -368298,9 +178298,9 @@ } => { var:x_0 :complies false. }. - :carol8936 :does :access_social_media. + :carol3936 :does :access_social_media. } log:explains { - :carol8936 :complies false. + :carol3936 :complies false. }. { @@ -368309,9 +178309,9 @@ } => { var:x_0 :complies false. }. - :carol8937 :does :access_social_media. + :carol3937 :does :access_social_media. } log:explains { - :carol8937 :complies false. + :carol3937 :complies false. }. { @@ -368320,9 +178320,9 @@ } => { var:x_0 :complies false. }. - :carol8938 :does :access_social_media. + :carol3938 :does :access_social_media. } log:explains { - :carol8938 :complies false. + :carol3938 :complies false. }. { @@ -368331,9 +178331,9 @@ } => { var:x_0 :complies false. }. - :carol8939 :does :access_social_media. + :carol3939 :does :access_social_media. } log:explains { - :carol8939 :complies false. + :carol3939 :complies false. }. { @@ -368342,9 +178342,9 @@ } => { var:x_0 :complies false. }. - :carol8940 :does :access_social_media. + :carol3940 :does :access_social_media. } log:explains { - :carol8940 :complies false. + :carol3940 :complies false. }. { @@ -368353,9 +178353,9 @@ } => { var:x_0 :complies false. }. - :carol8941 :does :access_social_media. + :carol3941 :does :access_social_media. } log:explains { - :carol8941 :complies false. + :carol3941 :complies false. }. { @@ -368364,9 +178364,9 @@ } => { var:x_0 :complies false. }. - :carol8942 :does :access_social_media. + :carol3942 :does :access_social_media. } log:explains { - :carol8942 :complies false. + :carol3942 :complies false. }. { @@ -368375,9 +178375,9 @@ } => { var:x_0 :complies false. }. - :carol8943 :does :access_social_media. + :carol3943 :does :access_social_media. } log:explains { - :carol8943 :complies false. + :carol3943 :complies false. }. { @@ -368386,9 +178386,9 @@ } => { var:x_0 :complies false. }. - :carol8944 :does :access_social_media. + :carol3944 :does :access_social_media. } log:explains { - :carol8944 :complies false. + :carol3944 :complies false. }. { @@ -368397,9 +178397,9 @@ } => { var:x_0 :complies false. }. - :carol8945 :does :access_social_media. + :carol3945 :does :access_social_media. } log:explains { - :carol8945 :complies false. + :carol3945 :complies false. }. { @@ -368408,9 +178408,9 @@ } => { var:x_0 :complies false. }. - :carol8946 :does :access_social_media. + :carol3946 :does :access_social_media. } log:explains { - :carol8946 :complies false. + :carol3946 :complies false. }. { @@ -368419,9 +178419,9 @@ } => { var:x_0 :complies false. }. - :carol8947 :does :access_social_media. + :carol3947 :does :access_social_media. } log:explains { - :carol8947 :complies false. + :carol3947 :complies false. }. { @@ -368430,9 +178430,9 @@ } => { var:x_0 :complies false. }. - :carol8948 :does :access_social_media. + :carol3948 :does :access_social_media. } log:explains { - :carol8948 :complies false. + :carol3948 :complies false. }. { @@ -368441,9 +178441,9 @@ } => { var:x_0 :complies false. }. - :carol8949 :does :access_social_media. + :carol3949 :does :access_social_media. } log:explains { - :carol8949 :complies false. + :carol3949 :complies false. }. { @@ -368452,9 +178452,9 @@ } => { var:x_0 :complies false. }. - :carol8950 :does :access_social_media. + :carol3950 :does :access_social_media. } log:explains { - :carol8950 :complies false. + :carol3950 :complies false. }. { @@ -368463,9 +178463,9 @@ } => { var:x_0 :complies false. }. - :carol8951 :does :access_social_media. + :carol3951 :does :access_social_media. } log:explains { - :carol8951 :complies false. + :carol3951 :complies false. }. { @@ -368474,9 +178474,9 @@ } => { var:x_0 :complies false. }. - :carol8952 :does :access_social_media. + :carol3952 :does :access_social_media. } log:explains { - :carol8952 :complies false. + :carol3952 :complies false. }. { @@ -368485,9 +178485,9 @@ } => { var:x_0 :complies false. }. - :carol8953 :does :access_social_media. + :carol3953 :does :access_social_media. } log:explains { - :carol8953 :complies false. + :carol3953 :complies false. }. { @@ -368496,9 +178496,9 @@ } => { var:x_0 :complies false. }. - :carol8954 :does :access_social_media. + :carol3954 :does :access_social_media. } log:explains { - :carol8954 :complies false. + :carol3954 :complies false. }. { @@ -368507,9 +178507,9 @@ } => { var:x_0 :complies false. }. - :carol8955 :does :access_social_media. + :carol3955 :does :access_social_media. } log:explains { - :carol8955 :complies false. + :carol3955 :complies false. }. { @@ -368518,9 +178518,9 @@ } => { var:x_0 :complies false. }. - :carol8956 :does :access_social_media. + :carol3956 :does :access_social_media. } log:explains { - :carol8956 :complies false. + :carol3956 :complies false. }. { @@ -368529,9 +178529,9 @@ } => { var:x_0 :complies false. }. - :carol8957 :does :access_social_media. + :carol3957 :does :access_social_media. } log:explains { - :carol8957 :complies false. + :carol3957 :complies false. }. { @@ -368540,9 +178540,9 @@ } => { var:x_0 :complies false. }. - :carol8958 :does :access_social_media. + :carol3958 :does :access_social_media. } log:explains { - :carol8958 :complies false. + :carol3958 :complies false. }. { @@ -368551,9 +178551,9 @@ } => { var:x_0 :complies false. }. - :carol8959 :does :access_social_media. + :carol3959 :does :access_social_media. } log:explains { - :carol8959 :complies false. + :carol3959 :complies false. }. { @@ -368562,9 +178562,9 @@ } => { var:x_0 :complies false. }. - :carol8960 :does :access_social_media. + :carol3960 :does :access_social_media. } log:explains { - :carol8960 :complies false. + :carol3960 :complies false. }. { @@ -368573,9 +178573,9 @@ } => { var:x_0 :complies false. }. - :carol8961 :does :access_social_media. + :carol3961 :does :access_social_media. } log:explains { - :carol8961 :complies false. + :carol3961 :complies false. }. { @@ -368584,9 +178584,9 @@ } => { var:x_0 :complies false. }. - :carol8962 :does :access_social_media. + :carol3962 :does :access_social_media. } log:explains { - :carol8962 :complies false. + :carol3962 :complies false. }. { @@ -368595,9 +178595,9 @@ } => { var:x_0 :complies false. }. - :carol8963 :does :access_social_media. + :carol3963 :does :access_social_media. } log:explains { - :carol8963 :complies false. + :carol3963 :complies false. }. { @@ -368606,9 +178606,9 @@ } => { var:x_0 :complies false. }. - :carol8964 :does :access_social_media. + :carol3964 :does :access_social_media. } log:explains { - :carol8964 :complies false. + :carol3964 :complies false. }. { @@ -368617,9 +178617,9 @@ } => { var:x_0 :complies false. }. - :carol8965 :does :access_social_media. + :carol3965 :does :access_social_media. } log:explains { - :carol8965 :complies false. + :carol3965 :complies false. }. { @@ -368628,9 +178628,9 @@ } => { var:x_0 :complies false. }. - :carol8966 :does :access_social_media. + :carol3966 :does :access_social_media. } log:explains { - :carol8966 :complies false. + :carol3966 :complies false. }. { @@ -368639,9 +178639,9 @@ } => { var:x_0 :complies false. }. - :carol8967 :does :access_social_media. + :carol3967 :does :access_social_media. } log:explains { - :carol8967 :complies false. + :carol3967 :complies false. }. { @@ -368650,9 +178650,9 @@ } => { var:x_0 :complies false. }. - :carol8968 :does :access_social_media. + :carol3968 :does :access_social_media. } log:explains { - :carol8968 :complies false. + :carol3968 :complies false. }. { @@ -368661,9 +178661,9 @@ } => { var:x_0 :complies false. }. - :carol8969 :does :access_social_media. + :carol3969 :does :access_social_media. } log:explains { - :carol8969 :complies false. + :carol3969 :complies false. }. { @@ -368672,9 +178672,9 @@ } => { var:x_0 :complies false. }. - :carol8970 :does :access_social_media. + :carol3970 :does :access_social_media. } log:explains { - :carol8970 :complies false. + :carol3970 :complies false. }. { @@ -368683,9 +178683,9 @@ } => { var:x_0 :complies false. }. - :carol8971 :does :access_social_media. + :carol3971 :does :access_social_media. } log:explains { - :carol8971 :complies false. + :carol3971 :complies false. }. { @@ -368694,9 +178694,9 @@ } => { var:x_0 :complies false. }. - :carol8972 :does :access_social_media. + :carol3972 :does :access_social_media. } log:explains { - :carol8972 :complies false. + :carol3972 :complies false. }. { @@ -368705,9 +178705,9 @@ } => { var:x_0 :complies false. }. - :carol8973 :does :access_social_media. + :carol3973 :does :access_social_media. } log:explains { - :carol8973 :complies false. + :carol3973 :complies false. }. { @@ -368716,9 +178716,9 @@ } => { var:x_0 :complies false. }. - :carol8974 :does :access_social_media. + :carol3974 :does :access_social_media. } log:explains { - :carol8974 :complies false. + :carol3974 :complies false. }. { @@ -368727,9 +178727,9 @@ } => { var:x_0 :complies false. }. - :carol8975 :does :access_social_media. + :carol3975 :does :access_social_media. } log:explains { - :carol8975 :complies false. + :carol3975 :complies false. }. { @@ -368738,9 +178738,9 @@ } => { var:x_0 :complies false. }. - :carol8976 :does :access_social_media. + :carol3976 :does :access_social_media. } log:explains { - :carol8976 :complies false. + :carol3976 :complies false. }. { @@ -368749,9 +178749,9 @@ } => { var:x_0 :complies false. }. - :carol8977 :does :access_social_media. + :carol3977 :does :access_social_media. } log:explains { - :carol8977 :complies false. + :carol3977 :complies false. }. { @@ -368760,9 +178760,9 @@ } => { var:x_0 :complies false. }. - :carol8978 :does :access_social_media. + :carol3978 :does :access_social_media. } log:explains { - :carol8978 :complies false. + :carol3978 :complies false. }. { @@ -368771,9 +178771,9 @@ } => { var:x_0 :complies false. }. - :carol8979 :does :access_social_media. + :carol3979 :does :access_social_media. } log:explains { - :carol8979 :complies false. + :carol3979 :complies false. }. { @@ -368782,9 +178782,9 @@ } => { var:x_0 :complies false. }. - :carol8980 :does :access_social_media. + :carol3980 :does :access_social_media. } log:explains { - :carol8980 :complies false. + :carol3980 :complies false. }. { @@ -368793,9 +178793,9 @@ } => { var:x_0 :complies false. }. - :carol8981 :does :access_social_media. + :carol3981 :does :access_social_media. } log:explains { - :carol8981 :complies false. + :carol3981 :complies false. }. { @@ -368804,9 +178804,9 @@ } => { var:x_0 :complies false. }. - :carol8982 :does :access_social_media. + :carol3982 :does :access_social_media. } log:explains { - :carol8982 :complies false. + :carol3982 :complies false. }. { @@ -368815,9 +178815,9 @@ } => { var:x_0 :complies false. }. - :carol8983 :does :access_social_media. + :carol3983 :does :access_social_media. } log:explains { - :carol8983 :complies false. + :carol3983 :complies false. }. { @@ -368826,9 +178826,9 @@ } => { var:x_0 :complies false. }. - :carol8984 :does :access_social_media. + :carol3984 :does :access_social_media. } log:explains { - :carol8984 :complies false. + :carol3984 :complies false. }. { @@ -368837,9 +178837,9 @@ } => { var:x_0 :complies false. }. - :carol8985 :does :access_social_media. + :carol3985 :does :access_social_media. } log:explains { - :carol8985 :complies false. + :carol3985 :complies false. }. { @@ -368848,9 +178848,9 @@ } => { var:x_0 :complies false. }. - :carol8986 :does :access_social_media. + :carol3986 :does :access_social_media. } log:explains { - :carol8986 :complies false. + :carol3986 :complies false. }. { @@ -368859,9 +178859,9 @@ } => { var:x_0 :complies false. }. - :carol8987 :does :access_social_media. + :carol3987 :does :access_social_media. } log:explains { - :carol8987 :complies false. + :carol3987 :complies false. }. { @@ -368870,9 +178870,9 @@ } => { var:x_0 :complies false. }. - :carol8988 :does :access_social_media. + :carol3988 :does :access_social_media. } log:explains { - :carol8988 :complies false. + :carol3988 :complies false. }. { @@ -368881,9 +178881,9 @@ } => { var:x_0 :complies false. }. - :carol8989 :does :access_social_media. + :carol3989 :does :access_social_media. } log:explains { - :carol8989 :complies false. + :carol3989 :complies false. }. { @@ -368892,9 +178892,9 @@ } => { var:x_0 :complies false. }. - :carol8990 :does :access_social_media. + :carol3990 :does :access_social_media. } log:explains { - :carol8990 :complies false. + :carol3990 :complies false. }. { @@ -368903,9 +178903,9 @@ } => { var:x_0 :complies false. }. - :carol8991 :does :access_social_media. + :carol3991 :does :access_social_media. } log:explains { - :carol8991 :complies false. + :carol3991 :complies false. }. { @@ -368914,9 +178914,9 @@ } => { var:x_0 :complies false. }. - :carol8992 :does :access_social_media. + :carol3992 :does :access_social_media. } log:explains { - :carol8992 :complies false. + :carol3992 :complies false. }. { @@ -368925,9 +178925,9 @@ } => { var:x_0 :complies false. }. - :carol8993 :does :access_social_media. + :carol3993 :does :access_social_media. } log:explains { - :carol8993 :complies false. + :carol3993 :complies false. }. { @@ -368936,9 +178936,9 @@ } => { var:x_0 :complies false. }. - :carol8994 :does :access_social_media. + :carol3994 :does :access_social_media. } log:explains { - :carol8994 :complies false. + :carol3994 :complies false. }. { @@ -368947,9 +178947,9 @@ } => { var:x_0 :complies false. }. - :carol8995 :does :access_social_media. + :carol3995 :does :access_social_media. } log:explains { - :carol8995 :complies false. + :carol3995 :complies false. }. { @@ -368958,9 +178958,9 @@ } => { var:x_0 :complies false. }. - :carol8996 :does :access_social_media. + :carol3996 :does :access_social_media. } log:explains { - :carol8996 :complies false. + :carol3996 :complies false. }. { @@ -368969,9 +178969,9 @@ } => { var:x_0 :complies false. }. - :carol8997 :does :access_social_media. + :carol3997 :does :access_social_media. } log:explains { - :carol8997 :complies false. + :carol3997 :complies false. }. { @@ -368980,9 +178980,9 @@ } => { var:x_0 :complies false. }. - :carol8998 :does :access_social_media. + :carol3998 :does :access_social_media. } log:explains { - :carol8998 :complies false. + :carol3998 :complies false. }. { @@ -368991,9 +178991,9 @@ } => { var:x_0 :complies false. }. - :carol8999 :does :access_social_media. + :carol3999 :does :access_social_media. } log:explains { - :carol8999 :complies false. + :carol3999 :complies false. }. { @@ -369002,9 +179002,9 @@ } => { var:x_0 :complies false. }. - :carol9000 :does :access_social_media. + :carol4000 :does :access_social_media. } log:explains { - :carol9000 :complies false. + :carol4000 :complies false. }. { @@ -369013,9 +179013,9 @@ } => { var:x_0 :complies false. }. - :carol9001 :does :access_social_media. + :carol4001 :does :access_social_media. } log:explains { - :carol9001 :complies false. + :carol4001 :complies false. }. { @@ -369024,9 +179024,9 @@ } => { var:x_0 :complies false. }. - :carol9002 :does :access_social_media. + :carol4002 :does :access_social_media. } log:explains { - :carol9002 :complies false. + :carol4002 :complies false. }. { @@ -369035,9 +179035,9 @@ } => { var:x_0 :complies false. }. - :carol9003 :does :access_social_media. + :carol4003 :does :access_social_media. } log:explains { - :carol9003 :complies false. + :carol4003 :complies false. }. { @@ -369046,9 +179046,9 @@ } => { var:x_0 :complies false. }. - :carol9004 :does :access_social_media. + :carol4004 :does :access_social_media. } log:explains { - :carol9004 :complies false. + :carol4004 :complies false. }. { @@ -369057,9 +179057,9 @@ } => { var:x_0 :complies false. }. - :carol9005 :does :access_social_media. + :carol4005 :does :access_social_media. } log:explains { - :carol9005 :complies false. + :carol4005 :complies false. }. { @@ -369068,9 +179068,9 @@ } => { var:x_0 :complies false. }. - :carol9006 :does :access_social_media. + :carol4006 :does :access_social_media. } log:explains { - :carol9006 :complies false. + :carol4006 :complies false. }. { @@ -369079,9 +179079,9 @@ } => { var:x_0 :complies false. }. - :carol9007 :does :access_social_media. + :carol4007 :does :access_social_media. } log:explains { - :carol9007 :complies false. + :carol4007 :complies false. }. { @@ -369090,9 +179090,9 @@ } => { var:x_0 :complies false. }. - :carol9008 :does :access_social_media. + :carol4008 :does :access_social_media. } log:explains { - :carol9008 :complies false. + :carol4008 :complies false. }. { @@ -369101,9 +179101,9 @@ } => { var:x_0 :complies false. }. - :carol9009 :does :access_social_media. + :carol4009 :does :access_social_media. } log:explains { - :carol9009 :complies false. + :carol4009 :complies false. }. { @@ -369112,9 +179112,9 @@ } => { var:x_0 :complies false. }. - :carol9010 :does :access_social_media. + :carol4010 :does :access_social_media. } log:explains { - :carol9010 :complies false. + :carol4010 :complies false. }. { @@ -369123,9 +179123,9 @@ } => { var:x_0 :complies false. }. - :carol9011 :does :access_social_media. + :carol4011 :does :access_social_media. } log:explains { - :carol9011 :complies false. + :carol4011 :complies false. }. { @@ -369134,9 +179134,9 @@ } => { var:x_0 :complies false. }. - :carol9012 :does :access_social_media. + :carol4012 :does :access_social_media. } log:explains { - :carol9012 :complies false. + :carol4012 :complies false. }. { @@ -369145,9 +179145,9 @@ } => { var:x_0 :complies false. }. - :carol9013 :does :access_social_media. + :carol4013 :does :access_social_media. } log:explains { - :carol9013 :complies false. + :carol4013 :complies false. }. { @@ -369156,9 +179156,9 @@ } => { var:x_0 :complies false. }. - :carol9014 :does :access_social_media. + :carol4014 :does :access_social_media. } log:explains { - :carol9014 :complies false. + :carol4014 :complies false. }. { @@ -369167,9 +179167,9 @@ } => { var:x_0 :complies false. }. - :carol9015 :does :access_social_media. + :carol4015 :does :access_social_media. } log:explains { - :carol9015 :complies false. + :carol4015 :complies false. }. { @@ -369178,9 +179178,9 @@ } => { var:x_0 :complies false. }. - :carol9016 :does :access_social_media. + :carol4016 :does :access_social_media. } log:explains { - :carol9016 :complies false. + :carol4016 :complies false. }. { @@ -369189,9 +179189,9 @@ } => { var:x_0 :complies false. }. - :carol9017 :does :access_social_media. + :carol4017 :does :access_social_media. } log:explains { - :carol9017 :complies false. + :carol4017 :complies false. }. { @@ -369200,9 +179200,9 @@ } => { var:x_0 :complies false. }. - :carol9018 :does :access_social_media. + :carol4018 :does :access_social_media. } log:explains { - :carol9018 :complies false. + :carol4018 :complies false. }. { @@ -369211,9 +179211,9 @@ } => { var:x_0 :complies false. }. - :carol9019 :does :access_social_media. + :carol4019 :does :access_social_media. } log:explains { - :carol9019 :complies false. + :carol4019 :complies false. }. { @@ -369222,9 +179222,9 @@ } => { var:x_0 :complies false. }. - :carol9020 :does :access_social_media. + :carol4020 :does :access_social_media. } log:explains { - :carol9020 :complies false. + :carol4020 :complies false. }. { @@ -369233,9 +179233,9 @@ } => { var:x_0 :complies false. }. - :carol9021 :does :access_social_media. + :carol4021 :does :access_social_media. } log:explains { - :carol9021 :complies false. + :carol4021 :complies false. }. { @@ -369244,9 +179244,9 @@ } => { var:x_0 :complies false. }. - :carol9022 :does :access_social_media. + :carol4022 :does :access_social_media. } log:explains { - :carol9022 :complies false. + :carol4022 :complies false. }. { @@ -369255,9 +179255,9 @@ } => { var:x_0 :complies false. }. - :carol9023 :does :access_social_media. + :carol4023 :does :access_social_media. } log:explains { - :carol9023 :complies false. + :carol4023 :complies false. }. { @@ -369266,9 +179266,9 @@ } => { var:x_0 :complies false. }. - :carol9024 :does :access_social_media. + :carol4024 :does :access_social_media. } log:explains { - :carol9024 :complies false. + :carol4024 :complies false. }. { @@ -369277,9 +179277,9 @@ } => { var:x_0 :complies false. }. - :carol9025 :does :access_social_media. + :carol4025 :does :access_social_media. } log:explains { - :carol9025 :complies false. + :carol4025 :complies false. }. { @@ -369288,9 +179288,9 @@ } => { var:x_0 :complies false. }. - :carol9026 :does :access_social_media. + :carol4026 :does :access_social_media. } log:explains { - :carol9026 :complies false. + :carol4026 :complies false. }. { @@ -369299,9 +179299,9 @@ } => { var:x_0 :complies false. }. - :carol9027 :does :access_social_media. + :carol4027 :does :access_social_media. } log:explains { - :carol9027 :complies false. + :carol4027 :complies false. }. { @@ -369310,9 +179310,9 @@ } => { var:x_0 :complies false. }. - :carol9028 :does :access_social_media. + :carol4028 :does :access_social_media. } log:explains { - :carol9028 :complies false. + :carol4028 :complies false. }. { @@ -369321,9 +179321,9 @@ } => { var:x_0 :complies false. }. - :carol9029 :does :access_social_media. + :carol4029 :does :access_social_media. } log:explains { - :carol9029 :complies false. + :carol4029 :complies false. }. { @@ -369332,9 +179332,9 @@ } => { var:x_0 :complies false. }. - :carol9030 :does :access_social_media. + :carol4030 :does :access_social_media. } log:explains { - :carol9030 :complies false. + :carol4030 :complies false. }. { @@ -369343,9 +179343,9 @@ } => { var:x_0 :complies false. }. - :carol9031 :does :access_social_media. + :carol4031 :does :access_social_media. } log:explains { - :carol9031 :complies false. + :carol4031 :complies false. }. { @@ -369354,9 +179354,9 @@ } => { var:x_0 :complies false. }. - :carol9032 :does :access_social_media. + :carol4032 :does :access_social_media. } log:explains { - :carol9032 :complies false. + :carol4032 :complies false. }. { @@ -369365,9 +179365,9 @@ } => { var:x_0 :complies false. }. - :carol9033 :does :access_social_media. + :carol4033 :does :access_social_media. } log:explains { - :carol9033 :complies false. + :carol4033 :complies false. }. { @@ -369376,9 +179376,9 @@ } => { var:x_0 :complies false. }. - :carol9034 :does :access_social_media. + :carol4034 :does :access_social_media. } log:explains { - :carol9034 :complies false. + :carol4034 :complies false. }. { @@ -369387,9 +179387,9 @@ } => { var:x_0 :complies false. }. - :carol9035 :does :access_social_media. + :carol4035 :does :access_social_media. } log:explains { - :carol9035 :complies false. + :carol4035 :complies false. }. { @@ -369398,9 +179398,9 @@ } => { var:x_0 :complies false. }. - :carol9036 :does :access_social_media. + :carol4036 :does :access_social_media. } log:explains { - :carol9036 :complies false. + :carol4036 :complies false. }. { @@ -369409,9 +179409,9 @@ } => { var:x_0 :complies false. }. - :carol9037 :does :access_social_media. + :carol4037 :does :access_social_media. } log:explains { - :carol9037 :complies false. + :carol4037 :complies false. }. { @@ -369420,9 +179420,9 @@ } => { var:x_0 :complies false. }. - :carol9038 :does :access_social_media. + :carol4038 :does :access_social_media. } log:explains { - :carol9038 :complies false. + :carol4038 :complies false. }. { @@ -369431,9 +179431,9 @@ } => { var:x_0 :complies false. }. - :carol9039 :does :access_social_media. + :carol4039 :does :access_social_media. } log:explains { - :carol9039 :complies false. + :carol4039 :complies false. }. { @@ -369442,9 +179442,9 @@ } => { var:x_0 :complies false. }. - :carol9040 :does :access_social_media. + :carol4040 :does :access_social_media. } log:explains { - :carol9040 :complies false. + :carol4040 :complies false. }. { @@ -369453,9 +179453,9 @@ } => { var:x_0 :complies false. }. - :carol9041 :does :access_social_media. + :carol4041 :does :access_social_media. } log:explains { - :carol9041 :complies false. + :carol4041 :complies false. }. { @@ -369464,9 +179464,9 @@ } => { var:x_0 :complies false. }. - :carol9042 :does :access_social_media. + :carol4042 :does :access_social_media. } log:explains { - :carol9042 :complies false. + :carol4042 :complies false. }. { @@ -369475,9 +179475,9 @@ } => { var:x_0 :complies false. }. - :carol9043 :does :access_social_media. + :carol4043 :does :access_social_media. } log:explains { - :carol9043 :complies false. + :carol4043 :complies false. }. { @@ -369486,9 +179486,9 @@ } => { var:x_0 :complies false. }. - :carol9044 :does :access_social_media. + :carol4044 :does :access_social_media. } log:explains { - :carol9044 :complies false. + :carol4044 :complies false. }. { @@ -369497,9 +179497,9 @@ } => { var:x_0 :complies false. }. - :carol9045 :does :access_social_media. + :carol4045 :does :access_social_media. } log:explains { - :carol9045 :complies false. + :carol4045 :complies false. }. { @@ -369508,9 +179508,9 @@ } => { var:x_0 :complies false. }. - :carol9046 :does :access_social_media. + :carol4046 :does :access_social_media. } log:explains { - :carol9046 :complies false. + :carol4046 :complies false. }. { @@ -369519,9 +179519,9 @@ } => { var:x_0 :complies false. }. - :carol9047 :does :access_social_media. + :carol4047 :does :access_social_media. } log:explains { - :carol9047 :complies false. + :carol4047 :complies false. }. { @@ -369530,9 +179530,9 @@ } => { var:x_0 :complies false. }. - :carol9048 :does :access_social_media. + :carol4048 :does :access_social_media. } log:explains { - :carol9048 :complies false. + :carol4048 :complies false. }. { @@ -369541,9 +179541,9 @@ } => { var:x_0 :complies false. }. - :carol9049 :does :access_social_media. + :carol4049 :does :access_social_media. } log:explains { - :carol9049 :complies false. + :carol4049 :complies false. }. { @@ -369552,9 +179552,9 @@ } => { var:x_0 :complies false. }. - :carol9050 :does :access_social_media. + :carol4050 :does :access_social_media. } log:explains { - :carol9050 :complies false. + :carol4050 :complies false. }. { @@ -369563,9 +179563,9 @@ } => { var:x_0 :complies false. }. - :carol9051 :does :access_social_media. + :carol4051 :does :access_social_media. } log:explains { - :carol9051 :complies false. + :carol4051 :complies false. }. { @@ -369574,9 +179574,9 @@ } => { var:x_0 :complies false. }. - :carol9052 :does :access_social_media. + :carol4052 :does :access_social_media. } log:explains { - :carol9052 :complies false. + :carol4052 :complies false. }. { @@ -369585,9 +179585,9 @@ } => { var:x_0 :complies false. }. - :carol9053 :does :access_social_media. + :carol4053 :does :access_social_media. } log:explains { - :carol9053 :complies false. + :carol4053 :complies false. }. { @@ -369596,9 +179596,9 @@ } => { var:x_0 :complies false. }. - :carol9054 :does :access_social_media. + :carol4054 :does :access_social_media. } log:explains { - :carol9054 :complies false. + :carol4054 :complies false. }. { @@ -369607,9 +179607,9 @@ } => { var:x_0 :complies false. }. - :carol9055 :does :access_social_media. + :carol4055 :does :access_social_media. } log:explains { - :carol9055 :complies false. + :carol4055 :complies false. }. { @@ -369618,9 +179618,9 @@ } => { var:x_0 :complies false. }. - :carol9056 :does :access_social_media. + :carol4056 :does :access_social_media. } log:explains { - :carol9056 :complies false. + :carol4056 :complies false. }. { @@ -369629,9 +179629,9 @@ } => { var:x_0 :complies false. }. - :carol9057 :does :access_social_media. + :carol4057 :does :access_social_media. } log:explains { - :carol9057 :complies false. + :carol4057 :complies false. }. { @@ -369640,9 +179640,9 @@ } => { var:x_0 :complies false. }. - :carol9058 :does :access_social_media. + :carol4058 :does :access_social_media. } log:explains { - :carol9058 :complies false. + :carol4058 :complies false. }. { @@ -369651,9 +179651,9 @@ } => { var:x_0 :complies false. }. - :carol9059 :does :access_social_media. + :carol4059 :does :access_social_media. } log:explains { - :carol9059 :complies false. + :carol4059 :complies false. }. { @@ -369662,9 +179662,9 @@ } => { var:x_0 :complies false. }. - :carol9060 :does :access_social_media. + :carol4060 :does :access_social_media. } log:explains { - :carol9060 :complies false. + :carol4060 :complies false. }. { @@ -369673,9 +179673,9 @@ } => { var:x_0 :complies false. }. - :carol9061 :does :access_social_media. + :carol4061 :does :access_social_media. } log:explains { - :carol9061 :complies false. + :carol4061 :complies false. }. { @@ -369684,9 +179684,9 @@ } => { var:x_0 :complies false. }. - :carol9062 :does :access_social_media. + :carol4062 :does :access_social_media. } log:explains { - :carol9062 :complies false. + :carol4062 :complies false. }. { @@ -369695,9 +179695,9 @@ } => { var:x_0 :complies false. }. - :carol9063 :does :access_social_media. + :carol4063 :does :access_social_media. } log:explains { - :carol9063 :complies false. + :carol4063 :complies false. }. { @@ -369706,9 +179706,9 @@ } => { var:x_0 :complies false. }. - :carol9064 :does :access_social_media. + :carol4064 :does :access_social_media. } log:explains { - :carol9064 :complies false. + :carol4064 :complies false. }. { @@ -369717,9 +179717,9 @@ } => { var:x_0 :complies false. }. - :carol9065 :does :access_social_media. + :carol4065 :does :access_social_media. } log:explains { - :carol9065 :complies false. + :carol4065 :complies false. }. { @@ -369728,9 +179728,9 @@ } => { var:x_0 :complies false. }. - :carol9066 :does :access_social_media. + :carol4066 :does :access_social_media. } log:explains { - :carol9066 :complies false. + :carol4066 :complies false. }. { @@ -369739,9 +179739,9 @@ } => { var:x_0 :complies false. }. - :carol9067 :does :access_social_media. + :carol4067 :does :access_social_media. } log:explains { - :carol9067 :complies false. + :carol4067 :complies false. }. { @@ -369750,9 +179750,9 @@ } => { var:x_0 :complies false. }. - :carol9068 :does :access_social_media. + :carol4068 :does :access_social_media. } log:explains { - :carol9068 :complies false. + :carol4068 :complies false. }. { @@ -369761,9 +179761,9 @@ } => { var:x_0 :complies false. }. - :carol9069 :does :access_social_media. + :carol4069 :does :access_social_media. } log:explains { - :carol9069 :complies false. + :carol4069 :complies false. }. { @@ -369772,9 +179772,9 @@ } => { var:x_0 :complies false. }. - :carol9070 :does :access_social_media. + :carol4070 :does :access_social_media. } log:explains { - :carol9070 :complies false. + :carol4070 :complies false. }. { @@ -369783,9 +179783,9 @@ } => { var:x_0 :complies false. }. - :carol9071 :does :access_social_media. + :carol4071 :does :access_social_media. } log:explains { - :carol9071 :complies false. + :carol4071 :complies false. }. { @@ -369794,9 +179794,9 @@ } => { var:x_0 :complies false. }. - :carol9072 :does :access_social_media. + :carol4072 :does :access_social_media. } log:explains { - :carol9072 :complies false. + :carol4072 :complies false. }. { @@ -369805,9 +179805,9 @@ } => { var:x_0 :complies false. }. - :carol9073 :does :access_social_media. + :carol4073 :does :access_social_media. } log:explains { - :carol9073 :complies false. + :carol4073 :complies false. }. { @@ -369816,9 +179816,9 @@ } => { var:x_0 :complies false. }. - :carol9074 :does :access_social_media. + :carol4074 :does :access_social_media. } log:explains { - :carol9074 :complies false. + :carol4074 :complies false. }. { @@ -369827,9 +179827,9 @@ } => { var:x_0 :complies false. }. - :carol9075 :does :access_social_media. + :carol4075 :does :access_social_media. } log:explains { - :carol9075 :complies false. + :carol4075 :complies false. }. { @@ -369838,9 +179838,9 @@ } => { var:x_0 :complies false. }. - :carol9076 :does :access_social_media. + :carol4076 :does :access_social_media. } log:explains { - :carol9076 :complies false. + :carol4076 :complies false. }. { @@ -369849,9 +179849,9 @@ } => { var:x_0 :complies false. }. - :carol9077 :does :access_social_media. + :carol4077 :does :access_social_media. } log:explains { - :carol9077 :complies false. + :carol4077 :complies false. }. { @@ -369860,9 +179860,9 @@ } => { var:x_0 :complies false. }. - :carol9078 :does :access_social_media. + :carol4078 :does :access_social_media. } log:explains { - :carol9078 :complies false. + :carol4078 :complies false. }. { @@ -369871,9 +179871,9 @@ } => { var:x_0 :complies false. }. - :carol9079 :does :access_social_media. + :carol4079 :does :access_social_media. } log:explains { - :carol9079 :complies false. + :carol4079 :complies false. }. { @@ -369882,9 +179882,9 @@ } => { var:x_0 :complies false. }. - :carol9080 :does :access_social_media. + :carol4080 :does :access_social_media. } log:explains { - :carol9080 :complies false. + :carol4080 :complies false. }. { @@ -369893,9 +179893,9 @@ } => { var:x_0 :complies false. }. - :carol9081 :does :access_social_media. + :carol4081 :does :access_social_media. } log:explains { - :carol9081 :complies false. + :carol4081 :complies false. }. { @@ -369904,9 +179904,9 @@ } => { var:x_0 :complies false. }. - :carol9082 :does :access_social_media. + :carol4082 :does :access_social_media. } log:explains { - :carol9082 :complies false. + :carol4082 :complies false. }. { @@ -369915,9 +179915,9 @@ } => { var:x_0 :complies false. }. - :carol9083 :does :access_social_media. + :carol4083 :does :access_social_media. } log:explains { - :carol9083 :complies false. + :carol4083 :complies false. }. { @@ -369926,9 +179926,9 @@ } => { var:x_0 :complies false. }. - :carol9084 :does :access_social_media. + :carol4084 :does :access_social_media. } log:explains { - :carol9084 :complies false. + :carol4084 :complies false. }. { @@ -369937,9 +179937,9 @@ } => { var:x_0 :complies false. }. - :carol9085 :does :access_social_media. + :carol4085 :does :access_social_media. } log:explains { - :carol9085 :complies false. + :carol4085 :complies false. }. { @@ -369948,9 +179948,9 @@ } => { var:x_0 :complies false. }. - :carol9086 :does :access_social_media. + :carol4086 :does :access_social_media. } log:explains { - :carol9086 :complies false. + :carol4086 :complies false. }. { @@ -369959,9 +179959,9 @@ } => { var:x_0 :complies false. }. - :carol9087 :does :access_social_media. + :carol4087 :does :access_social_media. } log:explains { - :carol9087 :complies false. + :carol4087 :complies false. }. { @@ -369970,9 +179970,9 @@ } => { var:x_0 :complies false. }. - :carol9088 :does :access_social_media. + :carol4088 :does :access_social_media. } log:explains { - :carol9088 :complies false. + :carol4088 :complies false. }. { @@ -369981,9 +179981,9 @@ } => { var:x_0 :complies false. }. - :carol9089 :does :access_social_media. + :carol4089 :does :access_social_media. } log:explains { - :carol9089 :complies false. + :carol4089 :complies false. }. { @@ -369992,9 +179992,9 @@ } => { var:x_0 :complies false. }. - :carol9090 :does :access_social_media. + :carol4090 :does :access_social_media. } log:explains { - :carol9090 :complies false. + :carol4090 :complies false. }. { @@ -370003,9 +180003,9 @@ } => { var:x_0 :complies false. }. - :carol9091 :does :access_social_media. + :carol4091 :does :access_social_media. } log:explains { - :carol9091 :complies false. + :carol4091 :complies false. }. { @@ -370014,9 +180014,9 @@ } => { var:x_0 :complies false. }. - :carol9092 :does :access_social_media. + :carol4092 :does :access_social_media. } log:explains { - :carol9092 :complies false. + :carol4092 :complies false. }. { @@ -370025,9 +180025,9 @@ } => { var:x_0 :complies false. }. - :carol9093 :does :access_social_media. + :carol4093 :does :access_social_media. } log:explains { - :carol9093 :complies false. + :carol4093 :complies false. }. { @@ -370036,9 +180036,9 @@ } => { var:x_0 :complies false. }. - :carol9094 :does :access_social_media. + :carol4094 :does :access_social_media. } log:explains { - :carol9094 :complies false. + :carol4094 :complies false. }. { @@ -370047,9 +180047,9 @@ } => { var:x_0 :complies false. }. - :carol9095 :does :access_social_media. + :carol4095 :does :access_social_media. } log:explains { - :carol9095 :complies false. + :carol4095 :complies false. }. { @@ -370058,9 +180058,9 @@ } => { var:x_0 :complies false. }. - :carol9096 :does :access_social_media. + :carol4096 :does :access_social_media. } log:explains { - :carol9096 :complies false. + :carol4096 :complies false. }. { @@ -370069,9 +180069,9 @@ } => { var:x_0 :complies false. }. - :carol9097 :does :access_social_media. + :carol4097 :does :access_social_media. } log:explains { - :carol9097 :complies false. + :carol4097 :complies false. }. { @@ -370080,9 +180080,9 @@ } => { var:x_0 :complies false. }. - :carol9098 :does :access_social_media. + :carol4098 :does :access_social_media. } log:explains { - :carol9098 :complies false. + :carol4098 :complies false. }. { @@ -370091,9 +180091,9 @@ } => { var:x_0 :complies false. }. - :carol9099 :does :access_social_media. + :carol4099 :does :access_social_media. } log:explains { - :carol9099 :complies false. + :carol4099 :complies false. }. { @@ -370102,9 +180102,9 @@ } => { var:x_0 :complies false. }. - :carol9100 :does :access_social_media. + :carol4100 :does :access_social_media. } log:explains { - :carol9100 :complies false. + :carol4100 :complies false. }. { @@ -370113,9 +180113,9 @@ } => { var:x_0 :complies false. }. - :carol9101 :does :access_social_media. + :carol4101 :does :access_social_media. } log:explains { - :carol9101 :complies false. + :carol4101 :complies false. }. { @@ -370124,9 +180124,9 @@ } => { var:x_0 :complies false. }. - :carol9102 :does :access_social_media. + :carol4102 :does :access_social_media. } log:explains { - :carol9102 :complies false. + :carol4102 :complies false. }. { @@ -370135,9 +180135,9 @@ } => { var:x_0 :complies false. }. - :carol9103 :does :access_social_media. + :carol4103 :does :access_social_media. } log:explains { - :carol9103 :complies false. + :carol4103 :complies false. }. { @@ -370146,9 +180146,9 @@ } => { var:x_0 :complies false. }. - :carol9104 :does :access_social_media. + :carol4104 :does :access_social_media. } log:explains { - :carol9104 :complies false. + :carol4104 :complies false. }. { @@ -370157,9 +180157,9 @@ } => { var:x_0 :complies false. }. - :carol9105 :does :access_social_media. + :carol4105 :does :access_social_media. } log:explains { - :carol9105 :complies false. + :carol4105 :complies false. }. { @@ -370168,9 +180168,9 @@ } => { var:x_0 :complies false. }. - :carol9106 :does :access_social_media. + :carol4106 :does :access_social_media. } log:explains { - :carol9106 :complies false. + :carol4106 :complies false. }. { @@ -370179,9 +180179,9 @@ } => { var:x_0 :complies false. }. - :carol9107 :does :access_social_media. + :carol4107 :does :access_social_media. } log:explains { - :carol9107 :complies false. + :carol4107 :complies false. }. { @@ -370190,9 +180190,9 @@ } => { var:x_0 :complies false. }. - :carol9108 :does :access_social_media. + :carol4108 :does :access_social_media. } log:explains { - :carol9108 :complies false. + :carol4108 :complies false. }. { @@ -370201,9 +180201,9 @@ } => { var:x_0 :complies false. }. - :carol9109 :does :access_social_media. + :carol4109 :does :access_social_media. } log:explains { - :carol9109 :complies false. + :carol4109 :complies false. }. { @@ -370212,9 +180212,9 @@ } => { var:x_0 :complies false. }. - :carol9110 :does :access_social_media. + :carol4110 :does :access_social_media. } log:explains { - :carol9110 :complies false. + :carol4110 :complies false. }. { @@ -370223,9 +180223,9 @@ } => { var:x_0 :complies false. }. - :carol9111 :does :access_social_media. + :carol4111 :does :access_social_media. } log:explains { - :carol9111 :complies false. + :carol4111 :complies false. }. { @@ -370234,9 +180234,9 @@ } => { var:x_0 :complies false. }. - :carol9112 :does :access_social_media. + :carol4112 :does :access_social_media. } log:explains { - :carol9112 :complies false. + :carol4112 :complies false. }. { @@ -370245,9 +180245,9 @@ } => { var:x_0 :complies false. }. - :carol9113 :does :access_social_media. + :carol4113 :does :access_social_media. } log:explains { - :carol9113 :complies false. + :carol4113 :complies false. }. { @@ -370256,9 +180256,9 @@ } => { var:x_0 :complies false. }. - :carol9114 :does :access_social_media. + :carol4114 :does :access_social_media. } log:explains { - :carol9114 :complies false. + :carol4114 :complies false. }. { @@ -370267,9 +180267,9 @@ } => { var:x_0 :complies false. }. - :carol9115 :does :access_social_media. + :carol4115 :does :access_social_media. } log:explains { - :carol9115 :complies false. + :carol4115 :complies false. }. { @@ -370278,9 +180278,9 @@ } => { var:x_0 :complies false. }. - :carol9116 :does :access_social_media. + :carol4116 :does :access_social_media. } log:explains { - :carol9116 :complies false. + :carol4116 :complies false. }. { @@ -370289,9 +180289,9 @@ } => { var:x_0 :complies false. }. - :carol9117 :does :access_social_media. + :carol4117 :does :access_social_media. } log:explains { - :carol9117 :complies false. + :carol4117 :complies false. }. { @@ -370300,9 +180300,9 @@ } => { var:x_0 :complies false. }. - :carol9118 :does :access_social_media. + :carol4118 :does :access_social_media. } log:explains { - :carol9118 :complies false. + :carol4118 :complies false. }. { @@ -370311,9 +180311,9 @@ } => { var:x_0 :complies false. }. - :carol9119 :does :access_social_media. + :carol4119 :does :access_social_media. } log:explains { - :carol9119 :complies false. + :carol4119 :complies false. }. { @@ -370322,9 +180322,9 @@ } => { var:x_0 :complies false. }. - :carol9120 :does :access_social_media. + :carol4120 :does :access_social_media. } log:explains { - :carol9120 :complies false. + :carol4120 :complies false. }. { @@ -370333,9 +180333,9 @@ } => { var:x_0 :complies false. }. - :carol9121 :does :access_social_media. + :carol4121 :does :access_social_media. } log:explains { - :carol9121 :complies false. + :carol4121 :complies false. }. { @@ -370344,9 +180344,9 @@ } => { var:x_0 :complies false. }. - :carol9122 :does :access_social_media. + :carol4122 :does :access_social_media. } log:explains { - :carol9122 :complies false. + :carol4122 :complies false. }. { @@ -370355,9 +180355,9 @@ } => { var:x_0 :complies false. }. - :carol9123 :does :access_social_media. + :carol4123 :does :access_social_media. } log:explains { - :carol9123 :complies false. + :carol4123 :complies false. }. { @@ -370366,9 +180366,9 @@ } => { var:x_0 :complies false. }. - :carol9124 :does :access_social_media. + :carol4124 :does :access_social_media. } log:explains { - :carol9124 :complies false. + :carol4124 :complies false. }. { @@ -370377,9 +180377,9 @@ } => { var:x_0 :complies false. }. - :carol9125 :does :access_social_media. + :carol4125 :does :access_social_media. } log:explains { - :carol9125 :complies false. + :carol4125 :complies false. }. { @@ -370388,9 +180388,9 @@ } => { var:x_0 :complies false. }. - :carol9126 :does :access_social_media. + :carol4126 :does :access_social_media. } log:explains { - :carol9126 :complies false. + :carol4126 :complies false. }. { @@ -370399,9 +180399,9 @@ } => { var:x_0 :complies false. }. - :carol9127 :does :access_social_media. + :carol4127 :does :access_social_media. } log:explains { - :carol9127 :complies false. + :carol4127 :complies false. }. { @@ -370410,9 +180410,9 @@ } => { var:x_0 :complies false. }. - :carol9128 :does :access_social_media. + :carol4128 :does :access_social_media. } log:explains { - :carol9128 :complies false. + :carol4128 :complies false. }. { @@ -370421,9 +180421,9 @@ } => { var:x_0 :complies false. }. - :carol9129 :does :access_social_media. + :carol4129 :does :access_social_media. } log:explains { - :carol9129 :complies false. + :carol4129 :complies false. }. { @@ -370432,9 +180432,9 @@ } => { var:x_0 :complies false. }. - :carol9130 :does :access_social_media. + :carol4130 :does :access_social_media. } log:explains { - :carol9130 :complies false. + :carol4130 :complies false. }. { @@ -370443,9 +180443,9 @@ } => { var:x_0 :complies false. }. - :carol9131 :does :access_social_media. + :carol4131 :does :access_social_media. } log:explains { - :carol9131 :complies false. + :carol4131 :complies false. }. { @@ -370454,9 +180454,9 @@ } => { var:x_0 :complies false. }. - :carol9132 :does :access_social_media. + :carol4132 :does :access_social_media. } log:explains { - :carol9132 :complies false. + :carol4132 :complies false. }. { @@ -370465,9 +180465,9 @@ } => { var:x_0 :complies false. }. - :carol9133 :does :access_social_media. + :carol4133 :does :access_social_media. } log:explains { - :carol9133 :complies false. + :carol4133 :complies false. }. { @@ -370476,9 +180476,9 @@ } => { var:x_0 :complies false. }. - :carol9134 :does :access_social_media. + :carol4134 :does :access_social_media. } log:explains { - :carol9134 :complies false. + :carol4134 :complies false. }. { @@ -370487,9 +180487,9 @@ } => { var:x_0 :complies false. }. - :carol9135 :does :access_social_media. + :carol4135 :does :access_social_media. } log:explains { - :carol9135 :complies false. + :carol4135 :complies false. }. { @@ -370498,9 +180498,9 @@ } => { var:x_0 :complies false. }. - :carol9136 :does :access_social_media. + :carol4136 :does :access_social_media. } log:explains { - :carol9136 :complies false. + :carol4136 :complies false. }. { @@ -370509,9 +180509,9 @@ } => { var:x_0 :complies false. }. - :carol9137 :does :access_social_media. + :carol4137 :does :access_social_media. } log:explains { - :carol9137 :complies false. + :carol4137 :complies false. }. { @@ -370520,9 +180520,9 @@ } => { var:x_0 :complies false. }. - :carol9138 :does :access_social_media. + :carol4138 :does :access_social_media. } log:explains { - :carol9138 :complies false. + :carol4138 :complies false. }. { @@ -370531,9 +180531,9 @@ } => { var:x_0 :complies false. }. - :carol9139 :does :access_social_media. + :carol4139 :does :access_social_media. } log:explains { - :carol9139 :complies false. + :carol4139 :complies false. }. { @@ -370542,9 +180542,9 @@ } => { var:x_0 :complies false. }. - :carol9140 :does :access_social_media. + :carol4140 :does :access_social_media. } log:explains { - :carol9140 :complies false. + :carol4140 :complies false. }. { @@ -370553,9 +180553,9 @@ } => { var:x_0 :complies false. }. - :carol9141 :does :access_social_media. + :carol4141 :does :access_social_media. } log:explains { - :carol9141 :complies false. + :carol4141 :complies false. }. { @@ -370564,9 +180564,9 @@ } => { var:x_0 :complies false. }. - :carol9142 :does :access_social_media. + :carol4142 :does :access_social_media. } log:explains { - :carol9142 :complies false. + :carol4142 :complies false. }. { @@ -370575,9 +180575,9 @@ } => { var:x_0 :complies false. }. - :carol9143 :does :access_social_media. + :carol4143 :does :access_social_media. } log:explains { - :carol9143 :complies false. + :carol4143 :complies false. }. { @@ -370586,9 +180586,9 @@ } => { var:x_0 :complies false. }. - :carol9144 :does :access_social_media. + :carol4144 :does :access_social_media. } log:explains { - :carol9144 :complies false. + :carol4144 :complies false. }. { @@ -370597,9 +180597,9 @@ } => { var:x_0 :complies false. }. - :carol9145 :does :access_social_media. + :carol4145 :does :access_social_media. } log:explains { - :carol9145 :complies false. + :carol4145 :complies false. }. { @@ -370608,9 +180608,9 @@ } => { var:x_0 :complies false. }. - :carol9146 :does :access_social_media. + :carol4146 :does :access_social_media. } log:explains { - :carol9146 :complies false. + :carol4146 :complies false. }. { @@ -370619,9 +180619,9 @@ } => { var:x_0 :complies false. }. - :carol9147 :does :access_social_media. + :carol4147 :does :access_social_media. } log:explains { - :carol9147 :complies false. + :carol4147 :complies false. }. { @@ -370630,9 +180630,9 @@ } => { var:x_0 :complies false. }. - :carol9148 :does :access_social_media. + :carol4148 :does :access_social_media. } log:explains { - :carol9148 :complies false. + :carol4148 :complies false. }. { @@ -370641,9 +180641,9 @@ } => { var:x_0 :complies false. }. - :carol9149 :does :access_social_media. + :carol4149 :does :access_social_media. } log:explains { - :carol9149 :complies false. + :carol4149 :complies false. }. { @@ -370652,9 +180652,9 @@ } => { var:x_0 :complies false. }. - :carol9150 :does :access_social_media. + :carol4150 :does :access_social_media. } log:explains { - :carol9150 :complies false. + :carol4150 :complies false. }. { @@ -370663,9 +180663,9 @@ } => { var:x_0 :complies false. }. - :carol9151 :does :access_social_media. + :carol4151 :does :access_social_media. } log:explains { - :carol9151 :complies false. + :carol4151 :complies false. }. { @@ -370674,9 +180674,9 @@ } => { var:x_0 :complies false. }. - :carol9152 :does :access_social_media. + :carol4152 :does :access_social_media. } log:explains { - :carol9152 :complies false. + :carol4152 :complies false. }. { @@ -370685,9 +180685,9 @@ } => { var:x_0 :complies false. }. - :carol9153 :does :access_social_media. + :carol4153 :does :access_social_media. } log:explains { - :carol9153 :complies false. + :carol4153 :complies false. }. { @@ -370696,9 +180696,9 @@ } => { var:x_0 :complies false. }. - :carol9154 :does :access_social_media. + :carol4154 :does :access_social_media. } log:explains { - :carol9154 :complies false. + :carol4154 :complies false. }. { @@ -370707,9 +180707,9 @@ } => { var:x_0 :complies false. }. - :carol9155 :does :access_social_media. + :carol4155 :does :access_social_media. } log:explains { - :carol9155 :complies false. + :carol4155 :complies false. }. { @@ -370718,9 +180718,9 @@ } => { var:x_0 :complies false. }. - :carol9156 :does :access_social_media. + :carol4156 :does :access_social_media. } log:explains { - :carol9156 :complies false. + :carol4156 :complies false. }. { @@ -370729,9 +180729,9 @@ } => { var:x_0 :complies false. }. - :carol9157 :does :access_social_media. + :carol4157 :does :access_social_media. } log:explains { - :carol9157 :complies false. + :carol4157 :complies false. }. { @@ -370740,9 +180740,9 @@ } => { var:x_0 :complies false. }. - :carol9158 :does :access_social_media. + :carol4158 :does :access_social_media. } log:explains { - :carol9158 :complies false. + :carol4158 :complies false. }. { @@ -370751,9 +180751,9 @@ } => { var:x_0 :complies false. }. - :carol9159 :does :access_social_media. + :carol4159 :does :access_social_media. } log:explains { - :carol9159 :complies false. + :carol4159 :complies false. }. { @@ -370762,9 +180762,9 @@ } => { var:x_0 :complies false. }. - :carol9160 :does :access_social_media. + :carol4160 :does :access_social_media. } log:explains { - :carol9160 :complies false. + :carol4160 :complies false. }. { @@ -370773,9 +180773,9 @@ } => { var:x_0 :complies false. }. - :carol9161 :does :access_social_media. + :carol4161 :does :access_social_media. } log:explains { - :carol9161 :complies false. + :carol4161 :complies false. }. { @@ -370784,9 +180784,9 @@ } => { var:x_0 :complies false. }. - :carol9162 :does :access_social_media. + :carol4162 :does :access_social_media. } log:explains { - :carol9162 :complies false. + :carol4162 :complies false. }. { @@ -370795,9 +180795,9 @@ } => { var:x_0 :complies false. }. - :carol9163 :does :access_social_media. + :carol4163 :does :access_social_media. } log:explains { - :carol9163 :complies false. + :carol4163 :complies false. }. { @@ -370806,9 +180806,9 @@ } => { var:x_0 :complies false. }. - :carol9164 :does :access_social_media. + :carol4164 :does :access_social_media. } log:explains { - :carol9164 :complies false. + :carol4164 :complies false. }. { @@ -370817,9 +180817,9 @@ } => { var:x_0 :complies false. }. - :carol9165 :does :access_social_media. + :carol4165 :does :access_social_media. } log:explains { - :carol9165 :complies false. + :carol4165 :complies false. }. { @@ -370828,9 +180828,9 @@ } => { var:x_0 :complies false. }. - :carol9166 :does :access_social_media. + :carol4166 :does :access_social_media. } log:explains { - :carol9166 :complies false. + :carol4166 :complies false. }. { @@ -370839,9 +180839,9 @@ } => { var:x_0 :complies false. }. - :carol9167 :does :access_social_media. + :carol4167 :does :access_social_media. } log:explains { - :carol9167 :complies false. + :carol4167 :complies false. }. { @@ -370850,9 +180850,9 @@ } => { var:x_0 :complies false. }. - :carol9168 :does :access_social_media. + :carol4168 :does :access_social_media. } log:explains { - :carol9168 :complies false. + :carol4168 :complies false. }. { @@ -370861,9 +180861,9 @@ } => { var:x_0 :complies false. }. - :carol9169 :does :access_social_media. + :carol4169 :does :access_social_media. } log:explains { - :carol9169 :complies false. + :carol4169 :complies false. }. { @@ -370872,9 +180872,9 @@ } => { var:x_0 :complies false. }. - :carol9170 :does :access_social_media. + :carol4170 :does :access_social_media. } log:explains { - :carol9170 :complies false. + :carol4170 :complies false. }. { @@ -370883,9 +180883,9 @@ } => { var:x_0 :complies false. }. - :carol9171 :does :access_social_media. + :carol4171 :does :access_social_media. } log:explains { - :carol9171 :complies false. + :carol4171 :complies false. }. { @@ -370894,9 +180894,9 @@ } => { var:x_0 :complies false. }. - :carol9172 :does :access_social_media. + :carol4172 :does :access_social_media. } log:explains { - :carol9172 :complies false. + :carol4172 :complies false. }. { @@ -370905,9 +180905,9 @@ } => { var:x_0 :complies false. }. - :carol9173 :does :access_social_media. + :carol4173 :does :access_social_media. } log:explains { - :carol9173 :complies false. + :carol4173 :complies false. }. { @@ -370916,9 +180916,9 @@ } => { var:x_0 :complies false. }. - :carol9174 :does :access_social_media. + :carol4174 :does :access_social_media. } log:explains { - :carol9174 :complies false. + :carol4174 :complies false. }. { @@ -370927,9 +180927,9 @@ } => { var:x_0 :complies false. }. - :carol9175 :does :access_social_media. + :carol4175 :does :access_social_media. } log:explains { - :carol9175 :complies false. + :carol4175 :complies false. }. { @@ -370938,9 +180938,9 @@ } => { var:x_0 :complies false. }. - :carol9176 :does :access_social_media. + :carol4176 :does :access_social_media. } log:explains { - :carol9176 :complies false. + :carol4176 :complies false. }. { @@ -370949,9 +180949,9 @@ } => { var:x_0 :complies false. }. - :carol9177 :does :access_social_media. + :carol4177 :does :access_social_media. } log:explains { - :carol9177 :complies false. + :carol4177 :complies false. }. { @@ -370960,9 +180960,9 @@ } => { var:x_0 :complies false. }. - :carol9178 :does :access_social_media. + :carol4178 :does :access_social_media. } log:explains { - :carol9178 :complies false. + :carol4178 :complies false. }. { @@ -370971,9 +180971,9 @@ } => { var:x_0 :complies false. }. - :carol9179 :does :access_social_media. + :carol4179 :does :access_social_media. } log:explains { - :carol9179 :complies false. + :carol4179 :complies false. }. { @@ -370982,9 +180982,9 @@ } => { var:x_0 :complies false. }. - :carol9180 :does :access_social_media. + :carol4180 :does :access_social_media. } log:explains { - :carol9180 :complies false. + :carol4180 :complies false. }. { @@ -370993,9 +180993,9 @@ } => { var:x_0 :complies false. }. - :carol9181 :does :access_social_media. + :carol4181 :does :access_social_media. } log:explains { - :carol9181 :complies false. + :carol4181 :complies false. }. { @@ -371004,9 +181004,9 @@ } => { var:x_0 :complies false. }. - :carol9182 :does :access_social_media. + :carol4182 :does :access_social_media. } log:explains { - :carol9182 :complies false. + :carol4182 :complies false. }. { @@ -371015,9 +181015,9 @@ } => { var:x_0 :complies false. }. - :carol9183 :does :access_social_media. + :carol4183 :does :access_social_media. } log:explains { - :carol9183 :complies false. + :carol4183 :complies false. }. { @@ -371026,9 +181026,9 @@ } => { var:x_0 :complies false. }. - :carol9184 :does :access_social_media. + :carol4184 :does :access_social_media. } log:explains { - :carol9184 :complies false. + :carol4184 :complies false. }. { @@ -371037,9 +181037,9 @@ } => { var:x_0 :complies false. }. - :carol9185 :does :access_social_media. + :carol4185 :does :access_social_media. } log:explains { - :carol9185 :complies false. + :carol4185 :complies false. }. { @@ -371048,9 +181048,9 @@ } => { var:x_0 :complies false. }. - :carol9186 :does :access_social_media. + :carol4186 :does :access_social_media. } log:explains { - :carol9186 :complies false. + :carol4186 :complies false. }. { @@ -371059,9 +181059,9 @@ } => { var:x_0 :complies false. }. - :carol9187 :does :access_social_media. + :carol4187 :does :access_social_media. } log:explains { - :carol9187 :complies false. + :carol4187 :complies false. }. { @@ -371070,9 +181070,9 @@ } => { var:x_0 :complies false. }. - :carol9188 :does :access_social_media. + :carol4188 :does :access_social_media. } log:explains { - :carol9188 :complies false. + :carol4188 :complies false. }. { @@ -371081,9 +181081,9 @@ } => { var:x_0 :complies false. }. - :carol9189 :does :access_social_media. + :carol4189 :does :access_social_media. } log:explains { - :carol9189 :complies false. + :carol4189 :complies false. }. { @@ -371092,9 +181092,9 @@ } => { var:x_0 :complies false. }. - :carol9190 :does :access_social_media. + :carol4190 :does :access_social_media. } log:explains { - :carol9190 :complies false. + :carol4190 :complies false. }. { @@ -371103,9 +181103,9 @@ } => { var:x_0 :complies false. }. - :carol9191 :does :access_social_media. + :carol4191 :does :access_social_media. } log:explains { - :carol9191 :complies false. + :carol4191 :complies false. }. { @@ -371114,9 +181114,9 @@ } => { var:x_0 :complies false. }. - :carol9192 :does :access_social_media. + :carol4192 :does :access_social_media. } log:explains { - :carol9192 :complies false. + :carol4192 :complies false. }. { @@ -371125,9 +181125,9 @@ } => { var:x_0 :complies false. }. - :carol9193 :does :access_social_media. + :carol4193 :does :access_social_media. } log:explains { - :carol9193 :complies false. + :carol4193 :complies false. }. { @@ -371136,9 +181136,9 @@ } => { var:x_0 :complies false. }. - :carol9194 :does :access_social_media. + :carol4194 :does :access_social_media. } log:explains { - :carol9194 :complies false. + :carol4194 :complies false. }. { @@ -371147,9 +181147,9 @@ } => { var:x_0 :complies false. }. - :carol9195 :does :access_social_media. + :carol4195 :does :access_social_media. } log:explains { - :carol9195 :complies false. + :carol4195 :complies false. }. { @@ -371158,9 +181158,9 @@ } => { var:x_0 :complies false. }. - :carol9196 :does :access_social_media. + :carol4196 :does :access_social_media. } log:explains { - :carol9196 :complies false. + :carol4196 :complies false. }. { @@ -371169,9 +181169,9 @@ } => { var:x_0 :complies false. }. - :carol9197 :does :access_social_media. + :carol4197 :does :access_social_media. } log:explains { - :carol9197 :complies false. + :carol4197 :complies false. }. { @@ -371180,9 +181180,9 @@ } => { var:x_0 :complies false. }. - :carol9198 :does :access_social_media. + :carol4198 :does :access_social_media. } log:explains { - :carol9198 :complies false. + :carol4198 :complies false. }. { @@ -371191,9 +181191,9 @@ } => { var:x_0 :complies false. }. - :carol9199 :does :access_social_media. + :carol4199 :does :access_social_media. } log:explains { - :carol9199 :complies false. + :carol4199 :complies false. }. { @@ -371202,9 +181202,9 @@ } => { var:x_0 :complies false. }. - :carol9200 :does :access_social_media. + :carol4200 :does :access_social_media. } log:explains { - :carol9200 :complies false. + :carol4200 :complies false. }. { @@ -371213,9 +181213,9 @@ } => { var:x_0 :complies false. }. - :carol9201 :does :access_social_media. + :carol4201 :does :access_social_media. } log:explains { - :carol9201 :complies false. + :carol4201 :complies false. }. { @@ -371224,9 +181224,9 @@ } => { var:x_0 :complies false. }. - :carol9202 :does :access_social_media. + :carol4202 :does :access_social_media. } log:explains { - :carol9202 :complies false. + :carol4202 :complies false. }. { @@ -371235,9 +181235,9 @@ } => { var:x_0 :complies false. }. - :carol9203 :does :access_social_media. + :carol4203 :does :access_social_media. } log:explains { - :carol9203 :complies false. + :carol4203 :complies false. }. { @@ -371246,9 +181246,9 @@ } => { var:x_0 :complies false. }. - :carol9204 :does :access_social_media. + :carol4204 :does :access_social_media. } log:explains { - :carol9204 :complies false. + :carol4204 :complies false. }. { @@ -371257,9 +181257,9 @@ } => { var:x_0 :complies false. }. - :carol9205 :does :access_social_media. + :carol4205 :does :access_social_media. } log:explains { - :carol9205 :complies false. + :carol4205 :complies false. }. { @@ -371268,9 +181268,9 @@ } => { var:x_0 :complies false. }. - :carol9206 :does :access_social_media. + :carol4206 :does :access_social_media. } log:explains { - :carol9206 :complies false. + :carol4206 :complies false. }. { @@ -371279,9 +181279,9 @@ } => { var:x_0 :complies false. }. - :carol9207 :does :access_social_media. + :carol4207 :does :access_social_media. } log:explains { - :carol9207 :complies false. + :carol4207 :complies false. }. { @@ -371290,9 +181290,9 @@ } => { var:x_0 :complies false. }. - :carol9208 :does :access_social_media. + :carol4208 :does :access_social_media. } log:explains { - :carol9208 :complies false. + :carol4208 :complies false. }. { @@ -371301,9 +181301,9 @@ } => { var:x_0 :complies false. }. - :carol9209 :does :access_social_media. + :carol4209 :does :access_social_media. } log:explains { - :carol9209 :complies false. + :carol4209 :complies false. }. { @@ -371312,9 +181312,9 @@ } => { var:x_0 :complies false. }. - :carol9210 :does :access_social_media. + :carol4210 :does :access_social_media. } log:explains { - :carol9210 :complies false. + :carol4210 :complies false. }. { @@ -371323,9 +181323,9 @@ } => { var:x_0 :complies false. }. - :carol9211 :does :access_social_media. + :carol4211 :does :access_social_media. } log:explains { - :carol9211 :complies false. + :carol4211 :complies false. }. { @@ -371334,9 +181334,9 @@ } => { var:x_0 :complies false. }. - :carol9212 :does :access_social_media. + :carol4212 :does :access_social_media. } log:explains { - :carol9212 :complies false. + :carol4212 :complies false. }. { @@ -371345,9 +181345,9 @@ } => { var:x_0 :complies false. }. - :carol9213 :does :access_social_media. + :carol4213 :does :access_social_media. } log:explains { - :carol9213 :complies false. + :carol4213 :complies false. }. { @@ -371356,9 +181356,9 @@ } => { var:x_0 :complies false. }. - :carol9214 :does :access_social_media. + :carol4214 :does :access_social_media. } log:explains { - :carol9214 :complies false. + :carol4214 :complies false. }. { @@ -371367,9 +181367,9 @@ } => { var:x_0 :complies false. }. - :carol9215 :does :access_social_media. + :carol4215 :does :access_social_media. } log:explains { - :carol9215 :complies false. + :carol4215 :complies false. }. { @@ -371378,9 +181378,9 @@ } => { var:x_0 :complies false. }. - :carol9216 :does :access_social_media. + :carol4216 :does :access_social_media. } log:explains { - :carol9216 :complies false. + :carol4216 :complies false. }. { @@ -371389,9 +181389,9 @@ } => { var:x_0 :complies false. }. - :carol9217 :does :access_social_media. + :carol4217 :does :access_social_media. } log:explains { - :carol9217 :complies false. + :carol4217 :complies false. }. { @@ -371400,9 +181400,9 @@ } => { var:x_0 :complies false. }. - :carol9218 :does :access_social_media. + :carol4218 :does :access_social_media. } log:explains { - :carol9218 :complies false. + :carol4218 :complies false. }. { @@ -371411,9 +181411,9 @@ } => { var:x_0 :complies false. }. - :carol9219 :does :access_social_media. + :carol4219 :does :access_social_media. } log:explains { - :carol9219 :complies false. + :carol4219 :complies false. }. { @@ -371422,9 +181422,9 @@ } => { var:x_0 :complies false. }. - :carol9220 :does :access_social_media. + :carol4220 :does :access_social_media. } log:explains { - :carol9220 :complies false. + :carol4220 :complies false. }. { @@ -371433,9 +181433,9 @@ } => { var:x_0 :complies false. }. - :carol9221 :does :access_social_media. + :carol4221 :does :access_social_media. } log:explains { - :carol9221 :complies false. + :carol4221 :complies false. }. { @@ -371444,9 +181444,9 @@ } => { var:x_0 :complies false. }. - :carol9222 :does :access_social_media. + :carol4222 :does :access_social_media. } log:explains { - :carol9222 :complies false. + :carol4222 :complies false. }. { @@ -371455,9 +181455,9 @@ } => { var:x_0 :complies false. }. - :carol9223 :does :access_social_media. + :carol4223 :does :access_social_media. } log:explains { - :carol9223 :complies false. + :carol4223 :complies false. }. { @@ -371466,9 +181466,9 @@ } => { var:x_0 :complies false. }. - :carol9224 :does :access_social_media. + :carol4224 :does :access_social_media. } log:explains { - :carol9224 :complies false. + :carol4224 :complies false. }. { @@ -371477,9 +181477,9 @@ } => { var:x_0 :complies false. }. - :carol9225 :does :access_social_media. + :carol4225 :does :access_social_media. } log:explains { - :carol9225 :complies false. + :carol4225 :complies false. }. { @@ -371488,9 +181488,9 @@ } => { var:x_0 :complies false. }. - :carol9226 :does :access_social_media. + :carol4226 :does :access_social_media. } log:explains { - :carol9226 :complies false. + :carol4226 :complies false. }. { @@ -371499,9 +181499,9 @@ } => { var:x_0 :complies false. }. - :carol9227 :does :access_social_media. + :carol4227 :does :access_social_media. } log:explains { - :carol9227 :complies false. + :carol4227 :complies false. }. { @@ -371510,9 +181510,9 @@ } => { var:x_0 :complies false. }. - :carol9228 :does :access_social_media. + :carol4228 :does :access_social_media. } log:explains { - :carol9228 :complies false. + :carol4228 :complies false. }. { @@ -371521,9 +181521,9 @@ } => { var:x_0 :complies false. }. - :carol9229 :does :access_social_media. + :carol4229 :does :access_social_media. } log:explains { - :carol9229 :complies false. + :carol4229 :complies false. }. { @@ -371532,9 +181532,9 @@ } => { var:x_0 :complies false. }. - :carol9230 :does :access_social_media. + :carol4230 :does :access_social_media. } log:explains { - :carol9230 :complies false. + :carol4230 :complies false. }. { @@ -371543,9 +181543,9 @@ } => { var:x_0 :complies false. }. - :carol9231 :does :access_social_media. + :carol4231 :does :access_social_media. } log:explains { - :carol9231 :complies false. + :carol4231 :complies false. }. { @@ -371554,9 +181554,9 @@ } => { var:x_0 :complies false. }. - :carol9232 :does :access_social_media. + :carol4232 :does :access_social_media. } log:explains { - :carol9232 :complies false. + :carol4232 :complies false. }. { @@ -371565,9 +181565,9 @@ } => { var:x_0 :complies false. }. - :carol9233 :does :access_social_media. + :carol4233 :does :access_social_media. } log:explains { - :carol9233 :complies false. + :carol4233 :complies false. }. { @@ -371576,9 +181576,9 @@ } => { var:x_0 :complies false. }. - :carol9234 :does :access_social_media. + :carol4234 :does :access_social_media. } log:explains { - :carol9234 :complies false. + :carol4234 :complies false. }. { @@ -371587,9 +181587,9 @@ } => { var:x_0 :complies false. }. - :carol9235 :does :access_social_media. + :carol4235 :does :access_social_media. } log:explains { - :carol9235 :complies false. + :carol4235 :complies false. }. { @@ -371598,9 +181598,9 @@ } => { var:x_0 :complies false. }. - :carol9236 :does :access_social_media. + :carol4236 :does :access_social_media. } log:explains { - :carol9236 :complies false. + :carol4236 :complies false. }. { @@ -371609,9 +181609,9 @@ } => { var:x_0 :complies false. }. - :carol9237 :does :access_social_media. + :carol4237 :does :access_social_media. } log:explains { - :carol9237 :complies false. + :carol4237 :complies false. }. { @@ -371620,9 +181620,9 @@ } => { var:x_0 :complies false. }. - :carol9238 :does :access_social_media. + :carol4238 :does :access_social_media. } log:explains { - :carol9238 :complies false. + :carol4238 :complies false. }. { @@ -371631,9 +181631,9 @@ } => { var:x_0 :complies false. }. - :carol9239 :does :access_social_media. + :carol4239 :does :access_social_media. } log:explains { - :carol9239 :complies false. + :carol4239 :complies false. }. { @@ -371642,9 +181642,9 @@ } => { var:x_0 :complies false. }. - :carol9240 :does :access_social_media. + :carol4240 :does :access_social_media. } log:explains { - :carol9240 :complies false. + :carol4240 :complies false. }. { @@ -371653,9 +181653,9 @@ } => { var:x_0 :complies false. }. - :carol9241 :does :access_social_media. + :carol4241 :does :access_social_media. } log:explains { - :carol9241 :complies false. + :carol4241 :complies false. }. { @@ -371664,9 +181664,9 @@ } => { var:x_0 :complies false. }. - :carol9242 :does :access_social_media. + :carol4242 :does :access_social_media. } log:explains { - :carol9242 :complies false. + :carol4242 :complies false. }. { @@ -371675,9 +181675,9 @@ } => { var:x_0 :complies false. }. - :carol9243 :does :access_social_media. + :carol4243 :does :access_social_media. } log:explains { - :carol9243 :complies false. + :carol4243 :complies false. }. { @@ -371686,9 +181686,9 @@ } => { var:x_0 :complies false. }. - :carol9244 :does :access_social_media. + :carol4244 :does :access_social_media. } log:explains { - :carol9244 :complies false. + :carol4244 :complies false. }. { @@ -371697,9 +181697,9 @@ } => { var:x_0 :complies false. }. - :carol9245 :does :access_social_media. + :carol4245 :does :access_social_media. } log:explains { - :carol9245 :complies false. + :carol4245 :complies false. }. { @@ -371708,9 +181708,9 @@ } => { var:x_0 :complies false. }. - :carol9246 :does :access_social_media. + :carol4246 :does :access_social_media. } log:explains { - :carol9246 :complies false. + :carol4246 :complies false. }. { @@ -371719,9 +181719,9 @@ } => { var:x_0 :complies false. }. - :carol9247 :does :access_social_media. + :carol4247 :does :access_social_media. } log:explains { - :carol9247 :complies false. + :carol4247 :complies false. }. { @@ -371730,9 +181730,9 @@ } => { var:x_0 :complies false. }. - :carol9248 :does :access_social_media. + :carol4248 :does :access_social_media. } log:explains { - :carol9248 :complies false. + :carol4248 :complies false. }. { @@ -371741,9 +181741,9 @@ } => { var:x_0 :complies false. }. - :carol9249 :does :access_social_media. + :carol4249 :does :access_social_media. } log:explains { - :carol9249 :complies false. + :carol4249 :complies false. }. { @@ -371752,9 +181752,9 @@ } => { var:x_0 :complies false. }. - :carol9250 :does :access_social_media. + :carol4250 :does :access_social_media. } log:explains { - :carol9250 :complies false. + :carol4250 :complies false. }. { @@ -371763,9 +181763,9 @@ } => { var:x_0 :complies false. }. - :carol9251 :does :access_social_media. + :carol4251 :does :access_social_media. } log:explains { - :carol9251 :complies false. + :carol4251 :complies false. }. { @@ -371774,9 +181774,9 @@ } => { var:x_0 :complies false. }. - :carol9252 :does :access_social_media. + :carol4252 :does :access_social_media. } log:explains { - :carol9252 :complies false. + :carol4252 :complies false. }. { @@ -371785,9 +181785,9 @@ } => { var:x_0 :complies false. }. - :carol9253 :does :access_social_media. + :carol4253 :does :access_social_media. } log:explains { - :carol9253 :complies false. + :carol4253 :complies false. }. { @@ -371796,9 +181796,9 @@ } => { var:x_0 :complies false. }. - :carol9254 :does :access_social_media. + :carol4254 :does :access_social_media. } log:explains { - :carol9254 :complies false. + :carol4254 :complies false. }. { @@ -371807,9 +181807,9 @@ } => { var:x_0 :complies false. }. - :carol9255 :does :access_social_media. + :carol4255 :does :access_social_media. } log:explains { - :carol9255 :complies false. + :carol4255 :complies false. }. { @@ -371818,9 +181818,9 @@ } => { var:x_0 :complies false. }. - :carol9256 :does :access_social_media. + :carol4256 :does :access_social_media. } log:explains { - :carol9256 :complies false. + :carol4256 :complies false. }. { @@ -371829,9 +181829,9 @@ } => { var:x_0 :complies false. }. - :carol9257 :does :access_social_media. + :carol4257 :does :access_social_media. } log:explains { - :carol9257 :complies false. + :carol4257 :complies false. }. { @@ -371840,9 +181840,9 @@ } => { var:x_0 :complies false. }. - :carol9258 :does :access_social_media. + :carol4258 :does :access_social_media. } log:explains { - :carol9258 :complies false. + :carol4258 :complies false. }. { @@ -371851,9 +181851,9 @@ } => { var:x_0 :complies false. }. - :carol9259 :does :access_social_media. + :carol4259 :does :access_social_media. } log:explains { - :carol9259 :complies false. + :carol4259 :complies false. }. { @@ -371862,9 +181862,9 @@ } => { var:x_0 :complies false. }. - :carol9260 :does :access_social_media. + :carol4260 :does :access_social_media. } log:explains { - :carol9260 :complies false. + :carol4260 :complies false. }. { @@ -371873,9 +181873,9 @@ } => { var:x_0 :complies false. }. - :carol9261 :does :access_social_media. + :carol4261 :does :access_social_media. } log:explains { - :carol9261 :complies false. + :carol4261 :complies false. }. { @@ -371884,9 +181884,9 @@ } => { var:x_0 :complies false. }. - :carol9262 :does :access_social_media. + :carol4262 :does :access_social_media. } log:explains { - :carol9262 :complies false. + :carol4262 :complies false. }. { @@ -371895,9 +181895,9 @@ } => { var:x_0 :complies false. }. - :carol9263 :does :access_social_media. + :carol4263 :does :access_social_media. } log:explains { - :carol9263 :complies false. + :carol4263 :complies false. }. { @@ -371906,9 +181906,9 @@ } => { var:x_0 :complies false. }. - :carol9264 :does :access_social_media. + :carol4264 :does :access_social_media. } log:explains { - :carol9264 :complies false. + :carol4264 :complies false. }. { @@ -371917,9 +181917,9 @@ } => { var:x_0 :complies false. }. - :carol9265 :does :access_social_media. + :carol4265 :does :access_social_media. } log:explains { - :carol9265 :complies false. + :carol4265 :complies false. }. { @@ -371928,9 +181928,9 @@ } => { var:x_0 :complies false. }. - :carol9266 :does :access_social_media. + :carol4266 :does :access_social_media. } log:explains { - :carol9266 :complies false. + :carol4266 :complies false. }. { @@ -371939,9 +181939,9 @@ } => { var:x_0 :complies false. }. - :carol9267 :does :access_social_media. + :carol4267 :does :access_social_media. } log:explains { - :carol9267 :complies false. + :carol4267 :complies false. }. { @@ -371950,9 +181950,9 @@ } => { var:x_0 :complies false. }. - :carol9268 :does :access_social_media. + :carol4268 :does :access_social_media. } log:explains { - :carol9268 :complies false. + :carol4268 :complies false. }. { @@ -371961,9 +181961,9 @@ } => { var:x_0 :complies false. }. - :carol9269 :does :access_social_media. + :carol4269 :does :access_social_media. } log:explains { - :carol9269 :complies false. + :carol4269 :complies false. }. { @@ -371972,9 +181972,9 @@ } => { var:x_0 :complies false. }. - :carol9270 :does :access_social_media. + :carol4270 :does :access_social_media. } log:explains { - :carol9270 :complies false. + :carol4270 :complies false. }. { @@ -371983,9 +181983,9 @@ } => { var:x_0 :complies false. }. - :carol9271 :does :access_social_media. + :carol4271 :does :access_social_media. } log:explains { - :carol9271 :complies false. + :carol4271 :complies false. }. { @@ -371994,9 +181994,9 @@ } => { var:x_0 :complies false. }. - :carol9272 :does :access_social_media. + :carol4272 :does :access_social_media. } log:explains { - :carol9272 :complies false. + :carol4272 :complies false. }. { @@ -372005,9 +182005,9 @@ } => { var:x_0 :complies false. }. - :carol9273 :does :access_social_media. + :carol4273 :does :access_social_media. } log:explains { - :carol9273 :complies false. + :carol4273 :complies false. }. { @@ -372016,9 +182016,9 @@ } => { var:x_0 :complies false. }. - :carol9274 :does :access_social_media. + :carol4274 :does :access_social_media. } log:explains { - :carol9274 :complies false. + :carol4274 :complies false. }. { @@ -372027,9 +182027,9 @@ } => { var:x_0 :complies false. }. - :carol9275 :does :access_social_media. + :carol4275 :does :access_social_media. } log:explains { - :carol9275 :complies false. + :carol4275 :complies false. }. { @@ -372038,9 +182038,9 @@ } => { var:x_0 :complies false. }. - :carol9276 :does :access_social_media. + :carol4276 :does :access_social_media. } log:explains { - :carol9276 :complies false. + :carol4276 :complies false. }. { @@ -372049,9 +182049,9 @@ } => { var:x_0 :complies false. }. - :carol9277 :does :access_social_media. + :carol4277 :does :access_social_media. } log:explains { - :carol9277 :complies false. + :carol4277 :complies false. }. { @@ -372060,9 +182060,9 @@ } => { var:x_0 :complies false. }. - :carol9278 :does :access_social_media. + :carol4278 :does :access_social_media. } log:explains { - :carol9278 :complies false. + :carol4278 :complies false. }. { @@ -372071,9 +182071,9 @@ } => { var:x_0 :complies false. }. - :carol9279 :does :access_social_media. + :carol4279 :does :access_social_media. } log:explains { - :carol9279 :complies false. + :carol4279 :complies false. }. { @@ -372082,9 +182082,9 @@ } => { var:x_0 :complies false. }. - :carol9280 :does :access_social_media. + :carol4280 :does :access_social_media. } log:explains { - :carol9280 :complies false. + :carol4280 :complies false. }. { @@ -372093,9 +182093,9 @@ } => { var:x_0 :complies false. }. - :carol9281 :does :access_social_media. + :carol4281 :does :access_social_media. } log:explains { - :carol9281 :complies false. + :carol4281 :complies false. }. { @@ -372104,9 +182104,9 @@ } => { var:x_0 :complies false. }. - :carol9282 :does :access_social_media. + :carol4282 :does :access_social_media. } log:explains { - :carol9282 :complies false. + :carol4282 :complies false. }. { @@ -372115,9 +182115,9 @@ } => { var:x_0 :complies false. }. - :carol9283 :does :access_social_media. + :carol4283 :does :access_social_media. } log:explains { - :carol9283 :complies false. + :carol4283 :complies false. }. { @@ -372126,9 +182126,9 @@ } => { var:x_0 :complies false. }. - :carol9284 :does :access_social_media. + :carol4284 :does :access_social_media. } log:explains { - :carol9284 :complies false. + :carol4284 :complies false. }. { @@ -372137,9 +182137,9 @@ } => { var:x_0 :complies false. }. - :carol9285 :does :access_social_media. + :carol4285 :does :access_social_media. } log:explains { - :carol9285 :complies false. + :carol4285 :complies false. }. { @@ -372148,9 +182148,9 @@ } => { var:x_0 :complies false. }. - :carol9286 :does :access_social_media. + :carol4286 :does :access_social_media. } log:explains { - :carol9286 :complies false. + :carol4286 :complies false. }. { @@ -372159,9 +182159,9 @@ } => { var:x_0 :complies false. }. - :carol9287 :does :access_social_media. + :carol4287 :does :access_social_media. } log:explains { - :carol9287 :complies false. + :carol4287 :complies false. }. { @@ -372170,9 +182170,9 @@ } => { var:x_0 :complies false. }. - :carol9288 :does :access_social_media. + :carol4288 :does :access_social_media. } log:explains { - :carol9288 :complies false. + :carol4288 :complies false. }. { @@ -372181,9 +182181,9 @@ } => { var:x_0 :complies false. }. - :carol9289 :does :access_social_media. + :carol4289 :does :access_social_media. } log:explains { - :carol9289 :complies false. + :carol4289 :complies false. }. { @@ -372192,9 +182192,9 @@ } => { var:x_0 :complies false. }. - :carol9290 :does :access_social_media. + :carol4290 :does :access_social_media. } log:explains { - :carol9290 :complies false. + :carol4290 :complies false. }. { @@ -372203,9 +182203,9 @@ } => { var:x_0 :complies false. }. - :carol9291 :does :access_social_media. + :carol4291 :does :access_social_media. } log:explains { - :carol9291 :complies false. + :carol4291 :complies false. }. { @@ -372214,9 +182214,9 @@ } => { var:x_0 :complies false. }. - :carol9292 :does :access_social_media. + :carol4292 :does :access_social_media. } log:explains { - :carol9292 :complies false. + :carol4292 :complies false. }. { @@ -372225,9 +182225,9 @@ } => { var:x_0 :complies false. }. - :carol9293 :does :access_social_media. + :carol4293 :does :access_social_media. } log:explains { - :carol9293 :complies false. + :carol4293 :complies false. }. { @@ -372236,9 +182236,9 @@ } => { var:x_0 :complies false. }. - :carol9294 :does :access_social_media. + :carol4294 :does :access_social_media. } log:explains { - :carol9294 :complies false. + :carol4294 :complies false. }. { @@ -372247,9 +182247,9 @@ } => { var:x_0 :complies false. }. - :carol9295 :does :access_social_media. + :carol4295 :does :access_social_media. } log:explains { - :carol9295 :complies false. + :carol4295 :complies false. }. { @@ -372258,9 +182258,9 @@ } => { var:x_0 :complies false. }. - :carol9296 :does :access_social_media. + :carol4296 :does :access_social_media. } log:explains { - :carol9296 :complies false. + :carol4296 :complies false. }. { @@ -372269,9 +182269,9 @@ } => { var:x_0 :complies false. }. - :carol9297 :does :access_social_media. + :carol4297 :does :access_social_media. } log:explains { - :carol9297 :complies false. + :carol4297 :complies false. }. { @@ -372280,9 +182280,9 @@ } => { var:x_0 :complies false. }. - :carol9298 :does :access_social_media. + :carol4298 :does :access_social_media. } log:explains { - :carol9298 :complies false. + :carol4298 :complies false. }. { @@ -372291,9 +182291,9 @@ } => { var:x_0 :complies false. }. - :carol9299 :does :access_social_media. + :carol4299 :does :access_social_media. } log:explains { - :carol9299 :complies false. + :carol4299 :complies false. }. { @@ -372302,9 +182302,9 @@ } => { var:x_0 :complies false. }. - :carol9300 :does :access_social_media. + :carol4300 :does :access_social_media. } log:explains { - :carol9300 :complies false. + :carol4300 :complies false. }. { @@ -372313,9 +182313,9 @@ } => { var:x_0 :complies false. }. - :carol9301 :does :access_social_media. + :carol4301 :does :access_social_media. } log:explains { - :carol9301 :complies false. + :carol4301 :complies false. }. { @@ -372324,9 +182324,9 @@ } => { var:x_0 :complies false. }. - :carol9302 :does :access_social_media. + :carol4302 :does :access_social_media. } log:explains { - :carol9302 :complies false. + :carol4302 :complies false. }. { @@ -372335,9 +182335,9 @@ } => { var:x_0 :complies false. }. - :carol9303 :does :access_social_media. + :carol4303 :does :access_social_media. } log:explains { - :carol9303 :complies false. + :carol4303 :complies false. }. { @@ -372346,9 +182346,9 @@ } => { var:x_0 :complies false. }. - :carol9304 :does :access_social_media. + :carol4304 :does :access_social_media. } log:explains { - :carol9304 :complies false. + :carol4304 :complies false. }. { @@ -372357,9 +182357,9 @@ } => { var:x_0 :complies false. }. - :carol9305 :does :access_social_media. + :carol4305 :does :access_social_media. } log:explains { - :carol9305 :complies false. + :carol4305 :complies false. }. { @@ -372368,9 +182368,9 @@ } => { var:x_0 :complies false. }. - :carol9306 :does :access_social_media. + :carol4306 :does :access_social_media. } log:explains { - :carol9306 :complies false. + :carol4306 :complies false. }. { @@ -372379,9 +182379,9 @@ } => { var:x_0 :complies false. }. - :carol9307 :does :access_social_media. + :carol4307 :does :access_social_media. } log:explains { - :carol9307 :complies false. + :carol4307 :complies false. }. { @@ -372390,9 +182390,9 @@ } => { var:x_0 :complies false. }. - :carol9308 :does :access_social_media. + :carol4308 :does :access_social_media. } log:explains { - :carol9308 :complies false. + :carol4308 :complies false. }. { @@ -372401,9 +182401,9 @@ } => { var:x_0 :complies false. }. - :carol9309 :does :access_social_media. + :carol4309 :does :access_social_media. } log:explains { - :carol9309 :complies false. + :carol4309 :complies false. }. { @@ -372412,9 +182412,9 @@ } => { var:x_0 :complies false. }. - :carol9310 :does :access_social_media. + :carol4310 :does :access_social_media. } log:explains { - :carol9310 :complies false. + :carol4310 :complies false. }. { @@ -372423,9 +182423,9 @@ } => { var:x_0 :complies false. }. - :carol9311 :does :access_social_media. + :carol4311 :does :access_social_media. } log:explains { - :carol9311 :complies false. + :carol4311 :complies false. }. { @@ -372434,9 +182434,9 @@ } => { var:x_0 :complies false. }. - :carol9312 :does :access_social_media. + :carol4312 :does :access_social_media. } log:explains { - :carol9312 :complies false. + :carol4312 :complies false. }. { @@ -372445,9 +182445,9 @@ } => { var:x_0 :complies false. }. - :carol9313 :does :access_social_media. + :carol4313 :does :access_social_media. } log:explains { - :carol9313 :complies false. + :carol4313 :complies false. }. { @@ -372456,9 +182456,9 @@ } => { var:x_0 :complies false. }. - :carol9314 :does :access_social_media. + :carol4314 :does :access_social_media. } log:explains { - :carol9314 :complies false. + :carol4314 :complies false. }. { @@ -372467,9 +182467,9 @@ } => { var:x_0 :complies false. }. - :carol9315 :does :access_social_media. + :carol4315 :does :access_social_media. } log:explains { - :carol9315 :complies false. + :carol4315 :complies false. }. { @@ -372478,9 +182478,9 @@ } => { var:x_0 :complies false. }. - :carol9316 :does :access_social_media. + :carol4316 :does :access_social_media. } log:explains { - :carol9316 :complies false. + :carol4316 :complies false. }. { @@ -372489,9 +182489,9 @@ } => { var:x_0 :complies false. }. - :carol9317 :does :access_social_media. + :carol4317 :does :access_social_media. } log:explains { - :carol9317 :complies false. + :carol4317 :complies false. }. { @@ -372500,9 +182500,9 @@ } => { var:x_0 :complies false. }. - :carol9318 :does :access_social_media. + :carol4318 :does :access_social_media. } log:explains { - :carol9318 :complies false. + :carol4318 :complies false. }. { @@ -372511,9 +182511,9 @@ } => { var:x_0 :complies false. }. - :carol9319 :does :access_social_media. + :carol4319 :does :access_social_media. } log:explains { - :carol9319 :complies false. + :carol4319 :complies false. }. { @@ -372522,9 +182522,9 @@ } => { var:x_0 :complies false. }. - :carol9320 :does :access_social_media. + :carol4320 :does :access_social_media. } log:explains { - :carol9320 :complies false. + :carol4320 :complies false. }. { @@ -372533,9 +182533,9 @@ } => { var:x_0 :complies false. }. - :carol9321 :does :access_social_media. + :carol4321 :does :access_social_media. } log:explains { - :carol9321 :complies false. + :carol4321 :complies false. }. { @@ -372544,9 +182544,9 @@ } => { var:x_0 :complies false. }. - :carol9322 :does :access_social_media. + :carol4322 :does :access_social_media. } log:explains { - :carol9322 :complies false. + :carol4322 :complies false. }. { @@ -372555,9 +182555,9 @@ } => { var:x_0 :complies false. }. - :carol9323 :does :access_social_media. + :carol4323 :does :access_social_media. } log:explains { - :carol9323 :complies false. + :carol4323 :complies false. }. { @@ -372566,9 +182566,9 @@ } => { var:x_0 :complies false. }. - :carol9324 :does :access_social_media. + :carol4324 :does :access_social_media. } log:explains { - :carol9324 :complies false. + :carol4324 :complies false. }. { @@ -372577,9 +182577,9 @@ } => { var:x_0 :complies false. }. - :carol9325 :does :access_social_media. + :carol4325 :does :access_social_media. } log:explains { - :carol9325 :complies false. + :carol4325 :complies false. }. { @@ -372588,9 +182588,9 @@ } => { var:x_0 :complies false. }. - :carol9326 :does :access_social_media. + :carol4326 :does :access_social_media. } log:explains { - :carol9326 :complies false. + :carol4326 :complies false. }. { @@ -372599,9 +182599,9 @@ } => { var:x_0 :complies false. }. - :carol9327 :does :access_social_media. + :carol4327 :does :access_social_media. } log:explains { - :carol9327 :complies false. + :carol4327 :complies false. }. { @@ -372610,9 +182610,9 @@ } => { var:x_0 :complies false. }. - :carol9328 :does :access_social_media. + :carol4328 :does :access_social_media. } log:explains { - :carol9328 :complies false. + :carol4328 :complies false. }. { @@ -372621,9 +182621,9 @@ } => { var:x_0 :complies false. }. - :carol9329 :does :access_social_media. + :carol4329 :does :access_social_media. } log:explains { - :carol9329 :complies false. + :carol4329 :complies false. }. { @@ -372632,9 +182632,9 @@ } => { var:x_0 :complies false. }. - :carol9330 :does :access_social_media. + :carol4330 :does :access_social_media. } log:explains { - :carol9330 :complies false. + :carol4330 :complies false. }. { @@ -372643,9 +182643,9 @@ } => { var:x_0 :complies false. }. - :carol9331 :does :access_social_media. + :carol4331 :does :access_social_media. } log:explains { - :carol9331 :complies false. + :carol4331 :complies false. }. { @@ -372654,9 +182654,9 @@ } => { var:x_0 :complies false. }. - :carol9332 :does :access_social_media. + :carol4332 :does :access_social_media. } log:explains { - :carol9332 :complies false. + :carol4332 :complies false. }. { @@ -372665,9 +182665,9 @@ } => { var:x_0 :complies false. }. - :carol9333 :does :access_social_media. + :carol4333 :does :access_social_media. } log:explains { - :carol9333 :complies false. + :carol4333 :complies false. }. { @@ -372676,9 +182676,9 @@ } => { var:x_0 :complies false. }. - :carol9334 :does :access_social_media. + :carol4334 :does :access_social_media. } log:explains { - :carol9334 :complies false. + :carol4334 :complies false. }. { @@ -372687,9 +182687,9 @@ } => { var:x_0 :complies false. }. - :carol9335 :does :access_social_media. + :carol4335 :does :access_social_media. } log:explains { - :carol9335 :complies false. + :carol4335 :complies false. }. { @@ -372698,9 +182698,9 @@ } => { var:x_0 :complies false. }. - :carol9336 :does :access_social_media. + :carol4336 :does :access_social_media. } log:explains { - :carol9336 :complies false. + :carol4336 :complies false. }. { @@ -372709,9 +182709,9 @@ } => { var:x_0 :complies false. }. - :carol9337 :does :access_social_media. + :carol4337 :does :access_social_media. } log:explains { - :carol9337 :complies false. + :carol4337 :complies false. }. { @@ -372720,9 +182720,9 @@ } => { var:x_0 :complies false. }. - :carol9338 :does :access_social_media. + :carol4338 :does :access_social_media. } log:explains { - :carol9338 :complies false. + :carol4338 :complies false. }. { @@ -372731,9 +182731,9 @@ } => { var:x_0 :complies false. }. - :carol9339 :does :access_social_media. + :carol4339 :does :access_social_media. } log:explains { - :carol9339 :complies false. + :carol4339 :complies false. }. { @@ -372742,9 +182742,9 @@ } => { var:x_0 :complies false. }. - :carol9340 :does :access_social_media. + :carol4340 :does :access_social_media. } log:explains { - :carol9340 :complies false. + :carol4340 :complies false. }. { @@ -372753,9 +182753,9 @@ } => { var:x_0 :complies false. }. - :carol9341 :does :access_social_media. + :carol4341 :does :access_social_media. } log:explains { - :carol9341 :complies false. + :carol4341 :complies false. }. { @@ -372764,9 +182764,9 @@ } => { var:x_0 :complies false. }. - :carol9342 :does :access_social_media. + :carol4342 :does :access_social_media. } log:explains { - :carol9342 :complies false. + :carol4342 :complies false. }. { @@ -372775,9 +182775,9 @@ } => { var:x_0 :complies false. }. - :carol9343 :does :access_social_media. + :carol4343 :does :access_social_media. } log:explains { - :carol9343 :complies false. + :carol4343 :complies false. }. { @@ -372786,9 +182786,9 @@ } => { var:x_0 :complies false. }. - :carol9344 :does :access_social_media. + :carol4344 :does :access_social_media. } log:explains { - :carol9344 :complies false. + :carol4344 :complies false. }. { @@ -372797,9 +182797,9 @@ } => { var:x_0 :complies false. }. - :carol9345 :does :access_social_media. + :carol4345 :does :access_social_media. } log:explains { - :carol9345 :complies false. + :carol4345 :complies false. }. { @@ -372808,9 +182808,9 @@ } => { var:x_0 :complies false. }. - :carol9346 :does :access_social_media. + :carol4346 :does :access_social_media. } log:explains { - :carol9346 :complies false. + :carol4346 :complies false. }. { @@ -372819,9 +182819,9 @@ } => { var:x_0 :complies false. }. - :carol9347 :does :access_social_media. + :carol4347 :does :access_social_media. } log:explains { - :carol9347 :complies false. + :carol4347 :complies false. }. { @@ -372830,9 +182830,9 @@ } => { var:x_0 :complies false. }. - :carol9348 :does :access_social_media. + :carol4348 :does :access_social_media. } log:explains { - :carol9348 :complies false. + :carol4348 :complies false. }. { @@ -372841,9 +182841,9 @@ } => { var:x_0 :complies false. }. - :carol9349 :does :access_social_media. + :carol4349 :does :access_social_media. } log:explains { - :carol9349 :complies false. + :carol4349 :complies false. }. { @@ -372852,9 +182852,9 @@ } => { var:x_0 :complies false. }. - :carol9350 :does :access_social_media. + :carol4350 :does :access_social_media. } log:explains { - :carol9350 :complies false. + :carol4350 :complies false. }. { @@ -372863,9 +182863,9 @@ } => { var:x_0 :complies false. }. - :carol9351 :does :access_social_media. + :carol4351 :does :access_social_media. } log:explains { - :carol9351 :complies false. + :carol4351 :complies false. }. { @@ -372874,9 +182874,9 @@ } => { var:x_0 :complies false. }. - :carol9352 :does :access_social_media. + :carol4352 :does :access_social_media. } log:explains { - :carol9352 :complies false. + :carol4352 :complies false. }. { @@ -372885,9 +182885,9 @@ } => { var:x_0 :complies false. }. - :carol9353 :does :access_social_media. + :carol4353 :does :access_social_media. } log:explains { - :carol9353 :complies false. + :carol4353 :complies false. }. { @@ -372896,9 +182896,9 @@ } => { var:x_0 :complies false. }. - :carol9354 :does :access_social_media. + :carol4354 :does :access_social_media. } log:explains { - :carol9354 :complies false. + :carol4354 :complies false. }. { @@ -372907,9 +182907,9 @@ } => { var:x_0 :complies false. }. - :carol9355 :does :access_social_media. + :carol4355 :does :access_social_media. } log:explains { - :carol9355 :complies false. + :carol4355 :complies false. }. { @@ -372918,9 +182918,9 @@ } => { var:x_0 :complies false. }. - :carol9356 :does :access_social_media. + :carol4356 :does :access_social_media. } log:explains { - :carol9356 :complies false. + :carol4356 :complies false. }. { @@ -372929,9 +182929,9 @@ } => { var:x_0 :complies false. }. - :carol9357 :does :access_social_media. + :carol4357 :does :access_social_media. } log:explains { - :carol9357 :complies false. + :carol4357 :complies false. }. { @@ -372940,9 +182940,9 @@ } => { var:x_0 :complies false. }. - :carol9358 :does :access_social_media. + :carol4358 :does :access_social_media. } log:explains { - :carol9358 :complies false. + :carol4358 :complies false. }. { @@ -372951,9 +182951,9 @@ } => { var:x_0 :complies false. }. - :carol9359 :does :access_social_media. + :carol4359 :does :access_social_media. } log:explains { - :carol9359 :complies false. + :carol4359 :complies false. }. { @@ -372962,9 +182962,9 @@ } => { var:x_0 :complies false. }. - :carol9360 :does :access_social_media. + :carol4360 :does :access_social_media. } log:explains { - :carol9360 :complies false. + :carol4360 :complies false. }. { @@ -372973,9 +182973,9 @@ } => { var:x_0 :complies false. }. - :carol9361 :does :access_social_media. + :carol4361 :does :access_social_media. } log:explains { - :carol9361 :complies false. + :carol4361 :complies false. }. { @@ -372984,9 +182984,9 @@ } => { var:x_0 :complies false. }. - :carol9362 :does :access_social_media. + :carol4362 :does :access_social_media. } log:explains { - :carol9362 :complies false. + :carol4362 :complies false. }. { @@ -372995,9 +182995,9 @@ } => { var:x_0 :complies false. }. - :carol9363 :does :access_social_media. + :carol4363 :does :access_social_media. } log:explains { - :carol9363 :complies false. + :carol4363 :complies false. }. { @@ -373006,9 +183006,9 @@ } => { var:x_0 :complies false. }. - :carol9364 :does :access_social_media. + :carol4364 :does :access_social_media. } log:explains { - :carol9364 :complies false. + :carol4364 :complies false. }. { @@ -373017,9 +183017,9 @@ } => { var:x_0 :complies false. }. - :carol9365 :does :access_social_media. + :carol4365 :does :access_social_media. } log:explains { - :carol9365 :complies false. + :carol4365 :complies false. }. { @@ -373028,9 +183028,9 @@ } => { var:x_0 :complies false. }. - :carol9366 :does :access_social_media. + :carol4366 :does :access_social_media. } log:explains { - :carol9366 :complies false. + :carol4366 :complies false. }. { @@ -373039,9 +183039,9 @@ } => { var:x_0 :complies false. }. - :carol9367 :does :access_social_media. + :carol4367 :does :access_social_media. } log:explains { - :carol9367 :complies false. + :carol4367 :complies false. }. { @@ -373050,9 +183050,9 @@ } => { var:x_0 :complies false. }. - :carol9368 :does :access_social_media. + :carol4368 :does :access_social_media. } log:explains { - :carol9368 :complies false. + :carol4368 :complies false. }. { @@ -373061,9 +183061,9 @@ } => { var:x_0 :complies false. }. - :carol9369 :does :access_social_media. + :carol4369 :does :access_social_media. } log:explains { - :carol9369 :complies false. + :carol4369 :complies false. }. { @@ -373072,9 +183072,9 @@ } => { var:x_0 :complies false. }. - :carol9370 :does :access_social_media. + :carol4370 :does :access_social_media. } log:explains { - :carol9370 :complies false. + :carol4370 :complies false. }. { @@ -373083,9 +183083,9 @@ } => { var:x_0 :complies false. }. - :carol9371 :does :access_social_media. + :carol4371 :does :access_social_media. } log:explains { - :carol9371 :complies false. + :carol4371 :complies false. }. { @@ -373094,9 +183094,9 @@ } => { var:x_0 :complies false. }. - :carol9372 :does :access_social_media. + :carol4372 :does :access_social_media. } log:explains { - :carol9372 :complies false. + :carol4372 :complies false. }. { @@ -373105,9 +183105,9 @@ } => { var:x_0 :complies false. }. - :carol9373 :does :access_social_media. + :carol4373 :does :access_social_media. } log:explains { - :carol9373 :complies false. + :carol4373 :complies false. }. { @@ -373116,9 +183116,9 @@ } => { var:x_0 :complies false. }. - :carol9374 :does :access_social_media. + :carol4374 :does :access_social_media. } log:explains { - :carol9374 :complies false. + :carol4374 :complies false. }. { @@ -373127,9 +183127,9 @@ } => { var:x_0 :complies false. }. - :carol9375 :does :access_social_media. + :carol4375 :does :access_social_media. } log:explains { - :carol9375 :complies false. + :carol4375 :complies false. }. { @@ -373138,9 +183138,9 @@ } => { var:x_0 :complies false. }. - :carol9376 :does :access_social_media. + :carol4376 :does :access_social_media. } log:explains { - :carol9376 :complies false. + :carol4376 :complies false. }. { @@ -373149,9 +183149,9 @@ } => { var:x_0 :complies false. }. - :carol9377 :does :access_social_media. + :carol4377 :does :access_social_media. } log:explains { - :carol9377 :complies false. + :carol4377 :complies false. }. { @@ -373160,9 +183160,9 @@ } => { var:x_0 :complies false. }. - :carol9378 :does :access_social_media. + :carol4378 :does :access_social_media. } log:explains { - :carol9378 :complies false. + :carol4378 :complies false. }. { @@ -373171,9 +183171,9 @@ } => { var:x_0 :complies false. }. - :carol9379 :does :access_social_media. + :carol4379 :does :access_social_media. } log:explains { - :carol9379 :complies false. + :carol4379 :complies false. }. { @@ -373182,9 +183182,9 @@ } => { var:x_0 :complies false. }. - :carol9380 :does :access_social_media. + :carol4380 :does :access_social_media. } log:explains { - :carol9380 :complies false. + :carol4380 :complies false. }. { @@ -373193,9 +183193,9 @@ } => { var:x_0 :complies false. }. - :carol9381 :does :access_social_media. + :carol4381 :does :access_social_media. } log:explains { - :carol9381 :complies false. + :carol4381 :complies false. }. { @@ -373204,9 +183204,9 @@ } => { var:x_0 :complies false. }. - :carol9382 :does :access_social_media. + :carol4382 :does :access_social_media. } log:explains { - :carol9382 :complies false. + :carol4382 :complies false. }. { @@ -373215,9 +183215,9 @@ } => { var:x_0 :complies false. }. - :carol9383 :does :access_social_media. + :carol4383 :does :access_social_media. } log:explains { - :carol9383 :complies false. + :carol4383 :complies false. }. { @@ -373226,9 +183226,9 @@ } => { var:x_0 :complies false. }. - :carol9384 :does :access_social_media. + :carol4384 :does :access_social_media. } log:explains { - :carol9384 :complies false. + :carol4384 :complies false. }. { @@ -373237,9 +183237,9 @@ } => { var:x_0 :complies false. }. - :carol9385 :does :access_social_media. + :carol4385 :does :access_social_media. } log:explains { - :carol9385 :complies false. + :carol4385 :complies false. }. { @@ -373248,9 +183248,9 @@ } => { var:x_0 :complies false. }. - :carol9386 :does :access_social_media. + :carol4386 :does :access_social_media. } log:explains { - :carol9386 :complies false. + :carol4386 :complies false. }. { @@ -373259,9 +183259,9 @@ } => { var:x_0 :complies false. }. - :carol9387 :does :access_social_media. + :carol4387 :does :access_social_media. } log:explains { - :carol9387 :complies false. + :carol4387 :complies false. }. { @@ -373270,9 +183270,9 @@ } => { var:x_0 :complies false. }. - :carol9388 :does :access_social_media. + :carol4388 :does :access_social_media. } log:explains { - :carol9388 :complies false. + :carol4388 :complies false. }. { @@ -373281,9 +183281,9 @@ } => { var:x_0 :complies false. }. - :carol9389 :does :access_social_media. + :carol4389 :does :access_social_media. } log:explains { - :carol9389 :complies false. + :carol4389 :complies false. }. { @@ -373292,9 +183292,9 @@ } => { var:x_0 :complies false. }. - :carol9390 :does :access_social_media. + :carol4390 :does :access_social_media. } log:explains { - :carol9390 :complies false. + :carol4390 :complies false. }. { @@ -373303,9 +183303,9 @@ } => { var:x_0 :complies false. }. - :carol9391 :does :access_social_media. + :carol4391 :does :access_social_media. } log:explains { - :carol9391 :complies false. + :carol4391 :complies false. }. { @@ -373314,9 +183314,9 @@ } => { var:x_0 :complies false. }. - :carol9392 :does :access_social_media. + :carol4392 :does :access_social_media. } log:explains { - :carol9392 :complies false. + :carol4392 :complies false. }. { @@ -373325,9 +183325,9 @@ } => { var:x_0 :complies false. }. - :carol9393 :does :access_social_media. + :carol4393 :does :access_social_media. } log:explains { - :carol9393 :complies false. + :carol4393 :complies false. }. { @@ -373336,9 +183336,9 @@ } => { var:x_0 :complies false. }. - :carol9394 :does :access_social_media. + :carol4394 :does :access_social_media. } log:explains { - :carol9394 :complies false. + :carol4394 :complies false. }. { @@ -373347,9 +183347,9 @@ } => { var:x_0 :complies false. }. - :carol9395 :does :access_social_media. + :carol4395 :does :access_social_media. } log:explains { - :carol9395 :complies false. + :carol4395 :complies false. }. { @@ -373358,9 +183358,9 @@ } => { var:x_0 :complies false. }. - :carol9396 :does :access_social_media. + :carol4396 :does :access_social_media. } log:explains { - :carol9396 :complies false. + :carol4396 :complies false. }. { @@ -373369,9 +183369,9 @@ } => { var:x_0 :complies false. }. - :carol9397 :does :access_social_media. + :carol4397 :does :access_social_media. } log:explains { - :carol9397 :complies false. + :carol4397 :complies false. }. { @@ -373380,9 +183380,9 @@ } => { var:x_0 :complies false. }. - :carol9398 :does :access_social_media. + :carol4398 :does :access_social_media. } log:explains { - :carol9398 :complies false. + :carol4398 :complies false. }. { @@ -373391,9 +183391,9 @@ } => { var:x_0 :complies false. }. - :carol9399 :does :access_social_media. + :carol4399 :does :access_social_media. } log:explains { - :carol9399 :complies false. + :carol4399 :complies false. }. { @@ -373402,9 +183402,9 @@ } => { var:x_0 :complies false. }. - :carol9400 :does :access_social_media. + :carol4400 :does :access_social_media. } log:explains { - :carol9400 :complies false. + :carol4400 :complies false. }. { @@ -373413,9 +183413,9 @@ } => { var:x_0 :complies false. }. - :carol9401 :does :access_social_media. + :carol4401 :does :access_social_media. } log:explains { - :carol9401 :complies false. + :carol4401 :complies false. }. { @@ -373424,9 +183424,9 @@ } => { var:x_0 :complies false. }. - :carol9402 :does :access_social_media. + :carol4402 :does :access_social_media. } log:explains { - :carol9402 :complies false. + :carol4402 :complies false. }. { @@ -373435,9 +183435,9 @@ } => { var:x_0 :complies false. }. - :carol9403 :does :access_social_media. + :carol4403 :does :access_social_media. } log:explains { - :carol9403 :complies false. + :carol4403 :complies false. }. { @@ -373446,9 +183446,9 @@ } => { var:x_0 :complies false. }. - :carol9404 :does :access_social_media. + :carol4404 :does :access_social_media. } log:explains { - :carol9404 :complies false. + :carol4404 :complies false. }. { @@ -373457,9 +183457,9 @@ } => { var:x_0 :complies false. }. - :carol9405 :does :access_social_media. + :carol4405 :does :access_social_media. } log:explains { - :carol9405 :complies false. + :carol4405 :complies false. }. { @@ -373468,9 +183468,9 @@ } => { var:x_0 :complies false. }. - :carol9406 :does :access_social_media. + :carol4406 :does :access_social_media. } log:explains { - :carol9406 :complies false. + :carol4406 :complies false. }. { @@ -373479,9 +183479,9 @@ } => { var:x_0 :complies false. }. - :carol9407 :does :access_social_media. + :carol4407 :does :access_social_media. } log:explains { - :carol9407 :complies false. + :carol4407 :complies false. }. { @@ -373490,9 +183490,9 @@ } => { var:x_0 :complies false. }. - :carol9408 :does :access_social_media. + :carol4408 :does :access_social_media. } log:explains { - :carol9408 :complies false. + :carol4408 :complies false. }. { @@ -373501,9 +183501,9 @@ } => { var:x_0 :complies false. }. - :carol9409 :does :access_social_media. + :carol4409 :does :access_social_media. } log:explains { - :carol9409 :complies false. + :carol4409 :complies false. }. { @@ -373512,9 +183512,9 @@ } => { var:x_0 :complies false. }. - :carol9410 :does :access_social_media. + :carol4410 :does :access_social_media. } log:explains { - :carol9410 :complies false. + :carol4410 :complies false. }. { @@ -373523,9 +183523,9 @@ } => { var:x_0 :complies false. }. - :carol9411 :does :access_social_media. + :carol4411 :does :access_social_media. } log:explains { - :carol9411 :complies false. + :carol4411 :complies false. }. { @@ -373534,9 +183534,9 @@ } => { var:x_0 :complies false. }. - :carol9412 :does :access_social_media. + :carol4412 :does :access_social_media. } log:explains { - :carol9412 :complies false. + :carol4412 :complies false. }. { @@ -373545,9 +183545,9 @@ } => { var:x_0 :complies false. }. - :carol9413 :does :access_social_media. + :carol4413 :does :access_social_media. } log:explains { - :carol9413 :complies false. + :carol4413 :complies false. }. { @@ -373556,9 +183556,9 @@ } => { var:x_0 :complies false. }. - :carol9414 :does :access_social_media. + :carol4414 :does :access_social_media. } log:explains { - :carol9414 :complies false. + :carol4414 :complies false. }. { @@ -373567,9 +183567,9 @@ } => { var:x_0 :complies false. }. - :carol9415 :does :access_social_media. + :carol4415 :does :access_social_media. } log:explains { - :carol9415 :complies false. + :carol4415 :complies false. }. { @@ -373578,9 +183578,9 @@ } => { var:x_0 :complies false. }. - :carol9416 :does :access_social_media. + :carol4416 :does :access_social_media. } log:explains { - :carol9416 :complies false. + :carol4416 :complies false. }. { @@ -373589,9 +183589,9 @@ } => { var:x_0 :complies false. }. - :carol9417 :does :access_social_media. + :carol4417 :does :access_social_media. } log:explains { - :carol9417 :complies false. + :carol4417 :complies false. }. { @@ -373600,9 +183600,9 @@ } => { var:x_0 :complies false. }. - :carol9418 :does :access_social_media. + :carol4418 :does :access_social_media. } log:explains { - :carol9418 :complies false. + :carol4418 :complies false. }. { @@ -373611,9 +183611,9 @@ } => { var:x_0 :complies false. }. - :carol9419 :does :access_social_media. + :carol4419 :does :access_social_media. } log:explains { - :carol9419 :complies false. + :carol4419 :complies false. }. { @@ -373622,9 +183622,9 @@ } => { var:x_0 :complies false. }. - :carol9420 :does :access_social_media. + :carol4420 :does :access_social_media. } log:explains { - :carol9420 :complies false. + :carol4420 :complies false. }. { @@ -373633,9 +183633,9 @@ } => { var:x_0 :complies false. }. - :carol9421 :does :access_social_media. + :carol4421 :does :access_social_media. } log:explains { - :carol9421 :complies false. + :carol4421 :complies false. }. { @@ -373644,9 +183644,9 @@ } => { var:x_0 :complies false. }. - :carol9422 :does :access_social_media. + :carol4422 :does :access_social_media. } log:explains { - :carol9422 :complies false. + :carol4422 :complies false. }. { @@ -373655,9 +183655,9 @@ } => { var:x_0 :complies false. }. - :carol9423 :does :access_social_media. + :carol4423 :does :access_social_media. } log:explains { - :carol9423 :complies false. + :carol4423 :complies false. }. { @@ -373666,9 +183666,9 @@ } => { var:x_0 :complies false. }. - :carol9424 :does :access_social_media. + :carol4424 :does :access_social_media. } log:explains { - :carol9424 :complies false. + :carol4424 :complies false. }. { @@ -373677,9 +183677,9 @@ } => { var:x_0 :complies false. }. - :carol9425 :does :access_social_media. + :carol4425 :does :access_social_media. } log:explains { - :carol9425 :complies false. + :carol4425 :complies false. }. { @@ -373688,9 +183688,9 @@ } => { var:x_0 :complies false. }. - :carol9426 :does :access_social_media. + :carol4426 :does :access_social_media. } log:explains { - :carol9426 :complies false. + :carol4426 :complies false. }. { @@ -373699,9 +183699,9 @@ } => { var:x_0 :complies false. }. - :carol9427 :does :access_social_media. + :carol4427 :does :access_social_media. } log:explains { - :carol9427 :complies false. + :carol4427 :complies false. }. { @@ -373710,9 +183710,9 @@ } => { var:x_0 :complies false. }. - :carol9428 :does :access_social_media. + :carol4428 :does :access_social_media. } log:explains { - :carol9428 :complies false. + :carol4428 :complies false. }. { @@ -373721,9 +183721,9 @@ } => { var:x_0 :complies false. }. - :carol9429 :does :access_social_media. + :carol4429 :does :access_social_media. } log:explains { - :carol9429 :complies false. + :carol4429 :complies false. }. { @@ -373732,9 +183732,9 @@ } => { var:x_0 :complies false. }. - :carol9430 :does :access_social_media. + :carol4430 :does :access_social_media. } log:explains { - :carol9430 :complies false. + :carol4430 :complies false. }. { @@ -373743,9 +183743,9 @@ } => { var:x_0 :complies false. }. - :carol9431 :does :access_social_media. + :carol4431 :does :access_social_media. } log:explains { - :carol9431 :complies false. + :carol4431 :complies false. }. { @@ -373754,9 +183754,9 @@ } => { var:x_0 :complies false. }. - :carol9432 :does :access_social_media. + :carol4432 :does :access_social_media. } log:explains { - :carol9432 :complies false. + :carol4432 :complies false. }. { @@ -373765,9 +183765,9 @@ } => { var:x_0 :complies false. }. - :carol9433 :does :access_social_media. + :carol4433 :does :access_social_media. } log:explains { - :carol9433 :complies false. + :carol4433 :complies false. }. { @@ -373776,9 +183776,9 @@ } => { var:x_0 :complies false. }. - :carol9434 :does :access_social_media. + :carol4434 :does :access_social_media. } log:explains { - :carol9434 :complies false. + :carol4434 :complies false. }. { @@ -373787,9 +183787,9 @@ } => { var:x_0 :complies false. }. - :carol9435 :does :access_social_media. + :carol4435 :does :access_social_media. } log:explains { - :carol9435 :complies false. + :carol4435 :complies false. }. { @@ -373798,9 +183798,9 @@ } => { var:x_0 :complies false. }. - :carol9436 :does :access_social_media. + :carol4436 :does :access_social_media. } log:explains { - :carol9436 :complies false. + :carol4436 :complies false. }. { @@ -373809,9 +183809,9 @@ } => { var:x_0 :complies false. }. - :carol9437 :does :access_social_media. + :carol4437 :does :access_social_media. } log:explains { - :carol9437 :complies false. + :carol4437 :complies false. }. { @@ -373820,9 +183820,9 @@ } => { var:x_0 :complies false. }. - :carol9438 :does :access_social_media. + :carol4438 :does :access_social_media. } log:explains { - :carol9438 :complies false. + :carol4438 :complies false. }. { @@ -373831,9 +183831,9 @@ } => { var:x_0 :complies false. }. - :carol9439 :does :access_social_media. + :carol4439 :does :access_social_media. } log:explains { - :carol9439 :complies false. + :carol4439 :complies false. }. { @@ -373842,9 +183842,9 @@ } => { var:x_0 :complies false. }. - :carol9440 :does :access_social_media. + :carol4440 :does :access_social_media. } log:explains { - :carol9440 :complies false. + :carol4440 :complies false. }. { @@ -373853,9 +183853,9 @@ } => { var:x_0 :complies false. }. - :carol9441 :does :access_social_media. + :carol4441 :does :access_social_media. } log:explains { - :carol9441 :complies false. + :carol4441 :complies false. }. { @@ -373864,9 +183864,9 @@ } => { var:x_0 :complies false. }. - :carol9442 :does :access_social_media. + :carol4442 :does :access_social_media. } log:explains { - :carol9442 :complies false. + :carol4442 :complies false. }. { @@ -373875,9 +183875,9 @@ } => { var:x_0 :complies false. }. - :carol9443 :does :access_social_media. + :carol4443 :does :access_social_media. } log:explains { - :carol9443 :complies false. + :carol4443 :complies false. }. { @@ -373886,9 +183886,9 @@ } => { var:x_0 :complies false. }. - :carol9444 :does :access_social_media. + :carol4444 :does :access_social_media. } log:explains { - :carol9444 :complies false. + :carol4444 :complies false. }. { @@ -373897,9 +183897,9 @@ } => { var:x_0 :complies false. }. - :carol9445 :does :access_social_media. + :carol4445 :does :access_social_media. } log:explains { - :carol9445 :complies false. + :carol4445 :complies false. }. { @@ -373908,9 +183908,9 @@ } => { var:x_0 :complies false. }. - :carol9446 :does :access_social_media. + :carol4446 :does :access_social_media. } log:explains { - :carol9446 :complies false. + :carol4446 :complies false. }. { @@ -373919,9 +183919,9 @@ } => { var:x_0 :complies false. }. - :carol9447 :does :access_social_media. + :carol4447 :does :access_social_media. } log:explains { - :carol9447 :complies false. + :carol4447 :complies false. }. { @@ -373930,9 +183930,9 @@ } => { var:x_0 :complies false. }. - :carol9448 :does :access_social_media. + :carol4448 :does :access_social_media. } log:explains { - :carol9448 :complies false. + :carol4448 :complies false. }. { @@ -373941,9 +183941,9 @@ } => { var:x_0 :complies false. }. - :carol9449 :does :access_social_media. + :carol4449 :does :access_social_media. } log:explains { - :carol9449 :complies false. + :carol4449 :complies false. }. { @@ -373952,9 +183952,9 @@ } => { var:x_0 :complies false. }. - :carol9450 :does :access_social_media. + :carol4450 :does :access_social_media. } log:explains { - :carol9450 :complies false. + :carol4450 :complies false. }. { @@ -373963,9 +183963,9 @@ } => { var:x_0 :complies false. }. - :carol9451 :does :access_social_media. + :carol4451 :does :access_social_media. } log:explains { - :carol9451 :complies false. + :carol4451 :complies false. }. { @@ -373974,9 +183974,9 @@ } => { var:x_0 :complies false. }. - :carol9452 :does :access_social_media. + :carol4452 :does :access_social_media. } log:explains { - :carol9452 :complies false. + :carol4452 :complies false. }. { @@ -373985,9 +183985,9 @@ } => { var:x_0 :complies false. }. - :carol9453 :does :access_social_media. + :carol4453 :does :access_social_media. } log:explains { - :carol9453 :complies false. + :carol4453 :complies false. }. { @@ -373996,9 +183996,9 @@ } => { var:x_0 :complies false. }. - :carol9454 :does :access_social_media. + :carol4454 :does :access_social_media. } log:explains { - :carol9454 :complies false. + :carol4454 :complies false. }. { @@ -374007,9 +184007,9 @@ } => { var:x_0 :complies false. }. - :carol9455 :does :access_social_media. + :carol4455 :does :access_social_media. } log:explains { - :carol9455 :complies false. + :carol4455 :complies false. }. { @@ -374018,9 +184018,9 @@ } => { var:x_0 :complies false. }. - :carol9456 :does :access_social_media. + :carol4456 :does :access_social_media. } log:explains { - :carol9456 :complies false. + :carol4456 :complies false. }. { @@ -374029,9 +184029,9 @@ } => { var:x_0 :complies false. }. - :carol9457 :does :access_social_media. + :carol4457 :does :access_social_media. } log:explains { - :carol9457 :complies false. + :carol4457 :complies false. }. { @@ -374040,9 +184040,9 @@ } => { var:x_0 :complies false. }. - :carol9458 :does :access_social_media. + :carol4458 :does :access_social_media. } log:explains { - :carol9458 :complies false. + :carol4458 :complies false. }. { @@ -374051,9 +184051,9 @@ } => { var:x_0 :complies false. }. - :carol9459 :does :access_social_media. + :carol4459 :does :access_social_media. } log:explains { - :carol9459 :complies false. + :carol4459 :complies false. }. { @@ -374062,9 +184062,9 @@ } => { var:x_0 :complies false. }. - :carol9460 :does :access_social_media. + :carol4460 :does :access_social_media. } log:explains { - :carol9460 :complies false. + :carol4460 :complies false. }. { @@ -374073,9 +184073,9 @@ } => { var:x_0 :complies false. }. - :carol9461 :does :access_social_media. + :carol4461 :does :access_social_media. } log:explains { - :carol9461 :complies false. + :carol4461 :complies false. }. { @@ -374084,9 +184084,9 @@ } => { var:x_0 :complies false. }. - :carol9462 :does :access_social_media. + :carol4462 :does :access_social_media. } log:explains { - :carol9462 :complies false. + :carol4462 :complies false. }. { @@ -374095,9 +184095,9 @@ } => { var:x_0 :complies false. }. - :carol9463 :does :access_social_media. + :carol4463 :does :access_social_media. } log:explains { - :carol9463 :complies false. + :carol4463 :complies false. }. { @@ -374106,9 +184106,9 @@ } => { var:x_0 :complies false. }. - :carol9464 :does :access_social_media. + :carol4464 :does :access_social_media. } log:explains { - :carol9464 :complies false. + :carol4464 :complies false. }. { @@ -374117,9 +184117,9 @@ } => { var:x_0 :complies false. }. - :carol9465 :does :access_social_media. + :carol4465 :does :access_social_media. } log:explains { - :carol9465 :complies false. + :carol4465 :complies false. }. { @@ -374128,9 +184128,9 @@ } => { var:x_0 :complies false. }. - :carol9466 :does :access_social_media. + :carol4466 :does :access_social_media. } log:explains { - :carol9466 :complies false. + :carol4466 :complies false. }. { @@ -374139,9 +184139,9 @@ } => { var:x_0 :complies false. }. - :carol9467 :does :access_social_media. + :carol4467 :does :access_social_media. } log:explains { - :carol9467 :complies false. + :carol4467 :complies false. }. { @@ -374150,9 +184150,9 @@ } => { var:x_0 :complies false. }. - :carol9468 :does :access_social_media. + :carol4468 :does :access_social_media. } log:explains { - :carol9468 :complies false. + :carol4468 :complies false. }. { @@ -374161,9 +184161,9 @@ } => { var:x_0 :complies false. }. - :carol9469 :does :access_social_media. + :carol4469 :does :access_social_media. } log:explains { - :carol9469 :complies false. + :carol4469 :complies false. }. { @@ -374172,9 +184172,9 @@ } => { var:x_0 :complies false. }. - :carol9470 :does :access_social_media. + :carol4470 :does :access_social_media. } log:explains { - :carol9470 :complies false. + :carol4470 :complies false. }. { @@ -374183,9 +184183,9 @@ } => { var:x_0 :complies false. }. - :carol9471 :does :access_social_media. + :carol4471 :does :access_social_media. } log:explains { - :carol9471 :complies false. + :carol4471 :complies false. }. { @@ -374194,9 +184194,9 @@ } => { var:x_0 :complies false. }. - :carol9472 :does :access_social_media. + :carol4472 :does :access_social_media. } log:explains { - :carol9472 :complies false. + :carol4472 :complies false. }. { @@ -374205,9 +184205,9 @@ } => { var:x_0 :complies false. }. - :carol9473 :does :access_social_media. + :carol4473 :does :access_social_media. } log:explains { - :carol9473 :complies false. + :carol4473 :complies false. }. { @@ -374216,9 +184216,9 @@ } => { var:x_0 :complies false. }. - :carol9474 :does :access_social_media. + :carol4474 :does :access_social_media. } log:explains { - :carol9474 :complies false. + :carol4474 :complies false. }. { @@ -374227,9 +184227,9 @@ } => { var:x_0 :complies false. }. - :carol9475 :does :access_social_media. + :carol4475 :does :access_social_media. } log:explains { - :carol9475 :complies false. + :carol4475 :complies false. }. { @@ -374238,9 +184238,9 @@ } => { var:x_0 :complies false. }. - :carol9476 :does :access_social_media. + :carol4476 :does :access_social_media. } log:explains { - :carol9476 :complies false. + :carol4476 :complies false. }. { @@ -374249,9 +184249,9 @@ } => { var:x_0 :complies false. }. - :carol9477 :does :access_social_media. + :carol4477 :does :access_social_media. } log:explains { - :carol9477 :complies false. + :carol4477 :complies false. }. { @@ -374260,9 +184260,9 @@ } => { var:x_0 :complies false. }. - :carol9478 :does :access_social_media. + :carol4478 :does :access_social_media. } log:explains { - :carol9478 :complies false. + :carol4478 :complies false. }. { @@ -374271,9 +184271,9 @@ } => { var:x_0 :complies false. }. - :carol9479 :does :access_social_media. + :carol4479 :does :access_social_media. } log:explains { - :carol9479 :complies false. + :carol4479 :complies false. }. { @@ -374282,9 +184282,9 @@ } => { var:x_0 :complies false. }. - :carol9480 :does :access_social_media. + :carol4480 :does :access_social_media. } log:explains { - :carol9480 :complies false. + :carol4480 :complies false. }. { @@ -374293,9 +184293,9 @@ } => { var:x_0 :complies false. }. - :carol9481 :does :access_social_media. + :carol4481 :does :access_social_media. } log:explains { - :carol9481 :complies false. + :carol4481 :complies false. }. { @@ -374304,9 +184304,9 @@ } => { var:x_0 :complies false. }. - :carol9482 :does :access_social_media. + :carol4482 :does :access_social_media. } log:explains { - :carol9482 :complies false. + :carol4482 :complies false. }. { @@ -374315,9 +184315,9 @@ } => { var:x_0 :complies false. }. - :carol9483 :does :access_social_media. + :carol4483 :does :access_social_media. } log:explains { - :carol9483 :complies false. + :carol4483 :complies false. }. { @@ -374326,9 +184326,9 @@ } => { var:x_0 :complies false. }. - :carol9484 :does :access_social_media. + :carol4484 :does :access_social_media. } log:explains { - :carol9484 :complies false. + :carol4484 :complies false. }. { @@ -374337,9 +184337,9 @@ } => { var:x_0 :complies false. }. - :carol9485 :does :access_social_media. + :carol4485 :does :access_social_media. } log:explains { - :carol9485 :complies false. + :carol4485 :complies false. }. { @@ -374348,9 +184348,9 @@ } => { var:x_0 :complies false. }. - :carol9486 :does :access_social_media. + :carol4486 :does :access_social_media. } log:explains { - :carol9486 :complies false. + :carol4486 :complies false. }. { @@ -374359,9 +184359,9 @@ } => { var:x_0 :complies false. }. - :carol9487 :does :access_social_media. + :carol4487 :does :access_social_media. } log:explains { - :carol9487 :complies false. + :carol4487 :complies false. }. { @@ -374370,9 +184370,9 @@ } => { var:x_0 :complies false. }. - :carol9488 :does :access_social_media. + :carol4488 :does :access_social_media. } log:explains { - :carol9488 :complies false. + :carol4488 :complies false. }. { @@ -374381,9 +184381,9 @@ } => { var:x_0 :complies false. }. - :carol9489 :does :access_social_media. + :carol4489 :does :access_social_media. } log:explains { - :carol9489 :complies false. + :carol4489 :complies false. }. { @@ -374392,9 +184392,9 @@ } => { var:x_0 :complies false. }. - :carol9490 :does :access_social_media. + :carol4490 :does :access_social_media. } log:explains { - :carol9490 :complies false. + :carol4490 :complies false. }. { @@ -374403,9 +184403,9 @@ } => { var:x_0 :complies false. }. - :carol9491 :does :access_social_media. + :carol4491 :does :access_social_media. } log:explains { - :carol9491 :complies false. + :carol4491 :complies false. }. { @@ -374414,9 +184414,9 @@ } => { var:x_0 :complies false. }. - :carol9492 :does :access_social_media. + :carol4492 :does :access_social_media. } log:explains { - :carol9492 :complies false. + :carol4492 :complies false. }. { @@ -374425,9 +184425,9 @@ } => { var:x_0 :complies false. }. - :carol9493 :does :access_social_media. + :carol4493 :does :access_social_media. } log:explains { - :carol9493 :complies false. + :carol4493 :complies false. }. { @@ -374436,9 +184436,9 @@ } => { var:x_0 :complies false. }. - :carol9494 :does :access_social_media. + :carol4494 :does :access_social_media. } log:explains { - :carol9494 :complies false. + :carol4494 :complies false. }. { @@ -374447,9 +184447,9 @@ } => { var:x_0 :complies false. }. - :carol9495 :does :access_social_media. + :carol4495 :does :access_social_media. } log:explains { - :carol9495 :complies false. + :carol4495 :complies false. }. { @@ -374458,9 +184458,9 @@ } => { var:x_0 :complies false. }. - :carol9496 :does :access_social_media. + :carol4496 :does :access_social_media. } log:explains { - :carol9496 :complies false. + :carol4496 :complies false. }. { @@ -374469,9 +184469,9 @@ } => { var:x_0 :complies false. }. - :carol9497 :does :access_social_media. + :carol4497 :does :access_social_media. } log:explains { - :carol9497 :complies false. + :carol4497 :complies false. }. { @@ -374480,9 +184480,9 @@ } => { var:x_0 :complies false. }. - :carol9498 :does :access_social_media. + :carol4498 :does :access_social_media. } log:explains { - :carol9498 :complies false. + :carol4498 :complies false. }. { @@ -374491,9 +184491,9 @@ } => { var:x_0 :complies false. }. - :carol9499 :does :access_social_media. + :carol4499 :does :access_social_media. } log:explains { - :carol9499 :complies false. + :carol4499 :complies false. }. { @@ -374502,9 +184502,9 @@ } => { var:x_0 :complies false. }. - :carol9500 :does :access_social_media. + :carol4500 :does :access_social_media. } log:explains { - :carol9500 :complies false. + :carol4500 :complies false. }. { @@ -374513,9 +184513,9 @@ } => { var:x_0 :complies false. }. - :carol9501 :does :access_social_media. + :carol4501 :does :access_social_media. } log:explains { - :carol9501 :complies false. + :carol4501 :complies false. }. { @@ -374524,9 +184524,9 @@ } => { var:x_0 :complies false. }. - :carol9502 :does :access_social_media. + :carol4502 :does :access_social_media. } log:explains { - :carol9502 :complies false. + :carol4502 :complies false. }. { @@ -374535,9 +184535,9 @@ } => { var:x_0 :complies false. }. - :carol9503 :does :access_social_media. + :carol4503 :does :access_social_media. } log:explains { - :carol9503 :complies false. + :carol4503 :complies false. }. { @@ -374546,9 +184546,9 @@ } => { var:x_0 :complies false. }. - :carol9504 :does :access_social_media. + :carol4504 :does :access_social_media. } log:explains { - :carol9504 :complies false. + :carol4504 :complies false. }. { @@ -374557,9 +184557,9 @@ } => { var:x_0 :complies false. }. - :carol9505 :does :access_social_media. + :carol4505 :does :access_social_media. } log:explains { - :carol9505 :complies false. + :carol4505 :complies false. }. { @@ -374568,9 +184568,9 @@ } => { var:x_0 :complies false. }. - :carol9506 :does :access_social_media. + :carol4506 :does :access_social_media. } log:explains { - :carol9506 :complies false. + :carol4506 :complies false. }. { @@ -374579,9 +184579,9 @@ } => { var:x_0 :complies false. }. - :carol9507 :does :access_social_media. + :carol4507 :does :access_social_media. } log:explains { - :carol9507 :complies false. + :carol4507 :complies false. }. { @@ -374590,9 +184590,9 @@ } => { var:x_0 :complies false. }. - :carol9508 :does :access_social_media. + :carol4508 :does :access_social_media. } log:explains { - :carol9508 :complies false. + :carol4508 :complies false. }. { @@ -374601,9 +184601,9 @@ } => { var:x_0 :complies false. }. - :carol9509 :does :access_social_media. + :carol4509 :does :access_social_media. } log:explains { - :carol9509 :complies false. + :carol4509 :complies false. }. { @@ -374612,9 +184612,9 @@ } => { var:x_0 :complies false. }. - :carol9510 :does :access_social_media. + :carol4510 :does :access_social_media. } log:explains { - :carol9510 :complies false. + :carol4510 :complies false. }. { @@ -374623,9 +184623,9 @@ } => { var:x_0 :complies false. }. - :carol9511 :does :access_social_media. + :carol4511 :does :access_social_media. } log:explains { - :carol9511 :complies false. + :carol4511 :complies false. }. { @@ -374634,9 +184634,9 @@ } => { var:x_0 :complies false. }. - :carol9512 :does :access_social_media. + :carol4512 :does :access_social_media. } log:explains { - :carol9512 :complies false. + :carol4512 :complies false. }. { @@ -374645,9 +184645,9 @@ } => { var:x_0 :complies false. }. - :carol9513 :does :access_social_media. + :carol4513 :does :access_social_media. } log:explains { - :carol9513 :complies false. + :carol4513 :complies false. }. { @@ -374656,9 +184656,9 @@ } => { var:x_0 :complies false. }. - :carol9514 :does :access_social_media. + :carol4514 :does :access_social_media. } log:explains { - :carol9514 :complies false. + :carol4514 :complies false. }. { @@ -374667,9 +184667,9 @@ } => { var:x_0 :complies false. }. - :carol9515 :does :access_social_media. + :carol4515 :does :access_social_media. } log:explains { - :carol9515 :complies false. + :carol4515 :complies false. }. { @@ -374678,9 +184678,9 @@ } => { var:x_0 :complies false. }. - :carol9516 :does :access_social_media. + :carol4516 :does :access_social_media. } log:explains { - :carol9516 :complies false. + :carol4516 :complies false. }. { @@ -374689,9 +184689,9 @@ } => { var:x_0 :complies false. }. - :carol9517 :does :access_social_media. + :carol4517 :does :access_social_media. } log:explains { - :carol9517 :complies false. + :carol4517 :complies false. }. { @@ -374700,9 +184700,9 @@ } => { var:x_0 :complies false. }. - :carol9518 :does :access_social_media. + :carol4518 :does :access_social_media. } log:explains { - :carol9518 :complies false. + :carol4518 :complies false. }. { @@ -374711,9 +184711,9 @@ } => { var:x_0 :complies false. }. - :carol9519 :does :access_social_media. + :carol4519 :does :access_social_media. } log:explains { - :carol9519 :complies false. + :carol4519 :complies false. }. { @@ -374722,9 +184722,9 @@ } => { var:x_0 :complies false. }. - :carol9520 :does :access_social_media. + :carol4520 :does :access_social_media. } log:explains { - :carol9520 :complies false. + :carol4520 :complies false. }. { @@ -374733,9 +184733,9 @@ } => { var:x_0 :complies false. }. - :carol9521 :does :access_social_media. + :carol4521 :does :access_social_media. } log:explains { - :carol9521 :complies false. + :carol4521 :complies false. }. { @@ -374744,9 +184744,9 @@ } => { var:x_0 :complies false. }. - :carol9522 :does :access_social_media. + :carol4522 :does :access_social_media. } log:explains { - :carol9522 :complies false. + :carol4522 :complies false. }. { @@ -374755,9 +184755,9 @@ } => { var:x_0 :complies false. }. - :carol9523 :does :access_social_media. + :carol4523 :does :access_social_media. } log:explains { - :carol9523 :complies false. + :carol4523 :complies false. }. { @@ -374766,9 +184766,9 @@ } => { var:x_0 :complies false. }. - :carol9524 :does :access_social_media. + :carol4524 :does :access_social_media. } log:explains { - :carol9524 :complies false. + :carol4524 :complies false. }. { @@ -374777,9 +184777,9 @@ } => { var:x_0 :complies false. }. - :carol9525 :does :access_social_media. + :carol4525 :does :access_social_media. } log:explains { - :carol9525 :complies false. + :carol4525 :complies false. }. { @@ -374788,9 +184788,9 @@ } => { var:x_0 :complies false. }. - :carol9526 :does :access_social_media. + :carol4526 :does :access_social_media. } log:explains { - :carol9526 :complies false. + :carol4526 :complies false. }. { @@ -374799,9 +184799,9 @@ } => { var:x_0 :complies false. }. - :carol9527 :does :access_social_media. + :carol4527 :does :access_social_media. } log:explains { - :carol9527 :complies false. + :carol4527 :complies false. }. { @@ -374810,9 +184810,9 @@ } => { var:x_0 :complies false. }. - :carol9528 :does :access_social_media. + :carol4528 :does :access_social_media. } log:explains { - :carol9528 :complies false. + :carol4528 :complies false. }. { @@ -374821,9 +184821,9 @@ } => { var:x_0 :complies false. }. - :carol9529 :does :access_social_media. + :carol4529 :does :access_social_media. } log:explains { - :carol9529 :complies false. + :carol4529 :complies false. }. { @@ -374832,9 +184832,9 @@ } => { var:x_0 :complies false. }. - :carol9530 :does :access_social_media. + :carol4530 :does :access_social_media. } log:explains { - :carol9530 :complies false. + :carol4530 :complies false. }. { @@ -374843,9 +184843,9 @@ } => { var:x_0 :complies false. }. - :carol9531 :does :access_social_media. + :carol4531 :does :access_social_media. } log:explains { - :carol9531 :complies false. + :carol4531 :complies false. }. { @@ -374854,9 +184854,9 @@ } => { var:x_0 :complies false. }. - :carol9532 :does :access_social_media. + :carol4532 :does :access_social_media. } log:explains { - :carol9532 :complies false. + :carol4532 :complies false. }. { @@ -374865,9 +184865,9 @@ } => { var:x_0 :complies false. }. - :carol9533 :does :access_social_media. + :carol4533 :does :access_social_media. } log:explains { - :carol9533 :complies false. + :carol4533 :complies false. }. { @@ -374876,9 +184876,9 @@ } => { var:x_0 :complies false. }. - :carol9534 :does :access_social_media. + :carol4534 :does :access_social_media. } log:explains { - :carol9534 :complies false. + :carol4534 :complies false. }. { @@ -374887,9 +184887,9 @@ } => { var:x_0 :complies false. }. - :carol9535 :does :access_social_media. + :carol4535 :does :access_social_media. } log:explains { - :carol9535 :complies false. + :carol4535 :complies false. }. { @@ -374898,9 +184898,9 @@ } => { var:x_0 :complies false. }. - :carol9536 :does :access_social_media. + :carol4536 :does :access_social_media. } log:explains { - :carol9536 :complies false. + :carol4536 :complies false. }. { @@ -374909,9 +184909,9 @@ } => { var:x_0 :complies false. }. - :carol9537 :does :access_social_media. + :carol4537 :does :access_social_media. } log:explains { - :carol9537 :complies false. + :carol4537 :complies false. }. { @@ -374920,9 +184920,9 @@ } => { var:x_0 :complies false. }. - :carol9538 :does :access_social_media. + :carol4538 :does :access_social_media. } log:explains { - :carol9538 :complies false. + :carol4538 :complies false. }. { @@ -374931,9 +184931,9 @@ } => { var:x_0 :complies false. }. - :carol9539 :does :access_social_media. + :carol4539 :does :access_social_media. } log:explains { - :carol9539 :complies false. + :carol4539 :complies false. }. { @@ -374942,9 +184942,9 @@ } => { var:x_0 :complies false. }. - :carol9540 :does :access_social_media. + :carol4540 :does :access_social_media. } log:explains { - :carol9540 :complies false. + :carol4540 :complies false. }. { @@ -374953,9 +184953,9 @@ } => { var:x_0 :complies false. }. - :carol9541 :does :access_social_media. + :carol4541 :does :access_social_media. } log:explains { - :carol9541 :complies false. + :carol4541 :complies false. }. { @@ -374964,9 +184964,9 @@ } => { var:x_0 :complies false. }. - :carol9542 :does :access_social_media. + :carol4542 :does :access_social_media. } log:explains { - :carol9542 :complies false. + :carol4542 :complies false. }. { @@ -374975,9 +184975,9 @@ } => { var:x_0 :complies false. }. - :carol9543 :does :access_social_media. + :carol4543 :does :access_social_media. } log:explains { - :carol9543 :complies false. + :carol4543 :complies false. }. { @@ -374986,9 +184986,9 @@ } => { var:x_0 :complies false. }. - :carol9544 :does :access_social_media. + :carol4544 :does :access_social_media. } log:explains { - :carol9544 :complies false. + :carol4544 :complies false. }. { @@ -374997,9 +184997,9 @@ } => { var:x_0 :complies false. }. - :carol9545 :does :access_social_media. + :carol4545 :does :access_social_media. } log:explains { - :carol9545 :complies false. + :carol4545 :complies false. }. { @@ -375008,9 +185008,9 @@ } => { var:x_0 :complies false. }. - :carol9546 :does :access_social_media. + :carol4546 :does :access_social_media. } log:explains { - :carol9546 :complies false. + :carol4546 :complies false. }. { @@ -375019,9 +185019,9 @@ } => { var:x_0 :complies false. }. - :carol9547 :does :access_social_media. + :carol4547 :does :access_social_media. } log:explains { - :carol9547 :complies false. + :carol4547 :complies false. }. { @@ -375030,9 +185030,9 @@ } => { var:x_0 :complies false. }. - :carol9548 :does :access_social_media. + :carol4548 :does :access_social_media. } log:explains { - :carol9548 :complies false. + :carol4548 :complies false. }. { @@ -375041,9 +185041,9 @@ } => { var:x_0 :complies false. }. - :carol9549 :does :access_social_media. + :carol4549 :does :access_social_media. } log:explains { - :carol9549 :complies false. + :carol4549 :complies false. }. { @@ -375052,9 +185052,9 @@ } => { var:x_0 :complies false. }. - :carol9550 :does :access_social_media. + :carol4550 :does :access_social_media. } log:explains { - :carol9550 :complies false. + :carol4550 :complies false. }. { @@ -375063,9 +185063,9 @@ } => { var:x_0 :complies false. }. - :carol9551 :does :access_social_media. + :carol4551 :does :access_social_media. } log:explains { - :carol9551 :complies false. + :carol4551 :complies false. }. { @@ -375074,9 +185074,9 @@ } => { var:x_0 :complies false. }. - :carol9552 :does :access_social_media. + :carol4552 :does :access_social_media. } log:explains { - :carol9552 :complies false. + :carol4552 :complies false. }. { @@ -375085,9 +185085,9 @@ } => { var:x_0 :complies false. }. - :carol9553 :does :access_social_media. + :carol4553 :does :access_social_media. } log:explains { - :carol9553 :complies false. + :carol4553 :complies false. }. { @@ -375096,9 +185096,9 @@ } => { var:x_0 :complies false. }. - :carol9554 :does :access_social_media. + :carol4554 :does :access_social_media. } log:explains { - :carol9554 :complies false. + :carol4554 :complies false. }. { @@ -375107,9 +185107,9 @@ } => { var:x_0 :complies false. }. - :carol9555 :does :access_social_media. + :carol4555 :does :access_social_media. } log:explains { - :carol9555 :complies false. + :carol4555 :complies false. }. { @@ -375118,9 +185118,9 @@ } => { var:x_0 :complies false. }. - :carol9556 :does :access_social_media. + :carol4556 :does :access_social_media. } log:explains { - :carol9556 :complies false. + :carol4556 :complies false. }. { @@ -375129,9 +185129,9 @@ } => { var:x_0 :complies false. }. - :carol9557 :does :access_social_media. + :carol4557 :does :access_social_media. } log:explains { - :carol9557 :complies false. + :carol4557 :complies false. }. { @@ -375140,9 +185140,9 @@ } => { var:x_0 :complies false. }. - :carol9558 :does :access_social_media. + :carol4558 :does :access_social_media. } log:explains { - :carol9558 :complies false. + :carol4558 :complies false. }. { @@ -375151,9 +185151,9 @@ } => { var:x_0 :complies false. }. - :carol9559 :does :access_social_media. + :carol4559 :does :access_social_media. } log:explains { - :carol9559 :complies false. + :carol4559 :complies false. }. { @@ -375162,9 +185162,9 @@ } => { var:x_0 :complies false. }. - :carol9560 :does :access_social_media. + :carol4560 :does :access_social_media. } log:explains { - :carol9560 :complies false. + :carol4560 :complies false. }. { @@ -375173,9 +185173,9 @@ } => { var:x_0 :complies false. }. - :carol9561 :does :access_social_media. + :carol4561 :does :access_social_media. } log:explains { - :carol9561 :complies false. + :carol4561 :complies false. }. { @@ -375184,9 +185184,9 @@ } => { var:x_0 :complies false. }. - :carol9562 :does :access_social_media. + :carol4562 :does :access_social_media. } log:explains { - :carol9562 :complies false. + :carol4562 :complies false. }. { @@ -375195,9 +185195,9 @@ } => { var:x_0 :complies false. }. - :carol9563 :does :access_social_media. + :carol4563 :does :access_social_media. } log:explains { - :carol9563 :complies false. + :carol4563 :complies false. }. { @@ -375206,9 +185206,9 @@ } => { var:x_0 :complies false. }. - :carol9564 :does :access_social_media. + :carol4564 :does :access_social_media. } log:explains { - :carol9564 :complies false. + :carol4564 :complies false. }. { @@ -375217,9 +185217,9 @@ } => { var:x_0 :complies false. }. - :carol9565 :does :access_social_media. + :carol4565 :does :access_social_media. } log:explains { - :carol9565 :complies false. + :carol4565 :complies false. }. { @@ -375228,9 +185228,9 @@ } => { var:x_0 :complies false. }. - :carol9566 :does :access_social_media. + :carol4566 :does :access_social_media. } log:explains { - :carol9566 :complies false. + :carol4566 :complies false. }. { @@ -375239,9 +185239,9 @@ } => { var:x_0 :complies false. }. - :carol9567 :does :access_social_media. + :carol4567 :does :access_social_media. } log:explains { - :carol9567 :complies false. + :carol4567 :complies false. }. { @@ -375250,9 +185250,9 @@ } => { var:x_0 :complies false. }. - :carol9568 :does :access_social_media. + :carol4568 :does :access_social_media. } log:explains { - :carol9568 :complies false. + :carol4568 :complies false. }. { @@ -375261,9 +185261,9 @@ } => { var:x_0 :complies false. }. - :carol9569 :does :access_social_media. + :carol4569 :does :access_social_media. } log:explains { - :carol9569 :complies false. + :carol4569 :complies false. }. { @@ -375272,9 +185272,9 @@ } => { var:x_0 :complies false. }. - :carol9570 :does :access_social_media. + :carol4570 :does :access_social_media. } log:explains { - :carol9570 :complies false. + :carol4570 :complies false. }. { @@ -375283,9 +185283,9 @@ } => { var:x_0 :complies false. }. - :carol9571 :does :access_social_media. + :carol4571 :does :access_social_media. } log:explains { - :carol9571 :complies false. + :carol4571 :complies false. }. { @@ -375294,9 +185294,9 @@ } => { var:x_0 :complies false. }. - :carol9572 :does :access_social_media. + :carol4572 :does :access_social_media. } log:explains { - :carol9572 :complies false. + :carol4572 :complies false. }. { @@ -375305,9 +185305,9 @@ } => { var:x_0 :complies false. }. - :carol9573 :does :access_social_media. + :carol4573 :does :access_social_media. } log:explains { - :carol9573 :complies false. + :carol4573 :complies false. }. { @@ -375316,9 +185316,9 @@ } => { var:x_0 :complies false. }. - :carol9574 :does :access_social_media. + :carol4574 :does :access_social_media. } log:explains { - :carol9574 :complies false. + :carol4574 :complies false. }. { @@ -375327,9 +185327,9 @@ } => { var:x_0 :complies false. }. - :carol9575 :does :access_social_media. + :carol4575 :does :access_social_media. } log:explains { - :carol9575 :complies false. + :carol4575 :complies false. }. { @@ -375338,9 +185338,9 @@ } => { var:x_0 :complies false. }. - :carol9576 :does :access_social_media. + :carol4576 :does :access_social_media. } log:explains { - :carol9576 :complies false. + :carol4576 :complies false. }. { @@ -375349,9 +185349,9 @@ } => { var:x_0 :complies false. }. - :carol9577 :does :access_social_media. + :carol4577 :does :access_social_media. } log:explains { - :carol9577 :complies false. + :carol4577 :complies false. }. { @@ -375360,9 +185360,9 @@ } => { var:x_0 :complies false. }. - :carol9578 :does :access_social_media. + :carol4578 :does :access_social_media. } log:explains { - :carol9578 :complies false. + :carol4578 :complies false. }. { @@ -375371,9 +185371,9 @@ } => { var:x_0 :complies false. }. - :carol9579 :does :access_social_media. + :carol4579 :does :access_social_media. } log:explains { - :carol9579 :complies false. + :carol4579 :complies false. }. { @@ -375382,9 +185382,9 @@ } => { var:x_0 :complies false. }. - :carol9580 :does :access_social_media. + :carol4580 :does :access_social_media. } log:explains { - :carol9580 :complies false. + :carol4580 :complies false. }. { @@ -375393,9 +185393,9 @@ } => { var:x_0 :complies false. }. - :carol9581 :does :access_social_media. + :carol4581 :does :access_social_media. } log:explains { - :carol9581 :complies false. + :carol4581 :complies false. }. { @@ -375404,9 +185404,9 @@ } => { var:x_0 :complies false. }. - :carol9582 :does :access_social_media. + :carol4582 :does :access_social_media. } log:explains { - :carol9582 :complies false. + :carol4582 :complies false. }. { @@ -375415,9 +185415,9 @@ } => { var:x_0 :complies false. }. - :carol9583 :does :access_social_media. + :carol4583 :does :access_social_media. } log:explains { - :carol9583 :complies false. + :carol4583 :complies false. }. { @@ -375426,9 +185426,9 @@ } => { var:x_0 :complies false. }. - :carol9584 :does :access_social_media. + :carol4584 :does :access_social_media. } log:explains { - :carol9584 :complies false. + :carol4584 :complies false. }. { @@ -375437,9 +185437,9 @@ } => { var:x_0 :complies false. }. - :carol9585 :does :access_social_media. + :carol4585 :does :access_social_media. } log:explains { - :carol9585 :complies false. + :carol4585 :complies false. }. { @@ -375448,9 +185448,9 @@ } => { var:x_0 :complies false. }. - :carol9586 :does :access_social_media. + :carol4586 :does :access_social_media. } log:explains { - :carol9586 :complies false. + :carol4586 :complies false. }. { @@ -375459,9 +185459,9 @@ } => { var:x_0 :complies false. }. - :carol9587 :does :access_social_media. + :carol4587 :does :access_social_media. } log:explains { - :carol9587 :complies false. + :carol4587 :complies false. }. { @@ -375470,9 +185470,9 @@ } => { var:x_0 :complies false. }. - :carol9588 :does :access_social_media. + :carol4588 :does :access_social_media. } log:explains { - :carol9588 :complies false. + :carol4588 :complies false. }. { @@ -375481,9 +185481,9 @@ } => { var:x_0 :complies false. }. - :carol9589 :does :access_social_media. + :carol4589 :does :access_social_media. } log:explains { - :carol9589 :complies false. + :carol4589 :complies false. }. { @@ -375492,9 +185492,9 @@ } => { var:x_0 :complies false. }. - :carol9590 :does :access_social_media. + :carol4590 :does :access_social_media. } log:explains { - :carol9590 :complies false. + :carol4590 :complies false. }. { @@ -375503,9 +185503,9 @@ } => { var:x_0 :complies false. }. - :carol9591 :does :access_social_media. + :carol4591 :does :access_social_media. } log:explains { - :carol9591 :complies false. + :carol4591 :complies false. }. { @@ -375514,9 +185514,9 @@ } => { var:x_0 :complies false. }. - :carol9592 :does :access_social_media. + :carol4592 :does :access_social_media. } log:explains { - :carol9592 :complies false. + :carol4592 :complies false. }. { @@ -375525,9 +185525,9 @@ } => { var:x_0 :complies false. }. - :carol9593 :does :access_social_media. + :carol4593 :does :access_social_media. } log:explains { - :carol9593 :complies false. + :carol4593 :complies false. }. { @@ -375536,9 +185536,9 @@ } => { var:x_0 :complies false. }. - :carol9594 :does :access_social_media. + :carol4594 :does :access_social_media. } log:explains { - :carol9594 :complies false. + :carol4594 :complies false. }. { @@ -375547,9 +185547,9 @@ } => { var:x_0 :complies false. }. - :carol9595 :does :access_social_media. + :carol4595 :does :access_social_media. } log:explains { - :carol9595 :complies false. + :carol4595 :complies false. }. { @@ -375558,9 +185558,9 @@ } => { var:x_0 :complies false. }. - :carol9596 :does :access_social_media. + :carol4596 :does :access_social_media. } log:explains { - :carol9596 :complies false. + :carol4596 :complies false. }. { @@ -375569,9 +185569,9 @@ } => { var:x_0 :complies false. }. - :carol9597 :does :access_social_media. + :carol4597 :does :access_social_media. } log:explains { - :carol9597 :complies false. + :carol4597 :complies false. }. { @@ -375580,9 +185580,9 @@ } => { var:x_0 :complies false. }. - :carol9598 :does :access_social_media. + :carol4598 :does :access_social_media. } log:explains { - :carol9598 :complies false. + :carol4598 :complies false. }. { @@ -375591,9 +185591,9 @@ } => { var:x_0 :complies false. }. - :carol9599 :does :access_social_media. + :carol4599 :does :access_social_media. } log:explains { - :carol9599 :complies false. + :carol4599 :complies false. }. { @@ -375602,9 +185602,9 @@ } => { var:x_0 :complies false. }. - :carol9600 :does :access_social_media. + :carol4600 :does :access_social_media. } log:explains { - :carol9600 :complies false. + :carol4600 :complies false. }. { @@ -375613,9 +185613,9 @@ } => { var:x_0 :complies false. }. - :carol9601 :does :access_social_media. + :carol4601 :does :access_social_media. } log:explains { - :carol9601 :complies false. + :carol4601 :complies false. }. { @@ -375624,9 +185624,9 @@ } => { var:x_0 :complies false. }. - :carol9602 :does :access_social_media. + :carol4602 :does :access_social_media. } log:explains { - :carol9602 :complies false. + :carol4602 :complies false. }. { @@ -375635,9 +185635,9 @@ } => { var:x_0 :complies false. }. - :carol9603 :does :access_social_media. + :carol4603 :does :access_social_media. } log:explains { - :carol9603 :complies false. + :carol4603 :complies false. }. { @@ -375646,9 +185646,9 @@ } => { var:x_0 :complies false. }. - :carol9604 :does :access_social_media. + :carol4604 :does :access_social_media. } log:explains { - :carol9604 :complies false. + :carol4604 :complies false. }. { @@ -375657,9 +185657,9 @@ } => { var:x_0 :complies false. }. - :carol9605 :does :access_social_media. + :carol4605 :does :access_social_media. } log:explains { - :carol9605 :complies false. + :carol4605 :complies false. }. { @@ -375668,9 +185668,9 @@ } => { var:x_0 :complies false. }. - :carol9606 :does :access_social_media. + :carol4606 :does :access_social_media. } log:explains { - :carol9606 :complies false. + :carol4606 :complies false. }. { @@ -375679,9 +185679,9 @@ } => { var:x_0 :complies false. }. - :carol9607 :does :access_social_media. + :carol4607 :does :access_social_media. } log:explains { - :carol9607 :complies false. + :carol4607 :complies false. }. { @@ -375690,9 +185690,9 @@ } => { var:x_0 :complies false. }. - :carol9608 :does :access_social_media. + :carol4608 :does :access_social_media. } log:explains { - :carol9608 :complies false. + :carol4608 :complies false. }. { @@ -375701,9 +185701,9 @@ } => { var:x_0 :complies false. }. - :carol9609 :does :access_social_media. + :carol4609 :does :access_social_media. } log:explains { - :carol9609 :complies false. + :carol4609 :complies false. }. { @@ -375712,9 +185712,9 @@ } => { var:x_0 :complies false. }. - :carol9610 :does :access_social_media. + :carol4610 :does :access_social_media. } log:explains { - :carol9610 :complies false. + :carol4610 :complies false. }. { @@ -375723,9 +185723,9 @@ } => { var:x_0 :complies false. }. - :carol9611 :does :access_social_media. + :carol4611 :does :access_social_media. } log:explains { - :carol9611 :complies false. + :carol4611 :complies false. }. { @@ -375734,9 +185734,9 @@ } => { var:x_0 :complies false. }. - :carol9612 :does :access_social_media. + :carol4612 :does :access_social_media. } log:explains { - :carol9612 :complies false. + :carol4612 :complies false. }. { @@ -375745,9 +185745,9 @@ } => { var:x_0 :complies false. }. - :carol9613 :does :access_social_media. + :carol4613 :does :access_social_media. } log:explains { - :carol9613 :complies false. + :carol4613 :complies false. }. { @@ -375756,9 +185756,9 @@ } => { var:x_0 :complies false. }. - :carol9614 :does :access_social_media. + :carol4614 :does :access_social_media. } log:explains { - :carol9614 :complies false. + :carol4614 :complies false. }. { @@ -375767,9 +185767,9 @@ } => { var:x_0 :complies false. }. - :carol9615 :does :access_social_media. + :carol4615 :does :access_social_media. } log:explains { - :carol9615 :complies false. + :carol4615 :complies false. }. { @@ -375778,9 +185778,9 @@ } => { var:x_0 :complies false. }. - :carol9616 :does :access_social_media. + :carol4616 :does :access_social_media. } log:explains { - :carol9616 :complies false. + :carol4616 :complies false. }. { @@ -375789,9 +185789,9 @@ } => { var:x_0 :complies false. }. - :carol9617 :does :access_social_media. + :carol4617 :does :access_social_media. } log:explains { - :carol9617 :complies false. + :carol4617 :complies false. }. { @@ -375800,9 +185800,9 @@ } => { var:x_0 :complies false. }. - :carol9618 :does :access_social_media. + :carol4618 :does :access_social_media. } log:explains { - :carol9618 :complies false. + :carol4618 :complies false. }. { @@ -375811,9 +185811,9 @@ } => { var:x_0 :complies false. }. - :carol9619 :does :access_social_media. + :carol4619 :does :access_social_media. } log:explains { - :carol9619 :complies false. + :carol4619 :complies false. }. { @@ -375822,9 +185822,9 @@ } => { var:x_0 :complies false. }. - :carol9620 :does :access_social_media. + :carol4620 :does :access_social_media. } log:explains { - :carol9620 :complies false. + :carol4620 :complies false. }. { @@ -375833,9 +185833,9 @@ } => { var:x_0 :complies false. }. - :carol9621 :does :access_social_media. + :carol4621 :does :access_social_media. } log:explains { - :carol9621 :complies false. + :carol4621 :complies false. }. { @@ -375844,9 +185844,9 @@ } => { var:x_0 :complies false. }. - :carol9622 :does :access_social_media. + :carol4622 :does :access_social_media. } log:explains { - :carol9622 :complies false. + :carol4622 :complies false. }. { @@ -375855,9 +185855,9 @@ } => { var:x_0 :complies false. }. - :carol9623 :does :access_social_media. + :carol4623 :does :access_social_media. } log:explains { - :carol9623 :complies false. + :carol4623 :complies false. }. { @@ -375866,9 +185866,9 @@ } => { var:x_0 :complies false. }. - :carol9624 :does :access_social_media. + :carol4624 :does :access_social_media. } log:explains { - :carol9624 :complies false. + :carol4624 :complies false. }. { @@ -375877,9 +185877,9 @@ } => { var:x_0 :complies false. }. - :carol9625 :does :access_social_media. + :carol4625 :does :access_social_media. } log:explains { - :carol9625 :complies false. + :carol4625 :complies false. }. { @@ -375888,9 +185888,9 @@ } => { var:x_0 :complies false. }. - :carol9626 :does :access_social_media. + :carol4626 :does :access_social_media. } log:explains { - :carol9626 :complies false. + :carol4626 :complies false. }. { @@ -375899,9 +185899,9 @@ } => { var:x_0 :complies false. }. - :carol9627 :does :access_social_media. + :carol4627 :does :access_social_media. } log:explains { - :carol9627 :complies false. + :carol4627 :complies false. }. { @@ -375910,9 +185910,9 @@ } => { var:x_0 :complies false. }. - :carol9628 :does :access_social_media. + :carol4628 :does :access_social_media. } log:explains { - :carol9628 :complies false. + :carol4628 :complies false. }. { @@ -375921,9 +185921,9 @@ } => { var:x_0 :complies false. }. - :carol9629 :does :access_social_media. + :carol4629 :does :access_social_media. } log:explains { - :carol9629 :complies false. + :carol4629 :complies false. }. { @@ -375932,9 +185932,9 @@ } => { var:x_0 :complies false. }. - :carol9630 :does :access_social_media. + :carol4630 :does :access_social_media. } log:explains { - :carol9630 :complies false. + :carol4630 :complies false. }. { @@ -375943,9 +185943,9 @@ } => { var:x_0 :complies false. }. - :carol9631 :does :access_social_media. + :carol4631 :does :access_social_media. } log:explains { - :carol9631 :complies false. + :carol4631 :complies false. }. { @@ -375954,9 +185954,9 @@ } => { var:x_0 :complies false. }. - :carol9632 :does :access_social_media. + :carol4632 :does :access_social_media. } log:explains { - :carol9632 :complies false. + :carol4632 :complies false. }. { @@ -375965,9 +185965,9 @@ } => { var:x_0 :complies false. }. - :carol9633 :does :access_social_media. + :carol4633 :does :access_social_media. } log:explains { - :carol9633 :complies false. + :carol4633 :complies false. }. { @@ -375976,9 +185976,9 @@ } => { var:x_0 :complies false. }. - :carol9634 :does :access_social_media. + :carol4634 :does :access_social_media. } log:explains { - :carol9634 :complies false. + :carol4634 :complies false. }. { @@ -375987,9 +185987,9 @@ } => { var:x_0 :complies false. }. - :carol9635 :does :access_social_media. + :carol4635 :does :access_social_media. } log:explains { - :carol9635 :complies false. + :carol4635 :complies false. }. { @@ -375998,9 +185998,9 @@ } => { var:x_0 :complies false. }. - :carol9636 :does :access_social_media. + :carol4636 :does :access_social_media. } log:explains { - :carol9636 :complies false. + :carol4636 :complies false. }. { @@ -376009,9 +186009,9 @@ } => { var:x_0 :complies false. }. - :carol9637 :does :access_social_media. + :carol4637 :does :access_social_media. } log:explains { - :carol9637 :complies false. + :carol4637 :complies false. }. { @@ -376020,9 +186020,9 @@ } => { var:x_0 :complies false. }. - :carol9638 :does :access_social_media. + :carol4638 :does :access_social_media. } log:explains { - :carol9638 :complies false. + :carol4638 :complies false. }. { @@ -376031,9 +186031,9 @@ } => { var:x_0 :complies false. }. - :carol9639 :does :access_social_media. + :carol4639 :does :access_social_media. } log:explains { - :carol9639 :complies false. + :carol4639 :complies false. }. { @@ -376042,9 +186042,9 @@ } => { var:x_0 :complies false. }. - :carol9640 :does :access_social_media. + :carol4640 :does :access_social_media. } log:explains { - :carol9640 :complies false. + :carol4640 :complies false. }. { @@ -376053,9 +186053,9 @@ } => { var:x_0 :complies false. }. - :carol9641 :does :access_social_media. + :carol4641 :does :access_social_media. } log:explains { - :carol9641 :complies false. + :carol4641 :complies false. }. { @@ -376064,9 +186064,9 @@ } => { var:x_0 :complies false. }. - :carol9642 :does :access_social_media. + :carol4642 :does :access_social_media. } log:explains { - :carol9642 :complies false. + :carol4642 :complies false. }. { @@ -376075,9 +186075,9 @@ } => { var:x_0 :complies false. }. - :carol9643 :does :access_social_media. + :carol4643 :does :access_social_media. } log:explains { - :carol9643 :complies false. + :carol4643 :complies false. }. { @@ -376086,9 +186086,9 @@ } => { var:x_0 :complies false. }. - :carol9644 :does :access_social_media. + :carol4644 :does :access_social_media. } log:explains { - :carol9644 :complies false. + :carol4644 :complies false. }. { @@ -376097,9 +186097,9 @@ } => { var:x_0 :complies false. }. - :carol9645 :does :access_social_media. + :carol4645 :does :access_social_media. } log:explains { - :carol9645 :complies false. + :carol4645 :complies false. }. { @@ -376108,9 +186108,9 @@ } => { var:x_0 :complies false. }. - :carol9646 :does :access_social_media. + :carol4646 :does :access_social_media. } log:explains { - :carol9646 :complies false. + :carol4646 :complies false. }. { @@ -376119,9 +186119,9 @@ } => { var:x_0 :complies false. }. - :carol9647 :does :access_social_media. + :carol4647 :does :access_social_media. } log:explains { - :carol9647 :complies false. + :carol4647 :complies false. }. { @@ -376130,9 +186130,9 @@ } => { var:x_0 :complies false. }. - :carol9648 :does :access_social_media. + :carol4648 :does :access_social_media. } log:explains { - :carol9648 :complies false. + :carol4648 :complies false. }. { @@ -376141,9 +186141,9 @@ } => { var:x_0 :complies false. }. - :carol9649 :does :access_social_media. + :carol4649 :does :access_social_media. } log:explains { - :carol9649 :complies false. + :carol4649 :complies false. }. { @@ -376152,9 +186152,9 @@ } => { var:x_0 :complies false. }. - :carol9650 :does :access_social_media. + :carol4650 :does :access_social_media. } log:explains { - :carol9650 :complies false. + :carol4650 :complies false. }. { @@ -376163,9 +186163,9 @@ } => { var:x_0 :complies false. }. - :carol9651 :does :access_social_media. + :carol4651 :does :access_social_media. } log:explains { - :carol9651 :complies false. + :carol4651 :complies false. }. { @@ -376174,9 +186174,9 @@ } => { var:x_0 :complies false. }. - :carol9652 :does :access_social_media. + :carol4652 :does :access_social_media. } log:explains { - :carol9652 :complies false. + :carol4652 :complies false. }. { @@ -376185,9 +186185,9 @@ } => { var:x_0 :complies false. }. - :carol9653 :does :access_social_media. + :carol4653 :does :access_social_media. } log:explains { - :carol9653 :complies false. + :carol4653 :complies false. }. { @@ -376196,9 +186196,9 @@ } => { var:x_0 :complies false. }. - :carol9654 :does :access_social_media. + :carol4654 :does :access_social_media. } log:explains { - :carol9654 :complies false. + :carol4654 :complies false. }. { @@ -376207,9 +186207,9 @@ } => { var:x_0 :complies false. }. - :carol9655 :does :access_social_media. + :carol4655 :does :access_social_media. } log:explains { - :carol9655 :complies false. + :carol4655 :complies false. }. { @@ -376218,9 +186218,9 @@ } => { var:x_0 :complies false. }. - :carol9656 :does :access_social_media. + :carol4656 :does :access_social_media. } log:explains { - :carol9656 :complies false. + :carol4656 :complies false. }. { @@ -376229,9 +186229,9 @@ } => { var:x_0 :complies false. }. - :carol9657 :does :access_social_media. + :carol4657 :does :access_social_media. } log:explains { - :carol9657 :complies false. + :carol4657 :complies false. }. { @@ -376240,9 +186240,9 @@ } => { var:x_0 :complies false. }. - :carol9658 :does :access_social_media. + :carol4658 :does :access_social_media. } log:explains { - :carol9658 :complies false. + :carol4658 :complies false. }. { @@ -376251,9 +186251,9 @@ } => { var:x_0 :complies false. }. - :carol9659 :does :access_social_media. + :carol4659 :does :access_social_media. } log:explains { - :carol9659 :complies false. + :carol4659 :complies false. }. { @@ -376262,9 +186262,9 @@ } => { var:x_0 :complies false. }. - :carol9660 :does :access_social_media. + :carol4660 :does :access_social_media. } log:explains { - :carol9660 :complies false. + :carol4660 :complies false. }. { @@ -376273,9 +186273,9 @@ } => { var:x_0 :complies false. }. - :carol9661 :does :access_social_media. + :carol4661 :does :access_social_media. } log:explains { - :carol9661 :complies false. + :carol4661 :complies false. }. { @@ -376284,9 +186284,9 @@ } => { var:x_0 :complies false. }. - :carol9662 :does :access_social_media. + :carol4662 :does :access_social_media. } log:explains { - :carol9662 :complies false. + :carol4662 :complies false. }. { @@ -376295,9 +186295,9 @@ } => { var:x_0 :complies false. }. - :carol9663 :does :access_social_media. + :carol4663 :does :access_social_media. } log:explains { - :carol9663 :complies false. + :carol4663 :complies false. }. { @@ -376306,9 +186306,9 @@ } => { var:x_0 :complies false. }. - :carol9664 :does :access_social_media. + :carol4664 :does :access_social_media. } log:explains { - :carol9664 :complies false. + :carol4664 :complies false. }. { @@ -376317,9 +186317,9 @@ } => { var:x_0 :complies false. }. - :carol9665 :does :access_social_media. + :carol4665 :does :access_social_media. } log:explains { - :carol9665 :complies false. + :carol4665 :complies false. }. { @@ -376328,9 +186328,9 @@ } => { var:x_0 :complies false. }. - :carol9666 :does :access_social_media. + :carol4666 :does :access_social_media. } log:explains { - :carol9666 :complies false. + :carol4666 :complies false. }. { @@ -376339,9 +186339,9 @@ } => { var:x_0 :complies false. }. - :carol9667 :does :access_social_media. + :carol4667 :does :access_social_media. } log:explains { - :carol9667 :complies false. + :carol4667 :complies false. }. { @@ -376350,9 +186350,9 @@ } => { var:x_0 :complies false. }. - :carol9668 :does :access_social_media. + :carol4668 :does :access_social_media. } log:explains { - :carol9668 :complies false. + :carol4668 :complies false. }. { @@ -376361,9 +186361,9 @@ } => { var:x_0 :complies false. }. - :carol9669 :does :access_social_media. + :carol4669 :does :access_social_media. } log:explains { - :carol9669 :complies false. + :carol4669 :complies false. }. { @@ -376372,9 +186372,9 @@ } => { var:x_0 :complies false. }. - :carol9670 :does :access_social_media. + :carol4670 :does :access_social_media. } log:explains { - :carol9670 :complies false. + :carol4670 :complies false. }. { @@ -376383,9 +186383,9 @@ } => { var:x_0 :complies false. }. - :carol9671 :does :access_social_media. + :carol4671 :does :access_social_media. } log:explains { - :carol9671 :complies false. + :carol4671 :complies false. }. { @@ -376394,9 +186394,9 @@ } => { var:x_0 :complies false. }. - :carol9672 :does :access_social_media. + :carol4672 :does :access_social_media. } log:explains { - :carol9672 :complies false. + :carol4672 :complies false. }. { @@ -376405,9 +186405,9 @@ } => { var:x_0 :complies false. }. - :carol9673 :does :access_social_media. + :carol4673 :does :access_social_media. } log:explains { - :carol9673 :complies false. + :carol4673 :complies false. }. { @@ -376416,9 +186416,9 @@ } => { var:x_0 :complies false. }. - :carol9674 :does :access_social_media. + :carol4674 :does :access_social_media. } log:explains { - :carol9674 :complies false. + :carol4674 :complies false. }. { @@ -376427,9 +186427,9 @@ } => { var:x_0 :complies false. }. - :carol9675 :does :access_social_media. + :carol4675 :does :access_social_media. } log:explains { - :carol9675 :complies false. + :carol4675 :complies false. }. { @@ -376438,9 +186438,9 @@ } => { var:x_0 :complies false. }. - :carol9676 :does :access_social_media. + :carol4676 :does :access_social_media. } log:explains { - :carol9676 :complies false. + :carol4676 :complies false. }. { @@ -376449,9 +186449,9 @@ } => { var:x_0 :complies false. }. - :carol9677 :does :access_social_media. + :carol4677 :does :access_social_media. } log:explains { - :carol9677 :complies false. + :carol4677 :complies false. }. { @@ -376460,9 +186460,9 @@ } => { var:x_0 :complies false. }. - :carol9678 :does :access_social_media. + :carol4678 :does :access_social_media. } log:explains { - :carol9678 :complies false. + :carol4678 :complies false. }. { @@ -376471,9 +186471,9 @@ } => { var:x_0 :complies false. }. - :carol9679 :does :access_social_media. + :carol4679 :does :access_social_media. } log:explains { - :carol9679 :complies false. + :carol4679 :complies false. }. { @@ -376482,9 +186482,9 @@ } => { var:x_0 :complies false. }. - :carol9680 :does :access_social_media. + :carol4680 :does :access_social_media. } log:explains { - :carol9680 :complies false. + :carol4680 :complies false. }. { @@ -376493,9 +186493,9 @@ } => { var:x_0 :complies false. }. - :carol9681 :does :access_social_media. + :carol4681 :does :access_social_media. } log:explains { - :carol9681 :complies false. + :carol4681 :complies false. }. { @@ -376504,9 +186504,9 @@ } => { var:x_0 :complies false. }. - :carol9682 :does :access_social_media. + :carol4682 :does :access_social_media. } log:explains { - :carol9682 :complies false. + :carol4682 :complies false. }. { @@ -376515,9 +186515,9 @@ } => { var:x_0 :complies false. }. - :carol9683 :does :access_social_media. + :carol4683 :does :access_social_media. } log:explains { - :carol9683 :complies false. + :carol4683 :complies false. }. { @@ -376526,9 +186526,9 @@ } => { var:x_0 :complies false. }. - :carol9684 :does :access_social_media. + :carol4684 :does :access_social_media. } log:explains { - :carol9684 :complies false. + :carol4684 :complies false. }. { @@ -376537,9 +186537,9 @@ } => { var:x_0 :complies false. }. - :carol9685 :does :access_social_media. + :carol4685 :does :access_social_media. } log:explains { - :carol9685 :complies false. + :carol4685 :complies false. }. { @@ -376548,9 +186548,9 @@ } => { var:x_0 :complies false. }. - :carol9686 :does :access_social_media. + :carol4686 :does :access_social_media. } log:explains { - :carol9686 :complies false. + :carol4686 :complies false. }. { @@ -376559,9 +186559,9 @@ } => { var:x_0 :complies false. }. - :carol9687 :does :access_social_media. + :carol4687 :does :access_social_media. } log:explains { - :carol9687 :complies false. + :carol4687 :complies false. }. { @@ -376570,9 +186570,9 @@ } => { var:x_0 :complies false. }. - :carol9688 :does :access_social_media. + :carol4688 :does :access_social_media. } log:explains { - :carol9688 :complies false. + :carol4688 :complies false. }. { @@ -376581,9 +186581,9 @@ } => { var:x_0 :complies false. }. - :carol9689 :does :access_social_media. + :carol4689 :does :access_social_media. } log:explains { - :carol9689 :complies false. + :carol4689 :complies false. }. { @@ -376592,9 +186592,9 @@ } => { var:x_0 :complies false. }. - :carol9690 :does :access_social_media. + :carol4690 :does :access_social_media. } log:explains { - :carol9690 :complies false. + :carol4690 :complies false. }. { @@ -376603,9 +186603,9 @@ } => { var:x_0 :complies false. }. - :carol9691 :does :access_social_media. + :carol4691 :does :access_social_media. } log:explains { - :carol9691 :complies false. + :carol4691 :complies false. }. { @@ -376614,9 +186614,9 @@ } => { var:x_0 :complies false. }. - :carol9692 :does :access_social_media. + :carol4692 :does :access_social_media. } log:explains { - :carol9692 :complies false. + :carol4692 :complies false. }. { @@ -376625,9 +186625,9 @@ } => { var:x_0 :complies false. }. - :carol9693 :does :access_social_media. + :carol4693 :does :access_social_media. } log:explains { - :carol9693 :complies false. + :carol4693 :complies false. }. { @@ -376636,9 +186636,9 @@ } => { var:x_0 :complies false. }. - :carol9694 :does :access_social_media. + :carol4694 :does :access_social_media. } log:explains { - :carol9694 :complies false. + :carol4694 :complies false. }. { @@ -376647,9 +186647,9 @@ } => { var:x_0 :complies false. }. - :carol9695 :does :access_social_media. + :carol4695 :does :access_social_media. } log:explains { - :carol9695 :complies false. + :carol4695 :complies false. }. { @@ -376658,9 +186658,9 @@ } => { var:x_0 :complies false. }. - :carol9696 :does :access_social_media. + :carol4696 :does :access_social_media. } log:explains { - :carol9696 :complies false. + :carol4696 :complies false. }. { @@ -376669,9 +186669,9 @@ } => { var:x_0 :complies false. }. - :carol9697 :does :access_social_media. + :carol4697 :does :access_social_media. } log:explains { - :carol9697 :complies false. + :carol4697 :complies false. }. { @@ -376680,9 +186680,9 @@ } => { var:x_0 :complies false. }. - :carol9698 :does :access_social_media. + :carol4698 :does :access_social_media. } log:explains { - :carol9698 :complies false. + :carol4698 :complies false. }. { @@ -376691,9 +186691,9 @@ } => { var:x_0 :complies false. }. - :carol9699 :does :access_social_media. + :carol4699 :does :access_social_media. } log:explains { - :carol9699 :complies false. + :carol4699 :complies false. }. { @@ -376702,9 +186702,9 @@ } => { var:x_0 :complies false. }. - :carol9700 :does :access_social_media. + :carol4700 :does :access_social_media. } log:explains { - :carol9700 :complies false. + :carol4700 :complies false. }. { @@ -376713,9 +186713,9 @@ } => { var:x_0 :complies false. }. - :carol9701 :does :access_social_media. + :carol4701 :does :access_social_media. } log:explains { - :carol9701 :complies false. + :carol4701 :complies false. }. { @@ -376724,9 +186724,9 @@ } => { var:x_0 :complies false. }. - :carol9702 :does :access_social_media. + :carol4702 :does :access_social_media. } log:explains { - :carol9702 :complies false. + :carol4702 :complies false. }. { @@ -376735,9 +186735,9 @@ } => { var:x_0 :complies false. }. - :carol9703 :does :access_social_media. + :carol4703 :does :access_social_media. } log:explains { - :carol9703 :complies false. + :carol4703 :complies false. }. { @@ -376746,9 +186746,9 @@ } => { var:x_0 :complies false. }. - :carol9704 :does :access_social_media. + :carol4704 :does :access_social_media. } log:explains { - :carol9704 :complies false. + :carol4704 :complies false. }. { @@ -376757,9 +186757,9 @@ } => { var:x_0 :complies false. }. - :carol9705 :does :access_social_media. + :carol4705 :does :access_social_media. } log:explains { - :carol9705 :complies false. + :carol4705 :complies false. }. { @@ -376768,9 +186768,9 @@ } => { var:x_0 :complies false. }. - :carol9706 :does :access_social_media. + :carol4706 :does :access_social_media. } log:explains { - :carol9706 :complies false. + :carol4706 :complies false. }. { @@ -376779,9 +186779,9 @@ } => { var:x_0 :complies false. }. - :carol9707 :does :access_social_media. + :carol4707 :does :access_social_media. } log:explains { - :carol9707 :complies false. + :carol4707 :complies false. }. { @@ -376790,9 +186790,9 @@ } => { var:x_0 :complies false. }. - :carol9708 :does :access_social_media. + :carol4708 :does :access_social_media. } log:explains { - :carol9708 :complies false. + :carol4708 :complies false. }. { @@ -376801,9 +186801,9 @@ } => { var:x_0 :complies false. }. - :carol9709 :does :access_social_media. + :carol4709 :does :access_social_media. } log:explains { - :carol9709 :complies false. + :carol4709 :complies false. }. { @@ -376812,9 +186812,9 @@ } => { var:x_0 :complies false. }. - :carol9710 :does :access_social_media. + :carol4710 :does :access_social_media. } log:explains { - :carol9710 :complies false. + :carol4710 :complies false. }. { @@ -376823,9 +186823,9 @@ } => { var:x_0 :complies false. }. - :carol9711 :does :access_social_media. + :carol4711 :does :access_social_media. } log:explains { - :carol9711 :complies false. + :carol4711 :complies false. }. { @@ -376834,9 +186834,9 @@ } => { var:x_0 :complies false. }. - :carol9712 :does :access_social_media. + :carol4712 :does :access_social_media. } log:explains { - :carol9712 :complies false. + :carol4712 :complies false. }. { @@ -376845,9 +186845,9 @@ } => { var:x_0 :complies false. }. - :carol9713 :does :access_social_media. + :carol4713 :does :access_social_media. } log:explains { - :carol9713 :complies false. + :carol4713 :complies false. }. { @@ -376856,9 +186856,9 @@ } => { var:x_0 :complies false. }. - :carol9714 :does :access_social_media. + :carol4714 :does :access_social_media. } log:explains { - :carol9714 :complies false. + :carol4714 :complies false. }. { @@ -376867,9 +186867,9 @@ } => { var:x_0 :complies false. }. - :carol9715 :does :access_social_media. + :carol4715 :does :access_social_media. } log:explains { - :carol9715 :complies false. + :carol4715 :complies false. }. { @@ -376878,9 +186878,9 @@ } => { var:x_0 :complies false. }. - :carol9716 :does :access_social_media. + :carol4716 :does :access_social_media. } log:explains { - :carol9716 :complies false. + :carol4716 :complies false. }. { @@ -376889,9 +186889,9 @@ } => { var:x_0 :complies false. }. - :carol9717 :does :access_social_media. + :carol4717 :does :access_social_media. } log:explains { - :carol9717 :complies false. + :carol4717 :complies false. }. { @@ -376900,9 +186900,9 @@ } => { var:x_0 :complies false. }. - :carol9718 :does :access_social_media. + :carol4718 :does :access_social_media. } log:explains { - :carol9718 :complies false. + :carol4718 :complies false. }. { @@ -376911,9 +186911,9 @@ } => { var:x_0 :complies false. }. - :carol9719 :does :access_social_media. + :carol4719 :does :access_social_media. } log:explains { - :carol9719 :complies false. + :carol4719 :complies false. }. { @@ -376922,9 +186922,9 @@ } => { var:x_0 :complies false. }. - :carol9720 :does :access_social_media. + :carol4720 :does :access_social_media. } log:explains { - :carol9720 :complies false. + :carol4720 :complies false. }. { @@ -376933,9 +186933,9 @@ } => { var:x_0 :complies false. }. - :carol9721 :does :access_social_media. + :carol4721 :does :access_social_media. } log:explains { - :carol9721 :complies false. + :carol4721 :complies false. }. { @@ -376944,9 +186944,9 @@ } => { var:x_0 :complies false. }. - :carol9722 :does :access_social_media. + :carol4722 :does :access_social_media. } log:explains { - :carol9722 :complies false. + :carol4722 :complies false. }. { @@ -376955,9 +186955,9 @@ } => { var:x_0 :complies false. }. - :carol9723 :does :access_social_media. + :carol4723 :does :access_social_media. } log:explains { - :carol9723 :complies false. + :carol4723 :complies false. }. { @@ -376966,9 +186966,9 @@ } => { var:x_0 :complies false. }. - :carol9724 :does :access_social_media. + :carol4724 :does :access_social_media. } log:explains { - :carol9724 :complies false. + :carol4724 :complies false. }. { @@ -376977,9 +186977,9 @@ } => { var:x_0 :complies false. }. - :carol9725 :does :access_social_media. + :carol4725 :does :access_social_media. } log:explains { - :carol9725 :complies false. + :carol4725 :complies false. }. { @@ -376988,9 +186988,9 @@ } => { var:x_0 :complies false. }. - :carol9726 :does :access_social_media. + :carol4726 :does :access_social_media. } log:explains { - :carol9726 :complies false. + :carol4726 :complies false. }. { @@ -376999,9 +186999,9 @@ } => { var:x_0 :complies false. }. - :carol9727 :does :access_social_media. + :carol4727 :does :access_social_media. } log:explains { - :carol9727 :complies false. + :carol4727 :complies false. }. { @@ -377010,9 +187010,9 @@ } => { var:x_0 :complies false. }. - :carol9728 :does :access_social_media. + :carol4728 :does :access_social_media. } log:explains { - :carol9728 :complies false. + :carol4728 :complies false. }. { @@ -377021,9 +187021,9 @@ } => { var:x_0 :complies false. }. - :carol9729 :does :access_social_media. + :carol4729 :does :access_social_media. } log:explains { - :carol9729 :complies false. + :carol4729 :complies false. }. { @@ -377032,9 +187032,9 @@ } => { var:x_0 :complies false. }. - :carol9730 :does :access_social_media. + :carol4730 :does :access_social_media. } log:explains { - :carol9730 :complies false. + :carol4730 :complies false. }. { @@ -377043,9 +187043,9 @@ } => { var:x_0 :complies false. }. - :carol9731 :does :access_social_media. + :carol4731 :does :access_social_media. } log:explains { - :carol9731 :complies false. + :carol4731 :complies false. }. { @@ -377054,9 +187054,9 @@ } => { var:x_0 :complies false. }. - :carol9732 :does :access_social_media. + :carol4732 :does :access_social_media. } log:explains { - :carol9732 :complies false. + :carol4732 :complies false. }. { @@ -377065,9 +187065,9 @@ } => { var:x_0 :complies false. }. - :carol9733 :does :access_social_media. + :carol4733 :does :access_social_media. } log:explains { - :carol9733 :complies false. + :carol4733 :complies false. }. { @@ -377076,9 +187076,9 @@ } => { var:x_0 :complies false. }. - :carol9734 :does :access_social_media. + :carol4734 :does :access_social_media. } log:explains { - :carol9734 :complies false. + :carol4734 :complies false. }. { @@ -377087,9 +187087,9 @@ } => { var:x_0 :complies false. }. - :carol9735 :does :access_social_media. + :carol4735 :does :access_social_media. } log:explains { - :carol9735 :complies false. + :carol4735 :complies false. }. { @@ -377098,9 +187098,9 @@ } => { var:x_0 :complies false. }. - :carol9736 :does :access_social_media. + :carol4736 :does :access_social_media. } log:explains { - :carol9736 :complies false. + :carol4736 :complies false. }. { @@ -377109,9 +187109,9 @@ } => { var:x_0 :complies false. }. - :carol9737 :does :access_social_media. + :carol4737 :does :access_social_media. } log:explains { - :carol9737 :complies false. + :carol4737 :complies false. }. { @@ -377120,9 +187120,9 @@ } => { var:x_0 :complies false. }. - :carol9738 :does :access_social_media. + :carol4738 :does :access_social_media. } log:explains { - :carol9738 :complies false. + :carol4738 :complies false. }. { @@ -377131,9 +187131,9 @@ } => { var:x_0 :complies false. }. - :carol9739 :does :access_social_media. + :carol4739 :does :access_social_media. } log:explains { - :carol9739 :complies false. + :carol4739 :complies false. }. { @@ -377142,9 +187142,9 @@ } => { var:x_0 :complies false. }. - :carol9740 :does :access_social_media. + :carol4740 :does :access_social_media. } log:explains { - :carol9740 :complies false. + :carol4740 :complies false. }. { @@ -377153,9 +187153,9 @@ } => { var:x_0 :complies false. }. - :carol9741 :does :access_social_media. + :carol4741 :does :access_social_media. } log:explains { - :carol9741 :complies false. + :carol4741 :complies false. }. { @@ -377164,9 +187164,9 @@ } => { var:x_0 :complies false. }. - :carol9742 :does :access_social_media. + :carol4742 :does :access_social_media. } log:explains { - :carol9742 :complies false. + :carol4742 :complies false. }. { @@ -377175,9 +187175,9 @@ } => { var:x_0 :complies false. }. - :carol9743 :does :access_social_media. + :carol4743 :does :access_social_media. } log:explains { - :carol9743 :complies false. + :carol4743 :complies false. }. { @@ -377186,9 +187186,9 @@ } => { var:x_0 :complies false. }. - :carol9744 :does :access_social_media. + :carol4744 :does :access_social_media. } log:explains { - :carol9744 :complies false. + :carol4744 :complies false. }. { @@ -377197,9 +187197,9 @@ } => { var:x_0 :complies false. }. - :carol9745 :does :access_social_media. + :carol4745 :does :access_social_media. } log:explains { - :carol9745 :complies false. + :carol4745 :complies false. }. { @@ -377208,9 +187208,9 @@ } => { var:x_0 :complies false. }. - :carol9746 :does :access_social_media. + :carol4746 :does :access_social_media. } log:explains { - :carol9746 :complies false. + :carol4746 :complies false. }. { @@ -377219,9 +187219,9 @@ } => { var:x_0 :complies false. }. - :carol9747 :does :access_social_media. + :carol4747 :does :access_social_media. } log:explains { - :carol9747 :complies false. + :carol4747 :complies false. }. { @@ -377230,9 +187230,9 @@ } => { var:x_0 :complies false. }. - :carol9748 :does :access_social_media. + :carol4748 :does :access_social_media. } log:explains { - :carol9748 :complies false. + :carol4748 :complies false. }. { @@ -377241,9 +187241,9 @@ } => { var:x_0 :complies false. }. - :carol9749 :does :access_social_media. + :carol4749 :does :access_social_media. } log:explains { - :carol9749 :complies false. + :carol4749 :complies false. }. { @@ -377252,9 +187252,9 @@ } => { var:x_0 :complies false. }. - :carol9750 :does :access_social_media. + :carol4750 :does :access_social_media. } log:explains { - :carol9750 :complies false. + :carol4750 :complies false. }. { @@ -377263,9 +187263,9 @@ } => { var:x_0 :complies false. }. - :carol9751 :does :access_social_media. + :carol4751 :does :access_social_media. } log:explains { - :carol9751 :complies false. + :carol4751 :complies false. }. { @@ -377274,9 +187274,9 @@ } => { var:x_0 :complies false. }. - :carol9752 :does :access_social_media. + :carol4752 :does :access_social_media. } log:explains { - :carol9752 :complies false. + :carol4752 :complies false. }. { @@ -377285,9 +187285,9 @@ } => { var:x_0 :complies false. }. - :carol9753 :does :access_social_media. + :carol4753 :does :access_social_media. } log:explains { - :carol9753 :complies false. + :carol4753 :complies false. }. { @@ -377296,9 +187296,9 @@ } => { var:x_0 :complies false. }. - :carol9754 :does :access_social_media. + :carol4754 :does :access_social_media. } log:explains { - :carol9754 :complies false. + :carol4754 :complies false. }. { @@ -377307,9 +187307,9 @@ } => { var:x_0 :complies false. }. - :carol9755 :does :access_social_media. + :carol4755 :does :access_social_media. } log:explains { - :carol9755 :complies false. + :carol4755 :complies false. }. { @@ -377318,9 +187318,9 @@ } => { var:x_0 :complies false. }. - :carol9756 :does :access_social_media. + :carol4756 :does :access_social_media. } log:explains { - :carol9756 :complies false. + :carol4756 :complies false. }. { @@ -377329,9 +187329,9 @@ } => { var:x_0 :complies false. }. - :carol9757 :does :access_social_media. + :carol4757 :does :access_social_media. } log:explains { - :carol9757 :complies false. + :carol4757 :complies false. }. { @@ -377340,9 +187340,9 @@ } => { var:x_0 :complies false. }. - :carol9758 :does :access_social_media. + :carol4758 :does :access_social_media. } log:explains { - :carol9758 :complies false. + :carol4758 :complies false. }. { @@ -377351,9 +187351,9 @@ } => { var:x_0 :complies false. }. - :carol9759 :does :access_social_media. + :carol4759 :does :access_social_media. } log:explains { - :carol9759 :complies false. + :carol4759 :complies false. }. { @@ -377362,9 +187362,9 @@ } => { var:x_0 :complies false. }. - :carol9760 :does :access_social_media. + :carol4760 :does :access_social_media. } log:explains { - :carol9760 :complies false. + :carol4760 :complies false. }. { @@ -377373,9 +187373,9 @@ } => { var:x_0 :complies false. }. - :carol9761 :does :access_social_media. + :carol4761 :does :access_social_media. } log:explains { - :carol9761 :complies false. + :carol4761 :complies false. }. { @@ -377384,9 +187384,9 @@ } => { var:x_0 :complies false. }. - :carol9762 :does :access_social_media. + :carol4762 :does :access_social_media. } log:explains { - :carol9762 :complies false. + :carol4762 :complies false. }. { @@ -377395,9 +187395,9 @@ } => { var:x_0 :complies false. }. - :carol9763 :does :access_social_media. + :carol4763 :does :access_social_media. } log:explains { - :carol9763 :complies false. + :carol4763 :complies false. }. { @@ -377406,9 +187406,9 @@ } => { var:x_0 :complies false. }. - :carol9764 :does :access_social_media. + :carol4764 :does :access_social_media. } log:explains { - :carol9764 :complies false. + :carol4764 :complies false. }. { @@ -377417,9 +187417,9 @@ } => { var:x_0 :complies false. }. - :carol9765 :does :access_social_media. + :carol4765 :does :access_social_media. } log:explains { - :carol9765 :complies false. + :carol4765 :complies false. }. { @@ -377428,9 +187428,9 @@ } => { var:x_0 :complies false. }. - :carol9766 :does :access_social_media. + :carol4766 :does :access_social_media. } log:explains { - :carol9766 :complies false. + :carol4766 :complies false. }. { @@ -377439,9 +187439,9 @@ } => { var:x_0 :complies false. }. - :carol9767 :does :access_social_media. + :carol4767 :does :access_social_media. } log:explains { - :carol9767 :complies false. + :carol4767 :complies false. }. { @@ -377450,9 +187450,9 @@ } => { var:x_0 :complies false. }. - :carol9768 :does :access_social_media. + :carol4768 :does :access_social_media. } log:explains { - :carol9768 :complies false. + :carol4768 :complies false. }. { @@ -377461,9 +187461,9 @@ } => { var:x_0 :complies false. }. - :carol9769 :does :access_social_media. + :carol4769 :does :access_social_media. } log:explains { - :carol9769 :complies false. + :carol4769 :complies false. }. { @@ -377472,9 +187472,9 @@ } => { var:x_0 :complies false. }. - :carol9770 :does :access_social_media. + :carol4770 :does :access_social_media. } log:explains { - :carol9770 :complies false. + :carol4770 :complies false. }. { @@ -377483,9 +187483,9 @@ } => { var:x_0 :complies false. }. - :carol9771 :does :access_social_media. + :carol4771 :does :access_social_media. } log:explains { - :carol9771 :complies false. + :carol4771 :complies false. }. { @@ -377494,9 +187494,9 @@ } => { var:x_0 :complies false. }. - :carol9772 :does :access_social_media. + :carol4772 :does :access_social_media. } log:explains { - :carol9772 :complies false. + :carol4772 :complies false. }. { @@ -377505,9 +187505,9 @@ } => { var:x_0 :complies false. }. - :carol9773 :does :access_social_media. + :carol4773 :does :access_social_media. } log:explains { - :carol9773 :complies false. + :carol4773 :complies false. }. { @@ -377516,9 +187516,9 @@ } => { var:x_0 :complies false. }. - :carol9774 :does :access_social_media. + :carol4774 :does :access_social_media. } log:explains { - :carol9774 :complies false. + :carol4774 :complies false. }. { @@ -377527,9 +187527,9 @@ } => { var:x_0 :complies false. }. - :carol9775 :does :access_social_media. + :carol4775 :does :access_social_media. } log:explains { - :carol9775 :complies false. + :carol4775 :complies false. }. { @@ -377538,9 +187538,9 @@ } => { var:x_0 :complies false. }. - :carol9776 :does :access_social_media. + :carol4776 :does :access_social_media. } log:explains { - :carol9776 :complies false. + :carol4776 :complies false. }. { @@ -377549,9 +187549,9 @@ } => { var:x_0 :complies false. }. - :carol9777 :does :access_social_media. + :carol4777 :does :access_social_media. } log:explains { - :carol9777 :complies false. + :carol4777 :complies false. }. { @@ -377560,9 +187560,9 @@ } => { var:x_0 :complies false. }. - :carol9778 :does :access_social_media. + :carol4778 :does :access_social_media. } log:explains { - :carol9778 :complies false. + :carol4778 :complies false. }. { @@ -377571,9 +187571,9 @@ } => { var:x_0 :complies false. }. - :carol9779 :does :access_social_media. + :carol4779 :does :access_social_media. } log:explains { - :carol9779 :complies false. + :carol4779 :complies false. }. { @@ -377582,9 +187582,9 @@ } => { var:x_0 :complies false. }. - :carol9780 :does :access_social_media. + :carol4780 :does :access_social_media. } log:explains { - :carol9780 :complies false. + :carol4780 :complies false. }. { @@ -377593,9 +187593,9 @@ } => { var:x_0 :complies false. }. - :carol9781 :does :access_social_media. + :carol4781 :does :access_social_media. } log:explains { - :carol9781 :complies false. + :carol4781 :complies false. }. { @@ -377604,9 +187604,9 @@ } => { var:x_0 :complies false. }. - :carol9782 :does :access_social_media. + :carol4782 :does :access_social_media. } log:explains { - :carol9782 :complies false. + :carol4782 :complies false. }. { @@ -377615,9 +187615,9 @@ } => { var:x_0 :complies false. }. - :carol9783 :does :access_social_media. + :carol4783 :does :access_social_media. } log:explains { - :carol9783 :complies false. + :carol4783 :complies false. }. { @@ -377626,9 +187626,9 @@ } => { var:x_0 :complies false. }. - :carol9784 :does :access_social_media. + :carol4784 :does :access_social_media. } log:explains { - :carol9784 :complies false. + :carol4784 :complies false. }. { @@ -377637,9 +187637,9 @@ } => { var:x_0 :complies false. }. - :carol9785 :does :access_social_media. + :carol4785 :does :access_social_media. } log:explains { - :carol9785 :complies false. + :carol4785 :complies false. }. { @@ -377648,9 +187648,9 @@ } => { var:x_0 :complies false. }. - :carol9786 :does :access_social_media. + :carol4786 :does :access_social_media. } log:explains { - :carol9786 :complies false. + :carol4786 :complies false. }. { @@ -377659,9 +187659,9 @@ } => { var:x_0 :complies false. }. - :carol9787 :does :access_social_media. + :carol4787 :does :access_social_media. } log:explains { - :carol9787 :complies false. + :carol4787 :complies false. }. { @@ -377670,9 +187670,9 @@ } => { var:x_0 :complies false. }. - :carol9788 :does :access_social_media. + :carol4788 :does :access_social_media. } log:explains { - :carol9788 :complies false. + :carol4788 :complies false. }. { @@ -377681,9 +187681,9 @@ } => { var:x_0 :complies false. }. - :carol9789 :does :access_social_media. + :carol4789 :does :access_social_media. } log:explains { - :carol9789 :complies false. + :carol4789 :complies false. }. { @@ -377692,9 +187692,9 @@ } => { var:x_0 :complies false. }. - :carol9790 :does :access_social_media. + :carol4790 :does :access_social_media. } log:explains { - :carol9790 :complies false. + :carol4790 :complies false. }. { @@ -377703,9 +187703,9 @@ } => { var:x_0 :complies false. }. - :carol9791 :does :access_social_media. + :carol4791 :does :access_social_media. } log:explains { - :carol9791 :complies false. + :carol4791 :complies false. }. { @@ -377714,9 +187714,9 @@ } => { var:x_0 :complies false. }. - :carol9792 :does :access_social_media. + :carol4792 :does :access_social_media. } log:explains { - :carol9792 :complies false. + :carol4792 :complies false. }. { @@ -377725,9 +187725,9 @@ } => { var:x_0 :complies false. }. - :carol9793 :does :access_social_media. + :carol4793 :does :access_social_media. } log:explains { - :carol9793 :complies false. + :carol4793 :complies false. }. { @@ -377736,9 +187736,9 @@ } => { var:x_0 :complies false. }. - :carol9794 :does :access_social_media. + :carol4794 :does :access_social_media. } log:explains { - :carol9794 :complies false. + :carol4794 :complies false. }. { @@ -377747,9 +187747,9 @@ } => { var:x_0 :complies false. }. - :carol9795 :does :access_social_media. + :carol4795 :does :access_social_media. } log:explains { - :carol9795 :complies false. + :carol4795 :complies false. }. { @@ -377758,9 +187758,9 @@ } => { var:x_0 :complies false. }. - :carol9796 :does :access_social_media. + :carol4796 :does :access_social_media. } log:explains { - :carol9796 :complies false. + :carol4796 :complies false. }. { @@ -377769,9 +187769,9 @@ } => { var:x_0 :complies false. }. - :carol9797 :does :access_social_media. + :carol4797 :does :access_social_media. } log:explains { - :carol9797 :complies false. + :carol4797 :complies false. }. { @@ -377780,9 +187780,9 @@ } => { var:x_0 :complies false. }. - :carol9798 :does :access_social_media. + :carol4798 :does :access_social_media. } log:explains { - :carol9798 :complies false. + :carol4798 :complies false. }. { @@ -377791,9 +187791,9 @@ } => { var:x_0 :complies false. }. - :carol9799 :does :access_social_media. + :carol4799 :does :access_social_media. } log:explains { - :carol9799 :complies false. + :carol4799 :complies false. }. { @@ -377802,9 +187802,9 @@ } => { var:x_0 :complies false. }. - :carol9800 :does :access_social_media. + :carol4800 :does :access_social_media. } log:explains { - :carol9800 :complies false. + :carol4800 :complies false. }. { @@ -377813,9 +187813,9 @@ } => { var:x_0 :complies false. }. - :carol9801 :does :access_social_media. + :carol4801 :does :access_social_media. } log:explains { - :carol9801 :complies false. + :carol4801 :complies false. }. { @@ -377824,9 +187824,9 @@ } => { var:x_0 :complies false. }. - :carol9802 :does :access_social_media. + :carol4802 :does :access_social_media. } log:explains { - :carol9802 :complies false. + :carol4802 :complies false. }. { @@ -377835,9 +187835,9 @@ } => { var:x_0 :complies false. }. - :carol9803 :does :access_social_media. + :carol4803 :does :access_social_media. } log:explains { - :carol9803 :complies false. + :carol4803 :complies false. }. { @@ -377846,9 +187846,9 @@ } => { var:x_0 :complies false. }. - :carol9804 :does :access_social_media. + :carol4804 :does :access_social_media. } log:explains { - :carol9804 :complies false. + :carol4804 :complies false. }. { @@ -377857,9 +187857,9 @@ } => { var:x_0 :complies false. }. - :carol9805 :does :access_social_media. + :carol4805 :does :access_social_media. } log:explains { - :carol9805 :complies false. + :carol4805 :complies false. }. { @@ -377868,9 +187868,9 @@ } => { var:x_0 :complies false. }. - :carol9806 :does :access_social_media. + :carol4806 :does :access_social_media. } log:explains { - :carol9806 :complies false. + :carol4806 :complies false. }. { @@ -377879,9 +187879,9 @@ } => { var:x_0 :complies false. }. - :carol9807 :does :access_social_media. + :carol4807 :does :access_social_media. } log:explains { - :carol9807 :complies false. + :carol4807 :complies false. }. { @@ -377890,9 +187890,9 @@ } => { var:x_0 :complies false. }. - :carol9808 :does :access_social_media. + :carol4808 :does :access_social_media. } log:explains { - :carol9808 :complies false. + :carol4808 :complies false. }. { @@ -377901,9 +187901,9 @@ } => { var:x_0 :complies false. }. - :carol9809 :does :access_social_media. + :carol4809 :does :access_social_media. } log:explains { - :carol9809 :complies false. + :carol4809 :complies false. }. { @@ -377912,9 +187912,9 @@ } => { var:x_0 :complies false. }. - :carol9810 :does :access_social_media. + :carol4810 :does :access_social_media. } log:explains { - :carol9810 :complies false. + :carol4810 :complies false. }. { @@ -377923,9 +187923,9 @@ } => { var:x_0 :complies false. }. - :carol9811 :does :access_social_media. + :carol4811 :does :access_social_media. } log:explains { - :carol9811 :complies false. + :carol4811 :complies false. }. { @@ -377934,9 +187934,9 @@ } => { var:x_0 :complies false. }. - :carol9812 :does :access_social_media. + :carol4812 :does :access_social_media. } log:explains { - :carol9812 :complies false. + :carol4812 :complies false. }. { @@ -377945,9 +187945,9 @@ } => { var:x_0 :complies false. }. - :carol9813 :does :access_social_media. + :carol4813 :does :access_social_media. } log:explains { - :carol9813 :complies false. + :carol4813 :complies false. }. { @@ -377956,9 +187956,9 @@ } => { var:x_0 :complies false. }. - :carol9814 :does :access_social_media. + :carol4814 :does :access_social_media. } log:explains { - :carol9814 :complies false. + :carol4814 :complies false. }. { @@ -377967,9 +187967,9 @@ } => { var:x_0 :complies false. }. - :carol9815 :does :access_social_media. + :carol4815 :does :access_social_media. } log:explains { - :carol9815 :complies false. + :carol4815 :complies false. }. { @@ -377978,9 +187978,9 @@ } => { var:x_0 :complies false. }. - :carol9816 :does :access_social_media. + :carol4816 :does :access_social_media. } log:explains { - :carol9816 :complies false. + :carol4816 :complies false. }. { @@ -377989,9 +187989,9 @@ } => { var:x_0 :complies false. }. - :carol9817 :does :access_social_media. + :carol4817 :does :access_social_media. } log:explains { - :carol9817 :complies false. + :carol4817 :complies false. }. { @@ -378000,9 +188000,9 @@ } => { var:x_0 :complies false. }. - :carol9818 :does :access_social_media. + :carol4818 :does :access_social_media. } log:explains { - :carol9818 :complies false. + :carol4818 :complies false. }. { @@ -378011,9 +188011,9 @@ } => { var:x_0 :complies false. }. - :carol9819 :does :access_social_media. + :carol4819 :does :access_social_media. } log:explains { - :carol9819 :complies false. + :carol4819 :complies false. }. { @@ -378022,9 +188022,9 @@ } => { var:x_0 :complies false. }. - :carol9820 :does :access_social_media. + :carol4820 :does :access_social_media. } log:explains { - :carol9820 :complies false. + :carol4820 :complies false. }. { @@ -378033,9 +188033,9 @@ } => { var:x_0 :complies false. }. - :carol9821 :does :access_social_media. + :carol4821 :does :access_social_media. } log:explains { - :carol9821 :complies false. + :carol4821 :complies false. }. { @@ -378044,9 +188044,9 @@ } => { var:x_0 :complies false. }. - :carol9822 :does :access_social_media. + :carol4822 :does :access_social_media. } log:explains { - :carol9822 :complies false. + :carol4822 :complies false. }. { @@ -378055,9 +188055,9 @@ } => { var:x_0 :complies false. }. - :carol9823 :does :access_social_media. + :carol4823 :does :access_social_media. } log:explains { - :carol9823 :complies false. + :carol4823 :complies false. }. { @@ -378066,9 +188066,9 @@ } => { var:x_0 :complies false. }. - :carol9824 :does :access_social_media. + :carol4824 :does :access_social_media. } log:explains { - :carol9824 :complies false. + :carol4824 :complies false. }. { @@ -378077,9 +188077,9 @@ } => { var:x_0 :complies false. }. - :carol9825 :does :access_social_media. + :carol4825 :does :access_social_media. } log:explains { - :carol9825 :complies false. + :carol4825 :complies false. }. { @@ -378088,9 +188088,9 @@ } => { var:x_0 :complies false. }. - :carol9826 :does :access_social_media. + :carol4826 :does :access_social_media. } log:explains { - :carol9826 :complies false. + :carol4826 :complies false. }. { @@ -378099,9 +188099,9 @@ } => { var:x_0 :complies false. }. - :carol9827 :does :access_social_media. + :carol4827 :does :access_social_media. } log:explains { - :carol9827 :complies false. + :carol4827 :complies false. }. { @@ -378110,9 +188110,9 @@ } => { var:x_0 :complies false. }. - :carol9828 :does :access_social_media. + :carol4828 :does :access_social_media. } log:explains { - :carol9828 :complies false. + :carol4828 :complies false. }. { @@ -378121,9 +188121,9 @@ } => { var:x_0 :complies false. }. - :carol9829 :does :access_social_media. + :carol4829 :does :access_social_media. } log:explains { - :carol9829 :complies false. + :carol4829 :complies false. }. { @@ -378132,9 +188132,9 @@ } => { var:x_0 :complies false. }. - :carol9830 :does :access_social_media. + :carol4830 :does :access_social_media. } log:explains { - :carol9830 :complies false. + :carol4830 :complies false. }. { @@ -378143,9 +188143,9 @@ } => { var:x_0 :complies false. }. - :carol9831 :does :access_social_media. + :carol4831 :does :access_social_media. } log:explains { - :carol9831 :complies false. + :carol4831 :complies false. }. { @@ -378154,9 +188154,9 @@ } => { var:x_0 :complies false. }. - :carol9832 :does :access_social_media. + :carol4832 :does :access_social_media. } log:explains { - :carol9832 :complies false. + :carol4832 :complies false. }. { @@ -378165,9 +188165,9 @@ } => { var:x_0 :complies false. }. - :carol9833 :does :access_social_media. + :carol4833 :does :access_social_media. } log:explains { - :carol9833 :complies false. + :carol4833 :complies false. }. { @@ -378176,9 +188176,9 @@ } => { var:x_0 :complies false. }. - :carol9834 :does :access_social_media. + :carol4834 :does :access_social_media. } log:explains { - :carol9834 :complies false. + :carol4834 :complies false. }. { @@ -378187,9 +188187,9 @@ } => { var:x_0 :complies false. }. - :carol9835 :does :access_social_media. + :carol4835 :does :access_social_media. } log:explains { - :carol9835 :complies false. + :carol4835 :complies false. }. { @@ -378198,9 +188198,9 @@ } => { var:x_0 :complies false. }. - :carol9836 :does :access_social_media. + :carol4836 :does :access_social_media. } log:explains { - :carol9836 :complies false. + :carol4836 :complies false. }. { @@ -378209,9 +188209,9 @@ } => { var:x_0 :complies false. }. - :carol9837 :does :access_social_media. + :carol4837 :does :access_social_media. } log:explains { - :carol9837 :complies false. + :carol4837 :complies false. }. { @@ -378220,9 +188220,9 @@ } => { var:x_0 :complies false. }. - :carol9838 :does :access_social_media. + :carol4838 :does :access_social_media. } log:explains { - :carol9838 :complies false. + :carol4838 :complies false. }. { @@ -378231,9 +188231,9 @@ } => { var:x_0 :complies false. }. - :carol9839 :does :access_social_media. + :carol4839 :does :access_social_media. } log:explains { - :carol9839 :complies false. + :carol4839 :complies false. }. { @@ -378242,9 +188242,9 @@ } => { var:x_0 :complies false. }. - :carol9840 :does :access_social_media. + :carol4840 :does :access_social_media. } log:explains { - :carol9840 :complies false. + :carol4840 :complies false. }. { @@ -378253,9 +188253,9 @@ } => { var:x_0 :complies false. }. - :carol9841 :does :access_social_media. + :carol4841 :does :access_social_media. } log:explains { - :carol9841 :complies false. + :carol4841 :complies false. }. { @@ -378264,9 +188264,9 @@ } => { var:x_0 :complies false. }. - :carol9842 :does :access_social_media. + :carol4842 :does :access_social_media. } log:explains { - :carol9842 :complies false. + :carol4842 :complies false. }. { @@ -378275,9 +188275,9 @@ } => { var:x_0 :complies false. }. - :carol9843 :does :access_social_media. + :carol4843 :does :access_social_media. } log:explains { - :carol9843 :complies false. + :carol4843 :complies false. }. { @@ -378286,9 +188286,9 @@ } => { var:x_0 :complies false. }. - :carol9844 :does :access_social_media. + :carol4844 :does :access_social_media. } log:explains { - :carol9844 :complies false. + :carol4844 :complies false. }. { @@ -378297,9 +188297,9 @@ } => { var:x_0 :complies false. }. - :carol9845 :does :access_social_media. + :carol4845 :does :access_social_media. } log:explains { - :carol9845 :complies false. + :carol4845 :complies false. }. { @@ -378308,9 +188308,9 @@ } => { var:x_0 :complies false. }. - :carol9846 :does :access_social_media. + :carol4846 :does :access_social_media. } log:explains { - :carol9846 :complies false. + :carol4846 :complies false. }. { @@ -378319,9 +188319,9 @@ } => { var:x_0 :complies false. }. - :carol9847 :does :access_social_media. + :carol4847 :does :access_social_media. } log:explains { - :carol9847 :complies false. + :carol4847 :complies false. }. { @@ -378330,9 +188330,9 @@ } => { var:x_0 :complies false. }. - :carol9848 :does :access_social_media. + :carol4848 :does :access_social_media. } log:explains { - :carol9848 :complies false. + :carol4848 :complies false. }. { @@ -378341,9 +188341,9 @@ } => { var:x_0 :complies false. }. - :carol9849 :does :access_social_media. + :carol4849 :does :access_social_media. } log:explains { - :carol9849 :complies false. + :carol4849 :complies false. }. { @@ -378352,9 +188352,9 @@ } => { var:x_0 :complies false. }. - :carol9850 :does :access_social_media. + :carol4850 :does :access_social_media. } log:explains { - :carol9850 :complies false. + :carol4850 :complies false. }. { @@ -378363,9 +188363,9 @@ } => { var:x_0 :complies false. }. - :carol9851 :does :access_social_media. + :carol4851 :does :access_social_media. } log:explains { - :carol9851 :complies false. + :carol4851 :complies false. }. { @@ -378374,9 +188374,9 @@ } => { var:x_0 :complies false. }. - :carol9852 :does :access_social_media. + :carol4852 :does :access_social_media. } log:explains { - :carol9852 :complies false. + :carol4852 :complies false. }. { @@ -378385,9 +188385,9 @@ } => { var:x_0 :complies false. }. - :carol9853 :does :access_social_media. + :carol4853 :does :access_social_media. } log:explains { - :carol9853 :complies false. + :carol4853 :complies false. }. { @@ -378396,9 +188396,9 @@ } => { var:x_0 :complies false. }. - :carol9854 :does :access_social_media. + :carol4854 :does :access_social_media. } log:explains { - :carol9854 :complies false. + :carol4854 :complies false. }. { @@ -378407,9 +188407,9 @@ } => { var:x_0 :complies false. }. - :carol9855 :does :access_social_media. + :carol4855 :does :access_social_media. } log:explains { - :carol9855 :complies false. + :carol4855 :complies false. }. { @@ -378418,9 +188418,9 @@ } => { var:x_0 :complies false. }. - :carol9856 :does :access_social_media. + :carol4856 :does :access_social_media. } log:explains { - :carol9856 :complies false. + :carol4856 :complies false. }. { @@ -378429,9 +188429,9 @@ } => { var:x_0 :complies false. }. - :carol9857 :does :access_social_media. + :carol4857 :does :access_social_media. } log:explains { - :carol9857 :complies false. + :carol4857 :complies false. }. { @@ -378440,9 +188440,9 @@ } => { var:x_0 :complies false. }. - :carol9858 :does :access_social_media. + :carol4858 :does :access_social_media. } log:explains { - :carol9858 :complies false. + :carol4858 :complies false. }. { @@ -378451,9 +188451,9 @@ } => { var:x_0 :complies false. }. - :carol9859 :does :access_social_media. + :carol4859 :does :access_social_media. } log:explains { - :carol9859 :complies false. + :carol4859 :complies false. }. { @@ -378462,9 +188462,9 @@ } => { var:x_0 :complies false. }. - :carol9860 :does :access_social_media. + :carol4860 :does :access_social_media. } log:explains { - :carol9860 :complies false. + :carol4860 :complies false. }. { @@ -378473,9 +188473,9 @@ } => { var:x_0 :complies false. }. - :carol9861 :does :access_social_media. + :carol4861 :does :access_social_media. } log:explains { - :carol9861 :complies false. + :carol4861 :complies false. }. { @@ -378484,9 +188484,9 @@ } => { var:x_0 :complies false. }. - :carol9862 :does :access_social_media. + :carol4862 :does :access_social_media. } log:explains { - :carol9862 :complies false. + :carol4862 :complies false. }. { @@ -378495,9 +188495,9 @@ } => { var:x_0 :complies false. }. - :carol9863 :does :access_social_media. + :carol4863 :does :access_social_media. } log:explains { - :carol9863 :complies false. + :carol4863 :complies false. }. { @@ -378506,9 +188506,9 @@ } => { var:x_0 :complies false. }. - :carol9864 :does :access_social_media. + :carol4864 :does :access_social_media. } log:explains { - :carol9864 :complies false. + :carol4864 :complies false. }. { @@ -378517,9 +188517,9 @@ } => { var:x_0 :complies false. }. - :carol9865 :does :access_social_media. + :carol4865 :does :access_social_media. } log:explains { - :carol9865 :complies false. + :carol4865 :complies false. }. { @@ -378528,9 +188528,9 @@ } => { var:x_0 :complies false. }. - :carol9866 :does :access_social_media. + :carol4866 :does :access_social_media. } log:explains { - :carol9866 :complies false. + :carol4866 :complies false. }. { @@ -378539,9 +188539,9 @@ } => { var:x_0 :complies false. }. - :carol9867 :does :access_social_media. + :carol4867 :does :access_social_media. } log:explains { - :carol9867 :complies false. + :carol4867 :complies false. }. { @@ -378550,9 +188550,9 @@ } => { var:x_0 :complies false. }. - :carol9868 :does :access_social_media. + :carol4868 :does :access_social_media. } log:explains { - :carol9868 :complies false. + :carol4868 :complies false. }. { @@ -378561,9 +188561,9 @@ } => { var:x_0 :complies false. }. - :carol9869 :does :access_social_media. + :carol4869 :does :access_social_media. } log:explains { - :carol9869 :complies false. + :carol4869 :complies false. }. { @@ -378572,9 +188572,9 @@ } => { var:x_0 :complies false. }. - :carol9870 :does :access_social_media. + :carol4870 :does :access_social_media. } log:explains { - :carol9870 :complies false. + :carol4870 :complies false. }. { @@ -378583,9 +188583,9 @@ } => { var:x_0 :complies false. }. - :carol9871 :does :access_social_media. + :carol4871 :does :access_social_media. } log:explains { - :carol9871 :complies false. + :carol4871 :complies false. }. { @@ -378594,9 +188594,9 @@ } => { var:x_0 :complies false. }. - :carol9872 :does :access_social_media. + :carol4872 :does :access_social_media. } log:explains { - :carol9872 :complies false. + :carol4872 :complies false. }. { @@ -378605,9 +188605,9 @@ } => { var:x_0 :complies false. }. - :carol9873 :does :access_social_media. + :carol4873 :does :access_social_media. } log:explains { - :carol9873 :complies false. + :carol4873 :complies false. }. { @@ -378616,9 +188616,9 @@ } => { var:x_0 :complies false. }. - :carol9874 :does :access_social_media. + :carol4874 :does :access_social_media. } log:explains { - :carol9874 :complies false. + :carol4874 :complies false. }. { @@ -378627,9 +188627,9 @@ } => { var:x_0 :complies false. }. - :carol9875 :does :access_social_media. + :carol4875 :does :access_social_media. } log:explains { - :carol9875 :complies false. + :carol4875 :complies false. }. { @@ -378638,9 +188638,9 @@ } => { var:x_0 :complies false. }. - :carol9876 :does :access_social_media. + :carol4876 :does :access_social_media. } log:explains { - :carol9876 :complies false. + :carol4876 :complies false. }. { @@ -378649,9 +188649,9 @@ } => { var:x_0 :complies false. }. - :carol9877 :does :access_social_media. + :carol4877 :does :access_social_media. } log:explains { - :carol9877 :complies false. + :carol4877 :complies false. }. { @@ -378660,9 +188660,9 @@ } => { var:x_0 :complies false. }. - :carol9878 :does :access_social_media. + :carol4878 :does :access_social_media. } log:explains { - :carol9878 :complies false. + :carol4878 :complies false. }. { @@ -378671,9 +188671,9 @@ } => { var:x_0 :complies false. }. - :carol9879 :does :access_social_media. + :carol4879 :does :access_social_media. } log:explains { - :carol9879 :complies false. + :carol4879 :complies false. }. { @@ -378682,9 +188682,9 @@ } => { var:x_0 :complies false. }. - :carol9880 :does :access_social_media. + :carol4880 :does :access_social_media. } log:explains { - :carol9880 :complies false. + :carol4880 :complies false. }. { @@ -378693,9 +188693,9 @@ } => { var:x_0 :complies false. }. - :carol9881 :does :access_social_media. + :carol4881 :does :access_social_media. } log:explains { - :carol9881 :complies false. + :carol4881 :complies false. }. { @@ -378704,9 +188704,9 @@ } => { var:x_0 :complies false. }. - :carol9882 :does :access_social_media. + :carol4882 :does :access_social_media. } log:explains { - :carol9882 :complies false. + :carol4882 :complies false. }. { @@ -378715,9 +188715,9 @@ } => { var:x_0 :complies false. }. - :carol9883 :does :access_social_media. + :carol4883 :does :access_social_media. } log:explains { - :carol9883 :complies false. + :carol4883 :complies false. }. { @@ -378726,9 +188726,9 @@ } => { var:x_0 :complies false. }. - :carol9884 :does :access_social_media. + :carol4884 :does :access_social_media. } log:explains { - :carol9884 :complies false. + :carol4884 :complies false. }. { @@ -378737,9 +188737,9 @@ } => { var:x_0 :complies false. }. - :carol9885 :does :access_social_media. + :carol4885 :does :access_social_media. } log:explains { - :carol9885 :complies false. + :carol4885 :complies false. }. { @@ -378748,9 +188748,9 @@ } => { var:x_0 :complies false. }. - :carol9886 :does :access_social_media. + :carol4886 :does :access_social_media. } log:explains { - :carol9886 :complies false. + :carol4886 :complies false. }. { @@ -378759,9 +188759,9 @@ } => { var:x_0 :complies false. }. - :carol9887 :does :access_social_media. + :carol4887 :does :access_social_media. } log:explains { - :carol9887 :complies false. + :carol4887 :complies false. }. { @@ -378770,9 +188770,9 @@ } => { var:x_0 :complies false. }. - :carol9888 :does :access_social_media. + :carol4888 :does :access_social_media. } log:explains { - :carol9888 :complies false. + :carol4888 :complies false. }. { @@ -378781,9 +188781,9 @@ } => { var:x_0 :complies false. }. - :carol9889 :does :access_social_media. + :carol4889 :does :access_social_media. } log:explains { - :carol9889 :complies false. + :carol4889 :complies false. }. { @@ -378792,9 +188792,9 @@ } => { var:x_0 :complies false. }. - :carol9890 :does :access_social_media. + :carol4890 :does :access_social_media. } log:explains { - :carol9890 :complies false. + :carol4890 :complies false. }. { @@ -378803,9 +188803,9 @@ } => { var:x_0 :complies false. }. - :carol9891 :does :access_social_media. + :carol4891 :does :access_social_media. } log:explains { - :carol9891 :complies false. + :carol4891 :complies false. }. { @@ -378814,9 +188814,9 @@ } => { var:x_0 :complies false. }. - :carol9892 :does :access_social_media. + :carol4892 :does :access_social_media. } log:explains { - :carol9892 :complies false. + :carol4892 :complies false. }. { @@ -378825,9 +188825,9 @@ } => { var:x_0 :complies false. }. - :carol9893 :does :access_social_media. + :carol4893 :does :access_social_media. } log:explains { - :carol9893 :complies false. + :carol4893 :complies false. }. { @@ -378836,9 +188836,9 @@ } => { var:x_0 :complies false. }. - :carol9894 :does :access_social_media. + :carol4894 :does :access_social_media. } log:explains { - :carol9894 :complies false. + :carol4894 :complies false. }. { @@ -378847,9 +188847,9 @@ } => { var:x_0 :complies false. }. - :carol9895 :does :access_social_media. + :carol4895 :does :access_social_media. } log:explains { - :carol9895 :complies false. + :carol4895 :complies false. }. { @@ -378858,9 +188858,9 @@ } => { var:x_0 :complies false. }. - :carol9896 :does :access_social_media. + :carol4896 :does :access_social_media. } log:explains { - :carol9896 :complies false. + :carol4896 :complies false. }. { @@ -378869,9 +188869,9 @@ } => { var:x_0 :complies false. }. - :carol9897 :does :access_social_media. + :carol4897 :does :access_social_media. } log:explains { - :carol9897 :complies false. + :carol4897 :complies false. }. { @@ -378880,9 +188880,9 @@ } => { var:x_0 :complies false. }. - :carol9898 :does :access_social_media. + :carol4898 :does :access_social_media. } log:explains { - :carol9898 :complies false. + :carol4898 :complies false. }. { @@ -378891,9 +188891,9 @@ } => { var:x_0 :complies false. }. - :carol9899 :does :access_social_media. + :carol4899 :does :access_social_media. } log:explains { - :carol9899 :complies false. + :carol4899 :complies false. }. { @@ -378902,9 +188902,9 @@ } => { var:x_0 :complies false. }. - :carol9900 :does :access_social_media. + :carol4900 :does :access_social_media. } log:explains { - :carol9900 :complies false. + :carol4900 :complies false. }. { @@ -378913,9 +188913,9 @@ } => { var:x_0 :complies false. }. - :carol9901 :does :access_social_media. + :carol4901 :does :access_social_media. } log:explains { - :carol9901 :complies false. + :carol4901 :complies false. }. { @@ -378924,9 +188924,9 @@ } => { var:x_0 :complies false. }. - :carol9902 :does :access_social_media. + :carol4902 :does :access_social_media. } log:explains { - :carol9902 :complies false. + :carol4902 :complies false. }. { @@ -378935,9 +188935,9 @@ } => { var:x_0 :complies false. }. - :carol9903 :does :access_social_media. + :carol4903 :does :access_social_media. } log:explains { - :carol9903 :complies false. + :carol4903 :complies false. }. { @@ -378946,9 +188946,9 @@ } => { var:x_0 :complies false. }. - :carol9904 :does :access_social_media. + :carol4904 :does :access_social_media. } log:explains { - :carol9904 :complies false. + :carol4904 :complies false. }. { @@ -378957,9 +188957,9 @@ } => { var:x_0 :complies false. }. - :carol9905 :does :access_social_media. + :carol4905 :does :access_social_media. } log:explains { - :carol9905 :complies false. + :carol4905 :complies false. }. { @@ -378968,9 +188968,9 @@ } => { var:x_0 :complies false. }. - :carol9906 :does :access_social_media. + :carol4906 :does :access_social_media. } log:explains { - :carol9906 :complies false. + :carol4906 :complies false. }. { @@ -378979,9 +188979,9 @@ } => { var:x_0 :complies false. }. - :carol9907 :does :access_social_media. + :carol4907 :does :access_social_media. } log:explains { - :carol9907 :complies false. + :carol4907 :complies false. }. { @@ -378990,9 +188990,9 @@ } => { var:x_0 :complies false. }. - :carol9908 :does :access_social_media. + :carol4908 :does :access_social_media. } log:explains { - :carol9908 :complies false. + :carol4908 :complies false. }. { @@ -379001,9 +189001,9 @@ } => { var:x_0 :complies false. }. - :carol9909 :does :access_social_media. + :carol4909 :does :access_social_media. } log:explains { - :carol9909 :complies false. + :carol4909 :complies false. }. { @@ -379012,9 +189012,9 @@ } => { var:x_0 :complies false. }. - :carol9910 :does :access_social_media. + :carol4910 :does :access_social_media. } log:explains { - :carol9910 :complies false. + :carol4910 :complies false. }. { @@ -379023,9 +189023,9 @@ } => { var:x_0 :complies false. }. - :carol9911 :does :access_social_media. + :carol4911 :does :access_social_media. } log:explains { - :carol9911 :complies false. + :carol4911 :complies false. }. { @@ -379034,9 +189034,9 @@ } => { var:x_0 :complies false. }. - :carol9912 :does :access_social_media. + :carol4912 :does :access_social_media. } log:explains { - :carol9912 :complies false. + :carol4912 :complies false. }. { @@ -379045,9 +189045,9 @@ } => { var:x_0 :complies false. }. - :carol9913 :does :access_social_media. + :carol4913 :does :access_social_media. } log:explains { - :carol9913 :complies false. + :carol4913 :complies false. }. { @@ -379056,9 +189056,9 @@ } => { var:x_0 :complies false. }. - :carol9914 :does :access_social_media. + :carol4914 :does :access_social_media. } log:explains { - :carol9914 :complies false. + :carol4914 :complies false. }. { @@ -379067,9 +189067,9 @@ } => { var:x_0 :complies false. }. - :carol9915 :does :access_social_media. + :carol4915 :does :access_social_media. } log:explains { - :carol9915 :complies false. + :carol4915 :complies false. }. { @@ -379078,9 +189078,9 @@ } => { var:x_0 :complies false. }. - :carol9916 :does :access_social_media. + :carol4916 :does :access_social_media. } log:explains { - :carol9916 :complies false. + :carol4916 :complies false. }. { @@ -379089,9 +189089,9 @@ } => { var:x_0 :complies false. }. - :carol9917 :does :access_social_media. + :carol4917 :does :access_social_media. } log:explains { - :carol9917 :complies false. + :carol4917 :complies false. }. { @@ -379100,9 +189100,9 @@ } => { var:x_0 :complies false. }. - :carol9918 :does :access_social_media. + :carol4918 :does :access_social_media. } log:explains { - :carol9918 :complies false. + :carol4918 :complies false. }. { @@ -379111,9 +189111,9 @@ } => { var:x_0 :complies false. }. - :carol9919 :does :access_social_media. + :carol4919 :does :access_social_media. } log:explains { - :carol9919 :complies false. + :carol4919 :complies false. }. { @@ -379122,9 +189122,9 @@ } => { var:x_0 :complies false. }. - :carol9920 :does :access_social_media. + :carol4920 :does :access_social_media. } log:explains { - :carol9920 :complies false. + :carol4920 :complies false. }. { @@ -379133,9 +189133,9 @@ } => { var:x_0 :complies false. }. - :carol9921 :does :access_social_media. + :carol4921 :does :access_social_media. } log:explains { - :carol9921 :complies false. + :carol4921 :complies false. }. { @@ -379144,9 +189144,9 @@ } => { var:x_0 :complies false. }. - :carol9922 :does :access_social_media. + :carol4922 :does :access_social_media. } log:explains { - :carol9922 :complies false. + :carol4922 :complies false. }. { @@ -379155,9 +189155,9 @@ } => { var:x_0 :complies false. }. - :carol9923 :does :access_social_media. + :carol4923 :does :access_social_media. } log:explains { - :carol9923 :complies false. + :carol4923 :complies false. }. { @@ -379166,9 +189166,9 @@ } => { var:x_0 :complies false. }. - :carol9924 :does :access_social_media. + :carol4924 :does :access_social_media. } log:explains { - :carol9924 :complies false. + :carol4924 :complies false. }. { @@ -379177,9 +189177,9 @@ } => { var:x_0 :complies false. }. - :carol9925 :does :access_social_media. + :carol4925 :does :access_social_media. } log:explains { - :carol9925 :complies false. + :carol4925 :complies false. }. { @@ -379188,9 +189188,9 @@ } => { var:x_0 :complies false. }. - :carol9926 :does :access_social_media. + :carol4926 :does :access_social_media. } log:explains { - :carol9926 :complies false. + :carol4926 :complies false. }. { @@ -379199,9 +189199,9 @@ } => { var:x_0 :complies false. }. - :carol9927 :does :access_social_media. + :carol4927 :does :access_social_media. } log:explains { - :carol9927 :complies false. + :carol4927 :complies false. }. { @@ -379210,9 +189210,9 @@ } => { var:x_0 :complies false. }. - :carol9928 :does :access_social_media. + :carol4928 :does :access_social_media. } log:explains { - :carol9928 :complies false. + :carol4928 :complies false. }. { @@ -379221,9 +189221,9 @@ } => { var:x_0 :complies false. }. - :carol9929 :does :access_social_media. + :carol4929 :does :access_social_media. } log:explains { - :carol9929 :complies false. + :carol4929 :complies false. }. { @@ -379232,9 +189232,9 @@ } => { var:x_0 :complies false. }. - :carol9930 :does :access_social_media. + :carol4930 :does :access_social_media. } log:explains { - :carol9930 :complies false. + :carol4930 :complies false. }. { @@ -379243,9 +189243,9 @@ } => { var:x_0 :complies false. }. - :carol9931 :does :access_social_media. + :carol4931 :does :access_social_media. } log:explains { - :carol9931 :complies false. + :carol4931 :complies false. }. { @@ -379254,9 +189254,9 @@ } => { var:x_0 :complies false. }. - :carol9932 :does :access_social_media. + :carol4932 :does :access_social_media. } log:explains { - :carol9932 :complies false. + :carol4932 :complies false. }. { @@ -379265,9 +189265,9 @@ } => { var:x_0 :complies false. }. - :carol9933 :does :access_social_media. + :carol4933 :does :access_social_media. } log:explains { - :carol9933 :complies false. + :carol4933 :complies false. }. { @@ -379276,9 +189276,9 @@ } => { var:x_0 :complies false. }. - :carol9934 :does :access_social_media. + :carol4934 :does :access_social_media. } log:explains { - :carol9934 :complies false. + :carol4934 :complies false. }. { @@ -379287,9 +189287,9 @@ } => { var:x_0 :complies false. }. - :carol9935 :does :access_social_media. + :carol4935 :does :access_social_media. } log:explains { - :carol9935 :complies false. + :carol4935 :complies false. }. { @@ -379298,9 +189298,9 @@ } => { var:x_0 :complies false. }. - :carol9936 :does :access_social_media. + :carol4936 :does :access_social_media. } log:explains { - :carol9936 :complies false. + :carol4936 :complies false. }. { @@ -379309,9 +189309,9 @@ } => { var:x_0 :complies false. }. - :carol9937 :does :access_social_media. + :carol4937 :does :access_social_media. } log:explains { - :carol9937 :complies false. + :carol4937 :complies false. }. { @@ -379320,9 +189320,9 @@ } => { var:x_0 :complies false. }. - :carol9938 :does :access_social_media. + :carol4938 :does :access_social_media. } log:explains { - :carol9938 :complies false. + :carol4938 :complies false. }. { @@ -379331,9 +189331,9 @@ } => { var:x_0 :complies false. }. - :carol9939 :does :access_social_media. + :carol4939 :does :access_social_media. } log:explains { - :carol9939 :complies false. + :carol4939 :complies false. }. { @@ -379342,9 +189342,9 @@ } => { var:x_0 :complies false. }. - :carol9940 :does :access_social_media. + :carol4940 :does :access_social_media. } log:explains { - :carol9940 :complies false. + :carol4940 :complies false. }. { @@ -379353,9 +189353,9 @@ } => { var:x_0 :complies false. }. - :carol9941 :does :access_social_media. + :carol4941 :does :access_social_media. } log:explains { - :carol9941 :complies false. + :carol4941 :complies false. }. { @@ -379364,9 +189364,9 @@ } => { var:x_0 :complies false. }. - :carol9942 :does :access_social_media. + :carol4942 :does :access_social_media. } log:explains { - :carol9942 :complies false. + :carol4942 :complies false. }. { @@ -379375,9 +189375,9 @@ } => { var:x_0 :complies false. }. - :carol9943 :does :access_social_media. + :carol4943 :does :access_social_media. } log:explains { - :carol9943 :complies false. + :carol4943 :complies false. }. { @@ -379386,9 +189386,9 @@ } => { var:x_0 :complies false. }. - :carol9944 :does :access_social_media. + :carol4944 :does :access_social_media. } log:explains { - :carol9944 :complies false. + :carol4944 :complies false. }. { @@ -379397,9 +189397,9 @@ } => { var:x_0 :complies false. }. - :carol9945 :does :access_social_media. + :carol4945 :does :access_social_media. } log:explains { - :carol9945 :complies false. + :carol4945 :complies false. }. { @@ -379408,9 +189408,9 @@ } => { var:x_0 :complies false. }. - :carol9946 :does :access_social_media. + :carol4946 :does :access_social_media. } log:explains { - :carol9946 :complies false. + :carol4946 :complies false. }. { @@ -379419,9 +189419,9 @@ } => { var:x_0 :complies false. }. - :carol9947 :does :access_social_media. + :carol4947 :does :access_social_media. } log:explains { - :carol9947 :complies false. + :carol4947 :complies false. }. { @@ -379430,9 +189430,9 @@ } => { var:x_0 :complies false. }. - :carol9948 :does :access_social_media. + :carol4948 :does :access_social_media. } log:explains { - :carol9948 :complies false. + :carol4948 :complies false. }. { @@ -379441,9 +189441,9 @@ } => { var:x_0 :complies false. }. - :carol9949 :does :access_social_media. + :carol4949 :does :access_social_media. } log:explains { - :carol9949 :complies false. + :carol4949 :complies false. }. { @@ -379452,9 +189452,9 @@ } => { var:x_0 :complies false. }. - :carol9950 :does :access_social_media. + :carol4950 :does :access_social_media. } log:explains { - :carol9950 :complies false. + :carol4950 :complies false. }. { @@ -379463,9 +189463,9 @@ } => { var:x_0 :complies false. }. - :carol9951 :does :access_social_media. + :carol4951 :does :access_social_media. } log:explains { - :carol9951 :complies false. + :carol4951 :complies false. }. { @@ -379474,9 +189474,9 @@ } => { var:x_0 :complies false. }. - :carol9952 :does :access_social_media. + :carol4952 :does :access_social_media. } log:explains { - :carol9952 :complies false. + :carol4952 :complies false. }. { @@ -379485,9 +189485,9 @@ } => { var:x_0 :complies false. }. - :carol9953 :does :access_social_media. + :carol4953 :does :access_social_media. } log:explains { - :carol9953 :complies false. + :carol4953 :complies false. }. { @@ -379496,9 +189496,9 @@ } => { var:x_0 :complies false. }. - :carol9954 :does :access_social_media. + :carol4954 :does :access_social_media. } log:explains { - :carol9954 :complies false. + :carol4954 :complies false. }. { @@ -379507,9 +189507,9 @@ } => { var:x_0 :complies false. }. - :carol9955 :does :access_social_media. + :carol4955 :does :access_social_media. } log:explains { - :carol9955 :complies false. + :carol4955 :complies false. }. { @@ -379518,9 +189518,9 @@ } => { var:x_0 :complies false. }. - :carol9956 :does :access_social_media. + :carol4956 :does :access_social_media. } log:explains { - :carol9956 :complies false. + :carol4956 :complies false. }. { @@ -379529,9 +189529,9 @@ } => { var:x_0 :complies false. }. - :carol9957 :does :access_social_media. + :carol4957 :does :access_social_media. } log:explains { - :carol9957 :complies false. + :carol4957 :complies false. }. { @@ -379540,9 +189540,9 @@ } => { var:x_0 :complies false. }. - :carol9958 :does :access_social_media. + :carol4958 :does :access_social_media. } log:explains { - :carol9958 :complies false. + :carol4958 :complies false. }. { @@ -379551,9 +189551,9 @@ } => { var:x_0 :complies false. }. - :carol9959 :does :access_social_media. + :carol4959 :does :access_social_media. } log:explains { - :carol9959 :complies false. + :carol4959 :complies false. }. { @@ -379562,9 +189562,9 @@ } => { var:x_0 :complies false. }. - :carol9960 :does :access_social_media. + :carol4960 :does :access_social_media. } log:explains { - :carol9960 :complies false. + :carol4960 :complies false. }. { @@ -379573,9 +189573,9 @@ } => { var:x_0 :complies false. }. - :carol9961 :does :access_social_media. + :carol4961 :does :access_social_media. } log:explains { - :carol9961 :complies false. + :carol4961 :complies false. }. { @@ -379584,9 +189584,9 @@ } => { var:x_0 :complies false. }. - :carol9962 :does :access_social_media. + :carol4962 :does :access_social_media. } log:explains { - :carol9962 :complies false. + :carol4962 :complies false. }. { @@ -379595,9 +189595,9 @@ } => { var:x_0 :complies false. }. - :carol9963 :does :access_social_media. + :carol4963 :does :access_social_media. } log:explains { - :carol9963 :complies false. + :carol4963 :complies false. }. { @@ -379606,9 +189606,9 @@ } => { var:x_0 :complies false. }. - :carol9964 :does :access_social_media. + :carol4964 :does :access_social_media. } log:explains { - :carol9964 :complies false. + :carol4964 :complies false. }. { @@ -379617,9 +189617,9 @@ } => { var:x_0 :complies false. }. - :carol9965 :does :access_social_media. + :carol4965 :does :access_social_media. } log:explains { - :carol9965 :complies false. + :carol4965 :complies false. }. { @@ -379628,9 +189628,9 @@ } => { var:x_0 :complies false. }. - :carol9966 :does :access_social_media. + :carol4966 :does :access_social_media. } log:explains { - :carol9966 :complies false. + :carol4966 :complies false. }. { @@ -379639,9 +189639,9 @@ } => { var:x_0 :complies false. }. - :carol9967 :does :access_social_media. + :carol4967 :does :access_social_media. } log:explains { - :carol9967 :complies false. + :carol4967 :complies false. }. { @@ -379650,9 +189650,9 @@ } => { var:x_0 :complies false. }. - :carol9968 :does :access_social_media. + :carol4968 :does :access_social_media. } log:explains { - :carol9968 :complies false. + :carol4968 :complies false. }. { @@ -379661,9 +189661,9 @@ } => { var:x_0 :complies false. }. - :carol9969 :does :access_social_media. + :carol4969 :does :access_social_media. } log:explains { - :carol9969 :complies false. + :carol4969 :complies false. }. { @@ -379672,9 +189672,9 @@ } => { var:x_0 :complies false. }. - :carol9970 :does :access_social_media. + :carol4970 :does :access_social_media. } log:explains { - :carol9970 :complies false. + :carol4970 :complies false. }. { @@ -379683,9 +189683,9 @@ } => { var:x_0 :complies false. }. - :carol9971 :does :access_social_media. + :carol4971 :does :access_social_media. } log:explains { - :carol9971 :complies false. + :carol4971 :complies false. }. { @@ -379694,9 +189694,9 @@ } => { var:x_0 :complies false. }. - :carol9972 :does :access_social_media. + :carol4972 :does :access_social_media. } log:explains { - :carol9972 :complies false. + :carol4972 :complies false. }. { @@ -379705,9 +189705,9 @@ } => { var:x_0 :complies false. }. - :carol9973 :does :access_social_media. + :carol4973 :does :access_social_media. } log:explains { - :carol9973 :complies false. + :carol4973 :complies false. }. { @@ -379716,9 +189716,9 @@ } => { var:x_0 :complies false. }. - :carol9974 :does :access_social_media. + :carol4974 :does :access_social_media. } log:explains { - :carol9974 :complies false. + :carol4974 :complies false. }. { @@ -379727,9 +189727,9 @@ } => { var:x_0 :complies false. }. - :carol9975 :does :access_social_media. + :carol4975 :does :access_social_media. } log:explains { - :carol9975 :complies false. + :carol4975 :complies false. }. { @@ -379738,9 +189738,9 @@ } => { var:x_0 :complies false. }. - :carol9976 :does :access_social_media. + :carol4976 :does :access_social_media. } log:explains { - :carol9976 :complies false. + :carol4976 :complies false. }. { @@ -379749,9 +189749,9 @@ } => { var:x_0 :complies false. }. - :carol9977 :does :access_social_media. + :carol4977 :does :access_social_media. } log:explains { - :carol9977 :complies false. + :carol4977 :complies false. }. { @@ -379760,9 +189760,9 @@ } => { var:x_0 :complies false. }. - :carol9978 :does :access_social_media. + :carol4978 :does :access_social_media. } log:explains { - :carol9978 :complies false. + :carol4978 :complies false. }. { @@ -379771,9 +189771,9 @@ } => { var:x_0 :complies false. }. - :carol9979 :does :access_social_media. + :carol4979 :does :access_social_media. } log:explains { - :carol9979 :complies false. + :carol4979 :complies false. }. { @@ -379782,9 +189782,9 @@ } => { var:x_0 :complies false. }. - :carol9980 :does :access_social_media. + :carol4980 :does :access_social_media. } log:explains { - :carol9980 :complies false. + :carol4980 :complies false. }. { @@ -379793,9 +189793,9 @@ } => { var:x_0 :complies false. }. - :carol9981 :does :access_social_media. + :carol4981 :does :access_social_media. } log:explains { - :carol9981 :complies false. + :carol4981 :complies false. }. { @@ -379804,9 +189804,9 @@ } => { var:x_0 :complies false. }. - :carol9982 :does :access_social_media. + :carol4982 :does :access_social_media. } log:explains { - :carol9982 :complies false. + :carol4982 :complies false. }. { @@ -379815,9 +189815,9 @@ } => { var:x_0 :complies false. }. - :carol9983 :does :access_social_media. + :carol4983 :does :access_social_media. } log:explains { - :carol9983 :complies false. + :carol4983 :complies false. }. { @@ -379826,9 +189826,9 @@ } => { var:x_0 :complies false. }. - :carol9984 :does :access_social_media. + :carol4984 :does :access_social_media. } log:explains { - :carol9984 :complies false. + :carol4984 :complies false. }. { @@ -379837,9 +189837,9 @@ } => { var:x_0 :complies false. }. - :carol9985 :does :access_social_media. + :carol4985 :does :access_social_media. } log:explains { - :carol9985 :complies false. + :carol4985 :complies false. }. { @@ -379848,9 +189848,9 @@ } => { var:x_0 :complies false. }. - :carol9986 :does :access_social_media. + :carol4986 :does :access_social_media. } log:explains { - :carol9986 :complies false. + :carol4986 :complies false. }. { @@ -379859,9 +189859,9 @@ } => { var:x_0 :complies false. }. - :carol9987 :does :access_social_media. + :carol4987 :does :access_social_media. } log:explains { - :carol9987 :complies false. + :carol4987 :complies false. }. { @@ -379870,9 +189870,9 @@ } => { var:x_0 :complies false. }. - :carol9988 :does :access_social_media. + :carol4988 :does :access_social_media. } log:explains { - :carol9988 :complies false. + :carol4988 :complies false. }. { @@ -379881,9 +189881,9 @@ } => { var:x_0 :complies false. }. - :carol9989 :does :access_social_media. + :carol4989 :does :access_social_media. } log:explains { - :carol9989 :complies false. + :carol4989 :complies false. }. { @@ -379892,9 +189892,9 @@ } => { var:x_0 :complies false. }. - :carol9990 :does :access_social_media. + :carol4990 :does :access_social_media. } log:explains { - :carol9990 :complies false. + :carol4990 :complies false. }. { @@ -379903,9 +189903,9 @@ } => { var:x_0 :complies false. }. - :carol9991 :does :access_social_media. + :carol4991 :does :access_social_media. } log:explains { - :carol9991 :complies false. + :carol4991 :complies false. }. { @@ -379914,9 +189914,9 @@ } => { var:x_0 :complies false. }. - :carol9992 :does :access_social_media. + :carol4992 :does :access_social_media. } log:explains { - :carol9992 :complies false. + :carol4992 :complies false. }. { @@ -379925,9 +189925,9 @@ } => { var:x_0 :complies false. }. - :carol9993 :does :access_social_media. + :carol4993 :does :access_social_media. } log:explains { - :carol9993 :complies false. + :carol4993 :complies false. }. { @@ -379936,9 +189936,9 @@ } => { var:x_0 :complies false. }. - :carol9994 :does :access_social_media. + :carol4994 :does :access_social_media. } log:explains { - :carol9994 :complies false. + :carol4994 :complies false. }. { @@ -379947,9 +189947,9 @@ } => { var:x_0 :complies false. }. - :carol9995 :does :access_social_media. + :carol4995 :does :access_social_media. } log:explains { - :carol9995 :complies false. + :carol4995 :complies false. }. { @@ -379958,9 +189958,9 @@ } => { var:x_0 :complies false. }. - :carol9996 :does :access_social_media. + :carol4996 :does :access_social_media. } log:explains { - :carol9996 :complies false. + :carol4996 :complies false. }. { @@ -379969,9 +189969,9 @@ } => { var:x_0 :complies false. }. - :carol9997 :does :access_social_media. + :carol4997 :does :access_social_media. } log:explains { - :carol9997 :complies false. + :carol4997 :complies false. }. { @@ -379980,9 +189980,9 @@ } => { var:x_0 :complies false. }. - :carol9998 :does :access_social_media. + :carol4998 :does :access_social_media. } log:explains { - :carol9998 :complies false. + :carol4998 :complies false. }. { @@ -379991,9 +189991,9 @@ } => { var:x_0 :complies false. }. - :carol9999 :does :access_social_media. + :carol4999 :does :access_social_media. } log:explains { - :carol9999 :complies false. + :carol4999 :complies false. }. { @@ -380002,7 +190002,7 @@ } => { var:x_0 :complies false. }. - :carol10000 :does :access_social_media. + :carol5000 :does :access_social_media. } log:explains { - :carol10000 :complies false. + :carol5000 :complies false. }.